diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/COPYING b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..6129d1e55ac895cd3104d6ac7d61798e499f87c6 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/COPYING @@ -0,0 +1,35 @@ + +This directory contains an American English Lexicon and letter to +sournd rules based on CMUDICT 0.4. This distribution falls under +the following copyright. CMUDICT falls under a simialr free licence +that has no commercial restrictions. + + Centre for Speech Technology Research + University of Edinburgh, UK + Copyright (c) 1996,1997 + All Rights Reserved. + + Permission is hereby granted, free of charge, to use and distribute + this software and its documentation without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of this work, and to + permit persons to whom this work is furnished to do so, subject to + the following conditions: + 1. The code must retain the above copyright notice, this list of + conditions and the following disclaimer. + 2. Any modifications must be clearly marked as such. + 3. Original authors' names are not deleted. + 4. The authors' names are not used to endorse or promote products + derived from this software without specific prior written + permission. + + THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK + DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING + ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT + SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE + FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN + AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, + ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF + THIS SOFTWARE. + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/allowables.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/allowables.scm new file mode 100644 index 0000000000000000000000000000000000000000..dbed159810339e7d31c1002f12222f13884166a5 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/allowables.scm @@ -0,0 +1,102 @@ +(require 'lts_build) +(set! allowables + '((a _epsilon_ aa aa1 aa0 + ax ax1 ax0 + eh eh1 eh0 + ah ah1 ah0 + ae ae1 ae0 + ey ey1 ey0 + ay ay1 ay0 + er er1 er0 + y-ax0 y-ah1 y-ah0 + aw aw1 aw0 + ao ao1 ao0 + ih ih1 ih0 + w-ax0 w-ah1 w-ah0 + ow ow1 ow0 + w-ey w-ey1 ey0 + iy iy1 iy0) + (b _epsilon_ b p ) + (c _epsilon_ k ch s sh t-s ) + (d _epsilon_ d t jh) + (e _epsilon_ ih ih1 ih0 + ax ax1 ax0 + iy iy1 iy0 + er er1 er0 + ax ah1 ah0 + eh eh1 eh0 + ey ey1 ey0 + uw uw1 uw0 + ay ay1 ay0 + ow ow1 ow0 + y-uw y-uw1 y-uw0 + oy oy1 oy0 + aa aa1 aa0) + (f _epsilon_ f ) + (g _epsilon_ g jh zh k f) + (h _epsilon_ hh ) + (i _epsilon_ iy iy1 iy0 + ax ax1 ax0 + ih ih1 ih0 + ah ah1 ah0 + ax ah1 ah0 + ay ay1 ay0 + y + aa aa1 aa0 + ae ae1 ae0 + w-ax0 w-ah1 w-ah0 + eh eh1 eh0 + er er0 er1 ) + (j _epsilon_ jh y hh zh) + (k _epsilon_ k ) + (l _epsilon_ l ax-l y ax0-l) + (m _epsilon_ m ax-m m-ax0 ax0-m m-ax0 + m-ae m-ae1 m-ae0 + m-ih m-ih0 ) + (n _epsilon_ n ng n-y) + (o _epsilon_ ax ax0 ah1 ah0 + ao ao1 ao0 + ow ow1 ow0 + uw uw1 uw0 + er er1 er0 + aa aa1 aa0 + aw aw1 aw0 + oy oy1 oy0 + uh uh1 uh0 + w + w-ax0 w-ah1 w-ah0 + aa aa1 aa0 + ih ih1 ih0 + ae ae1 ae0) + (p _epsilon_ p f) + (q _epsilon_ k ) + (r _epsilon_ r er1 er er0 ) + (s _epsilon_ s sh z zh ch) + (t _epsilon_ t th sh ch dh d s zh) + (u _epsilon_ + ax ax0 + ah ah1 ah0 + uw uw1 uw0 + er er1 er0 + uh uh1 uh0 + y-uw y-uw1 y-uw0 + ax-w ah1-w ah0-w + y-er y-er1 y-er0 + y-ax y-ax0 y-ah1 y-ah0 + w + ih ih1 ih0 + ao ao1 ao0 + eh eh1 eh0 + y-uh y-uh1 y-uh0 ) + (v _epsilon_ v f) + (w _epsilon_ w v f) + (x _epsilon_ k-s g-z ng-z k-sh z g-zh zh) + (y _epsilon_ + iy iy1 iy0 + ih ih1 ih0 + ay ay1 ay0 + y + ax ax0 ah1 ah0) + (z _epsilon_ z t-s zh s) + (# #))) + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmu2ft b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmu2ft new file mode 100644 index 0000000000000000000000000000000000000000..c5642038718ab8b2bc527854a633729288f7dc16 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmu2ft @@ -0,0 +1,21 @@ +#!/bin/sh +# +# Converts cmulexicon to Festival format +# +# usage: cmu2ft cmudict.0.1 cmu_lex.scm + +#sed 's/er0/er0 r/' | sed 's/er1/er1 r/' | sed 's/er2/er2 r/' | + +echo >$2 +echo ";; CMUDICT-0.4 Converted to Festival lexicon format" >>$2 +cat $1 | tr "[A-Z]" "[a-z]" | sed 's/ah0/ax/g' | +tr 2 1 | +awk '{if ($1 == "##") + printf(";; %s\n",$0); + else if ($1 ~ /^[a-z][a-z]*$/) + { printf("(") + printf("\"%s\" nil (%s",$1,$2) + for (i=3; i <= NF; i++) + printf " %s",$i + printf "))\n" + }} ' >> $2 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmu_lts_rules.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmu_lts_rules.scm new file mode 100644 index 0000000000000000000000000000000000000000..8c7a27be90434e3148a2922ab108a7f171b390f2 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmu_lts_rules.scm @@ -0,0 +1,65488 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Letter to sound rules derived automatically from CMUDICT 0.4 +;;; +;;; Rebuilt Nov 16th 2008 (stop 3, from cmudict-0.4.out) +;;; phones 75994 correct 68065 (89.57) +;;; words 10458 correct 5401 (51.64) +;;; tree model has 50952 nodes +;;; ---prev---- +;;; +;;; Rebuilt Aug 22th 2008 (stop 3, from cmudict-0.4.out) +;;; phones 76116 correct 68342 (89.79) +;;; words 10456 correct 5426 (51.89) +;;; tree model has 49238 nodes +;;; ---prev---- +;;; Rebuilt Aug 6th 2008 (stop 3, from cmudict-0.4.out) +;;; +;;; phones 76353 correct 68579 (89.82) +;;; words 10455 correct 5420 (51.84) +;;; tree model has 48786 nodes +;;; +;;; ---prev---- +;;; Rebuild July 4th 2004 (stop 3, from cmudict-0.4.out) +;;; +;;; phones 77083 correct 69150 (89.71) +;;; words 10479 correct 5473 (52.23) +;;; tree model has 51258 nodes +(set! cmu_lts_rules '( +(a + ((n.name is r) + ((p.name is e) + ((n.n.name is t) + ((p.p.name is h) + (((aa0 0.030303) (aa1 0.969697) aa1)) + (((_epsilon_ 0.956522) (ih1 0.0434783) _epsilon_))) + ((n.n.name is n) + (((_epsilon_ 0.97561) (ih1 0.0243902) _epsilon_)) + ((n.n.name is l) + ((n.n.n.name is y) + ((p.p.p.name is #) + (((_epsilon_ 0.25) (ih1 0.75) ih1)) + (((_epsilon_ 0.666667) (ih1 0.333333) _epsilon_))) + (((_epsilon_ 0.852941) + (ao1 0.0588235) + (ih1 0.0882353) + _epsilon_))) + ((n.n.name is m) + ((p.p.name is r) + (((aa1 1) aa1)) + ((p.p.p.name is 0) + (((ih1 1) ih1)) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (ih1 0.333333) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 0.666667) (ih1 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1)))))) + ((p.p.name is w) + ((n.n.name is #) + (((_epsilon_ 0.909091) (ey1 0.0909091) _epsilon_)) + ((p.p.p.name is #) + ((n.n.name is i) + (((_epsilon_ 0.4) (ih1 0.6) ih1)) + (((_epsilon_ 0.8) (ih1 0.2) _epsilon_))) + (((_epsilon_ 0.8) (ih1 0.2) _epsilon_)))) + ((p.p.name is b) + ((n.n.name is d) + (((_epsilon_ 0.125) (ih1 0.875) ih1)) + (((_epsilon_ 0.909091) (ih1 0.0909091) _epsilon_))) + ((n.n.n.name is n) + (((_epsilon_ 0.09375) (ih1 0.90625) ih1)) + ((p.p.name is h) + ((n.n.name is s) + (((_epsilon_ 0.933333) (ih1 0.0666667) _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + ((p.p.p.name is s) + (((_epsilon_ 0.666667) (ih1 0.333333) _epsilon_)) + (((_epsilon_ 0.166667) (ih1 0.833333) ih1))) + (((ao1 0.2) (ih1 0.8) ih1))))) + ((n.n.n.name is h) + (((_epsilon_ 0.833333) (ih1 0.166667) _epsilon_)) + ((p.p.name is g) + (((ih1 1) ih1)) + ((n.n.name is r) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1))) + ((p.p.p.name is p) + (((ih1 1) ih1)) + ((n.n.n.name is u) + (((ih1 1) ih1)) + ((p.p.name is t) + (((_epsilon_ 0.666667) (ih1 0.333333) _epsilon_)) + ((n.n.name is h) + (((ih1 1) ih1)) + ((p.p.name is p) + ((n.n.n.name is #) + (((_epsilon_ 0.8) (ih1 0.2) _epsilon_)) + (((_epsilon_ 0.428571) (ih1 0.571429) ih1))) + ((p.p.name is l) + ((n.n.name is #) + (((_epsilon_ 0.6) (ih1 0.4) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.142857) (ih1 0.857143) ih1)) + ((p.p.p.name is #) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1)) + (((_epsilon_ 0.666667) (ih1 0.333333) _epsilon_))))) + ((n.n.name is y) + (((ih1 1) ih1)) + ((n.n.name is a) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1))) + ((p.p.p.name is i) + (((_epsilon_ 0.75) (ih1 0.25) _epsilon_)) + ((n.n.name is g) + (((_epsilon_ 0.75) (ih1 0.25) _epsilon_)) + ((p.p.p.name is n) + (((_epsilon_ 0.6) (ih1 0.4) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.0454545) (ih1 0.954545) ih1)) + ((n.n.n.name is d) + (((ih1 1) ih1)) + ((n.n.name is d) + (((ih1 1) ih1)) + ((n.n.name is w) + (((ih1 1) ih1)) + ((n.n.n.name is #) + (((_epsilon_ 0.166667) + (ih1 0.833333) + ih1)) + ((n.n.name is s) + (((_epsilon_ 0.8) (ih1 0.2) _epsilon_)) + ((p.p.name is n) + (((ih1 1) ih1)) + ((n.n.n.name is o) + (((_epsilon_ 0.2) (ih1 0.8) ih1)) + ((p.p.name is y) + (((_epsilon_ 0.666667) + (ih1 0.333333) + _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.666667) + (ih1 0.333333) + _epsilon_)) + (((_epsilon_ 0.25) (ih1 0.75) ih1)))))))))))))))))))))))))))))))))) + ((p.name is w) + ((n.n.name is e) + (((eh0 0.0869565) (eh1 0.913043) eh1)) + ((n.n.name is d) + ((p.p.p.name is 0) + (((ao1 1) ao1)) + ((p.p.p.name is #) + (((_epsilon_ 0.142857) (ao1 0.857143) ao1)) + ((p.p.p.name is r) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_)) + (((ao0 0.2) (ao1 0.8) ao1))) + ((p.p.p.name is t) + ((p.p.name is o) (((ao1 1) ao1)) (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.944444) + (ao0 0.0277778) + (ao1 0.0277778) + _epsilon_)))))) + ((n.n.name is a) + (((aa1 1) aa1)) + ((n.n.name is i) + (((eh1 1) eh1)) + ((n.n.name is y) + (((eh1 1) eh1)) + ((p.p.p.name is 0) + (((ao0 0.0210526) (ao1 0.978947) ao1)) + ((p.p.name is o) + (((_epsilon_ 0.333333) (aa0 0.666667) aa0)) + ((p.p.name is e) + ((n.n.name is t) + (((_epsilon_ 0.666667) (aa0 0.333333) _epsilon_)) + (((_epsilon_ 0.4) (ao1 0.6) ao1))) + ((p.p.p.name is #) + (((aa0 0.04) (ao1 0.96) ao1)) + ((p.p.name is h) + (((ao1 1) ao1)) + ((p.p.name is n) + (((aa0 0.2) (ao1 0.8) ao1)) + ((n.n.n.name is #) + (((_epsilon_ 0.75) (ao0 0.25) _epsilon_)) + (((_epsilon_ 0.2) (ao0 0.2) (ao1 0.6) ao1)))))))))))))) + ((p.p.p.name is 0) + ((n.n.name is r) + ((p.p.name is #) + ((p.name is n) + (((aa0 0.0588235) + (ae1 0.176471) + (eh0 0.117647) + (eh1 0.647059) + eh1)) + ((p.name is h) + ((n.n.n.name is o) + (((_epsilon_ 0.125) (ae1 0.25) (eh1 0.625) eh1)) + ((n.n.n.name is a) + (((ae1 1) ae1)) + ((n.n.n.name is e) + (((aa1 0.166667) (ae1 0.5) (eh1 0.333333) ae1)) + ((n.n.n.name is i) + (((ae1 0.466667) (eh1 0.533333) eh1)) + (((ae1 0.666667) (eh1 0.333333) ae1)))))) + ((p.name is b) + ((n.n.n.name is a) + (((_epsilon_ 0.230769) + (aa0 0.153846) + (aa1 0.230769) + (ae1 0.230769) + (eh1 0.153846) + _epsilon_)) + ((n.n.n.name is o) + (((_epsilon_ 0.125) (aa1 0.5) (ae1 0.375) aa1)) + (((_epsilon_ 0.0588235) + (aa0 0.176471) + (aa1 0.215686) + (ae1 0.529412) + (eh1 0.0196078) + ae1)))) + ((n.n.n.name is y) + ((p.name is c) + (((ae1 0.666667) (eh1 0.333333) ae1)) + (((ae1 0.222222) (eh1 0.777778) eh1))) + ((p.name is m) + ((n.n.n.name is i) + (((aa1 0.111111) (ae1 0.222222) (eh1 0.666667) eh1)) + ((n.n.n.name is o) + (((aa0 0.6) (eh1 0.4) aa0)) + (((aa0 0.111111) (aa1 0.888889) aa1)))) + ((p.name is t) + (((aa1 1) aa1)) + ((n.n.n.name is i) + ((p.name is p) + (((aa0 0.111111) + (aa1 0.333333) + (ae1 0.222222) + (eh1 0.333333) + aa1)) + ((p.name is f) + (((aa0 0.2) (ae1 0.2) (eh1 0.6) eh1)) + (((_epsilon_ 0.0217391) + (aa0 0.217391) + (aa1 0.0434783) + (ae1 0.565217) + (eh1 0.152174) + ae1)))) + ((n.n.n.name is o) + ((p.name is p) + (((aa0 0.2) (ae1 0.4) (eh1 0.4) ae1)) + ((p.name is d) + (((ae1 0.666667) (eh1 0.333333) ae1)) + ((p.name is g) + (((aa1 0.142857) (ae1 0.571429) (eh1 0.285714) ae1)) + ((p.name is c) + (((aa0 0.1) (aa1 0.1) (ae1 0.6) (eh1 0.2) ae1)) + (((aa0 0.125) (aa1 0.5) (ae1 0.25) (eh1 0.125) aa1)))))) + ((p.name is c) + ((n.n.n.name is e) + (((aa0 0.615385) + (aa1 0.153846) + (ae1 0.0769231) + (eh1 0.153846) + aa0)) + ((n.n.n.name is a) + (((aa0 0.181818) + (aa1 0.272727) + (ae1 0.363636) + (eh1 0.181818) + ae1)) + (((_epsilon_ 0.25) (aa1 0.5) (ae1 0.25) aa1)))) + ((n.n.n.name is u) + (((aa0 0.666667) (eh1 0.333333) aa0)) + ((p.name is g) + (((_epsilon_ 0.0625) + (aa0 0.125) + (aa1 0.0625) + (ae1 0.5) + (eh1 0.25) + ae1)) + ((p.name is l) + (((ae1 1) ae1)) + ((p.name is k) + (((aa1 0.6) (ae1 0.4) aa1)) + ((p.name is f) + ((n.n.n.name is e) + (((aa1 0.166667) (ae1 0.333333) (eh1 0.5) eh1)) + (((_epsilon_ 0.125) + (aa1 0.5) + (ae1 0.25) + (eh1 0.125) + aa1))) + ((p.name is d) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) + (aa1 0.333333) + (eh1 0.333333) + _epsilon_)) + (((ae1 0.333333) (eh1 0.666667) eh1))) + ((p.name is s) + (((_epsilon_ 0.25) (aa1 0.5) (ae1 0.25) aa1)) + ((p.name is j) + (((_epsilon_ 0.285714) + (aa0 0.142857) + (aa1 0.142857) + (ae1 0.285714) + (eh1 0.142857) + _epsilon_)) + ((n.n.n.name is a) + (((aa0 0.25) + (aa1 0.25) + (ae1 0.25) + (eh1 0.25) + aa0)) + (((_epsilon_ 0.142857) + (aa0 0.142857) + (aa1 0.428571) + (ae1 0.285714) + aa1)))))))))))))))))))) + ((n.n.n.name is o) + (((_epsilon_ 0.0909091) (ae1 0.545455) (eh1 0.363636) ae1)) + (((_epsilon_ 0.641026) + (aa0 0.128205) + (aa1 0.102564) + (ae1 0.102564) + (eh1 0.025641) + _epsilon_)))) + ((n.n.name is a) + ((p.name is p) + ((n.n.n.name is d) + (((_epsilon_ 0.529412) (eh1 0.470588) _epsilon_)) + (((_epsilon_ 0.0877193) (ae1 0.0877193) (eh1 0.824561) eh1))) + ((n.n.n.name is c) + ((p.name is s) + (((aa0 1) aa0)) + ((p.name is c) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (aa1 0.333333) + _epsilon_)) + (((_epsilon_ 0.166667) + (aa0 0.5) + (aa1 0.166667) + (ax0 0.166667) + aa0)))) + ((n.n.n.name is n) + ((p.name is h) + (((_epsilon_ 0.8) (ae1 0.2) _epsilon_)) + ((p.name is b) + (((_epsilon_ 0.6) (aa0 0.2) (ae1 0.2) _epsilon_)) + ((p.p.name is #) + ((p.name is m) + (((_epsilon_ 0.375) + (aa0 0.375) + (ae1 0.125) + (eh1 0.125) + _epsilon_)) + (((_epsilon_ 0.333333) + (aa0 0.416667) + (aa1 0.0833333) + (ae1 0.0833333) + (eh1 0.0833333) + aa0))) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (aa1 0.166667) + (eh1 0.166667) + _epsilon_))))) + ((p.name is c) + ((n.n.n.name is b) + (((_epsilon_ 0.333333) (ae1 0.666667) ae1)) + ((n.n.n.name is v) + (((aa0 0.142857) (ae1 0.571429) (eh1 0.285714) ae1)) + (((aa0 0.2) (ae1 0.3) (eh1 0.5) eh1)))) + ((p.name is n) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.n.n.name is k) + ((p.p.name is #) + (((aa1 0.5) (ae1 0.25) (eh1 0.25) aa1)) + (((aa0 0.5) (aa1 0.25) (ae0 0.25) aa0))) + ((n.n.n.name is #) + (((aa1 0.3) (ae1 0.3) (eh1 0.4) eh1)) + ((n.n.n.name is u) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (ax0 0.333333) + _epsilon_)) + ((p.name is b) + (((aa0 0.375) (ae1 0.5) (eh1 0.125) ae1)) + ((n.n.n.name is s) + ((p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.name is m) + (((_epsilon_ 0.25) (aa0 0.25) (aa1 0.5) aa1)) + ((p.name is k) + (((_epsilon_ 0.5) (aa1 0.5) _epsilon_)) + (((_epsilon_ 0.2) (aa1 0.2) (eh1 0.6) eh1))))) + ((n.n.n.name is j) + (((_epsilon_ 0.25) (aa1 0.75) aa1)) + ((p.name is m) + ((n.n.n.name is b) + (((ae1 0.333333) (eh1 0.666667) eh1)) + (((aa0 0.428571) (aa1 0.142857) (eh1 0.428571) aa0))) + ((n.n.n.name is w) + (((aa1 0.5) (ae1 0.25) (eh1 0.25) aa1)) + ((n.n.n.name is m) + ((p.p.name is #) + (((_epsilon_ 0.142857) + (ae1 0.571429) + (eh1 0.285714) + ae1)) + (((_epsilon_ 0.2) + (aa1 0.2) + (ae1 0.2) + (eh1 0.4) + eh1))) + ((n.n.n.name is t) + ((p.name is k) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((aa0 0.333333) + (aa1 0.333333) + (eh1 0.333333) + aa0))) + ((p.name is f) + ((n.n.n.name is b) + (((ae1 0.666667) (eh1 0.333333) ae1)) + (((aa0 0.5) (ae1 0.5) aa0))) + ((p.name is k) + (((aa0 0.4) (ae1 0.2) (eh1 0.4) aa0)) + ((p.p.name is #) + ((p.name is s) + ((n.n.n.name is f) + (((_epsilon_ 0.333333) (ae1 0.666667) ae1)) + (((_epsilon_ 0.4) + (aa0 0.2) + (eh1 0.4) + _epsilon_))) + ((n.n.n.name is g) + (((_epsilon_ 0.75) (aa0 0.25) _epsilon_)) + ((p.name is h) + (((_epsilon_ 0.25) + (aa0 0.5) + (ae1 0.25) + aa0)) + ((p.name is l) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (ae1 0.333333) + _epsilon_)) + ((p.name is g) + (((_epsilon_ 0.25) + (aa0 0.25) + (ae1 0.5) + ae1)) + (((_epsilon_ 0.5) (ae1 0.5) _epsilon_))))))) + (((_epsilon_ 0.444444) + (aa0 0.166667) + (aa1 0.111111) + (ae1 0.166667) + (eh1 0.111111) + _epsilon_)))))))))))))))))))) + ((n.n.name is i) + ((n.n.n.name is #) + (((aa1 0.875) (eh1 0.125) aa1)) + ((n.n.n.name is t) + (((aa0 0.05) (ae1 0.15) (eh0 0.1) (eh1 0.7) eh1)) + ((p.name is v) + ((n.n.n.name is e) + (((_epsilon_ 0.6) (eh1 0.4) _epsilon_)) + (((aa0 0.1875) (eh0 0.0625) (eh1 0.75) eh1))) + ((n.n.n.name is d) + (((aa0 0.333333) (ae1 0.333333) (ax0 0.333333) aa0)) + ((n.n.n.name is b) + ((p.name is c) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((ae1 0.666667) (eh0 0.166667) (eh1 0.166667) ae1))) + ((n.n.n.name is e) + ((p.name is m) + (((_epsilon_ 0.142857) (eh1 0.857143) eh1)) + ((p.p.name is #) + (((_epsilon_ 0.25) + (aa0 0.375) + (eh0 0.125) + (eh1 0.25) + aa0)) + (((aa0 0.25) (eh1 0.75) eh1)))) + ((n.n.n.name is k) + (((ae1 1) ae1)) + ((n.n.n.name is c) + ((p.name is c) + (((_epsilon_ 0.2) (aa0 0.2) (eh1 0.6) eh1)) + (((aa0 0.25) + (aa1 0.166667) + (ae1 0.5) + (eh1 0.0833333) + ae1))) + ((p.name is c) + ((n.n.n.name is n) + (((aa0 0.5) (ae1 0.166667) (eh1 0.333333) aa0)) + (((aa0 0.333333) (ae1 0.166667) (eh1 0.5) eh1))) + ((p.name is l) + ((n.n.n.name is s) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (ae1 0.333333) + _epsilon_)) + (((_epsilon_ 0.111111) + (aa0 0.333333) + (ae1 0.333333) + (eh1 0.222222) + aa0))) + ((n.n.n.name is s) + ((p.name is p) + (((_epsilon_ 0.444444) + (aa0 0.111111) + (aa1 0.111111) + (ae1 0.333333) + _epsilon_)) + ((p.p.name is #) + (((_epsilon_ 0.0833333) + (aa1 0.25) + (ae1 0.0833333) + (eh1 0.583333) + eh1)) + (((_epsilon_ 0.625) + (aa0 0.0625) + (aa1 0.0625) + (eh1 0.25) + _epsilon_)))) + ((p.name is d) + (((_epsilon_ 0.2) + (ae1 0.2) + (eh1 0.4) + (ey1 0.2) + eh1)) + ((p.name is t) + (((aa1 0.666667) (eh1 0.333333) aa1)) + ((n.n.n.name is g) + (((ae1 0.333333) (eh1 0.666667) eh1)) + ((n.n.n.name is u) + (((eh1 1) eh1)) + ((n.n.n.name is a) + ((p.p.name is #) + ((p.name is m) + (((_epsilon_ 0.2) + (aa0 0.1) + (aa1 0.1) + (eh1 0.6) + eh1)) + (((_epsilon_ 0.4) + (aa1 0.4) + (eh1 0.2) + _epsilon_))) + (((aa0 0.285714) + (aa1 0.142857) + (ae1 0.142857) + (eh1 0.428571) + eh1))) + ((p.name is b) + (((_epsilon_ 0.285714) + (aa1 0.142857) + (eh1 0.571429) + eh1)) + ((n.n.n.name is l) + (((aa0 0.4) (ae1 0.2) (eh1 0.4) aa0)) + ((n.n.n.name is o) + (((aa0 0.333333) + (aa1 0.333333) + (eh1 0.333333) + aa0)) + ((p.p.name is #) + ((p.name is m) + (((_epsilon_ 0.391304) + (aa0 0.26087) + (ae1 0.0434783) + (eh1 0.304348) + _epsilon_)) + ((p.name is f) + (((_epsilon_ 0.4) + (aa0 0.4) + (eh1 0.2) + _epsilon_)) + ((n.n.n.name is n) + (((eh1 1) eh1)) + ((p.name is p) + (((_epsilon_ 0.25) + (aa0 0.25) + (eh1 0.5) + eh1)) + (((_epsilon_ 0.5) + (aa0 0.25) + (eh1 0.25) + _epsilon_)))))) + (((_epsilon_ 0.25) + (aa0 0.25) + (aa1 0.25) + (eh1 0.25) + _epsilon_)))))))))))))))))))))) + ((n.n.name is e) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is #) + ((p.name is m) + ((n.n.n.name is s) + (((aa0 0.5) (ae1 0.25) (eh1 0.25) aa0)) + ((n.n.n.name is l) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (eh0 0.333333) + _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (aa1 0.333333) + _epsilon_)) + (((_epsilon_ 0.2) (aa0 0.6) (eh1 0.2) aa0))))) + ((n.n.n.name is #) + (((eh1 1) eh1)) + ((p.name is g) + (((_epsilon_ 0.2) (ae1 0.6) (eh1 0.2) ae1)) + ((p.name is l) + (((_epsilon_ 0.25) (aa0 0.5) (ae1 0.25) aa0)) + ((p.name is p) + (((_epsilon_ 0.176471) + (aa0 0.294118) + (aa1 0.0588235) + (eh1 0.470588) + eh1)) + ((n.n.n.name is l) + ((p.name is k) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + ((p.name is c) + (((aa0 0.285714) (ae1 0.142857) (eh1 0.571429) eh1)) + (((aa0 0.4) (ae1 0.2) (eh1 0.4) aa0)))) + ((p.name is b) + (((aa0 0.1) (ae1 0.2) (eh1 0.7) eh1)) + ((n.n.n.name is m) + (((_epsilon_ 0.4) (aa0 0.2) (eh1 0.4) _epsilon_)) + ((p.name is f) + (((aa0 0.2) (eh1 0.8) eh1)) + ((p.name is z) + (((aa1 0.333333) (eh1 0.666667) eh1)) + ((p.name is d) + (((ae1 0.25) (eh1 0.75) eh1)) + ((p.name is c) + ((n.n.n.name is s) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_)) + (((ae1 0.0769231) (eh1 0.923077) eh1))) + (((_epsilon_ 0.214286) + (aa1 0.0714286) + (eh1 0.714286) + eh1)))))))))))))) + ((n.n.n.name is t) + (((_epsilon_ 0.2) (aa0 0.6) (eh0 0.2) aa0)) + ((n.n.n.name is n) + (((_epsilon_ 0.416667) + (aa0 0.0833333) + (aa1 0.25) + (ae1 0.0833333) + (eh1 0.166667) + _epsilon_)) + (((aa0 0.363636) + (aa1 0.181818) + (ae1 0.272727) + (eh1 0.181818) + aa0)))))) + ((n.n.name is o) + ((n.n.n.name is l) + ((p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((p.name is c) + (((_epsilon_ 0.153846) (ae1 0.0769231) (eh1 0.769231) eh1)) + ((p.name is k) + (((_epsilon_ 0.285714) (ae1 0.142857) (eh1 0.571429) eh1)) + (((ae1 0.8) (eh1 0.2) ae1))))) + ((n.n.n.name is #) + (((aa1 0.555556) (ae1 0.111111) (eh1 0.333333) aa1)) + ((p.name is l) + (((_epsilon_ 0.25) (aa0 0.416667) (ae1 0.333333) aa0)) + ((n.n.n.name is f) + (((aa0 0.666667) (eh0 0.333333) aa0)) + ((n.n.n.name is s) + ((p.name is j) + (((_epsilon_ 0.333333) + (aa1 0.333333) + (eh1 0.333333) + _epsilon_)) + (((_epsilon_ 0.1) + (aa0 0.3) + (aa1 0.4) + (ae1 0.1) + (eh1 0.1) + aa1))) + ((n.n.n.name is u) + ((p.p.name is #) + (((_epsilon_ 0.2) (aa0 0.2) (ax0 0.2) (eh1 0.4) eh1)) + (((_epsilon_ 1) _epsilon_))) + ((p.name is p) + ((n.n.n.name is d) + (((aa0 0.2) (ae1 0.2) (eh1 0.6) eh1)) + (((_epsilon_ 0.666667) (ax0 0.333333) _epsilon_))) + ((n.n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.name is v) + (((_epsilon_ 0.333333) (aa0 0.666667) aa0)) + ((n.n.n.name is c) + (((_epsilon_ 0.333333) (aa0 0.666667) aa0)) + ((n.n.n.name is t) + (((_epsilon_ 0.375) + (aa0 0.25) + (ae1 0.25) + (eh1 0.125) + _epsilon_)) + ((p.name is b) + ((n.n.n.name is n) + (((_epsilon_ 0.2) + (aa0 0.2) + (ae1 0.2) + (eh1 0.4) + eh1)) + (((_epsilon_ 0.714286) + (ae1 0.142857) + (eh1 0.142857) + _epsilon_))) + ((n.n.n.name is n) + (((_epsilon_ 0.44) + (aa0 0.2) + (aa1 0.08) + (ae1 0.04) + (eh1 0.24) + _epsilon_)) + ((p.p.name is #) + ((p.name is c) + (((_epsilon_ 0.333333) + (ae1 0.333333) + (eh1 0.333333) + _epsilon_)) + ((p.name is m) + (((_epsilon_ 0.2) + (aa1 0.4) + (ae1 0.2) + (eh1 0.2) + aa1)) + (((_epsilon_ 0.25) (aa1 0.25) (eh1 0.5) eh1)))) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (eh1 0.333333) + _epsilon_)))))))))))))))) + ((n.n.name is y) + ((n.n.n.name is a) + (((aa1 0.4) (eh0 0.6) eh0)) + ((p.name is m) + ((n.n.n.name is l) + (((ae1 0.666667) (eh1 0.333333) ae1)) + (((ae1 0.2) (eh1 0.8) eh1))) + (((_epsilon_ 0.117647) + (aa1 0.117647) + (ae1 0.0588235) + (eh1 0.705882) + eh1)))) + ((n.n.name is u) + ((n.n.n.name is c) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((p.p.name is #) + ((p.name is m) + (((_epsilon_ 0.444444) + (aa0 0.111111) + (aa1 0.222222) + (ae1 0.111111) + (eh1 0.111111) + _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.333333) (aa0 0.666667) aa0)) + (((_epsilon_ 0.5) + (aa0 0.2) + (ae1 0.2) + (eh1 0.1) + _epsilon_)))) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_)))) + ((p.name is h) + (((aa0 0.0454545) (aa1 0.954545) aa1)) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is k) + ((n.n.n.name is o) + (((_epsilon_ 0.153846) (aa1 0.846154) aa1)) + ((p.name is s) + ((n.n.n.name is i) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa1 1) aa1))) + (((aa0 0.0166667) (aa1 0.983333) aa1)))) + ((n.n.name is c) + ((p.name is m) + ((n.n.n.name is e) + (((aa0 0.933333) (aa1 0.0666667) aa0)) + ((n.n.n.name is i) + (((_epsilon_ 0.214286) (aa0 0.285714) (aa1 0.5) aa1)) + ((n.n.n.name is o) + (((aa0 0.5) (aa1 0.5) aa0)) + ((n.n.n.name is a) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((_epsilon_ 0.030303) + (aa0 0.30303) + (aa1 0.666667) + aa1)))))) + ((p.name is s) + (((aa0 1) aa0)) + ((n.n.n.name is i) + ((p.p.name is #) + ((p.name is c) + (((aa0 0.75) (aa1 0.25) aa0)) + ((p.name is n) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa1 1) aa1)))) + (((aa0 1) aa0))) + ((n.n.n.name is z) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + ((n.n.n.name is h) + (((aa0 0.0943396) (aa1 0.90566) aa1)) + ((p.name is l) + (((aa1 1) aa1)) + ((n.n.n.name is l) + (((aa1 1) aa1)) + ((n.n.n.name is a) + (((aa0 0.384615) (aa1 0.615385) aa1)) + ((p.name is d) + (((aa1 1) aa1)) + ((p.name is p) + (((aa0 0.142857) (aa1 0.857143) aa1)) + ((n.n.n.name is e) + ((p.name is b) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.25) (aa1 0.75) aa1))) + (((aa0 0.25) (aa1 0.75) aa1))))))))))))) + ((n.n.n.name is o) + ((n.n.name is t) + ((p.name is m) + (((aa0 0.833333) (aa1 0.166667) aa0)) + ((p.name is c) + (((aa0 0.714286) (aa1 0.285714) aa0)) + ((p.name is s) + (((aa0 0.75) (aa1 0.25) aa0)) + (((_epsilon_ 0.173913) + (aa0 0.304348) + (aa1 0.521739) + aa1))))) + ((n.n.name is d) + ((p.name is c) + (((aa0 0.9) (aa1 0.1) aa0)) + ((p.name is p) + (((aa1 1) aa1)) + ((p.name is b) + (((aa0 0.25) (aa1 0.75) aa1)) + ((p.name is n) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((p.name is s) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((p.p.name is #) + (((aa0 0.25) (aa1 0.75) aa1)) + (((aa0 0.5) (aa1 0.5) aa0)))))))) + ((p.name is k) + (((_epsilon_ 0.5) (aa1 0.5) _epsilon_)) + ((n.n.name is n) + (((_epsilon_ 0.1) (aa0 0.2) (aa1 0.7) aa1)) + ((p.name is j) + (((_epsilon_ 0.25) (aa0 0.25) (aa1 0.5) aa1)) + ((p.name is p) + (((aa1 1) aa1)) + ((p.name is g) + (((aa1 1) aa1)) + ((p.name is b) + ((n.n.name is b) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.2) (aa1 0.8) aa1))) + ((n.n.name is s) + (((aa1 1) aa1)) + ((p.name is c) + (((aa0 0.230769) (aa1 0.769231) aa1)) + ((n.n.name is l) + (((aa1 1) aa1)) + ((p.name is m) + ((n.n.name is g) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.1) (aa1 0.9) aa1))) + (((aa0 0.0882353) (aa1 0.911765) aa1)))))))))))))) + ((n.n.n.name is s) + (((aa1 1) aa1)) + ((n.n.name is t) + ((n.n.n.name is i) + (((_epsilon_ 0.043956) + (aa0 0.362637) + (aa1 0.593407) + aa1)) + ((n.n.n.name is a) + ((p.name is c) + (((aa1 1) aa1)) + (((aa0 0.7) (aa1 0.3) aa0))) + ((n.n.n.name is k) + (((_epsilon_ 0.666667) (aa1 0.333333) _epsilon_)) + ((n.n.n.name is u) + (((aa0 0.6) (aa1 0.4) aa0)) + (((_epsilon_ 0.0120482) + (aa0 0.0963855) + (aa1 0.891566) + aa1)))))) + ((n.n.n.name is #) + (((aa1 1) aa1)) + ((n.n.n.name is h) + (((aa1 1) aa1)) + ((p.name is k) + (((_epsilon_ 0.037037) (aa1 0.962963) aa1)) + ((n.n.n.name is y) + (((_epsilon_ 0.0434783) (aa1 0.956522) aa1)) + ((n.n.n.name is z) + (((_epsilon_ 0.25) (aa1 0.75) aa1)) + ((n.n.n.name is u) + ((p.name is p) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + ((n.n.name is d) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((n.n.name is b) + (((aa0 0.0909091) (aa1 0.909091) aa1)) + ((n.n.name is m) + (((aa1 1) aa1)) + ((n.n.name is g) + (((aa0 0.222222) (aa1 0.777778) aa1)) + ((p.p.name is #) + ((n.n.name is n) + (((aa1 1) aa1)) + ((p.name is m) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.n.name is q) + (((aa0 0.75) (aa1 0.25) aa0)) + (((aa0 0.333333) (aa1 0.666667) aa1))))) + (((aa0 0.666667) (aa1 0.333333) aa0)))))))) + ((p.name is f) + (((aa1 1) aa1)) + ((n.n.n.name is a) + ((n.n.name is m) + (((_epsilon_ 0.0294118) + (aa0 0.147059) + (aa1 0.823529) + aa1)) + ((n.n.name is j) + (((aa1 1) aa1)) + ((p.name is c) + ((n.n.name is l) + (((aa1 1) aa1)) + (((aa0 0.5625) (aa1 0.4375) aa0))) + ((p.name is l) + (((aa1 1) aa1)) + ((p.name is v) + (((aa0 0.5) (aa1 0.5) aa0)) + ((n.n.name is n) + ((p.p.name is #) + (((aa1 1) aa1)) + (((aa0 0.5) (aa1 0.5) aa0))) + ((p.name is p) + (((aa0 0.142857) (aa1 0.857143) aa1)) + ((p.name is m) + (((aa0 0.217391) (aa1 0.782609) aa1)) + ((n.n.name is z) + (((aa1 1) aa1)) + ((n.n.name is d) + (((aa0 0.166667) + (aa1 0.833333) + aa1)) + ((p.name is d) + (((aa1 1) aa1)) + ((p.name is b) + (((aa0 0.285714) + (aa1 0.714286) + aa1)) + ((p.p.name is #) + ((p.name is g) + ((n.n.name is g) + (((aa0 0.666667) + (aa1 0.333333) + aa0)) + (((aa0 0.333333) + (aa1 0.666667) + aa1))) + (((aa0 0.75) (aa1 0.25) aa0))) + ((n.n.name is b) + (((aa1 1) aa1)) + ((n.n.name is v) + (((aa0 0.25) (aa1 0.75) aa1)) + ((n.n.name is g) + (((aa0 0.333333) + (aa1 0.666667) + aa1)) + (((aa0 0.5) (aa1 0.5) aa0)))))))))))))))))) + ((n.n.name is z) + (((_epsilon_ 0.125) + (aa0 0.25) + (aa1 0.625) + aa1)) + ((n.n.name is m) + ((n.n.n.name is b) + (((aa1 1) aa1)) + ((n.n.n.name is e) + ((p.p.name is #) + (((aa0 0.235294) (aa1 0.764706) aa1)) + (((aa0 0.5) (aa1 0.5) aa0))) + (((aa0 0.21875) (aa1 0.78125) aa1)))) + ((n.n.name is d) + ((p.name is n) + (((aa0 0.6) (aa1 0.4) aa0)) + ((p.name is s) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.191011) (aa1 0.808989) aa1)))) + ((p.name is c) + ((n.n.name is b) + (((aa1 1) aa1)) + ((n.n.n.name is t) + (((aa0 0.5) (aa1 0.5) aa0)) + ((n.n.name is s) + (((aa1 1) aa1)) + ((n.n.n.name is i) + ((n.n.name is v) + (((aa1 1) aa1)) + ((n.n.name is p) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.294118) + (aa1 0.705882) + aa1)))) + (((aa0 0.170732) (aa1 0.829268) aa1)))))) + ((n.n.n.name is e) + (((aa0 0.140625) (aa1 0.859375) aa1)) + ((n.n.n.name is i) + ((n.n.name is s) + ((p.name is m) + (((aa0 0.75) (aa1 0.25) aa0)) + (((aa0 0.166667) (aa1 0.833333) aa1))) + ((n.n.name is p) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa0 0.0504202) (aa1 0.94958) aa1)))) + (((aa1 1) aa1)))))))))))))))))))))))))))))) + ((n.n.name is y) + ((p.p.p.name is i) + (((_epsilon_ 0.03125) (eh0 0.03125) (eh1 0.9375) eh1)) + ((p.name is h) + (((_epsilon_ 0.4) (aa1 0.2) (ae1 0.2) (eh1 0.2) _epsilon_)) + ((p.p.name is i) + (((_epsilon_ 0.0952381) (eh1 0.904762) eh1)) + ((p.name is r) + (((eh0 0.0909091) (eh1 0.909091) eh1)) + ((p.p.name is e) + (((_epsilon_ 0.0769231) (eh0 0.153846) (eh1 0.769231) eh1)) + ((p.name is u) + (((eh1 1) eh1)) + ((p.p.name is d) + (((_epsilon_ 0.333333) (eh0 0.666667) eh0)) + ((p.p.name is u) + (((_epsilon_ 0.142857) (eh1 0.857143) eh1)) + ((p.p.name is c) + (((eh1 1) eh1)) + ((p.p.name is s) + ((p.name is s) + (((_epsilon_ 0.333333) + (eh0 0.333333) + (eh1 0.333333) + _epsilon_)) + (((eh1 1) eh1))) + ((p.p.p.name is o) + (((eh1 1) eh1)) + ((p.p.p.name is e) + ((p.name is t) + (((_epsilon_ 0.692308) (eh1 0.307692) _epsilon_)) + (((_epsilon_ 0.2) (eh1 0.8) eh1))) + (((_epsilon_ 0.6875) + (eh0 0.125) + (eh1 0.1875) + _epsilon_)))))))))))))) + ((n.n.name is i) + ((n.n.n.name is #) + (((_epsilon_ 0.0277778) (aa1 0.944444) (eh1 0.0277778) aa1)) + ((n.n.n.name is a) + ((p.name is m) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + ((p.p.name is c) + (((_epsilon_ 0.5) (aa1 0.25) (eh1 0.25) _epsilon_)) + ((p.p.name is o) + (((aa0 0.25) (aa1 0.25) (eh1 0.5) eh1)) + ((p.name is l) (((aa1 0.5) (eh1 0.5) aa1)) (((eh1 1) eh1)))))) + ((n.n.n.name is o) + ((p.p.p.name is #) + (((eh1 1) eh1)) + ((p.name is n) + (((eh1 1) eh1)) + ((p.name is c) + (((aa1 0.166667) (eh1 0.833333) eh1)) + ((p.p.p.name is r) + (((aa1 1) aa1)) + ((p.p.p.name is d) + (((aa1 1) aa1)) + ((p.p.p.name is n) + (((aa1 0.333333) (eh1 0.666667) eh1)) + ((p.p.name is i) + (((aa1 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.142857) + (aa1 0.714286) + (eh1 0.142857) + aa1))))))))) + ((n.n.n.name is z) + (((_epsilon_ 0.947368) (aa1 0.0526316) _epsilon_)) + ((p.p.p.name is a) + ((p.p.name is q) + (((eh1 1) eh1)) + ((n.n.n.name is n) + ((p.p.name is t) + (((_epsilon_ 0.666667) (eh0 0.333333) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.222222) (aa0 0.777778) aa0)))) + (((_epsilon_ 0.692308) + (aa0 0.0769231) + (ae1 0.0769231) + (eh0 0.0769231) + (eh1 0.0769231) + _epsilon_)))) + ((p.p.p.name is i) + (((ae1 0.05) (eh0 0.05) (eh1 0.9) eh1)) + ((p.name is u) + ((p.p.p.name is #) + (((aa0 1) aa0)) + (((aa0 0.25) (eh1 0.75) eh1))) + ((n.n.n.name is s) + ((p.p.p.name is #) + ((p.p.name is p) + (((_epsilon_ 0.333333) (ae1 0.666667) ae1)) + ((p.name is l) + (((_epsilon_ 0.25) (ae1 0.25) (eh1 0.5) eh1)) + (((_epsilon_ 0.4) + (aa1 0.2) + (eh0 0.2) + (eh1 0.2) + _epsilon_)))) + ((p.p.name is o) + (((eh1 1) eh1)) + (((_epsilon_ 0.681818) + (aa1 0.181818) + (eh1 0.136364) + _epsilon_)))) + ((p.p.p.name is k) + (((_epsilon_ 0.25) (aa1 0.75) aa1)) + ((n.n.n.name is c) + ((p.p.name is a) + (((_epsilon_ 0.5) + (aa0 0.333333) + (aa1 0.166667) + _epsilon_)) + (((_epsilon_ 0.25) (aa0 0.25) (ae1 0.5) ae1))) + ((p.name is m) + ((n.n.n.name is n) + ((p.p.p.name is d) + (((_epsilon_ 0.333333) (aa0 0.666667) aa0)) + (((_epsilon_ 0.857143) (aa1 0.142857) _epsilon_))) + ((p.p.p.name is r) + (((eh1 1) eh1)) + ((n.n.n.name is l) + (((_epsilon_ 0.25) (aa0 0.25) (eh1 0.5) eh1)) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_))))) + ((p.p.p.name is n) + (((eh0 0.142857) (eh1 0.857143) eh1)) + ((p.name is g) + (((_epsilon_ 0.666667) + (ae1 0.166667) + (eh1 0.166667) + _epsilon_)) + ((n.n.n.name is t) + (((aa0 0.1) (aa1 0.05) (ae1 0.15) (eh1 0.7) eh1)) + ((p.p.p.name is s) + (((_epsilon_ 0.75) (aa0 0.25) _epsilon_)) + ((p.p.p.name is d) + ((p.p.name is e) + (((aa0 0.333333) (ae1 0.666667) ae1)) + (((eh1 1) eh1))) + ((p.p.name is s) + (((_epsilon_ 0.142857) + (aa1 0.0714286) + (ae1 0.0714286) + (eh1 0.714286) + eh1)) + ((p.p.name is c) + (((_epsilon_ 0.117647) + (aa0 0.0588235) + (ae1 0.0588235) + (eh1 0.764706) + eh1)) + ((p.p.p.name is o) + (((eh1 1) eh1)) + ((p.name is t) + (((_epsilon_ 0.222222) (eh1 0.777778) eh1)) + ((p.name is n) + ((n.n.n.name is e) + (((eh1 1) eh1)) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (eh1 0.333333) + _epsilon_))) + ((p.p.p.name is p) + (((_epsilon_ 0.25) + (aa0 0.25) + (eh1 0.5) + eh1)) + ((p.name is l) + ((n.n.n.name is n) + (((eh1 1) eh1)) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_))) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 0.333333) + (eh1 0.666667) + eh1)) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_))))))))))))))))))))))))))) + ((n.n.name is e) + ((n.n.n.name is l) + ((p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.0666667) + (aa0 0.866667) + (ae1 0.0333333) + (eh1 0.0333333) + aa0))) + ((n.n.n.name is t) + (((_epsilon_ 0.833333) (aa0 0.166667) _epsilon_)) + ((n.n.n.name is #) + ((p.name is s) + (((_epsilon_ 0.2) (aa1 0.8) aa1)) + ((p.p.name is o) + (((aa1 1) aa1)) + ((p.name is t) + (((aa1 1) aa1)) + ((p.p.name is a) + ((p.name is c) (((eh1 1) eh1)) (((aa1 1) aa1))) + (((_epsilon_ 0.0588235) + (aa1 0.0392157) + (eh1 0.901961) + eh1)))))) + ((p.p.name is s) + ((p.name is h) + (((eh0 0.0833333) (eh1 0.916667) eh1)) + ((p.name is t) + (((eh1 1) eh1)) + ((p.name is p) + (((_epsilon_ 0.2) (eh1 0.8) eh1)) + ((n.n.n.name is d) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + ((n.n.n.name is s) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.333333) (aa0 0.666667) aa0))))))) + ((p.name is p) + (((eh1 1) eh1)) + ((p.name is l) + ((p.p.p.name is #) + ((p.p.name is c) + ((n.n.n.name is n) + (((ae1 0.333333) (eh1 0.666667) eh1)) + (((aa0 0.333333) (ae1 0.333333) (eh1 0.333333) aa0))) + (((eh1 1) eh1))) + ((p.p.name is c) + (((eh1 1) eh1)) + (((_epsilon_ 0.5) (aa1 0.25) (eh1 0.25) _epsilon_)))) + ((n.n.n.name is z) + (((_epsilon_ 0.111111) (aa1 0.888889) aa1)) + ((n.n.n.name is s) + ((p.p.name is a) + (((aa0 0.142857) (aa1 0.857143) aa1)) + ((p.name is h) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + (((aa1 0.444444) (eh1 0.555556) eh1))))) + ((p.p.name is c) + (((aa1 0.333333) (ae1 0.333333) (eh1 0.333333) aa1)) + ((n.n.n.name is n) + (((_epsilon_ 0.4) (aa0 0.6) aa0)) + ((n.n.n.name is k) + (((_epsilon_ 0.333333) (aa0 0.166667) (aa1 0.5) aa1)) + (((_epsilon_ 0.75) + (aa1 0.0625) + (eh1 0.1875) + _epsilon_))))))))))))) + ((n.n.name is r) + ((p.p.name is q) + (((aa1 0.2) (ao1 0.7) (eh1 0.1) ao1)) + ((p.p.p.name is e) + ((p.p.name is r) + (((ae1 0.666667) (eh1 0.333333) ae1)) + (((eh1 1) eh1))) + ((p.p.p.name is r) + (((ae0 0.2) (eh1 0.8) eh1)) + ((p.p.name is c) + ((n.n.n.name is i) + (((_epsilon_ 0.142857) (ae1 0.857143) ae1)) + ((p.p.p.name is m) + ((p.name is c) + (((ae1 0.6) (eh1 0.4) ae1)) + (((aa1 0.333333) (ae1 0.333333) (eh1 0.333333) aa1))) + (((aa1 0.6) (eh1 0.4) aa1)))) + ((p.name is h) + ((p.p.name is s) + ((n.n.n.name is o) + (((ae1 1) ae1)) + (((aa1 0.666667) (ae1 0.333333) aa1))) + (((_epsilon_ 0.166667) (ae1 0.833333) ae1))) + ((p.p.name is s) + ((p.p.p.name is i) + (((aa1 0.333333) (eh1 0.666667) eh1)) + ((n.n.n.name is o) + (((aa1 0.6) (eh1 0.4) aa1)) + ((n.n.n.name is #) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((aa1 0.8) (ae1 0.2) aa1))))) + ((p.name is b) + (((aa1 0.5) (ae1 0.3) (eh1 0.2) aa1)) + ((n.n.n.name is i) + ((p.p.p.name is h) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((aa0 0.333333) (ae1 0.333333) (eh1 0.333333) aa0))) + ((p.name is n) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((p.p.p.name is a) + (((aa1 0.666667) (ae1 0.333333) aa1)) + ((p.name is i) + (((_epsilon_ 0.666667) (aa0 0.333333) _epsilon_)) + ((p.name is z) + (((aa1 1) aa1)) + ((p.p.name is i) + (((_epsilon_ 0.666667) (aa1 0.333333) _epsilon_)) + ((n.n.n.name is o) + (((aa0 0.5) (aa1 0.5) aa0)) + ((p.p.p.name is l) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + ((p.p.name is a) + (((_epsilon_ 0.5) + (aa0 0.25) + (aa1 0.25) + _epsilon_)) + ((n.n.n.name is a) + (((aa1 1) aa1)) + (((_epsilon_ 0.2) (aa0 0.4) (aa1 0.4) aa0))))))))))))))))))) + ((n.n.name is t) + ((p.p.name is q) + (((aa0 0.117647) (ao0 0.117647) (ao1 0.764706) ao1)) + ((p.p.p.name is #) + (((_epsilon_ 0.0192308) + (aa0 0.0192308) + (aa1 0.942308) + (ao1 0.0192308) + aa1)) + ((p.name is p) + (((_epsilon_ 0.0555556) (aa1 0.944444) aa1)) + ((p.p.name is g) + (((_epsilon_ 0.6) (aa0 0.2) (aa1 0.2) _epsilon_)) + ((p.p.p.name is s) + ((p.name is u) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.125) (aa1 0.875) aa1))) + ((p.name is c) + (((aa0 0.0588235) (aa1 0.941176) aa1)) + ((p.p.p.name is l) + ((p.p.name is e) + (((_epsilon_ 0.2) (aa0 0.8) aa0)) + ((n.n.n.name is #) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (eh1 0.333333) + _epsilon_)))) + ((p.name is t) + (((aa1 1) aa1)) + ((p.p.name is i) + (((aa0 0.888889) (aa1 0.111111) aa0)) + ((p.name is h) + ((p.p.p.name is n) + (((aa1 1) aa1)) + ((p.p.p.name is c) + (((aa1 1) aa1)) + ((p.p.name is k) + (((aa0 1) aa0)) + ((p.p.name is r) + (((aa0 0.727273) (aa1 0.272727) aa0)) + ((p.p.p.name is a) + (((aa1 1) aa1)) + ((p.p.name is p) + (((aa0 1) aa0)) + ((p.p.p.name is e) + (((aa0 0.2) (aa1 0.8) aa1)) + ((p.p.name is n) + ((p.p.p.name is r) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((aa0 0.5) (aa1 0.5) aa0))) + ((p.p.name is d) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((aa0 0.733333) (aa1 0.266667) aa0))))))))))) + ((p.p.name is e) + (((aa0 0.833333) (aa1 0.166667) aa0)) + ((p.p.name is n) + ((n.n.n.name is e) + (((aa1 1) aa1)) + (((aa0 1) aa0))) + ((p.name is d) + (((aa0 0.8) (aa1 0.2) aa0)) + ((p.p.p.name is o) + ((p.name is f) + (((aa0 1) aa0)) + (((aa0 0.333333) (aa1 0.666667) aa1))) + ((p.name is m) + (((aa0 0.1) (aa1 0.9) aa1)) + ((p.name is g) + ((p.p.name is o) + (((aa1 1) aa1)) + ((p.p.name is r) + (((aa1 1) aa1)) + ((p.p.p.name is u) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((aa0 0.6) (aa1 0.4) aa0))))) + ((n.n.n.name is #) + ((p.name is b) + (((_epsilon_ 0.25) (aa1 0.75) aa1)) + ((p.p.name is r) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((p.p.name is c) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (aa1 0.333333) + _epsilon_)) + (((_epsilon_ 0.25) (aa0 0.75) aa0))))) + (((_epsilon_ 0.2) + (aa0 0.0666667) + (aa1 0.733333) + aa1))))))))))))))))))) + ((p.name is o) + (((_epsilon_ 0.976471) (aa1 0.0235294) _epsilon_)) + ((p.p.p.name is #) + ((n.n.name is a) + ((n.n.n.name is #) + (((aa1 0.857143) (ae1 0.142857) aa1)) + ((p.p.name is g) + (((eh1 1) eh1)) + ((p.name is h) + ((n.n.n.name is c) + (((eh1 1) eh1)) + ((p.p.name is p) + (((eh1 0.666667) (ey1 0.333333) eh1)) + (((_epsilon_ 0.666667) + (aa1 0.166667) + (eh1 0.166667) + _epsilon_)))) + ((p.p.name is q) + (((_epsilon_ 0.4) (ao1 0.6) ao1)) + ((p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.333333) (aa0 0.666667) aa0)) + ((p.p.name is s) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (ae1 0.333333) + _epsilon_)))))))))) + ((n.n.name is o) + ((p.p.name is s) + (((aa0 0.333333) (ae1 0.666667) ae1)) + ((n.n.n.name is #) + (((aa1 1) aa1)) + ((p.p.name is p) + (((eh1 0.666667) (ey1 0.333333) eh1)) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_))))) + ((p.p.name is s) + ((p.name is c) + ((n.n.name is c) + (((aa1 0.4) (eh1 0.6) eh1)) + ((n.n.n.name is i) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((n.n.n.name is a) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.0588235) (aa1 0.941176) aa1))))) + (((_epsilon_ 0.00877193) + (aa0 0.0263158) + (aa1 0.964912) + aa1))) + ((p.name is h) + ((n.n.n.name is #) + (((aa1 0.75) (ao1 0.25) aa1)) + ((n.n.n.name is o) + ((n.n.name is l) + (((aa1 1) aa1)) + ((n.n.name is b) + (((aa0 0.25) (aa1 0.75) aa1)) + (((aa0 0.5) (aa1 0.5) aa0)))) + (((aa0 0.137255) (aa1 0.862745) aa1)))) + ((p.name is u) + ((n.n.name is d) + (((aa0 0.0666667) (aa1 0.933333) aa1)) + ((p.p.name is q) + (((aa1 0.5) (ao1 0.5) aa1)) + (((aa0 1) aa0)))) + ((p.name is l) + (((aa1 1) aa1)) + ((p.name is a) + (((aa1 1) aa1)) + ((n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.666667) (aa0 0.333333) _epsilon_)) + ((p.name is g) + (((_epsilon_ 0.666667) (aa0 0.333333) _epsilon_)) + ((p.p.name is o) + (((aa0 0.25) (aa1 0.75) aa1)) + ((p.name is i) + (((_epsilon_ 0.6) + (aa0 0.1) + (aa1 0.3) + _epsilon_)) + ((p.p.name is i) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_)) + ((n.n.n.name is h) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_)) + (((_epsilon_ 0.157895) (aa1 0.842105) aa1)))))))))))))))) + ((p.name is l) + ((n.n.name is #) + (((_epsilon_ 0.951456) (aa1 0.0485437) _epsilon_)) + ((n.n.n.name is e) + ((p.p.name is a) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa1 1) aa1))) + ((n.n.name is s) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1))) + ((n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is l) + ((p.p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 0.678571) + (aa0 0.0357143) + (aa1 0.285714) + _epsilon_)) + (((_epsilon_ 0.25) (aa1 0.75) aa1)))) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is z) + (((_epsilon_ 0.5) (aa0 0.5) _epsilon_)) + ((n.n.n.name is s) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((p.p.name is o) + (((_epsilon_ 0.6) (aa1 0.4) _epsilon_)) + ((n.n.n.name is #) + ((n.n.name is d) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_)) + (((aa1 1) aa1))) + (((aa0 0.0769231) (aa1 0.923077) aa1)))))))))))) + ((p.name is p) + ((n.n.name is a) + ((n.n.n.name is g) + (((eh1 1) eh1)) + ((p.p.name is p) + (((_epsilon_ 0.666667) (ax0 0.333333) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is m) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.714286) (eh1 0.285714) _epsilon_))))))) + ((n.n.name is k) + (((aa1 1) aa1)) + ((p.p.name is s) + ((p.p.p.name is a) + (((_epsilon_ 0.8) (aa1 0.2) _epsilon_)) + (((_epsilon_ 0.2) (aa0 0.2) (aa1 0.6) aa1))) + ((p.p.name is e) + (((_epsilon_ 0.666667) (aa0 0.333333) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (aa1 0.75) aa1))))))))) + ((n.n.n.name is e) + ((p.name is b) + ((p.p.p.name is u) + (((aa1 1) aa1)) + ((n.n.name is g) + ((p.p.p.name is e) + (((aa0 0.857143) (aa1 0.142857) aa0)) + ((p.p.p.name is l) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((aa0 0.571429) (aa1 0.428571) aa0)))) + (((aa0 0.333333) (aa1 0.666667) aa1)))) + ((n.n.name is n) + ((p.p.name is e) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa0 0.4) (aa1 0.6) aa1))) + ((p.p.name is i) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + ((p.name is m) + (((aa1 1) aa1)) + ((p.p.p.name is r) + (((aa1 1) aa1)) + ((p.p.name is e) + (((aa1 1) aa1)) + ((p.name is g) + ((p.p.p.name is e) + (((aa1 1) aa1)) + (((aa0 0.666667) (aa1 0.333333) aa0))) + (((aa0 0.0909091) (aa1 0.909091) aa1))))))))) + ((n.n.name is k) + ((p.p.name is i) + (((aa0 0.75) (aa1 0.25) aa0)) + ((p.name is m) + (((aa0 0.0425532) (aa1 0.957447) aa1)) + ((p.p.name is m) + (((aa0 0.25) (aa1 0.75) aa1)) + (((aa0 0.5) (aa1 0.5) aa0))))) + ((n.n.n.name is #) + ((n.n.name is d) + ((p.name is y) + ((p.p.name is d) + (((_epsilon_ 0.666667) (aa1 0.333333) _epsilon_)) + (((_epsilon_ 0.103448) + (aa0 0.0344828) + (aa1 0.827586) + (ey1 0.0344828) + aa1))) + ((p.p.name is e) + ((p.p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is b) + (((aa1 1) aa1)) + ((p.name is c) + (((aa1 1) aa1)) + ((p.p.p.name is r) + (((_epsilon_ 0.142857) (aa1 0.857143) aa1)) + ((p.name is n) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_)) + (((_epsilon_ 0.3) (aa1 0.7) aa1))))))) + ((p.name is a) + ((p.p.p.name is r) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.333333) (aa1 0.666667) aa1))) + ((p.name is c) + (((_epsilon_ 0.230769) (aa1 0.769231) aa1)) + ((p.name is i) + (((_epsilon_ 0.75) (aa0 0.25) _epsilon_)) + ((p.name is h) + ((p.p.name is n) + (((_epsilon_ 0.166667) + (aa0 0.333333) + (aa1 0.5) + aa1)) + ((p.p.name is r) + (((_epsilon_ 0.25) (aa0 0.5) (aa1 0.25) aa0)) + (((_epsilon_ 0.709677) + (aa1 0.290323) + _epsilon_)))) + ((p.name is u) + ((p.p.name is g) + (((aa1 1) aa1)) + (((_epsilon_ 0.75) (aa0 0.25) _epsilon_))) + ((p.p.name is m) + (((_epsilon_ 0.5) + (aa0 0.166667) + (aa1 0.333333) + _epsilon_)) + ((p.name is k) + (((_epsilon_ 0.947368) + (aa1 0.0526316) + _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.913043) + (aa1 0.0869565) + _epsilon_)) + ((p.name is s) + ((p.p.p.name is o) + (((aa1 1) aa1)) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_))) + ((p.p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is z) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.4) (aa1 0.6) aa1)) + ((p.p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is b) + (((_epsilon_ 0.333333) + (aa1 0.666667) + aa1)) + ((p.p.name is r) + ((p.name is g) + (((_epsilon_ 0.8) + (aa1 0.2) + _epsilon_)) + (((_epsilon_ 0.25) + (aa1 0.75) + aa1))) + (((_epsilon_ 0.73913) + (aa1 0.26087) + _epsilon_))))))))))))))))))))) + ((n.n.name is s) + ((p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.25) (aa1 0.75) aa1)) + ((p.name is c) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + ((p.p.name is s) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + ((p.p.name is i) + (((_epsilon_ 0.4) (aa1 0.6) aa1)) + (((_epsilon_ 0.75) (aa1 0.25) _epsilon_))))))))) + ((n.n.name is z) + (((_epsilon_ 0.333333) (aa0 0.666667) aa0)) + (((_epsilon_ 0.0372671) + (aa0 0.0310559) + (aa1 0.888199) + (ae1 0.00621118) + (eh1 0.0372671) + aa1))))) + ((n.n.name is o) + ((n.n.n.name is s) + (((_epsilon_ 0.2) (aa1 0.8) aa1)) + (((_epsilon_ 0.88) (aa0 0.04) (eh1 0.08) _epsilon_))) + ((n.n.name is #) + ((p.name is g) + (((_epsilon_ 0.767442) + (aa0 0.0232558) + (aa1 0.209302) + _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.6) (aa0 0.28) (aa1 0.12) _epsilon_)) + ((p.name is n) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) (aa0 0.666667) aa0)) + ((p.p.p.name is o) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + (((_epsilon_ 0.875) (aa1 0.125) _epsilon_)))) + ((p.p.name is n) + ((p.name is t) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_)) + ((p.p.p.name is a) + ((p.name is k) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((aa0 0.5) (aa1 0.5) aa0))) + (((_epsilon_ 0.222222) + (aa0 0.666667) + (aa1 0.111111) + aa0)))) + ((p.p.name is i) + ((p.p.p.name is n) + (((aa0 0.8) (aa1 0.2) aa0)) + ((p.name is c) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_)) + ((p.name is m) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((_epsilon_ 0.0588235) + (aa0 0.0588235) + (aa1 0.882353) + aa1))))) + ((p.p.name is s) + ((p.name is t) + ((p.p.p.name is e) + (((_epsilon_ 0.5) (aa1 0.5) _epsilon_)) + (((aa0 0.0384615) (aa1 0.961538) aa1))) + (((_epsilon_ 0.764706) + (aa1 0.235294) + _epsilon_))) + ((p.p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.name is t) + (((_epsilon_ 0.75) + (aa0 0.0625) + (aa1 0.1875) + _epsilon_)) + ((p.p.p.name is o) + (((aa1 1) aa1)) + ((p.p.p.name is s) + (((aa0 0.25) (aa1 0.75) aa1)) + ((p.name is c) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((p.p.p.name is a) + ((p.p.name is m) + (((_epsilon_ 0.6) (aa1 0.4) _epsilon_)) + ((p.name is b) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_)) + (((_epsilon_ 0.133333) + (aa1 0.866667) + aa1)))) + ((p.p.name is a) + ((p.p.p.name is n) + (((aa1 1) aa1)) + ((p.p.p.name is h) + (((_epsilon_ 0.4) (aa1 0.6) aa1)) + ((p.p.p.name is t) + (((aa1 1) aa1)) + ((p.p.p.name is l) + (((aa0 0.333333) + (aa1 0.666667) + aa1)) + ((p.name is m) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (aa1 0.333333) + _epsilon_)) + (((_epsilon_ 0.166667) + (aa0 0.333333) + (aa1 0.5) + aa1))))))) + ((p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.name is z) + (((_epsilon_ 1) _epsilon_)) + ((p.name is b) + (((_epsilon_ 0.3) (aa1 0.7) aa1)) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is b) + (((aa1 1) aa1)) + ((p.p.p.name is e) + (((_epsilon_ 0.5) + (aa0 0.5) + _epsilon_)) + ((p.p.p.name is l) + ((p.p.name is o) + (((_epsilon_ 0.333333) + (aa0 0.666667) + aa0)) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (aa1 0.333333) + _epsilon_))) + ((p.p.p.name is r) + (((aa0 0.333333) + (aa1 0.666667) + aa1)) + ((p.p.p.name is n) + (((_epsilon_ 0.25) + (aa0 0.5) + (aa1 0.25) + aa0)) + ((p.p.name is h) + (((_epsilon_ 0.5) + (aa0 0.333333) + (aa1 0.166667) + _epsilon_)) + ((p.name is v) + (((_epsilon_ 0.2) + (aa0 0.2) + (aa1 0.6) + aa1)) + ((p.p.p.name is d) + (((_epsilon_ 0.285714) + (aa0 0.142857) + (aa1 0.571429) + aa1)) + ((p.p.name is e) + (((_epsilon_ 0.833333) + (aa1 0.166667) + _epsilon_)) + ((p.p.p.name is k) + (((_epsilon_ 0.25) + (aa1 0.75) + aa1)) + (((_epsilon_ 0.636364) + (aa1 0.363636) + _epsilon_))))))))))))))))))))))))))))) + ((n.n.name is a) + ((p.name is h) + (((_epsilon_ 0.875) (eh1 0.125) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.111111) + (aa0 0.555556) + (aa1 0.333333) + aa0)) + ((p.p.p.name is m) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((p.p.name is a) + (((_epsilon_ 0.875) (aa1 0.125) _epsilon_)) + ((p.p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.428571) (aa0 0.571429) aa0)))))))) + ((n.n.n.name is s) + ((p.p.name is e) + (((_epsilon_ 0.142857) (aa1 0.857143) aa1)) + ((p.name is y) + (((aa0 0.2) (aa1 0.8) aa1)) + ((p.p.p.name is e) + (((_epsilon_ 0.25) (aa1 0.75) aa1)) + ((p.name is c) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + (((_epsilon_ 0.913043) + (aa0 0.0434783) + (aa1 0.0434783) + _epsilon_)))))) + ((n.n.n.name is z) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is l) + (((_epsilon_ 0.75) (aa1 0.25) _epsilon_)) + ((n.n.n.name is t) + ((p.name is h) + ((p.p.name is n) + ((p.p.p.name is i) + (((aa1 1) aa1)) + ((p.p.p.name is e) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa0 0.333333) (aa1 0.666667) aa1)))) + ((p.p.name is e) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((p.p.p.name is i) + (((aa0 0.75) (aa1 0.25) aa0)) + ((p.p.name is c) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((aa0 0.642857) (aa1 0.357143) aa0)))))) + ((p.p.name is n) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((_epsilon_ 0.5) + (aa0 0.25) + (aa1 0.25) + _epsilon_)))) + ((p.p.name is d) + (((_epsilon_ 0.25) + (aa0 0.25) + (aa1 0.25) + (eh1 0.25) + _epsilon_)) + ((p.p.name is n) + ((p.name is d) + (((_epsilon_ 0.666667) + (aa0 0.333333) + _epsilon_)) + ((p.p.p.name is i) + (((aa0 0.285714) (aa1 0.714286) aa1)) + (((aa0 0.666667) (aa1 0.333333) aa0)))) + ((p.p.name is a) + ((p.p.p.name is l) + (((aa1 1) aa1)) + ((n.n.n.name is i) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_)) + (((_epsilon_ 0.222222) (aa1 0.777778) aa1)))) + ((p.name is j) + (((aa0 0.75) (aa1 0.25) aa0)) + ((n.n.n.name is y) + (((_epsilon_ 0.4) (aa1 0.6) aa1)) + ((p.p.name is u) + ((p.p.p.name is s) + (((_epsilon_ 0.666667) + (aa1 0.333333) + _epsilon_)) + (((aa0 0.333333) (aa1 0.666667) aa1))) + ((p.name is n) + ((n.n.n.name is o) + (((aa1 1) aa1)) + ((p.p.p.name is e) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.333333) (aa1 0.666667) aa1)))) + ((p.p.name is e) + ((p.p.p.name is i) + (((aa1 1) aa1)) + ((n.n.n.name is o) + (((aa1 1) aa1)) + ((n.n.n.name is i) + ((p.p.p.name is b) + (((aa0 0.666667) + (aa1 0.333333) + aa0)) + (((aa1 1) aa1))) + ((n.n.n.name is h) + (((aa0 0.333333) + (aa1 0.666667) + aa1)) + (((_epsilon_ 0.166667) + (aa0 0.666667) + (aa1 0.166667) + aa0)))))) + (((_epsilon_ 0.0252101) + (aa0 0.0504202) + (aa1 0.92437) + aa1)))))))))))))))))))))))))))))))) + ((n.n.n.name is 0) + ((n.name is #) + ((p.name is e) + ((p.p.p.name is #) + (((_epsilon_ 0.909091) (ey1 0.0909091) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.285714) (ax0 0.642857) (y-ax0 0.0714286) ax0)) + ((p.p.p.name is c) + ((p.p.name is h) + (((_epsilon_ 0.25) (ax0 0.75) ax0)) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_))) + (((_epsilon_ 0.0340909) + (aa0 0.0113636) + (ax0 0.920455) + (ey1 0.0340909) + ax0))))) + ((p.p.p.name is 0) + (((aa1 0.916667) (ax0 0.0833333) aa1)) + ((p.p.p.name is #) + ((p.name is h) + (((aa1 1) aa1)) + ((p.name is i) + (((ax0 0.875) (er0 0.125) ax0)) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.name is o) + (((ax0 1) ax0)) + ((p.p.name is o) + (((aa1 0.111111) (ax0 0.888889) ax0)) + ((p.name is u) + (((aa1 0.2) (ax0 0.8) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1)))))))))) + ((p.name is a) + (((aa1 1) aa1)) + ((p.name is m) + ((p.p.name is e) + ((p.p.p.name is d) + (((ax0 1) ax0)) + ((p.p.p.name is n) + (((ax0 1) ax0)) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((p.p.p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is k) + (((aa0 0.166667) (ax0 0.833333) ax0)) + ((p.p.p.name is s) + (((aa0 0.166667) (ax0 0.833333) ax0)) + (((aa0 0.5) (ax0 0.5) aa0)))))))) + (((aa0 0.00843882) + (aa1 0.00421941) + (ax0 0.978903) + (er0 0.00843882) + ax0))) + ((p.name is h) + ((p.p.name is a) + ((p.p.p.name is m) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((aa0 0.4) (ax0 0.6) ax0))) + (((aa0 0.0181818) + (aa1 0.00909091) + (ah1 0.00909091) + (ax0 0.963636) + ax0))) + (((_epsilon_ 0.000445633) + (aa0 0.000445633) + (aa1 0.00356506) + (ae0 0.000445633) + (ah0 0.000222816) + (ah1 0.00222816) + (ao1 0.000222816) + (ax0 0.989973) + (er0 0.00200535) + (iy0 0.000222816) + (y-ax0 0.000222816) + ax0)))))))) + ((n.name is y) + ((p.name is w) + ((p.p.name is a) + ((p.p.p.name is l) + (((ey0 0.8) (ey1 0.2) ey0)) + ((p.p.p.name is t) + (((ey0 0.666667) (ey1 0.333333) ey0)) + ((p.p.p.name is n) + (((ey0 0.545455) (ey1 0.454545) ey0)) + (((ey0 0.272727) (ey1 0.727273) ey1))))) + ((p.p.p.name is l) + (((ey1 1) ey1)) + ((p.p.name is l) + (((ey0 0.5) (ey1 0.5) ey0)) + (((ey0 0.0945946) (ey1 0.905405) ey1))))) + ((p.p.p.name is #) + (((_epsilon_ 0.04) (ey0 0.04) (ey1 0.88) (iy1 0.04) ey1)) + ((p.p.p.name is 0) + (((ey1 1) ey1)) + ((p.name is d) + ((p.p.name is s) + (((_epsilon_ 0.75) (ey1 0.25) _epsilon_)) + ((p.p.name is i) + ((p.p.p.name is l) + (((ey0 0.4) (ey1 0.6) ey1)) + (((_epsilon_ 0.333333) + (ey0 0.333333) + (ey1 0.333333) + _epsilon_))) + (((_epsilon_ 0.0512821) (ey0 0.102564) (ey1 0.846154) ey1)))) + ((p.p.name is c) + (((ey1 1) ey1)) + ((p.p.name is t) + (((ey0 0.111111) (ey1 0.888889) ey1)) + ((p.p.p.name is c) + (((ey1 1) ey1)) + ((p.p.name is p) + (((ey0 0.2) (ey1 0.8) ey1)) + ((p.p.name is e) + ((p.p.p.name is d) + (((ey1 1) ey1)) + ((p.p.p.name is r) + (((ey1 1) ey1)) + (((ey0 0.666667) (ey1 0.333333) ey0)))) + ((p.name is n) + (((ey0 1) ey0)) + ((p.p.p.name is e) + ((p.p.name is r) + (((ey1 1) ey1)) + (((ey0 0.5) (ey1 0.5) ey0))) + ((p.p.p.name is t) + (((ey1 1) ey1)) + ((p.name is s) + (((_epsilon_ 0.571429) + (ey0 0.142857) + (ey1 0.285714) + _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + ((p.p.p.name is g) + (((ey0 1) ey0)) + ((p.p.p.name is r) + (((ey0 1) ey0)) + ((p.p.p.name is i) + (((ey0 0.25) (ey1 0.75) ey1)) + ((p.name is b) + (((ey0 0.4) (ey1 0.6) ey1)) + ((p.name is u) + (((ey0 0.571429) (ey1 0.428571) ey0)) + ((p.p.p.name is u) + (((_epsilon_ 0.5) + (ey0 0.333333) + (ey1 0.166667) + _epsilon_)) + ((p.p.name is r) + (((ey0 0.6) (ey1 0.4) ey0)) + ((p.p.name is a) + ((p.name is l) + (((_epsilon_ 0.166667) + (ey0 0.333333) + (ey1 0.5) + ey1)) + (((ey0 0.6) (ey1 0.4) ey0))) + ((p.p.name is o) + (((ey0 0.666667) (ey1 0.333333) ey0)) + ((p.name is r) + (((_epsilon_ 0.25) (ey0 0.75) ey0)) + ((p.name is l) + ((p.p.p.name is a) + (((_epsilon_ 0.2) + (ey0 0.6) + (ey1 0.2) + ey0)) + (((_epsilon_ 0.333333) + (ey0 0.333333) + (ey1 0.333333) + _epsilon_))) + (((_epsilon_ 0.4) + (ey0 0.4) + (ey1 0.2) + _epsilon_))))))))))))))))))))))))))) + ((p.name is e) + ((n.name is u) + ((p.p.p.name is o) + ((p.p.name is d) (((ow0 1) ow0)) (((ow0 0.4) (ow1 0.6) ow1))) + ((p.p.name is n) + ((p.p.p.name is n) + (((ow1 1) ow1)) + ((p.p.p.name is e) + (((ow0 0.6) (ow1 0.4) ow0)) + (((ow0 0.3125) (ow1 0.6875) ow1)))) + (((ow0 0.13) (ow1 0.87) ow1)))) + ((n.name is d) + (((_epsilon_ 0.887755) + (eh0 0.102041) + (ey0 0.0102041) + _epsilon_)) + ((n.name is n) + ((p.p.p.name is c) + (((_epsilon_ 0.888889) (ey1 0.111111) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.875) (ao1 0.125) _epsilon_)) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((_epsilon_ 0.142857) (ax0 0.857143) ax0)) + ((p.p.p.name is s) + (((_epsilon_ 0.666667) (ax0 0.333333) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 0.6) (ax0 0.4) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.5) (ax0 0.5) _epsilon_)) + (((_epsilon_ 0.266667) (ax0 0.733333) ax0)))))))))) + ((n.name is k) + ((p.p.p.name is b) + (((_epsilon_ 0.2) (ey1 0.8) ey1)) + ((p.p.name is t) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.941176) (ax0 0.0588235) _epsilon_)))) + ((p.p.p.name is a) + ((n.name is l) + (((_epsilon_ 0.666667) (aa1 0.333333) _epsilon_)) + (((ae1 0.2) (ax0 0.6) (y-ax0 0.2) ax0))) + ((n.name is l) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.363636) + (ao1 0.0909091) + (ax0 0.545455) + ax0)) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is i) + (((ax0 1) ax0)) + (((_epsilon_ 0.611111) (ax0 0.388889) _epsilon_))))))) + ((n.name is h) + (((ae1 0.25) (ax0 0.75) ax0)) + ((n.name is s) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.333333) (ae1 0.166667) (ax0 0.5) ax0)) + ((p.p.name is n) + (((_epsilon_ 0.25) (ax0 0.75) ax0)) + (((_epsilon_ 0.833333) (ax0 0.166667) _epsilon_))))) + (((_epsilon_ 0.973333) + (ae1 0.0133333) + (ey1 0.0133333) + _epsilon_)))))))))) + ((n.name is w) + ((p.name is y) + (((aa0 0.333333) (aa1 0.333333) (ao1 0.333333) aa0)) + ((p.p.p.name is 0) + (((ao1 1) ao1)) + ((p.p.p.name is #) + (((ao1 1) ao1)) + ((p.p.p.name is i) + (((ao1 1) ao1)) + ((p.p.p.name is c) + (((aa1 0.2) (ao1 0.8) ao1)) + ((p.p.name is s) + ((p.p.p.name is e) + (((aa1 0.333333) (ao0 0.333333) (ao1 0.333333) aa1)) + (((aa1 0.0333333) (ao0 0.166667) (ao1 0.8) ao1))) + ((p.p.name is d) + (((ao1 1) ao1)) + ((p.p.name is t) + (((ao1 1) ao1)) + ((p.name is l) + (((ao0 0.2) (ao1 0.8) ao1)) + ((p.name is s) + (((ao0 0.25) (ao1 0.75) ao1)) + ((p.p.p.name is m) + (((ao0 0.25) (ao1 0.75) ao1)) + ((p.name is n) + (((ao0 0.333333) (ao1 0.666667) ao1)) + (((ao0 0.75) (ao1 0.25) ao0)))))))))))))) + ((p.name is o) + ((p.p.name is d) + (((_epsilon_ 0.4) (ax0 0.6) ax0)) + (((_epsilon_ 0.943089) + (aa1 0.00813008) + (ae0 0.0162602) + (ax0 0.0325203) + _epsilon_))) + ((p.p.p.name is 0) + ((n.name is u) + (((aw1 0.333333) (ow1 0.666667) ow1)) + ((n.name is e) + (((ay1 0.5) (ey1 0.5) ay1)) + ((n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.name is i) + (((_epsilon_ 0.8) (aa1 0.2) _epsilon_)) + ((n.name is h) + (((aa1 0.857143) (ae1 0.142857) aa1)) + ((p.name is w) + (((aa1 0.5) (ae1 0.333333) (ao1 0.166667) aa1)) + (((aa1 0.0547945) (ae1 0.938356) (ax0 0.00684932) ae1)))))))) + ((p.p.p.name is #) + ((n.name is u) + (((ao1 0.0833333) (aw1 0.75) (ow1 0.166667) aw1)) + ((p.name is a) + (((aa1 1) aa1)) + ((n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.name is i) + (((_epsilon_ 0.666667) (aa1 0.333333) _epsilon_)) + ((p.name is i) + ((n.name is n) + (((_epsilon_ 0.111111) + (aa0 0.111111) + (aa1 0.444444) + (ax0 0.333333) + aa1)) + ((p.p.name is d) + (((aa0 0.25) (ax0 0.75) ax0)) + ((n.name is m) + (((ae1 0.25) (ax0 0.75) ax0)) + ((n.name is l) + (((ax0 1) ax0)) + (((ae0 0.4) (ao1 0.2) (ax0 0.4) ae0)))))) + ((n.name is h) + (((aa0 0.285714) (aa1 0.571429) (ao1 0.142857) aa1)) + ((p.name is u) + ((p.p.name is q) + (((aa1 0.666667) (ao1 0.333333) aa1)) + ((n.name is n) + (((aa1 0.8) (ax0 0.2) aa1)) + (((aa1 0.25) (ae0 0.25) (ax0 0.5) ax0)))) + ((p.p.name is a) + ((n.name is n) + (((ax0 1) ax0)) + ((n.name is l) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.2) (ae0 0.3) (ae1 0.3) (ax0 0.2) ae0)))) + ((p.p.name is e) + (((ae1 0.2) (ax0 0.8) ax0)) + ((p.p.name is o) + (((aa0 0.111111) + (aa1 0.111111) + (ae1 0.111111) + (ax0 0.666667) + ax0)) + ((p.name is y) + (((aa1 0.25) (ae1 0.125) (ax0 0.625) ax0)) + ((p.p.name is i) + ((p.name is m) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0)) + (((aa1 0.5) (ae0 0.166667) (ax0 0.333333) aa1))) + ((p.p.name is u) + (((ae0 0.333333) (ax0 0.666667) ax0)) + ((p.name is w) + (((aa1 0.75) (ae1 0.25) aa1)) + (((aa1 0.039604) + (ae1 0.930693) + (ah1 0.00990099) + (ay1 0.00990099) + (ey1 0.00990099) + ae1)))))))))))))))) + ((n.name is n) + ((p.name is m) + ((p.p.p.name is k) + (((aa0 0.0625) (ax0 0.9375) ax0)) + ((p.p.name is y) + (((ae1 0.131579) (ax0 0.868421) ax0)) + ((p.p.p.name is h) + (((ax0 1) ax0)) + ((p.p.p.name is v) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((p.p.p.name is m) + (((ae1 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is o) + (((ae1 0.0697674) (ax0 0.930233) ax0)) + ((p.p.p.name is z) + (((ae1 0.2) (ax0 0.8) ax0)) + ((p.p.name is z) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.p.p.name is n) + (((ae1 0.0740741) (ax0 0.925926) ax0)) + ((p.p.name is g) + (((ax0 1) ax0)) + ((p.p.p.name is g) + (((ax0 1) ax0)) + ((p.p.name is f) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ae1 0.0258065) (ax0 0.974194) ax0)) + ((p.p.name is t) + (((ae1 0.0123457) (ax0 0.987654) ax0)) + ((p.p.p.name is a) + (((ae1 0.0166667) (ax0 0.983333) ax0)) + ((p.p.name is d) + (((ax0 1) ax0)) + ((p.p.name is r) + (((ae1 0.117647) (ax0 0.882353) ax0)) + ((p.p.name is l) + (((ae1 0.0769231) (ax0 0.923077) ax0)) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.p.p.name is l) + ((p.p.name is k) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.0416667) (ax0 0.958333) ax0))) + (((ae1 0.0415335) (ax0 0.958466) ax0))))))))))))))))))))))) + ((p.name is i) + ((p.p.name is s) + ((p.p.p.name is o) + (((_epsilon_ 0.8) (ax0 0.2) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.5) (ax0 0.5) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 0.5) (ax0 0.5) _epsilon_)) + (((_epsilon_ 0.1875) (ax0 0.8125) ax0))))) + (((_epsilon_ 0.0096463) + (ax0 0.987138) + (ey1 0.00321543) + ax0))) + ((p.p.p.name is n) + ((p.name is h) + (((ae0 0.925926) (ae1 0.037037) (ax0 0.037037) ae0)) + ((p.name is g) + ((p.p.name is i) + (((ae0 0.125) (ax0 0.875) ax0)) + (((aa0 0.142857) (ae0 0.5) (ax0 0.357143) ae0))) + ((p.p.name is d) + (((ax0 1) ax0)) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.name is v) + (((ae0 0.25) (ae1 0.75) ae1)) + ((p.name is r) + (((ae0 0.333333) (ae1 0.666667) ae1)) + (((aa0 0.0909091) + (aa1 0.181818) + (ae0 0.0909091) + (ae1 0.0909091) + (ax0 0.545455) + ax0)))))))) + ((p.p.p.name is l) + ((p.name is h) + ((p.p.name is a) + (((ae0 0.8) (ae1 0.2) ae0)) + ((p.p.name is i) + (((ae0 1) ae0)) + ((p.p.name is o) + (((ae0 1) ae0)) + (((ae0 0.333333) (ax0 0.666667) ax0))))) + ((p.p.name is e) + ((p.name is r) + (((ae0 0.75) (ax0 0.25) ae0)) + (((ax0 1) ax0))) + (((aa1 0.06) (ae0 0.04) (ae1 0.02) (ax0 0.88) ax0)))) + ((p.p.name is s) + ((p.name is t) + (((aa1 0.142857) (ae1 0.714286) (ax0 0.142857) ae1)) + ((p.name is s) + (((aa0 0.166667) (aa1 0.166667) (ax0 0.666667) ax0)) + ((p.name is p) + (((ae1 1) ae1)) + (((ae1 0.277778) (ax0 0.722222) ax0))))) + ((p.name is w) + ((p.p.name is o) + (((aa0 0.142857) (ax0 0.857143) ax0)) + ((p.p.name is e) + (((aa0 0.2) (ae0 0.2) (ao1 0.2) (ax0 0.4) ax0)) + (((aa1 0.4) (ao0 0.2) (ao1 0.2) (ax0 0.2) aa1)))) + ((p.name is h) + ((p.p.p.name is u) + (((ao1 0.222222) (ax0 0.777778) ax0)) + ((p.p.name is o) + (((aa0 0.285714) (aa1 0.285714) (ax0 0.428571) ax0)) + ((p.p.p.name is r) + ((p.p.name is a) + (((ae0 0.6) (ax0 0.4) ae0)) + (((aa0 0.25) (ax0 0.75) ax0))) + ((p.p.name is t) + (((aa0 0.0666667) + (ae0 0.0666667) + (ax0 0.866667) + ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is m) + (((ae0 0.25) (ae1 0.25) (ax0 0.5) ax0)) + ((p.p.name is g) + (((ae0 0.111111) + (ae1 0.111111) + (ax0 0.777778) + ax0)) + ((p.p.name is a) + (((aa1 0.125) + (ae0 0.125) + (ae1 0.125) + (ax0 0.625) + ax0)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.name is c) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.5) (ax0 0.5) aa1))))))))))))) + ((p.name is a) + (((aa0 0.166667) (aa1 0.666667) (ax0 0.166667) aa1)) + ((p.name is f) + (((aa0 0.142857) (ae1 0.571429) (ax0 0.285714) ae1)) + ((p.name is r) + ((p.p.name is t) + (((ae1 1) ae1)) + ((p.p.p.name is d) + (((ae1 0.5) (ax0 0.5) ae1)) + ((p.p.p.name is m) + (((aa1 0.2) (ae1 0.4) (ax0 0.4) ae1)) + (((aa1 0.12) (ae1 0.06) (ax0 0.82) ax0))))) + ((p.p.p.name is o) + (((ae1 0.0192308) (ax0 0.980769) ax0)) + ((p.name is v) + ((p.p.p.name is e) + (((ae0 0.25) (ae1 0.25) (ax0 0.5) ax0)) + ((p.p.p.name is d) + (((aa1 0.5) (ae1 0.25) (ax0 0.25) aa1)) + (((aa1 0.15) (ae1 0.05) (ax0 0.8) ax0)))) + ((p.p.name is i) + (((aa0 0.0175439) + (aa1 0.0701754) + (ae0 0.0526316) + (ax0 0.859649) + ax0)) + ((p.name is l) + ((p.p.name is p) + (((ae1 0.6) (ax0 0.4) ae1)) + ((p.p.p.name is r) + (((aa1 0.333333) + (ae0 0.333333) + (ax0 0.333333) + aa1)) + (((ae0 0.031746) (ax0 0.968254) ax0)))) + ((p.name is n) + (((aa0 0.0169492) + (ae1 0.0169492) + (ax0 0.966102) + ax0)) + ((p.p.name is r) + ((p.name is g) + (((ae0 0.1) (ax0 0.9) ax0)) + ((p.name is z) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((ae1 0.133333) (ax0 0.866667) ax0)))) + ((p.p.p.name is a) + (((ae1 0.16) (ax0 0.84) ax0)) + ((p.p.p.name is r) + (((aa0 0.0526316) (ax0 0.947368) ax0)) + ((p.p.name is o) + (((aa0 0.133333) + (aa1 0.2) + (ax0 0.666667) + ax0)) + ((p.name is g) + ((p.p.p.name is h) + (((aa0 0.5) (ax0 0.5) aa0)) + (((ae1 0.0689655) (ax0 0.931034) ax0))) + ((p.p.name is a) + (((aa1 0.105263) (ax0 0.894737) ax0)) + ((p.name is u) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + ((p.p.name is e) + (((aa0 0.0714286) + (aa1 0.214286) + (ae1 0.142857) + (ax0 0.571429) + ax0)) + ((p.name is y) + (((aa1 0.1) (ax0 0.9) ax0)) + ((p.name is s) + (((aa0 0.333333) + (ax0 0.666667) + ax0)) + ((p.p.p.name is i) + (((ax0 1) ax0)) + ((p.name is t) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.2) (ax0 0.8) ax0))))))))))))))))))))))))))))) + ((n.name is l) + ((p.name is u) + ((p.p.name is s) + (((ax0 0.333333) (w-ax0 0.666667) w-ax0)) + (((ax0 0.794118) (w-ax0 0.205882) ax0))) + ((p.name is h) + ((p.p.name is t) + ((p.p.p.name is r) + (((ao1 1) ao1)) + ((p.p.p.name is n) + (((ao1 0.5) (ax0 0.5) ao1)) + (((ao1 0.333333) (ax0 0.666667) ax0)))) + (((aa1 0.0666667) (ax0 0.933333) ax0))) + ((p.p.name is a) + ((p.p.p.name is c) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.p.p.name is n) + (((ax0 1) ax0)) + ((p.p.p.name is k) + (((ax0 1) ax0)) + ((p.name is m) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((aa1 0.214286) (ae1 0.142857) (ax0 0.642857) ax0))))))) + ((p.name is a) + (((aa1 1) aa1)) + ((p.name is v) + ((p.p.p.name is a) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is u) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((aa1 0.125) (ae1 0.0833333) (ax0 0.791667) ax0)))) + ((p.name is w) + ((p.p.p.name is a) + (((aa0 0.333333) (ao1 0.333333) (ax0 0.333333) aa0)) + (((aa1 0.25) (ax0 0.75) ax0))) + ((p.name is p) + (((aa0 0.1) (aa1 0.1) (ax0 0.8) ax0)) + ((p.p.name is d) + (((_epsilon_ 0.111111) (ax0 0.888889) ax0)) + ((p.p.p.name is e) + (((ao1 0.0123457) (ax0 0.987654) ax0)) + ((p.p.name is r) + ((p.name is r) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((aa0 0.0204082) + (ae1 0.0204082) + (ax0 0.959184) + ax0))) + ((p.p.name is b) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.name is m) + (((aa1 0.0833333) + (ae1 0.0833333) + (ax0 0.833333) + ax0)) + ((p.name is y) + (((aa1 0.166667) (ax0 0.833333) ax0)) + ((p.name is d) + (((aa1 0.047619) + (ae1 0.047619) + (ax0 0.904762) + ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.name is i) + (((aa1 0.0119048) (ax0 0.988095) ax0)) + ((p.name is c) + (((ae1 0.125) (ax0 0.875) ax0)) + ((p.p.p.name is o) + ((p.p.name is u) + ((p.name is g) + (((ax0 1) ax0)) + (((ae1 0.5) (ax0 0.5) ae1))) + (((ax0 1) ax0))) + (((ae1 0.0126582) (ax0 0.987342) ax0)))))))))))))))))))) + ((n.name is s) + ((p.name is a) + (((aa0 0.5) (aa1 0.5) aa0)) + ((p.p.name is g) + (((aa1 0.166667) + (ae0 0.166667) + (ae1 0.333333) + (ax0 0.333333) + ae1)) + ((p.name is g) + (((ae1 0.133333) (ax0 0.866667) ax0)) + ((p.name is j) + (((aa0 0.625) (ax0 0.375) aa0)) + ((p.name is v) + ((p.p.p.name is n) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is i) + (((aa0 0.6) (ax0 0.4) aa0)) + (((aa0 0.333333) (ax0 0.666667) ax0)))) + ((p.name is r) + ((p.p.name is e) + ((p.p.p.name is v) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa0 0.333333) (ax0 0.666667) ax0))) + (((aa0 0.0731707) + (aa1 0.0731707) + (ae1 0.0243902) + (ax0 0.829268) + ax0))) + (((aa0 0.0292398) + (aa1 0.0204678) + (ax0 0.947368) + (ih0 0.00292398) + ax0)))))))) + ((n.name is u) + ((p.p.p.name is a) + (((ao0 0.25) (aw0 0.75) aw0)) + ((p.name is h) + (((aw1 0.666667) (ow1 0.333333) aw1)) + (((aa1 0.0526316) + (aw0 0.631579) + (aw1 0.0526316) + (ow0 0.105263) + (ow1 0.157895) + aw0)))) + ((n.name is i) + ((p.p.name is a) + (((aa1 0.75) (aw1 0.125) (ey1 0.125) aa1)) + ((p.p.p.name is e) + (((_epsilon_ 0.5) (ey0 0.5) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 0.8) (ey1 0.2) _epsilon_)) + ((p.name is s) + (((_epsilon_ 0.333333) + (aa1 0.333333) + (ey1 0.333333) + _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + (((_epsilon_ 0.684211) (aa1 0.315789) _epsilon_))))))) + ((n.name is k) + ((p.name is i) + (((ae0 0.978723) (ae1 0.0212766) ae0)) + ((p.p.name is c) + ((p.name is h) + (((ae0 0.2) (ax0 0.8) ax0)) + (((ae0 0.96) (eh0 0.04) ae0))) + ((p.name is a) + (((aa1 1) aa1)) + ((p.name is y) + (((ae0 1) ae0)) + ((p.p.p.name is t) + (((aa0 0.428571) + (ae0 0.285714) + (ax0 0.285714) + aa0)) + ((p.p.p.name is b) + (((ax0 0.9) (ih0 0.1) ax0)) + ((p.p.name is s) + (((ax0 1) ax0)) + ((p.name is w) + (((aa0 0.25) + (ae0 0.25) + (ae1 0.25) + (ax0 0.25) + aa0)) + ((p.name is v) + ((p.p.name is o) + (((aa0 0.333333) (ae0 0.666667) ae0)) + (((ax0 1) ax0))) + ((p.p.name is r) + (((ae0 0.0769231) (ax0 0.923077) ax0)) + ((p.name is l) + (((ae0 0.0555556) + (ae1 0.0555556) + (ax0 0.888889) + ax0)) + ((p.p.p.name is e) + (((ae0 0.4) (ae1 0.4) (ax0 0.2) ae0)) + ((p.p.p.name is k) + (((ae1 0.142857) (ax0 0.857143) ax0)) + ((p.name is t) + (((ax0 1) ax0)) + ((p.name is b) + (((ax0 1) ax0)) + ((p.p.p.name is m) + (((ae0 0.6) (ax0 0.4) ae0)) + ((p.p.name is u) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is e) + (((ae0 0.5) (ax0 0.5) ae0)) + ((p.p.p.name is h) + (((ax0 1) ax0)) + ((p.name is z) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ae0 0.5) + (ae1 0.166667) + (ax0 0.333333) + ae0)) + ((p.p.name is o) + ((p.name is r) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae0 0.666667) + (ax0 0.333333) + ae0))) + ((p.p.name is a) + (((ae0 0.5) (ax0 0.5) ae0)) + (((ax0 1) ax0))))))))))))))))))))))))) + ((n.name is o) + ((p.p.name is a) + ((p.name is c) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + (((_epsilon_ 0.428571) (aa1 0.571429) aa1))) + ((p.name is r) + (((aw0 1) aw0)) + (((_epsilon_ 0.444444) + (aa1 0.111111) + (aw0 0.444444) + _epsilon_)))) + ((n.name is e) + ((p.p.name is c) + (((ey1 1) ey1)) + (((_epsilon_ 0.375) + (ax0 0.0625) + (ay0 0.125) + (ay1 0.0625) + (ey0 0.0625) + (ey1 0.3125) + _epsilon_))) + ((n.name is h) + (((aa0 0.0224719) (aa1 0.0337079) (ax0 0.94382) ax0)) + ((n.name is m) + ((p.p.name is g) + ((p.p.p.name is n) + ((p.name is h) + (((ae0 0.171429) + (ae1 0.685714) + (ax0 0.142857) + ae1)) + (((ae1 0.333333) (ax0 0.666667) ax0))) + ((p.name is h) + (((ax0 1) ax0)) + (((aa0 0.047619) + (ae1 0.857143) + (ax0 0.0952381) + ae1)))) + ((p.name is h) + ((p.p.p.name is r) + ((p.p.name is n) + (((ax0 1) ax0)) + ((p.p.name is a) + (((ae1 0.5) (ax0 0.5) ae1)) + ((p.p.name is s) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.142857) (ax0 0.857143) ax0))))) + ((p.p.name is e) + (((ae0 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is t) + (((ae0 0.047619) (ax0 0.952381) ax0)) + ((p.p.name is r) + ((p.p.p.name is e) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ax0 1) ax0))) + (((ae1 0.047619) (ax0 0.952381) ax0)))))) + ((p.name is w) + (((aa0 0.666667) (ao1 0.333333) aa0)) + ((p.name is r) + (((ae0 0.142857) + (ae1 0.571429) + (ax0 0.285714) + ae1)) + ((p.name is n) + ((p.p.name is t) + ((p.p.p.name is e) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((aa0 0.333333) (ax0 0.666667) ax0))) + (((aa1 0.0833333) (ax0 0.916667) ax0))) + ((p.p.name is l) + (((aa1 0.0714286) (ax0 0.928571) ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.p.p.name is e) + ((p.p.name is r) + (((ae1 0.4) (ax0 0.4) (ih0 0.2) ae1)) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0))) + ((p.p.name is f) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((p.p.p.name is a) + ((p.p.name is r) + (((ae0 1) ae0)) + (((ae0 0.166667) + (ae1 0.166667) + (ax0 0.666667) + ax0))) + ((p.name is c) + (((ae0 0.666667) (ax0 0.333333) ae0)) + ((p.name is s) + (((ax0 1) ax0)) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.p.name is d) + (((aa1 0.333333) + (ae0 0.333333) + (ax0 0.333333) + aa1)) + ((p.p.p.name is r) + (((ae0 0.333333) (ax0 0.666667) ax0)) + ((p.name is l) + (((aa1 0.166667) + (ae0 0.166667) + (ae1 0.333333) + (ax0 0.333333) + ae1)) + ((p.p.name is r) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((ae1 0.25) (ax0 0.75) ax0))))))))))))))))))) + ((n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.name is x) + ((p.name is n) + (((ae0 0.857143) (ae1 0.142857) ae0)) + ((p.name is r) + ((p.p.name is o) + (((ae0 0.4) (ae1 0.6) ae1)) + (((ae0 1) ae0))) + ((p.name is m) + ((p.p.name is a) + (((ae0 0.666667) (ae1 0.333333) ae0)) + (((ae0 0.333333) (ae1 0.666667) ae1))) + (((ae0 0.0952381) (ae1 0.904762) ae1))))) + ((n.name is v) + (((aa0 0.666667) + (aa1 0.222222) + (ae1 0.111111) + aa0)) + ((n.name is z) + ((p.p.p.name is t) + (((aa1 0.333333) + (ae0 0.333333) + (ae1 0.333333) + aa1)) + (((aa0 0.875) (ax0 0.125) aa0))) + ((p.name is a) + ((p.p.p.name is i) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa1 1) aa1))) + ((p.name is c) + (((ae0 0.16) (ae1 0.84) ae1)) + ((n.name is j) + (((ax0 0.5) (ay1 0.5) ax0)) + ((p.p.name is q) + (((aa0 0.25) (aa1 0.75) aa1)) + ((p.name is t) + ((n.name is d) + (((ae0 0.0833333) + (ae1 0.111111) + (ax0 0.805556) + ax0)) + ((n.name is g) + ((p.p.p.name is e) + (((ae1 0.25) (ax0 0.75) ax0)) + (((ae1 0.666667) (ax0 0.333333) ae1))) + ((p.p.p.name is u) + (((aa0 0.333333) + (aa1 0.333333) + (ae0 0.333333) + aa0)) + ((n.name is t) + (((ae0 0.166667) (ae1 0.833333) ae1)) + (((ae0 0.6) (ae1 0.4) ae0)))))) + ((p.p.name is a) + ((p.name is b) + (((aa0 0.4) (ae0 0.4) (ax0 0.2) aa0)) + ((p.p.p.name is m) + (((ae0 0.333333) (ae1 0.666667) ae1)) + ((p.p.p.name is n) + (((ae0 0.333333) (ae1 0.666667) ae1)) + ((p.p.p.name is r) + (((aa1 0.25) + (ae0 0.5) + (ax0 0.25) + ae0)) + ((p.p.p.name is s) + (((aa1 0.333333) + (ae0 0.333333) + (ax0 0.333333) + aa1)) + ((p.p.p.name is j) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((ae0 0.0625) + (ae1 0.125) + (ax0 0.8125) + ax0)))))))) + ((p.p.name is i) + ((p.name is l) + (((ae0 0.2) (ae1 0.8) ae1)) + ((p.name is m) + (((ae0 0.666667) (ax0 0.333333) ae0)) + ((n.name is c) + (((aa1 0.25) + (ae0 0.25) + (ae1 0.5) + ae1)) + (((aa1 0.3) (ae0 0.6) (ae1 0.1) ae0))))) + ((n.name is b) + ((p.name is l) + (((ae1 1) ae1)) + ((p.p.name is c) + (((ae1 1) ae1)) + (((aa1 0.5) + (ae0 0.25) + (ae1 0.25) + aa1)))) + ((p.name is h) + ((n.name is d) + (((aa1 0.5) (ae1 0.5) aa1)) + ((n.name is t) + ((p.p.name is c) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae1 0.333333) + (ah1 0.333333) + (ax0 0.333333) + ae1))) + (((ae0 0.166667) + (ae1 0.333333) + (ax0 0.5) + ax0)))) + ((p.p.name is t) + (((ae1 1) ae1)) + ((p.p.p.name is a) + ((p.p.name is n) + (((ae0 0.285714) + (ae1 0.714286) + ae1)) + ((p.name is i) + (((ax0 0.75) (ey1 0.25) ax0)) + ((n.name is d) + ((p.name is m) + (((aa0 0.333333) + (ax0 0.333333) + (eh0 0.333333) + aa0)) + (((aa1 0.142857) + (ae0 0.285714) + (ae1 0.142857) + (ax0 0.428571) + ax0))) + ((n.name is t) + (((ae0 0.75) + (ae1 0.125) + (ax0 0.125) + ae0)) + (((ae0 0.333333) + (ae1 0.5) + (ax0 0.166667) + ae1)))))) + ((p.p.p.name is d) + (((ae1 0.166667) + (ax0 0.833333) + ax0)) + ((n.name is t) + ((p.name is m) + (((ae1 1) ae1)) + ((p.name is r) + ((p.p.name is c) + (((ae1 1) ae1)) + ((p.p.name is u) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((ae1 0.5) (ax0 0.5) ae1)))) + ((p.name is s) + (((ae0 0.333333) + (ae1 0.666667) + ae1)) + ((p.p.name is r) + (((ae1 0.4) (ax0 0.6) ax0)) + ((p.p.p.name is o) + (((ae0 0.5) + (ae1 0.25) + (ax0 0.25) + ae0)) + ((p.p.name is o) + (((ae0 0.2) + (ae1 0.2) + (ax0 0.6) + ax0)) + ((p.name is l) + (((ae0 0.25) + (ae1 0.25) + (ax0 0.5) + ax0)) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0))))))))) + ((p.p.p.name is n) + (((ae0 0.181818) + (ae1 0.818182) + ae1)) + ((p.p.name is u) + (((ae0 0.833333) + (ae1 0.166667) + ae0)) + ((p.name is u) + (((ae0 1) ae0)) + ((p.p.name is s) + (((ae0 0.666667) + (ae1 0.222222) + (ax0 0.111111) + ae0)) + ((n.name is f) + (((ae0 0.6) (ax0 0.4) ae0)) + ((p.p.name is n) + (((ae0 0.666667) + (ae1 0.166667) + (ax0 0.166667) + ae0)) + ((n.name is c) + ((p.p.name is d) + (((ae0 0.25) + (ae1 0.75) + ae1)) + ((p.name is v) + (((ae0 0.666667) + (ax0 0.333333) + ae0)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.name is m) + (((ae0 0.166667) + (ae1 0.166667) + (ax0 0.666667) + ax0)) + ((p.p.name is g) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae1 0.666667) + (ax0 0.333333) + ae1))))))) + ((p.name is i) + (((ae1 0.4) (ax0 0.6) ax0)) + ((p.p.p.name is m) + (((ae0 0.666667) + (ax0 0.333333) + ae0)) + ((p.p.p.name is c) + (((ae1 0.6) + (ax0 0.4) + ae1)) + ((n.name is g) + (((ae0 0.666667) + (ae1 0.333333) + ae0)) + (((ae0 0.148148) + (ae1 0.703704) + (ax0 0.148148) + ae1))))))))))))))))))))))))))))))))))))))))))))))) + ((n.name is u) + ((p.name is e) + ((p.p.p.name is u) + (((aa1 0.333333) (ax0 0.5) (ow0 0.166667) ax0)) + ((n.n.name is t) + ((n.n.n.name is i) + (((_epsilon_ 0.8) (ow1 0.2) _epsilon_)) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1))) + ((n.n.name is m) + (((_epsilon_ 0.75) (ow1 0.25) _epsilon_)) + ((p.p.p.name is o) + (((ao1 0.142857) (ow0 0.714286) (ow1 0.142857) ow0)) + ((p.p.name is c) + (((aw0 0.333333) (ow1 0.666667) ow1)) + ((p.p.name is b) + ((n.n.name is d) + (((ow0 0.6) (ow1 0.4) ow0)) + ((n.n.name is l) + (((ow0 0.5) (ow1 0.5) ow0)) + (((ow0 0.25) (ow1 0.75) ow1)))) + ((n.n.name is x) + ((p.p.p.name is e) + (((ow0 0.5) (ow1 0.5) ow0)) + (((ow0 0.136364) (ow1 0.863636) ow1))) + (((ow1 1) ow1))))))))) + ((n.n.name is g) + ((p.p.name is #) + ((p.name is l) + (((ae1 0.933333) (ao1 0.0666667) ae1)) + ((p.name is g) + ((n.n.n.name is e) + (((ey1 1) ey1)) + (((ao1 0.833333) (ey1 0.166667) ao1))) + ((n.n.n.name is h) + (((_epsilon_ 0.025641) + (aa1 0.0512821) + (ao0 0.025641) + (ao1 0.897436) + ao1)) + ((n.n.n.name is e) + ((p.name is h) + (((ao1 0.333333) (aw1 0.666667) aw1)) + (((ao0 0.25) (ao1 0.75) ao1))) + (((ao1 0.9) (aw1 0.1) ao1)))))) + ((p.name is b) + ((p.p.name is n) + ((p.p.p.name is e) + (((ao0 0.538462) (aw0 0.461538) ao0)) + (((ao0 0.333333) (aw0 0.666667) aw0))) + ((p.p.name is e) + (((ao0 0.9) (ao1 0.1) ao0)) + ((p.p.name is o) + (((ao0 1) ao0)) + ((p.p.name is a) + (((ao0 0.642857) (ao1 0.357143) ao0)) + ((p.p.name is r) + ((p.p.p.name is a) + (((ao1 1) ao1)) + (((ao0 0.571429) (aw0 0.428571) ao0))) + (((aa0 0.0322581) + (ao0 0.129032) + (ao1 0.741935) + (aw0 0.0967742) + ao1))))))) + ((p.p.p.name is #) + ((n.n.n.name is e) + (((aw1 1) aw1)) + ((p.p.name is d) + (((ae1 0.5) (ao1 0.5) ae1)) + (((ao1 0.952381) (aw1 0.047619) ao1)))) + ((n.n.n.name is u) + (((aa0 0.0833333) + (aa1 0.25) + (ao1 0.333333) + (aw0 0.25) + (ax0 0.0833333) + ao1)) + ((p.p.p.name is 0) + ((n.n.n.name is s) + (((ao1 0.333333) (aw1 0.666667) aw1)) + ((n.n.n.name is m) + (((aa0 0.5) (ao0 0.25) (ao1 0.25) aa0)) + (((ao0 0.4) (ao1 0.6) ao1)))) + ((p.p.p.name is c) + (((ae1 0.25) (ao1 0.25) (ax0 0.5) ax0)) + ((p.p.p.name is o) + (((aa1 0.25) (ao0 0.5) (ax0 0.25) ao0)) + ((p.p.name is c) + (((ao1 0.875) (ax0 0.125) ao1)) + ((p.p.name is t) + (((ao1 1) ao1)) + ((p.p.p.name is n) + (((ao1 1) ao1)) + ((p.p.p.name is i) + (((ao0 0.333333) (ao1 0.333333) (aw0 0.333333) ao0)) + ((p.p.p.name is u) + (((ao0 1) ao0)) + ((p.p.name is e) + (((ao0 1) ao0)) + ((p.name is n) + (((ao0 0.75) (ao1 0.25) ao0)) + ((p.p.p.name is e) + (((ao0 0.5) (ao1 0.5) ao0)) + (((ao0 0.333333) (ao1 0.666667) ao1))))))))))))))))) + ((n.n.name is e) + ((p.p.p.name is 0) + (((ao1 0.03125) (aw1 0.96875) aw1)) + ((p.p.p.name is #) + (((aw1 1) aw1)) + ((p.p.p.name is l) + (((aw0 0.333333) (aw1 0.666667) aw1)) + (((aw0 0.833333) (aw1 0.166667) aw0))))) + ((p.name is b) + ((n.n.name is m) + ((p.p.p.name is 0) + (((aw1 1) aw1)) + ((p.p.p.name is l) + (((aw1 1) aw1)) + ((p.p.p.name is s) + (((aw1 1) aw1)) + ((p.p.p.name is e) + (((aa0 0.0434783) (aw0 0.26087) (aw1 0.695652) aw1)) + (((aw0 0.6) (aw1 0.4) aw0)))))) + ((p.p.p.name is 0) + ((n.n.name is c) + (((ao1 0.333333) (ow0 0.666667) ow0)) + ((n.n.n.name is #) + (((ao1 1) ao1)) + (((ao0 0.125) (ao1 0.1875) (aw1 0.6875) aw1)))) + ((p.p.p.name is d) + (((ao1 0.333333) (aw0 0.666667) aw0)) + ((n.n.name is d) + (((ao1 0.666667) (ow1 0.333333) ao1)) + (((ow0 0.25) (ow1 0.75) ow1)))))) + ((n.n.name is s) + ((p.name is h) + ((p.p.name is x) + (((aa1 0.142857) (ao1 0.857143) ao1)) + ((p.p.p.name is 0) + (((aw1 1) aw1)) + ((p.p.name is r) + (((aw0 0.6) (aw1 0.4) aw0)) + ((p.p.name is t) + (((aw0 0.666667) (aw1 0.333333) aw0)) + ((n.n.n.name is e) + ((p.p.p.name is n) + (((aw1 1) aw1)) + ((p.p.name is n) + (((aw0 0.666667) (aw1 0.333333) aw0)) + (((aw0 0.2) (aw1 0.8) aw1)))) + (((aw1 1) aw1))))))) + ((p.name is c) + ((p.p.p.name is 0) + ((n.n.n.name is a) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((aa1 0.555556) (ao1 0.444444) aa1))) + (((ao1 1) ao1))) + ((p.p.p.name is e) + (((ao1 0.2) (aw0 0.8) aw0)) + ((n.n.n.name is t) + (((ao0 0.147059) (ao1 0.676471) (aw1 0.176471) ao1)) + ((p.p.p.name is c) + (((ao0 0.333333) (aw0 0.333333) (aw1 0.333333) ao0)) + ((p.p.name is t) + (((aw1 1) aw1)) + ((n.n.n.name is c) + (((ao1 0.125) (aw1 0.875) aw1)) + ((p.p.name is #) + ((n.n.n.name is #) + (((ao1 1) ao1)) + ((n.n.n.name is a) + (((ao1 1) ao1)) + ((p.name is p) + (((ao1 1) ao1)) + ((p.name is g) + (((ao1 0.333333) (aw1 0.666667) aw1)) + ((p.name is f) + (((ao1 0.8) (aw1 0.2) ao1)) + ((p.name is n) + (((ao1 0.8) (aw1 0.2) ao1)) + ((p.name is s) + (((ao1 0.666667) (aw1 0.333333) ao1)) + ((p.name is m) + (((ao1 0.5) (aw1 0.5) ao1)) + (((ao1 0.333333) (aw1 0.666667) aw1)))))))))) + ((p.p.p.name is #) + ((p.p.name is k) + ((p.name is l) + (((aw1 1) aw1)) + ((n.n.n.name is s) + (((ao1 0.666667) (aw1 0.333333) ao1)) + (((ao1 0.333333) (aw1 0.666667) aw1)))) + ((p.p.name is p) + (((ao1 1) ao1)) + ((p.p.name is c) + (((ao1 0.888889) (aw1 0.111111) ao1)) + ((p.name is l) + (((ao1 0.333333) (aw1 0.666667) aw1)) + (((ao1 0.75) (aw1 0.25) ao1)))))) + ((p.name is l) + (((ao1 0.6) (aw0 0.4) ao1)) + (((aa0 0.0555556) + (ao1 0.222222) + (aw0 0.0555556) + (aw1 0.666667) + aw1)))))))))))) + ((n.n.name is n) + ((p.p.name is 0) + (((ae1 0.5) (ao1 0.5) ae1)) + ((n.n.n.name is #) + ((p.p.p.name is 0) + (((ao1 1) ao1)) + ((p.p.p.name is #) + (((ao1 1) ao1)) + (((ao1 0.333333) (aw0 0.666667) aw0)))) + (((aa1 0.0125) (ao0 0.0125) (ao1 0.9625) (aw1 0.0125) ao1)))) + ((n.n.name is r) + ((p.p.name is s) + (((_epsilon_ 0.666667) + (ao0 0.166667) + (ao1 0.166667) + _epsilon_)) + ((n.n.n.name is e) + ((p.name is l) + ((p.p.p.name is 0) + (((_epsilon_ 0.0588235) + (ao0 0.352941) + (ao1 0.588235) + ao1)) + (((ao0 0.333333) (ao1 0.333333) (aw0 0.333333) ao0))) + (((ao1 0.166667) (aw0 0.666667) (aw1 0.166667) aw0))) + ((n.n.n.name is i) + ((p.name is l) + (((aa1 0.0909091) + (ao0 0.181818) + (ao1 0.454545) + (aw1 0.272727) + ao1)) + ((p.name is m) + (((ao0 0.454545) (ao1 0.454545) (aw0 0.0909091) ao0)) + (((ao0 0.333333) (ao1 0.666667) ao1)))) + (((_epsilon_ 0.0540541) + (ao0 0.0540541) + (ao1 0.864865) + (aw1 0.027027) + ao1))))) + ((n.n.name is b) + ((n.n.n.name is l) + (((ao1 1) ao1)) + ((n.n.n.name is #) + ((p.p.name is t) + (((aw1 1) aw1)) + (((ao1 0.769231) (aw0 0.0769231) (aw1 0.153846) ao1))) + ((p.p.name is 0) + (((ao1 0.75) (aw1 0.25) ao1)) + ((p.name is f) + (((aw1 1) aw1)) + ((p.name is h) + (((aw1 1) aw1)) + ((p.name is l) + (((ao1 0.1) (aw1 0.9) aw1)) + ((n.n.n.name is e) + (((ao1 0.307692) (aw1 0.692308) aw1)) + (((ao1 0.5) (aw1 0.5) ao1))))))))) + ((p.p.p.name is 0) + ((n.n.n.name is e) + ((n.n.name is t) + ((p.name is s) + (((ao0 0.75) (ow0 0.25) ao0)) + (((ao1 0.0588235) + (aw1 0.529412) + (ow0 0.235294) + (ow1 0.176471) + aw1))) + ((p.name is v) + (((aa0 0.333333) (aa1 0.333333) (aw0 0.333333) aa0)) + ((n.n.name is c) + (((ao0 0.1) (ao1 0.7) (aw0 0.2) ao1)) + ((n.n.name is l) + (((aa0 0.0833333) + (ao0 0.0833333) + (ao1 0.75) + (ow1 0.0833333) + ao1)) + ((n.n.name is d) + ((p.name is l) + (((ao0 0.142857) (ao1 0.571429) (aw1 0.285714) ao1)) + (((ao1 0.333333) + (aw1 0.111111) + (ow0 0.444444) + (ow1 0.111111) + ow0))) + ((n.n.name is k) + (((ao0 0.333333) (ao1 0.333333) (aw1 0.333333) ao0)) + ((p.name is m) + (((ao1 0.666667) (aw1 0.333333) ao1)) + (((ao1 0.111111) + (aw1 0.777778) + (ow0 0.111111) + aw1))))))))) + ((n.n.name is d) + ((p.name is g) + (((ao0 0.2) (ao1 0.4) (ow0 0.4) ao1)) + ((n.n.n.name is i) + (((aa0 0.0294118) (aa1 0.264706) (ao1 0.705882) ao1)) + ((n.n.n.name is a) + ((p.p.name is #) + (((aa1 0.25) (ao1 0.75) ao1)) + (((aa0 0.666667) (ow0 0.333333) aa0))) + (((ao1 0.866667) (aw0 0.0666667) (ow0 0.0666667) ao1))))) + ((n.n.name is t) + ((p.p.name is #) + ((p.name is g) + (((ao1 0.285714) (aw1 0.285714) (ow0 0.428571) ow0)) + ((p.name is c) + (((aa1 0.1) (ao1 0.9) ao1)) + ((n.n.n.name is h) + (((ao1 1) ao1)) + ((p.name is p) + (((ao1 0.333333) (aw1 0.666667) aw1)) + (((aa0 0.0769231) + (ao1 0.615385) + (aw1 0.307692) + ao1)))))) + (((ao0 0.144928) + (ao1 0.782609) + (aw1 0.0289855) + (ax0 0.0434783) + ao1))) + ((n.n.n.name is i) + ((p.name is p) + (((ao0 0.333333) (ao1 0.666667) ao1)) + ((n.n.name is l) + (((aa1 0.333333) (ao1 0.333333) (ow0 0.333333) aa1)) + ((p.p.name is #) + (((_epsilon_ 0.125) + (ao1 0.375) + (aw1 0.125) + (ow0 0.25) + (ow1 0.125) + ao1)) + (((aa0 0.2) (ao1 0.2) (aw1 0.2) (ow0 0.4) ow0))))) + ((n.n.name is l) + ((p.name is c) + (((aa1 0.5) (ao1 0.5) aa1)) + ((p.name is r) + (((aa0 0.333333) (ao1 0.666667) ao1)) + ((n.n.n.name is d) + ((p.name is m) + (((ao1 0.333333) (aw1 0.666667) aw1)) + (((ao1 0.8) (aw1 0.2) ao1))) + (((ao1 0.885246) (aw1 0.114754) ao1))))) + ((p.p.name is #) + ((n.n.n.name is h) + ((p.name is d) + (((ao0 0.333333) + (aw1 0.333333) + (ow1 0.333333) + ao0)) + ((p.name is g) + (((ao1 0.2) (aw1 0.4) (ow1 0.4) aw1)) + ((n.n.name is c) + (((ao1 0.454545) + (aw1 0.454545) + (ow0 0.0909091) + ao1)) + (((aa1 0.333333) + (ao1 0.333333) + (aw1 0.333333) + aa1))))) + ((n.n.name is v) + (((ao1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ao1)) + ((n.n.n.name is a) + (((ao0 0.2) (ao1 0.2) (aw1 0.6) aw1)) + ((n.n.n.name is t) + (((ao1 0.25) (aw1 0.75) aw1)) + ((p.name is r) + (((ao1 0.833333) (ow1 0.166667) ao1)) + ((n.n.name is f) + (((ao1 1) ao1)) + ((p.name is l) + (((ao1 0.333333) (aw1 0.666667) aw1)) + (((ao1 0.842105) (aw1 0.157895) ao1))))))))) + ((n.n.name is c) + ((n.n.n.name is t) + (((aa1 0.5) (ao1 0.5) aa1)) + (((aa1 0.166667) + (ao1 0.333333) + (aw1 0.166667) + (ow0 0.333333) + ao1))) + (((ao1 0.571429) (aw1 0.285714) (ow1 0.142857) ao1))))))))) + ((p.p.p.name is #) + ((p.p.name is c) + ((n.n.name is t) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((n.n.name is v) + (((ow0 0.25) (ow1 0.75) ow1)) + ((n.n.name is f) + (((ow0 1) ow0)) + (((ao0 0.0769231) + (ao1 0.769231) + (aw1 0.0769231) + (ow0 0.0769231) + ao1))))) + ((p.p.name is b) + (((ao1 0.888889) (ow1 0.111111) ao1)) + ((p.p.name is f) + (((ao1 1) ao1)) + ((n.n.name is m) + (((ao0 0.166667) (ao1 0.833333) ao1)) + ((p.name is l) + (((ao0 0.2) (ao1 0.8) ao1)) + ((p.name is n) + (((ao0 0.2) (ao1 0.8) ao1)) + ((p.p.name is m) + (((ao1 1) ao1)) + ((n.n.n.name is #) + (((ao1 0.8) (aw1 0.2) ao1)) + ((n.n.name is f) + (((ao1 0.666667) (aw1 0.333333) ao1)) + ((n.n.name is d) + (((ao1 0.5) (aw1 0.5) ao1)) + ((n.n.n.name is e) + (((aw1 1) aw1)) + ((p.p.name is t) + (((ao1 0.2) (aw1 0.8) aw1)) + ((n.n.name is l) + (((ao1 0.333333) (aw1 0.666667) aw1)) + (((ao1 0.666667) (aw1 0.333333) ao1))))))))))))))) + ((n.n.name is l) + ((n.n.n.name is t) + ((p.name is n) + ((p.p.p.name is h) + (((aw0 0.666667) (ow1 0.333333) aw0)) + (((ao0 0.166667) (ow0 0.166667) (ow1 0.666667) ow1))) + ((p.p.name is i) + (((ao0 0.333333) (ao1 0.333333) (aw0 0.333333) ao0)) + ((p.name is s) + (((ao0 0.142857) (ao1 0.714286) (ow0 0.142857) ao1)) + ((p.p.name is r) + (((ao0 0.25) (ow0 0.25) (ow1 0.5) ow1)) + ((p.name is f) + (((ao1 0.8) (ow1 0.2) ao1)) + (((ao1 0.25) (ow1 0.75) ow1))))))) + (((aa1 0.0416667) + (ao0 0.0416667) + (ao1 0.833333) + (ow1 0.0833333) + ao1))) + ((n.n.n.name is #) + ((n.n.name is f) + ((p.name is h) + (((ao0 0.333333) (ao1 0.333333) (aw1 0.333333) ao0)) + (((aw0 1) aw0))) + ((p.p.p.name is e) + (((ao0 0.4) (ao1 0.4) (ow1 0.2) ao0)) + ((p.p.name is o) + (((aa1 0.333333) (ao1 0.666667) ao1)) + ((n.n.name is x) + (((ow0 0.25) (ow1 0.75) ow1)) + ((n.n.name is d) + (((aa1 0.2) (ao1 0.2) (ow1 0.6) ow1)) + ((p.name is h) + (((aw1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.2) (aw1 0.6) (ow1 0.2) aw1)))))))) + ((n.n.n.name is i) + ((p.p.name is o) + (((aa1 0.5) (ao1 0.5) aa1)) + (((ao1 1) ao1))) + ((p.p.name is e) + ((p.p.p.name is l) + (((aa1 0.333333) (ao1 0.333333) (ow0 0.333333) aa1)) + ((p.p.p.name is d) + (((aw0 0.5) (ow0 0.5) aw0)) + (((ao1 0.25) (aw0 0.25) (aw1 0.25) (ow0 0.25) ao1)))) + ((p.p.name is h) + (((_epsilon_ 0.2) (aw1 0.8) aw1)) + ((p.p.p.name is s) + (((aw1 0.75) (ow1 0.25) aw1)) + ((p.p.name is a) + (((aa0 0.25) (ao1 0.25) (aw1 0.5) aw1)) + ((p.p.p.name is i) + (((aw0 0.666667) (aw1 0.333333) aw0)) + ((n.n.name is t) + (((ao1 0.8) (ax0 0.2) ao1)) + ((n.n.name is d) + (((ao1 1) ao1)) + ((n.n.name is c) + (((ao1 0.25) (aw0 0.75) aw0)) + (((ao1 0.6) (aw0 0.4) ao1))))))))))))))))))))))) + ((p.name is e) + ((p.p.name is r) + ((p.p.p.name is #) + ((n.n.name is t) + ((n.name is c) + (((ae1 1) ae1)) + (((aa1 0.333333) (ax0 0.666667) ax0))) + ((n.n.n.name is n) + ((n.n.name is a) (((ey1 1) ey1)) (((_epsilon_ 1) _epsilon_))) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.name is s) + (((_epsilon_ 0.0416667) (ax0 0.958333) ax0)) + ((n.n.name is l) + (((_epsilon_ 0.166667) + (ae1 0.5) + (ax0 0.166667) + (ih1 0.166667) + ae1)) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.name is p) + (((ax0 1) ax0)) + ((n.name is f) + (((ae0 0.2) (ax0 0.8) ax0)) + ((n.n.n.name is u) + (((_epsilon_ 0.111111) (ax0 0.888889) ax0)) + ((n.n.n.name is g) + (((ax0 1) ax0)) + ((n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.name is c) + (((_epsilon_ 1) _epsilon_)) + ((n.name is l) + (((_epsilon_ 0.705882) + (ae1 0.0588235) + (ax0 0.235294) + _epsilon_)) + (((_epsilon_ 0.4) (ax0 0.6) ax0))))))))))))))) + ((n.name is k) + ((p.p.p.name is b) + ((n.n.name is f) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + (((_epsilon_ 0.0833333) (ey1 0.916667) ey1))) + (((_epsilon_ 1) _epsilon_))) + ((n.name is t) + ((p.p.p.name is c) + ((n.n.name is i) + (((ae1 0.0769231) (ey0 0.0769231) (ey1 0.846154) ey1)) + ((n.n.name is e) + (((ey1 1) ey1)) + (((_epsilon_ 0.5) (ey1 0.5) _epsilon_)))) + ((p.p.p.name is g) + (((ey1 1) ey1)) + ((p.p.p.name is u) + (((ax0 1) ax0)) + (((_epsilon_ 0.954545) + (ae1 0.0227273) + (eh0 0.0227273) + _epsilon_))))) + ((n.n.name is t) + ((p.p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is r) + (((ae1 1) ae1)) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) (ae1 0.666667) ae1)) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0))))) + ((p.p.p.name is o) + (((ae1 0.25) (ax0 0.75) ax0)) + ((n.name is b) + (((ax0 1) ax0)) + ((n.name is l) + ((n.n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.2) (ae1 0.2) (ax0 0.6) ax0))) + (((_epsilon_ 0.96732) + (ae1 0.00653595) + (ax0 0.0130719) + (ey1 0.00653595) + (ih0 0.00653595) + _epsilon_))))))))) + ((n.name is b) + ((p.p.p.name is #) + (((_epsilon_ 0.947368) (ax0 0.0526316) _epsilon_)) + (((ax0 1) ax0))) + ((n.name is n) + ((n.n.name is d) + ((n.n.n.name is e) + (((ae1 1) ae1)) + (((_epsilon_ 0.2) (aa1 0.2) (ae1 0.2) (ax0 0.4) ax0))) + ((p.p.p.name is #) + ((p.p.name is d) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (ae1 0.333333) _epsilon_)) + (((_epsilon_ 0.25) (ae1 0.5) (ax0 0.25) ae1))) + (((_epsilon_ 0.901961) + (aa1 0.0392157) + (ae1 0.0196078) + (ax0 0.0392157) + _epsilon_))) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is g) + (((ax0 1) ax0)) + ((p.p.name is c) + (((ae1 0.222222) (ax0 0.777778) ax0)) + ((n.n.name is s) + (((_epsilon_ 0.285714) (ax0 0.714286) ax0)) + ((n.n.n.name is r) + (((_epsilon_ 0.4) (ax0 0.6) ax0)) + (((_epsilon_ 0.7) (ae1 0.2) (ax0 0.1) _epsilon_))))))))) + ((p.p.p.name is i) + ((p.p.name is n) + ((n.name is t) + (((eh0 0.2) (ey1 0.8) ey1)) + (((ae1 0.5) (ax0 0.25) (ih0 0.25) ae1))) + ((n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.name is l) + (((_epsilon_ 0.857143) (ax0 0.142857) _epsilon_)) + (((_epsilon_ 0.285714) (aa1 0.142857) (ax0 0.571429) ax0))))) + ((p.p.p.name is t) + ((n.name is t) + ((n.n.n.name is i) + (((_epsilon_ 0.25) (ae1 0.75) ae1)) + (((_epsilon_ 0.142857) (ax0 0.857143) ax0))) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is o) + (((ae1 0.25) (ao1 0.25) (ax0 0.25) (ey1 0.25) ae1)) + ((n.n.n.name is e) + (((_epsilon_ 0.968586) + (aa1 0.0052356) + (ax0 0.0052356) + (eh0 0.0157068) + (er1 0.0052356) + _epsilon_)) + ((n.name is d) + (((_epsilon_ 0.992) (eh0 0.008) _epsilon_)) + ((p.p.name is y) + (((_epsilon_ 0.714286) + (ax0 0.0714286) + (ey1 0.214286) + _epsilon_)) + ((p.p.name is n) + ((n.n.name is o) + (((_epsilon_ 0.2) (aa1 0.2) (ae1 0.2) (ax0 0.4) ax0)) + (((_epsilon_ 1) _epsilon_))) + ((n.name is t) + (((_epsilon_ 0.930556) + (ae1 0.0277778) + (ax0 0.00694444) + (ey1 0.0347222) + _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 0.941176) (ae1 0.0588235) _epsilon_)) + ((n.name is h) + (((_epsilon_ 0.777778) (ey1 0.222222) _epsilon_)) + ((n.n.name is u) + (((_epsilon_ 0.85) (ax0 0.05) (ey1 0.1) _epsilon_)) + ((p.p.p.name is s) + ((n.name is k) + ((p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1))) + (((_epsilon_ 1) _epsilon_))) + ((n.n.name is a) + ((p.p.name is b) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.95) + (ax0 0.025) + (ey1 0.025) + _epsilon_))) + (((_epsilon_ 0.987207) (ax0 0.0127932) _epsilon_)))))))))))))))))) + ((n.name is i) + ((n.n.name is r) + ((p.name is z) + (((ay0 0.833333) (eh1 0.166667) ay0)) + ((p.p.name is 0) + (((eh1 1) eh1)) + ((p.name is t) + (((aa0 0.0526316) (eh1 0.894737) (ey1 0.0526316) eh1)) + ((p.p.p.name is #) + (((aa0 0.0384615) + (eh0 0.0384615) + (eh1 0.884615) + (ey1 0.0384615) + eh1)) + ((p.name is d) + (((eh1 0.888889) (ey1 0.111111) eh1)) + ((p.name is p) + (((eh1 1) eh1)) + ((p.name is s) + (((_epsilon_ 0.333333) + (eh0 0.333333) + (eh1 0.333333) + _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.04) (eh0 0.08) (eh1 0.88) eh1)) + ((n.n.n.name is l) + (((eh0 0.142857) (eh1 0.857143) eh1)) + ((p.p.p.name is c) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_)) + (((_epsilon_ 0.106383) (eh1 0.893617) eh1))))))))))))) + ((n.n.name is n) + ((n.n.n.name is o) + ((p.p.p.name is 0) + (((eh0 0.111111) (ey1 0.888889) ey1)) + ((p.name is r) + (((aa0 0.333333) (ey1 0.666667) ey1)) + (((aa0 0.75) (ax0 0.25) aa0)))) + ((p.p.p.name is #) + ((p.name is p) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + ((p.p.name is a) + (((eh1 0.5) (ey1 0.5) eh1)) + (((aa0 0.0117647) (aa1 0.0117647) (ey1 0.976471) ey1)))) + ((p.p.p.name is 0) + ((n.n.n.name is f) + ((p.name is r) + (((_epsilon_ 0.75) (ey1 0.25) _epsilon_)) + (((ey1 1) ey1))) + ((p.name is m) + ((n.n.n.name is t) + (((ey0 0.8) (ey1 0.2) ey0)) + (((aa1 0.0588235) (ey1 0.941176) ey1))) + (((_epsilon_ 0.00826446) + (aa1 0.00826446) + (ax0 0.0165289) + (ey0 0.00826446) + (ey1 0.958678) + ey1)))) + ((p.name is r) + (((ey1 1) ey1)) + ((p.p.name is s) + ((n.n.n.name is t) + (((aa1 0.333333) (ae1 0.333333) (ey1 0.333333) aa1)) + (((_epsilon_ 0.0769231) (ey1 0.923077) ey1))) + ((n.n.n.name is e) + ((p.p.p.name is d) + (((ey0 0.4) (ey1 0.6) ey1)) + ((p.p.p.name is a) + ((p.name is g) + (((_epsilon_ 0.666667) (ax0 0.333333) _epsilon_)) + (((ey1 1) ey1))) + (((_epsilon_ 0.0465116) (ey1 0.953488) ey1)))) + ((p.p.p.name is m) + (((ey1 1) ey1)) + ((p.p.name is c) + (((_epsilon_ 0.5) (ey0 0.25) (ey1 0.25) _epsilon_)) + ((p.name is m) + ((p.p.p.name is r) + ((n.n.n.name is #) + (((_epsilon_ 0.5) (ey1 0.5) _epsilon_)) + (((ey1 1) ey1))) + (((ey1 1) ey1))) + ((p.p.name is u) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + ((n.n.n.name is i) + (((_epsilon_ 0.1) (ey1 0.9) ey1)) + ((n.n.n.name is a) + (((ey1 1) ey1)) + ((p.p.name is a) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + ((p.p.p.name is u) + ((n.n.n.name is s) + (((ax0 1) ax0)) + ((n.n.n.name is #) + (((_epsilon_ 0.125) + (ax0 0.375) + (ey0 0.125) + (ey1 0.375) + ax0)) + (((ax0 0.25) (ey1 0.75) ey1)))) + ((p.p.name is q) + (((ey1 1) ey1)) + ((p.p.p.name is r) + (((ax0 0.125) (ey1 0.875) ey1)) + ((n.n.n.name is t) + (((ax0 1) ax0)) + ((p.name is g) + (((ax0 1) ax0)) + ((p.name is l) + ((n.n.n.name is #) + ((p.p.p.name is a) + (((ax0 0.666667) (ey1 0.333333) ax0)) + ((p.p.name is p) + (((ey1 1) ey1)) + (((ax0 0.5) (ey1 0.5) ax0)))) + (((ax0 0.8) (ey1 0.2) ax0))) + ((p.name is t) + ((p.p.p.name is o) + (((ey1 1) ey1)) + ((p.p.name is t) + (((ax0 0.166667) (ey1 0.833333) ey1)) + ((p.p.name is r) + (((ax0 0.272727) (ey1 0.727273) ey1)) + (((ax0 0.666667) (ey1 0.333333) ax0))))) + (((_epsilon_ 0.111111) + (ax0 0.111111) + (ey1 0.777778) + ey1)))))))))))))))))))))) + ((n.n.name is l) + ((n.n.n.name is l) + ((p.name is m) + (((eh0 0.75) (ey1 0.25) eh0)) + (((_epsilon_ 0.0625) (ax0 0.125) (ey1 0.8125) ey1))) + (((_epsilon_ 0.0166667) + (eh0 0.00416667) + (ey0 0.00416667) + (ey1 0.975) + ey1))) + ((n.n.n.name is #) + ((n.n.name is a) + ((p.p.p.name is 0) + (((_epsilon_ 0.5) (aa1 0.5) _epsilon_)) + (((aa1 1) aa1))) + ((n.n.name is o) + (((aa1 0.8) (ey1 0.2) aa1)) + ((n.n.name is d) + ((p.name is s) + (((eh1 0.666667) (ey1 0.333333) eh1)) + (((ae1 0.0344828) (ey1 0.965517) ey1))) + ((p.p.name is #) + (((_epsilon_ 0.0357143) + (aa1 0.0357143) + (ay1 0.0357143) + (ey1 0.892857) + ey1)) + ((n.n.name is t) + ((p.name is w) + (((ax0 0.25) (ey0 0.5) (ey1 0.25) ey0)) + (((ax0 0.2) (ey1 0.8) ey1))) + ((n.n.name is s) + ((p.name is l) + (((eh1 0.1) (ey0 0.2) (ey1 0.7) ey1)) + ((p.p.p.name is a) + (((ey1 1) ey1)) + ((p.p.p.name is e) + (((ey1 1) ey1)) + ((p.name is n) + (((ey0 0.6) (ey1 0.4) ey0)) + ((p.p.name is a) + (((ey0 0.666667) (ey1 0.333333) ey0)) + ((p.name is r) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.75) (ey1 0.25) _epsilon_)))))))) + ((p.p.name is a) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + (((ey1 1) ey1))))))))) + ((p.name is r) + ((p.p.p.name is e) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + (((_epsilon_ 0.0540541) (ax0 0.027027) (ey1 0.918919) ey1))) + ((n.n.name is s) + ((p.name is m) + (((_epsilon_ 0.333333) + (aa1 0.111111) + (ax0 0.111111) + (ay0 0.111111) + (eh1 0.111111) + (ey1 0.222222) + _epsilon_)) + ((n.n.n.name is e) + ((p.name is c) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + ((p.name is k) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.2) (ey1 0.8) ey1)))) + ((p.p.p.name is 0) + ((n.n.n.name is l) + ((p.p.name is #) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_))) + (((_epsilon_ 0.130435) + (aa1 0.0869565) + (ey1 0.782609) + ey1))) + (((aa1 0.0909091) + (ax0 0.0909091) + (ey0 0.0909091) + (ey1 0.727273) + ey1))))) + ((p.name is l) + ((p.p.name is o) + (((aa0 0.333333) (ey0 0.333333) (ey1 0.333333) aa0)) + (((_epsilon_ 0.025641) (ax0 0.025641) (ey1 0.948718) ey1))) + ((n.n.name is t) + ((p.p.name is 0) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (ey1 0.333333) + _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.333333) + (ey0 0.333333) + (ey1 0.333333) + _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) + (aa1 0.333333) + (ey1 0.333333) + _epsilon_)) + (((_epsilon_ 0.0204082) + (ax0 0.0204082) + (ey1 0.959184) + ey1))))) + ((p.name is d) + (((_epsilon_ 0.117647) + (eh0 0.117647) + (ey1 0.764706) + ey1)) + ((n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is v) + ((p.name is n) + (((_epsilon_ 0.25) (aa0 0.5) (ay1 0.25) aa0)) + (((ey1 1) ey1))) + ((p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((p.name is c) + (((_epsilon_ 0.25) + (aa0 0.25) + (ax0 0.25) + (ey1 0.25) + _epsilon_)) + ((p.name is b) + ((n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is 0) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 1) _epsilon_)))) + ((n.n.name is e) + (((_epsilon_ 0.733333) (ey1 0.266667) _epsilon_)) + ((p.name is m) + (((ey1 1) ey1)) + ((n.n.n.name is a) + ((p.p.name is 0) + (((_epsilon_ 0.5) + (aa0 0.25) + (ay0 0.25) + _epsilon_)) + ((p.p.p.name is 0) + (((_epsilon_ 0.5) (ey1 0.5) _epsilon_)) + (((_epsilon_ 0.2) (aa0 0.2) (ey1 0.6) ey1)))) + ((n.n.n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + (((ey1 1) ey1)) + ((n.n.n.name is l) + (((ey1 1) ey1)) + ((p.p.name is #) + ((n.n.name is d) + (((ey1 1) ey1)) + ((p.name is h) + (((_epsilon_ 0.166667) (ey1 0.833333) ey1)) + ((n.n.name is g) + (((_epsilon_ 0.333333) + (ey1 0.666667) + ey1)) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.name is t) + (((_epsilon_ 0.333333) + (ey1 0.666667) + ey1)) + (((_epsilon_ 0.5) (ey1 0.5) _epsilon_))))))) + ((n.n.n.name is s) + (((ey1 1) ey1)) + ((n.n.name is c) + (((_epsilon_ 0.6) + (aa0 0.2) + (ey1 0.2) + _epsilon_)) + ((p.p.name is c) + (((aa0 0.25) (ey1 0.75) ey1)) + ((n.n.n.name is i) + (((_epsilon_ 0.5) + (aa0 0.25) + (ey1 0.25) + _epsilon_)) + ((p.p.p.name is 0) + (((ey1 1) ey1)) + ((p.p.p.name is #) + (((_epsilon_ 0.166667) + (ey1 0.833333) + ey1)) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) + (ey1 0.666667) + ey1)) + (((_epsilon_ 0.666667) + (ey1 0.333333) + _epsilon_)))))))))))))))))))))))))))))) + ((n.n.name is e) + ((p.p.p.name is 0) + ((p.name is w) + ((n.name is t) + (((ao1 1) ao1)) + ((n.name is l) + (((aa1 0.285714) (ax0 0.285714) (ey1 0.428571) ey1)) + ((n.n.n.name is n) + (((ae1 0.75) (ey1 0.25) ae1)) + ((n.n.n.name is m) + (((ao1 0.333333) (ey1 0.666667) ey1)) + ((n.n.n.name is r) + (((ey1 1) ey1)) + ((n.name is v) + (((ey1 1) ey1)) + ((n.n.n.name is #) + (((ey1 1) ey1)) + ((n.n.n.name is d) + (((ae1 0.25) (ey1 0.75) ey1)) + ((n.n.n.name is s) + (((ae1 0.25) (ey1 0.75) ey1)) + (((ae1 0.5) (ey1 0.5) ae1))))))))))) + ((n.n.n.name is #) + ((n.name is w) + (((aa1 0.25) (ao1 0.75) ao1)) + (((aa1 0.00719424) + (ae1 0.0215827) + (ax0 0.00719424) + (ey1 0.964029) + ey1))) + ((p.p.name is #) + ((n.name is w) + ((n.n.n.name is l) + (((aa0 0.666667) (ao1 0.333333) aa0)) + (((aa0 0.25) (ao1 0.75) ao1))) + ((n.n.n.name is k) + ((n.name is n) + (((aa0 0.25) (ae1 0.75) ae1)) + ((n.name is c) + (((aa1 0.8) (ih0 0.2) aa1)) + ((p.name is h) + (((aa1 0.333333) (ay1 0.333333) (ey1 0.333333) aa1)) + ((n.name is l) + (((aa1 1) aa1)) + ((n.name is s) + (((aa1 0.714286) (ae1 0.142857) (ey1 0.142857) aa1)) + ((n.name is t) + (((aa1 0.25) (ae1 0.25) (ey1 0.5) ey1)) + (((ae1 0.833333) (ey1 0.166667) ae1)))))))) + ((n.n.n.name is l) + ((p.name is l) + ((n.name is b) + (((ax0 0.428571) (ey1 0.571429) ey1)) + ((n.name is v) + (((aa0 0.333333) (ax0 0.333333) (ey1 0.333333) aa0)) + (((aa0 0.142857) (ax0 0.428571) (ey1 0.428571) ax0)))) + ((n.name is n) + ((p.name is p) + (((ae1 0.875) (ax0 0.125) ae1)) + (((ae1 0.25) (ax0 0.75) ax0))) + ((p.name is b) + (((aa1 0.166667) (ae1 0.166667) (ey1 0.666667) ey1)) + ((p.name is h) + ((n.name is z) + (((ae1 0.333333) (ax0 0.111111) (ey1 0.555556) ey1)) + (((ae1 0.846154) (ax0 0.153846) ae1))) + ((p.name is m) + ((n.name is d) + (((aa0 0.222222) + (ae0 0.111111) + (ae1 0.555556) + (ax0 0.111111) + ae1)) + ((n.name is g) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((aa1 0.1) + (ae0 0.1) + (ae1 0.3) + (ax0 0.4) + (ey1 0.1) + ax0)))) + ((p.name is k) + (((aa1 0.166667) (ae1 0.666667) (ey1 0.166667) ae1)) + ((p.name is g) + ((n.name is b) + (((ax0 1) ax0)) + ((n.name is z) + (((ax0 1) ax0)) + ((n.name is m) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((ae1 0.75) (ey1 0.25) ae1))))) + ((n.name is p) + (((aa0 0.2) (ax0 0.8) ax0)) + ((p.name is d) + (((ax0 0.25) (ey1 0.75) ey1)) + ((p.name is n) + (((aa0 0.25) + (ae1 0.125) + (ax0 0.125) + (ey1 0.5) + ey1)) + ((n.name is v) + ((p.name is p) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.625) (ae1 0.25) (ey1 0.125) aa0))) + ((p.name is f) + ((n.name is d) + (((ae1 0.666667) (ey1 0.333333) ae1)) + (((aa0 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa0))) + ((n.name is d) + (((aa0 0.4) (ae1 0.2) (ax0 0.4) aa0)) + ((p.name is p) + (((aa0 0.166667) + (ae1 0.333333) + (ax0 0.5) + ax0)) + ((n.name is m) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((p.name is c) + (((ae1 0.2) (ax0 0.6) (ey1 0.2) ax0)) + (((ae1 0.538462) + (ax0 0.230769) + (ey1 0.230769) + ae1)))))))))))))))))) + ((n.name is y) + (((_epsilon_ 0.0571429) + (aa1 0.0285714) + (ey0 0.0857143) + (ey1 0.828571) + ey1)) + ((p.name is m) + ((n.name is j) + ((n.n.n.name is s) + (((aa0 0.2) (ae1 0.2) (ax0 0.2) (ay0 0.4) ay0)) + (((ae1 0.2) (ax0 0.4) (ay0 0.2) (ey1 0.2) ax0))) + ((n.n.n.name is s) + ((n.name is l) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ax0 0.111111) (ey1 0.888889) ey1))) + ((n.name is t) + (((aa0 0.142857) + (aa1 0.047619) + (ae1 0.0952381) + (ax0 0.666667) + (ey1 0.047619) + ax0)) + ((n.name is n) + ((n.n.n.name is u) + (((ax0 1) ax0)) + (((aa0 0.166667) + (ae0 0.166667) + (ax0 0.166667) + (ey1 0.5) + ey1))) + ((n.n.n.name is c) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((n.name is c) + ((n.n.n.name is d) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((ax0 0.8) (ey1 0.2) ax0))) + ((n.n.n.name is r) + ((n.name is s) + (((ae1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ae1)) + ((n.name is g) + (((ae1 1) ae1)) + ((n.name is v) + (((ae1 1) ae1)) + ((n.name is d) + (((aa0 0.5) (ae1 0.25) (ey1 0.25) aa0)) + (((aa0 0.142857) + (aa1 0.285714) + (ae1 0.142857) + (ey1 0.428571) + ey1)))))) + ((n.n.n.name is n) + (((aa0 0.125) + (ae1 0.25) + (ax0 0.125) + (ey1 0.5) + ey1)) + ((n.n.n.name is y) + (((ae1 0.333333) (ey1 0.666667) ey1)) + (((ae1 0.588235) + (ax0 0.235294) + (ey1 0.176471) + ae1))))))))))) + ((p.name is v) + ((n.name is l) + ((n.n.n.name is r) + (((aa0 0.25) (ae1 0.125) (ax0 0.625) ax0)) + ((n.n.n.name is n) + (((aa0 0.133333) + (ae0 0.0666667) + (ae1 0.4) + (ax0 0.333333) + (ey1 0.0666667) + ae1)) + (((aa0 0.333333) + (ae0 0.166667) + (ae1 0.333333) + (ey1 0.166667) + aa0)))) + ((n.name is n) + ((n.n.n.name is s) + (((aa1 0.25) (ae1 0.25) (ax0 0.25) (ey1 0.25) aa1)) + (((aa1 0.125) (ae0 0.5) (ae1 0.25) (ax0 0.125) ae0))) + ((n.name is d) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((ae1 0.6) (ey1 0.4) ae1))))) + ((n.n.n.name is t) + ((p.name is r) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((n.name is f) + (((ae1 0.666667) (ey1 0.333333) ae1)) + ((p.name is c) + (((aa0 0.2) (ae1 0.2) (ax0 0.4) (ey1 0.2) ax0)) + ((n.name is n) + (((aa0 0.166667) + (ae1 0.166667) + (ax0 0.666667) + ax0)) + ((p.name is p) + (((ae1 1) ae1)) + ((n.name is m) + (((ae1 0.8) (ax0 0.2) ae1)) + ((p.name is f) + (((ae1 0.6) (ax0 0.4) ae1)) + (((aa0 0.1) (aa1 0.2) (ae1 0.3) (ax0 0.4) ax0))))))))) + ((n.name is k) + ((p.name is t) + ((n.n.n.name is s) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((aa0 0.142857) + (aa1 0.214286) + (ey1 0.642857) + ey1))) + (((_epsilon_ 0.0277778) + (aa1 0.0277778) + (ax0 0.0277778) + (ey1 0.916667) + ey1))) + ((p.name is h) + ((n.name is b) + (((aa0 0.0666667) + (aa1 0.0666667) + (ae1 0.666667) + (ey1 0.2) + ae1)) + ((n.name is n) + (((ax0 0.25) (ey1 0.75) ey1)) + ((n.name is s) + (((aa1 0.25) + (ae1 0.25) + (eh1 0.25) + (ey1 0.25) + aa1)) + ((n.name is f) + (((aa1 0.2) (ae1 0.2) (ey1 0.6) ey1)) + ((n.name is v) + ((n.n.n.name is r) + (((ae1 0.5) (eh1 0.125) (ey1 0.375) ae1)) + ((n.n.n.name is n) + (((ae1 0.333333) (ey1 0.666667) ey1)) + (((ae1 0.5) (ey1 0.5) ae1)))) + ((n.n.n.name is s) + (((ey1 1) ey1)) + ((n.name is g) + ((n.n.n.name is r) + (((ae1 0.25) (ey1 0.75) ey1)) + ((n.n.n.name is n) + (((ae1 0.4) (ey1 0.6) ey1)) + (((ae1 0.714286) (ey1 0.285714) ae1)))) + (((ae1 0.25) (ey1 0.75) ey1))))))))) + ((n.n.n.name is n) + ((n.name is m) + ((p.name is l) + (((aa0 0.2) (ax0 0.8) ax0)) + (((aa1 0.5) (ax0 0.25) (ey1 0.25) aa1))) + ((n.name is d) + (((ax0 0.1) (ey1 0.9) ey1)) + ((p.name is l) + ((n.name is t) + (((ae1 0.333333) (ey1 0.666667) ey1)) + ((n.name is v) + (((ae1 0.333333) (ey1 0.666667) ey1)) + (((aa0 1) aa0)))) + ((p.name is p) + (((ae1 1) ae1)) + ((n.name is l) + ((p.name is g) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0)) + (((aa0 0.125) + (ae1 0.625) + (ax0 0.125) + (ey1 0.125) + ae1))) + ((n.name is g) + (((ae1 0.888889) (ey1 0.111111) ae1)) + ((p.name is t) + (((ae1 1) ae1)) + ((n.name is v) + ((p.name is r) + (((ae1 0.25) (ax0 0.125) (ey1 0.625) ey1)) + (((ae1 0.571429) + (ax0 0.142857) + (ey1 0.285714) + ae1))) + (((aa1 0.0714286) + (ae1 0.5) + (ax0 0.214286) + (ey1 0.214286) + ae1)))))))))) + ((n.name is j) + (((aa0 0.25) (ae1 0.25) (ay0 0.5) ay0)) + ((p.name is c) + ((n.name is m) + (((aa0 0.0909091) (ae1 0.909091) ae1)) + ((n.n.n.name is g) + (((ae1 1) ae1)) + ((n.name is n) + (((aa0 0.5) + (ax0 0.166667) + (ey1 0.333333) + aa0)) + ((n.name is b) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((n.n.n.name is c) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + ((n.name is s) + (((aa0 0.111111) + (ae1 0.111111) + (ax0 0.222222) + (ey0 0.111111) + (ey1 0.444444) + ey1)) + ((n.name is l) + (((ae1 0.5) + (ax0 0.166667) + (ey1 0.333333) + ae1)) + (((aa0 0.0689655) + (ae1 0.172414) + (ey1 0.758621) + ey1))))))))) + ((n.n.n.name is h) + ((n.name is d) + (((aa1 0.666667) (ae1 0.333333) aa1)) + (((aa1 0.2) (ae1 0.4) (ax0 0.4) ae1))) + ((n.name is x) + (((ae1 1) ae1)) + ((n.n.n.name is e) + (((ae1 0.833333) (ax0 0.166667) ae1)) + ((n.n.n.name is a) + ((p.name is p) + (((ae1 1) ae1)) + ((n.name is l) + (((aa0 0.333333) (ey1 0.666667) ey1)) + (((aa1 0.166667) (ax0 0.833333) ax0)))) + ((n.n.n.name is y) + ((p.name is r) + (((ae1 0.6) (ey1 0.4) ae1)) + (((aa1 0.0606061) + (ae1 0.0909091) + (ey1 0.848485) + ey1))) + ((n.name is l) + ((n.n.n.name is o) + (((aa1 0.2) (ey1 0.8) ey1)) + ((n.n.n.name is i) + (((ae1 0.333333) + (ao1 0.333333) + (ax0 0.333333) + ae1)) + ((p.name is g) + ((n.n.n.name is s) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((ae1 0.75) (ey1 0.25) ae1))) + ((p.name is p) + (((aa0 0.142857) + (ae1 0.428571) + (ax0 0.142857) + (ey1 0.285714) + ae1)) + ((p.name is s) + ((n.n.n.name is m) + (((aa0 0.25) + (ae1 0.25) + (ax0 0.25) + (ey1 0.25) + aa0)) + (((ey1 1) ey1))) + ((n.n.n.name is r) + (((aa0 0.333333) (ey1 0.666667) ey1)) + ((p.name is b) + (((aa0 0.25) + (ax0 0.25) + (ey1 0.5) + ey1)) + (((aa0 0.0833333) + (ax0 0.5) + (ey1 0.416667) + ax0))))))))) + ((p.name is l) + ((n.n.n.name is c) + (((aa0 0.666667) (ax0 0.333333) aa0)) + ((n.name is v) + (((aa0 0.4) + (ae1 0.1) + (ax0 0.2) + (ey1 0.3) + aa0)) + ((n.name is n) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0)) + ((n.n.n.name is r) + ((n.name is c) + (((aa0 0.2) (ae1 0.6) (ey1 0.2) ae1)) + ((n.name is t) + (((aa0 0.4) + (ae1 0.4) + (ey1 0.2) + aa0)) + (((aa0 0.117647) + (aa1 0.117647) + (ae1 0.176471) + (ey1 0.588235) + ey1)))) + ((n.name is c) + (((ey1 1) ey1)) + (((ae1 0.6) (ey1 0.4) ae1))))))) + ((n.name is n) + ((n.n.n.name is s) + (((aa0 0.181818) + (ax0 0.0909091) + (ey1 0.727273) + ey1)) + ((p.name is p) + (((aa0 0.666667) (ey1 0.333333) aa0)) + ((n.n.n.name is r) + (((aa0 0.333333) (ey1 0.666667) ey1)) + ((p.name is j) + (((ae1 0.25) + (ax0 0.5) + (ey1 0.25) + ax0)) + (((aa0 0.111111) + (ae1 0.777778) + (ax0 0.111111) + ae1)))))) + ((n.name is c) + (((aa0 0.05) (ey0 0.05) (ey1 0.9) ey1)) + ((n.n.n.name is z) + (((aa0 0.666667) (ae1 0.333333) aa0)) + ((n.name is g) + (((ey1 1) ey1)) + ((p.name is p) + ((n.name is t) + (((aa0 0.3) + (ae1 0.1) + (ax0 0.4) + (ey1 0.2) + ax0)) + (((aa0 0.0909091) + (ae1 0.0909091) + (ey1 0.818182) + ey1))) + ((n.n.n.name is r) + ((p.name is d) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)) + ((n.name is v) + ((p.name is t) + (((aa0 0.6) (ae1 0.4) aa0)) + (((aa0 0.125) (ey1 0.875) ey1))) + ((p.name is r) + (((aa0 0.142857) + (ae1 0.142857) + (ey1 0.714286) + ey1)) + ((p.name is n) + (((ey1 1) ey1)) + ((n.name is p) + (((ey1 1) ey1)) + ((n.name is b) + (((aa1 0.0909091) + (ae1 0.272727) + (ey1 0.636364) + ey1)) + ((p.name is k) + (((ae1 0.166667) + (ey1 0.833333) + ey1)) + ((n.name is m) + (((ae1 0.25) + (ey1 0.75) + ey1)) + ((p.name is s) + (((ae1 0.333333) + (ey1 0.666667) + ey1)) + ((n.name is d) + (((ae1 0.666667) + (ey1 0.333333) + ae1)) + (((ae1 0.333333) + (ey1 0.666667) + ey1)))))))))))) + ((p.name is s) + ((n.n.n.name is d) + (((aa0 0.166667) + (ae1 0.166667) + (ax0 0.333333) + (ey1 0.333333) + ax0)) + (((aa0 0.1) (ey1 0.9) ey1))) + ((n.n.n.name is d) + (((ey1 1) ey1)) + ((n.name is z) + (((aa1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa1)) + ((p.name is r) + ((n.name is m) + (((aa1 0.333333) + (ae1 0.666667) + ae1)) + ((n.name is d) + (((ae1 0.5) + (ax0 0.25) + (ey1 0.25) + ae1)) + (((ey1 1) ey1)))) + ((p.name is t) + (((ae1 0.5) (ey1 0.5) ae1)) + ((n.name is t) + (((_epsilon_ 0.0769231) + (ae1 0.153846) + (ey1 0.769231) + ey1)) + ((p.name is g) + (((ae1 0.5) (ey1 0.5) ae1)) + (((ae1 0.047619) + (ey1 0.952381) + ey1)))))))))))))))))))))))))))))))))) + ((n.name is y) + (((_epsilon_ 0.75) (ey1 0.25) _epsilon_)) + ((n.name is g) + (((ae1 0.0625) (ax0 0.1875) (ey1 0.75) ey1)) + ((n.name is w) + (((aa1 0.25) (ao1 0.5) (ax0 0.25) ao1)) + ((n.name is z) + (((aa0 0.333333) (aa1 0.5) (ax0 0.166667) aa1)) + ((n.name is m) + ((n.n.n.name is l) + (((aa0 0.375) (ax0 0.625) ax0)) + ((n.n.n.name is n) + (((ae1 0.0769231) (ax0 0.846154) (ey1 0.0769231) ax0)) + ((n.n.n.name is r) + (((aa0 0.09375) + (ae1 0.21875) + (ax0 0.625) + (ey1 0.0625) + ax0)) + (((ae1 0.5) (ax0 0.3) (ey1 0.2) ae1))))) + ((n.name is d) + (((ae1 0.548387) (ax0 0.290323) (ey1 0.16129) ae1)) + ((n.name is x) + (((ae0 0.285714) (ae1 0.714286) ae1)) + ((n.name is t) + (((ax0 0.2) (ey1 0.8) ey1)) + ((n.name is b) + ((n.n.n.name is r) + (((ae0 0.0833333) + (ae1 0.833333) + (ey1 0.0833333) + ae1)) + ((n.n.n.name is l) + (((aa0 0.1) (ae1 0.4) (ax0 0.2) (ey1 0.3) ae1)) + (((aa0 0.1) (ae1 0.2) (ax0 0.6) (ey1 0.1) ax0)))) + ((n.n.n.name is x) + (((ae0 0.125) + (ae1 0.375) + (ax0 0.4375) + (ey1 0.0625) + ax0)) + ((n.name is n) + (((ae0 0.0769231) + (ae1 0.384615) + (ax0 0.538462) + ax0)) + ((n.name is h) + (((aa1 0.2) (ax0 0.8) ax0)) + ((n.n.n.name is r) + ((n.name is l) + (((ax0 1) ax0)) + ((n.name is c) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((aa0 0.172414) + (ae1 0.448276) + (ax0 0.241379) + (ey1 0.137931) + ae1)))) + ((n.n.n.name is y) + (((ax0 0.25) (ey1 0.75) ey1)) + ((n.n.n.name is j) + (((aa0 1) aa0)) + ((n.name is v) + (((aa0 0.388889) + (aa1 0.0555556) + (ae0 0.0555556) + (ae1 0.166667) + (ax0 0.333333) + aa0)) + ((n.n.n.name is t) + ((n.name is c) + (((aa0 0.142857) + (ae1 0.285714) + (ax0 0.571429) + ax0)) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0))) + ((n.name is c) + (((ae0 0.333333) (ey1 0.666667) ey1)) + ((n.name is p) + (((aa0 0.25) (ae1 0.25) (ey1 0.5) ey1)) + ((n.name is s) + (((aa0 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is s) + (((aa0 0.428571) + (ae1 0.142857) + (ax0 0.285714) + (ey1 0.142857) + aa0)) + ((n.n.n.name is g) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + (((aa0 0.111111) + (aa1 0.111111) + (ae1 0.0555556) + (ax0 0.444444) + (ey1 0.277778) + ax0))))))))))))))))))))))))))) + ((n.name is g) + ((p.p.p.name is #) + ((p.name is a) + (((aa1 0.666667) (ih0 0.333333) aa1)) + ((p.name is r) + ((p.p.name is t) + (((ae1 0.75) (ey1 0.25) ae1)) + (((ey1 1) ey1))) + ((p.name is t) + (((ey1 1) ey1)) + ((n.n.n.name is s) + (((ax0 0.5) (ey1 0.5) ax0)) + ((p.p.name is s) + (((ae1 0.666667) (ey1 0.333333) ae1)) + ((p.name is l) + ((n.n.n.name is l) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.75) (ax0 0.25) ae1))) + (((ae1 0.111111) (ax0 0.666667) (ih0 0.222222) ax0)))))))) + ((p.name is i) + (((_epsilon_ 0.692308) + (ax0 0.0769231) + (ih0 0.230769) + _epsilon_)) + ((n.n.n.name is r) + ((p.name is l) + ((p.p.name is l) (((ih0 1) ih0)) (((ey0 1) ey0))) + ((p.p.name is e) + (((ae1 0.25) (ey0 0.25) (ey1 0.5) ey1)) + ((p.p.name is t) + (((aa1 0.5) (ey0 0.25) (ey1 0.25) aa1)) + ((p.p.p.name is a) + (((aa1 0.25) (ih0 0.75) ih0)) + ((p.p.name is a) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ey1 0.333333) + _epsilon_))))))) + ((n.n.n.name is n) + ((p.name is w) + (((ae1 1) ae1)) + (((aa1 0.125) (ae0 0.0625) (ax0 0.6875) (ey1 0.125) ax0))) + ((p.p.name is h) + (((ae1 0.5) (ey1 0.5) ae1)) + ((p.p.name is s) + ((p.name is s) + ((n.n.n.name is #) + (((aa1 0.333333) (ax0 0.333333) (ih0 0.333333) aa1)) + (((aa1 0.333333) (ax0 0.666667) ax0))) + ((p.p.p.name is o) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ey1 0.909091) (ih0 0.0909091) ey1)))) + ((p.p.p.name is e) + ((p.name is g) + (((ey1 1) ey1)) + ((p.name is n) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.name is r) + (((ax0 0.2) (ey1 0.4) (ih0 0.4) ey1)) + ((p.name is k) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.166667) (ih0 0.833333) ih0)))))) + ((n.n.n.name is o) + (((ax0 0.2) (ey1 0.8) ey1)) + ((p.name is p) + ((p.p.p.name is a) + (((ey1 1) ey1)) + (((ey1 0.125) (ih0 0.875) ih0))) + ((p.name is r) + ((p.p.name is t) + (((aa1 0.4) (ey1 0.6) ey1)) + ((p.p.p.name is a) + (((aa1 1) aa1)) + ((p.p.name is e) + (((ax0 0.15) (ey1 0.05) (ih0 0.8) ih0)) + ((p.p.name is o) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.name is a) + (((aa1 0.5) (ih0 0.5) aa1)) + (((aa1 0.142857) + (ax0 0.214286) + (ih0 0.642857) + ih0))))))) + ((p.name is l) + ((p.p.p.name is i) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((aa1 0.454545) + (ax0 0.181818) + (ey1 0.0909091) + (ih0 0.272727) + aa1))) + ((p.p.name is o) + ((p.p.p.name is b) + (((aa1 0.666667) (ih0 0.333333) aa1)) + ((p.p.p.name is v) + (((ax0 1) ax0)) + (((aa0 0.166667) (ax0 0.333333) (ih0 0.5) ih0)))) + ((p.name is h) + (((ax0 0.166667) (ey1 0.333333) (ih0 0.5) ih0)) + ((p.p.name is r) + ((n.n.n.name is #) + (((aa1 0.0909091) + (ax0 0.0909091) + (ey1 0.0909091) + (ih0 0.727273) + ih0)) + (((ax0 0.666667) (ih0 0.333333) ax0))) + ((n.n.n.name is l) + (((ax0 0.333333) + (ey1 0.333333) + (ih0 0.333333) + ax0)) + ((p.p.p.name is d) + (((ax0 1) ax0)) + ((p.p.name is g) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.p.name is u) + (((ih0 1) ih0)) + ((p.p.name is u) + ((n.n.n.name is s) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.75) (ih0 0.25) ax0))) + ((p.name is m) + (((ax0 0.111111) (ih0 0.888889) ih0)) + ((p.p.p.name is s) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.name is e) + (((ih0 1) ih0)) + ((n.n.n.name is a) + (((ih0 1) ih0)) + ((p.p.name is l) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.name is v) + (((ih0 1) ih0)) + ((p.p.p.name is r) + (((ax0 0.571429) (ih0 0.428571) ax0)) + ((p.name is t) + ((n.n.n.name is #) + ((p.p.name is n) + (((ax0 0.25) (ih0 0.75) ih0)) + (((ax0 0.5) (ih0 0.5) ax0))) + (((ih0 1) ih0))) + ((p.p.p.name is a) + ((p.p.name is c) + (((ax0 0.375) (ih0 0.625) ih0)) + (((ax0 0.571429) + (ih0 0.428571) + ax0))) + ((p.p.name is n) + (((ax0 0.5) (ih0 0.5) ax0)) + ((n.n.n.name is #) + ((p.p.name is a) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.285714) + (ih0 0.714286) + ih0))) + (((ax0 0.2) (ih0 0.8) ih0)))))))))))))))))))))))))))))))) + ((p.name is o) + ((p.p.name is c) + ((n.name is l) + (((_epsilon_ 0.25) (ax0 0.75) ax0)) + (((_epsilon_ 0.6) (ey1 0.4) _epsilon_))) + (((_epsilon_ 0.9375) + (ax0 0.0208333) + (ey0 0.0208333) + (ey1 0.0208333) + _epsilon_))) + ((n.name is t) + ((p.name is w) + ((p.p.name is t) + (((aa1 0.5) (ao0 0.25) (ao1 0.25) aa1)) + (((aa1 0.08) + (ah1 0.04) + (ao0 0.04) + (ao1 0.8) + (ey1 0.04) + ao1))) + ((n.n.n.name is d) + ((p.name is u) + (((ey1 0.692308) (w-ey1 0.307692) ey1)) + ((p.p.p.name is p) + (((ax0 0.0555556) (ey1 0.944444) ey1)) + ((p.p.p.name is d) + (((ey0 0.133333) (ey1 0.866667) ey1)) + ((p.p.p.name is i) + ((p.name is l) + (((ey0 0.666667) (ey1 0.333333) ey0)) + (((ey1 1) ey1))) + (((ey0 0.023166) (ey1 0.976834) ey1)))))) + ((n.n.n.name is #) + ((p.name is u) + ((p.p.name is d) + (((w-ax0 1) w-ax0)) + ((p.p.p.name is e) + (((ax0 0.5) (ey1 0.25) (w-ey1 0.25) ax0)) + (((ey0 0.2) (ey1 0.8) ey1)))) + ((p.name is t) + (((ey1 1) ey1)) + ((p.p.p.name is t) + ((p.name is g) + (((ey1 1) ey1)) + ((p.name is r) + ((p.p.name is o) + (((ax0 1) ax0)) + (((ax0 0.428571) (ey1 0.571429) ey1))) + ((p.name is n) + (((ax0 0.5) (ey1 0.5) ax0)) + (((ax0 0.166667) (ey1 0.708333) (ih0 0.125) ey1))))) + ((p.p.name is g) + (((_epsilon_ 0.0909091) + (ax0 0.0909091) + (ey1 0.818182) + ey1)) + ((p.p.name is t) + (((ax0 0.04) (ey0 0.04) (ey1 0.92) ey1)) + ((p.name is k) + (((aa1 0.333333) (ey1 0.666667) ey1)) + ((p.p.p.name is p) + ((p.p.name is u) + (((ey1 1) ey1)) + ((p.p.name is o) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.name is r) + (((ax0 0.454545) + (ey1 0.363636) + (ih0 0.181818) + ax0)) + (((ax0 0.4) (ey1 0.6) ey1))))) + ((p.name is l) + (((ax0 0.148148) + (ey0 0.037037) + (ey1 0.722222) + (ih0 0.0925926) + ey1)) + ((p.p.p.name is g) + (((ey1 0.75) (ih0 0.25) ey1)) + ((p.name is n) + ((p.p.name is i) + ((p.p.p.name is d) + (((ax0 0.333333) + (ey1 0.333333) + (ih0 0.333333) + ax0)) + (((ax0 0.15) (ey1 0.75) (ih0 0.1) ey1))) + ((p.p.name is e) + (((aa1 0.25) (ax0 0.25) (ey1 0.5) ey1)) + ((p.p.name is a) + (((ey0 0.333333) (ey1 0.666667) ey1)) + ((p.p.p.name is i) + (((ax0 0.8) (ey1 0.2) ax0)) + ((p.p.name is o) + (((ax0 0.285714) + (ey0 0.285714) + (ey1 0.428571) + ey1)) + (((ax0 0.5) (ey1 0.5) ax0))))))) + ((p.p.name is i) + ((p.p.p.name is x) + (((ax0 0.666667) (ey0 0.333333) ax0)) + ((p.p.p.name is d) + (((ax0 0.0909091) + (ey0 0.181818) + (ey1 0.727273) + ey1)) + ((p.p.p.name is f) + (((ax0 0.333333) + (ey0 0.333333) + (ey1 0.333333) + ax0)) + ((p.name is d) + (((ey1 1) ey1)) + ((p.p.p.name is c) + (((ey1 1) ey1)) + ((p.name is g) + (((ax0 0.2) (ey1 0.8) ey1)) + ((p.p.p.name is l) + (((ax0 0.6) (ey1 0.4) ax0)) + ((p.name is m) + (((ax0 0.25) (ey1 0.75) ey1)) + ((p.name is c) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((ax0 0.6) (ey1 0.4) ax0))))))))))) + ((p.p.name is d) + ((p.p.p.name is e) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.25) (ey1 0.75) ey1))) + ((p.p.name is e) + ((p.p.p.name is d) + (((ax0 0.5) (ey0 0.25) (ey1 0.25) ax0)) + (((ax0 0.151515) + (ey0 0.030303) + (ey1 0.757576) + (ih0 0.0606061) + ey1))) + ((p.p.name is u) + ((p.name is r) + (((ax0 1) ax0)) + (((ey0 0.25) (ey1 0.75) ey1))) + ((p.p.p.name is l) + (((ey0 0.625) (ey1 0.375) ey0)) + ((p.p.p.name is o) + ((p.p.name is c) + (((ax0 0.25) (ey0 0.75) ey0)) + ((p.name is g) + (((ey0 0.666667) (ey1 0.333333) ey0)) + (((ax0 0.25) (ey1 0.75) ey1)))) + ((p.name is i) + (((ey1 1) ey1)) + ((p.p.p.name is r) + (((ax0 0.2) (ey1 0.8) ey1)) + ((p.p.name is r) + (((ey1 1) ey1)) + ((p.name is m) + (((ax0 0.142857) (ey1 0.857143) ey1)) + ((p.p.p.name is v) + (((ax0 0.333333) + (ey0 0.333333) + (ey1 0.333333) + ax0)) + ((p.name is g) + ((p.p.p.name is u) + (((ey0 1) ey0)) + (((ax0 0.142857) + (ey0 0.142857) + (ey1 0.714286) + ey1))) + ((p.p.p.name is b) + (((ax0 0.25) + (ey0 0.25) + (ey1 0.5) + ey1)) + ((p.p.name is b) + (((ey0 0.5) (ey1 0.5) ey0)) + (((ey0 0.103448) + (ey1 0.896552) + ey1)))))))))))))))))))))))))) + ((n.n.n.name is s) + ((p.name is u) + (((ey1 0.6) (w-ax0 0.2) (w-ey1 0.2) ey1)) + ((p.p.p.name is t) + ((p.name is r) + (((ax0 0.8) (ey1 0.2) ax0)) + ((p.name is m) + (((ax0 0.5) (ey1 0.5) ax0)) + (((ax0 0.142857) (ey1 0.714286) (ih1 0.142857) ey1)))) + ((p.p.name is i) + ((p.name is d) + (((ey0 0.2) (ey1 0.8) ey1)) + ((p.name is t) + (((ey1 1) ey1)) + ((p.name is n) + (((ax0 0.153846) (ey1 0.846154) ey1)) + ((p.name is p) + (((ey1 1) ey1)) + ((p.p.p.name is d) + (((ax0 0.166667) (ey1 0.833333) ey1)) + ((p.name is c) + ((p.p.p.name is l) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ax0 0.333333) (ey1 0.666667) ey1))) + (((ax0 0.8) (ey1 0.2) ax0)))))))) + ((p.p.name is n) + (((aa0 0.142857) (ey1 0.857143) ey1)) + ((p.p.p.name is c) + (((ax0 0.75) (ey1 0.25) ax0)) + ((p.name is g) + ((p.p.p.name is r) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.333333) (ey1 0.666667) ey1))) + ((p.name is i) + ((p.p.p.name is i) + (((ax0 0.75) (ey1 0.25) ax0)) + ((p.p.p.name is o) + (((ey0 0.333333) + (ey1 0.333333) + (ih0 0.333333) + ey0)) + (((ax0 0.125) (ey0 0.125) (ey1 0.75) ey1)))) + ((p.name is r) + ((p.p.name is t) + (((ey1 1) ey1)) + ((p.p.name is o) + (((ax0 0.142857) (ey1 0.857143) ey1)) + ((p.p.p.name is p) + (((ey1 0.8) (ih0 0.2) ey1)) + ((p.p.name is g) + (((ey1 1) ey1)) + ((p.p.name is e) + (((ax0 0.375) (ey0 0.125) (ey1 0.5) ey1)) + ((p.p.p.name is e) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((ax0 0.166667) + (ey0 0.333333) + (ey1 0.333333) + (ih0 0.166667) + ey0)))))))) + (((ax0 0.0428571) + (ey0 0.0285714) + (ey1 0.914286) + (ih0 0.0142857) + ey1)))))))))) + ((p.p.name is s) + ((n.n.n.name is n) + (((aa0 0.333333) (ae1 0.333333) (ey1 0.333333) aa0)) + (((ey1 1) ey1))) + ((n.n.n.name is l) + ((p.name is l) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.p.p.name is p) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.name is o) + (((aa0 0.5) (ax0 0.5) aa0)) + (((aa0 0.0526316) (ax0 0.947368) ax0))))) + ((p.p.p.name is #) + ((p.name is u) + (((aa1 1) aa1)) + ((n.n.n.name is a) + (((ae0 0.5) (ax0 0.5) ae0)) + ((p.p.name is p) + (((aa1 0.4) (ae1 0.2) (ey1 0.4) aa1)) + ((p.name is r) + ((p.p.name is f) + (((ae1 0.2) (ax0 0.6) (ey1 0.2) ax0)) + (((ey1 1) ey1))) + ((p.name is m) + (((ax0 1) ax0)) + ((n.n.n.name is r) + (((aa0 0.25) (ax0 0.5) (ey1 0.25) ax0)) + (((ae1 0.25) + (ah1 0.25) + (ax0 0.25) + (ey1 0.25) + ae1)))))))) + ((p.name is l) + (((ae1 0.818182) + (ax0 0.0909091) + (ey1 0.0909091) + ae1)) + ((p.p.name is w) + (((aa1 0.666667) (ey1 0.333333) aa1)) + ((n.n.n.name is r) + ((p.p.p.name is l) + (((ax0 0.333333) (ey0 0.666667) ey0)) + (((aa0 0.125) + (ax0 0.375) + (ey0 0.125) + (ey1 0.375) + ax0))) + ((n.n.n.name is g) + (((ae1 0.625) (ax0 0.375) ae1)) + ((n.n.n.name is n) + (((ae1 0.4) (ax0 0.2) (ey0 0.2) (ey1 0.2) ae1)) + (((ax0 0.846154) + (ey1 0.0769231) + (ih0 0.0769231) + ax0)))))))))))))) + ((n.n.n.name is #) + ((p.name is i) + ((n.name is n) + (((aa1 0.25) (ae1 0.625) (eh1 0.125) ae1)) + (((aa1 0.75) + (ae1 0.0833333) + (ax0 0.0833333) + (eh1 0.0833333) + aa1))) + ((p.p.name is a) + ((n.name is l) + (((aa1 0.909091) (ey1 0.0909091) aa1)) + ((p.p.p.name is p) + (((ax0 0.666667) (ey1 0.333333) ax0)) + ((p.p.p.name is l) + (((aa1 0.5) (ey0 0.25) (ey1 0.25) aa1)) + ((n.name is m) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((p.p.p.name is #) + (((aa1 0.166667) (ey1 0.833333) ey1)) + ((n.name is c) + (((aa1 0.8) (ax0 0.2) aa1)) + ((n.name is d) + (((aa1 0.428571) (ey1 0.571429) ey1)) + (((aa1 0.666667) (ey1 0.333333) aa1))))))))) + ((n.name is l) + ((p.name is d) + ((p.p.p.name is i) + (((ey0 0.666667) (ey1 0.333333) ey0)) + (((ey0 0.0416667) (ey1 0.958333) ey1))) + ((p.p.p.name is e) + (((ax0 0.5) (ey1 0.5) ax0)) + ((p.p.name is o) + ((p.p.p.name is i) + (((aa1 0.5) (ae1 0.5) aa1)) + (((aa1 0.25) (ae1 0.75) ae1))) + ((p.p.name is i) + (((aa1 0.714286) (ae1 0.285714) aa1)) + ((p.p.p.name is a) + (((aa1 0.75) (ae1 0.25) aa1)) + ((p.p.p.name is s) + (((aa1 1) aa1)) + ((p.name is r) + (((aa1 0.5) (ae1 0.25) (ey1 0.25) aa1)) + ((p.name is g) + (((aa1 0.4) (ey0 0.2) (ey1 0.4) aa1)) + (((aa1 0.130435) (ey1 0.869565) ey1)))))))))) + ((p.name is a) + (((aa1 1) aa1)) + ((p.p.p.name is #) + ((p.p.name is o) + (((aa1 1) aa1)) + (((aa1 0.0120482) + (ae1 0.0120482) + (ao1 0.0240964) + (ax0 0.0240964) + (ey1 0.927711) + ey1))) + ((p.name is c) + (((ey0 0.0571429) (ey1 0.942857) ey1)) + ((p.p.p.name is o) + ((p.p.name is c) + ((p.name is l) + (((ey1 1) ey1)) + (((ey0 0.333333) + (ey1 0.333333) + (ih0 0.333333) + ey0))) + (((ae1 0.0588235) (ey1 0.941176) ey1))) + ((p.p.name is i) + ((p.p.p.name is m) + (((aa1 1) aa1)) + (((aa0 0.111111) + (aa1 0.111111) + (ey1 0.777778) + ey1))) + ((n.name is b) + (((aa1 0.25) (ao1 0.25) (ax0 0.5) ax0)) + ((n.name is k) + ((p.p.p.name is a) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ey1 1) ey1))) + ((p.p.p.name is u) + ((n.name is c) + (((ax0 1) ax0)) + ((n.name is n) + (((ax0 0.5) (ey1 0.5) ax0)) + (((aa1 0.142857) + (ey0 0.285714) + (ey1 0.571429) + ey1)))) + ((p.name is k) + (((ae1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ae1)) + ((p.name is s) + ((n.name is n) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((aa1 0.333333) + (ax0 0.166667) + (ey1 0.5) + ey1))) + ((n.name is n) + ((p.p.name is e) + (((ax0 0.5) + (ey0 0.166667) + (ey1 0.333333) + ax0)) + ((p.p.name is r) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ax0 0.193548) (ey1 0.806452) ey1)))) + ((p.p.name is n) + ((p.name is g) + (((aa1 1) aa1)) + (((ax0 0.5) (ey1 0.5) ax0))) + ((n.name is c) + ((p.p.name is p) + (((ey0 0.0769231) (ey1 0.923077) ey1)) + ((p.p.name is s) + (((ey1 1) ey1)) + ((p.name is f) + (((ey1 1) ey1)) + ((p.name is r) + (((aa1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa1)) + (((aa1 0.1) (ax0 0.8) (ey1 0.1) ax0)))))) + ((p.name is h) + ((p.p.p.name is e) + (((ey1 1) ey1)) + ((n.name is s) + (((ax0 0.75) (ey1 0.25) ax0)) + ((p.p.name is s) + (((ax0 0.5) (ey1 0.5) ax0)) + (((aa1 0.333333) (ey1 0.666667) ey1))))) + ((p.name is r) + (((aa1 0.0967742) + (ax0 0.0967742) + (ey0 0.0645161) + (ey1 0.741935) + ey1)) + ((p.name is v) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.p.name is l) + ((p.p.p.name is a) + (((aa1 0.5) (ey1 0.5) aa1)) + (((ey1 1) ey1))) + (((aa1 0.025641) (ey1 0.974359) ey1)))))))))))))))))))))) + ((p.p.p.name is #) + ((p.name is i) + ((n.n.n.name is n) + (((_epsilon_ 0.25) (aa0 0.5) (ey1 0.25) aa0)) + ((n.name is p) + (((_epsilon_ 0.666667) (ax0 0.333333) _epsilon_)) + (((aa1 0.05) (ae1 0.05) (ax0 0.9) ax0)))) + ((n.name is w) + (((ao1 1) ao1)) + ((n.n.n.name is l) + ((n.name is b) + ((p.name is r) + (((aa0 0.25) (ae1 0.5) (ax0 0.25) ae1)) + (((aa0 0.142857) (ax0 0.857143) ax0))) + ((p.p.name is t) + ((n.name is v) + (((ae1 1) ae1)) + (((aa0 0.333333) (ae1 0.333333) (ax0 0.333333) aa0))) + ((n.name is c) + (((ey1 1) ey1)) + ((p.p.name is s) + ((n.name is d) + (((ae1 1) ae1)) + (((ae1 0.2) (ey1 0.8) ey1))) + ((n.name is k) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.p.name is c) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.0833333) + (ae1 0.666667) + (ax0 0.0833333) + (ey1 0.166667) + ae1)))))))) + ((n.n.n.name is t) + ((n.name is n) + (((ae1 1) ae1)) + ((p.name is h) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((ae1 0.285714) (ax0 0.714286) ax0)))) + ((n.n.n.name is k) + ((p.p.name is p) + (((aa1 1) aa1)) + (((aa1 0.125) (ae1 0.875) ae1))) + ((p.name is c) + ((p.p.name is s) + ((n.name is v) + (((ae1 1) ae1)) + ((n.name is l) + (((aa0 0.666667) (ey1 0.333333) aa0)) + (((ey1 1) ey1)))) + (((ae1 0.307692) (ax0 0.692308) ax0))) + ((p.p.name is s) + ((n.n.n.name is y) + ((n.name is n) + (((ae1 0.333333) + (ao1 0.333333) + (ey1 0.333333) + ae1)) + (((aa1 0.2) (ey1 0.8) ey1))) + (((ae1 0.0151515) + (ax0 0.030303) + (ey1 0.954545) + ey1))) + ((n.n.n.name is r) + ((p.name is x) + (((ae1 1) ae1)) + ((n.name is h) + (((_epsilon_ 0.333333) + (aa1 0.333333) + (ae1 0.333333) + _epsilon_)) + ((p.p.name is p) + (((_epsilon_ 0.4) + (ae1 0.2) + (ey1 0.4) + _epsilon_)) + ((n.name is k) + (((ey0 0.166667) (ey1 0.833333) ey1)) + ((n.name is c) + (((aa0 0.25) (ey1 0.75) ey1)) + ((n.name is m) + (((ax0 0.222222) (ey1 0.777778) ey1)) + ((n.name is v) + ((p.p.name is t) + (((ae1 0.6) (ax0 0.2) (ey1 0.2) ae1)) + (((ax0 0.166667) (ey1 0.833333) ey1))) + ((n.name is b) + (((ae1 0.5) (ey1 0.5) ae1)) + (((ae1 0.0882353) (ey1 0.911765) ey1)))))))))) + ((n.n.n.name is c) + ((p.name is r) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((aa1 0.333333) (ae1 0.666667) ae1))) + ((p.p.name is i) + (((aa1 0.4) (ae1 0.6) ae1)) + ((p.name is r) + ((n.name is b) + (((ae1 0.8) (ax0 0.2) ae1)) + ((n.n.n.name is e) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.n.n.name is a) + (((ax0 0.6) (ey1 0.4) ax0)) + ((n.n.n.name is n) + (((aa1 0.0909091) + (ae1 0.181818) + (ey1 0.727273) + ey1)) + ((n.name is d) + ((p.p.name is t) + (((ey1 1) ey1)) + (((ax0 0.666667) (ey1 0.333333) ax0))) + ((n.n.n.name is d) + (((ey1 1) ey1)) + ((p.p.name is t) + (((ae1 0.4) (ax0 0.2) (ey1 0.4) ae1)) + ((n.name is c) + (((ax0 0.166667) (ey1 0.833333) ey1)) + ((n.name is l) + (((ae1 0.5) (ey1 0.5) ae1)) + ((n.name is n) + ((p.p.name is c) + (((ey1 1) ey1)) + (((ae1 0.5) (ey1 0.5) ae1))) + (((ae1 0.0740741) + (ay0 0.037037) + (ey1 0.888889) + ey1)))))))))))) + ((p.name is l) + ((p.p.name is p) + ((n.n.n.name is n) + (((aa0 0.5) (ax0 0.5) aa0)) + (((ax0 0.222222) (ey1 0.777778) ey1))) + ((n.name is m) + ((p.p.name is f) + (((ax0 0.25) (ey1 0.75) ey1)) + (((ax0 0.5) (ey1 0.5) ax0))) + (((ae1 0.0416667) (ey1 0.958333) ey1)))) + ((n.n.n.name is s) + ((n.name is m) + (((eh1 0.333333) (ey1 0.666667) ey1)) + ((n.name is d) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0)) + (((ax0 0.222222) (ey1 0.777778) ey1)))) + ((n.name is n) + (((aa1 0.4) (ae1 0.4) (ey1 0.2) aa1)) + ((p.p.name is p) + (((ae1 0.333333) (ey1 0.666667) ey1)) + ((p.name is w) + (((ey1 1) ey1)) + ((p.p.name is c) + (((ey1 1) ey1)) + ((n.name is d) + (((aa1 0.4) (ey1 0.6) ey1)) + ((n.name is l) + (((aa1 0.25) + (ax0 0.125) + (ey1 0.625) + ey1)) + ((n.n.n.name is n) + (((aa1 0.25) (ax0 0.75) ax0)) + (((ax0 0.333333) (ey1 0.666667) ey1)))))))))))))))))))))) + ((n.name is k) + ((p.name is m) + ((p.p.name is a) + (((ey0 0.6) (ey1 0.4) ey0)) + (((ey0 0.046875) (ey1 0.953125) ey1))) + ((n.n.n.name is r) + ((p.p.p.name is e) + (((ax0 0.25) (ey1 0.75) ey1)) + ((p.name is n) + (((ax0 1) ax0)) + ((p.p.name is n) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ax0 0.4) (ey1 0.6) ey1)) + (((ax0 0.666667) (ey1 0.333333) ax0)))))) + ((p.p.name is a) + (((ax0 0.5) (ey1 0.5) ax0)) + (((ey1 0.944444) (ih0 0.0555556) ey1))))) + ((n.name is y) + ((n.n.n.name is v) + (((_epsilon_ 0.75) (ey1 0.25) _epsilon_)) + (((_epsilon_ 0.0526316) + (ax0 0.0263158) + (ey1 0.921053) + ey1))) + ((n.n.n.name is s) + ((n.name is l) + ((p.name is s) + (((ey0 0.5) (ey1 0.5) ey0)) + ((p.name is c) + (((aa0 0.333333) (ae1 0.333333) (ey1 0.333333) aa0)) + ((p.name is r) + (((aa1 0.8) (ae1 0.2) aa1)) + ((p.p.name is e) + (((ao0 0.25) (ax0 0.5) (ey1 0.25) ax0)) + ((p.name is t) + (((aa1 0.25) (ax0 0.25) (ey1 0.5) ey1)) + ((p.name is v) + (((ax0 1) ax0)) + ((p.name is n) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.625) (ax0 0.25) (ey0 0.125) aa1))))))))) + ((n.name is x) + (((ae0 0.5) (ae1 0.5) ae0)) + ((p.name is i) + ((n.name is d) + (((aa1 0.333333) (ax0 0.333333) (ey0 0.333333) aa1)) + (((ae1 0.333333) (ax0 0.666667) ax0))) + ((p.name is r) + (((aa1 0.166667) + (ae1 0.0555556) + (ax0 0.0555556) + (ey1 0.722222) + ey1)) + ((p.name is c) + (((aa1 0.0769231) (ey1 0.923077) ey1)) + ((n.name is d) + ((p.name is l) + ((p.p.name is g) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ax0 0.333333) (ey1 0.666667) ey1))) + (((ey1 1) ey1))) + ((p.name is l) + ((p.p.name is p) + (((ey0 0.142857) (ey1 0.857143) ey1)) + ((p.p.name is l) + (((ey1 1) ey1)) + ((n.name is n) + (((ax0 1) ax0)) + ((n.name is c) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ax0 0.25) (ey1 0.75) ey1)))))) + ((p.name is t) + (((aa0 0.5) (ey1 0.5) aa0)) + ((n.name is v) + (((ey1 1) ey1)) + ((n.name is m) + (((aa0 0.333333) (ey1 0.666667) ey1)) + ((p.p.p.name is a) + ((p.p.name is n) + (((ax0 1) ax0)) + (((aa0 0.4) (ax0 0.2) (ey1 0.4) aa0))) + ((p.name is p) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((ax0 0.823529) (ey1 0.176471) ax0)))))))))))))) + ((n.n.n.name is d) + ((n.name is x) + (((ae1 1) ae1)) + ((n.name is w) + (((ao1 1) ao1)) + ((n.name is l) + ((p.p.p.name is e) + (((ah1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ah1)) + (((ax0 0.9) (ey1 0.1) ax0))) + ((p.p.p.name is m) + ((n.name is m) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((ax0 1) ax0))) + ((p.p.p.name is u) + (((aa1 0.2) (ey1 0.6) (ih0 0.2) ey1)) + ((p.p.name is s) + (((aa0 0.1) (ey1 0.9) ey1)) + ((n.name is d) + (((ey1 1) ey1)) + ((n.name is p) + (((ae1 0.333333) (ey1 0.666667) ey1)) + ((p.name is l) + (((ey1 1) ey1)) + ((p.name is b) + (((ey1 1) ey1)) + ((n.name is v) + (((ey1 1) ey1)) + ((p.p.name is c) + (((ax0 1) ax0)) + ((p.p.p.name is s) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.name is r) + (((ax0 0.857143) (ey1 0.142857) ax0)) + ((n.name is m) + (((ey1 1) ey1)) + ((n.name is s) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((ax0 1) ax0)))))))))))))))))) + ((n.name is p) + ((n.n.n.name is r) + (((ae0 0.0526316) + (ae1 0.0526316) + (ey1 0.894737) + ey1)) + ((p.p.name is s) + (((ey1 1) ey1)) + (((aa0 0.166667) (ax0 0.833333) ax0)))) + ((n.n.n.name is z) + (((aa1 1) aa1)) + ((n.name is s) + ((n.n.n.name is k) + (((aa1 1) aa1)) + ((p.p.name is o) + (((aa0 1) aa0)) + ((p.p.p.name is d) + (((ah0 0.666667) (ey1 0.333333) ah0)) + (((ax0 0.857143) (ih0 0.142857) ax0))))) + ((n.name is m) + ((p.p.name is a) + ((p.p.p.name is p) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((p.name is l) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa0 0.125) (ax0 0.875) ax0)))) + ((n.n.n.name is n) + (((ax0 0.967742) (ey1 0.0322581) ax0)) + ((p.p.name is c) + (((ae1 0.5) (ax0 0.333333) (ey1 0.166667) ae1)) + ((p.p.p.name is c) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((n.n.n.name is t) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.0434783) (ax0 0.956522) ax0))))))) + ((n.n.n.name is o) + ((p.p.p.name is a) + (((aa1 0.666667) (ae1 0.333333) aa1)) + (((aa1 0.111111) + (ey0 0.111111) + (ey1 0.777778) + ey1))) + ((p.p.name is c) + ((n.n.n.name is r) + (((aa1 0.2) (ey1 0.8) ey1)) + ((p.p.p.name is m) + (((ae1 0.75) (ey1 0.25) ae1)) + ((p.p.p.name is s) + (((ae1 1) ae1)) + (((aa1 0.166667) + (ae1 0.0833333) + (ax0 0.75) + ax0))))) + ((n.n.n.name is h) + (((aa1 1) aa1)) + ((n.n.n.name is k) + ((p.p.p.name is r) + (((aa1 0.5) (ax0 0.5) aa1)) + (((ae1 0.0869565) (ax0 0.913043) ax0))) + ((n.name is c) + ((p.p.name is p) + (((ey1 1) ey1)) + ((n.n.n.name is a) + (((ax0 0.25) (ey1 0.75) ey1)) + ((p.p.p.name is s) + (((aa0 0.5) (ae1 0.25) (ey1 0.25) aa0)) + ((p.p.name is o) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa0 0.125) + (ae1 0.125) + (ax0 0.625) + (ey1 0.125) + ax0)))))) + ((n.n.n.name is r) + ((p.p.p.name is c) + ((p.p.name is a) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ao1 0.25) (ey1 0.75) ey1))) + ((p.name is k) + (((aa1 1) aa1)) + ((p.name is s) + (((ax0 0.222222) (ey1 0.777778) ey1)) + ((n.name is v) + (((aa0 0.5) (ax0 0.2) (ey1 0.3) aa0)) + ((p.p.p.name is i) + (((ey1 1) ey1)) + ((p.name is r) + (((aa1 0.2) (ax0 0.2) (ey1 0.6) ey1)) + ((p.p.name is t) + (((aa1 0.166667) (ax0 0.833333) ax0)) + ((n.name is d) + (((ax0 1) ax0)) + ((n.name is h) + (((ax0 1) ax0)) + ((p.name is h) + (((ax0 0.857143) + (ey1 0.142857) + ax0)) + ((n.name is l) + (((aa0 0.333333) + (ax0 0.666667) + ax0)) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0))))))))))))) + ((p.name is h) + ((n.name is b) + (((ax0 1) ax0)) + ((n.name is d) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ax0 0.25) (ey1 0.75) ey1)))) + ((n.name is d) + (((aa1 0.0588235) (ax0 0.941176) ax0)) + ((p.name is l) + ((p.p.name is a) + (((aa0 0.333333) + (aa1 0.333333) + (ey1 0.333333) + aa0)) + ((p.p.name is e) + (((aa0 0.333333) (ey1 0.666667) ey1)) + ((p.p.name is s) + (((ey1 1) ey1)) + ((p.p.name is n) + (((ae1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ae1)) + (((ax0 1) ax0)))))) + ((n.n.n.name is l) + ((n.name is n) + ((p.p.p.name is e) + (((ae1 1) ae1)) + ((p.p.name is o) + (((aa0 1) aa0)) + ((p.p.name is n) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0)) + ((p.p.name is a) + (((aa0 0.666667) + (ax0 0.333333) + aa0)) + (((aa0 0.333333) + (ax0 0.666667) + ax0)))))) + ((p.p.p.name is u) + (((ae1 1) ae1)) + ((p.p.p.name is m) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((ae1 0.0454545) (ax0 0.954545) ax0))))) + ((n.n.n.name is c) + ((p.p.name is o) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((ae1 0.2) (ax0 0.8) ax0))) + ((p.p.p.name is n) + (((aa1 0.166667) + (ae1 0.166667) + (ax0 0.5) + (ey1 0.166667) + ax0)) + ((n.name is v) + (((aa0 0.4) (ax0 0.4) (ey1 0.2) aa0)) + ((n.n.n.name is a) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.name is v) + ((n.name is l) + (((ax0 0.8) (ey1 0.2) ax0)) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0))) + ((n.n.n.name is n) + ((n.name is n) + (((ax0 1) ax0)) + ((p.p.name is g) + (((ax0 1) ax0)) + (((aa0 0.4) + (ae1 0.2) + (ax0 0.4) + aa0)))) + (((ae1 0.0487805) + (ax0 0.878049) + (ey1 0.0731707) + ax0)))))))))))))))))))))))))))))))) + ((n.n.name is i) + ((n.n.n.name is o) + ((n.name is t) + ((p.p.p.name is 0) + (((ae1 0.771429) (ey1 0.228571) ae1)) + ((p.name is n) + ((p.p.p.name is r) + (((ae1 0.666667) (ey1 0.333333) ae1)) + (((ae1 0.0533333) (ey0 0.0133333) (ey1 0.933333) ey1))) + ((p.p.p.name is i) + ((p.p.name is r) + ((p.name is r) (((ae1 1) ae1)) (((ey1 1) ey1))) + (((ey1 1) ey1))) + (((ey0 0.00164204) (ey1 0.995074) (w-ey1 0.00328407) ey1))))) + ((n.name is n) + ((p.name is p) + (((ae1 1) ae1)) + (((aa0 0.4) (ae1 0.4) (ax0 0.2) aa0))) + ((n.name is x) + (((ae0 0.2) (ae1 0.8) ae1)) + ((n.name is b) + (((aa1 0.8) (ey0 0.2) aa1)) + ((p.p.name is #) + ((n.name is d) + (((ey1 1) ey1)) + ((p.name is s) + (((aa1 0.333333) (ey1 0.666667) ey1)) + ((n.name is c) + (((aa0 0.6) (ax0 0.2) (ey1 0.2) aa0)) + ((p.name is g) + (((aa0 0.333333) (ae1 0.333333) (ax0 0.333333) aa0)) + (((aa0 0.285714) (ae1 0.571429) (ey1 0.142857) ae1)))))) + ((n.name is c) + (((aa0 0.0769231) + (aa1 0.0384615) + (ae1 0.0769231) + (ey1 0.807692) + ey1)) + ((p.p.name is t) + (((aa0 0.25) (aa1 0.25) (ae1 0.25) (ax0 0.25) aa0)) + ((p.name is n) + (((aa1 0.6) (ae1 0.2) (ax0 0.2) aa1)) + ((p.name is i) + (((aa1 0.5) (ae1 0.5) aa1)) + ((p.p.p.name is o) + (((ey1 1) ey1)) + ((n.name is v) + (((ey1 1) ey1)) + ((n.name is s) + ((p.name is t) + (((aa1 1) aa1)) + ((p.p.p.name is i) + (((ey1 1) ey1)) + ((p.p.name is s) + (((ey1 1) ey1)) + ((p.p.p.name is #) + (((aa1 0.333333) (ey1 0.666667) ey1)) + (((aa1 0.666667) (ey1 0.333333) aa1)))))) + ((p.name is r) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((p.p.p.name is 0) + (((aa0 0.25) (aa1 0.5) (ey1 0.25) aa1)) + ((p.p.p.name is #) + (((aa1 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa1)) + (((aa1 0.4) (ey1 0.6) ey1))))))))))))))))) + ((n.n.n.name is #) + ((p.p.name is #) + (((aa1 0.709677) (ae1 0.225806) (ey1 0.0645161) aa1)) + ((p.p.name is m) + (((_epsilon_ 0.2) + (aa1 0.2) + (ae1 0.2) + (aw1 0.2) + (ax0 0.2) + _epsilon_)) + ((p.p.name is c) + (((ae1 0.333333) (ao1 0.333333) (ax0 0.333333) ae1)) + (((_epsilon_ 0.0157068) + (aa0 0.0052356) + (aa1 0.91623) + (ae1 0.0314136) + (ao1 0.0052356) + (ax0 0.0209424) + (ey1 0.0052356) + aa1))))) + ((n.n.n.name is n) + ((n.name is t) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is 0) + ((p.name is p) + (((aa0 0.25) (ae1 0.25) (ax0 0.5) ax0)) + ((p.name is l) + (((aa0 0.5) (ae1 0.5) aa0)) + (((aa0 0.111111) (ae1 0.333333) (ey1 0.555556) ey1)))) + ((p.name is u) + ((p.p.name is t) + (((ey1 0.333333) (w-ey1 0.666667) w-ey1)) + (((ey0 0.166667) (ey1 0.5) (w-ey1 0.333333) ey1))) + ((p.name is b) + ((p.p.p.name is s) + (((aa0 0.75) (ax0 0.25) aa0)) + (((ae1 0.25) (ey1 0.75) ey1))) + ((p.name is l) + ((p.p.name is u) + (((ey1 1) ey1)) + ((p.p.p.name is i) + (((ey0 0.2) (ey1 0.8) ey1)) + ((p.p.name is p) + (((ae1 0.333333) (ey1 0.666667) ey1)) + ((p.p.name is e) + (((ae1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ae1)) + (((ax0 0.230769) (ey1 0.769231) ey1)))))) + (((aa0 0.00549451) + (ax0 0.0274725) + (ey0 0.021978) + (ey1 0.945055) + ey1))))))) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.name is g) + ((p.name is m) + (((ae1 0.842105) (ih0 0.157895) ae1)) + ((p.p.p.name is 0) + (((aa0 0.0555556) + (ae1 0.277778) + (ax0 0.166667) + (ey1 0.5) + ey1)) + ((p.p.p.name is #) + (((ae1 0.25) (ax0 0.25) (ey1 0.5) ey1)) + ((p.p.name is n) + (((ey1 1) ey1)) + ((p.name is r) + (((aa0 0.111111) + (aa1 0.111111) + (ey1 0.111111) + (ih0 0.666667) + ih0)) + ((p.p.p.name is r) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.name is n) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is a) + (((aa1 0.2) (ey0 0.2) (ih0 0.6) ih0)) + (((aa1 0.5) (ih0 0.5) aa1)))))))))) + ((n.name is w) + (((aa0 0.0714286) (ao1 0.857143) (ax0 0.0714286) ao1)) + ((n.name is y) + (((ey0 0.0344828) (ey1 0.965517) ey1)) + ((n.name is k) + ((p.p.p.name is 0) + ((p.name is m) + (((ae1 0.5) (ey1 0.5) ae1)) + (((ae1 0.222222) (ax0 0.222222) (ey1 0.555556) ey1))) + (((ae1 0.0322581) (ey1 0.967742) ey1))) + ((p.p.name is a) + ((p.name is r) + (((_epsilon_ 0.0666667) + (aa0 0.466667) + (aa1 0.0666667) + (ax0 0.266667) + (ey1 0.0666667) + (ih0 0.0666667) + aa0)) + ((p.name is m) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.p.p.name is m) + (((ax0 1) ax0)) + ((p.name is n) + (((ax0 1) ax0)) + ((n.name is d) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa0 0.333333) (ax0 0.666667) ax0))))))) + ((p.name is x) + (((ae1 1) ae1)) + ((p.name is m) + ((n.name is s) + (((aa0 0.75) (aa1 0.125) (ax0 0.125) aa0)) + ((n.name is l) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + (((ae0 0.111111) + (ae1 0.555556) + (ax0 0.333333) + ae1)))) + ((n.name is v) + ((p.name is l) + (((aa0 0.111111) + (ae1 0.555556) + (ax0 0.222222) + (ey1 0.111111) + ae1)) + ((p.p.p.name is 0) + ((p.name is r) + (((aa1 0.25) (ae1 0.25) (ey1 0.5) ey1)) + ((p.name is c) + (((ae1 0.5) (ey1 0.5) ae1)) + (((aa0 0.375) + (ae1 0.1875) + (ax0 0.0625) + (ey1 0.375) + aa0)))) + ((p.p.p.name is #) + (((aa0 0.111111) + (ae0 0.111111) + (ey1 0.777778) + ey1)) + ((p.p.name is e) + (((ey1 1) ey1)) + (((ae1 0.2) (ax0 0.4) (ey1 0.4) ax0)))))) + ((n.name is d) + ((p.p.name is 0) + (((aa0 0.75) (ax0 0.25) aa0)) + ((p.name is n) + (((ax0 0.75) (ey1 0.25) ax0)) + ((p.p.p.name is 0) + (((ae1 0.142857) + (ax0 0.285714) + (ey1 0.571429) + ey1)) + ((p.p.p.name is #) + (((ey1 1) ey1)) + ((p.p.name is g) + (((ax0 0.25) (ey1 0.75) ey1)) + ((p.p.p.name is o) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0)) + (((aa0 0.285714) (ey1 0.714286) ey1)))))))) + ((p.p.p.name is o) + ((n.name is m) + (((ae1 1) ae1)) + (((ax0 0.75) (ey0 0.25) ax0))) + ((p.p.p.name is 0) + ((p.name is r) + ((n.name is b) + (((aa1 0.166667) (ax0 0.833333) ax0)) + (((ax0 0.2) (ey1 0.8) ey1))) + ((n.name is l) + ((p.name is s) + (((aa0 0.166667) + (ax0 0.5) + (ey1 0.333333) + ax0)) + ((p.name is b) + (((aa1 0.25) + (ae1 0.25) + (ax0 0.25) + (ey1 0.25) + aa1)) + ((p.p.name is #) + ((p.name is k) + (((ae1 0.2) (ax0 0.8) ax0)) + ((p.name is g) + (((aa0 0.25) (ae1 0.25) (ax0 0.5) ax0)) + (((aa1 0.2) (ae1 0.6) (ax0 0.2) ae1)))) + (((ax0 1) ax0))))) + ((p.name is j) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.name is n) + (((aa0 0.0909091) + (ae1 0.181818) + (ey1 0.727273) + ey1)) + ((n.name is c) + (((aa0 0.5) + (ax0 0.166667) + (ey1 0.333333) + aa0)) + ((p.name is p) + (((aa0 0.666667) (ae1 0.333333) aa0)) + ((n.name is s) + ((p.name is b) + (((ax0 0.25) (ey1 0.75) ey1)) + ((p.name is c) + (((ax0 0.5) (ey1 0.5) ax0)) + (((ae1 0.666667) (ao1 0.333333) ae1)))) + ((n.name is z) + (((ae1 0.2) (ey1 0.8) ey1)) + ((p.name is k) + (((aa1 0.2) (ae1 0.6) (ax0 0.2) ae1)) + ((p.name is s) + (((ax0 0.5) (ey1 0.5) ax0)) + ((n.name is p) + ((p.name is l) + (((aa0 0.25) + (ae1 0.25) + (ax0 0.5) + ax0)) + (((ax0 0.25) (ey1 0.75) ey1))) + ((p.p.name is #) + ((p.name is b) + (((aa0 0.2) + (ae1 0.6) + (ax0 0.2) + ae1)) + ((p.name is f) + (((ae1 1) ae1)) + ((p.name is l) + (((ae1 0.833333) + (ax0 0.166667) + ae1)) + ((n.name is m) + (((ae1 0.333333) + (ax0 0.166667) + (ey1 0.5) + ey1)) + (((ae1 0.666667) + (ax0 0.222222) + (ey1 0.111111) + ae1)))))) + (((aa0 0.2) + (ae1 0.2) + (ax0 0.6) + ax0)))))))))))))) + ((p.p.p.name is #) + ((p.name is t) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((p.name is h) + ((n.name is s) + (((ae1 0.333333) (ey1 0.666667) ey1)) + (((ae1 0.4) (ax0 0.2) (ey1 0.4) ae1))) + ((p.p.name is b) + ((n.name is s) + (((aa0 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa0)) + (((aa0 0.25) (ey1 0.75) ey1))) + ((n.name is n) + (((aa0 0.2) + (aa1 0.2) + (ae1 0.4) + (ax0 0.2) + ae1)) + ((n.name is l) + (((_epsilon_ 0.142857) + (aa0 0.285714) + (ae1 0.142857) + (ax0 0.285714) + (ey1 0.142857) + aa0)) + ((p.p.name is h) + (((ax0 1) ax0)) + ((n.name is b) + (((ax0 1) ax0)) + ((p.name is r) + (((_epsilon_ 0.125) + (ax0 0.25) + (ey1 0.625) + ey1)) + ((p.name is l) + ((p.p.name is f) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ax0 0.333333) (ey1 0.666667) ey1))) + (((aa1 0.666667) (ax0 0.333333) aa1))))))))))) + ((n.name is f) + (((aa0 0.75) (ax0 0.25) aa0)) + ((p.p.name is o) + (((aa0 0.2) (ax0 0.8) ax0)) + ((p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is a) + ((n.name is l) + (((ax0 1) ax0)) + (((ae1 0.666667) (ax0 0.333333) ae1))) + ((p.p.name is r) + (((aa0 0.2) (ax0 0.8) ax0)) + ((p.p.p.name is s) + (((ey1 1) ey1)) + ((p.name is l) + (((ae1 0.142857) + (ax0 0.571429) + (ey1 0.285714) + ax0)) + ((p.name is n) + (((ax0 0.875) (ey1 0.125) ax0)) + ((n.name is c) + (((ey1 1) ey1)) + ((p.name is d) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ey1 1) ey1)) + ((n.name is m) + (((ax0 1) ax0)) + ((p.p.p.name is r) + (((ax0 0.833333) + (ey1 0.166667) + ax0)) + ((n.name is l) + (((ax0 0.75) (ey1 0.25) ax0)) + (((ax0 0.333333) + (ey1 0.666667) + ey1)))))))))))))))))))))))))))))) + ((n.n.n.name is a) + ((p.p.name is #) + ((p.name is r) + ((n.name is d) + (((ey1 1) ey1)) + (((aa1 0.5) (ey1 0.5) aa1))) + ((p.name is v) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((p.name is b) + (((aa1 0.666667) (ax0 0.166667) (ey1 0.166667) aa1)) + ((p.name is m) + ((n.name is n) + (((aa0 0.166667) + (ae1 0.166667) + (ax0 0.166667) + (ey1 0.5) + ey1)) + (((aa0 0.166667) (aa1 0.666667) (ax0 0.166667) aa1))) + ((p.name is t) + (((aa1 0.666667) (ae1 0.333333) aa1)) + ((n.name is m) + (((aa0 0.333333) (ey1 0.666667) ey1)) + ((p.name is d) + (((aa1 0.5) (ey1 0.5) aa1)) + ((n.name is v) + (((aa0 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa0)) + ((p.name is s) + (((aa1 0.666667) (ey1 0.333333) aa1)) + (((aa0 0.6) + (aa1 0.266667) + (ae1 0.0666667) + (ey1 0.0666667) + aa0))))))))))) + ((p.p.p.name is #) + ((n.name is z) + (((aa0 1) aa0)) + ((n.name is l) + ((p.p.name is i) + (((aa0 0.142857) (aa1 0.142857) (ae1 0.714286) ae1)) + (((aa1 0.857143) (ey1 0.142857) aa1))) + ((p.name is r) + ((p.p.name is a) + (((ey1 1) ey1)) + (((aa0 0.5) (aa1 0.25) (ey1 0.25) aa0))) + ((n.name is d) + (((ae1 0.25) (ax0 0.25) (ey1 0.5) ey1)) + ((n.name is c) + (((aa1 0.166667) (ey1 0.833333) ey1)) + ((p.name is p) + (((ae1 0.666667) (ey1 0.333333) ae1)) + ((n.name is n) + (((aa1 0.5) (ey1 0.5) aa1)) + ((p.p.name is a) + (((ae1 0.333333) (ey1 0.666667) ey1)) + (((aa1 0.5) (ae1 0.333333) (ey1 0.166667) aa1)))))))))) + ((p.p.name is h) + (((ey1 0.333333) (w-ey1 0.666667) w-ey1)) + ((p.name is h) + ((p.p.name is a) + (((ey1 0.666667) (iy1 0.333333) ey1)) + ((p.p.name is p) + (((ae1 0.4) (ey1 0.6) ey1)) + (((ae1 1) ae1)))) + ((p.p.p.name is r) + ((n.name is l) + (((ae1 0.714286) (ax0 0.142857) (ey1 0.142857) ae1)) + (((aa1 0.111111) (ae1 0.111111) (ey1 0.777778) ey1))) + ((p.p.p.name is a) + (((aa0 0.0454545) (ey1 0.954545) ey1)) + ((p.p.name is s) + (((aa1 0.8) (ey1 0.2) aa1)) + ((p.p.p.name is o) + ((p.name is t) + (((aa0 0.666667) (ey1 0.333333) aa0)) + (((ey1 1) ey1))) + ((p.p.name is g) + ((p.p.p.name is i) + (((aa1 1) aa1)) + (((aa1 0.333333) (ey1 0.666667) ey1))) + ((n.name is l) + ((p.p.p.name is 0) + (((aa0 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa0)) + ((p.p.name is a) + (((aa1 0.666667) (ey1 0.333333) aa1)) + (((aa1 0.166667) (ey1 0.833333) ey1)))) + ((p.name is l) + ((p.p.name is a) + (((ey1 1) ey1)) + (((aa1 0.6) (ey1 0.4) aa1))) + ((p.p.name is e) + (((ae1 0.4) (ey1 0.6) ey1)) + ((p.p.p.name is h) + ((p.name is r) + (((aa1 0.666667) (ey1 0.333333) aa1)) + (((ey1 1) ey1))) + ((p.name is r) + (((ey1 1) ey1)) + ((p.p.name is a) + (((aa1 0.222222) (ey1 0.777778) ey1)) + ((n.name is m) + (((ey1 1) ey1)) + ((p.p.p.name is y) + (((ey1 1) ey1)) + ((p.name is m) + (((ey1 1) ey1)) + ((n.name is n) + (((aa1 0.2) (ae1 0.4) (ey1 0.4) ae1)) + ((p.p.name is o) + (((aa1 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa1)) + (((aa1 0.0740741) + (ae1 0.0740741) + (ey1 0.851852) + ey1)))))))))))))))))))))) + ((n.n.n.name is z) + ((p.p.p.name is 0) + ((n.name is l) + (((ae1 0.5) (ao1 0.25) (ax0 0.25) ae1)) + (((aa0 0.333333) (ax0 0.666667) ax0))) + (((aa0 0.00613497) + (ax0 0.97546) + (ih0 0.00613497) + (w-ax0 0.0122699) + ax0))) + ((n.n.n.name is c) + ((n.name is s) + ((p.name is b) + (((aa1 0.25) (ey1 0.75) ey1)) + ((p.p.name is #) + (((aa1 0.5) (ae1 0.25) (ey1 0.25) aa1)) + (((aa1 0.25) (ae1 0.75) ae1)))) + ((n.name is t) + ((p.name is n) + ((p.p.p.name is f) + (((ae1 1) ae1)) + (((ax0 0.666667) (ey1 0.333333) ax0))) + (((aa0 0.0125) + (aa1 0.0125) + (ae1 0.95) + (ax0 0.0125) + (eh1 0.0125) + ae1))) + ((n.name is w) + (((aa0 0.333333) (ao0 0.333333) (aw1 0.333333) aa0)) + ((n.name is j) + (((ae1 0.333333) (ay1 0.666667) ay1)) + ((n.name is n) + (((aa0 0.0612245) + (ae1 0.877551) + (ax0 0.0612245) + ae1)) + ((p.p.p.name is n) + (((ae1 0.285714) (ax0 0.714286) ax0)) + ((n.name is l) + ((p.p.p.name is 0) + ((p.name is m) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.375) (ax0 0.625) ax0))) + (((aa1 0.166667) + (ae1 0.666667) + (ax0 0.166667) + ae1))) + ((p.name is r) + (((aa0 0.0384615) + (ae1 0.884615) + (ax0 0.0769231) + ae1)) + ((p.p.p.name is 0) + ((n.name is m) + (((aa0 0.333333) (ae1 0.5) (ax0 0.166667) ae1)) + ((n.name is v) + (((aa0 0.2) (aa1 0.2) (ae1 0.6) ae1)) + ((n.name is b) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((p.p.name is #) + (((aa1 0.142857) + (ae1 0.571429) + (ax0 0.285714) + ae1)) + (((ae1 0.333333) (ax0 0.666667) ax0)))))) + ((p.name is n) + (((ae1 0.875) (ax0 0.125) ae1)) + ((p.p.name is c) + (((ae1 1) ae1)) + ((n.name is m) + (((aa1 0.25) (ae1 0.75) ae1)) + ((p.name is l) + (((aa1 0.25) (ae1 0.75) ae1)) + (((aa1 0.666667) (ae1 0.333333) aa1))))))))))))))) + ((p.p.p.name is 0) + ((n.n.n.name is e) + ((n.name is n) + ((p.name is d) + (((aa0 0.333333) (ae1 0.555556) (ax0 0.111111) ae1)) + (((aa0 0.166667) + (ae0 0.333333) + (ax0 0.166667) + (eh1 0.166667) + (ey1 0.166667) + ae0))) + ((n.name is v) + (((aa1 0.125) (ax0 0.125) (ey1 0.75) ey1)) + ((n.name is c) + (((aa0 0.25) (ax0 0.25) (ey1 0.25) (ih0 0.25) aa0)) + ((n.name is l) + ((p.p.name is #) + (((aa0 0.6) (ey1 0.4) aa0)) + (((ae1 0.142857) (ey1 0.857143) ey1))) + ((p.p.name is #) + ((n.name is g) + (((aa0 0.5) (ax0 0.25) (ey1 0.25) aa0)) + ((p.name is p) + (((ey1 1) ey1)) + ((n.name is z) + (((ey1 1) ey1)) + ((p.name is r) + (((ax0 0.25) (ey1 0.75) ey1)) + ((p.name is b) + (((ey1 1) ey1)) + ((n.name is m) + (((ae1 0.285714) (ey1 0.714286) ey1)) + ((n.name is p) + ((p.name is s) + (((aa0 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa0)) + (((aa0 0.166667) + (ae1 0.5) + (ey1 0.333333) + ae1))) + (((aa0 0.0625) + (ae1 0.625) + (ax0 0.1875) + (ey1 0.125) + ae1))))))))) + (((aa0 0.142857) + (ae1 0.571429) + (ax0 0.285714) + ae1))))))) + ((n.n.n.name is s) + ((n.name is o) + (((_epsilon_ 0.75) (aw1 0.25) _epsilon_)) + ((n.name is l) + ((p.p.name is #) + ((p.name is k) + (((aa1 0.25) (ae1 0.5) (ax0 0.25) ae1)) + (((aa1 0.363636) + (ae1 0.363636) + (ax0 0.272727) + aa1))) + (((ae1 0.75) (ax0 0.25) ae1))) + ((n.name is n) + (((aa0 0.0357143) + (aa1 0.0357143) + (ae1 0.857143) + (ax0 0.0357143) + (ey1 0.0357143) + ae1)) + ((n.name is t) + ((p.name is s) + (((ae1 1) ae1)) + (((_epsilon_ 0.25) + (aa1 0.25) + (ae1 0.25) + (ax0 0.25) + _epsilon_))) + ((p.name is l) + (((ae1 1) ae1)) + ((n.name is v) + ((p.name is d) + (((ae1 0.333333) (ey1 0.666667) ey1)) + ((p.name is t) + (((aa1 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa1)) + (((aa1 0.25) (ae1 0.375) (ey1 0.375) ae1)))) + ((p.name is r) + (((ae1 0.285714) (ey1 0.714286) ey1)) + ((p.name is s) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((n.name is s) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.name is n) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((aa0 0.111111) + (aa1 0.037037) + (ae1 0.703704) + (ax0 0.0740741) + (ey1 0.0740741) + ae1)))))))))))) + ((n.n.n.name is k) + ((p.p.name is #) + ((n.name is l) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((n.name is n) + (((aa1 0.2) (ae1 0.6) (ax0 0.2) ae1)) + (((aa1 0.545455) + (ae1 0.272727) + (ax0 0.181818) + aa1)))) + (((ae1 0.333333) (ax0 0.666667) ax0))) + ((n.n.n.name is u) + (((ae1 0.166667) (ey1 0.833333) ey1)) + ((p.name is f) + (((ae1 0.227273) (ax0 0.772727) ax0)) + ((n.n.n.name is t) + ((n.name is k) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + ((n.name is l) + ((p.name is l) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is #) + (((ae1 1) ae1)) + (((aa0 0.25) (ae1 0.25) (ax0 0.5) ax0)))) + ((n.name is m) + (((aa0 0.166667) + (ae0 0.166667) + (ae1 0.666667) + ae1)) + ((n.name is n) + (((ae1 0.928571) (ax0 0.0714286) ae1)) + ((p.name is s) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.0925926) + (ae1 0.777778) + (ax0 0.12963) + ae1))))))) + ((n.name is x) + (((ae0 0.153846) (ae1 0.846154) ae1)) + ((n.n.n.name is v) + ((p.name is n) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((n.name is l) + (((ae1 0.4) (ax0 0.6) ax0)) + (((aa0 0.6) (ax0 0.2) (iy1 0.2) aa0)))) + ((p.name is d) + ((n.n.n.name is l) + (((aa1 0.166667) + (ae1 0.166667) + (ax0 0.666667) + ax0)) + (((aa0 0.2) + (ae1 0.2) + (ah1 0.1) + (ax0 0.1) + (ey1 0.4) + ey1))) + ((n.n.n.name is m) + ((p.p.name is #) + ((p.name is h) + (((aa0 1) aa0)) + ((p.name is t) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.name is s) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((aa0 0.222222) + (aa1 0.222222) + (ae1 0.444444) + (ax0 0.111111) + ae1))))) + (((aa0 0.0555556) + (ae1 0.888889) + (ax0 0.0555556) + ae1))) + ((n.n.n.name is f) + ((p.name is p) + (((aa0 0.0833333) + (ae1 0.583333) + (ax0 0.333333) + ae1)) + ((n.name is n) + (((ae1 1) ae1)) + ((p.name is r) + (((ae1 1) ae1)) + ((n.name is l) + (((aa0 0.166667) (ae1 0.833333) ae1)) + (((aa0 0.666667) (ae1 0.333333) aa0)))))) + ((n.name is l) + ((n.n.n.name is g) + ((p.p.name is #) + ((p.name is m) + (((ax0 1) ax0)) + (((ae1 0.75) (ao0 0.25) ae1))) + (((ae1 0.142857) (ax0 0.857143) ax0))) + ((p.name is g) + (((ae1 1) ae1)) + ((n.n.n.name is b) + (((aa0 0.2) (ae1 0.8) ae1)) + ((n.n.n.name is q) + (((ae1 1) ae1)) + ((p.p.name is #) + (((aa0 0.235294) + (ae1 0.647059) + (ax0 0.117647) + ae1)) + (((aa0 0.666667) (ax0 0.333333) aa0))))))) + ((p.name is t) + (((aa1 0.2) + (ae1 0.4) + (ao1 0.2) + (ax0 0.2) + ae1)) + ((n.n.n.name is g) + ((n.name is m) + (((ax0 1) ax0)) + ((p.name is l) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((p.name is b) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((aa0 0.0625) (ae1 0.9375) ae1))))) + ((n.name is p) + (((ae1 0.7) (ax0 0.3) ae1)) + ((p.name is c) + ((n.n.n.name is l) + (((aa0 0.2) + (ae1 0.1) + (ax0 0.6) + (ey1 0.1) + ax0)) + (((aa0 0.75) (ax0 0.25) aa0))) + ((n.name is n) + ((p.p.name is #) + (((ae1 0.153846) (ax0 0.846154) ax0)) + (((ae1 1) ae1))) + ((n.n.n.name is d) + ((n.name is v) + (((ae1 1) ae1)) + ((n.name is b) + (((ae1 0.166667) + (ax0 0.666667) + (ey1 0.166667) + ax0)) + ((n.name is c) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + ((p.name is h) + (((aa0 0.333333) + (ax0 0.666667) + ax0)) + ((n.name is m) + (((aa0 0.25) + (ae1 0.25) + (ax0 0.5) + ax0)) + (((aa0 0.25) + (ae1 0.5) + (ax0 0.25) + ae1))))))) + ((p.name is v) + (((aa1 0.166667) (ae1 0.833333) ae1)) + ((n.name is t) + ((p.name is s) + (((ae1 0.857143) + (ax0 0.142857) + ae1)) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0))) + ((n.name is m) + ((p.name is h) + (((ae1 1) ae1)) + ((p.p.name is #) + (((aa0 0.285714) + (ax0 0.714286) + ax0)) + (((aa0 0.166667) + (ae1 0.666667) + (ax0 0.166667) + ae1)))) + ((n.n.n.name is l) + ((p.name is h) + (((aa0 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa0)) + ((n.name is v) + ((p.name is p) + (((ax0 1) ax0)) + (((aa0 0.6) + (aa1 0.2) + (ax0 0.2) + aa0))) + ((n.name is g) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + ((p.name is b) + (((aa0 0.285714) + (aa1 0.142857) + (ae1 0.142857) + (ax0 0.428571) + ax0)) + (((aa0 0.333333) + (aa1 0.166667) + (ae1 0.333333) + (ax0 0.166667) + aa0)))))) + ((n.name is d) + (((ae1 0.666667) + (ey1 0.333333) + ae1)) + ((n.n.n.name is b) + (((ae1 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is r) + (((aa0 0.125) + (aa1 0.25) + (ax0 0.625) + ax0)) + (((aa0 0.2) + (aa1 0.4) + (ey1 0.4) + aa1))))))))))))))))))))))))))) + ((n.n.n.name is t) + ((p.p.name is q) + (((aa1 1) aa1)) + ((n.name is l) + ((p.p.name is c) + (((ae1 0.25) (ax0 0.75) ax0)) + (((ae1 0.957143) (ax0 0.0428571) ae1))) + ((p.p.name is i) + (((aa0 0.333333) (ey1 0.666667) ey1)) + ((n.name is w) + (((aa1 0.333333) (ao1 0.333333) (ax0 0.333333) aa1)) + ((p.p.name is t) + (((ae1 0.1) (ax0 0.9) ax0)) + ((p.p.name is o) + ((p.p.p.name is c) + (((aa0 0.333333) (ae1 0.666667) ae1)) + (((aa0 0.5) (ae1 0.5) aa0))) + ((p.p.p.name is c) + (((ae1 1) ae1)) + ((p.p.name is a) + (((aa0 0.125) (ax0 0.875) ax0)) + ((p.name is b) + (((ax0 1) ax0)) + ((n.name is v) + (((ae1 1) ae1)) + ((p.p.p.name is i) + (((ae1 1) ae1)) + ((p.p.name is u) + (((ae1 1) ae1)) + ((n.name is n) + ((p.name is r) + (((aa0 0.25) (ax0 0.75) ax0)) + (((aa0 0.25) (ae1 0.5) (ax0 0.25) ae1))) + ((p.name is c) + (((ae1 0.833333) (ax0 0.166667) ae1)) + ((n.name is c) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ae1 0.25) (ax0 0.75) ax0))))))))))))))))) + ((p.p.p.name is #) + ((n.n.n.name is e) + ((n.name is l) + (((_epsilon_ 0.2) (ax0 0.6) (ey1 0.2) ax0)) + ((n.name is z) + (((ax0 0.1) (ey1 0.9) ey1)) + ((p.name is r) + ((p.p.name is g) + (((aa0 0.25) (ey1 0.75) ey1)) + (((aa0 0.2) (aa1 0.2) (ae1 0.4) (ey1 0.2) ae1))) + ((p.p.name is g) + (((ae1 0.333333) (ey1 0.666667) ey1)) + (((ae1 0.5) (ax0 0.166667) (ey1 0.333333) ae1)))))) + ((n.n.n.name is k) + (((aa1 0.777778) (ae1 0.222222) aa1)) + ((p.p.name is q) + (((aa1 1) aa1)) + ((p.name is t) + ((n.name is n) + (((ae1 0.714286) (ax0 0.285714) ae1)) + ((n.n.n.name is s) + (((ae1 0.222222) + (ax0 0.444444) + (ey1 0.333333) + ax0)) + (((ax0 0.1) (ey1 0.9) ey1)))) + ((n.n.n.name is l) + ((p.name is r) + ((n.name is z) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.p.name is g) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.571429) (ax0 0.428571) ae1)))) + ((p.p.name is s) + (((aa1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa1)) + (((aa1 0.142857) (ax0 0.857143) ax0)))) + ((n.n.n.name is u) + (((ey1 1) ey1)) + ((n.name is l) + ((p.p.name is d) + (((ax0 1) ax0)) + ((p.name is h) + (((aa1 0.25) (ae1 0.25) (ax0 0.5) ax0)) + (((aa1 0.25) (ae1 0.5) (ax0 0.25) ae1)))) + ((p.p.name is a) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((n.n.n.name is s) + (((ae1 0.904762) (ey1 0.0952381) ae1)) + ((p.name is r) + (((ae1 1) ae1)) + ((p.name is l) + (((aa0 0.142857) (ae1 0.857143) ae1)) + ((n.n.n.name is r) + (((aa0 0.2) (ae1 0.2) (ax0 0.6) ax0)) + (((_epsilon_ 0.1) + (aa1 0.1) + (ae1 0.4) + (ax0 0.3) + (ey1 0.1) + ae1)))))))))))))) + ((n.n.n.name is v) + ((n.name is t) + ((p.name is b) + (((ae1 0.666667) (ey1 0.333333) ae1)) + ((p.p.p.name is t) + (((ey1 1) ey1)) + ((p.p.name is r) + (((ax0 1) ax0)) + ((p.p.p.name is n) + (((ax0 1) ax0)) + ((p.p.p.name is c) + (((ax0 1) ax0)) + ((p.p.name is t) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ax0 0.888889) (ey1 0.111111) ax0)) + ((p.name is l) + ((p.p.p.name is m) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ey1 1) ey1))) + ((p.p.p.name is g) + (((ax0 1) ax0)) + ((p.name is c) + (((ax0 1) ax0)) + ((p.p.name is i) + ((p.name is t) + (((ax0 0.2) (ey1 0.8) ey1)) + (((ax0 0.75) (ey1 0.25) ax0))) + (((ax0 0.782609) (ey1 0.217391) ax0))))))))))))) + (((ae1 0.142857) (ey1 0.857143) ey1))) + ((n.n.n.name is s) + ((n.name is l) + ((p.name is u) + ((p.p.p.name is i) + (((ax0 0.75) (w-ax0 0.25) ax0)) + (((w-ax0 1) w-ax0))) + ((p.name is g) + (((ao1 0.333333) (ax0 0.666667) ax0)) + ((p.name is t) + ((p.p.p.name is p) + (((ax0 1) ax0)) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1))) + (((aa1 0.0136986) + (ae1 0.0136986) + (ax0 0.972603) + ax0))))) + ((n.name is k) + (((aa1 0.666667) + (ae1 0.0833333) + (ao1 0.0833333) + (ax0 0.166667) + aa1)) + ((p.name is s) + (((aa0 0.2) (ae1 0.6) (ey1 0.2) ae1)) + ((p.name is t) + ((n.name is n) + (((ae1 0.166667) (ax0 0.833333) ax0)) + (((ae1 0.5) (ax0 0.166667) (ey1 0.333333) ae1))) + ((p.p.p.name is o) + (((ax0 0.9) (ey1 0.1) ax0)) + ((n.name is t) + (((aa1 0.047619) (ax0 0.952381) ax0)) + ((p.p.name is g) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((n.name is n) + ((p.p.name is c) + (((ae1 0.2) (ax0 0.8) ax0)) + ((p.p.name is r) + (((ax0 1) ax0)) + ((p.p.name is u) + (((ax0 1) ax0)) + ((p.name is g) + (((ax0 1) ax0)) + ((p.p.name is a) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa1 0.625) (ax0 0.375) aa1))))))) + ((n.name is d) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.0666667) (ax0 0.933333) ax0))))))))))) + ((n.n.n.name is u) + (((aa0 0.0909091) (ey1 0.909091) ey1)) + ((n.name is b) + ((p.p.name is s) + ((p.p.p.name is e) + (((ey1 1) ey1)) + (((ax0 1) ax0))) + (((aa1 0.025641) (ax0 0.974359) ax0))) + ((p.p.name is q) + ((p.p.p.name is e) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 1) aa1))) + ((n.name is t) + ((n.n.n.name is l) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((aa0 0.666667) (ax0 0.333333) aa0)) + ((n.n.n.name is e) + (((ey1 1) ey1)) + (((ae1 0.777778) (ey1 0.222222) ae1))))) + ((p.p.p.name is k) + ((p.p.name is o) + (((aa1 0.75) (ax0 0.25) aa1)) + (((aa1 0.333333) (ax0 0.666667) ax0))) + ((p.p.name is c) + ((p.p.p.name is m) + ((n.name is n) + (((ae1 1) ae1)) + (((aa1 0.25) (ae1 0.25) (ey1 0.5) ey1))) + (((ae1 0.25) (ax0 0.625) (ey1 0.125) ax0))) + ((n.n.n.name is e) + ((p.p.name is u) + (((aa1 0.2) + (ae1 0.4) + (ax0 0.2) + (ey1 0.2) + ae1)) + ((n.name is n) + ((p.name is p) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((aa0 0.222222) + (ae0 0.222222) + (ae1 0.111111) + (ax0 0.444444) + ax0)))) + (((_epsilon_ 0.030303) + (aa0 0.0606061) + (ae1 0.0606061) + (ax0 0.848485) + ax0)))) + ((n.name is n) + ((n.n.n.name is l) + (((ax0 1) ax0)) + (((_epsilon_ 0.125) + (ae1 0.75) + (ax0 0.125) + ae1))) + ((n.n.n.name is d) + ((p.name is n) + (((aa0 0.5) (ax0 0.5) aa0)) + ((p.name is t) + (((ae1 1) ae1)) + ((p.p.p.name is p) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.727273) (ax0 0.272727) ae1))))) + ((p.name is f) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((n.name is s) + ((p.name is r) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1))) + ((n.n.n.name is m) + (((aa0 0.75) (aa1 0.25) aa0)) + ((p.p.name is l) + (((aa0 1) aa0)) + ((n.n.n.name is l) + ((p.name is c) + (((aa0 0.75) (ax0 0.25) aa0)) + ((p.p.p.name is a) + (((ax0 1) ax0)) + ((p.name is r) + (((aa0 0.25) (ax0 0.75) ax0)) + (((aa0 0.75) (ax0 0.25) aa0))))) + ((p.p.p.name is m) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((ae1 0.2) (ax0 0.8) ax0)))))))))))))))))))))))))))) + ((p.p.name is #) + ((n.name is y) + ((n.n.name is a) + ((p.name is k) + (((_epsilon_ 0.666667) (aa1 0.333333) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.25) (aa0 0.5) (ey1 0.25) aa0)) + ((p.name is p) + (((ey1 1) ey1)) + ((n.n.n.name is n) + (((_epsilon_ 0.25) (ey1 0.75) ey1)) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.6) (ax0 0.2) (ey1 0.2) _epsilon_))))))) + ((p.name is s) + ((n.n.name is l) (((ey1 1) ey1)) (((eh1 1) eh1))) + ((n.n.name is o) + ((p.name is b) + (((_epsilon_ 0.4) (ey1 0.6) ey1)) + ((p.name is l) + (((ey1 1) ey1)) + ((p.name is p) + (((ey1 1) ey1)) + ((n.n.n.name is r) + (((ey1 1) ey1)) + ((p.name is r) + (((ey1 1) ey1)) + (((ey0 0.6) (ey1 0.4) ey0))))))) + (((_epsilon_ 0.00806452) + (ey0 0.0120968) + (ey1 0.979839) + ey1))))) + ((p.name is w) + ((n.name is l) + ((n.n.n.name is o) + ((n.n.name is l) + (((aa1 0.714286) (ao1 0.285714) aa1)) + (((aa1 0.0555556) (ao0 0.111111) (ao1 0.833333) ao1))) + ((n.n.name is c) + (((aa1 0.5) (ao1 0.5) aa1)) + (((aa1 0.0396825) (ae1 0.00793651) (ao1 0.952381) ao1)))) + ((n.name is g) + (((ae1 1) ae1)) + ((n.n.name is t) + ((n.name is s) + (((ey1 1) ey1)) + ((n.n.n.name is o) + (((ao1 1) ao1)) + (((aa1 0.95) (ao1 0.05) aa1)))) + ((n.name is c) + ((n.n.name is h) + ((n.n.n.name is o) + (((aa0 0.333333) (ao1 0.333333) (ax0 0.333333) aa0)) + (((aa0 0.0909091) + (aa1 0.0909091) + (ae1 0.181818) + (ao1 0.636364) + ao1))) + (((aa1 0.142857) (ae1 0.714286) (ey1 0.142857) ae1))) + ((n.n.name is g) + (((_epsilon_ 0.125) + (aa1 0.125) + (ae1 0.625) + (ao1 0.125) + ae1)) + ((n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.name is k) + (((aa0 0.333333) (ae1 0.666667) ae1)) + ((n.n.name is m) + (((ae1 0.2) (ao1 0.8) ao1)) + ((n.name is n) + (((aa1 0.878788) + (ao1 0.0606061) + (ax0 0.030303) + (ey1 0.030303) + aa1)) + ((n.n.n.name is #) + (((aa1 0.75) (ae1 0.125) (ey1 0.125) aa1)) + ((n.n.name is r) + (((_epsilon_ 0.2) (aa0 0.2) (aa1 0.6) aa1)) + ((n.n.name is d) + ((n.n.n.name is e) + (((aa0 0.333333) + (aa1 0.333333) + (ao1 0.333333) + aa0)) + (((aa1 0.666667) + (ao1 0.166667) + (ay1 0.166667) + aa1))) + ((n.n.n.name is l) + (((aa1 1) aa1)) + ((n.n.n.name is h) + ((n.name is t) + (((aa1 0.909091) (ao1 0.0909091) aa1)) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1))) + ((n.n.name is p) + (((aa1 1) aa1)) + ((n.name is d) + ((n.n.name is l) + (((aa1 0.5) (ao1 0.5) aa1)) + (((aa1 0.25) (ao1 0.75) ao1))) + ((n.n.name is h) + (((aa1 0.842105) (ao1 0.157895) aa1)) + ((n.n.name is z) + (((aa1 1) aa1)) + ((n.name is h) + (((aa1 0.875) (ao1 0.125) aa1)) + ((n.n.name is k) + (((aa1 0.8) (ao1 0.2) aa1)) + ((n.name is m) + (((aa1 0.75) (ao1 0.25) aa1)) + ((n.n.n.name is e) + ((n.name is s) + (((aa1 0.285714) (ao1 0.714286) ao1)) + (((aa1 0.5) (ao1 0.5) aa1))) + ((n.n.name is s) + (((aa1 0.714286) (ao1 0.285714) aa1)) + ((n.n.n.name is o) + (((aa1 0.25) (ao1 0.75) ao1)) + ((n.n.name is l) + (((aa1 0.333333) + (ao1 0.666667) + ao1)) + (((aa1 0.666667) + (ao1 0.333333) + aa1))))))))))))))))))))))))))) + ((n.name is w) + ((n.n.name is a) + ((p.name is k) + (((aa0 0.3) (aa1 0.7) aa1)) + ((n.n.n.name is l) + (((ae1 0.333333) (ao1 0.333333) (aw1 0.333333) ae1)) + ((n.n.n.name is d) + (((aa0 0.666667) (ax0 0.333333) aa0)) + ((p.name is h) + (((ae1 0.25) (ax0 0.75) ax0)) + ((p.name is s) + (((ao0 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1))))))) + ((n.n.name is o) + (((aa1 0.25) (ax0 0.75) ax0)) + ((n.n.name is h) + ((n.n.n.name is o) + (((ae1 0.666667) (ao1 0.333333) ae1)) + (((ae1 0.25) (ao1 0.75) ao1))) + ((n.n.n.name is o) + ((p.name is p) + (((aa0 0.5) (aa1 0.25) (ao1 0.25) aa0)) + ((n.n.name is r) + (((aa0 0.666667) (ao1 0.333333) aa0)) + (((ao1 1) ao1)))) + (((aa0 0.00746269) (aa1 0.0223881) (ao1 0.970149) ao1)))))) + ((n.name is l) + ((n.n.name is a) + ((n.n.n.name is #) + (((aa1 0.857143) (ae1 0.142857) aa1)) + ((p.name is b) + (((aa0 0.0833333) + (aa1 0.0833333) + (ae1 0.666667) + (ao1 0.0833333) + (ey1 0.0833333) + ae1)) + ((p.name is s) + (((aa0 0.103448) + (aa1 0.103448) + (ae1 0.551724) + (ax0 0.172414) + (ey1 0.0689655) + ae1)) + ((n.n.n.name is y) + (((ax0 0.75) (ey1 0.25) ax0)) + ((n.n.n.name is n) + ((p.name is g) + (((aa0 0.125) + (aa1 0.125) + (ae1 0.125) + (ax0 0.5) + (ey1 0.125) + ax0)) + ((p.name is c) + (((ax0 0.75) (ey1 0.25) ax0)) + ((p.name is m) + (((aa0 0.25) (ax0 0.5) (ey1 0.25) ax0)) + (((aa0 0.666667) (ey1 0.333333) aa0))))) + ((n.n.n.name is l) + (((ax0 0.5) (ey1 0.5) ax0)) + ((n.n.n.name is s) + ((p.name is g) + (((aa0 0.666667) (ey1 0.333333) aa0)) + (((aa0 0.333333) (aa1 0.166667) (ax0 0.5) ax0))) + ((p.name is t) + (((aa0 1) aa0)) + ((n.n.n.name is i) + (((ae0 0.25) (ae1 0.25) (ax0 0.5) ax0)) + ((n.n.n.name is z) + (((aa0 0.75) (ax0 0.25) aa0)) + ((n.n.n.name is c) + ((p.name is p) + (((aa0 0.25) (ae1 0.5) (ax0 0.25) ae1)) + (((ax0 1) ax0))) + ((p.name is c) + ((n.n.n.name is m) + (((aa0 0.333333) + (ae1 0.166667) + (ax0 0.5) + ax0)) + ((n.n.n.name is b) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + (((aa1 0.2) (ae1 0.4) (ax0 0.4) ae1)))) + ((n.n.n.name is d) + ((p.name is m) + (((ae1 1) ae1)) + (((aa0 1) aa0))) + ((p.name is g) + ((n.n.n.name is t) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((ae1 1) ae1))) + ((n.n.n.name is r) + ((p.name is m) + (((aa0 0.25) (ax0 0.75) ax0)) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0))) + ((n.n.n.name is m) + (((aa0 0.2) (ae1 0.8) ae1)) + ((p.name is m) + (((aa0 0.142857) + (ae1 0.714286) + (ax0 0.142857) + ae1)) + ((p.name is p) + (((ae1 0.714286) (ax0 0.285714) ae1)) + (((ae1 0.4) (ax0 0.6) ax0)))))))))))))))))))) + ((n.n.name is o) + ((n.n.n.name is #) + (((aa1 0.5) (ae1 0.166667) (ey1 0.333333) aa1)) + ((p.name is h) + (((ae1 0.5) (ey1 0.5) ae1)) + ((n.n.n.name is o) + (((ax0 1) ax0)) + ((p.name is l) + (((aa0 0.666667) (ae0 0.333333) aa0)) + ((n.n.n.name is n) + (((aa0 0.0833333) (ae1 0.166667) (ax0 0.75) ax0)) + ((p.name is g) + (((ax0 1) ax0)) + ((n.n.n.name is i) + (((aa0 0.5) (ae0 0.25) (ax0 0.25) aa0)) + ((n.n.n.name is m) + (((aa0 0.571429) + (ae1 0.214286) + (ax0 0.214286) + aa0)) + ((n.n.n.name is g) + (((aa0 0.5) (ae1 0.5) aa0)) + (((aa0 0.0526316) + (aa1 0.0526316) + (ae1 0.684211) + (ax0 0.210526) + ae1))))))))))) + ((n.n.name is m) + ((n.n.n.name is o) + (((aa0 0.142857) + (ae0 0.142857) + (ae1 0.5) + (ao1 0.214286) + ae1)) + ((n.n.n.name is a) + ((p.name is c) + (((aa1 0.5) (ae1 0.5) aa1)) + (((aa1 0.0909091) + (ae0 0.0909091) + (ae1 0.818182) + ae1))) + ((p.name is c) + (((aa1 1) aa1)) + ((n.n.n.name is #) + (((aa1 1) aa1)) + ((n.n.n.name is e) + ((p.name is p) + (((aa0 0.285714) + (aa1 0.571429) + (ao1 0.142857) + aa1)) + (((aa0 0.333333) + (aa1 0.333333) + (ae0 0.333333) + aa0))) + ((n.n.n.name is i) + ((p.name is p) + (((aa0 0.333333) + (aa1 0.166667) + (ae0 0.166667) + (ae1 0.166667) + (ao1 0.166667) + aa0)) + (((aa1 0.333333) + (ae1 0.333333) + (ao1 0.333333) + aa1))) + ((n.n.n.name is s) + (((aa1 0.666667) (ao1 0.333333) aa1)) + (((aa1 0.333333) (ae1 0.666667) ae1))))))))) + ((n.n.name is v) + ((p.name is c) + ((n.n.n.name is e) + (((ae0 0.2) (ae1 0.8) ae1)) + ((n.n.n.name is a) + (((aa0 0.25) (ae1 0.5) (ao1 0.25) ae1)) + (((aa0 0.285714) + (aa1 0.285714) + (ae1 0.285714) + (ao1 0.142857) + aa0)))) + ((p.name is h) + (((ae0 0.166667) (ae1 0.833333) ae1)) + ((n.n.n.name is o) + (((aa1 0.4) (ae1 0.6) ae1)) + ((p.name is m) + ((n.n.n.name is i) + (((aa0 0.333333) + (ae1 0.333333) + (ao0 0.333333) + aa0)) + (((aa1 0.5) (ae0 0.25) (ae1 0.25) aa1))) + ((n.n.n.name is e) + ((p.name is s) + (((aa0 0.5) (aa1 0.5) aa0)) + ((p.name is g) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)) + (((aa0 0.333333) (ae1 0.666667) ae1)))) + ((p.name is s) + ((n.n.n.name is i) + (((aa0 0.166667) + (aa1 0.166667) + (ae0 0.166667) + (ae1 0.5) + ae1)) + (((aa0 0.352941) + (aa1 0.117647) + (ae0 0.176471) + (ae1 0.352941) + aa0))) + (((aa0 0.285714) + (ae0 0.142857) + (ae1 0.571429) + ae1)))))))) + ((n.n.name is d) + ((p.name is h) + ((n.n.n.name is e) + (((ao1 0.666667) (ey1 0.333333) ao1)) + (((ae1 0.333333) (ao1 0.333333) (ax0 0.333333) ae1))) + ((n.n.n.name is e) + (((aa0 0.470588) + (ae0 0.117647) + (ae1 0.235294) + (ao1 0.176471) + aa0)) + ((n.n.n.name is a) + (((aa0 0.5) + (aa1 0.166667) + (ae1 0.166667) + (ao0 0.166667) + aa0)) + ((n.n.n.name is r) + (((aa1 0.2) (ae1 0.2) (ao1 0.4) (ax0 0.2) ao1)) + ((p.name is m) + (((aa0 0.333333) + (ae0 0.333333) + (ao1 0.333333) + aa0)) + ((p.name is v) + (((aa0 0.666667) (ae1 0.333333) aa0)) + ((n.n.n.name is u) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((n.n.n.name is o) + ((p.name is b) + (((aa0 0.4) + (aa1 0.2) + (ae1 0.2) + (ao1 0.2) + aa0)) + (((aa1 0.666667) (ae1 0.333333) aa1))) + ((n.n.n.name is i) + (((aa0 0.5) + (aa1 0.166667) + (ao1 0.333333) + aa0)) + (((aa1 0.142857) + (ae1 0.142857) + (ao1 0.714286) + ao1))))))))))) + ((n.n.n.name is e) + ((n.n.name is t) + ((p.name is k) + (((aa1 0.333333) + (ae1 0.333333) + (ao1 0.333333) + aa1)) + (((ae1 0.0555556) + (ao0 0.0555556) + (ao1 0.777778) + (ey1 0.111111) + ao1))) + ((p.name is f) + ((n.n.name is s) + (((ae1 0.5) (ao1 0.5) ae1)) + (((ao1 1) ao1))) + ((p.name is b) + ((n.n.name is l) + (((aa0 0.0769231) + (ae0 0.0769231) + (ae1 0.538462) + (ao1 0.0769231) + (ax0 0.0769231) + (ey1 0.153846) + ae1)) + ((n.n.name is c) + (((ae0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ae0)) + (((ae1 0.166667) + (ao1 0.166667) + (ey1 0.666667) + ey1)))) + ((n.n.name is l) + ((p.name is t) + (((aa0 0.25) (aa1 0.25) (ao1 0.5) ao1)) + ((p.name is v) + (((aa0 0.272727) + (ae1 0.363636) + (ax0 0.0909091) + (ey1 0.272727) + ae1)) + ((p.name is g) + (((aa0 0.3125) + (ae1 0.5) + (ao1 0.0625) + (ey1 0.125) + ae1)) + ((p.name is c) + (((aa0 0.25) + (ae1 0.25) + (ao1 0.25) + (ax0 0.0833333) + (ey1 0.166667) + aa0)) + ((p.name is s) + (((aa1 0.25) + (ae1 0.25) + (ao1 0.25) + (ey1 0.25) + aa1)) + (((ae1 0.714286) + (ao1 0.25) + (ax0 0.0357143) + ae1))))))) + ((n.n.name is k) + (((ae1 0.2) (ao1 0.6) (ey1 0.2) ao1)) + ((p.name is s) + (((aa0 0.166667) + (aa1 0.333333) + (ae1 0.333333) + (ey1 0.166667) + aa1)) + (((aa1 0.0285714) + (ae1 0.914286) + (ao0 0.0285714) + (ey1 0.0285714) + ae1)))))))) + ((n.n.n.name is #) + ((n.n.name is l) + (((aa1 0.0769231) (ao1 0.923077) ao1)) + ((n.n.name is f) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((n.n.name is k) + (((ao1 1) ao1)) + ((n.n.name is t) + (((ao1 1) ao1)) + (((ae1 0.5) (ao1 0.3) (ey1 0.2) ae1)))))) + ((n.n.name is u) + ((n.n.n.name is a) + (((ae0 0.5) (ae1 0.5) ae0)) + ((n.n.n.name is z) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((n.n.n.name is t) + (((ae1 0.166667) (ax0 0.833333) ax0)) + ((n.n.n.name is k) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.666667) (ax0 0.333333) ae1)))))) + ((n.n.n.name is s) + (((aa1 0.047619) + (ae1 0.142857) + (ao1 0.809524) + ao1)) + ((n.n.n.name is a) + ((n.n.name is t) + (((aa0 0.428571) + (ao0 0.142857) + (ao1 0.285714) + (ax0 0.142857) + aa0)) + ((n.n.name is z) + (((aa0 0.833333) (ae1 0.166667) aa0)) + ((n.n.name is s) + (((aa0 0.2) (ao1 0.6) (ax0 0.2) ao1)) + ((n.n.name is k) + (((ae1 0.4) (ao1 0.6) ao1)) + ((p.name is v) + (((aa0 0.285714) + (ae0 0.142857) + (ae1 0.571429) + ae1)) + ((p.name is b) + (((aa1 0.142857) + (ae1 0.714286) + (ax0 0.142857) + ae1)) + ((p.name is f) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((p.name is h) + (((ae1 1) ae1)) + ((n.n.name is g) + (((aa0 0.666667) (ae1 0.333333) aa0)) + ((p.name is p) + ((n.n.name is l) + (((aa0 0.4) (ae1 0.4) (ax0 0.2) aa0)) + (((ae1 1) ae1))) + ((p.name is c) + (((aa0 0.133333) + (ae1 0.733333) + (ao1 0.0666667) + (ax0 0.0666667) + ae1)) + ((p.name is t) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)) + (((aa0 0.0555556) + (aa1 0.0833333) + (ae1 0.777778) + (ao1 0.0833333) + ae1)))))))))))))) + ((p.name is m) + ((n.n.n.name is i) + ((n.n.name is k) + (((aa1 0.333333) + (ae1 0.333333) + (ao1 0.333333) + aa1)) + (((aa1 0.0769231) + (ae1 0.692308) + (ao1 0.230769) + ae1))) + ((n.n.name is f) + (((ae0 0.6) (ae1 0.4) ae0)) + (((aa1 0.0588235) + (ae0 0.117647) + (ae1 0.676471) + (ao1 0.0588235) + (ax0 0.0882353) + ae1)))) + ((p.name is c) + ((n.n.n.name is o) + ((n.n.name is l) + (((ae1 1) ae1)) + (((aa0 0.166667) + (ae0 0.333333) + (ae1 0.333333) + (ao1 0.166667) + ae0))) + (((ae1 0.825) (ao1 0.05) (ax0 0.125) ae1))) + ((n.n.n.name is o) + ((p.name is d) + (((aa0 0.142857) + (ae1 0.285714) + (ao1 0.571429) + ao1)) + ((p.name is f) + ((n.n.name is c) + (((aa0 0.1) (ae1 0.9) ae1)) + ((n.n.name is l) + (((ae1 0.4) (ao1 0.6) ao1)) + (((aa0 0.142857) + (aa1 0.285714) + (ae1 0.285714) + (ao1 0.142857) + (ax0 0.142857) + aa1)))) + (((aa0 0.030303) + (ae1 0.818182) + (ao1 0.0454545) + (ax0 0.106061) + ae1)))) + ((p.name is t) + ((n.n.name is k) + (((aa1 0.142857) (ao1 0.857143) ao1)) + ((n.n.n.name is y) + (((ae1 0.75) (ao1 0.25) ae1)) + ((n.n.n.name is m) + (((aa1 0.333333) + (ae1 0.333333) + (ao1 0.333333) + aa1)) + (((aa1 0.166667) + (ae1 0.666667) + (ao1 0.166667) + ae1))))) + ((n.n.n.name is u) + ((p.name is g) + (((aa0 0.75) (ae1 0.25) aa0)) + (((ae0 0.2) (ae1 0.6) (ax0 0.2) ae1))) + ((n.n.n.name is i) + ((n.n.name is t) + (((aa0 0.25) (ae1 0.125) (ao1 0.625) ao1)) + ((n.n.name is s) + (((ae1 0.333333) (ao1 0.666667) ao1)) + (((aa0 0.0958904) + (ae1 0.712329) + (ao1 0.150685) + (ax0 0.0410959) + ae1)))) + ((p.name is b) + ((n.n.n.name is r) + (((ae0 0.5) (ao1 0.5) ae0)) + ((n.n.name is t) + (((aa0 0.125) (ae1 0.875) ae1)) + ((n.n.n.name is p) + (((ao0 0.333333) (ao1 0.666667) ao1)) + ((n.n.n.name is c) + (((ae1 0.333333) (ao1 0.666667) ao1)) + (((ae1 0.666667) + (ao0 0.0833333) + (ao1 0.25) + ae1)))))) + ((n.n.name is f) + (((ae1 1) ae1)) + ((n.n.n.name is m) + (((ae1 0.0833333) (ao1 0.916667) ao1)) + ((p.name is p) + (((ao1 1) ao1)) + ((n.n.n.name is r) + (((ae1 1) ae1)) + ((p.name is k) + (((ae1 1) ae1)) + ((n.n.n.name is y) + (((ae1 0.818182) + (ao1 0.181818) + ae1)) + ((n.n.name is k) + (((ao1 1) ao1)) + ((n.n.n.name is b) + ((n.n.name is s) + (((ae1 0.666667) + (ao1 0.333333) + ae1)) + (((ao1 1) ao1))) + ((n.n.n.name is w) + (((ae1 0.166667) + (ao1 0.833333) + ao1)) + ((p.name is s) + (((ae1 0.333333) + (ao1 0.666667) + ao1)) + ((n.n.n.name is t) + ((p.name is h) + (((ae1 0.666667) + (ao1 0.333333) + ae1)) + (((ae1 0.333333) + (ao1 0.666667) + ao1))) + (((ae1 0.9) (ao1 0.1) ae1)))))))))))))))))))))))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((n.name is n) + (((_epsilon_ 0.1) (aa1 0.1) (ae1 0.7) (ey1 0.1) ae1)) + ((p.name is d) + (((aa1 0.75) (ey1 0.25) aa1)) + ((p.name is g) + (((_epsilon_ 0.25) (aa1 0.75) aa1)) + ((n.name is c) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((aa1 0.895833) (ae1 0.104167) aa1)))))) + ((n.n.n.name is n) + ((p.name is p) + ((n.name is p) + (((aa0 0.666667) (ax0 0.333333) aa0)) + ((n.name is g) + (((aa0 0.4) (ae1 0.2) (ey1 0.4) aa0)) + (((_epsilon_ 0.666667) (ae1 0.333333) _epsilon_)))) + ((n.name is m) + ((p.name is y) + (((aa0 0.75) (aa1 0.25) aa0)) + (((aa0 0.272727) + (aa1 0.0909091) + (ax0 0.0909091) + (ey1 0.545455) + ey1))) + ((n.name is v) + ((p.name is c) + (((aa1 0.25) (ae1 0.75) ae1)) + ((p.name is s) + (((ae1 0.2) (ax0 0.8) ax0)) + (((aa1 0.125) + (ae1 0.125) + (ax0 0.25) + (ey1 0.5) + ey1)))) + ((n.name is h) + ((p.name is m) + (((ae1 0.25) (ax0 0.5) (ey1 0.25) ax0)) + (((ae1 0.6) (ax0 0.4) ae1))) + ((p.name is h) + (((ae1 0.142857) (ey1 0.857143) ey1)) + ((n.name is k) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((p.name is r) + (((aa0 0.25) + (aa1 0.25) + (ae1 0.25) + (ey1 0.25) + aa0)) + ((n.name is p) + (((aa0 0.2) (ae1 0.2) (ax0 0.6) ax0)) + ((p.name is l) + (((aa0 0.428571) + (ae1 0.142857) + (ax0 0.285714) + (ey1 0.142857) + aa0)) + ((p.name is c) + ((n.name is t) + (((aa0 0.6) (ax0 0.4) aa0)) + ((n.name is b) + (((ae1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ae1)) + (((ae1 0.333333) (ey1 0.666667) ey1)))) + ((n.name is z) + (((ae1 0.2) (ax0 0.4) (ey1 0.4) ax0)) + ((n.name is n) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((aa0 0.130435) + (ax0 0.217391) + (ey1 0.652174) + ey1)))))))))))))) + ((p.name is v) + ((n.name is n) + (((aa0 0.133333) + (ae0 0.466667) + (ae1 0.2) + (ax0 0.2) + ae0)) + ((n.n.n.name is t) + (((ey0 0.75) (ey1 0.25) ey0)) + (((aa0 0.2) (aa1 0.2) (ae1 0.4) (ey1 0.2) ae1)))) + ((p.name is d) + ((n.name is t) + (((ey1 1) ey1)) + ((n.n.n.name is s) + (((aa1 0.25) (ae1 0.5) (ax0 0.25) ae1)) + ((n.n.n.name is g) + (((ae1 1) ae1)) + ((n.n.n.name is h) + (((ae1 1) ae1)) + ((n.name is v) + (((aa0 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.833333) (ax0 0.166667) aa0))))))) + ((n.n.n.name is l) + ((p.name is c) + ((n.name is t) + (((aa0 0.210526) (ae1 0.789474) ae1)) + ((n.name is s) + (((aa0 1) aa0)) + ((n.name is n) + (((aa0 0.25) (ae1 0.25) (ax0 0.5) ax0)) + (((aa0 0.4) (ae1 0.4) (ax0 0.2) aa0))))) + ((p.name is m) + ((n.name is c) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.name is h) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((n.name is t) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + (((aa0 0.25) (ae1 0.75) ae1))))) + ((n.name is n) + (((ax0 1) ax0)) + ((n.name is m) + (((ax0 0.714286) (ey1 0.285714) ax0)) + ((n.name is s) + ((p.name is b) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0)) + (((aa0 0.2) (ax0 0.2) (ey1 0.6) ey1))) + ((p.name is f) + (((aa0 0.285714) + (ax0 0.285714) + (ey1 0.428571) + ey1)) + ((p.name is p) + (((aa0 0.8) (ey1 0.2) aa0)) + ((n.name is b) + (((aa0 0.6) (ae1 0.4) aa0)) + ((n.name is f) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((p.name is n) + (((aa0 0.375) + (ae1 0.125) + (ax0 0.25) + (ey1 0.25) + aa0)) + ((p.name is b) + (((aa0 0.25) + (ae1 0.25) + (ax0 0.25) + (ey1 0.25) + aa0)) + (((aa0 0.285714) + (ae1 0.5) + (ax0 0.214286) + ae1))))))))))))) + ((n.name is n) + ((n.n.n.name is a) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.name is f) + (((aa0 0.2) (ax0 0.8) ax0)) + ((p.name is c) + ((n.n.n.name is r) + (((ax0 1) ax0)) + (((aa0 0.0833333) (ae1 0.5) (ax0 0.416667) ae1))) + ((p.name is k) + (((aa1 0.285714) + (ae1 0.428571) + (ax0 0.285714) + ae1)) + ((p.name is b) + ((n.n.n.name is s) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.666667) (ax0 0.333333) ae1))) + ((p.name is p) + (((aa0 0.181818) + (ae0 0.0909091) + (ae1 0.545455) + (ax0 0.181818) + ae1)) + ((p.name is j) + (((ae1 0.6) (ax0 0.4) ae1)) + ((p.name is m) + ((n.n.n.name is s) + (((aa0 0.25) + (aa1 0.25) + (ae1 0.25) + (ax0 0.25) + aa0)) + (((ae1 0.944444) (ax0 0.0555556) ae1))) + (((aa0 0.294118) + (aa1 0.0588235) + (ae1 0.647059) + ae1)))))))))) + ((n.n.n.name is s) + ((n.name is t) + ((p.name is c) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0))) + ((p.name is l) + (((aa0 0.4) (aa1 0.4) (ae1 0.2) aa0)) + ((p.name is t) + (((aa0 0.142857) + (aa1 0.714286) + (ah1 0.142857) + aa1)) + ((p.name is n) + (((aa1 1) aa1)) + ((p.name is h) + (((aa1 1) aa1)) + (((aa0 0.454545) + (aa1 0.363636) + (ax0 0.181818) + aa0))))))) + ((n.name is p) + ((p.name is c) + ((n.n.n.name is b) + (((ey1 1) ey1)) + (((ax0 1) ax0))) + ((p.name is p) + ((n.n.n.name is y) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.25) + (ae1 0.375) + (ao1 0.125) + (ax0 0.125) + (ey1 0.125) + ae1))) + ((n.n.n.name is g) + (((aa0 0.333333) + (aa1 0.333333) + (ey1 0.333333) + aa0)) + ((p.name is z) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((aa1 0.2) (ae1 0.6) (ax0 0.2) ae1)))))) + ((n.name is c) + ((n.n.n.name is d) + (((ax0 1) ax0)) + ((p.name is m) + ((n.n.n.name is r) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + (((ax0 1) ax0))) + ((p.name is c) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.5) (ae1 0.25) (ax0 0.25) aa0))))) + ((p.name is b) + (((aa0 0.0666667) + (aa1 0.0666667) + (ae1 0.133333) + (ax0 0.733333) + ax0)) + ((n.name is x) + (((_epsilon_ 0.142857) + (ae0 0.142857) + (ae1 0.714286) + ae1)) + ((n.name is k) + ((n.n.n.name is r) + ((p.name is m) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + (((_epsilon_ 0.25) + (aa0 0.25) + (ax0 0.5) + ax0))) + (((aa0 0.8) (aa1 0.08) (ae1 0.12) aa0))) + ((n.n.n.name is r) + ((n.name is t) + (((aa0 0.125) + (aa1 0.25) + (ae1 0.5) + (ah1 0.125) + ae1)) + ((p.name is h) + (((ae1 0.714286) + (ax0 0.142857) + (ey1 0.142857) + ae1)) + ((n.name is d) + (((aa0 0.2) (ae1 0.6) (ey1 0.2) ae1)) + ((p.name is s) + ((n.name is v) + (((aa0 0.5) (ae1 0.5) aa0)) + (((aa0 0.166667) + (ae1 0.5) + (ax0 0.25) + (ey1 0.0833333) + ae1))) + ((n.name is h) + (((aa0 0.25) (aa1 0.5) (ae1 0.25) aa1)) + ((n.name is f) + (((aa0 1) aa0)) + ((n.name is s) + (((aa0 1) aa0)) + ((p.name is m) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.name is z) + ((p.name is l) + (((aa0 0.142857) + (aa1 0.142857) + (ae1 0.285714) + (ax0 0.428571) + ax0)) + (((aa0 0.6) (ax0 0.4) aa0))) + ((p.name is c) + (((aa0 0.5) + (aa1 0.125) + (ae1 0.125) + (ax0 0.25) + aa0)) + ((p.name is l) + (((aa0 0.642857) + (ae1 0.0714286) + (ax0 0.285714) + aa0)) + ((n.name is j) + (((aa0 0.75) (ax0 0.25) aa0)) + ((p.name is z) + (((aa0 0.75) (ae1 0.25) aa0)) + ((p.name is t) + ((n.name is m) + (((aa0 0.25) + (ae1 0.5) + (ax0 0.25) + ae1)) + (((aa0 1) aa0))) + ((p.name is n) + (((aa0 0.4) + (ae1 0.4) + (ax0 0.2) + aa0)) + (((aa0 0.333333) + (ae1 0.666667) + ae1))))))))))))))))) + ((n.name is j) + (((ae1 0.2) (ax0 0.4) (ay1 0.4) ax0)) + ((p.name is j) + (((ax0 1) ax0)) + ((n.n.n.name is h) + (((aa1 0.833333) (ae1 0.166667) aa1)) + ((n.name is t) + ((n.n.n.name is y) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((aa0 0.16) (ae1 0.72) (ax0 0.12) ae1))) + ((p.name is y) + (((aa0 0.285714) + (aa1 0.571429) + (ax0 0.142857) + aa1)) + ((n.n.n.name is y) + ((p.name is m) + (((aa0 0.2) (aa1 0.8) aa1)) + (((aa0 0.166667) + (aa1 0.166667) + (ae1 0.666667) + ae1))) + ((n.n.n.name is g) + ((p.name is s) + (((ae1 0.857143) (ax0 0.142857) ae1)) + ((p.name is r) + (((aa0 0.25) (ae1 0.75) ae1)) + (((aa0 0.714286) + (ae1 0.285714) + aa0)))) + ((p.name is r) + ((n.name is d) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + ((n.name is m) + (((aa1 0.2) + (ae1 0.6) + (ax0 0.2) + ae1)) + (((aa1 0.666667) + (ae1 0.333333) + aa1)))) + ((n.n.n.name is v) + (((ae1 0.4) (ax0 0.6) ax0)) + ((p.name is s) + ((n.n.n.name is t) + (((aa0 0.625) + (aa1 0.25) + (ae1 0.125) + aa0)) + (((aa0 0.4) (ax0 0.6) ax0))) + ((n.n.n.name is k) + ((p.name is k) + (((aa1 0.333333) + (ae1 0.666667) + ae1)) + (((aa0 0.25) + (aa1 0.5) + (ae1 0.25) + aa1))) + ((n.name is b) + ((n.n.n.name is t) + (((aa1 0.25) + (ae1 0.5) + (ax0 0.25) + ae1)) + (((aa0 0.25) (ax0 0.75) ax0))) + ((n.n.n.name is w) + (((aa1 0.5) + (ae1 0.25) + (ax0 0.25) + aa1)) + ((n.name is g) + ((p.name is m) + (((ae1 1) ae1)) + ((n.n.n.name is m) + (((ae1 1) ae1)) + (((aa0 0.6) (ae1 0.4) aa0)))) + ((n.name is d) + (((ae1 0.75) (ax0 0.25) ae1)) + ((n.name is h) + (((aa0 0.142857) + (ae1 0.714286) + (ax0 0.142857) + ae1)) + ((p.name is m) + (((aa0 0.75) + (aa1 0.25) + aa0)) + ((p.name is z) + (((aa0 1) aa0)) + ((n.n.n.name is z) + (((aa0 1) aa0)) + ((p.name is c) + ((n.n.n.name is d) + (((aa0 0.75) + (ax0 0.25) + aa0)) + ((n.name is s) + (((ae1 1) ae1)) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)))) + ((p.name is h) + (((aa0 0.4) + (ae1 0.6) + ae1)) + (((aa0 0.4) + (aa1 0.2) + (ae1 0.3) + (ax0 0.1) + aa0)))))))))))))))))))))))))))))))))))) + ((n.n.name is o) + ((n.n.n.name is #) + ((n.name is s) + (((aa1 0.857143) (ae1 0.142857) aa1)) + ((n.name is n) + (((aa1 1) aa1)) + ((p.name is l) + (((aa1 1) aa1)) + ((p.name is m) + (((aa1 1) aa1)) + ((n.name is c) + (((aa1 0.333333) (ey1 0.666667) ey1)) + (((aa1 0.666667) (ey1 0.333333) aa1))))))) + ((p.name is f) + ((n.name is v) + (((ae1 0.0588235) (ey1 0.941176) ey1)) + (((ae1 0.6) (ey1 0.4) ae1))) + ((p.name is v) + ((n.name is n) + (((ae0 0.666667) (ae1 0.333333) ae0)) + (((aa1 0.125) (ey0 0.125) (ey1 0.75) ey1))) + ((n.n.n.name is r) + ((n.name is n) + (((ae1 0.8) (ax0 0.2) ae1)) + ((p.name is r) + (((ae1 0.166667) (ey1 0.833333) ey1)) + ((n.name is b) + ((p.name is l) + (((ae1 0.166667) (ax0 0.333333) (ey1 0.5) ey1)) + (((ae1 0.2) (ax0 0.4) (ey1 0.4) ax0))) + ((p.name is l) + ((n.name is m) + (((aa0 0.5) (ae1 0.5) aa0)) + ((n.name is f) + (((ae1 0.2) (ax0 0.8) ax0)) + (((aa0 0.555556) (ax0 0.444444) aa0)))) + ((n.name is p) + (((aa0 0.8) (ey1 0.2) aa0)) + ((p.name is b) + (((aa0 0.5) (ae1 0.5) aa0)) + ((p.name is s) + (((aa0 0.2) (ey1 0.8) ey1)) + ((p.name is c) + (((ae1 0.2) (ax0 0.8) ax0)) + ((n.name is g) + (((ax0 1) ax0)) + ((p.name is m) + ((n.name is j) + (((aa0 0.142857) + (ae1 0.142857) + (ax0 0.285714) + (ey1 0.428571) + ey1)) + (((aa0 0.333333) (ax0 0.666667) ax0))) + ((n.name is m) + (((ae1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ae1)) + (((ey1 1) ey1))))))))))))) + ((n.n.n.name is s) + ((n.name is n) + (((aa1 0.1) (ae1 0.1) (ax0 0.6) (ey1 0.2) ax0)) + ((n.name is k) + (((aa1 0.333333) (ey1 0.666667) ey1)) + ((p.name is l) + (((aa0 0.4) (aa1 0.2) (ae1 0.2) (ey1 0.2) aa0)) + ((p.name is r) + (((aa0 0.25) (aa1 0.5) (ax0 0.25) aa1)) + ((p.name is d) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa0 0.142857) + (aa1 0.714286) + (ey1 0.142857) + aa1))))))) + ((n.n.n.name is o) + ((n.name is h) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((n.name is b) + ((p.name is c) + (((ax0 1) ax0)) + (((ae0 0.666667) (ax0 0.333333) ae0))) + (((ae1 0.142857) (ax0 0.857143) ax0)))) + ((n.n.n.name is n) + ((n.name is m) + ((p.name is d) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.name is r) + (((ax0 1) ax0)) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)))) + ((n.name is x) + (((ae1 1) ae1)) + ((n.name is s) + ((p.name is m) + (((ae1 0.142857) + (ax0 0.285714) + (ey1 0.571429) + ey1)) + (((ae1 0.5) (ax0 0.25) (ey1 0.25) ae1))) + ((n.name is g) + (((aa0 0.8) (ey1 0.2) aa0)) + ((n.name is n) + ((p.name is c) + (((aa0 0.25) (ae1 0.75) ae1)) + (((aa0 0.5) (ae1 0.25) (ey1 0.25) aa0))) + ((n.name is t) + (((aa0 0.333333) + (ae0 0.111111) + (ae1 0.333333) + (ax0 0.222222) + aa0)) + ((n.name is h) + (((ae1 0.5) (ax0 0.25) (ey1 0.25) ae1)) + ((p.name is m) + (((aa0 0.4) (ax0 0.2) (ey1 0.4) aa0)) + ((n.name is b) + (((aa0 0.4) (aa1 0.2) (ax0 0.4) aa0)) + ((n.name is v) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + ((n.name is p) + (((aa0 0.5) + (ax0 0.333333) + (ey1 0.166667) + aa0)) + ((p.name is l) + (((aa0 0.5) + (ae1 0.166667) + (ax0 0.333333) + aa0)) + (((ae1 0.444444) + (ax0 0.333333) + (ey1 0.222222) + ae1)))))))))))))) + ((p.name is i) + (((aa0 0.166667) + (aa1 0.666667) + (ax0 0.166667) + aa1)) + ((n.name is p) + ((p.name is n) + (((aa0 0.5) (ae1 0.333333) (ax0 0.166667) aa0)) + ((p.name is l) + (((ax0 1) ax0)) + ((n.n.n.name is z) + (((aa0 0.6) (ax0 0.4) aa0)) + (((aa0 0.333333) (ax0 0.666667) ax0))))) + ((n.n.n.name is b) + (((aa0 0.05) + (ae1 0.5) + (ax0 0.2) + (ey1 0.25) + ae1)) + ((n.name is b) + ((n.n.n.name is u) + ((p.name is l) + (((ax0 0.166667) (ey1 0.833333) ey1)) + (((ae1 0.666667) (ax0 0.333333) ae1))) + ((n.n.n.name is t) + (((ae1 1) ae1)) + ((p.name is r) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((p.name is l) + (((aa0 0.2) (ae1 0.4) (ax0 0.4) ae1)) + (((aa0 0.25) (ae1 0.25) (ax0 0.5) ax0)))))) + ((n.n.n.name is m) + ((p.name is l) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((ae1 0.142857) + (ax0 0.571429) + (ey1 0.285714) + ax0))) + ((p.name is h) + (((ae1 1) ae1)) + ((n.name is v) + ((p.name is s) + (((aa0 0.5) (aa1 0.25) (ax0 0.25) aa0)) + (((aa0 0.333333) (ax0 0.666667) ax0))) + ((n.n.n.name is k) + (((aa1 0.666667) (ae1 0.333333) aa1)) + ((p.name is c) + ((n.name is m) + (((ae1 1) ae1)) + ((n.n.n.name is e) + (((ax0 1) ax0)) + ((n.n.n.name is l) + (((aa0 0.2) (ax0 0.8) ax0)) + (((aa0 0.4) + (ae0 0.2) + (ae1 0.2) + (ax0 0.2) + aa0))))) + ((n.name is k) + (((ae1 0.25) (ax0 0.75) ax0)) + ((p.name is n) + (((aa0 0.166667) (ax0 0.833333) ax0)) + ((n.n.n.name is d) + (((aa1 0.2) (ax0 0.8) ax0)) + ((n.n.n.name is c) + (((aa0 0.142857) + (aa1 0.142857) + (ae1 0.714286) + ae1)) + ((n.name is x) + (((ae1 1) ae1)) + ((n.n.n.name is v) + (((aa0 0.4) + (aa1 0.2) + (ae1 0.2) + (ax0 0.2) + aa0)) + ((n.name is f) + ((p.name is l) + (((aa1 0.4) + (ae1 0.2) + (ax0 0.4) + aa1)) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0))) + ((n.n.n.name is w) + ((n.name is g) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)) + ((n.name is d) + (((aa1 0.2) + (ae1 0.2) + (ax0 0.6) + ax0)) + ((p.name is j) + (((ae1 0.6) (ax0 0.4) ae1)) + (((ae1 0.333333) + (ax0 0.666667) + ax0))))) + ((n.name is s) + (((aa0 0.333333) + (ae1 0.666667) + ae1)) + ((p.name is t) + (((ae1 1) ae1)) + ((p.name is m) + ((n.n.n.name is u) + (((ax0 1) ax0)) + ((n.n.n.name is l) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae1 0.666667) + (ax0 0.333333) + ae1)))) + ((n.n.n.name is l) + (((aa0 0.333333) + (ae1 0.666667) + ae1)) + ((n.n.n.name is t) + (((aa0 0.142857) + (ae1 0.285714) + (ax0 0.571429) + ax0)) + ((n.name is n) + ((n.n.n.name is u) + (((aa0 0.25) + (ae1 0.5) + (ax0 0.25) + ae1)) + (((ae1 0.333333) + (ax0 0.666667) + ax0))) + ((n.name is d) + (((ae1 0.75) + (ax0 0.25) + ae1)) + ((n.name is m) + (((ae1 0.6) + (ax0 0.4) + ae1)) + ((n.n.n.name is u) + (((ae1 0.375) + (ax0 0.625) + ax0)) + (((ae1 0.75) + (ax0 0.25) + ae1))))))))))))))))))))))))))))))))))) + ((n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.name is e) + ((p.name is m) + ((n.n.n.name is a) + (((aa1 0.333333) (ay1 0.333333) (ey0 0.333333) aa1)) + (((_epsilon_ 0.5) + (aa0 0.166667) + (ay0 0.0833333) + (ay1 0.0833333) + (ey1 0.166667) + _epsilon_))) + ((p.name is h) + (((_epsilon_ 0.75) + (aa1 0.0833333) + (ae1 0.0833333) + (aw1 0.0833333) + _epsilon_)) + ((n.n.name is n) + (((_epsilon_ 0.571429) (ae1 0.428571) _epsilon_)) + ((n.n.name is t) + (((_epsilon_ 0.857143) + (ax0 0.0714286) + (ay0 0.0714286) + _epsilon_)) + ((n.n.name is k) + (((_epsilon_ 0.75) (ae1 0.25) _epsilon_)) + ((n.n.name is z) + (((_epsilon_ 0.666667) (ay0 0.333333) _epsilon_)) + ((n.n.name is l) + (((_epsilon_ 0.25) (ey1 0.75) ey1)) + ((n.n.n.name is a) + (((_epsilon_ 0.4) (ey1 0.6) ey1)) + ((p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is c) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.75) (ey1 0.25) _epsilon_)) + ((p.name is k) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (ey1 0.75) ey1))))))))))))))) + ((n.name is h) + ((n.n.name is r) + ((n.n.n.name is a) + (((_epsilon_ 0.8) (aa0 0.2) _epsilon_)) + (((aa1 0.8125) (ae1 0.0625) (eh1 0.125) aa1))) + ((n.n.name is l) + (((aa1 0.897436) + (ae1 0.0512821) + (ey1 0.0512821) + aa1)) + ((n.n.n.name is #) + ((n.n.name is m) + (((ae1 1) ae1)) + ((n.n.name is n) + (((aa1 0.181818) (ae1 0.818182) ae1)) + (((aa1 0.6) (ae1 0.2) (ey1 0.2) aa1)))) + ((n.n.name is u) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((n.n.n.name is o) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)) + ((n.n.n.name is k) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((n.n.name is n) + (((aa1 0.888889) (ey1 0.111111) aa1)) + ((n.n.n.name is a) + (((aa1 1) aa1)) + ((n.n.n.name is i) + (((aa1 1) aa1)) + ((p.name is d) + (((aa1 1) aa1)) + (((aa1 0.333333) (ae1 0.666667) ae1)))))))))))) + ((n.name is n) + ((n.n.name is g) + ((n.n.n.name is e) + ((p.name is t) + (((ae0 0.142857) (ae1 0.857143) ae1)) + ((p.name is h) + (((ae1 1) ae1)) + ((p.name is g) + (((aa0 0.333333) (ae1 0.666667) ae1)) + ((p.name is r) + (((ey1 1) ey1)) + ((p.name is l) + (((ae0 0.0769231) + (ae1 0.307692) + (ey1 0.615385) + ey1)) + ((p.name is d) + (((ae1 0.142857) (ey1 0.857143) ey1)) + ((p.name is m) + (((ae1 0.166667) (ey1 0.833333) ey1)) + (((aa0 0.166667) + (ae1 0.5) + (ey1 0.333333) + ae1))))))))) + ((p.name is r) + (((ae0 0.25) (ae1 0.25) (ey1 0.5) ey1)) + ((n.n.n.name is a) + ((p.name is h) + (((ae1 1) ae1)) + ((p.name is k) + (((ae1 1) ae1)) + (((aa0 0.538462) (ae1 0.461538) aa0)))) + ((n.n.n.name is i) + ((p.name is m) + (((aa0 0.571429) + (aa1 0.142857) + (ae1 0.285714) + aa0)) + (((aa0 0.1875) (ae0 0.0625) (ae1 0.75) ae1))) + ((n.n.n.name is u) + ((p.name is v) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0)) + (((aa0 0.0714286) + (ae1 0.857143) + (ax0 0.0714286) + ae1))) + ((p.name is l) + ((n.n.n.name is o) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((ae1 0.966667) (ax0 0.0333333) ae1))) + (((aa0 0.0119048) + (aa1 0.0357143) + (ae0 0.0238095) + (ae1 0.928571) + ae1)))))))) + ((p.name is v) + ((n.n.name is d) + ((n.n.n.name is e) + (((ae0 0.025641) (ae1 0.974359) ae1)) + ((n.n.n.name is y) + (((ae1 1) ae1)) + ((n.n.n.name is a) + (((ae0 0.111111) (ae1 0.888889) ae1)) + ((n.n.n.name is u) + (((ae0 0.2) (ae1 0.8) ae1)) + (((ae0 0.6) (ae1 0.4) ae0)))))) + ((n.n.n.name is l) + (((ae1 1) ae1)) + ((n.n.name is v) + (((ae0 0.8) (ax0 0.2) ae0)) + ((n.n.name is s) + (((aa1 0.0588235) + (ae0 0.0588235) + (ae1 0.882353) + ae1)) + ((n.n.name is z) + (((aa1 0.5) (ae1 0.5) aa1)) + ((n.n.name is c) + (((aa0 0.125) + (aa1 0.125) + (ae0 0.125) + (ae1 0.375) + (ax0 0.25) + ae1)) + ((n.n.n.name is r) + (((ae1 0.8) (ax0 0.2) ae1)) + ((n.n.name is u) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0)) + ((n.n.name is h) + (((ae0 0.1875) (ae1 0.8125) ae1)) + ((n.n.n.name is e) + (((aa0 0.0666667) + (ae0 0.666667) + (ae1 0.266667) + ae0)) + ((n.n.n.name is i) + (((aa0 0.166667) + (ae0 0.166667) + (ae1 0.666667) + ae1)) + ((n.n.name is l) + (((ae1 1) ae1)) + ((n.n.n.name is u) + (((aa0 0.166667) + (ae0 0.5) + (ae1 0.333333) + ae0)) + ((n.n.n.name is o) + (((aa1 0.0909091) + (ae0 0.636364) + (ae1 0.272727) + ae0)) + ((n.n.name is t) + (((ae1 1) ae1)) + ((n.n.name is m) + (((ae0 0.666667) + (ae1 0.333333) + ae0)) + ((n.n.name is w) + ((n.n.n.name is y) + (((ae0 0.666667) + (ae1 0.333333) + ae0)) + (((ae0 0.2) (ae1 0.8) ae1))) + (((aa1 0.1) + (ae0 0.3) + (ae1 0.6) + ae1))))))))))))))))))) + ((p.name is i) + ((n.n.n.name is a) + (((aa1 1) aa1)) + ((n.n.name is n) + (((aa1 0.142857) (ax0 0.857143) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1)))) + ((n.n.name is t) + ((p.name is s) + ((n.n.n.name is a) + (((aa0 0.538462) + (ae0 0.230769) + (ae1 0.230769) + aa0)) + ((n.n.n.name is o) + (((aa0 0.466667) + (aa1 0.0666667) + (ae0 0.133333) + (ae1 0.333333) + aa0)) + ((n.n.n.name is i) + (((aa0 0.2) (ae0 0.1) (ae1 0.7) ae1)) + ((n.n.n.name is e) + (((aa0 0.5) (ae1 0.5) aa0)) + (((aa0 0.25) (ae1 0.75) ae1)))))) + ((n.n.n.name is l) + (((ae1 0.888889) (ao1 0.111111) ae1)) + ((n.n.n.name is i) + ((p.name is m) + (((aa0 0.333333) + (aa1 0.333333) + (ae0 0.333333) + aa0)) + (((aa0 0.230769) + (aa1 0.0769231) + (ae1 0.692308) + ae1))) + ((n.n.n.name is a) + ((p.name is p) + (((aa0 0.5) (ae1 0.5) aa0)) + (((aa0 0.0689655) + (ae0 0.172414) + (ae1 0.758621) + ae1))) + (((aa0 0.0841121) + (aa1 0.0186916) + (ae0 0.0280374) + (ae1 0.850467) + (ax0 0.0186916) + ae1)))))) + ((n.n.name is y) + ((p.name is b) + (((aa1 0.75) (ae1 0.25) aa1)) + ((n.n.n.name is o) + (((aa1 0.25) (ae1 0.75) ae1)) + (((aa1 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa1)))) + ((n.n.name is u) + ((n.n.n.name is s) + ((p.name is j) + (((aa1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa1)) + (((ae1 0.25) (ey1 0.75) ey1))) + ((n.n.n.name is e) + (((aa0 0.4) (ae0 0.2) (ae1 0.4) aa0)) + (((aa0 0.0869565) + (aa1 0.0869565) + (ae1 0.782609) + (ax0 0.0434783) + ae1)))) + ((p.name is h) + (((aa1 0.0120482) (ae1 0.987952) ae1)) + ((n.n.name is k) + (((aa1 0.00806452) + (ae1 0.959677) + (ax0 0.0322581) + ae1)) + ((n.n.name is h) + (((_epsilon_ 0.0714286) + (ae0 0.214286) + (ae1 0.714286) + ae1)) + ((p.name is p) + ((n.n.name is d) + ((n.n.n.name is o) + (((aa0 0.333333) + (aa1 0.333333) + (ae0 0.333333) + aa0)) + (((aa1 0.181818) + (ae0 0.181818) + (ae1 0.545455) + (ah1 0.0909091) + ae1))) + (((aa0 0.142857) + (aa1 0.0357143) + (ae1 0.821429) + ae1))) + ((p.name is c) + ((n.n.name is c) + ((n.n.n.name is e) + (((ae1 1) ae1)) + (((aa0 0.571429) + (aa1 0.142857) + (ae1 0.285714) + aa0))) + (((aa0 0.141026) + (ae0 0.0384615) + (ae1 0.820513) + ae1))) + ((p.name is m) + ((n.n.name is c) + ((n.n.n.name is i) + (((aa0 0.4) (ae1 0.4) (ax0 0.2) aa0)) + (((aa0 0.111111) + (aa1 0.111111) + (ae0 0.222222) + (ae1 0.555556) + ae1))) + ((n.n.name is d) + (((aa0 0.0857143) + (ae0 0.0571429) + (ae1 0.857143) + ae1)) + ((n.n.n.name is a) + ((n.n.name is z) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((aa0 0.2) (ae1 0.6) (ax0 0.2) ae1))) + (((aa0 0.0704225) + (ae1 0.901408) + (ax0 0.028169) + ae1))))) + ((n.n.n.name is o) + ((p.name is g) + (((aa0 0.5) (ae1 0.5) aa0)) + (((aa0 0.027027) + (aa1 0.027027) + (ae1 0.891892) + (ax0 0.0540541) + ae1))) + ((n.n.n.name is i) + ((p.name is n) + (((aa0 0.5) (ae1 0.5) aa0)) + ((n.n.name is v) + (((aa1 0.666667) (ae1 0.333333) aa1)) + (((aa0 0.046875) + (aa1 0.0625) + (ae0 0.015625) + (ae1 0.875) + ae1)))) + ((n.n.n.name is u) + ((n.n.name is d) + (((aa0 0.333333) + (ae0 0.333333) + (ae1 0.333333) + aa0)) + (((aa0 0.166667) (ae1 0.833333) ae1))) + ((p.name is b) + ((n.n.name is c) + ((n.n.n.name is a) + (((ae0 0.666667) + (ae1 0.333333) + ae0)) + (((ae0 0.166667) + (ae1 0.833333) + ae1))) + (((aa1 0.0357143) + (ae0 0.0714286) + (ae1 0.892857) + ae1))) + ((n.n.n.name is h) + ((p.name is s) + (((aa1 0.5) (ae1 0.5) aa1)) + (((aa1 0.0625) (ae1 0.9375) ae1))) + (((aa0 0.00917431) + (aa1 0.00611621) + (ae0 0.0122324) + (ae1 0.969419) + (ax0 0.0030581) + ae1))))))))))))))))))) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.name is o) + ((p.name is p) + (((_epsilon_ 0.111111) + (aa0 0.777778) + (ey1 0.111111) + aa0)) + ((n.n.n.name is i) + ((n.n.name is r) + (((_epsilon_ 0.666667) + (ey1 0.333333) + _epsilon_)) + (((_epsilon_ 0.333333) (ey0 0.666667) ey0))) + ((n.n.n.name is a) + (((_epsilon_ 0.5) (aa0 0.5) _epsilon_)) + ((n.n.name is u) + (((_epsilon_ 0.5) + (aa0 0.25) + (ey1 0.25) + _epsilon_)) + (((_epsilon_ 0.166667) + (aa0 0.166667) + (aa1 0.166667) + (ey1 0.5) + ey1)))))) + ((n.n.name is y) + ((n.n.n.name is #) + (((ae1 0.0689655) (ey1 0.931034) ey1)) + ((n.n.n.name is s) + (((ey1 1) ey1)) + ((n.n.n.name is a) + (((aa1 0.25) (ae1 0.75) ae1)) + ((n.name is d) + (((aa1 0.2) (ae1 0.2) (ey1 0.6) ey1)) + (((ae1 0.636364) (ey1 0.363636) ae1)))))) + ((n.n.n.name is e) + ((n.n.name is l) + ((n.name is c) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((n.name is b) + (((ae1 0.117647) + (ax0 0.0294118) + (ey1 0.852941) + ey1)) + ((n.name is f) + (((ae1 0.4) (ax0 0.4) (ey1 0.2) ae1)) + ((p.name is k) + (((aa1 0.25) (ae1 0.75) ae1)) + ((n.name is m) + (((ae1 1) ae1)) + ((p.name is n) + (((ey1 1) ey1)) + ((n.name is s) + (((ae1 0.888889) (ey1 0.111111) ae1)) + ((p.name is b) + (((ae1 1) ae1)) + ((n.name is t) + (((ae1 0.875) (ey1 0.125) ae1)) + ((p.name is l) + (((ae1 0.2) (ey1 0.8) ey1)) + ((n.name is z) + (((ae1 0.25) (ey1 0.75) ey1)) + ((p.name is h) + (((ae1 0.833333) + (ey1 0.166667) + ae1)) + ((p.name is c) + (((ae1 0.333333) + (ey1 0.666667) + ey1)) + ((p.name is r) + (((ae1 0.4) (ey1 0.6) ey1)) + ((n.name is p) + (((ae1 0.25) (ey1 0.75) ey1)) + (((ae1 0.714286) + (ey1 0.285714) + ae1))))))))))))))))) + ((p.name is c) + ((n.n.name is t) + ((n.name is s) + (((aa0 0.368421) + (ae1 0.263158) + (ax0 0.105263) + (ey1 0.263158) + aa0)) + (((ae1 0.75) (ax0 0.25) ae1))) + ((n.name is p) + (((aa0 0.5) (ae1 0.5) aa0)) + (((aa0 0.0714286) + (ae0 0.0428571) + (ae1 0.828571) + (ax0 0.0571429) + ae1)))) + ((n.n.name is u) + ((n.name is g) + ((p.name is v) + (((ey1 1) ey1)) + (((aa1 0.75) (ey1 0.25) aa1))) + ((p.name is s) + (((ae1 1) ae1)) + ((p.name is p) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((aa0 0.4) + (aa1 0.2) + (ae1 0.3) + (ax0 0.1) + aa0))))) + ((n.n.name is h) + ((p.name is f) + (((aa1 0.875) (ae0 0.125) aa1)) + ((n.name is c) + ((p.name is r) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((aa1 0.166667) + (ae1 0.666667) + (ax0 0.166667) + ae1))) + ((p.name is p) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.name is t) + ((p.name is b) + (((ae1 0.25) (ey1 0.75) ey1)) + (((ae1 0.846154) + (ax0 0.025641) + (ey1 0.128205) + ae1))) + (((ae1 0.882353) (ax0 0.117647) ae1)))))) + ((n.name is s) + ((n.n.name is t) + ((p.name is m) + (((ae0 0.0416667) + (ae1 0.875) + (ey1 0.0833333) + ae1)) + ((p.name is f) + (((ae1 1) ae1)) + ((p.name is t) + (((ey1 1) ey1)) + ((p.name is h) + (((ey1 1) ey1)) + ((p.name is p) + (((ae0 0.222222) + (ae1 0.333333) + (ax0 0.111111) + (ey1 0.333333) + ae1)) + ((p.name is l) + (((ae1 1) ae1)) + ((p.name is k) + (((ae1 0.5) + (ax0 0.166667) + (ey1 0.333333) + ae1)) + (((aa0 0.166667) + (ae1 0.333333) + (ey1 0.5) + ey1))))))))) + ((n.n.name is k) + (((ae1 0.741935) + (ax0 0.0322581) + (ey1 0.225806) + ae1)) + ((n.n.name is c) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0)) + (((aa0 0.0361446) + (aa1 0.0240964) + (ae1 0.903614) + (ax0 0.0361446) + ae1))))) + ((n.n.name is r) + ((p.name is s) + (((ey1 1) ey1)) + ((n.name is t) + (((ae1 0.25) (ey1 0.75) ey1)) + ((p.name is l) + ((n.name is b) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.25) (ae1 0.5) (ey1 0.25) ae1))) + (((aa1 0.142857) + (ae1 0.714286) + (ax0 0.142857) + ae1))))) + ((p.name is m) + ((n.name is g) + (((ae0 0.352941) (ae1 0.647059) ae1)) + ((n.name is c) + ((n.n.name is k) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ax0 1) ax0))) + ((n.name is z) + (((aa0 1) aa0)) + (((aa0 0.0714286) + (aa1 0.0714286) + (ae1 0.821429) + (ax0 0.0357143) + ae1))))) + ((n.n.name is b) + (((aa0 0.111111) + (ae1 0.851852) + (ax0 0.037037) + ae1)) + ((n.name is c) + ((n.n.name is k) + (((ae1 1) ae1)) + ((p.name is b) + (((ae0 0.75) (ae1 0.25) ae0)) + (((ae1 1) ae1)))) + ((p.name is r) + (((aa0 0.0294118) + (ae0 0.0294118) + (ae1 0.882353) + (ax0 0.0294118) + (ey1 0.0294118) + ae1)) + ((n.n.name is z) + ((p.name is k) + (((ae1 1) ae1)) + ((n.name is t) + (((ae1 0.333333) + (ey1 0.666667) + ey1)) + (((ae1 1) ae1)))) + (((aa1 0.00865801) + (ae1 0.969697) + (ax0 0.00865801) + (ey1 0.012987) + ae1))))))))))))) + ((n.n.name is u) + ((p.name is m) + ((n.name is q) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0)) + ((n.name is s) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa0 0.103448) + (ae1 0.206897) + (ax0 0.689655) + ax0)))) + ((n.name is k) + ((p.name is s) + (((aa0 0.666667) (ae0 0.333333) aa0)) + ((p.name is j) + (((ax0 1) ax0)) + (((aa0 0.142857) + (aa1 0.571429) + (ax0 0.285714) + aa1)))) + ((p.name is y) + (((aa0 0.285714) (aa1 0.714286) aa1)) + ((n.n.n.name is #) + ((p.name is r) + (((aa0 0.25) (aa1 0.5) (ae0 0.25) aa1)) + (((aa0 0.666667) (aa1 0.333333) aa0))) + ((p.name is k) + ((n.name is p) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.8) (ax0 0.2) aa1))) + ((n.name is j) + (((ey1 1) ey1)) + ((n.name is t) + ((n.n.n.name is r) + (((ae1 0.777778) + (ax0 0.0555556) + (ey1 0.166667) + ae1)) + (((aa0 0.333333) + (aa1 0.166667) + (ae1 0.166667) + (ax0 0.166667) + (ey1 0.166667) + aa0))) + ((p.name is l) + (((aa0 0.181818) + (aa1 0.0909091) + (ae1 0.181818) + (ax0 0.545455) + ax0)) + ((n.name is c) + (((ae1 0.8) (ax0 0.2) ae1)) + ((p.name is b) + (((aa0 1) aa0)) + ((n.name is b) + (((aa1 0.0909091) + (ae1 0.818182) + (ax0 0.0909091) + ae1)) + ((p.name is r) + (((aa0 0.833333) + (ae1 0.166667) + aa0)) + ((n.name is g) + (((aa1 0.142857) + (ae1 0.571429) + (ax0 0.285714) + ae1)) + ((n.name is s) + (((ae1 0.8) (ax0 0.2) ae1)) + ((p.name is j) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + ((p.name is c) + (((aa0 0.75) (ae1 0.25) aa0)) + ((n.name is q) + (((aa0 0.333333) + (ae1 0.666667) + ae1)) + ((n.n.n.name is r) + (((aa0 0.333333) + (ae1 0.666667) + ae1)) + ((n.n.n.name is t) + (((aa0 0.333333) + (ae1 0.666667) + ae1)) + (((aa0 0.555556) + (ae1 0.111111) + (ax0 0.333333) + aa0))))))))))))))))))))) + ((n.n.n.name is a) + ((n.name is j) + ((n.n.name is d) + (((ay1 1) ay1)) + (((aa0 0.5) (ay1 0.5) aa0))) + ((p.name is c) + ((n.name is m) + ((n.n.name is m) + (((aa0 0.75) (ae1 0.25) aa0)) + (((aa0 0.333333) + (aa1 0.0833333) + (ae0 0.416667) + (ae1 0.166667) + ae0))) + ((n.n.name is c) + (((aa0 0.4) (ae0 0.6) ae0)) + ((n.n.name is h) + (((ae0 0.166667) + (ae1 0.5) + (ax0 0.333333) + ae1)) + ((n.n.name is s) + (((aa0 0.636364) + (ae1 0.181818) + (ax0 0.181818) + aa0)) + ((n.n.name is t) + ((n.name is s) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((aa0 0.4) (ae1 0.6) ae1))) + ((n.name is p) + ((n.n.name is p) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((aa0 0.333333) (ae1 0.666667) ae1))) + (((aa0 0.0769231) + (ae1 0.846154) + (ax0 0.0769231) + ae1)))))))) + ((n.n.name is k) + ((n.name is c) + (((ae1 1) ae1)) + (((aa1 0.727273) + (ae0 0.0909091) + (ae1 0.181818) + aa1))) + ((n.n.name is z) + ((n.name is z) + (((aa0 0.75) (ae1 0.25) aa0)) + (((aa1 1) aa1))) + ((p.name is m) + ((n.name is c) + ((n.n.name is h) + (((ae1 0.75) (ax0 0.25) ae1)) + ((n.n.name is c) + (((ae1 0.6) (ax0 0.4) ae1)) + (((ae1 0.0588235) (ax0 0.941176) ax0)))) + ((n.name is s) + ((n.n.name is c) + (((aa0 0.333333) + (ae0 0.333333) + (ae1 0.333333) + aa0)) + (((aa0 0.0625) + (ae1 0.5625) + (ax0 0.375) + ae1))) + ((n.n.name is n) + (((aa0 0.222222) (ae1 0.777778) ae1)) + ((n.name is t) + (((aa0 0.4) (ae1 0.6) ae1)) + ((n.n.name is d) + ((n.name is g) + (((aa0 0.2) (ae1 0.8) ae1)) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0))) + ((n.name is x) + (((ae1 1) ae1)) + ((n.name is d) + (((aa1 0.25) (ae1 0.75) ae1)) + ((n.n.name is m) + (((aa1 0.166667) + (ae1 0.666667) + (ax0 0.166667) + ae1)) + (((aa1 0.5) + (ae1 0.25) + (ax0 0.25) + aa1)))))))))) + ((n.n.name is r) + ((p.name is s) + ((n.name is c) + (((ae1 1) ae1)) + ((n.name is f) + (((ae1 1) ae1)) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)))) + ((p.name is l) + (((aa0 0.285714) + (ae1 0.285714) + (ah1 0.142857) + (ax0 0.285714) + aa0)) + ((n.name is t) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((p.name is k) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ae1 0.142857) + (ax0 0.428571) + (ey1 0.428571) + ax0)))))) + ((n.n.name is h) + ((p.name is n) + (((ae1 0.555556) + (ax0 0.333333) + (ey1 0.111111) + ae1)) + ((p.name is h) + (((ae0 0.25) (ae1 0.75) ae1)) + ((n.name is t) + (((ae1 1) ae1)) + ((p.name is r) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((aa1 0.173913) + (ae1 0.73913) + (ax0 0.0869565) + ae1)))))) + ((n.name is b) + ((p.name is s) + (((ae1 0.8) (ax0 0.2) ae1)) + (((ae1 0.166667) (ax0 0.833333) ax0))) + ((p.name is h) + (((ae1 0.925926) (ax0 0.0740741) ae1)) + ((n.n.name is c) + ((p.name is p) + (((aa0 0.4) + (ae0 0.4) + (ax0 0.2) + aa0)) + ((p.name is z) + (((aa0 1) aa0)) + ((p.name is l) + (((aa0 0.666667) + (aa1 0.333333) + aa0)) + (((aa0 0.0909091) + (aa1 0.181818) + (ae1 0.636364) + (ax0 0.0909091) + ae1))))) + ((n.n.name is l) + ((p.name is l) + ((n.name is p) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae1 0.666667) + (ax0 0.333333) + ae1))) + (((ae1 1) ae1))) + ((p.name is p) + ((n.n.name is s) + (((aa0 0.533333) + (ae1 0.4) + (ax0 0.0666667) + aa0)) + ((n.name is p) + (((aa0 0.25) + (ae1 0.5) + (ax0 0.25) + ae1)) + ((n.n.name is m) + (((ae1 1) ae1)) + (((aa0 0.2) + (aa1 0.4) + (ae1 0.4) + aa1))))) + ((p.name is g) + ((n.n.name is b) + (((aa0 0.75) (ae1 0.25) aa0)) + ((n.name is s) + (((aa0 0.5) + (ae1 0.333333) + (ax0 0.166667) + aa0)) + (((ae1 0.857143) + (ax0 0.142857) + ae1)))) + ((n.name is t) + ((n.n.name is t) + (((aa0 0.666667) + (ae1 0.166667) + (ax0 0.166667) + aa0)) + (((aa0 0.166667) + (ae1 0.833333) + ae1))) + ((n.name is s) + (((aa0 0.117647) + (ae1 0.852941) + (ax0 0.0294118) + ae1)) + ((n.n.name is d) + (((aa0 0.2) + (aa1 0.4) + (ae1 0.4) + aa1)) + ((n.n.name is n) + ((n.name is g) + (((aa0 0.25) + (aa1 0.25) + (ae1 0.5) + ae1)) + (((aa1 0.25) + (ae0 0.25) + (ae1 0.25) + (ax0 0.25) + aa1))) + ((p.name is s) + (((aa0 0.166667) + (aa1 0.166667) + (ae1 0.5) + (ax0 0.166667) + ae1)) + ((n.n.name is f) + ((p.name is r) + (((aa0 0.666667) + (ae1 0.333333) + aa0)) + (((ae1 0.75) + (ax0 0.25) + ae1))) + (((aa0 0.0392157) + (ae0 0.0980392) + (ae1 0.862745) + ae1))))))))))))))))))))) + ((n.n.name is r) + ((n.name is t) + ((p.name is p) + ((n.n.n.name is o) + (((aa0 0.0769231) + (ae1 0.0769231) + (ax0 0.461538) + (ey1 0.384615) + ax0)) + (((aa0 0.130435) + (ae1 0.304348) + (ax0 0.26087) + (ey1 0.304348) + ae1))) + ((p.name is m) + ((n.n.n.name is i) + (((ae1 0.5) (ey1 0.5) ae1)) + (((ey1 1) ey1))) + (((aa0 0.25) (ae1 0.75) ae1)))) + ((p.name is l) + ((n.name is c) + (((ax0 1) ax0)) + (((aa0 0.666667) + (aa1 0.166667) + (ae1 0.166667) + aa0))) + ((p.name is g) + (((aa0 0.5) (ae1 0.375) (ey1 0.125) aa0)) + ((n.name is s) + (((aa1 0.666667) (ae1 0.333333) aa1)) + ((p.name is p) + (((aa1 0.25) + (ae0 0.25) + (ae1 0.25) + (ax0 0.25) + aa1)) + ((n.name is v) + (((ae0 0.25) (ae1 0.5) (ey1 0.25) ae1)) + ((n.n.n.name is o) + (((aa1 0.037037) + (ae1 0.851852) + (ax0 0.0740741) + (ey1 0.037037) + ae1)) + ((p.name is c) + (((aa0 0.0909091) + (ae1 0.545455) + (ax0 0.363636) + ae1)) + ((n.name is g) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + (((aa0 0.075) + (ae1 0.875) + (ax0 0.05) + ae1))))))))))) + ((p.name is m) + ((n.name is c) + ((n.n.name is k) + ((n.n.n.name is l) + (((ae1 1) ae1)) + ((n.n.n.name is o) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.636364) (ax0 0.363636) ae1)))) + ((n.n.name is h) + (((aa1 0.181818) + (ae1 0.227273) + (ax0 0.590909) + ax0)) + ((n.n.name is c) + (((ae1 0.6) (ax0 0.4) ae1)) + ((n.n.name is d) + (((ax0 1) ax0)) + ((n.n.name is g) + (((ax0 1) ax0)) + ((n.n.name is p) + (((ax0 1) ax0)) + ((n.n.n.name is u) + (((ax0 1) ax0)) + ((n.n.n.name is i) + (((ae1 0.25) (ax0 0.75) ax0)) + (((ae1 0.666667) + (ax0 0.333333) + ae1)))))))))) + ((n.n.n.name is u) + ((n.n.name is s) + (((aa0 0.818182) (aa1 0.181818) aa0)) + ((n.name is s) + (((ae1 1) ae1)) + ((n.name is g) + (((ae1 1) ae1)) + (((aa0 0.571429) + (aa1 0.142857) + (ae1 0.285714) + aa0))))) + ((n.name is t) + ((n.n.n.name is i) + (((aa0 0.111111) + (aa1 0.0740741) + (ae1 0.62963) + (ax0 0.148148) + (ey1 0.037037) + ae1)) + ((n.n.name is s) + (((aa1 0.666667) (ae1 0.333333) aa1)) + (((aa1 0.0454545) + (ae1 0.886364) + (ax0 0.0454545) + (ey1 0.0227273) + ae1)))) + ((n.name is j) + (((ae1 0.5) (ay0 0.25) (ay1 0.25) ae1)) + ((n.name is z) + (((aa0 0.6) (ae1 0.3) (ax0 0.1) aa0)) + ((n.name is k) + (((ae0 0.666667) (ax0 0.333333) ae0)) + ((n.n.n.name is r) + (((aa0 0.375) + (ae0 0.375) + (ae1 0.25) + aa0)) + ((n.n.name is n) + ((n.n.n.name is i) + (((ae0 0.272727) + (ae1 0.727273) + ae1)) + (((aa0 0.25) + (ae0 0.5) + (ae1 0.25) + ae0))) + ((n.n.name is c) + ((n.n.n.name is i) + (((aa0 0.4) + (aa1 0.2) + (ae1 0.4) + aa0)) + (((aa0 0.375) (ae1 0.625) ae1))) + (((aa0 0.060241) + (aa1 0.0361446) + (ae0 0.0361446) + (ae1 0.831325) + (ax0 0.0361446) + ae1))))))))))) + ((n.n.n.name is o) + ((n.n.name is k) + ((n.name is s) + (((aa1 0.5) (ae1 0.125) (ax0 0.375) aa1)) + (((aa1 0.166667) + (ae1 0.5) + (ax0 0.25) + (ay0 0.0833333) + ae1))) + ((n.n.name is h) + ((p.name is p) + (((ae1 0.333333) + (ax0 0.555556) + (ey1 0.111111) + ax0)) + ((n.name is c) + (((aa1 0.666667) (ae1 0.333333) aa1)) + ((p.name is b) + (((ae1 1) ae1)) + ((p.name is f) + (((ae1 1) ae1)) + ((p.name is c) + (((ae1 0.833333) (ax0 0.166667) ae1)) + ((n.name is t) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((ae1 0.666667) + (ax0 0.333333) + ae1)))))))) + ((n.name is s) + ((n.n.name is s) + (((aa0 0.15) (ae1 0.75) (ax0 0.1) ae1)) + ((p.name is v) + (((aa0 0.5) (ae1 0.5) aa0)) + ((p.name is p) + (((aa0 0.125) (ae1 0.875) ae1)) + ((n.n.name is c) + (((aa0 0.181818) + (aa1 0.272727) + (ae1 0.545455) + ae1)) + ((n.n.name is l) + (((aa1 0.666667) + (ae1 0.333333) + aa1)) + (((aa1 0.117647) + (ae1 0.823529) + (ax0 0.0588235) + ae1))))))) + ((n.name is b) + ((p.name is j) + (((ae1 0.25) (ax0 0.75) ax0)) + ((p.name is y) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.8) (ax0 0.2) ae1)))) + ((p.name is k) + ((n.name is p) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1))) + ((n.n.name is b) + ((p.name is r) + (((ae1 0.25) (ax0 0.75) ax0)) + (((aa0 0.125) + (ae0 0.125) + (ae1 0.625) + (ax0 0.125) + ae1))) + ((p.name is z) + (((aa0 0.666667) (ae1 0.333333) aa0)) + ((p.name is c) + (((aa0 0.166667) + (ae1 0.777778) + (ax0 0.0555556) + ae1)) + ((p.name is t) + ((n.n.name is t) + (((ae0 1) ae0)) + (((ae1 1) ae1))) + ((n.n.name is p) + ((p.name is l) + (((ae0 0.666667) + (ae1 0.333333) + ae0)) + (((ae0 0.2) + (ae1 0.6) + (ax0 0.2) + ae1))) + ((n.n.name is c) + ((n.name is c) + ((p.name is s) + (((aa0 0.5) (ae1 0.5) aa0)) + (((ae0 0.5) (ae1 0.5) ae0))) + (((ae1 1) ae1))) + (((aa0 0.0319149) + (ae0 0.0319149) + (ae1 0.914894) + (ax0 0.0212766) + ae1))))))))))))) + ((n.n.n.name is u) + ((n.name is j) + (((aa1 0.666667) (ay1 0.333333) aa1)) + ((n.n.name is q) + ((p.name is v) + (((aa1 0.333333) (ae0 0.666667) ae0)) + ((p.name is p) + (((aa0 0.75) + (aa1 0.125) + (ae1 0.125) + aa0)) + (((aa0 0.166667) + (aa1 0.111111) + (ae1 0.555556) + (ax0 0.0555556) + (ey1 0.111111) + ae1)))) + ((p.name is t) + ((n.name is m) + (((aa0 1) aa0)) + (((ae1 0.666667) (ax0 0.333333) ae1))) + ((p.name is p) + ((n.n.name is c) + (((aa0 0.6) (ae1 0.2) (ax0 0.2) aa0)) + (((aa0 0.25) (ae1 0.75) ae1))) + ((n.n.name is p) + ((p.name is k) + (((ae0 0.333333) (ae1 0.666667) ae1)) + ((n.name is m) + (((aa0 0.333333) + (ae1 0.666667) + ae1)) + (((aa0 0.666667) + (ax0 0.333333) + aa0)))) + ((n.name is t) + (((aa0 0.25) + (ae1 0.5) + (ax0 0.25) + ae1)) + ((p.name is k) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae0 0.0227273) + (ae1 0.909091) + (ax0 0.0681818) + ae1))))))))) + ((n.n.n.name is i) + ((p.name is t) + ((n.name is c) + (((ae0 0.125) (ae1 0.875) ae1)) + ((n.n.name is t) + (((ey1 1) ey1)) + ((n.n.name is l) + ((n.name is g) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((ae1 0.333333) (ey1 0.666667) ey1))) + (((aa0 0.25) (ae1 0.75) ae1))))) + ((n.n.name is k) + ((n.name is s) + ((p.name is b) + (((ae1 1) ae1)) + ((p.name is g) + (((ae1 1) ae1)) + (((aa1 0.5) (ae1 0.5) aa1)))) + (((ae1 1) ae1))) + ((n.name is v) + (((aa1 0.230769) (ae1 0.769231) ae1)) + ((p.name is h) + ((n.n.name is t) + (((ae1 0.25) (ey1 0.75) ey1)) + (((aa0 0.05) (ae1 0.95) ae1))) + ((n.name is t) + (((aa0 0.125) + (ae1 0.821429) + (ax0 0.0178571) + (ey1 0.0357143) + ae1)) + ((p.name is b) + (((aa1 0.0512821) + (ae0 0.025641) + (ae1 0.794872) + (ax0 0.0769231) + (ey1 0.0512821) + ae1)) + ((p.name is r) + ((n.name is g) + (((aa1 0.333333) + (ae1 0.666667) + ae1)) + ((n.name is d) + (((aa1 0.25) (ae1 0.75) ae1)) + ((n.name is f) + (((ae1 1) ae1)) + ((n.name is m) + (((ae1 1) ae1)) + ((n.name is b) + (((ae1 0.833333) + (ax0 0.166667) + ae1)) + (((ae1 0.333333) + (ax0 0.666667) + ax0))))))) + ((p.name is k) + ((n.n.name is m) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + (((aa1 0.166667) + (ae1 0.833333) + ae1))) + ((p.name is f) + (((aa0 0.0384615) + (ae0 0.115385) + (ae1 0.846154) + ae1)) + ((n.n.name is c) + ((p.name is v) + (((ae0 0.166667) + (ae1 0.666667) + (ax0 0.166667) + ae1)) + (((aa0 0.6) + (aa1 0.1) + (ae1 0.2) + (ax0 0.1) + aa0))) + ((n.n.name is l) + ((p.name is g) + (((aa0 0.8) (ae1 0.2) aa0)) + (((ae1 0.888889) + (ey1 0.111111) + ae1))) + ((p.name is p) + (((aa0 0.047619) + (ae0 0.047619) + (ae1 0.714286) + (ax0 0.142857) + (ey1 0.047619) + ae1)) + ((p.name is n) + (((ae1 1) ae1)) + ((p.name is g) + (((ae0 0.0625) + (ae1 0.8125) + (ax0 0.125) + ae1)) + ((n.n.name is s) + (((aa0 0.105263) + (aa1 0.0526316) + (ae1 0.684211) + (ax0 0.157895) + ae1)) + ((n.n.name is m) + (((ae1 0.909091) + (ax0 0.0909091) + ae1)) + ((p.name is l) + (((aa0 0.117647) + (ae1 0.764706) + (ax0 0.117647) + ae1)) + ((p.name is d) + (((ae1 1) ae1)) + ((n.name is m) + ((p.name is c) + (((aa0 0.125) + (aa1 0.125) + (ae1 0.75) + ae1)) + ((p.name is v) + (((ae0 0.333333) + (ae1 0.666667) + ae1)) + (((aa0 0.5) + (ae0 0.25) + (ae1 0.25) + aa0)))) + (((aa0 0.222222) + (ae0 0.0666667) + (ae1 0.711111) + ae1))))))))))))))))))))) + ((n.n.n.name is r) + ((n.n.name is t) + ((p.name is p) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0)) + (((aa0 0.0833333) + (ae0 0.208333) + (ae1 0.625) + (ax0 0.0833333) + ae1))) + ((n.name is m) + ((p.name is c) + (((ae1 0.571429) (ey1 0.428571) ae1)) + ((p.name is l) + (((ae1 1) ae1)) + ((p.name is g) + (((ae1 1) ae1)) + ((p.name is h) + (((ae1 1) ae1)) + ((p.name is s) + (((aa0 0.333333) + (ae1 0.666667) + ae1)) + (((aa0 0.5) (ae1 0.5) aa0))))))) + ((p.name is k) + (((aa1 0.75) (ae1 0.25) aa1)) + ((n.name is c) + ((n.n.name is h) + (((aa1 0.666667) + (ae1 0.333333) + aa1)) + (((ae1 1) ae1))) + (((ae0 0.0454545) + (ae1 0.954545) + ae1)))))) + ((n.n.name is z) + ((n.name is c) + ((p.name is r) + (((aa1 0.5) (ax0 0.5) aa1)) + (((aa1 0.2) (ax0 0.8) ax0))) + ((n.name is s) + (((aa1 0.5) (ae1 0.5) aa1)) + (((ae1 1) ae1)))) + ((n.n.name is h) + ((n.name is c) + ((p.name is y) + (((aa1 1) aa1)) + ((p.name is b) + (((aa1 0.571429) + (ae1 0.428571) + aa1)) + ((n.n.n.name is s) + (((aa1 0.666667) + (ae1 0.333333) + aa1)) + (((aa1 0.0434783) + (ae0 0.0434783) + (ae1 0.913043) + ae1))))) + (((ae0 0.0232558) (ae1 0.976744) ae1))) + (((aa0 0.00312012) + (aa1 0.00468019) + (ae0 0.00156006) + (ae1 0.985959) + (ey1 0.00468019) + ae1)))))))))))))))))))))))))) + ((p.p.p.name is #) + ((p.name is o) + ((p.p.name is j) + ((n.name is n) + (((_epsilon_ 0.25) (ae1 0.75) ae1)) + (((aa1 1) aa1))) + (((_epsilon_ 0.948718) + (aa1 0.00854701) + (ae1 0.017094) + (ax0 0.025641) + _epsilon_))) + ((n.name is y) + ((n.n.name is a) + (((_epsilon_ 0.6) (aa1 0.4) _epsilon_)) + (((ey1 1) ey1))) + ((n.name is w) + ((n.n.name is a) + ((p.p.name is o) (((aa1 1) aa1)) (((ax0 1) ax0))) + ((p.p.name is k) + (((aa1 0.666667) (aw1 0.333333) aa1)) + ((p.p.name is s) + ((p.name is h) + (((ae1 0.0909091) (ao1 0.909091) ao1)) + (((aa1 0.6) (ao1 0.4) aa1))) + (((ao1 1) ao1))))) + ((n.name is l) + ((p.p.name is s) + ((n.n.n.name is o) + ((p.name is w) + (((aa1 1) aa1)) + ((p.name is c) + (((aa1 0.4) (ae1 0.6) ae1)) + ((p.name is h) + (((ae1 1) ae1)) + (((ae1 0.333333) (ax0 0.666667) ax0))))) + ((n.n.name is l) + ((p.name is c) + (((ae1 1) ae1)) + ((n.n.n.name is a) + (((ae1 1) ae1)) + ((p.name is h) + (((ae1 0.666667) (ao1 0.333333) ae1)) + (((ae1 0.137931) (ao1 0.862069) ao1))))) + ((n.n.name is k) + (((ao1 1) ao1)) + ((n.n.name is p) + (((ae1 1) ae1)) + ((n.n.name is d) + (((ao1 1) ao1)) + ((p.name is t) + ((n.n.name is o) + (((ae1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ae1)) + ((n.n.n.name is e) + (((ae1 0.333333) + (ao1 0.333333) + (ey1 0.333333) + ae1)) + (((ae1 0.333333) (ao1 0.666667) ao1)))) + ((p.name is h) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.n.name is a) + (((aa1 0.75) (ey1 0.25) aa1)) + ((n.n.n.name is i) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)) + (((aa1 0.4) (ae1 0.6) ae1))))))))))) + ((n.n.n.name is #) + ((n.n.name is a) + (((aa1 0.833333) (ae1 0.166667) aa1)) + ((p.name is r) + ((n.n.name is l) + (((ao1 1) ao1)) + (((aa1 0.333333) (ao0 0.333333) (ax0 0.333333) aa1))) + ((p.p.name is r) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + (((_epsilon_ 0.0588235) + (aa1 0.176471) + (ao1 0.117647) + (ax0 0.647059) + ax0))))) + ((p.name is n) + ((n.n.n.name is e) + (((ao1 0.666667) (ax0 0.333333) ao1)) + ((n.n.n.name is s) + (((ae0 0.25) (ae1 0.5) (ax0 0.25) ae1)) + ((n.n.name is y) + (((ax0 1) ax0)) + (((ae1 0.5) (ax0 0.5) ae1))))) + ((p.name is u) + ((p.p.name is q) + (((aa1 0.8) (ao1 0.2) aa1)) + (((aa0 0.75) (ae1 0.25) aa0))) + ((n.n.name is l) + ((p.p.name is o) + (((ax0 1) ax0)) + (((ae1 0.75) (ax0 0.125) (ey1 0.125) ae1))) + ((n.n.n.name is e) + ((p.p.name is c) + (((aa1 0.25) (ae0 0.25) (ao1 0.5) ao1)) + (((aa1 0.2) (ae1 0.4) (ao1 0.4) ae1))) + ((n.n.n.name is a) + ((p.p.name is e) + (((ae1 1) ae1)) + ((p.p.name is a) + (((ae1 1) ae1)) + (((aa0 0.166667) + (aa1 0.333333) + (ae1 0.333333) + (ao1 0.166667) + aa1)))) + ((p.p.name is a) + ((n.n.n.name is n) + (((ax0 1) ax0)) + (((aa0 0.333333) (aa1 0.5) (ax0 0.166667) aa1))) + ((p.name is i) + (((aa1 0.111111) + (ae1 0.111111) + (ax0 0.777778) + ax0)) + ((n.n.n.name is s) + (((aa0 0.25) + (aa1 0.25) + (ae1 0.25) + (ao1 0.25) + aa0)) + ((n.n.n.name is n) + (((aa1 0.25) + (ao1 0.25) + (ax0 0.25) + (ey1 0.25) + aa1)) + ((n.n.name is o) + (((ae1 0.333333) + (ax0 0.5) + (ey1 0.166667) + ax0)) + (((ae1 0.846154) (ax0 0.153846) ae1)))))))))))))) + ((p.p.name is t) + ((n.n.name is s) + ((n.n.n.name is o) + (((ae1 1) ae1)) + ((n.n.n.name is c) + (((ae0 0.5) (ae1 0.444444) (ah1 0.0555556) ae0)) + ((n.n.n.name is f) + (((ae0 0.833333) (ae1 0.166667) ae0)) + ((n.n.n.name is l) + (((ae0 0.888889) (ae1 0.111111) ae0)) + ((n.n.n.name is m) + (((ae0 0.818182) (ae1 0.181818) ae0)) + ((n.n.n.name is p) + (((ae0 0.73913) (ae1 0.26087) ae0)) + ((n.n.n.name is g) + (((ae0 0.666667) (ae1 0.333333) ae0)) + ((n.n.n.name is i) + (((ae0 0.5) (ae1 0.5) ae0)) + (((ae0 0.458333) (ae1 0.541667) ae1)))))))))) + ((n.n.n.name is n) + ((n.name is m) + (((aa0 0.75) (ax0 0.25) aa0)) + (((ae1 0.2) (ax0 0.4) (eh1 0.2) (ey1 0.2) ax0))) + ((n.name is v) + (((aa0 0.25) (ax0 0.75) ax0)) + ((n.n.name is z) + (((aa1 0.75) (ae0 0.25) aa1)) + ((n.n.name is o) + ((n.n.n.name is s) + (((aa1 0.666667) (ae1 0.333333) aa1)) + (((aa1 0.333333) (ey1 0.666667) ey1))) + ((n.n.name is a) + (((aa0 0.166667) + (aa1 0.333333) + (ae1 0.166667) + (ax0 0.166667) + (ey1 0.166667) + aa1)) + ((p.name is w) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.name is c) + ((n.n.name is k) + (((ae1 1) ae1)) + ((n.n.name is t) + (((ae1 1) ae1)) + ((p.name is r) + (((ae1 0.4) (ey1 0.6) ey1)) + (((ae1 1) ae1))))) + ((n.n.name is u) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)) + (((_epsilon_ 0.0428571) + (aa0 0.0142857) + (aa1 0.0142857) + (ae0 0.0428571) + (ae1 0.885714) + ae1))))))))))) + ((n.name is a) + (((_epsilon_ 0.961538) (aa1 0.0384615) _epsilon_)) + ((n.name is e) + ((n.n.name is s) + ((n.n.n.name is e) + (((ey1 1) ey1)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ey1 0.333333) + _epsilon_))) + ((p.name is r) + (((_epsilon_ 0.846154) + (ae1 0.0769231) + (ey1 0.0769231) + _epsilon_)) + ((p.name is h) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_))))) + ((p.name is i) + ((p.p.name is c) + ((n.n.n.name is i) + (((ao1 0.857143) (ax0 0.142857) ao1)) + (((_epsilon_ 0.25) + (aa1 0.25) + (ao1 0.25) + (ax0 0.25) + _epsilon_))) + ((p.p.name is d) + ((n.name is m) + (((_epsilon_ 0.285714) (ax0 0.714286) ax0)) + ((n.n.n.name is #) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((n.name is n) + (((ae1 0.833333) (ax0 0.166667) ae1)) + ((n.n.name is n) + (((ax0 1) ax0)) + ((n.name is t) + (((ax0 1) ax0)) + ((n.n.name is r) + (((ax0 1) ax0)) + ((n.n.n.name is n) + (((ae1 1) ae1)) + ((n.n.n.name is o) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ae1 0.333333) (ax0 0.666667) ax0)))))))))) + ((p.p.name is g) + ((n.n.name is c) + (((aa1 0.666667) (ae0 0.333333) aa1)) + ((n.n.n.name is e) + (((ax0 1) ax0)) + ((n.n.name is b) + (((aa1 1) aa1)) + ((n.name is m) + ((n.n.name is m) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0))) + ((n.n.n.name is m) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((n.name is n) + ((n.n.n.name is i) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1))) + (((aa1 0.75) (ax0 0.25) aa1)))))))) + ((n.name is n) + ((n.n.name is c) + (((aa0 0.5) (aa1 0.5) aa0)) + ((n.n.name is o) + (((aa1 0.6) (ae1 0.4) aa1)) + ((n.n.n.name is #) + (((ae1 0.75) (ax0 0.25) ae1)) + ((n.n.n.name is a) + (((aa1 0.666667) (ae1 0.333333) aa1)) + (((aa1 0.333333) (ae1 0.666667) ae1)))))) + ((n.name is s) + (((ae1 0.75) (ey1 0.25) ae1)) + ((n.name is t) + (((aa1 0.125) (ax0 0.625) (ey1 0.25) ax0)) + ((n.name is g) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((p.p.name is v) + (((ax0 1) ax0)) + ((n.name is m) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.5) + (ae1 0.166667) + (ax0 0.333333) + aa1))))))))))) + ((p.name is w) + ((n.name is g) + (((ae1 1) ae1)) + ((p.p.name is s) + ((n.n.name is k) + (((aa1 0.25) (ae1 0.25) (ao1 0.5) ao1)) + (((aa1 0.878788) (ao1 0.121212) aa1))) + ((n.n.n.name is #) + (((aa1 0.571429) + (ae1 0.285714) + (ao1 0.142857) + aa1)) + ((p.p.name is i) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((aa0 0.166667) + (aa1 0.666667) + (ax0 0.166667) + aa1)))))) + ((n.n.name is o) + ((n.n.n.name is #) + ((p.p.name is g) + (((aa1 0.6) (ae1 0.4) aa1)) + ((n.name is c) + (((aa1 0.25) (ax0 0.5) (ey1 0.25) ax0)) + (((aa1 0.814815) + (ax0 0.037037) + (ey1 0.148148) + aa1)))) + ((p.p.name is a) + (((aa0 0.133333) + (aa1 0.0333333) + (ae1 0.0333333) + (ax0 0.8) + ax0)) + ((n.n.n.name is s) + ((p.p.name is s) + (((ey1 1) ey1)) + ((n.name is n) + (((aa1 1) aa1)) + (((aa0 0.2) (aa1 0.2) (ax0 0.2) (ey1 0.4) ey1)))) + ((p.p.name is f) + (((ae1 0.142857) (ey1 0.857143) ey1)) + ((p.p.name is o) + (((ax0 1) ax0)) + ((n.name is v) + (((aa0 0.142857) + (aa1 0.142857) + (ax0 0.714286) + ax0)) + ((p.p.name is i) + (((aa0 0.25) (ax0 0.75) ax0)) + ((p.p.name is p) + ((n.n.n.name is n) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((ae1 0.333333) (ax0 0.666667) ax0))) + ((n.n.n.name is l) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((n.name is c) + (((aa1 0.333333) + (ae1 0.333333) + (ey0 0.333333) + aa1)) + ((p.name is r) + (((aa1 0.157895) + (ae1 0.631579) + (ax0 0.157895) + (ey1 0.0526316) + ae1)) + ((n.n.n.name is n) + (((aa0 0.111111) + (ae1 0.555556) + (ax0 0.111111) + (ey1 0.222222) + ae1)) + ((p.p.name is g) + (((ae1 0.666667) (ey1 0.333333) ae1)) + ((p.p.name is u) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((p.name is l) + (((ae1 1) ae1)) + ((n.name is d) + (((ae1 1) ae1)) + ((n.name is p) + (((ae1 1) ae1)) + (((ae1 0.285714) + (ax0 0.714286) + ax0))))))))))))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((n.name is n) + (((aa1 0.176471) (ae1 0.823529) ae1)) + (((aa1 0.878788) + (ae1 0.030303) + (ax0 0.0606061) + (ay1 0.030303) + aa1))) + ((p.name is p) + (((aa0 1) aa0)) + ((n.name is h) + (((_epsilon_ 0.285714) + (ae1 0.285714) + (ah1 0.142857) + (ax0 0.142857) + (ey1 0.142857) + _epsilon_)) + ((n.n.n.name is n) + ((p.p.name is b) + (((aa1 0.166667) (ey1 0.833333) ey1)) + ((p.p.name is s) + (((ae1 0.666667) (ey1 0.333333) ae1)) + ((n.name is m) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.125) + (aa1 0.25) + (ae1 0.25) + (ax0 0.125) + (ey1 0.25) + aa1))))) + ((n.name is c) + (((ae1 0.571429) (ey1 0.428571) ae1)) + ((p.name is u) + ((n.n.n.name is r) + (((aa0 0.666667) (ey1 0.333333) aa0)) + (((aa0 0.25) (aa1 0.75) aa1))) + ((p.p.name is e) + (((ax0 0.8) (ey1 0.2) ax0)) + ((p.name is n) + (((ax0 1) ax0)) + ((p.p.name is g) + ((n.n.n.name is t) + (((aa0 0.666667) (ey0 0.333333) aa0)) + ((n.n.n.name is d) + (((aa0 0.5) (ax0 0.5) aa0)) + (((ae1 0.6) (ax0 0.4) ae1)))) + ((n.name is n) + ((p.name is h) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((p.p.name is s) + (((ae1 1) ae1)) + ((p.p.name is b) + (((ae1 1) ae1)) + ((p.name is l) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ae1 0.333333) (ax0 0.666667) ax0)))))) + ((n.n.n.name is s) + (((aa1 0.857143) (ax0 0.142857) aa1)) + ((p.p.name is h) + (((aa1 0.75) (ax0 0.25) aa1)) + ((n.n.n.name is k) + (((aa0 0.4) (aa1 0.4) (ax0 0.2) aa0)) + ((n.name is g) + (((aa0 0.666667) (ae1 0.333333) aa0)) + ((n.n.n.name is r) + ((p.name is h) + (((aa0 0.25) + (ae1 0.5) + (ax0 0.25) + ae1)) + (((ae1 0.25) (ax0 0.75) ax0))) + ((n.n.n.name is d) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((aa0 0.05) + (aa1 0.2) + (ae1 0.7) + (ax0 0.05) + ae1)))))))))))))))))) + ((p.name is u) + ((n.n.name is k) + (((ae1 1) ae1)) + ((n.n.n.name is u) + (((aa0 0.8) (aa1 0.2) aa0)) + ((n.n.n.name is r) + (((aa0 0.75) (ao1 0.25) aa0)) + ((p.p.name is q) + ((n.n.name is h) + (((aa1 0.25) (ao1 0.75) ao1)) + ((n.name is n) + (((aa1 0.727273) + (ae1 0.0909091) + (ao1 0.181818) + aa1)) + ((n.name is d) + (((aa1 0.8) (ae1 0.2) aa1)) + ((n.n.n.name is i) + (((aa1 0.25) (ae1 0.75) ae1)) + (((aa1 0.666667) (ae1 0.333333) aa1)))))) + ((n.n.n.name is e) + (((aa0 0.75) (aa1 0.25) aa0)) + ((n.n.name is d) + (((aa1 1) aa1)) + ((n.n.n.name is a) + (((aa0 0.25) (aa1 0.5) (ae1 0.25) aa1)) + (((aa1 0.333333) (ae1 0.666667) ae1))))))))) + ((p.name is a) + (((aa1 1) aa1)) + ((p.p.name is u) + ((n.name is n) + ((n.n.name is s) + (((ae1 1) ae1)) + ((n.n.n.name is a) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((ae0 0.2) (ax0 0.8) ax0)))) + (((ae0 0.1) + (ae1 0.0333333) + (ax0 0.833333) + (ey1 0.0333333) + ax0))) + ((p.p.name is a) + ((p.name is v) + (((aa1 0.8) (ao1 0.2) aa1)) + ((n.name is p) + (((ae0 0.0666667) + (ae1 0.866667) + (ax0 0.0666667) + ae1)) + ((n.n.n.name is o) + ((p.name is b) + (((ae1 1) ae1)) + ((n.name is n) + (((aa1 1) aa1)) + ((n.name is m) + (((ae1 0.75) (ax0 0.25) ae1)) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1))))) + ((p.name is n) + ((n.n.name is h) + (((ae1 1) ae1)) + ((n.name is s) + (((aa0 0.6) (ax0 0.4) aa0)) + ((n.n.n.name is e) + (((aa0 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.5) (ax0 0.5) ae1))))) + ((p.name is g) + (((aa0 0.25) + (ae0 0.25) + (ae1 0.25) + (ax0 0.25) + aa0)) + ((n.n.name is n) + (((aa1 0.333333) + (ae0 0.333333) + (ax0 0.333333) + aa1)) + ((n.n.name is u) + (((ax0 1) ax0)) + ((n.n.name is c) + (((ax0 1) ax0)) + ((n.n.n.name is i) + (((aa1 0.4) (ae1 0.6) ae1)) + ((n.n.name is t) + (((aa1 0.4) (ae1 0.2) (ax0 0.4) aa1)) + ((n.name is s) + (((ae1 1) ae1)) + ((n.name is c) + (((ae1 0.625) (ax0 0.375) ae1)) + ((n.n.n.name is #) + (((ax0 1) ax0)) + (((ae1 0.5) (ax0 0.5) ae1))))))))))))))) + ((n.n.name is l) + ((n.name is h) + (((aa1 0.727273) + (ae1 0.181818) + (ey1 0.0909091) + aa1)) + ((n.name is b) + (((ae1 0.0714286) + (ax0 0.0714286) + (ey1 0.857143) + ey1)) + ((p.name is z) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is o) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.name is p) + ((p.name is h) + (((ae1 1) ae1)) + (((ae1 0.142857) (ey1 0.857143) ey1))) + ((p.p.name is c) + ((p.name is r) + (((ey1 1) ey1)) + (((ae1 1) ae1))) + (((aa0 0.025) + (ae1 0.9) + (ah1 0.025) + (ey1 0.05) + ae1)))))))) + ((n.n.name is y) + ((n.n.n.name is #) + (((ey1 1) ey1)) + (((aa1 0.142857) + (ae1 0.571429) + (ax0 0.285714) + ae1))) + ((p.p.name is o) + ((n.n.name is u) + (((aa0 0.2) + (aa1 0.2) + (ax0 0.2) + (ay1 0.2) + (ey1 0.2) + aa0)) + ((p.name is r) + (((ae0 0.2) (ax0 0.8) ax0)) + ((p.name is l) + (((ae0 0.2) (ae1 0.2) (ax0 0.6) ax0)) + ((n.n.n.name is o) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((aa1 0.5) (ae0 0.25) (ae1 0.25) aa1)))))) + ((p.name is h) + ((n.n.n.name is e) + ((n.n.name is g) + (((ey1 1) ey1)) + ((n.n.name is b) + (((ae1 0.285714) (ey1 0.714286) ey1)) + ((n.name is s) + (((ax0 0.5) (ey1 0.5) ax0)) + (((ae0 0.0416667) + (ae1 0.833333) + (ax0 0.0833333) + (ey1 0.0416667) + ae1))))) + ((n.n.name is u) + (((aa0 0.142857) + (aa1 0.285714) + (ae1 0.285714) + (ax0 0.142857) + (ey1 0.142857) + aa1)) + ((p.p.name is s) + ((n.n.name is p) + (((ae0 0.5) (ae1 0.5) ae0)) + (((aa1 0.0526316) (ae1 0.947368) ae1))) + ((p.p.name is b) + (((aa1 0.75) (ae1 0.25) aa1)) + ((n.name is s) + ((n.n.n.name is i) + (((ae0 0.8) (ae1 0.2) ae0)) + (((aa1 0.125) + (ae0 0.125) + (ae1 0.5) + (ax0 0.25) + ae1))) + ((n.n.name is p) + ((n.n.n.name is a) + (((aa1 0.25) (ae0 0.75) ae0)) + (((ae0 0.0769231) + (ae1 0.923077) + ae1))) + ((n.n.name is g) + ((n.n.n.name is #) + (((ae1 1) ae1)) + (((aa1 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa1))) + ((n.n.name is s) + (((ae0 0.111111) + (ae1 0.555556) + (ah1 0.111111) + (ax0 0.111111) + (ey1 0.111111) + ae1)) + ((n.n.name is r) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae0 0.0204082) + (ae1 0.918367) + (ax0 0.0408163) + (ey0 0.0204082) + ae1))))))))))) + ((p.p.name is i) + ((n.n.n.name is #) + (((aa0 1) aa0)) + ((n.n.n.name is e) + (((ax0 1) ax0)) + ((n.n.n.name is a) + (((aa1 0.666667) (ae1 0.333333) aa1)) + ((n.n.name is u) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((n.n.name is c) + (((ae1 1) ae1)) + ((n.n.name is t) + (((ae0 0.2) (ae1 0.8) ae1)) + ((n.name is n) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + (((ae1 0.333333) + (ax0 0.666667) + ax0))))))))) + ((p.name is y) + ((n.n.n.name is #) + (((ae0 0.111111) + (ae1 0.111111) + (ax0 0.777778) + ax0)) + (((aa1 0.6) (ae1 0.2) (ax0 0.2) aa1))) + ((n.n.name is c) + ((p.p.name is f) + ((n.n.n.name is i) + (((aa1 0.0909091) + (ae0 0.454545) + (ae1 0.363636) + (ax0 0.0909091) + ae0)) + ((n.name is n) + ((n.n.n.name is k) + (((ae1 0.8) (ax0 0.2) ae1)) + ((n.n.n.name is a) + (((aa0 0.8) (ae1 0.2) aa0)) + ((n.n.n.name is e) + (((aa0 0.444444) + (ae0 0.222222) + (ae1 0.333333) + aa0)) + (((aa0 0.136364) + (ae0 0.0454545) + (ae1 0.818182) + ae1))))) + (((aa0 0.2) (aa1 0.4) (ae1 0.4) aa1)))) + ((n.n.n.name is a) + ((n.name is n) + (((aa0 0.4) (aa1 0.2) (ae1 0.4) aa0)) + (((ae1 0.333333) (ax0 0.666667) ax0))) + ((n.name is n) + (((aa1 0.0227273) + (ae1 0.954545) + (ax0 0.0227273) + ae1)) + ((n.name is t) + (((ae1 1) ae1)) + ((p.p.name is e) + (((ae1 1) ae1)) + ((n.n.n.name is o) + ((p.name is l) + (((aa1 0.5) (ae1 0.5) aa1)) + (((ae1 1) ae1))) + ((n.name is s) + (((aa0 0.333333) + (ae1 0.666667) + ae1)) + (((aa0 0.25) (aa1 0.75) aa1))))))))) + ((n.n.name is r) + ((p.p.name is f) + (((ey1 1) ey1)) + ((n.name is h) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((aa1 0.4) (ax0 0.6) ax0)))) + ((n.n.name is u) + ((n.name is g) + (((aa1 0.285714) + (ae1 0.142857) + (ey1 0.571429) + ey1)) + ((n.n.n.name is i) + (((ax0 1) ax0)) + ((p.name is c) + (((aa0 0.6) + (ae1 0.2) + (ax0 0.2) + aa0)) + ((n.n.n.name is r) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((aa0 0.0222222) + (ae1 0.911111) + (ax0 0.0222222) + (ey1 0.0444444) + ae1)))))) + ((n.n.name is g) + ((n.n.n.name is e) + ((p.p.name is g) + (((ey1 1) ey1)) + ((n.name is g) + (((ae1 1) ae1)) + ((p.p.name is e) + (((aa0 0.142857) + (ae1 0.857143) + ae1)) + ((p.name is l) + (((ae1 1) ae1)) + ((p.p.name is s) + (((aa0 0.166667) + (ae1 0.5) + (ey1 0.333333) + ae1)) + (((ae1 0.333333) + (ey1 0.666667) + ey1))))))) + (((aa1 0.0512821) + (ae1 0.948718) + ae1))) + ((p.name is v) + ((n.n.name is s) + (((ax0 1) ax0)) + (((ae1 0.333333) + (ax0 0.333333) + (eh1 0.333333) + ae1))) + ((n.n.name is z) + ((n.name is s) + (((aa1 0.6) (ax0 0.4) aa1)) + ((p.p.name is f) + ((n.name is z) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + ((n.n.n.name is e) + (((aa0 0.25) (ae1 0.75) ae1)) + (((aa0 0.5) (ae1 0.5) aa0)))) + ((n.n.n.name is e) + ((p.name is l) + (((aa1 0.25) + (ae1 0.25) + (ey1 0.5) + ey1)) + (((ae1 1) ae1))) + (((aa0 0.0454545) + (aa1 0.0454545) + (ae1 0.909091) + ae1))))) + ((n.n.name is h) + ((n.name is c) + ((p.p.name is s) + ((n.n.n.name is o) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0))) + ((n.n.n.name is #) + (((ae1 1) ae1)) + ((n.n.n.name is t) + (((ae1 1) ae1)) + ((p.p.name is d) + (((aa1 0.333333) + (ae1 0.666667) + ae1)) + (((aa1 0.5) + (ae1 0.166667) + (ey1 0.333333) + aa1)))))) + (((aa1 0.012987) + (ae1 0.909091) + (ax0 0.0519481) + (ey1 0.025974) + ae1))) + ((n.name is h) + ((p.p.name is b) + (((aa1 1) aa1)) + ((p.p.name is s) + (((aa1 0.666667) + (ae1 0.333333) + aa1)) + (((ae1 1) ae1)))) + ((n.n.n.name is a) + ((n.name is n) + (((ae1 0.962963) + (ax0 0.037037) + ae1)) + ((p.name is l) + (((ae1 1) ae1)) + ((n.name is g) + (((aa0 0.1) + (ae0 0.2) + (ae1 0.7) + ae1)) + ((n.name is m) + (((aa0 0.4) + (ae1 0.4) + (ax0 0.2) + aa0)) + ((n.n.name is d) + (((ae1 0.666667) + (ay1 0.333333) + ae1)) + ((n.n.name is t) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + ((p.name is r) + (((aa1 0.2) + (ae1 0.8) + ae1)) + (((aa1 0.666667) + (ae1 0.333333) + aa1))))))))) + ((n.n.n.name is o) + ((n.n.name is k) + ((p.p.name is s) + (((aa1 0.25) + (ae1 0.25) + (ax0 0.5) + ax0)) + (((ae1 0.75) + (ax0 0.125) + (ay0 0.125) + ae1))) + ((n.n.name is n) + ((p.name is r) + (((aa1 0.25) + (ae1 0.75) + ae1)) + (((aa0 0.666667) + (ae1 0.333333) + aa0))) + (((aa1 0.0144928) + (ae0 0.057971) + (ae1 0.927536) + ae1)))) + ((n.n.n.name is i) + ((n.name is f) + ((p.p.name is s) + (((aa0 0.666667) + (ae1 0.333333) + aa0)) + (((ae1 0.75) + (ax0 0.25) + ae1))) + (((aa0 0.025974) + (aa1 0.00649351) + (ae0 0.025974) + (ae1 0.935065) + (ax0 0.00649351) + ae1))) + ((p.p.name is e) + ((n.name is n) + (((ax0 1) ax0)) + (((ae1 1) ae1))) + ((n.n.n.name is e) + ((n.n.name is f) + (((aa1 0.111111) + (ae1 0.777778) + (ax0 0.111111) + ae1)) + ((n.name is s) + (((ae1 0.945946) + (ax0 0.027027) + (ey1 0.027027) + ae1)) + ((p.name is t) + ((n.n.name is p) + (((ae0 0.6) + (ae1 0.4) + ae0)) + (((ae1 1) ae1))) + ((n.name is g) + (((ae0 0.2) + (ae1 0.8) + ae1)) + ((p.p.name is c) + ((n.n.name is d) + (((ae0 0.666667) + (ae1 0.333333) + ae0)) + (((ae1 1) ae1))) + (((ae1 1) ae1))))))) + (((aa0 0.00234742) + (ae0 0.00469484) + (ae1 0.992958) + ae1)))))))))))))))))))))))))))))))))))) + ((p.p.p.name is 0) + ((n.name is l) + ((n.n.name is t) + ((n.n.n.name is e) + (((ae1 0.136364) (ao0 0.136364) (ao1 0.727273) ao1)) + ((n.n.n.name is a) + (((aa0 0.111111) + (aa1 0.111111) + (ae0 0.222222) + (ao1 0.555556) + ao1)) + ((n.n.n.name is o) + (((aa0 0.166667) + (ae1 0.333333) + (ao1 0.333333) + (ax0 0.166667) + ae1)) + ((n.n.n.name is i) + (((aa0 0.111111) + (aa1 0.333333) + (ae0 0.111111) + (ae1 0.333333) + (ao1 0.111111) + aa1)) + ((n.n.n.name is r) + (((aa1 0.25) (ae1 0.25) (ao1 0.5) ao1)) + ((n.n.n.name is m) + (((ae1 0.333333) (ao1 0.666667) ao1)) + (((aa1 0.0769231) + (ae0 0.153846) + (ae1 0.615385) + (ao1 0.153846) + ae1)))))))) + ((n.n.name is l) + ((n.n.n.name is e) + (((aa0 0.0816327) + (aa1 0.0204082) + (ae1 0.530612) + (ao1 0.0408163) + (ax0 0.285714) + (ey1 0.0408163) + ae1)) + ((n.n.n.name is o) + (((ae1 0.517241) (ao1 0.0344828) (ax0 0.448276) ae1)) + ((n.n.n.name is a) + (((aa1 0.166667) (ae1 0.25) (ax0 0.583333) ax0)) + ((n.n.n.name is u) + (((ae1 0.272727) (ax0 0.727273) ax0)) + ((n.n.n.name is i) + (((ae1 0.521739) (ao1 0.217391) (ax0 0.26087) ae1)) + ((n.n.n.name is y) + (((ae1 0.75) (ax0 0.25) ae1)) + ((n.n.n.name is g) + (((ae1 0.6) (ao1 0.4) ae1)) + ((n.n.n.name is b) + (((ae1 0.5) (ao1 0.5) ae1)) + ((n.n.n.name is t) + (((ao1 1) ao1)) + ((n.n.n.name is w) + (((aa1 0.333333) (ao1 0.666667) ao1)) + ((n.n.n.name is d) + (((aa1 0.333333) + (ao1 0.333333) + (ax0 0.333333) + aa1)) + (((ae1 0.157895) + (ao1 0.578947) + (ax0 0.263158) + ao1))))))))))))) + ((n.n.name is a) + ((n.n.n.name is m) + (((ae1 0.75) (ax0 0.25) ae1)) + ((n.n.n.name is n) + (((aa0 0.285714) (ae1 0.571429) (ax0 0.142857) ae1)) + ((n.n.n.name is g) + (((aa0 0.333333) (ae1 0.666667) ae1)) + (((aa0 0.0967742) + (ae1 0.0967742) + (ax0 0.741935) + (ey1 0.0645161) + ax0))))) + ((n.n.name is o) + ((n.n.n.name is i) + (((aa0 0.833333) (aa1 0.166667) aa0)) + ((n.n.n.name is y) + (((aa0 0.333333) (ae1 0.333333) (ax0 0.333333) aa0)) + (((ae1 0.117647) (ax0 0.882353) ax0)))) + ((n.n.name is d) + ((n.n.n.name is e) + (((ae0 0.111111) + (ae1 0.222222) + (ao1 0.555556) + (ax0 0.111111) + ao1)) + ((n.n.n.name is r) + (((ae1 0.333333) (ao1 0.666667) ao1)) + ((n.n.n.name is a) + (((aa0 0.666667) (aa1 0.166667) (ae1 0.166667) aa0)) + (((aa0 0.166667) + (aa1 0.5) + (ae1 0.0833333) + (ao1 0.25) + aa1))))) + ((n.n.name is m) + ((n.n.n.name is a) + (((aa0 0.357143) (ae1 0.5) (ao1 0.142857) ae1)) + ((n.n.n.name is e) + (((aa0 1) aa0)) + (((aa0 0.230769) + (aa1 0.384615) + (ae1 0.153846) + (ao0 0.0769231) + (ao1 0.153846) + aa1)))) + ((n.n.name is u) + ((n.n.n.name is m) + (((ae1 0.4) (ax0 0.6) ax0)) + (((aa0 0.25) (aa1 0.25) (ae1 0.25) (ey1 0.25) aa0))) + ((n.n.name is v) + ((n.n.n.name is a) + (((aa0 0.375) (ae1 0.5) (ax0 0.125) ae1)) + (((aa0 0.428571) + (aa1 0.0714286) + (ae0 0.285714) + (ae1 0.214286) + aa0))) + ((n.n.name is r) + (((ao0 0.25) (ao1 0.5) (ax0 0.25) ao1)) + ((n.n.name is f) + ((n.n.n.name is r) + (((ae1 1) ae1)) + ((n.n.n.name is o) + (((aa0 0.2) (aa1 0.2) (ae1 0.6) ae1)) + ((n.n.n.name is a) + (((aa0 0.5) (ae1 0.5) aa0)) + (((aa0 0.25) (ae1 0.75) ae1))))) + ((n.n.name is b) + ((n.n.n.name is u) + (((ae1 1) ae1)) + ((n.n.n.name is r) + (((ae1 0.5) (ao1 0.5) ae1)) + ((n.n.n.name is e) + (((aa0 0.208333) + (ae0 0.0833333) + (ae1 0.5) + (ao0 0.0416667) + (ao1 0.0833333) + (ax0 0.0833333) + ae1)) + ((n.n.n.name is i) + (((aa0 0.333333) + (ae0 0.166667) + (ae1 0.333333) + (ao1 0.166667) + aa0)) + (((aa0 0.1875) + (aa1 0.0625) + (ae0 0.1875) + (ae1 0.4375) + (ao1 0.0625) + (ax0 0.0625) + ae1)))))) + ((n.n.name is y) + ((n.n.n.name is s) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae0 0.5) (ae1 0.25) (ey1 0.25) ae0))) + ((n.n.name is g) + ((n.n.n.name is e) + (((ae0 0.222222) (ae1 0.777778) ae1)) + ((n.n.n.name is o) + (((ae0 0.5) (ae1 0.5) ae0)) + ((n.n.n.name is a) + (((aa0 0.333333) (ae1 0.666667) ae1)) + (((aa0 0.25) + (ae0 0.25) + (ae1 0.25) + (ao1 0.25) + aa0))))) + ((n.n.n.name is a) + ((n.n.name is c) + (((aa0 0.333333) + (ae0 0.166667) + (ae1 0.5) + ae1)) + ((n.n.name is k) + (((ae0 0.111111) (ae1 0.888889) ae1)) + (((ae0 0.454545) + (ae1 0.363636) + (ao1 0.0909091) + (ax0 0.0909091) + ae0)))) + (((ae0 0.0508475) + (ae1 0.762712) + (ao1 0.0508475) + (ax0 0.135593) + ae1)))))))))))))))) + ((n.name is e) + ((n.n.name is r) + (((_epsilon_ 0.962963) (eh0 0.037037) _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 0.4) (eh0 0.6) eh0)) + ((n.n.name is g) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (ae1 0.5) (ey1 0.25) ae1))))) + ((n.name is n) + ((n.n.name is y) + (((eh1 1) eh1)) + ((n.n.name is t) + ((n.n.n.name is o) + (((aa0 0.36) + (aa1 0.04) + (ae0 0.2) + (ae1 0.36) + (ax0 0.04) + aa0)) + ((n.n.n.name is u) + (((aa0 1) aa0)) + ((n.n.n.name is a) + (((aa0 0.0714286) (ae0 0.714286) (ae1 0.214286) ae0)) + ((n.n.n.name is e) + (((ae0 0.533333) (ae1 0.466667) ae0)) + (((aa0 0.0309278) + (ae0 0.195876) + (ae1 0.762887) + (ax0 0.0103093) + ae1)))))) + ((n.n.name is g) + ((n.n.n.name is e) + (((aa0 0.2) + (ae0 0.114286) + (ae1 0.371429) + (ey0 0.0285714) + (ey1 0.285714) + ae1)) + ((n.n.n.name is o) + (((aa0 0.333333) (ae0 0.5) (ae1 0.166667) ae0)) + (((aa0 0.0540541) + (aa1 0.027027) + (ae0 0.027027) + (ae1 0.891892) + ae1)))) + ((n.n.name is n) + ((n.n.n.name is o) + (((ae1 0.0666667) (ax0 0.933333) ax0)) + (((aa0 0.0851064) (ae1 0.702128) (ax0 0.212766) ae1))) + ((n.n.n.name is l) + (((ae1 0.774194) + (ah1 0.0322581) + (ax0 0.16129) + (ey1 0.0322581) + ae1)) + ((n.n.name is d) + (((aa0 0.209877) + (aa1 0.0987654) + (ae0 0.0617284) + (ae1 0.580247) + (ax0 0.0493827) + ae1)) + ((n.n.n.name is i) + ((n.n.name is c) + (((aa0 0.25) (ae1 0.25) (ey1 0.5) ey1)) + ((n.n.name is x) + (((ae0 0.5) (ae1 0.5) ae0)) + (((ae1 0.666667) (ax0 0.333333) ae1)))) + ((n.n.n.name is b) + (((ae1 0.666667) (ey1 0.333333) ae1)) + ((n.n.n.name is n) + ((n.n.name is a) + (((aa0 0.25) + (aa1 0.25) + (ae1 0.25) + (ax0 0.25) + aa0)) + (((aa0 0.333333) (ax0 0.666667) ax0))) + ((n.n.n.name is c) + (((ae1 0.692308) (ax0 0.307692) ae1)) + ((n.n.n.name is m) + (((ae1 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is h) + (((aa0 0.0833333) + (ae0 0.0833333) + (ae1 0.833333) + ae1)) + ((n.n.n.name is w) + (((ae1 1) ae1)) + ((n.n.n.name is t) + (((aa0 0.0625) + (aa1 0.0625) + (ae1 0.6875) + (ax0 0.1875) + ae1)) + ((n.n.n.name is p) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.n.n.name is e) + ((n.n.name is k) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.238095) + (ae0 0.047619) + (ae1 0.571429) + (ax0 0.142857) + ae1))) + ((n.n.name is w) + (((ae1 1) ae1)) + ((n.n.n.name is y) + (((aa0 0.333333) + (ae0 0.333333) + (ax0 0.333333) + aa0)) + ((n.n.n.name is r) + (((aa0 0.0833333) + (ae0 0.166667) + (ae1 0.666667) + (ax0 0.0833333) + ae1)) + ((n.n.name is s) + (((aa0 0.166667) + (ae0 0.333333) + (ae1 0.5) + ae1)) + ((n.n.name is a) + (((aa0 0.3) + (aa1 0.2) + (ae0 0.1) + (ae1 0.3) + (ax0 0.1) + aa0)) + (((aa0 0.25) + (aa1 0.125) + (ae1 0.625) + ae1))))))))))))))))))))))) + ((n.name is y) + ((n.n.name is a) + (((_epsilon_ 0.8) (ax0 0.2) _epsilon_)) + ((n.n.name is r) + (((eh1 0.666667) (ey1 0.333333) eh1)) + ((n.n.name is o) + (((ey0 0.5) (ey1 0.5) ey0)) + (((_epsilon_ 0.0454545) (ey1 0.954545) ey1))))) + ((n.name is h) + ((n.n.name is l) + (((aa1 0.833333) (ax0 0.0833333) (ey1 0.0833333) aa1)) + ((n.n.name is o) + (((aa1 0.25) (ae1 0.25) (ax0 0.5) ax0)) + (((aa0 0.117647) + (aa1 0.705882) + (ae1 0.117647) + (ax0 0.0588235) + aa1)))) + ((n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.name is m) + ((n.n.name is a) + ((n.n.n.name is n) + (((aa0 0.166667) + (aa1 0.333333) + (ae1 0.166667) + (ax0 0.333333) + aa1)) + ((n.n.n.name is d) + (((aa0 0.666667) (ae1 0.333333) aa0)) + ((n.n.n.name is r) + (((aa0 0.454545) + (ae1 0.454545) + (ax0 0.0909091) + aa0)) + ((n.n.n.name is t) + (((aa0 0.2) (ae1 0.8) ae1)) + ((n.n.n.name is b) + (((aa0 0.333333) (ae1 0.666667) ae1)) + ((n.n.n.name is z) + (((ae1 0.5) (ax0 0.5) ae1)) + ((n.n.n.name is l) + (((aa0 0.125) (ae1 0.25) (ax0 0.625) ax0)) + ((n.n.n.name is s) + (((ae1 0.4) (ax0 0.6) ax0)) + (((aa0 0.142857) + (ae1 0.571429) + (ax0 0.142857) + (ey1 0.142857) + ae1)))))))))) + ((n.n.name is o) + ((n.n.n.name is r) + (((aa0 0.125) + (aa1 0.0625) + (ae1 0.5625) + (ax0 0.0625) + (ey0 0.0625) + (ey1 0.125) + ae1)) + (((aa0 0.0714286) + (aa1 0.0714286) + (ae1 0.0714286) + (ax0 0.714286) + (ey1 0.0714286) + ax0))) + ((n.n.name is u) + ((n.n.n.name is s) + (((ax0 1) ax0)) + (((ae1 0.6) (ax0 0.2) (ey1 0.2) ae1))) + ((n.n.name is m) + (((aa0 0.0769231) + (ae1 0.692308) + (ax0 0.230769) + ae1)) + ((n.n.n.name is r) + (((aa0 0.1875) (ae0 0.1875) (ae1 0.625) ae1)) + ((n.n.n.name is l) + (((ae1 1) ae1)) + ((n.n.name is b) + ((n.n.n.name is u) + (((ae1 0.888889) (ax0 0.111111) ae1)) + ((n.n.n.name is e) + (((ae1 1) ae1)) + (((ae0 0.578947) + (ae1 0.368421) + (ax0 0.0526316) + ae0)))) + ((n.n.n.name is h) + (((ae0 0.416667) (ae1 0.583333) ae1)) + ((n.n.name is p) + (((ae1 1) ae1)) + ((n.n.name is s) + (((ae1 1) ae1)) + ((n.n.name is c) + (((ae1 1) ae1)) + ((n.n.name is y) + (((ae1 1) ae1)) + ((n.n.name is n) + (((ae0 0.4) (ae1 0.6) ae1)) + ((n.n.n.name is e) + (((ae0 0.0909091) (ae1 0.909091) ae1)) + ((n.n.n.name is a) + (((ae0 0.25) (ae1 0.75) ae1)) + ((n.n.name is r) + (((ae0 0.333333) (ae1 0.666667) ae1)) + (((ae0 0.666667) (ae1 0.333333) ae0)))))))))))))))))) + ((n.n.name is v) + ((n.n.n.name is o) + (((ae1 1) ae1)) + ((n.n.n.name is a) + (((ae0 0.416667) (ae1 0.0833333) (ax0 0.5) ax0)) + ((n.n.n.name is e) + (((ae0 0.461538) (ae1 0.5) (ax0 0.0384615) ae1)) + (((ae0 0.785714) + (ae1 0.142857) + (ax0 0.0714286) + ae0))))) + ((n.name is w) + ((n.n.name is a) + (((aa1 0.05) (ax0 0.85) (ey1 0.1) ax0)) + ((n.n.name is f) + (((aa1 0.666667) (ao1 0.333333) aa1)) + (((_epsilon_ 0.142857) + (ao1 0.428571) + (ax0 0.285714) + (ey1 0.142857) + ao1)))) + ((n.name is o) + (((_epsilon_ 0.5) + (ey0 0.333333) + (ey1 0.166667) + _epsilon_)) + ((n.n.name is r) + ((n.n.n.name is o) + ((n.name is t) + (((ae1 0.4) (ax0 0.6) ax0)) + (((ae1 0.666667) + (ax0 0.291667) + (ey1 0.0416667) + ae1))) + ((n.n.n.name is i) + ((n.name is d) + (((aa0 0.333333) + (aa1 0.111111) + (ax0 0.222222) + (ey1 0.333333) + aa0)) + ((n.name is f) + (((ae1 1) ae1)) + ((n.name is g) + (((ae1 0.777778) (ax0 0.222222) ae1)) + ((n.name is c) + (((aa1 0.333333) (ae1 0.666667) ae1)) + ((n.name is p) + (((aa1 0.25) (ae1 0.25) (ey1 0.5) ey1)) + (((aa0 0.142857) + (ae1 0.142857) + (ax0 0.428571) + (ey1 0.285714) + ax0))))))) + ((n.name is g) + (((aa0 0.2) + (aa1 0.0666667) + (ae1 0.0666667) + (ax0 0.666667) + ax0)) + ((n.n.n.name is u) + (((aa0 0.4) (ax0 0.4) (ey1 0.2) aa0)) + ((n.name is d) + ((n.n.n.name is e) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.333333) (ey1 0.666667) ey1))) + ((n.name is b) + (((aa1 0.105263) + (ae0 0.0526316) + (ae1 0.105263) + (ax0 0.526316) + (ey1 0.210526) + ax0)) + ((n.name is c) + (((ae1 0.142857) + (ax0 0.428571) + (ey1 0.428571) + ax0)) + (((aa1 0.2) + (ae1 0.4) + (ax0 0.2) + (ey1 0.2) + ae1))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + (((aa1 0.375) + (ae1 0.25) + (ay1 0.125) + (ey1 0.25) + aa1)) + ((n.n.n.name is n) + ((n.name is b) + (((ax0 1) ax0)) + ((n.name is v) + (((aa0 0.2) (ax0 0.8) ax0)) + (((aa0 0.4) (aa1 0.2) (ey1 0.4) aa0)))) + ((n.name is j) + (((ax0 0.5) (ey1 0.5) ax0)) + ((n.n.n.name is p) + (((ae1 0.133333) (ax0 0.866667) ax0)) + ((n.n.n.name is i) + (((ax0 1) ax0)) + ((n.name is g) + ((n.n.n.name is r) + (((aa1 0.333333) + (ae1 0.333333) + (ey1 0.333333) + aa1)) + (((ae1 0.8) (ax0 0.2) ae1))) + ((n.n.n.name is m) + (((aa0 0.190476) + (aa1 0.142857) + (ae1 0.333333) + (ax0 0.333333) + ae1)) + ((n.name is t) + ((n.n.n.name is l) + (((aa0 0.5) (ae1 0.5) aa0)) + (((ae1 0.666667) (ey1 0.333333) ae1))) + ((n.n.n.name is l) + ((n.name is v) + (((aa0 0.333333) (ae1 0.666667) ae1)) + ((n.name is z) + (((aa0 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)))) + ((n.n.n.name is r) + (((aa0 0.214286) + (ae1 0.285714) + (ax0 0.5) + ax0)) + ((n.name is b) + ((n.n.n.name is c) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ae1 0.111111) (ax0 0.888889) ax0))) + ((n.n.n.name is c) + (((aa0 0.166667) (ax0 0.833333) ax0)) + ((n.n.n.name is t) + (((aa0 0.166667) + (ae1 0.833333) + ae1)) + ((n.name is c) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + ((n.name is d) + (((ae1 0.571429) + (ax0 0.428571) + ae1)) + (((ae1 0.25) (ax0 0.75) ax0))))))))))))))))) + ((n.n.name is h) + ((n.name is s) + (((ae1 0.942857) (ax0 0.0571429) ae1)) + ((n.n.n.name is a) + ((n.name is t) + (((aa1 0.2) + (ae1 0.2) + (ey0 0.4) + (ey1 0.2) + ey0)) + ((n.name is g) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((ae1 0.333333) (ax0 0.666667) ax0)))) + ((n.n.n.name is i) + (((ae1 0.0714286) + (ax0 0.714286) + (ey1 0.214286) + ax0)) + ((n.name is d) + (((ae0 0.5) (ax0 0.5) ae0)) + ((n.n.n.name is l) + (((ae0 0.6) (ae1 0.4) ae0)) + ((n.name is b) + (((ae0 0.5) (ax0 0.5) ae0)) + (((aa0 0.03125) + (ae1 0.5) + (ax0 0.21875) + (ey1 0.25) + ae1)))))))) + ((n.name is g) + ((n.n.name is u) + (((aa0 0.642857) + (aa1 0.0714286) + (ae1 0.142857) + (ax0 0.142857) + aa0)) + ((n.n.n.name is s) + (((aa0 1) aa0)) + ((n.n.name is n) + (((aa0 0.0833333) + (ae0 0.0833333) + (ae1 0.75) + (ey1 0.0833333) + ae1)) + ((n.n.n.name is n) + (((ae1 1) ae1)) + ((n.n.name is g) + (((ae1 0.619048) (ax0 0.380952) ae1)) + (((ae1 0.3) (ax0 0.7) ax0))))))) + ((n.n.name is o) + ((n.name is b) + (((aa1 0.0588235) + (ae1 0.147059) + (ax0 0.794118) + ax0)) + ((n.name is t) + ((n.n.n.name is n) + (((ax0 0.75) (ey0 0.25) ax0)) + (((ae1 0.625) (ax0 0.25) (eh1 0.125) ae1))) + ((n.name is d) + ((n.n.n.name is l) + (((aa0 0.142857) + (ae1 0.428571) + (ax0 0.142857) + (ey1 0.285714) + ae1)) + ((n.n.n.name is p) + (((ax0 1) ax0)) + ((n.n.n.name is r) + (((aa0 0.230769) + (ae0 0.0769231) + (ae1 0.0769231) + (ax0 0.615385) + ax0)) + (((aa0 0.5) (ax0 0.5) aa0))))) + ((n.n.n.name is c) + ((n.name is v) + (((ae1 1) ae1)) + (((aa0 0.25) (ax0 0.75) ax0))) + ((n.n.n.name is n) + (((ae1 0.5) (ax0 0.25) (ey1 0.25) ae1)) + ((n.name is v) + (((ax0 1) ax0)) + ((n.n.n.name is r) + (((ax0 0.75) (ey1 0.25) ax0)) + ((n.n.n.name is u) + (((ax0 1) ax0)) + ((n.name is p) + ((n.n.n.name is l) + (((ae1 0.153846) + (ax0 0.769231) + (ey1 0.0769231) + ax0)) + ((n.n.n.name is s) + (((ae1 0.2) (ax0 0.8) ax0)) + ((n.n.n.name is p) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0))))) + (((ae1 0.666667) (ax0 0.333333) ae1))))))))))) + ((n.n.n.name is r) + ((n.name is s) + ((n.n.name is c) + (((ax0 1) ax0)) + (((ae1 0.607143) (ax0 0.392857) ae1))) + ((n.n.name is b) + (((aa0 0.25) (ax0 0.75) ax0)) + ((n.n.name is c) + (((ax0 1) ax0)) + ((n.name is c) + (((ae1 1) ae1)) + ((n.name is d) + (((ae1 0.428571) (ax0 0.571429) ax0)) + ((n.name is f) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.136364) (ax0 0.863636) ax0)))))))) + ((n.n.name is s) + ((n.name is s) + (((aa0 0.0103093) + (ae0 0.0103093) + (ae1 0.0927835) + (ax0 0.886598) + ax0)) + ((n.name is b) + ((n.n.n.name is o) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.n.n.name is u) + (((ax0 1) ax0)) + ((n.n.n.name is t) + (((ae0 0.214286) + (ae1 0.357143) + (ax0 0.428571) + ax0)) + (((ae0 0.0769231) + (ae1 0.846154) + (ax0 0.0769231) + ae1))))) + (((aa0 0.166667) (ae1 0.833333) ae1)))) + ((n.n.name is y) + ((n.name is b) + (((ax0 1) ax0)) + (((ae1 0.142857) + (ax0 0.142857) + (ey0 0.142857) + (ey1 0.571429) + ey1))) + ((n.name is p) + ((n.n.n.name is o) + (((ax0 1) ax0)) + ((n.n.n.name is e) + ((n.n.name is p) + (((ae1 0.444444) (ax0 0.555556) ax0)) + (((ae1 0.75) (ax0 0.25) ae1))) + (((ae1 0.745763) (ax0 0.254237) ae1)))) + ((n.n.n.name is e) + ((n.n.name is c) + ((n.name is s) + (((aa0 0.0909091) + (ae1 0.0909091) + (ax0 0.818182) + ax0)) + (((aa0 0.0285714) + (ae0 0.628571) + (ae1 0.257143) + (ax0 0.0857143) + ae0))) + ((n.name is t) + ((n.n.name is t) + (((ae1 0.185185) (ax0 0.814815) ax0)) + (((ae1 0.75) (ax0 0.25) ae1))) + ((n.n.name is f) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((n.n.name is l) + ((n.name is b) + (((ey1 1) ey1)) + (((ae1 0.857143) + (ax0 0.142857) + ae1))) + (((aa1 0.0133333) + (ae0 0.04) + (ae1 0.853333) + (ax0 0.08) + (ey1 0.0133333) + ae1)))))) + ((n.n.n.name is h) + ((n.n.name is c) + (((ae1 1) ae1)) + (((ae0 0.444444) + (ae1 0.444444) + (eh0 0.111111) + ae0))) + ((n.n.name is m) + ((n.n.n.name is a) + (((ae1 1) ae1)) + ((n.name is d) + (((ae0 0.441176) + (ae1 0.235294) + (ax0 0.323529) + ae0)) + (((ae1 0.5) (ax0 0.5) ae1)))) + ((n.name is z) + ((n.n.name is z) + (((aa0 0.8) (ax0 0.2) aa0)) + (((aa0 0.2) (ae0 0.6) (ae1 0.2) ae0))) + ((n.n.n.name is i) + ((n.name is c) + (((ae0 0.0689655) + (ae1 0.896552) + (ax0 0.0344828) + ae1)) + ((n.name is f) + (((ae0 0.0454545) + (ae1 0.227273) + (ah1 0.0454545) + (ax0 0.681818) + ax0)) + ((n.name is d) + ((n.n.name is d) + (((aa1 0.0526316) + (ae1 0.263158) + (ah1 0.0526316) + (ax0 0.631579) + ax0)) + (((ae1 1) ae1))) + ((n.name is q) + (((aa0 0.222222) + (ae1 0.555556) + (ax0 0.222222) + ae1)) + ((n.name is b) + (((ae1 1) ae1)) + ((n.name is s) + ((n.n.name is p) + (((ae1 0.727273) + (ax0 0.272727) + ae1)) + ((n.n.name is k) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.166667) + (ax0 0.833333) + ax0)))) + (((ae1 0.733333) + (ax0 0.266667) + ae1)))))))) + ((n.n.n.name is #) + (((ae1 1) ae1)) + ((n.n.name is d) + ((n.n.n.name is u) + (((aa0 0.2) + (ae0 0.4) + (ae1 0.1) + (ax0 0.3) + ae0)) + ((n.n.n.name is o) + (((ae0 0.5) (ae1 0.5) ae0)) + (((ae1 0.9) (ax0 0.1) ae1)))) + ((n.n.n.name is n) + ((n.name is c) + (((ae0 1) ae0)) + (((ax0 1) ax0))) + ((n.n.n.name is a) + ((n.n.name is t) + (((aa0 0.0740741) + (aa1 0.037037) + (ae1 0.185185) + (ax0 0.703704) + ax0)) + ((n.name is t) + (((ae0 0.333333) + (ae1 0.555556) + (ax0 0.111111) + ae1)) + ((n.n.name is c) + (((aa0 0.666667) + (ae1 0.333333) + aa0)) + ((n.name is b) + (((aa0 0.333333) + (aa1 0.166667) + (ae1 0.166667) + (ax0 0.333333) + aa0)) + ((n.name is d) + (((aa0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa0)) + ((n.name is s) + (((ae0 0.166667) + (ae1 0.333333) + (ax0 0.5) + ax0)) + ((n.n.name is f) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae1 0.5) + (ax0 0.5) + ae1))))))))) + ((n.n.name is t) + ((n.name is s) + ((n.n.n.name is o) + (((aa0 0.166667) + (ae1 0.25) + (ax0 0.583333) + ax0)) + (((ae1 0.5) (ax0 0.5) ae1))) + (((ae0 0.0526316) + (ae1 0.894737) + (ax0 0.0526316) + ae1))) + ((n.n.name is n) + (((ae0 0.666667) + (ae1 0.333333) + ae0)) + ((n.n.n.name is y) + (((ae1 0.75) (ey1 0.25) ae1)) + ((n.name is t) + (((ae1 1) ae1)) + ((n.n.n.name is o) + ((n.name is c) + (((aa0 0.05) + (aa1 0.025) + (ae1 0.1) + (ax0 0.825) + ax0)) + ((n.n.name is j) + (((ax0 1) ax0)) + ((n.n.name is f) + (((ae0 0.142857) + (ae1 0.142857) + (ax0 0.714286) + ax0)) + ((n.name is s) + (((ae1 0.25) + (ax0 0.75) + ax0)) + (((ae1 0.666667) + (ax0 0.333333) + ae1)))))) + ((n.n.name is k) + (((ae1 1) ae1)) + ((n.name is s) + (((ae1 1) ae1)) + ((n.name is c) + ((n.n.n.name is s) + (((ae1 1) ae1)) + ((n.n.n.name is t) + (((ax0 1) ax0)) + ((n.n.n.name is l) + (((ae1 0.5) + (ax0 0.5) + ae1)) + (((ae1 0.333333) + (ax0 0.666667) + ax0))))) + (((ae1 0.183673) + (ax0 0.816327) + ax0)))))))))))))))))))))))))))))))))))))) + ((n.n.name is o) + ((n.n.n.name is #) + ((n.name is c) + (((aa1 0.461538) (ae1 0.153846) (ax0 0.384615) aa1)) + ((n.name is y) + (((aa1 0.2) (ey1 0.8) ey1)) + ((n.name is g) + ((p.name is b) + (((aa1 0.25) (ey1 0.75) ey1)) + ((p.p.name is t) + (((aa1 1) aa1)) + ((p.name is r) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.75) (ax0 0.25) aa1))))) + ((p.p.p.name is p) + ((p.name is r) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((aa1 0.909091) (ey1 0.0909091) aa1))) + ((n.name is k) + (((aa1 0.666667) (ah1 0.333333) aa1)) + ((p.p.p.name is o) + (((aa1 0.857143) (ax0 0.047619) (ey1 0.0952381) aa1)) + ((p.p.name is o) + (((aa0 0.0232558) + (aa1 0.953488) + (ey1 0.0232558) + aa1)) + ((p.name is f) + (((aa1 0.818182) (ax0 0.181818) aa1)) + ((n.name is m) + ((p.name is n) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 1) aa1))) + (((aa1 0.988636) (ax0 0.0113636) aa1))))))))))) + ((n.name is t) + ((n.n.n.name is r) + ((p.p.p.name is n) + (((ey0 0.0666667) (ey1 0.933333) ey1)) + ((p.name is m) + (((ax0 1) ax0)) + ((p.p.name is t) + ((p.p.p.name is i) + (((ey0 0.5) (ey1 0.5) ey0)) + (((ey1 1) ey1))) + ((p.p.name is i) + ((p.p.p.name is c) + (((ax0 1) ax0)) + ((p.p.p.name is p) + (((ax0 0.8) (ey1 0.2) ax0)) + (((ax0 0.0540541) + (ey0 0.027027) + (ey1 0.918919) + ey1)))) + ((p.name is d) + (((ax0 1) ax0)) + ((p.name is l) + ((p.p.name is o) + (((ey0 0.666667) (ey1 0.333333) ey0)) + ((p.p.p.name is g) + (((ax0 0.4) (ey0 0.2) (ey1 0.4) ax0)) + (((aa0 0.037037) + (ax0 0.185185) + (ey1 0.777778) + ey1)))) + ((p.p.name is d) + (((ey1 1) ey1)) + ((p.p.p.name is m) + (((aa0 0.25) (ax0 0.75) ax0)) + ((p.name is c) + (((aa0 0.125) (ax0 0.125) (ey1 0.75) ey1)) + ((p.p.name is c) + ((p.p.p.name is i) + (((ax0 0.2) (ey1 0.8) ey1)) + (((ax0 0.333333) (ey0 0.666667) ey0))) + ((p.p.p.name is a) + ((p.p.name is l) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((p.name is r) + (((ey0 0.333333) (ey1 0.666667) ey1)) + (((ax0 0.333333) + (ey0 0.333333) + (ey1 0.333333) + ax0)))) + ((p.name is n) + ((p.p.name is o) + (((ey0 0.333333) (ey1 0.666667) ey1)) + ((p.p.name is r) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0)) + (((aa0 0.142857) (ax0 0.857143) ax0)))) + ((p.p.name is r) + ((p.name is v) + (((ax0 1) ax0)) + (((aa0 0.333333) + (ax0 0.333333) + (ey1 0.333333) + aa0))) + ((p.p.name is e) + (((ax0 0.125) (ey1 0.875) ey1)) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 0.285714) (ey1 0.714286) ey1)) + ((p.p.p.name is c) + ((p.p.name is u) + ((p.name is r) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((ax0 0.333333) (ey1 0.666667) ey1))) + (((ey1 1) ey1))) + ((p.p.name is o) + ((p.name is g) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((ax0 0.5) (ey1 0.5) ax0))) + (((ax0 0.833333) (ey1 0.166667) ax0)))))))))))))))))))) + ((p.p.name is t) + (((ae1 1) ae1)) + (((aa1 0.0294118) + (ae1 0.0588235) + (ax0 0.823529) + (ey1 0.0882353) + ax0)))) + ((n.n.n.name is s) + ((p.p.p.name is o) + (((ae1 0.333333) (ey1 0.666667) ey1)) + ((p.p.p.name is u) + (((ax0 1) ax0)) + ((p.name is t) + (((aa1 0.333333) (ae1 0.333333) (ax0 0.333333) aa1)) + ((n.name is l) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.0625) (aa1 0.875) (ax0 0.0625) aa1)))))) + ((n.name is m) + ((n.n.n.name is t) + (((aa0 0.888889) (ax0 0.111111) aa0)) + ((n.n.n.name is n) + ((p.name is r) + (((aa0 0.5) (ax0 0.5) aa0)) + (((aa0 0.111111) (ax0 0.888889) ax0))) + ((n.n.n.name is u) + (((ax0 1) ax0)) + ((p.p.p.name is m) + (((aa0 0.4) (ax0 0.6) ax0)) + ((p.p.p.name is a) + (((aa1 1) aa1)) + ((p.name is r) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.454545) + (ae1 0.0909091) + (ax0 0.454545) + aa1)))))))) + ((p.p.name is a) + ((n.n.n.name is l) + (((aa0 0.5) (ae1 0.5) aa0)) + ((p.name is d) + (((aa0 0.333333) (ae1 0.333333) (ao1 0.333333) aa0)) + ((n.name is s) + (((ax0 0.75) (ih0 0.25) ax0)) + ((n.n.n.name is g) + (((ax0 1) ax0)) + ((n.name is l) + ((p.p.p.name is l) + (((ax0 1) ax0)) + (((aa0 0.75) (ax0 0.25) aa0))) + ((p.p.p.name is m) + (((ax0 1) ax0)) + ((p.p.p.name is d) + (((ax0 1) ax0)) + ((p.p.p.name is p) + (((aa0 0.0625) (ax0 0.9375) ax0)) + ((p.name is g) + (((ax0 1) ax0)) + ((p.name is r) + (((aa0 0.5) (ax0 0.5) aa0)) + (((aa0 0.25) (ax0 0.75) ax0)))))))))))) + ((n.name is g) + ((n.n.n.name is n) + (((aa0 0.05) (ae1 0.75) (ax0 0.1) (ih0 0.1) ae1)) + (((aa0 0.1) (aa1 0.1) (ax0 0.8) ax0))) + ((p.name is h) + ((p.p.name is s) + (((ae1 1) ae1)) + ((p.p.name is c) + ((n.n.n.name is w) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.666667) (ae1 0.333333) _epsilon_))) + (((aa0 0.125) (ax0 0.875) ax0)))) + ((n.name is b) + ((p.p.p.name is b) + (((ax0 0.2) (ey1 0.8) ey1)) + ((p.p.p.name is o) + (((ae1 1) ae1)) + ((p.p.p.name is m) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((ax0 1) ax0))))) + ((p.name is m) + ((n.n.n.name is n) + (((ae1 0.2) (ax0 0.2) (ey1 0.6) ey1)) + (((ae1 0.181818) + (ax0 0.636364) + (ey0 0.181818) + ax0))) + ((n.n.n.name is l) + ((n.name is p) + (((aa1 0.142857) (ae1 0.857143) ae1)) + ((p.name is r) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa0 0.4) (ax0 0.6) ax0)))) + ((n.n.n.name is n) + ((n.name is s) + (((ax0 1) ax0)) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is a) + ((p.p.name is n) + (((ax0 1) ax0)) + (((aa0 0.666667) (ax0 0.333333) aa0))) + (((aa0 0.75) (ax0 0.125) (ey1 0.125) aa0)))))) + ((n.name is v) + ((n.n.n.name is r) + (((ey1 1) ey1)) + (((ae1 0.166667) (ax0 0.833333) ax0))) + ((n.name is n) + ((p.p.name is r) + (((aa0 0.5) (ae1 0.25) (ax0 0.25) aa0)) + ((n.n.n.name is v) + ((p.p.name is o) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((ae1 0.25) (ax0 0.75) ax0))) + (((ae1 0.0666667) + (ax0 0.866667) + (ey1 0.0666667) + ax0)))) + ((n.n.n.name is g) + (((aa1 0.25) (ae1 0.5) (ax0 0.25) ae1)) + ((p.p.name is l) + ((n.name is c) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((aa0 0.2) (ax0 0.8) ax0)) + (((aa0 0.666667) (ax0 0.333333) aa0)))) + ((p.name is n) + ((p.p.p.name is d) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.5) (ax0 0.5) aa0))) + (((aa1 0.047619) (ax0 0.952381) ax0)))))))))))))))))) + ((n.name is l) + ((n.n.n.name is y) + ((p.name is c) + ((p.p.p.name is m) + (((_epsilon_ 0.875) (ax0 0.125) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.633333) (ax0 0.366667) _epsilon_)))) + ((p.name is u) + ((p.p.name is s) + (((ax0 0.25) (w-ax0 0.75) w-ax0)) + (((ax0 0.875) (w-ax0 0.125) ax0))) + (((_epsilon_ 0.00884956) + (ae1 0.0353982) + (ax0 0.955752) + ax0)))) + ((n.n.name is s) + ((n.n.n.name is k) + (((aa1 1) aa1)) + ((p.name is u) + ((p.p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 0.333333) (w-ax0 0.666667) w-ax0)) + (((ax0 0.714286) (w-ax0 0.285714) ax0)))) + (((_epsilon_ 0.0135135) + (aa1 0.00675676) + (ae1 0.0202703) + (ao1 0.00675676) + (ax0 0.952703) + ax0)))) + ((n.n.n.name is #) + ((n.n.name is a) + (((aa1 0.869565) (ax0 0.108696) (ey1 0.0217391) aa1)) + ((n.n.name is d) + ((p.name is w) + ((p.p.name is n) + (((ao0 0.125) (ao1 0.75) (ax0 0.125) ao1)) + ((p.p.p.name is e) + ((p.p.name is r) + (((ao0 0.75) (ao1 0.25) ao0)) + (((ao1 0.75) (ax0 0.25) ao1))) + ((p.p.p.name is n) + (((ao0 1) ao0)) + ((p.p.p.name is s) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((ao0 0.666667) (ax0 0.333333) ao0)) + (((ao0 0.428571) (ax0 0.571429) ax0))))))) + ((p.name is b) + (((ao0 0.25) (ao1 0.5) (ax0 0.25) ao1)) + (((aa1 0.0625) (ao0 0.0625) (ax0 0.875) ax0)))) + ((p.name is b) + ((n.n.name is l) + (((ao1 0.956522) (ax0 0.0434783) ao1)) + (((aa1 0.333333) (ao1 0.333333) (ax0 0.333333) aa1))) + ((n.n.name is l) + ((p.name is f) + (((ao1 0.857143) (ax0 0.142857) ao1)) + ((p.p.name is e) + ((p.name is r) + (((ao1 1) ao1)) + ((p.name is w) + (((ao1 0.5) (ax0 0.5) ao1)) + ((p.p.p.name is m) + (((ao1 0.666667) (ax0 0.333333) ao1)) + (((aa1 0.5) (ao1 0.333333) (ax0 0.166667) aa1))))) + ((p.p.name is r) + (((aa1 0.125) (ax0 0.875) ax0)) + ((p.p.name is n) + ((p.name is d) + (((aa0 0.0714286) + (aa1 0.0714286) + (ao1 0.0714286) + (ax0 0.785714) + ax0)) + ((p.name is h) + (((ao1 0.666667) (ax0 0.333333) ao1)) + (((aa1 0.333333) + (ao0 0.333333) + (eh1 0.333333) + aa1)))) + ((p.p.name is h) + (((ao1 1) ao1)) + ((p.p.p.name is m) + (((ao1 1) ao1)) + ((p.p.name is i) + (((ao0 0.4) (ao1 0.2) (ax0 0.4) ao0)) + ((p.p.p.name is t) + (((aa0 0.125) (ao1 0.125) (ax0 0.75) ax0)) + ((p.name is g) + (((ax0 1) ax0)) + ((p.name is n) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((ao1 0.8) (ax0 0.2) ao1)) + ((p.p.p.name is e) + ((p.p.name is s) + (((ao0 0.333333) + (ao1 0.333333) + (ax0 0.333333) + ao0)) + (((ao1 0.666667) (ax0 0.333333) ao1))) + ((p.p.name is a) + (((ao0 0.25) (ao1 0.25) (ax0 0.5) ax0)) + ((p.name is d) + (((ax0 1) ax0)) + ((p.name is r) + (((ax0 1) ax0)) + ((p.p.name is c) + (((ao1 0.142857) + (ax0 0.857143) + ax0)) + ((p.p.name is o) + (((ao1 0.166667) + (ax0 0.833333) + ax0)) + ((p.p.name is s) + ((p.name is h) + (((ax0 1) ax0)) + (((ao1 0.5) (ax0 0.5) ao1))) + ((p.p.name is t) + (((ao1 0.2) (ax0 0.8) ax0)) + ((p.p.p.name is a) + (((ao1 0.25) (ax0 0.75) ax0)) + (((ao1 0.7) (ax0 0.3) ao1)))))))))))))))))))))) + ((n.n.name is f) + (((ae0 0.25) (ae1 0.5) (ao0 0.25) ae1)) + ((n.n.name is m) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((n.n.name is t) + ((p.p.p.name is n) + (((ao1 1) ao1)) + ((p.name is w) + (((ax0 1) ax0)) + ((p.p.name is n) + (((ao1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.333333) + (ao1 0.5) + (ax0 0.166667) + ao1))))) + ((n.n.name is y) + (((ae1 0.142857) (ax0 0.857143) ax0)) + ((n.n.name is k) + (((aa1 0.111111) + (ao1 0.666667) + (ax0 0.222222) + ao1)) + ((p.p.p.name is c) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((ae1 1) ae1)))))))))))) + ((n.n.name is l) + ((n.n.n.name is s) + (((ao1 1) ao1)) + ((n.n.n.name is o) + ((p.p.p.name is d) + (((ax0 1) ax0)) + ((p.p.p.name is s) + (((ae1 0.333333) (eh1 0.666667) eh1)) + ((p.p.name is e) + (((aa1 0.75) (ax0 0.25) aa1)) + ((p.p.p.name is a) + (((aa1 1) aa1)) + ((p.name is g) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((ae1 1) ae1))))))) + ((p.name is w) + (((ao1 0.857143) (ey0 0.142857) ao1)) + ((p.p.p.name is p) + (((ax0 1) ax0)) + ((p.name is v) + ((p.p.p.name is l) + (((aa0 0.2) (aa1 0.2) (ax0 0.6) ax0)) + (((aa0 0.4) (ae1 0.6) ae1))) + ((p.p.name is s) + ((p.p.p.name is n) + (((ao1 0.857143) (ax0 0.142857) ao1)) + ((p.p.p.name is y) + (((ax0 1) ax0)) + (((aa1 0.5) (ax0 0.5) aa1)))) + ((p.p.name is o) + (((aa1 0.4) (ax0 0.6) ax0)) + ((p.name is b) + (((ao1 0.666667) (ax0 0.333333) ao1)) + ((p.p.name is p) + (((ao1 1) ao1)) + ((n.n.n.name is e) + ((p.p.name is c) + (((ae1 0.6) (ao1 0.4) ae1)) + ((p.p.name is a) + (((aa1 0.333333) + (ae1 0.333333) + (ao1 0.333333) + aa1)) + ((p.name is c) + (((ao1 0.666667) (ax0 0.333333) ao1)) + (((ae1 0.25) (ao1 0.25) (ax0 0.5) ax0))))) + ((p.name is c) + (((ae1 0.714286) (ao1 0.285714) ae1)) + ((p.p.p.name is m) + ((n.n.n.name is i) + (((ae1 1) ae1)) + (((ax0 1) ax0))) + (((ae1 0.923077) (ax0 0.0769231) ae1)))))))))))))) + ((p.name is w) + ((n.n.name is t) + (((ax0 1) ax0)) + ((n.n.n.name is e) + (((ao1 0.8) (ax0 0.2) ao1)) + ((n.n.name is k) + (((ao0 0.25) (ao1 0.75) ao1)) + (((aa1 0.333333) + (ao0 0.333333) + (ao1 0.333333) + aa1))))) + ((p.name is v) + ((n.n.name is u) + (((ae0 0.0588235) (ae1 0.941176) ae1)) + ((n.n.name is v) + (((ae0 0.333333) (ae1 0.666667) ae1)) + ((n.n.name is c) + (((aa0 0.25) (aa1 0.25) (ax0 0.5) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1))))) + ((n.n.name is c) + ((n.n.n.name is a) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa1 0.142857) (ae1 0.857143) ae1))) + ((n.n.n.name is a) + ((p.name is t) + (((aa0 0.666667) (ae1 0.333333) aa0)) + ((p.p.p.name is i) + (((aa0 0.333333) + (aa1 0.333333) + (ao1 0.333333) + aa0)) + ((n.n.name is d) + (((aa1 1) aa1)) + ((p.p.p.name is r) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((aa1 0.6) (ae1 0.2) (ao1 0.2) aa1)))))) + ((n.n.n.name is o) + ((p.p.p.name is m) + (((ae1 0.4) (ax0 0.6) ax0)) + (((aa0 0.0833333) + (aa1 0.708333) + (ae1 0.0833333) + (ao1 0.0416667) + (ax0 0.0833333) + aa1))) + ((n.n.n.name is b) + (((ae1 0.25) (ao1 0.25) (ey1 0.5) ey1)) + ((n.n.n.name is i) + ((n.n.name is d) + ((p.p.name is e) + (((aa0 0.25) (ae1 0.25) (ax0 0.5) ax0)) + (((aa1 0.875) (ao1 0.125) aa1))) + ((n.n.name is t) + (((ax0 0.75) (w-ax0 0.25) ax0)) + (((ae1 0.8) (ax0 0.2) ae1)))) + ((p.name is b) + (((aa1 0.285714) + (ae1 0.571429) + (ax0 0.142857) + ae1)) + ((n.n.name is y) + (((ae1 0.05) (ax0 0.95) ax0)) + ((p.name is h) + (((ae1 0.0714286) + (ao1 0.0714286) + (ax0 0.857143) + ax0)) + ((n.n.n.name is t) + (((ae1 0.111111) (ax0 0.888889) ax0)) + ((n.n.n.name is s) + (((aa1 0.0714286) + (ao1 0.0714286) + (ax0 0.857143) + ax0)) + ((p.name is m) + (((aa1 0.75) (ax0 0.25) aa1)) + ((n.n.n.name is e) + ((p.name is c) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.5) (ax0 0.5) aa1))) + ((n.n.n.name is c) + (((aa0 0.142857) + (aa1 0.142857) + (ax0 0.714286) + ax0)) + ((n.n.name is u) + ((n.n.n.name is p) + (((aa0 0.5) (ax0 0.5) aa0)) + (((ax0 1) ax0))) + ((n.n.n.name is r) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((p.name is t) + (((aa0 0.666667) (ax0 0.333333) aa0)) + ((n.n.n.name is u) + (((aa0 0.666667) + (ax0 0.333333) + aa0)) + ((p.p.name is a) + (((aa0 0.333333) + (ax0 0.666667) + ax0)) + (((aa0 0.666667) + (ax0 0.333333) + aa0)))))))))))))))))))))))))) + ((n.name is y) + ((n.n.name is a) + ((n.n.n.name is #) + ((p.p.name is a) + (((_epsilon_ 0.2) (aa1 0.6) (ey1 0.2) aa1)) + (((_epsilon_ 0.769231) + (aa1 0.0769231) + (ey1 0.153846) + _epsilon_))) + ((n.n.n.name is n) + ((p.p.p.name is m) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.6) (aa1 0.2) (ey1 0.2) _epsilon_))) + ((p.p.name is t) + (((ey1 1) ey1)) + ((p.p.p.name is k) + (((aa0 1) aa0)) + ((n.n.n.name is m) + (((_epsilon_ 0.25) (aa0 0.75) aa0)) + (((_epsilon_ 0.6) (aa0 0.2) (ey1 0.2) _epsilon_))))))) + ((n.n.name is u) + (((_epsilon_ 0.333333) + (aa0 0.333333) + (ay0 0.333333) + _epsilon_)) + ((p.name is n) + (((_epsilon_ 0.25) + (eh1 0.25) + (ey0 0.25) + (ey1 0.25) + _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 0.333333) + (ey0 0.333333) + (ey1 0.333333) + _epsilon_)) + ((p.name is d) + ((p.p.p.name is e) + (((ey1 1) ey1)) + ((p.p.p.name is r) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)))) + (((_epsilon_ 0.0266667) (ey1 0.973333) ey1))))))) + ((p.name is o) + ((n.name is n) + ((n.n.name is s) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.666667) (ae1 0.333333) _epsilon_))) + ((n.n.name is t) + ((p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + (((ae0 0.4) (ae1 0.6) ae1))) + (((_epsilon_ 0.986486) (aa1 0.0135135) _epsilon_)))) + ((n.name is b) + ((n.n.name is l) + ((n.n.n.name is i) + (((ae1 0.777778) (ax0 0.111111) (ey1 0.111111) ae1)) + ((p.name is u) + ((p.p.p.name is a) + (((y-ax0 1) y-ax0)) + (((ax0 1) ax0))) + ((n.n.n.name is e) + ((p.p.p.name is d) + ((p.p.name is i) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((ax0 1) ax0))) + ((p.name is t) + ((p.p.name is e) + (((ax0 0.6) (ey1 0.4) ax0)) + ((p.p.p.name is n) + (((ax0 0.666667) (ey1 0.333333) ax0)) + ((p.p.p.name is r) + ((p.p.name is i) + (((ax0 1) ax0)) + (((ax0 0.333333) (ey1 0.666667) ey1))) + (((ax0 1) ax0))))) + (((ax0 0.992218) (ey1 0.0077821) ax0)))) + (((ae1 0.0645161) (ax0 0.935484) ax0))))) + ((p.p.p.name is s) + ((p.p.name is c) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((aa1 1) aa1))) + ((n.n.name is s) + (((ae1 1) ae1)) + ((n.n.n.name is #) + ((n.n.name is a) + (((aa1 0.857143) (ax0 0.142857) aa1)) + (((ax0 0.833333) (ey1 0.166667) ax0))) + ((n.n.n.name is e) + ((p.p.name is a) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa1 0.5) (ax0 0.25) (ey1 0.25) aa1))) + ((n.n.n.name is a) + ((p.p.name is a) + (((aa0 0.666667) (ae1 0.333333) aa0)) + (((aa1 0.666667) (ax0 0.333333) aa1))) + ((p.p.name is i) + ((n.n.n.name is t) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa0 0.333333) (ax0 0.666667) ax0))) + ((n.n.name is a) + ((p.p.p.name is c) + (((ae1 0.5) (ax0 0.5) ae1)) + (((aa0 0.0344828) + (aa1 0.0344828) + (ax0 0.931034) + ax0))) + ((n.n.n.name is l) + (((ae1 1) ae1)) + ((n.n.name is u) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.name is g) + (((ax0 1) ax0)) + (((ae1 1) ae1)))))))))))))) + ((n.name is n) + ((n.n.n.name is #) + ((n.n.name is a) + ((p.name is y) + (((aa1 1) aa1)) + ((p.p.p.name is i) + ((p.name is u) + (((aa1 1) aa1)) + (((aa1 0.4) (ae1 0.6) ae1))) + ((p.p.p.name is m) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((p.p.name is u) + (((aa1 0.6) (ae1 0.4) aa1)) + ((p.name is h) + (((aa1 0.666667) (ae1 0.333333) aa1)) + (((aa1 0.0833333) (ae1 0.916667) ae1))))))) + ((n.n.name is k) + (((ae1 0.911111) (ax0 0.0888889) ae1)) + ((p.name is m) + ((n.n.name is d) + ((p.p.name is r) + (((ax0 1) ax0)) + (((ae1 0.571429) (ax0 0.428571) ae1))) + (((ae1 0.00380228) + (ao1 0.00380228) + (ax0 0.992395) + ax0))) + ((n.n.name is g) + ((p.p.name is o) + (((ae0 0.6) (ax0 0.4) ae0)) + ((p.p.p.name is e) + (((aa1 0.2) (ae1 0.4) (ax0 0.4) ae1)) + ((p.name is g) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + ((p.name is l) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((p.p.name is e) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0)) + (((ae0 0.2) (ae1 0.8) ae1))))))) + ((p.name is i) + (((ax0 1) ax0)) + ((n.n.name is t) + ((p.p.name is p) + ((p.name is l) + (((ae1 0.857143) (ao1 0.142857) ae1)) + (((ax0 1) ax0))) + ((p.name is n) + (((ax0 0.964286) (y-ax0 0.0357143) ax0)) + ((p.p.p.name is o) + ((p.p.name is u) + (((ao1 0.666667) (ax0 0.333333) ao1)) + (((ax0 1) ax0))) + ((p.name is b) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + ((p.p.name is e) + (((ae1 0.117647) (ax0 0.882353) ax0)) + ((p.p.name is g) + (((ae1 0.2) (ax0 0.8) ax0)) + ((p.p.name is y) + (((ao1 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is s) + ((p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + (((aa1 0.5) + (ao1 0.25) + (ax0 0.25) + aa1)))) + (((aa1 0.0526316) (ax0 0.947368) ax0)))))))))) + ((n.n.name is y) + ((p.p.name is l) + (((ax0 0.4) (ey1 0.6) ey1)) + (((ao1 0.130435) + (ax0 0.782609) + (ey1 0.0869565) + ax0))) + ((p.name is l) + ((p.p.name is b) + (((ae1 1) ae1)) + ((p.p.name is l) + (((ax0 1) ax0)) + ((p.p.p.name is i) + ((p.p.name is n) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ae1 0.375) (ax0 0.625) ax0))) + ((p.p.p.name is t) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ae0 0.0215517) + (ae1 0.12069) + (ax0 0.857759) + ax0)))))) + ((n.n.name is s) + ((p.name is p) + (((ae0 0.333333) (ae1 0.666667) ae1)) + ((p.name is r) + ((p.p.p.name is e) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((aa1 0.111111) + (ae1 0.333333) + (ax0 0.555556) + ax0))) + ((p.name is b) + (((ae0 0.25) (ax0 0.75) ax0)) + ((p.p.name is e) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((p.name is v) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((aa1 0.015625) + (ae1 0.015625) + (ax0 0.96875) + ax0))))))) + ((n.n.name is d) + ((p.name is h) + (((ae1 0.916667) (ax0 0.0833333) ae1)) + ((p.p.name is e) + (((ae0 0.2) (ao1 0.2) (ax0 0.6) ax0)) + ((p.name is r) + ((p.p.name is b) + (((ae1 0.6) (ax0 0.4) ae1)) + ((p.p.name is t) + (((ae1 0.285714) (ax0 0.714286) ax0)) + ((p.p.p.name is e) + (((ae0 0.6) (ax0 0.4) ae0)) + (((ae0 0.166667) (ax0 0.833333) ax0))))) + ((p.p.p.name is d) + (((ae1 1) ae1)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.name is b) + (((ae1 0.75) (ax0 0.25) ae1)) + ((p.p.name is s) + (((ae1 0.75) (ax0 0.25) ae1)) + ((p.p.p.name is e) + (((ae1 0.6) (ax0 0.4) ae1)) + (((ae1 0.166667) + (ax0 0.833333) + ax0)))))))))) + ((p.p.name is r) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0)) + (((aa0 0.166667) + (aa1 0.0555556) + (ae0 0.0555556) + (ae1 0.722222) + ae1))))))))))))) + ((n.n.name is g) + ((n.n.n.name is e) + ((p.name is l) + ((p.p.p.name is c) + (((aa0 0.333333) (ae1 0.666667) ae1)) + ((p.p.name is e) + (((ae0 0.25) + (ae1 0.25) + (ax0 0.25) + (ey0 0.25) + ae0)) + (((ae0 0.142857) + (ae1 0.714286) + (ax0 0.142857) + ae1)))) + ((p.name is h) + (((ae1 0.166667) (ey1 0.833333) ey1)) + ((p.name is r) + ((p.p.name is r) + (((ey1 1) ey1)) + ((p.p.p.name is s) + (((aa0 0.1) (ae1 0.1) (ey1 0.8) ey1)) + (((aa0 0.375) (ey0 0.375) (ey1 0.25) aa0)))) + ((p.p.p.name is e) + (((ey1 1) ey1)) + (((aa0 0.5) (ao0 0.25) (ax0 0.25) aa0)))))) + ((n.n.n.name is i) + ((p.p.name is c) + (((ey1 1) ey1)) + ((p.p.name is r) + (((ae1 0.333333) (ey1 0.666667) ey1)) + (((ae1 0.8) (ax0 0.2) ae1)))) + ((n.n.n.name is a) + (((aa1 1) aa1)) + (((aa0 0.030303) + (aa1 0.0606061) + (ae0 0.030303) + (ae1 0.878788) + ae1))))) + ((n.n.name is c) + ((n.n.n.name is e) + ((p.p.name is f) + ((p.p.p.name is e) + (((aa0 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.333333) + (ae0 0.333333) + (ae1 0.333333) + aa0))) + ((p.name is h) + (((ae1 0.833333) (ax0 0.166667) ae1)) + ((p.p.p.name is f) + (((ae1 0.714286) (ax0 0.285714) ae1)) + ((p.name is c) + (((ae1 1) ae1)) + ((p.p.name is d) + ((p.name is v) + (((ae1 1) ae1)) + (((ax0 1) ax0))) + ((p.p.name is s) + ((p.p.p.name is i) + (((aa1 0.2) (ax0 0.8) ax0)) + ((p.p.p.name is n) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((p.name is t) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.333333) (ax0 0.666667) ax0))))) + ((p.name is d) + ((p.p.name is n) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.2) (ax0 0.8) ax0))) + ((p.p.p.name is n) + ((p.p.name is t) + (((aa1 0.4) (ae1 0.2) (ax0 0.4) aa1)) + (((ax0 1) ax0))) + ((p.name is m) + ((p.p.p.name is o) + (((ax0 1) ax0)) + (((ae1 0.666667) (ax0 0.333333) ae1))) + (((aa1 0.0144928) + (ae1 0.0144928) + (ax0 0.971014) + ax0))))))))))) + ((n.n.n.name is y) + (((ax0 0.958333) (y-ax0 0.0416667) ax0)) + ((p.name is i) + (((aa1 1) aa1)) + ((p.p.name is r) + (((aa1 0.4) (ae1 0.2) (ah1 0.4) aa1)) + ((p.p.p.name is e) + ((p.p.name is f) + (((aa0 0.25) (aa1 0.5) (ax0 0.25) aa1)) + (((aa1 0.25) (ae1 0.25) (ax0 0.5) ax0))) + ((p.name is r) + ((p.p.p.name is n) + (((ae0 0.25) (ae1 0.75) ae1)) + (((aa1 0.5) (ae0 0.25) (ae1 0.25) aa1))) + ((p.p.name is o) + ((p.name is m) + (((ae1 1) ae1)) + (((aa1 0.333333) + (ae0 0.333333) + (ae1 0.333333) + aa1))) + ((p.p.name is i) + (((ae0 0.0714286) + (ae1 0.857143) + (ax0 0.0714286) + ae1)) + ((n.n.n.name is i) + ((p.p.p.name is i) + (((ax0 1) ax0)) + ((p.p.name is a) + (((ax0 1) ax0)) + (((ae1 0.5) (ax0 0.5) ae1)))) + ((p.p.name is e) + ((p.p.p.name is b) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((ae1 0.25) (ax0 0.75) ax0))) + (((ae1 1) ae1)))))))))))) + ((n.n.n.name is s) + ((n.n.name is t) + ((p.p.name is p) + (((ae1 0.75) (ax0 0.25) ae1)) + (((aa1 0.0434783) + (ae0 0.0144928) + (ae1 0.0434783) + (ax0 0.898551) + ax0))) + ((n.n.name is d) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((ae0 0.333333) (ae1 0.666667) ae1)) + ((p.p.p.name is r) + (((ae1 1) ae1)) + ((p.p.name is e) + (((ae1 1) ae1)) + ((p.name is t) + (((ae1 1) ae1)) + ((p.p.p.name is e) + (((ae1 0.7) (ax0 0.3) ae1)) + ((p.p.p.name is o) + (((ae1 0.636364) (ax0 0.363636) ae1)) + ((p.name is l) + (((ax0 1) ax0)) + (((ae1 0.5) (ax0 0.5) ae1)))))))))) + ((n.n.name is k) + (((ae0 0.125) (ae1 0.5) (ax0 0.375) ae1)) + ((n.n.name is u) + (((ae1 0.2) (ax0 0.6) (ey1 0.2) ax0)) + ((p.name is m) + (((aa0 0.25) (ax0 0.75) ax0)) + ((p.p.name is t) + (((aa0 0.25) (ae1 0.25) (ax0 0.5) ax0)) + ((p.p.p.name is j) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)) + (((aa1 0.666667) (ae1 0.333333) aa1))))))))) + ((p.name is w) + ((n.n.n.name is e) + (((ao0 0.25) (ao1 0.75) ao1)) + (((aa1 0.25) (ao1 0.25) (ax0 0.5) ax0))) + ((n.n.name is s) + ((n.n.n.name is k) + (((ae0 0.0322581) + (ae1 0.935484) + (ax0 0.0322581) + ae1)) + ((p.p.name is x) + (((ae1 1) ae1)) + ((p.name is m) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ah1 0.333333) (ax0 0.666667) ax0)) + ((n.n.n.name is o) + (((ae1 0.111111) (ax0 0.888889) ax0)) + ((p.name is i) + (((ax0 1) ax0)) + (((ae1 0.777778) (ax0 0.222222) ae1)))))))) + ((n.n.name is a) + ((p.name is m) + ((n.n.n.name is g) + (((ae1 1) ae1)) + ((p.p.p.name is m) + (((ae1 1) ae1)) + (((aa0 0.666667) (ax0 0.333333) aa0)))) + ((n.n.n.name is r) + ((p.p.p.name is a) + (((aa0 1) aa0)) + (((aa0 0.25) (ax0 0.5) (ey1 0.25) ax0))) + ((n.n.n.name is h) + (((ae1 0.8) (ax0 0.2) ae1)) + (((aa0 0.0625) + (aa1 0.0625) + (ae1 0.125) + (ax0 0.75) + ax0))))) + ((n.n.n.name is l) + ((n.n.name is t) + ((p.p.p.name is i) + ((p.name is m) + (((ae1 1) ae1)) + (((ax0 0.666667) (y-ax0 0.333333) ax0))) + (((aa1 0.0416667) (ax0 0.958333) ax0))) + (((ae1 1) ae1))) + ((n.n.name is d) + ((p.name is l) + ((n.n.n.name is e) + ((p.p.name is o) + (((aa1 0.333333) + (ae1 0.166667) + (ax0 0.5) + ax0)) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.name is s) + (((ax0 1) ax0)) + ((p.p.p.name is n) + (((ax0 1) ax0)) + (((aa1 0.0666667) + (ae1 0.533333) + (ax0 0.4) + ae1))))))) + ((p.p.name is o) + (((aa1 1) aa1)) + ((p.p.p.name is o) + (((aa1 0.666667) (ae1 0.333333) aa1)) + ((p.p.name is e) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0)) + (((ae1 0.666667) + (ah1 0.111111) + (ax0 0.222222) + ae1)))))) + ((p.p.name is g) + (((aa1 0.2) (ae0 0.6) (ax0 0.2) ae0)) + ((p.p.name is c) + (((ao1 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is t) + ((p.p.p.name is a) + (((ae0 0.333333) (ae1 0.666667) ae1)) + ((p.name is r) + (((ae1 0.571429) (ax0 0.428571) ae1)) + (((ax0 1) ax0)))) + ((p.p.name is q) + (((aa1 1) aa1)) + ((n.n.n.name is e) + ((p.p.name is r) + (((aa1 0.125) + (ae1 0.625) + (ih0 0.25) + ae1)) + ((p.name is r) + (((aa1 0.2) (ae1 0.4) (ax0 0.4) ae1)) + ((p.p.p.name is i) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.90625) + (ax0 0.0625) + (ih0 0.03125) + ae1))))) + ((p.p.p.name is c) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.name is m) + (((ae0 0.0909091) + (ae1 0.636364) + (ax0 0.272727) + ae1)) + ((n.n.n.name is o) + ((p.p.name is e) + (((ae1 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is e) + (((aa1 0.25) (ae1 0.75) ae1)) + ((p.p.p.name is m) + (((aa1 0.333333) + (ae1 0.666667) + ae1)) + (((aa1 1) aa1))))) + ((p.p.name is e) + ((p.name is r) + (((aa1 0.25) (ae1 0.75) ae1)) + ((p.name is x) + (((aa1 0.25) (ae1 0.75) ae1)) + (((aa1 1) aa1)))) + ((p.name is n) + (((ae1 0.5) (ax0 0.5) ae1)) + ((p.p.name is s) + ((p.p.p.name is e) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((ae1 0.909091) + (ax0 0.0909091) + ae1))) + (((aa1 0.107143) + (ae1 0.892857) + ae1)))))))))))))) + ((p.p.p.name is i) + ((p.p.name is o) + ((n.n.n.name is i) + (((aa0 0.2) (aa1 0.8) aa1)) + (((aa0 0.5) (aa1 0.5) aa0))) + ((n.n.n.name is a) + (((aa1 0.25) (ae1 0.75) ae1)) + ((p.p.name is m) + (((ae1 0.666667) (ax0 0.333333) ae1)) + ((n.n.n.name is e) + (((aa1 0.75) (ae0 0.25) aa1)) + ((n.n.n.name is i) + (((aa0 0.2) + (aa1 0.2) + (ae1 0.4) + (ax0 0.2) + ae1)) + (((aa0 0.25) (ae0 0.5) (ax0 0.25) ae0))))))) + ((p.name is r) + ((n.n.n.name is e) + ((p.p.p.name is u) + (((aa1 0.2) (ax0 0.8) ax0)) + (((aa1 0.625) (ax0 0.375) aa1))) + ((n.n.name is t) + ((p.p.p.name is u) + (((ae1 0.125) (ax0 0.875) ax0)) + ((p.p.name is r) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.888889) (ax0 0.111111) ae1)))) + ((p.p.p.name is t) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.555556) + (ae1 0.222222) + (ah1 0.111111) + (ax0 0.111111) + aa1))))) + ((n.n.name is n) + ((n.n.n.name is i) + ((p.name is i) + (((aa1 0.75) (ae1 0.25) aa1)) + ((p.p.p.name is e) + (((aa1 0.666667) (ae1 0.333333) aa1)) + (((aa1 0.2) (ae1 0.8) ae1)))) + ((p.p.name is o) + ((p.name is h) + (((ae1 0.833333) (ax0 0.166667) ae1)) + ((p.p.p.name is r) + (((ae1 0.75) (ih0 0.25) ae1)) + (((aa1 0.8) (ih0 0.2) aa1)))) + ((p.p.name is n) + ((p.p.p.name is u) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((ae1 0.333333) (ax0 0.666667) ax0))) + (((_epsilon_ 0.030303) + (ae1 0.909091) + (ax0 0.0606061) + ae1))))) + ((n.n.n.name is e) + ((p.p.name is e) + (((ae1 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is c) + (((ae1 0.8) (ax0 0.2) ae1)) + ((n.n.name is t) + ((p.p.name is p) + (((aa1 0.2) (ae1 0.8) ae1)) + ((p.p.name is r) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((p.name is t) + (((aa1 1) aa1)) + ((p.p.name is l) + (((aa1 1) aa1)) + ((p.name is s) + (((aa1 1) aa1)) + ((p.p.name is a) + (((aa1 0.857143) + (ae1 0.142857) + aa1)) + ((p.p.name is n) + (((aa1 0.75) (ae1 0.25) aa1)) + (((aa1 0.428571) + (ae1 0.571429) + ae1))))))))) + ((p.p.p.name is e) + (((ae1 1) ae1)) + ((n.n.name is k) + (((aa1 0.2) (ae1 0.6) (ax0 0.2) ae1)) + (((aa1 0.666667) (ax0 0.333333) aa1))))))) + ((n.n.n.name is i) + ((p.p.name is s) + ((p.p.p.name is b) + (((ae1 0.714286) (ax0 0.285714) ae1)) + (((aa0 0.5) + (ae1 0.1) + (ax0 0.3) + (ih0 0.1) + aa0))) + ((p.name is l) + (((ae1 0.928571) (ax0 0.0714286) ae1)) + ((p.p.p.name is a) + (((aa1 1) aa1)) + ((p.p.p.name is d) + (((aa0 0.166667) + (aa1 0.5) + (ae1 0.333333) + aa1)) + ((p.p.name is i) + (((ae1 1) ae1)) + ((n.n.name is t) + ((p.p.p.name is b) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + ((p.p.p.name is o) + (((aa1 0.666667) + (ae1 0.333333) + aa1)) + (((aa1 0.130435) + (ae1 0.869565) + ae1)))) + ((p.p.p.name is o) + (((aa1 0.25) + (ae1 0.5) + (ax0 0.25) + ae1)) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1))))))))) + ((p.p.name is s) + (((aa1 0.777778) + (ae1 0.111111) + (ax0 0.111111) + aa1)) + ((p.p.p.name is c) + ((p.p.name is a) + (((aa0 0.333333) (ae1 0.666667) ae1)) + (((aa0 0.666667) (ae1 0.333333) aa0))) + ((n.n.name is z) + (((aa0 0.142857) (ae1 0.857143) ae1)) + ((p.p.p.name is e) + ((p.p.name is a) + (((ax0 1) ax0)) + (((aa0 0.2) + (aa1 0.4) + (ae1 0.2) + (ax0 0.2) + aa1))) + ((p.p.p.name is d) + (((aa1 0.666667) + (ae1 0.333333) + aa1)) + ((p.p.p.name is t) + (((aa1 0.4) (ae1 0.6) ae1)) + ((n.n.name is t) + ((n.n.n.name is r) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((ae1 0.923077) + (ax0 0.0769231) + ae1)) + ((p.p.p.name is s) + (((ae1 1) ae1)) + ((p.p.p.name is r) + (((ae1 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is l) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + ((p.p.name is i) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae1 0.833333) + (ax0 0.166667) + ae1)))))))) + ((p.name is h) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((ae1 0.142857) + (ax0 0.857143) + ax0)))))))))))))))))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((n.name is h) + (((aa0 0.333333) (aa1 0.333333) (ax0 0.333333) aa0)) + ((p.p.p.name is c) + (((aa1 0.4) (ax0 0.4) (ey1 0.2) aa1)) + ((p.name is r) + ((n.name is m) + ((p.p.name is r) + (((aa1 1) aa1)) + (((ae1 1) ae1))) + (((aa1 0.913043) (ae1 0.0869565) aa1))) + ((n.name is c) + (((aa1 0.4) (ae1 0.2) (ax0 0.4) aa1)) + ((p.name is d) + (((aa1 0.7) (ae1 0.2) (ao1 0.1) aa1)) + ((p.name is w) + (((aa1 0.666667) (ao1 0.333333) aa1)) + ((p.p.name is e) + (((aa1 0.833333) + (ae1 0.0833333) + (ey1 0.0833333) + aa1)) + ((p.p.p.name is m) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((n.name is t) + ((p.name is m) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.935484) + (ae1 0.0322581) + (ax0 0.0322581) + aa1))) + (((aa1 0.983333) + (ae1 0.00833333) + (ax0 0.00833333) + aa1))))))))))) + ((n.n.n.name is b) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.name is l) + (((ae1 0.666667) (ey1 0.333333) ae1)) + (((ae1 0.0833333) + (ax0 0.0833333) + (ey1 0.833333) + ey1)))) + ((n.n.n.name is y) + (((ax0 1) ax0)) + ((n.n.n.name is s) + ((p.p.name is a) + (((aa0 0.111111) + (aa1 0.666667) + (ax0 0.222222) + aa1)) + ((p.name is r) + (((aa1 0.333333) (ae1 0.666667) ae1)) + (((aa1 0.333333) + (ae1 0.166667) + (ax0 0.333333) + (ey1 0.166667) + aa1)))) + ((n.name is t) + ((n.n.n.name is l) + (((aa0 0.333333) (ey1 0.666667) ey1)) + ((p.p.name is a) + (((aa0 1) aa0)) + ((p.p.p.name is o) + (((ae1 0.75) (ax0 0.25) ae1)) + (((aa0 0.125) (ae1 0.25) (ax0 0.625) ax0))))) + ((n.n.n.name is k) + ((p.name is n) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((n.name is s) + (((aa0 1) aa0)) + ((n.name is z) + (((aa0 1) aa0)) + (((aa0 0.333333) (ax0 0.666667) ax0))))) + ((p.p.p.name is h) + ((p.name is r) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((aa1 0.181818) (ax0 0.818182) ax0))) + ((n.n.n.name is g) + ((p.p.p.name is x) + (((ae1 1) ae1)) + (((aa0 0.2) + (aa1 0.2) + (ae1 0.2) + (ax0 0.4) + ax0))) + ((p.p.p.name is m) + ((p.name is c) + (((_epsilon_ 0.333333) (ae1 0.666667) ae1)) + ((n.n.n.name is n) + ((p.name is n) + (((ax0 1) ax0)) + (((ae1 0.4) (ax0 0.4) (ey1 0.2) ae1))) + ((p.name is g) + (((ax0 1) ax0)) + ((n.name is m) + (((aa0 0.25) (aa1 0.25) (ax0 0.5) ax0)) + (((aa0 0.555556) + (ae1 0.111111) + (ax0 0.333333) + aa0)))))) + ((p.p.p.name is k) + (((aa0 0.666667) + (aa1 0.111111) + (ax0 0.222222) + aa0)) + ((p.name is l) + ((n.name is f) + (((aa0 1) aa0)) + ((n.n.n.name is t) + (((ae0 0.166667) (ax0 0.833333) ax0)) + ((n.name is p) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((n.name is h) + (((ax0 1) ax0)) + ((p.p.p.name is s) + (((ax0 1) ax0)) + ((p.p.name is a) + (((aa0 1) aa0)) + ((n.n.n.name is r) + (((aa0 0.666667) + (ax0 0.333333) + aa0)) + (((aa0 0.142857) + (ax0 0.857143) + ax0))))))))) + ((p.name is t) + ((p.p.p.name is a) + (((aa0 1) aa0)) + ((n.name is m) + (((ax0 1) ax0)) + (((aa0 0.666667) (ax0 0.333333) aa0)))) + ((p.p.p.name is w) + (((ae1 0.333333) + (ah1 0.333333) + (ax0 0.333333) + ae1)) + ((n.name is j) + (((aa0 0.5) (aa1 0.25) (ax0 0.25) aa0)) + ((p.p.name is u) + (((aa1 0.5) (ax0 0.5) aa1)) + ((p.name is m) + ((n.name is g) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa0 0.2) (ax0 0.8) ax0))) + ((p.p.p.name is n) + ((n.name is p) + (((ax0 1) ax0)) + (((aa0 0.5) + (ae1 0.166667) + (ax0 0.333333) + aa0))) + ((p.name is n) + (((_epsilon_ 0.0277778) + (ao1 0.0277778) + (ax0 0.944444) + ax0)) + ((p.p.p.name is i) + (((_epsilon_ 0.0909091) + (aa0 0.0909091) + (ax0 0.818182) + ax0)) + ((p.p.p.name is o) + (((aa0 0.25) + (aa1 0.25) + (ax0 0.5) + ax0)) + ((p.p.name is a) + ((p.p.p.name is c) + (((ax0 1) ax0)) + ((p.p.p.name is r) + (((ax0 1) ax0)) + (((aa1 0.4) + (ae1 0.2) + (ax0 0.4) + aa1)))) + ((p.p.name is r) + (((aa0 0.166667) + (ax0 0.833333) + ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((n.name is g) + (((ax0 1) ax0)) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((n.name is v) + (((ax0 1) ax0)) + ((p.p.name is n) + (((ax0 1) ax0)) + ((n.name is d) + (((ax0 1) ax0)) + ((p.p.name is b) + (((ae1 0.125) + (ax0 0.875) + ax0)) + ((p.name is r) + (((ae1 0.5) + (ax0 0.5) + ae1)) + (((ae1 0.166667) + (ax0 0.833333) + ax0)))))))))))))))))))))))))))))))) + ((n.name is w) + ((n.n.n.name is k) + (((aa1 0.875) (ax0 0.125) aa1)) + (((ae1 0.0181818) + (ao0 0.0363636) + (ao1 0.927273) + (ax0 0.0181818) + ao1))) + ((n.name is a) + (((_epsilon_ 0.96) (aa0 0.02) (ax0 0.02) _epsilon_)) + ((n.name is e) + ((n.n.n.name is #) + ((p.p.p.name is i) + (((ax0 0.6) (eh0 0.2) (iy0 0.2) ax0)) + ((n.n.name is l) + (((_epsilon_ 0.25) (ay0 0.5) (ey1 0.25) ay0)) + ((p.p.name is e) + (((aa1 0.333333) + (ax0 0.333333) + (ih1 0.333333) + aa1)) + ((n.n.name is r) + (((aa1 0.333333) + (aw0 0.333333) + (ey1 0.333333) + aa1)) + (((aa1 0.166667) (ey1 0.833333) ey1)))))) + ((p.name is h) + ((p.p.p.name is i) + ((n.n.n.name is i) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.5) (ax0 0.5) _epsilon_))) + ((n.n.name is f) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.6) + (aw1 0.2) + (ey0 0.2) + _epsilon_)))) + ((n.n.name is r) + (((_epsilon_ 0.75) (aa1 0.25) _epsilon_)) + ((p.p.name is f) + (((aa0 0.333333) + (ax0 0.333333) + (ay0 0.333333) + aa0)) + ((p.p.p.name is d) + (((aa0 0.333333) + (ax0 0.333333) + (eh0 0.333333) + aa0)) + ((n.n.name is d) + (((_epsilon_ 0.333333) (eh0 0.666667) eh0)) + (((_epsilon_ 0.181818) + (eh0 0.181818) + (ey1 0.636364) + ey1)))))))) + ((n.n.name is t) + ((n.name is t) + ((n.n.n.name is #) + ((p.p.p.name is l) + (((aa1 0.333333) + (ae0 0.333333) + (ae1 0.333333) + aa1)) + ((p.p.p.name is o) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.name is w) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.name is n) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ae1 0.266667) (ax0 0.733333) ax0)))))) + ((p.name is m) + ((p.p.p.name is d) + (((aa1 0.75) (ax0 0.25) aa1)) + (((aa1 0.333333) (ax0 0.666667) ax0))) + ((p.name is w) + (((aa1 0.666667) (ao1 0.333333) aa1)) + ((n.n.n.name is a) + ((p.p.p.name is a) + (((aa0 0.333333) (ae1 0.666667) ae1)) + (((aa1 0.857143) (ax0 0.142857) aa1))) + ((p.p.p.name is s) + (((aa1 0.6) (ae1 0.4) aa1)) + (((aa0 0.111111) + (ae1 0.833333) + (ax0 0.0555556) + ae1))))))) + ((n.name is s) + ((p.name is c) + (((ae1 1) ae1)) + ((n.n.n.name is e) + ((p.name is m) + ((p.p.p.name is l) + (((ae0 0.666667) (ae1 0.333333) ae0)) + (((ae0 0.0909091) (ae1 0.909091) ae1))) + ((p.name is t) + (((ey1 1) ey1)) + ((p.name is p) + (((ae1 0.333333) (ey1 0.666667) ey1)) + (((ae1 0.785714) + (ax0 0.142857) + (ey1 0.0714286) + ae1))))) + ((n.n.n.name is i) + (((ae1 0.869565) + (ax0 0.0869565) + (ey1 0.0434783) + ae1)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((n.n.n.name is a) + ((p.p.name is a) + (((aa0 0.333333) (ae1 0.666667) ae1)) + (((aa0 0.5) (ae1 0.25) (ax0 0.25) aa0))) + ((p.p.name is m) + (((ae0 0.666667) (ax0 0.333333) ae0)) + ((p.p.p.name is n) + (((ae0 0.4) (ae1 0.6) ae1)) + ((p.p.name is r) + (((ae1 1) ae1)) + ((p.name is g) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((p.p.p.name is o) + (((ae0 0.2) (ae1 0.8) ae1)) + ((p.p.name is d) + (((ae1 1) ae1)) + ((p.p.p.name is a) + (((ae1 0.2) (ax0 0.8) ax0)) + (((ae1 0.666667) + (ax0 0.333333) + ae1)))))))))))))) + ((n.name is d) + ((p.p.name is s) + ((p.p.p.name is r) + (((ae0 0.333333) (ae1 0.666667) ae1)) + (((ae0 0.5) (ae1 0.5) ae0))) + (((aa1 0.25) (ae0 0.5) (ax0 0.25) ae0))) + ((p.p.p.name is h) + ((p.p.name is a) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ae1 1) ae1))) + ((n.name is c) + ((p.p.name is m) + ((n.n.n.name is #) + (((ae0 0.6) (ae1 0.4) ae0)) + ((n.n.n.name is s) + (((ae0 0.5) (ae1 0.5) ae0)) + (((ae1 1) ae1)))) + (((ae0 0.0601504) (ae1 0.93985) ae1))) + ((p.p.name is c) + (((ae0 0.103448) (ae1 0.896552) ae1)) + ((p.p.p.name is e) + (((ae1 0.75) (ao0 0.25) ae1)) + ((p.p.name is d) + (((ae1 1) ae1)) + ((p.p.name is e) + (((ae1 1) ae1)) + ((p.p.name is s) + (((ae1 1) ae1)) + ((p.p.p.name is n) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ae1 0.333333) (ax0 0.666667) ax0))))))))))))) + ((p.name is b) + ((n.n.name is h) + ((n.name is c) + ((p.p.p.name is i) + (((aa1 1) aa1)) + ((p.p.p.name is e) + (((aa0 0.794872) (aa1 0.205128) aa0)) + ((p.p.name is r) + ((p.p.p.name is o) + (((aa0 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.666667) (aa1 0.333333) aa0))) + ((p.p.name is e) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((p.p.p.name is l) + (((aa0 1) aa0)) + ((p.p.p.name is u) + (((aa1 1) aa1)) + ((p.p.p.name is n) + (((aa1 1) aa1)) + ((p.p.name is s) + (((aa0 1) aa0)) + ((p.p.name is l) + (((aa0 0.75) (aa1 0.25) aa0)) + ((p.p.p.name is t) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((p.p.name is u) + (((aa0 0.666667) + (aa1 0.333333) + aa0)) + (((aa0 0.230769) + (aa1 0.769231) + aa1))))))))))))) + ((p.p.name is a) + (((ae0 0.5) (ae1 0.5) ae0)) + ((n.name is t) + (((ae1 0.2) (ax0 0.6) (ey1 0.2) ax0)) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1))))) + ((n.n.name is k) + ((n.n.n.name is #) + ((p.p.name is r) + ((p.p.p.name is e) + (((ae0 0.166667) (ae1 0.833333) ae1)) + (((ae0 0.666667) (ae1 0.333333) ae0))) + (((ae0 0.0434783) (ae1 0.956522) ae1))) + ((n.n.n.name is s) + (((ae1 1) ae1)) + ((n.n.n.name is e) + (((ae0 0.125) (ae1 0.875) ae1)) + (((aa1 1) aa1))))) + ((p.p.p.name is d) + (((aa1 1) aa1)) + ((p.p.name is o) + (((aa1 0.6) (ae1 0.4) aa1)) + ((n.n.name is z) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((n.name is g) + (((ae1 1) ae1)) + ((n.n.n.name is a) + (((ae1 1) ae1)) + (((ae0 0.125) (ae1 0.25) (ax0 0.625) ax0))))))))) + ((n.name is h) + ((n.n.name is l) + ((p.p.p.name is s) + (((aa1 0.75) (ey1 0.25) aa1)) + ((p.p.name is n) + (((aa0 0.142857) (aa1 0.857143) aa1)) + ((p.name is d) + ((p.p.name is r) + (((aa0 0.857143) (aa1 0.142857) aa0)) + ((p.p.name is g) + (((aa0 0.75) (aa1 0.25) aa0)) + (((aa0 0.333333) (aa1 0.666667) aa1)))) + (((aa0 1) aa0))))) + ((p.p.p.name is u) + (((ax0 0.75) (ey1 0.25) ax0)) + ((n.n.name is n) + (((aa0 0.25) (ao1 0.25) (ax0 0.5) ax0)) + ((n.n.name is s) + (((aa0 0.166667) (ax0 0.833333) ax0)) + ((p.p.p.name is d) + (((ax0 1) ax0)) + (((aa0 0.142857) + (aa1 0.571429) + (ax0 0.285714) + aa1))))))) + ((p.p.name is c) + ((n.n.name is y) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.name is r) + (((ax0 0.333333) (ey1 0.666667) ey1)) + (((ae1 0.333333) + (ax0 0.333333) + (ey1 0.333333) + ae1)))) + ((p.name is r) + (((ae0 0.0344828) (ae1 0.965517) ae1)) + ((n.n.n.name is e) + ((p.name is t) + (((ax0 0.666667) (ey1 0.333333) ax0)) + ((p.p.p.name is a) + (((ae1 0.25) (ey1 0.75) ey1)) + (((ae1 0.8) (ax0 0.05) (ey1 0.15) ae1)))) + ((p.name is i) + (((ao1 0.666667) (ax0 0.333333) ao1)) + ((p.name is l) + ((n.n.name is s) + (((ae1 1) ae1)) + ((n.name is t) + (((ae1 0.666667) (ey1 0.333333) ae1)) + ((n.n.n.name is #) + (((ae1 1) ae1)) + (((aa1 0.5) (ae1 0.5) aa1))))) + ((p.p.p.name is m) + (((ae1 0.928571) (ao1 0.0714286) ae1)) + ((p.p.p.name is s) + (((ae1 0.909091) (ax0 0.0909091) ae1)) + ((n.name is c) + (((ae1 1) ae1)) + ((p.name is h) + (((aa1 0.5) + (ae1 0.25) + (ax0 0.25) + aa1)) + (((ae1 0.25) (ax0 0.75) ax0))))))))))) + ((n.n.n.name is #) + ((n.n.name is y) + ((n.name is d) + ((p.name is r) + (((aa1 0.6) (ae1 0.2) (ey1 0.2) aa1)) + ((p.name is l) + (((ax0 0.666667) (ey1 0.333333) ax0)) + (((aa1 0.6) (ax0 0.4) aa1)))) + ((n.name is v) + (((aa1 0.25) (ax0 0.5) (ey1 0.25) ax0)) + ((p.p.p.name is l) + ((p.name is g) + (((ae1 0.5) (ax0 0.5) ae1)) + (((aa1 0.333333) (ax0 0.666667) ax0))) + (((ae1 0.0243902) + (ao1 0.0243902) + (ax0 0.95122) + ax0))))) + ((n.n.name is u) + (((aa1 0.9) (ax0 0.1) aa1)) + ((p.name is a) + (((aa1 0.857143) (ih0 0.142857) aa1)) + ((p.name is w) + ((n.name is s) + (((aa0 0.142857) + (aa1 0.714286) + (ax0 0.142857) + aa1)) + (((ae1 0.25) (ao0 0.5) (ax0 0.25) ao0))) + ((p.p.name is l) + ((p.p.p.name is a) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.name is i) + (((aa0 0.142857) + (ae1 0.142857) + (ax0 0.714286) + ax0)) + ((p.name is l) + (((ae1 0.25) (ax0 0.75) ax0)) + ((n.n.name is h) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae1 0.75) (ax0 0.25) ae1))))))) + ((p.name is v) + ((p.p.name is o) + ((n.n.name is s) + (((aa0 0.25) + (ae0 0.5) + (ax0 0.25) + ae0)) + (((aa0 0.333333) (ax0 0.666667) ax0))) + (((ae0 0.333333) + (ae1 0.166667) + (ax0 0.5) + ax0))) + ((p.p.p.name is s) + ((p.p.name is q) + (((aa1 1) aa1)) + (((aa1 0.166667) (ae1 0.833333) ae1))) + ((p.p.name is a) + ((p.p.p.name is b) + ((p.name is r) + (((aa1 0.5) (ax0 0.5) aa1)) + (((ax0 1) ax0))) + ((n.n.name is h) + ((p.name is r) + (((_epsilon_ 0.333333) + (ae0 0.333333) + (ax0 0.333333) + _epsilon_)) + (((ae0 0.75) (ae1 0.25) ae0))) + ((p.p.p.name is h) + (((_epsilon_ 0.333333) + (ae1 0.333333) + (ax0 0.333333) + _epsilon_)) + ((n.name is t) + (((ax0 1) ax0)) + ((n.name is c) + (((ae1 0.25) (ax0 0.75) ax0)) + ((n.name is m) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + (((ae0 0.333333) + (ae1 0.333333) + (ax0 0.333333) + ae0)))))))) + ((p.name is k) + ((p.p.name is n) + (((ae0 0.7) (ae1 0.3) ae0)) + (((ae0 0.0769231) + (ae1 0.846154) + (ax0 0.0769231) + ae1))) + ((p.name is s) + (((aa1 0.125) (ax0 0.875) ax0)) + ((n.n.name is h) + ((p.p.name is g) + (((ae1 1) ae1)) + ((n.name is s) + ((p.p.name is u) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + ((p.name is r) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae0 0.0714286) + (ae1 0.857143) + (ax0 0.0714286) + ae1)))) + ((p.name is p) + (((aa1 0.1) + (ae1 0.8) + (ax0 0.1) + ae1)) + ((p.p.p.name is a) + (((ae0 0.2) + (ah1 0.2) + (ax0 0.6) + ax0)) + ((p.name is l) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + ((p.name is n) + (((ax0 1) ax0)) + ((p.name is r) + (((ax0 1) ax0)) + (((ae1 0.5) (ax0 0.5) ae1))))))))) + ((p.name is m) + ((n.name is c) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((ae0 0.25) (ax0 0.75) ax0)) + (((ae0 0.5) + (ae1 0.166667) + (ax0 0.333333) + ae0)))) + (((ae0 0.4) (ae1 0.6) ae1))) + ((p.name is g) + (((ae0 0.6) (ax0 0.4) ae0)) + ((n.name is t) + ((n.n.name is s) + (((ae1 0.777778) + (ih0 0.111111) + (ih1 0.111111) + ae1)) + (((ae1 0.166667) + (ax0 0.833333) + ax0))) + ((p.name is h) + (((ae1 0.125) (ax0 0.875) ax0)) + ((p.p.p.name is a) + ((p.p.name is t) + (((ae1 1) ae1)) + ((p.p.name is n) + (((ae1 0.75) + (ax0 0.25) + ae1)) + (((ae1 0.2) (ax0 0.8) ax0)))) + ((p.p.name is n) + (((ae0 0.75) (ae1 0.25) ae0)) + ((n.name is m) + (((ae1 1) ae1)) + ((p.p.p.name is i) + ((n.n.name is s) + (((ae0 0.666667) + (ae1 0.333333) + ae0)) + (((ae1 1) ae1))) + ((p.p.name is z) + (((ax0 1) ax0)) + ((p.p.name is m) + (((ae1 0.25) + (ax0 0.75) + ax0)) + ((n.name is s) + (((ae1 0.904762) + (ax0 0.0952381) + ae1)) + ((p.p.name is t) + (((ae1 1) ae1)) + ((p.p.name is s) + (((ae0 0.0714286) + (ae1 0.857143) + (ax0 0.0714286) + ae1)) + ((p.p.name is h) + (((ae1 1) ae1)) + ((n.n.name is s) + (((ae0 0.1) + (ae1 0.8) + (ax0 0.1) + ae1)) + ((p.p.name is o) + (((ae0 0.25) + (ax0 0.75) + ax0)) + ((p.p.p.name is e) + ((p.p.name is r) + (((ae0 0.5) + (ae1 0.25) + (ax0 0.25) + ae0)) + (((ax0 1) ax0))) + ((p.name is n) + (((ae1 0.4) + (ax0 0.6) + ax0)) + (((ae0 0.1) + (ae1 0.7) + (ax0 0.2) + ae1))))))))))))))))))))))))))))))) + ((n.name is o) + ((n.n.name is k) + (((aa0 0.666667) (iy0 0.333333) aa0)) + ((p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.name is p) + (((_epsilon_ 0.333333) + (aa0 0.666667) + aa0)) + (((_epsilon_ 0.25) + (aa0 0.25) + (ax0 0.5) + ax0))))) + ((n.n.name is u) + ((n.name is g) + ((n.n.n.name is a) + (((aa1 0.714286) (ax0 0.285714) aa1)) + ((p.p.p.name is o) + (((ae0 0.25) (ax0 0.75) ax0)) + (((aa0 0.625) + (ax0 0.25) + (ey1 0.125) + aa0)))) + ((n.name is t) + ((n.n.n.name is r) + ((p.name is n) + (((ae1 0.4) (ax0 0.4) (ey1 0.2) ae1)) + (((_epsilon_ 0.05) + (ax0 0.85) + (ey1 0.1) + ax0))) + ((n.n.n.name is m) + ((p.name is r) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ey1 1) ey1))) + (((ae1 0.875) (ax0 0.125) ae1)))) + ((p.p.name is i) + ((p.p.p.name is m) + (((ae1 0.666667) (ax0 0.333333) ae1)) + (((aa0 1) aa0))) + ((n.n.n.name is s) + ((p.p.name is a) + (((ae1 0.5) (ax0 0.5) ae1)) + (((ax0 0.8) (ey1 0.2) ax0))) + ((n.name is c) + (((ae1 0.6) (ax0 0.4) ae1)) + ((n.n.n.name is a) + (((aa0 0.333333) (ae1 0.666667) ae1)) + ((p.p.p.name is m) + (((aa1 0.2) (ax0 0.8) ax0)) + ((p.name is l) + ((p.p.name is l) + (((aa0 0.666667) + (ax0 0.333333) + aa0)) + (((aa0 0.333333) + (ax0 0.666667) + ax0))) + (((aa0 0.125) (ax0 0.875) ax0)))))))))) + ((n.name is p) + ((n.n.n.name is i) + ((p.p.name is e) + ((n.n.name is h) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa1 0.333333) (ae1 0.666667) ae1))) + (((ae1 0.972973) (ax0 0.027027) ae1))) + ((p.p.name is h) + (((aa0 0.333333) + (aa1 0.166667) + (ae1 0.5) + ae1)) + ((p.name is s) + (((ax0 1) ax0)) + ((n.n.name is h) + ((n.n.n.name is s) + (((ae1 1) ae1)) + (((ae1 0.128205) (ax0 0.871795) ax0))) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.name is l) + (((aa1 0.142857) (ae1 0.857143) ae1)) + ((p.name is c) + (((ae1 1) ae1)) + ((n.n.name is p) + (((ae1 0.875) (ax0 0.125) ae1)) + (((ae1 0.333333) + (ax0 0.666667) + ax0)))))))))) + ((n.n.name is r) + ((p.name is p) + ((p.p.name is e) + (((ey1 1) ey1)) + ((p.p.name is x) + (((ey1 1) ey1)) + (((ae1 0.571429) + (ax0 0.142857) + (ey1 0.285714) + ae1)))) + ((n.n.n.name is e) + ((p.name is s) + (((ax0 0.9) (ih0 0.1) ax0)) + ((p.p.p.name is a) + (((ey1 1) ey1)) + (((ax0 0.8) (ey1 0.2) ax0)))) + ((n.n.n.name is i) + ((p.p.p.name is c) + (((ae1 0.333333) (ax0 0.666667) ax0)) + (((ae1 0.6) (ax0 0.4) ae1))) + ((p.p.p.name is i) + (((aa0 0.5) (ax0 0.5) aa0)) + ((p.name is r) + (((ax0 1) ax0)) + ((n.name is c) + (((aa0 0.25) + (aa1 0.5) + (ax0 0.25) + aa1)) + ((p.p.name is i) + (((aa1 0.333333) + (ae1 0.666667) + ae1)) + ((n.n.n.name is a) + ((n.name is g) + (((aa1 0.25) + (ae1 0.25) + (ax0 0.5) + ax0)) + (((ae1 0.5) (ax0 0.5) ae1))) + ((n.name is d) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + (((ax0 1) ax0))))))))))) + ((n.n.n.name is e) + ((p.p.name is d) + (((aa1 0.8) (ae1 0.1) (ao0 0.1) aa1)) + ((n.n.name is h) + ((p.name is m) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.p.name is e) + (((aa0 0.333333) + (ax0 0.666667) + ax0)) + (((aa0 0.125) + (aa1 0.5) + (ax0 0.375) + aa1)))) + ((n.name is s) + ((p.name is w) + (((aa1 1) aa1)) + (((aa1 0.1) + (ae1 0.8) + (ax0 0.1) + ae1))) + ((p.name is t) + (((ae1 0.777778) + (ax0 0.111111) + (ey1 0.111111) + ae1)) + ((p.name is r) + (((ae1 0.25) + (ax0 0.5) + (ey0 0.25) + ax0)) + ((p.p.name is a) + (((aa1 0.333333) + (ey1 0.666667) + ey1)) + ((p.name is f) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + (((aa1 0.0666667) + (ax0 0.866667) + (ey1 0.0666667) + ax0)))))))) + ((n.name is g) + ((p.name is n) + (((ax0 0.5) + (ey1 0.25) + (ih0 0.25) + ax0)) + ((p.p.p.name is r) + (((ae1 1) ae1)) + ((p.p.p.name is i) + (((ae0 0.666667) + (ae1 0.333333) + ae0)) + (((ae0 0.125) + (ae1 0.25) + (ey1 0.625) + ey1))))) + ((n.n.name is l) + ((p.p.p.name is s) + (((ae1 1) ae1)) + (((ae1 0.0666667) + (ax0 0.866667) + (ih0 0.0666667) + ax0))) + ((p.name is m) + ((p.p.name is o) + (((aa0 0.25) (ax0 0.75) ax0)) + (((aa1 0.333333) + (ae0 0.666667) + ae0))) + ((p.p.p.name is a) + ((n.n.name is s) + ((p.p.name is n) + (((ae1 0.75) (ax0 0.25) ae1)) + (((ax0 0.666667) + (ay1 0.333333) + ax0))) + (((ae1 0.916667) + (ih0 0.0833333) + ae1))) + ((p.name is s) + (((ax0 1) ax0)) + ((p.p.name is i) + ((p.p.p.name is h) + (((ae1 1) ae1)) + (((ae0 0.5) (ae1 0.5) ae0))) + ((p.p.p.name is n) + (((ae0 0.5) (ae1 0.5) ae0)) + ((n.name is s) + ((p.name is p) + ((p.p.name is m) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae1 1) ae1))) + ((n.n.name is s) + ((p.p.name is l) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + ((p.p.p.name is l) + (((aa1 0.5) + (ae1 0.25) + (ax0 0.25) + aa1)) + ((p.name is r) + (((aa1 0.333333) + (ae0 0.333333) + (ae1 0.333333) + aa1)) + (((ae0 0.2) + (ae1 0.6) + (ax0 0.2) + ae1))))) + (((aa1 0.4) (ax0 0.6) ax0)))) + ((p.p.name is o) + ((p.p.p.name is g) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + (((ae1 0.25) (ax0 0.75) ax0))) + ((p.p.p.name is m) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + ((p.p.name is g) + (((ae1 1) ae1)) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.name is c) + (((ae1 1) ae1)) + ((n.name is d) + (((ae1 1) ae1)) + ((p.p.name is t) + (((ae1 1) ae1)) + ((p.p.p.name is c) + (((ae1 1) ae1)) + ((p.name is h) + (((ae1 0.714286) + (ax0 0.285714) + ae1)) + ((p.name is p) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + (((ae1 0.4) + (ax0 0.6) + ax0)))))))))))))))))))))) + ((p.p.name is a) + ((p.p.p.name is p) + ((p.name is r) + (((ae0 0.142857) (ax0 0.857143) ax0)) + ((n.name is z) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.166667) + (ae1 0.5) + (ey1 0.333333) + ae1)))) + ((n.n.n.name is i) + ((n.n.name is s) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + ((p.name is m) + (((aa0 1) aa0)) + ((p.p.p.name is b) + (((aa1 1) aa1)) + ((p.p.p.name is k) + (((aa0 0.2) (aa1 0.8) aa1)) + ((n.n.name is h) + ((p.p.p.name is t) + (((aa0 0.333333) + (aa1 0.666667) + aa1)) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0))) + (((aa0 0.6) + (aa1 0.2) + (ax0 0.2) + aa0))))))) + ((p.p.p.name is k) + (((aa0 0.2) + (ae0 0.2) + (ae1 0.4) + (ax0 0.2) + ae1)) + ((n.n.name is n) + (((aa0 0.166667) + (aa1 0.833333) + aa1)) + ((n.n.n.name is y) + (((ax0 1) ax0)) + ((p.p.p.name is d) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + ((n.n.name is h) + ((n.n.n.name is o) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.75) (ax0 0.25) aa1))) + ((n.n.n.name is o) + (((aa1 0.909091) + (ax0 0.0909091) + aa1)) + ((n.n.n.name is a) + ((p.name is l) + (((aa1 0.333333) + (ae1 0.666667) + ae1)) + (((aa1 1) aa1))) + ((p.name is r) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + (((aa1 0.571429) + (ae1 0.142857) + (ax0 0.285714) + aa1)))))))))))) + ((n.n.name is h) + ((p.p.name is i) + ((p.p.p.name is t) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.2) (aa1 0.8) aa1))) + ((p.name is t) + (((ae1 0.75) + (ax0 0.166667) + (ey1 0.0833333) + ae1)) + ((n.name is t) + ((p.p.name is m) + (((ax0 1) ax0)) + ((p.name is n) + (((ae1 0.166667) + (ax0 0.833333) + ax0)) + (((ae1 0.8) (ax0 0.2) ae1)))) + ((p.name is l) + (((ae1 0.625) (ax0 0.375) ae1)) + ((p.name is n) + ((n.name is c) + (((aa0 0.5) (ax0 0.5) aa0)) + (((ae1 0.2) (ax0 0.8) ax0))) + ((p.p.p.name is s) + (((aa1 0.75) (ae1 0.25) aa1)) + ((n.n.n.name is i) + ((p.p.p.name is a) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.333333) + (ae1 0.5) + (ax0 0.166667) + ae1))) + ((n.n.n.name is t) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa1 0.142857) + (ax0 0.857143) + ax0)))))))))) + ((n.n.n.name is o) + ((p.p.name is t) + (((ae1 1) ae1)) + ((n.name is g) + (((aa0 0.333333) + (aa1 0.5) + (ih0 0.166667) + aa1)) + ((p.p.name is s) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + ((n.n.name is z) + (((aa1 1) aa1)) + ((n.name is s) + ((p.p.name is r) + ((n.n.name is s) + (((aa1 0.666667) + (ae1 0.333333) + aa1)) + (((aa0 0.25) + (aa1 0.25) + (ax0 0.5) + ax0))) + (((aa1 0.75) + (ae1 0.15) + (ax0 0.1) + aa1))) + ((p.name is i) + (((ax0 1) ax0)) + ((n.name is c) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + (((aa1 0.125) + (ae1 0.625) + (ax0 0.25) + ae1))))))))) + ((p.name is w) + (((aa1 0.909091) + (ax0 0.0909091) + aa1)) + ((p.p.p.name is s) + (((aa1 0.0454545) + (ae1 0.954545) + ae1)) + ((p.name is p) + ((p.p.p.name is d) + (((aa0 1) aa0)) + ((n.n.n.name is i) + ((p.p.p.name is o) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + (((ae1 0.909091) + (ax0 0.0909091) + ae1))) + ((p.p.p.name is i) + (((ae1 1) ae1)) + ((n.name is c) + (((ae0 0.333333) + (ae1 0.666667) + ae1)) + (((aa1 0.333333) + (ae0 0.333333) + (ae1 0.333333) + aa1)))))) + ((n.n.n.name is i) + ((n.name is m) + ((n.n.name is b) + (((ae0 0.75) (ae1 0.25) ae0)) + (((ae1 1) ae1))) + ((n.name is s) + ((p.p.name is s) + (((ae1 1) ae1)) + ((p.p.name is i) + (((ae1 1) ae1)) + ((p.name is c) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + ((p.p.name is o) + (((aa1 0.75) + (ax0 0.25) + aa1)) + ((p.name is r) + (((aa1 0.333333) + (ae1 0.333333) + (ax0 0.333333) + aa1)) + (((aa1 0.25) + (ae1 0.25) + (ax0 0.5) + ax0))))))) + ((p.name is n) + (((aa1 0.909091) + (ae1 0.0909091) + aa1)) + ((p.p.name is l) + (((aa1 1) aa1)) + ((n.n.name is c) + (((aa0 0.4) + (aa1 0.2) + (ae1 0.2) + (ax0 0.2) + aa0)) + ((p.name is t) + ((p.p.name is t) + (((aa0 0.333333) + (aa1 0.333333) + (ae1 0.333333) + aa0)) + (((aa0 0.25) + (ae0 0.25) + (ae1 0.5) + ae1))) + ((p.p.name is e) + (((aa1 1) aa1)) + ((n.n.name is g) + (((ae0 0.25) + (ae1 0.75) + ae1)) + ((p.name is j) + (((ae1 1) ae1)) + (((aa1 0.625) + (ae1 0.375) + aa1))))))))))) + ((n.n.n.name is s) + ((p.name is r) + (((ae1 0.333333) + (ax0 0.666667) + ax0)) + ((p.p.name is s) + (((aa0 0.333333) + (ae0 0.333333) + (ae1 0.333333) + aa0)) + (((ae0 0.166667) + (ae1 0.833333) + ae1)))) + ((p.p.name is l) + ((n.n.n.name is a) + (((aa0 0.666667) + (ax0 0.333333) + aa0)) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((p.name is l) + (((ax0 1) ax0)) + (((aa1 0.25) + (ae1 0.5) + (ax0 0.25) + ae1))))) + ((n.n.n.name is h) + ((p.name is n) + (((aa1 0.666667) + (ae1 0.333333) + aa1)) + (((ae1 0.923077) + (ax0 0.0769231) + ae1))) + ((n.n.name is k) + ((p.name is r) + (((ae1 1) ae1)) + ((p.p.name is s) + (((aa1 0.333333) + (ae1 0.666667) + ae1)) + (((aa1 1) aa1)))) + ((n.name is z) + (((aa1 1) aa1)) + ((p.p.name is o) + ((p.name is n) + (((ax0 1) ax0)) + (((aa1 0.5) + (ax0 0.25) + (ay0 0.25) + aa1))) + ((n.n.name is n) + (((aa1 1) aa1)) + ((p.name is h) + (((aa1 0.2) + (ae1 0.8) + ae1)) + ((n.n.name is b) + (((ae1 1) ae1)) + ((p.p.p.name is d) + (((ax0 1) ax0)) + ((p.p.p.name is a) + ((n.name is m) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + ((p.name is r) + (((ax0 1) ax0)) + ((n.n.name is l) + (((ax0 1) ax0)) + (((ae1 0.666667) + (ax0 0.333333) + ae1))))) + ((p.name is l) + (((ae1 0.666667) + (ax0 0.333333) + ae1)) + ((n.n.name is s) + (((aa1 0.8) + (ae1 0.2) + aa1)) + ((p.p.name is e) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + ((n.n.n.name is a) + (((aa1 0.25) + (ae1 0.25) + (ax0 0.5) + ax0)) + (((ae1 1) ae1))))))))))))))))))))))))))))))))))))))))))))))))))))))) +(b + ((n.name is b) + ((p.name is e) + ((n.n.name is e) + (((_epsilon_ 0.882353) (b 0.117647) _epsilon_)) + ((n.n.name is s) + (((b 1) b)) + ((p.p.p.name is #) + ((n.n.name is i) + (((_epsilon_ 0.4) (b 0.6) b)) + ((n.n.name is #) + (((_epsilon_ 0.333333) (b 0.666667) b)) + (((_epsilon_ 1) _epsilon_)))) + (((_epsilon_ 0.2) (b 0.8) b))))) + ((n.n.name is i) + (((_epsilon_ 0.984615) (b 0.0153846) _epsilon_)) + ((p.name is o) + (((_epsilon_ 0.951613) (b 0.0483871) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.name is a) + ((p.p.p.name is #) + (((_epsilon_ 0.967742) (b 0.0322581) _epsilon_)) + ((n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is q) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is l) + (((_epsilon_ 0.333333) (b 0.666667) b)) + ((n.n.name is e) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (b 0.666667) b)) + (((_epsilon_ 0.714286) (b 0.285714) _epsilon_))) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (b 0.6) b)))))))))) + ((p.p.p.name is g) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is o) + (((_epsilon_ 0.888889) (b 0.111111) _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 0.875) (b 0.125) _epsilon_)) + ((n.n.name is l) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.75) (b 0.25) _epsilon_)) + (((_epsilon_ 0.4) (b 0.6) b))))) + ((p.p.name is b) + (((_epsilon_ 0.2) (b 0.8) b)) + ((p.p.p.name is #) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 0.8) (b 0.2) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.333333) (b 0.666667) b)) + ((p.p.name is h) + ((p.name is i) + (((_epsilon_ 1) _epsilon_)) + (((b 1) b))) + ((p.name is i) + ((p.p.name is g) + (((_epsilon_ 0.75) (b 0.25) _epsilon_)) + (((b 1) b))) + (((_epsilon_ 1) _epsilon_)))))))) + ((n.n.n.name is r) + (((b 1) b)) + ((n.n.name is y) + (((_epsilon_ 0.8) (b 0.2) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (b 0.666667) b)) + (((_epsilon_ 0.75) (b 0.25) _epsilon_)))))))))))))))))))))) + ((p.name is m) + ((n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is o) + ((n.name is a) + (((b 1) b)) + ((p.p.p.name is b) + ((n.name is e) + ((n.n.n.name is #) (((_epsilon_ 1) _epsilon_)) (((b 1) b))) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is c) + ((n.name is e) + (((_epsilon_ 0.666667) (b 0.333333) _epsilon_)) + (((_epsilon_ 0.0666667) (b 0.933333) b))) + ((p.p.p.name is t) + (((_epsilon_ 0.5) (b 0.5) _epsilon_)) + (((_epsilon_ 0.0208333) (b 0.979167) b)))))) + ((p.p.p.name is l) + ((p.p.name is i) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (b 0.333333) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.666667) (b 0.333333) _epsilon_)) + (((_epsilon_ 0.125) (b 0.875) b)))) + (((_epsilon_ 0.09375) (b 0.90625) b))) + ((p.p.name is u) + ((p.p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.name is i) + ((n.n.n.name is g) + (((_epsilon_ 0.75) (b 0.25) _epsilon_)) + (((b 1) b))) + ((n.n.n.name is s) + ((n.name is l) + (((b 1) b)) + (((_epsilon_ 0.5) (b 0.5) _epsilon_))) + (((_epsilon_ 0.00961538) (b 0.990385) b)))))) + (((_epsilon_ 0.00212314) (b 0.997877) b))))))) + ((p.name is b) + ((p.p.name is e) + ((n.name is e) + ((n.n.n.name is #) + (((b 1) b)) + ((p.p.p.name is t) + (((b 1) b)) + ((p.p.p.name is u) + (((b 1) b)) + (((_epsilon_ 0.5) (b 0.5) _epsilon_))))) + ((n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is 0) + (((_epsilon_ 0.714286) (b 0.285714) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (b 0.333333) _epsilon_)) + (((b 1) b)))))) + ((n.name is i) + (((_epsilon_ 0.0153846) (b 0.984615) b)) + ((p.p.name is o) + ((p.p.p.name is w) + (((_epsilon_ 0.5) (b 0.5) _epsilon_)) + (((_epsilon_ 0.0172414) (b 0.982759) b))) + ((p.p.p.name is k) + (((b 1) b)) + ((n.n.name is i) + (((b 1) b)) + ((p.p.p.name is n) + (((b 1) b)) + ((p.p.p.name is c) + (((b 1) b)) + ((n.name is r) + (((b 1) b)) + ((n.n.name is l) + (((b 1) b)) + ((p.p.p.name is t) + (((_epsilon_ 0.1) (b 0.9) b)) + ((n.n.name is y) + (((b 1) b)) + ((n.n.n.name is h) + (((b 1) b)) + ((n.n.n.name is r) + (((b 1) b)) + ((p.p.p.name is l) + (((_epsilon_ 0.1) (b 0.9) b)) + ((p.p.p.name is d) + (((_epsilon_ 0.111111) (b 0.888889) b)) + ((p.p.p.name is r) + ((p.p.name is i) + (((_epsilon_ 0.05) (b 0.95) b)) + ((n.name is #) + (((b 1) b)) + ((n.name is e) + ((n.n.name is #) + (((_epsilon_ 0.75) (b 0.25) _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 0.2) (b 0.8) b)) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) + (b 0.333333) + _epsilon_)) + (((_epsilon_ 0.285714) (b 0.714286) b))))) + (((_epsilon_ 0.230769) (b 0.769231) b))))) + ((p.p.name is a) + ((n.n.n.name is 0) + (((b 1) b)) + ((p.p.p.name is #) + ((n.n.name is t) + (((_epsilon_ 0.2) (b 0.8) b)) + (((_epsilon_ 0.75) (b 0.25) _epsilon_))) + (((_epsilon_ 0.0909091) (b 0.909091) b)))) + ((n.name is #) + (((_epsilon_ 0.8) (b 0.2) _epsilon_)) + ((n.n.name is e) + ((p.p.p.name is b) + (((_epsilon_ 0.25) (b 0.75) b)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is s) + (((b 1) b)) + ((n.n.n.name is #) + (((_epsilon_ 0.142857) (b 0.857143) b)) + ((n.name is a) + (((_epsilon_ 0.2) (b 0.8) b)) + ((p.p.p.name is h) + ((p.p.name is i) + (((_epsilon_ 0.2) (b 0.8) b)) + (((_epsilon_ 0.6) (b 0.4) _epsilon_))) + ((n.n.name is #) + (((_epsilon_ 0.4) (b 0.6) b)) + (((_epsilon_ 1) _epsilon_)))))))))))))))))))))))))) + ((n.name is t) + ((p.p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is l) (((_epsilon_ 1) _epsilon_)) (((b 1) b))))) + ((n.name is p) + ((n.n.name is o) (((_epsilon_ 1) _epsilon_)) (((b 1) b))) + (((b 0.999927) (p 7.259e-05) b)))))))) +(c + ((n.name is k) + ((n.n.name is i) + ((n.n.n.name is #) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.8) (t-s 0.2) _epsilon_)) + ((p.p.p.name is a) + ((p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.3) (t-s 0.7) t-s))) + ((p.p.p.name is i) + (((_epsilon_ 0.75) (t-s 0.25) _epsilon_)) + (((_epsilon_ 0.133333) (t-s 0.866667) t-s)))))) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is w) + ((p.name is a) (((s 1) s)) (((_epsilon_ 0.6) (s 0.4) _epsilon_))) + ((n.n.n.name is #) + ((n.n.name is a) + ((p.p.p.name is d) + (((s 1) s)) + (((_epsilon_ 0.9) (s 0.1) _epsilon_))) + (((_epsilon_ 0.987234) + (ch 0.00425532) + (t-s 0.00851064) + _epsilon_))) + (((_epsilon_ 0.999573) (s 0.000426803) _epsilon_))))) + ((n.name is h) + ((p.name is s) + ((p.p.name is t) + (((_epsilon_ 0.0253165) (ch 0.974684) ch)) + ((n.n.name is o) + ((n.n.n.name is o) + (((_epsilon_ 0.137931) (k 0.862069) k)) + ((n.n.n.name is l) + (((_epsilon_ 0.588235) (k 0.411765) _epsilon_)) + ((n.n.n.name is f) + ((p.p.p.name is 0) + (((_epsilon_ 0.666667) (k 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (k 0.666667) k))) + (((_epsilon_ 1) _epsilon_))))) + ((n.n.name is i) + ((p.p.p.name is 0) + ((n.n.n.name is a) + (((k 1) k)) + (((_epsilon_ 0.859375) (k 0.140625) _epsilon_))) + ((p.p.p.name is m) + (((ch 0.75) (k 0.25) ch)) + ((n.n.n.name is l) + (((_epsilon_ 0.333333) (ch 0.666667) ch)) + ((p.p.name is e) + (((_epsilon_ 0.25) (k 0.75) k)) + (((_epsilon_ 0.666667) (k 0.333333) _epsilon_)))))) + ((n.n.name is e) + ((n.n.n.name is d) + (((_epsilon_ 0.222222) (k 0.777778) k)) + ((n.n.n.name is m) + (((_epsilon_ 0.416667) (k 0.583333) k)) + (((_epsilon_ 0.931818) + (ch 0.0227273) + (k 0.0454545) + _epsilon_)))) + ((n.n.n.name is r) + ((p.p.p.name is 0) + (((_epsilon_ 0.888889) (k 0.111111) _epsilon_)) + (((ch 1) ch))) + ((n.n.n.name is #) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (k 0.666667) k))) + (((_epsilon_ 0.983704) + (ch 0.00296296) + (k 0.0133333) + _epsilon_)))))))) + ((p.name is t) + (((ch 1) ch)) + ((p.p.name is 0) + ((n.n.name is r) + (((ch 0.0344828) (k 0.942529) (sh 0.0229885) k)) + ((n.n.name is l) + (((ch 0.0833333) (k 0.916667) k)) + ((n.n.name is a) + ((n.n.n.name is u) + (((ch 0.5) (sh 0.5) ch)) + ((n.n.n.name is o) + (((ch 0.333333) (k 0.666667) k)) + ((n.n.n.name is r) + (((ch 0.734043) (k 0.0957447) (sh 0.170213) ch)) + ((n.n.n.name is p) + (((ch 0.666667) (k 0.037037) (sh 0.296296) ch)) + ((n.n.n.name is b) + (((ch 0.333333) (sh 0.666667) sh)) + ((n.n.n.name is g) + (((ch 0.333333) (sh 0.666667) sh)) + (((ch 0.875) (k 0.0144231) (sh 0.110577) ch)))))))) + ((n.n.n.name is v) + (((ch 0.6) (sh 0.4) ch)) + ((n.n.n.name is r) + ((n.n.name is o) + (((ch 0.277778) (k 0.722222) k)) + (((ch 0.836066) (k 0.114754) (sh 0.0491803) ch))) + ((n.n.n.name is a) + ((n.n.name is e) + (((ch 1) ch)) + ((n.n.name is i) + (((ch 0.4375) (k 0.5625) k)) + (((ch 0.75) (k 0.25) ch)))) + ((n.n.n.name is m) + ((n.n.name is e) + (((ch 0.411765) (k 0.529412) (sh 0.0588235) k)) + (((ch 1) ch))) + (((ch 0.903315) (k 0.0441989) (sh 0.0524862) ch))))))))) + ((p.name is n) + ((n.n.name is o) + ((n.n.n.name is r) + (((k 1) k)) + ((n.n.n.name is l) (((k 1) k)) (((ch 0.625) (k 0.375) ch)))) + ((p.p.p.name is n) + ((p.p.name is o) (((sh 1) sh)) (((ch 1) ch))) + ((n.n.n.name is t) + ((p.p.p.name is l) + (((ch 0.333333) (k 0.333333) (sh 0.333333) ch)) + (((ch 0.25) (k 0.75) k))) + ((n.n.name is r) + (((ch 0.2) (k 0.8) k)) + ((n.n.name is a) + ((n.n.n.name is n) + (((ch 1) ch)) + ((p.p.name is e) + (((k 0.75) (sh 0.25) k)) + (((ch 0.857143) (k 0.142857) ch)))) + ((n.n.n.name is m) + (((ch 0.333333) (k 0.666667) k)) + ((p.p.p.name is m) + (((ch 0.923077) (sh 0.0769231) ch)) + ((p.p.p.name is w) + ((n.n.n.name is s) + (((ch 1) ch)) + (((ch 0.333333) (k 0.666667) k))) + (((ch 0.946809) (k 0.0531915) ch)))))))))) + ((n.n.name is e) + ((n.n.n.name is r) + ((p.p.name is m) + (((k 1) k)) + ((p.p.name is b) + (((ch 0.05) (k 0.95) k)) + ((p.name is l) + (((ch 1) ch)) + ((p.p.name is s) + (((_epsilon_ 0.2) (ch 0.6) (k 0.2) ch)) + ((p.p.name is h) + (((k 0.666667) (sh 0.333333) k)) + ((p.name is i) + ((p.p.name is e) + (((k 1) k)) + ((p.p.name is r) + (((ch 0.75) (k 0.25) ch)) + (((ch 0.428571) (k 0.571429) k)))) + ((p.p.name is e) + ((p.name is r) (((ch 0.2) (k 0.8) k)) (((ch 1) ch))) + ((p.name is a) + (((k 1) k)) + ((p.p.name is r) + (((k 0.8) (sh 0.2) k)) + ((p.name is r) + ((p.p.name is a) + (((ch 0.888889) (k 0.111111) ch)) + ((p.p.name is o) + (((ch 0.25) (k 0.75) k)) + (((ch 0.5) (k 0.5) ch)))) + ((p.name is u) + ((p.p.name is o) + (((ch 0.571429) (k 0.285714) (sh 0.142857) ch)) + ((p.p.name is a) + (((ch 0.428571) (k 0.428571) (sh 0.142857) ch)) + (((ch 0.25) (k 0.75) k)))) + ((p.p.p.name is #) + ((p.p.name is d) + (((ch 0.666667) (k 0.333333) ch)) + (((ch 0.4) (k 0.6) k))) + (((ch 0.111111) (k 0.888889) k)))))))))))))) + ((n.n.n.name is d) + (((_epsilon_ 0.0263158) + (ch 0.894737) + (k 0.0263158) + (sh 0.0526316) + ch)) + ((n.n.n.name is t) + ((p.p.name is a) + (((k 0.833333) (sh 0.166667) k)) + ((p.name is o) + (((sh 1) sh)) + ((p.p.p.name is #) + (((sh 1) sh)) + ((p.p.p.name is b) + (((ch 0.666667) (sh 0.333333) ch)) + (((ch 0.4) (sh 0.6) sh)))))) + ((n.n.n.name is s) + ((p.name is r) + ((p.p.p.name is #) + (((ch 0.111111) (k 0.888889) k)) + ((p.p.p.name is m) + (((ch 0.333333) (k 0.5) (sh 0.166667) k)) + (((ch 0.818182) (sh 0.181818) ch)))) + ((p.p.name is u) + (((_epsilon_ 0.333333) + (ch 0.333333) + (k 0.333333) + _epsilon_)) + ((p.p.name is e) + (((ch 1) ch)) + ((p.p.name is o) + (((ch 1) ch)) + ((p.name is u) + (((ch 0.333333) (sh 0.666667) sh)) + (((ch 0.72) (k 0.16) (sh 0.12) ch))))))) + ((n.n.n.name is #) + ((p.p.p.name is #) + (((ch 0.928571) (sh 0.0714286) ch)) + ((p.p.p.name is s) + (((sh 1) sh)) + ((p.p.name is o) + (((ch 0.5) (sh 0.5) ch)) + ((p.p.p.name is l) + (((ch 1) ch)) + ((p.p.p.name is t) + (((ch 0.666667) (sh 0.333333) ch)) + ((p.p.name is i) + (((ch 0.333333) (sh 0.666667) sh)) + ((p.p.name is l) + (((k 0.333333) (sh 0.666667) sh)) + ((p.p.p.name is c) + (((k 1) k)) + ((p.name is u) + (((k 0.666667) (sh 0.333333) k)) + ((p.p.name is n) + (((ch 0.25) (k 0.25) (sh 0.5) sh)) + ((p.name is a) + (((ch 0.333333) (k 0.666667) k)) + ((p.name is i) + (((ch 0.5) (k 0.25) (sh 0.25) ch)) + ((p.p.name is r) + (((ch 0.333333) + (k 0.333333) + (sh 0.333333) + ch)) + (((ch 0.25) (k 0.5) (sh 0.25) k))))))))))))))) + ((n.n.n.name is v) + (((_epsilon_ 0.1) (ch 0.9) ch)) + ((p.p.name is e) + ((p.name is i) + (((k 1) k)) + ((n.n.n.name is m) (((k 1) k)) (((ch 1) ch)))) + ((p.p.name is n) + (((_epsilon_ 0.2) (ch 0.6) (k 0.2) ch)) + ((p.p.name is s) + (((_epsilon_ 0.333333) (k 0.666667) k)) + ((p.p.name is h) + (((ch 1) ch)) + ((n.n.n.name is c) + (((ch 1) ch)) + ((n.n.n.name is e) + (((ch 0.8) (k 0.2) ch)) + ((p.name is r) + ((n.n.n.name is n) + (((ch 0.75) (k 0.25) ch)) + (((ch 0.25) (k 0.75) k))) + ((n.n.n.name is y) + (((ch 0.666667) (sh 0.333333) ch)) + ((p.name is a) + ((n.n.n.name is n) + (((k 1) k)) + ((p.p.name is r) + ((p.p.p.name is #) + (((ch 0.666667) (sh 0.333333) ch)) + (((ch 0.333333) (k 0.666667) k))) + (((ch 0.5) (k 0.5) ch)))) + ((p.p.p.name is b) + (((ch 0.142857) (k 0.857143) k)) + ((p.p.name is p) + (((ch 0.666667) (k 0.333333) ch)) + ((p.name is u) + ((p.p.name is a) + (((sh 1) sh)) + ((p.p.name is d) + (((k 0.333333) (sh 0.666667) sh)) + (((k 1) k)))) + ((p.p.name is a) + (((ch 0.25) (k 0.75) k)) + ((p.p.p.name is g) + (((ch 0.333333) (k 0.666667) k)) + ((p.p.name is r) + ((n.n.n.name is l) + (((ch 0.4) (sh 0.6) sh)) + (((ch 0.2) (k 0.6) (sh 0.2) k))) + ((n.n.n.name is a) + (((k 0.333333) (sh 0.666667) sh)) + ((n.n.n.name is m) + (((ch 0.25) (k 0.75) k)) + ((p.name is e) + ((p.p.p.name is 0) + (((k 0.333333) (sh 0.666667) sh)) + (((k 1) k))) + ((p.p.p.name is #) + ((p.name is i) + ((n.n.n.name is l) + (((ch 0.125) (k 0.625) (sh 0.25) k)) + (((ch 0.5) (k 0.5) ch))) + (((k 0.666667) (sh 0.333333) k))) + (((ch 0.4) (k 0.4) (sh 0.2) ch))))))))))))))))))))))))))) + ((p.p.name is v) + (((ch 0.945455) (k 0.0363636) (sh 0.0181818) ch)) + ((n.n.n.name is w) + (((_epsilon_ 0.652174) (ch 0.26087) (k 0.0869565) _epsilon_)) + ((n.n.name is a) + ((p.p.name is e) + ((p.name is i) + (((k 1) k)) + (((ch 0.969697) (k 0.030303) ch))) + ((n.n.n.name is e) + (((k 1) k)) + ((n.n.n.name is n) + ((p.p.name is k) + (((_epsilon_ 0.5) (k 0.5) _epsilon_)) + ((p.p.p.name is #) + (((ch 0.0666667) (k 0.933333) k)) + (((ch 0.571429) (k 0.428571) ch)))) + ((p.p.name is u) + ((p.p.p.name is p) + (((ch 1) ch)) + ((p.p.p.name is s) (((ch 1) ch)) (((sh 1) sh)))) + ((n.n.n.name is #) + ((p.p.p.name is #) + ((p.name is o) + (((ch 0.333333) (k 0.666667) k)) + (((ch 1) ch))) + ((p.p.p.name is a) + (((ch 0.5) (k 0.5) ch)) + (((_epsilon_ 0.5) (ch 0.375) (k 0.125) _epsilon_)))) + ((p.name is o) + ((p.p.name is r) + (((_epsilon_ 0.666667) (ch 0.333333) _epsilon_)) + (((ch 0.888889) (k 0.111111) ch))) + ((n.n.n.name is l) + ((p.p.name is m) + (((_epsilon_ 0.222222) + (ch 0.666667) + (k 0.111111) + ch)) + (((_epsilon_ 0.285714) (ch 0.142857) (k 0.571429) k))) + ((p.p.p.name is t) + (((_epsilon_ 0.25) (ch 0.75) ch)) + ((p.name is u) + ((p.p.p.name is c) + (((k 1) k)) + ((p.p.p.name is #) + (((ch 0.142857) (k 0.428571) (sh 0.428571) k)) + (((sh 1) sh)))) + ((p.name is r) + ((p.p.p.name is b) + (((k 0.333333) (sh 0.666667) sh)) + ((p.p.p.name is #) + ((n.n.n.name is r) + (((ch 0.666667) (sh 0.333333) ch)) + (((k 0.333333) (sh 0.666667) sh))) + (((ch 0.333333) (k 0.666667) k)))) + ((n.n.n.name is r) + ((p.p.name is r) + (((ch 0.8) (k 0.2) ch)) + (((_epsilon_ 0.0833333) + (ch 0.25) + (k 0.666667) + k))) + ((n.n.n.name is c) + (((k 1) k)) + ((p.p.p.name is 0) + (((ch 0.2) (k 0.8) k)) + ((p.p.name is d) + (((ch 0.333333) (k 0.666667) k)) + ((n.n.n.name is m) + (((ch 0.666667) (k 0.333333) ch)) + ((p.p.p.name is #) + (((ch 0.4) (sh 0.6) sh)) + (((ch 0.8) (sh 0.2) ch)))))))))))))))))) + ((n.n.name is i) + ((p.name is c) + ((p.p.p.name is m) + (((k 1) k)) + ((p.p.name is i) + (((k 1) k)) + ((p.p.name is e) + ((p.p.p.name is v) + (((_epsilon_ 0.4) (k 0.6) k)) + (((_epsilon_ 0.8) (k 0.2) _epsilon_))) + ((n.n.n.name is #) + (((_epsilon_ 0.125) (k 0.875) k)) + ((n.n.n.name is a) + (((_epsilon_ 0.25) (k 0.75) k)) + ((n.n.n.name is n) + (((_epsilon_ 0.666667) (k 0.333333) _epsilon_)) + ((p.p.p.name is n) + (((_epsilon_ 0.6) (k 0.4) _epsilon_)) + (((_epsilon_ 0.333333) (k 0.666667) k))))))))) + ((p.p.name is m) + ((n.n.n.name is n) + (((ch 0.0833333) (k 0.166667) (sh 0.75) sh)) + (((ch 0.6) (k 0.3) (sh 0.1) ch))) + ((p.p.p.name is s) + (((k 0.25) (sh 0.75) sh)) + ((p.p.name is a) + ((p.name is r) + ((n.n.n.name is n) + (((ch 0.833333) (k 0.166667) ch)) + ((p.p.p.name is #) + ((n.n.n.name is t) + (((k 1) k)) + ((n.n.n.name is v) + (((k 1) k)) + (((ch 0.5) (k 0.5) ch)))) + (((k 1) k)))) + (((_epsilon_ 0.25) (ch 0.75) ch))) + ((p.name is y) + (((k 1) k)) + ((n.n.n.name is d) + (((k 1) k)) + ((n.n.n.name is a) + ((p.p.name is l) (((ch 1) ch)) (((k 1) k))) + ((n.n.n.name is m) + ((p.name is a) + (((k 1) k)) + (((ch 0.75) (k 0.25) ch))) + ((p.name is e) + ((n.n.n.name is n) + (((ch 0.666667) (k 0.333333) ch)) + (((ch 0.25) (k 0.75) k))) + ((p.p.p.name is k) + (((ch 1) ch)) + ((p.p.p.name is r) + (((ch 1) ch)) + ((p.p.name is g) + (((ch 1) ch)) + ((p.p.p.name is c) + (((ch 1) ch)) + ((p.p.name is r) + ((p.p.p.name is #) + (((ch 0.666667) (k 0.333333) ch)) + (((ch 0.333333) (k 0.666667) k))) + ((n.n.n.name is s) + (((ch 0.333333) (k 0.666667) k)) + ((n.n.n.name is n) + ((p.p.p.name is t) + (((ch 1) ch)) + ((p.p.p.name is l) + (((ch 1) ch)) + ((p.name is l) + (((ch 1) ch)) + ((p.name is r) + (((ch 1) ch)) + ((p.p.p.name is #) + (((ch 0.625) (k 0.375) ch)) + ((p.name is u) + (((ch 0.333333) (k 0.666667) k)) + (((ch 0.5) (k 0.5) ch)))))))) + ((p.name is r) + ((p.p.name is u) + (((ch 0.333333) (k 0.666667) k)) + (((ch 0.666667) (k 0.333333) ch))) + (((ch 0.914894) (k 0.0851064) ch))))))))))))))))))) + ((p.p.name is o) + ((p.name is r) + ((p.p.p.name is t) + (((ch 0.666667) (k 0.333333) ch)) + (((ch 0.25) (k 0.75) k))) + (((ch 0.948718) (k 0.025641) (sh 0.025641) ch))) + ((n.n.name is u) + ((p.p.name is r) + (((k 0.142857) (sh 0.857143) sh)) + ((p.p.p.name is b) + (((k 1) k)) + ((p.p.name is t) + (((_epsilon_ 0.333333) + (ch 0.333333) + (k 0.333333) + _epsilon_)) + (((_epsilon_ 0.05) (ch 0.8) (k 0.15) ch))))) + ((p.p.name is b) + ((p.name is a) + (((ch 0.010989) (k 0.989011) k)) + ((n.n.n.name is e) + (((k 1) k)) + ((n.n.name is o) + (((k 1) k)) + ((n.n.n.name is #) + (((k 1) k)) + ((p.name is u) + (((ch 0.25) (k 0.75) k)) + ((p.name is e) + (((ch 0.2) (k 0.8) k)) + (((ch 0.666667) (k 0.333333) ch)))))))) + ((p.name is e) + ((p.p.name is e) + (((ch 1) ch)) + ((p.p.name is i) + ((p.p.p.name is p) + (((_epsilon_ 0.666667) (ch 0.333333) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.333333) + (ch 0.333333) + (k 0.333333) + _epsilon_)) + (((k 1) k)))) + ((n.n.n.name is y) + (((ch 0.666667) (k 0.333333) ch)) + (((_epsilon_ 0.00609756) + (ch 0.0182927) + (k 0.97561) + k))))) + ((p.name is o) + (((_epsilon_ 0.0144928) + (ch 0.0724638) + (k 0.898551) + (sh 0.0144928) + k)) + ((p.name is i) + ((p.p.name is e) + (((k 1) k)) + ((p.p.p.name is #) + ((p.p.name is n) + (((_epsilon_ 0.111111) (k 0.888889) k)) + ((n.n.name is t) + ((n.n.n.name is e) + (((ch 0.153846) (k 0.846154) k)) + ((p.p.name is l) + (((ch 0.5) (k 0.5) ch)) + (((ch 0.333333) (k 0.666667) k)))) + ((p.p.name is d) + (((k 1) k)) + ((n.n.name is c) + (((_epsilon_ 0.333333) + (ch 0.333333) + (sh 0.333333) + _epsilon_)) + (((ch 0.833333) (k 0.133333) (sh 0.0333333) ch)))))) + ((p.p.name is r) + (((ch 0.129032) (k 0.870968) k)) + ((p.p.name is l) + ((p.p.p.name is r) + (((k 1) k)) + ((p.p.p.name is h) + (((ch 0.142857) (k 0.857143) k)) + ((p.p.p.name is d) + (((k 1) k)) + ((p.p.p.name is m) + (((k 1) k)) + ((p.p.p.name is u) + (((_epsilon_ 0.5) (k 0.5) _epsilon_)) + (((_epsilon_ 0.222222) + (ch 0.0555556) + (k 0.722222) + k))))))) + ((n.n.name is #) + ((p.p.name is d) + (((k 1) k)) + ((p.p.p.name is r) + (((ch 0.4) (k 0.6) k)) + ((p.p.name is w) + (((ch 1) ch)) + ((p.p.name is m) + (((ch 0.4) (k 0.6) k)) + ((p.p.p.name is o) + (((_epsilon_ 0.333333) + (ch 0.333333) + (k 0.333333) + _epsilon_)) + ((p.p.p.name is u) + (((_epsilon_ 0.333333) + (ch 0.333333) + (k 0.333333) + _epsilon_)) + ((p.p.p.name is a) + ((p.p.name is s) + (((_epsilon_ 0.333333) + (ch 0.333333) + (k 0.333333) + _epsilon_)) + (((_epsilon_ 0.2) (ch 0.8) ch))) + (((ch 0.818182) (k 0.181818) ch))))))))) + (((ch 0.1) (k 0.9) k))))))) + ((p.p.name is e) + ((p.name is a) + (((ch 1) ch)) + ((p.name is l) + (((ch 0.833333) (k 0.166667) ch)) + (((ch 0.111111) (k 0.888889) k)))) + ((p.p.name is u) + (((ch 0.882353) (k 0.117647) ch)) + ((n.n.name is #) + ((p.p.p.name is #) + (((ch 0.894737) (k 0.105263) ch)) + ((p.p.name is z) + (((_epsilon_ 0.666667) (ch 0.333333) _epsilon_)) + ((p.p.p.name is o) + (((_epsilon_ 0.2) (k 0.8) k)) + ((p.p.p.name is a) + (((_epsilon_ 0.125) (ch 0.125) (k 0.75) k)) + ((p.p.p.name is s) + (((k 1) k)) + ((p.p.p.name is l) + (((ch 0.166667) (k 0.833333) k)) + ((p.p.p.name is r) + (((ch 0.3) (k 0.7) k)) + ((p.name is r) + (((ch 0.454545) (k 0.545455) k)) + ((p.p.name is a) + (((ch 1) ch)) + ((p.p.p.name is p) + (((ch 0.333333) (k 0.666667) k)) + ((p.p.p.name is e) + (((ch 0.4) (k 0.6) k)) + ((p.name is u) + (((ch 0.333333) (k 0.666667) k)) + (((ch 0.733333) (k 0.266667) ch)))))))))))))) + ((p.p.name is y) + (((_epsilon_ 0.666667) + (ch 0.166667) + (k 0.166667) + _epsilon_)) + ((p.p.name is a) + ((n.n.n.name is #) + ((p.p.p.name is i) + (((k 1) k)) + ((p.p.p.name is n) + (((k 1) k)) + (((ch 0.5) (k 0.5) ch)))) + ((n.n.name is r) + (((_epsilon_ 0.333333) (ch 0.666667) ch)) + ((n.n.name is b) + (((ch 1) ch)) + ((p.p.p.name is #) + (((ch 0.8) (k 0.2) ch)) + ((n.n.n.name is a) + (((ch 0.333333) (k 0.666667) k)) + (((ch 0.666667) (k 0.333333) ch))))))) + ((p.p.name is f) + (((_epsilon_ 0.666667) (k 0.333333) _epsilon_)) + ((n.n.n.name is l) + ((p.p.p.name is #) + (((_epsilon_ 0.5) + (ch 0.25) + (k 0.25) + _epsilon_)) + (((k 1) k))) + ((n.n.name is y) + (((ch 0.75) (k 0.25) ch)) + ((p.p.name is s) + (((k 1) k)) + ((n.n.name is o) + ((n.n.n.name is r) + (((k 1) k)) + ((n.n.n.name is #) + (((ch 1) ch)) + ((p.p.p.name is #) + (((ch 0.75) (k 0.25) ch)) + (((ch 0.4) (k 0.6) k))))) + ((p.p.name is t) + (((ch 0.6) (k 0.4) ch)) + ((p.p.name is k) + (((ch 0.666667) (k 0.333333) ch)) + ((n.n.name is f) + (((ch 0.666667) (k 0.333333) ch)) + (((ch 0.0641026) (k 0.935897) k)))))))))))))))))))))))))))))) + ((n.name is e) + ((p.name is s) + ((n.n.n.name is z) + (((_epsilon_ 0.2) (ch 0.8) ch)) + ((p.p.name is a) + ((n.n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (ch 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (ch 0.666667) ch))))) + (((_epsilon_ 0.973684) (ch 0.0131579) (k 0.0131579) _epsilon_)))) + ((p.name is m) + (((k 0.953488) (s 0.0465116) k)) + ((p.name is x) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is k) + ((n.n.n.name is #) + ((p.p.name is m) + (((ch 0.333333) (k 0.333333) (s 0.333333) ch)) + ((p.p.p.name is d) + (((ch 0.25) (s 0.75) s)) + (((ch 0.871795) (s 0.128205) ch)))) + (((s 1) s))) + ((n.n.n.name is n) + ((n.n.name is a) (((sh 1) sh)) (((ch 0.125) (s 0.875) s))) + ((p.p.name is 0) + ((n.n.name is n) + (((ch 0.0675676) (k 0.0135135) (s 0.918919) s)) + ((n.n.name is m) + (((k 0.142857) (s 0.857143) s)) + ((n.n.n.name is s) + (((s 1) s)) + ((n.n.name is p) + (((s 1) s)) + ((n.n.n.name is t) + (((ch 0.1) (s 0.9) s)) + ((n.n.name is r) + ((n.n.n.name is e) + (((ch 0.2) (s 0.8) s)) + ((n.n.n.name is v) + (((ch 0.363636) (s 0.636364) s)) + ((n.n.n.name is a) + (((ch 0.375) (s 0.625) s)) + (((ch 0.666667) (s 0.333333) ch))))) + ((n.n.n.name is r) + (((s 1) s)) + ((n.n.name is s) + ((n.n.n.name is a) + (((ch 0.75) (s 0.25) ch)) + (((ch 0.333333) (s 0.666667) s))) + ((n.n.n.name is u) + (((ch 0.6) (s 0.4) ch)) + ((n.n.n.name is c) + (((ch 0.666667) (s 0.333333) ch)) + ((n.n.n.name is o) + (((ch 0.4) (s 0.6) s)) + ((n.n.n.name is l) + (((ch 0.181818) (s 0.818182) s)) + ((n.n.n.name is i) + ((n.n.name is c) + (((s 1) s)) + ((n.n.name is l) + (((ch 0.1) (s 0.9) s)) + (((ch 0.666667) (s 0.333333) ch)))) + (((ch 0.26) (s 0.74) s))))))))))))))) + ((n.n.n.name is c) + ((p.p.p.name is r) + (((ch 1) ch)) + ((p.name is a) + (((ch 0.333333) (k 0.333333) (s 0.333333) ch)) + (((ch 0.153846) (s 0.846154) s)))) + ((p.name is n) + ((n.n.n.name is t) + ((p.p.p.name is v) + (((ch 0.5) (s 0.5) ch)) + (((ch 0.0789474) (s 0.921053) s))) + ((n.n.n.name is z) + (((ch 0.666667) (s 0.333333) ch)) + (((ch 0.00178571) (s 0.998214) s)))) + ((n.n.name is l) + ((n.n.n.name is e) + (((s 1) s)) + ((n.n.n.name is y) + (((s 1) s)) + ((p.p.name is u) + (((ch 0.75) (s 0.25) ch)) + ((n.n.n.name is #) + (((s 1) s)) + ((p.p.p.name is m) + ((n.n.n.name is l) + (((ch 0.375) (s 0.625) s)) + (((ch 1) ch))) + ((p.p.p.name is t) + (((ch 0.75) (s 0.25) ch)) + ((n.n.n.name is a) + (((s 1) s)) + ((p.p.name is n) + (((ch 0.666667) (s 0.333333) ch)) + ((p.p.name is o) + (((ch 0.666667) (s 0.333333) ch)) + (((ch 0.166667) (s 0.833333) s))))))))))) + ((n.n.name is s) + ((n.n.n.name is t) + ((p.p.name is o) + (((_epsilon_ 0.666667) (ch 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (s 0.666667) s))) + ((n.n.n.name is e) + (((_epsilon_ 0.5) (ch 0.25) (s 0.25) _epsilon_)) + ((n.n.n.name is a) + (((ch 0.5) (s 0.5) ch)) + (((_epsilon_ 0.00775194) (s 0.992248) s))))) + ((n.n.name is o) + (((s 0.4) (sh 0.6) sh)) + ((n.n.n.name is o) + ((p.p.name is r) + (((ch 0.75) (s 0.25) ch)) + ((p.name is r) + (((ch 0.25) (s 0.5) (t-s 0.25) s)) + ((p.p.name is a) + (((ch 0.5) (s 0.5) ch)) + (((ch 0.0714286) (s 0.928571) s))))) + ((p.name is i) + (((ch 0.0103627) (s 0.974093) (sh 0.015544) s)) + ((p.p.p.name is a) + ((p.p.name is r) + (((ch 1) ch)) + (((ch 0.222222) (s 0.777778) s))) + ((p.p.name is v) + (((ch 0.5) (k 0.25) (s 0.25) ch)) + ((p.p.p.name is c) + ((p.name is o) + (((ch 1) ch)) + (((ch 0.111111) (s 0.888889) s))) + ((n.n.name is r) + ((n.n.n.name is #) + (((k 0.05) (s 0.95) s)) + ((n.n.n.name is s) + (((s 1) s)) + ((n.n.n.name is b) + (((s 1) s)) + ((p.p.p.name is g) + (((s 1) s)) + ((p.p.p.name is s) + (((s 1) s)) + ((n.n.n.name is a) + (((ch 0.166667) (s 0.833333) s)) + (((ch 0.7) (s 0.3) ch)))))))) + ((p.p.name is m) + (((ch 0.166667) (k 0.166667) (s 0.666667) s)) + ((p.p.name is i) + ((n.n.n.name is t) + (((ch 0.6) (s 0.4) ch)) + (((s 1) s))) + (((ch 0.0178971) (s 0.982103) s))))))))))))))))))))) + ((n.name is i) + ((p.name is s) + ((n.n.name is a) + ((p.p.p.name is 0) + (((_epsilon_ 0.777778) (k 0.222222) _epsilon_)) + (((_epsilon_ 0.0909091) (ch 0.909091) ch))) + ((p.p.p.name is p) + (((_epsilon_ 0.2) (ch 0.6) (k 0.2) ch)) + (((_epsilon_ 0.917431) (ch 0.0550459) (k 0.0275229) _epsilon_)))) + ((n.n.name is a) + ((p.name is i) + ((p.p.name is l) + ((p.p.p.name is e) + (((ch 0.333333) (s 0.333333) (sh 0.333333) ch)) + (((sh 1) sh))) + (((ch 0.0172414) (sh 0.982759) sh))) + ((n.n.n.name is l) + (((ch 0.0408163) (s 0.0408163) (sh 0.918367) sh)) + ((n.n.n.name is t) + ((p.p.name is r) + (((sh 1) sh)) + ((p.name is a) + (((sh 1) sh)) + (((ch 0.117647) (s 0.823529) (sh 0.0588235) s)))) + ((p.p.name is m) + (((k 0.25) (s 0.75) s)) + ((p.name is c) + (((ch 1) ch)) + ((p.p.p.name is 0) + (((ch 0.944444) (sh 0.0555556) ch)) + ((n.n.n.name is b) + (((sh 1) sh)) + ((p.name is n) + (((ch 0.857143) (s 0.142857) ch)) + ((p.p.name is u) + (((ch 0.333333) (s 0.666667) s)) + ((p.p.p.name is i) + (((s 0.333333) (sh 0.666667) sh)) + ((p.p.name is f) + (((s 0.333333) (sh 0.666667) sh)) + ((p.p.p.name is #) + ((n.n.n.name is #) + (((ch 0.333333) (sh 0.666667) sh)) + ((p.p.name is l) + (((ch 0.75) (sh 0.25) ch)) + (((ch 0.333333) (sh 0.666667) sh)))) + (((ch 0.65) (s 0.1) (sh 0.25) ch)))))))))))))) + ((p.name is c) + ((n.n.name is d) + (((s 1) s)) + ((n.n.n.name is a) + (((s 1) s)) + ((n.n.name is #) + (((ch 1) ch)) + ((p.p.p.name is v) + (((ch 0.333333) (s 0.666667) s)) + (((ch 0.930233) (s 0.0697674) ch)))))) + ((n.n.name is o) + ((n.n.n.name is u) + (((sh 1) sh)) + ((n.n.n.name is n) + ((p.name is i) + (((sh 1) sh)) + ((p.name is n) + (((ch 0.75) (sh 0.25) ch)) + (((ch 0.125) (s 0.625) (sh 0.25) s)))) + ((p.name is o) + (((s 0.777778) (sh 0.222222) s)) + ((n.n.n.name is #) + ((p.name is i) + (((s 1) s)) + ((p.name is a) + (((s 1) s)) + ((p.name is r) + (((ch 0.666667) (s 0.333333) ch)) + ((p.p.p.name is c) + (((ch 0.5) (s 0.5) ch)) + (((ch 0.4) (s 0.6) s)))))) + (((ch 0.846154) (s 0.153846) ch)))))) + ((p.name is x) + (((_epsilon_ 1) _epsilon_)) + ((p.name is m) + (((ch 0.047619) (k 0.904762) (s 0.047619) k)) + ((n.n.name is e) + ((p.p.name is f) + (((s 0.0625) (sh 0.9375) sh)) + ((n.n.n.name is #) + ((p.p.p.name is d) + (((k 1) k)) + ((p.p.p.name is s) + (((k 1) k)) + ((p.p.name is r) + (((k 0.333333) (s 0.666667) s)) + ((p.name is n) + (((k 0.333333) (s 0.666667) s)) + (((k 0.6) (s 0.4) k)))))) + ((p.name is r) + ((p.p.p.name is m) (((s 1) s)) (((ch 0.25) (k 0.75) k))) + ((p.p.name is 0) + ((n.n.n.name is s) (((ch 1) ch)) (((s 1) s))) + ((n.n.n.name is s) + ((p.p.p.name is s) + (((s 0.333333) (sh 0.666667) sh)) + (((s 1) s))) + ((p.name is a) + (((ch 0.2) (k 0.2) (s 0.2) (sh 0.4) sh)) + ((n.n.n.name is n) + ((p.p.name is a) + (((ch 1) ch)) + (((ch 0.25) (s 0.75) s))) + ((p.p.name is o) + (((ch 0.5) (s 0.5) ch)) + (((ch 0.0526316) (s 0.947368) s)))))))))) + ((n.n.name is #) + ((p.p.name is r) + (((ch 1) ch)) + ((p.p.p.name is i) + (((ch 1) ch)) + ((p.p.name is a) + (((ch 0.25) (s 0.75) s)) + ((p.p.p.name is #) + (((ch 0.333333) (s 0.666667) s)) + (((ch 0.714286) (s 0.285714) ch)))))) + ((p.p.name is m) + ((p.p.p.name is #) + ((n.n.name is n) + (((k 1) k)) + (((ch 0.666667) (k 0.333333) ch))) + (((s 1) s))) + ((n.n.name is c) + ((n.n.n.name is #) + ((p.name is n) + (((ch 0.333333) (k 0.666667) k)) + (((ch 0.333333) (k 0.333333) (s 0.333333) ch))) + ((n.n.n.name is c) + (((ch 0.666667) (s 0.333333) ch)) + ((p.p.p.name is 0) + (((ch 0.142857) (s 0.857143) s)) + (((ch 0.6) (s 0.4) ch))))) + ((n.n.name is u) + ((p.p.p.name is 0) + (((ch 0.75) (s 0.25) ch)) + (((s 0.5) (sh 0.5) s))) + ((n.n.n.name is g) + (((s 1) s)) + ((n.n.name is n) + ((n.n.n.name is s) + (((_epsilon_ 0.142857) + (ch 0.714286) + (s 0.142857) + ch)) + ((n.n.n.name is o) + ((p.name is r) + (((s 1) s)) + (((ch 0.727273) (s 0.272727) ch))) + ((n.n.n.name is i) + ((p.p.p.name is #) + (((ch 0.4) (s 0.6) s)) + (((ch 1) ch))) + ((n.n.n.name is a) + ((p.p.p.name is #) + (((ch 0.666667) (s 0.333333) ch)) + (((ch 0.333333) (s 0.666667) s))) + ((p.p.p.name is m) + ((n.n.n.name is k) + (((ch 0.333333) (s 0.666667) s)) + (((ch 0.666667) (s 0.333333) ch))) + (((ch 0.078125) (s 0.921875) s))))))) + ((n.n.name is m) + ((p.p.p.name is 0) + ((n.n.n.name is a) + (((ch 0.333333) (s 0.666667) s)) + (((ch 0.833333) (s 0.166667) ch))) + (((ch 0.142857) (s 0.857143) s))) + ((p.name is i) + (((ch 0.0169492) (k 0.00847458) (s 0.974576) s)) + ((p.name is e) + (((ch 0.0153846) (s 0.984615) s)) + ((n.n.name is r) + ((p.p.p.name is 0) + (((s 1) s)) + ((n.n.n.name is c) + (((s 1) s)) + (((ch 0.666667) (k 0.333333) ch)))) + ((n.n.name is l) + (((ch 0.0298507) (s 0.970149) s)) + ((n.n.name is t) + (((ch 0.0461538) (s 0.953846) s)) + ((n.n.name is f) + (((ch 0.0357143) (s 0.964286) s)) + ((p.p.p.name is v) + (((ch 0.6) (s 0.4) ch)) + ((n.n.n.name is r) + (((ch 0.666667) (s 0.333333) ch)) + ((p.p.name is #) + (((s 1) s)) + ((p.name is a) + ((n.n.n.name is a) + (((ch 1) ch)) + ((p.p.name is r) + (((s 1) s)) + ((n.n.name is d) + (((s 1) s)) + (((ch 0.666667) (s 0.333333) ch))))) + ((n.n.n.name is #) + (((s 1) s)) + ((p.p.p.name is o) + (((s 1) s)) + ((p.p.p.name is x) + (((s 1) s)) + ((n.n.n.name is s) + (((s 1) s)) + ((n.n.name is g) + (((s 1) s)) + ((p.p.name is i) + (((ch 0.1) (s 0.9) s)) + ((n.n.name is p) + (((s 1) s)) + ((n.n.name is v) + (((ch 0.117647) (s 0.882353) s)) + ((p.p.p.name is e) + (((s 1) s)) + ((p.p.name is o) + (((s 1) s)) + ((n.n.n.name is n) + (((s 1) s)) + ((n.n.n.name is t) + (((s 1) s)) + ((p.name is n) + (((ch 0.285714) + (s 0.714286) + s)) + ((n.n.n.name is o) + (((ch 1) ch)) + ((n.n.n.name is l) + (((ch 0.25) (s 0.75) s)) + ((n.n.n.name is e) + ((p.p.p.name is 0) + (((ch 0.75) (s 0.25) ch)) + (((s 1) s))) + (((ch 0.666667) + (s 0.333333) + ch)))))))))))))))))))))))))))))))))))))))))) + ((n.name is c) + ((n.n.name is e) + ((p.name is a) + (((_epsilon_ 0.0277778) (k 0.972222) k)) + ((n.n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.name is u) + (((k 1) k)) + ((p.p.p.name is 0) (((k 1) k)) (((_epsilon_ 1) _epsilon_)))))) + ((p.name is m) + (((_epsilon_ 0.995885) (k 0.00411523) _epsilon_)) + ((n.n.n.name is d) + (((_epsilon_ 0.125) (k 0.875) k)) + ((p.p.p.name is 0) + (((_epsilon_ 0.991071) (k 0.00892857) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.929134) (k 0.0708661) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is v) + ((p.p.p.name is #) + (((_epsilon_ 0.222222) (k 0.777778) k)) + (((_epsilon_ 1) _epsilon_))) + ((p.name is e) + ((n.n.name is h) + (((_epsilon_ 0.2) (k 0.8) k)) + (((_epsilon_ 0.666667) (k 0.333333) _epsilon_))) + ((p.p.name is z) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is u) + (((_epsilon_ 0.954545) (k 0.0454545) _epsilon_)) + ((p.p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 0.888889) (k 0.111111) _epsilon_)) + ((p.p.name is g) + (((_epsilon_ 0.333333) (k 0.666667) k)) + ((p.p.name is r) + ((p.name is i) + (((_epsilon_ 0.8) (k 0.2) _epsilon_)) + ((n.n.n.name is o) + (((_epsilon_ 0.25) (k 0.75) k)) + (((_epsilon_ 0.6) (k 0.4) _epsilon_)))) + ((n.n.name is i) + ((p.p.p.name is #) + ((p.name is a) + (((_epsilon_ 0.333333) (k 0.666667) k)) + (((_epsilon_ 0.882353) (k 0.117647) _epsilon_))) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is o) + ((p.name is i) + (((_epsilon_ 0.666667) + (k 0.333333) + _epsilon_)) + (((_epsilon_ 0.2) (k 0.8) k))) + ((p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.name is o) + (((_epsilon_ 0.4) (k 0.6) k)) + (((_epsilon_ 0.714286) + (k 0.285714) + _epsilon_))))))))))))))))))))))) + ((n.name is y) + ((p.name is s) + (((_epsilon_ 0.666667) (k 0.333333) _epsilon_)) + ((p.name is r) + ((p.p.p.name is t) + (((s 1) s)) + ((p.p.name is e) + (((k 0.4) (s 0.6) s)) + (((k 0.75) (s 0.25) k)))) + (((ch 0.00401606) (k 0.0240964) (s 0.971888) s)))) + ((n.name is z) + ((p.p.name is s) + (((_epsilon_ 0.846154) (ch 0.153846) _epsilon_)) + ((p.p.name is #) + (((_epsilon_ 0.333333) (k 0.666667) k)) + (((_epsilon_ 0.0419162) (ch 0.958084) ch)))) + ((n.name is g) + (((_epsilon_ 0.982759) (k 0.0172414) _epsilon_)) + ((n.name is q) + (((_epsilon_ 1) _epsilon_)) + ((p.name is c) + ((p.p.p.name is #) + (((_epsilon_ 0.00288184) (k 0.997118) k)) + ((p.p.p.name is s) + (((k 1) k)) + ((n.n.n.name is l) + (((_epsilon_ 0.666667) (k 0.333333) _epsilon_)) + ((p.p.name is u) + ((p.p.p.name is l) + (((_epsilon_ 0.25) (k 0.75) k)) + ((p.p.p.name is z) + (((_epsilon_ 0.25) (k 0.75) k)) + ((n.name is a) + (((_epsilon_ 0.5) (k 0.5) _epsilon_)) + (((_epsilon_ 0.25) (k 0.75) k))))) + ((p.p.p.name is m) + (((_epsilon_ 0.333333) (k 0.666667) k)) + ((p.p.name is e) + (((k 1) k)) + ((n.n.n.name is a) + (((k 1) k)) + ((p.p.p.name is b) + (((_epsilon_ 0.4) (k 0.6) k)) + ((n.n.name is r) + (((k 1) k)) + ((p.p.p.name is c) + ((n.name is a) + (((_epsilon_ 0.5) (k 0.5) _epsilon_)) + (((_epsilon_ 0.166667) (k 0.833333) k))) + ((p.p.p.name is n) + ((n.name is o) + ((n.n.name is u) + (((k 1) k)) + (((_epsilon_ 0.6) (k 0.4) _epsilon_))) + (((k 1) k))) + (((_epsilon_ 0.0588235) (k 0.941176) k))))))))))))) + ((p.name is k) + ((n.name is a) + (((_epsilon_ 0.333333) (k 0.666667) k)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is 0) + (((_epsilon_ 0.00014941) (k 0.999253) (s 0.000597639) k)) + ((n.name is #) + (((ch 0.00653595) (k 0.992375) (s 0.00108932) k)) + ((p.p.p.name is m) + ((n.name is l) + (((_epsilon_ 0.75) (k 0.25) _epsilon_)) + (((_epsilon_ 0.00641026) + (ch 0.00641026) + (k 0.987179) + k))) + ((p.p.p.name is n) + ((n.name is t) + ((p.name is i) + ((p.p.name is d) + (((_epsilon_ 0.833333) (k 0.166667) _epsilon_)) + (((k 1) k))) + (((_epsilon_ 0.0126582) (k 0.987342) k))) + (((k 1) k))) + ((n.name is a) + ((n.n.name is i) + ((p.p.p.name is r) + (((_epsilon_ 0.333333) (s 0.666667) s)) + (((k 1) k))) + (((_epsilon_ 0.000774593) + (k 0.991479) + (s 0.00464756) + (sh 0.00232378) + (t-s 0.000774593) + k))) + ((p.name is p) + (((k 0.909091) (t-s 0.0909091) k)) + ((n.n.n.name is s) + ((n.n.name is i) + ((n.name is o) (((k 0.4) (s 0.6) s)) (((k 1) k))) + (((k 1) k))) + (((_epsilon_ 0.000291036) + (k 0.999127) + (s 0.000582072) + k))))))))))))))))))))) +(d + ((n.name is d) + (((_epsilon_ 0.99375) (d 0.00625) _epsilon_)) + ((n.name is g) + ((n.n.name is r) + (((_epsilon_ 0.153846) (d 0.846154) d)) + ((n.n.n.name is o) + ((n.n.name is o) + (((d 1) d)) + (((_epsilon_ 0.769231) (d 0.230769) _epsilon_))) + ((n.n.name is a) + (((_epsilon_ 0.25) (d 0.75) d)) + (((_epsilon_ 0.990909) (d 0.00909091) _epsilon_))))) + ((p.name is e) + ((p.p.name is k) + ((n.name is #) + (((d 0.0186335) (t 0.981366) t)) + (((d 0.923077) (jh 0.0769231) d))) + ((p.p.name is h) + ((n.name is #) + ((p.p.p.name is t) + (((d 0.75) (t 0.25) d)) + ((p.p.p.name is g) + (((d 0.6) (t 0.4) d)) + (((d 0.0481928) (t 0.951807) t)))) + ((n.name is u) (((jh 1) jh)) (((d 1) d)))) + ((p.p.name is p) + ((n.name is #) + (((d 0.0151515) (t 0.984848) t)) + (((_epsilon_ 0.0133333) (d 0.986667) d))) + ((p.p.name is s) + ((p.p.p.name is s) + (((d 0.0327869) (t 0.967213) t)) + ((n.name is #) + ((p.p.p.name is r) + (((t 1) t)) + ((p.p.p.name is a) + (((d 0.24) (t 0.76) t)) + ((p.p.p.name is p) + (((t 1) t)) + ((p.p.p.name is n) + (((d 0.285714) (t 0.714286) t)) + (((d 0.849462) (t 0.150538) d)))))) + (((d 1) d)))) + ((p.p.name is c) + ((n.name is #) + (((d 0.0108696) (t 0.98913) t)) + (((d 0.960784) (jh 0.0392157) d))) + ((p.p.name is x) + ((p.p.p.name is a) + (((t 1) t)) + ((p.p.p.name is i) + (((t 1) t)) + ((p.p.p.name is e) (((t 1) t)) (((d 0.5) (t 0.5) d))))) + ((p.p.name is f) + ((n.name is #) + ((p.p.p.name is f) + (((d 0.0555556) (t 0.944444) t)) + ((p.p.p.name is l) + (((t 1) t)) + ((p.p.p.name is o) + (((t 1) t)) + ((p.p.p.name is e) + (((d 0.25) (t 0.75) t)) + (((d 0.666667) (t 0.333333) d)))))) + (((d 1) d))) + ((n.name is t) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is t) + (((_epsilon_ 0.5) (d 0.5) _epsilon_)) + (((_epsilon_ 0.125) (d 0.875) d)))) + ((n.name is u) + ((n.n.n.name is a) + ((p.p.p.name is 0) (((jh 1) jh)) (((d 0.5) (jh 0.5) d))) + (((d 0.967742) (jh 0.0322581) d))) + ((n.name is z) + (((d 0.5) (jh 0.5) d)) + ((n.name is n) + ((n.n.n.name is s) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (d 0.333333) _epsilon_)) + (((d 1) d))) + (((d 1) d))) + (((d 0.998605) (jh 0.000232558) (t 0.00116279) d))))))))))))) + ((n.name is t) + ((n.n.name is #) + ((p.name is u) + (((_epsilon_ 0.142857) (d 0.857143) d)) + ((p.name is o) + (((_epsilon_ 0.4) (d 0.6) d)) + ((p.name is i) + ((p.p.name is e) + (((_epsilon_ 0.333333) (d 0.666667) d)) + (((_epsilon_ 0.875) (d 0.125) _epsilon_))) + (((_epsilon_ 0.962687) (d 0.0373134) _epsilon_))))) + ((n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is h) + (((d 1) d)) + ((p.p.p.name is #) + (((d 1) d)) + ((p.p.p.name is o) + (((d 1) d)) + ((p.p.name is o) + (((d 1) d)) + ((p.name is a) + (((_epsilon_ 0.333333) (d 0.666667) d)) + ((p.name is r) + (((_epsilon_ 0.333333) (d 0.666667) d)) + (((_epsilon_ 1) _epsilon_)))))))))) + ((n.name is j) + (((_epsilon_ 0.97619) (d 0.0238095) _epsilon_)) + ((n.name is z) + ((n.n.n.name is n) + (((jh 1) jh)) + ((n.n.n.name is k) + (((d 1) d)) + ((n.n.n.name is #) + (((d 1) d)) + ((n.n.name is #) + (((d 1) d)) + ((p.name is o) + (((d 0.5) (jh 0.5) d)) + (((_epsilon_ 0.0625) (d 0.1875) (jh 0.75) jh))))))) + ((n.name is u) + ((n.n.name is a) + ((p.p.p.name is g) + (((jh 1) jh)) + ((p.name is i) (((d 0.25) (jh 0.75) jh)) (((d 1) d)))) + ((n.n.name is l) + ((p.name is o) + (((jh 1) jh)) + ((p.p.name is 0) + (((d 1) d)) + ((n.n.n.name is a) + (((d 0.4) (jh 0.6) jh)) + ((p.p.p.name is #) + (((d 1) d)) + ((p.name is a) + (((d 1) d)) + ((p.p.name is a) + (((d 0.75) (jh 0.25) d)) + (((d 0.333333) (jh 0.666667) jh)))))))) + (((d 0.993893) (jh 0.00458015) (t 0.00152672) d)))) + ((p.p.p.name is h) + ((n.name is k) + (((_epsilon_ 0.666667) (d 0.333333) _epsilon_)) + ((n.n.n.name is m) + ((p.p.name is a) + (((_epsilon_ 0.5) (d 0.5) _epsilon_)) + (((d 1) d))) + (((_epsilon_ 0.00242131) (d 0.990315) (t 0.00726392) d)))) + ((p.p.p.name is r) + (((_epsilon_ 0.00625) (d 0.9925) (t 0.00125) d)) + ((p.name is u) + (((_epsilon_ 0.00541516) (d 0.99278) (t 0.00180505) d)) + ((n.name is s) + (((_epsilon_ 0.00371747) (d 0.996283) d)) + ((n.n.name is z) + ((n.name is r) + (((d 0.333333) (jh 0.666667) jh)) + (((d 1) d))) + ((p.p.name is o) + ((n.name is i) + ((n.n.n.name is r) + (((d 0.6) (jh 0.4) d)) + ((n.n.name is a) + ((n.n.n.name is l) + (((d 0.333333) (jh 0.666667) jh)) + (((d 1) d))) + (((d 1) d)))) + (((d 1) d))) + (((d 0.999297) (jh 7.81311e-05) (t 0.000625049) d)))))))))))))))) +(e + ((n.n.n.name is 0) + ((n.name is n) + ((p.name is e) + ((p.p.p.name is n) + ((p.p.name is d) (((iy0 1) iy0)) (((iy1 1) iy1))) + (((ih1 0.0105263) (iy0 0.0421053) (iy1 0.947368) iy1))) + ((p.p.name is g) + ((p.name is r) + (((ax0 0.102564) + (eh0 0.846154) + (eh1 0.025641) + (ih0 0.025641) + eh0)) + ((p.p.p.name is #) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.857143) (eh1 0.0952381) (ih0 0.047619) ax0)))) + ((p.name is m) + ((p.p.name is l) + (((eh0 0.333333) (eh1 0.666667) eh1)) + ((p.p.name is s) + ((p.p.p.name is t) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.272727) (eh1 0.0909091) (ih0 0.636364) ih0))) + ((p.p.p.name is k) + (((ax0 0.25) (eh0 0.75) eh0)) + ((p.p.name is m) + (((ax0 0.909091) (eh0 0.0909091) ax0)) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.p.name is y) + ((p.p.p.name is r) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ax0 0.2) (eh1 0.2) (ih0 0.4) (ih1 0.2) ih0))) + ((p.p.name is r) + ((p.p.p.name is e) + (((ax0 0.4) (eh1 0.2) (ih0 0.4) ax0)) + ((p.p.p.name is i) + (((ax0 0.25) (eh1 0.5) (ih0 0.25) eh1)) + (((ax0 0.666667) (eh1 0.333333) ax0)))) + ((p.p.name is n) + (((ax0 0.333333) (eh1 0.666667) eh1)) + ((p.p.name is u) + (((ax0 0.8) (eh0 0.2) ax0)) + ((p.p.name is e) + (((ax0 0.571429) (eh0 0.142857) (ih0 0.285714) ax0)) + ((p.p.p.name is c) + (((ax0 0.8) (eh1 0.2) ax0)) + ((p.p.name is h) + (((ax0 0.333333) (eh0 0.5) (ih0 0.166667) eh0)) + ((p.p.p.name is a) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.p.p.name is i) + (((ax0 0.333333) (eh0 0.333333) (ih0 0.333333) ax0)) + ((p.p.name is a) + (((ax0 0.6) (eh0 0.2) (eh1 0.2) ax0)) + (((ax0 0.375) (eh1 0.125) (ih0 0.5) ih0))))))))))))))))) + ((p.name is i) + ((p.p.name is t) + (((_epsilon_ 0.6) (eh0 0.2) (eh1 0.2) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is b) + (((_epsilon_ 0.25) (ax0 0.5) (ih0 0.25) ax0)) + ((p.p.name is p) + (((_epsilon_ 0.8) (ax0 0.2) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is r) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + ((p.p.p.name is u) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.6) (ax0 0.4) _epsilon_))))))))) + ((p.p.p.name is 0) + (((eh1 1) eh1)) + ((p.p.p.name is #) + ((p.name is o) + (((_epsilon_ 0.833333) (ih0 0.166667) _epsilon_)) + ((p.p.name is o) + (((ax0 0.857143) (ih0 0.142857) ax0)) + ((p.name is d) + (((ax0 1) ax0)) + ((p.name is h) + (((eh1 1) eh1)) + ((p.name is r) + (((eh1 1) eh1)) + (((_epsilon_ 0.2) (ax0 0.5) (eh1 0.2) (iy1 0.1) ax0))))))) + ((p.name is u) + (((_epsilon_ 0.666667) + (ax0 0.166667) + (eh1 0.166667) + _epsilon_)) + ((p.name is o) + (((_epsilon_ 0.8) (ax0 0.2) _epsilon_)) + ((p.name is g) + ((p.p.name is r) + (((ax0 0.8) (eh1 0.2) ax0)) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.p.name is n) + (((ax0 1) ax0)) + ((p.p.p.name is t) + (((ax0 0.333333) (eh0 0.666667) eh0)) + (((ax0 0.756098) + (eh0 0.097561) + (eh1 0.0731707) + (ih0 0.0731707) + ax0)))))) + (((_epsilon_ 0.0016116) + (ax0 0.978243) + (eh0 0.00322321) + (eh1 0.00644641) + (ey1 0.000805802) + (ih0 0.00966962) + ax0))))))))))) + ((p.name is e) + ((n.name is r) + (((_epsilon_ 0.0178571) + (ih0 0.0892857) + (ih1 0.803571) + (iy1 0.0892857) + ih1)) + ((n.name is #) + ((p.p.name is r) + ((p.p.p.name is i) + (((ey1 0.333333) (iy0 0.333333) (iy1 0.333333) ey1)) + (((ey1 0.0289855) (iy0 0.0434783) (iy1 0.927536) iy1))) + ((p.p.p.name is #) + (((iy1 1) iy1)) + ((p.p.name is n) + (((ey1 0.2) (iy0 0.133333) (iy1 0.666667) iy1)) + ((p.p.name is s) + (((iy0 0.192308) (iy1 0.807692) iy1)) + ((p.p.p.name is d) + (((iy1 1) iy1)) + ((p.p.p.name is g) + (((iy1 1) iy1)) + ((p.p.name is p) + (((ey1 0.125) (iy0 0.125) (iy1 0.75) iy1)) + ((p.p.p.name is e) + (((ey1 0.0588235) (iy0 0.705882) (iy1 0.235294) iy0)) + ((p.p.p.name is o) + (((_epsilon_ 0.0769231) + (iy0 0.538462) + (iy1 0.384615) + iy0)) + ((p.p.p.name is f) + (((iy0 0.833333) (iy1 0.166667) iy0)) + ((p.p.p.name is a) + ((p.p.name is b) + (((iy0 0.857143) (iy1 0.142857) iy0)) + ((p.p.name is g) + (((iy0 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is t) + (((iy0 0.333333) (iy1 0.666667) iy1)) + (((iy0 0.727273) (iy1 0.272727) iy0))))) + ((p.p.name is b) + (((iy0 0.230769) (iy1 0.769231) iy1)) + ((p.p.p.name is l) + (((iy0 0.875) (iy1 0.125) iy0)) + ((p.p.p.name is r) + (((iy0 0.35) (iy1 0.65) iy1)) + ((p.p.name is f) + (((iy1 1) iy1)) + ((p.p.p.name is n) + ((p.p.name is g) + (((iy0 1) iy0)) + ((p.p.name is l) + (((iy0 0.75) (iy1 0.25) iy0)) + ((p.p.name is d) + (((iy0 0.4) (iy1 0.6) iy1)) + (((iy0 0.571429) (iy1 0.428571) iy0))))) + ((p.p.p.name is s) + (((iy0 0.625) (iy1 0.375) iy0)) + ((p.p.name is m) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((p.p.p.name is u) + (((iy0 0.25) (iy1 0.75) iy1)) + ((p.p.name is t) + (((iy0 0.8) (iy1 0.2) iy0)) + ((p.p.p.name is c) + ((p.p.name is h) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy0 0.333333) (iy1 0.666667) iy1))) + ((p.p.name is l) + ((p.p.p.name is i) + (((iy1 1) iy1)) + (((iy0 0.583333) (iy1 0.416667) iy0))) + (((iy0 0.333333) (iy1 0.666667) iy1)))))))))))))))))))))))) + ((p.p.p.name is #) + (((iy1 1) iy1)) + ((p.p.name is r) + (((ey1 0.0208333) (iy1 0.979167) iy1)) + ((p.p.p.name is u) + (((ey1 0.2) (iy1 0.8) iy1)) + ((p.p.p.name is o) + (((_epsilon_ 0.142857) (iy0 0.142857) (iy1 0.714286) iy1)) + ((n.name is t) + (((iy1 1) iy1)) + ((n.name is d) + (((iy0 0.075) (iy1 0.925) iy1)) + ((n.name is p) + (((iy1 1) iy1)) + ((p.p.p.name is e) + (((iy0 0.571429) (iy1 0.428571) iy0)) + ((p.p.name is n) + (((iy1 1) iy1)) + ((p.p.p.name is r) + (((iy0 0.6) (iy1 0.4) iy0)) + ((p.p.name is h) + (((iy1 1) iy1)) + ((p.p.name is s) + (((iy1 1) iy1)) + ((n.name is k) + (((iy0 0.1) (iy1 0.9) iy1)) + ((p.p.name is t) + (((iy0 0.238095) (iy1 0.761905) iy1)) + ((p.p.p.name is n) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((p.p.p.name is a) + (((iy0 0.6) (iy1 0.4) iy0)) + ((p.p.name is l) + (((iy1 1) iy1)) + ((n.name is s) + (((iy0 0.5) (iy1 0.5) iy0)) + (((iy1 1) iy1)))))))))))))))))))))) + ((n.name is l) + ((p.name is i) + ((p.p.p.name is a) + (((_epsilon_ 0.384615) (ax0 0.615385) ax0)) + ((p.p.name is r) + ((p.p.p.name is b) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.625) (ax0 0.25) (eh1 0.125) _epsilon_))) + ((p.p.p.name is l) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.923077) + (ax0 0.0512821) + (eh1 0.025641) + _epsilon_))))) + ((p.name is t) + ((p.p.name is s) + (((ax0 0.866667) (eh0 0.0666667) (eh1 0.0666667) ax0)) + ((p.p.name is t) + (((ax0 0.928571) (eh1 0.0714286) ax0)) + ((p.p.p.name is o) + (((eh0 0.166667) (eh1 0.833333) eh1)) + ((p.p.name is h) + (((ax0 0.8) (eh1 0.2) ax0)) + ((p.p.name is r) + (((ax0 0.625) (eh1 0.375) ax0)) + ((p.p.name is e) + (((ax0 0.75) (eh1 0.25) ax0)) + ((p.p.name is l) + (((eh1 1) eh1)) + ((p.p.p.name is e) + ((p.p.name is i) + (((ax0 0.75) (eh1 0.25) ax0)) + (((ax0 0.142857) (eh1 0.857143) eh1))) + (((ax0 0.208333) (eh1 0.791667) eh1)))))))))) + ((p.name is a) + (((_epsilon_ 0.636364) + (ax0 0.0909091) + (eh1 0.181818) + (iy0 0.0909091) + _epsilon_)) + ((p.name is u) + ((p.p.name is g) + (((eh1 1) eh1)) + ((p.p.name is q) + (((ax0 0.333333) (eh1 0.666667) eh1)) + ((p.p.name is r) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ih0 0.333333) + _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.25) (ax0 0.5) (eh1 0.25) ax0)) + ((p.p.p.name is #) + (((_epsilon_ 0.6) (ax0 0.4) _epsilon_)) + (((_epsilon_ 0.333333) (ax0 0.5) (eh0 0.166667) ax0))))))) + ((p.p.p.name is 0) + (((eh1 1) eh1)) + ((p.name is o) + (((_epsilon_ 0.4) (ax0 0.4) (eh1 0.2) _epsilon_)) + ((p.name is g) + (((ax0 1) ax0)) + ((p.p.p.name is e) + ((p.p.name is x) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.96875) (eh0 0.0125) (eh1 0.01875) ax0))) + ((p.p.p.name is i) + (((ax0 0.95935) (eh1 0.0406504) ax0)) + ((p.name is h) + (((ax0 0.967742) (eh0 0.0322581) ax0)) + ((p.name is k) + (((ax0 0.974359) (eh1 0.025641) ax0)) + ((p.name is z) + (((ax0 1) ax0)) + ((p.p.p.name is h) + (((ax0 0.875) (eh0 0.0833333) (eh1 0.0416667) ax0)) + ((p.name is f) + (((ax0 0.923077) (eh0 0.0769231) ax0)) + ((p.p.p.name is k) + (((ax0 1) ax0)) + ((p.name is n) + (((ax0 0.851852) + (eh0 0.0740741) + (eh1 0.0740741) + ax0)) + ((p.p.name is s) + (((ax0 0.875) (eh1 0.0625) (ih0 0.0625) ax0)) + ((p.p.p.name is t) + (((ax0 0.615385) + (eh0 0.0769231) + (eh1 0.230769) + (ih0 0.0769231) + ax0)) + ((p.p.name is e) + (((ax0 0.906977) (eh1 0.0930233) ax0)) + ((p.p.name is m) + (((ax0 0.944444) (eh1 0.0555556) ax0)) + ((p.p.name is p) + (((ax0 1) ax0)) + ((p.p.p.name is b) + (((ax0 1) ax0)) + ((p.name is p) + (((ax0 0.4) (eh1 0.6) eh1)) + ((p.p.p.name is d) + (((ax0 0.5) (eh0 0.25) (eh1 0.25) ax0)) + ((p.p.name is n) + (((ax0 0.826087) + (eh0 0.0434783) + (eh1 0.130435) + ax0)) + ((p.p.p.name is r) + (((ax0 0.8) + (eh0 0.0285714) + (eh1 0.171429) + ax0)) + ((p.p.p.name is p) + (((ax0 1) ax0)) + ((p.p.name is y) + (((ax0 1) ax0)) + ((p.name is d) + ((p.p.p.name is m) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((ax0 0.5) (eh1 0.5) ax0)) + (((ax0 0.25) (eh1 0.75) eh1)))) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((p.p.p.name is s) + ((p.p.name is a) + (((eh1 1) eh1)) + (((ax0 0.75) (eh1 0.25) ax0))) + ((p.p.name is u) + ((p.p.p.name is a) + (((ax0 1) ax0)) + (((ax0 0.333333) + (eh1 0.666667) + eh1))) + ((p.name is s) + (((ax0 0.888889) + (eh1 0.111111) + ax0)) + ((p.p.p.name is c) + ((p.p.name is o) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + (((ax0 0.333333) + (eh1 0.666667) + eh1))) + ((p.p.p.name is a) + ((p.name is r) + (((ax0 1) ax0)) + ((p.name is c) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + ((p.p.name is r) + ((p.name is m) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + (((ax0 0.6) (eh1 0.4) ax0))) + (((ax0 0.666667) + (eh1 0.333333) + ax0))))) + ((p.p.name is r) + (((ax0 0.875) (eh1 0.125) ax0)) + ((p.p.p.name is u) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.name is v) + (((ax0 1) ax0)) + ((p.p.p.name is n) + (((ax0 0.571429) + (eh1 0.428571) + ax0)) + ((p.name is r) + ((p.p.p.name is #) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + (((ax0 0.666667) + (eh1 0.333333) + ax0))) + (((ax0 0.846154) + (eh1 0.153846) + ax0))))))))))))))))))))))))))))))))))))))))))) + ((n.name is #) + ((p.name is n) + ((p.p.name is o) + ((p.p.p.name is i) + (((_epsilon_ 0.0666667) (iy0 0.933333) iy0)) + ((p.p.p.name is t) + (((_epsilon_ 0.878378) (iy0 0.121622) _epsilon_)) + ((p.p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is h) + (((_epsilon_ 0.952381) (iy0 0.047619) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + ((p.p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is d) + (((_epsilon_ 0.6) + (ey0 0.133333) + (iy0 0.266667) + _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.583333) + (ax0 0.0208333) + (ey0 0.0416667) + (iy0 0.354167) + _epsilon_)) + ((p.p.p.name is z) + (((_epsilon_ 0.2) (iy0 0.8) iy0)) + ((p.p.p.name is n) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + ((p.p.p.name is p) + (((_epsilon_ 0.375) (iy0 0.625) iy0)) + (((_epsilon_ 0.738636) (iy0 0.261364) _epsilon_))))))))))))) + ((p.p.name is i) + (((_epsilon_ 0.84585) (iy0 0.15415) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.932773) + (ey0 0.0504202) + (ey1 0.0168067) + _epsilon_)) + ((p.p.p.name is b) + (((_epsilon_ 0.25) (ax0 0.75) ax0)) + (((_epsilon_ 0.971279) + (ax0 0.00261097) + (ey1 0.00261097) + (iy0 0.0208877) + (iy1 0.00261097) + _epsilon_)))))) + ((p.name is r) + ((p.p.name is d) + ((p.p.p.name is n) + (((_epsilon_ 0.285714) + (ax0 0.285714) + (ey0 0.285714) + (ey1 0.142857) + _epsilon_)) + (((ax0 0.5) (ey1 0.25) (iy0 0.25) ax0))) + ((p.p.name is b) + (((_epsilon_ 0.529412) + (ax0 0.411765) + (iy0 0.0588235) + _epsilon_)) + ((p.p.name is o) + ((p.p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is d) + (((_epsilon_ 0.692308) (ey0 0.307692) _epsilon_)) + ((p.p.p.name is i) + (((iy0 1) iy0)) + ((p.p.p.name is t) + (((_epsilon_ 0.380952) + (ey0 0.047619) + (iy0 0.571429) + iy0)) + (((_epsilon_ 0.831169) + (ey0 0.012987) + (iy0 0.155844) + _epsilon_)))))) + ((p.p.name is u) + (((_epsilon_ 0.962121) + (ey0 0.0151515) + (iy0 0.0227273) + _epsilon_)) + ((p.p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is p) + (((_epsilon_ 0.666667) + (ey1 0.166667) + (iy1 0.166667) + _epsilon_)) + ((p.p.name is m) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + ((p.p.p.name is u) + (((_epsilon_ 0.75) + (ax0 0.0833333) + (ey0 0.166667) + _epsilon_)) + ((p.p.name is r) + ((p.p.p.name is e) + (((_epsilon_ 0.875) (ax0 0.125) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 0.333333) (ey0 0.666667) ey0)) + ((p.p.p.name is a) + (((_epsilon_ 0.555556) + (ey0 0.111111) + (iy0 0.333333) + _epsilon_)) + (((_epsilon_ 0.333333) + (ey0 0.166667) + (iy0 0.5) + iy0))))) + ((p.p.p.name is s) + ((p.p.name is t) + (((_epsilon_ 0.75) (ey0 0.25) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.333333) + (ey0 0.166667) + (iy0 0.5) + iy0)) + (((_epsilon_ 0.6) (iy0 0.4) _epsilon_)))) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is h) + (((_epsilon_ 0.956522) (ey0 0.0434783) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 0.828571) + (ey1 0.0285714) + (iy0 0.142857) + _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.964286) (iy0 0.0357143) _epsilon_)) + ((p.p.name is a) + ((p.p.p.name is t) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 0.833333) + (ey0 0.047619) + (iy0 0.119048) + _epsilon_))) + (((_epsilon_ 0.84375) + (ax0 0.0234375) + (ey0 0.0703125) + (ey1 0.0078125) + (iy0 0.0546875) + _epsilon_))))))))))))))))) + ((p.p.p.name is 0) + (((_epsilon_ 0.0909091) + (ax0 0.0909091) + (ey1 0.0909091) + (iy1 0.727273) + iy1)) + ((p.p.name is e) + ((p.name is w) + (((_epsilon_ 0.166667) + (iy0 0.166667) + (uw1 0.333333) + (y-uw1 0.333333) + uw1)) + ((p.name is s) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is z) + (((iy0 1) iy0)) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) + (iy0 0.333333) + (iy1 0.333333) + _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 0.757576) (iy0 0.242424) _epsilon_)))))) + (((_epsilon_ 0.894545) + (aa0 0.00363636) + (ax0 0.00363636) + (ey0 0.0327273) + (ey1 0.0109091) + (iy0 0.0436364) + (iy1 0.0109091) + _epsilon_)))) + ((p.p.name is n) + ((p.name is t) + ((p.p.p.name is a) + (((_epsilon_ 0.0810811) + (ax0 0.027027) + (ey0 0.216216) + (ey1 0.027027) + (iy0 0.648649) + iy0)) + ((p.p.p.name is o) + (((_epsilon_ 0.238095) (ey0 0.047619) (iy0 0.714286) iy0)) + (((_epsilon_ 0.44) + (ey0 0.24) + (ey1 0.04) + (iy0 0.28) + _epsilon_)))) + (((_epsilon_ 0.970346) + (eh0 0.00164745) + (ey0 0.00658979) + (ey1 0.00658979) + (iy0 0.014827) + _epsilon_))) + ((p.name is k) + ((p.p.name is t) + (((iy0 1) iy0)) + ((p.p.name is d) + (((iy0 1) iy0)) + ((p.p.name is m) + ((p.p.p.name is e) + (((_epsilon_ 0.666667) (iy0 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0))) + (((_epsilon_ 0.928406) + (ax0 0.00230947) + (ey0 0.00692841) + (ey1 0.00461894) + (iy0 0.0554273) + (iy1 0.00230947) + _epsilon_))))) + ((p.name is h) + ((p.p.name is s) + (((_epsilon_ 0.8) (eh1 0.2) _epsilon_)) + ((p.p.p.name is n) + (((_epsilon_ 0.642857) + (ey0 0.0714286) + (iy0 0.285714) + _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 0.931034) + (ax0 0.0344828) + (iy0 0.0344828) + _epsilon_)) + ((p.p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 0.761905) + (ax0 0.047619) + (iy0 0.190476) + _epsilon_)) + ((p.p.name is p) + (((_epsilon_ 0.4) (iy0 0.6) iy0)) + ((p.p.name is a) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 0.806452) + (ey1 0.0483871) + (iy0 0.145161) + _epsilon_))))))))) + ((p.name is i) + (((_epsilon_ 0.998095) (ey1 0.00190476) _epsilon_)) + ((p.name is u) + ((p.p.name is b) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((_epsilon_ 0.952632) + (eh0 0.00526316) + (ey0 0.0105263) + (ey1 0.0157895) + (iy0 0.0157895) + _epsilon_))) + ((p.name is b) + (((_epsilon_ 0.81982) + (ax0 0.00900901) + (ey0 0.045045) + (iy0 0.117117) + (iy1 0.00900901) + _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 0.998276) (ey0 0.00172414) _epsilon_)) + ((p.p.name is i) + (((_epsilon_ 0.986159) + (ax0 0.000865052) + (ey0 0.0017301) + (ey1 0.000865052) + (iy0 0.0103806) + _epsilon_)) + ((p.name is j) + (((_epsilon_ 0.428571) + (ax0 0.142857) + (ey0 0.142857) + (ih0 0.142857) + (iy1 0.142857) + _epsilon_)) + ((p.name is g) + (((_epsilon_ 0.990971) + (ax0 0.00225734) + (iy0 0.00677201) + _epsilon_)) + ((p.name is t) + (((_epsilon_ 0.972458) + (ax0 0.00105932) + (ey0 0.00105932) + (ey1 0.00317797) + (iy0 0.0222458) + _epsilon_)) + ((p.p.name is a) + ((p.name is l) + ((p.p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is n) + (((_epsilon_ 0.25) + (ey0 0.0833333) + (iy0 0.666667) + iy0)) + ((p.p.p.name is i) + (((_epsilon_ 0.25) (iy0 0.75) iy0)) + ((p.p.p.name is t) + (((_epsilon_ 0.4) (iy0 0.6) iy0)) + ((p.p.p.name is u) + (((_epsilon_ 0.25) + (ey0 0.25) + (iy0 0.5) + iy0)) + (((_epsilon_ 0.785714) + (ey0 0.0142857) + (iy0 0.2) + _epsilon_))))))) + ((p.p.p.name is i) + (((_epsilon_ 0.25) (iy0 0.75) iy0)) + (((_epsilon_ 0.93662) + (ey0 0.00938967) + (ey1 0.00469484) + (iy0 0.0492958) + _epsilon_)))) + ((p.name is l) + (((_epsilon_ 0.978148) + (ax0 0.00104058) + (ey0 0.00104058) + (ey1 0.00104058) + (iy0 0.0166493) + (iy1 0.00208117) + _epsilon_)) + ((p.p.name is u) + (((_epsilon_ 0.979021) + (ey0 0.0034965) + (iy0 0.013986) + (iy1 0.0034965) + _epsilon_)) + ((p.p.p.name is g) + (((_epsilon_ 0.5) + (ax0 0.125) + (ey1 0.125) + (iy0 0.125) + (iy1 0.125) + _epsilon_)) + ((p.name is a) + (((_epsilon_ 0.791667) + (iy0 0.0833333) + (iy1 0.125) + _epsilon_)) + ((p.p.p.name is a) + ((p.p.name is d) + (((_epsilon_ 0.4) + (ax0 0.2) + (iy0 0.4) + _epsilon_)) + ((p.name is d) + (((_epsilon_ 0.615385) + (ax0 0.0769231) + (iy0 0.307692) + _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.name is m) + ((p.p.name is y) + (((_epsilon_ 0.666667) + (iy0 0.333333) + _epsilon_)) + (((_epsilon_ 0.333333) + (iy0 0.666667) + iy0))) + (((_epsilon_ 0.884615) + (iy0 0.115385) + _epsilon_))))))) + ((p.p.p.name is #) + (((_epsilon_ 0.875) + (iy0 0.0416667) + (iy1 0.0833333) + _epsilon_)) + ((p.name is p) + (((_epsilon_ 0.870588) + (ey0 0.0235294) + (iy0 0.0941176) + (iy1 0.0117647) + _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.922222) + (ey0 0.0222222) + (iy0 0.0555556) + _epsilon_)) + ((p.p.p.name is e) + ((p.name is d) + ((p.p.name is r) + (((_epsilon_ 0.285714) + (ey0 0.142857) + (iy0 0.571429) + iy0)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.938144) + (ax0 0.0206186) + (iy0 0.0412371) + _epsilon_))) + ((p.name is d) + (((_epsilon_ 0.981132) + (ax0 0.0188679) + _epsilon_)) + ((p.name is c) + (((_epsilon_ 0.911765) + (ax0 0.0294118) + (ey1 0.0294118) + (iy0 0.0294118) + _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 0.972067) + (ey1 0.00558659) + (iy0 0.0223464) + _epsilon_)) + ((p.name is v) + ((p.p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) + (iy0 0.666667) + iy0))) + (((_epsilon_ 0.949749) + (iy0 0.0502513) + _epsilon_))))))))))))))))))))))))))))))) + ((n.name is r) + ((p.p.name is e) + ((p.name is w) + ((p.p.p.name is i) + (((_epsilon_ 0.25) (y-uw1 0.75) y-uw1)) + (((uw1 0.75) (y-uw1 0.25) uw1))) + ((p.name is y) + ((p.p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.266667) (ey1 0.733333) ey1))) + ((p.name is h) + ((p.p.p.name is r) + (((eh1 1) eh1)) + (((_epsilon_ 0.8) (ey1 0.2) _epsilon_))) + (((_epsilon_ 0.98855) + (ey1 0.00572519) + (oy1 0.00572519) + _epsilon_))))) + ((p.name is a) + (((_epsilon_ 0.625) (eh1 0.375) _epsilon_)) + ((p.p.name is v) + ((p.p.p.name is u) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.952381) (eh1 0.047619) _epsilon_))) + (((_epsilon_ 0.998206) + (ax0 0.000163052) + (eh1 0.000815262) + (ey0 0.000326105) + (ey1 0.000489157) + _epsilon_))))) + ((p.name is t) + ((n.name is d) + ((p.p.name is e) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.p.p.name is h) + (((ey1 0.666667) (ih0 0.333333) ey1)) + (((ax0 0.178571) (ey1 0.0357143) (ih0 0.785714) ih0)))) + ((p.p.p.name is b) + ((p.p.name is a) + (((ax0 0.142857) (ih0 0.857143) ih0)) + ((p.p.name is i) + (((ax0 0.5) (ih0 0.5) ax0)) + (((_epsilon_ 0.166667) (ax0 0.333333) (ih0 0.5) ih0)))) + ((p.p.p.name is u) + (((ax0 0.247059) (ih0 0.752941) ih0)) + ((p.p.p.name is n) + ((p.p.name is a) + (((ax0 0.5) (ih0 0.5) ax0)) + ((p.p.name is i) + (((ih0 1) ih0)) + (((ax0 0.5) (eh1 0.25) (ih0 0.25) ax0)))) + ((p.p.p.name is g) + (((ax0 0.25641) (ih0 0.74359) ih0)) + ((p.p.name is a) + ((p.p.p.name is t) + (((ax0 0.217391) (ih0 0.782609) ih0)) + ((p.p.p.name is o) + (((ax0 0.166667) (ih0 0.833333) ih0)) + ((p.p.p.name is c) + (((ax0 0.3125) (ih0 0.6875) ih0)) + ((p.p.p.name is r) + (((ax0 0.358209) (ih0 0.641791) ih0)) + ((p.p.p.name is m) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.410448) (ih0 0.589552) ih0))))))) + ((p.p.p.name is v) + (((ax0 0.833333) (ih0 0.166667) ax0)) + ((p.p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is d) + (((ax0 0.222222) (ih0 0.777778) ih0)) + ((p.p.name is n) + (((ax0 0.373494) (ih0 0.626506) ih0)) + ((p.p.name is t) + (((ax0 0.377778) (ih0 0.622222) ih0)) + ((p.p.p.name is e) + ((p.p.name is c) + (((ax0 0.446809) (ih0 0.553191) ih0)) + ((p.p.name is i) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.53125) (ih0 0.46875) ax0)))) + ((p.p.p.name is a) + ((p.p.name is f) + (((ih0 1) ih0)) + ((p.p.name is l) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.421053) (ih0 0.578947) ih0))))) + ((p.p.name is f) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.name is c) + (((ax0 0.538462) (ih0 0.461538) ax0)) + ((p.p.name is u) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((ax0 0.571429) (ih0 0.428571) ax0)) + ((p.p.p.name is t) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.222222) (ih0 0.777778) ih0))))) + ((p.p.p.name is m) + (((ax0 0.555556) (ih0 0.444444) ax0)) + ((p.p.name is s) + ((p.p.p.name is o) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.368421) (ih0 0.631579) ih0))) + ((p.p.name is i) + ((p.p.p.name is s) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.375) (ih0 0.625) ih0))) + ((p.p.p.name is o) + (((ax0 0.363636) (ih0 0.636364) ih0)) + ((p.p.name is p) + (((ih0 1) ih0)) + ((p.p.p.name is i) + (((ax0 0.2) (ih0 0.8) ih0)) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)))))))))))))))))))))))) + ((n.name is s) + ((p.p.name is n) + ((p.p.p.name is e) + (((_epsilon_ 0.2) (eh0 0.6) (ey1 0.2) eh0)) + ((p.p.p.name is a) + (((_epsilon_ 0.428571) + (eh0 0.285714) + (iy0 0.285714) + _epsilon_)) + (((eh0 0.75) (iy0 0.25) eh0)))) + ((p.p.name is r) + (((_epsilon_ 0.6) (eh0 0.2) (ey0 0.2) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.991416) + (iy0 0.00429185) + (iy1 0.00429185) + _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.666667) + (iy0 0.166667) + (iy1 0.166667) + _epsilon_)) + ((p.p.p.name is e) + ((p.p.name is t) + (((_epsilon_ 0.923077) (iy0 0.0769231) _epsilon_)) + (((_epsilon_ 0.25) (iy0 0.75) iy0))) + (((_epsilon_ 0.969697) (iy0 0.030303) _epsilon_))))))) + ((n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((n.name is o) + (((ey1 0.6) (iy0 0.4) ey1)) + ((n.name is a) + (((_epsilon_ 0.4) (iy0 0.2) (iy1 0.4) _epsilon_)) + ((n.name is m) + (((ax0 0.571429) (eh1 0.142857) (ih0 0.285714) ax0)) + ((n.name is k) + ((p.p.name is a) + (((eh0 0.857143) (eh1 0.142857) eh0)) + ((p.p.name is n) + (((eh0 0.5) (ih0 0.5) eh0)) + ((p.p.name is s) + (((eh0 0.5) (eh1 0.166667) (ih0 0.333333) eh0)) + (((eh0 0.0740741) (eh1 0.814815) (ih0 0.111111) eh1))))) + ((n.name is z) + ((p.p.p.name is o) + (((eh1 1) eh1)) + (((eh0 0.666667) (eh1 0.166667) (ey1 0.166667) eh0))) + ((p.p.p.name is o) + ((n.name is x) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((ax0 0.2) (eh1 0.8) eh1))) + ((n.name is c) + (((eh0 0.0454545) (eh1 0.954545) eh1)) + ((n.name is x) + (((eh1 1) eh1)) + ((p.p.p.name is a) + (((_epsilon_ 0.5) (eh1 0.25) (ih0 0.25) _epsilon_)) + (((eh1 0.647059) + (ih0 0.235294) + (uw1 0.117647) + eh1))))))))))))))) + ((n.name is t) + ((p.name is k) + ((p.p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is u) + (((ax0 0.4) (ih0 0.6) ih0)) + (((ax0 0.875) (ih0 0.125) ax0)))) + ((p.name is u) + ((p.p.name is q) + (((ax0 0.142857) + (eh1 0.142857) + (ey0 0.285714) + (ey1 0.285714) + (ih0 0.142857) + ey0)) + (((_epsilon_ 0.5) + (eh1 0.25) + (ey0 0.125) + (ih0 0.125) + _epsilon_))) + ((p.p.p.name is 0) + (((eh1 1) eh1)) + ((p.p.p.name is v) + ((p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + (((eh1 0.666667) (ey1 0.333333) eh1))) + ((p.name is s) + ((p.p.name is s) + (((ax0 0.428571) + (eh0 0.142857) + (eh1 0.142857) + (ih0 0.285714) + ax0)) + ((p.p.p.name is o) + (((ax0 0.333333) (eh1 0.333333) (ih0 0.333333) ax0)) + (((ax0 0.0555556) (eh1 0.944444) eh1)))) + ((p.p.name is p) + (((ax0 0.833333) (ih0 0.166667) ax0)) + ((p.p.name is o) + ((p.p.p.name is i) + (((eh0 0.2) (ey0 0.2) (ey1 0.2) (ih0 0.4) ih0)) + ((p.p.p.name is m) + (((eh0 0.333333) (ey1 0.333333) (ih0 0.333333) eh0)) + ((p.p.p.name is r) + ((p.name is n) + (((ax0 0.333333) (eh1 0.333333) (ih0 0.333333) ax0)) + (((eh1 0.333333) (ey1 0.333333) (ih0 0.333333) eh1))) + ((p.name is l) + (((ax0 0.25) (eh1 0.5) (ih0 0.25) eh1)) + (((_epsilon_ 0.222222) + (ax0 0.555556) + (eh1 0.111111) + (ih0 0.111111) + ax0)))))) + ((p.p.p.name is s) + (((eh0 0.222222) (eh1 0.666667) (ih0 0.111111) eh1)) + ((p.name is l) + ((p.p.p.name is u) + (((ax0 0.75) (eh1 0.25) ax0)) + ((p.p.name is b) + (((ax0 0.8) (ih0 0.2) ax0)) + ((p.p.p.name is i) + (((ax0 0.3) (eh1 0.4) (ey1 0.1) (ih0 0.2) eh1)) + ((p.p.p.name is o) + (((ax0 0.285714) + (eh1 0.428571) + (ih0 0.285714) + eh1)) + (((ax0 0.5) + (eh1 0.0714286) + (ey1 0.0714286) + (ih0 0.357143) + ax0)))))) + ((p.name is g) + ((p.p.name is d) + (((ax0 0.625) (ih0 0.375) ax0)) + ((p.p.name is r) + (((ax0 0.142857) + (eh0 0.285714) + (eh1 0.285714) + (ih0 0.285714) + eh0)) + (((ax0 0.142857) + (eh1 0.142857) + (ih0 0.714286) + ih0)))) + ((p.p.p.name is r) + ((p.name is n) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.5) (eh0 0.25) (eh1 0.25) ax0))) + ((p.name is r) + ((p.p.name is a) + (((ey0 0.333333) + (ey1 0.333333) + (ih0 0.333333) + ey0)) + ((p.p.p.name is e) + ((p.p.name is r) + (((ax0 0.333333) + (ey0 0.333333) + (ih0 0.333333) + ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + ((p.p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.25) (eh1 0.5) (ih0 0.25) eh1))))) + ((p.p.name is c) + ((p.p.p.name is o) + (((ey1 1) ey1)) + (((ax0 0.285714) + (eh1 0.285714) + (ey0 0.142857) + (ih0 0.285714) + ax0))) + ((p.name is c) + (((ax0 1) ax0)) + ((p.p.name is r) + ((p.p.p.name is a) + (((ax0 0.4) (eh1 0.2) (ih0 0.4) ax0)) + (((eh1 0.583333) + (ey1 0.166667) + (ih0 0.25) + eh1))) + ((p.p.p.name is m) + (((ax0 0.333333) + (ey1 0.333333) + (ih0 0.333333) + ax0)) + ((p.p.p.name is e) + ((p.name is m) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.75) (ih0 0.25) ax0))) + ((p.p.p.name is b) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.name is i) + (((ax0 0.125) + (eh0 0.125) + (eh1 0.5) + (ih0 0.25) + eh1)) + ((p.p.p.name is c) + (((eh1 1) eh1)) + ((p.p.p.name is i) + (((ax0 0.142857) + (eh1 0.285714) + (ih0 0.571429) + ih0)) + ((p.p.p.name is g) + (((eh1 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is o) + ((p.name is n) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.4) (eh1 0.4) (ih0 0.2) ax0))) + ((p.p.name is m) + (((ax0 0.4) (eh1 0.2) (ih0 0.4) ax0)) + ((p.p.p.name is l) + (((ax0 0.111111) + (eh1 0.666667) + (ih0 0.222222) + eh1)) + ((p.name is m) + (((eh1 0.75) (ih0 0.25) eh1)) + ((p.name is d) + (((eh1 1) eh1)) + ((p.p.name is u) + (((ax0 1) ax0)) + ((p.p.name is g) + (((ax0 0.75) (eh1 0.25) ax0)) + ((p.p.p.name is #) + (((ax0 0.2) (eh1 0.8) eh1)) + ((p.name is n) + (((ax0 0.285714) + (eh1 0.714286) + eh1)) + (((ax0 0.571429) + (eh1 0.428571) + ax0))))))))))))))))))))))))))))))))) + ((n.name is k) + ((p.p.p.name is #) + (((_epsilon_ 0.3) (eh1 0.4) (ih0 0.1) (iy1 0.2) eh1)) + ((p.name is c) + ((p.p.name is i) + ((p.p.p.name is n) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((eh0 0.909091) (ih0 0.0909091) eh0))) + ((p.p.name is e) + (((eh0 0.6) (ih0 0.4) eh0)) + ((p.p.p.name is r) + (((eh0 0.666667) (ih0 0.333333) eh0)) + ((p.p.p.name is v) + (((eh0 0.75) (eh1 0.25) eh0)) + ((p.p.name is u) + (((eh0 0.333333) (eh1 0.333333) (ih0 0.333333) eh0)) + ((p.p.name is a) + ((p.p.p.name is l) + (((eh0 0.333333) (eh1 0.333333) (ih0 0.333333) eh0)) + (((eh0 0.222222) (eh1 0.555556) (ih0 0.222222) eh1))) + (((eh0 0.2) (eh1 0.8) eh1)))))))) + ((p.name is z) + (((eh0 1) eh0)) + ((p.name is s) + (((eh0 0.870968) (eh1 0.0322581) (ih0 0.0967742) eh0)) + ((p.name is l) + ((p.p.name is a) + (((eh0 1) eh0)) + ((p.p.name is o) + (((eh0 0.777778) (ih0 0.222222) eh0)) + (((eh0 0.375) (eh1 0.125) (ih0 0.5) ih0)))) + ((p.name is r) + ((p.p.p.name is z) + (((eh0 1) eh0)) + ((p.p.name is o) + (((eh0 0.2) (ih0 0.8) ih0)) + ((p.p.name is u) + (((eh0 0.833333) (ih0 0.166667) eh0)) + ((p.p.name is a) + (((eh0 0.714286) (ih0 0.285714) eh0)) + (((eh0 0.25) (ih0 0.75) ih0)))))) + ((p.p.name is a) + (((eh0 0.176471) (ih0 0.823529) ih0)) + ((p.name is m) + ((p.p.name is i) + (((eh0 0.25) (ih0 0.75) ih0)) + (((eh0 0.833333) (ih0 0.166667) eh0))) + ((p.p.p.name is s) + (((eh1 0.25) (ih0 0.75) ih0)) + ((p.name is d) + (((eh0 0.111111) (ih0 0.888889) ih0)) + ((p.name is n) + (((eh0 0.181818) (ih0 0.818182) ih0)) + ((p.name is p) + (((ih0 1) ih0)) + ((p.name is b) + ((p.p.p.name is o) + (((eh0 0.333333) (ih0 0.666667) ih0)) + (((eh0 0.5) (ih0 0.5) eh0))) + ((p.name is h) + (((eh0 0.5) (ih0 0.5) eh0)) + (((_epsilon_ 0.375) + (eh0 0.25) + (eh1 0.125) + (ih0 0.25) + _epsilon_)))))))))))))))) + ((n.name is w) + ((p.p.name is v) + (((uw1 0.0714286) (y-uw1 0.928571) y-uw1)) + ((p.p.p.name is #) + (((uw0 0.0434783) (uw1 0.869565) (y-uw1 0.0869565) uw1)) + ((p.name is h) + ((p.p.name is s) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw1 0.0909091) + (y-uw0 0.818182) + (y-uw1 0.0909091) + y-uw0))) + ((p.name is k) + (((y-uw0 0.5) (y-uw1 0.5) y-uw0)) + ((p.name is f) + (((y-uw0 0.333333) (y-uw1 0.666667) y-uw1)) + ((p.p.p.name is 0) + (((ow1 0.125) (uw1 0.75) (y-uw1 0.125) uw1)) + ((p.p.p.name is l) + (((uw0 0.8) (y-uw1 0.2) uw0)) + ((p.name is l) + (((uw0 0.857143) (uw1 0.142857) uw0)) + ((p.p.p.name is s) + (((uw1 1) uw1)) + ((p.p.p.name is t) + (((uw1 1) uw1)) + ((p.name is r) + ((p.p.p.name is e) + (((uw0 1) uw0)) + ((p.p.p.name is n) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw0 0.4) (uw1 0.6) uw1)))) + ((p.name is n) + (((uw0 0.2) (uw1 0.8) uw1)) + (((uw0 0.4) (uw1 0.4) (y-uw1 0.2) uw0)))))))))))))) + ((n.name is y) + ((p.name is k) + ((p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.583333) (iy1 0.416667) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is o) + (((_epsilon_ 0.928571) (iy1 0.0714286) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + (((_epsilon_ 0.733333) + (ey1 0.0333333) + (iy1 0.233333) + _epsilon_)))))))) + ((p.p.p.name is 0) + (((ey1 1) ey1)) + ((p.name is v) + ((p.p.name is a) + (((_epsilon_ 0.909091) (ey1 0.0909091) _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 0.857143) (ey1 0.142857) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.8) (ey1 0.2) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + (((_epsilon_ 0.285714) (ey1 0.714286) ey1)))))) + ((p.p.p.name is #) + ((p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.name is l) + (((_epsilon_ 0.5) (ey1 0.5) _epsilon_)) + (((_epsilon_ 0.230769) (ey1 0.769231) ey1)))))) + ((p.name is w) + ((p.p.name is e) + (((uw0 0.166667) + (uw1 0.5) + (y-uw0 0.166667) + (y-uw1 0.166667) + uw1)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.988086) + (ey0 0.00297841) + (ey1 0.00595681) + (iy1 0.00297841) + _epsilon_))))))) + ((n.name is d) + ((p.name is d) + ((p.p.name is d) + (((ax0 0.7) (ih0 0.3) ax0)) + ((p.p.p.name is c) + (((ax0 0.181818) (ih0 0.818182) ih0)) + ((p.p.name is e) + (((ax0 0.615385) (ih0 0.384615) ax0)) + ((p.p.name is i) + ((p.p.p.name is v) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.238095) (ih0 0.761905) ih0))) + ((p.p.p.name is r) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.name is n) + ((p.p.p.name is e) + (((ax0 0.566667) (ih0 0.433333) ax0)) + (((ax0 0.387755) (ih0 0.612245) ih0))) + ((p.p.p.name is o) + ((p.p.name is o) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.p.name is a) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.name is r) + (((ax0 0.428571) (ih0 0.571429) ih0)) + (((ax0 0.6) (ih0 0.4) ax0))))) + (((ax0 0.333333) (ih0 0.666667) ih0))))))))) + ((p.name is w) + ((p.p.name is e) + ((p.p.p.name is i) + (((y-uw1 1) y-uw1)) + (((uw1 0.714286) (y-uw1 0.285714) uw1))) + ((p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + (((eh1 1) eh1))))) + ((p.p.p.name is 0) + (((eh1 0.888889) (iy1 0.111111) eh1)) + ((p.name is m) + (((_epsilon_ 0.868217) + (ax0 0.00775194) + (eh0 0.0775194) + (eh1 0.0387597) + (ih0 0.00775194) + _epsilon_)) + ((p.p.p.name is #) + ((p.name is l) + (((eh1 1) eh1)) + (((_epsilon_ 0.777778) + (eh1 0.185185) + (ih0 0.037037) + _epsilon_))) + ((p.name is y) + ((p.p.name is e) + ((p.p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) + (ey1 0.555556) + (iy1 0.111111) + ey1))) + (((_epsilon_ 0.911765) + (ax0 0.0588235) + (eh1 0.0294118) + _epsilon_))) + ((p.name is f) + ((p.p.p.name is s) + (((eh1 1) eh1)) + ((p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + (((_epsilon_ 0.4) (eh1 0.6) eh1)))))))) + ((p.name is b) + ((p.p.p.name is e) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.923077) + (eh1 0.0576923) + (ih0 0.0192308) + _epsilon_))) + ((p.name is r) + ((p.p.name is f) + ((p.p.p.name is l) + (((_epsilon_ 0.25) + (ax0 0.25) + (eh0 0.25) + (ih0 0.25) + _epsilon_)) + (((_epsilon_ 0.25) (ih0 0.75) ih0))) + ((p.p.name is b) + (((eh1 1) eh1)) + (((_epsilon_ 0.977612) + (ax0 0.0124378) + (eh1 0.00497512) + (ih0 0.00497512) + _epsilon_)))) + ((p.name is h) + ((p.p.name is g) + ((p.p.p.name is i) + (((_epsilon_ 0.25) (ey1 0.75) ey1)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is r) + ((p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1))) + (((_epsilon_ 0.981595) + (eh1 0.00613497) + (ey1 0.00613497) + (ih0 0.00613497) + _epsilon_)))) + (((_epsilon_ 0.994829) + (ax0 0.00310238) + (eh0 0.000517063) + (eh1 0.00103413) + (ih0 0.000517063) + _epsilon_)))))))))))) + ((n.name is s) + ((p.name is s) + ((p.p.name is e) + ((p.p.p.name is h) + (((iy0 0.5) (iy1 0.5) iy0)) + (((eh0 0.111111) (ih0 0.666667) (iy1 0.222222) ih0))) + ((p.p.p.name is n) + (((ih0 0.6) (iy0 0.4) ih0)) + ((p.p.p.name is r) + ((p.p.name is u) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.538462) (ih0 0.307692) (iy0 0.153846) ax0))) + ((p.p.p.name is h) + ((p.p.name is a) + (((ax0 0.6) (ih0 0.2) (iy1 0.2) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + ((p.p.name is s) + ((p.p.p.name is o) + (((ax0 0.285714) (ih0 0.714286) ih0)) + ((p.p.p.name is a) + (((ax0 0.461538) (ih0 0.538462) ih0)) + (((ax0 0.5) (ih0 0.5) ax0)))) + ((p.p.p.name is a) + ((p.p.name is u) + (((ax0 1) ax0)) + (((eh1 0.166667) (ih0 0.833333) ih0))) + ((p.p.p.name is l) + (((ax0 0.222222) + (ih0 0.666667) + (iy0 0.111111) + ih0)) + ((p.p.p.name is f) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.p.name is s) + (((ih0 1) ih0)) + ((p.p.name is l) + (((ih0 1) ih0)) + ((p.p.p.name is c) + (((ax0 0.166667) (ih0 0.833333) ih0)) + ((p.p.name is o) + ((p.p.p.name is p) + (((ax0 0.3) (ih0 0.7) ih0)) + (((ax0 0.571429) (ih0 0.428571) ax0))) + ((p.p.p.name is m) + (((ax0 0.142857) (ih0 0.857143) ih0)) + ((p.p.name is a) + (((ax0 0.428571) (ih0 0.571429) ih0)) + ((p.p.p.name is v) + (((ih0 1) ih0)) + ((p.p.name is u) + ((p.p.p.name is o) + (((ax0 0.277778) (ih0 0.722222) ih0)) + ((p.p.p.name is b) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.p.name is t) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.6) (ih0 0.4) ax0))))) + ((p.p.p.name is e) + (((ax0 0.222222) (ih0 0.777778) ih0)) + ((p.p.name is n) + (((ih0 1) ih0)) + ((p.p.p.name is o) + ((p.p.name is i) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.25) (ih0 0.75) ih0))) + (((ax0 0.294118) (ih0 0.705882) ih0))))))))))))))))))))) + ((p.name is c) + ((p.p.name is n) + ((p.p.p.name is i) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.344828) (ih0 0.655172) ih0))) + ((p.p.name is r) + ((p.p.p.name is o) + (((ih0 1) ih0)) + (((ax0 0.333333) (eh0 0.333333) (ih0 0.333333) ax0))) + ((p.p.p.name is d) + (((ax0 0.142857) (ih0 0.714286) (iy1 0.142857) ih0)) + ((p.p.name is e) + (((ax0 0.333333) (ih0 0.333333) (iy1 0.333333) ax0)) + ((p.p.p.name is r) + (((ax0 0.714286) + (ih0 0.142857) + (iy0 0.142857) + ax0)) + ((p.p.name is i) + ((p.p.p.name is p) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.652174) (ih0 0.347826) ax0))) + ((p.p.p.name is f) + (((ax0 1) ax0)) + (((ax0 0.388889) + (ih0 0.555556) + (iy0 0.0555556) + ih0))))))))) + ((p.name is g) + ((p.p.p.name is o) + ((p.p.name is r) + (((ax0 0.4) (ey0 0.2) (ih0 0.4) ax0)) + (((ax0 0.4) (ih0 0.6) ih0))) + ((p.p.p.name is u) + (((_epsilon_ 0.0714286) + (ax0 0.0714286) + (ih0 0.857143) + ih0)) + ((p.p.p.name is r) + (((ax0 0.0666667) (ih0 0.933333) ih0)) + ((p.p.name is n) + (((ax0 0.25) (ih0 0.7) (iy0 0.05) ih0)) + ((p.p.p.name is i) + ((p.p.name is d) + (((ax0 1) ax0)) + (((_epsilon_ 0.2) (ih0 0.8) ih0))) + ((p.p.name is o) + (((ih0 1) ih0)) + ((p.p.name is e) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.name is a) + ((p.p.p.name is l) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.p.p.name is p) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.p.name is t) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is m) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.407407) (ih0 0.592593) ih0)))))) + (((ax0 0.242424) (ih0 0.757576) ih0)))))))))) + ((p.name is h) + ((p.p.name is t) + (((_epsilon_ 0.9) (ih0 0.1) _epsilon_)) + ((p.p.name is s) + (((ax0 0.294118) (ih0 0.705882) ih0)) + ((p.p.p.name is t) + (((ax0 0.548387) (ih0 0.451613) ax0)) + ((p.p.p.name is n) + (((ax0 0.272727) + (eh0 0.0909091) + (ih0 0.590909) + (iy0 0.0454545) + ih0)) + ((p.p.p.name is r) + (((ax0 0.272727) + (ih0 0.636364) + (iy1 0.0909091) + ih0)) + ((p.p.p.name is i) + (((ax0 0.285714) + (ey1 0.142857) + (ih0 0.571429) + ih0)) + ((p.p.p.name is o) + (((ih0 0.8) (iy0 0.2) ih0)) + ((p.p.p.name is a) + (((_epsilon_ 0.176471) + (ax0 0.176471) + (ih0 0.588235) + (iy0 0.0588235) + ih0)) + ((p.p.p.name is u) + (((_epsilon_ 0.2) (ax0 0.4) (ih0 0.4) ax0)) + (((eh1 0.166667) (ih0 0.833333) ih0))))))))))) + ((p.name is z) + ((p.p.name is e) + (((ax0 0.2) (eh0 0.2) (ih0 0.6) ih0)) + ((p.p.p.name is i) + (((ih0 1) ih0)) + ((p.p.p.name is s) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.181818) (ih0 0.818182) ih0))))) + ((p.name is x) + ((p.p.p.name is #) + (((ih0 0.666667) (iy0 0.333333) ih0)) + ((p.p.p.name is t) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.233333) + (ih0 0.733333) + (iy0 0.0333333) + ih0)))) + ((p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is e) + ((p.name is w) + (((uw1 0.6) (y-uw1 0.4) uw1)) + ((p.name is l) + (((_epsilon_ 0.166667) (eh0 0.833333) eh0)) + ((p.p.p.name is f) + (((_epsilon_ 0.5) + (eh1 0.25) + (iy1 0.25) + _epsilon_)) + ((p.name is y) + (((_epsilon_ 0.6) + (ih0 0.2) + (iy1 0.2) + _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 0.833333) + (iy1 0.166667) + _epsilon_)) + ((p.p.p.name is p) + (((_epsilon_ 0.333333) (eh0 0.666667) eh0)) + ((p.p.p.name is i) + ((p.name is v) + (((_epsilon_ 0.857143) + (eh0 0.142857) + _epsilon_)) + (((_epsilon_ 0.333333) + (eh0 0.666667) + eh0))) + (((_epsilon_ 0.843137) + (eh0 0.0784314) + (iy0 0.0784314) + _epsilon_))))))))) + ((p.p.p.name is 0) + (((eh1 0.833333) (ey1 0.166667) eh1)) + ((p.p.name is n) + ((p.name is j) + (((eh0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + eh0)) + ((p.name is d) + ((p.p.p.name is e) + (((_epsilon_ 0.333333) (eh0 0.666667) eh0)) + (((_epsilon_ 0.666667) + (eh0 0.111111) + (iy0 0.222222) + _epsilon_))) + (((_epsilon_ 0.730769) + (ax0 0.230769) + (eh0 0.0384615) + _epsilon_)))) + ((p.p.name is a) + ((p.name is r) + ((p.p.p.name is v) + (((eh0 1) eh0)) + ((p.p.p.name is t) + (((_epsilon_ 0.666667) + (iy0 0.333333) + _epsilon_)) + ((p.p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is j) + (((_epsilon_ 0.333333) + (eh0 0.666667) + eh0)) + (((_epsilon_ 0.68) + (eh0 0.32) + _epsilon_)))))))) + ((p.name is l) + ((p.p.p.name is r) + (((_epsilon_ 0.333333) (eh0 0.666667) eh0)) + (((_epsilon_ 0.820513) + (ax0 0.025641) + (eh0 0.128205) + (iy0 0.025641) + _epsilon_))) + (((_epsilon_ 0.941176) + (ax0 0.00534759) + (eh0 0.0213904) + (ey1 0.00534759) + (iy0 0.00534759) + (iy1 0.0213904) + _epsilon_)))) + ((p.p.name is l) + ((p.p.p.name is a) + ((p.name is l) + (((_epsilon_ 0.857143) + (eh0 0.142857) + _epsilon_)) + ((p.name is v) + (((_epsilon_ 0.571429) + (eh0 0.428571) + _epsilon_)) + (((_epsilon_ 0.25) + (eh0 0.5) + (eh1 0.25) + eh0)))) + (((_epsilon_ 0.861538) + (ax0 0.0615385) + (eh0 0.0307692) + (iy0 0.0461538) + _epsilon_))) + ((p.p.p.name is e) + ((p.p.name is r) + ((p.name is r) + (((_epsilon_ 0.333333) (eh0 0.666667) eh0)) + (((_epsilon_ 0.826087) + (iy0 0.173913) + _epsilon_))) + (((_epsilon_ 0.882353) + (ax0 0.0882353) + (eh0 0.0294118) + _epsilon_))) + ((p.p.p.name is a) + (((_epsilon_ 0.944056) + (ax0 0.013986) + (ey1 0.00699301) + (ih0 0.00699301) + (iy0 0.027972) + _epsilon_)) + ((p.name is u) + ((p.p.p.name is i) + ((p.p.name is g) + (((_epsilon_ 0.25) + (eh0 0.5) + (ih0 0.25) + eh0)) + (((_epsilon_ 0.8) + (eh0 0.1) + (ey1 0.1) + _epsilon_))) + (((_epsilon_ 0.9) + (eh0 0.0666667) + (ey1 0.0333333) + _epsilon_))) + ((p.name is r) + (((_epsilon_ 0.928571) + (eh0 0.012987) + (eh1 0.0194805) + (ey0 0.00649351) + (ey1 0.012987) + (ih0 0.012987) + (iy0 0.00649351) + _epsilon_)) + ((p.p.p.name is v) + ((p.p.name is i) + ((p.name is v) + (((_epsilon_ 1) _epsilon_)) + ((p.name is l) + (((_epsilon_ 0.333333) + (eh0 0.666667) + eh0)) + (((_epsilon_ 0.714286) + (eh0 0.285714) + _epsilon_)))) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.977452) + (eh0 0.00901917) + (eh1 0.00225479) + (ey0 0.0011274) + (ih0 0.0011274) + (iy0 0.00450958) + (iy1 0.00450958) + _epsilon_))))))))))))))))))) + ((n.name is e) + (((_epsilon_ 0.996951) (y-uw0 0.00304878) _epsilon_)) + ((n.name is a) + ((p.name is y) + (((_epsilon_ 0.571429) (iy1 0.428571) _epsilon_)) + ((p.p.p.name is a) + (((ey1 0.111111) (iy0 0.888889) iy0)) + ((p.p.p.name is 0) + (((iy1 1) iy1)) + ((p.p.name is s) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_)) + ((p.p.name is l) + (((iy0 1) iy0)) + ((p.p.name is d) + (((iy0 1) iy0)) + ((p.name is p) + (((iy0 1) iy0)) + ((p.p.p.name is #) + ((p.p.name is o) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy0 0.133333) (iy1 0.866667) iy1))) + ((p.p.name is e) + (((iy1 1) iy1)) + ((p.p.name is c) + (((_epsilon_ 0.2) (iy0 0.2) (iy1 0.6) iy1)) + ((p.p.name is a) + ((p.name is l) + (((_epsilon_ 0.333333) + (iy0 0.333333) + (iy1 0.333333) + _epsilon_)) + (((iy0 0.25) (iy1 0.75) iy1))) + ((p.p.p.name is n) + (((iy0 1) iy0)) + ((p.p.p.name is r) + (((iy0 0.2) (iy1 0.8) iy1)) + ((p.p.name is t) + ((p.p.p.name is e) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy0 0.2) (iy1 0.8) iy1))) + ((p.p.p.name is l) + (((iy0 0.8) (iy1 0.2) iy0)) + ((p.p.name is i) + (((iy0 0.25) (iy1 0.75) iy1)) + ((p.name is r) + (((iy0 0.4) (iy1 0.6) iy1)) + (((iy0 0.666667) (iy1 0.333333) iy0))))))))))))))))))) + ((n.name is o) + ((p.p.p.name is 0) + (((iy1 1) iy1)) + ((p.p.p.name is #) + (((iy0 0.6) (iy1 0.4) iy0)) + ((p.name is l) + (((iy0 0.875) (iy1 0.125) iy0)) + ((p.name is n) + (((iy0 1) iy0)) + ((p.p.p.name is a) + (((iy0 1) iy0)) + ((p.p.p.name is d) + (((iy0 1) iy0)) + ((p.name is m) + (((ey1 0.25) (iy0 0.75) iy0)) + ((p.name is d) + (((ey1 0.4) (iy0 0.6) iy0)) + ((p.p.name is a) + (((ey1 0.666667) (iy0 0.333333) ey1)) + (((ey1 0.333333) (iy0 0.666667) iy0))))))))))) + ((p.name is i) + (((_epsilon_ 0.926471) + (ax0 0.0294118) + (eh1 0.0294118) + (ey1 0.0147059) + _epsilon_)) + ((n.name is i) + ((p.name is s) + (((ey1 1) ey1)) + ((p.name is k) + (((_epsilon_ 0.2) (ey0 0.2) (ey1 0.6) ey1)) + ((p.name is p) + (((ey1 1) ey1)) + ((p.name is l) + (((_epsilon_ 0.333333) + (ey1 0.333333) + (iy0 0.333333) + _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 0.25) (ey1 0.75) ey1)) + ((p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.75) (ey1 0.25) _epsilon_)) + ((p.name is h) + (((_epsilon_ 0.666667) + (ey1 0.333333) + _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.571429) + (ey1 0.428571) + _epsilon_))))))))))) + ((n.name is z) + ((p.p.name is s) + (((eh0 0.333333) + (ey1 0.333333) + (iy1 0.333333) + eh0)) + ((p.p.p.name is #) + (((eh1 1) eh1)) + ((p.p.p.name is 0) + (((eh1 1) eh1)) + ((p.p.name is q) + ((p.p.p.name is i) + (((eh0 1) eh0)) + (((eh0 0.2) (eh1 0.8) eh1))) + ((p.p.name is l) + (((eh0 0.2) (eh1 0.8) eh1)) + ((p.name is l) + (((ax0 0.125) (eh0 0.75) (eh1 0.125) eh0)) + ((p.p.p.name is u) + (((eh0 0.25) (eh1 0.75) eh1)) + ((p.p.p.name is m) + ((p.name is n) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((eh0 0.5) (eh1 0.5) eh0))) + ((p.name is r) + (((eh0 0.772727) (eh1 0.227273) eh0)) + ((p.p.name is o) + (((eh0 1) eh0)) + ((p.name is d) + (((eh0 0.888889) (eh1 0.111111) eh0)) + ((p.p.name is u) + (((eh0 1) eh0)) + ((p.name is m) + (((eh0 0.333333) (eh1 0.666667) eh1)) + ((p.p.p.name is t) + (((eh0 1) eh0)) + ((p.p.p.name is i) + (((eh0 0.75) (eh1 0.25) eh0)) + ((p.name is n) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + ((p.p.p.name is n) + (((eh0 0.333333) + (ih0 0.666667) + ih0)) + (((eh0 0.6) + (eh1 0.2) + (ih0 0.2) + eh0))))))))))))))))))) + ((p.p.p.name is 0) + (((_epsilon_ 0.0222222) + (eh1 0.933333) + (ey1 0.0222222) + (oy1 0.0222222) + eh1)) + ((n.name is x) + ((p.p.name is s) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.name is p) + (((eh1 1) eh1)) + ((p.p.p.name is s) + ((p.p.name is i) + (((ax0 0.333333) (eh0 0.666667) eh0)) + (((ax0 1) ax0))) + ((p.p.p.name is n) + ((p.name is r) + (((ax0 1) ax0)) + (((eh1 1) eh1))) + ((p.p.name is u) + (((ax0 0.4) (eh0 0.6) eh0)) + ((p.p.p.name is p) + (((eh1 1) eh1)) + ((p.p.name is f) + (((eh0 0.2) (eh1 0.8) eh1)) + ((p.name is m) + (((eh0 0.428571) (eh1 0.571429) eh1)) + ((p.p.name is e) + (((ax0 0.6) (eh0 0.1) (eh1 0.3) ax0)) + ((p.name is r) + (((eh0 0.333333) (eh1 0.666667) eh1)) + ((p.p.name is m) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.p.p.name is o) + (((eh0 0.666667) (eh1 0.333333) eh0)) + ((p.p.p.name is r) + (((eh0 0.666667) (eh1 0.333333) eh0)) + ((p.name is d) + (((ax0 0.75) (eh0 0.25) ax0)) + ((p.p.p.name is a) + (((eh0 0.75) (eh1 0.25) eh0)) + ((p.p.name is i) + (((eh0 0.666667) + (eh1 0.333333) + eh0)) + ((p.p.name is a) + (((ax0 0.2) + (eh0 0.6) + (eh1 0.2) + eh0)) + (((ax0 0.5) + (eh0 0.1) + (eh1 0.4) + ax0))))))))))))))))))) + ((n.name is u) + (((_epsilon_ 0.9) (oy1 0.1) _epsilon_)) + ((p.name is o) + (((_epsilon_ 0.909091) + (ax0 0.0909091) + _epsilon_)) + ((p.p.p.name is #) + ((p.p.name is r) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_)) + ((n.name is f) + (((eh1 0.666667) (iy1 0.333333) eh1)) + ((p.p.name is a) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + ((p.p.name is o) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + (((ax0 0.0555556) + (eh0 0.0555556) + (eh1 0.888889) + eh1)))))) + ((n.name is v) + ((p.p.p.name is n) + (((aa1 0.25) (ax0 0.25) (eh1 0.5) eh1)) + ((p.p.p.name is a) + (((ax0 0.25) (eh0 0.5) (eh1 0.25) eh0)) + ((p.p.name is a) + (((ax0 0.25) (eh0 0.25) (eh1 0.5) eh1)) + (((_epsilon_ 0.25) + (ax0 0.375) + (eh1 0.375) + ax0))))) + ((p.name is u) + (((_epsilon_ 0.75) (ax0 0.25) _epsilon_)) + ((n.name is j) + (((ey0 0.5) (ey1 0.25) (ih0 0.25) ey0)) + ((n.name is h) + ((p.p.name is a) + ((p.name is d) + (((ax0 0.2) (eh1 0.8) eh1)) + (((eh0 0.666667) (eh1 0.333333) eh0))) + (((ax0 0.75) (ey0 0.25) ax0))) + ((n.name is f) + ((p.name is s) + (((ax0 0.4) (eh0 0.6) eh0)) + ((p.name is l) + (((ax0 0.333333) + (eh0 0.333333) + (ih0 0.333333) + ax0)) + (((eh1 0.666667) (iy1 0.333333) eh1)))) + ((p.name is g) + (((eh0 0.666667) (ih0 0.333333) eh0)) + ((n.name is c) + ((p.p.name is a) + (((ih0 1) ih0)) + ((p.name is s) + (((ax0 0.5) + (eh0 0.25) + (eh1 0.25) + ax0)) + ((p.name is p) + (((eh0 0.333333) (ih0 0.666667) ih0)) + ((p.name is l) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.p.name is a) + (((eh1 0.333333) + (ih0 0.666667) + ih0)) + ((p.name is b) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + (((ax0 0.333333) + (ih0 0.666667) + ih0)))))))) + ((p.p.p.name is m) + (((ax0 0.75) (eh0 0.25) ax0)) + ((n.name is p) + (((ax0 0.4) (eh0 0.2) (eh1 0.4) ax0)) + ((p.name is l) + ((p.p.p.name is o) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.p.name is l) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 0.666667) + (ih0 0.333333) + ax0))))) + ((p.p.p.name is u) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + ((p.name is w) + (((eh1 0.666667) + (ih0 0.333333) + eh1)) + ((p.name is z) + (((eh1 0.666667) + (ih0 0.333333) + eh1)) + ((p.name is r) + (((ax0 0.111111) + (eh1 0.222222) + (ih0 0.666667) + ih0)) + ((p.p.p.name is n) + (((ax0 0.75) (eh1 0.25) ax0)) + ((p.p.name is t) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.p.name is i) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + ((p.name is h) + ((p.p.p.name is a) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.p.name is c) + (((ax0 0.25) + (eh1 0.25) + (ih0 0.5) + ih0)) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)))) + ((p.p.p.name is e) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 0.75) + (ih0 0.25) + ax0)))))))))))))))))))))))))))))))))))))))))))) + ((n.name is r) + ((n.n.name is r) + ((p.name is b) + ((n.n.n.name is y) + ((p.p.name is n) + ((p.p.p.name is a) (((eh1 1) eh1)) (((eh0 0.5) (eh1 0.5) eh0))) + (((eh0 0.166667) (eh1 0.833333) eh1))) + ((p.p.p.name is 0) + (((eh0 0.0625) (eh1 0.9375) eh1)) + ((n.n.n.name is i) + (((eh1 1) eh1)) + (((_epsilon_ 0.6) (eh1 0.4) _epsilon_))))) + ((p.p.p.name is 0) + ((p.name is p) + (((_epsilon_ 0.84375) (eh1 0.15625) _epsilon_)) + ((n.n.n.name is a) + ((p.p.name is #) + ((p.name is f) + (((_epsilon_ 0.428571) (eh0 0.0714286) (eh1 0.5) eh1)) + ((p.name is t) + (((_epsilon_ 0.583333) (eh1 0.416667) _epsilon_)) + ((p.name is s) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_)) + (((_epsilon_ 0.2) (eh1 0.8) eh1))))) + (((eh0 0.166667) (eh1 0.666667) (ih0 0.166667) eh1))) + ((p.name is c) + (((_epsilon_ 0.8) (eh0 0.2) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.195122) (eh0 0.195122) (eh1 0.609756) eh1)) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (eh1 0.5) (ih1 0.166667) eh1)) + ((p.name is d) + (((eh1 0.888889) (ih0 0.111111) eh1)) + ((p.name is f) + (((_epsilon_ 0.185185) (eh0 0.0740741) (eh1 0.740741) eh1)) + ((p.p.name is #) + ((p.name is t) + (((_epsilon_ 0.1) (eh1 0.9) eh1)) + ((n.n.n.name is i) + (((eh0 0.0434783) (eh1 0.956522) eh1)) + ((n.n.n.name is y) + (((eh1 1) eh1)) + ((p.name is h) + (((_epsilon_ 0.111111) (eh1 0.888889) eh1)) + (((_epsilon_ 0.333333) + (eh0 0.333333) + (eh1 0.333333) + _epsilon_)))))) + ((n.n.n.name is o) + (((eh0 0.5) (eh1 0.5) eh0)) + (((_epsilon_ 0.2) (eh1 0.8) eh1))))))))))) + ((p.name is h) + (((_epsilon_ 0.0714286) (eh0 0.0357143) (eh1 0.892857) eh1)) + ((p.p.name is l) + (((eh0 0.666667) (ih1 0.333333) eh0)) + ((p.p.name is o) + (((_epsilon_ 0.956522) (eh1 0.0434783) _epsilon_)) + ((p.p.name is e) + ((p.name is f) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + (((eh0 0.6) (eh1 0.4) eh0)))) + ((n.n.n.name is e) + (((_epsilon_ 0.777778) + (eh0 0.037037) + (eh1 0.185185) + _epsilon_)) + ((n.n.n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is m) + (((eh1 1) eh1)) + ((p.name is t) + ((n.n.n.name is a) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_)) + (((_epsilon_ 0.111111) (eh1 0.888889) eh1))) + ((n.n.n.name is i) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + ((p.name is i) + ((p.p.name is s) + (((eh1 1) eh1)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is #) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + ((n.n.n.name is a) + ((p.p.name is s) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + (((_epsilon_ 0.2) (eh1 0.8) eh1))) + (((_epsilon_ 0.125) (eh1 0.875) eh1))))))))))))))))) + ((p.name is e) + ((p.p.name is s) + (((iy1 1) iy1)) + ((p.p.name is w) + (((ih0 0.25) (ih1 0.5) (iy1 0.25) ih1)) + ((p.p.name is j) + (((ih1 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is p) + (((ih1 0.666667) (iy1 0.333333) ih1)) + ((n.n.n.name is n) + (((ih1 1) ih1)) + ((n.n.name is i) + (((ih1 0.666667) (iy1 0.333333) ih1)) + ((p.p.p.name is c) + (((ih1 1) ih1)) + ((p.p.name is d) + (((ih1 1) ih1)) + ((p.p.name is b) + (((ih1 1) ih1)) + ((p.p.p.name is o) + (((ih1 1) ih1)) + ((p.p.name is t) + (((ih1 0.9) (iy1 0.1) ih1)) + ((n.n.name is e) + (((ih1 0.6) (iy1 0.4) ih1)) + ((n.n.name is s) + ((p.p.p.name is #) + (((ih1 0.333333) (iy1 0.666667) iy1)) + (((ih1 0.833333) (iy1 0.166667) ih1))) + (((ih1 1) ih1))))))))))))))) + ((n.n.name is i) + ((n.n.n.name is n) + ((p.p.name is #) + ((p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((p.name is d) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (ih1 0.333333) + _epsilon_)) + (((_epsilon_ 0.375) (eh1 0.5625) (ih1 0.0625) eh1)))) + (((_epsilon_ 0.952381) + (eh0 0.015873) + (eh1 0.0119048) + (ey1 0.00396825) + (ih1 0.0119048) + (y-uw1 0.00396825) + _epsilon_))) + ((n.n.n.name is a) + ((p.p.p.name is m) + (((ih1 1) ih1)) + ((p.name is l) + (((_epsilon_ 0.5) (ih1 0.166667) (iy1 0.333333) _epsilon_)) + ((p.p.name is i) + (((ih1 0.833333) (iy1 0.166667) ih1)) + ((p.p.name is m) + (((_epsilon_ 0.166667) (ih1 0.5) (iy1 0.333333) ih1)) + ((p.p.name is r) + (((ih1 1) ih1)) + ((p.name is s) + (((ih1 0.75) (iy1 0.25) ih1)) + ((p.p.p.name is 0) + (((eh1 0.714286) (ih1 0.142857) (iy1 0.142857) eh1)) + ((p.name is g) + (((ih1 0.666667) (iy1 0.333333) ih1)) + ((p.name is t) + ((p.p.name is s) + (((eh1 0.333333) (ih1 0.333333) (iy1 0.333333) eh1)) + (((eh1 0.166667) (ih1 0.666667) (iy1 0.166667) ih1))) + (((_epsilon_ 0.181818) + (eh1 0.454545) + (ih1 0.272727) + (iy1 0.0909091) + eh1))))))))))) + ((n.n.n.name is o) + ((p.name is t) + (((eh1 0.0526316) (ih0 0.0526316) (ih1 0.894737) ih1)) + ((p.name is p) + (((eh1 0.166667) (ih0 0.0833333) (ih1 0.75) ih1)) + ((p.name is s) + (((ih1 0.666667) (iy1 0.333333) ih1)) + ((p.p.p.name is 0) + (((eh0 0.25) (eh1 0.75) eh1)) + ((p.p.name is i) + (((eh1 0.333333) (iy1 0.666667) iy1)) + (((eh1 0.5) (ih1 0.166667) (iy1 0.333333) eh1))))))) + ((n.n.n.name is e) + ((p.p.p.name is 0) + (((eh1 0.428571) (ih0 0.142857) (ih1 0.428571) eh1)) + ((p.p.name is x) + (((ih1 1) ih1)) + ((p.p.p.name is #) + (((ih1 1) ih1)) + (((_epsilon_ 0.888889) + (eh1 0.0666667) + (ih1 0.0222222) + (uw1 0.0222222) + _epsilon_))))) + ((p.name is d) + ((n.n.n.name is d) + (((eh1 0.25) (ih0 0.75) ih0)) + ((p.p.name is e) + (((_epsilon_ 0.875) (eh0 0.125) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is v) + (((_epsilon_ 0.857143) (eh1 0.142857) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.8) (eh1 0.2) _epsilon_)) + ((p.p.p.name is 0) + (((eh1 1) eh1)) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)))))))) + ((p.name is i) + (((_epsilon_ 0.925926) (eh1 0.0740741) _epsilon_)) + ((n.n.n.name is u) + (((ih1 0.333333) (iy1 0.666667) iy1)) + ((n.n.n.name is #) + (((eh1 1) eh1)) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is p) + ((p.p.p.name is s) + (((eh1 0.5) (ih1 0.5) eh1)) + (((_epsilon_ 0.5) (eh0 0.5) _epsilon_))) + ((p.p.name is 0) + (((eh0 0.0526316) (eh1 0.947368) eh1)) + ((n.n.n.name is z) + (((_epsilon_ 0.909091) (eh1 0.0909091) _epsilon_)) + ((n.n.n.name is d) + (((_epsilon_ 0.722222) + (eh0 0.0555556) + (eh1 0.222222) + _epsilon_)) + ((n.n.n.name is s) + ((p.p.p.name is 0) + (((_epsilon_ 0.2) (eh1 0.8) eh1)) + ((p.p.name is c) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 1) _epsilon_)))) + ((p.name is m) + ((p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_)) + (((_epsilon_ 0.0192308) + (eh0 0.0192308) + (eh1 0.961538) + eh1))))) + ((p.p.name is a) + (((_epsilon_ 0.75) + (eh0 0.125) + (eh1 0.125) + _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 0.0588235) (eh1 0.941176) eh1)) + ((n.n.n.name is f) + (((eh1 1) eh1)) + ((p.p.name is x) + (((eh1 1) eh1)) + ((p.p.name is m) + (((eh1 1) eh1)) + ((p.p.name is g) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is g) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is g) + (((eh1 1) eh1)) + ((p.p.name is e) + (((_epsilon_ 0.8) (eh1 0.2) _epsilon_)) + ((p.name is v) + (((eh1 1) eh1)) + ((p.p.name is f) + (((eh1 1) eh1)) + ((n.n.n.name is t) + ((p.p.p.name is i) + (((eh1 1) eh1)) + ((p.name is h) + (((_epsilon_ 0.333333) + (eh1 0.666667) + eh1)) + (((_epsilon_ 0.5) + (eh1 0.5) + _epsilon_)))) + ((p.name is t) + (((eh1 1) eh1)) + ((p.p.p.name is #) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + ((p.p.p.name is 0) + ((n.n.n.name is p) + (((_epsilon_ 0.75) + (eh1 0.25) + _epsilon_)) + (((_epsilon_ 0.333333) + (eh1 0.666667) + eh1))) + (((_epsilon_ 1) _epsilon_)))))))))))))))))))))))))))))))))) + ((n.n.name is e) + ((n.n.n.name is d) + ((p.p.name is e) + (((_epsilon_ 0.666667) + (ih1 0.222222) + (y-uw1 0.111111) + _epsilon_)) + ((p.p.p.name is 0) + ((p.name is h) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1))) + (((_epsilon_ 0.977528) + (eh0 0.00561798) + (eh1 0.00561798) + (ih1 0.011236) + _epsilon_)))) + ((p.p.p.name is 0) + ((n.n.n.name is g) + ((p.name is p) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + ((p.name is d) + (((_epsilon_ 0.166667) (iy0 0.833333) iy0)) + (((_epsilon_ 0.666667) (iy0 0.333333) _epsilon_)))) + ((n.n.n.name is c) + (((_epsilon_ 0.166667) (ih0 0.833333) ih0)) + ((p.name is h) + ((n.n.n.name is t) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (ih1 0.333333) + _epsilon_)) + (((eh1 0.125) (ih0 0.375) (ih1 0.5) ih1))) + ((p.name is r) + (((iy1 1) iy1)) + ((p.name is j) + (((eh0 0.333333) (eh1 0.666667) eh1)) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1)) + ((n.n.n.name is s) + ((p.name is t) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + (((eh1 0.571429) (ih1 0.142857) (iy1 0.285714) eh1))) + ((p.name is p) + (((_epsilon_ 0.818182) (eh1 0.181818) _epsilon_)) + ((p.name is m) + (((_epsilon_ 0.333333) + (eh0 0.333333) + (ih1 0.333333) + _epsilon_)) + ((p.name is s) + (((_epsilon_ 0.3) (eh0 0.1) (eh1 0.6) eh1)) + ((n.n.n.name is n) + ((p.name is b) + (((eh1 0.833333) (ih1 0.166667) eh1)) + (((_epsilon_ 0.4) + (eh1 0.333333) + (ih1 0.266667) + _epsilon_))) + ((p.name is b) + (((_epsilon_ 0.833333) (eh1 0.166667) _epsilon_)) + ((p.name is d) + (((eh1 1) eh1)) + ((p.name is v) + (((_epsilon_ 0.25) (eh1 0.5) (ih1 0.25) eh1)) + ((p.name is c) + ((n.n.n.name is m) + (((eh1 1) eh1)) + (((_epsilon_ 0.4) + (eh1 0.4) + (ih1 0.2) + _epsilon_))) + (((_epsilon_ 0.230769) (eh1 0.769231) eh1))))))))))))))))) + ((n.n.n.name is #) + ((p.name is i) + ((p.p.name is s) + (((eh0 1) eh0)) + ((p.p.name is v) + (((eh0 1) eh0)) + ((p.p.name is n) + (((eh0 0.666667) (eh1 0.333333) eh0)) + ((p.p.p.name is n) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.25) (eh0 0.5) (eh1 0.25) eh0)) + (((_epsilon_ 0.636364) + (eh0 0.181818) + (eh1 0.181818) + _epsilon_))))))) + ((p.p.p.name is s) + (((ih0 0.111111) (ih1 0.888889) ih1)) + ((p.p.name is w) + (((eh1 1) eh1)) + ((p.name is g) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((ih1 1) ih1)) + ((p.name is d) + (((_epsilon_ 0.25) (ih1 0.75) ih1)) + ((p.p.p.name is l) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + ((p.name is r) + (((eh1 0.6) (ih1 0.4) eh1)) + ((p.p.name is e) + (((_epsilon_ 0.4) (eh1 0.4) (ih1 0.2) _epsilon_)) + (((_epsilon_ 0.153846) + (eh1 0.307692) + (ih1 0.538462) + ih1))))))))))) + ((p.p.p.name is #) + ((p.name is r) + (((iy0 0.5) (iy1 0.5) iy0)) + ((p.name is v) + (((_epsilon_ 0.888889) + (eh0 0.0555556) + (er0 0.0555556) + _epsilon_)) + ((p.name is t) + (((eh1 1) eh1)) + ((p.name is h) + ((p.p.name is w) + (((eh0 0.571429) (eh1 0.428571) eh0)) + (((_epsilon_ 0.2) (eh0 0.2) (eh1 0.5) (ih1 0.1) eh1))) + (((_epsilon_ 0.916667) (eh0 0.0833333) _epsilon_)))))) + ((p.name is h) + ((p.p.name is t) + (((_epsilon_ 0.875) (ih1 0.125) _epsilon_)) + (((_epsilon_ 0.0625) (ih1 0.875) (iy1 0.0625) ih1))) + ((n.n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.name is c) + (((eh1 0.666667) (ih1 0.333333) eh1)) + ((p.p.p.name is r) + (((_epsilon_ 0.944444) (ax0 0.0555556) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.4) (ih1 0.6) ih1)) + (((_epsilon_ 0.877193) + (eh1 0.0526316) + (ih1 0.0701754) + _epsilon_)))))))))))) + ((n.n.name is o) + ((n.n.n.name is #) + ((p.name is i) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + ((p.name is h) + (((_epsilon_ 0.333333) + (ih1 0.333333) + (iy1 0.333333) + _epsilon_)) + (((_epsilon_ 0.0441176) (eh1 0.882353) (ih1 0.0735294) eh1)))) + ((p.p.p.name is 0) + ((p.p.name is #) + ((n.n.n.name is u) + ((p.name is r) + (((iy0 1) iy0)) + (((_epsilon_ 0.875) (eh1 0.125) _epsilon_))) + ((p.name is a) + ((n.n.n.name is b) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + (((eh1 1) eh1))) + ((p.name is p) + (((_epsilon_ 0.8) (eh1 0.2) _epsilon_)) + ((p.name is z) + (((ih1 1) ih1)) + ((p.name is h) + (((eh1 0.538462) + (ih0 0.153846) + (ih1 0.230769) + (iy1 0.0769231) + eh1)) + ((p.name is d) + (((_epsilon_ 0.0833333) + (eh1 0.583333) + (ih0 0.25) + (ih1 0.0833333) + eh1)) + ((p.name is g) + (((eh1 1) eh1)) + ((n.n.n.name is c) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is n) + ((p.name is v) + (((_epsilon_ 0.4) (eh0 0.2) (eh1 0.4) _epsilon_)) + (((_epsilon_ 0.2) (eh1 0.8) eh1))) + ((p.name is s) + (((_epsilon_ 0.666667) (eh0 0.333333) _epsilon_)) + ((n.n.n.name is l) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_)) + (((_epsilon_ 0.2) + (eh1 0.4) + (ih1 0.2) + (iy1 0.2) + eh1))))))))))))) + ((n.n.n.name is s) + (((ih0 0.75) (ih1 0.25) ih0)) + ((n.n.n.name is d) + (((ih0 1) ih0)) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (ih0 0.333333) + _epsilon_))))) + ((p.p.p.name is #) + ((n.n.n.name is g) + (((_epsilon_ 0.5) (ih0 0.5) _epsilon_)) + ((p.name is h) + (((_epsilon_ 0.166667) (eh1 0.833333) eh1)) + ((p.p.name is s) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.888889) (eh1 0.111111) _epsilon_))))) + ((n.n.n.name is s) + ((p.p.name is i) + (((eh1 1) eh1)) + ((p.p.p.name is i) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + (((_epsilon_ 0.933333) (eh1 0.0666667) _epsilon_)))) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1)) + ((n.n.n.name is n) + ((p.name is f) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (ih1 0.333333) + _epsilon_)) + ((p.name is m) + (((_epsilon_ 0.333333) (eh0 0.666667) eh0)) + (((_epsilon_ 0.857143) + (eh0 0.047619) + (eh1 0.0952381) + _epsilon_)))) + (((_epsilon_ 0.933333) + (eh0 0.0266667) + (eh1 0.0133333) + (iy1 0.0266667) + _epsilon_)))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((p.name is i) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + ((p.name is p) + ((p.p.name is s) + (((eh1 1) eh1)) + (((_epsilon_ 0.5) (eh1 0.333333) (ih1 0.166667) _epsilon_))) + (((_epsilon_ 0.0705882) (eh1 0.894118) (ih1 0.0352941) eh1)))) + ((p.p.p.name is 0) + ((p.p.name is #) + ((p.name is d) + (((eh1 0.111111) (ih0 0.888889) ih0)) + ((n.n.n.name is t) + (((eh0 0.2) (eh1 0.2) (ih0 0.6) ih0)) + ((p.name is h) + (((eh0 0.166667) (eh1 0.833333) eh1)) + ((n.n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.name is p) + (((_epsilon_ 0.875) (eh1 0.125) _epsilon_)) + ((n.n.n.name is l) + ((p.name is g) + (((_epsilon_ 0.4) (eh0 0.2) (eh1 0.4) _epsilon_)) + (((eh1 1) eh1))) + ((n.n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.name is s) + (((_epsilon_ 0.833333) (eh1 0.166667) _epsilon_)) + ((p.name is c) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + ((p.name is v) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + ((p.name is g) + (((_epsilon_ 0.571429) (eh1 0.428571) _epsilon_)) + (((_epsilon_ 0.166667) (eh1 0.833333) eh1))))))))))))) + ((n.n.n.name is s) + (((ih0 0.888889) (ih1 0.111111) ih0)) + ((n.n.n.name is d) + (((ih0 1) ih0)) + (((eh0 0.4) (eh1 0.6) eh1))))) + ((p.name is h) + ((n.n.n.name is p) + (((eh1 1) eh1)) + ((p.p.p.name is #) + (((_epsilon_ 0.166667) (eh1 0.833333) eh1)) + (((_epsilon_ 0.909091) (eh1 0.0909091) _epsilon_)))) + ((n.n.n.name is s) + (((_epsilon_ 0.545455) (eh1 0.454545) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 0.833333) + (ih1 0.0833333) + (uw1 0.0833333) + _epsilon_)) + ((p.name is g) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + (((eh1 1) eh1)))) + ((p.p.name is m) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1))) + (((_epsilon_ 0.982036) + (eh0 0.011976) + (eh1 0.00598802) + _epsilon_))))))))) + ((n.n.name is u) + ((p.p.name is 0) + (((eh1 0.25) (ih0 0.75) ih0)) + ((p.p.p.name is 0) + ((p.name is p) + (((_epsilon_ 0.909091) (eh1 0.0909091) _epsilon_)) + ((p.name is d) + (((eh1 0.4) (ih0 0.2) (ih1 0.4) eh1)) + ((n.n.n.name is m) + (((eh1 0.333333) (ih1 0.666667) ih1)) + ((p.name is c) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + (((_epsilon_ 0.25) + (eh0 0.125) + (eh1 0.375) + (iy1 0.25) + eh1)))))) + (((_epsilon_ 0.809524) + (eh1 0.142857) + (ey1 0.047619) + _epsilon_)))) + ((p.p.name is e) + ((p.name is w) + ((p.p.p.name is r) + (((uw1 1) uw1)) + (((_epsilon_ 0.1) (uw1 0.2) (y-uw1 0.7) y-uw1))) + ((p.name is u) + ((p.p.p.name is f) + (((_epsilon_ 0.666667) (oy1 0.333333) _epsilon_)) + (((oy1 1) oy1))) + ((p.name is y) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.7) (eh1 0.1) (iy1 0.2) _epsilon_))) + (((_epsilon_ 0.9875) (ax0 0.0025) (eh1 0.01) _epsilon_))))) + ((p.name is a) + (((_epsilon_ 0.0769231) (eh1 0.923077) eh1)) + ((n.n.n.name is #) + ((n.n.name is y) + ((p.p.p.name is 0) + (((eh1 1) eh1)) + ((p.p.p.name is #) + (((_epsilon_ 0.8) (eh1 0.1) (iy1 0.1) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 0.833333) (eh1 0.166667) _epsilon_)) + ((p.p.name is o) + ((p.name is n) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.983607) (eh1 0.0163934) _epsilon_)))))) + (((_epsilon_ 0.997476) + (eh1 0.000504796) + (er0 0.00100959) + (ey1 0.000504796) + (ih1 0.000504796) + _epsilon_))) + ((p.name is z) + ((p.p.p.name is 0) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.name is t) + ((p.name is b) + ((p.p.p.name is 0) + (((_epsilon_ 0.975) (eh1 0.025) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is u) + (((eh1 1) eh1)) + ((n.n.n.name is h) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is i) + (((_epsilon_ 0.6875) (eh1 0.3125) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.8) (eh1 0.2) _epsilon_)) + ((p.p.name is m) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + ((n.n.n.name is a) + ((p.p.p.name is e) + (((eh1 1) eh1)) + (((_epsilon_ 0.571429) + (eh1 0.428571) + _epsilon_))) + (((eh1 1) eh1))))))))))) + ((p.name is u) + ((p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + (((eh0 0.333333) (eh1 0.666667) eh1)))) + ((p.name is m) + (((_epsilon_ 0.692308) (eh1 0.307692) _epsilon_)) + ((p.name is c) + ((n.n.n.name is o) + (((eh1 1) eh1)) + (((_epsilon_ 0.916667) (eh1 0.0833333) _epsilon_))) + (((_epsilon_ 0.983221) (eh1 0.0167785) _epsilon_)))))) + ((p.p.p.name is 0) + ((n.n.name is y) + (((_epsilon_ 0.2) (eh1 0.8) eh1)) + ((n.n.n.name is a) + ((p.name is c) + (((_epsilon_ 0.25) (eh0 0.25) (eh1 0.5) eh1)) + ((p.name is v) + (((_epsilon_ 0.714286) + (eh0 0.047619) + (eh1 0.238095) + _epsilon_)) + ((p.name is s) + ((n.n.name is v) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (eh1 0.75) eh1))) + (((_epsilon_ 0.946309) (eh1 0.0536913) _epsilon_))))) + (((_epsilon_ 0.967634) + (aa1 0.00223214) + (eh0 0.0100446) + (eh1 0.0189732) + (ih0 0.00111607) + _epsilon_)))) + ((p.p.name is a) + ((n.n.name is p) + (((_epsilon_ 0.5) (ax0 0.5) _epsilon_)) + ((p.p.p.name is b) + (((_epsilon_ 0.8) (ax0 0.2) _epsilon_)) + ((p.p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is m) + (((_epsilon_ 0.6) (eh1 0.4) _epsilon_)) + ((p.p.p.name is l) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.909091) + (eh1 0.0909091) + _epsilon_))) + (((_epsilon_ 0.93578) (eh1 0.0642202) _epsilon_))))))) + ((p.p.name is p) + (((_epsilon_ 0.954545) + (ax0 0.0227273) + (ih1 0.0227273) + _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.name is u) + ((p.p.name is g) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.933333) (eh1 0.0666667) _epsilon_))) + ((n.n.name is y) + (((_epsilon_ 0.714286) (eh1 0.285714) _epsilon_)) + ((n.n.n.name is o) + ((p.name is l) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.894737) + (eh1 0.105263) + _epsilon_)) + ((p.p.name is s) + ((p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is h) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)))))) + (((_epsilon_ 0.989247) + (eh1 0.0107527) + _epsilon_))))) + ((p.name is j) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 0.952381) + (eh1 0.047619) + _epsilon_)) + ((n.n.name is n) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.991525) + (eh1 0.00847458) + _epsilon_))) + ((n.n.n.name is m) + (((_epsilon_ 0.857143) + (eh1 0.142857) + _epsilon_)) + ((p.p.name is s) + ((p.p.p.name is #) + ((p.name is t) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) + (eh1 0.666667) + eh1))) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.997727) + (eh1 0.00227273) + _epsilon_)))))))))))))))))))))))))) + ((p.p.p.name is 0) + ((n.name is i) + ((p.name is r) + ((n.n.n.name is h) + (((_epsilon_ 0.969697) (iy1 0.030303) _epsilon_)) + ((n.n.name is n) + ((n.n.n.name is e) + (((_epsilon_ 0.888889) (ey1 0.111111) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) + (ey0 0.333333) + (ey1 0.333333) + _epsilon_)) + ((n.n.n.name is f) + (((iy1 1) iy1)) + ((n.n.n.name is v) + (((iy0 0.333333) (iy1 0.666667) iy1)) + ((n.n.n.name is s) + (((_epsilon_ 0.25) (iy0 0.1875) (iy1 0.5625) iy1)) + ((n.n.n.name is t) + (((_epsilon_ 0.142857) (iy0 0.714286) (iy1 0.142857) iy0)) + ((n.n.n.name is c) + (((_epsilon_ 0.25) (iy0 0.5) (iy1 0.25) iy0)) + (((_epsilon_ 0.733333) (ey1 0.266667) _epsilon_))))))))) + ((n.n.n.name is b) + (((iy1 1) iy1)) + ((n.n.n.name is n) + (((_epsilon_ 0.142857) (ey1 0.571429) (iy0 0.285714) ey1)) + ((n.n.name is l) + (((_epsilon_ 0.5) (ey1 0.5) _epsilon_)) + ((n.n.n.name is p) + (((iy0 1) iy0)) + ((n.n.n.name is a) + (((_epsilon_ 0.6) (ey0 0.2) (iy0 0.2) _epsilon_)) + ((n.n.name is t) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.911111) + (iy0 0.0666667) + (iy1 0.0222222) + _epsilon_)))))))))) + ((n.n.name is g) + ((n.n.n.name is h) + ((p.name is h) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.0731707) (ey0 0.0731707) (ey1 0.853659) ey1))) + ((n.n.n.name is n) + (((_epsilon_ 0.4) (ey1 0.6) ey1)) + ((p.name is b) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.96875) (ey1 0.03125) _epsilon_))))) + ((n.n.name is r) + ((p.name is h) + (((eh1 1) eh1)) + (((_epsilon_ 0.884615) + (eh1 0.0384615) + (ey0 0.0384615) + (ey1 0.0384615) + _epsilon_))) + ((p.name is d) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 0.25) (iy1 0.75) iy1)) + ((n.n.n.name is i) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + ((n.n.n.name is y) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + (((_epsilon_ 1) _epsilon_))))))) + ((p.name is v) + ((n.n.n.name is l) + (((_epsilon_ 0.666667) (ey1 0.333333) _epsilon_)) + ((n.n.name is l) + (((ey1 1) ey1)) + (((_epsilon_ 0.5) (ey1 0.5) _epsilon_)))) + ((n.n.name is j) + (((_epsilon_ 0.428571) (ey1 0.571429) ey1)) + ((n.n.n.name is o) + ((n.n.name is k) + (((ey1 1) ey1)) + (((_epsilon_ 0.866667) + (ey0 0.0666667) + (ey1 0.0666667) + _epsilon_))) + ((n.n.n.name is t) + (((_epsilon_ 0.84) (ey1 0.04) (iy1 0.12) _epsilon_)) + ((n.n.n.name is g) + (((_epsilon_ 0.777778) (iy1 0.222222) _epsilon_)) + ((p.name is h) + (((_epsilon_ 0.980769) + (eh1 0.00961538) + (iy1 0.00961538) + _epsilon_)) + ((p.name is p) + (((_epsilon_ 0.714286) + (ey0 0.142857) + (ey1 0.142857) + _epsilon_)) + ((p.name is s) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.946429) (ey1 0.0535714) _epsilon_))) + (((_epsilon_ 0.981982) (ey1 0.018018) _epsilon_)))))))))))))) + ((n.name is a) + ((n.n.name is r) + ((p.name is b) + ((n.n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is i) + (((eh1 1) eh1)) + ((n.n.n.name is s) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1))))) + ((p.name is w) + ((n.n.n.name is i) + (((_epsilon_ 0.6) (eh1 0.4) _epsilon_)) + (((_epsilon_ 0.166667) (eh1 0.833333) eh1))) + ((p.name is r) + ((n.n.n.name is r) + (((iy0 0.4) (iy1 0.6) iy1)) + (((_epsilon_ 0.875) (iy0 0.125) _epsilon_))) + (((_epsilon_ 0.935897) + (eh1 0.025641) + (iy1 0.0384615) + _epsilon_))))) + ((n.n.name is u) + (((_epsilon_ 0.948718) (iy0 0.0512821) _epsilon_)) + ((n.n.name is d) + ((p.name is h) + (((eh1 1) eh1)) + ((p.name is d) + (((eh1 1) eh1)) + ((n.n.n.name is j) + (((iy0 0.4) (iy1 0.6) iy1)) + ((p.name is r) + ((n.n.n.name is i) + (((eh1 0.875) (iy1 0.125) eh1)) + ((n.n.n.name is e) + (((eh1 0.2) (iy1 0.8) iy1)) + (((eh1 0.571429) (iy1 0.428571) eh1)))) + ((n.n.n.name is o) + (((eh1 0.571429) (iy1 0.428571) eh1)) + ((p.name is l) + ((n.n.n.name is e) + (((eh1 0.166667) (iy1 0.833333) iy1)) + ((n.n.n.name is #) + (((eh1 0.666667) (iy1 0.333333) eh1)) + (((eh1 0.4) (iy1 0.6) iy1)))) + (((eh1 0.0416667) (iy1 0.958333) iy1)))))))) + ((n.n.n.name is h) + ((n.n.name is t) + (((_epsilon_ 0.0327869) (eh1 0.852459) (iy1 0.114754) eh1)) + (((_epsilon_ 0.0208333) (iy1 0.979167) iy1))) + ((p.name is r) + ((n.n.name is g) + ((n.n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + (((iy1 1) iy1))) + ((n.n.name is c) + (((iy0 0.8125) (iy1 0.1875) iy0)) + ((n.n.n.name is m) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + ((n.n.n.name is l) + (((_epsilon_ 0.2) (iy0 0.4) (iy1 0.4) iy0)) + (((_epsilon_ 0.0105263) + (iy0 0.136842) + (iy1 0.852632) + iy1)))))) + ((p.name is h) + ((n.n.n.name is t) + (((eh1 0.916667) (iy1 0.0833333) eh1)) + ((n.n.name is v) + (((eh1 0.7) (iy1 0.3) eh1)) + (((iy1 1) iy1)))) + ((n.n.n.name is d) + (((_epsilon_ 0.1) (iy0 0.7) (iy1 0.2) iy0)) + ((p.name is j) + ((n.n.name is l) + (((eh1 1) eh1)) + (((_epsilon_ 0.25) (eh1 0.125) (iy1 0.625) iy1))) + ((n.n.n.name is u) + ((n.n.name is s) + (((_epsilon_ 0.1) (eh1 0.9) eh1)) + (((_epsilon_ 0.0588235) (iy1 0.941176) iy1))) + ((p.name is w) + ((n.n.name is l) + (((eh1 1) eh1)) + ((n.n.name is p) (((eh1 1) eh1)) (((iy1 1) iy1)))) + ((p.name is z) + ((n.n.n.name is o) + (((eh1 0.75) (iy1 0.25) eh1)) + (((iy1 1) iy1))) + ((n.n.name is h) + ((n.n.n.name is a) + (((iy1 1) iy1)) + ((p.name is l) + (((_epsilon_ 0.666667) (iy1 0.333333) _epsilon_)) + (((_epsilon_ 0.25) (iy1 0.75) iy1)))) + ((n.n.n.name is a) + ((n.n.name is s) + (((_epsilon_ 0.25) (eh1 0.5) (iy1 0.25) eh1)) + ((p.name is b) + (((_epsilon_ 0.5) (iy0 0.25) (iy1 0.25) _epsilon_)) + (((_epsilon_ 0.04) (iy1 0.96) iy1)))) + (((_epsilon_ 0.0172414) + (eh1 0.0172414) + (iy0 0.00766284) + (iy1 0.957854) + iy1))))))))))))))) + ((n.name is e) + ((p.name is r) + ((n.n.n.name is a) + (((iy0 0.888889) (iy1 0.111111) iy0)) + ((n.n.name is m) + (((iy0 1) iy0)) + ((n.n.n.name is t) + (((_epsilon_ 0.166667) (iy0 0.666667) (iy1 0.166667) iy0)) + (((_epsilon_ 0.882353) (iy0 0.117647) _epsilon_))))) + (((_epsilon_ 0.997942) (iy0 0.00205761) _epsilon_))) + ((p.name is r) + ((n.name is u) + ((n.n.name is n) + (((iy0 0.625) (iy1 0.375) iy0)) + ((n.n.name is t) + (((oy1 1) oy1)) + ((n.n.name is s) + (((_epsilon_ 0.333333) (iy0 0.5) (oy1 0.166667) iy0)) + (((_epsilon_ 0.6) (oy1 0.4) _epsilon_))))) + ((n.name is y) + ((n.n.n.name is o) + (((_epsilon_ 0.5) (eh1 0.25) (ey1 0.25) _epsilon_)) + (((_epsilon_ 0.1) (eh1 0.1) (ey1 0.8) ey1))) + ((n.name is n) + ((n.n.n.name is w) + (((ih0 0.857143) (iy0 0.142857) ih0)) + ((n.n.n.name is m) + (((eh0 0.125) (eh1 0.125) (iy0 0.625) (iy1 0.125) iy0)) + ((n.n.name is a) + ((n.n.n.name is t) + (((ax0 0.5) (eh0 0.25) (iy0 0.25) ax0)) + (((ax0 0.2) (eh1 0.2) (ih0 0.2) (iy1 0.4) iy1))) + ((n.n.name is e) + ((n.n.n.name is g) + (((eh1 0.333333) (ih0 0.222222) (iy1 0.444444) iy1)) + (((ax0 0.5) (eh1 0.25) (ih0 0.25) ax0))) + ((n.n.n.name is u) + (((ax0 0.25) (eh0 0.25) (ih0 0.5) ih0)) + ((n.n.n.name is i) + ((n.n.name is d) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh0 0.25) (eh1 0.75) eh1))) + (((aa1 0.0140845) + (eh0 0.028169) + (eh1 0.887324) + (ih0 0.028169) + (iy1 0.0422535) + eh1)))))))) + ((n.n.name is a) + ((n.name is g) + ((n.n.n.name is i) + (((ih0 0.5) (iy0 0.5) ih0)) + ((n.n.n.name is r) + (((ax0 0.8) (ih0 0.2) ax0)) + ((n.n.n.name is l) + (((ey0 0.2) (ih0 0.4) (iy1 0.4) ih0)) + (((ax0 0.25) (ih0 0.25) (iy1 0.5) iy1))))) + ((n.n.n.name is i) + (((ih0 0.653846) (iy0 0.153846) (iy1 0.192308) ih0)) + ((n.n.n.name is r) + ((n.name is w) + (((ih0 1) ih0)) + ((n.name is m) + (((ih0 0.454545) (iy0 0.545455) iy0)) + ((n.name is t) + (((ih0 0.6) (iy0 0.4) ih0)) + (((eh1 0.4) (ih0 0.2) (iy0 0.2) (iy1 0.2) eh1))))) + ((n.name is v) + (((eh1 0.1) (ey1 0.1) (iy0 0.8) iy0)) + ((n.name is p) + ((n.n.n.name is c) + (((iy0 0.2) (iy1 0.8) iy1)) + (((iy0 0.818182) (iy1 0.181818) iy0))) + ((n.name is d) + (((ih0 1) ih0)) + ((n.n.n.name is x) + (((ih0 0.8) (iy1 0.2) ih0)) + ((n.n.n.name is y) + (((iy1 1) iy1)) + ((n.name is l) + ((n.n.n.name is t) + (((eh1 0.428571) + (ih0 0.285714) + (iy0 0.285714) + eh1)) + (((iy0 1) iy0))) + ((n.n.n.name is s) + (((iy0 1) iy0)) + ((n.name is z) + (((eh1 0.666667) (ih0 0.333333) eh1)) + ((n.n.n.name is n) + ((n.name is c) + (((ax0 0.25) (eh1 0.25) (iy0 0.5) iy0)) + (((eh0 0.2) (ih0 0.6) (iy1 0.2) ih0))) + ((n.name is c) + ((n.n.n.name is p) + (((iy0 0.5) (iy1 0.5) iy0)) + (((ih0 0.4) (iy0 0.4) (iy1 0.2) ih0))) + ((n.name is t) + ((n.n.n.name is l) + (((ih0 0.5) (iy0 0.5) ih0)) + (((eh1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + eh1))) + ((n.n.n.name is t) + (((iy1 1) iy1)) + ((n.n.n.name is l) + (((eh1 0.333333) + (iy0 0.166667) + (iy1 0.5) + iy1)) + ((n.n.n.name is k) + (((eh1 0.333333) (iy1 0.666667) iy1)) + ((n.name is h) + (((iy0 0.25) (iy1 0.75) iy1)) + (((ax0 0.5) (iy0 0.25) (iy1 0.25) ax0)))))))))))))))))))) + ((n.n.name is e) + ((n.n.n.name is r) + ((n.name is v) + (((eh1 0.285714) (ih0 0.678571) (iy0 0.0357143) ih0)) + (((_epsilon_ 0.0540541) + (ax0 0.0540541) + (eh1 0.486486) + (ih0 0.243243) + (iy1 0.162162) + eh1))) + ((n.name is c) + (((ax0 0.25) + (ih0 0.53125) + (iy0 0.09375) + (iy1 0.125) + ih0)) + ((n.n.n.name is a) + ((n.name is s) + (((iy0 0.857143) (iy1 0.142857) iy0)) + ((n.name is v) + (((ih0 1) ih0)) + ((n.name is p) + (((ih0 0.818182) (iy0 0.181818) ih0)) + (((ih0 0.4) (iy0 0.6) iy0))))) + ((n.name is s) + ((n.n.n.name is n) + (((eh1 0.111111) + (ey0 0.111111) + (ih0 0.666667) + (iy0 0.111111) + ih0)) + ((n.n.n.name is m) + (((ih0 0.8) (iy0 0.2) ih0)) + (((eh0 0.0714286) + (eh1 0.0714286) + (iy0 0.857143) + iy0)))) + ((n.n.n.name is l) + ((n.name is v) + (((eh0 0.0909091) + (eh1 0.545455) + (ey0 0.181818) + (ih0 0.181818) + eh1)) + ((n.name is b) + (((ax0 0.2) (eh0 0.2) (eh1 0.1) (ih0 0.5) ih0)) + ((n.name is p) + (((ax0 0.4) (ih0 0.6) ih0)) + (((eh1 0.5) (iy0 0.5) eh1))))) + ((n.n.n.name is t) + (((eh0 0.333333) (eh1 0.5) (ih0 0.166667) eh1)) + ((n.n.n.name is m) + (((eh1 0.1) (ih0 0.8) (iy0 0.1) ih0)) + ((n.name is j) + (((ih0 0.714286) (iy1 0.285714) ih0)) + ((n.n.n.name is e) + (((ax0 0.25) (ih0 0.75) ih0)) + ((n.name is d) + ((n.n.n.name is f) + (((iy0 1) iy0)) + ((n.n.n.name is c) + (((iy0 0.75) (iy1 0.25) iy0)) + ((n.n.n.name is p) + (((iy0 0.2) (iy1 0.8) iy1)) + ((n.n.n.name is s) + (((iy1 1) iy1)) + (((eh1 0.6) (iy0 0.2) (iy1 0.2) eh1)))))) + ((n.name is t) + (((iy0 0.6) (iy1 0.4) iy0)) + ((n.name is g) + (((eh1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + eh1)) + ((n.name is b) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + ((n.n.n.name is n) + ((n.name is l) + (((ih0 0.666667) (iy0 0.333333) ih0)) + (((eh1 0.555556) + (ey0 0.111111) + (ih0 0.222222) + (iy0 0.111111) + eh1))) + (((eh1 0.733333) + (ih0 0.133333) + (iy0 0.0666667) + (iy1 0.0666667) + eh1)))))))))))))))) + ((n.name is f) + ((n.n.name is f) + (((eh1 1) eh1)) + ((n.n.n.name is g) + (((eh1 1) eh1)) + ((n.n.name is r) + (((ax0 0.25) (ih0 0.65) (iy0 0.1) ih0)) + ((n.n.n.name is s) + (((ax0 0.75) (ih0 0.25) ax0)) + ((n.n.n.name is n) + (((ax0 0.190476) + (ih0 0.428571) + (iy0 0.142857) + (iy1 0.238095) + ih0)) + ((n.n.n.name is e) + ((n.n.name is l) + (((ax0 0.416667) + (ih0 0.166667) + (iy0 0.166667) + (iy1 0.25) + ax0)) + (((iy0 1) iy0))) + ((n.n.name is i) + (((iy0 0.714286) (iy1 0.285714) iy0)) + ((n.n.name is l) + (((iy0 1) iy0)) + ((n.n.n.name is c) + (((iy0 1) iy0)) + ((n.n.n.name is r) + ((n.n.name is o) + (((ax0 0.133333) + (eh1 0.0666667) + (ih0 0.533333) + (iy0 0.2) + (iy1 0.0666667) + ih0)) + (((iy0 1) iy0))) + (((eh1 0.5) (ih0 0.5) eh1)))))))))))) + ((n.n.name is u) + ((n.name is g) + (((eh0 0.0714286) (eh1 0.928571) eh1)) + ((n.n.n.name is c) + ((n.name is d) + (((ax0 0.833333) (ih0 0.166667) ax0)) + (((ih0 1) ih0))) + ((n.n.n.name is s) + ((n.name is c) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((n.name is s) (((ih0 1) ih0)) (((iy1 1) iy1)))) + ((n.name is p) + ((n.n.n.name is t) + (((eh1 0.4) (ih0 0.4) (iy0 0.2) eh1)) + ((n.n.n.name is b) + (((ih0 0.5) (iy0 0.5) ih0)) + (((ih0 0.0833333) (iy0 0.916667) iy0)))) + ((n.n.n.name is b) + (((iy1 1) iy1)) + ((n.n.n.name is i) + ((n.name is b) + (((iy0 1) iy0)) + (((eh1 0.333333) + (ih0 0.222222) + (iy0 0.333333) + (iy1 0.111111) + eh1))) + ((n.name is q) + (((ey1 0.166667) + (ih0 0.666667) + (iy1 0.166667) + ih0)) + ((n.name is s) + ((n.n.n.name is r) + (((eh1 0.4) (ih0 0.2) (iy0 0.4) eh1)) + (((ih0 0.8) (iy0 0.2) ih0))) + ((n.n.n.name is p) + (((ey0 0.333333) (ih0 0.666667) ih0)) + ((n.n.n.name is k) + (((ih0 0.25) (iy0 0.75) iy0)) + (((ih0 0.8) (iy0 0.2) ih0)))))))))))) + ((n.n.name is o) + ((n.n.n.name is s) + (((eh0 0.1) (iy0 0.2) (iy1 0.7) iy1)) + ((n.name is c) + ((n.n.n.name is n) + (((eh1 0.2) (iy0 0.35) (iy1 0.45) iy1)) + ((n.n.n.name is u) + (((ih0 0.5) (iy0 0.2) (iy1 0.3) ih0)) + ((n.n.n.name is i) + (((iy0 1) iy0)) + ((n.n.n.name is v) + (((ax0 0.428571) (ih0 0.571429) ih0)) + ((n.n.n.name is r) + (((ax0 0.3) (eh0 0.1) (eh1 0.2) (ih0 0.4) ih0)) + (((eh1 0.809524) + (ih0 0.0952381) + (iy1 0.0952381) + eh1))))))) + ((n.n.n.name is u) + ((n.name is d) + (((ax0 0.2) (ih0 0.2) (iy0 0.6) iy0)) + ((n.name is b) + (((ih0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih0)) + (((ih0 0.125) (iy0 0.5) (iy1 0.375) iy0)))) + ((n.name is l) + (((iy0 1) iy0)) + ((n.n.n.name is l) + ((n.name is v) + (((eh1 0.307692) + (ih0 0.307692) + (iy0 0.384615) + iy0)) + (((eh1 0.5) (iy0 0.5) eh1))) + ((n.n.n.name is c) + (((eh1 1) eh1)) + ((n.name is s) + ((n.n.n.name is n) + (((eh1 1) eh1)) + (((ih0 1) ih0))) + ((n.n.n.name is #) + (((eh1 0.4) (iy0 0.2) (iy1 0.4) eh1)) + ((n.n.n.name is r) + ((n.name is w) + (((iy0 1) iy0)) + (((eh1 0.125) + (ih0 0.5625) + (iy0 0.125) + (iy1 0.1875) + ih0))) + ((n.name is d) + (((ax0 0.25) (ih0 0.25) (iy0 0.5) iy0)) + ((n.name is t) + (((iy0 1) iy0)) + ((n.n.n.name is n) + (((eh1 0.333333) + (ih0 0.333333) + (iy0 0.333333) + eh1)) + ((n.name is v) + (((ih0 1) ih0)) + ((n.n.n.name is d) + (((ih0 0.333333) (iy0 0.666667) iy0)) + (((ih0 0.555556) (iy0 0.444444) ih0)))))))))))))))) + ((n.name is s) + ((n.n.name is t) + ((n.n.n.name is i) + (((eh0 0.2) (eh1 0.8) eh1)) + ((n.n.n.name is o) + (((eh1 0.363636) (ih0 0.363636) (iy0 0.272727) eh1)) + ((n.n.n.name is r) + (((eh0 0.0555556) + (eh1 0.111111) + (ih0 0.111111) + (iy0 0.722222) + iy0)) + ((n.n.n.name is a) + (((eh0 0.0714286) + (eh1 0.285714) + (iy0 0.642857) + iy0)) + (((eh1 0.857143) (iy0 0.142857) eh1)))))) + ((n.n.name is h) + (((eh1 0.166667) (iy0 0.833333) iy0)) + ((n.n.n.name is s) + (((ih0 0.875) (ih1 0.125) ih0)) + ((n.n.n.name is o) + (((ih0 0.909091) (iy0 0.0909091) ih0)) + ((n.n.n.name is h) + (((eh1 0.4) (iy0 0.6) iy0)) + ((n.n.name is p) + ((n.n.n.name is e) + (((ey1 0.1) (ih0 0.8) (iy0 0.1) ih0)) + (((eh1 0.857143) (iy0 0.142857) eh1))) + ((n.n.name is i) + ((n.n.n.name is l) + (((ih0 1) ih0)) + ((n.n.n.name is g) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.625) (ih0 0.375) eh1)))) + ((n.n.n.name is i) + (((eh0 0.125) (eh1 0.25) (ih0 0.625) ih0)) + (((eh0 0.0769231) (eh1 0.923077) eh1)))))))))) + ((n.n.n.name is o) + ((n.name is g) + (((iy0 0.285714) (iy1 0.714286) iy1)) + ((n.name is p) + ((n.n.name is r) + (((eh1 0.0833333) (iy0 0.416667) (iy1 0.5) iy1)) + (((eh1 1) eh1))) + (((eh1 0.954545) (iy0 0.0454545) eh1)))) + ((n.n.name is r) + ((n.name is g) + (((ax0 0.272727) + (ih0 0.636364) + (iy1 0.0909091) + ih0)) + ((n.name is c) + ((n.n.n.name is e) + (((eh1 1) eh1)) + (((ax0 0.571429) (ih0 0.428571) ax0))) + (((ax0 0.0142857) + (eh1 0.128571) + (ih0 0.0714286) + (iy0 0.785714) + iy0)))) + ((n.n.name is i) + ((n.name is g) + (((ax0 0.0909091) + (eh1 0.818182) + (ih0 0.0454545) + (iy1 0.0454545) + eh1)) + ((n.name is c) + ((n.n.n.name is p) + (((ax0 0.125) (eh1 0.375) (ih0 0.5) ih0)) + (((ax0 0.416667) + (eh0 0.0833333) + (eh1 0.166667) + (ih0 0.166667) + (iy0 0.166667) + ax0))) + ((n.name is l) + ((n.n.n.name is s) + (((eh1 1) eh1)) + ((n.n.n.name is a) + (((ih0 1) ih0)) + ((n.n.n.name is g) + (((ih0 0.833333) (iy0 0.166667) ih0)) + ((n.n.n.name is e) + (((ih0 0.555556) (iy0 0.444444) ih0)) + ((n.n.n.name is n) + (((ih0 0.75) (iy0 0.25) ih0)) + (((eh1 0.6) (iy0 0.4) eh1))))))) + ((n.n.n.name is n) + ((n.name is d) + (((eh1 0.666667) (iy1 0.333333) eh1)) + ((n.name is t) + (((eh1 1) eh1)) + ((n.name is m) + (((eh1 0.571429) (iy0 0.428571) eh1)) + (((ih0 0.333333) (iy0 0.666667) iy0))))) + ((n.n.n.name is c) + (((eh1 1) eh1)) + ((n.name is d) + ((n.n.n.name is r) + (((iy1 1) iy1)) + ((n.n.n.name is s) + (((eh1 0.125) (iy0 0.75) (iy1 0.125) iy0)) + (((eh1 0.666667) (iy0 0.333333) eh1)))) + ((n.n.n.name is l) + (((eh0 0.25) (eh1 0.5) (iy0 0.25) eh1)) + ((n.n.n.name is e) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((n.n.n.name is s) + (((eh1 0.0588235) + (ey1 0.0588235) + (ih0 0.176471) + (iy0 0.647059) + (uw1 0.0588235) + iy0)) + ((n.n.n.name is g) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + ((n.name is t) + (((ih0 0.571429) (iy0 0.428571) ih0)) + ((n.n.n.name is v) + (((ih0 0.5) (iy0 0.5) ih0)) + (((iy0 1) iy0)))))))))))))) + ((n.n.name is l) + ((n.n.n.name is i) + (((eh1 0.722222) + (ih0 0.222222) + (ih1 0.0555556) + eh1)) + ((n.name is p) + (((ih0 0.277778) + (iy0 0.611111) + (iy1 0.111111) + iy0)) + ((n.name is c) + (((eh1 0.125) (ih0 0.125) (iy0 0.75) iy0)) + (((eh1 1) eh1))))) + ((n.n.n.name is c) + (((iy0 1) iy0)) + ((n.name is o) + (((iy0 1) iy0)) + ((n.n.name is h) + ((n.name is d) + (((eh1 1) eh1)) + ((n.n.n.name is a) + (((eh1 0.2) (iy0 0.8) iy0)) + ((n.name is c) + (((eh1 0.5) (iy0 0.25) (iy1 0.25) eh1)) + (((eh1 0.25) (iy0 0.75) iy0))))) + (((eh0 0.0165289) + (eh1 0.950413) + (ih0 0.00826446) + (iy0 0.00826446) + (iy1 0.0165289) + eh1)))))))))))))))))) + ((n.name is w) + ((p.name is n) + (((_epsilon_ 0.0186916) + (eh1 0.00934579) + (iy0 0.00934579) + (uw0 0.00934579) + (uw1 0.953271) + uw1)) + ((n.n.name is e) + ((n.n.n.name is l) + ((p.name is j) + (((uw1 1) uw1)) + ((p.name is l) + (((uw1 1) uw1)) + (((eh1 0.6) (uw1 0.2) (y-uw1 0.2) eh1)))) + ((n.n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.name is h) + (((_epsilon_ 0.75) (y-uw1 0.25) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.5) (uw1 0.25) (y-uw1 0.25) _epsilon_)) + (((_epsilon_ 0.2) (eh1 0.2) (uw1 0.4) (y-uw1 0.2) uw1))))))) + ((p.name is b) + (((ax0 0.142857) (ih0 0.714286) (y-uw1 0.142857) ih0)) + ((p.name is d) + ((n.n.n.name is n) + (((ax0 0.25) (uw1 0.75) uw1)) + ((n.n.n.name is l) + (((iy1 0.142857) (uw1 0.857143) uw1)) + ((n.n.n.name is r) + (((uw1 1) uw1)) + ((n.n.name is i) + (((eh1 0.333333) (uw0 0.333333) (uw1 0.333333) eh1)) + (((eh1 0.25) (iy1 0.125) (uw0 0.125) (uw1 0.5) uw1)))))) + ((p.name is l) + ((n.n.name is a) + (((uw0 0.75) (uw1 0.25) uw0)) + (((uw0 0.2) (uw1 0.8) uw1))) + ((p.name is s) + (((ow1 0.333333) (uw1 0.666667) uw1)) + ((p.name is j) + (((uw1 1) uw1)) + (((iy1 0.0666667) + (uw1 0.1) + (y-uw0 0.0333333) + (y-uw1 0.8) + y-uw1))))))))) + ((n.name is u) + ((p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is #) + ((n.n.name is m) + (((_epsilon_ 0.75) (iy1 0.25) _epsilon_)) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is k) + (((_epsilon_ 1) _epsilon_)) + ((p.name is f) + (((oy1 1) oy1)) + ((n.n.n.name is c) + (((oy1 1) oy1)) + ((n.n.n.name is s) + ((n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + (((oy1 1) oy1))) + ((n.n.name is b) + (((_epsilon_ 0.375) (oy1 0.625) oy1)) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is t) + (((_epsilon_ 0.8) (oy1 0.2) _epsilon_)) + ((p.name is h) + (((_epsilon_ 0.333333) (oy1 0.666667) oy1)) + ((p.name is m) + (((_epsilon_ 0.333333) (oy1 0.666667) oy1)) + (((_epsilon_ 0.666667) + (oy1 0.333333) + _epsilon_)))))))))))))))) + (((_epsilon_ 0.973684) (oy1 0.0263158) _epsilon_)))) + ((p.name is d) + ((n.name is l) + ((n.n.name is i) + ((n.n.n.name is s) + (((eh0 0.375) + (eh1 0.125) + (ih0 0.125) + (iy0 0.125) + (iy1 0.25) + eh0)) + ((n.n.n.name is c) + (((eh0 0.111111) (eh1 0.666667) (ih0 0.222222) eh1)) + ((n.n.n.name is l) + (((ax0 0.666667) (eh0 0.333333) ax0)) + ((n.n.n.name is b) + (((ih0 1) ih0)) + ((n.n.n.name is v) + (((ih0 1) ih0)) + ((n.n.n.name is n) + (((eh0 0.111111) (ih0 0.888889) ih0)) + ((n.n.n.name is g) + (((ih0 1) ih0)) + (((eh0 0.25) (eh1 0.25) (ey1 0.25) (ih0 0.25) eh0))))))))) + ((n.n.name is o) + ((n.n.n.name is s) + (((eh1 0.333333) (ey0 0.333333) (ih0 0.333333) eh1)) + ((n.n.n.name is r) + (((ax0 0.444444) (eh0 0.333333) (eh1 0.222222) ax0)) + (((ax0 0.285714) (eh1 0.714286) eh1)))) + ((n.n.name is e) + ((n.n.n.name is t) + (((eh1 0.166667) (ih0 0.833333) ih0)) + (((eh1 0.923077) (ih0 0.0769231) eh1))) + ((n.n.name is a) + ((n.n.n.name is y) + (((ih0 1) ih0)) + ((n.n.n.name is r) + (((eh0 1) eh0)) + ((n.n.n.name is c) + (((ax0 0.333333) (eh0 0.333333) (ey0 0.333333) ax0)) + ((n.n.n.name is n) + (((ax0 0.125) (eh1 0.625) (ih0 0.25) eh1)) + ((n.n.n.name is u) + (((eh0 0.142857) + (eh1 0.571429) + (ey0 0.142857) + (iy0 0.142857) + eh1)) + ((n.n.n.name is g) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh0 0.142857) + (eh1 0.619048) + (ey0 0.0952381) + (ih0 0.142857) + eh1)))))))) + ((n.n.name is u) + ((n.n.n.name is c) + (((eh0 0.8) (ih0 0.2) eh0)) + (((ax0 0.111111) + (eh0 0.222222) + (eh1 0.222222) + (ih0 0.444444) + ih0))) + ((n.n.n.name is o) + ((n.n.name is r) + (((eh0 1) eh0)) + ((n.n.name is m) + (((eh0 0.6) (eh1 0.2) (ey1 0.2) eh0)) + ((n.n.name is c) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((eh0 0.428571) + (eh1 0.428571) + (ih0 0.142857) + eh0))))) + ((n.n.name is l) + (((eh1 0.923077) (ey0 0.0769231) eh1)) + ((n.n.n.name is e) + (((eh1 1) eh1)) + ((n.n.name is g) + ((n.n.n.name is r) + (((eh1 1) eh1)) + (((eh0 1) eh0))) + ((n.n.name is m) + (((eh1 1) eh1)) + ((n.n.n.name is i) + ((n.n.name is f) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((eh0 0.5) (eh1 0.5) eh0))) + ((n.n.n.name is a) + ((n.n.name is t) + (((eh0 0.25) (eh1 0.75) eh1)) + (((eh0 0.5) (eh1 0.5) eh0))) + (((eh0 0.157895) (eh1 0.842105) eh1)))))))))))))) + ((n.n.name is e) + ((n.n.n.name is r) + ((n.name is t) + (((ax0 0.107143) + (eh1 0.0714286) + (ih0 0.785714) + (iy1 0.0357143) + ih0)) + ((n.name is v) + (((eh1 0.571429) (ey0 0.285714) (iy1 0.142857) eh1)) + ((n.name is s) + (((eh1 0.428571) (ih0 0.571429) ih0)) + ((n.name is f) + (((eh1 0.222222) (ih0 0.777778) ih0)) + ((n.name is m) + (((ih0 0.333333) (iy0 0.333333) (iy1 0.333333) ih0)) + (((eh1 0.142857) + (ey0 0.285714) + (ih0 0.142857) + (iy0 0.142857) + (iy1 0.285714) + ey0))))))) + ((n.name is f) + (((eh1 0.0285714) + (ih0 0.857143) + (ih1 0.0285714) + (iy1 0.0857143) + ih0)) + ((n.name is b) + ((n.n.n.name is n) + (((ax0 0.5) (eh1 0.25) (ih0 0.25) ax0)) + (((eh1 0.428571) (ih0 0.285714) (iy1 0.285714) eh1))) + ((n.n.n.name is n) + ((n.name is c) + (((ax0 0.2) (ih0 0.2) (iy1 0.6) iy1)) + ((n.name is v) + (((eh1 0.5) (ih0 0.333333) (iy1 0.166667) eh1)) + (((ax0 0.0344828) + (eh1 0.137931) + (ey0 0.0344828) + (ih0 0.793103) + ih0)))) + ((n.name is m) + ((n.n.n.name is t) + (((eh0 0.2) (ih0 0.8) ih0)) + ((n.n.n.name is a) + (((ih0 1) ih0)) + (((eh1 0.4) (ih0 0.4) (iy1 0.2) eh1)))) + ((n.name is n) + (((eh1 0.2) (ih0 0.6) (iy1 0.2) ih0)) + ((n.n.n.name is c) + (((eh0 0.0714286) + (eh1 0.0714286) + (ih0 0.857143) + ih0)) + ((n.name is t) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + ((n.n.n.name is a) + (((ih0 1) ih0)) + ((n.n.n.name is p) + (((ih0 1) ih0)) + ((n.name is v) + (((ax0 0.166667) (ih0 0.833333) ih0)) + ((n.n.n.name is l) + (((eh1 0.2) (ih0 0.8) ih0)) + ((n.name is s) + (((ih0 1) ih0)) + ((n.name is c) + (((ax0 0.222222) (ih0 0.777778) ih0)) + (((ax0 0.5) + (eh1 0.166667) + (ih0 0.333333) + ax0)))))))))))))))) + ((n.n.name is t) + ((n.name is s) + ((n.n.n.name is i) + (((eh1 1) eh1)) + ((n.n.n.name is r) + (((ih0 1) ih0)) + ((n.n.n.name is a) + (((ih0 1) ih0)) + (((eh1 0.666667) (ih0 0.333333) eh1))))) + (((eh0 0.0416667) + (eh1 0.854167) + (ey0 0.0208333) + (ih0 0.0833333) + eh1))) + ((n.n.name is k) + (((eh1 1) eh1)) + ((n.name is p) + ((n.n.name is o) + ((n.n.n.name is s) + (((ax0 0.583333) (eh1 0.166667) (ih0 0.25) ax0)) + (((ax0 0.0769231) + (eh1 0.0769231) + (ih0 0.461538) + (iy1 0.384615) + ih0))) + ((n.n.name is a) + (((ax0 0.047619) (eh0 0.047619) (ih0 0.904762) ih0)) + ((n.n.name is l) + (((ih0 1) ih0)) + ((n.n.name is i) + (((ih0 1) ih0)) + ((n.n.name is r) + ((n.n.n.name is i) + (((eh1 0.5) (ih0 0.5) eh1)) + (((eh0 0.0454545) + (eh1 0.136364) + (ey0 0.0454545) + (ih0 0.772727) + ih0))) + (((ax0 0.125) (eh1 0.75) (ih0 0.125) eh1))))))) + ((n.name is f) + ((n.n.name is u) + ((n.n.n.name is n) + (((ih0 0.333333) (iy0 0.666667) iy0)) + (((ih0 1) ih0))) + ((n.n.name is i) + ((n.n.n.name is a) + (((ih0 1) ih0)) + ((n.n.n.name is n) + (((eh1 0.333333) (ih0 0.666667) ih0)) + ((n.n.n.name is c) + (((eh1 0.5) (ih0 0.5) eh1)) + (((eh1 0.333333) (ih0 0.5) (iy0 0.166667) ih0))))) + ((n.n.n.name is e) + ((n.n.name is l) + (((ih0 1) ih0)) + ((n.n.name is r) + (((eh1 0.666667) (ih0 0.333333) eh1)) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)))) + (((eh1 0.116279) + (ey0 0.0232558) + (ih0 0.813953) + (iy1 0.0465116) + ih0))))) + ((n.name is s) + ((n.n.name is r) + (((ey0 1) ey0)) + ((n.n.name is a) + ((n.n.n.name is n) + (((eh1 0.166667) (ey0 0.333333) (ih0 0.5) ih0)) + (((eh1 0.4) (ey0 0.2) (ih0 0.2) (iy0 0.2) eh1))) + ((n.n.name is h) + (((eh1 0.818182) + (ey0 0.0909091) + (ih0 0.0909091) + eh1)) + ((n.n.n.name is r) + (((eh1 0.125) (ih0 0.875) ih0)) + ((n.n.name is s) + (((ih0 1) ih0)) + ((n.n.name is m) + (((eh1 0.714286) + (ih0 0.142857) + (iy1 0.142857) + eh1)) + ((n.n.n.name is i) + (((ih0 1) ih0)) + ((n.n.name is i) + ((n.n.n.name is g) + (((eh1 0.5) (ih0 0.5) eh1)) + (((eh1 0.222222) + (ih0 0.666667) + (iy1 0.111111) + ih0))) + ((n.n.n.name is e) + ((n.n.name is c) + (((eh0 0.125) (ih0 0.875) ih0)) + (((eh1 1) eh1))) + ((n.n.name is p) + ((n.n.n.name is a) + (((ih0 1) ih0)) + (((eh1 0.5) (ih0 0.5) eh1))) + (((eh1 0.714286) + (ey0 0.0952381) + (ih0 0.190476) + eh1)))))))))))) + ((n.name is n) + ((n.n.name is a) + (((ih0 0.9) (iy1 0.1) ih0)) + ((n.n.name is o) + ((n.n.n.name is u) + (((ey1 0.2) (ih0 0.8) ih0)) + ((n.n.n.name is m) + (((ih0 1) ih0)) + ((n.n.n.name is t) + (((ih0 1) ih0)) + (((eh1 0.666667) (iy1 0.333333) eh1))))) + ((n.n.name is u) + (((ax0 0.166667) (ih0 0.833333) ih0)) + ((n.n.name is i) + ((n.n.n.name is z) + (((eh1 0.666667) (ey1 0.333333) eh1)) + ((n.n.n.name is g) + (((eh1 1) eh1)) + ((n.n.n.name is a) + (((ih0 1) ih0)) + ((n.n.n.name is s) + (((eh1 0.666667) (ih0 0.333333) eh1)) + (((eh1 0.25) (ih0 0.625) (iy1 0.125) ih0)))))) + (((eh0 0.0181818) + (eh1 0.836364) + (ih0 0.0545455) + (ih1 0.0181818) + (iy1 0.0727273) + eh1)))))) + ((n.n.n.name is #) + (((eh1 0.538462) (ey1 0.230769) (iy1 0.230769) eh1)) + ((n.name is b) + ((n.n.name is a) + ((n.n.n.name is r) + (((ey0 0.25) (ih0 0.75) ih0)) + ((n.n.n.name is c) + (((ax0 0.333333) + (ey0 0.333333) + (iy1 0.333333) + ax0)) + ((n.n.n.name is u) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.8) (ih0 0.2) ax0))))) + ((n.n.n.name is t) + (((eh1 0.5) (ey0 0.333333) (ey1 0.166667) eh1)) + ((n.n.name is i) + (((ax0 0.75) (ih0 0.25) ax0)) + ((n.n.n.name is u) + (((eh1 1) eh1)) + ((n.n.name is r) + (((ax0 0.25) (eh1 0.25) (ih0 0.5) ih0)) + ((n.n.n.name is n) + (((eh1 0.2) (ih0 0.8) ih0)) + ((n.n.name is u) + (((eh1 0.6) (ih0 0.2) (iy0 0.2) eh1)) + ((n.n.n.name is a) + (((eh1 0.25) (ih0 0.5) (iy1 0.25) ih0)) + (((eh1 0.666667) + (ih0 0.266667) + (iy1 0.0666667) + eh1)))))))))) + ((n.name is j) + ((n.n.name is a) + (((eh1 0.666667) (ih0 0.333333) eh1)) + (((ax0 1) ax0))) + ((n.name is c) + ((n.n.name is a) + ((n.n.n.name is d) + (((eh0 0.5) (eh1 0.5) eh0)) + ((n.n.n.name is y) + (((ax0 1) ax0)) + ((n.n.n.name is f) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((ax0 0.125) + (eh1 0.0625) + (ih0 0.5625) + (iy0 0.125) + (iy1 0.125) + ih0))))) + ((n.n.name is o) + ((n.n.n.name is u) + (((eh1 0.4) (ih0 0.2) (iy0 0.4) eh1)) + ((n.n.n.name is m) + (((eh1 0.2) (iy1 0.8) iy1)) + ((n.n.n.name is r) + (((eh1 0.666667) + (ih0 0.25) + (iy1 0.0833333) + eh1)) + ((n.n.n.name is d) + (((ih0 1) ih0)) + ((n.n.n.name is n) + (((ih0 0.333333) (iy1 0.666667) iy1)) + (((ax0 0.142857) + (eh1 0.285714) + (ih0 0.428571) + (iy1 0.142857) + ih0))))))) + ((n.n.name is h) + (((eh1 1) eh1)) + ((n.n.n.name is e) + ((n.n.name is l) + (((ax0 1) ax0)) + (((ax0 0.111111) + (ih0 0.777778) + (iy1 0.111111) + ih0))) + ((n.n.n.name is m) + (((eh1 0.75) (ih0 0.25) eh1)) + ((n.n.name is r) + (((ax0 0.142857) (ih0 0.857143) ih0)) + ((n.n.n.name is d) + (((ax0 0.2) (ih0 0.8) ih0)) + ((n.n.n.name is p) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((n.n.n.name is s) + (((ih0 1) ih0)) + ((n.n.name is l) + (((eh1 0.1875) (ih0 0.8125) ih0)) + (((eh1 0.833333) (ih0 0.166667) eh1)))))))))))) + ((n.n.n.name is e) + ((n.name is g) + ((n.n.name is r) + (((eh1 0.25) (ih0 0.75) ih0)) + (((eh1 0.666667) (ih0 0.333333) eh1))) + (((eh1 0.9375) (ih0 0.0625) eh1))) + ((n.n.name is i) + ((n.n.n.name is a) + (((iy0 0.125) (iy1 0.875) iy1)) + ((n.name is m) + ((n.n.n.name is c) + (((eh1 1) eh1)) + ((n.n.n.name is l) + (((ih0 0.5) (iy0 0.5) ih0)) + (((ax0 0.333333) + (ey1 0.333333) + (ih0 0.333333) + ax0)))) + ((n.n.n.name is l) + (((ax0 0.285714) (eh1 0.714286) eh1)) + ((n.name is d) + (((eh1 0.833333) (ey0 0.166667) eh1)) + ((n.n.n.name is n) + (((ax0 0.111111) + (eh0 0.111111) + (eh1 0.444444) + (ey0 0.111111) + (ih0 0.222222) + eh1)) + (((ih0 0.916667) (iy1 0.0833333) ih0))))))) + ((n.name is o) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((n.n.name is u) + ((n.name is g) + (((eh1 0.333333) + (ey0 0.333333) + (ih0 0.333333) + eh1)) + (((eh1 0.0454545) + (ih0 0.818182) + (iy0 0.0454545) + (iy1 0.0909091) + ih0))) + ((n.n.n.name is n) + ((n.name is t) + (((eh1 1) eh1)) + ((n.name is v) + ((n.n.name is a) + (((eh1 0.75) (ih0 0.25) eh1)) + (((eh1 0.333333) (ih0 0.666667) ih0))) + ((n.n.name is a) + (((ih0 0.666667) (iy1 0.333333) ih0)) + (((ax0 0.1) + (eh1 0.45) + (ih0 0.15) + (iy1 0.3) + eh1))))) + ((n.n.n.name is s) + ((n.n.name is o) + (((ax0 0.25) + (eh1 0.25) + (ih0 0.25) + (iy1 0.25) + ax0)) + ((n.name is v) + (((eh1 1) eh1)) + ((n.n.name is a) + (((ih0 0.5) (iy1 0.5) ih0)) + (((eh1 0.8) (iy0 0.2) eh1))))) + ((n.name is t) + ((n.n.n.name is l) + (((eh1 1) eh1)) + ((n.n.name is a) + (((ih0 0.923077) (iy1 0.0769231) ih0)) + ((n.n.n.name is i) + (((eh1 0.8) (ih0 0.2) eh1)) + (((ax0 0.0588235) + (eh1 0.0588235) + (ih0 0.705882) + (iy0 0.0588235) + (iy1 0.117647) + ih0))))) + ((n.name is v) + ((n.n.name is a) + (((ey0 0.1) (ih0 0.8) (iy1 0.1) ih0)) + ((n.n.n.name is l) + (((eh1 0.8) (ih0 0.2) eh1)) + ((n.n.n.name is u) + (((ih0 1) ih0)) + ((n.n.n.name is t) + (((eh1 0.125) (ih0 0.875) ih0)) + ((n.n.n.name is i) + (((eh1 0.333333) + (ih0 0.666667) + ih0)) + (((eh1 0.75) (ih0 0.25) eh1))))))) + ((n.name is m) + ((n.n.name is o) + ((n.n.n.name is r) + (((ey0 0.2) (ih0 0.8) ih0)) + ((n.n.n.name is t) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((n.n.n.name is l) + (((eh1 0.25) (ih0 0.75) ih0)) + (((ax0 0.0666667) + (eh1 0.466667) + (ih0 0.4) + (iy1 0.0666667) + eh1))))) + ((n.n.name is a) + ((n.n.n.name is r) + (((ax0 0.0526316) + (eh0 0.0526316) + (eh1 0.421053) + (ih0 0.421053) + (iy1 0.0526316) + eh1)) + ((n.n.n.name is g) + (((eh1 0.8) (ih0 0.2) eh1)) + (((eh1 0.142857) + (ey0 0.142857) + (ih0 0.714286) + ih0)))) + ((n.n.name is b) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh0 0.125) (eh1 0.875) eh1))))) + ((n.n.n.name is a) + ((n.n.name is r) + (((eh1 0.4375) (ih0 0.5625) ih0)) + (((eh1 1) eh1))) + ((n.n.name is o) + (((eh1 0.833333) (ey0 0.166667) eh1)) + ((n.n.name is r) + (((ax0 0.2) (eh1 0.8) eh1)) + ((n.name is h) + (((ax0 0.25) + (eh1 0.5) + (ih0 0.25) + eh1)) + (((ax0 0.333333) + (eh1 0.166667) + (ey0 0.166667) + (ih0 0.333333) + ax0))))))))))))))))))))))))))) + ((p.p.name is #) + ((n.name is y) + ((n.n.name is e) + (((_epsilon_ 0.964286) (ey1 0.0357143) _epsilon_)) + ((p.name is k) + ((n.n.n.name is e) + (((_epsilon_ 0.25) (ey1 0.5) (iy1 0.25) ey1)) + (((ey1 0.0833333) (iy1 0.916667) iy1))) + ((n.n.name is r) + (((eh1 0.6) (ey1 0.4) eh1)) + ((n.n.n.name is e) + ((p.name is h) + (((ey1 1) ey1)) + ((p.name is s) + (((ey1 1) ey1)) + ((n.n.name is s) + (((_epsilon_ 0.5) (ey1 0.5) _epsilon_)) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1))))) + ((n.n.name is o) + (((ey0 0.333333) (ey1 0.333333) (ih0 0.333333) ey0)) + (((ey1 0.934783) (ih0 0.0217391) (iy1 0.0434783) ey1))))))) + ((n.name is o) + ((n.n.n.name is g) + ((p.name is g) + (((_epsilon_ 0.85) + (ey1 0.05) + (iy0 0.05) + (iy1 0.05) + _epsilon_)) + (((_epsilon_ 0.25) (eh1 0.5) (iy1 0.25) eh1))) + ((p.name is l) + ((n.n.n.name is e) + (((eh0 0.5) (iy0 0.166667) (iy1 0.333333) eh0)) + ((n.n.n.name is o) + (((eh0 0.4) (iy1 0.6) iy1)) + ((n.n.name is n) + ((n.n.n.name is h) + (((eh1 0.666667) (iy1 0.333333) eh1)) + (((eh0 0.416667) (eh1 0.25) (iy1 0.333333) eh0))) + (((eh1 0.6) (ih0 0.2) (iy1 0.2) eh1))))) + ((p.name is j) + (((eh1 1) eh1)) + ((n.n.name is l) + ((p.name is n) + (((iy0 0.333333) (iy1 0.666667) iy1)) + (((iy0 0.857143) (iy1 0.142857) iy0))) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) (ey0 0.166667) (iy1 0.5) iy1)) + ((n.n.name is f) + (((eh1 0.333333) (iy1 0.666667) iy1)) + ((n.n.name is w) + (((ey1 0.333333) (iy1 0.666667) iy1)) + ((n.n.name is p) + (((iy1 1) iy1)) + ((n.n.name is n) + (((iy1 1) iy1)) + ((n.n.n.name is h) + (((_epsilon_ 0.25) (iy1 0.75) iy1)) + ((n.n.n.name is l) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + ((n.n.n.name is r) + (((iy0 0.5) (iy1 0.5) iy0)) + ((p.name is g) + (((iy0 0.153846) (iy1 0.846154) iy1)) + ((n.n.name is d) + (((iy0 0.333333) (iy1 0.666667) iy1)) + (((iy0 0.5) (iy1 0.5) iy0)))))))))))))))) + ((p.name is o) + (((_epsilon_ 0.958333) (eh1 0.0416667) _epsilon_)) + ((n.n.name is t) + ((p.name is a) + (((_epsilon_ 0.8) (eh1 0.2) _epsilon_)) + ((n.name is n) + ((n.n.n.name is u) + ((p.name is v) + (((eh0 0.6) (eh1 0.4) eh0)) + (((ax0 0.142857) (eh0 0.285714) (eh1 0.571429) eh1))) + ((p.name is c) + ((n.n.n.name is o) + (((eh0 0.5) (eh1 0.5) eh0)) + (((eh0 0.125) (eh1 0.875) eh1))) + (((eh0 0.0538922) + (eh1 0.94012) + (ey0 0.00598802) + eh1)))) + ((n.n.n.name is o) + ((p.name is b) + ((n.name is s) (((ih0 1) ih0)) (((eh1 1) eh1))) + ((p.name is n) + (((eh0 0.5) (eh1 0.5) eh0)) + ((p.name is l) + ((n.name is f) + (((eh1 1) eh1)) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0))) + (((eh0 0.0357143) (eh1 0.964286) eh1))))) + ((p.name is s) + ((n.n.n.name is l) + (((eh1 1) eh1)) + ((n.n.n.name is e) + ((n.name is t) + (((eh1 1) eh1)) + (((eh0 0.75) (eh1 0.25) eh0))) + ((n.n.n.name is a) + (((eh0 0.5) (eh1 0.5) eh0)) + (((eh0 0.117647) (eh1 0.882353) eh1))))) + ((n.n.n.name is e) + (((ax0 0.00719424) + (eh1 0.978417) + (ih0 0.00719424) + (iy1 0.00719424) + eh1)) + ((n.name is l) + (((eh1 1) eh1)) + ((p.name is f) + (((eh0 0.272727) (eh1 0.727273) eh1)) + ((n.n.n.name is a) + ((p.name is g) + (((ax0 0.333333) + (eh0 0.333333) + (eh1 0.333333) + ax0)) + ((n.name is t) + (((eh1 0.875) (ih0 0.125) eh1)) + ((p.name is w) + (((eh1 1) eh1)) + ((p.name is m) + (((eh1 1) eh1)) + ((p.name is t) + (((eh1 1) eh1)) + ((p.name is v) + (((eh1 1) eh1)) + ((n.name is c) + (((eh1 1) eh1)) + (((eh0 0.5) (eh1 0.5) eh0))))))))) + (((ax0 0.00813008) + (eh0 0.0365854) + (eh1 0.947154) + (ih0 0.00813008) + eh1)))))))))) + ((n.n.n.name is #) + ((n.n.name is e) + ((n.name is t) + (((eh1 0.333333) (ey1 0.333333) (iy1 0.333333) eh1)) + ((p.name is s) + (((eh1 0.75) (iy1 0.25) eh1)) + (((eh1 0.153846) (iy1 0.846154) iy1)))) + ((n.n.name is a) + ((n.name is n) + (((eh1 0.454545) (iy1 0.545455) iy1)) + ((n.name is l) + (((eh1 0.857143) (iy1 0.142857) eh1)) + ((n.name is d) + (((eh1 0.125) (ey1 0.75) (iy1 0.125) ey1)) + ((n.name is v) + (((eh1 0.25) (ey1 0.75) ey1)) + ((p.name is m) + (((eh1 0.6) (ey1 0.2) (iy1 0.2) eh1)) + ((n.name is t) + (((eh1 0.5) (ey1 0.333333) (iy1 0.166667) eh1)) + (((ey1 0.333333) (iy1 0.666667) iy1)))))))) + ((n.n.name is o) + ((p.name is m) + (((eh1 1) eh1)) + ((p.name is s) + (((eh1 0.75) (iy1 0.25) eh1)) + ((n.name is c) + (((ey1 0.2) (iy1 0.8) iy1)) + ((n.name is t) + (((ey1 0.333333) (iy1 0.666667) iy1)) + ((p.name is l) + (((eh1 0.5) (ey1 0.5) eh1)) + ((n.name is n) + (((eh1 0.166667) + (ey1 0.5) + (iy1 0.333333) + ey1)) + (((eh1 0.571429) + (ey1 0.285714) + (iy1 0.142857) + eh1)))))))) + (((eh1 0.964126) + (ey1 0.00896861) + (iy0 0.0044843) + (iy1 0.0224215) + eh1))))) + ((p.name is b) + ((n.n.name is i) + ((n.name is n) + ((n.n.n.name is g) + (((ax0 0.25) (eh0 0.25) (ih0 0.5) ih0)) + ((n.n.n.name is n) + (((eh0 0.666667) (iy1 0.333333) eh0)) + (((ax0 0.166667) + (eh0 0.166667) + (eh1 0.5) + (ey0 0.166667) + eh1)))) + ((n.name is v) + (((eh1 0.875) (iy1 0.125) eh1)) + ((n.n.n.name is e) + (((ax0 0.266667) (ih0 0.733333) ih0)) + ((n.n.n.name is s) + (((eh1 0.666667) (iy1 0.333333) eh1)) + ((n.name is g) + (((ih0 1) ih0)) + ((n.n.n.name is n) + (((ax0 0.166667) + (eh1 0.333333) + (ih0 0.333333) + (iy1 0.166667) + eh1)) + (((eh1 0.272727) (ih0 0.727273) ih0)))))))) + ((n.n.name is a) + ((n.name is t) + (((ax0 0.2) (eh1 0.2) (ey1 0.6) ey1)) + ((n.n.n.name is v) + (((ey0 0.222222) (ih0 0.777778) ih0)) + ((n.n.n.name is i) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((n.n.n.name is r) + (((eh0 0.142857) + (eh1 0.142857) + (ey0 0.285714) + (ih0 0.428571) + ih0)) + ((n.n.n.name is b) + (((ih0 1) ih0)) + ((n.n.n.name is l) + (((eh0 0.25) (ih0 0.75) ih0)) + ((n.name is n) + (((eh0 0.285714) (eh1 0.714286) eh1)) + ((n.n.n.name is n) + (((eh1 0.7) (ih0 0.2) (iy1 0.1) eh1)) + ((n.name is l) + (((eh0 0.25) (eh1 0.5) (ih0 0.25) eh1)) + (((ax0 0.111111) + (eh0 0.333333) + (eh1 0.111111) + (ih0 0.333333) + (iy1 0.111111) + eh0))))))))))) + ((n.n.name is o) + ((n.name is d) + (((eh0 0.2) (eh1 0.6) (ey0 0.2) eh1)) + ((n.name is n) + (((ax0 0.2) (eh0 0.2) (eh1 0.4) (iy1 0.2) eh1)) + ((n.name is h) + (((ih0 0.6) (iy0 0.2) (iy1 0.2) ih0)) + ((n.n.n.name is n) + (((eh0 0.142857) (ih0 0.857143) ih0)) + ((n.name is m) + (((ih0 1) ih0)) + ((n.n.n.name is m) + (((ih0 1) ih0)) + ((n.name is l) + (((eh0 0.142857) + (eh1 0.428571) + (ih0 0.428571) + eh1)) + ((n.name is f) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.5) (ih0 0.25) (iy1 0.25) eh1)))))))))) + ((n.n.name is u) + ((n.name is g) + (((ey1 0.5) (ih0 0.5) ey1)) + ((n.name is q) + (((ax0 0.25) (ih0 0.75) ih0)) + ((n.name is l) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((eh1 0.25) (ih0 0.75) ih0))))) + ((n.n.name is e) + ((n.name is n) + ((n.n.n.name is v) + (((ax0 0.5) (eh1 0.5) ax0)) + (((ax0 0.0285714) + (eh0 0.0285714) + (eh1 0.857143) + (ih0 0.0857143) + eh1))) + ((n.name is v) + (((eh1 0.909091) (iy1 0.0909091) eh1)) + ((n.n.n.name is r) + (((eh0 0.25) + (eh1 0.25) + (ey0 0.25) + (iy1 0.25) + eh0)) + ((n.n.n.name is t) + (((eh0 0.166667) (ih0 0.833333) ih0)) + ((n.n.n.name is a) + (((ax0 0.2) (ih0 0.8) ih0)) + ((n.n.n.name is l) + (((eh1 0.5) + (ey1 0.166667) + (ih0 0.333333) + eh1)) + ((n.name is h) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((n.n.n.name is v) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.0909091) + (eh1 0.636364) + (ih0 0.0909091) + (iy1 0.181818) + eh1)))))))))) + ((n.n.name is r) + ((n.name is h) + (((eh1 1) eh1)) + ((n.n.n.name is o) + (((eh0 0.25) (eh1 0.75) eh1)) + (((ih0 0.909091) (iy1 0.0909091) ih0)))) + ((n.n.name is k) + (((eh1 1) eh1)) + ((n.n.name is p) + (((eh1 0.25) (ih0 0.75) ih0)) + ((n.n.n.name is a) + ((n.name is l) + ((n.n.name is l) + (((eh0 0.333333) + (eh1 0.583333) + (ih0 0.0833333) + eh1)) + ((n.n.name is g) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((eh0 0.2) (eh1 0.6) (ey1 0.2) eh1)))) + (((eh0 0.0689655) + (eh1 0.827586) + (ih0 0.0689655) + (ih1 0.0344828) + eh1))) + ((n.n.name is y) + (((eh0 0.2) + (eh1 0.4) + (ey1 0.2) + (ih0 0.2) + eh1)) + ((n.n.n.name is u) + (((ax0 0.166667) + (eh0 0.166667) + (eh1 0.5) + (ey0 0.166667) + eh1)) + ((n.n.n.name is e) + ((n.name is n) + ((n.n.name is v) + (((eh0 1) eh0)) + (((eh0 0.1) (eh1 0.85) (ih0 0.05) eh1))) + ((n.name is t) + ((n.n.name is h) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0))) + (((ax0 0.0243902) + (eh1 0.902439) + (ih0 0.0731707) + eh1)))) + ((n.n.name is l) + (((ax0 0.0681818) + (eh0 0.159091) + (eh1 0.772727) + eh1)) + ((n.n.name is d) + (((eh1 0.944444) (ih0 0.0555556) eh1)) + ((n.n.n.name is h) + (((eh1 1) eh1)) + ((n.n.name is c) + (((eh0 0.5) (eh1 0.5) eh0)) + ((n.name is n) + (((eh1 1) eh1)) + ((n.n.name is g) + (((eh1 1) eh1)) + ((n.name is c) + (((eh1 1) eh1)) + ((n.name is d) + (((eh1 1) eh1)) + ((n.n.n.name is k) + (((eh1 1) eh1)) + ((n.n.name is v) + (((eh1 1) eh1)) + ((n.n.name is z) + (((eh1 1) eh1)) + ((n.name is t) + (((eh0 0.142857) + (eh1 0.857143) + eh1)) + ((n.n.name is s) + ((n.n.n.name is o) + (((eh1 1) eh1)) + (((eh0 0.5) (eh1 0.5) eh0))) + (((eh0 0.214286) + (eh1 0.785714) + eh1))))))))))))))))))))))))))) + ((n.n.n.name is e) + ((n.name is q) + (((ax0 0.153846) + (ey0 0.153846) + (ih0 0.307692) + (iy1 0.384615) + iy1)) + ((n.n.name is r) + ((n.name is c) + (((ax0 0.214286) + (eh1 0.357143) + (iy1 0.428571) + iy1)) + ((p.name is g) + (((aa1 0.666667) (eh1 0.333333) aa1)) + (((ax0 0.0285714) + (eh0 0.0857143) + (eh1 0.8) + (ih0 0.0857143) + eh1)))) + ((n.n.name is i) + ((n.name is n) + (((eh0 0.2) (iy1 0.8) iy1)) + (((ax0 0.0555556) + (eh1 0.722222) + (ih0 0.166667) + (iy1 0.0555556) + eh1))) + ((n.name is g) + ((p.name is n) + (((ax0 0.333333) (eh1 0.166667) (ih0 0.5) ih0)) + (((ax0 0.0769231) + (eh1 0.807692) + (ey0 0.0384615) + (ey1 0.0384615) + (ih0 0.0384615) + eh1))) + ((n.name is c) + (((_epsilon_ 0.0740741) + (ax0 0.037037) + (eh0 0.037037) + (eh1 0.814815) + (ih0 0.037037) + eh1)) + ((p.name is v) + ((n.name is s) + (((eh1 0.857143) (ey0 0.142857) eh1)) + ((n.name is n) + ((n.n.name is d) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh1 1) eh1))) + ((n.name is l) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((eh1 0.333333) (iy1 0.666667) iy1))))) + ((p.name is z) + ((n.name is n) + (((eh1 0.333333) (iy1 0.666667) iy1)) + (((eh1 1) eh1))) + (((ax0 0.0042735) + (eh0 0.017094) + (eh1 0.960114) + (ey0 0.00712251) + (ey1 0.0042735) + (ih0 0.00712251) + eh1))))))))) + ((n.n.n.name is i) + ((n.name is q) + ((p.name is s) + (((eh1 0.25) (iy1 0.75) iy1)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ey0 0.333333) + _epsilon_))) + ((n.n.name is a) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + ((n.n.name is e) + (((ax0 0.25) (eh1 0.25) (ey0 0.5) ey0)) + ((p.name is m) + (((ax0 0.0322581) + (eh0 0.0483871) + (eh1 0.854839) + (ey0 0.0483871) + (ih0 0.016129) + eh1)) + ((n.name is g) + ((p.name is n) + (((eh1 1) eh1)) + ((n.n.name is g) + (((eh1 1) eh1)) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0)))) + ((n.n.name is r) + (((aa0 0.0175439) + (eh0 0.122807) + (eh1 0.842105) + (iy1 0.0175439) + eh1)) + ((n.name is h) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + ((p.name is l) + ((n.name is m) + (((eh1 0.75) (ih0 0.25) eh1)) + ((n.n.name is s) + (((eh1 1) eh1)) + ((n.name is n) + ((n.n.name is n) + (((eh1 1) eh1)) + (((eh0 0.5) (eh1 0.5) eh0))) + (((eh0 0.181818) (eh1 0.818182) eh1))))) + ((n.name is d) + (((eh1 0.846154) (ih0 0.153846) eh1)) + ((p.name is p) + ((n.n.name is l) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((eh0 0.0263158) + (eh1 0.947368) + (ih0 0.0263158) + eh1))) + (((eh0 0.0147783) + (eh1 0.980296) + (iy1 0.00492611) + eh1)))))))))))) + ((n.n.name is s) + ((n.n.n.name is a) + ((p.name is s) + (((eh0 0.75) (eh1 0.25) eh0)) + (((eh0 0.111111) (eh1 0.888889) eh1))) + (((ax0 0.00787402) (eh1 0.992126) eh1))) + ((n.n.name is l) + (((ax0 0.0165746) + (eh0 0.0220994) + (eh1 0.939227) + (ih0 0.0165746) + (iy1 0.00552486) + eh1)) + ((n.n.name is d) + ((n.n.n.name is o) + ((p.name is m) + (((eh0 0.625) (eh1 0.375) eh0)) + (((eh0 0.133333) (eh1 0.866667) eh1))) + (((aa1 0.00943396) + (eh0 0.00943396) + (eh1 0.95283) + (ih0 0.0283019) + eh1))) + ((n.name is h) + ((p.name is v) + (((iy0 0.166667) (iy1 0.833333) iy1)) + ((n.n.name is a) + ((p.name is m) + (((ax0 0.25) (eh1 0.25) (ey1 0.5) ey1)) + (((ax0 0.25) + (ey0 0.25) + (ey1 0.25) + (iy1 0.25) + ax0))) + ((p.name is n) + (((_epsilon_ 0.333333) + (ey1 0.333333) + (iy1 0.333333) + _epsilon_)) + ((p.name is l) + ((n.n.name is r) + (((eh1 1) eh1)) + ((n.n.name is m) + (((eh1 0.333333) + (ey1 0.333333) + (iy1 0.333333) + eh1)) + (((ey1 0.666667) (iy1 0.333333) ey1)))) + ((p.name is t) + ((n.n.name is e) + (((eh1 1) eh1)) + (((ey1 1) ey1))) + (((_epsilon_ 0.0333333) + (ax0 0.0333333) + (eh1 0.866667) + (ey0 0.0333333) + (ih0 0.0333333) + eh1))))))) + ((n.n.name is u) + ((p.name is s) + ((n.n.n.name is r) + ((n.name is c) + (((ih0 1) ih0)) + (((ey0 0.666667) (ey1 0.333333) ey0))) + ((n.name is p) + (((ax0 0.333333) (ey0 0.666667) ey0)) + ((n.n.n.name is c) + (((ax0 0.142857) (ih0 0.857143) ih0)) + ((n.n.n.name is o) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.916667) (ih0 0.0833333) eh1)))))) + ((n.n.n.name is s) + ((p.name is m) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh0 0.1) (eh1 0.1) (iy1 0.8) iy1))) + ((p.name is p) + ((n.name is t) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((ax0 0.2) (ih0 0.8) ih0))) + ((n.n.n.name is t) + (((eh0 0.666667) (eh1 0.333333) eh0)) + ((n.name is s) + (((ax0 0.166667) + (eh0 0.333333) + (eh1 0.333333) + (iy1 0.166667) + eh0)) + ((p.name is l) + (((eh1 0.75) (iy1 0.25) eh1)) + ((n.name is n) + (((eh1 1) eh1)) + ((p.name is n) + (((eh1 1) eh1)) + ((p.name is m) + (((eh0 0.25) (eh1 0.75) eh1)) + ((n.n.n.name is l) + (((ax0 0.25) + (eh0 0.25) + (eh1 0.25) + (ih0 0.25) + ax0)) + (((ax0 0.2) (eh1 0.4) (ih0 0.4) eh1)))))))))))) + ((p.name is c) + ((n.name is l) + ((n.n.n.name is b) + (((ax0 0.272727) (eh1 0.727273) eh1)) + ((n.n.name is i) + ((n.n.n.name is n) + (((ax0 0.666667) (eh0 0.333333) ax0)) + (((eh1 0.6) (iy1 0.4) eh1))) + ((n.n.n.name is s) + (((ax0 0.25) + (eh0 0.5) + (eh1 0.125) + (ih0 0.125) + eh0)) + ((n.n.n.name is n) + (((eh0 0.714286) (eh1 0.285714) eh0)) + (((eh1 0.666667) (ey0 0.333333) eh1)))))) + ((n.n.n.name is a) + ((n.name is p) + (((eh1 1) eh1)) + (((eh0 0.25) (eh1 0.25) (ey1 0.5) ey1))) + ((n.name is m) + ((n.n.n.name is n) + (((ax0 0.333333) + (eh0 0.333333) + (ih0 0.333333) + ax0)) + (((eh1 1) eh1))) + ((n.n.n.name is l) + ((n.name is c) + ((n.n.name is i) + (((ih0 0.666667) (iy1 0.333333) ih0)) + (((eh0 0.666667) (ih0 0.333333) eh0))) + (((eh0 0.5) (ey0 0.5) eh0))) + ((n.n.n.name is c) + (((ey0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ey0)) + ((n.name is p) + (((eh1 0.333333) (ey0 0.666667) ey0)) + ((n.name is s) + (((eh0 0.5) + (ey0 0.166667) + (iy1 0.333333) + eh0)) + ((n.name is d) + (((eh0 0.1) + (eh1 0.1) + (ey0 0.1) + (iy1 0.7) + iy1)) + ((n.name is c) + (((eh0 0.5) + (eh1 0.25) + (iy1 0.25) + eh0)) + (((eh1 0.75) (iy1 0.25) eh1))))))))))) + ((n.n.n.name is t) + ((n.name is g) + ((n.n.name is o) + (((ax0 0.625) (ih0 0.375) ax0)) + ((n.n.name is i) + (((ax0 0.5) (eh1 0.125) (ih0 0.375) ax0)) + (((eh1 0.75) (ih0 0.2) (iy1 0.05) eh1)))) + ((p.name is v) + ((n.n.name is e) + (((ax0 0.333333) + (eh0 0.333333) + (ih0 0.333333) + ax0)) + (((eh0 1) eh0))) + ((n.name is t) + (((ax0 0.4) + (eh0 0.2) + (eh1 0.266667) + (ih0 0.133333) + ax0)) + ((p.name is g) + ((n.n.name is e) + (((ax0 0.625) + (eh1 0.25) + (ih0 0.125) + ax0)) + (((ax0 0.142857) (eh1 0.857143) eh1))) + ((p.name is n) + (((eh0 0.125) + (eh1 0.75) + (ey1 0.125) + eh1)) + ((p.name is h) + (((ax0 0.0588235) (eh1 0.941176) eh1)) + ((n.name is s) + ((p.name is p) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh0 0.25) (eh1 0.75) eh1))) + ((n.n.name is a) + ((n.name is n) + (((ax0 0.142857) + (eh0 0.142857) + (eh1 0.714286) + eh1)) + ((n.name is d) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + (((eh1 0.75) (ih0 0.25) eh1)))) + ((n.name is m) + (((ax0 0.0833333) + (eh0 0.166667) + (eh1 0.75) + eh1)) + ((n.n.name is i) + ((n.name is v) + (((eh1 0.818182) + (ih0 0.181818) + eh1)) + ((n.name is d) + (((eh0 0.111111) + (eh1 0.777778) + (ih0 0.111111) + eh1)) + ((p.name is m) + (((eh0 1) eh0)) + (((eh0 0.25) + (eh1 0.625) + (iy1 0.125) + eh1))))) + (((eh0 0.05) + (eh1 0.875) + (ih0 0.075) + eh1)))))))))))) + ((n.n.name is c) + ((n.n.n.name is a) + ((p.name is m) + (((eh1 1) eh1)) + (((ax0 0.25) (eh0 0.5) (eh1 0.25) eh0))) + ((p.name is m) + ((n.name is n) + (((eh0 0.5) (eh1 0.5) eh0)) + (((eh0 0.111111) + (eh1 0.777778) + (ey0 0.111111) + eh1))) + (((eh0 0.0123457) (eh1 0.987654) eh1)))) + ((p.name is h) + ((n.n.name is o) + ((n.n.n.name is r) + (((eh1 1) eh1)) + (((ax0 0.1) (eh1 0.3) (iy1 0.6) iy1))) + ((n.n.name is i) + ((n.n.n.name is o) + (((eh1 0.166667) (iy1 0.833333) iy1)) + ((n.name is l) + ((n.n.n.name is c) + (((eh1 1) eh1)) + (((eh1 0.2) (ih0 0.2) (iy1 0.6) iy1))) + (((eh1 0.909091) (ey1 0.0909091) eh1)))) + (((eh0 0.032) + (eh1 0.88) + (ey1 0.008) + (ih0 0.024) + (iy0 0.016) + (iy1 0.04) + eh1)))) + ((p.name is t) + ((n.name is j) + (((eh1 0.2) (ey0 0.6) (iy1 0.2) ey0)) + ((n.name is l) + (((eh0 0.0533333) (eh1 0.946667) eh1)) + ((n.n.n.name is c) + (((ax0 0.6) (eh1 0.4) ax0)) + ((n.n.name is e) + ((n.name is n) + (((eh1 1) eh1)) + ((n.n.n.name is s) + (((eh0 0.666667) + (iy1 0.333333) + eh0)) + ((n.n.n.name is r) + (((ax0 0.25) + (eh1 0.25) + (iy1 0.5) + iy1)) + (((eh1 0.333333) + (ey0 0.333333) + (ih0 0.333333) + eh1))))) + ((n.n.name is i) + (((eh1 0.333333) (iy1 0.666667) iy1)) + ((n.name is s) + ((n.n.n.name is r) + (((eh0 0.666667) + (ih0 0.333333) + eh0)) + (((eh1 1) eh1))) + (((eh0 0.0853659) + (eh1 0.902439) + (iy1 0.0121951) + eh1)))))))) + ((n.n.name is e) + ((n.name is t) + ((p.name is v) + (((eh1 1) eh1)) + ((n.n.n.name is r) + (((eh1 0.05) + (ih0 0.1) + (iy1 0.85) + iy1)) + ((p.name is m) + (((eh1 0.2) (iy1 0.8) iy1)) + ((p.name is k) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0)))))) + ((n.n.n.name is r) + ((n.name is n) + (((ax0 0.117647) (eh1 0.882353) eh1)) + ((p.name is m) + ((n.name is s) + (((eh0 0.666667) + (eh1 0.333333) + eh0)) + (((eh1 0.4) + (ey0 0.4) + (iy1 0.2) + eh1))) + ((p.name is s) + (((ax0 0.12) + (eh0 0.08) + (eh1 0.6) + (ey0 0.04) + (ih0 0.04) + (iy1 0.12) + eh1)) + ((n.name is d) + (((eh0 0.107143) + (eh1 0.821429) + (iy1 0.0714286) + eh1)) + ((p.name is f) + (((eh1 0.125) (iy1 0.875) iy1)) + ((p.name is l) + (((ax0 0.0416667) + (eh0 0.0833333) + (eh1 0.75) + (ih0 0.0416667) + (iy1 0.0833333) + eh1)) + ((n.name is g) + (((eh1 0.333333) + (iy1 0.666667) + iy1)) + (((_epsilon_ 0.0555556) + (eh1 0.777778) + (iy1 0.166667) + eh1))))))))) + ((n.n.n.name is a) + ((p.name is m) + (((ax0 0.25) + (eh1 0.5) + (ih0 0.25) + eh1)) + (((_epsilon_ 0.142857) + (ih0 0.571429) + (iy1 0.285714) + ih0))) + ((n.name is c) + ((p.name is n) + (((ax0 0.75) (eh1 0.25) ax0)) + ((n.n.n.name is s) + (((ih0 0.75) (iy1 0.25) ih0)) + (((eh0 0.5) (ih0 0.5) eh0)))) + ((n.name is l) + ((p.name is s) + (((ax0 0.769231) + (eh1 0.153846) + (ih0 0.0769231) + ax0)) + ((p.name is k) + (((eh1 0.333333) + (iy1 0.666667) + iy1)) + ((p.name is m) + (((ax0 0.2) + (eh0 0.2) + (ey0 0.2) + (ih0 0.4) + ih0)) + ((p.name is z) + ((n.n.n.name is n) + (((eh1 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0))) + (((eh0 0.166667) + (eh1 0.666667) + (ih0 0.166667) + eh1)))))) + ((n.name is f) + (((ax0 0.833333) + (eh1 0.166667) + ax0)) + ((n.n.n.name is s) + ((p.name is p) + (((ax0 0.6) (eh1 0.4) ax0)) + ((p.name is s) + ((n.name is n) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + (((ax0 0.5) + (eh0 0.25) + (eh1 0.25) + ax0))) + ((p.name is n) + (((eh1 0.333333) + (iy1 0.666667) + iy1)) + (((eh0 0.272727) + (eh1 0.272727) + (ey0 0.0909091) + (ih0 0.181818) + (iy1 0.181818) + eh0))))) + ((n.name is n) + ((n.n.n.name is z) + (((eh0 0.4) + (eh1 0.4) + (ey0 0.2) + eh0)) + (((ax0 0.148148) + (eh0 0.0740741) + (eh1 0.777778) + eh1))) + ((n.n.n.name is d) + (((eh1 0.25) (ey0 0.75) ey0)) + ((n.name is d) + ((p.name is w) + (((eh1 1) eh1)) + ((n.n.n.name is n) + (((eh1 1) eh1)) + ((p.name is m) + (((eh0 0.4) + (eh1 0.4) + (ih0 0.2) + eh0)) + (((eh0 0.142857) + (eh1 0.571429) + (ey0 0.142857) + (ih0 0.142857) + eh1))))) + ((n.n.n.name is l) + (((ax0 0.0333333) + (eh1 0.666667) + (ey0 0.133333) + (ih0 0.0333333) + (iy1 0.133333) + eh1)) + ((n.n.n.name is y) + (((eh1 0.5) (ih0 0.5) eh1)) + ((p.name is s) + ((n.name is m) + (((eh0 0.333333) + (eh1 0.333333) + (iy1 0.333333) + eh0)) + (((eh1 1) eh1))) + ((n.name is v) + (((ax0 0.0666667) + (eh1 0.466667) + (ih0 0.133333) + (iy1 0.333333) + eh1)) + ((p.name is w) + (((eh1 0.333333) + (iy1 0.666667) + iy1)) + (((eh1 0.862069) + (ih0 0.103448) + (iy1 0.0344828) + eh1))))))))))))))))) + ((n.name is d) + ((n.n.n.name is a) + ((n.n.name is i) + (((iy1 1) iy1)) + (((eh0 0.2) (eh1 0.6) (ey0 0.2) eh1))) + ((n.n.name is r) + (((eh0 0.125) + (eh1 0.125) + (ey0 0.375) + (ey1 0.25) + (ih0 0.125) + ey0)) + ((n.n.n.name is u) + (((ih0 0.333333) (iy1 0.666667) iy1)) + ((n.n.n.name is n) + ((p.name is s) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.name is m) + (((ax0 0.333333) + (ey0 0.333333) + (iy1 0.333333) + ax0)) + ((p.name is p) + (((ax0 0.333333) + (eh1 0.333333) + (ey0 0.333333) + ax0)) + (((eh1 1) eh1))))) + ((n.n.n.name is r) + (((eh0 0.1) + (eh1 0.4) + (ey0 0.2) + (ih0 0.2) + (iy1 0.1) + eh1)) + ((n.n.n.name is o) + (((eh1 0.4) + (ih0 0.2) + (iy1 0.4) + eh1)) + ((p.name is m) + (((ax0 0.142857) + (eh0 0.107143) + (eh1 0.75) + eh1)) + ((n.n.name is a) + (((eh1 0.9) (iy1 0.1) eh1)) + ((p.name is s) + (((eh0 0.125) (eh1 0.875) eh1)) + ((p.name is p) + (((eh0 0.333333) + (eh1 0.666667) + eh1)) + (((eh0 0.25) + (eh1 0.25) + (ey1 0.5) + ey1)))))))))))) + ((p.name is m) + ((n.name is t) + ((n.n.name is r) + (((eh1 1) eh1)) + ((n.n.n.name is b) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + ((n.n.name is a) + (((ax0 0.0526316) + (eh0 0.0526316) + (eh1 0.894737) + eh1)) + ((n.n.n.name is c) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + (((ax0 0.178571) + (eh1 0.821429) + eh1)))))) + ((n.name is g) + (((eh1 0.92) + (ey1 0.04) + (iy1 0.04) + eh1)) + ((n.name is c) + (((ax0 0.3125) (eh1 0.6875) eh1)) + ((n.n.n.name is a) + (((eh0 0.0666667) + (eh1 0.6) + (ey0 0.133333) + (ey1 0.0666667) + (ih0 0.0666667) + (iy1 0.0666667) + eh1)) + ((n.n.name is o) + ((n.n.n.name is n) + ((n.name is l) + (((eh0 0.5) (eh1 0.5) eh0)) + (((ey0 0.333333) + (ey1 0.666667) + ey1))) + ((n.name is s) + (((eh1 1) eh1)) + ((n.n.n.name is r) + ((n.name is m) + (((ax0 0.142857) + (eh1 0.857143) + eh1)) + (((ax0 0.666667) + (eh1 0.333333) + ax0))) + (((ax0 0.166667) + (eh0 0.166667) + (eh1 0.666667) + eh1))))) + ((n.n.n.name is r) + ((n.n.name is a) + (((eh0 0.333333) + (ey0 0.333333) + (ih0 0.333333) + eh0)) + (((eh1 1) eh1))) + ((n.name is n) + ((n.n.n.name is c) + (((ax0 0.166667) + (eh1 0.833333) + eh1)) + ((n.n.name is a) + (((ax0 0.2) + (eh0 0.6) + (eh1 0.2) + eh0)) + (((eh0 0.4) (eh1 0.6) eh1)))) + ((n.n.name is i) + ((n.n.n.name is c) + (((eh1 1) eh1)) + ((n.n.n.name is n) + (((ax0 0.2) + (eh0 0.2) + (eh1 0.6) + eh1)) + (((ax0 0.2) + (eh0 0.2) + (eh1 0.2) + (ih0 0.2) + (iy1 0.2) + ax0)))) + (((eh0 0.0540541) + (eh1 0.945946) + eh1)))))))))) + ((n.n.name is a) + ((n.n.n.name is l) + ((p.name is p) + (((eh0 0.1) + (eh1 0.5) + (ih0 0.1) + (iy1 0.3) + eh1)) + ((n.name is g) + ((p.name is l) + (((eh1 0.181818) + (iy0 0.0909091) + (iy1 0.727273) + iy1)) + (((eh1 0.333333) + (ey0 0.333333) + (iy1 0.333333) + eh1))) + ((p.name is f) + (((iy1 1) iy1)) + ((p.name is v) + (((eh1 0.333333) + (ih0 0.333333) + (iy1 0.333333) + eh1)) + (((ax0 0.428571) + (eh1 0.285714) + (ey0 0.142857) + (iy1 0.142857) + ax0)))))) + ((n.name is p) + (((eh1 1) eh1)) + ((n.n.n.name is n) + ((n.name is m) + ((p.name is s) + (((ih0 0.5) (iy1 0.5) ih0)) + (((eh1 0.4) + (ih0 0.2) + (iy1 0.4) + eh1))) + (((_epsilon_ 0.04) + (ax0 0.08) + (eh0 0.04) + (eh1 0.56) + (ey0 0.04) + (ih0 0.16) + (iy1 0.08) + eh1))) + ((n.name is b) + (((ax0 0.777778) + (eh1 0.111111) + (ih0 0.111111) + ax0)) + ((n.name is n) + (((eh1 0.777778) + (ey1 0.111111) + (iy1 0.111111) + eh1)) + ((p.name is v) + (((ax0 0.111111) + (eh0 0.444444) + (eh1 0.222222) + (ey0 0.111111) + (ey1 0.111111) + eh0)) + ((n.name is v) + (((ax0 0.25) + (eh1 0.25) + (ey0 0.5) + ey0)) + ((p.name is z) + (((ax0 0.25) + (ey0 0.25) + (ih0 0.5) + ih0)) + ((n.name is t) + (((eh0 0.166667) + (eh1 0.833333) + eh1)) + ((p.name is g) + (((ax0 0.4) (eh0 0.6) eh0)) + ((n.name is g) + ((n.n.n.name is r) + (((eh0 0.6) + (eh1 0.2) + (iy1 0.2) + eh0)) + (((eh1 0.75) + (ih0 0.25) + eh1))) + ((n.n.n.name is s) + (((ax0 0.4) + (eh1 0.2) + (iy1 0.4) + ax0)) + ((n.name is l) + ((n.n.n.name is g) + (((ax0 0.333333) + (eh0 0.333333) + (ih0 0.333333) + ax0)) + (((eh1 0.666667) + (iy1 0.333333) + eh1))) + ((n.name is s) + (((ax0 0.2) + (eh1 0.8) + eh1)) + ((n.name is f) + (((ax0 0.5) + (eh1 0.25) + (ih0 0.25) + ax0)) + (((eh1 0.6) + (ih0 0.4) + eh1))))))))))))))))) + ((p.name is p) + ((n.n.name is o) + ((n.n.n.name is s) + (((eh0 0.666667) + (ey1 0.333333) + eh0)) + ((n.name is l) + (((eh1 0.666667) + (ey0 0.333333) + eh1)) + ((n.name is c) + (((eh0 0.666667) + (eh1 0.333333) + eh0)) + (((ax0 0.5) + (eh0 0.166667) + (eh1 0.166667) + (iy0 0.166667) + ax0))))) + ((n.name is t) + ((n.n.n.name is o) + (((ax0 0.142857) + (eh0 0.142857) + (eh1 0.571429) + (ih0 0.142857) + eh1)) + ((n.n.n.name is u) + (((eh0 0.444444) + (eh1 0.444444) + (ih0 0.111111) + eh0)) + (((eh0 0.357143) + (eh1 0.642857) + eh1)))) + ((n.n.n.name is n) + ((n.name is n) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + (((eh0 0.4) + (eh1 0.2) + (iy1 0.4) + eh0))) + (((ax0 0.0149254) + (eh0 0.0447761) + (eh1 0.925373) + (iy1 0.0149254) + eh1))))) + ((n.n.n.name is l) + ((n.n.name is g) + (((ih1 1) ih1)) + ((n.n.name is i) + ((p.name is s) + (((ax0 0.5) + (eh1 0.25) + (iy1 0.25) + ax0)) + (((eh1 0.625) (ey0 0.375) eh1))) + (((eh1 0.972222) + (ih0 0.0277778) + eh1)))) + ((n.name is m) + ((n.n.n.name is r) + (((eh0 0.4) + (eh1 0.4) + (ey0 0.2) + eh0)) + ((n.n.name is o) + ((n.n.n.name is n) + (((eh0 0.125) + (eh1 0.75) + (ey0 0.125) + eh1)) + (((ih0 0.333333) + (iy1 0.666667) + iy1))) + (((eh0 0.0441176) + (eh1 0.911765) + (iy1 0.0441176) + eh1)))) + ((n.n.name is i) + ((n.n.n.name is o) + (((eh0 0.0909091) + (ih0 0.0909091) + (iy0 0.0909091) + (iy1 0.727273) + iy1)) + ((n.name is n) + ((n.n.n.name is a) + (((ey1 0.166667) + (iy1 0.833333) + iy1)) + ((n.n.n.name is u) + (((iy1 1) iy1)) + (((eh0 0.0909091) + (eh1 0.863636) + (iy1 0.0454545) + eh1)))) + ((n.n.n.name is s) + (((ax0 0.0416667) + (eh0 0.0416667) + (eh1 0.833333) + (ey1 0.0416667) + (iy1 0.0416667) + eh1)) + ((p.name is f) + ((n.n.n.name is c) + (((ax0 0.428571) + (eh0 0.142857) + (eh1 0.142857) + (ih0 0.285714) + ax0)) + (((ax0 0.2) + (eh1 0.4) + (iy1 0.4) + eh1))) + ((p.name is z) + (((eh0 0.2) + (eh1 0.2) + (ih0 0.6) + ih0)) + ((n.name is v) + (((ax0 0.125) + (eh1 0.625) + (ih0 0.125) + (ih1 0.0625) + (iy1 0.0625) + eh1)) + ((n.n.n.name is a) + (((ax0 0.2) + (eh1 0.6) + (iy1 0.2) + eh1)) + ((n.n.n.name is n) + ((p.name is s) + (((ax0 0.333333) + (eh0 0.333333) + (eh1 0.333333) + ax0)) + ((p.name is g) + (((eh1 1) eh1)) + ((p.name is l) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + ((n.name is l) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((eh0 0.333333) + (eh1 0.666667) + eh1)))))) + ((p.name is l) + ((n.name is x) + (((eh1 1) eh1)) + (((eh0 0.666667) + (eh1 0.333333) + eh0))) + (((eh1 1) eh1))))))))))) + ((n.n.name is r) + ((p.name is n) + ((n.name is g) + (((eh1 0.2) (iy1 0.8) iy1)) + (((ax0 1) ax0))) + ((p.name is z) + (((ax0 0.333333) + (iy1 0.666667) + iy1)) + (((ax0 0.0625) + (eh0 0.0625) + (eh1 0.8125) + (ey0 0.0625) + eh1)))) + ((n.n.name is o) + ((n.n.n.name is s) + (((eh1 0.166667) + (ih0 0.166667) + (iy1 0.666667) + iy1)) + ((n.n.n.name is n) + ((n.name is c) + (((eh0 0.111111) + (eh1 0.888889) + eh1)) + ((n.name is l) + (((eh1 1) eh1)) + ((n.name is n) + (((eh1 0.666667) + (iy1 0.333333) + eh1)) + (((eh1 0.333333) + (iy1 0.666667) + iy1))))) + ((n.name is c) + (((eh1 0.571429) + (ih0 0.285714) + (iy1 0.142857) + eh1)) + ((n.name is n) + (((ax0 0.105263) + (eh0 0.0526316) + (eh1 0.736842) + (iy1 0.105263) + eh1)) + ((p.name is s) + (((eh0 0.666667) + (eh1 0.333333) + eh0)) + ((p.name is l) + ((n.name is b) + (((ax0 0.5) + (eh1 0.5) + ax0)) + (((eh0 0.25) + (eh1 0.75) + eh1))) + (((ax0 0.555556) + (eh1 0.222222) + (ey1 0.111111) + (ih0 0.111111) + ax0)))))))) + ((p.name is e) + (((iy1 1) iy1)) + ((n.name is p) + ((p.name is s) + (((ax0 0.333333) + (eh0 0.333333) + (ih0 0.333333) + ax0)) + ((p.name is n) + (((ax0 0.5) (eh1 0.5) ax0)) + (((eh1 0.875) + (ih0 0.125) + eh1)))) + ((n.n.n.name is a) + ((n.name is t) + (((ax0 0.0833333) + (eh1 0.75) + (iy0 0.0833333) + (iy1 0.0833333) + eh1)) + ((p.name is g) + ((n.n.name is n) + (((ax0 0.5) + (eh0 0.25) + (eh1 0.25) + ax0)) + (((eh1 1) eh1))) + ((n.name is n) + (((eh0 0.04) + (eh1 0.92) + (ey0 0.04) + eh1)) + ((n.n.name is m) + (((_epsilon_ 0.111111) + (eh1 0.888889) + eh1)) + ((n.name is l) + (((eh0 0.125) + (eh1 0.75) + (ey1 0.125) + eh1)) + (((eh0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + eh0))))))) + (((eh0 0.0222222) + (eh1 0.977778) + eh1))))))))))))))))))))))))))))))))) + ((n.name is x) + ((n.n.name is i) + ((n.n.n.name is s) + (((eh0 0.285714) (eh1 0.285714) (ih0 0.428571) ih0)) + (((eh1 1) eh1))) + ((n.n.n.name is m) + (((ih0 1) ih0)) + ((n.n.name is e) + (((eh1 0.703704) (ih0 0.296296) eh1)) + ((n.n.name is o) + ((n.n.n.name is t) + (((eh0 0.5) (eh1 0.25) (ih0 0.25) eh0)) + ((n.n.n.name is n) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.857143) (ih0 0.142857) eh1)))) + ((n.n.n.name is c) + (((ih0 1) ih0)) + ((n.n.name is b) + (((eh1 1) eh1)) + ((n.n.name is l) + (((eh1 1) eh1)) + ((n.n.name is u) + (((ih0 1) ih0)) + ((n.n.n.name is a) + ((n.n.name is c) + (((eh1 1) eh1)) + (((eh0 0.166667) (eh1 0.0833333) (ih0 0.75) ih0))) + ((n.n.n.name is o) + ((n.n.name is c) + (((eh0 0.5) (eh1 0.5) eh0)) + (((eh0 0.0731707) + (eh1 0.292683) + (ih0 0.634146) + ih0))) + ((n.n.n.name is g) + (((ih0 1) ih0)) + ((n.n.n.name is l) + (((eh1 0.288462) (ih0 0.711538) ih0)) + ((n.n.name is a) + (((eh1 0.6) (ih0 0.4) eh1)) + ((n.n.n.name is h) + (((eh1 0.142857) (ih0 0.857143) ih0)) + ((n.n.n.name is r) + (((eh0 0.0350877) + (eh1 0.333333) + (ih0 0.631579) + ih0)) + ((n.n.name is t) + (((eh0 0.037037) + (eh1 0.185185) + (ih0 0.777778) + ih0)) + ((n.n.n.name is i) + ((n.n.name is c) + (((eh0 0.0833333) + (eh1 0.333333) + (ih0 0.583333) + ih0)) + ((n.n.name is h) + (((eh1 0.272727) (ih0 0.727273) ih0)) + (((eh1 0.5) (ih0 0.5) eh1)))) + ((n.n.n.name is e) + (((eh1 0.366197) (ih0 0.633803) ih0)) + ((n.n.name is c) + (((eh1 0.125) (ih0 0.875) ih0)) + (((eh1 0.5) (ih0 0.5) eh1))))))))))))))))))))) + ((n.name is y) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is r) + (((eh1 0.666667) (ey1 0.333333) eh1)) + (((ey1 1) ey1)))) + ((n.name is n) + ((n.n.name is g) + ((n.n.n.name is l) + (((eh1 0.235294) (ih1 0.764706) ih1)) + ((n.n.n.name is a) + (((eh0 1) eh0)) + ((n.n.n.name is r) + (((eh1 0.125) (ih0 0.875) ih0)) + ((n.n.n.name is u) + (((ih0 1) ih0)) + (((eh0 0.0731707) + (eh1 0.902439) + (ih0 0.0243902) + eh1)))))) + ((n.n.name is c) + ((n.n.n.name is o) + (((aa1 0.117647) + (eh0 0.705882) + (eh1 0.0588235) + (ih0 0.117647) + eh0)) + ((n.n.n.name is l) + (((aa1 0.166667) (eh0 0.5) (ih0 0.333333) eh0)) + ((n.n.n.name is h) + (((eh0 1) eh0)) + ((n.n.n.name is y) + (((eh0 0.333333) (ih0 0.666667) ih0)) + ((n.n.n.name is r) + (((eh0 0.444444) (ih0 0.555556) ih0)) + (((eh0 0.611111) + (eh1 0.111111) + (ih0 0.277778) + eh0))))))) + ((n.n.n.name is e) + ((n.n.name is t) + (((aa0 0.05) (eh0 0.05) (eh1 0.9) eh1)) + ((n.n.name is s) + (((aa0 0.25) (eh0 0.25) (eh1 0.5) eh1)) + ((n.n.name is n) + (((eh1 1) eh1)) + ((n.n.name is v) + (((eh0 0.25) (eh1 0.25) (ih0 0.5) ih0)) + ((n.n.name is d) + (((eh0 0.25) (eh1 0.5) (ih0 0.25) eh1)) + (((eh0 0.5) (eh1 0.5) eh0))))))) + ((n.n.name is e) + (((eh1 1) eh1)) + ((n.n.n.name is c) + ((n.n.name is a) + (((ax0 0.2) (ih0 0.4) (ih1 0.4) ih0)) + (((eh1 0.6) (ih0 0.2) (iy1 0.2) eh1))) + ((n.n.name is i) + (((eh1 0.6) (iy1 0.4) eh1)) + ((n.n.name is d) + ((n.n.n.name is a) + (((eh0 0.833333) (eh1 0.166667) eh0)) + ((n.n.n.name is u) + (((eh0 0.8) (eh1 0.2) eh0)) + ((n.n.n.name is o) + (((eh0 0.473684) + (eh1 0.421053) + (ih0 0.105263) + eh0)) + (((eh1 0.9375) (ih0 0.0625) eh1))))) + ((n.n.name is z) + (((eh1 1) eh1)) + ((n.n.name is t) + ((n.n.n.name is r) + (((aa1 0.148148) + (eh0 0.37037) + (eh1 0.407407) + (ih0 0.0740741) + eh1)) + ((n.n.n.name is o) + (((aa1 0.142857) + (eh0 0.142857) + (eh1 0.571429) + (ih0 0.142857) + eh1)) + ((n.n.n.name is a) + (((eh0 0.5) (ih0 0.5) eh0)) + ((n.n.n.name is h) + (((eh0 0.571429) (ih0 0.428571) eh0)) + ((n.n.n.name is i) + (((eh0 0.4) + (eh1 0.133333) + (ih0 0.466667) + ih0)) + ((n.n.n.name is w) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((eh1 1) eh1)))))))) + ((n.n.name is o) + (((eh1 0.142857) (ih0 0.857143) ih0)) + ((n.n.name is j) + (((eh0 1) eh0)) + ((n.n.name is r) + (((eh0 0.782609) + (eh1 0.0869565) + (ih0 0.130435) + eh0)) + ((n.n.name is l) + ((n.n.n.name is i) + (((eh0 0.909091) (ih0 0.0909091) eh0)) + (((eh0 0.222222) + (eh1 0.111111) + (ih0 0.666667) + ih0))) + ((n.n.n.name is h) + (((ax0 0.25) (eh0 0.5) (ih0 0.25) eh0)) + ((n.n.name is u) + (((ih0 1) ih0)) + ((n.n.name is a) + ((n.n.n.name is b) + (((eh0 1) eh0)) + (((eh0 0.166667) + (eh1 0.166667) + (ey0 0.166667) + (ih0 0.5) + ih0))) + ((n.n.name is h) + (((eh0 0.75) (eh1 0.25) eh0)) + ((n.n.name is f) + ((n.n.n.name is o) + (((eh0 0.875) (ih0 0.125) eh0)) + ((n.n.n.name is r) + (((eh0 0.666667) (ih0 0.333333) eh0)) + (((eh1 1) eh1)))) + ((n.n.n.name is i) + ((n.n.name is v) + (((eh0 0.388889) + (eh1 0.277778) + (ih0 0.277778) + (ih1 0.0555556) + eh0)) + (((eh1 1) eh1))) + ((n.n.name is v) + (((eh1 1) eh1)) + ((n.n.n.name is u) + (((eh0 0.375) + (eh1 0.25) + (ih0 0.375) + eh0)) + ((n.n.n.name is o) + (((eh0 0.4) + (eh1 0.4) + (ih0 0.2) + eh0)) + (((eh0 0.176471) + (eh1 0.588235) + (ih0 0.235294) + eh1)))))))))))))))))))))))) + ((n.n.n.name is c) + ((n.n.name is e) + (((ax0 0.0222222) (eh1 0.0222222) (ih0 0.955556) ih0)) + ((n.name is v) + (((ih0 0.916667) (iy1 0.0833333) ih0)) + ((n.name is l) + (((eh1 0.428571) (ih0 0.571429) ih0)) + (((eh1 0.833333) (ih0 0.0416667) (iy1 0.125) eh1))))) + ((n.n.name is a) + ((n.name is m) + ((n.n.n.name is n) + (((eh1 0.444444) (ey0 0.111111) (ih0 0.444444) eh1)) + (((ax0 0.714286) (eh1 0.142857) (iy1 0.142857) ax0))) + ((n.name is v) + ((n.n.n.name is n) + (((eh0 0.133333) + (eh1 0.4) + (ih0 0.4) + (iy1 0.0666667) + eh1)) + (((eh1 0.0833333) (ey1 0.0416667) (ih0 0.875) ih0))) + ((n.name is l) + ((n.n.n.name is b) + (((ih0 1) ih0)) + ((n.n.n.name is s) + (((ih0 0.666667) (iy1 0.333333) ih0)) + ((n.n.n.name is t) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((eh0 0.1) (eh1 0.3) (ih0 0.4) (iy1 0.2) ih0))))) + ((n.name is d) + (((eh0 0.25) (iy1 0.75) iy1)) + (((eh0 0.153846) + (eh1 0.461538) + (ey0 0.0769231) + (ih0 0.0769231) + (iy1 0.230769) + eh1)))))) + ((n.n.name is o) + ((n.name is g) + (((eh1 0.375) (iy1 0.625) iy1)) + ((n.name is c) + ((n.n.n.name is n) + (((eh0 0.117647) + (eh1 0.235294) + (ih0 0.411765) + (iy0 0.117647) + (iy1 0.117647) + ih0)) + ((n.n.n.name is l) + (((ih0 0.428571) + (iy0 0.285714) + (iy1 0.285714) + ih0)) + (((iy1 1) iy1)))) + ((n.n.n.name is l) + ((n.name is v) + (((eh0 0.142857) + (eh1 0.285714) + (ih0 0.571429) + ih0)) + (((eh1 0.333333) + (ey1 0.333333) + (iy0 0.333333) + eh1))) + ((n.n.n.name is k) + (((ih0 1) ih0)) + ((n.n.n.name is t) + (((eh1 0.2) (ih0 0.8) ih0)) + ((n.name is p) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + ((n.name is l) + ((n.n.n.name is q) + (((eh1 1) eh1)) + (((eh0 0.2) (ih0 0.6) (iy1 0.2) ih0))) + (((eh1 0.714286) + (ih0 0.0714286) + (iy1 0.214286) + eh1))))))))) + ((n.n.name is u) + ((n.n.n.name is d) + (((ey1 0.4) (ih0 0.6) ih0)) + ((n.n.n.name is a) + ((n.name is q) + (((eh1 0.0526316) + (ih0 0.368421) + (iy1 0.578947) + iy1)) + (((eh0 0.2) (eh1 0.8) eh1))) + ((n.name is m) + (((eh1 0.75) (ih0 0.125) (iy1 0.125) eh1)) + ((n.n.n.name is i) + (((eh1 0.5) (ih0 0.357143) (iy1 0.142857) eh1)) + (((eh1 0.25) (ih0 0.625) (iy1 0.125) ih0)))))) + ((n.name is m) + ((n.n.name is b) + ((n.n.n.name is l) + (((eh0 0.166667) (eh1 0.833333) eh1)) + ((n.n.n.name is e) + (((eh0 0.230769) + (eh1 0.153846) + (ih0 0.615385) + ih0)) + ((n.n.n.name is r) + (((eh0 0.470588) + (eh1 0.352941) + (ih0 0.176471) + eh0)) + ((n.n.n.name is o) + (((eh0 0.333333) + (eh1 0.222222) + (ih0 0.444444) + ih0)) + (((eh0 0.5) (eh1 0.2) (ih0 0.3) eh0)))))) + ((n.n.n.name is l) + ((n.n.name is p) + (((eh0 0.909091) (ih0 0.0909091) eh0)) + ((n.n.name is e) + (((eh0 0.285714) (eh1 0.714286) eh1)) + (((ax0 0.4) (eh1 0.4) (ey0 0.2) ax0)))) + ((n.n.name is e) + (((eh0 0.0454545) + (eh1 0.409091) + (ey0 0.0454545) + (ih0 0.5) + ih0)) + ((n.n.n.name is e) + (((eh1 1) eh1)) + ((n.n.name is p) + ((n.n.n.name is t) + (((eh1 1) eh1)) + ((n.n.n.name is o) + (((eh0 0.142857) + (eh1 0.142857) + (ih0 0.714286) + ih0)) + ((n.n.n.name is a) + (((eh0 0.166667) + (eh1 0.5) + (ih0 0.333333) + eh1)) + ((n.n.n.name is i) + (((eh0 0.285714) + (eh1 0.571429) + (ih0 0.142857) + eh1)) + ((n.n.n.name is r) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh0 0.222222) (eh1 0.777778) eh1))))))) + ((n.n.n.name is t) + (((ih0 1) ih0)) + ((n.n.n.name is n) + (((eh0 0.2) (eh1 0.8) eh1)) + ((n.n.name is l) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.894737) (ih0 0.105263) eh1)))))))))) + ((n.name is s) + ((n.n.name is c) + ((n.n.n.name is u) + (((eh0 0.75) (ey1 0.25) eh0)) + (((eh0 0.307692) + (eh1 0.538462) + (ih0 0.153846) + eh1))) + ((n.n.n.name is o) + ((n.n.name is p) + (((eh0 0.2) (ih0 0.8) ih0)) + (((eh0 0.333333) (eh1 0.5) (ih0 0.166667) eh1))) + ((n.n.name is p) + ((n.n.n.name is e) + (((eh0 0.1) (eh1 0.8) (ey0 0.1) eh1)) + ((n.n.n.name is i) + (((eh0 0.5) (eh1 0.25) (ey0 0.25) eh0)) + ((n.n.n.name is a) + (((eh0 0.5) + (eh1 0.333333) + (ey0 0.166667) + eh0)) + (((eh0 0.25) (eh1 0.75) eh1))))) + ((n.n.name is q) + (((eh0 0.25) (eh1 0.25) (ey0 0.5) ey0)) + ((n.n.n.name is i) + (((ax0 0.0588235) + (eh1 0.823529) + (ey0 0.0588235) + (ih0 0.0588235) + eh1)) + ((n.n.name is t) + ((n.n.n.name is a) + (((eh1 0.4) (ih0 0.6) ih0)) + (((eh0 0.0882353) + (eh1 0.764706) + (ey0 0.0294118) + (ih0 0.117647) + eh1))) + ((n.n.name is h) + (((eh1 0.8) (ih0 0.2) eh1)) + ((n.n.name is s) + ((n.n.n.name is a) + (((eh0 0.5) (eh1 0.5) eh0)) + (((eh0 0.133333) + (eh1 0.733333) + (ih0 0.133333) + eh1))) + (((eh0 0.142857) (eh1 0.857143) eh1)))))))))) + ((n.n.name is i) + ((n.name is l) + ((n.n.n.name is a) + (((ax0 0.8) (iy1 0.2) ax0)) + ((n.n.n.name is m) + (((ih0 1) ih0)) + ((n.n.n.name is t) + (((eh1 0.25) (ey0 0.5) (ih0 0.25) ey0)) + (((ax0 0.12) + (eh0 0.12) + (eh1 0.56) + (ih0 0.16) + (iy1 0.04) + eh1))))) + ((n.name is p) + ((n.n.n.name is s) + (((eh1 0.444444) (ih0 0.555556) ih0)) + (((eh0 0.05) (eh1 0.75) (ih0 0.2) eh1))) + ((n.n.n.name is l) + (((iy1 1) iy1)) + (((ax0 0.0357143) + (eh0 0.0535714) + (eh1 0.75) + (ih0 0.0357143) + (iy1 0.125) + eh1))))) + ((n.n.name is e) + ((n.n.n.name is r) + ((n.name is t) + (((eh1 0.25) (ih0 0.75) ih0)) + (((eh1 0.968254) + (ih0 0.015873) + (iy1 0.015873) + eh1))) + ((n.name is l) + ((n.n.n.name is v) + (((eh1 0.777778) (ih0 0.222222) eh1)) + ((n.n.n.name is k) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((eh0 0.0869565) + (eh1 0.869565) + (iy1 0.0434783) + eh1)))) + ((n.n.n.name is l) + (((ax0 0.047619) + (eh1 0.761905) + (ey1 0.047619) + (ih0 0.0952381) + (iy1 0.047619) + eh1)) + ((n.name is b) + (((eh1 1) eh1)) + ((n.name is d) + (((ih0 0.333333) (iy1 0.666667) iy1)) + ((n.n.n.name is n) + (((ax0 0.117647) + (eh1 0.235294) + (ih0 0.176471) + (iy1 0.470588) + iy1)) + ((n.name is k) + (((iy1 1) iy1)) + ((n.n.n.name is s) + (((eh1 0.333333) (iy1 0.666667) iy1)) + (((eh0 0.142857) + (eh1 0.571429) + (iy1 0.285714) + eh1)))))))))) + ((n.name is o) + (((ey1 0.4) (iy1 0.6) iy1)) + ((n.n.name is y) + ((n.name is g) + (((ih0 0.5) (iy1 0.5) ih0)) + (((eh1 0.545455) + (ih0 0.272727) + (iy1 0.181818) + eh1))) + ((n.name is f) + ((n.n.n.name is e) + (((eh0 0.0909091) + (eh1 0.272727) + (ih0 0.636364) + ih0)) + (((eh0 0.0434783) + (eh1 0.695652) + (ih0 0.26087) + eh1))) + ((n.n.name is h) + (((eh0 0.0491803) + (eh1 0.737705) + (ey0 0.0327869) + (ih0 0.0983607) + (iy1 0.0819672) + eh1)) + ((n.n.name is r) + ((n.name is h) + ((n.n.n.name is l) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_)) + (((eh1 1) eh1))) + ((n.n.n.name is a) + (((eh1 1) eh1)) + ((n.n.n.name is o) + ((n.name is l) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.75) (iy1 0.25) eh1))) + ((n.n.n.name is i) + (((eh1 0.75) (ih0 0.25) eh1)) + ((n.n.n.name is e) + (((eh1 0.5) (ih0 0.5) eh1)) + (((eh1 0.333333) (ih0 0.666667) ih0))))))) + ((n.name is l) + ((n.n.name is v) + (((eh0 0.153846) + (eh1 0.769231) + (ey0 0.0769231) + eh1)) + ((n.n.name is g) + (((eh0 0.142857) + (eh1 0.571429) + (ey1 0.142857) + (ih0 0.142857) + eh1)) + ((n.n.name is n) + (((eh0 0.25) (eh1 0.25) (ih0 0.5) ih0)) + ((n.n.n.name is r) + ((n.n.name is f) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh0 0.125) + (eh1 0.75) + (ih0 0.125) + eh1))) + ((n.n.name is m) + (((eh0 0.153846) (eh1 0.846154) eh1)) + ((n.n.name is z) + (((eh0 0.25) (eh1 0.75) eh1)) + ((n.n.n.name is i) + ((n.n.name is k) + (((eh1 0.333333) + (ih0 0.666667) + ih0)) + (((eh1 0.892857) + (ih0 0.107143) + eh1))) + ((n.n.name is d) + ((n.n.n.name is e) + (((eh1 1) eh1)) + (((eh0 0.25) + (eh1 0.25) + (ih0 0.5) + ih0))) + (((eh0 0.0412371) + (eh1 0.896907) + (ih0 0.0618557) + eh1)))))))))) + ((n.n.name is w) + (((eh0 0.285714) + (eh1 0.571429) + (ih0 0.142857) + eh1)) + ((n.name is c) + ((n.n.name is k) + (((eh1 1) eh1)) + ((n.n.name is l) + (((ih0 1) ih0)) + ((n.n.name is s) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh1 0.714286) (ih0 0.285714) eh1))))) + (((eh0 0.0116279) + (eh1 0.953488) + (ey0 0.00581395) + (ih0 0.0290698) + eh1))))))))))))))))))))))))))))) + ((p.name is e) + ((p.p.name is r) + ((p.p.p.name is #) + ((n.n.name is a) + (((eh0 0.111111) (ih0 0.888889) ih0)) + ((n.name is n) + (((eh1 0.2) (ih1 0.6) (iy1 0.2) ih1)) + ((n.name is m) + (((ih0 1) ih0)) + ((n.n.n.name is a) + (((ih0 0.666667) (iy1 0.333333) ih0)) + ((n.name is l) + (((ih0 0.25) (iy1 0.75) iy1)) + ((n.n.n.name is #) + (((iy1 1) iy1)) + ((n.n.name is e) + (((iy1 1) iy1)) + ((n.n.name is o) + (((iy1 1) iy1)) + (((eh1 0.666667) (iy1 0.333333) eh1)))))))))) + ((p.p.p.name is p) + ((n.name is x) + (((ih0 1) ih0)) + ((n.name is m) + (((eh1 0.833333) (iy1 0.166667) eh1)) + (((iy1 1) iy1)))) + (((_epsilon_ 0.00515464) + (eh1 0.00515464) + (ih0 0.00515464) + (iy0 0.00515464) + (iy1 0.979381) + iy1)))) + ((n.name is u) + (((_epsilon_ 0.5) (iy1 0.5) _epsilon_)) + ((p.p.p.name is o) + ((n.name is d) (((iy1 1) iy1)) (((iy0 0.75) (iy1 0.25) iy0))) + ((p.p.p.name is a) + (((iy0 0.5) (iy1 0.5) iy0)) + ((n.n.name is p) + (((eh1 0.333333) (iy1 0.666667) iy1)) + ((n.n.name is s) + (((ih1 0.0240964) (iy1 0.975904) iy1)) + ((n.n.n.name is m) + (((iy0 0.2) (iy1 0.8) iy1)) + ((n.name is s) + (((iy0 0.0425532) (iy1 0.957447) iy1)) + ((p.p.name is t) + ((n.n.name is a) + ((n.name is n) + (((iy1 1) iy1)) + (((iy0 0.666667) (iy1 0.333333) iy0))) + (((iy1 1) iy1))) + (((iy1 1) iy1))))))))))) + ((n.name is a) + ((n.n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is d) + ((p.name is l) + (((iy1 1) iy1)) + ((p.name is m) + (((iy1 1) iy1)) + ((p.name is r) + ((p.p.p.name is #) + (((eh1 0.961538) (iy1 0.0384615) eh1)) + ((p.p.p.name is s) + (((eh1 1) eh1)) + ((p.p.p.name is t) + (((eh1 1) eh1)) + ((p.p.p.name is e) + (((eh1 1) eh1)) + ((n.n.n.name is i) + (((iy1 1) iy1)) + ((n.n.n.name is y) + (((eh1 0.75) (iy1 0.25) eh1)) + (((eh1 0.333333) (iy1 0.666667) iy1)))))))) + ((p.name is n) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is r) + ((p.p.name is e) + (((_epsilon_ 0.4) (eh1 0.6) eh1)) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_))) + ((p.name is h) + (((_epsilon_ 0.0169492) + (eh1 0.966102) + (iy1 0.0169492) + eh1)) + ((p.p.p.name is #) + (((eh1 1) eh1)) + ((p.p.p.name is n) + (((eh1 1) eh1)) + ((p.p.p.name is m) + (((eh1 1) eh1)) + ((p.p.p.name is l) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_)) + (((_epsilon_ 0.375) (eh1 0.625) eh1)))))))))))) + ((n.n.name is r) + ((p.name is w) + (((_epsilon_ 0.133333) (eh1 0.866667) eh1)) + ((p.name is b) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + ((p.p.name is s) + ((p.p.p.name is #) + ((n.n.n.name is m) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + (((_epsilon_ 0.851852) (iy1 0.148148) _epsilon_))) + ((n.n.n.name is s) + (((ih0 1) ih0)) + (((_epsilon_ 0.5) + (ih0 0.333333) + (iy1 0.166667) + _epsilon_)))) + ((p.p.p.name is u) + ((p.p.name is c) + (((iy0 0.8) (iy1 0.2) iy0)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.name is i) + ((p.p.p.name is l) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((_epsilon_ 0.75) (iy1 0.25) _epsilon_))) + ((p.name is d) + (((_epsilon_ 0.5) (iy1 0.5) _epsilon_)) + ((p.name is r) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.25) (iy1 0.75) iy1)) + (((_epsilon_ 0.857143) (iy1 0.142857) _epsilon_)))) + (((_epsilon_ 0.96875) + (ih0 0.0104167) + (iy0 0.0104167) + (iy1 0.0104167) + _epsilon_))))))))) + ((n.n.name is b) + (((_epsilon_ 0.896552) (iy0 0.103448) _epsilon_)) + ((n.n.name is k) + ((p.p.name is b) + ((p.name is l) + (((iy1 1) iy1)) + ((n.n.n.name is f) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.928571) (iy1 0.0714286) _epsilon_)))) + ((p.name is t) + (((_epsilon_ 0.833333) (iy1 0.166667) _epsilon_)) + (((_epsilon_ 0.0188679) + (ey0 0.0188679) + (iy1 0.962264) + iy1)))) + ((n.n.name is m) + (((eh1 0.0142857) (iy1 0.985714) iy1)) + ((p.name is w) + ((n.n.name is t) + (((eh1 0.882353) (iy1 0.117647) eh1)) + (((eh1 0.125) (iy0 0.125) (iy1 0.75) iy1))) + ((n.n.n.name is i) + ((p.p.name is c) + ((n.n.name is t) + (((iy0 0.857143) (iy1 0.142857) iy0)) + (((iy1 1) iy1))) + ((p.p.name is o) + (((iy0 1) iy0)) + (((iy0 0.0833333) (iy1 0.916667) iy1)))) + ((n.n.n.name is #) + ((p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is l) + (((ey1 0.1) (iy0 0.7) (iy1 0.2) iy0)) + ((p.p.p.name is t) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 0.5) (ey1 0.25) (iy1 0.25) _epsilon_)) + ((n.n.name is t) + (((iy0 0.047619) (iy1 0.952381) iy1)) + ((p.p.p.name is #) + (((_epsilon_ 0.0454545) + (iy0 0.0454545) + (iy1 0.909091) + iy1)) + ((n.n.name is s) + ((p.p.name is r) + (((iy0 0.333333) (iy1 0.666667) iy1)) + ((p.name is n) + (((iy0 1) iy0)) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_)))) + ((p.p.p.name is a) + ((n.n.name is n) + (((_epsilon_ 0.5) + (iy0 0.333333) + (iy1 0.166667) + _epsilon_)) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1))) + ((p.p.p.name is o) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is i) + ((n.n.name is n) + (((_epsilon_ 0.2) (iy0 0.2) (iy1 0.6) iy1)) + (((_epsilon_ 0.666667) + (iy1 0.333333) + _epsilon_))) + ((p.name is r) + ((p.p.name is o) + (((iy0 0.75) (iy1 0.25) iy0)) + ((n.n.name is l) + (((iy0 0.5) (iy1 0.5) iy0)) + (((iy0 0.333333) (iy1 0.666667) iy1)))) + ((p.p.name is c) + (((iy1 1) iy1)) + ((p.p.p.name is e) + (((iy1 1) iy1)) + ((p.p.name is o) + (((iy1 1) iy1)) + ((n.n.name is n) + ((p.p.p.name is c) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy0 0.285714) (iy1 0.714286) iy1))) + (((iy0 0.111111) (iy1 0.888889) iy1))))))))))))))))) + ((n.n.n.name is e) + ((p.p.p.name is t) + (((eh1 1) eh1)) + ((p.p.name is u) + (((iy0 1) iy0)) + ((p.name is l) + ((n.n.name is s) + (((iy1 1) iy1)) + ((p.p.p.name is #) + (((_epsilon_ 0.0769231) (iy1 0.923077) iy1)) + (((_epsilon_ 0.666667) (iy1 0.333333) _epsilon_)))) + ((n.n.name is g) + (((ih0 0.2) (iy0 0.4) (iy1 0.4) iy0)) + ((p.p.name is g) + ((n.n.name is s) + (((iy1 1) iy1)) + ((n.n.name is v) + (((iy1 1) iy1)) + (((_epsilon_ 0.666667) (iy1 0.333333) _epsilon_)))) + ((n.n.name is l) + (((_epsilon_ 0.0714286) (iy1 0.928571) iy1)) + ((n.n.name is n) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is t) + (((iy1 1) iy1)) + ((n.n.name is t) + ((p.name is r) + (((iy0 1) iy0)) + ((p.p.name is e) + (((iy1 1) iy1)) + ((p.name is h) + (((iy1 1) iy1)) + ((p.p.name is n) + (((iy1 1) iy1)) + (((iy0 0.8) (iy1 0.2) iy0)))))) + ((p.p.p.name is #) + (((iy1 1) iy1)) + ((p.p.name is p) + (((iy1 1) iy1)) + ((p.p.name is c) + (((iy0 0.166667) (iy1 0.833333) iy1)) + ((p.p.p.name is d) + (((iy0 0.25) (iy1 0.75) iy1)) + ((p.p.name is e) + (((iy0 0.333333) (iy1 0.666667) iy1)) + (((iy0 0.666667) (iy1 0.333333) iy0)))))))))))))))) + ((n.n.name is s) + ((p.p.name is p) + (((eh1 1) eh1)) + ((n.n.n.name is u) + (((eh1 1) eh1)) + ((p.p.name is b) + (((eh1 1) eh1)) + (((_epsilon_ 0.030303) + (iy0 0.030303) + (iy1 0.939394) + iy1))))) + ((n.n.n.name is t) + ((n.n.name is l) + (((eh1 1) eh1)) + ((p.name is r) + ((p.p.p.name is e) + (((iy0 1) iy0)) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_))) + (((_epsilon_ 0.9) (iy1 0.1) _epsilon_)))) + ((n.n.n.name is h) + ((n.n.name is t) + ((p.name is h) + (((iy1 1) iy1)) + ((p.p.name is b) + (((eh1 0.615385) (iy1 0.384615) eh1)) + ((p.p.p.name is e) + (((_epsilon_ 0.25) (iy1 0.75) iy1)) + ((p.p.p.name is #) + (((_epsilon_ 0.25) (eh1 0.25) (iy1 0.5) iy1)) + (((_epsilon_ 0.428571) + (eh1 0.428571) + (iy1 0.142857) + _epsilon_)))))) + ((p.p.name is t) + (((eh1 0.666667) (iy1 0.333333) eh1)) + (((_epsilon_ 0.030303) (iy1 0.969697) iy1)))) + ((p.p.name is c) + ((p.name is l) + ((n.n.n.name is s) + (((eh1 0.714286) (iy1 0.285714) eh1)) + (((eh1 0.333333) (iy1 0.666667) iy1))) + ((p.name is r) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy1 1) iy1)))) + ((p.p.p.name is e) + ((n.n.n.name is o) + (((eh1 1) eh1)) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1))) + ((p.name is h) + (((iy0 0.176471) (iy1 0.823529) iy1)) + ((p.p.name is t) + (((_epsilon_ 0.0769231) (iy1 0.923077) iy1)) + ((p.name is p) + (((iy1 1) iy1)) + ((n.n.n.name is s) + ((p.p.p.name is #) + ((n.n.name is n) + (((_epsilon_ 0.666667) + (iy1 0.333333) + _epsilon_)) + (((_epsilon_ 0.2) (iy1 0.8) iy1))) + ((n.n.name is n) + ((p.name is r) + (((_epsilon_ 0.25) + (iy0 0.25) + (iy1 0.5) + iy1)) + (((_epsilon_ 0.2) (iy0 0.4) (iy1 0.4) iy0))) + ((n.n.name is l) + (((iy0 0.166667) (iy1 0.833333) iy1)) + (((eh1 0.2) (iy0 0.4) (iy1 0.4) iy0))))) + ((p.name is n) + ((n.n.n.name is o) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 1) _epsilon_))) + ((p.name is l) + ((n.n.n.name is o) + ((p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1))) + ((p.p.p.name is #) + (((iy0 0.5) (iy1 0.5) iy0)) + (((_epsilon_ 0.333333) + (iy0 0.333333) + (iy1 0.333333) + _epsilon_)))) + ((p.p.name is o) + (((_epsilon_ 0.857143) + (iy1 0.142857) + _epsilon_)) + ((n.n.name is l) + (((iy1 1) iy1)) + ((n.n.n.name is o) + (((iy1 1) iy1)) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) + (iy1 0.666667) + iy1)) + (((_epsilon_ 1) _epsilon_))))))))))))))))))))))))))) + ((n.name is e) + ((p.p.name is p) + ((p.p.p.name is #) + ((n.n.name is m) + (((iy0 0.6) (iy1 0.4) iy0)) + ((n.n.name is x) (((iy1 1) iy1)) (((_epsilon_ 1) _epsilon_)))) + (((_epsilon_ 1) _epsilon_))) + ((p.p.name is e) + ((p.name is w) + ((p.p.p.name is d) + (((uw1 1) uw1)) + (((_epsilon_ 0.75) (y-uw0 0.25) _epsilon_))) + (((_epsilon_ 0.982143) (ax0 0.0178571) _epsilon_))) + (((_epsilon_ 0.998847) (iy1 0.0011534) _epsilon_)))) + ((p.name is i) + ((n.n.name is t) + ((n.name is s) + ((n.n.n.name is #) + ((p.p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is n) + (((_epsilon_ 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is o) + (((_epsilon_ 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is c) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is l) + (((_epsilon_ 0.142857) + (ax0 0.714286) + (ih0 0.142857) + ax0)) + ((p.p.p.name is e) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.name is s) + (((ax0 1) ax0)) + ((p.p.p.name is p) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is a) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is g) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is i) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is t) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.4) (ih0 0.6) ih0)))))))))))))) + ((p.p.p.name is #) + (((_epsilon_ 0.2) (eh1 0.2) (ih0 0.6) ih0)) + (((_epsilon_ 1) _epsilon_)))) + ((p.p.p.name is o) + (((eh0 0.125) (eh1 0.875) eh1)) + ((n.name is t) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.0833333) (eh1 0.916667) eh1))) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((n.n.n.name is i) + (((ax0 0.833333) (eh1 0.166667) ax0)) + ((n.name is n) + ((p.p.p.name is c) + (((ax0 1) ax0)) + ((n.n.n.name is #) + ((p.p.name is c) + (((_epsilon_ 0.875) (ax0 0.125) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.666667) (ax0 0.333333) _epsilon_)) + (((_epsilon_ 0.125) (ax0 0.875) ax0)))) + (((_epsilon_ 0.85) (ax0 0.15) _epsilon_)))) + (((_epsilon_ 1) _epsilon_)))))))) + ((n.name is t) + ((n.n.name is h) + (((_epsilon_ 0.0769231) (ax0 0.230769) (ih0 0.692308) ih0)) + ((p.p.p.name is q) + (((ax0 1) ax0)) + ((n.n.name is n) + (((eh0 0.666667) (eh1 0.333333) eh0)) + ((p.p.name is c) + (((ax0 0.25) (eh0 0.25) (eh1 0.25) (ih0 0.25) ax0)) + ((n.n.name is r) + (((_epsilon_ 0.857143) + (eh0 0.0714286) + (eh1 0.0714286) + _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 0.666667) + (eh1 0.166667) + (ih0 0.166667) + _epsilon_)) + ((n.n.name is z) + (((_epsilon_ 0.944444) (ax0 0.0555556) _epsilon_)) + ((n.n.n.name is t) + (((ax0 1) ax0)) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 0.166667) (ax0 0.833333) ax0)) + ((p.p.name is v) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (eh1 0.333333) + _epsilon_)) + ((n.n.name is y) + (((_epsilon_ 0.2) (ax0 0.8) ax0)) + ((n.n.name is i) + ((n.n.n.name is e) + (((ax0 1) ax0)) + (((_epsilon_ 0.75) (ax0 0.25) _epsilon_))) + (((_epsilon_ 0.888889) (ax0 0.111111) _epsilon_))))))))))))))) + ((n.name is n) + ((p.p.p.name is f) + (((eh1 1) eh1)) + ((n.n.name is n) + ((p.p.name is v) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (eh1 0.333333) + _epsilon_)) + ((n.n.n.name is e) + ((p.p.p.name is e) + (((eh0 0.666667) (eh1 0.333333) eh0)) + ((p.p.name is c) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh1 1) eh1)))) + (((eh1 1) eh1)))) + ((p.p.p.name is #) + (((_epsilon_ 0.976744) (eh1 0.0232558) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 0.0666667) (ax0 0.933333) ax0)) + ((p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.222222) + (ax0 0.722222) + (eh1 0.0555556) + ax0)) + ((p.p.name is l) + (((_epsilon_ 0.1) (ax0 0.8) (eh1 0.1) ax0)) + (((_epsilon_ 0.888889) + (ax0 0.0555556) + (eh1 0.0555556) + _epsilon_))))))))) + ((n.n.n.name is o) + ((n.n.name is l) + (((eh1 1) eh1)) + (((_epsilon_ 0.761905) + (ax0 0.047619) + (eh1 0.0952381) + (y-uw1 0.0952381) + _epsilon_))) + ((n.name is w) + ((n.n.name is s) + ((p.p.name is v) (((y-uw1 1) y-uw1)) (((eh1 1) eh1))) + ((n.n.n.name is n) + (((y-uw1 1) y-uw1)) + (((_epsilon_ 0.974359) (uw1 0.025641) _epsilon_)))) + ((p.p.p.name is a) + ((n.n.name is s) + ((n.n.n.name is k) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0))) + ((p.p.name is n) + (((_epsilon_ 0.4) (eh1 0.6) eh1)) + (((_epsilon_ 0.727273) + (eh1 0.0909091) + (ow0 0.181818) + _epsilon_)))) + ((p.p.p.name is q) + (((eh1 1) eh1)) + ((p.p.p.name is o) + ((n.name is g) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + ((n.name is l) + (((_epsilon_ 0.777778) (eh0 0.222222) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.name is c) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)))))) + ((n.name is j) + (((eh1 0.333333) (ey1 0.666667) ey1)) + ((n.n.name is l) + ((p.p.name is c) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + ((n.name is l) + ((p.p.name is r) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_))) + (((_epsilon_ 1) _epsilon_)))) + ((p.p.p.name is g) + ((p.p.name is l) + (((eh0 0.333333) (eh1 0.333333) (ey1 0.333333) eh0)) + (((_epsilon_ 0.967742) (eh1 0.0322581) _epsilon_))) + ((p.p.name is v) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.857143) (ih0 0.142857) _epsilon_)) + ((p.p.p.name is b) + ((n.name is l) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.99269) + (eh1 0.00584795) + (ey1 0.00146199) + _epsilon_)))))))))))))))) + ((n.name is i) + ((n.n.name is r) + ((p.name is v) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.name is r) + (((eh1 0.9) (ey1 0.1) eh1)) + ((p.p.p.name is #) + (((_epsilon_ 0.6) (eh1 0.4) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + (((_epsilon_ 0.0833333) + (eh1 0.833333) + (ey1 0.0833333) + eh1))))))) + ((n.n.name is g) + ((n.n.n.name is h) + ((p.name is l) + (((_epsilon_ 0.923077) (ey1 0.0769231) _epsilon_)) + (((_epsilon_ 0.1) (ey1 0.9) ey1))) + ((p.p.p.name is #) + (((_epsilon_ 0.928571) (iy1 0.0714286) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (ey1 0.6) ey1))))))) + ((p.p.p.name is u) + ((n.n.name is l) + (((ey1 1) ey1)) + ((p.p.name is s) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + (((_epsilon_ 0.8) (ey1 0.1) (iy0 0.1) _epsilon_)))) + ((p.p.name is t) + ((n.n.n.name is t) + (((_epsilon_ 0.166667) (iy0 0.833333) iy0)) + ((n.n.n.name is m) + (((_epsilon_ 0.25) (iy0 0.5) (iy1 0.25) iy0)) + (((_epsilon_ 1) _epsilon_)))) + ((n.n.n.name is y) + (((iy1 1) iy1)) + ((p.name is s) + ((n.n.name is n) + (((_epsilon_ 0.25) (ey0 0.25) (ey1 0.5) ey1)) + (((_epsilon_ 0.75) (ey1 0.25) _epsilon_))) + ((p.name is r) + ((n.n.name is n) + ((p.p.p.name is #) + ((n.n.n.name is #) + (((ey1 1) ey1)) + (((_epsilon_ 0.75) + (ey1 0.125) + (iy1 0.125) + _epsilon_))) + (((_epsilon_ 0.846154) (ey0 0.153846) _epsilon_))) + (((_epsilon_ 0.963855) + (ey1 0.0240964) + (iy1 0.0120482) + _epsilon_))) + (((_epsilon_ 0.98249) + (eh1 0.00194553) + (ey0 0.00194553) + (ey1 0.0077821) + (iy0 0.00194553) + (iy1 0.00194553) + (uw0 0.00194553) + _epsilon_))))))))) + ((n.name is n) + ((n.n.name is e) + ((n.n.n.name is #) + ((p.p.p.name is n) + (((eh1 0.666667) (iy1 0.333333) eh1)) + ((p.name is o) + (((iy0 1) iy0)) + ((p.p.p.name is a) + (((iy1 1) iy1)) + ((p.p.name is r) + (((iy0 0.833333) (iy1 0.166667) iy0)) + ((p.p.name is e) + (((iy0 0.555556) (iy1 0.444444) iy0)) + ((p.p.name is c) + (((iy0 0.75) (iy1 0.25) iy0)) + ((p.p.p.name is d) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy0 0.0833333) (iy1 0.916667) iy1))))))))) + ((n.n.n.name is d) + ((p.p.p.name is d) + (((ih0 1) ih0)) + (((ax0 0.952381) (iy1 0.047619) ax0))) + ((n.n.n.name is s) + ((p.name is g) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + ((p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.name is v) + (((iy1 1) iy1)) + ((p.p.p.name is #) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + (((_epsilon_ 0.863636) + (ih0 0.0454545) + (iy0 0.0454545) + (iy1 0.0454545) + _epsilon_)))))) + ((n.n.n.name is r) + ((p.name is g) + ((p.p.name is e) + (((eh1 0.916667) (iy0 0.0833333) eh1)) + ((p.p.p.name is c) + (((eh1 1) eh1)) + (((ax0 0.4) (eh1 0.4) (iy0 0.2) ax0)))) + ((p.p.p.name is #) + ((p.p.name is s) + (((eh1 0.333333) (iy1 0.666667) iy1)) + (((_epsilon_ 0.166667) + (ax0 0.5) + (eh1 0.166667) + (iy1 0.166667) + ax0))) + ((p.name is t) + (((_epsilon_ 0.125) (ax0 0.875) ax0)) + ((p.p.name is i) + (((iy0 1) iy0)) + ((p.name is d) + (((ax0 1) ax0)) + ((p.p.p.name is i) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is a) + (((ax0 0.25) (iy0 0.75) iy0)) + (((_epsilon_ 0.333333) + (ax0 0.111111) + (eh1 0.111111) + (ey0 0.111111) + (iy0 0.333333) + _epsilon_))))))))) + ((p.name is o) + ((n.n.n.name is m) + (((iy0 1) iy0)) + (((_epsilon_ 1) _epsilon_))) + ((p.name is v) + (((ey0 0.142857) (ih0 0.857143) ih0)) + ((p.p.name is s) + (((eh1 0.6) (iy1 0.4) eh1)) + ((n.n.n.name is w) + (((_epsilon_ 0.666667) (iy0 0.333333) _epsilon_)) + ((p.p.p.name is a) + (((eh1 0.166667) (ih0 0.833333) ih0)) + ((p.name is m) + (((eh1 0.4) (ey1 0.4) (ih0 0.2) eh1)) + ((p.name is h) + ((n.n.n.name is y) + (((ey1 0.666667) (ih0 0.333333) ey1)) + ((p.p.p.name is #) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((ax0 0.5) (eh1 0.25) (ih0 0.25) ax0)))) + ((n.n.n.name is l) + (((ax0 0.2) (eh1 0.6) (iy1 0.2) eh1)) + ((n.n.n.name is c) + (((_epsilon_ 0.833333) + (eh1 0.166667) + _epsilon_)) + ((p.name is u) + (((_epsilon_ 0.6) + (eh0 0.2) + (ih0 0.2) + _epsilon_)) + ((p.name is g) + (((ax0 0.6) (ih0 0.2) (iy1 0.2) ax0)) + ((p.p.name is n) + (((ax0 0.5) (ih0 0.5) ax0)) + ((p.p.name is e) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.name is r) + ((p.p.p.name is #) + (((ax0 0.25) + (eh1 0.25) + (ih0 0.25) + (iy1 0.25) + ax0)) + (((_epsilon_ 0.25) + (ax0 0.25) + (ih0 0.5) + ih0))) + (((_epsilon_ 0.714286) + (eh1 0.142857) + (ih0 0.142857) + _epsilon_)))))))))))))))))))) + ((n.n.name is d) + ((p.p.p.name is l) + ((n.n.n.name is r) + (((aa1 0.25) (eh1 0.25) (ih0 0.5) ih0)) + (((_epsilon_ 0.0909091) + (ax0 0.545455) + (eh0 0.181818) + (eh1 0.0909091) + (ih0 0.0909091) + ax0))) + ((n.n.n.name is o) + ((p.name is u) + ((p.p.name is n) + (((eh1 1) eh1)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (eh1 0.333333) + _epsilon_))) + ((p.name is l) + (((eh1 0.666667) (ey1 0.166667) (ih0 0.166667) eh1)) + ((p.p.name is r) + (((eh0 0.25) (eh1 0.75) eh1)) + ((p.p.name is s) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.p.p.name is i) + (((ax0 0.4) (eh1 0.2) (ih0 0.4) ax0)) + ((p.name is k) + (((ax0 0.333333) (eh0 0.333333) (ih0 0.333333) ax0)) + ((p.p.name is e) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((eh1 0.285714) (ih0 0.714286) ih0))))))))) + ((p.p.name is l) + ((p.p.p.name is a) + (((ax0 0.166667) (eh1 0.666667) (ey0 0.166667) eh1)) + ((p.name is l) + (((eh0 1) eh0)) + (((_epsilon_ 0.666667) (eh0 0.333333) _epsilon_)))) + ((p.p.p.name is b) + ((p.p.name is e) + (((eh0 0.666667) (ih0 0.333333) eh0)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (eh0 0.333333) + _epsilon_))) + ((p.name is s) + ((p.p.name is e) + (((eh1 0.5) (ey1 0.25) (ih0 0.25) eh1)) + (((ax0 0.571429) (eh1 0.142857) (ih0 0.285714) ax0))) + ((p.p.p.name is a) + ((p.p.name is r) + (((eh1 0.5) (ey0 0.5) eh1)) + ((p.p.name is t) + (((eh1 1) eh1)) + ((p.p.name is s) + (((eh1 1) eh1)) + ((p.p.name is p) + (((eh1 0.857143) (ih0 0.142857) eh1)) + (((ih0 1) ih0)))))) + ((n.n.n.name is r) + (((aa1 0.125) + (eh1 0.625) + (ey1 0.125) + (ih0 0.125) + eh1)) + ((p.p.p.name is t) + (((_epsilon_ 0.2) (ax0 0.4) (eh1 0.4) ax0)) + ((p.p.p.name is c) + ((n.n.n.name is e) + (((eh1 1) eh1)) + (((ax0 1) ax0))) + ((p.p.name is h) + (((eh0 0.666667) (ih0 0.333333) eh0)) + ((p.p.name is e) + ((p.name is r) + ((p.p.p.name is f) + (((eh1 1) eh1)) + (((_epsilon_ 0.2) + (ax0 0.4) + (eh0 0.2) + (ey1 0.2) + ax0))) + (((ax0 0.025641) + (eh1 0.923077) + (ey1 0.025641) + (ih0 0.025641) + eh1))) + (((ax0 0.0177515) + (eh0 0.0473373) + (eh1 0.911243) + (ih0 0.0236686) + eh1))))))))))))) + ((n.n.n.name is i) + ((n.n.name is s) + (((_epsilon_ 0.0175439) + (ax0 0.0175439) + (eh1 0.964912) + eh1)) + ((n.n.name is t) + ((p.name is l) + ((p.p.p.name is v) + (((ax0 0.375) + (eh0 0.125) + (eh1 0.25) + (ey0 0.125) + (ih0 0.125) + ax0)) + (((ax0 0.111111) (eh0 0.555556) (eh1 0.333333) eh0))) + ((p.p.name is r) + ((p.p.p.name is a) + (((ax0 0.818182) (eh0 0.181818) ax0)) + ((p.p.p.name is e) + (((ax0 0.2) (eh1 0.8) eh1)) + ((p.p.p.name is o) + (((eh0 0.25) (eh1 0.75) eh1)) + (((ax0 0.333333) (eh0 0.333333) (eh1 0.333333) ax0))))) + ((p.p.p.name is l) + ((p.p.name is o) + (((ax0 0.333333) (eh0 0.666667) eh0)) + ((p.p.name is e) + (((ax0 0.25) (eh1 0.25) (ey1 0.5) ey1)) + (((eh1 1) eh1)))) + ((p.p.name is u) + (((ax0 0.333333) (eh1 0.5) (ey1 0.166667) eh1)) + ((p.p.name is a) + ((p.p.p.name is p) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh0 0.666667) (eh1 0.333333) eh0))) + ((p.p.p.name is s) + (((ax0 0.5) (eh1 0.5) ax0)) + ((p.p.name is m) + (((ax0 0.333333) + (eh0 0.333333) + (eh1 0.333333) + ax0)) + ((p.p.name is o) + ((p.p.p.name is p) + (((eh1 1) eh1)) + (((eh0 0.666667) (eh1 0.333333) eh0))) + (((ax0 0.0288462) + (eh0 0.00961538) + (eh1 0.961538) + eh1)))))))))) + ((p.p.p.name is #) + ((p.p.name is a) + (((ax0 0.5) (eh0 0.166667) (eh1 0.333333) ax0)) + (((_epsilon_ 0.047619) + (eh0 0.047619) + (eh1 0.904762) + eh1))) + ((n.n.name is z) + (((eh0 0.125) (eh1 0.875) eh1)) + ((n.n.name is n) + (((eh1 0.909091) (ih0 0.0909091) eh1)) + ((n.n.name is c) + ((p.name is c) + (((eh1 1) eh1)) + ((p.p.name is a) + (((eh1 1) eh1)) + (((ax0 0.833333) (eh1 0.166667) ax0)))) + ((p.p.p.name is b) + (((eh1 0.666667) (iy1 0.333333) eh1)) + ((n.n.name is f) + (((ax0 0.6) (eh1 0.4) ax0)) + ((p.p.name is l) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.p.p.name is u) + (((ih0 1) ih0)) + ((n.n.name is r) + (((ax0 0.25) (eh1 0.25) (ih0 0.5) ih0)) + (((ax0 0.666667) (ih0 0.333333) ax0))))))))))))) + ((p.p.p.name is #) + ((p.p.name is o) + ((p.name is p) + (((ax0 1) ax0)) + ((n.n.name is s) + (((ax0 0.857143) (ih0 0.142857) ax0)) + (((ih0 1) ih0)))) + ((p.name is u) + ((p.p.name is q) + (((eh1 0.8) (ey0 0.2) eh1)) + ((p.p.name is k) + (((_epsilon_ 0.8) (ax0 0.2) _epsilon_)) + ((n.n.name is o) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + ((p.p.name is f) + (((eh1 1) eh1)) + ((p.p.name is g) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (ey1 0.333333) + _epsilon_)) + ((p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.8) (eh1 0.2) _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 0.333333) + (eh0 0.333333) + (eh1 0.333333) + _epsilon_)) + (((_epsilon_ 0.25) (eh1 0.75) eh1)))))))))) + ((p.name is o) + ((n.n.name is i) + ((p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0))) + (((_epsilon_ 0.857143) (eh1 0.142857) _epsilon_))) + ((n.n.name is a) + ((n.n.n.name is #) + ((p.p.name is a) + (((ey1 0.666667) (ih0 0.333333) ey1)) + ((p.name is r) + (((eh1 0.333333) (ey1 0.666667) ey1)) + (((ax0 0.25) (iy1 0.75) iy1)))) + ((p.p.name is a) + (((ax0 0.2) (eh1 0.2) (ey0 0.2) (iy1 0.4) iy1)) + ((p.name is r) + (((ax0 0.5) (ih0 0.25) (iy0 0.25) ax0)) + ((n.n.n.name is n) + (((ax0 0.6) (eh1 0.2) (ih0 0.2) ax0)) + ((n.n.n.name is r) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.333333) + (ih0 0.333333) + (iy1 0.333333) + eh1))))))) + ((p.p.name is s) + ((n.n.n.name is l) + (((eh1 0.333333) (ih1 0.666667) ih1)) + ((p.name is h) + (((eh0 0.142857) (eh1 0.857143) eh1)) + ((p.name is t) + (((eh1 1) eh1)) + ((p.name is p) + (((eh1 1) eh1)) + ((n.n.name is s) + (((eh1 1) eh1)) + ((n.n.name is t) + (((eh1 1) eh1)) + (((eh1 0.333333) (iy1 0.666667) iy1)))))))) + ((p.name is r) + ((p.p.name is a) + (((ax0 0.5) (ey0 0.25) (ih0 0.25) ax0)) + ((p.p.name is g) + ((n.n.name is o) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh1 0.8) (iy1 0.2) eh1))) + (((ax0 0.0166667) + (eh1 0.95) + (ih1 0.0166667) + (iy0 0.0166667) + eh1)))) + ((p.name is l) + (((eh0 0.047619) + (eh1 0.809524) + (ih0 0.0952381) + (iy1 0.047619) + eh1)) + ((p.p.name is u) + (((eh0 0.5) (ey1 0.25) (ih0 0.25) eh0)) + ((p.name is h) + ((n.n.name is o) + ((n.n.n.name is m) + (((ax0 1) ax0)) + (((ax0 0.25) (eh1 0.25) (iy1 0.5) iy1))) + (((eh0 0.111111) + (eh1 0.777778) + (iy1 0.111111) + eh1))) + ((n.n.n.name is n) + (((_epsilon_ 0.666667) + (ax0 0.333333) + _epsilon_)) + ((p.name is a) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + ((n.n.name is g) + (((eh1 1) eh1)) + ((p.name is m) + (((eh1 0.75) (ih0 0.25) eh1)) + ((n.n.name is t) + ((p.p.name is e) + (((eh1 1) eh1)) + (((ax0 0.714286) (eh1 0.285714) ax0))) + ((n.n.n.name is o) + (((ax0 0.5) (ih0 0.5) ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((n.n.name is s) + ((n.n.n.name is #) + (((ax0 1) ax0)) + (((eh1 0.666667) (ih0 0.333333) eh1))) + (((ax0 0.8) (eh1 0.2) ax0))))))))))))))))))) + ((n.n.name is t) + ((n.n.n.name is #) + ((p.name is m) + ((p.p.p.name is u) + (((aa1 0.25) (ax0 0.25) (eh1 0.5) eh1)) + (((aa1 0.00414938) + (ax0 0.958506) + (eh0 0.0165975) + (eh1 0.0207469) + ax0))) + ((p.p.name is i) + (((ax0 0.85) (eh0 0.025) (eh1 0.025) (ih0 0.1) ax0)) + ((p.name is l) + (((ax0 0.958333) (ih0 0.0416667) ax0)) + ((p.name is g) + (((ax0 0.909091) + (eh0 0.0454545) + (ih0 0.0454545) + ax0)) + ((p.name is r) + (((_epsilon_ 0.037037) + (ax0 0.925926) + (eh1 0.037037) + ax0)) + ((p.name is p) + (((ax0 0.166667) (eh1 0.833333) eh1)) + ((p.p.p.name is a) + (((ax0 0.3) (eh0 0.1) (eh1 0.6) eh1)) + ((p.name is s) + ((p.p.name is s) + (((ax0 0.5) (eh1 0.5) ax0)) + (((ax0 0.333333) (eh1 0.666667) eh1))) + ((p.name is v) + ((p.p.p.name is o) + (((ax0 1) ax0)) + (((ax0 0.285714) (eh1 0.714286) eh1))) + ((p.p.p.name is o) + ((p.name is t) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((ax0 1) ax0))) + ((p.p.name is r) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.876923) + (eh0 0.0153846) + (eh1 0.107692) + ax0))))))))))))) + ((n.n.n.name is s) + ((p.name is s) + (((ax0 0.142857) (eh1 0.857143) eh1)) + ((p.p.name is n) + ((p.name is t) + (((eh0 0.25) (eh1 0.75) eh1)) + ((p.p.p.name is i) + (((ax0 0.25) (eh0 0.25) (eh1 0.5) eh1)) + (((ax0 1) ax0)))) + ((p.name is v) + (((ax0 0.333333) (eh1 0.666667) eh1)) + ((p.p.p.name is l) + (((ax0 0.8) (eh1 0.133333) (ih0 0.0666667) ax0)) + ((p.p.p.name is o) + ((p.p.name is r) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.833333) (eh0 0.166667) ax0))) + (((ax0 0.951389) + (eh0 0.00694444) + (eh1 0.0416667) + ax0))))))) + ((n.n.n.name is l) + (((ax0 0.943396) (eh1 0.0566038) ax0)) + ((n.n.n.name is h) + ((p.p.name is a) + (((ax0 0.333333) (eh1 0.666667) eh1)) + ((p.name is v) + (((ax0 1) ax0)) + ((p.p.p.name is l) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is i) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is o) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((_epsilon_ 0.2) (ax0 0.4) (ih0 0.4) ax0))))))) + ((p.p.p.name is l) + ((n.n.n.name is z) + (((ih0 1) ih0)) + (((eh1 0.9375) (ey1 0.0625) eh1))) + ((p.p.p.name is n) + (((eh0 0.181818) + (eh1 0.727273) + (ey0 0.0909091) + eh1)) + ((p.p.p.name is c) + (((eh0 0.166667) (eh1 0.833333) eh1)) + ((n.n.n.name is u) + (((eh1 1) eh1)) + ((p.name is d) + (((ax0 0.6) (eh0 0.2) (ih0 0.2) ax0)) + ((p.p.p.name is a) + ((n.n.n.name is e) + (((ax0 0.777778) + (eh0 0.111111) + (eh1 0.111111) + ax0)) + ((p.p.name is r) + ((p.name is m) + (((ax0 0.5) (eh1 0.5) ax0)) + (((ax0 0.333333) (eh1 0.666667) eh1))) + (((ax0 0.666667) (eh1 0.333333) ax0)))) + ((p.p.name is m) + (((ax0 0.666667) + (eh0 0.166667) + (eh1 0.166667) + ax0)) + ((n.n.n.name is r) + ((p.name is c) + ((p.p.p.name is o) + (((ax0 0.833333) (eh1 0.166667) ax0)) + (((ax0 0.125) (eh1 0.875) eh1))) + (((ax0 0.666667) (ih0 0.333333) ax0))) + ((p.p.p.name is p) + ((p.name is t) + (((ax0 1) ax0)) + (((ax0 0.166667) + (eh1 0.666667) + (ih0 0.166667) + eh1))) + ((p.p.name is e) + ((p.p.p.name is r) + (((ax0 0.157895) (eh1 0.842105) eh1)) + ((p.name is m) + (((eh1 1) eh1)) + (((aa1 0.142857) (ax0 0.857143) ax0)))) + ((p.name is c) + (((eh0 0.1) (eh1 0.9) eh1)) + ((p.p.p.name is e) + (((ax0 0.571429) (eh1 0.428571) ax0)) + ((p.p.p.name is g) + (((eh0 0.333333) (eh1 0.666667) eh1)) + ((p.p.name is o) + ((p.p.p.name is m) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh0 0.333333) (eh1 0.666667) eh1))) + ((p.p.name is s) + (((ax0 0.2) (eh0 0.2) (eh1 0.6) eh1)) + ((p.name is s) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.p.p.name is i) + ((n.n.n.name is e) + (((eh1 1) eh1)) + ((p.p.name is n) + (((ax0 0.6) (eh1 0.4) ax0)) + (((ax0 0.333333) + (eh1 0.666667) + eh1)))) + (((ax0 0.0625) (eh1 0.9375) eh1))))))))))))))))))))))) + ((p.name is o) + ((n.n.n.name is n) + (((ax0 1) ax0)) + ((p.p.p.name is b) + (((iy1 1) iy1)) + (((_epsilon_ 0.95) (iy1 0.05) _epsilon_)))) + ((n.n.name is c) + ((n.n.n.name is h) + (((eh1 0.857143) (ih0 0.142857) eh1)) + ((p.p.name is m) + (((ax0 0.2) (eh1 0.8) eh1)) + ((n.n.n.name is o) + (((ax0 0.25) (eh1 0.5) (ih0 0.25) eh1)) + ((n.n.n.name is e) + (((ax0 0.964029) + (eh1 0.028777) + (ih0 0.00719424) + ax0)) + ((n.n.n.name is y) + (((ax0 0.969697) (eh1 0.030303) ax0)) + ((p.p.name is o) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((eh1 0.666667) (ih0 0.333333) eh1)))))))) + ((n.n.name is b) + ((n.n.n.name is e) + (((_epsilon_ 0.0138889) + (ax0 0.9375) + (eh1 0.0277778) + (ih0 0.0208333) + ax0)) + ((n.n.n.name is u) + (((ax0 0.837838) (eh1 0.027027) (ih0 0.135135) ax0)) + ((p.p.p.name is o) + (((ax0 0.0909091) + (eh0 0.0909091) + (eh1 0.181818) + (ih0 0.636364) + ih0)) + ((p.p.p.name is u) + (((ax0 0.142857) + (eh1 0.428571) + (ih0 0.428571) + eh1)) + ((p.p.name is n) + (((ax0 0.888889) (ih0 0.111111) ax0)) + ((p.p.name is o) + (((ax0 0.777778) + (eh1 0.111111) + (ih0 0.111111) + ax0)) + ((p.p.p.name is a) + ((p.p.name is t) + (((ah1 0.333333) + (ax0 0.333333) + (ih0 0.333333) + ah1)) + (((ax0 0.6) (eh1 0.1) (ih0 0.3) ax0))) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.name is d) + (((ax0 0.111111) (ih0 0.888889) ih0)) + ((n.n.n.name is o) + (((ax0 0.142857) (ih0 0.857143) ih0)) + ((p.p.name is s) + (((ax0 1) ax0)) + ((p.name is f) + (((ih0 1) ih0)) + ((p.p.p.name is s) + (((ax0 0.2) (eh1 0.2) (ih0 0.6) ih0)) + ((p.name is h) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ax0 0.545455) + (eh1 0.0909091) + (ih0 0.363636) + ax0)) + ((p.p.name is l) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is i) + (((ih0 1) ih0)) + ((p.p.p.name is e) + (((ax0 0.25) (ih0 0.75) ih0)) + (((ax0 0.666667) + (ih0 0.333333) + ax0)))))))))))))))))))) + ((n.n.name is s) + ((n.n.n.name is #) + (((_epsilon_ 0.0127389) + (ax0 0.949045) + (eh0 0.0127389) + (ih0 0.0254777) + ax0)) + ((n.n.n.name is t) + ((p.p.name is a) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (eh1 0.333333) + _epsilon_)) + ((p.p.p.name is l) + (((ax0 0.5) (eh0 0.5) ax0)) + ((p.p.p.name is a) + (((ax0 1) ax0)) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.p.name is r) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ax0 0.25) (ih0 0.75) ih0)))))))))) + ((n.n.n.name is e) + ((p.p.p.name is l) + (((ax0 0.875) (ih0 0.125) ax0)) + ((p.p.name is r) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.name is o) + (((ih0 1) ih0)) + ((p.p.p.name is e) + (((eh1 0.5) (ih0 0.5) eh1)) + ((p.name is s) + (((eh0 0.333333) (eh1 0.666667) eh1)) + ((p.name is t) + ((p.p.name is s) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh1 1) eh1))) + (((ax0 0.0434783) (eh1 0.956522) eh1)))))))) + ((n.n.n.name is k) + (((eh1 1) eh1)) + ((n.n.n.name is a) + (((ax0 0.833333) (eh1 0.166667) ax0)) + ((p.p.name is n) + (((eh1 0.714286) (ih0 0.285714) eh1)) + ((p.p.p.name is r) + (((ax0 0.875) (eh1 0.125) ax0)) + ((p.p.name is s) + (((ih0 1) ih0)) + ((p.p.p.name is t) + (((ax0 1) ax0)) + ((p.name is c) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.p.p.name is o) + (((ax0 0.625) (eh1 0.125) (ih0 0.25) ax0)) + ((p.name is l) + (((ax0 0.6) (eh1 0.2) (ih0 0.2) ax0)) + (((ax0 0.166667) + (eh1 0.0333333) + (ih0 0.8) + ih0)))))))))))))) + ((n.n.n.name is n) + ((n.n.name is a) + ((p.name is t) + (((ax0 0.833333) (eh1 0.166667) ax0)) + ((p.p.name is o) (((ax0 1) ax0)) (((ih0 1) ih0)))) + ((p.name is v) + (((ax0 0.333333) (iy1 0.666667) iy1)) + (((_epsilon_ 0.0153846) + (ax0 0.938462) + (eh0 0.0153846) + (ey0 0.0153846) + (ih0 0.0153846) + ax0)))) + ((n.n.n.name is #) + ((p.p.name is o) + ((n.n.name is y) + (((ax0 1) ax0)) + ((p.name is r) + (((_epsilon_ 0.25) + (eh1 0.25) + (ih0 0.25) + (iy1 0.25) + _epsilon_)) + (((ax0 0.166667) (eh1 0.333333) (iy1 0.5) iy1)))) + ((n.n.name is z) + (((ih0 1) ih0)) + ((n.n.name is g) + (((eh0 0.222222) + (eh1 0.666667) + (ih0 0.111111) + eh1)) + ((n.n.name is o) + ((p.p.name is e) + (((eh1 0.333333) (ey1 0.666667) ey1)) + (((eh1 0.875) (ey1 0.125) eh1))) + ((p.p.p.name is y) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.name is r) + ((p.p.p.name is c) + (((eh1 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is e) + (((eh1 0.333333) (ey1 0.666667) ey1)) + (((eh1 0.666667) + (ey1 0.166667) + (iy1 0.166667) + eh1)))) + ((p.p.p.name is a) + ((p.p.name is r) + (((ax0 0.2) + (ey1 0.2) + (ih0 0.2) + (iy1 0.4) + iy1)) + (((ih0 0.6) (iy1 0.4) ih0))) + ((p.name is b) + (((iy1 1) iy1)) + ((n.n.name is y) + ((p.name is h) + (((ey1 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ey1)) + ((p.p.p.name is e) + (((eh1 0.333333) + (ih0 0.333333) + (iy1 0.333333) + eh1)) + (((ih0 0.333333) (iy1 0.666667) iy1)))) + ((p.p.name is e) + (((ax0 0.166667) + (eh1 0.666667) + (ih0 0.166667) + eh1)) + ((n.n.name is a) + ((p.p.p.name is d) + (((eh1 0.333333) + (ey1 0.333333) + (iy1 0.333333) + eh1)) + ((p.p.p.name is c) + (((eh1 0.25) (iy1 0.75) iy1)) + (((eh1 0.25) + (ih0 0.5) + (iy1 0.25) + ih0)))) + (((eh1 0.857143) (iy1 0.142857) eh1))))))))))))) + ((n.n.name is i) + ((n.n.n.name is a) + ((p.p.name is n) + (((ih0 0.666667) (iy1 0.333333) ih0)) + (((eh1 0.0833333) (iy1 0.916667) iy1))) + ((n.n.n.name is e) + (((ih0 0.142857) + (ih1 0.142857) + (iy1 0.714286) + iy1)) + ((n.n.n.name is o) + (((iy1 1) iy1)) + ((n.n.n.name is u) + (((iy0 0.333333) (iy1 0.666667) iy1)) + ((n.n.n.name is c) + ((p.name is g) + (((eh1 1) eh1)) + ((p.p.name is o) + (((eh0 0.2) + (eh1 0.2) + (ey1 0.2) + (ih0 0.2) + (iy1 0.2) + eh0)) + (((ax0 0.111111) + (eh0 0.111111) + (eh1 0.555556) + (ih0 0.222222) + eh1)))) + ((n.n.n.name is k) + (((_epsilon_ 0.666667) + (ih0 0.333333) + _epsilon_)) + ((p.p.name is p) + (((eh1 1) eh1)) + ((n.n.n.name is t) + (((ax0 0.111111) + (eh0 0.222222) + (eh1 0.555556) + (ih0 0.111111) + eh1)) + (((_epsilon_ 0.0526316) + (ax0 0.684211) + (eh0 0.0526316) + (eh1 0.105263) + (ih0 0.105263) + ax0)))))))))) + ((n.n.name is z) + ((n.n.n.name is e) + (((eh0 0.333333) (ih0 0.666667) ih0)) + ((p.p.name is o) + ((p.name is r) + (((eh1 1) eh1)) + ((p.p.p.name is r) + (((ax0 0.333333) + (eh0 0.333333) + (eh1 0.333333) + ax0)) + (((ax0 0.333333) (eh1 0.666667) eh1)))) + (((eh0 0.111111) (eh1 0.888889) eh1)))) + ((n.n.name is n) + ((n.n.n.name is e) + ((p.name is r) + (((eh1 0.4) (ih0 0.6) ih0)) + ((p.p.p.name is u) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((ax0 0.222222) + (eh1 0.555556) + (ih0 0.222222) + eh1)))) + (((eh0 0.0555556) + (eh1 0.888889) + (ih0 0.0555556) + eh1))) + ((p.p.p.name is s) + ((p.p.name is e) + (((ax0 1) ax0)) + (((ax0 0.0625) (eh1 0.9375) eh1))) + ((p.name is s) + ((p.p.p.name is d) + (((ih0 1) ih0)) + ((n.n.name is a) + ((n.n.n.name is u) + (((ih0 1) ih0)) + (((ax0 0.75) (ih0 0.25) ax0))) + ((n.n.name is h) + ((n.n.n.name is a) + (((ax0 0.8) (eh1 0.2) ax0)) + ((p.p.p.name is e) + (((ax0 0.8) (ih0 0.2) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0)))) + (((ax0 1) ax0))))) + ((p.name is u) + (((_epsilon_ 0.75) (ey1 0.25) _epsilon_)) + ((p.p.p.name is i) + ((p.p.name is n) + ((p.name is g) + (((eh1 0.6) (ih0 0.4) eh1)) + (((ih0 1) ih0))) + ((n.n.n.name is e) + (((ih0 1) ih0)) + ((p.p.name is e) + (((eh1 0.2) (ih0 0.8) ih0)) + ((p.p.name is t) + (((ax0 0.2) (ih0 0.8) ih0)) + (((ax0 0.571429) + (eh1 0.142857) + (ih0 0.285714) + ax0)))))) + ((p.p.p.name is o) + ((n.n.n.name is a) + (((ih0 1) ih0)) + ((p.name is d) + (((ax0 0.5) (eh0 0.5) ax0)) + ((n.n.name is o) + (((_epsilon_ 0.2) + (eh1 0.2) + (ih0 0.6) + ih0)) + ((n.n.n.name is e) + ((p.p.name is p) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ih0 1) ih0))) + (((ax0 0.5) (eh0 0.25) (ih0 0.25) ax0)))))) + ((n.n.name is k) + ((p.p.name is h) + ((p.p.p.name is c) + (((eh1 1) eh1)) + (((ax0 0.666667) (ih0 0.333333) ax0))) + ((n.n.n.name is a) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0)) + (((eh1 0.875) (ey1 0.125) eh1)))) + ((n.n.name is g) + ((n.n.n.name is e) + ((p.p.p.name is e) + (((eh0 0.166667) (ih0 0.833333) ih0)) + ((p.p.name is l) + (((ax0 0.555556) + (eh1 0.111111) + (ih0 0.333333) + ax0)) + ((p.p.p.name is c) + (((ax0 1) ax0)) + (((ax0 0.25) (eh1 0.75) eh1))))) + ((p.p.p.name is v) + (((eh1 1) eh1)) + ((n.n.n.name is a) + (((eh1 0.428571) + (ey1 0.285714) + (ih0 0.285714) + eh1)) + (((ey1 0.25) (ih0 0.75) ih0))))) + ((n.n.n.name is t) + ((n.n.name is a) + (((ax0 0.882353) + (eh1 0.0588235) + (ih0 0.0588235) + ax0)) + (((eh0 1) eh0))) + ((n.n.n.name is e) + ((p.name is v) + (((ax0 0.666667) (ey1 0.333333) ax0)) + ((p.p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((ax0 0.8) (ih0 0.2) ax0)) + ((p.p.name is h) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.p.name is e) + (((ax0 0.75) (ih0 0.25) ax0)) + ((n.n.name is h) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0)))))))) + ((n.n.name is h) + ((p.p.name is l) + (((ax0 0.333333) + (eh0 0.333333) + (ih0 0.333333) + ax0)) + ((n.n.n.name is a) + ((p.p.p.name is d) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + ((p.p.p.name is e) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.333333) + (eh1 0.166667) + (ih0 0.5) + ih0)))) + (((ih0 1) ih0)))) + ((n.n.n.name is s) + (((ih0 0.5) (iy1 0.5) ih0)) + ((n.n.name is f) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (ey1 0.333333) + _epsilon_)) + (((ax0 0.666667) + (eh1 0.333333) + ax0))) + ((p.p.name is c) + ((p.p.p.name is e) + (((eh1 0.25) (ih0 0.75) ih0)) + (((ax0 0.166667) + (eh1 0.833333) + eh1))) + ((p.name is t) + ((n.n.name is a) + ((p.p.name is n) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ih0 0.333333) + _epsilon_))) + ((p.p.p.name is e) + (((eh1 1) eh1)) + ((n.n.n.name is a) + (((eh1 0.5) (ih0 0.5) eh1)) + (((ax0 0.333333) + (ih0 0.666667) + ih0))))) + ((p.name is h) + ((n.n.name is o) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + (((ax0 0.333333) + (eh0 0.333333) + (eh1 0.333333) + ax0))) + ((n.n.n.name is o) + (((_epsilon_ 0.142857) + (ax0 0.714286) + (eh1 0.142857) + ax0)) + ((p.p.name is d) + (((ax0 0.333333) + (eh1 0.333333) + (iy1 0.333333) + ax0)) + ((p.p.p.name is d) + (((ax0 0.666667) + (eh0 0.333333) + ax0)) + ((n.n.n.name is y) + (((ax0 1) ax0)) + ((p.name is v) + ((n.n.name is o) + (((ax0 0.5) (iy1 0.5) ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0))) + ((p.p.p.name is u) + (((ax0 0.666667) + (iy1 0.333333) + ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.name is m) + (((ax0 1) ax0)) + ((p.name is g) + ((n.n.n.name is u) + (((ax0 1) ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0))) + ((p.p.p.name is a) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0))))))))))))))))))))))))))))))))))))))))) + ((n.n.name is t) + ((n.n.n.name is #) + ((n.name is t) + ((p.name is u) + (((_epsilon_ 0.875) (ih0 0.125) _epsilon_)) + ((p.p.p.name is #) + (((eh1 0.833333) (ih0 0.166667) eh1)) + ((p.name is k) + (((ih0 1) ih0)) + ((p.p.name is l) + (((ax0 0.0526316) (ih0 0.894737) (ih1 0.0526316) ih0)) + ((p.name is r) + ((p.p.name is r) + (((ax0 0.0666667) (ih0 0.933333) ih0)) + (((ax0 0.375) (eh0 0.25) (ih0 0.375) ax0))) + ((p.p.name is o) + (((ax0 0.5) (ih0 0.5) ax0)) + ((p.p.name is i) + (((ax0 0.2) (eh0 0.2) (eh1 0.2) (ih0 0.4) ih0)) + ((p.name is n) + ((p.p.p.name is e) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.name is r) + ((p.p.p.name is a) + (((ax0 0.2) (eh1 0.2) (ih0 0.6) ih0)) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0))) + (((ax0 0.047619) + (eh1 0.142857) + (ih0 0.809524) + ih0)))) + (((ax0 0.032) + (eh0 0.016) + (eh1 0.064) + (ih0 0.888) + ih0)))))))))) + ((n.name is s) + ((p.name is u) + ((p.p.name is q) + (((eh0 0.111111) (eh1 0.888889) eh1)) + (((_epsilon_ 0.2) (eh1 0.2) (ih0 0.6) ih0))) + ((p.p.p.name is #) + (((_epsilon_ 0.166667) (eh1 0.833333) eh1)) + ((p.p.p.name is d) + (((ax0 0.111111) (eh0 0.111111) (eh1 0.777778) eh1)) + ((p.p.name is n) + ((p.name is d) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((ax0 0.333333) (eh1 0.333333) (iy1 0.333333) ax0)) + ((p.name is g) + (((ax0 0.8) (eh1 0.2) ax0)) + ((p.p.p.name is i) + ((p.name is v) + (((ax0 0.25) (eh1 0.75) eh1)) + (((ax0 0.5) (eh1 0.5) ax0))) + (((ax0 0.25) (eh1 0.75) eh1)))))) + ((p.name is w) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh1 1) eh1)))) + ((p.p.p.name is o) + ((p.p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.692308) (ih0 0.307692) ax0))) + ((p.p.name is b) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + ((p.name is f) + (((ax0 0.333333) (eh1 0.666667) eh1)) + ((p.name is r) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is f) + (((ax0 1) ax0)) + ((p.p.name is a) + (((ax0 0.8) (eh1 0.2) ax0)) + ((p.p.name is u) + (((ax0 0.333333) + (eh0 0.333333) + (ih0 0.333333) + ax0)) + ((p.p.p.name is c) + (((eh1 0.666667) (ih0 0.333333) eh1)) + ((p.p.p.name is e) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.5) (ih0 0.5) eh1)))))))) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ax0 0.4) (eh1 0.6) eh1)) + ((p.name is t) + ((p.p.p.name is r) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.857143) (eh1 0.142857) ax0))) + ((p.name is v) + ((p.p.p.name is a) + (((ax0 0.333333) (eh0 0.666667) eh0)) + (((ax0 0.666667) + (eh1 0.166667) + (ih0 0.166667) + ax0))) + (((ax0 0.844444) + (eh1 0.0444444) + (ih0 0.111111) + ax0))))))))))))))) + ((n.name is c) + ((p.name is j) + ((p.p.name is b) + (((eh0 0.4) (eh1 0.4) (ih0 0.2) eh0)) + (((eh0 0.333333) (eh1 0.666667) eh1))) + ((p.name is f) + ((p.p.name is r) + (((ax0 0.333333) (eh0 0.333333) (ih0 0.333333) ax0)) + (((eh0 0.166667) (eh1 0.833333) eh1))) + (((eh0 0.0294118) (eh1 0.970588) eh1)))) + ((p.p.p.name is o) + ((n.name is l) + (((ih0 1) ih0)) + (((eh0 0.666667) (ih0 0.333333) eh0))) + ((n.name is d) + ((p.p.name is s) + (((eh0 0.2) (ih0 0.8) ih0)) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_))) + ((p.p.name is u) + (((_epsilon_ 0.333333) + (eh0 0.333333) + (ih0 0.333333) + _epsilon_)) + ((n.name is l) + ((p.name is f) + (((eh0 0.166667) (eh1 0.833333) eh1)) + ((p.p.p.name is #) + (((eh1 1) eh1)) + ((p.p.name is n) + (((eh1 1) eh1)) + (((eh1 0.166667) (ih0 0.833333) ih0))))) + (((eh0 0.047619) (eh1 0.952381) eh1))))))))) + ((n.name is s) + ((p.p.name is n) + ((p.p.p.name is u) + (((ax0 0.25) (eh1 0.25) (iy0 0.5) iy0)) + (((_epsilon_ 0.0192308) + (eh0 0.0384615) + (eh1 0.942308) + eh1))) + ((p.p.p.name is #) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.name is r) + (((eh0 0.1) (eh1 0.9) eh1)) + ((p.p.name is c) + (((eh1 1) eh1)) + ((p.p.name is q) + (((eh1 1) eh1)) + ((n.n.n.name is h) + (((eh1 0.666667) (ih0 0.333333) eh1)) + ((p.name is a) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + (((_epsilon_ 0.6) (eh1 0.4) _epsilon_)))))))) + ((n.n.n.name is o) + ((p.name is l) + (((_epsilon_ 0.777778) (ih0 0.222222) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.2) (ax0 0.2) (eh1 0.6) eh1)) + ((p.p.name is o) + (((_epsilon_ 0.25) (ax0 0.25) (eh1 0.5) eh1)) + (((_epsilon_ 0.545455) (eh1 0.454545) _epsilon_))))))) + ((p.p.p.name is d) + (((eh0 0.0434783) (eh1 0.956522) eh1)) + ((p.name is l) + ((p.p.name is l) + (((ih0 1) ih0)) + ((n.n.n.name is e) + (((eh1 1) eh1)) + ((p.p.p.name is p) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.name is e) + (((eh0 0.5) (eh1 0.333333) (ih0 0.166667) eh0)) + ((n.n.n.name is i) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + (((eh0 0.4) (eh1 0.2) (ih0 0.4) eh0))))))) + ((p.p.name is o) + ((p.p.p.name is r) + ((n.n.n.name is a) + (((ax0 0.75) (eh1 0.25) ax0)) + (((eh0 0.166667) (eh1 0.833333) eh1))) + ((n.n.n.name is i) + (((eh0 0.666667) (eh1 0.333333) eh0)) + ((n.n.n.name is a) + (((_epsilon_ 0.615385) + (ax0 0.0769231) + (eh1 0.230769) + (ih0 0.0769231) + _epsilon_)) + ((p.p.p.name is f) + (((ax0 1) ax0)) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + (((ax0 1) ax0)))))))) + ((p.p.name is i) + ((p.p.p.name is n) + (((eh0 0.5) (eh1 0.5) eh0)) + ((n.n.n.name is e) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + (((eh1 0.666667) (ih0 0.333333) eh1))) + (((_epsilon_ 0.8) (ax0 0.2) _epsilon_)))) + ((p.p.p.name is i) + (((eh0 0.125) (eh1 0.625) (ey1 0.25) eh1)) + ((p.name is v) + (((ax0 0.875) (eh1 0.125) ax0)) + ((p.name is n) + (((ax0 0.8) (ih0 0.2) ax0)) + ((p.p.p.name is t) + ((n.n.n.name is e) + ((p.p.name is e) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((eh1 1) eh1))) + (((ax0 0.857143) (eh1 0.142857) ax0))) + ((n.n.n.name is r) + ((p.p.name is c) + (((ax0 0.5) (eh1 0.125) (ih0 0.375) ax0)) + ((p.p.p.name is p) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_)))) + ((p.name is d) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.p.name is o) + ((p.name is r) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.name is c) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_)) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)))) + ((p.p.p.name is m) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0)) + ((p.name is u) + ((p.p.p.name is e) + (((eh1 1) eh1)) + (((_epsilon_ 0.5) (eh1 0.5) _epsilon_))) + (((eh1 0.947368) (ih0 0.0526316) eh1)))))))))))))))))) + ((n.name is o) + (((iy0 1) iy0)) + ((p.name is o) + (((_epsilon_ 0.894737) (eh1 0.105263) _epsilon_)) + ((n.name is u) + ((p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.name is r) + (((_epsilon_ 0.25) (oy1 0.75) oy1)) + (((_epsilon_ 0.666667) (oy1 0.333333) _epsilon_)))) + ((p.name is u) + ((n.n.n.name is e) + (((_epsilon_ 0.142857) + (eh0 0.047619) + (eh1 0.809524) + eh1)) + ((n.name is t) + ((p.p.name is h) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1))) + (((_epsilon_ 1) _epsilon_)))) + ((n.name is l) + ((p.p.p.name is #) + ((p.p.name is s) + (((eh1 1) eh1)) + (((ax0 0.333333) (eh0 0.333333) (eh1 0.333333) ax0))) + ((p.name is z) + (((ax0 1) ax0)) + ((n.n.n.name is i) + (((ax0 0.5) (ih0 0.5) ax0)) + ((n.n.n.name is o) + ((p.p.name is n) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh1 1) eh1))) + ((p.p.p.name is c) + (((eh1 1) eh1)) + ((n.n.n.name is e) + (((eh1 0.636364) (ih0 0.363636) eh1)) + (((ax0 0.25) (ih0 0.75) ih0)))))))) + ((n.name is y) + (((_epsilon_ 0.333333) (ey1 0.666667) ey1)) + ((n.n.n.name is i) + (((ax0 0.00729927) + (eh0 0.0109489) + (eh1 0.974453) + (ih1 0.00729927) + eh1)) + ((n.n.n.name is s) + ((n.name is t) + (((ax0 0.181818) + (eh1 0.0909091) + (ih0 0.727273) + ih0)) + ((p.p.name is b) + (((eh0 0.5) (eh1 0.25) (ih0 0.25) eh0)) + ((p.p.p.name is e) + (((eh1 1) eh1)) + ((p.p.p.name is i) + (((eh1 1) eh1)) + ((p.name is j) + (((eh0 0.5) (eh1 0.5) eh0)) + (((eh0 0.142857) (eh1 0.857143) eh1))))))) + ((p.p.name is s) + ((p.name is t) + ((p.p.p.name is #) + (((eh1 1) eh1)) + ((n.n.n.name is e) + (((eh0 0.111111) + (eh1 0.111111) + (ih0 0.777778) + ih0)) + (((eh1 0.666667) (ih0 0.333333) eh1)))) + ((p.p.p.name is a) + (((eh1 0.75) (ih0 0.25) eh1)) + ((n.n.n.name is a) + ((p.p.p.name is e) + (((eh1 1) eh1)) + (((eh0 0.5) (eh1 0.5) eh0))) + (((eh0 0.0930233) (eh1 0.906977) eh1))))) + ((p.p.name is d) + ((p.p.p.name is n) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh1 0.5) (er0 0.25) (ih0 0.25) eh1))) + ((p.p.p.name is #) + (((eh0 0.0307692) + (eh1 0.938462) + (ih1 0.0153846) + (uw1 0.0153846) + eh1)) + ((p.p.p.name is t) + ((n.n.n.name is o) + (((eh1 1) eh1)) + (((ax0 0.333333) (eh0 0.666667) eh0))) + ((p.p.name is a) + (((ax0 0.0555556) (eh1 0.944444) eh1)) + ((n.n.n.name is l) + (((ax0 0.0769231) + (eh1 0.846154) + (ih0 0.0769231) + eh1)) + ((p.p.name is e) + ((p.name is l) + ((n.name is c) + (((eh0 0.142857) (eh1 0.857143) eh1)) + (((eh0 0.5) (eh1 0.5) eh0))) + (((ax0 0.0196078) + (eh0 0.0196078) + (eh1 0.921569) + (ih0 0.0392157) + eh1))) + ((p.p.name is i) + (((eh0 0.147059) (eh1 0.852941) eh1)) + ((p.p.name is x) + ((n.n.n.name is a) + (((eh0 0.5) (eh1 0.5) eh0)) + (((eh1 1) eh1))) + (((eh0 0.034188) (eh1 0.965812) eh1))))))))))))))))))))) + ((n.name is w) + ((n.n.name is s) + ((n.n.n.name is k) + (((eh1 0.875) (uw1 0.125) eh1)) + ((p.p.name is t) + (((uw0 0.2) (y-uw0 0.8) y-uw0)) + (((_epsilon_ 0.0384615) + (uw1 0.730769) + (y-uw0 0.0769231) + (y-uw1 0.153846) + uw1)))) + ((p.p.p.name is #) + ((n.n.n.name is n) + ((p.p.name is l) + (((_epsilon_ 0.25) (uw0 0.75) uw0)) + ((p.name is r) + (((uw1 1) uw1)) + ((p.p.name is s) + (((uw1 0.333333) (y-uw1 0.666667) y-uw1)) + (((_epsilon_ 0.25) + (uw0 0.25) + (uw1 0.25) + (y-uw1 0.25) + _epsilon_))))) + ((n.n.name is e) + ((p.name is l) + (((eh1 0.166667) (uw1 0.833333) uw1)) + (((_epsilon_ 0.863636) (uw1 0.136364) _epsilon_))) + ((p.p.name is s) + (((uw1 1) uw1)) + ((p.name is r) + (((iy0 0.142857) (uw1 0.857143) uw1)) + ((p.p.name is c) + (((uw1 1) uw1)) + ((p.name is l) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 1) _epsilon_)))))))) + ((p.p.name is c) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.name is h) + (((ax0 0.25) (eh1 0.25) (uw1 0.25) (y-uw1 0.25) ax0)) + (((uw1 1) uw1)))) + ((n.n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.142857) + (ax0 0.142857) + (uw1 0.714286) + uw1)) + ((n.n.n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is i) + (((_epsilon_ 0.95) (ax0 0.05) _epsilon_)) + ((n.n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.name is d) + ((p.p.p.name is a) + (((ax0 0.666667) (uw1 0.333333) ax0)) + (((ih0 0.25) (uw0 0.75) uw0))) + ((n.n.n.name is c) + (((_epsilon_ 0.2) (ax0 0.2) (ih0 0.6) ih0)) + ((p.p.p.name is t) + (((_epsilon_ 0.888889) (ax0 0.111111) _epsilon_)) + ((n.n.name is a) + ((n.n.n.name is l) + (((ih0 0.75) (uw1 0.25) ih0)) + (((_epsilon_ 0.142857) + (uw0 0.285714) + (uw1 0.571429) + uw1))) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + ((n.n.n.name is n) + (((_epsilon_ 0.25) (uw0 0.25) (uw1 0.5) uw1)) + (((_epsilon_ 0.758621) + (ih0 0.0689655) + (uw0 0.137931) + (uw1 0.0344828) + _epsilon_)))))))))))))))) + ((n.n.name is s) + ((n.n.n.name is #) + ((n.name is y) + ((p.name is v) + (((ey1 1) ey1)) + (((_epsilon_ 0.933333) (ey1 0.0666667) _epsilon_))) + ((p.name is n) + ((n.name is t) + ((p.p.name is o) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.571429) (eh1 0.428571) ax0))) + (((ax0 0.926056) + (eh1 0.00352113) + (ih0 0.0669014) + (iy1 0.00352113) + ax0))) + ((p.name is l) + ((n.name is s) + ((p.p.p.name is h) + ((p.p.name is e) + (((eh1 0.666667) (ih0 0.333333) eh1)) + (((ax0 1) ax0))) + (((ax0 0.911765) + (eh1 0.0294118) + (ih0 0.0441176) + (iy1 0.0147059) + ax0))) + ((n.name is t) + (((ax0 0.735294) + (eh1 0.0588235) + (ey1 0.117647) + (ih0 0.0882353) + ax0)) + ((n.name is m) + (((ax0 0.8) (ih0 0.2) ax0)) + (((eh1 0.5) (ih0 0.25) (iy0 0.25) eh1))))) + ((n.name is l) + ((p.name is p) + (((ax0 0.375) (eh1 0.625) eh1)) + (((_epsilon_ 0.0208333) + (ax0 0.895833) + (eh1 0.0729167) + (ih0 0.0104167) + ax0))) + ((n.name is u) + ((p.name is h) + (((_epsilon_ 0.25) (iy0 0.25) (oy0 0.5) oy0)) + (((_epsilon_ 0.25) (iy0 0.75) iy0))) + ((n.name is o) + (((iy0 1) iy0)) + ((p.p.p.name is #) + ((p.name is o) + (((_epsilon_ 0.2) (ax0 0.6) (eh1 0.2) ax0)) + (((ax0 0.0833333) + (eh1 0.875) + (ih1 0.0416667) + eh1))) + ((p.name is k) + ((p.p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.857143) (ih0 0.142857) ax0))) + ((n.name is m) + (((ax0 1) ax0)) + ((n.name is t) + ((p.name is s) + (((ax0 0.125) (eh1 0.875) eh1)) + ((p.p.p.name is u) + (((ax0 0.625) (ey1 0.25) (ih0 0.125) ax0)) + ((p.p.p.name is i) + ((p.name is p) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((eh1 0.5) (ih0 0.5) eh1))) + ((p.p.p.name is c) + (((ax0 0.5) (eh1 0.25) (ih0 0.25) ax0)) + ((p.name is c) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((ax0 0.333333) (eh1 0.666667) eh1)) + ((p.p.name is e) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.785714) (eh1 0.214286) ax0))))))))) + ((p.p.p.name is n) + (((ax0 0.25) (eh0 0.125) (ih0 0.625) ih0)) + ((p.name is c) + (((eh0 0.3) (eh1 0.7) eh1)) + ((p.p.p.name is m) + (((eh0 0.6) (eh1 0.4) eh0)) + ((n.name is s) + ((p.p.p.name is d) + (((eh0 0.25) (eh1 0.75) eh1)) + ((p.name is s) + (((eh1 1) eh1)) + ((p.name is r) + ((p.p.name is t) + (((ax0 0.666667) + (eh1 0.222222) + (ih0 0.111111) + ax0)) + ((p.p.p.name is e) + (((ax0 0.2) (eh0 0.2) (eh1 0.6) eh1)) + ((p.p.p.name is r) + (((eh1 1) eh1)) + ((p.p.name is g) + (((ax0 0.25) (eh1 0.75) eh1)) + ((p.p.p.name is p) + (((eh1 0.666667) + (ih0 0.333333) + eh1)) + ((p.p.name is d) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + ((p.p.name is p) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + (((ax0 0.25) + (eh1 0.25) + (ih0 0.5) + ih0))))))))) + ((p.p.name is g) + (((eh1 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is o) + (((ax0 0.75) (eh1 0.25) ax0)) + ((p.p.p.name is r) + (((ax0 0.5) + (eh1 0.25) + (ih0 0.25) + ax0)) + ((p.name is g) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.75) (ih0 0.25) ax0))))))))) + ((p.name is t) + (((eh1 1) eh1)) + ((n.name is d) + ((p.name is r) + (((ax0 0.6) (eh1 0.4) ax0)) + (((eh1 1) eh1))) + (((ax0 0.25) (eh0 0.5) (eh1 0.25) eh0)))))))))))))))))) + ((n.name is s) + ((p.name is n) + ((p.p.p.name is e) + (((ax0 0.375) (eh0 0.125) (ih0 0.5) ih0)) + ((p.p.p.name is i) + (((ax0 1) ax0)) + ((p.p.name is r) + (((ax0 1) ax0)) + ((p.p.p.name is s) + (((ax0 0.428571) (ih0 0.571429) ih0)) + ((p.p.p.name is a) + (((ax0 0.5) (eh1 0.25) (ih0 0.25) ax0)) + ((n.n.n.name is e) + (((ax0 0.375) (eh1 0.375) (ih0 0.25) ax0)) + (((eh1 0.333333) (ih0 0.666667) ih0)))))))) + ((n.n.n.name is l) + ((p.name is l) + (((ax0 1) ax0)) + ((p.name is r) + (((eh1 1) eh1)) + (((_epsilon_ 1) _epsilon_)))) + ((p.name is o) + (((_epsilon_ 0.8) (ih0 0.2) _epsilon_)) + ((n.n.n.name is i) + (((ax0 0.0162602) + (eh0 0.0325203) + (eh1 0.943089) + (ih0 0.00813008) + eh1)) + ((p.p.p.name is #) + ((n.n.n.name is a) + (((eh0 0.5) (eh1 0.25) (ey0 0.25) eh0)) + (((eh1 0.982456) (ih0 0.0175439) eh1))) + ((n.n.n.name is n) + (((ax0 0.857143) (ih0 0.142857) ax0)) + ((p.p.p.name is n) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.name is g) + (((ax0 1) ax0)) + (((eh0 0.333333) (eh1 0.666667) eh1)))) + ((p.p.name is t) + ((p.p.p.name is s) + (((ax0 0.25) (eh1 0.625) (ih0 0.125) eh1)) + (((ax0 1) ax0))) + ((p.name is r) + (((eh0 0.0555556) (eh1 0.944444) eh1)) + ((p.name is c) + ((p.p.name is o) + ((n.n.n.name is e) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh0 0.333333) (eh1 0.666667) eh1))) + (((eh1 1) eh1))) + ((p.name is g) + (((eh0 0.25) (eh1 0.25) (ih0 0.5) ih0)) + ((p.p.p.name is e) + (((eh1 0.333333) (ih0 0.666667) ih0)) + ((p.name is s) + (((eh1 1) eh1)) + ((n.n.n.name is e) + ((p.name is f) + (((eh1 1) eh1)) + ((p.p.p.name is c) + (((eh1 1) eh1)) + (((ax0 0.666667) (eh1 0.333333) ax0)))) + (((ax0 0.125) (eh1 0.625) (ih0 0.25) eh1)))))))))))))))) + ((n.name is l) + ((p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is k) + (((eh1 1) eh1)) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is #) + ((p.name is d) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.name is a) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((_epsilon_ 0.166667) (eh1 0.833333) eh1)))) + ((p.name is u) + (((_epsilon_ 0.666667) (ax0 0.333333) _epsilon_)) + ((n.n.n.name is o) + ((p.name is s) + (((ax0 1) ax0)) + ((p.name is h) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.name is n) + (((ax0 0.5) (ih0 0.5) ax0)) + (((_epsilon_ 0.0666667) + (ax0 0.0666667) + (ih0 0.866667) + ih0))))) + ((p.name is t) + (((ax0 0.142857) + (eh1 0.142857) + (ih0 0.714286) + ih0)) + ((n.n.n.name is t) + (((ax0 0.875) (ih0 0.125) ax0)) + ((n.n.n.name is e) + (((ax0 0.75) (eh1 0.25) ax0)) + ((p.p.p.name is a) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is i) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0))))))))))))) + ((n.name is u) + ((p.p.p.name is a) + (((ay1 0.333333) (ow0 0.333333) (oy1 0.333333) ay1)) + (((_epsilon_ 0.714286) (oy1 0.285714) _epsilon_))) + ((p.p.p.name is #) + ((p.p.name is t) + (((eh0 0.666667) (iy1 0.333333) eh0)) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.name is t) + (((eh1 1) eh1)) + ((p.name is r) + (((eh1 0.8) (iy1 0.2) eh1)) + ((p.p.name is s) + (((eh1 1) eh1)) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_))))))) + ((p.p.p.name is h) + (((_epsilon_ 0.25) (ey1 0.25) (iy0 0.5) iy0)) + ((n.n.n.name is o) + (((ih0 1) ih0)) + ((n.n.n.name is e) + ((n.name is f) + (((ih0 1) ih0)) + (((_epsilon_ 0.25) (eh1 0.5) (ih0 0.25) eh1))) + ((p.p.p.name is s) + (((_epsilon_ 0.666667) (eh0 0.333333) _epsilon_)) + ((p.name is l) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + ((p.p.name is s) + (((eh1 1) eh1)) + ((p.name is r) + (((eh1 1) eh1)) + (((ax0 0.75) (eh1 0.25) ax0)))))))))))))) + ((n.n.name is l) + ((n.name is l) + ((n.n.n.name is #) + ((p.name is w) + ((p.p.name is o) + ((p.p.p.name is r) + (((ax0 0.333333) (eh0 0.333333) (ih0 0.333333) ax0)) + (((ax0 0.277778) (eh0 0.722222) eh0))) + ((p.p.name is e) + (((ax0 0.176471) + (eh0 0.411765) + (eh1 0.352941) + (ih0 0.0588235) + eh0)) + ((p.p.name is s) + ((p.p.p.name is o) + (((eh0 0.8) (eh1 0.2) eh0)) + ((p.p.p.name is i) + (((eh0 0.75) (eh1 0.25) eh0)) + ((p.p.p.name is a) + (((eh0 0.6) (eh1 0.4) eh0)) + (((eh0 0.142857) (eh1 0.857143) eh1))))) + (((ax0 0.0224719) + (eh0 0.0898876) + (eh1 0.88764) + eh1))))) + ((p.p.p.name is #) + ((p.name is o) + (((_epsilon_ 0.75) (iy1 0.25) _epsilon_)) + ((p.name is u) + (((_epsilon_ 0.5) (ax0 0.25) (eh1 0.25) _epsilon_)) + ((p.p.name is a) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0)) + (((ax0 0.0625) (eh1 0.9375) eh1))))) + ((p.name is b) + ((p.p.p.name is m) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.p.p.name is l) + (((eh1 1) eh1)) + ((p.p.name is e) + (((eh0 1) eh0)) + ((p.p.p.name is a) + (((eh0 0.4) (eh1 0.6) eh1)) + (((ax0 0.166667) + (eh0 0.666667) + (eh1 0.166667) + eh0)))))) + ((p.p.name is r) + ((p.name is n) + (((ax0 0.866667) (eh1 0.133333) ax0)) + ((p.p.p.name is u) + (((ax0 0.7) (eh1 0.3) ax0)) + ((p.name is r) + ((p.p.p.name is o) + (((ax0 0.375) (ey1 0.625) ey1)) + ((p.p.p.name is e) + (((ax0 0.555556) + (ey1 0.333333) + (ih0 0.111111) + ax0)) + (((ax0 0.272727) + (eh0 0.0909091) + (eh1 0.181818) + (ey1 0.363636) + (ih0 0.0909091) + ey1)))) + ((p.p.p.name is e) + (((ax0 0.2) (eh0 0.2) (eh1 0.6) eh1)) + ((p.name is t) + ((p.p.p.name is a) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0)) + (((eh1 0.333333) (ey1 0.666667) ey1))) + (((_epsilon_ 0.047619) + (ax0 0.571429) + (eh0 0.047619) + (eh1 0.142857) + (ey1 0.190476) + ax0))))))) + ((p.p.name is a) + ((p.name is d) + (((ey1 1) ey1)) + ((p.name is v) + (((ax0 0.6) (ey1 0.4) ax0)) + ((p.p.p.name is r) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0)) + (((ax0 0.333333) (eh1 0.5) (ey1 0.166667) eh1))))) + ((p.p.p.name is v) + (((eh0 0.25) (eh1 0.25) (ey1 0.5) ey1)) + ((p.name is t) + ((p.p.name is s) + (((ax0 1) ax0)) + (((ax0 0.111111) (eh1 0.888889) eh1))) + ((p.name is h) + ((p.p.name is s) + (((ax0 0.384615) + (eh0 0.153846) + (eh1 0.461538) + eh1)) + (((ax0 0.9375) (eh1 0.0625) ax0))) + ((p.p.name is n) + (((_epsilon_ 0.0142857) + (ax0 0.842857) + (eh0 0.0142857) + (eh1 0.1) + (ey1 0.0142857) + (ih0 0.0142857) + ax0)) + ((p.p.name is o) + ((p.name is d) + (((ax0 0.4) (eh1 0.2) (ey1 0.4) ax0)) + ((p.name is r) + (((ax0 0.833333) (eh1 0.166667) ax0)) + ((p.p.p.name is b) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.0909091) + (ax0 0.636364) + (eh1 0.272727) + ax0))))) + ((p.name is n) + ((p.p.p.name is c) + (((ax0 0.2) (eh1 0.8) eh1)) + (((ax0 0.714286) + (eh1 0.214286) + (ey1 0.0714286) + ax0))) + ((p.p.name is e) + ((p.name is d) + (((ax0 1) ax0)) + ((p.name is r) + (((ax0 0.833333) (eh1 0.166667) ax0)) + ((p.name is s) + (((ax0 0.5) (eh1 0.5) ax0)) + (((ax0 0.25) (eh1 0.25) (ey1 0.5) ey1))))) + ((p.name is m) + (((ax0 0.888889) (ey1 0.111111) ax0)) + ((p.p.p.name is u) + (((ax0 0.692308) + (eh1 0.230769) + (ey1 0.0769231) + ax0)) + ((p.name is z) + (((ax0 1) ax0)) + ((p.p.name is p) + (((ax0 1) ax0)) + ((p.name is p) + (((ax0 0.333333) (eh1 0.666667) eh1)) + ((p.p.p.name is i) + (((ax0 1) ax0)) + ((p.name is d) + ((p.p.p.name is a) + (((ax0 0.4) (eh1 0.6) eh1)) + (((ax0 0.882353) + (eh1 0.117647) + ax0))) + (((ax0 0.9) (eh1 0.1) ax0))))))))))))))))))))) + ((p.name is o) + (((_epsilon_ 0.882353) (eh1 0.117647) _epsilon_)) + ((p.name is u) + ((p.p.name is q) + (((eh1 0.75) (ih0 0.25) eh1)) + ((p.p.name is r) + (((_epsilon_ 0.2) (eh1 0.8) eh1)) + (((_epsilon_ 0.666667) + (ax0 0.0833333) + (eh1 0.166667) + (ey1 0.0833333) + _epsilon_)))) + ((p.p.name is n) + ((n.n.n.name is y) + (((ax0 1) ax0)) + ((p.name is c) + (((ax0 1) ax0)) + ((n.n.n.name is e) + ((p.name is n) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is i) + (((ax0 1) ax0)) + (((ax0 0.333333) (eh1 0.666667) eh1)))) + ((p.p.p.name is u) + (((ax0 1) ax0)) + (((eh1 0.969697) (ih0 0.030303) eh1)))))) + ((n.n.n.name is e) + ((p.name is b) + ((p.p.name is a) + (((ax0 0.75) (eh1 0.25) ax0)) + ((p.p.name is i) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((ax0 0.25) (eh1 0.75) eh1)))) + ((p.p.p.name is #) + (((eh1 0.965517) (ih0 0.0344828) eh1)) + ((p.name is c) + ((p.p.p.name is e) + (((ax0 0.75) (eh1 0.25) ax0)) + (((ax0 0.333333) (eh1 0.666667) eh1))) + ((p.name is v) + ((p.p.name is e) + (((ax0 0.5) (eh1 0.5) ax0)) + ((p.p.p.name is r) + (((ax0 0.5) (eh1 0.5) ax0)) + (((eh1 1) eh1)))) + ((p.p.p.name is a) + (((ax0 0.181818) + (eh0 0.0909091) + (eh1 0.727273) + eh1)) + ((p.p.p.name is o) + ((p.name is s) + (((eh1 1) eh1)) + (((ax0 0.5) (eh1 0.5) ax0))) + (((ax0 0.0545455) (eh1 0.945455) eh1)))))))) + ((p.p.p.name is a) + ((p.name is t) + ((p.p.name is r) + (((eh1 1) eh1)) + (((eh0 0.4) (eh1 0.3) (ey0 0.1) (ih0 0.2) eh0))) + ((n.n.n.name is i) + ((p.p.name is r) + (((eh0 0.8) (eh1 0.2) eh0)) + (((ax0 0.25) (eh1 0.75) eh1))) + ((n.n.n.name is s) + (((ax0 0.75) (eh1 0.25) ax0)) + ((p.p.name is p) + (((ax0 0.5) (eh1 0.5) ax0)) + (((ax0 0.030303) (eh1 0.969697) eh1)))))) + ((p.p.p.name is #) + ((n.n.n.name is a) + ((p.name is r) + (((eh0 0.4) (eh1 0.4) (ih0 0.2) eh0)) + (((eh0 0.1) (eh1 0.9) eh1))) + ((p.p.name is s) + (((eh1 0.933333) + (ey0 0.0333333) + (ey1 0.0333333) + eh1)) + ((p.p.name is d) + (((eh1 1) eh1)) + ((p.name is r) + (((eh1 1) eh1)) + ((n.n.n.name is o) + (((eh1 1) eh1)) + (((ax0 0.5) (eh1 0.5) ax0))))))) + ((p.p.name is s) + ((p.name is t) + (((eh1 1) eh1)) + ((n.n.n.name is i) + (((eh1 1) eh1)) + (((ax0 0.8) (eh1 0.2) ax0)))) + ((n.n.n.name is s) + ((p.p.name is e) + (((eh1 1) eh1)) + ((p.name is b) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.5) (eh1 0.5) ax0)))) + ((p.p.name is a) + ((p.name is r) + (((eh1 1) eh1)) + ((p.name is n) + (((eh1 1) eh1)) + ((p.name is b) + (((eh1 1) eh1)) + ((p.p.p.name is c) + (((eh1 1) eh1)) + ((p.name is m) + (((eh1 1) eh1)) + ((p.p.p.name is n) + (((eh1 1) eh1)) + ((n.n.n.name is o) + (((eh1 1) eh1)) + ((n.n.n.name is a) + ((p.name is g) + (((ax0 0.5) (eh1 0.5) ax0)) + (((eh1 1) eh1))) + ((p.name is v) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((ax0 0.333333) (eh1 0.666667) eh1))))))))))) + (((eh0 0.00900901) + (eh1 0.977477) + (ih0 0.0135135) + eh1)))))))))))) + ((n.name is o) + ((p.p.name is i) + (((iy0 1) iy0)) + ((p.p.p.name is #) + (((iy0 0.285714) (iy1 0.714286) iy1)) + ((n.n.n.name is o) + (((iy0 0.75) (iy1 0.25) iy0)) + (((_epsilon_ 0.25) + (ey0 0.25) + (iy0 0.25) + (iy1 0.25) + _epsilon_))))) + ((p.p.p.name is #) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.name is u) + (((_epsilon_ 0.875) + (eh1 0.0625) + (ey1 0.0625) + _epsilon_)) + ((p.p.name is p) + ((n.n.n.name is e) + (((eh1 1) eh1)) + ((n.n.n.name is u) + (((ih0 1) ih0)) + (((ih0 0.333333) (iy0 0.666667) iy0)))) + ((p.p.name is s) + (((eh1 1) eh1)) + ((n.n.n.name is a) + (((_epsilon_ 0.25) + (eh0 0.25) + (eh1 0.25) + (ey1 0.25) + _epsilon_)) + (((_epsilon_ 0.0555556) + (eh0 0.0555556) + (eh1 0.833333) + (oy1 0.0555556) + eh1))))))) + ((n.n.n.name is y) + ((n.name is d) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.p.name is u) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ih0 0.333333) + _epsilon_)) + ((p.p.p.name is i) + (((ih0 1) ih0)) + ((p.name is d) + (((ih0 1) ih0)) + ((p.name is t) + (((ax0 0.3) (ih0 0.7) ih0)) + (((ax0 0.833333) (ih0 0.166667) ax0))))))) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (ih0 0.333333) + _epsilon_))) + ((p.name is d) + (((ih0 1) ih0)) + ((p.name is t) + (((_epsilon_ 0.142857) (ih0 0.857143) ih0)) + ((p.p.p.name is e) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) (oy1 0.666667) oy1)) + (((ax0 1) ax0))) + ((p.p.name is h) + (((eh1 1) eh1)) + ((p.p.p.name is s) + ((n.name is h) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (eh1 0.333333) + _epsilon_))) + ((n.n.n.name is i) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_)) + ((p.name is n) + (((_epsilon_ 0.5) + (ax0 0.25) + (ih0 0.25) + _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is o) + (((_epsilon_ 0.666667) + (ax0 0.333333) + _epsilon_)) + (((ax0 1) ax0)))))))))))))))))))) + ((p.p.p.name is #) + ((p.name is o) + ((p.p.name is c) + ((n.name is x) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((n.n.name is u) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (iy1 0.333333) + _epsilon_)) + (((_epsilon_ 0.2) (ax0 0.4) (eh1 0.2) (iy1 0.2) ax0)))) + (((_epsilon_ 0.968553) + (ax0 0.00628931) + (eh0 0.00628931) + (eh1 0.0125786) + (ey1 0.00628931) + _epsilon_))) + ((p.name is u) + ((p.p.name is q) + ((n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((n.name is b) + (((ax0 0.2) (eh1 0.8) eh1)) + ((n.n.n.name is n) + (((eh1 0.666667) (iy1 0.333333) eh1)) + (((eh1 0.142857) + (ey0 0.714286) + (ih0 0.142857) + ey0))))) + ((n.name is v) + (((eh0 0.2) (eh1 0.4) (ey0 0.2) (ey1 0.2) eh1)) + ((n.name is d) + ((p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + (((_epsilon_ 0.25) (eh1 0.5) (ey1 0.25) eh1)))) + (((_epsilon_ 0.944444) + (ax0 0.0277778) + (eh1 0.0138889) + (ih0 0.0138889) + _epsilon_))))) + ((n.name is u) + ((p.name is r) + ((n.n.n.name is e) + (((_epsilon_ 0.25) (oy1 0.75) oy1)) + (((_epsilon_ 0.818182) (oy1 0.181818) _epsilon_))) + (((_epsilon_ 0.939394) (oy1 0.0606061) _epsilon_))) + ((p.p.name is p) + ((n.n.name is i) + ((n.n.n.name is e) + ((n.name is m) (((eh0 1) eh0)) (((iy1 1) iy1))) + ((n.n.n.name is c) + (((eh1 0.294118) + (ih0 0.588235) + (iy0 0.117647) + ih0)) + ((n.name is s) + (((eh1 0.4) (ih0 0.6) ih0)) + ((n.name is c) + ((n.n.n.name is s) + (((ih0 0.666667) (iy0 0.333333) ih0)) + ((n.n.n.name is p) + (((eh1 0.142857) + (ih0 0.714286) + (iy1 0.142857) + ih0)) + (((eh0 0.333333) + (eh1 0.333333) + (iy1 0.333333) + eh0)))) + ((n.name is l) + (((ih0 0.666667) (iy1 0.333333) ih0)) + ((n.n.n.name is o) + (((eh0 0.5) (iy1 0.5) eh0)) + ((n.n.n.name is s) + ((n.name is d) + (((iy1 1) iy1)) + (((eh1 0.666667) (iy1 0.333333) eh1))) + (((eh0 0.125) + (eh1 0.375) + (ey1 0.125) + (iy1 0.375) + eh1))))))))) + ((n.name is v) + ((n.n.name is e) + (((ih0 0.777778) (iy0 0.222222) ih0)) + ((n.n.n.name is i) + (((ih0 1) ih0)) + (((eh1 0.428571) + (ey1 0.285714) + (ih0 0.285714) + eh1)))) + ((n.n.n.name is m) + ((n.name is d) + (((ih0 1) ih0)) + (((ax0 0.3) (ih0 0.3) (iy0 0.2) (iy1 0.2) ax0))) + ((n.n.n.name is r) + ((n.n.name is e) + ((n.name is f) + (((ax0 0.272727) + (eh1 0.454545) + (ih0 0.181818) + (iy0 0.0909091) + eh1)) + (((_epsilon_ 0.142857) + (ax0 0.714286) + (eh1 0.142857) + ax0))) + ((n.n.name is c) + (((ax0 0.5) (iy0 0.5) ax0)) + (((eh1 0.166667) + (ih0 0.111111) + (iy0 0.666667) + (iy1 0.0555556) + iy0)))) + ((p.name is r) + ((n.name is s) + ((n.n.name is e) + (((ax0 0.0625) + (eh1 0.5) + (ih0 0.0625) + (iy0 0.3125) + (iy1 0.0625) + eh1)) + ((n.n.n.name is l) + (((eh1 0.333333) (iy1 0.666667) iy1)) + (((eh0 0.117647) + (eh1 0.705882) + (iy1 0.176471) + eh1)))) + ((n.n.n.name is n) + ((n.n.name is o) + (((iy0 0.25) (iy1 0.75) iy1)) + (((ax0 0.111111) (iy0 0.888889) iy0))) + ((n.name is c) + ((n.n.name is h) + (((eh1 1) eh1)) + ((n.n.n.name is d) + (((eh1 0.5) + (ih0 0.333333) + (iy0 0.166667) + eh1)) + ((n.n.name is a) + (((ih0 0.25) (iy0 0.75) iy0)) + ((n.n.name is e) + (((ih0 0.25) (iy0 0.25) (iy1 0.5) iy1)) + (((ih0 0.4) (iy0 0.4) (iy1 0.2) ih0)))))) + ((n.name is p) + ((n.n.name is a) + (((iy0 1) iy0)) + (((eh1 0.666667) (ih0 0.333333) eh1))) + ((n.n.name is c) + (((iy0 1) iy0)) + ((n.n.name is e) + ((n.n.n.name is d) + (((_epsilon_ 0.25) + (iy0 0.5) + (iy1 0.25) + iy0)) + (((eh1 0.3) (iy0 0.1) (iy1 0.6) iy1))) + ((n.n.name is a) + ((n.name is m) + (((iy1 1) iy1)) + ((n.n.n.name is t) + (((eh1 0.714286) + (iy0 0.142857) + (iy1 0.142857) + eh1)) + ((n.name is f) + (((eh1 0.25) + (iy0 0.25) + (iy1 0.5) + iy1)) + (((iy0 0.666667) (iy1 0.333333) iy0))))) + ((n.n.name is r) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((eh1 0.777778) + (ey1 0.111111) + (iy0 0.111111) + eh1)))))))))) + ((n.n.n.name is i) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0)) + (((eh1 0.894737) (iy1 0.105263) eh1)))))))) + ((p.p.name is e) + ((p.name is y) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is p) + (((eh1 1) eh1)) + ((n.name is l) + ((n.n.name is i) + ((p.name is m) + (((ax0 0.25) (eh0 0.5) (ih0 0.25) eh0)) + (((ax0 0.333333) + (eh0 0.333333) + (ih0 0.333333) + ax0))) + ((p.name is d) + (((ax0 0.8) (ih0 0.2) ax0)) + ((p.name is v) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ih0 0.333333) + _epsilon_)) + (((ax0 0.2) (eh1 0.2) (ih0 0.6) ih0))))) + ((n.n.name is a) + (((ax0 0.785714) + (ey1 0.0714286) + (ih0 0.0714286) + (iy1 0.0714286) + ax0)) + ((n.n.n.name is e) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((n.name is t) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + ((n.name is m) + (((ax0 1) ax0)) + ((n.name is p) + (((ax0 1) ax0)) + ((n.n.n.name is t) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh1 0.8) (iy0 0.2) eh1))))))))))) + ((p.name is c) + ((p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.name is l) + (((ax0 1) ax0)) + ((n.n.n.name is l) + (((eh1 1) eh1)) + ((p.p.name is a) + (((ax0 0.5) (eh1 0.333333) (iy1 0.166667) ax0)) + (((ax0 0.333333) (eh1 0.666667) eh1)))))) + ((n.name is o) + ((n.n.name is r) + (((_epsilon_ 0.153846) (iy1 0.846154) iy1)) + ((n.n.name is p) + (((ey0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ey0)) + ((p.name is r) + (((iy1 1) iy1)) + ((p.p.name is t) + (((iy0 0.125) (iy1 0.875) iy1)) + (((iy0 1) iy0)))))) + ((n.n.name is e) + ((n.n.n.name is #) + ((p.name is d) + (((eh1 1) eh1)) + (((ey1 0.0357143) (iy1 0.964286) iy1))) + ((n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((n.name is v) + ((n.n.n.name is r) + (((eh1 0.875) (iy1 0.125) eh1)) + ((p.name is r) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.p.name is s) + (((eh1 0.222222) (iy1 0.777778) iy1)) + ((p.name is l) + (((iy1 1) iy1)) + ((p.p.name is u) + (((iy0 0.333333) (iy1 0.666667) iy1)) + (((ax0 0.333333) + (ey0 0.333333) + (iy1 0.333333) + ax0))))))) + ((n.n.n.name is r) + ((n.name is d) + (((eh0 0.0769231) + (eh1 0.692308) + (ey0 0.153846) + (iy1 0.0769231) + eh1)) + ((n.name is g) + ((p.p.name is g) + (((eh1 1) eh1)) + ((p.name is a) + (((eh1 0.8) (iy1 0.2) eh1)) + (((eh1 0.2) (iy1 0.8) iy1)))) + ((n.name is b) + (((eh1 0.166667) (iy1 0.833333) iy1)) + ((n.name is m) + (((iy1 1) iy1)) + (((_epsilon_ 0.75) (iy1 0.25) _epsilon_)))))) + ((p.name is l) + (((ax0 0.05) + (eh1 0.8) + (ey0 0.1) + (iy0 0.05) + eh1)) + ((n.n.n.name is l) + (((_epsilon_ 0.05) + (eh0 0.1) + (eh1 0.75) + (ih0 0.05) + (iy1 0.05) + eh1)) + ((p.p.name is s) + ((n.name is g) + (((eh0 0.333333) (iy1 0.666667) iy1)) + ((p.name is w) + (((eh1 0.333333) (iy1 0.666667) iy1)) + (((eh1 0.875) (iy1 0.125) eh1)))) + ((n.n.n.name is n) + ((n.name is d) + ((p.p.name is c) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + (((iy1 1) iy1))) + ((p.name is r) + (((ax0 0.4) (eh1 0.4) (iy1 0.2) ax0)) + (((eh1 0.666667) (iy1 0.333333) eh1)))) + ((n.n.n.name is s) + ((n.name is l) + (((_epsilon_ 0.333333) + (iy1 0.666667) + iy1)) + (((eh1 0.5) (ey1 0.25) (iy1 0.25) eh1))) + ((p.name is h) + ((n.name is m) + (((eh1 0.666667) (iy1 0.333333) eh1)) + (((eh0 0.25) + (eh1 0.25) + (ih0 0.5) + ih0))) + ((p.name is m) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ih0 0.333333) + _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 0.333333) + (ih0 0.666667) + ih0)) + ((p.name is n) + (((eh1 0.666667) + (ih0 0.333333) + eh1)) + (((eh1 0.222222) + (ih0 0.777778) + ih0))))))))))))))) + ((p.p.name is a) + ((n.n.name is i) + ((n.n.n.name is n) + (((ax0 0.166667) + (eh0 0.666667) + (eh1 0.166667) + eh0)) + ((p.name is l) + (((eh1 1) eh1)) + ((p.name is m) + (((iy1 1) iy1)) + ((p.name is n) + (((iy1 1) iy1)) + (((ax0 0.25) (eh1 0.5) (ih0 0.25) eh1)))))) + ((n.n.name is o) + ((p.name is l) + (((_epsilon_ 0.25) (ey1 0.5) (ih0 0.25) ey1)) + (((_epsilon_ 0.25) (ax0 0.5) (ih0 0.25) ax0))) + ((p.name is r) + (((eh0 0.4) + (eh1 0.2) + (ih0 0.2) + (iy1 0.2) + eh0)) + ((n.n.n.name is n) + ((n.name is x) + (((ax0 0.5) + (eh0 0.166667) + (ih0 0.333333) + ax0)) + (((_epsilon_ 0.333333) + (ey0 0.333333) + (ey1 0.333333) + _epsilon_))) + ((n.n.n.name is #) + ((n.n.name is a) + (((eh1 0.8) (ey1 0.2) eh1)) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0))) + ((n.n.name is c) + (((eh1 1) eh1)) + ((p.name is d) + (((ax0 0.857143) (eh1 0.142857) ax0)) + ((n.n.n.name is o) + (((ax0 1) ax0)) + ((n.n.n.name is e) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((eh1 0.428571) + (ey0 0.285714) + (ih0 0.285714) + eh1))))))))))) + ((p.p.name is i) + ((p.name is n) + ((n.n.name is i) + (((eh1 1) eh1)) + ((n.n.n.name is i) + ((n.name is f) + (((ih0 1) ih0)) + (((eh1 0.75) (iy1 0.25) eh1))) + ((n.n.name is p) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((n.name is x) + (((eh1 0.25) (ih0 0.75) ih0)) + (((ax0 0.428571) + (eh1 0.142857) + (ih0 0.428571) + ax0)))))) + ((n.n.n.name is n) + ((n.n.name is a) + (((_epsilon_ 0.5) + (ey0 0.25) + (ih0 0.25) + _epsilon_)) + (((ih0 0.75) (iy0 0.25) ih0))) + ((p.name is t) + (((ax0 1) ax0)) + (((eh0 0.25) (ey1 0.75) ey1))))) + ((p.name is a) + ((n.n.n.name is e) + (((eh1 1) eh1)) + ((n.n.n.name is #) + (((_epsilon_ 0.166667) (iy1 0.833333) iy1)) + (((_epsilon_ 0.533333) + (eh1 0.2) + (ih0 0.0666667) + (iy1 0.2) + _epsilon_)))) + ((n.name is y) + (((_epsilon_ 0.0769231) + (eh1 0.0769231) + (ey1 0.846154) + ey1)) + ((p.p.name is u) + ((n.n.name is p) + (((ih0 1) ih0)) + ((p.name is s) + (((_epsilon_ 0.75) (ax0 0.25) _epsilon_)) + ((n.n.n.name is i) + (((eh1 0.25) (ih0 0.5) (iy0 0.25) ih0)) + ((n.n.n.name is a) + (((iy1 1) iy1)) + (((eh1 0.777778) + (ey0 0.111111) + (iy1 0.111111) + eh1)))))) + ((p.p.name is o) + ((n.n.n.name is n) + ((n.name is s) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.6) (eh0 0.2) (eh1 0.2) ax0))) + ((n.n.n.name is e) + (((ax0 0.2) (ey0 0.2) (iy1 0.6) iy1)) + ((p.name is d) + (((eh1 0.5) (ih0 0.5) eh1)) + ((p.name is r) + (((eh1 1) eh1)) + ((p.name is l) + (((ey1 0.666667) (iy1 0.333333) ey1)) + ((n.name is l) + (((eh1 0.666667) (ey1 0.333333) eh1)) + (((_epsilon_ 0.4) + (eh1 0.2) + (ey1 0.2) + (iy1 0.2) + _epsilon_)))))))) + ((n.n.name is a) + ((p.name is t) + ((n.name is p) + (((ax0 0.25) (eh1 0.25) (ih0 0.5) ih0)) + (((eh0 0.0666667) + (eh1 0.466667) + (ih0 0.466667) + eh1))) + ((n.n.n.name is #) + ((p.p.name is g) + (((ey1 0.25) (iy1 0.75) iy1)) + ((p.name is r) + (((eh1 0.5) + (ey1 0.166667) + (iy1 0.333333) + eh1)) + (((eh1 0.25) + (ey1 0.125) + (iy1 0.625) + iy1)))) + ((n.name is g) + (((iy1 1) iy1)) + ((n.n.n.name is t) + (((ax0 0.2) + (eh1 0.2) + (iy0 0.4) + (iy1 0.2) + iy0)) + ((n.name is m) + ((p.name is l) + (((eh1 1) eh1)) + (((eh1 0.333333) + (ih0 0.666667) + ih0))) + (((ax0 0.0333333) + (eh1 0.933333) + (ey1 0.0333333) + eh1))))))) + ((n.n.name is i) + ((p.name is r) + ((n.n.n.name is a) + (((eh0 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is t) + ((n.name is v) + (((ax0 0.333333) (eh0 0.666667) eh0)) + (((eh1 0.666667) (ih0 0.333333) eh1))) + ((p.p.name is k) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh0 0.0740741) + (eh1 0.888889) + (iy1 0.037037) + eh1))))) + ((n.name is l) + (((eh1 0.333333) (ih0 0.666667) ih0)) + ((n.n.n.name is f) + (((ax0 0.25) + (eh1 0.625) + (ih0 0.125) + eh1)) + ((p.p.name is c) + ((p.name is l) + (((ax0 0.333333) + (eh1 0.333333) + (iy1 0.333333) + ax0)) + (((ax0 0.0769231) + (eh1 0.923077) + eh1))) + ((p.name is h) + (((iy1 1) iy1)) + ((n.n.n.name is e) + (((eh1 0.333333) + (iy1 0.666667) + iy1)) + (((eh0 0.0294118) + (eh1 0.911765) + (iy1 0.0588235) + eh1)))))))) + ((n.n.name is o) + ((n.n.n.name is #) + ((n.name is g) + (((eh1 1) eh1)) + (((eh1 0.285714) + (ey1 0.428571) + (iy1 0.285714) + ey1))) + ((p.p.name is c) + (((eh1 0.666667) (iy1 0.333333) eh1)) + ((n.name is g) + ((n.n.n.name is r) + (((ax0 0.142857) + (eh0 0.142857) + (eh1 0.571429) + (ih0 0.142857) + eh1)) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0))) + (((ax0 0.166667) + (eh1 0.722222) + (ih0 0.111111) + eh1))))) + ((n.n.name is u) + ((n.n.n.name is l) + (((eh1 0.909091) (ih0 0.0909091) eh1)) + ((p.p.name is c) + (((eh1 1) eh1)) + (((eh0 0.0909091) + (ey1 0.0909091) + (ih0 0.0909091) + (iy1 0.727273) + iy1)))) + ((n.name is b) + (((eh1 0.714286) + (ey1 0.142857) + (iy1 0.142857) + eh1)) + ((n.n.n.name is u) + (((eh1 0.75) + (ey0 0.125) + (ih0 0.125) + eh1)) + ((p.p.name is b) + (((eh1 0.96875) (iy1 0.03125) eh1)) + ((n.n.name is r) + (((eh1 0.875) (ih0 0.125) eh1)) + ((p.name is h) + (((eh1 1) eh1)) + ((p.p.name is c) + ((n.n.name is c) + (((eh0 0.4) + (eh1 0.4) + (ih0 0.2) + eh0)) + (((eh1 0.952381) + (ih0 0.047619) + eh1))) + (((eh0 0.012) + (eh1 0.976) + (ih0 0.012) + eh1)))))))))))))))))))))))))) + ((n.name is o) + ((p.name is g) + ((n.n.n.name is #) + ((p.p.p.name is u) + (((_epsilon_ 0.777778) (ih0 0.222222) _epsilon_)) + (((_epsilon_ 0.166667) (ih0 0.833333) ih0))) + (((_epsilon_ 0.954545) (iy0 0.0454545) _epsilon_))) + ((p.name is k) + ((p.p.p.name is m) + (((iy0 0.25) (iy1 0.5) (y-uw1 0.25) iy1)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is l) + (((iy1 1) iy1)) + ((n.n.name is n) + ((p.p.name is c) + ((p.p.p.name is n) + (((_epsilon_ 0.333333) (ih0 0.666667) ih0)) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0))) + ((n.n.n.name is e) + (((_epsilon_ 0.5) + (ey0 0.25) + (iy0 0.25) + _epsilon_)) + ((p.name is r) + (((ey0 0.5) (iy0 0.5) ey0)) + (((iy0 1) iy0))))) + ((n.n.name is w) + (((_epsilon_ 1) _epsilon_)) + ((p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is f) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is c) + (((_epsilon_ 0.666667) + (iy0 0.333333) + _epsilon_)) + ((p.p.p.name is g) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_)) + (((_epsilon_ 0.0277778) (iy0 0.972222) iy0)))))))))))) + ((n.n.n.name is #) + ((n.n.name is y) + ((n.name is l) + (((_epsilon_ 0.980392) (ax0 0.0196078) _epsilon_)) + ((n.name is m) + (((ax0 1) ax0)) + ((n.name is d) + ((p.p.p.name is a) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.8) (iy1 0.2) ax0))) + ((p.name is g) + (((ax0 0.333333) (eh1 0.666667) eh1)) + ((p.p.p.name is o) + (((ax0 0.666667) (eh1 0.333333) ax0)) + ((p.p.name is c) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.name is t) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.647059) + (ax0 0.117647) + (ih0 0.235294) + _epsilon_)))))))))) + ((n.n.name is e) + ((n.name is l) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.name is u) + (((_epsilon_ 0.666667) (eh1 0.333333) _epsilon_)) + ((p.name is a) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + (((_epsilon_ 0.0588235) + (ax0 0.529412) + (eh1 0.352941) + (ey1 0.0588235) + ax0))))) + ((n.name is k) + (((ax0 0.272727) (ih0 0.727273) ih0)) + ((n.name is s) + ((p.p.name is e) + (((iy0 1) iy0)) + ((p.p.name is g) + (((ey1 0.2) (iy0 0.6) (iy1 0.2) iy0)) + ((p.p.name is o) + (((ax0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ax0)) + ((p.p.p.name is c) + (((ey1 1) ey1)) + ((p.name is r) + (((ey1 1) ey1)) + ((p.name is z) + (((ey1 1) ey1)) + ((p.p.name is a) + ((p.p.p.name is g) + (((iy1 1) iy1)) + ((p.name is n) + (((ey1 0.416667) + (iy0 0.0833333) + (iy1 0.5) + iy1)) + ((p.p.p.name is p) + (((ey1 0.666667) (iy1 0.333333) ey1)) + (((iy1 1) iy1))))) + ((p.p.p.name is a) + (((ey1 0.6) (iy1 0.4) ey1)) + ((p.p.p.name is e) + (((_epsilon_ 0.333333) + (ey1 0.333333) + (iy1 0.333333) + _epsilon_)) + (((_epsilon_ 0.166667) + (iy1 0.833333) + iy1))))))))))) + ((n.name is t) + ((p.p.p.name is a) + (((ax0 0.333333) + (eh1 0.333333) + (iy1 0.333333) + ax0)) + ((p.name is l) + (((iy1 1) iy1)) + ((p.name is r) + ((p.p.name is c) + (((iy1 1) iy1)) + (((iy0 0.5) (iy1 0.5) iy0))) + ((p.p.name is o) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((_epsilon_ 0.1) (iy0 0.4) (iy1 0.5) iy1)))))) + ((n.name is g) + ((p.p.p.name is r) + (((ax0 0.666667) (ih1 0.333333) ax0)) + (((_epsilon_ 0.25) + (ax0 0.25) + (eh1 0.25) + (iy1 0.25) + _epsilon_))) + ((n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.name is h) + (((ey1 0.5) (iy1 0.5) ey1)) + ((n.name is d) + (((iy1 1) iy1)) + ((p.name is r) + (((ih0 0.142857) (iy1 0.857143) iy1)) + ((p.p.name is a) + (((iy1 1) iy1)) + ((n.name is v) + (((_epsilon_ 0.2) + (ih0 0.4) + (iy1 0.4) + ih0)) + (((_epsilon_ 0.571429) + (iy1 0.428571) + _epsilon_))))))))))))) + ((n.name is u) + ((n.n.name is m) + ((p.name is s) + (((iy1 1) iy1)) + (((iy0 0.6) (iy1 0.4) iy0))) + ((n.n.name is x) + ((p.name is r) + (((_epsilon_ 0.2) (ow0 0.6) (ow1 0.2) ow0)) + (((ow1 1) ow1))) + (((_epsilon_ 1) _epsilon_)))) + ((n.name is d) + ((n.n.name is i) + (((eh1 0.833333) (ey1 0.166667) eh1)) + ((n.n.name is a) + ((p.p.name is f) + (((eh1 0.666667) (ih0 0.333333) eh1)) + ((p.name is n) + (((eh1 0.666667) (ey1 0.333333) eh1)) + (((ax0 0.0434783) + (eh1 0.0434783) + (ey1 0.782609) + (iy1 0.130435) + ey1)))) + (((ey1 0.869565) (iy1 0.130435) ey1)))) + ((n.n.name is a) + ((n.name is c) + (((ax0 0.222222) (eh1 0.777778) eh1)) + ((n.name is t) + ((p.p.name is o) + (((eh1 1) eh1)) + ((p.p.p.name is a) + (((ax0 0.25) (eh1 0.5) (ih0 0.25) eh1)) + ((p.name is n) + (((eh1 0.6) (ey1 0.2) (ih0 0.2) eh1)) + ((p.name is l) + (((eh1 0.333333) + (ey1 0.333333) + (ih0 0.333333) + eh1)) + (((eh1 0.333333) (ey1 0.666667) ey1)))))) + ((p.name is d) + (((eh1 1) eh1)) + ((n.name is m) + ((p.name is n) + (((ih0 1) ih0)) + ((p.p.name is l) + (((eh1 0.666667) (ih0 0.333333) eh1)) + ((p.p.p.name is e) + (((ax0 0.2) (ih0 0.2) (iy1 0.6) iy1)) + ((p.p.p.name is o) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (iy1 0.333333) + _epsilon_)) + (((_epsilon_ 0.222222) + (ey1 0.111111) + (ih0 0.111111) + (iy1 0.555556) + iy1)))))) + ((n.name is l) + ((p.name is a) + (((_epsilon_ 0.75) (eh1 0.25) _epsilon_)) + ((p.name is u) + (((_epsilon_ 0.4) + (eh1 0.2) + (ey1 0.4) + _epsilon_)) + ((p.p.p.name is o) + (((eh1 0.5) (iy1 0.5) eh1)) + ((p.p.name is a) + (((eh1 0.5) + (ey1 0.333333) + (ih0 0.166667) + eh1)) + ((p.p.p.name is a) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0)) + ((p.p.p.name is i) + (((eh1 0.333333) + (ey1 0.333333) + (ih0 0.333333) + eh1)) + (((ax0 0.25) (ih0 0.5) (iy1 0.25) ih0)))))))) + ((n.name is b) + (((ih0 0.25) (iy1 0.75) iy1)) + ((n.name is k) + (((iy1 1) iy1)) + ((n.name is s) + (((eh1 0.6) (iy1 0.4) eh1)) + ((p.name is r) + (((ey1 0.666667) (ih0 0.333333) ey1)) + ((p.p.name is l) + (((ey1 1) ey1)) + ((n.name is g) + (((eh1 0.25) (ey1 0.75) ey1)) + ((p.p.name is a) + (((eh1 0.2) (ey1 0.6) (iy1 0.2) ey1)) + (((eh1 0.5) + (ey1 0.25) + (iy1 0.25) + eh1)))))))))))))) + ((n.n.name is o) + ((n.name is l) + (((ax0 0.148148) + (eh1 0.814815) + (ey1 0.037037) + eh1)) + ((n.name is c) + (((_epsilon_ 0.1875) + (ax0 0.0625) + (eh1 0.625) + (ey1 0.0625) + (ih0 0.0625) + eh1)) + ((p.name is r) + ((n.name is g) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (iy1 0.333333) + _epsilon_)) + (((eh1 0.8) (ey1 0.2) eh1))) + ((p.p.name is e) + (((eh1 0.666667) (ey1 0.333333) eh1)) + (((eh1 0.0526316) + (ey1 0.842105) + (iy1 0.105263) + ey1)))))) + ((n.name is t) + ((n.n.name is h) + ((p.p.p.name is s) + (((eh0 0.5) (ih0 0.25) (iy1 0.25) eh0)) + ((p.name is b) + (((ax0 0.2) + (eh0 0.2) + (eh1 0.4) + (ih0 0.2) + eh1)) + ((p.name is l) + (((eh1 0.5) (ih0 0.5) eh1)) + ((p.name is m) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is n) + (((eh0 0.6) (ih0 0.4) eh0)) + (((eh0 0.0833333) (ih0 0.916667) ih0))))))) + ((n.n.name is i) + (((eh1 1) eh1)) + (((_epsilon_ 0.25) + (eh0 0.125) + (eh1 0.125) + (ih0 0.375) + (iy1 0.125) + ih0)))) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is i) + ((n.name is l) + ((p.name is g) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((_epsilon_ 0.25) (eh1 0.75) eh1))) + ((n.name is s) + (((eh1 0.9) (ey1 0.1) eh1)) + ((n.name is m) + (((eh1 0.714286) (ey1 0.285714) eh1)) + (((eh1 0.25) (ey1 0.75) ey1))))) + ((n.n.name is h) + ((p.name is t) + (((eh0 0.0263158) (eh1 0.973684) eh1)) + ((p.p.name is f) + (((eh1 1) eh1)) + ((p.p.p.name is r) + (((eh1 1) eh1)) + ((p.p.name is e) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.name is o) + (((ax0 0.25) (eh1 0.25) (ih0 0.5) ih0)) + ((n.name is s) + ((p.p.p.name is m) + (((eh1 0.333333) (ih0 0.666667) ih0)) + ((p.p.name is u) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.8) (ih0 0.2) eh1)))) + (((eh1 0.333333) (ih0 0.666667) ih0)))))))) + ((p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.name is b) + ((p.p.name is e) + (((eh0 0.833333) (eh1 0.166667) eh0)) + ((p.p.name is r) + ((p.p.p.name is o) + (((eh0 1) eh0)) + (((eh0 0.375) (eh1 0.625) eh1))) + ((p.p.p.name is i) + (((eh1 1) eh1)) + ((p.p.name is l) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh0 0.166667) (eh1 0.833333) eh1)))))) + ((p.name is f) + ((p.p.name is s) + (((eh1 1) eh1)) + ((p.p.p.name is r) + (((eh0 0.833333) (eh1 0.166667) eh0)) + ((p.p.name is e) + (((eh0 0.666667) (eh1 0.333333) eh0)) + ((p.p.p.name is i) + (((eh0 0.25) (eh1 0.75) eh1)) + ((p.p.name is r) + (((eh0 0.5) (eh1 0.5) eh0)) + (((eh0 0.388889) (eh1 0.611111) eh1))))))) + ((p.name is n) + (((ax0 0.0588235) + (eh0 0.294118) + (eh1 0.647059) + eh1)) + ((p.p.p.name is a) + (((eh0 0.333333) (ih0 0.666667) ih0)) + ((p.name is d) + ((n.name is c) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((eh0 0.333333) (eh1 0.666667) eh1))) + ((p.p.p.name is o) + (((_epsilon_ 0.333333) + (eh0 0.333333) + (ih0 0.333333) + _epsilon_)) + ((p.name is s) + (((ax0 0.125) (eh1 0.875) eh1)) + ((p.p.name is e) + (((eh1 0.166667) + (ih0 0.833333) + ih0)) + ((p.p.name is h) + (((eh1 1) eh1)) + ((p.p.name is c) + (((eh1 1) eh1)) + ((n.name is l) + (((eh1 0.857143) + (ih0 0.142857) + eh1)) + ((n.name is f) + (((eh1 0.333333) + (ih0 0.333333) + (iy1 0.333333) + eh1)) + ((n.name is c) + ((p.name is l) + (((eh1 0.333333) + (ih0 0.666667) + ih0)) + (((eh1 0.75) (ih0 0.25) eh1))) + (((eh1 0.166667) + (ih0 0.833333) + ih0)))))))))))))))))))))))))) + ((n.n.name is i) + ((n.n.n.name is a) + ((n.name is l) + ((p.name is r) + (((eh1 0.333333) + (ih0 0.333333) + (iy0 0.166667) + (iy1 0.166667) + eh1)) + ((p.p.name is r) + (((eh1 0.666667) (iy1 0.333333) eh1)) + (((eh1 0.166667) (iy1 0.833333) iy1)))) + ((p.p.name is e) + ((p.name is m) + (((iy1 1) iy1)) + ((n.name is m) + (((ax0 0.6) (iy1 0.4) ax0)) + ((p.p.p.name is v) + (((eh0 0.333333) + (eh1 0.333333) + (iy1 0.333333) + eh0)) + (((ax0 0.333333) + (eh1 0.333333) + (ey1 0.333333) + ax0))))) + ((p.p.name is g) + (((ey1 0.666667) (iy1 0.333333) ey1)) + ((p.p.p.name is u) + (((ey1 0.25) (iy1 0.75) iy1)) + ((p.p.name is a) + (((eh0 0.166667) + (eh1 0.166667) + (iy1 0.666667) + iy1)) + ((p.p.p.name is e) + (((ih1 0.0833333) (iy1 0.916667) iy1)) + ((p.p.name is r) + (((eh1 0.5) (iy1 0.5) eh1)) + (((eh1 0.0363636) (iy1 0.963636) iy1))))))))) + ((n.n.n.name is c) + ((n.name is t) + ((p.name is r) + ((p.p.p.name is e) + (((ax0 0.5) (eh1 0.5) ax0)) + (((ax0 0.25) (eh1 0.75) eh1))) + (((eh1 0.983051) (ih0 0.0169492) eh1))) + ((p.p.p.name is b) + (((ax0 0.916667) (eh1 0.0833333) ax0)) + ((p.name is r) + ((p.p.p.name is g) + (((ih0 1) ih0)) + (((ax0 0.6) (eh1 0.2) (ih0 0.2) ax0))) + ((n.name is v) + ((p.name is c) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.4) (eh1 0.2) (ih0 0.4) ax0))) + ((n.name is l) + (((_epsilon_ 0.133333) + (eh0 0.133333) + (eh1 0.733333) + eh1)) + ((n.name is m) + (((ax0 0.0909091) + (eh1 0.863636) + (iy1 0.0454545) + eh1)) + ((p.name is m) + ((n.name is d) + (((eh1 0.888889) (iy1 0.111111) eh1)) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_))) + ((p.name is d) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1)) + ((p.name is l) + (((ax0 0.5) (eh1 0.25) (iy1 0.25) ax0)) + (((ih0 0.125) (iy1 0.875) iy1))))))))))) + ((n.n.n.name is o) + ((p.p.name is n) + (((ax0 1) ax0)) + ((p.name is n) + (((eh1 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is s) + (((eh1 1) eh1)) + ((n.name is t) + (((iy1 1) iy1)) + ((p.name is r) + (((ey1 0.25) (iy1 0.75) iy1)) + ((n.name is l) + (((iy1 1) iy1)) + ((p.name is l) + (((eh1 0.666667) (iy1 0.333333) eh1)) + (((eh1 0.333333) (iy1 0.666667) iy1))))))))) + ((n.n.n.name is t) + ((p.name is r) + ((p.p.name is c) + (((eh0 0.1) (eh1 0.9) eh1)) + ((n.name is m) + (((eh1 0.333333) (ih0 0.666667) ih0)) + (((eh1 0.75) (ih0 0.25) eh1)))) + ((p.p.p.name is a) + (((ax0 0.888889) (eh0 0.111111) ax0)) + ((p.p.p.name is e) + (((ax0 0.857143) (ih0 0.142857) ax0)) + ((p.p.name is e) + (((ax0 0.8) (eh1 0.2) ax0)) + (((_epsilon_ 0.0526316) + (ax0 0.105263) + (eh1 0.789474) + (ih0 0.0526316) + eh1)))))) + ((n.name is d) + ((p.name is n) + (((ax0 0.75) (ih0 0.25) ax0)) + ((n.n.n.name is e) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.name is m) + (((ax0 0.333333) + (eh0 0.333333) + (iy1 0.333333) + ax0)) + (((iy1 1) iy1)))) + ((n.n.n.name is n) + (((eh0 0.0909091) + (ih0 0.0909091) + (iy1 0.818182) + iy1)) + ((p.p.name is o) + (((_epsilon_ 0.4) + (eh1 0.2) + (iy1 0.4) + _epsilon_)) + (((eh0 0.2) (eh1 0.8) eh1)))))) + ((p.p.name is i) + ((p.name is v) + ((p.p.p.name is l) + (((_epsilon_ 0.5) + (ax0 0.25) + (eh1 0.25) + _epsilon_)) + (((ax0 1) ax0))) + (((_epsilon_ 0.840909) + (eh1 0.0681818) + (ih0 0.0681818) + (iy1 0.0227273) + _epsilon_))) + ((n.n.n.name is l) + ((p.p.name is e) + ((p.p.p.name is b) + (((eh1 1) eh1)) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (iy0 0.333333) + _epsilon_))) + ((p.p.name is n) + ((p.p.p.name is a) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.5) + (ax0 0.25) + (ey0 0.25) + _epsilon_))) + (((_epsilon_ 0.894737) + (eh0 0.0526316) + (ih0 0.0526316) + _epsilon_)))) + ((p.name is h) + ((n.n.n.name is v) + (((iy1 1) iy1)) + ((n.n.n.name is n) + ((n.name is m) + (((ih0 0.666667) (iy1 0.333333) ih0)) + ((p.p.p.name is i) + (((ax0 1) ax0)) + ((n.name is l) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + (((ax0 0.333333) + (ey0 0.333333) + (ey1 0.333333) + ax0))))) + ((p.p.name is c) + ((p.p.p.name is o) + (((eh1 1) eh1)) + (((ax0 0.666667) (eh1 0.333333) ax0))) + (((ax0 0.818182) + (eh1 0.0909091) + (ih0 0.0909091) + ax0))))) + ((p.name is d) + ((p.p.p.name is i) + (((eh0 0.125) (eh1 0.5) (ih0 0.375) eh1)) + ((p.p.p.name is r) + (((eh1 0.142857) (ih0 0.857143) ih0)) + ((p.p.p.name is m) + (((ax0 1) ax0)) + ((n.n.n.name is e) + (((ax0 1) ax0)) + (((ax0 0.222222) (ih0 0.777778) ih0)))))) + ((n.name is f) + ((p.name is n) + (((ax0 0.5) (ih0 0.5) ax0)) + (((_epsilon_ 0.772727) + (ax0 0.0454545) + (ih0 0.136364) + (iy0 0.0454545) + _epsilon_))) + ((n.name is t) + ((n.n.n.name is n) + ((p.p.name is p) + (((eh1 0.333333) (iy1 0.666667) iy1)) + ((p.name is k) + (((ax0 1) ax0)) + ((p.p.p.name is u) + (((ax0 1) ax0)) + ((p.p.name is r) + (((ax0 1) ax0)) + (((ax0 0.333333) (iy1 0.666667) iy1)))))) + ((n.n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.name is l) + (((_epsilon_ 0.4) (ax0 0.6) ax0)) + ((n.n.n.name is v) + (((ax0 1) ax0)) + ((n.n.n.name is z) + (((ax0 0.714286) (ih0 0.285714) ax0)) + (((ax0 0.25) + (eh1 0.25) + (ih0 0.5) + ih0))))))) + ((p.p.name is e) + (((_epsilon_ 0.0526316) + (ax0 0.736842) + (ih0 0.105263) + (ih1 0.0526316) + (iy1 0.0526316) + ax0)) + ((n.name is l) + ((p.p.name is n) + (((_epsilon_ 0.04) + (ax0 0.68) + (eh0 0.08) + (eh1 0.04) + (ih0 0.12) + (iy0 0.04) + ax0)) + ((p.p.name is s) + (((ih0 1) ih0)) + ((p.name is p) + (((ih0 0.666667) (iy1 0.333333) ih0)) + ((p.p.name is a) + ((p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is h) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.name is n) + (((ax0 1) ax0)) + ((p.name is v) + (((_epsilon_ 0.25) + (ax0 0.75) + ax0)) + (((_epsilon_ 0.428571) + (ax0 0.285714) + (eh0 0.142857) + (ih0 0.142857) + _epsilon_)))))) + ((p.p.name is r) + ((p.p.p.name is a) + (((ax0 0.75) (eh0 0.25) ax0)) + (((_epsilon_ 0.25) + (eh1 0.25) + (ih0 0.5) + ih0))) + ((n.n.n.name is s) + ((p.p.p.name is n) + (((ax0 1) ax0)) + (((eh1 1) eh1))) + ((n.n.n.name is n) + ((p.p.name is o) + (((_epsilon_ 0.75) + (ax0 0.25) + _epsilon_)) + ((p.p.name is h) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_)) + (((_epsilon_ 0.142857) + (ax0 0.571429) + (eh1 0.285714) + ax0)))) + ((p.p.name is o) + (((_epsilon_ 0.4) (eh1 0.6) eh1)) + (((_epsilon_ 1) _epsilon_)))))))))) + ((n.name is c) + (((_epsilon_ 0.166667) + (ax0 0.5) + (iy0 0.166667) + (iy1 0.166667) + ax0)) + ((p.name is t) + ((n.name is s) + (((_epsilon_ 0.25) + (ax0 0.25) + (eh0 0.25) + (iy1 0.25) + _epsilon_)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + ((p.p.name is a) + (((_epsilon_ 0.666667) + (eh0 0.222222) + (ih0 0.111111) + _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.25) + (ax0 0.125) + (eh0 0.125) + (ey1 0.125) + (ih0 0.375) + ih0)) + ((p.p.name is n) + ((p.name is r) + (((eh1 1) eh1)) + (((eh1 0.166667) + (ey1 0.166667) + (ih0 0.666667) + ih0))) + ((p.p.p.name is a) + ((n.n.n.name is s) + (((_epsilon_ 0.666667) + (ey1 0.333333) + _epsilon_)) + (((eh0 0.333333) + (eh1 0.333333) + (iy1 0.333333) + eh0))) + ((p.p.name is o) + (((_epsilon_ 0.75) + (ih0 0.25) + _epsilon_)) + ((p.name is r) + ((n.name is m) + (((eh1 0.25) (iy1 0.75) iy1)) + (((eh1 0.75) (ih0 0.25) eh1))) + ((n.name is x) + (((eh1 1) eh1)) + ((p.name is s) + (((eh1 1) eh1)) + ((p.p.name is l) + (((_epsilon_ 0.333333) + (eh1 0.666667) + eh1)) + (((_epsilon_ 0.571429) + (eh1 0.142857) + (ih0 0.285714) + _epsilon_)))))))))))))))))))))))))) + ((n.name is y) + ((n.n.name is o) + (((ey1 1) ey1)) + (((_epsilon_ 0.9375) + (eh1 0.00892857) + (ey0 0.0178571) + (ey1 0.0267857) + (ih0 0.00892857) + _epsilon_))) + ((n.n.n.name is n) + ((n.name is m) + ((p.p.name is p) + (((_epsilon_ 0.117647) (ax0 0.882353) ax0)) + ((n.n.name is o) + ((p.p.name is e) + (((ax0 0.833333) (eh1 0.166667) ax0)) + ((p.name is l) + (((_epsilon_ 0.333333) (ih0 0.666667) ih0)) + (((_epsilon_ 0.555556) + (ax0 0.222222) + (ey1 0.111111) + (ih0 0.111111) + _epsilon_)))) + ((p.p.name is c) + ((p.name is r) + (((ax0 1) ax0)) + (((_epsilon_ 0.333333) (eh1 0.666667) eh1))) + ((p.p.name is e) + ((n.n.name is a) + ((p.name is n) + ((p.p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is u) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.666667) + (ax0 0.333333) + _epsilon_)))) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is v) + (((ax0 1) ax0)) + (((_epsilon_ 1) _epsilon_))))) + (((_epsilon_ 0.958159) + (ax0 0.0251046) + (eh0 0.0041841) + (ey1 0.0083682) + (ih0 0.0041841) + _epsilon_)))))) + ((n.n.name is e) + ((p.name is r) + ((n.name is s) + ((p.p.p.name is e) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((eh1 0.666667) (iy1 0.333333) eh1))) + ((p.p.p.name is p) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.p.name is p) + (((ih0 0.333333) (iy0 0.666667) iy0)) + (((ax0 0.2) + (eh1 0.2) + (ih0 0.4) + (iy0 0.2) + ih0))))) + ((n.name is s) + ((p.p.p.name is a) + (((ih0 0.333333) (iy1 0.666667) iy1)) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_))) + ((p.p.p.name is i) + ((n.name is p) + (((ih0 1) ih0)) + (((ih0 0.333333) (iy1 0.666667) iy1))) + ((p.p.p.name is m) + (((ax0 0.25) + (eh0 0.25) + (eh1 0.25) + (iy1 0.25) + ax0)) + ((p.name is c) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + ((p.p.name is n) + (((ax0 0.5) + (ey1 0.166667) + (ih0 0.333333) + ax0)) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.name is n) + (((_epsilon_ 0.25) + (ax0 0.5) + (ih0 0.25) + ax0)) + (((_epsilon_ 0.75) (ax0 0.25) _epsilon_)))))))))) + ((n.name is s) + ((n.n.name is a) + ((p.p.p.name is r) + (((eh0 0.666667) (eh1 0.333333) eh0)) + (((ax0 0.5) (eh0 0.333333) (ih0 0.166667) ax0))) + ((p.name is v) + (((ax0 0.25) (ey1 0.5) (ih0 0.25) ey1)) + (((_epsilon_ 0.03125) + (ax0 0.0625) + (ih0 0.90625) + ih0)))) + ((p.p.name is e) + ((p.name is l) + (((ax0 0.882353) + (eh0 0.0588235) + (ih0 0.0588235) + ax0)) + ((p.p.p.name is l) + (((_epsilon_ 0.5) (ih0 0.5) _epsilon_)) + (((ax0 0.333333) (ih0 0.666667) ih0)))) + ((n.name is c) + ((n.n.name is k) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is h) + (((eh1 1) eh1)) + ((p.name is o) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.6) (eh1 0.4) ax0))))) + ((p.name is t) + ((p.p.p.name is o) + (((eh0 0.333333) (ey0 0.666667) ey0)) + ((p.p.p.name is e) + (((ax0 0.25) (eh0 0.25) (ih0 0.5) ih0)) + (((_epsilon_ 0.2) + (ax0 0.4) + (ey0 0.2) + (ih0 0.2) + ax0)))) + ((p.p.name is a) + ((n.name is l) + (((_epsilon_ 0.8) (ey0 0.2) _epsilon_)) + ((p.p.p.name is c) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is r) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((n.name is d) + (((ax0 1) ax0)) + (((_epsilon_ 0.666667) + (ax0 0.333333) + _epsilon_)))))) + ((p.p.p.name is e) + ((p.name is h) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((n.name is l) + (((eh1 0.5) + (ey1 0.333333) + (ih0 0.166667) + eh1)) + (((ax0 0.2) + (eh0 0.4) + (ey1 0.2) + (ih0 0.2) + eh0)))) + ((p.p.name is c) + ((p.name is z) + (((ih0 1) ih0)) + ((n.name is l) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + (((eh1 1) eh1)))) + ((n.name is g) + ((p.name is n) + (((ax0 0.25) (ih0 0.75) ih0)) + (((_epsilon_ 0.166667) + (ax0 0.166667) + (ey1 0.166667) + (ih0 0.166667) + (iy1 0.333333) + iy1))) + ((p.name is d) + (((ax0 0.6) (ih0 0.4) ax0)) + ((p.p.p.name is t) + (((_epsilon_ 0.4) + (ax0 0.2) + (eh1 0.4) + _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.6) + (ax0 0.2) + (eh0 0.2) + _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 0.75) + (ey1 0.25) + _epsilon_)) + ((n.name is d) + (((_epsilon_ 0.666667) + (iy1 0.333333) + _epsilon_)) + ((p.p.p.name is s) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + ((p.p.name is o) + (((_epsilon_ 0.666667) + (eh0 0.047619) + (eh1 0.0952381) + (ih0 0.190476) + _epsilon_)) + ((p.name is g) + (((_epsilon_ 0.2) + (eh0 0.2) + (ih0 0.6) + ih0)) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is b) + (((ih0 1) ih0)) + ((p.p.name is s) + (((ih0 1) ih0)) + ((n.name is h) + (((ih0 1) ih0)) + ((p.p.name is i) + (((_epsilon_ 0.833333) + (ih0 0.166667) + _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 0.4) + (ih0 0.6) + ih0)) + ((p.p.name is g) + (((_epsilon_ 0.4) + (ih0 0.6) + ih0)) + (((_epsilon_ 0.636364) + (ih0 0.363636) + _epsilon_))))))))))))))))))))))))))) + ((n.name is u) + ((p.p.name is n) + (((oy0 0.75) (oy1 0.25) oy0)) + ((n.n.name is n) + (((_epsilon_ 0.2) + (eh1 0.2) + (oy0 0.4) + (oy1 0.2) + oy0)) + ((p.p.p.name is s) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (oy1 0.666667) oy1))) + (((_epsilon_ 0.95) + (ey0 0.025) + (iy1 0.025) + _epsilon_))))) + ((p.p.name is e) + ((p.name is l) + ((n.n.n.name is i) + (((ax0 0.142857) (eh1 0.857143) eh1)) + ((n.n.name is e) + ((p.p.p.name is t) + (((ax0 0.8) (eh1 0.2) ax0)) + (((ax0 0.25) (ih0 0.5) (iy1 0.25) ih0))) + (((ax0 0.9375) + (eh1 0.046875) + (ih0 0.015625) + ax0)))) + ((p.p.p.name is d) + ((n.name is m) + (((eh1 0.25) (ih0 0.5) (iy0 0.25) ih0)) + ((n.name is l) + (((eh1 0.944444) (ih0 0.0555556) eh1)) + ((n.name is g) + (((eh1 1) eh1)) + ((n.name is c) + (((ax0 0.25) (eh1 0.5) (ih0 0.25) eh1)) + ((n.n.n.name is i) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((eh0 0.2) (eh1 0.2) (iy1 0.6) iy1))))))) + ((n.name is m) + ((n.n.name is e) + ((p.name is s) + (((iy0 1) iy0)) + (((_epsilon_ 0.166667) + (ax0 0.666667) + (ih0 0.166667) + ax0))) + (((eh1 0.894737) (iy1 0.105263) eh1))) + ((n.name is l) + ((n.n.name is e) + (((_epsilon_ 0.0555556) + (ax0 0.888889) + (ey1 0.0555556) + ax0)) + ((p.name is s) + (((ax0 0.333333) (ey1 0.666667) ey1)) + ((p.name is v) + (((ax0 0.333333) (eh1 0.666667) eh1)) + (((ax0 0.722222) + (eh1 0.111111) + (ih0 0.166667) + ax0))))) + ((n.n.name is e) + ((n.name is d) + ((p.p.p.name is b) + (((ax0 1) ax0)) + (((iy1 1) iy1))) + ((p.p.p.name is l) + (((ey1 1) ey1)) + ((p.p.p.name is h) + (((eh1 0.666667) (ih0 0.333333) eh1)) + ((p.p.p.name is m) + (((ey1 0.666667) (ih0 0.333333) ey1)) + ((p.p.p.name is c) + (((ax0 0.666667) (iy1 0.333333) ax0)) + ((n.name is c) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((n.n.n.name is r) + ((p.name is d) + (((ax0 0.25) (ih0 0.75) ih0)) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0))) + (((ih0 1) ih0))))))))) + ((n.n.name is r) + ((p.p.p.name is p) + (((ax0 1) ax0)) + ((n.n.n.name is a) + (((_epsilon_ 0.2) + (ax0 0.6) + (iy1 0.2) + ax0)) + ((p.p.p.name is h) + (((ax0 0.666667) (eh1 0.333333) ax0)) + (((_epsilon_ 0.25) + (eh1 0.25) + (ey1 0.5) + ey1))))) + ((n.n.n.name is e) + ((p.name is r) + (((ax0 0.666667) (eh0 0.333333) ax0)) + ((p.p.p.name is l) + (((ih0 0.8) (iy1 0.2) ih0)) + ((p.p.p.name is i) + (((ih0 1) ih0)) + ((p.name is n) + ((n.name is c) + (((ax0 0.333333) (eh0 0.666667) eh0)) + (((eh1 0.333333) (ih0 0.666667) ih0))) + ((n.name is c) + (((eh1 0.25) (ih0 0.75) ih0)) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0))))))) + ((n.n.name is a) + ((n.n.n.name is b) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_)) + ((p.name is s) + (((_epsilon_ 0.333333) + (ey1 0.333333) + (ih0 0.333333) + _epsilon_)) + ((p.name is g) + (((ax0 1) ax0)) + ((p.p.p.name is r) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is s) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.5) (ih0 0.5) ax0))))))) + ((p.name is d) + (((eh0 0.1) (eh1 0.8) (ey1 0.1) eh1)) + ((n.n.n.name is r) + ((n.name is b) + (((_epsilon_ 0.5) + (ey1 0.25) + (ih0 0.25) + _epsilon_)) + ((p.name is r) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (iy0 0.333333) + _epsilon_)) + (((_epsilon_ 0.25) + (ax0 0.5) + (ih0 0.25) + ax0)))) + ((n.name is g) + ((n.n.name is o) + (((eh1 0.166667) (ih0 0.833333) ih0)) + (((eh0 0.666667) (eh1 0.333333) eh0))) + ((n.n.name is o) + (((_epsilon_ 0.428571) + (ax0 0.142857) + (eh0 0.142857) + (eh1 0.285714) + _epsilon_)) + ((n.name is s) + ((p.name is n) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + (((_epsilon_ 0.166667) + (ax0 0.166667) + (eh1 0.666667) + eh1))) + ((p.p.p.name is r) + (((ax0 0.25) (eh1 0.75) eh1)) + ((p.p.p.name is v) + (((ih0 1) ih0)) + ((p.name is n) + (((eh1 0.75) (ih0 0.25) eh1)) + (((eh1 0.333333) + (ih0 0.666667) + ih0)))))))))))))))))) + ((p.p.name is n) + ((n.n.n.name is a) + ((p.name is d) + ((n.name is s) + (((ih0 0.75) (iy0 0.25) ih0)) + (((ax0 0.75) (ih0 0.25) ax0))) + (((_epsilon_ 0.0243902) + (ax0 0.780488) + (eh1 0.121951) + (ih0 0.0487805) + (iy1 0.0243902) + ax0))) + ((p.name is t) + ((n.n.n.name is o) + (((eh1 0.833333) (ey0 0.166667) eh1)) + ((n.name is b) + (((eh1 0.333333) (ih0 0.666667) ih0)) + ((n.n.n.name is r) + (((ax0 0.2) (eh0 0.8) eh0)) + ((n.n.name is u) + (((eh0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + eh0)) + ((n.n.name is a) + (((ax0 0.333333) + (eh0 0.333333) + (ey0 0.333333) + ax0)) + ((n.name is c) + (((ax0 1) ax0)) + ((n.n.n.name is l) + (((ax0 0.833333) (eh1 0.166667) ax0)) + ((n.name is m) + (((eh0 0.2) (eh1 0.8) eh1)) + (((ax0 0.5) (eh0 0.25) (eh1 0.25) ax0)))))))))) + ((p.p.p.name is a) + ((n.name is s) + (((eh0 0.25) (eh1 0.75) eh1)) + ((p.name is d) + ((n.n.name is e) + ((n.name is v) + (((ax0 0.666667) (iy1 0.333333) ax0)) + ((n.name is f) + (((ih0 0.666667) (iy0 0.333333) ih0)) + (((ax0 0.5) (ih0 0.25) (iy0 0.25) ax0)))) + ((n.n.n.name is r) + (((ax0 0.25) (eh0 0.75) eh0)) + (((ax0 1) ax0)))) + ((n.name is t) + (((ax0 0.333333) (iy1 0.666667) iy1)) + ((n.n.name is m) + (((eh1 1) eh1)) + ((n.n.n.name is e) + (((eh1 0.666667) (ih0 0.333333) eh1)) + ((n.name is x) + (((eh0 0.75) (eh1 0.25) eh0)) + ((p.name is n) + (((ax0 1) ax0)) + ((n.n.name is o) + (((ax0 0.5) + (eh0 0.125) + (eh1 0.125) + (ih0 0.25) + ax0)) + ((n.name is l) + (((_epsilon_ 0.2) + (ax0 0.4) + (eh0 0.4) + ax0)) + (((_epsilon_ 0.333333) + (eh0 0.333333) + (eh1 0.333333) + _epsilon_))))))))))) + ((p.p.p.name is o) + ((n.name is q) + (((ax0 1) ax0)) + ((p.name is c) + (((eh1 0.25) (ey1 0.25) (iy1 0.5) iy1)) + ((p.name is n) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((n.name is m) + (((eh1 1) eh1)) + ((n.n.name is e) + (((eh1 1) eh1)) + (((eh1 0.125) + (ih0 0.75) + (ih1 0.125) + ih0))))))) + ((n.name is b) + ((n.n.name is r) + (((ih0 1) ih0)) + (((_epsilon_ 0.7) + (ax0 0.1) + (ih0 0.2) + _epsilon_))) + ((p.name is d) + ((p.p.p.name is i) + ((n.n.n.name is i) + (((eh1 1) eh1)) + ((n.name is x) + (((eh0 0.333333) (eh1 0.666667) eh1)) + (((eh1 0.142857) (ih0 0.857143) ih0)))) + (((ax0 0.0714286) + (eh0 0.0714286) + (ey1 0.0714286) + (ih0 0.785714) + ih0))) + ((p.p.p.name is e) + ((n.n.n.name is e) + ((p.name is g) + (((eh0 0.25) (ih0 0.75) ih0)) + ((n.name is c) + (((eh0 0.5) (eh1 0.25) (ih0 0.25) eh0)) + (((eh0 0.25) (eh1 0.5) (ih0 0.25) eh1)))) + ((p.name is v) + (((ax0 0.25) (eh1 0.75) eh1)) + ((n.name is m) + (((_epsilon_ 0.333333) + (aa1 0.333333) + (iy0 0.333333) + _epsilon_)) + ((p.name is n) + (((ax0 1) ax0)) + ((n.n.name is e) + (((_epsilon_ 0.75) + (ax0 0.25) + _epsilon_)) + ((n.name is f) + (((_epsilon_ 1) _epsilon_)) + (((ih0 1) ih0)))))))) + ((n.name is l) + (((ax0 0.727273) + (eh1 0.0909091) + (ih0 0.181818) + ax0)) + ((p.p.p.name is u) + ((n.n.n.name is r) + (((eh1 0.125) (ih0 0.875) ih0)) + ((n.n.n.name is o) + (((ih0 0.333333) (iy0 0.666667) iy0)) + (((ax0 0.1) + (eh1 0.5) + (ih0 0.2) + (iy0 0.2) + eh1)))) + ((n.name is t) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (iy0 0.333333) + _epsilon_)) + ((n.name is c) + (((ax0 0.5) (ih0 0.5) ax0)) + ((p.name is n) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((_epsilon_ 0.25) + (eh1 0.5) + (ih0 0.25) + eh1)))))))))))))) + ((n.n.name is k) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + ((p.p.p.name is e) + (((eh1 0.111111) (ih0 0.888889) ih0)) + ((n.name is c) + ((p.p.p.name is s) + (((eh1 1) eh1)) + ((p.p.p.name is o) + (((eh1 0.666667) (ih0 0.333333) eh1)) + (((eh0 0.428571) + (eh1 0.285714) + (ih0 0.285714) + eh0)))) + (((_epsilon_ 0.166667) (eh1 0.833333) eh1)))) + (((eh1 0.943396) + (ey1 0.0377358) + (ih0 0.0188679) + eh1)))) + ((n.n.name is c) + (((_epsilon_ 0.0350877) + (ax0 0.0350877) + (eh0 0.0350877) + (eh1 0.859649) + (ey1 0.0175439) + (ih0 0.0175439) + eh1)) + ((n.name is h) + ((p.name is l) + ((p.p.name is l) + (((ih0 0.5) (iy0 0.5) ih0)) + ((n.n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is g) + (((_epsilon_ 0.666667) + (ih0 0.333333) + _epsilon_)) + (((_epsilon_ 0.25) (ih0 0.75) ih0))))) + ((p.name is d) + (((ax0 0.333333) + (ey1 0.333333) + (ih0 0.333333) + ax0)) + (((_epsilon_ 0.917808) + (ax0 0.0273973) + (ey1 0.0273973) + (ih0 0.0273973) + _epsilon_)))) + ((n.name is b) + ((p.p.name is l) + ((p.p.p.name is i) + (((ih0 1) ih0)) + ((p.p.p.name is a) + (((ax0 0.75) (eh1 0.25) ax0)) + (((_epsilon_ 0.5) + (ax0 0.25) + (ih0 0.25) + _epsilon_)))) + ((p.name is a) + (((_epsilon_ 0.25) (eh1 0.75) eh1)) + ((p.p.name is h) + ((p.p.p.name is c) + (((eh1 0.5) (ih0 0.25) (iy1 0.25) eh1)) + (((_epsilon_ 0.5) + (ih0 0.25) + (iy1 0.25) + _epsilon_))) + ((p.p.p.name is e) + ((p.name is t) + (((ax0 1) ax0)) + (((_epsilon_ 0.4) + (ax0 0.2) + (ih0 0.4) + _epsilon_))) + ((n.n.n.name is u) + ((p.p.name is i) + ((p.name is n) + (((ih0 1) ih0)) + (((_epsilon_ 0.666667) + (ih0 0.333333) + _epsilon_))) + ((p.p.p.name is r) + (((_epsilon_ 0.25) (ih0 0.75) ih0)) + (((_epsilon_ 0.75) + (ax0 0.25) + _epsilon_)))) + ((p.p.name is t) + (((_epsilon_ 0.666667) + (eh1 0.222222) + (iy1 0.111111) + _epsilon_)) + ((n.n.n.name is s) + ((n.n.name is u) + (((_epsilon_ 0.25) + (ax0 0.25) + (ih0 0.5) + ih0)) + (((_epsilon_ 0.5) + (iy1 0.5) + _epsilon_))) + ((p.p.p.name is n) + (((_epsilon_ 0.555556) + (ax0 0.111111) + (ih0 0.333333) + _epsilon_)) + ((p.name is n) + ((n.n.name is e) + (((_epsilon_ 0.857143) + (ax0 0.142857) + _epsilon_)) + ((n.n.n.name is c) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (ih0 0.6) ih0)))) + (((_epsilon_ 0.957746) + (ax0 0.028169) + (ih0 0.0140845) + _epsilon_))))))))))) + ((n.name is s) + ((p.p.name is f) + (((eh1 1) eh1)) + ((n.n.name is q) + (((ax0 0.142857) (eh1 0.857143) eh1)) + ((n.n.name is p) + ((p.name is r) + ((p.p.name is s) + (((ih0 1) ih0)) + (((ax0 1) ax0))) + (((_epsilon_ 0.777778) + (ax0 0.0555556) + (eh1 0.0555556) + (ih0 0.111111) + _epsilon_))) + ((n.n.n.name is s) + ((p.p.name is t) + (((ax0 0.666667) (iy1 0.333333) ax0)) + (((_epsilon_ 0.5) + (ax0 0.25) + (iy1 0.25) + _epsilon_))) + ((p.p.name is c) + (((eh1 0.833333) (ih0 0.166667) eh1)) + ((n.n.name is h) + ((p.p.name is u) + (((ey1 0.5) + (ih0 0.25) + (iy1 0.25) + ey1)) + ((p.p.p.name is t) + ((p.p.name is a) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + ((p.p.name is h) + (((eh1 1) eh1)) + (((_epsilon_ 1) _epsilon_)))) + ((p.p.name is a) + (((_epsilon_ 0.571429) + (eh1 0.285714) + (ey0 0.142857) + _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) + (ih0 0.666667) + ih0)) + (((_epsilon_ 0.923077) + (ih0 0.0769231) + _epsilon_)))))) + ((p.p.name is o) + (((_epsilon_ 0.956522) + (ax0 0.0434783) + _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.913043) + (eh1 0.0434783) + (iy0 0.0434783) + _epsilon_)) + ((p.name is v) + (((eh0 0.333333) + (ih0 0.666667) + ih0)) + ((p.name is r) + (((_epsilon_ 0.333333) + (eh0 0.166667) + (ih0 0.5) + ih0)) + (((_epsilon_ 0.807692) + (eh0 0.0192308) + (eh1 0.0576923) + (ey1 0.0192308) + (ih0 0.0961538) + _epsilon_)))))))))))) + ((n.n.n.name is s) + ((n.name is l) + ((p.name is h) + (((ax0 0.5) (eh1 0.5) ax0)) + (((_epsilon_ 0.880952) + (eh0 0.0238095) + (eh1 0.047619) + (ey1 0.0238095) + (iy1 0.0238095) + _epsilon_))) + ((n.n.name is e) + ((n.name is x) + (((eh0 0.75) (eh1 0.25) eh0)) + ((n.name is g) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0)) + ((n.name is d) + ((p.p.p.name is e) + (((ey1 0.75) (iy1 0.25) ey1)) + (((ey1 0.25) (iy1 0.75) iy1))) + (((_epsilon_ 0.0714286) + (eh1 0.142857) + (iy1 0.785714) + iy1))))) + ((n.name is c) + (((_epsilon_ 0.9) (eh1 0.1) _epsilon_)) + ((p.p.name is l) + ((p.p.p.name is a) + (((ey1 0.5) (ih0 0.5) ey1)) + (((ih0 1) ih0))) + ((n.n.name is o) + ((p.name is d) + (((_epsilon_ 0.666667) + (ih0 0.333333) + _epsilon_)) + (((_epsilon_ 0.333333) + (iy1 0.666667) + iy1))) + ((n.n.name is a) + ((p.name is n) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + ((p.name is t) + (((eh1 0.333333) + (ey1 0.333333) + (ih0 0.333333) + eh1)) + (((_epsilon_ 0.285714) + (ey1 0.571429) + (ih0 0.142857) + ey1)))) + ((p.p.name is o) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0))))))))) + ((n.name is l) + ((n.n.name is m) + ((n.n.n.name is a) + (((ax0 0.967742) (eh1 0.0322581) ax0)) + ((p.p.p.name is i) + (((eh0 0.25) (eh1 0.25) (ih0 0.5) ih0)) + (((eh1 1) eh1)))) + ((p.p.p.name is s) + (((_epsilon_ 0.714286) + (eh1 0.142857) + (iy1 0.142857) + _epsilon_)) + ((n.n.n.name is d) + ((p.p.p.name is a) + ((p.p.name is r) + (((ax0 1) ax0)) + (((ax0 0.333333) (eh1 0.666667) eh1))) + (((ax0 0.941176) (ih0 0.0588235) ax0))) + ((n.n.name is o) + ((n.n.n.name is c) + (((_epsilon_ 0.333333) + (ih0 0.666667) + ih0)) + (((_epsilon_ 0.12) + (ax0 0.72) + (ih0 0.16) + ax0))) + ((n.n.n.name is y) + ((p.name is k) + (((_epsilon_ 0.666667) + (ax0 0.333333) + _epsilon_)) + ((p.p.name is a) + (((ih0 1) ih0)) + (((_epsilon_ 0.4) + (ax0 0.2) + (ih0 0.4) + _epsilon_)))) + ((p.name is t) + ((p.p.p.name is o) + (((eh0 0.666667) + (eh1 0.333333) + eh0)) + (((_epsilon_ 0.428571) + (ax0 0.142857) + (eh1 0.285714) + (ih0 0.142857) + _epsilon_))) + ((n.n.name is d) + ((p.name is f) + (((eh0 0.2) + (eh1 0.2) + (ih0 0.6) + ih0)) + ((n.n.n.name is e) + ((p.p.name is c) + (((eh1 0.333333) + (ih0 0.666667) + ih0)) + (((eh1 0.75) (ih0 0.25) eh1))) + ((n.n.n.name is a) + (((ax0 0.25) (eh1 0.75) eh1)) + (((ax0 0.333333) + (eh1 0.333333) + (ih0 0.333333) + ax0))))) + ((p.name is c) + ((p.p.p.name is a) + (((eh1 1) eh1)) + (((_epsilon_ 0.5) + (ax0 0.5) + _epsilon_))) + ((n.n.n.name is v) + (((eh1 1) eh1)) + ((n.n.name is v) + ((p.name is s) + (((eh1 1) eh1)) + (((ax0 0.666667) + (eh1 0.333333) + ax0))) + ((p.p.p.name is c) + (((_epsilon_ 0.333333) + (eh1 0.666667) + eh1)) + ((n.n.n.name is c) + (((_epsilon_ 0.25) + (ih0 0.75) + ih0)) + ((p.p.p.name is e) + ((n.n.name is b) + (((ax0 0.6) (ih0 0.4) ax0)) + (((ax0 0.142857) + (ih0 0.857143) + ih0))) + ((p.name is r) + ((p.p.p.name is o) + (((ax0 1) ax0)) + (((_epsilon_ 0.333333) + (ey1 0.333333) + (ih0 0.333333) + _epsilon_))) + ((n.n.n.name is w) + (((_epsilon_ 0.333333) + (ih0 0.666667) + ih0)) + ((n.n.n.name is a) + ((n.n.name is e) + (((ih0 1) ih0)) + (((ax0 0.571429) + (ih0 0.428571) + ax0))) + ((p.p.p.name is i) + (((ax0 0.833333) + (ih0 0.166667) + ax0)) + ((p.name is s) + (((ax0 0.75) + (eh1 0.0833333) + (ih0 0.166667) + ax0)) + ((n.n.n.name is r) + (((ax0 0.833333) + (eh1 0.166667) + ax0)) + ((p.p.p.name is a) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.p.p.name is m) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + ((p.name is z) + (((ax0 0.5) + (eh1 0.25) + (ih0 0.25) + ax0)) + (((ax0 0.2) + (eh1 0.7) + (ih0 0.1) + eh1)))))))))))))))))))))))) + ((n.name is t) + ((n.n.n.name is r) + ((p.p.name is o) + (((ax0 0.857143) + (ih0 0.107143) + (iy0 0.0357143) + ax0)) + ((p.p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is u) + (((ey1 0.666667) (ih0 0.333333) ey1)) + ((p.p.name is t) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + ((p.p.name is i) + ((p.p.p.name is t) + (((ax0 0.333333) + (iy1 0.666667) + iy1)) + (((ax0 0.5) (iy1 0.5) ax0))) + ((p.p.p.name is p) + (((_epsilon_ 0.333333) + (iy0 0.333333) + (iy1 0.333333) + _epsilon_)) + ((p.p.name is r) + (((ax0 0.25) (ih0 0.75) ih0)) + ((n.n.name is e) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.p.name is a) + (((ax0 0.5) (iy0 0.5) ax0)) + ((p.p.p.name is a) + (((iy0 0.666667) + (iy1 0.333333) + iy0)) + (((ax0 0.333333) + (ih0 0.166667) + (iy0 0.166667) + (iy1 0.333333) + ax0))))) + (((ax0 0.777778) + (ih0 0.222222) + ax0)))))))))) + ((p.name is k) + ((n.n.n.name is d) + (((ax0 1) ax0)) + ((p.p.name is c) + ((n.n.n.name is o) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.2) + (eh1 0.2) + (ih0 0.6) + ih0)))) + (((ax0 0.846154) (ih0 0.153846) ax0)))) + ((n.n.name is e) + ((p.p.name is p) + ((p.p.p.name is m) + (((iy1 1) iy1)) + (((ax0 0.666667) + (iy1 0.333333) + ax0))) + ((n.n.n.name is d) + ((p.p.p.name is o) + (((_epsilon_ 0.666667) + (iy1 0.333333) + _epsilon_)) + (((_epsilon_ 0.0666667) + (ax0 0.866667) + (iy1 0.0666667) + ax0))) + ((n.n.n.name is l) + (((_epsilon_ 0.6) + (ih0 0.2) + (iy1 0.2) + _epsilon_)) + ((n.n.n.name is c) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is k) + (((_epsilon_ 0.666667) + (eh0 0.333333) + _epsilon_)) + (((_epsilon_ 0.25) + (ax0 0.75) + ax0))))))) + ((n.n.name is r) + ((n.n.n.name is i) + ((p.name is m) + (((ax0 0.210526) + (eh1 0.789474) + eh1)) + (((ax0 0.6) (eh1 0.4) ax0))) + ((n.n.n.name is y) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + (((_epsilon_ 0.818182) + (ax0 0.0909091) + (eh1 0.0909091) + _epsilon_))))) + ((p.p.p.name is e) + (((eh1 0.916667) + (ih0 0.0833333) + eh1)) + ((n.n.n.name is e) + ((n.n.name is o) + (((_epsilon_ 0.333333) + (ih0 0.666667) + ih0)) + ((p.name is w) + (((eh1 0.75) (ih0 0.25) eh1)) + ((p.p.p.name is t) + (((eh1 1) eh1)) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_))))) + ((p.p.p.name is m) + (((eh1 1) eh1)) + ((p.p.name is o) + (((_epsilon_ 0.8) + (iy1 0.2) + _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.2) + (ax0 0.8) + ax0)) + ((p.p.name is a) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + (((eh0 0.333333) + (eh1 0.333333) + (iy1 0.333333) + eh0))) + ((p.p.name is i) + (((_epsilon_ 0.875) + (ax0 0.125) + _epsilon_)) + ((n.n.name is o) + (((_epsilon_ 0.6) + (ax0 0.4) + _epsilon_)) + ((p.p.p.name is o) + (((_epsilon_ 0.25) + (eh1 0.75) + eh1)) + ((p.p.p.name is r) + (((_epsilon_ 0.333333) + (ih0 0.666667) + ih0)) + (((_epsilon_ 0.4) + (ax0 0.2) + (eh1 0.2) + (ih0 0.2) + _epsilon_)))))))))))))))) + ((n.n.name is a) + ((n.name is g) + ((n.n.n.name is l) + (((ih0 0.111111) + (iy0 0.222222) + (iy1 0.666667) + iy1)) + ((n.n.n.name is t) + (((ax0 0.833333) (ih0 0.166667) ax0)) + ((p.p.name is l) + (((ax0 0.6) + (eh0 0.2) + (ih0 0.2) + ax0)) + (((_epsilon_ 0.0588235) + (ax0 0.0588235) + (ey0 0.0588235) + (ih0 0.823529) + ih0))))) + ((n.n.n.name is k) + (((_epsilon_ 0.947368) + (ax0 0.0526316) + _epsilon_)) + ((n.name is v) + ((p.p.p.name is o) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + (((ey0 0.833333) + (ih0 0.166667) + ey0))) + ((p.p.name is p) + ((p.p.p.name is u) + (((eh1 1) eh1)) + (((ax0 0.666667) + (iy0 0.333333) + ax0))) + ((n.name is m) + ((p.p.p.name is a) + ((p.name is d) + (((ax0 0.333333) + (ey0 0.666667) + ey0)) + (((ax0 1) ax0))) + ((p.name is n) + (((ax0 0.8) (eh0 0.2) ax0)) + ((p.name is t) + (((ax0 1) ax0)) + ((p.name is l) + ((p.p.p.name is t) + (((_epsilon_ 0.666667) + (ax0 0.333333) + _epsilon_)) + (((ax0 1) ax0))) + ((p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 0.714286) + (ih0 0.285714) + _epsilon_)) + (((_epsilon_ 0.333333) + (ax0 0.166667) + (ih0 0.5) + ih0)))))))) + ((p.p.p.name is i) + (((ax0 0.2) + (eh1 0.4) + (ih0 0.4) + eh1)) + ((p.p.p.name is o) + (((ax0 0.25) + (eh0 0.25) + (eh1 0.25) + (ih0 0.25) + ax0)) + ((p.p.p.name is c) + (((_epsilon_ 0.25) + (eh1 0.75) + eh1)) + (((_epsilon_ 0.827586) + (ax0 0.103448) + (eh1 0.0344828) + (ey0 0.0344828) + _epsilon_)))))))))) + ((n.name is f) + ((n.n.name is f) + (((_epsilon_ 0.111111) + (eh1 0.777778) + (ih0 0.111111) + eh1)) + ((n.n.n.name is r) + ((p.p.p.name is t) + (((ih0 1) ih0)) + ((p.p.p.name is c) + (((_epsilon_ 0.666667) + (ih0 0.333333) + _epsilon_)) + ((p.p.p.name is w) + (((_epsilon_ 0.666667) + (ih0 0.333333) + _epsilon_)) + (((_epsilon_ 0.285714) + (ih0 0.714286) + ih0))))) + ((p.p.name is c) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + ((n.n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) + (ax0 0.75) + ax0)))))))) + ((n.n.n.name is l) + ((n.n.name is e) + ((n.name is m) + (((_epsilon_ 0.333333) + (iy1 0.666667) + iy1)) + ((p.p.p.name is c) + (((eh1 0.75) (ey1 0.25) eh1)) + ((n.name is v) + (((ax0 0.5) (eh1 0.5) ax0)) + (((_epsilon_ 0.4) + (ax0 0.4) + (ih0 0.2) + _epsilon_))))) + ((p.p.p.name is g) + (((ax0 1) ax0)) + ((n.n.name is o) + ((n.name is p) + (((_epsilon_ 0.333333) + (eh1 0.666667) + eh1)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (eh1 0.333333) + _epsilon_))) + ((p.p.name is o) + (((ax0 0.6) (eh1 0.4) ax0)) + ((p.name is r) + ((p.p.name is r) + (((eh1 1) eh1)) + (((ax0 0.666667) + (eh1 0.333333) + ax0))) + (((eh1 1) eh1))))))) + ((p.p.p.name is b) + (((_epsilon_ 0.947368) + (eh1 0.0526316) + _epsilon_)) + ((n.n.name is o) + ((p.name is r) + ((p.p.p.name is c) + (((eh1 1) eh1)) + ((p.p.name is g) + (((eh0 0.666667) + (ih0 0.333333) + eh0)) + ((n.n.n.name is r) + (((ih0 1) ih0)) + (((_epsilon_ 0.333333) + (eh1 0.333333) + (ih0 0.333333) + _epsilon_))))) + ((p.p.p.name is o) + ((p.p.name is m) + (((eh1 1) eh1)) + ((p.name is p) + (((iy1 1) iy1)) + (((_epsilon_ 1) _epsilon_)))) + ((n.name is g) + ((n.n.n.name is r) + (((ax0 1) ax0)) + ((p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is v) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0))))) + ((p.name is d) + (((_epsilon_ 0.25) + (ax0 0.75) + ax0)) + ((n.name is m) + ((n.n.n.name is r) + (((_epsilon_ 0.666667) + (eh1 0.333333) + _epsilon_)) + (((ax0 0.5) + (ey0 0.25) + (ih0 0.25) + ax0))) + ((p.name is t) + (((_epsilon_ 0.6) + (eh1 0.2) + (ey0 0.2) + _epsilon_)) + ((p.p.name is o) + ((p.p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.name is m) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) + (ax0 0.666667) + ax0)))) + (((_epsilon_ 0.894737) + (ih0 0.105263) + _epsilon_))))))))) + ((p.name is o) + ((n.name is v) + (((eh0 0.25) (eh1 0.75) eh1)) + (((_epsilon_ 0.9375) + (eh0 0.0625) + _epsilon_))) + ((n.name is k) + (((_epsilon_ 0.928571) + (ih0 0.0714286) + _epsilon_)) + ((n.n.name is r) + ((n.name is d) + ((n.n.n.name is o) + (((iy1 1) iy1)) + (((eh1 0.571429) + (iy1 0.428571) + eh1))) + ((n.name is c) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) + (iy1 0.666667) + iy1)) + (((_epsilon_ 1) _epsilon_))) + ((p.name is n) + (((eh1 1) eh1)) + ((p.p.p.name is i) + (((ax0 0.5) (eh1 0.5) ax0)) + ((p.p.name is l) + (((eh0 0.6) + (eh1 0.2) + (ih0 0.2) + eh0)) + ((p.p.p.name is u) + (((eh0 0.333333) + (ih0 0.666667) + ih0)) + (((_epsilon_ 0.666667) + (ax0 0.166667) + (eh0 0.0833333) + (ih0 0.0833333) + _epsilon_)))))))) + ((n.n.name is u) + ((p.name is r) + ((p.p.p.name is a) + (((ey0 0.333333) + (ey1 0.666667) + ey1)) + (((eh1 0.2) + (ih0 0.2) + (iy1 0.6) + iy1))) + ((n.name is d) + (((ax0 0.5) (iy1 0.5) ax0)) + ((p.name is b) + (((ih0 1) ih0)) + ((n.n.n.name is t) + ((p.p.p.name is r) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((_epsilon_ 0.2) + (ax0 0.6) + (ih0 0.2) + ax0))) + ((p.p.p.name is n) + (((ax0 0.75) + (ih0 0.25) + ax0)) + ((n.n.n.name is i) + (((_epsilon_ 0.333333) + (ih0 0.666667) + ih0)) + ((n.name is q) + (((ax0 0.333333) + (eh1 0.666667) + eh1)) + ((n.name is x) + (((eh1 1) eh1)) + (((_epsilon_ 1) + _epsilon_)))))))))) + ((n.n.name is e) + ((p.p.p.name is s) + (((ax0 0.166667) + (iy1 0.833333) + iy1)) + ((n.name is d) + ((n.n.n.name is d) + (((iy1 1) iy1)) + ((p.p.name is h) + (((ih0 0.5) (iy1 0.5) ih0)) + ((n.n.n.name is r) + (((ax0 0.166667) + (eh1 0.5) + (ih0 0.333333) + eh1)) + (((_epsilon_ 0.166667) + (ax0 0.166667) + (eh0 0.166667) + (ih0 0.5) + ih0))))) + ((n.n.n.name is r) + ((p.p.p.name is e) + ((p.name is s) + (((ax0 1) ax0)) + ((p.p.name is r) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + (((eh1 0.666667) + (ey0 0.333333) + eh1)))) + ((p.name is u) + (((_epsilon_ 1) + _epsilon_)) + ((p.name is l) + (((eh1 0.6) + (iy1 0.4) + eh1)) + ((p.name is f) + (((eh0 0.25) + (eh1 0.25) + (ey1 0.25) + (ih0 0.25) + eh0)) + ((p.name is a) + (((_epsilon_ 0.2) + (eh1 0.8) + eh1)) + ((p.p.p.name is h) + (((eh1 1) eh1)) + ((p.p.name is o) + (((_epsilon_ + 0.333333) + (eh1 0.333333) + (ih0 0.333333) + _epsilon_)) + (((eh1 0.555556) + (ih0 0.444444) + eh1))))))))) + ((p.p.name is o) + (((_epsilon_ 0.4) + (ih0 0.6) + ih0)) + ((p.p.name is r) + (((ey0 0.5) + (ih0 0.5) + ey0)) + ((p.p.name is s) + (((ax0 0.75) + (ey1 0.25) + ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.p.name is l) + (((ax0 0.6) + (eh1 0.4) + ax0)) + ((n.n.n.name is d) + (((eh1 0.666667) + (ih0 0.333333) + eh1)) + (((eh1 0.1) + (ih0 0.9) + ih0))))))))))) + ((p.p.p.name is u) + (((ih0 1) ih0)) + ((n.n.name is p) + (((eh1 0.95) (ih0 0.05) eh1)) + ((n.n.n.name is a) + ((n.n.name is h) + ((p.name is l) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (eh1 0.333333) + _epsilon_)) + (((ax0 0.333333) + (eh1 0.666667) + eh1))) + (((eh1 0.923077) + (ih0 0.0769231) + eh1))) + ((p.p.name is h) + (((eh1 0.916667) + (ih0 0.0833333) + eh1)) + ((p.name is s) + (((ax0 0.333333) + (ih0 0.5) + (iy1 0.166667) + ih0)) + ((p.p.name is w) + (((ax0 0.222222) + (eh0 0.111111) + (ih0 0.666667) + ih0)) + ((n.n.n.name is t) + ((p.p.p.name is e) + (((ih0 1) ih0)) + ((p.p.name is k) + (((eh0 0.2) + (eh1 0.2) + (ih0 0.6) + ih0)) + ((p.p.name is b) + (((eh1 0.285714) + (ih0 0.714286) + ih0)) + (((eh1 1) eh1))))) + ((p.name is l) + ((n.name is m) + (((eh1 0.142857) + (ih0 0.857143) + ih0)) + ((p.p.p.name is a) + (((eh1 0.25) + (ih0 0.75) + ih0)) + (((eh1 0.875) + (ih0 0.125) + eh1)))) + ((n.n.name is g) + ((p.p.p.name is l) + (((eh0 0.333333) + (eh1 0.666667) + eh1)) + (((ih0 1) ih0))) + ((p.name is t) + ((n.name is m) + (((ax0 0.75) + (eh1 0.25) + ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0))) + ((n.name is c) + (((eh1 0.8) + (ih0 0.2) + eh1)) + ((p.name is r) + (((ax0 0.75) + (eh1 0.25) + ax0)) + ((n.n.name is n) + (((ax0 0.666667) + (eh1 0.333333) + ax0)) + (((ax0 0.0714286) + (eh1 0.928571) + eh1)))))))))))))))))))))))))))))))))))))))))))))))))))))))) +(f + ((n.name is f) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.00023488) (f 0.999765) f)))) +(g + ((p.name is n) + ((n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is i) + ((n.name is e) + ((n.n.n.name is #) + ((p.p.p.name is s) + (((_epsilon_ 0.263158) (jh 0.736842) jh)) + ((n.n.name is r) + ((p.p.p.name is h) + (((jh 1) jh)) + (((_epsilon_ 0.929825) (g 0.0175439) (jh 0.0526316) _epsilon_))) + ((n.n.name is s) + (((jh 1) jh)) + ((n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 0.666667) (jh 0.333333) _epsilon_)) + (((g 1) g))))))) + ((n.n.name is r) + ((p.p.p.name is f) + (((g 1) g)) + ((n.n.n.name is s) + (((_epsilon_ 0.7) (g 0.3) _epsilon_)) + ((p.p.p.name is g) + (((g 0.25) (jh 0.75) jh)) + (((_epsilon_ 0.2) (g 0.6) (jh 0.1) (zh 0.1) g))))) + ((n.n.name is l) + (((g 1) g)) + ((n.n.n.name is s) + (((g 1) g)) + ((n.n.name is #) + (((_epsilon_ 0.125) (jh 0.875) jh)) + ((p.p.p.name is l) + (((_epsilon_ 0.333333) (g 0.666667) g)) + ((p.p.p.name is r) + (((_epsilon_ 0.166667) (jh 0.833333) jh)) + ((n.n.name is s) + (((_epsilon_ 0.2) (jh 0.8) jh)) + ((p.p.p.name is t) + (((jh 1) jh)) + ((n.n.n.name is u) + (((jh 1) jh)) + ((n.n.n.name is i) + (((g 0.333333) (jh 0.666667) jh)) + (((g 1) g))))))))))))) + ((n.name is s) + (((_epsilon_ 0.993127) (g 0.00687285) _epsilon_)) + ((n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is y) + (((_epsilon_ 0.959459) (g 0.0405405) _epsilon_)) + ((n.name is h) + (((_epsilon_ 0.980392) (g 0.0196078) _epsilon_)) + ((n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.name is i) + ((n.n.name is n) + (((_epsilon_ 0.882353) (jh 0.117647) _epsilon_)) + (((g 0.666667) (jh 0.333333) g))) + ((n.name is f) + (((_epsilon_ 1) _epsilon_)) + ((n.name is b) + (((_epsilon_ 0.923077) (g 0.0769231) _epsilon_)) + ((n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.name is g) + (((_epsilon_ 1) _epsilon_)) + ((n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.name is w) + ((p.p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.75) (g 0.25) _epsilon_)) + (((_epsilon_ 0.4) (g 0.6) g)))) + ((n.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((g 0.95) (jh 0.05) g)) + ((p.p.p.name is r) + ((n.n.name is e) + (((_epsilon_ 0.571429) (g 0.428571) _epsilon_)) + (((_epsilon_ 0.2) (g 0.8) g))) + ((p.p.p.name is b) + (((_epsilon_ 0.666667) (g 0.333333) _epsilon_)) + ((n.n.name is a) + ((n.name is r) + (((g 1) g)) + ((p.p.p.name is l) + (((_epsilon_ 0.333333) (g 0.666667) g)) + (((_epsilon_ 1) _epsilon_)))) + ((p.p.p.name is #) + (((g 1) g)) + ((p.p.p.name is t) + (((g 1) g)) + ((n.n.n.name is d) + (((g 1) g)) + ((p.p.p.name is l) + (((g 1) g)) + ((n.n.n.name is t) + (((g 1) g)) + ((n.n.n.name is e) + (((g 1) g)) + ((n.n.n.name is n) + (((g 1) g)) + ((n.n.name is s) + (((g 1) g)) + ((n.n.n.name is y) + (((g 1) g)) + ((p.p.p.name is j) + (((g 1) g)) + ((n.name is l) + (((_epsilon_ 0.166667) (g 0.833333) g)) + ((p.p.p.name is m) + (((_epsilon_ 0.666667) + (g 0.333333) + _epsilon_)) + (((_epsilon_ 0.181818) + (g 0.818182) + g)))))))))))))))))))))))))))))))) + ((n.name is e) + ((n.n.name is l) + ((p.p.name is a) + ((n.n.n.name is i) + (((g 0.3) (jh 0.7) jh)) + ((p.p.p.name is #) + (((g 0.333333) (jh 0.666667) jh)) + (((g 0.833333) (jh 0.166667) g)))) + (((g 1) g))) + ((n.n.n.name is #) + ((n.n.name is s) + (((jh 1) jh)) + ((p.p.name is e) + ((n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.0909091) (g 0.151515) (jh 0.757576) jh))) + ((p.p.p.name is r) + ((p.p.name is a) + (((_epsilon_ 0.0833333) (jh 0.916667) jh)) + (((_epsilon_ 0.833333) (jh 0.166667) _epsilon_))) + ((n.n.name is d) + ((p.p.name is u) + (((jh 1) jh)) + ((p.p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.285714) (jh 0.714286) jh)))) + ((p.p.p.name is d) + (((g 0.25) (jh 0.75) jh)) + ((p.p.p.name is b) + (((_epsilon_ 0.333333) (jh 0.666667) jh)) + ((p.p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is l) + ((n.n.name is n) + (((_epsilon_ 0.333333) (g 0.666667) g)) + (((_epsilon_ 0.75) (g 0.25) _epsilon_))) + (((_epsilon_ 0.727273) + (g 0.181818) + (jh 0.0909091) + _epsilon_)))))))))) + ((n.n.name is #) + ((p.p.p.name is l) + ((p.p.name is a) + (((_epsilon_ 0.5) (jh 0.5) _epsilon_)) + (((jh 1) jh))) + (((g 0.025) (jh 0.975) jh))) + ((p.p.p.name is d) + (((jh 1) jh)) + ((n.n.name is r) + ((n.n.n.name is s) + ((p.p.p.name is r) + (((jh 1) jh)) + ((p.p.name is e) + (((_epsilon_ 0.166667) (g 0.166667) (jh 0.666667) jh)) + ((p.p.p.name is h) + (((_epsilon_ 0.5) (jh 0.5) _epsilon_)) + (((_epsilon_ 0.4) (g 0.6) g))))) + ((n.n.n.name is m) + (((_epsilon_ 0.5) (g 0.25) (jh 0.25) _epsilon_)) + (((g 0.9) (jh 0.1) g)))) + ((n.n.n.name is b) + (((_epsilon_ 0.4) (g 0.2) (jh 0.4) _epsilon_)) + ((p.p.p.name is c) + (((g 0.111111) (jh 0.888889) jh)) + ((n.n.name is s) + (((g 1) g)) + ((n.n.n.name is i) + (((g 0.8) (jh 0.2) g)) + ((p.p.p.name is l) + (((g 0.75) (jh 0.25) g)) + ((n.n.name is n) + (((jh 1) jh)) + ((p.p.p.name is #) + (((g 0.75) (jh 0.25) g)) + ((n.n.name is a) + (((g 0.5) (jh 0.5) g)) + (((g 0.1) (jh 0.9) jh))))))))))))))) + ((n.name is i) + ((n.n.name is l) + (((g 1) g)) + ((n.n.n.name is g) + ((p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is a) + ((p.p.p.name is r) + (((jh 1) jh)) + ((p.p.p.name is h) + (((_epsilon_ 0.333333) (jh 0.666667) jh)) + (((_epsilon_ 1) _epsilon_)))) + (((jh 1) jh)))) + ((p.p.p.name is m) + ((n.n.name is n) + (((g 1) g)) + ((n.n.name is a) (((jh 1) jh)) (((g 0.5) (jh 0.5) g)))) + ((p.p.p.name is v) + (((_epsilon_ 0.666667) (g 0.333333) _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 0.666667) (jh 0.333333) _epsilon_)) + ((n.n.n.name is #) + ((p.p.p.name is t) + (((g 0.666667) (jh 0.333333) g)) + (((_epsilon_ 0.25) (jh 0.75) jh))) + (((g 0.0606061) (jh 0.939394) jh)))))))) + ((n.name is s) + (((_epsilon_ 0.946429) (g 0.0357143) (k 0.0178571) _epsilon_)) + ((n.name is y) + ((n.n.name is #) + (((_epsilon_ 0.125) (jh 0.875) jh)) + (((_epsilon_ 0.5) (jh 0.5) _epsilon_))) + ((n.name is t) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (k 0.666667) k)) + ((n.n.n.name is s) + (((_epsilon_ 0.333333) (k 0.666667) k)) + (((_epsilon_ 0.941176) (k 0.0588235) _epsilon_)))) + ((n.name is a) + ((p.p.p.name is h) + ((p.p.name is a) + (((_epsilon_ 0.666667) (g 0.333333) _epsilon_)) + (((_epsilon_ 0.25) (g 0.75) g))) + (((_epsilon_ 0.0253165) (g 0.974684) g))) + ((n.name is o) + ((p.p.p.name is h) (((_epsilon_ 1) _epsilon_)) (((g 1) g))) + ((n.name is r) + ((n.n.name is u) + (((_epsilon_ 0.5) (g 0.5) _epsilon_)) + (((g 1) g))) + ((n.name is l) + ((p.p.name is e) + ((n.n.name is a) + (((g 1) g)) + ((n.n.name is i) + (((_epsilon_ 0.333333) (g 0.666667) g)) + (((_epsilon_ 0.777778) (g 0.222222) _epsilon_)))) + ((p.p.p.name is l) + (((_epsilon_ 0.714286) (g 0.285714) _epsilon_)) + ((n.n.name is e) + (((g 1) g)) + ((n.n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is #) + (((g 1) g)) + ((p.p.p.name is g) + (((g 1) g)) + ((p.p.name is a) + ((n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is t) + (((_epsilon_ 0.666667) (g 0.333333) _epsilon_)) + (((g 1) g)))) + (((_epsilon_ 0.166667) (g 0.833333) g))))))))) + ((n.name is u) + ((n.n.name is e) + (((_epsilon_ 0.777778) (g 0.222222) _epsilon_)) + ((n.n.name is l) + (((g 1) g)) + ((n.n.n.name is s) + (((g 1) g)) + ((n.n.name is a) + (((g 1) g)) + ((n.n.n.name is #) + (((g 1) g)) + ((p.p.p.name is v) + (((g 1) g)) + ((n.n.name is i) + (((_epsilon_ 0.222222) (g 0.777778) g)) + (((_epsilon_ 0.666667) (g 0.333333) _epsilon_))))))))) + ((n.n.name is i) + ((n.name is h) + (((_epsilon_ 0.2) (g 0.8) g)) + (((_epsilon_ 0.888889) (g 0.111111) _epsilon_))) + (((_epsilon_ 0.944444) (g 0.0555556) _epsilon_))))))))))))))) + ((n.name is h) + ((n.n.name is t) + (((_epsilon_ 0.989924) (f 0.0100756) _epsilon_)) + ((p.name is u) + ((n.n.name is #) + ((p.p.name is o) + ((p.p.p.name is r) + (((_epsilon_ 0.939394) (f 0.0606061) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.928571) (f 0.0714286) _epsilon_)) + ((p.p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is n) + (((_epsilon_ 0.4) (f 0.6) f)) + (((_epsilon_ 0.6) (f 0.4) _epsilon_)))))) + (((_epsilon_ 0.983871) (f 0.00806452) (g 0.00806452) _epsilon_))) + ((p.p.p.name is t) + (((f 1) f)) + ((p.p.p.name is l) + ((p.p.name is a) + ((n.n.n.name is r) + (((_epsilon_ 0.5) (f 0.5) _epsilon_)) + (((f 0.923077) (k 0.0769231) f))) + (((_epsilon_ 0.823529) (f 0.117647) (k 0.0588235) _epsilon_))) + ((p.p.name is o) + ((p.p.p.name is c) + (((f 0.571429) (g 0.428571) f)) + ((n.n.name is a) + (((_epsilon_ 0.75) (g 0.25) _epsilon_)) + ((n.n.name is e) + ((p.p.p.name is r) + (((_epsilon_ 0.25) (f 0.75) f)) + (((_epsilon_ 0.6) (f 0.4) _epsilon_))) + (((_epsilon_ 0.846154) (f 0.153846) _epsilon_))))) + ((p.p.p.name is n) + (((g 1) g)) + ((p.p.name is a) + (((_epsilon_ 0.909091) (g 0.030303) (k 0.0606061) _epsilon_)) + ((n.n.name is e) + (((_epsilon_ 0.666667) (g 0.333333) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.666667) (g 0.333333) _epsilon_)) + (((_epsilon_ 0.4) (g 0.6) g)))))))))) + ((p.name is i) + ((n.n.name is a) + (((_epsilon_ 0.111111) (g 0.888889) g)) + ((p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is e) + ((p.p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.75) (g 0.25) _epsilon_)) + (((_epsilon_ 0.333333) (g 0.666667) g))))) + ((n.n.n.name is #) + (((g 1) g)) + ((n.n.name is e) + (((_epsilon_ 0.333333) (g 0.666667) g)) + (((_epsilon_ 0.5) (g 0.5) _epsilon_)))))))) + ((n.n.name is #) + ((p.p.p.name is b) + (((g 1) g)) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.666667) (g 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (g 0.666667) g))))) + ((p.p.name is i) + (((_epsilon_ 0.333333) (g 0.333333) (jh 0.333333) _epsilon_)) + ((p.p.name is o) + (((g 0.8) (jh 0.2) g)) + ((p.p.name is e) + ((p.p.p.name is b) + (((g 1) g)) + (((_epsilon_ 0.5) (g 0.5) _epsilon_))) + (((_epsilon_ 0.0246914) (g 0.975309) g))))))))) + ((n.name is g) + ((p.name is u) + ((p.p.name is s) + (((_epsilon_ 0.25) (g 0.75) g)) + ((p.p.name is m) + ((p.p.p.name is #) + ((n.n.name is e) + (((_epsilon_ 0.333333) (g 0.666667) g)) + (((_epsilon_ 0.75) (g 0.25) _epsilon_))) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.986111) (g 0.0138889) _epsilon_)))) + (((_epsilon_ 1) _epsilon_))) + ((n.name is e) + ((n.n.name is r) + ((n.n.n.name is #) + ((p.name is d) + (((jh 1) jh)) + ((p.p.p.name is c) + (((jh 1) jh)) + ((p.p.p.name is b) + (((g 0.986014) (jh 0.00699301) (zh 0.00699301) g)) + ((p.p.p.name is y) + (((g 0.2) (jh 0.8) jh)) + ((p.name is e) + (((g 1) g)) + ((p.name is a) + ((p.p.name is r) + (((g 0.888889) (zh 0.111111) g)) + ((p.p.p.name is s) + (((g 0.666667) (jh 0.166667) (zh 0.166667) g)) + ((p.p.p.name is h) + (((g 1) g)) + ((p.p.p.name is #) + (((g 0.785714) (jh 0.214286) g)) + ((p.p.name is e) + (((g 0.666667) (jh 0.333333) g)) + (((g 0.2) (jh 0.8) jh))))))) + ((p.p.p.name is m) + (((g 0.25) (jh 0.75) jh)) + ((p.p.name is o) + (((g 0.4) (jh 0.6) jh)) + ((p.name is o) + (((g 0.625) (jh 0.375) g)) + ((p.p.name is a) + ((p.name is r) + (((g 0.4) (jh 0.6) jh)) + (((g 0.909091) (jh 0.0909091) g))) + (((g 0.978261) (jh 0.0217391) g)))))))))))) + ((n.n.n.name is a) + (((g 0.03125) (jh 0.96875) jh)) + ((p.name is g) + ((p.p.name is u) + ((n.n.n.name is i) + (((_epsilon_ 0.333333) (jh 0.666667) jh)) + (((_epsilon_ 0.333333) (g 0.666667) g))) + (((g 1) g))) + ((n.n.n.name is t) + (((g 0.848485) (jh 0.151515) g)) + ((p.name is d) + (((jh 1) jh)) + ((n.n.n.name is m) + ((p.p.p.name is #) + (((g 1) g)) + (((g 0.047619) (jh 0.904762) (zh 0.047619) jh))) + ((n.n.n.name is i) + (((g 0.210526) (jh 0.789474) jh)) + ((n.n.n.name is r) + (((g 0.153846) (jh 0.846154) jh)) + ((n.n.n.name is y) + (((jh 1) jh)) + ((p.p.p.name is l) + (((g 0.142857) (jh 0.857143) jh)) + ((p.p.p.name is o) + (((jh 1) jh)) + ((p.p.p.name is t) + (((g 0.833333) (zh 0.166667) g)) + ((p.p.name is 0) + ((n.n.n.name is s) + (((g 0.933333) (jh 0.0666667) g)) + ((n.n.n.name is k) + (((g 0.25) (jh 0.75) jh)) + ((n.n.n.name is h) + (((g 1) g)) + ((n.n.n.name is l) + (((g 1) g)) + ((n.n.n.name is v) + (((g 0.25) (jh 0.5) (zh 0.25) jh)) + ((n.n.n.name is o) + (((g 0.333333) (jh 0.5) (zh 0.166667) jh)) + (((g 0.68) (jh 0.24) (zh 0.08) g)))))))) + ((p.p.p.name is b) + (((g 1) g)) + ((n.n.n.name is o) + (((g 0.25) (jh 0.75) jh)) + ((p.name is r) + ((p.p.p.name is f) + (((g 0.666667) (jh 0.333333) g)) + (((g 0.25) (jh 0.75) jh))) + ((p.name is a) + ((p.p.p.name is #) + (((g 0.769231) (jh 0.230769) g)) + (((jh 1) jh))) + (((g 0.833333) (jh 0.166667) g))))))))))))))))))) + ((p.name is d) + (((g 0.00377358) (jh 0.996226) jh)) + ((p.name is g) + ((p.p.p.name is s) + (((g 0.142857) (jh 0.857143) jh)) + (((g 1) g))) + ((n.n.name is #) + ((p.name is a) + (((jh 0.95288) (zh 0.0471204) jh)) + ((p.p.name is t) + (((jh 0.333333) (zh 0.666667) zh)) + ((p.p.p.name is #) + (((jh 1) jh)) + ((p.name is u) + (((jh 0.909091) (zh 0.0909091) jh)) + ((p.p.name is e) + (((g 0.0833333) (jh 0.833333) (zh 0.0833333) jh)) + ((p.p.p.name is h) + (((jh 1) jh)) + ((p.name is r) + ((p.p.p.name is l) + (((jh 1) jh)) + ((p.p.name is i) + (((jh 1) jh)) + ((p.p.p.name is b) + ((p.p.name is a) + (((g 0.666667) (jh 0.333333) g)) + (((g 0.333333) (jh 0.666667) jh))) + ((p.p.name is o) + ((p.p.p.name is f) + (((g 0.666667) (jh 0.333333) g)) + (((g 0.222222) (jh 0.777778) jh))) + (((g 0.142857) (jh 0.857143) jh)))))) + (((g 0.09375) (jh 0.90625) jh))))))))) + ((n.n.name is l) + ((n.n.n.name is #) + (((g 0.932203) (jh 0.0677966) g)) + ((n.n.n.name is y) + (((jh 1) jh)) + ((p.p.p.name is f) + (((jh 1) jh)) + ((p.p.name is 0) + ((n.n.n.name is a) + (((g 0.2) (jh 0.8) jh)) + (((g 0.625) (jh 0.291667) (zh 0.0833333) g))) + (((g 0.857143) (jh 0.142857) g)))))) + ((n.n.name is i) + (((g 0.96875) (jh 0.03125) g)) + ((n.n.name is t) + ((p.p.p.name is 0) + (((g 1) g)) + ((p.p.name is v) + (((jh 1) jh)) + ((p.name is a) + (((g 0.142857) (jh 0.857143) jh)) + ((n.n.n.name is i) + (((g 0.2) (jh 0.8) jh)) + ((n.n.n.name is t) + ((p.p.name is o) + (((g 0.666667) (jh 0.333333) g)) + ((p.p.p.name is #) + (((g 0.4) (jh 0.2) (zh 0.4) g)) + (((jh 0.666667) (zh 0.333333) jh)))) + (((g 0.863636) (jh 0.0909091) (zh 0.0454545) g))))))) + ((n.n.n.name is h) + (((g 1) g)) + ((n.n.n.name is s) + ((p.name is r) + (((g 0.846154) (jh 0.153846) g)) + ((p.p.p.name is #) + (((g 0.857143) (jh 0.142857) g)) + ((p.name is o) + (((jh 1) jh)) + ((n.n.name is m) + (((g 0.2) (jh 0.8) jh)) + ((n.n.name is s) + (((g 0.8) (jh 0.2) g)) + ((n.n.name is n) + ((p.p.p.name is 0) + (((g 0.428571) (jh 0.571429) jh)) + (((g 0.666667) (jh 0.333333) g))) + (((g 0.625) (jh 0.375) g)))))))) + ((p.p.name is h) + ((p.p.p.name is n) + (((g 1) g)) + ((p.p.p.name is s) + (((g 1) g)) + ((p.name is o) + (((g 0.25) (jh 0.75) jh)) + ((n.n.name is n) + (((g 0.875) (jh 0.125) g)) + ((n.n.n.name is #) + (((jh 1) jh)) + ((n.n.n.name is a) + (((g 0.333333) (jh 0.666667) jh)) + (((g 0.75) (jh 0.25) g)))))))) + ((p.name is a) + ((n.n.name is n) + ((n.n.n.name is #) + (((g 1) g)) + ((p.p.name is w) + (((g 1) g)) + (((g 0.0666667) (jh 0.866667) (zh 0.0666667) jh)))) + ((p.p.name is m) + ((n.n.name is s) + (((jh 1) jh)) + (((g 0.5) (jh 0.5) g))) + (((g 0.0135135) (jh 0.912162) (zh 0.0743243) jh)))) + ((n.n.n.name is r) + ((n.n.name is o) + (((g 0.0869565) (jh 0.913043) jh)) + ((p.name is l) + (((jh 1) jh)) + ((n.n.name is a) + (((g 1) g)) + ((n.n.name is h) + (((g 0.75) (jh 0.25) g)) + ((n.n.name is e) + (((g 1) g)) + ((p.p.p.name is 0) + (((g 0.2) (zh 0.8) zh)) + (((g 0.666667) (jh 0.333333) g)))))))) + ((p.p.name is b) + (((g 1) g)) + ((p.p.p.name is b) + ((p.name is r) + ((n.n.name is n) + (((g 1) g)) + ((n.n.n.name is o) + (((g 1) g)) + ((p.p.name is e) + (((g 0.75) (jh 0.25) g)) + ((p.p.name is u) + (((g 0.6) (jh 0.4) g)) + (((g 0.333333) (jh 0.666667) jh)))))) + (((g 0.125) (jh 0.75) (zh 0.125) jh))) + ((p.name is c) + (((g 1) g)) + ((n.n.name is o) + ((n.n.n.name is i) + (((jh 0.333333) (zh 0.666667) zh)) + (((g 0.06) (jh 0.92) (zh 0.02) jh))) + ((n.n.name is n) + ((n.n.n.name is #) + ((p.p.name is l) + (((jh 1) jh)) + ((p.p.name is t) + (((jh 1) jh)) + ((p.name is i) + (((g 1) g)) + ((p.p.p.name is t) + (((jh 1) jh)) + ((p.p.p.name is m) + (((g 1) g)) + ((p.p.p.name is s) + (((g 1) g)) + ((p.name is e) + (((g 1) g)) + ((p.name is u) + (((g 1) g)) + ((p.p.name is c) + (((g 0.8) (jh 0.2) g)) + ((p.name is r) + (((g 0.555556) (jh 0.444444) g)) + (((g 0.181818) (jh 0.818182) jh)))))))))))) + ((p.p.name is i) + (((g 0.8) (jh 0.2) g)) + ((n.n.n.name is d) + (((g 0.0833333) (jh 0.75) (zh 0.166667) jh)) + ((p.p.p.name is y) + (((g 0.666667) (jh 0.333333) g)) + ((p.p.p.name is m) + ((n.n.n.name is c) + (((jh 1) jh)) + (((g 0.666667) (jh 0.333333) g))) + (((g 0.038961) + (jh 0.95671) + (zh 0.004329) + jh))))))) + ((n.n.n.name is #) + ((p.name is r) + (((jh 1) jh)) + ((n.n.name is s) + (((jh 1) jh)) + ((p.name is o) + (((g 0.666667) (jh 0.333333) g)) + ((n.n.name is d) + (((jh 1) jh)) + ((n.n.name is e) + (((g 0.166667) (jh 0.833333) jh)) + (((g 0.5) (jh 0.5) g))))))) + ((n.n.name is a) + (((g 0.0833333) (jh 0.75) (zh 0.166667) jh)) + ((n.n.n.name is t) + (((g 0.142857) (jh 0.857143) jh)) + ((n.n.n.name is a) + (((g 1) g)) + ((p.p.p.name is l) + (((jh 1) jh)) + ((p.p.p.name is a) + (((g 1) g)) + ((n.n.name is m) + ((n.n.n.name is e) + (((g 0.25) (jh 0.75) jh)) + ((n.n.n.name is i) + (((g 0.25) (jh 0.75) jh)) + (((g 0.625) (jh 0.375) g)))) + ((n.n.n.name is c) + (((g 1) g)) + ((n.n.n.name is e) + (((g 0.833333) (jh 0.166667) g)) + ((n.n.name is b) + (((g 0.25) (jh 0.75) jh)) + ((n.n.name is c) + (((g 0.333333) (jh 0.666667) jh)) + ((n.n.name is d) + (((g 0.5) (jh 0.5) g)) + ((n.n.n.name is n) + (((g 1) g)) + ((n.n.name is s) + (((g 0.4) (jh 0.6) jh)) + ((n.n.name is e) + (((g 0.333333) (jh 0.666667) jh)) + (((g 0.764706) (jh 0.235294) g)))))))))))))))))))))))))))))))))) + ((n.name is i) + ((p.p.name is l) + ((n.n.name is n) + ((n.n.n.name is g) + (((g 0.166667) (jh 0.666667) (zh 0.166667) jh)) + (((g 1) g))) + ((p.name is o) + (((jh 1) jh)) + ((p.p.p.name is a) + (((g 0.666667) (jh 0.333333) g)) + ((n.n.name is c) + (((g 0.333333) (jh 0.666667) jh)) + ((p.p.p.name is #) + ((n.n.name is s) + (((jh 1) jh)) + ((n.n.name is t) + (((jh 1) jh)) + ((n.n.name is o) + (((jh 1) jh)) + (((g 0.666667) (jh 0.333333) g))))) + (((jh 1) jh))))))) + ((n.n.name is a) + (((g 0.0405405) (jh 0.959459) jh)) + ((p.p.name is 0) + ((n.n.name is o) + (((jh 1) jh)) + ((n.n.name is u) + (((jh 1) jh)) + ((n.n.name is n) + ((n.n.n.name is n) + (((jh 1) jh)) + ((n.n.n.name is s) + (((g 0.75) (jh 0.25) g)) + (((g 0.407407) (jh 0.592593) jh)))) + ((n.n.name is b) + ((n.n.n.name is e) + (((g 0.25) (jh 0.25) (zh 0.5) zh)) + (((g 0.35) (jh 0.6) (zh 0.05) jh))) + ((n.n.n.name is a) + ((n.n.name is r) + (((jh 0.8) (zh 0.2) jh)) + (((g 0.555556) (jh 0.444444) g))) + ((n.n.n.name is o) + (((g 0.444444) (jh 0.222222) (zh 0.333333) g)) + ((n.n.name is t) + ((n.n.n.name is t) + (((g 0.625) (jh 0.375) g)) + (((g 0.25) (jh 0.75) jh))) + ((n.n.name is s) + (((g 0.5) (jh 0.4) (zh 0.1) g)) + ((n.n.name is l) + (((g 0.853211) (jh 0.110092) (zh 0.0366972) g)) + ((n.n.name is p) + (((g 0.4) (jh 0.6) jh)) + ((n.n.name is e) + ((n.n.n.name is l) + (((g 0.333333) (jh 0.666667) jh)) + (((g 0.76) (jh 0.24) g))) + ((n.n.name is g) + ((n.n.n.name is l) + (((jh 1) jh)) + (((g 0.909091) (jh 0.0909091) g))) + (((g 0.944444) (jh 0.0555556) g)))))))))))))) + ((p.name is g) + ((n.n.name is n) + (((g 1) g)) + ((n.n.name is o) + (((jh 1) jh)) + ((n.n.name is #) + (((jh 1) jh)) + ((p.p.p.name is r) + ((n.n.name is e) + (((jh 1) jh)) + (((g 0.666667) (jh 0.333333) g))) + (((_epsilon_ 0.0526316) (g 0.947368) g)))))) + ((p.name is c) + (((g 1) g)) + ((n.n.name is v) + (((g 1) g)) + ((p.name is o) + ((n.n.name is e) + (((g 1) g)) + ((n.n.n.name is s) + (((g 1) g)) + ((p.p.p.name is #) + (((g 0.666667) (jh 0.333333) g)) + ((n.n.n.name is #) + (((g 0.5) (jh 0.5) g)) + (((g 0.333333) (jh 0.666667) jh)))))) + ((p.p.name is b) + (((g 1) g)) + ((n.n.n.name is l) + ((p.p.p.name is c) + (((g 1) g)) + ((p.p.p.name is #) + ((n.n.name is e) + (((g 0.75) (jh 0.25) g)) + (((jh 1) jh))) + ((n.n.name is e) + (((g 0.333333) (jh 0.666667) jh)) + (((g 0.666667) (jh 0.333333) g))))) + ((n.n.n.name is #) + ((p.p.p.name is b) + (((g 0.75) (zh 0.25) g)) + ((n.n.name is s) + (((g 0.833333) (jh 0.166667) g)) + ((p.p.p.name is a) + (((jh 0.666667) (zh 0.333333) jh)) + ((n.n.name is e) + ((p.name is r) + (((g 0.25) (jh 0.75) jh)) + (((g 0.833333) (jh 0.166667) g))) + ((p.name is a) + ((p.p.name is m) + (((jh 1) jh)) + ((p.p.p.name is #) + (((g 0.75) (jh 0.25) g)) + ((p.p.p.name is r) + (((g 0.666667) (jh 0.333333) g)) + (((g 0.25) (jh 0.75) jh))))) + (((g 0.0689655) (jh 0.931034) jh))))))) + ((p.p.name is h) + (((g 0.625) (jh 0.375) g)) + ((p.p.name is s) + ((p.p.p.name is #) + (((g 1) g)) + (((jh 0.666667) (zh 0.333333) jh))) + ((n.n.name is #) + ((p.name is a) + (((g 0.6) (jh 0.4) g)) + (((g 0.166667) (jh 0.833333) jh))) + ((n.n.name is m) + (((jh 0.75) (zh 0.25) jh)) + ((n.n.n.name is r) + (((g 0.4) (jh 0.6) jh)) + ((p.p.name is t) + (((jh 0.928571) (zh 0.0714286) jh)) + ((p.p.p.name is 0) + (((g 0.166667) (jh 0.833333) jh)) + ((p.p.name is k) + (((g 0.333333) (jh 0.666667) jh)) + ((p.name is e) + ((p.p.name is r) + (((jh 1) jh)) + (((g 0.5) (jh 0.5) g))) + (((g 0.00520833) (jh 0.994792) jh))))))))))))))))))))) + ((n.name is y) + ((p.name is g) + (((_epsilon_ 0.05) (g 0.95) g)) + ((p.p.name is l) + (((g 0.0138889) (jh 0.986111) jh)) + ((n.n.n.name is e) + (((g 0.7) (jh 0.3) g)) + ((n.n.name is i) + (((g 1) g)) + ((p.name is a) + ((p.p.p.name is #) + (((g 0.8) (jh 0.2) g)) + (((g 0.2) (jh 0.8) jh))) + ((n.n.n.name is s) + ((n.n.name is p) + (((jh 1) jh)) + (((g 0.666667) (jh 0.333333) g))) + (((g 0.0701754) (jh 0.929825) jh)))))))) + ((n.name is n) + ((p.name is a) + ((n.n.n.name is #) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.0625) (g 0.9375) g))) + ((p.p.name is p) + ((p.p.p.name is s) + (((g 1) g)) + (((_epsilon_ 0.5) (g 0.5) _epsilon_))) + (((g 1) g)))) + ((n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 0.025641) (g 0.974359) g)) + ((p.name is e) + (((g 1) g)) + ((p.p.p.name is 0) + (((g 1) g)) + ((p.p.p.name is #) + ((p.p.name is s) + ((n.n.n.name is f) + (((g 1) g)) + ((n.n.n.name is l) + (((g 1) g)) + (((_epsilon_ 0.818182) (g 0.181818) _epsilon_)))) + (((_epsilon_ 0.0789474) (g 0.921053) g))) + ((p.p.p.name is b) + (((g 1) g)) + ((p.p.name is e) + (((_epsilon_ 0.875) (g 0.125) _epsilon_)) + ((n.n.n.name is s) + (((g 1) g)) + ((p.p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 0.111111) (g 0.888889) g)) + ((n.n.n.name is n) + (((_epsilon_ 0.833333) (g 0.166667) _epsilon_)) + ((n.n.name is i) + (((_epsilon_ 0.111111) (g 0.888889) g)) + ((p.p.p.name is s) + (((_epsilon_ 0.25) (g 0.75) g)) + ((n.n.n.name is r) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (g 0.6) g))) + ((p.p.p.name is e) + (((_epsilon_ 0.25) (g 0.75) g)) + (((_epsilon_ 0.625) (g 0.375) _epsilon_)))))))))))))))))))))) + ((p.name is d) + ((n.name is r) + (((g 0.846154) (jh 0.153846) g)) + ((p.p.p.name is o) + (((g 1) g)) + ((n.n.n.name is n) + (((jh 1) jh)) + ((n.n.name is e) + (((jh 1) jh)) + ((n.name is w) + (((jh 1) jh)) + ((p.p.name is e) + (((g 0.666667) (jh 0.333333) g)) + (((g 0.4) (jh 0.6) jh)))))))) + ((n.name is t) + ((p.name is e) + (((_epsilon_ 0.5) (k 0.5) _epsilon_)) + ((n.n.name is #) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (g 0.333333) _epsilon_)) + (((_epsilon_ 0.25) (g 0.75) g))) + (((g 1) g)))) + ((p.p.name is 0) + (((_epsilon_ 0.000321027) (g 0.999679) g)) + ((p.name is s) + (((g 0.945946) (k 0.0540541) g)) + ((n.name is a) + (((g 0.991761) (jh 0.00823893) g)) + ((n.n.n.name is o) + (((_epsilon_ 0.0298507) (g 0.955224) (jh 0.0149254) g)) + ((n.name is m) + ((p.p.p.name is a) + (((_epsilon_ 0.333333) + (g 0.333333) + (jh 0.333333) + _epsilon_)) + (((_epsilon_ 0.0108696) (g 0.98913) g))) + (((g 0.998867) + (jh 0.000377644) + (k 0.000377644) + (zh 0.000377644) + g))))))))))))))))) +(h + ((p.p.name is 0) + ((n.n.n.name is o) + ((n.n.name is n) + ((n.name is o) + (((_epsilon_ 0.944444) (hh 0.0555556) _epsilon_)) + (((hh 1) hh))) + (((_epsilon_ 0.00775194) (hh 0.992248) hh))) + ((n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is r) + ((n.n.name is u) + (((_epsilon_ 0.777778) (hh 0.222222) _epsilon_)) + ((n.n.name is i) + ((n.name is a) (((hh 1) hh)) (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.00436681) (hh 0.995633) hh)))) + (((_epsilon_ 0.00281889) (hh 0.997181) hh))))) + ((p.name is c) + ((n.n.name is w) + ((n.name is o) + ((n.n.n.name is s) + (((_epsilon_ 0.214286) (hh 0.785714) hh)) + ((n.n.n.name is i) + (((hh 1) hh)) + (((_epsilon_ 0.923077) (hh 0.0769231) _epsilon_)))) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((n.name is a) + ((n.n.n.name is s) + ((p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is u) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + (((hh 1) hh)))) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + ((n.n.name is r) + (((_epsilon_ 0.25) (hh 0.75) hh)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is k) + ((p.p.p.name is r) + (((_epsilon_ 0.333333) (hh 0.666667) hh)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.961538) (hh 0.0384615) _epsilon_))))))) + ((n.name is o) + ((p.p.p.name is i) + (((_epsilon_ 0.333333) (hh 0.666667) hh)) + (((_epsilon_ 0.976959) (hh 0.0230415) _epsilon_))) + (((_epsilon_ 0.993472) (hh 0.00652819) _epsilon_)))))) + ((p.name is s) + ((n.n.n.name is d) + ((p.p.p.name is 0) + (((_epsilon_ 0.976744) (hh 0.0232558) _epsilon_)) + ((n.n.name is n) + (((hh 1) hh)) + ((n.n.name is a) + (((hh 1) hh)) + ((n.name is o) + (((_epsilon_ 0.4) (hh 0.6) hh)) + (((_epsilon_ 1) _epsilon_)))))) + ((p.p.name is s) + ((p.p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is r) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (hh 0.666667) hh)))) + ((n.n.n.name is m) + ((n.n.name is i) + ((p.p.name is e) + (((hh 1) hh)) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_))) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is s) + ((n.n.name is u) + (((hh 1) hh)) + (((_epsilon_ 0.989899) (hh 0.010101) _epsilon_))) + ((p.p.name is i) + ((n.n.n.name is r) + ((p.p.p.name is d) + (((_epsilon_ 0.333333) (hh 0.666667) hh)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.995575) (hh 0.00442478) _epsilon_))) + (((_epsilon_ 0.998958) (hh 0.00104167) _epsilon_))))))) + ((p.name is t) + ((n.name is o) + ((p.p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is s) + ((n.n.name is u) (((hh 1) hh)) (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is d) + ((n.n.name is l) + (((_epsilon_ 0.545455) (hh 0.454545) _epsilon_)) + (((hh 1) hh))) + ((n.n.name is f) + (((_epsilon_ 0.285714) (hh 0.714286) hh)) + (((_epsilon_ 0.990826) (hh 0.00917431) _epsilon_)))))) + ((p.p.name is h) + ((p.p.p.name is g) (((hh 1) hh)) (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is d) + ((n.n.name is a) + (((hh 1) hh)) + (((_epsilon_ 0.955556) (hh 0.0444444) _epsilon_))) + ((n.n.name is l) + ((n.name is i) + ((p.p.p.name is o) + (((_epsilon_ 0.333333) (hh 0.666667) hh)) + (((_epsilon_ 0.6) (hh 0.4) _epsilon_))) + (((_epsilon_ 0.988506) (hh 0.0114943) _epsilon_))) + ((n.name is a) + ((p.p.p.name is o) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.333333) (hh 0.666667) hh)) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_)))) + (((_epsilon_ 0.98773) (hh 0.0122699) _epsilon_))) + ((p.p.p.name is e) + ((n.n.name is i) + (((_epsilon_ 0.333333) (hh 0.666667) hh)) + (((_epsilon_ 0.994624) (hh 0.00537634) _epsilon_))) + (((_epsilon_ 0.999427) (hh 0.000573066) _epsilon_)))))))) + ((n.name is a) + ((p.name is p) + ((n.n.n.name is t) + ((n.n.name is r) + (((_epsilon_ 0.25) (hh 0.75) hh)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.97479) (hh 0.0252101) _epsilon_))) + ((p.p.p.name is 0) + ((p.name is o) + (((hh 1) hh)) + ((p.name is a) + (((hh 1) hh)) + (((_epsilon_ 0.985294) (hh 0.0147059) _epsilon_)))) + ((n.n.n.name is #) + ((p.p.name is u) + ((p.name is g) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (hh 0.6) hh))) + ((p.p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.name is d) + (((_epsilon_ 0.7) (hh 0.3) _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.name is x) + (((_epsilon_ 1) _epsilon_)) + ((p.name is u) + (((_epsilon_ 0.8) (hh 0.2) _epsilon_)) + ((p.p.p.name is m) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_)) + ((p.name is i) + (((hh 1) hh)) + ((p.name is a) + ((p.p.name is n) + (((hh 1) hh)) + ((p.p.name is l) + (((hh 1) hh)) + ((p.p.p.name is b) + (((hh 1) hh)) + ((n.n.name is m) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + (((_epsilon_ 0.157895) (hh 0.842105) hh)))))) + ((p.p.name is r) + ((p.name is e) + (((_epsilon_ 0.25) (hh 0.75) hh)) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_))) + ((p.name is o) + (((hh 1) hh)) + ((p.p.name is k) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + ((p.p.p.name is l) + (((hh 1) hh)) + ((p.p.name is a) + ((n.n.name is m) + (((hh 1) hh)) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_))) + ((p.p.p.name is #) + (((hh 1) hh)) + ((p.p.p.name is n) + (((hh 1) hh)) + ((p.p.name is e) + ((p.name is r) + (((hh 1) hh)) + ((p.name is n) + (((_epsilon_ 0.333333) (hh 0.666667) hh)) + (((_epsilon_ 0.666667) + (hh 0.333333) + _epsilon_)))) + ((p.name is n) + (((hh 1) hh)) + ((p.p.name is o) + (((_epsilon_ 0.5) (hh 0.5) _epsilon_)) + ((p.p.p.name is s) + (((hh 1) hh)) + ((p.name is l) + (((hh 1) hh)) + ((p.p.p.name is i) + ((p.name is k) + (((_epsilon_ 0.5) (hh 0.5) _epsilon_)) + (((_epsilon_ 0.135135) + (hh 0.864865) + hh))) + ((p.name is g) + ((p.p.name is i) + (((_epsilon_ 0.25) (hh 0.75) hh)) + (((_epsilon_ 0.6) (hh 0.4) _epsilon_))) + (((_epsilon_ 0.166667) + (hh 0.833333) + hh))))))))))))))))))))))))) + ((p.name is g) + ((p.p.name is n) + ((p.p.p.name is i) + ((n.n.name is u) + (((hh 1) hh)) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_))) + (((hh 1) hh))) + ((n.n.name is r) + (((_epsilon_ 0.25) (hh 0.75) hh)) + (((_epsilon_ 1) _epsilon_)))) + ((p.name is x) + ((n.n.name is l) (((hh 1) hh)) (((_epsilon_ 1) _epsilon_))) + ((p.p.name is a) + ((p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.name is k) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_)) + (((_epsilon_ 0.115385) (hh 0.884615) hh)))) + ((n.n.name is g) + ((p.p.p.name is o) + (((_epsilon_ 0.8) (hh 0.2) _epsilon_)) + (((hh 1) hh))) + ((p.p.name is d) + ((p.name is e) + (((hh 1) hh)) + (((_epsilon_ 0.6) (hh 0.4) _epsilon_))) + ((p.p.p.name is f) + (((_epsilon_ 0.5) (hh 0.5) _epsilon_)) + ((n.n.name is m) + ((n.n.n.name is m) + (((hh 1) hh)) + ((p.p.p.name is #) + (((hh 1) hh)) + ((p.p.p.name is b) + (((hh 1) hh)) + ((n.n.n.name is s) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.5) (hh 0.5) _epsilon_)) + (((hh 1) hh))))))) + (((_epsilon_ 0.0268817) (hh 0.973118) hh)))))))))))) + ((n.name is o) + ((p.name is p) + ((n.n.name is l) + ((n.n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is d) + (((hh 1) hh)) + (((_epsilon_ 0.5) (hh 0.5) _epsilon_)))) + (((_epsilon_ 0.992424) (hh 0.00757576) _epsilon_))) + ((p.p.p.name is 0) + ((p.name is w) + ((n.n.n.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((hh 1) hh)) + ((n.n.name is d) + (((hh 1) hh)) + ((n.n.name is r) + (((_epsilon_ 0.5) (hh 0.5) _epsilon_)) + (((_epsilon_ 0.375) (hh 0.625) hh)))))) + ((p.name is a) + (((hh 1) hh)) + (((_epsilon_ 0.958333) (hh 0.0416667) _epsilon_)))) + ((n.n.n.name is s) + (((hh 1) hh)) + ((n.n.name is u) + ((n.n.n.name is n) + (((hh 1) hh)) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_))) + ((p.name is x) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + (((hh 1) hh))) + ((p.name is w) + (((_epsilon_ 0.8) (hh 0.2) _epsilon_)) + ((n.n.name is p) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + ((p.p.name is r) + ((p.name is r) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.047619) (hh 0.952381) hh))) + ((n.n.n.name is #) + ((n.n.name is n) + ((p.p.p.name is #) + (((_epsilon_ 0.2) (hh 0.8) hh)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.0645161) (hh 0.935484) hh))) + ((n.n.name is #) + ((p.p.p.name is o) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + (((_epsilon_ 0.125) (hh 0.875) hh))) + (((_epsilon_ 0.0116279) (hh 0.988372) hh)))))))))))) + ((n.name is e) + ((p.name is p) + ((p.p.p.name is #) + ((p.p.name is u) + (((hh 1) hh)) + (((_epsilon_ 0.875) (hh 0.125) _epsilon_))) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is 0) + ((p.name is a) + (((_epsilon_ 0.2) (hh 0.8) hh)) + ((p.name is o) (((hh 1) hh)) (((_epsilon_ 1) _epsilon_)))) + ((p.name is g) + ((p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + (((hh 1) hh)) + ((p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.4) (hh 0.6) hh)) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_))))))) + ((p.name is w) + ((n.n.n.name is d) + (((hh 1) hh)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is #) + ((p.p.name is r) + ((p.name is a) + (((_epsilon_ 0.25) (hh 0.75) hh)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.name is l) + (((hh 1) hh)) + ((n.n.name is r) + ((p.name is a) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.25) (hh 0.75) hh)) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)))) + ((n.n.name is n) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + (((hh 1) hh))))))) + ((p.p.name is v) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + (((hh 1) hh)) + ((n.n.n.name is m) + (((hh 1) hh)) + ((p.name is n) + (((hh 1) hh)) + ((n.n.n.name is e) + (((hh 1) hh)) + ((p.p.p.name is p) + (((hh 1) hh)) + ((p.p.name is r) + ((p.name is a) + (((_epsilon_ 0.2) (hh 0.8) hh)) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_))) + ((n.n.n.name is s) + ((p.p.p.name is #) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_)) + (((hh 1) hh))) + ((p.p.name is l) + ((p.name is o) + (((hh 1) hh)) + ((p.p.p.name is o) + (((_epsilon_ 0.333333) (hh 0.666667) hh)) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)))) + (((_epsilon_ 0.0615385) (hh 0.938462) hh)))))))))))))))) + ((n.name is u) + ((p.p.p.name is 0) + (((_epsilon_ 0.944444) (hh 0.0555556) _epsilon_)) + ((p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 0.6) (hh 0.4) _epsilon_)) + ((n.n.name is m) + ((p.p.p.name is #) + (((hh 1) hh)) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_))) + (((_epsilon_ 0.027027) (hh 0.972973) hh)))))) + ((n.name is i) + ((p.p.p.name is 0) + ((n.n.name is o) + (((_epsilon_ 0.333333) (hh 0.666667) hh)) + (((_epsilon_ 0.996124) (hh 0.00387597) _epsilon_))) + ((p.name is p) + ((n.n.n.name is l) + (((_epsilon_ 0.4) (hh 0.6) hh)) + (((_epsilon_ 1) _epsilon_))) + ((p.name is g) + ((n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (hh 0.666667) hh))))) + ((p.name is w) + (((_epsilon_ 0.882353) (hh 0.117647) _epsilon_)) + ((p.name is x) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is n) + ((p.name is i) + (((_epsilon_ 0.833333) (hh 0.166667) _epsilon_)) + ((n.n.name is l) + (((hh 1) hh)) + (((_epsilon_ 0.5) (hh 0.5) _epsilon_)))) + ((p.p.name is d) + (((_epsilon_ 0.8) (hh 0.2) _epsilon_)) + ((p.p.p.name is #) + (((hh 1) hh)) + ((n.n.name is l) + (((hh 1) hh)) + ((n.n.n.name is e) + (((hh 1) hh)) + ((n.n.n.name is o) + (((hh 1) hh)) + ((n.n.name is s) + (((hh 1) hh)) + ((p.name is a) + (((hh 1) hh)) + ((p.p.p.name is c) + (((hh 1) hh)) + ((p.name is n) + (((hh 1) hh)) + ((n.n.name is g) + (((hh 1) hh)) + ((p.p.p.name is p) + (((_epsilon_ 0.25) (hh 0.75) hh)) + (((_epsilon_ 0.625) (hh 0.375) _epsilon_))))))))))))))))))) + ((n.name is y) + ((p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.name is a) + (((hh 1) hh)) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.name is g) + (((_epsilon_ 0.75) (hh 0.25) _epsilon_)) + ((p.name is e) + (((hh 1) hh)) + ((p.p.p.name is r) + (((hh 1) hh)) + ((p.p.p.name is v) + (((hh 1) hh)) + (((_epsilon_ 0.6) (hh 0.4) _epsilon_))))))))))) + ((n.n.n.name is #) + ((n.name is l) + ((n.n.name is e) + ((p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is t) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)) + (((_epsilon_ 0.227273) (hh 0.772727) hh)))) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.998337) (hh 0.00166297) _epsilon_)))))))))))))) +(i + ((n.n.name is g) + ((p.p.p.name is 0) + ((n.name is e) + (((ih0 0.0222222) (iy0 0.0222222) (iy1 0.955556) iy1)) + ((n.name is r) + (((_epsilon_ 0.904762) (ax0 0.047619) (ih0 0.047619) _epsilon_)) + ((n.name is a) + ((p.name is b) + (((iy0 0.8) (iy1 0.2) iy0)) + ((n.n.n.name is n) + (((ay1 1) ay1)) + ((n.n.n.name is r) (((ay1 1) ay1)) (((ay0 0.6) (ay1 0.4) ay0))))) + ((n.name is s) + (((ih0 0.904762) (ih1 0.047619) (iy1 0.047619) ih0)) + ((n.name is o) + (((ay0 0.5) (ay1 0.333333) (iy0 0.166667) ay0)) + ((p.p.name is #) + ((n.n.n.name is e) + (((_epsilon_ 0.00813008) + (aa1 0.00813008) + (ih0 0.00813008) + (ih1 0.97561) + ih1)) + ((n.n.n.name is u) + (((ih0 0.2) (ih1 0.733333) (iy0 0.0666667) ih1)) + ((n.n.n.name is l) + (((ih1 1) ih1)) + ((p.name is k) + (((ih1 1) ih1)) + ((p.name is r) + (((ih1 0.92) (iy1 0.08) ih1)) + ((p.name is b) + (((ih1 0.833333) (iy1 0.166667) ih1)) + ((p.name is m) + (((ih1 0.8) (iy1 0.2) ih1)) + ((p.name is w) + (((ih1 1) ih1)) + ((n.n.n.name is a) + ((n.name is n) + (((ih0 0.571429) (ih1 0.428571) ih0)) + (((ih1 1) ih1))) + ((n.n.n.name is i) + ((p.name is h) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.181818) (ih1 0.818182) ih1))) + (((ih0 0.0517241) (ih1 0.948276) ih1)))))))))))) + ((n.n.n.name is e) + (((ih0 0.529412) (ih1 0.470588) ih0)) + ((n.n.n.name is r) + (((ih0 0.5) (ih1 0.4) (iy1 0.1) ih0)) + (((ih0 0.148148) (ih1 0.814815) (iy1 0.037037) ih1)))))))))) + ((p.p.p.name is #) + ((n.name is e) + (((iy0 0.0555556) (iy1 0.944444) iy1)) + ((p.name is e) + (((ay1 0.8) (ih0 0.2) ay1)) + ((n.name is n) + ((p.p.name is e) + (((ih0 1) ih0)) + ((p.p.name is a) + (((ih0 1) ih0)) + ((p.name is y) + (((ih0 1) ih0)) + ((p.p.name is o) + (((ih0 1) ih0)) + ((p.name is o) + (((ih0 1) ih0)) + ((n.n.n.name is #) + ((p.name is r) + (((ih1 1) ih1)) + ((p.name is h) + (((ih1 1) ih1)) + ((p.name is l) + (((ih1 1) ih1)) + (((ih0 0.8) (ih1 0.2) ih0))))) + (((ih0 0.0447761) (ih1 0.955224) ih1)))))))) + ((p.name is a) + (((_epsilon_ 0.8) (ay1 0.2) _epsilon_)) + (((_epsilon_ 0.0222222) (ay1 0.0222222) (ih1 0.955556) ih1)))))) + ((n.name is n) + ((n.n.n.name is #) + ((p.p.name is t) + ((p.p.p.name is y) + (((ih1 1) ih1)) + ((p.name is r) + (((ih0 0.25) (ih1 0.75) ih1)) + (((ax0 0.00735294) (ih0 0.977941) (ih1 0.0147059) ih0)))) + ((p.name is r) + ((p.p.name is p) + (((ih1 1) ih1)) + ((p.p.p.name is o) + (((ax0 0.235294) (ih0 0.764706) ih0)) + ((p.p.name is d) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ax0 0.00493827) + (ih0 0.990123) + (ih1 0.00246914) + (iy0 0.00246914) + ih0))))) + (((_epsilon_ 0.00059453) + (ax0 0.00535077) + (ih0 0.991082) + (ih1 0.00297265) + ih0)))) + ((p.p.p.name is s) + ((p.name is r) + (((ih0 0.037037) (ih1 0.962963) ih1)) + (((ay1 0.0909091) (ih0 0.909091) ih0))) + ((n.n.n.name is u) + ((p.name is t) + (((ih1 1) ih1)) + ((p.p.p.name is d) + (((ih0 0.333333) (ih1 0.333333) (iy1 0.333333) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1)))) + ((n.n.n.name is a) + ((p.name is s) + (((ih0 1) ih0)) + ((p.p.p.name is a) + (((ax0 0.333333) (iy1 0.666667) iy1)) + (((ih0 0.428571) (ih1 0.142857) (iy1 0.428571) ih0)))) + ((n.n.n.name is o) + ((p.name is m) + (((ih1 1) ih1)) + (((ay1 0.2) (ih0 0.4) (iy1 0.4) ih0))) + ((n.n.n.name is i) + (((ih0 0.375) (ih1 0.625) ih1)) + ((p.p.p.name is n) + ((p.p.name is f) + (((ih1 1) ih1)) + ((p.p.name is s) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 1) ih0)))) + ((n.n.n.name is l) + ((p.name is m) + ((p.p.p.name is a) + (((ih0 1) ih0)) + ((p.p.p.name is e) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih1 1) ih1)))) + ((p.p.name is c) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.0517241) (ih0 0.948276) ih0)))) + ((p.name is w) + ((p.p.p.name is r) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1))) + ((p.p.name is a) + (((ax0 0.0392157) (ih0 0.960784) ih0)) + ((p.name is n) + (((ax0 0.0142857) (ih0 0.985714) ih0)) + ((n.n.n.name is e) + ((p.name is s) + (((ih0 1) ih0)) + ((p.name is r) + (((ax0 0.0555556) (ih0 0.944444) ih0)) + ((p.p.name is l) + (((ih0 1) ih0)) + ((p.name is d) + (((ih0 1) ih0)) + ((p.p.p.name is r) + (((ih0 0.625) (ih1 0.375) ih0)) + ((p.name is l) + (((ih0 1) ih0)) + ((p.p.name is n) + ((p.p.p.name is o) + (((ih1 1) ih1)) + (((ih0 1) ih0))) + (((ih0 0.901961) (ih1 0.0980392) ih0))))))))) + (((ih0 0.985337) (ih1 0.0146628) ih0)))))))))))))) + ((n.name is e) + ((p.p.name is o) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy1 1) iy1))) + ((n.name is a) + ((n.n.n.name is e) + ((p.p.p.name is a) + (((_epsilon_ 0.111111) (ih0 0.888889) ih0)) + (((ih0 0.333333) (iy0 0.666667) iy0))) + (((_epsilon_ 0.125) (ay1 0.125) (iy0 0.75) iy0))) + ((n.name is o) + (((ay0 0.333333) (iy0 0.666667) iy0)) + ((p.p.p.name is r) + ((p.p.name is t) + (((ax0 0.6) (ih0 0.4) ax0)) + (((ih0 0.5) (ih1 0.5) ih0))) + ((p.p.name is r) + (((ax0 0.142857) (ih0 0.857143) ih0)) + ((p.name is r) + ((p.p.p.name is l) + (((ih0 0.714286) (ih1 0.285714) ih0)) + ((p.p.p.name is s) + (((ih0 0.0833333) (ih1 0.916667) ih1)) + ((p.p.name is b) + (((ih0 0.238095) (ih1 0.761905) ih1)) + ((p.p.p.name is n) + (((ih0 0.75) (ih1 0.25) ih0)) + ((p.p.p.name is e) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1))))))) + (((ih0 0.833333) (ih1 0.166667) ih0))))))))))) + ((n.name is #) + ((p.name is e) + ((p.p.name is m) + (((ay0 0.166667) (ay1 0.5) (iy0 0.333333) ay1)) + ((p.p.p.name is k) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + ((p.p.name is l) + (((_epsilon_ 0.333333) (ay1 0.666667) ay1)) + ((p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 0.5) (ay0 0.25) (iy1 0.25) _epsilon_)) + ((p.p.name is k) + (((_epsilon_ 0.75) (iy0 0.25) _epsilon_)) + ((p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is h) + (((_epsilon_ 0.75) (ay0 0.25) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.666667) (ay0 0.333333) _epsilon_)) + (((_epsilon_ 0.222222) + (ay0 0.444444) + (ay1 0.222222) + (iy0 0.111111) + ay0))))))))))) + ((p.name is a) + ((p.p.p.name is a) + (((_epsilon_ 0.1) (ay1 0.2) (iy0 0.7) iy0)) + ((p.p.name is r) + (((ay1 0.4) (iy0 0.6) iy0)) + ((p.p.p.name is i) + (((_epsilon_ 0.2) (ay1 0.8) ay1)) + ((p.p.p.name is n) + (((_epsilon_ 0.2) (ay1 0.8) ay1)) + ((p.p.p.name is #) + (((ay1 0.875) (iy0 0.125) ay1)) + ((p.p.p.name is c) + (((ay1 1) ay1)) + ((p.p.p.name is u) + (((ay1 0.666667) (iy0 0.333333) ay1)) + ((p.p.p.name is o) + (((_epsilon_ 0.25) (ay1 0.5) (iy0 0.25) ay1)) + ((p.p.name is t) + (((_epsilon_ 0.25) (ay1 0.5) (iy0 0.25) ay1)) + (((ay1 0.375) (iy0 0.5) (iy1 0.125) iy0))))))))))) + ((p.name is o) + (((_epsilon_ 0.75) (aa1 0.0625) (iy0 0.1875) _epsilon_)) + ((p.p.p.name is 0) + (((ay1 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is #) + ((p.name is u) + (((ih0 0.4) (ih1 0.2) (iy0 0.2) (iy1 0.2) ih0)) + ((p.p.name is a) + (((iy0 1) iy0)) + ((p.p.name is o) + (((iy0 1) iy0)) + ((p.p.name is u) + (((iy0 1) iy0)) + ((p.p.name is s) + (((iy1 1) iy1)) + ((p.name is h) + (((ay1 0.666667) (iy1 0.333333) ay1)) + (((ay0 0.125) (ay1 0.25) (iy0 0.125) (iy1 0.5) iy1)))))))) + ((p.p.p.name is m) + ((p.p.name is a) + (((ay0 0.0454545) (iy0 0.954545) iy0)) + ((p.name is n) + (((ay1 0.166667) (iy0 0.833333) iy0)) + ((p.p.name is u) + (((ay1 0.333333) (iy0 0.333333) (iy1 0.333333) ay1)) + (((iy0 0.9) (iy1 0.1) iy0))))) + (((_epsilon_ 0.000425351) + (ay0 0.00297746) + (ay1 0.00212675) + (ih0 0.000425351) + (iy0 0.985963) + (iy1 0.00808167) + iy0)))))))) + ((n.name is o) + ((n.n.name is n) + ((p.name is t) + (((_epsilon_ 0.999231) (iy0 0.00076864) _epsilon_)) + ((p.name is s) + ((p.p.p.name is n) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 0.992126) + (ih0 0.00393701) + (iy1 0.00393701) + _epsilon_))) + ((p.p.p.name is 0) + ((p.p.name is #) + ((p.name is d) + (((ay1 0.4) (iy0 0.2) (iy1 0.4) ay1)) + ((p.name is z) + (((ay1 1) ay1)) + ((n.n.n.name is #) + (((ay1 1) ay1)) + ((n.n.n.name is e) + (((ay1 0.777778) (iy0 0.222222) ay1)) + ((p.name is l) + (((ay1 1) ay1)) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0))))))) + ((n.n.n.name is i) + (((ay0 0.4) (ay1 0.6) ay1)) + (((ay0 0.5) (ay1 0.5) ay0)))) + ((p.name is n) + (((y 1) y)) + ((p.name is l) + ((p.p.name is g) + (((iy0 1) iy0)) + ((p.p.name is e) + (((ay1 0.666667) (iy0 0.333333) ay1)) + (((y 1) y)))) + ((p.p.p.name is #) + ((p.p.name is a) + (((iy0 1) iy0)) + (((ay1 0.5) (iy0 0.375) (iy1 0.125) ay1))) + ((p.name is g) + (((_epsilon_ 0.875) (iy0 0.125) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 0.857143) + (iy0 0.0714286) + (iy1 0.0714286) + _epsilon_)) + ((p.name is c) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) + (iy1 0.333333) + (y 0.333333) + _epsilon_)) + ((n.n.n.name is #) + ((p.p.name is a) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_))) + (((_epsilon_ 0.9) (iy0 0.1) _epsilon_)))) + ((p.name is x) + (((_epsilon_ 0.75) (iy0 0.25) _epsilon_)) + ((p.p.p.name is e) + (((ay1 0.333333) (iy0 0.333333) (iy1 0.333333) ay1)) + (((iy0 1) iy0))))))))))))) + ((p.p.p.name is 0) + ((p.name is g) + (((_epsilon_ 0.857143) (iy1 0.142857) _epsilon_)) + ((n.n.name is r) + ((p.name is d) + (((ay1 0.333333) (iy0 0.333333) (iy1 0.333333) ay1)) + (((ih1 0.0588235) (iy0 0.941176) iy0))) + ((p.name is b) + ((n.n.name is l) + (((ay0 0.833333) (ay1 0.166667) ay0)) + (((ay0 0.0526316) (ay1 0.921053) (iy0 0.0263158) ay1))) + ((n.n.name is s) + ((p.p.name is #) + (((iy1 1) iy1)) + (((ay0 0.333333) (ay1 0.333333) (iy1 0.333333) ay0))) + ((p.name is c) + (((_epsilon_ 0.75) (iy0 0.25) _epsilon_)) + ((p.name is v) + ((n.n.n.name is i) + (((ay0 0.666667) (iy1 0.333333) ay0)) + (((ay0 0.157895) + (ay1 0.578947) + (iy0 0.157895) + (iy1 0.105263) + ay1))) + ((n.n.name is l) + (((ay0 0.2) (iy0 0.8) iy0)) + ((p.name is l) + (((iy0 1) iy0)) + ((n.n.name is u) + ((n.n.n.name is s) + (((ay1 1) ay1)) + (((_epsilon_ 0.666667) (ay1 0.333333) _epsilon_))) + ((n.n.name is x) + (((ay0 0.666667) (ay1 0.333333) ay0)) + ((n.n.name is #) + (((ay1 0.666667) (iy1 0.333333) ay1)) + ((n.n.name is b) + (((_epsilon_ 0.25) (ay1 0.5) (iy0 0.25) ay1)) + ((n.n.name is c) + (((ay0 0.333333) (ay1 0.666667) ay1)) + ((p.p.name is #) + ((n.n.name is t) + (((ay1 0.8) (iy0 0.2) ay1)) + ((p.name is d) + (((ay1 0.5) (iy0 0.5) ay1)) + (((iy0 1) iy0)))) + (((ay0 0.0909091) + (ay1 0.818182) + (iy0 0.0909091) + ay1)))))))))))))))) + ((n.n.name is u) + ((p.name is r) + (((iy0 0.96875) (iy1 0.03125) iy0)) + ((p.name is c) + (((_epsilon_ 0.844444) + (ih0 0.133333) + (iy1 0.0222222) + _epsilon_)) + ((p.name is t) + (((_epsilon_ 0.965517) (ih0 0.0344828) _epsilon_)) + ((p.name is g) + (((_epsilon_ 0.833333) (ih0 0.166667) _epsilon_)) + ((p.name is x) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((iy0 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is g) + (((iy0 0.333333) (y 0.666667) y)) + (((iy0 0.969697) (y 0.030303) iy0))))))))) + ((n.n.name is r) + ((p.p.p.name is #) + ((n.n.n.name is i) + (((ay0 0.875) (y 0.125) ay0)) + ((p.p.name is p) + (((ay1 1) ay1)) + (((ay0 0.25) (ay1 0.25) (ih1 0.25) (iy0 0.25) ay0)))) + ((p.name is r) + (((iy0 0.954545) (iy1 0.0454545) iy0)) + ((p.p.p.name is s) + (((y 1) y)) + ((p.p.p.name is h) + (((y 1) y)) + ((p.p.p.name is j) + (((iy0 0.333333) (y 0.666667) y)) + ((p.p.p.name is m) + (((iy0 0.333333) (y 0.666667) y)) + ((p.name is f) + (((iy0 1) iy0)) + ((p.name is s) + (((iy0 1) iy0)) + ((n.n.n.name is #) + (((iy0 0.5) (iy1 0.5) iy0)) + (((_epsilon_ 0.5) (iy0 0.25) (iy1 0.25) _epsilon_))))))))))) + ((n.n.name is #) + ((p.p.p.name is #) + (((_epsilon_ 0.181818) + (ay1 0.272727) + (iy0 0.363636) + (iy1 0.181818) + iy0)) + ((p.name is h) + ((p.p.name is c) + (((iy0 1) iy0)) + (((ay1 0.5) (iy1 0.5) ay1))) + (((_epsilon_ 0.0035461) + (iy0 0.978723) + (iy1 0.0070922) + (y 0.0106383) + iy0)))) + ((p.name is c) + ((n.n.name is l) + ((p.p.p.name is a) + (((_epsilon_ 0.833333) (iy0 0.166667) _epsilon_)) + (((iy0 1) iy0))) + (((_epsilon_ 0.555556) + (ay1 0.111111) + (iy1 0.222222) + (y 0.111111) + _epsilon_))) + ((p.name is g) + ((p.p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.375) (iy0 0.625) iy0))) + ((p.name is a) + (((ay0 0.25) (ay1 0.75) ay1)) + ((n.n.name is t) + (((iy0 1) iy0)) + ((p.name is v) + ((p.p.name is a) + (((ay1 0.333333) (iy0 0.666667) iy0)) + (((ay1 1) ay1))) + ((n.n.n.name is #) + (((iy0 0.73913) (iy1 0.173913) (y 0.0869565) iy0)) + ((p.p.name is e) + (((iy0 0.8125) (iy1 0.1875) iy0)) + ((n.n.n.name is h) + (((iy0 0.5) (iy1 0.5) iy0)) + ((n.n.n.name is e) + ((p.name is l) + (((ay1 1) ay1)) + (((ay1 0.0909091) + (iy0 0.818182) + (iy1 0.0909091) + iy0))) + ((n.n.name is d) + (((ay1 0.666667) (iy0 0.333333) ay1)) + (((ay1 0.0526316) (iy0 0.947368) iy0))))))))))))))))) + ((n.name is e) + ((p.p.name is #) + ((n.n.name is r) + ((p.name is h) + (((ay1 0.875) (iy1 0.125) ay1)) + ((n.n.n.name is r) + ((p.name is s) + (((iy0 1) iy0)) + ((p.name is p) + (((ih0 0.5) (ih1 0.25) (iy0 0.25) ih0)) + (((ih1 1) ih1)))) + ((p.name is m) + (((ay1 0.5) (ih0 0.166667) (iy1 0.333333) ay1)) + ((n.n.n.name is m) + (((ay1 0.0909091) (ih1 0.909091) ih1)) + ((n.n.n.name is k) + (((ay1 0.166667) (ih1 0.166667) (iy1 0.666667) iy1)) + ((n.n.n.name is o) + ((p.name is p) + (((ih0 0.666667) (iy1 0.333333) ih0)) + (((ih1 0.333333) (iy0 0.333333) (iy1 0.333333) ih1))) + ((p.name is w) + (((ih0 0.5) (ih1 0.333333) (iy1 0.166667) ih0)) + ((p.name is p) + (((ih0 0.235294) (ih1 0.647059) (iy1 0.117647) ih1)) + ((n.n.n.name is a) + (((ih0 0.25) (iy1 0.75) iy1)) + ((n.n.n.name is n) + (((ih0 0.25) (ih1 0.75) ih1)) + ((p.name is t) + (((iy1 1) iy1)) + ((n.n.n.name is s) + ((p.name is f) + (((iy1 1) iy1)) + (((ih1 0.5) (iy1 0.5) ih1))) + (((ih1 0.793103) (iy1 0.206897) ih1)))))))))))))) + ((n.n.name is w) + ((p.name is v) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1))) + ((n.n.name is n) + ((n.n.n.name is n) + (((ax0 0.25) (ay0 0.25) (iy0 0.5) iy0)) + ((p.name is b) + (((ax0 0.4) (ih1 0.2) (iy1 0.4) ax0)) + (((ax0 0.0416667) + (iy0 0.0416667) + (iy1 0.895833) + (y 0.0208333) + iy1)))) + ((p.name is d) + ((n.n.n.name is a) + (((ay1 1) ay1)) + ((n.n.n.name is #) + (((ay1 0.5) (iy1 0.375) (y 0.125) ay1)) + ((n.n.n.name is i) + (((ay1 0.75) (iy1 0.25) ay1)) + (((ay1 0.194444) (iy1 0.805556) iy1))))) + ((p.name is c) + ((n.n.n.name is l) + (((_epsilon_ 0.75) (eh0 0.25) _epsilon_)) + (((eh0 0.333333) (iy1 0.666667) iy1))) + ((n.n.n.name is #) + ((n.n.name is s) + (((ay1 0.818182) (iy1 0.181818) ay1)) + ((n.n.name is d) + (((ay1 0.571429) (iy1 0.428571) ay1)) + ((p.name is l) + (((_epsilon_ 0.25) (iy1 0.75) iy1)) + ((n.n.name is l) + (((iy1 1) iy1)) + ((p.name is s) + (((iy1 1) iy1)) + ((n.n.name is f) + (((iy1 1) iy1)) + (((ay1 0.2) (iy0 0.4) (iy1 0.4) iy0)))))))) + ((p.name is v) + (((ay1 0.133333) (iy0 0.533333) (iy1 0.333333) iy0)) + ((n.n.n.name is t) + ((n.n.name is s) + (((ay1 0.571429) (iy0 0.142857) (iy1 0.285714) ay1)) + (((_epsilon_ 0.142857) + (ay1 0.142857) + (iy1 0.714286) + iy1))) + ((p.name is p) + ((n.n.n.name is e) + (((iy1 1) iy1)) + ((n.n.n.name is h) + (((iy0 0.75) (iy1 0.25) iy0)) + ((n.n.n.name is r) + (((iy0 0.375) (iy1 0.625) iy1)) + ((n.n.name is c) + (((iy0 0.333333) (iy1 0.666667) iy1)) + ((n.n.n.name is a) + (((ay1 0.333333) (iy0 0.333333) (iy1 0.333333) ay1)) + ((n.n.n.name is i) + (((ay1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ay1)) + (((ay1 0.285714) (iy1 0.714286) iy1)))))))) + ((p.name is b) + (((ay1 0.0344828) + (ih0 0.103448) + (iy0 0.103448) + (iy1 0.758621) + iy1)) + ((n.n.n.name is h) + ((p.name is r) + (((ay1 0.666667) (iy1 0.333333) ay1)) + (((ih1 0.4) (iy1 0.6) iy1))) + ((n.n.name is v) + ((p.name is s) + (((ih1 0.5) (iy1 0.5) ih1)) + (((iy0 0.25) (iy1 0.75) iy1))) + ((n.n.name is b) + (((iy1 1) iy1)) + ((n.n.name is s) + (((iy1 1) iy1)) + ((p.name is h) + (((ay1 0.666667) (iy1 0.333333) ay1)) + ((n.n.n.name is r) + (((_epsilon_ 0.25) (iy0 0.5) (iy1 0.25) iy0)) + ((n.n.n.name is b) + (((iy0 0.6) (iy1 0.4) iy0)) + ((p.name is t) + (((ay1 0.153846) (iy1 0.846154) iy1)) + ((n.n.n.name is i) + ((n.n.name is m) + (((iy0 0.25) (iy1 0.75) iy1)) + (((iy0 0.666667) (iy1 0.333333) iy0))) + (((_epsilon_ 0.0131579) + (ay1 0.0131579) + (iy0 0.0657895) + (iy1 0.907895) + iy1))))))))))))))))))))) + ((n.n.name is r) + ((p.name is e) + ((p.p.name is m) + (((ay0 0.774194) (ay1 0.225806) ay0)) + (((_epsilon_ 0.142857) (ay0 0.047619) (ay1 0.809524) ay1))) + ((n.n.n.name is #) + ((p.p.p.name is #) + ((p.name is r) + (((ay1 1) ay1)) + ((p.p.name is s) + (((ay1 1) ay1)) + (((_epsilon_ 0.285714) + (ay1 0.285714) + (iy0 0.285714) + (iy1 0.142857) + _epsilon_)))) + ((p.name is a) + (((ay0 0.714286) (ay1 0.285714) ay0)) + ((p.name is f) + (((ay1 0.666667) (ih1 0.166667) (iy0 0.166667) ay1)) + ((p.name is n) + (((ih1 0.142857) (iy0 0.828571) (iy1 0.0285714) iy0)) + ((p.p.p.name is s) + ((p.p.name is e) + (((iy0 0.5) (y 0.5) iy0)) + (((ay1 0.5) (iy0 0.25) (iy1 0.25) ay1))) + ((p.p.p.name is c) + ((p.p.name is o) + (((iy0 0.75) (y 0.25) iy0)) + (((ay1 0.75) (iy0 0.25) ay1))) + ((p.name is l) + ((p.p.p.name is d) + (((ih1 1) ih1)) + ((p.p.name is a) + (((ih1 0.333333) (y 0.666667) y)) + ((p.p.p.name is a) + (((iy0 0.9) (y 0.1) iy0)) + ((p.p.name is l) + ((p.p.p.name is i) + (((iy0 0.833333) (y 0.166667) iy0)) + ((p.p.p.name is o) + (((iy0 0.666667) (y 0.333333) iy0)) + (((iy0 0.333333) (y 0.666667) y)))) + (((ay1 0.133333) (iy0 0.666667) (y 0.2) iy0)))))) + ((p.p.name is o) + ((p.name is s) + ((p.p.p.name is r) + (((iy0 1) iy0)) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_))) + (((_epsilon_ 0.0625) (iy0 0.9375) iy0))) + ((p.p.name is r) + (((ih1 0.027027) (iy0 0.972973) iy0)) + ((p.name is t) + ((p.p.name is n) + (((ih1 0.4) (iy0 0.6) iy0)) + ((p.p.p.name is m) + (((ay1 0.25) (iy0 0.5) (y 0.25) iy0)) + ((p.p.p.name is e) + (((iy0 1) iy0)) + ((p.p.name is l) + (((iy0 1) iy0)) + ((p.p.name is t) + (((iy0 1) iy0)) + ((p.p.p.name is a) + (((iy0 0.666667) (y 0.333333) iy0)) + (((ih1 0.166667) (iy0 0.333333) (y 0.5) y)))))))) + ((p.p.name is p) + (((ih0 0.333333) (iy0 0.666667) iy0)) + ((p.name is c) + ((p.p.p.name is a) + (((ih1 0.333333) (iy0 0.666667) iy0)) + ((p.p.name is i) + (((iy0 0.666667) (y 0.333333) iy0)) + (((_epsilon_ 0.333333) + (iy0 0.333333) + (y 0.333333) + _epsilon_)))) + (((_epsilon_ 0.0212766) + (ih1 0.0319149) + (iy0 0.87234) + (y 0.0744681) + iy0)))))))))))))) + ((n.n.n.name is s) + ((p.name is r) + (((ih1 0.111111) (iy0 0.777778) (y 0.111111) iy0)) + ((p.p.name is i) + (((ay1 1) ay1)) + ((p.p.p.name is #) + (((_epsilon_ 0.166667) (ay1 0.666667) (iy1 0.166667) ay1)) + ((p.p.p.name is o) + (((_epsilon_ 0.2) (y 0.8) y)) + ((p.p.name is a) + (((_epsilon_ 0.5) (ih1 0.25) (y 0.25) _epsilon_)) + ((p.name is l) + (((ay1 0.333333) (ih1 0.333333) (y 0.333333) ay1)) + (((ay1 0.0666667) + (ih1 0.666667) + (iy0 0.2) + (y 0.0666667) + ih1)))))))) + ((n.n.n.name is e) + ((p.name is m) + (((ay1 0.25) (ih1 0.75) ih1)) + ((p.p.p.name is a) + (((ih1 0.875) (iy0 0.125) ih1)) + ((p.p.p.name is u) + (((iy0 1) iy0)) + ((p.p.p.name is o) + (((iy0 0.6) (y 0.4) iy0)) + ((p.p.p.name is r) + (((iy0 0.75) (y 0.25) iy0)) + ((p.p.p.name is e) + (((ih1 0.25) (iy0 0.5) (y 0.25) iy0)) + (((ih1 0.666667) (y 0.333333) ih1)))))))) + ((p.p.p.name is #) + ((p.p.name is t) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.428571) (ih1 0.428571) (iy1 0.142857) ay1))) + ((n.n.n.name is i) + (((ih1 0.916667) (iy0 0.0833333) ih1)) + ((p.name is t) + (((ay1 0.142857) + (ih1 0.571429) + (iy0 0.142857) + (y 0.142857) + ih1)) + ((p.p.name is i) + (((ih1 0.333333) (iy0 0.333333) (iy1 0.333333) ih1)) + ((p.p.name is r) + (((ih1 1) ih1)) + ((p.name is c) + (((ih1 0.25) (iy0 0.75) iy0)) + ((p.name is f) + (((ih1 0.333333) (iy0 0.666667) iy0)) + ((n.n.n.name is a) + (((ih0 0.333333) (ih1 0.333333) (iy0 0.333333) ih0)) + (((_epsilon_ 0.0909091) + (ih0 0.181818) + (ih1 0.636364) + (iy0 0.0909091) + ih1)))))))))))))) + ((n.n.name is #) + ((p.name is o) + (((_epsilon_ 0.2) (aa0 0.4) (aa1 0.4) aa0)) + ((p.p.p.name is c) + (((ay1 0.0833333) (iy0 0.583333) (iy1 0.333333) iy0)) + ((p.name is u) + (((iy0 0.25) (iy1 0.75) iy1)) + (((_epsilon_ 0.00181818) + (ay0 0.00363636) + (ay1 0.0109091) + (iy0 0.965455) + (iy1 0.0181818) + iy0))))) + ((n.n.n.name is #) + ((p.name is f) + (((ay0 0.0105263) + (ay1 0.957895) + (iy0 0.0105263) + (iy1 0.0210526) + ay1)) + ((n.n.name is s) + ((p.p.p.name is #) + (((ay1 0.785714) (iy0 0.0714286) (iy1 0.142857) ay1)) + ((p.name is l) + ((p.p.name is p) + (((ay1 1) ay1)) + ((p.p.name is f) + (((ay1 1) ay1)) + (((ay0 0.0285714) (ay1 0.0857143) (iy0 0.885714) iy0)))) + ((p.p.p.name is c) + ((p.p.name is i) + (((iy0 1) iy0)) + ((p.name is p) + (((ay1 0.5) (iy0 0.5) ay1)) + (((ay1 0.2) (iy0 0.8) iy0)))) + ((p.p.name is c) + ((p.name is h) + (((iy0 0.75) (iy1 0.25) iy0)) + (((ay1 0.666667) (iy0 0.333333) ay1))) + (((_epsilon_ 0.00224215) + (ax0 0.00224215) + (ay0 0.00224215) + (ay1 0.0044843) + (iy0 0.973094) + (iy1 0.0156951) + iy0)))))) + ((n.n.name is d) + ((p.p.p.name is #) + (((ay1 1) ay1)) + ((p.name is l) + ((p.p.name is l) + (((ay1 0.142857) (iy0 0.857143) iy0)) + (((ay1 1) ay1))) + ((p.p.p.name is c) + ((p.p.name is u) + (((ay1 1) ay1)) + (((ay1 0.333333) (iy0 0.666667) iy0))) + ((p.name is d) + (((ax0 0.0769231) (iy0 0.923077) iy0)) + ((p.p.name is f) + (((iy0 0.857143) (iy1 0.142857) iy0)) + ((p.p.name is r) + (((iy0 1) iy0)) + ((p.p.name is a) + (((iy0 1) iy0)) + ((p.p.name is o) + (((iy0 1) iy0)) + ((p.name is r) + (((ay1 0.5) (iy0 0.5) ay1)) + ((p.p.name is e) + (((ay1 0.666667) (iy0 0.333333) ay1)) + (((ay1 0.0625) (iy0 0.9375) iy0)))))))))))) + ((n.n.name is w) + (((_epsilon_ 0.933333) (iy0 0.0666667) _epsilon_)) + ((n.n.name is u) + (((_epsilon_ 0.5) (y 0.5) _epsilon_)) + ((p.p.p.name is #) + ((n.n.name is l) + (((iy0 0.285714) (iy1 0.714286) iy1)) + ((p.name is h) + (((iy1 1) iy1)) + ((n.n.name is n) + (((ay1 0.666667) (iy1 0.333333) ay1)) + ((p.name is r) + (((iy1 1) iy1)) + ((p.p.name is k) + (((iy1 1) iy1)) + (((ay1 0.4) (iy0 0.2) (iy1 0.4) ay1))))))) + ((p.name is n) + ((p.p.name is a) + (((iy0 0.166667) (iy1 0.166667) (y 0.666667) y)) + (((iy0 0.333333) (iy1 0.666667) iy1))) + ((n.n.name is f) + ((p.p.name is c) + (((ax0 0.333333) (ih0 0.333333) (iy0 0.333333) ax0)) + (((iy1 1) iy1))) + ((n.n.name is b) + (((iy1 1) iy1)) + ((p.name is t) + (((ax0 0.333333) (iy0 0.333333) (iy1 0.333333) ax0)) + ((p.p.name is b) + (((ay1 0.4) (iy0 0.6) iy0)) + ((n.n.name is n) + (((iy0 0.925926) (iy1 0.0740741) iy0)) + ((p.p.p.name is s) + (((ay1 0.25) (iy0 0.25) (iy1 0.5) iy1)) + ((p.p.name is o) + (((iy0 1) iy0)) + ((p.p.name is u) + (((iy0 1) iy0)) + ((p.p.p.name is e) + (((iy0 1) iy0)) + ((p.p.name is i) + (((iy0 1) iy0)) + ((p.p.name is l) + (((iy0 0.8) (iy1 0.2) iy0)) + ((p.name is l) + (((iy1 1) iy1)) + ((p.p.p.name is r) + (((iy0 0.833333) (iy1 0.166667) iy0)) + ((p.name is r) + (((iy0 0.625) (iy1 0.375) iy0)) + ((p.p.name is s) + (((iy1 1) iy1)) + ((p.p.p.name is z) + (((iy0 0.333333) (iy1 0.666667) iy1)) + ((p.name is m) + (((iy0 0.333333) (iy1 0.666667) iy1)) + (((iy0 0.6) (iy1 0.4) iy0)))))))))))))))))))))))))) + ((p.p.p.name is #) + ((n.n.name is n) + ((p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((ay1 0.75) (iy1 0.25) ay1)) + ((p.p.name is c) + (((_epsilon_ 0.25) (ay1 0.75) ay1)) + ((p.name is l) + (((iy0 0.833333) (y 0.166667) iy0)) + ((p.p.name is o) + (((iy0 1) iy0)) + (((ay0 0.25) (iy0 0.25) (iy1 0.5) iy1))))))) + ((n.n.name is t) + ((p.p.name is q) + (((ay1 0.875) (iy1 0.125) ay1)) + (((ax0 0.111111) + (ay0 0.111111) + (ay1 0.111111) + (iy1 0.666667) + iy1))) + ((n.n.n.name is l) + ((n.n.name is l) + (((ay1 0.5) (iy0 0.5) ay1)) + (((iy1 1) iy1))) + (((ay1 0.0393701) (iy0 0.015748) (iy1 0.944882) iy1))))) + ((p.name is f) + ((p.p.p.name is l) + (((iy1 1) iy1)) + ((p.p.name is h) + ((p.p.p.name is c) + (((iy0 0.636364) (iy1 0.363636) iy0)) + (((iy0 0.375) (iy1 0.625) iy1))) + ((p.p.name is y) + (((iy1 1) iy1)) + ((p.p.name is k) + (((iy1 1) iy1)) + ((p.p.name is l) + (((iy1 1) iy1)) + ((p.p.name is m) + (((iy1 1) iy1)) + ((p.p.p.name is k) + (((iy1 1) iy1)) + ((p.p.name is n) + (((iy0 0.192308) (iy1 0.807692) iy1)) + ((p.p.name is g) + (((iy0 0.125) (iy1 0.875) iy1)) + ((p.p.name is d) + (((iy0 0.142857) (iy1 0.857143) iy1)) + ((p.p.p.name is a) + (((iy0 0.5) (iy1 0.5) iy0)) + ((p.p.name is f) + ((p.p.p.name is u) + (((iy0 0.333333) (iy1 0.666667) iy1)) + (((iy0 0.666667) (iy1 0.333333) iy0))) + ((p.p.p.name is e) + (((iy0 0.25) (iy1 0.75) iy1)) + ((p.p.p.name is n) + ((p.p.name is e) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy0 0.25) (iy1 0.75) iy1))) + ((p.p.name is i) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((p.p.name is e) + (((iy0 0.25) (iy1 0.75) iy1)) + ((p.p.p.name is u) + (((iy0 0.25) (iy1 0.75) iy1)) + ((p.p.name is t) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy0 0.307692) (iy1 0.692308) iy1)))))))))))))))))))) + ((n.n.name is w) + ((n.n.n.name is i) + (((_epsilon_ 0.125) (ax0 0.833333) (ih0 0.0416667) ax0)) + ((p.name is v) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 0.666667) (iy0 0.333333) _epsilon_)) + (((iy0 0.857143) (iy1 0.142857) iy0))))) + ((n.n.name is v) + (((ax0 0.0487805) (iy1 0.95122) iy1)) + ((p.p.p.name is f) + (((ax0 0.9375) (iy0 0.0625) ax0)) + ((p.p.name is f) + ((n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + (((iy0 0.666667) (iy1 0.333333) iy0))) + ((n.n.n.name is l) + (((_epsilon_ 0.09375) (iy0 0.90625) iy0)) + ((n.n.n.name is t) + ((p.p.p.name is p) + ((p.p.name is a) + (((ax0 1) ax0)) + (((_epsilon_ 0.333333) + (ih0 0.333333) + (iy0 0.333333) + _epsilon_))) + ((n.n.name is n) + ((p.p.name is r) + (((iy0 0.2) (iy1 0.8) iy1)) + ((p.p.p.name is v) + (((iy1 0.25) (y 0.75) y)) + ((p.name is c) + (((ax0 0.5) (ay1 0.166667) (iy0 0.333333) ax0)) + (((ax0 0.047619) + (iy0 0.857143) + (y 0.0952381) + iy0))))) + (((iy0 0.913793) (iy1 0.0862069) iy0)))) + ((n.n.name is t) + ((n.n.n.name is h) + (((iy0 1) iy0)) + ((p.p.p.name is o) + (((ay1 1) ay1)) + ((n.n.n.name is y) + (((ay1 1) ay1)) + ((n.n.n.name is i) + (((ay1 0.75) (iy0 0.25) ay1)) + ((p.p.p.name is s) + (((ay1 0.166667) + (iy0 0.666667) + (iy1 0.166667) + iy0)) + (((ay1 0.0714286) + (iy0 0.142857) + (iy1 0.785714) + iy1))))))) + ((n.n.n.name is c) + ((p.p.name is s) + ((p.p.p.name is o) + (((ay1 0.5) (iy0 0.25) (iy1 0.25) ay1)) + (((ax0 0.25) (ay1 0.25) (ih0 0.25) (iy0 0.25) ax0))) + ((p.name is n) + (((y 1) y)) + ((p.name is l) + (((ax0 0.333333) (iy0 0.333333) (y 0.333333) ax0)) + ((p.p.p.name is p) + ((p.name is r) + (((iy0 1) iy0)) + (((ax0 0.5) (iy0 0.5) ax0))) + (((iy0 1) iy0)))))) + ((n.n.name is d) + (((ay1 0.6) (iy0 0.2) (iy1 0.2) ay1)) + ((p.p.name is c) + ((p.p.p.name is s) + (((iy1 1) iy1)) + (((ax0 1) ax0))) + ((n.n.name is c) + ((n.n.n.name is h) + (((eh0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + eh0)) + (((iy0 0.0666667) (iy1 0.933333) iy1))) + ((p.name is n) + ((p.p.p.name is d) + (((iy0 0.142857) (iy1 0.142857) (y 0.714286) y)) + (((iy0 0.8) (iy1 0.2) iy0))) + ((n.n.name is u) + (((iy0 0.5) (y 0.5) iy0)) + ((p.name is m) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + ((p.name is t) + (((ax0 0.4) (iy0 0.4) (iy1 0.2) ax0)) + ((p.p.name is g) + (((iy0 1) iy0)) + ((p.p.p.name is m) + (((_epsilon_ 0.2) (iy0 0.6) (iy1 0.2) iy0)) + ((p.p.p.name is a) + (((iy0 0.727273) (iy1 0.272727) iy0)) + ((p.name is r) + (((iy1 1) iy1)) + ((n.n.n.name is a) + (((iy0 0.333333) + (iy1 0.333333) + (y 0.333333) + iy0)) + ((n.n.name is l) + (((iy0 0.176471) (iy1 0.823529) iy1)) + ((p.p.p.name is h) + (((iy1 1) iy1)) + ((p.name is l) + (((iy0 0.25) (iy1 0.75) iy1)) + ((n.n.n.name is n) + (((iy0 0.8) (iy1 0.2) iy0)) + ((n.n.name is n) + (((iy0 0.25) (iy1 0.75) iy1)) + (((iy0 0.714286) + (iy1 0.285714) + iy0))))))))))))))))))))))))))))))))) + ((n.name is a) + ((p.name is c) + ((n.n.name is t) + ((n.n.n.name is e) + (((iy0 1) iy0)) + ((n.n.n.name is i) + (((iy0 1) iy0)) + (((_epsilon_ 1) _epsilon_)))) + ((n.n.n.name is o) + ((n.n.name is n) + (((iy0 1) iy0)) + (((_epsilon_ 0.75) (iy1 0.25) _epsilon_))) + ((n.n.name is r) + ((p.p.p.name is d) + (((iy0 1) iy0)) + ((p.p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 0.75) (iy0 0.25) _epsilon_)) + (((iy0 1) iy0)))))) + ((n.n.name is s) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is i) + (((_epsilon_ 0.982143) (iy0 0.0178571) _epsilon_)) + ((n.n.name is l) + (((_epsilon_ 0.941176) (iy0 0.0588235) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_)) + ((n.n.name is n) + (((_epsilon_ 0.944444) (iy1 0.0555556) _epsilon_)) + ((n.n.n.name is #) + (((iy0 1) iy0)) + (((_epsilon_ 0.866667) + (iy0 0.0888889) + (iy1 0.0444444) + _epsilon_))))))))))) + ((p.p.name is #) + ((p.name is g) + (((_epsilon_ 0.755556) + (ay1 0.0444444) + (iy0 0.0444444) + (iy1 0.155556) + _epsilon_)) + ((p.name is d) + ((n.n.name is s) + (((ay0 0.428571) (ay1 0.428571) (iy0 0.142857) ay0)) + ((n.n.name is n) + ((n.n.n.name is t) + (((ay0 0.25) (ay1 0.75) ay1)) + (((ay0 0.6) (ay1 0.4) ay0))) + ((n.n.n.name is #) + (((ay1 0.666667) (iy1 0.333333) ay1)) + ((n.n.name is b) + (((ay1 1) ay1)) + ((n.n.name is p) + (((ay1 1) ay1)) + ((n.n.n.name is a) + (((ay1 1) ay1)) + ((n.n.name is t) + (((ay1 1) ay1)) + ((n.n.name is l) + (((ay0 0.0909091) (ay1 0.909091) ay1)) + ((n.n.n.name is r) + (((ay1 1) ay1)) + ((n.n.name is m) + (((ay0 0.25) (ay1 0.75) ay1)) + ((n.n.name is r) + (((ay0 0.333333) (ay1 0.666667) ay1)) + (((ay0 0.5) (ay1 0.25) (iy1 0.25) ay0))))))))))))) + ((n.n.name is n) + ((n.n.n.name is #) + (((ay1 0.166667) (iy1 0.333333) (y 0.5) y)) + ((n.n.n.name is g) + (((y 1) y)) + (((ay0 0.04) (ay1 0.04) (iy0 0.92) iy0)))) + ((n.n.name is #) + (((iy1 1) iy1)) + ((n.n.name is s) + ((p.name is b) + (((ay1 0.75) (iy0 0.25) ay1)) + (((_epsilon_ 0.285714) (iy0 0.714286) iy0))) + ((p.name is b) + (((iy0 1) iy0)) + ((p.name is m) + (((ay0 0.666667) (iy0 0.333333) ay0)) + ((n.n.n.name is o) + (((ay0 0.666667) (ay1 0.333333) ay0)) + ((p.name is p) + (((ay1 0.142857) (iy0 0.714286) (iy1 0.142857) iy0)) + ((n.n.name is m) + ((n.n.n.name is #) + (((ay0 0.25) (ay1 0.25) (iy1 0.5) iy1)) + (((ay1 0.333333) (iy0 0.333333) (iy1 0.333333) ay1))) + ((n.n.name is b) + (((ay0 0.2) (ay1 0.8) ay1)) + ((p.name is h) + (((ay0 0.25) (ay1 0.75) ay1)) + ((p.name is n) + (((ay1 1) ay1)) + ((n.n.n.name is e) + (((ay1 0.666667) (iy1 0.333333) ay1)) + ((n.n.name is r) + (((ay1 0.833333) (iy0 0.166667) ay1)) + ((p.name is l) + (((iy0 1) iy0)) + ((p.name is f) + (((ay1 0.25) (iy0 0.75) iy0)) + ((n.n.name is l) + (((ay1 0.8) (iy0 0.2) ay1)) + ((n.n.n.name is #) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((ay1 0.571429) + (iy0 0.285714) + (iy1 0.142857) + ay1))))))))))))))))))))) + ((p.name is t) + ((n.n.name is t) + ((p.p.p.name is n) + ((n.n.n.name is i) + (((_epsilon_ 0.666667) (iy0 0.333333) _epsilon_)) + (((iy0 0.857143) (iy1 0.142857) iy0))) + (((iy0 1) iy0))) + ((p.p.name is s) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (ih0 0.333333) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is e) + (((iy0 0.333333) (y 0.666667) y)) + (((_epsilon_ 0.0714286) (iy0 0.928571) iy0))))) + ((n.n.n.name is #) + (((_epsilon_ 0.925926) (iy0 0.0740741) _epsilon_)) + ((p.p.p.name is a) + ((n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 0.25) (ay0 0.25) (iy0 0.5) iy0)) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_)))) + ((p.p.p.name is t) + (((_epsilon_ 0.333333) + (iy0 0.333333) + (iy1 0.333333) + _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.5) (iy0 0.25) (iy1 0.25) _epsilon_)) + ((n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is n) + ((n.n.name is #) + (((_epsilon_ 0.75) (iy0 0.25) _epsilon_)) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0))) + (((_epsilon_ 0.909091) (iy0 0.0909091) _epsilon_)))))))))) + ((p.name is s) + ((n.n.name is n) + ((n.n.n.name is #) + ((p.p.name is o) + (((ih0 0.8) (iy0 0.2) ih0)) + (((_epsilon_ 0.666667) + (ih0 0.291667) + (iy0 0.0416667) + _epsilon_))) + ((n.n.n.name is s) + ((p.p.p.name is n) + (((iy0 1) iy0)) + (((_epsilon_ 0.8) (iy0 0.2) _epsilon_))) + (((iy0 0.8) (y 0.2) iy0)))) + ((n.n.name is h) + (((ay1 1) ay1)) + ((n.n.name is #) + ((p.p.name is o) + (((_epsilon_ 0.142857) (iy0 0.714286) (iy1 0.142857) iy0)) + ((p.p.p.name is l) + ((p.p.name is a) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_)) + (((_epsilon_ 0.25) (iy0 0.75) iy0))) + ((p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 0.25) (iy0 0.75) iy0)) + (((_epsilon_ 0.6875) + (iy0 0.25) + (iy1 0.0625) + _epsilon_))))))) + ((n.n.name is k) + (((iy0 1) iy0)) + ((p.p.name is u) + (((iy0 1) iy0)) + ((n.n.n.name is #) + (((_epsilon_ 0.571429) (iy0 0.428571) _epsilon_)) + (((_epsilon_ 0.166667) (iy0 0.833333) iy0)))))))) + ((p.name is g) + ((p.p.p.name is e) + (((_epsilon_ 0.5) (ay1 0.5) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.2) (iy0 0.8) iy0)) + ((n.n.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is e) + ((n.n.name is n) + (((_epsilon_ 0.75) (iy0 0.25) _epsilon_)) + (((ih0 0.2) (iy0 0.8) iy0))) + ((n.n.name is #) + (((_epsilon_ 0.75) (iy0 0.25) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.666667) (iy0 0.333333) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 0.5) (iy0 0.5) _epsilon_)) + (((_epsilon_ 0.2) (iy0 0.8) iy0))))))))) + ((p.name is l) + ((p.p.name is g) + (((iy0 0.978723) (y 0.0212766) iy0)) + ((n.n.n.name is e) + ((n.n.name is t) + (((iy0 1) iy0)) + (((_epsilon_ 0.625) (iy0 0.25) (iy1 0.125) _epsilon_))) + ((p.p.name is p) + (((ay1 1) ay1)) + ((p.p.name is e) + ((n.n.name is #) + ((p.p.p.name is r) + (((iy0 1) iy0)) + ((p.p.p.name is c) + (((iy0 0.333333) (y 0.666667) y)) + (((ay1 0.0625) (iy0 0.625) (y 0.3125) iy0)))) + ((n.n.n.name is #) + (((ay1 0.2) (iy0 0.6) (y 0.2) iy0)) + (((ay1 1) ay1)))) + ((n.n.n.name is s) + ((p.p.name is i) + (((iy0 0.5) (y 0.5) iy0)) + (((iy1 0.0833333) (y 0.916667) y))) + ((p.p.p.name is a) + ((n.n.name is n) + ((n.n.n.name is c) + (((ay1 0.666667) (iy0 0.333333) ay1)) + (((ay1 0.25) (iy0 0.5) (iy1 0.25) iy0))) + (((iy0 0.75) (y 0.25) iy0))) + ((n.n.name is t) + (((ay1 0.0625) + (iy0 0.8125) + (iy1 0.0625) + (y 0.0625) + iy0)) + ((n.n.name is r) + ((p.p.name is i) + (((iy0 0.142857) (y 0.857143) y)) + ((p.p.p.name is c) + (((iy0 0.5) (y 0.5) iy0)) + (((iy0 0.333333) (y 0.666667) y)))) + ((p.p.p.name is n) + (((y 1) y)) + ((p.p.p.name is s) + (((iy0 0.333333) (iy1 0.333333) (y 0.333333) iy0)) + ((p.p.p.name is i) + ((p.p.name is l) + (((iy0 0.25) (y 0.75) y)) + (((iy0 1) iy0))) + ((p.p.name is a) + ((p.p.p.name is #) + (((iy0 1) iy0)) + ((p.p.p.name is d) + (((iy0 0.4) (y 0.6) y)) + ((p.p.p.name is t) + (((iy0 0.5) (y 0.5) iy0)) + ((n.n.name is #) + (((iy0 0.777778) (y 0.222222) iy0)) + ((n.n.n.name is #) + (((iy0 0.8) (y 0.2) iy0)) + (((iy0 0.333333) (y 0.666667) y))))))) + (((iy0 0.875) (y 0.125) iy0)))))))))))))) + ((p.name is o) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.133333) (iy0 0.0666667) (y 0.8) y))) + ((p.name is a) + ((n.n.name is #) + ((p.p.p.name is #) + (((ay1 0.5) (y 0.5) ay1)) + (((y 1) y))) + (((_epsilon_ 0.25) (ay1 0.25) (y 0.5) y))) + ((p.name is n) + ((n.n.name is b) + (((ay1 1) ay1)) + ((n.n.name is r) + ((p.p.name is i) + (((iy0 0.666667) (y 0.333333) iy0)) + (((iy0 0.25) (y 0.75) y))) + ((n.n.name is #) + ((p.p.name is o) + ((p.p.p.name is d) + (((iy0 1) iy0)) + ((p.p.p.name is t) + (((iy0 1) iy0)) + ((p.p.p.name is l) + (((iy0 0.333333) (y 0.666667) y)) + (((iy0 0.692308) (y 0.307692) iy0))))) + (((iy0 0.84127) (iy1 0.031746) (y 0.126984) iy0))) + ((p.p.p.name is g) + ((p.p.name is i) + (((iy0 0.333333) (y 0.666667) y)) + (((iy0 0.75) (y 0.25) iy0))) + ((p.p.p.name is d) + ((p.p.name is e) + (((ay1 0.666667) (y 0.333333) ay1)) + (((iy0 1) iy0))) + ((p.p.name is r) + ((p.p.p.name is o) + (((iy0 0.333333) (y 0.666667) y)) + (((iy0 1) iy0))) + (((ay1 0.00943396) + (ih0 0.00943396) + (iy0 0.971698) + (iy1 0.00943396) + iy0)))))))) + ((n.n.name is h) + (((ay1 0.818182) (iy0 0.0909091) (iy1 0.0909091) ay1)) + ((p.p.p.name is #) + ((p.p.name is t) + ((n.n.name is n) + (((ay0 0.25) (ay1 0.25) (iy0 0.5) iy0)) + (((ay1 1) ay1))) + ((p.p.name is a) + (((iy0 1) iy0)) + ((p.name is r) + ((p.p.name is u) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((n.n.name is n) + ((p.p.name is b) + (((ay1 0.6) (iy0 0.4) ay1)) + (((iy0 0.666667) (iy1 0.333333) iy0))) + (((ay1 0.833333) (iy1 0.166667) ay1)))) + ((p.p.name is d) + (((iy0 0.25) (iy1 0.75) iy1)) + (((_epsilon_ 0.04) + (ay1 0.04) + (iy0 0.8) + (iy1 0.08) + (y 0.04) + iy0)))))) + ((p.name is f) + ((p.p.name is a) + (((iy0 1) iy0)) + (((ay1 0.909091) (iy1 0.0909091) ay1))) + ((n.n.name is s) + ((p.p.name is t) + (((ay1 0.75) (iy0 0.25) ay1)) + ((p.name is m) + (((iy0 1) iy0)) + ((p.p.name is e) + ((p.name is r) + (((iy0 0.333333) (iy1 0.666667) iy1)) + (((iy0 0.75) (iy1 0.25) iy0))) + ((p.name is r) + (((ay1 0.4) (iy0 0.6) iy0)) + ((n.n.n.name is #) + (((iy0 0.5) (iy1 0.5) iy0)) + ((n.n.n.name is e) + (((ay1 0.333333) (iy0 0.666667) iy0)) + (((ay1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ay1)))))))) + ((p.name is e) + ((n.n.name is #) + (((_epsilon_ 0.25) (iy0 0.5) (iy1 0.25) iy0)) + (((iy1 1) iy1))) + ((p.p.name is c) + ((p.p.p.name is y) + (((ay1 0.75) (iy0 0.25) ay1)) + ((p.p.p.name is a) + ((n.n.name is n) + (((_epsilon_ 0.666667) + (iy0 0.333333) + _epsilon_)) + (((ih1 0.333333) (iy0 0.666667) iy0))) + (((_epsilon_ 0.0384615) (iy0 0.961538) iy0)))) + ((p.p.p.name is e) + ((n.n.n.name is #) + ((n.n.name is n) + (((iy0 1) iy0)) + ((p.name is r) + (((ay1 0.666667) (iy0 0.333333) ay1)) + (((ay1 0.333333) (iy0 0.666667) iy0)))) + ((n.n.name is #) + (((_epsilon_ 0.0714286) (iy0 0.928571) iy0)) + ((p.p.name is n) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((ax0 0.5) (iy0 0.5) ax0))))) + ((p.p.p.name is 0) + ((n.n.n.name is n) + (((iy0 1) iy0)) + ((n.n.n.name is o) + (((ay1 0.375) (iy0 0.625) iy0)) + ((n.n.n.name is t) + (((iy0 1) iy0)) + (((ay1 0.25) (iy1 0.75) iy1))))) + ((p.name is r) + (((ay1 0.00293255) + (iy0 0.979472) + (iy1 0.0175953) + iy0)) + ((n.n.name is #) + (((iy0 0.98) + (iy1 0.0133333) + (y 0.00666667) + iy0)) + ((n.n.name is r) + (((iy0 0.777778) + (iy1 0.111111) + (y 0.111111) + iy0)) + ((n.n.n.name is c) + (((iy0 0.857143) (y 0.142857) iy0)) + ((p.p.p.name is o) + (((_epsilon_ 0.133333) (iy0 0.866667) iy0)) + ((n.n.name is n) + (((_epsilon_ 0.0230769) + (ay1 0.0153846) + (iy0 0.961538) + iy0)) + ((p.p.p.name is a) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((p.p.p.name is n) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((p.p.name is n) + (((ay1 0.2) (iy0 0.8) iy0)) + ((p.p.name is e) + ((p.name is d) + (((iy0 1) iy0)) + ((n.n.n.name is e) + (((iy0 1) iy0)) + ((n.n.n.name is i) + (((iy0 1) iy0)) + (((ay1 0.666667) + (iy0 0.333333) + ay1))))) + (((iy0 1) iy0))))))))))))))))))))))))))))) + ((p.name is a) + ((n.name is c) + ((n.n.name is #) + (((ih0 1) ih0)) + ((n.n.name is h) + ((p.p.p.name is 0) + (((ay1 0.666667) (iy1 0.333333) ay1)) + (((_epsilon_ 0.75) (ay1 0.25) _epsilon_))) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((ay1 0.333333) (ih0 0.666667) ih0)) + (((_epsilon_ 0.5) (ih0 0.5) _epsilon_)))))) + ((n.name is n) + ((n.n.n.name is o) + ((n.n.name is f) + (((ay1 1) ay1)) + (((_epsilon_ 0.833333) (ay1 0.166667) _epsilon_))) + ((n.n.name is o) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.666667) (iy1 0.333333) _epsilon_)) + (((_epsilon_ 0.25) (iy1 0.75) iy1)))) + ((n.n.name is #) + (((_epsilon_ 0.92029) + (ay0 0.0362319) + (ih0 0.0362319) + (iy1 0.00724638) + _epsilon_)) + ((p.p.name is g) + ((p.p.p.name is r) + (((_epsilon_ 0.4) (ih0 0.6) ih0)) + (((_epsilon_ 0.952381) (ih0 0.047619) _epsilon_))) + (((_epsilon_ 0.988235) + (ay0 0.00294118) + (ay1 0.00294118) + (ih0 0.00588235) + _epsilon_)))))) + ((n.name is r) + ((p.p.name is z) + (((_epsilon_ 0.166667) (ih1 0.833333) ih1)) + ((n.n.name is o) + (((_epsilon_ 0.333333) (ay1 0.666667) ay1)) + (((_epsilon_ 0.97048) + (ay0 0.00369004) + (ay1 0.0147601) + (ih1 0.0110701) + _epsilon_)))) + ((n.name is l) + (((_epsilon_ 0.980545) + (ay0 0.00389105) + (ay1 0.0155642) + _epsilon_)) + ((n.name is j) + (((ay0 0.75) (ay1 0.25) ay0)) + ((n.name is s) + ((n.n.n.name is #) + ((n.n.name is e) + (((_epsilon_ 0.909091) (ay0 0.0909091) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.5) (ih0 0.5) _epsilon_)) + (((ih0 0.333333) (ih1 0.666667) ih1)))) + ((n.n.name is c) + (((ay1 1) ay1)) + ((p.p.name is l) + (((_epsilon_ 0.882353) + (ay0 0.0588235) + (ih0 0.0588235) + _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.939394) + (ay1 0.030303) + (ih0 0.030303) + _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 0.2) (ay1 0.8) ay1)) + ((p.p.p.name is 0) + (((_epsilon_ 0.25) (ay1 0.75) ay1)) + ((p.p.name is h) + (((_epsilon_ 0.4) (ay1 0.6) ay1)) + (((_epsilon_ 0.92) (ay1 0.08) _epsilon_))))))))) + ((n.n.name is a) + ((p.p.p.name is 0) + (((ay1 0.5) (iy1 0.5) ay1)) + ((p.p.p.name is #) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (ay1 0.625) (ih0 0.125) ay1))) + (((_epsilon_ 0.727273) + (ay1 0.181818) + (iy1 0.0909091) + _epsilon_)))) + ((p.p.name is n) + ((n.name is v) + (((ay1 0.25) (iy1 0.75) iy1)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.name is l) + (((_epsilon_ 0.96) (ax0 0.02) (ay1 0.02) _epsilon_)) + ((p.p.p.name is u) + (((_epsilon_ 0.75) (ay0 0.25) _epsilon_)) + ((n.n.name is u) + (((_epsilon_ 0.25) (ay1 0.75) ay1)) + ((n.n.n.name is l) + (((_epsilon_ 0.25) (ay1 0.75) ay1)) + ((n.n.name is o) + ((p.p.name is b) + (((ay1 1) ay1)) + ((n.name is t) + (((_epsilon_ 0.8) (iy1 0.2) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.name is k) + (((_epsilon_ 1) _epsilon_)) + ((n.name is m) + (((_epsilon_ 0.857143) + (ay1 0.142857) + _epsilon_)) + (((_epsilon_ 0.25) (ay1 0.75) ay1))))))) + ((n.n.n.name is s) + ((n.n.name is i) + (((ay1 1) ay1)) + (((_epsilon_ 0.857143) (ay1 0.142857) _epsilon_))) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.name is t) + (((_epsilon_ 0.966102) + (ay1 0.0338983) + _epsilon_)) + ((n.name is d) + (((_epsilon_ 0.95) + (ay1 0.025) + (iy1 0.025) + _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 0.666667) + (iy1 0.333333) + _epsilon_)) + ((n.n.name is i) + (((_epsilon_ 0.625) + (ay1 0.25) + (iy1 0.125) + _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 0.333333) (ay1 0.666667) ay1)) + ((p.p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.name is v) + (((_epsilon_ 1) _epsilon_)) + ((n.name is z) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.name is g) + (((_epsilon_ 0.888889) + (ay1 0.111111) + _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.75) + (ay1 0.25) + _epsilon_)) + (((_epsilon_ 0.25) (ay1 0.75) ay1))))))))))))))))))))))))))))))) + ((n.n.name is e) + ((n.name is v) + ((p.name is t) + ((n.n.n.name is r) + (((ay1 0.5) (ih1 0.25) (iy0 0.25) ay1)) + (((ay1 0.00377358) + (ih0 0.984906) + (ih1 0.00377358) + (iy0 0.00377358) + (iy1 0.00377358) + ih0))) + ((p.name is s) + ((p.p.p.name is 0) + (((ay1 0.25) (ih1 0.75) ih1)) + (((ih0 1) ih0))) + ((p.name is e) + (((ay1 0.0625) (iy1 0.9375) iy1)) + ((p.name is d) + ((n.n.n.name is r) + (((ay0 0.625) + (ay1 0.166667) + (ih0 0.166667) + (ih1 0.0416667) + ay0)) + ((n.n.n.name is s) + (((ay0 0.555556) (ay1 0.222222) (ih0 0.222222) ay0)) + (((ay1 0.6) (ih0 0.2) (ih1 0.2) ay1)))) + ((p.p.name is o) + ((p.p.p.name is #) + ((n.n.n.name is r) + (((ax0 0.142857) (ih0 0.285714) (iy0 0.571429) iy0)) + (((ax0 0.166667) (ih0 0.666667) (iy0 0.166667) ih0))) + (((ih0 1) ih0))) + ((p.name is n) + ((n.n.n.name is r) + (((ax0 0.875) (ay1 0.125) ax0)) + (((ay1 1) ay1))) + ((n.n.n.name is s) + ((p.p.name is #) + ((p.name is l) + (((ay1 0.4) (ih1 0.6) ih1)) + (((ay1 0.714286) (ih1 0.285714) ay1))) + (((ay1 0.941176) (ih1 0.0588235) ay1))) + ((p.p.p.name is l) + (((ih0 1) ih0)) + ((p.p.name is l) + (((ih0 1) ih0)) + ((n.n.n.name is #) + (((ay1 0.692308) (ih0 0.115385) (ih1 0.192308) ay1)) + ((p.p.name is 0) + (((ay1 0.857143) (ih0 0.142857) ay1)) + ((p.p.name is d) + (((ay1 0.727273) + (ih0 0.0909091) + (ih1 0.181818) + ay1)) + ((n.n.n.name is r) + ((p.name is l) + (((ih1 1) ih1)) + ((p.p.p.name is 0) + (((ay1 0.0526316) + (ih0 0.0526316) + (ih1 0.789474) + (iy0 0.105263) + ih1)) + ((p.p.p.name is #) + (((ay1 0.222222) (ih1 0.777778) ih1)) + ((p.name is r) + (((ay1 0.6) (ih1 0.4) ay1)) + (((ay1 0.25) (ih0 0.25) (ih1 0.5) ih1)))))) + ((n.n.n.name is t) + ((p.p.p.name is #) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.166667) (ih1 0.833333) ih1))) + ((n.n.n.name is a) + (((ih0 0.75) (ih1 0.25) ih0)) + ((p.name is v) + (((ay1 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ay1)) + ((p.p.name is c) + (((ay1 0.25) (ih0 0.5) (ih1 0.25) ih0)) + ((p.p.p.name is 0) + ((p.name is r) + (((ih1 1) ih1)) + ((p.name is g) + (((ay1 0.2) (ih0 0.2) (ih1 0.6) ih1)) + (((ay1 0.642857) + (ih0 0.0714286) + (ih1 0.285714) + ay1)))) + ((p.p.p.name is s) + (((ih1 0.8) (iy0 0.2) ih1)) + ((p.name is r) + (((ay1 0.8) (iy0 0.2) ay1)) + ((p.p.p.name is e) + (((ay1 0.666667) (iy0 0.333333) ay1)) + ((p.p.p.name is #) + ((p.name is w) + (((ih1 1) ih1)) + (((ay1 0.666667) (ih1 0.333333) ay1))) + (((ih1 1) ih1)))))))))))))))))))))))) + ((p.name is o) + ((n.name is r) + ((p.p.name is t) + (((aa1 1) aa1)) + (((_epsilon_ 0.5) (aa0 0.25) (aa1 0.25) _epsilon_))) + ((n.name is s) + (((_epsilon_ 0.695652) + (aa1 0.217391) + (ax0 0.0869565) + _epsilon_)) + ((p.p.p.name is e) + ((p.p.name is r) + (((ax0 0.666667) (ay1 0.333333) ax0)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.959459) + (aa1 0.0135135) + (ay0 0.0135135) + (ih0 0.0135135) + _epsilon_))))) + ((n.n.n.name is #) + ((n.name is n) + ((p.name is l) + ((p.p.p.name is c) + (((ax0 0.1) (ay1 0.4) (ih1 0.1) (iy1 0.4) ay1)) + ((p.p.p.name is h) + (((ax0 0.2) (ay1 0.6) (iy0 0.2) ay1)) + ((p.p.p.name is i) + (((ax0 0.166667) (ay1 0.833333) ay1)) + ((p.p.p.name is m) + ((p.p.name is e) + (((ay0 0.25) (ay1 0.5) (iy1 0.25) ay1)) + (((iy1 1) iy1))) + ((p.p.p.name is u) + (((ay0 0.333333) (ay1 0.333333) (ih0 0.333333) ay0)) + ((p.p.p.name is d) + (((ay0 0.25) (ay1 0.5) (ih0 0.125) (iy1 0.125) ay1)) + ((p.p.p.name is p) + (((ay1 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is v) + (((ay1 0.333333) (iy1 0.666667) iy1)) + (((ay0 0.135802) + (ay1 0.777778) + (iy1 0.0864198) + ay1)))))))))) + ((p.name is t) + ((p.p.name is s) + ((p.p.p.name is e) + (((ax0 0.111111) + (ay1 0.222222) + (ih0 0.111111) + (iy1 0.555556) + iy1)) + ((p.p.p.name is l) + (((ay1 0.75) (iy0 0.25) ay1)) + ((p.p.p.name is i) + (((iy0 0.25) (iy1 0.75) iy1)) + (((ay1 0.181818) (iy0 0.454545) (iy1 0.363636) iy0))))) + ((p.p.name is r) + (((iy1 1) iy1)) + ((p.p.name is l) + (((ay1 0.2) (iy0 0.4) (iy1 0.4) iy0)) + (((ay1 0.3) (iy0 0.0666667) (iy1 0.633333) iy1))))) + ((p.name is w) + (((ay1 1) ay1)) + ((p.name is m) + ((p.p.p.name is e) + (((ax0 0.333333) (ay1 0.166667) (ih0 0.5) ih0)) + ((p.p.p.name is l) + (((ay1 0.4) (iy1 0.6) iy1)) + ((p.p.p.name is r) + (((ay1 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is t) + (((ax0 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is a) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + (((ax0 0.25) + (ay1 0.375) + (ih0 0.25) + (iy1 0.125) + ay1))))))) + ((p.name is r) + ((p.p.p.name is #) + (((ax0 0.2) (ay1 0.8) ay1)) + ((p.p.p.name is s) + (((ay1 1) ay1)) + ((p.p.p.name is h) + (((ax0 0.2) (ay1 0.2) (ih0 0.4) (iy0 0.2) ih0)) + (((ax0 0.0789474) + (ay1 0.0263158) + (ih0 0.0526316) + (iy0 0.0789474) + (iy1 0.763158) + iy1))))) + ((p.name is g) + (((ax0 0.571429) (iy1 0.428571) ax0)) + ((p.name is c) + ((p.p.name is i) + (((ax0 0.666667) (iy1 0.333333) ax0)) + (((ih0 0.142857) (iy1 0.857143) iy1))) + ((p.p.name is a) + (((ay1 0.142857) (iy1 0.857143) iy1)) + ((p.name is s) + (((ay1 0.111111) + (iy0 0.222222) + (iy1 0.666667) + iy1)) + ((p.p.name is s) + (((_epsilon_ 0.0833333) + (ay0 0.0833333) + (ay1 0.833333) + ay1)) + ((p.name is x) + (((ay0 1) ay0)) + ((p.name is u) + (((ay1 0.4) + (ih0 0.2) + (iy1 0.2) + (w-ax0 0.2) + ay1)) + ((p.name is n) + ((p.p.name is i) + (((ax0 0.333333) (ay1 0.666667) ay1)) + (((ay1 0.285714) + (ih0 0.142857) + (iy1 0.571429) + iy1))) + ((p.name is b) + (((ay0 0.25) (ay1 0.75) ay1)) + ((p.p.name is p) + (((iy1 1) iy1)) + ((p.name is p) + (((ay1 0.9) (iy1 0.1) ay1)) + ((p.p.p.name is d) + (((ay1 1) ay1)) + ((p.p.name is l) + ((p.name is d) + (((iy1 1) iy1)) + (((_epsilon_ 0.25) + (ay1 0.5) + (iy1 0.25) + ay1))) + ((p.name is f) + (((ay0 0.166667) (ay1 0.833333) ay1)) + ((p.p.name is n) + ((p.p.p.name is a) + (((ay1 1) ay1)) + (((ay0 0.333333) + (ay1 0.333333) + (iy1 0.333333) + ay0))) + ((p.p.name is e) + (((ay0 0.5) (ay1 0.25) (iy1 0.25) ay0)) + ((p.name is v) + ((p.p.name is o) + (((ay1 0.333333) (iy1 0.666667) iy1)) + (((ay0 0.5) + (ay1 0.25) + (iy1 0.25) + ay0))) + ((p.p.p.name is o) + (((ay0 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is n) + (((iy1 1) iy1)) + ((p.p.p.name is #) + (((ay1 0.6) (iy1 0.4) ay1)) + ((p.p.p.name is a) + (((ay1 0.2) (iy1 0.8) iy1)) + ((p.p.name is o) + (((ay1 0.2) (iy1 0.8) iy1)) + ((p.p.name is i) + (((ay1 0.333333) + (iy1 0.666667) + iy1)) + ((p.p.name is r) + (((ay1 0.333333) + (iy1 0.666667) + iy1)) + (((ay1 0.666667) + (iy1 0.333333) + ay1))))))))))))))))))))))))))))))) + ((n.name is c) + ((p.name is u) + (((_epsilon_ 0.6) (ay1 0.2) (ih1 0.2) _epsilon_)) + ((p.p.p.name is 0) + (((ay1 1) ay1)) + ((p.p.p.name is #) + (((ax0 0.111111) + (ay0 0.111111) + (ay1 0.666667) + (iy1 0.111111) + ay1)) + ((p.p.name is p) + (((ay1 0.75) (iy1 0.25) ay1)) + ((p.p.p.name is r) + (((ax0 0.2) (ay0 0.2) (ay1 0.4) (ih0 0.2) ay1)) + ((p.name is l) + (((ax0 0.111111) (ih0 0.666667) (iy1 0.222222) ih0)) + ((p.name is n) + (((ax0 0.428571) (ih0 0.285714) (iy1 0.285714) ax0)) + ((p.name is r) + ((p.p.p.name is a) + (((ax0 0.2) (ih0 0.4) (iy1 0.4) ih0)) + ((p.p.name is a) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.name is o) + (((ih0 1) ih0)) + (((ay1 0.666667) (ih0 0.333333) ay1))))) + ((p.p.name is n) + (((ax0 0.2) (ay1 0.2) (ih0 0.4) (iy1 0.2) ih0)) + ((p.name is t) + ((p.p.p.name is a) + (((ax0 0.6) (ih0 0.4) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + ((p.p.name is u) + ((p.p.p.name is i) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + ((p.p.name is i) + (((ax0 0.4) (ih0 0.6) ih0)) + ((p.p.p.name is e) + (((ax0 0.25) (ay1 0.25) (ih0 0.5) ih0)) + ((p.name is v) + (((ax0 0.333333) (ay1 0.666667) ay1)) + ((p.name is d) + (((ax0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ax0)) + (((ax0 0.25) (ay1 0.5) (ih0 0.25) ay1))))))))))))))))) + ((n.name is l) + ((p.p.p.name is 0) + (((ay1 1) ay1)) + ((p.name is h) + ((p.p.name is w) + (((ay1 1) ay1)) + (((ay0 0.333333) (ay1 0.333333) (ih1 0.333333) ay0))) + ((p.p.name is a) + (((ax0 0.8125) + (ay0 0.0625) + (ay1 0.0625) + (ih0 0.0625) + ax0)) + ((p.name is t) + ((p.p.name is n) + (((ay1 0.5) (ih0 0.5) ay1)) + ((p.p.name is r) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is e) + (((ax0 0.333333) + (ay0 0.333333) + (ay1 0.333333) + ax0)) + ((p.p.name is s) + (((ax0 0.333333) (ay1 0.666667) ay1)) + (((ax0 0.8) (iy0 0.2) ax0)))))) + ((p.name is b) + (((ax0 0.666667) (iy1 0.333333) ax0)) + ((p.name is r) + (((ax0 0.6) (iy1 0.4) ax0)) + ((p.name is s) + (((ax0 1) ax0)) + ((p.name is c) + (((ax0 0.25) (ay1 0.25) (iy1 0.5) iy1)) + ((p.p.p.name is #) + (((ay1 0.75) (iy1 0.25) ay1)) + ((p.name is f) + (((ay1 1) ay1)) + ((p.p.p.name is a) + (((ay0 0.666667) (ay1 0.333333) ay0)) + ((p.name is n) + (((ax0 0.333333) + (ay0 0.333333) + (ay1 0.333333) + ax0)) + (((ax0 0.285714) + (ay0 0.142857) + (ay1 0.571429) + ay1)))))))))))))) + ((n.name is r) + ((p.p.name is s) + ((p.p.p.name is k) + (((_epsilon_ 0.5) (ay0 0.25) (ay1 0.25) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 0.25) (ay1 0.25) (ih1 0.5) ih1)) + (((_epsilon_ 0.0526316) + (ay1 0.894737) + (ih1 0.0526316) + ay1)))) + ((p.name is f) + (((ay1 1) ay1)) + ((p.p.name is r) + (((ay0 0.333333) (ih1 0.666667) ih1)) + ((p.p.p.name is n) + (((ay0 0.666667) (ay1 0.333333) ay0)) + ((p.p.name is m) + (((ay0 0.666667) (ay1 0.333333) ay0)) + ((p.p.p.name is a) + (((ay1 1) ay1)) + ((p.p.name is a) + (((ay1 0.333333) (ih1 0.666667) ih1)) + ((p.name is u) + ((p.p.p.name is e) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.888889) (ih1 0.111111) ay1))) + ((p.name is m) + ((p.p.name is n) + (((ay0 0.333333) + (ay1 0.333333) + (ih1 0.333333) + ay0)) + ((p.p.name is e) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.833333) (ih1 0.166667) ay1)))) + (((ay0 0.15) (ay1 0.8) (ih1 0.05) ay1))))))))))) + ((p.name is u) + ((p.p.name is g) + (((ay1 1) ay1)) + ((n.name is s) + (((_epsilon_ 0.8) (iy1 0.2) _epsilon_)) + (((_epsilon_ 0.25) (ay1 0.25) (iy1 0.5) iy1)))) + ((p.name is e) + ((n.name is d) + (((ay0 0.142857) (ay1 0.857143) ay1)) + ((p.p.name is r) + (((iy1 1) iy1)) + ((p.p.p.name is #) + (((_epsilon_ 0.0769231) + (ay1 0.230769) + (iy1 0.692308) + iy1)) + (((ay1 1) ay1))))) + ((n.name is z) + (((ay0 0.016129) (ay1 0.983871) ay1)) + ((p.p.name is i) + ((n.name is t) + (((ax0 0.555556) (ay1 0.333333) (ih1 0.111111) ax0)) + (((ay1 1) ay1))) + ((n.name is s) + ((p.name is n) + (((ax0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ax0)) + ((p.name is l) + ((p.p.name is a) + (((ay0 0.666667) (iy1 0.333333) ay0)) + (((ay0 0.25) (ay1 0.25) (iy1 0.5) iy1))) + ((p.p.name is o) + (((ax0 0.2) (ay0 0.4) (ay1 0.4) ay0)) + ((p.name is t) + (((ax0 0.25) (ay1 0.5) (iy1 0.25) ay1)) + ((p.p.name is e) + (((ay0 0.1) (ay1 0.7) (iy1 0.2) ay1)) + ((p.p.p.name is a) + (((ay0 0.5) (ay1 0.5) ay0)) + (((ay0 0.0571429) (ay1 0.942857) ay1)))))))) + ((n.name is t) + ((p.p.p.name is p) + ((p.name is t) + (((ay1 0.666667) (iy1 0.333333) ay1)) + ((p.name is l) + (((ay0 0.333333) (ay1 0.666667) ay1)) + (((ax0 0.5) (ay0 0.5) ax0)))) + ((p.p.p.name is o) + (((ay1 0.666667) + (ih0 0.166667) + (ih1 0.166667) + ay1)) + ((p.p.p.name is e) + ((p.p.name is r) + (((ay0 0.75) (ay1 0.25) ay0)) + ((p.p.name is s) + (((ay0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ay0)) + (((ay1 1) ay1)))) + (((ay0 0.0648148) + (ay1 0.907407) + (ih0 0.0185185) + (iy1 0.00925926) + ay1))))) + ((n.name is g) + (((ay1 0.285714) + (ih0 0.428571) + (iy1 0.285714) + ih0)) + ((n.name is k) + ((p.name is l) + (((ay1 1) ay1)) + ((p.p.p.name is 0) + (((ay1 1) ay1)) + ((p.p.p.name is r) + (((ay1 0.333333) (ih0 0.666667) ih0)) + (((ay1 0.818182) (ih0 0.181818) ay1))))) + ((p.p.name is a) + ((n.name is d) + (((ay1 0.777778) (iy1 0.222222) ay1)) + (((ay1 0.166667) + (ih0 0.166667) + (iy1 0.666667) + iy1))) + ((n.name is p) + ((p.p.p.name is i) + (((iy1 1) iy1)) + (((ax0 0.0588235) + (ay1 0.882353) + (iy1 0.0588235) + ay1))) + (((ay0 0.0301508) + (ay1 0.929648) + (ih0 0.00502513) + (iy1 0.0351759) + ay1)))))))))))))))) + ((p.p.p.name is 0) + ((p.name is d) + ((n.n.n.name is c) + (((_epsilon_ 0.842105) + (ay0 0.105263) + (ih0 0.0526316) + _epsilon_)) + ((n.n.n.name is s) + ((n.name is g) + (((ay0 0.555556) (ay1 0.444444) ay0)) + (((ay1 0.75) (ih0 0.25) ay1))) + ((n.name is n) + (((ay1 0.8) (ih0 0.2) ay1)) + ((n.n.n.name is o) + (((ih0 0.25) (ih1 0.5) (iy1 0.25) ih1)) + ((n.name is s) + (((ih0 0.8) (ih1 0.1) (iy0 0.1) ih0)) + ((n.name is b) + (((ih0 0.8) (ih1 0.2) ih0)) + ((n.n.n.name is n) + (((ax0 0.125) (ih0 0.75) (iy1 0.125) ih0)) + ((n.n.n.name is m) + (((ax0 0.25) (ay1 0.25) (ih0 0.25) (iy1 0.25) ax0)) + ((n.n.n.name is l) + (((ih0 1) ih0)) + ((n.n.n.name is r) + (((ay1 0.25) (ih0 0.75) ih0)) + (((ay1 0.666667) (ih0 0.333333) ay1)))))))))))) + ((p.p.name is #) + ((n.name is r) + ((n.n.n.name is l) + ((p.name is m) + (((_epsilon_ 0.333333) (ih0 0.666667) ih0)) + ((p.name is t) + (((ay1 0.666667) (ih0 0.333333) ay1)) + (((ay1 0.333333) (ih0 0.666667) ih0)))) + (((_epsilon_ 0.0434783) + (ay0 0.0144928) + (ay1 0.884058) + (ih0 0.0434783) + (ih1 0.0144928) + ay1))) + ((n.name is b) + ((n.n.n.name is r) + ((p.name is l) + (((ay0 0.08) (ih1 0.76) (iy0 0.16) ih1)) + ((p.name is t) + (((ih0 0.666667) (iy0 0.333333) ih0)) + ((p.name is s) + (((ay0 0.666667) (ih1 0.333333) ay0)) + (((ay1 0.692308) + (ih1 0.230769) + (iy0 0.0769231) + ay1))))) + ((p.name is t) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((n.n.n.name is a) + (((ih0 1) ih0)) + (((ay1 0.666667) (ih0 0.222222) (iy0 0.111111) ay1))))) + ((n.n.n.name is o) + ((p.name is v) + (((ih1 1) ih1)) + ((p.name is h) + (((ay1 0.25) (ih0 0.25) (ih1 0.5) ih1)) + ((p.name is p) + (((ih1 1) ih1)) + ((p.name is s) + (((ih1 1) ih1)) + ((p.name is m) + (((ay1 0.25) (ih1 0.75) ih1)) + (((ay1 0.666667) (ih1 0.333333) ay1))))))) + ((p.name is e) + (((ay0 0.027027) (ay1 0.945946) (iy1 0.027027) ay1)) + ((n.n.n.name is s) + ((n.name is x) + (((ih1 1) ih1)) + ((p.name is f) + (((ax0 0.111111) + (ay1 0.777778) + (ih0 0.111111) + ay1)) + ((p.name is m) + ((n.name is k) + (((ay1 0.25) (ih0 0.25) (ih1 0.5) ih1)) + (((ay1 0.857143) (ih0 0.142857) ay1))) + ((n.name is n) + ((p.name is k) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.909091) (ih1 0.0909091) ay1))) + (((ay1 0.963636) + (ih0 0.0181818) + (ih1 0.0181818) + ay1)))))) + ((n.n.n.name is t) + ((p.name is k) + (((ax0 0.666667) (ih1 0.333333) ax0)) + ((p.name is m) + (((ih0 0.5) (ih1 0.5) ih0)) + ((p.name is f) + (((ih0 1) ih0)) + ((n.name is n) + ((p.name is n) + (((ay1 0.8) (ih0 0.2) ay1)) + (((ax0 0.25) (ih0 0.75) ih0))) + (((ay1 0.888889) (ih0 0.111111) ay1)))))) + ((n.n.n.name is l) + ((p.name is l) + (((ay1 1) ay1)) + ((p.name is f) + (((ax0 0.125) + (ay1 0.125) + (ih0 0.625) + (ih1 0.125) + ih0)) + ((p.name is g) + (((ay1 0.25) (ih0 0.5) (iy1 0.25) ih0)) + ((n.name is k) + (((ih1 1) ih1)) + ((p.name is v) + (((ay1 0.4) (ih0 0.6) ih0)) + ((n.name is n) + (((ay1 0.125) (ih0 0.625) (ih1 0.25) ih0)) + ((p.name is b) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((p.name is t) + (((ay1 1) ay1)) + ((n.name is m) + (((ih1 1) ih1)) + ((n.name is d) + (((ay1 0.8) (ih1 0.2) ay1)) + ((n.name is z) + (((ay1 0.75) (ih1 0.25) ay1)) + ((p.name is w) + (((ay1 0.666667) (ih1 0.333333) ay1)) + ((p.name is p) + (((ay1 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ay1)) + (((ay1 0.375) + (ih0 0.125) + (ih1 0.5) + ih1))))))))))))))) + ((n.name is k) + (((ay1 1) ay1)) + ((n.n.n.name is k) + ((n.name is d) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ay1 0.0714286) (ih1 0.928571) ih1))) + ((n.name is x) + (((ih0 0.111111) (ih1 0.888889) ih1)) + ((n.n.n.name is d) + (((ay1 0.875) (iy0 0.125) ay1)) + ((n.n.n.name is r) + ((n.name is t) + (((ay1 0.181818) + (ih0 0.0909091) + (ih1 0.545455) + (iy1 0.181818) + ih1)) + ((p.name is m) + ((n.name is n) + (((ax0 0.111111) + (ay1 0.222222) + (ih0 0.111111) + (ih1 0.444444) + (iy1 0.111111) + ih1)) + (((ay1 0.5) (ih1 0.5) ay1))) + ((p.name is n) + ((n.name is g) + (((ay0 0.666667) (ay1 0.333333) ay0)) + (((ay1 1) ay1))) + ((n.name is m) + (((ay1 0.5) (ih1 0.5) ay1)) + ((p.name is c) + (((ay1 0.25) (ih1 0.75) ih1)) + (((ay1 0.895522) + (ih0 0.0447761) + (ih1 0.0447761) + (iy0 0.0149254) + ay1))))))) + ((n.name is c) + (((ay0 0.0666667) + (ay1 0.733333) + (ih0 0.0666667) + (ih1 0.0666667) + (iy0 0.0666667) + ay1)) + ((p.name is g) + (((ih0 0.666667) (iy0 0.333333) ih0)) + ((n.n.n.name is i) + (((ay1 0.25) (ih0 0.5) (iy0 0.25) ih0)) + ((n.n.n.name is w) + ((n.name is d) + (((ay1 1) ay1)) + (((ay1 0.4) (ih0 0.6) ih0))) + ((n.name is l) + ((p.name is p) + (((ay1 0.333333) (ih0 0.666667) ih0)) + (((ay1 0.681818) + (ih0 0.0909091) + (ih1 0.227273) + ay1))) + ((n.n.n.name is a) + ((p.name is l) + (((ih1 1) ih1)) + ((p.name is m) + (((ih0 0.6) (ih1 0.4) ih0)) + ((n.name is d) + (((ay1 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ay1)) + ((p.name is s) + (((ay1 0.333333) + (ih1 0.666667) + ih1)) + (((ay1 0.666667) + (ih1 0.333333) + ay1)))))) + ((p.name is w) + ((n.name is s) + (((ay1 1) ay1)) + ((n.name is d) + (((ay1 0.833333) (ih1 0.166667) ay1)) + ((n.n.n.name is g) + (((ay1 0.333333) + (ih1 0.666667) + ih1)) + (((ay1 0.555556) + (ih1 0.444444) + ay1))))) + ((n.name is f) + (((ay1 0.666667) + (ih1 0.166667) + (iy1 0.166667) + ay1)) + ((p.name is c) + (((ih1 1) ih1)) + ((n.n.n.name is m) + (((ay1 1) ay1)) + ((p.name is s) + (((ih0 0.2) (ih1 0.8) ih1)) + ((n.name is p) + (((ay1 1) ay1)) + ((n.n.n.name is n) + ((n.name is s) + (((ih0 0.166667) + (ih1 0.833333) + ih1)) + ((n.name is d) + (((ay1 0.5) (ih1 0.5) ay1)) + (((ay1 0.125) (ih1 0.875) ih1)))) + ((n.n.n.name is g) + (((ay1 0.166667) + (ih1 0.833333) + ih1)) + ((p.name is r) + (((ay1 0.8) (ih1 0.2) ay1)) + ((n.n.n.name is y) + (((ay1 0.2) (ih1 0.8) ih1)) + ((n.n.n.name is x) + (((ay1 0.25) (ih1 0.75) ih1)) + ((n.n.n.name is b) + ((p.name is l) + (((ay1 0.666667) + (ih1 0.333333) + ay1)) + (((ay1 0.25) + (ih1 0.75) + ih1))) + ((n.name is m) + (((ay1 1) ay1)) + ((n.n.n.name is h) + (((ay1 0.333333) + (ih1 0.666667) + ih1)) + (((ay1 0.555556) + (ih0 0.111111) + (ih1 0.333333) + ay1)))))))))))))))))))))))))))))))))) + ((n.name is n) + ((n.n.n.name is l) + (((ax0 0.333333) (ih0 0.333333) (ih1 0.333333) ax0)) + (((ax0 0.0294118) (ih0 0.676471) (ih1 0.294118) ih0))) + ((n.name is d) + ((n.n.n.name is o) + (((ay1 1) ay1)) + (((ay0 0.863636) (ay1 0.136364) ay0))) + ((n.name is r) + ((n.n.n.name is t) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ay0 0.375) (ay1 0.25) (ih0 0.25) (ih1 0.125) ay0))) + ((n.name is k) + (((ay1 0.333333) + (ih0 0.166667) + (ih1 0.333333) + (iy0 0.166667) + ay1)) + ((n.name is b) + (((ay0 0.666667) (ay1 0.333333) ay0)) + ((n.n.n.name is t) + (((ay0 0.333333) (ih1 0.666667) ih1)) + ((n.n.n.name is n) + ((n.name is s) + (((ay1 0.75) (ih1 0.25) ay1)) + (((ay0 0.2) (ih1 0.8) ih1))) + ((n.name is c) + (((ay0 0.1) (ay1 0.9) ay1)) + ((n.n.n.name is l) + (((ay1 0.25) (ih1 0.75) ih1)) + (((ay1 0.823529) (ih1 0.176471) ay1))))))))))))) + ((p.name is e) + ((p.p.p.name is #) + ((n.n.n.name is s) + ((p.p.name is h) + (((_epsilon_ 0.25) (ay1 0.75) ay1)) + (((_epsilon_ 0.333333) (ay1 0.166667) (iy1 0.5) iy1))) + ((n.name is t) + ((p.p.name is r) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((_epsilon_ 0.0833333) + (ay1 0.833333) + (iy1 0.0833333) + ay1))) + ((p.p.name is k) + ((n.n.n.name is r) + (((ay1 0.4) (iy1 0.6) iy1)) + (((ay1 0.666667) (ih1 0.333333) ay1))) + ((n.n.n.name is d) + (((_epsilon_ 0.5) (ay1 0.25) (iy1 0.25) _epsilon_)) + ((n.n.n.name is r) + ((p.p.name is n) + (((ay1 0.333333) (iy1 0.666667) iy1)) + (((_epsilon_ 0.0144928) + (ay1 0.927536) + (iy1 0.057971) + ay1))) + (((_epsilon_ 0.0125) (ax0 0.0125) (ay1 0.975) ay1))))))) + ((n.n.n.name is d) + ((n.name is t) + (((ih0 0.333333) (ih1 0.333333) (iy1 0.333333) ih0)) + (((_epsilon_ 0.666667) (iy1 0.333333) _epsilon_))) + ((p.p.p.name is r) + (((ay0 1) ay0)) + ((p.p.p.name is n) + (((ay0 0.7) (ay1 0.3) ay0)) + ((p.p.name is h) + ((n.name is s) + (((ay0 0.75) (ay1 0.25) ay0)) + ((n.name is m) + ((p.p.p.name is z) + (((ay0 0.25) (ay1 0.75) ay1)) + ((p.p.p.name is l) + (((ay0 0.333333) (ay1 0.666667) ay1)) + (((ay0 0.666667) (ay1 0.333333) ay0)))) + (((ay1 1) ay1)))) + (((ay0 0.0779221) (ay1 0.922078) ay1))))))) + ((n.name is z) + ((n.n.n.name is n) + ((p.p.p.name is d) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.4) (ih0 0.6) ih0))) + ((p.p.p.name is #) + ((p.p.name is p) + (((ay1 1) ay1)) + (((ih1 0.75) (iy0 0.25) ih1))) + (((ax0 0.00421941) + (ay0 0.0379747) + (ay1 0.945148) + (ih0 0.00843882) + (ih1 0.00421941) + ay1)))) + ((n.n.n.name is s) + ((n.name is n) + ((p.p.p.name is b) + (((_epsilon_ 0.818182) + (ih0 0.0909091) + (iy1 0.0909091) + _epsilon_)) + ((p.p.p.name is #) + (((ay0 0.0714286) (ay1 0.857143) (iy1 0.0714286) ay1)) + ((p.name is l) + ((p.p.name is c) + (((ay0 0.333333) (ay1 0.666667) ay1)) + ((p.p.p.name is s) + (((ay1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ay1)) + ((p.p.p.name is i) + (((ax0 0.25) (ay1 0.5) (iy0 0.25) ay1)) + ((p.p.name is t) + (((ay1 1) ay1)) + ((p.p.p.name is e) + (((ay1 0.666667) (iy0 0.333333) ay1)) + ((p.p.name is d) + (((ay1 0.571429) (iy0 0.428571) ay1)) + ((p.p.name is e) + (((ay1 0.5) (iy0 0.5) ay1)) + (((iy0 1) iy0))))))))) + ((p.name is b) + ((p.p.name is m) + (((ay0 0.333333) (ay1 0.666667) ay1)) + (((ay0 0.333333) + (ay1 0.333333) + (iy0 0.333333) + ay0))) + ((p.name is f) + (((ay1 1) ay1)) + ((p.p.p.name is g) + (((ay0 0.25) (iy1 0.75) iy1)) + ((p.name is k) + (((_epsilon_ 0.166667) + (ax0 0.333333) + (ih0 0.166667) + (iy0 0.333333) + ax0)) + ((p.name is m) + (((ax0 0.555556) + (ay1 0.111111) + (iy0 0.111111) + (iy1 0.222222) + ax0)) + ((p.p.p.name is c) + (((ax0 0.2) (ay1 0.2) (ih1 0.2) (iy0 0.4) iy0)) + ((p.name is g) + (((ax0 0.4) (iy0 0.6) iy0)) + ((p.p.name is a) + (((ih0 0.0714286) + (iy0 0.785714) + (iy1 0.142857) + iy0)) + ((p.name is c) + (((ax0 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is s) + (((ax0 0.25) (iy0 0.5) (iy1 0.25) iy0)) + ((p.p.name is t) + (((iy0 1) iy0)) + ((p.p.p.name is a) + ((p.p.name is r) + (((iy0 0.25) (iy1 0.75) iy1)) + (((iy0 0.6) (iy1 0.4) iy0))) + ((p.name is r) + (((ay1 0.4) (iy0 0.2) (iy1 0.4) ay1)) + ((p.p.name is u) + (((iy0 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is o) + (((ay1 0.25) (iy0 0.75) iy0)) + ((p.name is p) + (((iy0 0.333333) (iy1 0.666667) iy1)) + (((ay1 0.0833333) + (iy0 0.666667) + (iy1 0.25) + iy0))))))))))))))))))))) + ((n.name is l) + ((p.p.p.name is m) + (((ax0 0.2) (iy1 0.8) iy1)) + ((p.p.p.name is #) + (((ay1 0.777778) (iy1 0.222222) ay1)) + ((p.name is t) + (((ay1 0.8) (iy0 0.2) ay1)) + ((p.p.p.name is e) + (((ax0 0.666667) (iy0 0.333333) ax0)) + ((p.p.p.name is o) + (((ay0 0.333333) + (ay1 0.333333) + (iy1 0.333333) + ay0)) + (((ax0 0.375) (ay1 0.375) (iy1 0.25) ax0))))))) + ((n.name is c) + ((p.p.p.name is #) + (((_epsilon_ 0.25) (ay1 0.75) ay1)) + ((p.name is t) + (((ax0 1) ax0)) + ((p.name is l) + (((ax0 0.333333) + (ay1 0.333333) + (iy1 0.333333) + ax0)) + ((p.name is f) + (((ax0 0.5) (ay1 0.5) ax0)) + ((p.name is v) + (((ax0 0.666667) (ay1 0.333333) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))))))) + ((n.name is f) + (((ax0 0.777778) (ay1 0.222222) ax0)) + ((n.name is x) + (((ih0 0.5) (ih1 0.5) ih0)) + ((p.p.name is u) + ((p.name is r) + (((ax0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ax0)) + (((ay0 0.4) (ay1 0.2) (ih0 0.4) ay0))) + ((p.p.name is i) + ((p.name is c) + (((ay1 1) ay1)) + (((ax0 0.5) (ay1 0.25) (ih0 0.25) ax0))) + ((n.name is s) + ((p.p.name is a) + (((ax0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ax0)) + (((_epsilon_ 0.05) (ax0 0.1) (ay1 0.85) ay1))) + ((n.name is g) + (((ay0 0.25) (ay1 0.25) (ih0 0.5) ih0)) + ((p.p.p.name is p) + ((p.p.name is o) + (((ax0 0.666667) (ay1 0.333333) ax0)) + (((ay1 0.666667) (iy1 0.333333) ay1))) + ((p.p.name is e) + (((ax0 0.05) + (ay0 0.05) + (ay1 0.75) + (iy0 0.05) + (iy1 0.1) + ay1)) + ((p.p.p.name is e) + ((p.name is r) + (((ay0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ay0)) + (((ay0 0.2) (ay1 0.8) ay1))) + ((p.name is x) + (((ay0 0.666667) (ay1 0.333333) ay0)) + ((p.p.name is o) + (((ay1 0.928571) (ih0 0.0714286) ay1)) + ((p.name is v) + (((ay0 0.333333) + (ay1 0.333333) + (iy1 0.333333) + ay0)) + ((p.p.name is a) + ((p.p.p.name is #) + (((ay1 1) ay1)) + ((p.name is n) + (((ay1 1) ay1)) + ((n.name is t) + (((ay0 0.333333) + (ay1 0.333333) + (ih1 0.333333) + ay0)) + (((ay1 0.666667) (ih1 0.333333) ay1))))) + (((ay0 0.021978) + (ay1 0.934066) + (ih1 0.021978) + (iy1 0.021978) + ay1)))))))))))))))))) + ((n.n.n.name is n) + ((p.p.p.name is #) + ((p.p.name is e) + ((p.name is x) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ax0 0.818182) (ih0 0.181818) ax0))) + ((p.p.name is b) + (((ih1 0.6) (iy0 0.4) ih1)) + ((n.name is t) + (((ay1 1) ay1)) + ((p.name is u) + (((_epsilon_ 0.666667) (ay1 0.333333) _epsilon_)) + ((p.p.name is u) + (((ay0 0.333333) (ih0 0.666667) ih0)) + ((n.name is m) + (((ax0 0.2) (ay1 0.4) (ih0 0.4) ay1)) + ((p.p.name is w) + (((ay1 0.333333) (ih1 0.666667) ih1)) + ((p.name is h) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ay1 0.2) (ih0 0.2) (ih1 0.6) ih1)))))))))) + ((n.name is m) + ((p.p.name is e) + (((ax0 0.95) (ih0 0.05) ax0)) + ((p.p.p.name is m) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 0.7) (ih0 0.2) (iy0 0.1) ax0)) + ((p.name is d) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + (((ih0 0.5) (iy0 0.5) ih0))))))) + ((p.p.name is t) + (((ay0 0.25) (ay1 0.75) ay1)) + ((p.name is d) + (((ih0 0.25) (ih1 0.75) ih1)) + ((p.p.p.name is u) + (((ay1 0.4) (ih0 0.2) (ih1 0.2) (iy0 0.2) ay1)) + ((p.name is n) + (((ih0 0.833333) (iy0 0.166667) ih0)) + ((p.p.p.name is m) + (((ax0 0.125) (ay0 0.125) (ih0 0.75) ih0)) + ((n.name is c) + ((p.p.p.name is n) + (((ax0 0.75) (ih1 0.25) ax0)) + (((ih0 0.75) (iy1 0.25) ih0))) + ((p.name is l) + ((p.p.name is l) + (((ax0 0.6) (ih0 0.4) ax0)) + ((p.p.p.name is d) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.name is g) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ay1 0.5) (ih0 0.5) ay1))))) + ((p.name is v) + ((p.p.name is i) + (((ax0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ax0)) + (((ax0 0.25) (ih0 0.75) ih0))) + ((p.p.p.name is a) + ((n.name is n) + (((ih0 1) ih0)) + (((ax0 0.875) (iy0 0.125) ax0))) + ((p.name is m) + (((ax0 1) ax0)) + ((p.p.p.name is r) + (((_epsilon_ 0.0769231) + (ax0 0.692308) + (ih0 0.230769) + ax0)) + ((p.name is s) + (((ax0 1) ax0)) + ((p.name is f) + (((ax0 0.8) (ih0 0.2) ax0)) + ((p.name is t) + (((ax0 0.714286) (ih0 0.285714) ax0)) + ((p.p.name is n) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.25) (ih0 0.75) ih0))))))))))))))))))) + ((n.n.n.name is d) + ((p.name is u) + ((p.p.name is r) + (((_epsilon_ 0.75) (ax0 0.25) _epsilon_)) + ((n.name is t) + (((_epsilon_ 0.75) (ay1 0.25) _epsilon_)) + (((ax0 0.111111) (ay1 0.888889) ay1)))) + ((n.name is x) + (((ih1 1) ih1)) + ((n.name is t) + ((p.p.name is i) + ((p.p.p.name is l) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.777778) (ih0 0.222222) ax0))) + ((p.name is d) + ((p.p.name is e) + (((ax0 0.5) + (ay1 0.166667) + (ih0 0.166667) + (ih1 0.166667) + ax0)) + (((ay1 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ay1))) + ((p.p.p.name is h) + (((ax0 1) ax0)) + ((p.p.name is o) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.name is e) + (((ax0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ax0)) + (((ay1 1) ay1))))))) + ((p.name is g) + (((ax0 1) ax0)) + ((p.name is m) + ((n.name is n) + (((ax0 0.714286) + (ay1 0.142857) + (ih0 0.142857) + ax0)) + ((p.p.p.name is r) + (((ax0 0.666667) (ay1 0.333333) ax0)) + (((ay1 1) ay1)))) + ((p.name is t) + ((n.name is c) + (((ax0 0.6) (ay1 0.2) (ih0 0.2) ax0)) + ((p.p.p.name is e) + (((ay1 0.333333) (ih0 0.666667) ih0)) + (((ay1 0.6) (iy0 0.2) (iy1 0.2) ay1)))) + ((p.name is h) + ((p.p.p.name is r) + (((ax0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ax0)) + ((p.p.p.name is #) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ay0 0.333333) + (ay1 0.333333) + (iy1 0.333333) + ay0)))) + ((p.p.p.name is p) + (((ax0 0.333333) + (ay1 0.333333) + (iy1 0.333333) + ax0)) + ((n.name is m) + (((ay1 0.6) (ih0 0.2) (iy0 0.2) ay1)) + ((n.name is n) + (((ax0 0.047619) + (ay1 0.809524) + (ih0 0.047619) + (ih1 0.0952381) + ay1)) + ((p.p.name is n) + ((p.p.p.name is o) + (((ay1 1) ay1)) + (((ax0 0.25) (ay1 0.25) (ih0 0.5) ih0))) + (((ax0 0.0273973) + (ay1 0.945205) + (ih0 0.0273973) + ay1))))))))))))) + ((p.p.name is w) + (((ay1 0.934783) (ih1 0.0652174) ay1)) + ((n.n.n.name is r) + ((p.name is u) + ((p.p.name is q) + (((ax0 0.4) (ay1 0.6) ay1)) + ((p.p.name is g) + (((ay1 0.25) (iy0 0.75) iy0)) + (((_epsilon_ 0.888889) (ih0 0.111111) _epsilon_)))) + ((n.name is g) + ((p.p.p.name is e) + (((ih0 0.1) (ih1 0.9) ih1)) + ((p.p.p.name is #) + (((ay1 0.5) (ih0 0.375) (ih1 0.125) ay1)) + (((ay0 0.0434783) (ih0 0.956522) ih0)))) + ((n.name is t) + ((p.name is l) + ((p.p.name is l) + (((ih1 0.8) (iy0 0.2) ih1)) + (((ih1 0.25) (iy0 0.5) (iy1 0.25) iy0))) + ((p.name is b) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.1) (ay0 0.6) (ih0 0.1) (iy0 0.2) ay0)))) + ((p.p.name is a) + ((p.name is l) + (((ax0 0.666667) (iy0 0.333333) ax0)) + ((n.name is n) + ((p.name is m) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.5) (iy1 0.5) ax0))) + (((ax0 0.25) (ih0 0.75) ih0)))) + ((p.name is r) + ((p.p.name is r) + (((ax0 0.2) (ay0 0.2) (ih0 0.6) ih0)) + (((ay0 0.030303) + (ay1 0.909091) + (ih0 0.0606061) + ay1))) + ((n.name is b) + ((p.p.name is e) + (((ih1 1) ih1)) + (((ih0 0.5) + (ih1 0.333333) + (iy0 0.166667) + ih0))) + ((p.p.name is n) + ((p.p.p.name is o) + (((ih1 1) ih1)) + ((p.name is c) + (((ih1 1) ih1)) + ((n.name is d) + (((ay0 0.4) (ay1 0.6) ay1)) + ((p.name is d) + (((ay0 0.333333) (ay1 0.666667) ay1)) + (((ax0 0.4) (ay0 0.2) (ih0 0.4) ax0)))))) + ((p.p.name is o) + ((n.name is f) + (((ax0 0.111111) + (ih0 0.111111) + (ih1 0.777778) + ih1)) + ((p.p.p.name is r) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ih0 0.833333) (iy0 0.166667) ih0)))) + ((p.p.name is l) + ((p.p.p.name is o) + (((ay1 0.666667) (ih0 0.333333) ay1)) + (((ay0 0.181818) (ih0 0.818182) ih0))) + ((p.p.name is e) + ((p.name is f) + (((ay1 1) ay1)) + (((ax0 0.1) + (ay1 0.1) + (ih0 0.5) + (iy0 0.3) + ih0))) + ((p.p.name is i) + ((p.p.p.name is #) + (((ih1 1) ih1)) + (((ay0 0.166667) + (ay1 0.166667) + (ih0 0.5) + (ih1 0.166667) + ih0))) + ((n.name is n) + ((p.name is l) + (((ay1 0.923077) (ih1 0.0769231) ay1)) + ((p.p.p.name is #) + (((ax0 0.666667) (ay1 0.333333) ax0)) + (((_epsilon_ 0.25) + (ay1 0.5) + (iy1 0.25) + ay1)))) + ((p.p.p.name is #) + (((ay1 0.9) (ih0 0.05) (ih1 0.05) ay1)) + ((n.name is m) + (((ax0 0.166667) + (ih0 0.666667) + (ih1 0.166667) + ih0)) + ((n.name is c) + (((ax0 0.5) (ih0 0.5) ax0)) + ((n.name is p) + (((ax0 0.2) (ay1 0.2) (ih0 0.6) ih0)) + ((p.name is n) + (((ay0 0.75) (ay1 0.25) ay0)) + (((ax0 0.047619) + (ay0 0.0952381) + (ay1 0.809524) + (ih1 0.047619) + ay1))))))))))))))))))) + ((p.p.p.name is #) + ((p.p.name is e) + (((ax0 1) ax0)) + ((n.n.n.name is t) + ((n.name is m) + (((ay1 0.25) (ih0 0.25) (iy0 0.5) iy0)) + (((ax0 0.75) (ih1 0.25) ax0))) + ((p.name is n) + ((p.p.name is k) + (((ay1 1) ay1)) + (((ax0 0.25) (ih0 0.75) ih0))) + ((n.n.n.name is a) + ((n.name is m) + (((ay0 0.333333) (ih0 0.666667) ih0)) + ((n.name is n) + (((ih1 1) ih1)) + ((p.name is h) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1))))) + ((n.n.n.name is w) + (((ay1 0.666667) (iy0 0.333333) ay1)) + ((n.n.n.name is m) + (((ay1 0.625) (ih0 0.375) ay1)) + ((p.name is c) + (((ih0 0.666667) (iy1 0.333333) ih0)) + ((n.name is g) + (((ih0 0.6) (ih1 0.2) (iy1 0.2) ih0)) + ((p.name is u) + (((ay1 0.833333) (ih1 0.166667) ay1)) + ((p.p.name is p) + (((ay1 1) ay1)) + ((p.p.name is r) + (((ay1 1) ay1)) + ((n.name is t) + (((ay1 0.75) (ih0 0.25) ay1)) + ((n.n.n.name is l) + ((p.name is p) + ((n.name is n) + (((ay1 0.25) (ih0 0.75) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1))) + ((p.p.name is s) + (((ih1 1) ih1)) + ((p.p.name is c) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.5) (ih1 0.5) ih0))))) + ((n.n.n.name is k) + (((ih1 1) ih1)) + ((p.name is r) + ((p.p.name is b) + (((ay1 0.2) (ih1 0.8) ih1)) + (((ih0 0.5) (ih1 0.5) ih0))) + ((n.n.n.name is y) + (((ay1 0.714286) + (ih1 0.285714) + ay1)) + ((p.name is w) + (((ay1 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0))))))))))))))))))) + ((n.n.n.name is l) + ((n.name is n) + ((p.p.p.name is e) + (((ax0 0.75) (w-ax0 0.25) ax0)) + ((p.p.p.name is m) + (((ih0 0.5) (iy0 0.25) (iy1 0.25) ih0)) + (((ay0 0.0666667) + (ih0 0.0666667) + (iy0 0.8) + (iy1 0.0666667) + iy0)))) + ((p.name is m) + (((ih1 0.333333) (iy0 0.666667) iy0)) + ((p.p.p.name is f) + (((ax0 1) ax0)) + ((p.p.name is n) + ((p.p.p.name is u) + (((ay1 1) ay1)) + ((p.name is t) + (((ax0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ax0)) + (((ih0 1) ih0)))) + ((p.p.p.name is u) + (((ih0 1) ih0)) + ((n.name is b) + (((ax0 0.6) (ih0 0.2) (iy0 0.2) ax0)) + ((n.name is c) + (((ih0 0.5) (iy0 0.5) ih0)) + ((p.p.p.name is i) + (((ih0 0.333333) (iy0 0.666667) iy0)) + ((n.name is t) + (((ax0 0.333333) + (ay1 0.333333) + (iy0 0.333333) + ax0)) + (((ax0 0.2) (ay1 0.4) (ih0 0.4) ay1))))))))))) + ((n.n.n.name is m) + ((p.p.name is o) + (((ih0 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is r) + (((ax0 1) ax0)) + (((_epsilon_ 0.0769231) + (ax0 0.0769231) + (ay1 0.846154) + ay1)))) + ((n.n.n.name is z) + (((eh1 0.142857) + (ih1 0.142857) + (iy1 0.714286) + iy1)) + ((n.name is r) + ((p.name is d) + (((_epsilon_ 0.833333) + (ih0 0.166667) + _epsilon_)) + ((p.p.name is e) + (((ay0 0.333333) (ay1 0.666667) ay1)) + (((ay1 0.333333) (iy0 0.666667) iy0)))) + ((p.p.name is e) + ((p.p.p.name is m) + (((ih0 1) ih0)) + ((n.name is l) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + (((ih0 0.181818) + (ih1 0.636364) + (iy0 0.181818) + ih1)))) + ((n.name is m) + (((ax0 0.6) (ih1 0.4) ax0)) + ((n.name is n) + ((n.n.n.name is e) + ((p.name is g) + (((ax0 1) ax0)) + ((p.p.name is o) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ax0 0.25) (ih0 0.75) ih0)))) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((n.n.n.name is t) + ((p.p.name is a) + (((_epsilon_ 0.25) + (ax0 0.25) + (ih0 0.25) + (ih1 0.25) + _epsilon_)) + (((ih0 0.857143) (iy0 0.142857) ih0))) + ((p.p.p.name is r) + (((ih1 1) ih1)) + ((p.name is h) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ih0 0.842105) (ih1 0.157895) ih0))))))) + ((p.name is v) + (((_epsilon_ 0.6) + (ax0 0.2) + (ih0 0.2) + _epsilon_)) + ((p.name is h) + ((p.p.p.name is r) + (((ax0 1) ax0)) + (((ay0 0.333333) + (ay1 0.333333) + (eh0 0.333333) + ay0))) + ((p.p.name is l) + (((ay0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ay0)) + ((p.p.p.name is s) + (((ay1 0.666667) (ih0 0.333333) ay1)) + ((n.name is l) + (((ax0 0.75) + (ay1 0.125) + (ih0 0.125) + ax0)) + ((p.name is u) + (((ax0 0.666667) (iy0 0.333333) ax0)) + ((p.name is f) + (((ax0 1) ax0)) + ((p.p.name is a) + (((ih0 1) ih0)) + ((n.name is c) + ((n.n.n.name is k) + (((ax0 0.166667) + (ih0 0.833333) + ih0)) + (((ax0 0.6) + (ih0 0.2) + (iy1 0.2) + ax0))) + (((ax0 0.2) (ih0 0.8) ih0)))))))))))))))))))))))))))))) + ((p.p.p.name is 0) + ((n.name is r) + ((n.n.name is o) + ((p.p.name is #) + ((n.n.n.name is #) + (((ih1 1) ih1)) + ((n.n.n.name is l) + (((ay0 0.25) (ih0 0.75) ih0)) + ((p.name is h) + ((n.n.n.name is s) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.25) (ih1 0.75) ih1))) + ((p.name is s) + (((ay0 0.25) (ih0 0.25) (ih1 0.5) ih1)) + ((p.name is g) + (((_epsilon_ 0.166667) + (ay0 0.166667) + (ay1 0.166667) + (ih0 0.333333) + (ih1 0.166667) + ih0)) + ((p.name is p) + (((_epsilon_ 0.333333) + (ih0 0.333333) + (ih1 0.333333) + _epsilon_)) + ((n.n.n.name is n) + (((ay1 0.25) (ih0 0.5) (ih1 0.25) ih0)) + (((ay1 0.375) (ih0 0.25) (ih1 0.375) ay1))))))))) + (((ay0 0.166667) (ay1 0.777778) (ih1 0.0555556) ay1))) + ((n.n.name is r) + ((n.n.n.name is e) + (((_epsilon_ 0.04) (ih0 0.76) (ih1 0.2) ih0)) + ((n.n.n.name is a) + (((ih0 0.833333) (ih1 0.166667) ih0)) + ((p.p.name is #) + ((n.n.n.name is o) + (((ih0 0.166667) (ih1 0.833333) ih1)) + (((_epsilon_ 0.571429) + (ih0 0.142857) + (ih1 0.285714) + _epsilon_))) + (((ih1 1) ih1))))) + ((n.n.name is a) + ((p.name is m) + ((n.n.n.name is c) + (((_epsilon_ 0.4) (ih1 0.6) ih1)) + (((_epsilon_ 0.153846) + (ih0 0.538462) + (ih1 0.307692) + ih0))) + ((p.name is p) + ((n.n.n.name is t) + (((ay1 1) ay1)) + (((ay1 0.25) (ih0 0.5) (ih1 0.25) ih0))) + ((p.p.name is #) + ((p.name is v) + (((ay1 0.4) (ih0 0.2) (ih1 0.4) ay1)) + ((p.name is h) + (((ih0 1) ih0)) + ((p.name is s) + (((ih0 1) ih0)) + ((p.name is t) + (((ay0 0.666667) (ih0 0.333333) ay0)) + ((p.name is g) + (((_epsilon_ 0.4) (ay0 0.2) (ih0 0.4) _epsilon_)) + (((_epsilon_ 0.333333) + (ay0 0.166667) + (ih1 0.5) + ih1))))))) + ((n.n.n.name is q) + (((ih0 1) ih0)) + ((n.n.n.name is n) + (((ay0 0.333333) (ay1 0.166667) (ih0 0.5) ih0)) + (((ay0 0.25) (ay1 0.5) (ih0 0.25) ay1))))))) + ((n.n.name is i) + ((p.name is c) + (((_epsilon_ 0.8) (ih1 0.2) _epsilon_)) + ((n.n.n.name is s) + (((ay1 1) ay1)) + ((n.n.n.name is n) + (((ay1 0.555556) (ih0 0.333333) (ih1 0.111111) ay1)) + ((p.p.name is #) + ((n.n.n.name is c) + (((ay1 0.333333) (ih1 0.666667) ih1)) + ((n.n.n.name is l) + (((_epsilon_ 0.333333) + (ih0 0.333333) + (ih1 0.333333) + _epsilon_)) + (((ih0 0.2) (ih1 0.8) ih1)))) + (((ay0 0.285714) + (ay1 0.142857) + (ih0 0.142857) + (ih1 0.428571) + ih1)))))) + ((n.n.name is u) + (((ay1 0.4) (ih0 0.2) (ih1 0.4) ay1)) + ((n.n.name is y) + (((ih1 1) ih1)) + (((_epsilon_ 0.968531) + (ay1 0.0034965) + (ih0 0.0034965) + (ih1 0.0244755) + _epsilon_)))))))) + ((p.p.name is #) + ((p.name is d) + ((n.name is s) + ((n.n.name is s) + ((n.n.n.name is e) + (((ay0 0.352941) (ih0 0.588235) (ih1 0.0588235) ih0)) + ((n.n.n.name is i) + (((ih0 0.181818) (ih1 0.818182) ih1)) + (((ih0 0.733333) (ih1 0.266667) ih0)))) + ((n.n.name is p) + (((ih0 0.909091) (ih1 0.0909091) ih0)) + ((n.n.n.name is p) + (((ih0 0.230769) (ih1 0.769231) ih1)) + ((n.n.n.name is #) + (((ih1 1) ih1)) + ((n.n.n.name is r) + (((ih0 0.849057) (ih1 0.150943) ih0)) + ((n.n.name is l) + (((ih0 1) ih0)) + ((n.n.n.name is u) + ((n.n.name is m) + (((ih1 1) ih1)) + (((ih0 0.9375) (ih1 0.0625) ih0))) + ((n.n.name is r) + (((ih0 0.0909091) (ih1 0.909091) ih1)) + ((n.n.name is m) + (((ih0 0.9) (ih1 0.1) ih0)) + ((n.n.name is n) + (((ih1 1) ih1)) + ((n.n.name is d) + (((ih0 1) ih0)) + ((n.n.n.name is o) + (((ax0 0.02) (ih0 0.64) (ih1 0.34) ih0)) + ((n.n.name is h) + ((n.n.n.name is e) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.166667) (ih1 0.833333) ih1))) + ((n.n.name is o) + (((ih0 0.25) (ih1 0.75) ih1)) + ((n.n.name is f) + (((ih0 1) ih0)) + ((n.n.name is u) + (((ih0 1) ih0)) + ((n.n.n.name is e) + (((ih0 0.833333) (ih1 0.166667) ih0)) + ((n.n.name is k) + (((ih1 1) ih1)) + ((n.n.n.name is b) + (((ih0 0.857143) (ih1 0.142857) ih0)) + ((n.n.name is a) + ((n.n.n.name is n) + (((ih0 1) ih0)) + ((n.n.n.name is g) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((n.n.n.name is s) + (((ih0 0.6) (ih1 0.4) ih0)) + (((ih0 0.230769) + (ih1 0.769231) + ih1))))) + ((n.n.n.name is l) + ((n.n.name is c) + (((ih0 1) ih0)) + (((ih0 0.25) (ih1 0.75) ih1))) + ((n.n.name is c) + ((n.n.n.name is a) + (((ih0 1) ih0)) + ((n.n.n.name is h) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.285714) + (ih1 0.714286) + ih1)))) + ((n.n.n.name is a) + ((n.n.name is b) + (((ih0 0.8) (ih1 0.2) ih0)) + (((ih0 0.363636) + (ih1 0.636364) + ih1))) + (((ih0 0.78125) (ih1 0.21875) ih0))))))))))))))))))))))))) + ((n.n.name is a) + ((n.name is l) + ((n.n.n.name is t) + (((ay0 0.6) (ih1 0.4) ay0)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + ((n.name is v) + (((ay0 0.2) (ih0 0.2) (ih1 0.4) (iy1 0.2) ih1)) + ((n.n.n.name is n) + (((_epsilon_ 0.333333) + (ih0 0.333333) + (ih1 0.333333) + _epsilon_)) + (((ay0 0.0263158) + (ay1 0.0789474) + (ih0 0.842105) + (iy1 0.0526316) + ih0))))) + ((n.n.name is i) + ((n.n.n.name is #) + (((iy1 1) iy1)) + ((n.n.n.name is t) + ((n.name is g) + (((ih1 1) ih1)) + (((ay0 0.166667) (ih0 0.666667) (ih1 0.166667) ih0))) + ((n.n.n.name is a) + (((ih0 0.5) (iy1 0.5) ih0)) + ((n.n.n.name is u) + (((ay1 0.333333) (ih0 0.333333) (iy1 0.333333) ay1)) + ((n.n.n.name is s) + (((ih0 1) ih0)) + ((n.n.n.name is g) + (((ih1 1) ih1)) + ((n.n.n.name is n) + ((n.name is v) + (((ax0 0.111111) + (ay1 0.111111) + (ih0 0.333333) + (ih1 0.444444) + ih1)) + (((ay1 0.181818) + (ih0 0.727273) + (ih1 0.0909091) + ih0))) + ((n.name is c) + (((ay1 0.333333) (ih0 0.666667) ih0)) + ((n.name is p) + (((ih0 1) ih0)) + ((n.n.n.name is e) + (((ih1 1) ih1)) + ((n.n.n.name is o) + (((ih0 0.833333) (ih1 0.166667) ih0)) + ((n.name is g) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.692308) (ih1 0.307692) ih0)))))))))))))) + ((n.n.name is o) + ((n.n.n.name is r) + ((n.name is v) + (((ax0 0.2) (ih0 0.8) ih0)) + ((n.name is l) + (((ih0 1) ih0)) + (((ay0 0.666667) (ih0 0.333333) ay0)))) + ((n.name is n) + (((ay1 0.6) (ih0 0.2) (iy1 0.2) ay1)) + ((n.name is d) + (((ay1 0.25) (ih0 0.75) ih0)) + ((n.name is c) + (((ay1 0.2) (ih0 0.6) (ih1 0.2) ih0)) + ((n.name is m) + (((ay1 0.25) (ih0 0.25) (ih1 0.5) ih1)) + ((n.n.n.name is n) + (((ih0 0.333333) (ih1 0.5) (iy1 0.166667) ih1)) + (((ih0 0.666667) (ih1 0.333333) ih0)))))))) + ((n.n.name is u) + ((n.n.n.name is t) + (((ax0 0.166667) (ay0 0.833333) ay0)) + (((ay1 0.0833333) (ih0 0.916667) ih0))) + ((n.n.name is r) + ((n.name is u) + (((ay0 0.5) (ay1 0.5) ay0)) + ((n.n.n.name is a) + (((ih0 1) ih0)) + (((ay0 0.5) (ih0 0.25) (ih1 0.25) ay0)))) + ((n.n.name is h) + ((n.name is t) + (((ih1 1) ih1)) + (((ay0 0.5) (ih0 0.333333) (ih1 0.166667) ay0))) + ((n.n.n.name is a) + ((n.n.name is t) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.111111) (ih1 0.888889) ih1))) + ((n.n.n.name is u) + ((n.name is f) (((ih0 1) ih0)) (((ih1 1) ih1))) + ((n.name is b) + (((ay1 0.2) (ih1 0.8) ih1)) + ((n.n.n.name is r) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((n.n.n.name is o) + ((n.name is p) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih1 0.888889) (iy1 0.111111) ih1))) + (((ih0 0.037594) + (ih1 0.947368) + (iy1 0.0150376) + ih1)))))))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((n.name is k) + (((ih1 0.666667) (iy1 0.333333) ih1)) + ((p.name is t) + (((ih1 0.333333) (iy1 0.666667) iy1)) + ((n.name is s) + (((_epsilon_ 0.166667) + (ay1 0.166667) + (iy1 0.666667) + iy1)) + ((n.name is c) + (((ay1 0.666667) (iy1 0.333333) ay1)) + (((ay1 0.170732) (iy1 0.829268) iy1)))))) + ((n.name is y) + ((p.name is m) + ((n.n.n.name is s) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((iy0 0.142857) (iy1 0.857143) iy1))) + (((_epsilon_ 0.6) (iy0 0.2) (iy1 0.2) _epsilon_))) + ((n.n.n.name is s) + ((p.name is v) + (((iy1 1) iy1)) + ((p.name is p) + (((ax0 0.25) (ay1 0.25) (ih0 0.5) ih0)) + ((n.name is g) + (((ay1 0.666667) (iy0 0.333333) ay1)) + ((n.name is n) + (((ay1 0.25) (ih0 0.5) (iy1 0.25) ih0)) + (((ay1 0.8) (ih0 0.1) (iy1 0.1) ay1)))))) + ((n.name is c) + ((p.name is c) + (((ax0 0.25) (ih0 0.5) (iy0 0.25) ih0)) + ((n.n.n.name is r) + ((p.name is p) + (((ih0 0.333333) (iy0 0.333333) (iy1 0.333333) ih0)) + ((p.name is v) + (((ay0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ay0)) + ((p.name is n) + (((ih1 1) ih1)) + (((ay0 0.25) (ih0 0.5) (ih1 0.25) ih0))))) + ((p.name is l) + (((iy0 1) iy0)) + ((p.name is r) + (((ih1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih1)) + ((p.name is m) + (((ih1 0.333333) (iy0 0.666667) iy0)) + (((ih1 0.666667) (iy0 0.333333) ih1))))))) + ((p.name is l) + ((n.name is g) + (((ay0 0.2) (ih1 0.8) ih1)) + ((n.name is s) + (((ih0 0.25) (ih1 0.75) ih1)) + ((n.n.n.name is r) + (((ih1 0.75) (iy0 0.25) ih1)) + ((n.name is l) + (((ay1 0.666667) (ih1 0.333333) ay1)) + ((n.n.n.name is n) + (((ay1 0.5) (ih1 0.5) ay1)) + (((ay1 0.25) (ih1 0.75) ih1))))))) + ((n.name is h) + ((n.n.n.name is l) + (((ay1 0.166667) (ih0 0.333333) (ih1 0.5) ih1)) + (((ih0 0.142857) (ih1 0.285714) (iy1 0.571429) iy1))) + ((n.n.n.name is t) + ((p.name is f) + (((ih0 0.4) (ih1 0.6) ih1)) + (((ax0 0.166667) + (ay0 0.666667) + (iy0 0.166667) + ay0))) + ((n.n.n.name is l) + ((p.name is h) + (((ax0 0.333333) (ih1 0.666667) ih1)) + ((n.name is g) + (((ih0 0.2) (ih1 0.2) (iy0 0.6) iy0)) + ((p.name is m) + (((ih0 0.666667) (iy1 0.333333) ih0)) + ((n.name is d) + ((p.name is v) + (((ay0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ay0)) + (((ay1 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ay1))) + ((p.name is r) + ((n.name is v) + (((ay1 1) ay1)) + (((ih0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ih0))) + (((ax0 0.0952381) + (ay0 0.0952381) + (ay1 0.619048) + (ih0 0.142857) + (iy0 0.047619) + ay1))))))) + ((p.name is f) + ((n.n.n.name is n) + (((ax0 0.277778) + (ay1 0.0555556) + (ih0 0.444444) + (ih1 0.222222) + ih0)) + (((ih1 0.875) (iy0 0.125) ih1))) + ((p.name is t) + (((ax0 0.142857) + (ay0 0.285714) + (ay1 0.428571) + (iy0 0.142857) + ay1)) + ((p.name is e) + (((ay1 1) ay1)) + ((n.name is j) + (((ay1 0.75) (ih1 0.125) (iy0 0.125) ay1)) + ((p.name is b) + ((n.name is z) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ay0 0.2) + (ay1 0.4) + (ih0 0.2) + (ih1 0.2) + ay1))) + ((p.name is n) + (((ay1 0.6) (iy0 0.2) (iy1 0.2) ay1)) + ((p.name is w) + ((n.n.n.name is n) + (((ay1 1) ay1)) + (((ih1 1) ih1))) + ((n.n.n.name is n) + ((p.name is p) + (((ih1 0.166667) + (iy0 0.666667) + (iy1 0.166667) + iy0)) + ((p.name is m) + (((ax0 0.2) + (ih0 0.2) + (ih1 0.2) + (iy0 0.4) + iy0)) + ((p.name is g) + (((ay0 0.166667) + (ih0 0.333333) + (ih1 0.166667) + (iy0 0.333333) + ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1))))) + ((n.name is t) + ((p.name is v) + (((ay1 0.666667) (ih1 0.333333) ay1)) + ((p.name is k) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((ih0 0.25) + (ih1 0.25) + (iy0 0.25) + (iy1 0.25) + ih0)))) + ((n.name is v) + (((ax0 0.333333) (ih1 0.666667) ih1)) + ((n.name is z) + (((ay1 0.5) (ih0 0.5) ay1)) + ((n.n.n.name is u) + (((ih0 0.333333) (iy0 0.666667) iy0)) + ((n.name is l) + ((n.n.n.name is r) + ((p.name is h) + (((ih0 0.4) + (ih1 0.2) + (iy0 0.4) + ih0)) + (((ay1 0.25) + (ih0 0.25) + (iy0 0.5) + iy0))) + (((ih0 0.166667) + (ih1 0.666667) + (iy0 0.166667) + ih1))) + ((p.name is h) + (((ay1 0.666667) (ih0 0.333333) ay1)) + ((n.name is n) + ((p.name is s) + (((ay1 0.666667) + (ih0 0.333333) + ay1)) + (((ay1 0.0909091) + (ih0 0.181818) + (ih1 0.727273) + ih1))) + ((n.name is d) + (((ih1 1) ih1)) + ((p.name is m) + (((ih0 0.8) (iy0 0.2) ih0)) + ((p.name is c) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + ((p.name is r) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + (((ih0 0.125) + (ih1 0.75) + (iy0 0.125) + ih1))))))))))))))))))))))))))))) + ((n.name is g) + ((n.n.name is h) + ((p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.name is b) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.984848) + (iy0 0.00757576) + (iy1 0.00757576) + ay1)))) + ((n.n.n.name is e) + ((n.n.name is u) + ((p.name is f) + (((iy0 1) iy0)) + (((ih0 0.2) (ih1 0.1) (iy0 0.3) (iy1 0.4) iy1))) + ((p.name is v) + (((ih0 1) ih0)) + ((p.name is p) + (((ih1 1) ih1)) + ((n.n.name is l) + (((ay1 0.636364) (ih1 0.363636) ay1)) + ((p.name is b) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.5) (ih0 0.25) (ih1 0.25) ay1))))))) + ((n.n.name is r) + ((p.name is m) + (((ay0 0.2) (ay1 0.7) (ih1 0.1) ay1)) + (((ih1 1) ih1))) + ((n.n.name is n) + ((p.name is s) + ((n.n.n.name is o) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((n.n.n.name is a) + (((ay1 0.0909091) (ih1 0.909091) ih1)) + ((n.n.n.name is i) + (((ax0 0.25) + (ay1 0.25) + (ih0 0.125) + (ih1 0.375) + ih1)) + (((ay1 1) ay1))))) + ((p.name is p) + (((iy0 1) iy0)) + ((p.name is m) + (((ih0 0.166667) (ih1 0.333333) (iy0 0.5) iy0)) + ((n.n.n.name is o) + (((ih0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ih0)) + (((ih1 1) ih1)))))) + ((n.n.name is o) + ((n.n.n.name is r) + (((ih1 0.875) (iy0 0.125) ih1)) + ((n.n.n.name is n) + (((ih1 0.75) (iy0 0.25) ih1)) + ((n.n.n.name is t) + (((ih1 1) ih1)) + ((n.n.n.name is l) + (((ih1 1) ih1)) + (((iy1 1) iy1)))))) + ((n.n.name is l) + ((p.name is v) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih1 0.625) (iy0 0.25) (iy1 0.125) ih1))) + ((n.n.n.name is d) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.025641) + (ih1 0.910256) + (iy0 0.0641026) + ih1))))))))) + ((n.n.name is o) + ((n.n.n.name is #) + ((p.name is m) + (((ay1 0.666667) (iy1 0.333333) ay1)) + (((ay1 0.0625) (ih1 0.0625) (iy1 0.875) iy1))) + ((n.n.n.name is r) + ((p.name is l) + (((ih1 0.666667) (iy1 0.333333) ih1)) + ((n.name is m) + (((ih1 0.333333) (iy0 0.666667) iy0)) + ((n.name is k) + (((ih0 1) ih0)) + ((p.name is m) + (((ax0 0.125) + (ay0 0.25) + (ay1 0.25) + (ih0 0.25) + (ih1 0.125) + ay0)) + (((ay1 0.625) + (ih0 0.125) + (ih1 0.1875) + (iy0 0.0625) + ay1)))))) + ((p.name is b) + ((n.n.n.name is c) + (((ax0 0.666667) (ay1 0.333333) ax0)) + ((n.name is l) + (((ax0 0.25) (ih0 0.5) (ih1 0.25) ih0)) + (((ay0 0.333333) + (ay1 0.166667) + (ih0 0.333333) + (ih1 0.166667) + ay0)))) + ((p.name is k) + ((n.name is l) + (((ax0 0.222222) (ih1 0.666667) (iy1 0.111111) ih1)) + ((n.name is m) + (((ax0 0.666667) (iy0 0.333333) ax0)) + (((ih0 0.5) + (ih1 0.166667) + (iy0 0.166667) + (iy1 0.166667) + ih0)))) + ((n.n.n.name is n) + ((p.name is t) + (((ay0 0.333333) (ih1 0.666667) ih1)) + ((n.name is l) + (((ih0 0.333333) (iy0 0.666667) iy0)) + ((p.name is p) + (((ih0 0.75) (ih1 0.25) ih0)) + ((p.name is s) + ((n.name is m) + (((ay1 0.157895) + (ih0 0.210526) + (ih1 0.473684) + (iy0 0.157895) + ih1)) + (((ay1 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ay1))) + ((p.name is v) + (((ih1 0.6) (iy0 0.4) ih1)) + ((n.name is x) + (((ih1 1) ih1)) + ((n.name is n) + (((ih1 1) ih1)) + ((p.name is n) + (((ay1 0.25) (ih1 0.75) ih1)) + (((ay1 0.5) (ih1 0.5) ay1)))))))))) + ((p.name is s) + (((ay1 0.6) (iy0 0.4) ay1)) + ((n.name is l) + ((p.name is p) + (((ay1 0.8) (ih0 0.2) ay1)) + (((ih0 0.5) (ih1 0.333333) (iy0 0.166667) ih0))) + ((p.name is m) + ((n.name is n) + (((ax0 0.142857) + (ih0 0.428571) + (ih1 0.285714) + (iy1 0.142857) + ih0)) + ((n.name is k) + (((ay1 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ay1)) + (((ay1 0.2) (ih0 0.6) (ih1 0.2) ih0)))) + ((p.name is h) + (((ih0 0.4) (iy0 0.4) (iy1 0.2) ih0)) + ((n.name is c) + ((n.n.n.name is l) + (((ih0 0.12) + (ih1 0.6) + (iy0 0.2) + (iy1 0.08) + ih1)) + ((p.name is r) + (((ih1 0.6) (iy0 0.2) (iy1 0.2) ih1)) + ((n.n.n.name is s) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((p.name is n) + (((ih0 0.2) (ih1 0.4) (iy1 0.4) ih1)) + (((ih0 0.5) + (ih1 0.333333) + (iy1 0.166667) + ih0)))))) + ((n.n.n.name is l) + ((n.name is n) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.name is n) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.2) (ih1 0.4) (iy0 0.4) ih1)))) + ((n.name is d) + (((ih1 1) ih1)) + ((n.n.n.name is c) + (((ih0 0.2) (ih1 0.4) (iy0 0.4) ih1)) + ((n.name is v) + (((ih1 0.75) (iy0 0.25) ih1)) + ((n.name is n) + (((ih0 0.2) (ih1 0.6) (iy1 0.2) ih1)) + ((n.n.n.name is t) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((p.name is l) + ((n.n.n.name is s) + (((ih1 1) ih1)) + ((n.name is m) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.5) (ih1 0.5) ih0)))) + ((p.name is w) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.666667) (ih1 0.333333) ih0)))))))))))))))))))) + ((n.n.name is r) + ((n.name is c) + (((ay0 0.02) (ay1 0.96) (ih1 0.02) ay1)) + ((n.name is b) + ((p.name is l) + ((n.n.n.name is a) + (((ay0 0.5) (ay1 0.166667) (iy1 0.333333) ay0)) + (((ax0 0.666667) (iy0 0.333333) ax0))) + ((p.name is v) + (((ay0 0.25) (ay1 0.625) (iy0 0.125) ay1)) + ((n.n.n.name is o) + (((ay0 0.25) (ay1 0.25) (ih0 0.25) (ih1 0.25) ay0)) + (((ay1 0.6) (ih0 0.2) (ih1 0.2) ay1))))) + ((n.name is s) + (((ih0 1) ih0)) + ((p.name is n) + (((ay0 0.166667) + (ay1 0.5) + (ih0 0.166667) + (ih1 0.166667) + ay1)) + ((n.n.n.name is a) + ((p.name is m) + (((ay1 0.2) (ih1 0.2) (iy0 0.6) iy0)) + ((n.name is t) + (((ih1 0.333333) (iy0 0.666667) iy0)) + (((ih1 0.75) (iy1 0.25) ih1)))) + ((n.name is t) + ((n.n.n.name is u) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((n.n.n.name is i) + (((ih1 1) ih1)) + ((p.name is c) + (((ih1 1) ih1)) + ((p.name is m) + (((ih1 1) ih1)) + (((ay1 0.5) (ih1 0.5) ay1)))))) + (((_epsilon_ 0.0588235) + (ih1 0.764706) + (iy0 0.176471) + ih1)))))))) + ((p.name is e) + ((n.name is c) + (((ay1 1) ay1)) + ((n.n.name is h) + (((_epsilon_ 0.333333) + (ay1 0.333333) + (iy1 0.333333) + _epsilon_)) + (((_epsilon_ 0.0526316) + (ay1 0.894737) + (iy1 0.0526316) + ay1)))) + ((n.n.name is d) + ((n.name is d) + (((ih0 0.0144928) + (ih1 0.971014) + (iy0 0.0144928) + ih1)) + ((n.name is u) + (((_epsilon_ 0.5) (iy0 0.25) (iy1 0.25) _epsilon_)) + ((n.n.n.name is o) + (((ih0 0.0526316) + (ih1 0.894737) + (iy0 0.0526316) + ih1)) + ((p.name is l) + ((n.n.n.name is b) + (((ay1 0.5) (ih1 0.5) ay1)) + (((ay1 0.025641) (ih1 0.974359) ih1))) + ((p.name is v) + (((ih0 0.5) (ih1 0.5) ih0)) + ((n.n.n.name is a) + (((ay1 0.0588235) + (ih0 0.117647) + (ih1 0.823529) + ih1)) + ((n.name is s) + (((ih0 0.142857) (ih1 0.857143) ih1)) + ((p.name is h) + ((n.n.n.name is e) + (((ay1 0.0454545) (ih1 0.954545) ih1)) + ((n.n.n.name is u) + (((ih1 1) ih1)) + ((n.n.n.name is r) + (((ih1 1) ih1)) + ((n.name is l) + (((ay1 0.25) (ih1 0.75) ih1)) + (((ay1 0.571429) (ih1 0.428571) ay1)))))) + ((n.name is l) + ((p.name is w) + (((ay1 0.892857) (ih1 0.107143) ay1)) + ((p.name is m) + ((n.n.n.name is e) + (((ay1 0.6) (ih1 0.4) ay1)) + (((ay1 0.333333) (ih1 0.666667) ih1))) + (((ih1 0.916667) (iy1 0.0833333) ih1)))) + ((p.name is w) + (((ay1 0.0769231) (ih1 0.923077) ih1)) + ((n.n.n.name is s) + (((ay1 1) ay1)) + ((p.name is m) + (((ay1 0.75) (ih1 0.25) ay1)) + ((n.n.n.name is l) + (((ay1 0.0769231) (ih1 0.923077) ih1)) + ((p.name is f) + (((ay1 1) ay1)) + ((p.name is b) + (((ay1 0.8) (ih1 0.2) ay1)) + ((n.n.n.name is r) + (((ih1 1) ih1)) + ((p.name is t) + (((ih1 1) ih1)) + ((p.name is s) + (((ih1 1) ih1)) + ((p.name is c) + (((ay1 0.2) (ih1 0.8) ih1)) + ((p.name is r) + (((ay1 0.25) (ih1 0.75) ih1)) + ((n.n.n.name is e) + ((p.name is k) + (((ay1 0.428571) + (ih1 0.571429) + ih1)) + (((ay1 0.666667) + (ih1 0.333333) + ay1))) + (((ay1 0.75) (ih1 0.25) ay1))))))))))))))))))))))) + ((n.n.name is i) + ((n.n.n.name is n) + ((n.name is v) + (((ay1 0.0909091) (ih1 0.909091) ih1)) + ((p.name is c) + (((ay1 0.25) (iy0 0.5) (iy1 0.25) iy0)) + ((n.name is c) + (((ax0 0.25) + (ih0 0.25) + (ih1 0.25) + (iy0 0.25) + ax0)) + ((n.name is x) + (((ih1 1) ih1)) + ((n.name is l) + ((p.name is b) + (((ay0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ay0)) + (((_epsilon_ 0.111111) + (ay1 0.444444) + (ih0 0.333333) + (ih1 0.111111) + ay1))) + ((n.name is s) + (((ay1 0.4) (ih0 0.6) ih0)) + (((ax0 0.0227273) + (ay1 0.727273) + (ih0 0.0909091) + (ih1 0.159091) + ay1)))))))) + ((n.n.n.name is #) + ((n.name is t) + (((ih1 0.666667) (iy1 0.333333) ih1)) + (((ay1 0.05) (ih1 0.2) (iy1 0.75) iy1))) + ((n.n.n.name is p) + (((ay0 0.0625) + (ih0 0.4375) + (ih1 0.25) + (iy0 0.1875) + (iy1 0.0625) + ih0)) + ((n.n.n.name is a) + ((p.name is v) + (((ih0 0.25) (iy1 0.75) iy1)) + ((p.name is l) + (((ay1 0.2) (ih0 0.2) (ih1 0.4) (iy1 0.2) ih1)) + ((p.name is m) + (((ih1 1) ih1)) + ((n.name is l) + (((ih1 1) ih1)) + ((n.name is n) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)) + (((ih0 0.111111) + (ih1 0.666667) + (iy1 0.222222) + ih1))))))) + ((n.n.n.name is t) + (((ax0 0.0833333) + (ay1 0.0277778) + (ih1 0.777778) + (iy0 0.111111) + ih1)) + ((p.name is t) + ((n.n.n.name is e) + (((ay1 1) ay1)) + (((ih1 1) ih1))) + ((n.name is h) + (((ay1 0.666667) (ih1 0.333333) ay1)) + ((n.name is n) + ((p.name is m) + (((ih1 0.975) (iy0 0.025) ih1)) + ((p.name is f) + (((ih1 1) ih1)) + ((n.n.n.name is o) + (((ih1 1) ih1)) + ((p.name is s) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1)))))) + ((p.name is b) + (((ih0 0.75) (ih1 0.25) ih0)) + ((n.name is c) + ((n.n.n.name is o) + (((ih1 1) ih1)) + (((ih0 0.666667) + (ih1 0.166667) + (iy0 0.166667) + ih0))) + ((p.name is v) + (((ih1 0.95) (iy0 0.05) ih1)) + ((n.n.n.name is d) + (((ax0 0.2) + (ay1 0.2) + (ih0 0.2) + (ih1 0.2) + (iy0 0.2) + ax0)) + ((p.name is m) + ((n.name is l) + ((n.n.n.name is c) + (((ih1 0.666667) (iy0 0.333333) ih1)) + (((ay1 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ay1))) + (((ih1 0.888889) (iy1 0.111111) ih1))) + ((n.name is b) + (((ih0 0.2) (ih1 0.6) (iy0 0.2) ih1)) + ((n.name is v) + (((ax0 0.117647) + (ih0 0.0588235) + (ih1 0.705882) + (iy1 0.117647) + ih1)) + ((p.name is r) + (((ax0 0.166667) + (ih0 0.166667) + (ih1 0.666667) + ih1)) + ((n.n.n.name is o) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)) + (((ih0 0.0925926) + (ih1 0.87037) + (iy1 0.037037) + ih1))))))))))))))))))) + ((p.name is m) + ((n.name is s) + ((n.n.name is h) + (((ih0 0.230769) + (ih1 0.615385) + (iy1 0.153846) + ih1)) + ((n.n.n.name is a) + (((ih0 0.888889) (ih1 0.111111) ih0)) + ((n.n.n.name is p) + (((ih0 1) ih0)) + ((n.n.n.name is t) + (((ih0 1) ih0)) + ((n.n.name is s) + (((ax0 0.0434783) + (ih0 0.130435) + (ih1 0.826087) + ih1)) + ((n.n.name is c) + ((n.n.n.name is o) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ax0 0.0526316) + (ih0 0.157895) + (ih1 0.789474) + ih1))) + ((n.n.name is b) + (((ih1 1) ih1)) + ((n.n.n.name is u) + (((ih0 1) ih0)) + ((n.n.name is l) + (((ih0 1) ih0)) + ((n.n.n.name is e) + (((ih0 0.142857) (ih1 0.857143) ih1)) + ((n.n.name is u) + (((ih0 0.875) (ih1 0.125) ih0)) + ((n.n.n.name is r) + (((ih0 0.705882) (ih1 0.294118) ih0)) + ((n.n.name is t) + (((ih0 0.142857) (ih1 0.857143) ih1)) + (((ih0 0.727273) (ih1 0.272727) ih0))))))))))))))) + ((n.n.name is h) + ((n.n.n.name is e) + (((ay1 0.263158) + (ih0 0.526316) + (ih1 0.210526) + ih0)) + (((ay0 0.025641) + (ay1 0.205128) + (ih0 0.153846) + (ih1 0.615385) + ih1))) + ((n.name is k) + ((n.n.name is l) + (((ay1 0.666667) (iy1 0.333333) ay1)) + ((n.n.name is u) + (((ih0 1) ih0)) + (((ih0 0.4) (ih1 0.6) ih1)))) + ((n.n.name is u) + ((n.name is n) + (((ay1 0.25) (ih0 0.125) (ih1 0.625) ih1)) + (((ih0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ih0))) + ((n.name is l) + (((ax0 0.0283019) + (ih0 0.0754717) + (ih1 0.896226) + ih1)) + ((n.n.n.name is u) + ((n.name is t) + (((ih1 0.333333) + (iy0 0.5) + (iy1 0.166667) + iy0)) + (((ih1 1) ih1))) + ((n.name is d) + ((n.n.name is c) + (((ih0 0.4) (ih1 0.6) ih1)) + ((n.n.name is w) + ((n.n.n.name is e) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih1 1) ih1))) + (((ih0 0.04) (ih1 0.96) ih1)))) + (((ih0 0.0291971) + (ih1 0.927007) + (iy0 0.0291971) + (iy1 0.0145985) + ih1))))))))) + ((p.name is v) + ((n.n.n.name is a) + ((n.name is n) + (((ih1 0.8) (iy1 0.2) ih1)) + ((n.n.name is u) + (((ih1 1) ih1)) + ((n.n.name is c) + (((iy0 1) iy0)) + ((n.n.name is l) + (((ih0 0.030303) + (ih1 0.424242) + (iy0 0.545455) + iy0)) + (((ih1 0.8) (iy0 0.2) ih1)))))) + ((n.n.name is c) + ((n.n.n.name is e) + (((ih0 0.25) (ih1 0.5) (iy0 0.25) ih1)) + (((ih0 0.2) (ih1 0.2) (iy0 0.5) (iy1 0.1) iy0))) + ((n.n.name is u) + (((ih0 0.25) (iy0 0.75) iy0)) + ((n.n.n.name is o) + ((n.name is n) + (((ih1 1) ih1)) + (((ih0 0.428571) + (ih1 0.357143) + (iy0 0.214286) + ih0))) + (((ay1 0.0212766) + (ih0 0.0425532) + (ih1 0.87234) + (iy0 0.0425532) + (iy1 0.0212766) + ih1)))))) + ((n.name is u) + ((p.name is g) + (((_epsilon_ 0.875) (ih0 0.125) _epsilon_)) + ((p.name is c) + (((_epsilon_ 1) _epsilon_)) + (((iy0 0.6) (iy1 0.4) iy0)))) + ((p.name is o) + (((_epsilon_ 0.9) (iy1 0.1) _epsilon_)) + ((n.n.name is l) + ((n.name is l) + (((ax0 0.0115274) + (ay1 0.0144092) + (ih0 0.0403458) + (ih1 0.92219) + (iy0 0.00576369) + (iy1 0.00576369) + ih1)) + ((n.n.n.name is e) + ((p.name is g) + (((ih1 1) ih1)) + ((n.name is n) + (((ih1 1) ih1)) + ((n.name is s) + (((ay1 0.222222) (ih1 0.777778) ih1)) + ((n.name is x) + (((ih1 1) ih1)) + ((p.name is b) + (((ay1 1) ay1)) + ((n.name is f) + (((ay1 1) ay1)) + ((p.name is t) + (((ay1 0.833333) (ih1 0.166667) ay1)) + ((p.name is s) + (((ay1 0.714286) (ih1 0.285714) ay1)) + ((p.name is w) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ay1 0.285714) (ih1 0.714286) ih1))))))))))) + (((ay1 0.0882353) + (ih1 0.882353) + (iy1 0.0294118) + ih1)))) + ((n.n.name is y) + ((n.n.n.name is a) + ((n.name is l) + (((ax0 0.5) (ih0 0.25) (ih1 0.25) ax0)) + (((ih1 1) ih1))) + ((n.name is t) + (((ih1 1) ih1)) + ((n.name is l) + (((ay1 0.2) (ih1 0.8) ih1)) + ((p.name is b) + (((ay1 1) ay1)) + ((n.n.n.name is #) + (((ay1 1) ay1)) + (((ay1 0.25) (ih1 0.75) ih1))))))) + ((n.n.name is u) + ((n.n.n.name is s) + (((ay1 1) ay1)) + ((p.name is p) + ((n.name is q) + (((iy1 1) iy1)) + (((ax0 0.2) (ih0 0.2) (ih1 0.6) ih1))) + ((n.name is d) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((n.n.n.name is r) + ((p.name is b) + (((ih1 0.666667) (iy0 0.333333) ih1)) + (((ax0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ax0))) + ((n.name is f) + (((ih0 0.333333) (iy0 0.666667) iy0)) + ((n.name is m) + (((ay1 0.125) (ih1 0.875) ih1)) + ((n.n.n.name is m) + (((ih0 0.25) + (ih1 0.25) + (iy0 0.25) + (iy1 0.25) + ih0)) + ((n.n.n.name is o) + (((ih1 0.75) (iy0 0.25) ih1)) + ((n.n.n.name is l) + (((ih0 0.2) (ih1 0.6) (iy0 0.2) ih1)) + ((p.name is l) + (((ih0 0.210526) + (ih1 0.789474) + ih1)) + ((n.name is t) + (((ih0 0.142857) + (ih1 0.857143) + ih1)) + (((ih0 0.5) + (ih1 0.25) + (iy1 0.25) + ih0))))))))))))) + ((p.name is w) + ((n.n.n.name is d) + (((ih0 1) ih0)) + ((n.n.name is t) + (((_epsilon_ 0.0140845) + (ih1 0.985915) + ih1)) + ((n.name is t) + ((n.n.n.name is s) + (((ih0 1) ih0)) + ((n.n.n.name is e) + (((ih1 1) ih1)) + ((n.n.name is h) + ((n.n.n.name is h) + (((ih0 0.75) (ih1 0.25) ih0)) + (((ih0 0.428571) (ih1 0.571429) ih1))) + (((ih0 0.0555556) (ih1 0.944444) ih1))))) + ((n.n.name is n) + ((n.name is n) + (((ih0 0.105263) (ih1 0.894737) ih1)) + (((ih0 0.8) (ih1 0.2) ih0))) + ((n.n.n.name is o) + ((n.n.name is c) + (((ih0 0.5) (ih1 0.5) ih0)) + ((n.n.name is b) + (((ih1 1) ih1)) + ((n.n.name is m) + (((ih1 1) ih1)) + ((n.n.name is s) + (((ih1 1) ih1)) + ((n.n.name is f) + (((ih1 1) ih1)) + ((n.n.name is h) + (((ih1 1) ih1)) + (((ih0 0.5) (ih1 0.5) ih0)))))))) + (((ih0 0.0210526) (ih1 0.978947) ih1))))))) + ((n.n.name is c) + ((n.name is c) + ((n.n.n.name is i) + (((iy0 0.727273) (iy1 0.272727) iy0)) + ((n.n.n.name is a) + ((p.name is r) + (((ih0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih0)) + (((ih1 0.333333) (iy0 0.666667) iy0))) + (((ih1 0.642857) (iy0 0.357143) ih1)))) + ((n.n.n.name is h) + (((ih1 0.978022) (iy0 0.021978) ih1)) + ((n.n.n.name is e) + ((p.name is s) + (((ax0 0.5) (ih0 0.25) (ih1 0.25) ax0)) + (((ay1 0.142857) + (ih0 0.142857) + (ih1 0.714286) + ih1))) + ((n.name is s) + ((p.name is p) + (((ih1 0.25) (iy0 0.75) iy0)) + ((n.n.n.name is a) + (((ih0 0.75) (ih1 0.25) ih0)) + (((ih0 0.0833333) + (ih1 0.833333) + (iy1 0.0833333) + ih1)))) + ((n.name is l) + ((n.n.n.name is o) + (((ih1 1) ih1)) + (((ih0 0.75) (ih1 0.25) ih0))) + (((ih0 0.0212766) + (ih1 0.93617) + (iy0 0.0425532) + ih1))))))) + ((n.name is z) + ((p.name is p) + ((n.n.n.name is i) + (((ih1 0.25) (iy0 0.75) iy0)) + ((n.n.n.name is a) + (((ih1 0.25) (iy0 0.25) (iy1 0.5) iy1)) + (((ih1 0.2) (iy0 0.6) (iy1 0.2) iy0)))) + (((ih0 0.03125) + (ih1 0.84375) + (iy0 0.09375) + (iy1 0.03125) + ih1))) + ((n.n.name is h) + ((n.n.n.name is i) + ((p.name is n) + (((iy0 0.625) (iy1 0.375) iy0)) + (((ay1 0.125) (ih1 0.875) ih1))) + ((p.name is s) + ((n.name is p) + (((ay1 1) ay1)) + (((ay1 0.125) + (ih1 0.75) + (iy1 0.125) + ih1))) + ((n.n.n.name is e) + (((ax0 0.0416667) + (ay1 0.0625) + (ih1 0.875) + (iy0 0.0208333) + ih1)) + ((n.n.n.name is o) + ((n.name is c) + ((p.name is n) + (((ih0 0.125) (ih1 0.875) ih1)) + (((ih0 0.6) (ih1 0.4) ih0))) + (((ax0 0.0714286) + (ih1 0.928571) + ih1))) + (((ih0 0.0105263) (ih1 0.989474) ih1)))))) + ((n.n.n.name is o) + ((n.n.name is p) + ((p.name is h) + (((ax0 0.25) (ih1 0.75) ih1)) + ((p.name is p) + (((ih1 1) ih1)) + ((n.name is p) + (((ih1 0.857143) (iy0 0.142857) ih1)) + (((ih1 0.333333) (iy0 0.666667) iy0))))) + ((n.n.name is m) + ((n.name is m) + (((ih1 1) ih1)) + ((p.name is g) + (((ih0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ih0)) + (((ih1 0.666667) (iy0 0.333333) ih1)))) + ((p.name is g) + ((n.name is b) + (((ih1 1) ih1)) + ((n.name is l) + (((ih1 0.75) (iy1 0.25) ih1)) + (((ih1 0.333333) + (iy1 0.666667) + iy1)))) + ((n.name is s) + ((p.name is h) + (((ih0 0.555556) + (ih1 0.444444) + ih0)) + (((ih0 0.0833333) + (ih1 0.833333) + (iy1 0.0833333) + ih1))) + ((n.n.name is k) + ((n.name is n) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih1 0.857143) + (iy1 0.142857) + ih1))) + (((ih0 0.0428571) + (ih1 0.942857) + (iy1 0.0142857) + ih1))))))) + ((n.n.n.name is a) + ((n.n.name is t) + ((n.name is s) + (((ax0 0.4) (ih1 0.6) ih1)) + ((n.name is n) + (((ih1 0.333333) (iy0 0.666667) iy0)) + (((ih0 0.142857) + (ih1 0.714286) + (iy0 0.142857) + ih1)))) + ((n.name is n) + (((ih1 1) ih1)) + ((n.name is d) + (((ih1 1) ih1)) + ((p.name is l) + (((ih1 0.933333) + (iy1 0.0666667) + ih1)) + ((n.name is t) + (((ih1 1) ih1)) + ((p.name is n) + (((ih1 0.75) (iy1 0.25) ih1)) + ((n.n.name is k) + ((p.name is p) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih1 0.777778) + (iy1 0.222222) + ih1))) + ((p.name is t) + (((ih1 1) ih1)) + ((p.name is z) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + ((n.name is m) + (((ih1 1) ih1)) + ((n.n.name is p) + (((ih0 0.5) (ih1 0.5) ih0)) + ((n.name is s) + (((ih1 1) ih1)) + ((p.name is h) + (((ih1 1) ih1)) + ((p.name is k) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + ((n.n.name is m) + (((ih1 1) ih1)) + ((p.name is s) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.6) + (ih1 0.4) + ih0)))))))))))))))))) + ((n.n.name is v) + (((ih0 0.0571429) + (ih1 0.714286) + (iy0 0.2) + (iy1 0.0285714) + ih1)) + ((n.n.name is z) + ((p.name is f) + ((n.n.n.name is h) + (((ih0 1) ih0)) + (((ih0 0.384615) + (ih1 0.615385) + ih1))) + ((n.n.n.name is e) + ((n.name is s) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + (((ih0 0.0555556) + (ih1 0.944444) + ih1))) + (((ih1 1) ih1)))) + ((n.n.name is t) + ((n.name is n) + ((p.name is p) + (((ay1 1) ay1)) + ((p.name is n) + (((ay1 0.666667) + (ih0 0.333333) + ay1)) + (((ih0 0.030303) + (ih1 0.969697) + ih1)))) + ((n.name is t) + (((ih1 1) ih1)) + ((p.name is p) + (((ih1 0.909091) + (iy0 0.0909091) + ih1)) + ((n.n.n.name is e) + ((n.name is l) + (((ih1 1) ih1)) + ((p.name is f) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.12) (ih1 0.88) ih1)))) + (((ih0 0.0410959) + (ih1 0.958904) + ih1)))))) + ((p.name is c) + ((n.n.n.name is e) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih1 0.666667) + (iy0 0.333333) + ih1))) + ((p.name is g) + (((ih0 0.0350877) + (ih1 0.894737) + (iy0 0.0701754) + ih1)) + ((n.name is c) + (((ih1 1) ih1)) + ((n.name is p) + (((ih1 1) ih1)) + ((n.name is n) + (((ih0 0.00990099) + (ih1 0.985149) + (iy0 0.0049505) + ih1)) + ((n.n.n.name is r) + (((ih1 0.916667) + (iy1 0.0833333) + ih1)) + ((n.n.name is #) + (((ih1 0.979167) + (iy1 0.0208333) + ih1)) + ((n.name is k) + ((n.n.n.name is e) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + (((ih1 1) ih1))) + (((ih0 0.0329949) + (ih1 0.967005) + ih1)))))))))))))))))))))))))))))))))) + ((n.name is n) + ((n.n.name is t) + ((n.n.n.name is o) + (((ih0 1) ih0)) + ((n.n.n.name is e) + (((ih0 0.240664) (ih1 0.759336) ih1)) + ((n.n.n.name is u) + (((ih0 0.75) (ih1 0.25) ih0)) + ((n.n.n.name is i) + (((ih0 0.307692) (ih1 0.692308) ih1)) + ((n.n.n.name is a) + (((ih0 0.6) (ih1 0.4) ih0)) + (((ih0 0.431818) (ih1 0.568182) ih1))))))) + ((n.n.name is n) + ((n.n.n.name is u) + (((ih0 1) ih0)) + (((ih0 0.107143) (ih1 0.892857) ih1))) + ((n.n.n.name is c) + (((ay1 0.047619) + (ih0 0.809524) + (ih1 0.0952381) + (iy1 0.047619) + ih0)) + ((n.n.name is i) + (((ih0 0.857143) (ih1 0.0952381) (iy0 0.047619) ih0)) + ((n.n.n.name is #) + (((ih1 0.75) (iy1 0.25) ih1)) + ((n.n.name is v) + (((ax0 0.0105263) (ih0 0.789474) (ih1 0.2) ih0)) + ((n.n.name is h) + (((ih0 0.896552) (ih1 0.103448) ih0)) + ((n.n.n.name is h) + (((ih1 1) ih1)) + ((n.n.n.name is u) + ((n.n.name is f) + (((ih0 1) ih0)) + ((n.n.name is a) + (((ih0 1) ih0)) + ((n.n.name is d) + (((ih0 0.78125) (ih1 0.21875) ih0)) + ((n.n.name is q) + (((ih0 0.8) (ih1 0.2) ih0)) + ((n.n.name is j) + (((ih0 0.5) (ih1 0.5) ih0)) + ((n.n.name is s) + (((ih0 0.633333) (ih1 0.366667) ih0)) + ((n.n.name is c) + (((ih0 0.642857) (ih1 0.357143) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1))))))))) + ((n.n.name is d) + ((n.n.n.name is a) + (((ih0 0.666667) (iy1 0.333333) ih0)) + ((n.n.n.name is e) + (((ih0 0.611111) (ih1 0.388889) ih0)) + (((ih0 0.353846) (ih1 0.646154) ih1)))) + ((n.n.name is m) + (((ih0 0.125) (ih1 0.875) ih1)) + ((n.n.n.name is t) + (((ih0 0.45098) (ih1 0.54902) ih1)) + ((n.n.name is j) + (((ih0 1) ih0)) + ((n.n.n.name is p) + (((ih0 0.894737) (ih1 0.105263) ih0)) + ((n.n.name is c) + (((ih0 0.701754) (ih1 0.298246) ih0)) + ((n.n.n.name is r) + (((ih0 0.833333) (ih1 0.166667) ih0)) + ((n.n.name is u) + (((ih1 1) ih1)) + ((n.n.name is k) + (((ih0 0.166667) (ih1 0.833333) ih1)) + ((n.n.n.name is o) + ((n.n.name is b) + (((ih0 0.2) (ih1 0.8) ih1)) + ((n.n.name is s) + (((ih0 0.625) (ih1 0.375) ih0)) + ((n.n.name is f) + (((ih0 0.521739) (ih1 0.478261) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1))))) + ((n.n.name is l) + (((ih0 0.2) (ih1 0.8) ih1)) + ((n.n.n.name is a) + ((n.n.name is s) + (((ax0 0.25) (ih0 0.75) ih0)) + (((ih0 0.421053) (ih1 0.578947) ih1))) + ((n.n.name is f) + ((n.n.n.name is i) + (((ih0 0.294118) (ih1 0.705882) ih1)) + (((ax0 0.037037) + (ih0 0.703704) + (ih1 0.259259) + ih0))) + (((ih0 0.688525) (ih1 0.311475) ih0)))))))))))))))))))))))) + ((n.name is m) + ((n.n.name is p) + ((n.n.n.name is e) + (((ax0 0.0227273) (ih0 0.840909) (ih1 0.136364) ih0)) + ((n.n.n.name is a) + (((ih0 0.884615) (ih1 0.115385) ih0)) + ((n.n.n.name is o) + (((ih0 0.870968) (ih1 0.129032) ih0)) + ((n.n.n.name is r) + (((ih0 0.73913) (ih1 0.26087) ih0)) + ((n.n.n.name is u) + (((ih0 0.692308) (ih1 0.307692) ih0)) + ((n.n.n.name is l) + (((ih0 0.633333) (ih1 0.366667) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1)))))))) + ((n.n.name is i) + (((ih1 1) ih1)) + ((n.n.name is a) + ((n.n.n.name is g) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ay1 0.5) (ih0 0.333333) (iy0 0.166667) ay1))) + ((n.n.name is o) + (((ay1 0.333333) (ih0 0.333333) (ih1 0.333333) ay1)) + ((n.n.name is b) + (((ih0 0.8) (ih1 0.2) ih0)) + ((n.n.n.name is o) + (((ih0 0.733333) (ih1 0.266667) ih0)) + ((n.n.n.name is e) + ((n.n.name is m) + (((ih0 0.818182) (ih1 0.181818) ih0)) + (((ih1 1) ih1))) + (((ih0 0.235294) (ih1 0.764706) ih1))))))))) + ((n.n.name is o) + ((n.n.n.name is l) + (((ay0 0.125) (ay1 0.75) (ih0 0.125) ay1)) + ((n.name is v) + (((ay0 0.333333) (ay1 0.666667) ay1)) + ((n.name is c) + (((ay1 1) ay1)) + ((n.n.n.name is m) + (((ay1 1) ay1)) + ((n.n.n.name is t) + (((ay1 0.833333) (ih1 0.166667) ay1)) + ((n.n.n.name is n) + (((ay1 0.2) (ih0 0.6) (ih1 0.2) ih0)) + ((n.name is g) + (((ih0 0.5) (iy1 0.5) ih0)) + (((ay1 0.4) + (ih0 0.133333) + (ih1 0.0666667) + (iy1 0.4) + ay1))))))))) + ((n.n.name is a) + ((n.n.n.name is l) + ((n.name is t) + (((ay0 0.111111) + (ih0 0.666667) + (ih1 0.111111) + (iy0 0.111111) + ih0)) + ((n.name is d) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih1 0.666667) (iy0 0.333333) ih1)))) + ((n.name is w) + (((ay0 0.375) (ih0 0.5) (iy1 0.125) ih0)) + ((n.n.n.name is #) + (((ay1 0.4) (iy1 0.6) iy1)) + ((n.name is t) + (((ay0 0.25) (ih0 0.25) (iy1 0.5) iy1)) + ((n.name is z) + (((ih0 0.5) (ih1 0.25) (iy1 0.25) ih0)) + ((n.name is s) + ((n.n.n.name is a) + (((ay1 0.6) (ih0 0.2) (ih1 0.2) ay1)) + (((ay0 0.111111) + (ay1 0.111111) + (ih0 0.222222) + (ih1 0.555556) + ih1))) + ((n.name is v) + ((n.n.n.name is n) + (((ay1 0.285714) + (ih0 0.285714) + (ih1 0.428571) + ih1)) + (((ay1 0.75) (ih1 0.25) ay1))) + ((n.n.n.name is r) + (((ay1 0.166667) (ih0 0.5) (ih1 0.333333) ih0)) + (((_epsilon_ 0.142857) + (ay1 0.285714) + (ih0 0.285714) + (ih1 0.142857) + (iy1 0.142857) + ay1)))))))))) + ((n.n.name is l) + ((n.name is l) + ((n.n.n.name is e) + (((ay1 0.125) (ih0 0.5) (ih1 0.375) ih0)) + ((n.n.n.name is u) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.411765) (ih1 0.588235) ih1)))) + ((n.name is g) + (((ay1 0.25) (ih0 0.25) (ih1 0.25) (iy1 0.25) ay1)) + ((n.n.n.name is a) + (((ay1 0.6) (ih0 0.3) (ih1 0.1) ay1)) + ((n.n.n.name is i) + (((ay1 0.666667) (iy0 0.333333) ay1)) + ((n.name is d) + (((ay1 1) ay1)) + ((n.name is s) + (((ay1 1) ay1)) + (((ay1 0.333333) (ih1 0.666667) ih1)))))))) + ((n.n.n.name is i) + ((n.name is g) + (((ih0 1) ih0)) + ((n.n.name is h) + ((n.name is c) + (((ih0 0.333333) (iy1 0.666667) iy1)) + (((ih0 0.625) (ih1 0.25) (iy1 0.125) ih0))) + (((ih0 0.125) (ih1 0.75) (iy1 0.125) ih1)))) + ((n.n.n.name is n) + ((n.name is t) + (((ay0 0.75) (ih1 0.25) ay0)) + (((ay1 0.4) (ih0 0.4) (ih1 0.2) ay1))) + ((n.name is g) + ((n.n.n.name is a) + (((ay0 0.125) (ih0 0.625) (ih1 0.25) ih0)) + (((ih0 0.4) (ih1 0.6) ih1))) + ((n.n.name is y) + (((ay1 0.75) (ih1 0.25) ay1)) + ((n.n.name is u) + (((ay1 0.333333) (ih0 0.666667) ih0)) + ((n.n.name is i) + ((n.name is d) + (((ih0 0.125) (ih1 0.875) ih1)) + ((n.name is l) + (((ih1 1) ih1)) + (((ay0 0.142857) + (ay1 0.428571) + (ih0 0.142857) + (ih1 0.285714) + ay1)))) + ((n.n.name is r) + ((n.name is s) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1))) + (((_epsilon_ 0.0131579) + (ay1 0.0131579) + (ih0 0.0526316) + (ih1 0.921053) + ih1)))))))))))))))) + ((p.name is e) + ((n.n.name is #) + ((p.p.p.name is #) + ((p.p.name is h) + (((_epsilon_ 0.166667) (ay1 0.833333) ay1)) + ((p.p.name is m) + (((ih1 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is s) + (((ay1 0.5) (iy1 0.5) ay1)) + ((n.name is t) + (((_epsilon_ 0.25) (ay1 0.5) (iy1 0.25) ay1)) + ((p.p.name is r) + (((_epsilon_ 0.333333) (iy1 0.666667) iy1)) + ((p.p.name is l) + (((_epsilon_ 0.25) (iy1 0.75) iy1)) + ((n.name is n) + (((_epsilon_ 0.2) (ay1 0.2) (iy1 0.6) iy1)) + ((p.p.name is k) + (((iy1 1) iy1)) + ((p.p.name is w) + (((ay1 0.5) (iy1 0.5) ay1)) + (((ay1 0.272727) (iy1 0.727273) iy1))))))))))) + ((p.p.name is h) + ((p.p.p.name is t) + (((_epsilon_ 0.0909091) + (ay0 0.545455) + (ay1 0.363636) + ay0)) + ((p.p.p.name is s) + (((ay0 0.272727) (ay1 0.636364) (iy1 0.0909091) ay1)) + ((n.name is m) + (((ay0 0.294118) (ay1 0.705882) ay1)) + ((p.p.p.name is r) + (((ay0 0.333333) (ay1 0.666667) ay1)) + ((n.name is n) + (((ay0 0.75) (ay1 0.25) ay0)) + ((p.p.p.name is c) + (((ay0 0.2) (ay1 0.8) ay1)) + (((ay0 0.5) (ay1 0.5) ay0)))))))) + ((p.p.name is t) + ((n.name is g) + (((_epsilon_ 0.333333) + (ay1 0.333333) + (iy1 0.333333) + _epsilon_)) + (((ay0 0.37963) + (ay1 0.324074) + (iy0 0.0277778) + (iy1 0.268519) + ay0))) + ((n.name is n) + ((p.p.name is r) + ((p.p.p.name is e) + (((ay1 0.25) (ih1 0.75) ih1)) + (((_epsilon_ 0.6) (ay0 0.4) _epsilon_))) + ((p.p.p.name is s) + (((_epsilon_ 0.666667) (iy1 0.333333) _epsilon_)) + ((p.p.p.name is r) + (((ay0 0.666667) (ay1 0.333333) ay0)) + ((p.p.name is b) + ((p.p.p.name is h) + (((ay0 0.333333) (ay1 0.666667) ay1)) + (((ay0 0.8) (ay1 0.2) ay0))) + ((p.p.p.name is t) + (((ay0 0.5) (ay1 0.5) ay0)) + (((ay0 0.0714286) + (ay1 0.857143) + (iy1 0.0714286) + ay1))))))) + ((p.p.name is b) + (((ay0 0.5) (ay1 0.333333) (ih0 0.166667) ay0)) + ((p.p.name is w) + (((ay0 0.333333) (ay1 0.666667) ay1)) + ((n.name is l) + ((p.p.name is l) + (((_epsilon_ 0.333333) + (ay1 0.333333) + (iy1 0.333333) + _epsilon_)) + (((_epsilon_ 0.166667) (ay1 0.333333) (iy1 0.5) iy1))) + ((p.p.p.name is h) + (((ay1 1) ay1)) + ((p.p.name is r) + ((p.p.p.name is t) + (((ay0 0.333333) (ay1 0.666667) ay1)) + (((ay0 0.1) (ay1 0.1) (iy1 0.8) iy1))) + ((p.p.name is l) + (((ay1 0.25) (ih0 0.25) (iy1 0.5) iy1)) + ((n.name is t) + ((p.p.p.name is r) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)) + (((iy1 1) iy1))) + (((ay0 0.25) (ih1 0.5) (iy1 0.25) ih1))))))))))))) + ((n.name is g) + ((p.p.p.name is #) + ((n.n.name is l) + (((ay1 0.444444) (iy1 0.555556) iy1)) + ((p.p.name is h) + (((ay1 1) ay1)) + ((n.n.n.name is i) + ((p.p.name is r) + (((_epsilon_ 0.333333) (ih0 0.666667) ih0)) + (((_epsilon_ 0.666667) (iy1 0.333333) _epsilon_))) + ((n.n.name is h) + (((_epsilon_ 0.903226) + (ay1 0.0645161) + (iy1 0.0322581) + _epsilon_)) + ((n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.166667) (ay1 0.833333) ay1))))))) + ((p.p.name is l) + ((p.p.p.name is a) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((_epsilon_ 0.1) + (ax0 0.5) + (ay0 0.1) + (ay1 0.1) + (iy0 0.1) + (iy1 0.1) + ax0))) + ((n.n.name is n) + (((_epsilon_ 0.125) (ax0 0.875) ax0)) + (((_epsilon_ 0.909091) + (ay1 0.0606061) + (iy1 0.030303) + _epsilon_))))) + ((n.name is r) + ((n.n.n.name is #) + (((_epsilon_ 0.935484) (ih1 0.0645161) _epsilon_)) + ((p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 0.333333) + (ay0 0.333333) + (ih1 0.333333) + _epsilon_)) + ((n.n.name is i) + (((ay1 1) ay1)) + (((ay1 0.153846) (ih1 0.769231) (iy1 0.0769231) ih1)))))) + ((p.p.name is r) + ((n.n.n.name is #) + ((n.name is s) + ((n.n.name is s) + (((ay1 1) ay1)) + (((ay1 0.333333) (ih0 0.666667) ih0))) + ((n.name is c) + ((p.p.p.name is n) + (((ay0 0.666667) (ay1 0.333333) ay0)) + (((ay0 0.2) (ay1 0.6) (iy1 0.2) ay1))) + ((n.name is t) + (((ay1 0.5) (iy1 0.5) ay1)) + (((ay1 0.3) (iy1 0.7) iy1))))) + ((n.name is n) + ((n.n.name is v) + (((ax0 0.1) (ih0 0.9) ih0)) + ((n.n.name is f) + (((ih0 1) ih0)) + ((n.n.n.name is u) + (((ih0 1) ih0)) + ((n.n.name is t) + ((n.n.n.name is r) + (((ih0 1) ih0)) + (((ay1 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ay1))) + ((n.n.n.name is t) + (((ay1 0.25) (ih0 0.5) (ih1 0.25) ih0)) + ((n.n.name is c) + (((ay1 0.25) (ih0 0.75) ih0)) + ((n.n.name is s) + (((ay1 0.8) (ih0 0.2) ay1)) + ((n.n.n.name is e) + ((n.n.name is d) + (((_epsilon_ 0.333333) (ay1 0.666667) ay1)) + (((_epsilon_ 0.666667) + (ay1 0.333333) + _epsilon_))) + (((_epsilon_ 0.125) (ay1 0.875) ay1)))))))))) + ((n.n.n.name is u) + ((n.name is m) (((ih0 1) ih0)) (((ih1 1) ih1))) + ((n.n.name is p) + (((ih0 1) ih0)) + (((_epsilon_ 0.0212766) + (ax0 0.0212766) + (ay0 0.0106383) + (ay1 0.914894) + (ih0 0.0106383) + (iy0 0.0106383) + (iy1 0.0106383) + ay1)))))) + ((n.n.n.name is #) + ((n.name is s) + ((n.n.name is s) + (((ay0 0.0666667) (ay1 0.8) (iy1 0.133333) ay1)) + ((n.n.name is t) + ((p.p.p.name is #) + (((ay1 0.4) (ih0 0.6) ih0)) + (((ax0 0.5) (ay1 0.5) ax0))) + ((n.n.name is m) + (((ay1 0.166667) (ih0 0.833333) ih0)) + ((p.p.name is l) + (((ih0 0.333333) (iy1 0.666667) iy1)) + (((ay1 0.666667) (iy1 0.333333) ay1)))))) + ((p.p.name is h) + ((p.p.p.name is s) + (((ay1 0.333333) (iy1 0.666667) iy1)) + (((ay1 1) ay1))) + ((n.n.name is y) + ((n.name is t) + (((ax0 1) ax0)) + (((ax0 0.25) (iy1 0.75) iy1))) + ((n.name is n) + ((p.p.p.name is #) + (((_epsilon_ 0.4) (iy1 0.6) iy1)) + ((n.n.name is i) + (((_epsilon_ 0.666667) (iy1 0.333333) _epsilon_)) + (((ay0 0.75) (iy0 0.25) ay0)))) + ((n.name is c) + ((n.n.name is k) + (((iy1 1) iy1)) + (((ay0 0.125) (ay1 0.875) ay1))) + ((n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is n) + (((iy1 1) iy1)) + ((n.n.name is t) + (((ax0 0.333333) (iy1 0.666667) iy1)) + ((n.n.name is i) + (((_epsilon_ 0.75) (iy1 0.25) _epsilon_)) + ((p.p.name is v) + (((_epsilon_ 0.666667) + (iy1 0.333333) + _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.333333) (ay1 0.666667) ay1)) + ((p.p.name is w) + (((ay1 0.8) (iy1 0.2) ay1)) + ((p.p.name is l) + (((iy1 1) iy1)) + ((p.p.p.name is #) + ((p.p.name is f) + (((ay1 0.666667) (iy1 0.333333) ay1)) + ((n.n.name is l) + (((ay1 0.666667) (iy1 0.333333) ay1)) + ((p.p.name is s) + ((n.name is t) + (((_epsilon_ 0.333333) + (ay1 0.333333) + (iy1 0.333333) + _epsilon_)) + (((ay1 0.333333) (iy1 0.666667) iy1))) + (((_epsilon_ 0.142857) + (iy1 0.857143) + iy1))))) + (((iy1 1) iy1)))))))))))))))) + ((n.name is n) + ((n.n.name is a) + ((p.p.p.name is #) + (((ay1 0.8) (iy0 0.2) ay1)) + (((ax0 0.666667) (ay1 0.333333) ax0))) + (((_epsilon_ 0.00854701) + (ay1 0.982906) + (iy1 0.00854701) + ay1))) + ((n.name is s) + ((p.p.p.name is t) + (((ax0 0.2) (ay1 0.2) (ih1 0.6) ih1)) + (((_epsilon_ 0.0107527) + (ay0 0.0537634) + (ay1 0.849462) + (ih0 0.0322581) + (iy1 0.0537634) + ay1))) + ((p.p.name is v) + ((n.n.n.name is e) + (((ax0 0.666667) (ay0 0.333333) ax0)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.name is c) + (((iy1 1) iy1)) + ((p.p.p.name is r) + (((ax0 0.666667) (ay1 0.333333) ax0)) + ((n.name is c) + (((ay1 1) ay1)) + ((p.p.name is k) + (((_epsilon_ 0.1) (ay1 0.2) (iy1 0.7) iy1)) + ((n.n.n.name is k) + (((_epsilon_ 0.666667) (ay1 0.333333) _epsilon_)) + ((n.name is z) + (((iy1 1) iy1)) + ((p.p.name is n) + ((n.name is d) + (((ay1 0.75) (iy1 0.25) ay1)) + ((n.n.n.name is e) + (((ay1 0.666667) (iy1 0.333333) ay1)) + (((ax0 0.166667) (iy1 0.833333) iy1)))) + ((n.name is x) + (((ax0 0.333333) (iy1 0.666667) iy1)) + ((n.n.name is i) + ((n.name is d) + (((ay1 1) ay1)) + ((n.name is l) + (((ay1 0.666667) (iy1 0.333333) ay1)) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)))) + ((n.n.n.name is h) + (((_epsilon_ 0.25) + (ay1 0.25) + (iy1 0.5) + iy1)) + ((n.n.name is a) + (((ax0 0.0625) (ay1 0.9375) ay1)) + ((n.name is b) + ((p.p.name is l) + ((n.n.name is o) + (((ay1 0.333333) (iy1 0.666667) iy1)) + (((ay1 0.5) (iy1 0.5) ay1))) + (((ay1 0.8) (iy1 0.2) ay1))) + ((p.p.p.name is s) + ((p.p.name is h) + (((ay1 0.333333) (iy1 0.666667) iy1)) + (((ay1 0.6) (iy1 0.4) ay1))) + ((n.n.name is h) + (((ay1 0.6) (iy1 0.4) ay1)) + ((n.n.n.name is e) + ((n.name is t) + (((ay1 1) ay1)) + ((n.name is d) + (((ay1 0.9) (iy1 0.1) ay1)) + ((n.n.name is f) + (((ay1 1) ay1)) + (((ay1 0.333333) + (iy1 0.666667) + iy1))))) + (((ay1 1) ay1))))))))))))))))))))))))) + ((n.n.name is #) + ((p.name is o) + ((n.name is s) + (((_epsilon_ 0.130435) (aa0 0.0869565) (aa1 0.782609) aa1)) + ((n.name is c) + (((ih0 1) ih0)) + ((n.name is r) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (aa1 0.333333) _epsilon_)) + (((_epsilon_ 0.125) (aa1 0.75) (ay1 0.125) aa1))) + (((_epsilon_ 0.976471) (ax0 0.0235294) _epsilon_))))) + ((n.name is c) + ((p.p.p.name is #) + (((ih0 0.666667) (ih1 0.222222) (iy1 0.111111) ih0)) + ((p.p.name is i) + ((p.p.p.name is l) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 1) ih0))) + (((ax0 0.0111465) (ih0 0.984076) (ih1 0.00477707) ih0)))) + ((p.p.p.name is #) + ((p.p.name is e) + (((ax0 0.0833333) (ih0 0.833333) (ih1 0.0833333) ih0)) + ((p.p.name is o) + (((ax0 0.285714) (ih0 0.714286) ih0)) + ((p.p.name is a) + ((n.name is n) + (((ih1 0.5) (iy1 0.5) ih1)) + ((p.name is m) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((n.name is d) + (((ax0 0.5) (ih0 0.5) ax0)) + ((n.name is s) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + (((ih0 0.5) (iy1 0.5) ih0)))))) + ((p.p.name is u) + (((ax0 0.25) (ih0 0.5) (iy0 0.25) ih0)) + ((p.p.name is i) + (((ax0 0.333333) (ih0 0.333333) (iy1 0.333333) ax0)) + ((p.name is u) + ((p.p.name is q) + (((ih1 1) ih1)) + ((n.name is s) + (((ih0 0.5) (ih1 0.25) (iy1 0.25) ih0)) + (((_epsilon_ 0.666667) + (ax0 0.166667) + (ih1 0.166667) + _epsilon_)))) + ((n.name is r) + (((_epsilon_ 0.666667) (ih1 0.333333) _epsilon_)) + (((_epsilon_ 0.028169) + (ih1 0.915493) + (iy1 0.056338) + ih1))))))))) + ((n.name is p) + ((p.name is h) + ((p.p.p.name is r) + (((ih1 1) ih1)) + ((p.p.p.name is e) + (((ih1 1) ih1)) + ((p.p.p.name is d) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.205882) (ih1 0.794118) ih1))))) + ((p.p.p.name is s) + (((ih0 0.2) (ih1 0.8) ih1)) + ((p.p.name is q) + (((ih0 0.25) (ih1 0.75) ih1)) + ((p.p.name is t) + (((ih0 0.857143) (ih1 0.142857) ih0)) + ((p.p.name is s) + (((ax0 0.142857) (ih0 0.857143) ih0)) + ((p.p.name is i) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.375) (ih0 0.375) (ih1 0.25) ax0)))))))) + ((n.name is s) + ((p.name is s) + ((p.p.name is s) + (((ih0 0.857143) (iy0 0.142857) ih0)) + ((p.p.p.name is n) + (((ax0 1) ax0)) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.p.p.name is r) + (((ax0 0.875) (ih0 0.125) ax0)) + ((p.p.p.name is h) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.name is e) + (((ih0 1) ih0)) + ((p.p.name is y) + (((ax0 0.571429) (ih0 0.428571) ax0)) + (((ax0 0.272727) + (ih0 0.636364) + (iy0 0.0909091) + ih0))))))))) + ((p.p.name is a) + ((p.name is v) + (((ax0 0.153846) (ih0 0.846154) ih0)) + ((p.p.p.name is l) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is d) + (((ih0 0.875) (iy0 0.125) ih0)) + ((p.p.p.name is s) + (((ih0 1) ih0)) + ((p.name is t) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.p.p.name is r) + (((ih0 0.666667) (iy0 0.333333) ih0)) + ((p.p.p.name is k) + (((ih0 0.75) (iy0 0.25) ih0)) + ((p.p.p.name is e) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is h) + ((p.name is k) + (((ih0 0.666667) (iy0 0.333333) ih0)) + (((ax0 0.333333) (iy0 0.666667) iy0))) + ((p.name is l) + (((ax0 0.285714) + (ih0 0.285714) + (iy0 0.428571) + iy0)) + ((p.name is x) + (((ax0 0.25) (ih0 0.25) (iy0 0.5) iy0)) + ((p.p.p.name is m) + (((ax0 0.285714) (ih0 0.714286) ih0)) + ((p.p.p.name is t) + (((ih0 0.75) (iy0 0.25) ih0)) + ((p.name is r) + (((ih0 0.666667) (iy0 0.333333) ih0)) + ((p.name is n) + (((ax0 0.166667) + (ih0 0.666667) + (iy0 0.166667) + ih0)) + (((ax0 0.5) + (ih0 0.333333) + (iy0 0.166667) + ax0))))))))))))))))) + ((p.p.name is i) + ((p.name is t) + ((p.p.p.name is a) + (((ax0 0.25) (ih0 0.5) (iy0 0.25) ih0)) + (((ax0 0.7) (ih0 0.3) ax0))) + ((p.name is n) + (((ih0 0.166667) (iy0 0.833333) iy0)) + (((ay1 0.125) (ih0 0.75) (iy0 0.125) ih0)))) + ((p.name is i) + (((iy1 1) iy1)) + ((p.p.name is b) + (((ay1 0.25) (ih0 0.25) (iy1 0.5) iy1)) + ((p.name is u) + (((_epsilon_ 0.0909091) + (ih0 0.727273) + (iy1 0.181818) + ih0)) + ((p.p.p.name is p) + ((p.name is l) + (((ax0 0.6) (ih0 0.4) ax0)) + (((ax0 0.2) (ih0 0.8) ih0))) + ((p.p.name is d) + ((p.p.p.name is a) + (((ih0 1) ih0)) + (((ih0 0.333333) (iy1 0.666667) iy1))) + ((p.name is m) + ((p.p.name is e) + (((ax0 0.333333) + (ay0 0.333333) + (iy0 0.333333) + ax0)) + ((p.p.name is r) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ih0 1) ih0)))) + ((p.p.name is p) + ((p.name is h) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ih0 0.75) (iy1 0.25) ih0))) + ((p.p.p.name is a) + ((p.p.name is r) + (((ih0 1) ih0)) + ((p.name is t) + (((ay0 0.111111) (ih0 0.888889) ih0)) + ((p.p.name is e) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + (((ax0 0.0810811) + (ih0 0.864865) + (iy0 0.0540541) + ih0))))) + ((p.p.p.name is c) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((p.name is n) + ((p.p.p.name is i) + (((ax0 0.6) (ih0 0.4) ax0)) + (((ax0 0.15) (ih0 0.8) (iy1 0.05) ih0))) + ((p.name is l) + ((p.p.name is r) + (((ih0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ih0)) + ((p.p.p.name is o) + (((ih0 0.6) (iy0 0.2) (iy1 0.2) ih0)) + ((p.p.name is e) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.157895) (ih0 0.842105) ih0))))) + (((ax0 0.0948276) + (ih0 0.87931) + (iy0 0.0258621) + ih0)))))))))))))))) + ((n.name is n) + ((p.p.name is u) + ((p.p.p.name is o) + ((p.name is l) + (((ae0 0.4) (ae1 0.4) (ih0 0.2) ae0)) + (((ae0 0.166667) + (ae1 0.333333) + (ax0 0.166667) + (ih0 0.333333) + ae1))) + ((p.p.p.name is a) + ((p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.name is l) + (((ae1 0.333333) (ih0 0.666667) ih0)) + (((ae1 0.625) (ih0 0.375) ae1)))) + (((ae1 0.0606061) + (ax0 0.0606061) + (ih0 0.878788) + ih0)))) + ((p.name is u) + ((p.p.p.name is r) + (((ae1 0.25) (ih1 0.25) (iy1 0.5) iy1)) + ((p.p.p.name is o) + (((iy0 0.2) (iy1 0.8) iy1)) + ((p.p.name is o) + (((_epsilon_ 0.25) (ih0 0.25) (iy1 0.5) iy1)) + ((p.p.p.name is l) + (((ih0 1) ih0)) + ((p.p.name is r) + (((ih0 1) ih0)) + ((p.p.name is q) + (((ax0 0.125) (ih0 0.625) (iy1 0.25) ih0)) + (((ax0 0.4) (ih0 0.2) (iy1 0.4) ax0)))))))) + ((p.p.name is a) + ((p.p.p.name is h) + (((ae1 0.0909091) (ih0 0.909091) ih0)) + ((p.name is m) + (((ax0 0.571429) + (ih0 0.285714) + (iy0 0.142857) + ax0)) + ((p.name is s) + (((ax0 0.5) (ih0 0.333333) (ih1 0.166667) ax0)) + ((p.name is t) + (((ax0 0.5) (ih0 0.4) (iy1 0.1) ax0)) + ((p.p.p.name is y) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ax0 0.0987654) + (ih0 0.765432) + (iy0 0.0493827) + (iy1 0.0864198) + ih0))))))) + ((p.p.p.name is h) + ((p.name is r) + (((ih0 1) ih0)) + ((p.name is l) + (((ih0 1) ih0)) + (((ae0 0.428571) + (ih0 0.428571) + (iy0 0.142857) + ae0)))) + ((p.name is t) + ((p.p.name is c) + (((ax0 0.6) (ih0 0.4) ax0)) + ((p.p.name is n) + ((p.p.p.name is e) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + (((ih0 0.75) (iy1 0.25) ih0))) + (((ax0 0.12) + (ih0 0.82) + (ih1 0.02) + (iy1 0.04) + ih0)))) + ((p.p.name is i) + (((ae1 0.111111) + (ax0 0.0740741) + (ih0 0.777778) + (iy0 0.037037) + ih0)) + ((p.name is p) + (((ae1 0.0645161) + (ax0 0.0322581) + (ih0 0.709677) + (ih1 0.193548) + ih0)) + ((p.p.name is s) + ((p.p.p.name is u) + ((p.name is s) + (((ae1 0.25) (ih0 0.75) ih0)) + ((p.name is k) + (((ih0 1) ih0)) + (((ax0 0.5) (ih0 0.5) ax0)))) + ((p.name is s) + (((ax0 0.0833333) (ih0 0.916667) ih0)) + ((p.p.p.name is o) + (((ih0 1) ih0)) + ((p.p.p.name is n) + (((ih0 1) ih0)) + ((p.p.p.name is i) + (((ih0 1) ih0)) + ((p.name is k) + ((p.p.p.name is a) + (((ih0 0.75) (ih1 0.25) ih0)) + (((ih0 0.25) (ih1 0.75) ih1))) + (((ih0 0.818182) (ih1 0.181818) ih0)))))))) + ((p.p.p.name is e) + (((ax0 0.0350877) + (ih0 0.947368) + (ih1 0.0175439) + ih0)) + ((p.p.name is r) + ((p.name is d) + (((ae0 0.0625) + (ax0 0.0625) + (ih0 0.8125) + (iy0 0.0625) + ih0)) + ((p.name is v) + (((ih0 1) ih0)) + ((p.p.p.name is o) + (((ih0 1) ih0)) + ((p.name is b) + (((ih0 1) ih0)) + ((p.p.p.name is a) + ((p.name is k) + (((ih0 1) ih0)) + ((p.name is l) + (((ax0 0.181818) (ih0 0.818182) ih0)) + ((p.name is w) + (((ih0 1) ih0)) + (((ax0 0.4) (ih0 0.4) (iy1 0.2) ax0))))) + ((p.name is w) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.133333) (ih0 0.866667) ih0)))))))) + ((p.name is l) + (((ae0 0.00529101) + (ax0 0.0793651) + (ih0 0.883598) + (ih1 0.031746) + ih0)) + ((p.p.p.name is s) + (((ih0 0.7) (ih1 0.2) (iy0 0.1) ih0)) + ((p.name is s) + ((p.p.p.name is o) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.8) (ih0 0.2) ax0))) + ((p.name is b) + ((p.p.p.name is a) + (((ih0 1) ih0)) + ((p.p.p.name is o) + (((ax0 0.4) (ih0 0.4) (ih1 0.2) ax0)) + ((p.p.p.name is c) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.name is b) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0)))))) + ((p.p.name is t) + ((p.name is h) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + ((p.p.p.name is i) + ((p.name is k) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.75) (ih1 0.25) ih0))) + (((ax0 0.0625) + (ih0 0.875) + (ih1 0.0625) + ih0)))) + ((p.p.p.name is m) + (((ih0 0.875) (iy1 0.125) ih0)) + ((p.p.p.name is u) + ((p.name is f) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.125) + (ih0 0.833333) + (iy1 0.0416667) + ih0))) + ((p.p.name is l) + (((ax0 0.166667) + (ih0 0.75) + (ih1 0.0416667) + (iy1 0.0416667) + ih0)) + ((p.p.p.name is r) + ((p.p.name is o) + (((ih0 1) ih0)) + ((p.name is h) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.222222) + (ih0 0.777778) + ih0)))) + ((p.p.name is o) + ((p.p.p.name is t) + ((p.name is n) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 0.5) (ih0 0.5) ax0))) + ((p.p.p.name is g) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.08) + (ih0 0.88) + (ih1 0.04) + ih0)))) + ((p.p.p.name is o) + (((ih0 0.935484) + (ih1 0.0645161) + ih0)) + ((p.p.p.name is i) + ((p.name is k) + (((ih0 1) ih0)) + ((p.p.name is f) + (((ih0 1) ih0)) + ((p.p.name is g) + (((ih0 1) ih0)) + (((ax0 0.5) (ih0 0.5) ax0))))) + ((p.name is v) + (((ih0 1) ih0)) + ((p.p.name is c) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.p.name is p) + (((ih0 0.888889) + (ih1 0.111111) + ih0)) + ((p.p.p.name is l) + ((p.name is r) + (((ih0 1) ih0)) + ((p.p.name is d) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ax0 0.4) (ih0 0.6) ih0)))) + ((p.name is g) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ax0 0.0754717) + (ih0 0.811321) + (ih1 0.113208) + ih0))))))))))))))))))))))))))))) + ((n.name is k) + ((p.name is t) + (((ih0 0.25) (ih1 0.5) (iy1 0.25) ih1)) + (((ax0 0.0145985) + (ih0 0.978102) + (ih1 0.00729927) + ih0))) + ((n.name is g) + (((ih0 0.990566) (ih1 0.00943396) ih0)) + ((p.name is u) + ((n.name is d) + (((ax0 0.428571) + (ih0 0.428571) + (ih1 0.142857) + ax0)) + ((p.p.p.name is n) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is e) + (((_epsilon_ 0.25) (ih0 0.5) (ih1 0.25) ih0)) + (((_epsilon_ 0.823529) + (ih0 0.117647) + (ih1 0.0588235) + _epsilon_))))) + ((n.name is r) + ((p.name is m) + ((p.p.p.name is s) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)) + (((ih0 0.25) (ih1 0.75) ih1))) + ((p.p.name is e) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((p.p.p.name is a) + (((_epsilon_ 0.2) (ih0 0.2) (ih1 0.6) ih1)) + ((p.p.name is a) + (((_epsilon_ 0.285714) + (ih0 0.285714) + (ih1 0.428571) + ih1)) + (((_epsilon_ 0.833333) + (ih1 0.166667) + _epsilon_)))))) + ((n.name is x) + (((ih0 0.925) (ih1 0.075) ih0)) + ((p.p.name is a) + ((n.name is l) + ((p.p.p.name is r) + (((ax0 0.333333) (ih1 0.666667) ih1)) + (((ax0 0.615385) + (ih0 0.0769231) + (iy1 0.307692) + ax0))) + ((p.p.p.name is d) + ((p.name is v) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ih0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ih0))) + ((n.name is d) + ((p.name is c) + (((ax0 1) ax0)) + ((p.p.p.name is v) + (((ax0 0.5) (ih0 0.25) (iy1 0.25) ax0)) + (((ax0 0.0833333) + (ih0 0.666667) + (iy1 0.25) + ih0)))) + ((n.name is t) + ((p.name is b) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ih0 0.666667) (iy1 0.333333) ih0))) + ((n.name is z) + (((ih0 0.6) (iy1 0.4) ih0)) + (((_epsilon_ 0.0555556) + (ax0 0.0555556) + (ih0 0.111111) + (iy1 0.777778) + iy1))))))) + ((n.name is i) + (((_epsilon_ 0.5) (iy1 0.5) _epsilon_)) + ((n.name is z) + ((p.p.name is e) + (((ih0 0.333333) (iy0 0.666667) iy0)) + (((ih0 0.818182) + (iy0 0.0909091) + (iy1 0.0909091) + ih0))) + ((n.name is t) + ((p.p.name is i) + (((ax0 0.692308) (ih0 0.307692) ax0)) + ((p.p.p.name is u) + ((p.p.name is t) + (((ih1 1) ih1)) + ((p.name is m) + (((ax0 0.5) (ih1 0.5) ax0)) + ((p.p.name is n) + (((ax0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.666667) (ih1 0.333333) ih0))))) + ((p.name is r) + ((p.p.name is e) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ih0 0.857143) (iy1 0.142857) ih0))) + ((p.p.p.name is p) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + ((p.name is d) + ((p.p.p.name is a) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.25) (ih0 0.75) ih0))) + ((p.p.name is o) + ((p.p.p.name is r) + (((ax0 0.666667) (ih1 0.333333) ax0)) + (((ax0 0.25) (ih0 0.75) ih0))) + ((p.p.p.name is e) + (((ax0 0.125) (ih0 0.875) ih0)) + ((p.p.p.name is a) + (((ax0 0.25) + (ih0 0.625) + (ih1 0.125) + ih0)) + ((p.name is w) + (((ih0 1) ih0)) + ((p.p.name is u) + (((ih0 1) ih0)) + ((p.name is g) + (((ih0 1) ih0)) + ((p.p.name is e) + (((ih0 0.7) (ih1 0.3) ih0)) + ((p.p.p.name is o) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + (((ih0 0.25) (ih1 0.75) ih1))))))))))))))) + ((p.p.p.name is a) + ((p.p.name is d) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((n.name is l) + ((p.p.name is n) + (((ax0 0.25) (ih0 0.625) (iy1 0.125) ih0)) + ((p.name is r) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ih0 0.666667) (ih1 0.333333) ih0)))) + ((p.p.name is c) + (((ih0 1) ih0)) + ((p.p.name is r) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.name is s) + (((ih0 0.5) (iy1 0.5) ih0)) + (((ax0 0.222222) + (ih0 0.222222) + (iy1 0.555556) + iy1))))))) + ((p.p.p.name is n) + (((ih0 0.818182) + (ih1 0.0909091) + (iy1 0.0909091) + ih0)) + ((p.name is d) + (((ax0 0.125) + (ih0 0.125) + (ih1 0.625) + (iy1 0.125) + ih1)) + ((p.name is v) + (((ax0 0.846154) + (ih0 0.0769231) + (iy1 0.0769231) + ax0)) + ((p.p.p.name is p) + (((ax0 0.6) (iy1 0.4) ax0)) + ((p.p.p.name is m) + (((ax0 0.571429) + (ih1 0.142857) + (iy1 0.285714) + ax0)) + ((p.name is r) + ((p.p.name is r) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + ((p.p.p.name is i) + (((ih0 1) ih0)) + ((p.p.name is t) + (((ih0 1) ih0)) + (((ax0 0.6) (ih0 0.4) ax0))))) + ((p.p.p.name is t) + (((ax0 0.2) (ih0 0.6) (iy0 0.2) ih0)) + ((p.name is b) + (((ax0 0.285714) + (ih0 0.142857) + (ih1 0.571429) + ih1)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is c) + (((ih0 0.5) (ih1 0.5) ih0)) + ((n.name is l) + ((p.name is c) + (((ax0 0.4) (ih0 0.6) ih0)) + ((p.p.p.name is e) + (((ax0 0.6) (ih0 0.4) ax0)) + ((p.name is t) + (((ax0 0.333333) + (ih1 0.666667) + ih1)) + (((ax0 0.714286) + (ih1 0.285714) + ax0))))) + ((p.p.name is o) + (((ih0 1) ih0)) + ((n.name is d) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.name is p) + (((ax0 1) ax0)) + ((p.name is m) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.25) (ih0 0.75) ih0))))) + ((p.p.p.name is o) + (((ih0 1) ih0)) + ((p.p.p.name is i) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0))))))))))))))))))))))))))))))))) + ((n.n.n.name is #) + ((n.n.name is y) + ((p.p.p.name is #) + ((p.p.name is s) + (((ay1 1) ay1)) + ((p.name is r) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((_epsilon_ 0.333333) + (ax0 0.222222) + (ay1 0.111111) + (ih0 0.222222) + (ih1 0.111111) + _epsilon_)))) + ((n.name is t) + ((p.p.p.name is b) + ((p.name is l) + (((ax0 0.380952) (ih0 0.619048) ih0)) + (((ax0 1) ax0))) + ((p.p.name is b) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((p.p.name is r) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.name is u) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ih0 0.333333) + _epsilon_)) + ((p.p.p.name is a) + (((ax0 0.2) (ih0 0.8) ih0)) + (((ax0 0.583333) + (ih0 0.333333) + (ih1 0.0833333) + ax0))))) + ((p.p.p.name is n) + ((p.p.name is i) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.name is a) + (((ax0 0.428571) (ih0 0.571429) ih0)) + (((ax0 0.5) (ih0 0.5) ax0)))) + ((p.p.p.name is d) + ((p.p.name is a) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + ((p.p.p.name is f) + (((ax0 1) ax0)) + ((p.p.name is c) + (((ax0 1) ax0)) + ((p.p.name is g) + (((ax0 1) ax0)) + ((p.name is t) + (((ax0 1) ax0)) + ((p.name is d) + (((ax0 0.909091) (ih0 0.0909091) ax0)) + ((p.p.p.name is u) + (((ax0 0.5) (ih0 0.5) ax0)) + ((p.name is x) + (((ax0 1) ax0)) + ((p.p.p.name is r) + (((ax0 0.833333) (ih0 0.166667) ax0)) + ((p.name is v) + (((ax0 0.633333) (ih0 0.366667) ax0)) + ((p.p.p.name is s) + (((ax0 1) ax0)) + ((p.p.p.name is g) + ((p.name is l) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ax0 0.25) (ih0 0.75) ih0))) + ((p.p.name is o) + ((p.name is r) + (((ax0 0.4) (ih0 0.6) ih0)) + (((ax0 0.714286) (ih0 0.285714) ax0))) + ((p.p.p.name is p) + (((ax0 0.9) (ih0 0.1) ax0)) + ((p.name is n) + ((p.p.name is a) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 1) ax0))) + (((ax0 0.72043) (ih0 0.27957) ax0))))))))))))))))))))) + ((n.name is r) + (((ay0 0.333333) (ay1 0.666667) ay1)) + ((n.name is n) + ((p.name is t) + (((ax0 0.8) (ih0 0.2) ax0)) + (((ay1 0.4) (ih0 0.4) (ih1 0.2) ay1))) + ((n.name is d) + (((ay1 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is f) + (((_epsilon_ 0.25) (ax0 0.75) ax0)) + ((n.name is l) + (((ax0 0.96) (ih0 0.04) ax0)) + ((n.name is f) + ((p.p.p.name is a) + ((p.p.name is s) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + (((ax0 0.948718) (ih0 0.0512821) ax0))) + ((p.p.p.name is e) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.6) (ih0 0.4) ax0))))))))))) + ((n.name is u) + ((n.n.name is s) + ((p.name is c) + (((_epsilon_ 0.666667) (iy0 0.333333) _epsilon_)) + (((_epsilon_ 0.0377358) + (ay1 0.0188679) + (ih0 0.0188679) + (iy0 0.886792) + (y 0.0377358) + iy0))) + (((_epsilon_ 0.0117647) (iy0 0.988235) iy0))) + ((n.n.name is o) + ((n.name is r) + (((ay0 0.047619) + (ih0 0.047619) + (ih1 0.809524) + (iy1 0.0952381) + ih1)) + ((n.name is c) + ((p.p.p.name is c) + (((ax0 0.4) (iy1 0.6) iy1)) + ((p.name is r) + (((ih0 0.0625) (iy1 0.9375) iy1)) + ((p.p.name is o) + (((iy1 1) iy1)) + ((p.p.name is a) + (((ih0 0.142857) (iy1 0.857143) iy1)) + ((p.name is n) + (((ih0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih0)) + ((p.p.name is r) + (((ih0 0.333333) (iy1 0.666667) iy1)) + (((ih0 0.666667) (iy1 0.333333) ih0)))))))) + ((n.name is n) + (((ax0 0.00485437) + (ay1 0.00485437) + (iy0 0.00970874) + (iy1 0.980583) + iy1)) + ((n.name is m) + ((p.p.name is o) + (((ax0 0.333333) (iy1 0.666667) iy1)) + (((ih0 0.5) (iy1 0.5) ih0))) + (((_epsilon_ 0.0185185) + (ax0 0.00925926) + (ay1 0.0277778) + (ih0 0.00925926) + (ih1 0.0185185) + (iy0 0.00925926) + (iy1 0.907407) + iy1)))))) + ((n.n.name is a) + ((n.name is c) + ((p.p.name is r) + (((_epsilon_ 0.2) (ay1 0.2) (ih0 0.4) (iy1 0.2) ih0)) + ((p.p.p.name is l) + (((ih0 0.25) (iy1 0.75) iy1)) + ((p.p.p.name is d) + (((ih0 0.4) (iy1 0.6) iy1)) + ((p.name is l) + (((ax0 0.1) (ih0 0.9) ih0)) + ((p.p.name is o) + ((p.p.p.name is m) + (((ih0 0.25) (iy1 0.75) iy1)) + (((ax0 0.166667) (ih0 0.833333) ih0))) + (((ax0 0.0697674) + (ih0 0.837209) + (iy1 0.0930233) + ih0))))))) + ((n.name is r) + ((p.p.p.name is #) + (((_epsilon_ 0.25) (ih1 0.5) (iy1 0.25) ih1)) + ((p.name is m) + ((p.p.name is l) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.666667) (ih1 0.333333) ay1))) + (((ay1 0.142857) (ih1 0.857143) ih1)))) + ((p.name is o) + (((_epsilon_ 0.857143) (aa1 0.142857) _epsilon_)) + ((n.name is l) + ((p.name is u) + (((ax0 0.166667) (iy1 0.833333) iy1)) + ((p.p.name is e) + (((iy1 1) iy1)) + ((p.p.p.name is a) + (((ih1 0.4) (iy1 0.6) iy1)) + ((p.p.name is a) + (((ay1 0.25) (ih1 0.5) (iy1 0.25) ih1)) + (((ay1 0.142857) + (ih0 0.571429) + (iy1 0.285714) + ih0)))))) + ((n.name is k) + ((p.name is r) + (((ih0 0.5) (iy1 0.5) ih0)) + (((ay1 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ay1))) + ((n.name is g) + (((ay1 0.153846) + (ih0 0.307692) + (iy1 0.538462) + iy1)) + ((p.p.name is u) + ((p.name is r) + (((ay1 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ay1)) + ((p.p.p.name is l) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + ((p.name is l) + (((iy1 1) iy1)) + ((n.name is t) + (((iy1 1) iy1)) + ((p.p.p.name is r) + (((ih0 0.25) (iy1 0.75) iy1)) + (((ih0 0.5) (iy1 0.5) ih0))))))) + ((n.name is y) + (((_epsilon_ 0.333333) + (ih0 0.333333) + (iy1 0.333333) + _epsilon_)) + ((n.name is t) + (((_epsilon_ 0.0151515) + (ax0 0.0151515) + (ay1 0.0151515) + (ih0 0.0151515) + (iy1 0.939394) + iy1)) + ((p.p.name is f) + (((ih0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih0)) + ((p.name is r) + (((ax0 0.0277778) + (ih0 0.0277778) + (iy1 0.944444) + iy1)) + ((p.p.p.name is a) + (((ay1 0.0810811) + (ih0 0.0540541) + (ih1 0.027027) + (iy0 0.027027) + (iy1 0.810811) + iy1)) + ((p.name is c) + (((iy0 0.166667) (iy1 0.833333) iy1)) + ((p.p.name is c) + ((n.name is d) + (((ay1 0.333333) (iy1 0.666667) iy1)) + (((ay1 0.5) (iy1 0.5) ay1))) + ((p.p.name is o) + (((ay1 0.2) (iy1 0.8) iy1)) + ((p.p.p.name is #) + ((n.name is n) + (((iy1 1) iy1)) + ((n.name is v) + (((iy1 1) iy1)) + ((p.name is l) + ((p.p.name is a) + (((ay1 0.333333) + (iy1 0.666667) + iy1)) + (((ay1 0.666667) + (iy1 0.333333) + ay1))) + (((ay1 0.25) (iy1 0.75) iy1))))) + ((p.p.name is s) + (((iy1 1) iy1)) + ((n.name is m) + (((ax0 0.0769231) + (ih0 0.153846) + (iy1 0.769231) + iy1)) + ((p.name is m) + ((p.p.name is a) + (((ax0 0.4) + (ay1 0.2) + (iy1 0.4) + ax0)) + (((ih0 0.166667) + (iy1 0.833333) + iy1))) + (((ax0 0.0217391) + (ay1 0.076087) + (ih0 0.0217391) + (iy1 0.880435) + iy1))))))))))))))))))))) + ((n.n.name is i) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.name is n) + (((ax0 0.0169492) + (ih0 0.00847458) + (iy1 0.974576) + iy1)) + ((n.name is r) + (((ih1 1) ih1)) + ((n.name is t) + ((p.name is n) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)) + (((ih1 0.2) (iy1 0.8) iy1))) + (((_epsilon_ 0.025) + (ax0 0.05) + (ih0 0.025) + (ih1 0.025) + (iy0 0.025) + (iy1 0.85) + iy1)))))) + ((n.name is c) + ((n.n.name is t) + ((p.p.name is n) + (((ay1 0.333333) (ih0 0.333333) (ih1 0.333333) ay1)) + (((ih0 0.2) (ih1 0.8) ih1))) + ((n.n.name is k) + ((p.p.p.name is #) + ((p.p.name is e) + (((ih0 1) ih0)) + ((p.p.name is o) + (((ih0 1) ih0)) + (((ih0 0.15) (ih1 0.85) ih1)))) + ((p.name is w) + ((p.p.p.name is o) + (((ih0 1) ih0)) + ((p.p.name is t) + (((ih0 0.2) (ih1 0.8) ih1)) + ((p.p.p.name is a) + (((ih0 0.625) (ih1 0.375) ih0)) + ((p.p.name is d) + (((ih0 0.25) (ih1 0.75) ih1)) + ((p.p.name is n) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.571429) (ih1 0.428571) ih0))))))) + ((p.name is t) + ((p.p.name is s) + (((ih0 0.272727) (ih1 0.727273) ih1)) + (((ih0 1) ih0))) + ((p.p.name is h) + ((p.name is n) + (((ih0 0.75) (ih1 0.25) ih0)) + (((_epsilon_ 0.25) (ih1 0.75) ih1))) + ((p.p.p.name is s) + ((p.p.name is t) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.5) (ih1 0.5) ih0))) + (((ax0 0.00769231) + (ih0 0.953846) + (ih1 0.0384615) + ih0))))))) + (((_epsilon_ 0.00236967) + (ax0 0.00236967) + (ih0 0.969194) + (ih1 0.0260664) + ih0)))) + ((n.name is r) + (((_epsilon_ 0.946429) + (aa1 0.0178571) + (ay1 0.0178571) + (ih1 0.0178571) + _epsilon_)) + ((p.name is o) + ((n.name is s) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.125) (ax0 0.375) (ih0 0.5) ih0))) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is #) + ((p.p.name is e) + (((ax0 0.111111) + (ih0 0.777778) + (ih1 0.111111) + ih0)) + ((p.p.name is i) + (((ih0 0.8) (iy1 0.2) ih0)) + ((p.p.name is o) + (((ih0 0.714286) (ih1 0.285714) ih0)) + ((p.p.name is a) + ((n.n.name is s) + (((ax0 0.25) (ih0 0.25) (ih1 0.5) ih1)) + (((ih0 1) ih0))) + ((p.name is u) + ((n.name is s) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((n.name is t) + (((_epsilon_ 0.75) (ih1 0.25) _epsilon_)) + (((_epsilon_ 0.0833333) + (ax0 0.0833333) + (ih1 0.833333) + ih1)))) + ((n.name is g) + (((ay1 0.6) (ih1 0.4) ay1)) + ((n.n.name is d) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((_epsilon_ 0.00649351) + (ay1 0.00649351) + (ih1 0.987013) + ih1))))))))) + ((n.n.name is m) + ((p.p.p.name is e) + ((p.p.name is a) + (((ih0 1) ih0)) + ((p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ih0 0.25) (ih1 0.75) ih1)))) + ((p.p.p.name is a) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((p.name is h) + (((ih0 0.571429) (ih1 0.428571) ih0)) + ((p.p.p.name is t) + (((ax0 0.0689655) + (ih0 0.0344828) + (ih1 0.896552) + ih1)) + ((p.p.p.name is s) + (((ih0 0.5) (ih1 0.5) ih0)) + ((p.p.name is i) + (((ih1 1) ih1)) + ((p.p.p.name is g) + (((ih1 1) ih1)) + ((p.p.name is o) + (((ih0 0.04) (ih1 0.96) ih1)) + ((p.p.p.name is m) + (((ih1 1) ih1)) + ((p.name is l) + (((ih0 0.0689655) (ih1 0.931034) ih1)) + ((p.p.p.name is h) + (((ih1 1) ih1)) + ((p.p.p.name is l) + (((ih1 1) ih1)) + ((p.p.p.name is o) + (((ih1 1) ih1)) + ((p.p.name is a) + (((ih0 0.176471) + (ih1 0.823529) + ih1)) + ((p.p.p.name is n) + (((ih0 0.2) (ih1 0.8) ih1)) + ((p.p.name is e) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + (((ih0 0.333333) + (ih1 0.666667) + ih1)))))))))))))))))) + ((n.name is l) + ((p.name is h) + ((n.n.name is d) + (((ay0 0.125) (ay1 0.875) ay1)) + (((ih0 0.128205) (ih1 0.871795) ih1))) + ((n.n.name is s) + (((ax0 0.875) (ih0 0.0625) (ih1 0.0625) ax0)) + ((p.name is r) + ((p.p.name is r) + (((ax0 0.692308) + (ih0 0.0769231) + (iy1 0.230769) + ax0)) + ((p.p.name is e) + (((ax0 0.25) (ih1 0.5) (iy1 0.25) ih1)) + (((ax0 0.285714) + (ih0 0.428571) + (ih1 0.285714) + ih0)))) + ((p.name is v) + (((ax0 0.375) (ih0 0.375) (iy1 0.25) ax0)) + ((p.p.name is n) + ((p.p.p.name is i) + (((ax0 1) ax0)) + ((p.name is g) + (((ax0 0.666667) (ih1 0.333333) ax0)) + ((p.p.p.name is a) + (((ax0 0.5) (ih0 0.25) (ih1 0.25) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))))) + ((p.name is u) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1)) + ((p.name is d) + (((ax0 0.428571) + (ih0 0.285714) + (ih1 0.142857) + (iy1 0.142857) + ax0)) + ((p.name is s) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.name is a) + (((ax0 0.666667) (ih1 0.333333) ax0)) + ((p.p.p.name is u) + (((ax0 0.4) (ih0 0.4) (ih1 0.2) ax0)) + (((ax0 0.0806452) + (ih0 0.112903) + (ih1 0.774194) + (iy1 0.0322581) + ih1)))))))))))) + ((n.name is g) + ((n.n.name is s) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((p.p.name is n) + (((ax0 0.333333) + (ay0 0.333333) + (ay1 0.333333) + ax0)) + (((ay1 1) ay1)))) + ((p.name is u) + ((p.p.name is q) + ((n.n.name is s) + (((ax0 0.4) + (ih0 0.2) + (ih1 0.2) + (iy0 0.2) + ax0)) + ((p.p.p.name is d) + (((ih1 1) ih1)) + ((p.p.p.name is r) + (((ih0 1) ih0)) + ((n.name is t) + (((ih0 1) ih0)) + ((n.name is s) + ((p.p.p.name is m) + (((ih0 0.166667) (ih1 0.833333) ih1)) + ((p.p.p.name is l) + (((ih0 0.25) (ih1 0.75) ih1)) + ((p.p.p.name is n) + (((ih0 0.454545) (ih1 0.545455) ih1)) + (((ih0 0.777778) (ih1 0.222222) ih0))))) + (((ih1 0.666667) (iy1 0.333333) ih1))))))) + ((p.p.p.name is n) + ((n.n.name is h) + (((ih0 1) ih0)) + (((ax0 1) ax0))) + ((p.p.p.name is f) + (((_epsilon_ 0.5) (ax0 0.5) _epsilon_)) + ((n.name is t) + (((_epsilon_ 0.818182) + (ih0 0.181818) + _epsilon_)) + (((_epsilon_ 0.333333) (ih0 0.666667) ih0)))))) + ((p.p.name is s) + ((p.p.p.name is r) + (((ax0 0.0555556) (ih1 0.944444) ih1)) + ((n.name is n) + (((ax0 0.0625) (ih0 0.75) (ih1 0.1875) ih0)) + ((p.name is t) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + ((n.name is t) + ((p.p.p.name is k) + (((ih1 1) ih1)) + ((p.p.p.name is e) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((p.p.p.name is i) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((p.p.p.name is n) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.142857) (ih1 0.857143) ih1)))))) + ((p.name is h) + ((p.p.p.name is d) + (((ih0 1) ih0)) + (((ih0 0.142857) (ih1 0.857143) ih1))) + ((n.name is s) + (((ax0 0.25) (ih0 0.25) (ih1 0.5) ih1)) + (((ax0 1) ax0)))))))) + ((p.p.name is h) + ((n.name is s) + ((n.n.name is t) + (((ay1 0.333333) + (ih0 0.5) + (ih1 0.166667) + ih0)) + (((ih0 0.333333) (ih1 0.666667) ih1))) + ((n.name is t) + ((p.name is m) + (((ih1 1) ih1)) + ((p.name is w) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.25) (ih1 0.75) ih1)))) + (((ax0 0.0526316) (ih1 0.947368) ih1)))) + ((n.n.name is t) + ((n.name is s) + ((p.name is s) + (((ih1 1) ih1)) + ((p.p.name is k) + (((ih1 1) ih1)) + ((p.name is v) + (((ax0 0.125) + (ih0 0.5) + (ih1 0.375) + ih0)) + ((p.name is x) + (((ax0 0.25) (ih0 0.25) (ih1 0.5) ih1)) + ((p.p.name is n) + ((p.name is t) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.333333) (ih1 0.666667) ih1))) + ((p.p.p.name is d) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + ((p.p.name is o) + ((p.name is m) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.name is g) + (((ax0 0.481481) + (ih0 0.518519) + ih0)) + (((ax0 0.571429) + (ih0 0.428571) + ax0)))) + ((p.p.p.name is c) + (((ih0 1) ih0)) + ((p.p.p.name is y) + (((ih0 1) ih0)) + ((p.p.name is g) + (((ih0 1) ih0)) + ((p.p.name is y) + (((ih0 1) ih0)) + ((p.p.p.name is u) + (((ax0 0.142857) + (ih0 0.857143) + ih0)) + ((p.p.p.name is l) + (((ax0 0.166667) + (ih0 0.833333) + ih0)) + ((p.p.p.name is m) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.p.name is p) + (((ax0 0.75) + (ih0 0.25) + ax0)) + ((p.p.name is t) + (((ax0 0.75) + (ih0 0.25) + ax0)) + ((p.p.p.name is s) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + ((p.name is m) + (((ax0 0.222222) + (ih0 0.777778) + ih0)) + ((p.p.p.name is h) + (((ax0 0.75) + (ih0 0.25) + ax0)) + ((p.p.name is a) + ((p.name is t) + (((ih0 1) ih0)) + ((p.name is n) + (((ax0 0.75) + (ih0 0.25) + ax0)) + ((p.p.p.name is t) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + ((p.p.p.name is n) + (((ax0 0.5) + (ih0 0.5) + ax0)) + (((ax0 0.3) + (ih0 0.7) + ih0)))))) + ((p.p.p.name is n) + (((ax0 0.2) + (ih0 0.8) + ih0)) + ((p.name is t) + (((ax0 0.8) + (ih0 0.2) + ax0)) + ((p.p.p.name is a) + (((ih0 1) ih0)) + ((p.name is r) + ((p.p.name is u) + (((ax0 0.6) + (ih0 0.4) + ax0)) + (((ax0 0.2) + (ih0 0.8) + ih0))) + ((p.p.p.name is t) + (((ax0 0.25) + (ih0 0.75) + ih0)) + (((ax0 0.714286) + (ih0 0.285714) + ax0))))))))))))))))))))))))))) + ((n.name is t) + ((p.p.p.name is d) + (((ax0 0.6) (ih1 0.4) ax0)) + ((p.p.name is e) + (((ax0 0.0909091) (ih0 0.909091) ih0)) + ((p.p.p.name is e) + (((ax0 0.1) (ih0 0.9) ih0)) + ((p.name is b) + (((ih0 1) ih0)) + ((p.name is m) + (((ih0 1) ih0)) + ((p.name is f) + (((ih0 1) ih0)) + ((p.p.p.name is i) + (((ih0 1) ih0)) + ((p.name is k) + (((ih0 1) ih0)) + ((p.p.p.name is a) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + ((p.p.p.name is u) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.769231) + (ih1 0.230769) + ih0)))))))))))) + ((p.name is m) + (((ax0 0.25) + (ih0 0.25) + (ih1 0.25) + (iy0 0.25) + ax0)) + ((p.p.p.name is s) + (((ih0 0.153846) (ih1 0.846154) ih1)) + ((p.p.p.name is a) + (((ih1 1) ih1)) + ((p.p.name is p) + (((ih0 0.166667) (ih1 0.833333) ih1)) + ((p.name is l) + (((ih0 0.285714) + (ih1 0.571429) + (iy0 0.142857) + ih1)) + (((ih0 1) ih0))))))))) + ((n.n.name is s) + ((n.name is n) + ((p.name is s) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((ih0 1) ih0)) + ((p.p.name is o) + (((ax0 0.333333) + (ih0 0.5) + (iy0 0.166667) + ih0)) + ((p.p.p.name is d) + (((ae1 0.25) + (ax0 0.25) + (ih0 0.5) + ih0)) + ((p.p.name is r) + ((p.name is k) + (((ax0 0.166667) + (ih0 0.833333) + ih0)) + ((p.p.p.name is e) + (((ih0 1) ih0)) + (((ax0 0.6) (ih0 0.4) ax0)))) + ((p.name is t) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.0862069) + (ih0 0.87069) + (ih1 0.0431034) + ih0)))))))) + ((p.p.name is i) + (((ax0 0.833333) (ih0 0.166667) ax0)) + ((p.name is t) + ((p.p.p.name is e) + (((_epsilon_ 0.5) + (ih0 0.25) + (ih1 0.25) + _epsilon_)) + (((ih0 0.666667) (iy1 0.333333) ih0))) + ((p.p.name is l) + (((ax0 0.1) (ih0 0.9) ih0)) + ((n.name is p) + ((p.p.p.name is s) + (((ih1 1) ih1)) + (((ax0 0.666667) (ih1 0.333333) ax0))) + ((p.name is d) + ((p.p.p.name is a) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0))) + ((p.p.p.name is d) + (((ih0 1) ih0)) + ((n.name is k) + (((ih0 0.833333) + (ih1 0.166667) + ih0)) + ((p.p.p.name is i) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.name is b) + (((ax0 0.75) (ih1 0.25) ax0)) + ((n.name is s) + ((p.p.name is a) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.714286) + (ih1 0.285714) + ih0))) + ((p.p.name is a) + (((ax0 0.6) (ih0 0.4) ax0)) + ((p.name is r) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + ((p.p.p.name is p) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.name is h) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.p.p.name is e) + (((ax0 0.25) + (ih0 0.5) + (ih1 0.25) + ih0)) + ((p.p.name is o) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + ((p.p.p.name is n) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + (((ih0 0.166667) + (ih1 0.833333) + ih1)))))))))))))))))))) + ((n.name is n) + ((n.n.name is d) + ((p.name is w) + (((ay1 0.25) (ih1 0.75) ih1)) + ((p.p.p.name is r) + (((ax0 0.333333) (ay1 0.666667) ay1)) + ((p.p.p.name is e) + (((ay1 1) ay1)) + (((ay1 0.222222) (ih0 0.777778) ih0))))) + ((p.name is l) + (((ih1 0.9) (iy0 0.1) ih1)) + ((p.name is h) + (((ih1 1) ih1)) + (((ih0 0.545455) (ih1 0.454545) ih0))))) + ((p.name is f) + ((n.n.name is h) + (((ax0 0.0384615) + (ih0 0.230769) + (ih1 0.730769) + ih1)) + (((ih0 1) ih0))) + ((n.n.name is u) + (((iy1 1) iy1)) + ((p.p.name is c) + ((p.p.p.name is m) + (((ih1 1) ih1)) + ((p.p.p.name is h) + (((ih0 1) ih0)) + ((p.p.p.name is s) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.666667) + (ih1 0.333333) + ih0))))) + ((n.n.name is k) + (((ih0 0.4) (ih1 0.6) ih1)) + ((n.name is s) + (((ax0 0.00694444) + (ih0 0.979167) + (ih1 0.0138889) + ih0)) + ((n.n.name is z) + (((ih0 0.965116) + (ih1 0.0348837) + ih0)) + ((p.name is w) + (((ih1 1) ih1)) + ((p.p.name is u) + (((ax0 0.666667) + (iy1 0.333333) + ax0)) + ((p.p.p.name is a) + (((ih0 1) ih0)) + ((p.p.name is g) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + ((p.name is l) + ((n.n.name is h) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ih0 1) ih0))) + ((p.p.p.name is r) + (((ih0 1) ih0)) + ((p.p.name is e) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.222222) + (ih0 0.777778) + ih0))))))))))))))))))))))))))))))))) + ((n.n.name is a) + ((n.n.n.name is t) + ((n.name is r) + (((_epsilon_ 0.789474) + (ay1 0.0526316) + (ih0 0.0526316) + (ih1 0.105263) + _epsilon_)) + ((p.p.p.name is #) + ((p.name is r) + ((p.p.name is p) + (((ay0 0.1) (ay1 0.8) (ih1 0.1) ay1)) + (((ax0 0.25) (ay0 0.25) (ih1 0.5) ih1))) + ((p.p.name is c) + (((ay1 0.75) (ih1 0.25) ay1)) + ((p.p.name is u) + ((n.name is l) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ih0 1) ih0))) + (((ax0 0.772727) (ih0 0.181818) (iy0 0.0454545) ax0))))) + ((n.name is t) + ((p.p.p.name is p) + (((_epsilon_ 0.666667) (ih0 0.333333) _epsilon_)) + ((p.name is c) + (((ax0 0.125) (ay0 0.125) (ih0 0.75) ih0)) + ((p.name is v) + (((ax0 0.272727) (ih0 0.727273) ih0)) + ((p.name is p) + ((p.p.name is i) + (((ax0 0.25) (ih0 0.75) ih0)) + (((ax0 0.5) (ih0 0.5) ax0))) + ((p.p.p.name is i) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.name is a) + (((ax0 1) ax0)) + ((p.p.p.name is c) + (((ax0 1) ax0)) + ((p.p.p.name is b) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.8) (ih0 0.2) ax0))))))))))) + ((p.p.p.name is y) + (((ih0 1) ih0)) + ((p.p.name is q) + (((ih0 1) ih0)) + ((n.name is n) + ((p.name is m) + ((p.p.name is o) + (((ax0 0.956522) (ih0 0.0434783) ax0)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is x) + (((ax0 1) ax0)) + ((p.p.p.name is u) + (((ax0 0.6) (ih0 0.4) ax0)) + ((p.p.p.name is e) + (((ax0 0.857143) (ih0 0.142857) ax0)) + ((p.p.p.name is l) + (((ax0 0.846154) (ih0 0.153846) ax0)) + ((p.p.name is i) + (((ax0 0.8) (ih0 0.2) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0)))))))))) + (((ax0 0.893939) + (ay1 0.0151515) + (ih0 0.030303) + (ih1 0.0151515) + (iy0 0.0454545) + ax0))) + ((n.name is m) + (((ax0 0.842105) + (ay1 0.0263158) + (ih0 0.0526316) + (ih1 0.0263158) + (iy0 0.0526316) + ax0)) + ((p.p.name is n) + (((ax0 0.772727) + (ih0 0.0454545) + (ih1 0.136364) + (iy0 0.0454545) + ax0)) + ((p.name is r) + ((p.p.name is b) + ((p.p.p.name is a) + (((ax0 0.125) (ih0 0.875) ih0)) + (((ax0 0.5) (ih0 0.5) ax0))) + ((n.name is v) + ((p.p.p.name is d) + (((ax0 0.333333) (ih1 0.666667) ih1)) + (((ax0 0.666667) (ay1 0.333333) ax0))) + (((ax0 0.772727) + (ih0 0.136364) + (ih1 0.0909091) + ax0)))) + ((p.p.p.name is u) + ((n.name is c) + (((ax0 0.6) (ih0 0.3) (ih1 0.1) ax0)) + (((ax0 0.375) (ih0 0.625) ih0))) + ((p.p.name is e) + ((p.name is l) + (((ax0 0.428571) + (ih0 0.428571) + (iy0 0.142857) + ax0)) + ((p.p.p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.75) (ih0 0.25) ax0)))) + ((p.name is c) + (((ax0 1) ax0)) + ((p.name is f) + (((ax0 0.941176) (ih0 0.0588235) ax0)) + ((n.name is l) + (((ax0 1) ax0)) + ((p.p.name is s) + (((ax0 0.933333) (ih0 0.0666667) ax0)) + ((p.p.name is a) + (((ax0 0.861111) (ih0 0.138889) ax0)) + ((p.p.p.name is m) + (((ax0 0.875) (ih0 0.125) ax0)) + ((p.p.p.name is p) + (((ax0 1) ax0)) + ((p.p.p.name is b) + (((ax0 1) ax0)) + ((n.name is g) + ((p.p.p.name is l) + (((ax0 0.4) (ih0 0.6) ih0)) + (((ax0 0.9) (ih0 0.1) ax0))) + ((p.p.name is p) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.name is m) + ((n.name is d) + (((ih0 1) ih0)) + (((ax0 0.666667) + (ih0 0.333333) + ax0))) + ((p.p.name is u) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((n.name is z) + ((p.name is n) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.285714) + (ih0 0.714286) + ih0))) + (((ax0 0.62963) + (ih0 0.37037) + ax0)))))))))))))))))))))))))) + ((n.name is c) + ((n.n.n.name is l) + ((p.name is g) + (((ih0 1) ih0)) + ((p.p.name is s) + (((ih0 1) ih0)) + ((p.name is f) + (((ax0 0.142857) (ih0 0.714286) (ih1 0.142857) ih0)) + ((p.name is m) + ((p.p.p.name is n) + (((ih0 1) ih0)) + ((p.p.p.name is h) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.p.name is t) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.2) (ih0 0.8) ih0))))) + ((p.p.p.name is m) + ((p.name is r) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ih0 0.333333) + _epsilon_)) + ((p.name is d) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.133333) (ih0 0.866667) ih0)))) + ((p.p.p.name is a) + ((p.p.name is p) + (((ih0 1) ih0)) + ((p.name is t) + ((p.p.name is c) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.4) (ih0 0.6) ih0))) + (((ax0 0.2) (ih0 0.8) ih0)))) + ((p.name is d) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.p.p.name is b) + (((ih0 1) ih0)) + ((p.p.name is o) + ((p.p.p.name is r) + (((ih0 1) ih0)) + ((p.name is r) + (((ax0 0.222222) (ih0 0.777778) ih0)) + (((ax0 0.5) (ih0 0.5) ax0)))) + (((ax0 0.127273) (ih0 0.872727) ih0))))))))))) + ((p.p.name is n) + (((ay1 0.125) (ih0 0.125) (iy0 0.75) iy0)) + ((p.name is r) + ((n.n.n.name is r) + (((ih0 0.75) (iy0 0.25) ih0)) + (((ax0 0.653846) + (ih0 0.269231) + (iy0 0.0384615) + (iy1 0.0384615) + ax0))) + ((n.n.n.name is n) + ((p.p.p.name is a) + (((iy0 1) iy0)) + ((p.name is f) + (((ih0 0.833333) (iy0 0.166667) ih0)) + ((p.p.name is l) + (((ih0 0.75) (iy0 0.25) ih0)) + ((p.p.p.name is u) + (((ih0 1) ih0)) + ((p.name is l) + ((p.p.name is p) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.666667) (ih0 0.333333) ax0))) + ((p.name is n) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.181818) (ih0 0.818182) ih0)))))))) + ((p.p.p.name is m) + ((n.n.n.name is r) (((iy0 1) iy0)) (((ax0 1) ax0))) + ((p.p.name is c) + (((ax0 0.75) (ih1 0.25) ax0)) + ((n.n.n.name is b) + ((p.p.p.name is p) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.166667) + (ih0 0.166667) + (ih1 0.5) + (iy0 0.166667) + ih1))) + ((p.p.p.name is r) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ax0 0.181818) (ih0 0.818182) ih0)))))))))) + ((p.p.p.name is #) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is s) + ((n.name is v) + (((iy0 0.25) (iy1 0.75) iy1)) + (((ay1 0.571429) (ih0 0.142857) (iy1 0.285714) ay1))) + ((p.name is u) + ((p.p.name is g) + ((n.name is t) + (((ih0 0.75) (ih1 0.25) ih0)) + (((ay1 0.25) (ih1 0.25) (iy0 0.5) iy0))) + ((p.p.name is q) + (((ih0 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 0.833333) (ih0 0.166667) _epsilon_)))) + ((p.name is n) + ((p.p.name is a) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.142857) (ih0 0.857143) ih0))) + ((n.name is r) + ((p.name is p) + (((ay1 1) ay1)) + (((_epsilon_ 0.142857) + (ay0 0.142857) + (ih0 0.571429) + (ih1 0.142857) + ih0))) + ((n.n.n.name is n) + (((ax0 0.0526316) + (ay1 0.0526316) + (ih0 0.578947) + (ih1 0.210526) + (iy0 0.105263) + ih0)) + ((n.name is g) + ((p.p.name is s) + (((ih1 1) ih1)) + (((ax0 0.5) (ih0 0.166667) (ih1 0.333333) ax0))) + ((p.p.name is u) + (((ax0 0.666667) (iy0 0.333333) ax0)) + ((n.name is t) + ((n.n.n.name is l) + (((ih0 0.6) (iy0 0.4) ih0)) + (((ax0 0.333333) (ih1 0.666667) ih1))) + ((p.name is r) + ((n.n.n.name is r) + ((p.p.name is p) + (((ay0 0.25) (ay1 0.5) (ih1 0.25) ay1)) + (((ay0 0.142857) + (ih0 0.571429) + (iy0 0.285714) + ih0))) + ((n.n.n.name is c) + ((p.p.name is p) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ih1 1) ih1))) + ((n.name is d) + (((ay1 1) ay1)) + (((ay1 0.181818) + (ih1 0.181818) + (iy0 0.454545) + (iy1 0.181818) + iy0))))) + ((p.p.name is c) + ((n.n.n.name is x) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ay0 0.2) (ih1 0.8) ih1))) + ((n.name is z) + (((ih0 0.4) (ih1 0.6) ih1)) + ((n.n.n.name is c) + (((ih1 1) ih1)) + ((p.name is h) + ((p.p.name is s) + (((ih1 0.333333) (iy0 0.666667) iy0)) + (((ih0 0.4) (ih1 0.6) ih1))) + ((p.p.name is o) + (((ih1 0.6) (iy0 0.4) ih1)) + ((p.p.name is s) + (((ay1 0.2) + (ih0 0.2) + (ih1 0.4) + (iy0 0.2) + ih1)) + (((ay1 0.5) (ih1 0.25) (iy0 0.25) ay1)))))))))))))))))) + ((n.n.n.name is s) + ((p.p.name is a) + (((iy1 1) iy1)) + ((p.p.name is q) + (((ax0 0.666667) (ay1 0.333333) ax0)) + ((p.p.p.name is r) + (((ax0 0.25) (ay1 0.25) (ih0 0.25) (iy0 0.25) ax0)) + ((p.p.p.name is i) + (((ay1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ay1)) + ((p.p.name is o) + (((ay1 0.25) (ih0 0.5) (iy1 0.25) ih0)) + ((n.name is n) + (((ih0 0.714286) (iy1 0.285714) ih0)) + (((ih0 0.285714) + (iy0 0.142857) + (iy1 0.571429) + iy1)))))))) + ((n.name is g) + ((n.n.n.name is l) + ((p.p.name is a) + (((ax0 0.333333) (iy0 0.666667) iy0)) + ((p.name is t) + (((ih0 1) ih0)) + (((ax0 0.5) (ih0 0.5) ax0)))) + (((ax0 0.0714286) + (ay1 0.0178571) + (ih0 0.892857) + (ih1 0.0178571) + ih0))) + ((n.name is v) + ((p.name is r) + (((ay1 1) ay1)) + ((p.name is v) + (((ay1 1) ay1)) + ((p.p.name is q) + (((ih1 1) ih1)) + ((p.name is t) + (((ax0 0.666667) (iy0 0.333333) ax0)) + ((n.n.n.name is r) + (((ax0 0.2) (ih0 0.2) (iy0 0.6) iy0)) + ((p.name is n) + (((ax0 0.25) (ih0 0.25) (iy0 0.5) iy0)) + ((n.n.n.name is n) + (((ax0 0.166667) + (ih0 0.666667) + (ih1 0.166667) + ih0)) + (((ay1 0.142857) + (ih0 0.285714) + (ih1 0.571429) + ih1))))))))) + ((n.name is r) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.name is m) + (((ih0 1) ih0)) + (((ay1 0.625) (ih0 0.125) (ih1 0.25) ay1)))) + ((p.name is o) + (((_epsilon_ 0.875) (ih0 0.125) _epsilon_)) + ((p.name is m) + (((ax0 0.854839) + (ih0 0.112903) + (iy0 0.0322581) + ax0)) + ((n.n.n.name is l) + ((p.name is p) + ((p.p.p.name is o) + (((ax0 0.2) (ih0 0.2) (ih1 0.6) ih1)) + (((ax0 0.466667) (ih0 0.533333) ih0))) + ((p.p.p.name is a) + ((p.name is g) + (((ax0 1) ax0)) + ((p.name is n) + (((ax0 0.8) (ih0 0.2) ax0)) + ((p.name is d) + (((ax0 0.5) (iy0 0.5) ax0)) + (((ih0 0.5) (iy0 0.5) ih0))))) + ((n.name is p) + ((p.p.p.name is i) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ax0 0.4) (ih0 0.6) ih0))) + ((p.name is f) + (((ay1 1) ay1)) + ((p.name is v) + (((ay1 1) ay1)) + ((n.name is d) + (((ay1 1) ay1)) + (((ax0 0.826087) + (ay1 0.108696) + (ih0 0.0652174) + ax0)))))))) + ((n.n.n.name is b) + ((n.name is t) + ((p.p.name is s) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ih1 0.333333) + _epsilon_)) + ((p.p.p.name is e) + (((ax0 0.5) (ay1 0.25) (ih0 0.25) ax0)) + ((p.p.p.name is h) + (((ax0 0.833333) (ih0 0.166667) ax0)) + ((p.p.p.name is r) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is n) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.25) (ih0 0.75) ih0))))))) + ((p.p.p.name is m) + (((ax0 0.333333) (iy0 0.666667) iy0)) + (((ax0 0.153846) (ay1 0.846154) ay1)))) + ((p.name is v) + ((n.n.n.name is n) + (((ih0 0.666667) (iy0 0.333333) ih0)) + (((ih0 0.142857) + (ih1 0.714286) + (iy0 0.142857) + ih1))) + ((p.name is h) + ((n.name is l) + (((ax0 0.25) (ih1 0.75) ih1)) + ((p.p.p.name is i) + (((ih0 0.285714) (iy0 0.714286) iy0)) + (((ih0 0.666667) (iy0 0.333333) ih0)))) + ((p.p.name is i) + (((ax0 0.769231) + (ih0 0.153846) + (iy0 0.0384615) + (iy1 0.0384615) + ax0)) + ((p.p.p.name is i) + ((n.name is m) + (((ax0 0.25) (ay0 0.25) (ih0 0.5) ih0)) + ((n.n.n.name is n) + (((ax0 1) ax0)) + ((n.name is t) + (((ax0 1) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))))) + ((p.p.name is l) + ((p.name is t) + (((ay0 0.166667) + (ih0 0.166667) + (iy0 0.666667) + iy0)) + (((ih0 0.875) (iy0 0.125) ih0))) + ((n.name is h) + (((ih0 0.875) (iy1 0.125) ih0)) + ((n.name is w) + (((ay0 0.25) (ih0 0.25) (iy0 0.5) iy0)) + ((n.name is y) + (((_epsilon_ 0.2) + (ih0 0.4) + (iy0 0.4) + ih0)) + ((p.name is u) + ((p.p.p.name is e) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ih0 0.333333) + (iy0 0.5) + (iy1 0.166667) + iy0))) + ((p.p.name is a) + ((p.p.p.name is c) + (((ih0 0.333333) (iy0 0.666667) iy0)) + ((n.name is t) + ((n.n.n.name is n) + (((ax0 0.4) (ih0 0.6) ih0)) + (((ax0 0.666667) + (ih0 0.333333) + ax0))) + (((ax0 0.0666667) + (ih0 0.866667) + (ih1 0.0666667) + ih0)))) + ((n.n.n.name is g) + ((p.name is r) + (((ax0 1) ax0)) + (((ax0 0.25) + (ih0 0.25) + (ih1 0.5) + ih1))) + ((p.p.p.name is r) + ((p.name is d) + (((ax0 0.333333) + (ih1 0.666667) + ih1)) + (((ax0 0.75) (ih0 0.25) ax0))) + ((p.p.p.name is o) + ((p.name is d) + (((ax0 1) ax0)) + ((p.p.name is n) + (((ax0 1) ax0)) + ((p.name is n) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ih0 1) ih0))))) + ((p.name is d) + (((ax0 0.0909091) + (ih0 0.818182) + (iy0 0.0909091) + ih0)) + ((p.name is n) + (((ih0 1) ih0)) + ((p.p.name is p) + (((ax0 1) ax0)) + ((n.name is m) + ((p.p.name is r) + (((ih0 1) ih0)) + ((p.p.name is o) + (((ax0 0.2) + (ih0 0.6) + (iy0 0.2) + ih0)) + (((ay1 0.25) (iy0 0.75) iy0)))) + ((p.p.name is e) + ((p.p.p.name is t) + (((ax0 1) ax0)) + ((p.name is l) + (((ax0 0.333333) + (ay1 0.333333) + (ih0 0.333333) + ax0)) + (((ax0 0.142857) + (ih0 0.857143) + ih0)))) + ((p.p.name is n) + (((ax0 0.2) + (ay1 0.2) + (ih0 0.2) + (iy0 0.4) + iy0)) + ((n.n.n.name is r) + ((p.p.p.name is m) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0))) + ((n.name is s) + ((p.p.p.name is a) + (((ax0 0.857143) + (ih0 0.142857) + ax0)) + (((ih0 1) ih0))) + ((p.p.name is f) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + ((n.name is n) + (((ax0 0.571429) + (ih0 0.285714) + (iy0 0.142857) + ax0)) + ((p.p.name is u) + (((ax0 0.857143) + (iy0 0.142857) + ax0)) + ((p.name is l) + (((ax0 0.636364) + (iy0 0.363636) + ax0)) + (((ax0 0.4) + (iy0 0.6) + iy0)))))))))))))))))))))))))))))))))))))) + ((n.name is r) + ((n.n.name is i) + ((n.n.n.name is n) + ((p.p.p.name is #) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((_epsilon_ 0.0625) (ay1 0.875) (ih0 0.0625) ay1))) + ((p.name is p) + (((ih0 0.166667) (ih1 0.833333) ih1)) + ((p.p.p.name is s) + (((_epsilon_ 0.6) (ax0 0.2) (ih1 0.2) _epsilon_)) + (((_epsilon_ 0.285714) + (ih0 0.285714) + (ih1 0.428571) + ih1))))) + ((n.n.name is o) + ((p.p.name is n) + (((ay0 0.111111) (ay1 0.888889) ay1)) + ((p.p.name is c) + (((ay1 1) ay1)) + ((n.n.n.name is n) + (((_epsilon_ 0.555556) + (ay1 0.222222) + (ih0 0.111111) + (ih1 0.111111) + _epsilon_)) + (((ih0 0.625) (ih1 0.375) ih0))))) + ((n.n.name is r) + ((p.p.name is g) + (((ih1 1) ih1)) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1))))) + (((_epsilon_ 0.983193) + (ay1 0.00840336) + (ih1 0.00840336) + _epsilon_))))) + ((p.name is o) + ((n.n.n.name is i) + ((n.n.name is t) + (((_epsilon_ 0.833333) (ih1 0.166667) _epsilon_)) + ((p.p.name is c) + (((ax0 0.285714) (ih0 0.285714) (ih1 0.428571) ih1)) + (((ih0 0.25) (iy1 0.75) iy1)))) + ((n.name is s) + ((p.p.p.name is #) + (((_epsilon_ 0.888889) + (aa0 0.0740741) + (aa1 0.037037) + _epsilon_)) + ((n.n.name is t) + (((_epsilon_ 0.5) + (ax0 0.166667) + (ih0 0.166667) + (ih1 0.166667) + _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + (((aa1 1) aa1)))))) + (((_epsilon_ 0.974359) + (ax0 0.0128205) + (ih0 0.0128205) + _epsilon_)))) + ((p.p.p.name is #) + ((p.p.name is e) + ((p.name is r) + (((ih0 1) ih0)) + ((n.n.name is t) + ((n.n.n.name is i) + (((ih1 1) ih1)) + ((n.name is s) + (((ih0 0.3) (ih1 0.7) ih1)) + (((ih0 0.666667) (ih1 0.333333) ih0)))) + ((p.name is l) + ((n.n.name is i) + ((n.name is t) + (((ih0 0.333333) (iy1 0.666667) iy1)) + ((n.name is m) + (((ih1 1) ih1)) + ((n.name is c) + (((ih1 1) ih1)) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0))))) + (((ih0 0.714286) + (iy0 0.142857) + (iy1 0.142857) + ih0))) + ((n.n.n.name is m) + (((ih1 1) ih1)) + ((n.n.name is i) + ((n.n.n.name is o) + (((ih1 0.5) (iy1 0.5) ih1)) + (((ax0 0.571429) + (ih0 0.142857) + (ih1 0.142857) + (iy1 0.142857) + ax0))) + ((p.name is n) + (((ih0 1) ih0)) + ((n.n.name is c) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((n.n.n.name is i) + (((ax0 0.6) (ih1 0.4) ax0)) + ((n.n.name is h) + (((ax0 0.4) (ih0 0.4) (ih1 0.2) ax0)) + ((n.name is g) + (((ax0 1) ax0)) + ((n.name is l) + (((ax0 1) ax0)) + ((p.name is d) + (((ax0 0.916667) (ih0 0.0833333) ax0)) + ((n.n.n.name is d) + (((ax0 1) ax0)) + ((p.name is p) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.75) (ih0 0.25) ax0)))))))))))))))) + ((n.name is g) + ((n.n.name is h) + ((n.n.n.name is t) + (((ay1 1) ay1)) + (((ay1 0.333333) (ih1 0.666667) ih1))) + ((n.n.name is n) + (((ay1 0.75) (ih0 0.125) (ih1 0.125) ay1)) + ((n.n.name is o) + ((p.p.name is g) + (((ih0 1) ih0)) + ((p.p.name is o) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ih0 0.2) (ih1 0.6) (iy1 0.2) ih1)))) + (((ax0 0.0606061) + (ay0 0.030303) + (ih0 0.030303) + (ih1 0.818182) + (iy1 0.0606061) + ih1))))) + ((p.p.name is u) + ((p.name is n) + ((n.name is f) + (((ax0 0.875) (ih0 0.125) ax0)) + ((n.name is q) + (((iy1 1) iy1)) + (((ay1 0.0277778) + (ih0 0.861111) + (ih1 0.111111) + ih0)))) + ((n.n.n.name is z) + (((ax0 1) ax0)) + (((ax0 0.125) (ih1 0.875) ih1)))) + ((n.n.name is o) + ((n.n.n.name is s) + ((n.name is n) + (((ay1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ay1)) + (((ax0 0.7) (ih1 0.2) (iy1 0.1) ax0))) + ((p.name is u) + ((n.name is t) + (((_epsilon_ 1) _epsilon_)) + (((ax0 0.0909091) + (ih0 0.454545) + (ih1 0.181818) + (iy0 0.272727) + ih0))) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.p.name is r) + (((ay0 0.333333) (ay1 0.666667) ay1)) + ((p.p.name is t) + ((n.name is p) + (((ay1 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ay1)) + ((n.name is b) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.5) (ih1 0.5) ay1)))) + ((n.name is m) + ((n.n.n.name is n) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + (((ih0 0.714286) (ih1 0.285714) ih0))) + ((n.n.n.name is l) + ((p.p.name is f) + (((ax0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.25) (ih1 0.25) (iy0 0.5) iy0))) + ((p.p.name is p) + ((n.n.n.name is n) + (((ih1 1) ih1)) + ((p.name is r) + (((ay1 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ay1)) + (((ay1 0.333333) (ih1 0.666667) ih1)))) + ((n.n.n.name is f) + (((ih1 1) ih1)) + ((p.p.name is a) + (((ih0 0.75) (ih1 0.25) ih0)) + ((n.n.n.name is n) + (((ay1 0.166667) (ih1 0.833333) ih1)) + ((n.n.n.name is w) + (((ih0 0.25) (ih1 0.75) ih1)) + ((n.name is c) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((n.name is v) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.153846) + (ih0 0.769231) + (ih1 0.0769231) + ih0)))))))))))))))) + ((n.n.name is i) + ((n.n.n.name is n) + ((n.name is m) + (((ay1 0.1) (ih1 0.9) ih1)) + ((p.name is u) + ((p.p.name is g) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.142857) + (ih0 0.571429) + (iy1 0.285714) + ih0))) + ((p.p.name is s) + (((ay1 0.727273) (ih0 0.272727) ay1)) + ((p.name is r) + (((ay1 0.875) (iy0 0.125) ay1)) + ((p.p.name is a) + (((ax0 0.666667) (ay1 0.333333) ax0)) + (((ax0 0.181818) (ay1 0.818182) ay1))))))) + ((n.n.n.name is a) + ((n.name is l) + (((iy1 1) iy1)) + (((ih0 0.0769231) + (ih1 0.846154) + (iy1 0.0769231) + ih1))) + ((n.name is c) + ((p.name is u) + (((_epsilon_ 0.25) (ax0 0.5) (ih1 0.25) ax0)) + (((ay1 0.4) (ih1 0.4) (iy1 0.2) ay1))) + ((n.n.n.name is s) + ((p.p.name is a) + (((ax0 1) ax0)) + (((ay1 0.5) + (ih0 0.166667) + (ih1 0.333333) + ay1))) + ((p.p.name is s) + (((ih0 0.555556) + (ih1 0.222222) + (iy0 0.111111) + (iy1 0.111111) + ih0)) + ((p.name is x) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((n.n.n.name is e) + ((p.name is h) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.25) (ih1 0.25) (iy0 0.5) iy0))) + (((ax0 0.047619) + (ay1 0.031746) + (ih0 0.111111) + (ih1 0.761905) + (iy0 0.047619) + ih1))))))))) + ((n.n.name is d) + ((p.p.name is s) + (((ih1 1) ih1)) + ((p.name is u) + (((ih1 1) ih1)) + ((n.name is d) + (((ih1 1) ih1)) + ((p.name is w) + (((ih0 0.2) (ih1 0.8) ih1)) + ((n.n.n.name is i) + (((ay1 0.75) (iy0 0.25) ay1)) + ((p.name is l) + ((p.p.name is b) + (((ay1 1) ay1)) + (((ih0 0.2) (ih1 0.6) (iy1 0.2) ih1))) + ((n.n.n.name is r) + (((ay0 0.142857) + (ay1 0.285714) + (ih1 0.571429) + ih1)) + ((n.n.n.name is s) + (((ay1 1) ay1)) + ((p.name is h) + ((n.n.n.name is e) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 1) ay1))) + ((n.n.n.name is e) + (((ay1 0.6) (ih1 0.4) ay1)) + (((ay1 0.166667) (ih1 0.833333) ih1)))))))))))) + ((p.name is u) + ((p.p.name is q) + ((n.name is n) + ((n.n.name is t) + ((n.n.n.name is a) + (((ih1 1) ih1)) + ((n.n.n.name is e) + (((ih0 0.333333) + (ih1 0.166667) + (iy0 0.5) + iy0)) + (((ih0 0.285714) + (ih1 0.571429) + (iy0 0.142857) + ih1)))) + (((ih1 1) ih1))) + (((ih1 0.945946) + (iy0 0.027027) + (iy1 0.027027) + ih1))) + ((p.p.name is g) + ((n.name is l) + ((n.n.n.name is e) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((n.n.name is l) + (((ih0 0.2) (ih1 0.6) (iy0 0.2) ih1)) + ((n.n.name is f) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.666667) (ih1 0.333333) ih0))))) + ((n.n.n.name is a) + (((ih0 0.666667) (iy1 0.333333) ih0)) + (((ih1 0.8) (iy1 0.2) ih1)))) + ((p.p.name is b) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((n.n.name is s) + (((_epsilon_ 0.333333) (ih1 0.666667) ih1)) + (((_epsilon_ 1) _epsilon_)))))) + ((p.p.name is a) + ((n.n.n.name is o) + (((ax0 0.375) (ih1 0.625) ih1)) + ((n.n.n.name is a) + ((p.name is l) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih1 1) ih1))) + ((n.name is d) + (((ax0 0.666667) (ih1 0.333333) ax0)) + ((p.name is l) + (((ax0 0.5) (ih0 0.25) (ih1 0.25) ax0)) + (((ih0 0.777778) (iy1 0.222222) ih0)))))) + ((n.name is u) + ((p.p.name is t) + (((ay0 0.333333) + (ay1 0.5) + (iy0 0.166667) + ay1)) + (((iy0 1) iy0))) + ((n.name is i) + (((_epsilon_ 0.25) (iy1 0.75) iy1)) + ((n.n.name is k) + (((ih0 0.00552486) (ih1 0.994475) ih1)) + ((n.name is c) + ((p.name is l) + (((iy0 0.666667) (iy1 0.333333) iy0)) + ((n.n.name is h) + (((ih0 0.0555556) + (ih1 0.833333) + (iy1 0.111111) + ih1)) + ((p.name is r) + (((ay0 0.166667) + (ih0 0.166667) + (ih1 0.666667) + ih1)) + (((ih0 0.5) (ih1 0.25) (iy0 0.25) ih0))))) + ((n.name is s) + ((n.n.name is c) + ((p.p.name is c) + (((ih1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih1)) + ((p.p.name is f) + (((ih1 0.333333) (iy1 0.666667) iy1)) + (((ih1 0.666667) (iy1 0.333333) ih1)))) + ((n.n.n.name is i) + ((n.n.name is h) + (((ih0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih0)) + ((p.p.name is c) + ((n.n.name is p) + (((ih1 0.333333) (iy0 0.666667) iy0)) + (((ih0 0.2) (ih1 0.6) (iy0 0.2) ih1))) + (((ih0 0.0769231) (ih1 0.923077) ih1)))) + ((n.n.n.name is a) + ((p.p.name is t) + (((ay1 0.5) (ih1 0.5) ay1)) + (((ih0 0.214286) + (ih1 0.714286) + (iy1 0.0714286) + ih1))) + ((n.n.name is m) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)) + (((ih0 0.0306122) (ih1 0.969388) ih1)))))) + ((n.name is f) + ((n.n.name is l) + (((ay1 0.777778) (ih1 0.222222) ay1)) + (((ay1 0.0163934) (ih1 0.983607) ih1))) + ((n.name is p) + (((ih1 1) ih1)) + ((n.n.name is u) + ((p.name is h) + (((ax0 0.25) (ih0 0.5) (iy1 0.25) ih0)) + ((p.name is r) + ((n.n.n.name is t) + (((ih1 1) ih1)) + ((n.n.n.name is n) + (((ax0 0.333333) + (ay1 0.333333) + (ih1 0.333333) + ax0)) + (((ay1 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ay1)))) + (((ih1 0.9375) (iy1 0.0625) ih1)))) + ((p.name is l) + ((n.n.name is b) + (((ay1 1) ay1)) + ((n.n.name is h) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ih0 0.0181818) + (ih1 0.981818) + ih1)))) + ((n.name is d) + ((n.n.name is l) + ((p.p.name is g) + (((ih1 1) ih1)) + (((ay1 0.6) (ih1 0.4) ay1))) + (((ih0 0.1) (ih1 0.9) ih1))) + ((n.name is t) + (((ay1 0.00609756) + (ih0 0.0121951) + (ih1 0.969512) + (iy1 0.0121951) + ih1)) + ((p.p.name is m) + ((n.n.n.name is o) + (((ax0 0.666667) + (ih1 0.333333) + ax0)) + (((ih1 1) ih1))) + ((n.n.n.name is i) + ((n.name is l) + (((ax0 0.0263158) + (ih0 0.0526316) + (ih1 0.921053) + ih1)) + ((n.name is m) + (((ih1 1) ih1)) + ((p.name is r) + (((ih1 0.866667) + (iy0 0.133333) + ih1)) + ((p.name is h) + (((ih1 0.75) (iy0 0.25) ih1)) + ((p.name is p) + (((ih1 0.666667) + (iy0 0.333333) + ih1)) + (((ih0 0.666667) + (ih1 0.333333) + ih0))))))) + ((n.n.name is l) + (((ih1 0.984848) + (iy0 0.0151515) + ih1)) + ((p.p.name is b) + (((ih1 0.888889) + (iy0 0.111111) + ih1)) + ((n.n.n.name is a) + ((p.name is h) + ((n.name is l) + (((ih1 1) ih1)) + (((ih0 0.75) (ih1 0.25) ih0))) + (((ih1 1) ih1))) + ((n.name is m) + (((ih1 1) ih1)) + ((n.n.n.name is e) + ((p.p.name is t) + (((ih1 1) ih1)) + ((n.n.name is c) + (((ih1 1) ih1)) + ((p.p.name is w) + (((ih1 1) ih1)) + ((p.name is k) + (((ih1 1) ih1)) + ((n.n.name is t) + (((ih1 1) ih1)) + ((p.name is r) + (((ih0 0.142857) + (ih1 0.857143) + ih1)) + ((n.n.name is n) + (((ih0 0.222222) + (ih1 0.777778) + ih1)) + ((n.name is l) + (((ih0 0.25) + (ih1 0.75) + ih1)) + (((ih0 0.666667) + (ih1 0.333333) + ih0)))))))))) + (((ih0 0.0298507) + (ih1 0.970149) + ih1)))))))))))))))))))))))))))) + ((n.n.n.name is n) + ((n.n.name is i) + ((n.name is z) + ((p.p.p.name is g) + ((p.p.name is a) + (((ay1 1) ay1)) + (((ay0 0.5) (ay1 0.5) ay0))) + (((ay0 0.0116279) (ay1 0.988372) ay1))) + ((n.name is m) + (((ax0 0.0833333) (ih1 0.75) (iy0 0.166667) ih1)) + ((p.name is u) + ((n.name is l) + (((ax0 0.333333) + (ay1 0.333333) + (iy0 0.333333) + ax0)) + (((_epsilon_ 0.833333) (ay1 0.166667) _epsilon_))) + ((p.name is m) + ((p.p.p.name is s) + (((iy0 1) iy0)) + ((n.name is t) + (((ax0 0.666667) (ay0 0.333333) ax0)) + ((n.name is n) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.25) (ay1 0.25) (ih0 0.5) ih0))))) + ((n.name is s) + (((ay0 0.0555556) (ay1 0.944444) ay1)) + ((n.name is v) + ((p.name is g) + (((ih1 1) ih1)) + (((ay1 0.875) (ih1 0.125) ay1))) + ((p.name is d) + (((ax0 0.583333) + (ay1 0.166667) + (ih1 0.166667) + (iy0 0.0833333) + ax0)) + ((n.name is p) + (((ax0 0.8) (iy0 0.2) ax0)) + ((p.name is t) + ((n.name is c) + (((ax0 0.25) (ay1 0.25) (ih0 0.5) ih0)) + (((ax0 0.25) (iy0 0.5) (iy1 0.25) iy0))) + ((p.p.name is c) + (((ay1 0.666667) + (iy0 0.166667) + (iy1 0.166667) + ay1)) + ((p.p.p.name is h) + ((p.p.name is i) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + ((p.p.p.name is p) + (((ax0 0.25) (ih0 0.5) (iy1 0.25) ih0)) + ((n.name is g) + (((ay1 0.5) (ih1 0.5) ay1)) + ((p.p.p.name is l) + (((ax0 0.666667) (ih0 0.333333) ax0)) + ((p.p.p.name is r) + (((ax0 0.0833333) (ay1 0.916667) ay1)) + ((p.p.name is w) + (((ay1 1) ay1)) + ((n.name is d) + (((ay1 0.9) (ih0 0.1) ay1)) + ((p.p.p.name is o) + ((n.name is t) + (((ax0 0.666667) + (ay1 0.333333) + ax0)) + (((ay1 1) ay1))) + ((n.name is n) + ((p.p.p.name is d) + (((ay1 0.6) + (ih0 0.2) + (ih1 0.2) + ay1)) + ((p.p.p.name is a) + (((ax0 0.333333) + (ay1 0.666667) + ay1)) + (((ax0 0.5) (ay1 0.5) ax0)))) + ((p.p.p.name is a) + (((ih0 0.75) (ih1 0.25) ih0)) + ((p.p.name is i) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.p.name is l) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.p.p.name is s) + (((ay1 1) ay1)) + ((n.name is t) + (((ay1 0.857143) + (ih0 0.142857) + ay1)) + (((ay1 0.333333) + (ih0 0.666667) + ih0)))))))))))))))))))))))))) + ((n.name is s) + ((p.p.name is p) + (((ih1 1) ih1)) + ((p.p.p.name is d) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((n.n.name is o) + ((p.p.name is a) + ((p.name is r) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.25) (ih0 0.75) ih0))) + (((ax0 0.0789474) (ih0 0.921053) ih0))) + (((ih0 0.909091) (ih1 0.0909091) ih0))))) + ((p.name is r) + ((p.p.p.name is h) + (((ax0 0.25) (ay1 0.5) (ih0 0.25) ay1)) + ((n.name is m) + ((p.p.name is t) + (((ax0 1) ax0)) + (((ax0 0.333333) (ih0 0.666667) ih0))) + (((ax0 0.666667) + (iy0 0.166667) + (iy1 0.166667) + ax0)))) + ((p.name is t) + ((p.p.p.name is a) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ax0 1) ax0))) + ((p.name is s) + (((ax0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ax0)) + ((p.p.p.name is s) + ((p.p.name is i) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ih0 0.5) (ih1 0.25) (iy0 0.25) ih0))) + (((ax0 0.0454545) + (ih0 0.909091) + (ih1 0.0454545) + ih0)))))))) + ((n.name is g) + ((n.n.name is h) + (((ay0 0.0441176) (ay1 0.955882) ay1)) + ((n.n.name is n) + ((n.n.n.name is a) + ((p.p.name is e) + (((ax0 0.5) + (ih0 0.25) + (iy0 0.125) + (iy1 0.125) + ax0)) + ((p.p.p.name is m) + (((ih1 1) ih1)) + ((p.p.p.name is i) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.5) (ih1 0.166667) (iy0 0.333333) ih0))))) + ((n.n.n.name is o) + ((p.name is s) + (((ih0 0.2) (iy0 0.4) (iy1 0.4) iy0)) + (((ih0 0.142857) + (ih1 0.428571) + (iy0 0.142857) + (iy1 0.285714) + ih1))) + ((p.name is s) + (((ay1 0.84) (ih0 0.12) (ih1 0.04) ay1)) + ((p.name is l) + (((ay1 1) ay1)) + ((p.p.name is n) + (((ih1 1) ih1)) + (((ay0 0.4) (ay1 0.2) (ih1 0.4) ay0))))))) + ((p.name is r) + ((n.n.name is u) + (((ih0 0.1) (iy0 0.2) (iy1 0.7) iy1)) + ((n.n.n.name is i) + (((iy0 0.666667) (iy1 0.333333) iy0)) + (((ax0 1) ax0)))) + ((n.n.name is r) + ((n.n.n.name is a) + (((ax0 0.833333) + (ih0 0.0833333) + (ih1 0.0833333) + ax0)) + (((ax0 0.333333) (ih0 0.5) (iy1 0.166667) ih0))) + ((p.name is t) + ((n.n.n.name is o) + (((ih1 1) ih1)) + ((p.p.name is s) + (((ih1 0.5) (iy1 0.5) ih1)) + (((iy0 0.2) (iy1 0.8) iy1)))) + ((n.n.name is l) + ((n.n.n.name is i) + ((p.p.name is r) + (((ih1 0.333333) (iy1 0.666667) iy1)) + (((ih1 0.888889) (iy1 0.111111) ih1))) + (((ax0 0.4) (ih1 0.2) (iy0 0.4) ax0))) + ((p.p.name is n) + (((ih1 0.818182) (iy0 0.181818) ih1)) + ((n.n.n.name is o) + ((p.p.p.name is r) + (((ih1 1) ih1)) + ((p.p.name is m) + (((ih1 1) ih1)) + (((ih0 1) ih0)))) + ((p.name is d) + (((ax0 0.333333) + (ay1 0.333333) + (ih1 0.333333) + ax0)) + ((p.p.p.name is i) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + (((ax0 0.1875) (ih0 0.8125) ih0))))))))))))) + ((n.name is f) + ((n.n.n.name is c) + ((p.p.name is n) + (((ih1 1) ih1)) + ((p.name is t) + ((p.p.p.name is e) + (((ah1 0.5) (ax0 0.5) ah1)) + (((ax0 1) ax0))) + ((p.name is c) + (((ax0 0.0833333) + (ih0 0.0833333) + (ih1 0.75) + (iy0 0.0833333) + ih1)) + ((p.p.name is g) + (((ax0 0.142857) (ih1 0.857143) ih1)) + ((p.p.name is r) + (((ih1 1) ih1)) + (((ax0 0.857143) + (ih0 0.047619) + (ih1 0.0952381) + ax0))))))) + ((n.n.name is t) + (((ih1 1) ih1)) + ((n.n.name is f) + ((p.p.p.name is s) + (((ih1 1) ih1)) + ((p.p.p.name is i) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((n.n.n.name is s) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ax0 0.0833333) (ih0 0.916667) ih0))))) + ((n.n.n.name is e) + ((n.n.name is i) + ((p.p.p.name is m) + (((ax0 1) ax0)) + ((p.p.p.name is p) + (((ax0 1) ax0)) + ((p.name is d) + (((ax0 1) ax0)) + ((p.name is t) + (((ax0 0.909091) (ih0 0.0909091) ax0)) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((p.p.name is o) + (((ax0 0.5) (ih0 0.5) ax0)) + ((p.p.p.name is a) + (((ax0 0.9) (ih0 0.1) ax0)) + ((p.name is s) + (((ax0 1) ax0)) + ((p.name is l) + (((ax0 0.833333) (ih0 0.166667) ax0)) + ((p.name is n) + (((ax0 0.857143) (ih0 0.142857) ax0)) + ((p.name is r) + (((ax0 0.7) (ih0 0.3) ax0)) + ((p.name is p) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0)))))))))))))) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0))) + ((n.n.name is y) + (((ax0 0.870968) (ih0 0.129032) ax0)) + ((p.name is t) + ((p.p.p.name is u) + (((ax0 0.2) (ih0 0.6) (iy0 0.2) ih0)) + (((ax0 0.555556) + (ih0 0.111111) + (iy0 0.333333) + ax0))) + ((p.p.p.name is n) + (((ax0 0.666667) (ih1 0.333333) ax0)) + ((n.n.n.name is s) + (((ih0 1) ih0)) + ((n.n.n.name is r) + (((ax0 0.125) (ih0 0.875) ih0)) + ((n.n.name is u) + (((ih0 1) ih0)) + ((p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.714286) (ih0 0.285714) ax0))))))))))))) + ((n.n.name is o) + ((n.n.n.name is s) + ((p.p.p.name is e) + (((ax0 0.5) (ih0 0.25) (iy1 0.25) ax0)) + ((p.name is l) + (((ih0 1) ih0)) + ((p.name is r) + (((iy1 1) iy1)) + ((p.name is s) + (((iy1 1) iy1)) + ((n.name is t) + (((iy1 1) iy1)) + ((n.name is n) + ((p.p.p.name is l) + (((ih0 0.333333) (iy1 0.666667) iy1)) + (((ih0 0.5) (iy1 0.5) ih0))) + (((ih0 0.75) (iy1 0.25) ih0)))))))) + ((n.n.n.name is r) + ((p.name is v) + (((ay1 1) ay1)) + ((n.name is t) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.p.p.name is m) + (((ax0 0.833333) (iy1 0.166667) ax0)) + ((p.p.p.name is p) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.name is d) + (((ax0 0.428571) (ih0 0.571429) ih0)) + ((p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.5) (ih0 0.25) (iy0 0.25) ax0))))))) + ((n.name is m) + ((p.p.p.name is a) + (((ax0 0.2) (iy1 0.8) iy1)) + ((p.p.p.name is l) + (((ih0 0.333333) (iy1 0.666667) iy1)) + (((ax0 0.142857) + (ih0 0.285714) + (iy0 0.428571) + (iy1 0.142857) + iy0)))) + ((p.p.p.name is i) + (((ax0 0.2) (ay1 0.6) (ih0 0.2) ay1)) + ((p.name is c) + (((ax0 1) ax0)) + ((n.name is v) + ((p.p.p.name is a) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ih0 0.333333) (ih1 0.666667) ih1))) + ((p.p.p.name is e) + (((ax0 0.25) (ih0 0.5) (ih1 0.25) ih0)) + ((p.name is r) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.name is l) + (((ax0 0.333333) (iy0 0.666667) iy0)) + ((p.name is t) + (((iy0 1) iy0)) + (((ih0 0.5) (iy0 0.5) ih0)))))))))))) + ((n.n.n.name is u) + ((n.name is n) + (((ax0 1) ax0)) + ((p.p.p.name is c) + (((ih0 1) ih0)) + ((p.p.p.name is r) + (((ih0 1) ih0)) + (((ax0 0.75) (ih0 0.25) ax0))))) + ((p.name is u) + ((n.name is v) + (((ih1 1) ih1)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (iy1 0.333333) + _epsilon_))) + ((n.name is l) + ((p.p.name is o) + (((ax0 0.333333) (ay1 0.666667) ay1)) + (((ax0 0.4) + (ih0 0.2) + (ih1 0.2) + (iy0 0.2) + ax0))) + ((n.name is p) + ((p.name is l) + (((ih1 0.333333) (iy0 0.666667) iy0)) + (((ih1 1) ih1))) + ((n.name is m) + ((p.p.name is a) + (((ih0 0.666667) (iy0 0.333333) ih0)) + (((ax0 0.142857) (iy0 0.857143) iy0))) + ((p.p.name is c) + (((ax0 0.4) (ih1 0.6) ih1)) + ((p.p.name is p) + (((ax0 1) ax0)) + ((n.name is c) + ((p.name is n) + ((p.p.name is i) + (((iy0 1) iy0)) + (((ih0 0.6) (iy0 0.4) ih0))) + ((p.name is t) + (((ih0 0.25) (iy0 0.75) iy0)) + (((ax0 0.0645161) (ih0 0.935484) ih0)))) + ((n.n.n.name is g) + (((ax0 0.2) (ih1 0.8) ih1)) + ((p.p.name is a) + ((p.p.p.name is r) + (((ih1 1) ih1)) + ((n.n.n.name is w) + (((ih0 1) ih0)) + ((p.p.p.name is m) + (((ih0 1) ih0)) + ((n.name is n) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.666667) + (ih1 0.166667) + (iy0 0.166667) + ih0)))))) + ((p.name is t) + (((ih0 0.818182) (ih1 0.181818) ih0)) + ((n.name is k) + (((ih0 1) ih0)) + ((n.n.n.name is l) + ((p.name is m) + (((ih0 1) ih0)) + (((ih0 0.333333) + (iy0 0.666667) + iy0))) + ((n.n.n.name is o) + (((ih0 0.333333) + (iy0 0.666667) + iy0)) + ((p.p.name is u) + (((ih0 0.666667) + (iy0 0.333333) + ih0)) + (((ax0 0.555556) + (ih0 0.222222) + (ih1 0.111111) + (iy0 0.111111) + ax0))))))))))))))))))) + ((n.n.name is h) + ((n.name is s) + ((p.name is f) + (((ih1 1) ih1)) + ((n.n.n.name is e) + (((ih0 0.970588) + (ih1 0.0147059) + (iy1 0.0147059) + ih0)) + ((p.name is r) + ((p.p.p.name is o) + (((ih0 1) ih0)) + (((ih0 0.2) (ih1 0.6) (iy0 0.2) ih1))) + (((ax0 0.0166667) + (ih0 0.866667) + (ih1 0.05) + (iy0 0.0166667) + (iy1 0.05) + ih0))))) + ((n.n.n.name is i) + ((n.name is c) + (((iy0 0.25) (iy1 0.75) iy1)) + (((ax0 0.25) (ih1 0.75) ih1))) + ((p.name is c) + (((ay1 0.8) (iy1 0.2) ay1)) + ((p.p.p.name is a) + ((n.name is c) + ((n.n.n.name is e) + (((ax0 0.333333) (iy1 0.666667) iy1)) + (((ax0 0.333333) + (ay1 0.333333) + (iy0 0.333333) + ax0))) + (((ax0 0.333333) + (ay1 0.166667) + (ih0 0.166667) + (ih1 0.333333) + ax0))) + ((p.p.name is p) + (((ax0 1) ax0)) + ((n.n.n.name is s) + (((ih0 1) ih0)) + ((p.p.name is c) + (((ay1 0.333333) (ih1 0.666667) ih1)) + ((p.name is n) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.name is b) + (((ih0 1) ih0)) + ((p.p.name is o) + (((ih1 0.666667) (iy1 0.333333) ih1)) + ((p.p.name is h) + (((ih1 1) ih1)) + ((p.name is l) + (((ih0 1) ih0)) + ((p.p.p.name is e) + (((ih1 1) ih1)) + ((n.name is c) + (((ax0 0.111111) + (ih0 0.777778) + (ih1 0.111111) + ih0)) + ((p.p.p.name is p) + (((ih1 1) ih1)) + ((p.p.p.name is r) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.5) (ih1 0.5) ih0)))))))))))))))))) + ((n.n.n.name is s) + ((n.name is u) + (((_epsilon_ 0.0625) (iy0 0.9375) iy0)) + ((n.name is t) + ((n.n.name is t) + (((ih0 1) ih0)) + ((p.p.name is e) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ay0 0.1) (ay1 0.8) (ih0 0.1) ay1)))) + ((n.n.name is l) + (((ih0 0.0625) (ih1 0.9375) ih1)) + ((n.name is n) + ((n.n.name is d) + (((ay1 0.75) (ih1 0.25) ay1)) + ((p.name is m) + ((p.p.name is e) + (((ax0 0.9) (ih0 0.1) ax0)) + (((ax0 0.153846) + (ih1 0.769231) + (iy1 0.0769231) + ih1))) + ((p.p.name is u) + (((ax0 1) ax0)) + ((p.name is h) + (((iy1 1) iy1)) + ((p.name is f) + (((ih1 1) ih1)) + ((p.p.name is p) + (((ih0 0.222222) (ih1 0.777778) ih1)) + ((p.p.name is i) + (((ih0 0.333333) (iy1 0.666667) iy1)) + ((p.p.p.name is a) + (((ih0 0.75) (iy1 0.25) ih0)) + ((p.p.name is a) + (((ih0 1) ih0)) + ((p.p.p.name is l) + (((ih0 1) ih0)) + (((ih0 0.333333) + (ih1 0.666667) + ih1)))))))))))) + ((n.n.name is m) + (((ih0 0.117647) + (ih1 0.823529) + (iy1 0.0588235) + ih1)) + ((n.n.name is i) + ((n.name is m) + (((ax0 0.777778) + (ay1 0.111111) + (iy1 0.111111) + ax0)) + ((n.name is l) + (((_epsilon_ 0.142857) + (ax0 0.857143) + ax0)) + ((p.p.p.name is m) + (((ih0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih0)) + ((p.p.p.name is u) + (((ih0 0.8) (iy0 0.2) ih0)) + ((p.p.p.name is a) + (((ax0 0.666667) + (ih0 0.222222) + (iy0 0.111111) + ax0)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ih0 1) ih0)) + ((p.p.name is y) + (((ih0 1) ih0)) + ((p.name is t) + ((n.name is c) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ih0 1) ih0))) + ((n.name is c) + (((ax0 1) ax0)) + ((p.name is h) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ax0 0.25) + (ih0 0.5) + (iy1 0.25) + ih0))))))))))))) + ((n.name is c) + ((p.name is r) + (((ih0 0.958333) (ih1 0.0416667) ih0)) + ((p.p.name is r) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ih0 0.333333) + _epsilon_)) + ((p.name is t) + (((ih1 1) ih1)) + ((n.n.name is t) + (((ih0 0.2) (ih1 0.8) ih1)) + (((ih0 0.875) (ih1 0.125) ih0)))))) + ((p.p.name is c) + (((ay1 0.125) (ih0 0.25) (ih1 0.625) ih1)) + ((p.name is s) + (((ih0 0.166667) (ih1 0.833333) ih1)) + ((n.name is b) + (((ax0 0.857143) (iy0 0.142857) ax0)) + ((p.p.p.name is e) + (((ax0 0.133333) + (ih0 0.6) + (ih1 0.266667) + ih0)) + ((p.name is d) + (((ax0 0.666667) (iy1 0.333333) ax0)) + ((p.p.name is a) + ((p.name is l) + ((p.p.p.name is r) + (((ih0 1) ih0)) + ((p.p.p.name is i) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.p.p.name is n) + (((ax0 0.25) (ih0 0.75) ih0)) + (((ax0 0.5) (ih0 0.5) ax0))))) + ((p.p.p.name is t) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + ((p.p.p.name is m) + (((ax0 0.166667) + (ih0 0.666667) + (ih1 0.166667) + ih0)) + ((p.p.p.name is r) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 0.75) (ih0 0.25) ax0)))))) + ((p.p.p.name is r) + (((_epsilon_ 0.25) + (ax0 0.25) + (ih0 0.5) + ih0)) + ((p.p.p.name is i) + (((ax0 0.153846) + (ih0 0.846154) + ih0)) + ((p.p.p.name is a) + ((p.p.name is r) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 1) ax0))) + ((p.p.p.name is n) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.p.name is i) + ((p.p.p.name is t) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ax0 0.166667) + (ih0 0.833333) + ih0))) + ((p.p.p.name is t) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.name is r) + ((p.p.name is u) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ih0 1) ih0))) + ((p.name is n) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.p.name is b) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 0.56) + (ih0 0.44) + ax0)))))))))))))))))))))))) + ((n.n.n.name is z) + ((n.n.name is i) + ((p.p.p.name is u) + (((ax0 0.2) (ih0 0.8) ih0)) + ((n.name is c) + ((p.p.p.name is a) + (((ax0 1) ax0)) + (((ax0 0.142857) (ih0 0.857143) ih0))) + (((ax0 0.959459) (ih0 0.0405405) ax0)))) + (((ih0 0.25) (ih1 0.25) (iy0 0.5) iy0))) + ((n.name is b) + ((n.n.name is l) + (((ax0 0.858586) (ih0 0.141414) ax0)) + ((p.name is t) + ((p.p.p.name is a) + (((iy0 1) iy0)) + (((ax0 0.666667) (ay1 0.333333) ax0))) + ((p.name is s) + ((p.p.name is s) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.p.name is v) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.25) (ih0 0.75) ih0)))) + ((p.p.name is l) + (((ax0 0.2) (ih0 0.8) ih0)) + ((n.n.name is b) + (((ih1 1) ih1)) + ((n.n.n.name is l) + (((ax0 0.625) (ih0 0.375) ax0)) + ((n.n.n.name is t) + (((ax0 0.283019) + (ih0 0.0188679) + (ih1 0.698113) + ih1)) + ((p.p.p.name is c) + (((ax0 1) ax0)) + ((n.n.name is i) + ((p.p.p.name is m) + (((ih1 1) ih1)) + (((ih1 0.25) (iy1 0.75) iy1))) + (((ih0 0.2) (ih1 0.8) ih1))))))))))) + ((n.name is t) + ((n.n.n.name is o) + ((n.n.name is i) + (((ih1 1) ih1)) + ((n.n.name is t) + (((ih0 0.4) (ih1 0.2) (iy1 0.4) ih0)) + ((p.p.name is o) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.125) (ih0 0.75) (iy0 0.125) ih0))))) + ((n.n.name is t) + ((p.name is m) + (((ih1 1) ih1)) + ((n.n.n.name is e) + ((p.p.p.name is l) + (((ih0 0.6) (ih1 0.4) ih0)) + (((ih0 0.0952381) (ih1 0.904762) ih1))) + ((n.n.n.name is a) + (((ih0 0.4) (ih1 0.2) (iy1 0.4) ih0)) + ((n.n.n.name is i) + ((p.name is f) + (((ih0 0.25) (ih1 0.75) ih1)) + ((p.name is w) + (((ih1 1) ih1)) + (((ih1 0.333333) (iy1 0.666667) iy1)))) + (((ih1 1) ih1)))))) + ((n.n.name is l) + ((p.name is t) + (((ay1 1) ay1)) + ((p.p.p.name is l) + (((ax0 0.75) (ih0 0.25) ax0)) + (((_epsilon_ 0.25) + (ax0 0.25) + (ih0 0.5) + ih0)))) + ((n.n.n.name is c) + (((ax0 0.15625) + (ih0 0.03125) + (ih1 0.8125) + ih1)) + ((p.p.name is e) + ((p.name is g) + (((ih1 1) ih1)) + ((n.n.name is i) + ((n.n.n.name is a) + (((ih1 1) ih1)) + (((ax0 0.5) (ih0 0.4) (ih1 0.1) ax0))) + ((n.n.name is r) + (((ih0 0.666667) (iy0 0.333333) ih0)) + ((p.name is w) + (((ih1 1) ih1)) + ((p.name is v) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih0 0.4) (ih1 0.6) ih1))))))) + ((n.n.name is s) + ((p.name is r) + (((ih0 0.666667) (ih1 0.333333) ih0)) + (((ih1 0.875) (iy0 0.125) ih1))) + ((p.name is u) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is t) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.6) (ih0 0.2) (iy0 0.2) ax0)))) + ((p.p.p.name is c) + ((n.n.name is i) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ih1 1) ih1))) + ((p.p.p.name is d) + (((ax0 0.25) (iy1 0.75) iy1)) + ((n.n.n.name is a) + ((p.p.p.name is a) + (((ax0 0.411765) + (ih0 0.588235) + ih0)) + ((p.p.p.name is p) + (((ih0 1) ih0)) + ((p.p.p.name is m) + (((ih1 1) ih1)) + (((ih1 0.333333) + (iy1 0.666667) + iy1))))) + ((n.n.name is c) + ((p.p.name is a) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.833333) + (ih1 0.166667) + ih0))) + ((p.p.p.name is a) + ((n.n.n.name is d) + (((ax0 1) ax0)) + ((p.p.name is n) + (((ax0 0.666667) + (ay0 0.333333) + ax0)) + (((ax0 0.25) + (ih0 0.25) + (ih1 0.5) + ih1)))) + ((n.n.name is i) + ((p.p.p.name is i) + (((_epsilon_ 0.2) (ax0 0.8) ax0)) + ((p.name is m) + (((ax0 0.4) + (ih0 0.4) + (ih1 0.2) + ax0)) + ((p.p.p.name is h) + (((ax0 1) ax0)) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((p.p.name is r) + (((ax0 1) ax0)) + ((p.p.p.name is p) + (((ax0 0.8) (ih0 0.2) ax0)) + ((p.p.name is o) + (((ax0 0.833333) + (ih0 0.166667) + ax0)) + ((p.p.p.name is n) + (((ax0 0.25) + (ih0 0.75) + ih0)) + ((p.name is l) + (((ax0 0.75) + (ih0 0.25) + ax0)) + ((p.p.p.name is u) + (((ax0 0.75) + (ih0 0.25) + ax0)) + ((p.name is s) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + ((p.p.p.name is e) + (((ih0 1) ih0)) + ((n.n.n.name is v) + (((ax0 0.2) + (ih0 0.8) + ih0)) + ((p.name is r) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.p.p.name is m) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((ax0 0.777778) + (ih0 0.222222) + ax0))))))))))))))))) + ((p.p.p.name is o) + (((ax0 0.875) (ih1 0.125) ax0)) + ((n.n.n.name is t) + ((p.p.p.name is n) + (((ax0 0.529412) + (ih0 0.470588) + ax0)) + ((p.p.p.name is b) + (((ax0 0.5) (ih0 0.5) ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0)))) + ((p.p.p.name is n) + (((ih1 1) ih1)) + ((p.name is n) + (((ih0 0.6) (ih1 0.4) ih0)) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.p.name is n) + (((ax0 0.666667) + (ih1 0.333333) + ax0)) + ((n.n.name is r) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + ((n.n.n.name is d) + ((p.p.name is a) + (((ax0 0.8) + (ih0 0.2) + ax0)) + ((p.p.name is r) + (((ax0 0.666667) + (ih0 0.333333) + ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0)))) + (((ax0 0.25) + (ih0 0.75) + ih0))))))))))))))))))))))) + ((n.n.name is i) + ((n.n.n.name is t) + ((p.name is f) + ((p.p.p.name is d) + (((ax0 0.727273) + (ih0 0.0909091) + (ih1 0.181818) + ax0)) + ((p.p.p.name is i) + (((ax0 0.4) (ih0 0.2) (ih1 0.4) ax0)) + (((ih1 1) ih1)))) + ((p.p.name is q) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((n.name is s) + ((p.p.p.name is c) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + ((p.p.p.name is n) + (((ax0 0.333333) (ih1 0.666667) ih1)) + (((ax0 0.666667) (ih1 0.333333) ax0)))) + (((ih1 1) ih1)))) + ((n.name is l) + (((ax0 0.01) (ih1 0.99) ih1)) + ((n.name is v) + (((ih1 0.969697) (iy0 0.030303) ih1)) + ((p.p.name is l) + (((ih0 0.5) (ih1 0.5) ih0)) + ((n.name is n) + (((ih0 0.2) (ih1 0.8) ih1)) + ((p.p.name is e) + ((p.p.p.name is r) + (((ih1 1) ih1)) + (((ih0 0.5) (ih1 0.5) ih0))) + (((ih1 1) ih1))))))))) + ((n.n.n.name is d) + ((n.name is m) + (((ih1 1) ih1)) + ((n.name is c) + (((ax0 0.916667) (ih0 0.0833333) ax0)) + ((p.name is d) + ((p.p.p.name is i) + (((ax0 0.333333) + (ih0 0.5) + (ih1 0.166667) + ih0)) + (((ax0 0.666667) (ih0 0.333333) ax0))) + (((ih0 1) ih0))))) + ((n.n.n.name is a) + ((p.name is b) + (((ax0 0.166667) + (ih0 0.166667) + (iy1 0.666667) + iy1)) + ((p.name is c) + ((p.p.p.name is o) + (((ih1 0.666667) (iy1 0.333333) ih1)) + ((p.p.p.name is s) + (((ih1 0.666667) (iy0 0.333333) ih1)) + (((ih1 0.2) (iy0 0.4) (iy1 0.4) iy0)))) + ((p.name is n) + ((p.p.name is i) + (((ih1 1) ih1)) + (((ih1 0.25) (iy1 0.75) iy1))) + ((p.p.name is l) + (((ih0 0.25) (ih1 0.5) (iy1 0.25) ih1)) + ((p.name is f) + (((ih1 1) ih1)) + ((p.p.name is e) + ((p.name is l) + (((ih1 0.25) + (iy0 0.25) + (iy1 0.5) + iy1)) + (((ih1 0.875) (iy1 0.125) ih1))) + ((n.name is c) + (((ih1 1) ih1)) + ((p.name is d) + (((ih1 0.333333) + (iy1 0.666667) + iy1)) + ((n.name is l) + ((p.p.p.name is f) + (((ih1 1) ih1)) + ((p.p.p.name is h) + (((ih1 1) ih1)) + ((p.p.p.name is r) + (((ih1 1) ih1)) + ((p.p.name is i) + (((ih1 0.75) (iy1 0.25) ih1)) + (((ih1 0.285714) + (iy1 0.714286) + iy1)))))) + (((ih1 0.966667) + (iy1 0.0333333) + ih1))))))))))) + ((n.n.n.name is o) + ((n.name is s) + (((ih1 0.975) (iy1 0.025) ih1)) + ((n.name is c) + (((ih0 0.05) (ih1 0.9) (iy1 0.05) ih1)) + ((p.p.name is s) + (((ih1 1) ih1)) + ((p.p.p.name is a) + (((ih1 0.2) (iy1 0.8) iy1)) + ((p.p.p.name is d) + (((ih1 0.2) (iy1 0.8) iy1)) + ((n.name is n) + (((ih1 0.333333) + (iy1 0.666667) + iy1)) + (((ih1 0.733333) + (iy1 0.266667) + ih1)))))))) + ((n.name is c) + ((p.p.p.name is p) + (((ax0 1) ax0)) + (((ax0 0.0294118) + (ih1 0.941176) + (iy0 0.0294118) + ih1))) + ((n.n.n.name is v) + (((ay1 0.7) (ih1 0.3) ay1)) + ((p.p.name is r) + (((ih0 0.857143) (iy0 0.142857) ih0)) + ((n.name is h) + (((ay1 0.6) (ih0 0.4) ay1)) + ((n.n.n.name is e) + ((n.name is v) + (((ay1 0.333333) + (ih0 0.666667) + ih0)) + ((p.p.name is e) + (((ih1 1) ih1)) + (((ax0 0.8) (ih1 0.2) ax0)))) + ((p.name is r) + (((ih1 0.333333) + (iy1 0.666667) + iy1)) + ((n.name is v) + (((ay1 0.2) + (ih1 0.2) + (iy0 0.4) + (iy1 0.2) + iy0)) + ((p.name is u) + (((ax0 0.25) + (ay1 0.5) + (ih1 0.25) + ay1)) + ((p.name is f) + (((ih0 0.666667) + (iy0 0.333333) + ih0)) + ((p.p.p.name is u) + (((ay1 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ay1)) + ((n.n.n.name is r) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + ((p.name is s) + (((ax0 0.0833333) + (ih1 0.916667) + ih1)) + ((n.n.n.name is l) + (((ih0 0.6) (iy0 0.4) ih0)) + ((n.n.n.name is c) + ((p.p.p.name is d) + (((ax0 0.25) + (ih1 0.5) + (iy0 0.25) + ih1)) + ((n.name is n) + (((ih0 0.25) + (ih1 0.75) + ih1)) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)))) + (((ih0 0.0714286) + (ih1 0.928571) + ih1)))))))))))))))))))) + ((n.n.n.name is k) + ((n.n.name is u) + (((ih0 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih0)) + (((ih1 1) ih1))) + ((n.n.n.name is i) + ((n.name is u) + (((_epsilon_ 0.666667) + (ih1 0.166667) + (iy1 0.166667) + _epsilon_)) + ((n.name is z) + (((ih1 0.125) (iy1 0.875) iy1)) + ((n.name is p) + ((p.p.p.name is s) + (((ay0 0.0625) (ih1 0.9375) ih1)) + ((n.n.name is l) + (((ax0 0.875) (ih0 0.125) ax0)) + ((p.p.p.name is f) + (((ih0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ih0)) + ((p.p.p.name is i) + (((ih1 0.666667) (iy1 0.333333) ih1)) + ((p.p.p.name is e) + (((ih1 1) ih1)) + ((p.p.p.name is h) + (((ax0 0.5) (ih1 0.5) ax0)) + (((ax0 0.333333) + (ih1 0.666667) + ih1)))))))) + ((n.n.name is d) + ((n.name is n) + (((ay1 0.571429) (ih1 0.428571) ay1)) + ((p.p.name is b) + (((ih1 1) ih1)) + ((n.name is d) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0))))) + ((n.n.name is f) + (((ax0 0.5) (ih0 0.5) ax0)) + ((n.n.name is t) + ((p.p.name is h) + (((ih0 0.1875) + (ih1 0.75) + (iy0 0.0625) + ih1)) + ((p.name is d) + ((p.p.name is n) + (((ay1 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ay1)) + (((ih0 0.0625) (ih1 0.9375) ih1))) + ((p.p.p.name is h) + ((p.p.name is i) + (((ax0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ax0)) + (((ih1 1) ih1))) + (((ax0 0.0194175) + (ih0 0.0194175) + (ih1 0.951456) + (iy1 0.00970874) + ih1))))) + ((n.n.name is v) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + ((n.name is s) + ((p.name is m) + (((ih0 0.0344828) + (ih1 0.965517) + ih1)) + ((p.p.p.name is i) + (((eh1 0.333333) + (ih0 0.666667) + ih0)) + ((p.p.name is i) + (((ih1 0.5) (iy0 0.5) ih1)) + ((p.p.p.name is e) + (((ih1 0.666667) + (iy0 0.333333) + ih1)) + ((p.p.p.name is m) + (((ih1 1) ih1)) + ((p.name is n) + (((ih1 1) ih1)) + ((p.p.p.name is a) + (((ih0 0.75) (ih1 0.25) ih0)) + (((ih0 0.4) (ih1 0.6) ih1))))))))) + ((p.name is r) + ((p.p.name is i) + (((iy0 0.333333) + (iy1 0.666667) + iy1)) + (((ih1 0.769231) + (iy0 0.0769231) + (iy1 0.153846) + ih1))) + ((p.name is t) + ((n.name is c) + (((ih0 0.25) + (ih1 0.25) + (iy0 0.25) + (iy1 0.25) + ih0)) + (((ax0 0.0833333) + (ih1 0.75) + (iy1 0.166667) + ih1))) + ((p.p.p.name is p) + (((ih0 0.25) + (ih1 0.25) + (iy0 0.25) + (iy1 0.25) + ih0)) + ((p.p.name is t) + (((ax0 0.166667) + (ih1 0.833333) + ih1)) + ((p.p.p.name is e) + ((p.p.name is r) + (((ih0 0.166667) + (ih1 0.833333) + ih1)) + (((ih0 0.75) (ih1 0.25) ih0))) + ((p.name is f) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)) + ((p.p.p.name is a) + (((ih1 0.666667) + (iy1 0.333333) + ih1)) + ((p.name is m) + ((p.p.name is c) + (((ih1 1) ih1)) + ((n.name is l) + (((ih0 0.5) + (ih1 0.5) + ih0)) + (((ih0 0.333333) + (ih1 0.666667) + ih1)))) + (((ih0 0.0410959) + (ih1 0.958904) + ih1)))))))))))))))))) + ((n.name is q) + (((ax0 0.1) + (ih0 0.0666667) + (iy1 0.833333) + iy1)) + ((n.n.name is d) + ((n.n.n.name is e) + ((p.name is m) + (((ay1 1) ay1)) + ((p.p.p.name is a) + (((ih0 1) ih0)) + ((p.name is w) + (((ay0 0.25) (ih1 0.75) ih1)) + ((p.p.p.name is c) + (((ax0 0.333333) (ih1 0.666667) ih1)) + ((p.p.name is b) + (((ih1 1) ih1)) + ((n.name is n) + (((ay1 0.153846) + (ih0 0.230769) + (ih1 0.615385) + ih1)) + (((ay1 0.285714) + (ih0 0.714286) + ih0)))))))) + ((p.p.p.name is o) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + ((p.p.name is c) + (((ih0 0.166667) (ih1 0.833333) ih1)) + ((p.p.p.name is a) + (((ih0 0.333333) (ih1 0.666667) ih1)) + ((p.name is k) + (((ih1 1) ih1)) + ((n.n.n.name is r) + (((ih1 1) ih1)) + ((p.p.name is o) + (((iy1 1) iy1)) + ((p.name is l) + (((ih1 0.181818) + (iy1 0.818182) + iy1)) + ((n.name is n) + (((ih1 1) ih1)) + (((ih1 0.333333) + (iy1 0.666667) + iy1))))))))))) + ((n.name is u) + ((n.n.n.name is e) + (((_epsilon_ 0.25) + (iy0 0.25) + (iy1 0.25) + (y 0.25) + _epsilon_)) + (((iy0 0.833333) (y 0.166667) iy0))) + ((n.name is s) + ((p.name is s) + (((ih0 0.0333333) + (ih1 0.933333) + (iy1 0.0333333) + ih1)) + ((p.p.name is h) + ((n.n.name is t) + (((ih0 0.107143) (ih1 0.892857) ih1)) + ((n.n.n.name is e) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + (((ih1 0.75) (iy1 0.25) ih1)))) + ((n.n.name is l) + ((n.n.n.name is e) + (((ay0 0.4) + (ay1 0.4) + (ih1 0.2) + ay0)) + ((p.p.p.name is l) + (((ax0 0.7) (ih0 0.3) ax0)) + (((ih0 0.8) (ih1 0.2) ih0)))) + ((p.name is t) + ((n.n.n.name is a) + ((p.p.p.name is s) + (((ax0 1) ax0)) + (((ih1 0.222222) + (iy0 0.111111) + (iy1 0.666667) + iy1))) + ((n.n.n.name is o) + (((iy0 1) iy0)) + ((n.n.name is t) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.166667) + (iy0 0.166667) + ax0)) + (((ih0 0.8) (ih1 0.2) ih0))))) + ((p.p.name is s) + (((ih1 1) ih1)) + ((p.p.name is c) + (((ih1 0.8) (iy0 0.2) ih1)) + ((n.n.name is b) + (((_epsilon_ 0.2) (ih0 0.8) ih0)) + ((n.n.name is t) + ((p.p.p.name is t) + (((ih1 1) ih1)) + ((p.p.name is t) + (((ih1 1) ih1)) + ((p.p.p.name is e) + ((n.n.n.name is o) + (((ax0 0.25) + (ih0 0.75) + ih0)) + ((p.name is l) + (((ih1 1) ih1)) + ((p.p.name is n) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)) + (((ih0 0.333333) + (ih1 0.666667) + ih1))))) + ((p.p.p.name is d) + (((ih1 0.666667) + (iy1 0.333333) + ih1)) + ((p.p.p.name is h) + (((ax0 0.833333) + (ih0 0.166667) + ax0)) + ((n.n.n.name is a) + (((ih0 0.785714) + (ih1 0.142857) + (iy1 0.0714286) + ih0)) + ((p.name is n) + ((p.p.name is e) + (((ih0 0.666667) + (iy1 0.333333) + ih0)) + ((p.p.p.name is m) + (((ax0 0.7) + (ih0 0.3) + ax0)) + (((ax0 0.375) + (ih0 0.625) + ih0)))) + ((p.name is g) + (((ax0 0.333333) + (ih0 0.6) + (iy1 0.0666667) + ih0)) + ((p.p.p.name is l) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + ((p.p.name is l) + ((n.n.n.name is e) + ((p.p.p.name is a) + (((ax0 0.5) + (ih0 0.5) + ax0)) + (((ax0 0.333333) + (ih0 0.666667) + ih0))) + (((ih0 1) ih0))) + ((p.name is l) + (((ax0 0.666667) + (ih1 0.333333) + ax0)) + ((p.p.p.name is o) + (((ax0 0.4) + (ih0 0.2) + (ih1 0.4) + ax0)) + (((ax0 0.0588235) + (ih0 0.764706) + (ih1 0.176471) + ih0)))))))))))))) + ((n.n.n.name is a) + ((p.p.p.name is o) + (((ax0 0.75) (ih1 0.25) ax0)) + ((n.n.name is s) + (((ih1 0.6) (iy1 0.4) ih1)) + ((p.name is r) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + ((n.n.name is m) + (((ih0 0.8) (ih1 0.2) ih0)) + (((ih1 0.8) (iy0 0.2) ih1)))))) + ((n.n.n.name is e) + ((n.n.name is c) + (((ih1 1) ih1)) + (((ih0 0.875) + (ih1 0.125) + ih0))) + ((p.p.p.name is r) + ((p.p.name is e) + (((ih0 1) ih0)) + (((ax0 0.5) (ih0 0.5) ax0))) + ((p.name is n) + (((ih0 0.777778) + (ih1 0.111111) + (iy0 0.111111) + ih0)) + ((p.p.name is o) + (((ih1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih1)) + ((p.name is c) + (((ih1 0.666667) + (iy1 0.333333) + ih1)) + ((n.n.name is c) + ((p.p.name is n) + (((ax0 0.166667) + (ih0 0.833333) + ih0)) + ((p.name is r) + ((p.p.name is a) + (((ax0 0.25) + (ih1 0.25) + (iy1 0.5) + iy1)) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0))) + (((ih1 0.75) + (iy1 0.25) + ih1)))) + ((p.name is m) + (((ax0 0.333333) + (ih0 0.333333) + (iy1 0.333333) + ax0)) + (((ih0 0.9) + (ih1 0.1) + ih0)))))))))))))))))) + ((n.n.name is s) + ((n.n.n.name is o) + ((n.name is p) + (((ax0 0.666667) (ih1 0.333333) ax0)) + ((p.p.name is o) + (((ax0 1) ax0)) + (((ax0 0.0285714) + (ih0 0.971429) + ih0)))) + ((p.p.name is c) + (((ih1 1) ih1)) + ((p.name is k) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + ((p.p.name is r) + (((ih1 1) ih1)) + ((p.name is m) + (((ih0 0.166667) + (ih1 0.833333) + ih1)) + ((n.name is k) + (((ih0 0.75) (ih1 0.25) ih0)) + ((n.name is n) + ((p.p.name is e) + (((ih0 0.333333) + (ih1 0.666667) + ih1)) + (((ih0 0.75) (ih1 0.25) ih0))) + (((_epsilon_ 0.2) + (ih0 0.2) + (ih1 0.6) + ih1))))))))) + ((p.name is u) + ((p.p.p.name is a) + (((ih0 0.25) + (iy0 0.5) + (iy1 0.25) + iy0)) + ((p.p.name is o) + (((ih1 0.142857) + (iy0 0.857143) + iy0)) + ((p.p.name is q) + (((ih1 0.9) (iy0 0.1) ih1)) + (((_epsilon_ 0.5) + (ih1 0.5) + _epsilon_))))) + ((n.n.n.name is m) + ((p.p.name is n) + (((ay1 0.5) + (ih0 0.25) + (iy0 0.25) + ay1)) + ((p.p.p.name is p) + (((ax0 1) ax0)) + ((n.name is c) + (((ih0 1) ih0)) + ((p.p.name is i) + (((ax0 0.333333) + (ih0 0.666667) + ih0)) + (((_epsilon_ 0.2) + (ax0 0.6) + (ih1 0.2) + ax0)))))) + ((p.name is c) + ((p.p.p.name is i) + ((p.p.name is n) + (((ax0 1) ax0)) + (((ay1 0.666667) + (iy0 0.333333) + ay1))) + ((n.n.n.name is a) + ((p.p.p.name is a) + (((ax0 0.25) (ih1 0.75) ih1)) + (((ax0 0.923077) + (ih1 0.0769231) + ax0))) + ((p.p.p.name is m) + (((ax0 0.75) (ih1 0.25) ax0)) + ((p.p.p.name is u) + (((ax0 0.5) (ih1 0.5) ax0)) + ((n.name is n) + ((p.p.p.name is j) + (((ih0 0.5) (ih1 0.5) ih0)) + (((ih0 0.222222) + (ih1 0.777778) + ih1))) + ((n.n.n.name is o) + (((ih0 0.1) + (ih1 0.8) + (iy1 0.1) + ih1)) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)))))))) + ((p.p.name is l) + ((p.name is t) + ((n.n.n.name is e) + (((ax0 0.4) (iy0 0.6) iy0)) + (((ax0 0.5) (iy0 0.5) ax0))) + ((p.name is l) + ((p.p.p.name is i) + (((ax0 0.75) (ih0 0.25) ax0)) + (((ax0 0.25) (ih0 0.75) ih0))) + ((n.name is l) + ((p.p.p.name is e) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + (((ih0 0.333333) + (ih1 0.666667) + ih1))) + ((p.p.p.name is e) + (((ih0 0.25) + (ih1 0.5) + (iy1 0.25) + ih1)) + (((ih0 0.4) + (ih1 0.4) + (iy1 0.2) + ih0)))))) + ((p.p.name is i) + ((p.name is l) + (((ih0 0.375) + (ih1 0.125) + (iy0 0.125) + (iy1 0.375) + ih0)) + ((p.name is s) + ((n.n.name is t) + (((ih0 0.166667) + (ih1 0.833333) + ih1)) + (((ih0 0.833333) + (ih1 0.0833333) + (iy0 0.0833333) + ih0))) + ((p.name is d) + (((ax0 0.666667) + (ih1 0.333333) + ax0)) + ((n.n.n.name is y) + (((ax0 0.6) (ih0 0.4) ax0)) + ((n.name is c) + (((ih0 1) ih0)) + ((n.n.n.name is o) + (((ih0 0.5) (ih1 0.5) ih0)) + ((n.name is n) + (((ax0 0.333333) + (ih1 0.666667) + ih1)) + ((n.n.n.name is a) + ((p.p.p.name is d) + (((ih0 0.5) + (ih1 0.5) + ih0)) + (((ax0 0.25) + (ih0 0.25) + (ih1 0.5) + ih1))) + (((ax0 0.333333) + (ih0 0.666667) + ih0)))))))))) + ((n.n.name is y) + (((ax0 0.285714) + (ay1 0.142857) + (ih0 0.142857) + (iy1 0.428571) + iy1)) + ((p.p.name is c) + ((p.name is h) + ((n.n.name is l) + ((p.p.p.name is s) + (((ih0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ih0)) + (((ih0 0.333333) + (ih1 0.666667) + ih1))) + (((ih0 0.0666667) + (ih1 0.933333) + ih1))) + ((p.p.p.name is m) + (((ih1 1) ih1)) + ((p.name is r) + (((ih1 1) ih1)) + ((n.name is n) + (((ax0 0.166667) + (ih1 0.833333) + ih1)) + (((ax0 0.666667) + (ih1 0.333333) + ax0)))))) + ((p.name is m) + ((n.n.n.name is e) + ((p.p.p.name is c) + (((ih1 0.333333) + (iy0 0.333333) + (iy1 0.333333) + ih1)) + ((p.p.p.name is d) + (((ih1 0.666667) + (iy1 0.333333) + ih1)) + ((p.p.p.name is n) + (((ih1 1) ih1)) + ((p.p.name is n) + (((ih1 1) ih1)) + (((ax0 0.818182) + (ih1 0.181818) + ax0)))))) + ((p.p.name is a) + (((ax0 0.125) + (ih1 0.875) + ih1)) + ((p.p.p.name is s) + (((iy0 1) iy0)) + ((n.name is n) + (((ih0 0.2) + (ih1 0.6) + (iy1 0.2) + ih1)) + ((n.name is l) + (((ih0 0.25) + (ih1 0.75) + ih1)) + ((n.name is c) + (((ih0 0.666667) + (ih1 0.333333) + ih0)) + (((ih0 0.333333) + (iy0 0.666667) + iy0)))))))) + ((p.p.p.name is r) + ((n.n.n.name is e) + ((n.name is l) + (((ih0 0.142857) + (ih1 0.857143) + ih1)) + ((n.n.name is t) + (((ih1 1) ih1)) + (((ax0 0.692308) + (ih0 0.230769) + (ih1 0.0769231) + ax0)))) + ((n.n.n.name is a) + (((ih0 0.0769231) + (ih1 0.923077) + ih1)) + ((p.p.name is e) + (((ih1 1) ih1)) + ((n.n.n.name is o) + (((ih1 0.8) + (iy1 0.2) + ih1)) + (((ax0 0.666667) + (ih1 0.333333) + ax0)))))) + ((n.n.n.name is l) + ((p.name is f) + (((ax0 0.666667) + (ih1 0.333333) + ax0)) + ((p.p.p.name is m) + (((ih1 1) ih1)) + ((p.p.name is t) + (((ih1 1) ih1)) + ((p.p.name is p) + (((ih1 1) ih1)) + ((p.p.name is r) + (((ax0 0.0434783) + (ih0 0.0869565) + (ih1 0.869565) + ih1)) + ((p.p.p.name is e) + (((ih1 1) ih1)) + (((ih0 0.6) + (ih1 0.4) + ih0)))))))) + ((n.name is c) + ((n.n.name is t) + (((ay1 0.0526316) + (ih1 0.894737) + (iy0 0.0526316) + ih1)) + ((n.n.name is l) + ((p.p.p.name is a) + (((ax0 1) ax0)) + (((ax0 0.142857) + (ih0 0.857143) + ih0))) + ((p.name is d) + (((ax0 0.25) + (ih0 0.5) + (iy0 0.25) + ih0)) + ((p.p.name is d) + (((ih1 1) ih1)) + ((n.n.n.name is a) + ((n.n.name is k) + (((ih0 0.333333) + (iy1 0.666667) + iy1)) + (((ax0 0.25) + (ih0 0.75) + ih0))) + ((p.p.p.name is a) + ((n.n.n.name is e) + (((ih0 0.75) + (ih1 0.25) + ih0)) + (((ih0 0.333333) + (iy1 0.666667) + iy1))) + ((p.p.p.name is u) + (((ih0 1) ih0)) + ((p.name is n) + (((ih0 0.833333) + (ih1 0.166667) + ih0)) + ((p.p.name is s) + (((ih0 0.5) + (ih1 0.5) + ih0)) + (((ih0 0.2) + (ih1 0.8) + ih1))))))))))) + ((p.p.p.name is c) + ((n.n.n.name is e) + (((ih1 0.916667) + (iy1 0.0833333) + ih1)) + ((n.n.n.name is h) + (((ax0 0.25) + (ih0 0.25) + (ih1 0.5) + ih1)) + ((p.p.name is a) + ((n.n.n.name is a) + (((ax0 0.6) + (ih1 0.4) + ax0)) + (((ax0 0.25) + (ih1 0.75) + ih1))) + (((ax0 0.166667) + (ih1 0.833333) + ih1))))) + ((n.name is d) + ((p.p.p.name is a) + (((ih0 0.5) + (ih1 0.5) + ih0)) + (((ax0 0.4) + (ay1 0.2) + (ih0 0.4) + ax0))) + ((p.name is v) + ((p.p.p.name is d) + ((n.name is l) + (((ax0 0.2) + (ih0 0.2) + (ih1 0.6) + ih1)) + (((ih0 0.4) + (iy0 0.4) + (iy1 0.2) + ih0))) + ((n.n.n.name is e) + ((p.p.name is a) + (((ih0 1) ih0)) + ((p.p.p.name is a) + ((p.p.name is n) + (((ih0 0.714286) + (ih1 0.285714) + ih0)) + (((ax0 0.142857) + (ih1 0.857143) + ih1))) + ((n.name is l) + ((p.p.name is s) + (((ih0 0.15) + (ih1 0.85) + ih1)) + ((p.p.name is u) + (((ih1 1) ih1)) + ((p.p.p.name + is + e) + (((ih0 0.25) + (ih1 0.75) + ih1)) + ((p.p.p.name + is + i) + (((ih0 0.2) + (ih1 0.8) + ih1)) + ((p.p.p.name + is + t) + (((ih0 0.2) + (ih1 0.8) + ih1)) + ((p.p.p.name + is + b) + (((ih0 + 0.666667) + (ih1 + 0.333333) + ih0)) + ((p.p.name + is + e) + (((ih0 + 0.363636) + (ih1 + 0.636364) + ih1)) + ((p.p.name + is + n) + (((ih0 0.4) + (ih1 0.6) + ih1)) + ((p.p.p.name + is + o) + (((ih0 1) + ih0)) + ((p.p.p.name + is + u) + (((ih0 + 0.333333) + (ih1 + 0.666667) + ih1)) + (((ih0 + 0.666667) + (ih1 + 0.333333) + ih0)))))))))))) + (((ih1 1) ih1))))) + (((ax0 0.25) + (ih0 0.25) + (ih1 0.25) + (iy0 0.25) + ax0)))) + ((p.name is n) + ((n.n.n.name is a) + ((p.p.name is a) + (((ih1 1) ih1)) + (((ih1 0.333333) + (iy0 0.666667) + iy0))) + (((ax0 0.428571) + (ih0 0.285714) + (ih1 0.142857) + (iy1 0.142857) + ax0))) + ((n.n.name is n) + ((p.p.name is e) + (((ih1 1) ih1)) + (((ih0 0.25) + (ih1 0.25) + (iy0 0.5) + iy0))) + ((p.name is g) + (((ih0 0.666667) + (ih1 0.166667) + (iy1 0.166667) + ih0)) + ((n.n.n.name is o) + ((n.n.name is t) + ((p.name is p) + (((ih1 0.333333) + (iy1 0.666667) + iy1)) + (((ih0 1) ih0))) + ((p.p.name is s) + (((ay0 0.2) + (ih0 0.2) + (ih1 0.4) + (iy1 0.2) + ih1)) + ((n.name is z) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0)) + (((ih0 0.0465116) + (ih1 0.930233) + (iy1 0.0232558) + ih1))))) + ((n.name is n) + ((p.p.p.name is a) + (((ax0 0.666667) + (ih1 0.333333) + ax0)) + ((p.p.name is a) + (((ih0 0.333333) + (ih1 0.333333) + (iy0 0.333333) + ih0)) + ((p.p.p.name + is + n) + ((p.p.name is s) + (((ih0 0.5) + (ih1 0.5) + ih0)) + (((ih0 0.25) + (ih1 0.75) + ih1))) + ((n.n.n.name + is + e) + ((p.p.name + is + p) + (((ih1 1) ih1)) + ((p.p.p.name + is + o) + (((ih1 1) + ih1)) + ((p.p.p.name + is + e) + (((ih1 1) + ih1)) + (((ih0 0.75) + (ih1 0.25) + ih0))))) + (((ih1 1) ih1)))))) + ((p.name is l) + (((iy1 1) iy1)) + ((n.n.name is u) + (((ax0 0.166667) + (ih0 0.666667) + (iy0 0.166667) + ih0)) + ((p.p.p.name + is + o) + ((p.p.name is r) + (((ih1 + 0.333333) + (iy1 + 0.666667) + iy1)) + (((ih0 0.25) + (ih1 0.75) + ih1))) + ((p.p.name is e) + ((p.p.p.name + is + m) + (((ih0 1) ih0)) + (((ih1 0.75) + (iy1 0.25) + ih1))) + ((p.p.p.name + is + a) + ((n.n.n.name + is + e) + ((p.p.name + is + n) + (((ih0 + 0.333333) + (ih1 + 0.666667) + ih1)) + (((ax0 0.2) + (ih0 0.4) + (ih1 0.2) + (iy0 0.2) + ih0))) + (((ih0 + 0.111111) + (ih1 + 0.888889) + ih1))) + ((n.n.n.name + is + e) + (((ih0 + 0.0384615) + (ih1 + 0.961538) + ih1)) + ((p.p.p.name + is + i) + ((p.p.name + is + n) + (((ih0 + 0.25) + (ih1 + 0.75) + ih1)) + (((ax0 0.2) + (ih0 0.8) + ih0))) + (((ax0 + 0.0833333) + (ih0 + 0.0833333) + (ih1 + 0.833333) + ih1))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) +(j + ((p.p.name is 0) + ((n.name is a) + ((n.n.n.name is o) + ((n.n.name is c) + (((jh 0.809524) (y 0.190476) jh)) + ((n.n.name is g) + (((y 1) y)) + ((n.n.name is n) + (((jh 0.285714) (y 0.714286) y)) + ((n.n.name is r) + (((jh 0.333333) (y 0.666667) y)) + (((jh 0.714286) (y 0.285714) jh)))))) + ((n.n.name is i) + ((n.n.n.name is l) (((jh 1) jh)) (((hh 0.5) (jh 0.5) hh))) + ((n.n.n.name is u) + ((n.n.name is k) + (((y 1) y)) + ((n.n.name is q) + (((jh 0.333333) (y 0.5) (zh 0.166667) y)) + (((jh 0.75) (y 0.25) jh)))) + ((n.n.n.name is q) + (((jh 0.444444) (y 0.222222) (zh 0.333333) jh)) + ((n.n.name is c) + (((jh 0.972973) (y 0.027027) jh)) + ((n.n.n.name is k) + ((n.n.name is n) + (((jh 0.666667) (y 0.333333) jh)) + (((y 1) y))) + ((n.n.n.name is i) + (((hh 0.0333333) (jh 0.666667) (y 0.3) jh)) + ((n.n.name is e) + (((jh 0.25) (y 0.75) y)) + ((n.n.n.name is r) + ((n.n.name is r) + (((jh 0.666667) (y 0.111111) (zh 0.222222) jh)) + (((jh 0.4) (y 0.6) y))) + ((n.n.n.name is l) + (((jh 0.4) (y 0.6) y)) + ((n.n.n.name is e) + ((n.n.name is r) + (((y 0.666667) (zh 0.333333) y)) + (((jh 0.84375) (y 0.125) (zh 0.03125) jh))) + (((jh 0.907143) (y 0.0857143) (zh 0.00714286) jh))))))))))))) + ((n.n.name is a) + ((n.name is u) + (((_epsilon_ 0.8) (jh 0.2) _epsilon_)) + (((_epsilon_ 0.0285714) + (jh 0.828571) + (y 0.0571429) + (zh 0.0857143) + jh))) + ((n.n.name is z) + (((y 1) y)) + ((n.n.name is r) + ((n.name is i) + (((jh 0.333333) (y 0.666667) y)) + ((n.n.n.name is g) + (((jh 1) jh)) + ((n.n.n.name is i) + (((jh 1) jh)) + ((n.name is u) + ((n.n.n.name is k) + (((y 1) y)) + (((jh 0.769231) (y 0.230769) jh))) + (((jh 0.882353) (y 0.117647) jh)))))) + ((n.n.n.name is a) + (((jh 0.774194) (y 0.225806) jh)) + ((n.name is u) + ((n.n.n.name is r) + (((y 1) y)) + ((n.n.n.name is n) + (((jh 0.333333) (y 0.666667) y)) + (((hh 0.00564972) (jh 0.943503) (y 0.0508475) jh)))) + (((hh 0.0075) (jh 0.945) (y 0.0275) (zh 0.02) jh)))))))) + ((n.n.n.name is t) + (((jh 0.97619) (y 0.0119048) (zh 0.0119048) jh)) + ((p.p.name is w) + (((_epsilon_ 0.875) (hh 0.0625) (jh 0.0625) _epsilon_)) + ((n.name is i) + ((n.n.name is c) + (((_epsilon_ 0.5) (jh 0.25) (y 0.25) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.142857) (hh 0.142857) (jh 0.714286) jh)) + ((p.name is e) + (((jh 0.5) (y 0.5) jh)) + ((n.n.n.name is a) + ((p.p.name is f) + (((jh 1) jh)) + ((p.name is a) + (((jh 1) jh)) + (((jh 0.333333) (y 0.666667) y)))) + (((jh 0.982143) (zh 0.0178571) jh)))))) + ((n.n.name is a) + ((n.name is e) + (((jh 0.4) (y 0.2) (zh 0.4) jh)) + ((p.name is e) + (((_epsilon_ 0.5) (jh 0.5) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.857143) (zh 0.142857) _epsilon_)) + ((p.p.name is h) + (((_epsilon_ 0.333333) (y 0.666667) y)) + (((_epsilon_ 0.714286) (y 0.285714) _epsilon_)))))) + ((n.name is u) + ((n.n.name is b) + (((_epsilon_ 0.333333) (jh 0.333333) (y 0.333333) _epsilon_)) + ((n.n.name is #) + (((jh 0.333333) (y 0.666667) y)) + (((jh 0.946429) (y 0.0357143) (zh 0.0178571) jh)))) + ((p.name is s) + ((p.p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + (((jh 0.25) (zh 0.75) zh))) + ((n.name is o) + ((p.p.p.name is #) + (((jh 0.90566) (y 0.0566038) (zh 0.0377358) jh)) + ((p.p.p.name is 0) + (((y 1) y)) + ((n.n.name is #) + ((p.p.p.name is r) + (((y 1) y)) + ((p.p.name is n) + (((hh 0.333333) (jh 0.666667) jh)) + ((p.p.p.name is a) + (((hh 0.333333) (y 0.666667) y)) + ((p.name is e) + (((jh 0.2) (y 0.8) y)) + (((jh 0.5) (y 0.5) jh)))))) + ((n.n.name is s) + (((_epsilon_ 0.166667) + (hh 0.166667) + (jh 0.166667) + (y 0.5) + y)) + (((_epsilon_ 0.05) (jh 0.9) (zh 0.05) jh)))))) + ((n.name is a) + ((n.n.n.name is k) + (((jh 1) jh)) + ((n.n.n.name is i) + (((jh 0.9) (y 0.1) jh)) + ((p.name is a) + ((n.n.name is #) + (((_epsilon_ 0.4) (hh 0.2) (jh 0.2) (zh 0.2) _epsilon_)) + ((p.p.p.name is #) + ((n.n.n.name is #) + (((_epsilon_ 0.5) (jh 0.25) (y 0.25) _epsilon_)) + (((jh 0.6) (y 0.4) jh))) + (((jh 0.727273) (y 0.272727) jh)))) + ((p.p.p.name is #) + ((p.p.name is d) + (((jh 0.75) (zh 0.25) jh)) + ((n.n.name is h) + (((hh 0.333333) (jh 0.666667) jh)) + ((p.name is o) + (((hh 0.25) (jh 0.25) (y 0.5) y)) + ((p.name is e) + (((jh 0.166667) (y 0.833333) y)) + ((p.name is u) + (((jh 0.4) (y 0.6) y)) + (((jh 0.75) (y 0.25) jh))))))) + ((p.name is e) + ((p.p.name is l) + (((y 1) y)) + ((n.n.n.name is #) + (((jh 0.666667) (y 0.333333) jh)) + (((_epsilon_ 0.666667) (hh 0.333333) _epsilon_)))) + ((p.p.p.name is n) + (((_epsilon_ 0.2) (jh 0.2) (y 0.6) y)) + ((p.p.name is i) + (((y 1) y)) + ((n.n.n.name is #) + (((jh 0.625) (y 0.375) jh)) + ((p.name is n) + (((jh 0.2) (y 0.8) y)) + ((n.n.name is n) + (((jh 0.2) (y 0.8) y)) + ((p.name is i) + ((n.n.name is #) + (((jh 0.666667) (y 0.333333) jh)) + (((y 1) y))) + (((jh 0.571429) (y 0.428571) jh))))))))))))) + ((p.p.name is e) + (((_epsilon_ 0.0833333) (jh 0.916667) jh)) + ((n.n.name is t) + (((jh 1) jh)) + ((n.name is e) + ((n.n.name is w) + (((_epsilon_ 0.75) (jh 0.166667) (y 0.0833333) _epsilon_)) + ((n.n.n.name is k) + (((_epsilon_ 0.6) (jh 0.2) (y 0.2) _epsilon_)) + ((n.n.name is s) + (((jh 0.166667) (y 0.5) (zh 0.333333) y)) + ((p.name is e) + (((_epsilon_ 0.25) (y 0.75) y)) + ((n.n.name is l) + (((y 1) y)) + ((n.n.n.name is #) + ((p.p.p.name is #) + (((_epsilon_ 0.333333) + (jh 0.333333) + (y 0.333333) + _epsilon_)) + (((jh 1) jh))) + ((p.p.p.name is a) + (((jh 0.2) (y 0.8) y)) + ((p.p.p.name is 0) + (((jh 0.333333) (y 0.666667) y)) + (((jh 0.692308) (y 0.307692) jh)))))))))) + ((p.name is o) + (((y 1) y)) + ((n.n.n.name is #) + (((_epsilon_ 0.25) (jh 0.25) (y 0.5) y)) + ((p.p.name is r) + (((_epsilon_ 0.6) (zh 0.4) _epsilon_)) + ((p.p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.name is k) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 0.333333) + (jh 0.333333) + (zh 0.333333) + _epsilon_)) + ((p.p.name is a) + (((jh 1) jh)) + ((p.p.name is m) + (((_epsilon_ 0.2) (jh 0.8) jh)) + ((p.p.p.name is #) + (((_epsilon_ 0.714286) (jh 0.285714) _epsilon_)) + ((p.name is a) + (((_epsilon_ 0.333333) (jh 0.666667) jh)) + (((_epsilon_ 0.5) (jh 0.5) _epsilon_))))))))))))))))))))))))) +(k + ((n.name is n) + ((p.p.name is 0) + (((_epsilon_ 0.993902) (k 0.00609756) _epsilon_)) + ((p.name is c) + (((k 1) k)) + ((n.n.name is e) + (((_epsilon_ 0.103448) (k 0.896552) k)) + ((p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 0.666667) (k 0.333333) _epsilon_)) + (((_epsilon_ 0.25) (k 0.75) k)))))))) + ((n.name is k) + ((p.p.name is o) + (((k 1) k)) + ((n.n.name is i) + ((p.name is i) + (((_epsilon_ 0.333333) (k 0.666667) k)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 1) _epsilon_)))) + ((p.name is k) + ((n.name is i) + ((p.p.name is i) + (((_epsilon_ 0.666667) (k 0.333333) _epsilon_)) + (((k 1) k))) + (((k 1) k))) + (((_epsilon_ 0.000407465) (k 0.999593) k)))))) +(l + ((n.name is l) + ((n.n.name is y) + ((p.p.p.name is #) + (((_epsilon_ 0.793651) (l 0.206349) _epsilon_)) + ((p.p.p.name is 0) + ((p.name is e) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.833333) (l 0.166667) _epsilon_))) + (((_epsilon_ 0.978193) (l 0.0218069) _epsilon_)))) + ((n.n.n.name is n) + ((n.n.name is i) + (((_epsilon_ 0.982079) (l 0.0179211) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is b) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is e) + (((_epsilon_ 0.25) (l 0.75) l)) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)))) + ((p.p.name is #) + (((_epsilon_ 0.72) (l 0.28) _epsilon_)) + ((p.p.name is f) + ((p.name is u) (((l 1) l)) (((_epsilon_ 1) _epsilon_))) + ((p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is h) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.97561) (l 0.0243902) _epsilon_))) + ((p.p.p.name is #) + ((p.name is a) + (((_epsilon_ 0.9) (l 0.1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is m) + ((n.n.name is o) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is w) + ((p.name is o) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 1) _epsilon_))) + ((p.name is i) + (((_epsilon_ 0.25) (l 0.75) l)) + ((p.p.name is s) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.777778) (l 0.222222) _epsilon_))))))))) + ((p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((p.name is e) + (((_epsilon_ 0.833333) (l 0.166667) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + (((_epsilon_ 0.333333) (l 0.666667) l)))))))))))))))))) + ((p.name is o) + ((n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + ((p.p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is e) + ((p.p.p.name is #) + ((n.n.n.name is r) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_))) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is #) + (((_epsilon_ 0.714286) (l 0.285714) _epsilon_)) + (((_epsilon_ 0.266667) (l 0.733333) l)))))))) + ((p.p.name is w) + (((_epsilon_ 0.375) (l 0.625) l)) + ((p.p.name is p) + ((n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((n.n.n.name is t) + (((_epsilon_ 0.428571) (l 0.571429) l)) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_))))))) + ((p.p.name is t) + ((p.p.p.name is a) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.75) (l 0.25) _epsilon_))) + ((p.p.name is n) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l))) + (((_epsilon_ 0.972332) (l 0.027668) _epsilon_)))))))) + ((p.p.p.name is #) + ((p.p.name is w) + ((n.n.n.name is t) + (((l 1) l)) + ((n.n.name is p) + (((l 1) l)) + ((n.n.name is e) + ((p.name is e) + (((l 1) l)) + ((n.n.n.name is m) + (((l 1) l)) + ((p.name is a) + (((_epsilon_ 0.4) (l 0.6) l)) + (((_epsilon_ 0.625) (l 0.375) _epsilon_))))) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is b) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.name is e) + (((_epsilon_ 0.222222) (l 0.777778) l)) + ((n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is h) + (((_epsilon_ 0.25) (l 0.75) l)) + ((n.n.n.name is e) + ((n.n.name is i) + (((l 1) l)) + (((_epsilon_ 0.6) (l 0.4) _epsilon_))) + ((n.n.name is m) + ((n.n.n.name is a) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l))) + ((n.n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + ((n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + ((n.n.n.name is c) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.625) (l 0.375) _epsilon_))) + ((n.n.name is o) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((p.name is a) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 1) _epsilon_))))))))))))))))))) + ((p.name is a) + ((n.n.n.name is j) + (((_epsilon_ 0.25) (l 0.75) l)) + ((p.p.name is k) + ((n.n.name is a) + (((_epsilon_ 0.2) (l 0.8) l)) + (((_epsilon_ 0.777778) (l 0.222222) _epsilon_))) + ((p.p.name is h) + ((n.n.n.name is t) + (((l 1) l)) + ((n.n.n.name is c) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((n.n.n.name is m) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.903226) (l 0.0967742) _epsilon_))))) + (((_epsilon_ 0.898876) (l 0.101124) _epsilon_))))) + ((p.p.name is v) + ((n.n.n.name is l) + (((l 1) l)) + ((n.n.name is a) + ((n.n.n.name is i) + (((l 1) l)) + ((n.n.n.name is f) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.277778) (l 0.722222) l)))) + (((_epsilon_ 0.714286) (l 0.285714) _epsilon_)))) + ((p.p.name is b) + ((n.n.n.name is e) + (((_epsilon_ 0.111111) (l 0.888889) l)) + ((n.n.name is f) + (((l 1) l)) + ((n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is g) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is o) + ((n.n.name is i) + (((_epsilon_ 0.142857) (l 0.857143) l)) + ((p.name is e) + (((_epsilon_ 0.285714) (l 0.714286) l)) + (((_epsilon_ 1) _epsilon_)))) + ((n.n.name is i) + (((_epsilon_ 0.875) (l 0.125) _epsilon_)) + ((n.n.name is m) + (((_epsilon_ 0.25) (l 0.75) l)) + ((n.n.name is e) + ((p.name is u) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)) + ((n.n.n.name is t) + (((l 1) l)) + ((n.n.n.name is r) + (((_epsilon_ 0.25) (l 0.75) l)) + ((p.name is e) + (((_epsilon_ 0.428571) (l 0.571429) l)) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)))))) + ((p.name is u) + (((_epsilon_ 0.142857) (l 0.857143) l)) + (((_epsilon_ 0.769231) (l 0.230769) _epsilon_))))))))))) + ((p.p.name is p) + (((_epsilon_ 0.981818) (l 0.0181818) _epsilon_)) + ((p.p.name is h) + (((_epsilon_ 0.968254) (l 0.031746) _epsilon_)) + ((p.p.name is z) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is k) + ((p.name is u) + (((_epsilon_ 0.25) (l 0.75) l)) + (((_epsilon_ 0.976744) (l 0.0232558) _epsilon_))) + ((p.name is u) + ((p.p.name is n) + (((l 1) l)) + ((p.p.name is f) + (((_epsilon_ 0.538462) (l 0.461538) _epsilon_)) + ((n.n.n.name is #) + ((n.n.name is o) + (((_epsilon_ 0.25) (l 0.75) l)) + (((_epsilon_ 0.833333) (l 0.166667) _epsilon_))) + (((_epsilon_ 0.971014) (l 0.0289855) _epsilon_))))) + ((p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is i) + ((n.n.n.name is e) + ((p.p.name is m) + (((l 1) l)) + ((p.p.name is s) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)))) + ((n.n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is c) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is g) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is m) + (((_epsilon_ 0.818182) (l 0.181818) _epsilon_)) + ((p.p.name is g) + (((_epsilon_ 0.7) (l 0.3) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)))))))))) + ((p.p.name is y) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is m) + (((_epsilon_ 0.916667) (l 0.0833333) _epsilon_)) + ((p.p.name is j) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.0909091) (l 0.909091) l)) + ((n.n.n.name is f) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 0.722222) (l 0.277778) _epsilon_)) + ((p.p.name is g) + ((n.n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is e) + (((_epsilon_ 0.714286) + (l 0.285714) + _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + (((_epsilon_ 0.333333) (l 0.666667) l))))) + ((n.n.name is o) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.833333) + (l 0.166667) + _epsilon_))) + ((n.n.n.name is t) + (((_epsilon_ 0.125) (l 0.875) l)) + ((p.p.name is m) + ((n.n.name is e) + (((_epsilon_ 0.272727) (l 0.727273) l)) + ((n.n.name is a) + ((n.n.n.name is r) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.75) (l 0.25) _epsilon_))) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)))) + ((n.n.name is e) + ((n.n.n.name is r) + (((_epsilon_ 0.555556) + (l 0.444444) + _epsilon_)) + ((p.name is e) + ((p.p.name is t) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_))) + (((_epsilon_ 0.285714) (l 0.714286) l)))) + ((p.name is i) + (((l 1) l)) + ((n.n.name is u) + (((_epsilon_ 0.142857) (l 0.857143) l)) + ((n.n.n.name is r) + (((_epsilon_ 0.2) (l 0.8) l)) + ((p.p.name is c) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + ((p.name is e) + (((l 1) l)) + (((_epsilon_ 0.5) + (l 0.5) + _epsilon_)))))))))))))))))))))))))))))))) + ((p.p.name is o) + ((p.p.p.name is h) + (((l 1) l)) + ((p.p.p.name is r) + (((_epsilon_ 0.25) (l 0.75) l)) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.4) (l 0.6) l)) + (((_epsilon_ 0.636364) (l 0.363636) _epsilon_)))))) + ((p.p.name is n) + ((p.p.p.name is h) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((p.p.p.name is n) + ((n.n.name is a) + (((_epsilon_ 0.4) (l 0.6) l)) + (((_epsilon_ 0.886364) (l 0.113636) _epsilon_))) + (((_epsilon_ 0.959459) (l 0.0405405) _epsilon_)))) + ((p.p.name is w) + ((p.p.p.name is h) + ((p.name is a) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.428571) (l 0.571429) l))) + (((_epsilon_ 0.932292) (l 0.0677083) _epsilon_))) + ((p.p.name is v) + ((p.name is e) + ((p.p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + ((p.p.p.name is o) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((_epsilon_ 0.285714) (l 0.714286) l))) + ((n.n.n.name is #) + ((p.p.p.name is e) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.823529) (l 0.176471) _epsilon_))) + (((_epsilon_ 1) _epsilon_))))) + (((_epsilon_ 0.960784) (l 0.0392157) _epsilon_))) + ((n.n.name is #) + ((p.p.p.name is u) + ((p.name is i) + (((l 1) l)) + ((p.p.name is g) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.7) (l 0.3) _epsilon_))))) + ((p.name is e) + ((p.p.p.name is a) + (((_epsilon_ 0.588235) (l 0.411765) _epsilon_)) + ((p.p.name is c) + ((p.p.p.name is r) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l))) + ((p.p.p.name is n) + (((_epsilon_ 0.95) (l 0.05) _epsilon_)) + ((p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is t) + (((_epsilon_ 0.952381) (l 0.047619) _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 0.944444) (l 0.0555556) _epsilon_)) + ((p.p.p.name is e) + (((_epsilon_ 0.952381) (l 0.047619) _epsilon_)) + ((p.p.p.name is y) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((p.p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is g) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 0.864865) (l 0.135135) _epsilon_)) + ((p.p.name is z) + (((_epsilon_ 0.888889) (l 0.111111) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 0.857143) + (l 0.142857) + _epsilon_)) + ((p.p.name is x) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 0.826087) + (l 0.173913) + _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 0.555556) + (l 0.444444) + _epsilon_)) + ((p.p.p.name is o) + (((_epsilon_ 0.571429) + (l 0.428571) + _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.795455) + (l 0.204545) + _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.823529) + (l 0.176471) + _epsilon_)) + ((p.p.p.name is m) + (((_epsilon_ 0.777778) + (l 0.222222) + _epsilon_)) + ((p.p.p.name is p) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + (((_epsilon_ 0.285714) + (l 0.714286) + l)))))))))))))))))))))))) + ((p.p.name is i) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.89916) (l 0.10084) _epsilon_))))) + ((p.p.p.name is e) + ((p.name is u) + (((l 1) l)) + ((n.n.n.name is o) + ((p.p.name is b) + (((l 1) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_))) + ((n.n.n.name is #) + ((p.p.name is b) + (((_epsilon_ 0.857143) (l 0.142857) _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 0.714286) (l 0.285714) _epsilon_)) + ((p.name is e) + ((n.n.name is e) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.8) (l 0.2) _epsilon_))) + ((p.p.name is d) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((p.p.name is t) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((n.n.name is o) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (l 0.666667) l)))))))) + ((n.n.name is a) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.913043) (l 0.0869565) _epsilon_)))))) + ((n.n.n.name is a) + ((p.p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is w) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 0.166667) (l 0.833333) l)) + ((n.n.name is i) + (((_epsilon_ 0.25) (l 0.75) l)) + ((p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is h) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)))))))))) + ((n.n.n.name is c) + (((_epsilon_ 0.945946) (l 0.0540541) _epsilon_)) + ((n.n.n.name is d) + (((_epsilon_ 0.928571) (l 0.0714286) _epsilon_)) + ((p.p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is u) + ((p.p.p.name is i) + (((l 1) l)) + ((p.p.name is c) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.741935) (l 0.258065) _epsilon_)))) + ((p.p.name is u) + ((p.p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is r) + ((p.p.p.name is g) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_))) + ((n.n.name is e) + ((p.p.p.name is o) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)) + ((p.name is i) + (((_epsilon_ 0.2) (l 0.8) l)) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)))) + ((p.name is e) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.818182) (l 0.181818) _epsilon_)))))) + ((n.n.n.name is v) + ((p.p.name is #) + (((_epsilon_ 0.2) (l 0.8) l)) + (((_epsilon_ 0.75) (l 0.25) _epsilon_))) + ((p.p.p.name is o) + ((n.n.name is a) + ((p.p.name is r) + ((p.name is e) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((l 1) l))) + ((p.name is i) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((p.p.name is c) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((_epsilon_ 0.454545) (l 0.545455) l))))) + (((_epsilon_ 0.836735) (l 0.163265) _epsilon_))) + ((p.p.name is r) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.name is e) + (((_epsilon_ 0.903226) (l 0.0967742) _epsilon_)) + ((p.p.p.name is g) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.777778) + (l 0.222222) + _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.6) (l 0.4) _epsilon_)) + (((_epsilon_ 0.333333) (l 0.666667) l))))))))))) + ((p.p.name is z) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is v) + (((_epsilon_ 0.4) (l 0.6) l)) + ((n.n.n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is b) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.894737) + (l 0.105263) + _epsilon_)) + ((p.p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + ((n.n.n.name is w) + (((_epsilon_ 0.2) (l 0.8) l)) + ((p.name is e) + ((n.n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 0.833333) + (l 0.166667) + _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + ((p.p.p.name is s) + (((_epsilon_ 0.4) (l 0.6) l)) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)))))) + (((_epsilon_ 1) _epsilon_)))) + ((p.name is u) + ((p.p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + ((n.n.n.name is h) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.8) + (l 0.2) + _epsilon_)) + (((_epsilon_ 0.333333) + (l 0.666667) + l)))) + ((n.n.n.name is #) + (((_epsilon_ 0.25) (l 0.75) l)) + ((p.p.p.name is c) + (((_epsilon_ 0.4) (l 0.6) l)) + (((_epsilon_ 1) _epsilon_))))))) + ((p.name is e) + ((p.p.p.name is 0) + ((n.n.n.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((l 1) l)) + ((n.n.n.name is o) + (((l 1) l)) + ((n.n.n.name is r) + (((_epsilon_ 0.3) (l 0.7) l)) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + (((_epsilon_ 0.75) + (l 0.25) + _epsilon_)))))))) + ((p.p.p.name is a) + ((p.p.name is b) + (((_epsilon_ 0.9) (l 0.1) _epsilon_)) + ((n.n.name is o) + (((_epsilon_ 0.2) (l 0.8) l)) + ((p.p.name is d) + (((_epsilon_ 0.25) (l 0.75) l)) + ((p.p.name is p) + (((_epsilon_ 0.4) (l 0.6) l)) + (((_epsilon_ 0.8) + (l 0.2) + _epsilon_)))))) + ((p.p.p.name is g) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + ((p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is o) + (((_epsilon_ 0.886792) + (l 0.113208) + _epsilon_)) + ((p.p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is i) + (((_epsilon_ 0.896552) + (l 0.103448) + _epsilon_)) + ((p.p.name is c) + ((p.p.p.name is r) + (((_epsilon_ 0.6) + (l 0.4) + _epsilon_)) + (((_epsilon_ 0.333333) + (l 0.666667) + l))) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 0.848485) + (l 0.151515) + _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + ((p.p.name is h) + ((n.n.name is s) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_))) + (((_epsilon_ 0.7) + (l 0.3) + _epsilon_)))))))))))))))) + ((p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 0.884615) + (l 0.115385) + _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 0.921053) + (l 0.0789474) + _epsilon_)) + ((p.p.name is h) + ((n.n.n.name is e) + (((l 1) l)) + (((_epsilon_ 0.722222) + (l 0.277778) + _epsilon_))) + ((n.n.n.name is #) + ((n.n.name is e) + ((p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.142857) + (l 0.857143) + l))) + ((p.p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 0.909091) + (l 0.0909091) + _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 0.833333) + (l 0.166667) + _epsilon_)) + ((p.p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is m) + ((p.p.p.name is d) + (((_epsilon_ 1) + _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + (((_epsilon_ 0.833333) + (l 0.166667) + _epsilon_)))) + ((p.name is a) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + ((p.p.name is c) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + (((_epsilon_ 0.285714) + (l 0.714286) + l))))))))))) + ((n.n.n.name is i) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + ((p.p.p.name is c) + ((p.p.name is c) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + (((_epsilon_ 0.8) + (l 0.2) + _epsilon_))) + ((n.n.name is o) + ((n.n.n.name is t) + (((_epsilon_ 0.428571) + (l 0.571429) + l)) + (((_epsilon_ 0.888889) + (l 0.111111) + _epsilon_))) + (((_epsilon_ 0.88764) + (l 0.11236) + _epsilon_))))))))))))))))))))))))))))))))))))))))) + ((n.name is e) + ((p.name is b) + ((n.n.name is #) + (((ax0-l 1) ax0-l)) + ((p.p.p.name is 0) + (((l 1) l)) + ((n.n.name is y) + (((l 1) l)) + ((n.n.n.name is s) + (((ax0-l 0.0588235) (l 0.941176) l)) + ((n.n.name is s) + ((n.n.n.name is #) + (((ax0-l 1) ax0-l)) + ((p.p.name is a) + (((ax0-l 1) ax0-l)) + ((p.p.p.name is o) + (((ax0-l 1) ax0-l)) + (((ax0-l 0.333333) (l 0.666667) l))))) + ((n.n.name is d) + (((ax0-l 1) ax0-l)) + ((p.p.name is m) + (((ax0-l 0.117647) (l 0.882353) l)) + ((p.p.p.name is r) + (((l 1) l)) + ((n.n.name is t) + ((n.n.n.name is #) + (((l 1) l)) + ((n.n.n.name is t) (((l 1) l)) (((ax0-l 1) ax0-l)))) + ((p.p.name is a) + (((ax0-l 0.875) (l 0.125) ax0-l)) + ((p.p.p.name is g) + (((ax0-l 1) ax0-l)) + ((n.n.name is m) + (((ax0-l 1) ax0-l)) + ((p.p.name is u) + (((ax0-l 0.8) (l 0.2) ax0-l)) + ((p.p.name is o) + (((ax0-l 0.714286) (l 0.285714) ax0-l)) + ((p.p.name is i) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + ((p.p.name is e) + ((n.n.name is r) + (((ax0-l 0.5) (l 0.5) ax0-l)) + (((ax0-l 0.333333) (l 0.666667) l))) + (((ax0-l 0.25) (l 0.75) l)))))))))))))))))) + ((p.name is l) + ((n.n.name is d) + (((_epsilon_ 0.025974) (l 0.974026) l)) + ((p.p.p.name is w) + ((n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is s) + (((l 1) l)) + ((n.n.n.name is #) + ((n.n.name is n) + (((_epsilon_ 0.125) (l 0.875) l)) + ((p.p.name is e) + (((_epsilon_ 0.6) (l 0.4) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.222222) (l 0.777778) l))))) + ((p.p.name is i) + (((_epsilon_ 0.25) (l 0.75) l)) + (((_epsilon_ 0.75) (l 0.25) _epsilon_))))))) + ((p.p.name is o) + (((_epsilon_ 0.0746269) (l 0.925373) l)) + ((p.p.p.name is v) + ((n.n.name is #) + (((_epsilon_ 0.0465116) (l 0.953488) l)) + ((n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is y) + (((l 1) l)) + ((n.n.n.name is #) + (((_epsilon_ 0.166667) (l 0.833333) l)) + ((p.p.name is i) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + ((n.n.name is r) + (((l 1) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)))))))) + ((p.p.p.name is p) + (((_epsilon_ 0.0277778) (l 0.972222) l)) + ((n.n.n.name is d) + (((_epsilon_ 0.1) (l 0.7) (y 0.2) l)) + ((n.n.n.name is o) + (((l 0.916667) (y 0.0833333) l)) + ((n.n.n.name is m) + (((l 0.833333) (y 0.166667) l)) + ((p.p.p.name is k) + (((_epsilon_ 0.037037) (l 0.962963) l)) + ((n.n.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.0416667) (l 0.958333) l)) + ((n.n.name is n) + ((p.p.p.name is b) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + ((p.p.p.name is f) + (((_epsilon_ 0.6) (l 0.4) _epsilon_)) + ((p.p.p.name is #) + ((n.n.n.name is b) + (((_epsilon_ 0.6) (l 0.4) _epsilon_)) + (((_epsilon_ 0.181818) (l 0.818182) l))) + (((_epsilon_ 0.0597015) (l 0.940299) l))))) + ((p.p.p.name is f) + (((l 1) l)) + ((p.p.p.name is n) + (((_epsilon_ 0.0952381) (l 0.904762) l)) + ((p.p.name is u) + (((_epsilon_ 0.15625) (l 0.84375) l)) + ((n.n.n.name is r) + (((l 1) l)) + ((p.p.p.name is o) + (((_epsilon_ 0.545455) (l 0.454545) _epsilon_)) + ((p.p.p.name is u) + ((p.p.name is e) + (((_epsilon_ 0.142857) (l 0.857143) l)) + (((_epsilon_ 0.7) (l 0.3) _epsilon_))) + ((n.n.name is v) + (((_epsilon_ 0.571429) (l 0.428571) _epsilon_)) + ((p.p.name is a) + ((p.p.p.name is h) + ((n.n.name is r) + (((l 1) l)) + (((_epsilon_ 0.833333) + (l 0.166667) + _epsilon_))) + ((p.p.p.name is t) + (((_epsilon_ 0.571429) + (l 0.428571) + _epsilon_)) + ((p.p.p.name is b) + (((l 1) l)) + ((n.n.n.name is e) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + ((n.n.n.name is #) + ((n.n.name is r) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + (((_epsilon_ 0.117647) (l 0.882353) l))) + (((_epsilon_ 0.0930233) (l 0.906977) l))))))) + ((p.p.p.name is h) + (((_epsilon_ 0.0833333) (l 0.916667) l)) + ((p.p.p.name is 0) + (((l 1) l)) + ((n.n.name is r) + ((p.p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is #) + ((n.n.n.name is b) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.75) (l 0.25) _epsilon_))) + (((_epsilon_ 0.174603) (l 0.825397) l))))) + ((p.p.p.name is m) + (((_epsilon_ 0.705882) + (l 0.294118) + _epsilon_)) + ((p.p.p.name is a) + (((_epsilon_ 0.125) (l 0.875) l)) + ((n.n.n.name is t) + (((_epsilon_ 0.181818) (l 0.818182) l)) + ((n.n.name is y) + (((_epsilon_ 0.2) (l 0.8) l)) + ((p.p.name is e) + ((n.n.n.name is s) + (((l 1) l)) + ((n.n.name is #) + ((p.p.p.name is b) + (((_epsilon_ 0.117647) + (l 0.882353) + l)) + ((p.p.p.name is s) + (((_epsilon_ 0.2) (l 0.8) l)) + ((p.p.p.name is z) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + ((p.p.p.name is d) + (((_epsilon_ 0.5) + (l 0.5) + _epsilon_)) + ((p.p.p.name is t) + (((_epsilon_ 0.5) + (l 0.5) + _epsilon_)) + (((_epsilon_ 0.428571) + (l 0.571429) + l))))))) + ((n.n.name is s) + (((_epsilon_ 0.4) (l 0.6) l)) + (((_epsilon_ 0.75) + (l 0.25) + _epsilon_))))) + ((p.p.p.name is b) + (((_epsilon_ 0.833333) + (l 0.166667) + _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 0.142857) + (l 0.857143) + l)) + ((p.p.p.name is #) + (((_epsilon_ 0.285714) + (l 0.714286) + l)) + ((p.p.p.name is e) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + ((p.p.p.name is t) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + (((_epsilon_ 0.5) + (l 0.5) + _epsilon_))))))))))))))))))))))))))))))))))) + ((p.p.p.name is 0) + (((_epsilon_ 0.000677507) (l 0.999322) l)) + ((n.n.name is #) + ((p.name is a) + (((l 1) l)) + ((p.name is i) + (((l 1) l)) + ((p.name is o) + (((l 1) l)) + ((p.name is e) + (((l 1) l)) + ((p.name is y) + (((l 1) l)) + ((p.name is u) + (((l 1) l)) + ((p.name is r) + ((p.p.p.name is c) + (((ax0-l 1) ax0-l)) + ((p.p.p.name is k) + (((ax0-l 1) ax0-l)) + ((p.p.name is h) + (((ax0-l 1) ax0-l)) + ((p.p.name is a) + (((ax0-l 0.333333) (l 0.666667) l)) + ((p.p.p.name is p) + (((ax0-l 0.333333) (l 0.666667) l)) + (((ax0-l 0.714286) (l 0.285714) ax0-l))))))) + (((ax0-l 0.968224) (l 0.0317757) ax0-l))))))))) + ((n.n.name is y) + (((ax0-l 0.0033389) (l 0.996661) l)) + ((n.n.n.name is #) + ((p.name is i) + (((l 1) l)) + ((p.name is a) + (((l 1) l)) + ((n.n.name is s) + ((p.name is o) + (((l 1) l)) + ((p.name is y) + (((l 1) l)) + ((p.name is u) + (((l 1) l)) + ((p.name is e) + (((l 1) l)) + ((p.name is r) + (((ax0-l 0.285714) (l 0.714286) l)) + (((ax0-l 0.968912) (l 0.0310881) ax0-l))))))) + ((n.n.name is d) + ((p.name is e) + (((l 1) l)) + ((p.name is o) + (((l 1) l)) + ((p.name is u) + (((l 1) l)) + ((p.name is w) + (((l 1) l)) + ((p.name is r) + (((ax0-l 0.111111) (l 0.888889) l)) + (((ax0-l 0.96875) (l 0.03125) ax0-l))))))) + ((n.n.name is r) + ((p.name is s) + ((p.p.name is s) + ((p.p.p.name is o) + (((ax0-l 1) ax0-l)) + (((ax0-l 0.176471) (l 0.823529) l))) + ((p.p.name is n) + (((ax0-l 1) ax0-l)) + ((p.p.p.name is a) + (((ax0-l 0.25) (l 0.75) l)) + ((p.p.p.name is #) + (((ax0-l 0.333333) (l 0.666667) l)) + ((p.p.p.name is e) + ((p.p.name is i) + (((ax0-l 0.857143) (l 0.142857) ax0-l)) + (((l 1) l))) + (((ax0-l 0.840909) (l 0.159091) ax0-l))))))) + ((p.name is e) + (((l 1) l)) + ((p.name is g) + ((p.p.name is n) + (((ax0-l 0.842105) (l 0.157895) ax0-l)) + ((p.p.name is a) + (((l 1) l)) + ((p.p.name is e) + (((ax0-l 0.2) (l 0.8) l)) + ((p.p.p.name is a) + (((l 1) l)) + (((ax0-l 0.705882) (l 0.294118) ax0-l)))))) + ((p.name is t) + ((p.p.name is n) + (((l 1) l)) + ((p.p.p.name is e) + (((ax0-l 0.684211) (l 0.315789) ax0-l)) + ((p.p.name is s) + (((ax0-l 0.166667) (l 0.833333) l)) + ((p.p.name is t) + (((ax0-l 0.214286) (l 0.785714) l)) + ((p.p.p.name is c) + (((ax0-l 0.333333) (l 0.666667) l)) + ((p.p.p.name is h) + (((ax0-l 0.333333) (l 0.666667) l)) + ((p.p.p.name is t) + ((p.p.name is e) + (((ax0-l 0.8) (l 0.2) ax0-l)) + (((ax0-l 0.4) (l 0.6) l))) + (((ax0-l 0.7) (l 0.3) ax0-l))))))))) + ((p.name is d) + ((p.p.name is n) + (((ax0-l 0.142857) (l 0.857143) l)) + ((p.p.p.name is e) + (((ax0-l 0.777778) (l 0.222222) ax0-l)) + ((p.p.p.name is h) + (((ax0-l 0.75) (l 0.25) ax0-l)) + ((p.p.p.name is i) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + ((p.p.p.name is t) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + ((p.p.name is e) + (((ax0-l 0.285714) (l 0.714286) l)) + ((p.p.p.name is s) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + ((p.p.name is a) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + (((ax0-l 0.375) (l 0.625) l)))))))))) + ((p.name is f) + ((p.p.name is f) + ((p.p.p.name is o) + (((ax0-l 0.75) (l 0.25) ax0-l)) + (((ax0-l 0.307692) (l 0.692308) l))) + ((p.p.name is e) + (((ax0-l 0.333333) (l 0.666667) l)) + (((ax0-l 1) ax0-l)))) + ((p.p.name is c) + ((p.name is h) + ((p.p.p.name is e) + (((ax0-l 0.222222) (l 0.777778) l)) + (((ax0-l 0.578947) (l 0.421053) ax0-l))) + (((ax0-l 0.178571) (l 0.821429) l))) + ((p.name is p) + ((p.p.name is p) + (((l 1) l)) + ((p.p.name is e) + (((l 1) l)) + ((p.p.name is m) + (((ax0-l 0.333333) (l 0.666667) l)) + (((ax0-l 1) ax0-l))))) + (((ax0-l 0.0316456) (l 0.968354) l)))))))))) + ((n.n.name is n) + ((p.p.p.name is #) + (((l 1) l)) + ((p.name is e) + (((l 1) l)) + ((p.name is h) + (((l 1) l)) + ((p.name is o) + (((l 1) l)) + ((p.p.p.name is b) + (((l 1) l)) + ((p.name is r) + (((l 1) l)) + ((p.p.name is e) + (((ax0-l 0.333333) (l 0.666667) l)) + (((ax0-l 0.777778) (l 0.222222) ax0-l))))))))) + (((l 1) l)))))))) + ((p.name is t) + ((n.n.n.name is s) + (((ax0-l 0.03125) (l 0.96875) l)) + ((n.n.n.name is g) + (((l 1) l)) + ((n.n.name is r) + (((l 1) l)) + ((n.n.n.name is e) + (((ax0-l 1) ax0-l)) + ((p.p.p.name is o) + (((l 1) l)) + ((p.p.name is r) + (((ax0-l 0.166667) (l 0.833333) l)) + ((p.p.p.name is a) + (((ax0-l 1) ax0-l)) + ((n.n.n.name is a) + (((ax0-l 1) ax0-l)) + ((n.n.name is m) + (((l 1) l)) + ((p.p.p.name is e) + (((ax0-l 1) ax0-l)) + ((n.n.n.name is t) + (((ax0-l 0.333333) (l 0.666667) l)) + (((ax0-l 0.833333) (l 0.166667) ax0-l))))))))))))) + ((p.name is d) + ((n.n.n.name is s) + (((l 1) l)) + ((n.n.n.name is a) + (((ax0-l 1) ax0-l)) + ((n.n.name is b) + (((ax0-l 1) ax0-l)) + ((p.p.name is e) + (((ax0-l 1) ax0-l)) + ((p.p.name is d) + (((ax0-l 0.818182) (l 0.181818) ax0-l)) + ((p.p.p.name is a) + (((ax0-l 0.75) (l 0.25) ax0-l)) + (((ax0-l 0.222222) (l 0.777778) l)))))))) + ((p.name is g) + ((p.p.name is e) + (((l 1) l)) + ((n.n.name is a) + (((l 1) l)) + ((n.n.n.name is i) + (((l 1) l)) + ((p.p.name is n) + ((n.n.n.name is o) + (((ax0-l 0.777778) (l 0.222222) ax0-l)) + ((n.n.name is m) + (((ax0-l 0.8) (l 0.2) ax0-l)) + (((ax0-l 0.0666667) (l 0.933333) l)))) + ((n.n.n.name is o) + (((ax0-l 0.25) (l 0.75) l)) + (((ax0-l 0.923077) (l 0.0769231) ax0-l))))))) + ((p.name is z) + (((ax0-l 0.857143) (l 0.142857) ax0-l)) + ((p.name is p) + ((p.p.p.name is a) + ((n.n.n.name is e) + (((ax0-l 1) ax0-l)) + ((n.n.n.name is a) + (((ax0-l 0.75) (l 0.25) ax0-l)) + ((n.n.n.name is h) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + (((ax0-l 0.2) (l 0.8) l))))) + ((n.n.n.name is o) + (((ax0-l 1) ax0-l)) + ((n.n.name is c) + (((ax0-l 0.4) (l 0.6) l)) + ((n.n.n.name is e) + (((l 1) l)) + ((p.p.name is m) + ((p.p.p.name is o) + (((l 1) l)) + (((ax0-l 0.666667) (l 0.333333) ax0-l))) + (((ax0-l 0.0243902) (l 0.97561) l))))))) + ((p.name is k) + ((n.n.n.name is e) + (((ax0-l 1) ax0-l)) + ((n.n.n.name is s) + (((l 1) l)) + ((p.p.p.name is i) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + ((p.p.p.name is a) + ((n.n.n.name is o) + (((ax0-l 0.5) (l 0.5) ax0-l)) + (((ax0-l 0.25) (l 0.75) l))) + (((l 1) l)))))) + ((p.name is f) + ((p.p.p.name is u) + (((ax0-l 0.5) (l 0.5) ax0-l)) + (((ax0-l 0.0294118) (l 0.970588) l))) + (((ax0-l 0.00390625) (l 0.996094) l))))))))))))))) + ((p.name is l) + ((n.name is y) + ((p.p.name is a) + (((_epsilon_ 0.0163265) (l 0.983673) l)) + ((p.p.p.name is f) + (((_epsilon_ 0.0188679) (l 0.981132) l)) + ((p.p.p.name is n) + (((l 1) l)) + ((n.n.name is a) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((n.n.name is n) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((p.p.p.name is t) + (((l 1) l)) + ((p.p.name is u) + ((p.p.p.name is c) + (((l 1) l)) + (((_epsilon_ 0.6) (l 0.4) _epsilon_))) + (((_epsilon_ 0.142857) (l 0.857143) l))))))))) + ((n.n.n.name is g) + ((n.n.name is n) + (((l 1) l)) + ((n.name is w) + (((l 1) l)) + ((p.p.p.name is k) + (((l 1) l)) + ((p.p.name is u) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((n.n.name is r) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_))))))) + ((n.name is u) + ((p.p.name is e) + ((n.n.name is l) + ((n.n.n.name is a) + (((y 1) y)) + (((_epsilon_ 0.666667) (y 0.333333) _epsilon_))) + ((p.p.p.name is t) + (((l 0.5) (y 0.5) l)) + ((n.n.name is m) + (((l 1) l)) + ((n.n.name is c) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)))))) + ((n.n.n.name is t) + (((_epsilon_ 0.7) (l 0.3) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.0434783) (l 0.956522) l)) + ((p.p.p.name is g) + (((l 1) l)) + ((p.p.p.name is c) + ((n.n.name is m) + ((p.p.name is a) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_))) + (((l 1) l))) + ((n.n.n.name is i) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)) + ((p.p.name is u) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.125) (l 0.875) l))))))))))) + ((n.name is a) + ((p.p.p.name is v) + ((p.p.name is i) + ((n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((n.n.n.name is e) + (((_epsilon_ 0.4) (l 0.6) l)) + ((n.n.name is g) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is n) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.75) (l 0.25) _epsilon_))))))))) + (((_epsilon_ 0.214286) (l 0.785714) l))) + ((n.n.n.name is o) + (((l 1) l)) + ((p.p.p.name is h) + (((_epsilon_ 0.0526316) (l 0.947368) l)) + ((n.n.n.name is d) + ((p.p.p.name is b) + (((l 1) l)) + ((p.p.name is a) + (((_epsilon_ 0.125) (l 0.875) l)) + ((p.p.name is i) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((n.n.name is n) + ((p.p.p.name is l) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((_epsilon_ 0.222222) (l 0.777778) l))) + ((p.p.name is o) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 1) _epsilon_))))))) + ((p.p.p.name is f) + (((l 1) l)) + ((p.p.name is o) + ((p.p.p.name is t) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((_epsilon_ 0.0769231) (l 0.923077) l))) + ((n.n.name is t) + ((p.p.name is e) + ((p.p.p.name is p) + (((l 1) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_))) + (((l 1) l))) + ((p.p.p.name is z) + (((l 1) l)) + ((n.n.n.name is a) + (((_epsilon_ 0.0625) (l 0.9375) l)) + ((p.p.p.name is #) + ((n.n.name is n) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.6) (l 0.4) _epsilon_))) + ((p.p.p.name is k) + ((p.p.name is e) + (((l 1) l)) + (((_epsilon_ 0.857143) (l 0.142857) _epsilon_))) + ((n.n.n.name is l) + (((l 1) l)) + ((p.p.p.name is i) + (((l 1) l)) + ((p.p.p.name is n) + (((_epsilon_ 0.157895) (l 0.842105) l)) + ((n.n.n.name is #) + ((p.p.name is u) + (((l 1) l)) + ((p.p.p.name is b) + (((l 1) l)) + ((p.p.p.name is s) + (((l 1) l)) + ((n.n.name is r) + (((_epsilon_ 0.1) (l 0.9) l)) + ((p.p.p.name is c) + (((l 1) l)) + ((n.n.name is s) + ((p.p.name is i) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l))) + ((p.p.p.name is l) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + ((n.n.name is n) + (((_epsilon_ 0.125) (l 0.875) l)) + ((p.p.p.name is m) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l))))))))))) + ((p.p.p.name is p) + (((_epsilon_ 0.130435) (l 0.869565) l)) + ((n.n.n.name is u) + (((l 1) l)) + ((n.n.name is i) + (((l 1) l)) + ((n.n.n.name is c) + (((l 1) l)) + ((p.p.p.name is t) + ((p.p.name is a) + (((l 1) l)) + ((n.n.name is #) + (((_epsilon_ 0.166667) (l 0.833333) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)))) + ((p.p.p.name is m) + (((_epsilon_ 0.2) (l 0.8) l)) + ((n.n.name is #) + ((p.p.name is i) + ((p.p.p.name is r) + (((_epsilon_ 0.461538) (l 0.538462) l)) + ((p.p.p.name is c) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.333333) (l 0.666667) l)))) + ((p.p.p.name is r) + (((_epsilon_ 0.166667) (l 0.833333) l)) + ((p.p.name is a) + (((_epsilon_ 0.142857) (l 0.857143) l)) + ((p.p.name is e) + ((p.p.p.name is c) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.5) + (l 0.5) + _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 0.4) (l 0.6) l)) + ((p.p.p.name is d) + (((_epsilon_ 0.235294) + (l 0.764706) + l)) + ((p.p.p.name is b) + (((_epsilon_ 0.230769) + (l 0.769231) + l)) + ((p.p.p.name is u) + (((_epsilon_ 0.25) (l 0.75) l)) + (((_epsilon_ 0.5) + (l 0.5) + _epsilon_)))))))) + (((_epsilon_ 0.6) (l 0.4) _epsilon_)))))) + ((n.n.n.name is h) + (((_epsilon_ 0.166667) (l 0.833333) l)) + ((n.n.name is c) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + ((p.p.name is a) + ((n.n.n.name is t) + (((_epsilon_ 0.166667) + (l 0.833333) + l)) + ((n.n.name is d) + (((_epsilon_ 0.25) (l 0.75) l)) + (((_epsilon_ 0.75) + (l 0.25) + _epsilon_)))) + ((p.p.p.name is b) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)) + ((n.n.n.name is y) + (((l 1) l)) + ((n.n.name is n) + (((_epsilon_ 0.2) (l 0.8) l)) + ((p.p.p.name is w) + (((_epsilon_ 0.333333) + (l 0.666667) + l)) + (((_epsilon_ 0.7) + (l 0.3) + _epsilon_))))))))))))))))))))))))))))))) + ((n.n.name is e) + ((p.p.p.name is b) + ((p.p.name is u) + ((n.n.n.name is n) + (((_epsilon_ 0.333333) (y 0.666667) y)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.142857) (l 0.857143) l)))) + ((p.p.p.name is w) + ((n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.name is n) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l)))) + ((p.p.name is i) + ((n.name is i) + ((p.p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is h) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_))))) + (((l 1) l))) + ((p.p.name is e) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((p.p.p.name is f) + (((l 1) l)) + ((p.p.p.name is h) + (((l 1) l)) + ((n.n.n.name is r) + (((_epsilon_ 0.222222) (l 0.777778) l)) + ((n.name is i) + (((_epsilon_ 0.25) (l 0.75) l)) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)))))))) + ((p.p.p.name is r) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + ((p.p.name is o) + (((l 1) l)) + ((p.p.p.name is #) + (((l 1) l)) + ((n.n.n.name is s) + (((l 1) l)) + ((p.p.p.name is s) + (((l 1) l)) + ((n.n.n.name is n) + (((l 1) l)) + ((p.p.p.name is c) + (((l 1) l)) + ((p.p.p.name is v) + (((l 1) l)) + ((n.n.n.name is r) + (((_epsilon_ 0.142857) (l 0.857143) l)) + ((n.n.n.name is #) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.333333) (l 0.666667) l)))))))))))))))) + ((n.n.name is o) + ((n.name is c) + (((l 1) l)) + ((p.p.name is e) + ((p.p.p.name is b) + (((_epsilon_ 0.875) (l 0.125) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l)))) + ((p.p.p.name is d) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + ((p.p.name is i) + ((n.name is s) + (((l 1) l)) + ((p.p.p.name is w) + (((_epsilon_ 0.714286) (l 0.285714) _epsilon_)) + ((p.p.p.name is b) + ((n.n.n.name is n) + (((_epsilon_ 0.833333) (l 0.166667) _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l))) + (((_epsilon_ 0.225806) (l 0.774194) l))))) + ((n.n.n.name is n) + ((p.p.name is u) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.2) (l 0.8) l))) + (((_epsilon_ 0.0967742) (l 0.903226) l))))))) + ((n.name is i) + ((n.n.name is a) + ((p.p.p.name is #) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + ((p.p.name is i) + ((p.p.p.name is r) + (((l 1) l)) + ((n.n.n.name is m) + (((_epsilon_ 0.230769) (l 0.769231) l)) + ((n.n.n.name is r) + (((_epsilon_ 0.4) (l 0.6) l)) + (((_epsilon_ 0.571429) (l 0.428571) _epsilon_))))) + (((l 1) l)))) + ((n.n.name is #) + ((p.p.name is u) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.10274) (l 0.89726) l))) + ((p.p.p.name is n) + ((p.p.name is u) (((_epsilon_ 1) _epsilon_)) (((l 1) l))) + ((n.n.name is p) + ((p.p.name is i) + ((n.n.n.name is p) + (((l 1) l)) + ((p.p.p.name is h) + ((n.n.n.name is s) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.333333) (l 0.666667) l))) + (((_epsilon_ 0.25) (l 0.75) l)))) + (((l 1) l))) + ((p.p.p.name is b) + ((n.n.n.name is t) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((_epsilon_ 0.0714286) (l 0.928571) l))) + ((n.n.name is n) + ((p.p.p.name is #) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + ((p.p.p.name is p) + ((n.n.n.name is a) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((l 1) l))) + (((_epsilon_ 0.0151515) (l 0.984848) l)))) + (((_epsilon_ 0.0132159) (l 0.986784) l)))))))) + ((p.p.p.name is f) + (((_epsilon_ 0.04) (l 0.96) l)) + ((n.n.n.name is d) + (((ax0-l 0.125) (l 0.875) l)) + ((p.p.p.name is i) + ((p.p.name is e) + (((_epsilon_ 0.290323) (l 0.709677) l)) + (((_epsilon_ 0.4) (ax0-l 0.2) (l 0.4) _epsilon_))) + ((p.p.p.name is a) + (((_epsilon_ 0.166667) (ax0-l 0.0833333) (l 0.75) l)) + ((p.p.p.name is t) + ((n.n.name is a) + ((p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (l 0.6) l))) + ((n.n.n.name is #) + (((l 1) l)) + ((p.p.name is i) + (((_epsilon_ 0.192308) (l 0.807692) l)) + ((n.name is s) + (((_epsilon_ 0.4) (l 0.6) l)) + ((p.p.name is e) + (((_epsilon_ 0.25) (l 0.75) l)) + ((n.n.name is #) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + (((_epsilon_ 0.210526) (l 0.789474) l)))))))) + ((n.name is s) + ((p.p.p.name is c) + (((_epsilon_ 0.833333) (l 0.166667) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 0.625) (l 0.375) _epsilon_)) + ((p.p.p.name is p) + (((l 1) l)) + ((n.n.name is p) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((n.n.name is t) + ((p.p.name is i) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.166667) (l 0.833333) l)))) + ((p.p.p.name is g) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((p.p.p.name is #) + ((p.p.name is a) + (((l 1) l)) + (((_epsilon_ 0.75) (l 0.25) _epsilon_))) + (((_epsilon_ 0.147727) (l 0.852273) l))))))))) + ((n.n.n.name is p) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)) + ((n.n.n.name is k) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((n.n.name is v) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + ((n.name is b) + (((l 1) l)) + ((n.n.name is l) + ((n.n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (l 0.666667) l))) + ((n.n.name is c) + (((l 1) l)) + ((p.p.p.name is o) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + ((p.p.name is u) + ((p.p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + (((l 1) l)) + ((p.p.p.name is b) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + ((p.p.p.name is p) + (((l 1) l)) + ((p.p.p.name is z) + (((l 1) l)) + ((n.n.name is #) + ((p.p.p.name is r) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_))) + (((_epsilon_ 0.208333) (l 0.791667) l)))))))) + ((p.p.p.name is k) + (((_epsilon_ 0.0227273) (l 0.977273) l)) + ((p.p.p.name is n) + ((p.p.name is o) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + (((_epsilon_ 0.0654206) (l 0.934579) l))) + ((p.p.p.name is h) + (((_epsilon_ 0.097561) (l 0.902439) l)) + ((p.p.p.name is z) + (((_epsilon_ 0.0606061) (l 0.939394) l)) + ((n.n.n.name is y) + (((l 1) l)) + ((p.p.p.name is #) + ((n.n.n.name is 0) + (((_epsilon_ 0.75) (l 0.25) _epsilon_)) + ((n.n.name is t) + (((_epsilon_ 0.571429) + (l 0.428571) + _epsilon_)) + ((n.n.name is w) + ((n.n.n.name is a) + (((l 1) l)) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_))) + (((_epsilon_ 0.0588235) + (l 0.941176) + l))))) + ((n.n.name is y) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + ((p.p.name is a) + ((p.p.p.name is s) + ((n.n.name is w) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)) + (((_epsilon_ 0.181818) + (l 0.818182) + l))) + (((_epsilon_ 0.102439) + (l 0.897561) + l))) + ((n.n.n.name is i) + (((l 1) l)) + ((p.p.p.name is w) + ((p.p.name is e) + (((_epsilon_ 0.0927152) + (l 0.907285) + l)) + ((n.name is m) + (((_epsilon_ 0.666667) + (l 0.333333) + _epsilon_)) + ((n.name is o) + (((_epsilon_ 0.5) + (l 0.5) + _epsilon_)) + (((_epsilon_ 0.363636) + (l 0.636364) + l))))) + ((p.p.p.name is u) + ((n.n.name is n) + (((l 1) l)) + ((p.p.name is e) + (((_epsilon_ 0.5) + (l 0.5) + _epsilon_)) + (((_epsilon_ 0.285714) + (l 0.714286) + l)))) + ((n.n.name is m) + (((l 1) l)) + ((n.n.name is s) + (((l 1) l)) + ((p.p.p.name is j) + (((_epsilon_ 0.4) (l 0.6) l)) + ((n.n.name is f) + (((l 1) l)) + ((n.n.name is q) + (((l 1) l)) + ((p.p.p.name is c) + ((n.name is o) + (((_epsilon_ 0.0909091) + (l 0.909091) + l)) + ((p.p.name is e) + (((_epsilon_ 0.5) + (l 0.5) + _epsilon_)) + (((_epsilon_ 0.166667) + (l 0.833333) + l)))) + ((n.n.name is r) + (((l 1) l)) + ((n.n.n.name is e) + (((_epsilon_ 0.4) + (l 0.6) + l)) + ((n.n.name is w) + ((p.p.p.name is b) + (((_epsilon_ 1) + _epsilon_)) + (((_epsilon_ 0.111111) + (l 0.888889) + l))) + ((p.p.p.name is b) + ((n.name is m) + (((_epsilon_ 0.6) + (l 0.4) + _epsilon_)) + (((_epsilon_ 0.0689655) + (l 0.931034) + l))) + ((n.n.name is u) + (((l 1) l)) + ((p.p.p.name is p) + ((n.n.n.name is 0) + (((_epsilon_ 0.173913) + (l 0.826087) + l)) + (((_epsilon_ 0.6) + (l 0.4) + _epsilon_))) + (((_epsilon_ 0.182213) + (l 0.817787) + l)))))))))))))))))))))))))))))))))))))))))))))) + ((n.n.n.name is g) + ((n.name is i) + ((p.name is b) + ((p.p.name is i) + (((ax0-l 0.25) (l 0.75) l)) + (((ax0-l 0.928571) (l 0.0714286) ax0-l))) + ((p.name is g) + ((p.p.p.name is i) + (((ax0-l 0.9) (l 0.1) ax0-l)) + ((p.p.name is g) + (((ax0-l 0.857143) (l 0.142857) ax0-l)) + ((p.p.name is r) + (((ax0-l 0.333333) (l 0.666667) l)) + (((ax0-l 0.6) (l 0.4) ax0-l))))) + ((p.name is t) + ((p.p.p.name is o) + (((ax0-l 1) ax0-l)) + ((p.p.name is r) + (((ax0-l 0.166667) (l 0.833333) l)) + ((p.p.name is s) + ((p.p.p.name is e) + (((l 1) l)) + (((ax0-l 0.6) (l 0.4) ax0-l))) + (((ax0-l 0.611111) (l 0.388889) ax0-l))))) + ((p.name is p) + ((p.p.name is m) + (((l 1) l)) + ((p.p.p.name is o) + (((ax0-l 0.333333) (l 0.666667) l)) + (((ax0-l 0.8125) (l 0.1875) ax0-l)))) + ((p.name is d) + ((p.p.name is d) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + ((p.p.p.name is a) + (((l 1) l)) + ((p.p.p.name is o) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + ((p.p.name is i) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + ((p.p.p.name is e) + (((ax0-l 0.166667) (l 0.833333) l)) + ((p.p.name is n) + (((ax0-l 0.3) (l 0.7) l)) + ((p.p.name is a) + (((ax0-l 0.333333) (l 0.666667) l)) + (((ax0-l 0.6) (l 0.4) ax0-l))))))))) + ((p.p.name is z) + (((ax0-l 1) ax0-l)) + ((p.name is f) + ((p.p.p.name is 0) + (((l 1) l)) + ((p.p.name is i) + (((l 1) l)) + (((ax0-l 0.727273) (l 0.272727) ax0-l)))) + ((p.p.name is y) + (((ax0-l 1) ax0-l)) + ((p.p.p.name is i) + ((p.p.name is e) + (((l 1) l)) + ((p.p.name is v) + (((l 1) l)) + ((p.p.name is c) + (((ax0-l 0.285714) (l 0.714286) l)) + (((ax0-l 0.555556) (l 0.444444) ax0-l))))) + ((p.name is s) + ((p.p.p.name is 0) + (((l 1) l)) + ((p.p.p.name is u) + (((l 1) l)) + ((p.p.p.name is e) + ((p.p.name is s) + (((ax0-l 0.75) (l 0.25) ax0-l)) + (((ax0-l 0.333333) (l 0.666667) l))) + (((ax0-l 1) ax0-l))))) + (((ax0-l 0.00623053) (l 0.993769) l)))))))))))) + (((l 1) l))) + ((n.name is k) + ((p.name is a) + ((p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is f) + (((_epsilon_ 0.857143) (l 0.142857) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.8) (l 0.2) _epsilon_)) + ((p.p.name is b) + ((n.n.name is a) + (((l 1) l)) + ((n.n.name is i) + (((_epsilon_ 0.333333) (l 0.666667) l)) + (((_epsilon_ 0.6) (l 0.4) _epsilon_)))) + (((l 1) l)))))))) + ((p.name is o) + ((p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is v) + (((l 1) l)) + ((n.n.name is a) + (((l 1) l)) + ((n.n.name is o) + (((l 1) l)) + (((_epsilon_ 0.5) (l 0.5) _epsilon_))))))) + ((p.p.name is a) + ((n.n.name is e) + (((l 1) l)) + ((p.p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l)))) + ((p.name is h) + ((p.p.name is o) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((l 1) l))) + (((l 1) l)))))) + ((n.name is m) + ((p.name is a) + ((n.n.name is #) + (((_epsilon_ 0.785714) (l 0.214286) _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 0.0540541) (l 0.945946) l)) + ((p.p.name is c) + (((_epsilon_ 0.714286) (l 0.285714) _epsilon_)) + ((n.n.n.name is #) + ((p.p.p.name is #) + (((_epsilon_ 0.571429) (l 0.428571) _epsilon_)) + (((_epsilon_ 0.285714) (l 0.714286) l))) + ((n.n.n.name is t) + (((l 1) l)) + ((p.p.name is p) + ((n.n.name is e) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.25) (l 0.75) l))) + ((p.p.name is h) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.111111) (l 0.888889) l))))))))) + ((p.name is o) + ((n.n.name is #) + ((p.p.name is h) + (((_epsilon_ 0.25) (l 0.75) l)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.0571429) (l 0.942857) l))) + (((ax0-l 0.00352113) (l 0.996479) l)))) + ((n.name is #) + ((p.name is d) + (((ax0-l 1) ax0-l)) + ((p.name is t) + (((ax0-l 0.888889) (l 0.111111) ax0-l)) + ((p.name is g) + (((ax0-l 1) ax0-l)) + ((p.name is b) + (((ax0-l 1) ax0-l)) + ((p.name is k) + (((ax0-l 1) ax0-l)) + ((p.name is z) + (((ax0-l 1) ax0-l)) + ((p.name is e) + (((l 1) l)) + ((p.name is a) + (((l 1) l)) + ((p.p.name is c) + ((p.name is h) (((ax0-l 1) ax0-l)) (((l 1) l))) + ((p.p.p.name is a) + ((p.p.name is b) + (((_epsilon_ 0.333333) (l 0.666667) l)) + ((p.name is i) + (((l 1) l)) + ((p.name is o) + (((l 1) l)) + ((p.p.name is r) + (((l 1) l)) + ((p.name is u) (((l 1) l)) (((ax0-l 1) ax0-l))))))) + (((_epsilon_ 0.0015873) + (ax0-l 0.00634921) + (l 0.992063) + l)))))))))))) + ((p.name is u) + ((p.p.name is a) + ((n.n.name is #) + ((n.name is t) + ((p.p.p.name is e) + (((_epsilon_ 0.928571) (l 0.0714286) _epsilon_)) + ((p.p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is r) + (((l 1) l)) + ((p.p.p.name is n) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((p.p.p.name is g) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + ((p.p.p.name is v) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.333333) (l 0.666667) l)))))))) + (((l 1) l))) + (((_epsilon_ 0.0151515) (l 0.984848) l))) + ((n.name is d) + ((n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is m) + (((l 1) l)) + ((p.p.p.name is h) + (((l 1) l)) + ((p.p.p.name is c) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + ((n.n.name is e) + (((_epsilon_ 0.6) (l 0.4) _epsilon_)) + (((_epsilon_ 0.166667) (l 0.833333) l))))))) + (((_epsilon_ 0.00106952) (l 0.99893) l)))) + ((n.name is f) + ((p.p.name is h) + ((p.name is a) + (((_epsilon_ 0.875) (l 0.125) _epsilon_)) + (((l 1) l))) + ((p.p.name is c) + ((p.name is a) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((_epsilon_ 0.2) (l 0.8) l))) + (((l 1) l))) + (((l 1) l)))) + ((n.name is v) + ((p.name is a) + ((p.p.name is h) + ((n.n.n.name is r) + (((l 1) l)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is #) + ((n.n.name is e) + ((p.p.name is s) + (((_epsilon_ 0.5) (l 0.5) _epsilon_)) + (((_epsilon_ 0.0769231) (l 0.923077) l))) + (((_epsilon_ 0.0232558) (l 0.976744) l))) + (((l 1) l)))) + (((l 1) l))) + ((p.name is o) + ((n.name is n) + ((p.p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + (((l 1) l))) + ((p.p.p.name is #) + ((n.n.n.name is r) + (((_epsilon_ 0.0253165) (l 0.974684) l)) + ((n.n.n.name is e) + ((n.name is o) + ((n.n.name is n) + (((_epsilon_ 0.666667) (l 0.333333) _epsilon_)) + (((l 1) l))) + (((l 1) l))) + (((l 1) l)))) + (((l 1) l)))) + ((p.p.name is y) + ((n.n.n.name is t) + (((ax0-l 0.5) (l 0.5) ax0-l)) + (((l 1) l))) + ((n.n.name is d) + ((n.n.n.name is a) + ((p.p.name is #) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + (((l 1) l))) + (((l 0.996016) (y 0.00398406) l))) + ((p.name is d) + ((p.p.p.name is 0) (((ax0-l 1) ax0-l)) (((l 1) l))) + ((p.p.p.name is i) + ((n.n.n.name is h) + ((n.n.name is g) + (((l 1) l)) + ((p.name is c) + (((l 1) l)) + (((ax0-l 0.666667) (l 0.333333) ax0-l)))) + ((p.p.name is g) + ((p.name is g) + (((ax0-l 0.666667) (l 0.333333) ax0-l)) + (((l 1) l))) + (((l 1) l)))) + ((p.p.name is b) + ((n.name is y) + ((p.p.p.name is #) + (((l 1) l)) + (((ax0-l 0.666667) (l 0.333333) ax0-l))) + (((l 1) l))) + (((ax0-l 0.000150534) (l 0.999849) l))))))))))))))))))) +(m + ((n.name is c) + ((p.p.name is 0) + ((n.n.name is e) + ((n.n.n.name is l) + (((m-ae1 0.956522) (m-ax0 0.0434783) m-ae1)) + ((n.n.n.name is n) + (((m-ae1 0.777778) (m-ax0 0.222222) m-ae1)) + (((m-ae1 0.222222) (m-ax0 0.777778) m-ax0)))) + ((n.n.name is i) + ((n.n.n.name is n) + (((m-ae1 1) m-ae1)) + ((n.n.n.name is l) (((m-ae1 1) m-ae1)) (((m-ax0 1) m-ax0)))) + ((n.n.name is a) + ((n.n.n.name is d) + (((m-ax0 1) m-ax0)) + ((n.n.n.name is r) + (((m-ax0 1) m-ax0)) + ((n.n.n.name is u) + (((m-ax0 1) m-ax0)) + ((n.n.n.name is l) + (((m-ae1 0.333333) (m-ax0 0.666667) m-ax0)) + ((n.n.n.name is n) + (((m-ae1 0.428571) (m-ax0 0.571429) m-ax0)) + (((m-ae1 0.5) (m-ax0 0.5) m-ae1))))))) + (((m 0.0013587) + (m-ae1 0.00815217) + (m-ax0 0.98913) + (m-ih0 0.0013587) + m-ax0))))) + (((m 0.978723) (m-ih0 0.0212766) m))) + ((n.name is m) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + ((p.p.p.name is n) + (((m 1) m)) + (((_epsilon_ 0.875) (m 0.125) _epsilon_))) + ((p.p.name is #) + ((n.n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is e) + ((p.name is i) + ((n.n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (m 0.666667) m))) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.931034) (m 0.0689655) _epsilon_))))) + (((_epsilon_ 0.987069) (m 0.012931) _epsilon_))))) + ((p.name is s) + ((n.name is #) + (((ax0-m 0.995283) (m 0.00471698) ax0-m)) + ((n.name is s) + (((ax0-m 1) ax0-m)) + ((n.n.name is r) + ((n.n.n.name is #) + ((n.name is e) + ((p.p.name is a) + (((ax0-m 1) ax0-m)) + ((p.p.name is i) + (((ax0-m 1) ax0-m)) + ((p.p.name is e) + (((ax0-m 0.75) (m 0.25) ax0-m)) + (((ax0-m 0.333333) (m 0.666667) m))))) + (((m 1) m))) + (((m 1) m))) + (((ax0-m 0.00191205) (m 0.998088) m))))) + ((n.name is l) + ((p.p.name is k) + (((m 0.5) (m-ax0 0.5) m)) + ((p.p.p.name is t) + ((p.name is o) + (((m 1) m)) + (((m 0.333333) (m-ax0 0.666667) m-ax0))) + (((m 0.961538) (m-ax0 0.0384615) m)))) + ((p.name is m) + ((p.p.p.name is #) + ((n.n.n.name is s) + ((n.n.name is n) + (((m 1) m)) + (((_epsilon_ 0.8) (m 0.2) _epsilon_))) + (((_epsilon_ 0.0232558) (m 0.976744) m))) + ((p.p.p.name is s) + ((n.name is a) + ((n.n.name is t) + (((_epsilon_ 0.666667) (m 0.333333) _epsilon_)) + (((m 1) m))) + (((_epsilon_ 0.015873) (m 0.984127) m))) + (((_epsilon_ 0.00164474) (m 0.998355) m)))) + ((p.name is h) + ((p.p.name is t) + ((n.n.n.name is 0) + (((ax0-m 0.833333) (m 0.166667) ax0-m)) + (((ax0-m 0.0357143) (m 0.964286) m))) + ((p.p.p.name is #) + ((p.p.name is c) (((ax0-m 1) ax0-m)) (((m 1) m))) + (((m 1) m)))) + ((p.p.name is #) + ((p.name is k) + (((ax0-m 1) ax0-m)) + (((ax0-m 0.00345224) (m 0.996548) m))) + (((_epsilon_ 0.000298543) + (ax0-m 5.97086e-05) + (m 0.999582) + (m-ax0 5.97086e-05) + m)))))))))) +(n + ((n.name is g) + ((n.n.name is #) + (((ng 1) ng)) + ((n.n.name is e) + ((n.n.n.name is #) + (((n 0.9375) (ng 0.0625) n)) + ((p.p.name is s) + ((p.p.p.name is #) + (((n 0.142857) (ng 0.857143) ng)) + ((p.p.p.name is t) + (((n 1) n)) + ((p.p.p.name is y) + (((n 1) n)) + ((p.name is e) + (((n 1) n)) + ((p.p.p.name is i) + (((n 0.888889) (ng 0.111111) n)) + ((p.p.p.name is l) + (((n 0.333333) (ng 0.666667) ng)) + (((n 0.676471) (ng 0.323529) n)))))))) + ((p.name is i) + ((n.n.n.name is s) + (((n 0.857143) (ng 0.142857) n)) + ((p.p.name is h) + (((n 1) n)) + ((n.n.n.name is n) + ((p.p.p.name is #) + (((ng 1) ng)) + ((p.p.name is l) + (((ng 1) ng)) + ((p.p.name is r) + ((p.p.p.name is t) (((n 1) n)) (((ng 1) ng))) + (((n 0.875) (ng 0.125) n))))) + ((p.p.name is r) + ((p.p.p.name is e) + (((n 0.833333) (ng 0.166667) n)) + ((p.p.p.name is f) (((n 1) n)) (((n 0.08) (ng 0.92) ng)))) + ((p.p.name is g) + (((n 0.666667) (ng 0.333333) n)) + (((n 0.0206612) (ng 0.979339) ng))))))) + ((p.p.p.name is c) + (((n 0.923077) (ng 0.0769231) n)) + ((n.n.n.name is s) + ((p.name is a) + (((n 1) n)) + ((p.p.name is c) + (((n 1) n)) + ((p.name is o) + (((n 0.333333) (ng 0.666667) ng)) + ((p.p.name is l) + (((n 1) n)) + ((p.name is e) + (((n 0.75) (ng 0.25) n)) + (((n 0.333333) (ng 0.666667) ng))))))) + ((p.p.p.name is l) + ((n.n.n.name is r) + (((n 0.857143) (ng 0.142857) n)) + (((_epsilon_ 0.333333) (n 0.333333) (ng 0.333333) _epsilon_))) + ((p.p.name is v) + (((n 0.8125) (ng 0.1875) n)) + ((p.p.name is r) + ((n.n.n.name is l) + (((n 0.125) (ng 0.875) ng)) + ((p.name is a) + (((n 0.909091) (ng 0.0909091) n)) + ((n.n.n.name is d) + (((ng 1) ng)) + ((n.n.n.name is r) + (((n 0.4) (ng 0.6) ng)) + (((n 0.75) (ng 0.25) n)))))) + ((p.p.name is d) + ((n.n.n.name is r) + (((n 1) n)) + ((n.n.n.name is l) + (((n 0.333333) (ng 0.666667) ng)) + (((n 0.666667) (ng 0.333333) n)))) + ((n.n.n.name is r) + ((p.name is e) + ((p.p.p.name is s) + (((n 1) n)) + ((p.p.p.name is #) + (((n 0.285714) (ng 0.714286) ng)) + (((n 0.555556) (ng 0.444444) n)))) + ((p.p.name is t) + (((n 0.5) (ng 0.5) n)) + (((n 0.0363636) (ng 0.963636) ng)))) + ((p.name is u) + (((n 0.875) (ng 0.125) n)) + ((p.name is e) + ((n.n.n.name is l) + (((n 0.0434783) (ng 0.956522) ng)) + ((n.n.n.name is n) + (((n 0.5) (ng 0.5) n)) + (((n 0.333333) (ng 0.666667) ng)))) + ((p.p.p.name is 0) + (((n 0.592593) (ng 0.407407) n)) + ((p.name is a) + ((p.p.p.name is s) + (((ng 1) ng)) + ((p.p.name is t) + (((n 0.5) (ng 0.5) n)) + ((n.n.n.name is l) + ((p.p.name is l) + (((n 0.5) (ng 0.5) n)) + (((n 0.142857) (ng 0.857143) ng))) + (((ng 1) ng))))) + ((p.p.name is c) + (((n 1) n)) + ((n.n.n.name is d) + (((n 0.25) (ng 0.75) ng)) + (((n 0.6) (ng 0.4) n)))))))))))))))))) + ((n.n.name is i) + ((p.p.p.name is 0) + (((n 1) n)) + ((p.name is i) + ((p.p.name is t) + (((n 0.5) (ng 0.5) n)) + (((n 0.105263) (ng 0.894737) ng))) + ((p.p.name is r) + (((n 1) n)) + ((p.name is u) + (((n 0.9) (ng 0.1) n)) + ((n.n.n.name is b) + (((n 1) n)) + ((n.n.n.name is o) + (((n 1) n)) + ((p.p.p.name is #) + ((n.n.n.name is n) + (((ng 1) ng)) + ((n.n.n.name is t) + (((n 1) n)) + ((n.n.n.name is a) + (((n 0.75) (ng 0.25) n)) + (((n 0.214286) (ng 0.785714) ng))))) + ((p.name is o) + (((n 0.2) (ng 0.8) ng)) + (((n 0.75) (ng 0.25) n)))))))))) + ((n.n.name is r) + ((p.name is e) + (((n 1) n)) + ((p.p.name is o) + (((n 1) n)) + ((n.n.n.name is i) + (((ng 1) ng)) + ((p.p.p.name is n) + (((ng 1) ng)) + ((n.n.n.name is y) + (((ng 1) ng)) + ((p.name is u) + (((n 1) n)) + ((n.n.n.name is e) + ((p.p.name is c) + (((n 0.111111) (ng 0.888889) ng)) + (((n 0.5) (ng 0.5) n))) + ((p.p.p.name is 0) + (((n 0.333333) (ng 0.666667) ng)) + ((p.p.name is c) + (((n 0.8) (ng 0.2) n)) + ((p.name is i) + (((n 0.75) (ng 0.25) n)) + (((n 0.333333) (ng 0.666667) ng)))))))))))) + ((p.name is i) + ((p.p.name is e) + (((n 0.333333) (ng 0.666667) ng)) + ((n.n.name is o) + ((p.p.name is v) + (((n 0.666667) (ng 0.333333) n)) + (((n 0.0434783) (ng 0.956522) ng))) + (((_epsilon_ 0.00136799) (n 0.00683995) (ng 0.991792) ng)))) + ((n.n.n.name is g) + (((n 1) n)) + ((n.n.name is y) + (((n 0.75) (ng 0.25) n)) + ((p.p.name is 0) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)) + ((n.n.n.name is e) + (((ng 1) ng)) + ((n.n.name is u) + ((n.n.n.name is a) + (((n 0.833333) (ng 0.166667) n)) + ((p.name is a) + ((n.n.n.name is i) + ((p.p.name is l) + (((ng 1) ng)) + ((p.p.p.name is #) + (((n 0.666667) (ng 0.333333) n)) + (((n 0.166667) (ng 0.833333) ng)))) + (((ng 1) ng))) + ((p.p.p.name is #) (((n 0.2) (ng 0.8) ng)) (((n 1) n))))) + ((p.p.name is s) + ((p.name is o) + (((ng 1) ng)) + (((n 0.714286) (ng 0.285714) n))) + ((n.n.name is s) + (((ng 1) ng)) + ((p.name is a) + (((n 0.0327869) (ng 0.967213) ng)) + ((n.n.name is o) + ((p.p.p.name is 0) + (((n 1) n)) + ((n.n.n.name is o) + (((n 0.5) (ng 0.5) n)) + (((n 0.0952381) (ng 0.904762) ng)))) + ((n.n.name is l) + ((p.name is e) + (((ng 1) ng)) + ((p.p.p.name is #) + (((n 0.666667) (ng 0.333333) n)) + (((n 0.4) (ng 0.6) ng)))) + ((n.n.n.name is i) + ((n.n.name is h) + (((n 0.666667) (ng 0.333333) n)) + (((n 0.0909091) (ng 0.909091) ng))) + ((n.n.n.name is r) + ((p.name is u) (((ng 1) ng)) (((n 0.5) (ng 0.5) n))) + (((n 0.0108696) (ng 0.98913) ng))))))))))))))))))) + ((n.name is n) + ((p.p.p.name is 0) + ((p.name is u) + (((n 1) n)) + ((n.n.name is o) + ((n.n.n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is v) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is c) + (((_epsilon_ 0.8) (n 0.2) _epsilon_)) + (((_epsilon_ 0.4) (n 0.6) n))))))) + ((p.name is a) + ((n.n.name is u) + (((_epsilon_ 0.692308) (n 0.307692) _epsilon_)) + ((n.n.n.name is h) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is i) + (((n 1) n)) + ((n.n.n.name is b) + (((n 1) n)) + ((n.n.n.name is #) + (((n 1) n)) + ((n.n.n.name is l) + (((n 1) n)) + ((n.n.n.name is x) + (((_epsilon_ 0.333333) (n 0.666667) n)) + ((n.n.n.name is n) + (((_epsilon_ 0.333333) (n 0.666667) n)) + ((n.n.name is e) + (((_epsilon_ 0.75) (n 0.25) _epsilon_)) + (((_epsilon_ 0.333333) (n 0.666667) n))))))))))) + ((n.n.name is u) + (((_epsilon_ 0.25) (n 0.75) n)) + (((_epsilon_ 0.863636) (n 0.136364) _epsilon_)))))) + ((p.name is o) + ((p.p.p.name is #) + ((p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is o) + (((_epsilon_ 0.916667) (n 0.0833333) _epsilon_)) + ((n.n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 0.857143) (n 0.142857) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.166667) (n 0.833333) n)) + ((n.n.name is e) + ((n.n.n.name is c) + (((_epsilon_ 0.181818) (n 0.818182) n)) + ((n.n.n.name is #) + (((n 1) n)) + ((n.n.n.name is t) + (((_epsilon_ 0.333333) (n 0.666667) n)) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_))))) + (((_epsilon_ 0.7) (n 0.3) _epsilon_)))))))))) + (((_epsilon_ 1) _epsilon_))) + ((n.n.name is #) + (((_epsilon_ 0.983974) (n 0.0160256) _epsilon_)) + ((p.p.name is m) + ((p.name is a) + ((p.p.p.name is #) + (((_epsilon_ 0.178571) (n 0.821429) n)) + (((_epsilon_ 0.875) (n 0.125) _epsilon_))) + (((_epsilon_ 0.916667) (n 0.0833333) _epsilon_))) + ((p.name is r) + (((_epsilon_ 0.333333) (n 0.666667) n)) + ((p.name is i) + (((_epsilon_ 0.993939) (n 0.00606061) _epsilon_)) + ((p.name is e) + (((_epsilon_ 0.979522) (n 0.0204778) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.75) (n 0.25) _epsilon_)) + ((p.p.name is i) + ((n.n.n.name is c) + (((_epsilon_ 0.333333) (n 0.666667) n)) + ((p.p.p.name is g) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is i) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (n 0.666667) n)))) + (((_epsilon_ 0.956522) (n 0.0434783) _epsilon_)))) + ((p.p.p.name is s) + ((p.p.name is h) + (((_epsilon_ 0.25) (n 0.75) n)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is m) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 0.866667) (n 0.133333) _epsilon_)) + ((p.name is a) + (((_epsilon_ 0.987903) (n 0.0120968) _epsilon_)) + ((p.p.name is s) + ((n.n.name is y) + (((_epsilon_ 0.333333) (n 0.666667) n)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.962963) (n 0.037037) _epsilon_)))))))))))))))) + ((n.name is k) + ((n.n.n.name is m) + ((p.name is e) (((n 1) n)) (((n 0.166667) (ng 0.833333) ng))) + ((n.n.name is n) + ((p.p.p.name is 0) + (((_epsilon_ 0.25) (n 0.75) n)) + (((_epsilon_ 0.125) (ng 0.875) ng))) + ((n.n.n.name is y) + ((p.name is o) + (((n 0.142857) (ng 0.857143) ng)) + ((p.p.p.name is #) + (((n 0.571429) (ng 0.428571) n)) + (((n 0.2) (ng 0.8) ng)))) + ((n.n.name is i) + ((n.n.n.name is n) + (((n 0.0461538) (ng 0.953846) ng)) + ((p.p.p.name is #) + ((p.name is i) + (((ng 1) ng)) + ((n.n.n.name is e) + (((n 0.166667) (ng 0.833333) ng)) + (((n 0.5) (ng 0.5) n)))) + ((p.p.p.name is p) + (((n 0.666667) (ng 0.333333) n)) + ((p.name is a) + (((n 0.666667) (ng 0.333333) n)) + (((n 0.333333) (ng 0.666667) ng)))))) + ((n.n.name is r) + ((p.name is e) (((n 1) n)) (((n 0.0555556) (ng 0.944444) ng))) + ((n.n.n.name is p) + (((n 0.666667) (ng 0.333333) n)) + (((n 0.00977654) (ng 0.990223) ng)))))))) + ((n.name is c) + ((n.n.name is t) + (((ng 1) ng)) + ((n.n.name is e) + (((n 1) n)) + ((n.n.name is k) + (((n 0.0555556) (ng 0.944444) ng)) + ((n.n.name is #) + (((n 0.0909091) (ng 0.909091) ng)) + ((n.n.name is o) + ((n.n.n.name is #) + ((p.p.name is i) + (((n 0.833333) (ng 0.166667) n)) + ((p.p.name is r) + ((p.p.p.name is f) + (((n 0.75) (ng 0.25) n)) + ((p.p.p.name is #) + (((n 0.5) (ng 0.5) n)) + ((p.name is a) + (((n 0.666667) (ng 0.333333) n)) + (((n 0.333333) (ng 0.666667) ng))))) + (((n 0.142857) (ng 0.857143) ng)))) + ((p.name is u) + (((n 0.975) (ng 0.025) n)) + ((n.n.n.name is l) + (((n 0.125) (ng 0.875) ng)) + ((p.name is e) + (((n 1) n)) + ((n.n.n.name is g) + (((ng 1) ng)) + ((p.p.name is r) + ((n.n.n.name is i) + (((n 1) n)) + (((n 0.222222) (ng 0.777778) ng))) + ((p.name is o) + (((n 1) n)) + ((p.p.p.name is #) + ((n.n.n.name is m) + (((n 0.166667) (ng 0.833333) ng)) + (((n 0.769231) (ng 0.230769) n))) + (((n 0.857143) (ng 0.142857) n)))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((p.name is o) + (((n 1) n)) + (((n 0.133333) (ng 0.866667) ng))) + ((p.p.name is d) + (((ng 1) ng)) + ((p.p.name is p) + (((n 0.333333) (ng 0.666667) ng)) + (((n 0.901408) (ng 0.0985915) n))))) + ((n.n.name is s) + (((n 0.333333) (ng 0.666667) ng)) + ((n.n.name is u) + ((n.n.n.name is l) + (((ng 1) ng)) + ((p.name is o) + (((n 1) n)) + ((n.n.n.name is b) + (((n 0.25) (ng 0.75) ng)) + ((p.p.p.name is 0) + (((n 1) n)) + ((n.n.n.name is s) + (((n 0.333333) (ng 0.666667) ng)) + (((n 0.75) (ng 0.25) n))))))) + ((n.n.n.name is o) + ((p.name is a) + ((p.p.p.name is 0) + (((n 0.111111) (ng 0.888889) ng)) + (((n 0.9375) (ng 0.0625) n))) + (((n 1) n))) + ((p.name is y) + ((n.n.n.name is r) (((ng 1) ng)) (((n 1) n))) + ((p.p.p.name is m) + (((n 0.6) (ng 0.4) n)) + ((n.n.name is l) + ((p.name is u) + ((n.n.n.name is e) + (((n 0.4) (ng 0.6) ng)) + (((n 1) n))) + (((n 0.969697) (ng 0.030303) n))) + (((n 0.984127) (ng 0.015873) n)))))))))))))) + ((p.name is n) + ((p.p.p.name is #) + ((n.name is o) + ((n.n.name is u) + (((n 1) n)) + ((n.n.name is v) + (((n 1) n)) + ((n.n.name is y) + (((n 1) n)) + ((n.n.n.name is e) + (((n 1) n)) + ((p.p.name is e) + (((n 1) n)) + (((_epsilon_ 0.571429) (n 0.428571) _epsilon_))))))) + ((p.p.name is a) + ((n.name is u) + ((n.n.n.name is l) + (((_epsilon_ 0.6) (n 0.4) _epsilon_)) + (((_epsilon_ 0.125) (n 0.875) n))) + ((n.n.name is h) + (((n 1) n)) + ((n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is b) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.8) (n 0.2) _epsilon_)) + ((n.n.name is x) + (((_epsilon_ 0.75) (n 0.25) _epsilon_)) + (((_epsilon_ 0.166667) (n 0.833333) n)))))))))) + ((n.n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is v) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)) + (((_epsilon_ 0.115385) (n 0.884615) n)))))) + ((p.p.name is o) + ((n.n.n.name is t) + ((n.n.name is c) + (((_epsilon_ 0.529412) (n 0.470588) _epsilon_)) + (((_epsilon_ 0.333333) (n 0.666667) n))) + ((n.n.name is e) + (((_epsilon_ 0.625) (n 0.375) _epsilon_)) + ((p.p.p.name is s) + ((n.n.n.name is b) + (((n 1) n)) + ((n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)) + (((n 1) n))))) + ((p.p.p.name is t) + (((_epsilon_ 0.5) (n 0.5) _epsilon_)) + ((p.p.p.name is m) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)) + ((n.n.name is v) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)) + ((p.p.p.name is r) + ((n.n.name is #) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)) + (((n 1) n))) + (((_epsilon_ 0.00980392) (n 0.990196) n))))))))) + ((n.n.n.name is i) + ((p.p.name is a) + ((p.p.p.name is m) + (((_epsilon_ 0.8) (n 0.2) _epsilon_)) + (((_epsilon_ 0.25) (n 0.75) n))) + ((p.p.p.name is m) + (((n 1) n)) + ((n.name is e) + (((n 1) n)) + ((p.p.name is i) + (((n 1) n)) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)))))) + ((p.p.name is e) + (((_epsilon_ 0.00651466) (n 0.993485) n)) + ((p.p.name is i) + (((_epsilon_ 0.00952381) (n 0.990476) n)) + ((n.name is #) + (((_epsilon_ 0.0185185) (n 0.981481) n)) + ((p.p.p.name is m) + ((n.name is s) + (((n 1) n)) + ((n.name is i) + (((_epsilon_ 0.888889) (n 0.111111) _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 0.333333) (n 0.666667) n)) + ((n.n.name is s) + (((_epsilon_ 0.333333) (n 0.666667) n)) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)))))) + ((p.p.p.name is h) + ((p.p.name is a) + (((_epsilon_ 0.0769231) (n 0.923077) n)) + (((_epsilon_ 0.5) (n 0.5) _epsilon_))) + ((p.p.p.name is i) + ((n.n.name is c) + (((_epsilon_ 0.666667) (n 0.333333) _epsilon_)) + ((n.name is o) + (((_epsilon_ 0.5) (n 0.5) _epsilon_)) + (((_epsilon_ 0.037037) (n 0.962963) n)))) + (((_epsilon_ 0.0247678) (n 0.975232) n))))))))))) + ((n.name is q) + ((p.p.p.name is 0) + (((n 1) n)) + ((p.p.p.name is e) + (((ng 1) ng)) + ((p.p.name is c) + (((n 0.2) (ng 0.8) ng)) + ((p.name is a) + (((n 0.222222) (ng 0.777778) ng)) + (((n 0.866667) (ng 0.133333) n)))))) + ((n.name is x) + (((ng 1) ng)) + ((p.name is g) + ((n.name is o) + ((p.p.p.name is s) + ((n.n.n.name is e) + (((n 0.75) (n-y 0.25) n)) + (((n 0.25) (n-y 0.75) n-y))) + (((n 0.9375) (n-y 0.0625) n))) + (((n 0.973607) (n-y 0.026393) n))) + ((p.name is m) + ((n.n.n.name is 0) + ((n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.name is s) (((_epsilon_ 1) _epsilon_)) (((n 1) n)))) + ((n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.0166667) (n 0.983333) n)))) + ((n.n.n.name is 0) + (((n 1) n)) + ((p.p.p.name is v) + ((n.name is m) + (((_epsilon_ 0.6) (n 0.4) _epsilon_)) + (((n 1) n))) + (((_epsilon_ 0.000565771) + (n 0.999246) + (n-y 9.42951e-05) + (ng 9.42951e-05) + n)))))))))))))) +(o + ((n.name is r) + ((p.p.p.name is 0) + ((p.name is w) + (((_epsilon_ 0.957983) (ao1 0.0336134) (uh1 0.00840336) _epsilon_)) + ((p.name is c) + ((n.n.name is r) + ((n.n.n.name is i) + (((_epsilon_ 0.0909091) (ao1 0.909091) ao1)) + (((_epsilon_ 0.692308) (ao0 0.0192308) (ao1 0.288462) _epsilon_))) + ((n.n.n.name is o) + (((ao1 1) ao1)) + ((n.n.n.name is e) + ((n.n.name is l) + (((ao1 1) ao1)) + ((n.n.name is k) + (((ao1 1) ao1)) + ((n.n.name is s) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + (((_epsilon_ 0.212766) (ao0 0.12766) (ao1 0.659574) ao1))))) + ((n.n.name is e) + (((_epsilon_ 0.0833333) (ao0 0.25) (ao1 0.666667) ao1)) + ((n.n.name is i) + ((n.n.n.name is n) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + (((_epsilon_ 0.4) (ao1 0.6) ao1))) + ((n.n.n.name is w) + (((ao0 0.25) (ao1 0.75) ao1)) + ((n.n.name is s) + (((_epsilon_ 0.25) (ao0 0.125) (ao1 0.625) ao1)) + ((n.n.name is o) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1)) + ((n.n.n.name is a) + ((n.n.name is d) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_)) + (((_epsilon_ 0.111111) (ao1 0.888889) ao1))) + (((_epsilon_ 0.0454545) (ao1 0.954545) ao1))))))))))) + ((n.n.n.name is o) + ((n.n.name is r) + ((p.name is b) + (((aa1 0.888889) (ao1 0.111111) aa1)) + ((p.name is m) + (((aa1 0.333333) (ao0 0.333333) (ao1 0.333333) aa1)) + (((aa1 0.222222) (ao1 0.777778) ao1)))) + ((p.name is f) + ((n.n.name is g) + (((_epsilon_ 0.333333) (ao0 0.666667) ao0)) + (((_epsilon_ 0.142857) (ao0 0.285714) (ao1 0.571429) ao1))) + ((n.n.name is i) + (((ao0 0.272727) (ao1 0.545455) (ow0 0.181818) ao1)) + ((n.n.name is k) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1)) + ((n.n.name is m) + (((ao1 1) ao1)) + ((p.name is t) + ((n.n.name is t) + (((ao0 0.75) (ao1 0.25) ao0)) + (((ao1 1) ao1))) + ((n.n.name is t) + (((ao1 1) ao1)) + ((p.p.name is #) + ((p.name is s) + (((ao0 0.666667) (ao1 0.333333) ao0)) + (((ao0 0.173913) (ao1 0.826087) ao1))) + ((n.n.name is l) + (((ao0 0.75) (ao1 0.25) ao0)) + (((ao0 0.333333) (ao1 0.666667) ao1))))))))))) + ((n.n.name is o) + ((p.name is b) + (((_epsilon_ 0.769231) + (ao0 0.0769231) + (ao1 0.153846) + _epsilon_)) + ((n.n.n.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.name is h) + (((aa1 0.333333) (ao1 0.666667) ao1)) + ((p.name is d) + (((ao1 1) ao1)) + ((n.n.n.name is #) + (((ao1 1) ao1)) + ((n.n.n.name is g) + (((ao1 1) ao1)) + ((p.name is s) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_)) + ((n.n.n.name is n) + (((_epsilon_ 0.5) + (ao0 0.166667) + (ao1 0.333333) + _epsilon_)) + ((p.name is k) + (((ao0 0.333333) (ao1 0.666667) ao1)) + ((p.p.name is #) + ((n.n.n.name is s) + (((_epsilon_ 0.333333) + (ao0 0.333333) + (ao1 0.333333) + _epsilon_)) + (((ao0 0.2) (ao1 0.8) ao1))) + ((n.n.n.name is s) + (((ao0 0.333333) (ao1 0.666667) ao1)) + (((_epsilon_ 0.25) (ao0 0.5) (ao1 0.25) ao0))))))))))))) + ((n.n.name is a) + ((n.n.n.name is i) + (((_epsilon_ 0.875) (ao0 0.125) _epsilon_)) + ((p.name is m) + ((n.n.n.name is l) + (((_epsilon_ 0.272727) (ao1 0.727273) ao1)) + ((n.n.n.name is t) + (((ao1 1) ao1)) + ((n.n.n.name is s) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_)) + ((n.n.n.name is v) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_)) + (((_epsilon_ 0.1875) (ao0 0.5) (ao1 0.3125) ao0)))))) + ((n.n.n.name is t) + ((p.name is h) + (((_epsilon_ 0.5) (ao0 0.5) _epsilon_)) + (((aa1 0.166667) (ao0 0.166667) (ao1 0.666667) ao1))) + ((n.n.n.name is #) + (((ao1 1) ao1)) + ((p.name is k) + (((_epsilon_ 0.333333) (ao0 0.666667) ao0)) + ((p.name is f) + (((_epsilon_ 0.111111) (ao1 0.888889) ao1)) + ((p.name is b) + (((_epsilon_ 0.2) (ao1 0.8) ao1)) + ((p.name is g) + (((ao1 1) ao1)) + ((p.name is l) + (((ao1 1) ao1)) + ((p.p.name is #) + ((n.n.n.name is h) + (((ao1 1) ao1)) + ((p.name is h) + (((ao0 0.4) (ao1 0.6) ao1)) + (((ao0 0.722222) (ao1 0.277778) ao0)))) + (((ao0 0.222222) (ao1 0.777778) ao1)))))))))))) + ((n.n.name is e) + ((n.n.n.name is h) + (((aa1 0.125) (ao1 0.875) ao1)) + ((n.n.n.name is #) + (((ao1 1) ao1)) + ((p.name is s) + (((ao1 1) ao1)) + ((n.n.n.name is y) + (((ao1 1) ao1)) + ((n.n.n.name is s) + ((p.p.name is #) + (((ao0 0.391304) (ao1 0.608696) ao1)) + (((ao0 0.666667) (ao1 0.333333) ao0))) + ((n.n.n.name is t) + ((p.name is l) + (((_epsilon_ 0.25) (ao0 0.75) ao0)) + ((p.name is f) + (((ao0 0.666667) (ao1 0.333333) ao0)) + (((_epsilon_ 0.166667) (ao0 0.333333) (ao1 0.5) ao1)))) + ((n.n.n.name is l) + ((p.name is t) + (((ao0 1) ao0)) + ((p.p.name is #) + ((p.name is l) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((p.name is b) + (((ao0 0.5) (ao1 0.5) ao0)) + (((_epsilon_ 0.25) (ao0 0.25) (ao1 0.5) ao1)))) + (((ao0 0.75) (ao1 0.25) ao0)))) + ((p.name is b) + (((ao1 1) ao1)) + ((n.n.n.name is a) + ((p.name is k) + (((ao0 0.8) (ao1 0.2) ao0)) + (((_epsilon_ 0.5) + (ao0 0.166667) + (ao1 0.333333) + _epsilon_))) + ((n.n.n.name is c) + (((_epsilon_ 0.0769231) + (ao0 0.538462) + (ao1 0.384615) + ao0)) + ((p.name is f) + ((n.n.n.name is g) + (((ao0 0.333333) (ao1 0.666667) ao1)) + ((n.n.n.name is f) + (((ao1 1) ao1)) + ((n.n.n.name is b) + (((ao1 1) ao1)) + ((n.n.n.name is i) + (((ao1 1) ao1)) + ((n.n.n.name is m) + (((ao1 1) ao1)) + ((n.n.n.name is r) + (((ao1 1) ao1)) + (((_epsilon_ 0.428571) + (ao0 0.142857) + (ao1 0.428571) + _epsilon_)))))))) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) + (ao0 0.333333) + (ao1 0.333333) + _epsilon_)) + ((p.name is l) + (((_epsilon_ 0.117647) + (ao0 0.352941) + (ao1 0.529412) + ao1)) + ((p.name is d) + (((ao1 1) ao1)) + ((n.n.n.name is d) + (((ao1 1) ao1)) + ((n.n.n.name is g) + (((ao1 1) ao1)) + ((n.n.n.name is n) + (((ao0 0.2) (ao1 0.8) ao1)) + ((n.n.n.name is m) + (((ao0 0.25) (ao1 0.75) ao1)) + (((ao0 0.583333) (ao1 0.416667) ao0)))))))))))))))))))) + ((n.n.n.name is g) + ((p.p.name is #) + (((ao1 1) ao1)) + (((_epsilon_ 0.846154) (ao1 0.153846) _epsilon_))) + ((p.name is n) + (((_epsilon_ 0.00757576) (ao0 0.0227273) (ao1 0.969697) ao1)) + ((n.n.n.name is z) + ((n.n.name is t) + (((ao1 1) ao1)) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_))) + ((p.name is f) + ((n.n.name is g) + ((n.n.n.name is i) + (((_epsilon_ 0.375) (ao0 0.25) (ao1 0.375) _epsilon_)) + (((_epsilon_ 0.266667) (ao0 0.133333) (ao1 0.6) ao1))) + ((n.n.name is b) + ((n.n.n.name is i) + (((_epsilon_ 0.6) (ao1 0.4) _epsilon_)) + (((ao0 0.25) (ao1 0.75) ao1))) + (((_epsilon_ 0.0191083) + (ao0 0.101911) + (ao1 0.878981) + ao1)))) + ((n.n.n.name is #) + (((ao1 1) ao1)) + ((p.name is h) + (((ao0 0.0344828) (ao1 0.965517) ao1)) + ((n.n.n.name is h) + (((_epsilon_ 0.0273973) + (ao0 0.0273973) + (ao1 0.945205) + ao1)) + ((p.name is p) + ((n.n.n.name is i) + (((ao1 1) ao1)) + ((n.n.name is r) + (((ao0 1) ao0)) + ((n.n.n.name is r) + (((ao0 0.714286) (ao1 0.285714) ao0)) + ((n.n.n.name is e) + ((n.n.name is t) + (((ao0 0.533333) (ao1 0.466667) ao0)) + (((ao0 0.4) (ao1 0.6) ao1))) + (((ao0 0.2) (ao1 0.8) ao1)))))) + ((p.name is k) + ((n.n.name is b) + (((ao1 1) ao1)) + ((n.n.name is t) + (((ao1 1) ao1)) + ((n.n.n.name is e) + ((n.n.name is n) + (((ao0 0.333333) (ao1 0.666667) ao1)) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_))) + (((_epsilon_ 0.0714286) + (ao0 0.0714286) + (ao1 0.857143) + ao1))))) + ((n.n.name is i) + ((p.name is g) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1)) + ((p.name is m) + ((n.n.n.name is a) + (((ao1 1) ao1)) + ((n.n.n.name is s) + (((ao0 0.25) (ao1 0.75) ao1)) + ((n.n.n.name is c) + (((ao0 0.333333) (ao1 0.666667) ao1)) + (((ao0 0.75) (ao1 0.25) ao0))))) + ((n.n.n.name is n) + ((p.name is l) + (((ao0 0.333333) (ao1 0.666667) ao1)) + ((p.name is d) + (((ao0 0.5) (ao1 0.5) ao0)) + (((ao0 0.428571) (ao1 0.571429) ao1)))) + ((p.name is d) + (((ao1 1) ao1)) + ((n.n.n.name is c) + (((ao1 1) ao1)) + ((n.n.n.name is m) + (((ao1 1) ao1)) + ((n.n.n.name is s) + (((ao1 1) ao1)) + ((n.n.n.name is e) + (((ao0 0.111111) (ao1 0.888889) ao1)) + ((p.p.name is #) + ((n.n.n.name is a) + (((ao0 0.25) (ao1 0.75) ao1)) + (((ao0 0.666667) (ao1 0.333333) ao0))) + (((ao0 0.333333) (ao1 0.666667) ao1))))))))))) + ((n.n.name is r) + ((p.name is l) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1)) + ((n.n.n.name is e) + ((p.name is b) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((p.name is t) + (((ao0 0.25) (ao1 0.75) ao1)) + ((p.name is s) + (((ao0 0.2) (ao1 0.8) ao1)) + ((p.p.name is #) + (((ao0 0.6) (ao1 0.4) ao0)) + (((ao0 0.333333) (ao1 0.666667) ao1)))))) + ((n.n.n.name is i) + ((p.name is t) + (((ao0 0.5) (ao1 0.5) ao0)) + (((ao0 0.0952381) (ao1 0.904762) ao1))) + (((aa1 0.111111) + (ao0 0.111111) + (ao1 0.777778) + ao1))))) + ((n.n.name is p) + ((n.n.n.name is e) + (((ao0 0.833333) (ao1 0.166667) ao0)) + (((ao0 0.2) (ao1 0.8) ao1))) + ((p.name is d) + (((ao1 1) ao1)) + ((n.n.n.name is a) + ((p.name is t) + (((ao0 0.8) (ao1 0.2) ao0)) + ((p.name is g) + (((ao1 1) ao1)) + ((n.n.name is d) + ((p.p.name is #) + (((ao0 0.333333) (ao1 0.666667) ao1)) + (((ao0 0.666667) (ao1 0.333333) ao0))) + (((ao0 0.168831) (ao1 0.831169) ao1))))) + ((n.n.name is g) + (((ao1 1) ao1)) + ((n.n.n.name is e) + ((p.p.name is #) + (((_epsilon_ 0.0266667) + (ao0 0.08) + (ao1 0.893333) + ao1)) + ((n.n.name is t) + (((ao0 0.857143) (ao1 0.142857) ao0)) + (((ao0 0.173913) (ao1 0.826087) ao1)))) + ((n.n.n.name is i) + ((n.n.name is s) + (((ao0 0.75) (ao1 0.25) ao0)) + ((p.name is m) + ((n.n.name is n) + (((ao1 1) ao1)) + ((n.n.name is t) + (((ao0 0.333333) (ao1 0.666667) ao1)) + (((ao0 0.5) (ao1 0.5) ao0)))) + (((ao0 0.0465116) (ao1 0.953488) ao1)))) + (((ao0 0.0322581) (ao1 0.967742) ao1))))))))))))))))))))))))) + ((p.p.p.name is #) + ((p.name is o) + ((p.p.name is d) + (((ao1 0.8) (uh1 0.0666667) (uw1 0.133333) ao1)) + ((p.p.name is c) + (((ao1 0.888889) (uw1 0.111111) ao1)) + (((ao1 0.0232558) + (uh0 0.0232558) + (uh1 0.860465) + (uw1 0.0930233) + uh1)))) + ((p.p.name is s) + ((n.n.n.name is d) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + (((_epsilon_ 0.0129032) + (aa1 0.00645161) + (ao0 0.00645161) + (ao1 0.974194) + ao1))) + ((p.p.name is f) + ((p.name is i) + (((ao0 0.857143) (ao1 0.142857) ao0)) + ((n.n.n.name is s) + (((aa1 0.166667) (ao1 0.833333) ao1)) + ((n.n.name is i) + ((n.n.n.name is n) + (((ao0 0.666667) (ao1 0.333333) ao0)) + (((ao0 0.285714) (ao1 0.714286) ao1))) + (((ao0 0.1) (ao1 0.9) ao1))))) + ((p.name is m) + (((_epsilon_ 0.666667) (ao0 0.166667) (ao1 0.166667) _epsilon_)) + ((n.n.n.name is u) + ((n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + (((aa1 0.333333) (ao1 0.666667) ao1))) + ((p.name is h) + ((n.n.name is b) + (((ao0 0.5) (ao1 0.5) ao0)) + ((n.n.name is l) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + (((_epsilon_ 0.0163934) (ao0 0.0163934) (ao1 0.967213) ao1)))) + ((n.n.n.name is t) + (((_epsilon_ 0.4) (ao0 0.2) (ow1 0.4) _epsilon_)) + ((p.p.name is g) + ((n.n.name is d) + (((_epsilon_ 0.333333) (ao0 0.666667) ao0)) + (((_epsilon_ 0.0294118) + (aa1 0.0294118) + (ao0 0.0588235) + (ao1 0.882353) + ao1))) + ((p.name is a) + (((_epsilon_ 0.25) + (ao0 0.25) + (ao1 0.25) + (aw1 0.25) + _epsilon_)) + ((p.name is l) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((n.n.name is t) + (((ao1 1) ao1)) + ((p.name is x) + (((_epsilon_ 0.333333) + (ao1 0.333333) + (ax0 0.333333) + _epsilon_)) + ((n.n.name is n) + (((ao0 0.142857) (ao1 0.857143) ao1)) + ((n.n.name is g) + (((ao0 0.166667) (ao1 0.833333) ao1)) + ((n.n.n.name is o) + (((ao0 0.2) (ao1 0.8) ao1)) + ((p.p.name is o) + (((_epsilon_ 0.8) (ao1 0.2) _epsilon_)) + ((p.name is w) + (((_epsilon_ 0.8) (ao1 0.2) _epsilon_)) + ((p.p.name is a) + ((p.name is d) + (((_epsilon_ 0.142857) (ao1 0.857143) ao1)) + ((n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.name is n) + (((_epsilon_ 0.75) (ao1 0.25) _epsilon_)) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1))))) + ((n.n.n.name is #) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + (((_epsilon_ 0.0588235) (ao1 0.941176) ao1)))))))))))))))))))))) + ((n.n.name is e) + ((p.name is m) + ((n.n.n.name is #) + ((p.p.p.name is r) + ((p.p.name is i) + (((ao0 1) ao0)) + ((p.p.name is a) (((ao0 0.6) (ao1 0.4) ao0)) (((ao1 1) ao1)))) + ((p.p.p.name is n) + ((p.p.name is s) + (((ao0 1) ao0)) + (((ao0 0.333333) (ao1 0.666667) ao1))) + ((p.p.name is d) + (((ao0 1) ao0)) + ((p.p.p.name is e) + ((p.p.name is l) + (((ao0 1) ao0)) + ((p.p.name is r) + (((ao0 0.333333) (ao1 0.666667) ao1)) + (((ao0 0.6) (ao1 0.4) ao0)))) + (((ao0 0.830508) (ao1 0.169492) ao0)))))) + ((p.p.name is a) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.166667) (ao0 0.333333) (ao1 0.5) ao1)))) + ((n.n.n.name is d) + ((p.p.name is p) + (((ao1 1) ao1)) + ((p.p.name is s) + (((ao1 1) ao1)) + (((_epsilon_ 0.913043) (ao1 0.0869565) _epsilon_)))) + ((n.n.n.name is t) + (((_epsilon_ 0.888889) (ao0 0.111111) _epsilon_)) + ((p.name is u) + (((uh1 1) uh1)) + ((n.n.n.name is l) + (((ao0 1) ao0)) + ((n.n.n.name is n) + (((_epsilon_ 0.2) (ao0 0.4) (ao1 0.2) (uh1 0.2) ao0)) + ((p.name is f) + ((p.p.p.name is d) + (((ao0 0.5) (ao1 0.5) ao0)) + ((n.n.n.name is s) + ((p.p.name is n) + (((ao0 0.5) (ao1 0.5) ao0)) + (((ao0 0.333333) (ao1 0.666667) ao1))) + (((ao1 1) ao1)))) + ((p.name is t) + (((ao1 1) ao1)) + ((p.p.p.name is t) + (((ao1 0.666667) (ih1 0.333333) ao1)) + ((p.p.name is l) + (((ao0 0.4) (ao1 0.6) ao1)) + ((p.name is b) + ((p.p.p.name is l) + (((_epsilon_ 0.75) (ao1 0.25) _epsilon_)) + (((ao0 0.333333) (ao1 0.666667) ao1))) + ((p.p.p.name is e) + (((_epsilon_ 0.181818) + (ao0 0.181818) + (ao1 0.636364) + ao1)) + ((p.p.p.name is s) + (((ao0 0.25) (ao1 0.75) ao1)) + ((p.p.name is n) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_)) + (((_epsilon_ 0.0967742) (ao1 0.903226) ao1)))))))))))))))) + ((n.n.name is #) + ((p.name is c) + (((_epsilon_ 0.0930233) (ao0 0.0930233) (ao1 0.813953) ao1)) + ((p.name is o) + (((_epsilon_ 0.125) + (ao1 0.125) + (uh0 0.125) + (uh1 0.5) + (uw1 0.125) + uh1)) + ((p.name is t) + (((_epsilon_ 0.978947) (ao1 0.0210526) _epsilon_)) + ((p.p.name is a) + ((p.p.p.name is e) + (((_epsilon_ 0.875) (ao0 0.125) _epsilon_)) + ((p.name is d) + (((_epsilon_ 0.142857) (ao1 0.857143) ao1)) + ((p.name is z) + (((_epsilon_ 0.25) (ao1 0.75) ao1)) + ((p.name is y) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1)) + (((_epsilon_ 0.85) (ao1 0.15) _epsilon_)))))) + ((p.p.p.name is s) + ((p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (ao1 0.75) ao1))) + (((_epsilon_ 0.942584) + (ao0 0.0239234) + (ao1 0.0334928) + _epsilon_))))))) + ((p.name is w) + ((n.n.n.name is #) + ((p.p.name is s) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + (((ao1 1) ao1))) + (((_epsilon_ 0.97561) (ao1 0.0243902) _epsilon_))) + (((_epsilon_ 0.993289) (ao1 0.00671141) _epsilon_))) + ((n.n.name is s) + ((n.n.n.name is #) + ((p.name is o) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1)) + (((_epsilon_ 0.986667) (ao1 0.0133333) _epsilon_))) + ((n.n.n.name is h) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + ((p.p.p.name is n) + (((ao0 0.75) (uh1 0.25) ao0)) + ((p.p.name is n) + (((ao0 0.4) (ao1 0.6) ao1)) + (((ao0 0.714286) (ao1 0.285714) ao0)))) + ((p.p.p.name is t) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((n.n.n.name is i) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_)) + (((_epsilon_ 0.04) (ao1 0.96) ao1))))))) + ((n.n.name is f) + ((p.name is d) + (((ao0 0.825) (ao1 0.175) ao0)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.name is d) + ((p.name is f) + ((n.n.n.name is #) + ((p.p.name is e) + ((p.p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.428571) (ao0 0.571429) ao0))) + (((_epsilon_ 0.953488) + (ao0 0.0174419) + (ao1 0.0290698) + _epsilon_))) + ((n.n.n.name is s) + (((_epsilon_ 0.75) (ao1 0.25) _epsilon_)) + (((ao1 1) ao1)))) + ((n.n.n.name is e) + (((_epsilon_ 0.0555556) (ao1 0.888889) (uh0 0.0555556) ao1)) + ((p.p.p.name is o) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.222222) (ao1 0.777778) ao1)) + ((n.n.n.name is i) + (((ao1 1) ao1)) + ((p.name is l) + (((ao1 1) ao1)) + ((p.p.p.name is a) + (((ao0 0.142857) (ao1 0.857143) ao1)) + ((p.p.name is c) + (((ao1 1) ao1)) + ((n.n.n.name is #) + (((ao0 0.666667) (ao1 0.333333) ao0)) + (((ao0 0.2) (ao1 0.8) ao1))))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((p.name is d) + (((ao1 1) ao1)) + ((p.name is h) + (((_epsilon_ 0.6) (ao1 0.4) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + ((p.name is p) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + (((_epsilon_ 0.0909091) (ao1 0.909091) ao1)))))) + ((n.n.n.name is t) + (((_epsilon_ 0.94382) (ao1 0.0561798) _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is x) + (((ao1 1) ao1)) + ((p.name is m) + ((p.p.p.name is m) + (((_epsilon_ 0.857143) (ao1 0.142857) _epsilon_)) + (((_epsilon_ 0.3) (ao1 0.7) ao1))) + ((n.n.n.name is s) + (((ao0 0.333333) (ao1 0.666667) ao1)) + ((n.n.n.name is n) + ((p.p.name is a) + (((ao0 0.5) (ao1 0.5) ao0)) + ((p.p.name is r) + (((_epsilon_ 0.333333) (ao0 0.666667) ao0)) + (((_epsilon_ 0.888889) (ao1 0.111111) _epsilon_)))) + ((p.p.name is a) + (((_epsilon_ 0.888889) (ao0 0.111111) _epsilon_)) + ((p.p.p.name is m) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1)) + (((_epsilon_ 0.88) (ao1 0.12) _epsilon_))))))))))) + ((n.n.name is o) + ((p.name is u) + (((ao0 0.25) (uh1 0.75) uh1)) + ((n.n.n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.name is b) + (((_epsilon_ 0.875) (er0 0.125) _epsilon_)) + ((n.n.n.name is #) + (((ao1 1) ao1)) + ((p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is c) + (((ao1 1) ao1)) + (((_epsilon_ 0.5) (ao0 0.125) (ao1 0.375) _epsilon_)))))))) + ((n.n.n.name is z) + (((_epsilon_ 1) _epsilon_)) + ((p.name is u) + ((p.p.p.name is f) (((uh1 1) uh1)) (((ao1 1) ao1))) + ((n.n.name is n) + ((p.p.p.name is e) + ((n.n.n.name is #) + (((_epsilon_ 0.833333) (ao0 0.166667) _epsilon_)) + (((_epsilon_ 0.375) (ao0 0.125) (ao1 0.5) ao1))) + ((p.p.p.name is l) + (((_epsilon_ 0.214286) (ao1 0.785714) ao1)) + ((p.p.name is l) + (((_epsilon_ 0.875) (ao1 0.125) _epsilon_)) + ((n.n.n.name is e) + ((p.p.name is t) + (((_epsilon_ 0.8) (ao0 0.2) _epsilon_)) + ((p.name is b) + ((p.p.p.name is a) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1))) + ((p.name is h) + (((_epsilon_ 0.4) (ao0 0.4) (ao1 0.2) _epsilon_)) + (((_epsilon_ 0.25) (ao0 0.25) (ao1 0.5) ao1))))) + ((p.p.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + ((p.p.name is n) + (((_epsilon_ 0.125) (ao1 0.875) ao1)) + ((p.p.name is g) + ((p.name is b) + (((_epsilon_ 0.666667) + (ao1 0.333333) + _epsilon_)) + (((ao1 1) ao1))) + ((p.p.p.name is n) + (((_epsilon_ 0.75) (ao0 0.25) _epsilon_)) + ((p.name is b) + ((p.p.p.name is r) + (((_epsilon_ 0.666667) + (ao1 0.333333) + _epsilon_)) + (((ao1 1) ao1))) + ((p.p.p.name is a) + (((_epsilon_ 0.833333) + (ao0 0.166667) + _epsilon_)) + ((p.p.p.name is g) + (((_epsilon_ 0.333333) + (ao0 0.333333) + (ao1 0.333333) + _epsilon_)) + ((p.p.p.name is o) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1)) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) + (ao1 0.666667) + ao1)) + ((p.name is h) + ((p.p.p.name is t) + (((_epsilon_ 0.333333) + (ao1 0.666667) + ao1)) + (((_epsilon_ 0.636364) + (ao1 0.363636) + _epsilon_))) + (((_epsilon_ 0.75) (ao1 0.25) _epsilon_))))))))))) + (((ao1 1) ao1))))))))) + ((n.n.n.name is n) + ((p.name is l) + (((_epsilon_ 0.25) (ao1 0.75) ao1)) + ((p.name is t) + ((p.p.name is s) + (((ao0 0.666667) (ao1 0.333333) ao0)) + (((_epsilon_ 0.75) (ao0 0.25) _epsilon_))) + (((_epsilon_ 0.791667) + (ao0 0.0416667) + (ao1 0.166667) + _epsilon_)))) + ((p.p.name is v) + (((_epsilon_ 0.25) (uh0 0.25) (uh1 0.5) uh1)) + ((p.p.p.name is h) + ((n.n.n.name is c) + (((_epsilon_ 0.4) (aa1 0.2) (ao1 0.4) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1))))) + ((n.n.name is y) + ((p.p.name is a) + ((p.name is t) + (((ao0 0.025641) (ao1 0.974359) ao1)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.name is i) + ((p.name is t) + (((ao1 1) ao1)) + (((_epsilon_ 0.666667) (ao1 0.333333) _epsilon_))) + ((p.p.p.name is c) + (((ao1 1) ao1)) + ((p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.name is t) + ((p.p.p.name is i) + (((_epsilon_ 0.666667) + (ao1 0.333333) + _epsilon_)) + (((_epsilon_ 0.125) (ao1 0.875) ao1))) + (((_epsilon_ 0.857143) + (ao1 0.0952381) + (ih1 0.047619) + _epsilon_))))))) + ((n.n.n.name is #) + ((p.name is f) + ((n.n.name is t) + (((_epsilon_ 0.916667) (ao0 0.0833333) _epsilon_)) + (((ao0 0.133333) (ao1 0.866667) ao1))) + ((n.n.name is g) + (((ao0 1) ao0)) + ((p.name is t) + (((ao1 1) ao1)) + ((p.p.name is e) + (((ao1 1) ao1)) + ((p.p.p.name is u) + (((_epsilon_ 0.25) (ao1 0.75) ao1)) + ((p.p.name is n) + ((p.name is c) + (((ao0 0.2) (ao1 0.8) ao1)) + (((_epsilon_ 0.2) (ao0 0.6) (ao1 0.2) ao0))) + ((n.n.name is i) + (((ao1 1) ao1)) + ((p.p.p.name is p) + (((ao0 0.75) (ao1 0.25) ao0)) + ((p.name is c) + ((p.p.p.name is t) + (((ao1 1) ao1)) + ((p.p.p.name is n) + (((ao1 1) ao1)) + ((p.p.name is i) + (((ao0 0.75) (ao1 0.25) ao0)) + ((p.p.p.name is s) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((p.p.p.name is e) + (((ao0 0.5) (ao1 0.5) ao0)) + (((ao0 0.166667) (ao1 0.833333) ao1))))))) + (((ao0 0.129032) (ao1 0.870968) ao1))))))))))) + ((p.p.name is o) + ((p.p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.833333) (ao0 0.166667) _epsilon_)) + ((p.name is l) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((p.name is m) + (((aa1 0.25) (ao0 0.25) (ao1 0.5) ao1)) + ((p.p.p.name is r) + (((ao1 1) ao1)) + ((n.n.name is i) + (((ao1 1) ao1)) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_)))))))) + ((n.n.name is w) + (((_epsilon_ 0.666667) (aa0 0.333333) _epsilon_)) + ((p.name is r) + (((_epsilon_ 0.6) (ao1 0.2) (ax0 0.2) _epsilon_)) + ((p.p.p.name is o) + ((p.p.name is n) + (((ao0 0.0454545) (ao1 0.954545) ao1)) + ((p.name is t) + (((ao0 0.5) (ao1 0.5) ao0)) + (((_epsilon_ 0.894737) + (ao1 0.105263) + _epsilon_)))) + ((p.name is p) + ((n.n.n.name is e) + (((ao1 1) ao1)) + ((p.p.p.name is r) + (((_epsilon_ 0.25) (ao1 0.75) ao1)) + ((n.n.n.name is i) + (((ao1 1) ao1)) + ((p.p.p.name is u) + (((ao1 1) ao1)) + ((p.p.p.name is d) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((n.n.n.name is a) + (((ao0 0.111111) (ao1 0.888889) ao1)) + ((p.p.name is x) + (((ao0 0.5) (ao1 0.5) ao0)) + (((ao0 0.222222) (ao1 0.777778) ao1))))))))) + ((n.n.n.name is c) + ((p.p.p.name is t) + (((aa1 0.666667) (ao1 0.333333) aa1)) + (((_epsilon_ 0.272727) (ao1 0.727273) ao1))) + ((p.name is b) + ((p.p.name is a) + (((_epsilon_ 0.25) (ao1 0.75) ao1)) + (((_epsilon_ 1) _epsilon_))) + ((p.name is l) + ((n.n.n.name is e) + (((_epsilon_ 0.75) (ao1 0.25) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.333333) + (ao1 0.333333) + (ow0 0.333333) + _epsilon_)) + (((ao1 1) ao1)))) + ((p.name is t) + ((n.n.n.name is e) + ((p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.0666667) + (ao1 0.933333) + ao1))) + (((ao0 0.0166667) (ao1 0.983333) ao1))) + ((n.n.name is c) + (((_epsilon_ 0.0357143) + (ao1 0.964286) + ao1)) + ((p.p.name is b) + (((ao0 0.0666667) (ao1 0.933333) ao1)) + ((n.n.name is m) + ((n.n.n.name is a) + (((_epsilon_ 0.259259) + (ao0 0.037037) + (ao1 0.703704) + ao1)) + ((p.name is f) + (((ao1 1) ao1)) + (((_epsilon_ 0.666667) + (ao1 0.333333) + _epsilon_)))) + ((n.n.n.name is o) + (((ao1 1) ao1)) + ((p.p.p.name is a) + ((n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is h) + (((_epsilon_ 1) _epsilon_)) + (((ao1 1) ao1)))) + ((p.p.name is r) + ((n.n.name is i) + (((ao1 1) ao1)) + (((ao0 0.666667) + (ao1 0.333333) + ao0))) + ((p.p.name is n) + ((n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is t) + (((ao1 1) ao1)) + (((_epsilon_ 0.25) + (ao0 0.5) + (ao1 0.25) + ao0)))) + ((p.name is c) + ((p.p.name is s) + (((ao0 0.5) (ao1 0.5) ao0)) + (((ao1 1) ao1))) + ((p.p.p.name is c) + (((ao1 1) ao1)) + ((p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.name is v) + (((_epsilon_ 0.75) + (ao1 0.25) + _epsilon_)) + ((p.p.p.name is t) + (((ao0 0.142857) + (ao1 0.857143) + ao1)) + ((p.p.name is m) + (((ao0 0.166667) + (ao1 0.833333) + ao1)) + ((p.p.name is i) + (((_epsilon_ 0.0833333) + (ao0 0.0833333) + (ao1 0.833333) + ao1)) + ((n.n.name is p) + (((_epsilon_ 0.5) + (ao0 0.25) + (ao1 0.25) + _epsilon_)) + ((p.p.p.name is u) + (((ao1 1) ao1)) + ((p.p.name is x) + (((ao1 1) ao1)) + ((n.n.name is r) + (((ao1 1) ao1)) + ((n.n.n.name is h) + (((ao1 1) ao1)) + ((n.n.name is g) + (((_epsilon_ 0.125) + (ao1 0.875) + ao1)) + ((n.n.n.name is s) + (((ao1 1) ao1)) + ((p.p.p.name is m) + (((_epsilon_ 0.25) + (ao1 0.75) + ao1)) + ((p.p.name is e) + (((_epsilon_ 0.25) + (ao1 0.75) + ao1)) + (((_epsilon_ + 0.6875) + (ao1 0.3125) + _epsilon_)))))))))))))))))))))))))))))))))))))))))))))))))))) + ((n.name is #) + ((p.name is o) + ((p.p.p.name is #) + (((uw1 1) uw1)) + ((p.p.p.name is e) + (((uw0 0.666667) (uw1 0.333333) uw0)) + ((p.p.p.name is c) + (((uw1 1) uw1)) + ((p.p.name is t) + (((uw0 0.333333) (uw1 0.666667) uw1)) + ((p.p.p.name is o) + (((_epsilon_ 0.5) (uw1 0.5) _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + ((p.p.p.name is a) + ((p.p.name is h) + (((_epsilon_ 0.333333) + (uw0 0.333333) + (uw1 0.333333) + _epsilon_)) + (((_epsilon_ 0.2) (uw0 0.2) (uw1 0.6) uw1))) + (((_epsilon_ 0.25) (uw0 0.125) (uw1 0.625) uw1))))))))) + ((p.name is a) + ((p.p.p.name is a) + ((p.p.name is c) + (((aw1 0.666667) (ow0 0.333333) aw1)) + (((aw1 0.285714) (ow0 0.571429) (ow1 0.142857) ow0))) + ((p.p.p.name is #) + (((aw1 1) aw1)) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.235294) (aw1 0.647059) (ow0 0.117647) aw1))))) + ((p.p.p.name is 0) + (((ow0 0.0625) (ow1 0.8125) (uw1 0.125) ow1)) + ((p.p.p.name is #) + ((p.name is e) + (((ow0 1) ow0)) + ((p.p.name is e) + (((ow0 1) ow0)) + ((p.p.name is a) + (((ow0 0.833333) (uw1 0.166667) ow0)) + ((p.p.name is i) + (((ow0 0.833333) (ow1 0.166667) ow0)) + ((p.name is h) + (((ow1 0.666667) (uw1 0.333333) ow1)) + ((p.p.name is t) + (((ow0 0.333333) (ow1 0.333333) (uw1 0.333333) ow0)) + ((p.name is i) + (((ow0 0.75) (ow1 0.25) ow0)) + ((p.name is u) + (((ow0 0.5) (ow1 0.5) ow0)) + (((ow0 0.222222) (ow1 0.777778) ow1)))))))))) + ((p.name is n) + (((ax0 0.0017331) (ow0 0.982669) (ow1 0.0155979) ow0)) + ((p.name is g) + ((p.p.p.name is i) + (((ow0 1) ow0)) + ((p.p.p.name is r) + (((ow0 0.96) (ow1 0.04) ow0)) + ((p.p.name is n) + (((ow0 0.909091) (ow1 0.0909091) ow0)) + ((p.p.name is u) + (((ow0 1) ow0)) + ((p.p.p.name is v) + (((ow0 1) ow0)) + ((p.p.name is e) + (((ow0 0.875) (ow1 0.125) ow0)) + ((p.p.p.name is s) + (((ow0 1) ow0)) + ((p.p.name is r) + (((ow0 0.705882) (ow1 0.294118) ow0)) + ((p.p.p.name is b) + (((ow0 0.75) (ow1 0.25) ow0)) + ((p.p.name is o) + (((ow0 0.6) (ow1 0.4) ow0)) + ((p.p.name is i) + (((ow0 0.5) (ow1 0.5) ow0)) + ((p.p.name is l) + (((ow0 0.5) (ow1 0.5) ow0)) + (((ow0 0.285714) (ow1 0.714286) ow1)))))))))))))) + ((p.name is t) + ((p.p.p.name is h) + (((ow0 0.2) (ow1 0.8) ow1)) + (((ow0 0.912281) + (ow1 0.0701754) + (uw0 0.00584795) + (uw1 0.0116959) + ow0))) + ((p.name is d) + (((ow0 0.940909) (ow1 0.0409091) (uw1 0.0181818) ow0)) + ((p.name is k) + (((ow0 0.993243) (ow1 0.00675676) ow0)) + ((p.p.name is l) + (((ax0 0.00292398) (ow0 0.973684) (ow1 0.0233918) ow0)) + ((p.p.p.name is k) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((p.p.name is d) + (((ow0 0.813953) (ow1 0.186047) ow0)) + ((p.name is h) + (((ax0 0.0344828) (ow0 0.827586) (ow1 0.137931) ow0)) + ((p.p.p.name is f) + (((ax0 0.0416667) (ow0 0.875) (ow1 0.0833333) ow0)) + ((p.p.name is i) + (((ow0 0.890625) (ow1 0.109375) ow0)) + ((p.p.p.name is l) + (((ow0 1) ow0)) + ((p.p.name is m) + (((ow0 0.877193) (ow1 0.122807) ow0)) + ((p.name is j) + (((ow0 0.8125) (ow1 0.1875) ow0)) + ((p.p.p.name is u) + (((ow0 0.987654) (ow1 0.0123457) ow0)) + ((p.name is e) + (((ow0 0.863636) (ow1 0.136364) ow0)) + ((p.p.p.name is r) + (((ow0 0.986301) (ow1 0.0136986) ow0)) + ((p.p.name is s) + (((ow0 0.975155) (ow1 0.0248447) ow0)) + ((p.name is c) + (((ow0 0.918919) (ow1 0.0810811) ow0)) + ((p.p.name is n) + (((ow0 1) ow0)) + ((p.name is m) + (((ow0 0.866667) (ow1 0.133333) ow0)) + ((p.p.p.name is n) + (((ow0 1) ow0)) + ((p.p.p.name is h) + (((ow0 0.8) (ow1 0.2) ow0)) + ((p.p.name is y) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((p.p.p.name is o) + (((ow0 0.909091) (ow1 0.0909091) ow0)) + ((p.p.name is z) + (((ow0 1) ow0)) + ((p.name is r) + ((p.p.p.name is c) + (((ow0 0.9) (ow1 0.1) ow0)) + ((p.p.name is e) + (((ow0 1) ow0)) + ((p.p.p.name is g) + (((ow0 0.75) (ow1 0.25) ow0)) + ((p.p.name is a) + (((ow0 1) ow0)) + ((p.p.p.name is a) + (((ow0 1) ow0)) + ((p.p.p.name is s) + (((ow0 1) ow0)) + ((p.p.p.name is b) + (((ow0 1) ow0)) + ((p.p.p.name is t) + (((ow0 1) ow0)) + ((p.p.name is r) + (((ow0 1) ow0)) + ((p.p.name is g) + (((ow0 1) ow0)) + ((p.p.name is t) + (((ow0 0.941176) + (ow1 0.0588235) + ow0)) + ((p.p.p.name is e) + (((ow0 0.666667) + (ow1 0.333333) + ow0)) + ((p.p.name is b) + (((ow0 1) ow0)) + ((p.p.name is o) + (((ow0 0.857143) + (ow1 0.142857) + ow0)) + ((p.p.p.name is m) + (((ow0 1) ow0)) + (((ow0 0.333333) + (ow1 0.666667) + ow1))))))))))))))))) + ((p.p.name is t) + (((ow0 0.5) (ow1 0.5) ow0)) + ((p.p.name is c) + (((ow0 1) ow0)) + ((p.p.p.name is m) + (((ow0 1) ow0)) + ((p.p.name is u) + (((ow0 1) ow0)) + ((p.p.p.name is s) + ((p.p.name is o) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + (((ow0 1) ow0))) + (((ow0 0.939271) + (ow1 0.0607287) + ow0)))))))))))))))))))))))))))))))))))))) + ((p.name is o) + ((n.name is d) + ((p.p.name is l) + ((p.p.p.name is b) + (((_epsilon_ 0.0434783) (ah1 0.956522) ah1)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.name is w) + (((uh0 0.0463918) (uh1 0.953608) uh1)) + ((p.p.name is g) + ((n.n.name is #) + ((p.p.p.name is e) + (((uh0 1) uh0)) + ((p.p.p.name is n) + (((uh0 0.75) (uh1 0.25) uh0)) + (((uh0 0.125) (uh1 0.875) uh1)))) + (((uh1 1) uh1))) + ((p.p.name is h) + ((p.p.p.name is a) + (((uh0 0.666667) (uh1 0.333333) uh0)) + (((uh0 0.037037) (uh1 0.925926) (uw1 0.037037) uh1))) + ((p.p.p.name is s) + (((uh1 1) uh1)) + ((p.p.p.name is a) + ((n.n.name is #) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + (((_epsilon_ 0.2) (uw1 0.8) uw1))) + (((uw0 0.030303) (uw1 0.969697) uw1)))))))) + ((n.name is k) + ((p.p.name is p) + (((_epsilon_ 0.25) (uw1 0.75) uw1)) + ((p.p.name is b) + (((uh1 1) uh1)) + ((n.n.n.name is #) + (((uh0 0.206897) (uh1 0.793103) uh1)) + ((n.n.name is #) + (((uh0 0.0983607) (uh1 0.901639) uh1)) + ((n.n.n.name is b) + (((uh1 0.333333) (uw1 0.666667) uw1)) + (((uh1 0.887324) (uw1 0.112676) uh1))))))) + ((p.p.name is f) + ((n.name is t) + (((uh0 0.075) (uh1 0.925) uh1)) + (((uw0 0.0588235) (uw1 0.941176) uw1))) + ((p.p.p.name is #) + ((p.p.name is w) + ((n.name is l) (((uh1 1) uh1)) (((uw1 1) uw1))) + ((n.name is p) + (((aa1 0.177778) (uw0 0.0222222) (uw1 0.8) uw1)) + ((n.n.n.name is g) + ((p.p.name is z) + (((aa1 0.666667) (uw1 0.333333) aa1)) + (((uw1 1) uw1))) + ((n.n.name is g) + (((uh1 0.666667) (uw1 0.333333) uh1)) + ((p.p.name is s) + ((n.name is t) + ((n.n.name is h) + (((uw1 1) uw1)) + (((uh1 0.75) (uw1 0.25) uh1))) + (((uw1 1) uw1))) + (((ow0 0.00301205) + (ow1 0.00301205) + (uh1 0.0060241) + (uw0 0.0060241) + (uw1 0.981928) + uw1))))))) + ((n.name is p) + (((aa1 0.0212766) (uw1 0.978723) uw1)) + ((p.p.name is p) + ((p.p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + ((n.name is n) + (((_epsilon_ 0.285714) (uw1 0.714286) uw1)) + ((p.p.p.name is s) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)))) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)))) + ((p.p.p.name is a) + ((p.p.name is r) + (((uw1 1) uw1)) + ((n.n.name is a) + (((uw1 1) uw1)) + ((p.p.name is l) + (((_epsilon_ 0.777778) (uw1 0.222222) _epsilon_)) + ((n.name is n) + (((_epsilon_ 0.625) (uw1 0.375) _epsilon_)) + (((_epsilon_ 0.125) (uw1 0.875) uw1)))))) + ((p.p.name is h) + ((n.name is f) + (((uh0 0.25) (uh1 0.5) (uw1 0.25) uh1)) + (((_epsilon_ 0.0166667) (uw0 0.0333333) (uw1 0.95) uw1))) + ((p.p.name is r) + ((p.p.p.name is h) + ((n.n.name is #) + (((_epsilon_ 0.25) (uw0 0.25) (uw1 0.5) uw1)) + (((uh1 0.5) (uw0 0.25) (uw1 0.25) uh1))) + ((p.p.p.name is p) + (((_epsilon_ 0.2) (uw1 0.8) uw1)) + ((n.name is n) + ((n.n.name is #) + (((_epsilon_ 0.5) (uw1 0.5) _epsilon_)) + (((uw0 0.333333) (uw1 0.666667) uw1))) + (((_epsilon_ 0.0151515) + (uh1 0.030303) + (uw0 0.0454545) + (uw1 0.909091) + uw1))))) + ((p.p.name is g) + (((_epsilon_ 0.2) (uw0 0.6) (uw1 0.2) uw0)) + ((n.name is g) + (((ow1 0.333333) (uw1 0.666667) uw1)) + ((n.name is l) + (((_epsilon_ 0.4) (uw0 0.2) (uw1 0.4) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + ((p.p.p.name is g) + (((_epsilon_ 0.75) (uw1 0.25) _epsilon_)) + ((n.n.name is h) + ((n.name is t) + (((_epsilon_ 0.222222) (uw1 0.777778) uw1)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.name is #) + ((n.name is n) + ((p.p.p.name is n) + (((uw1 1) uw1)) + ((p.p.p.name is s) + (((uw1 1) uw1)) + ((p.p.name is c) + (((uw1 1) uw1)) + ((p.p.name is n) + (((uw1 1) uw1)) + (((_epsilon_ 0.6) (uw1 0.4) _epsilon_)))))) + (((_epsilon_ 0.0555556) + (uw0 0.166667) + (uw1 0.777778) + uw1))) + ((p.p.name is c) + ((n.name is t) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + (((uw1 1) uw1))) + (((_epsilon_ 0.0222222) (uw1 0.977778) uw1))))))))))))))))))) + ((n.name is o) + ((p.p.p.name is 0) + ((p.name is c) + ((n.n.n.name is d) + (((ow0 1) ow0)) + (((_epsilon_ 0.897436) (ow0 0.102564) _epsilon_))) + ((p.name is z) + ((n.n.name is l) + (((_epsilon_ 0.333333) (ow0 0.666667) ow0)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.998619) (aa1 0.00138122) _epsilon_)))) + ((p.p.name is f) + ((n.n.name is d) (((ah1 1) ah1)) (((_epsilon_ 1) _epsilon_))) + ((p.name is p) + ((p.p.p.name is a) + (((uw1 1) uw1)) + ((p.p.p.name is #) + ((n.n.name is k) + (((_epsilon_ 0.75) (uw1 0.25) _epsilon_)) + ((n.n.name is f) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1))))) + (((_epsilon_ 0.875) (uw1 0.125) _epsilon_)))) + ((p.p.name is a) + ((p.p.p.name is s) + (((uw1 1) uw1)) + ((p.p.p.name is l) + (((_epsilon_ 0.2) (uw1 0.8) uw1)) + ((p.name is l) + ((n.n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.25) (uw1 0.75) uw1)) + (((_epsilon_ 0.5) (uw1 0.5) _epsilon_)))) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.name is b) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_))) + (((_epsilon_ 0.857143) (uw1 0.142857) _epsilon_))))))) + ((n.n.name is d) + (((_epsilon_ 0.995074) (ah1 0.00492611) _epsilon_)) + ((n.n.name is k) + (((_epsilon_ 1) _epsilon_)) + ((p.name is d) + ((n.n.name is r) + (((_epsilon_ 0.6) (ao1 0.4) _epsilon_)) + (((_epsilon_ 0.25) (uw1 0.75) uw1))) + ((p.p.name is c) + (((_epsilon_ 0.979167) (ow0 0.0208333) _epsilon_)) + ((n.n.name is p) + (((_epsilon_ 0.977273) (ow0 0.0227273) _epsilon_)) + ((p.name is c) + ((p.p.p.name is #) + (((uw1 1) uw1)) + (((_epsilon_ 0.8) (uw1 0.2) _epsilon_))) + ((p.p.name is o) + (((_epsilon_ 0.666667) + (oy0 0.166667) + (uw1 0.166667) + _epsilon_)) + ((p.p.name is l) + ((p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + (((uw1 1) uw1))) + (((_epsilon_ 0.75) (uw1 0.25) _epsilon_)))) + ((n.n.name is l) + ((p.name is t) + (((_epsilon_ 0.4) (uw1 0.6) uw1)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.name is l) + ((n.n.name is m) + ((p.p.p.name is #) + (((_epsilon_ 0.25) (uw1 0.75) uw1)) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_))) + (((_epsilon_ 0.875) (uw1 0.125) _epsilon_))) + (((_epsilon_ 0.914634) (uw1 0.0853659) _epsilon_)))))))))))))))))) + ((n.name is u) + ((n.n.name is s) + ((n.n.n.name is e) + ((p.name is h) + (((aw0 0.00900901) (aw1 0.990991) aw1)) + ((p.p.name is a) + ((p.p.p.name is #) + (((aw1 1) aw1)) + (((_epsilon_ 0.25) + (aw0 0.25) + (ax0 0.25) + (ow0 0.25) + _epsilon_))) + ((p.p.name is r) + (((aw1 0.333333) (ax0 0.666667) ax0)) + ((p.name is l) + ((p.p.p.name is #) + (((aw1 1) aw1)) + (((_epsilon_ 0.333333) + (aw1 0.333333) + (ax0 0.333333) + _epsilon_))) + (((_epsilon_ 0.146341) (aw1 0.853659) aw1)))))) + ((p.p.p.name is 0) + ((n.n.n.name is s) + (((_epsilon_ 0.9375) (aw1 0.0625) _epsilon_)) + ((p.name is c) + (((_epsilon_ 0.8) (aw0 0.2) _epsilon_)) + ((p.name is b) + (((_epsilon_ 0.666667) (ax0 0.333333) _epsilon_)) + ((p.name is s) + (((_epsilon_ 0.6) (aw1 0.2) (ow0 0.2) _epsilon_)) + ((n.n.n.name is t) + ((p.p.name is #) + (((_epsilon_ 0.6) (aw1 0.4) _epsilon_)) + (((_epsilon_ 0.2) (aw1 0.8) aw1))) + ((p.name is h) + (((aw1 1) aw1)) + ((n.n.n.name is i) + (((_epsilon_ 0.25) (aw1 0.75) aw1)) + ((n.n.n.name is h) + (((_epsilon_ 0.333333) (aw1 0.666667) aw1)) + (((_epsilon_ 0.5) (aw1 0.5) _epsilon_)))))))))) + ((p.p.p.name is #) + ((p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.name is i) + (((ax0 1) ax0)) + ((n.n.n.name is s) + (((_epsilon_ 0.666667) (aw1 0.333333) _epsilon_)) + (((ao1 0.0909091) (aw1 0.818182) (ax0 0.0909091) aw1))))) + ((p.name is u) + ((p.p.name is c) + (((ax0 1) ax0)) + ((n.n.n.name is #) + ((p.p.p.name is i) + (((ax0 0.857143) (w 0.142857) ax0)) + ((p.p.name is t) + (((ax0 0.777778) (w 0.222222) ax0)) + ((p.p.p.name is e) + (((ax0 0.666667) (w 0.333333) ax0)) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (w 0.333333) + _epsilon_))))) + (((ax0 1) ax0)))) + ((p.name is h) + (((aw1 0.75) (ax0 0.25) aw1)) + ((n.n.n.name is i) + (((aw1 0.4) (ax0 0.6) ax0)) + ((p.name is v) + ((p.p.name is r) + (((ax0 1) ax0)) + (((_epsilon_ 0.4) (ao1 0.2) (ax0 0.4) _epsilon_))) + ((p.p.name is c) + (((_epsilon_ 0.142857) (ax0 0.857143) ax0)) + ((p.p.p.name is d) + (((_epsilon_ 0.125) (aw1 0.125) (ax0 0.75) ax0)) + ((p.p.name is l) + (((_epsilon_ 0.0909091) + (ax0 0.818182) + (ih0 0.0909091) + ax0)) + ((p.p.name is g) + (((_epsilon_ 0.125) (ax0 0.875) ax0)) + ((p.p.name is a) + ((p.name is l) + (((ax0 1) ax0)) + ((p.name is m) + (((ax0 1) ax0)) + ((p.name is r) + (((ax0 1) ax0)) + (((_epsilon_ 0.5) (ax0 0.5) _epsilon_))))) + (((_epsilon_ 0.00754717) + (ax0 0.984906) + (ih0 0.00754717) + ax0)))))))))))))) + ((n.n.name is r) + ((p.name is h) + ((p.p.p.name is e) + (((aw0 1) aw0)) + ((n.n.n.name is #) + (((aw0 0.5) (aw1 0.5) aw0)) + (((_epsilon_ 0.111111) (aw0 0.111111) (aw1 0.777778) aw1)))) + ((n.n.n.name is t) + (((_epsilon_ 0.0888889) + (ao0 0.0666667) + (ao1 0.8) + (uh1 0.0444444) + ao1)) + ((p.name is t) + ((n.n.n.name is n) + (((_epsilon_ 0.75) (uh0 0.25) _epsilon_)) + (((_epsilon_ 0.1) (uh0 0.1) (uh1 0.8) uh1))) + ((p.p.p.name is 0) + ((p.name is j) + (((_epsilon_ 0.846154) + (aw1 0.0769231) + (uh0 0.0769231) + _epsilon_)) + ((n.n.n.name is i) + (((_epsilon_ 0.615385) + (ao1 0.153846) + (aw1 0.153846) + (ow0 0.0769231) + _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.444444) + (ao0 0.111111) + (ow0 0.111111) + (uh0 0.111111) + (uh1 0.222222) + _epsilon_)) + ((p.p.name is #) + ((n.n.n.name is g) + (((ao0 0.142857) + (ao1 0.142857) + (uh0 0.571429) + (uh1 0.142857) + uh0)) + ((p.name is l) + (((_epsilon_ 0.25) + (ao1 0.25) + (aw0 0.25) + (uh0 0.25) + _epsilon_)) + ((n.n.n.name is m) + (((ao1 0.5) (uh1 0.5) ao1)) + ((n.n.n.name is n) + (((ao1 0.923077) (uh0 0.0769231) ao1)) + ((p.name is b) + (((_epsilon_ 0.181818) + (ao1 0.181818) + (aw1 0.181818) + (uh0 0.363636) + (uh1 0.0909091) + uh0)) + ((p.name is y) + (((_epsilon_ 0.166667) + (ao0 0.166667) + (ao1 0.333333) + (uh0 0.166667) + (uh1 0.166667) + ao1)) + ((n.n.n.name is s) + (((ao1 1) ao1)) + ((p.name is c) + (((ao1 0.333333) (uh0 0.666667) uh0)) + ((p.name is g) + (((ao1 0.8) (uh0 0.2) ao1)) + ((n.n.n.name is c) + (((ao1 1) ao1)) + ((p.name is s) + (((ao0 0.333333) (aw1 0.666667) aw1)) + (((_epsilon_ 0.1) (ao1 0.7) (aw1 0.2) ao1))))))))))))) + (((_epsilon_ 0.25) (aw0 0.25) (aw1 0.5) aw1)))))) + ((n.n.n.name is c) + ((p.p.name is e) + (((ao0 0.4) (ao1 0.4) (uh0 0.2) ao0)) + (((ao1 1) ao1))) + ((p.name is v) + ((p.p.p.name is d) + (((aw1 1) aw1)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is #) + ((p.p.name is s) + (((_epsilon_ 0.2) (aw1 0.8) aw1)) + ((p.p.name is f) + ((n.n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + (((aw1 0.666667) (uh0 0.333333) aw1))) + (((_epsilon_ 0.5) (ao1 0.25) (uh1 0.25) _epsilon_)))) + ((n.n.n.name is #) + ((p.p.name is e) + (((_epsilon_ 0.5) (uh0 0.5) _epsilon_)) + ((p.name is d) + (((ao1 0.666667) (uh1 0.333333) ao1)) + ((p.name is b) + (((_epsilon_ 0.75) (aw1 0.25) _epsilon_)) + ((p.name is p) + (((ao0 0.333333) (aw0 0.333333) (uh1 0.333333) ao0)) + ((p.name is f) + (((ao0 0.666667) (uh1 0.333333) ao0)) + ((p.p.p.name is a) + (((_epsilon_ 0.75) (uh1 0.25) _epsilon_)) + ((p.name is m) + (((_epsilon_ 0.142857) + (ao0 0.428571) + (uh1 0.428571) + ao0)) + (((_epsilon_ 0.5) + (ao0 0.125) + (uh1 0.375) + _epsilon_))))))))) + ((p.p.name is a) + ((p.p.p.name is l) + ((p.name is b) + (((_epsilon_ 1) _epsilon_)) + (((uh0 0.666667) (uh1 0.333333) uh0))) + (((uh0 0.75) (uh1 0.25) uh0))) + ((n.n.n.name is s) + ((p.name is c) + ((p.p.p.name is i) + (((ao0 0.333333) (ao1 0.666667) ao1)) + (((ao0 0.5) (ao1 0.5) ao0))) + (((_epsilon_ 0.5) (ao1 0.5) _epsilon_))) + ((n.n.n.name is g) + (((_epsilon_ 0.166667) (ao1 0.833333) ao1)) + ((p.p.name is r) + (((ao1 0.5) (uh1 0.5) ao1)) + ((n.n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.name is j) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((uh1 1) uh1)) + (((_epsilon_ 0.652174) + (ao1 0.130435) + (uh1 0.217391) + _epsilon_))))))))))))))))) + ((n.n.name is g) + ((p.p.name is o) + ((p.p.p.name is d) + (((aw0 0.333333) (ax0 0.666667) ax0)) + (((aw1 0.0434783) (ow0 0.869565) (ow1 0.0869565) ow0))) + ((p.p.p.name is 0) + ((p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.name is r) + (((_epsilon_ 0.909091) (ao1 0.0909091) _epsilon_)) + ((n.n.n.name is h) + ((p.name is d) + (((ao1 0.3) (ow1 0.7) ow1)) + ((p.name is c) + (((aa1 0.25) (ao0 0.125) (ao1 0.625) ao1)) + ((p.name is l) + (((ao1 0.0909091) (aw1 0.909091) aw1)) + ((p.name is b) + (((aa1 0.111111) (ao1 0.222222) (aw1 0.666667) aw1)) + ((p.name is h) + (((_epsilon_ 0.2) (ao1 0.2) (aw1 0.6) aw1)) + (((ao1 0.5) (aw1 0.3) (ax0 0.1) (ow1 0.1) ao1))))))) + ((n.n.n.name is e) + (((aw1 1) aw1)) + ((p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.6) (aw1 0.4) _epsilon_)) + (((_epsilon_ 0.333333) (aw1 0.666667) aw1)))))))) + ((p.p.p.name is #) + ((p.p.name is t) + (((ao1 0.857143) (ow1 0.142857) ao1)) + ((p.name is r) + ((p.p.name is b) + (((_epsilon_ 0.2) (ao1 0.4) (aw1 0.4) ao1)) + (((ao1 0.2) (aw1 0.8) aw1))) + ((p.p.name is s) + (((_epsilon_ 0.5) + (aw1 0.333333) + (ow1 0.166667) + _epsilon_)) + ((p.name is l) + (((aw1 1) aw1)) + (((_epsilon_ 0.333333) + (aw1 0.333333) + (ow0 0.333333) + _epsilon_)))))) + ((p.p.name is r) + ((p.p.p.name is u) + (((ow0 1) ow0)) + (((aw0 0.6) (aw1 0.2) (ow0 0.2) aw0))) + ((p.name is l) + ((p.p.name is l) + (((aw0 0.4) (ax0 0.6) ax0)) + (((aw0 0.75) (aw1 0.25) aw0))) + ((p.p.name is b) + (((_epsilon_ 0.166667) (aw0 0.833333) aw0)) + ((p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is c) + (((_epsilon_ 0.666667) (ow0 0.333333) _epsilon_)) + (((ao1 0.333333) + (aw0 0.222222) + (aw1 0.333333) + (ax0 0.111111) + ao1))))))))))) + ((n.n.name is t) + ((p.p.name is 0) + ((n.n.n.name is s) + (((aw0 0.56) (aw1 0.44) aw0)) + ((n.n.n.name is m) + (((aw0 0.5) (aw1 0.5) aw0)) + (((_epsilon_ 0.0175439) + (aw0 0.0614035) + (aw1 0.921053) + aw1)))) + ((n.n.n.name is #) + (((_epsilon_ 0.0243902) + (aw0 0.0609756) + (aw1 0.902439) + (ax0 0.0121951) + aw1)) + ((p.name is m) + ((p.p.p.name is 0) + (((_epsilon_ 0.166667) (aw1 0.833333) aw1)) + ((p.p.p.name is o) + (((aw1 0.666667) (ax0 0.333333) aw1)) + (((_epsilon_ 0.142857) + (aw0 0.142857) + (ax0 0.714286) + ax0)))) + ((n.n.n.name is s) + (((aw1 1) aw1)) + ((p.p.p.name is #) + (((aw1 1) aw1)) + ((p.name is h) + (((aa1 0.4) (aw1 0.6) aw1)) + ((n.n.n.name is h) + ((p.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.name is d) + (((_epsilon_ 0.666667) (aw1 0.333333) _epsilon_)) + ((p.p.p.name is 0) + (((_epsilon_ 0.189189) + (aw0 0.027027) + (aw1 0.783784) + aw1)) + ((p.name is s) + (((aw1 1) aw1)) + (((_epsilon_ 0.5) (aw1 0.5) _epsilon_)))))) + ((p.name is p) + (((aw1 1) aw1)) + ((n.n.n.name is z) + (((aw1 1) aw1)) + ((n.n.n.name is y) + (((aw1 1) aw1)) + ((n.n.n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.8125) (aw1 0.1875) _epsilon_)) + ((p.name is b) + (((_epsilon_ 0.75) (aw1 0.25) _epsilon_)) + ((n.n.n.name is t) + (((aw1 1) aw1)) + ((p.name is r) + (((_epsilon_ 0.625) (aw1 0.375) _epsilon_)) + (((_epsilon_ 0.2) (aw1 0.8) aw1)))))))))))))))))) + ((n.n.name is n) + ((p.name is y) + (((_epsilon_ 0.857143) + (aw1 0.107143) + (ax0 0.0357143) + _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.428571) + (aa1 0.285714) + (aw1 0.285714) + _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.6) (aw0 0.1) (aw1 0.3) _epsilon_)) + ((p.p.name is #) + ((p.name is w) + (((_epsilon_ 0.75) (aw1 0.25) _epsilon_)) + (((_epsilon_ 0.0691824) + (aw0 0.0125786) + (aw1 0.918239) + aw1))) + (((_epsilon_ 0.00591716) + (aw0 0.0414201) + (aw1 0.946746) + (ax0 0.00591716) + aw1)))))) + ((n.n.n.name is d) + ((p.name is g) + (((_epsilon_ 0.666667) (uh1 0.333333) _epsilon_)) + ((p.name is m) + (((ow1 1) ow1)) + ((p.p.p.name is #) + (((ow1 0.8) (uh1 0.2) ow1)) + ((p.name is b) + (((ow1 0.666667) (uh1 0.333333) ow1)) + (((ow1 0.2) (uh1 0.8) uh1)))))) + ((n.n.name is d) + ((p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 0.333333) + (aw1 0.333333) + (ow1 0.333333) + _epsilon_)) + ((p.p.p.name is #) + (((aw1 1) aw1)) + ((p.name is h) + (((_epsilon_ 0.4) (aw0 0.2) (aw1 0.4) _epsilon_)) + (((_epsilon_ 0.108108) + (aw0 0.0540541) + (aw1 0.837838) + aw1))))))) + ((p.p.name is o) + ((n.n.n.name is o) + (((ax0 0.916667) (ow0 0.0833333) ax0)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.name is p) + ((p.p.p.name is t) + (((_epsilon_ 0.333333) (ow1 0.666667) ow1)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is l) + ((n.n.name is e) + (((aa1 1) aa1)) + ((p.p.p.name is c) + (((ax0 1) ax0)) + (((_epsilon_ 0.939394) + (aw1 0.030303) + (uw1 0.030303) + _epsilon_)))) + ((n.n.n.name is t) + ((n.n.name is e) + ((p.p.p.name is i) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + (((_epsilon_ 0.75) (aa1 0.25) _epsilon_))) + ((n.n.name is l) + ((p.name is c) + (((_epsilon_ 0.333333) (ow1 0.666667) ow1)) + ((p.name is h) + (((ow1 1) ow1)) + ((p.name is p) + (((aw1 0.25) (ow1 0.75) ow1)) + (((aw1 0.6) (ow1 0.4) aw1))))) + (((aw1 1) aw1)))) + ((n.n.n.name is h) + ((p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.name is h) + (((aw1 1) aw1)) + ((p.name is p) + (((aw1 1) aw1)) + ((p.p.name is s) + (((aw1 1) aw1)) + ((p.name is f) + (((aw1 1) aw1)) + ((p.name is v) + (((aw1 1) aw1)) + ((p.p.p.name is #) + (((_epsilon_ 0.285714) (aw1 0.714286) aw1)) + ((p.p.p.name is 0) + ((p.name is c) + (((_epsilon_ 0.25) (aw1 0.75) aw1)) + ((p.name is b) + (((_epsilon_ 0.428571) (aw1 0.571429) aw1)) + (((_epsilon_ 0.5) (aw1 0.5) _epsilon_)))) + (((_epsilon_ 0.8) (aw1 0.2) _epsilon_)))))))))) + ((p.p.name is #) + ((n.n.name is y) + (((_epsilon_ 0.25) (aa1 0.25) (oy1 0.5) oy1)) + ((p.name is s) + ((n.n.name is v) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is c) + (((_epsilon_ 0.25) (ow1 0.75) ow1)) + ((n.n.name is l) + (((_epsilon_ 0.333333) + (aw1 0.166667) + (ow1 0.5) + ow1)) + (((_epsilon_ 0.75) (aw1 0.25) _epsilon_))))) + ((p.name is b) + ((n.n.name is w) + (((_epsilon_ 0.25) (aw1 0.75) aw1)) + (((_epsilon_ 0.708333) + (aw1 0.0833333) + (ow0 0.0416667) + (ow1 0.0833333) + (uh1 0.0833333) + _epsilon_))) + ((p.name is f) + (((_epsilon_ 0.125) (aw1 0.875) aw1)) + ((n.n.n.name is k) + (((aw1 1) aw1)) + ((n.n.name is k) + (((_epsilon_ 0.333333) (aw1 0.666667) aw1)) + ((n.n.n.name is a) + (((_epsilon_ 0.888889) + (ow1 0.111111) + _epsilon_)) + ((n.n.name is b) + (((aw1 1) aw1)) + ((n.n.name is l) + ((n.n.n.name is s) + (((aw1 1) aw1)) + ((n.n.n.name is o) + (((_epsilon_ 0.333333) + (aw0 0.333333) + (aw1 0.333333) + _epsilon_)) + ((n.n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.857143) + (aw1 0.142857) + _epsilon_)) + (((_epsilon_ 0.333333) + (aw1 0.666667) + aw1)))))) + ((n.n.name is z) + (((_epsilon_ 0.4) (aw1 0.6) aw1)) + (((_epsilon_ 0.842105) + (aw0 0.0263158) + (aw1 0.0789474) + (ow1 0.0526316) + _epsilon_)))))))))))) + ((p.p.p.name is #) + ((n.n.name is f) + (((_epsilon_ 0.166667) (ow1 0.833333) ow1)) + ((n.n.n.name is #) + (((_epsilon_ 0.428571) + (aw0 0.142857) + (aw1 0.142857) + (ow1 0.285714) + _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.8) (aa1 0.2) _epsilon_)) + ((p.name is r) + (((_epsilon_ 0.25) (aw1 0.75) aw1)) + (((_epsilon_ 0.7) + (ao1 0.1) + (aw1 0.2) + _epsilon_)))))) + ((p.p.p.name is s) + (((_epsilon_ 0.4) (aw1 0.4) (uh1 0.2) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.896552) (ow1 0.103448) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.923077) + (ow1 0.0384615) + (uh1 0.0384615) + _epsilon_)) + ((p.p.p.name is b) + (((_epsilon_ 0.333333) (ow0 0.666667) ow0)) + (((_epsilon_ 0.826087) + (aw0 0.0869565) + (ow0 0.0869565) + _epsilon_)))))))))))))))))))) + ((n.name is n) + ((n.n.name is #) + ((p.name is i) + ((p.p.name is t) + (((ax0 1) ax0)) + ((p.p.name is s) + (((_epsilon_ 0.0150376) (ax0 0.984962) ax0)) + ((p.p.p.name is a) + ((p.p.name is c) + (((ao1 0.333333) (ax0 0.333333) (ow1 0.333333) ao1)) + ((p.p.name is n) + (((ao1 0.5) (ax0 0.5) ao1)) + (((aa0 0.25) (ax0 0.75) ax0)))) + (((_epsilon_ 0.0102041) + (aa0 0.0102041) + (aa1 0.0102041) + (ao1 0.0408163) + (ax0 0.918367) + (ow1 0.0102041) + ax0))))) + ((p.name is s) + (((aa0 0.00244499) + (aa1 0.00488998) + (ah1 0.00366748) + (ax0 0.988998) + ax0)) + ((p.name is t) + ((p.p.name is e) + ((p.p.p.name is r) + (((aa0 0.75) (ax0 0.25) aa0)) + (((aa0 0.235294) (ax0 0.764706) ax0))) + ((p.p.p.name is i) + ((p.p.name is s) + (((aa0 0.5) (aa1 0.0555556) (ax0 0.444444) aa0)) + (((aa0 0.04) (ao1 0.02) (ax0 0.94) ax0))) + (((aa0 0.00905797) + (aa1 0.0126812) + (ah1 0.00362319) + (ao1 0.00362319) + (ax0 0.96558) + (ow0 0.00362319) + (ow1 0.00181159) + ax0)))) + ((p.p.p.name is 0) + (((aa1 0.666667) + (ao1 0.133333) + (ax0 0.0666667) + (ow0 0.0666667) + (ow1 0.0666667) + aa1)) + ((p.p.name is g) + ((p.name is e) + ((p.p.p.name is d) + (((_epsilon_ 0.5) (ax0 0.5) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.4) (ax0 0.6) ax0)) + (((_epsilon_ 0.4) (aa0 0.2) (ax0 0.4) _epsilon_)))) + (((aa0 0.105263) + (ao1 0.0526316) + (ax0 0.789474) + (ih0 0.0526316) + ax0))) + ((p.p.name is a) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is r) + (((aa0 0.0833333) + (aa1 0.333333) + (ao1 0.25) + (ax0 0.166667) + (ih0 0.0833333) + (ow1 0.0833333) + aa1)) + ((p.p.p.name is h) + (((aa0 0.2) (aa1 0.2) (ax0 0.6) ax0)) + ((p.name is h) + (((_epsilon_ 0.333333) (ax0 0.666667) ax0)) + ((p.name is g) + ((p.p.p.name is w) + (((ax0 1) ax0)) + (((aa1 0.75) (ax0 0.25) aa1))) + ((p.name is x) + (((ax0 1) ax0)) + ((p.name is m) + (((ao1 0.3) (ax0 0.7) ax0)) + ((p.name is r) + (((ao1 0.5) (ax0 0.5) ao1)) + ((p.p.p.name is #) + (((aa0 0.25) (aa1 0.25) (ao1 0.5) ao1)) + ((p.name is n) + (((aa0 0.2) (ao1 0.2) (ax0 0.6) ax0)) + ((p.p.p.name is t) + (((ao1 0.5) (ax0 0.5) ao1)) + ((p.p.p.name is m) + (((aa1 0.142857) + (ao1 0.428571) + (ax0 0.428571) + ao1)) + ((p.name is l) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((aa1 0.375) (ao1 0.25) (ax0 0.375) aa1))))))))))))))) + ((p.name is d) + ((p.p.name is n) + (((aa0 0.04) + (ao1 0.08) + (ax0 0.68) + (ih0 0.08) + (ow0 0.12) + ax0)) + ((p.p.name is i) + (((aa0 0.25) (ax0 0.5) (ih0 0.25) ax0)) + ((p.p.name is r) + ((p.p.p.name is a) + (((ao1 0.5) (ax0 0.5) ao1)) + ((p.p.p.name is e) + (((ao1 0.5) (ax0 0.5) ao1)) + (((ax0 1) ax0)))) + (((aa1 0.047619) (ao1 0.047619) (ax0 0.904762) ax0))))) + ((p.p.name is i) + ((p.name is r) + ((p.p.p.name is d) + (((_epsilon_ 0.666667) (aa0 0.333333) _epsilon_)) + (((_epsilon_ 0.285714) + (ao1 0.142857) + (ax0 0.571429) + ax0))) + ((p.name is m) + (((aa0 0.166667) (ax0 0.666667) (ow0 0.166667) ax0)) + ((p.name is x) + (((ax0 1) ax0)) + ((p.p.p.name is n) + (((aa0 0.333333) (aa1 0.5) (ax0 0.166667) aa1)) + ((p.name is c) + (((aa0 0.0833333) + (aa1 0.583333) + (ax0 0.333333) + aa1)) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.name is l) + (((aa1 0.25) (ao1 0.25) (ax0 0.5) ax0)) + ((p.name is g) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.5) (ax0 0.5) aa1)))))))))) + ((p.p.p.name is #) + ((p.name is e) + (((aa0 0.6) (ax0 0.4) aa0)) + ((p.p.name is e) + (((aa1 0.25) (ao1 0.25) (ax0 0.5) ax0)) + (((aa1 0.75) (ax0 0.1875) (ow0 0.0625) aa1)))) + ((p.name is m) + ((p.p.p.name is l) + ((p.p.name is l) + (((ax0 1) ax0)) + ((p.p.name is e) + (((aa0 0.5) (ax0 0.5) aa0)) + (((aa0 0.25) (ax0 0.75) ax0)))) + (((aa1 0.0175439) + (ao1 0.0350877) + (ax0 0.929825) + (ow0 0.0175439) + ax0))) + ((p.p.name is e) + ((p.name is j) + (((aa0 1) aa0)) + ((p.p.p.name is g) + (((ao0 0.333333) (ax0 0.666667) ax0)) + ((p.p.p.name is p) + (((ao1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + ao1)) + ((p.name is g) + (((aa0 0.333333) + (ao1 0.166667) + (ax0 0.333333) + (ih0 0.166667) + aa0)) + ((p.p.p.name is d) + (((aa0 0.5) (ao1 0.25) (ax0 0.25) aa0)) + ((p.name is l) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is m) + ((p.name is r) + (((aa0 0.25) (ao1 0.5) (ax0 0.25) ao1)) + (((aa1 0.666667) (ao1 0.333333) aa1))) + ((p.p.p.name is r) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((p.name is r) + ((p.p.p.name is h) + (((ax0 1) ax0)) + (((aa0 0.222222) + (aa1 0.333333) + (ao1 0.111111) + (ax0 0.333333) + aa1))) + ((p.p.p.name is l) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.5) (ax0 0.5) aa1)))))))))))) + ((p.p.name is t) + ((p.p.p.name is e) + (((aa0 0.333333) + (aa1 0.333333) + (ao1 0.166667) + (ax0 0.166667) + aa0)) + ((p.p.p.name is n) + (((ax0 1) ax0)) + ((p.p.p.name is s) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is a) + (((aa0 0.166667) + (aa1 0.166667) + (ax0 0.666667) + ax0)) + ((p.name is h) + (((aa0 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.470588) + (aa1 0.294118) + (ax0 0.235294) + aa0))))))) + ((p.name is p) + (((aa0 0.0833333) + (aa1 0.5) + (ao1 0.0833333) + (ax0 0.333333) + aa1)) + ((p.name is z) + ((p.p.p.name is a) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((aa0 0.75) (ao1 0.25) aa0)))) + ((p.p.name is r) + ((p.p.p.name is a) + (((aa1 0.130435) + (ao1 0.0434783) + (ax0 0.782609) + (ow0 0.0434783) + ax0)) + ((p.name is r) + (((aa0 0.142857) + (ao1 0.285714) + (ax0 0.571429) + ax0)) + ((p.p.p.name is e) + (((aa0 0.333333) + (ax0 0.333333) + (ih0 0.333333) + aa0)) + (((aa0 0.181818) + (ao1 0.0909091) + (ax0 0.727273) + ax0))))) + ((p.p.name is y) + ((p.name is r) + (((ao1 0.2) (ax0 0.8) ax0)) + ((p.name is l) + ((p.p.p.name is e) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1))) + (((aa1 0.166667) (ax0 0.833333) ax0)))) + ((p.p.name is u) + ((p.name is l) + (((aa0 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is d) + (((aa0 0.333333) (ax0 0.666667) ax0)) + ((p.name is r) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa1 0.666667) (ax0 0.333333) aa1))))) + ((p.p.p.name is s) + (((aa1 0.333333) + (ao1 0.333333) + (ax0 0.333333) + aa1)) + ((p.p.p.name is i) + ((p.p.name is l) + (((aa0 0.176471) + (aa1 0.0588235) + (ao1 0.117647) + (ax0 0.647059) + ax0)) + ((p.p.name is n) + (((ao1 0.142857) (ax0 0.857143) ax0)) + ((p.name is b) + (((ax0 1) ax0)) + ((p.name is h) + (((ax0 1) ax0)) + ((p.name is e) + (((ax0 1) ax0)) + (((aa1 0.5) (ax0 0.5) aa1))))))) + ((p.p.name is b) + (((aa1 0.1) (ao1 0.1) (ax0 0.8) ax0)) + ((p.p.name is o) + (((aa1 0.0769231) (ax0 0.923077) ax0)) + ((p.p.name is m) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is t) + ((p.name is l) + (((aa0 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0))) + ((p.p.p.name is a) + (((aa0 0.192982) + (aa1 0.0350877) + (ax0 0.77193) + ax0)) + ((p.p.name is d) + (((ax0 1) ax0)) + ((p.p.name is c) + (((ax0 1) ax0)) + ((p.name is n) + (((ax0 1) ax0)) + ((p.p.name is f) + (((ax0 1) ax0)) + ((p.p.p.name is u) + (((ax0 1) ax0)) + ((p.name is e) + (((ax0 1) ax0)) + ((p.p.name is w) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((aa0 0.142857) + (ax0 0.857143) + ax0)) + ((p.p.name is h) + (((aa0 0.5) (ax0 0.5) aa0)) + (((aa0 0.3) (ax0 0.7) ax0))))))))))))))))))))))))))))))))))) + ((p.name is i) + ((p.p.name is t) + (((_epsilon_ 0.00196464) (ax0 0.996071) (ow1 0.00196464) ax0)) + ((p.p.name is s) + (((ax0 1) ax0)) + ((n.n.name is e) + ((n.n.n.name is #) + (((aa0 0.0344828) + (ax0 0.0344828) + (ow0 0.0344828) + (ow1 0.896552) + ow1)) + ((p.p.name is p) + (((ax0 1) ax0)) + ((p.p.p.name is s) + (((ax0 1) ax0)) + ((p.p.name is l) + (((ax0 0.666667) (ow0 0.333333) ax0)) + (((ow0 0.4) (ow1 0.6) ow1)))))) + ((n.n.n.name is c) + (((aa1 1) aa1)) + ((p.p.p.name is #) + ((n.n.n.name is #) + (((ao1 0.2) (ax0 0.4) (ow1 0.4) ax0)) + ((n.n.n.name is e) + (((aa0 0.333333) (ax0 0.333333) (ow1 0.333333) aa0)) + ((n.n.name is i) + (((ax0 1) ax0)) + (((aa1 0.25) (ax0 0.25) (ow0 0.5) ow0))))) + ((p.p.name is z) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((n.n.n.name is #) + ((n.n.name is s) (((ax0 1) ax0)) (((ow1 1) ow1))) + (((ax0 1) ax0))))))))) + ((n.n.name is e) + ((n.n.n.name is #) + ((p.name is g) + ((p.p.p.name is r) + (((ao1 0.333333) (ow1 0.666667) ow1)) + ((p.p.name is r) + (((aa1 0.333333) (ao1 0.333333) (ax0 0.333333) aa1)) + (((ao1 0.5) (ax0 0.333333) (ow1 0.166667) ao1)))) + ((p.name is d) + ((p.p.p.name is a) + (((ow0 0.25) (ow1 0.75) ow1)) + ((p.p.name is r) + (((ah1 0.333333) (ax0 0.333333) (ow1 0.333333) ah1)) + ((p.p.p.name is u) + (((ah1 0.666667) (ow1 0.333333) ah1)) + (((ah1 0.4) (ow1 0.6) ow1))))) + ((p.name is e) + ((p.p.name is l) + (((ow1 0.666667) (w-ah1 0.333333) ow1)) + (((aa0 0.25) (ah1 0.25) (ax0 0.25) (w-ah1 0.25) aa0))) + ((p.name is y) + (((ow0 0.333333) (w-ah1 0.666667) w-ah1)) + ((p.name is s) + ((p.p.name is s) + (((ow1 1) ow1)) + ((p.p.p.name is a) + (((ax0 1) ax0)) + (((ax0 0.2) (ow1 0.8) ow1)))) + (((ah1 0.00395257) + (ax0 0.0158103) + (ow0 0.0355731) + (ow1 0.940711) + (w-ah1 0.00395257) + ow1))))))) + ((p.p.p.name is 0) + ((n.n.n.name is y) + ((p.name is h) + (((aa1 0.0909091) (ah1 0.909091) ah1)) + ((p.name is m) + (((ah1 1) ah1)) + (((ow1 0.833333) (w-ah1 0.166667) ow1)))) + ((p.p.name is #) + ((p.name is n) + (((aa0 0.222222) (aa1 0.555556) (ah1 0.222222) aa1)) + ((p.name is d) + (((aa1 0.428571) + (ah1 0.142857) + (ao1 0.142857) + (ow0 0.285714) + aa1)) + ((p.name is m) + (((aa1 0.555556) + (ax0 0.111111) + (ow0 0.111111) + (ow1 0.222222) + aa1)) + ((n.n.n.name is l) + ((p.name is b) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow0 0.25) (ow1 0.75) ow1))) + ((p.name is h) + ((n.n.n.name is s) (((aa1 1) aa1)) (((ow1 1) ow1))) + (((aa1 0.0857143) + (ax0 0.0571429) + (ow0 0.0571429) + (ow1 0.8) + ow1))))))) + (((aa1 0.0833333) + (ow0 0.25) + (ow1 0.166667) + (w-ah1 0.5) + w-ah1)))) + ((p.p.p.name is #) + ((p.p.name is l) + (((_epsilon_ 0.6) (ax0 0.2) (ow0 0.2) _epsilon_)) + ((p.p.name is p) + ((n.n.n.name is t) + (((ax0 1) ax0)) + (((ow0 0.25) (ow1 0.75) ow1))) + ((n.n.n.name is d) + (((_epsilon_ 0.25) (ow1 0.75) ow1)) + ((p.name is t) + (((aa1 0.08) (ow1 0.92) ow1)) + ((p.p.name is c) + (((ow1 1) ow1)) + ((p.p.name is d) + (((ow1 1) ow1)) + ((p.p.name is g) + (((aa1 0.666667) (ow1 0.333333) aa1)) + ((p.p.name is k) + (((aa1 0.666667) (ow1 0.333333) aa1)) + ((n.n.n.name is r) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((ow1 1) ow1))))))))))) + ((n.n.n.name is s) + ((p.p.p.name is i) + ((p.p.name is s) + (((aa1 0.666667) (ao1 0.333333) aa1)) + ((p.name is d) + (((ow0 1) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1)))) + (((ao1 0.0294118) + (ax0 0.0882353) + (ow0 0.0294118) + (ow1 0.852941) + ow1))) + ((p.name is p) + ((p.p.p.name is o) + (((ow1 1) ow1)) + ((p.p.p.name is e) + (((ow0 0.5) (ow1 0.5) ow0)) + (((ow0 0.2) (ow1 0.8) ow1)))) + ((n.n.n.name is l) + ((p.p.p.name is a) + (((aa1 0.2) (ax0 0.4) (ow0 0.4) ax0)) + (((aa1 0.25) (er1 0.5) (ow0 0.25) er1))) + ((n.n.n.name is t) + (((_epsilon_ 0.0666667) (ax0 0.733333) (ow0 0.2) ax0)) + ((p.name is r) + ((p.p.p.name is m) + (((ax0 0.4) (ow0 0.2) (ow1 0.4) ax0)) + (((ax0 0.125) (ow1 0.875) ow1))) + ((p.p.name is o) + (((ah1 0.666667) (ow1 0.333333) ah1)) + ((n.n.n.name is n) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.name is h) + (((aa0 0.2) (ax0 0.2) (ow1 0.6) ow1)) + ((p.p.name is t) + (((ah1 0.333333) (ax0 0.666667) ax0)) + ((p.p.name is n) + ((n.n.n.name is d) + (((ax0 0.333333) (ow1 0.666667) ow1)) + (((ax0 0.75) (ow0 0.25) ax0))) + (((ax0 0.9) (ow1 0.1) ax0))))))))))))))) + ((n.n.name is g) + ((p.p.p.name is 0) + ((p.name is c) + ((n.n.n.name is e) + (((ao1 0.125) (ax0 0.875) ax0)) + ((n.n.n.name is l) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((n.n.n.name is r) + (((aa1 0.642857) (ao1 0.0714286) (ax0 0.285714) aa1)) + (((aa1 0.333333) (ao1 0.666667) ao1))))) + ((n.n.n.name is o) + ((p.name is l) + (((ao1 0.333333) (ow0 0.666667) ow0)) + (((aa0 0.25) (aa1 0.666667) (ow0 0.0833333) aa1))) + ((n.n.n.name is i) + ((p.name is l) + (((aa1 0.428571) (ao1 0.428571) (ow0 0.142857) aa1)) + (((ow0 1) ow0))) + ((n.n.n.name is a) + (((aa1 0.75) (ao1 0.125) (ax0 0.125) aa1)) + ((p.name is m) + (((aa1 0.25) + (ah1 0.25) + (ao1 0.25) + (ax0 0.125) + (ow0 0.125) + aa1)) + ((p.name is t) + (((aa1 0.4) (ah1 0.4) (ao1 0.2) aa1)) + ((n.n.n.name is m) + (((aa1 0.2) (ao1 0.4) (ow1 0.4) ao1)) + ((n.n.n.name is h) + (((aa1 0.142857) (ao1 0.714286) (ow1 0.142857) ao1)) + ((n.n.n.name is u) + (((aa1 0.666667) (ao1 0.333333) aa1)) + (((aa1 0.140625) + (ao0 0.015625) + (ao1 0.828125) + (ow0 0.015625) + ao1))))))))))) + ((n.n.n.name is #) + ((p.p.p.name is #) + (((_epsilon_ 0.153846) + (ao1 0.769231) + (ow0 0.0769231) + ao1)) + ((p.name is d) + (((ao1 0.666667) (ow1 0.333333) ao1)) + ((p.p.name is d) + (((ao1 0.75) (ow1 0.25) ao1)) + ((p.name is h) + (((ao0 1) ao0)) + ((p.name is f) + (((ao0 1) ao0)) + ((p.p.name is e) + ((p.p.p.name is d) + (((ao0 0.333333) (ao1 0.666667) ao1)) + (((aa0 0.333333) (ao0 0.333333) (ao1 0.333333) aa0))) + ((p.p.name is h) + (((ao1 1) ao1)) + ((p.p.p.name is n) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((p.p.name is u) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((p.p.p.name is e) + (((ao0 0.6) (ao1 0.4) ao0)) + ((p.name is l) + (((ao0 0.2) (ao1 0.8) ao1)) + ((p.name is s) + (((ao0 0.2) (ao1 0.8) ao1)) + (((ao0 0.666667) (ao1 0.333333) ao0)))))))))))))) + ((p.p.name is s) + ((p.name is p) + (((ah1 1) ah1)) + (((aa1 0.5) (ao0 0.5) aa1))) + ((n.n.n.name is o) + (((ao1 0.2) (ax0 0.2) (ow1 0.6) ow1)) + ((p.name is m) + (((aa1 0.666667) (ah1 0.333333) aa1)) + (((aa1 0.0222222) + (ao0 0.0666667) + (ao1 0.844444) + (ax0 0.0444444) + (ow1 0.0222222) + ao1))))))) + ((p.name is c) + ((n.n.n.name is #) + ((n.n.name is s) + ((p.p.name is i) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((aa0 0.166667) (aa1 0.166667) (ax0 0.666667) ax0))) + ((n.n.name is i) + (((ow1 1) ow1)) + ((p.p.p.name is i) + (((ow1 1) ow1)) + ((p.p.p.name is 0) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((aa1 0.166667) (ax0 0.666667) (ow1 0.166667) ax0)))))) + ((n.n.name is a) + (((aa1 0.666667) (ax0 0.0555556) (ow1 0.277778) aa1)) + ((n.n.name is s) + ((n.n.n.name is i) + (((aa1 0.0833333) (ax0 0.875) (ow0 0.0416667) ax0)) + ((n.n.n.name is c) + (((aa1 0.714286) (ax0 0.285714) aa1)) + ((n.n.n.name is o) + (((aa1 0.333333) + (ae1 0.037037) + (ax0 0.518519) + (ow0 0.111111) + ax0)) + ((n.n.n.name is p) + (((aa1 0.111111) (ax0 0.888889) ax0)) + ((n.n.n.name is e) + (((aa0 0.0416667) + (aa1 0.291667) + (ax0 0.625) + (ow0 0.0416667) + ax0)) + ((p.p.p.name is 0) + (((aa1 0.36) (ax0 0.573333) (ow0 0.0666667) ax0)) + ((p.p.p.name is i) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.571429) (ax0 0.428571) aa1))))))))) + ((p.p.p.name is r) + ((n.n.n.name is i) + (((ax0 1) ax0)) + ((n.n.name is v) + (((ax0 1) ax0)) + (((aa0 0.25) (ao1 0.25) (ax0 0.25) (ow1 0.25) aa0)))) + ((n.n.n.name is e) + ((p.p.p.name is l) + (((ax0 0.25) (ow1 0.75) ow1)) + ((n.n.name is y) + (((aa1 0.666667) (ao1 0.333333) aa1)) + ((p.p.p.name is i) + (((ax0 1) ax0)) + ((p.p.name is s) + (((aa1 0.666667) (ow0 0.333333) aa1)) + ((n.n.name is d) + (((aa1 0.529412) + (ax0 0.411765) + (ow0 0.0588235) + aa1)) + ((p.p.name is c) + (((aa1 1) aa1)) + ((p.p.p.name is 0) + ((n.n.name is t) + (((aa1 0.305556) + (ax0 0.666667) + (ow0 0.0277778) + ax0)) + ((n.n.name is f) + (((aa1 0.130435) (ax0 0.869565) ax0)) + ((n.n.name is v) + (((aa1 0.190476) (ax0 0.809524) ax0)) + ((n.n.name is c) + (((aa0 0.0243902) + (aa1 0.243902) + (ax0 0.731707) + ax0)) + ((n.n.name is n) + (((aa1 0.4) (ax0 0.6) ax0)) + (((aa1 0.75) (ax0 0.25) aa1))))))) + (((aa1 0.111111) + (ax0 0.777778) + (ow1 0.111111) + ax0))))))))) + ((n.n.name is n) + (((aa1 0.730769) (ao1 0.0769231) (ax0 0.192308) aa1)) + ((n.n.name is r) + (((aa1 0.714286) + (ao1 0.0714286) + (ax0 0.142857) + (ow0 0.0714286) + aa1)) + ((n.n.name is q) + (((aa1 1) aa1)) + ((n.n.n.name is u) + ((n.n.name is j) + (((aa1 0.714286) (ax0 0.285714) aa1)) + (((aa0 0.0263158) + (aa1 0.131579) + (ah1 0.0263158) + (ax0 0.789474) + (ow1 0.0263158) + ax0))) + ((p.p.name is s) + (((aa0 0.2) (ax0 0.6) (ow1 0.2) ax0)) + ((p.p.p.name is s) + (((ax0 0.875) (ow0 0.125) ax0)) + ((n.n.n.name is h) + (((aa1 0.75) (ow0 0.25) aa1)) + ((n.n.n.name is c) + (((aa1 0.888889) (ax0 0.111111) aa1)) + ((p.p.name is b) + (((aa1 1) aa1)) + ((n.n.n.name is a) + ((n.n.name is t) + (((aa1 0.285714) (ax0 0.714286) ax0)) + ((n.n.name is c) + (((aa0 0.25) (aa1 0.25) (ax0 0.5) ax0)) + (((aa0 0.0909091) + (aa1 0.818182) + (ax0 0.0909091) + aa1)))) + ((p.p.p.name is u) + (((ax0 1) ax0)) + ((n.n.name is u) + (((ax0 0.75) (ow1 0.25) ax0)) + ((n.n.name is k) + (((aa1 1) aa1)) + ((n.n.name is f) + ((n.n.n.name is o) + (((aa0 0.0714286) + (ax0 0.857143) + (ow0 0.0714286) + ax0)) + ((n.n.n.name is r) + (((aa1 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is i) + (((aa1 0.529412) (ax0 0.470588) aa1)) + (((aa1 0.428571) (ax0 0.571429) ax0))))) + ((n.n.n.name is i) + ((p.p.p.name is 0) + (((aa1 0.263158) + (ax0 0.666667) + (ow0 0.0350877) + (ow1 0.0350877) + ax0)) + (((aa1 1) aa1))) + ((p.p.p.name is 0) + ((n.n.name is o) + (((aa1 0.666667) (ow1 0.333333) aa1)) + ((n.n.n.name is l) + (((aa1 0.111111) (ax0 0.888889) ax0)) + ((n.n.name is t) + (((aa1 0.465753) + (ax0 0.520548) + (ow1 0.0136986) + ax0)) + ((n.n.n.name is r) + (((aa1 0.75) + (ax0 0.125) + (ow1 0.125) + aa1)) + ((n.n.name is v) + (((aa1 1) aa1)) + ((n.n.name is i) + (((aa1 0.4) (ax0 0.6) ax0)) + (((aa1 0.625) (ax0 0.375) aa1)))))))) + ((p.p.p.name is #) + (((aa1 0.533333) + (ax0 0.4) + (ow0 0.0666667) + aa1)) + ((n.n.name is t) + (((aa1 0.5) (ax0 0.5) aa1)) + (((ax0 1) ax0))))))))))))))))))))))))) + ((p.p.p.name is 0) + ((p.name is n) + ((n.n.n.name is h) + (((aa1 1) aa1)) + ((n.n.name is a) + (((aa0 0.142857) (aa1 0.857143) aa1)) + ((n.n.name is n) + (((aa1 1) aa1)) + ((n.n.name is b) + (((aa0 0.166667) (aa1 0.833333) aa1)) + ((n.n.n.name is o) + ((n.n.name is c) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((aa0 0.555556) (aa1 0.444444) aa0))) + ((n.n.name is l) + (((aa0 1) aa0)) + ((n.n.n.name is n) + (((aa0 1) aa0)) + ((n.n.name is r) + (((aa0 0.875) (aa1 0.125) aa0)) + ((n.n.n.name is u) + (((aa0 0.857143) (aa1 0.142857) aa0)) + ((n.n.name is m) + (((aa0 1) aa0)) + ((n.n.n.name is i) + (((aa0 0.8) (aa1 0.2) aa0)) + ((n.n.name is f) + (((aa0 0.25) (aa1 0.75) aa1)) + ((n.n.n.name is p) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.n.n.name is r) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.n.name is p) + (((aa0 0.833333) (aa1 0.166667) aa0)) + ((n.n.n.name is e) + ((n.n.name is d) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa0 0.4) (aa1 0.6) aa1))) + (((aa0 0.636364) (aa1 0.363636) aa0)))))))))))))))))) + ((n.n.name is t) + ((p.name is m) + ((n.n.n.name is h) + (((ah1 1) ah1)) + ((n.n.n.name is r) + (((aa1 0.5) (ah1 0.25) (ow1 0.25) aa1)) + ((n.n.n.name is a) + (((aa0 0.1) (aa1 0.3) (ax0 0.1) (ow0 0.5) ow0)) + ((n.n.n.name is e) + (((aa0 0.3125) (aa1 0.375) (ow0 0.3125) aa1)) + ((n.n.n.name is i) + (((aa0 0.125) (aa1 0.5) (ow0 0.375) aa1)) + ((n.n.n.name is o) + (((aa0 0.333333) + (aa1 0.333333) + (ow0 0.333333) + aa0)) + (((aa0 0.25) + (aa1 0.5) + (ao1 0.0625) + (ax0 0.0625) + (ow0 0.0625) + (ow1 0.0625) + aa1)))))))) + ((p.name is f) + (((aa1 0.7) (ao0 0.2) (ow0 0.1) aa1)) + ((n.n.n.name is i) + (((aa0 0.375) + (aa1 0.4375) + (ow0 0.125) + (ow1 0.0625) + aa1)) + ((p.p.name is #) + (((aa0 0.0434783) + (aa1 0.782609) + (ow0 0.0434783) + (ow1 0.130435) + aa1)) + (((aa0 0.6) (aa1 0.4) aa0)))))) + ((n.n.name is a) + ((n.n.n.name is #) + (((ax0 0.125) (ow1 0.875) ow1)) + ((n.n.n.name is n) + ((p.name is b) + (((ax0 0.333333) (ow0 0.666667) ow0)) + (((ow1 1) ow1))) + ((p.name is j) + (((aa1 0.4) (ow1 0.6) ow1)) + ((n.n.n.name is t) + ((p.name is s) + (((aa1 0.75) (ax0 0.25) aa1)) + (((aa1 0.2) + (ax0 0.133333) + (ow0 0.266667) + (ow1 0.4) + ow1))) + ((n.n.n.name is g) + (((aa1 1) aa1)) + ((n.n.n.name is h) + (((aa1 1) aa1)) + ((n.n.n.name is c) + (((aa1 0.25) (ow0 0.75) ow0)) + ((p.name is m) + (((aa1 0.727273) + (ax0 0.0909091) + (ow0 0.0909091) + (ow1 0.0909091) + aa1)) + ((p.name is d) + (((aa1 0.545455) + (ax0 0.181818) + (ow0 0.272727) + aa1)) + ((n.n.n.name is r) + (((aa1 0.2) + (ax0 0.4) + (ow0 0.2) + (ow1 0.2) + ax0)) + ((p.name is r) + (((aa1 0.666667) (ow0 0.333333) aa1)) + ((n.n.n.name is w) + (((aa1 0.666667) (ow0 0.333333) aa1)) + ((p.name is t) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((n.n.n.name is d) + (((aa1 0.333333) (ow0 0.666667) ow0)) + ((n.n.n.name is v) + (((aa1 0.5) (ow0 0.5) aa1)) + ((n.n.n.name is s) + (((aa1 0.25) (ow0 0.5) (ow1 0.25) ow0)) + (((aa1 0.6) (ow0 0.2) (ow1 0.2) aa1)))))))))))))))))) + ((p.name is w) + ((n.n.n.name is e) + (((ah1 1) ah1)) + (((aa1 0.5) (ah1 0.5) aa1))) + ((n.n.name is i) + ((n.n.n.name is e) + ((p.name is m) + (((ah1 0.666667) (ow1 0.333333) ah1)) + (((ax0 0.285714) (ow0 0.142857) (ow1 0.571429) ow1))) + ((p.p.name is #) + ((n.n.n.name is n) + ((p.name is b) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((aa1 0.166667) + (ow0 0.166667) + (ow1 0.666667) + ow1))) + ((n.n.n.name is #) + (((ow1 1) ow1)) + ((n.n.n.name is a) + (((ax0 0.2) (ow1 0.8) ow1)) + ((p.name is m) + (((aa1 0.916667) (ow0 0.0833333) aa1)) + ((n.n.n.name is t) + (((aa1 0.25) (ax0 0.5) (ow0 0.25) ax0)) + ((p.name is k) + (((aa1 0.6) (ax0 0.2) (ow0 0.2) aa1)) + ((p.name is d) + (((aa1 1) aa1)) + ((n.n.n.name is c) + (((aa1 1) aa1)) + ((n.n.n.name is f) + (((aa1 1) aa1)) + (((aa1 0.166667) + (ax0 0.333333) + (ow1 0.5) + ow1))))))))))) + (((ah1 0.666667) (ow0 0.333333) ah1)))) + ((n.n.name is y) + ((n.n.n.name is #) + (((ow1 1) ow1)) + ((p.name is g) + (((ow1 1) ow1)) + (((aa1 0.5) (ow1 0.5) aa1)))) + ((n.n.name is o) + ((p.name is h) + (((aa0 0.0555556) + (aa1 0.888889) + (ao0 0.0555556) + aa1)) + ((p.name is m) + ((n.n.n.name is p) + (((aa1 0.3) (ax0 0.7) ax0)) + (((aa1 0.793103) + (ax0 0.172414) + (ow1 0.0344828) + aa1))) + ((p.name is s) + (((aa1 0.2) (ax0 0.6) (ow0 0.2) ax0)) + ((n.n.n.name is #) + (((ow1 1) ow1)) + ((p.p.name is #) + ((p.name is k) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1)) + ((n.n.n.name is r) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.777778) + (ow0 0.111111) + (ow1 0.111111) + aa1)))) + (((aa1 0.4) (ow0 0.6) ow0))))))) + ((n.n.name is u) + ((n.n.n.name is m) + (((aa1 1) aa1)) + (((ow1 1) ow1))) + ((n.n.name is c) + ((p.p.name is #) + ((p.name is m) + ((n.n.n.name is a) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((aa1 0.5) (ax0 0.25) (ow0 0.25) aa1))) + (((aa1 0.692308) + (ow0 0.0769231) + (ow1 0.230769) + aa1))) + (((aa0 0.444444) + (aa1 0.222222) + (ao1 0.111111) + (ow0 0.111111) + (w-ah1 0.111111) + aa0))) + ((p.name is t) + ((n.n.n.name is e) + (((ah1 0.8) (ow1 0.2) ah1)) + (((aa1 0.666667) + (ah1 0.166667) + (ao1 0.0833333) + (ax0 0.0833333) + aa1))) + ((p.name is m) + ((n.n.name is k) + (((aa1 0.2) (ah1 0.8) ah1)) + ((n.n.name is s) + ((n.n.n.name is i) + (((aa0 0.5) (ax0 0.5) aa0)) + ((n.n.n.name is o) + (((aa0 0.5) (aa1 0.5) aa0)) + (((aa0 0.125) (aa1 0.875) aa1)))) + (((aa0 0.0512821) + (aa1 0.74359) + (ah1 0.0512821) + (ax0 0.025641) + (ow0 0.128205) + aa1)))) + ((n.n.n.name is a) + ((n.n.name is s) + (((aa0 0.2) (ow0 0.6) (ow1 0.2) ow0)) + ((n.n.name is z) + (((aa0 1) aa0)) + ((p.p.name is #) + (((aa1 0.842105) + (ao1 0.0526316) + (ow0 0.0526316) + (ow1 0.0526316) + aa1)) + (((aa0 0.333333) + (aa1 0.333333) + (ao1 0.333333) + aa0))))) + ((n.n.n.name is u) + ((n.n.name is d) + (((aa0 0.8) (aa1 0.2) aa0)) + (((aa1 0.75) (ow0 0.25) aa1))) + ((n.n.name is v) + (((aa1 0.333333) (ow1 0.666667) ow1)) + ((n.n.name is l) + ((p.p.name is #) + (((aa1 1) aa1)) + (((aa1 0.25) (ao1 0.5) (ow1 0.25) ao1))) + ((p.name is r) + ((n.n.name is d) + (((aa0 0.5) (aa1 0.25) (ow0 0.25) aa0)) + (((aa1 1) aa1))) + ((p.name is l) + ((n.n.name is d) + (((aa1 0.2) (ah1 0.6) (ow0 0.2) ah1)) + (((aa1 0.857143) (ao1 0.142857) aa1))) + ((p.name is s) + ((n.n.n.name is e) + (((aa1 0.909091) (ax0 0.0909091) aa1)) + ((n.n.name is d) + (((aa1 1) aa1)) + (((aa1 0.25) (ah1 0.75) ah1)))) + ((p.name is p) + (((aa0 0.0769231) (aa1 0.923077) aa1)) + ((n.n.name is k) + ((p.name is h) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((aa1 0.866667) + (ao1 0.0666667) + (ax0 0.0666667) + aa1))) + (((aa1 0.887097) + (ah1 0.016129) + (ao1 0.0241935) + (ax0 0.0564516) + (ow0 0.016129) + aa1)))))))))))))))))))))) + ((n.n.name is t) + ((p.p.name is f) + (((aa0 0.0625) + (aa1 0.09375) + (ah1 0.75) + (ax0 0.0625) + (ow0 0.03125) + ah1)) + ((n.n.n.name is e) + ((p.p.p.name is l) + (((aa1 1) aa1)) + ((p.p.p.name is r) + (((ow1 1) ow1)) + ((p.p.name is l) + (((ow1 1) ow1)) + (((aa1 0.6) (ao1 0.2) (ow1 0.2) aa1))))) + ((p.p.p.name is #) + ((p.p.name is s) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((p.p.name is c) + (((aa1 1) aa1)) + ((p.name is r) + (((_epsilon_ 0.333333) (aa1 0.666667) aa1)) + (((_epsilon_ 0.666667) (aa1 0.333333) _epsilon_))))) + ((p.p.p.name is r) + ((p.name is p) + (((aa0 0.333333) (ow0 0.666667) ow0)) + ((p.p.name is a) + (((aa1 0.333333) (ow0 0.666667) ow0)) + (((aa1 0.6) (ax0 0.2) (ow0 0.2) aa1)))) + ((p.p.p.name is a) + ((p.p.name is l) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.5) (ao0 0.25) (ax0 0.25) aa1))) + ((p.p.name is i) + (((aa1 0.571429) (ah1 0.142857) (ax0 0.285714) aa1)) + ((n.n.n.name is #) + ((p.p.p.name is d) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa1 0.909091) (ow0 0.0909091) aa1))) + ((p.name is m) + (((aa0 0.666667) (ax0 0.333333) aa0)) + (((aa1 0.833333) (ax0 0.166667) aa1)))))))))) + ((n.n.n.name is c) + ((n.n.name is i) + (((aa1 0.906977) + (ah1 0.0116279) + (ao1 0.0232558) + (ax0 0.0232558) + (ow0 0.0348837) + aa1)) + (((aa1 0.142857) (ax0 0.142857) (ow0 0.714286) ow0))) + ((n.n.name is i) + ((n.n.n.name is a) + (((ow0 0.0181818) (ow1 0.981818) ow1)) + ((n.n.n.name is #) + (((ow1 1) ow1)) + ((n.n.n.name is z) + ((p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + (((ax0 1) ax0))) + ((n.n.n.name is o) + (((ow0 0.1) (ow1 0.9) ow1)) + ((n.n.n.name is u) + (((ow1 1) ow1)) + ((n.n.n.name is n) + ((p.p.p.name is #) + (((_epsilon_ 0.125) (ow1 0.875) ow1)) + (((_epsilon_ 0.0416667) + (aa0 0.0416667) + (ax0 0.625) + (ow0 0.0416667) + (ow1 0.25) + ax0))) + ((n.n.n.name is t) + (((ax0 1) ax0)) + ((p.p.name is a) + (((ax0 0.833333) (ow0 0.166667) ax0)) + ((p.p.p.name is o) + (((ow1 1) ow1)) + ((n.n.n.name is e) + (((_epsilon_ 0.0833333) + (aa1 0.0833333) + (ax0 0.583333) + (ow1 0.25) + ax0)) + ((n.n.n.name is s) + ((p.p.p.name is a) + (((aa1 0.75) (ax0 0.25) aa1)) + (((aa1 0.181818) + (ax0 0.727273) + (ow1 0.0909091) + ax0))) + ((p.p.name is c) + (((aa1 1) aa1)) + ((p.p.name is r) + (((aa1 0.833333) (ax0 0.166667) aa1)) + ((p.p.p.name is e) + (((aa0 0.666667) (ax0 0.333333) aa0)) + ((p.name is r) + (((aa0 0.333333) + (aa1 0.333333) + (ow0 0.333333) + aa0)) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1))))))))))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((p.name is n) + (((ax0 0.666667) (ow1 0.333333) ax0)) + (((ax0 0.0238095) + (ow0 0.0238095) + (ow1 0.952381) + ow1))) + ((p.p.name is c) + (((aa1 0.625) (ah1 0.125) (ow1 0.25) aa1)) + ((p.p.p.name is #) + ((p.p.name is l) + (((_epsilon_ 0.8) (ax0 0.2) _epsilon_)) + ((n.n.n.name is u) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((aa1 0.2) (ax0 0.2) (ow0 0.4) (ow1 0.2) ow0)))) + ((n.n.n.name is s) + (((ax0 0.25) (ow1 0.75) ow1)) + ((n.n.n.name is r) + ((p.p.name is r) + (((ow0 1) ow0)) + ((p.name is r) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + (((ax0 1) ax0)))) + ((p.name is d) + (((ax0 0.333333) (ow0 0.666667) ow0)) + (((_epsilon_ 0.0142857) + (ax0 0.942857) + (ow0 0.0285714) + (ow1 0.0142857) + ax0)))))))) + ((p.name is m) + ((n.n.name is y) + (((ax0 0.1) (ow0 0.1) (ow1 0.8) ow1)) + ((p.p.name is a) + ((p.p.p.name is l) + (((aa1 0.333333) (ow0 0.666667) ow0)) + (((aa1 0.125) (ax0 0.75) (ow0 0.125) ax0))) + ((n.n.n.name is i) + (((ax0 0.25) (ow1 0.75) ow1)) + ((n.n.name is o) + (((ax0 0.333333) (ow1 0.666667) ow1)) + ((n.n.n.name is o) + (((ax0 0.666667) (ow1 0.333333) ax0)) + ((p.p.name is m) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((ax0 1) ax0)) + ((p.p.name is r) + (((ax0 1) ax0)) + ((p.p.p.name is s) + (((ax0 1) ax0)) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.p.name is e) + (((aa1 0.157895) (ax0 0.842105) ax0)) + ((n.n.n.name is #) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1)))))))))))))) + ((n.n.n.name is #) + ((n.n.name is o) + (((aa1 0.0909091) (ow1 0.909091) ow1)) + ((p.p.p.name is #) + ((n.n.name is y) + (((ax0 0.4) (ow1 0.6) ow1)) + ((n.n.name is s) + ((p.name is r) + (((_epsilon_ 0.333333) + (aa1 0.333333) + (ow0 0.333333) + _epsilon_)) + (((aa1 0.5) (ax0 0.5) aa1))) + (((aa1 1) aa1)))) + ((n.n.name is d) + (((aa1 0.7) (ax0 0.3) aa1)) + ((p.name is r) + ((p.p.p.name is a) + (((aa0 0.2) (ax0 0.8) ax0)) + ((p.p.name is t) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((p.p.name is e) + (((aa0 0.25) (aa1 0.5) (ax0 0.25) aa1)) + (((aa1 0.25) (ax0 0.5) (ow0 0.25) ax0))))) + ((p.p.p.name is e) + ((n.n.name is s) + (((ax0 1) ax0)) + (((aa0 0.25) + (ao1 0.25) + (ax0 0.25) + (ow1 0.25) + aa0))) + ((p.name is p) + (((aa0 0.25) + (aa1 0.25) + (ao1 0.25) + (ax0 0.25) + aa0)) + ((p.name is e) + (((_epsilon_ 0.125) + (aa0 0.125) + (ax0 0.75) + ax0)) + ((p.p.name is l) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((p.name is d) + (((ax0 0.75) (ih0 0.25) ax0)) + ((n.n.name is s) + ((p.p.name is n) + (((ax0 1) ax0)) + ((p.name is b) + (((ax0 1) ax0)) + ((p.name is s) + (((aa1 0.0769231) (ax0 0.923077) ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is m) + (((aa1 0.2) (ax0 0.8) ax0)) + ((p.name is g) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.name is l) + (((aa1 0.75) (ax0 0.25) aa1)) + ((p.p.p.name is i) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + ((p.p.name is a) + (((aa1 0.4) (ax0 0.6) ax0)) + (((aa1 0.75) (ax0 0.25) aa1)))))))))))) + (((ax0 1) ax0)))))))))))) + ((n.n.name is o) + ((n.n.n.name is s) + (((ow1 1) ow1)) + ((p.p.p.name is #) + ((n.n.n.name is u) + (((ax0 0.833333) (ow1 0.166667) ax0)) + ((p.p.name is o) + (((ax0 1) ax0)) + ((n.n.n.name is w) + (((aa1 0.25) (ax0 0.5) (ow1 0.25) ax0)) + ((n.n.n.name is r) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1)) + (((ax0 0.25) (ow0 0.5) (ow1 0.25) ow0)))))) + ((n.n.n.name is m) + ((p.name is r) + (((aa1 0.857143) (ax0 0.142857) aa1)) + ((p.p.p.name is a) + (((aa1 0.75) (ax0 0.25) aa1)) + (((aa1 0.25) (ax0 0.75) ax0)))) + ((p.p.name is t) + (((ax0 0.333333) (ow0 0.666667) ow0)) + ((p.p.name is o) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((n.n.n.name is u) + (((aa1 0.2) (ah1 0.2) (ax0 0.6) ax0)) + ((p.p.p.name is a) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((n.n.n.name is l) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 1) aa1))))))))))) + ((n.n.name is s) + ((n.n.n.name is i) + ((p.p.p.name is e) + (((aa1 1) aa1)) + (((_epsilon_ 0.4) (aa1 0.4) (ow0 0.2) _epsilon_))) + (((aa1 0.897436) (ax0 0.102564) aa1))) + ((n.n.name is h) + ((p.p.name is l) + (((_epsilon_ 0.666667) (ax0 0.333333) _epsilon_)) + (((ax0 1) ax0))) + ((p.name is s) + (((ax0 1) ax0)) + ((p.p.p.name is a) + ((p.name is g) + (((aa1 1) aa1)) + ((p.name is d) + (((aa1 0.75) (ax0 0.25) aa1)) + (((aa0 0.1) (ax0 0.9) ax0)))) + ((p.p.name is o) + ((p.p.p.name is #) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.name is l) + (((ax0 0.25) (ow1 0.75) ow1)) + (((ax0 0.666667) (ow1 0.333333) ax0)))) + ((n.n.name is w) + (((_epsilon_ 0.25) (ao1 0.25) (ax0 0.5) ax0)) + ((n.n.name is m) + (((ax0 1) ax0)) + ((p.name is y) + (((ax0 0.75) (ow1 0.25) ax0)) + ((p.name is d) + ((p.p.p.name is e) + (((ax0 0.333333) (ow1 0.666667) ow1)) + ((p.p.p.name is r) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.666667) + (ax0 0.166667) + (ow1 0.166667) + aa1)))) + ((p.name is t) + (((aa1 0.25) + (ao1 0.25) + (ax0 0.25) + (ow1 0.25) + aa1)) + ((n.n.name is c) + (((_epsilon_ 0.111111) + (aa0 0.111111) + (aa1 0.777778) + aa1)) + ((p.name is b) + (((aa0 0.25) (aa1 0.5) (ow1 0.25) aa1)) + ((p.p.name is c) + (((aa1 0.8) (ow1 0.2) aa1)) + ((p.name is l) + (((aa1 0.818182) (ow1 0.181818) aa1)) + ((n.n.name is d) + (((aa1 0.96) (ax0 0.04) aa1)) + ((n.n.name is z) + (((aa1 1) aa1)) + ((n.n.name is n) + (((aa1 1) aa1)) + ((n.n.n.name is m) + (((aa1 0.875) (ax0 0.125) aa1)) + ((n.n.name is k) + (((aa1 0.75) (ax0 0.25) aa1)) + ((p.p.p.name is #) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + (((ax0 1) ax0))))))))))))))))))))))))))))))))))) + ((n.name is w) + ((n.n.n.name is k) + ((n.n.name is s) + ((p.name is d) + (((ao1 0.727273) (aw1 0.181818) (ow1 0.0909091) ao1)) + ((p.p.p.name is s) + ((p.name is k) + (((ao1 0.833333) (aw1 0.166667) ao1)) + (((ao1 0.4) (aw1 0.6) aw1))) + (((ao1 0.888268) (aw1 0.111732) ao1)))) + (((aw0 0.2) (aw1 0.2) (ow1 0.6) ow1))) + ((n.n.name is #) + ((p.p.p.name is 0) + (((aw1 0.666667) (ow1 0.333333) aw1)) + ((p.p.p.name is #) + (((aw1 0.315789) (ow0 0.0526316) (ow1 0.631579) ow1)) + ((p.name is k) + ((p.p.p.name is a) + (((ow0 1) ow0)) + ((p.p.p.name is r) + (((aw0 1) aw0)) + ((p.p.p.name is o) + (((aw0 0.25) (aw1 0.25) (ow0 0.5) ow0)) + (((aw0 0.5) (aw1 0.125) (ow0 0.375) aw0))))) + ((p.name is h) + ((p.p.name is s) + (((aw0 0.25) (ow0 0.25) (ow1 0.5) ow1)) + (((aw0 0.333333) (aw1 0.333333) (ow0 0.333333) aw0))) + ((p.p.name is b) + (((aw0 0.2) (aw1 0.4) (ow1 0.4) aw1)) + ((p.name is d) + (((aw1 0.166667) (ow0 0.75) (ow1 0.0833333) ow0)) + ((p.name is n) + (((aw0 0.16) (ow0 0.8) (ow1 0.04) ow0)) + ((p.p.name is l) + (((aw1 0.0909091) (ow0 0.818182) (ow1 0.0909091) ow0)) + ((p.name is l) + ((p.p.p.name is r) + (((aw0 0.25) (ow0 0.25) (ow1 0.5) ow1)) + ((p.p.name is f) + (((ow1 1) ow1)) + ((p.p.name is n) + (((ow1 1) ow1)) + ((p.p.name is o) + (((ow0 1) ow0)) + ((p.p.name is d) + ((p.p.p.name is u) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow1 1) ow1))) + ((p.p.name is e) + (((ow0 0.857143) (ow1 0.142857) ow0)) + ((p.p.name is s) + (((ow0 0.8) (ow1 0.2) ow0)) + ((p.p.p.name is a) + ((p.p.name is r) + (((ow0 0.5) (ow1 0.5) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1))) + ((p.p.p.name is i) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.p.p.name is s) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.727273) (ow1 0.272727) ow0)))))))))))) + ((p.p.name is r) + (((ow0 0.878788) (ow1 0.121212) ow0)) + ((p.name is s) + (((ow0 1) ow0)) + ((p.p.name is a) + (((aw1 0.111111) + (ow0 0.777778) + (ow1 0.111111) + ow0)) + ((p.p.p.name is o) + ((p.name is r) + (((ow0 0.5) (ow1 0.5) ow0)) + (((aw0 0.2) (aw1 0.2) (ow0 0.2) (ow1 0.4) ow1))) + ((p.p.p.name is l) + (((aw0 0.5) (ow0 0.25) (ow1 0.25) aw0)) + ((p.p.name is e) + (((ow0 1) ow0)) + ((p.p.name is i) + (((ow0 1) ow0)) + ((p.p.p.name is t) + (((aw0 0.166667) + (ow0 0.166667) + (ow1 0.666667) + ow1)) + ((p.p.name is u) + (((ow0 1) ow0)) + ((p.name is r) + ((p.p.p.name is u) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.p.p.name is e) + (((ow0 0.5) (ow1 0.5) ow0)) + ((p.p.name is t) + (((aw0 0.25) (ow0 0.25) (ow1 0.5) ow1)) + (((aw0 0.125) + (ow0 0.625) + (ow1 0.25) + ow0))))) + ((p.p.p.name is a) + (((ow0 1) ow0)) + ((p.p.p.name is e) + (((ow0 0.75) (ow1 0.25) ow0)) + ((p.p.p.name is i) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow0 0.25) (ow1 0.75) ow1)))))))))))))))))))))))) + ((n.n.name is n) + ((p.name is d) + (((aw0 0.032967) (aw1 0.956044) (ow1 0.010989) aw1)) + ((p.name is t) + (((aw1 1) aw1)) + ((p.p.p.name is #) + ((p.p.name is g) + (((ow1 1) ow1)) + ((p.name is r) + (((aw0 0.0263158) (aw1 0.973684) aw1)) + ((p.p.name is c) + (((aw1 1) aw1)) + (((ow0 0.25) (ow1 0.75) ow1))))) + ((n.n.n.name is e) + ((p.p.p.name is a) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow1 1) ow1))) + ((p.p.name is k) + (((ax0 0.2) (ow1 0.8) ow1)) + ((p.name is r) + (((ow1 1) ow1)) + ((p.name is l) + (((aw1 0.25) (ow0 0.25) (ow1 0.5) ow1)) + ((p.p.p.name is 0) + ((n.n.n.name is #) + (((aw1 0.25) (ow1 0.75) ow1)) + (((aw1 0.5) (ow1 0.5) aw1))) + (((aw1 0.75) (ow1 0.25) aw1)))))))))) + ((p.p.p.name is 0) + ((n.n.n.name is l) + ((p.name is k) + (((aa1 0.2) (aw0 0.5) (aw1 0.2) (ax0 0.1) aw0)) + ((n.n.name is e) + ((p.name is b) + (((aa1 0.333333) (aw1 0.666667) aw1)) + ((p.name is d) + (((aa1 0.333333) (aw1 0.666667) aw1)) + ((p.name is t) + (((aa1 0.333333) (aw1 0.666667) aw1)) + (((aa1 0.428571) (aw1 0.357143) (ow1 0.214286) aa1))))) + (((aw1 0.714286) (ow1 0.285714) aw1)))) + ((p.name is h) + (((aa1 0.025) (aw0 0.025) (aw1 0.95) aw1)) + ((p.name is c) + (((aa1 0.0285714) (aw1 0.914286) (ow1 0.0571429) aw1)) + ((p.name is p) + (((aw1 0.961538) (ow1 0.0384615) aw1)) + ((p.name is d) + (((aw1 1) aw1)) + ((n.n.name is r) + (((ao1 0.625) (aw1 0.25) (ow1 0.125) ao1)) + ((p.name is n) + ((n.n.name is a) + (((aw1 1) aw1)) + ((n.n.name is l) + (((aw1 1) aw1)) + (((aw0 0.75) (ow1 0.25) aw0)))) + ((n.n.name is a) + ((p.name is i) + (((ax0 1) ax0)) + ((p.name is s) + (((ow1 1) ow1)) + ((n.n.n.name is r) + (((aw1 0.2) (ax0 0.4) (ow1 0.4) ax0)) + ((n.n.n.name is n) + (((aw1 0.5) (ow1 0.5) aw1)) + (((aw1 0.25) (ow1 0.75) ow1)))))) + ((p.name is g) + (((aw1 1) aw1)) + ((p.name is f) + (((aw1 1) aw1)) + ((p.name is v) + (((aw1 1) aw1)) + ((n.n.n.name is r) + ((p.name is t) + (((aw1 0.8) (ow0 0.2) aw1)) + ((p.name is b) + (((aw1 0.5) + (ow0 0.333333) + (ow1 0.166667) + aw1)) + (((aw1 0.272727) (ow1 0.727273) ow1)))) + ((n.n.name is i) + (((aa1 0.0769231) + (aw1 0.0769231) + (ow0 0.153846) + (ow1 0.692308) + ow1)) + ((p.name is l) + (((ow0 0.0625) (ow1 0.9375) ow1)) + ((n.n.n.name is e) + ((n.n.name is s) + ((p.name is b) + (((aw1 0.5) (ow1 0.5) aw1)) + (((ow1 1) ow1))) + (((aw1 0.047619) (ow1 0.952381) ow1))) + ((p.name is j) + (((aw1 1) aw1)) + ((p.name is t) + (((ow1 1) ow1)) + ((p.name is b) + ((n.n.name is s) + (((aw1 0.666667) (ow1 0.333333) aw1)) + (((aw1 0.0666667) (ow1 0.933333) ow1))) + ((n.n.n.name is i) + (((aw1 1) aw1)) + ((p.name is r) + (((aw1 0.0769231) + (ow0 0.0769231) + (ow1 0.846154) + ow1)) + ((n.n.name is e) + ((p.p.name is #) + (((aw1 0.4) (ow0 0.2) (ow1 0.4) aw1)) + (((aw1 0.142857) (ow1 0.857143) ow1))) + (((aw0 0.1) + (aw1 0.5) + (ow0 0.1) + (ow1 0.3) + aw1))))))))))))))))))))))) + ((p.p.p.name is #) + ((p.p.name is s) + ((p.name is k) + (((aw0 0.666667) (aw1 0.333333) aw0)) + ((n.n.n.name is r) + ((p.name is h) (((aw1 1) aw1)) (((ow1 1) ow1))) + (((aa1 0.0178571) + (aw1 0.0357143) + (ow0 0.0178571) + (ow1 0.928571) + ow1)))) + ((p.name is n) + ((n.n.n.name is e) (((aa1 1) aa1)) (((ow1 1) ow1))) + ((n.n.n.name is l) + (((aa1 0.333333) (ax0 0.333333) (ow1 0.333333) aa1)) + ((p.p.name is p) + (((aw1 1) aw1)) + ((n.n.name is d) + (((aw0 0.111111) (aw1 0.888889) aw1)) + ((n.n.n.name is n) + (((ow1 1) ow1)) + ((n.n.name is a) + (((aw0 0.25) (aw1 0.25) (ow1 0.5) ow1)) + ((n.n.n.name is e) + (((aw1 0.857143) (ow1 0.142857) aw1)) + ((n.n.n.name is r) + ((p.p.name is f) + (((aw1 1) aw1)) + ((p.p.name is b) + (((aw1 0.333333) (ow1 0.666667) ow1)) + (((aw1 0.666667) (ow1 0.333333) aw1)))) + ((p.name is l) + (((ow1 1) ow1)) + ((p.p.name is d) + (((aw1 1) aw1)) + ((n.n.name is e) + ((n.n.n.name is #) + (((ow1 1) ow1)) + (((aw1 0.666667) (ow1 0.333333) aw1))) + ((n.n.name is l) + (((aw1 0.75) (ow1 0.25) aw1)) + ((n.n.name is s) + (((aw1 0.666667) (ow1 0.333333) aw1)) + (((aw1 0.333333) (ow1 0.666667) ow1)))))))))))))))) + ((n.n.n.name is t) + ((p.p.p.name is h) + (((aw0 0.666667) (ax0 0.333333) aw0)) + (((ax0 0.90625) (ow0 0.09375) ax0))) + ((n.n.n.name is c) + (((ax0 0.944444) (ow0 0.0555556) ax0)) + ((p.p.name is k) + ((p.p.p.name is c) + (((aa1 1) aa1)) + (((aa1 0.333333) (ow1 0.666667) ow1))) + ((p.name is p) + (((aw1 0.9) (ow0 0.05) (ow1 0.05) aw1)) + ((p.p.p.name is t) + (((ow1 1) ow1)) + ((n.n.n.name is l) + ((p.p.name is c) + (((aw1 1) aw1)) + (((aw0 0.4) (ax0 0.6) ax0))) + ((p.p.name is f) + ((n.n.n.name is r) (((aw1 1) aw1)) (((ow1 1) ow1))) + ((n.n.n.name is a) + ((n.n.name is i) (((aw1 1) aw1)) (((ow0 1) ow0))) + ((p.p.p.name is o) + (((aw0 0.0454545) + (ow0 0.909091) + (ow1 0.0454545) + ow0)) + ((p.p.p.name is m) + ((p.p.name is c) + (((aw1 1) aw1)) + (((ow1 1) ow1))) + ((p.name is b) + ((n.n.n.name is r) + (((aw1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aw1)) + (((ow1 1) ow1))) + ((p.name is t) + ((p.p.p.name is e) + (((ow1 1) ow1)) + (((aw1 0.333333) + (ow0 0.333333) + (uw0 0.333333) + aw1))) + ((p.p.p.name is i) + ((p.name is h) + (((aw0 0.333333) + (aw1 0.333333) + (ow0 0.333333) + aw0)) + ((p.name is d) + (((aw0 0.2) (ow0 0.6) (ow1 0.2) ow0)) + ((n.n.n.name is v) + (((ax0 0.25) (ow0 0.75) ow0)) + ((n.n.n.name is #) + (((ax0 0.2) (ow0 0.6) (ow1 0.2) ow0)) + ((p.p.name is l) + (((ow0 0.8) (ow1 0.2) ow0)) + (((ow0 0.25) (ow1 0.75) ow1))))))) + ((p.p.name is n) + (((aw1 0.833333) (ow1 0.166667) aw1)) + ((p.p.name is b) + (((aw1 0.4) (ow1 0.6) ow1)) + ((n.n.n.name is #) + ((n.n.name is s) + ((p.p.name is a) + (((ow0 0.4) (ow1 0.6) ow1)) + (((aw1 0.0625) + (ow0 0.875) + (ow1 0.0625) + ow0))) + ((n.n.name is l) + (((aw1 1) aw1)) + ((p.name is r) + (((aw0 0.666667) (aw1 0.333333) aw0)) + (((aw0 0.25) (ow0 0.25) (ow1 0.5) ow1))))) + ((p.p.name is r) + (((ow0 0.866667) (ow1 0.133333) ow0)) + ((n.n.n.name is e) + (((aw1 0.833333) (ax0 0.166667) aw1)) + ((p.p.p.name is a) + ((n.n.n.name is y) + (((ow0 1) ow0)) + ((n.n.name is a) + (((aw1 0.888889) (ax0 0.111111) aw1)) + (((aw1 0.333333) (ow0 0.666667) ow0)))) + ((p.p.p.name is s) + (((aw1 0.6) (ow0 0.4) aw1)) + ((p.name is d) + (((ow0 1) ow0)) + ((p.p.p.name is e) + (((ow0 0.909091) + (ow1 0.0909091) + ow0)) + ((p.p.p.name is r) + (((aw1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aw1)) + (((aw1 0.25) + (ow0 0.5) + (ow1 0.25) + ow0)))))))))))))))))))))))))))))) + ((n.name is i) + ((n.n.name is s) + ((p.p.name is #) + ((p.name is l) + (((oy0 0.5) (uw1 0.5) oy0)) + ((p.name is v) + (((oy0 0.666667) (w 0.333333) oy0)) + (((oy0 0.0465116) (oy1 0.860465) (w 0.0930233) oy1)))) + ((n.n.n.name is #) + (((oy1 0.136364) (w 0.863636) w)) + ((p.name is l) + ((p.p.p.name is #) + (((oy1 1) oy1)) + (((ow1 0.666667) (oy1 0.333333) ow1))) + ((p.name is a) + (((aw1 0.75) (ax0 0.25) aw1)) + ((p.p.p.name is o) + (((ax0 0.833333) (oy1 0.166667) ax0)) + ((n.n.n.name is t) + (((ow0 0.8) (oy1 0.2) ow0)) + ((p.p.p.name is #) + (((oy1 0.5) (w 0.5) oy1)) + ((n.n.n.name is e) + (((ax0 0.166667) (oy0 0.166667) (w 0.666667) w)) + (((ow0 0.333333) (ow1 0.333333) (w 0.333333) ow0)))))))))) + ((n.n.n.name is g) + ((p.name is d) + (((ow1 0.111111) + (oy1 0.111111) + (uw0 0.111111) + (uw1 0.666667) + uw1)) + (((ow0 0.125) (ow1 0.875) ow1))) + ((n.n.name is r) + ((p.p.p.name is 0) + (((oy1 0.777778) (w 0.222222) oy1)) + (((oy1 0.133333) (w 0.866667) w))) + ((n.n.name is a) + ((n.n.n.name is #) + (((ow1 0.818182) (oy1 0.181818) ow1)) + (((ow0 0.571429) (oy1 0.428571) ow0))) + ((n.n.name is c) + ((n.n.n.name is e) + (((oy0 0.133333) (oy1 0.866667) oy1)) + ((n.n.n.name is h) + (((ow0 0.6) (ow1 0.2) (oy1 0.2) ow0)) + ((n.n.n.name is #) + (((ow1 1) ow1)) + ((p.p.name is s) + (((ow1 1) ow1)) + ((p.name is r) + (((ow1 0.666667) (oy1 0.333333) ow1)) + (((oy1 1) oy1))))))) + ((n.n.n.name is c) + (((ow0 0.375) (ow1 0.5) (oy1 0.125) ow1)) + ((p.p.p.name is h) + ((p.p.name is e) + (((ow0 0.6) (ow1 0.2) (oy1 0.2) ow0)) + (((oy0 0.666667) (oy1 0.333333) oy0))) + ((n.n.name is e) + ((p.p.p.name is 0) + (((aa1 0.25) (oy1 0.5) (w 0.25) oy1)) + (((oy0 0.25) (w 0.75) w))) + ((n.n.name is d) + ((p.p.p.name is a) + (((oy0 1) oy0)) + ((p.name is v) + (((oy1 1) oy1)) + ((p.p.p.name is m) + (((oy1 1) oy1)) + ((p.p.p.name is r) + (((oy1 1) oy1)) + ((p.name is l) + (((oy0 0.166667) (oy1 0.833333) oy1)) + ((p.name is r) + (((oy0 0.25) (oy1 0.75) oy1)) + ((n.n.n.name is #) + (((oy0 1) oy0)) + (((oy0 0.333333) (oy1 0.666667) oy1))))))))) + ((n.n.name is #) + (((aw1 0.0769231) + (oy0 0.153846) + (oy1 0.692308) + (w 0.0769231) + oy1)) + ((p.p.name is #) + ((p.name is c) + (((ao1 0.0714286) + (ow1 0.0714286) + (oy1 0.857143) + oy1)) + ((n.n.n.name is a) + (((oy0 0.333333) (oy1 0.5) (w 0.166667) oy1)) + ((p.name is d) + (((oy1 0.666667) (uw1 0.333333) oy1)) + ((p.name is p) + ((n.n.n.name is t) + (((oy1 1) oy1)) + ((n.n.name is g) + (((oy1 1) oy1)) + ((n.n.name is n) + (((oy0 0.5) (oy1 0.5) oy0)) + (((oy0 0.333333) (oy1 0.666667) oy1))))) + ((p.name is b) + ((n.n.name is l) + (((oy1 1) oy1)) + (((oy0 0.5) (oy1 0.5) oy0))) + (((aa1 0.037037) (oy1 0.962963) oy1))))))) + (((ow1 0.0137931) + (oy0 0.0206897) + (oy1 0.958621) + (w 0.00689655) + oy1))))))))))))) + ((n.name is y) + ((p.p.name is e) + ((p.name is n) + (((oy0 1) oy0)) + ((p.name is b) + (((oy1 1) oy1)) + ((p.name is j) + (((oy1 1) oy1)) + (((oy0 0.631579) (oy1 0.368421) oy0))))) + ((n.n.n.name is m) + (((aw1 0.142857) + (ow0 0.571429) + (oy0 0.142857) + (oy1 0.142857) + ow0)) + ((n.n.name is o) + ((p.name is t) + (((_epsilon_ 0.142857) + (ow0 0.428571) + (ow1 0.285714) + (oy1 0.142857) + ow0)) + ((p.name is c) + (((_epsilon_ 0.666667) (oy1 0.333333) _epsilon_)) + (((oy0 0.111111) (oy1 0.888889) oy1)))) + ((p.p.p.name is 0) + (((ao0 0.00591716) + (ow0 0.00591716) + (oy0 0.0177515) + (oy1 0.970414) + oy1)) + ((p.name is u) + (((_epsilon_ 0.5) (oy1 0.5) _epsilon_)) + ((n.n.name is #) + ((p.p.p.name is #) + (((oy1 1) oy1)) + ((p.name is n) + (((oy0 0.666667) (oy1 0.333333) oy0)) + ((p.p.name is n) + ((p.name is r) + (((oy0 0.333333) (oy1 0.666667) oy1)) + (((oy0 0.6) (oy1 0.4) oy0))) + ((p.name is l) + ((p.p.name is l) + (((oy0 0.6) (oy1 0.4) oy0)) + (((oy0 0.25) (oy1 0.75) oy1))) + ((p.p.p.name is r) + (((oy0 0.666667) (oy1 0.333333) oy0)) + ((p.p.p.name is n) + (((oy1 1) oy1)) + ((p.p.name is a) + (((oy1 1) oy1)) + ((p.p.p.name is m) + (((oy1 1) oy1)) + ((p.p.p.name is o) + (((oy1 1) oy1)) + ((p.p.name is l) + (((oy0 0.1) (oy1 0.9) oy1)) + ((p.name is b) + (((oy1 1) oy1)) + ((p.name is r) + (((oy0 0.4) (oy1 0.6) oy1)) + (((oy0 0.5) (oy1 0.5) oy0)))))))))))))) + ((n.n.n.name is e) + ((p.p.name is p) + (((oy1 1) oy1)) + ((n.n.name is n) + (((oy0 0.666667) (oy1 0.333333) oy0)) + (((oy0 0.375) (oy1 0.625) oy1)))) + ((p.name is n) + ((p.p.p.name is a) + (((oy1 1) oy1)) + (((oy0 0.666667) (oy1 0.333333) oy0))) + (((ow0 0.028169) (oy0 0.0140845) (oy1 0.957746) oy1)))))))))) + ((n.n.name is e) + ((n.name is v) + ((p.p.name is 0) + ((n.n.n.name is r) + (((ow0 0.00833333) (ow1 0.991667) ow1)) + (((aa1 0.2) (ah1 0.4) (ow1 0.4) ah1))) + ((p.name is r) + ((p.p.name is p) + ((p.p.p.name is #) + ((n.n.n.name is r) + (((ax0 0.333333) (ow1 0.666667) ow1)) + ((n.n.n.name is n) + (((aa1 0.285714) (ow1 0.571429) (uw1 0.142857) ow1)) + (((uw1 1) uw1)))) + (((uw1 1) uw1))) + ((p.p.p.name is #) + (((aa1 0.1) (ao1 0.1) (ow1 0.8) ow1)) + ((p.p.name is t) + (((ax0 0.666667) (ow0 0.166667) (ow1 0.166667) ax0)) + ((p.p.name is g) + ((p.p.p.name is e) + (((ax0 0.333333) (ow1 0.666667) ow1)) + ((p.p.p.name is l) + (((ax0 0.333333) (ow1 0.666667) ow1)) + ((p.p.p.name is n) + (((ax0 0.333333) (ow1 0.666667) ow1)) + (((ax0 0.6) (ow1 0.4) ax0))))) + (((ow1 1) ow1)))))) + ((p.name is m) + (((uw1 1) uw1)) + ((p.name is n) + ((n.n.n.name is l) + (((aa1 0.583333) (ow0 0.416667) aa1)) + ((p.p.name is o) + (((ax0 0.666667) (ow1 0.333333) ax0)) + ((p.p.name is e) + (((ax0 0.333333) (ow0 0.333333) (ow1 0.333333) ax0)) + ((p.p.p.name is 0) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((p.p.name is a) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow1 1) ow1))))))) + ((p.name is c) + ((n.n.n.name is l) + ((p.p.p.name is 0) + (((ow1 1) ow1)) + (((aa1 0.333333) (ow0 0.333333) (ow1 0.333333) aa1))) + ((n.n.n.name is r) + (((ah1 0.972973) (ow1 0.027027) ah1)) + ((n.n.n.name is n) + (((aa1 0.142857) (ah1 0.857143) ah1)) + ((n.n.n.name is t) + (((ah1 1) ah1)) + (((ah1 0.25) (ow1 0.75) ow1)))))) + ((p.p.p.name is 0) + ((p.name is s) + ((n.n.n.name is r) (((aa1 1) aa1)) (((ow1 1) ow1))) + ((n.n.n.name is y) + (((ax0 0.25) (ow1 0.75) ow1)) + ((p.name is b) + (((ah1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ah1)) + ((n.n.n.name is n) + (((ah1 0.25) (ow1 0.75) ow1)) + ((n.n.n.name is #) + (((ah1 0.5) (ow1 0.5) ah1)) + ((p.name is g) + (((ah1 1) ah1)) + ((p.name is h) + (((ah1 1) ah1)) + ((p.name is l) + (((ah1 0.894737) + (ax0 0.0526316) + (ow0 0.0526316) + ah1)) + ((n.n.n.name is r) + (((ah1 0.25) (ax0 0.25) (ow1 0.5) ow1)) + (((ah1 0.8) (ow0 0.2) ah1))))))))))) + ((p.p.name is m) + (((aa1 1) aa1)) + ((n.n.n.name is #) + ((p.name is t) + (((ow1 1) ow1)) + (((ah1 0.777778) + (ow1 0.166667) + (uw1 0.0555556) + ah1))) + ((p.p.p.name is #) + ((p.name is h) + (((ah1 1) ah1)) + ((p.p.name is s) + (((ah1 0.2) (ow1 0.8) ow1)) + ((p.p.name is c) + (((ow1 1) ow1)) + (((ah1 0.8) (ow0 0.2) ah1))))) + ((p.name is g) + (((ah1 0.571429) + (ax0 0.142857) + (ow1 0.285714) + ah1)) + (((ax0 0.05) (ow0 0.05) (ow1 0.9) ow1)))))))))))) + ((n.n.n.name is #) + ((n.name is m) + ((p.name is s) + (((ax0 0.96) (ow1 0.04) ax0)) + ((p.name is c) + ((p.p.p.name is e) + (((ah1 0.25) (ax0 0.75) ax0)) + (((ah1 0.666667) (ax0 0.111111) (ow1 0.222222) ah1))) + (((ax0 0.0882353) (ow1 0.911765) ow1)))) + ((p.p.p.name is 0) + (((aa1 0.0142857) + (ao1 0.0142857) + (ow1 0.957143) + (uw1 0.0142857) + ow1)) + ((p.p.p.name is #) + (((ow1 0.982456) (uw1 0.0175439) ow1)) + ((p.p.p.name is c) + ((p.name is r) + (((ax0 0.5) (ow0 0.25) (ow1 0.25) ax0)) + (((ow0 0.25) (ow1 0.75) ow1))) + ((n.name is s) + ((p.p.p.name is a) + (((ow0 1) ow0)) + ((p.p.name is e) + (((ax0 0.6) (ow1 0.4) ax0)) + ((p.p.name is r) + (((ax0 0.666667) (ow1 0.333333) ax0)) + ((p.name is p) + (((ow1 1) ow1)) + ((p.p.p.name is l) + (((ow1 1) ow1)) + ((p.p.p.name is e) + (((ow1 1) ow1)) + ((p.p.p.name is m) + (((ow1 1) ow1)) + ((p.p.p.name is n) + (((ow1 1) ow1)) + ((p.name is r) + (((ow0 0.5) (ow1 0.5) ow0)) + (((ow0 0.166667) (ow1 0.833333) ow1))))))))))) + ((p.p.p.name is l) + (((ax0 0.333333) (ow0 0.333333) (ow1 0.333333) ax0)) + (((ax0 0.0530303) (ow0 0.030303) (ow1 0.916667) ow1)))))))) + ((p.p.p.name is 0) + ((n.name is m) + ((p.name is h) + (((ow0 0.0232558) (ow1 0.976744) ow1)) + ((p.name is s) + (((ah1 0.888889) (ax0 0.0555556) (ow1 0.0555556) ah1)) + ((p.name is c) + ((n.n.n.name is t) + (((aa1 1) aa1)) + ((n.n.n.name is d) + (((aa1 0.285714) (ah1 0.142857) (ax0 0.571429) ax0)) + (((aa1 0.153846) + (ah1 0.461538) + (ax0 0.307692) + (ow0 0.0769231) + ah1)))) + ((p.name is p) + (((aa1 1) aa1)) + ((n.n.n.name is s) + (((ax0 0.6) (ow1 0.4) ax0)) + ((n.n.n.name is l) + (((aa1 0.2) (ax0 0.2) (ow0 0.6) ow0)) + ((p.name is d) + ((n.n.n.name is n) + (((aa1 0.5) (ax0 0.25) (ow0 0.25) aa1)) + (((aa1 0.2) (ow1 0.8) ow1))) + ((p.name is t) + (((aa1 0.333333) (ow1 0.666667) ow1)) + ((p.name is w) + (((ih1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ih1)) + ((p.name is f) + (((ow1 1) ow1)) + ((p.name is g) + (((ow1 1) ow1)) + ((n.n.n.name is r) + (((ow0 0.166667) (ow1 0.833333) ow1)) + ((n.n.n.name is n) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.6) (ow1 0.4) ow0))))))))))))))) + ((n.name is s) + ((p.name is l) + (((aa1 0.166667) + (ax0 0.166667) + (ow1 0.166667) + (uw1 0.5) + uw1)) + ((n.n.n.name is t) + (((aa1 0.125) (ax0 0.375) (ow0 0.25) (ow1 0.25) ax0)) + (((aa0 0.00854701) + (aa1 0.017094) + (ax0 0.00854701) + (ow0 0.0683761) + (ow1 0.897436) + ow1)))) + ((n.n.n.name is r) + ((n.name is p) + ((p.p.name is #) + (((ax0 0.444444) (ow0 0.111111) (ow1 0.444444) ax0)) + (((aa1 0.947368) (ow0 0.0526316) aa1))) + ((n.name is b) + ((p.name is r) + (((aa1 0.583333) (ax0 0.166667) (ow1 0.25) aa1)) + ((p.p.name is #) + ((p.name is c) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((aa1 0.166667) (ow1 0.833333) ow1))) + (((aa1 0.55) (ow1 0.45) aa1)))) + ((p.name is m) + ((n.name is d) + (((aa0 0.0555556) + (aa1 0.888889) + (ow1 0.0555556) + aa1)) + (((aa1 0.2) (ow0 0.2) (ow1 0.6) ow1))) + ((p.name is t) + (((aa1 0.7) (ao1 0.1) (ow1 0.2) aa1)) + ((p.name is c) + ((n.name is h) + (((ow0 1) ow0)) + (((ax0 0.142857) (ow1 0.857143) ow1))) + ((n.name is g) + ((p.name is r) + (((aa1 1) aa1)) + (((aa1 0.4) (ow1 0.6) ow1))) + ((n.name is f) + (((ow1 1) ow1)) + ((n.name is k) + (((aa1 0.25) (ow1 0.75) ow1)) + ((p.name is b) + (((aa1 0.5) + (ow0 0.333333) + (ow1 0.166667) + aa1)) + ((n.name is h) + (((aa1 0.5) (ow1 0.5) aa1)) + ((p.name is s) + (((aa1 0.333333) + (ow0 0.0833333) + (ow1 0.583333) + ow1)) + ((p.name is r) + (((aa1 0.5) (ow0 0.25) (ow1 0.25) aa1)) + ((n.name is d) + (((ow0 0.25) (ow1 0.75) ow1)) + ((p.p.name is #) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.666667) (ow1 0.333333) ow0)))))))))))))))) + ((n.name is x) + (((aa0 0.1) (aa1 0.9) aa1)) + ((n.n.n.name is l) + ((p.name is j) + (((aa1 0.2) (ao1 0.8) ao1)) + ((n.name is t) + (((aa1 0.142857) + (ow0 0.785714) + (ow1 0.0714286) + ow0)) + ((n.name is d) + ((p.p.name is #) + ((p.name is m) + (((aa1 0.6) (ow0 0.4) aa1)) + (((aa1 0.166667) + (ax0 0.166667) + (ow0 0.333333) + (ow1 0.333333) + ow0))) + (((aa1 0.285714) (ow0 0.714286) ow0))) + ((n.name is z) + ((p.name is r) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + (((ax0 0.5) (ow0 0.25) (ow1 0.25) ax0))) + ((p.name is n) + (((ow0 1) ow0)) + ((p.p.name is #) + ((p.name is l) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((aa1 0.184211) + (ax0 0.0263158) + (ow0 0.0263158) + (ow1 0.763158) + ow1))) + (((aa1 0.5) (ow0 0.333333) (ow1 0.166667) aa1)))))))) + ((n.n.n.name is n) + ((n.name is z) + (((aa1 0.2) (ah1 0.4) (ao1 0.2) (ax0 0.2) ah1)) + ((p.name is h) + (((aa0 0.142857) + (aa1 0.571429) + (ow1 0.285714) + aa1)) + ((p.name is p) + (((ax0 0.428571) + (ow0 0.142857) + (ow1 0.428571) + ax0)) + ((n.name is p) + (((ax0 0.0833333) (ow1 0.916667) ow1)) + ((p.p.name is #) + ((p.name is b) + (((aa1 0.555556) + (ax0 0.111111) + (ow1 0.333333) + aa1)) + ((p.name is t) + (((ow1 1) ow1)) + ((p.name is r) + (((aa1 0.0833333) (ow1 0.916667) ow1)) + ((p.name is c) + (((ax0 0.125) (ow0 0.125) (ow1 0.75) ow1)) + ((n.name is d) + (((ow0 0.25) (ow1 0.75) ow1)) + ((n.name is k) + (((ow1 1) ow1)) + ((p.name is m) + (((aa1 0.5) (ow1 0.5) aa1)) + ((n.name is l) + (((aa1 0.333333) + (ax0 0.166667) + (ow0 0.166667) + (ow1 0.333333) + aa1)) + (((aa1 0.25) (ax0 0.25) (ow1 0.5) ow1)))))))))) + (((aa1 0.875) (ow1 0.125) aa1))))))) + ((n.n.n.name is m) + ((n.name is h) + (((ow0 1) ow0)) + ((p.name is p) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((n.name is d) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.name is s) + (((ao1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + ao1)) + ((p.name is g) + (((ax0 0.5) (ow1 0.5) ax0)) + (((ax0 0.125) (ow1 0.875) ow1))))))) + ((n.n.n.name is t) + ((n.name is l) + ((p.name is n) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.714286) (ow1 0.285714) ow0))) + (((aa1 0.1) (ax0 0.6) (ow0 0.2) (ow1 0.1) ax0))) + ((n.name is l) + ((n.n.n.name is a) + (((aa1 0.6) (ow1 0.4) aa1)) + ((p.name is m) + ((n.n.n.name is c) + (((aa1 0.5) (ax0 0.25) (ow0 0.25) aa1)) + (((ax0 0.545455) (ow1 0.454545) ax0))) + ((n.n.n.name is s) + ((p.p.name is #) + (((aa1 0.0666667) (ow1 0.933333) ow1)) + (((aa1 0.4) (ow0 0.2) (ow1 0.4) aa1))) + ((p.name is h) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1)) + ((p.p.name is #) + ((n.n.n.name is y) + (((ow1 1) ow1)) + ((p.name is s) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((ax0 0.136364) + (ow0 0.0454545) + (ow1 0.818182) + ow1)))) + (((ax0 0.5) (ow1 0.5) ax0))))))) + ((n.n.n.name is e) + (((aa1 0.75) (ax0 0.125) (ow0 0.125) aa1)) + ((n.name is d) + ((p.name is r) + (((aa1 0.625) (ow1 0.375) aa1)) + ((p.name is m) + (((aa1 0.333333) + (ow0 0.444444) + (ow1 0.222222) + ow0)) + ((p.p.name is #) + (((ow0 0.181818) (ow1 0.818182) ow1)) + (((aa1 0.5) + (ow0 0.166667) + (ow1 0.333333) + aa1))))) + ((p.p.name is #) + ((n.name is h) + ((n.n.n.name is s) + (((ow0 1) ow0)) + (((aa1 0.333333) (ow1 0.666667) ow1))) + ((n.n.n.name is c) + ((p.name is k) + (((ax0 0.666667) (ow1 0.333333) ax0)) + (((ax0 0.166667) + (ow0 0.166667) + (ow1 0.666667) + ow1))) + ((n.name is t) + ((n.n.n.name is b) + (((aa1 0.25) (ow1 0.75) ow1)) + ((p.name is n) + (((ow0 0.2) (ow1 0.8) ow1)) + ((n.n.n.name is s) + (((ow1 1) ow1)) + (((ow0 0.5) (ow1 0.5) ow0))))) + ((n.name is c) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.name is d) + ((n.name is b) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((ow1 1) ow1))) + (((aa1 0.037037) + (ax0 0.037037) + (ow1 0.925926) + ow1))))))) + ((n.name is b) + (((aa1 0.0909091) (ow0 0.909091) ow0)) + (((aa1 0.133333) + (ow0 0.0666667) + (ow1 0.8) + ow1))))))))))))))) + ((n.n.n.name is s) + ((n.name is c) + ((p.p.p.name is #) + (((aa1 0.636364) (ax0 0.272727) (ow0 0.0909091) aa1)) + (((aa1 0.2) (ao1 0.6) (ax0 0.2) ao1))) + ((n.name is f) + (((ax0 0.909091) (ow1 0.0909091) ax0)) + ((p.name is c) + ((p.p.name is s) + (((ow1 1) ow1)) + (((ah1 0.8) (ax0 0.2) ah1))) + ((n.name is x) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.name is l) + ((p.name is d) + (((ax0 1) ax0)) + ((p.name is s) + (((ax0 0.5) (ow0 0.25) (ow1 0.25) ax0)) + ((p.p.name is w) + (((ow1 1) ow1)) + ((p.p.p.name is o) + (((ow1 1) ow1)) + ((p.name is r) + (((ow1 1) ow1)) + ((p.name is h) + (((ax0 0.25) (ow1 0.75) ow1)) + ((p.name is p) + (((ax0 0.25) (ow1 0.75) ow1)) + (((ax0 0.5) (ow1 0.5) ax0))))))))) + ((p.p.p.name is #) + ((p.p.name is s) + (((ow1 1) ow1)) + ((p.p.name is r) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((p.p.name is g) + ((p.name is r) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1))) + (((aa1 0.166667) + (ax0 0.0416667) + (ow0 0.0416667) + (ow1 0.75) + ow1))))) + (((ax0 0.0588235) + (ow0 0.0588235) + (ow1 0.882353) + ow1)))))))) + ((n.name is k) + ((p.p.p.name is h) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((n.n.n.name is r) + ((p.p.p.name is #) + (((ow1 1) ow1)) + ((p.p.name is b) + (((ow1 1) ow1)) + (((ax0 0.5) (ow1 0.5) ax0)))) + (((ow0 0.04) (ow1 0.96) ow1)))) + ((n.name is s) + ((n.n.n.name is d) + (((ow1 1) ow1)) + ((p.p.p.name is #) + ((n.n.n.name is c) + (((aa1 1) aa1)) + ((n.n.n.name is t) + (((aa1 1) aa1)) + ((n.n.n.name is l) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((ow0 0.222222) (ow1 0.777778) ow1))))) + ((p.p.name is r) + (((ax0 0.8) (ow0 0.2) ax0)) + ((p.name is r) + (((ax0 0.166667) (ow0 0.833333) ow0)) + ((p.p.name is i) + (((aa1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa1)) + (((ow0 0.333333) (ow1 0.666667) ow1))))))) + ((n.n.n.name is r) + ((p.p.name is n) + ((p.name is t) + (((aa1 1) aa1)) + ((p.p.p.name is i) + (((ow0 1) ow0)) + (((ax0 0.666667) (ow0 0.333333) ax0)))) + ((p.name is r) + ((p.p.name is e) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((n.name is p) + (((aa1 1) aa1)) + (((aa1 0.178571) (ow1 0.821429) ow1)))) + ((n.name is m) + ((p.p.name is g) + (((aa1 1) aa1)) + ((p.p.name is s) + (((ax0 0.6) (ow1 0.4) ax0)) + ((p.name is n) + (((ax0 1) ax0)) + ((p.name is c) + (((ah1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + ah1)) + (((ah1 0.2) (ax0 0.4) (ow0 0.2) (ow1 0.2) ax0)))))) + ((p.name is n) + (((aa1 0.75) (ao1 0.25) aa1)) + ((n.name is g) + (((ao1 0.25) (ax0 0.5) (ow0 0.25) ax0)) + ((p.name is h) + ((n.name is f) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((p.p.p.name is #) + (((aa1 0.6) (ow1 0.4) aa1)) + (((aa1 0.333333) (ow1 0.666667) ow1)))) + ((p.p.p.name is n) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((p.p.name is s) + (((ow1 1) ow1)) + ((p.p.p.name is #) + (((aa1 0.333333) + (ax0 0.5) + (ow0 0.166667) + ax0)) + ((p.name is m) + (((aa1 0.5) (ow1 0.5) aa1)) + ((p.p.name is l) + (((ow1 1) ow1)) + ((p.name is c) + (((ax0 0.333333) (ow1 0.666667) ow1)) + ((p.p.name is e) + (((ax0 1) ax0)) + (((ax0 0.4) (ow1 0.6) ow1))))))))))))))) + ((n.name is m) + ((n.n.n.name is t) + ((p.name is e) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is c) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.807692) + (ax0 0.0769231) + (ow0 0.115385) + aa1)))) + ((p.p.p.name is h) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((n.n.n.name is d) + ((p.name is r) + (((aa1 0.4) (ow0 0.6) ow0)) + ((p.p.p.name is #) + (((ow0 1) ow0)) + ((p.name is c) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1)) + (((ax0 0.857143) (ow0 0.142857) ax0))))) + ((p.name is w) + (((aa1 0.25) (ih1 0.25) (ow1 0.5) ow1)) + ((p.name is h) + (((ow0 0.666667) (uw0 0.333333) ow0)) + ((p.p.p.name is #) + (((ow1 1) ow1)) + ((p.p.p.name is t) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + ((n.n.n.name is n) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((ax0 0.25) (ow0 0.5) (ow1 0.25) ow0)))))))))) + ((n.n.n.name is d) + ((n.name is p) + (((ax0 0.909091) (ow1 0.0909091) ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.name is r) + ((p.p.p.name is #) + (((ax0 0.666667) (ow1 0.333333) ax0)) + (((ax0 0.333333) (ow1 0.666667) ow1))) + (((aa1 0.105263) + (ao0 0.0526316) + (ow1 0.842105) + ow1))))) + ((n.name is x) + (((aa1 1) aa1)) + ((n.name is c) + ((p.p.p.name is i) + (((ax0 1) ax0)) + ((p.name is n) + (((ow0 1) ow0)) + ((n.n.n.name is l) + (((ow0 1) ow0)) + ((p.name is r) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((n.n.n.name is n) + ((p.name is i) + (((ax0 0.666667) (ow0 0.333333) ax0)) + (((ax0 0.25) (ow0 0.75) ow0))) + (((ax0 0.25) (ow0 0.5) (ow1 0.25) ow0))))))) + ((p.p.p.name is #) + ((n.n.n.name is c) + ((p.p.name is b) + (((ow0 0.75) (ow1 0.25) ow0)) + (((aa1 0.0833333) + (ax0 0.875) + (ow0 0.0416667) + ax0))) + ((p.name is i) + ((p.p.name is b) + (((ow0 1) ow0)) + (((ax0 0.7) (ow0 0.3) ax0))) + ((n.name is p) + ((p.p.name is p) + (((ax0 0.888889) (ow0 0.111111) ax0)) + (((ow0 0.142857) (ow1 0.857143) ow1))) + ((n.name is g) + ((p.p.name is e) + (((ax0 0.5) (ow0 0.25) (ow1 0.25) ax0)) + ((p.name is r) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + (((aa1 0.333333) (ax0 0.666667) ax0)))) + ((n.n.n.name is t) + ((p.name is r) + (((ow0 0.25) (ow1 0.75) ow1)) + (((ow0 0.666667) (ow1 0.333333) ow0))) + ((n.n.n.name is a) + (((ax0 0.5) (ow0 0.25) (ow1 0.25) ax0)) + ((p.name is r) + ((n.name is b) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((aa1 0.0714286) (ow1 0.928571) ow1))) + ((p.p.name is k) + (((ow1 1) ow1)) + ((n.n.n.name is y) + (((_epsilon_ 0.25) + (aa1 0.25) + (ow1 0.5) + ow1)) + ((p.name is h) + (((aa1 0.166667) + (ax0 0.166667) + (ow1 0.666667) + ow1)) + ((n.name is l) + (((aa1 0.6) (ow0 0.4) aa1)) + ((n.n.n.name is n) + (((aa1 0.25) + (ax0 0.5) + (ow1 0.25) + ax0)) + (((aa1 0.25) + (ow0 0.5) + (ow1 0.25) + ow0)))))))))))))) + ((p.name is m) + ((n.name is t) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.666667) + (ax0 0.222222) + (ow0 0.111111) + aa1))) + ((n.n.n.name is n) + ((n.name is g) + ((p.name is c) + (((aa1 0.166667) + (ax0 0.166667) + (ow0 0.666667) + ow0)) + ((p.p.name is d) + (((ax0 1) ax0)) + ((p.p.name is t) + (((aa1 0.142857) (ax0 0.857143) ax0)) + ((p.p.p.name is h) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.name is t) + (((aa1 0.25) (ax0 0.5) (ow0 0.25) ax0)) + ((p.p.name is i) + (((ax0 0.75) (ow0 0.25) ax0)) + ((p.name is r) + (((ax0 0.333333) (ow0 0.666667) ow0)) + (((ax0 0.5) (ow0 0.5) ax0))))))))) + ((p.name is r) + (((ax0 0.25) (ow0 0.25) (ow1 0.5) ow1)) + ((p.name is d) + (((ax0 0.75) (ow1 0.25) ax0)) + ((n.name is d) + (((ax0 0.333333) (ow0 0.666667) ow0)) + (((ax0 0.777778) + (ow0 0.166667) + (ow1 0.0555556) + ax0)))))) + ((n.n.n.name is t) + ((p.name is l) + (((ax0 1) ax0)) + ((p.name is i) + (((ax0 0.333333) (ow0 0.666667) ow0)) + (((ax0 0.666667) (ow0 0.333333) ax0)))) + ((n.n.n.name is a) + (((ax0 0.857143) + (ow0 0.0714286) + (ow1 0.0714286) + ax0)) + ((n.name is l) + ((p.name is s) + (((ax0 1) ax0)) + (((ax0 0.181818) (ow1 0.818182) ow1))) + ((p.p.name is s) + (((ax0 0.8) (ow1 0.2) ax0)) + ((n.n.n.name is l) + ((p.name is c) + (((ow0 1) ow0)) + (((aw1 0.125) + (ow0 0.125) + (ow1 0.75) + ow1))) + ((p.p.name is d) + (((ow0 0.75) (oy1 0.25) ow0)) + ((p.p.name is p) + (((ax0 0.333333) (ow1 0.666667) ow1)) + ((n.n.n.name is c) + (((ow0 0.857143) (ow1 0.142857) ow0)) + ((p.p.p.name is s) + (((ax0 1) ax0)) + ((n.name is d) + (((ow0 0.75) (ow1 0.25) ow0)) + ((p.p.p.name is d) + (((ax0 0.666667) + (ow0 0.333333) + ax0)) + (((ax0 0.285714) + (ow0 0.428571) + (ow1 0.285714) + ow0))))))))))))))))))))))))))) + ((n.name is f) + ((n.n.n.name is #) + ((n.n.name is f) + ((p.name is l) + ((p.p.name is l) + (((ao1 1) ao1)) + (((ao0 0.962963) (ao1 0.037037) ao0))) + ((p.p.name is e) + (((ao0 1) ao0)) + ((p.name is t) + ((p.p.name is s) + (((ao0 0.666667) (ao1 0.333333) ao0)) + (((aa0 0.25) (ao0 0.25) (ao1 0.5) ao1))) + ((p.name is p) + (((ao1 1) ao1)) + ((p.p.p.name is r) + (((ao0 0.785714) (ao1 0.214286) ao0)) + ((p.p.name is k) + (((ao1 1) ao1)) + ((p.p.name is n) + (((ao1 1) ao1)) + ((p.p.p.name is l) + ((p.name is h) + (((_epsilon_ 0.25) (ao0 0.5) (ao1 0.25) ao0)) + (((ao0 0.333333) (ao1 0.666667) ao1))) + ((p.p.p.name is m) + (((ao1 1) ao1)) + ((p.name is h) + ((p.p.name is t) + (((ao1 1) ao1)) + ((p.p.p.name is s) + (((ao0 0.666667) (ao1 0.333333) ao0)) + ((p.p.name is l) + (((ao0 0.666667) (ao1 0.333333) ao0)) + (((ao0 0.333333) (ao1 0.666667) ao1))))) + ((p.p.name is t) + (((ao0 1) ao0)) + ((p.p.name is c) + (((ao0 0.166667) (ao1 0.833333) ao1)) + ((p.p.p.name is 0) + (((ao0 0.2) (ao1 0.8) ao1)) + ((p.p.p.name is n) + (((ao0 1) ao0)) + ((p.p.p.name is o) + (((ao0 1) ao0)) + ((p.p.p.name is v) + (((ao0 1) ao0)) + ((p.p.p.name is w) + (((ao0 1) ao0)) + ((p.p.name is i) + (((ao1 1) ao1)) + ((p.p.p.name is z) + (((ao0 1) ao0)) + ((p.p.p.name is #) + (((ao0 0.75) (ao1 0.25) ao0)) + ((p.name is r) + (((ao0 0.75) (ao1 0.25) ao0)) + ((p.name is n) + ((p.p.name is r) + (((ao0 0.4) (ao1 0.6) ao1)) + (((ao0 0.8) (ao1 0.2) ao0))) + (((ao0 0.25) (ao1 0.75) ao1)))))))))))))))))))))))) + ((n.n.name is t) + ((p.p.name is c) + ((p.p.p.name is y) + (((ao1 0.333333) (ax0 0.666667) ax0)) + (((ao0 0.125) (ao1 0.75) (ax0 0.125) ao1))) + ((p.name is r) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((p.p.name is #) + (((aa1 0.666667) (ao1 0.333333) aa1)) + (((aa1 0.166667) (ao1 0.666667) (ax0 0.166667) ao1))))) + ((p.p.p.name is 0) + (((ow1 1) ow1)) + (((aa1 0.333333) (ax0 0.333333) (ow1 0.333333) aa1))))) + ((n.n.name is f) + ((p.p.name is #) + ((p.name is h) + (((aa1 0.0625) (ao1 0.9375) ao1)) + ((n.n.n.name is r) + (((ao1 0.333333) (ow0 0.666667) ow0)) + ((n.n.n.name is a) + (((aa1 0.75) (ow0 0.25) aa1)) + ((p.name is g) + (((aa1 1) aa1)) + ((n.n.n.name is m) + (((ao1 1) ao1)) + ((n.n.n.name is e) + (((aa1 0.666667) + (ao1 0.266667) + (ax0 0.0666667) + aa1)) + ((p.name is c) + (((aa1 0.25) (ao1 0.75) ao1)) + ((n.n.n.name is o) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((aa1 0.625) (ao1 0.375) aa1)))))))))) + ((n.n.n.name is s) + (((ao0 0.157895) (ao1 0.842105) ao1)) + ((p.p.p.name is #) + ((p.name is n) + (((ax0 1) ax0)) + ((p.p.name is g) + (((_epsilon_ 0.333333) + (aa1 0.333333) + (ax0 0.333333) + _epsilon_)) + ((p.name is r) + (((aa1 1) aa1)) + ((p.p.name is s) + ((n.n.n.name is e) + (((aa1 0.4) (ao1 0.6) ao1)) + (((aa1 0.8) (ao1 0.2) aa1))) + (((ao1 0.75) (ow1 0.25) ao1)))))) + ((p.name is t) + (((ao0 0.333333) (ax0 0.666667) ax0)) + ((p.p.p.name is t) + (((ao1 1) ao1)) + ((n.n.n.name is e) + (((aa1 0.05) (ao1 0.45) (ax0 0.5) ax0)) + ((n.n.n.name is i) + (((aa1 0.0555556) (ao1 0.5) (ax0 0.444444) ao1)) + (((aa1 0.5) (ao1 0.333333) (ax0 0.166667) aa1))))))))) + ((n.n.name is t) + ((n.n.n.name is s) + (((ao1 1) ao1)) + ((p.name is s) + (((aa1 0.1875) (ao1 0.8125) ao1)) + ((p.p.name is 0) + (((aa1 0.4) (ao1 0.6) ao1)) + (((aa1 0.5) (ao1 0.5) aa1))))) + ((p.p.p.name is 0) + ((p.name is h) + (((aa1 1) aa1)) + ((p.name is l) + (((aa1 0.714286) (ow0 0.285714) aa1)) + ((p.name is s) + ((n.n.name is a) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.333333) (ax0 0.333333) (ow0 0.333333) aa1))) + ((n.n.name is a) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((n.n.name is o) + (((ow1 1) ow1)) + ((n.n.name is i) + (((ow1 1) ow1)) + (((aa1 0.625) (ao1 0.125) (ow1 0.25) aa1)))))))) + ((n.n.n.name is t) + ((p.p.p.name is e) + (((ao1 0.2) (ow0 0.4) (ow1 0.4) ow0)) + (((aa1 1) aa1))) + ((n.n.name is #) + (((aa0 0.1) + (aa1 0.1) + (ao0 0.5) + (ao1 0.1) + (ax0 0.2) + ao0)) + ((n.n.name is a) + (((ax0 0.111111) (ow0 0.888889) ow0)) + ((n.n.name is i) + ((p.p.name is p) + (((aa0 0.2) (ow1 0.8) ow1)) + ((n.n.n.name is e) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ax0 0.666667) (ow0 0.333333) ax0)))) + ((p.p.name is c) + (((ao0 0.333333) (ow1 0.666667) ow1)) + ((n.n.name is o) + (((ax0 0.625) (ow0 0.25) (uw1 0.125) ax0)) + ((n.n.name is l) + (((ao1 0.4) (ow0 0.6) ow0)) + ((p.p.name is p) + (((ax0 1) ax0)) + (((aa1 0.25) + (ao1 0.5) + (ax0 0.125) + (ow1 0.125) + ao1)))))))))))))) + ((n.name is a) + ((n.n.name is r) + (((_epsilon_ 0.03) + (ao0 0.03) + (ao1 0.91) + (er0 0.01) + (ow0 0.01) + (w 0.01) + ao1)) + ((p.p.name is b) + ((n.n.name is d) + (((ao1 0.96875) (ow1 0.03125) ao1)) + (((ow1 1) ow1))) + ((p.p.p.name is 0) + ((n.n.n.name is u) + ((p.name is c) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow1 0.666667) (w 0.333333) ow1))) + (((ow0 0.0165289) (ow1 0.979339) (uw1 0.00413223) ow1))) + ((p.p.p.name is h) + (((ow0 1) ow0)) + ((p.p.name is t) + ((p.p.p.name is e) + (((ow0 1) ow0)) + (((ow0 0.25) (ow1 0.75) ow1))) + ((p.p.name is c) + ((p.p.p.name is i) + (((ow0 0.75) (ow1 0.25) ow0)) + ((n.n.n.name is i) + (((ow0 0.6) (ow1 0.4) ow0)) + (((ow0 0.0625) (ow1 0.9375) ow1)))) + ((p.p.p.name is d) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((p.name is l) + (((ow1 1) ow1)) + ((p.p.p.name is l) + (((ow0 0.4) (ow1 0.6) ow1)) + ((n.n.name is #) + ((p.name is c) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow0 0.111111) (ow1 0.888889) ow1))) + ((p.p.p.name is #) + (((ow1 1) ow1)) + ((p.p.name is e) + (((ow1 1) ow1)) + ((p.p.name is n) + (((ow1 1) ow1)) + ((p.p.p.name is t) + (((ow1 1) ow1)) + ((n.n.n.name is h) + (((ow1 1) ow1)) + ((n.n.name is d) + (((ow1 1) ow1)) + ((p.name is r) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((p.p.p.name is e) + (((ow1 1) ow1)) + ((p.p.name is i) + (((ow1 1) ow1)) + ((p.name is b) + (((ow0 0.0833333) (ow1 0.916667) ow1)) + ((n.n.n.name is s) + (((ow1 1) ow1)) + ((p.p.name is l) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.6) (ow1 0.4) ow0)))))))))))))))))))))))) + ((n.name is e) + ((p.p.p.name is 0) + ((n.n.name is r) + ((p.name is c) + (((ow0 1) ow0)) + ((p.name is d) + (((ao1 0.75) (uw1 0.25) ao1)) + ((n.n.n.name is g) + (((_epsilon_ 0.333333) (ao1 0.666667) ao1)) + ((n.n.n.name is s) + (((ao1 0.4) (ow1 0.6) ow1)) + ((n.n.n.name is #) + (((ao1 0.333333) (ow1 0.666667) ow1)) + (((ao1 0.9) (ow1 0.1) ao1))))))) + ((n.n.n.name is r) + ((n.n.name is h) + (((ao1 1) ao1)) + (((_epsilon_ 0.333333) (ow1 0.666667) ow1))) + ((n.n.name is w) + ((n.n.n.name is e) + (((aa1 0.8) (ow1 0.2) aa1)) + (((aa1 0.4) (ow1 0.6) ow1))) + ((n.n.name is n) + ((n.n.n.name is i) + ((p.name is k) + (((er1 0.666667) (ow1 0.333333) er1)) + (((aa1 0.666667) (ow1 0.333333) aa1))) + ((n.n.n.name is e) + (((aa1 0.5) (ow1 0.5) aa1)) + (((ow0 0.0625) (ow1 0.9375) ow1)))) + ((p.name is d) + ((n.n.name is s) + (((ah1 0.5) (ow1 0.5) ah1)) + (((ow1 1) ow1))) + ((n.n.name is v) + (((aa1 0.25) (ow1 0.75) ow1)) + ((p.name is n) + ((n.n.name is l) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow1 1) ow1))) + (((_epsilon_ 0.0206897) + (ow0 0.0137931) + (ow1 0.965517) + ow1))))))))) + ((n.n.name is n) + ((p.p.name is b) + (((_epsilon_ 0.8) (ow0 0.2) _epsilon_)) + ((p.p.name is p) + (((_epsilon_ 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is #) + (((ow0 0.2) (ow1 0.6) (uw1 0.2) ow1)) + ((n.n.n.name is i) + (((aa1 0.75) (ow1 0.25) aa1)) + ((n.n.n.name is e) + ((p.name is h) + (((aa1 0.571429) (ow1 0.428571) aa1)) + (((aa1 0.25) (ow1 0.75) ow1))) + (((ow1 1) ow1))))))) + ((p.p.p.name is #) + ((p.name is h) + ((p.p.name is s) + (((ow1 0.0909091) (uw1 0.909091) uw1)) + (((_epsilon_ 0.4) (ow1 0.4) (uw0 0.2) _epsilon_))) + ((p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is i) + (((ow0 1) ow0)) + ((n.n.name is r) + ((p.name is r) + (((ow1 1) ow1)) + (((ao1 0.75) (ow1 0.25) ao1))) + ((n.n.name is #) + ((p.name is l) + (((ow1 1) ow1)) + (((ow0 0.5) (ow1 0.5) ow0))) + (((aa1 0.0208333) + (ao1 0.0208333) + (ow1 0.958333) + ow1))))))) + ((p.p.p.name is c) + ((p.p.name is a) + (((ow0 0.2) (uw1 0.8) uw1)) + (((aa1 0.0714286) (ow1 0.928571) ow1))) + ((p.p.name is s) + ((p.name is h) + (((uw0 0.166667) (uw1 0.833333) uw1)) + ((p.p.p.name is a) + (((ow0 1) ow0)) + ((p.p.p.name is i) + (((ow0 0.8) (ow1 0.2) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1))))) + ((n.n.name is r) + ((p.name is d) + (((uw1 1) uw1)) + ((p.name is g) + (((ow1 1) ow1)) + (((ao1 0.333333) (ow0 0.666667) ow0)))) + ((p.p.p.name is o) + (((ow1 0.857143) (uw1 0.142857) ow1)) + ((p.p.p.name is s) + ((p.p.name is c) + (((ow1 1) ow1)) + (((ow0 0.5) (ow1 0.5) ow0))) + ((p.p.name is p) + (((ow1 1) ow1)) + ((n.n.name is #) + ((p.p.p.name is i) + (((ow1 1) ow1)) + ((p.name is r) + (((ow0 1) ow0)) + ((p.p.p.name is t) + (((ow0 1) ow0)) + ((p.name is n) + (((ow0 1) ow0)) + ((p.p.name is n) + (((ow1 1) ow1)) + ((p.name is l) + (((ow0 1) ow0)) + ((p.p.p.name is d) + (((ow0 0.25) (ow1 0.75) ow1)) + ((p.p.p.name is a) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.6) (ow1 0.4) ow0)))))))))) + ((n.n.name is s) + ((p.p.name is e) + (((ow0 1) ow0)) + ((p.p.name is n) + (((ah1 0.25) (ow0 0.5) (ow1 0.25) ow0)) + ((p.p.name is r) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.666667) (ow1 0.333333) ow0))))) + ((p.p.name is c) + (((aa1 0.25) (ow0 0.75) ow0)) + ((p.p.p.name is a) + (((aa1 0.2) (ow0 0.4) (ow1 0.4) ow0)) + ((n.n.n.name is #) + ((p.p.name is r) + (((_epsilon_ 0.25) + (ow0 0.25) + (ow1 0.5) + ow1)) + (((ow0 0.666667) (ow1 0.333333) ow0))) + (((_epsilon_ 0.142857) (ow0 0.857143) ow0)))))))))))))))) + ((n.name is s) + ((n.n.name is #) + ((p.p.name is u) + ((p.p.p.name is o) + (((ax0 0.142857) + (ih0 0.714286) + (ow0 0.0714286) + (ow1 0.0714286) + ih0)) + (((ow0 1) ow0))) + ((p.p.p.name is 0) + (((aa1 0.4) (ao1 0.3) (ow0 0.1) (ow1 0.2) aa1)) + ((p.p.p.name is #) + ((p.name is r) + (((aa0 0.166667) + (ao1 0.166667) + (ow0 0.333333) + (ow1 0.333333) + ow0)) + ((p.name is i) + (((ow0 1) ow0)) + (((aa1 0.25) + (aw1 0.125) + (ax0 0.125) + (ow0 0.25) + (ow1 0.125) + (uw1 0.125) + aa1)))) + ((p.p.name is t) + ((p.p.p.name is e) + (((aa0 0.333333) (ow0 0.666667) ow0)) + (((aa0 0.166667) + (ow0 0.166667) + (ow1 0.666667) + ow1))) + ((p.p.name is a) + (((aa0 0.0135135) + (ao0 0.027027) + (ow0 0.891892) + (ow1 0.0675676) + ow0)) + ((p.p.p.name is i) + (((ax0 0.0588235) + (ow0 0.882353) + (uw1 0.0588235) + ow0)) + ((p.p.name is h) + (((aa0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa0)) + ((p.p.p.name is e) + (((aa1 0.0357143) + (ax0 0.0714286) + (ow0 0.785714) + (ow1 0.107143) + ow0)) + ((p.p.name is d) + (((ow0 0.4) (ow1 0.6) ow1)) + ((p.p.p.name is l) + (((ow0 1) ow0)) + ((p.p.p.name is n) + (((ow0 1) ow0)) + ((p.name is t) + (((ow0 0.954545) (ow1 0.0454545) ow0)) + ((p.p.name is o) + (((ax0 0.04) (ow0 0.88) (ow1 0.08) ow0)) + ((p.p.p.name is c) + ((p.name is r) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((ow0 1) ow0))) + ((p.name is r) + ((p.p.name is e) + (((ow0 1) ow0)) + ((p.p.name is r) + (((ow0 1) ow0)) + ((p.p.p.name is m) + (((ow0 1) ow0)) + ((p.p.name is i) + (((ow0 1) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1)))))) + ((p.p.p.name is a) + (((ow0 0.866667) (ow1 0.133333) ow0)) + ((p.name is s) + (((ow0 0.25) (ow1 0.75) ow1)) + ((p.name is n) + (((ow0 0.875) (ow1 0.125) ow0)) + ((p.name is k) + (((ow0 1) ow0)) + ((p.name is v) + (((ow0 1) ow0)) + ((p.p.name is r) + (((ow0 0.857143) + (ow1 0.142857) + ow0)) + ((p.p.name is i) + (((ow0 0.444444) + (ow1 0.555556) + ow1)) + ((p.name is d) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + ((p.name is l) + (((ow0 0.75) (ow1 0.25) ow0)) + ((p.p.name is e) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + (((ow0 0.7) (ow1 0.3) ow0))))))))))))))))))))))))))) + ((n.n.name is s) + ((p.p.name is g) + ((p.name is l) + (((aa1 0.222222) (ao1 0.777778) ao1)) + ((p.p.p.name is #) + ((n.n.n.name is e) + (((aa1 0.5) (ow1 0.5) aa1)) + (((aa1 0.166667) (ao1 0.0833333) (ow1 0.75) ow1))) + (((ow1 1) ow1)))) + ((p.p.name is c) + ((p.p.p.name is #) + ((n.n.n.name is b) + (((ao1 1) ao1)) + ((n.n.n.name is o) + (((aa1 0.666667) (ao1 0.333333) aa1)) + (((aa1 0.259259) + (ao1 0.703704) + (ow1 0.037037) + ao1)))) + (((aa1 0.0769231) + (ao0 0.0769231) + (ao1 0.846154) + ao1))) + ((n.n.n.name is #) + ((p.p.name is t) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + ((p.p.p.name is d) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((p.p.name is f) + (((_epsilon_ 0.333333) + (aa1 0.333333) + (ao1 0.333333) + _epsilon_)) + (((aa0 0.0322581) + (aa1 0.0967742) + (ao1 0.83871) + (ax0 0.0322581) + ao1))))) + ((p.name is p) + ((n.n.n.name is e) + (((aa1 0.153846) (ax0 0.846154) ax0)) + (((aa1 0.888889) (ao1 0.111111) aa1))) + ((n.n.n.name is o) + ((p.p.p.name is #) + (((aa1 0.8) (ao1 0.2) aa1)) + (((aa1 0.111111) + (ax0 0.111111) + (ow1 0.777778) + ow1))) + ((p.name is f) + (((aa1 0.923077) (ax0 0.0769231) aa1)) + ((n.n.n.name is a) + ((p.name is c) + (((aa1 0.666667) (ao1 0.333333) aa1)) + ((p.name is g) + (((aa1 0.333333) + (ao1 0.333333) + (ax0 0.333333) + aa1)) + ((p.p.name is #) + (((aa1 0.125) + (ax0 0.25) + (ow0 0.5) + (ow1 0.125) + ow0)) + (((aa1 0.6) (ax0 0.2) (ow0 0.2) aa1))))) + ((p.p.p.name is 0) + ((p.name is r) + ((n.n.n.name is e) + (((aa1 0.5) (ao1 0.125) (ow0 0.375) aa1)) + ((n.n.n.name is i) + (((aa1 0.285714) + (ao1 0.571429) + (ow0 0.142857) + ao1)) + (((aa1 0.666667) (ao1 0.333333) aa1)))) + ((p.p.name is #) + ((p.name is g) + (((aa1 0.777778) (ao1 0.222222) aa1)) + ((n.n.n.name is i) + (((aa1 0.111111) + (ao1 0.666667) + (ow1 0.222222) + ao1)) + ((p.name is c) + (((aa1 0.5) (ao1 0.25) (ax0 0.25) aa1)) + ((p.name is h) + (((aa1 0.333333) + (ao1 0.333333) + (ow0 0.333333) + aa1)) + ((n.n.n.name is m) + (((ao1 1) ao1)) + ((p.name is m) + (((aa1 0.142857) (ao1 0.857143) ao1)) + ((p.name is b) + ((n.n.n.name is e) + (((aa1 0.5) (ao1 0.5) aa1)) + (((aa1 0.333333) (ao1 0.666667) ao1))) + (((aa1 0.5) (ao1 0.5) aa1))))))))) + (((aa1 1) aa1)))) + ((p.p.name is h) + (((ao1 1) ao1)) + ((p.name is l) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((p.p.p.name is #) + (((aa1 0.2) (ao1 0.6) (ax0 0.2) ao1)) + ((p.p.p.name is e) + (((ao1 0.5) (ax0 0.25) (ow1 0.25) ao1)) + (((aa1 0.2) (ax0 0.4) (ow1 0.4) ax0)))))))))))))) + ((p.p.p.name is 0) + ((n.n.name is a) + ((n.n.n.name is #) + (((ow1 1) ow1)) + ((p.name is k) + (((aa1 0.2) (ax0 0.4) (ow1 0.4) ax0)) + ((n.n.n.name is l) + (((aa1 0.375) (ow0 0.375) (ow1 0.25) aa1)) + ((n.n.n.name is d) + (((ax0 0.333333) (ow0 0.666667) ow0)) + ((n.n.n.name is t) + (((ax0 0.333333) (ow0 0.666667) ow0)) + ((n.n.n.name is r) + (((aa1 0.333333) (ow0 0.666667) ow0)) + ((p.name is m) + (((ow0 1) ow0)) + ((p.p.name is #) + ((p.name is r) + ((n.n.n.name is n) + (((ow0 0.8) (ow1 0.2) ow0)) + ((n.n.n.name is m) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1)))) + (((aa1 0.25) (ow0 0.25) (ow1 0.5) ow1))) + (((ow0 0.833333) (ow1 0.166667) ow0)))))))))) + ((n.n.name is i) + ((n.n.n.name is t) + (((aa1 0.642857) + (ax0 0.214286) + (ow0 0.142857) + aa1)) + ((n.n.n.name is e) + (((aa1 0.1) (ax0 0.1) (ow1 0.8) ow1)) + ((n.n.n.name is m) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((p.name is r) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.166667) + (ow1 0.166667) + aa1)) + (((aa1 0.0555556) + (ax0 0.277778) + (ow0 0.111111) + (ow1 0.5) + (uw1 0.0555556) + ow1)))))) + ((p.name is k) + ((n.n.n.name is a) + (((aa1 0.166667) + (ax0 0.166667) + (ow1 0.666667) + ow1)) + ((n.n.n.name is i) + (((aa1 0.285714) + (aw1 0.142857) + (ax0 0.428571) + (ow1 0.142857) + ax0)) + ((n.n.name is t) + ((n.n.n.name is e) + (((aa1 0.4) (ax0 0.6) ax0)) + (((aa1 0.5) (ao1 0.333333) (ax0 0.166667) aa1))) + ((n.n.name is l) + (((aa1 0.25) (ax0 0.75) ax0)) + ((n.n.name is o) + (((ax0 0.666667) (ow1 0.333333) ax0)) + ((n.n.name is k) + (((aa1 0.25) + (ao1 0.25) + (ax0 0.25) + (ow1 0.25) + aa1)) + ((n.n.n.name is e) + (((aa1 0.333333) + (ao1 0.333333) + (ow1 0.333333) + aa1)) + (((aa1 0.333333) + (ao1 0.166667) + (ow1 0.5) + ow1))))))))) + ((p.name is p) + ((n.n.n.name is p) + (((ow0 1) ow0)) + ((n.n.name is t) + ((n.n.n.name is u) + (((aa1 1) aa1)) + (((aa0 0.0512821) + (aa1 0.128205) + (ao1 0.0512821) + (ow1 0.769231) + ow1))) + ((n.n.name is n) + (((ao1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.2) (ao1 0.6) (ow0 0.2) ao1))))) + ((n.n.n.name is h) + (((ao1 0.8125) (ow0 0.1875) ao1)) + ((p.name is y) + (((ow0 0.357143) (ow1 0.642857) ow1)) + ((n.n.n.name is e) + ((p.name is c) + ((n.n.name is t) + (((ao1 0.6) (ow0 0.2) (ow1 0.2) ao1)) + (((aa0 0.285714) + (aa1 0.428571) + (ao1 0.142857) + (ow1 0.142857) + aa1))) + (((aa0 0.027027) + (aa1 0.783784) + (ao1 0.0540541) + (ow0 0.018018) + (ow1 0.117117) + aa1))) + ((n.n.name is o) + (((aa1 0.111111) + (ax0 0.111111) + (ow0 0.111111) + (ow1 0.555556) + (uh1 0.111111) + ow1)) + ((n.n.n.name is i) + ((n.n.name is h) + ((p.p.name is #) + ((p.name is t) + (((ow0 0.6) (ow1 0.4) ow0)) + (((aa1 0.2) (aw1 0.2) (ow1 0.6) ow1))) + (((aa1 0.25) (ow0 0.75) ow0))) + ((p.p.name is #) + ((n.n.name is t) + ((p.name is c) + (((aa1 0.75) (ow0 0.25) aa1)) + ((p.name is h) + (((aa0 0.333333) + (aa1 0.333333) + (ow1 0.333333) + aa0)) + (((aa1 0.6) (ao1 0.2) (ow1 0.2) aa1)))) + (((aa1 0.814815) + (ao1 0.0740741) + (ow1 0.111111) + aa1))) + (((aa1 0.875) + (ao1 0.0625) + (ow0 0.0625) + aa1)))) + ((n.n.n.name is a) + ((p.name is n) + (((ao0 0.666667) (ow1 0.333333) ao0)) + ((p.name is t) + (((ao1 0.5) (ow0 0.5) ao1)) + ((p.name is c) + ((n.n.name is m) + (((aa1 0.333333) + (ao1 0.333333) + (ow1 0.333333) + aa1)) + (((aa1 0.125) + (ao1 0.25) + (ow0 0.5) + (ow1 0.125) + ow0))) + ((p.p.name is #) + ((p.name is r) + (((aa1 0.833333) (ao1 0.166667) aa1)) + ((n.n.name is b) + (((aa1 0.666667) (ao1 0.333333) aa1)) + ((p.name is h) + (((aa1 1) aa1)) + ((n.n.name is m) + (((aa1 0.75) (ow1 0.25) aa1)) + ((p.name is m) + (((aa1 0.333333) + (ow1 0.666667) + ow1)) + (((aa1 0.571429) + (ow0 0.142857) + (ow1 0.285714) + aa1))))))) + ((n.n.name is h) + (((ao1 0.25) (ow0 0.25) (ow1 0.5) ow1)) + ((n.n.name is c) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((aa1 0.6) (ao1 0.4) aa1)))))))) + ((n.n.name is q) + (((aa1 0.285714) + (ax0 0.285714) + (ow0 0.428571) + ow0)) + ((n.n.name is u) + ((p.p.name is #) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((aa0 0.333333) + (aa1 0.333333) + (ow0 0.333333) + aa0))) + ((n.n.n.name is r) + (((aa1 0.703704) + (ao1 0.185185) + (ax0 0.111111) + aa1)) + ((p.name is c) + ((n.n.name is t) + ((n.n.n.name is l) + (((aa1 0.4) (ao1 0.6) ao1)) + (((aa0 0.285714) + (aa1 0.571429) + (ao1 0.142857) + aa1))) + (((aa1 0.333333) (ao1 0.666667) ao1))) + ((n.n.name is z) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + ((n.n.name is m) + (((aa0 0.125) + (aa1 0.5) + (ao1 0.25) + (ow0 0.125) + aa1)) + ((n.n.name is b) + (((aa1 0.9) (ao1 0.1) aa1)) + ((n.n.n.name is o) + ((p.name is d) + (((ao1 1) ao1)) + ((n.n.name is k) + ((p.name is m) + (((aa1 0.4) + (ao1 0.4) + (ow1 0.2) + aa1)) + (((ow1 1) ow1))) + (((aa1 0.541667) + (ao1 0.208333) + (ax0 0.0833333) + (ow0 0.0416667) + (ow1 0.125) + aa1)))) + ((n.n.name is t) + ((p.name is r) + (((aa1 0.333333) + (ao1 0.666667) + ao1)) + ((n.n.n.name is #) + (((aa1 0.333333) + (ao1 0.166667) + (ow1 0.5) + ow1)) + (((aa1 0.866667) + (ow1 0.133333) + aa1)))) + ((n.n.n.name is #) + (((aa1 0.75) + (ao1 0.125) + (ow1 0.125) + aa1)) + ((n.n.n.name is u) + (((aa1 0.666667) + (ao1 0.333333) + aa1)) + (((aa1 0.285714) + (ao1 0.714286) + ao1))))))))))))))))))))))) + ((n.n.name is k) + ((n.n.n.name is i) + (((ao1 0.0952381) (aw1 0.904762) aw1)) + ((p.p.name is c) + ((p.name is l) (((ao1 1) ao1)) (((aa1 1) aa1))) + ((p.p.p.name is #) + ((p.name is r) + (((aa1 0.5) (ao1 0.25) (ow1 0.25) aa1)) + (((ao1 0.666667) (ow0 0.333333) ao1))) + (((ao1 0.222222) (ow1 0.777778) ow1))))) + ((p.p.p.name is #) + ((p.p.name is f) + (((ao1 1) ao1)) + ((n.n.name is c) + ((n.n.n.name is r) + (((ow0 1) ow0)) + ((p.name is r) + ((n.n.n.name is h) + (((ao1 1) ao1)) + (((ax0 0.333333) (ow1 0.666667) ow1))) + (((ao1 0.75) (ow0 0.25) ao1)))) + ((p.p.name is p) + ((n.n.n.name is e) + (((aa0 0.0666667) + (aa1 0.4) + (ao1 0.2) + (ax0 0.266667) + (ow0 0.0666667) + aa1)) + ((n.n.n.name is h) + ((p.name is h) + (((aa0 0.125) (aa1 0.875) aa1)) + (((aa0 0.666667) (ao1 0.333333) aa0))) + ((n.n.name is t) + (((aa1 0.875) (ow0 0.125) aa1)) + (((aa0 0.2) + (aa1 0.2) + (ow0 0.2) + (ow1 0.4) + ow1))))) + ((p.name is r) + ((n.n.name is i) + (((ow1 1) ow1)) + ((n.n.name is b) + (((aa1 0.2) (ao1 0.4) (ow1 0.4) ao1)) + ((n.n.name is t) + (((aa1 1) aa1)) + ((n.n.name is h) + (((aa1 1) aa1)) + ((p.p.name is g) + (((ax0 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.777778) + (ax0 0.111111) + (ow1 0.111111) + aa1))))))) + ((n.n.name is o) + (((ax0 0.333333) (uw1 0.666667) uw1)) + ((p.p.name is b) + (((ow0 0.833333) (ow1 0.166667) ow0)) + ((p.p.name is s) + ((n.n.name is t) + (((aa1 1) aa1)) + (((aa1 0.25) (ow0 0.75) ow0))) + ((p.name is g) + (((ao0 0.2) (ow0 0.4) (ow1 0.4) ow0)) + ((p.name is h) + ((n.n.name is t) + (((ow1 1) ow1)) + (((aa1 0.333333) + (ao1 0.333333) + (ow1 0.333333) + aa1))) + ((n.n.name is t) + (((aa1 0.692308) + (ao1 0.153846) + (ax0 0.0769231) + (ow0 0.0769231) + aa1)) + ((n.n.name is i) + (((ax0 0.666667) (ow1 0.333333) ax0)) + (((ow0 0.2) (ow1 0.8) ow1))))))))))))) + ((n.n.n.name is t) + ((p.p.p.name is d) + (((aa1 0.75) (ax0 0.25) aa1)) + ((p.name is p) + (((aa1 0.153846) + (ax0 0.807692) + (ow0 0.0384615) + ax0)) + ((n.n.name is i) + (((aa1 1) aa1)) + (((ax0 0.666667) (ow0 0.333333) ax0))))) + ((n.n.name is i) + ((p.name is c) + (((ax0 1) ax0)) + ((n.n.n.name is a) + ((p.p.p.name is m) + (((ow1 1) ow1)) + ((p.name is r) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((aa1 0.4) (ow1 0.6) ow1)))) + ((n.n.n.name is n) + ((p.name is r) + (((ow0 1) ow0)) + (((ow1 1) ow1))) + ((n.n.n.name is e) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1)) + ((p.p.p.name is c) + (((ow0 0.166667) (ow1 0.833333) ow1)) + ((n.n.n.name is #) + (((ow1 1) ow1)) + ((n.n.n.name is s) + (((ax0 0.0625) (ow1 0.9375) ow1)) + ((n.n.n.name is o) + (((ow1 1) ow1)) + ((p.name is r) + (((ax0 0.666667) (ow1 0.333333) ax0)) + (((ax0 0.3) (ow1 0.7) ow1))))))))))) + ((n.n.n.name is #) + ((n.n.name is h) + ((p.p.name is n) + (((aa1 0.6) (ao1 0.4) aa1)) + (((aa1 0.125) (ao1 0.375) (ax0 0.5) ax0))) + ((p.name is c) + (((aa1 0.166667) (ao1 0.333333) (ow1 0.5) ow1)) + ((n.n.name is a) + (((ow1 1) ow1)) + ((n.n.name is o) + (((ow1 1) ow1)) + ((p.name is m) + (((ow1 1) ow1)) + ((p.name is p) + (((ow0 0.2) (ow1 0.8) ow1)) + ((p.name is v) + (((ow0 1) ow0)) + (((aa0 0.111111) + (ax0 0.666667) + (ow0 0.222222) + ax0))))))))) + ((p.name is p) + ((p.p.p.name is l) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((n.n.n.name is e) + (((aa1 0.333333) + (ao1 0.333333) + (ow1 0.333333) + aa1)) + (((ow1 1) ow1)))) + ((n.n.n.name is a) + ((p.name is c) + (((ao1 0.25) (ow0 0.25) (ow1 0.5) ow1)) + ((n.n.name is t) + ((p.p.p.name is e) + (((ax0 0.666667) (ow0 0.333333) ax0)) + (((ax0 0.2) (ow0 0.8) ow0))) + ((n.n.name is l) + (((ax0 0.2) (ow0 0.8) ow0)) + ((p.name is r) + (((ow0 1) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1)))))) + ((n.n.n.name is i) + ((n.n.name is h) + (((ow0 0.222222) (ow1 0.777778) ow1)) + ((p.p.name is g) + (((aa1 1) aa1)) + ((n.n.name is t) + (((aa1 0.25) (ao1 0.5) (ow0 0.25) ao1)) + (((aa1 0.4) (ow0 0.6) ow0))))) + ((n.n.n.name is r) + ((p.p.name is c) + (((ow1 1) ow1)) + ((p.name is n) + (((aa1 0.5) (ax0 0.25) (ow1 0.25) aa1)) + (((ax0 0.142857) + (ow0 0.571429) + (ow1 0.285714) + ow0)))) + ((p.name is l) + ((n.n.n.name is o) + (((ao1 0.5) (ax0 0.5) ao1)) + (((aa1 0.8) (ax0 0.2) aa1))) + ((p.p.name is n) + ((p.p.p.name is a) + (((ow0 1) ow0)) + ((n.n.name is c) + (((ao1 0.666667) (ow0 0.333333) ao1)) + (((ao1 0.25) (ax0 0.75) ax0)))) + ((n.n.name is t) + ((n.n.n.name is e) + (((aa1 0.428571) + (ao1 0.142857) + (ow0 0.142857) + (ow1 0.285714) + aa1)) + (((ao1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + ao1))) + ((n.n.n.name is o) + ((p.p.name is c) + (((ax0 1) ax0)) + ((n.n.name is c) + (((aa1 0.181818) + (ax0 0.727273) + (ow1 0.0909091) + ax0)) + (((aa1 0.6) (ax0 0.2) (ow1 0.2) aa1)))) + ((p.p.name is c) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.p.p.name is e) + (((ax0 0.5) (ow1 0.5) ax0)) + ((n.n.n.name is e) + ((p.name is r) + (((ax0 0.75) (ow1 0.25) ax0)) + (((aa1 0.333333) (ao1 0.666667) ao1))) + ((n.n.n.name is h) + (((ao1 0.2) (ax0 0.8) ax0)) + ((p.p.name is o) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is i) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + ((n.n.n.name is n) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ax0 0.75) (ow0 0.25) ax0)) + ((n.n.name is o) + (((ax0 0.666667) + (ow0 0.333333) + ax0)) + (((ax0 0.25) (ow0 0.75) ow0))))))))))))))))))))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((p.name is e) + ((p.p.name is l) + (((_epsilon_ 0.75) (ow1 0.25) _epsilon_)) + ((p.p.name is n) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.75) (ax0 0.25) aa1)))) + ((n.name is l) + ((p.name is b) + (((ax0 0.666667) (ow1 0.333333) ax0)) + ((p.p.name is p) + (((aw1 0.333333) (ow1 0.666667) ow1)) + ((p.name is m) + (((aa1 0.25) (ax0 0.25) (ow1 0.5) ow1)) + ((p.p.p.name is #) + (((aa1 0.1) (ax0 0.1) (ow1 0.8) ow1)) + ((p.p.name is n) + ((p.p.p.name is e) + (((ow1 1) ow1)) + (((ax0 0.2) (ow0 0.4) (ow1 0.4) ow0))) + (((ax0 0.0126582) + (ow0 0.0253165) + (ow1 0.962025) + ow1))))))) + (((aa1 0.0116959) + (ow0 0.00584795) + (ow1 0.982456) + ow1)))) + ((n.n.n.name is t) + ((p.p.p.name is 0) + ((p.name is v) + (((aa1 0.4) (ow0 0.6) ow0)) + ((p.name is l) + ((n.name is c) + (((ow0 0.428571) (ow1 0.571429) ow1)) + (((ow0 1) ow0))) + ((p.p.name is #) + ((n.name is v) + (((aa1 0.5) (ow0 0.25) (ow1 0.25) aa1)) + ((p.name is r) + (((aa1 0.142857) + (ow0 0.285714) + (ow1 0.571429) + ow1)) + ((n.name is t) + (((ax0 0.5) (ow0 0.5) ax0)) + ((n.name is m) + (((ax0 0.333333) + (ow0 0.166667) + (ow1 0.5) + ow1)) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)))))) + (((ow0 0.8) (ow1 0.2) ow0))))) + ((p.p.name is o) + ((p.p.p.name is h) + (((_epsilon_ 0.75) (ow0 0.25) _epsilon_)) + (((aa1 0.2) (ao0 0.4) (ax0 0.4) ao0))) + ((p.p.p.name is #) + ((n.name is l) + (((aa1 0.0666667) (ax0 0.933333) ax0)) + ((p.name is v) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + ((n.name is m) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((ow0 0.846154) (ow1 0.153846) ow0))))) + ((p.name is l) + ((p.p.p.name is a) + (((ax0 1) ax0)) + ((p.p.name is p) + (((ax0 1) ax0)) + (((ow1 1) ow1)))) + ((n.name is p) + ((p.name is h) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + (((ax0 0.5) (ow0 0.5) ax0))) + ((n.name is c) + (((ax0 1) ax0)) + ((p.name is n) + (((ax0 1) ax0)) + ((p.p.name is e) + ((n.name is g) + (((aa1 1) aa1)) + (((ax0 1) ax0))) + ((p.p.name is u) + (((aa1 0.214286) + (ax0 0.642857) + (ow0 0.0714286) + (ow1 0.0714286) + ax0)) + ((p.p.name is n) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + (((ax0 0.871795) + (ow0 0.102564) + (ow1 0.025641) + ax0)))))))))))) + ((p.name is w) + ((n.name is m) + (((ow1 0.133333) (uh1 0.866667) uh1)) + ((n.name is l) + (((aa1 0.5) (ax0 0.25) (ow1 0.25) aa1)) + (((ow1 1) ow1)))) + ((p.name is e) + ((n.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.name is m) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.p.p.name is i) + (((ow0 1) ow0)) + (((ax0 0.6) (ow0 0.4) ax0))))) + ((p.p.p.name is 0) + ((n.name is m) + ((p.name is t) + (((aa1 0.0833333) + (ao1 0.0416667) + (ax0 0.25) + (ow0 0.583333) + (ow1 0.0416667) + ow0)) + ((p.name is r) + (((aa1 0.09375) + (ax0 0.125) + (ow0 0.625) + (ow1 0.15625) + ow0)) + ((p.name is s) + (((ax0 1) ax0)) + ((p.name is d) + ((n.n.n.name is n) + (((ax0 0.25) + (ow0 0.25) + (ow1 0.25) + (uw1 0.25) + ax0)) + (((ax0 0.25) (ow0 0.75) ow0))) + ((p.name is k) + (((ow0 0.571429) (ow1 0.428571) ow0)) + ((n.n.n.name is n) + (((ax0 0.153846) + (ow0 0.153846) + (ow1 0.692308) + ow1)) + ((n.n.n.name is r) + (((ax0 0.4) (ow0 0.2) (ow1 0.4) ax0)) + ((p.p.name is #) + (((aa1 0.272727) + (ow0 0.181818) + (ow1 0.545455) + ow1)) + (((aa1 0.75) (ow1 0.25) aa1)))))))))) + ((p.p.name is #) + ((n.name is x) + (((aa0 0.5) (aa1 0.5) aa0)) + ((p.name is b) + ((n.name is b) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((n.name is l) + (((aa1 0.2) (ow0 0.2) (ow1 0.6) ow1)) + ((n.name is h) + (((aa1 0.571429) + (ax0 0.142857) + (ow1 0.285714) + aa1)) + ((n.name is g) + (((aa1 0.428571) + (ax0 0.285714) + (ow1 0.285714) + aa1)) + ((n.name is t) + (((aa1 0.4) (ax0 0.6) ax0)) + (((aa1 0.428571) + (ax0 0.428571) + (ow0 0.142857) + aa1))))))) + ((p.name is k) + ((n.name is v) + (((aa1 0.2) + (ax0 0.533333) + (ow1 0.266667) + ax0)) + ((n.name is l) + (((aa1 0.166667) + (ax0 0.666667) + (ow1 0.166667) + ax0)) + ((n.n.n.name is c) + (((aa1 0.333333) (ow1 0.666667) ow1)) + ((n.name is t) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((ax0 0.0909091) + (ow0 0.0909091) + (ow1 0.818182) + ow1)))))) + ((p.name is h) + ((n.n.n.name is n) + (((aa1 0.333333) + (ax0 0.166667) + (ow1 0.5) + ow1)) + ((n.name is b) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.625) (ow1 0.375) aa1)))) + ((n.n.n.name is c) + ((n.name is b) + (((ax0 0.333333) + (ow1 0.333333) + (uw1 0.333333) + ax0)) + ((n.name is l) + (((aa1 0.75) (ow1 0.25) aa1)) + ((p.name is n) + (((aa1 0.5) (ow1 0.5) aa1)) + (((ow1 1) ow1))))) + ((n.n.n.name is l) + ((n.name is g) + (((ax0 0.166667) + (ow0 0.5) + (ow1 0.333333) + ow0)) + (((ax0 0.0344828) + (ow0 0.206897) + (ow1 0.758621) + ow1))) + ((p.name is l) + ((n.n.n.name is s) + (((ax0 0.5) (ow0 0.25) (ow1 0.25) ax0)) + ((n.name is v) + (((aa1 0.25) (ah1 0.5) (ow1 0.25) ah1)) + ((n.name is g) + (((aa1 0.5) (ow1 0.5) aa1)) + (((aa1 0.25) (ow0 0.75) ow0))))) + ((p.name is d) + (((ow1 0.75) (uw1 0.25) ow1)) + ((n.n.n.name is v) + (((ow0 1) ow0)) + ((p.name is c) + ((n.name is l) + ((n.n.n.name is n) + (((ow0 0.75) (ow1 0.25) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1))) + ((n.name is h) + (((ow0 0.75) (ow1 0.25) ow0)) + (((aa1 0.2) + (ow0 0.133333) + (ow1 0.666667) + ow1)))) + ((n.name is z) + (((ax0 0.125) (ow1 0.875) ow1)) + ((n.name is h) + ((n.n.n.name is m) + (((ax0 0.25) (ow0 0.75) ow0)) + (((ax0 0.105263) + (ow0 0.157895) + (ow1 0.736842) + ow1))) + ((n.n.n.name is k) + ((p.name is r) + (((ow1 1) ow1)) + ((p.name is n) + (((ax0 0.666667) + (ow1 0.333333) + ax0)) + (((aa1 0.25) + (ax0 0.25) + (ow1 0.5) + ow1)))) + ((p.name is n) + ((n.n.n.name is b) + (((ow1 1) ow1)) + (((ow0 0.666667) + (ow1 0.333333) + ow0))) + ((n.n.n.name is s) + ((n.name is l) + (((ax0 1) ax0)) + (((aa1 0.25) (ow1 0.75) ow1))) + ((n.name is l) + ((p.name is p) + (((ax0 0.0666667) + (ow0 0.266667) + (ow1 0.666667) + ow1)) + ((p.name is g) + (((aa1 0.25) (ow1 0.75) ow1)) + ((p.name is m) + (((aa1 0.666667) + (ow0 0.333333) + aa1)) + ((p.name is t) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + (((aa1 0.166667) + (ow0 0.555556) + (ow1 0.277778) + ow0)))))) + ((n.n.n.name is r) + ((p.name is r) + ((n.name is b) + (((aa1 0.6) + (ax0 0.2) + (ow0 0.2) + aa1)) + (((aa1 0.333333) + (ow1 0.666667) + ow1))) + ((p.name is t) + ((n.name is k) + (((aa1 0.25) + (ax0 0.25) + (ow0 0.25) + (ow1 0.25) + aa1)) + (((ow0 0.666667) + (ow1 0.333333) + ow0))) + ((n.name is d) + (((aa1 0.25) + (ax0 0.25) + (ow0 0.5) + ow0)) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1))))) + ((n.name is k) + (((aa1 0.25) + (ax0 0.5) + (ow0 0.25) + ax0)) + ((p.name is t) + (((ax0 0.666667) + (ow1 0.333333) + ax0)) + ((n.name is t) + (((aa1 0.4) (ow1 0.6) ow1)) + ((n.name is d) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1)) + ((p.name is j) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + ((n.n.n.name is n) + (((aa1 0.125) + (ow0 0.125) + (ow1 0.75) + ow1)) + ((n.name is c) + (((ow0 0.25) + (ow1 0.75) + ow1)) + (((ow0 0.75) + (ow1 0.25) + ow0)))))))))))))))))))))))))) + ((n.name is c) + (((aa0 0.125) (ow0 0.875) ow0)) + ((n.name is h) + ((n.n.n.name is n) + (((aa0 0.333333) (ax0 0.666667) ax0)) + (((aa0 0.142857) + (aa1 0.285714) + (ow0 0.571429) + ow0))) + ((n.n.n.name is n) + ((n.name is b) + (((aa1 0.333333) (ow0 0.666667) ow0)) + (((aa1 0.375) + (ax0 0.125) + (ow0 0.375) + (ow1 0.125) + aa1))) + ((n.name is l) + (((aa1 0.111111) + (ax0 0.333333) + (ow0 0.222222) + (ow1 0.333333) + ax0)) + ((n.n.n.name is y) + (((ow1 1) ow1)) + ((n.n.n.name is l) + (((aa1 0.125) + (ax0 0.125) + (ow0 0.25) + (ow1 0.5) + ow1)) + ((n.name is b) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + ((n.n.n.name is r) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.785714) (ow1 0.214286) ow0)))))))))))) + ((p.p.p.name is #) + ((n.n.n.name is n) + ((p.name is i) + (((ow0 1) ow0)) + ((p.name is r) + (((ax0 0.0833333) (ow1 0.916667) ow1)) + ((p.name is h) + (((ax0 0.166667) (ow1 0.833333) ow1)) + ((p.p.name is s) + (((ow0 0.166667) (ow1 0.833333) ow1)) + (((aw1 0.5) (ow0 0.5) aw1)))))) + ((n.n.n.name is c) + ((p.p.name is s) + (((aa1 0.25) (ah1 0.75) ah1)) + (((ow0 0.75) (ow1 0.25) ow0))) + ((p.name is l) + (((aa1 0.0714286) + (ax0 0.0714286) + (ow1 0.857143) + ow1)) + ((n.name is l) + ((p.name is c) + (((ow0 1) ow0)) + (((ax0 0.125) (ow1 0.875) ow1))) + ((n.name is t) + (((ow0 0.4) (ow1 0.6) ow1)) + ((n.n.n.name is g) + (((aa1 1) aa1)) + ((n.n.n.name is b) + (((aa1 0.75) (uw1 0.25) aa1)) + ((p.p.name is t) + (((aa1 0.75) (ow0 0.25) aa1)) + ((p.p.name is a) + ((n.n.n.name is l) + (((aa1 1) aa1)) + (((ax0 0.666667) (ow1 0.333333) ax0))) + ((p.p.name is s) + (((aa1 0.333333) (ow1 0.666667) ow1)) + ((p.name is r) + ((n.n.n.name is s) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + ((p.p.name is b) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1)))) + (((ax0 0.714286) + (ow0 0.142857) + (ow1 0.142857) + ax0))))))))))))) + ((n.name is v) + ((p.p.name is p) + (((uw1 1) uw1)) + ((p.name is m) + (((uw1 1) uw1)) + ((p.name is n) + (((ax0 0.666667) (ow1 0.333333) ax0)) + ((p.p.p.name is i) + (((ow0 1) ow0)) + ((p.p.name is a) + (((ax0 0.25) (ow0 0.5) (ow1 0.25) ow0)) + ((p.name is d) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow0 0.2) (ow1 0.8) ow1)))))))) + ((p.p.p.name is m) + ((n.n.n.name is s) + (((ow0 0.25) (ow1 0.75) ow1)) + ((p.p.name is e) + (((ax0 0.666667) (ow1 0.333333) ax0)) + ((n.name is g) + (((aa1 1) aa1)) + ((p.p.name is p) + (((aa1 0.5) (ax0 0.5) aa1)) + (((aa1 0.333333) (ax0 0.666667) ax0)))))) + ((p.p.p.name is s) + ((n.name is t) + (((ax0 1) ax0)) + ((p.p.name is o) + (((ax0 0.333333) (ow0 0.666667) ow0)) + ((n.n.n.name is r) + (((aa1 1) aa1)) + (((aa1 0.25) (ax0 0.25) (ow1 0.5) ow1))))) + ((p.name is v) + (((ax0 1) ax0)) + ((n.n.n.name is u) + (((ax0 1) ax0)) + ((n.name is t) + ((p.p.name is o) + (((aa1 0.5) (ax0 0.25) (ow1 0.25) aa1)) + ((p.p.name is a) + (((ax0 0.333333) (ow1 0.666667) ow1)) + ((p.name is s) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.6) (ow1 0.4) ow0))))) + ((p.p.name is u) + (((ax0 0.1) (ow0 0.9) ow0)) + ((p.p.p.name is e) + ((n.name is b) + (((ow0 1) ow0)) + ((p.name is r) + (((ow0 0.75) (ow1 0.25) ow0)) + (((ow0 0.25) (ow1 0.75) ow1)))) + ((n.n.n.name is k) + (((ow1 1) ow1)) + ((p.p.name is r) + (((ax0 0.857143) (ow1 0.142857) ax0)) + ((n.name is m) + ((p.p.p.name is a) + (((ax0 0.75) (ow0 0.25) ax0)) + ((p.p.name is o) + (((aa1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa1)) + ((p.name is t) + (((ax0 0.5) + (ow0 0.25) + (ow1 0.25) + ax0)) + ((n.n.n.name is r) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + ((n.n.n.name is n) + (((ow0 0.833333) + (ow1 0.166667) + ow0)) + ((p.name is r) + (((ow0 1) ow0)) + (((ow1 1) ow1)))))))) + ((p.name is r) + ((n.n.n.name is r) + (((aa1 0.2) (ow0 0.8) ow0)) + ((p.p.name is i) + (((ow0 1) ow0)) + (((ax0 0.4) + (ow0 0.2) + (ow1 0.4) + ax0)))) + ((p.p.p.name is b) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((p.p.name is c) + (((ax0 1) ax0)) + ((p.name is l) + (((ax0 1) ax0)) + ((n.n.n.name is l) + (((ax0 1) ax0)) + ((n.n.n.name is n) + (((ow0 1) ow0)) + ((n.n.n.name is r) + (((ax0 0.2) (ow0 0.8) ow0)) + ((n.name is l) + (((ax0 0.75) (ow0 0.25) ax0)) + (((ax0 0.428571) + (ow0 0.571429) + ow0))))))))))))))))))))))))))) + ((p.p.name is #) + ((p.name is c) + ((n.name is m) + ((n.n.name is f) + ((n.n.n.name is o) + (((ah1 1) ah1)) + (((aa1 0.5) (ah1 0.5) aa1))) + ((n.n.name is i) + ((n.n.n.name is c) + (((aa1 1) aa1)) + ((n.n.n.name is n) + (((ah1 0.4) (ax0 0.2) (ow0 0.2) (ow1 0.2) ah1)) + (((ow0 0.333333) (ow1 0.666667) ow1)))) + ((n.n.name is b) + ((n.n.n.name is e) + (((aa1 0.166667) (ow1 0.833333) ow1)) + (((aa1 0.190476) + (ah1 0.047619) + (ax0 0.666667) + (ow1 0.0952381) + ax0))) + ((n.n.n.name is a) + ((n.n.name is p) + (((aa1 0.166667) + (ah1 0.111111) + (ax0 0.722222) + ax0)) + ((n.n.name is m) + (((aa1 0.357143) (ax0 0.642857) ax0)) + (((aa1 1) aa1)))) + ((n.n.n.name is i) + ((n.n.name is m) + (((aa0 0.0769231) + (aa1 0.153846) + (ax0 0.730769) + (ow0 0.0384615) + ax0)) + (((aa1 0.5) (ax0 0.5) aa1))) + ((n.n.n.name is t) + (((aa1 1) aa1)) + ((n.n.name is p) + ((n.n.n.name is l) + (((aa1 0.340909) (ax0 0.659091) ax0)) + ((n.n.n.name is o) + (((aa1 0.391304) (ax0 0.608696) ax0)) + ((n.n.n.name is u) + (((aa1 0.413793) (ax0 0.586207) ax0)) + ((n.n.n.name is e) + (((aa1 0.464286) (ax0 0.535714) ax0)) + (((aa1 0.565217) (ax0 0.434783) aa1)))))) + ((n.n.name is m) + ((n.n.n.name is o) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((aa1 0.275862) (ax0 0.724138) ax0))) + (((aa1 0.571429) + (ax0 0.142857) + (ow0 0.142857) + (ow1 0.142857) + aa1)))))))))) + ((n.name is l) + ((n.n.name is l) + ((n.n.n.name is i) + (((aa1 0.64) (ax0 0.32) (ow1 0.04) aa1)) + ((n.n.n.name is a) + (((aa1 0.2) (ax0 0.68) (ow0 0.12) ax0)) + ((n.n.n.name is e) + (((aa1 0.285714) + (ah1 0.0285714) + (ax0 0.571429) + (ow0 0.0571429) + (ow1 0.0571429) + ax0)) + ((n.n.n.name is u) + (((aa1 0.285714) (ax0 0.714286) ax0)) + ((n.n.n.name is o) + (((aa1 0.4) (ax0 0.6) ax0)) + (((aa1 1) aa1))))))) + ((n.n.name is o) + ((n.n.n.name is r) + (((aa1 0.105263) + (ah1 0.842105) + (ax0 0.0526316) + ah1)) + ((n.n.n.name is u) + (((ah1 1) ah1)) + ((n.n.n.name is n) + (((_epsilon_ 0.125) + (aa1 0.4375) + (ax0 0.3125) + (ow0 0.0625) + (ow1 0.0625) + aa1)) + (((aa1 0.176471) + (ax0 0.588235) + (ow0 0.117647) + (ow1 0.117647) + ax0))))) + ((n.n.name is u) + ((n.n.n.name is m) + (((aa1 0.545455) + (ax0 0.181818) + (ow1 0.272727) + aa1)) + (((ax0 0.333333) (ow0 0.666667) ow0))) + ((n.n.n.name is n) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((n.n.name is v) + (((aa1 0.6) (ow1 0.4) aa1)) + (((aa1 0.0416667) + (ow0 0.0416667) + (ow1 0.916667) + ow1))))))) + ((n.n.name is o) + ((n.n.n.name is o) + (((ax0 1) ax0)) + (((aa1 0.0769231) + (ow0 0.0769231) + (ow1 0.846154) + ow1))) + ((n.n.name is i) + ((n.n.n.name is n) + ((n.name is v) + (((ah1 0.25) (ow0 0.5) (ow1 0.25) ow0)) + (((ow0 0.166667) (ow1 0.833333) ow1))) + ((n.n.n.name is a) + (((ow1 1) ow1)) + ((n.name is d) + (((aa1 0.4) (ow0 0.2) (ow1 0.4) aa1)) + ((n.name is p) + (((aa1 0.75) (ow1 0.25) aa1)) + (((aa1 0.285714) (ow1 0.714286) ow1)))))) + ((n.n.n.name is o) + ((n.n.name is p) + (((aa1 0.333333) (ow0 0.666667) ow0)) + (((aa1 0.555556) + (ax0 0.111111) + (ow0 0.166667) + (ow1 0.166667) + aa1))) + ((n.n.n.name is a) + ((n.name is t) + (((aa1 1) aa1)) + ((n.name is p) + (((aa1 0.6) (ow1 0.4) aa1)) + (((aa1 0.1) (ow0 0.2) (ow1 0.7) ow1)))) + ((n.name is g) + ((n.n.name is l) + (((aa1 0.333333) (ow0 0.666667) ow0)) + (((aa0 0.0666667) + (aa1 0.866667) + (ao1 0.0666667) + aa1))) + ((n.name is z) + (((aa1 0.25) (ow1 0.75) ow1)) + ((n.n.n.name is e) + ((n.n.name is l) + ((n.name is p) + (((aa1 1) aa1)) + (((aa1 0.4) (ow1 0.6) ow1))) + (((aa1 0.891892) + (ah1 0.027027) + (ax0 0.0540541) + (ow1 0.027027) + aa1))) + ((n.n.n.name is #) + ((n.n.name is y) + (((aa1 0.25) (ow1 0.75) ow1)) + (((aa1 0.875) (ow1 0.125) aa1))) + ((n.n.name is u) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.958904) (ow1 0.0410959) aa1))))))))))))) + ((n.name is l) + ((n.n.name is l) + ((p.name is r) + ((n.n.n.name is i) + (((aa1 0.625) (ow1 0.375) aa1)) + (((aa1 0.210526) (ow1 0.789474) ow1))) + ((n.n.n.name is u) + ((p.name is p) + (((aa1 0.125) (ax0 0.875) ax0)) + (((aa1 0.666667) (ow1 0.333333) aa1))) + ((p.name is p) + ((n.n.n.name is s) + (((ow1 1) ow1)) + ((n.n.n.name is i) + (((aa0 0.0909091) + (aa1 0.545455) + (ow0 0.181818) + (ow1 0.181818) + aa1)) + ((n.n.n.name is a) + (((aa1 1) aa1)) + ((n.n.n.name is o) + (((aa1 1) aa1)) + ((n.n.n.name is e) + (((aa1 0.75) (ow1 0.25) aa1)) + (((aa1 0.4) (ow1 0.6) ow1))))))) + ((p.name is t) + ((n.n.n.name is e) + (((aa1 0.714286) (ow1 0.285714) aa1)) + (((aa1 0.25) (ow1 0.75) ow1))) + ((p.name is n) + (((aa1 0.2) (ow1 0.8) ow1)) + (((aa1 0.9447) + (ao1 0.00460829) + (ax0 0.0184332) + (ow0 0.00921659) + (ow1 0.0230415) + aa1))))))) + ((n.n.name is i) + ((n.n.n.name is c) + ((p.name is s) + (((ax0 1) ax0)) + (((aa1 0.65) (ax0 0.35) aa1))) + ((n.n.n.name is t) + ((p.name is p) + (((aa1 0.363636) (ax0 0.5) (ow0 0.136364) ax0)) + ((p.name is s) + (((aa1 0.6) (ow0 0.2) (ow1 0.2) aa1)) + (((ow0 0.833333) (ow1 0.166667) ow0)))) + ((p.name is m) + (((aa1 0.111111) + (ao1 0.111111) + (ax0 0.111111) + (ow0 0.555556) + (ow1 0.111111) + ow0)) + ((p.name is p) + ((n.n.n.name is s) + (((aa1 0.5) (ow1 0.5) aa1)) + ((n.n.n.name is n) + (((ax0 0.5) (ow0 0.25) (ow1 0.25) ax0)) + (((aa0 0.111111) + (ow0 0.666667) + (ow1 0.222222) + ow0)))) + ((n.n.n.name is d) + ((p.name is s) + (((aa1 0.333333) + (ax0 0.555556) + (ow1 0.111111) + ax0)) + (((aa1 0.666667) (ow1 0.333333) aa1))) + ((n.n.n.name is n) + ((p.name is b) + (((aa1 0.25) (ow1 0.75) ow1)) + ((p.name is w) + (((ax0 0.666667) (ow1 0.333333) ax0)) + (((ax0 0.235294) + (ow0 0.0588235) + (ow1 0.705882) + ow1)))) + ((n.n.n.name is a) + (((ax0 0.2) (ow1 0.8) ow1)) + ((n.n.n.name is v) + (((aa1 0.4) + (ax0 0.2) + (ow0 0.2) + (ow1 0.2) + aa1)) + ((n.n.n.name is m) + (((aa1 0.5) (ow0 0.25) (ow1 0.25) aa1)) + ((p.name is s) + (((ow1 1) ow1)) + ((n.n.n.name is s) + (((aa1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa1)) + (((aa1 0.3) (ow1 0.7) ow1))))))))))))) + ((n.n.name is y) + ((p.name is p) + ((n.n.n.name is g) + (((aa1 0.444444) (ax0 0.555556) ax0)) + (((aa1 0.969697) (ax0 0.030303) aa1))) + ((p.name is h) + (((ow1 1) ow1)) + (((aa1 0.2) (ax0 0.4) (ow1 0.4) ax0)))) + ((p.name is w) + ((n.n.name is f) + (((ow1 0.05) (uh1 0.95) uh1)) + ((n.n.name is v) + (((uh0 0.333333) (uh1 0.666667) uh1)) + (((aa1 0.0714286) + (ax0 0.0357143) + (ow1 0.892857) + ow1)))) + ((n.n.name is o) + ((n.n.n.name is r) + (((ax0 0.25) (ow0 0.75) ow0)) + ((p.name is h) + (((aa1 1) aa1)) + ((p.name is m) + (((aa1 0.5) (ao1 0.25) (ax0 0.25) aa1)) + ((n.n.n.name is d) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.name is p) + (((aa1 0.25) (ax0 0.5) (ow1 0.25) ax0)) + ((n.n.n.name is n) + (((ow0 0.25) (ow1 0.75) ow1)) + ((p.name is b) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + ((p.name is k) + (((aa1 0.5) (ax0 0.25) (ow1 0.25) aa1)) + ((n.n.n.name is m) + ((p.name is s) + (((aa1 0.666667) (ow0 0.333333) aa1)) + (((aa1 0.333333) (ow1 0.666667) ow1))) + ((p.name is s) + (((aa1 0.166667) (ow1 0.833333) ow1)) + (((aa1 0.5) (ow1 0.5) aa1)))))))))))) + ((n.n.name is u) + ((n.n.n.name is n) + (((aa1 0.571429) + (ao1 0.285714) + (ow0 0.142857) + aa1)) + ((p.name is v) + (((aa1 0.5) (ax0 0.5) aa1)) + ((p.name is s) + (((aa1 0.25) (ax0 0.5) (ow1 0.25) ax0)) + (((ax0 0.166667) (ow1 0.833333) ow1))))) + ((n.n.name is c) + ((n.n.n.name is a) + (((aa0 1) aa0)) + (((aa0 0.0769231) + (ow0 0.0769231) + (ow1 0.846154) + ow1))) + ((n.n.name is v) + ((n.n.n.name is e) + (((aa1 0.875) (ao1 0.125) aa1)) + ((p.name is s) + (((aa1 0.5) (ow1 0.5) aa1)) + (((aa1 0.2) (ao1 0.2) (ow1 0.6) ow1)))) + ((n.n.name is #) + (((aa1 0.5) + (ao1 0.333333) + (ow1 0.166667) + aa1)) + ((n.n.name is f) + ((p.name is g) + (((aa1 1) aa1)) + (((ow1 1) ow1))) + ((n.n.name is m) + ((n.n.n.name is a) + (((aa1 0.833333) (ow1 0.166667) aa1)) + (((aa1 0.0714286) (ow1 0.928571) ow1))) + ((p.name is s) + ((n.n.n.name is e) + ((n.n.name is t) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.5) (ow1 0.5) aa1))) + (((ow0 0.142857) (ow1 0.857143) ow1))) + (((aa1 0.017094) + (ao1 0.002849) + (ow0 0.00854701) + (ow1 0.97151) + ow1)))))))))))))) + ((n.n.name is i) + ((n.name is v) + ((p.name is m) + (((uw1 1) uw1)) + ((p.name is l) + (((aa1 0.333333) + (ah1 0.444444) + (ow1 0.222222) + ah1)) + ((n.n.n.name is t) + (((ax0 0.6) (ow0 0.4) ax0)) + ((n.n.n.name is c) + (((aa1 0.4) (ax0 0.2) (ow1 0.4) aa1)) + (((ow0 0.157895) (ow1 0.842105) ow1)))))) + ((n.name is t) + ((n.n.n.name is l) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((aa1 0.0227273) + (ow0 0.0454545) + (ow1 0.931818) + ow1))) + ((n.n.n.name is c) + ((p.name is t) + (((aa0 0.1) (aa1 0.9) aa1)) + ((p.name is l) + (((aa1 0.625) (ow0 0.375) aa1)) + ((p.name is m) + (((aa1 0.333333) (ow0 0.666667) ow0)) + (((aa1 0.733333) + (ax0 0.133333) + (ow1 0.133333) + aa1))))) + ((n.name is m) + ((p.name is n) + (((aa1 0.9) (ow1 0.1) aa1)) + ((p.name is r) + (((ax0 0.5) + (ow0 0.166667) + (ow1 0.333333) + ax0)) + ((p.name is d) + (((aa1 0.411765) + (ax0 0.235294) + (ow0 0.235294) + (ow1 0.117647) + aa1)) + ((n.n.n.name is t) + (((aa1 0.666667) (ow0 0.333333) aa1)) + ((n.n.n.name is l) + (((aa1 0.8) (ow1 0.2) aa1)) + ((n.n.n.name is n) + (((aa1 0.6) (ow1 0.4) aa1)) + (((ow0 0.25) (ow1 0.75) ow1)))))))) + ((n.name is x) + (((aa1 1) aa1)) + ((n.n.n.name is f) + (((aa1 0.75) (ax0 0.125) (ow0 0.125) aa1)) + ((p.name is r) + ((n.name is b) + (((aa1 0.8125) + (ax0 0.0625) + (ow1 0.125) + aa1)) + ((n.name is d) + ((n.n.n.name is n) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1))) + (((ax0 0.2) (ow1 0.8) ow1)))) + ((p.name is d) + ((n.name is c) + (((aa0 0.25) (aa1 0.75) aa1)) + (((aa1 0.25) (ow0 0.25) (ow1 0.5) ow1))) + ((n.name is c) + (((ax0 0.117647) + (ow0 0.0294118) + (ow1 0.852941) + ow1)) + ((p.name is k) + ((n.n.n.name is n) + (((ax0 1) ax0)) + ((n.name is z) + (((aa1 0.5) (ax0 0.25) (ow1 0.25) aa1)) + (((aa1 0.2) (ax0 0.4) (ow1 0.4) ax0)))) + ((p.name is i) + (((ax0 1) ax0)) + ((p.name is l) + ((n.n.n.name is s) + (((ax0 1) ax0)) + ((n.name is z) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((ax0 0.166667) + (ow0 0.333333) + (ow1 0.5) + ow1)))) + ((n.n.n.name is e) + (((aa1 0.25) + (ow0 0.0833333) + (ow1 0.583333) + (uh1 0.0833333) + ow1)) + ((n.name is d) + ((n.n.n.name is #) + (((ow1 1) ow1)) + ((n.n.n.name is u) + (((ow1 1) ow1)) + (((aa1 0.176471) + (ax0 0.0588235) + (ow0 0.529412) + (ow1 0.235294) + ow0)))) + ((p.name is n) + (((aa1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa1)) + ((n.name is b) + (((ax0 0.08) + (ow0 0.08) + (ow1 0.84) + ow1)) + ((n.name is p) + (((ow1 1) ow1)) + ((p.name is j) + (((ow1 1) ow1)) + ((n.n.n.name is o) + (((ow0 0.666667) + (ow1 0.333333) + ow0)) + (((ow0 0.333333) + (ow1 0.666667) + ow1))))))))))))))))))))) + ((n.n.name is o) + ((n.n.n.name is #) + (((ow1 1) ow1)) + ((n.name is t) + ((n.n.n.name is l) + (((aa1 0.25) (ow0 0.75) ow0)) + ((p.name is m) + (((ow1 1) ow1)) + ((p.name is r) + (((ow0 0.125) (ow1 0.875) ow1)) + ((p.name is n) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ax0 0.5) (ow0 0.125) (ow1 0.375) ax0)))))) + ((p.name is l) + ((n.name is g) + (((ao1 0.666667) (ow1 0.333333) ao1)) + ((n.n.n.name is m) + (((ow1 1) ow1)) + ((n.name is b) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 1) ow0))))) + ((n.name is x) + (((aa0 0.5) (aa1 0.5) aa0)) + ((n.n.n.name is n) + ((p.name is p) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.5) (ow1 0.5) ow0))) + ((p.name is p) + ((n.n.n.name is v) + (((aa1 0.666667) (ow1 0.333333) aa1)) + ((n.n.n.name is l) + (((aa1 0.333333) + (ax0 0.5) + (ow0 0.166667) + ax0)) + ((n.n.n.name is r) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.6) (ax0 0.2) (ow1 0.2) aa1))))) + ((p.name is y) + (((ow0 0.2) (ow1 0.8) ow1)) + ((n.name is b) + ((p.name is s) + (((ax0 0.75) (ow0 0.125) (ow1 0.125) ax0)) + (((aa1 0.0769231) + (ax0 0.153846) + (ow0 0.0769231) + (ow1 0.692308) + ow1))) + ((p.name is k) + ((n.name is m) + (((ax0 0.25) (ow0 0.75) ow0)) + (((ax0 0.4) (ow1 0.6) ow1))) + ((p.name is h) + ((n.n.n.name is g) + (((aa1 0.2) + (ax0 0.2) + (ow0 0.4) + (ow1 0.2) + ow0)) + ((n.n.n.name is l) + (((ax0 1) ax0)) + (((ax0 0.333333) (ow1 0.666667) ow1)))) + ((n.name is k) + ((p.name is s) + (((aa1 0.571429) + (ax0 0.285714) + (ow1 0.142857) + aa1)) + (((aa1 0.2) (ax0 0.2) (ow1 0.6) ow1))) + ((p.name is t) + ((n.n.n.name is r) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((aa1 0.25) + (ax0 0.5) + (ow1 0.25) + ax0))) + ((n.n.n.name is r) + (((ow0 0.25) (ow1 0.75) ow1)) + ((n.name is g) + (((aa1 0.166667) + (ax0 0.5) + (ow0 0.166667) + (ow1 0.166667) + ax0)) + ((n.n.n.name is s) + (((aa1 0.2) + (ow0 0.6) + (ow1 0.2) + ow0)) + ((n.name is m) + (((aa1 0.666667) + (ow0 0.333333) + aa1)) + ((n.n.n.name is c) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + ((p.name is s) + (((aa1 0.333333) + (ow1 0.666667) + ow1)) + (((aa1 0.363636) + (ax0 0.181818) + (ow0 0.181818) + (ow1 0.272727) + aa1)))))))))))))))))))) + ((n.name is h) + ((n.n.name is r) + (((aa1 0.037037) (ao1 0.962963) ao1)) + ((n.n.name is n) + ((n.n.n.name is e) + (((aa1 0.153846) (ow1 0.846154) ow1)) + ((p.name is b) + (((aa1 0.25) (ow1 0.75) ow1)) + (((aa1 0.923077) (ow1 0.0769231) aa1)))) + ((n.n.name is s) + ((n.n.n.name is #) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((aa1 0.25) (ow1 0.75) ow1))) + ((n.n.n.name is k) + (((aa1 0.666667) (ow1 0.333333) aa1)) + ((n.n.n.name is #) + ((n.n.name is l) + (((ow1 1) ow1)) + (((aa1 0.666667) (ow1 0.333333) aa1))) + (((aa1 0.0136986) (ow1 0.986301) ow1))))))) + ((n.name is j) + (((aa1 0.0588235) + (ax0 0.0588235) + (oy0 0.0588235) + (oy1 0.823529) + oy1)) + ((n.n.name is u) + ((n.n.n.name is l) + (((aa1 0.862069) + (ao1 0.0689655) + (ax0 0.0344828) + (ow1 0.0344828) + aa1)) + ((p.name is d) + (((aa1 0.888889) (ao0 0.111111) aa1)) + ((n.name is t) + (((ow0 1) ow0)) + ((p.name is n) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((n.n.n.name is c) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((n.n.n.name is r) + ((p.name is k) + (((ax0 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.333333) + (ow0 0.333333) + (uw1 0.333333) + aa1))) + ((p.name is p) + (((ax0 0.25) (ow1 0.75) ow1)) + ((p.name is m) + (((ow0 0.75) (ow1 0.25) ow0)) + ((p.name is t) + (((aa1 0.4) (ow0 0.4) (ow1 0.2) aa1)) + ((n.n.n.name is t) + (((aa1 0.666667) (ow1 0.333333) aa1)) + ((n.n.n.name is s) + ((n.name is c) + (((ow1 1) ow1)) + ((p.name is b) + (((aa1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa1)) + (((aa1 0.375) + (ow0 0.125) + (ow1 0.5) + ow1)))) + (((ow0 0.157895) (ow1 0.842105) ow1))))))))))))) + ((n.n.name is h) + ((n.name is t) + ((p.name is r) + (((aa1 0.0769231) + (ao1 0.884615) + (ow1 0.0384615) + ao1)) + ((p.name is m) + ((n.n.n.name is e) + (((ah1 1) ah1)) + (((aa1 0.142857) (ao1 0.857143) ao1))) + ((n.n.n.name is a) + (((aa1 0.857143) (ao0 0.142857) aa1)) + ((n.n.n.name is #) + (((aa1 0.8) (ow1 0.2) aa1)) + ((p.name is b) + (((aa1 0.875) (ow1 0.125) aa1)) + ((n.n.n.name is e) + (((aa1 0.111111) + (ah1 0.444444) + (ao1 0.111111) + (ax0 0.111111) + (ow1 0.222222) + ah1)) + ((n.n.n.name is i) + ((p.name is n) + (((aa1 0.25) (ah1 0.75) ah1)) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1))) + (((aa1 1) aa1))))))))) + ((p.name is s) + ((n.n.n.name is o) + (((aa1 0.8) (ow0 0.2) aa1)) + ((n.n.n.name is i) + (((ax0 0.5) (ow0 0.25) (ow1 0.25) ax0)) + (((aa1 0.2) + (ax0 0.2) + (ow0 0.2) + (ow1 0.4) + ow1)))) + ((n.n.n.name is i) + (((aa1 0.571429) + (ax0 0.285714) + (ow0 0.142857) + aa1)) + ((p.name is k) + (((aa1 0.555556) + (ao1 0.111111) + (ax0 0.333333) + aa1)) + ((n.name is c) + (((aa1 0.843137) + (ax0 0.0588235) + (ow1 0.0980392) + aa1)) + ((p.name is g) + (((aa1 0.25) (ow1 0.75) ow1)) + (((aa1 0.75) + (ao1 0.166667) + (ax0 0.0833333) + aa1)))))))) + ((n.name is g) + ((p.name is d) + ((n.n.name is m) + (((aa0 0.4) (aa1 0.4) (ao1 0.2) aa0)) + (((aa1 0.25) (ao1 0.75) ao1))) + ((p.name is l) + ((n.n.n.name is a) + (((aa1 0.666667) (ow0 0.333333) aa1)) + ((n.n.name is g) + (((aa1 0.666667) (ao1 0.333333) aa1)) + ((n.n.name is s) + (((aa1 0.666667) (ao1 0.333333) aa1)) + (((aa1 0.333333) (ao1 0.666667) ao1))))) + ((n.n.name is l) + ((n.n.n.name is e) + (((aa1 0.111111) (ow1 0.888889) ow1)) + ((p.name is h) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((aa1 1) aa1)))) + (((aa1 0.84127) + (ao1 0.031746) + (ax0 0.031746) + (ow1 0.0952381) + aa1))))) + ((n.n.name is y) + ((p.name is b) + (((aa1 1) aa1)) + ((n.n.n.name is #) + (((aa1 0.176471) (ow1 0.823529) ow1)) + ((n.name is k) + (((ow1 1) ow1)) + ((n.name is b) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.5) (ax0 0.25) (ow1 0.25) aa1)))))) + ((n.n.name is b) + ((n.name is m) + ((n.n.n.name is a) + ((p.name is b) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa0 0.3) (aa1 0.6) (ax0 0.1) aa1))) + ((p.name is d) + (((aa1 0.4) (ax0 0.6) ax0)) + ((p.name is t) + (((aa1 0.428571) (uw1 0.571429) uw1)) + (((aa0 0.0344828) + (aa1 0.896552) + (uw1 0.0689655) + aa1))))) + (((aa1 1) aa1))) + ((n.n.name is r) + ((p.name is r) + (((aa0 0.428571) + (aa1 0.285714) + (ax0 0.142857) + (ow1 0.142857) + aa0)) + ((n.n.n.name is e) + (((aa1 0.5) + (ow0 0.333333) + (ow1 0.166667) + aa1)) + ((n.n.n.name is i) + (((aa1 0.818182) + (ax0 0.0909091) + (ow1 0.0909091) + aa1)) + ((n.name is p) + (((ax0 1) ax0)) + ((p.name is p) + (((aa1 0.5) + (ax0 0.25) + (ow0 0.25) + aa1)) + ((p.name is m) + (((aa1 1) aa1)) + ((n.n.n.name is o) + (((aa1 0.25) (ax0 0.75) ax0)) + ((n.name is t) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + (((aa1 0.75) (ax0 0.25) aa1)))))))))) + ((n.n.name is l) + ((n.name is b) + ((n.n.n.name is e) + ((p.name is n) + (((aa1 0.285714) + (ow0 0.142857) + (ow1 0.571429) + ow1)) + ((p.name is r) + (((aa1 0.5) (ow1 0.5) aa1)) + (((aa1 0.222222) (ow1 0.777778) ow1)))) + (((aa0 0.0909091) + (aa1 0.636364) + (ax0 0.0909091) + (ow1 0.181818) + aa1))) + (((aa1 0.829268) + (ah1 0.0243902) + (ax0 0.0731707) + (ow1 0.0731707) + aa1))) + ((n.n.name is c) + ((n.name is c) + ((n.n.n.name is i) + (((ow1 1) ow1)) + (((aa1 0.555556) + (ow0 0.222222) + (ow1 0.222222) + aa1))) + (((aa1 0.941176) (ax0 0.0588235) aa1))) + ((n.n.n.name is e) + ((n.n.name is z) + ((n.name is t) + (((ow1 1) ow1)) + (((aa1 0.666667) (ax0 0.333333) aa1))) + ((p.name is s) + (((aa1 0.7) (ah1 0.2) (ax0 0.1) aa1)) + ((n.name is v) + (((aa1 0.5) + (ax0 0.25) + (ow1 0.25) + aa1)) + ((n.name is p) + ((n.n.name is k) + (((aa1 0.333333) + (ow1 0.666667) + ow1)) + (((aa1 1) aa1))) + (((aa1 0.980263) + (ax0 0.0131579) + (ow1 0.00657895) + aa1)))))) + ((p.name is k) + ((n.n.n.name is a) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.789474) + (ae1 0.0526316) + (ao1 0.0526316) + (ax0 0.105263) + aa1))) + ((n.n.n.name is u) + (((aa0 0.25) + (aa1 0.625) + (ow1 0.125) + aa1)) + ((n.n.name is n) + (((aa1 0.8) (ax0 0.2) aa1)) + ((n.n.n.name is o) + ((n.n.name is k) + (((aa1 0.6) + (ax0 0.2) + (ow1 0.2) + aa1)) + ((p.name is m) + (((aa0 0.333333) + (aa1 0.333333) + (ow0 0.333333) + aa0)) + (((aa0 0.0175439) + (aa1 0.929825) + (ow0 0.0526316) + aa1)))) + ((n.n.n.name is i) + ((n.n.name is k) + (((aa1 1) aa1)) + ((p.name is b) + ((n.name is t) + (((aa1 0.333333) + (ow0 0.666667) + ow0)) + (((aa1 1) aa1))) + (((aa1 0.925926) + (ow0 0.037037) + (ow1 0.037037) + aa1)))) + (((aa0 0.00299401) + (aa1 0.979042) + (ao1 0.00299401) + (ax0 0.00898204) + (ow0 0.00598802) + aa1)))))))))))))))))))))) + ((n.n.name is #) + ((n.name is m) + ((p.p.p.name is #) + (((aa1 0.666667) + (ah1 0.0833333) + (ax0 0.166667) + (uw1 0.0833333) + aa1)) + ((p.name is c) + ((p.p.p.name is a) + (((aa1 0.25) (ax0 0.75) ax0)) + ((p.p.name is o) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((p.p.name is s) + (((aa1 0.166667) (ax0 0.833333) ax0)) + ((p.p.name is t) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((p.p.p.name is r) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.p.p.name is o) + (((aa0 0.25) (ax0 0.75) ax0)) + ((p.p.name is a) + (((aa0 0.75) (ax0 0.25) aa0)) + ((p.p.name is i) + (((aa0 0.75) (ax0 0.25) aa0)) + ((p.p.p.name is e) + (((aa0 0.5) (aa1 0.25) (ax0 0.25) aa0)) + ((p.p.name is e) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa1 0.25) (ax0 0.75) ax0)))))))))))) + ((p.p.name is h) + (((aa1 1) aa1)) + ((p.name is k) + (((aa0 0.75) (ax0 0.25) aa0)) + (((aa0 0.0344828) + (aa1 0.0206897) + (ah1 0.00689655) + (ao1 0.00689655) + (ax0 0.924138) + (ow1 0.00689655) + ax0)))))) + ((n.name is l) + ((p.p.name is t) + (((aa0 0.285714) + (ao0 0.142857) + (ow1 0.571429) + ow1)) + ((p.name is d) + (((ax0 1) ax0)) + ((p.name is t) + ((p.p.p.name is a) + (((ao1 0.666667) (ax0 0.333333) ao1)) + ((p.p.name is s) + (((ax0 0.75) (ow1 0.25) ax0)) + (((aa0 0.4) (ax0 0.4) (ow1 0.2) aa0)))) + ((p.p.p.name is a) + (((aa0 0.25) + (ao0 0.25) + (ax0 0.375) + (ow0 0.125) + ax0)) + ((p.p.p.name is s) + (((aa1 0.285714) + (ao1 0.285714) + (ax0 0.428571) + ax0)) + ((p.name is p) + (((aa0 0.2) + (aa1 0.2) + (ao1 0.2) + (ow1 0.4) + ow1)) + ((p.p.name is o) + (((aa1 0.5) + (ao0 0.25) + (ao1 0.125) + (ax0 0.125) + aa1)) + ((p.p.name is y) + (((aa1 0.333333) (ao1 0.666667) ao1)) + ((p.p.name is a) + ((p.name is n) + (((aa1 0.333333) + (ao1 0.333333) + (ow1 0.333333) + aa1)) + (((aa1 0.333333) (ao0 0.666667) ao0))) + ((p.name is r) + (((ao0 0.166667) + (ao1 0.333333) + (ax0 0.333333) + (ow1 0.166667) + ao1)) + ((p.name is s) + (((aa0 0.75) (ao0 0.25) aa0)) + ((p.p.p.name is i) + (((ao0 0.666667) (ax0 0.333333) ao0)) + ((p.p.p.name is o) + (((ao0 0.666667) (ax0 0.333333) ao0)) + ((p.p.name is e) + (((aa0 0.2) (ao0 0.6) (ax0 0.2) ao0)) + ((p.p.name is i) + (((aa0 0.25) + (ao0 0.5) + (ax0 0.25) + ao0)) + (((aa0 0.166667) + (ao0 0.166667) + (ax0 0.5) + (ow1 0.166667) + ax0))))))))))))))))) + ((p.p.p.name is #) + ((n.name is h) + (((ow0 0.25) (ow1 0.75) ow1)) + ((n.name is d) + ((p.name is r) + (((aa1 1) aa1)) + (((aa0 0.4) (aa1 0.4) (uw1 0.2) aa0))) + ((n.name is t) + ((p.p.name is s) + (((aa1 1) aa1)) + ((p.name is l) + (((aa1 1) aa1)) + (((aa1 0.25) (ax0 0.75) ax0)))) + (((aa1 0.97619) (ah1 0.0238095) aa1))))) + ((n.name is v) + ((p.p.p.name is n) + (((aa1 1) aa1)) + ((p.name is p) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((aa0 0.734694) + (aa1 0.142857) + (ao0 0.0204082) + (ao1 0.0612245) + (ax0 0.0204082) + (ow1 0.0204082) + aa0)))) + ((n.name is g) + ((p.p.name is a) + (((aa1 0.25) (ao0 0.625) (ao1 0.125) ao0)) + ((p.name is d) + (((ao1 1) ao1)) + ((p.p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((aa0 0.25) (ax0 0.75) ax0)) + (((aa0 0.272727) + (aa1 0.545455) + (ao1 0.0909091) + (ax0 0.0909091) + aa1)))))) + ((n.name is h) + (((ax0 0.1) (ow0 0.7) (ow1 0.2) ow0)) + ((n.name is z) + (((aa0 0.111111) + (aa1 0.111111) + (ow0 0.666667) + (ow1 0.111111) + ow0)) + ((n.name is x) + ((p.name is b) + (((aa0 0.0909091) (aa1 0.909091) aa1)) + ((p.name is d) + (((aa1 0.8) (ax0 0.2) aa1)) + ((p.p.p.name is e) + (((aa0 1) aa0)) + ((p.name is r) + (((aa0 0.666667) (ax0 0.333333) aa0)) + ((p.p.p.name is l) + (((aa1 0.666667) (ax0 0.333333) aa1)) + ((p.p.name is l) + (((aa0 1) aa0)) + ((p.p.p.name is a) + (((aa0 0.4) (aa1 0.4) (ax0 0.2) aa0)) + ((p.name is c) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa0 0.285714) (aa1 0.714286) aa1)))))))))) + ((p.name is e) + (((aa0 0.25) (aw1 0.5) (ow1 0.25) aw1)) + ((p.name is t) + ((n.name is p) + (((aa1 1) aa1)) + (((aa0 0.4) (aa1 0.2) (ax0 0.4) aa0))) + ((p.name is h) + ((p.p.name is s) + (((aa0 0.0454545) + (aa1 0.818182) + (ax0 0.136364) + aa1)) + (((ax0 1) ax0))) + ((p.name is p) + (((aa0 0.0769231) + (aa1 0.692308) + (ax0 0.153846) + (ow0 0.0769231) + aa1)) + ((p.p.p.name is o) + ((p.p.name is n) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa1 0.857143) (ax0 0.142857) aa1))) + ((p.p.name is r) + (((aa0 0.0454545) + (aa1 0.0454545) + (ax0 0.772727) + (ow0 0.0454545) + (ow1 0.0909091) + ax0)) + ((n.name is t) + ((p.p.name is p) + (((aa0 1) aa0)) + ((p.name is i) + (((aa0 0.111111) + (ax0 0.777778) + (ow0 0.111111) + ax0)) + ((p.name is r) + (((ax0 0.6) (ow1 0.4) ax0)) + ((p.p.p.name is p) + (((aa1 0.125) (ax0 0.875) ax0)) + ((p.name is l) + ((p.p.name is l) + (((aa1 0.2) + (ax0 0.6) + (ow1 0.2) + ax0)) + ((p.p.p.name is c) + (((aa1 1) aa1)) + ((p.p.name is e) + (((aa0 0.4) + (aa1 0.2) + (ax0 0.4) + aa0)) + (((aa0 0.25) + (aa1 0.5) + (ax0 0.25) + aa1))))) + ((p.p.name is i) + (((aa0 0.571429) + (aa1 0.142857) + (ax0 0.285714) + aa0)) + ((p.name is c) + (((aa0 0.5) (ax0 0.5) aa0)) + ((p.p.p.name is i) + (((aa0 0.333333) + (ax0 0.666667) + ax0)) + ((p.p.p.name is a) + (((aa1 0.166667) + (ax0 0.833333) + ax0)) + ((p.name is b) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1)) + (((ax0 0.833333) + (ow1 0.166667) + ax0)))))))))))) + ((p.p.p.name is h) + (((ax0 0.75) (ow0 0.25) ax0)) + ((p.p.name is d) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.name is p) + ((p.name is l) + (((aa1 0.0769231) + (ax0 0.923077) + ax0)) + ((p.p.p.name is t) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((aa0 0.333333) + (aa1 0.666667) + aa1)) + (((aa0 0.111111) + (aa1 0.333333) + (ax0 0.555556) + ax0))))) + ((p.name is b) + (((aa0 1) aa0)) + ((p.p.p.name is j) + (((ax0 1) ax0)) + ((p.name is d) + (((ax0 1) ax0)) + ((p.name is r) + ((n.name is d) + (((aa0 0.125) + (aa1 0.625) + (ax0 0.25) + aa1)) + (((aa1 0.2) (ax0 0.8) ax0))) + ((p.p.name is o) + (((aa0 0.666667) + (ax0 0.333333) + aa0)) + ((n.name is d) + (((aa0 0.25) + (aa1 0.25) + (ax0 0.5) + ax0)) + ((p.p.name is a) + (((aa0 0.666667) + (aa1 0.333333) + aa0)) + (((aa0 0.25) + (aa1 0.625) + (ax0 0.125) + aa1))))))))))))))))))))))))))) + ((n.name is l) + ((n.n.n.name is g) + ((p.p.name is p) + (((aa1 0.571429) + (ax0 0.142857) + (ow0 0.142857) + (ow1 0.142857) + aa1)) + ((p.p.p.name is 0) + (((aa1 0.8) (ow0 0.2) aa1)) + ((p.p.name is a) + (((aa1 1) aa1)) + ((p.name is m) + (((aa1 1) aa1)) + ((p.name is t) + (((aa1 1) aa1)) + ((p.name is e) + ((p.p.name is h) + (((aa1 0.2) (ax0 0.8) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1))) + ((p.p.name is b) + (((aa1 0.428571) (ax0 0.571429) ax0)) + ((p.p.name is e) + (((aa1 0.6) (ax0 0.4) aa1)) + ((p.p.p.name is y) + (((aa1 0.625) (ax0 0.375) aa1)) + ((p.name is n) + ((p.p.name is i) + (((aa1 1) aa1)) + ((p.p.p.name is m) + (((aa1 0.4) (ax0 0.6) ax0)) + (((aa1 0.75) (ax0 0.25) aa1)))) + (((aa1 0.862745) (ax0 0.137255) aa1)))))))))))) + ((n.n.name is d) + ((p.p.p.name is a) + ((p.name is b) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.p.name is f) + (((ax0 0.75) (ow1 0.25) ax0)) + (((ax0 0.25) (ow1 0.75) ow1)))) + ((p.p.p.name is h) + ((p.name is r) + (((ax0 0.666667) (ow0 0.333333) ax0)) + (((ow0 0.666667) (ow1 0.333333) ow0))) + ((p.name is n) + ((p.p.p.name is e) + (((ax0 0.5) (ow0 0.5) ax0)) + (((ow0 0.333333) (ow1 0.666667) ow1))) + ((p.name is z) + (((ow0 1) ow0)) + ((p.name is f) + (((ow1 1) ow1)) + ((n.n.n.name is #) + ((p.name is r) + (((ow0 0.75) (ow1 0.25) ow0)) + ((p.name is s) + (((ow1 1) ow1)) + ((p.p.name is r) + (((ow0 0.714286) (ow1 0.285714) ow0)) + ((p.name is w) + (((ow0 0.666667) (ow1 0.333333) ow0)) + ((p.p.name is n) + ((p.p.p.name is i) + ((p.name is g) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1))) + (((ow1 1) ow1))) + ((p.p.p.name is u) + (((ow0 0.4) (ow1 0.6) ow1)) + ((p.name is h) + (((ow1 1) ow1)) + ((p.p.p.name is i) + (((ow1 1) ow1)) + ((p.name is p) + (((ow0 0.666667) + (ow1 0.333333) + ow0)) + ((p.p.name is e) + (((ow0 0.5) (ow1 0.5) ow0)) + (((ow0 0.0588235) + (ow1 0.941176) + ow1)))))))))))) + ((p.p.name is o) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow0 0.0779221) (ow1 0.922078) ow1))))))))) + ((n.n.n.name is #) + ((n.n.name is f) + ((p.name is w) + (((uh0 0.25) (uh1 0.75) uh1)) + ((p.p.name is u) + (((aa1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa1)) + (((aa0 0.0666667) + (ow0 0.8) + (ow1 0.133333) + ow0)))) + ((n.n.name is l) + ((p.name is r) + (((ao1 0.0769231) + (ax0 0.0769231) + (ow1 0.846154) + ow1)) + ((p.p.p.name is e) + (((ao0 0.333333) (ow0 0.666667) ow0)) + ((p.p.p.name is #) + (((aa0 0.2) (aa1 0.4) (ow1 0.4) aa1)) + (((aa0 0.0769231) + (aa1 0.230769) + (ax0 0.692308) + ax0))))) + ((n.n.name is s) + ((p.p.name is c) + (((ax0 1) ax0)) + ((p.name is r) + (((ax0 0.333333) (ow1 0.666667) ow1)) + (((ao1 0.166667) + (ax0 0.5) + (ow0 0.166667) + (ow1 0.166667) + ax0)))) + ((p.name is a) + (((aw1 0.75) (ow1 0.25) aw1)) + ((p.name is h) + ((p.p.p.name is i) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((p.p.name is d) + (((ow1 1) ow1)) + ((p.p.p.name is n) + (((aa1 0.333333) (ow0 0.666667) ow0)) + ((p.p.name is n) + (((ow0 0.125) (ow1 0.875) ow1)) + ((p.p.name is r) + (((ow0 0.857143) (ow1 0.142857) ow0)) + ((n.n.name is z) + (((ow0 0.727273) (ow1 0.272727) ow0)) + (((ow1 1) ow1)))))))) + ((n.n.name is t) + ((p.p.name is n) + (((ow1 1) ow1)) + ((p.p.name is e) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.name is b) + (((ow0 0.333333) (ow1 0.666667) ow1)) + (((ow0 0.5) (ow1 0.5) ow0))))) + ((p.name is i) + (((ow0 0.2) (ow1 0.8) ow1)) + ((p.p.p.name is c) + (((ow0 0.5) (ow1 0.5) ow0)) + ((p.p.name is i) + ((n.n.name is i) + (((ax0 0.4) (ow1 0.6) ow1)) + (((ax0 0.666667) (ow0 0.333333) ax0))) + ((n.n.name is o) + (((ax0 0.05) (ow1 0.95) ow1)) + ((p.name is p) + ((p.p.name is a) + (((ax0 1) ax0)) + (((aa1 0.2) (ax0 0.2) (ow1 0.6) ow1))) + ((n.n.name is i) + (((aa1 0.0666667) (ow1 0.933333) ow1)) + ((p.name is t) + (((ow1 1) ow1)) + ((p.name is c) + (((ax0 0.666667) + (ow1 0.333333) + ax0)) + ((p.name is f) + (((ax0 0.5) (ow1 0.5) ax0)) + (((ax0 0.25) (ow1 0.75) ow1))))))))))))))))) + ((n.n.n.name is r) + (((ah1 0.8) (ax0 0.1) (ow1 0.1) ah1)) + ((n.n.name is v) + ((p.p.p.name is 0) + (((ow0 0.25) (ow1 0.75) ow1)) + (((aa0 0.030303) + (aa1 0.909091) + (ao1 0.0606061) + aa1))) + ((p.p.p.name is 0) + ((n.n.name is l) + (((aa1 0.888889) (ao1 0.111111) aa1)) + ((n.n.n.name is v) + (((aa1 0.428571) + (ao0 0.047619) + (ow0 0.52381) + ow0)) + ((n.n.name is y) + (((ow0 1) ow0)) + ((n.n.n.name is n) + (((aa1 0.6) (ow0 0.2) (ow1 0.2) aa1)) + ((n.n.n.name is f) + (((aa1 0.666667) (ow1 0.333333) aa1)) + ((n.n.name is m) + (((ow0 0.5) (ow1 0.5) ow0)) + (((ax0 0.0434783) + (ow0 0.173913) + (ow1 0.782609) + ow1)))))))) + ((n.n.n.name is c) + ((n.n.name is i) + ((p.p.name is t) + (((_epsilon_ 0.5) + (ao1 0.25) + (ow1 0.25) + _epsilon_)) + ((p.name is t) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.95) (ax0 0.05) aa1)))) + (((ow0 1) ow0))) + ((n.n.n.name is a) + ((n.n.name is l) + ((p.p.name is o) + (((aa1 0.8) (ax0 0.2) aa1)) + ((p.name is h) + (((aa1 0.75) (ax0 0.25) aa1)) + ((p.name is r) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.769231) (ow1 0.230769) aa1))))) + (((aa0 0.047619) + (aa1 0.0952381) + (ow0 0.047619) + (ow1 0.809524) + ow1))) + ((n.n.name is i) + ((n.n.n.name is n) + ((p.p.name is a) + (((ax0 0.75) + (ow0 0.0833333) + (ow1 0.166667) + ax0)) + ((p.name is r) + (((ow1 1) ow1)) + ((p.name is a) + (((aw1 0.333333) (ow0 0.666667) ow0)) + ((p.p.p.name is #) + (((ax0 0.6) (ow0 0.2) (ow1 0.2) ax0)) + ((p.p.p.name is a) + ((p.p.name is n) + (((ax0 0.333333) (ow0 0.666667) ow0)) + (((ax0 0.6) (ow0 0.4) ax0))) + (((ax0 0.0666667) + (ow0 0.733333) + (ow1 0.2) + ow0))))))) + ((p.p.name is p) + (((aw1 0.111111) + (ax0 0.111111) + (ow0 0.666667) + (ow1 0.111111) + ow0)) + ((n.n.n.name is d) + (((aa1 1) aa1)) + ((n.n.n.name is o) + (((ow1 1) ow1)) + ((n.n.n.name is z) + (((ax0 1) ax0)) + ((p.name is m) + (((aa1 0.666667) + (ax0 0.166667) + (ow1 0.166667) + aa1)) + ((p.p.name is a) + ((p.p.p.name is #) + ((n.n.n.name is s) + (((aa1 1) aa1)) + (((ax0 1) ax0))) + ((n.n.n.name is s) + (((ax0 1) ax0)) + (((aa1 0.25) (ow0 0.75) ow0)))) + ((n.n.n.name is t) + ((p.p.p.name is r) + (((aa1 0.75) (ao1 0.25) aa1)) + ((p.name is p) + ((p.p.name is o) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + (((ao1 0.285714) + (ax0 0.428571) + (ow0 0.142857) + (ow1 0.142857) + ax0))) + (((ax0 1) ax0)))) + ((p.name is p) + (((ax0 0.9) (ow0 0.1) ax0)) + ((p.name is e) + (((aa1 0.333333) + (ow0 0.666667) + ow0)) + ((p.p.name is n) + (((ax0 0.8) (ow0 0.2) ax0)) + ((p.p.name is m) + (((ax0 0.5) (ow0 0.5) ax0)) + ((p.p.p.name is #) + (((ax0 0.333333) + (ow1 0.666667) + ow1)) + ((p.p.p.name is a) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + (((ao1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ao1)))))))))))))))) + ((n.n.name is u) + (((aa1 0.08) (ax0 0.88) (ow1 0.04) ax0)) + ((n.n.name is o) + ((p.name is t) + (((ao0 0.142857) (ow0 0.857143) ow0)) + (((aa1 0.0526316) + (ax0 0.842105) + (ow0 0.105263) + ax0))) + ((p.name is c) + ((p.p.p.name is m) + (((aa1 0.833333) (ao1 0.166667) aa1)) + (((ax0 0.888889) + (ow0 0.0555556) + (ow1 0.0555556) + ax0))) + ((n.n.n.name is h) + ((p.p.p.name is a) + (((aa0 0.5) (aa1 0.25) (ow1 0.25) aa0)) + ((p.p.p.name is #) + (((ao0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ao0)) + (((aa1 0.333333) + (ao0 0.333333) + (ow0 0.333333) + aa1)))) + ((n.n.name is y) + ((n.n.n.name is n) + (((ax0 1) ax0)) + ((n.n.n.name is t) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + ((p.p.p.name is y) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + (((aa1 0.25) + (ax0 0.25) + (ow1 0.5) + ow1))))) + ((n.n.name is l) + ((p.name is r) + ((p.p.p.name is #) + (((aa1 0.4) (ow1 0.6) ow1)) + ((n.n.n.name is e) + (((ow1 1) ow1)) + ((p.p.p.name is s) + (((aa1 0.333333) + (ow1 0.666667) + ow1)) + ((p.p.p.name is e) + (((ow1 1) ow1)) + ((n.n.n.name is i) + (((ow1 1) ow1)) + (((ax0 0.5) (ow1 0.5) ax0))))))) + ((p.p.p.name is e) + (((ow1 1) ow1)) + ((p.p.name is s) + (((aa1 0.428571) + (ow0 0.142857) + (ow1 0.428571) + aa1)) + ((p.p.name is n) + (((ax0 0.666667) + (ow0 0.333333) + ax0)) + ((n.n.n.name is y) + (((aa1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa1)) + ((n.n.n.name is e) + (((aa1 0.25) + (ax0 0.25) + (ow1 0.5) + ow1)) + (((aa1 0.285714) + (ax0 0.714286) + ax0)))))))) + ((n.n.n.name is o) + ((p.name is h) + (((ax0 0.333333) + (ow1 0.666667) + ow1)) + ((p.name is d) + (((aa1 0.5) (ow1 0.5) aa1)) + (((aa1 0.333333) + (ow0 0.666667) + ow0)))) + ((p.name is h) + ((p.p.p.name is s) + (((ow1 1) ow1)) + ((n.n.name is s) + (((ow1 1) ow1)) + ((p.p.name is r) + (((ow0 0.75) (ow1 0.25) ow0)) + ((p.p.p.name is e) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + (((ow0 0.5) (ow1 0.5) ow0)))))) + (((ax0 0.027027) + (ow0 0.0540541) + (ow1 0.891892) + (uh0 0.027027) + ow1))))))))))))))))))) + ((p.p.p.name is #) + ((n.n.name is o) + ((p.name is h) + ((n.name is c) + (((aa1 0.333333) (ao1 0.666667) ao1)) + (((ax0 0.0645161) (ow1 0.935484) ow1))) + ((n.n.n.name is #) + (((ax0 0.0714286) (ow1 0.928571) ow1)) + ((n.n.n.name is l) + ((p.p.name is l) + (((_epsilon_ 0.5) (ax0 0.5) _epsilon_)) + (((ow0 1) ow0))) + ((n.name is p) + ((p.p.name is p) + (((aa1 0.142857) (ax0 0.857143) ax0)) + (((aa1 1) aa1))) + ((n.name is c) + ((p.p.name is p) + (((aa0 0.333333) (ow0 0.666667) ow0)) + (((aa0 0.25) + (aa1 0.25) + (ax0 0.25) + (ow1 0.25) + aa0))) + ((n.name is m) + (((ax0 0.714286) + (ow0 0.142857) + (ow1 0.142857) + ax0)) + ((n.n.n.name is k) + (((ax0 1) ax0)) + ((p.p.name is p) + ((n.name is t) + (((ow1 1) ow1)) + ((n.n.n.name is c) + (((aa1 0.4) (ax0 0.4) (ow0 0.2) aa1)) + (((aa1 0.333333) (ow1 0.666667) ow1)))) + ((n.n.n.name is r) + ((p.p.name is f) + (((ax0 0.5) (ow1 0.5) ax0)) + (((ow0 0.333333) (ow1 0.666667) ow1))) + ((p.p.name is i) + (((ax0 0.8) (ow0 0.2) ax0)) + ((n.n.n.name is w) + (((aa1 0.2) (ax0 0.8) ax0)) + ((n.n.n.name is d) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((aa1 0.555556) + (ax0 0.111111) + (ow0 0.222222) + (ow1 0.111111) + aa1)))))))))))))) + ((n.n.name is i) + ((n.name is v) + ((p.p.name is p) + (((aa1 0.173913) + (ax0 0.608696) + (ow0 0.0434783) + (ow1 0.130435) + (uw1 0.0434783) + ax0)) + (((aa1 0.111111) + (ah1 0.111111) + (ow0 0.111111) + (ow1 0.666667) + ow1))) + ((n.n.n.name is c) + (((aa1 0.909091) (ow1 0.0909091) aa1)) + ((p.p.name is p) + ((n.name is h) + (((ow0 0.75) (ow1 0.25) ow0)) + ((n.name is b) + (((ow1 1) ow1)) + ((n.name is m) + (((aa1 0.8) (ow1 0.2) aa1)) + ((n.n.n.name is g) + (((aa1 0.8) (ow0 0.2) aa1)) + ((n.name is x) + (((aa1 1) aa1)) + (((ax0 0.2) (ow0 0.2) (ow1 0.6) ow1))))))) + ((p.p.name is a) + (((aa1 0.6) (ax0 0.4) aa1)) + ((p.p.name is d) + (((aa1 1) aa1)) + ((n.n.n.name is s) + (((aa1 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is e) + ((p.p.name is s) + (((aa1 0.666667) (ow1 0.333333) aa1)) + (((aa1 0.2) (ow1 0.8) ow1))) + ((p.name is i) + ((p.p.name is b) + (((ax0 0.333333) (ow0 0.666667) ow0)) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0))) + ((p.name is r) + ((n.name is d) + (((ow1 1) ow1)) + ((p.p.name is b) + (((ax0 0.25) (ow1 0.75) ow1)) + (((ax0 0.5) (ow0 0.25) (ow1 0.25) ax0)))) + (((ax0 0.0294118) + (ow0 0.0588235) + (ow1 0.911765) + ow1))))))))))) + ((n.n.name is h) + ((n.name is t) + ((n.n.n.name is e) + ((p.name is l) + (((ow1 1) ow1)) + ((p.p.name is g) + (((ao1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ao1)) + ((p.name is r) + (((aa1 0.333333) (ah1 0.666667) ah1)) + ((p.p.name is s) + (((aa1 0.2) (ah1 0.8) ah1)) + (((aa1 0.25) + (ah1 0.25) + (ax0 0.25) + (ow0 0.25) + aa1)))))) + ((p.p.name is p) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.p.name is f) + (((ao1 1) ao1)) + ((n.n.n.name is i) + (((aa1 0.2) (ax0 0.2) (ow1 0.6) ow1)) + ((n.n.n.name is #) + (((aa1 0.333333) + (ao1 0.333333) + (ow1 0.333333) + aa1)) + (((aa1 0.333333) (ao1 0.666667) ao1))))))) + ((n.n.n.name is e) + ((n.name is c) + ((p.name is i) + (((ax0 0.25) (ow0 0.75) ow0)) + ((p.p.name is c) + (((ow0 1) ow0)) + (((aa1 0.833333) (ow0 0.166667) aa1)))) + (((aa1 0.777778) (ax0 0.222222) aa1))) + ((p.p.name is e) + (((aa1 0.166667) (ax0 0.833333) ax0)) + ((n.n.n.name is a) + ((p.name is r) + (((aa1 0.25) (ax0 0.5) (ow1 0.25) ax0)) + (((aa1 0.5) (aw1 0.25) (ax0 0.25) aa1))) + ((n.n.n.name is #) + (((aa1 0.666667) + (ow0 0.166667) + (ow1 0.166667) + aa1)) + ((p.p.name is b) + (((ow0 0.6) (ow1 0.4) ow0)) + ((n.n.n.name is y) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((aa1 0.166667) + (ax0 0.166667) + (ow1 0.666667) + ow1))))))))) + ((n.n.name is u) + ((n.name is d) + ((p.name is h) + (((ow1 0.333333) (uw0 0.666667) uw0)) + (((aa1 0.133333) + (ax0 0.733333) + (ow1 0.133333) + ax0))) + ((n.n.n.name is l) + (((aa1 0.75) (ax0 0.125) (ow0 0.125) aa1)) + ((n.name is q) + (((ax0 0.833333) (ow1 0.166667) ax0)) + ((p.p.name is s) + (((ow1 1) ow1)) + ((n.n.n.name is s) + (((ow0 0.166667) (ow1 0.833333) ow1)) + ((n.n.n.name is r) + ((n.name is c) + (((ow0 1) ow0)) + (((aa1 0.333333) (ow1 0.666667) ow1))) + (((aa0 0.166667) (ow0 0.833333) ow0)))))))) + ((n.n.name is r) + ((p.p.name is p) + ((n.name is t) + ((n.n.n.name is o) + (((aa1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa1)) + (((ow0 1) ow0))) + ((n.n.n.name is a) + (((aa1 0.1) (ax0 0.1) (ow1 0.8) ow1)) + (((aa0 0.133333) + (aa1 0.2) + (ax0 0.533333) + (ow1 0.133333) + ax0)))) + ((p.p.name is s) + (((aa1 0.6) (ao1 0.2) (ow1 0.2) aa1)) + ((n.name is g) + ((p.p.name is b) + (((aa1 0.75) (ax0 0.25) aa1)) + (((aa1 0.4) (ax0 0.6) ax0))) + ((p.name is e) + (((aa1 0.25) (ax0 0.5) (ow0 0.25) ax0)) + (((aa1 0.666667) + (ow0 0.222222) + (ow1 0.111111) + aa1)))))) + ((p.name is e) + ((p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + (((ax0 0.166667) (ow0 0.833333) ow0))) + ((n.name is h) + ((p.p.name is f) + (((aa1 0.333333) + (ao1 0.333333) + (ow1 0.333333) + aa1)) + (((_epsilon_ 0.1) (ow1 0.9) ow1))) + ((n.n.name is y) + ((p.p.name is p) + (((aa1 0.333333) + (ow0 0.333333) + (ow1 0.333333) + aa1)) + (((aa1 0.166667) + (ao1 0.333333) + (ow1 0.5) + ow1))) + ((n.n.n.name is o) + ((n.name is z) + (((ax0 0.333333) (ow1 0.666667) ow1)) + ((p.name is r) + ((n.n.name is b) + (((aa0 0.666667) (aa1 0.333333) aa0)) + ((n.n.name is n) + (((aa0 0.666667) (aa1 0.333333) aa0)) + (((aa1 0.833333) (ao1 0.166667) aa1)))) + (((aa1 0.722222) + (ax0 0.166667) + (ow1 0.111111) + aa1)))) + ((p.name is i) + ((n.n.name is t) + (((aa1 0.25) (ax0 0.25) (ow1 0.5) ow1)) + (((aa0 0.25) + (aa1 0.25) + (ax0 0.25) + (ow1 0.25) + aa0))) + ((n.n.name is l) + ((n.name is c) + (((aa1 0.375) (ow0 0.625) ow0)) + ((p.p.name is k) + (((aa1 0.333333) (ow1 0.666667) ow1)) + ((n.n.n.name is e) + ((p.name is p) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((n.name is b) + ((p.p.name is p) + (((aa1 1) aa1)) + (((aa1 0.333333) + (ax0 0.666667) + ax0))) + (((aa1 1) aa1)))) + (((aa1 0.923077) (ow1 0.0769231) aa1))))) + ((p.p.name is u) + (((aa1 0.25) (ax0 0.75) ax0)) + ((n.n.name is z) + ((n.name is t) + (((aa1 0.818182) (ow1 0.181818) aa1)) + ((p.p.name is m) + (((aa1 0.666667) (ax0 0.333333) aa1)) + (((ax0 0.666667) (ow0 0.333333) ax0)))) + ((n.n.name is b) + (((aa1 0.894737) + (ow0 0.0526316) + (uw1 0.0526316) + aa1)) + ((n.n.name is n) + (((aa1 0.727273) + (ax0 0.0909091) + (ow1 0.181818) + aa1)) + ((n.n.n.name is #) + ((p.name is t) + ((n.n.name is s) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa1 1) aa1))) + (((aa1 0.970149) + (ax0 0.0298507) + aa1))) + (((aa1 0.982332) + (ao1 0.00706714) + (ax0 0.00353357) + (ow1 0.00706714) + aa1)))))))))))))))))) + ((n.n.n.name is #) + ((n.n.name is o) + ((p.p.p.name is i) + (((ax0 0.166667) (ow0 0.5) (ow1 0.333333) ow0)) + ((p.p.name is o) + ((p.p.p.name is k) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((ax0 0.2) (ow1 0.8) ow1))) + (((ow1 1) ow1)))) + ((n.n.name is i) + (((ah1 0.0625) (ow1 0.9375) ow1)) + ((n.n.name is y) + ((p.name is b) + (((aa0 0.111111) + (aa1 0.777778) + (ax0 0.111111) + aa1)) + ((n.name is x) + (((aa1 1) aa1)) + ((n.name is p) + ((p.name is l) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.4) (ax0 0.6) ax0))) + ((p.name is l) + (((ax0 1) ax0)) + ((p.p.name is a) + (((aa1 0.25) (ax0 0.25) (ow1 0.5) ow1)) + (((ax0 0.904762) + (ih0 0.047619) + (ow1 0.047619) + ax0))))))) + ((n.name is p) + ((p.name is k) + (((aa1 0.0909091) + (ao0 0.818182) + (ax0 0.0909091) + ao0)) + ((p.name is l) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.916667) + (ao0 0.0416667) + (ax0 0.0416667) + aa1)))) + ((n.name is c) + ((p.name is t) + (((aa0 0.142857) (aa1 0.857143) aa1)) + ((p.p.p.name is s) + (((aa1 1) aa1)) + ((p.p.name is b) + ((p.name is l) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((ao0 0.142857) + (ao1 0.142857) + (ax0 0.714286) + ax0))) + ((p.name is d) + ((p.p.name is d) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((aa0 0.5) (aa1 0.25) (ax0 0.25) aa0)) + (((aa0 0.285714) + (aa1 0.142857) + (ax0 0.571429) + ax0)))) + ((p.p.p.name is n) + (((aa1 1) aa1)) + ((p.p.name is k) + (((aa1 1) aa1)) + ((p.name is n) + (((aa0 0.142857) + (aa1 0.0714286) + (ax0 0.785714) + ax0)) + ((p.p.name is e) + (((aa0 0.333333) + (aa1 0.5) + (ax0 0.166667) + aa1)) + ((n.n.name is h) + (((aa0 0.111111) + (aa1 0.111111) + (ax0 0.777778) + ax0)) + ((p.p.p.name is e) + (((aa1 0.684211) + (ax0 0.315789) + aa1)) + ((p.p.name is a) + (((aa0 0.25) (ax0 0.75) ax0)) + ((p.p.p.name is l) + (((aa1 1) aa1)) + ((p.p.p.name is a) + ((p.name is r) + (((aa1 0.75) (ax0 0.25) aa1)) + ((p.name is c) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + ((p.p.name is d) + (((aa1 0.5) (ax0 0.5) aa1)) + ((p.p.name is r) + (((aa1 0.5) (ax0 0.5) aa1)) + (((aa1 0.285714) + (ax0 0.714286) + ax0)))))) + ((p.name is l) + ((p.p.name is l) + (((ax0 1) ax0)) + ((p.p.name is r) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.75) (ax0 0.25) aa1)))) + ((p.p.p.name is o) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + (((aa0 0.117647) + (aa1 0.176471) + (ax0 0.705882) + ax0))))))))))))))))) + ((n.n.name is h) + ((p.name is r) + (((aa0 0.25) + (ao0 0.416667) + (ao1 0.333333) + ao0)) + ((p.name is l) + ((p.p.name is c) + (((ao1 0.666667) (ax0 0.333333) ao1)) + (((aa0 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa0))) + (((aa1 0.111111) (ax0 0.888889) ax0)))) + ((n.name is g) + ((p.name is d) + (((ao1 1) ao1)) + (((aa0 0.2) + (aa1 0.4) + (ao0 0.2) + (ao1 0.2) + aa1))) + ((n.name is t) + ((p.p.p.name is d) + (((aa0 0.4) (aa1 0.4) (ow0 0.2) aa0)) + ((p.name is c) + ((p.p.p.name is e) + (((aa0 1) aa0)) + ((p.p.p.name is l) + (((aa0 1) aa0)) + ((p.p.p.name is a) + ((p.p.name is l) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa1 1) aa1))) + ((p.p.name is l) + (((ax0 1) ax0)) + ((p.p.name is s) + (((ax0 1) ax0)) + (((aa0 0.111111) + (aa1 0.444444) + (ax0 0.444444) + aa1))))))) + ((p.name is h) + (((aa1 0.8) (ax0 0.2) aa1)) + ((p.name is i) + (((aa0 0.166667) (ax0 0.833333) ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((aa0 0.142857) + (aa1 0.0714286) + (ax0 0.785714) + ax0)) + ((p.p.p.name is e) + (((aa1 0.153846) + (ax0 0.846154) + ax0)) + ((p.p.p.name is i) + (((aa1 0.142857) + (ax0 0.857143) + ax0)) + ((p.name is t) + (((ax0 1) ax0)) + ((p.name is n) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + ((p.name is m) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa0 0.1) + (aa1 0.7) + (ax0 0.2) + aa1))))))))))))) + ((n.name is m) + ((n.n.name is p) + (((aa1 1) aa1)) + ((n.n.name is m) + (((aa1 1) aa1)) + (((aa0 0.0465116) + (aa1 0.0697674) + (ao0 0.0232558) + (ax0 0.813953) + (ow1 0.0465116) + ax0)))) + ((p.name is s) + (((ax0 1) ax0)) + ((n.name is d) + ((p.p.p.name is e) + (((ax0 0.666667) (ow0 0.333333) ax0)) + (((aa1 0.714286) (ax0 0.285714) aa1))) + ((p.p.name is a) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((p.name is j) + (((aa0 0.25) (aa1 0.75) aa1)) + ((p.p.p.name is e) + (((aa0 0.333333) + (ao0 0.333333) + (ow1 0.333333) + aa0)) + (((aa1 0.1) (ow0 0.1) (ow1 0.8) ow1)))))))))))))))) + ((p.p.p.name is 0) + ((n.name is b) + ((n.n.name is o) + (((aa1 0.25) (ow1 0.75) ow1)) + ((n.n.name is i) + (((aa1 0.2) (ow0 0.6) (ow1 0.2) ow0)) + ((n.n.name is r) + ((n.n.n.name is i) + (((aa1 0.4) (ow0 0.6) ow0)) + (((aa1 0.2) (ax0 0.6) (ow0 0.2) ax0))) + ((n.n.n.name is i) + ((n.n.name is v) + (((aa1 1) aa1)) + (((aa1 0.294118) + (ax0 0.588235) + (ow0 0.0588235) + (ow1 0.0588235) + ax0))) + ((n.n.n.name is c) + (((aa0 0.3) (ax0 0.7) ax0)) + ((n.n.n.name is e) + (((aa0 0.09375) + (aa1 0.15625) + (ax0 0.75) + ax0)) + ((n.n.name is t) + (((aa0 0.125) (ax0 0.875) ax0)) + (((aa0 0.08) (aa1 0.72) (ax0 0.2) aa1))))))))) + ((n.name is h) + (((ao1 0.0434783) + (ow0 0.0869565) + (ow1 0.869565) + ow1)) + ((n.n.name is t) + ((n.name is t) + ((n.n.n.name is a) + (((aa1 0.333333) (ow0 0.666667) ow0)) + (((aa1 1) aa1))) + ((n.name is c) + ((n.n.n.name is a) + (((aa0 0.333333) (aa1 0.666667) aa1)) + (((aa0 0.6) (aa1 0.4) aa0))) + (((aa0 0.142857) (aa1 0.857143) aa1)))) + ((n.name is t) + ((n.n.name is h) + (((aa1 0.125) + (ah1 0.625) + (ax0 0.125) + (ow0 0.125) + ah1)) + ((n.n.n.name is e) + (((aa0 0.333333) + (aa1 0.333333) + (ow0 0.333333) + aa0)) + (((aa1 0.2) (ow0 0.6) (ow1 0.2) ow0)))) + ((n.n.name is c) + ((n.n.n.name is i) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.n.n.name is u) + (((aa0 0.0555556) + (aa1 0.5) + (ax0 0.444444) + aa1)) + ((n.n.n.name is a) + (((aa1 0.166667) (ax0 0.833333) ax0)) + (((aa1 0.25) + (ax0 0.25) + (ow0 0.25) + (ow1 0.25) + aa1))))) + ((n.n.name is p) + ((n.n.n.name is r) + (((ax0 1) ax0)) + (((aa1 0.807692) + (ax0 0.153846) + (ow0 0.0384615) + aa1))) + ((n.name is x) + (((aa0 0.0454545) (aa1 0.954545) aa1)) + ((n.n.name is d) + (((aa1 1) aa1)) + ((n.name is m) + ((n.n.name is n) + (((aa0 0.333333) (aa1 0.666667) aa1)) + ((n.n.n.name is t) + (((ow0 1) ow0)) + (((aa1 0.6) (ow0 0.4) aa1)))) + ((n.n.name is u) + ((n.n.n.name is l) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.0666667) + (ow0 0.733333) + (ow1 0.2) + ow0))) + ((n.n.name is i) + ((n.name is k) + (((ow1 1) ow1)) + ((n.n.n.name is n) + (((ax0 0.285714) + (ow0 0.571429) + (ow1 0.142857) + ow0)) + ((n.name is p) + (((aa1 0.5) (ow1 0.5) aa1)) + ((n.name is z) + (((ax0 0.333333) + (ow1 0.666667) + ow1)) + (((aa1 0.0909091) + (ow0 0.545455) + (ow1 0.363636) + ow0)))))) + ((n.n.name is l) + ((n.n.n.name is a) + (((aa1 0.75) (ow1 0.25) aa1)) + (((aa1 0.0909091) + (ow1 0.909091) + ow1))) + ((n.n.name is o) + ((n.name is d) + ((n.n.n.name is n) + (((aa0 0.166667) + (aa1 0.666667) + (ow0 0.166667) + aa1)) + ((n.n.n.name is r) + (((ow1 1) ow1)) + ((n.n.n.name is m) + (((ow1 1) ow1)) + (((aa1 1) aa1))))) + ((n.name is v) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + ((n.name is c) + (((aa1 0.25) + (ax0 0.25) + (ow0 0.5) + ow0)) + ((n.name is k) + (((ax0 0.333333) + (ow0 0.333333) + (ow1 0.333333) + ax0)) + (((aa1 0.2) + (ax0 0.2) + (ow0 0.4) + (ow1 0.2) + ow0)))))) + ((n.n.name is r) + ((n.n.n.name is a) + (((ax0 0.333333) + (ow1 0.666667) + ow1)) + ((n.name is g) + (((aa1 0.333333) + (ow1 0.666667) + ow1)) + (((aa1 1) aa1)))) + ((n.n.name is h) + ((n.n.n.name is e) + (((aa0 0.333333) + (aa1 0.333333) + (ax0 0.333333) + aa0)) + (((aa0 0.166667) + (aa1 0.666667) + (ow1 0.166667) + aa1))) + ((n.n.n.name is a) + (((aa1 0.75) (ow1 0.25) aa1)) + ((n.n.n.name is e) + (((aa1 1) aa1)) + ((n.name is z) + (((aa1 1) aa1)) + ((n.name is g) + (((aa1 0.666667) + (ow0 0.333333) + aa1)) + (((aa0 0.333333) + (aa1 0.333333) + (ow0 0.333333) + aa0))))))))))))))))))))) + ((n.n.n.name is c) + ((n.name is v) + ((p.p.p.name is r) + (((ax0 0.714286) + (ow0 0.142857) + (ow1 0.142857) + ax0)) + ((p.p.p.name is b) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((p.name is k) + (((aa1 0.04) (ax0 0.96) ax0)) + ((p.p.p.name is p) + (((ax0 1) ax0)) + ((p.name is n) + (((aa1 0.166667) (ax0 0.833333) ax0)) + ((p.name is r) + (((aa1 0.2) (ax0 0.8) ax0)) + (((aa1 0.666667) (ax0 0.333333) aa1)))))))) + ((n.n.name is i) + ((n.name is b) + (((aa1 0.25) (ow1 0.75) ow1)) + (((aa1 0.952381) + (ao0 0.00952381) + (ax0 0.0190476) + (ow0 0.00952381) + (ow1 0.00952381) + aa1))) + ((p.p.p.name is n) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.p.name is p) + (((aa0 0.333333) + (aa1 0.333333) + (ao1 0.333333) + aa0)) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)))))))) + ((p.name is c) + ((n.n.name is t) + ((n.name is t) + ((n.n.n.name is e) + (((aa1 0.2) (ao0 0.2) (ao1 0.6) ao1)) + (((aa1 0.8) (ow1 0.2) aa1))) + (((aa1 1) aa1))) + ((p.p.name is c) + ((n.n.n.name is a) + (((ah1 1) ah1)) + ((n.n.name is b) + (((aa1 0.333333) (ow1 0.666667) ow1)) + (((aa1 0.875) + (ow0 0.0625) + (ow1 0.0625) + aa1)))) + ((n.name is m) + ((n.n.n.name is n) + (((ah1 0.727273) + (ax0 0.181818) + (ow0 0.0909091) + ah1)) + ((n.n.name is b) + ((p.p.p.name is o) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((ax0 0.375) (ow0 0.125) (ow1 0.5) ow1))) + ((p.p.p.name is e) + (((ah1 0.8) (ax0 0.2) ah1)) + ((n.n.name is f) + (((aa1 0.25) (ah1 0.75) ah1)) + ((n.n.n.name is a) + (((aa1 0.625) + (ah1 0.125) + (ax0 0.25) + aa1)) + ((p.p.name is n) + ((n.n.n.name is l) + (((aa1 0.2) (ax0 0.8) ax0)) + ((n.n.name is p) + (((aa1 0.428571) (ax0 0.571429) ax0)) + (((aa1 0.625) (ax0 0.375) aa1)))) + ((n.n.name is m) + ((n.n.n.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is l) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.6) (ax0 0.4) aa1)))) + (((ax0 1) ax0))))))))) + ((p.p.p.name is i) + (((aa0 0.2) + (aa1 0.2) + (ow0 0.4) + (ow1 0.2) + ow0)) + ((p.p.p.name is t) + (((aa1 1) aa1)) + ((n.n.name is i) + ((p.p.p.name is j) + (((ax0 1) ax0)) + ((n.name is p) + (((ow1 1) ow1)) + ((n.name is d) + (((ax0 0.333333) (ow1 0.666667) ow1)) + (((ax0 0.75) (ow1 0.25) ax0))))) + ((n.n.n.name is s) + (((aa1 0.5) (ow0 0.25) (ow1 0.25) aa1)) + ((n.n.name is c) + (((aa1 0.75) (ow1 0.25) aa1)) + ((p.p.p.name is c) + (((aa1 0.666667) (ow1 0.333333) aa1)) + ((n.n.n.name is a) + (((aa1 0.75) (ax0 0.25) aa1)) + ((p.p.p.name is a) + (((ax0 1) ax0)) + ((p.p.p.name is r) + (((aa1 0.1) (ax0 0.9) ax0)) + ((n.name is b) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 1) aa1))))))))))))))) + ((n.name is g) + ((n.n.name is u) + ((p.p.p.name is m) + (((aa1 0.666667) (ao0 0.333333) aa1)) + (((aa0 0.0666667) + (ao0 0.0666667) + (ao1 0.8) + (ow0 0.0666667) + ao1))) + ((n.n.name is i) + ((n.n.n.name is s) + (((ax0 1) ax0)) + ((n.n.n.name is e) + (((ax0 1) ax0)) + ((p.p.p.name is p) + (((ax0 1) ax0)) + (((aa0 0.25) (ow1 0.75) ow1))))) + ((n.n.name is g) + (((aa1 0.833333) (ao1 0.166667) aa1)) + ((n.n.name is r) + ((p.p.name is p) + (((ow0 0.333333) (ow1 0.666667) ow1)) + ((p.p.name is m) + (((ax0 0.25) (ow0 0.5) (ow1 0.25) ow0)) + ((p.p.name is c) + (((ax0 0.333333) (ow0 0.666667) ow0)) + ((p.name is i) + (((aa1 1) aa1)) + ((p.name is g) + (((ax0 0.666667) (ow0 0.333333) ax0)) + ((p.name is l) + (((ax0 1) ax0)) + ((p.p.p.name is m) + (((ax0 1) ax0)) + ((p.p.name is a) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + ((p.p.p.name is d) + (((aa1 0.5) (ax0 0.5) aa1)) + ((p.p.p.name is o) + (((aa1 0.428571) + (ax0 0.571429) + ax0)) + ((p.p.name is o) + ((p.p.p.name is h) + (((aa1 0.25) (ax0 0.75) ax0)) + (((aa1 0.666667) + (ax0 0.333333) + aa1))) + (((aa1 0.0833333) + (ax0 0.916667) + ax0))))))))))))) + ((n.n.n.name is u) + (((aa0 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is y) + (((ax0 0.4) (ow0 0.6) ow0)) + ((n.n.n.name is e) + ((p.name is l) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow1 1) ow1))) + ((n.n.n.name is i) + (((aa1 0.2) (ow1 0.8) ow1)) + ((n.n.name is n) + (((ow1 1) ow1)) + (((aa1 0.222222) + (ao1 0.111111) + (ax0 0.444444) + (ow0 0.111111) + (ow1 0.111111) + ax0))))))))))) + ((n.n.name is t) + ((n.n.n.name is e) + ((p.p.p.name is a) + (((aa1 0.333333) (ax0 0.666667) ax0)) + ((p.p.p.name is l) + (((ao1 1) ao1)) + (((aa1 0.666667) (ao1 0.333333) aa1)))) + ((n.n.n.name is o) + ((p.name is b) + (((aa1 0.333333) (ax0 0.666667) ax0)) + (((aa1 0.666667) (ow1 0.333333) aa1))) + ((p.name is n) + ((n.n.n.name is i) + (((aa1 0.25) (ow0 0.5) (ow1 0.25) ow0)) + (((aa0 0.333333) + (aa1 0.333333) + (ow1 0.333333) + aa0))) + ((p.p.name is h) + (((aa1 1) aa1)) + ((p.p.name is a) + (((aa1 0.75) (ow1 0.25) aa1)) + ((p.p.p.name is g) + (((ao1 0.333333) (ow1 0.666667) ow1)) + ((n.n.n.name is a) + (((aa1 0.1) (ao1 0.1) (ow1 0.8) ow1)) + ((p.p.p.name is e) + (((ow1 1) ow1)) + ((p.name is l) + (((aa1 0.5) (ow1 0.5) aa1)) + ((p.p.p.name is a) + (((ow1 1) ow1)) + ((p.p.name is e) + (((aa1 0.333333) + (ow1 0.666667) + ow1)) + ((p.name is i) + (((aa1 0.333333) + (ow1 0.666667) + ow1)) + (((aa1 0.5) + (ow0 0.25) + (ow1 0.25) + aa1)))))))))))))) + ((n.name is x) + (((aa1 1) aa1)) + ((n.n.name is i) + ((n.n.n.name is a) + ((p.name is p) + (((ow0 0.666667) (ow1 0.333333) ow0)) + (((ow1 1) ow1))) + ((n.name is v) + ((n.n.n.name is t) + (((ax0 1) ax0)) + ((p.p.name is p) + ((n.n.n.name is n) + (((uw1 1) uw1)) + (((ax0 1) ax0))) + ((p.name is m) + (((ow0 0.333333) (uw1 0.666667) uw1)) + ((p.name is r) + (((ow0 1) ow0)) + ((n.n.n.name is n) + (((ow0 1) ow0)) + (((ow0 0.333333) (ow1 0.666667) ow1))))))) + ((p.name is m) + ((n.name is b) + ((p.p.p.name is i) + (((ow0 0.25) (ow1 0.75) ow1)) + (((ow0 0.888889) (ow1 0.111111) ow0))) + ((p.p.p.name is o) + (((aa1 0.5) (ow1 0.5) aa1)) + (((ow0 0.0666667) (ow1 0.933333) ow1)))) + ((p.p.name is e) + ((n.name is m) + (((aa1 0.733333) + (ao1 0.2) + (ow0 0.0666667) + aa1)) + ((n.n.n.name is t) + (((aa1 1) aa1)) + ((n.n.n.name is o) + (((ow1 1) ow1)) + (((ax0 0.888889) (ow1 0.111111) ax0))))) + ((p.name is b) + (((aa1 0.714286) + (ax0 0.142857) + (ow0 0.142857) + aa1)) + ((p.p.p.name is i) + ((p.p.name is n) + (((aa1 0.666667) (ow1 0.333333) aa1)) + ((n.n.n.name is n) + (((ax0 0.666667) + (ow0 0.333333) + ax0)) + (((aa1 0.142857) + (ow0 0.857143) + ow0)))) + ((p.p.p.name is a) + ((p.p.name is t) + (((aa1 0.666667) + (ow1 0.333333) + aa1)) + ((p.name is t) + (((ax0 0.25) (ow0 0.75) ow0)) + (((aa1 0.1) + (ax0 0.8) + (ow0 0.1) + ax0)))) + ((p.name is v) + (((ow1 1) ow1)) + ((p.p.name is o) + (((ax0 0.941176) + (ow0 0.0588235) + ax0)) + ((n.n.n.name is o) + (((ow1 1) ow1)) + ((n.n.n.name is z) + (((ax0 1) ax0)) + ((p.p.name is u) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + ((n.n.n.name is s) + (((ax0 0.846154) + (ow0 0.0769231) + (ow1 0.0769231) + ax0)) + ((p.p.p.name is o) + (((ax0 0.75) (ow1 0.25) ax0)) + ((p.p.p.name is p) + (((ax0 0.833333) + (ow0 0.166667) + ax0)) + ((n.n.n.name is d) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 0.75) + (ow0 0.25) + ax0)) + ((n.n.n.name is n) + (((ax0 0.111111) + (ow0 0.222222) + (ow1 0.666667) + ow1)) + (((ax0 0.142857) + (ow0 0.571429) + (ow1 0.285714) + ow0)))))))))))))))))))) + ((p.p.name is p) + ((p.name is r) + ((p.p.p.name is p) + (((ow1 1) ow1)) + ((p.p.p.name is x) + (((ow1 1) ow1)) + ((n.name is p) + (((ax0 0.75) (ow1 0.25) ax0)) + (((aa1 0.5) (ax0 0.25) (ow1 0.25) aa1))))) + ((p.name is p) + (((ax0 1) ax0)) + (((_epsilon_ 0.625) + (ax0 0.125) + (ow0 0.125) + (ow1 0.125) + _epsilon_)))) + ((n.n.name is b) + ((p.name is l) + ((p.p.p.name is c) + (((aa0 0.2) (ah1 0.6) (ow1 0.2) ah1)) + (((aa1 0.5) (ow1 0.5) aa1))) + (((aa0 0.0588235) + (aa1 0.705882) + (ax0 0.117647) + (uw1 0.117647) + aa1))) + ((n.n.name is k) + ((n.n.n.name is s) + ((p.name is l) + (((aa1 0.833333) (ax0 0.166667) aa1)) + ((p.p.p.name is a) + (((ax0 1) ax0)) + (((aa1 0.6) (ax0 0.4) aa1)))) + ((n.n.n.name is e) + (((aa1 0.941176) (ax0 0.0588235) aa1)) + ((p.p.name is o) + (((ow1 1) ow1)) + (((aa1 0.666667) (ow1 0.333333) aa1))))) + ((n.n.n.name is k) + (((aa0 0.0666667) (aa1 0.933333) aa1)) + ((n.name is p) + ((n.n.name is h) + ((p.p.p.name is o) + (((aa1 0.25) (ow1 0.75) ow1)) + ((p.p.name is s) + (((aa0 0.333333) + (ao1 0.333333) + (ax0 0.333333) + aa0)) + ((p.name is s) + ((n.n.n.name is i) + (((aa1 0.5) (ax0 0.5) aa1)) + (((aa1 0.25) (ax0 0.75) ax0))) + ((p.p.name is o) + ((p.name is r) + (((_epsilon_ 0.666667) + (ax0 0.333333) + _epsilon_)) + (((ax0 0.666667) + (ow0 0.333333) + ax0))) + ((p.p.p.name is s) + ((n.n.n.name is i) + (((aa1 0.5) (ax0 0.5) aa1)) + (((ax0 0.875) (ow0 0.125) ax0))) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.name is l) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.name is e) + (((ax0 0.75) (ow0 0.25) ax0)) + ((p.p.p.name is a) + (((ax0 0.6) (ow0 0.4) ax0)) + (((ax0 0.25) + (ow0 0.75) + ow0)))))))))))) + ((n.n.name is r) + ((n.n.n.name is o) + (((ax0 0.166667) + (ow0 0.833333) + ow0)) + (((ax0 0.8) (ow0 0.2) ax0))) + ((p.p.p.name is a) + ((p.p.name is c) + (((aa1 0.333333) + (ow1 0.666667) + ow1)) + (((aa1 1) aa1))) + ((n.n.n.name is u) + (((aa1 0.909091) + (ow0 0.0909091) + aa1)) + ((p.p.p.name is s) + (((aa1 0.857143) + (ow0 0.142857) + aa1)) + ((n.n.name is l) + (((ax0 0.833333) + (ow0 0.166667) + ax0)) + ((p.name is p) + (((aa1 1) aa1)) + ((p.name is n) + (((aa1 0.8) (ax0 0.2) aa1)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((p.p.name is t) + (((ax0 1) ax0)) + ((n.n.n.name is d) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((aa1 1) aa1)) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.name is r) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + (((aa1 0.6) + (ax0 0.4) + aa1)))))))))))))))) + ((n.n.name is o) + ((n.name is c) + ((n.n.n.name is p) + (((ow0 1) ow0)) + ((p.name is t) + (((ax0 1) ax0)) + (((ax0 0.166667) + (ow0 0.833333) + ow0)))) + ((n.n.n.name is s) + (((ax0 0.111111) + (ow0 0.222222) + (ow1 0.666667) + ow1)) + ((p.p.p.name is o) + ((p.p.name is r) + (((aa1 0.6) (ao1 0.4) aa1)) + (((aa1 0.25) + (ax0 0.5) + (ow0 0.25) + ax0))) + ((n.name is t) + ((p.p.p.name is m) + (((aa1 0.6) (ax0 0.4) aa1)) + ((n.n.n.name is n) + (((ow0 0.666667) + (ow1 0.333333) + ow0)) + (((aa1 0.25) + (ow0 0.25) + (ow1 0.5) + ow1)))) + ((p.p.p.name is c) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1)) + ((p.p.name is u) + ((p.name is r) + (((ow0 1) ow0)) + (((ax0 0.5) (ow0 0.5) ax0))) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((n.n.n.name is r) + (((ax0 1) ax0)) + ((n.name is d) + ((p.name is r) + (((ax0 0.25) + (ow0 0.75) + ow0)) + (((ax0 0.5) (ow0 0.5) ax0))) + ((n.name is v) + (((ax0 0.333333) + (ow0 0.666667) + ow0)) + (((ax0 0.8) (ow0 0.2) ax0))))))))))))) + ((n.n.name is y) + ((n.name is t) + (((ax0 0.857143) + (ow0 0.142857) + ax0)) + ((p.p.p.name is e) + (((aa1 0.2) + (ax0 0.2) + (ow0 0.2) + (ow1 0.4) + ow1)) + ((p.p.name is e) + ((p.p.p.name is a) + (((ax0 0.333333) + (ow0 0.666667) + ow0)) + (((ax0 0.75) (ow0 0.25) ax0))) + (((ax0 0.153846) + (ow0 0.846154) + ow0))))) + ((n.n.name is r) + ((n.n.n.name is a) + ((p.p.p.name is d) + (((aa1 0.5) (ax0 0.5) aa1)) + ((p.p.p.name is a) + (((aa1 0.5) (ax0 0.5) aa1)) + (((aa1 0.25) (ax0 0.75) ax0)))) + ((p.p.name is d) + (((aa1 0.333333) + (ow0 0.666667) + ow0)) + ((p.p.p.name is e) + (((ax0 0.4) (ow0 0.6) ow0)) + ((p.p.p.name is a) + (((ax0 1) ax0)) + ((p.name is r) + (((aa1 0.333333) + (ax0 0.333333) + (ow1 0.333333) + aa1)) + ((n.n.n.name is o) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + (((aa1 0.125) + (ax0 0.875) + ax0)))))))) + ((n.n.name is h) + ((n.name is t) + ((p.p.name is d) + (((ah1 0.6) (ow0 0.4) ah1)) + ((p.p.p.name is s) + (((aa0 0.25) + (aa1 0.5) + (ah1 0.25) + aa1)) + ((p.name is l) + (((aa1 0.6) + (ao1 0.2) + (ow1 0.2) + aa1)) + ((p.name is s) + (((ax0 0.666667) + (ow1 0.333333) + ax0)) + ((p.name is r) + (((ax0 1) ax0)) + ((p.name is m) + (((ax0 0.833333) + (ow0 0.166667) + ax0)) + ((n.n.n.name is a) + (((aa1 0.142857) + (ax0 0.714286) + (ow0 0.142857) + ax0)) + ((p.p.p.name is h) + (((aa1 0.666667) + (ax0 0.333333) + aa1)) + ((p.p.name is o) + (((aa1 0.333333) + (ax0 0.333333) + (ow0 0.333333) + aa1)) + (((ow0 1) ow0))))))))))) + ((p.p.p.name is u) + (((ow0 1) ow0)) + ((p.p.name is o) + (((ax0 0.666667) + (ow0 0.333333) + ax0)) + ((p.p.name is g) + (((ax0 0.25) + (ow0 0.5) + (ow1 0.25) + ow0)) + ((p.p.p.name is i) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + ((p.p.p.name is e) + (((ax0 0.25) + (ow0 0.25) + (ow1 0.5) + ow1)) + ((p.p.p.name is d) + (((ax0 0.75) + (ow1 0.25) + ax0)) + ((p.name is r) + (((ax0 0.166667) + (ow1 0.833333) + ow1)) + ((n.n.n.name is e) + (((ax0 0.25) + (ow1 0.75) + ow1)) + (((ax0 1) ax0))))))))))) + ((n.n.name is l) + ((n.name is b) + (((ow0 0.166667) + (ow1 0.833333) + ow1)) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.p.name is t) + (((ax0 1) ax0)) + ((n.name is c) + (((ax0 0.5) (ow0 0.5) ax0)) + (((aa1 0.4) + (ax0 0.4) + (ow0 0.2) + aa1)))))) + ((n.name is d) + (((aa1 0.923077) + (ax0 0.0769231) + aa1)) + ((n.n.name is u) + ((n.name is c) + ((p.name is f) + (((ow1 1) ow1)) + ((n.n.n.name is l) + (((aa1 0.666667) + (ow1 0.333333) + aa1)) + ((n.n.n.name is t) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + (((aa1 0.666667) + (ax0 0.333333) + aa1))))) + ((p.p.name is i) + (((aa1 0.333333) + (ax0 0.666667) + ax0)) + ((n.n.n.name is e) + (((aa0 0.25) + (ow0 0.25) + (ow1 0.5) + ow1)) + ((n.name is t) + (((ow0 0.666667) + (ow1 0.333333) + ow0)) + ((n.n.n.name is i) + (((ax0 0.2) + (ow0 0.4) + (ow1 0.4) + ow0)) + (((ax0 0.8) (ow1 0.2) ax0))))))) + ((p.name is l) + (((aa1 0.857143) + (ax0 0.142857) + aa1)) + ((p.p.p.name is a) + (((ax0 0.111111) + (ow1 0.888889) + ow1)) + ((n.name is z) + (((aa1 0.857143) + (ow0 0.142857) + aa1)) + ((p.name is e) + (((aa1 1) aa1)) + ((p.name is r) + ((p.p.p.name is l) + (((ow0 0.333333) + (ow1 0.666667) + ow1)) + ((n.name is h) + (((ow1 1) ow1)) + ((p.p.p.name is m) + (((aa1 1) aa1)) + ((n.name is m) + (((aa1 1) aa1)) + (((aa1 0.2) + (ah1 0.2) + (ow1 0.6) + ow1)))))) + ((p.p.name is i) + (((ow0 0.5) + (ow1 0.5) + ow0)) + ((n.n.name is n) + (((aa1 0.4) + (ax0 0.2) + (ow1 0.4) + aa1)) + ((n.name is c) + (((ow1 1) ow1)) + ((n.name is m) + (((ax0 0.666667) + (ow1 0.333333) + ax0)) + (((ax0 0.333333) + (ow1 0.666667) + ow1))))))))))))))))))))))))))))))))))))))))))))))))))) +(p + ((n.name is h) + ((p.p.name is #) + ((p.name is u) (((p 1) p)) (((f 0.9) (p 0.1) f))) + ((p.p.name is h) + ((n.n.n.name is r) + (((f 0.2) (p 0.8) p)) + (((f 0.833333) (p 0.166667) f))) + ((p.p.p.name is l) + ((n.n.name is e) + (((f 1) f)) + ((p.name is m) + (((f 1) f)) + ((p.p.name is l) (((f 1) f)) (((f 0.2) (p 0.8) p))))) + ((p.p.name is g) + (((f 0.666667) (p 0.333333) f)) + ((p.p.name is a) + ((p.name is l) + (((f 1) f)) + ((n.n.n.name is n) + (((f 1) f)) + ((n.n.n.name is r) + (((f 1) f)) + ((p.p.p.name is p) + (((f 1) f)) + ((n.n.n.name is b) + (((f 1) f)) + ((n.n.name is e) + (((f 1) f)) + ((n.n.name is i) + (((f 0.333333) (p 0.666667) p)) + (((f 0.75) (p 0.25) f))))))))) + (((f 0.995349) (p 0.00465116) f))))))) + ((n.name is p) + ((n.n.name is i) + ((n.n.n.name is n) + (((_epsilon_ 0.987952) (p 0.0120482) _epsilon_)) + ((p.p.p.name is 0) + (((_epsilon_ 0.333333) (p 0.666667) p)) + (((_epsilon_ 0.918919) (p 0.0810811) _epsilon_)))) + ((p.name is o) + ((p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.833333) (p 0.166667) _epsilon_)) + ((n.n.name is o) + (((_epsilon_ 0.133333) (p 0.866667) p)) + ((p.p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is d) + (((_epsilon_ 0.2) (p 0.8) p)) + ((p.p.p.name is 0) + (((_epsilon_ 0.2) (p 0.8) p)) + ((p.p.name is h) + ((n.n.name is e) + ((n.n.n.name is r) + ((p.p.p.name is s) + (((_epsilon_ 0.75) (p 0.25) _epsilon_)) + (((_epsilon_ 0.285714) (p 0.714286) p))) + (((_epsilon_ 0.75) (p 0.25) _epsilon_))) + (((_epsilon_ 0.125) (p 0.875) p))) + ((n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is e) + ((p.p.name is c) + (((_epsilon_ 0.416667) (p 0.583333) p)) + ((p.p.p.name is c) + (((_epsilon_ 0.333333) (p 0.666667) p)) + (((_epsilon_ 0.615385) (p 0.384615) _epsilon_)))) + ((p.p.p.name is #) + ((p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.444444) (p 0.555556) p))) + (((_epsilon_ 1) _epsilon_)))))))))))))))) + ((n.n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + ((p.p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.888889) (p 0.111111) _epsilon_)) + ((p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.name is e) + ((p.p.p.name is #) + (((_epsilon_ 0.4) (p 0.6) p)) + (((_epsilon_ 0.818182) (p 0.181818) _epsilon_))) + ((p.name is m) + (((_epsilon_ 0.333333) (p 0.666667) p)) + ((p.p.p.name is c) + (((_epsilon_ 0.333333) (p 0.666667) p)) + ((p.p.name is h) + (((_epsilon_ 0.8) (p 0.2) _epsilon_)) + ((p.p.name is k) + (((_epsilon_ 0.333333) (p 0.666667) p)) + ((p.p.p.name is s) + (((_epsilon_ 0.6) (p 0.4) _epsilon_)) + ((p.name is u) + (((_epsilon_ 0.6) (p 0.4) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.25) (p 0.75) p)) + (((_epsilon_ 0.526316) (p 0.473684) _epsilon_))))))))))))) + ((p.p.name is z) + ((n.n.n.name is l) + (((p 1) p)) + ((p.name is i) + ((n.n.name is e) + (((_epsilon_ 0.2) (p 0.8) p)) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_))) + (((_epsilon_ 0.8) (p 0.2) _epsilon_)))) + ((n.n.n.name is a) + (((_epsilon_ 0.97561) (p 0.0243902) _epsilon_)) + ((p.p.name is t) + (((_epsilon_ 0.96875) (p 0.03125) _epsilon_)) + ((n.n.n.name is o) + (((_epsilon_ 0.942857) (p 0.0571429) _epsilon_)) + ((n.n.n.name is n) + (((_epsilon_ 0.926829) (p 0.0731707) _epsilon_)) + ((n.n.n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is o) + (((_epsilon_ 0.886364) (p 0.113636) _epsilon_)) + ((p.p.p.name is s) + ((p.p.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.name is i) + (((_epsilon_ 0.9) (p 0.1) _epsilon_)) + (((p 1) p))))) + ((n.n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.name is u) + ((p.p.p.name is #) + (((_epsilon_ 0.909091) (p 0.0909091) _epsilon_)) + (((_epsilon_ 0.25) (p 0.75) p))) + ((n.n.n.name is e) + ((p.p.name is n) + (((p 1) p)) + ((p.p.p.name is g) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + ((p.p.p.name is #) + (((p 1) p)) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_))) + ((p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is h) + (((_epsilon_ 0.333333) (p 0.666667) p)) + (((_epsilon_ 0.682927) (p 0.317073) _epsilon_))))))) + ((p.p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 0.4) (p 0.6) p)) + ((p.p.name is p) + ((n.n.name is e) + (((_epsilon_ 0.75) (p 0.25) _epsilon_)) + (((_epsilon_ 0.333333) (p 0.666667) p))) + ((n.n.name is a) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (p 0.666667) p)) + (((_epsilon_ 0.777778) + (p 0.222222) + _epsilon_))))) + ((p.p.p.name is k) + (((_epsilon_ 0.909091) + (p 0.0909091) + _epsilon_)) + ((p.p.name is h) + ((p.name is e) + (((p 1) p)) + (((_epsilon_ 0.736842) + (p 0.263158) + _epsilon_))) + ((p.p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + ((p.name is i) + ((p.p.name is r) + (((_epsilon_ 0.166667) (p 0.833333) p)) + (((_epsilon_ 0.777778) + (p 0.222222) + _epsilon_))) + (((_epsilon_ 0.833333) + (p 0.166667) + _epsilon_))) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.name is i) + (((_epsilon_ 0.8125) + (p 0.1875) + _epsilon_)) + ((p.p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is l) + (((_epsilon_ 0.785714) + (p 0.214286) + _epsilon_)) + ((p.p.p.name is 0) + (((_epsilon_ 0.727273) + (p 0.272727) + _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.75) + (p 0.25) + _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.666667) + (p 0.333333) + _epsilon_)) + ((n.n.n.name is d) + (((p 1) p)) + ((p.name is a) + (((_epsilon_ 0.5) + (p 0.5) + _epsilon_)) + (((_epsilon_ 0.333333) + (p 0.666667) + p))))))))))))))))))))))))))))))))))))))) + ((p.name is p) + ((n.name is i) + ((n.n.n.name is g) + (((p 1) p)) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_)) + (((_epsilon_ 0.0727273) (p 0.927273) p)))) + ((n.n.n.name is h) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is o) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is t) + (((p 1) p)) + ((p.p.p.name is p) + (((p 1) p)) + ((n.name is r) + (((p 1) p)) + ((n.n.n.name is i) + (((p 1) p)) + ((n.n.n.name is e) + (((p 1) p)) + ((n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is r) + ((n.n.n.name is #) + (((_epsilon_ 0.571429) (p 0.428571) _epsilon_)) + (((p 1) p))) + ((n.name is l) + (((_epsilon_ 0.166667) (p 0.833333) p)) + ((p.p.p.name is #) + (((_epsilon_ 0.8) (p 0.2) _epsilon_)) + ((n.n.n.name is s) + ((p.p.p.name is c) + (((p 1) p)) + ((p.p.p.name is h) + (((_epsilon_ 0.5) (p 0.5) _epsilon_)) + (((_epsilon_ 0.333333) (p 0.666667) p)))) + ((n.n.name is l) + (((_epsilon_ 0.25) (p 0.75) p)) + ((n.n.n.name is 0) + ((p.p.p.name is h) + ((n.name is e) + (((_epsilon_ 0.333333) (p 0.666667) p)) + (((_epsilon_ 0.857143) (p 0.142857) _epsilon_))) + (((_epsilon_ 0.3125) (p 0.6875) p))) + ((p.p.p.name is c) + (((_epsilon_ 0.8) (p 0.2) _epsilon_)) + ((p.p.p.name is k) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 0.333333) (p 0.666667) p)) + ((n.n.name is r) + (((_epsilon_ 0.428571) (p 0.571429) p)) + (((_epsilon_ 0.625) (p 0.375) _epsilon_))))))))))))))))))) + ((n.name is #) + ((p.p.p.name is l) + (((_epsilon_ 0.111111) (p 0.888889) p)) + ((p.p.p.name is d) + (((p 1) p)) + ((p.p.p.name is k) + (((_epsilon_ 0.75) (p 0.25) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.266667) (p 0.733333) p)) + ((p.p.name is i) + ((p.p.p.name is r) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_)) + (((_epsilon_ 0.272727) (p 0.727273) p))) + ((p.p.p.name is r) + (((_epsilon_ 0.25) (p 0.75) p)) + ((p.p.p.name is n) + (((_epsilon_ 0.2) (p 0.8) p)) + ((p.p.p.name is a) + (((_epsilon_ 0.333333) (p 0.666667) p)) + (((_epsilon_ 0.615385) (p 0.384615) _epsilon_)))))))))) + ((n.n.name is i) + (((p 1) p)) + ((p.p.p.name is z) + ((n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is i) + ((n.name is e) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (p 0.666667) p))) + (((p 1) p))))) + ((n.n.name is a) + (((_epsilon_ 0.0243902) (p 0.97561) p)) + ((p.p.p.name is t) + (((_epsilon_ 0.03125) (p 0.96875) p)) + ((n.name is r) + ((n.n.n.name is c) + ((p.p.p.name is #) + (((p 1) p)) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_))) + (((_epsilon_ 0.025641) (p 0.974359) p))) + ((n.n.n.name is m) + (((p 1) p)) + ((n.n.name is n) + (((_epsilon_ 0.0731707) (p 0.926829) p)) + ((n.n.name is y) + (((p 1) p)) + ((n.name is o) + ((p.p.p.name is h) + (((_epsilon_ 0.6) (p 0.4) _epsilon_)) + (((_epsilon_ 0.05) (p 0.95) p))) + ((n.name is u) + (((p 1) p)) + ((n.n.n.name is b) + (((p 1) p)) + ((p.p.p.name is #) + ((p.p.name is e) + (((p 1) p)) + ((n.name is a) + ((n.n.n.name is a) + ((n.n.name is l) + (((p 1) p)) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_))) + (((p 1) p))) + ((p.p.name is a) + ((n.n.n.name is s) + (((_epsilon_ 0.8) (p 0.2) _epsilon_)) + ((n.name is e) + ((n.n.n.name is l) + (((_epsilon_ 0.5) (p 0.5) _epsilon_)) + (((_epsilon_ 0.285714) (p 0.714286) p))) + (((_epsilon_ 0.571429) (p 0.428571) _epsilon_)))) + (((_epsilon_ 1) _epsilon_))))) + ((p.p.p.name is p) + ((p.p.name is u) + (((p 1) p)) + ((n.name is e) + (((_epsilon_ 0.3) (p 0.7) p)) + (((_epsilon_ 0.625) (p 0.375) _epsilon_)))) + ((n.n.n.name is d) + (((p 1) p)) + ((p.p.p.name is u) + (((p 1) p)) + ((n.n.n.name is o) + (((p 1) p)) + ((n.name is s) + (((_epsilon_ 0.105263) (p 0.894737) p)) + ((n.n.n.name is s) + ((n.name is e) + (((_epsilon_ 0.0952381) (p 0.904762) p)) + ((p.p.p.name is r) + (((_epsilon_ 0.666667) + (p 0.333333) + _epsilon_)) + (((p 1) p)))) + ((n.n.name is l) + ((n.n.n.name is #) + (((p 1) p)) + ((p.p.p.name is c) + (((p 1) p)) + ((p.p.name is a) + (((_epsilon_ 0.333333) (p 0.666667) p)) + (((_epsilon_ 0.666667) + (p 0.333333) + _epsilon_))))) + ((n.name is e) + ((p.p.p.name is k) + (((p 1) p)) + ((p.p.p.name is n) + (((_epsilon_ 0.0909091) (p 0.909091) p)) + ((p.p.p.name is l) + ((p.p.name is a) + (((_epsilon_ 0.571429) + (p 0.428571) + _epsilon_)) + (((_epsilon_ 0.0625) (p 0.9375) p))) + ((n.n.n.name is #) + ((p.p.p.name is r) + (((_epsilon_ 0.153846) (p 0.846154) p)) + ((p.p.name is i) + ((p.p.p.name is h) + ((n.n.name is r) + (((_epsilon_ 0.5) + (p 0.5) + _epsilon_)) + (((_epsilon_ 0.25) (p 0.75) p))) + (((p 1) p))) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is r) + (((_epsilon_ 0.857143) + (p 0.142857) + _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.75) + (p 0.25) + _epsilon_)) + (((_epsilon_ 0.333333) + (p 0.666667) + p))))))) + ((p.p.name is a) + (((p 1) p)) + ((p.p.p.name is r) + ((p.p.name is i) + (((_epsilon_ 0.8) (p 0.2) _epsilon_)) + (((_epsilon_ 0.333333) + (p 0.666667) + p))) + ((n.n.name is r) + (((p 1) p)) + ((n.n.name is #) + (((_epsilon_ 0.166667) + (p 0.833333) + p)) + (((_epsilon_ 0.666667) + (p 0.333333) + _epsilon_)))))))))) + ((p.p.name is i) + ((p.p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.75) (p 0.25) _epsilon_)) + (((_epsilon_ 0.0833333) (p 0.916667) p)))) + ((n.n.name is e) + ((p.p.p.name is h) + (((_epsilon_ 0.666667) + (p 0.333333) + _epsilon_)) + (((_epsilon_ 0.0714286) (p 0.928571) p))) + (((p 1) p)))))))))))))))))))))))))))) + ((n.name is f) + ((p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.0493827) (p 0.950617) p))) + ((n.name is s) + ((p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.00689655) (p 0.993103) p))) + ((n.name is b) + ((p.p.name is a) + (((_epsilon_ 0.8) (p 0.2) _epsilon_)) + ((p.p.p.name is #) + ((p.p.name is h) + (((p 1) p)) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_))) + (((p 1) p)))) + ((n.name is n) + ((p.p.p.name is 0) (((_epsilon_ 1) _epsilon_)) (((p 1) p))) + ((n.name is t) + ((p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + ((p.name is m) (((_epsilon_ 1) _epsilon_)) (((p 1) p))) + (((_epsilon_ 0.00493827) (p 0.995062) p)))) + ((p.name is u) + (((_epsilon_ 0.00497512) (p 0.995025) p)) + ((p.p.name is e) + ((n.name is i) + ((n.n.name is r) + ((p.name is s) + ((n.n.n.name is a) + (((p 1) p)) + (((_epsilon_ 0.666667) (p 0.333333) _epsilon_))) + (((p 1) p))) + (((p 1) p))) + (((p 1) p))) + (((p 1) p))))))))))))) +(q (((k 1) k))) +(r + ((p.name is e) + ((n.name is r) + ((p.p.name is p) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.25) (er1 0.75) er1)) + ((n.n.name is e) + ((n.n.n.name is l) + (((er0 1) er0)) + ((n.n.n.name is t) + (((er0 0.333333) (er1 0.666667) er1)) + (((er0 0.75) (er1 0.25) er0)))) + ((n.n.name is i) + (((_epsilon_ 0.3) (er0 0.6) (er1 0.1) er0)) + ((n.n.n.name is t) + (((er0 0.75) (er1 0.25) er0)) + ((n.n.n.name is n) + (((_epsilon_ 0.333333) + (er0 0.333333) + (er1 0.333333) + _epsilon_)) + (((_epsilon_ 0.25) (er1 0.75) er1)))))))) + ((p.p.p.name is o) + ((p.p.name is v) (((er0 1) er0)) (((_epsilon_ 1) _epsilon_))) + ((p.p.p.name is n) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is d) + (((er0 1) er0)) + ((n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is t) + ((n.n.name is u) + (((_epsilon_ 0.833333) (er0 0.166667) _epsilon_)) + (((_epsilon_ 0.444444) (er0 0.555556) er0))) + (((_epsilon_ 1) _epsilon_)))))) + (((_epsilon_ 0.985915) + (er0 0.00469484) + (er1 0.00234742) + (r 0.00704225) + _epsilon_))))) + ((p.p.p.name is #) + ((n.name is i) + ((n.n.n.name is i) + ((p.p.name is v) + (((r 1) r)) + (((er0 0.909091) (r 0.0909091) er0))) + ((n.n.name is v) + (((er0 0.833333) (r 0.166667) er0)) + ((p.p.name is p) + ((n.n.name is o) + (((r 1) r)) + ((n.n.name is s) + (((r 1) r)) + ((n.n.name is l) + (((er0 0.25) (r 0.75) r)) + (((er0 0.615385) (er1 0.230769) (r 0.153846) er0))))) + ((n.n.name is n) + ((n.n.n.name is g) + (((er1 0.181818) (r 0.818182) r)) + ((n.n.n.name is o) (((er0 1) er0)) (((er0 0.4) (r 0.6) r)))) + (((er0 0.0434783) (er1 0.0144928) (r 0.942029) r)))))) + ((n.name is e) + ((p.p.name is p) + ((n.n.name is g) + (((er1 0.333333) (r 0.666667) r)) + (((er0 0.6) (er1 0.133333) (r 0.266667) er0))) + ((n.n.n.name is t) + (((er0 0.625) (er1 0.125) (r 0.25) er0)) + ((n.n.n.name is i) + ((p.p.name is j) + (((r 1) r)) + ((n.n.name is l) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.name is h) + ((n.n.name is d) + (((er0 1) er0)) + (((er0 0.333333) (r 0.666667) r))) + (((er0 0.75) (r 0.25) er0))))) + ((p.p.name is h) + (((r 1) r)) + ((p.p.name is j) + (((r 1) r)) + ((n.n.n.name is u) + (((r 1) r)) + ((n.n.name is m) + (((r 1) r)) + ((n.n.n.name is #) + (((er0 0.0909091) (r 0.909091) r)) + ((p.p.name is t) + (((er0 0.6) (r 0.4) er0)) + ((p.p.name is r) + (((r 1) r)) + ((n.n.n.name is s) + (((r 1) r)) + ((n.n.n.name is d) + (((er0 0.142857) (r 0.857143) r)) + ((p.p.name is b) + (((er0 0.6) (r 0.4) er0)) + ((n.n.n.name is o) + (((r 1) r)) + ((n.n.name is n) + ((n.n.n.name is e) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.name is s) + (((r 1) r)) + ((n.n.n.name is a) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.25) (r 0.75) r))))) + (((er0 0.263158) (r 0.736842) r))))))))))))))))) + ((n.name is o) + ((p.p.name is p) + ((n.n.name is n) + ((n.n.n.name is i) + (((er0 0.333333) (r 0.666667) r)) + (((er0 1) er0))) + (((er0 0.666667) (er1 0.333333) er0))) + ((n.n.n.name is x) + (((er0 1) er0)) + ((n.n.n.name is i) + ((p.p.name is f) (((er0 1) er0)) (((er0 0.375) (r 0.625) r))) + ((p.p.name is a) + (((r 1) r)) + ((n.n.n.name is a) + (((er0 0.571429) (r 0.428571) er0)) + (((er0 0.107143) (r 0.892857) r))))))) + ((n.name is a) + ((n.n.name is r) + (((er0 1) er0)) + ((p.p.name is p) + (((er0 0.777778) (er1 0.111111) (r 0.111111) er0)) + ((n.n.n.name is i) + ((p.p.name is c) + (((er0 1) er0)) + ((p.p.name is g) + (((er0 1) er0)) + ((p.p.name is s) + (((er0 0.75) (r 0.25) er0)) + (((er0 0.333333) (r 0.666667) r))))) + ((n.n.n.name is h) + (((_epsilon_ 0.2) (er0 0.4) (r 0.4) er0)) + ((p.p.name is c) + (((er0 0.6) (r 0.4) er0)) + ((n.n.n.name is d) + ((n.n.name is l) + (((er0 0.166667) (r 0.833333) r)) + (((er0 1) er0))) + (((er0 0.0571429) (r 0.942857) r)))))))) + ((p.p.name is p) + ((n.name is l) + (((er1 1) er1)) + ((n.n.n.name is #) + (((er1 1) er1)) + ((n.n.n.name is n) + ((n.name is c) + (((er0 1) er0)) + (((er0 0.193548) (er1 0.806452) er1))) + ((n.name is u) + (((er0 0.909091) (r 0.0909091) er0)) + ((n.n.n.name is s) + (((er0 0.941176) (er1 0.0588235) er0)) + ((n.n.n.name is 0) + (((er1 1) er1)) + ((n.n.n.name is p) + (((er0 1) er0)) + ((n.name is n) + (((er0 0.6) (er1 0.2) (r 0.2) er0)) + ((n.name is f) + (((er0 0.8) (er1 0.2) er0)) + ((n.name is v) + (((er0 0.833333) (er1 0.166667) er0)) + ((n.name is p) + (((er0 0.647059) (er1 0.352941) er0)) + ((n.n.n.name is a) + ((n.n.name is u) + (((er0 1) er0)) + ((n.n.name is i) + (((er0 0.2) (er1 0.8) er1)) + (((er0 0.5) (er1 0.5) er0)))) + ((n.name is s) + ((n.n.name is p) + (((er0 0.666667) (er1 0.333333) er0)) + (((er0 0.125) (er1 0.875) er1))) + ((n.n.n.name is i) + (((er0 0.8) (er1 0.2) er0)) + ((n.name is d) + (((er0 0.75) (er1 0.25) er0)) + ((n.n.n.name is e) + (((er1 1) er1)) + ((n.name is c) + (((er0 0.555556) (er1 0.444444) er0)) + ((n.name is t) + (((er0 0.6) (er1 0.4) er0)) + ((n.n.name is i) + (((er0 0.6) (er1 0.4) er0)) + (((er0 0.0909091) (er1 0.909091) er1))))))))))))))))))))) + ((n.n.n.name is #) + ((n.n.name is a) + ((p.p.name is s) + (((r 1) r)) + ((p.p.name is b) + (((er1 0.666667) (r 0.333333) er1)) + ((n.name is m) + (((er1 0.666667) (r 0.333333) er1)) + (((er1 0.307692) (r 0.692308) r))))) + ((n.name is u) + (((r 1) r)) + ((n.n.name is i) + (((er1 0.2) (r 0.8) r)) + ((n.n.name is o) + ((p.p.name is s) + (((er1 0.666667) (r 0.333333) er1)) + (((er1 0.428571) (r 0.571429) r))) + ((n.name is b) + (((er1 0.777778) (r 0.222222) er1)) + ((n.n.name is h) + (((er1 1) er1)) + ((n.name is t) + (((er1 0.833333) (r 0.166667) er1)) + ((n.n.name is s) + (((er1 1) er1)) + ((n.n.name is t) + (((er1 1) er1)) + ((n.n.name is e) + (((er1 0.96) (r 0.04) er1)) + ((n.n.name is y) + (((er1 1) er1)) + (((er1 0.333333) (r 0.666667) r))))))))))))) + ((n.name is u) + (((er0 0.266667) (r 0.733333) r)) + ((n.n.name is a) + ((n.name is n) + ((p.p.name is f) + (((er0 1) er0)) + ((n.n.n.name is r) + (((er0 0.857143) (er1 0.142857) er0)) + ((n.n.n.name is d) + (((er0 0.666667) (er1 0.333333) er0)) + ((p.p.name is b) + (((er0 0.3) (er1 0.7) er1)) + (((er0 0.571429) (er1 0.428571) er0)))))) + ((p.p.name is g) + ((n.name is h) + (((er1 1) er1)) + ((n.n.n.name is i) + (((er0 1) er0)) + ((n.n.n.name is s) + (((er0 0.75) (er1 0.25) er0)) + (((er0 0.454545) (er1 0.545455) er1))))) + ((p.p.name is m) + (((er0 0.75) (er1 0.25) er0)) + ((n.name is m) + (((er1 0.952381) (r 0.047619) er1)) + ((n.n.n.name is s) + (((er1 0.5) (r 0.5) er1)) + ((n.name is g) + (((er0 0.75) (er1 0.25) er0)) + ((p.p.name is c) + (((er1 0.833333) (r 0.166667) er1)) + ((n.name is s) + (((er0 0.2) (er1 0.6) (r 0.2) er1)) + ((n.name is b) + ((p.p.name is h) + (((er0 0.2) (er1 0.8) er1)) + (((er0 0.5) (er1 0.5) er0))) + (((er0 0.125) (er1 0.875) er1))))))))))) + ((n.name is y) + (((er0 0.166667) (r 0.833333) r)) + ((p.p.name is z) + ((n.n.n.name is n) (((er0 1) er0)) (((r 1) r))) + ((n.n.name is u) + ((n.n.n.name is i) + (((er1 0.666667) (r 0.333333) er1)) + ((n.name is g) + (((er1 1) er1)) + ((n.name is m) + (((er0 1) er0)) + ((n.name is c) + (((er0 0.714286) (er1 0.285714) er0)) + ((n.n.n.name is r) + (((er1 1) er1)) + ((n.n.n.name is s) + (((er0 0.25) (er1 0.75) er1)) + (((er0 0.714286) (er1 0.285714) er0)))))))) + ((n.n.name is o) + ((n.name is d) + (((er1 0.25) (r 0.75) r)) + ((p.p.name is b) + ((n.name is k) + (((er1 1) er1)) + (((er0 0.666667) (er1 0.333333) er0))) + ((n.n.n.name is s) + (((er0 0.5) (er1 0.25) (r 0.25) er0)) + ((p.p.name is d) + (((er1 0.666667) (r 0.333333) er1)) + ((p.p.name is h) + (((er1 1) er1)) + ((p.p.name is c) + (((er0 0.666667) (er1 0.333333) er0)) + ((p.p.name is v) + ((n.name is h) + (((er0 0.25) (er1 0.75) er1)) + (((er0 0.5) (er1 0.5) er0))) + (((er0 0.105263) (er1 0.894737) er1))))))))) + ((n.name is k) + (((er1 1) er1)) + ((n.name is g) + (((er0 0.0151515) (er1 0.939394) (r 0.0454545) er1)) + ((n.n.n.name is t) + ((n.n.name is s) + (((er1 0.833333) (r 0.166667) er1)) + ((p.p.name is v) + (((er0 1) er0)) + ((p.p.name is b) + (((er0 0.6) (er1 0.4) er0)) + ((n.n.name is e) + (((er0 0.666667) (er1 0.333333) er0)) + (((er0 0.111111) (er1 0.888889) er1)))))) + ((n.n.name is h) + (((er0 0.0227273) (er1 0.977273) er1)) + ((n.n.n.name is s) + (((er1 0.923077) (r 0.0769231) er1)) + ((n.n.n.name is a) + ((n.n.name is i) + ((p.p.name is h) + (((er1 1) er1)) + ((n.name is b) + (((er1 1) er1)) + (((er1 0.333333) (r 0.666667) r)))) + (((er1 1) er1))) + ((n.name is #) + (((er0 0.166667) (er1 0.5) (r 0.333333) er1)) + ((n.name is m) + ((p.p.name is v) + ((n.n.n.name is l) + (((er0 1) er0)) + (((er0 0.333333) (er1 0.666667) er1))) + ((n.n.name is e) + ((p.p.name is f) + (((er0 0.8) (er1 0.2) er0)) + (((er0 0.142857) (er1 0.857143) er1))) + ((p.p.name is t) + (((er0 0.0714286) (er1 0.928571) er1)) + ((n.n.name is i) + ((n.n.n.name is n) + (((er1 0.857143) (r 0.142857) er1)) + ((p.p.name is h) + (((er0 0.333333) + (er1 0.333333) + (r 0.333333) + er0)) + (((er0 0.25) (er1 0.5) (r 0.25) er1)))) + (((er1 1) er1)))))) + ((p.p.name is b) + ((n.n.n.name is n) + ((n.name is t) + (((er0 0.666667) (er1 0.333333) er0)) + ((n.name is l) + (((er0 0.5) (er1 0.5) er0)) + (((er0 0.25) (er1 0.75) er1)))) + (((er0 0.16129) (er1 0.83871) er1))) + ((n.name is t) + (((er0 0.0196078) + (er1 0.941176) + (r 0.0392157) + er1)) + ((p.p.name is c) + ((n.n.n.name is n) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.25) (er1 0.75) er1))) + ((n.n.n.name is g) + (((er0 0.0909091) + (er1 0.727273) + (r 0.181818) + er1)) + ((n.name is d) + ((n.n.n.name is r) + (((er0 0.4) (er1 0.4) (r 0.2) er0)) + (((er1 0.944444) (r 0.0555556) er1))) + ((n.name is l) + (((er0 0.157895) + (er1 0.789474) + (r 0.0526316) + er1)) + ((n.n.n.name is d) + ((n.name is v) + (((er0 0.333333) (er1 0.666667) er1)) + (((er0 0.5) (er1 0.5) er0))) + ((p.p.name is m) + (((er1 1) er1)) + ((p.p.name is k) + (((er1 1) er1)) + ((n.name is s) + ((n.n.name is t) + (((er1 1) er1)) + ((n.n.n.name is h) + (((er1 1) er1)) + ((n.n.n.name is o) + (((er1 1) er1)) + ((n.n.name is e) + (((er0 0.166667) + (er1 0.833333) + er1)) + (((er0 0.833333) + (er1 0.166667) + er0)))))) + ((n.n.n.name is n) + ((n.name is b) + (((er0 0.5) (er1 0.5) er0)) + (((er0 0.0666667) + (er1 0.933333) + er1))) + ((p.p.name is t) + (((er0 0.333333) + (er1 0.666667) + er1)) + ((n.name is v) + ((n.n.name is e) + (((er0 0.5) (er1 0.5) er0)) + (((er1 1) er1))) + (((er0 0.016129) + (er1 0.983871) + er1))))))))))))))))))))))))))))))))))) + ((n.name is #) + ((p.p.name is e) + (((er0 0.0892857) (r 0.910714) r)) + ((p.p.name is i) + (((_epsilon_ 0.010582) (er0 0.896825) (r 0.0925926) er0)) + ((p.p.name is u) + (((er0 0.847059) (r 0.152941) er0)) + ((p.p.name is f) + (((er0 0.959459) (er1 0.0405405) er0)) + ((p.p.name is y) + (((er0 0.939024) (r 0.0609756) er0)) + ((p.p.name is a) + (((er0 0.428571) (r 0.571429) r)) + (((_epsilon_ 0.000334113) + (er0 0.995322) + (er1 0.000668226) + (r 0.00367524) + er0)))))))) + ((p.p.name is i) + ((n.name is s) + ((n.n.name is #) + ((p.p.p.name is r) + (((er0 1) er0)) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) (er0 0.333333) (r 0.333333) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.0909091) (er0 0.727273) (r 0.181818) er0)) + ((p.p.p.name is f) + (((er0 0.875) (r 0.125) er0)) + ((p.p.p.name is h) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.545455) (er1 0.0454545) (r 0.409091) er0))))))) + (((er0 0.05) (r 0.95) r))) + (((er0 0.0508475) (r 0.949153) r))) + ((n.name is i) + ((n.n.name is n) + ((p.p.name is e) + (((r 1) r)) + ((n.n.n.name is g) + (((er0 0.970874) (er1 0.00970874) (r 0.0194175) er0)) + ((n.n.n.name is e) + (((er0 1) er0)) + ((p.p.name is t) + (((er0 0.2) (r 0.8) r)) + ((p.p.p.name is e) + (((er0 1) er0)) + ((p.p.name is l) + (((er0 1) er0)) + ((p.p.name is p) + (((er0 1) er0)) + ((p.p.name is h) + (((er0 0.75) (r 0.25) er0)) + ((n.n.n.name is #) + (((er0 0.6) (r 0.4) er0)) + (((er0 0.4) (r 0.6) r))))))))))) + ((n.n.name is e) + ((n.n.n.name is n) + (((r 1) r)) + ((p.p.name is u) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.name is n) + (((er0 1) er0)) + ((p.p.p.name is o) + (((er0 1) er0)) + ((p.p.p.name is r) + (((er0 1) er0)) + ((p.p.p.name is t) + (((er0 1) er0)) + ((p.p.name is l) + (((er0 1) er0)) + ((p.p.name is t) + (((er0 0.4) (r 0.6) r)) + (((er0 0.714286) (r 0.285714) er0)))))))))) + ((n.n.name is z) + (((er0 0.933333) (r 0.0666667) er0)) + ((n.n.name is s) + ((p.p.p.name is o) + (((r 1) r)) + ((p.p.p.name is c) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.p.name is s) + (((er0 1) er0)) + ((n.n.n.name is h) + (((er0 1) er0)) + ((p.p.p.name is n) + (((er0 1) er0)) + ((p.p.p.name is u) + (((er0 1) er0)) + (((er0 0.428571) (r 0.571429) r)))))))) + ((n.n.n.name is h) + (((er0 0.785714) (r 0.214286) er0)) + ((p.p.name is d) + ((n.n.name is a) + (((r 1) r)) + ((n.n.n.name is k) + (((er0 0.5) (r 0.5) er0)) + ((n.n.name is c) + (((er0 1) er0)) + ((p.p.p.name is e) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.333333) (r 0.666667) r)))))) + ((n.n.n.name is g) + (((er0 0.857143) (r 0.142857) er0)) + ((n.n.n.name is k) + ((p.p.name is m) + (((er0 1) er0)) + ((p.p.name is v) + (((er0 1) er0)) + (((er0 0.2) (r 0.8) r)))) + ((n.n.n.name is o) + ((p.p.p.name is l) + (((er0 1) er0)) + ((p.p.name is m) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.666667) (r 0.333333) er0)))) + ((p.p.name is m) + (((er1 0.0232558) (r 0.976744) r)) + ((n.n.name is o) + (((r 1) r)) + ((n.n.name is #) + (((r 1) r)) + ((p.p.p.name is g) + (((er0 0.75) (r 0.25) er0)) + ((p.p.name is l) + ((p.p.p.name is c) + (((r 1) r)) + ((p.p.p.name is a) + (((er0 0.4) (r 0.6) r)) + (((er0 1) er0)))) + ((p.p.p.name is c) + ((p.p.name is t) (((r 1) r)) (((er0 1) er0))) + ((p.p.p.name is o) + (((er0 0.5) (r 0.5) er0)) + ((p.p.name is v) + ((p.p.p.name is a) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.142857) (r 0.857143) r))) + ((n.n.n.name is e) + ((p.p.name is p) + (((r 1) r)) + ((p.p.name is t) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.333333) (r 0.666667) r)))) + ((p.p.p.name is n) + ((p.p.name is t) + (((er0 0.5) (r 0.5) er0)) + (((r 1) r))) + (((er0 0.0434783) (r 0.956522) r))))))))))))))))))))) + ((p.p.p.name is 0) + ((n.name is a) + (((r 1) r)) + ((n.name is o) + (((er0 0.0833333) (r 0.916667) r)) + ((n.n.n.name is t) + ((n.name is u) + (((r 1) r)) + ((n.name is e) (((r 1) r)) (((er1 0.8) (r 0.2) er1)))) + (((er0 0.0886076) (er1 0.835443) (r 0.0759494) er1))))) + ((p.p.name is e) + (((er0 0.0555556) (r 0.944444) r)) + ((n.name is s) + ((n.n.name is #) + ((p.p.name is f) + ((p.p.p.name is e) + (((er1 0.666667) (r 0.333333) er1)) + (((er0 0.913043) (er1 0.0869565) er0))) + (((er0 0.996212) (er1 0.000757576) (r 0.0030303) er0))) + ((n.n.name is i) + ((n.n.n.name is z) + (((er0 1) er0)) + ((n.n.n.name is o) + (((er1 1) er1)) + ((n.n.n.name is t) + (((er1 1) er1)) + ((n.n.n.name is b) + (((er1 1) er1)) + ((n.n.n.name is n) + (((er1 1) er1)) + ((n.n.n.name is v) + (((er1 1) er1)) + ((p.p.p.name is i) + (((er0 0.333333) (er1 0.666667) er1)) + (((er0 0.6) (er1 0.4) er0))))))))) + ((n.n.name is e) + ((n.n.n.name is #) + (((er0 0.142857) (er1 0.857143) er1)) + ((p.p.name is m) + (((er1 1) er1)) + ((p.p.name is v) + ((p.p.p.name is o) + (((er0 1) er0)) + (((er0 0.2) (er1 0.8) er1))) + (((er0 0.965517) (er1 0.0344828) er0))))) + ((n.n.name is k) + (((er1 0.833333) (r 0.166667) er1)) + ((p.p.name is u) + (((er0 0.166667) (r 0.833333) r)) + ((p.p.name is o) + (((r 1) r)) + ((n.n.name is a) + ((n.n.n.name is l) + (((er0 0.285714) (er1 0.714286) er1)) + (((er0 0.705882) (er1 0.235294) (r 0.0588235) er0))) + ((p.p.name is p) + ((p.p.p.name is m) + (((er0 0.166667) (er1 0.666667) (r 0.166667) er1)) + (((er0 0.875) (er1 0.125) er0))) + ((p.p.p.name is p) + (((er1 0.666667) (r 0.333333) er1)) + ((p.p.name is y) + (((er0 0.5) (r 0.5) er0)) + ((p.p.name is w) + (((er0 0.5) (er1 0.5) er0)) + ((n.n.name is m) + ((n.n.n.name is a) + (((er0 0.333333) (r 0.666667) r)) + (((er0 1) er0))) + (((er0 0.980392) + (er1 0.0117647) + (r 0.00784314) + er0)))))))))))))) + ((n.name is a) + ((n.n.name is #) + (((er0 0.0722892) (r 0.927711) r)) + ((n.n.name is p) + (((r 1) r)) + ((p.p.p.name is m) + (((er0 0.272727) (r 0.727273) r)) + ((n.n.name is s) + (((er0 0.363636) (r 0.636364) r)) + ((p.p.name is v) + ((p.p.p.name is o) + (((er0 1) er0)) + ((n.n.name is g) + ((p.p.p.name is a) + (((er0 0.25) (r 0.75) r)) + (((er0 0.5) (r 0.5) er0))) + ((p.p.p.name is e) + (((er0 0.4) (r 0.6) r)) + (((er0 1) er0))))) + ((p.p.p.name is s) + ((p.p.name is h) + (((r 1) r)) + (((er0 0.785714) (er1 0.0714286) (r 0.142857) er0))) + ((n.n.n.name is u) + (((er0 0.25) (r 0.75) r)) + ((n.n.n.name is d) + ((n.n.name is l) (((r 1) r)) (((er0 1) er0))) + ((n.n.name is d) + (((er0 0.5) (r 0.5) er0)) + ((p.p.name is h) + ((n.n.name is n) + (((er0 1) er0)) + ((n.n.name is l) + (((er0 1) er0)) + (((er0 0.333333) (r 0.666667) r)))) + (((er0 0.979167) (r 0.0208333) er0)))))))))))) + ((n.name is o) + ((n.n.name is #) + (((er0 0.0327869) (r 0.967213) r)) + ((n.n.name is u) + (((er0 1) er0)) + ((p.p.p.name is e) + (((er0 1) er0)) + ((p.p.name is h) + ((p.p.p.name is t) + (((er0 0.75) (r 0.25) er0)) + (((r 1) r))) + ((p.p.name is n) + (((er0 0.2) (r 0.8) r)) + ((p.p.name is v) + ((p.p.p.name is i) + (((r 1) r)) + (((er0 0.666667) (r 0.333333) er0))) + ((p.p.name is d) + (((er0 1) er0)) + ((n.n.n.name is a) + (((r 1) r)) + ((p.p.p.name is l) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.name is f) + (((er0 0.333333) (r 0.666667) r)) + ((n.n.name is s) + (((er0 0.571429) (r 0.428571) er0)) + ((p.p.p.name is c) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.88) (r 0.12) er0)))))))))))))) + ((n.name is e) + ((n.n.n.name is #) + ((n.n.name is s) + (((r 1) r)) + ((p.p.name is f) + ((p.p.p.name is f) + (((er0 1) er0)) + (((er0 0.25) (er1 0.5) (r 0.25) er1))) + ((p.p.name is h) + ((p.p.p.name is t) + (((er0 0.923077) (r 0.0769231) er0)) + ((n.n.name is r) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.75) (r 0.25) er0)))) + (((er0 0.976303) (r 0.0236967) er0))))) + ((p.p.name is h) + ((p.p.p.name is t) + ((n.n.name is a) + (((r 1) r)) + ((n.n.name is l) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.444444) (r 0.555556) r)))) + (((er0 0.030303) (r 0.969697) r))) + ((n.n.name is #) + ((p.p.name is g) + (((er0 1) er0)) + ((p.p.p.name is e) + ((p.p.name is v) + (((r 1) r)) + (((er0 0.5) (r 0.5) er0))) + (((er0 0.0909091) (r 0.909091) r)))) + ((n.n.name is o) + (((r 1) r)) + ((p.p.name is r) + (((r 1) r)) + ((n.n.n.name is y) + (((r 1) r)) + ((n.n.name is s) + ((p.p.p.name is o) + (((er0 1) er0)) + ((p.p.p.name is n) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.666667) (r 0.333333) er0)))) + ((n.n.n.name is g) + (((er0 0.25) (r 0.75) r)) + ((n.n.n.name is o) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.p.name is s) + (((er0 0.5) (r 0.5) er0)) + ((p.p.p.name is n) + (((er0 1) er0)) + ((p.p.p.name is o) + (((er0 1) er0)) + ((n.n.n.name is s) + (((er0 1) er0)) + ((p.p.p.name is e) + (((er0 0.928571) (r 0.0714286) er0)) + ((p.p.p.name is i) + (((er0 1) er0)) + ((n.n.name is n) + ((p.p.p.name is f) + (((er0 0.8) (r 0.2) er0)) + (((r 1) r))) + (((er0 0.846154) (r 0.153846) er0)))))))))))))))))) + ((p.p.name is b) + ((n.n.n.name is #) + ((n.name is t) + ((n.n.name is s) + (((er0 1) er0)) + ((n.n.name is y) + (((er0 0.8) (er1 0.2) er0)) + (((er0 0.04) (er1 0.16) (r 0.8) r)))) + (((er0 0.92) (er1 0.04) (r 0.04) er0))) + ((n.n.name is #) + (((er0 0.992268) (er1 0.00515464) (r 0.00257732) er0)) + ((n.n.n.name is r) + (((er0 0.991071) (er1 0.00892857) er0)) + ((p.p.p.name is n) + (((er0 0.4) (er1 0.6) er1)) + ((n.n.name is a) + (((er0 1) er0)) + ((n.n.name is e) + (((er0 1) er0)) + ((n.n.name is i) + (((er0 0.96875) (er1 0.03125) er0)) + ((n.n.n.name is o) + (((er0 1) er0)) + ((n.n.n.name is a) + (((er0 1) er0)) + ((p.p.p.name is m) + (((er0 0.75) (er1 0.25) er0)) + ((p.p.p.name is l) + (((er0 0.666667) (er1 0.333333) er0)) + (((er0 0.333333) (er1 0.666667) er1))))))))))))) + ((p.p.name is o) + ((p.p.p.name is c) + (((er1 1) er1)) + ((n.name is m) + (((er0 0.666667) (r 0.333333) er0)) + (((er1 0.047619) (r 0.952381) r)))) + ((p.p.name is s) + ((n.n.name is i) + (((er0 0.0833333) (er1 0.916667) er1)) + ((n.name is v) + ((n.n.n.name is d) + (((er1 1) er1)) + ((n.n.n.name is n) + (((er1 1) er1)) + ((n.n.n.name is s) + (((er1 1) er1)) + ((p.p.p.name is e) + ((n.n.n.name is #) + (((er0 0.25) (er1 0.75) er1)) + (((_epsilon_ 0.125) (er0 0.75) (er1 0.125) er0))) + ((p.p.p.name is n) + (((er0 0.142857) (er1 0.857143) er1)) + ((p.p.p.name is b) + (((er0 0.25) (er1 0.75) er1)) + (((er0 0.8) (er1 0.2) er0)))))))) + ((n.name is t) + ((n.n.n.name is d) + (((er1 1) er1)) + ((n.n.name is s) + ((p.p.p.name is s) + (((er1 1) er1)) + (((er0 0.5) (er1 0.5) er0))) + ((p.p.p.name is i) + (((er0 1) er0)) + ((p.p.p.name is s) + (((er0 0.7) (er1 0.3) er0)) + ((p.p.p.name is e) + (((er0 0.75) (er1 0.25) er0)) + (((er0 0.25) (er1 0.25) (r 0.5) r))))))) + (((er0 0.944444) (er1 0.0555556) er0))))) + ((p.p.name is d) + ((p.p.p.name is n) + (((er0 1) er0)) + ((p.p.p.name is c) + (((er1 1) er1)) + ((p.p.p.name is e) + (((er0 1) er0)) + ((p.p.p.name is l) + (((er0 0.961538) (er1 0.0384615) er0)) + ((n.name is m) + ((n.n.n.name is n) + (((er0 1) er0)) + ((p.p.p.name is o) + (((er1 1) er1)) + (((er0 0.5) (er1 0.5) er0)))) + (((er0 0.883721) (er1 0.116279) er0))))))) + ((p.p.name is a) + (((r 1) r)) + ((n.name is y) + ((n.n.name is #) + ((p.p.p.name is o) + ((p.p.name is w) + (((er0 0.8) (er1 0.2) er0)) + ((p.p.name is n) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.777778) (r 0.222222) er0)))) + (((er0 0.905109) + (er1 0.0218978) + (r 0.0729927) + er0))) + ((p.p.p.name is e) + (((er0 0.142857) (r 0.857143) r)) + ((p.p.name is h) + (((er0 0.333333) (r 0.666667) r)) + (((er0 1) er0))))) + ((n.n.n.name is #) + ((n.n.name is y) + ((n.name is l) + (((er0 1) er0)) + ((n.name is t) + (((er0 0.962963) (r 0.037037) er0)) + ((p.p.name is n) + (((er0 1) er0)) + ((n.name is b) (((er0 1) er0)) (((er1 1) er1)))))) + ((n.n.name is s) + ((n.name is u) + (((er0 1) er0)) + ((n.name is n) + (((er0 0.7) (er1 0.3) er0)) + ((p.p.p.name is e) + (((er0 0.666667) (er1 0.333333) er0)) + ((p.p.name is v) + (((er0 0.285714) (er1 0.714286) er1)) + ((n.name is t) + (((er0 0.571429) (er1 0.428571) er0)) + (((er0 0.25) (er1 0.75) er1))))))) + ((n.name is l) + (((_epsilon_ 0.0833333) + (er0 0.833333) + (er1 0.0833333) + er0)) + ((p.p.name is u) + (((er0 0.125) (r 0.875) r)) + ((p.p.p.name is a) + ((n.n.name is e) + (((er1 0.5) (r 0.5) er1)) + (((er0 0.111111) (r 0.888889) r))) + ((p.p.name is c) + (((er0 0.4) (r 0.6) r)) + ((n.n.name is h) + (((er0 1) er0)) + ((p.p.p.name is l) + (((er0 0.333333) (r 0.666667) r)) + ((n.n.name is a) + (((er1 0.571429) (r 0.428571) er1)) + ((n.name is u) + (((er0 0.666667) (r 0.333333) er0)) + ((n.name is d) + ((p.p.name is v) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.333333) (er1 0.666667) er1))) + (((er0 0.2) (er1 0.8) er1))))))))))))) + ((n.n.name is i) + ((p.p.p.name is g) + (((r 1) r)) + ((n.n.n.name is l) + ((p.p.p.name is a) + (((_epsilon_ 0.666667) + (er0 0.333333) + _epsilon_)) + (((er0 0.944444) (er1 0.0555556) er0))) + ((n.n.n.name is a) + (((er0 0.125) (er1 0.875) er1)) + ((n.n.n.name is n) + ((n.name is l) + (((er0 0.84) (er1 0.16) er0)) + ((n.name is d) + (((er0 1) er0)) + ((p.p.p.name is e) + (((er1 1) er1)) + ((n.name is m) + ((p.p.p.name is x) + (((er1 1) er1)) + (((er0 0.875) (er1 0.125) er0))) + ((p.p.p.name is n) + (((er1 1) er1)) + ((p.p.p.name is s) + (((er1 1) er1)) + ((n.name is t) + (((er0 0.166667) (er1 0.833333) er1)) + ((p.p.p.name is c) + (((er0 0.25) (er1 0.75) er1)) + (((er0 0.666667) (er1 0.333333) er0)))))))))) + ((n.name is n) + ((p.p.name is v) + (((er0 1) er0)) + ((p.p.name is t) + ((n.n.n.name is t) + (((er0 0.166667) (er1 0.833333) er1)) + (((er0 0.75) (er1 0.25) er0))) + (((er0 0.166667) (er1 0.833333) er1)))) + ((p.p.name is t) + (((er0 1) er0)) + ((n.n.n.name is o) + (((er1 1) er1)) + ((p.p.name is h) + ((n.name is m) + (((er1 1) er1)) + (((er0 0.5) (er1 0.5) er0))) + ((p.p.name is c) + (((er0 0.333333) + (er1 0.333333) + (r 0.333333) + er0)) + ((p.p.p.name is o) + (((er0 0.875) (r 0.125) er0)) + ((n.n.n.name is s) + (((er0 0.96) (er1 0.04) er0)) + ((p.p.name is n) + (((er0 1) er0)) + ((p.p.p.name is u) + (((er0 1) er0)) + ((n.n.n.name is e) + ((p.p.name is m) + (((er0 0.333333) + (er1 0.666667) + er1)) + (((er0 1) er0))) + ((p.p.p.name is i) + (((er0 0.666667) + (er1 0.333333) + er0)) + (((er0 0.4) (er1 0.6) er1))))))))))))))))) + ((p.p.name is h) + ((p.p.p.name is t) + ((n.name is m) + ((n.n.n.name is n) + (((er0 1) er0)) + ((n.n.name is e) + (((er0 1) er0)) + ((n.n.name is o) + ((n.n.n.name is s) + (((er1 1) er1)) + (((er0 0.6) (er1 0.4) er0))) + (((er1 1) er1))))) + (((er0 0.954545) (er1 0.0454545) er0))) + ((n.n.n.name is r) + (((er1 1) er1)) + ((n.n.name is #) + ((n.name is t) + (((er0 0.923077) (er1 0.0769231) er0)) + ((n.name is n) + (((er0 0.75) (er1 0.25) er0)) + ((n.name is d) + (((er0 0.8) (er1 0.2) er0)) + (((er1 1) er1))))) + ((n.name is u) + (((er0 0.8) (r 0.2) er0)) + ((n.name is b) + (((er0 1) er0)) + ((n.name is n) + ((n.n.name is o) + (((er0 0.25) (er1 0.5) (r 0.25) er1)) + (((_epsilon_ 0.333333) + (er0 0.333333) + (er1 0.333333) + _epsilon_))) + ((p.p.p.name is c) + (((er1 1) er1)) + ((n.name is l) + (((er1 1) er1)) + ((p.p.p.name is s) + ((n.name is m) + (((er0 0.666667) (er1 0.333333) er0)) + (((er0 0.333333) (er1 0.666667) er1))) + (((er0 0.333333) (er1 0.666667) er1))))))))))) + ((n.n.name is e) + ((n.name is g) + ((p.p.name is m) + (((er1 1) er1)) + ((p.p.name is v) + (((er0 0.125) (er1 0.875) er1)) + ((p.p.name is u) + (((er1 0.666667) (r 0.333333) er1)) + (((er0 0.916667) (er1 0.0833333) er0))))) + ((n.name is t) + ((p.p.name is v) + (((er1 1) er1)) + (((er0 0.785714) (er1 0.214286) er0))) + ((p.p.p.name is e) + ((n.n.n.name is r) + (((er1 1) er1)) + ((n.name is m) + (((er1 1) er1)) + (((er0 0.9) (r 0.1) er0)))) + ((p.p.p.name is s) + ((p.p.name is t) + ((n.n.n.name is r) + (((er0 0.75) (er1 0.25) er0)) + ((n.name is m) + (((er0 0.75) (er1 0.25) er0)) + ((n.n.n.name is l) + (((er0 0.666667) (er1 0.333333) er0)) + (((er0 0.333333) (er1 0.666667) er1))))) + ((p.p.name is p) + (((er0 0.5) (er1 0.5) er0)) + (((er0 0.333333) (er1 0.666667) er1)))) + ((n.name is n) + ((p.p.p.name is n) + ((n.n.n.name is d) + (((er1 1) er1)) + (((er0 0.666667) (er1 0.333333) er0))) + (((er0 0.75) (er1 0.25) er0))) + ((n.n.n.name is e) + (((er0 0.5) (er1 0.5) er0)) + ((n.n.n.name is c) + ((p.p.name is p) + (((er0 0.4) (er1 0.6) er1)) + (((er0 1) er0))) + (((er0 0.982609) (er1 0.0173913) er0))))))))) + ((n.n.n.name is e) + ((p.p.name is v) + (((er0 0.913043) + (er1 0.0434783) + (r 0.0434783) + er0)) + ((n.n.name is r) + ((p.p.p.name is n) + ((n.name is b) + (((er0 0.666667) (er1 0.333333) er0)) + (((er0 0.111111) (er1 0.888889) er1))) + (((er0 1) er0))) + ((p.p.name is u) + (((er0 0.333333) + (er1 0.333333) + (r 0.333333) + er0)) + (((er0 0.0769231) + (er1 0.846154) + (r 0.0769231) + er1))))) + ((n.name is u) + (((er0 0.2) (r 0.8) r)) + ((n.name is n) + ((n.n.n.name is l) + (((er1 0.923077) (r 0.0769231) er1)) + ((p.p.name is c) + (((er1 1) er1)) + ((p.p.p.name is c) + (((er0 0.25) (er1 0.75) er1)) + ((p.p.name is t) + ((n.n.name is o) + (((er0 1) er0)) + ((n.n.name is #) + (((er0 0.888889) (er1 0.111111) er0)) + ((p.p.p.name is n) + (((er0 1) er0)) + ((n.n.name is a) + (((er0 0.769231) (er1 0.230769) er0)) + (((er0 0.25) (er1 0.75) er1)))))) + (((er0 0.923077) + (er1 0.0512821) + (r 0.025641) + er0)))))) + ((n.n.name is #) + ((n.name is m) + (((er1 1) er1)) + ((n.name is c) + (((er1 1) er1)) + ((p.p.name is v) + (((er0 0.6) (er1 0.4) er0)) + ((n.name is k) + ((p.p.name is w) + (((er0 1) er0)) + (((er1 1) er1))) + (((er0 0.936709) (er1 0.0632911) er0)))))) + ((p.p.name is w) + ((p.p.p.name is o) + (((er0 0.777778) + (er1 0.111111) + (r 0.111111) + er0)) + (((er1 1) er1))) + ((p.p.name is c) + ((p.p.p.name is a) + (((er0 1) er0)) + ((n.n.name is a) + (((er0 0.166667) (er1 0.833333) er1)) + (((er0 0.75) (r 0.25) er0)))) + ((n.n.name is y) + (((er0 0.5) (er1 0.5) er0)) + ((p.p.name is m) + (((er0 0.8) (er1 0.16) (r 0.04) er0)) + ((p.p.p.name is l) + ((n.n.name is a) + (((er0 1) er0)) + ((n.n.n.name is o) + (((er0 0.333333) (er1 0.666667) er1)) + (((er0 0.818182) (er1 0.181818) er0)))) + ((p.p.name is p) + ((n.n.n.name is l) + (((er0 0.6) (er1 0.4) er0)) + ((n.n.n.name is t) + ((n.n.name is a) + (((er0 0.333333) + (er1 0.666667) + er1)) + (((er0 1) er0))) + (((er0 0.984848) + (er1 0.0151515) + er0)))) + (((er0 0.970721) + (er1 0.0157658) + (r 0.0135135) + er0))))))))))))))))))))))))))))))))) + ((n.name is r) + ((p.p.p.name is 0) + ((n.n.n.name is l) + (((r 1) r)) + ((n.n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is i) + (((_epsilon_ 0.92) (r 0.08) _epsilon_)) + ((n.n.n.name is v) + (((_epsilon_ 0.4) (r 0.6) r)) + (((_epsilon_ 0.853659) (r 0.146341) _epsilon_))))))) + ((p.p.name is w) + ((n.n.n.name is l) + (((_epsilon_ 0.25) (er1 0.75) er1)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.99345) + (er0 0.0010917) + (er1 0.0010917) + (r 0.00436681) + _epsilon_)))) + ((p.p.p.name is 0) + ((p.name is u) + ((n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.name is a) + ((n.n.name is n) + (((_epsilon_ 0.333333) (er0 0.333333) (r 0.333333) _epsilon_)) + (((r 1) r))) + ((n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.name is e) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (er0 0.333333) _epsilon_)) + (((_epsilon_ 0.25) (er0 0.5) (r 0.25) er0))) + ((n.name is b) + ((n.n.n.name is n) + (((er0 0.8) (er1 0.2) er0)) + (((er1 1) er1))) + ((n.n.name is u) + ((n.n.n.name is i) + (((er0 1) er0)) + (((er0 0.25) (er1 0.75) er1))) + (((_epsilon_ 0.0645161) + (er0 0.0645161) + (er1 0.83871) + (r 0.0322581) + er1)))))))) + ((p.name is i) + ((n.name is o) + (((er0 0.666667) (r 0.333333) er0)) + ((n.name is k) + (((er0 0.2) (er1 0.8) er1)) + ((n.name is v) + (((er0 0.2) (er1 0.8) er1)) + ((n.n.name is l) + (((er0 0.333333) (r 0.666667) r)) + ((n.n.n.name is #) + ((n.name is a) + (((r 1) r)) + (((er1 0.666667) (r 0.333333) er1))) + (((er1 0.0344828) (r 0.965517) r))))))) + ((p.name is a) + ((n.name is o) + ((n.n.name is u) + (((er0 1) er0)) + ((n.n.n.name is h) + (((r 1) r)) + ((n.n.n.name is o) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.3) (r 0.7) r))))) + ((n.name is a) + ((n.n.n.name is #) + (((r 1) r)) + ((n.n.name is k) + (((r 1) r)) + ((n.n.n.name is o) + (((r 1) r)) + ((n.n.name is m) + (((er0 0.25) (r 0.75) r)) + ((n.n.n.name is i) + (((er0 0.714286) (r 0.285714) er0)) + ((n.n.name is b) + (((r 1) r)) + ((n.n.name is n) + (((er0 0.4) (r 0.6) r)) + (((er0 0.625) (r 0.375) er0))))))))) + ((n.name is i) + ((n.n.name is s) + (((er0 0.625) (r 0.375) er0)) + (((er0 0.047619) (r 0.952381) r))) + ((n.n.name is n) + ((n.n.n.name is d) + (((er0 0.6) (r 0.4) er0)) + (((er0 0.222222) (r 0.777778) r))) + ((n.name is u) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.00246914) (r 0.997531) r))))))) + ((n.name is z) + ((n.n.n.name is b) + (((er0 0.2) (er1 0.8) er1)) + ((p.name is g) + (((er0 0.6) (er1 0.4) er0)) + ((p.name is t) + (((er0 1) er0)) + ((n.n.n.name is w) + (((_epsilon_ 0.333333) + (er0 0.333333) + (r 0.333333) + _epsilon_)) + (((er0 0.166667) (r 0.833333) r)))))) + ((p.name is o) + ((n.n.name is g) + ((n.name is i) + (((er0 0.846154) (r 0.153846) er0)) + (((r 1) r))) + (((er0 0.0119522) (r 0.988048) r))) + ((n.name is n) + (((er1 0.666667) (r 0.333333) er1)) + ((p.p.name is #) + ((p.name is v) + (((er0 0.0714286) (er1 0.0714286) (r 0.857143) r)) + ((n.n.name is i) + ((n.name is o) + ((n.n.n.name is s) + (((_epsilon_ 0.6) (r 0.4) _epsilon_)) + (((r 1) r))) + (((r 1) r))) + ((n.n.n.name is a) + ((p.name is d) + ((n.name is i) + (((_epsilon_ 0.666667) (r 0.333333) _epsilon_)) + (((r 1) r))) + (((r 1) r))) + (((er0 0.000347283) (er1 0.00104185) (r 0.998611) r))))) + (((r 1) r))))))))) + ((p.name is u) + ((p.p.p.name is #) + ((n.name is i) + (((_epsilon_ 0.0114943) + (er0 0.0229885) + (er1 0.0114943) + (r 0.954023) + r)) + ((n.name is a) + ((n.n.n.name is a) + (((er1 0.142857) (r 0.857143) r)) + ((n.n.n.name is o) + (((r 1) r)) + ((n.n.name is #) + (((r 1) r)) + ((p.p.name is m) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (r 0.666667) r)) + (((_epsilon_ 0.166667) (er0 0.5) (r 0.333333) er0))) + ((n.n.name is s) + (((_epsilon_ 0.142857) (r 0.857143) r)) + ((n.n.name is l) + (((_epsilon_ 0.25) (r 0.75) r)) + ((n.n.n.name is e) + (((r 1) r)) + ((p.p.name is b) + (((r 1) r)) + ((n.n.n.name is #) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.name is n) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is d) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.5) (r 0.5) er0))))))))))))) + ((n.name is e) + ((n.n.name is t) + (((er0 0.75) (r 0.25) er0)) + (((er0 0.0172414) (er1 0.0172414) (r 0.965517) r))) + ((n.name is o) + ((p.p.name is e) + (((r 1) r)) + ((n.n.name is w) + (((er0 0.75) (r 0.25) er0)) + ((n.n.n.name is a) + ((p.p.name is k) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.666667) (r 0.333333) er0))) + (((r 1) r))))) + ((p.p.name is s) + ((n.name is v) + (((er0 0.888889) (er1 0.111111) er0)) + ((n.n.n.name is s) + (((er0 0.857143) (r 0.142857) er0)) + ((n.n.n.name is i) + (((er0 1) er0)) + ((n.n.name is o) + (((er0 1) er0)) + (((er0 0.0571429) (er1 0.942857) er1)))))) + ((n.name is y) + (((er1 0.1) (r 0.9) r)) + ((n.name is u) + ((n.n.name is m) + (((r 1) r)) + ((p.p.name is g) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.666667) (r 0.333333) er0)))) + ((n.n.n.name is #) + ((n.n.name is i) + (((er1 0.166667) (r 0.833333) r)) + (((er1 0.90625) (r 0.09375) er1))) + ((n.n.name is u) + ((n.name is s) + (((er0 1) er0)) + ((p.p.name is c) + (((er0 0.6) (er1 0.2) (r 0.2) er0)) + ((p.p.name is m) + (((er1 0.75) (r 0.25) er1)) + ((n.name is t) + (((er1 1) er1)) + ((p.p.name is t) + (((er1 1) er1)) + ((p.p.name is b) + (((er0 0.25) (er1 0.75) er1)) + (((er0 0.5) (er1 0.5) er0)))))))) + ((p.p.name is o) + (((er0 1) er0)) + ((n.name is c) + ((n.n.n.name is i) + (((er1 0.833333) (r 0.166667) er1)) + ((n.n.name is h) + ((p.p.name is p) + (((er1 1) er1)) + ((p.p.name is b) + ((n.n.n.name is e) + (((er0 0.25) (er1 0.75) er1)) + (((er0 0.666667) (er1 0.333333) er0))) + (((er0 0.285714) (er1 0.714286) er1)))) + (((er0 0.222222) (er1 0.555556) (r 0.222222) er1)))) + ((n.n.name is a) + ((p.p.name is c) + (((er0 0.75) (er1 0.25) er0)) + ((p.p.name is f) + ((n.n.n.name is r) + (((er1 0.333333) (r 0.666667) r)) + (((er0 0.111111) (er1 0.777778) (r 0.111111) er1))) + (((er0 0.0980392) (er1 0.882353) (r 0.0196078) er1)))) + ((n.name is v) + ((n.n.n.name is y) + (((er0 1) er0)) + (((er0 0.0909091) (er1 0.909091) er1))) + ((n.n.n.name is 0) + (((er1 0.972222) (r 0.0277778) er1)) + ((p.p.name is c) + (((er1 0.964286) (r 0.0357143) er1)) + ((n.n.name is b) + (((er1 0.888889) (r 0.111111) er1)) + ((n.n.name is l) + (((er1 1) er1)) + ((n.name is d) + ((p.p.name is b) + ((n.n.name is i) + (((er0 0.4) (er1 0.4) (r 0.2) er0)) + (((er0 0.2) (er1 0.8) er1))) + (((er1 1) er1))) + ((n.name is s) + (((er1 1) er1)) + ((n.name is z) + (((er0 0.4) (er1 0.6) er1)) + ((n.n.n.name is w) + (((er0 0.4) (er1 0.6) er1)) + ((p.p.name is p) + ((n.n.n.name is r) + (((er0 0.6) (er1 0.4) er0)) + (((er0 0.0769231) (er1 0.923077) er1))) + ((n.n.name is e) + ((n.n.n.name is e) + (((er0 0.5) (er1 0.5) er0)) + (((er0 0.0694444) (er1 0.930556) er1))) + (((er0 0.0408163) (er1 0.959184) er1))))))))))))))))))))))))) + ((p.p.name is t) + ((n.name is e) + (((er0 0.926174) (er1 0.00671141) (r 0.0671141) er0)) + ((n.name is i) + ((n.n.n.name is g) + (((er0 0.9375) (r 0.0625) er0)) + ((n.n.name is s) + (((er0 1) er0)) + ((n.n.name is t) + (((r 1) r)) + ((p.p.p.name is n) + (((er0 0.142857) (r 0.857143) r)) + (((er0 0.666667) (r 0.333333) er0)))))) + ((n.name is a) + ((n.n.name is #) + (((er1 0.142857) (r 0.857143) r)) + (((er0 0.961538) (r 0.0384615) er0))) + ((n.name is o) + ((n.n.name is #) + (((r 1) r)) + (((_epsilon_ 0.333333) (er0 0.666667) er0))) + ((n.n.n.name is t) + (((er0 1) er0)) + ((p.p.p.name is s) + (((er1 1) er1)) + ((p.p.p.name is a) + (((er0 0.857143) (er1 0.142857) er0)) + ((n.name is #) + (((er0 1) er0)) + ((n.n.name is s) + (((er1 0.8) (r 0.2) er1)) + ((n.name is n) + (((er0 0.0714286) (er1 0.928571) er1)) + ((n.name is f) + (((er1 1) er1)) + ((n.n.name is #) + (((er0 1) er0)) + (((er0 0.2) (er1 0.8) er1)))))))))))))) + ((n.name is g) + ((p.p.name is b) + (((er0 1) er0)) + ((p.p.p.name is b) + (((er0 0.0769231) (r 0.923077) r)) + (((er0 0.125) (er1 0.833333) (r 0.0416667) er1)))) + ((p.p.name is a) + ((p.p.p.name is t) + ((n.name is a) (((er0 1) er0)) (((r 1) r))) + (((er0 0.0263158) (r 0.973684) r))) + ((p.p.name is o) + ((p.p.p.name is j) + ((n.name is n) + (((er0 0.0588235) (er1 0.941176) er1)) + (((r 1) r))) + ((p.p.p.name is v) + (((er0 1) er0)) + ((n.n.n.name is h) + (((er1 0.9) (r 0.1) er1)) + ((n.n.name is g) + ((p.p.p.name is c) + (((er0 0.181818) (er1 0.818182) er1)) + (((r 1) r))) + ((n.name is t) + ((n.n.name is e) + ((p.p.p.name is c) + (((er1 0.571429) (r 0.428571) er1)) + (((r 1) r))) + (((r 1) r))) + ((n.n.n.name is 0) + ((p.p.p.name is l) + (((er0 0.833333) (r 0.166667) er0)) + ((p.p.p.name is p) + (((r 1) r)) + ((p.p.p.name is t) + (((r 1) r)) + ((p.p.p.name is f) + (((r 1) r)) + ((n.name is y) + (((r 1) r)) + ((n.name is i) + (((r 1) r)) + ((n.name is s) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.p.name is h) + (((er0 0.111111) (r 0.888889) r)) + ((n.name is #) + ((p.p.p.name is m) + (((er0 0.25) (r 0.75) r)) + ((p.p.p.name is d) + (((er0 0.25) (r 0.75) r)) + ((p.p.p.name is c) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.578947) (r 0.421053) er0))))) + (((er0 0.2) (r 0.8) r))))))))))) + ((n.n.n.name is r) + (((er1 0.5) (r 0.5) er1)) + ((n.n.name is d) + (((er0 0.5) (r 0.5) er0)) + ((n.n.n.name is g) + (((er0 0.5) (r 0.5) er0)) + ((p.p.p.name is b) + (((er0 0.214286) (er1 0.0714286) (r 0.714286) r)) + ((n.name is n) + ((p.p.p.name is t) + (((er1 0.5) (r 0.5) er1)) + (((r 1) r))) + (((er0 0.0649351) (r 0.935065) r))))))))))))) + ((n.name is a) + ((n.n.name is #) + (((_epsilon_ 0.025641) (r 0.974359) r)) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is g) + ((n.n.n.name is i) + (((_epsilon_ 0.8) (r 0.2) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.666667) (er0 0.333333) _epsilon_)) + (((er0 1) er0)))) + ((p.p.p.name is a) + ((n.n.n.name is #) + (((_epsilon_ 0.25) (r 0.75) r)) + (((er0 0.833333) (r 0.166667) er0))) + ((p.p.name is s) + (((er0 0.1) (er1 0.1) (r 0.8) r)) + ((p.p.name is e) + (((r 1) r)) + ((n.n.name is b) + (((r 1) r)) + ((n.n.n.name is #) + (((er0 0.25) (r 0.75) r)) + (((er0 0.666667) (r 0.333333) er0)))))))))) + ((n.name is e) + ((p.p.name is s) + ((p.p.p.name is n) + (((er0 0.1875) (r 0.8125) r)) + ((p.p.p.name is s) + ((n.n.n.name is #) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.25) (r 0.75) r))) + (((er0 0.935484) (r 0.0645161) er0)))) + ((p.p.name is e) + ((n.n.n.name is #) + (((er1 0.833333) (r 0.166667) er1)) + (((er0 0.666667) (r 0.333333) er0))) + ((p.p.name is g) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is j) + (((er0 0.875) (r 0.125) er0)) + ((p.p.p.name is r) + ((p.p.name is b) + (((_epsilon_ 0.333333) (er0 0.666667) er0)) + (((er0 0.333333) (r 0.666667) r))) + ((p.p.name is z) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.name is d) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is n) + (((_epsilon_ 0.6) (r 0.4) _epsilon_)) + ((p.p.p.name is i) + (((_epsilon_ 0.6) (r 0.4) _epsilon_)) + (((_epsilon_ 0.0857143) (r 0.914286) r))))))))))) + ((n.name is y) + ((p.p.name is b) + (((er0 0.111111) (er1 0.0222222) (r 0.866667) r)) + (((_epsilon_ 0.181818) (er0 0.545455) (r 0.272727) er0))) + ((n.name is i) + ((p.p.name is c) + (((_epsilon_ 0.0555556) (er1 0.0555556) (r 0.888889) r)) + ((n.n.name is n) + ((p.p.name is g) + (((_epsilon_ 0.666667) (er0 0.333333) _epsilon_)) + ((p.p.p.name is n) + (((er0 0.4) (r 0.6) r)) + ((p.p.p.name is s) + (((er0 0.25) (er1 0.25) (r 0.5) r)) + (((_epsilon_ 0.142857) + (er0 0.428571) + (er1 0.285714) + (r 0.142857) + er0))))) + ((n.n.name is a) + (((er1 0.125) (r 0.875) r)) + ((n.n.n.name is e) + (((er0 1) er0)) + ((n.n.n.name is s) + (((er0 1) er0)) + ((p.p.p.name is l) + (((r 1) r)) + ((p.p.name is p) + (((r 1) r)) + ((n.n.name is s) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.375) (r 0.625) r)))))))))) + ((n.name is o) + ((p.p.name is e) + (((r 1) r)) + ((n.n.name is #) + (((r 1) r)) + (((_epsilon_ 0.142857) + (er0 0.571429) + (r 0.285714) + er0)))) + ((n.name is #) + ((p.p.p.name is t) + ((p.p.name is e) + (((er1 0.125) (r 0.875) r)) + (((er0 1) er0))) + ((p.p.p.name is a) + (((er0 1) er0)) + ((p.p.p.name is s) + ((p.p.name is h) + (((er0 0.666667) (er1 0.333333) er0)) + ((p.p.name is e) + (((er0 0.6) (er1 0.4) er0)) + (((er0 0.25) (er1 0.75) er1)))) + ((p.p.p.name is l) + (((er1 0.666667) (r 0.333333) er1)) + ((p.p.p.name is u) + (((er1 0.666667) (r 0.333333) er1)) + ((p.p.name is c) + (((er0 0.5) (er1 0.5) er0)) + ((p.p.name is g) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.name is p) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.p.name is o) + (((er0 0.4) (er1 0.2) (r 0.4) er0)) + ((p.p.name is e) + (((er0 0.4) (er1 0.5) (r 0.1) er1)) + (((er0 0.571429) + (er1 0.285714) + (r 0.142857) + er0)))))))))))) + ((n.n.name is t) + ((p.p.p.name is t) + (((er0 0.4) (er1 0.6) er1)) + (((er0 0.85) (er1 0.15) er0))) + ((p.p.name is b) + ((n.name is s) + (((er1 1) er1)) + ((p.p.p.name is l) + (((er0 0.909091) (er1 0.0909091) er0)) + ((p.p.p.name is y) + (((er0 1) er0)) + ((n.name is n) + ((n.n.n.name is #) + (((er0 0.8) (er1 0.2) er0)) + ((n.n.name is #) + ((p.p.p.name is n) + (((er1 1) er1)) + ((p.p.p.name is d) + (((er0 0.25) (er1 0.75) er1)) + ((p.p.p.name is h) + (((er0 0.333333) (er1 0.666667) er1)) + ((p.p.p.name is e) + (((er0 0.666667) (er1 0.333333) er0)) + ((p.p.p.name is g) + (((er0 0.333333) (er1 0.666667) er1)) + (((er0 0.5) (er1 0.5) er0))))))) + (((er0 0.142857) (er1 0.857143) er1)))) + ((n.n.name is #) + (((er0 0.666667) (r 0.333333) er0)) + ((n.name is t) + (((er0 0.333333) + (er1 0.333333) + (r 0.333333) + er0)) + (((er0 0.111111) (er1 0.888889) er1)))))))) + ((p.p.name is f) + ((n.n.name is i) + (((er1 1) er1)) + (((er0 0.875) (er1 0.125) er0))) + ((n.name is u) + (((r 1) r)) + ((p.p.name is e) + (((er1 0.6875) (r 0.3125) er1)) + ((n.n.name is o) + ((n.n.n.name is #) + (((er1 0.2) (r 0.8) r)) + (((er1 1) er1))) + ((p.p.p.name is c) + (((er1 1) er1)) + ((p.p.p.name is s) + (((er1 1) er1)) + ((p.p.p.name is b) + (((er1 1) er1)) + ((n.n.n.name is a) + (((er1 1) er1)) + ((p.p.name is c) + (((er1 1) er1)) + ((p.p.p.name is d) + (((er1 1) er1)) + ((n.n.n.name is n) + (((er1 1) er1)) + ((p.p.name is g) + (((er0 0.75) (er1 0.25) er0)) + ((n.name is s) + (((er0 0.6) (er1 0.4) er0)) + ((n.n.name is #) + (((er1 1) er1)) + ((n.name is p) + (((er0 0.6) (er1 0.4) er0)) + (((er0 0.166667) (er1 0.833333) er1)))))))))))))))))))))))))))))) + ((n.n.n.name is 0) + ((p.name is o) + ((n.name is e) + ((p.p.name is m) + (((r 1) r)) + ((p.p.p.name is n) + ((p.p.name is d) + (((er0 0.666667) (r 0.333333) er0)) + (((r 1) r))) + (((er0 0.0462963) (r 0.953704) r)))) + ((p.p.name is w) + ((n.name is k) + (((er1 1) er1)) + ((n.name is n) + (((r 1) r)) + ((p.p.p.name is s) + (((er1 0.5) (r 0.5) er1)) + ((p.p.p.name is h) + (((er1 1) er1)) + ((n.name is d) + (((er0 0.25) (er1 0.75) er1)) + (((er0 0.571429) (er1 0.428571) er0))))))) + ((p.p.p.name is #) + (((er1 0.0266667) (r 0.973333) r)) + ((p.p.name is c) + (((er0 0.0777778) (r 0.922222) r)) + ((n.name is #) + ((p.p.name is o) + (((r 1) r)) + ((p.p.name is t) + (((er0 0.979058) (r 0.0209424) er0)) + ((p.p.p.name is a) + ((p.p.name is d) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is z) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is y) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.857143) (r 0.142857) er0))))) + ((p.p.name is h) + ((p.p.p.name is c) + (((er0 0.8) (r 0.2) er0)) + (((er0 0.428571) (r 0.571429) r))) + (((er0 0.924171) (r 0.0758294) er0)))))) + ((n.name is s) + ((p.p.name is o) + (((r 1) r)) + (((er0 0.986726) (r 0.0132743) er0))) + ((p.p.name is f) + ((n.name is m) + (((r 1) r)) + ((n.name is a) + (((r 1) r)) + (((er0 0.924242) (r 0.0757576) er0)))) + ((n.name is n) + ((p.p.p.name is y) + (((er0 1) er0)) + ((p.p.p.name is l) + (((er0 0.733333) (r 0.266667) er0)) + ((p.p.p.name is k) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is d) + ((p.p.p.name is a) + (((r 1) r)) + (((er0 0.5) (r 0.5) er0))) + ((p.p.p.name is a) + (((er0 1) er0)) + ((p.p.name is h) + ((p.p.p.name is g) + (((er0 0.285714) (r 0.714286) r)) + ((p.p.p.name is s) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.633333) (r 0.366667) er0)))) + ((p.p.name is b) + ((p.p.p.name is g) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.p.name is n) + (((er0 0.555556) (r 0.444444) er0)) + (((er0 0.333333) (r 0.666667) r)))) + (((er0 0.2) (r 0.8) r))))))))) + ((n.name is y) + ((p.p.name is t) + ((p.p.p.name is c) + (((er0 0.9) (r 0.1) er0)) + (((er0 0.0517241) (r 0.948276) r))) + ((p.p.p.name is g) + (((r 1) r)) + ((p.p.name is m) + (((er0 0.833333) (er1 0.166667) er0)) + ((p.p.p.name is c) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.833333) (r 0.166667) er0)))))) + ((p.p.name is b) + ((n.name is o) + (((er0 0.846154) (er1 0.0769231) (r 0.0769231) er0)) + (((r 1) r))) + ((n.name is a) + ((p.p.name is d) + (((r 1) r)) + ((p.p.p.name is p) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.name is p) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.151515) (r 0.848485) r))))) + (((er0 0.025974) (er1 0.00649351) (r 0.967532) r))))))))))))) + ((p.name is a) + ((p.p.name is l) + ((n.name is #) + (((er0 0.915888) (r 0.0841121) er0)) + ((n.name is s) + (((er0 0.954545) (r 0.0454545) er0)) + ((n.name is d) + (((er0 0.694444) (r 0.305556) er0)) + ((n.name is z) + (((er0 0.5) (r 0.5) er0)) + ((n.name is y) + ((p.p.p.name is u) + (((r 1) r)) + ((p.p.p.name is l) + (((r 1) r)) + (((er0 0.5) (r 0.5) er0)))) + (((r 1) r))))))) + ((n.name is d) + ((p.p.name is o) + (((er0 0.047619) (r 0.952381) r)) + ((p.p.name is y) + ((p.p.p.name is d) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.129032) (r 0.870968) r))) + ((p.p.name is e) + ((p.p.p.name is h) + (((er0 0.25) (er1 0.75) er1)) + (((er0 0.333333) (er1 0.333333) (r 0.333333) er0))) + ((p.p.name is c) + (((er0 0.166667) (r 0.833333) r)) + ((p.p.name is a) + (((r 1) r)) + ((p.p.name is w) + (((er0 0.847458) (er1 0.0169492) (r 0.135593) er0)) + ((p.p.name is k) + (((er0 0.952381) (r 0.047619) er0)) + ((p.p.p.name is e) + ((p.p.name is g) + (((er0 0.166667) (r 0.833333) r)) + ((p.p.name is v) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is r) + (((er0 0.4) (r 0.6) r)) + (((er0 0.533333) (r 0.466667) er0))))) + ((p.p.p.name is #) + (((r 1) r)) + ((p.p.name is u) + ((p.p.p.name is g) + (((r 1) r)) + (((er0 0.5) (r 0.5) er0))) + ((p.p.p.name is y) + (((er0 1) er0)) + ((p.p.p.name is t) + (((er0 1) er0)) + ((p.p.name is h) + ((p.p.p.name is n) + (((er0 0.166667) (r 0.833333) r)) + ((p.p.p.name is r) + (((er0 0.25) (r 0.75) r)) + (((er0 0.666667) (r 0.333333) er0)))) + ((p.p.p.name is z) + (((er0 1) er0)) + ((p.p.name is d) + (((er0 1) er0)) + ((p.p.name is v) + (((er0 1) er0)) + ((p.p.p.name is i) + (((er0 0.875) (r 0.125) er0)) + ((p.p.p.name is p) + (((er0 1) er0)) + ((p.p.name is g) + (((er0 0.75) (r 0.25) er0)) + ((p.p.p.name is r) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.p.name is n) + (((er0 0.8) (r 0.2) er0)) + ((p.p.name is n) + (((er0 0.857143) (r 0.142857) er0)) + ((p.p.name is t) + (((er0 0.8) (r 0.2) er0)) + ((p.p.p.name is s) + (((er0 0.4) (r 0.6) r)) + ((p.p.name is p) + (((er0 1) er0)) + ((p.p.name is i) + (((er0 0.428571) (r 0.571429) r)) + ((p.p.name is z) + ((p.p.p.name is a) + (((er0 0.666667) + (r 0.333333) + er0)) + (((er0 0.333333) (r 0.666667) r))) + (((er0 0.625) (r 0.375) er0))))))))))))))))))))))))))))) + ((n.name is #) + ((p.p.name is g) + (((er0 0.755556) (r 0.244444) er0)) + ((p.p.name is n) + (((er0 0.75) (r 0.25) er0)) + ((p.p.name is a) + (((r 1) r)) + ((p.p.p.name is l) + ((p.p.name is m) + (((er0 0.777778) (r 0.222222) er0)) + ((p.p.name is i) + (((er0 0.8) (r 0.2) er0)) + ((p.p.name is e) + (((er0 0.6) (r 0.4) er0)) + (((er0 0.3) (r 0.7) r))))) + ((p.p.name is e) + (((er0 0.0645161) (r 0.935484) r)) + ((p.p.p.name is #) + (((r 1) r)) + ((p.p.p.name is i) + ((p.p.name is c) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.0740741) (r 0.925926) r))) + ((p.p.name is o) + (((r 1) r)) + ((p.p.name is f) + (((r 1) r)) + ((p.p.name is s) + ((p.p.p.name is s) + (((er0 0.857143) (r 0.142857) er0)) + ((p.p.p.name is e) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.375) (r 0.625) r)))) + ((p.p.name is d) + (((er0 0.642857) (r 0.357143) er0)) + ((p.p.p.name is h) + (((er0 0.75) (r 0.25) er0)) + ((p.p.p.name is g) + (((r 1) r)) + ((p.p.p.name is a) + ((p.p.name is t) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.148148) (r 0.851852) r))) + ((p.p.name is z) + (((er0 0.714286) (r 0.285714) er0)) + ((p.p.p.name is k) + (((er0 0.75) (r 0.25) er0)) + ((p.p.name is p) + (((er0 0.625) (r 0.375) er0)) + ((p.p.p.name is s) + ((p.p.name is t) + (((er0 0.0645161) (r 0.935484) r)) + (((er0 0.636364) (r 0.363636) er0))) + ((p.p.name is t) + (((er0 0.769231) (r 0.230769) er0)) + ((p.p.name is c) + (((r 1) r)) + ((p.p.p.name is n) + (((er0 0.111111) (r 0.888889) r)) + ((p.p.p.name is j) + (((r 1) r)) + ((p.p.name is b) + (((er0 0.2) (r 0.8) r)) + ((p.p.p.name is t) + (((er0 0.142857) (r 0.857143) r)) + ((p.p.name is i) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.name is h) + (((er0 0.583333) (r 0.416667) er0)) + ((p.p.p.name is u) + (((r 1) r)) + ((p.p.p.name is o) + (((er0 0.222222) (r 0.777778) r)) + ((p.p.p.name is e) + ((p.p.name is m) + (((er0 0.25) (r 0.75) r)) + (((er0 0.571429) + (r 0.428571) + er0))) + ((p.p.name is m) + (((er0 0.666667) + (r 0.333333) + er0)) + ((p.p.p.name is d) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.333333) + (r 0.666667) + r))))))))))))))))))))))))))))))))) + ((p.p.name is e) + ((n.name is n) + ((p.p.p.name is h) + (((er0 0.5) (er1 0.333333) (r 0.166667) er0)) + (((er0 0.166667) (er1 0.833333) er1))) + ((n.name is l) + (((er1 1) er1)) + ((p.p.p.name is l) + (((er0 0.285714) (r 0.714286) r)) + ((n.name is s) + (((r 1) r)) + ((n.name is y) + (((r 1) r)) + ((p.p.p.name is h) + (((r 1) r)) + ((n.name is e) + (((r 1) r)) + ((n.name is a) + (((r 1) r)) + (((er1 0.5) (r 0.5) er1)))))))))) + ((n.name is s) + ((p.p.p.name is #) + (((r 1) r)) + ((p.p.p.name is e) + (((er0 1) er0)) + ((p.p.p.name is u) + (((er0 1) er0)) + ((p.p.p.name is s) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is c) + (((er0 0.2) (r 0.8) r)) + ((p.p.p.name is i) + (((er0 0.4) (r 0.6) r)) + ((p.p.name is t) + (((er0 1) er0)) + ((p.p.p.name is g) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.692308) (r 0.307692) er0)))))))))) + ((n.name is y) + ((p.p.p.name is l) + (((er0 1) er0)) + ((p.p.p.name is n) + (((er0 0.434783) (r 0.565217) r)) + ((p.p.p.name is r) + (((er0 0.5) (r 0.5) er0)) + ((p.p.name is r) + (((r 1) r)) + ((p.p.p.name is #) + (((r 1) r)) + ((p.p.p.name is i) + (((er0 0.05) (r 0.95) r)) + ((p.p.name is n) + (((er0 0.0714286) (r 0.928571) r)) + ((p.p.p.name is e) + (((r 1) r)) + ((p.p.name is u) + (((r 1) r)) + ((p.p.p.name is s) + (((er0 0.142857) (r 0.857143) r)) + ((p.p.name is i) + ((p.p.p.name is t) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.125) (r 0.875) r))) + ((p.p.p.name is u) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.name is m) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.p.name is o) + (((er0 0.75) (r 0.25) er0)) + (((er0 0.25) (r 0.75) r)))))))))))))))) + ((p.p.p.name is g) + ((p.p.name is g) + (((er0 0.857143) (r 0.142857) er0)) + (((r 1) r))) + ((p.p.p.name is s) + (((er1 0.0172414) (r 0.982759) r)) + ((p.p.p.name is #) + (((r 1) r)) + ((p.p.p.name is b) + (((er0 0.5) (r 0.5) er0)) + ((p.p.name is m) + (((_epsilon_ 0.015625) (er0 0.015625) (r 0.96875) r)) + ((p.p.p.name is a) + (((r 1) r)) + ((p.p.p.name is n) + (((r 1) r)) + ((p.p.p.name is o) + (((r 1) r)) + ((p.p.name is h) + (((er0 0.0266667) (r 0.973333) r)) + ((n.name is t) + ((p.p.p.name is r) + (((r 1) r)) + ((p.p.name is g) + (((r 1) r)) + ((p.p.name is c) + (((r 1) r)) + ((p.p.name is n) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.name is w) + ((p.p.p.name is e) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.25) (r 0.75) r))) + (((er0 0.235294) (r 0.764706) r))))))) + ((p.p.name is b) + (((er0 0.181818) (r 0.818182) r)) + ((n.name is k) + ((p.p.name is w) + (((er0 0.666667) (r 0.333333) er0)) + (((r 1) r))) + (((er0 0.0272109) (r 0.972789) r)))))))))))))))))))) + ((n.name is e) + ((p.name is t) + (((er0 0.772727) (r 0.227273) er0)) + ((p.name is c) + (((er0 1) er0)) + ((p.name is r) + (((er0 0.0740741) (er1 0.037037) (r 0.888889) r)) + ((p.name is y) + (((r 1) r)) + ((p.name is i) + ((p.p.name is a) + (((r 1) r)) + ((p.p.name is f) + (((er0 0.571429) (r 0.428571) er0)) + ((p.p.name is m) + (((er0 0.05) (r 0.95) r)) + ((p.p.p.name is g) + (((r 1) r)) + ((p.p.p.name is m) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.name is s) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.name is t) + ((p.p.p.name is n) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.666667) (r 0.333333) er0))) + (((er0 0.188679) (r 0.811321) r))))))))) + ((p.name is d) + ((p.p.p.name is a) + (((er0 0.5) (r 0.5) er0)) + (((r 1) r))) + ((p.p.p.name is c) + (((r 1) r)) + ((p.p.p.name is l) + (((er0 0.4) (r 0.6) r)) + ((p.p.name is m) + (((er0 0.4) (r 0.6) r)) + ((p.name is b) + (((er0 1) er0)) + ((p.p.p.name is a) + (((er0 1) er0)) + ((p.p.name is u) + (((er0 0.25) (r 0.75) r)) + ((p.p.p.name is n) + (((er0 0.333333) (r 0.666667) r)) + ((p.name is m) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.692308) (r 0.307692) er0)))))))))))))))) + ((p.name is i) + ((p.p.name is a) + ((p.p.p.name is l) + (((er0 0.222222) (r 0.777778) r)) + ((p.p.p.name is n) + (((er0 0.153846) (r 0.846154) r)) + ((n.name is #) + (((r 1) r)) + ((n.name is s) + (((r 1) r)) + ((n.name is y) + (((r 1) r)) + ((n.name is d) (((r 1) r)) (((er0 0.5) (r 0.5) er0)))))))) + ((n.name is k) + ((p.p.name is k) + (((er0 0.9) (er1 0.1) er0)) + (((er1 1) er1))) + ((n.name is d) + (((er0 0.0666667) (er1 0.933333) er1)) + ((n.name is t) + (((er1 1) er1)) + ((n.name is m) + (((er1 1) er1)) + ((n.name is l) + (((er0 0.125) (er1 0.875) er1)) + ((n.name is #) + ((p.p.p.name is #) + (((er1 0.6) (r 0.4) er1)) + ((p.p.p.name is s) + ((p.p.name is h) + (((er1 0.666667) (r 0.333333) er1)) + (((er1 0.2) (r 0.8) r))) + ((p.p.name is m) + (((r 1) r)) + ((p.p.name is e) + (((r 1) r)) + ((p.p.p.name is h) + (((er0 1) er0)) + (((er0 0.214286) (r 0.785714) r))))))) + ((p.p.p.name is #) + ((n.name is o) + (((r 1) r)) + ((n.name is a) + (((er1 0.333333) (r 0.666667) r)) + (((er1 0.5) (r 0.5) er1)))) + (((er1 0.0365854) (r 0.963415) r)))))))))) + ((p.p.name is u) + ((p.name is r) + ((n.name is i) + (((r 1) r)) + ((n.name is o) + (((er1 0.2) (r 0.8) r)) + (((er1 0.916667) (r 0.0833333) er1)))) + (((er1 0.142857) (r 0.857143) r))) + ((n.name is #) + ((p.p.name is i) + (((er1 0.75) (r 0.25) er1)) + ((p.name is h) + (((r 1) r)) + ((p.name is r) + (((er0 0.0408163) (er1 0.0408163) (r 0.918367) r)) + ((p.name is y) + (((er0 0.166667) (r 0.833333) r)) + (((er0 1) er0)))))) + ((p.name is t) + (((r 1) r)) + ((p.p.p.name is h) + (((_epsilon_ 0.0526316) (er0 0.105263) (r 0.842105) r)) + ((n.name is a) + (((r 1) r)) + ((p.name is y) + (((er0 0.333333) (er1 0.166667) (r 0.5) r)) + ((p.name is r) + (((er0 0.00645161) (er1 0.0129032) (r 0.980645) r)) + ((n.name is o) + (((r 1) r)) + ((p.name is h) + (((r 1) r)) + ((p.p.p.name is o) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.p.name is u) + ((p.p.name is n) + (((er0 0.2) (r 0.8) r)) + (((er0 0.5) (r 0.5) er0))) + (((er0 0.0634921) (r 0.936508) r))))))))))))))))) + ((p.name is i) + ((p.p.name is a) + (((er0 0.00628931) (r 0.993711) r)) + ((n.name is e) + ((n.n.name is c) + (((er0 0.88) (r 0.12) er0)) + ((p.p.name is o) + (((_epsilon_ 0.333333) (r 0.666667) r)) + ((n.n.name is m) + (((er0 0.0833333) (r 0.916667) r)) + ((p.p.name is m) + (((er0 0.142857) (r 0.857143) r)) + ((n.n.n.name is r) + (((er0 1) er0)) + ((n.n.n.name is t) + (((r 1) r)) + ((n.n.name is e) + (((r 1) r)) + ((n.n.name is l) + ((p.p.name is t) + (((er0 0.5) (r 0.5) er0)) + (((r 1) r))) + ((n.n.name is n) + (((er0 0.222222) (r 0.777778) r)) + ((n.n.name is f) + (((er0 0.285714) (r 0.714286) r)) + ((p.p.p.name is s) + ((p.p.name is p) + (((er0 0.714286) (r 0.285714) er0)) + (((er0 0.166667) (r 0.833333) r))) + ((n.n.n.name is i) + (((er0 1) er0)) + ((p.p.name is e) + (((er0 0.4) (r 0.6) r)) + ((p.p.name is h) + (((er0 1) er0)) + ((p.p.name is t) + ((p.p.p.name is #) + (((er0 0.75) (r 0.25) er0)) + (((er0 0.4) (r 0.6) r))) + ((n.n.n.name is o) + ((n.n.name is b) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.6) (r 0.4) er0))) + ((p.p.name is f) + (((er0 0.933333) (r 0.0666667) er0)) + ((p.p.p.name is #) + ((p.p.name is w) + (((er0 0.833333) (r 0.166667) er0)) + (((r 1) r))) + (((er0 0.8) (r 0.2) er0)))))))))))))))))))) + ((n.name is a) + ((n.n.name is t) + ((p.p.p.name is #) + (((r 1) r)) + ((n.n.n.name is o) + (((er0 0.4) (r 0.6) r)) + (((er0 0.928571) (r 0.0714286) er0)))) + ((p.p.p.name is d) + (((er0 1) er0)) + ((n.n.n.name is i) + (((r 1) r)) + ((n.n.n.name is o) + (((r 1) r)) + ((n.n.name is l) + (((r 1) r)) + ((p.p.p.name is s) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.name is s) + (((r 1) r)) + ((p.p.name is p) + (((r 1) r)) + ((n.n.n.name is a) + (((r 1) r)) + ((p.p.p.name is #) + ((n.n.n.name is #) + (((r 1) r)) + ((n.n.n.name is e) + (((er0 0.2) (r 0.8) r)) + ((n.n.n.name is d) + (((er0 0.25) (r 0.75) r)) + ((n.n.n.name is l) + (((er0 0.333333) (r 0.666667) r)) + (((er0 1) er0)))))) + (((er0 0.1) (r 0.9) r)))))))))))) + ((n.name is i) + ((p.p.name is p) + (((r 1) r)) + ((n.n.name is c) + (((r 1) r)) + ((n.n.name is a) + (((r 1) r)) + ((p.p.name is c) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.p.name is #) + (((er0 0.0625) (r 0.9375) r)) + ((p.p.p.name is a) + (((er0 0.6) (r 0.4) er0)) + ((n.n.n.name is g) + ((p.p.p.name is q) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.p.name is e) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.25) (r 0.75) r)))) + (((er0 0.166667) (r 0.833333) r))))))))) + ((n.name is o) + ((n.n.name is n) + ((p.p.name is d) + (((er0 1) er0)) + ((p.p.p.name is #) + (((r 1) r)) + ((p.p.p.name is n) + (((r 1) r)) + (((er0 0.5) (r 0.5) er0))))) + (((er0 0.0416667) (r 0.958333) r))) + ((p.p.name is e) + (((r 1) r)) + ((n.name is u) + (((r 1) r)) + ((n.n.n.name is t) + ((p.p.p.name is #) + (((er1 0.666667) (r 0.333333) er1)) + (((er0 0.727273) (er1 0.272727) er0))) + ((p.p.name is b) + (((er1 1) er1)) + ((n.name is g) + ((n.n.name is i) + (((er0 0.454545) (er1 0.454545) (r 0.0909091) er0)) + (((er1 0.777778) (r 0.222222) er1))) + ((p.p.name is w) + ((n.name is t) + ((p.p.p.name is #) (((er1 1) er1)) (((er0 1) er0))) + (((er1 1) er1))) + ((n.name is m) + (((er1 1) er1)) + ((n.n.name is a) + (((er0 0.125) (er1 0.6875) (r 0.1875) er1)) + ((n.n.name is o) + (((er0 0.0714286) (er1 0.714286) (r 0.214286) er1)) + ((p.p.name is u) + ((n.n.n.name is #) + (((er1 1) er1)) + (((er1 0.333333) (r 0.666667) r))) + ((p.p.p.name is #) + ((n.n.n.name is o) + (((er0 0.4) (er1 0.6) er1)) + ((n.name is k) + ((p.p.name is k) + ((n.n.name is e) + (((er0 0.5) (er1 0.5) er0)) + (((er0 0.0833333) + (er1 0.833333) + (r 0.0833333) + er1))) + (((er1 1) er1))) + (((er0 0.0165289) + (er1 0.966942) + (r 0.0165289) + er1)))) + ((n.name is t) + (((er1 1) er1)) + ((n.n.name is i) + (((er1 1) er1)) + ((n.n.name is l) + (((er1 1) er1)) + ((n.n.n.name is e) + (((er0 0.666667) (er1 0.333333) er0)) + ((n.name is l) + (((er1 1) er1)) + ((p.p.name is h) + (((er0 0.222222) (er1 0.777778) er1)) + ((p.p.name is c) + (((er0 0.333333) (er1 0.666667) er1)) + (((er0 0.5) (er1 0.5) er0))))))))))))))))))))))))) + ((p.p.name is w) + ((p.name is o) + ((p.p.p.name is #) + (((_epsilon_ 0.00943396) (er1 0.971698) (r 0.0188679) er1)) + ((n.name is t) + ((p.p.p.name is s) + (((er0 0.594595) (er1 0.405405) er0)) + ((n.n.n.name is #) + ((p.p.p.name is k) + (((er1 1) er1)) + ((p.p.p.name is g) + (((er0 0.25) (er1 0.75) er1)) + ((p.p.p.name is t) + (((er0 0.25) (er1 0.75) er1)) + ((p.p.p.name is d) + (((er0 0.333333) (er1 0.666667) er1)) + ((p.p.p.name is e) + (((er0 0.333333) (er1 0.666667) er1)) + ((p.p.p.name is n) + (((er0 0.333333) (er1 0.666667) er1)) + (((er0 0.578947) (er1 0.421053) er0)))))))) + (((er0 0.0833333) (er1 0.916667) er1)))) + ((n.name is d) + ((n.n.name is s) + (((er0 0.333333) (er1 0.333333) (r 0.333333) er0)) + (((r 1) r))) + ((n.name is k) + (((er0 0.0285714) (er1 0.971429) er1)) + ((n.name is l) + (((er0 0.142857) (er1 0.857143) er1)) + ((n.n.name is k) + (((er1 0.8) (r 0.2) er1)) + ((n.name is m) + (((er0 0.333333) (er1 0.666667) er1)) + (((er0 0.333333) (er1 0.333333) (r 0.333333) er0))))))))) + ((n.name is d) + ((p.p.p.name is #) + (((r 1) r)) + ((p.p.p.name is a) + (((r 1) r)) + ((p.p.p.name is r) + (((er0 1) er0)) + ((n.n.name is l) + (((er0 1) er0)) + ((n.n.name is s) + (((er0 0.727273) (r 0.272727) er0)) + ((n.n.n.name is #) + (((r 1) r)) + ((p.p.p.name is e) + (((er0 0.4) (r 0.6) r)) + (((er0 0.8) (r 0.2) er0))))))))) + (((er0 0.00689655) (r 0.993103) r)))) + ((p.name is r) + ((p.p.name is u) + ((p.p.p.name is s) + ((n.n.name is g) + (((er1 1) er1)) + ((n.n.name is t) + (((er0 0.333333) (r 0.666667) r)) + ((n.n.name is c) + (((er0 1) er0)) + ((n.name is e) + ((n.n.name is a) + (((er0 1) er0)) + ((n.n.n.name is d) + (((er0 1) er0)) + (((er1 0.5) (r 0.5) er1)))) + (((er0 1) er0)))))) + ((n.n.n.name is u) + (((er0 1) er0)) + ((n.n.n.name is l) + (((er0 0.125) (r 0.875) r)) + ((p.p.p.name is d) + (((r 1) r)) + ((n.n.n.name is o) + (((er0 0.5) (er1 0.25) (r 0.25) er0)) + ((n.name is e) + (((er0 0.027027) (er1 0.945946) (r 0.027027) er1)) + ((n.name is i) + (((er1 0.914286) (r 0.0857143) er1)) + ((n.n.name is y) + (((er1 1) er1)) + ((p.p.p.name is b) + (((er1 0.818182) (r 0.181818) er1)) + (((er1 0.222222) (r 0.777778) r))))))))))) + ((p.p.p.name is #) + ((p.p.name is a) + ((n.name is o) + (((_epsilon_ 0.272727) (er0 0.0909091) (r 0.636364) r)) + ((n.n.name is v) + (((er0 1) er0)) + ((n.name is i) + (((_epsilon_ 0.285714) (r 0.714286) r)) + ((n.n.n.name is g) + (((er0 1) er0)) + ((n.n.name is n) + (((r 1) r)) + ((n.n.n.name is t) + (((er0 1) er0)) + ((n.name is a) + (((er0 1) er0)) + ((n.n.name is a) + (((er0 1) er0)) + (((_epsilon_ 0.25) (r 0.75) r)))))))))) + ((n.n.name is l) + (((_epsilon_ 0.8) (r 0.2) _epsilon_)) + ((n.n.name is v) + (((_epsilon_ 0.6) (r 0.4) _epsilon_)) + (((_epsilon_ 0.04) (er0 0.02) (r 0.94) r))))) + ((p.p.name is a) + ((p.p.p.name is i) + (((_epsilon_ 0.25) (er0 0.75) er0)) + ((p.p.p.name is e) + ((n.name is a) (((er0 1) er0)) (((er0 0.25) (r 0.75) r))) + ((n.n.name is t) + ((p.p.p.name is n) + (((r 1) r)) + ((n.name is o) + (((r 1) r)) + ((n.n.n.name is y) + (((r 1) r)) + ((p.p.p.name is g) + (((er0 0.142857) (r 0.857143) r)) + ((n.name is e) + (((er0 0.230769) (r 0.769231) r)) + ((n.n.n.name is t) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.25) (r 0.75) r)))))))) + ((n.n.name is r) + ((n.name is a) + (((er0 0.5) (r 0.5) er0)) + (((_epsilon_ 0.0833333) (r 0.916667) r))) + ((n.n.n.name is e) + ((p.p.p.name is b) + ((n.name is a) + (((er0 1) er0)) + (((er0 0.333333) (r 0.666667) r))) + (((r 1) r))) + (((er0 0.0271903) (r 0.97281) r))))))) + ((p.p.p.name is c) + ((n.n.n.name is t) + (((er0 1) er0)) + ((n.name is i) + (((er0 0.133333) (r 0.866667) r)) + ((n.name is e) + ((n.n.name is s) + (((r 1) r)) + ((n.n.name is l) + (((er0 0.25) (r 0.75) r)) + (((er0 0.5) (r 0.5) er0)))) + ((n.n.n.name is #) + (((er0 0.4) (r 0.6) r)) + (((er0 0.9) (r 0.1) er0)))))) + ((p.p.name is i) + ((n.name is o) + (((r 1) r)) + ((p.p.p.name is u) + (((er1 1) er1)) + ((n.n.n.name is g) + (((er1 1) er1)) + ((p.p.p.name is t) + (((er1 0.666667) (r 0.333333) er1)) + (((er1 0.25) (r 0.75) r)))))) + ((p.p.p.name is f) + ((n.n.name is d) + (((er1 1) er1)) + ((n.n.n.name is g) + (((er1 1) er1)) + ((n.name is a) + ((n.n.name is r) + (((er0 1) er0)) + ((n.n.name is n) + (((er0 0.142857) (r 0.857143) r)) + ((n.n.name is l) + (((er1 0.8) (r 0.2) er1)) + (((er0 0.333333) (er1 0.333333) (r 0.333333) er0))))) + ((n.n.name is s) + (((r 1) r)) + ((n.n.n.name is s) + (((r 1) r)) + ((n.n.name is e) + ((n.n.n.name is r) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.333333) (r 0.666667) r))) + ((n.n.n.name is i) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.176471) (r 0.823529) r))))))))) + ((p.p.p.name is w) + ((n.n.name is l) (((r 1) r)) (((er1 1) er1))) + ((p.p.p.name is t) + ((n.n.name is d) + (((er1 1) er1)) + ((p.p.name is o) + (((r 1) r)) + ((n.n.name is n) + ((n.name is a) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.n.name is t) + (((er0 0.333333) (er1 0.333333) (r 0.333333) er0)) + (((er1 0.5) (r 0.5) er1)))) + ((n.n.name is i) + (((er0 1) er0)) + ((n.name is u) + (((er0 0.833333) (r 0.166667) er0)) + ((n.n.name is l) + (((r 1) r)) + ((n.name is e) + (((er0 0.571429) (r 0.428571) er0)) + ((n.n.name is g) + (((r 1) r)) + ((n.n.n.name is #) + (((r 1) r)) + ((n.n.n.name is r) + (((r 1) r)) + ((n.n.name is r) + (((er0 0.125) (r 0.875) r)) + ((n.name is i) + ((n.n.n.name is i) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.1) (r 0.9) r))) + ((n.n.name is c) + (((er0 0.25) (r 0.75) r)) + (((er0 0.75) (r 0.25) er0))))))))))))))) + ((p.p.p.name is u) + (((er0 0.875) (r 0.125) er0)) + ((n.name is h) + ((p.p.p.name is m) + (((er0 1) er0)) + (((er0 0.333333) (r 0.666667) r))) + ((p.p.p.name is j) + (((_epsilon_ 0.4) (r 0.6) r)) + ((n.name is a) + ((n.n.n.name is o) + (((er0 1) er0)) + ((n.n.n.name is i) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.0833333) (r 0.916667) r)))) + ((n.n.name is r) + ((p.p.p.name is h) + (((er0 0.166667) (r 0.833333) r)) + (((er0 0.6) (r 0.4) er0))) + ((n.n.name is i) + (((er1 0.333333) (r 0.666667) r)) + ((p.p.name is e) + ((n.name is o) + ((p.p.p.name is h) + ((n.n.name is n) + (((er0 0.666667) (r 0.333333) er0)) + (((r 1) r))) + (((r 1) r))) + (((er0 0.0137931) (r 0.986207) r))) + (((r 1) r))))))))))))))))) + ((p.p.name is e) + ((p.name is a) + ((n.name is n) + (((er1 1) er1)) + ((n.n.name is h) + ((p.p.p.name is s) + (((er0 0.1) (er1 0.9) er1)) + ((p.p.p.name is n) + (((er1 1) er1)) + ((p.p.p.name is #) + (((er1 0.888889) (r 0.111111) er1)) + (((er1 0.333333) (r 0.666667) r))))) + ((n.name is l) + ((n.n.name is y) + (((er0 0.142857) (er1 0.285714) (r 0.571429) r)) + ((n.n.n.name is s) + (((er1 0.2) (r 0.8) r)) + (((er1 0.92) (r 0.08) er1)))) + ((n.name is s) + ((p.p.p.name is h) + (((er1 1) er1)) + ((n.n.n.name is #) + (((er1 1) er1)) + (((er1 0.4) (r 0.6) r)))) + ((n.name is g) + (((er1 0.75) (r 0.25) er1)) + ((n.n.name is y) + ((n.name is b) + (((er1 0.666667) (r 0.333333) er1)) + (((er1 0.333333) (r 0.666667) r))) + ((p.p.p.name is d) + ((n.name is m) + (((er1 0.5) (r 0.5) er1)) + (((er0 0.111111) (r 0.888889) r))) + ((n.name is f) + ((n.n.name is u) + (((r 1) r)) + (((er1 0.666667) (r 0.333333) er1))) + (((er0 0.00662252) (er1 0.00662252) (r 0.986755) r)))))))))) + ((p.name is o) + ((p.p.p.name is h) + (((er0 0.909091) (r 0.0909091) er0)) + ((n.n.n.name is o) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.0967742) (r 0.903226) r)))) + ((n.name is z) + (((_epsilon_ 0.333333) (er0 0.666667) er0)) + ((n.name is l) + ((p.p.p.name is #) + (((er1 0.666667) (r 0.333333) er1)) + (((r 1) r))) + ((p.p.p.name is u) + (((_epsilon_ 0.142857) (r 0.857143) r)) + ((p.p.p.name is s) + ((n.n.name is s) (((er0 1) er0)) (((r 1) r))) + ((n.n.name is e) + ((p.p.p.name is h) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.0232558) (r 0.976744) r))) + (((er0 0.00132275) (r 0.998677) r))))))))) + ((p.name is o) + ((p.p.p.name is #) + ((n.name is o) + ((p.p.name is b) + ((n.n.name is w) + (((er0 0.8) (er1 0.2) er0)) + ((n.n.name is s) + (((er0 0.333333) (er1 0.333333) (r 0.333333) er0)) + (((er1 0.5) (r 0.5) er1)))) + ((n.n.name is c) + (((er0 1) er0)) + ((n.n.n.name is i) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.n.name is a) + (((er0 0.5) (r 0.5) er0)) + ((n.n.n.name is e) + ((p.p.name is c) + (((r 1) r)) + (((er0 0.666667) (r 0.333333) er0))) + (((er0 0.0454545) (r 0.954545) r))))))) + ((n.name is a) + ((n.n.name is i) + (((er0 0.875) (r 0.125) er0)) + ((p.p.name is m) + ((n.n.n.name is o) + (((r 1) r)) + ((n.n.n.name is e) + (((er0 0.6) (r 0.4) er0)) + ((n.n.name is s) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.n.name is #) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.157895) (r 0.842105) r)))))) + (((er0 0.0757576) (r 0.924242) r)))) + ((p.p.name is c) + ((n.n.n.name is #) + (((_epsilon_ 0.037037) (r 0.962963) r)) + ((n.n.name is o) + (((r 1) r)) + ((n.n.n.name is e) + (((r 1) r)) + ((n.name is s) + ((n.n.name is e) + (((er0 0.6) (r 0.4) er0)) + (((er0 0.333333) (r 0.666667) r))) + ((n.n.name is n) + (((er0 0.6) (r 0.4) er0)) + ((n.n.n.name is l) + (((er0 0.291667) (r 0.708333) r)) + ((n.name is d) + ((n.n.name is i) + (((r 1) r)) + ((n.n.name is a) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.25) (r 0.75) r)))) + (((er0 0.0930233) (r 0.906977) r))))))))) + ((n.name is t) + (((r 1) r)) + ((n.n.name is r) + ((p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + (((r 1) r))) + ((n.n.name is z) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.n.name is v) + (((er0 0.666667) (r 0.333333) er0)) + ((n.name is n) + (((_epsilon_ 0.0212766) + (er0 0.0212766) + (er1 0.0106383) + (r 0.946809) + r)) + ((n.n.n.name is t) + ((n.name is g) + (((er0 0.625) (r 0.375) er0)) + (((er0 0.0465116) (r 0.953488) r))) + ((n.name is g) + (((_epsilon_ 0.0149254) (r 0.985075) r)) + ((n.name is m) + (((r 1) r)) + ((n.n.name is l) + ((p.p.name is g) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.0857143) (r 0.914286) r))) + ((n.name is i) + (((r 1) r)) + ((n.n.n.name is d) + ((p.p.name is f) + (((er0 0.5) (r 0.5) er0)) + (((r 1) r))) + ((n.n.n.name is z) + (((er0 0.285714) (r 0.714286) r)) + ((n.n.name is e) + ((n.n.n.name is e) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.0454545) (r 0.954545) r))) + (((er0 0.0239362) (r 0.976064) r)))))))))))))))))) + ((n.name is a) + ((n.n.name is t) + ((p.p.p.name is p) + (((er0 0.25) (r 0.75) r)) + ((n.n.n.name is o) + ((p.p.name is b) + (((er0 0.4) (r 0.6) r)) + (((er0 0.75) (r 0.25) er0))) + ((p.p.name is l) + (((er0 0.5) (r 0.5) er0)) + ((p.p.p.name is e) + ((n.n.n.name is e) + (((er0 1) er0)) + ((p.p.name is c) + (((er0 0.8) (r 0.2) er0)) + (((er0 0.333333) (r 0.666667) r)))) + (((er0 0.934426) (r 0.0655738) er0)))))) + ((p.p.p.name is o) + (((er0 1) er0)) + ((n.n.name is s) + (((r 1) r)) + ((p.p.p.name is f) + (((r 1) r)) + ((n.n.name is x) + (((r 1) r)) + ((n.n.n.name is s) + (((r 1) r)) + ((n.n.n.name is t) + (((er0 1) er0)) + ((p.p.name is p) + (((er0 0.909091) (r 0.0909091) er0)) + ((n.n.name is c) + (((r 1) r)) + ((n.n.name is m) + (((er0 1) er0)) + ((n.n.n.name is d) + (((er0 1) er0)) + ((n.n.name is b) + (((er0 0.8) (r 0.2) er0)) + ((p.p.name is m) + (((er0 0.272727) (r 0.727273) r)) + ((n.n.name is l) + (((er0 0.818182) (r 0.181818) er0)) + ((p.p.name is t) + (((r 1) r)) + ((p.p.p.name is a) + (((er0 0.25) (r 0.75) r)) + (((er0 0.733333) (r 0.266667) er0)))))))))))))))))) + ((n.name is o) + ((n.n.n.name is g) + ((p.p.name is b) + ((p.p.p.name is r) + (((er0 0.333333) (er1 0.666667) er1)) + (((er0 0.818182) (er1 0.181818) er0))) + (((er1 1) er1))) + ((n.n.n.name is s) + (((er0 0.925926) (r 0.0740741) er0)) + ((p.p.p.name is o) + (((er0 1) er0)) + (((er0 0.0588235) (r 0.941176) r))))) + ((n.n.name is z) + ((n.name is i) (((er0 1) er0)) (((r 1) r))) + ((p.p.p.name is s) + ((p.p.name is s) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.0322581) (r 0.967742) r))) + ((n.n.n.name is g) + ((n.name is i) + ((p.p.p.name is p) + (((r 1) r)) + ((p.p.name is o) + (((r 1) r)) + (((er0 0.857143) (r 0.142857) er0)))) + (((r 1) r))) + ((n.n.name is d) + ((n.name is e) + ((p.p.p.name is p) + (((r 1) r)) + (((er0 0.851852) (r 0.148148) er0))) + (((r 1) r))) + ((p.p.p.name is o) + ((n.n.n.name is #) + (((er0 0.0666667) (er1 0.0666667) (r 0.866667) r)) + ((n.n.n.name is o) + (((r 1) r)) + ((n.n.name is t) + (((r 1) r)) + ((n.name is c) + (((er0 1) er0)) + ((n.name is b) + (((er0 1) er0)) + ((n.n.name is e) + (((er0 1) er0)) + ((n.n.n.name is t) + (((er0 1) er0)) + ((p.p.name is l) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.2) (r 0.8) r)))))))))) + ((p.p.name is b) + ((n.n.name is i) + (((er0 0.0769231) (r 0.923077) r)) + ((n.n.name is e) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.p.name is h) + (((er0 1) er0)) + ((n.n.name is a) + (((er0 0.333333) (r 0.666667) r)) + ((n.name is e) + (((er0 1) er0)) + ((n.n.n.name is i) + (((er0 0.666667) (r 0.333333) er0)) + ((n.name is n) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.333333) (r 0.666667) r))))))))) + ((p.p.p.name is a) + ((n.n.n.name is z) + (((er0 1) er0)) + ((n.name is e) + ((n.n.name is s) + (((r 1) r)) + ((n.n.name is a) + (((er0 0.333333) (r 0.666667) r)) + (((er0 1) er0)))) + ((n.n.n.name is #) + (((er0 0.0454545) (r 0.954545) r)) + ((n.n.name is s) + (((er0 1) er0)) + ((n.n.n.name is l) + (((r 1) r)) + ((p.p.name is m) + (((r 1) r)) + ((p.p.name is n) + (((r 1) r)) + ((p.p.name is d) + (((r 1) r)) + ((n.name is i) + ((p.p.name is t) + (((er0 0.1) (r 0.9) r)) + ((p.p.name is j) + (((er0 0.25) (r 0.75) r)) + (((er0 0.6) (r 0.4) er0)))) + (((er0 0.666667) (r 0.333333) er0))))))))))) + ((n.n.name is h) + ((n.name is s) + (((er0 0.888889) (r 0.111111) er0)) + ((p.p.p.name is i) + (((r 1) r)) + ((n.name is e) + (((r 1) r)) + ((p.p.p.name is e) + (((er0 0.5) (r 0.5) er0)) + ((p.p.name is f) + (((er0 0.5) (r 0.5) er0)) + (((r 1) r))))))) + ((p.p.p.name is p) + ((n.n.name is u) + (((er0 1) er0)) + ((n.name is i) + ((n.n.name is a) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.75) (r 0.25) er0))) + (((er0 0.037037) (r 0.962963) r)))) + ((p.p.name is r) + ((n.n.n.name is t) + (((_epsilon_ 0.333333) (er0 0.666667) er0)) + (((er0 0.333333) (r 0.666667) r))) + ((p.p.name is o) + (((r 1) r)) + ((p.p.p.name is m) + ((p.p.name is f) + (((_epsilon_ 0.125) (er0 0.875) er0)) + (((er0 0.0454545) (r 0.954545) r))) + ((n.n.n.name is s) + ((p.p.p.name is c) + (((er0 0.833333) (r 0.166667) er0)) + ((p.p.name is f) + (((r 1) r)) + ((p.p.name is t) + (((r 1) r)) + ((p.p.name is h) + (((r 1) r)) + ((n.name is i) + (((er0 0.25) (r 0.75) r)) + ((p.p.p.name is e) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.5) (r 0.5) er0)))))))) + ((n.n.n.name is t) + ((p.p.p.name is n) + ((n.n.name is a) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.2) (r 0.8) r))) + ((p.p.name is m) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.103448) (r 0.896552) r)))) + ((n.n.n.name is e) + ((p.p.name is h) + (((r 1) r)) + ((n.n.name is n) + (((r 1) r)) + ((p.p.p.name is n) + (((r 1) r)) + (((er0 0.666667) (r 0.333333) er0))))) + ((n.n.n.name is #) + ((p.p.p.name is w) + (((er0 0.333333) + (er1 0.333333) + (r 0.333333) + er0)) + ((p.p.p.name is n) + (((r 1) r)) + ((p.p.p.name is t) + ((n.n.name is s) + (((r 1) r)) + ((n.name is n) + (((er0 0.5) (r 0.5) er0)) + ((p.p.name is h) + (((er0 0.166667) (r 0.833333) r)) + (((er0 0.5) (r 0.5) er0))))) + ((n.name is d) + ((p.p.name is f) + (((er0 0.75) (r 0.25) er0)) + (((er0 0.142857) (r 0.857143) r))) + ((n.name is i) + ((n.n.name is o) + (((r 1) r)) + ((n.n.name is a) + (((r 1) r)) + ((p.p.p.name is e) + (((er0 1) er0)) + ((p.p.name is l) + (((r 1) r)) + (((er0 0.666667) + (r 0.333333) + er0)))))) + (((er0 0.0285714) (r 0.971429) r))))))) + ((n.n.n.name is h) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.n.name is y) + (((er1 0.0769231) (r 0.923077) r)) + ((p.p.p.name is l) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is h) + ((p.p.p.name is c) + (((er0 0.5) (r 0.5) er0)) + ((n.name is e) + (((er0 0.5) (r 0.5) er0)) + (((r 1) r)))) + (((er0 0.023622) (r 0.976378) r))))))))))))))))))))))))) + ((p.name is a) + ((p.p.p.name is #) + ((n.name is o) + ((n.n.n.name is #) + (((r 1) r)) + ((n.n.n.name is i) + (((er0 0.0555556) (r 0.944444) r)) + ((n.n.name is o) + (((er0 1) er0)) + ((n.n.name is n) + ((p.p.name is b) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.75) (r 0.25) er0))) + ((p.p.name is b) + (((er0 0.833333) (r 0.166667) er0)) + ((p.p.name is p) + ((n.n.n.name is y) (((r 1) r)) (((er0 1) er0))) + ((n.n.n.name is e) + (((r 1) r)) + ((p.p.name is k) + (((er0 0.75) (r 0.25) er0)) + ((p.p.name is g) + (((r 1) r)) + ((n.n.n.name is d) + (((r 1) r)) + ((n.n.name is u) + (((er0 0.166667) (r 0.833333) r)) + ((n.n.name is l) + (((er0 0.222222) (r 0.777778) r)) + ((p.p.name is c) + (((er0 0.75) (r 0.25) er0)) + ((n.n.n.name is h) + (((r 1) r)) + ((n.n.name is s) + (((er0 0.25) (r 0.75) r)) + ((n.n.name is c) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.555556) (r 0.444444) er0)))))))))))))))))) + ((n.name is a) + ((p.p.name is h) + ((n.n.name is s) + (((er0 1) er0)) + ((n.n.n.name is g) + (((er0 1) er0)) + (((er0 0.166667) (r 0.833333) r)))) + ((n.n.n.name is d) + (((er0 0.857143) (r 0.142857) er0)) + ((n.n.name is d) + ((n.n.n.name is o) + (((er0 0.142857) (r 0.857143) r)) + ((p.p.name is p) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.25) (r 0.75) r)))) + ((n.n.name is m) + (((_epsilon_ 0.0434783) + (er0 0.173913) + (r 0.782609) + r)) + ((p.p.name is p) + ((n.n.n.name is o) + ((n.n.name is n) + (((r 1) r)) + (((er0 0.5) (r 0.5) er0))) + (((r 1) r))) + ((n.n.name is n) + ((p.p.name is b) + (((er0 0.6) (r 0.4) er0)) + (((er0 0.25) (r 0.75) r))) + ((p.p.name is g) + ((n.n.name is g) (((er0 1) er0)) (((r 1) r))) + ((n.n.n.name is i) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is s) + (((r 1) r)) + ((p.p.name is b) + (((r 1) r)) + ((p.p.name is f) + (((r 1) r)) + ((n.n.name is v) + (((r 1) r)) + ((n.n.n.name is #) + (((r 1) r)) + ((p.p.name is n) + (((r 1) r)) + ((n.n.name is f) + (((r 1) r)) + ((n.n.n.name is h) + (((r 1) r)) + ((n.n.n.name is o) + (((r 1) r)) + ((n.n.name is s) + (((er0 0.5) (r 0.5) er0)) + ((n.n.n.name is e) + (((r 1) r)) + ((p.p.name is m) + (((r 1) r)) + ((n.n.n.name is a) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is k) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.5) (r 0.5) er0)))))))))))))))))))))))) + ((n.name is i) + ((n.n.name is t) + (((r 1) r)) + ((n.n.n.name is n) + (((r 1) r)) + ((n.n.n.name is g) + (((r 1) r)) + ((p.p.name is p) + ((n.n.n.name is h) + (((er0 0.571429) (r 0.428571) er0)) + ((n.n.n.name is i) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.222222) (r 0.777778) r)))) + ((n.n.name is n) + ((n.n.n.name is #) + (((r 1) r)) + ((p.p.name is c) + (((r 1) r)) + ((n.n.n.name is e) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.name is f) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.n.name is a) + (((er0 0.166667) (r 0.833333) r)) + (((er0 0.555556) (r 0.444444) er0))))))) + ((n.n.name is e) + ((n.n.n.name is l) + (((r 1) r)) + ((p.p.name is v) + (((er0 0.6) (r 0.4) er0)) + (((er0 0.285714) (r 0.714286) r)))) + ((p.p.name is v) + (((r 1) r)) + ((n.n.n.name is b) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.117647) (r 0.882353) r)))))))))) + ((n.name is e) + ((n.n.name is e) + (((er0 1) er0)) + ((n.n.n.name is #) + (((r 1) r)) + ((p.p.name is b) + (((r 1) r)) + ((n.n.name is a) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.n.name is s) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.15625) (r 0.84375) r))))))) + ((n.name is u) + ((n.n.name is c) + (((r 1) r)) + ((n.n.n.name is #) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.name is t) + (((er0 0.666667) (r 0.333333) er0)) + ((n.n.name is s) + (((er0 0.5) (r 0.5) er0)) + (((er0 0.222222) (r 0.777778) r)))))) + ((n.n.n.name is w) + ((n.name is l) + (((r 1) r)) + ((p.p.name is b) + (((r 1) r)) + ((n.n.name is o) + ((p.p.name is m) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.625) (r 0.375) er0))) + (((r 1) r))))) + ((n.name is t) + ((n.n.n.name is c) + (((er0 0.2) (r 0.8) r)) + ((p.p.name is b) + ((n.n.n.name is s) + (((er0 0.6) (r 0.4) er0)) + ((n.n.name is k) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.0185185) (r 0.981481) r)))) + (((er0 0.00833333) (r 0.991667) r)))) + ((n.name is z) + (((er0 0.157895) (r 0.842105) r)) + ((n.n.name is z) + (((er0 0.285714) (r 0.714286) r)) + ((p.p.name is k) + (((_epsilon_ 0.0232558) + (er0 0.0465116) + (r 0.930233) + r)) + ((n.n.name is r) + (((_epsilon_ 0.0555556) (r 0.944444) r)) + ((n.name is y) + (((er0 0.111111) (r 0.888889) r)) + ((n.name is c) + ((n.n.n.name is n) + ((n.n.name is i) + ((p.p.name is c) + (((r 1) r)) + (((er0 0.5) (r 0.5) er0))) + (((r 1) r))) + (((er0 0.00826446) (r 0.991736) r))) + (((er0 0.00160128) (r 0.998399) r))))))))))))))) + ((n.name is a) + ((n.n.n.name is t) + ((p.p.p.name is a) + (((er0 0.75) (r 0.25) er0)) + (((er0 0.117647) (r 0.882353) r))) + ((n.n.n.name is o) + ((p.p.name is p) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.1) (r 0.9) r))) + ((p.p.name is i) + (((er0 0.75) (er1 0.25) er0)) + ((p.p.p.name is e) + (((er0 0.909091) (r 0.0909091) er0)) + ((p.p.p.name is i) + (((er0 1) er0)) + ((n.n.name is g) + (((r 1) r)) + ((p.p.name is t) + (((r 1) r)) + ((n.n.name is l) + (((r 1) r)) + ((n.n.name is o) + (((r 1) r)) + ((p.p.p.name is s) + (((er0 1) er0)) + ((n.n.n.name is l) + (((er0 1) er0)) + ((n.n.name is d) + (((er0 1) er0)) + ((p.p.p.name is a) + ((p.p.name is m) + (((er0 1) er0)) + ((n.n.n.name is #) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.833333) (r 0.166667) er0)))) + ((p.p.name is h) + (((er0 0.75) (r 0.25) er0)) + ((n.n.name is t) + ((p.p.p.name is m) + (((r 1) r)) + (((er0 0.833333) (r 0.166667) er0))) + (((er0 0.333333) (r 0.666667) r))))))))))))))))) + ((n.name is o) + ((n.n.name is s) + (((er0 0.222222) (r 0.777778) r)) + ((n.n.name is n) + ((n.n.n.name is #) + (((er0 0.2) (r 0.8) r)) + (((er0 0.833333) (r 0.166667) er0))) + ((n.n.n.name is #) + (((er0 1) er0)) + ((n.n.n.name is s) + (((er0 1) er0)) + ((p.p.name is l) + (((er0 1) er0)) + ((n.n.n.name is n) + (((er0 1) er0)) + ((n.n.name is l) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.4) (r 0.6) r))))))))) + ((n.n.name is z) + ((n.n.n.name is #) + (((er0 0.0666667) (r 0.933333) r)) + (((er0 0.958333) (r 0.0416667) er0))) + ((n.n.name is s) + ((n.name is k) + (((r 1) r)) + ((n.name is e) + ((p.p.name is h) + ((p.p.p.name is s) + (((r 1) r)) + (((er0 0.666667) (r 0.333333) er0))) + (((er0 0.0322581) (r 0.967742) r))) + ((p.p.p.name is n) + (((er0 1) er0)) + ((p.p.p.name is i) + (((er0 0.625) (er1 0.125) (r 0.25) er0)) + ((p.p.name is o) + (((er0 0.0833333) (r 0.916667) r)) + ((n.name is t) + (((er0 0.1) (r 0.9) r)) + ((p.p.name is u) + (((r 1) r)) + ((p.p.p.name is m) + (((r 1) r)) + ((n.name is l) + (((r 1) r)) + ((p.p.name is y) + (((er0 0.142857) (r 0.857143) r)) + ((p.p.p.name is l) + (((er0 1) er0)) + ((p.p.name is l) + ((n.n.n.name is #) + (((r 1) r)) + ((n.n.n.name is s) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.666667) (r 0.333333) er0)))) + ((p.p.p.name is s) + ((p.p.name is t) + (((er0 0.666667) (r 0.333333) er0)) + (((r 1) r))) + ((p.p.p.name is e) + ((n.name is d) + (((r 1) r)) + (((er0 0.833333) (r 0.166667) er0))) + ((n.name is d) + ((p.p.name is c) + (((er0 0.333333) (r 0.666667) r)) + (((er0 0.933333) (r 0.0666667) er0))) + ((p.p.p.name is a) + (((er0 0.8) (r 0.2) er0)) + ((n.n.n.name is #) + (((r 1) r)) + ((p.p.p.name is c) + (((er0 0.4) (r 0.6) r)) + ((n.n.n.name is m) + (((er0 1) er0)) + (((er0 0.333333) (r 0.666667) r))))))))))))))))))))) + ((n.name is e) + ((n.n.name is t) + (((er0 0.833333) (r 0.166667) er0)) + ((p.p.p.name is s) + (((er0 0.0769231) (r 0.923077) r)) + ((p.p.name is s) + (((er0 1) er0)) + ((p.p.name is p) + (((r 1) r)) + ((p.p.p.name is q) + (((r 1) r)) + ((p.p.name is l) + (((er0 0.142857) (r 0.857143) r)) + ((p.p.p.name is h) + (((r 1) r)) + ((p.p.name is i) + (((er0 1) er0)) + ((p.p.p.name is n) + (((r 1) r)) + ((p.p.p.name is z) + (((r 1) r)) + ((p.p.name is f) + (((r 1) r)) + ((p.p.p.name is l) + (((er0 0.25) (r 0.75) r)) + ((p.p.name is h) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.p.name is c) + (((er0 0.8) (r 0.2) er0)) + ((n.n.n.name is #) + (((er0 0.692308) (r 0.307692) er0)) + (((er0 0.285714) (r 0.714286) r))))))))))))))))) + ((n.name is i) + ((n.n.n.name is n) + (((r 1) r)) + ((n.n.n.name is y) + (((r 1) r)) + ((n.n.name is o) + (((r 1) r)) + ((p.p.name is g) + (((er0 0.875) (r 0.125) er0)) + ((n.n.n.name is g) + (((r 1) r)) + ((p.p.p.name is n) + ((n.n.name is n) + (((er0 1) er0)) + ((n.n.name is e) + (((er0 0.6) (r 0.4) er0)) + (((er0 0.333333) (r 0.666667) r)))) + ((p.p.name is m) + ((n.n.n.name is e) + (((er0 1) er0)) + ((p.p.p.name is i) + (((r 1) r)) + ((n.n.n.name is a) + (((r 1) r)) + ((n.n.n.name is o) + (((er0 0.333333) (r 0.666667) r)) + ((p.p.p.name is e) + (((er0 1) er0)) + ((n.n.n.name is #) + (((er0 0.4) (r 0.6) r)) + (((er0 0.666667) (r 0.333333) er0)))))))) + ((p.p.p.name is a) + ((n.n.name is a) + (((r 1) r)) + ((p.p.name is l) + ((n.n.name is e) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.2) (r 0.8) r))) + (((er0 0.714286) (r 0.285714) er0)))) + ((p.p.name is h) + ((n.n.n.name is a) + (((r 1) r)) + ((p.p.p.name is c) + (((er0 0.8) (r 0.2) er0)) + (((er0 0.4) (r 0.6) r)))) + ((p.p.name is p) + (((er0 0.5) (r 0.5) er0)) + ((p.p.name is v) + (((er0 0.5) (r 0.5) er0)) + ((p.p.name is l) + (((er0 0.2) (r 0.8) r)) + ((p.p.p.name is i) + ((n.n.name is e) + (((r 1) r)) + (((er0 0.666667) (r 0.333333) er0))) + (((er0 0.0338983) (r 0.966102) r))))))))))))))) + ((p.p.p.name is u) + ((n.n.name is y) + (((er0 1) er0)) + ((p.p.name is g) + (((er0 0.666667) (r 0.333333) er0)) + (((r 1) r)))) + ((n.n.n.name is z) + (((er0 1) er0)) + ((p.p.name is i) + ((p.p.p.name is c) + (((er1 0.5) (r 0.5) er1)) + ((p.p.p.name is r) + (((r 1) r)) + ((p.p.p.name is g) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.25) (r 0.75) r))))) + ((p.p.p.name is a) + ((n.n.n.name is #) + (((r 1) r)) + ((n.name is y) + (((er0 1) er0)) + ((p.p.name is l) + (((r 1) r)) + ((n.name is t) + (((r 1) r)) + ((n.n.name is e) + (((r 1) r)) + ((n.name is d) + (((er0 0.75) (r 0.25) er0)) + ((p.p.name is n) + (((er0 0.6) (r 0.4) er0)) + (((er0 0.285714) (r 0.714286) r))))))))) + ((p.p.name is l) + ((n.name is d) + (((r 1) r)) + ((n.n.name is e) + (((r 1) r)) + ((p.p.p.name is c) + (((r 1) r)) + ((p.p.p.name is l) + (((er0 0.75) (r 0.25) er0)) + ((p.p.p.name is o) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.2) (r 0.8) r))))))) + ((p.p.name is z) + ((p.p.p.name is c) + (((er0 0.25) (r 0.75) r)) + (((er0 0.5) (r 0.5) er0))) + ((n.n.name is l) + ((n.name is d) + ((n.n.n.name is e) + (((r 1) r)) + (((er0 1) er0))) + (((r 1) r))) + ((n.n.name is n) + ((n.n.n.name is e) + (((r 1) r)) + (((er0 0.5) (r 0.5) er0))) + ((n.n.n.name is e) + ((n.n.name is i) + ((p.p.p.name is c) + (((r 1) r)) + (((er0 0.5) (r 0.5) er0))) + (((er0 0.047619) (r 0.952381) r))) + (((er0 0.00802568) (r 0.991974) r)))))))))))))))))) + ((p.name is y) + ((p.p.name is m) + ((n.name is t) + ((n.n.name is i) + (((er1 0.333333) (r 0.666667) r)) + (((er1 1) er1))) + ((n.n.name is i) + (((er1 0.666667) (r 0.333333) er1)) + (((er1 0.1) (r 0.9) r)))) + ((n.n.n.name is s) + (((er1 0.666667) (r 0.333333) er1)) + ((n.name is o) + (((r 1) r)) + ((n.n.n.name is #) + (((er0 0.0909091) (er1 0.0909091) (r 0.818182) r)) + ((n.name is e) + (((r 1) r)) + ((n.n.name is n) + ((n.name is a) + (((er0 0.166667) (r 0.833333) r)) + (((er0 0.8) (r 0.2) er0))) + ((p.p.name is h) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.111111) (r 0.888889) r))))))))) + ((n.n.n.name is #) + ((n.name is e) + ((n.n.name is s) + ((p.p.p.name is e) + (((er0 1) er0)) + ((p.name is d) + (((er0 0.25) (r 0.75) r)) + (((er0 0.7) (r 0.3) er0)))) + ((n.n.name is d) + ((p.p.p.name is i) + (((r 1) r)) + ((p.p.p.name is e) + (((er0 0.666667) (r 0.333333) er0)) + ((p.p.p.name is u) + (((er0 0.666667) (r 0.333333) er0)) + ((p.name is f) + (((r 1) r)) + ((p.p.p.name is a) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.285714) (r 0.714286) r))))))) + ((n.n.name is n) + ((p.name is g) + (((r 1) r)) + ((p.p.p.name is o) + (((er0 0.75) (r 0.25) er0)) + ((p.p.name is l) + (((r 1) r)) + ((p.name is h) + (((r 1) r)) + (((er0 0.6) (r 0.4) er0)))))) + (((r 1) r))))) + ((n.n.name is e) + ((n.name is i) + ((p.p.p.name is u) + (((er0 0.25) (r 0.75) r)) + (((er0 0.625) (r 0.375) er0))) + (((r 1) r))) + (((er0 0.00539568) (er1 0.00179856) (r 0.992806) r)))) + ((n.name is z) + ((p.name is h) + (((er1 0.5) (r 0.5) er1)) + ((p.p.name is s) + (((er0 0.75) (r 0.25) er0)) + (((_epsilon_ 0.25) (er0 0.25) (r 0.5) r)))) + ((n.n.name is e) + ((p.name is f) + ((n.n.n.name is d) + (((er0 0.5) (r 0.5) er0)) + (((r 1) r))) + (((er0 0.0235294) (r 0.976471) r))) + ((p.p.name is a) + ((p.name is h) + ((n.name is a) (((er0 0.8) (r 0.2) er0)) (((r 1) r))) + ((p.p.p.name is k) + (((_epsilon_ 0.25) (er0 0.25) (r 0.5) r)) + ((n.n.n.name is g) + ((n.n.name is d) + (((r 1) r)) + ((n.name is a) + (((r 1) r)) + (((er0 0.666667) (r 0.333333) er0)))) + (((r 1) r))))) + ((p.p.p.name is #) + (((er1 0.00248756) (r 0.997512) r)) + ((n.n.n.name is g) + ((n.n.name is n) + ((p.p.name is s) + (((r 1) r)) + ((p.name is t) + (((er0 0.666667) (r 0.333333) er0)) + (((er0 0.0714286) (r 0.928571) r)))) + (((r 1) r))) + (((_epsilon_ 0.000393701) + (er0 0.0023622) + (r 0.997244) + r))))))))))))))))))))) +(s + ((n.name is #) + ((p.name is t) + (((_epsilon_ 0.00139082) (s 0.99235) (z 0.00625869) s)) + ((p.name is s) + ((p.p.name is e) + (((_epsilon_ 0.0094162) (s 0.988701) (z 0.00188324) s)) + ((p.p.p.name is e) + (((_epsilon_ 0.227273) (s 0.727273) (sh 0.0454545) s)) + ((p.p.p.name is a) + (((_epsilon_ 0.285714) (s 0.714286) s)) + ((p.p.p.name is s) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)) + (((_epsilon_ 0.0284091) (s 0.971591) s)))))) + ((p.name is u) + ((p.p.name is a) + ((p.p.p.name is h) + (((s 1) s)) + ((p.p.p.name is m) + (((s 0.5) (z 0.5) s)) + ((p.p.p.name is r) + (((s 0.5) (z 0.5) s)) + (((s 0.166667) (z 0.833333) z))))) + ((p.p.p.name is h) + ((p.p.name is e) (((s 0.25) (z 0.75) z)) (((s 0.8) (z 0.2) s))) + ((p.p.p.name is v) + (((_epsilon_ 0.0909091) (s 0.909091) s)) + ((p.p.p.name is y) + ((p.p.name is o) (((s 0.333333) (z 0.666667) z)) (((s 1) s))) + (((s 0.988439) (z 0.0115607) s)))))) + ((p.name is i) + ((p.p.name is a) + ((p.p.p.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is v) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 0.818182) (z 0.181818) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.833333) (z 0.166667) _epsilon_)) + (((_epsilon_ 0.416667) (z 0.583333) z)))))) + ((p.p.name is o) + (((_epsilon_ 0.956522) (s 0.0434783) _epsilon_)) + ((p.p.name is e) + (((s 0.192308) (z 0.807692) z)) + ((p.p.name is u) + ((p.p.p.name is l) + (((s 0.666667) (z 0.333333) s)) + (((_epsilon_ 0.0833333) (s 0.166667) (z 0.75) z))) + ((p.p.p.name is b) + (((_epsilon_ 0.5) (s 0.25) (z 0.25) _epsilon_)) + ((p.p.name is i) + (((z 1) z)) + ((p.p.name is n) + ((p.p.p.name is i) + (((s 0.166667) (z 0.833333) z)) + (((s 0.849057) (z 0.150943) s))) + ((p.p.p.name is o) + (((s 1) s)) + ((p.p.p.name is s) + (((_epsilon_ 0.0714286) (s 0.785714) (z 0.142857) s)) + ((p.p.name is z) + (((s 0.333333) (z 0.666667) z)) + ((p.p.name is v) + (((s 1) s)) + ((p.p.p.name is a) + (((s 0.861111) (z 0.138889) s)) + ((p.p.name is m) + ((p.p.p.name is e) + (((s 0.333333) (z 0.666667) z)) + (((s 0.875) (z 0.125) s))) + ((p.p.p.name is #) + (((s 0.6) (z 0.4) s)) + ((p.p.name is r) + (((s 1) s)) + ((p.p.p.name is u) + ((p.p.name is d) + (((s 0.333333) (z 0.666667) z)) + (((s 1) s))) + (((s 0.956522) (z 0.0434783) s)))))))))))))))))) + ((p.name is k) + (((s 1) s)) + ((p.p.name is t) + ((p.name is e) + (((_epsilon_ 0.00244499) (s 0.95599) (z 0.0415648) s)) + ((p.name is h) + (((s 0.888889) (z 0.111111) s)) + ((p.p.p.name is i) + (((s 0.733333) (z 0.266667) s)) + ((p.p.p.name is n) + ((p.name is a) + (((s 0.833333) (z 0.166667) s)) + (((s 0.272727) (z 0.727273) z))) + ((p.name is y) + (((s 0.5) (z 0.5) s)) + ((p.p.p.name is l) + (((z 1) z)) + ((p.p.p.name is a) + (((s 0.111111) (z 0.888889) z)) + ((p.name is a) + ((p.p.p.name is s) + (((s 0.0909091) (z 0.909091) z)) + ((p.p.p.name is o) + (((s 0.2) (z 0.8) z)) + ((p.p.p.name is e) + (((s 0.333333) (z 0.666667) z)) + ((p.p.p.name is t) + (((s 0.333333) (z 0.666667) z)) + (((s 1) s)))))) + ((p.p.p.name is s) (((s 0.5) (z 0.5) s)) (((z 1) z))))))))))) + ((p.name is p) + (((_epsilon_ 0.00371747) (s 0.992565) (z 0.00371747) s)) + ((p.name is c) + (((s 1) s)) + ((p.p.name is k) + ((p.name is e) + (((s 0.971698) (z 0.0283019) s)) + ((p.p.p.name is i) + (((s 0.6) (z 0.4) s)) + (((s 0.285714) (z 0.714286) z)))) + ((p.p.name is p) + ((p.name is e) + (((s 0.955882) (z 0.0441176) s)) + ((p.name is h) + (((s 1) s)) + ((p.p.p.name is a) + (((s 1) s)) + (((_epsilon_ 0.0555556) (s 0.111111) (z 0.833333) z))))) + ((p.name is f) + (((s 1) s)) + ((p.name is o) + ((p.p.name is o) + (((s 0.0434783) (z 0.956522) z)) + ((p.p.p.name is u) + ((p.p.name is l) + (((s 0.8125) (z 0.1875) s)) + (((s 0.428571) (z 0.571429) z))) + ((p.p.p.name is #) + (((s 0.875) (z 0.125) s)) + ((p.p.name is d) + (((s 0.105263) (z 0.894737) z)) + ((p.p.name is g) + (((s 0.125) (z 0.875) z)) + ((p.p.p.name is p) + (((z 1) z)) + ((p.p.p.name is e) + (((s 0.263158) (z 0.736842) z)) + ((p.p.name is l) + ((p.p.p.name is a) + (((z 1) z)) + ((p.p.p.name is l) + (((z 1) z)) + ((p.p.p.name is c) + (((s 0.333333) (z 0.666667) z)) + (((s 0.555556) (z 0.444444) s))))) + ((p.p.name is r) + ((p.p.p.name is t) + (((s 1) s)) + (((s 0.25) (z 0.75) z))) + ((p.p.name is y) + (((s 0.2) (z 0.8) z)) + ((p.p.p.name is r) + ((p.p.name is c) + (((s 0.666667) (z 0.333333) s)) + (((s 0.285714) (z 0.714286) z))) + ((p.p.name is n) + ((p.p.p.name is o) + (((s 0.6) (z 0.4) s)) + ((p.p.p.name is i) + (((s 0.357143) (z 0.642857) z)) + ((p.p.p.name is a) + (((s 0.388889) (z 0.611111) z)) + (((s 0.666667) (z 0.333333) s))))) + ((p.p.p.name is t) + (((s 0.333333) (z 0.666667) z)) + ((p.p.name is h) + (((s 0.25) (z 0.75) z)) + ((p.p.name is c) + ((p.p.p.name is a) + (((s 0.666667) (z 0.333333) s)) + (((s 0.285714) (z 0.714286) z))) + ((p.p.p.name is d) + (((s 0.333333) (z 0.666667) z)) + ((p.p.p.name is o) + ((p.p.name is b) + (((s 0.4) (z 0.6) z)) + (((s 0.5) (z 0.5) s))) + ((p.p.p.name is s) + (((s 0.75) (z 0.25) s)) + ((p.p.name is m) + ((p.p.p.name is a) + (((s 0.625) (z 0.375) s)) + (((s 0.25) (z 0.75) z))) + ((p.p.name is b) + ((p.p.p.name is m) + (((s 0.666667) (z 0.333333) s)) + (((s 0.333333) (z 0.666667) z))) + (((s 0.64) (z 0.36) s)))))))))))))))))))))) + ((p.name is a) + ((p.p.name is s) + (((_epsilon_ 0.0909091) (s 0.454545) (z 0.454545) s)) + ((p.p.p.name is g) + (((s 0.777778) (z 0.222222) s)) + ((p.p.p.name is c) + (((s 1) s)) + ((p.p.name is y) + ((p.p.p.name is a) + (((s 0.333333) (z 0.666667) z)) + (((s 0.857143) (z 0.142857) s))) + ((p.p.name is x) + (((s 1) s)) + ((p.p.name is g) + ((p.p.p.name is r) + (((s 0.666667) (z 0.333333) s)) + ((p.p.p.name is i) + (((s 0.5) (z 0.5) s)) + (((s 0.368421) (z 0.631579) z)))) + ((p.p.name is l) + ((p.p.p.name is l) + (((s 0.227273) (z 0.772727) z)) + ((p.p.p.name is a) + (((s 0.666667) (z 0.333333) s)) + ((p.p.p.name is k) + (((s 0.333333) (z 0.666667) z)) + ((p.p.p.name is o) + (((s 0.5) (z 0.5) s)) + ((p.p.p.name is i) + (((s 0.5) (z 0.5) s)) + (((s 0.444444) (z 0.555556) z))))))) + ((p.p.name is z) + (((z 1) z)) + ((p.p.name is m) + (((s 0.146341) (z 0.853659) z)) + ((p.p.p.name is m) + (((z 1) z)) + ((p.p.name is o) + (((z 1) z)) + ((p.p.name is d) + ((p.p.p.name is a) + (((z 1) z)) + ((p.p.p.name is n) + (((s 0.25) (z 0.75) z)) + ((p.p.p.name is u) + (((s 0.333333) (z 0.666667) z)) + (((s 0.625) (z 0.375) s))))) + ((p.p.p.name is u) + (((s 0.117647) (z 0.882353) z)) + ((p.p.p.name is d) + ((p.p.name is r) + (((s 0.8) (z 0.2) s)) + (((z 1) z))) + ((p.p.p.name is h) + (((s 0.5) (z 0.5) s)) + ((p.p.name is b) + (((s 0.4) (z 0.6) z)) + ((p.p.name is c) + ((p.p.p.name is i) + (((s 0.2) (z 0.8) z)) + (((s 0.6) (z 0.4) s))) + ((p.p.p.name is a) + (((s 0.0909091) (z 0.909091) z)) + ((p.p.p.name is o) + (((s 0.352941) (z 0.647059) z)) + ((p.p.name is h) + (((z 1) z)) + ((p.p.p.name is i) + (((s 0.318182) (z 0.681818) z)) + ((p.p.name is r) + ((p.p.p.name is e) + (((s 0.153846) (z 0.846154) z)) + ((p.p.p.name is r) + (((s 0.125) (z 0.875) z)) + ((p.p.p.name is t) + (((s 0.222222) (z 0.777778) z)) + (((s 0.666667) (z 0.333333) s))))) + ((p.p.p.name is p) + (((z 1) z)) + ((p.p.p.name is n) + (((s 0.3) (z 0.7) z)) + ((p.p.name is v) + (((z 1) z)) + ((p.p.p.name is l) + ((p.p.name is e) + (((z 1) z)) + (((s 0.5) (z 0.5) s))) + (((s 0.193548) (z 0.806452) z)))))))))))))))))))))))))))) + ((p.name is h) + ((p.p.name is c) + (((s 1) s)) + ((p.p.p.name is i) + (((z 1) z)) + ((p.p.name is a) + (((s 0.2) (z 0.8) z)) + ((p.p.p.name is u) + (((s 0.416667) (z 0.583333) z)) + (((s 0.555556) (z 0.444444) s)))))) + ((p.name is e) + ((p.p.p.name is q) + (((_epsilon_ 0.0555556) (s 0.777778) (z 0.166667) s)) + ((p.p.name is f) + (((s 0.909091) (z 0.0909091) s)) + ((p.p.name is i) + (((s 0.00355872) (z 0.996441) z)) + ((p.p.p.name is l) + (((_epsilon_ 0.0224719) + (s 0.134831) + (z 0.842697) + z)) + ((p.p.p.name is #) + (((s 0.8) (z 0.2) s)) + ((p.p.p.name is e) + ((p.p.name is l) + (((s 0.5) (z 0.5) s)) + (((s 0.0964912) (z 0.903509) z))) + ((p.p.p.name is a) + (((s 0.0735695) (z 0.926431) z)) + ((p.p.p.name is g) + (((_epsilon_ 0.0185185) + (s 0.12963) + (z 0.851852) + z)) + ((p.p.name is d) + (((_epsilon_ 0.00892857) + (s 0.0625) + (z 0.928571) + z)) + ((p.p.name is j) + (((s 0.5) (z 0.5) s)) + ((p.p.name is v) + (((_epsilon_ 0.00952381) (z 0.990476) z)) + ((p.p.name is h) + (((s 0.0441989) (z 0.955801) z)) + ((p.p.name is n) + (((s 0.036036) (z 0.963964) z)) + ((p.p.name is r) + ((p.p.p.name is b) + (((s 0.5) (z 0.5) s)) + (((s 0.0233918) (z 0.976608) z))) + (((s 0.00718133) (z 0.992819) z)))))))))))))))) + ((p.name is y) + ((p.p.name is s) + (((s 1) s)) + ((p.p.name is d) + (((s 0.666667) (z 0.333333) s)) + ((p.p.p.name is e) + (((s 0.5) (z 0.5) s)) + (((s 0.011976) (z 0.988024) z))))) + (((s 0.00113809) (sh 0.000189681) (z 0.998672) z)))))))))))))))))) + ((n.name is s) + ((p.p.p.name is #) + ((p.p.name is m) + ((n.n.n.name is o) + ((n.n.name is i) (((sh 1) sh)) (((_epsilon_ 0.25) (s 0.75) s))) + ((n.n.name is t) + (((s 1) s)) + ((n.n.name is p) + (((s 1) s)) + ((n.n.name is e) + ((n.n.n.name is d) + (((s 1) s)) + ((n.n.n.name is l) + (((_epsilon_ 0.8) (s 0.2) _epsilon_)) + ((p.name is i) + (((s 1) s)) + ((n.n.n.name is s) + (((_epsilon_ 0.333333) (s 0.666667) s)) + ((n.n.n.name is n) + (((_epsilon_ 0.5) (s 0.5) _epsilon_)) + ((p.name is e) + (((_epsilon_ 0.8) (s 0.2) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 0.333333) (s 0.666667) s)) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_))))))))) + ((n.n.n.name is #) + ((p.name is a) + (((s 1) s)) + (((_epsilon_ 0.6) (s 0.4) _epsilon_))) + ((n.n.name is #) + (((_epsilon_ 0.25) (s 0.75) s)) + ((n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.4) (s 0.6) s)) + ((n.n.n.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is n) + (((_epsilon_ 0.916667) (s 0.0833333) _epsilon_)) + ((n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is c) + (((_epsilon_ 0.875) (s 0.125) _epsilon_)) + ((p.name is a) + ((n.n.name is i) + (((_epsilon_ 0.75) (s 0.25) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)) + ((n.n.n.name is g) + (((_epsilon_ 0.5) (s 0.5) _epsilon_)) + (((_epsilon_ 0.333333) (s 0.666667) s))))) + ((n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is a) + (((_epsilon_ 0.5) (s 0.5) _epsilon_)) + ((p.name is i) + ((n.n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (s 0.666667) s))) + (((_epsilon_ 0.833333) (s 0.166667) _epsilon_)))))))))))))))))) + ((p.p.name is s) + ((n.n.n.name is #) + (((s 1) s)) + ((n.n.name is a) + (((_epsilon_ 0.75) (s 0.25) _epsilon_)) + ((n.n.n.name is m) + (((s 1) s)) + ((p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.name is a) + (((_epsilon_ 0.25) (s 0.75) s)) + ((p.name is u) + (((_epsilon_ 0.4) (s 0.6) s)) + (((_epsilon_ 0.75) (s 0.25) _epsilon_)))))))) + ((p.p.name is c) + ((n.n.n.name is a) + (((_epsilon_ 0.666667) (sh 0.333333) _epsilon_)) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + ((n.n.name is e) + (((_epsilon_ 0.25) (s 0.75) s)) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_))) + (((_epsilon_ 0.8) (s 0.2) _epsilon_))))) + ((p.name is o) + ((n.n.n.name is p) + (((s 1) s)) + ((n.n.n.name is #) + ((p.p.name is r) + (((_epsilon_ 0.25) (s 0.75) s)) + (((_epsilon_ 0.875) (s 0.125) _epsilon_))) + ((p.p.name is g) + ((n.n.name is e) + (((_epsilon_ 0.333333) (s 0.666667) s)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.939759) (s 0.060241) _epsilon_))))) + ((p.p.name is w) + (((_epsilon_ 0.885714) (s 0.114286) _epsilon_)) + ((n.n.n.name is m) + ((n.n.name is i) + ((p.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (s 0.6) s))) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is i) + ((p.name is u) + (((_epsilon_ 0.333333) (s 0.666667) s)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.995261) (s 0.00473934) _epsilon_))))))))) + ((p.p.name is e) + ((p.p.p.name is n) + (((_epsilon_ 0.25) (s 0.25) (z 0.5) z)) + ((n.n.name is u) + (((_epsilon_ 0.818182) (sh 0.181818) _epsilon_)) + ((n.n.n.name is r) + ((p.name is a) + (((_epsilon_ 0.2) (s 0.8) s)) + (((_epsilon_ 0.6) (s 0.4) _epsilon_))) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.857143) (s 0.142857) _epsilon_)) + ((p.p.p.name is h) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)) + (((_epsilon_ 0.4) (s 0.6) s)))))))))))) + ((p.p.name is o) + ((p.name is i) + ((n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (z 0.6) z))) + (((_epsilon_ 0.878788) (s 0.121212) _epsilon_))) + ((p.p.name is a) + (((_epsilon_ 0.825) (s 0.15) (z 0.025) _epsilon_)) + ((p.p.name is h) + ((n.n.name is o) + (((_epsilon_ 0.333333) (s 0.666667) s)) + (((_epsilon_ 0.857143) (s 0.142857) _epsilon_))) + ((p.p.name is i) + (((_epsilon_ 0.857143) (s 0.0952381) (z 0.047619) _epsilon_)) + ((n.n.n.name is a) + ((n.n.name is i) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (s 0.666667) s))) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.998087) + (s 0.00127551) + (z 0.000637755) + _epsilon_))))))))) + ((n.name is h) + ((p.name is t) + ((p.p.p.name is e) + (((sh 1) sh)) + ((n.n.n.name is p) + (((_epsilon_ 0.333333) (sh 0.666667) sh)) + (((_epsilon_ 0.894737) (s 0.0526316) (sh 0.0526316) _epsilon_)))) + ((n.n.name is o) + ((p.p.p.name is 0) + (((s 0.00512821) (sh 0.994872) sh)) + ((p.p.name is d) + ((p.name is e) (((sh 1) sh)) (((s 1) s))) + ((p.name is s) + (((s 0.75) (sh 0.25) s)) + ((n.n.n.name is u) + (((s 0.333333) (sh 0.333333) (z 0.333333) s)) + (((s 0.0243902) (sh 0.95122) (z 0.0243902) sh)))))) + ((p.p.p.name is 0) + (((s 0.00114155) (sh 0.998858) sh)) + ((n.n.name is #) + (((ch 0.00263852) (sh 0.997361) sh)) + ((n.n.name is i) + (((sh 0.996979) (zh 0.00302115) sh)) + ((n.n.n.name is n) + ((p.p.name is m) + (((s 0.6) (sh 0.4) s)) + ((p.p.name is c) + (((s 0.666667) (sh 0.333333) s)) + (((sh 1) sh)))) + ((n.n.n.name is i) + ((n.n.name is e) + ((p.name is e) + (((s 0.666667) (z 0.333333) s)) + (((s 0.2) (sh 0.8) sh))) + (((sh 1) sh))) + ((n.n.n.name is a) + ((n.n.name is e) + ((p.name is i) + (((s 0.666667) (sh 0.333333) s)) + ((p.p.p.name is b) + (((sh 1) sh)) + ((p.p.p.name is #) + (((sh 1) sh)) + (((s 0.25) (sh 0.25) (z 0.5) z))))) + (((sh 1) sh))) + (((s 0.00723327) + (sh 0.987342) + (z 0.00180832) + (zh 0.00361664) + sh)))))))))) + ((n.n.name is h) + ((p.name is t) + (((_epsilon_ 0.962025) (s 0.0379747) _epsilon_)) + ((n.name is c) + ((n.n.n.name is o) + ((p.name is n) + (((sh 1) sh)) + ((p.p.name is 0) + (((s 0.296296) (sh 0.703704) sh)) + (((s 0.75) (sh 0.25) s)))) + ((n.n.n.name is i) + ((p.p.p.name is 0) + (((s 0.202899) (sh 0.797101) sh)) + ((p.p.name is m) + (((s 1) s)) + ((p.name is e) + (((s 0.75) (sh 0.25) s)) + ((p.p.p.name is h) + (((s 0.666667) (sh 0.333333) s)) + (((_epsilon_ 0.166667) (s 0.166667) (sh 0.666667) sh)))))) + ((p.name is z) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) (sh 0.666667) sh)) + (((_epsilon_ 0.25) (s 0.25) (sh 0.25) (zh 0.25) _epsilon_))) + ((n.n.n.name is e) + ((p.p.name is e) + (((sh 1) sh)) + ((p.p.name is m) + (((s 0.5) (sh 0.5) s)) + ((p.name is u) + (((sh 1) sh)) + ((p.p.name is o) + (((sh 1) sh)) + ((p.name is a) + (((sh 1) sh)) + ((p.p.name is r) + ((p.p.p.name is #) + (((s 0.75) (sh 0.25) s)) + (((sh 1) sh))) + (((s 0.137931) (sh 0.862069) sh)))))))) + ((n.n.n.name is a) + ((p.p.p.name is #) + ((p.name is a) + (((sh 1) sh)) + (((s 0.818182) (sh 0.181818) s))) + (((s 0.0515464) (sh 0.948454) sh))) + (((s 0.0135135) (sh 0.986486) sh))))))) + ((n.n.n.name is m) + ((p.name is a) (((s 0.333333) (z 0.666667) z)) (((s 1) s))) + (((s 0.981651) (z 0.0183486) s))))) + ((p.p.name is 0) + ((n.name is z) + (((sh 1) sh)) + ((n.name is j) + (((sh 1) sh)) + ((n.name is r) + ((n.n.name is i) (((s 1) s)) (((s 0.125) (sh 0.875) sh))) + ((n.name is u) + ((n.n.name is g) + ((n.n.n.name is a) (((sh 1) sh)) (((s 1) s))) + ((n.n.n.name is e) + ((n.n.name is r) + (((s 0.333333) (sh 0.666667) sh)) + (((s 1) s))) + (((s 1) s)))) + ((n.name is c) + ((n.n.n.name is a) + ((n.n.name is i) + (((s 0.444444) (sh 0.555556) sh)) + (((s 1) s))) + (((s 1) s))) + (((s 0.999007) (sh 0.000851426) (zh 0.000141904) s))))))) + ((n.name is t) + ((n.n.n.name is w) + ((p.p.p.name is #) + (((s 1) s)) + ((p.name is i) + (((s 1) s)) + ((p.p.name is r) + (((s 0.75) (z 0.25) s)) + ((p.p.name is a) + (((s 0.666667) (z 0.333333) s)) + (((s 0.142857) (z 0.857143) z)))))) + (((_epsilon_ 0.00132421) + (s 0.995365) + (sh 0.00110351) + (z 0.00220702) + s))) + ((p.name is s) + ((n.n.name is o) + ((n.n.n.name is n) + ((n.name is i) + ((p.p.name is i) + ((p.p.p.name is c) + (((sh 0.333333) (zh 0.666667) zh)) + (((_epsilon_ 0.142857) (sh 0.857143) sh))) + (((sh 1) sh))) + (((_epsilon_ 0.333333) (s 0.666667) s))) + ((p.p.p.name is m) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)) + (((s 1) s)))) + ((n.name is u) + ((n.n.name is r) + (((_epsilon_ 0.05) (sh 0.95) sh)) + ((p.p.name is i) + ((p.p.p.name is #) + (((sh 1) sh)) + ((p.p.p.name is e) + (((_epsilon_ 0.333333) (sh 0.666667) sh)) + (((s 0.833333) (sh 0.166667) s)))) + (((_epsilon_ 0.0454545) (s 0.954545) s)))) + ((n.n.name is a) + ((n.name is i) + ((p.p.p.name is r) + ((p.p.name is u) + (((sh 1) sh)) + (((s 0.333333) (sh 0.333333) (z 0.333333) s))) + ((n.n.n.name is n) + (((sh 0.333333) (zh 0.666667) zh)) + (((_epsilon_ 0.6) (s 0.2) (sh 0.2) _epsilon_)))) + (((_epsilon_ 0.0405405) (s 0.959459) s))) + ((p.p.p.name is m) + ((n.n.name is u) + (((_epsilon_ 0.2) (s 0.4) (z 0.4) s)) + ((n.name is e) + ((n.n.n.name is s) + (((s 1) s)) + ((n.n.name is l) + (((_epsilon_ 0.2) (s 0.8) s)) + ((p.p.name is e) + ((n.n.name is r) + (((_epsilon_ 0.333333) (s 0.666667) s)) + (((_epsilon_ 0.8) (s 0.2) _epsilon_))) + ((n.n.name is n) + (((s 1) s)) + ((n.n.name is r) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)) + ((p.p.name is i) + ((n.n.name is s) + (((_epsilon_ 0.333333) (s 0.666667) s)) + (((_epsilon_ 0.75) (s 0.25) _epsilon_))) + (((_epsilon_ 0.375) (s 0.625) s)))))))) + ((p.p.name is i) + ((n.name is i) + ((n.n.n.name is e) + (((s 1) s)) + ((n.n.name is b) + (((s 1) s)) + ((n.n.name is s) + (((s 1) s)) + (((_epsilon_ 0.5) (s 0.5) _epsilon_))))) + (((s 1) s))) + ((n.n.n.name is r) + (((s 1) s)) + ((n.n.name is n) + (((_epsilon_ 0.0714286) (s 0.928571) s)) + ((n.n.n.name is i) + (((s 1) s)) + ((n.n.n.name is o) + (((s 1) s)) + ((n.name is a) + (((_epsilon_ 0.727273) (s 0.272727) _epsilon_)) + ((n.n.n.name is e) + (((s 1) s)) + ((n.n.n.name is #) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.5) (s 0.5) _epsilon_)) + (((_epsilon_ 0.2) (s 0.8) s))))))))))))) + ((n.n.n.name is v) + (((z 1) z)) + ((p.p.p.name is p) + ((n.n.n.name is s) + (((s 0.153846) (z 0.846154) z)) + (((_epsilon_ 0.0153846) (s 0.984615) s))) + ((p.p.p.name is s) + ((n.n.name is #) + (((_epsilon_ 0.714286) (s 0.285714) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 0.05) (s 0.95) s)) + ((n.n.name is e) + (((_epsilon_ 0.75) (s 0.25) _epsilon_)) + ((n.name is i) + (((s 1) s)) + ((p.p.name is u) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)) + ((n.n.n.name is #) + ((n.name is e) + (((_epsilon_ 0.25) (s 0.75) s)) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_))) + (((_epsilon_ 0.125) (s 0.875) s)))))))) + ((p.p.name is e) + ((p.p.p.name is d) + ((n.n.n.name is t) + (((s 0.333333) (z 0.666667) z)) + (((s 1) s))) + (((_epsilon_ 0.00728155) + (s 0.990291) + (z 0.00242718) + s))) + ((p.p.p.name is c) + ((p.p.name is o) + (((s 1) s)) + ((p.p.name is u) + (((s 1) s)) + ((n.n.name is t) + ((n.name is e) + (((_epsilon_ 0.6) (s 0.4) _epsilon_)) + (((_epsilon_ 0.333333) (s 0.666667) s))) + ((n.n.n.name is e) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)) + ((p.p.name is a) + ((n.name is a) + ((n.n.n.name is a) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)) + (((_epsilon_ 0.142857) (s 0.857143) s))) + (((_epsilon_ 0.0384615) (s 0.961538) s))) + ((n.name is i) + (((_epsilon_ 0.333333) (s 0.666667) s)) + (((_epsilon_ 0.666667) (s 0.333333) _epsilon_)))))))) + ((p.p.p.name is e) + ((n.n.name is r) + ((p.p.name is a) + (((_epsilon_ 0.8) (s 0.2) _epsilon_)) + (((_epsilon_ 0.4) (s 0.6) s))) + (((_epsilon_ 0.0625) (s 0.9375) s))) + ((p.p.p.name is g) + ((p.p.name is o) + ((n.name is a) + (((s 1) s)) + (((_epsilon_ 0.875) (s 0.125) _epsilon_))) + (((s 1) s))) + ((p.p.p.name is h) + ((n.n.n.name is n) + (((_epsilon_ 0.4) (s 0.6) s)) + ((p.p.name is a) + ((n.n.name is n) + (((s 1) s)) + ((n.n.name is e) + (((s 1) s)) + ((n.n.name is l) + (((s 1) s)) + ((n.n.name is t) + (((s 1) s)) + (((_epsilon_ 0.75) (s 0.25) _epsilon_)))))) + (((s 1) s)))) + (((_epsilon_ 0.0190896) + (s 0.977974) + (z 0.00293686) + s)))))))))))))) + ((n.name is k) + (((s 0.999118) (z 0.000881834) s)) + ((n.name is z) + ((n.n.name is t) + (((s 1) s)) + ((n.n.name is l) + (((_epsilon_ 0.333333) (s 0.666667) s)) + ((n.n.n.name is n) + ((p.p.p.name is #) + (((sh 1) sh)) + ((p.name is o) + (((_epsilon_ 0.666667) (sh 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (sh 0.666667) sh)))) + ((p.name is i) + ((p.p.p.name is #) + ((n.n.name is e) + (((sh 1) sh)) + (((_epsilon_ 0.5) (sh 0.5) _epsilon_))) + (((sh 1) sh))) + ((p.p.name is w) + (((sh 0.666667) (zh 0.333333) sh)) + ((n.n.name is a) + (((sh 1) sh)) + ((p.p.p.name is o) + (((sh 1) sh)) + ((p.p.name is t) + (((sh 1) sh)) + ((p.p.p.name is a) + (((sh 1) sh)) + ((p.name is o) + ((p.p.p.name is #) + (((s 0.333333) (sh 0.666667) sh)) + (((s 0.666667) (sh 0.333333) s))) + ((p.p.name is r) + (((sh 1) sh)) + ((p.name is u) + (((s 0.666667) (sh 0.333333) s)) + (((s 0.166667) (sh 0.833333) sh)))))))))))))) + ((n.n.n.name is n) + ((n.name is i) + ((n.n.name is g) + ((p.name is e) + (((s 0.0434783) (z 0.956522) z)) + (((s 1) s))) + ((p.name is n) + ((n.n.name is o) + (((ch 0.148148) (sh 0.851852) sh)) + (((z 1) z))) + ((p.name is l) + (((sh 1) sh)) + ((n.n.name is o) + ((p.p.name is n) + (((s 0.666667) (sh 0.333333) s)) + (((sh 0.00833333) (z 0.00833333) (zh 0.983333) zh))) + ((p.p.p.name is #) + (((s 0.666667) (z 0.333333) s)) + ((p.p.p.name is a) + (((s 0.428571) + (sh 0.142857) + (z 0.142857) + (zh 0.285714) + s)) + (((s 0.153846) + (sh 0.0384615) + (z 0.0384615) + (zh 0.769231) + zh)))))))) + ((n.name is c) + (((_epsilon_ 0.00869565) + (s 0.947826) + (sh 0.026087) + (z 0.0173913) + s)) + ((n.name is p) + (((s 1) s)) + ((p.name is d) + (((s 0.0909091) (z 0.909091) z)) + ((p.p.p.name is 0) + ((p.name is i) + (((_epsilon_ 1) _epsilon_)) + (((s 0.789474) (z 0.210526) s))) + ((p.name is t) + (((s 1) s)) + ((p.p.p.name is g) + (((_epsilon_ 0.166667) (s 0.833333) s)) + ((p.name is h) + (((_epsilon_ 0.333333) (s 0.666667) s)) + ((p.name is p) + (((_epsilon_ 0.333333) (s 0.666667) s)) + ((p.name is i) + ((n.n.name is o) + ((p.p.name is r) + (((s 0.333333) (z 0.666667) z)) + (((s 0.666667) (z 0.333333) s))) + ((p.p.name is d) + (((s 1) s)) + ((p.p.name is e) + (((s 1) s)) + ((p.p.name is h) + (((s 1) s)) + ((p.p.name is m) + (((s 1) s)) + ((n.n.name is a) + ((p.p.p.name is #) + (((s 0.333333) (z 0.666667) z)) + (((s 0.833333) (z 0.166667) s))) + (((s 0.857143) (z 0.142857) s)))))))) + ((p.p.name is u) + (((s 1) s)) + ((p.name is k) + (((s 1) s)) + ((p.p.p.name is m) + (((s 1) s)) + ((p.p.name is g) + (((s 1) s)) + ((p.p.p.name is i) + (((s 0.2) (z 0.8) z)) + ((p.p.p.name is k) + (((s 0.2) (z 0.8) z)) + ((p.p.name is l) + ((p.p.p.name is a) + (((z 1) z)) + (((s 0.5) (z 0.5) s))) + ((n.name is a) + ((p.p.name is s) + (((s 0.25) (z 0.75) z)) + (((s 0.5) (z 0.5) s))) + ((n.n.name is o) + (((s 0.333333) (z 0.666667) z)) + ((p.name is a) + ((n.name is m) + (((s 0.111111) (z 0.888889) z)) + (((s 0.833333) (z 0.166667) s))) + ((n.name is b) + ((p.p.name is h) + (((z 1) z)) + (((s 0.5) (z 0.5) s))) + ((p.p.name is t) + (((s 1) s)) + ((p.p.name is h) + (((s 1) s)) + ((p.p.name is k) + (((s 1) s)) + ((n.n.name is e) + ((n.name is e) + (((s 1) s)) + ((p.p.name is a) + (((s 0.25) (z 0.75) z)) + (((s 0.6) (z 0.4) s)))) + ((p.name is n) + (((s 1) s)) + ((n.name is l) + ((n.n.name is a) + (((s 0.8) (z 0.2) s)) + ((p.p.p.name is #) + (((s 0.333333) (z 0.666667) z)) + (((s 0.6) (z 0.4) s)))) + ((p.name is u) + (((s 1) s)) + ((p.p.name is d) + (((s 1) s)) + ((p.name is o) + (((s 0.875) (z 0.125) s)) + ((p.p.p.name is n) + (((s 0.333333) + (z 0.666667) + z)) + ((n.name is m) + ((p.p.name is e) + (((s 0.666667) + (z 0.333333) + s)) + ((p.p.p.name is h) + (((s 0.666667) + (z 0.333333) + s)) + (((s 0.4) (z 0.6) z)))) + (((s 0.833333) + (z 0.166667) + s)))))))))))))))))))))))))))))))))) + ((n.name is m) + ((n.n.name is #) + (((s 0.0141509) (z 0.985849) z)) + ((n.n.name is s) + (((s 0.047619) (z 0.952381) z)) + ((p.name is r) + (((s 1) s)) + ((n.n.name is i) + ((n.n.n.name is c) + (((s 0.142857) (z 0.857143) z)) + (((s 0.825) (z 0.175) s))) + ((p.p.p.name is u) + (((s 1) s)) + ((p.name is t) + (((s 1) s)) + ((p.p.name is d) + ((n.n.name is a) + ((n.n.n.name is y) + (((s 1) s)) + (((s 0.25) (z 0.75) z))) + (((s 1) s))) + ((p.p.p.name is d) + (((s 1) s)) + ((p.name is l) + (((s 1) s)) + ((p.p.name is o) + (((s 0.8) (z 0.2) s)) + ((p.name is e) + ((p.p.name is m) + (((s 0.25) (z 0.75) z)) + (((s 0.777778) (z 0.222222) s))) + ((p.p.name is m) + (((s 1) s)) + ((p.p.name is a) + ((p.name is n) + (((s 0.333333) (z 0.666667) z)) + (((s 1) s))) + ((n.n.n.name is r) + ((p.name is i) + (((s 0.142857) (z 0.857143) z)) + (((s 0.833333) (z 0.166667) s))) + ((n.n.n.name is i) + (((s 0.666667) (z 0.333333) s)) + ((n.n.name is e) + (((z 1) z)) + ((p.p.name is e) + (((z 1) z)) + ((p.p.p.name is 0) + (((z 1) z)) + ((p.p.p.name is o) + (((z 1) z)) + ((p.p.p.name is p) + (((z 1) z)) + ((p.p.name is r) + (((s 0.181818) (z 0.818182) z)) + ((p.p.name is c) + (((s 0.2) (z 0.8) z)) + ((p.p.name is b) + (((s 0.25) (z 0.75) z)) + ((n.n.n.name is #) + (((s 0.333333) (z 0.666667) z)) + (((s 0.75) (z 0.25) s)))))))))))))))))))))))))) + ((n.name is e) + ((p.name is r) + (((s 0.991111) (z 0.00888889) s)) + ((p.name is n) + ((n.n.name is y) + ((p.p.name is r) + (((s 0.666667) (z 0.333333) s)) + (((s 0.125) (z 0.875) z))) + ((p.p.p.name is e) + (((s 0.333333) (z 0.666667) z)) + (((s 0.979424) (z 0.0205761) s)))) + ((p.p.name is o) + ((n.n.name is r) + ((p.p.p.name is #) + (((z 1) z)) + ((p.name is u) + ((p.p.p.name is h) + (((s 1) s)) + ((p.p.p.name is r) + (((s 0.25) (z 0.75) z)) + (((s 0.6) (z 0.4) s)))) + ((p.name is e) + (((z 1) z)) + ((p.name is o) + (((z 1) z)) + ((p.name is w) (((z 1) z)) (((s 1) s))))))) + ((p.name is i) + ((n.n.name is #) + ((p.p.p.name is b) + (((_epsilon_ 0.666667) (z 0.333333) _epsilon_)) + (((_epsilon_ 0.111111) (s 0.222222) (z 0.666667) z))) + ((n.n.name is l) + (((z 1) z)) + (((s 0.625) (z 0.375) s)))) + ((n.n.name is d) + ((p.p.p.name is r) + (((s 0.25) (z 0.75) z)) + ((p.p.p.name is h) + (((s 0.333333) (z 0.666667) z)) + (((s 0.6) (z 0.4) s)))) + ((p.name is w) + (((s 0.5) (z 0.5) s)) + ((n.n.name is y) + ((p.p.p.name is h) + (((_epsilon_ 0.333333) + (s 0.333333) + (z 0.333333) + _epsilon_)) + (((s 0.777778) (z 0.222222) s))) + (((s 0.936893) (z 0.0631068) s))))))) + ((n.n.name is #) + ((p.name is p) + (((s 1) s)) + ((p.name is a) + ((p.p.p.name is p) + (((z 1) z)) + ((p.p.name is r) + (((s 0.2) (z 0.8) z)) + ((p.p.p.name is c) + (((s 1) s)) + ((p.p.name is b) + (((s 1) s)) + ((p.p.p.name is r) + (((s 0.846154) (z 0.153846) s)) + ((p.p.name is c) + (((s 0.875) (z 0.125) s)) + ((p.p.name is i) + (((s 1) s)) + ((p.p.p.name is l) + (((s 0.833333) (z 0.166667) s)) + ((p.p.p.name is i) + (((s 0.666667) (z 0.333333) s)) + ((p.p.p.name is t) + (((z 1) z)) + ((p.p.name is k) + (((z 1) z)) + ((p.p.name is l) + (((z 1) z)) + ((p.p.name is e) + (((s 0.125) (z 0.875) z)) + ((p.p.p.name is #) + (((s 0.4) (z 0.6) z)) + (((s 0.5) (z 0.5) s)))))))))))))))) + ((p.name is l) + (((s 1) s)) + ((p.name is t) + (((s 1) s)) + ((p.p.p.name is i) + (((s 0.777778) (z 0.222222) s)) + ((p.p.name is e) + ((p.name is i) + (((s 1) s)) + ((p.p.p.name is r) + (((s 0.571429) (z 0.428571) s)) + ((p.p.p.name is l) + (((s 0.666667) (z 0.333333) s)) + ((p.name is e) + (((s 0.214286) (z 0.785714) z)) + (((s 0.5) (z 0.5) s)))))) + ((p.p.name is t) + ((p.name is o) + (((s 1) s)) + ((p.name is i) + (((s 0.25) (z 0.75) z)) + (((s 0.666667) (z 0.333333) s)))) + ((p.p.name is c) + ((p.name is i) + (((s 0.714286) (z 0.285714) s)) + ((p.name is u) + (((s 0.333333) (z 0.666667) z)) + (((s 0.5) (z 0.5) s)))) + ((p.p.name is d) + (((s 0.8) (z 0.2) s)) + ((p.p.name is w) + (((z 1) z)) + ((p.p.p.name is b) + (((z 1) z)) + ((p.p.p.name is s) + (((z 1) z)) + ((p.p.p.name is #) + (((s 0.0869565) (z 0.913043) z)) + ((p.p.name is v) + (((z 1) z)) + ((p.p.name is b) + (((s 0.6) (z 0.4) s)) + ((p.p.p.name is t) + ((p.p.name is h) + (((s 0.333333) (z 0.666667) z)) + (((s 0.666667) (z 0.333333) s))) + ((p.p.name is h) + (((z 1) z)) + ((p.name is e) + ((p.p.name is a) + (((s 0.666667) (z 0.333333) s)) + (((s 0.134615) (z 0.865385) z))) + ((p.p.name is n) + (((s 0.666667) (z 0.333333) s)) + ((p.p.p.name is m) + (((z 1) z)) + ((p.p.p.name is n) + (((z 1) z)) + ((p.name is i) + ((p.p.name is l) + ((p.p.p.name is a) + (((s 0.333333) (z 0.666667) z)) + (((s 0.666667) (z 0.333333) s))) + (((s 0.117647) (z 0.882353) z))) + ((p.p.p.name is r) + (((s 0.666667) (z 0.333333) s)) + ((p.p.name is p) + (((z 1) z)) + ((p.p.p.name is k) + (((z 1) z)) + ((p.p.p.name is l) + (((z 1) z)) + ((p.p.p.name is c) + (((s 0.2) (z 0.8) z)) + ((p.p.name is r) + (((s 0.272727) + (z 0.727273) + z)) + ((p.name is u) + ((p.p.p.name is p) + (((s 0.333333) + (z 0.666667) + z)) + (((s 0.545455) + (z 0.454545) + s))) + (((s 0.75) (z 0.25) s))))))))))))))))))))))))))))))) + ((p.name is o) + ((n.n.n.name is u) + (((s 1) s)) + ((n.n.name is p) + (((s 1) s)) + ((n.n.name is d) + ((p.p.name is n) + ((p.p.p.name is #) + (((z 1) z)) + (((s 0.666667) (z 0.333333) s))) + (((z 1) z))) + ((p.p.name is r) + ((p.p.p.name is #) + ((n.n.name is t) + (((s 0.5) (z 0.5) s)) + (((s 0.0298507) (z 0.970149) z))) + (((s 0.833333) (z 0.166667) s))) + ((n.n.n.name is #) + ((p.p.name is p) + (((s 0.0714286) (z 0.928571) z)) + ((p.p.name is d) + (((s 1) s)) + ((n.n.name is k) + (((s 1) s)) + ((p.p.name is n) + (((s 0.75) (z 0.25) s)) + ((n.n.name is s) + (((z 1) z)) + ((p.p.name is m) + (((s 0.25) (z 0.75) z)) + ((p.p.p.name is c) + (((s 0.333333) (z 0.666667) z)) + ((n.n.name is r) + (((s 0.25) (z 0.75) z)) + ((n.n.name is y) + (((s 0.333333) (z 0.666667) z)) + (((s 0.75) (z 0.25) s))))))))))) + ((n.n.n.name is t) + (((s 1) s)) + ((p.p.name is p) + (((s 1) s)) + ((n.n.name is m) + (((s 1) s)) + ((p.p.p.name is #) + (((s 0.375) (z 0.625) z)) + (((s 0.777778) (z 0.222222) s))))))))))) + ((n.n.name is r) + ((p.p.name is e) + ((p.name is y) + (((z 1) z)) + (((s 0.785714) (z 0.214286) s))) + ((p.name is i) + ((p.p.p.name is r) + (((z 0.916667) (zh 0.0833333) z)) + ((n.n.n.name is #) + (((s 0.0555556) (z 0.944444) z)) + ((n.n.n.name is s) + (((z 1) z)) + ((p.p.name is m) + (((s 0.166667) (z 0.833333) z)) + (((s 0.6) (z 0.4) s)))))) + ((p.p.name is r) + (((s 0.05) (z 0.95) z)) + ((p.p.p.name is h) + (((z 1) z)) + ((p.p.name is d) + (((s 0.133333) (z 0.866667) z)) + ((p.p.p.name is s) + (((s 1) s)) + ((p.p.name is i) + (((s 0.888889) (z 0.111111) s)) + ((p.p.p.name is k) + (((z 1) z)) + ((n.n.n.name is a) + (((s 1) s)) + ((n.n.n.name is #) + ((p.p.name is a) + ((p.name is u) + (((s 0.777778) (z 0.222222) s)) + (((s 0.375) (z 0.625) z))) + ((p.p.p.name is c) + (((s 0.666667) (z 0.333333) s)) + ((p.name is a) + (((s 0.125) (z 0.875) z)) + ((p.p.p.name is #) + ((p.name is y) + (((s 0.333333) (z 0.666667) z)) + (((s 0.666667) (z 0.333333) s))) + (((s 0.2) (z 0.8) z)))))) + ((p.name is u) + ((n.n.n.name is s) + (((z 1) z)) + (((s 0.666667) (z 0.333333) s))) + (((s 0.818182) (z 0.181818) s))))))))))))) + ((p.name is i) + ((n.n.name is d) + ((p.p.name is m) + (((s 0.5) (z 0.5) s)) + (((z 1) z))) + ((n.n.name is s) + ((p.p.p.name is a) + (((s 0.666667) (z 0.333333) s)) + ((p.p.p.name is c) + (((s 0.666667) (z 0.333333) s)) + (((s 0.12) (z 0.88) z)))) + ((p.p.name is w) + (((s 0.0909091) (z 0.909091) z)) + ((p.p.p.name is #) + ((p.p.name is e) + ((n.n.name is n) + (((s 0.0526316) (z 0.947368) z)) + (((s 1) s))) + ((n.n.n.name is s) + (((s 0.333333) (z 0.666667) z)) + (((s 0.857143) (z 0.142857) s)))) + ((p.p.name is e) + (((s 1) s)) + ((n.n.n.name is e) + (((z 1) z)) + ((p.p.p.name is c) + (((s 0.25) (z 0.75) z)) + ((n.n.name is n) + ((p.p.p.name is 0) + (((s 0.25) (z 0.75) z)) + ((n.n.n.name is #) + (((s 0.333333) (z 0.666667) z)) + (((s 0.777778) (z 0.222222) s)))) + (((s 0.9) (z 0.1) s)))))))))) + ((p.name is u) + ((p.p.name is a) + ((n.n.n.name is t) + (((s 0.333333) (z 0.333333) (zh 0.333333) s)) + (((ch 0.05) (s 0.1) (z 0.85) z))) + ((n.n.name is d) + ((p.p.p.name is o) + (((s 1) s)) + (((s 0.047619) (z 0.952381) z))) + ((p.p.name is m) + (((z 1) z)) + ((p.p.name is f) + ((n.n.name is l) (((s 1) s)) (((z 1) z))) + ((p.p.name is d) + (((s 1) s)) + ((p.p.p.name is o) + (((s 1) s)) + ((p.p.name is t) + (((s 1) s)) + ((n.n.name is f) + (((s 1) s)) + ((n.n.name is m) + (((s 1) s)) + ((p.p.name is e) + (((s 1) s)) + ((p.p.name is i) + (((s 1) s)) + ((p.p.p.name is i) + (((s 0.833333) (z 0.166667) s)) + ((p.p.p.name is #) + (((s 0.5) (z 0.5) s)) + ((n.n.n.name is #) + (((s 0.7) (z 0.3) s)) + ((p.p.p.name is 0) + (((s 0.666667) (z 0.333333) s)) + (((s 0.333333) (z 0.666667) z))))))))))))))))) + ((p.p.p.name is p) + ((n.n.n.name is t) + (((z 1) z)) + ((p.p.name is u) + (((s 1) s)) + ((n.n.n.name is c) + (((s 0.25) (z 0.75) z)) + ((p.p.name is r) + (((s 1) s)) + ((n.n.n.name is #) + (((s 0.166667) (z 0.833333) z)) + (((s 0.8) (z 0.2) s))))))) + ((n.n.n.name is b) + ((p.p.name is r) + (((z 1) z)) + (((s 0.5) (z 0.5) s))) + ((p.p.name is e) + ((n.n.name is n) + (((s 1) s)) + ((p.p.p.name is r) + (((s 1) s)) + ((p.name is a) + ((p.p.p.name is l) + (((s 0.727273) (z 0.272727) s)) + ((p.p.p.name is c) + (((s 0.8) (z 0.2) s)) + (((z 1) z)))) + ((p.name is e) + ((p.p.p.name is h) (((z 1) z)) (((s 1) s))) + (((s 1) s)))))) + ((p.name is e) + ((n.n.name is n) + ((n.n.n.name is t) + (((s 0.166667) (z 0.833333) z)) + ((p.p.name is i) + (((s 1) s)) + ((n.n.n.name is #) + ((p.p.name is n) + (((s 0.666667) (z 0.333333) s)) + (((s 0.2) (z 0.8) z))) + (((s 1) s))))) + ((n.n.n.name is s) + (((s 0.4) (z 0.6) z)) + ((p.p.name is w) + (((s 0.333333) (z 0.666667) z)) + (((s 0.952381) (z 0.047619) s))))) + ((n.n.name is y) + ((p.name is m) + (((z 1) z)) + ((p.p.p.name is #) + (((s 1) s)) + ((p.name is t) + (((s 1) s)) + ((p.p.p.name is i) + (((s 0.333333) (z 0.666667) z)) + (((s 0.727273) (z 0.272727) s)))))) + (((_epsilon_ 0.00406504) + (s 0.97561) + (z 0.0203252) + s))))))))))))))) + ((n.name is u) + ((n.n.name is r) + ((p.name is n) + ((n.n.n.name is e) + (((ch 0.0625) (sh 0.9375) sh)) + ((n.n.n.name is a) + (((s 0.166667) (sh 0.833333) sh)) + (((s 0.8) (sh 0.2) s)))) + ((n.n.n.name is e) + ((p.p.name is e) + (((z 0.142857) (zh 0.857143) zh)) + ((p.p.p.name is c) + (((zh 1) zh)) + ((p.p.p.name is x) + (((zh 1) zh)) + (((sh 0.5) (zh 0.5) sh))))) + ((p.p.name is e) + (((z 0.111111) (zh 0.888889) zh)) + ((n.n.n.name is r) + (((z 1) z)) + (((s 0.964286) (zh 0.0357143) s)))))) + ((n.n.n.name is l) + ((n.n.name is a) + ((p.p.name is v) + (((zh 1) zh)) + ((p.p.name is c) + (((zh 1) zh)) + ((p.name is u) + (((zh 1) zh)) + (((ch 0.333333) (s 0.666667) s))))) + (((s 0.8) (z 0.2) s))) + ((p.name is e) + ((n.n.name is m) + (((s 0.0769231) (z 0.923077) z)) + ((n.n.name is i) + (((s 0.333333) (zh 0.666667) zh)) + ((n.n.name is l) + (((s 0.2) (z 0.8) z)) + (((s 0.888889) (z 0.111111) s))))) + ((n.n.n.name is #) + ((n.n.name is m) + (((s 0.333333) (z 0.666667) z)) + (((s 0.925926) (z 0.0740741) s))) + (((_epsilon_ 0.00537634) + (ch 0.00537634) + (s 0.983871) + (sh 0.00537634) + s)))))) + ((n.name is c) + ((n.n.name is i) + ((p.p.name is o) + (((_epsilon_ 0.125) (sh 0.875) sh)) + ((p.p.name is f) + (((sh 1) sh)) + (((s 0.955224) (sh 0.0447761) s)))) + ((p.p.name is e) + ((p.name is w) + (((z 1) z)) + ((n.n.name is r) (((z 1) z)) (((s 1) s)))) + (((_epsilon_ 0.00393701) + (s 0.992126) + (z 0.00393701) + s)))) + ((p.name is x) + (((_epsilon_ 1) _epsilon_)) + ((n.name is i) + ((n.n.name is a) + ((p.name is h) + (((sh 1) sh)) + ((n.n.n.name is k) + (((s 1) s)) + ((p.name is u) + (((z 1) z)) + ((p.p.name is n) + ((p.p.p.name is m) + (((z 0.666667) (zh 0.333333) z)) + (((zh 1) zh))) + ((p.name is o) + ((p.p.p.name is b) + (((s 0.333333) (zh 0.666667) zh)) + (((s 1) s))) + ((p.p.p.name is g) + (((s 1) s)) + ((n.n.n.name is #) + ((p.name is e) + (((z 0.25) (zh 0.75) zh)) + ((p.p.p.name is p) + (((zh 1) zh)) + ((p.p.p.name is l) + (((s 0.666667) (zh 0.333333) s)) + ((p.p.name is l) + (((s 0.6) (zh 0.4) s)) + (((s 0.2) (zh 0.8) zh)))))) + ((p.p.p.name is 0) + (((s 0.25) (z 0.25) (zh 0.5) zh)) + (((sh 0.333333) + (z 0.333333) + (zh 0.333333) + sh)))))))))) + ((p.p.name is p) + ((p.name is o) + ((n.n.n.name is o) + ((p.p.p.name is e) + (((z 1) z)) + (((s 0.75) (z 0.25) s))) + (((s 0.0357143) (z 0.964286) z))) + (((s 1) s))) + ((p.name is i) + ((n.n.name is t) + (((s 0.0434783) (z 0.956522) z)) + ((n.n.n.name is g) + ((p.p.name is e) + (((s 1) s)) + (((s 0.125) (z 0.875) z))) + ((p.p.name is d) + (((s 1) s)) + ((n.n.name is #) + (((s 0.9375) (z 0.0625) s)) + ((n.n.name is v) + (((s 1) s)) + ((p.p.name is m) + (((s 1) s)) + ((n.n.name is o) + (((s 1) s)) + ((p.p.name is o) + (((z 1) z)) + ((p.p.name is a) + (((z 1) z)) + ((p.p.name is v) + (((s 0.111111) (z 0.888889) z)) + ((p.p.p.name is #) + (((s 1) s)) + ((n.n.n.name is #) + (((s 0.75) (z 0.25) s)) + ((p.p.p.name is c) + (((s 0.25) (z 0.75) z)) + (((s 0.666667) (z 0.333333) s))))))))))))))) + ((p.name is u) + ((n.n.name is v) + (((s 1) s)) + ((n.n.name is #) + (((s 1) s)) + ((p.p.name is r) + (((s 0.857143) (z 0.142857) s)) + ((p.p.name is l) + (((s 1) s)) + ((n.n.n.name is o) + (((s 0.8) (z 0.2) s)) + ((p.p.name is m) + (((s 0.0625) (z 0.9375) z)) + ((p.p.p.name is #) + ((n.n.n.name is e) + (((s 0.142857) (z 0.857143) z)) + ((n.n.name is e) + (((z 1) z)) + (((s 0.714286) (z 0.285714) s)))) + ((p.p.name is f) + (((z 1) z)) + ((n.n.name is b) + (((z 1) z)) + ((n.n.name is n) + (((s 0.192308) (z 0.807692) z)) + (((s 1) s)))))))))))) + ((p.name is e) + ((p.p.name is r) + ((n.n.name is #) + (((s 1) s)) + ((p.p.p.name is #) + (((s 0.037037) (z 0.962963) z)) + ((n.n.n.name is e) + (((z 1) z)) + (((s 0.6) (z 0.4) s))))) + ((n.n.n.name is a) + (((s 0.0909091) (z 0.909091) z)) + ((n.n.name is r) + ((n.n.n.name is e) + (((s 0.333333) (z 0.666667) z)) + (((s 0.666667) (z 0.333333) s))) + (((s 0.926829) (z 0.0731707) s))))) + ((p.p.name is h) + ((p.name is y) + (((s 0.0588235) (z 0.941176) z)) + (((s 0.842105) (z 0.105263) (zh 0.0526316) s))) + ((n.n.name is e) + ((p.p.p.name is #) + ((n.n.n.name is r) + (((s 0.4) (z 0.4) (zh 0.2) s)) + ((p.name is o) + (((s 0.333333) (z 0.666667) z)) + (((s 0.666667) (z 0.333333) s)))) + (((s 0.782609) + (sh 0.0869565) + (z 0.0869565) + (zh 0.0434783) + s))) + ((p.name is a) + ((p.p.name is e) + ((p.p.p.name is r) + (((s 1) s)) + ((p.p.p.name is f) + (((z 1) z)) + ((n.n.name is n) + ((p.p.p.name is l) + (((s 0.5) (z 0.5) s)) + (((s 0.142857) (z 0.857143) z))) + (((s 0.666667) (z 0.333333) s))))) + ((n.n.name is c) + ((p.p.name is b) + (((s 1) s)) + ((p.p.p.name is #) + (((s 0.75) (z 0.25) s)) + (((s 0.25) (z 0.75) z)))) + ((p.p.p.name is h) + (((s 0.333333) (z 0.666667) z)) + ((p.p.name is n) + (((s 0.333333) (z 0.666667) z)) + (((s 0.964602) (z 0.0353982) s)))))) + ((p.p.p.name is r) + ((p.p.name is a) + (((s 0.3) (z 0.7) z)) + (((s 0.9) (z 0.1) s))) + ((n.n.name is n) + ((p.name is o) + ((p.p.p.name is c) + (((z 1) z)) + ((p.p.p.name is #) + ((n.n.n.name is s) + (((s 1) s)) + ((n.n.n.name is #) + (((s 0.666667) (z 0.333333) s)) + (((s 0.25) (z 0.75) z)))) + (((s 1) s)))) + (((s 0.961538) (z 0.0384615) s))) + (((s 0.982808) + (sh 0.00286533) + (z 0.0143266) + s)))))))))))) + ((n.name is p) + ((p.name is w) + (((s 0.166667) (z 0.833333) z)) + (((s 0.977679) (z 0.0223214) s))) + ((n.name is o) + ((n.n.name is r) + ((p.name is b) + (((z 1) z)) + ((p.p.name is v) + (((z 1) z)) + ((p.p.name is r) + (((s 0.166667) (z 0.833333) z)) + ((n.n.n.name is #) + ((p.name is i) + (((s 0.2) (z 0.8) z)) + (((s 0.857143) (z 0.142857) s))) + (((s 0.97619) (z 0.0238095) s)))))) + ((p.name is a) + ((p.p.name is e) + ((n.n.n.name is #) + ((p.p.p.name is r) + (((s 0.6) (z 0.4) s)) + ((p.p.p.name is s) + (((s 0.5) (z 0.5) s)) + (((s 0.333333) (z 0.666667) z)))) + (((z 1) z))) + (((s 0.945455) (z 0.0545455) s))) + ((p.name is i) + ((p.p.p.name is p) + (((z 1) z)) + ((p.p.name is a) + (((s 0.375) (z 0.625) z)) + (((s 0.952381) (z 0.0340136) (zh 0.0136054) s)))) + ((p.name is e) + ((p.p.name is r) + ((n.n.name is u) + (((s 1) s)) + ((p.p.p.name is #) + (((s 0.166667) (z 0.833333) z)) + (((s 0.833333) (z 0.166667) s)))) + ((p.p.name is m) + ((n.n.n.name is o) + (((s 1) s)) + (((s 0.333333) (z 0.666667) z))) + ((p.p.name is i) + ((n.n.name is n) + (((s 0.4) (z 0.6) z)) + (((s 1) s))) + (((s 0.971014) (z 0.0289855) s))))) + ((p.name is y) + ((p.p.name is a) + ((p.p.p.name is p) + (((s 0.666667) (z 0.333333) s)) + (((s 0.375) (z 0.625) z))) + (((s 0.909091) (z 0.0909091) s))) + ((n.n.n.name is v) + ((p.name is b) (((z 1) z)) (((s 1) s))) + (((s 0.990037) (z 0.00996264) s)))))))) + ((p.name is g) + ((n.name is a) + (((s 1) s)) + ((n.name is b) + (((z 1) z)) + ((p.p.name is n) + (((s 0.0769231) (z 0.923077) z)) + ((n.n.name is e) + (((s 0.666667) (z 0.333333) s)) + (((s 0.333333) (z 0.666667) z)))))) + ((p.name is z) + (((zh 1) zh)) + ((n.n.name is e) + ((n.n.n.name is #) + ((p.name is i) + (((_epsilon_ 1) _epsilon_)) + ((n.name is n) + (((_epsilon_ 1) _epsilon_)) + (((s 1) s)))) + ((p.name is i) + ((n.n.n.name is y) + (((_epsilon_ 0.0625) (s 0.125) (z 0.8125) z)) + ((p.p.p.name is 0) + ((n.name is l) + (((_epsilon_ 1) _epsilon_)) + (((s 0.666667) (z 0.333333) s))) + ((p.p.name is a) + (((_epsilon_ 0.25) (s 0.25) (z 0.5) z)) + (((_epsilon_ 0.0121951) + (s 0.963415) + (z 0.0243902) + s))))) + ((p.p.name is e) + ((p.name is a) + (((s 0.0909091) (z 0.909091) z)) + ((p.name is w) + (((z 1) z)) + ((p.name is e) + (((s 0.2) (z 0.8) z)) + ((n.name is b) + (((s 0.375) (z 0.625) z)) + ((p.p.p.name is h) + (((s 0.4) (z 0.6) z)) + (((s 0.882353) (z 0.117647) s))))))) + ((p.name is m) + (((s 0.222222) (z 0.777778) z)) + ((p.name is u) + (((s 1) s)) + ((n.name is d) + (((s 0.285714) (z 0.714286) z)) + ((p.name is d) + ((n.name is b) + (((z 1) z)) + ((p.p.p.name is a) + (((s 0.25) (z 0.75) z)) + (((s 1) s)))) + ((p.p.p.name is w) + (((s 0.2) (z 0.8) z)) + ((p.p.p.name is d) + (((s 0.333333) (z 0.666667) z)) + ((p.p.name is o) + (((s 1) s)) + ((p.p.name is u) + (((s 1) s)) + ((p.p.p.name is o) + ((n.n.n.name is y) + (((s 0.666667) (z 0.333333) s)) + (((s 0.333333) (z 0.666667) z))) + ((p.name is l) + ((p.p.name is a) + (((s 1) s)) + (((z 1) z))) + ((p.name is o) + ((p.p.name is m) + (((s 0.25) (z 0.75) z)) + (((s 0.810811) (z 0.189189) s))) + ((p.p.p.name is k) + (((s 0.5) (z 0.5) s)) + ((p.p.p.name is l) + (((s 0.5) (z 0.5) s)) + ((n.n.n.name is s) + ((p.p.p.name is 0) + (((s 1) s)) + (((s 0.333333) (z 0.666667) z))) + ((n.name is b) + ((p.p.name is a) + (((s 1) s)) + ((p.name is n) + (((s 0.333333) + (z 0.666667) + z)) + (((s 0.833333) + (z 0.166667) + s)))) + (((s 0.9375) (z 0.0625) s)))))))))))))))))))) + ((p.p.name is d) + ((n.name is r) + ((n.n.name is o) + (((_epsilon_ 1) _epsilon_)) + (((s 1) s))) + ((n.n.name is s) + ((n.n.n.name is t) (((z 1) z)) (((s 1) s))) + (((s 0.992424) (z 0.00757576) s)))) + ((n.name is l) + ((p.name is n) + ((p.p.p.name is r) + (((s 0.222222) (z 0.777778) z)) + (((s 0.888889) (z 0.111111) s))) + ((n.n.n.name is m) + ((p.p.p.name is #) + (((s 0.333333) (z 0.666667) z)) + (((s 0.5) (z 0.5) s))) + (((_epsilon_ 0.00632911) + (s 0.968354) + (sh 0.00632911) + (z 0.0189873) + s)))) + ((n.name is q) + (((s 1) s)) + ((p.name is p) + (((s 1) s)) + ((n.name is a) + ((p.name is r) + (((s 1) s)) + ((n.n.name is #) + ((p.p.name is u) + (((s 0.333333) (z 0.666667) z)) + (((s 0.946903) (z 0.0530973) s))) + ((p.p.p.name is r) + ((p.name is i) + (((s 0.0909091) (z 0.909091) z)) + ((p.name is n) + (((s 0.3) (z 0.7) z)) + ((n.n.n.name is #) + (((s 0.25) (z 0.75) z)) + (((s 0.833333) (z 0.166667) s))))) + ((p.name is o) + ((n.n.name is k) + (((s 1) s)) + ((n.n.name is d) + (((s 1) s)) + ((p.p.p.name is #) + ((p.p.name is r) + ((n.n.name is l) + ((n.n.n.name is i) + (((s 0.25) (z 0.75) z)) + (((s 0.5) (z 0.5) s))) + (((z 1) z))) + ((p.p.name is m) + (((z 1) z)) + (((s 0.857143) (z 0.142857) s)))) + ((p.p.name is p) + (((s 0.142857) (z 0.857143) z)) + (((s 0.923077) (z 0.0769231) s)))))) + ((p.p.p.name is #) + (((s 0.921875) (z 0.078125) s)) + ((p.name is u) + ((n.n.n.name is e) + (((s 1) s)) + ((p.p.name is c) + (((z 1) z)) + ((n.n.n.name is d) + (((z 1) z)) + ((p.p.p.name is e) + (((z 1) z)) + ((p.p.p.name is c) + ((p.p.name is a) + (((z 1) z)) + (((s 0.666667) (z 0.333333) s))) + (((s 0.777778) (z 0.222222) s))))))) + ((p.name is i) + ((n.n.name is n) + (((s 0.916667) (z 0.0833333) s)) + ((p.p.name is v) + (((z 1) z)) + ((p.p.p.name is c) + (((s 1) s)) + ((n.n.name is b) + (((s 0.25) (z 0.75) z)) + ((n.n.n.name is c) + (((s 0.333333) (z 0.666667) z)) + ((n.n.name is l) + (((s 0.333333) (z 0.666667) z)) + ((n.n.n.name is i) + (((s 0.333333) (z 0.666667) z)) + (((s 0.909091) + (z 0.0909091) + s))))))))) + ((n.n.n.name is t) + ((p.p.name is e) + (((s 0.0769231) (z 0.923077) z)) + (((s 1) s))) + ((n.n.n.name is #) + ((p.p.p.name is a) + (((s 1) s)) + ((p.name is l) + (((s 1) s)) + ((n.n.name is w) + (((s 1) s)) + ((n.n.name is n) + (((s 0.4) (z 0.6) z)) + ((n.n.name is r) + ((p.name is a) + (((s 0.666667) + (z 0.333333) + s)) + (((s 0.333333) + (z 0.666667) + z))) + (((s 0.789474) (z 0.210526) s))))))) + (((s 0.965517) (z 0.0344828) s))))))))))) + ((p.name is t) + (((s 1) s)) + ((p.name is i) + ((n.name is v) + (((_epsilon_ 0.333333) (s 0.666667) s)) + ((p.p.name is m) + (((s 1) s)) + ((n.name is r) + (((s 0.4) (z 0.6) z)) + (((s 0.857143) (z 0.142857) s))))) + ((p.p.name is e) + ((p.p.p.name is n) + (((z 1) z)) + ((n.n.name is i) + (((z 1) z)) + ((n.n.name is u) + (((s 0.181818) (z 0.818182) z)) + ((p.p.p.name is r) + (((s 0.8) (z 0.2) s)) + ((p.name is r) + (((s 0.714286) (z 0.285714) s)) + ((n.n.name is o) + (((s 0.166667) (z 0.833333) z)) + ((p.name is a) + (((s 0.2) (z 0.8) z)) + (((s 0.571429) (z 0.428571) s))))))))) + ((n.n.n.name is t) + (((s 1) s)) + ((p.name is k) + (((s 1) s)) + ((p.name is a) + ((p.p.name is w) + (((z 1) z)) + ((n.n.n.name is o) + (((s 0.333333) (z 0.666667) z)) + (((s 0.897959) (z 0.102041) s)))) + ((p.p.p.name is #) + ((n.n.n.name is a) + (((s 0.166667) (z 0.833333) z)) + ((n.n.name is #) + (((s 0.4) (z 0.6) z)) + ((p.p.name is m) + (((s 1) s)) + ((n.n.name is u) + (((s 1) s)) + ((p.p.name is a) + ((n.n.name is a) + (((z 1) z)) + (((s 1) s))) + ((n.n.name is a) + (((s 1) s)) + ((p.name is o) + ((n.n.n.name is c) + (((s 1) s)) + ((p.p.name is c) + (((s 0.666667) + (z 0.333333) + s)) + ((n.n.n.name is r) + (((s 0.666667) + (z 0.333333) + s)) + (((s 0.25) (z 0.75) z))))) + (((s 0.888889) (z 0.111111) s))))))))) + ((n.name is f) + ((p.p.p.name is e) + (((s 0.333333) (z 0.666667) z)) + (((s 0.9) (z 0.1) s))) + ((n.n.n.name is d) + (((s 1) s)) + ((p.p.p.name is i) + (((s 0.111111) (z 0.888889) z)) + ((n.n.n.name is y) + (((s 0.111111) (z 0.888889) z)) + ((p.p.p.name is h) + (((s 0.888889) (z 0.111111) s)) + ((p.p.p.name is c) + (((s 0.125) (z 0.875) z)) + ((p.name is o) + ((p.p.p.name is 0) + ((n.name is b) + (((s 0.8) (z 0.2) s)) + (((s 0.333333) + (z 0.666667) + z))) + (((s 1) s))) + ((p.name is r) + (((s 0.888889) + (z 0.111111) + s)) + ((p.name is u) + (((s 0.857143) + (z 0.142857) + s)) + ((p.p.name is k) + (((s 1) s)) + ((n.n.n.name is k) + (((s 1) s)) + ((p.p.name is t) + (((s 0.8) (z 0.2) s)) + ((n.name is v) + (((z 1) z)) + ((n.n.name is #) + (((z 1) z)) + ((n.name is r) + (((z 1) z)) + ((p.p.name is l) + (((s 0.25) + (z 0.75) + z)) + ((n.name is d) + ((p.p.name is a) + (((s 0.6) + (z 0.4) + s)) + (((s 0.153846) + (z 0.846154) + z))) + ((p.p.p.name is e) + (((s 1) s)) + ((p.p.name is n) + (((z 1) z)) + ((p.p.p.name is o) + ((p.p.name is r) + (((z 1) z)) + (((s 0.666667) + (z 0.333333) + s))) + ((n.n.name is y) + (((s 1) s)) + ((n.name is w) + ((p.p.name + is + i) + (((s 1) s)) + ((p.name is n) + ((p.p.p.name + is + r) + (((s + 0.666667) + (z + 0.333333) + s)) + (((s 0.25) + (z 0.75) + z))) + (((s 0.8) + (z 0.2) + s)))) + ((p.name is n) + ((n.n.name + is + u) + (((s + 0.571429) + (z + 0.428571) + s)) + (((z 1) z))) + ((p.name is l) + (((s 0.25) + (z 0.75) + z)) + ((n.n.name + is + a) + (((s 1) s)) + ((n.name + is + b) + (((s 0.75) + (z 0.25) + s)) + (((s + 0.333333) + (z + 0.666667) + z)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) +(t + ((n.name is h) + ((n.n.name is e) + ((n.n.n.name is r) + ((p.p.p.name is 0) + ((p.name is o) + (((dh 1) dh)) + (((dh 0.1875) (t 0.0208333) (th 0.791667) th))) + ((p.p.name is e) + (((dh 0.887097) (t 0.016129) (th 0.0967742) dh)) + ((p.p.name is a) + (((dh 0.333333) (th 0.666667) th)) + ((p.p.p.name is s) + (((dh 0.944444) (th 0.0555556) dh)) + ((p.p.p.name is b) + (((dh 1) dh)) + ((p.p.name is b) + (((dh 1) dh)) + ((p.p.name is f) + (((dh 0.9) (th 0.1) dh)) + ((p.name is e) + ((p.p.name is n) + (((dh 1) dh)) + ((p.p.name is g) + (((dh 1) dh)) + ((p.p.p.name is #) + ((p.p.name is w) (((dh 0.4) (th 0.6) th)) (((dh 1) dh))) + (((dh 0.818182) (th 0.181818) dh))))) + ((p.p.p.name is a) + (((dh 1) dh)) + ((p.name is r) + (((dh 0.9) (th 0.1) dh)) + ((p.p.name is m) + (((dh 0.823529) (th 0.176471) dh)) + ((p.name is a) + ((p.p.name is g) + (((dh 1) dh)) + ((p.p.name is l) + (((dh 1) dh)) + ((p.p.name is r) + (((dh 0.75) (th 0.25) dh)) + ((p.p.name is c) + (((dh 0.666667) (th 0.333333) dh)) + (((dh 0.333333) (th 0.666667) th)))))) + ((p.name is i) + (((dh 0.764706) (th 0.235294) dh)) + ((p.p.p.name is t) + (((dh 1) dh)) + ((p.p.p.name is r) + (((dh 0.75) (th 0.25) dh)) + ((p.p.name is i) + (((dh 0.666667) (th 0.333333) dh)) + ((p.p.p.name is #) + ((p.p.name is r) + (((dh 0.166667) (th 0.833333) th)) + ((p.name is o) + (((dh 1) dh)) + ((p.p.name is s) + (((dh 0.666667) (th 0.333333) dh)) + (((dh 0.2) (th 0.8) th))))) + ((p.p.name is r) + (((dh 0.6) (th 0.4) dh)) + (((dh 0.111111) (th 0.888889) th)))))))))))))))))))) + ((n.n.n.name is #) + ((p.name is n) + (((dh 0.428571) (th 0.571429) th)) + (((dh 0.896552) (th 0.103448) dh))) + ((p.p.p.name is c) + (((_epsilon_ 0.4) (dh 0.4) (th 0.2) _epsilon_)) + ((n.n.n.name is o) + (((th 1) th)) + ((n.n.n.name is t) + (((th 1) th)) + ((p.p.name is #) + (((th 1) th)) + ((n.n.n.name is y) + (((dh 0.75) (th 0.25) dh)) + ((n.n.n.name is d) + ((p.p.p.name is 0) + (((th 1) th)) + ((p.p.p.name is s) + (((dh 1) dh)) + ((p.p.name is o) + (((dh 0.75) (th 0.25) dh)) + ((p.p.name is e) + (((dh 0.666667) (th 0.333333) dh)) + (((dh 0.333333) (th 0.666667) th)))))) + ((p.p.p.name is 0) + ((n.n.n.name is n) + (((dh 1) dh)) + (((dh 0.208333) (th 0.791667) th))) + ((n.n.n.name is n) + (((t 0.0277778) (th 0.972222) th)) + ((n.n.n.name is s) + ((p.p.name is a) + (((dh 0.75) (th 0.25) dh)) + ((p.name is a) + (((dh 0.6) (th 0.4) dh)) + ((p.p.name is o) + (((dh 0.5) (th 0.5) dh)) + (((th 1) th))))) + ((n.n.n.name is m) + (((th 1) th)) + ((p.p.name is m) + ((n.n.n.name is w) + (((th 1) th)) + (((dh 0.8) (th 0.2) dh))) + ((p.p.p.name is b) + (((th 1) th)) + ((p.p.p.name is w) + (((t 0.75) (th 0.25) t)) + ((p.p.name is r) + (((th 1) th)) + ((p.p.p.name is n) + (((th 1) th)) + ((p.name is r) + (((dh 0.5) (t 0.5) dh)) + ((n.n.n.name is i) + ((p.p.p.name is o) + (((th 1) th)) + ((p.p.name is a) + (((dh 0.666667) (th 0.333333) dh)) + (((dh 0.333333) (th 0.666667) th)))) + ((p.name is e) + (((dh 0.4) (th 0.6) th)) + ((p.p.p.name is p) + (((th 1) th)) + ((n.n.n.name is w) + (((dh 0.25) (th 0.75) th)) + ((p.p.name is a) + (((dh 0.2) (t 0.2) (th 0.6) th)) + ((n.n.n.name is a) + (((t 0.714286) (th 0.285714) t)) + ((p.name is o) + (((t 0.2) (th 0.8) th)) + (((t 0.666667) (th 0.333333) t))))))))))))))))))))))))))) + ((n.n.name is #) + (((dh 0.00576923) (th 0.994231) th)) + ((p.p.p.name is w) + ((n.n.name is y) + (((dh 1) dh)) + ((n.n.name is i) + (((dh 0.75) (th 0.25) dh)) + ((n.n.name is o) (((t 0.666667) (th 0.333333) t)) (((th 1) th))))) + ((p.name is s) + ((p.p.p.name is #) + (((_epsilon_ 0.75) (th 0.25) _epsilon_)) + ((p.p.name is o) + (((ch 0.5) (th 0.5) ch)) + (((t 0.666667) (th 0.333333) t)))) + ((n.n.name is o) + ((n.n.n.name is r) + (((t 0.010989) (th 0.989011) th)) + ((p.p.name is f) + (((dh 0.75) (th 0.25) dh)) + ((n.n.n.name is u) + ((p.p.p.name is 0) + (((dh 0.272727) (th 0.727273) th)) + (((t 0.764706) (th 0.235294) t))) + ((n.n.n.name is f) + (((t 0.833333) (th 0.166667) t)) + ((p.p.p.name is #) + (((t 0.0208333) (th 0.979167) th)) + ((p.p.p.name is d) + (((t 1) t)) + ((n.n.n.name is s) + (((dh 0.25) (th 0.75) th)) + ((p.name is i) + (((t 0.666667) (th 0.333333) t)) + ((n.n.n.name is m) + (((dh 0.04) (t 0.24) (th 0.72) th)) + ((p.p.p.name is 0) + (((th 1) th)) + ((p.name is r) + (((th 1) th)) + ((p.p.name is e) + (((th 1) th)) + ((p.p.p.name is e) + (((th 1) th)) + ((p.p.p.name is s) + (((th 1) th)) + (((t 0.6) (th 0.4) t)))))))))))))))) + ((n.n.name is a) + ((p.p.p.name is h) + ((p.p.name is e) (((t 0.25) (th 0.75) th)) (((t 1) t))) + ((n.n.n.name is #) + ((p.name is i) + (((dh 0.8) (th 0.2) dh)) + (((dh 0.115385) (th 0.884615) th))) + ((n.n.n.name is i) + (((dh 0.2) (t 0.4) (th 0.4) t)) + ((p.p.p.name is 0) + (((dh 0.0769231) (t 0.0153846) (th 0.907692) th)) + ((p.p.p.name is i) + (((t 0.5) (th 0.5) t)) + (((t 0.059322) (th 0.940678) th))))))) + ((n.n.n.name is l) + ((n.n.name is i) + ((p.p.p.name is #) + (((t 0.75) (th 0.25) t)) + ((p.p.name is o) + (((t 0.666667) (th 0.333333) t)) + (((th 1) th)))) + (((th 1) th))) + ((p.p.name is h) + ((p.p.p.name is r) (((dh 1) dh)) (((th 1) th))) + ((n.n.n.name is n) + ((p.name is a) + (((dh 0.714286) (th 0.285714) dh)) + ((p.p.name is o) + (((dh 0.6) (th 0.4) dh)) + (((dh 0.0857143) (th 0.914286) th)))) + ((n.n.n.name is s) + ((p.p.p.name is #) + (((th 1) th)) + ((n.n.name is y) + (((t 0.25) (th 0.75) th)) + ((n.n.name is i) + (((dh 0.166667) (th 0.833333) th)) + (((dh 0.666667) (th 0.333333) dh))))) + ((p.p.p.name is m) + ((p.name is o) + (((dh 0.75) (th 0.25) dh)) + (((dh 0.0909091) (th 0.909091) th))) + ((n.n.name is d) + (((dh 0.3) (th 0.7) th)) + ((n.n.n.name is #) + ((p.name is u) + (((dh 0.333333) (th 0.666667) th)) + ((p.p.p.name is 0) + (((dh 0.333333) (th 0.666667) th)) + ((p.p.p.name is #) + ((n.n.name is s) + ((p.name is a) + (((dh 0.5) (th 0.5) dh)) + (((th 1) th))) + (((th 1) th))) + (((dh 0.0169492) (th 0.983051) th))))) + ((p.p.p.name is l) + ((p.name is n) + (((th 1) th)) + (((dh 0.666667) (th 0.333333) dh))) + ((p.p.p.name is c) + (((dh 0.181818) (th 0.818182) th)) + ((p.p.p.name is b) + ((p.name is r) + (((th 1) th)) + ((p.p.name is o) + (((th 1) th)) + (((dh 0.666667) (th 0.333333) dh)))) + (((dh 0.00194553) (t 0.00389105) (th 0.994163) th)))))))))))))))))) + ((n.name is t) + ((n.n.name is h) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.428571) (t 0.571429) t)) + (((_epsilon_ 0.666667) (t 0.333333) _epsilon_)))) + ((n.n.n.name is m) + ((n.n.name is i) + (((_epsilon_ 0.4) (t 0.6) t)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.998351) (t 0.00164948) _epsilon_)))) + ((n.n.name is o) + ((n.name is i) + ((p.name is s) + (((_epsilon_ 0.0454545) (ch 0.954545) ch)) + ((p.name is n) + ((p.p.name is a) (((t 1) t)) (((ch 0.277778) (sh 0.722222) sh))) + ((n.n.n.name is n) + (((sh 0.998399) (zh 0.00160128) sh)) + ((n.n.n.name is u) + (((sh 1) sh)) + ((p.p.name is r) (((sh 1) sh)) (((t 1) t))))))) + ((n.name is u) + ((n.n.n.name is u) (((ch 1) ch)) (((ch 0.25) (t 0.75) t))) + (((_epsilon_ 0.00105263) + (ch 0.00315789) + (d 0.00210526) + (t 0.993684) + t)))) + ((n.name is c) + ((n.n.name is h) + ((p.p.name is o) + ((p.p.p.name is h) + (((t 1) t)) + (((_epsilon_ 0.8) (t 0.2) _epsilon_))) + (((_epsilon_ 0.985673) (t 0.0143266) _epsilon_))) + (((_epsilon_ 0.0294118) (t 0.970588) t))) + ((n.name is u) + ((p.p.p.name is 0) + (((t 1) t)) + ((n.n.name is r) + ((n.n.n.name is e) + (((ch 0.966443) (t 0.033557) ch)) + ((n.n.n.name is n) + (((t 1) t)) + ((n.n.n.name is b) + (((t 1) t)) + ((p.p.p.name is r) + (((ch 1) ch)) + ((p.p.name is n) + (((ch 1) ch)) + ((n.n.n.name is i) + ((p.name is n) + (((ch 0.333333) (t 0.666667) t)) + (((ch 0.904762) (t 0.0952381) ch))) + ((n.n.n.name is a) + ((p.p.name is s) + (((ch 1) ch)) + ((p.name is l) + (((ch 1) ch)) + ((p.p.name is e) + (((ch 0.75) (t 0.25) ch)) + ((p.name is a) + (((ch 0.5) (t 0.5) ch)) + (((ch 0.2) (t 0.8) t)))))) + ((p.p.name is e) + ((p.name is n) (((ch 1) ch)) (((t 1) t))) + (((t 1) t)))))))))) + ((n.n.name is a) + (((ch 0.983871) (t 0.016129) ch)) + ((n.n.name is e) + (((ch 1) ch)) + ((n.n.n.name is a) + ((p.p.name is a) + (((t 1) t)) + ((p.p.name is p) + (((ch 1) ch)) + ((p.p.p.name is #) + (((ch 0.2) (t 0.8) t)) + (((ch 0.714286) (t 0.285714) ch))))) + ((p.p.p.name is f) + ((n.n.n.name is e) (((ch 0.8) (t 0.2) ch)) (((t 1) t))) + ((p.p.name is b) + ((p.name is i) (((t 1) t)) (((ch 0.5) (t 0.5) ch))) + ((n.n.n.name is #) + (((t 1) t)) + ((p.name is a) + ((p.p.p.name is s) (((ch 1) ch)) (((t 1) t))) + (((ch 0.025974) (t 0.974026) t))))))))))) + ((n.n.name is a) + ((n.name is i) + ((p.name is s) + ((n.n.n.name is #) + (((t 1) t)) + ((p.p.name is a) + (((ch 0.4) (t 0.6) t)) + (((ch 0.666667) (t 0.333333) ch)))) + ((n.n.n.name is l) + ((p.name is n) + (((ch 0.733333) (sh 0.266667) ch)) + (((ch 0.0625) (s 0.0625) (sh 0.875) sh))) + ((p.p.p.name is 0) + (((t 1) t)) + ((p.name is n) + ((p.p.name is e) + (((ch 0.0833333) (sh 0.916667) sh)) + ((n.n.n.name is #) + (((ch 0.333333) (sh 0.666667) sh)) + (((ch 0.1) (sh 0.1) (t 0.8) t)))) + ((p.name is t) + (((sh 0.4) (t 0.6) t)) + (((sh 0.955882) (t 0.0441176) sh))))))) + ((n.name is g) + ((p.p.p.name is m) (((_epsilon_ 1) _epsilon_)) (((t 1) t))) + ((n.name is j) + (((_epsilon_ 0.666667) (t 0.333333) _epsilon_)) + (((_epsilon_ 0.00207756) (sh 0.00138504) (t 0.996537) t))))) + ((n.n.n.name is h) + ((n.name is s) + (((_epsilon_ 0.936709) (t 0.0632911) _epsilon_)) + (((t 1) t))) + ((n.name is l) + ((p.name is s) + ((n.n.name is y) + (((t 1) t)) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is h) + ((p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (t 0.666667) t))) + ((p.p.p.name is r) + (((_epsilon_ 0.6) (t 0.4) _epsilon_)) + ((n.n.n.name is s) + (((_epsilon_ 0.6) (t 0.4) _epsilon_)) + ((p.p.p.name is w) + (((t 1) t)) + ((p.p.p.name is k) + (((t 1) t)) + ((p.p.p.name is p) + (((t 1) t)) + ((n.n.n.name is y) + (((t 1) t)) + ((n.n.name is e) + ((p.p.name is i) + (((_epsilon_ 0.333333) (t 0.666667) t)) + ((p.p.name is n) + (((_epsilon_ 0.333333) (t 0.666667) t)) + (((_epsilon_ 0.75) (t 0.25) _epsilon_)))) + (((_epsilon_ 0.166667) (t 0.833333) t)))))))))))))) + (((t 1) t))) + ((n.n.name is h) + ((n.name is s) + ((p.p.name is e) + (((t 1) t)) + ((n.n.n.name is a) + (((ch 1) ch)) + ((p.p.p.name is i) + (((ch 0.333333) (t 0.666667) t)) + (((ch 0.8) (t 0.2) ch))))) + (((t 1) t))) + ((p.p.p.name is a) + ((p.name is l) + ((n.name is #) + (((_epsilon_ 0.6) (t 0.4) _epsilon_)) + (((t 1) t))) + ((n.n.n.name is r) + ((p.p.name is m) + (((ch 0.666667) (t 0.333333) ch)) + (((t 1) t))) + ((p.name is i) + (((t 1) t)) + ((p.name is a) + (((t 1) t)) + ((n.n.name is n) + ((n.name is e) + ((p.name is s) + ((p.p.name is r) + (((_epsilon_ 0.6) (t 0.4) _epsilon_)) + (((_epsilon_ 0.25) (t 0.75) t))) + (((t 1) t))) + (((_epsilon_ 0.0163934) (t 0.983607) t))) + ((p.name is e) + ((p.p.name is l) + (((_epsilon_ 0.6) (t 0.4) _epsilon_)) + (((_epsilon_ 0.025) (t 0.975) t))) + (((_epsilon_ 0.00997506) (t 0.990025) t)))))))) + ((n.n.name is n) + ((n.name is e) + ((p.name is s) + ((p.p.p.name is 0) + (((t 1) t)) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is s) + (((t 1) t)) + ((n.n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is x) + (((t 1) t)) + ((p.p.name is i) + ((n.n.n.name is s) + (((_epsilon_ 0.25) (t 0.75) t)) + (((_epsilon_ 0.875) (t 0.125) _epsilon_))) + ((p.p.p.name is #) + (((_epsilon_ 0.125) (t 0.875) t)) + ((p.p.p.name is k) + (((_epsilon_ 0.6) (t 0.4) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.666667) (t 0.333333) _epsilon_)) + ((p.p.name is g) + (((t 1) t)) + ((p.p.name is a) + (((_epsilon_ 0.5) (t 0.5) _epsilon_)) + ((n.n.n.name is s) + (((t 1) t)) + ((p.p.p.name is e) + (((_epsilon_ 0.5) (t 0.5) _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 0.5) (t 0.5) _epsilon_)) + (((_epsilon_ 0.3) (t 0.7) t)))))))))))))))) + ((p.name is f) + (((_epsilon_ 1) _epsilon_)) + (((d 0.0020284) (t 0.997972) t)))) + ((p.p.name is h) + ((p.name is e) + (((_epsilon_ 0.666667) (t 0.333333) _epsilon_)) + (((t 1) t))) + (((_epsilon_ 0.000381098) + (d 0.000381098) + (sh 0.000381098) + (t 0.998857) + t)))) + ((n.name is i) + ((n.n.n.name is n) + ((p.p.name is p) + (((sh 1) sh)) + ((p.p.p.name is h) + (((sh 0.666667) (t 0.333333) sh)) + (((t 1) t)))) + ((n.n.name is u) + ((p.name is n) + (((t 1) t)) + ((p.p.name is r) + (((sh 0.25) (t 0.75) t)) + (((sh 0.6) (t 0.4) sh)))) + (((t 1) t)))) + ((p.name is e) + ((p.p.p.name is #) + (((t 1) t)) + ((p.p.name is h) + ((p.p.p.name is c) + ((n.n.name is #) + (((t 1) t)) + ((n.name is y) + (((t 1) t)) + ((n.n.name is d) + (((_epsilon_ 0.666667) (t 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (t 0.666667) t))))) + (((t 1) t))) + (((_epsilon_ 0.0175801) (d 0.00103413) (t 0.981386) t)))) + ((n.name is k) + ((p.name is d) + (((_epsilon_ 0.714286) (t 0.285714) _epsilon_)) + (((t 1) t))) + ((p.name is o) + (((_epsilon_ 0.0154062) (t 0.984594) t)) + ((n.n.name is w) + ((n.name is e) + ((p.p.name is 0) (((ch 0.6) (t 0.4) ch)) (((t 1) t))) + (((t 1) t))) + ((n.n.name is u) + ((n.name is n) + ((p.p.p.name is #) + (((t 1) t)) + (((_epsilon_ 0.666667) (t 0.333333) _epsilon_))) + (((ch 0.00398406) (s 0.00199203) (t 0.994024) t))) + ((p.p.name is b) + ((p.p.p.name is e) + ((p.name is u) + (((_epsilon_ 0.75) (t 0.25) _epsilon_)) + (((t 1) t))) + (((t 1) t))) + ((n.name is e) + (((t 1) t)) + ((p.p.p.name is p) + ((n.n.name is c) + ((p.p.name is o) + (((_epsilon_ 0.5) (t 0.5) _epsilon_)) + (((t 1) t))) + (((_epsilon_ 0.00475059) (t 0.995249) t))) + (((_epsilon_ 0.000839631) + (ch 8.39631e-05) + (d 0.000167926) + (t 0.998908) + t))))))))))))))))))))))) +(u + ((n.name is r) + ((n.n.name is y) + ((p.name is b) + ((p.p.p.name is n) + (((_epsilon_ 0.166667) (eh0 0.833333) eh0)) + (((_epsilon_ 0.121951) (eh0 0.146341) (eh1 0.731707) eh1))) + ((p.p.p.name is 0) + ((n.n.n.name is #) + (((uh1 0.333333) (y-uh1 0.166667) (y-uw1 0.5) y-uw1)) + (((_epsilon_ 0.333333) (uh0 0.666667) uh0))) + (((_epsilon_ 0.73913) + (uh1 0.0434783) + (uw1 0.0869565) + (y-er0 0.0869565) + (y-uw0 0.0434783) + _epsilon_)))) + ((n.n.name is a) + ((n.n.n.name is #) + ((p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is a) + (((uh1 0.875) (y-er0 0.0625) (y-uh1 0.0625) uh1)) + ((p.name is m) + ((p.p.p.name is k) + (((uh1 0.75) (uw1 0.25) uh1)) + ((p.p.name is i) + (((uh1 0.333333) (uw1 0.666667) uw1)) + (((uh1 0.666667) (uw1 0.333333) uh1)))) + (((_epsilon_ 0.08) (uh0 0.08) (uh1 0.72) (uw1 0.12) uh1))))) + ((p.p.p.name is 0) + ((p.name is c) + (((y-uh0 0.142857) (y-uh1 0.857143) y-uh1)) + ((p.name is m) + ((n.n.n.name is l) + (((_epsilon_ 0.333333) (y-uh1 0.666667) y-uh1)) + (((_epsilon_ 0.230769) + (er0 0.0769231) + (uh0 0.384615) + (uw1 0.0769231) + (y-er0 0.0769231) + (y-er1 0.0769231) + (y-uh1 0.0769231) + uh0))) + ((p.name is b) + (((y-uw1 1) y-uw1)) + ((p.p.name is #) + ((n.n.n.name is s) + (((uh0 0.166667) + (uh1 0.333333) + (y-er0 0.166667) + (y-uh0 0.333333) + uh1)) + ((n.n.n.name is l) + (((_epsilon_ 0.25) + (uh1 0.25) + (y-er0 0.25) + (y-uw1 0.25) + _epsilon_)) + ((p.name is d) + ((n.n.n.name is n) + (((_epsilon_ 0.5) (uh0 0.25) (uh1 0.25) _epsilon_)) + (((_epsilon_ 0.125) (uh0 0.125) (uh1 0.75) uh1))) + ((n.n.n.name is n) + (((_epsilon_ 0.25) (uh0 0.25) (uh1 0.5) uh1)) + (((_epsilon_ 0.428571) (uh0 0.571429) uh0)))))) + ((n.n.n.name is n) + (((_epsilon_ 0.333333) + (y-er0 0.333333) + (y-uw1 0.333333) + _epsilon_)) + (((y-uh1 0.333333) (y-uw1 0.666667) y-uw1))))))) + ((p.name is c) + ((p.p.p.name is a) + (((y-er0 1) y-er0)) + (((_epsilon_ 0.333333) + (y-er0 0.333333) + (y-uh1 0.333333) + _epsilon_))) + ((p.name is g) + ((p.p.p.name is f) + (((y-er0 0.75) (y-uh1 0.25) y-er0)) + (((_epsilon_ 0.571429) (y-er0 0.428571) _epsilon_))) + ((p.p.name is n) + ((p.p.p.name is o) + (((_epsilon_ 0.166667) (uh1 0.833333) uh1)) + ((p.p.p.name is i) + (((_epsilon_ 0.2) (uh1 0.8) uh1)) + (((_epsilon_ 0.75) (uh1 0.25) _epsilon_)))) + ((p.p.name is s) + (((uh1 0.75) (uw1 0.25) uh1)) + ((p.name is l) + (((_epsilon_ 0.333333) (uh1 0.666667) uh1)) + ((p.name is m) + (((_epsilon_ 0.333333) + (uh0 0.333333) + (y-uh1 0.333333) + _epsilon_)) + ((p.p.name is i) + (((_epsilon_ 0.333333) + (uh0 0.333333) + (uw1 0.333333) + _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.888889) (uw1 0.111111) _epsilon_)) + ((n.n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is b) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (uh0 0.6) uh0)))))))))))))))) + ((n.n.name is i) + ((p.p.p.name is 0) + ((p.p.name is #) + ((p.name is b) + (((eh1 0.714286) (uh1 0.142857) (y-uh1 0.142857) eh1)) + ((p.name is p) + ((n.n.n.name is t) + (((y-uh1 1) y-uh1)) + ((n.n.n.name is f) + (((y-uh1 0.8) (y-uw1 0.2) y-uh1)) + ((n.n.n.name is s) + (((y-uh0 0.25) (y-uh1 0.75) y-uh1)) + (((uh0 0.2) + (uh1 0.2) + (y-uh0 0.2) + (y-uh1 0.2) + (y-uw1 0.2) + uh0))))) + ((p.name is c) + (((uh0 0.125) + (y-uh0 0.125) + (y-uh1 0.625) + (y-uw1 0.125) + y-uh1)) + ((p.name is f) + ((n.n.n.name is o) + (((y-uh1 1) y-uh1)) + (((uh0 0.666667) (y-uh1 0.333333) uh0))) + ((p.name is d) + (((uh1 0.5) (uw0 0.166667) (y-uw1 0.333333) uh1)) + ((p.name is m) + (((uh1 0.166667) (y-uh1 0.833333) y-uh1)) + ((p.name is g) + (((y-uh1 1) y-uh1)) + ((p.name is k) + (((_epsilon_ 0.2) + (uh1 0.2) + (uw1 0.2) + (y-er1 0.2) + (y-uh1 0.2) + _epsilon_)) + ((p.name is t) + (((uh1 0.75) (y-uh1 0.25) uh1)) + ((p.name is j) + (((uh1 1) uh1)) + ((p.name is l) + (((uh1 1) uh1)) + ((p.name is s) + (((_epsilon_ 0.333333) (uh1 0.666667) uh1)) + ((n.n.n.name is c) + (((_epsilon_ 0.333333) (uh1 0.666667) uh1)) + (((_epsilon_ 0.5) (uh1 0.5) _epsilon_))))))))))))))) + (((y-er0 0.285714) (y-er1 0.714286) y-er1))) + ((p.name is c) + ((p.p.name is r) + (((uh1 0.6) (y-uh1 0.4) uh1)) + (((_epsilon_ 0.0769231) + (y-er0 0.0769231) + (y-uh1 0.846154) + y-uh1))) + ((p.name is f) + (((y-uh1 1) y-uh1)) + ((p.name is p) + (((y-uh1 1) y-uh1)) + ((p.name is o) + (((_epsilon_ 0.902439) + (uh1 0.0243902) + (uw1 0.0731707) + _epsilon_)) + ((p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is f) + ((p.p.name is u) + (((_epsilon_ 1) _epsilon_)) + (((er1 0.333333) (y-er0 0.666667) y-er0))) + ((p.p.p.name is m) + (((uh1 0.8) (y-er0 0.2) uh1)) + ((p.p.name is n) + ((n.n.n.name is n) + ((p.name is t) + (((_epsilon_ 0.333333) (uh0 0.666667) uh0)) + (((_epsilon_ 0.4) (uh1 0.4) (y-uh1 0.2) _epsilon_))) + (((_epsilon_ 0.375) (uh1 0.625) uh1))) + ((n.n.n.name is a) + (((_epsilon_ 0.25) (uh1 0.5) (y-uh1 0.25) uh1)) + ((p.p.p.name is o) + (((_epsilon_ 0.6) (uh1 0.2) (uw1 0.2) _epsilon_)) + ((p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + ((p.p.name is s) + (((_epsilon_ 0.333333) (uh1 0.666667) uh1)) + (((_epsilon_ 0.6) (uh1 0.4) _epsilon_))) + (((_epsilon_ 0.888889) (uh1 0.111111) _epsilon_))))))))))))))) + ((n.n.name is o) + ((p.name is e) + ((p.p.p.name is 0) + ((n.n.n.name is p) + (((y-uh0 0.25) (y-uh1 0.625) (y-uw1 0.125) y-uh1)) + (((y-uh1 0.0833333) (y-uw1 0.916667) y-uw1))) + ((n.n.n.name is s) + (((uh0 0.333333) + (uh1 0.333333) + (y-uh1 0.166667) + (y-uw1 0.166667) + uh0)) + ((n.n.n.name is l) + (((uh0 0.5) (uh1 0.5) uh0)) + (((uh0 0.2) (uh1 0.6) (uw1 0.2) uh1))))) + ((p.p.name is 0) + (((y-er0 0.75) (y-er1 0.25) y-er0)) + ((p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + ((p.p.name is t) + (((uw1 0.666667) (y-uh1 0.333333) uw1)) + (((uh1 1) uh1))) + ((p.p.p.name is 0) + ((n.n.n.name is w) + (((_epsilon_ 0.75) (y-uh1 0.25) _epsilon_)) + ((p.name is k) + (((_epsilon_ 0.333333) + (uh1 0.333333) + (uw1 0.333333) + _epsilon_)) + ((n.n.n.name is r) + (((uh1 0.666667) (y-uh1 0.333333) uh1)) + (((uw1 0.142857) (y-uh1 0.142857) (y-uw1 0.714286) y-uw1))))) + ((p.p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is n) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.5) + (uh1 0.166667) + (uw1 0.166667) + (y-er1 0.166667) + _epsilon_))))))))) + ((n.n.name is e) + ((p.p.name is #) + ((p.name is b) + ((n.n.n.name is a) + (((y-uh0 0.285714) (y-uh1 0.714286) y-uh1)) + (((eh1 0.8) (y-uh1 0.2) eh1))) + ((p.name is p) + (((y-uh0 0.142857) (y-uh1 0.857143) y-uh1)) + ((n.n.n.name is s) + ((p.name is s) + (((_epsilon_ 0.333333) + (uh1 0.333333) + (uw1 0.333333) + _epsilon_)) + (((uh0 0.333333) (uh1 0.333333) (y-uh1 0.333333) uh0))) + ((n.n.n.name is t) + (((_epsilon_ 0.75) (uh1 0.25) _epsilon_)) + (((_epsilon_ 0.1) + (uh1 0.5) + (uw0 0.0333333) + (y-uh0 0.0333333) + (y-uh1 0.133333) + (y-uw1 0.2) + uh1)))))) + ((p.name is c) + (((uh1 0.0952381) + (y-er0 0.0952381) + (y-er1 0.047619) + (y-uh0 0.047619) + (y-uh1 0.619048) + (y-uw1 0.0952381) + y-uh1)) + ((p.name is t) + ((p.p.p.name is m) + (((uh1 0.666667) (y-uh1 0.333333) uh1)) + (((_epsilon_ 0.972028) + (uh0 0.00699301) + (uh1 0.020979) + _epsilon_))) + ((p.name is s) + ((p.p.name is n) + ((p.p.p.name is e) + (((_epsilon_ 0.6) (uh1 0.4) _epsilon_)) + (((uh1 1) uh1))) + ((p.p.p.name is a) + (((uh1 1) uh1)) + (((_epsilon_ 0.944444) + (uh0 0.0277778) + (uh1 0.0277778) + _epsilon_)))) + ((p.name is g) + (((y-er0 1) y-er0)) + ((n.n.n.name is #) + ((p.p.p.name is a) + (((uh1 0.25) (uw1 0.25) (y-er0 0.5) y-er0)) + ((p.p.name is e) + (((y-er0 0.333333) + (y-uh1 0.333333) + (y-uw0 0.333333) + y-er0)) + ((p.name is d) + (((uh1 0.666667) (y-uh1 0.333333) uh1)) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (uh1 0.333333) _epsilon_)) + ((p.name is j) + (((_epsilon_ 0.666667) (uh1 0.333333) _epsilon_)) + (((_epsilon_ 0.142857) + (uh1 0.285714) + (uw1 0.142857) + (y-uh1 0.142857) + (y-uw0 0.142857) + (y-uw1 0.142857) + uh1))))))) + ((p.name is i) + (((uw0 0.666667) (uw1 0.333333) uw0)) + ((p.p.p.name is #) + (((_epsilon_ 0.966667) (y-uh1 0.0333333) _epsilon_)) + ((p.p.p.name is o) + ((p.name is o) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (uh1 0.666667) uh1))) + ((p.p.name is n) + ((p.p.p.name is i) + (((_epsilon_ 1) _epsilon_)) + (((y-uh1 0.333333) + (y-uw0 0.333333) + (y-uw1 0.333333) + y-uh1))) + (((_epsilon_ 0.72973) + (uh0 0.027027) + (y-er0 0.162162) + (y-er1 0.027027) + (y-uh1 0.027027) + (y-uw1 0.027027) + _epsilon_)))))))))))) + ((n.n.name is r) + ((p.name is c) + ((n.n.n.name is e) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is i) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is 0) + (((ah1 0.666667) (uh1 0.333333) ah1)) + (((_epsilon_ 1) _epsilon_))))) + ((p.p.name is m) + (((uh0 0.333333) (uh1 0.666667) uh1)) + ((p.name is t) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) + (ao1 0.333333) + (uh0 0.333333) + _epsilon_)) + (((ao1 0.5) (uh1 0.5) ao1))) + ((p.name is d) + (((_epsilon_ 0.166667) (ao1 0.666667) (uh1 0.166667) ao1)) + ((p.p.name is #) + ((p.name is b) + (((_epsilon_ 0.814815) + (ah1 0.037037) + (ao1 0.0740741) + (uh1 0.0740741) + _epsilon_)) + ((n.n.n.name is a) + (((_epsilon_ 0.25) (ao1 0.5) (uh0 0.25) ao1)) + ((p.name is m) + ((n.n.n.name is i) + (((_epsilon_ 0.25) (ao1 0.5) (uh0 0.25) ao1)) + (((_epsilon_ 0.714286) (ao1 0.285714) _epsilon_))) + (((_epsilon_ 0.883721) + (ao1 0.0930233) + (uh0 0.0232558) + _epsilon_))))) + (((_epsilon_ 0.966667) (uh1 0.0333333) _epsilon_))))))) + ((n.n.name is u) + ((p.name is a) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is #) + ((n.n.n.name is m) + (((uh1 0.666667) (y-uh1 0.333333) uh1)) + ((p.name is g) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.666667) (uh0 0.333333) _epsilon_)))) + ((n.n.n.name is #) + (((uh1 0.666667) (uw1 0.333333) uh1)) + (((uh1 0.25) (y-er1 0.5) (y-uh1 0.25) y-er1))))) + ((p.name is e) + ((p.p.name is t) + ((p.p.p.name is a) + ((n.n.name is #) + (((_epsilon_ 0.333333) (uh1 0.666667) uh1)) + (((_epsilon_ 0.666667) (uh1 0.333333) _epsilon_))) + (((_epsilon_ 0.125) (uh1 0.125) (uw1 0.75) uw1))) + (((_epsilon_ 0.83871) + (uw1 0.0967742) + (y-uw1 0.0645161) + _epsilon_))) + ((n.n.n.name is e) + (((_epsilon_ 0.988095) + (ao1 0.00595238) + (uh0 0.00297619) + (uw1 0.00297619) + _epsilon_)) + ((n.n.n.name is o) + ((p.p.name is a) + (((uh1 1) uh1)) + ((p.p.p.name is l) + (((_epsilon_ 0.333333) (uh1 0.666667) uh1)) + (((_epsilon_ 0.959596) (uh1 0.040404) _epsilon_)))) + ((p.p.name is #) + ((p.name is f) + (((_epsilon_ 0.914286) (uh0 0.0857143) _epsilon_)) + ((n.n.name is c) + ((p.name is c) + (((uh0 0.333333) (uh1 0.666667) uh1)) + (((_epsilon_ 0.939394) + (uh0 0.030303) + (uh1 0.030303) + _epsilon_))) + (((_epsilon_ 0.975369) + (uh0 0.00492611) + (uh1 0.0197044) + _epsilon_)))) + (((_epsilon_ 0.988691) (uh1 0.0113086) _epsilon_))))))))))))) + ((p.name is a) + ((n.name is e) + ((n.n.name is r) + (((_epsilon_ 0.986486) (er0 0.0135135) _epsilon_)) + ((n.n.name is n) + (((ax0 1) ax0)) + (((_epsilon_ 0.777778) (ax0 0.222222) _epsilon_)))) + ((p.p.p.name is b) + ((n.name is t) + ((n.n.n.name is f) + (((y-uw1 1) y-uw1)) + (((_epsilon_ 0.6) (y-uw1 0.4) _epsilon_))) + (((_epsilon_ 0.983871) (y-uw1 0.016129) _epsilon_))) + ((n.n.n.name is #) + ((n.name is m) + (((_epsilon_ 0.25) (uw1 0.75) uw1)) + (((_epsilon_ 0.993711) (uw1 0.00628931) _epsilon_))) + (((_epsilon_ 0.997691) + (uw0 0.000769823) + (uw1 0.000769823) + (y-uw1 0.000769823) + _epsilon_))))) + ((p.name is o) + ((n.name is p) + ((n.n.name is l) + (((ah1 0.875) (uw1 0.125) ah1)) + ((p.p.p.name is a) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + (((uw1 1) uw1)))) + ((n.name is i) + ((p.p.name is d) + (((ax0 0.666667) (uw1 0.333333) ax0)) + ((p.p.name is l) + (((uw0 0.5) (uw1 0.25) (w 0.25) uw0)) + (((uw0 0.0666667) (uw1 0.133333) (w 0.8) w)))) + ((p.p.p.name is #) + ((n.name is n) + ((p.p.name is y) + ((n.n.name is g) + (((ah1 1) ah1)) + ((n.n.name is k) + (((ah1 1) ah1)) + ((n.n.n.name is s) + (((_epsilon_ 0.333333) (ah1 0.666667) ah1)) + (((_epsilon_ 0.666667) (ah1 0.333333) _epsilon_))))) + ((n.n.n.name is r) + (((_epsilon_ 0.222222) (ah1 0.777778) ah1)) + ((p.p.name is w) + (((_epsilon_ 0.25) (uw1 0.75) uw1)) + (((_epsilon_ 0.97351) + (uw0 0.0198675) + (uw1 0.00662252) + _epsilon_))))) + ((n.n.name is h) + ((p.p.name is t) + (((ah1 0.85) (uw0 0.05) (uw1 0.1) ah1)) + ((p.p.name is r) + ((n.name is g) + (((_epsilon_ 0.111111) (ah1 0.888889) ah1)) + (((_epsilon_ 0.75) (uw1 0.25) _epsilon_))) + ((p.p.name is s) + ((n.n.n.name is e) + (((_epsilon_ 0.222222) (ah1 0.777778) ah1)) + (((_epsilon_ 1) _epsilon_))) + ((n.name is g) + (((_epsilon_ 0.980392) (ah1 0.0196078) _epsilon_)) + ((p.p.name is y) + (((uw1 1) uw1)) + ((n.n.n.name is a) + (((_epsilon_ 0.25) (uw0 0.25) (uw1 0.5) uw1)) + (((_epsilon_ 0.875) (uw0 0.1) (uw1 0.025) _epsilon_)))))))) + ((n.n.name is l) + ((p.p.name is d) + (((ah1 1) ah1)) + ((n.name is s) + (((_epsilon_ 0.666667) (ah1 0.333333) _epsilon_)) + ((n.name is l) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.6) (uw0 0.2) (uw1 0.2) _epsilon_))))) + ((p.p.name is h) + ((n.n.name is t) + (((_epsilon_ 0.333333) + (uw1 0.333333) + (y-uw1 0.333333) + _epsilon_)) + ((n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 0.75) (uw1 0.25) _epsilon_)) + (((_epsilon_ 0.4) (uw1 0.6) uw1))))))) + ((n.name is v) + ((p.p.name is l) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + ((p.p.name is n) + (((uw1 1) uw1)) + ((p.p.name is s) + (((uw1 1) uw1)) + ((n.n.n.name is l) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw0 0.25) (uw1 0.75) uw1)))))) + ((n.n.name is a) + ((p.p.name is d) + (((_epsilon_ 0.8) (uw1 0.2) _epsilon_)) + ((n.name is g) + (((ah1 0.166667) (uw1 0.833333) uw1)) + ((p.p.name is c) + (((uw0 1) uw0)) + ((n.n.n.name is #) + (((_epsilon_ 0.2) (uw1 0.8) uw1)) + ((n.name is t) + (((uw0 0.666667) (uw1 0.333333) uw0)) + ((p.p.name is b) + ((n.n.n.name is n) + (((_epsilon_ 0.333333) + (uw0 0.333333) + (uw1 0.333333) + _epsilon_)) + (((uw0 0.666667) (uw1 0.333333) uw0))) + ((p.p.name is r) + (((_epsilon_ 0.333333) + (uw0 0.333333) + (uw1 0.333333) + _epsilon_)) + (((uw0 0.2) (uw1 0.8) uw1))))))))) + ((n.n.n.name is 0) + ((n.name is #) + (((uw1 0.75) (y-uw1 0.25) uw1)) + ((p.p.name is d) + (((_epsilon_ 0.666667) (ah1 0.333333) _epsilon_)) + ((n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is m) + (((_epsilon_ 1) _epsilon_)) + ((n.name is l) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.5) (uw1 0.5) _epsilon_)) + (((uw1 1) uw1)))))))) + ((n.n.n.name is #) + ((p.p.name is c) + (((_epsilon_ 0.571429) + (uw0 0.285714) + (uw1 0.142857) + _epsilon_)) + ((n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is e) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.888889) (uw1 0.111111) _epsilon_))))) + ((n.name is b) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is y) + (((_epsilon_ 0.5) + (ah1 0.333333) + (uw0 0.166667) + _epsilon_)) + ((n.n.n.name is u) + (((_epsilon_ 0.4) (uw0 0.4) (y-uw1 0.2) _epsilon_)) + ((p.p.name is r) + ((n.n.n.name is e) + (((uw0 0.6) (uw1 0.4) uw0)) + ((n.n.n.name is r) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + ((n.n.name is i) + (((_epsilon_ 0.4) (uw0 0.6) uw0)) + ((n.name is t) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + ((n.name is l) + (((_epsilon_ 0.333333) (uw0 0.666667) uw0)) + ((n.name is s) + (((_epsilon_ 0.333333) (uw0 0.666667) uw0)) + (((_epsilon_ 0.25) (uw0 0.25) (uw1 0.5) uw1)))))))) + ((n.name is s) + ((n.n.name is s) + (((_epsilon_ 0.111111) + (uw0 0.111111) + (uw1 0.777778) + uw1)) + (((_epsilon_ 0.6) + (ah1 0.1) + (uw0 0.05) + (uw1 0.25) + _epsilon_))) + ((p.p.name is b) + ((n.name is d) + (((uw1 1) uw1)) + ((n.name is w) + (((_epsilon_ 0.5) + (ax0 0.25) + (uw1 0.25) + _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.2) (uw0 0.2) (uw1 0.6) uw1)) + ((n.n.name is i) + (((_epsilon_ 0.25) (uw0 0.75) uw0)) + (((_epsilon_ 0.5) + (uw0 0.285714) + (uw1 0.214286) + _epsilon_))))))) + ((n.n.n.name is t) + ((n.name is l) + (((_epsilon_ 0.333333) + (uw0 0.333333) + (uw1 0.333333) + _epsilon_)) + (((uw0 0.333333) (uw1 0.666667) uw1))) + ((p.p.name is l) + (((_epsilon_ 0.923077) + (uw0 0.0769231) + _epsilon_)) + ((n.n.name is t) + (((_epsilon_ 0.9) (uw0 0.1) _epsilon_)) + ((p.p.name is m) + ((n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + (((uw0 0.6) (uw1 0.4) uw0))) + ((n.n.name is u) + (((_epsilon_ 0.25) (uw0 0.5) (uw1 0.25) uw0)) + ((n.n.n.name is s) + (((_epsilon_ 0.25) (uw1 0.75) uw1)) + ((p.p.name is f) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((n.name is g) + (((_epsilon_ 1) _epsilon_)) + ((n.name is d) + (((_epsilon_ 0.777778) + (uw1 0.222222) + _epsilon_)) + ((n.name is t) + (((_epsilon_ 0.75) + (uw0 0.125) + (uw1 0.125) + _epsilon_)) + ((p.p.name is c) + (((_epsilon_ 0.75) + (uw1 0.25) + _epsilon_)) + ((n.n.name is e) + (((_epsilon_ 0.75) + (uw1 0.25) + _epsilon_)) + ((n.n.n.name is e) + (((_epsilon_ 0.5) + (uw1 0.5) + _epsilon_)) + (((uw0 0.4) (uw1 0.6) uw1))))))))))))))))))))))))))))))) + ((n.name is #) + ((p.p.name is h) + (((_epsilon_ 0.4) (uw1 0.6) uw1)) + ((p.p.name is i) + (((_epsilon_ 0.166667) (uw0 0.666667) (uw1 0.166667) uw0)) + (((_epsilon_ 0.04) (uw0 0.28) (uw1 0.68) uw1)))) + ((n.name is s) + ((p.p.name is u) + (((_epsilon_ 0.818182) + (ah1 0.030303) + (ax0 0.151515) + _epsilon_)) + ((n.n.name is t) + ((p.p.p.name is a) + (((uw1 1) uw1)) + (((_epsilon_ 0.75) (uw0 0.125) (uw1 0.125) _epsilon_))) + (((_epsilon_ 0.975191) + (uw0 0.00572519) + (uw1 0.0152672) + (y-ax0 0.00381679) + _epsilon_)))) + ((n.name is x) + ((p.p.p.name is i) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw1 1) uw1))) + ((n.name is b) + ((n.n.name is l) + (((ah1 1) ah1)) + ((p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (uw1 0.75) uw1)))) + ((n.name is e) + ((p.p.p.name is e) + (((ah1 0.333333) (uw1 0.333333) (w 0.333333) ah1)) + ((p.p.p.name is l) + (((uw1 0.333333) (w 0.666667) w)) + (((_epsilon_ 0.125) (uw0 0.75) (uw1 0.125) uw0)))) + ((n.n.name is a) + ((p.p.p.name is c) + (((uw1 1) uw1)) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + ((n.name is h) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((_epsilon_ 0.333333) + (uw0 0.333333) + (uw1 0.333333) + _epsilon_))))) + ((p.p.name is t) + ((n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.name is n) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is h) + (((_epsilon_ 0.166667) (ah1 0.833333) ah1)) + ((p.p.p.name is s) + (((ah1 0.75) (uw1 0.25) ah1)) + (((uw1 1) uw1)))))) + ((p.p.p.name is 0) + (((_epsilon_ 0.986577) (uw1 0.0134228) _epsilon_)) + ((n.n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.name is g) + ((p.p.p.name is h) + (((_epsilon_ 0.142857) + (uw0 0.142857) + (uw1 0.714286) + uw1)) + ((p.p.name is r) + (((_epsilon_ 0.957447) + (uw0 0.0212766) + (uw1 0.0212766) + _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 0.333333) (ah1 0.666667) ah1)) + (((_epsilon_ 0.9) + (ah1 0.075) + (uw1 0.025) + _epsilon_))))) + ((n.name is a) + ((n.n.name is c) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (uw0 0.666667) uw0))) + ((n.n.n.name is n) + ((p.p.name is r) + (((_epsilon_ 0.666667) (uw1 0.333333) _epsilon_)) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.333333) (uw0 0.666667) uw0)))) + ((p.p.p.name is a) + ((p.p.name is c) + (((uw0 0.25) (uw1 0.75) uw1)) + ((p.p.name is r) + (((_epsilon_ 0.2) (uw0 0.2) (uw1 0.6) uw1)) + ((p.p.name is n) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.914286) + (uw0 0.0571429) + (uw1 0.0285714) + _epsilon_))))) + ((n.n.name is e) + ((p.p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.name is d) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((uw1 1) uw1)) + ((n.name is t) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.666667) + (uw1 0.333333) + _epsilon_)))))) + ((p.p.p.name is c) + (((_epsilon_ 1) _epsilon_)) + ((n.name is t) + ((p.p.p.name is e) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.969072) + (uw1 0.0309278) + _epsilon_))) + ((n.n.name is #) + ((p.p.name is r) + ((n.name is d) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (uw1 0.75) uw1))) + ((p.p.p.name is s) + (((_epsilon_ 0.5) (uw1 0.5) _epsilon_)) + (((_epsilon_ 0.25) (uw1 0.75) uw1)))) + ((n.n.name is l) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.947917) + (uw1 0.0520833) + _epsilon_))))))))))))))))))))))) + ((p.name is q) + ((n.name is e) + ((n.n.name is #) + (((_epsilon_ 0.983871) (y-uw1 0.016129) _epsilon_)) + ((n.n.n.name is #) + ((n.n.name is z) + ((p.p.p.name is o) + (((w 1) w)) + ((p.p.p.name is a) + (((_epsilon_ 0.5) (w 0.5) _epsilon_)) + ((p.p.p.name is r) + (((_epsilon_ 0.5) (w 0.5) _epsilon_)) + (((w 1) w))))) + (((_epsilon_ 0.828571) + (w 0.114286) + (y-uw1 0.0571429) + _epsilon_))) + ((n.n.name is t) + (((_epsilon_ 0.823529) (ax0 0.117647) (w 0.0588235) _epsilon_)) + ((p.p.p.name is o) + ((n.n.name is r) + (((_epsilon_ 0.857143) (w 0.142857) _epsilon_)) + (((_epsilon_ 0.25) (w 0.75) w))) + ((n.n.name is u) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is y) + (((_epsilon_ 0.571429) (w 0.428571) _epsilon_)) + (((_epsilon_ 0.0457516) (w 0.954248) w)))))))) + ((n.n.name is y) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_)) + ((n.n.name is a) + ((p.p.name is r) + (((_epsilon_ 0.333333) (ah1 0.333333) (w 0.333333) _epsilon_)) + (((_epsilon_ 0.333333) (w 0.666667) w))) + ((p.p.p.name is h) + ((n.n.name is s) + (((w 1) w)) + (((_epsilon_ 0.333333) (ax0 0.333333) (w 0.333333) _epsilon_))) + ((p.p.name is i) + ((n.name is i) + (((w 1) w)) + (((_epsilon_ 0.666667) + (uw1 0.166667) + (w 0.166667) + _epsilon_))) + ((p.p.p.name is o) + ((n.n.n.name is t) + (((w 1) w)) + ((p.p.name is n) + (((w 1) w)) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (w 0.666667) w)) + (((_epsilon_ 1) _epsilon_))))) + ((n.n.n.name is u) + (((uw1 0.142857) (w 0.857143) w)) + ((p.p.p.name is a) + ((n.n.n.name is e) + (((w 1) w)) + ((n.n.name is r) + ((p.p.name is r) + (((w 1) w)) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_))) + ((p.p.name is c) + (((w 1) w)) + ((n.n.n.name is i) + (((w 1) w)) + ((n.name is a) + (((w 1) w)) + ((n.n.name is t) + (((w 1) w)) + ((n.n.name is l) + (((_epsilon_ 0.25) (w 0.75) w)) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_))))))))) + ((p.p.p.name is n) + ((n.n.name is n) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_)) + (((w 1) w))) + (((_epsilon_ 0.012605) (w 0.987395) w))))))))))) + ((p.p.name is #) + ((p.name is g) + ((n.name is i) + (((_epsilon_ 0.857143) (w 0.142857) _epsilon_)) + ((n.name is a) + ((n.n.name is r) + (((_epsilon_ 0.964286) (w 0.0357143) _epsilon_)) + ((n.n.name is n) + (((w 1) w)) + ((n.n.name is t) + (((w 1) w)) + ((n.n.n.name is a) + (((_epsilon_ 0.166667) (uw0 0.166667) (w 0.666667) w)) + (((_epsilon_ 0.5) (w 0.5) _epsilon_)))))) + ((n.name is e) + (((_epsilon_ 0.902439) + (uh1 0.0243902) + (w 0.0487805) + (y-uw1 0.0243902) + _epsilon_)) + ((n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is i) + (((ax0 0.1) (uw0 0.6) (uw1 0.2) (y-uw1 0.1) uw0)) + ((n.n.name is e) + ((n.name is t) + (((ah1 0.666667) (y-uw1 0.333333) ah1)) + ((n.name is b) + (((uw0 0.333333) (uw1 0.333333) (y-uw1 0.333333) uw0)) + (((uw1 0.4) (y-uw1 0.6) y-uw1)))) + ((n.n.name is a) + (((ah1 0.166667) (uw1 0.166667) (y-uw1 0.666667) y-uw1)) + ((n.name is g) + (((ah1 0.142857) (uw0 0.714286) (uw1 0.142857) uw0)) + ((n.n.n.name is a) + ((n.n.name is t) + (((ah1 0.222222) + (ax0 0.111111) + (uh1 0.222222) + (uw0 0.333333) + (uw1 0.111111) + uw0)) + (((ah1 0.714286) + (ax0 0.142857) + (uw0 0.0714286) + (uw1 0.0714286) + ah1))) + ((n.name is z) + ((n.n.n.name is l) + (((ah1 1) ah1)) + (((ax0 0.166667) + (uw0 0.166667) + (uw1 0.333333) + (y-uw0 0.166667) + (y-uw1 0.166667) + uw1))) + ((n.n.name is l) + ((n.n.n.name is e) + (((ah1 0.2) (uw0 0.2) (uw1 0.4) (y-uw1 0.2) uw1)) + (((ah1 0.857143) (uw1 0.142857) ah1))) + ((n.n.n.name is i) + ((n.name is c) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((ah1 0.909091) + (uw0 0.0454545) + (y-uw1 0.0454545) + ah1))) + (((ah1 0.945312) + (ax0 0.015625) + (uh1 0.015625) + (uw1 0.0234375) + ah1)))))))))))))) + ((n.n.name is e) + ((p.name is s) + (((uh0 0.0344828) + (uw0 0.0574713) + (uw1 0.885057) + (y-uw0 0.0229885) + uw1)) + ((p.name is r) + ((n.name is p) + (((uw0 0.6) (uw1 0.4) uw0)) + ((n.n.n.name is n) + ((n.name is d) (((uw1 1) uw1)) (((ah1 0.5) (uw1 0.5) ah1))) + (((ah1 0.0588235) + (ax0 0.0294118) + (uw0 0.0588235) + (uw1 0.852941) + uw1)))) + ((p.name is l) + ((n.name is c) + (((uw0 0.333333) (uw1 0.666667) uw1)) + ((n.name is k) + (((uw1 1) uw1)) + ((n.name is t) + (((uw1 1) uw1)) + ((n.n.n.name is n) + (((ah1 0.5) (uw0 0.25) (uw1 0.25) ah1)) + (((ah1 0.176471) (uw0 0.0588235) (uw1 0.764706) uw1)))))) + ((p.name is d) + ((n.n.n.name is y) + (((ah1 0.666667) (y-uw1 0.333333) ah1)) + (((ah1 0.0645161) + (ax0 0.0967742) + (uw1 0.806452) + (y-uw1 0.0322581) + uw1))) + ((p.name is j) + (((uw0 0.176471) (uw1 0.823529) uw1)) + ((p.name is n) + ((n.name is m) + (((uw0 0.714286) (uw1 0.285714) uw0)) + (((uw1 0.833333) (y-uw1 0.166667) uw1))) + ((n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.name is t) + ((n.name is n) + (((uw1 1) uw1)) + ((n.name is b) + (((ax0 0.25) (uw1 0.75) uw1)) + (((ah1 0.25) + (ax0 0.125) + (uw1 0.25) + (y-uw1 0.375) + y-uw1)))) + ((p.name is z) + (((ah1 0.166667) (uw1 0.833333) uw1)) + ((n.n.n.name is #) + (((uw0 0.0454545) + (uw1 0.0454545) + (y-uw1 0.909091) + y-uw1)) + ((p.name is f) + (((y-uw1 1) y-uw1)) + ((n.n.n.name is r) + ((n.name is b) + (((ah1 0.125) + (ax0 0.125) + (uw0 0.25) + (uw1 0.125) + (y-uw1 0.375) + y-uw1)) + ((n.name is p) + (((uw1 0.666667) (y-uw1 0.333333) uw1)) + (((_epsilon_ 0.0666667) + (ih1 0.0666667) + (uw0 0.0666667) + (y-uw0 0.0666667) + (y-uw1 0.733333) + y-uw1)))) + ((p.name is c) + (((y-uw1 1) y-uw1)) + ((p.name is m) + (((y-uw0 0.333333) (y-uw1 0.666667) y-uw1)) + ((p.name is e) + (((y-uw0 0.4) (y-uw1 0.6) y-uw1)) + ((n.n.n.name is s) + (((ah1 0.285714) + (y-uw0 0.142857) + (y-uw1 0.571429) + y-uw1)) + ((n.n.n.name is y) + (((ah1 0.333333) (y-uw1 0.666667) y-uw1)) + ((n.n.n.name is t) + ((n.name is l) + (((uw1 0.5) (y-uw1 0.5) uw1)) + (((ax0 0.333333) (y-uw1 0.666667) y-uw1))) + ((n.n.n.name is n) + (((ah1 0.4) (ax0 0.2) (y-uw1 0.4) ah1)) + ((p.name is b) + (((ah1 0.125) + (ih1 0.125) + (uw1 0.625) + (y-uw0 0.125) + uw1)) + ((p.name is h) + (((ah1 0.5) (uw1 0.375) (y-uw1 0.125) ah1)) + (((ah1 0.1) + (ax0 0.1) + (uw1 0.7) + (y-uw1 0.1) + uw1))))))))))))))))))))))) + ((n.n.name is i) + ((p.name is b) + ((n.name is s) + (((ah1 0.142857) (ih1 0.785714) (y-uw1 0.0714286) ih1)) + ((n.name is d) + (((uw1 0.333333) (y-uw1 0.666667) y-uw1)) + (((_epsilon_ 0.25) + (uw1 0.25) + (y-uw0 0.25) + (y-uw1 0.25) + _epsilon_)))) + ((p.name is m) + ((n.n.n.name is c) + ((n.name is n) + (((y-uw0 0.75) (y-uw1 0.25) y-uw0)) + (((y-uw0 0.181818) (y-uw1 0.818182) y-uw1))) + (((uw0 0.0434783) + (uw1 0.0869565) + (w 0.0434783) + (y-uw0 0.0434783) + (y-uw1 0.782609) + y-uw1))) + ((p.name is h) + ((n.name is m) + ((n.n.n.name is l) + (((y-uw0 0.833333) (y-uw1 0.166667) y-uw0)) + (((y-uw0 0.25) (y-uw1 0.75) y-uw1))) + (((ah1 0.142857) (y-uw1 0.857143) y-uw1))) + ((p.name is k) + ((n.name is l) + (((y-uw0 0.375) (y-uw1 0.625) y-uw1)) + ((n.n.n.name is n) + (((ax0 0.5) (y-uw1 0.5) ax0)) + ((n.name is b) + (((ah1 0.125) + (ax0 0.125) + (uw1 0.125) + (y-uw1 0.625) + y-uw1)) + (((ah1 0.666667) (y-uw1 0.333333) ah1))))) + ((p.name is c) + (((ah1 0.0555556) + (uw0 0.111111) + (uw1 0.0555556) + (y-uw1 0.777778) + y-uw1)) + ((p.name is f) + ((n.name is j) + (((uw0 0.285714) (uw1 0.571429) (y-uw1 0.142857) uw1)) + ((n.n.n.name is l) + (((y-uw0 0.666667) (y-uw1 0.333333) y-uw0)) + (((y-uw1 1) y-uw1)))) + ((p.name is p) + ((n.n.n.name is s) + (((ah1 1) ah1)) + ((n.n.n.name is l) + (((uw0 0.5) (y-uw1 0.5) uw0)) + ((n.name is l) + (((uh1 0.333333) (uw0 0.333333) (uw1 0.333333) uh1)) + (((ah1 0.25) (uw1 0.5) (y-uw1 0.25) uw1))))) + ((n.n.n.name is n) + ((p.name is s) + (((ax0 1) ax0)) + ((p.name is d) + (((ax0 0.333333) + (uw0 0.166667) + (uw1 0.333333) + (y-uw1 0.166667) + ax0)) + ((n.name is m) + (((ax0 0.0769231) + (uw0 0.0769231) + (uw1 0.846154) + uw1)) + ((n.name is k) + (((uw1 1) uw1)) + ((p.name is l) + ((n.name is b) + (((ax0 0.666667) (uw1 0.333333) ax0)) + ((n.name is p) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((ah1 0.6) (uw0 0.4) ah1)))) + ((n.name is n) + (((ah1 0.333333) + (uw0 0.333333) + (uw1 0.333333) + ah1)) + ((n.name is b) + (((ah1 0.142857) + (uw0 0.285714) + (uw1 0.571429) + uw1)) + ((p.name is r) + (((ax0 0.142857) + (uw0 0.142857) + (uw1 0.714286) + uw1)) + (((uw0 0.5) (uw1 0.5) uw0)))))))))) + ((p.name is d) + ((n.name is n) + (((ah1 0.666667) (uw0 0.333333) ah1)) + ((n.name is b) + (((ah1 0.4) (ax0 0.2) (uw1 0.4) ah1)) + (((ax0 0.166667) (uw0 0.166667) (uw1 0.666667) uw1)))) + ((p.name is s) + (((ah1 0.0714286) (uw0 0.571429) (uw1 0.357143) uw0)) + ((n.name is b) + (((uw1 0.909091) (y-uw1 0.0909091) uw1)) + ((n.n.n.name is c) + ((p.name is j) + (((uw0 0.666667) (uw1 0.333333) uw0)) + ((n.name is n) + (((ah1 0.166667) + (uw1 0.666667) + (y-uw1 0.166667) + uw1)) + (((ah1 0.4) (uw0 0.2) (uw1 0.4) ah1)))) + ((n.n.n.name is g) + (((ah1 0.4) (uw0 0.4) (uw1 0.2) ah1)) + ((n.n.n.name is e) + ((n.name is c) + (((uw0 0.25) (uw1 0.75) uw1)) + ((p.name is l) + (((ah1 0.666667) (uw1 0.333333) ah1)) + (((ah1 0.125) (uw0 0.375) (uw1 0.5) uw1)))) + ((p.name is r) + ((n.n.n.name is s) + (((ah1 0.666667) (uw1 0.333333) ah1)) + (((uw0 0.125) (uw1 0.875) uw1))) + ((n.n.n.name is #) + (((uw1 1) uw1)) + ((n.n.n.name is u) + (((uw1 1) uw1)) + ((n.n.n.name is p) + (((uw1 1) uw1)) + ((n.name is c) + (((uw0 0.333333) (uw1 0.666667) uw1)) + ((p.name is l) + (((uw1 1) uw1)) + ((p.name is j) + (((uw0 0.153846) (uw1 0.846154) uw1)) + ((n.name is n) + (((uw1 1) uw1)) + ((p.name is n) + (((uw0 0.2) (uw1 0.8) uw1)) + (((uw0 1) uw0))))))))))))))))))))))))) + ((n.name is e) + ((p.name is b) + ((n.n.name is n) + (((uw0 0.142857) + (uw1 0.142857) + (w 0.571429) + (y-uw1 0.142857) + w)) + (((uw1 0.2) (w 0.04) (y-uw1 0.76) y-uw1))) + ((p.name is r) + (((uh1 0.08) (uw0 0.04) (uw1 0.88) uw1)) + ((p.name is m) + ((n.n.n.name is l) + (((y-uw1 1) y-uw1)) + ((n.n.name is n) + (((y-uw1 1) y-uw1)) + (((uw1 0.666667) (y-uw1 0.333333) uw1)))) + ((n.n.name is r) + ((p.name is l) + (((uh1 0.25) (uw0 0.25) (uw1 0.5) uw1)) + ((p.name is d) + (((uh1 0.8) (uw1 0.2) uh1)) + ((p.name is f) + (((uh1 0.333333) (w 0.333333) (y-uw1 0.333333) uh1)) + ((p.name is w) + (((_epsilon_ 0.333333) (uh1 0.666667) uh1)) + ((n.n.n.name is t) + (((_epsilon_ 0.333333) (w 0.666667) w)) + (((_epsilon_ 0.333333) + (uh1 0.333333) + (w 0.166667) + (y-uw0 0.166667) + _epsilon_))))))) + ((p.name is d) + ((n.n.name is n) + (((uw0 0.5) (uw1 0.25) (w 0.25) uw0)) + (((uw0 0.142857) (uw1 0.857143) uw1))) + ((p.name is c) + (((w 0.555556) (y-uw1 0.444444) w)) + ((p.name is f) + ((n.n.name is l) (((y-uw1 1) y-uw1)) (((w 1) w))) + ((p.name is h) + ((n.n.n.name is t) + (((uh1 0.666667) (uw0 0.166667) (uw1 0.166667) uh1)) + ((n.n.n.name is #) + (((y-uw1 1) y-uw1)) + ((n.n.n.name is s) + (((uh1 1) uh1)) + ((n.n.n.name is e) + (((uh1 1) uh1)) + (((uh1 0.4) (y-uw1 0.6) y-uw1)))))) + ((p.name is k) + (((uh1 0.833333) + (uw1 0.111111) + (y-uw1 0.0555556) + uh1)) + ((p.name is l) + ((n.n.name is h) + (((uh1 0.666667) (w 0.333333) uh1)) + ((n.n.n.name is e) + (((uh1 1) uh1)) + ((n.n.n.name is k) + (((uh1 0.166667) (uw1 0.833333) uw1)) + ((n.n.name is b) + (((uh1 0.666667) (uw1 0.333333) uh1)) + (((uh1 0.333333) (uw0 0.166667) (uw1 0.5) uw1)))))) + ((p.name is w) + (((uh1 0.666667) (uw1 0.333333) uh1)) + ((n.n.name is d) + (((uw0 0.25) (uw1 0.25) (w 0.5) w)) + ((n.n.n.name is l) + (((uh1 0.25) (uw1 0.25) (w 0.5) w)) + (((uw1 0.814815) + (w 0.148148) + (y-uw1 0.037037) + uw1))))))))))))))) + ((n.n.name is a) + ((n.n.n.name is #) + ((p.name is b) + (((y-uw1 1) y-uw1)) + ((p.name is m) + (((y-uw1 1) y-uw1)) + (((uw1 0.897436) (y-uw1 0.102564) uw1)))) + ((p.name is s) + ((n.name is g) + (((uh1 1) uh1)) + ((n.name is b) + (((ah1 0.5) (ax0 0.25) (uw1 0.25) ah1)) + ((n.name is m) + (((uw1 1) uw1)) + ((n.n.n.name is n) + ((n.name is d) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw0 0.428571) (uw1 0.571429) uw1))) + (((uw0 0.2) (uw1 0.8) uw1)))))) + ((n.n.n.name is m) + ((p.name is m) + (((uh0 1) uh0)) + (((ah1 0.25) (ih1 0.25) (uw0 0.25) (y-uw1 0.25) ah1))) + ((p.name is h) + ((n.name is m) + (((y-uw0 0.266667) (y-uw1 0.733333) y-uw1)) + (((ah1 0.25) (uw0 0.25) (uw1 0.5) uw1))) + ((n.name is t) + ((p.name is m) + (((y-uw0 0.4) (y-uw1 0.6) y-uw1)) + (((uw0 0.666667) + (y-uw0 0.166667) + (y-uw1 0.166667) + uw0))) + ((p.name is c) + (((_epsilon_ 0.142857) + (ah1 0.142857) + (uw0 0.142857) + (y-uw1 0.571429) + y-uw1)) + ((p.name is e) + (((y-uw1 1) y-uw1)) + ((p.name is m) + ((n.name is j) + (((uw1 0.75) (y-uw0 0.25) uw1)) + ((n.n.n.name is r) + (((ax0 0.25) (uw0 0.5) (y-uw1 0.25) uw0)) + ((n.n.n.name is n) + (((uw0 0.333333) (y-uw1 0.666667) y-uw1)) + (((uw0 0.5) (uw1 0.125) (y-uw1 0.375) uw0))))) + ((p.name is k) + ((n.name is b) + (((ax0 0.4) (uw1 0.4) (y-uw1 0.2) ax0)) + ((n.name is n) + (((ah1 0.333333) (y-uw0 0.666667) y-uw0)) + (((ah1 0.0666667) + (ax0 0.0666667) + (uw0 0.466667) + (uw1 0.133333) + (y-uw0 0.133333) + (y-uw1 0.133333) + uw0)))) + ((n.name is g) + ((p.name is d) + (((ah1 0.4) (uw1 0.6) uw1)) + ((p.name is b) + (((ah1 0.25) (uw1 0.25) (y-uw1 0.5) y-uw1)) + (((ah1 0.25) + (uw0 0.25) + (uw1 0.25) + (y-uw1 0.25) + ah1)))) + ((n.name is l) + ((p.name is d) + (((ax0 0.25) + (uw1 0.25) + (y-uw0 0.25) + (y-uw1 0.25) + ax0)) + (((uw1 1) uw1))) + ((n.name is z) + (((ah1 0.2) + (uw1 0.4) + (y-uw0 0.2) + (y-uw1 0.2) + uw1)) + ((p.name is f) + (((uw0 0.75) (y-uw1 0.25) uw0)) + ((n.name is k) + ((n.n.n.name is s) + (((ax0 0.5) + (uw0 0.166667) + (uw1 0.333333) + ax0)) + ((p.name is d) + (((ah1 0.333333) (uw0 0.666667) uw0)) + (((ah1 0.333333) + (ax0 0.333333) + (uw0 0.333333) + ah1)))) + ((n.name is f) + (((ax0 0.2) + (uw0 0.4) + (uw1 0.2) + (y-uw1 0.2) + uw0)) + ((n.name is h) + ((n.n.n.name is s) + (((ah1 0.666667) (uw1 0.333333) ah1)) + (((ah1 0.333333) (uw1 0.666667) uw1))) + ((n.n.n.name is l) + (((uw0 0.666667) (uw1 0.333333) uw0)) + ((p.name is l) + ((n.name is b) + (((ax0 0.25) (uw1 0.75) uw1)) + ((n.name is n) + (((uw0 0.2) (uw1 0.8) uw1)) + ((n.n.n.name is n) + (((ax0 0.333333) + (uw0 0.333333) + (uw1 0.333333) + ax0)) + (((uw0 0.833333) (uw1 0.166667) uw0))))) + ((n.name is p) + (((ax0 0.333333) (uw1 0.666667) uw1)) + ((n.n.n.name is i) + (((ax0 0.2) (uw0 0.4) (uw1 0.4) uw0)) + ((n.n.n.name is s) + ((n.name is d) + (((ah1 0.5) (uw1 0.5) ah1)) + (((uw1 1) uw1))) + ((n.name is d) + (((uw0 0.25) (uw1 0.75) uw1)) + ((n.n.n.name is y) + (((ah1 0.666667) (uw0 0.333333) ah1)) + ((n.n.n.name is c) + (((ah1 0.333333) (uw1 0.666667) uw1)) + ((n.name is n) + ((p.name is d) + (((ah1 0.2) + (uw0 0.6) + (uw1 0.2) + uw0)) + (((ah1 0.4) (uw1 0.6) uw1))) + ((p.name is r) + (((uw0 0.666667) + (uw1 0.333333) + uw0)) + (((uw0 0.375) (uw1 0.625) uw1)))))))))))))))))))))))))))) + ((p.name is s) + ((n.name is i) + (((uh1 0.0526316) (uw1 0.789474) (w 0.157895) uw1)) + ((n.n.name is r) + ((n.n.n.name is e) + ((n.name is p) + (((ax0 0.333333) (uw0 0.666667) uw0)) + (((uh1 0.25) (uw0 0.25) (uw1 0.25) (w 0.25) uh1))) + ((n.name is p) + (((uw1 1) uw1)) + (((ah1 0.444444) + (uh1 0.111111) + (uw0 0.111111) + (uw1 0.333333) + ah1)))) + ((n.name is n) + (((ah1 0.886076) + (ax0 0.0506329) + (ih0 0.0126582) + (uh1 0.0126582) + (uw0 0.0126582) + (uw1 0.0253165) + ah1)) + ((n.name is a) + (((uw0 0.25) (w 0.75) w)) + ((n.name is b) + ((n.n.n.name is a) + (((ah1 1) ah1)) + ((n.n.name is m) + (((ax0 1) ax0)) + ((n.n.n.name is c) + (((ax0 1) ax0)) + ((n.n.n.name is l) + (((ah1 1) ah1)) + ((n.n.name is o) + (((ax0 1) ax0)) + ((n.n.name is p) + (((ax0 1) ax0)) + ((n.n.name is l) + ((n.n.n.name is e) + (((ah1 0.666667) (uw1 0.333333) ah1)) + (((ax0 1) ax0))) + ((n.n.name is v) + (((ah1 0.142857) (ax0 0.857143) ax0)) + ((n.n.name is j) + (((ah1 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is r) + ((n.n.name is t) + (((ax0 1) ax0)) + (((ah1 0.5) (ax0 0.5) ah1))) + ((n.n.n.name is o) + (((ah1 0.428571) (ax0 0.571429) ax0)) + ((n.n.name is c) + (((ah1 1) ah1)) + ((n.n.n.name is u) + (((ah1 0.333333) (ax0 0.666667) ax0)) + (((ah1 0.692308) (ax0 0.307692) ah1))))))))))))))) + ((n.n.name is p) + ((n.n.n.name is h) + (((ah1 1) ah1)) + ((n.name is m) + (((ah1 1) ah1)) + ((n.n.n.name is l) + (((ah1 0.5) (ax0 0.5) ah1)) + (((ah1 0.102564) + (ax0 0.871795) + (uw1 0.025641) + ax0))))) + ((n.n.name is c) + ((n.n.n.name is e) + (((ax0 1) ax0)) + ((n.name is c) + (((ah1 0.375) (ax0 0.625) ax0)) + (((ah1 1) ah1)))) + ((n.n.name is g) + ((n.n.n.name is e) + (((ax0 1) ax0)) + (((ah1 0.75) (ax0 0.25) ah1))) + ((n.n.name is u) + (((ax0 0.2) (uw0 0.2) (uw1 0.6) uw1)) + ((n.n.n.name is a) + ((n.name is s) + (((ah1 0.142857) + (ax0 0.714286) + (uw0 0.142857) + ax0)) + (((_epsilon_ 0.0384615) + (ah1 0.692308) + (ax0 0.153846) + (uw0 0.0384615) + (uw1 0.0769231) + ah1))) + ((n.n.name is f) + ((n.n.n.name is i) + ((n.name is f) + (((ah1 0.25) (ax0 0.75) ax0)) + (((ah1 1) ah1))) + (((ah1 0.928571) (ax0 0.0714286) ah1))) + ((n.name is m) + (((ah1 1) ah1)) + ((n.n.name is t) + (((ah1 0.818182) + (ax0 0.0909091) + (uw0 0.0909091) + ah1)) + ((n.n.n.name is o) + ((n.name is c) + (((ah1 0.666667) (ax0 0.333333) ah1)) + (((ah1 0.25) (ax0 0.25) (uw1 0.5) uw1))) + ((n.n.name is o) + (((ah1 0.25) (uw1 0.75) uw1)) + ((n.n.name is k) + (((ah1 1) ah1)) + ((n.name is c) + (((ah1 0.6) (ax0 0.2) (uw1 0.2) ah1)) + ((n.n.n.name is #) + (((ah1 0.5) (uw1 0.5) ah1)) + ((n.n.name is d) + (((ah1 1) ah1)) + ((n.name is t) + (((ah1 1) ah1)) + ((n.name is l) + (((ah1 0.9375) (uw1 0.0625) ah1)) + ((n.n.name is #) + (((ah1 1) ah1)) + ((n.n.name is s) + (((ah1 1) ah1)) + ((n.name is d) + (((ah1 0.666667) + (uw1 0.333333) + ah1)) + (((uw1 1) uw1)))))))))))))))))))))))))) + ((n.n.name is o) + ((p.name is b) + ((n.name is b) + (((y-uw0 0.333333) (y-uw1 0.666667) y-uw1)) + (((_epsilon_ 0.285714) + (uw0 0.142857) + (y-uw0 0.285714) + (y-uw1 0.285714) + _epsilon_))) + ((p.name is h) + ((n.name is m) + (((y-uw0 0.142857) (y-uw1 0.857143) y-uw1)) + ((n.n.n.name is n) + (((uw1 0.5) (y-uw1 0.5) uw1)) + (((ah1 0.25) (uw1 0.25) (y-uw1 0.5) y-uw1)))) + ((p.name is e) + (((y-uw0 0.4) (y-uw1 0.6) y-uw1)) + ((n.n.n.name is #) + (((uw1 0.764706) (y-uw1 0.235294) uw1)) + ((p.name is d) + ((n.n.n.name is n) + (((ax0 0.2) (uw0 0.2) (uw1 0.4) (y-uw1 0.2) uw1)) + ((n.n.n.name is i) + (((ax0 0.333333) (uw0 0.666667) uw0)) + (((ah1 0.545455) + (ax0 0.181818) + (uw0 0.181818) + (uw1 0.0909091) + ah1)))) + ((n.name is k) + ((n.n.n.name is w) + (((ax0 1) ax0)) + (((uw1 0.666667) (y-uw1 0.333333) uw1))) + ((p.name is c) + (((ah1 1) ah1)) + ((n.name is x) + (((ah1 1) ah1)) + ((n.n.n.name is s) + (((uw1 0.8) (y-uw0 0.1) (y-uw1 0.1) uw1)) + ((n.n.n.name is r) + (((uw0 0.142857) (uw1 0.857143) uw1)) + ((p.name is r) + ((n.n.n.name is l) + (((uw0 0.5) (uw1 0.5) uw0)) + (((ah1 0.5) (uw1 0.5) ah1))) + ((n.n.n.name is l) + (((ah1 0.2) (uw0 0.4) (y-uw1 0.4) uw0)) + ((n.name is b) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw0 0.133333) + (uw1 0.666667) + (y-uw1 0.2) + uw1))))))))))))))) + ((n.name is i) + ((p.name is b) + ((n.n.name is c) + (((_epsilon_ 0.333333) (y-uw1 0.666667) y-uw1)) + (((_epsilon_ 0.875) + (uw1 0.0625) + (y-uw0 0.0625) + _epsilon_))) + ((p.name is c) + (((w 1) w)) + ((n.n.name is r) + (((y-uh1 1) y-uh1)) + ((n.n.name is z) + (((_epsilon_ 0.75) (uw1 0.25) _epsilon_)) + ((p.name is t) + (((uw0 0.5) (uw1 0.25) (y-uw0 0.25) uw0)) + ((n.n.name is g) + (((_epsilon_ 0.333333) + (uw0 0.333333) + (uw1 0.333333) + _epsilon_)) + (((uw0 0.111111) + (uw1 0.861111) + (y-uw1 0.0277778) + uw1)))))))) + ((n.name is l) + ((p.name is f) + ((n.n.name is f) + (((uh0 0.666667) (uh1 0.333333) uh0)) + ((n.n.name is l) + (((uh1 0.944444) (uw0 0.0555556) uh1)) + ((n.n.n.name is o) + (((ax0 0.2) (uh1 0.8) uh1)) + ((n.n.name is g) + (((ah1 0.666667) (uh1 0.333333) ah1)) + (((ah1 0.25) (uh1 0.75) uh1)))))) + ((p.name is b) + ((n.n.name is l) + (((uh1 1) uh1)) + ((n.n.n.name is a) + (((ah1 0.25) (ax0 0.5) (uh1 0.25) ax0)) + ((n.n.name is t) + (((ah1 0.5) (uh1 0.25) (uw0 0.25) ah1)) + ((n.n.name is b) + (((ah1 1) ah1)) + ((n.n.name is k) + (((ah1 0.857143) (uh1 0.142857) ah1)) + ((n.n.n.name is e) + (((ah1 1) ah1)) + (((ah1 0.2) (uh1 0.8) uh1)))))))) + ((p.name is p) + ((n.n.name is l) + ((n.n.n.name is a) + (((uh1 0.333333) (uw0 0.666667) uw0)) + (((uh1 1) uh1))) + ((n.n.n.name is i) + ((n.n.name is p) + (((ah1 0.333333) (uh1 0.666667) uh1)) + (((ah1 0.5) (uh1 0.25) (uw0 0.25) ah1))) + ((n.n.n.name is e) + (((ah1 0.666667) (uh1 0.333333) ah1)) + (((ah1 0.333333) (uh1 0.666667) uh1))))) + ((n.n.name is u) + ((p.name is z) + (((uw1 1) uw1)) + (((ax0 0.333333) + (uw1 0.333333) + (y-uw1 0.333333) + ax0))) + ((n.n.name is l) + ((n.n.n.name is a) + (((ah1 0.928571) (ax0 0.0714286) ah1)) + ((n.n.n.name is o) + ((p.name is t) + (((ah1 0.75) (uw1 0.25) ah1)) + (((ah1 0.4) (uw1 0.6) uw1))) + ((n.n.n.name is e) + ((p.name is d) + (((ah1 1) ah1)) + ((p.name is c) + (((ah1 0.875) (uw1 0.125) ah1)) + ((p.name is m) + (((ah1 0.625) (uw0 0.125) (uw1 0.25) ah1)) + (((ah1 0.4) (uw1 0.6) uw1))))) + (((ah1 0.961538) (uw1 0.0384615) ah1))))) + (((ah1 0.920455) + (ax0 0.0397727) + (uh1 0.0170455) + (uw0 0.0113636) + (uw1 0.0113636) + ah1))))))) + ((n.name is a) + ((p.name is h) + (((w 1) w)) + ((p.name is j) + (((uw1 0.2) (w 0.8) w)) + ((p.name is c) + (((uw0 0.5) (y-uw0 0.25) (y-uw1 0.25) uw0)) + ((n.n.n.name is a) + (((uw0 0.75) (w 0.25) uw0)) + ((n.n.name is n) + (((uw0 0.4) (uw1 0.3) (w 0.2) (y-uw1 0.1) uw0)) + (((uw0 0.1875) (uw1 0.6875) (y-uw1 0.125) uw1))))))) + ((n.name is o) + ((p.name is b) + ((n.n.name is n) + (((w 1) w)) + (((_epsilon_ 0.5) (uw1 0.5) _epsilon_))) + ((p.name is d) + (((uw1 1) uw1)) + ((p.name is c) + (((w 1) w)) + ((n.n.name is n) + (((uw0 1) uw0)) + ((n.n.name is m) + (((uw0 0.333333) (w 0.666667) w)) + ((n.n.n.name is o) + (((uw0 0.333333) (w 0.666667) w)) + (((uw0 0.111111) + (uw1 0.555556) + (w 0.222222) + (y-uw1 0.111111) + uw1)))))))) + ((n.n.name is u) + ((n.name is t) + ((p.name is f) + (((y-uw1 1) y-uw1)) + ((p.name is m) + (((y-uw1 1) y-uw1)) + (((uw1 0.8) (y-uw0 0.2) uw1)))) + ((p.name is d) + ((n.name is q) + (((ax0 0.333333) + (uw0 0.333333) + (uw1 0.333333) + ax0)) + ((n.n.n.name is i) + (((ah1 1) ah1)) + (((ah1 0.25) (ax0 0.75) ax0)))) + ((n.name is n) + (((ah1 0.666667) (y-uh1 0.333333) ah1)) + ((n.name is x) + (((ah1 0.666667) (ax0 0.333333) ah1)) + ((n.name is k) + (((uw0 0.714286) (uw1 0.285714) uw0)) + ((n.name is q) + (((ax0 0.25) (uw1 0.75) uw1)) + ((p.name is t) + (((uw1 1) uw1)) + ((n.name is m) + (((y-uw1 1) y-uw1)) + ((n.n.n.name is s) + (((uw1 0.6) (y-uw1 0.4) uw1)) + ((n.n.n.name is e) + (((uw0 0.25) (uw1 0.25) (y-uw1 0.5) y-uw1)) + ((n.name is g) + (((ah1 0.333333) + (uw0 0.333333) + (uw1 0.333333) + ah1)) + (((uw0 0.5) (uw1 0.25) (y-uw1 0.25) uw0))))))))))))) + ((n.n.name is h) + ((n.name is s) + ((p.name is r) + (((ah1 1) ah1)) + ((p.name is m) + (((ah1 1) ah1)) + ((n.n.n.name is i) + (((ax0 0.125) (uh1 0.875) uh1)) + ((p.name is b) + (((ah1 0.0588235) (uh1 0.941176) uh1)) + ((p.name is p) + (((uh1 1) uh1)) + ((p.name is c) + (((ah1 0.333333) (uh1 0.666667) uh1)) + (((ah1 0.8) (uh1 0.2) ah1)))))))) + ((p.name is e) + ((n.name is p) + (((y-uw0 0.5) (y-uw1 0.5) y-uw0)) + (((y-uw1 1) y-uw1))) + ((n.name is t) + ((n.n.n.name is #) + (((uw1 1) uw1)) + ((p.name is r) + ((n.n.n.name is e) + (((ah1 0.666667) (uw1 0.333333) ah1)) + (((ah1 0.25) (uw1 0.75) uw1))) + ((p.name is l) + (((ah1 0.333333) (uw1 0.666667) uw1)) + (((ah1 0.875) (uw1 0.125) ah1))))) + ((n.name is g) + ((n.n.n.name is e) + (((ah1 0.166667) (y-uw1 0.833333) y-uw1)) + (((ah1 0.6) (y-uw1 0.4) ah1))) + ((p.name is b) + ((n.n.n.name is a) + (((ah1 0.333333) + (y-uw0 0.5) + (y-uw1 0.166667) + y-uw0)) + (((ah1 1) ah1))) + ((p.name is f) + (((y-uw1 1) y-uw1)) + ((p.name is d) + (((ah1 0.692308) + (ax0 0.0769231) + (uw0 0.230769) + ah1)) + ((n.n.n.name is i) + (((ax0 0.666667) (uw0 0.333333) ax0)) + ((n.n.n.name is #) + (((ah1 1) ah1)) + ((n.n.n.name is a) + (((ah1 0.6) (ax0 0.4) ah1)) + ((p.name is k) + (((ah1 0.8) (uw1 0.2) ah1)) + ((p.name is m) + (((ah1 0.6) (ax0 0.2) (uw1 0.2) ah1)) + (((ah1 0.375) (ax0 0.125) (uw1 0.5) uw1)))))))))))))) + ((n.name is y) + (((_epsilon_ 0.933333) (uw1 0.0666667) _epsilon_)) + ((n.n.name is r) + ((n.name is h) + ((p.name is f) + (((uh1 1) uh1)) + ((n.n.n.name is #) + (((_epsilon_ 0.5) (uh1 0.5) _epsilon_)) + (((_epsilon_ 0.166667) (uh1 0.833333) uh1)))) + ((p.name is l) + ((n.n.n.name is i) + (((uw1 1) uw1)) + (((uw0 0.75) (uw1 0.25) uw0))) + ((n.name is t) + ((p.name is n) + (((uw0 0.4) (uw1 0.6) uw1)) + ((p.name is c) + (((ah1 0.666667) (uw0 0.333333) ah1)) + ((n.n.n.name is a) + (((ah1 0.333333) (uw1 0.666667) uw1)) + (((ah1 0.4) + (uw1 0.2) + (y-uw0 0.2) + (y-uw1 0.2) + ah1))))) + ((n.name is f) + (((ax0 1) ax0)) + ((n.n.n.name is i) + (((ah1 0.666667) + (uw1 0.166667) + (y-uw1 0.166667) + ah1)) + ((p.name is b) + (((ah1 0.333333) + (ax0 0.333333) + (y-uw1 0.333333) + ah1)) + ((n.name is d) + (((ah1 1) ah1)) + ((n.n.n.name is e) + (((ah1 0.8) (ax0 0.2) ah1)) + ((n.name is b) + (((ah1 0.8) (ax0 0.2) ah1)) + (((ah1 0.333333) (ax0 0.666667) ax0))))))))))) + ((n.n.name is l) + ((n.name is p) + ((n.n.n.name is i) + (((uw0 0.3) (uw1 0.5) (y-uw1 0.2) uw1)) + ((p.name is d) + (((uw1 1) uw1)) + (((ah1 0.666667) (uw1 0.333333) ah1)))) + ((n.name is h) + ((n.n.n.name is #) + (((ah1 0.75) (y-uw1 0.25) ah1)) + (((ah1 0.0833333) + (uw1 0.833333) + (y-uw1 0.0833333) + uw1))) + ((n.name is g) + ((p.name is b) + (((uw0 0.25) (y-uw1 0.75) y-uw1)) + (((ah1 0.4) (uw0 0.4) (uw1 0.2) ah1))) + ((n.name is c) + ((p.name is n) + (((ah1 0.166667) + (uw0 0.166667) + (uw1 0.666667) + uw1)) + (((ax0 0.333333) (y-uw1 0.666667) y-uw1))) + ((n.n.n.name is e) + ((n.name is b) + ((p.name is r) + (((ah1 0.333333) (uw1 0.666667) uw1)) + (((ah1 0.333333) (y-uw1 0.666667) y-uw1))) + (((ah1 0.909091) (uw1 0.0909091) ah1))) + ((n.n.n.name is i) + (((ah1 0.935484) (ax0 0.0645161) ah1)) + ((n.name is d) + (((ah1 1) ah1)) + ((p.name is r) + (((ah1 1) ah1)) + ((n.name is n) + (((ah1 0.666667) (ax0 0.333333) ah1)) + ((n.name is k) + (((ah1 0.666667) (uw1 0.333333) ah1)) + ((n.n.n.name is a) + (((ah1 0.25) (ax0 0.25) (uw1 0.5) uw1)) + (((ah1 0.4) (ax0 0.4) (uw1 0.2) ah1))))))))))))) + ((n.n.name is y) + ((n.n.n.name is #) + (((ih1 0.0714286) + (uw1 0.571429) + (y-uw1 0.357143) + uw1)) + (((ah1 0.625) + (uw1 0.125) + (y-uw0 0.125) + (y-uw1 0.125) + ah1))) + ((n.n.name is c) + ((n.name is c) + ((n.n.n.name is a) + (((ah1 0.333333) + (uw0 0.5) + (uw1 0.166667) + uw0)) + ((p.name is b) + (((uw0 0.833333) (uw1 0.166667) uw0)) + ((n.n.n.name is h) + (((uw0 0.8) (uw1 0.2) uw0)) + ((p.name is p) + (((uw0 0.75) (uw1 0.25) uw0)) + ((p.name is t) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw1 1) uw1))))))) + ((p.name is b) + ((n.name is t) + (((ah1 0.142857) (uh1 0.857143) uh1)) + (((ah1 0.666667) + (uh1 0.166667) + (uw0 0.0833333) + (uw1 0.0833333) + ah1))) + ((n.name is s) + ((n.n.n.name is o) + ((p.name is m) + (((ah1 0.5) (ax0 0.25) (uw1 0.25) ah1)) + (((ah1 0.25) (uw0 0.5) (uw1 0.25) uw0))) + ((n.n.n.name is h) + (((ah1 1) ah1)) + ((p.name is t) + (((ah1 1) ah1)) + ((n.n.n.name is a) + (((ah1 0.25) (uw0 0.75) uw0)) + (((ah1 0.857143) (uw0 0.142857) ah1)))))) + (((ah1 0.988764) (ax0 0.011236) ah1))))) + ((n.name is #) + (((uw1 1) uw1)) + ((p.name is e) + ((n.n.n.name is a) + (((y-uw0 0.666667) (y-uw1 0.333333) y-uw0)) + (((y-uw1 1) y-uw1))) + ((p.name is p) + ((n.n.name is s) + ((n.n.n.name is #) + (((ah1 0.75) (uh1 0.25) ah1)) + (((_epsilon_ 0.2) (ah1 0.2) (uh1 0.6) uh1))) + ((n.n.n.name is a) + (((ah1 0.625) (ax0 0.25) (uh1 0.125) ah1)) + ((n.n.n.name is i) + ((n.name is d) + (((ah1 0.333333) (uh1 0.666667) uh1)) + (((ah1 0.9) (uh1 0.1) ah1))) + (((ah1 0.943396) + (ax0 0.0188679) + (uh1 0.0188679) + (uw1 0.0188679) + ah1))))) + ((n.name is h) + ((n.n.n.name is e) + (((ah1 0.2) (uw1 0.8) uw1)) + ((p.name is k) + (((ah1 0.333333) (uw1 0.666667) uw1)) + (((ah1 0.857143) (uw1 0.142857) ah1)))) + ((n.name is u) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + ((n.n.name is z) + ((n.name is z) + ((n.n.n.name is e) + (((ah1 0.5) + (ax0 0.166667) + (uw0 0.166667) + (y-uw0 0.166667) + ah1)) + ((n.n.n.name is o) + (((ah1 0.25) (uw0 0.25) (uw1 0.5) uw1)) + (((ah1 0.875) (uw1 0.125) ah1)))) + ((p.name is n) + (((ah1 0.5) (uw0 0.5) ah1)) + ((n.n.n.name is y) + (((ah1 0.2) (ax0 0.8) ax0)) + ((n.n.n.name is k) + (((ah1 0.333333) (ax0 0.666667) ax0)) + (((ah1 0.925) (ax0 0.075) ah1)))))) + ((n.n.n.name is o) + ((n.n.name is s) + ((p.name is h) + (((ah1 1) ah1)) + ((n.name is s) + ((p.name is m) + (((ah1 0.333333) (uw1 0.666667) uw1)) + (((ah1 0.666667) (uw1 0.333333) ah1))) + (((ah1 0.857143) (uw1 0.142857) ah1)))) + (((ah1 0.84466) + (ax0 0.0776699) + (uw0 0.038835) + (uw1 0.038835) + ah1))) + ((n.n.n.name is i) + ((p.name is r) + ((n.name is g) + (((uw0 1) uw0)) + (((ah1 0.875) + (ax0 0.0416667) + (uw0 0.0833333) + ah1))) + (((ah1 0.898477) + (ax0 0.0406091) + (uw0 0.0304569) + (uw1 0.0304569) + ah1))) + ((n.n.n.name is a) + (((ah1 0.858209) + (ax0 0.0597015) + (uh1 0.00746269) + (uw0 0.0522388) + (uw1 0.0223881) + ah1)) + ((n.n.n.name is e) + ((n.n.name is d) + (((ah1 0.85) + (ax0 0.05) + (uh1 0.075) + (uw1 0.025) + ah1)) + ((n.name is g) + ((p.name is r) + (((ah1 0.333333) + (uw0 0.666667) + uw0)) + (((ah1 1) ah1))) + ((n.n.name is s) + ((p.name is d) + (((ax0 0.666667) + (uw1 0.333333) + ax0)) + (((ah1 0.939394) + (uw0 0.030303) + (y-uw0 0.030303) + ah1))) + (((ah1 0.972136) + (ax0 0.0185759) + (uw1 0.00619195) + (y-uw1 0.00309598) + ah1))))) + ((n.n.n.name is h) + ((n.name is d) + (((uw1 1) uw1)) + (((ah1 0.952381) + (ax0 0.047619) + ah1))) + (((ah1 0.987034) + (ax0 0.00324149) + (uh1 0.00162075) + (uw1 0.00810373) + ah1))))))))))))))))))))))))))))))) + ((n.n.name is #) + ((n.name is e) + ((p.name is g) + (((_epsilon_ 0.942308) + (y-uw0 0.0192308) + (y-uw1 0.0384615) + _epsilon_)) + ((p.p.p.name is #) + (((uw1 1) uw1)) + ((p.name is d) + (((uw1 0.777778) (w 0.111111) (y-uw1 0.111111) uw1)) + ((p.name is r) + (((uw0 0.333333) (uw1 0.666667) uw1)) + ((p.p.p.name is i) + (((uw0 0.8) (y-uw1 0.2) uw0)) + ((p.name is n) + ((p.p.p.name is v) + (((uw1 0.5) (w 0.25) (y-uw0 0.25) uw1)) + (((uw1 0.333333) (y-uw0 0.666667) y-uw0))) + ((p.name is s) + (((uw0 0.333333) (uw1 0.666667) uw1)) + ((p.p.name is g) + (((uw0 0.666667) (y-uw0 0.333333) uw0)) + ((p.p.name is c) + (((uw0 0.333333) (uw1 0.333333) (y-uw1 0.333333) uw0)) + ((p.p.name is s) + (((y-uw0 0.8) (y-uw1 0.2) y-uw0)) + ((p.name is l) + (((y-uw0 0.5) (y-uw1 0.5) y-uw0)) + ((p.name is h) + (((y-uw0 0.4) (y-uw1 0.6) y-uw1)) + ((p.p.name is e) + (((y-uw1 1) y-uw1)) + (((uw1 0.25) (w 0.5) (y-uw1 0.25) w))))))))))))))) + ((n.name is s) + ((p.p.p.name is #) + ((p.name is r) + (((ah1 1) ah1)) + ((p.name is l) + (((ah1 0.666667) (uw1 0.333333) ah1)) + (((_epsilon_ 0.142857) + (ah1 0.142857) + (ax0 0.428571) + (uw1 0.285714) + ax0)))) + ((p.name is i) + ((p.p.name is s) + (((_epsilon_ 0.142857) (ax0 0.428571) (ih0 0.428571) ax0)) + ((p.p.p.name is a) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.p.name is u) + (((ax0 0.75) (ih0 0.25) ax0)) + ((p.p.name is l) + (((ih0 1) ih0)) + ((p.p.name is n) + (((ax0 0.625) (ih0 0.375) ax0)) + ((p.p.p.name is i) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.285714) (ih0 0.714286) ih0)))))))) + ((p.name is e) + ((p.p.name is h) + (((_epsilon_ 0.5) (ax0 0.25) (y-uw1 0.25) _epsilon_)) + (((ax0 0.8) (uw1 0.2) ax0))) + ((p.name is d) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.p.name is a) + (((ax0 0.666667) (ih0 0.333333) ax0)) + (((ax0 0.285714) (ih0 0.428571) (uw1 0.285714) ih0))))) + ((p.p.name is u) + (((ax0 0.85) (uw0 0.05) (uw1 0.1) ax0)) + ((p.name is p) + (((ax0 0.909091) (uh1 0.0909091) ax0)) + ((p.p.name is a) + ((p.p.p.name is t) + (((ax0 0.75) (uw0 0.25) ax0)) + ((p.p.p.name is g) + (((ax0 0.25) (ih0 0.75) ih0)) + ((p.name is g) + (((ax0 1) ax0)) + ((p.name is r) + (((ax0 1) ax0)) + ((p.name is m) + (((ax0 0.8) (ih0 0.2) ax0)) + ((p.name is b) + (((ax0 0.333333) (ih0 0.666667) ih0)) + ((p.name is c) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.666667) (ih0 0.333333) ax0))))))))) + ((p.name is m) + ((p.p.name is s) + (((ax0 0.25) (ih0 0.5) (uw1 0.25) ih0)) + (((ax0 0.684211) (ih0 0.263158) (uw0 0.0526316) ax0))) + ((p.name is n) + (((ax0 0.933333) (y-uw0 0.0666667) ax0)) + ((p.name is l) + (((ah1 0.0625) (ax0 0.9375) ax0)) + ((p.name is t) + (((ax0 0.967742) (ih0 0.0322581) ax0)) + ((p.p.name is d) + (((ah1 0.333333) (ax0 0.666667) ax0)) + ((p.name is s) + (((ax0 1) ax0)) + ((p.name is c) + (((ax0 0.941176) (ih0 0.0588235) ax0)) + ((p.p.p.name is a) + (((ax0 0.928571) (ih0 0.0714286) ax0)) + ((p.p.p.name is l) + (((ax0 1) ax0)) + ((p.p.name is m) + (((ax0 1) ax0)) + ((p.p.name is p) + (((ax0 1) ax0)) + ((p.name is h) + (((ax0 0.2) (ih0 0.8) ih0)) + ((p.p.p.name is r) + ((p.name is b) + (((ax0 0.25) (ih0 0.75) ih0)) + (((ax0 0.75) (ih0 0.25) ax0))) + ((p.p.name is r) + ((p.name is k) + (((ih0 1) ih0)) + (((ax0 0.8) (ih0 0.2) ax0))) + ((p.p.name is e) + (((ax0 0.636364) (ih0 0.363636) ax0)) + ((p.name is r) + (((ax0 1) ax0)) + ((p.p.name is t) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ah1 0.0454545) + (ax0 0.863636) + (ih0 0.0909091) + ax0)))))))))))))))))))))))))) + ((n.name is m) + ((p.p.p.name is #) + ((p.p.name is s) + (((ah1 1) ah1)) + ((p.p.name is c) + (((ah1 1) ah1)) + ((p.name is l) + (((ah1 0.5) (ax0 0.25) (uw1 0.25) ah1)) + ((p.name is r) + (((ah1 0.666667) (ax0 0.333333) ah1)) + (((ah1 0.333333) (ax0 0.666667) ax0)))))) + ((p.name is r) + ((p.p.name is a) + (((ah1 0.666667) (ax0 0.333333) ah1)) + (((ah1 0.138889) (ax0 0.861111) ax0))) + ((p.p.p.name is p) + (((ah1 0.333333) (ax0 0.333333) (uw0 0.333333) ah1)) + (((ah1 0.017316) + (ax0 0.974026) + (uw1 0.004329) + (y-uw0 0.004329) + ax0))))) + ((p.name is f) + (((ax0 0.95098) (uh1 0.0490196) ax0)) + ((n.name is a) + ((p.name is g) + (((_epsilon_ 0.166667) (w 0.833333) w)) + ((p.name is h) + ((p.p.name is s) + (((uw0 1) uw0)) + (((uw1 0.166667) + (w 0.333333) + (y-uw0 0.166667) + (y-uw1 0.333333) + w))) + ((p.p.name is a) + (((uw1 0.333333) (y-uw0 0.666667) y-uw0)) + (((uw0 0.25) (uw1 0.625) (y-uw0 0.125) uw1))))) + ((p.name is e) + ((n.name is p) + (((ah1 1) ah1)) + ((p.p.p.name is #) + (((uw1 0.5) (y-uw1 0.5) uw1)) + ((n.name is x) + (((_epsilon_ 0.785714) (uw1 0.214286) _epsilon_)) + (((_epsilon_ 0.25) (uw0 0.5) (uw1 0.25) uw0))))) + ((p.p.p.name is #) + ((n.name is i) + (((uw1 1) uw1)) + (((_epsilon_ 0.0196078) + (ah1 0.784314) + (ax0 0.0784314) + (uw0 0.0196078) + (uw1 0.0980392) + ah1))) + ((n.name is p) + ((p.name is r) + (((ah1 0.142857) (ax0 0.857143) ax0)) + ((p.p.p.name is t) + (((ax0 1) ax0)) + ((p.name is s) + (((ax0 1) ax0)) + ((p.p.name is u) + (((ah1 0.333333) (ax0 0.666667) ax0)) + (((ah1 0.894737) (ax0 0.105263) ah1)))))) + ((n.name is y) + (((_epsilon_ 0.75) (w 0.25) _epsilon_)) + ((n.name is o) + (((uw1 0.857143) (y-uw0 0.142857) uw1)) + ((n.name is i) + (((uw1 0.833333) (w 0.166667) uw1)) + ((p.p.name is a) + ((p.p.p.name is k) + (((uh0 0.333333) (uw0 0.333333) (uw1 0.333333) uh0)) + (((ax0 0.785714) (uw1 0.214286) ax0))) + ((n.name is h) + (((ah1 0.166667) (uw0 0.666667) (uw1 0.166667) uw0)) + ((p.name is n) + ((p.p.p.name is a) + (((ah1 0.333333) (ax0 0.666667) ax0)) + (((ah0 0.125) (ah1 0.875) ah1))) + ((p.name is p) + ((n.name is t) + (((uh1 1) uh1)) + (((ah1 0.666667) (uw0 0.333333) ah1))) + ((p.p.p.name is s) + (((ah1 0.642857) + (ax0 0.142857) + (uh1 0.142857) + (uw1 0.0714286) + ah1)) + ((n.name is k) + (((ax0 0.625) + (uh1 0.1875) + (uw0 0.125) + (uw1 0.0625) + ax0)) + ((p.p.name is c) + (((ah1 0.25) (uh1 0.25) (uw0 0.5) uw0)) + ((p.name is c) + (((ah1 0.857143) (ax0 0.142857) ah1)) + ((n.name is g) + (((ah1 0.714286) + (ax0 0.142857) + (uw1 0.142857) + ah1)) + ((p.p.name is e) + (((ah1 0.428571) + (ax0 0.428571) + (y-uw1 0.142857) + ah1)) + ((p.p.p.name is a) + (((ax0 0.7) (uw0 0.1) (uw1 0.2) ax0)) + ((p.name is r) + ((n.name is n) + (((ah1 0.6) (ax0 0.4) ah1)) + (((ax0 0.571429) + (uw0 0.142857) + (uw1 0.285714) + ax0))) + ((p.p.p.name is t) + (((ax0 0.666667) (uw0 0.333333) ax0)) + ((p.p.name is r) + (((ah1 0.166667) + (ax0 0.666667) + (uw1 0.166667) + ax0)) + ((p.p.name is o) + (((ax0 1) ax0)) + ((p.name is g) + (((ah1 0.666667) (ax0 0.333333) ah1)) + ((p.p.p.name is o) + (((ax0 1) ax0)) + ((p.name is h) + (((ax0 1) ax0)) + ((p.p.name is i) + (((ax0 1) ax0)) + ((p.name is l) + (((ah1 0.166667) + (ax0 0.833333) + ax0)) + ((p.name is b) + (((ah1 0.4) (ax0 0.6) ax0)) + (((ah1 0.5) (ax0 0.5) ah1)))))))))))))))))))))))))))))))))) + ((p.p.p.name is 0) + ((n.n.name is i) + ((n.n.n.name is n) + ((n.name is n) + (((ah1 0.631579) (ax0 0.368421) ah1)) + (((y-uw1 1) y-uw1))) + ((n.n.n.name is m) + (((ah1 0.5) (ax0 0.166667) (uw0 0.0833333) (y-uw1 0.25) ah1)) + ((n.name is n) + ((n.n.n.name is q) + (((y-uw0 1) y-uw0)) + (((ah1 0.0153846) + (ax0 0.0153846) + (y-uw0 0.0461538) + (y-uw1 0.923077) + y-uw1))) + ((n.name is t) + (((y-uw0 0.333333) (y-uw1 0.666667) y-uw1)) + ((n.name is l) + (((ax0 0.25) (uw0 0.5) (y-uw0 0.25) uw0)) + (((uw1 0.5) (y-uw0 0.5) uw1))))))) + ((n.name is n) + ((n.n.name is d) + ((n.n.n.name is o) + (((ax0 1) ax0)) + ((n.n.n.name is e) + (((ah1 0.911765) (ax0 0.0882353) ah1)) + ((n.n.n.name is i) + (((ah1 0.75) (ax0 0.25) ah1)) + ((n.n.n.name is a) + (((ah1 0.666667) (ax0 0.333333) ah1)) + (((ah1 0.333333) (ax0 0.666667) ax0)))))) + ((n.n.name is a) + ((n.n.n.name is n) + (((ah1 0.571429) + (ao1 0.142857) + (y-uw0 0.142857) + (y-uw1 0.142857) + ah1)) + ((n.n.n.name is c) + (((ah1 1) ah1)) + ((n.n.n.name is p) + (((ah1 1) ah1)) + ((n.n.n.name is s) + (((ah1 1) ah1)) + ((n.n.n.name is v) + (((ah1 1) ah1)) + ((n.n.n.name is l) + (((ah1 0.25) (ax0 0.75) ax0)) + ((n.n.n.name is m) + (((ah1 0.25) (ax0 0.75) ax0)) + (((ah1 0.636364) (ax0 0.318182) (uw1 0.0454545) ah1))))))))) + ((n.n.n.name is a) + ((n.n.name is g) + (((ah1 0.333333) (ax0 0.333333) (uw0 0.333333) ah1)) + (((ah1 0.0933333) (ax0 0.906667) ax0))) + ((n.n.n.name is s) + (((ax0 0.666667) (uw1 0.166667) (y-uw0 0.166667) ax0)) + ((n.n.n.name is i) + ((n.n.name is m) + (((ah1 0.5) (ax0 0.5) ah1)) + (((ah1 0.0294118) (ao1 0.0882353) (ax0 0.882353) ax0))) + ((n.n.n.name is e) + ((n.n.name is g) + (((ah0 0.333333) (ah1 0.333333) (ax0 0.333333) ah0)) + ((n.n.name is b) + (((ah1 0.666667) (ax0 0.333333) ah1)) + ((n.n.name is r) + (((ah1 0.428571) (ao1 0.0285714) (ax0 0.542857) ax0)) + ((n.n.name is t) + (((ah1 0.5) (ao1 0.166667) (ax0 0.333333) ah1)) + ((n.n.name is v) + (((ao1 0.166667) (ax0 0.833333) ax0)) + ((n.n.name is s) + (((ah1 0.133333) (ao1 0.0666667) (ax0 0.8) ax0)) + ((n.n.name is h) + (((ax0 1) ax0)) + ((n.n.name is l) + (((ax0 1) ax0)) + ((n.n.name is n) + (((ax0 1) ax0)) + ((n.n.name is f) + (((ax0 1) ax0)) + ((n.n.name is m) + (((ax0 1) ax0)) + ((n.n.name is c) + (((ah1 0.2) (ax0 0.8) ax0)) + (((ah1 0.5) (ax0 0.5) ah1)))))))))))))) + ((n.n.name is c) + ((n.n.n.name is h) + (((ax0 1) ax0)) + ((n.n.n.name is l) + (((ah1 0.285714) (ax0 0.714286) ax0)) + (((ah1 0.615385) (ax0 0.384615) ah1)))) + ((n.n.name is e) + ((n.n.n.name is x) + (((ah1 0.777778) (ax0 0.222222) ah1)) + ((n.n.n.name is n) + (((ah1 0.5) (ax0 0.5) ah1)) + ((n.n.n.name is q) + (((ah1 0.5) (ax0 0.5) ah1)) + (((ah1 0.25) (ax0 0.666667) (uh0 0.0833333) ax0))))) + ((n.n.n.name is b) + (((ah1 1) ah1)) + ((n.n.name is q) + (((ah1 0.25) (ax0 0.5) (uh0 0.25) ax0)) + ((n.n.n.name is c) + (((ax0 0.857143) (y-uw1 0.142857) ax0)) + ((n.n.n.name is l) + (((ax0 1) ax0)) + ((n.n.name is p) + ((n.n.n.name is u) + (((ax0 1) ax0)) + (((ah1 0.5) (ax0 0.5) ah1))) + ((n.n.n.name is u) + ((n.n.name is b) + (((ax0 1) ax0)) + ((n.n.name is r) + (((ah1 0.666667) (ax0 0.333333) ah1)) + (((ah1 0.322581) (ax0 0.677419) ax0)))) + ((n.n.n.name is h) + (((ax0 1) ax0)) + ((n.n.name is l) + (((ax0 1) ax0)) + ((n.n.n.name is t) + (((ax0 1) ax0)) + ((n.n.n.name is r) + (((ah1 0.0625) (ax0 0.9375) ax0)) + ((n.n.name is k) + (((ax0 1) ax0)) + ((n.n.n.name is o) + (((ah1 0.210526) (ax0 0.789474) ax0)) + ((n.n.name is s) + (((ah1 0.181818) (ax0 0.818182) ax0)) + (((ah1 0.428571) + (ax0 0.428571) + (y-uw1 0.142857) + ah1))))))))))))))))))))))) + ((n.name is p) + ((n.n.name is h) + (((ah1 0.2) (ax0 0.8) ax0)) + ((n.n.name is l) + (((ah1 0.75) (uw1 0.25) ah1)) + ((n.n.name is d) + ((n.n.n.name is a) + (((ax0 1) ax0)) + (((ah1 0.8) (uw0 0.2) ah1))) + ((n.n.name is p) + (((ah1 1) ah1)) + ((n.n.name is g) + (((ah1 0.25) (ax0 0.75) ax0)) + ((n.n.name is r) + ((n.n.n.name is i) + (((ah1 0.6) (ax0 0.4) ah1)) + (((ah1 0.25) (ax0 0.75) ax0))) + ((n.n.n.name is o) + (((ah1 1) ah1)) + ((n.n.n.name is h) + (((ah1 1) ah1)) + ((n.n.name is t) + (((ah1 0.571429) (ax0 0.428571) ah1)) + ((n.n.n.name is a) + (((ah1 1) ah1)) + ((n.n.n.name is i) + (((ah1 1) ah1)) + ((n.n.name is s) + ((n.n.n.name is e) + (((ah1 0.4) (ax0 0.6) ax0)) + (((ah1 0.666667) (ax0 0.333333) ah1))) + (((ah1 0.714286) (ax0 0.285714) ah1)))))))))))))) + ((n.n.name is e) + ((n.name is y) + (((_epsilon_ 0.666667) (uw0 0.333333) _epsilon_)) + ((n.name is d) + (((ah1 0.25) (ax0 0.25) (uw1 0.5) uw1)) + ((n.name is s) + (((y-uw0 0.0666667) (y-uw1 0.933333) y-uw1)) + ((n.name is t) + (((y-uw0 0.25) (y-uw1 0.75) y-uw1)) + (((ax0 0.4) (uw1 0.2) (y-uw1 0.4) ax0)))))) + ((n.n.name is a) + ((n.name is g) + (((uw0 0.5) (y-uw0 0.25) (y-uw1 0.25) uw0)) + ((n.n.n.name is n) + (((ax0 0.333333) (uw0 0.333333) (y-uw1 0.333333) ax0)) + (((ax0 0.0909091) + (uw1 0.0909091) + (y-uw1 0.818182) + y-uw1)))) + ((n.n.name is u) + (((y-uw0 0.111111) (y-uw1 0.888889) y-uw1)) + ((n.name is e) + (((uh1 0.454545) + (uw0 0.0909091) + (uw1 0.0909091) + (w 0.181818) + (y-uw1 0.181818) + uh1)) + ((n.name is h) + ((n.n.name is r) + (((uh1 1) uh1)) + (((ah1 0.2) (uw1 0.8) uw1))) + ((n.name is m) + (((ah1 0.84) (ax0 0.16) ah1)) + ((n.name is l) + (((ah1 0.883721) + (ax0 0.0232558) + (uh1 0.0232558) + (uw0 0.0232558) + (uw1 0.0465116) + ah1)) + ((n.n.name is r) + ((n.name is k) + (((y-uw0 1) y-uw0)) + (((ah1 0.4) (y-uw1 0.6) y-uw1))) + ((n.n.n.name is p) + (((y-uw0 1) y-uw0)) + ((n.name is t) + (((ah1 0.888889) + (uw0 0.0555556) + (uw1 0.0555556) + ah1)) + ((n.n.name is l) + (((ah1 1) ah1)) + ((n.n.name is h) + (((ah1 0.8) (uw0 0.2) ah1)) + ((n.n.n.name is l) + (((ah1 0.5) (uw0 0.25) (y-uw1 0.25) ah1)) + ((n.name is z) + (((uw0 0.333333) (uw1 0.666667) uw1)) + ((n.name is d) + (((ah1 0.25) (uw1 0.5) (y-uw1 0.25) uw1)) + ((n.n.n.name is e) + (((ah1 0.75) (uw1 0.25) ah1)) + (((ah1 0.333333) (uw1 0.666667) uw1))))))))))))))))))))) + ((n.n.name is a) + ((n.name is l) + ((n.n.n.name is #) + ((p.name is c) + (((y-ax0 0.5) (y-uw0 0.5) y-ax0)) + ((p.p.p.name is a) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((ax0 0.0952381) (uw1 0.714286) (y-ax0 0.190476) uw1)))) + ((p.name is s) + (((ax0 1) ax0)) + ((p.name is t) + (((ax0 0.888889) (uw0 0.111111) ax0)) + ((p.name is d) + (((ax0 0.7) (uw0 0.1) (uw1 0.1) (y-uw0 0.1) ax0)) + ((p.p.p.name is e) + (((ax0 0.75) (uw0 0.25) ax0)) + ((p.name is r) + (((ax0 0.666667) (uw0 0.333333) ax0)) + ((p.p.p.name is #) + ((n.n.n.name is t) + (((y-ax0 1) y-ax0)) + (((_epsilon_ 0.25) + (uw1 0.25) + (y-uw0 0.25) + (y-uw1 0.25) + _epsilon_))) + ((p.p.name is s) + (((ax0 0.166667) (y-ax0 0.5) (y-uw0 0.333333) y-ax0)) + ((p.p.p.name is m) + (((uw1 0.333333) + (y-ax0 0.333333) + (y-uw0 0.333333) + uw1)) + (((uw0 0.00540541) + (uw1 0.00540541) + (y-ax0 0.967568) + (y-uw0 0.0216216) + y-ax0))))))))))) + ((n.n.n.name is t) + ((p.name is d) + (((ax0 0.9) (uh0 0.1) ax0)) + ((p.p.name is r) + (((ax0 0.75) (uw0 0.125) (y-uw0 0.125) ax0)) + ((n.name is m) + ((p.p.p.name is r) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((uh0 0.25) (uw0 0.25) (uw1 0.25) (y-uw0 0.25) uh0))) + ((p.p.name is b) + (((ax0 0.666667) (uw0 0.333333) ax0)) + ((p.p.name is c) + (((y-ax0 0.75) (y-uw1 0.25) y-ax0)) + ((p.name is p) + (((y-ax0 0.777778) + (y-uw0 0.111111) + (y-uw1 0.111111) + y-ax0)) + ((p.p.p.name is i) + (((y-ax0 0.5) (y-uw0 0.5) y-ax0)) + (((uw1 0.666667) (y-uw0 0.333333) uw1))))))))) + ((n.n.n.name is #) + ((p.name is g) + (((uw1 0.6) (w 0.4) uw1)) + ((p.name is k) + (((uw1 0.5) (y-uw1 0.5) uw1)) + ((p.name is b) + (((uw1 0.333333) (y-uw1 0.666667) y-uw1)) + (((uw0 0.04) + (uw1 0.92) + (y-ax0 0.0133333) + (y-uw1 0.0266667) + uw1))))) + ((p.p.p.name is #) + ((n.n.n.name is d) + (((uw0 0.7) (uw1 0.2) (y-uw0 0.1) uw0)) + ((p.name is e) + ((p.p.name is n) + (((uw1 1) uw1)) + (((uw1 0.25) (y-uw1 0.75) y-uw1))) + ((n.name is b) + (((ah1 0.6) (uw1 0.4) ah1)) + ((n.n.n.name is r) + ((p.p.name is s) + (((ah1 0.25) (uw1 0.75) uw1)) + (((ah1 0.25) (uw0 0.5) (w 0.25) uw0))) + ((n.n.n.name is n) + (((uw1 1) uw1)) + ((p.p.name is t) + (((ah1 0.333333) (uw0 0.666667) uw0)) + ((p.p.name is p) + (((uw1 1) uw1)) + ((n.n.n.name is k) + (((uw1 1) uw1)) + ((n.name is g) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw0 0.333333) (uw1 0.6) (y-uw1 0.0666667) uw1))))))))))) + ((p.name is n) + (((ax0 0.111111) + (uw0 0.111111) + (w 0.111111) + (y-ax0 0.666667) + y-ax0)) + ((p.p.p.name is r) + ((n.n.n.name is l) + (((ih0 0.166667) (y-uw1 0.833333) y-uw1)) + (((uw1 0.2) (y-ax0 0.6) (y-uw1 0.2) y-ax0))) + ((p.p.p.name is i) + ((p.p.name is s) + (((y-uw0 0.666667) (y-uw1 0.333333) y-uw0)) + (((y-uw0 0.333333) (y-uw1 0.666667) y-uw1))) + ((p.name is c) + ((p.p.name is c) + (((y-ax0 0.666667) (y-uw0 0.333333) y-ax0)) + (((y-uw0 0.5) (y-uw1 0.5) y-uw0))) + ((p.p.p.name is d) + (((uw0 0.2) (y-ax0 0.4) (y-uw1 0.4) y-ax0)) + ((p.p.p.name is s) + (((ah1 0.111111) + (uw1 0.777778) + (y-ax0 0.111111) + uw1)) + ((p.name is l) + (((uw1 1) uw1)) + ((p.p.p.name is o) + ((p.p.name is m) + (((y-uw0 0.666667) (y-uw1 0.333333) y-uw0)) + (((ax0 0.333333) (uw1 0.666667) uw1))) + ((p.name is k) + ((n.name is n) + (((uw0 1) uw0)) + ((n.name is m) + (((uw0 1) uw0)) + (((uw1 0.333333) (y-uw0 0.666667) y-uw0)))) + ((n.n.n.name is n) + ((p.p.p.name is a) + (((_epsilon_ 0.25) (ax0 0.25) (uw0 0.5) uw0)) + ((n.name is m) + (((uw0 0.666667) (y-uw1 0.333333) uw0)) + (((uw0 0.333333) (uw1 0.666667) uw1)))) + ((n.name is s) + (((uw1 1) uw1)) + ((p.name is s) + (((uw0 0.25) (uw1 0.75) uw1)) + ((p.p.name is a) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((uw0 0.8) (uw1 0.2) uw0))))))))))))))))))) + ((p.p.p.name is #) + ((n.n.name is e) + ((p.p.name is a) + ((n.name is s) + (((y-uw1 1) y-uw1)) + ((p.name is c) + (((y-uw1 1) y-uw1)) + (((uw0 0.333333) (y-ax0 0.666667) y-ax0)))) + ((p.name is e) + ((p.p.name is n) + (((uw1 1) uw1)) + ((n.n.n.name is r) + (((_epsilon_ 0.642857) + (ax0 0.0714286) + (uw0 0.0714286) + (uw1 0.214286) + _epsilon_)) + ((n.n.n.name is l) + (((_epsilon_ 0.75) (y-uw0 0.25) _epsilon_)) + ((p.p.name is r) + (((uw1 0.75) (y-uw1 0.25) uw1)) + ((n.n.n.name is #) + (((uw1 0.25) (y-uw1 0.75) y-uw1)) + (((uw0 0.4) (y-uw0 0.2) (y-uw1 0.4) uw0))))))) + ((n.n.n.name is #) + (((uw1 0.975) (y-uw0 0.025) uw1)) + ((p.p.name is e) + ((n.name is d) + (((uw1 1) uw1)) + ((n.n.n.name is r) (((uw1 1) uw1)) (((y-uw0 1) y-uw0)))) + ((n.name is s) + (((_epsilon_ 0.166667) + (ah1 0.333333) + (uw1 0.333333) + (y-uw1 0.166667) + ah1)) + ((n.n.n.name is t) + (((ah1 0.125) (uw0 0.75) (uw1 0.125) uw0)) + ((n.n.n.name is a) + (((ax0 0.666667) (uw0 0.333333) ax0)) + ((n.n.n.name is l) + ((n.name is n) + (((ah1 0.2) (ax0 0.2) (uw0 0.4) (uw1 0.2) uw0)) + (((ah1 0.2) (ax0 0.2) (uw1 0.6) uw1))) + ((n.n.n.name is n) + ((p.p.name is b) + (((ah1 0.5) (uw1 0.5) ah1)) + ((p.name is r) + (((ah1 0.222222) + (uw0 0.111111) + (uw1 0.666667) + uw1)) + ((p.p.name is s) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((uw0 0.333333) + (uw1 0.333333) + (y-ax0 0.333333) + uw0))))) + ((n.n.n.name is s) + (((uw1 1) uw1)) + ((n.n.n.name is r) + (((uw0 0.0833333) (uw1 0.916667) uw1)) + ((n.n.n.name is y) + (((ah1 0.2) (uw1 0.8) uw1)) + ((p.p.name is g) + (((ah1 0.333333) + (uw0 0.333333) + (uw1 0.333333) + ah1)) + ((p.name is t) + (((uw1 1) uw1)) + ((p.name is r) + (((uw0 0.25) (uw1 0.75) uw1)) + (((uw0 0.666667) (uw1 0.333333) uw0))))))))))))))))) + ((p.name is e) + ((p.p.name is n) + (((_epsilon_ 0.08) (uw0 0.12) (uw1 0.8) uw1)) + ((n.n.n.name is #) + ((n.name is s) + (((uw1 1) uw1)) + ((n.name is e) + (((uw1 0.333333) (y-uw1 0.666667) y-uw1)) + (((uw1 0.6) (y-uw1 0.4) uw1)))) + ((n.name is n) + ((n.n.n.name is t) + (((uw0 1) uw0)) + (((_epsilon_ 0.166667) (uw1 0.833333) uw1))) + ((p.p.name is d) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) (uw0 0.666667) uw0)) + (((_epsilon_ 1) _epsilon_))) + ((p.p.name is t) + (((_epsilon_ 0.75) (uw0 0.25) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.375) (uw1 0.625) uw1)) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is f) + ((n.name is e) + (((_epsilon_ 0.333333) (y-uw1 0.666667) y-uw1)) + (((_epsilon_ 0.75) (y-uw1 0.25) _epsilon_))) + ((p.p.name is h) + (((_epsilon_ 0.5) (y-uw1 0.5) _epsilon_)) + ((p.p.name is b) + (((_epsilon_ 0.5) + (uw1 0.25) + (y-uw1 0.25) + _epsilon_)) + (((uw1 1) uw1)))))))))))) + ((n.name is e) + ((n.n.n.name is #) + (((ah1 0.0555556) (uw1 0.944444) uw1)) + ((n.n.n.name is o) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + ((p.p.name is g) + ((n.n.name is n) + (((uh1 1) uh1)) + (((uh1 0.333333) (uw1 0.666667) uw1))) + ((p.p.name is p) + (((uh1 0.333333) (uw0 0.333333) (uw1 0.333333) uh1)) + ((p.p.name is k) + (((uh1 0.6) (uw1 0.4) uh1)) + (((uh1 0.122449) (uw1 0.877551) uw1))))))) + ((n.name is i) + ((p.p.name is a) + (((_epsilon_ 0.125) + (uw0 0.125) + (w 0.625) + (y-uw1 0.125) + w)) + ((n.n.name is c) + (((uh1 0.25) (uw1 0.75) uw1)) + ((n.n.n.name is i) + ((p.p.name is f) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((_epsilon_ 0.25) (uw1 0.75) uw1))) + ((p.name is r) + (((uw0 0.0384615) (uw1 0.961538) uw1)) + ((p.name is l) + (((uw1 1) uw1)) + (((_epsilon_ 0.25) + (uw0 0.25) + (uw1 0.25) + (y-uw0 0.25) + _epsilon_))))))) + ((n.n.name is i) + ((p.p.name is a) + ((p.name is l) + (((uw0 0.25) (uw1 0.75) uw1)) + (((y-uw1 1) y-uw1))) + ((n.n.n.name is e) + (((ah1 0.714286) (uw1 0.285714) ah1)) + ((n.n.n.name is n) + ((p.name is h) + (((uw1 1) uw1)) + ((p.p.name is p) + (((ax0 0.666667) (uw1 0.333333) ax0)) + (((ax0 0.4) (uw1 0.6) uw1)))) + ((p.p.name is e) + (((ax0 0.4) (uw1 0.6) uw1)) + ((p.p.name is t) + (((ah1 0.2) (uw0 0.4) (uw1 0.4) uw0)) + (((ah1 0.0789474) + (uw0 0.0526316) + (uw1 0.868421) + uw1))))))) + ((n.name is a) + ((p.p.name is s) + (((uw1 1) uw1)) + ((n.n.name is n) + (((_epsilon_ 0.2) (uw1 0.4) (w 0.4) uw1)) + (((ax0 0.1) (uw1 0.1) (w 0.8) w)))) + ((n.n.name is o) + ((n.name is t) + ((p.p.name is p) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((ah1 0.333333) (uw0 0.333333) (uw1 0.333333) ah1))) + ((p.p.name is t) + (((ah1 0.333333) (uw0 0.333333) (uw1 0.333333) ah1)) + (((ax0 0.047619) + (uw0 0.047619) + (uw1 0.809524) + (y-uw1 0.0952381) + uw1)))) + ((n.name is o) + (((_epsilon_ 0.846154) + (uw0 0.0769231) + (uw1 0.0769231) + _epsilon_)) + ((n.name is #) + (((uw0 0.285714) + (uw1 0.642857) + (y-uw1 0.0714286) + uw1)) + ((n.n.name is u) + ((p.p.name is u) + (((ax0 0.5) (y-uw1 0.5) ax0)) + ((p.name is r) + (((ah1 0.666667) (uw1 0.333333) ah1)) + ((p.name is s) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((uw0 0.25) (uw1 0.25) (y-uw0 0.5) y-uw0))))) + ((p.name is i) + (((uw1 1) uw1)) + ((n.n.name is y) + ((n.name is d) + (((ah1 0.5) (uw1 0.5) ah1)) + (((uw1 0.833333) (y-uw0 0.166667) uw1))) + ((n.n.name is h) + ((n.name is t) + ((n.n.n.name is #) + (((uw1 1) uw1)) + ((p.p.name is t) + (((uw1 1) uw1)) + (((ah1 1) ah1)))) + (((ah1 0.918367) + (ax0 0.0408163) + (uw0 0.0204082) + (uw1 0.0204082) + ah1))) + ((n.name is s) + ((p.name is r) + ((n.n.n.name is o) + (((ah1 0.4) (ax0 0.2) (uw1 0.4) ah1)) + ((n.n.name is z) + (((ah1 0.4) (ax0 0.6) ax0)) + (((ah1 0.911111) (ax0 0.0888889) ah1)))) + (((ah1 0.842105) + (ao1 0.0526316) + (uh0 0.0526316) + (y-uw0 0.0526316) + ah1))) + ((p.p.name is i) + (((ax0 0.666667) (y-uw0 0.333333) ax0)) + ((n.name is y) + (((_epsilon_ 0.666667) + (uw1 0.333333) + _epsilon_)) + ((n.name is h) + ((p.p.name is s) + (((_epsilon_ 0.333333) (uw1 0.666667) uw1)) + (((ah1 0.833333) (uw1 0.166667) ah1))) + ((p.p.name is a) + ((p.name is m) + (((ah1 0.333333) (ax0 0.666667) ax0)) + (((ah1 0.909091) (ax0 0.0909091) ah1))) + ((n.n.n.name is o) + ((p.p.name is s) + (((ah1 1) ah1)) + ((n.name is m) + (((ah1 1) ah1)) + ((n.name is n) + (((ah1 1) ah1)) + ((p.name is l) + (((ah1 1) ah1)) + (((ah1 0.428571) (uw1 0.571429) uw1)))))) + (((_epsilon_ 0.00165017) + (ah1 0.976898) + (ax0 0.00825083) + (uh1 0.0049505) + (uw0 0.00165017) + (uw1 0.00660066) + ah1))))))))))))))))))))) + ((p.name is g) + ((n.name is e) + ((p.p.name is r) + (((_epsilon_ 0.6) (y-uw0 0.4) _epsilon_)) + ((n.n.name is t) + (((_epsilon_ 0.4) (ax0 0.4) (w 0.2) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.972222) (w 0.0277778) _epsilon_)) + ((n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.4) (ax0 0.6) ax0)))))))) + ((n.name is i) + ((n.n.n.name is h) + (((ax0 0.0666667) (w 0.933333) w)) + ((p.p.p.name is b) + (((_epsilon_ 0.333333) (y-uw1 0.666667) y-uw1)) + ((n.n.n.name is g) + (((_epsilon_ 0.8) (y-uw0 0.2) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is c) + (((_epsilon_ 0.833333) (w 0.166667) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.75) (w 0.25) _epsilon_)) + ((p.p.p.name is i) + (((w 1) w)) + ((p.p.name is a) + (((w 1) w)) + ((p.p.name is r) + (((w 1) w)) + ((n.n.n.name is #) + (((_epsilon_ 0.142857) (w 0.857143) w)) + ((p.p.p.name is a) + (((_epsilon_ 0.5) (w 0.5) _epsilon_)) + (((_epsilon_ 0.333333) (w 0.666667) w))))))))))))) + ((n.name is a) + ((n.n.n.name is d) + (((_epsilon_ 0.9) (w 0.1) _epsilon_)) + ((n.n.n.name is #) + ((p.p.name is a) + (((w 1) w)) + ((n.n.name is l) + (((_epsilon_ 0.333333) (w 0.666667) w)) + (((_epsilon_ 0.75) (w 0.25) _epsilon_)))) + (((w 0.777778) (y-uw0 0.222222) w)))) + ((n.n.name is e) + ((n.name is m) + (((y-ax0 0.8) (y-uw1 0.2) y-ax0)) + (((_epsilon_ 0.666667) (y-uw0 0.333333) _epsilon_))) + ((n.name is o) + ((p.p.p.name is b) + (((y-ax0 0.333333) (y-uw0 0.666667) y-uw0)) + (((_epsilon_ 0.666667) (y-uw0 0.333333) _epsilon_))) + ((n.n.name is h) + (((uw0 0.125) (uw1 0.875) uw1)) + ((p.p.name is e) + (((uh1 0.333333) (uw0 0.333333) (y-uw1 0.333333) uh1)) + ((n.n.name is f) + (((ah1 1) ah1)) + ((n.name is s) + ((p.p.p.name is i) + (((ah1 1) ah1)) + ((n.n.n.name is i) + (((ax0 0.666667) (uw0 0.333333) ax0)) + ((p.p.p.name is a) + (((ah1 0.571429) (ax0 0.428571) ah1)) + (((ah1 0.25) (ax0 0.75) ax0))))) + ((n.name is n) + ((n.n.name is d) + (((ah1 0.4) (ax0 0.6) ax0)) + (((ah1 0.75) (ax0 0.25) ah1))) + ((n.name is l) + (((ah1 0.2) (ax0 0.4) (uw0 0.2) (uw1 0.2) ax0)) + ((n.name is c) + (((ah1 0.666667) (uw1 0.333333) ah1)) + (((uw1 0.6) (y-uw1 0.4) uw1)))))))))))))) + ((n.n.name is i) + ((p.name is l) + (((ax0 0.0140845) (uw1 0.985915) uw1)) + ((p.p.name is m) + ((n.n.n.name is z) + (((y-ax0 0.571429) (y-uw0 0.428571) y-ax0)) + ((n.n.n.name is s) + (((y-ax0 0.75) (y-uw0 0.25) y-ax0)) + (((y-ax0 0.0454545) (y-uw1 0.954545) y-uw1)))) + ((p.name is c) + ((n.name is p) + (((y-ax0 1) y-ax0)) + ((n.name is s) + (((ax0 0.25) (uw1 0.5) (y-uw1 0.25) uw1)) + ((n.n.n.name is o) + (((y-uw1 1) y-uw1)) + ((p.p.p.name is p) + (((y-uw1 1) y-uw1)) + ((p.p.name is e) + ((p.p.p.name is x) + (((y-ax0 0.666667) (y-uw1 0.333333) y-ax0)) + (((y-uw1 1) y-uw1))) + (((y-ax0 0.6) (y-uw1 0.4) y-ax0))))))) + ((p.name is f) + (((y-uw0 0.047619) (y-uw1 0.952381) y-uw1)) + ((p.name is b) + ((n.n.n.name is n) + ((n.name is s) + (((ih1 1) ih1)) + (((y-ax0 0.4) (y-uw0 0.4) (y-uw1 0.2) y-ax0))) + ((n.n.n.name is o) + (((y-uw1 1) y-uw1)) + (((uw1 0.333333) + (y-uw0 0.333333) + (y-uw1 0.333333) + uw1)))) + ((p.name is p) + ((n.n.n.name is s) + (((ah1 0.333333) (y-ax0 0.666667) y-ax0)) + (((uw1 0.125) (y-ax0 0.125) (y-uw1 0.75) y-uw1))) + ((n.n.n.name is c) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((n.name is d) + (((uw1 1) uw1)) + ((p.p.p.name is a) + (((uw0 0.333333) (y-uw1 0.666667) y-uw1)) + ((p.p.p.name is m) + (((uw1 0.333333) (y-uw1 0.666667) y-uw1)) + (((_epsilon_ 0.333333) + (uw1 0.333333) + (y-uh1 0.333333) + _epsilon_)))))) + ((n.name is h) + (((uw0 1) uw0)) + ((p.p.p.name is h) + ((n.n.n.name is n) + (((uh0 0.25) (uw0 0.5) (y-uw1 0.25) uw0)) + (((ah1 0.5) (uw1 0.5) ah1))) + ((n.n.n.name is l) + (((y-ax0 0.333333) (y-uw1 0.666667) y-uw1)) + ((p.p.name is i) + ((p.name is s) + (((y-uw1 1) y-uw1)) + (((uw1 0.875) + (y-ax0 0.0833333) + (y-uw1 0.0416667) + uw1))) + ((p.p.name is o) + (((uw0 0.1) (uw1 0.6) (y-uw1 0.3) uw1)) + ((p.p.name is a) + ((p.p.p.name is l) + (((ax0 0.333333) + (uw0 0.333333) + (uw1 0.333333) + ax0)) + ((p.name is k) + (((ah1 0.333333) + (uw1 0.333333) + (y-uw0 0.333333) + ah1)) + (((ah1 0.125) (uw1 0.875) uw1)))) + ((p.p.p.name is a) + (((uw0 0.0909091) + (uw1 0.727273) + (y-uw0 0.0909091) + (y-uw1 0.0909091) + uw1)) + ((p.name is r) + ((n.name is s) + (((uw1 1) uw1)) + ((p.p.name is c) + (((uw1 1) uw1)) + ((n.name is v) + (((uw1 1) uw1)) + ((n.n.n.name is n) + (((uw0 0.285714) (uw1 0.714286) uw1)) + (((uw0 0.666667) (uw1 0.333333) uw0)))))) + (((ax0 0.0612245) + (uw0 0.0408163) + (uw1 0.897959) + uw1))))))))))))))))) + ((n.n.name is e) + ((p.name is e) + ((p.p.name is n) + (((uw0 0.111111) (uw1 0.888889) uw1)) + ((p.p.p.name is l) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.818182) + (uw1 0.136364) + (y-uw1 0.0454545) + _epsilon_)))) + ((n.name is d) + (((uw0 0.046875) + (uw1 0.921875) + (y-ax0 0.015625) + (y-uw1 0.015625) + uw1)) + ((p.name is d) + ((n.name is l) + (((ax0 0.1) (uh0 0.2) (uw0 0.7) uw0)) + (((uw0 0.0263158) (uw1 0.973684) uw1))) + ((p.name is t) + ((n.name is t) + ((p.p.name is i) + (((uw0 0.0714286) (uw1 0.928571) uw1)) + (((uw0 0.5) (uw1 0.5) uw0))) + ((n.n.n.name is #) + (((ax0 0.2) (uw0 0.2) (uw1 0.6) uw1)) + ((p.p.p.name is a) + (((ah1 0.25) (ax0 0.25) (uw1 0.5) uw1)) + ((n.name is n) + (((ax0 1) ax0)) + ((n.n.n.name is s) + (((ax0 0.8) (uw1 0.2) ax0)) + (((ax0 0.25) (uw1 0.75) uw1))))))) + ((n.n.n.name is n) + ((p.name is r) + (((ax0 0.714286) (uw0 0.285714) ax0)) + ((p.name is c) + (((y-ax0 0.916667) (y-uw0 0.0833333) y-ax0)) + ((n.name is s) + (((uw0 0.5) (y-uw1 0.5) uw0)) + ((p.name is n) + (((ah1 0.333333) (y-ax0 0.666667) y-ax0)) + (((uw1 0.833333) (y-ax0 0.166667) uw1)))))) + ((p.name is b) + ((p.p.name is e) + (((_epsilon_ 0.2) (y-uw1 0.8) y-uw1)) + ((n.n.n.name is d) + (((y-ax0 0.4) (y-uw0 0.6) y-uw0)) + ((p.p.p.name is r) + (((y-uw0 0.636364) (y-uw1 0.363636) y-uw0)) + ((n.name is l) + (((y-uw0 0.666667) (y-uw1 0.333333) y-uw0)) + (((ah1 0.333333) (y-uw1 0.666667) y-uw1)))))) + ((p.name is l) + ((n.name is t) + (((uw0 0.0625) (uw1 0.9375) uw1)) + ((n.n.n.name is #) + ((p.p.p.name is d) + (((ah1 0.333333) + (uw1 0.333333) + (y-uw0 0.333333) + ah1)) + (((uw1 1) uw1))) + (((ax0 0.166667) + (uw1 0.166667) + (y-ax0 0.166667) + (y-uw0 0.5) + y-uw0)))) + ((n.name is m) + ((p.p.p.name is e) + (((y-uw1 1) y-uw1)) + (((uw0 0.125) (uw1 0.875) uw1))) + ((p.name is r) + ((n.n.n.name is s) + (((ax0 1) ax0)) + ((n.name is s) + ((n.n.n.name is #) + (((uw1 0.666667) (y-uw1 0.333333) uw1)) + (((uw1 0.333333) (y-uw1 0.666667) y-uw1))) + ((p.p.p.name is s) + (((uw1 1) uw1)) + ((n.n.n.name is #) + (((uw0 0.166667) (uw1 0.833333) uw1)) + ((p.p.p.name is e) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((ax0 1) ax0))))))) + ((p.name is h) + ((p.p.p.name is e) + (((y-uw1 1) y-uw1)) + ((n.name is l) + (((uw0 0.333333) + (uw1 0.333333) + (y-uw0 0.333333) + uw0)) + (((uw1 1) uw1)))) + ((p.name is n) + (((ax0 0.75) (uw0 0.125) (y-uw0 0.125) ax0)) + ((n.name is t) + (((uw0 0.0238095) + (y-ax0 0.0238095) + (y-uw0 0.0238095) + (y-uw1 0.928571) + y-uw1)) + ((n.name is s) + ((p.p.name is a) + (((uw1 0.75) (y-uw1 0.25) uw1)) + ((p.p.p.name is f) + (((ax0 1) ax0)) + ((n.n.n.name is s) + ((p.name is f) + (((y-uw1 1) y-uw1)) + ((p.name is c) + (((ax0 0.2) + (y-uw0 0.2) + (y-uw1 0.6) + y-uw1)) + (((ax0 0.6) (y-uw1 0.4) ax0)))) + (((uw0 0.0357143) + (y-uw0 0.0357143) + (y-uw1 0.928571) + y-uw1))))) + ((p.name is s) + (((ax0 0.333333) + (uh1 0.166667) + (uw0 0.166667) + (uw1 0.333333) + ax0)) + ((p.p.p.name is i) + (((y-uw0 0.857143) (y-uw1 0.142857) y-uw0)) + ((n.name is l) + (((ax0 0.1) + (uw1 0.1) + (y-ax0 0.1) + (y-uw1 0.7) + y-uw1)) + ((n.name is p) + (((uw0 0.333333) (uw1 0.666667) uw1)) + ((n.name is n) + (((y-uw0 0.125) (y-uw1 0.875) y-uw1)) + ((p.name is f) + ((p.p.name is e) + (((y-uh0 0.25) + (y-uw0 0.5) + (y-uw1 0.25) + y-uw0)) + (((y-uw1 1) y-uw1))) + (((_epsilon_ 0.2) + (uw0 0.2) + (uw1 0.2) + (y-uw0 0.4) + y-uw0))))))))))))))))))))) + ((n.name is #) + ((p.name is c) + (((uw0 0.2) (uw1 0.2) (y-uw0 0.2) (y-uw1 0.4) y-uw1)) + ((p.p.name is h) + (((_epsilon_ 0.142857) + (uw1 0.714286) + (y-uw0 0.142857) + uw1)) + ((p.p.p.name is v) + (((uw0 0.333333) (y-uw0 0.666667) y-uw0)) + ((p.name is e) + ((p.p.name is i) + (((uh1 0.111111) (uw0 0.111111) (uw1 0.777778) uw1)) + ((p.p.p.name is l) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw0 0.4) (uw1 0.6) uw1)))) + ((p.p.p.name is m) + (((uw0 0.8) (y-uw0 0.2) uw0)) + ((p.name is k) + ((p.p.name is a) + (((uw0 0.166667) (uw1 0.833333) uw1)) + ((p.p.name is o) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((uw0 0.666667) (uw1 0.333333) uw0)))) + ((p.name is t) + ((p.p.name is u) + (((uw0 0.2) (uw1 0.8) uw1)) + ((p.p.name is a) + (((uw0 0.25) (uw1 0.75) uw1)) + (((uw0 1) uw0)))) + ((p.p.p.name is s) + (((uw0 1) uw0)) + ((p.p.p.name is r) + (((uw0 1) uw0)) + ((p.name is b) + (((uw0 0.428571) (uw1 0.571429) uw1)) + ((p.name is d) + ((p.p.p.name is a) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw0 0.25) (uw1 0.75) uw1))) + ((p.p.name is n) + (((uw0 1) uw0)) + ((p.p.p.name is a) + (((uw0 0.375) (uw1 0.625) uw1)) + ((p.p.p.name is b) + (((uw0 1) uw0)) + ((p.p.p.name is u) + (((uw0 1) uw0)) + ((p.p.p.name is t) + (((uw0 1) uw0)) + ((p.p.p.name is n) + (((uw0 0.888889) (uw1 0.111111) uw0)) + ((p.p.p.name is e) + (((uw0 0.857143) (uw1 0.142857) uw0)) + ((p.p.p.name is k) + (((uw0 0.75) (uw1 0.25) uw0)) + ((p.p.p.name is o) + (((uw0 0.75) (uw1 0.25) uw0)) + ((p.p.name is a) + (((uw0 0.4) (uw1 0.6) uw1)) + (((uw0 0.615385) (uw1 0.384615) uw0))))))))))))))))))))))) + ((n.name is a) + ((p.name is t) + ((n.n.name is r) + (((uw0 1) uw0)) + ((p.p.p.name is n) + (((uw0 1) uw0)) + ((n.n.n.name is e) + ((p.p.p.name is p) + (((ax0 1) ax0)) + (((ax0 0.4) (uw0 0.6) uw0))) + ((n.n.n.name is i) + ((p.p.name is i) + (((ax0 0.25) (uw0 0.75) uw0)) + ((p.p.p.name is u) + (((ax0 0.333333) (uw0 0.666667) uw0)) + (((ax0 0.666667) (uw0 0.333333) ax0)))) + ((p.p.p.name is r) + (((ax0 0.5) (uw0 0.5) ax0)) + (((ax0 0.173913) (uw0 0.826087) uw0))))))) + ((p.name is s) + ((n.n.name is l) + ((p.p.p.name is v) + (((ax0 0.142857) (uw0 0.142857) (w 0.714286) w)) + (((ax0 0.777778) (uw0 0.222222) ax0))) + ((n.n.name is n) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw0 0.0769231) (w 0.923077) w)))) + ((p.name is d) + ((n.n.n.name is i) + ((p.p.p.name is r) + (((ax0 1) ax0)) + (((uw0 0.333333) (uw1 0.666667) uw1))) + ((n.n.name is t) + (((ax0 0.8) (uw0 0.2) ax0)) + ((p.p.p.name is v) + (((ax0 0.666667) (uw0 0.333333) ax0)) + (((uw0 1) uw0))))) + ((n.n.name is t) + ((p.name is c) + (((y-ax0 1) y-ax0)) + (((_epsilon_ 0.0434783) + (uw0 0.0869565) + (y-uw0 0.869565) + y-uw0))) + ((p.name is n) + ((p.p.p.name is a) + (((uw0 0.428571) + (y-ax0 0.142857) + (y-uw0 0.428571) + uw0)) + (((y-uw0 1) y-uw0))) + ((p.p.name is c) + (((uw1 1) uw1)) + ((p.p.p.name is v) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is i) + (((uw0 0.25) (w 0.75) w)) + ((p.p.p.name is c) + (((uw0 0.666667) (w 0.333333) uw0)) + ((p.p.name is t) + (((_epsilon_ 0.25) (ax0 0.5) (uw0 0.25) ax0)) + ((p.p.p.name is s) + ((n.n.n.name is #) + (((ax0 0.333333) (uw0 0.666667) uw0)) + (((ax0 0.666667) (uw0 0.333333) ax0))) + (((uw0 0.833333) (y-uw0 0.166667) uw0))))))))))))) + ((n.name is e) + ((p.p.name is a) + ((p.p.p.name is v) + (((y-uw0 0.888889) (y-uw1 0.111111) y-uw0)) + ((p.p.p.name is t) + (((uw0 0.666667) (uw1 0.333333) uw0)) + ((p.p.p.name is s) + (((uh0 0.2) (y-uw0 0.8) y-uw0)) + ((p.p.p.name is m) + ((n.n.n.name is #) + (((uh0 0.4) (w 0.2) (y-uw0 0.4) uh0)) + (((uh0 0.25) (uw0 0.5) (w 0.25) uw0))) + (((w 1) w)))))) + ((p.name is n) + ((p.p.name is e) + (((uh0 0.25) (uw0 0.25) (uw1 0.5) uw1)) + (((y-uw0 1) y-uw0))) + ((n.n.n.name is a) + (((uw1 0.25) (w 0.75) w)) + ((p.p.p.name is s) + ((p.p.name is t) + (((_epsilon_ 0.4) (uh1 0.2) (uw1 0.4) _epsilon_)) + (((uw1 0.933333) (w 0.0666667) uw1))) + ((p.p.p.name is c) + ((p.p.name is h) + (((_epsilon_ 0.75) (uh1 0.25) _epsilon_)) + (((uw1 0.75) (w 0.25) uw1))) + ((p.name is c) + (((y-uw0 0.166667) (y-uw1 0.833333) y-uw1)) + ((p.p.p.name is r) + (((y-uw1 1) y-uw1)) + ((n.n.name is h) + (((uh0 0.333333) (y-uw1 0.666667) y-uw1)) + ((p.name is t) + (((uw0 1) uw0)) + ((p.p.name is r) + (((uw1 1) uw1)) + ((n.n.n.name is #) + ((p.name is e) + (((uw0 0.333333) (y-uw1 0.666667) y-uw1)) + ((p.p.p.name is i) + (((uw0 0.571429) + (uw1 0.142857) + (y-uw1 0.285714) + uw0)) + (((uw0 0.125) (uw1 0.875) uw1)))) + (((uw0 0.75) (uw1 0.25) uw0))))))))))))) + ((n.n.name is o) + ((n.n.n.name is #) + (((uw0 0.0238095) + (uw1 0.904762) + (y-uw1 0.0714286) + uw1)) + ((n.n.n.name is u) + ((p.name is c) + (((y-ax0 1) y-ax0)) + ((p.name is p) + (((y-ax0 1) y-ax0)) + ((p.p.name is e) + (((ax0 0.4) (y-ax0 0.6) y-ax0)) + (((ax0 0.4) (uh0 0.4) (y-ax0 0.2) ax0))))) + ((p.p.name is m) + (((y-uw0 1) y-uw0)) + ((n.name is t) + ((p.p.p.name is s) + (((uw1 0.25) (y-uw0 0.25) (y-uw1 0.5) y-uw1)) + (((ax0 0.125) (y-ax0 0.75) (y-uw0 0.125) y-ax0))) + ((p.p.name is r) + (((ax0 0.8) (y-ax0 0.2) ax0)) + ((n.name is b) + (((ah1 0.333333) (ax0 0.666667) ax0)) + ((n.name is l) + ((p.p.p.name is e) + (((ax0 0.666667) (uw0 0.333333) ax0)) + (((uw1 0.5) (y-uw0 0.25) (y-uw1 0.25) uw1))) + ((n.name is d) + (((uw1 1) uw1)) + ((p.p.p.name is a) + (((ax0 0.5) (uw0 0.25) (uw1 0.25) ax0)) + ((p.p.p.name is p) + (((uw0 1) uw0)) + ((n.name is n) + (((uw0 0.833333) (uw1 0.166667) uw0)) + ((p.p.name is a) + (((uw0 0.6) (uw1 0.4) uw0)) + (((uw0 0.2) (uw1 0.8) uw1)))))))))))))) + ((n.name is i) + ((p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is t) + ((p.name is c) + (((ax0 0.75) (y-uw1 0.25) ax0)) + ((p.p.name is e) + ((p.name is s) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((_epsilon_ 0.333333) + (uw1 0.333333) + (y-uw1 0.333333) + _epsilon_))) + (((_epsilon_ 0.0263158) + (uw0 0.0789474) + (uw1 0.894737) + uw1)))) + ((n.n.n.name is g) + ((p.name is s) + (((uw0 1) uw0)) + (((uw1 0.125) (y-uw0 0.75) (y-uw1 0.125) y-uw0))) + ((n.n.n.name is e) + (((_epsilon_ 0.166667) + (ax0 0.166667) + (uw0 0.166667) + (uw1 0.166667) + (y-ax0 0.333333) + y-ax0)) + ((p.name is c) + (((_epsilon_ 0.333333) + (uw1 0.333333) + (w 0.333333) + _epsilon_)) + ((p.p.p.name is l) + (((uw0 0.75) (w 0.25) uw0)) + ((n.n.name is l) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((uw0 0.833333) (uw1 0.166667) uw0))))))))) + ((n.name is o) + ((p.name is n) + (((w 0.125) (y-ax0 0.125) (y-uw0 0.75) y-uw0)) + ((p.name is c) + ((p.p.p.name is p) + (((w 0.333333) (y-uw0 0.666667) y-uw0)) + (((w 0.5) (y-uw0 0.5) w))) + ((p.p.p.name is i) + (((uw0 1) uw0)) + ((n.n.name is u) + ((p.p.name is i) + (((uw0 0.333333) (w 0.666667) w)) + ((p.name is t) + ((p.p.name is p) + (((ax0 0.333333) + (uw0 0.333333) + (w 0.333333) + ax0)) + (((ax0 0.2) (uw0 0.4) (w 0.4) uw0))) + (((ax0 0.25) (uw0 0.5) (w 0.25) uw0)))) + (((uw0 0.111111) (uw1 0.111111) (w 0.777778) w)))))) + ((n.n.name is t) + ((n.n.n.name is i) + (((ah1 0.935065) + (ax0 0.038961) + (uw1 0.025974) + ah1)) + ((p.p.name is t) + (((ah1 0.977778) (ax0 0.0222222) ah1)) + ((p.p.p.name is a) + (((ah1 0.903226) + (ax0 0.0645161) + (y-uw1 0.0322581) + ah1)) + ((p.p.name is c) + (((ah1 0.75) (ax0 0.15) (uh1 0.1) ah1)) + ((n.n.n.name is u) + (((ah1 1) ah1)) + ((p.name is c) + ((p.p.p.name is n) + (((ah1 0.666667) (ax0 0.333333) ah1)) + (((ax0 1) ax0))) + ((p.p.name is o) + ((p.name is b) + (((ah1 0.8) (ax0 0.2) ah1)) + (((ah1 0.0769231) (ax0 0.923077) ax0))) + ((n.n.n.name is e) + (((_epsilon_ 0.0416667) + (ah1 0.875) + (ax0 0.0833333) + ah1)) + ((p.p.name is l) + (((ah1 0.230769) (ax0 0.769231) ax0)) + ((p.p.p.name is r) + (((ah1 1) ah1)) + ((p.p.name is k) + (((ax0 1) ax0)) + ((p.name is m) + (((ax0 1) ax0)) + ((n.name is p) + (((ah1 1) ah1)) + ((n.name is c) + (((ah1 0.846154) (ax0 0.153846) ah1)) + ((p.p.name is e) + (((ax0 1) ax0)) + ((n.n.n.name is a) + ((p.name is s) + (((ah1 0.444444) + (ax0 0.555556) + ax0)) + (((ah1 0.666667) + (uw0 0.333333) + ah1))) + ((p.p.name is a) + (((ah1 0.333333) + (ax0 0.666667) + ax0)) + ((p.p.p.name is e) + (((ah1 1) ah1)) + ((n.n.n.name is l) + (((ah1 1) ah1)) + ((n.name is t) + (((ah1 0.333333) + (ax0 0.666667) + ax0)) + (((ah1 0.666667) + (ax0 0.333333) + ah1)))))))))))))))))))))) + ((n.n.n.name is i) + ((n.name is c) + ((n.n.name is k) (((ah1 1) ah1)) (((uw1 1) uw1))) + ((p.p.p.name is a) + ((n.name is s) + (((ah1 0.2) (uh1 0.2) (uw0 0.4) (uw1 0.2) uw0)) + ((p.name is n) + (((uw0 0.666667) (uw1 0.333333) uw0)) + (((uw1 1) uw1)))) + ((n.name is z) + (((uw1 0.833333) (y-uw1 0.166667) uw1)) + ((n.n.name is h) + (((ah1 0.166667) + (ax0 0.166667) + (uw0 0.166667) + (uw1 0.5) + uw1)) + ((n.name is l) + ((n.n.name is l) + (((ah1 0.375) (uw1 0.625) uw1)) + (((ah1 0.866667) + (uh0 0.0666667) + (uh1 0.0666667) + ah1))) + ((p.p.p.name is i) + ((p.name is c) + (((ah1 0.666667) (ax0 0.333333) ah1)) + (((ax0 0.333333) + (uh0 0.333333) + (y-uw1 0.333333) + ax0))) + ((n.n.name is m) + (((_epsilon_ 0.2) (ah1 0.2) (ax0 0.6) ax0)) + ((p.p.name is o) + ((p.p.p.name is c) + (((ah1 0.4) (ax0 0.6) ax0)) + (((ah1 0.666667) (ax0 0.333333) ah1))) + (((ah1 0.929825) + (ax0 0.0350877) + (uw1 0.0175439) + (y-ax0 0.0175439) + ah1)))))))))) + ((n.n.name is u) + ((n.name is l) + ((n.n.n.name is #) + (((uw1 1) uw1)) + (((ax0 0.142857) (y-ax0 0.857143) y-ax0))) + ((p.name is c) + (((y-uw1 1) y-uw1)) + ((n.n.n.name is e) + (((ax0 0.5) (y-uw1 0.5) ax0)) + ((n.name is t) + (((uw1 0.333333) (y-uw1 0.666667) y-uw1)) + ((p.p.p.name is s) + (((uw1 1) uw1)) + ((n.n.n.name is #) + (((uw0 0.333333) (uw1 0.666667) uw1)) + (((uw0 0.571429) + (uw1 0.285714) + (y-uw0 0.142857) + uw0)))))))) + ((n.n.n.name is o) + ((n.name is p) + (((ax0 1) ax0)) + ((n.name is s) + ((p.name is r) + (((uw1 1) uw1)) + ((n.n.name is c) + (((ax0 0.333333) (uw1 0.666667) uw1)) + (((ax0 1) ax0)))) + ((p.name is c) + (((ah1 1) ah1)) + ((n.n.name is l) + (((uw1 1) uw1)) + ((p.name is b) + (((ax0 0.333333) (uw1 0.666667) uw1)) + ((n.n.name is c) + (((uw1 1) uw1)) + ((p.p.name is o) + (((ah1 0.25) (uw1 0.75) uw1)) + ((n.name is z) + (((ah1 0.25) (uw1 0.75) uw1)) + (((ah1 0.545455) + (uw0 0.181818) + (uw1 0.272727) + ah1)))))))))) + ((n.name is t) + ((n.n.name is h) + ((n.n.n.name is #) + ((p.p.name is l) + (((uw1 1) uw1)) + ((p.p.name is r) + (((_epsilon_ 0.111111) + (uh1 0.111111) + (uw0 0.666667) + (uw1 0.111111) + uw0)) + ((p.p.name is s) + (((ax0 0.333333) + (uh0 0.333333) + (uw0 0.333333) + ax0)) + ((p.p.name is e) + (((ax0 0.5) (uw0 0.5) ax0)) + (((ax0 0.0769231) + (uw0 0.692308) + (uw1 0.230769) + uw0)))))) + (((ah1 0.833333) (uw1 0.166667) ah1))) + ((p.name is p) + ((n.n.n.name is #) + (((uh1 0.666667) (y-ax0 0.333333) uh1)) + (((y-uw0 0.333333) (y-uw1 0.666667) y-uw1))) + ((p.name is e) + (((_epsilon_ 0.666667) + (uw1 0.333333) + _epsilon_)) + ((p.name is b) + (((uh1 0.333333) + (y-uw0 0.333333) + (y-uw1 0.333333) + uh1)) + ((n.n.n.name is #) + ((p.name is h) + (((ah1 0.2) (ax0 0.8) ax0)) + (((ah1 0.8) (ax0 0.2) ah1))) + ((p.p.name is c) + (((ah1 1) ah1)) + (((ah1 0.166667) + (ax0 0.166667) + (uh1 0.166667) + (uw0 0.5) + uw0)))))))) + ((p.p.name is c) + ((p.p.p.name is s) + ((n.name is l) + ((n.n.n.name is #) + (((uh1 1) uh1)) + (((uh1 0.4) (uw1 0.6) uw1))) + ((n.n.name is m) + (((ah1 0.333333) (uw1 0.666667) uw1)) + (((_epsilon_ 0.0384615) + (ah1 0.884615) + (uw1 0.0384615) + (y-uw1 0.0384615) + ah1)))) + ((n.name is p) + ((p.name is c) + (((ax0 0.333333) (y-ax0 0.666667) y-ax0)) + (((ah1 0.666667) (ax0 0.333333) ah1))) + (((ah1 0.965517) (y-uw1 0.0344828) ah1)))) + ((n.n.n.name is #) + ((n.name is m) + (((ax0 0.97619) (y-uw1 0.0238095) ax0)) + ((p.name is l) + ((n.name is n) + (((ah1 0.0243902) (ax0 0.97561) ax0)) + ((p.p.name is l) + (((ax0 1) ax0)) + ((n.name is c) + (((ah1 0.25) (ax0 0.75) ax0)) + (((ah1 0.666667) (ax0 0.333333) ah1))))) + ((p.name is b) + ((n.n.name is h) + (((ax0 0.666667) (uh1 0.333333) ax0)) + ((n.name is h) + (((ax0 0.5) (uh0 0.5) ax0)) + ((n.name is l) + (((ah1 0.333333) + (ax0 0.333333) + (uh1 0.333333) + ah1)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((p.p.name is e) + (((ah1 0.75) (ax0 0.25) ah1)) + ((p.p.p.name is r) + (((ax0 1) ax0)) + ((p.p.p.name is a) + (((ah1 0.666667) + (ax0 0.333333) + ah1)) + (((ah1 0.333333) + (ax0 0.666667) + ax0))))))))) + ((n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((p.name is e) + ((n.name is p) + (((ah1 1) ah1)) + (((_epsilon_ 0.2) + (uw1 0.6) + (y-uw1 0.2) + uw1))) + ((n.n.name is s) + ((p.name is f) + ((n.name is l) + (((ax0 1) ax0)) + ((p.p.name is n) + (((ah1 0.666667) (ax0 0.333333) ah1)) + (((ah1 0.25) (ax0 0.75) ax0)))) + ((p.name is r) + ((p.p.p.name is s) + (((ah1 0.75) (ax0 0.25) ah1)) + (((ah1 0.4) (ax0 0.6) ax0))) + ((p.p.name is a) + (((ah1 0.333333) (ax0 0.666667) ax0)) + (((ah1 1) ah1))))) + ((n.name is g) + (((ax0 0.333333) + (y-uw1 0.666667) + y-uw1)) + ((p.name is n) + (((ax0 0.6) + (uh0 0.2) + (y-uw0 0.2) + ax0)) + ((n.n.name is k) + ((p.p.p.name is a) + (((ah1 0.333333) + (ax0 0.666667) + ax0)) + (((ah0 0.0833333) + (ah1 0.75) + (ax0 0.166667) + ah1))) + ((p.p.name is a) + (((_epsilon_ 0.25) + (ax0 0.25) + (uh1 0.25) + (uw1 0.25) + _epsilon_)) + ((p.p.p.name is u) + (((ah1 0.2) + (ax0 0.2) + (uw0 0.2) + (uw1 0.4) + uw1)) + ((p.name is m) + (((ah1 0.0769231) + (ax0 0.923077) + ax0)) + ((p.p.name is s) + (((ah1 0.571429) + (ax0 0.142857) + (uh1 0.142857) + (uw0 0.142857) + ah1)) + ((n.name is l) + (((ah1 0.111111) + (ax0 0.777778) + (uh1 0.111111) + ax0)) + ((p.name is f) + (((ah1 1) ah1)) + ((p.p.p.name is n) + (((ah1 0.5) + (ax0 0.25) + (uw1 0.25) + ah1)) + ((n.name is s) + (((ah1 0.8) (ax0 0.2) ah1)) + ((p.p.p.name is a) + (((ah1 0.666667) + (ax0 0.333333) + ah1)) + ((n.name is n) + ((p.p.p.name is r) + (((ah1 0.666667) + (ax0 0.333333) + ah1)) + (((ah1 0.2) + (ax0 0.8) + ax0))) + (((ah1 0.0769231) + (ax0 0.923077) + ax0))))))))))))))))))))) + ((n.n.name is l) + ((p.name is f) + (((_epsilon_ 0.06) (ax0 0.94) ax0)) + ((n.name is l) + ((p.p.p.name is a) + (((ah1 0.2) + (ax0 0.2) + (uh1 0.2) + (uw1 0.4) + uw1)) + (((ah1 0.333333) (uh1 0.666667) uh1))) + ((p.name is l) + (((y-ax0 1) y-ax0)) + ((p.name is n) + (((uw1 1) uw1)) + ((p.name is r) + (((uw1 1) uw1)) + (((_epsilon_ 0.25) + (uw0 0.25) + (y-uw1 0.5) + y-uw1))))))) + ((p.p.name is m) + ((p.p.p.name is o) + (((ah1 0.333333) + (ax0 0.166667) + (y-uw0 0.5) + y-uw0)) + ((p.name is b) + (((ah1 0.333333) + (uh0 0.333333) + (uh1 0.333333) + ah1)) + (((ax0 0.8) (y-uw1 0.2) ax0)))) + ((p.name is e) + ((n.name is s) + (((_epsilon_ 0.666667) + (uw1 0.333333) + _epsilon_)) + (((_epsilon_ 0.333333) + (uw1 0.666667) + uw1))) + ((n.name is y) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is r) + (((uw0 0.5) + (y-ax0 0.25) + (y-uh1 0.25) + uw0)) + ((n.n.n.name is h) + ((n.n.name is c) + ((n.name is s) + (((ax0 0.666667) (uh1 0.333333) ax0)) + (((uh1 0.333333) (uw1 0.666667) uw1))) + (((ah1 0.25) + (ax0 0.625) + (uw1 0.125) + ax0))) + ((n.name is z) + ((p.name is r) + (((uw0 1) uw0)) + (((ah1 0.333333) (uw1 0.666667) uw1))) + ((p.p.name is r) + ((n.name is n) + (((ah1 1) ah1)) + ((p.name is m) + (((ah1 0.5) + (ax0 0.25) + (uh1 0.25) + ah1)) + ((n.n.name is s) + (((ax0 1) ax0)) + ((p.p.p.name is e) + (((ax0 1) ax0)) + ((n.n.name is v) + (((ax0 1) ax0)) + ((p.name is b) + (((ah1 0.333333) + (ax0 0.666667) + ax0)) + (((ah1 0.333333) + (uw1 0.666667) + uw1)))))))) + ((p.p.p.name is o) + ((n.n.n.name is t) + (((ah1 0.75) (ax0 0.25) ah1)) + (((ax0 0.9) (uw1 0.1) ax0))) + ((p.name is n) + ((n.name is m) + (((ah1 1) ah1)) + (((ah1 0.111111) + (ax0 0.666667) + (uw0 0.111111) + (y-ax0 0.111111) + ax0))) + ((p.name is p) + ((p.p.p.name is r) + (((ah1 1) ah1)) + (((ah1 0.333333) + (uw0 0.666667) + uw0))) + ((p.name is h) + (((ah1 0.5) + (uh1 0.25) + (uw1 0.25) + ah1)) + ((p.p.p.name is u) + ((p.name is s) + (((ax0 1) ax0)) + (((ah1 0.666667) + (ax0 0.333333) + ah1))) + ((n.n.name is n) + ((p.name is f) + (((ax0 1) ax0)) + ((p.p.name is o) + (((ah1 0.333333) + (ax0 0.666667) + ax0)) + (((ah1 1) ah1)))) + ((p.p.name is t) + (((ah1 0.916667) + (uw0 0.0833333) + ah1)) + ((p.name is m) + ((n.name is n) + (((ah1 0.25) + (ax0 0.5) + (uw1 0.25) + ax0)) + ((n.n.n.name is a) + (((ah1 0.25) + (ax0 0.5) + (uw0 0.25) + ax0)) + (((ah1 0.75) + (ax0 0.25) + ah1)))) + ((p.name is r) + ((p.p.name is h) + (((ah1 0.857143) + (uw1 0.142857) + ah1)) + ((p.p.name is e) + (((ax0 0.75) + (uw1 0.25) + ax0)) + ((n.name is n) + (((ah1 0.75) + (uw1 0.25) + ah1)) + ((n.name is s) + (((ah1 0.75) + (ax0 0.25) + ah1)) + ((n.n.name is g) + (((ah1 0.333333) + (ax0 0.333333) + (uw1 0.333333) + ah1)) + (((ax0 1) ax0))))))) + ((n.n.n.name is a) + (((ah1 0.73913) + (ax0 0.0869565) + (uw1 0.173913) + ah1)) + ((n.name is s) + ((p.p.name is o) + (((ax0 0.666667) + (uw1 0.333333) + ax0)) + (((ah1 0.777778) + (ax0 0.222222) + ah1))) + ((n.n.name is d) + ((p.p.name is e) + (((ah1 1) ah1)) + (((ax0 1) ax0))) + ((n.n.n.name is l) + (((ah1 0.6) + (ax0 0.4) + ah1)) + ((n.n.name is s) + ((n.n.n.name is k) + (((ah1 1) ah1)) + (((ah1 0.333333) + (ax0 0.666667) + ax0))) + (((ah1 0.982143) + (ax0 0.0178571) + ah1)))))))))))))))))))))))))))))))))))))))))))))))))) +(v + ((n.name is v) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) (v 0.666667) v)) + (((_epsilon_ 1) _epsilon_))) + ((n.name is s) + ((p.p.name is n) + (((f 0.6) (v 0.4) f)) + (((f 0.0416667) (v 0.958333) v))) + ((n.name is #) + ((p.p.name is t) + (((f 0.8) (v 0.2) f)) + (((f 0.00970874) (v 0.990291) v))) + ((p.name is v) + ((n.n.name is e) + (((_epsilon_ 0.666667) (v 0.333333) _epsilon_)) + (((v 1) v))) + (((_epsilon_ 0.000142674) (v 0.999857) v))))))) +(w + ((p.name is o) + ((n.n.name is k) + ((n.n.n.name is i) + (((_epsilon_ 0.103093) (f 0.896907) f)) + (((_epsilon_ 0.916667) (v 0.0833333) _epsilon_))) + ((n.n.n.name is z) + ((n.n.name is c) + (((_epsilon_ 0.0588235) (v 0.882353) (w 0.0588235) v)) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_)) + (((_epsilon_ 0.0967742) (w 0.903226) w)))) + ((n.name is a) + ((n.n.name is y) + (((w 1) w)) + ((n.n.name is v) + (((w 1) w)) + ((p.p.name is i) + (((w 1) w)) + ((p.p.p.name is i) + (((_epsilon_ 0.333333) (w 0.666667) w)) + ((p.p.name is t) + (((_epsilon_ 0.333333) (w 0.666667) w)) + (((_epsilon_ 0.895522) (w 0.104478) _epsilon_))))))) + ((n.n.n.name is l) + ((n.n.name is l) + ((p.p.p.name is l) + (((w 1) w)) + ((p.p.name is h) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.307692) (w 0.692308) w)) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_))))) + (((_epsilon_ 0.944444) (w 0.0555556) _epsilon_))) + ((n.name is o) + ((n.n.name is r) + (((w 1) w)) + (((_epsilon_ 0.714286) (w 0.285714) _epsilon_))) + (((_epsilon_ 0.994368) (w 0.00563154) _epsilon_))))))) + ((p.name is e) + ((n.n.name is k) + ((p.p.name is i) + (((f 0.9) (w 0.1) f)) + ((p.p.name is j) + ((p.p.p.name is e) + (((f 1) f)) + ((p.p.p.name is a) + (((_epsilon_ 0.2) (f 0.8) f)) + (((_epsilon_ 0.666667) (f 0.333333) _epsilon_)))) + (((_epsilon_ 0.0540541) (f 0.945946) f)))) + ((n.n.n.name is z) + (((v 0.857143) (w 0.142857) v)) + ((n.name is o) + ((n.n.name is l) + (((_epsilon_ 0.833333) (w 0.166667) _epsilon_)) + (((w 1) w))) + ((n.name is a) + ((n.n.name is y) + (((w 1) w)) + ((n.n.n.name is e) + (((_epsilon_ 0.0625) (w 0.9375) w)) + ((p.p.name is r) + (((_epsilon_ 0.125) (w 0.875) w)) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is i) + (((w 1) w)) + ((p.p.name is t) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is 0) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is d) + (((_epsilon_ 0.2) (w 0.8) w)) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is o) + (((w 1) w)) + ((n.n.name is n) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_)) + (((_epsilon_ 0.4) (w 0.6) w)))))))))))))) + ((n.name is i) + ((n.n.n.name is e) + (((_epsilon_ 0.0714286) (w 0.928571) w)) + ((p.p.name is b) + (((w 1) w)) + ((n.n.n.name is n) + (((w 1) w)) + ((p.p.name is l) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is g) + (((_epsilon_ 0.9375) (w 0.0625) _epsilon_)) + ((n.n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.857143) (w 0.142857) _epsilon_)) + ((n.n.n.name is h) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_)) + ((p.p.p.name is #) + (((w 1) w)) + (((_epsilon_ 0.5) (w 0.5) _epsilon_))))))))))) + ((n.name is e) + ((n.n.n.name is l) + ((p.p.p.name is a) + (((w 1) w)) + ((p.p.name is l) + (((_epsilon_ 0.75) (w 0.25) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.571429) (w 0.428571) _epsilon_)) + (((_epsilon_ 0.2) (w 0.8) w))))) + ((p.p.p.name is i) + (((w 1) w)) + ((p.p.name is r) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is #) + (((_epsilon_ 0.966667) (w 0.0333333) _epsilon_)) + ((p.p.p.name is v) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is i) + (((w 1) w)) + ((n.n.name is e) + (((w 1) w)) + (((_epsilon_ 0.866667) (w 0.133333) _epsilon_))))))))) + ((n.name is h) + ((p.p.name is n) (((_epsilon_ 1) _epsilon_)) (((w 1) w))) + (((_epsilon_ 1) _epsilon_))))))))) + ((p.name is a) + ((n.name is a) + ((n.n.name is l) + ((n.n.n.name is t) + (((v 0.333333) (w 0.666667) w)) + ((p.p.p.name is #) + (((_epsilon_ 0.333333) (w 0.666667) w)) + (((_epsilon_ 0.666667) (w 0.333333) _epsilon_)))) + (((v 0.00689655) (w 0.993103) w))) + ((n.n.name is k) + (((_epsilon_ 0.0909091) (f 0.727273) (w 0.181818) f)) + ((n.name is o) + (((w 1) w)) + ((n.n.n.name is 0) + (((_epsilon_ 0.988889) (v 0.00555556) (w 0.00555556) _epsilon_)) + ((n.name is h) + ((n.n.n.name is r) + (((w 1) w)) + ((p.p.p.name is #) + (((_epsilon_ 0.8) (w 0.2) _epsilon_)) + (((_epsilon_ 0.333333) (w 0.666667) w)))) + ((n.n.name is t) + (((_epsilon_ 0.25) (w 0.75) w)) + ((n.name is e) + ((n.n.n.name is #) + (((_epsilon_ 0.944444) (w 0.0555556) _epsilon_)) + ((p.p.p.name is #) + (((v 1) v)) + ((p.p.p.name is s) + (((w 1) w)) + (((_epsilon_ 0.6) (w 0.4) _epsilon_))))) + ((p.p.name is h) + (((_epsilon_ 0.947368) (w 0.0526316) _epsilon_)) + ((p.p.p.name is k) + (((_epsilon_ 0.25) (v 0.75) v)) + ((p.p.name is p) + ((n.name is l) + ((n.n.name is o) + (((v 1) v)) + (((_epsilon_ 0.666667) (v 0.333333) _epsilon_))) + (((_epsilon_ 1) _epsilon_))) + ((n.name is i) + ((n.n.n.name is g) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.2) (v 0.8) v)))) + ((n.name is r) + ((n.n.name is o) + (((_epsilon_ 0.333333) (v 0.666667) v)) + (((_epsilon_ 0.909091) (v 0.0909091) _epsilon_))) + (((_epsilon_ 0.992647) (v 0.00735294) _epsilon_)))))))))))))) + ((n.name is r) + (((_epsilon_ 0.992958) (w 0.00704225) _epsilon_)) + ((p.name is u) + ((n.name is a) + (((w 1) w)) + ((n.n.name is r) + (((w 1) w)) + ((n.name is e) + ((n.n.name is n) + (((_epsilon_ 0.75) (w 0.25) _epsilon_)) + (((_epsilon_ 0.333333) (w 0.666667) w))) + (((_epsilon_ 0.888889) (w 0.111111) _epsilon_))))) + ((n.n.name is o) + ((n.name is h) + ((n.n.n.name is o) + (((w 1) w)) + ((n.n.n.name is p) + (((w 1) w)) + (((_epsilon_ 0.851852) (w 0.148148) _epsilon_)))) + (((w 1) w))) + ((n.n.name is r) + ((p.name is s) + ((n.n.n.name is t) + (((w 1) w)) + ((p.p.p.name is a) + ((n.name is e) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.25) (w 0.75) w))) + ((n.n.n.name is d) + ((p.p.p.name is 0) + (((_epsilon_ 0.75) (w 0.25) _epsilon_)) + (((_epsilon_ 0.333333) (w 0.666667) w))) + (((w 1) w))))) + (((v 0.00166389) (w 0.998336) w))) + ((n.n.n.name is i) + ((n.n.name is s) + (((v 0.8) (w 0.2) v)) + (((v 0.118644) (w 0.881356) w))) + ((p.name is t) + ((n.name is o) + (((_epsilon_ 0.5) (w 0.5) _epsilon_)) + (((w 1) w))) + ((n.n.n.name is l) + (((w 1) w)) + ((p.p.p.name is k) + ((p.p.name is e) + (((w 1) w)) + ((p.p.name is i) (((w 1) w)) (((v 1) v)))) + ((p.name is i) + ((n.n.n.name is s) + (((v 1) v)) + (((_epsilon_ 0.0344828) (v 0.0344828) (w 0.931034) w))) + ((n.name is i) + ((n.n.name is a) + ((p.p.name is 0) + (((v 0.285714) (w 0.714286) w)) + (((v 0.6) (w 0.4) v))) + ((n.n.n.name is r) + (((v 0.333333) (w 0.666667) w)) + ((n.n.n.name is c) + (((v 0.136364) (w 0.863636) w)) + ((n.n.n.name is n) + ((n.n.name is s) + (((v 0.6) (w 0.4) v)) + (((v 0.0540541) (w 0.945946) w))) + ((p.p.p.name is e) + (((_epsilon_ 0.1) (w 0.9) w)) + ((p.name is y) + (((v 0.166667) (w 0.833333) w)) + ((n.n.n.name is a) + ((p.p.p.name is 0) + (((w 1) w)) + (((v 0.5) (w 0.5) v))) + (((v 0.011583) (w 0.988417) w))))))))) + ((n.n.n.name is t) + (((w 1) w)) + ((n.n.name is s) + ((n.n.n.name is k) + (((v 0.75) (w 0.25) v)) + ((n.n.n.name is z) + (((v 0.75) (w 0.25) v)) + (((v 0.0326087) (w 0.967391) w)))) + ((n.n.name is l) + (((v 0.0420168) (w 0.957983) w)) + ((n.n.name is z) + ((p.p.name is #) (((w 1) w)) (((v 0.5) (w 0.5) v))) + ((p.p.name is s) + ((p.p.p.name is e) + (((w 1) w)) + ((p.name is h) + (((w 1) w)) + (((v 0.666667) (w 0.333333) v)))) + (((v 0.00773395) (w 0.992266) w))))))))))))))))))))) +(x + ((p.name is u) + ((n.name is #) + ((p.p.name is l) + (((k-s 1) k-s)) + ((p.p.p.name is #) + (((_epsilon_ 0.2) (k-s 0.8) k-s)) + ((p.p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is o) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is e) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is a) + (((_epsilon_ 0.833333) (k-s 0.166667) _epsilon_)) + (((k-s 1) k-s)))))))) + ((n.name is u) + (((g-zh 1) g-zh)) + (((g-z 0.0344828) (k-s 0.931034) (k-sh 0.0344828) k-s)))) + ((p.p.name is 0) + (((z 0.973684) (zh 0.0263158) z)) + ((p.name is e) + ((n.n.name is m) + (((g-z 0.964286) (k-s 0.0357143) g-z)) + ((n.n.n.name is t) + ((n.name is c) + (((k-s 1) k-s)) + ((p.p.p.name is #) + (((k-s 1) k-s)) + ((n.name is p) + (((k-s 1) k-s)) + (((g-z 0.965517) (k-s 0.0344828) g-z))))) + ((n.name is h) + ((n.n.n.name is u) + (((g-z 1) g-z)) + ((n.n.name is a) + (((k-s 1) k-s)) + (((g-z 0.8125) (k-s 0.1875) g-z)))) + ((n.name is u) + ((p.p.name is s) + (((k-sh 1) k-sh)) + (((g-z 0.666667) (k-s 0.333333) g-z))) + ((n.name is a) + ((p.p.p.name is 0) + ((n.n.name is g) + (((g-z 1) g-z)) + ((n.n.name is c) + (((g-z 1) g-z)) + (((g-z 0.4) (k-s 0.6) k-s)))) + ((n.n.name is n) + ((p.p.p.name is a) + (((g-z 0.857143) (k-s 0.142857) g-z)) + (((g-z 0.333333) (k-s 0.666667) k-s))) + (((k-s 1) k-s)))) + ((n.name is o) + ((n.n.n.name is i) + (((g-z 1) g-z)) + ((n.n.name is n) + (((g-z 0.5) (k-s 0.5) g-z)) + (((g-z 0.2) (k-s 0.8) k-s)))) + ((n.n.name is c) + ((n.name is e) (((g-z 0.5) (k-s 0.5) g-z)) (((k-s 1) k-s))) + ((n.name is i) + ((p.p.p.name is 0) + ((n.n.name is g) + (((k-s 1) k-s)) + (((g-z 0.875) (k-s 0.125) g-z))) + (((k-s 0.96875) (k-sh 0.03125) k-s))) + (((_epsilon_ 0.00187266) (k-s 0.998127) k-s)))))))))) + ((n.n.n.name is u) + (((k-s 0.2) (k-sh 0.8) k-sh)) + ((n.name is x) + (((_epsilon_ 0.6) (k-s 0.4) _epsilon_)) + ((p.name is i) + (((_epsilon_ 0.0218978) + (g-z 0.00729927) + (k-s 0.963504) + (k-sh 0.00729927) + k-s)) + ((n.n.n.name is t) + ((p.p.name is a) + (((k-s 0.333333) (z 0.666667) z)) + (((k-s 1) k-s))) + (((k-s 0.997792) (z 0.00220751) k-s)))))))))) +(y + ((n.name is #) + ((p.name is a) + ((p.p.name is w) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is s) + (((_epsilon_ 0.666667) (iy0 0.333333) _epsilon_)) + ((p.p.p.name is n) + ((p.p.name is l) + (((_epsilon_ 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 0.857143) (iy0 0.142857) _epsilon_))) + ((p.p.p.name is r) + (((_epsilon_ 0.789474) (iy0 0.210526) _epsilon_)) + ((p.p.p.name is s) + ((p.p.name is d) + (((_epsilon_ 0.25) (iy0 0.75) iy0)) + (((_epsilon_ 1) _epsilon_))) + (((_epsilon_ 0.960452) + (ay0 0.0169492) + (iy0 0.0225989) + _epsilon_))))))) + ((p.name is o) + (((_epsilon_ 0.973684) (iy0 0.0263158) _epsilon_)) + ((p.name is f) + ((p.p.name is i) + (((ay1 1) ay1)) + ((p.p.name is e) + (((ay1 0.666667) (iy0 0.333333) ay1)) + (((iy0 1) iy0)))) + ((p.name is e) + ((p.p.p.name is #) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is l) + (((_epsilon_ 0.0058651) (iy0 0.994135) iy0)) + ((p.p.name is n) + (((iy0 1) iy0)) + ((p.p.name is v) + ((p.p.p.name is a) + (((_epsilon_ 0.0909091) (iy0 0.909091) iy0)) + ((p.p.p.name is o) + (((_epsilon_ 0.142857) (iy0 0.857143) iy0)) + ((p.p.p.name is l) + (((_epsilon_ 0.3) (iy0 0.7) iy0)) + (((_epsilon_ 0.55) (iy0 0.45) _epsilon_))))) + ((p.p.name is k) + ((p.p.p.name is c) + (((iy0 1) iy0)) + ((p.p.p.name is l) + (((iy0 1) iy0)) + ((p.p.p.name is i) + (((iy0 1) iy0)) + ((p.p.p.name is u) + (((iy0 1) iy0)) + ((p.p.p.name is a) + (((_epsilon_ 0.111111) (iy0 0.888889) iy0)) + ((p.p.p.name is s) + (((_epsilon_ 0.181818) (iy0 0.818182) iy0)) + ((p.p.p.name is r) + (((_epsilon_ 0.25) (iy0 0.75) iy0)) + ((p.p.p.name is o) + (((_epsilon_ 0.166667) (iy0 0.833333) iy0)) + ((p.p.p.name is n) + (((_epsilon_ 0.357143) (iy0 0.642857) iy0)) + (((_epsilon_ 1) _epsilon_))))))))))) + (((_epsilon_ 0.0547945) (iy0 0.945205) iy0))))))) + ((p.p.p.name is #) + ((p.p.name is e) + (((ay0 0.333333) (iy0 0.666667) iy0)) + ((p.p.name is a) + (((iy0 1) iy0)) + ((p.p.name is i) + (((iy0 1) iy0)) + (((ay1 0.826087) (iy0 0.173913) ay1))))) + ((p.p.p.name is 0) + (((ay1 1) ay1)) + ((p.p.name is p) + ((p.name is l) + ((p.p.p.name is p) + (((ay1 0.8) (iy0 0.2) ay1)) + ((p.p.p.name is m) + (((ay1 0.5) (iy0 0.5) ay1)) + (((ay1 0.25) (iy0 0.75) iy0)))) + ((p.name is h) + (((iy0 1) iy0)) + ((p.name is p) + (((iy0 1) iy0)) + ((p.name is s) + (((iy0 1) iy0)) + ((p.p.p.name is m) + (((iy0 1) iy0)) + (((ay1 0.6) (iy0 0.4) ay1))))))) + ((p.p.name is f) + ((p.name is l) + ((p.p.p.name is e) + (((ay1 0.333333) (iy0 0.666667) iy0)) + (((ay1 0.571429) (iy0 0.428571) ay1))) + (((iy0 1) iy0))) + ((p.name is b) + (((ay0 0.00510204) (ay1 0.0357143) (iy0 0.959184) iy0)) + ((p.name is u) + (((ay0 0.2) (ay1 0.2) (iy0 0.4) (iy1 0.2) iy0)) + ((p.name is l) + (((ay0 0.000705716) (ay1 0.00141143) (iy0 0.997883) iy0)) + ((p.p.p.name is t) + (((ay1 0.00485437) + (iy0 0.966019) + (iy1 0.0242718) + (y 0.00485437) + iy0)) + ((p.name is p) + ((p.p.name is u) + (((ay1 0.5) (iy0 0.5) ay1)) + (((iy0 1) iy0))) + (((ay1 0.00193199) (iy0 0.994204) (iy1 0.00386399) iy0))))))))))))))) + ((p.p.name is 0) + ((n.name is v) + (((ih0 0.666667) (iy1 0.333333) ih0)) + ((n.n.n.name is e) + (((iy0 0.0285714) (iy1 0.0285714) (y 0.942857) y)) + ((n.n.name is a) + ((n.name is e) + (((y 1) y)) + ((n.name is o) (((y 1) y)) (((iy0 0.5) (y 0.5) iy0)))) + (((ih1 0.00492611) (iy0 0.00246305) (y 0.992611) y))))) + ((p.name is a) + ((n.name is a) + ((n.n.n.name is a) + ((p.p.name is r) + (((ay0 0.666667) (y 0.333333) ay0)) + (((ay1 0.166667) (y 0.833333) y))) + ((n.n.n.name is h) + (((ay1 0.166667) (y 0.833333) y)) + ((n.n.name is l) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is a) + ((p.p.name is l) + (((_epsilon_ 0.75) (ay1 0.25) _epsilon_)) + (((ay1 0.333333) (y 0.666667) y))) + ((p.p.name is p) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is #) + ((n.n.n.name is #) + (((_epsilon_ 0.333333) (ay1 0.666667) ay1)) + ((n.n.name is #) + (((_epsilon_ 0.5) (ay1 0.25) (y 0.25) _epsilon_)) + (((_epsilon_ 0.2) (ay1 0.2) (ih0 0.2) (y 0.4) y)))) + ((p.p.p.name is s) + (((ay1 1) ay1)) + ((p.p.p.name is 0) + (((ay1 1) ay1)) + ((p.p.p.name is r) + (((ay1 1) ay1)) + ((p.p.name is l) + (((_epsilon_ 0.2) (ay1 0.8) ay1)) + (((_epsilon_ 0.4) (ay1 0.4) (y 0.2) _epsilon_)))))))))))) + ((n.name is u) + ((p.p.p.name is #) + (((_epsilon_ 0.666667) (ay1 0.333333) _epsilon_)) + (((ay0 0.25) (iy0 0.25) (y 0.5) y))) + ((p.p.p.name is n) + (((_epsilon_ 0.5) + (ay1 0.1) + (ih0 0.1) + (iy0 0.2) + (y 0.1) + _epsilon_)) + ((p.p.p.name is a) + ((n.name is e) + (((_epsilon_ 0.333333) + (ay0 0.333333) + (iy0 0.333333) + _epsilon_)) + ((n.name is o) + (((_epsilon_ 0.333333) (y 0.666667) y)) + (((_epsilon_ 1) _epsilon_)))) + ((n.n.name is #) + (((_epsilon_ 0.963303) (iy0 0.0366972) _epsilon_)) + ((n.name is e) + ((p.p.p.name is 0) + (((_epsilon_ 0.25) (ay1 0.75) ay1)) + ((n.n.name is v) + (((_epsilon_ 0.333333) (ay1 0.666667) ay1)) + (((_epsilon_ 0.965517) + (ay0 0.0114943) + (ay1 0.0114943) + (y 0.0114943) + _epsilon_)))) + (((_epsilon_ 0.98818) + (ay1 0.00945626) + (y 0.00236407) + _epsilon_)))))))) + ((p.name is o) + ((n.n.n.name is a) + ((n.name is a) + (((y 1) y)) + ((p.p.name is t) + (((_epsilon_ 0.333333) (y 0.666667) y)) + (((_epsilon_ 1) _epsilon_)))) + ((n.name is o) + ((p.p.name is t) + (((_epsilon_ 0.25) (y 0.75) y)) + ((p.p.name is c) + (((_epsilon_ 0.333333) (ay0 0.666667) ay0)) + (((_epsilon_ 1) _epsilon_)))) + ((n.name is e) + ((n.n.name is r) + (((_epsilon_ 1) _epsilon_)) + ((n.n.name is #) + (((_epsilon_ 1) _epsilon_)) + ((n.n.n.name is #) + (((_epsilon_ 0.789474) + (iy0 0.157895) + (y 0.0526316) + _epsilon_)) + ((n.n.name is t) + (((_epsilon_ 1) _epsilon_)) + (((iy0 0.25) (y 0.75) y)))))) + (((_epsilon_ 0.9801) + (ih0 0.00497512) + (ih1 0.00497512) + (iy0 0.00497512) + (y 0.00497512) + _epsilon_))))) + ((p.name is e) + ((n.name is e) + ((p.p.name is m) + ((p.p.p.name is #) + (((_epsilon_ 0.125) (ay1 0.875) ay1)) + (((ay0 0.740741) (ay1 0.240741) (iy0 0.0185185) ay0))) + ((p.p.p.name is 0) + ((n.n.name is r) + (((_epsilon_ 0.666667) (ay1 0.333333) _epsilon_)) + (((ay1 1) ay1))) + ((n.n.n.name is #) + ((p.p.p.name is #) + (((_epsilon_ 0.9) (ay1 0.1) _epsilon_)) + ((n.n.name is s) + (((ay0 0.333333) (ay1 0.666667) ay1)) + ((p.p.name is n) + (((iy0 1) iy0)) + ((p.p.name is g) + (((ay1 0.333333) (iy0 0.666667) iy0)) + (((_epsilon_ 0.714286) + (ay1 0.214286) + (iy0 0.0714286) + _epsilon_)))))) + ((n.n.name is r) + ((p.p.name is b) + (((_epsilon_ 0.333333) (ay1 0.666667) ay1)) + (((_epsilon_ 0.666667) (ay0 0.333333) _epsilon_))) + ((p.p.name is n) + (((_epsilon_ 0.333333) + (ay1 0.333333) + (y 0.333333) + _epsilon_)) + (((ay1 0.8) (ih1 0.1) (iy0 0.1) ay1))))))) + ((p.p.p.name is #) + (((_epsilon_ 0.92) (ay1 0.04) (iy0 0.03) (y 0.01) _epsilon_)) + ((p.p.name is n) + (((iy0 0.941176) (y 0.0588235) iy0)) + ((p.p.name is l) + (((_epsilon_ 0.05) (ih1 0.05) (iy0 0.85) (y 0.05) iy0)) + ((p.p.name is k) + (((ay1 0.125) (iy0 0.875) iy0)) + ((n.name is s) + ((p.p.name is v) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is r) + (((_epsilon_ 0.25) (iy0 0.75) iy0)) + (((_epsilon_ 0.6) (iy0 0.4) _epsilon_)))) + (((_epsilon_ 0.888889) + (ay1 0.0222222) + (iy0 0.0444444) + (y 0.0444444) + _epsilon_)))))))) + ((p.p.p.name is 0) + ((p.name is s) + ((n.name is r) + ((n.n.n.name is n) + (((_epsilon_ 0.5) (ay1 0.5) _epsilon_)) + ((n.n.name is u) + (((_epsilon_ 0.666667) (ih1 0.333333) _epsilon_)) + (((ih1 1) ih1)))) + ((n.n.n.name is s) + (((ay1 0.8) (ih1 0.2) ay1)) + ((n.n.name is e) + ((n.name is n) (((ih1 1) ih1)) (((ay1 0.5) (ih1 0.5) ay1))) + ((n.n.name is o) + ((n.name is n) + ((n.n.n.name is n) + (((ax0 0.666667) (ih1 0.333333) ax0)) + (((ax0 0.25) (ih0 0.5) (ih1 0.25) ih0))) + (((ih0 0.142857) (ih1 0.857143) ih1))) + ((n.name is p) + (((ay1 0.4) (ih0 0.2) (ih1 0.4) ay1)) + ((n.n.n.name is i) + (((ih1 1) ih1)) + ((n.n.n.name is n) + (((ay1 0.25) (ih0 0.5) (ih1 0.25) ih0)) + ((n.n.name is v) + (((ih0 0.571429) (ih1 0.428571) ih0)) + ((n.n.n.name is a) + (((ax0 0.0833333) (ih1 0.916667) ih1)) + ((n.n.n.name is e) + (((ax0 0.125) (ih0 0.0625) (ih1 0.8125) ih1)) + ((n.n.n.name is #) + (((ay1 0.25) (ih1 0.75) ih1)) + ((n.n.name is c) + (((ay1 0.111111) (ih0 0.111111) (ih1 0.777778) ih1)) + ((n.n.n.name is m) + (((ih1 1) ih1)) + ((n.n.n.name is l) + (((ih0 0.5) (ih1 0.5) ih0)) + ((n.n.name is p) + ((n.n.n.name is h) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.5) (ih1 0.5) ih0))) + (((ih0 0.225806) (ih1 0.774194) ih1))))))))))))))))) + ((n.n.name is e) + ((p.name is d) + ((n.name is k) + (((ay1 1) ay1)) + (((ay1 0.333333) (ih0 0.111111) (ih1 0.555556) ih1))) + ((n.n.n.name is n) + ((n.name is r) + (((ay1 0.25) (ih0 0.5) (ih1 0.25) ih0)) + (((ay1 0.857143) (ih1 0.142857) ay1))) + ((n.n.n.name is e) + (((ay0 0.333333) (ay1 0.333333) (ih1 0.333333) ay0)) + ((n.n.n.name is x) + (((ay0 0.333333) (ay1 0.333333) (ih1 0.333333) ay0)) + (((ay0 0.023622) (ay1 0.952756) (ih1 0.023622) ay1)))))) + ((n.name is o) + ((p.name is k) + (((y 1) y)) + ((n.n.n.name is o) + (((y 1) y)) + ((p.name is m) + ((n.n.n.name is i) + (((ay0 0.5) (ay1 0.25) (y 0.25) ay0)) + (((ay1 0.666667) (y 0.333333) ay1))) + (((ay1 0.8) (iy1 0.1) (y 0.1) ay1))))) + ((n.name is u) + ((n.n.n.name is #) + (((ay1 0.5) (y 0.5) ay1)) + (((ay1 0.111111) (y 0.888889) y))) + ((n.name is a) + ((n.n.name is n) + ((p.name is r) + (((ay1 1) ay1)) + ((p.name is d) + (((ay0 0.666667) (ay1 0.333333) ay0)) + (((ay0 0.285714) (ay1 0.571429) (y 0.142857) ay1)))) + ((p.name is r) + (((iy0 1) iy0)) + (((ay1 0.846154) (iy0 0.0384615) (y 0.115385) ay1)))) + ((n.name is e) + ((n.n.n.name is a) + (((ay0 0.75) (y 0.25) ay0)) + (((_epsilon_ 0.0238095) + (ay0 0.0238095) + (ay1 0.928571) + (y 0.0238095) + ay1))) + ((n.name is r) + ((p.name is g) + (((ay1 1) ay1)) + ((n.n.n.name is l) + (((_epsilon_ 0.5) + (ih0 0.333333) + (ih1 0.166667) + _epsilon_)) + ((n.n.n.name is x) + (((ay0 0.333333) (ay1 0.666667) ay1)) + ((n.n.name is i) + ((n.n.n.name is c) + (((ay1 0.428571) (ih1 0.571429) ih1)) + (((ay1 0.75) (ih1 0.25) ay1))) + ((p.name is c) + (((ay1 0.333333) (ih1 0.333333) (iy0 0.333333) ay1)) + ((n.n.name is o) + (((ay1 0.75) (ih1 0.25) ay1)) + ((n.n.name is a) + ((n.n.n.name is #) + (((ay1 1) ay1)) + ((p.name is t) + (((_epsilon_ 0.2) (ay1 0.4) (ih1 0.4) ay1)) + (((_epsilon_ 0.25) (ih1 0.75) ih1)))) + ((n.n.n.name is e) + (((_epsilon_ 0.333333) + (ay1 0.5) + (ih1 0.166667) + ay1)) + ((p.name is m) + (((_epsilon_ 0.714286) (ih1 0.285714) _epsilon_)) + (((_epsilon_ 0.285714) (ih1 0.714286) ih1))))))))))) + ((p.name is h) + ((n.n.name is r) + (((ay0 0.195122) (ay1 0.780488) (ih1 0.0243902) ay1)) + ((n.n.name is n) + (((ih0 0.25) (ih1 0.75) ih1)) + ((n.n.name is t) + (((ih0 0.4) (ih1 0.6) ih1)) + ((n.name is n) + (((ih1 1) ih1)) + ((n.n.n.name is c) + (((ay1 0.333333) (ih0 0.166667) (ih1 0.5) ih1)) + (((ay0 0.117647) + (ay1 0.794118) + (ih1 0.0882353) + ay1))))))) + ((n.name is i) + ((n.n.name is n) + (((ay1 1) ay1)) + (((_epsilon_ 1) _epsilon_))) + ((n.n.n.name is n) + ((n.name is l) + ((n.n.name is o) + (((ay1 1) ay1)) + ((p.name is n) + (((ih1 1) ih1)) + (((ax0 0.0714286) + (ay1 0.5) + (ih1 0.357143) + (y 0.0714286) + ay1)))) + ((n.n.name is a) + (((ax0 0.0666667) + (ay1 0.866667) + (ih1 0.0666667) + ay1)) + ((p.name is t) + (((ay1 0.833333) (ih0 0.166667) ay1)) + ((n.name is s) + (((ay1 0.333333) (ih1 0.666667) ih1)) + ((n.n.name is i) + (((ay1 0.333333) (ih0 0.666667) ih0)) + (((ay1 0.5) (ih0 0.166667) (ih1 0.333333) ay1))))))) + ((n.n.name is o) + ((n.n.n.name is l) + (((ay0 0.333333) (ay1 0.166667) (ih1 0.5) ih1)) + ((p.name is t) + (((ay0 0.25) (ay1 0.75) ay1)) + ((p.name is c) + (((ay1 1) ay1)) + ((n.name is l) + (((ay1 1) ay1)) + ((n.name is c) + (((ay1 0.8) (ih1 0.2) ay1)) + ((n.n.n.name is r) + (((ay1 0.428571) (ih1 0.571429) ih1)) + ((n.name is n) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.5) (ih0 0.333333) (ih1 0.166667) ay1))))))))) + ((n.n.name is a) + ((p.name is d) + (((ay0 0.1875) (ay1 0.6875) (ih1 0.125) ay1)) + ((p.name is b) + (((ay1 1) ay1)) + ((p.name is l) + (((ay1 1) ay1)) + ((p.name is c) + (((ay1 0.666667) (ih0 0.333333) ay1)) + ((p.name is r) + (((ay1 0.285714) + (ih0 0.285714) + (ih1 0.428571) + ih1)) + ((n.name is g) + (((ay1 0.6) (ih1 0.4) ay1)) + (((ay1 0.0909091) (ih1 0.909091) ih1)))))))) + ((n.name is n) + (((ih0 0.0217391) (ih1 0.978261) ih1)) + ((p.name is m) + (((ih0 0.142857) (ih1 0.857143) ih1)) + ((n.name is m) + ((n.n.name is n) + (((ay1 0.142857) + (ih0 0.571429) + (ih1 0.285714) + ih0)) + ((n.n.name is p) + ((p.name is n) + (((ih1 1) ih1)) + (((ih0 0.5) (ih1 0.5) ih0))) + (((ih1 1) ih1)))) + ((n.n.n.name is e) + ((p.name is d) + (((ax0 0.333333) (ay1 0.666667) ay1)) + ((p.name is r) + (((ih1 1) ih1)) + ((n.name is c) + (((ay1 1) ay1)) + ((p.name is w) + (((ay1 0.8) (ih1 0.2) ay1)) + ((n.name is p) + (((ay1 0.75) (ih1 0.25) ay1)) + ((n.name is f) + (((ay1 0.666667) (ih1 0.333333) ay1)) + ((p.name is l) + (((ay1 0.5) (ih1 0.5) ay1)) + (((ih1 1) ih1))))))))) + ((n.n.name is h) + (((ay1 0.692308) (ih1 0.307692) ay1)) + ((n.name is b) + ((n.n.name is u) + (((ay0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ay0)) + (((ay1 0.5) (ih0 0.25) (ih1 0.25) ay1))) + ((n.n.n.name is o) + ((p.name is c) + (((ay1 0.5) (ih0 0.5) ay1)) + ((n.n.name is r) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ih0 0.25) (ih1 0.75) ih1)))) + ((n.name is s) + ((p.name is d) + (((ih0 0.6) (ih1 0.4) ih0)) + ((n.n.name is k) + (((ay1 1) ay1)) + ((n.n.name is t) + ((p.name is b) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ay1 0.333333) (ih1 0.666667) ih1))) + (((ay1 0.2) (ih0 0.2) (ih1 0.6) ih1))))) + ((p.name is z) + (((ih0 0.25) (ih1 0.75) ih1)) + ((p.name is n) + (((ih1 1) ih1)) + ((n.n.n.name is s) + (((ay1 0.8) (ih1 0.2) ay1)) + ((p.name is t) + (((ih1 1) ih1)) + ((p.name is g) + (((ih1 1) ih1)) + ((n.name is g) + (((ih1 1) ih1)) + ((n.n.n.name is m) + (((ih1 1) ih1)) + ((n.name is l) + (((ay1 0.75) (ih1 0.25) ay1)) + ((n.n.name is i) + (((ih1 1) ih1)) + ((n.name is c) + (((ay1 0.555556) + (ih1 0.444444) + ay1)) + (((ay1 0.307692) + (ih1 0.692308) + ih1)))))))))))))))))))))))))))))))) + ((n.name is a) + ((p.p.p.name is #) + ((p.name is i) + ((p.p.name is m) + ((n.n.name is s) + (((y 1) y)) + ((n.n.n.name is a) + (((_epsilon_ 0.25) (y 0.75) y)) + (((_epsilon_ 0.666667) (y 0.333333) _epsilon_)))) + (((_epsilon_ 0.2) (iy0 0.6) (y 0.2) iy0))) + (((ay1 0.75) (iy0 0.0833333) (y 0.166667) ay1))) + ((n.n.name is r) + (((y 1) y)) + ((p.name is b) + (((iy0 1) iy0)) + ((p.name is l) + ((p.p.name is o) + (((iy0 1) iy0)) + ((n.n.name is n) + (((iy0 0.666667) (y 0.333333) iy0)) + (((iy1 0.2) (y 0.8) y)))) + ((p.p.p.name is o) + (((_epsilon_ 0.25) (ay1 0.25) (y 0.5) y)) + ((p.p.p.name is m) + (((ay1 0.2) (iy0 0.4) (y 0.4) iy0)) + ((p.p.name is h) + (((iy0 0.666667) (y 0.333333) iy0)) + (((iy0 0.0714286) (y 0.928571) y))))))))) + ((p.p.p.name is #) + ((p.p.name is a) + ((p.name is n) + (((iy0 1) iy0)) + ((p.name is m) + (((ay0 0.2) (ih0 0.8) ih0)) + ((p.name is l) + ((n.name is s) + (((ih0 0.25) (ih1 0.5) (iy0 0.25) ih1)) + (((_epsilon_ 0.333333) + (ih0 0.333333) + (iy0 0.333333) + _epsilon_))) + ((n.name is m) + (((ax0 0.666667) (ih1 0.333333) ax0)) + (((ay1 0.166667) (ih1 0.833333) ih1)))))) + ((p.p.name is o) + ((p.name is x) + (((ax0 1) ax0)) + ((p.name is l) + (((ih1 1) ih1)) + (((ay0 0.2) (ih0 0.6) (ih1 0.2) ih0)))) + ((p.p.name is e) + ((n.n.name is i) + (((ih1 1) ih1)) + ((p.name is g) + (((ax0 0.25) (ih0 0.25) (ih1 0.5) ih1)) + ((p.name is l) + (((ay0 0.333333) (ih0 0.666667) ih0)) + (((ax0 0.333333) (ay0 0.333333) (ih0 0.333333) ax0))))) + ((p.name is z) + (((ih0 0.833333) (ih1 0.166667) ih0)) + ((p.name is s) + (((ax0 0.0769231) + (ay0 0.230769) + (ay1 0.653846) + (ih1 0.0384615) + ay1)) + ((n.n.name is e) + (((_epsilon_ 0.0169492) + (ay1 0.898305) + (ih0 0.0169492) + (ih1 0.0508475) + (y 0.0169492) + ay1)) + ((n.name is e) + (((ay1 0.961538) (y 0.0384615) ay1)) + ((p.p.name is s) + ((n.n.n.name is a) + (((_epsilon_ 0.333333) + (ay1 0.333333) + (ih0 0.333333) + _epsilon_)) + ((n.n.n.name is n) + (((ax0 0.333333) (ay1 0.333333) (y 0.333333) ax0)) + ((n.n.n.name is s) + (((ay0 0.285714) (ay1 0.714286) ay1)) + ((p.name is k) + (((ay1 1) ay1)) + ((p.name is m) + (((ay1 0.333333) (ih1 0.666667) ih1)) + (((ay1 0.857143) (ih1 0.142857) ay1))))))) + ((p.name is u) + (((ay1 1) ay1)) + ((n.n.n.name is g) + (((ay0 0.111111) (ay1 0.888889) ay1)) + ((n.n.n.name is h) + (((_epsilon_ 0.25) (ih1 0.25) (y 0.5) y)) + ((n.name is o) + (((_epsilon_ 0.166667) (ay1 0.833333) ay1)) + ((p.p.name is f) + (((ay1 0.727273) + (ih0 0.0909091) + (ih1 0.181818) + ay1)) + ((p.p.name is d) + (((ay1 1) ay1)) + ((n.n.name is o) + ((p.p.name is g) + (((ay1 1) ay1)) + ((p.name is h) + (((ay1 0.666667) (ih1 0.333333) ay1)) + (((ay1 0.4) (ih1 0.6) ih1)))) + ((n.name is l) + ((n.n.name is l) + (((ax0 0.333333) (ih1 0.666667) ih1)) + (((ay1 1) ay1))) + ((p.p.name is t) + ((p.name is r) + (((ay1 0.142857) (ih1 0.857143) ih1)) + (((ay1 1) ay1))) + ((p.name is h) + (((ax0 0.125) (ih1 0.875) ih1)) + ((n.name is n) + (((ih1 1) ih1)) + ((n.n.n.name is a) + (((ih1 1) ih1)) + ((n.name is s) + (((ay1 0.5) (ih1 0.5) ay1)) + (((ay1 0.125) (ih1 0.875) ih1))))))))))))))))))))))) + ((n.n.name is e) + ((n.n.n.name is #) + ((p.p.p.name is d) + (((_epsilon_ 0.333333) + (ax0 0.333333) + (ay0 0.333333) + _epsilon_)) + ((p.name is l) + ((p.p.p.name is c) + (((ay0 0.333333) (ay1 0.333333) (ih1 0.333333) ay0)) + ((n.name is n) + (((ay0 0.333333) (ay1 0.333333) (ih0 0.333333) ay0)) + (((ay1 1) ay1)))) + ((p.p.name is n) + ((p.p.p.name is i) + (((ay1 1) ay1)) + ((p.name is t) + (((ay0 1) ay0)) + (((ay0 0.25) (ay1 0.75) ay1)))) + (((ay0 0.0408163) (ay1 0.959184) ay1))))) + ((p.p.p.name is p) + (((ax0 0.111111) (ih0 0.888889) ih0)) + ((n.n.n.name is n) + ((n.name is l) + (((ax0 0.857143) (ih0 0.142857) ax0)) + (((ay1 0.125) (iy0 0.875) iy0))) + ((p.p.name is g) + (((ay0 0.25) (ih1 0.5) (y 0.25) ih1)) + ((n.n.n.name is l) + (((iy0 1) iy0)) + ((p.name is v) + (((iy0 1) iy0)) + ((n.name is r) + (((_epsilon_ 0.5) (ay1 0.25) (iy0 0.25) _epsilon_)) + ((n.n.n.name is d) + (((ax0 0.1) (ay1 0.7) (iy0 0.2) ay1)) + ((p.p.name is s) + (((ax0 0.333333) (ay0 0.333333) (ih0 0.333333) ax0)) + ((n.name is s) + (((ax0 0.333333) (ay0 0.333333) (ay1 0.333333) ax0)) + ((n.name is t) + ((n.n.n.name is r) + (((ay0 0.666667) (ay1 0.333333) ay0)) + (((ay0 0.125) (ay1 0.875) ay1))) + ((n.n.n.name is r) + (((ay1 1) ay1)) + ((p.name is t) + (((ay1 1) ay1)) + ((p.name is l) + (((ay1 0.666667) (ih0 0.333333) ay1)) + (((ay1 0.4) (ih0 0.6) ih0)))))))))))))))) + ((n.n.n.name is g) + ((p.name is f) + (((ay0 0.027027) (ay1 0.972973) ay1)) + ((p.name is l) + ((p.p.name is l) + (((ay0 0.2) (iy0 0.8) iy0)) + (((ay1 1) ay1))) + ((p.p.p.name is a) + (((iy0 0.833333) (y 0.166667) iy0)) + ((p.p.name is o) + (((iy0 1) iy0)) + ((p.p.name is a) + (((iy0 1) iy0)) + ((p.p.name is r) + (((iy0 1) iy0)) + ((p.name is r) + (((ay1 0.75) (iy0 0.25) ay1)) + (((ay1 0.3) (iy0 0.7) iy0))))))))) + ((n.name is n) + ((n.n.n.name is k) + (((ih1 1) ih1)) + ((n.n.name is a) + (((ay0 0.714286) (iy1 0.285714) ay0)) + ((p.name is g) + (((ax0 1) ax0)) + ((n.n.n.name is e) + (((ay0 0.333333) (ay1 0.333333) (ih1 0.333333) ay0)) + ((p.name is u) + (((ay0 0.333333) (ay1 0.333333) (ih0 0.333333) ay0)) + ((n.n.name is i) + (((ay1 0.25) (ih0 0.25) (ih1 0.5) ih1)) + ((p.p.p.name is c) + ((p.p.name is e) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.666667) (ih1 0.333333) ih0))) + ((n.n.name is #) + ((p.name is l) + ((p.p.name is k) + (((ax0 0.333333) + (ih0 0.333333) + (ih1 0.333333) + ax0)) + (((ax0 0.115385) + (ih0 0.846154) + (ih1 0.0384615) + ih0))) + (((ih0 0.911765) (ih1 0.0882353) ih0))) + (((ax0 0.142857) + (ih0 0.785714) + (iy0 0.0714286) + ih0)))))))))) + ((n.name is e) + ((p.name is u) + ((p.p.name is g) + (((ay1 0.333333) (iy1 0.333333) (y 0.333333) ay1)) + (((_epsilon_ 0.5) (ay0 0.25) (ay1 0.25) _epsilon_))) + ((n.n.name is #) + ((p.p.name is a) + (((ay0 0.666667) (y 0.333333) ay0)) + (((ay0 0.166667) (ay1 0.333333) (iy0 0.5) iy0))) + ((p.name is l) + (((_epsilon_ 0.0555556) + (ay1 0.0555556) + (iy0 0.777778) + (y 0.111111) + iy0)) + ((p.name is m) + (((ay1 0.142857) (iy0 0.857143) iy0)) + ((p.name is r) + (((_epsilon_ 0.333333) (y 0.666667) y)) + ((p.p.p.name is o) + (((ay1 0.25) (iy0 0.25) (y 0.5) y)) + ((p.p.p.name is l) + (((y 1) y)) + ((p.p.name is a) + (((iy0 0.5) (y 0.5) iy0)) + (((iy0 0.0909091) (y 0.909091) y)))))))))) + ((n.name is o) + ((p.name is n) + (((y 1) y)) + ((p.p.p.name is m) + (((iy0 1) iy0)) + ((p.name is c) + (((iy0 1) iy0)) + ((p.name is l) + (((iy0 0.75) (y 0.25) iy0)) + ((p.name is r) + (((ay1 0.333333) (iy0 0.333333) (y 0.333333) ay1)) + (((ay0 0.0909091) (iy0 0.0909091) (y 0.818182) y))))))) + ((n.n.name is #) + ((n.name is l) + (((ax0 0.818182) + (ay1 0.0454545) + (ih0 0.0909091) + (ih1 0.0454545) + ax0)) + ((n.name is k) + ((p.p.p.name is a) + ((p.p.name is c) + (((ih0 0.333333) (ih1 0.666667) ih1)) + (((ih0 0.666667) (ih1 0.333333) ih0))) + (((ih0 1) ih0))) + ((n.name is s) + ((p.name is s) + (((ih0 0.666667) (ih1 0.333333) ih0)) + ((p.name is d) + (((ih0 0.333333) (iy0 0.333333) (y 0.333333) ih0)) + ((p.p.name is e) + (((ih0 0.5) (iy0 0.5) ih0)) + (((ay1 0.0555556) + (ih0 0.0555556) + (iy0 0.888889) + iy0))))) + ((n.name is i) + (((iy0 0.125) (y 0.875) y)) + ((n.name is u) + (((_epsilon_ 0.25) (y 0.75) y)) + ((p.p.name is r) + (((_epsilon_ 0.333333) + (ih0 0.333333) + (ih1 0.333333) + _epsilon_)) + (((ih0 1) ih0)))))))) + ((n.n.name is l) + ((n.n.n.name is i) + ((p.name is c) + (((ay1 0.5) (ih1 0.5) ay1)) + (((ih1 1) ih1))) + ((p.p.name is i) + (((ih0 0.833333) (iy0 0.166667) ih0)) + ((p.name is c) + (((ay1 1) ay1)) + ((n.name is l) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((ay1 0.5) (ih0 0.25) (iy0 0.25) ay1)))))) + ((n.name is r) + ((n.n.n.name is a) + (((ih1 1) ih1)) + (((_epsilon_ 0.7) (ih0 0.2) (ih1 0.1) _epsilon_))) + ((n.name is u) + (((_epsilon_ 0.2) (iy0 0.2) (y 0.6) y)) + ((n.n.n.name is c) + ((n.n.name is i) + (((ax0 0.0454545) + (ih0 0.0454545) + (ih1 0.909091) + ih1)) + (((ih0 0.4) (iy0 0.6) iy0))) + ((n.n.name is t) + ((p.name is l) + ((p.p.p.name is c) + (((ih1 1) ih1)) + (((ax0 1) ax0))) + ((n.n.n.name is e) + (((ih1 1) ih1)) + ((p.name is r) + (((ih1 0.8) (iy0 0.2) ih1)) + (((ih0 0.8) (ih1 0.2) ih0))))) + ((p.name is r) + ((n.n.name is h) + (((ax0 0.166667) (ih1 0.5) (iy0 0.333333) ih1)) + ((p.p.p.name is m) + ((n.name is l) + (((ax0 0.333333) (ih0 0.666667) ih0)) + (((iy0 1) iy0))) + ((n.n.name is i) + ((p.p.p.name is e) + (((iy0 1) iy0)) + ((n.n.n.name is d) + (((iy0 1) iy0)) + (((ih1 0.5) (iy0 0.5) ih1)))) + ((p.p.name is r) + (((iy0 1) iy0)) + ((n.n.name is o) + (((iy0 1) iy0)) + ((n.n.n.name is n) + (((ih0 0.166667) (iy0 0.833333) iy0)) + (((ih0 0.5) (iy0 0.5) ih0)))))))) + ((p.p.p.name is n) + ((p.name is l) + (((ax0 0.4) (ay1 0.4) (iy1 0.2) ax0)) + ((p.p.name is o) + (((ax0 1) ax0)) + (((ax0 0.25) (ih0 0.5) (iy0 0.25) ih0)))) + ((p.name is h) + ((n.name is d) + (((ay0 0.2) (ay1 0.8) ay1)) + (((ih0 0.333333) + (ih1 0.333333) + (iy1 0.333333) + ih0))) + ((n.n.name is h) + ((p.name is s) + (((ay0 0.333333) + (ay1 0.333333) + (ih1 0.333333) + ay0)) + ((n.name is p) + (((ih0 0.4) (ih1 0.6) ih1)) + (((ax0 0.111111) (ih0 0.888889) ih0)))) + ((p.name is z) + ((p.p.p.name is p) + (((ax0 0.75) (ih1 0.25) ax0)) + ((n.n.n.name is i) + (((ih1 1) ih1)) + ((n.n.name is a) + (((ay0 0.2) (ih0 0.2) (ih1 0.6) ih1)) + ((n.name is g) + (((ay1 0.666667) (ih0 0.333333) ay1)) + (((ay1 0.25) (ih0 0.75) ih0)))))) + ((p.name is l) + ((n.n.name is i) + ((p.p.p.name is r) + (((ax0 0.5) (ay1 0.5) ax0)) + ((p.p.name is o) + (((ih0 0.25) (iy0 0.75) iy0)) + ((n.n.n.name is n) + (((ih0 0.666667) (iy0 0.333333) ih0)) + (((ax0 0.75) (ih0 0.25) ax0))))) + ((p.p.name is a) + (((ih1 1) ih1)) + ((n.n.n.name is o) + (((iy0 1) iy0)) + ((n.name is c) + (((ih0 0.6) (iy0 0.4) ih0)) + ((n.name is s) + (((ih0 0.6) (ih1 0.4) ih0)) + ((n.name is g) + (((ih0 0.25) + (ih1 0.625) + (iy0 0.125) + ih1)) + ((p.p.p.name is p) + (((ax0 0.333333) + (ih0 0.333333) + (iy0 0.333333) + ax0)) + (((ih1 0.333333) (iy0 0.666667) iy0))))))))) + ((n.name is l) + ((n.n.name is a) + (((ih1 1) ih1)) + (((_epsilon_ 0.1) + (ax0 0.5) + (ih0 0.1) + (ih1 0.1) + (iy0 0.2) + ax0))) + ((n.name is p) + (((ax0 0.333333) (ay1 0.666667) ay1)) + ((n.name is k) + (((ay0 0.25) (ih0 0.25) (ih1 0.5) ih1)) + ((p.p.p.name is r) + (((ax0 0.5) (ih0 0.25) (iy0 0.25) ax0)) + ((p.p.name is o) + ((p.name is n) + (((ax0 0.25) (ih1 0.5) (iy0 0.25) ih1)) + (((_epsilon_ 0.1) + (ay1 0.1) + (iy0 0.8) + iy0))) + ((p.name is s) + (((ay0 0.2) (ih1 0.4) (iy0 0.4) ih1)) + ((p.p.name is r) + (((ih0 0.5) (iy0 0.5) ih0)) + (((ih0 0.047619) + (ih1 0.047619) + (iy0 0.904762) + iy0))))))))))))))))))))))))))))))))))) +(z + ((p.name is t) + ((n.name is #) + (((s 1) s)) + ((n.name is e) + ((n.n.name is l) + (((s 0.0789474) (z 0.921053) z)) + ((p.p.p.name is r) + (((z 1) z)) + ((p.p.p.name is w) + (((s 1) s)) + ((n.n.name is s) + (((s 1) s)) + ((p.p.name is r) + (((_epsilon_ 0.2) (s 0.2) (z 0.6) z)) + ((p.p.p.name is k) + (((s 0.8) (z 0.2) s)) + ((p.p.name is a) + (((z 1) z)) + ((p.p.p.name is o) + (((z 1) z)) + ((p.p.name is o) + (((z 1) z)) + ((p.p.name is e) + ((p.p.p.name is i) + (((z 1) z)) + ((p.p.p.name is m) + (((s 0.5) (z 0.5) s)) + (((s 0.222222) (z 0.777778) z)))) + ((p.p.name is n) + ((p.p.p.name is i) (((s 0.5) (z 0.5) s)) (((z 1) z))) + ((p.p.name is i) + ((p.p.p.name is n) + (((s 0.25) (z 0.75) z)) + ((n.n.name is n) + (((s 0.25) (z 0.75) z)) + ((p.p.p.name is l) + (((s 0.75) (z 0.25) s)) + (((s 0.363636) (z 0.636364) z))))) + ((p.p.name is l) + ((p.p.p.name is e) + (((s 0.5) (z 0.5) s)) + (((s 0.333333) (z 0.666667) z))) + ((n.n.n.name is #) + (((s 1) s)) + (((s 0.333333) (z 0.666667) z)))))))))))))))) + ((n.name is s) + (((_epsilon_ 0.75) (z 0.25) _epsilon_)) + ((n.n.n.name is r) + (((s 0.973684) (z 0.0263158) s)) + ((n.n.name is a) + ((n.n.n.name is f) + (((z 1) z)) + ((p.p.p.name is h) (((s 0.333333) (z 0.666667) z)) (((s 1) s)))) + ((n.n.name is i) + (((s 1) s)) + ((n.n.name is y) + (((s 1) s)) + ((n.name is a) + (((z 1) z)) + ((n.name is o) + (((z 1) z)) + ((n.n.name is o) + (((s 0.833333) (z 0.166667) s)) + ((n.name is k) + (((s 0.25) (z 0.75) z)) + ((n.name is i) + ((n.n.n.name is g) + (((s 0.230769) (z 0.769231) z)) + ((p.p.name is i) (((s 0.25) (z 0.75) z)) (((s 1) s)))) + (((s 0.769231) (z 0.230769) s)))))))))))))) + ((n.name is z) + (((_epsilon_ 1) _epsilon_)) + ((p.name is c) + (((_epsilon_ 0.945355) + (s 0.00546448) + (t-s 0.0273224) + (z 0.0218579) + _epsilon_)) + ((p.name is s) + ((n.n.name is n) + ((p.p.name is o) + (((_epsilon_ 0.333333) (z 0.666667) z)) + (((_epsilon_ 0.857143) (z 0.142857) _epsilon_))) + (((_epsilon_ 0.983051) (z 0.0169492) _epsilon_))) + ((p.name is z) + ((n.name is l) + (((z 1) z)) + ((n.n.n.name is o) + (((t-s 0.875) (z 0.125) t-s)) + ((n.n.n.name is a) + (((t-s 0.846154) (z 0.153846) t-s)) + ((n.name is i) + ((n.n.name is e) + (((z 1) z)) + ((p.p.name is o) + (((t-s 0.4) (z 0.6) z)) + ((p.p.p.name is l) + (((t-s 0.857143) (z 0.142857) t-s)) + ((p.p.name is i) + ((p.p.p.name is p) + (((t-s 0.75) (z 0.25) t-s)) + ((p.p.p.name is r) + (((t-s 0.6) (z 0.4) t-s)) + (((t-s 0.285714) (z 0.714286) z)))) + (((t-s 0.666667) (z 0.333333) t-s)))))) + ((n.n.n.name is 0) + ((n.name is a) + ((p.p.name is e) + (((z 1) z)) + ((p.p.name is u) + (((t-s 1) t-s)) + ((p.p.name is a) + (((t-s 0.714286) (z 0.285714) t-s)) + ((p.p.p.name is r) + (((z 1) z)) + (((t-s 0.6) (z 0.4) t-s)))))) + (((z 1) z))) + ((p.p.p.name is m) + ((p.p.name is a) + (((t-s 0.833333) (z 0.166667) t-s)) + (((t-s 0.333333) (z 0.666667) z))) + ((n.n.n.name is i) + ((p.p.p.name is r) + (((t-s 0.333333) (z 0.666667) z)) + (((t-s 0.875) (z 0.125) t-s))) + ((n.n.n.name is e) + (((t-s 1) t-s)) + ((p.p.p.name is p) + (((t-s 0.666667) (z 0.333333) t-s)) + ((p.p.name is u) + ((p.p.p.name is b) + (((t-s 0.125) (z 0.875) z)) + (((t-s 0.6) (z 0.4) t-s))) + (((z 1) z)))))))))))) + ((p.name is d) + ((n.n.n.name is 0) + (((z 1) z)) + ((n.n.name is k) + (((z 1) z)) + (((_epsilon_ 0.806452) (z 0.16129) (zh 0.0322581) _epsilon_)))) + ((n.name is s) + (((_epsilon_ 1) _epsilon_)) + ((p.name is r) + ((p.p.p.name is #) + ((p.p.name is b) + (((_epsilon_ 1) _epsilon_)) + ((p.p.name is k) + (((_epsilon_ 1) _epsilon_)) + (((_epsilon_ 0.047619) (z 0.904762) (zh 0.047619) z)))) + ((p.p.name is d) + (((_epsilon_ 1) _epsilon_)) + ((p.p.p.name is w) + ((p.p.name is a) (((t-s 0.8) (z 0.2) t-s)) (((z 1) z))) + (((t-s 0.00934579) (z 0.990654) z))))) + ((n.name is h) + ((n.n.n.name is u) + (((t-s 0.166667) (z 0.833333) z)) + ((p.p.name is 0) + ((n.n.name is i) + (((zh 1) zh)) + ((n.n.name is a) + (((z 0.333333) (zh 0.666667) zh)) + (((z 0.666667) (zh 0.333333) z)))) + (((z 0.769231) (zh 0.230769) z)))) + ((n.name is #) + (((_epsilon_ 0.00340136) + (s 0.037415) + (t-s 0.0204082) + (z 0.938776) + z)) + ((p.name is l) + ((n.name is b) + (((t-s 0.666667) (z 0.333333) t-s)) + (((t-s 0.031746) (z 0.968254) z))) + ((n.name is i) + ((n.n.n.name is r) + (((z 0.888889) (zh 0.111111) z)) + ((p.p.name is i) + (((s 0.25) (z 0.75) z)) + ((p.p.p.name is g) + (((t-s 0.285714) (z 0.714286) z)) + ((p.p.name is n) + ((p.p.p.name is #) + (((t-s 0.6) (z 0.4) t-s)) + (((z 1) z))) + (((_epsilon_ 0.0026738) + (t-s 0.0026738) + (z 0.991979) + (zh 0.0026738) + z)))))) + ((n.n.name is o) + (((_epsilon_ 0.03125) (s 0.03125) (z 0.9375) z)) + ((p.p.p.name is s) + ((n.name is u) + (((z 0.333333) (zh 0.666667) zh)) + (((z 1) z))) + (((s 0.000561167) + (t-s 0.00112233) + (z 0.997194) + (zh 0.00112233) + z))))))))))))))))) +) +) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict-0.4.diff b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict-0.4.diff new file mode 100644 index 0000000000000000000000000000000000000000..02b80d7e849c66b53899f8e521f8f83b111ccf61 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict-0.4.diff @@ -0,0 +1,3126 @@ +*** cmudict-0.4.scm Thu Jun 25 09:40:32 1998 +--- cmudict-0.4-nopos.scm Thu Jun 25 09:41:28 1998 +*************** +*** 39,45 **** + ;; ## + ;; ## bob weide (weide@cs.cmu.edu) + ;; ## +! ("a" nil (ax)) + ("aaa" nil (t r ih1 p ax l ey1)) + ("aaberg" nil (aa1 b er0 g)) + ("aachen" nil (aa1 k ax n)) +--- 39,46 ---- + ;; ## + ;; ## bob weide (weide@cs.cmu.edu) + ;; ## +! ("a" dt (ax)) +! ("a" n (ey1)) + ("aaa" nil (t r ih1 p ax l ey1)) + ("aaberg" nil (aa1 b er0 g)) + ("aachen" nil (aa1 k ax n)) +*************** +*** 187,193 **** + ("abiomed" nil (ey0 b iy1 ax m eh0 d)) + ("abitibi" nil (ae1 b ih0 t iy1 b iy0)) + ("abitz" nil (ae1 b ih0 t s)) +! ("abject" nil (ae1 b jh eh0 k t)) + ("ablaze" nil (ax b l ey1 z)) + ("able" nil (ey1 b ax l)) + ("abler" nil (ey1 b ax l er0)) +--- 188,195 ---- + ("abiomed" nil (ey0 b iy1 ax m eh0 d)) + ("abitibi" nil (ae1 b ih0 t iy1 b iy0)) + ("abitz" nil (ae1 b ih0 t s)) +! ("abject" v (ae0 b jh eh1 k t)) +! ("abject" n (ae1 b jh eh0 k t)) + ("ablaze" nil (ax b l ey1 z)) + ("able" nil (ey1 b ax l)) + ("abler" nil (ey1 b ax l er0)) +*************** +*** 279,285 **** + ("abscess" nil (ae1 b s eh1 s)) + ("absence" nil (ae1 b s ax n s)) + ("absences" nil (ae1 b s ax n s ax z)) +! ("absent" nil (ae1 b s ax n t)) + ("absentee" nil (ae1 b s ax n t iy1)) + ("absenteeism" nil (ae1 b s ax n t iy1 ih0 z ax m)) + ("absentees" nil (ae1 b s ax n t iy1 z)) +--- 281,288 ---- + ("abscess" nil (ae1 b s eh1 s)) + ("absence" nil (ae1 b s ax n s)) + ("absences" nil (ae1 b s ax n s ax z)) +! ("absent" j (ae1 b s ax n t)) +! ("absent" v (ax0 b s eh1 n t)) + ("absentee" nil (ae1 b s ax n t iy1)) + ("absenteeism" nil (ae1 b s ax n t iy1 ih0 z ax m)) + ("absentees" nil (ae1 b s ax n t iy1 z)) +*************** +*** 315,325 **** + ("abstinence" nil (ae1 b s t ax n ax n s)) + ("abstinent" nil (ae1 b s t ax n ax n t)) + ("abston" nil (ae1 b s t ax n)) +! ("abstract" nil (ae0 b s t r ae1 k t)) + ("abstracted" nil (ae1 b s t r ae1 k t ih0 d)) + ("abstraction" nil (ae0 b s t r ae1 k sh ax n)) + ("abstractions" nil (ae0 b s t r ae1 k sh ax n z)) +! ("abstracts" nil (ae1 b s t r ae0 k t s)) + ("abstruse" nil (ax b s t r uw1 s)) + ("absurd" nil (ax b s er1 d)) + ("absurdist" nil (ax b s er1 d ih0 s t)) +--- 318,330 ---- + ("abstinence" nil (ae1 b s t ax n ax n s)) + ("abstinent" nil (ae1 b s t ax n ax n t)) + ("abston" nil (ae1 b s t ax n)) +! ("abstract" v (ae0 b s t r ae1 k t)) +! ("abstract" n (ae1 b s t r ae0 k t)) + ("abstracted" nil (ae1 b s t r ae1 k t ih0 d)) + ("abstraction" nil (ae0 b s t r ae1 k sh ax n)) + ("abstractions" nil (ae0 b s t r ae1 k sh ax n z)) +! ("abstracts" n (ae1 b s t r ae0 k t s)) +! ("abstracts" v (ax0 b s t r ae1 k t s)) + ("abstruse" nil (ax b s t r uw1 s)) + ("absurd" nil (ax b s er1 d)) + ("absurdist" nil (ax b s er1 d ih0 s t)) +*************** +*** 334,344 **** + ("abundant" nil (ax b ah1 n d ax n t)) + ("abundantly" nil (ax b ah1 n d ax n t l iy0)) + ("aburto" nil (ax b uh1 r t ow1)) +! ("abuse" nil (ax b y uw1 s)) + ("abused" nil (ax b y uw1 z d)) + ("abuser" nil (ax b y uw1 z er0)) + ("abusers" nil (ax b y uw1 z er0 z)) +! ("abuses" nil (ax b y uw1 s ax z)) + ("abusing" nil (ax b y uw1 z ih0 ng)) + ("abusive" nil (ax b y uw1 s ih0 v)) + ("abut" nil (ax b ah1 t)) +--- 339,351 ---- + ("abundant" nil (ax b ah1 n d ax n t)) + ("abundantly" nil (ax b ah1 n d ax n t l iy0)) + ("aburto" nil (ax b uh1 r t ow1)) +! ("abuse" n (ax b y uw1 s)) +! ("abuse" v (ax b y uw1 z)) + ("abused" nil (ax b y uw1 z d)) + ("abuser" nil (ax b y uw1 z er0)) + ("abusers" nil (ax b y uw1 z er0 z)) +! ("abuses" n (ax b y uw1 s ax z)) +! ("abuses" v (ax b y uw1 z ih0 z)) + ("abusing" nil (ax b y uw1 z ih0 ng)) + ("abusive" nil (ax b y uw1 s ih0 v)) + ("abut" nil (ax b ah1 t)) +*************** +*** 380,388 **** + ("accelerator" nil (ae0 k s eh1 l er0 ey1 t er0)) + ("accelerometer" nil (ae0 k s eh1 l er0 aa1 m ax t er0)) + ("accelerometers" nil (ae0 k s eh1 l er0 aa1 m ax t er0 z)) +! ("accent" nil (ax k s eh1 n t)) + ("accented" nil (ae1 k s eh0 n t ih0 d)) +! ("accents" nil (ae1 k s eh0 n t s)) + ("accentuate" nil (ax k s eh1 n ch uw0 ey0 t)) + ("accentuated" nil (ae0 k s eh1 n ch ax w ey1 t ih0 d)) + ("accentuating" nil (ae0 k s eh1 n ch ax w ey1 t ih0 ng)) +--- 387,397 ---- + ("accelerator" nil (ae0 k s eh1 l er0 ey1 t er0)) + ("accelerometer" nil (ae0 k s eh1 l er0 aa1 m ax t er0)) + ("accelerometers" nil (ae0 k s eh1 l er0 aa1 m ax t er0 z)) +! ("accent" v (ae0 k s eh1 n t)) +! ("accent" n (ae1 k s eh0 n t)) + ("accented" nil (ae1 k s eh0 n t ih0 d)) +! ("accents" n (ae1 k s eh0 n t s)) +! ("accents" v (ae0 k s eh1 n t s)) + ("accentuate" nil (ax k s eh1 n ch uw0 ey0 t)) + ("accentuated" nil (ae0 k s eh1 n ch ax w ey1 t ih0 d)) + ("accentuating" nil (ae0 k s eh1 n ch ax w ey1 t ih0 ng)) +*************** +*** 753,765 **** + ("adder" nil (ae1 d er0)) + ("adderley" nil (ax d er1 l iy0)) + ("addicks" nil (ae1 d ih0 k s)) +! ("addict" nil (ax d ih1 k t)) + ("addicted" nil (ax d ih1 k t ax d)) + ("addicting" nil (ax d ih1 k t ih0 ng)) + ("addiction" nil (ax d ih1 k sh ax n)) + ("addictions" nil (ax d ih1 k sh ax n z)) + ("addictive" nil (ax d ih1 k t ih0 v)) +! ("addicts" nil (ax d ih1 k t s)) + ("addidas" nil (ax d iy1 d ax s)) + ("addie" nil (ae1 d iy0)) + ("adding" nil (ae1 d ih0 ng)) +--- 762,776 ---- + ("adder" nil (ae1 d er0)) + ("adderley" nil (ax d er1 l iy0)) + ("addicks" nil (ae1 d ih0 k s)) +! ("addict" v (ax d ih1 k t)) +! ("addict" n (ah1 d ih0 k t)) + ("addicted" nil (ax d ih1 k t ax d)) + ("addicting" nil (ax d ih1 k t ih0 ng)) + ("addiction" nil (ax d ih1 k sh ax n)) + ("addictions" nil (ax d ih1 k sh ax n z)) + ("addictive" nil (ax d ih1 k t ih0 v)) +! ("addicts" v (ax d ih1 k t s)) +! ("addicts" n (ah1 d ih0 k t s)) + ("addidas" nil (ax d iy1 d ax s)) + ("addie" nil (ae1 d iy0)) + ("adding" nil (ae1 d ih0 ng)) +*************** +*** 774,780 **** + ("additives" nil (ae1 d ax t ih0 v z)) + ("addled" nil (ae1 d ax l d)) + ("addleman" nil (ae1 d ax l m ax n)) +! ("address" nil (ae1 d r eh1 s)) + ("addressable" nil (ax d r eh1 s ax b ax l)) + ("addressed" nil (ax d r eh1 s t)) + ("addressee" nil (ae1 d r eh0 s iy1)) +--- 785,792 ---- + ("additives" nil (ae1 d ax t ih0 v z)) + ("addled" nil (ae1 d ax l d)) + ("addleman" nil (ae1 d ax l m ax n)) +! ("address" v (ae1 d r eh1 s)) +! ("address" n (ax d r eh1 s)) + ("addressable" nil (ax d r eh1 s ax b ax l)) + ("addressed" nil (ax d r eh1 s t)) + ("addressee" nil (ae1 d r eh0 s iy1)) +*************** +*** 1051,1059 **** + ("advisory" nil (ae0 d v ay1 z er0 iy0)) + ("advo" nil (ae1 d v ow0)) + ("advocacy" nil (ae1 d v ax k ax s iy0)) +! ("advocate" nil (ae1 d v ax k ax t)) + ("advocated" nil (ae1 d v ax k ey1 t ax d)) +! ("advocates" nil (ae1 d v ax k ax t s)) + ("advocating" nil (ae1 d v ax k ey1 t ih0 ng)) + ("advocation" nil (ae1 d v ax k ey1 sh ax n)) + ("adweek" nil (ae1 d w iy0 k)) +--- 1063,1073 ---- + ("advisory" nil (ae0 d v ay1 z er0 iy0)) + ("advo" nil (ae1 d v ow0)) + ("advocacy" nil (ae1 d v ax k ax s iy0)) +! ("advocate" n (ae1 d v ax k ax t)) +! ("advocate" v (ae1 d v ax k ey1 t)) + ("advocated" nil (ae1 d v ax k ey1 t ax d)) +! ("advocates" n (ae1 d v ax k ax t s)) +! ("advocates" v (ae1 d v ax k ey1 t s)) + ("advocating" nil (ae1 d v ax k ey1 t ih0 ng)) + ("advocation" nil (ae1 d v ax k ey1 sh ax n)) + ("adweek" nil (ae1 d w iy0 k)) +*************** +*** 1139,1147 **** + ("affirmed" nil (ax f er1 m d)) + ("affirming" nil (ax f er1 m ih0 ng)) + ("affirms" nil (ax f er1 m z)) +! ("affix" nil (ae1 f ih0 k s)) + ("affixed" nil (ax f ih1 k s t)) +! ("affixes" nil (ae1 f ih0 k s ih0 z)) + ("affixing" nil (ax f ih1 k s ih0 ng)) + ("affleck" nil (ae1 f l ih0 k)) + ("afflerbach" nil (ae1 f l er0 b aa1 k)) +--- 1153,1163 ---- + ("affirmed" nil (ax f er1 m d)) + ("affirming" nil (ax f er1 m ih0 ng)) + ("affirms" nil (ax f er1 m z)) +! ("affix" n (ae1 f ih0 k s)) +! ("affix" v (ae0 f ih1 k s)) + ("affixed" nil (ax f ih1 k s t)) +! ("affixes" vl (ax f ih1 k s ih0 z)) +! ("affixes" n (ah1 f ih0 k s ih0 z)) + ("affixing" nil (ax f ih1 k s ih0 ng)) + ("affleck" nil (ae1 f l ih0 k)) + ("afflerbach" nil (ae1 f l er0 b aa1 k)) +*************** +*** 1237,1243 **** + ("agatha" nil (ae1 g ax th ax)) + ("agco" nil (ae1 g k ow1)) + ("age" nil (ey1 jh)) +! ("aged" nil (ey1 jh d)) + ("agee" nil (ey1 jh iy1)) + ("ageless" nil (ey1 jh l ax s)) + ("agence" nil (ae1 jh ax n s)) +--- 1253,1260 ---- + ("agatha" nil (ae1 g ax th ax)) + ("agco" nil (ae1 g k ow1)) + ("age" nil (ey1 jh)) +! ("aged" v (ey1 jh d)) +! ("aged" j (ey1 jh ih0 d)) + ("agee" nil (ey1 jh iy1)) + ("ageless" nil (ey1 jh l ax s)) + ("agence" nil (ae1 jh ax n s)) +*************** +*** 1265,1273 **** + ("aggravates" nil (ae1 g r ax v ey1 t s)) + ("aggravating" nil (ae1 g r ax v ey1 t ih0 ng)) + ("aggravation" nil (ae1 g r ax v ey1 sh ax n)) +! ("aggregate" nil (ae1 g r ax g ax t)) + ("aggregated" nil (ae1 g r ax g ey1 t ax d)) +! ("aggregates" nil (ae1 g r ax g ih0 t s)) + ("aggression" nil (ax g r eh1 sh ax n)) + ("aggressions" nil (ax g r eh1 sh ax n z)) + ("aggressive" nil (ax g r eh1 s ih0 v)) +--- 1282,1292 ---- + ("aggravates" nil (ae1 g r ax v ey1 t s)) + ("aggravating" nil (ae1 g r ax v ey1 t ih0 ng)) + ("aggravation" nil (ae1 g r ax v ey1 sh ax n)) +! ("aggregate" v (ae1 g r ax g ax t)) +! ("aggregate" n (ae1 g r ax g ih0 t)) + ("aggregated" nil (ae1 g r ax g ey1 t ax d)) +! ("aggregates" n (ae1 g r ax g ih0 t s)) +! ("aggregates" v (ae1 g r ax g ax t s)) + ("aggression" nil (ax g r eh1 sh ax n)) + ("aggressions" nil (ax g r eh1 sh ax n z)) + ("aggressive" nil (ax g r eh1 s ih0 v)) +*************** +*** 2054,2060 **** + ("allie" nil (ae1 l iy0)) + ("allied" nil (ax l ay1 d)) + ("alliedsignal" nil (ae1 l ay1 d s ih1 g n ax l)) +! ("allies" nil (ae1 l ay0 z)) + ("alligator" nil (ae1 l ax g ey1 t er0)) + ("alligators" nil (ae1 l ax g ey1 t er0 z)) + ("alligood" nil (ae1 l ih0 g uh1 d)) +--- 2073,2080 ---- + ("allie" nil (ae1 l iy0)) + ("allied" nil (ax l ay1 d)) + ("alliedsignal" nil (ae1 l ay1 d s ih1 g n ax l)) +! ("allies" n (ae1 l ay0 z)) +! ("allies" v (ax l ay1 z)) + ("alligator" nil (ae1 l ax g ey1 t er0)) + ("alligators" nil (ae1 l ax g ey1 t er0 z)) + ("alligood" nil (ae1 l ih0 g uh1 d)) +*************** +*** 2140,2146 **** + ("allwaste" nil (ao1 l w ey1 s t)) + ("allways" nil (ao1 l w ey1 z)) + ("allweiss" nil (aa1 l w iy1 s)) +! ("ally" nil (ae1 l ay0)) + ("allying" nil (ae1 l ay0 ih0 ng)) + ("allyn" nil (ae1 l ih0 n)) + ("allys" nil (ae1 l ay0 z)) +--- 2160,2167 ---- + ("allwaste" nil (ao1 l w ey1 s t)) + ("allways" nil (ao1 l w ey1 z)) + ("allweiss" nil (aa1 l w iy1 s)) +! ("ally" n (ae1 l ay0)) +! ("ally" v (ax l ay1)) + ("allying" nil (ae1 l ay0 ih0 ng)) + ("allyn" nil (ae1 l ih0 n)) + ("allys" nil (ae1 l ay0 z)) +*************** +*** 2278,2284 **** + ("altering" nil (ao1 l t er0 ih0 ng)) + ("alterman" nil (ao1 l t er0 m ax n)) + ("alternacare" nil (ao0 l t er1 n ax k eh1 r)) +! ("alternate" nil (ao1 l t er0 n ax t)) + ("alternated" nil (ao1 l t er0 n ey1 t ax d)) + ("alternately" nil (ao1 l t er0 n ax t l iy0)) + ("alternates" nil (ao1 l t er0 n ey1 t s)) +--- 2299,2306 ---- + ("altering" nil (ao1 l t er0 ih0 ng)) + ("alterman" nil (ao1 l t er0 m ax n)) + ("alternacare" nil (ao0 l t er1 n ax k eh1 r)) +! ("alternate" j (ao1 l t er0 n ax t)) +! ("alternate" v (ao1 l t er0 n ey1 t)) + ("alternated" nil (ao1 l t er0 n ey1 t ax d)) + ("alternately" nil (ao1 l t er0 n ax t l iy0)) + ("alternates" nil (ao1 l t er0 n ey1 t s)) +*************** +*** 2804,2810 **** + ("analogous" nil (ax n ae1 l ax g ax s)) + ("analogue" nil (ae1 n ax l ao1 g)) + ("analogy" nil (ax n ae1 l ax jh iy0)) +! ("analyses" nil (ax n ae1 l ax s iy1 z)) + ("analysis" nil (ax n ae1 l ax s ax s)) + ("analyst" nil (ae1 n ax l ax s t)) + ("analysts" nil (ae1 n ax l ax s t s)) +--- 2826,2833 ---- + ("analogous" nil (ax n ae1 l ax g ax s)) + ("analogue" nil (ae1 n ax l ao1 g)) + ("analogy" nil (ax n ae1 l ax jh iy0)) +! ("analyses" n (ax n ae1 l ax s iy0 z)) +! ("analyses" v (ah1 n ae0 l ay s ih0 z)) + ("analysis" nil (ax n ae1 l ax s ax s)) + ("analyst" nil (ae1 n ax l ax s t)) + ("analysts" nil (ae1 n ax l ax s t s)) +*************** +*** 3078,3084 **** + ("aniline" nil (ae1 n ax l iy1 n)) + ("animal" nil (ae1 n ax m ax l)) + ("animals" nil (ae1 n ax m ax l z)) +! ("animate" nil (ae1 n ax m ax t)) + ("animated" nil (ae1 n ax m ey1 t ax d)) + ("animates" nil (ae1 n ax m ax t s)) + ("animation" nil (ae1 n ax m ey1 sh ax n)) +--- 3101,3108 ---- + ("aniline" nil (ae1 n ax l iy1 n)) + ("animal" nil (ae1 n ax m ax l)) + ("animals" nil (ae1 n ax m ax l z)) +! ("animate" j (ae1 n ax m ax t)) +! ("animate" v (ae1 n ax m ey1 t)) + ("animated" nil (ae1 n ax m ey1 t ax d)) + ("animates" nil (ae1 n ax m ax t s)) + ("animation" nil (ae1 n ax m ey1 sh ax n)) +*************** +*** 3131,3139 **** + ("annese" nil (aa0 n ey1 z iy0)) + ("annett" nil (ax n eh1 t)) + ("annette" nil (ax n eh1 t)) +! ("annex" nil (ae1 n eh1 k s)) + ("annexation" nil (ae1 n eh0 k s ey1 sh ax n)) + ("annexed" nil (ae1 n eh0 k s t)) + ("annexing" nil (ax n eh1 k s ih0 ng)) + ("annick" nil (ae1 n ih0 k)) + ("annie" nil (ae1 n iy0)) +--- 3155,3166 ---- + ("annese" nil (aa0 n ey1 z iy0)) + ("annett" nil (ax n eh1 t)) + ("annette" nil (ax n eh1 t)) +! ("annex" n (ae1 n eh0 k s)) +! ("annex" v (ax n eh1 k s)) + ("annexation" nil (ae1 n eh0 k s ey1 sh ax n)) + ("annexed" nil (ae1 n eh0 k s t)) ++ ("annexes" n (ae1 n eh0 k s ih0 z)) ++ ("annexes" v (ax n eh1 k s ih0 z)) + ("annexing" nil (ax n eh1 k s ih0 ng)) + ("annick" nil (ae1 n ih0 k)) + ("annie" nil (ae1 n iy0)) +*************** +*** 3651,3660 **** + ("approach" nil (ax p r ow1 ch)) + ("approachable" nil (ax p r ow1 ch ax b ax l)) + ("approached" nil (ax p r ow1 ch t)) +! ("approaches" nil (ax p r ow1 ch ax z)) + ("approaching" nil (ax p r ow1 ch ih0 ng)) + ("approbation" nil (ae1 p r ax b ey1 sh ax n)) +- ("appropriate" nil (ax p r ow1 p r iy0 ax t)) + ("appropriated" nil (ax p r ow1 p r iy0 ey1 t ih0 d)) + ("appropriately" nil (ax p r ow1 p r iy0 ih0 t l iy0)) + ("appropriateness" nil (ax p r ow1 p r iy0 ax t n ax s)) +--- 3678,3687 ---- + ("approach" nil (ax p r ow1 ch)) + ("approachable" nil (ax p r ow1 ch ax b ax l)) + ("approached" nil (ax p r ow1 ch t)) +! ("appropriate" j (ax p r ow1 p r iy0 ax t)) +! ("appropriate" v (ax p r ow1 p r iy0 ey0 t)) + ("approaching" nil (ax p r ow1 ch ih0 ng)) + ("approbation" nil (ae1 p r ax b ey1 sh ax n)) + ("appropriated" nil (ax p r ow1 p r iy0 ey1 t ih0 d)) + ("appropriately" nil (ax p r ow1 p r iy0 ih0 t l iy0)) + ("appropriateness" nil (ax p r ow1 p r iy0 ax t n ax s)) +*************** +*** 3671,3677 **** + ("approves" nil (ax p r uw1 v z)) + ("approving" nil (ax p r uw1 v ih0 ng)) + ("approvingly" nil (ax p r uw1 v ih0 ng l iy0)) +! ("approximate" nil (ax p r aa1 k s ax m ax t)) + ("approximated" nil (ax p r aa1 k s ax m ey1 t ax d)) + ("approximately" nil (ax p r aa1 k s ax m ax t l iy0)) + ("approximates" nil (ax p r aa1 k s ax m ax t s)) +--- 3698,3705 ---- + ("approves" nil (ax p r uw1 v z)) + ("approving" nil (ax p r uw1 v ih0 ng)) + ("approvingly" nil (ax p r uw1 v ih0 ng l iy0)) +! ("approximate" j (ax p r aa1 k s ax m ax t)) +! ("approximate" v (ax p r aa1 k s ax m ey0 t)) + ("approximated" nil (ax p r aa1 k s ax m ey1 t ax d)) + ("approximately" nil (ax p r aa1 k s ax m ax t l iy0)) + ("approximates" nil (ax p r aa1 k s ax m ax t s)) +*************** +*** 4290,4296 **** + ("artichokes" nil (aa1 r t ih0 ch ow1 k s)) + ("article" nil (aa1 r t ax k ax l)) + ("articles" nil (aa1 r t ax k ax l z)) +! ("articulate" nil (aa0 r t ih1 k y ax l ey1 t)) + ("articulated" nil (aa0 r t ih1 k y ax l ey1 t ax d)) + ("articulates" nil (aa0 r t ih1 k y ax l ax t s)) + ("articulating" nil (aa0 r t ih1 k y ax l ey1 t ih0 ng)) +--- 4318,4325 ---- + ("artichokes" nil (aa1 r t ih0 ch ow1 k s)) + ("article" nil (aa1 r t ax k ax l)) + ("articles" nil (aa1 r t ax k ax l z)) +! ("articulate" v (aa0 r t ih1 k y ax l ey1 t)) +! ("articulate" j (aa0 r t ih1 k y ax l ax t)) + ("articulated" nil (aa0 r t ih1 k y ax l ey1 t ax d)) + ("articulates" nil (aa0 r t ih1 k y ax l ax t s)) + ("articulating" nil (aa0 r t ih1 k y ax l ey1 t ih0 ng)) +*************** +*** 4500,4505 **** +--- 4529,4536 ---- + ("aspinall" nil (ae1 s p ih0 n ao0 l)) + ("aspirant" nil (ae1 s p er0 ax n t)) + ("aspirants" nil (ae1 s p er0 ax n t s)) ++ ("aspirate" n (ae1 s p er0 ax t)) ++ ("aspirate" v (ae1 s p er0 ey1 t)) + ("aspiration" nil (ae1 s p er0 ey1 sh ax n)) + ("aspirations" nil (ae1 s p er0 ey1 sh ax n z)) + ("aspire" nil (ax s p ay1 r)) +*************** +*** 4588,4596 **** + ("assisting" nil (ax s ih1 s t ih0 ng)) + ("assists" nil (ax s ih1 s t s)) + ("assocation" nil (ae1 s ax k ey1 sh ax n)) +! ("associate" nil (ax s ow1 s iy0 ax t)) + ("associated" nil (ax s ow1 s iy0 ey1 t ax d)) +! ("associates" nil (ax s ow1 s iy0 ax t s)) + ("associating" nil (ax s ow1 s iy0 ey1 t ih0 ng)) + ("association" nil (ax s ow1 s iy0 ey1 sh ax n)) + ("associations" nil (ax s ow1 s iy0 ey1 sh ax n z)) +--- 4619,4629 ---- + ("assisting" nil (ax s ih1 s t ih0 ng)) + ("assists" nil (ax s ih1 s t s)) + ("assocation" nil (ae1 s ax k ey1 sh ax n)) +! ("associate" n (ax s ow1 s iy0 ax t)) +! ("associate" v (ax s ow1 s iy0 ey0 t)) + ("associated" nil (ax s ow1 s iy0 ey1 t ax d)) +! ("associates" n (ax s ow1 s iy0 ih0 t s)) +! ("associates" v (ax s ow1 s iy0 ey0 t s)) + ("associating" nil (ax s ow1 s iy0 ey1 t ih0 ng)) + ("association" nil (ax s ow1 s iy0 ey1 sh ax n)) + ("associations" nil (ax s ow1 s iy0 ey1 sh ax n z)) +*************** +*** 4867,4875 **** + ("attractiveness" nil (ax t r ae1 k t ih0 v n ax s)) + ("attracts" nil (ax t r ae1 k t s)) + ("attributable" nil (ax t r ih1 b y ax t ax b ax l)) +! ("attribute" nil (ae1 t r ax b y uw1 t)) + ("attributed" nil (ax t r ih1 b y ax t ax d)) +! ("attributes" nil (ae1 t r ax b y uw1 t s)) + ("attributing" nil (ax t r ih1 b y ax t ih0 ng)) + ("attribution" nil (ae1 t r ih0 b y uw1 sh ax n)) + ("attridge" nil (ax t r ih1 jh)) +--- 4900,4910 ---- + ("attractiveness" nil (ax t r ae1 k t ih0 v n ax s)) + ("attracts" nil (ax t r ae1 k t s)) + ("attributable" nil (ax t r ih1 b y ax t ax b ax l)) +! ("attribute" n (ae1 t r ax b y uw1 t)) +! ("attribute" v (ax t r ih1 b y uw1 t)) + ("attributed" nil (ax t r ih1 b y ax t ax d)) +! ("attributes" n (ae1 t r ax b y uw1 t s)) +! ("attributes" v (ax t r ih1 b y uw1 t s)) + ("attributing" nil (ax t r ih1 b y ax t ih0 ng)) + ("attribution" nil (ae1 t r ih0 b y uw1 sh ax n)) + ("attridge" nil (ax t r ih1 jh)) +*************** +*** 5314,5320 **** + ("axelrod" nil (ae1 k s ax l r aa1 d)) + ("axelsen" nil (ae0 k s eh1 l s ax n)) + ("axelson" nil (ae1 k s ih0 l s ax n)) +! ("axes" nil (ae1 k s ih0 z)) + ("axford" nil (ae0 k s f ao1 r d)) + ("axid" nil (ae1 k s ih0 d)) + ("axilrod" nil (ae1 k s ih0 l r aa1 d)) +--- 5349,5356 ---- + ("axelrod" nil (ae1 k s ax l r aa1 d)) + ("axelsen" nil (ae0 k s eh1 l s ax n)) + ("axelson" nil (ae1 k s ih0 l s ax n)) +! ("axes" v (ae1 k s ih0 z)) +! ("axes" n (ae1 k s iy0 z)) + ("axford" nil (ae0 k s f ao1 r d)) + ("axid" nil (ae1 k s ih0 d)) + ("axilrod" nil (ae1 k s ih0 l r aa1 d)) +*************** +*** 6790,6796 **** + ("bathrobes" nil (b ae1 th r ow1 b z)) + ("bathroom" nil (b ae1 th r uw1 m)) + ("bathrooms" nil (b ae1 th r uw1 m z)) +! ("baths" nil (b ae1 th s)) + ("bathsheba" nil (b ae0 th sh iy1 b ax)) + ("bathtub" nil (b ae1 th t ax b)) + ("bathtubs" nil (b ae1 th t ah1 b z)) +--- 6826,6833 ---- + ("bathrobes" nil (b ae1 th r ow1 b z)) + ("bathroom" nil (b ae1 th r uw1 m)) + ("bathrooms" nil (b ae1 th r uw1 m z)) +! ("baths" v (b ae1 th z)) +! ("baths" n (b ae1 th s)) + ("bathsheba" nil (b ae0 th sh iy1 b ax)) + ("bathtub" nil (b ae1 th t ax b)) + ("bathtubs" nil (b ae1 th t ah1 b z)) +*************** +*** 9327,9333 **** + ("blepharisma" nil (b l eh1 f er0 ih1 z m ax)) + ("bleser" nil (b l iy1 z er0)) + ("bless" nil (b l eh1 s)) +! ("blessed" nil (b l eh1 s t)) + ("blesses" nil (b l eh1 s ih0 z)) + ("blessing" nil (b l eh1 s ih0 ng)) + ("blessinger" nil (b l eh1 s ih0 ng er0)) +--- 9364,9371 ---- + ("blepharisma" nil (b l eh1 f er0 ih1 z m ax)) + ("bleser" nil (b l iy1 z er0)) + ("bless" nil (b l eh1 s)) +! ("blessed" v (b l eh1 s t)) +! ("blessed" j (b l eh1 s ih d)) + ("blesses" nil (b l eh1 s ih0 z)) + ("blessing" nil (b l eh1 s ih0 ng)) + ("blessinger" nil (b l eh1 s ih0 ng er0)) +*************** +*** 15349,15355 **** + ("certainteed" nil (s er1 t ax n t iy1 d)) + ("certainties" nil (s er1 t ax n t iy0 z)) + ("certainty" nil (s er1 t ax n t iy0)) +! ("certificate" nil (s er0 t ih1 f ih0 k ax t)) + ("certificates" nil (s er0 t ih1 f ih0 k ax t s)) + ("certification" nil (s er1 t ax f ax k ey1 sh ax n)) + ("certifications" nil (s er1 t ax f ax k ey1 sh ax n z)) +--- 15387,15394 ---- + ("certainteed" nil (s er1 t ax n t iy1 d)) + ("certainties" nil (s er1 t ax n t iy0 z)) + ("certainty" nil (s er1 t ax n t iy0)) +! ("certificate" n (s er1 t ah1 f ax k ax t)) +! ("certificate" v (s er1 t ah1 f ax k ey0 t)) + ("certificates" nil (s er0 t ih1 f ih0 k ax t s)) + ("certification" nil (s er1 t ax f ax k ey1 sh ax n)) + ("certifications" nil (s er1 t ax f ax k ey1 sh ax n z)) +*************** +*** 17242,17248 **** + ("clorinda" nil (k l ao0 r iy1 n d ax)) + ("clorox" nil (k l ao1 r aa0 k s)) + ("clos" nil (k l aa1 s)) +! ("close" nil (k l ow1 s)) + ("closed" nil (k l ow1 z d)) + ("closedown" nil (k l ow1 z d aw1 n)) + ("closedowns" nil (k l ow1 z d aw1 n z)) +--- 17281,17288 ---- + ("clorinda" nil (k l ao0 r iy1 n d ax)) + ("clorox" nil (k l ao1 r aa0 k s)) + ("clos" nil (k l aa1 s)) +! ("close" n (k l ow1 s)) +! ("close" v (k l ow1 z)) + ("closed" nil (k l ow1 z d)) + ("closedown" nil (k l ow1 z d aw1 n)) + ("closedowns" nil (k l ow1 z d aw1 n z)) +*************** +*** 17791,17797 **** + ("colle" nil (k ow1 l)) + ("colleague" nil (k aa1 l iy0 g)) + ("colleagues" nil (k aa1 l iy0 g z)) +! ("collect" nil (k ax l eh1 k t)) + ("collected" nil (k ax l eh1 k t ax d)) + ("collectibility" nil (k ax l eh1 k t ih0 b ih1 l ih0 t iy0)) + ("collectible" nil (k ax l eh1 k t ax b ax l)) +--- 17831,17838 ---- + ("colle" nil (k ow1 l)) + ("colleague" nil (k aa1 l iy0 g)) + ("colleagues" nil (k aa1 l iy0 g z)) +! ("collect" n (k ah1 l eh k t)) +! ("collect" v (k ax l eh1 k t)) + ("collected" nil (k ax l eh1 k t ax d)) + ("collectibility" nil (k ax l eh1 k t ih0 b ih1 l ih0 t iy0)) + ("collectible" nil (k ax l eh1 k t ax b ax l)) +*************** +*** 18008,18016 **** + ("combinable" nil (k ax m b ay1 n ax b ax l)) + ("combination" nil (k aa1 m b ax n ey1 sh ax n)) + ("combinations" nil (k aa1 m b ax n ey1 sh ax n z)) +! ("combine" nil (k aa1 m b ay0 n)) + ("combined" nil (k ax m b ay1 n d)) +! ("combines" nil (k ax m b ay1 n z)) + ("combing" nil (k ow1 m ih0 ng)) + ("combining" nil (k ax m b ay1 n ih0 ng)) + ("combo" nil (k aa1 m b ow1)) +--- 18049,18059 ---- + ("combinable" nil (k ax m b ay1 n ax b ax l)) + ("combination" nil (k aa1 m b ax n ey1 sh ax n)) + ("combinations" nil (k aa1 m b ax n ey1 sh ax n z)) +! ("combine" n (k aa1 m b ay0 n)) +! ("combine" v (k ax m b ay1 n)) + ("combined" nil (k ax m b ay1 n d)) +! ("combines" n (k ah1 m b ay0 n z)) +! ("combines" v (k ax m b ay1 n z)) + ("combing" nil (k ow1 m ih0 ng)) + ("combining" nil (k ax m b ay1 n ih0 ng)) + ("combo" nil (k aa1 m b ow1)) +*************** +*** 18205,18215 **** + ("commuting" nil (k ax m y uw1 t ih0 ng)) + ("como" nil (k ow1 m ow0)) + ("comp" nil (k aa1 m p)) +! ("compact" nil (k aa1 m p ae0 k t)) + ("compacted" nil (k ax m p ae1 k t ih0 d)) + ("compactness" nil (k ax m p ae1 k t n ax s)) + ("compactor" nil (k ax m p ae1 k t er0)) +! ("compacts" nil (k ax m p ae1 k t s)) + ("compagnie" nil (k ah1 m p ax n iy0)) + ("companhia" nil (k ax m p ae1 n hh iy0 ax)) + ("compania" nil (k ax m p ey1 n iy0 ax)) +--- 18248,18260 ---- + ("commuting" nil (k ax m y uw1 t ih0 ng)) + ("como" nil (k ow1 m ow0)) + ("comp" nil (k aa1 m p)) +! ("compact" n (k aa1 m p ae0 k t)) +! ("compact" v (k ax m p ae1 k t)) + ("compacted" nil (k ax m p ae1 k t ih0 d)) + ("compactness" nil (k ax m p ae1 k t n ax s)) + ("compactor" nil (k ax m p ae1 k t er0)) +! ("compacts" n (k ah1 m p ae0 k t s)) +! ("compacts" v (k ax m p ae1 k t s)) + ("compagnie" nil (k ah1 m p ax n iy0)) + ("companhia" nil (k ax m p ae1 n hh iy0 ax)) + ("compania" nil (k ax m p ey1 n iy0 ax)) +*************** +*** 18327,18335 **** + ("complicity" nil (k ax m p l ih1 s ax t iy0)) + ("complied" nil (k ax m p l ay1 d)) + ("complies" nil (k ax m p l ay1 z)) +! ("compliment" nil (k aa1 m p l ax m ax n t)) + ("complimentary" nil (k aa1 m p l ax m eh1 n t er0 iy0)) +! ("compliments" nil (k aa1 m p l ax m ax n t s)) + ("comply" nil (k ax m p l ay1)) + ("complying" nil (k ax m p l ay1 ih0 ng)) + ("compo" nil (k aa1 m p ow1)) +--- 18372,18382 ---- + ("complicity" nil (k ax m p l ih1 s ax t iy0)) + ("complied" nil (k ax m p l ay1 d)) + ("complies" nil (k ax m p l ay1 z)) +! ("compliment" n (k aa1 m p l ax m ax n t)) +! ("compliment" v (k aa1 m p l ax m eh0 n t)) + ("complimentary" nil (k aa1 m p l ax m eh1 n t er0 iy0)) +! ("compliments" n (k aa1 m p l ax m ax n t s)) +! ("compliments" v (k aa1 m p l ax m eh0 n t s)) + ("comply" nil (k ax m p l ay1)) + ("complying" nil (k ax m p l ay1 ih0 ng)) + ("compo" nil (k aa1 m p ow1)) +*************** +*** 18351,18360 **** + ("composting" nil (k aa1 m p ow1 s t ih0 ng)) + ("composure" nil (k ax m p ow1 zh er0)) + ("compote" nil (k aa1 m p ow0 t)) +! ("compound" nil (k aa1 m p aw0 n d)) + ("compounded" nil (k ax m p aw1 n d ax d)) + ("compounding" nil (k ax m p aw1 n d ih0 ng)) +! ("compounds" nil (k aa1 m p aw0 n d z)) + ("comprehend" nil (k aa1 m p r iy0 hh eh1 n d)) + ("comprehended" nil (k aa1 m p r ih0 hh eh1 n d ih0 d)) + ("comprehending" nil (k aa1 m p r ih0 hh eh1 n d ih0 ng)) +--- 18398,18409 ---- + ("composting" nil (k aa1 m p ow1 s t ih0 ng)) + ("composure" nil (k ax m p ow1 zh er0)) + ("compote" nil (k aa1 m p ow0 t)) +! ("compound" n (k aa1 m p aw0 n d)) +! ("compound" v (k ax m p aw1 n d)) + ("compounded" nil (k ax m p aw1 n d ax d)) + ("compounding" nil (k ax m p aw1 n d ih0 ng)) +! ("compounds" n (k aa1 m p aw0 n d z)) +! ("compounds" v (k ax m p aw1 n d z)) + ("comprehend" nil (k aa1 m p r iy0 hh eh1 n d)) + ("comprehended" nil (k aa1 m p r ih0 hh eh1 n d ih0 d)) + ("comprehending" nil (k aa1 m p r ih0 hh eh1 n d ih0 ng)) +*************** +*** 18363,18371 **** + ("comprehension" nil (k aa1 m p r iy0 hh eh1 n sh ax n)) + ("comprehensive" nil (k aa1 m p r iy0 hh eh1 n s ih0 v)) + ("comprehensively" nil (k aa1 m p r ih0 hh eh1 n s ih0 v l iy0)) +! ("compress" nil (k aa1 m p r eh0 s)) + ("compressed" nil (k ax m p r eh1 s t)) +! ("compresses" nil (k aa1 m p r eh0 s ax z)) + ("compressing" nil (k ax m p r eh1 s ih0 ng)) + ("compression" nil (k ax m p r eh1 sh ax n)) + ("compressor" nil (k ax m p r eh1 s er0)) +--- 18412,18422 ---- + ("comprehension" nil (k aa1 m p r iy0 hh eh1 n sh ax n)) + ("comprehensive" nil (k aa1 m p r iy0 hh eh1 n s ih0 v)) + ("comprehensively" nil (k aa1 m p r ih0 hh eh1 n s ih0 v l iy0)) +! ("compress" n (k aa1 m p r eh0 s)) +! ("compress" v (k ax m p r eh1 s)) + ("compressed" nil (k ax m p r eh1 s t)) +! ("compresses" n (k aa1 m p r eh0 s ax z)) +! ("compresses" v (k ax m p r eh1 s ax z)) + ("compressing" nil (k ax m p r eh1 s ih0 ng)) + ("compression" nil (k ax m p r eh1 sh ax n)) + ("compressor" nil (k ax m p r eh1 s er0)) +*************** +*** 18480,18492 **** + ("concerned" nil (k ax n s er1 n d)) + ("concerning" nil (k ax n s er1 n ih0 ng)) + ("concerns" nil (k ax n s er1 n z)) +! ("concert" nil (k aa1 n s er0 t)) + ("concerted" nil (k ax n s er1 t ax d)) + ("concerti" nil (k ax n ch eh1 r t iy0)) + ("concertmaster" nil (k aa1 n s er0 t m ae1 s t er0)) + ("concerto" nil (k ax n ch eh1 r t ow0)) + ("concertos" nil (k ax n ch eh1 r t ow0 z)) +! ("concerts" nil (k aa1 n s er0 t s)) + ("concession" nil (k ax n s eh1 sh ax n)) + ("concessionaire" nil (k ax n s eh1 sh ax n eh1 r)) + ("concessional" nil (k ax n s eh1 sh ax n ax l)) +--- 18531,18545 ---- + ("concerned" nil (k ax n s er1 n d)) + ("concerning" nil (k ax n s er1 n ih0 ng)) + ("concerns" nil (k ax n s er1 n z)) +! ("concert" n (k aa1 n s er0 t)) +! ("concert" v (k aa0 n s er1 t)) + ("concerted" nil (k ax n s er1 t ax d)) + ("concerti" nil (k ax n ch eh1 r t iy0)) + ("concertmaster" nil (k aa1 n s er0 t m ae1 s t er0)) + ("concerto" nil (k ax n ch eh1 r t ow0)) + ("concertos" nil (k ax n ch eh1 r t ow0 z)) +! ("concerts" n (k aa1 n s er0 t s)) +! ("concerts" v (k ax n s er1 t s)) + ("concession" nil (k ax n s eh1 sh ax n)) + ("concessionaire" nil (k ax n s eh1 sh ax n eh1 r)) + ("concessional" nil (k ax n s eh1 sh ax n ax l)) +*************** +*** 18587,18593 **** + ("condron" nil (k aa1 n d r ax n)) + ("condry" nil (k aa1 n d er0 iy0)) + ("conducive" nil (k ax n d uw1 s ih0 v)) +! ("conduct" nil (k ax n d ah1 k t)) + ("conducted" nil (k ax n d ah1 k t ax d)) + ("conducting" nil (k ax n d ah1 k t ih0 ng)) + ("conduction" nil (k ax n d ah1 k sh ax n)) +--- 18640,18647 ---- + ("condron" nil (k aa1 n d r ax n)) + ("condry" nil (k aa1 n d er0 iy0)) + ("conducive" nil (k ax n d uw1 s ih0 v)) +! ("conduct" v (k ax n d ah1 k t)) +! ("conduct" n (k ah1 n d ax k t)) + ("conducted" nil (k ax n d ah1 k t ax d)) + ("conducting" nil (k ax n d ah1 k t ih0 ng)) + ("conduction" nil (k ax n d ah1 k sh ax n)) +*************** +*** 18652,18661 **** + ("configurations" nil (k ax n f ih1 g y er0 ey1 sh ax n z)) + ("configured" nil (k ax n f ih1 g y er0 d)) + ("confindustria" nil (k aa1 n f ih0 n d ah1 s t r iy0 ax)) +! ("confine" nil (k ax n f ay1 n)) + ("confined" nil (k ax n f ay1 n d)) + ("confinement" nil (k ax n f ay1 n m ax n t)) +! ("confines" nil (k aa1 n f ay1 n z)) + ("confining" nil (k ax n f ay1 n ih0 ng)) + ("confirm" nil (k ax n f er1 m)) + ("confirmable" nil (k ax n f er1 m ax b ax l)) +--- 18706,18717 ---- + ("configurations" nil (k ax n f ih1 g y er0 ey1 sh ax n z)) + ("configured" nil (k ax n f ih1 g y er0 d)) + ("confindustria" nil (k aa1 n f ih0 n d ah1 s t r iy0 ax)) +! ("confine" v (k ax n f ay1 n)) +! ("confine" n (k aa1 n f ay0 n)) + ("confined" nil (k ax n f ay1 n d)) + ("confinement" nil (k ax n f ay1 n m ax n t)) +! ("confines" n (k aa1 n f ay1 n z)) +! ("confines" v (k ax n f ay1 n z)) + ("confining" nil (k ax n f ay1 n ih0 ng)) + ("confirm" nil (k ax n f er1 m)) + ("confirmable" nil (k ax n f er1 m ax b ax l)) +*************** +*** 18672,18681 **** + ("confiscatory" nil (k ax n f ih1 s k ax t ao1 r iy0)) + ("confiterias" nil (k aa1 n f ih0 t ih1 r iy0 ax z)) + ("conflagration" nil (k aa1 n f l ax g r ey1 sh ax n)) +! ("conflict" nil (k aa1 n f l ih0 k t)) + ("conflicted" nil (k ax n f l ih1 k t ih0 d)) + ("conflicting" nil (k ax n f l ih1 k t ih0 ng)) +! ("conflicts" nil (k ax n f l ih1 k t s)) + ("confluence" nil (k aa1 n f l uw0 ax n s)) + ("conform" nil (k ax n f ao1 r m)) + ("conformance" nil (k ax n f ao1 r m ax n s)) +--- 18728,18739 ---- + ("confiscatory" nil (k ax n f ih1 s k ax t ao1 r iy0)) + ("confiterias" nil (k aa1 n f ih0 t ih1 r iy0 ax z)) + ("conflagration" nil (k aa1 n f l ax g r ey1 sh ax n)) +! ("conflict" n (k aa1 n f l ih0 k t)) +! ("conflict" v (k ax n f l ih1 k t)) + ("conflicted" nil (k ax n f l ih1 k t ih0 d)) + ("conflicting" nil (k ax n f l ih1 k t ih0 ng)) +! ("conflicts" v (k ax n f l ih1 k t s)) +! ("conflicts" n (k aa1 n f l ih0 k t s)) + ("confluence" nil (k aa1 n f l uw0 ax n s)) + ("conform" nil (k ax n f ao1 r m)) + ("conformance" nil (k ax n f ao1 r m ax n s)) +*************** +*** 18864,18872 **** + ("conscious" nil (k aa1 n sh ax s)) + ("consciously" nil (k aa1 n sh ax s l iy0)) + ("consciousness" nil (k aa1 n sh ax s n ax s)) + ("conscripted" nil (k ax n s k r ih1 p t ih0 d)) + ("conscription" nil (k ax n s k r ih1 p sh ax n)) +! ("conscripts" nil (k aa1 n s k r ih0 p t s)) + ("conseco" nil (k aa0 n s ey1 k ow0)) + ("consecrated" nil (k aa1 n s ax k r ey1 t ax d)) + ("consecutive" nil (k ax n s eh1 k y ax t ih0 v)) +--- 18922,18933 ---- + ("conscious" nil (k aa1 n sh ax s)) + ("consciously" nil (k aa1 n sh ax s l iy0)) + ("consciousness" nil (k aa1 n sh ax s n ax s)) ++ ("conscript" n (k aa1 n s k r ih0 p t)) ++ ("conscript" v (k ax n s k r ih1 p t)) + ("conscripted" nil (k ax n s k r ih1 p t ih0 d)) + ("conscription" nil (k ax n s k r ih1 p sh ax n)) +! ("conscripts" n (k aa1 n s k r ih0 p t s)) +! ("conscripts" v (k ax n s k r ih1 p t s)) + ("conseco" nil (k aa0 n s ey1 k ow0)) + ("consecrated" nil (k aa1 n s ax k r ey1 t ax d)) + ("consecutive" nil (k ax n s eh1 k y ax t ih0 v)) +*************** +*** 18927,18935 **** + ("consolata" nil (k ow0 n s ow0 l aa1 t ax)) + ("consolation" nil (k aa1 n s ax l ey1 sh ax n)) + ("consolations" nil (k aa1 n s ax l ey1 sh ax n z)) +! ("console" nil (k aa1 n s ow0 l)) + ("consoled" nil (k ax n s ow1 l d)) +! ("consoles" nil (k ax n s ow1 l z)) + ("consoli" nil (k ow0 n s ow1 l iy0)) + ("consolidate" nil (k ax n s aa1 l ih0 d ey1 t)) + ("consolidated" nil (k ax n s aa1 l ax d ey1 t ax d)) +--- 18988,18998 ---- + ("consolata" nil (k ow0 n s ow0 l aa1 t ax)) + ("consolation" nil (k aa1 n s ax l ey1 sh ax n)) + ("consolations" nil (k aa1 n s ax l ey1 sh ax n z)) +! ("console" n (k aa1 n s ow0 l)) +! ("console" v (k ax n s ow1 l)) + ("consoled" nil (k ax n s ow1 l d)) +! ("consoles" v (k ax n s ow1 l z)) +! ("consoles" n (k aa1 n s ow0 l z)) + ("consoli" nil (k ow0 n s ow1 l iy0)) + ("consolidate" nil (k ax n s aa1 l ih0 d ey1 t)) + ("consolidated" nil (k ax n s aa1 l ax d ey1 t ax d)) +*************** +*** 18943,18953 **** + ("consonant" nil (k aa1 n s ax n ax n t)) + ("consonantal" nil (k ae1 n s ax n ae1 n t ax l)) + ("consonants" nil (k aa1 n s ax n ax n t s)) +! ("consort" nil (k ax n s ao1 r t)) + ("consortia" nil (k ax n s ao1 r sh ax)) + ("consorting" nil (k ax n s ao1 r t ih0 ng)) + ("consortium" nil (k ax n s ao1 r sh iy0 ax m)) + ("consortiums" nil (k ax n s ao1 r sh ax m z)) + ("conspicuous" nil (k ax n s p ih1 k y uw0 ax s)) + ("conspicuously" nil (k ax n s p ih1 k y uw0 ax s l iy0)) + ("conspiracies" nil (k ax n s p ih1 r ax s iy0 z)) +--- 19006,19019 ---- + ("consonant" nil (k aa1 n s ax n ax n t)) + ("consonantal" nil (k ae1 n s ax n ae1 n t ax l)) + ("consonants" nil (k aa1 n s ax n ax n t s)) +! ("consort" v (k ax n s ao1 r t)) +! ("consort" n (k aa1 n s ao0 r t)) + ("consortia" nil (k ax n s ao1 r sh ax)) + ("consorting" nil (k ax n s ao1 r t ih0 ng)) + ("consortium" nil (k ax n s ao1 r sh iy0 ax m)) + ("consortiums" nil (k ax n s ao1 r sh ax m z)) ++ ("consorts" v (k ax n s ao1 r t s)) ++ ("consorts" n (k aa1 n s ao0 r t s)) + ("conspicuous" nil (k ax n s p ih1 k y uw0 ax s)) + ("conspicuously" nil (k ax n s p ih1 k y uw0 ax s l iy0)) + ("conspiracies" nil (k ax n s p ih1 r ax s iy0 z)) +*************** +*** 19095,19101 **** + ("contenders" nil (k ax n t eh1 n d er0 z)) + ("contending" nil (k ax n t eh1 n d ih0 ng)) + ("contends" nil (k ax n t eh1 n d z)) +! ("content" nil (k aa1 n t eh0 n t)) + ("contented" nil (k ax n t eh1 n t ax d)) + ("contentedly" nil (k ax n t eh1 n t ax d l iy0)) + ("contention" nil (k ax n t eh1 n sh ax n)) +--- 19161,19168 ---- + ("contenders" nil (k ax n t eh1 n d er0 z)) + ("contending" nil (k ax n t eh1 n d ih0 ng)) + ("contends" nil (k ax n t eh1 n d z)) +! ("content" n (k aa1 n t eh0 n t)) +! ("content" v (k ax n t eh1 n t)) + ("contented" nil (k ax n t eh1 n t ax d)) + ("contentedly" nil (k ax n t eh1 n t ax d l iy0)) + ("contention" nil (k ax n t eh1 n sh ax n)) +*************** +*** 19104,19117 **** + ("contentiousness" nil (k ax n t eh1 n sh ax s n ax s)) + ("contentment" nil (k ax n t eh1 n t m ax n t)) + ("contento" nil (k ow0 n t eh1 n t ow0)) +! ("contents" nil (k aa1 n t eh0 n t s)) +! ("contest" nil (k aa1 n t eh0 s t)) + ("contestable" nil (k ax n t eh1 s t ax b ax l)) + ("contestant" nil (k ax n t eh1 s t ax n t)) + ("contestants" nil (k ax n t eh1 s t ax n t s)) + ("contested" nil (k ax n t eh1 s t ax d)) + ("contesting" nil (k ax n t eh1 s t ih0 ng)) +! ("contests" nil (k aa1 n t eh0 s t s)) + ("context" nil (k aa1 n t eh0 k s t)) + ("contexts" nil (k aa1 n t eh1 k s t s)) + ("conti" nil (k ow1 n t iy0)) +--- 19171,19187 ---- + ("contentiousness" nil (k ax n t eh1 n sh ax s n ax s)) + ("contentment" nil (k ax n t eh1 n t m ax n t)) + ("contento" nil (k ow0 n t eh1 n t ow0)) +! ("contents" n (k aa1 n t eh0 n t s)) +! ("contents" v (k ax n t eh1 n t s)) +! ("contest" n (k aa1 n t eh0 s t)) +! ("contest" v (k ax n t eh1 s t)) + ("contestable" nil (k ax n t eh1 s t ax b ax l)) + ("contestant" nil (k ax n t eh1 s t ax n t)) + ("contestants" nil (k ax n t eh1 s t ax n t s)) + ("contested" nil (k ax n t eh1 s t ax d)) + ("contesting" nil (k ax n t eh1 s t ih0 ng)) +! ("contests" n (k aa1 n t eh0 s t s)) +! ("contests" v (k ax n t eh1 s t s)) + ("context" nil (k aa1 n t eh0 k s t)) + ("contexts" nil (k aa1 n t eh1 k s t s)) + ("conti" nil (k ow1 n t iy0)) +*************** +*** 19159,19172 **** + ("contraception" nil (k aa1 n t r ax s eh1 p sh ax n)) + ("contraceptive" nil (k aa1 n t r ax s eh1 p t ih0 v)) + ("contraceptives" nil (k aa1 n t r ax s eh1 p t ih0 v z)) +! ("contract" nil (k aa1 n t r ae1 k t)) + ("contracted" nil (k aa1 n t r ae0 k t ax d)) + ("contracting" nil (k aa1 n t r ae0 k t ih0 ng)) + ("contraction" nil (k ax n t r ae1 k sh ax n)) + ("contractions" nil (k ax n t r ae1 k sh ax n z)) + ("contractor" nil (k aa1 n t r ae1 k t er0)) + ("contractors" nil (k aa1 n t r ae1 k t er0 z)) +! ("contracts" nil (k aa1 n t r ae1 k t s)) + ("contractual" nil (k ax n t r ae1 k ch uw0 ax l)) + ("contractually" nil (k ax n t r ae1 k ch uw0 ax l iy0)) + ("contradict" nil (k aa1 n t r ax d ih1 k t)) +--- 19229,19245 ---- + ("contraception" nil (k aa1 n t r ax s eh1 p sh ax n)) + ("contraceptive" nil (k aa1 n t r ax s eh1 p t ih0 v)) + ("contraceptives" nil (k aa1 n t r ax s eh1 p t ih0 v z)) +! ("contract" j (k aa1 n t r ae0 k t)) +! ("contract" n (k aa1 n t r ae1 k t)) +! ("contract" v (k ax n t r ae1 k t)) + ("contracted" nil (k aa1 n t r ae0 k t ax d)) + ("contracting" nil (k aa1 n t r ae0 k t ih0 ng)) + ("contraction" nil (k ax n t r ae1 k sh ax n)) + ("contractions" nil (k ax n t r ae1 k sh ax n z)) + ("contractor" nil (k aa1 n t r ae1 k t er0)) + ("contractors" nil (k aa1 n t r ae1 k t er0 z)) +! ("contracts" n (k aa1 n t r ae1 k t s)) +! ("contracts" v (k ax n t r ae1 k t s)) + ("contractual" nil (k ax n t r ae1 k ch uw0 ax l)) + ("contractually" nil (k ax n t r ae1 k ch uw0 ax l iy0)) + ("contradict" nil (k aa1 n t r ax d ih1 k t)) +*************** +*** 19183,19194 **** + ("contrarian" nil (k aa1 n t r eh1 r iy0 ax n)) + ("contrarians" nil (k ax n t r eh1 r iy0 ax n z)) + ("contrariness" nil (k aa1 n t r eh0 r iy0 n ax s)) +! ("contrary" nil (k aa1 n t r eh0 r iy0)) + ("contras" nil (k aa1 n t r ax z)) +! ("contrast" nil (k aa1 n t r ae0 s t)) + ("contrasted" nil (k ax n t r ae1 s t ax d)) + ("contrasting" nil (k ax n t r ae1 s t ih0 ng)) +! ("contrasts" nil (k aa1 n t r ae0 s t s)) + ("contravene" nil (k aa1 n t r ax v iy1 n)) + ("contravention" nil (k aa1 n t r ax v eh1 n ch ax n)) + ("contreras" nil (k ow0 n t r eh1 r aa0 z)) +--- 19256,19270 ---- + ("contrarian" nil (k aa1 n t r eh1 r iy0 ax n)) + ("contrarians" nil (k ax n t r eh1 r iy0 ax n z)) + ("contrariness" nil (k aa1 n t r eh0 r iy0 n ax s)) +! ("contrary" n (k aa1 n t r eh0 r iy0)) +! ("contrary" j (k aa1 n t r eh1 r iy0)) + ("contras" nil (k aa1 n t r ax z)) +! ("contrast" n (k aa1 n t r ae0 s t)) +! ("contrast" v (k ax n t r ae1 s t)) + ("contrasted" nil (k ax n t r ae1 s t ax d)) + ("contrasting" nil (k ax n t r ae1 s t ih0 ng)) +! ("contrasts" n (k aa1 n t r ae0 s t s)) +! ("contrasts" v (k ax n t r ae1 s t s)) + ("contravene" nil (k aa1 n t r ax v iy1 n)) + ("contravention" nil (k aa1 n t r ax v eh1 n ch ax n)) + ("contreras" nil (k ow0 n t r eh1 r aa0 z)) +*************** +*** 19253,19265 **** + ("conversational" nil (k aa1 n v er0 s ey1 sh ax n ax l)) + ("conversationalist" nil (k aa1 n v er0 s ey1 sh ax n ax l ax s t)) + ("conversations" nil (k aa1 n v er0 s ey1 sh ax n z)) +! ("converse" nil (k aa1 n v er0 s)) + ("conversed" nil (k ax n v er1 s t)) + ("conversely" nil (k aa1 n v er0 s l iy0)) + ("conversing" nil (k ax n v er1 s ih0 ng)) + ("conversion" nil (k ax n v er1 zh ax n)) + ("conversions" nil (k ax n v er1 zh ax n z)) +! ("convert" nil (k aa1 n v er0 t)) + ("converted" nil (k ax n v er1 t ih0 d)) + ("converter" nil (k ax n v er1 t er0)) + ("converters" nil (k ax n v er1 t er0 z)) +--- 19329,19343 ---- + ("conversational" nil (k aa1 n v er0 s ey1 sh ax n ax l)) + ("conversationalist" nil (k aa1 n v er0 s ey1 sh ax n ax l ax s t)) + ("conversations" nil (k aa1 n v er0 s ey1 sh ax n z)) +! ("converse" n (k aa1 n v er0 s)) +! ("converse" v (k ax n v er1 s)) + ("conversed" nil (k ax n v er1 s t)) + ("conversely" nil (k aa1 n v er0 s l iy0)) + ("conversing" nil (k ax n v er1 s ih0 ng)) + ("conversion" nil (k ax n v er1 zh ax n)) + ("conversions" nil (k ax n v er1 zh ax n z)) +! ("convert" n (k aa1 n v er0 t)) +! ("convert" v (k ax n v er1 t)) + ("converted" nil (k ax n v er1 t ih0 d)) + ("converter" nil (k ax n v er1 t er0)) + ("converters" nil (k ax n v er1 t er0 z)) +*************** +*** 19267,19273 **** + ("convertible" nil (k ax n v er1 t ax b ax l)) + ("convertibles" nil (k ax n v er1 t ax b ax l z)) + ("converting" nil (k ax n v er1 t ih0 ng)) +! ("converts" nil (k aa1 n v er0 t s)) + ("convery" nil (k aa1 n v er0 iy0)) + ("convex" nil (k ax n v eh1 k s)) + ("convey" nil (k ax n v ey1)) +--- 19345,19352 ---- + ("convertible" nil (k ax n v er1 t ax b ax l)) + ("convertibles" nil (k ax n v er1 t ax b ax l z)) + ("converting" nil (k ax n v er1 t ih0 ng)) +! ("converts" n (k aa1 n v er0 t s)) +! ("converts" v (k ax n v er1 t s)) + ("convery" nil (k aa1 n v er0 iy0)) + ("convex" nil (k ax n v eh1 k s)) + ("convey" nil (k ax n v ey1)) +*************** +*** 19277,19288 **** + ("conveying" nil (k ax n v ey1 ih0 ng)) + ("conveyor" nil (k ax n v ey1 er0)) + ("conveys" nil (k ax n v ey1 z)) +! ("convict" nil (k aa1 n v ih0 k t)) + ("convicted" nil (k ax n v ih1 k t ax d)) + ("convicting" nil (k ax n v ih1 k t ih0 ng)) + ("conviction" nil (k ax n v ih1 k sh ax n)) + ("convictions" nil (k ax n v ih1 k sh ax n z)) +! ("convicts" nil (k aa1 n v ih0 k t s)) + ("conville" nil (k ow1 n v ih0 l)) + ("convince" nil (k ax n v ih1 n s)) + ("convinced" nil (k ax n v ih1 n s t)) +--- 19356,19369 ---- + ("conveying" nil (k ax n v ey1 ih0 ng)) + ("conveyor" nil (k ax n v ey1 er0)) + ("conveys" nil (k ax n v ey1 z)) +! ("convict" v (k ax n v ih1 k t)) +! ("convict" n (k aa1 n v ih0 k t)) + ("convicted" nil (k ax n v ih1 k t ax d)) + ("convicting" nil (k ax n v ih1 k t ih0 ng)) + ("conviction" nil (k ax n v ih1 k sh ax n)) + ("convictions" nil (k ax n v ih1 k sh ax n z)) +! ("convicts" n (k aa1 n v ih0 k t s)) +! ("convicts" v (k ax n v ih1 k t s)) + ("conville" nil (k ow1 n v ih0 l)) + ("convince" nil (k ax n v ih1 n s)) + ("convinced" nil (k ax n v ih1 n s t)) +*************** +*** 19379,19387 **** + ("coopervision" nil (k uw1 p er0 v ih1 zh ax n)) + ("coopman" nil (k uw1 p m ax n)) + ("cooprider" nil (k uw1 p r ay1 d er0)) +! ("coordinate" nil (k ow0 ao1 r d ax n ax t)) + ("coordinated" nil (k ow0 ao1 r d ax n ey0 t ih0 d)) +! ("coordinates" nil (k ow0 ao1 r d ax n ax t s)) + ("coordinating" nil (k ow0 ao1 r d ax n ey1 t ih0 ng)) + ("coordination" nil (k ow0 ao1 r d ax n ey1 sh ax n)) + ("coordinator" nil (k ow0 ao1 r d ax n ey1 t er0)) +--- 19460,19470 ---- + ("coopervision" nil (k uw1 p er0 v ih1 zh ax n)) + ("coopman" nil (k uw1 p m ax n)) + ("cooprider" nil (k uw1 p r ay1 d er0)) +! ("coordinate" n (k ow0 ao1 r d ax n ax t)) +! ("coordinate" v (k ow0 ao1 r d ax n ey1 t)) + ("coordinated" nil (k ow0 ao1 r d ax n ey0 t ih0 d)) +! ("coordinates" n (k ow0 ao1 r d ax n ax t s)) +! ("coordinates" v (k ow0 ao1 r d ax n ey1 t s)) + ("coordinating" nil (k ow0 ao1 r d ax n ey1 t ih0 ng)) + ("coordination" nil (k ow0 ao1 r d ax n ey1 sh ax n)) + ("coordinator" nil (k ow0 ao1 r d ax n ey1 t er0)) +*************** +*** 22628,22636 **** + ("decoy" nil (d ax k oy1)) + ("decoys" nil (d iy1 k oy0 z)) + ("decrane" nil (d ax k r ey1 n)) +! ("decrease" nil (d ih0 k r iy1 s)) + ("decreased" nil (d ih0 k r iy1 s t)) +! ("decreases" nil (d ih0 k r iy1 s ax z)) + ("decreasing" nil (d ih0 k r iy1 s ih0 ng)) + ("decree" nil (d ih0 k r iy1)) + ("decreed" nil (d ih0 k r iy1 d)) +--- 22711,22721 ---- + ("decoy" nil (d ax k oy1)) + ("decoys" nil (d iy1 k oy0 z)) + ("decrane" nil (d ax k r ey1 n)) +! ("decrease" v (d ih0 k r iy1 s)) +! ("decrease" n (d iy1 k r iy0 s)) + ("decreased" nil (d ih0 k r iy1 s t)) +! ("decreases" v (d ih0 k r iy1 s ax z)) +! ("decreases" n (d iy1 k r iy0 s ax z)) + ("decreasing" nil (d ih0 k r iy1 s ih0 ng)) + ("decree" nil (d ih0 k r iy1)) + ("decreed" nil (d ih0 k r iy1 d)) +*************** +*** 22736,22742 **** + ("defeatism" nil (d ih0 f iy1 t ih0 z ax m)) + ("defeatist" nil (d ih0 f iy1 t ih0 s t)) + ("defeats" nil (d ih0 f iy1 t s)) +! ("defect" nil (d iy1 f eh0 k t)) + ("defected" nil (d ih0 f eh1 k t ih0 d)) + ("defecting" nil (d ih0 f eh1 k t ih0 ng)) + ("defection" nil (d ih0 f eh1 k sh ax n)) +--- 22821,22828 ---- + ("defeatism" nil (d ih0 f iy1 t ih0 z ax m)) + ("defeatist" nil (d ih0 f iy1 t ih0 s t)) + ("defeats" nil (d ih0 f iy1 t s)) +! ("defect" v (d ih1 f eh1 k t)) +! ("defect" n (d iy1 f eh0 k t)) + ("defected" nil (d ih0 f eh1 k t ih0 d)) + ("defecting" nil (d ih0 f eh1 k t ih0 ng)) + ("defection" nil (d ih0 f eh1 k sh ax n)) +*************** +*** 22744,22750 **** + ("defective" nil (d ih0 f eh1 k t ih0 v)) + ("defector" nil (d ih0 f eh1 k t er0)) + ("defectors" nil (d ih0 f eh1 k t er0 z)) +! ("defects" nil (d iy1 f eh0 k t s)) + ("defee" nil (d eh1 f iy0)) + ("defelice" nil (d ih0 f eh1 l ih0 s)) + ("defenbaugh" nil (d eh1 f ih0 n b aw0)) +--- 22830,22837 ---- + ("defective" nil (d ih0 f eh1 k t ih0 v)) + ("defector" nil (d ih0 f eh1 k t er0)) + ("defectors" nil (d ih0 f eh1 k t er0 z)) +! ("defects" v (d ih1 f eh1 k t)) +! ("defects" n (d iy1 f eh0 k t)) + ("defee" nil (d eh1 f iy0)) + ("defelice" nil (d ih0 f eh1 l ih0 s)) + ("defenbaugh" nil (d eh1 f ih0 n b aw0)) +*************** +*** 23109,23115 **** + ("delhi" nil (d eh1 l iy0)) + ("deli" nil (d eh1 l iy0)) + ("delia" nil (d iy1 l y ax)) +! ("deliberate" nil (d ih0 l ih1 b er0 ax t)) + ("deliberated" nil (d ih0 l ih1 b er0 ey1 t ih0 d)) + ("deliberately" nil (d ih0 l ih1 b er0 ax t l iy0)) + ("deliberating" nil (d ih0 l ih1 b er0 ey1 t ih0 ng)) +--- 23196,23203 ---- + ("delhi" nil (d eh1 l iy0)) + ("deli" nil (d eh1 l iy0)) + ("delia" nil (d iy1 l y ax)) +! ("deliberate" j (d ih0 l ih1 b er0 ih0 t)) +! ("deliberate" v (d ih0 l ih1 b er0 ey1 t)) + ("deliberated" nil (d ih0 l ih1 b er0 ey1 t ih0 d)) + ("deliberately" nil (d ih0 l ih1 b er0 ax t l iy0)) + ("deliberating" nil (d ih0 l ih1 b er0 ey1 t ih0 ng)) +*************** +*** 23925,23938 **** + ("desena" nil (d ih0 s eh1 n ax)) + ("desensitize" nil (d ih0 s eh1 n s ax t ay1 z)) + ("deseret" nil (d eh1 s er0 eh1 t)) +! ("desert" nil (d eh1 z er0 t)) + ("deserted" nil (d ih0 z er1 t ih0 d)) + ("deserter" nil (d eh1 z er0 t er0)) + ("deserters" nil (d eh1 z er0 t er0 z)) + ("deserting" nil (d eh1 z er0 t ih0 ng)) + ("desertion" nil (d ih0 z er1 sh ax n)) + ("desertions" nil (d ih0 z er1 sh ax n z)) +! ("deserts" nil (d eh1 z er0 t s)) + ("deserve" nil (d ih0 z er1 v)) + ("deserved" nil (d ih0 z er1 v d)) + ("deservedly" nil (d ih0 z er1 v ax d l iy0)) +--- 24013,24028 ---- + ("desena" nil (d ih0 s eh1 n ax)) + ("desensitize" nil (d ih0 s eh1 n s ax t ay1 z)) + ("deseret" nil (d eh1 s er0 eh1 t)) +! ("desert" n (d eh1 z er0 t)) +! ("desert" v (d ih0 z er1 t)) + ("deserted" nil (d ih0 z er1 t ih0 d)) + ("deserter" nil (d eh1 z er0 t er0)) + ("deserters" nil (d eh1 z er0 t er0 z)) + ("deserting" nil (d eh1 z er0 t ih0 ng)) + ("desertion" nil (d ih0 z er1 sh ax n)) + ("desertions" nil (d ih0 z er1 sh ax n z)) +! ("deserts" n (d eh1 z er0 t s)) +! ("deserts" v (d ih0 z er1 t s)) + ("deserve" nil (d ih0 z er1 v)) + ("deserved" nil (d ih0 z er1 v d)) + ("deservedly" nil (d ih0 z er1 v ax d l iy0)) +*************** +*** 24551,24559 **** + ("dicostanzo" nil (d ih0 k ow0 s t aa1 n z ow0)) + ("dicots" nil (d ay1 k aa0 t s)) + ("dictaphone" nil (d ih1 k t ax f ow1 n)) +! ("dictate" nil (d ih0 k t ey1 t)) + ("dictated" nil (d ih0 k t ey1 t ax d)) +! ("dictates" nil (d ih0 k t ey1 t s)) + ("dictating" nil (d ih1 k t ey1 t ih0 ng)) + ("dictation" nil (d ih0 k t ey1 sh ax n)) + ("dictator" nil (d ih0 k t ey1 t er0)) +--- 24641,24651 ---- + ("dicostanzo" nil (d ih0 k ow0 s t aa1 n z ow0)) + ("dicots" nil (d ay1 k aa0 t s)) + ("dictaphone" nil (d ih1 k t ax f ow1 n)) +! ("dictate" v (d ih0 k t ey1 t)) +! ("dictate" n (d ih1 k t ey1 t)) + ("dictated" nil (d ih0 k t ey1 t ax d)) +! ("dictates" v (d ih0 k t ey1 t s)) +! ("dictates" n (d ih1 k t ey1 t s)) + ("dictating" nil (d ih1 k t ey1 t ih0 ng)) + ("dictation" nil (d ih0 k t ey1 sh ax n)) + ("dictator" nil (d ih0 k t ey1 t er0)) +*************** +*** 24681,24687 **** + ("diffley" nil (d ih1 f l iy0)) + ("diffract" nil (d ih0 f r ae1 k t)) + ("diffraction" nil (d ih0 f r ae1 k sh ax n)) +! ("diffuse" nil (d ih0 f y uw1 s)) + ("diffused" nil (d ih0 f y uw1 z d)) + ("diffuses" nil (d ih0 f y uw1 z ax z)) + ("diffusion" nil (d ih0 f y uw1 zh ax n)) +--- 24773,24780 ---- + ("diffley" nil (d ih1 f l iy0)) + ("diffract" nil (d ih0 f r ae1 k t)) + ("diffraction" nil (d ih0 f r ae1 k sh ax n)) +! ("diffuse" j (d ih0 f y uw1 s)) +! ("diffuse" v (d ih0 f y uw1 z)) + ("diffused" nil (d ih0 f y uw1 z d)) + ("diffuses" nil (d ih0 f y uw1 z ax z)) + ("diffusion" nil (d ih0 f y uw1 zh ax n)) +*************** +*** 24700,24713 **** + ("digennaro" nil (d ih0 jh eh0 n aa1 r ow0)) + ("digenova" nil (d iy1 jh eh0 n ow1 v ax)) + ("digeronimo" nil (d ih0 jh er0 ow0 n iy1 m ow0)) +! ("digest" nil (d ay0 jh eh1 s t)) + ("digested" nil (d ay1 jh eh1 s t ih0 d)) + ("digester" nil (d ay1 jh eh1 s t er0)) + ("digestible" nil (d ay0 jh eh1 s t ax b ax l)) + ("digesting" nil (d ay0 jh eh1 s t ih0 ng)) + ("digestion" nil (d ay0 jh eh1 s ch ax n)) + ("digestive" nil (d ay0 jh eh1 s t ih0 v)) +! ("digests" nil (d ay0 jh eh1 s t s)) + ("digger" nil (d ih1 g er0)) + ("diggers" nil (d ih1 g er0 z)) + ("digges" nil (d ih1 g z)) +--- 24793,24808 ---- + ("digennaro" nil (d ih0 jh eh0 n aa1 r ow0)) + ("digenova" nil (d iy1 jh eh0 n ow1 v ax)) + ("digeronimo" nil (d ih0 jh er0 ow0 n iy1 m ow0)) +! ("digest" v (d ay0 jh eh1 s t)) +! ("digest" n (d ay1 jh eh0 s t)) + ("digested" nil (d ay1 jh eh1 s t ih0 d)) + ("digester" nil (d ay1 jh eh1 s t er0)) + ("digestible" nil (d ay0 jh eh1 s t ax b ax l)) + ("digesting" nil (d ay0 jh eh1 s t ih0 ng)) + ("digestion" nil (d ay0 jh eh1 s ch ax n)) + ("digestive" nil (d ay0 jh eh1 s t ih0 v)) +! ("digests" v (d ay0 jh eh1 s t s)) +! ("digests" n (d ay1 jh eh0 s t s)) + ("digger" nil (d ih1 g er0)) + ("diggers" nil (d ih1 g er0 z)) + ("digges" nil (d ih1 g z)) +*************** +*** 25143,25151 **** + ("discerning" nil (d ih0 s er1 n ih0 ng)) + ("discernment" nil (d ih0 s er1 n m ax n t)) + ("disch" nil (d ih1 sh)) +! ("discharge" nil (d ih0 s ch aa1 r jh)) + ("discharged" nil (d ih0 s ch aa1 r jh d)) +! ("discharges" nil (d ih0 s ch aa1 r jh ax z)) + ("discharging" nil (d ih0 s ch aa1 r jh ih0 ng)) + ("discher" nil (d ih1 sh er0)) + ("dischinger" nil (d ih1 sh ih0 n jh er0)) +--- 25238,25248 ---- + ("discerning" nil (d ih0 s er1 n ih0 ng)) + ("discernment" nil (d ih0 s er1 n m ax n t)) + ("disch" nil (d ih1 sh)) +! ("discharge" v (d ih0 s ch aa1 r jh)) +! ("discharge" n (d ih1 s ch aa0 r jh)) + ("discharged" nil (d ih0 s ch aa1 r jh d)) +! ("discharges" v (d ih0 s ch aa1 r jh ax z)) +! ("discharges" n (d ih1 s ch aa0 r jh ax z)) + ("discharging" nil (d ih0 s ch aa1 r jh ih0 ng)) + ("discher" nil (d ih1 sh er0)) + ("dischinger" nil (d ih1 sh ih0 n jh er0)) +*************** +*** 25191,25203 **** + ("discordant" nil (d ih0 s k ao1 r d ax n t)) + ("discos" nil (d ih1 s k ow0 z)) + ("discotheque" nil (d ih1 s k ow0 t eh1 k)) +! ("discount" nil (d ih0 s k aw1 n t)) + ("discountable" nil (d ih1 s k aw1 n t ax b ax l)) + ("discounted" nil (d ih1 s k aw1 n t ih0 d)) + ("discounter" nil (d ih1 s k aw1 n t er0)) + ("discounters" nil (d ih0 s k aw1 n t er0 z)) + ("discounting" nil (d ih1 s k aw1 n t ih0 ng)) +! ("discounts" nil (d ih0 s k aw1 n t s)) + ("discourage" nil (d ih0 s k er1 ih0 jh)) + ("discouraged" nil (d ih0 s k er1 ax jh d)) + ("discouragement" nil (d ih0 s k er1 ih0 jh m ax n t)) +--- 25288,25302 ---- + ("discordant" nil (d ih0 s k ao1 r d ax n t)) + ("discos" nil (d ih1 s k ow0 z)) + ("discotheque" nil (d ih1 s k ow0 t eh1 k)) +! ("discount" v (d ih0 s k aw1 n t)) +! ("discount" n (d ih1 s k aw0 n t)) + ("discountable" nil (d ih1 s k aw1 n t ax b ax l)) + ("discounted" nil (d ih1 s k aw1 n t ih0 d)) + ("discounter" nil (d ih1 s k aw1 n t er0)) + ("discounters" nil (d ih0 s k aw1 n t er0 z)) + ("discounting" nil (d ih1 s k aw1 n t ih0 ng)) +! ("discounts" v (d ih0 s k aw1 n t s)) +! ("discounts" n (d ih1 s k aw0 n t s)) + ("discourage" nil (d ih0 s k er1 ih0 jh)) + ("discouraged" nil (d ih0 s k er1 ax jh d)) + ("discouragement" nil (d ih0 s k er1 ih0 jh m ax n t)) +*************** +*** 25897,25903 **** + ("doerr" nil (d ao1 r)) + ("doers" nil (d uw1 er0 z)) + ("doersam" nil (d ao1 r s ax m)) +! ("does" nil (d ah1 z)) + ("doescher" nil (d ow1 sh er0)) + ("doetsch" nil (d ow1 ch)) + ("dofasco" nil (d ax f ae1 s k ow0)) +--- 25996,26003 ---- + ("doerr" nil (d ao1 r)) + ("doers" nil (d uw1 er0 z)) + ("doersam" nil (d ao1 r s ax m)) +! ("does" v (d ah1 z)) +! ("does" n (d ow1 z)) + ("doescher" nil (d ow1 sh er0)) + ("doetsch" nil (d ow1 ch)) + ("dofasco" nil (d ax f ae1 s k ow0)) +*************** +*** 27328,27336 **** + ("dupler" nil (d uw1 p ax l er0)) + ("duplessis" nil (d uw1 p l ih0 s ih0 s)) + ("duplex" nil (d uw1 p l eh1 k s)) +! ("duplicate" nil (d uw1 p l ax k ax t)) + ("duplicated" nil (d uw1 p l ih0 k ey1 t ih0 d)) +! ("duplicates" nil (d y uw1 p l ax k ey1 t s)) + ("duplicating" nil (d uw1 p l ih0 k ey1 t ih0 ng)) + ("duplication" nil (d y uw1 p l ax k ey1 sh ax n)) + ("duplications" nil (d uw1 p l ih0 k ey1 sh ax n z)) +--- 27428,27438 ---- + ("dupler" nil (d uw1 p ax l er0)) + ("duplessis" nil (d uw1 p l ih0 s ih0 s)) + ("duplex" nil (d uw1 p l eh1 k s)) +! ("duplicate" n (d uw1 p l ax k ax t)) +! ("duplicate" v (d uw1 p l ax k ey1 t)) + ("duplicated" nil (d uw1 p l ih0 k ey1 t ih0 d)) +! ("duplicates" v (d y uw1 p l ax k ey1 t s)) +! ("duplicates" n (d y uw1 p l ax k ax t s)) + ("duplicating" nil (d uw1 p l ih0 k ey1 t ih0 ng)) + ("duplication" nil (d y uw1 p l ax k ey1 sh ax n)) + ("duplications" nil (d uw1 p l ih0 k ey1 sh ax n z)) +*************** +*** 28403,28409 **** + ("ekstrom" nil (eh1 k s t r ax m)) + ("el" nil (eh1 l)) + ("ela" nil (eh1 l ax)) +! ("elaborate" nil (ih0 l ae1 b r ax t)) + ("elaborated" nil (ih0 l ae1 b er0 ey0 t ax d)) + ("elaborately" nil (ih0 l ae1 b r ax t l iy0)) + ("elaborates" nil (ih0 l ae1 b er0 ey1 t s)) +--- 28505,28512 ---- + ("ekstrom" nil (eh1 k s t r ax m)) + ("el" nil (eh1 l)) + ("ela" nil (eh1 l ax)) +! ("elaborate" n (ih0 l ae1 b r ax t)) +! ("elaborate" v (ih0 l ae1 b r ey0 t)) + ("elaborated" nil (ih0 l ae1 b er0 ey0 t ax d)) + ("elaborately" nil (ih0 l ae1 b r ax t l iy0)) + ("elaborates" nil (ih0 l ae1 b er0 ey1 t s)) +*************** +*** 29573,29581 **** + ("entomology" nil (eh1 n t ax m aa1 l ax jh iy0)) + ("entourage" nil (aa1 n t uh0 r aa1 zh)) + ("entrails" nil (eh1 n t r ax l z)) +! ("entrance" nil (eh1 n t r ax n s)) + ("entranced" nil (ih0 n t r ae1 n s t)) +! ("entrances" nil (eh1 n t r ax n s ax z)) + ("entrant" nil (eh1 n t r ax n t)) + ("entrants" nil (eh1 n t r ax n t s)) + ("entrapment" nil (ih0 n t r ae1 p m ax n t)) +--- 29676,29686 ---- + ("entomology" nil (eh1 n t ax m aa1 l ax jh iy0)) + ("entourage" nil (aa1 n t uh0 r aa1 zh)) + ("entrails" nil (eh1 n t r ax l z)) +! ("entrance" n (eh1 n t r ax n s)) +! ("entrance" v (eh0 n t r aa1 n s)) + ("entranced" nil (ih0 n t r ae1 n s t)) +! ("entrances" n (eh1 n t r ax n s ax z)) +! ("entrances" v (eh0 n t r aa1 n s ax z)) + ("entrant" nil (eh1 n t r ax n t)) + ("entrants" nil (eh1 n t r ax n t s)) + ("entrapment" nil (ih0 n t r ae1 p m ax n t)) +*************** +*** 30034,30046 **** + ("escobedo" nil (eh0 s k ow0 b ey1 d ow0)) + ("escoe" nil (ih0 s k ow1)) + ("escondido" nil (eh1 s k aa0 n d iy1 d ow0)) +! ("escort" nil (eh0 s k ao1 r t)) + ("escorted" nil (eh0 s k ao1 r t ih0 d)) + ("escorting" nil (eh1 s k ao0 r t ih0 ng)) +! ("escorts" nil (eh1 s k ao0 r t s)) + ("escoto" nil (eh0 s k ow1 t ow0)) + ("escott" nil (eh1 s k ax t)) +! ("escrow" nil (eh0 s k r ow1)) + ("escrowed" nil (eh1 s k r ow0 d)) + ("escudero" nil (eh0 s k uw0 d eh1 r ow0)) + ("escudo" nil (eh0 s k uw1 d ow0)) +--- 30139,30154 ---- + ("escobedo" nil (eh0 s k ow0 b ey1 d ow0)) + ("escoe" nil (ih0 s k ow1)) + ("escondido" nil (eh1 s k aa0 n d iy1 d ow0)) +! ("escort" v (eh0 s k ao1 r t)) +! ("escort" n (eh1 s k ao0 r t)) + ("escorted" nil (eh0 s k ao1 r t ih0 d)) + ("escorting" nil (eh1 s k ao0 r t ih0 ng)) +! ("escorts" n (eh1 s k ao0 r t s)) +! ("escorts" v (eh0 s k ao1 r t s)) + ("escoto" nil (eh0 s k ow1 t ow0)) + ("escott" nil (eh1 s k ax t)) +! ("escrow" v (eh0 s k r ow1)) +! ("escrow" n (eh1 s k r ow0)) + ("escrowed" nil (eh1 s k r ow0 d)) + ("escudero" nil (eh0 s k uw0 d eh1 r ow0)) + ("escudo" nil (eh0 s k uw1 d ow0)) +*************** +*** 30176,30184 **** + ("esther" nil (eh1 s t er0)) + ("estill" nil (ey0 s t iy1 l)) + ("estimable" nil (eh1 s t ax m ax b ax l)) +! ("estimate" nil (eh1 s t ax m ax t)) + ("estimated" nil (eh1 s t ax m ey1 t ax d)) +! ("estimates" nil (eh1 s t ax m ax t s)) + ("estimating" nil (eh1 s t ax m ey1 t ih0 ng)) + ("estimation" nil (eh1 s t ax m ey1 sh ax n)) + ("estimators" nil (ax s t ih1 m ax t er0 z)) +--- 30284,30294 ---- + ("esther" nil (eh1 s t er0)) + ("estill" nil (ey0 s t iy1 l)) + ("estimable" nil (eh1 s t ax m ax b ax l)) +! ("estimate" n (eh1 s t ax m ax t)) +! ("estimate" v (eh1 s t ax m ey1 t)) + ("estimated" nil (eh1 s t ax m ey1 t ax d)) +! ("estimates" n (eh1 s t ax m ax t s)) +! ("estimates" v (eh1 s t ax m ey0 t s)) + ("estimating" nil (eh1 s t ax m ey1 t ih0 ng)) + ("estimation" nil (eh1 s t ax m ey1 sh ax n)) + ("estimators" nil (ax s t ih1 m ax t er0 z)) +*************** +*** 30630,30637 **** + ("excerpt" nil (eh1 k s er0 p t)) + ("excerpted" nil (eh1 k s er1 p t ih0 d)) + ("excerpts" nil (eh1 k s er0 p t s)) +! ("excess" nil (eh1 k s eh1 s)) +! ("excesses" nil (eh1 k s eh1 s ih0 z)) + ("excessive" nil (ih0 k s eh1 s ih0 v)) + ("excessively" nil (ih0 k s eh1 s ih0 v l iy0)) + ("exchange" nil (ih0 k s ch ey1 n jh)) +--- 30740,30749 ---- + ("excerpt" nil (eh1 k s er0 p t)) + ("excerpted" nil (eh1 k s er1 p t ih0 d)) + ("excerpts" nil (eh1 k s er0 p t s)) +! ("excess" j (eh1 k s eh1 s)) +! ("excess" n (eh1 k s eh1 s)) +! ("excesses" n (eh1 k s eh1 s ih0 z)) +! ("excesses" j (ih0 k s eh1 s ih0 z)) + ("excessive" nil (ih0 k s eh1 s ih0 v)) + ("excessively" nil (ih0 k s eh1 s ih0 v l iy0)) + ("exchange" nil (ih0 k s ch ey1 n jh)) +*************** +*** 30687,30695 **** + ("exculpatory" nil (eh1 k s k ah1 l p ax t ao1 r iy0)) + ("excursion" nil (ih0 k s k er1 zh ax n)) + ("excursions" nil (ih0 k s k er1 zh ax n z)) +! ("excuse" nil (ih0 k s k y uw1 s)) + ("excused" nil (ih0 k s k y uw1 z d)) +! ("excuses" nil (ih0 k s k y uw1 s ih0 z)) + ("exec" nil (eh1 g z eh1 k)) + ("execrable" nil (eh1 g z eh1 k r ax b ax l)) + ("execs" nil (eh1 g z eh1 k s)) +--- 30799,30809 ---- + ("exculpatory" nil (eh1 k s k ah1 l p ax t ao1 r iy0)) + ("excursion" nil (ih0 k s k er1 zh ax n)) + ("excursions" nil (ih0 k s k er1 zh ax n z)) +! ("excuse" n (ih0 k s k y uw1 s)) +! ("excuse" v (ih0 k s k y uw1 z)) + ("excused" nil (ih0 k s k y uw1 z d)) +! ("excuses" n (ih0 k s k y uw1 s ih0 z)) +! ("excuses" v (ih0 k s k y uw1 z ih0 z)) + ("exec" nil (eh1 g z eh1 k)) + ("execrable" nil (eh1 g z eh1 k r ax b ax l)) + ("execs" nil (eh1 g z eh1 k s)) +*************** +*** 30894,30905 **** + ("exploded" nil (ih0 k s p l ow1 d ax d)) + ("explodes" nil (ih0 k s p l ow1 d z)) + ("exploding" nil (ih0 k s p l ow1 d ih0 ng)) +! ("exploit" nil (eh1 k s p l oy1 t)) + ("exploitation" nil (eh1 k s p l oy1 t ey1 sh ax n)) + ("exploitative" nil (eh1 k s p l oy1 t ax t ih0 v)) + ("exploited" nil (eh1 k s p l oy1 t ax d)) + ("exploiting" nil (eh1 k s p l oy1 t ih0 ng)) +! ("exploits" nil (eh1 k s p l oy1 t s)) + ("exploration" nil (eh1 k s p l er0 ey1 sh ax n)) + ("explorations" nil (eh1 k s p l er0 ey1 sh ax n z)) + ("exploratory" nil (ih0 k s p l ao1 r ax t ao1 r iy0)) +--- 31008,31021 ---- + ("exploded" nil (ih0 k s p l ow1 d ax d)) + ("explodes" nil (ih0 k s p l ow1 d z)) + ("exploding" nil (ih0 k s p l ow1 d ih0 ng)) +! ("exploit" n (eh1 k s p l oy0 t)) +! ("exploit" v (ih0 k s p l oy1 t)) + ("exploitation" nil (eh1 k s p l oy1 t ey1 sh ax n)) + ("exploitative" nil (eh1 k s p l oy1 t ax t ih0 v)) + ("exploited" nil (eh1 k s p l oy1 t ax d)) + ("exploiting" nil (eh1 k s p l oy1 t ih0 ng)) +! ("exploits" n (eh1 k s p l oy1 t s)) +! ("exploits" v (ih0 k s p l oy1 t s)) + ("exploration" nil (eh1 k s p l er0 ey1 sh ax n)) + ("explorations" nil (eh1 k s p l er0 ey1 sh ax n z)) + ("exploratory" nil (ih0 k s p l ao1 r ax t ao1 r iy0)) +*************** +*** 30920,30932 **** + ("exponential" nil (eh1 k s p ow0 n eh1 n ch ax l)) + ("exponentially" nil (eh1 k s p ow0 n eh1 n sh ax l iy0)) + ("exponents" nil (ih0 k s p ow1 n ax n t s)) +! ("export" nil (eh1 k s p ao0 r t)) + ("exportable" nil (eh0 k s p ao1 r t ax b ax l)) + ("exported" nil (ih0 k s p ao1 r t ax d)) + ("exporter" nil (ih0 k s p ao1 r t er0)) + ("exporters" nil (ih0 k s p ao1 r t er0 z)) + ("exporting" nil (ih0 k s p ao1 r t ih0 ng)) +! ("exports" nil (eh1 k s p ao0 r t s)) + ("expos" nil (eh1 k s p ow0 z)) + ("expose" nil (ih0 k s p ow1 z)) + ("exposed" nil (ih0 k s p ow1 z d)) +--- 31036,31050 ---- + ("exponential" nil (eh1 k s p ow0 n eh1 n ch ax l)) + ("exponentially" nil (eh1 k s p ow0 n eh1 n sh ax l iy0)) + ("exponents" nil (ih0 k s p ow1 n ax n t s)) +! ("export" n (eh1 k s p ao0 r t)) +! ("export" v (ih0 k s p ao1 r t)) + ("exportable" nil (eh0 k s p ao1 r t ax b ax l)) + ("exported" nil (ih0 k s p ao1 r t ax d)) + ("exporter" nil (ih0 k s p ao1 r t er0)) + ("exporters" nil (ih0 k s p ao1 r t er0 z)) + ("exporting" nil (ih0 k s p ao1 r t ih0 ng)) +! ("exports" n (eh1 k s p ao0 r t s)) +! ("exports" v (ih0 k s p ao1 r t s)) + ("expos" nil (eh1 k s p ow0 z)) + ("expose" nil (ih0 k s p ow1 z)) + ("exposed" nil (ih0 k s p ow1 z d)) +*************** +*** 31007,31018 **** + ("extortionate" nil (ih0 k s t ao1 r sh ax n ax t)) + ("extra" nil (eh1 k s t r ax)) + ("extracellularly" nil (eh1 k s t r ax s eh1 l y ax l er0 l iy0)) +! ("extract" nil (ih0 k s t r ae1 k t)) + ("extracted" nil (ih0 k s t r ae1 k t ax d)) + ("extracting" nil (ih0 k s t r ae1 k t ih0 ng)) + ("extraction" nil (ih0 k s t r ae1 k sh ax n)) + ("extractions" nil (ih0 k s t r ae1 k sh ax n z)) +! ("extracts" nil (ih0 k s t r ae1 k t s)) + ("extracurricular" nil (eh1 k s t r ax k er0 ih1 k y ax l er0)) + ("extradite" nil (eh1 k s t r ax d ay1 t)) + ("extradited" nil (eh1 k s t r ax d ay1 t ih0 d)) +--- 31125,31138 ---- + ("extortionate" nil (ih0 k s t ao1 r sh ax n ax t)) + ("extra" nil (eh1 k s t r ax)) + ("extracellularly" nil (eh1 k s t r ax s eh1 l y ax l er0 l iy0)) +! ("extract" v (ih0 k s t r ae1 k t)) +! ("extract" n (eh1 k s t r ae1 k t)) + ("extracted" nil (ih0 k s t r ae1 k t ax d)) + ("extracting" nil (ih0 k s t r ae1 k t ih0 ng)) + ("extraction" nil (ih0 k s t r ae1 k sh ax n)) + ("extractions" nil (ih0 k s t r ae1 k sh ax n z)) +! ("extracts" v (ih0 k s t r ae1 k t s)) +! ("extracts" n (eh1 k s t r ae1 k t s)) + ("extracurricular" nil (eh1 k s t r ax k er0 ih1 k y ax l er0)) + ("extradite" nil (eh1 k s t r ax d ay1 t)) + ("extradited" nil (eh1 k s t r ax d ay1 t ih0 d)) +*************** +*** 34261,34272 **** + ("frager" nil (f r ey1 g er0)) + ("fragile" nil (f r ae1 jh ax l)) + ("fragility" nil (f r ax jh ih1 l ax t iy0)) +! ("fragment" nil (f r ae1 g m ax n t)) + ("fragmentary" nil (f r ae1 g m ax n t eh1 r iy0)) + ("fragmentation" nil (f r ae1 g m ax n t ey1 sh ax n)) + ("fragmented" nil (f r ae1 g m ax n t ih0 d)) + ("fragmenting" nil (f r ae1 g m ax n t ih0 ng)) +! ("fragments" nil (f r ae1 g m ax n t s)) + ("frago" nil (f r ey1 g ow0)) + ("fragonard" nil (f r ae1 g ax n er0 d)) + ("fragoso" nil (f r aa0 g ow1 s ow0)) +--- 34381,34394 ---- + ("frager" nil (f r ey1 g er0)) + ("fragile" nil (f r ae1 jh ax l)) + ("fragility" nil (f r ax jh ih1 l ax t iy0)) +! ("fragment" n (f r ae1 g m ax n t)) +! ("fragment" v (f r ae0 g m eh1 n t)) + ("fragmentary" nil (f r ae1 g m ax n t eh1 r iy0)) + ("fragmentation" nil (f r ae1 g m ax n t ey1 sh ax n)) + ("fragmented" nil (f r ae1 g m ax n t ih0 d)) + ("fragmenting" nil (f r ae1 g m ax n t ih0 ng)) +! ("fragments" n (f r ae1 g m ax n t s)) +! ("fragments" v (f r ae0 g m eh1 n t s)) + ("frago" nil (f r ey1 g ow0)) + ("fragonard" nil (f r ae1 g ax n er0 d)) + ("fragoso" nil (f r aa0 g ow1 s ow0)) +*************** +*** 34629,34635 **** + ("freons" nil (f r iy1 aa0 n z)) + ("frequencies" nil (f r iy1 k w ax n s iy0 z)) + ("frequency" nil (f r iy1 k w ax n s iy0)) +! ("frequent" nil (f r iy1 k w ax n t)) + ("frequented" nil (f r iy1 k w ax n t ih0 d)) + ("frequently" nil (f r iy1 k w ax n t l iy0)) + ("frequents" nil (f r iy1 k w ax n t s)) +--- 34751,34758 ---- + ("freons" nil (f r iy1 aa0 n z)) + ("frequencies" nil (f r iy1 k w ax n s iy0 z)) + ("frequency" nil (f r iy1 k w ax n s iy0)) +! ("frequent" j (f r iy1 k w ax n t)) +! ("frequent" v (f r ih0 k w eh1 n t)) + ("frequented" nil (f r iy1 k w ax n t ih0 d)) + ("frequently" nil (f r iy1 k w ax n t l iy0)) + ("frequents" nil (f r iy1 k w ax n t s)) +*************** +*** 38344,38352 **** + ("gradualism" nil (g r ae1 jh ax w ax l ih1 z ax m)) + ("gradualist" nil (g r ae1 jh ax w ax l ih0 s t)) + ("gradually" nil (g r ae1 jh uw0 ax l iy0)) +! ("graduate" nil (g r ae1 jh ax w ax t)) + ("graduated" nil (g r ae1 jh uw0 ey1 t ih0 d)) +! ("graduates" nil (g r ae1 jh ax w ax t s)) + ("graduating" nil (g r ae1 jh ax w ey1 t ih0 ng)) + ("graduation" nil (g r ae1 jh uw0 ey1 sh ax n)) + ("gradus" nil (g r ey1 d ax s)) +--- 38467,38477 ---- + ("gradualism" nil (g r ae1 jh ax w ax l ih1 z ax m)) + ("gradualist" nil (g r ae1 jh ax w ax l ih0 s t)) + ("gradually" nil (g r ae1 jh uw0 ax l iy0)) +! ("graduate" n (g r ae1 jh ax w ax t)) +! ("graduate" v (g r ae1 jh ax w ey0 t)) + ("graduated" nil (g r ae1 jh uw0 ey1 t ih0 d)) +! ("graduates" n (g r ae1 jh ax w ax t s)) +! ("graduates" v (g r ae1 jh ax w ey0 t s)) + ("graduating" nil (g r ae1 jh ax w ey1 t ih0 ng)) + ("graduation" nil (g r ae1 jh uw0 ey1 sh ax n)) + ("gradus" nil (g r ey1 d ax s)) +*************** +*** 44219,44225 **** + ("hours" nil (aw1 er0 z)) + ("housand" nil (hh aw1 s ax n d)) + ("housden" nil (hh aw1 s d ax n)) +! ("house" nil (hh aw1 s)) + ("houseal" nil (hh aw1 s ax l)) + ("houseboat" nil (hh aw1 s b ow1 t)) + ("housebroken" nil (hh aw1 s b r ow1 k ax n)) +--- 44344,44351 ---- + ("hours" nil (aw1 er0 z)) + ("housand" nil (hh aw1 s ax n d)) + ("housden" nil (hh aw1 s d ax n)) +! ("house" n (hh aw1 s)) +! ("house" v (hh aw1 z)) + ("houseal" nil (hh aw1 s ax l)) + ("houseboat" nil (hh aw1 s b ow1 t)) + ("housebroken" nil (hh aw1 s b r ow1 k ax n)) +*************** +*** 44237,44243 **** + ("housel" nil (hh aw1 s ax l)) + ("houseman" nil (hh aw1 s m ax n)) + ("houser" nil (hh aw1 z er0)) +! ("houses" nil (hh aw1 s ax z)) + ("houseware" nil (hh aw1 s w eh1 r)) + ("housewares" nil (hh aw1 s w eh1 r z)) + ("housewife" nil (hh aw1 s w ay1 f)) +--- 44363,44370 ---- + ("housel" nil (hh aw1 s ax l)) + ("houseman" nil (hh aw1 s m ax n)) + ("houser" nil (hh aw1 z er0)) +! ("houses" n (hh aw1 s ax z)) +! ("houses" v (hh aw1 z ih0 z)) + ("houseware" nil (hh aw1 s w eh1 r)) + ("housewares" nil (hh aw1 s w eh1 r z)) + ("housewife" nil (hh aw1 s w ay1 f)) +*************** +*** 45504,45513 **** + ("imogen" nil (ih1 m ax g ax n)) + ("imogene" nil (ih1 m ax jh iy1 n)) + ("imondi" nil (ih0 m ow1 n d iy0)) +! ("impact" nil (ih0 m p ae1 k t)) + ("impacted" nil (ih1 m p ae1 k t ih0 d)) + ("impacting" nil (ih0 m p ae1 k t ih0 ng)) +! ("impacts" nil (ih0 m p ae1 k t s)) + ("impair" nil (ih0 m p eh1 r)) + ("impaired" nil (ih0 m p eh1 r d)) + ("impairing" nil (ih0 m p eh1 r ih0 ng)) +--- 45631,45642 ---- + ("imogen" nil (ih1 m ax g ax n)) + ("imogene" nil (ih1 m ax jh iy1 n)) + ("imondi" nil (ih0 m ow1 n d iy0)) +! ("impact" v (ih0 m p ae1 k t)) +! ("impact" n (ih1 m p ae0 k t)) + ("impacted" nil (ih1 m p ae1 k t ih0 d)) + ("impacting" nil (ih0 m p ae1 k t ih0 ng)) +! ("impacts" v (ih0 m p ae1 k t s)) +! ("impacts" n (ih1 m p ae0 k t s)) + ("impair" nil (ih0 m p eh1 r)) + ("impaired" nil (ih0 m p eh1 r d)) + ("impairing" nil (ih0 m p eh1 r ih0 ng)) +*************** +*** 45590,45600 **** + ("implants" nil (ih0 m p l ae1 n t s)) + ("implausible" nil (ih0 m p l ao1 z ax b ax l)) + ("implausibly" nil (ih0 m p l ao1 z ax b l iy0)) +! ("implement" nil (ih1 m p l ax m ax n t)) + ("implementation" nil (ih1 m p l ax m eh0 n t ey1 sh ax n)) + ("implemented" nil (ih1 m p l ax m eh1 n t ax d)) + ("implementing" nil (ih1 m p l ax m eh1 n t ih0 ng)) +! ("implements" nil (ih1 m p l ax m ax n t s)) + ("implicate" nil (ih1 m p l ih0 k ey1 t)) + ("implicated" nil (ih1 m p l ih0 k ey1 t ih0 d)) + ("implicating" nil (ih1 m p l ih0 k ey1 t ih0 ng)) +--- 45719,45731 ---- + ("implants" nil (ih0 m p l ae1 n t s)) + ("implausible" nil (ih0 m p l ao1 z ax b ax l)) + ("implausibly" nil (ih0 m p l ao1 z ax b l iy0)) +! ("implement" n (ih1 m p l ax m ax n t)) +! ("implement" v (ih1 m p l ax m eh1 n t)) + ("implementation" nil (ih1 m p l ax m eh0 n t ey1 sh ax n)) + ("implemented" nil (ih1 m p l ax m eh1 n t ax d)) + ("implementing" nil (ih1 m p l ax m eh1 n t ih0 ng)) +! ("implements" n (ih1 m p l ax m ax n t s)) +! ("implements" v (ih1 m p l ax m eh1 n t s)) + ("implicate" nil (ih1 m p l ih0 k ey1 t)) + ("implicated" nil (ih1 m p l ih0 k ey1 t ih0 d)) + ("implicating" nil (ih1 m p l ih0 k ey1 t ih0 ng)) +*************** +*** 45617,45623 **** + ("impolitic" nil (ih0 m p ao1 l ih1 t ih1 k)) + ("imponderable" nil (ih0 m p aa1 n d er0 ax b ax l)) + ("imponderables" nil (ih0 m p aa1 n d er0 ax b ax l z)) +! ("import" nil (ih0 m p ao1 r t)) + ("importance" nil (ih0 m p ao1 r t ax n s)) + ("important" nil (ih0 m p ao1 r t ax n t)) + ("importantly" nil (ih0 m p ao1 r t ax n t l iy0)) +--- 45748,45755 ---- + ("impolitic" nil (ih0 m p ao1 l ih1 t ih1 k)) + ("imponderable" nil (ih0 m p aa1 n d er0 ax b ax l)) + ("imponderables" nil (ih0 m p aa1 n d er0 ax b ax l z)) +! ("import" v (ih0 m p ao1 r t)) +! ("import" n (ih1 m p ao0 r t)) + ("importance" nil (ih0 m p ao1 r t ax n s)) + ("important" nil (ih0 m p ao1 r t ax n t)) + ("importantly" nil (ih0 m p ao1 r t ax n t l iy0)) +*************** +*** 45626,45632 **** + ("importer" nil (ih0 m p ao1 r t er0)) + ("importers" nil (ih0 m p ao1 r t er0 z)) + ("importing" nil (ih0 m p ao1 r t ih0 ng)) +! ("imports" nil (ih0 m p ao1 r t s)) + ("impose" nil (ih0 m p ow1 z)) + ("imposed" nil (ih0 m p ow1 z d)) + ("imposes" nil (ih0 m p ow1 z ax z)) +--- 45758,45765 ---- + ("importer" nil (ih0 m p ao1 r t er0)) + ("importers" nil (ih0 m p ao1 r t er0 z)) + ("importing" nil (ih0 m p ao1 r t ih0 ng)) +! ("imports" v (ih0 m p ao1 r t s)) +! ("imports" n (ih1 m p ao0 r t s)) + ("impose" nil (ih0 m p ow1 z)) + ("imposed" nil (ih0 m p ow1 z d)) + ("imposes" nil (ih0 m p ow1 z ax z)) +*************** +*** 45653,45661 **** + ("impregnated" nil (ih0 m p r eh1 g n ey1 t ax d)) + ("impregnation" nil (ih0 m p r eh1 g n ey1 sh ax n)) + ("impresario" nil (ih1 m p r ih0 s aa1 r iy0 ow1)) +! ("impress" nil (ih0 m p r eh1 s)) + ("impressed" nil (ih0 m p r eh1 s t)) +! ("impresses" nil (ih0 m p r eh1 s ih0 z)) + ("impressing" nil (ih0 m p r eh1 s ih0 ng)) + ("impression" nil (ih0 m p r eh1 sh ax n)) + ("impressionable" nil (ih0 m p r eh1 sh ax n ax b ax l)) +--- 45786,45796 ---- + ("impregnated" nil (ih0 m p r eh1 g n ey1 t ax d)) + ("impregnation" nil (ih0 m p r eh1 g n ey1 sh ax n)) + ("impresario" nil (ih1 m p r ih0 s aa1 r iy0 ow1)) +! ("impress" v (ih0 m p r eh1 s)) +! ("impress" n (ih1 m p r eh0 s)) + ("impressed" nil (ih0 m p r eh1 s t)) +! ("impresses" v (ih0 m p r eh1 s ih0 z)) +! ("impresses" n (ih1 m p r eh0 s ih0 z)) + ("impressing" nil (ih0 m p r eh1 s ih0 ng)) + ("impression" nil (ih0 m p r eh1 sh ax n)) + ("impressionable" nil (ih0 m p r eh1 sh ax n ax b ax l)) +*************** +*** 45669,45677 **** + ("impressment" nil (ih0 m p r eh1 s m ax n t)) + ("imprimatur" nil (ih1 m p r ih0 m aa1 t er0)) + ("imprimis" nil (ih0 m p r iy1 m ih0 s)) +! ("imprint" nil (ih0 m p r ih1 n t)) + ("imprinted" nil (ih0 m p r ih1 n t ih0 d)) +! ("imprints" nil (ih0 m p r ih1 n t s)) + ("imprison" nil (ih0 m p r ih1 z ax n)) + ("imprisoned" nil (ih0 m p r ih1 z ax n d)) + ("imprisoning" nil (ih0 m p r ih1 z ax n ih0 ng)) +--- 45804,45814 ---- + ("impressment" nil (ih0 m p r eh1 s m ax n t)) + ("imprimatur" nil (ih1 m p r ih0 m aa1 t er0)) + ("imprimis" nil (ih0 m p r iy1 m ih0 s)) +! ("imprint" v (ih0 m p r ih1 n t)) +! ("imprint" n (ih1 m p r ih0 n t)) + ("imprinted" nil (ih0 m p r ih1 n t ih0 d)) +! ("imprints" v (ih0 m p r ih1 n t s)) +! ("imprints" n (ih1 m p r ih0 n t s)) + ("imprison" nil (ih0 m p r ih1 z ax n)) + ("imprisoned" nil (ih0 m p r ih1 z ax n d)) + ("imprisoning" nil (ih0 m p r ih1 z ax n ih0 ng)) +*************** +*** 45787,45793 **** + ("incata" nil (ih0 ng k aa1 t ax)) + ("ince" nil (ih1 n s)) + ("incendiary" nil (ih0 n s eh1 n d iy0 eh0 r iy0)) +! ("incense" nil (ih0 n s eh1 n s)) + ("incensed" nil (ih1 n s eh1 n s t)) + ("incentive" nil (ih0 n s eh1 n t ih0 v)) + ("incentives" nil (ih0 n s eh1 n t ih0 v z)) +--- 45924,45931 ---- + ("incata" nil (ih0 ng k aa1 t ax)) + ("ince" nil (ih1 n s)) + ("incendiary" nil (ih0 n s eh1 n d iy0 eh0 r iy0)) +! ("incense" v (ih0 n s eh1 n s)) +! ("incense" n (ih1 n s eh1 n s)) + ("incensed" nil (ih1 n s eh1 n s t)) + ("incentive" nil (ih0 n s eh1 n t ih0 v)) + ("incentives" nil (ih0 n s eh1 n t ih0 v z)) +*************** +*** 45826,45834 **** + ("inclement" nil (ih0 n k l eh1 m ax n t)) + ("inclination" nil (ih1 n k l ax n ey1 sh ax n)) + ("inclinations" nil (ih1 n k l ax n ey1 sh ax n z)) +! ("incline" nil (ih0 n k l ay1 n)) + ("inclined" nil (ih0 n k l ay1 n d)) +! ("inclines" nil (ih0 n k l ay1 n z)) + ("inclosure" nil (ih0 n k l ow1 zh er0)) + ("include" nil (ih0 n k l uw1 d)) + ("included" nil (ih0 n k l uw1 d ax d)) +--- 45964,45974 ---- + ("inclement" nil (ih0 n k l eh1 m ax n t)) + ("inclination" nil (ih1 n k l ax n ey1 sh ax n)) + ("inclinations" nil (ih1 n k l ax n ey1 sh ax n z)) +! ("incline" v (ih0 n k l ay1 n)) +! ("incline" n (ih1 n k l ay0 n)) + ("inclined" nil (ih0 n k l ay1 n d)) +! ("inclines" v (ih0 n k l ay1 n z)) +! ("inclines" n (ih1 n k l ay0 n z)) + ("inclosure" nil (ih0 n k l ow1 zh er0)) + ("include" nil (ih0 n k l uw1 d)) + ("included" nil (ih0 n k l uw1 d ax d)) +*************** +*** 45886,45894 **** + ("incorrectly" nil (ih0 n k er0 eh1 k t l iy0)) + ("incorrigible" nil (ih0 n k aa1 r ax jh ax b ax l)) + ("incorvaia" nil (ih0 n k ao0 r v aa1 y ax)) +! ("increase" nil (ih0 n k r iy1 s)) + ("increased" nil (ih0 n k r iy1 s t)) +! ("increases" nil (ih0 n k r iy1 s ax z)) + ("increasing" nil (ih0 n k r iy1 s ih0 ng)) + ("increasingly" nil (ih0 n k r iy1 s ih0 ng l iy0)) + ("incredible" nil (ih0 n k r eh1 d ax b ax l)) +--- 46026,46036 ---- + ("incorrectly" nil (ih0 n k er0 eh1 k t l iy0)) + ("incorrigible" nil (ih0 n k aa1 r ax jh ax b ax l)) + ("incorvaia" nil (ih0 n k ao0 r v aa1 y ax)) +! ("increase" v (ih0 n k r iy1 s)) +! ("increase" n (ih1 n k r iy1 s)) + ("increased" nil (ih0 n k r iy1 s t)) +! ("increases" v (ih0 n k r iy1 s ax z)) +! ("increases" n (ih1 n k r iy0 s ax z)) + ("increasing" nil (ih0 n k r iy1 s ih0 ng)) + ("increasingly" nil (ih0 n k r iy1 s ih0 ng l iy0)) + ("incredible" nil (ih0 n k r eh1 d ax b ax l)) +*************** +*** 45946,45951 **** +--- 46088,46097 ---- + ("indemnifying" nil (ih0 n d eh1 m n ih0 f ay1 ih0 ng)) + ("indemnities" nil (ih0 n d eh1 m n ih0 t iy0 z)) + ("indemnity" nil (ih0 n d eh1 m n ax t iy0)) ++ ("indent" v (ih0 n d eh1 n t)) ++ ("indent" n (ih1 n d eh0 n t)) ++ ("indents" v (ih0 n d eh1 n t s)) ++ ("indents" n (ih1 n d eh0 n t s)) + ("indenture" nil (ih0 n d eh1 n ch er0)) + ("indentured" nil (ih0 n d eh1 n ch er0 d)) + ("indentures" nil (ih0 n d eh1 n ch er0 z)) +*************** +*** 46369,46377 **** + ("initialed" nil (ih0 n ih1 sh ax l d)) + ("initially" nil (ih0 n ih1 sh ax l iy0)) + ("initials" nil (ih0 n ih1 sh ax l z)) +! ("initiate" nil (ih0 n ih1 sh iy0 ey1 t)) + ("initiated" nil (ih0 n ih1 sh iy0 ey1 t ax d)) +! ("initiates" nil (ih0 n ih1 sh iy0 ax t s)) + ("initiating" nil (ih0 n ih1 sh iy0 ey1 t ih0 ng)) + ("initiation" nil (ih0 n ih1 sh iy0 ey1 sh ax n)) + ("initiative" nil (ih0 n ih1 sh ax t ih0 v)) +--- 46515,46525 ---- + ("initialed" nil (ih0 n ih1 sh ax l d)) + ("initially" nil (ih0 n ih1 sh ax l iy0)) + ("initials" nil (ih0 n ih1 sh ax l z)) +! ("initiate" n (ih0 n ih1 sh iy0 ax t)) +! ("initiate" v (ih0 n ih1 sh iy0 ey1 t)) + ("initiated" nil (ih0 n ih1 sh iy0 ey1 t ax d)) +! ("initiates" n (ih0 n ih1 sh iy0 ax t s)) +! ("initiates" v (ih0 n ih1 sh iy0 ey1 t s)) + ("initiating" nil (ih0 n ih1 sh iy0 ey1 t ih0 ng)) + ("initiation" nil (ih0 n ih1 sh iy0 ey1 sh ax n)) + ("initiative" nil (ih0 n ih1 sh ax t ih0 v)) +*************** +*** 46517,46527 **** + ("insensitivity" nil (ih0 n s eh1 n s ax t ih1 v ax t iy0)) + ("inseparable" nil (ih0 n s eh1 p er0 ax b ax l)) + ("inserra" nil (ih0 n s eh1 r ax)) +! ("insert" nil (ih0 n s er1 t)) + ("inserted" nil (ih0 n s er1 t ax d)) + ("inserting" nil (ih0 n s er1 t ih0 ng)) + ("insertion" nil (ih0 n s er1 sh ax n)) +! ("inserts" nil (ih0 n s er1 t s)) + ("inset" nil (ih1 n s eh1 t)) + ("inshore" nil (ih1 n sh ao1 r)) + ("inside" nil (ih0 n s ay1 d)) +--- 46665,46677 ---- + ("insensitivity" nil (ih0 n s eh1 n s ax t ih1 v ax t iy0)) + ("inseparable" nil (ih0 n s eh1 p er0 ax b ax l)) + ("inserra" nil (ih0 n s eh1 r ax)) +! ("insert" v (ih0 n s er1 t)) +! ("insert" n (ih1 n s er r t)) + ("inserted" nil (ih0 n s er1 t ax d)) + ("inserting" nil (ih0 n s er1 t ih0 ng)) + ("insertion" nil (ih0 n s er1 sh ax n)) +! ("inserts" v (ih0 n s er1 t s)) +! ("inserts" n (ih1 n s er0 t s)) + ("inset" nil (ih1 n s eh1 t)) + ("inshore" nil (ih1 n sh ao1 r)) + ("inside" nil (ih0 n s ay1 d)) +*************** +*** 46658,46667 **** + ("insulator" nil (ih1 n s ax l ey1 t er0)) + ("insulators" nil (ih1 n s ax l ey1 t er0 z)) + ("insulin" nil (ih1 n s ax l ax n)) +! ("insult" nil (ih0 n s ah1 l t)) + ("insulted" nil (ih0 n s ah1 l t ih0 d)) + ("insulting" nil (ih0 n s ah1 l t ih0 ng)) +! ("insults" nil (ih0 n s ah1 l t s)) + ("insupportable" nil (ih0 n s ax p ao1 r t ax b ax l)) + ("insurance" nil (ih0 n sh uh1 r ax n s)) + ("insurances" nil (ih0 n sh uh1 r ax n s ih0 z)) +--- 46808,46819 ---- + ("insulator" nil (ih1 n s ax l ey1 t er0)) + ("insulators" nil (ih1 n s ax l ey1 t er0 z)) + ("insulin" nil (ih1 n s ax l ax n)) +! ("insult" v (ih0 n s ah1 l t)) +! ("insult" n (ih1 n s ax l t)) + ("insulted" nil (ih0 n s ah1 l t ih0 d)) + ("insulting" nil (ih0 n s ah1 l t ih0 ng)) +! ("insults" v (ih1 n s ax l t s)) +! ("insults" n (ih0 n s ah1 l t s)) + ("insupportable" nil (ih0 n s ax p ao1 r t ax b ax l)) + ("insurance" nil (ih0 n sh uh1 r ax n s)) + ("insurances" nil (ih0 n sh uh1 r ax n s ih0 z)) +*************** +*** 46873,46879 **** + ("intermodal" nil (ih1 n t er0 m ow1 d ax l)) + ("intermolecular" nil (ih1 n t er0 m ax l eh1 k y ax l er0)) + ("intermountain" nil (ih0 n t er0 m aw1 n t ih0 n)) +! ("intern" nil (ih1 n t er0 n)) + ("internacional" nil (ih1 n t er0 n ae1 sh ax n ax l)) + ("internal" nil (ih0 n t er1 n ax l)) + ("internally" nil (ih0 n t er1 n ax l iy0)) +--- 47025,47032 ---- + ("intermodal" nil (ih1 n t er0 m ow1 d ax l)) + ("intermolecular" nil (ih1 n t er0 m ax l eh1 k y ax l er0)) + ("intermountain" nil (ih0 n t er0 m aw1 n t ih0 n)) +! ("intern" n (ih1 n t er0 n)) +! ("intern" v (ih0 n t er1 n)) + ("internacional" nil (ih1 n t er0 n ae1 sh ax n ax l)) + ("internal" nil (ih0 n t er1 n ax l)) + ("internally" nil (ih0 n t er1 n ax l iy0)) +*************** +*** 46896,46902 **** + ("internists" nil (ih0 n t er1 n ih0 s t s)) + ("internment" nil (ih0 n t er1 n m ax n t)) + ("internorth" nil (ih1 n t er0 n ao0 r th)) +! ("interns" nil (ih1 n t er0 n z)) + ("internship" nil (ih1 n t er0 n sh ih1 p)) + ("internships" nil (ih1 n t er0 n sh ih1 p s)) + ("interoffice" nil (ih1 n t er0 ao1 f ax s)) +--- 47049,47056 ---- + ("internists" nil (ih0 n t er1 n ih0 s t s)) + ("internment" nil (ih0 n t er1 n m ax n t)) + ("internorth" nil (ih1 n t er0 n ao0 r th)) +! ("interns" v (ih1 n t er1 n z)) +! ("interns" n (ih1 n t er0 n z)) + ("internship" nil (ih1 n t er0 n sh ih1 p)) + ("internships" nil (ih1 n t er0 n sh ih1 p s)) + ("interoffice" nil (ih1 n t er0 ao1 f ax s)) +*************** +*** 47080,47086 **** + ("invaders" nil (ih0 n v ey1 d er0 z)) + ("invades" nil (ih0 n v ey1 d z)) + ("invading" nil (ih0 n v ey1 d ih0 ng)) +! ("invalid" nil (ih1 n v ax l ax d)) + ("invalidate" nil (ih0 n v ae1 l ih0 d ey1 t)) + ("invalidated" nil (ih0 n v ae1 l ax d ey1 t ax d)) + ("invalidating" nil (ih0 n v ae1 l ax d ey1 t ih0 ng)) +--- 47234,47241 ---- + ("invaders" nil (ih0 n v ey1 d er0 z)) + ("invades" nil (ih0 n v ey1 d z)) + ("invading" nil (ih0 n v ey1 d ih0 ng)) +! ("invalid" n (ih1 n v ax l ax d)) +! ("invalid" j (ih1 n v ah1 l ax d)) + ("invalidate" nil (ih0 n v ae1 l ih0 d ey1 t)) + ("invalidated" nil (ih0 n v ae1 l ax d ey1 t ax d)) + ("invalidating" nil (ih0 n v ae1 l ax d ey1 t ih0 ng)) +*************** +*** 47156,47164 **** + ("invitation" nil (ih1 n v ih0 t ey1 sh ax n)) + ("invitational" nil (ih1 n v ax t ey1 sh ax n ax l)) + ("invitations" nil (ih1 n v ih0 t ey1 sh ax n z)) +! ("invite" nil (ih0 n v ay1 t)) + ("invited" nil (ih0 n v ay1 t ax d)) +! ("invites" nil (ih0 n v ay1 t s)) + ("inviting" nil (ih0 n v ay1 t ih0 ng)) + ("invitron" nil (ih1 n v ih0 t r aa0 n)) + ("invocation" nil (ih1 n v ax k ey1 sh ax n)) +--- 47311,47321 ---- + ("invitation" nil (ih1 n v ih0 t ey1 sh ax n)) + ("invitational" nil (ih1 n v ax t ey1 sh ax n ax l)) + ("invitations" nil (ih1 n v ih0 t ey1 sh ax n z)) +! ("invite" v (ih0 n v ay1 t)) +! ("invite" n (ih1 n v ay0 t)) + ("invited" nil (ih0 n v ay1 t ax d)) +! ("invites" v (ih0 n v ay1 t s)) +! ("invites" n (ih1 n v ay0 t s)) + ("inviting" nil (ih0 n v ay1 t ih0 ng)) + ("invitron" nil (ih1 n v ih0 t r aa0 n)) + ("invocation" nil (ih1 n v ax k ey1 sh ax n)) +*************** +*** 53637,53643 **** + ("leaching" nil (l iy1 ch ih0 ng)) + ("leachman" nil (l iy1 ch m ax n)) + ("leacock" nil (l iy1 k aa1 k)) +! ("lead" nil (l eh1 d)) + ("leadbetter" nil (l iy1 d b ih0 t er0)) + ("leaded" nil (l eh1 d ih0 d)) + ("leaden" nil (l eh1 d ax n)) +--- 53794,53802 ---- + ("leaching" nil (l iy1 ch ih0 ng)) + ("leachman" nil (l iy1 ch m ax n)) + ("leacock" nil (l iy1 k aa1 k)) +! ("lead" n (l eh1 d)) +! ("lead" v_p (l eh1 d)) +! ("lead" v (l iy1 d)) + ("leadbetter" nil (l iy1 d b ih0 t er0)) + ("leaded" nil (l eh1 d ih0 d)) + ("leaden" nil (l eh1 d ax n)) +*************** +*** 55473,55479 **** + ("liuzza" nil (l iy0 uw1 t s ax)) + ("liuzzi" nil (l iy0 uw1 t s iy0)) + ("livable" nil (l ih1 v ax b ax l)) +! ("live" nil (l ay1 v)) + ("lived" nil (l ay1 v d)) + ("livelier" nil (l ih0 v eh1 l y er0)) + ("liveliest" nil (l ih1 v ax l iy1 s t)) +--- 55632,55639 ---- + ("liuzza" nil (l iy0 uw1 t s ax)) + ("liuzzi" nil (l iy0 uw1 t s iy0)) + ("livable" nil (l ih1 v ax b ax l)) +! ("live" j (l ay1 v)) +! ("live" v (l ih1 v)) + ("lived" nil (l ay1 v d)) + ("livelier" nil (l ih0 v eh1 l y er0)) + ("liveliest" nil (l ih1 v ax l iy1 s t)) +*************** +*** 55493,55499 **** + ("liverpool" nil (l ih1 v er0 p uw1 l)) + ("livers" nil (l ih1 v er0 z)) + ("liverworts" nil (l ih1 v er0 w er0 t s)) +! ("lives" nil (l ih1 v z)) + ("livesay" nil (l ih1 v ih0 s ey0)) + ("livesey" nil (l ih1 v ih0 s iy0)) + ("livestock" nil (l ay1 v s t aa1 k)) +--- 55653,55660 ---- + ("liverpool" nil (l ih1 v er0 p uw1 l)) + ("livers" nil (l ih1 v er0 z)) + ("liverworts" nil (l ih1 v er0 w er0 t s)) +! ("lives" v (l ih1 v z)) +! ("lives" n (l ay1 v z)) + ("livesay" nil (l ih1 v ih0 s ey0)) + ("livesey" nil (l ih1 v ih0 s iy0)) + ("livestock" nil (l ay1 v s t aa1 k)) +*************** +*** 62207,62213 **** + ("minus" nil (m ay1 n ax s)) + ("minuscule" nil (m ih1 n ax s k y uw1 l)) + ("minuses" nil (m ay1 n ax s ih0 z)) +! ("minute" nil (m ih1 n ax t)) + ("minutely" nil (m ih1 n ax t l iy0)) + ("minuteman" nil (m ih1 n ax t m ae1 n)) + ("minutes" nil (m ih1 n ax t s)) +--- 62368,62375 ---- + ("minus" nil (m ay1 n ax s)) + ("minuscule" nil (m ih1 n ax s k y uw1 l)) + ("minuses" nil (m ay1 n ax s ih0 z)) +! ("minute" n (m ih1 n ax t)) +! ("minute" j (m ih1 n uw0 t)) + ("minutely" nil (m ih1 n ax t l iy0)) + ("minuteman" nil (m ih1 n ax t m ae1 n)) + ("minutes" nil (m ih1 n ax t s)) +*************** +*** 62313,62319 **** + ("misconceived" nil (m ih0 s k ax n s iy1 v d)) + ("misconception" nil (m ih0 s k ax n s eh1 p sh ax n)) + ("misconceptions" nil (m ih1 s k ax n s eh1 p sh ax n z)) +! ("misconduct" nil (m ih0 s k aa1 n d ax k t)) + ("misconstrue" nil (m ih0 s k ax n s t r uw1)) + ("misconstrued" nil (m ih1 s k ax n s t r uw1 d)) + ("miscount" nil (m ih1 s k aw1 n t)) +--- 62475,62482 ---- + ("misconceived" nil (m ih0 s k ax n s iy1 v d)) + ("misconception" nil (m ih0 s k ax n s eh1 p sh ax n)) + ("misconceptions" nil (m ih1 s k ax n s eh1 p sh ax n z)) +! ("misconduct" n (m ih0 s k aa1 n d ax k t)) +! ("misconduct" v (m ih0 s k ax n d ah1 k t)) + ("misconstrue" nil (m ih0 s k ax n s t r uw1)) + ("misconstrued" nil (m ih1 s k ax n s t r uw1 d)) + ("miscount" nil (m ih1 s k aw1 n t)) +*************** +*** 62401,62407 **** + ("misplace" nil (m ih0 s p l ey1 s)) + ("misplaced" nil (m ih0 s p l ey1 s t)) + ("mispriced" nil (m ih0 s p r ay1 s t)) +! ("misprint" nil (m ih1 s p r ih1 n t)) + ("misprision" nil (m ih0 s p r ih1 zh ax n)) + ("misquote" nil (m ih0 s k w ow1 t)) + ("misquoted" nil (m ih0 s k w ow1 t ih0 d)) +--- 62564,62573 ---- + ("misplace" nil (m ih0 s p l ey1 s)) + ("misplaced" nil (m ih0 s p l ey1 s t)) + ("mispriced" nil (m ih0 s p r ay1 s t)) +! ("misprint" v (m ih0 s p r ih1 n t)) +! ("misprint" n (m ih1 s p r ih0 n t)) +! ("misprints" v (m ih0 s p r ih1 n t s)) +! ("misprints" n (m ih1 s p r ih0 n t s)) + ("misprision" nil (m ih0 s p r ih1 zh ax n)) + ("misquote" nil (m ih0 s k w ow1 t)) + ("misquoted" nil (m ih0 s k w ow1 t ih0 d)) +*************** +*** 62487,62495 **** + ("misunderstandings" nil (m ih0 s ah1 n d er0 s t ae1 n d ih0 ng z)) + ("misunderstood" nil (m ih1 s ax n d er0 s t uh1 d)) + ("misuraca" nil (m ih0 s uh0 r aa1 k ax)) +! ("misuse" nil (m ih0 s y uw1 z)) + ("misused" nil (m ih0 s y uw1 z d)) +! ("misuses" nil (m ih0 s y uw1 z ih0 z)) + ("misusing" nil (m ih0 s y uw1 z ih0 ng)) + ("mita" nil (m iy1 t ax)) + ("mitamura" nil (m iy1 t ax m uh1 r ax)) +--- 62653,62663 ---- + ("misunderstandings" nil (m ih0 s ah1 n d er0 s t ae1 n d ih0 ng z)) + ("misunderstood" nil (m ih1 s ax n d er0 s t uh1 d)) + ("misuraca" nil (m ih0 s uh0 r aa1 k ax)) +! ("misuse" n (m ih0 s y uw1 s)) +! ("misuse" v (m ih0 s y uw1 z)) + ("misused" nil (m ih0 s y uw1 z d)) +! ("misuses" n (m ih0 s y uw1 s ih0 z)) +! ("misuses" v (m ih0 s y uw1 z ih0 z)) + ("misusing" nil (m ih0 s y uw1 z ih0 ng)) + ("mita" nil (m iy1 t ax)) + ("mitamura" nil (m iy1 t ax m uh1 r ax)) +*************** +*** 62676,62685 **** + ("moden" nil (m ow1 d ax n)) + ("modena" nil (m ow0 d eh1 n ax)) + ("moder" nil (m ow1 d er0)) +! ("moderate" nil (m aa1 d er0 ax t)) + ("moderated" nil (m aa1 d er0 ey1 t ih0 d)) + ("moderately" nil (m aa1 d er0 ax t l iy0)) +! ("moderates" nil (m aa1 d er0 ax t s)) + ("moderating" nil (m aa1 d er0 ey1 t ih0 ng)) + ("moderation" nil (m aa1 d er0 ey1 sh ax n)) + ("moderator" nil (m aa1 d er0 ey1 t er0)) +--- 62844,62855 ---- + ("moden" nil (m ow1 d ax n)) + ("modena" nil (m ow0 d eh1 n ax)) + ("moder" nil (m ow1 d er0)) +! ("moderate" n (m aa1 d er0 ax t)) +! ("moderate" v (m aa1 d er0 ey0 t)) + ("moderated" nil (m aa1 d er0 ey1 t ih0 d)) + ("moderately" nil (m aa1 d er0 ax t l iy0)) +! ("moderates" n (m aa1 d er0 ax t s)) +! ("moderates" y (m aa1 d er0 ey0 t s)) + ("moderating" nil (m aa1 d er0 ey1 t ih0 ng)) + ("moderation" nil (m aa1 d er0 ey1 sh ax n)) + ("moderator" nil (m aa1 d er0 ey1 t er0)) +*************** +*** 63762,63768 **** + ("mousse" nil (m uw1 s)) + ("mousseau" nil (m uw1 s ow1)) + ("moustache" nil (m ah1 s t ae1 sh)) +! ("mouth" nil (m aw1 th)) + ("mouthed" nil (m aw1 dh d)) + ("mouthful" nil (m aw1 th f uh1 l)) + ("mouthing" nil (m aw1 dh ih0 ng)) +--- 63932,63939 ---- + ("mousse" nil (m uw1 s)) + ("mousseau" nil (m uw1 s ow1)) + ("moustache" nil (m ah1 s t ae1 sh)) +! ("mouth" n (m aw1 th)) +! ("mouth" v (m aw1 dh)) + ("mouthed" nil (m aw1 dh d)) + ("mouthful" nil (m aw1 th f uh1 l)) + ("mouthing" nil (m aw1 dh ih0 ng)) +*************** +*** 66921,66927 **** + ("obits" nil (aa1 b ih0 t s)) + ("obituaries" nil (ow0 b ih1 ch uw0 eh1 r iy0 z)) + ("obituary" nil (ow0 b ih1 ch uw0 eh1 r iy0)) +! ("object" nil (aa1 b jh eh0 k t)) + ("objected" nil (ax b jh eh1 k t ax d)) + ("objecting" nil (ax b jh eh1 k t ih0 ng)) + ("objection" nil (ax b jh eh1 k sh ax n)) +--- 67092,67099 ---- + ("obits" nil (aa1 b ih0 t s)) + ("obituaries" nil (ow0 b ih1 ch uw0 eh1 r iy0 z)) + ("obituary" nil (ow0 b ih1 ch uw0 eh1 r iy0)) +! ("object" n (aa1 b jh eh0 k t)) +! ("object" v (ax b jh eh1 k t)) + ("objected" nil (ax b jh eh1 k t ax d)) + ("objecting" nil (ax b jh eh1 k t ih0 ng)) + ("objection" nil (ax b jh eh1 k sh ax n)) +*************** +*** 66933,66939 **** + ("objectivity" nil (aa1 b jh eh0 k t ih1 v ih0 t iy0)) + ("objector" nil (ax b jh eh1 k t er0)) + ("objectors" nil (ax b jh eh1 k t er0 z)) +! ("objects" nil (aa1 b jh eh0 k t s)) + ("oblak" nil (aa1 b l ax k)) + ("oblander" nil (aa1 b l ax n d er0)) + ("oblast" nil (aa1 b l ae0 s t)) +--- 67105,67112 ---- + ("objectivity" nil (aa1 b jh eh0 k t ih1 v ih0 t iy0)) + ("objector" nil (ax b jh eh1 k t er0)) + ("objectors" nil (ax b jh eh1 k t er0 z)) +! ("objects" n (aa1 b jh eh0 k t s)) +! ("objects" v (ax b jh eh1 k t s)) + ("oblak" nil (aa1 b l ax k)) + ("oblander" nil (aa1 b l ax n d er0)) + ("oblast" nil (aa1 b l ae0 s t)) +*************** +*** 68612,68618 **** + ("overacker" nil (ow1 v er0 ax k er0)) + ("overacted" nil (ow1 v er0 ae1 k t ih0 d)) + ("overactive" nil (ow1 v er0 ae1 k t ih0 v)) +! ("overall" nil (ow1 v er0 ao1 l)) + ("overallotment" nil (ow1 v er0 ax l aa1 t m ax n t)) + ("overallotments" nil (ow1 v er0 ax l aa1 t m ax n t s)) + ("overalls" nil (ow1 v er0 ao1 l z)) +--- 68785,68792 ---- + ("overacker" nil (ow1 v er0 ax k er0)) + ("overacted" nil (ow1 v er0 ae1 k t ih0 d)) + ("overactive" nil (ow1 v er0 ae1 k t ih0 v)) +! ("overall" j (ow1 v er0 ao1 l)) +! ("overall" n (ow1 v er0 ao1 l)) + ("overallotment" nil (ow1 v er0 ax l aa1 t m ax n t)) + ("overallotments" nil (ow1 v er0 ax l aa1 t m ax n t s)) + ("overalls" nil (ow1 v er0 ao1 l z)) +*************** +*** 70888,70894 **** + ("peretz" nil (p er1 ih0 t s)) + ("pereyra" nil (p er0 eh1 r ax)) + ("perez" nil (p eh1 r eh0 z)) +! ("perfect" nil (p er0 f eh1 k t)) + ("perfecta" nil (p er0 f eh1 k t ax)) + ("perfected" nil (p er0 f eh1 k t ax d)) + ("perfecting" nil (p er0 f eh1 k t ih0 ng)) +--- 71062,71069 ---- + ("peretz" nil (p er1 ih0 t s)) + ("pereyra" nil (p er0 eh1 r ax)) + ("perez" nil (p eh1 r eh0 z)) +! ("perfect" j (p er1 f ax k t)) +! ("perfect" v (p er0 f eh1 k t)) + ("perfecta" nil (p er0 f eh1 k t ax)) + ("perfected" nil (p er0 f eh1 k t ax d)) + ("perfecting" nil (p er0 f eh1 k t ih0 ng)) +*************** +*** 70998,71005 **** + ("permissions" nil (p er0 m ih1 sh ax n z)) + ("permissive" nil (p er0 m ih1 s ih0 v)) + ("permissiveness" nil (p er0 m ih1 s ih0 v n ax s)) +! ("permit" nil (p er0 m ih1 t)) +! ("permits" nil (p er0 m ih1 t s)) + ("permitted" nil (p er0 m ih1 t ax d)) + ("permitting" nil (p er0 m ih1 t ih0 ng)) + ("permut" nil (p er1 m ax t)) +--- 71173,71182 ---- + ("permissions" nil (p er0 m ih1 sh ax n z)) + ("permissive" nil (p er0 m ih1 s ih0 v)) + ("permissiveness" nil (p er0 m ih1 s ih0 v n ax s)) +! ("permit" v (p er0 m ih1 t)) +! ("permit" n (p er1 m ih0 t)) +! ("permits" v (p er0 m ih1 t s)) +! ("permits" n (p er1 m ih0 t s)) + ("permitted" nil (p er0 m ih1 t ax d)) + ("permitting" nil (p er0 m ih1 t ih0 ng)) + ("permut" nil (p er1 m ax t)) +*************** +*** 71188,71197 **** + ("perversely" nil (p er0 v er1 s l iy0)) + ("perversion" nil (p er0 v er1 zh ax n)) + ("perversity" nil (p er0 v er1 s ax t iy0)) +! ("pervert" nil (p er1 v er0 t)) + ("perverted" nil (p er0 v er1 t ih0 d)) + ("perverting" nil (p er0 v er1 t ih0 ng)) +! ("perverts" nil (p er1 v er0 t s)) + ("perz" nil (p er1 z)) + ("pesatori" nil (p eh1 s ax t ao1 r iy0)) + ("pesavento" nil (p eh1 s ax v eh1 n t ow0)) +--- 71365,71376 ---- + ("perversely" nil (p er0 v er1 s l iy0)) + ("perversion" nil (p er0 v er1 zh ax n)) + ("perversity" nil (p er0 v er1 s ax t iy0)) +! ("pervert" v (p er0 v er1 t)) +! ("pervert" n (p er1 v er0 t)) + ("perverted" nil (p er0 v er1 t ih0 d)) + ("perverting" nil (p er0 v er1 t ih0 ng)) +! ("perverts" v (p er0 v er1 t s)) +! ("perverts" n (p er1 v er0 t s)) + ("perz" nil (p er1 z)) + ("pesatori" nil (p eh1 s ax t ao1 r iy0)) + ("pesavento" nil (p eh1 s ax v eh1 n t ow0)) +*************** +*** 73765,73773 **** + ("predetermined" nil (p r iy1 d iy0 t er1 m ih0 n d)) + ("predicament" nil (p r ih0 d ih1 k ax m ax n t)) + ("predicaments" nil (p r ih0 d ih1 k ax m ax n t s)) +! ("predicate" nil (p r eh1 d ax k ey1 t)) + ("predicated" nil (p r eh1 d ax k ey1 t ih0 d)) +! ("predicates" nil (p r eh1 d ax k ey1 t s)) + ("predict" nil (p r ih0 d ih1 k t)) + ("predictability" nil (p r ih0 d ih1 k t ax b ih1 l ih0 t iy0)) + ("predictable" nil (p r ih0 d ih1 k t ax b ax l)) +--- 73944,73954 ---- + ("predetermined" nil (p r iy1 d iy0 t er1 m ih0 n d)) + ("predicament" nil (p r ih0 d ih1 k ax m ax n t)) + ("predicaments" nil (p r ih0 d ih1 k ax m ax n t s)) +! ("predicate" v (p r eh1 d ih0 k ey1 t)) +! ("predicate" n (p r eh1 d ih0 k ax t)) + ("predicated" nil (p r eh1 d ax k ey1 t ih0 d)) +! ("predicates" v (p r eh1 d ax k ey1 t s)) +! ("predicates" n (p r eh1 d ih0 k ax t s)) + ("predict" nil (p r ih0 d ih1 k t)) + ("predictability" nil (p r ih0 d ih1 k t ax b ih1 l ih0 t iy0)) + ("predictable" nil (p r ih0 d ih1 k t ax b ax l)) +*************** +*** 73956,73962 **** + ("prescriptions" nil (p r ax s k r ih1 p sh ax n z)) + ("presence" nil (p r eh1 z ax n s)) + ("presences" nil (p r eh1 z ax n s ih0 z)) +! ("present" nil (p r eh1 z ax n t)) + ("presentable" nil (p r ax z eh1 n t ax b ax l)) + ("presentation" nil (p r eh1 z ax n t ey1 sh ax n)) + ("presentations" nil (p r eh1 z ax n t ey1 sh ax n z)) +--- 74137,74144 ---- + ("prescriptions" nil (p r ax s k r ih1 p sh ax n z)) + ("presence" nil (p r eh1 z ax n s)) + ("presences" nil (p r eh1 z ax n s ih0 z)) +! ("present" n (p r eh1 z ax n t)) +! ("present" v (p r iy0 z eh1 n t)) + ("presentable" nil (p r ax z eh1 n t ax b ax l)) + ("presentation" nil (p r eh1 z ax n t ey1 sh ax n)) + ("presentations" nil (p r eh1 z ax n t ey1 sh ax n z)) +*************** +*** 73966,73972 **** + ("presenting" nil (p r ih0 z eh1 n t ih0 ng)) + ("presently" nil (p r eh1 z ax n t l iy0)) + ("presentment" nil (p r iy0 z eh1 n t m ax n t)) +! ("presents" nil (p r eh1 z ax n t s)) + ("preservation" nil (p r eh1 z er0 v ey1 sh ax n)) + ("preservationist" nil (p r eh1 z er0 v ey1 sh ax n ih0 s t)) + ("preservationists" nil (p r eh1 z er0 v ey1 sh ax n ih0 s t s)) +--- 74148,74155 ---- + ("presenting" nil (p r ih0 z eh1 n t ih0 ng)) + ("presently" nil (p r eh1 z ax n t l iy0)) + ("presentment" nil (p r iy0 z eh1 n t m ax n t)) +! ("presents" n (p r eh1 z ax n t s)) +! ("presents" v (p r iy0 z eh1 n t s)) + ("preservation" nil (p r eh1 z er0 v ey1 sh ax n)) + ("preservationist" nil (p r eh1 z er0 v ey1 sh ax n ih0 s t)) + ("preservationists" nil (p r eh1 z er0 v ey1 sh ax n ih0 s t s)) +*************** +*** 74342,74352 **** + ("procedural" nil (p r ax s iy1 jh er0 ax l)) + ("procedure" nil (p r ax s iy1 jh er0)) + ("procedures" nil (p r ax s iy1 jh er0 z)) +! ("proceed" nil (p r ax s iy1 d)) + ("proceeded" nil (p r ax s iy1 d ax d)) + ("proceeding" nil (p r ax s iy1 d ih0 ng)) + ("proceedings" nil (p r ow0 s iy1 d ih0 ng z)) +! ("proceeds" nil (p r ax s iy1 d z)) + ("procell" nil (p r ow0 s eh1 l)) + ("proceso" nil (p r ow1 s eh1 s ow0)) + ("process" nil (p r aa1 s eh1 s)) +--- 74525,74537 ---- + ("procedural" nil (p r ax s iy1 jh er0 ax l)) + ("procedure" nil (p r ax s iy1 jh er0)) + ("procedures" nil (p r ax s iy1 jh er0 z)) +! ("proceed" v (p r ax s iy1 d)) +! ("proceed" n (p r ow0 s iy1 d)) + ("proceeded" nil (p r ax s iy1 d ax d)) + ("proceeding" nil (p r ax s iy1 d ih0 ng)) + ("proceedings" nil (p r ow0 s iy1 d ih0 ng z)) +! ("proceeds" v (p r ax s iy1 d z)) +! ("proceeds" n (p r ow0 s iy1 d z)) + ("procell" nil (p r ow0 s eh1 l)) + ("proceso" nil (p r ow1 s eh1 s ow0)) + ("process" nil (p r aa1 s eh1 s)) +*************** +*** 74403,74413 **** + ("prodigiously" nil (p r ow0 d ih1 jh ih0 s l iy0)) + ("prodigy" nil (p r aa1 d ax jh iy0)) + ("prods" nil (p r aa1 d z)) +! ("produce" nil (p r ax d uw1 s)) + ("produced" nil (p r ax d uw1 s t)) + ("producer" nil (p r ax d uw1 s er0)) + ("producers" nil (p r ax d uw1 s er0 z)) +! ("produces" nil (p r ax d uw1 s ax z)) + ("producing" nil (p r ax d uw1 s ih0 ng)) + ("product" nil (p r aa1 d ax k t)) + ("production" nil (p r ax d ah1 k sh ax n)) +--- 74588,74600 ---- + ("prodigiously" nil (p r ow0 d ih1 jh ih0 s l iy0)) + ("prodigy" nil (p r aa1 d ax jh iy0)) + ("prods" nil (p r aa1 d z)) +! ("produce" v (p r ax d uw1 s)) +! ("produce" n (p r ow1 d uw0 s)) + ("produced" nil (p r ax d uw1 s t)) + ("producer" nil (p r ax d uw1 s er0)) + ("producers" nil (p r ax d uw1 s er0 z)) +! ("produces" v (p r ax d uw1 s ax z)) +! ("produces" n (p r ax d uw1 s ih0 z)) + ("producing" nil (p r ax d uw1 s ih0 ng)) + ("product" nil (p r aa1 d ax k t)) + ("production" nil (p r ax d ah1 k sh ax n)) +*************** +*** 74488,74494 **** + ("programmers" nil (p r ow1 g r ae1 m er0 z)) + ("programming" nil (p r ow1 g r ae1 m ih0 ng)) + ("programs" nil (p r ow1 g r ae1 m z)) +! ("progress" nil (p r aa1 g r eh1 s)) + ("progressed" nil (p r ax g r eh1 s t)) + ("progresses" nil (p r aa1 g r eh1 s ax z)) + ("progressing" nil (p r ax g r eh1 s ih0 ng)) +--- 74675,74682 ---- + ("programmers" nil (p r ow1 g r ae1 m er0 z)) + ("programming" nil (p r ow1 g r ae1 m ih0 ng)) + ("programs" nil (p r ow1 g r ae1 m z)) +! ("progress" n (p r aa1 g r eh1 s)) +! ("progress" v (p r ax g r eh1 s)) + ("progressed" nil (p r ax g r eh1 s t)) + ("progresses" nil (p r aa1 g r eh1 s ax z)) + ("progressing" nil (p r ax g r eh1 s ih0 ng)) +*************** +*** 74509,74515 **** + ("prohibits" nil (p r ow0 hh ih1 b ax t s)) + ("proia" nil (p r ow1 y ax)) + ("proietti" nil (p r oy0 eh1 t iy0)) +! ("project" nil (p r aa1 jh eh0 k t)) + ("projected" nil (p r ax jh eh1 k t ax d)) + ("projectile" nil (p r ax jh eh1 k t ax l)) + ("projectiles" nil (p r ax jh eh1 k t ax l z)) +--- 74697,74704 ---- + ("prohibits" nil (p r ow0 hh ih1 b ax t s)) + ("proia" nil (p r ow1 y ax)) + ("proietti" nil (p r oy0 eh1 t iy0)) +! ("project" n (p r aa1 jh eh0 k t)) +! ("project" v (p r ax jh eh1 k t)) + ("projected" nil (p r ax jh eh1 k t ax d)) + ("projectile" nil (p r ax jh eh1 k t ax l)) + ("projectiles" nil (p r ax jh eh1 k t ax l z)) +*************** +*** 74519,74525 **** + ("projective" nil (p r ax jh eh1 k t ih0 v)) + ("projector" nil (p r ax jh eh1 k t er0)) + ("projectors" nil (p r ax jh eh1 k t er0 z)) +! ("projects" nil (p r aa1 jh eh0 k t s)) + ("prokofiev" nil (p r aa1 k ow0 f iy1 v)) + ("prokop" nil (p r ow1 k ax p)) + ("prolactin" nil (p r ow0 l ae1 k t ax n)) +--- 74708,74715 ---- + ("projective" nil (p r ax jh eh1 k t ih0 v)) + ("projector" nil (p r ax jh eh1 k t er0)) + ("projectors" nil (p r ax jh eh1 k t er0 z)) +! ("projects" n (p r aa1 jh eh0 k t s)) +! ("projects" v (p r ax jh eh1 k t s)) + ("prokofiev" nil (p r aa1 k ow0 f iy1 v)) + ("prokop" nil (p r ow1 k ax p)) + ("prolactin" nil (p r ow0 l ae1 k t ax n)) +*************** +*** 74751,74757 **** + ("proteges" nil (p r ow1 t ih0 z ey1 z)) + ("protein" nil (p r ow1 t iy1 n)) + ("proteins" nil (p r ow1 t iy1 n z)) +! ("protest" nil (p r ow1 t eh1 s t)) + ("protestant" nil (p r aa1 t ax s t ax n t)) + ("protestantism" nil (p r aa1 t ax s t ax n t ih1 z ax m)) + ("protestants" nil (p r aa1 t ax s t ax n t s)) +--- 74941,74948 ---- + ("proteges" nil (p r ow1 t ih0 z ey1 z)) + ("protein" nil (p r ow1 t iy1 n)) + ("proteins" nil (p r ow1 t iy1 n z)) +! ("protest" n (p r ow1 t eh0 s t)) +! ("protest" v (p r ow1 t eh1 s t)) + ("protestant" nil (p r aa1 t ax s t ax n t)) + ("protestantism" nil (p r aa1 t ax s t ax n t ih1 z ax m)) + ("protestants" nil (p r aa1 t ax s t ax n t s)) +*************** +*** 74761,74767 **** + ("protesters" nil (p r ow1 t eh1 s t er0 z)) + ("protesting" nil (p r ax t eh1 s t ih0 ng)) + ("protestors" nil (p r ow1 t eh1 s t er0 z)) +! ("protests" nil (p r ow1 t eh1 s t s)) + ("prothallus" nil (p r ow1 th ae1 l ax s)) + ("prothero" nil (p r aa1 dh er0 ow1)) + ("prothorax" nil (p r ow0 th ao1 r ae0 k s)) +--- 74952,74959 ---- + ("protesters" nil (p r ow1 t eh1 s t er0 z)) + ("protesting" nil (p r ax t eh1 s t ih0 ng)) + ("protestors" nil (p r ow1 t eh1 s t er0 z)) +! ("protests" n (p r ow1 t eh0 s t s)) +! ("protests" v (p r ow1 t eh1 s t s)) + ("prothallus" nil (p r ow1 th ae1 l ax s)) + ("prothero" nil (p r aa1 dh er0 ow1)) + ("prothorax" nil (p r ow0 th ao1 r ae0 k s)) +*************** +*** 76198,76206 **** + ("ramonda" nil (r ax m aa1 n d ax)) + ("ramos" nil (r aa1 m ow0 s)) + ("ramp" nil (r ae1 m p)) +! ("rampage" nil (r ae1 m p ey1 jh)) + ("rampaged" nil (r ae0 m p ey1 jh d)) +! ("rampages" nil (r ae1 m p ey1 jh ih0 z)) + ("rampant" nil (r ae1 m p ax n t)) + ("ramparts" nil (r ae1 m p aa1 r t s)) + ("rampell" nil (r ae0 m p eh1 l)) +--- 76390,76400 ---- + ("ramonda" nil (r ax m aa1 n d ax)) + ("ramos" nil (r aa1 m ow0 s)) + ("ramp" nil (r ae1 m p)) +! ("rampage" n (r ae1 m p ey1 jh)) +! ("rampage" v (r ae0 m p ey1 jh)) + ("rampaged" nil (r ae0 m p ey1 jh d)) +! ("rampages" n (r ae1 m p ey1 jh ih0 z)) +! ("rampages" v (r ae0 m p ey1 jh ih0 z)) + ("rampant" nil (r ae1 m p ax n t)) + ("ramparts" nil (r ae1 m p aa1 r t s)) + ("rampell" nil (r ae0 m p eh1 l)) +*************** +*** 76699,76705 **** + ("readies" nil (r eh1 d iy0 z)) + ("readily" nil (r eh1 d ax l iy0)) + ("readiness" nil (r eh1 d iy0 n ax s)) +! ("reading" nil (r eh1 d ih0 ng)) + ("readinger" nil (r eh1 d ih0 ng er0)) + ("readings" nil (r eh1 d ih0 ng z)) + ("readjust" nil (r iy1 ax jh ah1 s t)) +--- 76893,76900 ---- + ("readies" nil (r eh1 d iy0 z)) + ("readily" nil (r eh1 d ax l iy0)) + ("readiness" nil (r eh1 d iy0 n ax s)) +! ("reading" n (r eh1 d ih0 ng)) +! ("reading" v (r iy1 d ih0 ng)) + ("readinger" nil (r eh1 d ih0 ng er0)) + ("readings" nil (r eh1 d ih0 ng z)) + ("readjust" nil (r iy1 ax jh ah1 s t)) +*************** +*** 76871,76877 **** + ("rebeck" nil (r iy1 b eh0 k)) + ("rebeka" nil (r ih0 b iy1 k ax)) + ("rebekka" nil (r ih0 b eh1 k ax)) +! ("rebel" nil (r eh1 b ax l)) + ("rebelled" nil (r ih0 b eh1 l d)) + ("rebelling" nil (r ih0 b eh1 l ih0 ng)) + ("rebellion" nil (r ih0 b eh1 l y ax n)) +--- 77066,77073 ---- + ("rebeck" nil (r iy1 b eh0 k)) + ("rebeka" nil (r ih0 b iy1 k ax)) + ("rebekka" nil (r ih0 b eh1 k ax)) +! ("rebel" n (r eh1 b ax l)) +! ("rebel" v (r ax b eh1 l)) + ("rebelled" nil (r ih0 b eh1 l d)) + ("rebelling" nil (r ih0 b eh1 l ih0 ng)) + ("rebellion" nil (r ih0 b eh1 l y ax n)) +*************** +*** 76880,76886 **** + ("rebelliousness" nil (r ax b eh1 l iy0 ax s n ax s)) + ("rebello" nil (r eh0 b eh1 l ow0)) + ("rebelo" nil (r eh0 b eh1 l ow0)) +! ("rebels" nil (r eh1 b ax l z)) + ("reber" nil (r eh1 b er0)) + ("rebert" nil (r eh1 b er0 t)) + ("rebholz" nil (r eh1 b hh ow0 l z)) +--- 77076,77083 ---- + ("rebelliousness" nil (r ax b eh1 l iy0 ax s n ax s)) + ("rebello" nil (r eh0 b eh1 l ow0)) + ("rebelo" nil (r eh0 b eh1 l ow0)) +! ("rebels" n (r eh1 b ax l z)) +! ("rebels" v (r ax b eh1 l z)) + ("reber" nil (r eh1 b er0)) + ("rebert" nil (r eh1 b er0 t)) + ("rebholz" nil (r eh1 b hh ow0 l z)) +*************** +*** 76891,76900 **** + ("rebmann" nil (r eh1 b m ax n)) + ("rebo" nil (r iy1 b ow0)) + ("reborn" nil (r iy1 b ao1 r n)) +! ("rebound" nil (r iy0 b aw1 n d)) + ("rebounded" nil (r ih0 b aw1 n d ih0 d)) + ("rebounding" nil (r ih0 b aw1 n d ih0 ng)) +! ("rebounds" nil (r iy1 b aw1 n d z)) + ("rebroadcast" nil (r iy0 b r ao1 d k ae1 s t)) + ("rebstock" nil (r eh1 b s t aa1 k)) + ("rebuck" nil (r eh1 b ax k)) +--- 77088,77099 ---- + ("rebmann" nil (r eh1 b m ax n)) + ("rebo" nil (r iy1 b ow0)) + ("reborn" nil (r iy1 b ao1 r n)) +! ("rebound" v (r iy0 b aw1 n d)) +! ("rebound" n (r iy1 b aw1 n d)) + ("rebounded" nil (r ih0 b aw1 n d ih0 d)) + ("rebounding" nil (r ih0 b aw1 n d ih0 ng)) +! ("rebounds" n (r iy1 b aw1 n d z)) +! ("rebounds" v (r iy0 b aw1 n d z)) + ("rebroadcast" nil (r iy0 b r ao1 d k ae1 s t)) + ("rebstock" nil (r eh1 b s t aa1 k)) + ("rebuck" nil (r eh1 b ax k)) +*************** +*** 77104,77110 **** + ("reconvene" nil (r iy0 k ax n v iy1 n)) + ("reconvened" nil (r iy0 k ax n v iy1 n d)) + ("reconvenes" nil (r iy0 k ax n v iy1 n z)) +! ("record" nil (r ax k ao1 r d)) + ("recordable" nil (r ih0 k ao1 r d ax b ax l)) + ("recorded" nil (r ax k ao1 r d ax d)) + ("recorder" nil (r ih0 k ao1 r d er0)) +--- 77303,77310 ---- + ("reconvene" nil (r iy0 k ax n v iy1 n)) + ("reconvened" nil (r iy0 k ax n v iy1 n d)) + ("reconvenes" nil (r iy0 k ax n v iy1 n z)) +! ("record" v (r ax k ao1 r d)) +! ("record" n (r eh1 k er0 d)) + ("recordable" nil (r ih0 k ao1 r d ax b ax l)) + ("recorded" nil (r ax k ao1 r d ax d)) + ("recorder" nil (r ih0 k ao1 r d er0)) +*************** +*** 77112,77123 **** + ("recording" nil (r ax k ao1 r d ih0 ng)) + ("recordings" nil (r ih0 k ao1 r d ih0 ng z)) + ("recordkeeping" nil (r eh1 k er0 d k iy1 p ih0 ng)) +! ("records" nil (r ax k ao1 r d z)) + ("recore" nil (r eh0 k ao1 r iy0)) +! ("recount" nil (r ih0 k aw1 n t)) + ("recounted" nil (r ih0 k aw1 n t ih0 d)) + ("recounting" nil (r ih0 k aw1 n t ih0 ng)) +! ("recounts" nil (r iy1 k aw1 n t s)) + ("recoup" nil (r ih0 k uw1 p)) + ("recouped" nil (r ih0 k uw1 p t)) + ("recouping" nil (r ih0 k uw1 p ih0 ng)) +--- 77312,77326 ---- + ("recording" nil (r ax k ao1 r d ih0 ng)) + ("recordings" nil (r ih0 k ao1 r d ih0 ng z)) + ("recordkeeping" nil (r eh1 k er0 d k iy1 p ih0 ng)) +! ("records" v (r ax k ao1 r d z)) +! ("records" n (r eh1 k er0 d z)) + ("recore" nil (r eh0 k ao1 r iy0)) +! ("recount" v (r iy0 k aw1 n t)) +! ("recount" n (r iy1 k aw0 n t)) + ("recounted" nil (r ih0 k aw1 n t ih0 d)) + ("recounting" nil (r ih0 k aw1 n t ih0 ng)) +! ("recounts" n (r iy1 k aw0 n t s)) +! ("recounts" v (r iy0 k aw1 n t s)) + ("recoup" nil (r ih0 k uw1 p)) + ("recouped" nil (r ih0 k uw1 p t)) + ("recouping" nil (r ih0 k uw1 p ih0 ng)) +*************** +*** 77524,77530 **** + ("refurbishment" nil (r iy0 f er1 b ih0 sh m ax n t)) + ("refusal" nil (r ax f y uw1 z ax l)) + ("refusals" nil (r ih0 f y uw1 z ax l z)) +! ("refuse" nil (r ax f y uw1 z)) + ("refused" nil (r ax f y uw1 z d)) + ("refuseniks" nil (r ih0 f y uw1 z n ih0 k s)) + ("refuses" nil (r ax f y uw1 z ax z)) +--- 77727,77734 ---- + ("refurbishment" nil (r iy0 f er1 b ih0 sh m ax n t)) + ("refusal" nil (r ax f y uw1 z ax l)) + ("refusals" nil (r ih0 f y uw1 z ax l z)) +! ("refuse" v (r ax f y uw1 z)) +! ("refuse" n (r eh1 f y uw1 s)) + ("refused" nil (r ax f y uw1 z d)) + ("refuseniks" nil (r ih0 f y uw1 z n ih0 k s)) + ("refuses" nil (r ax f y uw1 z ax z)) +*************** +*** 77899,77910 **** + ("reitzel" nil (r ay1 t s ax l)) + ("reitzes" nil (r ay1 t s ih0 z)) + ("reitzfeld" nil (r iy1 t s f eh0 l d)) +! ("reject" nil (r ih0 jh eh1 k t)) + ("rejected" nil (r ih0 jh eh1 k t ih0 d)) + ("rejecting" nil (r ih0 jh eh1 k t ih0 ng)) + ("rejection" nil (r ih0 jh eh1 k sh ax n)) + ("rejections" nil (r ih0 jh eh1 k sh ax n z)) +! ("rejects" nil (r ih0 jh eh1 k t s)) + ("rejiggering" nil (r iy0 jh ih1 g er0 ih0 ng)) + ("rejoice" nil (r ih0 jh oy1 s)) + ("rejoiced" nil (r ih0 jh oy1 s t)) +--- 78103,78116 ---- + ("reitzel" nil (r ay1 t s ax l)) + ("reitzes" nil (r ay1 t s ih0 z)) + ("reitzfeld" nil (r iy1 t s f eh0 l d)) +! ("reject" v (r ih0 jh eh1 k t)) +! ("reject" n (r iy1 jh eh0 k t)) + ("rejected" nil (r ih0 jh eh1 k t ih0 d)) + ("rejecting" nil (r ih0 jh eh1 k t ih0 ng)) + ("rejection" nil (r ih0 jh eh1 k sh ax n)) + ("rejections" nil (r ih0 jh eh1 k sh ax n z)) +! ("rejects" v (r ih0 jh eh1 k t s)) +! ("rejects" n (r iy1 jh eh0 k t s)) + ("rejiggering" nil (r iy0 jh ih1 g er0 ih0 ng)) + ("rejoice" nil (r ih0 jh oy1 s)) + ("rejoiced" nil (r ih0 jh oy1 s t)) +*************** +*** 84273,84282 **** + ("segers" nil (s iy1 g er0 z)) + ("segerstrom" nil (s eh1 g er0 s t r ax m)) + ("segler" nil (s eh1 g l er0)) +! ("segment" nil (s eh1 g m ax n t)) + ("segmentation" nil (s eh1 g m ax n t ey1 sh ax n)) + ("segmented" nil (s eh1 g m eh1 n t ih0 d)) +! ("segments" nil (s eh1 g m ax n t s)) + ("segner" nil (s eh1 g n er0)) + ("sego" nil (s iy1 g ow1)) + ("segovia" nil (s eh0 g ow1 v iy0 ax)) +--- 84479,84490 ---- + ("segers" nil (s iy1 g er0 z)) + ("segerstrom" nil (s eh1 g er0 s t r ax m)) + ("segler" nil (s eh1 g l er0)) +! ("segment" n (s eh1 g m ax n t)) +! ("segment" v (s ax g m eh1 n t)) + ("segmentation" nil (s eh1 g m ax n t ey1 sh ax n)) + ("segmented" nil (s eh1 g m eh1 n t ih0 d)) +! ("segments" n (s eh1 g m ax n t s)) +! ("segments" v (s ax g m eh1 n t s)) + ("segner" nil (s eh1 g n er0)) + ("sego" nil (s iy1 g ow1)) + ("segovia" nil (s eh0 g ow1 v iy0 ax)) +*************** +*** 84655,84665 **** + ("seo" nil (s iy1 ow0)) + ("seoul" nil (s ow1 l)) + ("seow" nil (s iy1 ow0)) +! ("separate" nil (s eh1 p er0 ey1 t)) + ("separated" nil (s eh1 p er0 ey1 t ax d)) + ("separately" nil (s eh1 p er0 ax t l iy0)) + ("separateness" nil (s eh1 p er0 ax t n ax s)) +! ("separates" nil (s eh1 p er0 ey1 t s)) + ("separating" nil (s eh1 p er0 ey1 t ih0 ng)) + ("separation" nil (s eh1 p er0 ey1 sh ax n)) + ("separations" nil (s eh1 p er0 ey1 sh ax n z)) +--- 84863,84875 ---- + ("seo" nil (s iy1 ow0)) + ("seoul" nil (s ow1 l)) + ("seow" nil (s iy1 ow0)) +! ("separate" v (s eh1 p er0 ey1 t)) +! ("separate" n (s eh1 p r ax t)) + ("separated" nil (s eh1 p er0 ey1 t ax d)) + ("separately" nil (s eh1 p er0 ax t l iy0)) + ("separateness" nil (s eh1 p er0 ax t n ax s)) +! ("separates" v (s eh1 p er0 ey1 t s)) +! ("separates" n (s eh1 p er0 ih0 t s)) + ("separating" nil (s eh1 p er0 ey1 t ih0 ng)) + ("separation" nil (s eh1 p er0 ey1 sh ax n)) + ("separations" nil (s eh1 p er0 ey1 sh ax n z)) +*************** +*** 91297,91307 **** + ("subhlok" nil (s ah1 b l aa1 k)) + ("subia" nil (s uw0 b iy1 ax)) + ("subic" nil (s uw1 b ih0 k)) +! ("subject" nil (s ax b jh eh1 k t)) + ("subjected" nil (s ax b jh eh1 k t ih0 d)) + ("subjecting" nil (s ax b jh eh1 k t ih0 ng)) + ("subjective" nil (s ax b jh eh1 k t ih0 v)) +! ("subjects" nil (s ah1 b jh ih0 k t s)) + ("subkingdom" nil (s ax b k ih1 ng d ax m)) + ("sublease" nil (s ah1 b l iy1 s)) + ("subleasing" nil (s ax b l iy1 s ih0 ng)) +--- 91507,91519 ---- + ("subhlok" nil (s ah1 b l aa1 k)) + ("subia" nil (s uw0 b iy1 ax)) + ("subic" nil (s uw1 b ih0 k)) +! ("subject" v (s ax b jh eh1 k t)) +! ("subject" n (s ah1 b jh ih0 k t)) + ("subjected" nil (s ax b jh eh1 k t ih0 d)) + ("subjecting" nil (s ax b jh eh1 k t ih0 ng)) + ("subjective" nil (s ax b jh eh1 k t ih0 v)) +! ("subjects" v (s ax b jh eh1 k t s)) +! ("subjects" n (s ah1 b jh ih0 k t s)) + ("subkingdom" nil (s ax b k ih1 ng d ax m)) + ("sublease" nil (s ah1 b l iy1 s)) + ("subleasing" nil (s ax b l iy1 s ih0 ng)) +*************** +*** 92046,92057 **** + ("surtax" nil (s er1 t ae1 k s)) + ("surtaxes" nil (s er1 t ae1 k s ih0 z)) + ("surveillance" nil (s er0 v ey1 l ax n s)) +! ("survey" nil (s er0 v ey1)) + ("surveyed" nil (s er0 v ey1 d)) + ("surveying" nil (s er0 v ey1 ih0 ng)) + ("surveyor" nil (s er0 v ey1 er0)) + ("surveyors" nil (s er0 v ey1 er0 z)) +! ("surveys" nil (s er0 v ey1 z)) + ("survivability" nil (s er0 v ay1 v ax b ih1 l ih0 t iy0)) + ("survivable" nil (s er0 v ay1 v ax b ax l)) + ("survival" nil (s er0 v ay1 v ax l)) +--- 92258,92271 ---- + ("surtax" nil (s er1 t ae1 k s)) + ("surtaxes" nil (s er1 t ae1 k s ih0 z)) + ("surveillance" nil (s er0 v ey1 l ax n s)) +! ("survey" v (s er0 v ey1)) +! ("survey" n (s er1 v ey1)) + ("surveyed" nil (s er0 v ey1 d)) + ("surveying" nil (s er0 v ey1 ih0 ng)) + ("surveyor" nil (s er0 v ey1 er0)) + ("surveyors" nil (s er0 v ey1 er0 z)) +! ("surveys" v (s er0 v ey1 z)) +! ("surveys" n (s er1 v ey1 z)) + ("survivability" nil (s er0 v ay1 v ax b ih1 l ih0 t iy0)) + ("survivable" nil (s er0 v ay1 v ax b ax l)) + ("survival" nil (s er0 v ay1 v ax l)) +*************** +*** 92082,92091 **** + ("susko" nil (s ah1 s k ow0)) + ("susman" nil (s ah1 s m ax n)) + ("susong" nil (s ah1 s ao0 ng)) +! ("suspect" nil (s ax s p eh1 k t)) + ("suspected" nil (s ax s p eh1 k t ax d)) + ("suspecting" nil (s ax s p eh1 k t ih0 ng)) +! ("suspects" nil (s ax s p eh1 k t s)) + ("suspend" nil (s ax s p eh1 n d)) + ("suspended" nil (s ax s p eh1 n d ax d)) + ("suspenders" nil (s ax s p eh1 n d er0 z)) +--- 92296,92307 ---- + ("susko" nil (s ah1 s k ow0)) + ("susman" nil (s ah1 s m ax n)) + ("susong" nil (s ah1 s ao0 ng)) +! ("suspect" v (s ax s p eh1 k t)) +! ("suspect" n (s ah1 s p eh1 k t)) + ("suspected" nil (s ax s p eh1 k t ax d)) + ("suspecting" nil (s ax s p eh1 k t ih0 ng)) +! ("suspects" v (s ax s p eh1 k t s)) +! ("suspects" n (s ah1 s p eh1 k t s)) + ("suspend" nil (s ax s p eh1 n d)) + ("suspended" nil (s ax s p eh1 n d ax d)) + ("suspenders" nil (s ax s p eh1 n d er0 z)) +*************** +*** 93412,93424 **** + ("teaneck" nil (t iy1 n eh1 k)) + ("teaney" nil (t iy1 n iy0)) + ("teapot" nil (t iy1 p aa1 t)) +! ("tear" nil (t eh1 r)) + ("teare" nil (t iy1 r)) + ("tearful" nil (t ih1 r f ax l)) + ("tearfully" nil (t ih1 r f ax l iy0)) + ("tearing" nil (t eh1 r ih0 ng)) + ("tearle" nil (t ao1 r ax l)) +! ("tears" nil (t eh1 r z)) + ("teary" nil (t ih1 r iy0)) + ("teas" nil (t iy1 z)) + ("teasdale" nil (t iy1 z d ey1 l)) +--- 93628,93642 ---- + ("teaneck" nil (t iy1 n eh1 k)) + ("teaney" nil (t iy1 n iy0)) + ("teapot" nil (t iy1 p aa1 t)) +! ("tear" v (t eh1 r)) +! ("tear" n (t iy1 r)) + ("teare" nil (t iy1 r)) + ("tearful" nil (t ih1 r f ax l)) + ("tearfully" nil (t ih1 r f ax l iy0)) + ("tearing" nil (t eh1 r ih0 ng)) + ("tearle" nil (t ao1 r ax l)) +! ("tears" v (t eh1 r z)) +! ("tears" n (t ih1 r z)) + ("teary" nil (t ih1 r iy0)) + ("teas" nil (t iy1 z)) + ("teasdale" nil (t iy1 z d ey1 l)) +*************** +*** 95441,95451 **** + ("torley" nil (t ao1 r l iy0)) + ("torma" nil (t ao1 r m ax)) + ("torme" nil (t ao1 r m)) +! ("torment" nil (t ao1 r m eh1 n t)) + ("tormenta" nil (t ao1 r m eh1 n t ax)) + ("tormented" nil (t ao1 r m eh1 n t ih0 d)) + ("tormentors" nil (t ao1 r m eh1 n t er0 z)) +! ("torments" nil (t ao1 r m eh1 n t s)) + ("tormey" nil (t ao1 r m iy0)) + ("torn" nil (t ao1 r n)) + ("tornabene" nil (t ao0 r n aa0 b eh1 n ax)) +--- 95659,95671 ---- + ("torley" nil (t ao1 r l iy0)) + ("torma" nil (t ao1 r m ax)) + ("torme" nil (t ao1 r m)) +! ("torment" n (t ao1 r m eh1 n t)) +! ("torment" v (t ao0 r m eh1 n t)) + ("tormenta" nil (t ao1 r m eh1 n t ax)) + ("tormented" nil (t ao1 r m eh1 n t ih0 d)) + ("tormentors" nil (t ao1 r m eh1 n t er0 z)) +! ("torments" n (t ao1 r m eh1 n t s)) +! ("torments" v (t ao0 r m eh1 n t s)) + ("tormey" nil (t ao1 r m iy0)) + ("torn" nil (t ao1 r n)) + ("tornabene" nil (t ao0 r n aa0 b eh1 n ax)) +*************** +*** 95895,95901 **** + ("transcripts" nil (t r ae1 n s k r ih1 p t s)) + ("transducer" nil (t r ae0 n s d uw1 s er0)) + ("transducers" nil (t r ae0 n s d uw1 s er0 z)) +! ("transfer" nil (t r ae0 n s f er1)) + ("transferability" nil (t r ae1 n s f er0 ax b ih1 l ih0 t iy0)) + ("transferable" nil (t r ae0 n s f er1 ax b ax l)) + ("transfered" nil (t r ae0 n s f er1 d)) +--- 96115,96122 ---- + ("transcripts" nil (t r ae1 n s k r ih1 p t s)) + ("transducer" nil (t r ae0 n s d uw1 s er0)) + ("transducers" nil (t r ae0 n s d uw1 s er0 z)) +! ("transfer" v (t r ae0 n s f er1)) +! ("transfer" n (t r ae1 n s f er0)) + ("transferability" nil (t r ae1 n s f er0 ax b ih1 l ih0 t iy0)) + ("transferable" nil (t r ae0 n s f er1 ax b ax l)) + ("transfered" nil (t r ae0 n s f er1 d)) +*************** +*** 95903,95909 **** + ("transferrable" nil (t r ae1 n s f er1 ax b ax l)) + ("transferred" nil (t r ae0 n s f er1 d)) + ("transferring" nil (t r ae0 n s f er1 ih0 ng)) +! ("transfers" nil (t r ae0 n s f er1 z)) + ("transfixed" nil (t r ae0 n s f ih1 k s t)) + ("transform" nil (t r ae0 n s f ao1 r m)) + ("transformation" nil (t r ae1 n s f er0 m ey1 sh ax n)) +--- 96124,96131 ---- + ("transferrable" nil (t r ae1 n s f er1 ax b ax l)) + ("transferred" nil (t r ae0 n s f er1 d)) + ("transferring" nil (t r ae0 n s f er1 ih0 ng)) +! ("transfers" v (t r ae0 n s f er1 z)) +! ("transfers" n (t r ae1 n s f er0 z)) + ("transfixed" nil (t r ae0 n s f ih1 k s t)) + ("transform" nil (t r ae0 n s f ao1 r m)) + ("transformation" nil (t r ae1 n s f er0 m ey1 sh ax n)) +*************** +*** 95977,95990 **** + ("transponder" nil (t r ae0 n s p aa1 n d er0)) + ("transponders" nil (t r ae0 n s p aa1 n d er0 z)) + ("transporation" nil (t r ae1 n z p er0 ey1 sh ax n)) +! ("transport" nil (t r ae0 n s p ao1 r t)) + ("transportable" nil (t r ae0 n s p ao1 r t ax b ax l)) + ("transportation" nil (t r ae1 n s p er0 t ey1 sh ax n)) + ("transported" nil (t r ae0 n s p ao1 r t ax d)) + ("transporter" nil (t r ae0 n s p ao1 r t er0)) + ("transporters" nil (t r ae0 n s p ao1 r t er0 z)) + ("transporting" nil (t r ae0 n s p ao1 r t ih0 ng)) +! ("transports" nil (t r ae0 n s p ao1 r t s)) + ("transpose" nil (t r ae0 n s p ow1 z)) + ("transposed" nil (t r ae0 n s p ow1 z d)) + ("transracial" nil (t r ae1 n z r ey1 sh ax l)) +--- 96199,96214 ---- + ("transponder" nil (t r ae0 n s p aa1 n d er0)) + ("transponders" nil (t r ae0 n s p aa1 n d er0 z)) + ("transporation" nil (t r ae1 n z p er0 ey1 sh ax n)) +! ("transport" v (t r ae0 n s p ao1 r t)) +! ("transport" n (t r ae1 n s p ao0 r t)) + ("transportable" nil (t r ae0 n s p ao1 r t ax b ax l)) + ("transportation" nil (t r ae1 n s p er0 t ey1 sh ax n)) + ("transported" nil (t r ae0 n s p ao1 r t ax d)) + ("transporter" nil (t r ae0 n s p ao1 r t er0)) + ("transporters" nil (t r ae0 n s p ao1 r t er0 z)) + ("transporting" nil (t r ae0 n s p ao1 r t ih0 ng)) +! ("transports" v (t r ae0 n s p ao1 r t s)) +! ("transports" n (t r ae1 n s p ao0 r t s)) + ("transpose" nil (t r ae0 n s p ow1 z)) + ("transposed" nil (t r ae0 n s p ow1 z d)) + ("transracial" nil (t r ae1 n z r ey1 sh ax l)) +*************** +*** 98373,98380 **** + ("uprooting" nil (ax p r uw1 t ih0 ng)) + ("ups" nil (ah1 p s)) + ("upscale" nil (ah1 p s k ey1 l)) +! ("upset" nil (ax p s eh1 t)) +! ("upsets" nil (ax p s eh1 t s)) + ("upsetting" nil (ax p s eh1 t ih0 ng)) + ("upshaw" nil (ah1 p sh ao1)) + ("upshot" nil (ah1 p sh aa1 t)) +--- 98597,98606 ---- + ("uprooting" nil (ax p r uw1 t ih0 ng)) + ("ups" nil (ah1 p s)) + ("upscale" nil (ah1 p s k ey1 l)) +! ("upset" v (ax p s eh1 t)) +! ("upset" n (ah1 p s eh1 t)) +! ("upsets" v (ax p s eh1 t s)) +! ("upsets" n (ah1 p s eh1 t s)) + ("upsetting" nil (ax p s eh1 t ih0 ng)) + ("upshaw" nil (ah1 p sh ao1)) + ("upshot" nil (ah1 p sh aa1 t)) +*************** +*** 98512,98518 **** + ("usair" nil (y uw1 eh1 s eh1 r)) + ("usameribancs" nil (y uw1 eh1 s ax m eh1 r ih0 b ae1 n k s)) + ("usbancorp" nil (y uw1 eh1 s b ae1 ng k ao1 r p)) +! ("use" nil (y uw1 s)) + ("usec" nil (y uw1 s eh0 k)) + ("used" nil (y uw1 z d)) + ("useful" nil (y uw1 s f ax l)) +--- 98738,98745 ---- + ("usair" nil (y uw1 eh1 s eh1 r)) + ("usameribancs" nil (y uw1 eh1 s ax m eh1 r ih0 b ae1 n k s)) + ("usbancorp" nil (y uw1 eh1 s b ae1 ng k ao1 r p)) +! ("use" n (y uw0 s)) +! ("use" v (y uw1 z)) + ("usec" nil (y uw1 s eh0 k)) + ("used" nil (y uw1 z d)) + ("useful" nil (y uw1 s f ax l)) +*************** +*** 98525,98531 **** + ("user" nil (y uw1 z er0)) + ("users" nil (y uw1 z er0 z)) + ("usery" nil (y uw1 z er0 iy0)) +! ("uses" nil (y uw1 s ax z)) + ("usher" nil (ah1 sh er0)) + ("ushered" nil (ah1 sh er0 d)) + ("ushering" nil (ah1 sh er0 ih0 ng)) +--- 98752,98759 ---- + ("user" nil (y uw1 z er0)) + ("users" nil (y uw1 z er0 z)) + ("usery" nil (y uw1 z er0 iy0)) +! ("uses" n (y uw1 s ax z)) +! ("uses" v (y uw1 z ih0 z)) + ("usher" nil (ah1 sh er0)) + ("ushered" nil (ah1 sh er0 d)) + ("ushering" nil (ah1 sh er0 ih0 ng)) +*************** +*** 102817,102823 **** + ("winchester" nil (w ih1 n ch eh1 s t er0)) + ("wincing" nil (w ih1 n s ih0 ng)) + ("winckler" nil (w ih1 ng k l er0)) +! ("wind" nil (w ay1 n d)) + ("windchill" nil (w ih1 n d ch ih1 l)) + ("windchime" nil (w ih1 n d ch ay1 m)) + ("windchimes" nil (w ih1 n d ch ay1 m z)) +--- 103045,103052 ---- + ("winchester" nil (w ih1 n ch eh1 s t er0)) + ("wincing" nil (w ih1 n s ih0 ng)) + ("winckler" nil (w ih1 ng k l er0)) +! ("wind" v (w ay1 n d)) +! ("wind" n (w ih1 n d)) + ("windchill" nil (w ih1 n d ch ih1 l)) + ("windchime" nil (w ih1 n d ch ay1 m)) + ("windchimes" nil (w ih1 n d ch ay1 m z)) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict-0.4.out b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict-0.4.out new file mode 100644 index 0000000000000000000000000000000000000000..e67b02c2d446150d5aa09804422c0f92fe31393c --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict-0.4.out @@ -0,0 +1,107322 @@ +MNCL +("a" dt (((ax) 0))) +("a" n (((ey) 1))) +("a" nil (((ey) 1))) +("aa" nil (((ey) 1) ((ey) 1))) +("aaa" nil (((ey) 1) ((ey) 1) ((ey) 1))) +("aaai" nil (((t r ih) 1) ((p ax l) 0) ((ey) 1) ((ay) 1))) +("aaberg" nil (((aa) 1) ((b er g) 0))) +("aachen" nil (((aa) 1) ((k ax n) 0))) +("aaker" nil (((aa) 1) ((k er) 0))) +("aalseth" nil (((aa l) 1) ((s eh th) 0))) +("aamodt" nil (((aa) 1) ((m ax t) 0))) +("aancor" nil (((aa n) 1) ((k ao r) 1))) +("aardema" nil (((aa r) 0) ((d eh) 1) ((m ax) 0))) +("aardvark" nil (((aa r d) 1) ((v aa r k) 1))) +("aaron" nil (((eh) 1) ((r ax n) 0))) +("aarons" nil (((eh) 1) ((r ax n z) 0))) +("aaronson" nil (((aa) 1) ((r ax n) 0) ((s ax n) 0))) +("aase" nil (((aa s) 1))) +("aasen" nil (((aa) 1) ((s ax n) 0))) +("ababa" nil (((ax) 0) ((b aa) 1) ((b ax) 0))) +("abacha" nil (((ae) 1) ((b ax) 0) ((k ax) 0))) +("aback" nil (((ax) 0) ((b ae k) 1))) +("abaco" nil (((ae) 1) ((b ax) 0) ((k ow) 1))) +("abacus" nil (((ae) 1) ((b ax) 0) ((k ax s) 0))) +("abad" nil (((ax) 0) ((b aa d) 1))) +("abadie" nil (((ax) 0) ((b ae) 1) ((d iy) 0))) +("abair" nil (((ax) 0) ((b eh r) 1))) +("abalkin" nil (((ax) 0) ((b aa l) 1) ((k ih n) 0))) +("abalone" nil (((ae) 1) ((b ax) 0) ((l ow) 1) ((n iy) 0))) +("abalos" nil (((aa) 0) ((b aa) 1) ((l ow z) 0))) +("abandon" nil (((ax) 0) ((b ae n) 1) ((d ax n) 0))) +("abandoned" nil (((ax) 0) ((b ae n) 1) ((d ax n d) 0))) +("abandoning" nil (((ax) 0) ((b ae n) 1) ((d ax) 0) ((n ih ng) 0))) +("abandonment" nil (((ax) 0) ((b ae n) 1) ((d ax n) 0) ((m ax n t) 0))) +("abandonments" nil (((ax) 0) ((b ae n) 1) ((d ax n) 0) ((m ax n t s) 0))) +("abandons" nil (((ax) 0) ((b ae n) 1) ((d ax n z) 0))) +("abanto" nil (((ax) 0) ((b ae n) 1) ((t ow) 0))) +("abarca" nil (((ax) 0) ((b aa r) 1) ((k ax) 0))) +("abare" nil (((aa) 0) ((b aa) 1) ((r iy) 0))) +("abascal" nil (((ae) 1) ((b ax) 0) ((s k ax l) 0))) +("abashed" nil (((ax) 0) ((b ae sh t) 1))) +("abate" nil (((ax) 0) ((b ey t) 1))) +("abated" nil (((ax) 0) ((b ey) 1) ((t ih d) 0))) +("abatement" nil (((ax) 0) ((b ey t) 1) ((m ax n t) 0))) +("abatements" nil (((ax) 0) ((b ey t) 1) ((m ax n t s) 0))) +("abates" nil (((ax) 0) ((b ey t s) 1))) +("abating" nil (((ax) 0) ((b ey) 1) ((t ih ng) 0))) +("abba" nil (((ae) 1) ((b ax) 0))) +("abbado" nil (((ax) 0) ((b aa) 1) ((d ow) 0))) +("abbas" nil (((ax) 0) ((b aa s) 1))) +("abbasi" nil (((aa) 0) ((b aa) 1) ((s iy) 0))) +("abbate" nil (((aa) 1) ((b ey t) 0))) +("abbatiello" nil (((aa) 0) ((b aa) 0) ((t iy) 0) ((eh) 1) ((l ow) 0))) +("abbe" nil (((ae) 1) ((b iy) 0))) +("abbenhaus" nil (((ae) 1) ((b ax n) 0) ((hh aw s) 1))) +("abbett" nil (((ax) 0) ((b eh t) 1))) +("abbey" nil (((ae) 1) ((b iy) 0))) +("abbie" nil (((ae) 1) ((b iy) 0))) +("abbitt" nil (((ae) 1) ((b ih t) 0))) +("abbot" nil (((ae) 1) ((b ax t) 0))) +("abbott" nil (((ae) 1) ((b ax t) 0))) +("abboud" nil (((ax) 0) ((b uw d) 1))) +("abbreviate" nil (((ax) 0) ((b r iy) 1) ((v iy) 0) ((ey t) 1))) +("abbreviated" nil (((ax) 0) ((b r iy) 1) ((v iy) 0) ((ey) 1) ((t ax d) 0))) +("abbreviation" nil (((ax) 0) ((b r iy) 1) ((v iy) 0) ((ey) 1) ((sh ax n) 0))) +("abbreviations" nil (((ax) 0) ((b r iy) 1) ((v iy) 0) ((ey) 1) ((sh ax n z) 0))) +("abbruzzese" nil (((aa) 0) ((b r uw t) 0) ((s ey) 1) ((z iy) 0))) +("abbs" nil (((ae b z) 1))) +("abby" nil (((ae) 1) ((b iy) 0))) +("abco" nil (((ae b) 1) ((k ow) 0))) +("abcotek" nil (((ae b) 1) ((k ow) 0) ((t eh k) 1))) +("abdalla" nil (((ae b) 1) ((d ae) 1) ((l ax) 0))) +("abdallah" nil (((ae b) 1) ((d ae) 1) ((l ax) 0))) +("abdel" nil (((ae b) 1) ((d eh l) 1))) +("abdella" nil (((ae b) 1) ((d eh) 1) ((l ax) 0))) +("abdicate" nil (((ae b) 1) ((d ax) 0) ((k ey t) 1))) +("abdicated" nil (((ae b) 1) ((d ax) 0) ((k ey) 1) ((t ax d) 0))) +("abdicating" nil (((ae b) 1) ((d ih) 0) ((k ey) 1) ((t ih ng) 0))) +("abdication" nil (((ae b) 1) ((d ih) 0) ((k ey) 1) ((sh ax n) 0))) +("abdnor" nil (((ae b d) 1) ((n er) 0))) +("abdo" nil (((ae b) 1) ((d ow) 0))) +("abdollah" nil (((ae b) 1) ((d aa) 1) ((l ax) 0))) +("abdomen" nil (((ae b) 0) ((d ow) 1) ((m ax n) 0))) +("abdominal" nil (((ae b) 0) ((d aa) 1) ((m ax) 0) ((n ax l) 0))) +("abducted" nil (((ae b) 0) ((d ah k) 1) ((t ih d) 0))) +("abducting" nil (((ax b) 0) ((d ah k) 1) ((t ih ng) 0))) +("abduction" nil (((ae b) 0) ((d ah k) 1) ((sh ax n) 0))) +("abductions" nil (((ae b) 0) ((d ah k) 1) ((sh ax n z) 0))) +("abductor" nil (((ax b) 0) ((d ah k) 1) ((t er) 0))) +("abductors" nil (((ax b) 0) ((d ah k) 1) ((t er z) 0))) +("abdul" nil (((ae b) 0) ((d uw l) 1))) +("abdulaziz" nil (((ae b) 0) ((d uw) 1) ((l ax) 0) ((z iy z) 1))) +("abdulla" nil (((aa b) 0) ((d uw) 1) ((l ax) 0))) +("abdullah" nil (((ae b) 1) ((d ah) 1) ((l ax) 0))) +("abe" nil (((ey b) 1))) +("abed" nil (((ax) 0) ((b eh d) 1))) +("abedi" nil (((ax) 0) ((b eh) 1) ((d iy) 0))) +("abee" nil (((ax) 0) ((b iy) 1))) +("abel" nil (((ey) 1) ((b ax l) 0))) +("abela" nil (((aa) 0) ((b eh) 1) ((l ax) 0))) +("abelard" nil (((ae) 1) ((b ih) 0) ((l er d) 0))) +("abele" nil (((ax) 0) ((b iy l) 1))) +("abeles" nil (((ax) 0) ((b iy l z) 1))) +("abell" nil (((ey) 1) ((b ax l) 0))) +("abella" nil (((ax) 0) ((b eh) 1) ((l ax) 0))) +("abeln" nil (((ae) 1) ((b ih l n) 0))) +("abelow" nil (((ae) 1) ((b ax) 0) ((l ow) 0))) +("abels" nil (((ey) 1) ((b ax l z) 0))) +("abelson" nil (((ae) 1) ((b ih l) 0) ((s ax n) 0))) +("abend" nil (((ae) 1) ((b eh n d) 0))) +("abendroth" nil (((ae) 1) ((b ih n) 0) ((d r ao th) 0))) +("aber" nil (((ey) 1) ((b er) 0))) +("abercrombie" nil (((ae) 1) ((b er) 0) ((k r aa m) 1) ((b iy) 0))) +("aberdeen" nil (((ae) 1) ((b er) 0) ((d iy n) 1))) +("aberford" nil (((ey) 1) ((b er) 0) ((f er d) 0))) +("aberg" nil (((ae) 1) ((b er g) 0))) +("aberle" nil (((ae) 1) ((b er) 0) ((ax l) 0))) +("abermin" nil (((ae) 1) ((b er) 0) ((m ih n) 0))) +("abernathy" nil (((ae) 1) ((b er) 0) ((n ae) 1) ((th iy) 0))) +("abernethy" nil (((ae) 1) ((b er) 0) ((n eh) 1) ((th iy) 0))) +("aberrant" nil (((ae) 0) ((b eh) 1) ((r ax n t) 0))) +("aberration" nil (((ae) 1) ((b er) 0) ((ey) 1) ((sh ax n) 0))) +("aberrations" nil (((ae) 1) ((b er) 0) ((ey) 1) ((sh ax n z) 0))) +("abert" nil (((ae) 1) ((b er t) 0))) +("abet" nil (((ax) 0) ((b eh t) 1))) +("abetted" nil (((ax) 0) ((b eh) 1) ((t ih d) 0))) +("abetting" nil (((ax) 0) ((b eh) 1) ((t ih ng) 0))) +("abex" nil (((ey) 1) ((b eh k s) 0))) +("abeyance" nil (((ax) 0) ((b ey) 1) ((ax n s) 0))) +("abeyta" nil (((aa) 0) ((b ey) 1) ((t ax) 0))) +("abhor" nil (((ae b) 0) ((hh ao r) 1))) +("abhorred" nil (((ax b) 0) ((hh ao r d) 1))) +("abhorrence" nil (((ax b) 0) ((hh ao) 1) ((r ax n s) 0))) +("abhorrent" nil (((ae b) 0) ((hh ao) 1) ((r ax n t) 0))) +("abhors" nil (((ax b) 0) ((hh ao r z) 1))) +("abid" nil (((ey) 1) ((b ih d) 0))) +("abide" nil (((ax) 0) ((b ay d) 1))) +("abided" nil (((ax) 0) ((b ay) 1) ((d ih d) 0))) +("abides" nil (((ax) 0) ((b ay d z) 1))) +("abiding" nil (((ax) 0) ((b ay) 1) ((d ih ng) 0))) +("abie" nil (((ae) 1) ((b iy) 0))) +("abigail" nil (((ae) 1) ((b ax) 0) ((g ey l) 1))) +("abila" nil (((aa) 0) ((b iy) 1) ((l ax) 0))) +("abilene" nil (((ae) 1) ((b ih) 0) ((l iy n) 1))) +("abilities" nil (((ax) 0) ((b ih) 1) ((l ax) 0) ((t iy z) 0))) +("ability" nil (((ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("abington" nil (((ae) 1) ((b ih ng) 0) ((t ax n) 0))) +("abio" nil (((aa) 1) ((b iy) 0) ((ow) 0))) +("abiola" nil (((aa) 1) ((b iy) 0) ((ow) 1) ((l ax) 0))) +("abiomed" nil (((ey) 0) ((b iy) 1) ((ax) 0) ((m eh d) 0))) +("abitibi" nil (((ae) 1) ((b ih) 0) ((t iy) 1) ((b iy) 0))) +("abitz" nil (((ae) 1) ((b ih t s) 0))) +("abject" n (((ae b) 1) ((jh eh k t) 0))) +("abject" v (((ae b) 0) ((jh eh k t) 1))) +("ablaze" nil (((ax) 0) ((b l ey z) 1))) +("able" nil (((ey) 1) ((b ax l) 0))) +("abler" nil (((ey) 1) ((b ax) 0) ((l er) 0))) +("ables" nil (((ey) 1) ((b ax l z) 0))) +("ablest" nil (((ey) 1) ((b ax l s t) 0))) +("abloom" nil (((ax) 0) ((b l uw m) 1))) +("ably" nil (((ey) 1) ((b l iy) 0))) +("abner" nil (((ae b) 1) ((n er) 0))) +("abney" nil (((ae b) 1) ((n iy) 0))) +("abnormal" nil (((ae b) 0) ((n ao r) 1) ((m ax l) 0))) +("abnormalities" nil (((ae b) 1) ((n ao r) 0) ((m ae) 1) ((l ax) 0) ((t iy z) 0))) +("abnormality" nil (((ae b) 1) ((n ao r) 0) ((m ae) 1) ((l ax) 0) ((t iy) 0))) +("abnormally" nil (((ae b) 0) ((n ao r) 1) ((m ax) 0) ((l iy) 0))) +("abo" nil (((aa) 1) ((b ow) 0))) +("aboard" nil (((ax) 0) ((b ao r d) 1))) +("abode" nil (((ax) 0) ((b ow d) 1))) +("abolish" nil (((ax) 0) ((b aa) 1) ((l ih sh) 0))) +("abolished" nil (((ax) 0) ((b aa) 1) ((l ih sh t) 0))) +("abolishes" nil (((ax) 0) ((b aa) 1) ((l ih) 0) ((sh ih z) 0))) +("abolishing" nil (((ax) 0) ((b aa) 1) ((l ih) 0) ((sh ih ng) 0))) +("abolition" nil (((ae) 1) ((b ax) 0) ((l ih) 1) ((sh ax n) 0))) +("abolitionism" nil (((ae) 1) ((b ax) 0) ((l ih) 1) ((sh ax) 0) ((n ih) 1) ((z ax m) 0))) +("abolitionist" nil (((ae) 1) ((b ax) 0) ((l ih) 1) ((sh ax) 0) ((n ax s t) 0))) +("abolitionists" nil (((ae) 1) ((b ax) 0) ((l ih) 1) ((sh ax) 0) ((n ax s t s) 0))) +("abominable" nil (((ax) 0) ((b aa) 1) ((m ax) 0) ((n ax) 0) ((b ax l) 0))) +("abomination" nil (((ax) 0) ((b aa) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("abood" nil (((ax) 0) ((b uw d) 1))) +("aboodi" nil (((ax) 0) ((b uw) 1) ((d iy) 0))) +("aboriginal" nil (((ae) 1) ((b er) 0) ((ih) 1) ((jh ax) 0) ((n ax l) 0))) +("aborigine" nil (((ae) 1) ((b er) 0) ((ih) 1) ((jh ax) 0) ((n iy) 0))) +("aborigines" nil (((ae) 1) ((b er) 0) ((ih) 1) ((jh ax) 0) ((n iy z) 0))) +("abort" nil (((ax) 0) ((b ao r t) 1))) +("aborted" nil (((ax) 0) ((b ao r) 1) ((t ax d) 0))) +("abortifacients" nil (((ax) 0) ((b ao r) 1) ((t ax) 0) ((f ey) 1) ((sh ax n t s) 0))) +("aborting" nil (((ax) 0) ((b ao r) 1) ((t ih ng) 0))) +("abortion" nil (((ax) 0) ((b ao r) 1) ((sh ax n) 0))) +("abortionist" nil (((ax) 0) ((b ao r) 1) ((sh ax) 0) ((n ih s t) 0))) +("abortionists" nil (((ax) 0) ((b ao r) 1) ((sh ax) 0) ((n ih s t s) 0))) +("abortions" nil (((ax) 0) ((b ao r) 1) ((sh ax n z) 0))) +("abortive" nil (((ax) 0) ((b ao r) 1) ((t ih v) 0))) +("abott" nil (((ax) 0) ((b aa t) 1))) +("aboud" nil (((aa) 0) ((b uw d) 1))) +("abouhalima" nil (((aa) 1) ((b uw) 0) ((hh aa) 0) ((l iy) 1) ((m ax) 0))) +("abound" nil (((ax) 0) ((b aw n d) 1))) +("abounded" nil (((ax) 0) ((b aw n) 1) ((d ax d) 0))) +("abounding" nil (((ax) 0) ((b aw n) 1) ((d ih ng) 0))) +("abounds" nil (((ax) 0) ((b aw n d z) 1))) +("about" nil (((ax) 0) ((b aw t) 1))) +("above" nil (((ax) 0) ((b ah v) 1))) +("aboveboard" nil (((ax) 0) ((b ah v) 1) ((b ao r d) 1))) +("aboveground" n (((ax) 0) ((b ah v) 1) ((g r aw n d) 0))) +("abplanalp" nil (((ae b) 1) ((p l ax) 0) ((n ae l p) 0))) +("abra" nil (((aa) 1) ((b r ax) 0))) +("abracadabra" nil (((ae) 1) ((b r ax) 0) ((k ax) 0) ((d ae) 1) ((b r ax) 0))) +("abraham" nil (((ey) 1) ((b r ax) 0) ((hh ae m) 1))) +("abrahamian" nil (((ae) 1) ((b r ax) 0) ((hh ey) 1) ((m iy) 0) ((ax n) 0))) +("abrahams" nil (((ey) 1) ((b r ax) 0) ((hh ae m z) 1))) +("abrahamsen" nil (((ae) 0) ((b r ax) 0) ((hh ae m) 1) ((s ax n) 0))) +("abrahamson" nil (((ax) 0) ((b r ae) 1) ((hh ax m) 0) ((s ax n) 0))) +("abram" nil (((ax) 0) ((b r ae m) 1))) +("abramczyk" nil (((aa) 1) ((b r ax m) 0) ((ch ih k) 0))) +("abramo" nil (((aa) 0) ((b r aa) 1) ((m ow) 0))) +("abramovitz" nil (((ax) 0) ((b r aa) 1) ((m ax) 0) ((v ih t s) 0))) +("abramowicz" nil (((ax) 0) ((b r aa) 1) ((m ax) 0) ((v ih ch) 0))) +("abramowitz" nil (((ax) 0) ((b r aa) 1) ((m ax) 0) ((w ih t s) 0))) +("abrams" nil (((ey) 1) ((b r ax m z) 0))) +("abramson" nil (((ey) 1) ((b r ax m) 0) ((s ax n) 0))) +("abrasion" nil (((ax) 0) ((b r ey) 1) ((zh ax n) 0))) +("abrasive" nil (((ax) 0) ((b r ey) 1) ((s ih v) 0))) +("abrasives" nil (((ax) 0) ((b r ey) 1) ((s ih v z) 0))) +("abreast" nil (((ax) 0) ((b r eh s t) 1))) +("abrego" nil (((aa) 0) ((b r eh) 1) ((g ow) 0))) +("abreu" nil (((ax) 0) ((b r uw) 1))) +("abridged" nil (((ax) 0) ((b r ih jh d) 1))) +("abril" nil (((ax) 0) ((b r ih l) 1))) +("abroad" nil (((ax) 0) ((b r ao d) 1))) +("abrogate" nil (((ae) 1) ((b r ax) 0) ((g ey t) 1))) +("abrogated" nil (((ae) 1) ((b r ax) 0) ((g ey) 1) ((t ih d) 0))) +("abrogating" nil (((ae) 1) ((b r ax) 0) ((g ey) 1) ((t ih ng) 0))) +("abrogation" nil (((ae) 1) ((b r ax) 0) ((g ey) 1) ((sh ax n) 0))) +("abron" nil (((ax) 0) ((b r aa n) 1))) +("abrupt" nil (((ax) 0) ((b r ah p t) 1))) +("abruptly" nil (((ax) 0) ((b r ah p t) 1) ((l iy) 0))) +("abruptness" nil (((ax) 0) ((b r ah p t) 1) ((n ax s) 0))) +("abrutyn" nil (((ey) 1) ((b r uw) 0) ((t ih n) 0))) +("abruzzese" nil (((aa) 0) ((b r uw t) 0) ((s ey) 1) ((z iy) 0))) +("abruzzo" nil (((aa) 0) ((b r uw) 1) ((z ow) 0))) +("absalom" nil (((ae b) 1) ((s ax) 0) ((l ax m) 0))) +("abscam" nil (((ae b) 1) ((s k ae m) 0))) +("abscess" nil (((ae b) 1) ((s eh s) 1))) +("absence" nil (((ae b) 1) ((s ax n s) 0))) +("absences" nil (((ae b) 1) ((s ax n) 0) ((s ax z) 0))) +("absent" j (((ae b) 1) ((s ax n t) 0))) +("absent" v (((ax b) 0) ((s eh n t) 1))) +("absentee" nil (((ae b) 1) ((s ax n) 0) ((t iy) 1))) +("absenteeism" nil (((ae b) 1) ((s ax n) 0) ((t iy) 1) ((ih) 0) ((z ax m) 0))) +("absentees" nil (((ae b) 1) ((s ax n) 0) ((t iy z) 1))) +("absentia" nil (((ae b) 0) ((s eh n) 1) ((sh ax) 0))) +("absher" nil (((ae b) 1) ((sh er) 0))) +("abshier" nil (((ae b) 1) ((sh iy) 0) ((er) 0))) +("abshire" nil (((ae b) 1) ((sh ay r) 1))) +("absolom" nil (((ae b) 1) ((s ax) 0) ((l ax m) 0))) +("absolut" nil (((ae b) 1) ((s ax) 0) ((l uw t) 1))) +("absolute" nil (((ae b) 1) ((s ax) 0) ((l uw t) 1))) +("absolutely" nil (((ae b) 1) ((s ax) 0) ((l uw t) 1) ((l iy) 0))) +("absoluteness" nil (((ae b) 1) ((s ax) 0) ((l uw t) 1) ((n ax s) 0))) +("absolution" nil (((ae b) 1) ((s ax) 0) ((l uw) 1) ((sh ax n) 0))) +("absolutism" nil (((ae b) 1) ((s ax) 0) ((l uw) 1) ((t ih) 1) ((z ax m) 0))) +("absolve" nil (((ax b) 0) ((z aa l v) 1))) +("absolved" nil (((ax b) 0) ((z aa l v d) 1))) +("absolves" nil (((ax b) 0) ((z aa l v z) 1))) +("absolving" nil (((ax b) 0) ((z aa l) 1) ((v ih ng) 0))) +("absorb" nil (((ax b) 0) ((z ao r b) 1))) +("absorbed" nil (((ax b) 0) ((z ao r b d) 1))) +("absorbency" nil (((ax b) 0) ((z ao r) 1) ((b ax n) 0) ((s iy) 0))) +("absorbent" nil (((ax b) 0) ((z ao r) 1) ((b ax n t) 0))) +("absorber" nil (((ax b) 0) ((z ao r) 1) ((b er) 0))) +("absorbers" nil (((ax b) 0) ((z ao r) 1) ((b er z) 0))) +("absorbing" nil (((ax b) 0) ((z ao r) 1) ((b ih ng) 0))) +("absorbs" nil (((ax b) 0) ((z ao r b z) 1))) +("absorption" nil (((ax b) 0) ((z ao r p) 1) ((sh ax n) 0))) +("abstain" nil (((ax b) 0) ((s t ey n) 1))) +("abstained" nil (((ax b) 0) ((s t ey n d) 1))) +("abstaining" nil (((ax b) 0) ((s t ey) 1) ((n ih ng) 0))) +("abstention" nil (((ax b) 0) ((s t eh n) 1) ((ch ax n) 0))) +("abstentions" nil (((ax b) 0) ((s t eh n) 1) ((ch ax n z) 0))) +("abstinence" nil (((ae b) 1) ((s t ax) 0) ((n ax n s) 0))) +("abstinent" nil (((ae b) 1) ((s t ax) 0) ((n ax n t) 0))) +("abston" nil (((ae b) 1) ((s t ax n) 0))) +("abstract" n (((ae b) 1) ((s t r ae k t) 0))) +("abstract" v (((ae b) 0) ((s t r ae k t) 1))) +("abstracted" nil (((ae b) 1) ((s t r ae k) 1) ((t ih d) 0))) +("abstraction" nil (((ae b) 0) ((s t r ae k) 1) ((sh ax n) 0))) +("abstractions" nil (((ae b) 0) ((s t r ae k) 1) ((sh ax n z) 0))) +("abstracts" n (((ae b) 1) ((s t r ae k t s) 0))) +("abstracts" v (((ax b) 0) ((s t r ae k t s) 1))) +("abstruse" nil (((ax b) 0) ((s t r uw s) 1))) +("absurd" nil (((ax b) 0) ((s er d) 1))) +("absurdist" nil (((ax b) 0) ((s er) 1) ((d ih s t) 0))) +("absurdities" nil (((ax b) 0) ((s er) 1) ((d ax) 0) ((t iy z) 0))) +("absurdity" nil (((ax b) 0) ((s er) 1) ((d ax) 0) ((t iy) 0))) +("absurdly" nil (((ax b) 0) ((s er d) 1) ((l iy) 0))) +("abt" nil (((ae b t) 1))) +("abts" nil (((ae b t s) 1))) +("abu" nil (((ae) 1) ((b uw) 0))) +("abuladze" nil (((ae) 1) ((b y uw) 0) ((l ae d) 1) ((z iy) 0))) +("abundance" nil (((ax) 0) ((b ah n) 1) ((d ax n s) 0))) +("abundant" nil (((ax) 0) ((b ah n) 1) ((d ax n t) 0))) +("abundantly" nil (((ax) 0) ((b ah n) 1) ((d ax n t) 0) ((l iy) 0))) +("aburto" nil (((ax) 0) ((b uh r) 1) ((t ow) 1))) +("abuse" n (((ax) 0) ((b y uw s) 1))) +("abuse" v (((ax) 0) ((b y uw z) 1))) +("abused" nil (((ax) 0) ((b y uw z d) 1))) +("abuser" nil (((ax) 0) ((b y uw) 1) ((z er) 0))) +("abusers" nil (((ax) 0) ((b y uw) 1) ((z er z) 0))) +("abuses" n (((ax) 0) ((b y uw) 1) ((s ax z) 0))) +("abuses" v (((ax) 0) ((b y uw) 1) ((z ih z) 0))) +("abusing" nil (((ax) 0) ((b y uw) 1) ((z ih ng) 0))) +("abusive" nil (((ax) 0) ((b y uw) 1) ((s ih v) 0))) +("abut" nil (((ax) 0) ((b ah t) 1))) +("abuts" nil (((ax) 0) ((b ah t s) 1))) +("abutted" nil (((ax) 0) ((b ah) 1) ((t ax d) 0))) +("abutting" nil (((ax) 0) ((b ah) 1) ((t ih ng) 0))) +("abuzz" nil (((ax) 0) ((b ah z) 1))) +("abysmal" nil (((ax) 0) ((b ih z) 1) ((m ax l) 0))) +("abysmally" nil (((ax) 0) ((b ih z) 1) ((m ax) 0) ((l iy) 0))) +("abyss" nil (((ax) 0) ((b ih s) 1))) +("ac" nil (((ey) 1) ((s iy) 1))) +("aca" nil (((ae) 1) ((k ax) 0))) +("acacia" nil (((ax) 0) ((k ey) 1) ((sh ax) 0))) +("academe" nil (((ae) 1) ((k ax) 0) ((d iy m) 1))) +("academia" nil (((ae) 1) ((k ax) 0) ((d iy) 1) ((m iy) 0) ((ax) 0))) +("academic" nil (((ae) 1) ((k ax) 0) ((d eh) 1) ((m ih k) 0))) +("academically" nil (((ae) 1) ((k ax) 0) ((d eh) 1) ((m ih) 0) ((k l iy) 0))) +("academician" nil (((ae) 1) ((k ax) 0) ((d ax) 0) ((m ih) 1) ((sh ax n) 0))) +("academicians" nil (((ae) 1) ((k ax) 0) ((d ax) 0) ((m ih) 1) ((sh ax n z) 0))) +("academics" nil (((ae) 1) ((k ax) 0) ((d eh) 1) ((m ih k s) 0))) +("academies" nil (((ax) 0) ((k ae) 1) ((d ax) 0) ((m iy z) 0))) +("academy" nil (((ax) 0) ((k ae) 1) ((d ax) 0) ((m iy) 0))) +("acadia" nil (((ax) 0) ((k ey) 1) ((d iy) 0) ((ax) 0))) +("acampora" nil (((ax) 0) ((k ae m) 1) ((p er) 0) ((ax) 0))) +("acantha" nil (((aa) 0) ((k aa n) 1) ((dh ax) 0))) +("acapulco" nil (((ae) 1) ((k ax) 0) ((p uh l) 1) ((k ow) 0))) +("accardi" nil (((aa) 0) ((k aa r) 1) ((d iy) 0))) +("accardo" nil (((aa) 0) ((k aa r) 1) ((d ow) 0))) +("accede" nil (((ae k) 0) ((s iy d) 1))) +("acceded" nil (((ae k) 0) ((s iy) 1) ((d ih d) 0))) +("accedes" nil (((ae k) 0) ((s iy d z) 1))) +("acceding" nil (((ae k) 0) ((s iy) 1) ((d ih ng) 0))) +("accel" nil (((ax k) 0) ((s eh l) 1))) +("accelerate" nil (((ae k) 0) ((s eh) 1) ((l er) 0) ((ey t) 1))) +("accelerated" nil (((ae k) 0) ((s eh) 1) ((l er) 0) ((ey) 1) ((t ax d) 0))) +("accelerates" nil (((ae k) 0) ((s eh) 1) ((l er) 0) ((ey t s) 1))) +("accelerating" nil (((ae k) 0) ((s eh) 1) ((l er) 0) ((ey) 1) ((t ih ng) 0))) +("acceleration" nil (((ae k) 1) ((s eh) 1) ((l er) 0) ((ey) 1) ((sh ax n) 0))) +("accelerator" nil (((ae k) 0) ((s eh) 1) ((l er) 0) ((ey) 1) ((t er) 0))) +("accelerometer" nil (((ae k) 0) ((s eh) 1) ((l er) 0) ((aa) 1) ((m ax) 0) ((t er) 0))) +("accelerometers" nil (((ae k) 0) ((s eh) 1) ((l er) 0) ((aa) 1) ((m ax) 0) ((t er z) 0))) +("accent" n (((ae k) 1) ((s eh n t) 0))) +("accent" v (((ae k) 0) ((s eh n t) 1))) +("accented" nil (((ae k) 1) ((s eh n) 0) ((t ih d) 0))) +("accents" n (((ae k) 1) ((s eh n t s) 0))) +("accents" v (((ae k) 0) ((s eh n t s) 1))) +("accentuate" nil (((ax k) 0) ((s eh n) 1) ((ch uw) 0) ((ey t) 0))) +("accentuated" nil (((ae k) 0) ((s eh n) 1) ((ch ax) 0) ((w ey) 1) ((t ih d) 0))) +("accentuating" nil (((ae k) 0) ((s eh n) 1) ((ch ax) 0) ((w ey) 1) ((t ih ng) 0))) +("accept" nil (((ae k) 0) ((s eh p t) 1))) +("acceptability" nil (((ax k) 0) ((s eh p) 1) ((t ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("acceptable" nil (((ae k) 0) ((s eh p) 1) ((t ax) 0) ((b ax l) 0))) +("acceptance" nil (((ae k) 0) ((s eh p) 1) ((t ax n s) 0))) +("acceptances" nil (((ae k) 0) ((s eh p) 1) ((t ax n) 0) ((s ih z) 0))) +("accepted" nil (((ae k) 0) ((s eh p) 1) ((t ih d) 0))) +("accepting" nil (((ae k) 0) ((s eh p) 1) ((t ih ng) 0))) +("accepts" nil (((ae k) 0) ((s eh p t s) 1))) +("access" nil (((ae k) 1) ((s eh s) 1))) +("accessed" nil (((ae k) 1) ((s eh s t) 1))) +("accessibility" nil (((ae k) 1) ((s eh) 0) ((s ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("accessible" nil (((ae k) 0) ((s eh) 1) ((s ax) 0) ((b ax l) 0))) +("accessing" nil (((ae k) 1) ((s eh) 1) ((s ih ng) 0))) +("accession" nil (((ax k) 0) ((s eh) 1) ((sh ax n) 0))) +("accessories" nil (((ae k) 0) ((s eh) 1) ((s er) 0) ((iy z) 0))) +("accessory" nil (((ae k) 0) ((s eh) 1) ((s er) 0) ((iy) 0))) +("accetta" nil (((aa) 0) ((ch eh) 1) ((t ax) 0))) +("accident" nil (((ae k) 1) ((s ax) 0) ((d ax n t) 0))) +("accidental" nil (((ae k) 1) ((s ax) 0) ((d eh n) 1) ((t ax l) 0))) +("accidentally" nil (((ae k) 1) ((s ax) 0) ((d eh n) 1) ((t ax) 0) ((l iy) 0))) +("accidently" nil (((ae k) 1) ((s ax) 0) ((d ax n t) 0) ((l iy) 0))) +("accidents" nil (((ae k) 1) ((s ax) 0) ((d ax n t s) 0))) +("accion" nil (((ae) 1) ((ch iy) 0) ((ax n) 0))) +("accival" nil (((ae) 1) ((s ih) 0) ((v aa l) 1))) +("acclaim" nil (((ax) 0) ((k l ey m) 1))) +("acclaimed" nil (((ax) 0) ((k l ey m d) 1))) +("acclimate" nil (((ae) 1) ((k l ax) 0) ((m ey t) 1))) +("acclimated" nil (((ae) 1) ((k l ax) 0) ((m ey) 1) ((t ih d) 0))) +("acclimation" nil (((ae) 1) ((k l ax) 0) ((m ey) 1) ((sh ax n) 0))) +("acco" nil (((ae) 1) ((k ow) 0))) +("accola" nil (((aa) 0) ((k ow) 1) ((l ax) 0))) +("accolade" nil (((ae) 1) ((k ax) 0) ((l ey d) 1))) +("accolades" nil (((ae) 1) ((k ax) 0) ((l ey d z) 1))) +("accomando" nil (((aa) 0) ((k ow) 0) ((m aa n) 1) ((d ow) 0))) +("accommodate" nil (((ax) 0) ((k aa) 1) ((m ax) 0) ((d ey t) 1))) +("accommodated" nil (((ax) 0) ((k aa) 1) ((m ax) 0) ((d ey) 1) ((t ax d) 0))) +("accommodates" nil (((ax) 0) ((k aa) 1) ((m ax) 0) ((d ey t s) 1))) +("accommodating" nil (((ax) 0) ((k aa) 1) ((m ax) 0) ((d ey) 1) ((t ih ng) 0))) +("accommodation" nil (((ax) 0) ((k aa) 1) ((m ax) 0) ((d ey) 1) ((sh ax n) 0))) +("accommodations" nil (((ax) 0) ((k aa) 1) ((m ax) 0) ((d ey) 1) ((sh ax n z) 0))) +("accommodative" nil (((ax) 0) ((k aa) 1) ((m ax) 0) ((d ey) 1) ((t ih v) 0))) +("accompanied" nil (((ax) 0) ((k ah m) 1) ((p ax) 0) ((n iy d) 0))) +("accompanies" nil (((ax) 0) ((k ah m) 1) ((p ax) 0) ((n iy z) 0))) +("accompaniment" nil (((ax) 0) ((k ah m p) 1) ((n ih) 0) ((m ax n t) 0))) +("accompaniments" nil (((ax) 0) ((k ah m p) 1) ((n ih) 0) ((m ax n t s) 0))) +("accompanist" nil (((ax) 0) ((k ah m) 1) ((p ax) 0) ((n ax s t) 0))) +("accompany" nil (((ax) 0) ((k ah m) 1) ((p ax) 0) ((n iy) 0))) +("accompanying" nil (((ax) 0) ((k ah m) 1) ((p ax) 0) ((n iy) 0) ((ih ng) 0))) +("accompli" nil (((aa) 1) ((k aa m) 1) ((p l iy) 0))) +("accomplice" nil (((ax) 0) ((k aa m) 1) ((p l ax s) 0))) +("accomplices" nil (((ax) 0) ((k aa m) 1) ((p l ax) 0) ((s ax z) 0))) +("accomplish" nil (((ax) 0) ((k aa m) 1) ((p l ih sh) 0))) +("accomplished" nil (((ax) 0) ((k aa m) 1) ((p l ih sh t) 0))) +("accomplishes" nil (((ax) 0) ((k aa m) 1) ((p l ih) 0) ((sh ih z) 0))) +("accomplishing" nil (((ax) 0) ((k aa m) 1) ((p l ih) 0) ((sh ih ng) 0))) +("accomplishment" nil (((ax) 0) ((k aa m) 1) ((p l ih) 0) ((sh m ax n t) 0))) +("accomplishments" nil (((ax) 0) ((k aa m) 1) ((p l ih) 0) ((sh m ax n t s) 0))) +("accor" nil (((ae) 1) ((k ao r) 1))) +("accord" nil (((ax) 0) ((k ao r d) 1))) +("accordance" nil (((ax) 0) ((k ao r) 1) ((d ax n s) 0))) +("accorded" nil (((ax) 0) ((k ao r) 1) ((d ih d) 0))) +("according" nil (((ax) 0) ((k ao r) 1) ((d ih ng) 0))) +("accordingly" nil (((ax) 0) ((k ao r) 1) ((d ih ng) 0) ((l iy) 0))) +("accordion" nil (((ax) 0) ((k ao r) 1) ((d iy) 0) ((ax n) 0))) +("accords" nil (((ax) 0) ((k ao r d z) 1))) +("accost" nil (((ax) 0) ((k ao s t) 1))) +("accosted" nil (((ax) 0) ((k aa) 1) ((s t ax d) 0))) +("account" nil (((ax) 0) ((k aw n t) 1))) +("accountability" nil (((ax) 0) ((k aw n) 1) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("accountable" nil (((ax) 0) ((k aw n) 1) ((t ax) 0) ((b ax l) 0))) +("accountancy" nil (((ax) 0) ((k aw n) 1) ((t ax n) 0) ((s iy) 0))) +("accountant" nil (((ax) 0) ((k aw n) 1) ((t ax n t) 0))) +("accountants" nil (((ax) 0) ((k aw n) 1) ((t ax n t s) 0))) +("accounted" nil (((ax) 0) ((k aw n) 1) ((t ax d) 0))) +("accountemps" nil (((ax) 0) ((k aw n) 1) ((t eh m p s) 1))) +("accounting" nil (((ax) 0) ((k aw n) 1) ((t ih ng) 0))) +("accounts" nil (((ax) 0) ((k aw n t s) 1))) +("accouterments" nil (((ax) 0) ((k uw) 1) ((t er) 0) ((m ax n t s) 0))) +("accreditation" nil (((ax) 0) ((k r eh) 1) ((d ax) 0) ((t ey) 1) ((sh ax n) 0))) +("accreditations" nil (((ax) 0) ((k r eh) 1) ((d ax) 0) ((d ey) 1) ((sh ax n z) 0))) +("accredited" nil (((ax) 0) ((k r eh) 1) ((d ih) 0) ((t ih d) 0))) +("accrediting" nil (((ax) 0) ((k r eh) 1) ((d ax) 0) ((t ih ng) 0))) +("accretion" nil (((ax) 0) ((k r iy) 1) ((sh ax n) 0))) +("accrual" nil (((ax) 0) ((k r uw) 1) ((ax l) 0))) +("accruals" nil (((ax) 0) ((k r uw) 1) ((ax l z) 0))) +("accrue" nil (((ax) 0) ((k r uw) 1))) +("accrued" nil (((ax) 0) ((k r uw d) 1))) +("accrues" nil (((ax) 0) ((k r uw z) 1))) +("accruing" nil (((ax) 0) ((k r uw) 1) ((ih ng) 0))) +("accumulate" nil (((ax) 0) ((k y uw) 1) ((m y ax) 0) ((l ey t) 1))) +("accumulated" nil (((ax) 0) ((k y uw) 1) ((m y ax) 0) ((l ey) 1) ((t ax d) 0))) +("accumulates" nil (((ax) 0) ((k y uw) 1) ((m y ax) 0) ((l ey t s) 1))) +("accumulating" nil (((ax) 0) ((k y uw) 1) ((m y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("accumulation" nil (((ax) 0) ((k y uw) 1) ((m y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("accumulations" nil (((ax) 0) ((k y uw) 1) ((m y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("accumulative" nil (((ax) 0) ((k y uw) 1) ((m y ax) 0) ((l ey) 1) ((t ih v) 0))) +("accumulators" nil (((ax) 0) ((k y uw) 1) ((m y ax) 0) ((l ey) 1) ((t er z) 0))) +("accuracies" nil (((ae) 1) ((k y er) 0) ((ax) 0) ((s iy z) 0))) +("accuracy" nil (((ae) 1) ((k y er) 0) ((ax) 0) ((s iy) 0))) +("accurate" nil (((ae) 1) ((k y er) 0) ((ax t) 0))) +("accurately" nil (((ae) 1) ((k y er) 0) ((ax t) 0) ((l iy) 0))) +("accuray" nil (((ae) 1) ((k y er) 0) ((ey) 1))) +("accuride" nil (((ae) 1) ((k y er) 0) ((ay d) 1))) +("accurso" nil (((aa) 0) ((k uh r) 1) ((s ow) 0))) +("accusation" nil (((ae) 1) ((k y ax) 0) ((z ey) 1) ((sh ax n) 0))) +("accusations" nil (((ae) 1) ((k y ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("accusative" nil (((ax) 0) ((k y uw) 1) ((z ax) 0) ((t ih v) 0))) +("accusatory" nil (((ax) 0) ((k y uw) 1) ((z ax) 0) ((t ao) 1) ((r iy) 0))) +("accuse" nil (((ax) 0) ((k y uw z) 1))) +("accused" nil (((ax) 0) ((k y uw z d) 1))) +("accuser" nil (((ax) 0) ((k y uw) 1) ((z er) 0))) +("accusers" nil (((ax) 0) ((k y uw) 1) ((z er z) 0))) +("accuses" nil (((ax) 0) ((k y uw) 1) ((z ih z) 0))) +("accusing" nil (((ax) 0) ((k y uw) 1) ((z ih ng) 0))) +("accusingly" nil (((ax) 0) ((k y uw) 1) ((z ih ng) 0) ((l iy) 0))) +("accustom" nil (((ax) 0) ((k ah) 1) ((s t ax m) 0))) +("accustomed" nil (((ax) 0) ((k ah) 1) ((s t ax m d) 0))) +("accutane" nil (((ae) 1) ((k y uw) 0) ((t ey n) 1))) +("ace" nil (((ey s) 1))) +("aced" nil (((ey s t) 1))) +("acer" nil (((ey) 1) ((s er) 0))) +("acerbic" nil (((ax) 0) ((s eh r) 1) ((b ih k) 0))) +("acero" nil (((ax) 0) ((s eh) 1) ((r ow) 0))) +("acerra" nil (((ax) 0) ((s eh) 1) ((r ax) 0))) +("aces" nil (((ey) 1) ((s ih z) 0))) +("acetaminophen" nil (((ax) 0) ((s iy) 1) ((t ax) 0) ((m ih) 1) ((n ax) 0) ((f ax n) 0))) +("acetate" nil (((ae) 1) ((s ax) 0) ((t ey t) 1))) +("acetic" nil (((ax) 0) ((s eh) 1) ((t ih k) 0))) +("aceto" nil (((aa) 0) ((s eh) 1) ((t ow) 0))) +("acetone" nil (((ae) 1) ((s ax) 0) ((t ow n) 1))) +("acetylcholine" nil (((ax) 0) ((s eh) 1) ((t ax l) 0) ((k ow) 1) ((l iy n) 0))) +("acetylene" nil (((ax) 0) ((s eh) 1) ((t ax) 0) ((l iy n) 1))) +("acevedo" nil (((ae) 0) ((s ax) 0) ((v ey) 1) ((d ow) 0))) +("aceves" nil (((aa) 0) ((s ey) 1) ((v eh s) 0))) +("acey" nil (((ey) 1) ((s iy) 0))) +("acg" nil (((ey) 1) ((s iy) 1) ((jh iy) 1))) +("achatz" nil (((ae) 1) ((k ax t s) 0))) +("ache" nil (((ey k) 1))) +("achebe" nil (((aa) 0) ((ch ey) 1) ((b iy) 0))) +("achee" nil (((ax) 0) ((ch iy) 1))) +("achenbach" nil (((ae) 1) ((k ih n) 0) ((b aa k) 0))) +("achenbaum" nil (((ae) 1) ((k ax n) 0) ((b aw m) 1))) +("aches" nil (((ey k s) 1))) +("acheson" nil (((ae) 1) ((ch ax) 0) ((s ax n) 0))) +("achey" nil (((ae) 1) ((ch iy) 0))) +("achievable" nil (((ax) 0) ((ch iy) 1) ((v ax) 0) ((b ax l) 0))) +("achieve" nil (((ax) 0) ((ch iy v) 1))) +("achieved" nil (((ax) 0) ((ch iy v d) 1))) +("achievement" nil (((ax) 0) ((ch iy v) 1) ((m ax n t) 0))) +("achievements" nil (((ax) 0) ((ch iy v) 1) ((m ax n t s) 0))) +("achiever" nil (((ax) 0) ((ch iy) 1) ((v er) 0))) +("achievers" nil (((ax) 0) ((ch iy) 1) ((v er z) 0))) +("achieves" nil (((ax) 0) ((ch iy v z) 1))) +("achieving" nil (((ax) 0) ((ch iy) 1) ((v ih ng) 0))) +("achille" nil (((ax) 0) ((k ih) 1) ((l iy) 0))) +("achilles" nil (((ax) 0) ((k ih) 1) ((l iy z) 0))) +("aching" nil (((ey) 1) ((k ih ng) 0))) +("achingly" n (((ey) 1) ((k ax ng) 0) ((l iy) 0))) +("achoa" nil (((ax) 0) ((ch ow) 1) ((ax) 0))) +("achor" nil (((ey) 1) ((k er) 0))) +("achord" nil (((ae) 1) ((k ao r d) 0))) +("achorn" nil (((ae) 1) ((k er n) 0))) +("achterberg" nil (((ae k) 1) ((t er) 0) ((b er g) 0))) +("achy" nil (((ey) 1) ((k iy) 0))) +("acid" nil (((ae) 1) ((s ax d) 0))) +("acidic" nil (((ax) 0) ((s ih) 1) ((d ih k) 0))) +("acidification" nil (((ax) 0) ((s ih) 1) ((d ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("acidified" nil (((ax) 0) ((s ih) 1) ((d ax) 0) ((f ay d) 1))) +("acidifies" nil (((ax) 0) ((s ih) 1) ((d ax) 0) ((f ay z) 1))) +("acidify" nil (((ax) 0) ((s ih) 1) ((d ax) 0) ((f ay) 1))) +("acidity" nil (((ax) 0) ((s ih) 1) ((d ax) 0) ((t iy) 0))) +("acidly" n (((ae) 1) ((s ax d) 0) ((l iy) 0))) +("acidosis" nil (((ae) 1) ((s ax) 0) ((d ow) 1) ((s ax s) 0))) +("acids" nil (((ae) 1) ((s ax d z) 0))) +("aciduria" nil (((ae) 1) ((s ax) 0) ((d uh) 1) ((r iy) 0) ((ax) 0))) +("acierno" nil (((aa) 0) ((s ih r) 1) ((n ow) 0))) +("ack" nil (((ae k) 1))) +("acker" nil (((ae) 1) ((k er) 0))) +("ackerley" nil (((ae) 1) ((k er) 0) ((l iy) 0))) +("ackerly" nil (((ae) 1) ((k er) 0) ((l iy) 0))) +("ackerman" nil (((ae) 1) ((k er) 0) ((m ax n) 0))) +("ackermann" nil (((ae) 1) ((k er) 0) ((m ax n) 0))) +("ackerson" nil (((ae) 1) ((k er) 0) ((s ax n) 0))) +("ackert" nil (((ae) 1) ((k er t) 0))) +("ackland" nil (((ae) 1) ((k l ax n d) 0))) +("ackles" nil (((ae) 1) ((k ax l z) 0))) +("ackley" nil (((ae) 1) ((k l iy) 0))) +("acklin" nil (((ae) 1) ((k l ih n) 0))) +("ackman" nil (((ae k) 1) ((m ax n) 0))) +("acknowledge" nil (((ae k) 0) ((n aa) 1) ((l ih jh) 0))) +("acknowledgeable" nil (((ae k) 0) ((n aa) 1) ((l ih) 0) ((jh ax) 0) ((b ax l) 0))) +("acknowledged" nil (((ae k) 0) ((n aa) 1) ((l ih jh d) 0))) +("acknowledgement" nil (((ae k) 0) ((n aa) 1) ((l ih jh) 0) ((m ax n t) 0))) +("acknowledgements" nil (((ae k) 0) ((n aa) 1) ((l ih jh) 0) ((m ax n t s) 0))) +("acknowledges" nil (((ae k) 0) ((n aa) 1) ((l ih) 0) ((jh ih z) 0))) +("acknowledging" nil (((ae k) 0) ((n aa) 1) ((l ih) 0) ((jh ih ng) 0))) +("acknowledgment" nil (((ae k) 0) ((n aa) 1) ((l ih jh) 0) ((m ax n t) 0))) +("acknowleged" nil (((ae k) 0) ((n aa) 1) ((l ih jh d) 0))) +("ackroyd" nil (((ae) 1) ((k r oy d) 1))) +("acl" nil (((ey) 1) ((s iy) 1) ((eh l) 1))) +("acmat" nil (((ae k) 1) ((m ae t) 0))) +("acme" nil (((ae k) 1) ((m iy) 0))) +("acne" nil (((ae k) 1) ((n iy) 0))) +("acocella" nil (((aa) 0) ((k ow) 0) ((ch eh) 1) ((l ax) 0))) +("acoff" nil (((ae) 1) ((k ao f) 0))) +("acolyte" n (((ae) 1) ((k ax) 0) ((l ay t) 0))) +("acolytes" nil (((ae) 1) ((k ax) 0) ((l ay t s) 1))) +("acord" nil (((ax) 0) ((k ao r d) 1))) +("acorn" nil (((ey) 1) ((k ao r n) 0))) +("acorns" nil (((ey) 1) ((k ao r n z) 0))) +("acosta" nil (((ax) 0) ((k ao) 1) ((s t ax) 0))) +("acoustic" nil (((ax) 0) ((k uw) 1) ((s t ih k) 0))) +("acoustical" nil (((ax) 0) ((k uw) 1) ((s t ih) 0) ((k ax l) 0))) +("acoustically" nil (((ax) 0) ((k uw) 1) ((s t ih) 0) ((k l iy) 0))) +("acoustics" nil (((ax) 0) ((k uw) 1) ((s t ih k s) 0))) +("acquaint" nil (((ax) 0) ((k w ey n t) 1))) +("acquaintance" nil (((ax) 0) ((k w ey n) 1) ((t ax n s) 0))) +("acquaintances" nil (((ax) 0) ((k w ey n) 1) ((t ax n) 0) ((s ih z) 0))) +("acquainted" nil (((ax) 0) ((k w ey n) 1) ((t ax d) 0))) +("acquaviva" nil (((aa) 0) ((k w aa) 0) ((v iy) 1) ((v ax) 0))) +("acquiesce" nil (((ae) 1) ((k w iy) 0) ((eh s) 1))) +("acquiesced" nil (((ae) 1) ((k w iy) 0) ((eh s t) 1))) +("acquiescence" nil (((ae) 1) ((k w iy) 0) ((eh) 1) ((s ax n s) 0))) +("acquiescing" nil (((ae) 1) ((k w iy) 0) ((eh) 1) ((s ih ng) 0))) +("acquire" nil (((ax) 0) ((k w ay) 1) ((er) 0))) +("acquired" nil (((ax) 0) ((k w ay) 1) ((er d) 0))) +("acquirer" nil (((ax) 0) ((k w ay) 1) ((er) 0) ((er) 0))) +("acquirers" nil (((ax) 0) ((k w ay) 1) ((er) 0) ((er z) 0))) +("acquires" nil (((ax) 0) ((k w ay) 1) ((er z) 0))) +("acquiring" nil (((ax) 0) ((k w ay) 1) ((r ih ng) 0))) +("acquisition" nil (((ae) 1) ((k w ax) 0) ((z ih) 1) ((sh ax n) 0))) +("acquisitions" nil (((ae) 1) ((k w ih) 0) ((z ih) 1) ((sh ax n z) 0))) +("acquisitive" nil (((ax) 0) ((k w ih) 1) ((z ax) 0) ((t ih v) 0))) +("acquistion" nil (((ax) 0) ((k w ih s) 1) ((ch ax n) 0))) +("acquistions" nil (((ax) 0) ((k w ih s) 1) ((ch ax n z) 0))) +("acquit" nil (((ax) 0) ((k w ih t) 1))) +("acquitaine" nil (((ae) 1) ((k w ih) 0) ((t ey n) 1))) +("acquittal" nil (((ax) 0) ((k w ih) 1) ((t ax l) 0))) +("acquitted" nil (((ax) 0) ((k w ih) 1) ((t ax d) 0))) +("acquitting" nil (((ax) 0) ((k w ih) 1) ((t ih ng) 0))) +("acre" nil (((ey) 1) ((k er) 0))) +("acreage" nil (((ey) 1) ((k er) 0) ((ih jh) 0))) +("acree" nil (((ax) 0) ((k r iy) 1))) +("acres" nil (((ey) 1) ((k er z) 0))) +("acrey" nil (((ae) 1) ((k r iy) 0))) +("acri" nil (((aa) 1) ((k r iy) 0))) +("acrimonious" nil (((ae) 1) ((k r ax) 0) ((m ow) 1) ((n iy) 0) ((ax s) 0))) +("acrimony" nil (((ae) 1) ((k r ih) 0) ((m ow) 1) ((n iy) 0))) +("acrobat" nil (((ae) 1) ((k r ax) 0) ((b ae t) 1))) +("acrobatic" nil (((ae) 1) ((k r ax) 0) ((b ae) 1) ((t ih k) 0))) +("acrobatics" nil (((ae) 1) ((k r ax) 0) ((b ae) 1) ((t ih k s) 0))) +("acrobats" nil (((ae) 1) ((k r ax) 0) ((b ae t s) 1))) +("acronym" nil (((ae) 1) ((k r ax) 0) ((n ih m) 0))) +("acronyms" nil (((ae) 1) ((k r ax) 0) ((n ih m z) 0))) +("acropolis" nil (((ax) 0) ((k r aa) 1) ((p ax) 0) ((l ax s) 0))) +("across" nil (((ax) 0) ((k r ao s) 1))) +("acrylic" nil (((ax) 0) ((k r ih) 1) ((l ih k) 0))) +("acrylics" nil (((ax) 0) ((k r ih) 1) ((l ih k s) 0))) +("act" nil (((ae k t) 1))) +("actava" nil (((ae k) 1) ((t aa) 1) ((v ax) 0))) +("acted" nil (((ae k) 1) ((t ax d) 0))) +("actigall" nil (((ae k) 1) ((t ih) 0) ((g ao l) 0))) +("actin" nil (((ae k) 1) ((t ax n) 0))) +("acting" nil (((ae k) 1) ((t ih ng) 0))) +("actinide" nil (((ae k) 1) ((t ih) 0) ((n ay d) 1))) +("actinidia" nil (((ae k) 1) ((t ih) 0) ((n ih) 1) ((d iy) 0) ((ax) 0))) +("action" nil (((ae k) 1) ((sh ax n) 0))) +("actionable" nil (((ae k) 1) ((sh ax) 0) ((n ax) 0) ((b ax l) 0))) +("actions" nil (((ae k) 1) ((sh ax n z) 0))) +("activase" nil (((ae k) 1) ((t ih) 0) ((v ey z) 1))) +("activate" nil (((ae k) 1) ((t ax) 0) ((v ey t) 1))) +("activated" nil (((ae k) 1) ((t ax) 0) ((v ey) 1) ((t ax d) 0))) +("activates" nil (((ae k) 1) ((t ax) 0) ((v ey t s) 1))) +("activating" nil (((ae k) 1) ((t ax) 0) ((v ey) 1) ((t ih ng) 0))) +("activation" nil (((ae k) 1) ((t ax) 0) ((v ey) 1) ((sh ax n) 0))) +("activator" nil (((ae k) 1) ((t ax) 0) ((v ey) 1) ((t er) 0))) +("active" nil (((ae k) 1) ((t ih v) 0))) +("actively" nil (((ae k) 1) ((t ih) 0) ((v l iy) 0))) +("actives" nil (((ae k) 1) ((t ih v z) 0))) +("activision" nil (((ae k) 1) ((t ih) 0) ((v ih) 1) ((zh ax n) 0))) +("activism" nil (((ae k) 1) ((t ih) 0) ((v ih) 1) ((z ax m) 0))) +("activist" nil (((ae k) 1) ((t ax) 0) ((v ax s t) 0))) +("activists" nil (((ae k) 1) ((t ax) 0) ((v ax s t s) 0))) +("activities" nil (((ae k) 0) ((t ih) 1) ((v ax) 0) ((t iy z) 0))) +("activity" nil (((ae k) 0) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("actmedia" nil (((ae k t) 0) ((m iy) 1) ((d iy) 0) ((ax) 0))) +("acton" nil (((ae k) 1) ((t ax n) 0))) +("actor" nil (((ae k) 1) ((t er) 0))) +("actors" nil (((ae k) 1) ((t er z) 0))) +("actress" nil (((ae k) 1) ((t r ih s) 0))) +("actresses" nil (((ae k) 1) ((t r ax) 0) ((s ih z) 0))) +("acts" nil (((ae k t s) 1))) +("actual" nil (((ae k) 1) ((ch ax) 0) ((w ax l) 0))) +("actuality" nil (((ae k) 1) ((ch ax) 0) ((w ae) 1) ((l ax) 0) ((t iy) 0))) +("actualize" nil (((ae k) 1) ((ch ax) 0) ((w ax) 0) ((l ay z) 1))) +("actually" nil (((ae k) 1) ((ch ax) 0) ((w ax) 0) ((l iy) 0))) +("actuarial" nil (((ae k) 1) ((ch ax) 0) ((w eh) 1) ((r iy) 0) ((ax l) 0))) +("actuaries" nil (((ae k) 1) ((ch ax) 0) ((w eh) 1) ((r iy z) 0))) +("actuary" nil (((ae k) 1) ((ch ax) 0) ((w eh) 1) ((r iy) 0))) +("actus" nil (((ae k) 1) ((t ax s) 0))) +("acuff" nil (((ax) 0) ((k ah f) 1))) +("acuity" nil (((ax) 0) ((k y uw) 1) ((ax) 0) ((t iy) 0))) +("acumen" nil (((ax) 0) ((k y uw) 1) ((m ax n) 0))) +("acuna" nil (((aa) 0) ((k uw) 1) ((n ax) 0))) +("acupuncture" nil (((ae) 1) ((k y uw) 0) ((p ah ng k) 1) ((ch er) 0))) +("acura" nil (((ae) 1) ((k y er) 0) ((ax) 0))) +("acuras" nil (((ae) 1) ((k y er) 0) ((ax z) 0))) +("acuson" nil (((ae) 1) ((k y uw) 1) ((s ax n) 0))) +("acustar" nil (((ae) 1) ((k y uw) 0) ((s t aa r) 1))) +("acusyst" nil (((ae) 1) ((k y uw) 0) ((s ih s t) 0))) +("acute" nil (((ax) 0) ((k y uw t) 1))) +("acutely" nil (((ax) 0) ((k y uw t) 1) ((l iy) 0))) +("acuteness" nil (((ax) 0) ((k y uw t) 1) ((n ax s) 0))) +("acyclovir" nil (((ax) 0) ((s ih) 1) ((k l ow) 0) ((v ih r) 1))) +("ad" nil (((ae d) 1))) +("ada" nil (((ey) 1) ((d ax) 0))) +("adabel" nil (((ae) 1) ((d ax) 0) ((b eh l) 0))) +("adabelle" nil (((ae) 1) ((d ax) 0) ((b ax l) 0))) +("adachi" nil (((aa) 0) ((d aa) 1) ((k iy) 0))) +("adage" nil (((ae) 1) ((d ax jh) 0))) +("adagio" nil (((ax) 0) ((d aa) 1) ((zh iy) 0) ((ow) 1))) +("adah" nil (((ae) 1) ((d aa) 0))) +("adair" nil (((ax) 0) ((d eh r) 1))) +("adaire" nil (((aa) 0) ((d eh r) 1))) +("adalia" nil (((aa) 0) ((d aa) 1) ((l iy) 0) ((ax) 0))) +("adam" nil (((ae) 1) ((d ax m) 0))) +("adamant" nil (((ae) 1) ((d ax) 0) ((m ax n t) 0))) +("adamantly" nil (((ae) 1) ((d ax) 0) ((m ax n t) 0) ((l iy) 0))) +("adamcik" nil (((aa) 1) ((d ax m) 0) ((ch ih k) 0))) +("adamczak" nil (((aa) 1) ((d ax m) 0) ((ch ae k) 0))) +("adamczyk" nil (((aa) 1) ((d ax m) 0) ((ch ih k) 0))) +("adame" nil (((aa) 0) ((d aa) 1) ((m iy) 0))) +("adamec" nil (((ax) 0) ((d aa) 1) ((m ih k) 0))) +("adamek" nil (((ax) 0) ((d aa) 1) ((m eh k) 0))) +("adames" nil (((ax) 0) ((d ey m z) 1))) +("adami" nil (((aa) 0) ((d aa) 1) ((m iy) 0))) +("adamik" nil (((ax) 0) ((d aa) 1) ((m ih k) 0))) +("adamina" nil (((aa) 0) ((d aa) 0) ((m iy) 1) ((n ax) 0))) +("adamo" nil (((aa) 0) ((d aa) 1) ((m ow) 0))) +("adamowicz" nil (((ax) 0) ((d aa) 1) ((m ax) 0) ((v ih ch) 0))) +("adams" nil (((ae) 1) ((d ax m z) 0))) +("adamski" nil (((ax) 0) ((d ae m) 1) ((s k iy) 1))) +("adamson" nil (((ae) 1) ((d ax m) 0) ((s ax n) 0))) +("adamstown" nil (((ae) 1) ((d ax m) 0) ((s t aw n) 1))) +("adan" nil (((ey) 1) ((d ax n) 0))) +("adapso" nil (((ax) 0) ((d ae p) 1) ((s ow) 0))) +("adapt" nil (((ax) 0) ((d ae p t) 1))) +("adaptability" nil (((ax) 0) ((d ae p) 1) ((t ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("adaptable" nil (((ax) 0) ((d ae p) 1) ((t ax) 0) ((b ax l) 0))) +("adaptaplex" nil (((ax) 0) ((d ae p) 1) ((t ax) 0) ((p l eh k s) 1))) +("adaptation" nil (((ae) 1) ((d ax p) 0) ((t ey) 1) ((sh ax n) 0))) +("adaptations" nil (((ae) 1) ((d ae p) 0) ((t ey) 1) ((sh ax n z) 0))) +("adaptec" nil (((ax) 0) ((d ae p) 1) ((t eh k) 1))) +("adapted" nil (((ax) 0) ((d ae p) 1) ((t ax d) 0))) +("adapter" nil (((ax) 0) ((d ae p) 1) ((t er) 0))) +("adapters" nil (((ax) 0) ((d ae p) 1) ((t er z) 0))) +("adapting" nil (((ax) 0) ((d ae p) 1) ((t ih ng) 0))) +("adaptive" nil (((ax) 0) ((d ae p) 1) ((t ih v) 0))) +("adaptor" nil (((ax) 0) ((d ae p) 1) ((t er) 0))) +("adapts" nil (((ax) 0) ((d ae p t s) 1))) +("adar" nil (((ax) 0) ((d aa r) 1))) +("aday" nil (((ax) 0) ((d ey) 1))) +("adaza" nil (((ax) 0) ((d aa) 1) ((z ax) 0))) +("adcock" nil (((ax d) 0) ((k aa k) 1))) +("adcox" nil (((ax d) 0) ((k aa k s) 1))) +("add" nil (((ae d) 1))) +("addair" nil (((ax) 0) ((d eh r) 1))) +("addams" nil (((ae) 1) ((d ax m z) 0))) +("added" nil (((ae) 1) ((d ax d) 0))) +("addeo" nil (((aa) 1) ((d iy) 0) ((ow) 0))) +("adder" nil (((ae) 1) ((d er) 0))) +("adderley" nil (((ax) 0) ((d er) 1) ((l iy) 0))) +("addicks" nil (((ae) 1) ((d ih k s) 0))) +("addict" n (((ae) 1) ((d ih k t) 0))) +("addict" v (((ax) 0) ((d ih k t) 1))) +("addicted" nil (((ax) 0) ((d ih k) 1) ((t ax d) 0))) +("addicting" nil (((ax) 0) ((d ih k) 1) ((t ih ng) 0))) +("addiction" nil (((ax) 0) ((d ih k) 1) ((sh ax n) 0))) +("addictions" nil (((ax) 0) ((d ih k) 1) ((sh ax n z) 0))) +("addictive" nil (((ax) 0) ((d ih k) 1) ((t ih v) 0))) +("addicts" n (((ah) 1) ((d ih k t s) 0))) +("addicts" v (((ax) 0) ((d ih k t s) 1))) +("addidas" nil (((ax) 0) ((d iy) 1) ((d ax s) 0))) +("addie" nil (((ae) 1) ((d iy) 0))) +("adding" nil (((ae) 1) ((d ih ng) 0))) +("addington" nil (((ae) 1) ((d ih ng) 0) ((t ax n) 0))) +("addis" nil (((aa) 1) ((d ih s) 0))) +("addison" nil (((ae) 1) ((d ax) 0) ((s ax n) 0))) +("addition" nil (((ax) 0) ((d ih) 1) ((sh ax n) 0))) +("additional" nil (((ax) 0) ((d ih) 1) ((sh ax) 0) ((n ax l) 0))) +("additionally" nil (((ax) 0) ((d ih) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("additions" nil (((ax) 0) ((d ih) 1) ((sh ax n z) 0))) +("additive" nil (((ae) 1) ((d ax) 0) ((t ih v) 0))) +("additives" nil (((ae) 1) ((d ax) 0) ((t ih v z) 0))) +("addled" nil (((ae) 1) ((d ax l d) 0))) +("addleman" nil (((ae) 1) ((d ax l) 0) ((m ax n) 0))) +("address" n (((ax) 0) ((d r eh s) 1))) +("address" v (((ae) 1) ((d r eh s) 1))) +("addressable" nil (((ax) 0) ((d r eh) 1) ((s ax) 0) ((b ax l) 0))) +("addressed" nil (((ax) 0) ((d r eh s t) 1))) +("addressee" nil (((ae) 1) ((d r eh) 0) ((s iy) 1))) +("addresses" nil (((ae) 1) ((d r eh) 1) ((s ih z) 0))) +("addressing" nil (((ax) 0) ((d r eh) 1) ((s ih ng) 0))) +("adds" nil (((ae d z) 1))) +("adduci" nil (((aa) 0) ((d uw) 1) ((ch iy) 0))) +("addwest" nil (((ae) 1) ((d w eh s t) 1))) +("addy" nil (((ae) 1) ((d iy) 0))) +("ade" nil (((ey d) 1))) +("adee" nil (((ax) 0) ((d iy) 1))) +("adel" nil (((ax) 0) ((d eh l) 1))) +("adela" nil (((ax) 0) ((d eh) 1) ((l ax) 0))) +("adelaar" nil (((ae) 1) ((d ax) 0) ((l aa r) 1))) +("adelaide" nil (((ae) 1) ((d ax) 0) ((l ey d) 1))) +("adelbert" nil (((ax) 0) ((d eh l) 1) ((b er t) 0))) +("adele" nil (((ax) 0) ((d eh l) 1))) +("adele" nil (((ax) 0) ((d eh) 1) ((l ey) 0))) +("adeline" nil (((ae) 1) ((d ax) 0) ((l ay n) 1))) +("adelizzi" nil (((ae) 1) ((d ax) 0) ((l iy) 1) ((z iy) 0))) +("adell" nil (((ax) 0) ((d eh l) 1))) +("adelle" nil (((ax) 0) ((d eh l) 1))) +("adelman" nil (((ae) 1) ((d ax l) 0) ((m ax n) 0))) +("adelmann" nil (((ae) 1) ((d ax l) 0) ((m ax n) 0))) +("adelpha" nil (((ax) 0) ((d eh l) 1) ((f ax) 0))) +("adelphia" nil (((ax) 0) ((d eh l) 1) ((f iy) 0) ((ax) 0))) +("adelsberger" nil (((ae) 1) ((d ih l s) 0) ((b er) 0) ((g er) 0))) +("adelson" nil (((ae) 1) ((d ax l) 0) ((s ax n) 0))) +("adelstein" nil (((ae) 1) ((d ax l) 0) ((s t ay n) 0))) +("aden" nil (((ey) 1) ((d ax n) 0))) +("adena" nil (((ae) 1) ((d ih) 0) ((n ax) 0))) +("adenauer" nil (((ey) 1) ((d ax) 0) ((n aw r) 1))) +("adenine" nil (((ae) 1) ((d ax) 0) ((n iy n) 1))) +("adenoids" nil (((ae) 1) ((d ax) 0) ((n oy d z) 1))) +("adept" nil (((ax) 0) ((d eh p t) 1))) +("adequacy" nil (((ae) 1) ((d ax) 0) ((k w ax) 0) ((s iy) 0))) +("adequate" nil (((ae) 1) ((d ax) 0) ((k w ax t) 0))) +("adequately" nil (((ae) 1) ((d ax) 0) ((k w ax t) 0) ((l iy) 0))) +("ader" nil (((ey) 1) ((d er) 0))) +("aderhold" nil (((ae) 1) ((d er) 0) ((hh ow l d) 0))) +("aderholt" nil (((ae) 1) ((d er) 0) ((hh ow l t) 0))) +("aderman" nil (((ae) 1) ((d er) 0) ((m ax n) 0))) +("ades" nil (((ey d z) 1))) +("adey" nil (((ey) 1) ((d iy) 0))) +("adger" nil (((ae) 1) ((jh er) 0))) +("adhere" nil (((ax d) 0) ((hh ih r) 1))) +("adhered" nil (((ae d) 0) ((hh ih r d) 1))) +("adherence" nil (((ax d) 0) ((hh ih) 1) ((r ax n s) 0))) +("adherent" nil (((ax d) 0) ((hh ih) 1) ((r ax n t) 0))) +("adherents" nil (((ae d) 0) ((hh ih) 1) ((r ax n t s) 0))) +("adheres" nil (((ax d) 0) ((hh ih r z) 1))) +("adhering" nil (((ax d) 0) ((hh ih) 1) ((r ih ng) 0))) +("adhesive" nil (((ae d) 0) ((hh iy) 1) ((s ih v) 0))) +("adhesives" nil (((ae d) 0) ((hh iy) 1) ((s ih v z) 0))) +("adia" nil (((aa) 1) ((d iy) 0) ((ax) 0))) +("adidas" nil (((ax) 0) ((d iy) 1) ((d ax s) 0))) +("adieu" nil (((ax) 0) ((d uw) 1))) +("adin" nil (((ax) 0) ((d ih n) 1))) +("adina" nil (((aa) 0) ((d iy) 1) ((n ax) 0))) +("adine" nil (((aa) 0) ((d iy) 1) ((n iy) 0))) +("adinolfi" nil (((aa) 0) ((d iy) 0) ((n ow l) 1) ((f iy) 0))) +("adios" nil (((aa) 1) ((d iy) 0) ((ow s) 1))) +("adipose" nil (((ae) 1) ((d ax) 0) ((p ow s) 1))) +("adirondack" nil (((ae) 1) ((d er) 0) ((aa n) 1) ((d ae k) 0))) +("adjacent" nil (((ax) 0) ((jh ey) 1) ((s ax n t) 0))) +("adjective" nil (((ae) 1) ((jh ih k) 0) ((t ih v) 0))) +("adjectives" nil (((ae) 1) ((jh ax k) 0) ((t ih v z) 0))) +("adjoin" nil (((ax) 0) ((jh oy n) 1))) +("adjoining" nil (((ax) 0) ((jh oy) 1) ((n ih ng) 0))) +("adjoins" nil (((ax) 0) ((jh oy n z) 1))) +("adjourn" nil (((ax) 0) ((jh er n) 1))) +("adjourned" nil (((ax) 0) ((jh er n d) 1))) +("adjourning" nil (((ax) 0) ((jh er) 1) ((n ih ng) 0))) +("adjournment" nil (((ax) 0) ((jh er n) 1) ((m ax n t) 0))) +("adjourns" nil (((ax) 0) ((jh er n z) 1))) +("adjudged" nil (((ax) 0) ((jh ah jh d) 1))) +("adjudicate" nil (((ax) 0) ((jh uw) 1) ((d ih) 0) ((k ey t) 1))) +("adjudicated" nil (((ax) 0) ((jh uw) 1) ((d ax) 0) ((k ey) 1) ((t ih d) 0))) +("adjudicating" nil (((ax) 0) ((jh uw) 1) ((d ih) 0) ((k ey) 1) ((t ih ng) 0))) +("adjudication" nil (((ax) 0) ((jh uw) 1) ((d ax) 0) ((k ey) 1) ((sh ax n) 0))) +("adjunct" nil (((ae) 1) ((jh ah ng k t) 1))) +("adjuncts" nil (((ae) 1) ((jh ah ng k t s) 1))) +("adjust" nil (((ax) 0) ((jh ah s t) 1))) +("adjustable" nil (((ax) 0) ((jh ah) 1) ((s t ax) 0) ((b ax l) 0))) +("adjustables" nil (((ax) 0) ((jh ah) 1) ((s t ax) 0) ((b ax l z) 0))) +("adjusted" nil (((ax) 0) ((jh ah) 1) ((s t ax d) 0))) +("adjuster" nil (((ax) 0) ((jh ah) 1) ((s t er) 0))) +("adjusters" nil (((ax) 0) ((jh ah) 1) ((s t er z) 0))) +("adjusting" nil (((ax) 0) ((jh ah) 1) ((s t ih ng) 0))) +("adjustment" nil (((ax) 0) ((jh ah s t) 1) ((m ax n t) 0))) +("adjustments" nil (((ax) 0) ((jh ah s t) 1) ((m ax n t s) 0))) +("adjusts" nil (((ax) 0) ((jh ah s t s) 1))) +("adjutant" nil (((ae) 1) ((jh ax) 0) ((t ax n t) 0))) +("adkins" nil (((ae d) 1) ((k ih n z) 0))) +("adkinson" nil (((ae d) 1) ((k ih n) 0) ((s ax n) 0))) +("adkison" nil (((ae d) 1) ((k ih) 0) ((s ax n) 0))) +("adkisson" nil (((ae d) 1) ((k ih) 0) ((s ax n) 0))) +("adlai" nil (((aa d) 0) ((l aa) 1) ((iy) 0))) +("adler" nil (((ae d) 1) ((l er) 0))) +("adley" nil (((ae d) 1) ((l iy) 0))) +("adlon" nil (((ae d) 1) ((l aa n) 0))) +("adman" nil (((ae d) 1) ((m ax n) 0))) +("admen" nil (((ae d) 1) ((m ax n) 0))) +("administer" nil (((ax d) 0) ((m ih) 1) ((n ax) 0) ((s t er) 0))) +("administered" nil (((ax d) 0) ((m ih) 1) ((n ax) 0) ((s t er d) 0))) +("administering" nil (((ae d) 0) ((m ih) 1) ((n ih) 0) ((s t er) 0) ((ih ng) 0))) +("administers" nil (((ae d) 0) ((m ih) 1) ((n ih) 0) ((s t er z) 0))) +("administrate" nil (((ae d) 0) ((m ih) 1) ((n ih) 0) ((s t r ey t) 1))) +("administrating" nil (((ax d) 0) ((m ih) 1) ((n ax) 0) ((s t r ey) 1) ((t ih ng) 0))) +("administration" nil (((ae d) 0) ((m ih) 1) ((n ih) 0) ((s t r ey) 1) ((sh ax n) 0))) +("administrations" nil (((ae d) 0) ((m ih) 1) ((n ih) 0) ((s t r ey) 1) ((sh ax n z) 0))) +("administrative" nil (((ax d) 0) ((m ih) 1) ((n ax) 0) ((s t r ey) 1) ((t ih v) 0))) +("administratively" nil (((ae d) 0) ((m ih) 1) ((n ax) 0) ((s t r ey) 1) ((t ih) 0) ((v l iy) 0))) +("administrator" nil (((ax d) 0) ((m ih) 1) ((n ax) 0) ((s t r ey) 1) ((t er) 0))) +("administrators" nil (((ae d) 0) ((m ih) 1) ((n ih) 0) ((s t r ey) 1) ((t er z) 0))) +("adminstration" nil (((ae d) 1) ((m ih n) 0) ((s t r ey) 1) ((sh ax n) 0))) +("adminstrative" nil (((ae d) 0) ((m ih n) 1) ((s t r ax) 0) ((t ih v) 0))) +("admira" nil (((ae d) 0) ((m ay) 1) ((r ax) 0))) +("admirable" nil (((ae d) 1) ((m er) 0) ((ax) 0) ((b ax l) 0))) +("admirably" nil (((ae d) 1) ((m er) 0) ((ax) 0) ((b l iy) 0))) +("admiral" nil (((ae d) 1) ((m er) 0) ((ax l) 0))) +("admirals" nil (((ae d) 1) ((m er) 0) ((ax l z) 0))) +("admiralty" nil (((ae d) 1) ((m er) 0) ((ax l) 0) ((t iy) 0))) +("admiration" nil (((ae d) 1) ((m er) 0) ((ey) 1) ((sh ax n) 0))) +("admire" nil (((ae d) 0) ((m ay r) 1))) +("admired" nil (((ax d) 0) ((m ay) 1) ((er d) 0))) +("admirer" nil (((ae d) 0) ((m ay) 1) ((r er) 0))) +("admirers" nil (((ax d) 0) ((m ay) 1) ((r er z) 0))) +("admires" nil (((ae d) 0) ((m ay r z) 1))) +("admiring" nil (((ae d) 0) ((m ay) 1) ((r ih ng) 0))) +("admiringly" nil (((ae d) 0) ((m ay) 1) ((r ih ng) 0) ((l iy) 0))) +("admissibility" nil (((ax d) 0) ((m ih) 1) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("admissible" nil (((ax d) 0) ((m ih) 1) ((s ax) 0) ((b ax l) 0))) +("admission" nil (((ae d) 0) ((m ih) 1) ((sh ax n) 0))) +("admissions" nil (((ae d) 0) ((m ih) 1) ((sh ax n z) 0))) +("admit" nil (((ax d) 0) ((m ih t) 1))) +("admits" nil (((ax d) 0) ((m ih t s) 1))) +("admittance" nil (((ax d) 0) ((m ih) 1) ((t ax n s) 0))) +("admitted" nil (((ax d) 0) ((m ih) 1) ((t ax d) 0))) +("admittedly" nil (((ae d) 0) ((m ih) 1) ((t ih d) 0) ((l iy) 0))) +("admitting" nil (((ae d) 0) ((m ih) 1) ((t ih ng) 0))) +("admonish" nil (((ae d) 0) ((m aa) 1) ((n ih sh) 0))) +("admonished" nil (((ax d) 0) ((m aa) 1) ((n ih sh t) 0))) +("admonishes" nil (((ae d) 0) ((m aa) 1) ((n ih) 0) ((sh ih z) 0))) +("admonishing" nil (((ae d) 0) ((m aa) 1) ((n ih) 0) ((sh ih ng) 0))) +("admonition" nil (((ae d) 1) ((m ax) 0) ((n ih) 1) ((sh ax n) 0))) +("admonitions" nil (((ae d) 1) ((m ax) 0) ((n ih) 1) ((sh ax n z) 0))) +("adnan" nil (((ae d) 1) ((n ax n) 0))) +("adney" nil (((ae d) 1) ((n iy) 0))) +("ado" nil (((ax) 0) ((d uw) 1))) +("adobe" nil (((ax) 0) ((d ow) 1) ((b iy) 0))) +("adolescence" nil (((ae) 1) ((d ax) 0) ((l eh) 1) ((s ax n s) 0))) +("adolescent" nil (((ae) 1) ((d ax) 0) ((l eh) 1) ((s ax n t) 0))) +("adolescents" nil (((ae) 1) ((d ax) 0) ((l eh) 1) ((s ax n t s) 0))) +("adolf" nil (((ey) 1) ((d aa l f) 0))) +("adolfo" nil (((ax) 0) ((d aa l) 1) ((f ow) 1))) +("adolph" nil (((ey) 1) ((d ao l f) 0))) +("adolpha" nil (((aa) 0) ((d ow l) 1) ((f ax) 0))) +("adolphson" nil (((ae) 1) ((d ow l f) 0) ((s ax n) 0))) +("adon" nil (((aa) 0) ((d ao n) 1))) +("adonia" nil (((aa) 0) ((d ow) 1) ((n iy) 0) ((ax) 0))) +("adopt" nil (((ax) 0) ((d aa p t) 1))) +("adoptable" nil (((ax) 0) ((d aa p) 1) ((t ax) 0) ((b ax l) 0))) +("adopted" nil (((ax) 0) ((d aa p) 1) ((t ax d) 0))) +("adoptees" nil (((ax) 0) ((d aa p) 1) ((t iy z) 1))) +("adopting" nil (((ax) 0) ((d aa p) 1) ((t ih ng) 0))) +("adoption" nil (((ax) 0) ((d aa p) 1) ((sh ax n) 0))) +("adoptions" nil (((ax) 0) ((d aa p) 1) ((sh ax n z) 0))) +("adoptive" nil (((ax) 0) ((d aa p) 1) ((t ih v) 0))) +("adopts" nil (((ax) 0) ((d aa p t s) 1))) +("adora" nil (((aa) 0) ((d ao) 1) ((r ax) 0))) +("adorabelle" nil (((ae) 1) ((d er) 0) ((ax) 0) ((b ax l) 0))) +("adorable" nil (((ax) 0) ((d ao) 1) ((r ax) 0) ((b ax l) 0))) +("adoration" nil (((ae) 1) ((d er) 0) ((ey) 1) ((sh ax n) 0))) +("adore" nil (((ax) 0) ((d ao r) 1))) +("adored" nil (((ax) 0) ((d ao r d) 1))) +("adoree" nil (((ae) 0) ((d er) 0) ((iy) 1))) +("adores" nil (((ax) 0) ((d ao r z) 1))) +("adoring" nil (((ax) 0) ((d ao) 1) ((r ih ng) 0))) +("adorn" nil (((ax) 0) ((d ao r n) 1))) +("adorna" nil (((aa) 0) ((d ao r) 1) ((n ax) 0))) +("adorned" nil (((ax) 0) ((d ao r n d) 1))) +("adornment" nil (((ax) 0) ((d ao r n) 1) ((m ax n t) 0))) +("adorno" nil (((aa) 0) ((d ao r) 1) ((n ow) 0))) +("adorns" nil (((ax) 0) ((d ao r n z) 1))) +("adra" nil (((ey) 1) ((d r ax) 0))) +("adragna" nil (((aa) 0) ((d r aa g) 1) ((n ax) 0))) +("adrda" nil (((ey) 1) ((d er) 0) ((d ax) 0))) +("adrea" nil (((aa) 1) ((d r iy) 0) ((ax) 0))) +("adrenal" nil (((ax) 0) ((d r iy) 1) ((n ax l) 0))) +("adrenalin" nil (((ax) 0) ((d r eh) 1) ((n ax) 0) ((l ih n) 0))) +("adrenaline" nil (((ax) 0) ((d r eh) 1) ((n ax) 0) ((l ax n) 0))) +("adria" nil (((aa) 1) ((d r iy) 0) ((ax) 0))) +("adrian" nil (((ey) 1) ((d r iy) 0) ((ax n) 0))) +("adriana" nil (((ey) 1) ((d r iy) 0) ((ae) 1) ((n ax) 0))) +("adriance" nil (((aa) 0) ((d r iy) 1) ((ax n s) 0))) +("adriano" nil (((aa) 0) ((d r iy) 0) ((aa) 1) ((n ow) 0))) +("adriatic" nil (((ey) 1) ((d r iy) 0) ((ae) 1) ((t ih k) 0))) +("adriel" nil (((ax) 0) ((d r iy l) 1))) +("adrienne" nil (((aa) 0) ((d r iy) 0) ((eh n) 1))) +("adrift" nil (((ax) 0) ((d r ih f t) 1))) +("adroit" nil (((ax) 0) ((d r oy t) 1))) +("adroitly" nil (((ax) 0) ((d r oy t) 1) ((l iy) 0))) +("ads" nil (((ae d z) 1))) +("adsit" nil (((ae d) 1) ((s ih t) 0))) +("adss" nil (((ae d s) 1))) +("adtec" nil (((ae d) 1) ((t eh k) 1))) +("adulation" nil (((ae) 1) ((jh ax) 0) ((l ey) 1) ((sh ax n) 0))) +("adult" nil (((ax) 0) ((d ah l t) 1))) +("adulterated" nil (((ax) 0) ((d ah l) 1) ((t er) 0) ((ey) 1) ((t ih d) 0))) +("adulterer" nil (((ax) 0) ((d ah l) 1) ((t er) 0) ((er) 0))) +("adulterers" nil (((ax) 0) ((d ah l) 1) ((t er) 0) ((er z) 0))) +("adulterous" nil (((ax) 0) ((d ah l) 1) ((t er) 0) ((ax s) 0))) +("adultery" nil (((ax) 0) ((d ah l) 1) ((t er) 0) ((iy) 0))) +("adulthood" nil (((ax) 0) ((d ah l t) 1) ((hh uh d) 1))) +("adults" nil (((ax) 0) ((d ah l t s) 1))) +("advance" nil (((ax d) 0) ((v ae n s) 1))) +("advanced" nil (((ax d) 0) ((v ae n s t) 1))) +("advancement" nil (((ax d) 0) ((v ae n) 1) ((s m ax n t) 0))) +("advancements" nil (((ax d) 0) ((v ae n) 1) ((s m ax n t s) 0))) +("advancers" nil (((ax d) 0) ((v ae n) 1) ((s er z) 0))) +("advances" nil (((ax d) 0) ((v ae n) 1) ((s ax z) 0))) +("advancing" nil (((ax d) 0) ((v ae n) 1) ((s ih ng) 0))) +("advanta" nil (((ae d) 0) ((v ae n) 1) ((t ax) 0))) +("advantage" nil (((ae d) 0) ((v ae n) 1) ((t ih jh) 0))) +("advantaged" nil (((ae d) 0) ((v ae n) 1) ((t ih jh d) 0))) +("advantageous" nil (((ae d) 1) ((v ax n) 0) ((t ey) 1) ((jh ax s) 0))) +("advantages" nil (((ae d) 0) ((v ae n) 1) ((t ih) 0) ((jh ih z) 0))) +("advantest" nil (((ae d) 0) ((v ae n) 1) ((t ax s t) 0))) +("advection" nil (((ae d) 0) ((v eh k) 1) ((sh ax n) 0))) +("advent" nil (((ae d) 1) ((v eh n t) 1))) +("adventist" nil (((ae d) 1) ((v eh n) 1) ((t ih s t) 0))) +("adventists" nil (((ae d) 1) ((v eh n) 1) ((t ih s t s) 0))) +("adventure" nil (((ae d) 0) ((v eh n) 1) ((ch er) 0))) +("adventurer" nil (((ae d) 0) ((v eh n) 1) ((ch er) 0) ((er) 0))) +("adventurers" nil (((ae d) 0) ((v eh n) 1) ((ch er) 0) ((er z) 0))) +("adventures" nil (((ae d) 0) ((v eh n) 1) ((ch er z) 0))) +("adventuresome" nil (((ae d) 0) ((v eh n) 1) ((ch er) 0) ((s ax m) 0))) +("adventurism" nil (((ae d) 0) ((v eh n) 1) ((ch er) 0) ((ih) 1) ((z ax m) 0))) +("adventurous" nil (((ae d) 0) ((v eh n) 1) ((ch er) 0) ((ax s) 0))) +("adverbial" nil (((ae d) 0) ((v er) 1) ((b iy) 0) ((ax l) 0))) +("adverbs" nil (((ae d) 1) ((v er b z) 0))) +("adversarial" nil (((ae d) 1) ((v er) 0) ((s eh) 1) ((r iy) 0) ((ax l) 0))) +("adversaries" nil (((ae d) 1) ((v er) 0) ((s eh) 1) ((r iy z) 0))) +("adversary" nil (((ae d) 1) ((v er) 0) ((s eh) 1) ((r iy) 0))) +("adverse" nil (((ae d) 0) ((v er s) 1))) +("adversely" nil (((ae d) 0) ((v er) 1) ((s l iy) 0))) +("adversity" nil (((ae d) 0) ((v er) 1) ((s ih) 0) ((t iy) 0))) +("advertise" nil (((ae d) 1) ((v er) 0) ((t ay z) 1))) +("advertised" nil (((ae d) 1) ((v er) 0) ((t ay z d) 1))) +("advertisement" nil (((ax d) 0) ((v er) 1) ((t ax z) 0) ((m ax n t) 0))) +("advertisements" nil (((ae d) 1) ((v er) 0) ((t ay z) 1) ((m ax n t s) 0))) +("advertiser" nil (((ae d) 1) ((v er) 0) ((t ay) 1) ((z er) 0))) +("advertisers" nil (((ae d) 1) ((v er) 0) ((t ay) 1) ((z er z) 0))) +("advertises" nil (((ae d) 1) ((v er) 0) ((t ay) 1) ((z ih z) 0))) +("advertising" nil (((ae d) 1) ((v er) 0) ((t ay) 1) ((z ih ng) 0))) +("advertorial" nil (((ae d) 1) ((v er) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("advertorials" nil (((ae d) 1) ((v er) 0) ((t ao) 1) ((r iy) 0) ((ax l z) 0))) +("advest" nil (((ae d) 1) ((v eh s t) 0))) +("advice" nil (((ae d) 0) ((v ay s) 1))) +("advices" nil (((ae d) 0) ((v ay) 1) ((s ax z) 0))) +("advil" nil (((ae d) 1) ((v ih l) 1))) +("advisability" nil (((ae d) 1) ((v ay) 1) ((z ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("advisable" nil (((ax d) 0) ((v ay) 1) ((z ax) 0) ((b ax l) 0))) +("advise" nil (((ae d) 0) ((v ay z) 1))) +("advised" nil (((ae d) 0) ((v ay z d) 1))) +("advisedly" nil (((ae d) 0) ((v ay) 1) ((z ax d) 0) ((l iy) 0))) +("advisement" nil (((ax d) 0) ((v ay z) 1) ((m ax n t) 0))) +("adviser" nil (((ae d) 0) ((v ay) 1) ((z er) 0))) +("advisers" nil (((ae d) 0) ((v ay) 1) ((z er z) 0))) +("advises" nil (((ae d) 0) ((v ay) 1) ((z ih z) 0))) +("advising" nil (((ae d) 0) ((v ay) 1) ((z ih ng) 0))) +("advisor" nil (((ae d) 0) ((v ay) 1) ((z er) 0))) +("advisories" nil (((ax d) 0) ((v ay) 1) ((z er) 0) ((iy z) 0))) +("advisors" nil (((ae d) 0) ((v ay) 1) ((z er z) 0))) +("advisory" nil (((ae d) 0) ((v ay) 1) ((z er) 0) ((iy) 0))) +("advo" nil (((ae d) 1) ((v ow) 0))) +("advocacy" nil (((ae d) 1) ((v ax) 0) ((k ax) 0) ((s iy) 0))) +("advocate" n (((ae d) 1) ((v ax) 0) ((k ax t) 0))) +("advocate" v (((ae d) 1) ((v ax) 0) ((k ey t) 1))) +("advocated" nil (((ae d) 1) ((v ax) 0) ((k ey) 1) ((t ax d) 0))) +("advocates" n (((ae d) 1) ((v ax) 0) ((k ax t s) 0))) +("advocates" v (((ae d) 1) ((v ax) 0) ((k ey t s) 1))) +("advocating" nil (((ae d) 1) ((v ax) 0) ((k ey) 1) ((t ih ng) 0))) +("advocation" nil (((ae d) 1) ((v ax) 0) ((k ey) 1) ((sh ax n) 0))) +("adweek" nil (((ae) 1) ((d w iy k) 0))) +("adwell" nil (((ax) 0) ((d w eh l) 1))) +("ady" nil (((ey) 1) ((d iy) 0))) +("adz" nil (((ae d z) 1))) +("ae" nil (((ey) 1))) +("aed" nil (((ey) 1) ((iy) 1) ((d iy) 1))) +("aegean" nil (((ih) 0) ((jh iy) 1) ((ax n) 0))) +("aegerter" nil (((eh) 1) ((g er) 0) ((t er) 0))) +("aegis" nil (((iy) 1) ((jh ax s) 0))) +("aegon" nil (((ey) 1) ((g aa n) 0))) +("aeltus" nil (((ae l) 1) ((t ax s) 0))) +("aeneas" nil (((ae) 1) ((n iy) 0) ((ax s) 0))) +("aequitron" nil (((ey) 1) ((k w ih) 0) ((t r aa n) 0))) +("aer" nil (((eh r) 1))) +("aerial" nil (((eh) 1) ((r iy) 0) ((ax l) 0))) +("aeriens" nil (((eh) 1) ((r iy) 0) ((ax n z) 0))) +("aeritalia" nil (((eh) 1) ((r ih) 0) ((t ae) 1) ((l y ax) 0))) +("aero" nil (((eh) 1) ((r ow) 0))) +("aerobatics" nil (((eh) 1) ((r ax) 0) ((b ae) 1) ((t ih k s) 0))) +("aerobic" nil (((eh) 0) ((r ow) 1) ((b ih k) 0))) +("aerobically" nil (((eh) 0) ((r ow) 1) ((b ih) 0) ((k l iy) 0))) +("aerobics" nil (((er) 0) ((ow) 1) ((b ih k s) 0))) +("aerodrome" nil (((eh) 1) ((r ax) 0) ((d r ow m) 1))) +("aerodynamic" nil (((eh) 1) ((r ow) 0) ((d ay) 0) ((n ae) 1) ((m ih k) 0))) +("aerodynamically" nil (((eh) 1) ((r ow) 0) ((d ay) 0) ((n ae) 1) ((m ih) 0) ((k l iy) 0))) +("aerodynamics" nil (((eh) 1) ((r ow) 0) ((d ay) 0) ((n ae) 1) ((m ih k s) 0))) +("aerodyne" nil (((eh) 1) ((r ax) 0) ((d ay n) 1))) +("aeroflot" nil (((eh) 1) ((r ow) 0) ((f l aa t) 1))) +("aerojet" nil (((eh) 1) ((r ow) 0) ((jh eh t) 1))) +("aerolift" nil (((eh) 1) ((r ow) 0) ((l ih f t) 1))) +("aerolineas" nil (((eh) 1) ((r ow) 0) ((l ih) 1) ((n iy) 0) ((ax s) 0))) +("aeromexico" nil (((eh) 1) ((r ow) 0) ((m eh k) 1) ((s ih) 0) ((k ow) 1))) +("aeronautical" nil (((eh) 1) ((r ax) 0) ((n aa) 1) ((t ax) 0) ((k ax l) 0))) +("aeronauticas" nil (((eh) 1) ((r ow) 0) ((n ao) 1) ((t ih) 0) ((k ax s) 0))) +("aeronautics" nil (((eh) 1) ((r ax) 0) ((n ao) 1) ((t ih k s) 0))) +("aeroquip" nil (((eh) 1) ((r ax) 0) ((k w ih p) 1))) +("aerosmith" nil (((eh) 1) ((r ow) 0) ((s m ih th) 1))) +("aerosol" nil (((eh) 1) ((r ax) 0) ((s aa l) 1))) +("aerospace" nil (((eh) 1) ((r ow) 0) ((s p ey s) 1))) +("aerospatiale" nil (((eh) 1) ((r ow) 0) ((s p aa) 1) ((s iy) 0) ((aa l) 1))) +("aerostar" nil (((eh) 1) ((r ow) 0) ((s t aa r) 1))) +("aerostars" nil (((eh) 1) ((r ow) 0) ((s t aa r z) 1))) +("aerotech" nil (((eh) 1) ((r ow) 0) ((t eh k) 1))) +("aerts" nil (((eh r t s) 1))) +("aeschliman" nil (((eh) 1) ((sh l iy) 0) ((m ax n) 0))) +("aesthete" nil (((eh s) 1) ((th iy t) 0))) +("aesthetic" nil (((eh s) 0) ((th eh) 1) ((t ih k) 0))) +("aesthetically" nil (((eh s) 0) ((th eh) 1) ((t ih) 0) ((k l iy) 0))) +("aesthetics" nil (((eh s) 0) ((th eh) 1) ((t ih k s) 0))) +("aetna" nil (((eh t) 1) ((n ax) 0))) +("afanasyev" nil (((ae) 1) ((f ax) 0) ((n ey) 1) ((s iy) 0) ((eh v) 0))) +("afar" nil (((ax) 0) ((f aa r) 1))) +("affable" nil (((ae) 1) ((f ax) 0) ((b ax l) 0))) +("affair" nil (((ax) 0) ((f eh r) 1))) +("affairs" nil (((ax) 0) ((f eh r z) 1))) +("affect" nil (((ax) 0) ((f eh k t) 1))) +("affectation" nil (((ae) 1) ((f eh k) 0) ((t ey) 1) ((sh ax n) 0))) +("affected" nil (((ax) 0) ((f eh k) 1) ((t ax d) 0))) +("affecting" nil (((ax) 0) ((f eh k) 1) ((t ih ng) 0))) +("affection" nil (((ax) 0) ((f eh k) 1) ((sh ax n) 0))) +("affectionate" nil (((ax) 0) ((f eh k) 1) ((sh ax) 0) ((n ax t) 0))) +("affectionately" nil (((ax) 0) ((f eh k) 1) ((sh ax) 0) ((n ax t) 0) ((l iy) 0))) +("affections" nil (((ax) 0) ((f eh k) 1) ((sh ax n z) 0))) +("affects" nil (((ax) 0) ((f eh k t s) 1))) +("affeldt" nil (((ae) 1) ((f ih l t) 0))) +("afferent" nil (((ae) 1) ((f er) 0) ((ax n t) 0))) +("affidavit" nil (((ae) 1) ((f ax) 0) ((d ey) 1) ((v ax t) 0))) +("affidavits" nil (((ae) 1) ((f ih) 0) ((d ey) 1) ((v ih t s) 0))) +("affiliate" nil (((ax) 0) ((f ih) 1) ((l iy) 0) ((ey t) 1))) +("affiliated" nil (((ax) 0) ((f ih) 1) ((l iy) 0) ((ey) 1) ((t ax d) 0))) +("affiliates" nil (((ax) 0) ((f ih) 1) ((l iy) 0) ((ax t s) 0))) +("affiliating" nil (((ax) 0) ((f ih) 1) ((l iy) 0) ((ey) 1) ((t ih ng) 0))) +("affiliation" nil (((ax) 0) ((f ih) 1) ((l iy) 0) ((ey) 1) ((sh ax n) 0))) +("affiliations" nil (((ax) 0) ((f ih) 1) ((l iy) 0) ((ey) 1) ((sh ax n z) 0))) +("affinities" nil (((ax) 0) ((f ih) 1) ((n ax) 0) ((t iy z) 0))) +("affinity" nil (((ax) 0) ((f ih) 1) ((n ax) 0) ((t iy) 0))) +("affirm" nil (((ax) 0) ((f er m) 1))) +("affirmation" nil (((ae) 1) ((f er) 0) ((m ey) 1) ((sh ax n) 0))) +("affirmations" nil (((ae) 1) ((f er) 0) ((m ey) 1) ((sh ax n z) 0))) +("affirmative" nil (((ax) 0) ((f er) 1) ((m ax) 0) ((t ih v) 0))) +("affirmatively" nil (((ax) 0) ((f er) 1) ((m ax) 0) ((t ih) 0) ((v l iy) 0))) +("affirmed" nil (((ax) 0) ((f er m d) 1))) +("affirming" nil (((ax) 0) ((f er) 1) ((m ih ng) 0))) +("affirms" nil (((ax) 0) ((f er m z) 1))) +("affix" n (((ae) 1) ((f ih k s) 0))) +("affix" v (((ae) 0) ((f ih k s) 1))) +("affixed" nil (((ax) 0) ((f ih k s t) 1))) +("affixes" n (((ah) 1) ((f ih k) 0) ((s ih z) 0))) +("affixes" vl (((ax) 0) ((f ih k) 1) ((s ih z) 0))) +("affixing" nil (((ax) 0) ((f ih k) 1) ((s ih ng) 0))) +("affleck" nil (((ae) 1) ((f l ih k) 0))) +("afflerbach" nil (((ae) 1) ((f l er) 0) ((b aa k) 1))) +("afflict" nil (((ax) 0) ((f l ih k t) 1))) +("afflicted" nil (((ax) 0) ((f l ih k) 1) ((t ax d) 0))) +("afflicting" nil (((ax) 0) ((f l ih k) 1) ((t ih ng) 0))) +("affliction" nil (((ax) 0) ((f l ih k) 1) ((sh ax n) 0))) +("afflictions" nil (((ax) 0) ((f l ih k) 1) ((sh ax n z) 0))) +("afflicts" nil (((ax) 0) ((f l ih k t s) 1))) +("affluence" nil (((ae) 1) ((f l uw) 0) ((ax n s) 0))) +("affluent" nil (((ae) 1) ((f l uw) 0) ((ax n t) 0))) +("affolter" nil (((ae) 1) ((f ow l) 0) ((t er) 0))) +("afford" nil (((ax) 0) ((f ao r d) 1))) +("affordability" nil (((ax) 0) ((f ao r) 1) ((d ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("affordable" nil (((ax) 0) ((f ao r) 1) ((d ax) 0) ((b ax l) 0))) +("afforded" nil (((ax) 0) ((f ao r) 1) ((d ax d) 0))) +("affording" nil (((ax) 0) ((f ao r) 1) ((d ih ng) 0))) +("affords" nil (((ax) 0) ((f ao r d z) 1))) +("affricates" nil (((ae) 1) ((f r ax) 0) ((k ax t s) 0))) +("affrication" nil (((ae) 1) ((f r ax) 0) ((k ey) 1) ((sh ax n) 0))) +("affront" nil (((ax) 0) ((f r ah n t) 1))) +("affronted" nil (((ax) 0) ((f r ah n) 1) ((t ih d) 0))) +("affronts" nil (((ax) 0) ((f r ah n t s) 1))) +("affymax" nil (((ae) 1) ((f iy) 0) ((m ae k s) 1))) +("afghan" nil (((ae f) 1) ((g ae n) 1))) +("afghani" nil (((ae f) 0) ((g aa) 1) ((n iy) 0))) +("afghanis" nil (((ae f) 0) ((g ae) 1) ((n iy z) 0))) +("afghanistan" nil (((ae f) 0) ((g ae) 1) ((n ax) 0) ((s t ae n) 1))) +("afghans" nil (((ae f) 1) ((g ae n z) 1))) +("afheldt" nil (((ae) 1) ((f eh l t) 1))) +("aficionado" nil (((ax) 0) ((f iy sh) 1) ((y ax) 0) ((n aa) 1) ((d ow) 1))) +("aficionados" nil (((ax) 0) ((f ih) 1) ((sh ax) 0) ((n aa) 1) ((d ow z) 0))) +("afield" nil (((ax) 0) ((f iy l d) 1))) +("afire" nil (((ax) 0) ((f ay r) 1))) +("aflame" nil (((ax) 0) ((f l ey m) 1))) +("aflatoxin" nil (((ae) 1) ((f l ax) 0) ((t aa k) 1) ((s ih n) 0))) +("afloat" nil (((ax) 0) ((f l ow t) 1))) +("aflutter" nil (((ax) 0) ((f l ah) 1) ((t er) 0))) +("afonso" nil (((ax) 0) ((f aa n) 1) ((s ow) 0))) +("afoot" nil (((ax) 0) ((f uh t) 1))) +("aforementioned" nil (((ax) 0) ((f ao r) 1) ((m eh n) 1) ((sh ax n d) 0))) +("aforesaid" nil (((ax) 0) ((f ao r) 1) ((s eh d) 1))) +("afoul" nil (((ax) 0) ((f aw l) 1))) +("afraid" nil (((ax) 0) ((f r ey d) 1))) +("afresh" nil (((ax) 0) ((f r eh sh) 1))) +("africa" nil (((ae) 1) ((f r ax) 0) ((k ax) 0))) +("african" nil (((ae) 1) ((f r ax) 0) ((k ax n) 0))) +("africanized" nil (((ae) 1) ((f r ax) 0) ((k ax) 0) ((n ay z d) 1))) +("africans" nil (((ae) 1) ((f r ax) 0) ((k ax n z) 0))) +("afrikaans" nil (((ae) 1) ((f r ax) 0) ((k aa n z) 1))) +("afrikaner" nil (((ae) 1) ((f r ax) 0) ((k aa) 1) ((n er) 0))) +("afrikanerdom" nil (((ae) 1) ((f r ax) 0) ((k aa) 1) ((n er) 0) ((d ax m) 0))) +("afrikaners" nil (((ae) 1) ((f r ih) 0) ((k aa) 1) ((n er z) 0))) +("afro" nil (((ae) 1) ((f r ow) 0))) +("Afrocentric" n (((ae) 1) ((f r ax) 0) ((s eh n) 1) ((t r ax k) 0))) +("afsane" nil (((aa f) 0) ((s aa) 1) ((n ey) 1))) +("afshar" nil (((ae f) 1) ((sh er) 0))) +("aft" nil (((ae f t) 1))) +("after" nil (((ae f) 1) ((t er) 0))) +("afterburners" nil (((ae f) 1) ((t er) 0) ((b er) 1) ((n er z) 0))) +("aftereffect" nil (((ae f) 1) ((t er) 0) ((ax) 0) ((f eh k t) 1))) +("aftereffects" nil (((ae f) 1) ((t er) 0) ((ax) 0) ((f eh k t s) 1))) +("afterglow" nil (((ae f) 1) ((t er) 0) ((g l ow) 1))) +("afterimage" nil (((ae f) 1) ((t er) 0) ((ih) 1) ((m ih jh) 0))) +("afterlife" nil (((ae f) 1) ((t er) 0) ((l ay f) 1))) +("aftermarket" nil (((ae f) 1) ((t er) 0) ((m aa r) 1) ((k ih t) 0))) +("aftermath" nil (((ae f) 1) ((t er) 0) ((m ae th) 1))) +("afternoon" nil (((ae f) 1) ((t er) 0) ((n uw n) 1))) +("afternoons" nil (((ae f) 1) ((t er) 0) ((n uw n z) 1))) +("aftershock" nil (((ae f) 1) ((t er) 0) ((sh aa k) 1))) +("aftershocks" nil (((ae f) 1) ((t er) 0) ((sh aa k s) 1))) +("aftertaste" nil (((ae f) 1) ((t er) 0) ((t ey s t) 1))) +("aftertax" nil (((ae f) 1) ((t er) 0) ((t ae k s) 1))) +("afterthought" nil (((ae f) 1) ((t er) 0) ((th aa t) 1))) +("afterward" nil (((ae f) 1) ((t er) 0) ((w er d) 0))) +("afterwards" nil (((ae f) 1) ((t er) 0) ((w er d z) 0))) +("afula" nil (((ax) 0) ((f uw) 1) ((l ax) 0))) +("aga" nil (((aa) 1) ((g ax) 0))) +("agache" nil (((ae) 1) ((g ae ch) 0))) +("again" nil (((ax) 0) ((g eh n) 1))) +("against" nil (((ax) 0) ((g eh n s t) 1))) +("agan" nil (((ey) 1) ((g ax n) 0))) +("aganbegyan" nil (((ae) 1) ((g ax n) 0) ((b eh) 1) ((g y ax n) 0))) +("agans" nil (((aa) 1) ((g aa n z) 0))) +("agape" nil (((ax) 0) ((g ey p) 1))) +("agar" nil (((ey) 1) ((g er) 0))) +("agard" nil (((ae) 1) ((g er d) 0))) +("agarwal" nil (((aa) 1) ((g aa r) 0) ((w aa l) 0))) +("agassi" nil (((ae) 1) ((g ax) 0) ((s iy) 0))) +("agassiz" nil (((ax) 0) ((g ae) 1) ((s ih z) 0))) +("agate" nil (((ae) 1) ((g ax t) 0))) +("agates" nil (((ae) 1) ((g ax t s) 0))) +("agatha" nil (((ae) 1) ((g ax) 0) ((th ax) 0))) +("agc" nil (((ey) 1) ((jh iy) 1) ((s iy) 1))) +("agco" nil (((ae g) 1) ((k ow) 1))) +("age" nil (((ey jh) 1))) +("aged" j (((ey) 1) ((jh ih d) 0))) +("aged" v (((ey jh d) 1))) +("agee" nil (((ey) 1) ((jh iy) 1))) +("ageless" nil (((ey jh) 1) ((l ax s) 0))) +("agence" nil (((ae) 1) ((jh ax n s) 0))) +("agencies" nil (((ey) 1) ((jh ax n) 0) ((s iy z) 0))) +("agency" nil (((ey) 1) ((jh ax n) 0) ((s iy) 0))) +("agenda" nil (((ax) 0) ((jh eh n) 1) ((d ax) 0))) +("agendas" nil (((ax) 0) ((jh eh n) 1) ((d ax z) 0))) +("agent" nil (((ey) 1) ((jh ax n t) 0))) +("agents" nil (((ey) 1) ((jh ax n t s) 0))) +("ager" nil (((ey) 1) ((jh er) 0))) +("ageratum" nil (((ax) 0) ((jh eh) 1) ((r ax) 0) ((t ax m) 0))) +("ageratums" nil (((ax) 0) ((jh eh) 1) ((r ax) 0) ((t ax m z) 0))) +("agers" nil (((ey) 1) ((jh er z) 0))) +("agerton" nil (((ey) 1) ((g er) 0) ((t ax n) 0))) +("ages" nil (((ey) 1) ((jh ax z) 0))) +("agfa" nil (((ae g) 1) ((f ax) 0))) +("aggarwal" nil (((ax) 0) ((g aa r) 1) ((w ax l) 0))) +("aggie" nil (((ae) 1) ((g iy) 0))) +("aggies" nil (((ae) 1) ((g iy z) 0))) +("agglomeration" nil (((ax) 0) ((g l aa) 1) ((m er) 0) ((ey) 1) ((sh ax n) 0))) +("aggrandizement" nil (((ae) 1) ((g r ax n) 0) ((d ay z) 1) ((m ax n t) 0))) +("aggrandizing" nil (((ae) 1) ((g r ax n) 0) ((d ay) 1) ((z ih ng) 0))) +("aggravate" nil (((ae) 1) ((g r ax) 0) ((v ey t) 1))) +("aggravated" nil (((ae) 1) ((g r ax) 0) ((v ey) 1) ((t ax d) 0))) +("aggravates" nil (((ae) 1) ((g r ax) 0) ((v ey t s) 1))) +("aggravating" nil (((ae) 1) ((g r ax) 0) ((v ey) 1) ((t ih ng) 0))) +("aggravation" nil (((ae) 1) ((g r ax) 0) ((v ey) 1) ((sh ax n) 0))) +("aggregate" n (((ae) 1) ((g r ax) 0) ((g ih t) 0))) +("aggregate" v (((ae) 1) ((g r ax) 0) ((g ax t) 0))) +("aggregated" nil (((ae) 1) ((g r ax) 0) ((g ey) 1) ((t ax d) 0))) +("aggregates" n (((ae) 1) ((g r ax) 0) ((g ih t s) 0))) +("aggregates" v (((ae) 1) ((g r ax) 0) ((g ax t s) 0))) +("aggression" nil (((ax) 0) ((g r eh) 1) ((sh ax n) 0))) +("aggressions" nil (((ax) 0) ((g r eh) 1) ((sh ax n z) 0))) +("aggressive" nil (((ax) 0) ((g r eh) 1) ((s ih v) 0))) +("aggressively" nil (((ax) 0) ((g r eh) 1) ((s ih) 0) ((v l iy) 0))) +("aggressiveness" nil (((ax) 0) ((g r eh) 1) ((s ih v) 0) ((n ax s) 0))) +("aggressor" nil (((ax) 0) ((g r eh) 1) ((s er) 0))) +("aggressors" nil (((ax) 0) ((g r eh) 1) ((s er z) 0))) +("aggrieved" nil (((ax) 0) ((g r iy v d) 1))) +("aggy" nil (((ae) 1) ((g iy) 0))) +("Agha" n (((aa) 1) ((g ax) 0))) +("aghast" nil (((ax) 0) ((g ae s t) 1))) +("aghazadeh" nil (((ae) 1) ((g ax) 0) ((z aa) 1) ((d eh) 1))) +("agi" nil (((ey) 1) ((jh iy) 1) ((ay) 1))) +("agie" nil (((ae) 1) ((g iy) 0))) +("agildo" nil (((ax) 0) ((g ih l) 1) ((d ow) 0))) +("agile" nil (((ae) 1) ((jh ax l) 0))) +("agility" nil (((ax) 0) ((jh ih) 1) ((l ax) 0) ((t iy) 0))) +("agin" nil (((aa) 0) ((jh iy n) 1))) +("agincourt" nil (((ae) 1) ((jh ax n) 0) ((k ao r t) 1))) +("aging" nil (((ey) 1) ((jh ih ng) 0))) +("agins" nil (((ey) 1) ((g ih n z) 0))) +("agip" nil (((ey) 1) ((g ih p) 0))) +("agitate" nil (((ae) 1) ((jh ax) 0) ((t ey t) 1))) +("agitated" nil (((ae) 1) ((jh ax) 0) ((t ey) 1) ((t ax d) 0))) +("agitating" nil (((ae) 1) ((jh ax) 0) ((t ey) 1) ((t ih ng) 0))) +("agitation" nil (((ae) 1) ((jh ax) 0) ((t ey) 1) ((sh ax n) 0))) +("agitator" nil (((ae) 1) ((jh ax) 0) ((t ey) 1) ((t er) 0))) +("agitators" nil (((ae) 1) ((jh ih) 0) ((t ey) 1) ((t er z) 0))) +("agius" nil (((ey) 1) ((jh iy) 0) ((ih s) 0))) +("agleam" nil (((ax) 0) ((g l iy m) 1))) +("agler" nil (((ae) 1) ((g l er) 0))) +("aglitter" nil (((ax) 0) ((g l ih) 1) ((t er) 0))) +("aglow" nil (((ax) 0) ((g l ow) 1))) +("agna" nil (((ae g) 1) ((n ax) 0))) +("agne" nil (((ey n y) 1))) +("agnella" nil (((ae g) 1) ((n eh) 1) ((l ax) 0))) +("agnelli" nil (((ae g) 1) ((n eh) 1) ((l iy) 0))) +("agnello" nil (((ae g) 1) ((n eh) 1) ((l ow) 0))) +("agner" nil (((ae g) 1) ((n er) 0))) +("agnes" nil (((ae g) 1) ((n ih s) 0))) +("agneta" nil (((aa g) 0) ((n eh) 1) ((t ax) 0))) +("agnew" nil (((ae g) 1) ((n uw) 0))) +("agnico" nil (((ae g) 1) ((n ih) 0) ((k ow) 1))) +("agnor" nil (((ae g) 1) ((n er) 0))) +("agnos" nil (((ae g) 1) ((n ow s) 0))) +("agnostic" nil (((ae g) 0) ((n aa) 1) ((s t ih k) 0))) +("ago" nil (((ax) 0) ((g ow) 1))) +("agog" nil (((ax) 0) ((g aa g) 1))) +("agoglia" nil (((ax) 0) ((g aa) 1) ((g l iy) 0) ((ax) 0))) +("agonies" nil (((ae) 1) ((g ax) 0) ((n iy z) 0))) +("agonists" nil (((ae) 1) ((g ax) 0) ((n ih s t s) 0))) +("agonize" nil (((ae) 1) ((g ax) 0) ((n ay z) 1))) +("agonized" nil (((ae) 1) ((g ax) 0) ((n ay z d) 1))) +("agonizes" nil (((ae) 1) ((g ax) 0) ((n ay) 1) ((z ih z) 0))) +("agonizing" nil (((ae) 1) ((g ax) 0) ((n ay) 0) ((z ih ng) 0))) +("agonizingly" nil (((ae) 1) ((g ax) 0) ((n ay) 0) ((z ih ng) 0) ((l iy) 0))) +("agony" nil (((ae) 1) ((g ax) 0) ((n iy) 0))) +("agora" nil (((ae) 1) ((g er) 0) ((ax) 0))) +("agosta" nil (((aa) 0) ((g ow) 1) ((s t ax) 0))) +("agostinelli" nil (((aa) 0) ((g ow) 0) ((s t iy) 0) ((n eh) 1) ((l iy) 0))) +("agostini" nil (((aa) 0) ((g ow) 0) ((s t iy) 1) ((n iy) 0))) +("agostino" nil (((aa) 0) ((g ao) 0) ((s t iy) 1) ((n ow) 0))) +("agosto" nil (((aa) 0) ((g ow) 1) ((s t ow) 0))) +("agoura" nil (((ax) 0) ((g uw) 1) ((r ax) 0))) +("agouron" nil (((ax) 0) ((g uw) 1) ((r aa n) 0))) +("agra" nil (((ae) 1) ((g r ax) 0))) +("agrarian" nil (((ax) 0) ((g r eh) 1) ((r iy) 0) ((ax n) 0))) +("agrarianism" nil (((ax) 0) ((g r eh) 1) ((r iy) 0) ((ax) 0) ((n ih) 1) ((z ax m) 0))) +("agrawal" nil (((ax) 0) ((g r ae) 1) ((w ax l) 0))) +("agree" nil (((ax) 0) ((g r iy) 1))) +("agreeable" nil (((ax) 0) ((g r iy) 1) ((ax) 0) ((b ax l) 0))) +("agreed" nil (((ax) 0) ((g r iy d) 1))) +("agreeement" nil (((ax) 0) ((g r iy) 1) ((m ax n t) 0))) +("agreeing" nil (((ax) 0) ((g r iy) 1) ((ih ng) 0))) +("agreement" nil (((ax) 0) ((g r iy) 1) ((m ax n t) 0))) +("agreements" nil (((ax) 0) ((g r iy) 1) ((m ax n t s) 0))) +("agrees" nil (((ax) 0) ((g r iy z) 1))) +("agresource" nil (((aa) 1) ((g r eh) 0) ((s ao r s) 1))) +("agressive" nil (((ax) 0) ((g r eh) 1) ((s ih v) 0))) +("agresta" nil (((aa) 0) ((g r eh) 1) ((s t ax) 0))) +("agresti" nil (((aa) 0) ((g r eh) 1) ((s t iy) 0))) +("agri" nil (((ae) 1) ((g r iy) 0))) +("agribusiness" nil (((ae) 1) ((g r ax) 0) ((b ih z) 1) ((n ax s) 0))) +("agrico" nil (((ax) 0) ((g r iy) 1) ((k ow) 0))) +("agricola" nil (((ae) 1) ((g r ih) 0) ((k ow) 1) ((l ax) 0))) +("agricole" nil (((ae) 1) ((g r ih) 0) ((k ow l) 1))) +("agricultural" nil (((ae) 1) ((g r ax) 0) ((k ah l) 1) ((ch er) 0) ((ax l) 0))) +("agriculturalist" nil (((ae) 1) ((g r ax) 0) ((k ah l) 1) ((ch er) 0) ((ax) 0) ((l ax s t) 0))) +("agriculturally" nil (((ae) 1) ((g r ih) 0) ((k ah l) 1) ((ch er) 0) ((ax) 0) ((l iy) 0))) +("agriculture" nil (((ae) 1) ((g r ih) 0) ((k ah l) 1) ((ch er) 0))) +("agrifuels" nil (((ae) 1) ((g r ax) 0) ((f y uw l z) 1))) +("agrippa" nil (((ax) 0) ((g r ih) 1) ((p ax) 0))) +("agrivisor" nil (((ae) 1) ((g r ax) 0) ((v ay) 1) ((z er) 0))) +("agro" nil (((ae) 1) ((g r ow) 0))) +("agrochemical" nil (((ae) 1) ((g r ow) 0) ((k eh) 1) ((m ax) 0) ((k ax l) 0))) +("agrochemicals" nil (((ae) 1) ((g r ow) 0) ((k eh) 1) ((m ih) 0) ((k ax l z) 0))) +("agrokomerc" nil (((ae) 1) ((g r ax) 0) ((k ow) 0) ((m er k) 1))) +("agronomist" nil (((ax) 0) ((g r aa) 1) ((n ax) 0) ((m ih s t) 0))) +("agronomists" nil (((ax) 0) ((g r aa) 1) ((n ax) 0) ((m ih s t s) 0))) +("aground" nil (((ax) 0) ((g r aw n d) 1))) +("agrusa" nil (((aa) 0) ((g r uw) 1) ((s ax) 0))) +("aguacate" nil (((ae) 1) ((g w ax) 0) ((k ey t) 1))) +("aguado" nil (((aa) 0) ((g w aa) 1) ((d ow) 0))) +("aguayo" nil (((aa) 0) ((g w ey) 1) ((ow) 0))) +("agudelo" nil (((aa) 0) ((g uw) 0) ((d ey) 1) ((l ow) 0))) +("aguero" nil (((aa) 0) ((g eh) 1) ((r ow) 0))) +("aguiar" nil (((aa g w) 1) ((y er) 0))) +("aguila" nil (((aa) 0) ((g w iy) 1) ((l ax) 0))) +("aguilar" nil (((ae) 1) ((g ax) 0) ((l aa r) 0))) +("aguilera" nil (((aa) 0) ((g w iy) 0) ((l eh) 1) ((r ax) 0))) +("aguillard" nil (((ae) 1) ((g ih) 0) ((l er d) 0))) +("aguillon" nil (((aa) 0) ((g w iy) 0) ((l ao n) 1))) +("aguinaga" nil (((aa) 0) ((g uw) 0) ((iy) 0) ((n aa) 1) ((g ax) 0))) +("aguirra" nil (((ax) 0) ((g w ih) 1) ((r ax) 0))) +("aguirre" nil (((aa) 0) ((g w ih) 1) ((r ey) 0))) +("agustin" nil (((ax) 0) ((g ao) 1) ((s t ih n) 0))) +("ah" nil (((aa) 1))) +("aha" nil (((aa) 1) ((hh aa) 1))) +("ahab" nil (((ey) 1) ((hh ae b) 1))) +("ahah" nil (((aa) 1) ((hh aa) 0))) +("aharon" nil (((ae) 1) ((hh er) 0) ((aa n) 0))) +("ahart" nil (((ax) 0) ((hh aa r t) 1))) +("ahead" nil (((ax) 0) ((hh eh d) 1))) +("ahearn" nil (((ax) 0) ((hh er n) 1))) +("aherin" nil (((aa) 1) ((er) 0) ((ih n) 0))) +("ahern" nil (((ax) 0) ((hh er n) 1))) +("aherne" nil (((ax) 0) ((hh er n) 1))) +("ahh" nil (((aa) 1))) +("ahl" nil (((aa l) 1))) +("ahlberg" nil (((aa l) 1) ((b er g) 0))) +("ahlborn" nil (((aa l) 1) ((b er n) 0))) +("ahlen" nil (((ax) 0) ((l ey n) 1))) +("ahlers" nil (((aa) 1) ((l er z) 0))) +("ahles" nil (((ey) 1) ((ax l z) 0))) +("ahlf" nil (((aa l f) 1))) +("ahlgren" nil (((aa l) 1) ((g r eh n) 0))) +("ahlgrim" nil (((aa l) 1) ((g r ih m) 0))) +("ahlin" nil (((aa) 1) ((l ih n) 0))) +("ahlman" nil (((aa l) 1) ((m ax n) 0))) +("ahlquist" nil (((aa l) 1) ((k w ih s t) 1))) +("ahlstrand" nil (((aa l) 1) ((s t r ax n d) 0))) +("ahlstrom" nil (((aa l) 1) ((s t r ax m) 0))) +("ahmad" nil (((aa) 1) ((m aa d) 0))) +("ahmadi" nil (((aa) 0) ((m aa) 1) ((d iy) 0))) +("ahmann" nil (((aa) 1) ((m ax n) 0))) +("ahmanson" nil (((aa) 1) ((m ax n) 0) ((s ax n) 0))) +("ahmed" nil (((aa) 1) ((m ax d) 0))) +("ahn" nil (((ae n) 1))) +("ahner" nil (((aa) 1) ((n er) 0))) +("aho" nil (((aa) 1) ((hh ow) 0))) +("ahola" nil (((ae) 1) ((hh ax) 0) ((l ax) 0))) +("ahold" nil (((ax) 0) ((hh ow l d) 1))) +("ahonen" nil (((ax) 0) ((hh ow) 1) ((n ax n) 0))) +("ahr" nil (((aa r) 1))) +("ahren" nil (((aa) 1) ((r ax n) 0))) +("ahrendt" nil (((aa) 1) ((r ih n t) 0))) +("ahrens" nil (((aa) 1) ((r ih n z) 0))) +("ahs" nil (((aa z) 1))) +("ahuja" nil (((aa) 0) ((hh uw) 1) ((y ax) 0))) +("ahumada" nil (((aa) 0) ((y uw) 0) ((m aa) 1) ((d ax) 0))) +("ai" nil (((ay) 1))) +("aia" nil (((ey) 1) ((ay) 1) ((ey) 1))) +("aichele" nil (((ay) 1) ((k ax l) 0))) +("aicher" nil (((ay) 1) ((k er) 0))) +("aichi" nil (((aa) 0) ((iy) 1) ((ch iy) 0))) +("aickin" nil (((ey) 1) ((k ih n) 0))) +("aid" nil (((ey d) 1))) +("aida" nil (((ay) 0) ((iy) 1) ((d ax) 0))) +("aidan" nil (((aa) 0) ((iy) 1) ((d aa n) 0))) +("aide" nil (((ey d) 1))) +("aided" nil (((ey) 1) ((d ax d) 0))) +("aides" nil (((ey d z) 1))) +("aidid" nil (((ay) 1) ((d iy d) 1))) +("aiding" nil (((ey) 1) ((d ih ng) 0))) +("aids" nil (((ey d z) 1))) +("aiello" nil (((ay) 1) ((eh) 1) ((l ow) 0))) +("aig" nil (((ey) 1) ((ay) 1) ((jh iy) 1))) +("aigc" nil (((ey) 1) ((ay) 1) ((jh iy) 1) ((s iy) 1))) +("aigner" nil (((ey) 1) ((n er) 0))) +("aiguebelle" nil (((ay) 1) ((g ax) 0) ((b eh l) 1))) +("aiken" nil (((ey) 1) ((k ih n) 0))) +("aikens" nil (((ey) 1) ((k ih n z) 0))) +("aikey" nil (((ey) 1) ((k iy) 0))) +("aikin" nil (((aa) 0) ((iy) 1) ((k iy n) 0))) +("aikins" nil (((ay) 1) ((k ih n z) 0))) +("aikman" nil (((ey k) 1) ((m ax n) 0))) +("ailee" nil (((ey) 1) ((l iy) 1))) +("aileen" nil (((ay) 0) ((l iy n) 1))) +("ailerons" nil (((ey) 1) ((l er) 0) ((aa n z) 1))) +("ailes" nil (((ay l z) 1))) +("ailey" nil (((ey) 1) ((l iy) 0))) +("ailing" nil (((ey) 1) ((l ih ng) 0))) +("ailment" nil (((ey l) 1) ((m ax n t) 0))) +("ailments" nil (((ey l) 1) ((m ax n t s) 0))) +("ailor" nil (((ey) 1) ((l er) 0))) +("ails" nil (((ey l z) 1))) +("ailsa" nil (((ey l) 1) ((s ax) 0))) +("aim" nil (((ey m) 1))) +("aime" nil (((ey m) 1))) +("aimed" nil (((ey m d) 1))) +("aimee" nil (((ey) 1) ((m iy) 1))) +("aiming" nil (((ey) 1) ((m ih ng) 0))) +("aimless" nil (((ey m) 1) ((l ax s) 0))) +("aimlessly" nil (((ey m) 1) ((l ax) 0) ((s l iy) 0))) +("aimone" nil (((ey) 1) ((m ow n) 1))) +("aims" nil (((ey m z) 1))) +("aine" nil (((ey n) 1))) +("ainge" nil (((ey ng) 1))) +("ainley" nil (((ey n) 1) ((l iy) 0))) +("ainsberg" nil (((ey n z) 1) ((b er g) 0))) +("ainsley" nil (((ey n) 1) ((s l iy) 0))) +("ainslie" nil (((ey n) 1) ((z l iy) 0))) +("ainsworth" nil (((ey n) 1) ((s w er th) 0))) +("aipac" nil (((ay) 1) ((p ae k) 1))) +("air" nil (((eh r) 1))) +("airbag" nil (((eh r) 1) ((b ae g) 1))) +("airbags" nil (((eh r) 1) ((b ae g z) 1))) +("airborne" nil (((eh r) 1) ((b ao r n) 1))) +("airbus" nil (((eh r) 1) ((b ax s) 0))) +("aircal" nil (((eh r) 1) ((k aa l) 0))) +("airco" nil (((eh r) 1) ((k ow) 0))) +("aircoa" nil (((eh r) 1) ((k ow) 1) ((ax) 0))) +("aircraft" nil (((eh r) 1) ((k r ae f t) 1))) +("aircrafts" nil (((eh r) 1) ((k r ae f t s) 1))) +("aird" nil (((eh r d) 1))) +("airdrop" nil (((eh r) 1) ((d r aa p) 0))) +("aired" nil (((eh r d) 1))) +("airedale" nil (((eh r) 1) ((d ey l) 1))) +("aires" nil (((eh) 1) ((r iy z) 0))) +("airey" nil (((eh) 1) ((r iy) 0))) +("airfare" nil (((eh r) 1) ((f eh r) 1))) +("airfares" nil (((eh r) 1) ((f eh r z) 1))) +("airfield" nil (((eh r) 1) ((f iy l d) 1))) +("airfields" nil (((eh r) 1) ((f iy l d z) 1))) +("airflow" nil (((eh r) 1) ((f l ow) 0))) +("airfoil" nil (((eh r) 1) ((f oy l) 1))) +("airfoils" nil (((eh r) 1) ((f oy l z) 1))) +("airfone" nil (((eh r) 1) ((f ow n) 1))) +("airframe" nil (((eh r) 1) ((f r ey m) 1))) +("airfreight" nil (((eh r) 1) ((f r ey t) 1))) +("airgas" nil (((eh r) 1) ((g ae s) 1))) +("airglow" nil (((eh r) 1) ((g l ow) 1))) +("airhart" nil (((eh r) 1) ((hh aa r t) 0))) +("airhead" nil (((eh r) 1) ((hh eh d) 1))) +("airing" nil (((eh) 1) ((r ih ng) 0))) +("airington" nil (((eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("airless" nil (((eh r) 1) ((l ax s) 0))) +("airlia" nil (((eh r) 1) ((l iy) 0) ((ax) 0))) +("airlie" nil (((eh r) 1) ((l iy) 0))) +("airlift" nil (((eh r) 1) ((l ih f t) 1))) +("airlifted" nil (((eh r) 1) ((l ih f) 1) ((t ih d) 0))) +("airlifting" nil (((eh r) 1) ((l ih f) 1) ((t ih ng) 0))) +("airline" nil (((eh r) 1) ((l ay n) 1))) +("airliner" nil (((eh r) 1) ((l ay) 1) ((n er) 0))) +("airliners" nil (((eh r) 1) ((l ay) 1) ((n er z) 0))) +("airlines" nil (((eh r) 1) ((l ay n z) 1))) +("airlink" nil (((eh r) 1) ((l ih ng k) 1))) +("airmail" nil (((eh r) 1) ((m ey l) 1))) +("airman" nil (((eh r) 1) ((m ax n) 0))) +("airmen" nil (((eh r) 1) ((m eh n) 1))) +("airmotive" nil (((eh r) 1) ((m ow) 1) ((t ih v) 0))) +("airplane" nil (((eh r) 1) ((p l ey n) 1))) +("airplanes" nil (((eh r) 1) ((p l ey n z) 0))) +("airport" nil (((eh r) 1) ((p ao r t) 1))) +("airports" nil (((eh r) 1) ((p ao r t s) 1))) +("airpower" nil (((eh r) 1) ((p aw) 1) ((er) 0))) +("airs" nil (((eh r z) 1))) +("airship" nil (((eh r) 1) ((sh ih p) 1))) +("airships" nil (((eh r) 1) ((sh ih p s) 1))) +("airspace" nil (((eh r) 1) ((s p ey s) 1))) +("airspeed" nil (((eh r) 1) ((s p iy d) 1))) +("airstrike" nil (((eh r) 1) ((s t r ay k) 1))) +("airstrikes" nil (((eh r) 1) ((s t r ay k s) 1))) +("airstrip" nil (((eh r) 1) ((s t r ih p) 1))) +("airstrips" nil (((eh r) 1) ((s t r ih p s) 1))) +("airtight" nil (((eh r) 1) ((t ay t) 1))) +("airtime" nil (((eh r) 1) ((t ay m) 1))) +("airtouch" nil (((eh r) 1) ((t ah ch) 1))) +("airtran" nil (((eh r) 1) ((t r ae n) 1))) +("airwave" nil (((eh r) 1) ((w ey v) 1))) +("airwaves" nil (((eh r) 1) ((w ey v z) 1))) +("airway" nil (((eh r) 1) ((w ey) 1))) +("airways" nil (((eh r) 1) ((w ey z) 1))) +("airworthiness" nil (((eh r) 1) ((w er) 1) ((dh iy) 0) ((n ax s) 0))) +("airworthy" nil (((eh r) 1) ((w er) 1) ((dh iy) 0))) +("airy" nil (((eh) 1) ((r iy) 0))) +("ais" nil (((ay z) 1))) +("aisle" nil (((ay l) 1))) +("aisles" nil (((ay l z) 1))) +("aislinn" nil (((ey) 1) ((s l ih n) 0))) +("aitchison" nil (((ey) 1) ((ch ih) 0) ((s ax n) 0))) +("aithne" nil (((ey th n) 1))) +("aitken" nil (((ay t) 1) ((k ax n) 0))) +("aiton" nil (((aa) 0) ((iy) 1) ((t ow n) 0))) +("aiwa" nil (((ay) 1) ((w ax) 0))) +("aja" nil (((ay) 1) ((ax) 0))) +("ajaj" nil (((ax) 0) ((jh aa jh) 1))) +("ajami" nil (((ey) 1) ((jh aa) 1) ((m iy) 0))) +("ajar" nil (((ax) 0) ((jh aa r) 1))) +("ajax" nil (((ey) 1) ((jh ae k s) 1))) +("ajinomoto" nil (((ax) 0) ((jh ih) 1) ((n ax) 0) ((m ow) 1) ((t ow) 0))) +("akai" nil (((ax) 0) ((k ay) 1))) +("akali" nil (((ax) 0) ((k aa) 1) ((l iy) 0))) +("akamine" nil (((ae) 1) ((k ax) 0) ((m ay n) 1))) +("akana" nil (((aa) 0) ((k aa) 1) ((n ax) 0))) +("akard" nil (((ae) 1) ((k er d) 0))) +("akashi" nil (((ax) 0) ((k aa) 1) ((sh iy) 0))) +("akbar" nil (((ae k) 1) ((b er) 0))) +("akc" nil (((ae k) 1))) +("ake" nil (((ey k) 1))) +("akel" nil (((ax) 0) ((k eh l) 1))) +("akella" nil (((ax) 0) ((k eh) 1) ((l ax) 0))) +("akens" nil (((ey) 1) ((k ax n z) 0))) +("aker" nil (((ae) 1) ((k er) 0))) +("akerley" nil (((ax) 0) ((k er) 1) ((l iy) 0))) +("akerman" nil (((ae) 1) ((k er) 0) ((m ax n) 0))) +("akers" nil (((ey) 1) ((k er z) 0))) +("akerson" nil (((ae) 1) ((k er) 0) ((s ax n) 0))) +("akey" nil (((ax) 0) ((k iy) 1))) +("akhtar" nil (((ae k) 1) ((t er) 0))) +("aki" nil (((aa) 1) ((k iy) 0))) +("akiba" nil (((ax) 0) ((k iy) 1) ((b ax) 0))) +("akihito" nil (((aa) 1) ((k iy) 0) ((hh iy) 1) ((t ow) 1))) +("akimbo" nil (((ax) 0) ((k ih m) 1) ((b ow) 1))) +("akimitsu" nil (((aa) 0) ((k iy) 1) ((m iy) 0) ((t s uw) 0))) +("akin" nil (((ax) 0) ((k ih n) 1))) +("akins" nil (((ax) 0) ((k ih n z) 1))) +("akio" nil (((aa) 1) ((k iy) 0) ((ow) 0))) +("akira" nil (((ax) 0) ((k iy) 1) ((r ax) 0))) +("akita" nil (((ax) 0) ((k iy) 1) ((t ax) 0))) +("akiyama" nil (((aa) 0) ((k iy) 0) ((y aa) 1) ((m ax) 0))) +("akkadian" nil (((ax) 0) ((k ey) 1) ((d iy) 0) ((ax n) 0))) +("akkerman" nil (((ae) 1) ((k er) 0) ((m ax n) 0))) +("akre" nil (((ae) 1) ((k er) 0))) +("akridge" nil (((ax) 0) ((k r ih jh) 1))) +("akron" nil (((ae) 1) ((k r ax n) 0))) +("aksamit" nil (((ae k) 1) ((s ax) 0) ((m ih t) 0))) +("aksler" nil (((ae k) 1) ((s l er) 0))) +("akst" nil (((ae k s t) 1))) +("akzo" nil (((ae k) 1) ((z ow) 0))) +("al" nil (((ae l) 1))) +("ala" nil (((ey) 1) ((l ax) 0))) +("alabama" nil (((ae) 1) ((l ax) 0) ((b ae) 1) ((m ax) 0))) +("alabaster" nil (((ae) 1) ((l ax) 0) ((b ae) 1) ((s t er) 0))) +("alachlor" nil (((ax) 0) ((l ae) 1) ((k l er) 0))) +("alacrity" nil (((ax) 0) ((l ae) 1) ((k r ax) 0) ((t iy) 0))) +("aladdin" nil (((ax) 0) ((l ae) 1) ((d ih n) 0))) +("alafi" nil (((ax) 0) ((l aa) 1) ((f iy) 0))) +("alagem" nil (((ae) 1) ((l ax) 0) ((jh eh m) 0))) +("alagna" nil (((aa) 0) ((l aa g) 1) ((n ax) 0))) +("alagoas" nil (((ae) 1) ((l ax) 0) ((g ow z) 1))) +("alai" nil (((ax) 0) ((l ay) 1))) +("alaimo" nil (((ax) 0) ((l ey) 1) ((m ow) 0))) +("alain" nil (((ax) 0) ((l ey n) 1))) +("alaine" nil (((ax) 0) ((l ey n) 1))) +("alair" nil (((ax) 0) ((l eh r) 1))) +("alam" nil (((ax) 0) ((l ae m) 1))) +("alamco" nil (((ax) 0) ((l ae m) 1) ((k ow) 0))) +("alameda" nil (((ae) 1) ((l ax) 0) ((m iy) 1) ((d ax) 0))) +("alamein" nil (((ae) 1) ((l ax) 0) ((m ay n) 1))) +("alamillo" nil (((ae) 1) ((l ax) 0) ((m ih) 1) ((l ow) 0))) +("alamito" nil (((ae) 1) ((l ax) 0) ((m iy) 1) ((t ow) 0))) +("alamitos" nil (((ae) 1) ((l ax) 0) ((m iy) 1) ((t ow s) 0))) +("alamo" nil (((ae) 1) ((l ax) 0) ((m ow) 0))) +("alamos" nil (((ae) 1) ((l ax) 0) ((m ow z) 0))) +("alan" nil (((ae) 1) ((l ax n) 0))) +("alana" nil (((aa) 0) ((l ae) 1) ((n ax) 0))) +("aland" nil (((ae) 1) ((l ax n d) 0))) +("alane" nil (((ax) 0) ((l ey n) 1))) +("alangkaara" nil (((aa) 1) ((l aa ng) 0) ((g aa) 1) ((r ax) 0))) +("alanis" nil (((aa) 0) ((l aa) 1) ((n ih s) 0))) +("alaniz" nil (((ae) 1) ((l ax) 0) ((n ih z) 0))) +("alann" nil (((ae) 1) ((l ae n) 0))) +("alanna" nil (((aa) 0) ((l aa) 1) ((n ax) 0))) +("alar" nil (((ey) 1) ((l aa r) 1))) +("alarcon" nil (((ax) 0) ((l aa r) 1) ((k aa n) 1))) +("alard" nil (((ax) 0) ((l aa r d) 1))) +("alaric" nil (((ae) 1) ((l er) 0) ((ih k) 0))) +("alarica" nil (((aa) 0) ((l aa) 0) ((r iy) 1) ((k ax) 0))) +("alarice" nil (((aa) 0) ((l aa) 1) ((r ih s) 0))) +("alarid" nil (((ax) 0) ((l eh) 1) ((r ih d) 0))) +("alarie" nil (((ax) 0) ((l eh) 1) ((r iy) 0))) +("alarm" nil (((ax) 0) ((l aa r m) 1))) +("alarmed" nil (((ax) 0) ((l aa r m d) 1))) +("alarming" nil (((ax) 0) ((l aa r) 1) ((m ih ng) 0))) +("alarmingly" nil (((ax) 0) ((l aa r) 1) ((m ih ng) 0) ((l iy) 0))) +("alarmist" nil (((ax) 0) ((l aa r) 1) ((m ax s t) 0))) +("alarms" nil (((ax) 0) ((l aa r m z) 1))) +("alas" nil (((ax) 0) ((l ae s) 1))) +("alaska" nil (((ax) 0) ((l ae) 1) ((s k ax) 0))) +("alaskamen" nil (((ax) 0) ((l ae) 1) ((s k ax) 0) ((m ax n) 0))) +("alaskan" nil (((ax) 0) ((l ae) 1) ((s k ax n) 0))) +("alaskans" nil (((ax) 0) ((l ae) 1) ((s k ax n z) 0))) +("alastair" nil (((ae) 1) ((l ax) 0) ((s t eh r) 1))) +("alaster" nil (((ae) 1) ((l ax) 0) ((s t er) 0))) +("alatorre" nil (((aa) 0) ((l aa) 0) ((t ao) 1) ((r iy) 0))) +("alayne" nil (((ax) 0) ((l ey n) 1))) +("alba" nil (((ae l) 1) ((b ax) 0))) +("albach" nil (((ae l) 1) ((b aa k) 0))) +("albacore" nil (((ae l) 1) ((b ax) 0) ((k ao r) 1))) +("alban" nil (((aa l) 1) ((b ax n) 0))) +("albanese" nil (((aa l) 0) ((b aa) 0) ((n ey) 1) ((z iy) 0))) +("albani" nil (((ae l) 0) ((b aa) 1) ((n iy) 0))) +("albania" nil (((ae l) 0) ((b ey) 1) ((n iy) 0) ((ax) 0))) +("albanian" nil (((ae l) 0) ((b ey) 1) ((n iy) 0) ((ax n) 0))) +("albanians" nil (((ae l) 0) ((b ey) 1) ((n iy) 0) ((ax n z) 0))) +("albano" nil (((aa l) 0) ((b aa) 1) ((n ow) 0))) +("albans" nil (((ae l) 1) ((b ae n z) 0))) +("albany" nil (((ao l) 1) ((b ax) 0) ((n iy) 0))) +("albarado" nil (((aa l) 0) ((b aa) 0) ((r aa) 1) ((d ow) 0))) +("albarran" nil (((ae l) 1) ((b ae) 1) ((r ax n) 0))) +("albatross" nil (((ae l) 1) ((b ax) 0) ((t r aa s) 1))) +("albaugh" nil (((ax l) 0) ((b ao) 1))) +("albea" nil (((ae l) 1) ((b iy) 0) ((ax) 0))) +("albee" nil (((ax l) 0) ((b iy) 1))) +("albeit" nil (((ao l) 0) ((b iy) 1) ((ih t) 0))) +("albemarle" nil (((ae l) 1) ((b ax) 0) ((m aa r l) 1))) +("alben" nil (((ao l) 1) ((b ax n) 0))) +("alber" nil (((ae l) 1) ((b er) 0))) +("alberding" nil (((ae l) 1) ((b er) 0) ((d ih ng) 0))) +("alberg" nil (((ae l) 1) ((b er g) 0))) +("albergo" nil (((aa l) 0) ((b eh r) 1) ((g ow) 0))) +("alberico" nil (((aa l) 0) ((b er) 0) ((iy) 1) ((k ow) 0))) +("albern" nil (((ae l) 1) ((b er n) 0))) +("albers" nil (((ao l) 1) ((b er z) 0))) +("alberson" nil (((ae l) 1) ((b er) 0) ((s ax n) 0))) +("albert" nil (((ae l) 1) ((b er t) 0))) +("alberta" nil (((ae l) 0) ((b er) 1) ((t ax) 0))) +("alberthal" nil (((ae l) 1) ((b er) 0) ((t ao l) 1))) +("alberti" nil (((aa l) 0) ((b eh r) 1) ((t iy) 0))) +("albertina" nil (((aa l) 0) ((b er) 0) ((t iy) 1) ((n ax) 0))) +("albertine" nil (((ae l) 1) ((b er) 0) ((t iy n) 1))) +("albertini" nil (((aa l) 0) ((b er) 0) ((t iy) 1) ((n iy) 0))) +("alberto" nil (((ae l) 0) ((b er) 1) ((t ow) 0))) +("alberts" nil (((ae l) 1) ((b er t s) 0))) +("albertsen" nil (((ae l) 1) ((b er t) 0) ((s ax n) 0))) +("albertson" nil (((ae l) 1) ((b er t) 0) ((s ax n) 0))) +("albertus" nil (((ae l) 0) ((b er) 1) ((t ax s) 0))) +("albertville" nil (((ae l) 1) ((b er t) 0) ((v ih l) 1))) +("alberty" nil (((ax l) 0) ((b er) 1) ((t iy) 0))) +("albie" nil (((ao l) 1) ((b iy) 0))) +("albin" nil (((ae l) 1) ((b ih n) 0))) +("albina" nil (((aa l) 0) ((b iy) 1) ((n ax) 0))) +("albini" nil (((aa l) 0) ((b iy) 1) ((n iy) 0))) +("albinia" nil (((aa l) 0) ((b iy) 1) ((n iy) 0) ((ax) 0))) +("albino" nil (((ae l) 0) ((b ay) 1) ((n ow) 1))) +("albion" nil (((ae l) 1) ((b iy) 0) ((ax n) 0))) +("albo" nil (((ae l) 1) ((b ow) 0))) +("albrecht" nil (((ao l) 1) ((b r eh k t) 1))) +("albright" nil (((ao l) 1) ((b r ay t) 1))) +("albritton" nil (((ae l) 1) ((b r ih) 0) ((t aa n) 0))) +("albro" nil (((ae l) 1) ((b r ow) 0))) +("album" nil (((ae l) 1) ((b ax m) 0))) +("albumin" nil (((ae l) 0) ((b y uw) 1) ((m ax n) 0))) +("albums" nil (((ae l) 1) ((b ax m z) 0))) +("albunex" nil (((ae l) 1) ((b y uw) 1) ((n eh k s) 0))) +("albuquerque" nil (((ae l) 1) ((b ax) 0) ((k er) 0) ((k iy) 0))) +("albury" nil (((ae l) 1) ((b eh) 0) ((r iy) 0))) +("albus" nil (((ae l) 1) ((b ax s) 0))) +("albuterol" nil (((ae l) 1) ((b y uw) 1) ((t er) 0) ((ao l) 0))) +("alcala" nil (((aa l) 0) ((k aa) 1) ((l ax) 0))) +("alcan" nil (((ae l) 1) ((k ae n) 1))) +("alcantar" nil (((ae l) 1) ((k ae n) 1) ((t er) 0))) +("alcantara" nil (((aa l) 0) ((k aa n) 0) ((t aa) 1) ((r ax) 0))) +("alcaraz" nil (((aa l) 0) ((k aa) 1) ((r aa z) 0))) +("alcasa" nil (((ae l) 0) ((k aa) 1) ((s ax) 0))) +("alcatel" nil (((ae l) 1) ((k ax) 0) ((t eh l) 1))) +("alcee" nil (((ae l) 1) ((s iy) 0))) +("alchemically" nil (((ae l) 0) ((k eh) 1) ((m ax) 0) ((k l iy) 0))) +("alchemist" nil (((ae l) 1) ((ch ax) 0) ((m ih s t) 0))) +("alchemy" nil (((ae l) 1) ((k ax) 0) ((m iy) 0))) +("alcide" nil (((ae l) 1) ((s ay d) 1))) +("alcids" nil (((ae l) 1) ((s ih d z) 0))) +("alcina" nil (((aa l) 0) ((ch iy) 1) ((n ax) 0))) +("alco" nil (((ae l) 1) ((k ow) 0))) +("alcoa" nil (((ae l) 1) ((k ow) 0) ((ax) 0))) +("alcocer" nil (((ax l) 0) ((k ow) 1) ((s er) 0))) +("alcock" nil (((ax l) 0) ((k aa k) 1))) +("alcohol" nil (((ae l) 1) ((k ax) 0) ((hh aa l) 1))) +("alcoholic" nil (((ae l) 1) ((k ax) 0) ((hh aa) 1) ((l ih k) 0))) +("alcoholics" nil (((ae l) 1) ((k ax) 0) ((hh aa) 1) ((l ih k s) 0))) +("alcoholism" nil (((ae l) 1) ((k ax) 0) ((hh ao) 1) ((l ih) 1) ((z ax m) 0))) +("alcon" nil (((ax l) 0) ((k aa n) 1))) +("alcorta" nil (((aa l) 0) ((k ao r) 1) ((t ax) 0))) +("alcott" nil (((ae l) 1) ((k aa t) 1))) +("alcoves" nil (((ae l) 1) ((k ow v z) 1))) +("alda" nil (((aa l) 1) ((d ax) 0))) +("aldaco" nil (((aa l) 0) ((d aa) 1) ((k ow) 0))) +("aldama" nil (((aa l) 0) ((d aa) 1) ((m ax) 0))) +("aldana" nil (((aa l) 0) ((d ae) 1) ((n ax) 0))) +("aldape" nil (((aa l) 0) ((d aa) 1) ((p ey) 0))) +("alday" nil (((ae l) 1) ((d ey) 0))) +("aldebaran" nil (((ae l) 0) ((d eh) 1) ((b er) 0) ((ax n) 0))) +("alden" nil (((aa l) 1) ((d ax n) 0))) +("alder" nil (((ao l) 1) ((d er) 0))) +("aldercy" nil (((ax l) 0) ((d er) 1) ((k iy) 0))) +("alderete" nil (((ae l) 1) ((d er) 0) ((iy t) 0))) +("alderfer" nil (((ae l) 1) ((d er) 0) ((f er) 0))) +("alderman" nil (((ao l) 1) ((d er) 0) ((m ax n) 0))) +("aldermen" nil (((ao l) 1) ((d er) 0) ((m ih n) 0))) +("alderson" nil (((ao l) 1) ((d er) 0) ((s ax n) 0))) +("alderton" nil (((ao l) 1) ((d er) 0) ((t ax n) 0))) +("aldi" nil (((aa l) 1) ((d iy) 0))) +("aldicarb" nil (((ao l) 1) ((d ih) 0) ((k aa r b) 1))) +("aldila" nil (((ae l) 1) ((d ih) 1) ((l ax) 0))) +("aldin" nil (((aa l) 0) ((d iy n) 1))) +("aldinger" nil (((ao l) 1) ((d ih ng) 0) ((er) 0))) +("aldis" nil (((aa l) 1) ((d ih s) 0))) +("aldo" nil (((aa l) 1) ((d ow) 0))) +("aldora" nil (((aa l) 0) ((d ao) 1) ((r ax) 0))) +("aldous" nil (((aa l) 1) ((d ax s) 0))) +("aldred" nil (((ae l) 1) ((d er d) 0))) +("aldredge" nil (((ao l) 1) ((d r eh jh) 0))) +("aldrete" nil (((ao l) 1) ((d r iy t) 0))) +("aldric" nil (((ae l) 1) ((d r ih k) 0))) +("aldrich" nil (((ao l) 1) ((d r ih ch) 0))) +("aldridge" nil (((ao l) 1) ((d r ih jh) 0))) +("aldrin" nil (((ao l) 1) ((d r ih n) 0))) +("aldus" nil (((aa l) 1) ((d ih s) 0))) +("aldwin" nil (((ao l) 1) ((d w ih n) 0))) +("aldwyn" nil (((ao l) 1) ((d w ih n) 0))) +("aldys" nil (((aa l d y s) 1))) +("ale" nil (((ey l) 1))) +("aleatory" nil (((ey) 1) ((l iy) 0) ((ax) 0) ((t ao) 1) ((r iy) 0))) +("alec" nil (((ae) 1) ((l ih k) 0))) +("aleda" nil (((aa) 0) ((l ey) 1) ((d ax) 0))) +("aleen" nil (((ax) 0) ((l iy n) 1))) +("alegre" nil (((aa) 0) ((l eh) 1) ((g r iy) 0))) +("alegrett" nil (((ae) 1) ((l ax) 0) ((g r ax t) 0))) +("alegria" nil (((ax) 0) ((l eh) 1) ((g r iy) 0) ((ax) 0))) +("alehouse" nil (((ey l) 1) ((hh aw s) 1))) +("aleichem" nil (((ax) 0) ((l ay) 1) ((k ax m) 0))) +("alejandre" nil (((aa) 0) ((l ey) 0) ((y aa n) 1) ((d r ey) 0))) +("alejandro" nil (((aa) 0) ((l ey) 0) ((y aa n) 1) ((d r ow) 0))) +("alejo" nil (((aa) 0) ((l ey) 1) ((y ow) 0))) +("alejos" nil (((aa) 0) ((l ey) 1) ((y ow z) 0))) +("aleksandr" nil (((ae) 1) ((l ax g) 0) ((z ae n) 1) ((d er) 0))) +("aleman" nil (((ey l) 1) ((m ax n) 0))) +("alena" nil (((aa) 0) ((l ey) 1) ((n ax) 0))) +("alene" nil (((ax) 0) ((l iy n) 1))) +("alenia" nil (((ax) 0) ((l iy) 1) ((n iy) 0) ((ax) 0))) +("aleo" nil (((aa) 1) ((l iy) 0) ((ow) 0))) +("aleph" nil (((aa) 1) ((l ax f) 0))) +("aleria" nil (((ax) 0) ((l iy) 1) ((r iy) 0) ((ax) 0))) +("aleron" nil (((aa) 0) ((l eh) 0) ((r ao n) 1))) +("alert" nil (((ax) 0) ((l er t) 1))) +("alerted" nil (((ax) 0) ((l er) 1) ((t ih d) 0))) +("alerting" nil (((ax) 0) ((l er) 1) ((t ih ng) 0))) +("alertness" nil (((ax) 0) ((l er t) 1) ((n ax s) 0))) +("alerts" nil (((ax) 0) ((l er t s) 1))) +("ales" nil (((ey l z) 1))) +("aleshire" nil (((aa) 0) ((l ey) 0) ((sh ih) 1) ((r ey) 0))) +("alesi" nil (((aa) 0) ((l eh) 1) ((s iy) 0))) +("alessandra" nil (((ae) 1) ((l eh) 0) ((s ae n) 1) ((d r ax) 0))) +("alessandrini" nil (((aa) 0) ((l eh) 0) ((s aa n) 0) ((d r iy) 1) ((n iy) 0))) +("alessandro" nil (((aa) 0) ((l ey) 0) ((z aa n) 1) ((d r ow) 0))) +("alessi" nil (((ax) 0) ((l eh) 1) ((s iy) 0))) +("alessio" nil (((ax) 0) ((l eh) 1) ((s iy) 0) ((ow) 0))) +("aleta" nil (((aa) 0) ((l eh) 1) ((t ax) 0))) +("alethea" nil (((ae) 1) ((l ax) 0) ((th iy) 1) ((ax) 0))) +("aletti" nil (((ax) 0) ((l eh) 1) ((t iy) 0))) +("aleutian" nil (((ax) 0) ((l uw) 1) ((sh ax n) 0))) +("aleutians" nil (((ax) 0) ((l uw) 1) ((sh ax n z) 0))) +("aleve" nil (((ax) 0) ((l iy v) 1))) +("alewife" nil (((ey l) 1) ((w ay f) 1))) +("alewine" nil (((ey l) 1) ((w ay n) 1))) +("alewives" nil (((ey l) 1) ((w ay v z) 1))) +("alex" nil (((ae) 1) ((l ax k s) 0))) +("alexa" nil (((ax) 0) ((l eh k) 1) ((s ax) 0))) +("alexander" nil (((ae) 1) ((l ax g) 0) ((z ae n) 1) ((d er) 0))) +("alexanders" nil (((ae) 1) ((l ih g) 0) ((z ae n) 1) ((d er z) 0))) +("alexandra" nil (((ae) 1) ((l eh g) 0) ((z ae n) 1) ((d r ax) 0))) +("alexandre" nil (((ae) 0) ((l ih k) 0) ((s aa n) 1) ((d er) 0))) +("alexandria" nil (((ae) 1) ((l ax g) 0) ((z ae n) 1) ((d r iy) 0) ((ax) 0))) +("alexandrine" nil (((ae) 1) ((l ax g) 0) ((z ae n) 1) ((d r iy n) 0))) +("alexandrines" nil (((ae) 1) ((l ax g) 0) ((z ae n) 1) ((d r iy n z) 0))) +("alexei" nil (((ax) 0) ((l eh k) 1) ((s ey) 1))) +("alexi" nil (((ax) 0) ((l eh k) 1) ((s iy) 0))) +("alexia" nil (((ax) 0) ((l eh k) 1) ((s iy) 0) ((ax) 0))) +("alexine" nil (((ax) 0) ((l eh k) 1) ((s ay n) 0))) +("alexis" nil (((ax) 0) ((l eh k) 1) ((s ih s) 0))) +("alexnet" nil (((ae) 1) ((l ih k s) 0) ((n eh t) 0))) +("alexopoulos" nil (((ae) 0) ((l ih g) 0) ((z aa) 1) ((p ax) 0) ((l ih s) 0))) +("alexy" nil (((ax) 0) ((l iy k) 1) ((s iy) 0))) +("aley" nil (((ey) 1) ((l iy) 0))) +("alf" nil (((ae l f) 1))) +("alfa" nil (((ae l) 1) ((f ax) 0))) +("alfalfa" nil (((ae l) 1) ((f ae l) 1) ((f ax) 0))) +("alfano" nil (((aa l) 0) ((f aa) 1) ((n ow) 0))) +("alfaro" nil (((aa l) 0) ((f aa) 1) ((r ow) 0))) +("alfie" nil (((ae l) 1) ((f iy) 0))) +("alfieri" nil (((aa l) 0) ((f ih) 1) ((r iy) 0))) +("alfiero" nil (((ae l) 1) ((f iy) 0) ((eh) 1) ((r ow) 0))) +("alfin" nil (((ae l) 1) ((f ih n) 0))) +("alfons" nil (((aa l) 1) ((f ow n z) 0))) +("alfonse" nil (((ae l) 1) ((f aa n s) 0))) +("alfonsin" nil (((ae l) 1) ((f aa n) 1) ((s ih n) 0))) +("alfonsine" nil (((aa l) 0) ((f ow n) 0) ((s iy) 1) ((n iy) 0))) +("alfonso" nil (((ae l) 1) ((f aa n) 1) ((s ow) 0))) +("alford" nil (((ae l) 1) ((f er d) 0))) +("alfred" nil (((ae l) 1) ((f r ax d) 0))) +("alfredo" nil (((ae l) 1) ((f r ey) 1) ((d ow) 0))) +("alfredson" nil (((ae l) 1) ((f r ih d) 0) ((s ax n) 0))) +("alfrey" nil (((ae l) 1) ((f r iy) 0))) +("algae" nil (((ae l) 1) ((jh iy) 0))) +("algal" nil (((ae l) 1) ((g ax l) 0))) +("algar" nil (((aa l) 0) ((g aa r) 1))) +("algarin" nil (((ae l) 1) ((g er) 0) ((ih n) 0))) +("algebra" nil (((ae l) 1) ((jh ax) 0) ((b r ax) 0))) +("algebraic" nil (((ae l) 1) ((jh ax) 0) ((b r ey) 1) ((ih k) 0))) +("algebraically" nil (((ae l) 1) ((jh ax) 0) ((b r ey) 1) ((ih) 0) ((k l iy) 0))) +("algemene" nil (((ae l) 1) ((g ax) 0) ((m iy n) 1))) +("algeo" nil (((ae l) 1) ((jh iy) 0) ((ow) 0))) +("alger" nil (((ae l) 1) ((jh er) 0))) +("algeria" nil (((ae l) 0) ((jh ih) 1) ((r iy) 0) ((ax) 0))) +("algerian" nil (((ae l) 0) ((jh ih) 1) ((r iy) 0) ((ax n) 0))) +("algerians" nil (((ae l) 0) ((jh iy) 1) ((r iy) 0) ((ax n z) 0))) +("algernon" nil (((ae l) 1) ((jh er) 0) ((n aa n) 0))) +("algie" nil (((ao l) 1) ((g iy) 0))) +("algiers" nil (((ae l) 0) ((jh ih r z) 1))) +("algol" nil (((ae l) 1) ((g aa l) 0))) +("algom" nil (((ae l) 1) ((g ax m) 0))) +("algoma" nil (((ae l) 0) ((g ow) 1) ((m ax) 0))) +("algonquian" nil (((ae l) 0) ((g aa ng) 1) ((k iy) 0) ((ax n) 0))) +("algonquin" nil (((ae l) 0) ((g aa ng) 1) ((k w ih n) 0))) +("algorithm" nil (((ae l) 1) ((g er) 0) ((ih) 1) ((dh ax m) 0))) +("algorithms" nil (((ae l) 1) ((g er) 0) ((ih) 1) ((dh ax m z) 0))) +("alguire" nil (((aa l) 0) ((g w ih) 1) ((r ey) 0))) +("algy" nil (((ae l) 1) ((jh iy) 0))) +("alhadeff" nil (((ae) 1) ((l ax) 0) ((d eh f) 0))) +("alhambra" nil (((ae l) 0) ((hh ae m) 1) ((b r ax) 0))) +("ali" nil (((aa) 1) ((l iy) 0))) +("aliano" nil (((aa) 0) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("alianza" nil (((ae) 1) ((l iy) 0) ((ae n) 1) ((z ax) 0))) +("alias" nil (((ey) 1) ((l iy) 0) ((ax s) 0))) +("aliases" nil (((ey) 1) ((l iy) 0) ((ax) 0) ((s ih z) 0))) +("alibaba" nil (((aa) 1) ((l iy) 0) ((b aa) 1) ((b aa) 0))) +("alibabas" nil (((aa) 1) ((l iy) 0) ((b aa) 1) ((b aa z) 0))) +("aliberti" nil (((aa) 0) ((l iy) 0) ((b eh r) 1) ((t iy) 0))) +("alibi" nil (((ae) 1) ((l ax) 0) ((b ay) 1))) +("alibis" nil (((ae) 1) ((l ax) 0) ((b ay z) 1))) +("alibrandi" nil (((ae) 1) ((l ih) 0) ((b r ae n) 1) ((d iy) 0))) +("alice" nil (((ae) 1) ((l ax s) 0))) +("alicea" nil (((ax) 0) ((l ih) 1) ((s iy) 0) ((ax) 0))) +("alicia" nil (((ax) 0) ((l ih) 1) ((sh ax) 0))) +("alida" nil (((aa) 0) ((l iy) 1) ((d ax) 0))) +("alie" nil (((ae) 1) ((l iy) 0))) +("alien" nil (((ey) 1) ((l iy) 0) ((ax n) 0))) +("alienate" nil (((ey) 1) ((l y ax) 0) ((n ey t) 1))) +("alienated" nil (((ey) 1) ((l iy) 0) ((ax) 0) ((n ey) 1) ((t ax d) 0))) +("alienates" nil (((ey) 1) ((l iy) 0) ((ax) 0) ((n ey t s) 1))) +("alienating" nil (((ey) 1) ((l iy) 0) ((ax) 0) ((n ey) 1) ((t ih ng) 0))) +("alienation" nil (((ey) 1) ((l iy) 0) ((ax) 0) ((n ey) 1) ((sh ax n) 0))) +("aliens" nil (((ey) 1) ((l iy) 0) ((ax n z) 0))) +("aliff" nil (((ae) 1) ((l ih f) 0))) +("alig" nil (((ae) 1) ((l ih g) 0))) +("alight" nil (((ax) 0) ((l ay t) 1))) +("align" nil (((ax) 0) ((l ay n) 1))) +("aligned" nil (((ax) 0) ((l ay n d) 1))) +("aligning" nil (((ax) 0) ((l ay) 1) ((n ih ng) 0))) +("alignment" nil (((ax) 0) ((l ay n) 1) ((m ax n t) 0))) +("alignments" nil (((ax) 0) ((l ay n) 1) ((m ax n t s) 0))) +("aligns" nil (((ax) 0) ((l ay n z) 1))) +("alija" nil (((ax) 0) ((l ay) 1) ((jh ax) 0))) +("alike" nil (((ax) 0) ((l ay k) 1))) +("alikes" nil (((ax) 0) ((l ay k s) 1))) +("alima" nil (((aa) 0) ((l iy) 1) ((m ax) 0))) +("alimenies" nil (((ae) 1) ((l ih) 0) ((m eh) 1) ((n iy z) 0))) +("alimentary" nil (((ae) 1) ((l ax) 0) ((m eh n) 1) ((t er) 0) ((iy) 0))) +("alimony" nil (((ae) 1) ((l ax) 0) ((m ow) 1) ((n iy) 0))) +("alina" nil (((ax) 0) ((l iy) 1) ((n ax) 0))) +("aline" nil (((ax) 0) ((l ay n) 1))) +("alines" nil (((ax) 0) ((l ay n z) 1))) +("alioto" nil (((aa) 0) ((l iy) 0) ((ow) 1) ((t ow) 0))) +("aliquippa" nil (((ae) 1) ((l ax) 0) ((k w ih) 1) ((p ax) 0))) +("aliquippas" nil (((ae) 1) ((l ax) 0) ((k w ih) 1) ((p ax z) 0))) +("alire" nil (((aa) 0) ((l ih) 1) ((r ey) 0))) +("alisky" nil (((ax) 0) ((l ih) 1) ((s k iy) 0))) +("alison" nil (((ae) 1) ((l ih) 0) ((s ax n) 0))) +("alissa" nil (((ax) 0) ((l ih) 1) ((s ax) 0))) +("alistair" nil (((ae) 1) ((l ih) 0) ((s t eh r) 1))) +("alister" nil (((ae) 1) ((l ih) 0) ((s t er) 0))) +("alita" nil (((aa) 0) ((l iy) 1) ((t ax) 0))) +("alitalia" nil (((ae) 1) ((l ih) 0) ((t ey) 1) ((l iy) 0) ((ax) 0))) +("alithia" nil (((ax) 0) ((l ih) 1) ((th iy) 0) ((ax) 0))) +("alito" nil (((ax) 0) ((l iy) 1) ((t ow) 0))) +("alive" nil (((ax) 0) ((l ay v) 1))) +("alix" nil (((ae) 1) ((l ih k s) 0))) +("alizac" nil (((ae) 1) ((l ih) 0) ((z ae k) 0))) +("aljunied" nil (((ae l) 0) ((jh uw) 1) ((n iy d) 0))) +("alka" nil (((ae l) 1) ((k ax) 0))) +("alkahest" nil (((ae l) 1) ((k ax) 0) ((hh eh s t) 1))) +("alkali" nil (((ae l) 1) ((k ax) 0) ((l ay) 1))) +("alkalies" nil (((ae l) 1) ((k ax) 0) ((l ay z) 1))) +("alkaline" nil (((ae l) 1) ((k ax) 0) ((l ay n) 1))) +("alkalinity" nil (((ae l) 1) ((k ax) 0) ((l ih) 1) ((n ax) 0) ((t iy) 0))) +("alkaloid" nil (((ae l) 1) ((k ax) 0) ((l oy d) 1))) +("alkaloidal" nil (((ae l) 0) ((k ax) 0) ((l oy) 1) ((d ax l) 0))) +("alkaloids" nil (((ae l) 1) ((k ax) 0) ((l oy d z) 1))) +("alkanes" nil (((ae l) 1) ((k ey n z) 1))) +("alkema" nil (((ae l) 1) ((k ih) 0) ((m ax) 0))) +("alkene" nil (((ae l) 1) ((k iy n) 1))) +("alkenes" nil (((ae l) 1) ((k iy n z) 1))) +("alkire" nil (((ax l) 0) ((k ay r) 1))) +("all" nil (((ao l) 1))) +("alla" nil (((aa) 1) ((l ax) 0))) +("allah" nil (((aa) 1) ((l ax) 0))) +("allain" nil (((ax) 0) ((l ey n) 1))) +("allaire" nil (((aa) 0) ((l eh r) 1))) +("allais" nil (((ax) 0) ((l ey) 1))) +("allan" nil (((ae) 1) ((l ax n) 0))) +("allante" nil (((ae) 1) ((l aa n) 1) ((t ey) 0))) +("allar" nil (((ax) 0) ((l aa r) 1))) +("allard" nil (((ae) 1) ((l er d) 0))) +("allay" nil (((ax) 0) ((l ey) 1))) +("allayed" nil (((ax) 0) ((l ey d) 1))) +("allaying" nil (((ax) 0) ((l ey) 1) ((ih ng) 0))) +("allays" nil (((ax) 0) ((l ey z) 1))) +("allbaugh" nil (((ax l) 0) ((b ao) 1))) +("allbee" nil (((ao l) 1) ((b iy) 1))) +("allbright" nil (((ao l) 1) ((b r ay t) 1))) +("allbritten" nil (((ae l) 1) ((b r ih) 0) ((t ax n) 0))) +("allbritton" nil (((ae l) 1) ((b r ih) 0) ((t aa n) 0))) +("allcock" nil (((ao l) 1) ((k aa k) 1))) +("allcorn" nil (((ax l) 0) ((k ao r n) 1))) +("allday" nil (((ao l) 1) ((d ey) 1))) +("allderdice" nil (((aa l) 1) ((d er) 0) ((d ay s) 1))) +("alldredge" nil (((ax l) 0) ((d r eh jh) 1))) +("allebach" nil (((ae) 1) ((l ih) 0) ((b aa k) 0))) +("alleco" nil (((ae) 1) ((l eh) 1) ((k ow) 0))) +("allee" nil (((ax) 0) ((l iy) 1))) +("allegation" nil (((ae) 1) ((l ax) 0) ((g ey) 1) ((sh ax n) 0))) +("allegations" nil (((ae) 1) ((l ax) 0) ((g ey) 1) ((sh ax n z) 0))) +("allege" nil (((ax) 0) ((l eh jh) 1))) +("alleged" nil (((ax) 0) ((l eh jh d) 1))) +("allegedly" nil (((ax) 0) ((l eh) 1) ((jh ax d) 0) ((l iy) 0))) +("alleges" nil (((ax) 0) ((l eh) 1) ((jh ax z) 0))) +("alleghany" nil (((ae) 1) ((l ax) 0) ((g ey) 1) ((n iy) 0))) +("allegheny" nil (((ae) 1) ((l ax) 0) ((g ey) 1) ((n iy) 0))) +("allegiance" nil (((ax) 0) ((l iy) 1) ((jh ax n s) 0))) +("allegiances" nil (((ae) 1) ((l iy) 1) ((jh iy) 0) ((ae n) 1) ((s ih z) 0))) +("alleging" nil (((ax) 0) ((l eh) 1) ((jh ih ng) 0))) +("allegis" nil (((ae) 1) ((l ey) 1) ((jh ih s) 0))) +("allegorical" nil (((ae) 1) ((l ax) 0) ((g ao) 1) ((r ax) 0) ((k ax l) 0))) +("allegories" nil (((ae) 1) ((l ax) 0) ((g ao) 1) ((r iy z) 0))) +("allegory" nil (((ae) 1) ((l ax) 0) ((g ao) 1) ((r iy) 0))) +("allegra" nil (((aa) 0) ((l eh) 1) ((g r ax) 0))) +("allegretti" nil (((aa) 0) ((l eh) 0) ((g r eh) 1) ((t iy) 0))) +("allegro" nil (((ax) 0) ((l eh) 1) ((g r ow) 1))) +("alleman" nil (((ey l) 1) ((m ax n) 0))) +("allemand" nil (((ae) 1) ((l ih) 0) ((m ax n d) 0))) +("allen" nil (((ae) 1) ((l ax n) 0))) +("allenbaugh" nil (((ax) 0) ((l eh n) 1) ((b ao) 0))) +("allendale" nil (((ae) 1) ((l ax n) 0) ((d ey l) 1))) +("allende" nil (((aa) 1) ((y eh n) 1) ((d ey) 0))) +("allender" nil (((aa) 0) ((l y eh n) 1) ((d ey) 0) ((er) 0))) +("allendorf" nil (((ae) 1) ((l ih n) 0) ((d ao r f) 0))) +("allene" nil (((ae) 1) ((l iy n) 1))) +("allenhurst" nil (((ae) 1) ((l ax n) 0) ((hh er s t) 1))) +("allensbach" nil (((ae) 1) ((l ax n z) 0) ((b aa k) 1))) +("allensworth" nil (((ax) 0) ((l eh n) 1) ((s w er th) 0))) +("allentown" nil (((ae) 1) ((l ax n) 0) ((t aw n) 1))) +("allenwood" nil (((ae) 1) ((l ax n) 0) ((w uh d) 1))) +("aller" nil (((ao) 1) ((l er) 0))) +("allergan" nil (((ae) 1) ((l er) 0) ((jh ax n) 0))) +("allergic" nil (((ax) 0) ((l er) 1) ((jh ih k) 0))) +("allergies" nil (((ae) 1) ((l er) 0) ((jh iy z) 0))) +("allergist" nil (((ae) 1) ((l er) 0) ((jh ax s t) 0))) +("allergy" nil (((ae) 1) ((l er) 0) ((jh iy) 0))) +("allers" nil (((ao) 1) ((l er z) 0))) +("allert" nil (((ae) 1) ((l er t) 0))) +("allerton" nil (((ae) 1) ((l er) 0) ((t ax n) 0))) +("alles" nil (((ey l z) 1))) +("alleva" nil (((aa) 0) ((l ey) 1) ((v ax) 0))) +("alleviate" nil (((ax) 0) ((l iy) 1) ((v iy) 0) ((ey t) 1))) +("alleviated" nil (((ax) 0) ((l iy) 1) ((v iy) 0) ((ey) 1) ((t ax d) 0))) +("alleviates" nil (((ax) 0) ((l iy) 1) ((v iy) 0) ((ey t s) 0))) +("alleviating" nil (((ax) 0) ((l iy) 1) ((v iy) 0) ((ey) 1) ((t ih ng) 0))) +("alley" nil (((ae) 1) ((l iy) 0))) +("alleyne" nil (((ae) 1) ((l ey n) 1))) +("alleys" nil (((ae) 1) ((l iy z) 0))) +("alleyway" nil (((ae) 1) ((l iy) 0) ((w ey) 1))) +("alleyways" nil (((ae) 1) ((l iy) 0) ((w ey z) 1))) +("allgaier" nil (((ae l) 1) ((g ay) 0) ((er) 0))) +("allgeier" nil (((ae l) 1) ((g ay) 0) ((er) 0))) +("allgemeine" nil (((ao l) 1) ((g ax) 0) ((m ay n) 1))) +("allgeyer" nil (((ae l) 1) ((g iy) 0) ((er) 0))) +("allgood" nil (((ao l) 1) ((g uh d) 1))) +("alli" nil (((ae) 1) ((l iy) 0))) +("alliance" nil (((ax) 0) ((l ay) 1) ((ax n s) 0))) +("alliances" nil (((ax) 0) ((l ay) 1) ((ax n) 0) ((s ax z) 0))) +("alliant" nil (((ax) 0) ((l ay) 1) ((ax n t) 0))) +("allianz" nil (((ae) 1) ((l iy) 0) ((ax n z) 0))) +("allick" nil (((ae) 1) ((l ih k) 0))) +("allie" nil (((ae) 1) ((l iy) 0))) +("allied" nil (((ax) 0) ((l ay d) 1))) +("alliedsignal" nil (((ae) 1) ((l ay d) 1) ((s ih g) 1) ((n ax l) 0))) +("allies" n (((ae) 1) ((l ay z) 0))) +("allies" v (((ax) 0) ((l ay z) 1))) +("alligator" nil (((ae) 1) ((l ax) 0) ((g ey) 1) ((t er) 0))) +("alligators" nil (((ae) 1) ((l ax) 0) ((g ey) 1) ((t er z) 0))) +("alligood" nil (((ae) 1) ((l ih) 0) ((g uh d) 1))) +("allin" nil (((ax) 0) ((l ih n) 1))) +("allinder" nil (((ae) 1) ((l ih n) 0) ((d er) 0))) +("alling" nil (((ao) 1) ((l ih ng) 0))) +("allinger" nil (((ao) 1) ((l ih ng) 0) ((er) 0))) +("allingham" nil (((ao) 1) ((l ih ng) 0) ((hh ae m) 1))) +("allington" nil (((ao) 1) ((l ih ng) 0) ((t ax n) 0))) +("allinson" nil (((ae) 1) ((l ih n) 0) ((s ax n) 0))) +("allis" nil (((ae) 1) ((l ih s) 0))) +("allison" nil (((ae) 1) ((l ax) 0) ((s ax n) 0))) +("allister" nil (((ao) 1) ((l ih) 0) ((s t er) 0))) +("alliston" nil (((ae) 1) ((l ih) 0) ((s t aa n) 0))) +("alliterative" nil (((ax) 0) ((l ih) 1) ((t er) 0) ((ey) 1) ((t ih v) 0))) +("allman" nil (((ao l) 1) ((m ax n) 0))) +("allmendinger" nil (((ae l) 1) ((m eh n) 0) ((d ih ng) 0) ((er) 0))) +("allmon" nil (((ao l) 1) ((m ax n) 0))) +("allmond" nil (((ax l) 0) ((m aa n d) 1))) +("allnet" nil (((ao l) 1) ((n eh t) 1))) +("allnutt" nil (((ax l) 0) ((n ah t) 1))) +("allocate" nil (((ae) 1) ((l ax) 0) ((k ey t) 1))) +("allocated" nil (((ae) 1) ((l ax) 0) ((k ey) 1) ((t ih d) 0))) +("allocates" nil (((ae) 1) ((l ax) 0) ((k ey t s) 1))) +("allocating" nil (((ae) 1) ((l ax) 0) ((k ey) 1) ((t ih ng) 0))) +("allocation" nil (((ae) 1) ((l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("allocations" nil (((ae) 1) ((l ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("allocator" nil (((ae) 1) ((l ax) 0) ((k ey) 1) ((t er) 0))) +("allocators" nil (((ae) 1) ((l ax) 0) ((k ey) 1) ((t er z) 0))) +("allocca" nil (((ae) 1) ((l aa) 1) ((k ax) 0))) +("allocco" nil (((ae) 1) ((l aa) 1) ((k ow) 0))) +("allomorphs" nil (((ae) 1) ((l ax) 0) ((m ao r f s) 0))) +("allophones" nil (((ae) 1) ((l ax) 0) ((f ow n z) 1))) +("allophonic" nil (((ae) 1) ((l ax) 0) ((f aa) 1) ((n ih k) 0))) +("allor" nil (((ao) 1) ((l er) 0))) +("allot" nil (((ax) 0) ((l aa t) 1))) +("alloted" nil (((ax) 0) ((l aa) 1) ((t ih d) 0))) +("allotment" nil (((ax) 0) ((l aa t) 1) ((m ax n t) 0))) +("allotments" nil (((ax) 0) ((l aa t) 1) ((m ax n t s) 0))) +("allotropes" nil (((ae) 1) ((l ax) 0) ((t r ow p s) 1))) +("allots" nil (((ax) 0) ((l aa t s) 1))) +("allotted" nil (((ax) 0) ((l aa) 1) ((t ih d) 0))) +("allotting" nil (((ax) 0) ((l aa) 1) ((t ih ng) 0))) +("allow" nil (((ax) 0) ((l aw) 1))) +("allowable" nil (((ax) 0) ((l aw) 1) ((ax) 0) ((b ax l) 0))) +("allowance" nil (((ax) 0) ((l aw) 1) ((ax n s) 0))) +("allowances" nil (((ax) 0) ((l aw) 1) ((ax n) 0) ((s ih z) 0))) +("alloway" nil (((ae) 1) ((l ow) 0) ((w ey) 1))) +("allowed" nil (((ax) 0) ((l aw d) 1))) +("allowing" nil (((ax) 0) ((l aw) 1) ((ih ng) 0))) +("allows" nil (((ax) 0) ((l aw z) 1))) +("alloy" nil (((ae) 1) ((l oy) 1))) +("alloys" nil (((ae) 1) ((l oy z) 1))) +("allphin" nil (((ax l) 0) ((f ih n) 1))) +("allport" nil (((ao l) 1) ((p ao r t) 1))) +("allred" nil (((ae l r d) 1))) +("alls" nil (((ao l z) 1))) +("allsbrook" nil (((ao l z) 1) ((b r uh k) 1))) +("allshouse" nil (((ao l z) 1) ((hh aw s) 1))) +("allsop" nil (((ao l) 1) ((s aa p) 1))) +("allsopp" nil (((ax l) 0) ((s aa p) 1))) +("allspice" nil (((ao l) 1) ((s p ay s) 1))) +("allstate" nil (((ao l) 1) ((s t ey t) 1))) +("allston" nil (((ao l) 1) ((s t ax n) 0))) +("allsup" nil (((ae l) 1) ((s ax p) 0))) +("alltel" nil (((ao l) 1) ((t eh l) 1))) +("alltime" nil (((ao l) 1) ((t ay m) 1))) +("allton" nil (((ao l) 1) ((t ax n) 0))) +("alltop" nil (((ao l) 1) ((t aa p) 1))) +("allude" nil (((ax) 0) ((l uw d) 1))) +("alluded" nil (((ax) 0) ((l uw) 1) ((d ax d) 0))) +("alludes" nil (((ax) 0) ((l uw d z) 1))) +("alluding" nil (((ax) 0) ((l uw) 1) ((d ih ng) 0))) +("allum" nil (((ae) 1) ((l ax m) 0))) +("allums" nil (((ae) 1) ((l ax m z) 0))) +("allure" nil (((ax) 0) ((l uh r) 1))) +("alluring" nil (((ax) 0) ((l uh) 1) ((r ih ng) 0))) +("allusion" nil (((ax) 0) ((l uw) 1) ((zh ax n) 0))) +("allusions" nil (((ax) 0) ((l uw) 1) ((zh ax n z) 0))) +("allusive" nil (((ax) 0) ((l uw) 1) ((s ih v) 0))) +("alluvial" nil (((ae) 1) ((l uw) 1) ((v iy) 0) ((ax l) 0))) +("alluvium" nil (((ax) 0) ((l uw) 1) ((v iy) 0) ((ax m) 0))) +("allwaste" nil (((ao l) 1) ((w ey s t) 1))) +("allways" nil (((ao l) 1) ((w ey z) 1))) +("allweiss" nil (((aa l) 1) ((w iy s) 1))) +("ally" n (((ae) 1) ((l ay) 0))) +("ally" v (((ax) 0) ((l ay) 1))) +("allying" nil (((ae) 1) ((l ay) 0) ((ih ng) 0))) +("allyn" nil (((ae) 1) ((l ih n) 0))) +("allys" nil (((ae) 1) ((l ay z) 0))) +("alm" nil (((aa m) 1))) +("alma" nil (((ae l) 1) ((m ax) 0))) +("almada" nil (((aa l) 0) ((m aa) 1) ((d ax) 0))) +("almadani" nil (((ao l) 1) ((m ax) 0) ((d aa) 1) ((n iy) 0))) +("almaden" nil (((ae l) 1) ((m ax) 0) ((d ax n) 0))) +("almaguer" nil (((aa l) 0) ((m aa) 0) ((g w eh r) 1))) +("alman" nil (((ae l) 1) ((m ax n) 0))) +("almanac" nil (((ao l) 1) ((m ax) 0) ((n ae k) 1))) +("almand" nil (((ae l) 1) ((m ax n d) 0))) +("almanza" nil (((aa l) 0) ((m aa n) 1) ((z ax) 0))) +("almanzar" nil (((aa l) 0) ((m aa n) 0) ((z aa r) 1))) +("almaraz" nil (((aa l) 0) ((m aa) 1) ((r aa z) 0))) +("almas" nil (((ae l) 1) ((m ax z) 0))) +("Almash" n (((ae l) 1) ((m ax sh) 0))) +("almasy" nil (((ae l) 1) ((m ax) 0) ((s iy) 0))) +("almazan" nil (((aa l) 0) ((m aa) 0) ((z aa n) 1))) +("almeda" nil (((aa l) 0) ((m ey) 1) ((d ax) 0))) +("almeida" nil (((aa l) 0) ((m iy) 1) ((d ax) 0))) +("almendarez" nil (((aa l) 0) ((m ey n) 0) ((d aa) 1) ((r eh z) 0))) +("almer" nil (((ao l) 1) ((m er) 0))) +("almgren" nil (((ae l m) 1) ((g r eh n) 0))) +("almighty" nil (((ao l) 0) ((m ay) 1) ((t iy) 0))) +("almira" nil (((aa l) 0) ((m ih) 1) ((r ax) 0))) +("almo" nil (((aa l) 1) ((m ow) 0))) +("almodovar" nil (((aa l) 0) ((m ow) 0) ((d ow) 0) ((v aa r) 1))) +("almond" nil (((aa) 1) ((m ax n d) 0))) +("almonds" nil (((aa l) 1) ((m ax n d z) 0))) +("almonte" nil (((aa l) 0) ((m ow n) 1) ((t ey) 0))) +("almost" nil (((ao l) 1) ((m ow s t) 1))) +("almquist" nil (((ae l m) 1) ((k w ih s t) 0))) +("alms" nil (((aa l m z) 1))) +("almy" nil (((ao) 1) ((m iy) 0))) +("almys" nil (((ae l) 1) ((m iy z) 0))) +("alodie" nil (((ax) 0) ((l aa) 1) ((d iy) 0))) +("aloe" nil (((ae) 1) ((l ow) 1))) +("aloft" nil (((ax) 0) ((l ao f t) 1))) +("aloha" nil (((ax) 0) ((l ow) 1) ((hh aa) 0))) +("aloi" nil (((aa) 1) ((l oy) 0))) +("aloia" nil (((aa) 0) ((l ow) 1) ((y ax) 0))) +("alois" nil (((aa) 0) ((l oy s) 1))) +("aloisa" nil (((aa) 0) ((l oy) 1) ((s ax) 0))) +("aloisi" nil (((aa) 0) ((l oy) 1) ((s iy) 0))) +("aloisia" nil (((aa) 0) ((l oy) 1) ((s iy) 0) ((ax) 0))) +("aloisio" nil (((aa) 0) ((l oy) 1) ((s iy) 0) ((ow) 0))) +("aloka" nil (((ax) 0) ((l ow) 1) ((k ax) 0))) +("alon" nil (((ax) 0) ((l aa n) 1))) +("alone" nil (((ax) 0) ((l ow n) 1))) +("along" nil (((ax) 0) ((l ao ng) 1))) +("alonge" nil (((ae) 1) ((l ax n jh) 0))) +("alongi" nil (((aa) 0) ((l ow ng) 1) ((g iy) 0))) +("alongside" nil (((ax) 0) ((l ao ng) 1) ((s ay d) 1))) +("alonso" nil (((ax) 0) ((l aa n) 1) ((s ow) 0))) +("alonza" nil (((ax) 0) ((l aa n) 1) ((z ax) 0))) +("alonzo" nil (((ax) 0) ((l aa n) 1) ((z ow) 0))) +("aloof" nil (((ax) 0) ((l uw f) 1))) +("aloofness" nil (((ax) 0) ((l uw f) 1) ((n ax s) 0))) +("alot" nil (((ax) 0) ((l aa t) 1))) +("aloud" nil (((ax) 0) ((l aw d) 1))) +("aloys" nil (((ax) 0) ((l oy z) 1))) +("aloyse" nil (((ax) 0) ((l oy s) 1))) +("aloysia" nil (((aa) 0) ((l oy) 1) ((s iy) 0) ((ax) 0))) +("aloysius" nil (((ae) 1) ((l ow) 0) ((ih) 1) ((sh ih s) 0))) +("alpa" nil (((ae l) 1) ((p ax) 0))) +("alpaca" nil (((ae l) 0) ((p ae) 1) ((k ax) 0))) +("alpaugh" nil (((ax l) 0) ((p ao) 1))) +("alper" nil (((ae l) 1) ((p er) 0))) +("alperin" nil (((ae l) 1) ((p er) 0) ((ih n) 1))) +("alpern" nil (((ax l) 0) ((p er n) 1))) +("alpers" nil (((ae l) 1) ((p er z) 0))) +("alpert" nil (((ae l) 1) ((p er t) 0))) +("alpex" nil (((ae l) 1) ((p eh k s) 0))) +("alpha" nil (((ae l) 1) ((f ax) 0))) +("alphabet" nil (((ae l) 1) ((f ax) 0) ((b eh t) 1))) +("alphabetic" nil (((ae l) 1) ((f ax) 0) ((b eh) 1) ((t ih k) 0))) +("alphabetical" nil (((ae l) 1) ((f ax) 0) ((b eh) 1) ((t ih) 0) ((k ax l) 0))) +("alphabetically" nil (((ae l) 1) ((f ax) 0) ((b eh) 1) ((t ih) 0) ((k l iy) 0))) +("alphabetization" nil (((ae l) 1) ((f ax) 0) ((b eh) 1) ((t ax) 0) ((z ey) 1) ((sh ax n) 0))) +("alphabetize" nil (((ae l) 1) ((f ax) 0) ((b ax) 0) ((t ay z) 1))) +("alphametrics" nil (((ae l) 1) ((f ax) 0) ((m eh) 1) ((t r ih k s) 0))) +("alphandery" nil (((ae l) 1) ((f ae) 1) ((d er) 0) ((iy) 0))) +("alphanumeric" nil (((ae l) 1) ((f ax) 0) ((n uw) 0) ((m eh) 1) ((r ih k) 0))) +("alpharel" nil (((ae l) 1) ((f er) 0) ((eh l) 1))) +("alpharetta" nil (((ae l) 1) ((f er) 0) ((eh) 1) ((t ax) 0))) +("alphin" nil (((ae l) 1) ((f ih n) 0))) +("alphonse" nil (((ae l) 0) ((f aa n z) 1))) +("alphonsine" nil (((ax l) 0) ((f aa n) 1) ((s iy n) 0))) +("alphonso" nil (((ae l) 0) ((f aa n) 1) ((s ow) 0))) +("alpin" nil (((ax l) 0) ((p ih n) 1))) +("alpine" nil (((ae l) 1) ((p ay n) 1))) +("alpo" nil (((ae l) 1) ((p ow) 0))) +("alps" nil (((ae l p s) 1))) +("alquist" nil (((ae l) 1) ((k w ih s t) 0))) +("already" nil (((ao l) 0) ((r eh) 1) ((d iy) 0))) +("alred" nil (((ao l r d) 1))) +("alright" nil (((ao l) 1) ((r ay t) 1))) +("alroy" nil (((ax l) 0) ((r oy) 1))) +("alsace" nil (((ae l) 0) ((s aa s) 1))) +("alsatian" nil (((ae l) 0) ((s ey) 1) ((sh ax n) 0))) +("alsbrooks" nil (((ae l s) 1) ((b r uh k s) 0))) +("alsbury" nil (((ao l s) 1) ((b eh) 0) ((r iy) 0))) +("alsdorf" nil (((ae l s) 1) ((d ao r f) 0))) +("alsip" nil (((ae l) 1) ((s ih p) 0))) +("also" nil (((ao l) 1) ((s ow) 0))) +("alsobrook" nil (((ae l) 1) ((s ax) 0) ((b r uh k) 0))) +("alsobrooks" nil (((ae l) 1) ((s ax) 0) ((b r uh k s) 0))) +("alsop" nil (((ae l) 1) ((s aa p) 0))) +("alspach" nil (((ae l) 1) ((s p ax k) 0))) +("alspaugh" nil (((ax l) 0) ((s p ao) 1))) +("alsthom" nil (((ae l s) 1) ((th ax m) 0))) +("alston" nil (((ao l) 1) ((s t ax n) 0))) +("alsup" nil (((ae l) 1) ((s ax p) 0))) +("alt" nil (((aa l t) 1))) +("alta" nil (((aa l) 1) ((t ax) 0))) +("altai" nil (((ae l) 0) ((t ay) 1))) +("altaic" nil (((ae l) 0) ((t ey) 1) ((ih k) 0))) +("altamirano" nil (((aa l) 0) ((t aa) 0) ((m ih) 0) ((r aa) 1) ((n ow) 0))) +("altamuro" nil (((ao l) 1) ((t ax) 0) ((m uh) 1) ((r ow) 0))) +("altar" nil (((ao l) 1) ((t er) 0))) +("altarpiece" nil (((ao l) 1) ((t er) 0) ((p iy s) 1))) +("altavista" nil (((ao l) 1) ((t ax) 0) ((v ih) 1) ((s t ax) 0))) +("altay" nil (((ao l) 1) ((t ay) 0))) +("altemose" nil (((ae l) 1) ((t ih) 0) ((m ow s) 0))) +("altemus" nil (((ae l) 1) ((t ih) 0) ((m ih s) 0))) +("altenburg" nil (((ao l) 1) ((t ax n) 0) ((b er g) 0))) +("altenhofen" nil (((ae l) 1) ((t ih n) 0) ((hh ax) 0) ((f ax n) 0))) +("alter" nil (((ao l) 1) ((t er) 0))) +("altera" nil (((ao l) 1) ((t eh) 1) ((r ax) 0))) +("alteration" nil (((ao l) 1) ((t er) 0) ((ey) 1) ((sh ax n) 0))) +("alterations" nil (((ao l) 1) ((t er) 0) ((ey) 1) ((sh ax n z) 0))) +("altercation" nil (((ae l) 1) ((t er) 0) ((k ey) 1) ((sh ax n) 0))) +("altered" nil (((ao l) 1) ((t er d) 0))) +("altergott" nil (((ae l) 1) ((t er) 0) ((g ax t) 0))) +("altering" nil (((ao l) 1) ((t er) 0) ((ih ng) 0))) +("alterman" nil (((ao l) 1) ((t er) 0) ((m ax n) 0))) +("alternacare" nil (((ao l) 0) ((t er) 1) ((n ax) 0) ((k eh r) 1))) +("alternate" j (((ao l) 1) ((t er) 0) ((n ax t) 0))) +("alternate" v (((ao l) 1) ((t er) 0) ((n ey t) 1))) +("alternated" nil (((ao l) 1) ((t er) 0) ((n ey) 1) ((t ax d) 0))) +("alternately" nil (((ao l) 1) ((t er) 0) ((n ax t) 0) ((l iy) 0))) +("alternates" nil (((ao l) 1) ((t er) 0) ((n ey t s) 1))) +("alternating" nil (((ao l) 1) ((t er) 0) ((n ey) 1) ((t ih ng) 0))) +("alternative" nil (((ao l) 0) ((t er) 1) ((n ax) 0) ((t ih v) 0))) +("alternatively" nil (((ao l) 0) ((t er) 1) ((n ax) 0) ((t ih) 0) ((v l iy) 0))) +("alternatives" nil (((ao l) 0) ((t er) 1) ((n ax) 0) ((t ih v z) 0))) +("alternator" nil (((ao l) 1) ((t er) 0) ((n ey) 1) ((t er) 0))) +("alters" nil (((ao l) 1) ((t er z) 0))) +("altfest" nil (((aa l t) 1) ((f eh s t) 1))) +("althaus" nil (((ae l t) 1) ((hh aw s) 0))) +("althaver" nil (((ae l) 1) ((th ey) 1) ((v er) 0))) +("althea" nil (((ae l) 0) ((th iy) 1) ((ax) 0))) +("althoff" nil (((ae l t) 1) ((hh ao f) 0))) +("although" nil (((ao l) 1) ((dh ow) 1))) +("althouse" nil (((ao l t) 1) ((hh aw s) 1))) +("altice" nil (((aa l) 1) ((t ih s) 0))) +("altier" nil (((ao l) 1) ((t iy) 0) ((er) 0))) +("altieri" nil (((aa l) 0) ((t ih) 1) ((r iy) 0))) +("altima" nil (((aa l) 1) ((t ih) 1) ((m ax) 0))) +("altimeter" nil (((ae l) 0) ((t ih) 1) ((m ax) 0) ((t er) 0))) +("altimorano" nil (((aa l) 1) ((t iy) 1) ((m ao) 1) ((r aa) 1) ((n ow) 0))) +("altiplano" nil (((ae l) 1) ((t ax) 0) ((p l aa) 1) ((n ow) 1))) +("altitude" nil (((ae l) 1) ((t ax) 0) ((t uw d) 1))) +("altitudes" nil (((ae l) 1) ((t ih) 0) ((t uw d z) 1))) +("altizer" nil (((ae l) 1) ((t ay) 0) ((z er) 0))) +("altland" nil (((ae l t) 1) ((l ax n d) 0))) +("altman" nil (((ao l t) 1) ((m ax n) 0))) +("altmann" nil (((ao l t) 1) ((m ax n) 0))) +("altmeyer" nil (((ae l t) 1) ((m ay) 0) ((er) 0))) +("alto" nil (((ae l) 1) ((t ow) 0))) +("altobelli" nil (((aa l) 0) ((t ow) 0) ((b eh) 1) ((l iy) 0))) +("altogether" nil (((ao l) 1) ((t ax) 0) ((g eh) 1) ((dh er) 0))) +("altom" nil (((ax l) 0) ((t aa m) 1))) +("altomare" nil (((aa l) 0) ((t ow) 0) ((m aa) 1) ((r iy) 0))) +("alton" nil (((ao l) 1) ((t ax n) 0))) +("altos" nil (((ae l) 1) ((t ow z) 0))) +("altra" nil (((aa l) 1) ((t r ax) 0))) +("altron" nil (((ao l) 1) ((t r aa n) 0))) +("altruism" nil (((ae l) 1) ((t r uw) 0) ((ih) 1) ((z ax m) 0))) +("altruistic" nil (((ao l) 1) ((t r uw) 0) ((ih) 1) ((s t ih k) 0))) +("altschiller" nil (((ao l) 1) ((ch ih) 0) ((l er) 0))) +("altschul" nil (((ae l) 1) ((ch ax l) 0))) +("altschuler" nil (((ae l ch) 1) ((y uw) 0) ((l er) 0))) +("altshuler" nil (((ae l ch) 1) ((y uw) 0) ((l er) 0))) +("altucher" nil (((ae l) 0) ((t ah) 1) ((k er) 0))) +("altus" nil (((ae l) 1) ((t ax s) 0))) +("altvater" nil (((ae l t) 1) ((v ax) 0) ((t er) 0))) +("alu" nil (((aa) 1) ((l uw) 0))) +("alum" nil (((ae) 1) ((l ax m) 0))) +("alumax" nil (((ae) 1) ((l uw) 0) ((m ae k s) 0))) +("alumbaugh" nil (((ax) 0) ((l ah m) 1) ((b ao) 0))) +("alumina" nil (((ax) 0) ((l uw) 1) ((m ax) 0) ((n ax) 0))) +("aluminio" nil (((ae) 1) ((l uw) 0) ((m iy) 1) ((n iy) 0) ((ow) 0))) +("aluminium" nil (((ae) 1) ((l y ax) 0) ((m ih) 1) ((n iy) 0) ((ax m) 0))) +("aluminized" nil (((ax) 0) ((l uw) 1) ((m ax) 0) ((n ay z d) 1))) +("aluminosilicate" nil (((ax) 0) ((l uw) 1) ((m ax) 0) ((n ow) 0) ((s ih) 1) ((l ax) 0) ((k ey t) 1))) +("aluminum" nil (((ax) 0) ((l uw) 1) ((m ax) 0) ((n ax m) 0))) +("alumni" nil (((ax) 0) ((l ah m) 1) ((n ay) 1))) +("alumnus" nil (((ax) 0) ((l ah m) 1) ((n ax s) 0))) +("alums" nil (((ae) 1) ((l ax m z) 0))) +("alun" nil (((ey) 1) ((l ax n) 0))) +("alura" nil (((aa) 0) ((l uh) 1) ((r ax) 0))) +("alusuisse" nil (((ae) 1) ((l y uw) 0) ((s w ih s) 1))) +("alva" nil (((ae l) 1) ((v ax) 0))) +("alvah" nil (((ae l) 0) ((v aa) 1))) +("alvan" nil (((ae l) 1) ((v ax n) 0))) +("alvarado" nil (((ae l) 1) ((v er) 0) ((aa) 1) ((d ow) 0))) +("alvardo" nil (((aa l) 0) ((v aa r) 1) ((d ow) 0))) +("alvarenga" nil (((aa l) 0) ((v aa) 0) ((r eh ng) 1) ((g ax) 0))) +("alvares" nil (((aa l) 0) ((v aa) 1) ((r eh s) 0))) +("alvarez" nil (((ae l) 1) ((v er) 0) ((eh z) 1))) +("alvaro" nil (((ax l) 0) ((v aa) 1) ((r ow) 0))) +("alvear" nil (((aa l) 0) ((v ih r) 1))) +("alveolar" nil (((ae l) 0) ((v iy) 1) ((ax) 0) ((l er) 0))) +("alveoli" nil (((ae l) 0) ((v iy) 1) ((ax) 0) ((l ay) 1))) +("alverez" nil (((aa l) 0) ((v eh) 1) ((r eh z) 0))) +("alvero" nil (((ae l) 0) ((v eh) 1) ((r ow) 0))) +("alverson" nil (((aa l) 0) ((v eh r) 1) ((s ax n) 0))) +("alves" nil (((aa l) 1) ((v eh s) 0))) +("alvey" nil (((ae l) 1) ((v iy) 0))) +("alvidrez" nil (((aa l) 0) ((v iy) 1) ((d r eh z) 0))) +("alvin" nil (((ae l) 1) ((v ih n) 0))) +("alvina" nil (((ae l) 0) ((v ay) 1) ((n ax) 0))) +("alvino" nil (((aa l) 0) ((v iy) 1) ((n ow) 0))) +("alvis" nil (((aa l) 1) ((v ih s) 0))) +("alvita" nil (((aa l) 0) ((v iy) 1) ((t ax) 0))) +("alvite" nil (((ae l) 1) ((v ay t) 1))) +("alvord" nil (((ae l) 0) ((v ao r d) 1))) +("alwaleed" nil (((ae l) 1) ((w ax) 0) ((l iy d) 1))) +("alward" nil (((ae l) 0) ((w er d) 1))) +("always" nil (((ao l) 1) ((w ey z) 1))) +("alwin" nil (((ae l) 1) ((w ih n) 0))) +("alwine" nil (((ae l) 1) ((w ay n) 1))) +("alwood" nil (((ae l) 1) ((w uh d) 0))) +("alwyn" nil (((ae l) 1) ((w ih n) 0))) +("aly" nil (((ey) 1) ((l iy) 0))) +("alyce" nil (((ae) 1) ((l ih s) 0))) +("alyea" nil (((ae) 0) ((l iy) 1) ((ax) 0))) +("alyeska" nil (((ae) 0) ((l iy) 0) ((eh) 1) ((s k ax) 0))) +("alys" nil (((ae) 1) ((l iy z) 0))) +("alysheba" nil (((ae) 1) ((l ih) 0) ((sh iy) 1) ((b ax) 0))) +("alysia" nil (((ax) 0) ((l ih) 1) ((s iy) 0) ((ax) 0))) +("alyssa" nil (((ax) 0) ((l ih) 1) ((s ax) 0))) +("alza" nil (((ae l) 1) ((z ax) 0))) +("alzena" nil (((aa l) 0) ((z eh) 1) ((n ax) 0))) +("alzheimer" nil (((ae l z) 1) ((hh ay) 1) ((m er) 0))) +("am" nil (((ae m) 1))) +("amabel" nil (((ae) 1) ((m ax) 0) ((b eh l) 1))) +("amabelle" nil (((ae) 1) ((m ax) 0) ((b ax l) 0))) +("amabile" nil (((aa) 0) ((m aa) 1) ((b ax l) 0))) +("amacher" nil (((ae) 1) ((m ax) 0) ((k er) 0))) +("amacker" nil (((ae) 1) ((m ax) 0) ((k er) 0))) +("amadea" nil (((aa) 0) ((m aa) 1) ((d iy) 0) ((ax) 0))) +("amadeo" nil (((aa) 0) ((m aa) 1) ((d iy) 0) ((ow) 0))) +("amadeus" nil (((ae) 1) ((m ax) 0) ((d ey) 1) ((ax s) 0))) +("amado" nil (((aa) 0) ((m aa) 1) ((d ow) 0))) +("amadon" nil (((aa) 0) ((m aa) 0) ((d ao n) 1))) +("amador" nil (((ae) 1) ((m ax) 0) ((d ao r) 1))) +("amadou" nil (((ae) 1) ((m ax) 0) ((d uw) 1))) +("amaker" nil (((ae) 1) ((m ey) 0) ((k er) 0))) +("amakudari" nil (((ae) 1) ((m ax) 0) ((k y uw) 0) ((d aa) 1) ((r iy) 0))) +("amal" nil (((ax) 0) ((m aa l) 1))) +("amalea" nil (((ae) 1) ((m ax) 0) ((l iy) 1) ((ax) 0))) +("amalfitano" nil (((aa) 0) ((m aa l) 0) ((f iy) 0) ((t aa) 1) ((n ow) 0))) +("amalgam" nil (((ax) 0) ((m ae l) 1) ((g ax m) 0))) +("amalgamated" nil (((ax) 0) ((m ae l) 1) ((g ax) 0) ((m ey) 1) ((t ih d) 0))) +("amalgamation" nil (((ax) 0) ((m ae l) 1) ((g ax) 0) ((m ey) 1) ((sh ax n) 0))) +("amalgams" nil (((ax) 0) ((m ae l) 1) ((g ax m z) 0))) +("amalia" nil (((ax) 0) ((m aa) 1) ((l y ax) 0))) +("amalie" nil (((ae) 1) ((m ax) 0) ((l iy) 0))) +("aman" nil (((aa) 1) ((m ax n) 0))) +("amana" nil (((ax) 0) ((m ae) 1) ((n ax) 0))) +("amanda" nil (((ax) 0) ((m ae n) 1) ((d ax) 0))) +("amann" nil (((ae) 1) ((m ax n) 0))) +("amano" nil (((ax) 0) ((m aa) 1) ((n ow) 0))) +("amanpour" nil (((aa) 1) ((m aa n) 1) ((p uh r) 1))) +("amante" nil (((aa) 0) ((m aa n) 1) ((t iy) 0))) +("amar" nil (((ax) 0) ((m aa r) 1))) +("amara" nil (((aa) 0) ((m aa) 1) ((r ax) 0))) +("amaral" nil (((aa) 0) ((m aa) 0) ((r ae l) 1))) +("amarante" nil (((aa) 0) ((m aa) 0) ((r aa n) 1) ((t iy) 0))) +("amaranth" nil (((ae) 1) ((m er) 0) ((ae n th) 1))) +("amari" nil (((aa) 0) ((m aa) 1) ((r iy) 0))) +("amarillo" nil (((ae) 1) ((m er) 0) ((ih) 1) ((l ow) 0))) +("amarin" nil (((ae) 1) ((m er) 0) ((ih n) 0))) +("amaris" nil (((ae) 1) ((m er) 0) ((ih s) 0))) +("amaro" nil (((aa) 0) ((m aa) 1) ((r ow) 0))) +("amaryllis" nil (((ae) 1) ((m er) 0) ((ih) 1) ((l ax s) 0))) +("amaryllises" nil (((ae) 1) ((m er) 0) ((ih) 1) ((l ax) 0) ((s ax z) 0))) +("amasa" nil (((ae) 1) ((m ax) 0) ((s ax) 0))) +("amason" nil (((ae) 1) ((m ax) 0) ((s ax n) 0))) +("amass" nil (((ax) 0) ((m ae s) 1))) +("amassed" nil (((ax) 0) ((m ae s t) 1))) +("amassing" nil (((ax) 0) ((m ae) 1) ((s ih ng) 0))) +("amateur" nil (((ae) 1) ((m ax) 0) ((t er) 1))) +("amateurish" nil (((ae) 1) ((m ax) 0) ((ch er) 0) ((ih sh) 0))) +("amateurism" nil (((ae) 1) ((m ax) 0) ((ch er) 0) ((ih) 0) ((z ax m) 0))) +("amateurs" nil (((ae) 1) ((m ax) 0) ((t er z) 1))) +("amatil" nil (((ae) 1) ((m ax) 0) ((t ih l) 0))) +("amato" nil (((aa) 0) ((m aa) 1) ((t ow) 0))) +("amauligak" nil (((ax) 0) ((m aw) 1) ((l ih) 0) ((g ae k) 0))) +("amax" nil (((ey) 1) ((m ae k s) 0))) +("amaya" nil (((aa) 0) ((m aa) 1) ((y ax) 0))) +("amaze" nil (((ax) 0) ((m ey z) 1))) +("amazed" nil (((ax) 0) ((m ey z d) 1))) +("amazement" nil (((ax) 0) ((m ey z) 1) ((m ax n t) 0))) +("amazes" nil (((ax) 0) ((m ey) 1) ((z ih z) 0))) +("amazing" nil (((ax) 0) ((m ey) 1) ((z ih ng) 0))) +("amazingly" nil (((ax) 0) ((m ey) 1) ((z ih ng) 0) ((l iy) 0))) +("amazon" nil (((ae) 1) ((m ax) 0) ((z aa n) 1))) +("amazonia" nil (((ae) 1) ((m ax) 0) ((z ow) 1) ((n iy) 0) ((ax) 0))) +("amazonian" nil (((ae) 1) ((m ax) 0) ((z ow) 1) ((n iy) 0) ((ax n) 0))) +("amazonians" nil (((ae) 1) ((m ax) 0) ((z ow) 1) ((n iy) 0) ((ax n z) 0))) +("amazons" nil (((ae) 1) ((m ax) 0) ((z aa n z) 1))) +("ambac" nil (((ae m) 1) ((b ae k) 0))) +("ambase" nil (((ae m) 1) ((b ey s) 1))) +("ambassador" nil (((ae m) 0) ((b ae) 1) ((s ax) 0) ((d er) 0))) +("ambassadorial" nil (((ae m) 0) ((b ae) 1) ((s ax) 0) ((d ao) 1) ((r iy) 0) ((ax l) 0))) +("ambassadors" nil (((ae m) 0) ((b ae) 1) ((s ax) 0) ((d er z) 0))) +("ambassadorship" nil (((ae m) 0) ((b ae) 1) ((s ax) 0) ((d er) 0) ((sh ih p) 1))) +("ambassadorships" nil (((ae m) 0) ((b ae) 1) ((s ax) 0) ((d er) 0) ((sh ih p s) 1))) +("ambassadress" nil (((ae m) 0) ((b ae) 1) ((s ax) 0) ((d r ax s) 0))) +("amber" nil (((ae m) 1) ((b er) 0))) +("amberg" nil (((ae m) 1) ((b er g) 0))) +("amberger" nil (((ae m) 1) ((b er) 0) ((g er) 0))) +("ambergris" nil (((ae m) 1) ((b er) 0) ((g r ih s) 0))) +("ambers" nil (((ae m) 1) ((b er z) 0))) +("amberson" nil (((ae m) 1) ((b er) 0) ((s ax n) 0))) +("ambiance" nil (((ae m) 1) ((b iy) 0) ((ax n s) 0))) +("ambidextrous" nil (((ae m) 1) ((b ax) 0) ((d eh k) 1) ((s t r ax s) 0))) +("ambience" nil (((ae m) 1) ((b iy) 0) ((ax n s) 0))) +("ambient" nil (((ae m) 1) ((b iy) 0) ((ax n t) 0))) +("ambiguities" nil (((ae m) 0) ((b ax) 0) ((g y uw) 1) ((ax) 0) ((t iy z) 0))) +("ambiguity" nil (((ae m) 1) ((b ih) 0) ((g y uw) 1) ((ax) 0) ((t iy) 0))) +("ambiguous" nil (((ae m) 0) ((b ih) 1) ((g y uw) 0) ((ax s) 0))) +("ambition" nil (((ae m) 0) ((b ih) 1) ((sh ax n) 0))) +("ambitions" nil (((ae m) 0) ((b ih) 1) ((sh ax n z) 0))) +("ambitious" nil (((ae m) 0) ((b ih) 1) ((sh ax s) 0))) +("ambitiously" nil (((ae m) 0) ((b ih) 1) ((sh ax) 0) ((s l iy) 0))) +("ambivalence" nil (((ae m) 0) ((b ih) 1) ((v ax) 0) ((l ax n s) 0))) +("ambivalent" nil (((ae m) 0) ((b ih) 1) ((v ax) 0) ((l ax n t) 0))) +("amble" nil (((ae m) 1) ((b ax l) 0))) +("ambled" nil (((ae m) 1) ((b ax l d) 0))) +("ambler" nil (((ae m) 1) ((b l er) 0))) +("ambles" nil (((ae m) 1) ((b ax l z) 0))) +("amblin" nil (((ae m) 1) ((b l ih n) 0))) +("ambling" nil (((ae m) 1) ((b ax) 0) ((l ih ng) 0))) +("amborn" nil (((ax m) 0) ((b ao r n) 1))) +("ambra" nil (((ae m) 1) ((b r ax) 0))) +("ambriano" nil (((ae m) 1) ((b r iy) 0) ((aa) 1) ((n ow) 0))) +("ambrit" nil (((ae m) 1) ((b r ih t) 0))) +("ambriz" nil (((ae m) 1) ((b r ih z) 0))) +("ambrogio" nil (((ae m) 1) ((b r ow) 1) ((jh iy) 0) ((ow) 0))) +("ambrose" nil (((ae m) 1) ((b r ow z) 1))) +("ambrosia" nil (((ae m) 0) ((b r ow) 1) ((zh ax) 0))) +("ambrosial" nil (((ae m) 0) ((b r ow) 1) ((zh ax l) 0))) +("ambrosian" nil (((ae m) 0) ((b r ow) 1) ((z ax n) 0))) +("ambrosiano" nil (((ae m) 0) ((b r ow) 1) ((s iy) 0) ((aa) 1) ((n ow) 0))) +("ambrosine" nil (((aa m) 0) ((b r ow) 0) ((s iy) 1) ((n iy) 0))) +("ambrosini" nil (((aa m) 0) ((b r ow) 0) ((s iy) 1) ((n iy) 0))) +("ambrosino" nil (((aa m) 0) ((b r ow) 0) ((s iy) 1) ((n ow) 0))) +("ambrosio" nil (((ae m) 1) ((b r ow) 1) ((s iy) 0) ((ow) 0))) +("ambrosius" nil (((ae m) 1) ((b r ax) 0) ((s iy) 0) ((ih s) 0))) +("ambs" nil (((ae m z) 1))) +("ambuehl" nil (((ae m) 1) ((b uh l) 0))) +("ambulance" nil (((ae m) 1) ((b y ax) 0) ((l ax n s) 0))) +("ambulances" nil (((ae m) 1) ((b y ax) 0) ((l ax n) 0) ((s ax z) 0))) +("ambulatory" nil (((ae m) 1) ((b y ax) 0) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("amburgey" nil (((ae m) 1) ((b er) 0) ((g iy) 0))) +("amburn" nil (((ax m) 0) ((b er n) 1))) +("ambush" nil (((ae m) 1) ((b uh sh) 1))) +("ambushed" nil (((ae m) 1) ((b uh sh t) 1))) +("ambushes" nil (((ae m) 1) ((b uh) 0) ((sh ih z) 0))) +("ambushing" nil (((ae m) 1) ((b uh) 1) ((sh ih ng) 0))) +("amc" nil (((ae m k) 1))) +("amca" nil (((ae m) 1) ((k ax) 0))) +("amcast" nil (((ae m) 1) ((k ae s t) 1))) +("amcole" nil (((ae m) 1) ((k ow l) 1))) +("amcor" nil (((ae m) 1) ((k ao r) 1))) +("amcore" nil (((ae m) 1) ((k ao r) 1))) +("amdahl" nil (((ae m) 1) ((d aa l) 1))) +("amdec" nil (((ae m) 1) ((d eh k) 1))) +("amdek" nil (((ae m) 1) ((d eh k) 0))) +("amdur" nil (((ae m) 1) ((d er) 0))) +("amdura" nil (((ae m) 0) ((d uh) 1) ((r ax) 0))) +("ame" nil (((ey m) 1))) +("amedco" nil (((ax) 0) ((m eh d) 1) ((k ow) 0))) +("amedee" nil (((ae) 1) ((m ih) 0) ((d iy) 0))) +("ameen" nil (((ax) 0) ((m iy n) 1))) +("amelia" nil (((ax) 0) ((m iy) 1) ((l y ax) 0))) +("amelinda" nil (((aa) 0) ((m eh) 0) ((l iy n) 1) ((d ax) 0))) +("ameline" nil (((aa) 0) ((m eh) 0) ((l iy) 1) ((n iy) 0))) +("amelio" nil (((ax) 0) ((m iy) 1) ((l iy) 0) ((ow) 0))) +("ameliorate" nil (((ax) 0) ((m iy) 1) ((l y er) 0) ((ey t) 1))) +("ameliorated" nil (((ax) 0) ((m iy) 1) ((l iy) 0) ((er) 0) ((ey) 1) ((t ih d) 0))) +("amelioration" nil (((ax) 0) ((m iy) 1) ((l y er) 0) ((ey) 1) ((sh ax n) 0))) +("amelita" nil (((aa) 0) ((m eh) 0) ((l iy) 1) ((t ax) 0))) +("amell" nil (((aa) 0) ((m ey l) 1))) +("amen" nil (((ey) 1) ((m eh n) 1))) +("amenable" nil (((ax) 0) ((m eh) 1) ((n ax) 0) ((b ax l) 0))) +("amend" nil (((ax) 0) ((m eh n d) 1))) +("amendable" nil (((ax) 0) ((m eh n) 1) ((d ax) 0) ((b ax l) 0))) +("amended" nil (((ax) 0) ((m eh n) 1) ((d ax d) 0))) +("amending" nil (((ax) 0) ((m eh n) 1) ((d ih ng) 0))) +("amendment" nil (((ax) 0) ((m eh n d) 1) ((m ax n t) 0))) +("amendments" nil (((ax) 0) ((m eh n d) 1) ((m ax n t s) 0))) +("amendola" nil (((aa) 0) ((m eh n) 0) ((d ow) 1) ((l ax) 0))) +("amends" nil (((ax) 0) ((m eh n d z) 1))) +("amenities" nil (((ax) 0) ((m eh) 1) ((n ax) 0) ((t iy z) 0))) +("amenity" nil (((ax) 0) ((m eh) 1) ((n ax) 0) ((t iy) 0))) +("ament" nil (((ae) 1) ((m ih n t) 0))) +("amenta" nil (((ax) 0) ((m eh n) 1) ((t ax) 0))) +("amer" nil (((ey) 1) ((m er) 0))) +("amerada" nil (((ae) 1) ((m eh) 0) ((r aa) 1) ((d ax) 0))) +("amerco" nil (((ax) 0) ((m eh r) 1) ((k ow) 0))) +("amerford" nil (((ey) 1) ((m er) 0) ((f er d) 0))) +("ameri" nil (((ax) 0) ((m eh) 1) ((r iy) 0))) +("ameribanc" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((b ae ng k) 1))) +("america" nil (((ax) 0) ((m eh) 1) ((r ax) 0) ((k ax) 0))) +("american" nil (((ax) 0) ((m eh) 1) ((r ax) 0) ((k ax n) 0))) +("americana" nil (((ax) 0) ((m eh) 1) ((r ax) 0) ((k ae) 1) ((n ax) 0))) +("americanism" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0) ((n ih) 1) ((z ax m) 0))) +("americanization" nil (((ax) 0) ((m eh) 1) ((r ax) 0) ((k ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("americanize" nil (((ax) 0) ((m eh) 1) ((r ax) 0) ((k ax) 0) ((n ay z) 1))) +("americanized" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0) ((n ay z d) 1))) +("americano" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k aa) 1) ((n ow) 0))) +("americans" nil (((ax) 0) ((m eh) 1) ((r ax) 0) ((k ax n z) 0))) +("americar" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k aa r) 1))) +("americare" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k eh r) 1))) +("americares" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k eh r z) 1))) +("americas" nil (((ax) 0) ((m eh) 1) ((r ax) 0) ((k ax z) 0))) +("americold" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k ow l d) 1))) +("americorps" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k ao r) 1))) +("americus" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k ax s) 0))) +("amerifirst" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((f er s t) 0))) +("amerigas" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((g ae s) 1))) +("amerigo" nil (((aa) 0) ((m er) 0) ((iy) 1) ((g ow) 0))) +("amerika" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("amerindian" nil (((ae) 1) ((m er) 0) ((ih n) 1) ((d iy) 0) ((ax n) 0))) +("amerine" nil (((aa) 0) ((m er) 0) ((iy) 1) ((n iy) 0))) +("ameritech" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((t eh k) 1))) +("ameritrust" nil (((ax) 0) ((m eh) 1) ((r ih) 0) ((t r ah s t) 1))) +("amerman" nil (((ae) 1) ((m er) 0) ((m ax n) 0))) +("amero" nil (((aa) 0) ((m eh) 1) ((r ow) 0))) +("ameron" nil (((ae) 1) ((m er) 0) ((aa n) 0))) +("amerongen" nil (((ae) 1) ((m er) 0) ((ao n) 1) ((jh ax n) 0))) +("amersham" nil (((ae) 1) ((m er) 0) ((sh ae m) 1))) +("amerson" nil (((ae) 1) ((m er) 0) ((s ax n) 0))) +("amery" nil (((ae) 1) ((m er) 0) ((iy) 0))) +("ames" nil (((ey m z) 1))) +("ametek" nil (((ae) 1) ((m ax) 0) ((t eh k) 1))) +("amethyst" nil (((ae) 1) ((m ih) 0) ((th ih s t) 0))) +("amev" nil (((ae) 1) ((m eh v) 0))) +("amex" nil (((ae) 1) ((m eh k s) 0))) +("amexco" nil (((ax) 0) ((m eh k) 1) ((s k ow) 0))) +("amey" nil (((ey) 1) ((m iy) 0))) +("amezcua" nil (((ax) 0) ((m eh z) 1) ((k y uw) 0) ((ax) 0))) +("amezquita" nil (((aa) 0) ((m eh z) 0) ((k w iy) 1) ((t ax) 0))) +("amfac" nil (((ae m) 1) ((f ae k) 0))) +("amfesco" nil (((ae m) 0) ((f eh) 1) ((s k ow) 0))) +("amgen" nil (((ae m) 1) ((jh eh n) 0))) +("amherst" nil (((ae) 1) ((m er s t) 0))) +("amhoist" nil (((ae m) 0) ((hh oy s t) 1))) +("ami" nil (((aa) 1) ((m iy) 0))) +("amiability" nil (((ey) 1) ((m iy) 0) ((ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("amiable" nil (((ey) 1) ((m iy) 0) ((ax) 0) ((b ax l) 0))) +("amiably" nil (((ey) 1) ((m iy) 0) ((ax) 0) ((b l iy) 0))) +("amicable" nil (((ae) 1) ((m ih) 0) ((k ax) 0) ((b ax l) 0))) +("amicably" nil (((ae) 1) ((m ih) 0) ((k ax) 0) ((b l iy) 0))) +("amick" nil (((ae) 1) ((m ih k) 0))) +("amico" nil (((aa) 0) ((m iy) 1) ((k ow) 0))) +("amicone" nil (((ae) 1) ((m ih) 0) ((k ow n) 1))) +("amicus" nil (((ax) 0) ((m iy) 1) ((k ax s) 0))) +("amid" nil (((ax) 0) ((m ih d) 1))) +("amidi" nil (((aa) 0) ((m iy) 1) ((d iy) 0))) +("amidon" nil (((ae) 1) ((m ih) 0) ((d aa n) 0))) +("amidships" nil (((ax) 0) ((m ih d) 1) ((sh ih p s) 0))) +("amidst" nil (((ax) 0) ((m ih d s t) 1))) +("amie" nil (((ae) 1) ((m iy) 0))) +("amiga" nil (((ax) 0) ((m iy) 1) ((g ax) 0))) +("amigo" nil (((ax) 0) ((m iy) 1) ((g ow) 1))) +("amigos" nil (((ax) 0) ((m iy) 1) ((g ow z) 1))) +("amilia" nil (((aa) 0) ((m iy) 1) ((l iy) 0) ((ax) 0))) +("amin" nil (((aa) 0) ((m iy n) 1))) +("amino" nil (((ax) 0) ((m iy) 1) ((n ow) 0))) +("aminta" nil (((ax) 0) ((m ih n) 1) ((t ax) 0))) +("amiot" nil (((ey) 1) ((m iy) 0) ((ax t) 0))) +("amiprilose" nil (((ax) 0) ((m ih) 1) ((p r ax) 0) ((l ow s) 1))) +("amir" nil (((ax) 0) ((m ih r) 1))) +("amiram" nil (((ae) 1) ((m er) 0) ((ae m) 0))) +("amiran" nil (((ae) 1) ((m ih) 0) ((r ax n) 0))) +("amirault" nil (((ae) 1) ((m ay) 0) ((r aw l t) 0))) +("amirav" nil (((ae) 1) ((m ih) 0) ((r ae v) 1))) +("amis" nil (((ae) 1) ((m ih s) 0))) +("amish" nil (((aa) 1) ((m ih sh) 0))) +("amison" nil (((ae) 1) ((m ih) 0) ((s ax n) 0))) +("amiss" nil (((ax) 0) ((m ih s) 1))) +("amitai" nil (((ae) 1) ((m ih) 0) ((t ay) 1))) +("amity" nil (((ae) 1) ((m ih) 0) ((t iy) 0))) +("amityville" nil (((ae) 1) ((m ih) 0) ((t iy) 0) ((v ih l) 1))) +("amman" nil (((ae) 1) ((m ax n) 0))) +("ammann" nil (((ae) 1) ((m ax n) 0))) +("ammeen" nil (((ax) 0) ((m iy n) 1))) +("ammerman" nil (((ae) 1) ((m er) 0) ((m ax n) 0))) +("ammeters" nil (((ae) 1) ((m iy) 1) ((t er z) 0))) +("ammirati" nil (((aa) 0) ((m ih) 0) ((r aa) 1) ((t iy) 0))) +("ammo" nil (((ae) 1) ((m ow) 1))) +("ammon" nil (((ae) 1) ((m ax n) 0))) +("ammonia" nil (((ax) 0) ((m ow) 1) ((n y ax) 0))) +("ammonite" nil (((ae) 1) ((m ax) 0) ((n ay t) 1))) +("ammonites" nil (((ae) 1) ((m ax) 0) ((n ay t s) 1))) +("ammonium" nil (((ax) 0) ((m ow) 1) ((n iy) 0) ((ax m) 0))) +("ammons" nil (((ae) 1) ((m ax n z) 0))) +("ammunition" nil (((ae) 1) ((m y ax) 0) ((n ih) 1) ((sh ax n) 0))) +("amnesia" nil (((ae m) 0) ((n iy) 1) ((zh ax) 0))) +("amnesiac" nil (((ae m) 0) ((n iy) 1) ((z iy) 0) ((ae k) 1))) +("amnesties" nil (((ae m) 1) ((n ax) 0) ((s t iy z) 0))) +("amnesty" nil (((ae m) 1) ((n ax) 0) ((s t iy) 0))) +("amniocentesis" nil (((ae m) 1) ((n iy) 0) ((ow) 0) ((s eh n) 1) ((t iy) 1) ((s ih s) 0))) +("amniotic" nil (((ae m) 1) ((n iy) 0) ((ao) 0) ((t ih k) 0))) +("amo" nil (((aa) 1) ((m ow) 0))) +("amoco" nil (((ae) 1) ((m ax) 0) ((k ow) 0))) +("amoeba" nil (((ax) 0) ((m iy) 1) ((b ax) 0))) +("amoebas" nil (((ax) 0) ((m iy) 1) ((b ax z) 0))) +("amoebic" nil (((ax) 0) ((m iy) 1) ((b ih k) 0))) +("amok" nil (((ax) 0) ((m ah k) 1))) +("amon" nil (((aa) 0) ((m ao n) 1))) +("among" nil (((ax) 0) ((m ah ng) 1))) +("amongst" nil (((ax) 0) ((m ah ng s t) 1))) +("amor" nil (((ae) 1) ((m er) 0))) +("amoral" nil (((ey) 0) ((m ao) 1) ((r ax l) 0))) +("amorality" n (((ey) 1) ((m er) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("amore" nil (((aa) 1) ((m ao r) 0))) +("amorette" nil (((ae) 1) ((m er) 0) ((eh t) 1))) +("amorist" nil (((ae) 1) ((m er) 0) ((ax s t) 0))) +("amorita" nil (((aa) 0) ((m ao) 0) ((r iy) 1) ((t ax) 0))) +("amorosi" nil (((aa) 0) ((m ao) 0) ((r ow) 1) ((s iy) 0))) +("amoroso" nil (((aa) 0) ((m ao) 0) ((r ow) 1) ((s ow) 0))) +("amorous" nil (((ae) 1) ((m er) 0) ((ax s) 0))) +("amorphous" nil (((ax) 0) ((m ao r) 1) ((f ax s) 0))) +("amortization" nil (((ae) 1) ((m er) 0) ((t ih) 0) ((z ey) 1) ((sh ax n) 0))) +("amortize" nil (((ae) 1) ((m er) 0) ((t ay z) 1))) +("amortized" nil (((ae) 1) ((m er) 0) ((t ay z d) 1))) +("amortizing" nil (((ae) 1) ((m er) 0) ((t ay) 1) ((z ih ng) 0))) +("amoruso" nil (((ae) 1) ((m er) 0) ((uw) 1) ((s ow) 0))) +("amory" nil (((ey) 1) ((m er) 0) ((iy) 0))) +("amos" nil (((ey) 1) ((m ax s) 0))) +("amoskeag" nil (((ae) 1) ((m ax) 0) ((s k ey g) 1))) +("amoss" nil (((ax) 0) ((m ao s) 1))) +("amount" nil (((ax) 0) ((m aw n t) 1))) +("amounted" nil (((ax) 0) ((m aw n) 1) ((t ih d) 0))) +("amounting" nil (((ax) 0) ((m aw n) 1) ((t ih ng) 0))) +("amounts" nil (((ax) 0) ((m aw n t s) 1))) +("ampad" nil (((ae m) 1) ((p ae d) 0))) +("ampal" nil (((ae m) 1) ((p ax l) 0))) +("amparan" nil (((ae m) 1) ((p er) 0) ((ax n) 0))) +("ampco" nil (((ae m p) 1) ((k ow) 0))) +("amperage" nil (((ae m) 1) ((p er) 0) ((ih jh) 0))) +("ampersand" nil (((ae m) 1) ((p er) 0) ((s ae n d) 1))) +("ampex" nil (((ae m) 1) ((p eh k s) 1))) +("amphenol" nil (((ae m) 1) ((f ax) 0) ((n ao l) 0))) +("amphetamine" nil (((ae m) 0) ((f eh) 1) ((t ax) 0) ((m iy n) 1))) +("amphetamines" nil (((ae m) 0) ((f eh) 1) ((t ax) 0) ((m iy n z) 1))) +("amphibian" nil (((ae m) 0) ((f ih) 1) ((b iy) 0) ((ax n) 0))) +("amphibians" nil (((ae m) 0) ((f ih) 1) ((b iy) 0) ((ax n z) 0))) +("amphibious" nil (((ae m) 0) ((f ih) 1) ((b iy) 0) ((ax s) 0))) +("amphibole" nil (((ae m) 1) ((f ax) 0) ((b ow l) 1))) +("amphitheater" nil (((ae m) 1) ((f ax) 0) ((th iy) 1) ((ax) 0) ((t er) 0))) +("amphitheaters" nil (((ae m) 1) ((f ax) 0) ((th iy) 1) ((ax) 0) ((t er z) 0))) +("amphitheatre" nil (((ae m) 1) ((p ax) 0) ((th iy) 1) ((ax) 0) ((t er) 0))) +("amphora" nil (((ae m) 1) ((f er) 0) ((ax) 0))) +("amphorae" nil (((ae m) 1) ((f er) 0) ((iy) 1))) +("ample" nil (((ae m) 1) ((p ax l) 0))) +("amplification" nil (((ae m) 1) ((p l ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("amplifications" nil (((ae m) 1) ((p l ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("amplified" nil (((ae m) 1) ((p l ax) 0) ((f ay d) 1))) +("amplifier" nil (((ae m) 1) ((p l ax) 0) ((f ay) 1) ((er) 0))) +("amplifiers" nil (((ae m) 1) ((p l ax) 0) ((f ay) 1) ((er z) 0))) +("amplifies" nil (((ae m) 1) ((p l ax) 0) ((f ay z) 1))) +("amplify" nil (((ae m) 1) ((p l ax) 0) ((f ay) 1))) +("amplifying" nil (((ae m) 1) ((p l ax) 0) ((f ay) 1) ((ih ng) 0))) +("ampligen" nil (((ae m) 1) ((p l ih) 0) ((jh eh n) 0))) +("amplitude" nil (((ae m) 1) ((p l ax) 0) ((t uw d) 1))) +("amply" nil (((ae m) 1) ((p l iy) 0))) +("ampol" nil (((ae m) 1) ((p ao l) 0))) +("amputate" nil (((ae m) 1) ((p y ax) 0) ((t ey t) 1))) +("amputated" nil (((ae m) 1) ((p y ax) 0) ((t ey) 1) ((t ih d) 0))) +("amputation" nil (((ae m) 1) ((p y ax) 0) ((t ey) 1) ((sh ax n) 0))) +("amputations" nil (((ae m) 1) ((p y uw) 0) ((t ey) 1) ((sh ax n z) 0))) +("amputee" nil (((ae m) 1) ((p y ax) 0) ((t iy) 1))) +("amraam" nil (((ae) 0) ((m r aa m) 1))) +("amre" nil (((ae) 1) ((m r ax) 0))) +("amrein" nil (((ae) 1) ((m r ay n) 0))) +("amrep" nil (((ae) 1) ((m r eh p) 0))) +("amrhein" nil (((ae) 1) ((m er) 0) ((hh ay n) 1))) +("amrine" nil (((ae) 1) ((m r iy n) 0))) +("amritsar" nil (((ae) 0) ((m r ih t) 1) ((s er) 0))) +("amro" nil (((ae) 1) ((m r ow) 0))) +("ams" nil (((ae m z) 1))) +("amsbaugh" nil (((ae m z) 1) ((b ao) 1))) +("amsco" nil (((ae m) 1) ((s k ow) 0))) +("amsden" nil (((ae m z) 1) ((d ax n) 0))) +("amsler" nil (((ae m) 1) ((z l er) 0))) +("amsouth" nil (((ae m) 1) ((s aw th) 1))) +("amspacher" nil (((ae m) 1) ((s p ax) 0) ((k er) 0))) +("amstar" nil (((ae m) 1) ((s t aa r) 1))) +("amster" nil (((ae m) 1) ((s t er) 0))) +("amsterdam" nil (((ae m) 1) ((s t er) 0) ((d ae m) 1))) +("amstrad" nil (((ae m) 1) ((s t r ae d) 1))) +("amstutz" nil (((ae m) 1) ((s t ax t s) 0))) +("amtech" nil (((ae m) 1) ((t eh k) 1))) +("amtrack" nil (((ae m) 1) ((t r ae k) 1))) +("amtrak" nil (((ae m) 1) ((t r ae k) 0))) +("amuck" nil (((ax) 0) ((m ah k) 1))) +("amulet" nil (((ae) 1) ((m y ax) 0) ((l ax t) 0))) +("amulets" nil (((ae) 1) ((m y ax) 0) ((l ax t s) 0))) +("amundsen" nil (((ey) 1) ((m ax n d) 0) ((s ax n) 0))) +("amundson" nil (((ae) 1) ((m ax n d) 0) ((s ax n) 0))) +("amuse" nil (((ax) 0) ((m y uw z) 1))) +("amused" nil (((ax) 0) ((m y uw z d) 1))) +("amusement" nil (((ax) 0) ((m y uw z) 1) ((m ax n t) 0))) +("amusements" nil (((ax) 0) ((m y uw z) 1) ((m ax n t s) 0))) +("amuses" nil (((ax) 0) ((m y uw) 1) ((z ih z) 0))) +("amusing" nil (((ax) 0) ((m y uw) 1) ((z ih ng) 0))) +("amusingly" nil (((ax) 0) ((m y uw) 1) ((z ih ng) 0) ((l iy) 0))) +("amvest" nil (((ae m) 1) ((v eh s t) 0))) +("amvestors" nil (((ae m) 1) ((v eh) 1) ((s t er z) 0))) +("amway" nil (((ae m) 1) ((w ey) 1))) +("amy" nil (((ey) 1) ((m iy) 0))) +("amylin" nil (((ae) 1) ((m ih) 0) ((l ih n) 1))) +("amyloid" nil (((ae) 1) ((m ih) 0) ((l oy d) 1))) +("amyotrophic" nil (((ae) 1) ((m ay) 0) ((ax) 0) ((t r ow) 1) ((f ih k) 0))) +("amythyst" nil (((ae) 1) ((m ih) 0) ((th ih s t) 0))) +("amyx" nil (((ae) 1) ((m ih k s) 0))) +("an" nil (((ae n) 1))) +("ana" nil (((aa) 1) ((n ax) 0))) +("anabaptist" nil (((ae) 1) ((n ax) 0) ((b ae p) 1) ((t ax s t) 0))) +("anable" nil (((ey) 1) ((n ax) 0) ((b ax l) 0))) +("anabolic" nil (((ae) 1) ((n ax) 0) ((b aa) 1) ((l ih k) 0))) +("anac" nil (((ae) 1) ((n ae k) 0))) +("anachronism" nil (((ax) 0) ((n ae) 1) ((k r ax) 0) ((n ih) 1) ((z ax m) 0))) +("anachronisms" nil (((ax) 0) ((n ae) 1) ((k r ax) 0) ((n ih) 1) ((z ax m z) 0))) +("anachronistic" nil (((ax) 0) ((n ae) 1) ((k r ax) 0) ((n ih) 1) ((s t ih k) 0))) +("anacin" nil (((ae) 1) ((n ax) 0) ((s ih n) 0))) +("anacker" nil (((ae) 1) ((n ax) 0) ((k er) 0))) +("anacomp" nil (((ae) 1) ((n ax) 0) ((k aa m p) 1))) +("anaconda" nil (((ae) 1) ((n ax) 0) ((k aa n) 1) ((d ax) 0))) +("anacostia" nil (((ae) 1) ((n ax) 0) ((k aa) 1) ((s t iy) 0) ((ax) 0))) +("anadarko" nil (((ae) 1) ((n ax) 0) ((d aa r) 1) ((k ow) 0))) +("anaerobes" nil (((ae) 1) ((n er) 0) ((ow b z) 1))) +("anaerobic" nil (((ae) 1) ((n er) 0) ((ow) 1) ((b ih k) 0))) +("anaesthesia" nil (((ae) 1) ((n ax s) 0) ((th iy) 1) ((zh ax) 0))) +("anafranil" nil (((ax) 0) ((n ae) 1) ((f r ax) 0) ((n ih l) 1))) +("anagnos" nil (((aa) 0) ((n aa g) 1) ((n ow z) 0))) +("anagram" nil (((ae) 1) ((n ax) 0) ((g r ae m) 1))) +("anaheim" nil (((ae) 1) ((n ax) 0) ((hh ay m) 1))) +("anal" nil (((ey) 1) ((n ax l) 0))) +("analgesic" nil (((ae) 1) ((n ax l) 0) ((jh iy) 1) ((s ih k) 0))) +("analgesics" nil (((ae) 1) ((n ax l) 0) ((jh iy) 1) ((z ih k s) 0))) +("analog" nil (((ae) 1) ((n ax) 0) ((l ao g) 1))) +("analogic" nil (((ae) 1) ((n ax) 0) ((l aa) 1) ((jh ih k) 0))) +("analogies" nil (((ax) 0) ((n ae) 1) ((l ax) 0) ((jh iy z) 0))) +("analogous" nil (((ax) 0) ((n ae) 1) ((l ax) 0) ((g ax s) 0))) +("analogue" nil (((ae) 1) ((n ax) 0) ((l ao g) 1))) +("analogy" nil (((ax) 0) ((n ae) 1) ((l ax) 0) ((jh iy) 0))) +("analyses" n (((ax) 0) ((n ae) 1) ((l ax) 0) ((s iy z) 0))) +("analyses" v (((ah) 1) ((n ae) 0) ((l ay) 0) ((s ih z) 0))) +("analysis" nil (((ax) 0) ((n ae) 1) ((l ax) 0) ((s ax s) 0))) +("analyst" nil (((ae) 1) ((n ax) 0) ((l ax s t) 0))) +("analysts" nil (((ae) 1) ((n ax) 0) ((l ax s t s) 0))) +("analytic" nil (((ae) 1) ((n ax) 0) ((l ih) 1) ((t ih k) 0))) +("analytical" nil (((ae) 1) ((n ax) 0) ((l ih) 1) ((t ih) 0) ((k ax l) 0))) +("analytically" nil (((ae) 1) ((n ax) 0) ((l ih) 1) ((t ih) 0) ((k l iy) 0))) +("analyticity" nil (((ae) 1) ((n ax) 0) ((l ax) 0) ((t ih) 1) ((s ax) 0) ((t iy) 0))) +("analytics" nil (((ae) 1) ((n ax) 0) ((l ih) 1) ((t ih k s) 0))) +("analyzable" nil (((ae) 1) ((n ax) 0) ((l ay) 1) ((z ax) 0) ((b ax l) 0))) +("analyze" nil (((ae) 1) ((n ax) 0) ((l ay z) 1))) +("analyzed" nil (((ae) 1) ((n ax) 0) ((l ay z d) 1))) +("analyzer" nil (((ae) 1) ((n ax) 0) ((l ay) 1) ((z er) 0))) +("analyzers" nil (((ae) 1) ((n ax) 0) ((l ay) 1) ((z er z) 0))) +("analyzes" nil (((ae) 1) ((n ax) 0) ((l ay) 1) ((z ih z) 0))) +("analyzing" nil (((ae) 1) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("anand" nil (((ae) 1) ((n ax n d) 0))) +("anandeep" nil (((aa) 1) ((n aa n) 0) ((d iy p) 1))) +("anania" nil (((aa) 0) ((n aa) 1) ((n iy) 0) ((ax) 0))) +("anantha" nil (((ax) 0) ((n ae n) 1) ((th ax) 0))) +("anaphora" nil (((ax) 0) ((n ae) 1) ((f er) 0) ((ax) 0))) +("anarchic" nil (((ae) 0) ((n aa r) 1) ((k ih k) 0))) +("anarchical" nil (((ae) 0) ((n aa r) 1) ((k ax) 0) ((k ax l) 0))) +("anarchist" nil (((ae) 1) ((n er) 0) ((k ax s t) 0))) +("anarchy" nil (((ae) 1) ((n er) 0) ((k iy) 0))) +("anaren" nil (((ae) 1) ((n er) 0) ((ax n) 0))) +("anast" nil (((aa) 1) ((n aa s t) 0))) +("anastas" nil (((ae) 1) ((n ax) 0) ((s t ax z) 0))) +("anastasi" nil (((aa) 0) ((n aa) 0) ((s t aa) 1) ((s iy) 0))) +("anastasia" nil (((ae) 0) ((n ax) 0) ((s t ey) 1) ((zh ax) 0))) +("anastasio" nil (((aa) 0) ((n aa) 0) ((s t aa) 1) ((s iy) 0) ((ow) 0))) +("anastos" nil (((ae) 1) ((n ax) 0) ((s t ow z) 0))) +("anathema" nil (((ax) 0) ((n ae) 1) ((th ax) 0) ((m ax) 0))) +("anatola" nil (((aa) 0) ((n aa) 0) ((t ow) 1) ((l ax) 0))) +("anatole" nil (((ae) 1) ((n ax) 0) ((t ow l) 1))) +("anatoli" nil (((ae) 1) ((n ax) 0) ((t ow) 1) ((l iy) 0))) +("anatolia" nil (((ae) 1) ((n ax) 0) ((t ow) 1) ((l iy) 0) ((ax) 0))) +("anatolian" nil (((ae) 1) ((n ax) 0) ((t ow) 1) ((l iy) 0) ((ax n) 0))) +("anatoly" nil (((ae) 1) ((n ax) 0) ((t ow) 1) ((l iy) 0))) +("anatomical" nil (((ae) 1) ((n ax) 0) ((t aa) 1) ((m ax) 0) ((k ax l) 0))) +("anatomically" nil (((ae) 1) ((n ax) 0) ((t aa) 1) ((m ax) 0) ((k l iy) 0))) +("anatomist" nil (((ax) 0) ((n ae) 1) ((t ax) 0) ((m ax s t) 0))) +("anatomy" nil (((ax) 0) ((n ae) 1) ((t ax) 0) ((m iy) 0))) +("anaya" nil (((aa) 0) ((n aa) 1) ((y ax) 0))) +("anaylsts" nil (((ax) 0) ((n ey l s t s) 1))) +("ancel" nil (((ax n) 0) ((s eh l) 1))) +("ancell" nil (((aa n) 0) ((s ey l) 1))) +("ancestor" nil (((ae n) 1) ((s eh) 1) ((s t er) 0))) +("ancestors" nil (((ae n) 1) ((s eh) 1) ((s t er z) 0))) +("ancestral" nil (((ae n) 0) ((s eh) 1) ((s t r ax l) 0))) +("ancestry" nil (((ae n) 1) ((s eh) 0) ((s t r iy) 0))) +("ancheta" nil (((aa n) 0) ((k eh) 1) ((t ax) 0))) +("anchondo" nil (((aa n) 0) ((k ow n) 1) ((d ow) 0))) +("anchor" nil (((ae ng) 1) ((k er) 0))) +("anchorage" nil (((ae ng) 1) ((k er) 0) ((ax jh) 0))) +("anchored" nil (((ae ng) 1) ((k er d) 0))) +("anchoring" nil (((ae ng) 1) ((k er) 0) ((ih ng) 0))) +("anchorman" nil (((ae ng) 1) ((k er) 0) ((m ae n) 1))) +("anchormen" nil (((ae ng) 1) ((k er) 0) ((m eh n) 1))) +("anchors" nil (((ae ng) 1) ((k er z) 0))) +("anchorwoman" n (((ae ng) 1) ((k aa r) 0) ((w uh) 1) ((m ax n) 0))) +("anchovies" nil (((ae n) 0) ((ch ow) 1) ((v iy z) 0))) +("anchovy" nil (((ae n) 0) ((ch ow) 1) ((v iy) 0))) +("ancient" nil (((ey n) 1) ((ch ax n t) 0))) +("ancients" nil (((ey n) 1) ((ch ax n t s) 0))) +("ancillary" nil (((ae n) 1) ((s ax) 0) ((l eh) 1) ((r iy) 0))) +("ancira" nil (((aa n) 0) ((ch ih) 1) ((r ax) 0))) +("ancona" nil (((aa n) 0) ((k ow) 1) ((n ax) 0))) +("ancrum" nil (((ax n) 0) ((k r ah m) 1))) +("anctil" nil (((ae ng k) 1) ((t ih l) 0))) +("and" nil (((ae n d) 1))) +("andal" nil (((ae n) 1) ((d ax l) 0))) +("andalusia" nil (((ae n) 1) ((d ax) 0) ((l uw) 1) ((zh ax) 0))) +("andalusian" nil (((ae n) 1) ((d ax) 0) ((l uw) 1) ((sh ax n) 0))) +("andante" nil (((aa n) 0) ((d aa n) 1) ((t ey) 0))) +("andantino" nil (((aa n) 1) ((d aa n) 1) ((t iy) 1) ((n ow) 0))) +("andean" nil (((ae n) 1) ((d iy) 0) ((ax n) 0))) +("andel" nil (((ae n) 1) ((d ax l) 0))) +("ander" nil (((ae n) 1) ((d er) 0))) +("anderberg" nil (((ae n) 1) ((d er) 0) ((b er g) 0))) +("anderegg" nil (((ae n) 1) ((d er) 0) ((ih g) 0))) +("anderle" nil (((ae n) 1) ((d er) 0) ((ax l) 0))) +("anderlini" nil (((ae n) 1) ((d er) 0) ((l iy) 1) ((n iy) 0))) +("anderman" nil (((ae n) 1) ((d er) 0) ((m ax n) 0))) +("anders" nil (((ae n) 1) ((d er z) 0))) +("andersen" nil (((ae n) 1) ((d er) 0) ((s ax n) 0))) +("anderson" nil (((ae n) 1) ((d er) 0) ((s ax n) 0))) +("andersons" nil (((ae n) 1) ((d er) 0) ((s ax n z) 0))) +("andersson" nil (((ae n) 1) ((d er) 0) ((s ax n) 0))) +("andert" nil (((ae n) 1) ((d er t) 0))) +("anderton" nil (((ae n) 1) ((d er) 0) ((t ax n) 0))) +("andes" nil (((ae n) 1) ((d iy z) 0))) +("andesite" nil (((ae n) 1) ((d ih) 0) ((s ay t) 1))) +("andie" nil (((ae n) 1) ((d iy) 0))) +("anding" nil (((ae n) 1) ((d ih ng) 0))) +("andino" nil (((aa n) 0) ((d iy) 1) ((n ow) 0))) +("andiron" nil (((ae n) 1) ((d ay) 1) ((er n) 0))) +("andis" nil (((ae n) 1) ((d ih s) 0))) +("andler" nil (((ae n d) 1) ((l er) 0))) +("ando" nil (((ae n) 1) ((d ow) 0))) +("andolina" nil (((aa n) 0) ((d ow) 0) ((l iy) 1) ((n ax) 0))) +("andonian" nil (((ae n) 1) ((d ow) 1) ((n iy) 0) ((ax n) 0))) +("andorra" nil (((ae n) 0) ((d ao) 1) ((r ax) 0))) +("andover" nil (((ae n) 1) ((d ow) 0) ((v er) 0))) +("andrada" nil (((aa n) 0) ((d r aa) 1) ((d ax) 0))) +("andrade" nil (((ae n) 1) ((d r ey d) 1))) +("andrae" nil (((aa n) 1) ((d r ay) 0))) +("andras" nil (((aa n) 1) ((d r ax s) 0))) +("andre" nil (((aa n) 1) ((d r ey) 1))) +("andrea" nil (((ae n) 1) ((d r iy) 0) ((ax) 0))) +("andreae" nil (((aa n) 0) ((d r ey) 1) ((aa) 0))) +("andreana" nil (((ae n) 1) ((d r iy) 1) ((n ax) 0))) +("andreano" nil (((ae n) 1) ((d r iy) 1) ((n ow) 0))) +("andreas" nil (((aa n) 0) ((d r ey) 1) ((ax s) 0))) +("andreasen" nil (((ae n) 1) ((d r iy) 0) ((s ax n) 0))) +("andreason" nil (((ae n) 1) ((d r iy) 1) ((s ax n) 0))) +("andreassen" nil (((ae n) 1) ((d r ax) 0) ((s ax n) 0))) +("andree" nil (((ax n) 0) ((d r iy) 1))) +("andreen" nil (((ax n) 0) ((d r iy n) 1))) +("andrei" nil (((ae n) 1) ((d r ey) 1))) +("andreini" nil (((aa n) 0) ((d r ey) 0) ((iy) 1) ((n iy) 0))) +("andrej" nil (((aa n) 1) ((d r ey) 0))) +("andren" nil (((ae n) 1) ((d er) 0) ((ax n) 0))) +("andreoli" nil (((aa n) 0) ((d r ey) 0) ((ow) 1) ((l iy) 0))) +("andreoni" nil (((aa n) 0) ((d r ey) 0) ((ow) 1) ((n iy) 0))) +("andreotti" nil (((aa n) 0) ((d r iy) 0) ((aa) 1) ((t iy) 0))) +("andreozzi" nil (((aa n) 0) ((d r iy) 0) ((aa t) 1) ((s iy) 0))) +("andrepont" nil (((aa n) 0) ((d r ey) 1) ((p ow n t) 0))) +("andres" nil (((aa n) 1) ((d r ey z) 0))) +("andresen" nil (((ae n) 0) ((d r iy) 1) ((s ax n) 0))) +("andreski" nil (((ae n) 0) ((d r eh) 1) ((s k iy) 0))) +("andress" nil (((aa n) 1) ((d r eh s) 0))) +("andretti" nil (((ae n) 1) ((d r eh) 1) ((t iy) 0))) +("andreu" nil (((ae n) 1) ((d r uw) 0))) +("andrew" nil (((ae n) 1) ((d r uw) 0))) +("andrews" nil (((ae n) 1) ((d r uw z) 1))) +("andrey" nil (((ae n) 1) ((d r iy) 0))) +("andrezak" nil (((ae n) 1) ((d r ax) 0) ((z ae k) 0))) +("andria" nil (((ae n) 1) ((d r iy) 0) ((ax) 0))) +("andriana" nil (((aa n) 0) ((d r iy) 0) ((ae) 1) ((n ax) 0))) +("andriano" nil (((aa n) 0) ((d r iy) 0) ((aa) 1) ((n ow) 0))) +("andrich" nil (((ae n) 1) ((d r ih k) 0))) +("andrick" nil (((ae n) 1) ((d r ih k) 0))) +("andries" nil (((ax n) 0) ((d r iy z) 1))) +("andriessen" nil (((ae n) 1) ((d r iy) 1) ((s ax n) 0))) +("andringa" nil (((aa n) 0) ((d r iy ng) 1) ((g ax) 0))) +("andriola" nil (((aa n) 0) ((d r iy) 0) ((ow) 1) ((l ax) 0))) +("andrist" nil (((ae n) 1) ((d r ih s t) 0))) +("androgynous" nil (((ae n) 0) ((d r ao) 1) ((jh ax) 0) ((n ax s) 0))) +("android" nil (((ae n) 1) ((d r oy d) 1))) +("andromeda" nil (((ae n) 0) ((d r aa) 1) ((m ax) 0) ((d ax) 0))) +("andropov" nil (((ae n) 0) ((d r aa) 1) ((p aa v) 1))) +("andros" nil (((ae n) 1) ((d r aa s) 0))) +("andrus" nil (((ae n) 1) ((d r ax s) 0))) +("andruskevich" nil (((ae n) 1) ((d r ax) 0) ((s eh) 1) ((v ih ch) 0))) +("andry" nil (((ae n) 1) ((d r iy) 0))) +("andrzej" nil (((aa n) 1) ((d r ey) 1))) +("andrzejewski" nil (((ax n) 0) ((jh ey) 0) ((eh f) 1) ((s k iy) 0))) +("ands" nil (((ae n d z) 1))) +("andujar" nil (((aa n) 0) ((d uw) 0) ((y aa r) 1))) +("andy" nil (((ae n) 1) ((d iy) 0))) +("anecdotal" nil (((ae) 1) ((n ax k) 0) ((d ow) 1) ((t ax l) 0))) +("anecdote" nil (((ae) 1) ((n ax k) 0) ((d ow t) 1))) +("anecdotes" nil (((ae) 1) ((n ax k) 0) ((d ow t s) 1))) +("anello" nil (((ax) 0) ((n eh) 1) ((l ow) 0))) +("anemia" nil (((ax) 0) ((n iy) 1) ((m iy) 0) ((ax) 0))) +("anemias" nil (((ax) 0) ((n iy) 1) ((m iy) 0) ((ax z) 0))) +("anemic" nil (((ax) 0) ((n iy) 1) ((m ih k) 0))) +("anemometer" nil (((ae) 1) ((n ax) 0) ((m aa) 1) ((m ax) 0) ((t er) 0))) +("anemone" nil (((ae) 1) ((n ih) 0) ((m ow n) 1))) +("anencephalic" nil (((ae) 0) ((n eh n) 1) ((s ax) 0) ((f ae) 1) ((l ih k) 0))) +("anesthesia" nil (((ae) 1) ((n ih s) 0) ((th iy) 1) ((zh ax) 0))) +("anesthesiologist" nil (((ae) 1) ((n ax s) 0) ((th iy) 1) ((z iy) 0) ((aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("anesthesiologists" nil (((ae) 1) ((n ax s) 0) ((th iy) 1) ((z iy) 0) ((aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("anesthesiology" nil (((ae) 1) ((n ax s) 0) ((th iy) 0) ((z iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("anesthetic" nil (((ae) 1) ((n ax s) 0) ((th eh) 1) ((t ih k) 0))) +("anesthetist" nil (((ax) 0) ((n eh s) 1) ((th ax) 0) ((t ax s t) 0))) +("anette" nil (((ax) 0) ((n eh t) 1))) +("anew" nil (((ax) 0) ((n uw) 1))) +("anfinson" nil (((ae n) 1) ((f ih n) 0) ((s ax n) 0))) +("ang" nil (((ae ng) 1))) +("ange" nil (((ey n jh) 1))) +("angel" nil (((ey n) 1) ((jh ax l) 0))) +("angela" nil (((ae n) 1) ((jh ax) 0) ((l ax) 0))) +("angelenos" nil (((ae n) 1) ((jh ax) 0) ((l iy) 1) ((n ow z) 0))) +("angeles" nil (((ae n) 1) ((jh ax) 0) ((l ih s) 0))) +("angeletti" nil (((aa ng) 0) ((g eh) 0) ((l eh) 1) ((t iy) 0))) +("angelfish" nil (((ey n) 1) ((jh ax l) 0) ((f ih sh) 1))) +("angeli" nil (((aa ng) 0) ((g eh) 1) ((l iy) 0))) +("angelic" nil (((ae n) 1) ((jh eh) 1) ((l ih k) 0))) +("angelica" nil (((ae n) 0) ((jh eh) 1) ((l ih) 0) ((k ax) 0))) +("angelically" nil (((ae n) 0) ((jh eh) 1) ((l ih) 0) ((k l iy) 0))) +("angelicas" nil (((ae n) 0) ((jh eh) 1) ((l ih) 0) ((k ax z) 0))) +("angelico" nil (((aa ng) 0) ((g eh) 0) ((l iy) 1) ((k ow) 0))) +("angelika" nil (((ae n) 0) ((jh eh) 1) ((l ih) 1) ((k ax) 0))) +("angelillo" nil (((aa ng) 0) ((g eh) 0) ((l ih) 1) ((l ow) 0))) +("angeline" nil (((ey ng) 1) ((g ih) 0) ((l ay n) 0))) +("angelini" nil (((aa ng) 0) ((g eh) 0) ((l iy) 1) ((n iy) 0))) +("angelino" nil (((ae n) 1) ((jh ax) 0) ((l iy) 1) ((n ow) 0))) +("angelita" nil (((aa ng) 0) ((g eh) 0) ((l iy) 1) ((t ax) 0))) +("angell" nil (((ey n) 1) ((jh ax l) 0))) +("angelle" nil (((ey ng) 0) ((g eh l) 1))) +("angello" nil (((ae n) 1) ((jh eh) 1) ((l ow) 0))) +("angelo" nil (((ae n) 1) ((jh ax) 0) ((l ow) 1))) +("angeloff" nil (((ey ng) 1) ((g ih) 0) ((l ao f) 0))) +("angelone" nil (((aa ng) 0) ((g eh) 0) ((l ow) 1) ((n iy) 0))) +("angeloni" nil (((aa ng) 0) ((g eh) 0) ((l ow) 1) ((n iy) 0))) +("angelos" nil (((ae n) 1) ((jh ax) 0) ((l ow z) 1))) +("angeloz" nil (((ae n) 1) ((jh ax) 0) ((l ow z) 1))) +("angels" nil (((ey n) 1) ((jh ax l z) 0))) +("angelucci" nil (((aa ng) 0) ((g eh) 0) ((l uw) 1) ((ch iy) 0))) +("anger" nil (((ae ng) 1) ((g er) 0))) +("angered" nil (((ae ng) 1) ((g er d) 0))) +("angerer" nil (((ae ng) 1) ((g er) 0) ((er) 0))) +("angering" nil (((ae ng) 1) ((g er) 0) ((ih ng) 0))) +("angerman" nil (((ae ng) 1) ((er) 0) ((m ax n) 0))) +("angermeier" nil (((ey ng) 1) ((g er) 0) ((m ay) 0) ((er) 0))) +("angers" nil (((ae ng) 1) ((g er z) 0))) +("angert" nil (((ey ng) 1) ((g er t) 0))) +("angevine" nil (((ey ng) 1) ((g ih) 0) ((v ay n) 0))) +("angi" nil (((ae n) 1) ((jh iy) 0))) +("angie" nil (((ae n) 1) ((jh iy) 0))) +("angier" nil (((ae n) 1) ((jh iy) 0) ((er) 0))) +("angina" nil (((ae n) 0) ((jh ay) 1) ((n ax) 0))) +("angio" nil (((ae n) 1) ((jh iy) 0) ((ow) 0))) +("angiomedics" nil (((ae n) 1) ((jh iy) 0) ((ow) 0) ((m eh) 1) ((d ih k s) 0))) +("angioplasty" nil (((ae n) 1) ((jh iy) 0) ((ax) 0) ((p l ae) 1) ((s t iy) 0))) +("angiotensin" nil (((ae n) 1) ((jh iy) 0) ((ow) 0) ((t eh n) 1) ((s ih n) 0))) +("angle" nil (((ae ng) 1) ((g ax l) 0))) +("angled" nil (((ae ng) 1) ((g ax l d) 0))) +("anglemyer" nil (((ae ng) 1) ((g l ih) 0) ((m iy) 0) ((er) 0))) +("anglen" nil (((ae ng) 1) ((g ax) 0) ((l ax n) 0))) +("angler" nil (((ae ng) 1) ((g l er) 0))) +("anglers" nil (((ae ng) 1) ((g l er z) 0))) +("angles" nil (((ae ng) 1) ((g ax l z) 0))) +("angleton" nil (((ae ng) 1) ((g ax l) 0) ((t ax n) 0))) +("angley" nil (((ae ng) 1) ((g l iy) 0))) +("anglia" nil (((ae ng) 1) ((g l iy) 0) ((ax) 0))) +("anglican" nil (((ae ng) 1) ((g l ax) 0) ((k ax n) 0))) +("anglim" nil (((ae ng) 1) ((g l ih m) 0))) +("anglin" nil (((ae ng) 1) ((g l ih n) 0))) +("angling" nil (((ae ng) 1) ((g l ih ng) 0))) +("anglo" nil (((ae ng) 1) ((g l ow) 0))) +("anglos" nil (((ae ng) 1) ((g l ow z) 0))) +("angola" nil (((ae ng) 0) ((g ow) 1) ((l ax) 0))) +("angolan" nil (((ae ng) 1) ((g ow) 0) ((l ax n) 0))) +("angolans" nil (((ae ng) 1) ((g ow) 0) ((l ax n z) 0))) +("angora" nil (((ae ng) 0) ((g ao) 1) ((r ax) 0))) +("angoras" nil (((ae ng) 0) ((g ao) 1) ((r ax z) 0))) +("angotti" nil (((aa ng) 0) ((g ow) 1) ((t iy) 0))) +("angove" nil (((aa ng) 0) ((g ow) 1) ((v iy) 0))) +("angrier" nil (((ae ng) 1) ((g r iy) 0) ((er) 0))) +("angrily" nil (((ae ng) 1) ((g r ax) 0) ((l iy) 0))) +("angry" nil (((ae ng) 1) ((g r iy) 0))) +("angst" nil (((aa ng k s t) 1))) +("angstadt" nil (((ae ng sh) 1) ((t ae t) 0))) +("angstrom" nil (((ae ng) 1) ((s t r ax m) 0))) +("angstroms" nil (((ae ng) 1) ((s t r ax m z) 0))) +("anguiano" nil (((aa n) 0) ((g iy) 0) ((aa) 1) ((n ow) 0))) +("anguilla" nil (((ae ng) 1) ((w ih) 1) ((l ax) 0))) +("anguish" nil (((ae ng) 1) ((g w ih sh) 0))) +("anguished" nil (((ae ng) 1) ((g w ih sh t) 0))) +("anguishing" nil (((ae ng) 1) ((g w ih) 0) ((sh ih ng) 0))) +("angular" nil (((ae ng) 1) ((g y ax) 0) ((l er) 0))) +("angulo" nil (((aa ng) 0) ((g uw) 1) ((l ow) 0))) +("angus" nil (((ae ng) 1) ((g ax s) 0))) +("angy" nil (((ae n) 1) ((jh iy) 0))) +("anhalt" nil (((ae n) 1) ((hh ax l t) 0))) +("anheuser" nil (((ae n) 1) ((hh ay) 1) ((z er) 0))) +("anhui" nil (((aa n) 1) ((hh w ey) 1))) +("anhydride" nil (((ae n) 0) ((hh ay) 1) ((d r ih d) 0))) +("anibal" nil (((ae) 1) ((n ih) 0) ((b ax l) 0))) +("anikst" nil (((ae) 1) ((n ih k s t) 0))) +("aniline" nil (((ae) 1) ((n ax) 0) ((l iy n) 1))) +("animal" nil (((ae) 1) ((n ax) 0) ((m ax l) 0))) +("animals" nil (((ae) 1) ((n ax) 0) ((m ax l z) 0))) +("animate" j (((ae) 1) ((n ax) 0) ((m ax t) 0))) +("animate" v (((ae) 1) ((n ax) 0) ((m ey t) 1))) +("animated" nil (((ae) 1) ((n ax) 0) ((m ey) 1) ((t ax d) 0))) +("animates" nil (((ae) 1) ((n ax) 0) ((m ax t s) 0))) +("animation" nil (((ae) 1) ((n ax) 0) ((m ey) 1) ((sh ax n) 0))) +("animator" nil (((ae) 1) ((n ax) 0) ((m ey) 1) ((t er) 0))) +("animators" nil (((ae) 1) ((n ax) 0) ((m ey) 1) ((t er z) 0))) +("animism" nil (((ae) 1) ((n ax) 0) ((m ih) 1) ((z ax m) 0))) +("animists" nil (((ae) 1) ((n ax) 0) ((m ax s t s) 0))) +("animosities" nil (((ae) 1) ((n ax) 0) ((m aa) 1) ((s ax) 0) ((t iy z) 0))) +("animosity" nil (((ae) 1) ((n ax) 0) ((m aa) 1) ((s ax) 0) ((t iy) 0))) +("animus" nil (((ae) 1) ((n ih) 0) ((m ax s) 0))) +("aninat" nil (((ae) 1) ((n ih) 0) ((n ae t) 0))) +("anise" nil (((ae) 1) ((n ax s) 0))) +("aniseed" nil (((ae) 1) ((n ax) 0) ((s iy d) 1))) +("anisette" nil (((ae) 1) ((n ax) 0) ((s eh t) 1))) +("anita" nil (((ax) 0) ((n iy) 1) ((t ax) 0))) +("anitec" nil (((ae) 1) ((n ih) 0) ((t eh k) 1))) +("anixter" nil (((ae) 1) ((n ih k) 0) ((s t er) 0))) +("anja" nil (((aa n) 1) ((jh ax) 0))) +("ankang" nil (((aa n) 1) ((k aa ng) 1))) +("ankara" nil (((ae ng) 1) ((k er) 0) ((ax) 0))) +("ankeney" nil (((ax ng) 0) ((k eh) 1) ((n iy) 0))) +("ankeny" nil (((ax ng) 0) ((k iy) 1) ((n iy) 0))) +("anker" nil (((ae ng) 1) ((k er) 0))) +("anklam" nil (((ae ng) 1) ((k l ax m) 0))) +("ankle" nil (((ae ng) 1) ((k ax l) 0))) +("anklebone" nil (((ae ng) 1) ((k ax l) 0) ((b ow n) 1))) +("ankles" nil (((ae ng) 1) ((k ax l z) 0))) +("anklet" nil (((ae ng) 1) ((k l ih t) 0))) +("anklets" nil (((ae ng) 1) ((k l ax t s) 0))) +("ankney" nil (((ae ng k) 1) ((n iy) 0))) +("ankrom" nil (((ae ng) 1) ((k r ax m) 0))) +("ankrum" nil (((ae ng) 1) ((k r ax m) 0))) +("ann" nil (((ae n) 1))) +("anna" nil (((ae) 1) ((n ax) 0))) +("annabel" nil (((ae) 1) ((n ax) 0) ((b eh l) 1))) +("annabella" nil (((ae) 1) ((n ax) 0) ((b eh) 1) ((l ax) 0))) +("annabelle" nil (((ae) 1) ((n ax) 0) ((b ax l) 0))) +("annable" nil (((ae) 1) ((n ax) 0) ((b ax l) 0))) +("annals" nil (((ae) 1) ((n ax l z) 0))) +("annamese" nil (((ae) 1) ((n ax) 0) ((m iy z) 1))) +("annan" nil (((ae) 1) ((n ax n) 0))) +("annandale" nil (((ae) 1) ((n ax n) 0) ((d ey l) 1))) +("annapolis" nil (((ax) 0) ((n ae) 1) ((p ax) 0) ((l ih s) 0))) +("annas" nil (((ae) 1) ((n ax z) 0))) +("anne" nil (((ae n) 1))) +("annealing" nil (((ax) 0) ((n iy) 1) ((l ih ng) 0))) +("annelid" nil (((ae) 1) ((n ax) 0) ((l ih d) 0))) +("annelids" nil (((ae) 1) ((n ax) 0) ((l ih d z) 0))) +("annen" nil (((ae) 1) ((n ax n) 0))) +("annenberg" nil (((ae) 1) ((n ax n) 0) ((b er g) 0))) +("annese" nil (((aa) 0) ((n ey) 1) ((z iy) 0))) +("annett" nil (((ax) 0) ((n eh t) 1))) +("annette" nil (((ax) 0) ((n eh t) 1))) +("annex" n (((ae) 1) ((n eh k s) 0))) +("annex" v (((ax) 0) ((n eh k s) 1))) +("annexation" nil (((ae) 1) ((n eh k) 0) ((s ey) 1) ((sh ax n) 0))) +("annexed" nil (((ae) 1) ((n eh k s t) 0))) +("annexes" n (((ae) 1) ((n eh k) 0) ((s ih z) 0))) +("annexes" v (((ax) 0) ((n eh k) 1) ((s ih z) 0))) +("annexing" nil (((ax) 0) ((n eh k) 1) ((s ih ng) 0))) +("annick" nil (((ae) 1) ((n ih k) 0))) +("annie" nil (((ae) 1) ((n iy) 0))) +("annihilate" nil (((ax) 0) ((n ay) 1) ((ax) 0) ((l ey t) 1))) +("annihilated" nil (((ax) 0) ((n ay) 1) ((ax) 0) ((l ey) 1) ((t ih d) 0))) +("annihilation" nil (((ax) 0) ((n ay) 1) ((ax) 0) ((l ey) 1) ((sh ax n) 0))) +("annis" nil (((ae) 1) ((n iy z) 0))) +("anniversaries" nil (((ae) 1) ((n ax) 0) ((v er) 1) ((s er) 0) ((iy z) 0))) +("anniversary" nil (((ae) 1) ((n ax) 0) ((v er) 1) ((s er) 0) ((iy) 0))) +("annotate" nil (((ae) 1) ((n ax) 0) ((t ey t) 1))) +("annotated" nil (((ae) 1) ((n ax) 0) ((t ey) 1) ((t ih d) 0))) +("announce" nil (((ax) 0) ((n aw n s) 1))) +("announced" nil (((ax) 0) ((n aw n s t) 1))) +("announcement" nil (((ax) 0) ((n aw n) 1) ((s m ax n t) 0))) +("announcements" nil (((ax) 0) ((n aw n) 1) ((s m ax n t s) 0))) +("announcer" nil (((ax) 0) ((n aw n) 1) ((s er) 0))) +("announcers" nil (((ax) 0) ((n aw n) 1) ((s er z) 0))) +("announces" nil (((ax) 0) ((n aw n) 1) ((s ih z) 0))) +("announcing" nil (((ax) 0) ((n aw n) 1) ((s ih ng) 0))) +("announcment" nil (((ax) 0) ((n aw n) 1) ((s m ax n t) 0))) +("annoy" nil (((ax) 0) ((n oy) 1))) +("annoyance" nil (((ax) 0) ((n oy) 1) ((ax n s) 0))) +("annoyances" nil (((ax) 0) ((n oy) 1) ((ax n) 0) ((s ih z) 0))) +("annoyed" nil (((ax) 0) ((n oy d) 1))) +("annoying" nil (((ax) 0) ((n oy) 1) ((ih ng) 0))) +("annoys" nil (((ax) 0) ((n oy z) 1))) +("annual" nil (((ae) 1) ((n y uw) 0) ((ax l) 0))) +("annualized" nil (((ae) 1) ((n y uw) 0) ((w ax) 0) ((l ay z d) 1))) +("annually" nil (((ae) 1) ((n y uw) 0) ((ax) 0) ((l iy) 0))) +("annuals" nil (((ae) 1) ((n uw) 0) ((ax l z) 0))) +("annuities" nil (((ax) 0) ((n uw) 1) ((ih) 0) ((t iy z) 0))) +("annuity" nil (((ax) 0) ((n uw) 1) ((ax) 0) ((t iy) 0))) +("annul" nil (((ae) 1) ((n ax l) 0))) +("annular" nil (((ae) 1) ((n y ax) 0) ((l er) 0))) +("annulled" nil (((ae) 1) ((n ax l d) 0))) +("annulment" nil (((ae) 1) ((n ax l) 0) ((m ax n t) 0))) +("annum" nil (((ae) 1) ((n ax m) 0))) +("annunciata" nil (((aa) 0) ((n uw n) 0) ((ch aa) 1) ((t ax) 0))) +("annunziata" nil (((aa) 0) ((n uw n) 0) ((z iy) 0) ((aa) 1) ((t ax) 0))) +("annunziato" nil (((aa) 0) ((n uw n) 0) ((z iy) 0) ((aa) 1) ((t ow) 0))) +("annunzio" nil (((ax) 0) ((n ah n) 1) ((z iy) 0) ((ow) 0))) +("anny" nil (((ae) 1) ((n iy) 0))) +("anode" nil (((ae) 1) ((n ow d) 1))) +("anodes" nil (((ae) 1) ((n ow d z) 1))) +("anointed" nil (((ax) 0) ((n oy n) 1) ((t ax d) 0))) +("anomalies" nil (((ax) 0) ((n aa) 1) ((m ax) 0) ((l iy z) 0))) +("anomalous" nil (((ax) 0) ((n aa) 1) ((m ax) 0) ((l ax s) 0))) +("anomaly" nil (((ax) 0) ((n aa) 1) ((m ax) 0) ((l iy) 0))) +("anomie" nil (((ae) 1) ((n ax) 0) ((m iy) 0))) +("anona" nil (((aa) 0) ((n ow) 1) ((n ax) 0))) +("anonymity" nil (((ae) 1) ((n ax) 0) ((n ih) 1) ((m ih) 0) ((t iy) 0))) +("anonymous" nil (((ax) 0) ((n aa) 1) ((n ax) 0) ((m ax s) 0))) +("anonymously" nil (((ax) 0) ((n aa) 1) ((n ax) 0) ((m ax) 0) ((s l iy) 0))) +("anora" nil (((aa) 0) ((n ao) 1) ((r ax) 0))) +("anorak" nil (((ae) 1) ((n er) 0) ((ae k) 1))) +("anorexia" nil (((ae) 1) ((n er) 0) ((eh k) 1) ((s iy) 0) ((ax) 0))) +("anorexic" nil (((ae) 1) ((n er) 0) ((eh k) 1) ((s ih k) 0))) +("anorthite" nil (((ae) 0) ((n ao r) 1) ((th ay t) 1))) +("another" nil (((ax) 0) ((n ah) 1) ((dh er) 0))) +("anreder" nil (((ae n) 1) ((r eh) 1) ((d er) 0))) +("anrig" nil (((ae n) 1) ((r ih g) 0))) +("ansa" nil (((ae n) 1) ((s ax) 0))) +("ansaid" nil (((ae n) 1) ((s ey d) 1))) +("ansaldo" nil (((ae n) 0) ((s aa l) 1) ((d ow) 0))) +("ansari" nil (((aa n) 0) ((s aa) 1) ((r iy) 0))) +("ansbacher" nil (((ae n z) 1) ((b aa) 1) ((k er) 0))) +("anschel" nil (((ae n) 1) ((sh ax l) 0))) +("anschluss" nil (((ae n) 1) ((sh l ax s) 0))) +("anschutz" nil (((ae n) 1) ((sh ax t s) 0))) +("anscom" nil (((ax n) 0) ((s k aa m) 1))) +("anscomb" nil (((ax n) 0) ((s k aa m) 1))) +("anse" nil (((ae n s) 1))) +("ansel" nil (((ax n) 0) ((s eh l) 1))) +("ansell" nil (((ae n) 1) ((s eh l) 1))) +("anselm" nil (((ae n) 1) ((s eh l m) 0))) +("anselma" nil (((aa n) 0) ((s eh l) 1) ((m ax) 0))) +("anselmi" nil (((aa n) 0) ((s eh l) 1) ((m iy) 0))) +("anselmo" nil (((aa n) 0) ((s eh l) 1) ((m ow) 0))) +("ansett" nil (((ae n) 1) ((s eh t) 1))) +("anshan" nil (((aa n) 1) ((sh aa n) 1))) +("anshun" nil (((aa n) 1) ((sh w uw n) 1))) +("ansin" nil (((ae n) 1) ((s ih n) 0))) +("ansley" nil (((ae n) 1) ((s l iy) 0))) +("anson" nil (((ae n) 1) ((s ax n) 0))) +("ansonia" nil (((ae n) 0) ((s ow) 1) ((n iy) 0) ((ax) 0))) +("anspach" nil (((ae n) 1) ((s p aa k) 1))) +("anspaugh" nil (((ax n) 0) ((s p ao) 1))) +("anstead" nil (((ae n) 1) ((s t eh d) 1))) +("anstett" nil (((ax n) 0) ((s t eh t) 1))) +("anstey" nil (((ae n) 1) ((s t iy) 0))) +("anstice" nil (((aa n) 1) ((s t ih s) 0))) +("anstine" nil (((aa n) 0) ((s t iy) 1) ((n iy) 0))) +("anstiss" nil (((ae n) 1) ((s t ih s) 0))) +("answer" nil (((ae n) 1) ((s er) 0))) +("answerable" nil (((ae n) 1) ((s er) 0) ((ax) 0) ((b ax l) 0))) +("answered" nil (((ae n) 1) ((s er d) 0))) +("answering" nil (((ae n) 1) ((s er) 0) ((ih ng) 0))) +("answers" nil (((ae n) 1) ((s er z) 0))) +("ant" nil (((ae n t) 1))) +("antacid" nil (((ae n) 0) ((t ae) 1) ((s ax d) 0))) +("antacids" nil (((ae n) 0) ((t ae) 1) ((s ax d z) 0))) +("antagonism" nil (((ae n) 0) ((t ae) 1) ((g ax) 0) ((n ih) 1) ((z ax m) 0))) +("antagonisms" nil (((ae n) 0) ((t ae) 1) ((g ax) 0) ((n ih) 1) ((z ax m z) 0))) +("antagonist" nil (((ae n) 0) ((t ae) 1) ((g ax) 0) ((n ax s t) 0))) +("antagonistic" nil (((ae n) 0) ((t ae) 1) ((g ax) 0) ((n ih) 1) ((s t ih k) 0))) +("antagonists" nil (((ae n) 0) ((t ae) 1) ((g ax) 0) ((n ax s t s) 0))) +("antagonize" nil (((ae n) 0) ((t ae) 1) ((g ax) 0) ((n ay z) 1))) +("antagonized" nil (((ae n) 0) ((t ae) 1) ((g ax) 0) ((n ay z d) 1))) +("antagonizing" nil (((ae n) 0) ((t ae) 1) ((g ax) 0) ((n ay) 1) ((z ih ng) 0))) +("antal" nil (((ae n) 1) ((t ax l) 0))) +("antar" nil (((ae n) 1) ((t er) 0))) +("antarctic" nil (((ae n) 0) ((t aa r k) 1) ((t ih k) 0))) +("antarctica" nil (((ae n) 1) ((t aa r k) 1) ((t ih) 0) ((k ax) 0))) +("antares" nil (((ae n) 0) ((t eh) 1) ((r iy z) 0))) +("antaya" nil (((aa n) 0) ((t ey) 1) ((ax) 0))) +("antczak" nil (((ae n t) 1) ((ch ae k) 0))) +("ante" nil (((ae n) 1) ((t iy) 0))) +("anteaters" nil (((ae n) 1) ((t iy) 1) ((t er z) 0))) +("antebellum" nil (((ae n) 1) ((t ih) 0) ((b eh) 1) ((l ax m) 0))) +("antec" nil (((ae n) 1) ((t eh k) 1))) +("antecedents" nil (((ae n) 1) ((t ax) 0) ((s iy) 1) ((d ax n t s) 0))) +("anted" nil (((ae n) 1) ((t ih d) 0))) +("antell" nil (((ae n) 0) ((t eh l) 1))) +("antelope" nil (((ae n) 1) ((t ax) 0) ((l ow p) 1))) +("antenna" nil (((ae n) 0) ((t eh) 1) ((n ax) 0))) +("antennae" nil (((ae n) 0) ((t eh) 1) ((n iy) 0))) +("antennas" nil (((ae n) 0) ((t eh) 1) ((n ax z) 0))) +("antenne" nil (((ae n) 0) ((t eh n) 1))) +("antenucci" nil (((ae n) 0) ((t ih) 0) ((n uw) 1) ((ch iy) 0))) +("anterior" nil (((ae n) 0) ((t ih) 1) ((r iy) 0) ((er) 0))) +("anteriormost" nil (((ae n) 0) ((t ih) 1) ((r iy) 0) ((er) 0) ((m ow s t) 1))) +("anteroom" n (((ae n) 1) ((t ax) 0) ((r uw m) 0))) +("antes" nil (((ae n) 1) ((t iy z) 0))) +("anthea" nil (((ae n) 1) ((th iy) 0) ((ax) 0))) +("anthem" nil (((ae n) 1) ((th ax m) 0))) +("anthems" nil (((ae n) 1) ((th ax m z) 0))) +("anthes" nil (((ae n dh z) 1))) +("anthiel" nil (((ae n) 1) ((th iy) 0) ((ax l) 0))) +("anthills" nil (((ae n t) 1) ((hh ih l z) 1))) +("anthis" nil (((ae n) 1) ((th ih s) 0))) +("anthologies" nil (((ae n) 0) ((th aa) 1) ((l ax) 0) ((jh iy z) 0))) +("anthology" nil (((ae n) 0) ((th aa) 1) ((l ax) 0) ((jh iy) 0))) +("anthon" nil (((ae n) 1) ((th ax n) 0))) +("anthony" nil (((ae n) 1) ((th ax) 0) ((n iy) 0))) +("anthracite" nil (((ae n) 1) ((th r ax) 0) ((s ay t) 1))) +("anthrax" nil (((ae n) 1) ((th r ae k s) 0))) +("anthropocentric" nil (((ae n) 1) ((th r ax) 0) ((p ax) 0) ((s eh n) 1) ((t r ih k) 0))) +("anthropological" nil (((ae n) 1) ((th r ax) 0) ((p ax) 0) ((l aa) 1) ((jh ax) 0) ((k ax l) 0))) +("anthropologist" nil (((ae n) 1) ((th r ax) 0) ((p aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("anthropologists" nil (((ae n) 1) ((th r ax) 0) ((p aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("anthropology" nil (((ae n) 1) ((th r ax) 0) ((p aa) 1) ((l ax) 0) ((jh iy) 0))) +("anthropomorphic" nil (((ae n) 1) ((th r ax) 0) ((p ax) 0) ((m ao r) 1) ((f ih k) 0))) +("anti" nil (((ae n) 1) ((t iy) 0))) +("antiabortion" nil (((ae n) 1) ((t iy) 0) ((ax) 0) ((b ao r) 1) ((sh ax n) 0))) +("antiaircraft" nil (((ae n) 1) ((t ay) 0) ((eh r) 1) ((k r ae f t) 1))) +("antiapartheid" n (((ae n) 1) ((t iy) 0) ((ax) 0) ((p aa r t) 1) ((hh ay t) 0))) +("antibacterial" nil (((ae n) 1) ((t iy) 0) ((b ae k) 0) ((t ih) 1) ((r iy) 0) ((ax l) 0))) +("antiballistic" nil (((ae n) 1) ((t iy) 0) ((b ax) 0) ((l ih) 1) ((s t ih k) 0))) +("antibiotic" nil (((ae n) 1) ((t iy) 0) ((b iy) 0) ((aa) 1) ((t ih k) 0))) +("antibioticos" nil (((ae n) 1) ((t iy) 0) ((b iy) 0) ((aa) 1) ((t ih) 0) ((k ow s) 0))) +("antibiotics" nil (((ae n) 1) ((t iy) 0) ((b iy) 0) ((aa) 1) ((t ih k s) 0))) +("antibodies" nil (((ae n) 1) ((t ih) 0) ((b aa) 1) ((d iy z) 0))) +("antibody" nil (((ae n) 1) ((t ih) 0) ((b aa) 1) ((d iy) 0))) +("antic" nil (((ae n) 1) ((t ih k) 0))) +("anticancer" nil (((ae n) 1) ((t ay) 1) ((k ae n) 1) ((s er) 0))) +("Antichrist" n (((ae n) 1) ((t iy) 0) ((k r ay s t) 1))) +("anticipate" nil (((ae n) 0) ((t ih) 1) ((s ax) 0) ((p ey t) 1))) +("anticipated" nil (((ae n) 0) ((t ih) 1) ((s ax) 0) ((p ey) 1) ((t ax d) 0))) +("anticipates" nil (((ae n) 0) ((t ih) 1) ((s ax) 0) ((p ey t s) 1))) +("anticipating" nil (((ae n) 0) ((t ih) 1) ((s ax) 0) ((p ey) 1) ((t ih ng) 0))) +("anticipation" nil (((ae n) 0) ((t ih) 1) ((s ax) 0) ((p ey) 1) ((sh ax n) 0))) +("anticipatory" nil (((ae n) 0) ((t ih) 1) ((s ax) 0) ((p ax) 0) ((t ao) 1) ((r iy) 0))) +("anticlimactic" nil (((ae n) 1) ((t iy) 0) ((k l ay) 0) ((m ae k) 1) ((t ih k) 0))) +("anticline" nil (((ae n) 1) ((t ih) 0) ((k l ay n) 1))) +("antico" nil (((aa n) 0) ((t iy) 1) ((k ow) 0))) +("anticommunist" nil (((ae n) 1) ((t iy) 0) ((k aa) 1) ((m y ax) 0) ((n ih s t) 0))) +("anticompetitive" nil (((ae n) 1) ((t ih) 0) ((k ax m) 0) ((p eh) 1) ((t ih) 0) ((t ih v) 0))) +("anticorruption" nil (((ae n) 1) ((t ay) 1) ((k er) 0) ((ah p) 1) ((sh ax n) 0))) +("anticrime" nil (((ae n) 1) ((t iy) 0) ((k r ay m) 1))) +("antics" nil (((ae n) 1) ((t ih k s) 0))) +("antidepressant" nil (((ae n) 1) ((t iy) 0) ((d ih) 0) ((p r eh) 1) ((s ax n t) 0))) +("antidepressants" nil (((ae n) 1) ((t ay) 1) ((d ih) 0) ((p r eh) 1) ((s ax n t s) 0))) +("antidiscrimination" nil (((ae n) 1) ((t iy) 0) ((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("antidote" nil (((ae n) 1) ((t ih) 0) ((d ow t) 1))) +("antidrug" nil (((ae n) 1) ((t ih) 0) ((d r ah g) 1))) +("antidumping" nil (((ae n) 1) ((t iy) 0) ((d ah m) 1) ((p ih ng) 0))) +("antifraud" nil (((ae n) 1) ((t iy) 0) ((f r aa d) 1))) +("antifreeze" nil (((ae n) 1) ((t iy) 0) ((f r iy z) 1))) +("antifungal" nil (((ae n) 1) ((t ay) 1) ((f ah ng) 1) ((g ax l) 0))) +("antigay" nil (((ae n) 1) ((t ay) 1) ((g ey) 1))) +("antigen" nil (((ae n) 1) ((t ax) 0) ((jh ax n) 0))) +("antigens" nil (((ae n) 1) ((t ih) 0) ((jh ax n z) 0))) +("antigone" nil (((ae) 0) ((t ih) 1) ((g ax) 0) ((n iy) 0))) +("antigones" nil (((ae n) 0) ((t ih) 1) ((g ax) 0) ((n iy z) 1))) +("antigovernment" nil (((ae n) 1) ((t iy) 0) ((g ah) 1) ((v er) 0) ((m ax n t) 0))) +("antigua" nil (((ae n) 0) ((t iy) 1) ((g w ax) 0))) +("antihero" n (((ae n) 1) ((t ax) 0) ((hh iy) 1) ((r ow) 0))) +("antihistamine" nil (((ae n) 1) ((t iy) 0) ((hh ih) 1) ((s t ax) 0) ((m ax n) 0))) +("antihistamines" nil (((ae n) 1) ((t iy) 0) ((hh ih) 1) ((s t ax) 0) ((m ax n z) 0))) +("antiknock" nil (((ae n) 1) ((t iy) 0) ((n aa k) 1))) +("antill" nil (((ae n) 0) ((t ih l) 1))) +("antilla" nil (((aa n) 0) ((t ih) 1) ((l ax) 0))) +("antilles" nil (((ae n) 0) ((t ih) 1) ((l iy z) 0))) +("antilock" nil (((ae n) 1) ((t iy) 0) ((l aa k) 1))) +("antimissile" nil (((ae n) 1) ((t ay) 1) ((m ih) 1) ((s ax l) 0))) +("antinuclear" n (((ae n) 1) ((t ax) 0) ((n uw) 1) ((k l iy) 0) ((er) 0))) +("antioch" nil (((ae n) 1) ((t iy) 0) ((aa k) 1))) +("antioxidant" nil (((ae n) 1) ((t iy) 0) ((aa k) 1) ((s ax) 0) ((d ax n t) 0))) +("antioxidants" nil (((ae n) 1) ((t iy) 0) ((aa k) 1) ((s ax) 0) ((d ax n t s) 0))) +("antipathies" nil (((ae n) 0) ((t ih) 1) ((p ax) 0) ((th iy z) 0))) +("antipathy" nil (((ae n) 0) ((t ih) 1) ((p ax) 0) ((th iy) 0))) +("antiphons" nil (((ae n) 1) ((t ax) 0) ((f aa n z) 1))) +("antipodal" nil (((ae n) 0) ((t ih) 1) ((p ax) 0) ((d ax l) 0))) +("antipoverty" nil (((ae n) 1) ((t ay) 0) ((p aa) 1) ((v er) 0) ((t iy) 0))) +("antiquated" nil (((ae n) 1) ((t ax) 0) ((k w ey) 1) ((t ax d) 0))) +("antique" nil (((ae n) 0) ((t iy k) 1))) +("antiques" nil (((ae n) 0) ((t iy k s) 1))) +("antiquities" nil (((ae n) 0) ((t ih) 1) ((k w ax) 0) ((t iy z) 0))) +("antiquity" nil (((ae n) 0) ((t ih) 1) ((k w ax) 0) ((t iy) 0))) +("antireformer" nil (((ae n) 1) ((t iy) 0) ((r ih) 0) ((f ao r) 1) ((m er) 0))) +("antireformers" nil (((ae n) 1) ((t iy) 0) ((r ih) 0) ((f ao r) 1) ((m er z) 0))) +("antis" nil (((ae n) 1) ((t ay z) 0))) +("antisense" nil (((ae n) 1) ((t iy) 0) ((s eh n s) 1))) +("antiseptic" nil (((ae n) 1) ((t ax) 0) ((s eh p) 1) ((t ih k) 0))) +("antismoking" nil (((ae n) 1) ((t iy) 0) ((s m ow) 1) ((k ih ng) 0))) +("antisocial" nil (((ae n) 1) ((t ih) 0) ((s ow) 1) ((sh ax l) 0))) +("antisubmarine" nil (((ae n) 1) ((t ih) 0) ((s ah b) 1) ((m er) 0) ((iy n) 1))) +("antitakeover" nil (((ae n) 1) ((t iy) 0) ((t ey) 1) ((k ow) 1) ((v er) 0))) +("antitank" nil (((ae n) 1) ((t iy) 0) ((t ae ng k) 1))) +("antitax" nil (((ae n) 1) ((t ay) 1) ((t ae k s) 1))) +("antitheft" nil (((ae n) 1) ((t ay) 1) ((th eh f t) 1))) +("antithesis" nil (((ae n) 0) ((t ih) 1) ((th ax) 0) ((s ax s) 0))) +("antithetical" nil (((ae n) 1) ((t ax) 0) ((th eh) 1) ((t ih) 0) ((k ax l) 0))) +("antitoxins" nil (((ae n) 1) ((t iy) 0) ((t aa k) 1) ((s ax n z) 0))) +("antitrust" nil (((ae n) 1) ((t ay) 0) ((t r ah s t) 1))) +("antiviral" nil (((ae n) 1) ((t iy) 0) ((v ay) 1) ((r ax l) 0))) +("antiwar" nil (((ae n) 1) ((t ay) 0) ((w ao r) 1))) +("antkowiak" nil (((ax n t) 0) ((k aw) 1) ((iy) 0) ((ae k) 0))) +("antle" nil (((ae n) 1) ((t ax l) 0))) +("antlered" nil (((ae n t) 1) ((l er d) 0))) +("antlers" nil (((ae n t) 1) ((l er z) 0))) +("antley" nil (((ae n t) 1) ((l iy) 0))) +("antoine" nil (((aa n) 0) ((t w aa n) 1))) +("antoinette" nil (((ae n) 1) ((t w ax) 0) ((n eh t) 1))) +("antol" nil (((aa n) 0) ((t ao l) 1))) +("antolik" nil (((ae n) 1) ((t ax) 0) ((l ih k) 0))) +("antolini" nil (((ae n) 1) ((t ow) 0) ((l iy) 1) ((n iy) 0))) +("anton" nil (((ae n) 1) ((t ao n) 1))) +("antonacci" nil (((aa n) 0) ((t ow) 0) ((n aa) 1) ((ch iy) 0))) +("antone" nil (((aa n) 0) ((t ow) 1) ((n iy) 0))) +("antonelli" nil (((aa n) 0) ((t ow) 0) ((n eh) 1) ((l iy) 0))) +("antonellis" nil (((ae n) 0) ((t ax) 0) ((n eh) 1) ((l ih s) 0))) +("antonetti" nil (((aa n) 0) ((t ow) 0) ((n eh) 1) ((t iy) 0))) +("antoni" nil (((aa n) 0) ((t ow) 1) ((n iy) 0))) +("antonia" nil (((ae n) 0) ((t ow) 1) ((n iy) 0) ((ax) 0))) +("antonin" nil (((ae n) 1) ((t ax) 0) ((n ih n) 0))) +("antonini" nil (((aa n) 0) ((t ow) 0) ((n iy) 1) ((n iy) 0))) +("antonio" nil (((ae n) 0) ((t ow) 1) ((n iy) 0) ((ow) 0))) +("antoniou" nil (((aa n) 0) ((t ow) 0) ((n iy) 1) ((uw) 0))) +("antoniu" nil (((ae n) 1) ((t ow) 1) ((n iy) 0) ((uw) 0))) +("antonius" nil (((ae n) 0) ((t ow) 1) ((n iy) 0) ((ax s) 0))) +("antonopoulos" nil (((ae n) 0) ((t ax) 0) ((n aa) 1) ((p ax) 0) ((l ih s) 0))) +("antonovich" nil (((ae n) 1) ((t aa) 1) ((n ax) 0) ((v ih ch) 0))) +("antonsen" nil (((ax n) 0) ((t aa n) 1) ((s ax n) 0))) +("antonson" nil (((ae n) 1) ((t ax n) 0) ((s ax n) 0))) +("antonucci" nil (((aa n) 0) ((t ow) 0) ((n uw) 1) ((ch iy) 0))) +("antony" nil (((ae n) 1) ((t ax) 0) ((n iy) 0))) +("antoon" nil (((ae n) 1) ((t uw n) 1))) +("antos" nil (((aa n) 1) ((t ow z) 0))) +("antosh" nil (((ax n) 0) ((t aa sh) 1))) +("antril" nil (((ae n) 1) ((t r ih l) 0))) +("antrim" nil (((ae n) 1) ((t r ih m) 0))) +("antrobus" nil (((ae n) 1) ((t r ax) 0) ((b ih s) 0))) +("ants" nil (((ae n t s) 1))) +("antsy" nil (((ae n t) 1) ((s iy) 0))) +("anttila" nil (((aa n) 0) ((t iy) 1) ((l ax) 0))) +("antuna" nil (((aa n) 0) ((t uw) 1) ((n ax) 0))) +("antunes" nil (((aa n) 0) ((t uw) 1) ((n eh s) 0))) +("antunez" nil (((aa n) 0) ((t uw) 1) ((n eh z) 0))) +("antwerp" nil (((ae n) 1) ((t w er p) 0))) +("antwine" nil (((ae n) 1) ((t w ay n) 1))) +("anvil" nil (((ae n) 1) ((v ax l) 0))) +("anwar" nil (((ae n) 1) ((w aa r) 0))) +("anway" nil (((ax n) 0) ((w ey) 1))) +("anwell" nil (((ax n) 0) ((w eh l) 1))) +("anwyl" nil (((ae n) 1) ((w ih l) 0))) +("anwyll" nil (((ae n) 1) ((w ih l) 0))) +("anxi" nil (((aa n) 1) ((sh iy) 1))) +("anxieties" nil (((ae ng) 0) ((z ay) 1) ((ax) 0) ((t iy z) 0))) +("anxiety" nil (((ae ng) 0) ((z ay) 1) ((ax) 0) ((t iy) 0))) +("anxious" nil (((ae ng k) 1) ((sh ax s) 0))) +("anxiously" nil (((ae ng k) 1) ((sh ax) 0) ((s l iy) 0))) +("any" nil (((eh) 1) ((n iy) 0))) +("anyang" nil (((aa n) 1) ((y aa ng) 1))) +("anybody" nil (((eh) 1) ((n iy) 0) ((b ax) 0) ((d iy) 0))) +("anyhow" nil (((eh) 1) ((n iy) 0) ((hh aw) 1))) +("anymore" nil (((eh) 1) ((n iy) 0) ((m ao r) 1))) +("anyon" nil (((eh) 1) ((n iy) 0) ((aa n) 0))) +("anyone" nil (((eh) 1) ((n iy) 0) ((w ah n) 1))) +("anyplace" nil (((eh) 1) ((n iy) 0) ((p l ey s) 1))) +("anything" nil (((eh) 1) ((n iy) 0) ((th ih ng) 1))) +("anytime" nil (((eh) 1) ((n iy) 0) ((t ay m) 1))) +("anyway" nil (((eh) 1) ((n iy) 0) ((w ey) 1))) +("anyways" nil (((eh) 1) ((n iy) 0) ((w ey z) 1))) +("anywhere" nil (((eh) 1) ((n iy) 0) ((w eh r) 1))) +("anza" nil (((ae n) 1) ((z ax) 0))) +("anzaldua" nil (((aa n) 0) ((z aa l) 0) ((d uw) 1) ((ax) 0))) +("anzalone" nil (((ae n) 1) ((z ax) 0) ((l ow n) 1))) +("anzelmo" nil (((aa n) 0) ((z eh l) 1) ((m ow) 0))) +("anzus" nil (((ae n) 1) ((z ax s) 0))) +("ao" nil (((aw) 1))) +("aoi" nil (((aw) 1) ((iy) 0))) +("aoki" nil (((ey) 0) ((ow) 1) ((k iy) 0))) +("aon" nil (((ey) 1) ((ow n) 0))) +("aorta" nil (((ey) 0) ((ao r) 1) ((t ax) 0))) +("aoshima" nil (((aw) 1) ((sh iy) 1) ((m ax) 0))) +("aoun" nil (((aw) 1) ((ax n) 0))) +("aouzou" nil (((aw) 1) ((y uw) 1) ((z uw) 0))) +("aoyama" nil (((aw) 1) ((y aa) 1) ((m ax) 0))) +("apace" nil (((ax) 0) ((p ey s) 1))) +("apache" nil (((ax) 0) ((p ae) 1) ((ch iy) 0))) +("apaches" nil (((ax) 0) ((p ae) 1) ((ch iy z) 0))) +("apalachicola" nil (((ae) 1) ((p ax) 0) ((l ae) 1) ((ch ax) 0) ((k ow) 1) ((l ax) 0))) +("aparicio" nil (((ae) 1) ((p er) 0) ((ih) 1) ((s iy) 0) ((ow) 0))) +("apart" nil (((ax) 0) ((p aa r t) 1))) +("apartheid" nil (((ax) 0) ((p aa r) 1) ((t ay t) 1))) +("apartment" nil (((ax) 0) ((p aa r t) 1) ((m ax n t) 0))) +("apartments" nil (((ax) 0) ((p aa r t) 1) ((m ax n t s) 0))) +("apathetic" nil (((ae) 1) ((p ax) 0) ((th eh) 1) ((t ih k) 0))) +("apathy" nil (((ae) 1) ((p ax) 0) ((th iy) 0))) +("apatite" nil (((ae) 1) ((p ax) 0) ((t ay t) 1))) +("apatites" nil (((ae) 1) ((p ax) 0) ((t ay t s) 1))) +("apcar" nil (((ae p) 1) ((k aa r) 0))) +("ape" nil (((ey p) 1))) +("apec" nil (((ey) 1) ((p eh k) 1))) +("apel" nil (((aa) 0) ((p eh l) 1))) +("apelike" nil (((ey) 1) ((p l ay k) 1))) +("apennine" nil (((ae) 1) ((p ax) 0) ((n iy n) 1))) +("aperture" nil (((ae) 1) ((p er) 0) ((ch er) 0))) +("apes" nil (((ey p s) 1))) +("apex" nil (((ey) 1) ((p eh k s) 1))) +("apfel" nil (((ae p) 1) ((f ax l) 0))) +("apfelbaum" nil (((ae p) 1) ((f ax l) 0) ((b aw m) 1))) +("apgar" nil (((ae p) 1) ((g er) 0))) +("aphasia" nil (((ax) 0) ((f ey) 1) ((zh ax) 0))) +("aphids" nil (((ae) 1) ((f ih d z) 0))) +("aphorism" nil (((ae) 1) ((f er) 0) ((ih) 1) ((z ax m) 0))) +("aphorisms" nil (((ae) 1) ((f er) 0) ((ih) 1) ((z ax m z) 0))) +("aphrodisiac" nil (((ae) 1) ((f r ow) 0) ((d iy) 1) ((z iy) 0) ((ae k) 0))) +("aphrodites" nil (((ae) 1) ((f r ax) 0) ((d ay) 1) ((t iy z) 0))) +("api" nil (((ey) 1) ((p iy) 1) ((ay) 1))) +("apicella" nil (((ae) 1) ((p ih) 0) ((s eh) 1) ((l ax) 0))) +("apiece" nil (((ax) 0) ((p iy s) 1))) +("aping" nil (((ey) 1) ((p ih ng) 0))) +("aplenty" nil (((ax) 0) ((p l eh n) 1) ((t iy) 0))) +("aplin" nil (((ae) 1) ((p l ih n) 0))) +("aplomb" nil (((ax) 0) ((p l aa m) 1))) +("apnea" nil (((ae p) 1) ((n iy) 0) ((ax) 0))) +("apocalypse" nil (((ax) 0) ((p aa) 1) ((k ax) 0) ((l ih p s) 1))) +("apocalyptic" nil (((ax) 0) ((p aa) 1) ((k ax) 0) ((l ih p) 1) ((t ih k) 0))) +("apocryphal" nil (((ax) 0) ((p aa) 1) ((k r ax) 0) ((f ax l) 0))) +("apodaca" nil (((aa) 0) ((p ow) 0) ((d aa) 1) ((k ax) 0))) +("apogee" nil (((ae) 1) ((p ax) 0) ((jh iy) 1))) +("apolitical" nil (((ey) 1) ((p ax) 0) ((l ih) 1) ((t ih) 0) ((k ax l) 0))) +("apolline" nil (((ae) 1) ((p ax) 0) ((l ay n) 1))) +("apollinian" nil (((ae) 1) ((p ax) 0) ((l ih) 1) ((n iy) 0) ((ax n) 0))) +("apollo" nil (((ax) 0) ((p aa) 1) ((l ow) 0))) +("apollonian" nil (((ae) 1) ((p ax) 0) ((l ow) 1) ((n iy) 0) ((ax n) 0))) +("apologetic" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh eh) 1) ((t ih k) 0))) +("apologetically" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh eh) 1) ((t ih) 0) ((k l iy) 0))) +("apologies" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh iy z) 0))) +("apologist" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("apologists" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("apologize" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh ay z) 1))) +("apologized" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh ay z d) 1))) +("apologizes" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh ay) 1) ((z ih z) 0))) +("apologizing" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh ay) 1) ((z ih ng) 0))) +("apology" nil (((ax) 0) ((p aa) 1) ((l ax) 0) ((jh iy) 0))) +("aponte" nil (((ax) 0) ((p aa n) 1) ((t iy) 0))) +("apopa" nil (((ax) 0) ((p ow) 1) ((p ax) 0))) +("apoplectic" nil (((ae) 1) ((p ax) 0) ((p l eh k) 1) ((t ih k) 0))) +("apoplexy" nil (((ae) 1) ((p ax) 0) ((p l eh k) 1) ((s iy) 0))) +("apostle" nil (((ax) 0) ((p aa) 1) ((s ax l) 0))) +("apostles" nil (((ax) 0) ((p aa) 1) ((s ax l z) 0))) +("apostol" nil (((ae) 1) ((p ax) 0) ((s t ax l) 0))) +("apostolopoul" nil (((ax) 0) ((p aa) 1) ((s t ow) 0) ((l ow) 0) ((p uw l) 1))) +("apostrophe" nil (((ax) 0) ((p aa) 1) ((s t r ax) 0) ((f iy) 0))) +("apothecary" nil (((ax) 0) ((p aa) 1) ((th ax) 0) ((k eh) 1) ((r iy) 0))) +("apotheosis" nil (((ax) 0) ((p aa) 1) ((th iy) 0) ((ow) 1) ((s ax s) 0))) +("app" nil (((ae p) 1))) +("appalachia" nil (((ae) 1) ((p ax) 0) ((l ae) 1) ((ch iy) 0) ((ax) 0))) +("appalachian" nil (((ae) 1) ((p ax) 0) ((l ey) 1) ((ch ax n) 0))) +("appalachians" nil (((ae) 1) ((p ax) 0) ((l ey) 1) ((ch ax n z) 0))) +("appalled" nil (((ax) 0) ((p ao l d) 1))) +("appalling" nil (((ax) 0) ((p ao) 1) ((l ih ng) 0))) +("appallingly" nil (((ax) 0) ((p ao) 1) ((l ih ng) 0) ((l iy) 0))) +("appalls" nil (((ax) 0) ((p ao l z) 1))) +("apparat" n (((ae) 1) ((p ax) 0) ((r ae t) 0))) +("apparatchiks" nil (((ae) 1) ((p er) 0) ((ae) 1) ((ch ih k s) 0))) +("apparatus" nil (((ae) 1) ((p er) 0) ((ae) 1) ((t ax s) 0))) +("apparatuses" nil (((ae) 1) ((p er) 0) ((ae) 1) ((t ax) 0) ((s ax z) 0))) +("apparel" nil (((ax) 0) ((p ae) 1) ((r ax l) 0))) +("apparent" nil (((ax) 0) ((p eh) 1) ((r ax n t) 0))) +("apparently" nil (((ax) 0) ((p eh) 1) ((r ax n t) 0) ((l iy) 0))) +("apparition" nil (((ae) 1) ((p er) 0) ((ih) 1) ((sh ax n) 0))) +("appeal" nil (((ax) 0) ((p iy l) 1))) +("appealed" nil (((ax) 0) ((p iy l d) 1))) +("appealing" nil (((ax) 0) ((p iy) 1) ((l ih ng) 0))) +("appealingly" nil (((ax) 0) ((p iy) 1) ((l ih ng) 0) ((l iy) 0))) +("appeals" nil (((ax) 0) ((p iy l z) 1))) +("appear" nil (((ax) 0) ((p ih r) 1))) +("appearance" nil (((ax) 0) ((p ih) 1) ((r ax n s) 0))) +("appearances" nil (((ax) 0) ((p ih) 1) ((r ax n) 0) ((s ax z) 0))) +("appeared" nil (((ax) 0) ((p ih r d) 1))) +("appearing" nil (((ax) 0) ((p ih) 1) ((r ih ng) 0))) +("appears" nil (((ax) 0) ((p ih r z) 1))) +("appease" nil (((ax) 0) ((p iy z) 1))) +("appeased" nil (((ax) 0) ((p iy z d) 1))) +("appeasement" nil (((ax) 0) ((p iy z) 1) ((m ax n t) 0))) +("appeasing" nil (((ax) 0) ((p iy) 1) ((z ih ng) 0))) +("appel" nil (((ae) 1) ((p ax l) 0))) +("appelbaum" nil (((ae) 1) ((p ax l) 0) ((b aw m) 1))) +("appelhans" nil (((ae) 1) ((p ih l) 0) ((hh ax n z) 0))) +("appell" nil (((ae) 1) ((p ax l) 0))) +("appellate" nil (((ax) 0) ((p eh) 1) ((l ih t) 0))) +("appellation" nil (((ae) 1) ((p ax) 0) ((l ey) 1) ((sh ax n) 0))) +("appellations" nil (((ae) 1) ((p ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("appelman" nil (((ae) 1) ((p ax l) 0) ((m ax n) 0))) +("appelt" nil (((ae) 1) ((p ih l t) 0))) +("append" nil (((ax) 0) ((p eh n d) 1))) +("appendage" nil (((ax) 0) ((p eh n) 1) ((d ih jh) 0))) +("appendages" nil (((ax) 0) ((p eh n) 1) ((d ih) 0) ((jh ih z) 0))) +("appendectomies" nil (((ae) 1) ((p ax n) 0) ((d eh k) 1) ((t ax) 0) ((m iy z) 0))) +("appendectomy" nil (((ae) 1) ((p ih n) 0) ((d eh k) 1) ((t ax) 0) ((m iy) 0))) +("appended" nil (((ax) 0) ((p eh n) 1) ((d ih d) 0))) +("appendix" nil (((ax) 0) ((p eh n) 1) ((d ih k s) 0))) +("appendixes" nil (((ax) 0) ((p eh n) 1) ((d ih k) 0) ((s ih z) 0))) +("appenzeller" nil (((ae) 1) ((p ih n) 0) ((z ax) 0) ((l er) 0))) +("apperson" nil (((ae) 1) ((p er) 0) ((s ax n) 0))) +("appert" nil (((ae) 1) ((p er t) 0))) +("appetite" nil (((ae) 1) ((p ax) 0) ((t ay t) 1))) +("appetites" nil (((ae) 1) ((p ax) 0) ((t ay t s) 1))) +("appetito" nil (((ae) 1) ((p ax) 0) ((t iy) 1) ((t ow) 1))) +("appetizer" nil (((ae) 1) ((p ax) 0) ((t ay) 1) ((z er) 0))) +("appetizers" nil (((ae) 1) ((p ax) 0) ((t ay) 1) ((z er z) 0))) +("appetizing" nil (((ae) 1) ((p ih) 0) ((t ay) 1) ((z ih ng) 0))) +("appia" nil (((ae) 1) ((p iy) 0) ((ax) 0))) +("appian" nil (((ae) 1) ((p iy) 0) ((ax n) 0))) +("applaud" nil (((ax) 0) ((p l ao d) 1))) +("applauded" nil (((ax) 0) ((p l ao) 1) ((d ax d) 0))) +("applauding" nil (((ax) 0) ((p l ao) 1) ((d ih ng) 0))) +("applauds" nil (((ax) 0) ((p l ao d z) 1))) +("applause" nil (((ax) 0) ((p l ao z) 1))) +("apple" nil (((ae) 1) ((p ax l) 0))) +("applebaum" nil (((ae) 1) ((p ax l) 0) ((b aw m) 1))) +("applebee" nil (((ae) 1) ((p ax l) 0) ((b iy) 1))) +("appleberry" nil (((ae) 1) ((p ax l) 0) ((b eh) 1) ((r iy) 0))) +("appleby" nil (((ae) 1) ((p l ih) 0) ((b iy) 0))) +("applegarth" nil (((ae) 1) ((p l ih) 0) ((g aa r th) 0))) +("applegate" nil (((ae) 1) ((p ax l) 0) ((g ey t) 1))) +("appleman" nil (((ae) 1) ((p ax l) 0) ((m ax n) 0))) +("applequist" nil (((ae) 1) ((p l ih) 0) ((k w ih s t) 0))) +("apples" nil (((ae) 1) ((p ax l z) 0))) +("applesauce" nil (((ae) 1) ((p ax l) 0) ((s ao s) 1))) +("appleseed" nil (((ae) 1) ((p ax l) 0) ((s iy d) 1))) +("appleshare" nil (((ae) 1) ((p ax l) 0) ((sh eh r) 1))) +("appleton" nil (((ae) 1) ((p ax l) 0) ((t ax n) 0))) +("applewhite" nil (((ae) 1) ((p ax l) 0) ((w ay t) 1))) +("appleyard" nil (((ae) 1) ((p ax) 0) ((l y aa r d) 1))) +("appliance" nil (((ax) 0) ((p l ay) 1) ((ax n s) 0))) +("appliances" nil (((ax) 0) ((p l ay) 1) ((ax n) 0) ((s ax z) 0))) +("applicability" nil (((ae) 1) ((p l ax) 0) ((k ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("applicable" nil (((ae) 1) ((p l ax) 0) ((k ax) 0) ((b ax l) 0))) +("applicant" nil (((ae) 1) ((p l ih) 0) ((k ax n t) 0))) +("applicants" nil (((ae) 1) ((p l ih) 0) ((k ax n t s) 0))) +("application" nil (((ae) 1) ((p l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("applications" nil (((ae) 1) ((p l ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("applicator" nil (((ae) 1) ((p l ax) 0) ((k ey) 1) ((t er) 0))) +("applicators" nil (((ae) 1) ((p l ax) 0) ((k ey) 1) ((t er z) 0))) +("applied" nil (((ax) 0) ((p l ay d) 1))) +("applies" nil (((ax) 0) ((p l ay z) 1))) +("applin" nil (((ae) 1) ((p l ih n) 0))) +("appling" nil (((ae) 1) ((p ax) 0) ((l ih ng) 0))) +("apply" nil (((ax) 0) ((p l ay) 1))) +("applying" nil (((ax) 0) ((p l ay) 1) ((ih ng) 0))) +("appoint" nil (((ax) 0) ((p oy n t) 1))) +("appointed" nil (((ax) 0) ((p oy n) 1) ((t ax d) 0))) +("appointee" nil (((ax) 0) ((p oy n) 0) ((t iy) 1))) +("appointees" nil (((ax) 0) ((p oy n) 0) ((t iy z) 1))) +("appointing" nil (((ax) 0) ((p oy n) 1) ((t ih ng) 0))) +("appointive" nil (((ax) 0) ((p oy n) 1) ((t ih v) 0))) +("appointment" nil (((ax) 0) ((p oy n t) 1) ((m ax n t) 0))) +("appointments" nil (((ax) 0) ((p oy n t) 1) ((m ax n t s) 0))) +("appoints" nil (((ax) 0) ((p oy n t s) 1))) +("apportion" nil (((ax) 0) ((p ao r) 1) ((sh ax n) 0))) +("apportioned" nil (((ax) 0) ((p ao r) 1) ((sh ax n d) 0))) +("apportioning" nil (((ax) 0) ((p ao r) 1) ((sh ax) 0) ((n ih ng) 0))) +("apportionment" nil (((ax) 0) ((p ao r) 1) ((sh ax n) 0) ((m ax n t) 0))) +("appraisal" nil (((ax) 0) ((p r ey) 1) ((z ax l) 0))) +("appraisals" nil (((ax) 0) ((p r ey) 1) ((z ax l z) 0))) +("appraise" nil (((ax) 0) ((p r ey z) 1))) +("appraised" nil (((ax) 0) ((p r ey z d) 1))) +("appraiser" nil (((ax) 0) ((p r ey) 1) ((z er) 0))) +("appraisers" nil (((ax) 0) ((p r ey) 1) ((z er z) 0))) +("appraises" nil (((ax) 0) ((p r ey) 1) ((z ih z) 0))) +("appraising" nil (((ax) 0) ((p r ey) 1) ((z ih ng) 0))) +("appreciable" nil (((ax) 0) ((p r iy) 1) ((sh ax) 0) ((b ax l) 0))) +("appreciably" nil (((ax) 0) ((p r iy) 1) ((sh ax) 0) ((b l iy) 0))) +("appreciate" nil (((ax) 0) ((p r iy) 1) ((sh iy) 0) ((ey t) 1))) +("appreciated" nil (((ax) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((t ih d) 0))) +("appreciates" nil (((ax) 0) ((p r iy) 1) ((sh iy) 0) ((ey t s) 1))) +("appreciating" nil (((ax) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((t ih ng) 0))) +("appreciation" nil (((ax) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((sh ax n) 0))) +("appreciative" nil (((ax) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((t ih v) 0))) +("appreciatively" nil (((ax) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((t ih) 0) ((v l iy) 0))) +("apprehend" nil (((ae) 1) ((p r ih) 0) ((hh eh n d) 1))) +("apprehended" nil (((ae) 1) ((p r ax) 0) ((hh eh n) 1) ((d ax d) 0))) +("apprehension" nil (((ae) 1) ((p r ih) 0) ((hh eh n) 1) ((sh ax n) 0))) +("apprehensions" nil (((ae) 1) ((p r ih) 0) ((hh eh n) 1) ((sh ax n z) 0))) +("apprehensive" nil (((ae) 1) ((p r ih) 0) ((hh eh n) 1) ((s ih v) 0))) +("apprentice" nil (((ax) 0) ((p r eh n) 1) ((t ax s) 0))) +("apprenticed" nil (((ax) 0) ((p r eh n) 1) ((t ax s t) 0))) +("apprentices" nil (((ax) 0) ((p r eh n) 1) ((t ax) 0) ((s ih z) 0))) +("apprenticeship" nil (((ax) 0) ((p r eh n) 1) ((t ax s) 0) ((sh ih p) 1))) +("apprised" nil (((ax) 0) ((p r ay z d) 1))) +("approach" nil (((ax) 0) ((p r ow ch) 1))) +("approachable" nil (((ax) 0) ((p r ow) 1) ((ch ax) 0) ((b ax l) 0))) +("approached" nil (((ax) 0) ((p r ow ch t) 1))) +("approaching" nil (((ax) 0) ((p r ow) 1) ((ch ih ng) 0))) +("approbation" nil (((ae) 1) ((p r ax) 0) ((b ey) 1) ((sh ax n) 0))) +("appropriate" j (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ax t) 0))) +("appropriate" v (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey t) 0))) +("appropriated" nil (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey) 1) ((t ih d) 0))) +("appropriately" nil (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ih t) 0) ((l iy) 0))) +("appropriateness" nil (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ax t) 0) ((n ax s) 0))) +("appropriates" nil (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey t s) 1))) +("appropriating" nil (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey) 1) ((t ih ng) 0))) +("appropriation" nil (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey) 1) ((sh ax n) 0))) +("appropriations" nil (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey) 1) ((sh ax n z) 0))) +("appropriators" nil (((ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey) 1) ((t er z) 0))) +("approvable" nil (((ax) 0) ((p r uw) 1) ((v ax) 0) ((b ax l) 0))) +("approval" nil (((ax) 0) ((p r uw) 1) ((v ax l) 0))) +("approvals" nil (((ax) 0) ((p r uw) 1) ((v ax l z) 0))) +("approve" nil (((ax) 0) ((p r uw v) 1))) +("approved" nil (((ax) 0) ((p r uw v d) 1))) +("approves" nil (((ax) 0) ((p r uw v z) 1))) +("approving" nil (((ax) 0) ((p r uw) 1) ((v ih ng) 0))) +("approvingly" nil (((ax) 0) ((p r uw) 1) ((v ih ng) 0) ((l iy) 0))) +("approximate" j (((ax) 0) ((p r aa k) 1) ((s ax) 0) ((m ax t) 0))) +("approximate" v (((ax) 0) ((p r aa k) 1) ((s ax) 0) ((m ey t) 0))) +("approximated" nil (((ax) 0) ((p r aa k) 1) ((s ax) 0) ((m ey) 1) ((t ax d) 0))) +("approximately" nil (((ax) 0) ((p r aa k) 1) ((s ax) 0) ((m ax t) 0) ((l iy) 0))) +("approximates" nil (((ax) 0) ((p r aa k) 1) ((s ax) 0) ((m ax t s) 0))) +("approximating" nil (((ax) 0) ((p r aa k) 1) ((s ih) 0) ((m ey) 1) ((t ih ng) 0))) +("approximation" nil (((ax) 0) ((p r aa k) 1) ((s ax) 0) ((m ey) 1) ((sh ax n) 0))) +("apps" nil (((ae p s) 1))) +("apra" nil (((ey) 1) ((p r ax) 0))) +("aprea" nil (((aa) 1) ((p r iy) 0) ((ax) 0))) +("apricot" nil (((ey) 1) ((p r ax) 0) ((k aa t) 1))) +("apricots" nil (((ae) 1) ((p r ax) 0) ((k aa t s) 1))) +("april" nil (((ey) 1) ((p r ax l) 0))) +("aprile" nil (((aa) 1) ((p r ax l) 0))) +("apron" nil (((ey) 1) ((p r ax n) 0))) +("aprons" nil (((ey) 1) ((p r ax n z) 0))) +("apropos" nil (((ae) 1) ((p r ax) 0) ((p ow) 1))) +("apsey" nil (((ae p) 1) ((s iy) 0))) +("apstar" nil (((ae p) 1) ((s t aa r) 1))) +("apt" nil (((ae p t) 1))) +("apter" nil (((ae p) 1) ((t er) 0))) +("aptitude" nil (((ae p) 1) ((t ax) 0) ((t uw d) 1))) +("aptitudes" nil (((ae p) 1) ((t ax) 0) ((t uw d z) 1))) +("aptiva" nil (((ae p) 1) ((t iy) 1) ((v ax) 0))) +("aptly" nil (((ae p t) 1) ((l iy) 0))) +("apuzzo" nil (((aa) 0) ((p uw) 1) ((z ow) 0))) +("aqaba" nil (((ax) 0) ((k aa) 1) ((b ax) 0))) +("aqazadeh" nil (((ae) 1) ((k ax) 0) ((z aa) 1) ((d eh) 1))) +("aqcess" nil (((ae k) 1) ((s eh s) 0))) +("aqua" nil (((ae) 1) ((k w ax) 0))) +("aquaculture" nil (((ae) 1) ((k w ax) 0) ((k ah l) 1) ((ch er) 0))) +("aqualung" nil (((ae) 1) ((k w ax) 0) ((l ax ng) 0))) +("aquamarine" nil (((ae) 1) ((k w ax) 0) ((m er) 0) ((iy n) 1))) +("aquarists" nil (((ax) 0) ((k w eh) 1) ((r ax s t s) 0))) +("aquarium" nil (((ax) 0) ((k w eh) 1) ((r iy) 0) ((ax m) 0))) +("aquariums" nil (((ax) 0) ((k w eh) 1) ((r iy) 0) ((ax m z) 0))) +("aquarius" nil (((ax) 0) ((k w eh) 1) ((r iy) 0) ((ax s) 0))) +("aquatic" nil (((ax) 0) ((k w aa) 1) ((t ih k) 0))) +("aqueduct" nil (((ae) 1) ((k w ax) 0) ((d ah k t) 1))) +("aqueducts" nil (((ae) 1) ((k w ax) 0) ((d ah k t s) 1))) +("aqueen" nil (((ey) 1) ((k w iy n) 2))) +("aqueous" nil (((ey) 1) ((k w iy) 0) ((ax s) 0))) +("aquifer" nil (((ae) 1) ((k w ax) 0) ((f er) 0))) +("aquifers" nil (((ae) 1) ((k w ax) 0) ((f er z) 0))) +("aquila" nil (((ae) 1) ((k w ax) 0) ((l ax) 0))) +("aquilar" nil (((aa) 0) ((k w iy) 0) ((l aa r) 1))) +("aquilina" nil (((aa) 0) ((k w iy) 0) ((l iy) 1) ((n ax) 0))) +("aquilino" nil (((aa) 0) ((k w iy) 0) ((l iy) 1) ((n ow) 0))) +("aquinas" nil (((ax) 0) ((k w ay) 1) ((n ax s) 0))) +("aquino" nil (((ax) 0) ((k iy) 1) ((n ow) 0))) +("aquirre" nil (((ae) 1) ((k w er) 0))) +("aquitaine" nil (((ae) 1) ((k w ih) 0) ((t ey n) 1))) +("ar" nil (((aa r) 1))) +("ara" nil (((ae) 1) ((r ax) 0))) +("arab" nil (((ae) 1) ((r ax b) 0))) +("arabe" nil (((aa) 0) ((r aa) 1) ((b ey) 0))) +("arabella" nil (((ae) 1) ((r ax) 0) ((b eh) 1) ((l ax) 0))) +("arabia" nil (((er) 0) ((ey) 1) ((b iy) 0) ((ax) 0))) +("arabian" nil (((er) 0) ((ey) 1) ((b iy) 0) ((ax n) 0))) +("arabians" nil (((er) 0) ((ey) 1) ((b iy) 0) ((ax n z) 0))) +("arabic" nil (((ae) 1) ((r ax) 0) ((b ih k) 0))) +("arabica" nil (((er) 0) ((ae) 1) ((b ih) 0) ((k ax) 0))) +("arabie" nil (((er) 0) ((ae) 1) ((b iy) 0))) +("arable" nil (((eh) 1) ((r ax) 0) ((b ax l) 0))) +("arabs" nil (((ae) 1) ((r ax b z) 0))) +("arachnids" nil (((er) 0) ((ae k) 1) ((n ax d z) 0))) +("arafat" nil (((eh) 1) ((r ax) 0) ((f ae t) 0))) +("aragon" nil (((eh) 1) ((r ax) 0) ((g aa n) 1))) +("aragona" nil (((aa) 0) ((r aa) 0) ((g ow) 1) ((n ax) 0))) +("arai" nil (((aa) 0) ((r aa) 1) ((iy) 0))) +("araiza" nil (((er) 0) ((ey) 1) ((z ax) 0))) +("arakaki" nil (((aa) 0) ((r aa) 0) ((k aa) 1) ((k iy) 0))) +("arakawa" nil (((aa) 1) ((r aa) 0) ((k aa) 1) ((w ax) 0))) +("arakelian" nil (((ae) 0) ((r ax) 0) ((k eh) 1) ((l y ax n) 0))) +("araki" nil (((aa) 0) ((r aa) 1) ((k iy) 0))) +("aral" nil (((aa) 1) ((r ax l) 0))) +("arambula" nil (((aa) 0) ((r aa m) 0) ((b uw) 1) ((l ax) 0))) +("aramco" nil (((er) 0) ((ae m) 1) ((k ow) 0))) +("aramid" nil (((eh) 1) ((r ax) 0) ((m ih d) 0))) +("araminta" nil (((ae) 1) ((r ax) 0) ((m ih n) 1) ((t ax) 0))) +("aramis" nil (((eh) 1) ((r ax) 0) ((m ih s) 0))) +("aramony" nil (((aa) 1) ((r ax) 0) ((m ow) 1) ((n iy) 0))) +("aran" nil (((eh) 1) ((r ax n) 0))) +("arana" nil (((aa) 0) ((r ae) 1) ((n ax) 0))) +("aranda" nil (((er) 0) ((ae n) 1) ((d ax) 0))) +("arango" nil (((aa) 0) ((r aa ng) 1) ((g ow) 0))) +("aransas" nil (((er) 0) ((ae n) 1) ((s ax s) 0))) +("arant" nil (((aa) 1) ((r ax n t) 0))) +("aranyos" nil (((er) 0) ((aa) 1) ((n y ow s) 1))) +("arapaho" nil (((er) 0) ((ae) 1) ((p ax) 0) ((hh ow) 1))) +("araskog" nil (((er) 0) ((ae) 1) ((s aa g) 0))) +("arata" nil (((aa) 0) ((r aa) 1) ((t ax) 0))) +("arau" nil (((ax) 0) ((r aw) 1))) +("araujo" nil (((aa) 0) ((r aw) 1) ((y ow) 0))) +("aravind" nil (((aa r) 1) ((v ax n d) 0))) +("araya" nil (((er) 0) ((ay) 1) ((ax) 0))) +("arb" nil (((aa r b) 1))) +("arba" nil (((aa r) 1) ((b ax) 0))) +("arbat" nil (((aa r) 1) ((b ae t) 0))) +("arbaugh" nil (((aa r) 1) ((b ao) 1))) +("arbed" nil (((aa r) 1) ((b ih d) 0))) +("arbeiter" nil (((aa r) 1) ((b ay) 0) ((t er) 0))) +("arbel" nil (((aa r) 1) ((b ax l) 0))) +("arbella" nil (((aa r) 1) ((b eh) 1) ((l ax) 0))) +("arbiter" nil (((aa r) 1) ((b ih) 0) ((t er) 0))) +("arbiters" nil (((aa r) 1) ((b ax) 0) ((t er z) 0))) +("arbitrage" nil (((aa r) 1) ((b ih) 0) ((t r aa zh) 1))) +("arbitrager" nil (((aa r) 1) ((b ih) 0) ((t r aa) 1) ((zh er) 0))) +("arbitragers" nil (((aa r) 1) ((b ih) 0) ((t r aa) 1) ((zh er z) 0))) +("arbitrageur" nil (((aa r) 1) ((b ih) 0) ((t r aa) 1) ((zh er) 0))) +("arbitrageurs" nil (((aa r) 1) ((b ax) 0) ((t r aa) 1) ((zh er z) 1))) +("arbitraging" nil (((aa r) 1) ((b ax) 0) ((t r aa) 1) ((jh ih ng) 0))) +("arbitrarily" nil (((aa r) 1) ((b ih) 0) ((t r eh) 1) ((r ax) 0) ((l iy) 0))) +("arbitrariness" nil (((aa r) 1) ((b ax) 0) ((t r eh) 1) ((r iy) 0) ((n ax s) 0))) +("arbitrary" nil (((aa r) 1) ((b ax) 0) ((t r eh) 1) ((r iy) 0))) +("arbitrate" nil (((aa r) 1) ((b ax) 0) ((t r ey t) 1))) +("arbitrated" nil (((aa r) 1) ((b ax) 0) ((t r ey) 1) ((t ih d) 0))) +("arbitrates" nil (((aa r) 1) ((b ih) 0) ((t r ey t s) 1))) +("arbitrating" nil (((aa r) 1) ((b ax) 0) ((t r ey) 1) ((t ih ng) 0))) +("arbitration" nil (((aa r) 1) ((b ih) 0) ((t r ey) 1) ((sh ax n) 0))) +("arbitrations" nil (((aa r) 1) ((b ih) 0) ((t r ey) 1) ((sh ax n z) 0))) +("arbitrator" nil (((aa r) 1) ((b ih) 0) ((t r ey) 1) ((t er) 0))) +("arbitrators" nil (((aa r) 1) ((b ih) 0) ((t r ey) 1) ((t er z) 0))) +("arbitron" nil (((aa r) 1) ((b ax) 0) ((t r aa n) 1))) +("arbo" nil (((aa r) 1) ((b ow) 0))) +("arbogast" nil (((aa r) 0) ((b ow) 1) ((g aa s t) 0))) +("arboleda" nil (((aa r) 0) ((b ow) 0) ((l eh) 1) ((d ax) 0))) +("arbor" nil (((aa r) 1) ((b er) 0))) +("arboreal" nil (((aa r) 0) ((b ao) 1) ((r iy) 0) ((ax l) 0))) +("arboretum" nil (((aa r) 1) ((b er) 0) ((iy) 1) ((t ax m) 0))) +("arbour" nil (((aa r) 1) ((b er) 0))) +("arbs" nil (((aa r b z) 1))) +("arbuckle" nil (((aa r) 1) ((b ax) 0) ((k ax l) 0))) +("arbuckles" nil (((aa r) 1) ((b ax) 0) ((k ax l z) 0))) +("arbuthnot" nil (((aa r) 0) ((b ah th) 1) ((n ax t) 0))) +("arc" nil (((aa r k) 1))) +("arcade" nil (((aa r) 0) ((k ey d) 1))) +("arcades" nil (((aa r) 0) ((k ey d z) 1))) +("arcadia" nil (((aa r) 0) ((k ey) 1) ((d iy) 0) ((ax) 0))) +("arcadian" nil (((aa r) 1) ((k ey) 1) ((d iy) 0) ((ax n) 0))) +("arcadians" nil (((aa r) 1) ((k ey) 1) ((d iy) 0) ((ax n z) 0))) +("arcana" nil (((aa r) 0) ((k ae) 1) ((n ax) 0))) +("arcand" nil (((aa r) 1) ((k ax n d) 0))) +("arcane" nil (((aa r) 1) ((k ey n) 1))) +("arcanum" nil (((aa r) 1) ((k ax) 0) ((n ax m) 0))) +("arcaro" nil (((aa r) 0) ((k aa) 1) ((r ow) 0))) +("arcata" nil (((aa r) 0) ((k aa) 1) ((t ax) 0))) +("arce" nil (((aa r s) 1))) +("arcement" nil (((aa r) 0) ((s ey) 1) ((m ax n t) 0))) +("arceneaux" nil (((aa r) 1) ((s ih) 0) ((n ow) 0))) +("arceo" nil (((aa r) 1) ((s iy) 0) ((ow) 0))) +("arch" nil (((aa r ch) 1))) +("archaeological" nil (((aa r) 1) ((k iy) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("archaeologist" nil (((aa r) 1) ((k iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("archaeologists" nil (((aa r) 1) ((k iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("archaeology" nil (((aa r) 1) ((k iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("archaic" nil (((aa r) 0) ((k ey) 1) ((ih k) 0))) +("archambault" nil (((aa r) 1) ((sh ax m) 0) ((b ow) 0))) +("archambeau" nil (((aa r) 1) ((sh ax m) 0) ((b ow) 1))) +("archambeault" nil (((aa r) 1) ((sh ax m) 0) ((b ow) 0))) +("archard" nil (((aa r) 0) ((sh aa r d) 1))) +("archbishop" nil (((aa r ch) 1) ((b ih) 1) ((sh ax p) 0))) +("archbold" nil (((aa r ch) 1) ((b ow l d) 1))) +("archdiocese" nil (((aa r ch) 1) ((d ay) 1) ((ax) 0) ((s ax s) 0))) +("archduke" nil (((aa r ch) 1) ((d uw k) 1))) +("arched" nil (((aa r ch t) 1))) +("archenemy" nil (((aa r) 1) ((ch eh) 1) ((n ax) 0) ((m iy) 0))) +("archeological" nil (((aa r) 1) ((k iy) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("archeology" nil (((aa r) 1) ((k iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("archer" nil (((aa r) 1) ((ch er) 0))) +("archerd" nil (((aa r) 1) ((k er d) 0))) +("archery" nil (((aa r) 1) ((ch er) 0) ((iy) 0))) +("arches" nil (((aa r) 1) ((ch ax z) 0))) +("archetypal" nil (((aa r k) 1) ((t ay) 1) ((p ax l) 0))) +("archetype" nil (((aa r) 1) ((k ih) 0) ((t ay p) 1))) +("archetypes" nil (((aa r) 1) ((k ih) 0) ((t ay p s) 1))) +("archey" nil (((aa r) 1) ((k iy) 0))) +("archibald" nil (((aa r) 1) ((ch ax) 0) ((b ao l d) 1))) +("archibeque" nil (((aa r) 1) ((sh ih) 0) ((b iy k) 0))) +("archie" nil (((aa r) 1) ((ch iy) 0))) +("archimedes" nil (((aa r) 1) ((k ax) 0) ((m iy) 1) ((d iy z) 0))) +("arching" nil (((aa r) 1) ((ch ih ng) 0))) +("archipelago" nil (((aa r) 1) ((k ax) 0) ((p eh) 1) ((l ax) 0) ((g ow) 1))) +("architect" nil (((aa r) 1) ((k ax) 0) ((t eh k t) 1))) +("architects" nil (((aa r) 1) ((k ax) 0) ((t eh k t s) 1))) +("architectural" nil (((aa r) 1) ((k ax) 0) ((t eh k) 1) ((ch er) 0) ((ax l) 0))) +("architecturally" nil (((aa r) 1) ((k ih) 0) ((t eh k) 1) ((ch er) 0) ((ax) 0) ((l iy) 0))) +("architecture" nil (((aa r) 1) ((k ax) 0) ((t eh k) 1) ((ch er) 0))) +("architectures" nil (((aa r) 1) ((k ax) 0) ((t eh k) 1) ((ch er z) 0))) +("architraves" nil (((aa r) 1) ((k ax) 0) ((t r ey v z) 1))) +("archival" nil (((aa r) 0) ((k ay) 1) ((v ax l) 0))) +("archive" nil (((aa r) 1) ((k ay v) 1))) +("archives" nil (((aa r) 1) ((k ay v z) 1))) +("archivist" nil (((aa r) 1) ((k ax) 0) ((v ih s t) 0))) +("archivists" nil (((aa r) 1) ((k ax) 0) ((v ih s t s) 0))) +("archly" nil (((aa r ch) 1) ((l iy) 0))) +("archrival" nil (((aa r ch) 1) ((r ay) 1) ((v ax l) 0))) +("archrivals" nil (((aa r ch) 1) ((r ay) 1) ((v ax l z) 0))) +("archuleta" nil (((aa r) 0) ((k uw) 0) ((l eh) 1) ((t ax) 0))) +("archuletta" nil (((aa r) 0) ((k uw) 0) ((l eh) 1) ((t ax) 0))) +("archway" nil (((aa r ch) 1) ((w ey) 1))) +("arcidiacono" nil (((aa r) 0) ((ch iy) 0) ((d iy) 0) ((aa) 0) ((k ow) 1) ((n ow) 0))) +("arcieri" nil (((aa r) 0) ((ch ih) 1) ((r iy) 0))) +("arciniega" nil (((aa r) 0) ((ch iy) 0) ((n iy) 1) ((g ax) 0))) +("arco" nil (((aa r) 1) ((k ow) 0))) +("arcola" nil (((aa r) 0) ((k ow) 1) ((l ax) 0))) +("arcos" nil (((aa r) 1) ((k ow z) 0))) +("arcosanti" nil (((aa r) 1) ((k ax) 0) ((s ae n) 1) ((t iy) 0))) +("arcs" nil (((aa r k s) 1))) +("arctic" nil (((aa r k) 1) ((t ih k) 0))) +("arcturus" nil (((aa r k) 1) ((t uh) 1) ((r ax s) 0))) +("arcuri" nil (((aa r) 0) ((k uh) 1) ((r iy) 0))) +("ard" nil (((aa r d) 1))) +("arda" nil (((aa r) 1) ((d ax) 0))) +("ardath" nil (((aa r) 1) ((d ax th) 0))) +("ardeen" nil (((aa r) 0) ((d iy n) 1))) +("ardelia" nil (((aa r) 0) ((d eh) 1) ((l iy) 0) ((ax) 0))) +("ardella" nil (((aa r) 1) ((d eh) 1) ((l ax) 0))) +("ardelle" nil (((aa r) 0) ((d eh l) 1))) +("arden" nil (((aa r) 1) ((d ax n) 0))) +("ardene" nil (((aa r) 1) ((d iy n) 1))) +("ardent" nil (((aa r) 1) ((d ax n t) 0))) +("ardently" nil (((aa r) 1) ((d ax n t) 0) ((l iy) 0))) +("ardin" nil (((aa r) 1) ((d ih n) 0))) +("ardine" nil (((aa r) 0) ((d iy) 1) ((n iy) 0))) +("ardis" nil (((aa r) 1) ((d ih s) 0))) +("ardith" nil (((aa r) 1) ((d ih th) 0))) +("ardito" nil (((aa r) 0) ((d iy) 1) ((t ow) 0))) +("ardley" nil (((aa r d) 1) ((l iy) 0))) +("ardmore" nil (((aa r d) 1) ((m ao r) 1))) +("ardoin" nil (((aa r) 0) ((d oy n) 1))) +("ardolino" nil (((aa r) 0) ((d ow) 0) ((l iy) 1) ((n ow) 0))) +("ardolph" nil (((aa r) 1) ((d ow l f) 1))) +("ardor" nil (((aa r) 1) ((d er) 0))) +("ardra" nil (((aa r) 1) ((d r ax) 0))) +("ardrey" nil (((aa r) 1) ((d r iy) 0))) +("ardshiel" nil (((aa r d) 1) ((sh iy l) 1))) +("ardsley" nil (((aa r d) 1) ((z l iy) 0))) +("arduini" nil (((aa r) 0) ((d uw) 0) ((iy) 1) ((n iy) 0))) +("arduous" nil (((aa r) 1) ((jh uw) 0) ((ax s) 0))) +("are" nil (((aa r) 1))) +("area" nil (((eh) 1) ((r iy) 0) ((ax) 0))) +("areas" nil (((eh) 1) ((r iy) 0) ((ax z) 0))) +("arebalo" nil (((aa) 0) ((r eh) 0) ((b aa) 1) ((l ow) 0))) +("arechiga" nil (((aa) 0) ((r eh) 0) ((k iy) 1) ((g ax) 0))) +("arehart" nil (((ae) 1) ((r ih) 0) ((hh aa r t) 0))) +("arel" nil (((aa) 0) ((r eh l) 1))) +("arellanes" nil (((ae) 1) ((r ih) 0) ((l ey n z) 1))) +("arellano" nil (((aa) 0) ((r eh) 0) ((l aa) 1) ((n ow) 0))) +("arena" nil (((er) 0) ((iy) 1) ((n ax) 0))) +("arenaball" nil (((er) 0) ((iy) 1) ((n ax) 0) ((b ao l) 1))) +("arenas" nil (((er) 0) ((iy) 1) ((n ax z) 0))) +("arencibia" nil (((aa) 0) ((r eh n) 0) ((ch iy) 1) ((b iy) 0) ((ax) 0))) +("arend" nil (((er) 0) ((eh n d) 1))) +("arends" nil (((er) 0) ((eh n d z) 1))) +("arendsee" nil (((er) 0) ((eh n d) 1) ((s iy) 1))) +("arendt" nil (((eh) 1) ((r ih n t) 0))) +("arenella" nil (((aa) 1) ((r ax) 0) ((n eh) 1) ((l ax) 0))) +("arens" nil (((eh) 1) ((r ax n z) 0))) +("arenson" nil (((ae) 1) ((r ih n) 0) ((s ax n) 0))) +("arent" nil (((aa) 1) ((r ax n t) 0))) +("arentz" nil (((ae) 1) ((r ih n t s) 0))) +("arenz" nil (((aa) 1) ((r ey n z) 0))) +("ares" nil (((aa r z) 1))) +("areta" nil (((aa) 0) ((r eh) 1) ((t ax) 0))) +("aretha" nil (((er) 0) ((iy) 1) ((th ax) 0))) +("aretina" nil (((aa) 0) ((r eh) 0) ((t iy) 1) ((n ax) 0))) +("aretsky" nil (((eh) 0) ((r eh t) 1) ((s k iy) 1))) +("aretta" nil (((aa) 0) ((r eh) 1) ((t ax) 0))) +("arevalo" nil (((aa) 0) ((r ey) 0) ((v aa) 1) ((l ow) 0))) +("arey" nil (((ae) 1) ((r iy) 0))) +("argabright" nil (((aa r) 1) ((g ax) 0) ((b r ay t) 1))) +("argall" nil (((aa r) 1) ((g ax l) 0))) +("arganbright" nil (((aa r) 0) ((g ae n) 1) ((b r ay t) 0))) +("argenbright" nil (((aa r) 1) ((g ih n) 0) ((b r ay t) 0))) +("argent" nil (((aa r) 1) ((jh ih n t) 0))) +("argenta" nil (((aa r) 1) ((jh eh n) 1) ((t ax) 0))) +("argentieri" nil (((aa r) 0) ((jh eh n) 0) ((t ih) 1) ((r iy) 0))) +("argentina" nil (((aa r) 1) ((jh ax n) 0) ((t iy) 1) ((n ax) 0))) +("argentinas" nil (((aa r) 1) ((jh ax n) 0) ((t iy) 1) ((n ax z) 0))) +("argentine" nil (((aa r) 1) ((jh ax n) 0) ((t iy n) 1))) +("argentines" nil (((aa r) 1) ((jh ax n) 0) ((t iy n z) 1))) +("argentinian" nil (((aa r) 1) ((jh ax n) 0) ((t ih) 1) ((n iy) 0) ((ax n) 0))) +("argentinians" nil (((aa r) 1) ((jh ax n) 0) ((t ih) 1) ((n iy) 0) ((ax n z) 0))) +("argento" nil (((aa r) 1) ((jh eh n) 1) ((t ow) 0))) +("argiro" nil (((aa r) 0) ((jh ih) 1) ((r ow) 0))) +("argo" nil (((aa r) 1) ((g ow) 0))) +("argon" nil (((aa r) 1) ((g aa n) 1))) +("argonaut" nil (((aa r) 1) ((g ax) 0) ((n ao t) 1))) +("argonauts" nil (((aa r) 1) ((g ax) 0) ((n ao t s) 1))) +("argonne" nil (((aa r) 1) ((g aa n) 1))) +("argosy" nil (((aa r) 1) ((g ax) 0) ((s iy) 0))) +("argosystems" nil (((aa r) 1) ((g ow) 0) ((s ih) 1) ((s t ax m z) 0))) +("argot" nil (((aa r) 1) ((g ax t) 0))) +("arguable" nil (((aa r) 1) ((g y uw) 0) ((ax) 0) ((b ax l) 0))) +("arguably" nil (((aa r) 1) ((g y uw) 0) ((ax) 0) ((b l iy) 0))) +("argue" nil (((aa r) 1) ((g y uw) 0))) +("argued" nil (((aa r) 1) ((g y uw d) 0))) +("arguelles" nil (((aa r) 0) ((g ey) 1) ((l eh s) 0))) +("arguello" nil (((aa r) 0) ((g eh) 1) ((l ow) 0))) +("argues" nil (((aa r) 1) ((g y uw z) 0))) +("argueta" nil (((aa r) 0) ((g ey) 1) ((t ax) 0))) +("arguijo" nil (((aa r) 0) ((g w iy) 1) ((y ow) 0))) +("arguing" nil (((aa r) 1) ((g y uw) 0) ((ih ng) 0))) +("argument" nil (((aa r) 1) ((g y ax) 0) ((m ax n t) 0))) +("argumentative" nil (((aa r) 1) ((g y ax) 0) ((m eh n) 1) ((t ax) 0) ((t ih v) 0))) +("arguments" nil (((aa r) 1) ((g y ax) 0) ((m ax n t s) 0))) +("argus" nil (((aa r) 1) ((g ax s) 0))) +("argyle" nil (((aa r) 1) ((g ay l) 1))) +("argyll" nil (((aa r) 0) ((g ay l) 1))) +("argyropoulos" nil (((aa r) 1) ((jh ih) 0) ((r aa) 1) ((p ow) 0) ((l ax s) 0))) +("ari" nil (((aa) 1) ((r iy) 0))) +("aria" nil (((aa) 1) ((r iy) 0) ((ax) 0))) +("ariadne" nil (((eh) 1) ((r iy) 0) ((ae d) 1) ((n iy) 0))) +("ariana" nil (((aa) 0) ((r iy) 0) ((ae) 1) ((n ax) 0))) +("ariane" nil (((eh) 1) ((r iy) 0) ((ae n) 1))) +("arianespace" nil (((eh) 1) ((r iy) 0) ((ae n) 1) ((s p ey s) 1))) +("arianism" nil (((ae) 1) ((r iy) 0) ((ax) 0) ((n ih) 1) ((z ax m) 0))) +("arianna" nil (((aa) 0) ((r iy) 0) ((ae) 1) ((n ax) 0))) +("arias" nil (((aa) 1) ((r iy) 0) ((ax z) 0))) +("aric" nil (((ae) 1) ((r ih k) 0))) +("arico" nil (((aa) 0) ((r iy) 1) ((k ow) 0))) +("arid" nil (((ae) 1) ((r ax d) 0))) +("arida" nil (((ax) 0) ((r iy) 1) ((d ax) 0))) +("arie" nil (((eh) 1) ((r iy) 0))) +("ariel" nil (((eh) 1) ((r iy) 0) ((ax l) 0))) +("ariella" nil (((aa) 0) ((r iy) 0) ((eh) 1) ((l ax) 0))) +("aries" nil (((eh) 1) ((r iy z) 0))) +("arington" nil (((aa) 1) ((r ih ng) 0) ((t ax n) 0))) +("ariola" nil (((aa) 0) ((r iy) 0) ((ow) 1) ((l ax) 0))) +("aris" nil (((er) 0) ((iy s) 1))) +("arise" nil (((er) 0) ((ay z) 1))) +("arisen" nil (((er) 0) ((ih) 1) ((z ax n) 0))) +("arises" nil (((er) 0) ((ay) 1) ((z ax z) 0))) +("arising" nil (((er) 0) ((ay) 1) ((z ih ng) 0))) +("arison" nil (((eh) 1) ((r ih) 0) ((s ax n) 0))) +("arispe" nil (((aa) 0) ((r iy) 1) ((s p iy) 0))) +("arista" nil (((er) 0) ((ih) 1) ((s t ax) 0))) +("aristech" nil (((eh) 1) ((r ih) 0) ((s t eh k) 1))) +("aristede" nil (((aa) 1) ((r ih) 0) ((s t iy d) 1))) +("aristide" nil (((aa) 1) ((r ih) 0) ((s t iy d) 1))) +("aristocracy" nil (((eh) 1) ((r ax) 0) ((s t aa) 1) ((k r ax) 0) ((s iy) 0))) +("aristocrat" nil (((er) 0) ((ih) 1) ((s t ax) 0) ((k r ae t) 1))) +("aristocratic" nil (((er) 0) ((ih) 1) ((s t ax) 0) ((k r ae) 1) ((t ih k) 0))) +("aristocrats" nil (((er) 0) ((ih) 1) ((s t ax) 0) ((k r ae t s) 1))) +("aristotelian" nil (((er) 0) ((ih) 1) ((s t ax) 0) ((t iy) 1) ((l iy) 0) ((ax n) 0))) +("aristotle" nil (((eh) 1) ((r ax) 0) ((s t aa) 1) ((t ax l) 0))) +("arithmetic" nil (((eh) 1) ((r ih th) 0) ((m eh) 1) ((t ih k) 0))) +("ariza" nil (((aa) 0) ((r iy) 1) ((z ax) 0))) +("arizmendi" nil (((aa) 0) ((r iy z) 0) ((m eh n) 1) ((d iy) 0))) +("arizona" nil (((eh) 1) ((r ih) 0) ((z ow) 1) ((n ax) 0))) +("arizonans" nil (((er) 0) ((ih) 1) ((z ax) 0) ((n ax n z) 0))) +("arjo" nil (((aa r) 1) ((jh ow) 0))) +("ark" nil (((aa r k) 1))) +("arkansans" nil (((aa r) 1) ((k ae n) 1) ((z ax n z) 0))) +("arkansas" nil (((aa r) 1) ((k ax n) 0) ((s aa) 1))) +("arkin" nil (((aa r) 1) ((k ih n) 0))) +("arkla" nil (((aa r) 1) ((k l ax) 0))) +("arko" nil (((aa r) 1) ((k ow) 0))) +("arkose" nil (((aa r) 0) ((k ow s) 1))) +("arkwright" nil (((aa r) 1) ((k r ay t) 1))) +("arlana" nil (((aa r) 0) ((l ae) 1) ((n ax) 0))) +("arlauskas" nil (((aa r) 0) ((l ao) 1) ((s k ax s) 0))) +("arledge" nil (((aa r) 1) ((l ih jh) 0))) +("arleen" nil (((aa r) 0) ((l iy n) 1))) +("arlen" nil (((aa r) 1) ((l ax n) 0))) +("arlena" nil (((aa r) 1) ((l ih) 0) ((n ax) 0))) +("arlene" nil (((aa r) 1) ((l iy n) 1))) +("arleta" nil (((aa r) 1) ((l ih) 0) ((t ax) 0))) +("arlette" nil (((aa r) 1) ((l eh t) 1))) +("arley" nil (((aa r) 1) ((l iy) 0))) +("arlie" nil (((aa r) 1) ((l iy) 0))) +("arlin" nil (((aa r) 1) ((l ih n) 0))) +("arlinda" nil (((aa r) 1) ((l ih n) 1) ((d ax) 0))) +("arline" nil (((aa r) 1) ((l ay n) 1))) +("arlington" nil (((aa r) 1) ((l ih ng) 0) ((t ax n) 0))) +("arlt" nil (((aa r l t) 1))) +("arlyne" nil (((aa r) 1) ((l ay n) 1))) +("arm" nil (((aa r m) 1))) +("armacost" nil (((aa r) 1) ((m ax) 0) ((k ao s t) 1))) +("armada" nil (((aa r) 0) ((m aa) 1) ((d ax) 0))) +("armadillo" nil (((aa r) 1) ((m ax) 0) ((d ih) 1) ((l ow) 0))) +("armadillos" nil (((aa r) 1) ((m ax) 0) ((d ih) 1) ((l ow z) 0))) +("armageddon" nil (((aa r) 1) ((m ax) 0) ((g eh) 1) ((d ax n) 0))) +("armagost" nil (((aa r) 0) ((m aa) 1) ((g ow s t) 0))) +("armament" nil (((aa r) 1) ((m ax) 0) ((m ax n t) 0))) +("armaments" nil (((aa r) 1) ((m ax) 0) ((m ax n t s) 0))) +("arman" nil (((aa r) 1) ((m ax n) 0))) +("armand" nil (((aa r) 1) ((m ax n d) 0))) +("armando" nil (((aa r) 0) ((m aa n) 1) ((d ow) 0))) +("armandt" nil (((aa r) 1) ((m ae n t) 0))) +("armani" nil (((aa r) 1) ((m aa) 1) ((n iy) 0))) +("armantrout" nil (((aa r) 1) ((m ax n) 0) ((t r aw t) 1))) +("armas" nil (((aa r) 1) ((m ax z) 0))) +("armato" nil (((aa r) 0) ((m aa) 1) ((t ow) 0))) +("armbands" nil (((aa r m) 1) ((b ae n d z) 1))) +("armbrister" nil (((aa r m) 1) ((b er) 0) ((ih) 0) ((s t er) 0))) +("armbrust" nil (((aa r m) 1) ((b r ax s t) 0))) +("armbruster" nil (((aa r m) 1) ((b r ax) 0) ((s t er) 0))) +("armchair" nil (((aa r m) 1) ((ch eh r) 1))) +("armchairs" nil (((aa r m) 1) ((ch eh r z) 1))) +("armco" nil (((aa r m) 1) ((k ow) 1))) +("armed" nil (((aa r m d) 1))) +("armel" nil (((aa r) 0) ((m eh l) 1))) +("armellino" nil (((aa r) 1) ((m eh) 0) ((l iy) 1) ((n ow) 0))) +("armen" nil (((aa r) 1) ((m ax n) 0))) +("armendarez" nil (((aa r) 0) ((m ey n) 0) ((d aa) 1) ((r eh z) 0))) +("armendariz" nil (((aa r) 0) ((m ey n) 0) ((d aa) 1) ((r iy z) 0))) +("armenia" nil (((aa r) 0) ((m iy) 1) ((n iy) 0) ((ax) 0))) +("armenian" nil (((aa r) 0) ((m iy) 1) ((n iy) 0) ((ax n) 0))) +("armenians" nil (((aa r) 0) ((m iy) 1) ((n iy) 0) ((ax n z) 0))) +("arment" nil (((aa r) 1) ((m ax n t) 0))) +("armenta" nil (((aa r) 0) ((m eh n) 1) ((t ax) 0))) +("armentor" nil (((aa r) 0) ((m ax n) 0) ((t ao r) 1))) +("armentrout" nil (((aa r) 1) ((m ax n) 0) ((t r aw t) 1))) +("armer" nil (((aa r) 1) ((m er) 0))) +("armes" nil (((aa r m z) 1))) +("armetta" nil (((aa r) 0) ((m eh) 1) ((t ax) 0))) +("armey" nil (((aa r) 1) ((m iy) 0))) +("armfield" nil (((aa r m) 1) ((f iy l d) 1))) +("armida" nil (((aa r) 0) ((m iy) 1) ((d ax) 0))) +("armies" nil (((aa r) 1) ((m iy z) 0))) +("armiger" nil (((aa r) 1) ((m ih) 0) ((g er) 0))) +("armijo" nil (((aa r) 0) ((m iy) 1) ((y ow) 0))) +("armilla" nil (((aa r) 0) ((m ih) 1) ((l ax) 0))) +("armin" nil (((aa r) 1) ((m ax n) 0))) +("armina" nil (((aa r) 0) ((m iy) 1) ((n ax) 0))) +("armine" nil (((aa r) 0) ((m iy) 1) ((n iy) 0))) +("arming" nil (((aa r) 1) ((m ih ng) 0))) +("armington" nil (((aa r) 1) ((m ih ng) 0) ((t ax n) 0))) +("arminie" nil (((aa r) 1) ((m ih) 0) ((n iy) 0))) +("armistead" nil (((aa r) 1) ((m ih) 0) ((s t eh d) 1))) +("armistice" nil (((aa r) 1) ((m ax) 0) ((s t ax s) 0))) +("armitage" nil (((aa r) 1) ((m ih) 0) ((t ih jh) 0))) +("armold" nil (((aa r) 1) ((m ow l d) 1))) +("armon" nil (((aa r) 1) ((m ax n) 0))) +("armond" nil (((aa r) 1) ((m ax n d) 0))) +("armonk" nil (((aa r) 1) ((m ax ng k) 0))) +("armor" nil (((aa r) 1) ((m er) 0))) +("armored" nil (((aa r) 1) ((m er d) 0))) +("armory" nil (((aa r) 1) ((m er) 0) ((iy) 0))) +("armour" nil (((aa r) 1) ((m er) 0))) +("armpit" nil (((aa r m) 1) ((p ih t) 1))) +("armpits" nil (((aa r m) 1) ((p ih t s) 1))) +("armrest" nil (((aa r) 1) ((m r eh s t) 1))) +("armrests" nil (((aa r) 1) ((m r eh s t s) 1))) +("arms" nil (((aa r m z) 1))) +("armstead" nil (((aa r m) 1) ((s t eh d) 1))) +("armstrad" nil (((aa r m) 1) ((s t r ae d) 1))) +("armstrong" nil (((aa r m) 1) ((s t r aa ng) 1))) +("armtec" nil (((aa r m) 1) ((t eh k) 1))) +("armtek" nil (((aa r m) 1) ((t eh k) 1))) +("armwood" nil (((aa r m) 1) ((w uh d) 1))) +("army" nil (((aa r) 1) ((m iy) 0))) +("arn" nil (((aa r n) 1))) +("arnalda" nil (((aa r) 0) ((n aa l) 1) ((d ax) 0))) +("arnaldo" nil (((aa r) 0) ((n aa l) 1) ((d ow) 0))) +("arnall" nil (((aa r) 1) ((n ax l) 0))) +("arnatt" nil (((aa r) 0) ((n ae t) 1))) +("arnaud" nil (((aa r) 0) ((n ow) 1))) +("arnault" nil (((aa r) 1) ((n ow) 1))) +("Arnaz" n (((aa r) 1) ((n ax z) 0))) +("arndt" nil (((aa r n t) 1))) +("arne" nil (((aa r n) 1))) +("arnell" nil (((aa r) 1) ((n ax l) 0))) +("arnelle" nil (((aa r) 1) ((n eh l) 1))) +("arner" nil (((aa r) 1) ((n er) 0))) +("arnesen" nil (((aa r) 0) ((n iy) 1) ((z ax n) 0))) +("arneson" nil (((aa r) 1) ((n ih) 0) ((s ax n) 0))) +("arnett" nil (((aa r) 0) ((n eh t) 1))) +("arnette" nil (((aa r) 0) ((n eh t) 1))) +("arney" nil (((aa r) 1) ((n iy) 0))) +("arnhold" nil (((aa r n) 1) ((hh ow l d) 1))) +("arnholt" nil (((aa r n) 1) ((hh ow l t) 1))) +("arnie" nil (((aa r) 1) ((n iy) 0))) +("arnn" nil (((aa r n) 1))) +("arno" nil (((aa r) 1) ((n ow) 0))) +("arnold" nil (((aa r) 1) ((n ax l d) 0))) +("arnoldi" nil (((aa r) 0) ((n ow l) 1) ((d iy) 0))) +("arnoldy" nil (((aa r) 1) ((n ow l) 0) ((d iy) 0))) +("arnolphe" nil (((aa r) 0) ((n aa l) 1) ((f iy) 0))) +("arnone" nil (((aa r) 0) ((n ow) 1) ((n iy) 0))) +("arnot" nil (((aa r) 1) ((n ax t) 0))) +("arnott" nil (((aa r) 1) ((n aa t) 0))) +("arnotts" nil (((aa r) 1) ((n aa t s) 0))) +("arnow" nil (((aa r) 1) ((n ow) 0))) +("arnox" nil (((aa r) 1) ((n aa k s) 0))) +("arns" nil (((aa r n z) 1))) +("arnst" nil (((aa r n s t) 1))) +("arnstein" nil (((aa r n) 1) ((s t ay n) 0))) +("arntson" nil (((aa r n t) 1) ((s ax n) 0))) +("arntz" nil (((aa r n t s) 1))) +("arntzen" nil (((aa r n t) 1) ((z ax n) 0))) +("arnulfo" nil (((aa r) 0) ((n ah l) 1) ((f ow) 0))) +("arnwine" nil (((aa r n) 1) ((w ay n) 1))) +("arnzen" nil (((aa r n) 1) ((z ax n) 0))) +("aro" nil (((aa) 1) ((r ow) 0))) +("arocha" nil (((aa) 0) ((r ow) 1) ((k ax) 0))) +("arocho" nil (((aa) 0) ((r ow) 1) ((k ow) 0))) +("aroma" nil (((er) 0) ((ow) 1) ((m ax) 0))) +("aromas" nil (((er) 0) ((ow) 1) ((m ax z) 0))) +("aromatic" nil (((eh) 1) ((r ax) 0) ((m ae) 1) ((t ih k) 0))) +("aron" nil (((eh) 1) ((r ax n) 0))) +("arone" nil (((er) 0) ((ow n) 1))) +("aronhalt" nil (((ae) 1) ((r ax n) 0) ((hh ax l t) 0))) +("aronoff" nil (((eh) 1) ((r ax) 0) ((n ao f) 0))) +("aronow" nil (((er) 0) ((ow) 1) ((n ow) 0))) +("aronowitz" nil (((er) 0) ((aa) 1) ((n ax) 0) ((w ih t s) 0))) +("arons" nil (((aa) 1) ((r ow n z) 0))) +("aronson" nil (((eh) 1) ((r ax n) 0) ((s ax n) 0))) +("aronstein" nil (((eh) 1) ((r ax n) 0) ((s t iy n) 1))) +("arora" nil (((aa) 0) ((r ao) 1) ((r ax) 0))) +("aros" nil (((aa) 1) ((r ow z) 0))) +("arose" nil (((er) 0) ((ow z) 1))) +("around" nil (((er) 0) ((aw n d) 1))) +("arousal" nil (((er) 0) ((aw) 1) ((z ax l) 0))) +("arouse" nil (((er) 0) ((aw z) 1))) +("aroused" nil (((er) 0) ((aw z d) 1))) +("arouses" nil (((er) 0) ((aw) 1) ((z ih z) 0))) +("arousing" nil (((er) 0) ((aw) 1) ((z ih ng) 0))) +("arp" nil (((aa r p) 1))) +("arpa" nil (((aa r) 1) ((p ax) 0))) +("arpanet" nil (((aa r) 1) ((p ax) 0) ((n eh t) 1))) +("arpin" nil (((aa r) 1) ((p ih n) 0))) +("arpino" nil (((aa r) 0) ((p iy) 1) ((n ow) 0))) +("arps" nil (((aa r p s) 1))) +("arquette" nil (((aa r) 0) ((k eh t) 1))) +("arquilla" nil (((aa r) 1) ((k w ih) 1) ((l ax) 0))) +("arraigned" nil (((er) 0) ((ey n d) 1))) +("arraignment" nil (((er) 0) ((ey n) 1) ((m ax n t) 0))) +("arrange" nil (((er) 0) ((ey n jh) 1))) +("arranged" nil (((er) 0) ((ey n jh d) 1))) +("arrangement" nil (((er) 0) ((ey n jh) 1) ((m ax n t) 0))) +("arrangements" nil (((er) 0) ((ey n jh) 1) ((m ax n t s) 0))) +("arranger" nil (((er) 0) ((ey n) 1) ((jh er) 0))) +("arranges" nil (((er) 0) ((ey n) 1) ((jh ih z) 0))) +("arranging" nil (((er) 0) ((ey n) 1) ((jh ih ng) 0))) +("arrant" nil (((ae) 1) ((r ax n t) 0))) +("arrants" nil (((ae) 1) ((r ax n t s) 0))) +("arrasmith" nil (((eh) 1) ((r ax) 0) ((s m ih th) 1))) +("array" nil (((er) 0) ((ey) 1))) +("arrayed" nil (((er) 0) ((ey d) 1))) +("arrays" nil (((er) 0) ((ey z) 1))) +("arrearage" nil (((er) 0) ((iy) 1) ((r ih jh) 0))) +("arrearages" nil (((er) 0) ((ih) 1) ((r ih) 0) ((jh ih z) 0))) +("arrears" nil (((er) 0) ((ih r z) 1))) +("arredondo" nil (((aa) 0) ((r eh) 0) ((d ow n) 1) ((d ow) 0))) +("arreguin" nil (((aa) 0) ((r ey) 0) ((g w iy n) 1))) +("arrendondo" nil (((aa) 0) ((r eh n) 0) ((d ow n) 1) ((d ow) 0))) +("arreola" nil (((aa) 0) ((r iy) 0) ((aa) 1) ((l ax) 0))) +("arrest" nil (((er) 0) ((eh s t) 1))) +("arrested" nil (((er) 0) ((eh) 1) ((s t ax d) 0))) +("arresting" nil (((er) 0) ((eh) 1) ((s t ih ng) 0))) +("arrests" nil (((er) 0) ((eh s t s) 1))) +("arrhythmias" nil (((er) 0) ((ih dh) 1) ((m iy) 0) ((ax z) 0))) +("arriaga" nil (((aa) 1) ((r iy) 0) ((aa) 1) ((g ax) 0))) +("arrick" nil (((ae) 1) ((r ih k) 0))) +("arrieta" nil (((aa) 0) ((r iy) 1) ((t ax) 0))) +("arrigo" nil (((aa) 1) ((r iy) 1) ((g ow) 0))) +("arrigoni" nil (((aa) 0) ((r iy) 0) ((g ow) 1) ((n iy) 0))) +("arrington" nil (((eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("arriola" nil (((aa) 1) ((r iy) 0) ((ow) 1) ((l ax) 0))) +("arriortua" nil (((aa) 1) ((r iy) 0) ((ao r) 0) ((t uw) 1) ((ax) 0))) +("arrival" nil (((er) 0) ((ay) 1) ((v ax l) 0))) +("arrivals" nil (((er) 0) ((ay) 1) ((v ax l z) 0))) +("arrive" nil (((er) 0) ((ay v) 1))) +("arrived" nil (((er) 0) ((ay v d) 1))) +("arrives" nil (((er) 0) ((ay v z) 1))) +("arriving" nil (((er) 0) ((ay) 1) ((v ih ng) 0))) +("arrivistes" n (((ae) 1) ((r ax) 0) ((v iy) 1) ((s t ax z) 0))) +("arrogance" nil (((eh) 1) ((r ax) 0) ((g ax n s) 0))) +("arrogant" nil (((eh) 1) ((r ax) 0) ((g ax n t) 0))) +("arrogantly" nil (((eh) 1) ((r ax) 0) ((g ax n t) 0) ((l iy) 0))) +("arrogate" nil (((ae) 1) ((r ow) 0) ((g ey t) 1))) +("arrow" nil (((ae) 1) ((r ow) 0))) +("arrowhead" nil (((ae) 1) ((r ow) 0) ((hh eh d) 1))) +("arrowheads" nil (((ae) 1) ((r ow) 0) ((hh eh d z) 1))) +("arrowood" nil (((ae) 1) ((r ow) 0) ((w uh d) 1))) +("arrowroot" nil (((eh) 1) ((r ow) 0) ((r uw t) 1))) +("arrows" nil (((ae) 1) ((r ow z) 0))) +("arrowsmith" nil (((ae) 1) ((r ow) 0) ((s m ih th) 1))) +("arroyo" nil (((er) 0) ((oy) 1) ((ow) 0))) +("arruda" nil (((aa) 0) ((r uw) 1) ((d ax) 0))) +("arrupe" nil (((ae) 1) ((r uw p) 1))) +("arsdale" nil (((aa r z) 1) ((d ey l) 1))) +("arsenal" nil (((aa r) 1) ((s ax) 0) ((n ax l) 0))) +("arsenals" nil (((aa r) 1) ((s ax) 0) ((n ax l z) 0))) +("arsenault" nil (((aa r) 1) ((s ih) 0) ((n ow) 0))) +("arseneau" nil (((aa r) 1) ((s ih) 0) ((n ow) 0))) +("arseneault" nil (((aa r) 1) ((s ih) 0) ((n ow) 0))) +("arsenic" nil (((aa r) 1) ((s ax) 0) ((n ih k) 0))) +("arsenide" nil (((aa r) 1) ((s ax) 0) ((n ay d) 1))) +("arsenio" nil (((aa r) 1) ((s iy) 1) ((n iy) 0) ((ow) 0))) +("arslanian" nil (((aa r) 1) ((s l ey) 1) ((n iy) 0) ((ax n) 0))) +("arson" nil (((aa r) 1) ((s ax n) 0))) +("arsonist" nil (((aa r) 1) ((s ax) 0) ((n ax s t) 0))) +("arsonists" nil (((aa r) 1) ((s ax) 0) ((n ax s t s) 0))) +("art" nil (((aa r t) 1))) +("artale" nil (((aa r) 0) ((t aa) 1) ((l iy) 0))) +("artcarved" nil (((aa r t) 1) ((k aa r v d) 1))) +("arteaga" nil (((aa r) 1) ((t iy) 1) ((g ax) 0))) +("arteastiq" nil (((aa r) 0) ((t iy) 1) ((s t ih k) 0))) +("artemas" nil (((aa r) 1) ((t ih) 0) ((m ax z) 0))) +("artemus" nil (((aa r) 1) ((t ax) 0) ((m ax s) 0))) +("arter" nil (((aa r) 1) ((t er) 0))) +("arterberry" nil (((aa r) 1) ((t er) 0) ((b eh) 1) ((r iy) 0))) +("arterburn" nil (((aa r) 1) ((t er) 0) ((b er n) 1))) +("arterial" nil (((aa r) 0) ((t ih) 1) ((r iy) 0) ((ax l) 0))) +("arteries" nil (((aa r) 1) ((t er) 0) ((iy z) 0))) +("arteriosclerosis" nil (((aa r) 0) ((t ih) 1) ((r iy) 0) ((ow) 0) ((s k l er) 0) ((ow) 1) ((s ax s) 0))) +("artery" nil (((aa r) 1) ((t er) 0) ((iy) 0))) +("artful" nil (((aa r t) 1) ((f ax l) 0))) +("artfully" nil (((aa r t) 1) ((f ax) 0) ((l iy) 0))) +("arth" nil (((aa r th) 1))) +("arthritic" nil (((aa r) 0) ((th r ih) 1) ((t ih k) 0))) +("arthritis" nil (((aa r) 0) ((th r ay) 1) ((t ax s) 0))) +("arthropods" nil (((aa r) 1) ((th r ax) 0) ((p aa d z) 1))) +("arthur" nil (((aa r) 1) ((th er) 0))) +("arthurian" nil (((aa r) 0) ((th uh) 1) ((r iy) 0) ((ax n) 0))) +("arthurs" nil (((aa r) 1) ((th er z) 0))) +("artichoke" nil (((aa r) 1) ((t ax) 0) ((ch ow k) 1))) +("artichokes" nil (((aa r) 1) ((t ih) 0) ((ch ow k s) 1))) +("article" nil (((aa r) 1) ((t ax) 0) ((k ax l) 0))) +("articles" nil (((aa r) 1) ((t ax) 0) ((k ax l z) 0))) +("articulate" j (((aa r) 0) ((t ih) 1) ((k y ax) 0) ((l ax t) 0))) +("articulate" v (((aa r) 0) ((t ih) 1) ((k y ax) 0) ((l ey t) 1))) +("articulated" nil (((aa r) 0) ((t ih) 1) ((k y ax) 0) ((l ey) 1) ((t ax d) 0))) +("articulates" nil (((aa r) 0) ((t ih) 1) ((k y ax) 0) ((l ax t s) 0))) +("articulating" nil (((aa r) 0) ((t ih) 1) ((k y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("articulation" nil (((aa r) 1) ((t ih) 0) ((k y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("articulatory" nil (((aa r) 0) ((t ih) 1) ((k y ax) 0) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("artie" nil (((aa r) 1) ((t iy) 0))) +("artifact" nil (((aa r) 1) ((t ax) 0) ((f ae k t) 1))) +("artifacts" nil (((aa r) 1) ((t ax) 0) ((f ae k t s) 1))) +("artifically" nil (((aa r) 0) ((t ax) 0) ((f ih) 1) ((sh ax) 0) ((l iy) 0))) +("artifice" nil (((aa r) 1) ((t ax) 0) ((f ih s) 0))) +("artificial" nil (((aa r) 1) ((t ax) 0) ((f ih) 1) ((sh ax l) 0))) +("artificially" nil (((aa r) 1) ((t ax) 0) ((f ih) 1) ((sh ax) 0) ((l iy) 0))) +("artillery" nil (((aa r) 0) ((t ih) 1) ((l er) 0) ((iy) 0))) +("artino" nil (((aa r) 0) ((t iy) 1) ((n ow) 0))) +("artiodactyls" nil (((aa r) 1) ((t iy) 0) ((ow) 0) ((d ae k) 1) ((t ax l z) 0))) +("artis" nil (((aa r) 1) ((t ih s) 0))) +("artisan" nil (((aa r) 1) ((t ax) 0) ((z ax n) 0))) +("artisans" nil (((aa r) 1) ((t ax) 0) ((z ax n z) 0))) +("artist" nil (((aa r) 1) ((t ax s t) 0))) +("artistic" nil (((aa r) 0) ((t ih) 1) ((s t ih k) 0))) +("artistically" nil (((aa r) 0) ((t ih) 1) ((s t ih) 0) ((k l iy) 0))) +("artistry" nil (((aa r) 1) ((t ih) 0) ((s t r iy) 0))) +("artists" nil (((aa r) 1) ((t ax s t s) 0))) +("artley" nil (((aa r t) 1) ((l iy) 0))) +("artman" nil (((aa r t) 1) ((m ax n) 0))) +("artois" nil (((aa r) 0) ((t w aa) 1))) +("arton" nil (((aa r) 1) ((t aa n) 1))) +("artra" nil (((aa r) 1) ((t r ax) 0))) +("artrip" nil (((aa r) 1) ((t r ih p) 0))) +("arts" nil (((aa r t s) 1))) +("artscience" nil (((aa r t) 1) ((s ay) 1) ((ax n s) 0))) +("artsy" nil (((aa r t) 1) ((s iy) 1))) +("arturo" nil (((aa r) 0) ((t uh) 1) ((r ow) 0))) +("artus" nil (((aa r) 1) ((t ax s) 0))) +("artwork" nil (((aa r) 1) ((t w er k) 1))) +("artworks" nil (((aa r) 1) ((t w er k s) 1))) +("arty" nil (((aa r) 1) ((t iy) 0))) +("artz" nil (((aa r t s) 1))) +("artzt" nil (((aa r t s t) 1))) +("aruba" nil (((er) 0) ((uw) 1) ((b ax) 0))) +("arum" nil (((eh) 1) ((r ax m) 0))) +("arundel" nil (((eh) 1) ((r ax n) 0) ((d ax l) 0))) +("arup" nil (((er) 0) ((uw p) 1))) +("arva" nil (((aa r) 1) ((v ax) 0))) +("arvad" nil (((aa r) 0) ((v ae d) 1))) +("arval" nil (((aa r) 1) ((v ax l) 0))) +("arvanitis" nil (((aa r) 0) ((v ax) 0) ((n ay) 1) ((t ih s) 0))) +("arvay" nil (((aa r) 1) ((v ey) 0))) +("arve" nil (((aa r v) 1))) +("arvel" nil (((aa r) 0) ((v eh l) 1))) +("arvey" nil (((aa r) 1) ((v iy) 0))) +("arvid" nil (((aa r) 1) ((v ih d) 0))) +("arvida" nil (((aa r) 0) ((v iy) 1) ((d ax) 0))) +("arvidson" nil (((aa r) 1) ((v ih d) 0) ((s ax n) 0))) +("arvin" nil (((aa r) 1) ((v ih n) 0))) +("arvind" nil (((aa r) 1) ((v ih n d) 0))) +("arvizu" nil (((aa r) 0) ((v iy) 1) ((z uw) 0))) +("arwood" nil (((aa r) 1) ((w uh d) 1))) +("arx" nil (((aa r k s) 1))) +("arxiv" nil (((aa r) 1) ((k ay v) 0))) +("ary" nil (((eh) 1) ((r iy) 0))) +("aryan" nil (((aa) 1) ((r iy) 0) ((ax n) 0))) +("arzate" nil (((aa r) 1) ((z ey t) 1))) +("arzola" nil (((aa r) 0) ((z ow) 1) ((l ax) 0))) +("arzt" nil (((aa r z t) 1))) +("as" nil (((ae z) 1))) +("asa" nil (((aa) 1) ((s ax) 0))) +("asaf" nil (((aa) 0) ((s aa f) 1))) +("asahan" nil (((ae) 1) ((s ax) 0) ((hh ae n) 0))) +("asahi" nil (((ax) 0) ((s aa) 1) ((hh iy) 0))) +("asamera" nil (((ae) 1) ((s ax) 0) ((m eh) 1) ((r ax) 0))) +("asarco" nil (((ax) 0) ((s aa r) 1) ((k ow) 0))) +("asaro" nil (((aa) 0) ((s aa) 1) ((r ow) 0))) +("asat" nil (((ae) 1) ((z ae t) 0))) +("asato" nil (((aa) 0) ((s aa) 1) ((t ow) 0))) +("asay" nil (((ax) 0) ((s ey) 1))) +("asbell" nil (((ae s) 1) ((b eh l) 0))) +("asberry" nil (((ae s) 1) ((b eh) 0) ((r iy) 0))) +("asbestec" nil (((ae s) 1) ((b eh) 1) ((s t eh k) 0))) +("asbestos" nil (((ae s) 0) ((b eh) 1) ((s t ax s) 0))) +("asbestosis" nil (((ae s) 1) ((b eh) 1) ((s t ow) 1) ((s ax s) 0))) +("asbill" nil (((ax s) 0) ((b ih l) 1))) +("asbridge" nil (((ax s) 0) ((b r ih jh) 1))) +("asbury" nil (((ae z) 1) ((b eh) 1) ((r iy) 0))) +("asby" nil (((ae s) 1) ((b iy) 0))) +("ascap" nil (((ae) 1) ((s k ae p) 1))) +("ascencio" nil (((aa s) 0) ((ch eh n) 1) ((ch iy) 0) ((ow) 0))) +("ascend" nil (((ax) 0) ((s eh n d) 1))) +("ascendancy" nil (((ax) 0) ((s eh n) 1) ((d ax n) 0) ((s iy) 0))) +("ascendant" nil (((ax) 0) ((s eh n) 1) ((d ax n t) 0))) +("ascended" nil (((ax) 0) ((s eh n) 1) ((d ax d) 0))) +("ascendency" nil (((ax) 0) ((s eh n) 1) ((d ax n) 0) ((s iy) 0))) +("ascending" nil (((ax) 0) ((s eh n) 1) ((d ih ng) 0))) +("ascends" nil (((ax) 0) ((s eh n d z) 1))) +("ascension" nil (((ax) 0) ((s eh n) 1) ((sh ax n) 0))) +("ascent" nil (((ax) 0) ((s eh n t) 1))) +("ascertain" nil (((ae) 1) ((s er) 0) ((t ey n) 1))) +("ascertained" nil (((ae) 1) ((s er) 0) ((t ey n d) 1))) +("ascetic" nil (((ax) 0) ((s eh) 1) ((t ih k) 0))) +("asch" nil (((ae sh) 1))) +("asche" nil (((ae sh) 1))) +("aschenbach" nil (((ae) 1) ((sh ih n) 0) ((b aa k) 0))) +("aschenbrenner" nil (((ae) 1) ((sh ih n) 0) ((b r ih) 0) ((n er) 0))) +("ascher" nil (((ae) 1) ((sh er) 0))) +("aschoff" nil (((ae s k) 1) ((hh ao f) 0))) +("ascii" nil (((ae) 1) ((s k iy) 0))) +("ascorbic" nil (((ax) 0) ((s k ao r) 1) ((b ih k) 0))) +("ascot" nil (((ae) 1) ((s k aa t) 1))) +("ascott" nil (((ax) 0) ((s k aa t) 1))) +("ascribe" nil (((ax) 0) ((s k r ay b) 1))) +("ascribed" nil (((ax) 0) ((s k r ay b d) 1))) +("ascribes" nil (((ax) 0) ((s k r ay b z) 1))) +("asda" nil (((ae s) 1) ((d ax) 0))) +("asea" nil (((ax) 0) ((z iy) 1) ((ax) 0))) +("asean" nil (((aa) 1) ((s iy) 0) ((aa n) 2))) +("aselma" nil (((ax) 0) ((s eh l) 1) ((m ax) 0))) +("aseltine" nil (((aa) 0) ((s eh l) 0) ((t iy) 1) ((n iy) 0))) +("asencio" nil (((ax) 0) ((s eh n) 1) ((s iy) 0) ((ow) 0))) +("aseritis" nil (((ax) 0) ((s eh) 1) ((r ih) 0) ((t ih s) 0))) +("ash" nil (((ae sh) 1))) +("ashamed" nil (((ax) 0) ((sh ey m d) 1))) +("ashare" nil (((ae) 1) ((sh eh r) 1))) +("ashbaugh" nil (((ax sh) 0) ((b ao) 1))) +("ashbrook" nil (((ae sh) 1) ((b r uh k) 1))) +("ashburn" nil (((ae sh) 1) ((b er n) 0))) +("ashby" nil (((ae sh) 1) ((b iy) 0))) +("ashcraft" nil (((ae sh) 1) ((k r ae f t) 1))) +("ashcreek" nil (((ae sh) 1) ((k r iy k) 1))) +("ashcroft" nil (((ae sh) 1) ((k r ao f t) 1))) +("ashdown" nil (((ae sh) 1) ((d aw n) 1))) +("ashe" nil (((ae sh) 1))) +("ashen" nil (((ae) 1) ((sh ax n) 0))) +("ashenberg" nil (((ae) 1) ((sh ax n) 0) ((b er g) 0))) +("ashenfelter" nil (((ae) 1) ((sh ax n) 0) ((f eh l) 1) ((t er) 0))) +("asher" nil (((ae) 1) ((sh er) 0))) +("ashes" nil (((ae) 1) ((sh ax z) 0))) +("asheville" nil (((ae sh) 1) ((v ih l) 1))) +("ashford" nil (((ae sh) 1) ((f er d) 0))) +("ashland" nil (((ae) 1) ((sh l ax n d) 0))) +("ashley" nil (((ae) 1) ((sh l iy) 0))) +("ashlin" nil (((ae) 1) ((sh l ih n) 0))) +("ashline" nil (((ae) 1) ((sh l ay n) 1))) +("ashlock" nil (((ae) 1) ((sh l aa k) 1))) +("ashman" nil (((ae) 1) ((sh m ax n) 0))) +("ashmead" nil (((ae) 1) ((sh m iy d) 1))) +("ashmore" nil (((ae) 1) ((sh m ao r) 0))) +("ashok" nil (((ae) 1) ((sh aa k) 0))) +("ashore" nil (((ax) 0) ((sh ao r) 1))) +("ashton" nil (((ae sh) 1) ((t ax n) 0))) +("ashtray" nil (((ae sh) 1) ((t r ey) 1))) +("ashtrays" nil (((ae sh) 1) ((t r ey z) 1))) +("ashur" nil (((ae) 1) ((sh er) 0))) +("ashurst" nil (((ae) 1) ((sh er s t) 0))) +("ashwell" nil (((ae) 1) ((sh w eh l) 1))) +("ashwood" nil (((ae) 1) ((sh w uh d) 1))) +("ashworth" nil (((ae) 1) ((sh w er th) 1))) +("ashy" nil (((ae) 1) ((sh iy) 0))) +("asia" nil (((ey) 1) ((zh ax) 0))) +("asiain" nil (((ey) 1) ((z iy) 0) ((ey n) 1))) +("asiamerica" nil (((ey) 1) ((s iy) 0) ((ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("asian" nil (((ey) 1) ((zh ax n) 0))) +("asians" nil (((ey) 1) ((zh ax n z) 0))) +("asiatic" nil (((ey) 1) ((zh iy) 0) ((ae) 1) ((t ih k) 0))) +("asiaweek" nil (((ey) 1) ((zh ax) 0) ((w iy k) 1))) +("asic" nil (((ae) 1) ((z ih k) 0))) +("asics" nil (((ae) 1) ((z ih k s) 0))) +("aside" nil (((ax) 0) ((s ay d) 1))) +("asides" nil (((ax) 0) ((s ay d z) 1))) +("asiel" nil (((ae) 1) ((z iy) 0) ((ax l) 0))) +("asimov" nil (((ae) 1) ((s ih) 0) ((m aa v) 0))) +("asimow" nil (((ae) 1) ((s ih) 0) ((m ow) 0))) +("asinine" nil (((ae) 1) ((s ax) 0) ((n ay n) 1))) +("ask" nil (((ae s k) 1))) +("aska" nil (((ae) 1) ((s k ax) 0))) +("askance" nil (((ax) 0) ((s k ae n s) 1))) +("asked" nil (((ae s k t) 1))) +("asker" nil (((ae) 1) ((s k er) 0))) +("askers" nil (((ae) 1) ((s k er z) 0))) +("askew" nil (((ax) 0) ((s k y uw) 1))) +("askey" nil (((ax) 0) ((s k iy) 1))) +("askin" nil (((ax) 0) ((s k ih n) 1))) +("asking" nil (((ae) 1) ((s k ih ng) 0))) +("askington" nil (((ae) 1) ((s k ih ng) 0) ((t ax n) 0))) +("askins" nil (((ax) 0) ((s k ih n z) 1))) +("asko" nil (((ae) 1) ((s k ow) 0))) +("askoldov" nil (((ax) 0) ((s k ow l) 1) ((d aa v) 0))) +("askren" nil (((ae) 1) ((s k er) 0) ((ax n) 0))) +("asks" nil (((ae s k s) 1))) +("aslanian" nil (((ax) 0) ((s l ey) 1) ((n iy) 0) ((ax n) 0))) +("asleep" nil (((ax) 0) ((s l iy p) 1))) +("asleson" nil (((ae) 1) ((s l ih) 0) ((s ax n) 0))) +("aslin" nil (((ax) 0) ((s l ih n) 1))) +("asman" nil (((ae) 1) ((s m ax n) 0))) +("asmara" nil (((ae z) 1) ((m aa) 1) ((r ax) 0))) +("asmus" nil (((ax z) 0) ((m uw s) 1))) +("asmussen" nil (((ax z) 0) ((m ah) 1) ((s ax n) 0))) +("asner" nil (((ae) 1) ((s n er) 0))) +("asp" nil (((ae s p) 1))) +("asparagus" nil (((ax) 0) ((s p eh) 1) ((r ax) 0) ((g ax s) 0))) +("aspartame" nil (((ae) 1) ((s p er) 0) ((t ey m) 1))) +("aspect" nil (((ae) 1) ((s p eh k t) 0))) +("aspects" nil (((ae) 1) ((s p eh k t s) 0))) +("aspen" nil (((ae) 1) ((s p ax n) 0))) +("aspens" nil (((ae) 1) ((s p ax n z) 0))) +("asper" nil (((ae) 1) ((s p er) 0))) +("aspersions" nil (((ax) 0) ((s p er) 1) ((zh ax n z) 0))) +("asphalt" nil (((ae) 1) ((s f ao l t) 1))) +("aspin" nil (((ae) 1) ((s p ih n) 0))) +("aspinall" nil (((ae) 1) ((s p ih) 0) ((n ao l) 0))) +("aspirant" nil (((ae) 1) ((s p er) 0) ((ax n t) 0))) +("aspirants" nil (((ae) 1) ((s p er) 0) ((ax n t s) 0))) +("aspirate" n (((ae) 1) ((s p er) 0) ((ax t) 0))) +("aspirate" v (((ae) 1) ((s p er) 0) ((ey t) 1))) +("aspiration" nil (((ae) 1) ((s p er) 0) ((ey) 1) ((sh ax n) 0))) +("aspirations" nil (((ae) 1) ((s p er) 0) ((ey) 1) ((sh ax n z) 0))) +("aspire" nil (((ax) 0) ((s p ay r) 1))) +("aspired" nil (((ax) 0) ((s p ay r d) 1))) +("aspires" nil (((ax) 0) ((s p ay) 1) ((er z) 0))) +("aspirin" nil (((ae) 1) ((s p r ih n) 0))) +("aspiring" nil (((ax) 0) ((s p ay) 1) ((r ih ng) 0))) +("asplund" nil (((ae) 1) ((s p l ax n d) 0))) +("asquith" nil (((ae) 1) ((s k w ih th) 0))) +("ass" nil (((ae s) 1))) +("assad" nil (((ax) 0) ((s aa d) 1))) +("assaf" nil (((ax) 0) ((s ae f) 1))) +("assail" nil (((ax) 0) ((s ey l) 1))) +("assailant" nil (((ax) 0) ((s ey) 1) ((l ax n t) 0))) +("assailants" nil (((ax) 0) ((s ey) 1) ((l ax n t s) 0))) +("assailed" nil (((ax) 0) ((s ey l d) 1))) +("assailing" nil (((ax) 0) ((s ey) 1) ((l ih ng) 0))) +("assails" nil (((ax) 0) ((s ey l z) 1))) +("assante" nil (((aa) 0) ((s aa n) 1) ((t iy) 0))) +("assassin" nil (((ax) 0) ((s ae) 1) ((s ax n) 0))) +("assassinate" nil (((ax) 0) ((s ae) 1) ((s ax) 0) ((n ey t) 1))) +("assassinated" nil (((ax) 0) ((s ae) 1) ((s ax) 0) ((n ey) 1) ((t ax d) 0))) +("assassination" nil (((ax) 0) ((s ae) 1) ((s ax) 0) ((n ey) 1) ((sh ax n) 0))) +("assassinations" nil (((ax) 0) ((s ae) 1) ((s ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("assassins" nil (((ax) 0) ((s ae) 1) ((s ax n z) 0))) +("assault" nil (((ax) 0) ((s ao l t) 1))) +("assaulted" nil (((ax) 0) ((s ao l) 1) ((t ih d) 0))) +("assaulting" nil (((ax) 0) ((s ao l) 1) ((t ih ng) 0))) +("assaults" nil (((ax) 0) ((s ao l t s) 1))) +("assay" nil (((ae) 1) ((s iy) 0))) +("assayer" nil (((ae) 0) ((s ey) 1) ((er) 0))) +("assed" nil (((ae s t) 1))) +("asselin" nil (((ae) 1) ((s ih) 0) ((l ih n) 0))) +("asselstine" nil (((ae) 1) ((s ax l) 0) ((s t ay n) 1))) +("assemblage" nil (((ax) 0) ((s eh m) 1) ((b l ax jh) 0))) +("assemble" nil (((ax) 0) ((s eh m) 1) ((b ax l) 0))) +("assembled" nil (((ax) 0) ((s eh m) 1) ((b ax l d) 0))) +("assembler" nil (((ax) 0) ((s eh m) 1) ((b l er) 0))) +("assemblers" nil (((ax) 0) ((s eh m) 1) ((b l er z) 0))) +("assembles" nil (((ax) 0) ((s eh m) 1) ((b ax l z) 0))) +("assemblies" nil (((ax) 0) ((s eh m) 1) ((b l iy z) 0))) +("assembling" nil (((ax) 0) ((s eh m) 1) ((b ax) 0) ((l ih ng) 0))) +("assembly" nil (((ax) 0) ((s eh m) 1) ((b l iy) 0))) +("assemblyman" nil (((ax) 0) ((s eh m) 1) ((b l iy) 0) ((m ae n) 1))) +("assemblymen" nil (((ax) 0) ((s eh m) 1) ((b l iy) 0) ((m ih n) 0))) +("assent" nil (((ax) 0) ((s eh n t) 1))) +("assert" nil (((ax) 0) ((s er t) 1))) +("asserted" nil (((ax) 0) ((s er) 1) ((t ax d) 0))) +("assertedly" nil (((ax) 0) ((s er) 1) ((t ih d) 0) ((l iy) 0))) +("asserting" nil (((ax) 0) ((s er) 1) ((t ih ng) 0))) +("assertion" nil (((ax) 0) ((s er) 1) ((sh ax n) 0))) +("assertions" nil (((ax) 0) ((s er) 1) ((sh ax n z) 0))) +("assertive" nil (((ax) 0) ((s er) 1) ((t ih v) 0))) +("assertiveness" nil (((ax) 0) ((s er) 1) ((t ih v) 0) ((n ax s) 0))) +("asserts" nil (((ax) 0) ((s er t s) 1))) +("asses" nil (((ae) 1) ((s ax z) 0))) +("assess" nil (((ax) 0) ((s eh s) 1))) +("assessed" nil (((ax) 0) ((s eh s t) 1))) +("assesses" nil (((ax) 0) ((s eh) 1) ((s ih z) 0))) +("assessing" nil (((ax) 0) ((s eh) 1) ((s ih ng) 0))) +("assessment" nil (((ax) 0) ((s eh) 1) ((s m ax n t) 0))) +("assessments" nil (((ax) 0) ((s eh) 1) ((s m ax n t s) 0))) +("assessor" nil (((ax) 0) ((s eh) 1) ((s er) 0))) +("assessors" nil (((ax) 0) ((s eh) 1) ((s er z) 0))) +("asset" nil (((ae) 1) ((s eh t) 1))) +("assets" nil (((ae) 1) ((s eh t s) 1))) +("assicurazioni" nil (((ax) 0) ((s iy) 1) ((k er) 0) ((ae) 1) ((z iy) 0) ((ow) 1) ((n iy) 0))) +("assiduous" nil (((ax) 0) ((s ih) 1) ((d w ax s) 0))) +("assiduously" nil (((ax) 0) ((s ih) 1) ((d w ax) 0) ((s l iy) 0))) +("assign" nil (((ax) 0) ((s ay n) 1))) +("assigned" nil (((ax) 0) ((s ay n d) 1))) +("assigning" nil (((ax) 0) ((s ay) 1) ((n ih ng) 0))) +("assignment" nil (((ax) 0) ((s ay n) 1) ((m ax n t) 0))) +("assignments" nil (((ax) 0) ((s ay n) 1) ((m ax n t s) 0))) +("assigns" nil (((ax) 0) ((s ay n z) 1))) +("assimilate" nil (((ax) 0) ((s ih) 1) ((m ax) 0) ((l ey t) 1))) +("assimilated" nil (((ax) 0) ((s ih) 1) ((m ax) 0) ((l ey) 1) ((t ih d) 0))) +("assimilating" nil (((ax) 0) ((s ih) 1) ((m ax) 0) ((l ey) 1) ((t ih ng) 0))) +("assimilation" nil (((ax) 0) ((s ih) 1) ((m ax) 0) ((l ey) 1) ((sh ax n) 0))) +("assisi" nil (((ax) 0) ((s iy) 1) ((s iy) 0))) +("assist" nil (((ax) 0) ((s ih s t) 1))) +("assistance" nil (((ax) 0) ((s ih) 1) ((s t ax n s) 0))) +("assistant" nil (((ax) 0) ((s ih) 1) ((s t ax n t) 0))) +("assistants" nil (((ax) 0) ((s ih) 1) ((s t ax n t s) 0))) +("assisted" nil (((ax) 0) ((s ih) 1) ((s t ax d) 0))) +("assisting" nil (((ax) 0) ((s ih) 1) ((s t ih ng) 0))) +("assists" nil (((ax) 0) ((s ih s t s) 1))) +("assocation" nil (((ae) 1) ((s ax) 0) ((k ey) 1) ((sh ax n) 0))) +("associate" n (((ax) 0) ((s ow) 1) ((s iy) 0) ((ax t) 0))) +("associate" v (((ax) 0) ((s ow) 1) ((s iy) 0) ((ey t) 0))) +("associated" nil (((ax) 0) ((s ow) 1) ((s iy) 0) ((ey) 1) ((t ax d) 0))) +("associates" n (((ax) 0) ((s ow) 1) ((s iy) 0) ((ih t s) 0))) +("associates" v (((ax) 0) ((s ow) 1) ((s iy) 0) ((ey t s) 0))) +("associating" nil (((ax) 0) ((s ow) 1) ((s iy) 0) ((ey) 1) ((t ih ng) 0))) +("association" nil (((ax) 0) ((s ow) 1) ((s iy) 0) ((ey) 1) ((sh ax n) 0))) +("associations" nil (((ax) 0) ((s ow) 1) ((s iy) 0) ((ey) 1) ((sh ax n z) 0))) +("associes" nil (((ae) 1) ((s ax) 0) ((s iy z) 0))) +("assorted" nil (((ax) 0) ((s ao r) 1) ((t ih d) 0))) +("assortment" nil (((ax) 0) ((s ao r t) 1) ((m ax n t) 0))) +("assuage" nil (((ax) 0) ((s w ey jh) 1))) +("assuaged" nil (((ax) 0) ((s w ey jh d) 1))) +("assubel" nil (((ae) 1) ((s ax) 0) ((b eh l) 1))) +("assume" nil (((ax) 0) ((s uw m) 1))) +("assumed" nil (((ax) 0) ((s uw m d) 1))) +("assumes" nil (((ax) 0) ((s uw m z) 1))) +("assuming" nil (((ax) 0) ((s uw) 1) ((m ih ng) 0))) +("assumption" nil (((ax) 0) ((s ah m p) 1) ((sh ax n) 0))) +("assumptions" nil (((ax) 0) ((s ah m p) 1) ((sh ax n z) 0))) +("assurance" nil (((ax) 0) ((sh uh) 1) ((r ax n s) 0))) +("assurances" nil (((ax) 0) ((sh uh) 1) ((r ax n) 0) ((s ih z) 0))) +("assure" nil (((ax) 0) ((sh uh r) 1))) +("assured" nil (((ax) 0) ((sh uh r d) 1))) +("assuredly" nil (((ax) 0) ((sh uh) 1) ((r ax d) 0) ((l iy) 0))) +("assures" nil (((ax) 0) ((sh uh r z) 1))) +("assuring" nil (((ax) 0) ((sh uh) 1) ((r ih ng) 0))) +("assyria" nil (((ax) 0) ((s ih) 1) ((r iy) 0) ((ax) 0))) +("assyrian" nil (((ax) 0) ((s ih) 1) ((r iy) 0) ((ax n) 0))) +("assyrians" nil (((ax) 0) ((s ih) 1) ((r iy) 0) ((ax n z) 0))) +("ast" nil (((ae s t) 1))) +("asta" nil (((aa) 1) ((s t ax) 0))) +("astaire" nil (((ax) 0) ((s t eh r) 1))) +("aster" nil (((ae) 1) ((s t er) 0))) +("asterisk" nil (((ae) 1) ((s t er) 0) ((ih s k) 0))) +("asteroid" nil (((ae) 1) ((s t er) 0) ((oy d) 1))) +("asteroids" nil (((ae) 1) ((s t er) 0) ((oy d z) 1))) +("asters" nil (((ae) 1) ((s t er z) 0))) +("asthma" nil (((ae z) 1) ((m ax) 0))) +("asthmatic" nil (((ae z) 0) ((m ae) 1) ((t ih k) 0))) +("asthmatics" nil (((eh s th) 0) ((m eh) 1) ((t ih k s) 0))) +("astigmatism" nil (((ax) 0) ((s t ih g) 1) ((m ax) 0) ((t ih) 1) ((z ax m) 0))) +("astin" nil (((ax) 0) ((s t ih n) 1))) +("astle" nil (((ae) 1) ((s ax l) 0))) +("astley" nil (((ae s t) 1) ((l iy) 0))) +("aston" nil (((ae) 1) ((s t ax n) 0))) +("astonished" nil (((ax) 0) ((s t aa) 1) ((n ih sh t) 0))) +("astonishing" nil (((ax) 0) ((s t aa) 1) ((n ih) 0) ((sh ih ng) 0))) +("astonishingly" nil (((ax) 0) ((s t aa) 1) ((n ih) 0) ((sh ih ng) 0) ((l iy) 0))) +("astonishment" nil (((ax) 0) ((s t aa) 1) ((n ih) 0) ((sh m ax n t) 0))) +("astor" nil (((ae) 1) ((s t er) 0))) +("astorga" nil (((aa) 0) ((s t ao r) 1) ((g ax) 0))) +("astoria" nil (((ae) 1) ((s t ao) 1) ((r iy) 0) ((ax) 0))) +("astorino" nil (((aa) 0) ((s t ao) 0) ((r iy) 1) ((n ow) 0))) +("astound" nil (((ax) 0) ((s t aw n d) 1))) +("astounded" nil (((ax) 0) ((s t aw n) 1) ((d ih d) 0))) +("astounding" nil (((ax) 0) ((s t aw n) 1) ((d ih ng) 0))) +("astoundingly" nil (((ax) 0) ((s t aw n) 1) ((d ih ng) 0) ((l iy) 0))) +("astounds" nil (((ax) 0) ((s t aw n d z) 1))) +("astra" nil (((ae) 1) ((s t r ax) 0))) +("astraddle" nil (((ax) 0) ((s t r ae) 1) ((d ax l) 0))) +("astral" nil (((ae) 1) ((s t r ax l) 0))) +("astray" nil (((ax) 0) ((s t r ey) 1))) +("astrazeneca" nil (((ae) 1) ((s t r ax) 0) ((z eh) 1) ((n ax) 0) ((k ax) 0))) +("astred" nil (((ae) 1) ((s t er d) 0))) +("astrid" nil (((ae) 1) ((s t r ih d) 0))) +("astride" nil (((ax) 0) ((s t r ay d) 1))) +("astringent" nil (((ax) 0) ((s t r ih n) 1) ((jh ax n t) 0))) +("astringents" nil (((ax) 0) ((s t r ih n) 1) ((jh ax n t s) 0))) +("astro" nil (((ae) 1) ((s t r ow) 0))) +("astrodome" nil (((ae) 1) ((s t r ax) 0) ((d ow m) 1))) +("astrogeology" nil (((ae) 1) ((s t r ax) 0) ((jh iy) 1) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("astrologer" nil (((ax) 0) ((s t r aa) 1) ((l ax) 0) ((jh er) 0))) +("astrologers" nil (((ax) 0) ((s t r aa) 1) ((l ax) 0) ((jh er z) 0))) +("astrological" nil (((ae) 1) ((s t r ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("astrology" nil (((ax) 0) ((s t r aa) 1) ((l ax) 0) ((jh iy) 0))) +("astronaut" nil (((ae) 1) ((s t r ax) 0) ((n aa t) 1))) +("astronautical" nil (((ae) 1) ((s t r ax) 0) ((n aa) 1) ((t ih) 0) ((k ax l) 0))) +("astronautics" nil (((ae) 1) ((s t r ax) 0) ((n aa) 1) ((t ih k s) 0))) +("astronauts" nil (((ae) 1) ((s t r ax) 0) ((n ao t s) 1))) +("astronomer" nil (((ax) 0) ((s t r aa) 1) ((n ax) 0) ((m er) 0))) +("astronomers" nil (((ax) 0) ((s t r aa) 1) ((n ax) 0) ((m er z) 0))) +("astronomical" nil (((ae) 1) ((s t r ax) 0) ((n aa) 1) ((m ih) 0) ((k ax l) 0))) +("astronomically" nil (((ae) 1) ((s t r ax) 0) ((n aa) 1) ((m ih) 0) ((k l iy) 0))) +("astronomy" nil (((ax) 0) ((s t r aa) 1) ((n ax) 0) ((m iy) 0))) +("astrophotography" nil (((ae) 1) ((s t r ow) 0) ((f ax) 0) ((t aa) 1) ((g r ax) 0) ((f iy) 0))) +("astrophysicist" nil (((ae) 1) ((s t r ow) 0) ((f ih) 1) ((s ih) 0) ((s ih s t) 0))) +("astrophysics" nil (((ae) 1) ((s t r ow) 0) ((f ih) 1) ((z ih k s) 0))) +("astros" nil (((ae) 1) ((s t r ow s) 0))) +("astrotech" nil (((ae) 1) ((s t r ow) 0) ((t eh k) 1))) +("astroturf" nil (((ae) 1) ((s t r ow) 0) ((t er f) 1))) +("astute" nil (((ax) 0) ((s t uw t) 1))) +("astutely" nil (((ax) 0) ((s t uw t) 1) ((l iy) 0))) +("astuteness" nil (((ax) 0) ((s t uw t) 1) ((n ax s) 0))) +("asuncion" nil (((ax) 0) ((s ah n) 1) ((sh ax n) 0))) +("asunder" nil (((ax) 0) ((s ah n) 1) ((d er) 0))) +("aswarm" n (((ae) 0) ((z w er m) 1))) +("aswin" nil (((ax) 0) ((s w ih n) 1))) +("asylum" nil (((ax) 0) ((s ay) 1) ((l ax m) 0))) +("asymmetrical" nil (((ey) 1) ((s ax) 0) ((m eh) 1) ((t r ih) 0) ((k ax l) 0))) +("asymmetries" nil (((ey) 1) ((s ih) 1) ((m ax) 0) ((t r iy z) 0))) +("asymmetry" nil (((ey) 1) ((s ih) 1) ((m ax) 0) ((t r iy) 0))) +("asymptotes" nil (((ae) 1) ((s ax m) 0) ((t ow t s) 1))) +("asynchronous" nil (((ey) 1) ((s ih ng) 1) ((k r ax) 0) ((n ax s) 0))) +("at" nil (((ae t) 1))) +("ata" nil (((aa) 1) ((t ax) 0))) +("atalanta" nil (((ae) 1) ((t ax) 0) ((l ae n) 1) ((t ax) 0))) +("atalaya" nil (((aa) 0) ((t aa) 0) ((l ey) 1) ((ax) 0))) +("atalia" nil (((aa) 0) ((t aa) 1) ((l iy) 0) ((ax) 0))) +("atalie" nil (((ae) 1) ((t ax) 0) ((l iy) 0))) +("atamian" nil (((ax) 0) ((t ey) 1) ((m iy) 0) ((ax n) 0))) +("atari" nil (((ax) 0) ((t aa) 1) ((r iy) 0))) +("ataturk" nil (((ae) 1) ((t ax) 0) ((t er k) 1))) +("atavistic" n (((ae) 1) ((t ax) 0) ((v ih) 1) ((s t ax k) 0))) +("ataxia" nil (((ey) 1) ((t ae k) 1) ((s iy) 0) ((ax) 0))) +("atcheson" nil (((ae) 1) ((ch ih) 0) ((s ax n) 0))) +("atchinson" nil (((ae) 1) ((ch ih n) 0) ((s ax n) 0))) +("atchison" nil (((ae) 1) ((ch ih) 0) ((s ax n) 0))) +("atchley" nil (((ae ch) 1) ((l iy) 0))) +("atco" nil (((ae t) 1) ((k ow) 0))) +("atcor" nil (((ae t) 1) ((k ao r) 0))) +("ate" nil (((ey t) 1))) +("atek" nil (((ey) 1) ((t eh k) 1))) +("aten" nil (((ey) 1) ((t ax n) 0))) +("atencio" nil (((ax) 0) ((t eh n) 1) ((s iy) 0) ((ow) 0))) +("ater" nil (((ey) 1) ((t er) 0))) +("ates" nil (((ey t s) 1))) +("atha" nil (((ae) 1) ((th ax) 0))) +("athalia" nil (((ey) 0) ((th ae) 1) ((l iy) 0) ((ax) 0))) +("athanas" nil (((ey) 0) ((th ae) 1) ((n ax z) 0))) +("athanassiou" nil (((aa) 1) ((th ax) 0) ((n ax) 0) ((s iy) 1) ((uw) 0))) +("athans" nil (((ae) 1) ((th ax n z) 0))) +("athas" nil (((ey) 1) ((dh ax z) 0))) +("athearn" nil (((ey) 1) ((th er n) 0))) +("atheism" nil (((ax) 0) ((th ay) 1) ((s ax m) 0))) +("atheist" nil (((ey) 1) ((th iy) 0) ((ax s t) 0))) +("atheistic" nil (((ey) 1) ((th iy) 0) ((ih) 1) ((s t ih k) 0))) +("atheists" nil (((ey) 1) ((th iy) 0) ((ax s t s) 0))) +("athena" nil (((ax) 0) ((th iy) 1) ((n ax) 0))) +("athenaeum" nil (((ae) 1) ((th ax) 0) ((n iy) 1) ((ax m) 0))) +("athenaios" nil (((ae) 1) ((th ax) 0) ((n ay) 1) ((ow s) 0))) +("atheneum" nil (((ae) 1) ((th ax) 0) ((n uw m) 0))) +("athenian" nil (((ax) 0) ((th iy) 1) ((n iy) 0) ((ax n) 0))) +("athenians" nil (((ax) 0) ((th iy) 1) ((n iy) 0) ((ax n z) 0))) +("athens" nil (((ae) 1) ((th ax n z) 0))) +("atherosclerosis" nil (((ae) 1) ((th er) 0) ((ow) 0) ((s k l er) 0) ((ow) 1) ((s ih s) 0))) +("atherton" nil (((ae) 1) ((th er) 0) ((t ax n) 0))) +("athey" nil (((ae) 1) ((th iy) 0))) +("athie" nil (((ey) 1) ((th iy) 0))) +("athlete" nil (((ae th) 1) ((l iy t) 1))) +("athletes" nil (((ae th) 1) ((l iy t s) 1))) +("athletic" nil (((ae th) 0) ((l eh) 1) ((t ih k) 0))) +("athletically" nil (((ae th) 0) ((l eh) 1) ((t ih) 0) ((k l iy) 0))) +("athletics" nil (((ae th) 0) ((l eh) 1) ((t ih k s) 0))) +("athlone" nil (((ae th) 0) ((l ow n) 1))) +("athwart" nil (((ax) 0) ((th w ao r t) 1))) +("atico" nil (((ae) 1) ((t ih) 0) ((k ow) 1))) +("atienza" nil (((aa) 0) ((t iy n) 1) ((z ax) 0))) +("atilano" nil (((aa) 0) ((t iy) 0) ((l aa) 1) ((n ow) 0))) +("atkerson" nil (((ae t) 1) ((k er) 0) ((s ax n) 0))) +("atkin" nil (((ax t) 0) ((k ih n) 1))) +("atkins" nil (((ae t) 1) ((k ih n z) 0))) +("atkinson" nil (((ae t) 1) ((k ax n) 0) ((s ax n) 0))) +("atkison" nil (((ae t) 1) ((k ih) 0) ((s ax n) 0))) +("atkisson" nil (((ae t) 1) ((k ih) 0) ((s ax n) 0))) +("atla" nil (((ae t) 1) ((l ax) 0))) +("atlanta" nil (((ae t) 0) ((l ae n) 1) ((t ax) 0))) +("atlantans" nil (((ae t) 1) ((l ae n) 1) ((t ax n z) 0))) +("atlantic" nil (((ax t) 0) ((l ae n) 1) ((t ih k) 0))) +("atlantica" nil (((ae t) 1) ((l ae n) 1) ((t ih) 0) ((k ax) 0))) +("atlantico" nil (((ae t) 1) ((l ae n) 1) ((t ih) 0) ((k ow) 0))) +("atlantis" nil (((ae t) 0) ((l ae n) 1) ((t ih s) 0))) +("atlas" nil (((ae t) 1) ((l ax s) 0))) +("atlases" nil (((ae t) 0) ((l ey) 1) ((s ih z) 0))) +("atley" nil (((ae t) 1) ((l iy) 0))) +("atm" nil (((ey) 1) ((t iy) 1) ((eh m) 1))) +("atmel" nil (((ae t) 1) ((m ax l) 0))) +("atmosphere" nil (((ae t) 1) ((m ax) 0) ((s f ih r) 1))) +("atmospheric" nil (((ae t) 1) ((m ax) 0) ((s f eh) 1) ((r ih k) 0))) +("atnip" nil (((ae t) 1) ((n ih p) 0))) +("atocha" nil (((ax) 0) ((t aa) 1) ((ch ax) 0))) +("atoll" nil (((ae) 1) ((t aa l) 0))) +("atom" nil (((ae) 1) ((t ax m) 0))) +("atomic" nil (((ax) 0) ((t aa) 1) ((m ih k) 0))) +("atomizer" nil (((ae) 1) ((t ax) 0) ((m ay) 1) ((z er) 0))) +("atoms" nil (((ae) 1) ((t ax m z) 0))) +("aton" nil (((ax) 0) ((t aa n) 1))) +("atonal" nil (((ey) 0) ((t ow) 1) ((n ax l) 0))) +("atone" nil (((ax) 0) ((t ow n) 1))) +("atonement" nil (((ax) 0) ((t ow n) 1) ((m ax n t) 0))) +("atop" nil (((ax) 0) ((t aa p) 1))) +("ator" nil (((eh) 1) ((t er) 0))) +("atorino" nil (((ae) 1) ((t er) 0) ((iy) 1) ((n ow) 0))) +("atra" nil (((ey) 1) ((t r ax) 0))) +("atria" nil (((ey) 1) ((t r iy) 0) ((ax) 0))) +("atrium" nil (((ey) 1) ((t r iy) 0) ((ax m) 0))) +("atrocious" nil (((ax) 0) ((t r ow) 1) ((sh ax s) 0))) +("atrocities" nil (((ax) 0) ((t r aa) 1) ((s ax) 0) ((t iy z) 0))) +("atrocity" nil (((ax) 0) ((t r aa) 1) ((s ax) 0) ((t iy) 0))) +("atrophied" nil (((ae) 1) ((t r ax) 0) ((f iy d) 0))) +("atrophy" nil (((ae) 1) ((t r ax) 0) ((f iy) 0))) +("atsushi" nil (((aa s) 0) ((s uw) 0) ((sh iy) 0))) +("atta" nil (((ae) 1) ((t ax) 0))) +("attach" nil (((ax) 0) ((t ae ch) 1))) +("attache" nil (((ae) 1) ((t ax) 0) ((sh ey) 1))) +("attached" nil (((ax) 0) ((t ae ch t) 1))) +("attaches" nil (((ax) 0) ((t ae) 1) ((ch ih z) 0))) +("attaching" nil (((ax) 0) ((t ae) 1) ((ch ih ng) 0))) +("attachment" nil (((ax) 0) ((t ae ch) 1) ((m ax n t) 0))) +("attachments" nil (((ax) 0) ((t ae ch) 1) ((m ax n t s) 0))) +("attack" nil (((ax) 0) ((t ae k) 1))) +("attacked" nil (((ax) 0) ((t ae k t) 1))) +("attacker" nil (((ax) 0) ((t ae) 1) ((k er) 0))) +("attackers" nil (((ax) 0) ((t ae) 1) ((k er z) 0))) +("attacking" nil (((ax) 0) ((t ae) 1) ((k ih ng) 0))) +("attacks" nil (((ax) 0) ((t ae k s) 1))) +("attain" nil (((ax) 0) ((t ey n) 1))) +("attainable" nil (((ax) 0) ((t ey) 1) ((n ax) 0) ((b ax l) 0))) +("attainder" nil (((ax) 0) ((t ey n) 1) ((d er) 0))) +("attained" nil (((ax) 0) ((t ey n d) 1))) +("attaining" nil (((ax) 0) ((t ey) 1) ((n ih ng) 0))) +("attainment" nil (((ax) 0) ((t ey n) 1) ((m ax n t) 0))) +("attains" nil (((ax) 0) ((t ey n z) 1))) +("attali" nil (((ax) 0) ((t aa) 1) ((l iy) 0))) +("attalla" nil (((ax) 0) ((t ae) 1) ((l ax) 0))) +("attanasio" nil (((aa) 0) ((t aa) 0) ((n aa) 1) ((s iy) 0) ((ow) 0))) +("attar" nil (((ae) 1) ((t er) 0))) +("attard" nil (((ae) 1) ((t er d) 0))) +("attardo" nil (((aa) 0) ((t aa r) 1) ((d ow) 0))) +("attaway" nil (((ae) 1) ((t ax) 0) ((w ey) 0))) +("atteberry" nil (((ae t) 1) ((b eh) 0) ((r iy) 0))) +("attebery" nil (((ax) 0) ((t eh) 1) ((b er) 0) ((iy) 0))) +("attebury" nil (((ae t) 1) ((b eh) 0) ((r iy) 0))) +("attempt" nil (((ax) 0) ((t eh m p t) 1))) +("attempted" nil (((ax) 0) ((t eh m p) 1) ((t ax d) 0))) +("attempting" nil (((ax) 0) ((t eh m p) 1) ((t ih ng) 0))) +("attempts" nil (((ax) 0) ((t eh m p t s) 1))) +("attenborough" nil (((ae) 1) ((t ah n) 0) ((b er) 0) ((ow) 0))) +("attenboroughs" nil (((ae) 1) ((t ah n) 0) ((b er) 0) ((ow z) 0))) +("attend" nil (((ax) 0) ((t eh n d) 1))) +("attendance" nil (((ax) 0) ((t eh n) 1) ((d ax n s) 0))) +("attendant" nil (((ax) 0) ((t eh n) 1) ((d ax n t) 0))) +("attendants" nil (((ax) 0) ((t eh n) 1) ((d ax n t s) 0))) +("attended" nil (((ax) 0) ((t eh n) 1) ((d ax d) 0))) +("attendee" nil (((ax) 0) ((t eh n) 1) ((d iy) 1))) +("attendees" nil (((ax) 0) ((t eh n) 1) ((d iy z) 1))) +("attending" nil (((ax) 0) ((t eh n) 1) ((d ih ng) 0))) +("attends" nil (((ax) 0) ((t eh n d z) 1))) +("attention" nil (((ax) 0) ((t eh n) 1) ((sh ax n) 0))) +("attentions" nil (((ax) 0) ((t eh n) 1) ((sh ax n z) 0))) +("attentive" nil (((ax) 0) ((t eh n) 1) ((t ih v) 0))) +("attentively" nil (((ax) 0) ((t eh n) 1) ((t ih) 0) ((v l iy) 0))) +("attentiveness" nil (((ax) 0) ((t eh n) 1) ((t ih v) 0) ((n ax s) 0))) +("attenuated" nil (((ax) 0) ((t eh) 1) ((n y uw) 0) ((ey) 1) ((t ih d) 0))) +("atterberry" nil (((ae) 1) ((t er) 0) ((b eh) 0) ((r iy) 0))) +("atterbury" nil (((ae) 1) ((t er) 0) ((b eh) 1) ((r iy) 0))) +("attermann" nil (((ae) 1) ((t er) 0) ((m ax n) 0))) +("attest" nil (((ax) 0) ((t eh s t) 1))) +("attested" nil (((ax) 0) ((t eh) 1) ((s t ih d) 0))) +("attesting" nil (((ax) 0) ((t eh) 1) ((s t ih ng) 0))) +("attests" nil (((ax) 0) ((t eh s t s) 1))) +("attic" nil (((ae) 1) ((t ih k) 0))) +("attica" nil (((ae) 1) ((t ih) 0) ((k ax) 0))) +("attics" nil (((ae) 1) ((t ih k s) 0))) +("attie" nil (((ae) 1) ((t iy) 0))) +("attila" nil (((ax) 0) ((t ih) 1) ((l ax) 0))) +("attire" nil (((ax) 0) ((t ay) 1) ((er) 0))) +("attired" nil (((ax) 0) ((t ay r d) 1))) +("attitude" nil (((ae) 1) ((t ax) 0) ((t uw d) 1))) +("attitudes" nil (((ae) 1) ((t ax) 0) ((t uw d z) 1))) +("attitudinal" nil (((ae) 1) ((t ax) 0) ((t uw) 1) ((d ax) 0) ((n ax l) 0))) +("attkisson" nil (((ae t) 1) ((k ih) 0) ((s ax n) 0))) +("attleboro" nil (((ae) 1) ((t ax l) 0) ((b er) 0) ((ow) 0))) +("attlee" nil (((ae t) 1) ((l iy) 0))) +("attorney" nil (((ax) 0) ((t er) 1) ((n iy) 0))) +("attorneys" nil (((ax) 0) ((t er) 1) ((n iy z) 0))) +("attract" nil (((ax) 0) ((t r ae k t) 1))) +("attracted" nil (((ax) 0) ((t r ae k) 1) ((t ax d) 0))) +("attracting" nil (((ax) 0) ((t r ae k) 1) ((t ih ng) 0))) +("attraction" nil (((ax) 0) ((t r ae k) 1) ((sh ax n) 0))) +("attractions" nil (((ax) 0) ((t r ae k) 1) ((sh ax n z) 0))) +("attractive" nil (((ax) 0) ((t r ae k) 1) ((t ih v) 0))) +("attractively" nil (((ax) 0) ((t r ae k) 1) ((t ih) 0) ((v l iy) 0))) +("attractiveness" nil (((ax) 0) ((t r ae k) 1) ((t ih v) 0) ((n ax s) 0))) +("attracts" nil (((ax) 0) ((t r ae k t s) 1))) +("attributable" nil (((ax) 0) ((t r ih) 1) ((b y ax) 0) ((t ax) 0) ((b ax l) 0))) +("attribute" n (((ae) 1) ((t r ax) 0) ((b y uw t) 1))) +("attribute" v (((ax) 0) ((t r ih) 1) ((b y uw t) 1))) +("attributed" nil (((ax) 0) ((t r ih) 1) ((b y ax) 0) ((t ax d) 0))) +("attributes" n (((ae) 1) ((t r ax) 0) ((b y uw t s) 1))) +("attributes" v (((ax) 0) ((t r ih) 1) ((b y uw t s) 1))) +("attributing" nil (((ax) 0) ((t r ih) 1) ((b y ax) 0) ((t ih ng) 0))) +("attribution" nil (((ae) 1) ((t r ih) 0) ((b y uw) 1) ((sh ax n) 0))) +("attridge" nil (((ax) 0) ((t r ih jh) 1))) +("attrition" nil (((ax) 0) ((t r ih) 1) ((sh ax n) 0))) +("attuned" nil (((ax) 0) ((t uw n d) 1))) +("attwood" nil (((ae) 1) ((t w uh d) 1))) +("attwoods" nil (((ae) 1) ((t w uh d z) 1))) +("atwater" nil (((ae) 1) ((t w ao) 0) ((t er) 0))) +("atwell" nil (((ax) 0) ((t w eh l) 1))) +("atwood" nil (((ae) 1) ((t w uh d) 1))) +("atworth" nil (((ae) 1) ((t w er th) 0))) +("atypical" nil (((ey) 0) ((t ih) 1) ((p ih) 0) ((k ax l) 0))) +("atz" nil (((ae t s) 1))) +("au" nil (((ow) 1))) +("aube" nil (((ao b) 1))) +("aubel" nil (((aw) 1) ((b ax l) 0))) +("auber" nil (((ao) 1) ((b er) 0))) +("auberry" nil (((ao) 1) ((b eh) 1) ((r iy) 0))) +("aubert" nil (((ao) 1) ((b er t) 0))) +("aubin" nil (((ao) 1) ((b ih n) 0))) +("auble" nil (((ao) 1) ((b ax l) 0))) +("aubrey" nil (((ao) 1) ((b r iy) 0))) +("aubry" nil (((ao) 1) ((b r iy) 0))) +("aubuchon" nil (((aw) 1) ((b ax) 0) ((k ax n) 0))) +("auburn" nil (((aa) 1) ((b er n) 0))) +("auch" nil (((ao ch) 1))) +("auchter" nil (((aw k) 1) ((t er) 0))) +("auckland" nil (((aa) 1) ((k l ax n d) 0))) +("auclair" nil (((ow) 0) ((k l eh r) 1))) +("aucoin" nil (((ow) 0) ((k oy n) 1))) +("aucott" nil (((ao) 1) ((k aa t) 1))) +("auction" nil (((aa k) 1) ((sh ax n) 0))) +("auctioned" nil (((ao k) 1) ((sh ax n d) 0))) +("auctioneer" nil (((aa k) 1) ((sh ax) 0) ((n ih r) 1))) +("auctioneering" nil (((ao k) 1) ((sh ax) 0) ((n ih) 1) ((r ih ng) 0))) +("auctioneers" nil (((ao k) 1) ((sh ax) 0) ((n ih r z) 1))) +("auctioning" nil (((ao k) 1) ((sh ax) 0) ((n ih ng) 0))) +("auctions" nil (((aa k) 1) ((sh ax n z) 0))) +("aud" nil (((ao d) 1))) +("audacious" nil (((aa) 0) ((d ey) 1) ((sh ax s) 0))) +("audacity" nil (((aa) 0) ((d ae) 1) ((s ax) 0) ((t iy) 0))) +("audas" nil (((ow) 0) ((d aa z) 1))) +("auden" nil (((ao) 1) ((d ax n) 0))) +("audet" nil (((ow) 0) ((d eh t) 1))) +("audette" nil (((ow) 0) ((d eh t) 1))) +("audi" nil (((ao) 1) ((d iy) 0))) +("audia" nil (((ao) 1) ((d iy) 0) ((ax) 0))) +("audible" nil (((aa) 1) ((d ax) 0) ((b ax l) 0))) +("audibly" nil (((aa) 1) ((d ax) 0) ((b l iy) 0))) +("audience" nil (((aa) 1) ((d iy) 0) ((ax n s) 0))) +("audiences" nil (((aa) 1) ((d iy) 0) ((ax n) 0) ((s ax z) 0))) +("audino" nil (((ao) 1) ((d iy) 1) ((n ow) 0))) +("audio" nil (((aa) 1) ((d iy) 0) ((ow) 1))) +("audiolm" nil (((ao) 1) ((d iy) 0) ((ow) 0) ((eh l) 1) ((eh m) 1))) +("audiophiles" nil (((ao) 1) ((d iy) 1) ((ow) 0) ((f iy l z) 1))) +("audiotape" nil (((ao) 1) ((d iy) 0) ((ow) 0) ((t ey p) 1))) +("audiotapes" n (((aa) 1) ((d iy) 0) ((ow) 0) ((t ey p s) 1))) +("audiotex" nil (((ao) 1) ((d iy) 0) ((ow) 0) ((t eh k s) 1))) +("audiotronics" nil (((ao) 1) ((d iy) 0) ((ow) 0) ((t r aa) 1) ((n ih k s) 0))) +("audiovisual" nil (((ao) 1) ((d iy) 0) ((ow) 0) ((v ih) 1) ((zh uw) 0) ((ax l) 0))) +("audiovox" nil (((ao) 1) ((d iy) 0) ((ow) 0) ((v aa k s) 1))) +("audis" nil (((ao) 1) ((d ih s) 0))) +("audit" nil (((ao) 1) ((d ih t) 0))) +("audited" nil (((ao) 1) ((d ih) 0) ((t ih d) 0))) +("auditing" nil (((aa) 1) ((d ax) 0) ((t ih ng) 0))) +("audition" nil (((aa) 0) ((d ih) 1) ((sh ax n) 0))) +("auditioned" nil (((ao) 1) ((d ih) 1) ((sh ax n d) 0))) +("auditioning" nil (((aa) 0) ((d ih) 1) ((sh ax) 0) ((n ih ng) 0))) +("auditions" nil (((ao) 1) ((d ih) 1) ((sh ax n z) 0))) +("auditor" nil (((ao) 1) ((d ih) 0) ((t er) 0))) +("auditorium" nil (((ao) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0) ((ax m) 0))) +("auditoriums" nil (((ao) 1) ((d ih) 0) ((t ao) 1) ((r iy) 0) ((ax m z) 0))) +("auditors" nil (((aa) 1) ((d ax) 0) ((t er z) 0))) +("auditory" nil (((ao) 1) ((d ih) 0) ((t ao) 1) ((r iy) 0))) +("audits" nil (((aa) 1) ((d ax t s) 0))) +("audran" nil (((ao) 1) ((d r ax n) 0))) +("audrey" nil (((ao) 1) ((d r iy) 0))) +("audric" nil (((ao) 1) ((d r ih k) 0))) +("audrie" nil (((ao) 1) ((d er) 0) ((iy) 0))) +("audris" nil (((ow) 0) ((d r iy s) 1))) +("audry" nil (((ao) 1) ((d r iy) 0))) +("audubon" nil (((ao) 1) ((d ax) 0) ((b aa n) 0))) +("audwin" nil (((ao) 1) ((d w ih n) 0))) +("aue" nil (((aw) 1))) +("auel" nil (((aw) 1) ((ax l) 0))) +("auen" nil (((aw) 1) ((ax n) 0))) +("auer" nil (((aw) 1) ((er) 0))) +("auerbach" nil (((aw) 1) ((er) 0) ((b aa k) 0))) +("auerback" nil (((aw r) 1) ((b ae k) 1))) +("aufderheide" nil (((aw f) 1) ((d er) 0) ((hh ay d) 0))) +("aufhauser" nil (((ao f) 1) ((hh aw) 1) ((z er) 0))) +("aufiero" nil (((ow) 0) ((f ih) 1) ((r ow) 0))) +("aug" nil (((ao) 1) ((g ax s t) 0))) +("augat" nil (((ao) 1) ((g ae t) 0))) +("auge" nil (((ao jh) 1))) +("augello" nil (((ao) 0) ((jh eh) 1) ((l ow) 0))) +("augenstein" nil (((aw) 1) ((g ax n) 0) ((s t ay n) 0))) +("auger" nil (((ao) 1) ((g er) 0))) +("aughenbaugh" nil (((ao) 0) ((eh n) 1) ((b ao) 0))) +("augment" nil (((ao g) 0) ((m eh n t) 1))) +("augmentable" nil (((aa g) 0) ((m eh n) 1) ((t ax) 0) ((b ax l) 0))) +("augmented" nil (((aa g) 0) ((m eh n) 1) ((t ax d) 0))) +("augmenting" nil (((ao g) 1) ((m eh n) 1) ((t ih ng) 0))) +("augsburg" nil (((ao g z) 1) ((b er g) 0))) +("augsburger" nil (((aw g z) 1) ((b er) 0) ((g er) 0))) +("augspurger" nil (((aw g) 1) ((s p er) 0) ((g er) 0))) +("augur" nil (((ao) 1) ((g er) 0))) +("auguring" nil (((ao) 1) ((g er) 0) ((ih ng) 0))) +("augurs" nil (((ao) 1) ((g er z) 0))) +("august" nil (((aa) 1) ((g ax s t) 0))) +("augusta" nil (((ax) 0) ((g ah) 1) ((s t ax) 0))) +("auguste" nil (((ao) 1) ((g ax s t) 0))) +("augustin" nil (((aw) 0) ((g uw) 0) ((s t iy n) 1))) +("augustine" nil (((aa) 1) ((g ax) 0) ((s t iy n) 1))) +("augustinians" nil (((aa) 1) ((g ax) 0) ((s t ih) 1) ((n iy) 0) ((ax n z) 0))) +("augusto" nil (((ao) 1) ((g ah) 1) ((s t ow) 0))) +("augustson" nil (((ao) 1) ((g ax s t) 0) ((s ax n) 0))) +("augustus" nil (((aa) 0) ((g ah) 1) ((s t ax s) 0))) +("augustyn" nil (((aw) 0) ((g ah) 1) ((s t ih n) 0))) +("augustyniak" nil (((aw) 0) ((g ax) 0) ((s t ih) 1) ((n iy) 0) ((ae k) 0))) +("auker" nil (((ao) 1) ((k er) 0))) +("aukerman" nil (((aw) 1) ((k er) 0) ((m ax n) 0))) +("aul" nil (((ao l) 1))) +("aulana" nil (((aw) 1) ((l aa) 1) ((n ax) 0))) +("auld" nil (((ao l d) 1))) +("aulds" nil (((ao l d z) 1))) +("auletta" nil (((ao) 0) ((l eh) 1) ((t ax) 0))) +("aull" nil (((ao l) 1))) +("ault" nil (((ao l t) 1))) +("aultman" nil (((ao l t) 1) ((m ax n) 0))) +("auman" nil (((ao) 1) ((m ax n) 0))) +("aumann" nil (((ao) 1) ((m ax n) 0))) +("aument" nil (((aw) 1) ((m ax n t) 0))) +("aumiller" nil (((aw) 1) ((m ax) 0) ((l er) 0))) +("aune" nil (((ao n) 1))) +("aung" nil (((ao ng) 1))) +("aungst" nil (((aw ng g s t) 1))) +("aunt" nil (((ae n t) 1))) +("aunts" nil (((ae n t s) 1))) +("aupperle" nil (((aw) 1) ((p er) 0) ((l iy) 0))) +("aura" nil (((ao) 1) ((r ax) 0))) +("aural" nil (((ao) 1) ((r ax l) 0))) +("aurand" nil (((ao) 1) ((r ax n d) 0))) +("aurea" nil (((aw) 0) ((r ey) 1) ((aa) 0))) +("aurelio" nil (((aw) 0) ((r ey) 1) ((l iy) 0) ((ow) 0))) +("auria" nil (((ao) 1) ((r iy) 0) ((ax) 0))) +("aurich" nil (((aw) 1) ((r ih k) 0))) +("auriemma" nil (((ao) 0) ((r iy) 1) ((m ax) 0))) +("aurora" nil (((er) 0) ((ao) 1) ((r ax) 0))) +("auroral" nil (((er) 0) ((ao) 1) ((r ax l) 0))) +("aurum" nil (((ao) 1) ((r ax m) 0))) +("aus" nil (((aw z) 1))) +("ausbrooks" nil (((aw s) 1) ((b r uh k s) 0))) +("ausburn" nil (((aw s) 1) ((b er n) 0))) +("auschwitz" nil (((ao) 1) ((sh w ih t s) 0))) +("ausherman" nil (((aw) 1) ((sh er) 0) ((m ax n) 0))) +("ausimont" nil (((aw) 1) ((s ih) 0) ((m aa n t) 1))) +("auslander" nil (((aw) 1) ((s l ax n) 0) ((d er) 0))) +("ausley" nil (((ao) 1) ((s l iy) 0))) +("ausman" nil (((aw) 1) ((s m ax n) 0))) +("ausmus" nil (((aw) 1) ((s m ih s) 0))) +("auspices" nil (((ao) 1) ((s p ih) 0) ((s ih z) 0))) +("auspicious" nil (((aa) 0) ((s p ih) 1) ((sh ax s) 0))) +("aussie" nil (((ao) 1) ((s iy) 0))) +("aust" nil (((ao s t) 1))) +("austad" nil (((aw) 1) ((s t ax d) 0))) +("austell" nil (((aw) 1) ((s t ax l) 0))) +("austen" nil (((ao) 1) ((s t ax n) 0))) +("auster" nil (((ao) 1) ((s t er) 0))) +("austere" nil (((ao) 0) ((s t ih r) 1))) +("austerely" nil (((ao) 1) ((s t ih r) 1) ((l iy) 0))) +("austerity" nil (((ao) 1) ((s t eh) 1) ((r ih) 0) ((t iy) 0))) +("austill" nil (((aw) 1) ((s t ax l) 0))) +("austin" nil (((ao) 1) ((s t ax n) 0))) +("austine" nil (((ao) 1) ((s t iy n) 0))) +("auston" nil (((ao) 1) ((s t ax n) 0))) +("austral" nil (((ao) 1) ((s t r ax l) 0))) +("australasia" nil (((ao) 1) ((s t r ax) 0) ((l ey) 1) ((zh ax) 0))) +("australia" nil (((ao) 0) ((s t r ey) 1) ((l y ax) 0))) +("australian" nil (((ao) 0) ((s t r ey) 1) ((l y ax n) 0))) +("australians" nil (((ao) 0) ((s t r ey) 1) ((l y ax n z) 0))) +("australopithecine" nil (((ao) 0) ((s t r ey) 1) ((l ow) 0) ((p ih) 1) ((th ax) 0) ((s ay n) 1))) +("australs" nil (((ao) 1) ((s t r ax l z) 0))) +("austrasia" nil (((ao) 0) ((s t r ey) 1) ((zh ax) 0))) +("austria" nil (((ao) 1) ((s t r iy) 0) ((ax) 0))) +("austrian" nil (((ao) 1) ((s t r iy) 0) ((ax n) 0))) +("austrians" nil (((ao) 1) ((s t r iy) 0) ((ax n z) 0))) +("austro" nil (((ao) 1) ((s t r ow) 0))) +("austroasiatic" nil (((ao) 1) ((s t r ow) 1) ((ey) 1) ((zh iy) 0) ((ae) 1) ((t ih k) 0))) +("austron" nil (((ao) 1) ((s t r ax n) 0))) +("auten" nil (((aw) 1) ((t ax n) 0))) +("autenrieth" nil (((aw) 1) ((t ih n) 0) ((r iy) 0) ((ih th) 0))) +("autery" nil (((ow) 1) ((t er) 0) ((iy) 0))) +("auteur" n (((ow) 0) ((t uw r) 1))) +("auteurs" n (((ow) 0) ((t uw r z) 1))) +("auth" nil (((ao th) 1))) +("authement" nil (((aw th) 1) ((m ax n t) 0))) +("authentic" nil (((ao) 0) ((th eh n) 1) ((t ih k) 0))) +("authentically" nil (((ao) 0) ((th eh n) 1) ((t ih) 0) ((k l iy) 0))) +("authenticate" nil (((ao) 0) ((th eh n) 1) ((t ax) 0) ((k ey t) 1))) +("authentication" nil (((ao) 0) ((th eh n) 1) ((t ax) 0) ((k ey) 1) ((sh ax n) 0))) +("authentications" nil (((ao) 0) ((th eh n) 1) ((t ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("authenticity" nil (((ao) 1) ((th ax n) 0) ((t ih) 1) ((s ih) 0) ((t iy) 0))) +("authier" nil (((aw) 1) ((th iy) 0) ((er) 0))) +("author" nil (((ao) 1) ((th er) 0))) +("authored" nil (((ao) 1) ((th er d) 0))) +("authoritarian" nil (((ax) 0) ((th ao) 1) ((r ax) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("authoritarianism" nil (((ax) 0) ((th ao) 1) ((r ax) 0) ((t eh) 1) ((r iy) 0) ((ax) 0) ((n ih) 1) ((z ax m) 0))) +("authoritative" nil (((ax) 0) ((th ao) 1) ((r ax) 0) ((t ey) 1) ((t ih v) 0))) +("authorities" nil (((ax) 0) ((th ao) 1) ((r ax) 0) ((t iy z) 0))) +("authority" nil (((ax) 0) ((th ao) 1) ((r ax) 0) ((t iy) 0))) +("authorization" nil (((ao) 1) ((th er) 0) ((ax) 0) ((z ey) 1) ((sh ax n) 0))) +("authorizations" nil (((ao) 1) ((th er) 0) ((ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("authorize" nil (((ao) 1) ((th er) 0) ((ay z) 1))) +("authorized" nil (((ao) 1) ((th er) 0) ((ay z d) 1))) +("authorizes" nil (((ao) 1) ((th er) 0) ((ay) 1) ((z ih z) 0))) +("authorizing" nil (((ao) 1) ((th er) 0) ((ay) 1) ((z ih ng) 0))) +("authors" nil (((ao) 1) ((th er z) 0))) +("authorship" nil (((ao) 1) ((th er) 0) ((sh ih p) 1))) +("autism" nil (((ao) 1) ((t ih) 1) ((z ax m) 0))) +("autistic" nil (((ao) 0) ((t ih) 1) ((s t ih k) 0))) +("auto" nil (((ao) 1) ((t ow) 0))) +("autobahn" nil (((ao) 1) ((t ow) 0) ((b aa n) 1))) +("autobiographer" nil (((ao) 1) ((t ax) 0) ((b ay) 0) ((aa) 1) ((g r ax) 0) ((f er) 0))) +("autobiographical" nil (((ao) 1) ((t ax) 0) ((b ay) 1) ((ax) 0) ((g r ae) 1) ((f ih) 0) ((k ax l) 0))) +("autobiographies" nil (((ao) 1) ((t ax) 0) ((b ay) 0) ((aa) 1) ((g r ax) 0) ((f iy z) 0))) +("autobiography" nil (((ao) 1) ((t ax) 0) ((b ay) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("autoclave" nil (((ao) 1) ((t ow) 0) ((k l ey v) 1))) +("autocracy" nil (((ao) 0) ((t aa) 1) ((k r ax) 0) ((s iy) 0))) +("autocrat" nil (((ao) 1) ((t ax) 0) ((k r ae t) 1))) +("autocratic" nil (((ao) 1) ((t ax) 0) ((k r ae) 1) ((t ih k) 0))) +("autodesk" nil (((ao) 1) ((t ow) 0) ((d eh s k) 1))) +("autodie" nil (((ao) 1) ((t ow) 0) ((d ay) 1))) +("autofacts" nil (((ao) 1) ((t ow) 0) ((f ae k t s) 1))) +("autograph" nil (((ao) 1) ((t ax) 0) ((g r ae f) 1))) +("autographed" nil (((ao) 1) ((t ax) 0) ((g r ae f t) 1))) +("autographs" nil (((ao) 1) ((t ax) 0) ((g r ae f s) 1))) +("autoimmune" nil (((ao) 1) ((t oy) 1) ((m y uw n) 0))) +("autolatina" nil (((ao) 1) ((t ow) 1) ((l ax) 0) ((t iy) 1) ((n ax) 0))) +("automaker" nil (((ao) 1) ((t ow) 0) ((m ey) 1) ((k er) 0))) +("automakers" nil (((ao) 1) ((t ow) 0) ((m ey) 1) ((k er z) 0))) +("automap" nil (((ao) 1) ((t ow) 0) ((m ae p) 1))) +("automata" nil (((ao) 0) ((t aa) 1) ((m ax) 0) ((t ax) 0))) +("automate" nil (((ao) 1) ((t ax) 0) ((m ey t) 1))) +("automated" nil (((ao) 1) ((t ax) 0) ((m ey) 1) ((t ih d) 0))) +("automates" nil (((ao) 1) ((t ax) 0) ((m ey t s) 1))) +("automatic" nil (((ao) 1) ((t ax) 0) ((m ae) 1) ((t ih k) 0))) +("automatically" nil (((ao) 1) ((t ax) 0) ((m ae) 1) ((t ih) 0) ((k l iy) 0))) +("automatics" nil (((ao) 1) ((t ax) 0) ((m ae) 1) ((t ih k s) 0))) +("automating" nil (((ao) 1) ((t ax) 0) ((m ey) 1) ((t ih ng) 0))) +("automation" nil (((ao) 0) ((t ax) 0) ((m ey) 1) ((sh ax n) 0))) +("automatix" nil (((ao) 1) ((t ow) 0) ((m ey) 1) ((t ih k s) 0))) +("automaton" nil (((ao) 0) ((t aa) 1) ((m ax) 0) ((t aa n) 1))) +("automatons" n (((ao) 0) ((t aa) 1) ((m ax) 0) ((t ax n z) 0))) +("automobile" nil (((ao) 1) ((t ax) 0) ((m ow) 0) ((b iy l) 2))) +("automobiles" nil (((ao) 1) ((t ax) 0) ((m ow) 0) ((b iy l z) 2))) +("automobili" nil (((ao) 1) ((t ow) 0) ((m ow) 0) ((b iy) 1) ((l iy) 0))) +("automotive" nil (((ao) 1) ((t ax) 0) ((m ow) 1) ((t ih v) 0))) +("automoviles" nil (((ao) 1) ((t ow) 0) ((m ow) 0) ((v iy) 1) ((l eh z) 0))) +("auton" nil (((ao) 1) ((t ax n) 0))) +("autonomic" nil (((ao) 1) ((t ax) 0) ((n aa) 1) ((m ih k) 0))) +("autonomous" nil (((ao) 0) ((t aa) 1) ((n ax) 0) ((m ax s) 0))) +("autonomously" nil (((ao) 1) ((t aa) 1) ((n ow) 0) ((m ax) 0) ((s l iy) 0))) +("autonomy" nil (((ao) 0) ((t aa) 1) ((n ax) 0) ((m iy) 0))) +("autopacific" nil (((ao) 1) ((t ow) 0) ((p ax) 0) ((s ih) 1) ((f ih k) 0))) +("autoparts" nil (((ao) 1) ((t ow) 0) ((p aa r t s) 1))) +("autopilot" nil (((ao) 1) ((t ow) 0) ((p ay) 1) ((l ax t) 0))) +("autopsies" nil (((ao) 1) ((t aa p) 1) ((s iy z) 0))) +("autopsy" nil (((ao) 1) ((t aa p) 1) ((s iy) 0))) +("autos" nil (((ao) 1) ((t ow z) 0))) +("autospa" nil (((ao) 1) ((t ow) 1) ((s p ax) 0))) +("autotote" nil (((ao) 1) ((t ow) 0) ((t ow t) 1))) +("autotrophic" nil (((ao) 1) ((t ax) 0) ((t r ow) 1) ((f ih k) 0))) +("autoworker" n (((ao) 1) ((t ow) 0) ((w er) 0) ((k er) 0))) +("autoworkers" n (((ao) 1) ((t ow) 0) ((w er) 0) ((k er z) 0))) +("autrey" nil (((ao) 1) ((t r iy) 0))) +("autry" nil (((ao) 1) ((t r iy) 0))) +("autumn" nil (((ao) 1) ((t ax m) 0))) +("autumnal" nil (((ao) 0) ((t ah m) 1) ((n ax l) 0))) +("auvil" nil (((ow) 0) ((v ih l) 1))) +("aux" nil (((ow) 1))) +("auxier" nil (((ao k) 1) ((s iy) 0) ((er) 0))) +("auxiliary" nil (((aa g) 0) ((z ih) 1) ((l y er) 0) ((iy) 0))) +("auxton" nil (((ao k) 1) ((s t ax n) 0))) +("auyeung" nil (((aw) 1) ((y uw ng) 1))) +("auzenne" nil (((ao) 1) ((z ih n) 0))) +("ava" nil (((ey) 1) ((v ax) 0))) +("avail" nil (((ax) 0) ((v ey l) 1))) +("availabilities" nil (((ax) 0) ((v ey) 1) ((l ax) 0) ((b ih) 1) ((l ih) 0) ((t iy z) 0))) +("availability" nil (((ax) 0) ((v ey) 1) ((l ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("available" nil (((ax) 0) ((v ey) 1) ((l ax) 0) ((b ax l) 0))) +("availed" nil (((ax) 0) ((v ey l d) 1))) +("avakian" nil (((ax) 0) ((v ey) 1) ((k iy) 0) ((ax n) 0))) +("avalanche" nil (((ae) 1) ((v ax) 0) ((l ae n ch) 1))) +("avallone" nil (((ae) 1) ((v ax) 0) ((l ow n) 1))) +("avalon" nil (((ae) 1) ((v ax) 0) ((l aa n) 1))) +("avalos" nil (((aa) 0) ((v aa) 1) ((l ow z) 0))) +("avana" nil (((ax) 0) ((v ae) 1) ((n ax) 0))) +("avant" nil (((ax) 0) ((v aa n t) 1))) +("avantek" nil (((ax) 0) ((v aa n) 1) ((t eh k) 0))) +("avanti" nil (((ax) 0) ((v aa n) 1) ((t iy) 0))) +("avants" nil (((aa) 0) ((v ao n t s) 1))) +("avarice" nil (((ae) 1) ((v er) 0) ((ax s) 0))) +("avasso" nil (((ax) 0) ((v aa) 1) ((s ow) 1))) +("avco" nil (((ae v) 1) ((k ow) 0))) +("avdel" nil (((ae v) 1) ((d eh l) 1))) +("ave" nil (((ae) 1) ((v ax) 0) ((n uw) 0))) +("avedisian" nil (((ae) 0) ((v ih) 0) ((d ih) 1) ((zh ih n) 0))) +("avelar" nil (((aa) 0) ((v ey) 0) ((l aa r) 1))) +("aveline" nil (((aa) 0) ((v eh) 0) ((l iy) 1) ((n iy) 0))) +("avella" nil (((ax) 0) ((v eh) 1) ((l ax) 0))) +("avellino" nil (((ae) 1) ((v ax) 0) ((l iy) 1) ((n ow) 0))) +("avemco" nil (((ax) 0) ((v eh m) 1) ((k ow) 0))) +("aven" nil (((aa) 0) ((v ey) 1) ((ax n) 0))) +("avena" nil (((aa) 0) ((v ey) 1) ((n ax) 0))) +("avenall" nil (((aa) 0) ((v ey) 0) ((n aa l) 1))) +("avendano" nil (((aa) 0) ((v eh n) 0) ((d aa) 1) ((n ow) 0))) +("avenel" nil (((aa) 0) ((v ey) 0) ((n eh l) 1))) +("avenell" nil (((aa) 0) ((v ey) 0) ((n ey l) 1))) +("avenge" nil (((ax) 0) ((v eh n jh) 1))) +("avenged" nil (((ax) 0) ((v eh n jh d) 1))) +("avenger" nil (((ax) 0) ((v eh n) 1) ((jh er) 0))) +("avenging" nil (((ax) 0) ((v eh n) 1) ((jh ih ng) 0))) +("aveni" nil (((aa) 0) ((v eh) 1) ((n iy) 0))) +("avent" nil (((aa) 1) ((v ax n t) 0))) +("avenue" nil (((ae) 1) ((v ax) 0) ((n uw) 2))) +("avenues" nil (((ae) 1) ((v ax) 0) ((n uw z) 2))) +("aver" nil (((ey) 1) ((v er) 0))) +("avera" nil (((aa) 0) ((v eh) 1) ((r ax) 0))) +("average" nil (((ae) 1) ((v er) 0) ((ih jh) 0))) +("averaged" nil (((ae) 1) ((v r ax jh d) 0))) +("averages" nil (((ae) 1) ((v r ih) 0) ((jh ih z) 0))) +("averaging" nil (((ae) 1) ((v r ih) 0) ((jh ih ng) 0))) +("averbeck" nil (((ey) 1) ((v er) 0) ((b eh k) 1))) +("averell" nil (((aa) 0) ((v eh) 0) ((r ey l) 1))) +("averett" nil (((ae) 1) ((v er) 0) ((eh t) 0))) +("averette" nil (((ae) 1) ((v er) 0) ((eh t) 1))) +("averil" nil (((ey) 1) ((v er) 0) ((ih l) 0))) +("averill" nil (((aa) 0) ((v eh) 0) ((r iy l) 1))) +("averitt" nil (((ae) 1) ((v er) 0) ((ih t) 0))) +("averof" nil (((ae) 1) ((v er) 0) ((aa f) 1))) +("avers" nil (((ey) 1) ((v er z) 0))) +("aversa" nil (((aa) 0) ((v eh r) 1) ((s ax) 0))) +("aversano" nil (((aa) 0) ((v er) 0) ((s aa) 1) ((n ow) 0))) +("averse" nil (((ax) 0) ((v er s) 1))) +("aversion" nil (((ax) 0) ((v er) 1) ((zh ax n) 0))) +("avert" nil (((ax) 0) ((v er t) 1))) +("averted" nil (((ax) 0) ((v er) 1) ((t ax d) 0))) +("averting" nil (((ax) 0) ((v er) 1) ((t ih ng) 0))) +("averts" nil (((ax) 0) ((v er t s) 1))) +("avery" nil (((ey) 1) ((v er) 0) ((iy) 0))) +("averyl" nil (((ae) 1) ((v er) 0) ((ih l) 0))) +("avey" nil (((ey) 1) ((v iy) 0))) +("avi" nil (((aa) 1) ((v iy) 0))) +("avia" nil (((aa) 1) ((v iy) 0) ((ax) 0))) +("aviacion" nil (((ey) 1) ((v iy) 0) ((ey) 1) ((sh ax n) 0))) +("aviall" nil (((ey) 1) ((v iy) 0) ((ax l) 0))) +("aviano" nil (((aa) 1) ((v iy) 0) ((aa) 1) ((n ow) 0))) +("aviaries" nil (((ey) 1) ((v iy) 0) ((eh) 1) ((r iy z) 0))) +("aviary" nil (((ey) 1) ((v iy) 0) ((eh) 1) ((r iy) 0))) +("aviation" nil (((ey) 1) ((v iy) 0) ((ey) 1) ((sh ax n) 0))) +("aviator" nil (((ey) 1) ((v iy) 0) ((ey) 1) ((t er) 0))) +("aviators" nil (((ey) 1) ((v iy) 0) ((ey) 0) ((t er z) 0))) +("aviazione" nil (((ae) 1) ((v iy) 0) ((ae) 1) ((z iy) 0) ((ow) 1) ((n iy) 0))) +("avice" nil (((aa) 1) ((v ay s) 0))) +("avid" nil (((ae) 1) ((v ax d) 0))) +("avidly" nil (((ae) 1) ((v ax d) 0) ((l iy) 0))) +("avila" nil (((ax) 0) ((v ih) 1) ((l ax) 0))) +("aviles" nil (((aa) 0) ((v iy) 1) ((l eh s) 0))) +("avilez" nil (((aa) 0) ((v iy) 1) ((l eh z) 0))) +("avilla" nil (((ax) 0) ((v ih) 1) ((l ax) 0))) +("avina" nil (((aa) 0) ((v iy) 1) ((n ax) 0))) +("avinger" nil (((ey) 1) ((v ih ng) 0) ((er) 0))) +("avionic" nil (((ey) 1) ((v iy) 0) ((aa) 1) ((n ih k) 0))) +("avionics" nil (((ey) 1) ((v iy) 0) ((aa) 1) ((n ih k s) 0))) +("avions" nil (((ey) 1) ((v iy) 0) ((ax n z) 0))) +("avis" nil (((ey) 1) ((v ih s) 0))) +("avitabile" nil (((aa) 0) ((v iy) 0) ((t aa) 1) ((b ax l) 0))) +("avitia" nil (((aa) 0) ((v iy) 1) ((sh ax) 0))) +("aviv" nil (((aa) 0) ((v iy v) 1))) +("avmark" nil (((ae v) 1) ((m aa r k) 1))) +("avner" nil (((ae v) 1) ((n er) 0))) +("avnet" nil (((ae v) 1) ((n eh t) 1))) +("avocado" nil (((ae) 1) ((v ax) 0) ((k aa) 1) ((d ow) 0))) +("avocados" nil (((ae) 1) ((v ax) 0) ((k aa) 1) ((d ow z) 0))) +("avocation" nil (((ae) 1) ((v ax) 0) ((k ey) 1) ((sh ax n) 0))) +("avocet" nil (((ae) 1) ((v ax) 0) ((s eh t) 1))) +("avoid" nil (((ax) 0) ((v oy d) 1))) +("avoidable" nil (((ax) 0) ((v oy) 1) ((d ax) 0) ((b ax l) 0))) +("avoidance" nil (((ax) 0) ((v oy) 1) ((d ax n s) 0))) +("avoided" nil (((ax) 0) ((v oy) 1) ((d ax d) 0))) +("avoiding" nil (((ax) 0) ((v oy) 1) ((d ih ng) 0))) +("avoids" nil (((ax) 0) ((v oy d z) 1))) +("avolio" nil (((ax) 0) ((v ow) 1) ((l iy) 0) ((ow) 0))) +("avon" nil (((ey) 1) ((v aa n) 0))) +("avondale" nil (((ae) 1) ((v ax n) 0) ((d ey l) 1))) +("avowed" nil (((ax) 0) ((v aw d) 1))) +("avowedly" nil (((ax) 0) ((v aw) 1) ((ax d) 0) ((l iy) 0))) +("avrett" nil (((ae) 1) ((v r eh t) 0))) +("avril" nil (((ae) 1) ((v r ih l) 0))) +("avrim" nil (((aa) 0) ((v r iy m) 1))) +("avtex" nil (((ae v) 1) ((t eh k s) 1))) +("avtovaz" nil (((ae v) 1) ((t ow) 1) ((v ae z) 1))) +("avuncular" nil (((ax) 0) ((v ah ng) 1) ((k y ax) 0) ((l er) 0))) +("aw" nil (((ao) 1))) +("awacs" nil (((ey) 1) ((w ae k s) 1))) +("awad" nil (((ax) 0) ((w aa d) 1))) +("await" nil (((ax) 0) ((w ey t) 1))) +("awaited" nil (((ax) 0) ((w ey) 1) ((t ax d) 0))) +("awaiting" nil (((ax) 0) ((w ey) 1) ((t ih ng) 0))) +("awaits" nil (((ax) 0) ((w ey t s) 1))) +("awake" nil (((ax) 0) ((w ey k) 1))) +("awaken" nil (((ax) 0) ((w ey) 1) ((k ax n) 0))) +("awakened" nil (((ax) 0) ((w ey) 1) ((k ax n d) 0))) +("awakening" nil (((ax) 0) ((w ey) 1) ((k ax) 0) ((n ih ng) 0))) +("awakens" nil (((ax) 0) ((w ey) 1) ((k ax n z) 0))) +("awalt" nil (((aa) 1) ((v ax l t) 0))) +("awan" nil (((ey) 1) ((w ax n) 0))) +("award" nil (((ax) 0) ((w ao r d) 1))) +("awarded" nil (((ax) 0) ((w ao r) 1) ((d ax d) 0))) +("awarding" nil (((ax) 0) ((w ao r) 1) ((d ih ng) 0))) +("awards" nil (((ax) 0) ((w ao r d z) 1))) +("aware" nil (((ax) 0) ((w eh r) 1))) +("awareness" nil (((ax) 0) ((w eh r) 1) ((n ax s) 0))) +("awash" nil (((ax) 0) ((w aa sh) 1))) +("away" nil (((ax) 0) ((w ey) 1))) +("aways" nil (((ey) 1) ((w ey z) 1))) +("awbrey" nil (((ao) 1) ((b r iy) 0))) +("awe" nil (((aa) 1))) +("awed" nil (((ao d) 1))) +("aweida" nil (((ax) 0) ((w ey) 1) ((d ax) 0))) +("awesome" nil (((aa) 1) ((s ax m) 0))) +("awestruck" n (((ao) 1) ((s t r ah k) 0))) +("awful" nil (((aa) 1) ((f ax l) 0))) +("awfully" nil (((aa) 1) ((f l iy) 0))) +("awfulness" nil (((ao) 1) ((f ax l) 0) ((n ax s) 0))) +("awhile" nil (((ax) 0) ((w ay l) 1))) +("awkward" nil (((aa) 1) ((k w er d) 0))) +("awkwardly" nil (((ao) 1) ((k w er d) 0) ((l iy) 0))) +("awkwardness" nil (((ao) 1) ((k w er d) 0) ((n ax s) 0))) +("awoke" nil (((ax) 0) ((w ow k) 1))) +("AWOL" n (((ey) 1) ((w ao l) 0))) +("awry" nil (((er) 0) ((ay) 1))) +("awtrey" nil (((ao) 1) ((t r iy) 0))) +("ax" nil (((ae k s) 1))) +("axa" nil (((ae k) 1) ((s ax) 0))) +("axe" nil (((ae k s) 1))) +("axed" nil (((ae k s t) 1))) +("axel" nil (((ae k) 1) ((s ax l) 0))) +("axelrad" nil (((ae k) 0) ((s eh l) 1) ((r ax d) 0))) +("axelrod" nil (((ae k) 1) ((s ax l) 0) ((r aa d) 1))) +("axelsen" nil (((ae k) 0) ((s eh l) 1) ((s ax n) 0))) +("axelson" nil (((ae k) 1) ((s ih l) 0) ((s ax n) 0))) +("axes" n (((ae k) 1) ((s iy z) 0))) +("axes" v (((ae k) 1) ((s ih z) 0))) +("axford" nil (((ae k) 0) ((s f ao r d) 1))) +("axial" nil (((ae k) 1) ((s iy) 0) ((ax l) 0))) +("axid" nil (((ae k) 1) ((s ih d) 0))) +("axilrod" nil (((ae k) 1) ((s ih l) 0) ((r aa d) 1))) +("axiom" nil (((ae k) 1) ((s iy) 0) ((ax m) 0))) +("axiomatic" nil (((ae k) 1) ((s iy) 0) ((ax) 0) ((m ae) 1) ((t ih k) 0))) +("axioms" nil (((ae k) 1) ((s iy) 0) ((ax m z) 0))) +("axis" nil (((ae k) 1) ((s ax s) 0))) +("axle" nil (((ae k) 1) ((s ax l) 0))) +("axles" nil (((ae k) 1) ((s ax l z) 0))) +("axley" nil (((ae k) 1) ((s l iy) 0))) +("axline" nil (((ae k) 1) ((s l ay n) 1))) +("axlon" nil (((ae k) 1) ((s l aa n) 0))) +("axon" nil (((ae k) 1) ((s aa n) 1))) +("axons" nil (((ae k) 1) ((s aa n z) 1))) +("axs" nil (((ey) 1) ((eh k s) 1) ((eh s) 1))) +("axsom" nil (((ae k) 1) ((s ax m) 0))) +("axt" nil (((ae k s t) 1))) +("axtell" nil (((ae k) 0) ((s t eh l) 1))) +("axtman" nil (((ae k s t) 1) ((m ax n) 0))) +("axton" nil (((ae k) 1) ((s t ax n) 0))) +("ay" nil (((ey) 1))) +("ayacucho" nil (((ay) 1) ((ax) 0) ((k ah) 1) ((ch ow) 0))) +("ayala" nil (((ax) 0) ((y aa) 1) ((l ax) 0))) +("ayars" nil (((ey) 1) ((er z) 0))) +("ayatollah" nil (((ay) 1) ((ax) 0) ((t ow) 1) ((l ax) 0))) +("ayatollahs" nil (((ay) 1) ((ax) 0) ((t aa) 1) ((l aa z) 0))) +("Ayatullah" n (((ay) 1) ((ax) 0) ((t uh) 1) ((l ax) 0))) +("aybar" nil (((ey) 1) ((b er) 0))) +("aycock" nil (((ey) 1) ((k ax k) 0))) +("aydelott" nil (((ey) 1) ((d ih) 0) ((l aa t) 0))) +("aydelotte" nil (((ey) 1) ((d ax) 0) ((l aa t) 1))) +("aydin" nil (((ey) 1) ((d ih n) 0))) +("aydt" nil (((ey t) 1))) +("aye" nil (((ay) 1))) +("ayer" nil (((ay) 1) ((er) 0))) +("ayers" nil (((ay) 1) ((er z) 0))) +("ayerst" nil (((ey) 1) ((er s t) 0))) +("ayes" nil (((ay z) 1))) +("aykroyd" nil (((ey) 1) ((k r oy d) 1))) +("ayler" nil (((ey) 1) ((l er) 0))) +("ayles" nil (((ey l z) 1))) +("aylesworth" nil (((ey) 1) ((l ih) 0) ((s w er th) 0))) +("ayling" nil (((ey) 1) ((l ih ng) 0))) +("aylmer" nil (((ey l) 1) ((m er) 0))) +("aylor" nil (((ey) 1) ((l er) 0))) +("aylsworth" nil (((ey l) 1) ((s w er th) 0))) +("aylward" nil (((ey l) 1) ((w er d) 0))) +("aylwin" nil (((ey l) 1) ((w ih n) 0))) +("aylworth" nil (((ey l) 1) ((w er th) 0))) +("aymond" nil (((ey) 1) ((m ax n d) 0))) +("ayn" nil (((ey n) 1))) +("aynes" nil (((ey n z) 1))) +("ayo" nil (((ey) 1) ((ow) 0))) +("ayodhya" nil (((ay) 1) ((aa) 1) ((d y ax) 0))) +("ayon" nil (((ey) 0) ((ao n) 1))) +("ayotte" nil (((ey) 0) ((ao t) 1))) +("ayoub" nil (((ey) 1) ((aw b) 0))) +("ayr" nil (((ey r) 1))) +("ayre" nil (((eh r) 1))) +("ayres" nil (((eh r z) 1))) +("ayscue" nil (((ey) 1) ((s k y uw) 0))) +("aytes" nil (((ey t s) 1))) +("ayuso" nil (((ay) 0) ((uw) 1) ((s ow) 0))) +("ayyad" nil (((ay) 1) ((aa d) 1))) +("azactam" nil (((ax) 0) ((z ae k) 1) ((t ae m) 0))) +("azalea" nil (((ax) 0) ((z ey) 1) ((l y ax) 0))) +("azaleas" nil (((ax) 0) ((z ey) 1) ((l y ax z) 0))) +("azalia" nil (((aa) 0) ((z aa) 1) ((l iy) 0) ((ax) 0))) +("azar" nil (((aa) 0) ((z aa r) 1))) +("azarow" nil (((ae) 1) ((z er) 0) ((ow) 0))) +("azbell" nil (((ae z) 1) ((b eh l) 0))) +("azbill" nil (((aa z) 0) ((b iy l) 1))) +("azcarraga" nil (((ae z) 0) ((k aa) 1) ((r aa) 1) ((g ax) 0))) +("azcona" nil (((ae z) 0) ((k ow) 1) ((n ax) 0))) +("azcuenaga" nil (((ae z) 0) ((k w ey) 1) ((n aa) 1) ((g ax) 0))) +("azelia" nil (((aa) 0) ((z eh) 1) ((l iy) 0) ((ax) 0))) +("azerbaijan" nil (((aa) 1) ((z er) 0) ((b ay) 0) ((jh aa n) 1))) +("azerbaijani" nil (((aa) 1) ((z er) 0) ((b ay) 0) ((jh aa) 1) ((n iy) 0))) +("azerbaijanis" nil (((aa) 1) ((z er) 0) ((b ay) 0) ((jh aa) 1) ((n iy z) 0))) +("azeri" nil (((ax) 0) ((z eh) 1) ((r iy) 0))) +("azevedo" nil (((aa) 0) ((z ey) 0) ((v ey) 1) ((d ow) 0))) +("azhar" nil (((ax) 0) ((z aa r) 1))) +("azides" nil (((ae) 1) ((z ay d z) 1))) +("azidothymidine" nil (((ax) 0) ((z ih) 1) ((d ax) 0) ((th ay) 1) ((m ax) 0) ((d iy n) 1))) +("azinger" nil (((ey) 1) ((z ih ng) 0) ((er) 0))) +("aziz" nil (((ax) 0) ((z iy z) 1))) +("azoff" nil (((ae) 1) ((z ao f) 0))) +("azores" nil (((ax) 0) ((z ao r z) 1))) +("azpurua" nil (((ae z) 0) ((p y uh) 1) ((r uw) 0) ((ax) 0))) +("aztar" nil (((ae z) 1) ((t er) 0))) +("aztec" nil (((ae z) 1) ((t eh k) 1))) +("azteca" nil (((ae z) 1) ((t eh) 1) ((k ax) 0))) +("aztecs" nil (((ae z) 1) ((t eh k s) 1))) +("azura" nil (((ax) 0) ((z uh) 1) ((r ax) 0))) +("azure" nil (((ae) 1) ((zh er) 0))) +("azzara" nil (((aa t) 0) ((s aa) 1) ((r ax) 0))) +("azzarello" nil (((aa t) 0) ((s aa) 0) ((r eh) 1) ((l ow) 0))) +("azzaro" nil (((aa t) 0) ((s aa) 1) ((r ow) 0))) +("azzato" nil (((ax) 0) ((z aa) 1) ((t ow) 0))) +("azzopardi" nil (((aa t) 0) ((s ow) 0) ((p aa r) 1) ((d iy) 0))) +("b" nil (((b iy) 1))) +("ba" nil (((b aa) 1))) +("baab" nil (((b aa b) 1))) +("baack" nil (((b aa k) 1))) +("baade" nil (((b aa d) 1))) +("baar" nil (((b aa r) 1))) +("baars" nil (((b aa r z) 1))) +("baas" nil (((b aa z) 1))) +("baasch" nil (((b aa sh) 1))) +("baatz" nil (((b aa t s) 1))) +("bab" nil (((b ae b) 1))) +("baba" nil (((b aa) 1) ((b ax) 0))) +("babb" nil (((b ae b) 1))) +("babbio" nil (((b ae) 1) ((b iy) 0) ((ow) 0))) +("babbit" nil (((b ae) 1) ((b ih t) 0))) +("babbitt" nil (((b ae) 1) ((b ih t) 0))) +("babbitts" nil (((b ae) 1) ((b ax t s) 0))) +("babble" nil (((b ae) 1) ((b ax l) 0))) +("babbled" nil (((b ae) 1) ((b ax l d) 0))) +("babblers" nil (((b ae) 1) ((b l er z) 0))) +("babbling" nil (((b ae) 1) ((b ax) 0) ((l ih ng) 0))) +("babbs" nil (((b ae b z) 1))) +("babcock" nil (((b ae b) 1) ((k ao k) 0))) +("babe" nil (((b ey b) 1))) +("babel" nil (((b ae) 1) ((b ax l) 0))) +("baber" nil (((b ey) 1) ((b er) 0))) +("babers" nil (((b ey) 1) ((b er z) 0))) +("babes" nil (((b ey b z) 1))) +("babette" nil (((b ax) 0) ((b eh t) 1))) +("babiak" nil (((b aa) 1) ((b iy) 0) ((ae k) 0))) +("babiarz" nil (((b ax) 0) ((b iy) 1) ((er z) 0))) +("babic" nil (((b aa) 1) ((b ih k) 0))) +("babich" nil (((b ae) 1) ((b ih ch) 0))) +("babies" nil (((b ey) 1) ((b iy z) 0))) +("babik" nil (((b aa) 1) ((b ih k) 0))) +("babin" nil (((b ae) 1) ((b ih n) 0))) +("babineau" nil (((b ae) 1) ((b ih) 0) ((n ow) 1))) +("babineaux" nil (((b ae) 1) ((b ih) 0) ((n ow) 1))) +("babington" nil (((b ae) 1) ((b ih ng) 0) ((t ax n) 0))) +("babino" nil (((b aa) 0) ((b iy) 1) ((n ow) 0))) +("babinski" nil (((b ax) 0) ((b ih n) 1) ((s k iy) 0))) +("babish" nil (((b ae) 1) ((b ih sh) 0))) +("babita" nil (((b aa) 0) ((b iy) 1) ((t ax) 0))) +("babka" nil (((b ae b) 1) ((k ax) 0))) +("babler" nil (((b ey) 1) ((b ax) 0) ((l er) 0))) +("baboon" nil (((b ax) 0) ((b uw n) 1))) +("baboons" nil (((b ae) 0) ((b uw n z) 1))) +("babs" nil (((b ae b z) 1))) +("babson" nil (((b ae b) 1) ((s ax n) 0))) +("babu" nil (((b aa) 0) ((b uw) 1))) +("babula" nil (((b aa) 0) ((b uw) 1) ((l ax) 0))) +("baby" nil (((b ey) 1) ((b iy) 0))) +("babyak" nil (((b ae) 1) ((b iy) 0) ((ae k) 0))) +("babyhood" nil (((b ey) 1) ((b iy) 0) ((hh uh d) 1))) +("babyish" nil (((b ey) 1) ((b iy) 0) ((ih sh) 0))) +("babylon" nil (((b ae) 1) ((b ax) 0) ((l aa n) 1))) +("babylonian" nil (((b ae) 1) ((b ax) 0) ((l ow) 1) ((n iy) 0) ((ax n) 0))) +("babylonians" nil (((b ae) 1) ((b ax) 0) ((l ow) 1) ((n iy) 0) ((ax n z) 0))) +("babysat" nil (((b ey) 1) ((b iy) 0) ((s ae t) 1))) +("babysitter" nil (((b ey) 1) ((b iy) 0) ((s ih) 1) ((t er) 0))) +("babysitters" nil (((b ey) 1) ((b iy) 0) ((s ih) 1) ((t er z) 0))) +("babysitting" nil (((b ey) 1) ((b iy) 0) ((s ih) 1) ((t ih ng) 0))) +("baca" nil (((b ae) 1) ((k ax) 0))) +("bacall" nil (((b ax) 0) ((k ao l) 1))) +("bacardi" nil (((b ax) 0) ((k aa r) 1) ((d iy) 0))) +("baccalaureate" nil (((b ae) 1) ((k ax) 0) ((l ao) 1) ((r iy) 0) ((ax t) 0))) +("baccarat" nil (((b aa) 1) ((k er) 0) ((aa) 1))) +("baccari" nil (((b aa) 0) ((k aa) 1) ((r iy) 0))) +("bacchanalia" nil (((b ae) 1) ((k ax) 0) ((n ey) 1) ((l y ax) 0))) +("bacchi" nil (((b ae) 1) ((k iy) 0))) +("bacchus" nil (((b ae) 1) ((k ih s) 0))) +("bacci" nil (((b aa) 1) ((ch iy) 0))) +("baccus" nil (((b ae) 1) ((k ax s) 0))) +("bach" nil (((b aa k) 1))) +("bacha" nil (((b ae) 1) ((ch ax) 0))) +("bachand" nil (((b ae) 1) ((ch ax n d) 0))) +("bachar" nil (((b aa) 1) ((k er) 0))) +("bacharach" nil (((b ae) 1) ((k er) 0) ((ae k) 0))) +("bache" nil (((b ae ch) 1))) +("bachelder" nil (((b aa) 1) ((k ih l) 0) ((d er) 0))) +("bacheller" nil (((b aa) 1) ((k ax) 0) ((l er) 0))) +("bachelor" nil (((b ae) 1) ((ch ax) 0) ((l er) 0))) +("bachelors" nil (((b ae ch) 1) ((l er z) 0))) +("bacher" nil (((b aa) 1) ((k er) 0))) +("bachert" nil (((b ae) 1) ((ch er t) 0))) +("bachler" nil (((b ae) 1) ((k l er) 0))) +("bachman" nil (((b aa k) 1) ((m ax n) 0))) +("bachmann" nil (((b aa k) 1) ((m ax n) 0))) +("bachmeier" nil (((b aa k) 1) ((m ay) 0) ((er) 0))) +("bachner" nil (((b aa k) 1) ((n er) 0))) +("bachrach" nil (((b aa) 1) ((k r ax k) 0))) +("bachtel" nil (((b ae k) 1) ((t ax l) 0))) +("bachtell" nil (((b ae k) 1) ((t ax l) 0))) +("bachus" nil (((b ae) 1) ((ch ax s) 0))) +("bacigalupi" nil (((b aa) 0) ((ch iy) 0) ((g aa) 0) ((l uw) 1) ((p iy) 0))) +("bacigalupo" nil (((b aa) 0) ((ch iy) 0) ((g aa) 0) ((l uw) 1) ((p ow) 0))) +("bacik" nil (((b aa) 1) ((ch ih k) 0))) +("bacillus" nil (((b ax) 0) ((s ih) 1) ((l ax s) 0))) +("bacino" nil (((b aa) 0) ((ch iy) 1) ((n ow) 0))) +("back" nil (((b ae k) 1))) +("backache" nil (((b ae) 1) ((k ey k) 1))) +("backaches" nil (((b ae) 1) ((k ey k s) 1))) +("backbite" nil (((b ae k) 1) ((b ay t) 1))) +("backbiting" nil (((b ae k) 1) ((b ay) 1) ((t ih ng) 0))) +("backbone" nil (((b ae k) 1) ((b ow n) 1))) +("backdated" nil (((b ae k) 1) ((d ey) 1) ((t ih d) 0))) +("backdoor" nil (((b ae k) 1) ((d ao r) 1))) +("backdrop" nil (((b ae k) 1) ((d r aa p) 1))) +("backdrops" nil (((b ae k) 1) ((d r aa p s) 1))) +("backe" nil (((b ae k) 1))) +("backed" nil (((b ae k t) 1))) +("backer" nil (((b ae) 1) ((k er) 0))) +("backers" nil (((b ae) 1) ((k er z) 0))) +("backes" nil (((b ae k s) 1))) +("backfield" nil (((b ae k) 1) ((f iy l d) 1))) +("backfire" nil (((b ae k) 1) ((f ay r) 1))) +("backfired" nil (((b ae k) 1) ((f ay) 1) ((er d) 0))) +("backfires" nil (((b ae k) 1) ((f ay) 1) ((er z) 0))) +("backfiring" nil (((b ae k) 1) ((f ay) 1) ((er) 0) ((ih ng) 0))) +("backgammon" nil (((b ae k) 1) ((g ae) 1) ((m ax n) 0))) +("background" nil (((b ae k) 1) ((g r aw n d) 1))) +("backgrounds" nil (((b ae k) 1) ((g r aw n d z) 1))) +("backhand" nil (((b ae k) 1) ((hh ae n d) 1))) +("backhanded" nil (((b ae k) 1) ((hh ae n) 1) ((d ax d) 0))) +("backhaus" nil (((b ae k) 1) ((hh aw s) 1))) +("backhoe" nil (((b ae k) 1) ((hh ow) 1))) +("backing" nil (((b ae) 1) ((k ih ng) 0))) +("backlash" nil (((b ae) 1) ((k l ae sh) 1))) +("backless" nil (((b ae) 1) ((k l ax s) 0))) +("backlights" nil (((b ae) 1) ((k l ay t s) 1))) +("backlist" nil (((b ae) 1) ((k l ih s t) 1))) +("backlog" nil (((b ae) 1) ((k l aa g) 1))) +("backlogged" nil (((b ae) 1) ((k l aa g d) 1))) +("backlogs" nil (((b ae) 1) ((k l ao g z) 1))) +("backlund" nil (((b ae) 1) ((k l ax n d) 0))) +("backman" nil (((b ae k) 1) ((m ax n) 0))) +("backpack" nil (((b ae k) 1) ((p ae k) 1))) +("backpacks" nil (((b ae k) 1) ((p ae k s) 1))) +("backpedaled" nil (((b ae k) 1) ((p eh) 1) ((d ax l d) 0))) +("backpedaling" nil (((b ae k) 1) ((p eh) 1) ((d ax) 0) ((l ih ng) 0))) +("backrest" nil (((b ae) 1) ((k r eh s t) 1))) +("backroom" nil (((b ae) 1) ((k r uw m) 1))) +("backs" nil (((b ae k s) 1))) +("backsaw" nil (((b ae k) 1) ((s aa) 1))) +("backset" nil (((b ae k) 1) ((s eh t) 1))) +("backside" nil (((b ae k) 1) ((s ay d) 1))) +("backslapping" nil (((b ae k) 1) ((s l ae) 1) ((p ih ng) 0))) +("backslash" nil (((b ae k) 1) ((s l ae sh) 1))) +("backslide" nil (((b ae k) 1) ((s l ay d) 1))) +("backsliding" nil (((b ae k) 1) ((s l ay) 1) ((d ih ng) 0))) +("backspin" nil (((b ae k) 1) ((s p ih n) 0))) +("backstabbing" n (((b ae k) 1) ((s t ae) 1) ((b ax ng) 0))) +("backstage" nil (((b ae k) 1) ((s t ey jh) 1))) +("backstairs" nil (((b ae k) 1) ((s t eh r z) 1))) +("backstitch" nil (((b ae k) 1) ((s t ih ch) 0))) +("backstop" nil (((b ae k) 1) ((s t aa p) 1))) +("backstroke" nil (((b ae k) 1) ((s t r ow k) 1))) +("backstrom" nil (((b ae k) 1) ((s t r ax m) 0))) +("backtrack" nil (((b ae k) 1) ((t r ae k) 1))) +("backtracked" nil (((b ae k) 1) ((t r ae k t) 1))) +("backtracking" nil (((b ae k) 1) ((t r ae) 1) ((k ih ng) 0))) +("backup" nil (((b ae) 1) ((k ah p) 1))) +("backups" nil (((b ae) 1) ((k ah p s) 1))) +("backus" nil (((b ae) 1) ((k ax s) 0))) +("backward" nil (((b ae) 1) ((k w er d) 0))) +("backwardation" nil (((b ae) 1) ((k w er) 0) ((d ey) 1) ((sh ax n) 0))) +("backwardness" nil (((b ae) 1) ((k w er d) 0) ((n ax s) 0))) +("backwards" nil (((b ae) 1) ((k w er d z) 0))) +("backwater" nil (((b ae) 1) ((k w ao) 1) ((t er) 0))) +("backwaters" nil (((b ae) 1) ((k w ao) 1) ((t er z) 0))) +("backwoods" nil (((b ae) 1) ((k w uh d z) 1))) +("backwoodsman" nil (((b ae) 1) ((k w uh d z) 1) ((m ax n) 0))) +("backyard" nil (((b ae) 1) ((k y aa r d) 1))) +("backyards" nil (((b ae) 1) ((k y aa r d z) 1))) +("bacon" nil (((b ey) 1) ((k ax n) 0))) +("bacorn" nil (((b ae) 1) ((k er n) 0))) +("bacot" nil (((b ae) 1) ((k ax t) 0))) +("bacote" nil (((b ax) 0) ((k ow t) 1))) +("bacteria" nil (((b ae k) 0) ((t ih) 1) ((r iy) 0) ((ax) 0))) +("bacterial" nil (((b ae k) 0) ((t ih) 1) ((r iy) 0) ((ax l) 0))) +("bacteriology" nil (((b ae k) 1) ((t ih) 0) ((r iy) 1) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("bacterium" nil (((b ae k) 0) ((t ih) 1) ((r iy) 0) ((ax m) 0))) +("bacus" nil (((b ae) 1) ((k ih s) 0))) +("bad" nil (((b ae d) 1))) +("badal" nil (((b ey) 1) ((d ax l) 0))) +("badalamenti" nil (((b aa) 0) ((d aa) 0) ((l aa) 0) ((m eh n) 1) ((t iy) 0))) +("badaling" nil (((b aa) 1) ((d aa) 1) ((l iy ng) 1))) +("badami" nil (((b aa) 0) ((d aa) 1) ((m iy) 0))) +("badders" nil (((b ae) 1) ((d er z) 0))) +("bade" nil (((b ey d) 1))) +("badeau" nil (((b ax) 0) ((d ow) 1))) +("badeaux" nil (((b ax) 0) ((d ow) 1))) +("baden" nil (((b ey) 1) ((d ax n) 0))) +("bader" nil (((b ae) 1) ((d er) 0))) +("badertscher" nil (((b ae) 1) ((d er) 0) ((ch er) 0))) +("badge" nil (((b ae jh) 1))) +("badger" nil (((b ae) 1) ((jh er) 0))) +("badgered" nil (((b ae) 1) ((jh er d) 0))) +("badgering" nil (((b ae) 1) ((jh er) 0) ((ih ng) 0))) +("badgers" nil (((b ae) 1) ((jh er z) 0))) +("badges" nil (((b ae) 1) ((jh ih z) 0))) +("badgett" nil (((b ae) 1) ((jh ih t) 0))) +("badgley" nil (((b ae jh) 1) ((l iy) 0))) +("badia" nil (((b aa) 1) ((d iy) 0) ((ax) 0))) +("badillo" nil (((b ax) 0) ((d ih) 1) ((l ow) 0))) +("badlands" nil (((b ae d) 1) ((l ae n d z) 1))) +("badley" nil (((b ae d) 1) ((l iy) 0))) +("badly" nil (((b ae d) 1) ((l iy) 0))) +("badman" nil (((b ae d) 1) ((m ax n) 0))) +("badminton" nil (((b ae d) 1) ((m ih n) 0) ((t ax n) 0))) +("badmintons" nil (((b ae d) 1) ((m ih n) 1) ((t ax n z) 0))) +("badness" nil (((b ae d) 1) ((n ax s) 0))) +("badolato" nil (((b aa) 0) ((d ow) 0) ((l aa) 1) ((t ow) 0))) +("badour" nil (((b ax) 0) ((d uh r) 1))) +("badura" nil (((b aa) 0) ((d uh) 1) ((r ax) 0))) +("bady" nil (((b ey) 1) ((d iy) 0))) +("bae" nil (((b ay) 1))) +("baechle" nil (((b eh) 1) ((k ax l) 0))) +("baecker" nil (((b eh) 1) ((k er) 0))) +("baedeker" nil (((b ey) 1) ((d ax) 0) ((k er) 0))) +("baehr" nil (((b iy r) 1))) +("baek" nil (((b iy k) 1))) +("baer" nil (((b eh r) 1))) +("baerwald" nil (((b eh r) 1) ((w ao l d) 0))) +("baeten" nil (((b eh) 1) ((t ax n) 0))) +("baetjer" nil (((b eh t) 1) ((jh er) 0))) +("baetz" nil (((b iy t s) 1))) +("baez" nil (((b ay) 0) ((eh z) 1))) +("baeza" nil (((b iy) 1) ((z ax) 0))) +("baffa" nil (((b ae) 1) ((f ax) 0))) +("baffle" nil (((b ae) 1) ((f ax l) 0))) +("baffled" nil (((b ae) 1) ((f ax l d) 0))) +("baffles" nil (((b ae) 1) ((f ax l z) 0))) +("baffling" nil (((b ae) 1) ((f ax) 0) ((l ih ng) 0))) +("bafokeng" nil (((b ae) 1) ((f ow) 0) ((k eh ng) 1))) +("bag" nil (((b ae g) 1))) +("bagan" nil (((b ey) 1) ((g ax n) 0))) +("bagby" nil (((b ae g) 1) ((b iy) 0))) +("bagdad" nil (((b ae g) 1) ((d ae d) 0))) +("bagdasarian" nil (((b ae g) 1) ((d ax) 0) ((s eh) 1) ((r iy) 0) ((ax n) 0))) +("bagdikian" nil (((b ae g) 1) ((d ih) 1) ((k iy) 0) ((ax n) 0))) +("bagdon" nil (((b ae g) 1) ((d ax n) 0))) +("bagdonas" nil (((b ae g) 1) ((d ax) 0) ((n ax z) 0))) +("bagel" nil (((b ey) 1) ((g ax l) 0))) +("bagels" nil (((b ey) 1) ((g ax l z) 0))) +("bagent" nil (((b ey) 1) ((jh ax n t) 0))) +("bagful" nil (((b ae g) 1) ((f uh l) 1))) +("bagg" nil (((b ae g) 1))) +("baggage" nil (((b ae) 1) ((g ax jh) 0))) +("bagge" nil (((b ae g) 1))) +("bagged" nil (((b ae g d) 1))) +("baggerly" nil (((b ae) 1) ((g er) 0) ((l iy) 0))) +("baggett" nil (((b ae) 1) ((g ih t) 0))) +("bagginess" nil (((b ae) 1) ((g iy) 0) ((n ax s) 0))) +("bagging" nil (((b ae) 1) ((g ih ng) 0))) +("baggio" nil (((b aa) 1) ((jh iy) 0) ((ow) 0))) +("baggott" nil (((b ae) 1) ((g ax t) 0))) +("baggs" nil (((b ae g z) 1))) +("baggy" nil (((b ae) 1) ((g iy) 0))) +("baghdad" nil (((b ae g) 1) ((d ae d) 0))) +("baghli" nil (((b ae) 1) ((g l iy) 0))) +("baginski" nil (((b ax) 0) ((g ih n) 1) ((s k iy) 0))) +("bagley" nil (((b ae) 1) ((g l iy) 0))) +("baglio" nil (((b ae) 1) ((g l iy) 0) ((ow) 0))) +("bagman" nil (((b ae g) 1) ((m ax n) 0))) +("bagnall" nil (((b ae g) 1) ((n ax l) 0))) +("bagnato" nil (((b aa g) 0) ((n aa) 1) ((t ow) 0))) +("bagnell" nil (((b ae g) 1) ((n ax l) 0))) +("bagpipe" nil (((b ae g) 1) ((p ay p) 1))) +("bagpiper" nil (((b ae g) 1) ((p ay) 1) ((p er) 0))) +("bagpipes" nil (((b ae g) 1) ((p ay p s) 1))) +("bags" nil (((b ae g z) 1))) +("bagsby" nil (((b ae g z) 1) ((b iy) 0))) +("bagshaw" nil (((b ae g) 1) ((sh ao) 1))) +("bagwell" nil (((b ae) 1) ((g w eh l) 1))) +("bah" nil (((b aa) 1))) +("baham" nil (((b aa) 1) ((ax m) 0))) +("bahama" nil (((b ax) 0) ((hh aa) 1) ((m ax) 0))) +("bahamas" nil (((b ax) 0) ((hh aa) 1) ((m ax z) 0))) +("bahamian" nil (((b ax) 0) ((hh ey) 1) ((m iy) 0) ((ax n) 0))) +("bahan" nil (((b ae) 1) ((hh ax n) 0))) +("bahe" nil (((b ey hh) 1))) +("bahena" nil (((b ae) 1) ((hh ih) 0) ((n ax) 0))) +("bahia" nil (((b aa) 1) ((hh iy) 0) ((ax) 0))) +("bahl" nil (((b aa l) 1))) +("bahler" nil (((b aa) 1) ((l er) 0))) +("bahls" nil (((b aa l z) 1))) +("bahm" nil (((b ae m) 1))) +("bahman" nil (((b aa) 1) ((m ax n) 0))) +("bahn" nil (((b ae n) 1))) +("bahner" nil (((b aa) 1) ((n er) 0))) +("bahnsen" nil (((b aa n) 1) ((s ax n) 0))) +("bahr" nil (((b eh r) 1))) +("bahrain" nil (((b aa) 0) ((r ey n) 1))) +("bahraini" nil (((b er) 0) ((ey) 1) ((n iy) 0))) +("bahrainian" nil (((b er) 0) ((ey) 1) ((n iy) 0) ((ax n) 0))) +("bahrainis" nil (((b er) 0) ((ey) 1) ((n iy z) 0))) +("bahre" nil (((b aa r) 1))) +("bahrenburg" nil (((b aa) 1) ((r ax n) 0) ((b er g) 0))) +("bahru" nil (((b aa) 1) ((r uw) 2))) +("baht" nil (((b aa t) 1))) +("bai" nil (((b ay) 1))) +("baicheng" nil (((b ay) 1) ((ch ah ng) 0))) +("baidoa" nil (((b ay) 1) ((d ow) 1) ((ax) 0))) +("baidoan" nil (((b ay) 1) ((d ow) 1) ((ax n) 0))) +("baidoans" nil (((b ay) 1) ((d ow) 1) ((ax n z) 0))) +("baidoas" nil (((b ay) 1) ((d ow) 1) ((ax z) 0))) +("baie" nil (((b ay) 1) ((iy) 0))) +("baier" nil (((b ey) 1) ((er) 0))) +("baig" nil (((b ey g) 1))) +("bail" nil (((b ey l) 1))) +("bailard" nil (((b ey) 1) ((l er d) 0))) +("bailby" nil (((b ey l) 1) ((b iy) 0))) +("baile" nil (((b ey l) 1))) +("bailed" nil (((b ey l d) 1))) +("bailer" nil (((b ey) 1) ((l er) 0))) +("bailes" nil (((b ey l z) 1))) +("bailey" nil (((b ey) 1) ((l iy) 0))) +("baileys" nil (((b ey) 1) ((l iy z) 0))) +("bailie" nil (((b ey) 1) ((l iy) 0))) +("bailiff" nil (((b ey) 1) ((l ax f) 0))) +("bailiffs" nil (((b ey) 1) ((l ax f s) 0))) +("bailin" nil (((b eh) 0) ((l ae n) 1))) +("bailing" nil (((b ey) 1) ((l ih ng) 0))) +("bailiwick" nil (((b ey) 1) ((l ih) 0) ((w ih k) 1))) +("baillargeon" nil (((b ax) 0) ((l aa r) 1) ((jh ih n) 0))) +("baillie" nil (((b ey) 1) ((l iy) 0))) +("bailly" nil (((b ey) 1) ((l iy) 0))) +("bailon" nil (((b ey) 1) ((l ax n) 0))) +("bailor" nil (((b ey) 1) ((l er) 0))) +("bailout" nil (((b ey) 1) ((l aw t) 1))) +("bailouts" nil (((b ey) 1) ((l aw t s) 1))) +("bails" nil (((b ey l z) 1))) +("baily" nil (((b ey) 1) ((l iy) 0))) +("bailyn" nil (((b ey) 1) ((l ih n) 0))) +("baim" nil (((b ey m) 1))) +("baimang" nil (((b ay) 1) ((m aa ng) 1))) +("bain" nil (((b ey n) 1))) +("bainbridge" nil (((b ey n) 1) ((b r ih jh) 0))) +("baine" nil (((b ey n) 1))) +("bainerd" nil (((b ey) 1) ((n er d) 0))) +("baines" nil (((b ey n z) 1))) +("bains" nil (((b ey n z) 1))) +("bainter" nil (((b ey n) 1) ((t er) 0))) +("baio" nil (((b aa) 1) ((iy) 0) ((ow) 0))) +("bair" nil (((b eh r) 1))) +("baird" nil (((b eh r d) 1))) +("bairnco" nil (((b eh r n) 1) ((k ow) 0))) +("baisch" nil (((b ay sh) 1))) +("baisden" nil (((b ey s) 1) ((d ax n) 0))) +("baise" nil (((b ey z) 1))) +("baishan" nil (((b ay) 1) ((sh aa n) 1))) +("baishi" nil (((b ay) 1) ((sh uh) 1))) +("baisley" nil (((b ey) 1) ((z l iy) 0))) +("bait" nil (((b ey t) 1))) +("baited" nil (((b ey) 1) ((t ih d) 0))) +("baiting" nil (((b ey) 1) ((t ih ng) 0))) +("baits" nil (((b ey t s) 1))) +("baity" nil (((b ey) 1) ((t iy) 0))) +("baiul" nil (((b ay) 1) ((uw l) 1))) +("baiyin" nil (((b ay) 1) ((y iy n) 1))) +("baiyun" nil (((b ay) 1) ((y uw n) 1))) +("baize" nil (((b ey z) 1))) +("baja" nil (((b aa) 1) ((hh aa) 1))) +("bajarin" nil (((b ae) 1) ((jh er) 0) ((ih n) 0))) +("bajema" nil (((b aa) 0) ((y ey) 1) ((m ax) 0))) +("bajie" nil (((b aa) 1) ((jh y eh) 1))) +("bajorek" nil (((b ae) 1) ((jh er) 0) ((eh k) 0))) +("bak" nil (((b ae k) 1))) +("baka" nil (((b aa) 1) ((k ax) 0))) +("bakalar" nil (((b ae) 1) ((k ax) 0) ((l er) 0))) +("Bakatin" n (((b ae) 1) ((k ax) 0) ((t ax n) 0))) +("bakau" nil (((b aa) 1) ((k aw) 2))) +("bake" nil (((b ey k) 1))) +("baked" nil (((b ey k t) 1))) +("bakeman" nil (((b ey k) 1) ((m ax n) 0))) +("baker" nil (((b ey) 1) ((k er) 0))) +("bakeries" nil (((b ey) 1) ((k er) 0) ((iy z) 0))) +("bakers" nil (((b ey) 1) ((k er z) 0))) +("bakersfield" nil (((b ey) 1) ((k er z) 0) ((f iy l d) 1))) +("bakery" nil (((b ey) 1) ((k er) 0) ((iy) 0))) +("bakes" nil (((b ey k s) 1))) +("bakeware" nil (((b ey) 1) ((k w eh r) 1))) +("bakewell" nil (((b ey) 1) ((k w eh l) 1))) +("bakey" nil (((b ey) 1) ((k iy) 0))) +("baking" nil (((b ey) 1) ((k ih ng) 0))) +("bakke" nil (((b ae k) 1))) +("bakken" nil (((b ae) 1) ((k ax n) 0))) +("bakker" nil (((b ae) 1) ((k er) 0))) +("bakkers" nil (((b ae) 1) ((k er z) 0))) +("bakley" nil (((b ae) 1) ((k l iy) 0))) +("bakos" nil (((b aa) 1) ((k ow z) 0))) +("bakowski" nil (((b ax) 0) ((k ao f) 1) ((s k iy) 0))) +("bakrie" nil (((b ae) 1) ((k r ay) 0))) +("bakshi" nil (((b ae k) 1) ((sh iy) 0))) +("bakst" nil (((b ae k s t) 1))) +("baku" nil (((b aa) 0) ((k uw) 1))) +("bakula" nil (((b ax) 0) ((k uw) 1) ((l ax) 0))) +("bal" nil (((b ae l) 1))) +("bala" nil (((b aa) 1) ((l ax) 0))) +("balaban" nil (((b aa) 0) ((l aa) 0) ((b aa n) 1))) +("balaguer" nil (((b ae) 1) ((l ax) 0) ((g er) 0))) +("balakumar" nil (((b aa) 1) ((l ax) 0) ((k uw) 0) ((m aa r) 1))) +("balan" nil (((b ey) 1) ((l ax n) 0))) +("balance" nil (((b ae) 1) ((l ax n s) 0))) +("balanced" nil (((b ae) 1) ((l ax n s t) 0))) +("balances" nil (((b ae) 1) ((l ax n) 0) ((s ax z) 0))) +("balanchine" nil (((b ae) 1) ((l ax n) 0) ((ch iy n) 1))) +("balancing" nil (((b ae) 1) ((l ax n) 0) ((s ih ng) 0))) +("balas" nil (((b ae) 1) ((l ax s) 0))) +("balash" nil (((b ae) 1) ((l ax sh) 0))) +("balata" nil (((b ae) 1) ((l ax) 0) ((t ax) 0))) +("balazs" nil (((b ao) 1) ((l ax sh) 0))) +("balbach" nil (((b ae l) 1) ((b aa k) 0))) +("balbi" nil (((b ae l) 1) ((b iy) 0))) +("balbina" nil (((b aa l) 0) ((b iy) 1) ((n ax) 0))) +("balbo" nil (((b ae l) 1) ((b ow) 0))) +("balboa" nil (((b aa l) 0) ((b ow) 1) ((ax) 0))) +("balboni" nil (((b aa l) 0) ((b ow) 1) ((n iy) 0))) +("balbriggan" nil (((b ae l) 0) ((b r ih) 1) ((g ax n) 0))) +("balbriggans" nil (((b ae l) 0) ((b r ih) 1) ((g ax n z) 0))) +("balcer" nil (((b ey l) 1) ((s er) 0))) +("balcerowicz" nil (((b ae l) 0) ((s eh) 1) ((r ax) 0) ((w ih t s) 0))) +("balcerzak" nil (((b ax l) 0) ((ch er) 1) ((z ax k) 0))) +("balch" nil (((b ae l ch) 1))) +("balchunas" nil (((b ae l) 1) ((k uw) 0) ((n ax z) 0))) +("balcom" nil (((b ae l) 1) ((k ax m) 0))) +("balconies" nil (((b ae l) 1) ((k ax) 0) ((n iy z) 0))) +("balcony" nil (((b ae l) 1) ((k ax) 0) ((n iy) 0))) +("balcor" nil (((b ae l) 1) ((k ao r) 0))) +("bald" nil (((b ao l d) 1))) +("baldassare" nil (((b aa l) 0) ((d aa) 0) ((s aa) 1) ((r iy) 0))) +("baldassari" nil (((b aa l) 0) ((d aa) 0) ((s aa) 1) ((r iy) 0))) +("baldassarre" nil (((b ao l) 0) ((d ax) 0) ((s aa) 1) ((r iy) 0))) +("baldauf" nil (((b ae l) 1) ((d aw f) 0))) +("baldelli" nil (((b aa l) 0) ((d eh) 1) ((l iy) 0))) +("baldemar" nil (((b aa l) 0) ((d ey) 0) ((m aa r) 1))) +("balder" nil (((b ao l) 1) ((d er) 0))) +("balderas" nil (((b ae l) 1) ((d er) 0) ((ax z) 0))) +("balderdash" nil (((b ao l) 1) ((d er) 0) ((d ae sh) 1))) +("balderrama" nil (((b aa l) 0) ((d eh) 0) ((r aa) 1) ((m ax) 0))) +("balderson" nil (((b ae l) 1) ((d er) 0) ((s ax n) 0))) +("balderston" nil (((b ae l) 1) ((d er) 0) ((s t ax n) 0))) +("baldi" nil (((b aa l) 1) ((d iy) 0))) +("balding" nil (((b ao l) 1) ((d ih ng) 0))) +("baldinger" nil (((b ao l) 1) ((d ih ng) 0) ((er) 0))) +("baldini" nil (((b aa l) 0) ((d iy) 1) ((n iy) 0))) +("baldino" nil (((b aa l) 0) ((d iy) 1) ((n ow) 0))) +("baldly" nil (((b ao l d) 1) ((l iy) 0))) +("baldner" nil (((b ae l d) 1) ((n er) 0))) +("baldness" nil (((b ao l d) 1) ((n ax s) 0))) +("baldo" nil (((b aa l) 1) ((d ow) 0))) +("baldock" nil (((b ae l) 1) ((d ax k) 0))) +("baldonado" nil (((b aa l) 0) ((d ow) 0) ((n aa) 1) ((d ow) 0))) +("baldoni" nil (((b aa l) 0) ((d ow) 1) ((n iy) 0))) +("baldor" nil (((b ao l) 1) ((d er) 0))) +("baldree" nil (((b ax l) 0) ((d r iy) 1))) +("baldric" nil (((b ae l) 1) ((d r ih k) 0))) +("baldridge" nil (((b ae l) 1) ((d r ih jh) 0))) +("baldrige" nil (((b ao l) 1) ((d r ih jh) 0))) +("baldry" nil (((b ao l) 1) ((d r iy) 0))) +("balducci" nil (((b aa l) 0) ((d uw) 1) ((ch iy) 0))) +("baldur" nil (((b aa l) 0) ((d uh r) 1))) +("baldus" nil (((b aa l) 1) ((d ih s) 0))) +("baldwin" nil (((b ao l) 1) ((d w ax n) 0))) +("baldyga" nil (((b aa l) 1) ((d iy) 0) ((g ax) 0))) +("bale" nil (((b ey l) 1))) +("baleen" nil (((b ax) 0) ((l iy n) 1))) +("baleful" nil (((b ey l) 1) ((f ax l) 0))) +("balentine" nil (((b aa) 0) ((l eh n) 0) ((t iy) 1) ((n iy) 0))) +("bales" nil (((b ey l z) 1))) +("balestra" nil (((b ax) 0) ((l eh) 1) ((s t r ax) 0))) +("balestrieri" nil (((b aa) 0) ((l eh) 0) ((s t r ih) 1) ((r iy) 0))) +("baley" nil (((b ey) 1) ((l iy) 0))) +("balfanz" nil (((b aa l) 1) ((f aa n z) 0))) +("balfe" nil (((b ey l f) 1))) +("balfour" nil (((b ae l) 1) ((f ao r) 0))) +("bali" nil (((b aa) 1) ((l iy) 0))) +("balian" nil (((b ey) 1) ((l iy) 0) ((ax n) 0))) +("balicki" nil (((b ax) 0) ((l ih) 1) ((k iy) 0))) +("balik" nil (((b aa) 1) ((l ih k) 0))) +("baliles" nil (((b ax) 0) ((l iy) 1) ((l eh z) 0))) +("balin" nil (((b ae) 1) ((l ih n) 0))) +("baling" nil (((b ey) 1) ((l ih ng) 0))) +("balinski" nil (((b ax) 0) ((l ih n) 1) ((s k iy) 0))) +("balint" nil (((b aa) 1) ((l iy n t) 0))) +("balis" nil (((b aa) 1) ((l iy z) 0))) +("balistreri" nil (((b aa) 0) ((l iy) 0) ((s t r eh) 1) ((r iy) 0))) +("balk" nil (((b ao k) 1))) +("balkan" nil (((b ao l) 1) ((k ax n) 0))) +("balkanized" nil (((b ao l) 1) ((k ax) 0) ((n ay z d) 1))) +("balkans" nil (((b ao l) 1) ((k ax n z) 0))) +("balkcom" nil (((b ae l) 1) ((k ax m) 0))) +("balke" nil (((b ey l k) 1))) +("balked" nil (((b ao k t) 1))) +("balkin" nil (((b ae l) 1) ((k ih n) 0))) +("balking" nil (((b ao) 1) ((k ih ng) 0))) +("balko" nil (((b ae l) 1) ((k ow) 0))) +("balks" nil (((b ao k s) 1))) +("balky" nil (((b ao) 1) ((k iy) 0))) +("ball" nil (((b ao l) 1))) +("balla" nil (((b ae) 1) ((l ax) 0))) +("ballad" nil (((b ae) 1) ((l ax d) 0))) +("ballade" nil (((b ax) 0) ((l aa d) 1))) +("ballads" nil (((b ae) 1) ((l ax d z) 0))) +("balladur" nil (((b ae) 1) ((l ax) 0) ((d er) 0))) +("ballance" nil (((b aa) 1) ((l ax n s) 0))) +("ballantine" nil (((b ae) 1) ((l ax n) 0) ((t ay n) 1))) +("ballantrae" nil (((b ae) 1) ((l ax n) 0) ((t r ey) 1))) +("ballantyne" nil (((b ax) 0) ((l ae n) 1) ((t ay n) 0))) +("ballard" nil (((b ae) 1) ((l er d) 0))) +("ballas" nil (((b ae) 1) ((l ax z) 0))) +("ballast" nil (((b ae) 1) ((l ax s t) 0))) +("ballasts" nil (((b ae) 1) ((l ax s t s) 0))) +("ballcock" nil (((b ao l) 1) ((k aa k) 1))) +("ballcocks" nil (((b ao l) 1) ((k aa k s) 1))) +("balle" nil (((b ey l) 1))) +("balled" nil (((b ao l d) 1))) +("ballengee" nil (((b ax) 0) ((l eh ng) 1) ((g iy) 0))) +("ballenger" nil (((b ae) 1) ((l ih n) 0) ((jh er) 0))) +("ballentine" nil (((b aa) 0) ((l eh n) 0) ((t iy) 1) ((n iy) 0))) +("baller" nil (((b ao) 1) ((l er) 0))) +("ballerina" nil (((b ae) 1) ((l er) 0) ((iy) 1) ((n ax) 0))) +("ballerinas" nil (((b ae) 1) ((l er) 0) ((iy) 1) ((n ax z) 0))) +("balles" nil (((b ey l z) 1))) +("ballester" nil (((b ae) 1) ((l ih) 0) ((s t er) 0))) +("ballesteros" nil (((b ae) 1) ((l ih) 0) ((s t er) 0) ((ow z) 0))) +("ballet" nil (((b ae) 0) ((l ey) 1))) +("ballets" nil (((b ae) 0) ((l ey z) 1))) +("balletto" nil (((b ae) 1) ((l eh) 1) ((t ow) 0))) +("ballew" nil (((b ae) 1) ((l uw) 0))) +("ballgame" nil (((b ao l) 0) ((g ey m) 1))) +("balli" nil (((b ae) 1) ((l iy) 0))) +("balliet" nil (((b ae) 1) ((l iy) 0) ((ih t) 0))) +("balliett" nil (((b ae) 1) ((l iy t) 1))) +("ballin" nil (((b ae) 1) ((l ih n) 0))) +("balling" nil (((b ao) 1) ((l ih ng) 0))) +("ballinger" nil (((b ao) 1) ((l ih n) 1) ((jh er) 0))) +("ballistic" nil (((b ax) 0) ((l ih) 1) ((s t ih k) 0))) +("ballistics" nil (((b ax) 0) ((l ih) 1) ((s t ih k s) 0))) +("ballman" nil (((b ao l) 1) ((m ax n) 0))) +("ballmer" nil (((b ae l) 1) ((m er) 0))) +("ballo" nil (((b ae) 1) ((l ow) 0))) +("ballon" nil (((b ae) 1) ((l ax n) 0))) +("balloon" nil (((b ax) 0) ((l uw n) 1))) +("ballooned" nil (((b ax) 0) ((l uw n d) 1))) +("ballooning" nil (((b ax) 0) ((l uw) 1) ((n ih ng) 0))) +("balloons" nil (((b ax) 0) ((l uw n z) 1))) +("ballor" nil (((b ao) 1) ((l er) 0))) +("ballot" nil (((b ae) 1) ((l ax t) 0))) +("balloting" nil (((b ae) 1) ((l ax) 0) ((t ih ng) 0))) +("ballots" nil (((b ae) 1) ((l ax t s) 0))) +("ballou" nil (((b ax) 0) ((l uw) 1))) +("ballow" nil (((b ae) 1) ((l ow) 0))) +("ballowe" nil (((b ae) 1) ((l aw) 0))) +("ballpark" nil (((b ao l) 1) ((p aa r k) 1))) +("ballparks" nil (((b ao l) 1) ((p aa r k s) 1))) +("ballplayer" nil (((b ao l) 1) ((p l ey) 1) ((er) 0))) +("ballplayers" nil (((b ao l) 0) ((p l ey) 1) ((er z) 0))) +("ballroom" nil (((b ao l) 1) ((r uw m) 1))) +("ballrooms" nil (((b ao l) 1) ((r uw m z) 1))) +("balls" nil (((b ao l z) 1))) +("ballweg" nil (((b ae l) 1) ((w ih g) 0))) +("bally" nil (((b ae) 1) ((l iy) 0))) +("ballyhoo" nil (((b ae) 1) ((l iy) 0) ((hh uw) 1))) +("ballyhooed" nil (((b ae) 1) ((l iy) 0) ((hh uw d) 1))) +("balm" nil (((b aa m) 1))) +("balmer" nil (((b aa) 1) ((m er) 0))) +("balmes" nil (((b aa l) 1) ((m eh s) 0))) +("balmoral" nil (((b ae l) 0) ((m ao) 1) ((r ax l) 0))) +("balmorals" nil (((b ae l) 0) ((m ao) 1) ((r ax l z) 0))) +("balms" nil (((b aa m z) 1))) +("balmy" nil (((b aa) 1) ((m iy) 0))) +("balog" nil (((b ae) 1) ((l ao g) 0))) +("baloga" nil (((b aa) 0) ((l ow) 1) ((g ax) 0))) +("balogh" nil (((b ae) 1) ((l ow) 0))) +("balon" nil (((b aa) 0) ((l ao n) 1))) +("baloney" nil (((b ax) 0) ((l ow) 1) ((n iy) 0))) +("balow" nil (((b ae) 1) ((l ow) 0))) +("balsa" nil (((b ao l) 1) ((s ax) 0))) +("balsam" nil (((b ao l) 1) ((s ax m) 0))) +("balsamic" n (((b ax l) 0) ((s ae) 1) ((m ax k) 0))) +("balsamo" nil (((b aa l) 0) ((s aa) 1) ((m ow) 0))) +("balsbaugh" nil (((b ao l z) 1) ((b ao) 1))) +("balser" nil (((b ey l) 1) ((s er) 0))) +("balsiger" nil (((b ae l) 1) ((s ih) 0) ((g er) 0))) +("balsley" nil (((b ae l) 1) ((s l iy) 0))) +("balster" nil (((b ae l) 1) ((s t er) 0))) +("baltazar" nil (((b aa l) 0) ((t aa) 0) ((z aa r) 1))) +("balter" nil (((b ao l) 1) ((t er) 0))) +("baltes" nil (((b ey l t s) 1))) +("balthasar" nil (((b ae l) 1) ((th ax) 0) ((s er) 0))) +("balthaser" nil (((b ae l) 1) ((th ax) 0) ((s er) 0))) +("balthazar" nil (((b ae l) 1) ((th ax) 0) ((z er) 0))) +("balthazor" nil (((b aa l) 0) ((th aa) 0) ((z ao r) 1))) +("balthrop" nil (((b ae l) 1) ((th r ax p) 0))) +("baltic" nil (((b ao l) 1) ((t ih k) 0))) +("baltica" nil (((b ae l) 1) ((t ih) 0) ((k ax) 0))) +("baltics" nil (((b ao l) 1) ((t ih k s) 0))) +("baltierra" nil (((b aa l) 0) ((t ih) 1) ((r ax) 0))) +("baltimore" nil (((b ao l) 1) ((t ax) 0) ((m ao r) 1))) +("baltodano" nil (((b ao l) 1) ((t ow) 0) ((d aa) 1) ((n ow) 0))) +("baltsa" nil (((b ao l t) 1) ((s ax) 0))) +("baltz" nil (((b ae l t s) 1))) +("baltzell" nil (((b ae l t) 1) ((z ax l) 0))) +("baltzer" nil (((b ae l t) 1) ((z er) 0))) +("baluchi" nil (((b ax) 0) ((l uw) 1) ((ch iy) 0))) +("baluja" nil (((b ax) 0) ((l uw) 1) ((jh ax) 0))) +("balukas" nil (((b ax) 0) ((l uw) 1) ((k ax z) 0))) +("balyeat" nil (((b ae) 1) ((l iy) 0) ((ae t) 1))) +("balz" nil (((b ao l z) 1))) +("balzano" nil (((b aa l) 0) ((z aa) 1) ((n ow) 0))) +("balzarini" nil (((b aa l) 0) ((z aa) 0) ((r iy) 1) ((n iy) 0))) +("balzer" nil (((b ey l) 1) ((z er) 0))) +("bam" nil (((b ae m) 1))) +("bamba" nil (((b ae m) 1) ((b ax) 0))) +("bambach" nil (((b ae m) 1) ((b aa k) 1))) +("bambenek" nil (((b ae m) 0) ((b eh) 1) ((n eh k) 0))) +("bamber" nil (((b ae m) 1) ((b er) 0))) +("bamberg" nil (((b ae m) 1) ((b er g) 0))) +("bamberger" nil (((b ae m) 1) ((b er) 0) ((g er) 0))) +("bambi" nil (((b ae m) 1) ((b iy) 0))) +("bambino" nil (((b ae m) 1) ((b iy) 1) ((n ow) 0))) +("bambinos" nil (((b ae m) 1) ((b iy) 1) ((n ow z) 0))) +("bamboo" nil (((b ae m) 0) ((b uw) 1))) +("bambrick" nil (((b ae m) 1) ((b r ih k) 0))) +("bamburg" nil (((b ae m) 1) ((b er g) 0))) +("bame" nil (((b ey m) 1))) +("bamford" nil (((b ae m) 1) ((f er d) 0))) +("ban" nil (((b ae n) 1))) +("banacci" nil (((b ax) 0) ((n aa) 1) ((ch iy) 0))) +("banach" nil (((b ae) 1) ((n ax k) 0))) +("banal" nil (((b ax) 0) ((n aa l) 1))) +("banalities" nil (((b ax) 0) ((n ae) 1) ((l ih) 0) ((t iy z) 0))) +("banality" nil (((b ax) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("banamex" nil (((b ae) 1) ((n ax) 0) ((m eh k s) 1))) +("banana" nil (((b ax) 0) ((n ae) 1) ((n ax) 0))) +("bananas" nil (((b ax) 0) ((n ae) 1) ((n ax z) 0))) +("banas" nil (((b ae) 1) ((n ax z) 0))) +("banasiak" nil (((b ax) 0) ((n aa) 1) ((s iy) 0) ((ae k) 0))) +("banaszak" nil (((b ax) 0) ((n aa) 1) ((sh ax k) 0))) +("banbury" nil (((b ae n) 1) ((b eh) 1) ((r iy) 0))) +("banc" nil (((b ae ng k) 1))) +("banca" nil (((b ae ng) 1) ((k ax) 0))) +("bancaire" nil (((b ae n) 0) ((k eh r) 1))) +("bancario" nil (((b ae n) 0) ((k eh) 1) ((r iy) 0) ((ow) 0))) +("banco" nil (((b ae ng) 1) ((k ow) 0))) +("bancoklahoma" nil (((b ae ng) 0) ((k aa) 1) ((k l ax) 0) ((hh ow) 1) ((m ax) 0))) +("bancomer" nil (((b ae ng) 1) ((k ax) 0) ((m er) 0))) +("bancor" nil (((b ae n) 1) ((k ao r) 1))) +("bancorp" nil (((b ae ng) 1) ((k ao r p) 0))) +("bancorporation" nil (((b ae n) 1) ((k ao r) 1) ((p er) 0) ((ey) 0) ((sh ax n) 0))) +("bancroft" nil (((b ae ng) 1) ((k r ao f t) 0))) +("bancserve" nil (((b ae n k) 1) ((s er v) 0))) +("bancshares" nil (((b ae ng k) 1) ((sh eh r z) 0))) +("banctec" nil (((b ae ng k) 1) ((t eh k) 1))) +("banctexas" nil (((b ae ng k) 0) ((t eh k) 1) ((s ax s) 0))) +("band" nil (((b ae n d) 1))) +("banda" nil (((b ae n) 1) ((d ax) 0))) +("bandag" nil (((b ae n) 1) ((d ae g) 1))) +("bandage" nil (((b ae n) 1) ((d ih jh) 0))) +("bandaged" nil (((b ae n) 1) ((d ax jh d) 0))) +("bandages" nil (((b ae n) 1) ((d ax) 0) ((jh ax z) 0))) +("bandai" nil (((b ae n) 1) ((d ay) 1))) +("bandar" nil (((b ae n) 1) ((d aa r) 0))) +("banded" nil (((b ae n) 1) ((d ih d) 0))) +("bandel" nil (((b ae n) 1) ((d ax l) 0))) +("bandemer" nil (((b ae n) 1) ((d iy) 0) ((m er) 0))) +("bander" nil (((b ae n) 1) ((d er) 0))) +("bandicoots" nil (((b ae n) 1) ((d ih) 0) ((k uw t s) 1))) +("bandied" nil (((b ae n) 1) ((d iy d) 0))) +("banding" nil (((b ae n) 1) ((d ih ng) 0))) +("bandit" nil (((b ae n) 1) ((d ax t) 0))) +("banditry" nil (((b ae n) 1) ((d ax) 0) ((t r iy) 0))) +("bandits" nil (((b ae n) 1) ((d ax t s) 0))) +("bandolier" nil (((b ae n) 1) ((d ax) 0) ((l ih r) 1))) +("bandoliers" nil (((b ae n) 1) ((d ax) 0) ((l ih r z) 1))) +("bandow" nil (((b ae n) 1) ((d aw) 1))) +("bands" nil (((b ae n d z) 1))) +("bandshell" nil (((b ae n d) 0) ((sh eh l) 1))) +("bandstand" nil (((b ae n d) 1) ((s t ae n d) 1))) +("bandt" nil (((b ae n t) 1))) +("banducci" nil (((b aa n) 0) ((d uw) 1) ((ch iy) 0))) +("bandwagon" nil (((b ae n) 1) ((d w ae) 1) ((g ax n) 0))) +("bandwidth" nil (((b ae n) 1) ((d w ih d th) 0))) +("bandy" nil (((b ae n) 1) ((d iy) 0))) +("bane" nil (((b ey n) 1))) +("banegas" nil (((b ae) 1) ((n ih) 0) ((g ax z) 0))) +("banerjee" nil (((b ax) 0) ((n er) 1) ((jh iy) 0))) +("banes" nil (((b ey n z) 1))) +("banesto" nil (((b ax) 0) ((n eh) 1) ((s t ow) 0))) +("banet" nil (((b ae) 1) ((n ih t) 0))) +("baney" nil (((b ey) 1) ((n iy) 0))) +("banff" nil (((b ae n f) 1))) +("banfield" nil (((b ae n) 1) ((f iy l d) 1))) +("banford" nil (((b ae n) 1) ((f er d) 0))) +("bang" nil (((b ae ng) 1))) +("bangalore" nil (((b ae ng) 1) ((g ax) 0) ((l ao r) 1))) +("bange" nil (((b ae n jh) 1))) +("banged" nil (((b ae ng d) 1))) +("bangemann" nil (((b ae ng) 1) ((g ax) 0) ((m ax n) 0))) +("bangert" nil (((b ey ng) 1) ((g er t) 0))) +("bangerter" nil (((b ey ng) 1) ((g er) 0) ((t er) 0))) +("banghart" nil (((b ae ng) 1) ((hh aa r t) 1))) +("banging" nil (((b ae ng) 1) ((ih ng) 0))) +("bangish" nil (((b ae ng) 1) ((ih sh) 0))) +("bangkit" nil (((b ae ng) 1) ((k ih t) 0))) +("bangkok" nil (((b ae ng) 0) ((k aa k) 1))) +("bangladesh" nil (((b ae ng) 1) ((l ax) 0) ((d eh sh) 1))) +("bangladeshi" nil (((b ae ng) 1) ((l ax) 0) ((d eh) 1) ((sh iy) 0))) +("bangladeshis" nil (((b ae ng) 1) ((l ax) 0) ((d eh) 1) ((sh iy z) 0))) +("bangle" nil (((b ae ng) 1) ((g ax l) 0))) +("bango" nil (((b aa ng) 1) ((g ow) 0))) +("bangor" nil (((b ae ng) 1) ((g er) 0))) +("bangs" nil (((b ae ng z) 1))) +("banh" nil (((b ae n) 1))) +("bania" nil (((b aa) 1) ((n iy) 0) ((ax) 0))) +("banick" nil (((b ae) 1) ((n ih k) 0))) +("banik" nil (((b ae) 1) ((n ih k) 0))) +("banis" nil (((b ae) 1) ((n ih s) 0))) +("banish" nil (((b ae) 1) ((n ih sh) 0))) +("banished" nil (((b ae) 1) ((n ih sh t) 0))) +("banishing" nil (((b ae) 1) ((n ih) 0) ((sh ih ng) 0))) +("banishment" nil (((b ae) 1) ((n ih) 0) ((sh m ax n t) 0))) +("banister" nil (((b ae) 1) ((n ih) 0) ((s t er) 0))) +("banja" nil (((b aa) 1) ((n y ax) 0))) +("banjo" nil (((b ae n) 1) ((jh ow) 1))) +("banjoist" n (((b ae n) 1) ((jh ow) 0) ((ax s t) 0))) +("bank" nil (((b ae ng k) 1))) +("bankable" nil (((b ae ng) 1) ((k ax) 0) ((b ax l) 0))) +("bankamerica" nil (((b ae ng) 1) ((k ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("bankatlantic" nil (((b ae ng) 1) ((k ax t) 0) ((l ae n) 1) ((t ih k) 0))) +("bankcard" nil (((b ae ng) 1) ((k aa r d) 1))) +("bankcorp" nil (((b ae ng) 1) ((k ao r p) 1))) +("banke" nil (((b ae ng k) 1))) +("bankeast" nil (((b ae ng) 1) ((k iy s t) 1))) +("banked" nil (((b ae ng k t) 1))) +("banken" nil (((b ae ng) 1) ((k ax n) 0))) +("banker" nil (((b ae ng) 1) ((k er) 0))) +("bankers" nil (((b ae ng) 1) ((k er z) 0))) +("bankert" nil (((b ae ng) 1) ((k er t) 0))) +("bankes" nil (((b ae ng k s) 1))) +("bankey" nil (((b ae n) 1) ((k iy) 1))) +("bankhead" nil (((b ae ng k) 1) ((hh eh d) 1))) +("bankholding" nil (((b ae ng k) 1) ((hh ow l) 1) ((d ih ng) 0))) +("banking" nil (((b ae ng) 1) ((k ih ng) 0))) +("banknote" nil (((b ae ng k) 1) ((n ow t) 1))) +("banknotes" nil (((b ae ng k) 1) ((n ow t s) 1))) +("banko" nil (((b ae ng) 1) ((k ow) 0))) +("bankowski" nil (((b ax ng) 0) ((k ao f) 1) ((s k iy) 0))) +("bankroll" nil (((b ae ng) 1) ((k r ow l) 1))) +("bankrolled" nil (((b ae ng) 1) ((k r ow l d) 1))) +("bankrolling" nil (((b ae ng) 1) ((k r ow) 1) ((l ih ng) 0))) +("bankrolls" nil (((b ae ng) 1) ((k r ow l z) 1))) +("bankrupcty" nil (((b ae ng) 1) ((k r ax p t) 0) ((s iy) 0))) +("bankrupt" nil (((b ae ng) 1) ((k r ax p t) 0))) +("bankruptcies" nil (((b ae ng) 1) ((k r ax p t) 0) ((s iy z) 0))) +("bankruptcy" nil (((b ae ng) 1) ((k r ax p) 0) ((s iy) 0))) +("bankrupted" nil (((b ae ng) 1) ((k r ax p) 0) ((t ih d) 0))) +("bankrupting" nil (((b ae ng) 1) ((k r ah p) 1) ((t ih ng) 0))) +("bankrutpcy" nil (((b ae ng) 1) ((k r ax t p) 0) ((s iy) 0))) +("banks" nil (((b ae ng k s) 1))) +("bankshares" nil (((b ae ng k) 1) ((sh eh r z) 1))) +("bankson" nil (((b ae ng k) 1) ((s ax n) 0))) +("bankston" nil (((b ae ng k) 1) ((s t ax n) 0))) +("bankverein" nil (((b ae ng k) 1) ((v er) 0) ((ay n) 1))) +("bankvermont" nil (((b ae ng k) 1) ((v er) 0) ((m aa n t) 1))) +("bankworcester" nil (((b ae ng) 1) ((k w er) 1) ((ch eh) 1) ((s t er) 0))) +("bann" nil (((b ae n) 1))) +("bannan" nil (((b ae) 1) ((n ax n) 0))) +("banned" nil (((b ae n d) 1))) +("banner" nil (((b ae) 1) ((n er) 0))) +("bannerman" nil (((b ae) 1) ((n er) 0) ((m ax n) 0))) +("banners" nil (((b ae) 1) ((n er z) 0))) +("bannick" nil (((b ae) 1) ((n ih k) 0))) +("banning" nil (((b ae) 1) ((n ih ng) 0))) +("bannings" nil (((b ae) 1) ((n ih ng z) 0))) +("bannister" nil (((b ae) 1) ((n ax) 0) ((s t er) 0))) +("bannon" nil (((b ae) 1) ((n ax n) 0))) +("banos" nil (((b aa) 1) ((n ow z) 0))) +("banoun" nil (((b ax) 0) ((n uw n) 1))) +("banpais" nil (((b ae n) 1) ((p ey) 1))) +("banponce" nil (((b ae n) 1) ((p aa n s) 0))) +("banque" nil (((b ae ng k) 1))) +("banquet" nil (((b ae ng) 1) ((k w ax t) 0))) +("banquets" nil (((b ae ng) 1) ((k w ax t s) 0))) +("bans" nil (((b ae n z) 1))) +("banshee" nil (((b ae n) 0) ((sh iy) 1))) +("banta" nil (((b ae n) 1) ((t ax) 0))) +("bantam" nil (((b ae n) 1) ((t ax m) 0))) +("bantams" nil (((b ae n) 1) ((t ax m z) 0))) +("banter" nil (((b ae n) 1) ((t er) 0))) +("bantle" nil (((b ae n) 1) ((t ax l) 0))) +("banton" nil (((b ae n) 1) ((t ax n) 0))) +("bantu" nil (((b ae n) 1) ((t uw) 0))) +("bantz" nil (((b ae n t s) 1))) +("banuelos" nil (((b aa n) 0) ((w eh) 1) ((l ow z) 0))) +("banville" nil (((b aa n) 1) ((v ih l) 0))) +("banwart" nil (((b ae n) 1) ((w ao r t) 1))) +("banxquote" nil (((b ae ng k) 0) ((s k w ow t) 1))) +("banya" nil (((b aa) 1) ((n y ax) 0))) +("banyan" nil (((b ae) 1) ((n y ax n) 0))) +("banyas" nil (((b aa) 1) ((n y ax z) 0))) +("banyu" nil (((b aa) 1) ((n uw) 0))) +("banzhaf" nil (((b ae n z) 1) ((hh ax f) 0))) +("bao" nil (((b aw) 1))) +("baobao" nil (((b aw) 1) ((b aw) 1))) +("baoding" nil (((b aw) 1) ((d iy ng) 1))) +("baoguang" nil (((b ey) 1) ((ow) 0) ((g w ae ng) 1))) +("baoji" nil (((b aw) 1) ((jh iy) 1))) +("baoluo" nil (((b aw) 1) ((l w ao) 1))) +("baoshan" nil (((b aw) 1) ((sh aa n) 1))) +("baoshi" nil (((b aw) 1) ((sh uh) 1))) +("baotou" nil (((b aw) 1) ((t ow) 1))) +("baozhen" nil (((b aw) 1) ((jh eh n) 1))) +("bapna" nil (((b aa p) 1) ((n ax) 0))) +("baptism" nil (((b ae p) 1) ((t ih) 0) ((z ax m) 0))) +("baptismal" nil (((b ae p) 0) ((t ih z) 1) ((m ax l) 0))) +("baptisms" nil (((b ae p) 1) ((t ih) 1) ((z ax m z) 0))) +("baptist" nil (((b ae p) 1) ((t ax s t) 0))) +("baptista" nil (((b ae p) 1) ((t ih) 1) ((s t ax) 0))) +("baptiste" nil (((b ax p) 0) ((t ih s t) 1))) +("baptistery" nil (((b ae p) 1) ((t ax) 0) ((s t r iy) 0))) +("baptists" nil (((b ae p) 1) ((t ax s t s) 0))) +("baptized" nil (((b ae p) 0) ((t ay z d) 1))) +("bar" nil (((b aa r) 1))) +("bara" nil (((b aa) 1) ((r ax) 0))) +("barabar" nil (((b eh) 1) ((r ax) 0) ((b aa r) 0))) +("barach" nil (((b ax) 0) ((r aa k) 1))) +("baraff" nil (((b aa) 0) ((r aa f) 1))) +("barahona" nil (((b ae) 1) ((r ax) 0) ((hh ow) 1) ((n ax) 0))) +("barajas" nil (((b aa) 0) ((r aa) 1) ((y aa z) 0))) +("barak" nil (((b aa) 1) ((r ax k) 0))) +("barakat" nil (((b aa) 1) ((r ax) 0) ((k aa t) 1))) +("baram" nil (((b eh) 1) ((r ae m) 0))) +("baran" nil (((b aa) 0) ((r aa n) 1))) +("baranek" nil (((b ae) 1) ((r ax) 0) ((n ih k) 0))) +("baranoski" nil (((b er) 0) ((ax) 0) ((n aw) 1) ((s k iy) 0))) +("baranowski" nil (((b er) 0) ((ax) 0) ((n ao f) 1) ((s k iy) 0))) +("baranski" nil (((b er) 0) ((ae n) 1) ((s k iy) 0))) +("barany" nil (((b er) 0) ((ao) 1) ((n iy) 0))) +("barasch" nil (((b ae) 1) ((r ax sh) 0))) +("barash" nil (((b ae) 1) ((r ax sh) 0))) +("barath" nil (((b ae) 1) ((r ax th) 0))) +("baratta" nil (((b aa) 0) ((r aa) 1) ((t ax) 0))) +("barb" nil (((b aa r b) 1))) +("barba" nil (((b aa r) 1) ((b ax) 0))) +("barbados" nil (((b aa r) 0) ((b ey) 1) ((d ow s) 0))) +("barbagallo" nil (((b aa r) 1) ((b ax) 0) ((g ae) 1) ((l ow) 0))) +("barbakow" nil (((b aa r) 1) ((b ax) 0) ((k aw) 1))) +("barbanel" nil (((b aa r) 1) ((b ax) 0) ((n ax l) 0))) +("barbano" nil (((b aa r) 0) ((b aa) 1) ((n ow) 0))) +("barbara" nil (((b aa r) 1) ((b er) 0) ((ax) 0))) +("barbaree" nil (((b aa r) 1) ((b er) 0) ((iy) 1))) +("barbarian" nil (((b aa r) 0) ((b eh) 1) ((r iy) 0) ((ax n) 0))) +("barbarians" nil (((b aa r) 0) ((b eh) 1) ((r iy) 0) ((ax n z) 0))) +("barbaric" nil (((b aa r) 0) ((b ae) 1) ((r ih k) 0))) +("barbarino" nil (((b aa r) 0) ((b aa) 0) ((r iy) 1) ((n ow) 0))) +("barbarism" nil (((b aa r) 1) ((b er) 0) ((ih) 1) ((z ax m) 0))) +("barbaro" nil (((b aa r) 0) ((b aa) 1) ((r ow) 0))) +("barbarous" nil (((b aa r) 1) ((b er) 0) ((ax s) 0))) +("barbary" nil (((b aa r) 1) ((b er) 0) ((iy) 0))) +("barbash" nil (((b aa r) 1) ((b ae sh) 1))) +("barbato" nil (((b aa r) 0) ((b aa) 1) ((t ow) 0))) +("barbe" nil (((b aa r b) 1))) +("barbeau" nil (((b aa r) 0) ((b ow) 1))) +("barbecue" nil (((b aa r) 1) ((b ih) 0) ((k y uw) 1))) +("barbecued" nil (((b aa r) 1) ((b ih) 0) ((k y uw d) 1))) +("barbecueing" nil (((b aa r) 1) ((b ih) 0) ((k y uw) 1) ((ih ng) 0))) +("barbecues" nil (((b aa r) 1) ((b ih) 0) ((k y uw z) 1))) +("barbed" nil (((b aa r b d) 1))) +("barbee" nil (((b aa r) 1) ((b iy) 1))) +("barbella" nil (((b aa r) 1) ((b eh) 1) ((l ax) 0))) +("barbells" nil (((b aa r) 1) ((b eh l z) 1))) +("barbels" nil (((b aa r) 1) ((b ax l z) 0))) +("barbeque" nil (((b aa r) 1) ((b ih) 0) ((k y uw) 1))) +("barbequed" nil (((b aa r) 1) ((b ih) 0) ((k y uw d) 1))) +("barbequeing" nil (((b aa r) 1) ((b ih) 0) ((k y uw) 1) ((ih ng) 0))) +("barbeques" nil (((b aa r) 1) ((b ih) 0) ((k y uw z) 1))) +("barber" nil (((b aa r) 1) ((b er) 0))) +("barbera" nil (((b aa r) 0) ((b eh) 1) ((r ax) 0))) +("barberi" nil (((b aa r) 0) ((b eh) 1) ((r iy) 0))) +("barberio" nil (((b aa r) 1) ((b iy) 1) ((r iy) 0) ((ow) 0))) +("barberis" nil (((b aa r) 1) ((b er) 0) ((ih s) 0))) +("barbero" nil (((b aa r) 0) ((b eh) 1) ((r ow) 0))) +("barbers" nil (((b aa r) 1) ((b er z) 0))) +("barbershop" nil (((b aa r) 1) ((b er) 0) ((sh aa p) 1))) +("barbette" nil (((b aa r) 0) ((b eh t) 1))) +("barbian" nil (((b aa r) 1) ((b iy) 0) ((ax n) 0))) +("barbie" nil (((b aa r) 1) ((b iy) 0))) +("barbier" nil (((b aa r) 1) ((b iy) 0) ((er) 0))) +("barbieri" nil (((b aa r) 0) ((b ih) 1) ((r iy) 0))) +("barbin" nil (((b aa r) 1) ((b ih n) 0))) +("barbiturates" nil (((b aa r) 0) ((b ih) 1) ((ch er) 0) ((ax t s) 0))) +("barbo" nil (((b aa r) 1) ((b ow) 0))) +("barbone" nil (((b aa r) 1) ((b ow n) 1))) +("barbosa" nil (((b aa r) 0) ((b ow) 1) ((s ax) 0))) +("barbour" nil (((b aa r) 1) ((b er) 0))) +("barboza" nil (((b aa r) 0) ((b ow) 1) ((z ax) 0))) +("barbra" nil (((b aa r) 1) ((b r ax) 0))) +("barbre" nil (((b aa r) 1) ((b er) 0))) +("barbs" nil (((b aa r b z) 1))) +("barby" nil (((b aa r) 1) ((b iy) 0))) +("barca" nil (((b aa r) 1) ((k ax) 0))) +("barcella" nil (((b aa r) 1) ((s eh) 1) ((l ax) 0))) +("barcellos" nil (((b aa r) 0) ((s eh) 1) ((l ow z) 0))) +("barcelo" nil (((b aa r) 0) ((ch eh) 1) ((l ow) 0))) +("barcelona" nil (((b aa r) 1) ((s ih) 0) ((l ow) 1) ((n ax) 0))) +("barcenas" nil (((b aa r) 1) ((s ih) 0) ((n ax z) 0))) +("barch" nil (((b aa r k) 1))) +("barcia" nil (((b aa r) 1) ((ch ax) 0))) +("barclay" nil (((b aa r) 1) ((k l ey) 1))) +("barclays" nil (((b aa r) 1) ((k l iy z) 0))) +("barclift" nil (((b aa r) 1) ((k l ih f t) 0))) +("barco" nil (((b aa r) 1) ((k ow) 0))) +("barcomb" nil (((b aa r) 1) ((k ax m) 0))) +("barcroft" nil (((b aa r) 1) ((k r ao f t) 1))) +("barcus" nil (((b aa r) 1) ((k ax s) 0))) +("barczak" nil (((b aa r) 1) ((ch ae k) 0))) +("bard" nil (((b aa r d) 1))) +("bardell" nil (((b aa r) 0) ((d eh l) 1))) +("barden" nil (((b aa r) 1) ((d ax n) 0))) +("bardin" nil (((b aa r) 1) ((d ih n) 0))) +("bardo" nil (((b aa r) 1) ((d ow) 0))) +("bardolf" nil (((b aa r) 1) ((d ow l f) 1))) +("bardolph" nil (((b aa r) 1) ((d aa l f) 0))) +("bardon" nil (((b aa r) 0) ((d ao n) 1))) +("bardrick" nil (((b aa r) 1) ((d r ih k) 0))) +("bardsley" nil (((b aa r d) 1) ((s l iy) 0))) +("bardulf" nil (((b aa r) 1) ((d ax l f) 0))) +("bardulph" nil (((b aa r) 1) ((d ax l f) 0))) +("bardwell" nil (((b aa r) 1) ((d w eh l) 1))) +("bare" nil (((b eh r) 1))) +("bared" nil (((b eh r d) 1))) +("barefield" nil (((b ae) 1) ((r ih) 0) ((f iy l d) 0))) +("barefoot" nil (((b eh r) 1) ((f uh t) 1))) +("bareis" nil (((b ae) 1) ((r ay z) 0))) +("bareknuckle" n (((b eh r) 1) ((n ah) 1) ((k ax l) 0))) +("barela" nil (((b aa) 0) ((r eh) 1) ((l ax) 0))) +("barely" nil (((b eh r) 1) ((l iy) 0))) +("barenboim" nil (((b eh) 1) ((r ax n) 0) ((b oy m) 1))) +("barens" nil (((b eh) 1) ((r ax n z) 0))) +("barentine" nil (((b aa) 0) ((r eh n) 0) ((t iy) 1) ((n iy) 0))) +("barents" nil (((b eh) 1) ((r ax n t s) 0))) +("bares" nil (((b eh r z) 1))) +("barest" n (((b eh) 1) ((r ax s t) 0))) +("barfield" nil (((b aa r) 1) ((f iy l d) 1))) +("barfknecht" nil (((b aa r f) 1) ((k ax) 0) ((n eh k t) 0))) +("barfoot" nil (((b aa r) 1) ((f uh t) 1))) +("barfuss" nil (((b aa r) 1) ((f ah s) 1))) +("barg" nil (((b aa r g) 1))) +("barga" nil (((b aa r) 1) ((g ax) 0))) +("bargain" nil (((b aa r) 1) ((g ax n) 0))) +("bargained" nil (((b aa r) 1) ((g ax n d) 0))) +("bargainer" nil (((b aa r) 1) ((g ih) 0) ((n er) 0))) +("bargainers" nil (((b aa r) 1) ((g ih) 0) ((n er z) 0))) +("bargaining" nil (((b aa r) 1) ((g ih) 0) ((n ih ng) 0))) +("bargains" nil (((b aa r) 1) ((g ax n z) 0))) +("barganier" nil (((b aa r) 1) ((g ax) 0) ((n iy) 0) ((er) 0))) +("bargar" nil (((b aa r) 0) ((g aa r) 1))) +("bargas" nil (((b aa r) 1) ((g ax z) 0))) +("barge" nil (((b aa r jh) 1))) +("barged" nil (((b aa r jh d) 1))) +("barger" nil (((b aa r) 1) ((jh er) 0))) +("bargeron" nil (((b aa r) 1) ((g er) 0) ((ax n) 0))) +("barges" nil (((b aa r) 1) ((jh ax z) 0))) +("bargman" nil (((b aa r g) 1) ((m ax n) 0))) +("bargmann" nil (((b aa r g) 1) ((m ax n) 0))) +("bargo" nil (((b aa r) 1) ((g ow) 1))) +("barhorst" nil (((b aa r) 1) ((hh ao r s t) 0))) +("bari" nil (((b aa) 1) ((r iy) 0))) +("baribeau" nil (((b ae) 1) ((r ih) 0) ((b ow) 0))) +("barich" nil (((b ae) 1) ((r ih k) 0))) +("baril" nil (((b eh) 1) ((r ax l) 0))) +("barile" nil (((b aa) 1) ((r ax l) 0))) +("barillari" nil (((b eh) 1) ((r ih) 0) ((l eh) 1) ((r iy) 0))) +("barillo" nil (((b er) 0) ((ih) 1) ((l ow) 0))) +("barinco" nil (((b er) 0) ((ih ng) 1) ((k ow) 1))) +("baring" nil (((b eh) 1) ((r ih ng) 0))) +("baringer" nil (((b eh) 1) ((r ih ng) 0) ((er) 0))) +("barings" nil (((b eh) 1) ((r ih ng z) 0))) +("baris" nil (((b aa) 1) ((r iy z) 0))) +("barish" nil (((b eh) 1) ((r ih sh) 0))) +("barite" nil (((b eh) 1) ((r ay t) 0))) +("barites" nil (((b eh) 1) ((r ay t s) 0))) +("baritone" nil (((b eh) 1) ((r ax) 0) ((t ow n) 1))) +("barium" nil (((b eh) 1) ((r iy) 0) ((ax m) 0))) +("bark" nil (((b aa r k) 1))) +("barkai" nil (((b aa r) 0) ((k ay) 1))) +("barkalow" nil (((b aa r) 1) ((k ax) 0) ((l ow) 1))) +("barkan" nil (((b aa r) 1) ((k ax n) 0))) +("barkdoll" nil (((b aa r k) 1) ((d ax l) 0))) +("barkdull" nil (((b aa r k) 1) ((d ax l) 0))) +("barke" nil (((b aa r k) 1))) +("barked" nil (((b aa r k t) 1))) +("barkeley" nil (((b aa r) 1) ((k l iy) 0))) +("barker" nil (((b aa r) 1) ((k er) 0))) +("barkers" nil (((b aa r) 1) ((k er z) 0))) +("barkes" nil (((b aa r k s) 1))) +("barkett" nil (((b aa r) 1) ((k ih t) 0))) +("barkey" nil (((b aa r) 1) ((k iy) 1))) +("barkhurst" nil (((b aa r k) 1) ((hh er s t) 0))) +("barkin" nil (((b aa r) 1) ((k ih n) 0))) +("barking" nil (((b aa r) 1) ((k ih ng) 0))) +("barkley" nil (((b aa r) 1) ((k l iy) 0))) +("barklow" nil (((b aa r) 1) ((k l ow) 1))) +("barkman" nil (((b aa r k) 1) ((m ax n) 0))) +("barko" nil (((b aa r) 1) ((k ow) 0))) +("barkocy" nil (((b aa r) 1) ((k ax) 0) ((s iy) 0))) +("barkow" nil (((b aa r) 1) ((k ow) 0))) +("barks" nil (((b aa r k s) 1))) +("barksdale" nil (((b aa r k s) 1) ((d ey l) 1))) +("barkshire" nil (((b aa r k) 1) ((sh ay r) 1))) +("barkus" nil (((b aa r) 1) ((k ax s) 0))) +("barlage" nil (((b aa r) 1) ((l ih jh) 0))) +("barlett" nil (((b aa r) 1) ((l ih t) 0))) +("barletta" nil (((b aa r) 0) ((l eh) 1) ((t ax) 0))) +("barlettesville" nil (((b aa r) 1) ((l ax t) 0) ((s v ih l) 1))) +("barley" nil (((b aa r) 1) ((l iy) 0))) +("barlow" nil (((b aa r) 1) ((l ow) 1))) +("barlowe" nil (((b aa r) 1) ((l ow) 1))) +("barman" nil (((b aa r) 1) ((m ax n) 0))) +("barmore" nil (((b aa r) 1) ((m ao r) 0))) +("barn" nil (((b aa r n) 1))) +("barna" nil (((b aa r) 1) ((n ax) 0))) +("barnabas" nil (((b aa r) 1) ((n ax) 0) ((b ax s) 0))) +("barnaby" nil (((b aa r) 1) ((n ax) 0) ((b iy) 0))) +("barnacle" nil (((b aa r) 1) ((n ax) 0) ((k ax l) 0))) +("barnacles" nil (((b aa r) 1) ((n ax) 0) ((k ax l z) 0))) +("barnard" nil (((b aa r) 1) ((n er r d) 0))) +("barnards" nil (((b aa r) 1) ((n er d z) 0))) +("barnas" nil (((b aa r) 1) ((n ax z) 0))) +("barndt" nil (((b aa r n t) 1))) +("barnell" nil (((b aa r) 1) ((n ax l) 0))) +("barner" nil (((b aa r) 1) ((n er) 0))) +("barnes" nil (((b aa r n z) 1))) +("barnet" nil (((b aa r) 1) ((n ih t) 0))) +("barnett" nil (((b aa r) 0) ((n eh t) 1))) +("barnette" nil (((b aa r) 1) ((n eh t) 1))) +("barnevik" nil (((b aa r) 0) ((n eh) 1) ((v ih k) 0))) +("barney" nil (((b aa r) 1) ((n iy) 0))) +("barneys" nil (((b aa r) 1) ((n iy z) 0))) +("barnfield" nil (((b aa r n) 1) ((f iy l d) 1))) +("barnhard" nil (((b aa r n) 1) ((hh aa r d) 1))) +("barnhardt" nil (((b aa r n) 1) ((hh aa r t) 1))) +("barnhart" nil (((b aa r n) 1) ((hh aa r t) 1))) +("barnhill" nil (((b aa r n) 1) ((hh ih l) 1))) +("barnhouse" nil (((b aa r n) 1) ((hh aw s) 1))) +("barnick" nil (((b aa r) 1) ((n ih k) 0))) +("barnicle" nil (((b aa r) 1) ((n ih) 0) ((k ax l) 0))) +("barnish" nil (((b aa r) 1) ((n ih sh) 0))) +("barno" nil (((b aa r) 1) ((n ow) 0))) +("barnowski" nil (((b aa r) 0) ((n aw) 1) ((s k iy) 0))) +("barns" nil (((b aa r n z) 1))) +("barnstorming" nil (((b aa r n) 1) ((s t ao r) 1) ((m ih ng) 0))) +("barnum" nil (((b aa r) 1) ((n ax m) 0))) +("barnwell" nil (((b aa r n) 1) ((w eh l) 1))) +("barny" nil (((b aa r) 1) ((n iy) 0))) +("barnyard" nil (((b aa r) 1) ((n y aa r d) 1))) +("baro" nil (((b aa) 1) ((r ow) 0))) +("baroid" nil (((b er) 0) ((oy d) 1))) +("barometer" nil (((b er) 0) ((aa) 1) ((m ih) 0) ((t er) 0))) +("barometers" nil (((b er) 0) ((aa) 1) ((m ih) 0) ((t er z) 0))) +("barometric" nil (((b ae) 1) ((r ax) 0) ((m eh) 1) ((t r ih k) 0))) +("baron" nil (((b ae) 1) ((r ax n) 0))) +("barone" nil (((b er) 0) ((ow n) 1))) +("baronet" nil (((b eh) 1) ((r ax) 0) ((n ax t) 0))) +("baronets" nil (((b eh) 1) ((r ax) 0) ((n ax t s) 0))) +("baroni" nil (((b aa) 0) ((r ow) 1) ((n iy) 0))) +("barons" nil (((b ae) 1) ((r ax n z) 0))) +("baroody" nil (((b er) 0) ((uw) 1) ((d iy) 0))) +("baroque" nil (((b er) 0) ((ow k) 1))) +("baros" nil (((b aa) 1) ((r ow z) 0))) +("barovic" nil (((b eh) 1) ((r ax) 0) ((v ih k) 0))) +("barovsky" nil (((b er) 0) ((aa v) 1) ((s k iy) 0))) +("barr" nil (((b aa r) 1))) +("barra" nil (((b aa) 1) ((r ax) 0))) +("barrack" nil (((b ae) 1) ((r ax k) 0))) +("barracks" nil (((b ae) 1) ((r ax k s) 0))) +("barraclough" nil (((b ae) 1) ((r ax) 0) ((k l aw) 0))) +("barraco" nil (((b aa) 0) ((r aa) 1) ((k ow) 0))) +("barracuda" nil (((b eh) 1) ((r ax) 0) ((k uw) 1) ((d ax) 0))) +("barragan" nil (((b eh) 1) ((r ax) 0) ((g ax n) 0))) +("barrage" nil (((b er) 0) ((aa zh) 1))) +("barraged" nil (((b er) 0) ((aa zh d) 1))) +("barrages" nil (((b er) 0) ((aa) 1) ((zh ih z) 0))) +("barranco" nil (((b aa) 0) ((r aa n) 1) ((k ow) 0))) +("barras" nil (((b ae) 1) ((r ax z) 0))) +("barrasso" nil (((b aa) 1) ((r aa) 1) ((s ow) 0))) +("barratt" nil (((b ae) 1) ((r ax t) 0))) +("barraza" nil (((b aa) 1) ((r aa) 1) ((z ax) 0))) +("barre" nil (((b eh) 1) ((r iy) 0))) +("barreca" nil (((b aa) 1) ((r eh) 1) ((k ax) 0))) +("barred" nil (((b aa r d) 1))) +("barreda" nil (((b aa) 0) ((r ey) 1) ((d ax) 0))) +("barreiro" nil (((b aa) 0) ((r eh) 1) ((r ow) 0))) +("barrel" nil (((b ae) 1) ((r ax l) 0))) +("barreled" nil (((b ae) 1) ((r ax l d) 0))) +("barreling" nil (((b ae) 1) ((r ax) 0) ((l ih ng) 0))) +("barrell" nil (((b aa) 0) ((r ey l) 1))) +("barrels" nil (((b ae) 1) ((r ax l z) 0))) +("barren" nil (((b ae) 1) ((r ax n) 0))) +("barrens" nil (((b ae) 1) ((r ax n z) 0))) +("barrentine" nil (((b ae) 1) ((r ax n) 0) ((t ay n) 1))) +("barrera" nil (((b aa) 1) ((r eh) 1) ((r ax) 0))) +("barreras" nil (((b aa) 0) ((r eh) 1) ((r aa z) 0))) +("barres" nil (((b aa r z) 1))) +("barresi" nil (((b aa) 1) ((r eh) 1) ((s iy) 0))) +("barret" nil (((b ae) 1) ((r ih t) 0))) +("barreto" nil (((b aa) 0) ((r eh) 1) ((t ow) 0))) +("barrett" nil (((b ae) 1) ((r ih t) 0))) +("barretta" nil (((b aa) 0) ((r eh) 1) ((t ax) 0))) +("barrette" nil (((b er) 0) ((eh t) 1))) +("barretto" nil (((b aa) 0) ((r eh) 1) ((t ow) 0))) +("barricada" nil (((b aa) 1) ((r ih) 0) ((k aa) 1) ((d ax) 0))) +("barricade" nil (((b ae) 1) ((r ax) 0) ((k ey d) 1))) +("barricaded" nil (((b ae) 1) ((r ax) 0) ((k ey) 1) ((d ih d) 0))) +("barricades" nil (((b ae) 1) ((r ax) 0) ((k ey d z) 1))) +("barrick" nil (((b ae) 1) ((r ih k) 0))) +("barricklow" nil (((b ae) 1) ((r ih) 0) ((k l aw) 0))) +("barrickman" nil (((b ae) 1) ((r ih k) 0) ((m ax n) 0))) +("barrie" nil (((b ae) 1) ((r iy) 0))) +("barrientes" nil (((b er) 0) ((iy n t s) 1))) +("barrientez" nil (((b aa) 0) ((r iy n) 1) ((t eh z) 0))) +("barrientos" nil (((b aa) 0) ((r iy n) 1) ((t ow z) 0))) +("barrier" nil (((b ae) 1) ((r iy) 0) ((er) 0))) +("barriere" nil (((b aa) 0) ((r ih) 1) ((r iy) 0))) +("barriers" nil (((b ae) 1) ((r iy) 0) ((er z) 0))) +("barriga" nil (((b aa) 1) ((r iy) 1) ((g ax) 0))) +("barriger" nil (((b ae) 1) ((r ih) 0) ((g er) 0))) +("barrilleaux" nil (((b ae) 1) ((r ih) 0) ((l ow) 1))) +("barrineau" nil (((b ae) 1) ((r ih) 0) ((n ow) 1))) +("barring" nil (((b aa) 1) ((r ih ng) 0))) +("barringer" nil (((b ae) 1) ((r ih ng) 0) ((er) 0))) +("barrington" nil (((b ae) 1) ((r ih ng) 0) ((t ax n) 0))) +("barrio" nil (((b aa) 1) ((r iy) 0) ((ow) 0))) +("barrios" nil (((b aa) 0) ((r iy) 1) ((ow z) 0))) +("barris" nil (((b ae) 1) ((r ih s) 0))) +("barrish" nil (((b ae) 1) ((r ih sh) 0))) +("barrister" nil (((b ae) 1) ((r ih) 0) ((s t er) 0))) +("barristers" nil (((b ae) 1) ((r ih) 0) ((s t er z) 0))) +("barritt" nil (((b er) 0) ((ih t) 1))) +("barro" nil (((b aa) 1) ((r ow) 0))) +("barron" nil (((b ae) 1) ((r ax n) 0))) +("barrone" nil (((b er) 0) ((ow n) 1))) +("barroom" nil (((b aa r) 1) ((r uw m) 1))) +("barros" nil (((b aa) 1) ((r ow z) 0))) +("barroso" nil (((b aa) 1) ((r ow) 1) ((s ow) 0))) +("barrow" nil (((b ae) 1) ((r ow) 0))) +("barrowman" nil (((b ae) 1) ((r ow) 0) ((m ax n) 0))) +("barrows" nil (((b ae) 1) ((r ow z) 0))) +("barrs" nil (((b aa r z) 1))) +("barrus" nil (((b ae) 1) ((r ax s) 0))) +("barry" nil (((b ae) 1) ((r iy) 0))) +("barrymore" nil (((b ae) 1) ((r iy) 0) ((m ao r) 1))) +("bars" nil (((b aa r z) 1))) +("barsamian" nil (((b aa r) 1) ((s ey) 1) ((m iy) 0) ((ax n) 0))) +("barsanti" nil (((b aa r) 0) ((s aa n) 1) ((t iy) 0))) +("barsch" nil (((b aa r sh) 1))) +("barschel" nil (((b aa r) 1) ((sh ax l) 0))) +("barsh" nil (((b aa r sh) 1))) +("barshefsky" nil (((b aa r) 1) ((sh eh f) 1) ((s k iy) 0))) +("barsky" nil (((b aa r) 1) ((s k iy) 0))) +("barsness" nil (((b aa r z) 1) ((n ax s) 0))) +("barson" nil (((b aa r) 1) ((s ax n) 0))) +("barsotti" nil (((b aa r) 0) ((s ow) 1) ((t iy) 0))) +("barstad" nil (((b aa r) 1) ((s t ax d) 0))) +("barstow" nil (((b aa r) 1) ((s t ow) 1))) +("barszcz" nil (((b aa r sh ch) 1))) +("bart" nil (((b aa r t) 1))) +("barta" nil (((b aa r) 1) ((t ax) 0))) +("bartak" nil (((b aa r) 1) ((t ax k) 0))) +("bartee" nil (((b aa r) 1) ((t iy) 1))) +("bartek" nil (((b aa r) 1) ((t eh k) 1))) +("bartel" nil (((b aa r) 1) ((t ax l) 0))) +("bartell" nil (((b aa r) 0) ((t ey l) 1))) +("bartels" nil (((b aa r) 1) ((t ax l z) 0))) +("bartelson" nil (((b aa r) 1) ((t ih l) 0) ((s ax n) 0))) +("bartelt" nil (((b aa r) 1) ((t ih l t) 0))) +("barten" nil (((b aa r) 1) ((t ax n) 0))) +("bartender" nil (((b aa r) 1) ((t eh n) 1) ((d er) 0))) +("bartenders" nil (((b aa r) 1) ((t eh n) 1) ((d er z) 0))) +("barter" nil (((b aa r) 1) ((t er) 0))) +("bartered" nil (((b aa r) 1) ((t er d) 0))) +("bartering" nil (((b aa r) 1) ((t er) 0) ((ih ng) 0))) +("barth" nil (((b aa r th) 1))) +("bartha" nil (((b aa r) 1) ((th ax) 0))) +("barthel" nil (((b aa r) 1) ((th ax l) 0))) +("barthelemy" nil (((b aa r) 1) ((th eh) 1) ((l ax) 0) ((m iy) 0))) +("barthelme" nil (((b aa r) 1) ((th ax l m) 0))) +("barthes" nil (((b aa r th s) 1))) +("barthold" nil (((b aa r) 1) ((th ow l d) 1))) +("bartholomay" nil (((b aa r) 0) ((th ax) 0) ((l aa) 1) ((m ey) 0))) +("bartholomew" nil (((b aa r) 0) ((th aa) 1) ((l ax) 0) ((m y uw) 1))) +("bartholow" nil (((b aa r) 1) ((th ax) 0) ((l ow) 0))) +("barthram" nil (((b aa r) 1) ((th r ae m) 1))) +("bartko" nil (((b aa r t) 1) ((k ow) 0))) +("bartkowiak" nil (((b er t) 0) ((k aw) 1) ((iy) 0) ((ae k) 0))) +("bartkowski" nil (((b er t) 0) ((k ao f) 1) ((s k iy) 0))) +("bartkus" nil (((b aa r t) 1) ((k ih s) 0))) +("bartl" nil (((b aa r) 1) ((t ax l) 0))) +("bartle" nil (((b aa r) 1) ((t ax l) 0))) +("bartlebaugh" nil (((b aa r t) 1) ((l ih) 0) ((b ao) 0))) +("bartles" nil (((b aa r) 1) ((t ax l z) 0))) +("bartleson" nil (((b aa r t) 1) ((l ih) 0) ((s ax n) 0))) +("bartlesville" nil (((b aa r) 1) ((t ax l z) 0) ((v ih l) 1))) +("bartlett" nil (((b aa r t) 1) ((l ih t) 0))) +("bartley" nil (((b aa r t) 1) ((l iy) 0))) +("bartling" nil (((b aa r t) 1) ((l ih ng) 0))) +("bartlow" nil (((b aa r t) 1) ((l ow) 0))) +("bartman" nil (((b aa r t) 1) ((m ax n) 0))) +("bartmess" nil (((b aa r t) 1) ((m ih s) 0))) +("bartnick" nil (((b aa r t) 1) ((n ih k) 0))) +("bartnicki" nil (((b er t) 0) ((n ih t) 1) ((s k iy) 0))) +("bartnik" nil (((b aa r t) 1) ((n ih k) 0))) +("barto" nil (((b aa r) 1) ((t ow) 0))) +("bartok" nil (((b aa r) 1) ((t ax k) 0))) +("bartol" nil (((b aa r) 1) ((t ax l) 0))) +("bartoletti" nil (((b aa r) 0) ((t ow) 0) ((l eh) 1) ((t iy) 0))) +("bartoli" nil (((b aa r) 0) ((t ow) 1) ((l iy) 0))) +("bartolini" nil (((b aa r) 0) ((t ow) 0) ((l iy) 1) ((n iy) 0))) +("bartolo" nil (((b aa r) 0) ((t ow) 1) ((l ow) 0))) +("bartolomei" nil (((b aa r) 0) ((t ow) 0) ((l ow) 0) ((m ey) 1) ((iy) 0))) +("bartolomeo" nil (((b aa r) 0) ((t ao) 0) ((l ax) 0) ((m ey) 1) ((ow) 0))) +("bartolucci" nil (((b aa r) 0) ((t ow) 0) ((l uw) 1) ((ch iy) 0))) +("barton" nil (((b aa r) 1) ((t ax n) 0))) +("bartone" nil (((b aa r) 0) ((t ow) 1) ((n iy) 0))) +("bartoo" nil (((b aa r) 1) ((ch uw) 0))) +("bartos" nil (((b aa r) 1) ((t ow z) 0))) +("bartosch" nil (((b aa r) 1) ((t ao sh) 0))) +("bartosh" nil (((b aa r) 1) ((t ax sh) 0))) +("bartosiewicz" nil (((b er) 0) ((t aa) 1) ((s ax) 0) ((v ih ch) 0))) +("bartosik" nil (((b er) 0) ((t ow) 1) ((s ih k) 0))) +("bartoszek" nil (((b er) 0) ((t aa) 1) ((sh eh k) 0))) +("bartow" nil (((b aa r) 1) ((t ow) 1))) +("bartram" nil (((b aa r) 1) ((t r ae m) 1))) +("barts" nil (((b aa r t s) 1))) +("bartsch" nil (((b aa r ch) 1))) +("bartunek" nil (((b aa r) 1) ((t ax) 0) ((n ih k) 0))) +("bartus" nil (((b aa r) 1) ((t ax s) 0))) +("bartz" nil (((b aa r t s) 1))) +("baruch" nil (((b aa) 1) ((r uw k) 1))) +("barwick" nil (((b aa r) 1) ((w ih k) 1))) +("baryshnikov" nil (((b er) 0) ((ih) 1) ((sh n ih) 0) ((k aa v) 1))) +("barz" nil (((b aa r z) 1))) +("basa" nil (((b aa) 1) ((s ax) 0))) +("basah" nil (((b aa) 1) ((s ax) 0))) +("basal" nil (((b ey) 1) ((s ax l) 0))) +("basaldua" nil (((b aa) 0) ((s aa l) 0) ((d uw) 1) ((ax) 0))) +("basalt" nil (((b ax) 0) ((s ao l t) 1))) +("basalts" nil (((b ax) 0) ((s ao l t s) 1))) +("basara" nil (((b ax) 0) ((s eh) 1) ((r ax) 0))) +("basch" nil (((b ae sh) 1))) +("basco" nil (((b aa) 1) ((s k ow) 0))) +("bascom" nil (((b ae) 1) ((s k ax m) 0))) +("basden" nil (((b ae s) 1) ((d ax n) 0))) +("base" nil (((b ey s) 1))) +("baseball" nil (((b ey s) 1) ((b ao l) 1))) +("baseballs" nil (((b ey s) 1) ((b ao l z) 1))) +("baseboard" nil (((b ey s) 1) ((b ao r d) 1))) +("baseboards" nil (((b ey s) 1) ((b ao r d z) 1))) +("based" nil (((b ey s t) 1))) +("basehore" nil (((b ae) 1) ((s ih) 0) ((hh ao r) 0))) +("basel" nil (((b aa) 1) ((z ax l) 0))) +("baseless" nil (((b ey) 1) ((s l ax s) 0))) +("baseline" nil (((b ey) 1) ((s l ay n) 1))) +("baseman" nil (((b ey) 1) ((s m ax n) 0))) +("basement" nil (((b ey) 1) ((s m ax n t) 0))) +("basements" nil (((b ey) 1) ((s m ax n t s) 0))) +("basenji" nil (((b ax) 0) ((s eh n) 1) ((jh iy) 0))) +("bases" nil (((b ey) 1) ((s ax z) 0))) +("basey" nil (((b ey) 1) ((s iy) 0))) +("basford" nil (((b ae) 1) ((s f er d) 0))) +("basgall" nil (((b ae s) 1) ((g ax l) 0))) +("bash" nil (((b ae sh) 1))) +("basham" nil (((b ae) 1) ((sh ax m) 0))) +("bashaw" nil (((b ax) 0) ((sh ao) 1))) +("bashed" nil (((b ae sh t) 1))) +("basher" nil (((b ae) 1) ((sh er) 0))) +("bashers" nil (((b ae) 1) ((sh er z) 0))) +("bashes" nil (((b ae) 1) ((sh ih z) 0))) +("bashford" nil (((b ae sh) 1) ((f er d) 0))) +("bashful" nil (((b ae sh) 1) ((f ax l) 0))) +("bashing" nil (((b ae) 1) ((sh ih ng) 0))) +("bashir" nil (((b ax) 0) ((sh ih r) 1))) +("bashor" nil (((b ae) 1) ((sh er) 0))) +("bashore" nil (((b ae) 1) ((sh er) 0))) +("basic" nil (((b ey) 1) ((s ih k) 0))) +("basically" nil (((b ey) 1) ((s ih) 0) ((k l iy) 0))) +("basich" nil (((b aa) 1) ((s ih hh) 0))) +("basics" nil (((b ey) 1) ((s ih k s) 0))) +("basie" nil (((b ey) 1) ((z iy) 0))) +("basil" nil (((b ae) 1) ((z ax l) 0))) +("basile" nil (((b aa) 1) ((s ax l) 0))) +("basilia" nil (((b aa) 0) ((s iy) 1) ((l iy) 0) ((ax) 0))) +("basilica" nil (((b ax) 0) ((s ih) 1) ((l ih) 0) ((k ax) 0))) +("basilio" nil (((b aa) 0) ((s iy) 1) ((l iy) 0) ((ow) 0))) +("basim" nil (((b aa) 0) ((s iy m) 1))) +("basin" nil (((b ey) 1) ((s ax n) 0))) +("basing" nil (((b ey) 1) ((s ih ng) 0))) +("basinger" nil (((b ey) 1) ((s ih ng) 0) ((er) 0))) +("basins" nil (((b ey) 1) ((s ax n z) 0))) +("basinski" nil (((b ax) 0) ((s ih n) 1) ((s k iy) 0))) +("basis" nil (((b ey) 1) ((s ax s) 0))) +("basista" nil (((b ax) 0) ((s ih) 1) ((s t ax) 0))) +("basix" nil (((b ey) 1) ((s ih k s) 0))) +("bask" nil (((b ae s k) 1))) +("basked" nil (((b ae s k t) 1))) +("baskerville" nil (((b ae) 1) ((s k er) 0) ((v ih l) 1))) +("basket" nil (((b ae) 1) ((s k ax t) 0))) +("basketball" nil (((b ae) 1) ((s k ax t) 0) ((b ao l) 1))) +("basketballs" nil (((b ae) 1) ((s k ax t) 0) ((b ao l z) 1))) +("basketmaking" nil (((b ae) 1) ((s k ax t) 0) ((m ey) 1) ((k ih ng) 0))) +("basketry" nil (((b ae) 1) ((s k ax) 0) ((t r iy) 0))) +("baskets" nil (((b ae) 1) ((s k ax t s) 0))) +("baskett" nil (((b ae) 1) ((s k ih t) 0))) +("baskette" nil (((b ax) 0) ((s k eh t) 1))) +("baskin" nil (((b ae) 1) ((s k ih n) 0))) +("basking" nil (((b ae) 1) ((s k ih ng) 0))) +("baskins" nil (((b ae) 1) ((s k ih n z) 0))) +("basle" nil (((b ae) 1) ((s ax l) 0))) +("basler" nil (((b ey) 1) ((z ax) 0) ((l er) 0))) +("basner" nil (((b ae) 1) ((s n er) 0))) +("basnett" nil (((b ae) 1) ((s n ih t) 0))) +("basnight" nil (((b ae z) 1) ((n ay t) 1))) +("bason" nil (((b ae) 1) ((s ax n) 0))) +("basore" nil (((b aa) 0) ((s ao) 1) ((r iy) 0))) +("basque" nil (((b ae s k) 1))) +("basques" nil (((b ae s k s) 1))) +("basquez" nil (((b aa) 0) ((s k w eh z) 1))) +("basra" nil (((b aa) 1) ((s r aa) 0))) +("bass" nil (((b ae s) 1))) +("bassa" nil (((b ae) 1) ((s ax) 0))) +("basse" nil (((b ae s) 1))) +("basses" nil (((b ae) 1) ((s ih z) 0))) +("basset" nil (((b ae) 1) ((s ih t) 0))) +("bassett" nil (((b ae) 1) ((s ih t) 0))) +("bassette" nil (((b ax) 0) ((s eh t) 1))) +("bassetti" nil (((b aa) 0) ((s eh) 1) ((t iy) 0))) +("bassford" nil (((b ae) 1) ((s f er d) 0))) +("bassham" nil (((b ae) 1) ((sh ax m) 0))) +("bassi" nil (((b ae) 1) ((s iy) 0))) +("bassin" nil (((b ae) 1) ((s ih n) 0))) +("bassinger" nil (((b ae) 1) ((s ih n) 0) ((jh er) 0))) +("bassir" nil (((b ax) 0) ((s ih r) 1))) +("bassist" nil (((b ey) 1) ((s ih s t) 0))) +("bassists" nil (((b ey) 1) ((s ih s t s) 0))) +("bassler" nil (((b ae) 1) ((s l er) 0))) +("bassman" nil (((b ae) 1) ((s m ax n) 0))) +("basso" nil (((b ae) 1) ((s ow) 0))) +("bassoon" nil (((b ax) 0) ((s uw n) 1))) +("bast" nil (((b ae s t) 1))) +("basta" nil (((b ae) 1) ((s t ax) 0))) +("bastarache" nil (((b aa) 0) ((s t aa) 1) ((r ey k) 0))) +("bastard" nil (((b ae) 1) ((s t er d) 0))) +("bastards" nil (((b ae) 1) ((s t er d z) 0))) +("bastedo" nil (((b aa) 0) ((s t ey) 1) ((d ow) 0))) +("basten" nil (((b ey) 1) ((s t ax n) 0))) +("bastian" nil (((b ae s) 1) ((ch ih n) 0))) +("bastien" nil (((b ae) 1) ((s t ax n) 0))) +("bastille" nil (((b ae) 1) ((s t ih l) 0))) +("bastin" nil (((b ae) 1) ((s t ih n) 0))) +("bastion" nil (((b ae s) 1) ((ch ax n) 0))) +("bastions" nil (((b ae s) 1) ((ch ax n z) 0))) +("bastogne" nil (((b ae) 1) ((s t ow n) 1))) +("baston" nil (((b ae) 1) ((s t ax n) 0))) +("bastone" nil (((b aa) 1) ((s t ow n) 0))) +("bastow" nil (((b ae) 1) ((s t ow) 0))) +("bastyr" nil (((b ey) 1) ((s t ih r) 0))) +("basu" nil (((b aa) 1) ((s uw) 0))) +("basulto" nil (((b ax) 0) ((s ah l) 1) ((t ow) 0))) +("basurto" nil (((b aa) 0) ((s uh r) 1) ((t ow) 0))) +("baswell" nil (((b ae) 1) ((s w eh l) 0))) +("basye" nil (((b ae) 1) ((s ay) 0))) +("bat" nil (((b ae t) 1))) +("bataan" nil (((b ax) 0) ((t aa n) 1))) +("batan" nil (((b ey) 1) ((t ax n) 0))) +("batavia" nil (((b ax) 0) ((t ey) 1) ((v iy) 0) ((ax) 0))) +("batch" nil (((b ae ch) 1))) +("batchelder" nil (((b ae) 1) ((ch eh l) 1) ((d er) 0))) +("batcheller" nil (((b ae) 1) ((ch ax) 0) ((l er) 0))) +("batchelor" nil (((b ae) 1) ((ch ax) 0) ((l er) 0))) +("batches" nil (((b ae) 1) ((ch ax z) 0))) +("batdorf" nil (((b ae t) 1) ((d ao r f) 0))) +("bate" nil (((b ey t) 1))) +("bated" nil (((b ey) 1) ((t ih d) 0))) +("bateman" nil (((b ey t) 1) ((m ax n) 0))) +("bates" nil (((b ey t s) 1))) +("bateson" nil (((b ae) 1) ((t ih) 0) ((s ax n) 0))) +("batesville" nil (((b ey t) 1) ((s v ih l) 1))) +("batey" nil (((b ey) 1) ((t iy) 0))) +("bath" nil (((b ae th) 1))) +("bathe" nil (((b ey dh) 1))) +("bathed" nil (((b ey dh d) 1))) +("bathers" nil (((b ae) 1) ((dh er z) 0))) +("bathes" nil (((b ey dh z) 1))) +("bathgate" nil (((b ae th) 1) ((g ey t) 1))) +("bathing" nil (((b ey) 1) ((dh ih ng) 0))) +("bathke" nil (((b ae th k) 1))) +("batholiths" nil (((b ae) 1) ((th ax) 0) ((l ih th s) 0))) +("bathrick" nil (((b ae) 1) ((th r ih k) 0))) +("bathrobe" nil (((b ae) 1) ((th r ow b) 1))) +("bathrobes" nil (((b ae) 1) ((th r ow b z) 1))) +("bathroom" nil (((b ae) 1) ((th r uw m) 1))) +("bathrooms" nil (((b ae) 1) ((th r uw m z) 1))) +("baths" n (((b ae th s) 1))) +("baths" v (((b ae th z) 1))) +("bathsheba" nil (((b ae th) 0) ((sh iy) 1) ((b ax) 0))) +("bathtub" nil (((b ae th) 1) ((t ax b) 0))) +("bathtubs" nil (((b ae th) 1) ((t ah b z) 1))) +("bathurst" nil (((b ae) 1) ((th er s t) 0))) +("batibot" nil (((b ae) 1) ((t ih) 0) ((b aa t) 0))) +("batie" nil (((b ey) 1) ((t iy) 0))) +("batignolles" nil (((b ae) 1) ((t ih) 0) ((n y ow) 1) ((l ax s) 0))) +("batik" nil (((b ax) 0) ((t iy k) 1))) +("batiks" nil (((b ae) 1) ((t ih k s) 0))) +("batista" nil (((b ax) 0) ((t ih) 1) ((s t ax) 0))) +("batley" nil (((b ae t) 1) ((l iy) 0))) +("batman" nil (((b ae t) 1) ((m ae n) 1))) +("batogowski" nil (((b ae) 1) ((t ow) 0) ((g aw) 1) ((s k iy) 0))) +("batok" nil (((b aa) 1) ((t uh k) 0))) +("baton" nil (((b ax) 0) ((t aa n) 1))) +("batons" nil (((b ae) 0) ((t aa n z) 1))) +("bator" nil (((b aa) 0) ((t ao r) 1))) +("batra" nil (((b ae) 1) ((t r ax) 0))) +("batres" nil (((b ey) 1) ((t er z) 0))) +("bats" nil (((b ae t s) 1))) +("batson" nil (((b ae t) 1) ((s ax n) 0))) +("batt" nil (((b ae t) 1))) +("battaglia" nil (((b aa) 0) ((t aa) 1) ((g l iy) 0) ((ax) 0))) +("battaglini" nil (((b aa) 0) ((t aa) 0) ((g l iy) 1) ((n iy) 0))) +("battalion" nil (((b ax) 0) ((t ae) 1) ((l y ax n) 0))) +("battalions" nil (((b ax) 0) ((t ae) 1) ((l y ax n z) 0))) +("batte" nil (((b ae t) 1))) +("batted" nil (((b ae) 1) ((t ih d) 0))) +("battelle" nil (((b ax) 0) ((t eh l) 1))) +("batten" nil (((b ae) 1) ((t ax n) 0))) +("battenberg" nil (((b ae) 1) ((t ax n) 0) ((b er g) 1))) +("battenfield" nil (((b ae) 1) ((t ax n) 0) ((f iy l d) 1))) +("battening" nil (((b ae) 1) ((t ax) 0) ((n ih ng) 0))) +("batter" nil (((b ae) 1) ((t er) 0))) +("battered" nil (((b ae) 1) ((t er d) 0))) +("batterer" nil (((b ae) 1) ((t er) 0) ((er) 0))) +("batterers" nil (((b ae) 1) ((t er) 0) ((er z) 0))) +("batteries" nil (((b ae) 1) ((t er) 0) ((iy z) 0))) +("battering" nil (((b ae) 1) ((t er) 0) ((ih ng) 0))) +("batterman" nil (((b ae) 1) ((t er) 0) ((m ax n) 0))) +("batters" nil (((b ae) 1) ((t er z) 0))) +("battersby" nil (((b ae) 1) ((t er s) 0) ((b iy) 0))) +("batterson" nil (((b ae) 1) ((t er) 0) ((s ax n) 0))) +("battery" nil (((b ae) 1) ((t er) 0) ((iy) 0))) +("batterymarch" nil (((b ax) 0) ((t eh) 1) ((r ih) 0) ((m aa r ch) 0))) +("battey" nil (((b ae) 1) ((t iy) 0))) +("battiato" nil (((b aa) 0) ((t iy) 0) ((aa) 1) ((t ow) 0))) +("batticaloa" nil (((b ae) 1) ((t ih) 0) ((k ax) 0) ((l ow) 1) ((ax) 0))) +("battin" nil (((b ae) 1) ((t ih n) 0))) +("batting" nil (((b ae) 1) ((t ih ng) 0))) +("battipaglia" nil (((b ae) 1) ((t ih) 0) ((p ae) 1) ((g l iy) 0) ((ax) 0))) +("battis" nil (((b ae) 1) ((t ih s) 0))) +("battison" nil (((b ae) 1) ((t ih) 0) ((s ax n) 0))) +("battista" nil (((b ax) 0) ((t iy) 1) ((s t ax) 0))) +("battiste" nil (((b aa) 0) ((t iy) 1) ((s t iy) 0))) +("battisti" nil (((b aa) 0) ((t iy) 1) ((s t iy) 0))) +("battistoni" nil (((b aa) 0) ((t iy) 0) ((s t ow) 1) ((n iy) 0))) +("battle" nil (((b ae) 1) ((t ax l) 0))) +("battled" nil (((b ae) 1) ((t ax l d) 0))) +("battlefield" nil (((b ae) 1) ((t ax l) 0) ((f iy l d) 1))) +("battlefields" nil (((b ae) 1) ((t ax l) 0) ((f iy l d z) 1))) +("battlefront" nil (((b ae) 1) ((t ax l) 0) ((f r ah n t) 1))) +("battleground" nil (((b ae) 1) ((t ax l) 0) ((g r aw n d) 1))) +("battlegrounds" nil (((b ae) 1) ((t ax l) 0) ((g r aw n d z) 1))) +("battlement" nil (((b ae) 1) ((t ax l) 0) ((m ax n t) 0))) +("battlements" nil (((b ae) 1) ((t ax l) 0) ((m ax n t s) 0))) +("battles" nil (((b ae) 1) ((t ax l z) 0))) +("battleship" nil (((b ae) 1) ((t ax l) 0) ((sh ih p) 1))) +("battleships" nil (((b ae) 1) ((t ax l) 0) ((sh ih p s) 1))) +("battling" nil (((b ae) 1) ((t ax) 0) ((l ih ng) 0))) +("batton" nil (((b ae) 1) ((t ax n) 0))) +("batts" nil (((b ae t s) 1))) +("batty" nil (((b ae) 1) ((t iy) 0))) +("batuigas" nil (((b ae) 1) ((ch uw) 0) ((iy) 1) ((g ax s) 0))) +("batus" nil (((b ae) 1) ((t ax s) 0))) +("baty" nil (((b ey) 1) ((t iy) 0))) +("batz" nil (((b ae t s) 1))) +("batzel" nil (((b ae t) 1) ((z ax l) 0))) +("batzer" nil (((b ey t) 1) ((z er) 0))) +("baubles" nil (((b ao) 1) ((b ax l z) 0))) +("baublitz" nil (((b aw) 1) ((b l ih t s) 0))) +("bauch" nil (((b ao ch) 1))) +("baucom" nil (((b ow) 0) ((k aa m) 1))) +("baucum" nil (((b ow) 0) ((k ah m) 1))) +("baucus" nil (((b aa) 1) ((k ax s) 0))) +("baud" nil (((b ao d) 1))) +("baudendistel" nil (((b aw) 1) ((d ih n) 0) ((d ih) 0) ((s t ax l) 0))) +("bauder" nil (((b aw) 1) ((d er) 0))) +("baudoin" nil (((b ow) 0) ((d w aa) 1) ((ey n) 0))) +("baudouin" nil (((b ao) 0) ((d uw) 1) ((ih n) 0))) +("bauer" nil (((b aw) 1) ((er) 0))) +("bauerle" nil (((b aw) 1) ((er) 0) ((ax l) 0))) +("bauerlein" nil (((b aw) 1) ((er) 0) ((l ay n) 0))) +("bauermeister" nil (((b aw) 1) ((er) 0) ((m ay) 0) ((s t er) 0))) +("bauernfeind" nil (((b aw) 1) ((er n) 0) ((f ay n d) 0))) +("bauers" nil (((b aw) 1) ((er z) 0))) +("baugh" nil (((b ao) 1))) +("baughan" nil (((b ao) 1) ((ax n) 0))) +("baugher" nil (((b ao) 1) ((er) 0))) +("baughman" nil (((b ao) 1) ((m ax n) 0))) +("baughn" nil (((b ao n) 1))) +("bauguess" nil (((b aw) 1) ((g ih s) 0))) +("baugus" nil (((b ao) 1) ((g ax s) 0))) +("bauknecht" nil (((b aw k) 1) ((n ih k t) 0))) +("bauknight" nil (((b ao k) 1) ((n ay t) 1))) +("baum" nil (((b ao m) 1))) +("bauman" nil (((b aw) 1) ((m ax n) 0))) +("baumann" nil (((b aw) 1) ((m ax n) 0))) +("baumbach" nil (((b aw m) 1) ((b aa k) 1))) +("baumberger" nil (((b aw m) 1) ((b er) 0) ((g er) 0))) +("baumeister" nil (((b aw) 1) ((m ay) 1) ((s t er) 0))) +("baumel" nil (((b aw) 1) ((m ax l) 0))) +("baumer" nil (((b aw) 1) ((m er) 0))) +("baumert" nil (((b aw) 1) ((m er t) 0))) +("baumgard" nil (((b aw m) 1) ((g er d) 0))) +("baumgardner" nil (((b aw m) 1) ((g aa r d) 1) ((n er) 0))) +("baumgardt" nil (((b aw m) 1) ((g aa r t) 1))) +("baumgarner" nil (((b aw m) 1) ((g aa r) 1) ((n er) 0))) +("baumgart" nil (((b aw m) 1) ((g aa r t) 1))) +("baumgarten" nil (((b aw m) 1) ((g aa r) 0) ((t ax n) 0))) +("baumgartner" nil (((b aw m) 1) ((g aa r t) 1) ((n er) 0))) +("baumhardt" nil (((b aw m) 1) ((hh aa r t) 1))) +("baumler" nil (((b aw) 1) ((m ax) 0) ((l er) 0))) +("baumstark" nil (((b aw m) 1) ((s t aa r k) 1))) +("baun" nil (((b ao n) 1))) +("baur" nil (((b ao r) 1))) +("baus" nil (((b ao z) 1))) +("bausch" nil (((b aw sh) 1))) +("bauserman" nil (((b aw) 1) ((s er) 0) ((m ax n) 0))) +("bausman" nil (((b aw) 1) ((s m ax n) 0))) +("bautch" nil (((b aw ch) 1))) +("bautista" nil (((b ao) 0) ((t iy) 1) ((s t ax) 0))) +("bautz" nil (((b ao t s) 1))) +("bautzer" nil (((b aw t) 1) ((s er) 0))) +("bauwens" nil (((b aw) 1) ((w ax n z) 0))) +("bauxite" nil (((b ao k) 1) ((s ay t) 0))) +("bauza" nil (((b aw) 1) ((z ax) 0))) +("bava" nil (((b aa) 1) ((v ax) 0))) +("bavadra" nil (((b ax) 0) ((v ae) 1) ((d r ax) 0))) +("bavaria" nil (((b ax) 0) ((v eh) 1) ((r iy) 0) ((ax) 0))) +("bavarian" nil (((b ax) 0) ((v eh) 1) ((r iy) 0) ((ax n) 0))) +("bavaro" nil (((b aa) 0) ((v aa) 1) ((r ow) 0))) +("baver" nil (((b ey) 1) ((v er) 0))) +("bavis" nil (((b ey) 1) ((v ih s) 0))) +("bawd" nil (((b ao d) 1))) +("bawden" nil (((b ao) 1) ((d ax n) 0))) +("bawdy" nil (((b ao) 1) ((d iy) 0))) +("bawer" nil (((b ao) 1) ((er) 0))) +("bawled" nil (((b ao l d) 1))) +("bax" nil (((b ae k s) 1))) +("baxa" nil (((b ae k) 1) ((s ax) 0))) +("baxendale" nil (((b ae k) 1) ((s ax n) 0) ((d ey l) 0))) +("baxley" nil (((b ae k) 1) ((s l iy) 0))) +("baxt" nil (((b ae k s t) 1))) +("baxter" nil (((b ae k) 1) ((s t er) 0))) +("bay" nil (((b ey) 1))) +("bayannaoer" nil (((b aa) 1) ((y ae n) 1) ((n aw) 1) ((er) 1))) +("bayard" nil (((b ey) 1) ((er d) 0))) +("baybank" nil (((b ey) 1) ((b ae ng k) 1))) +("baybanks" nil (((b ey) 1) ((b ae ng k s) 1))) +("baye" nil (((b ey) 1))) +("bayed" nil (((b ey d) 1))) +("bayer" nil (((b ey) 1) ((er) 0))) +("bayerische" nil (((b ey) 1) ((er) 0) ((iy sh) 1))) +("bayers" nil (((b ey) 1) ((er z) 0))) +("bayes" nil (((b ey z) 1))) +("bayfront" nil (((b ey) 1) ((f r aa n t) 0))) +("bayh" nil (((b ey) 1))) +("baying" nil (((b ey) 1) ((ih ng) 0))) +("bayle" nil (((b ey l) 1))) +("baylen" nil (((b ey) 1) ((l ax n) 0))) +("bayles" nil (((b ey l z) 1))) +("bayless" nil (((b ey) 1) ((l ih s) 0))) +("bayley" nil (((b ey) 1) ((l iy) 0))) +("bayliff" nil (((b ey) 1) ((l ih f) 0))) +("bayliner" nil (((b ey) 1) ((l ay) 1) ((n er) 0))) +("baylis" nil (((b ey) 1) ((l ih s) 0))) +("bayliss" nil (((b ey) 1) ((l ih s) 0))) +("baylor" nil (((b ey) 1) ((l er) 0))) +("bayly" nil (((b ey) 1) ((l iy) 0))) +("bayman" nil (((b ey) 1) ((m ax n) 0))) +("baynard" nil (((b ey) 1) ((n er d) 0))) +("bayne" nil (((b ey n) 1))) +("baynes" nil (((b ey n z) 1))) +("baynham" nil (((b ey n) 1) ((hh ax m) 0))) +("bayog" nil (((b ey) 1) ((aa g) 1))) +("bayonet" nil (((b ey) 1) ((ax) 0) ((n ax t) 0))) +("bayonets" n (((b ey) 1) ((y ax) 0) ((n eh t s) 0))) +("bayonne" nil (((b ey) 1) ((y ow n) 1))) +("bayou" nil (((b ay) 1) ((uw) 0))) +("bayous" nil (((b ay) 1) ((uw z) 0))) +("bayreuth" nil (((b ey) 1) ((r oy th) 1))) +("bays" nil (((b ey z) 1))) +("bayse" nil (((b ey z) 1))) +("bayside" nil (((b ey) 1) ((s ay d) 1))) +("baysinger" nil (((b ey) 1) ((s ih n) 0) ((jh er) 0))) +("baytown" nil (((b ey) 1) ((t aw n) 1))) +("baytree" nil (((b ey) 1) ((t r iy) 1))) +("bayuk" nil (((b ey) 1) ((ax k) 0))) +("bayus" nil (((b ey) 1) ((ax s) 0))) +("baz" nil (((b ae z) 1))) +("bazaar" nil (((b ax) 0) ((z aa r) 1))) +("bazaars" nil (((b ax) 0) ((z aa r z) 1))) +("bazan" nil (((b ey) 1) ((z ax n) 0))) +("bazar" nil (((b ax) 0) ((z aa r) 1))) +("baze" nil (((b ey z) 1))) +("bazemore" nil (((b aa z) 1) ((m ao r) 0))) +("bazile" nil (((b aa) 1) ((z ay l) 0))) +("bazinet" nil (((b ae) 1) ((z ih) 0) ((n eh t) 0))) +("bazzano" nil (((b aa t) 0) ((s aa) 1) ((n ow) 0))) +("bazzell" nil (((b ae) 1) ((z ax l) 0))) +("bazzle" nil (((b ae) 1) ((z ax l) 0))) +("bbc" nil (((b iy) 1) ((b iy) 0) ((s iy) 1))) +("bbq" nil (((b iy) 1) ((b iy) 0) ((k y uw) 1))) +("be" nil (((b iy) 1))) +("bea" nil (((b iy) 1))) +("beaber" nil (((b iy) 1) ((b er) 0))) +("beabout" nil (((b ax) 0) ((b uw t) 1))) +("beach" nil (((b iy ch) 1))) +("beacham" nil (((b ax) 0) ((sh ae m) 1))) +("beachcomber" nil (((b iy ch) 1) ((k ow) 1) ((m er) 0))) +("beached" nil (((b iy ch t) 1))) +("beachem" nil (((b iy) 1) ((k ih m) 0))) +("beacher" nil (((b iy) 1) ((ch er) 0))) +("beaches" nil (((b iy) 1) ((ch ax z) 0))) +("beachfront" nil (((b iy ch) 1) ((f r aa n t) 0))) +("beachhead" nil (((b iy ch) 1) ((hh eh d) 1))) +("beachheads" nil (((b iy ch) 1) ((hh eh d z) 1))) +("beaching" nil (((b iy) 1) ((ch ih ng) 0))) +("beachler" nil (((b iy) 1) ((k ax) 0) ((l er) 0))) +("beachum" nil (((b iy) 1) ((k ax m) 0))) +("beachy" nil (((b iy) 1) ((ch iy) 0))) +("beacom" nil (((b iy) 1) ((k ax m) 0))) +("beacon" nil (((b iy) 1) ((k ax n) 0))) +("beacons" nil (((b iy) 1) ((k ax n z) 0))) +("bead" nil (((b iy d) 1))) +("beaded" nil (((b iy) 1) ((d ih d) 0))) +("beadle" nil (((b iy) 1) ((d ax l) 0))) +("beadles" nil (((b iy) 1) ((d ax l z) 0))) +("beadling" nil (((b iy d) 1) ((l ih ng) 0))) +("beads" nil (((b iy d z) 1))) +("beadwork" nil (((b iy) 1) ((d w er k) 1))) +("beady" nil (((b iy) 1) ((d iy) 0))) +("beagan" nil (((b ax) 0) ((g ae n) 1))) +("beagen" nil (((b iy) 1) ((g ax n) 0))) +("beagle" nil (((b iy) 1) ((g ax l) 0))) +("beagles" nil (((b iy) 1) ((g ax l z) 0))) +("beagley" nil (((b iy) 1) ((g l iy) 0))) +("beahan" nil (((b iy) 1) ((hh ax n) 0))) +("beahm" nil (((b iy m) 1))) +("beaird" nil (((b ih r d) 1))) +("beak" nil (((b iy k) 1))) +("beaker" nil (((b iy) 1) ((k er) 0))) +("beakley" nil (((b iy) 1) ((k l iy) 0))) +("beaklike" nil (((b iy) 1) ((k l ay k) 1))) +("beal" nil (((b iy l) 1))) +("beale" nil (((b iy l) 1))) +("bealer" nil (((b iy) 1) ((l er) 0))) +("beales" nil (((b iy l z) 1))) +("beall" nil (((b iy l) 1))) +("beals" nil (((b iy l z) 1))) +("beam" nil (((b iy m) 1))) +("beaman" nil (((b iy) 1) ((m ax n) 0))) +("beamed" nil (((b iy m d) 1))) +("beamer" nil (((b iy) 1) ((m er) 0))) +("beaming" nil (((b iy) 1) ((m ih ng) 0))) +("beamish" nil (((b iy) 1) ((m ih sh) 0))) +("beamon" nil (((b iy) 1) ((m ax n) 0))) +("beams" nil (((b iy m z) 1))) +("bean" nil (((b iy n) 1))) +("beanblossom" nil (((b iy n) 1) ((b l ax) 0) ((s ax m) 0))) +("beane" nil (((b iy n) 1))) +("beans" nil (((b iy n z) 1))) +("beantown" nil (((b iy n) 1) ((t aw n) 1))) +("bear" nil (((b eh r) 1))) +("bearable" nil (((b eh) 1) ((r ax) 0) ((b ax l) 0))) +("bearce" nil (((b er s) 1))) +("beard" nil (((b ih r d) 1))) +("bearded" nil (((b ih r) 1) ((d ax d) 0))) +("bearden" nil (((b ih r) 1) ((d ax n) 0))) +("beardmore" nil (((b ih r d) 1) ((m ao r) 1))) +("beards" nil (((b ih r d z) 1))) +("beardslee" nil (((b ih r d) 1) ((z l iy) 0))) +("beardsley" nil (((b ih r d) 1) ((z l iy) 0))) +("beardstown" nil (((b ih r d) 1) ((s t aw n) 1))) +("beare" nil (((b ih r) 1))) +("bearer" nil (((b eh) 1) ((r er) 0))) +("bearers" nil (((b eh) 1) ((r er z) 0))) +("bearfield" nil (((b er) 1) ((f iy l d) 0))) +("bearing" nil (((b eh) 1) ((r ih ng) 0))) +("bearings" nil (((b eh) 1) ((r ih ng z) 0))) +("bearish" nil (((b eh) 1) ((r ih sh) 0))) +("bearishly" nil (((b eh) 1) ((r ih) 0) ((sh l iy) 0))) +("bearishness" nil (((b eh) 1) ((r ih) 0) ((sh n ax s) 0))) +("bearman" nil (((b eh r) 1) ((m ax n) 0))) +("bears" nil (((b eh r z) 1))) +("bearse" nil (((b er s) 1))) +("bearss" nil (((b er s) 1))) +("bearup" nil (((b eh) 1) ((r ax p) 0))) +("beary" nil (((b ih) 1) ((r iy) 0))) +("beas" nil (((b iy z) 1))) +("beasley" nil (((b iy) 1) ((z l iy) 0))) +("beason" nil (((b iy) 1) ((z ax n) 0))) +("beast" nil (((b iy s t) 1))) +("beastie" nil (((b iy) 1) ((s t iy) 0))) +("beaston" nil (((b iy) 1) ((s t ax n) 0))) +("beasts" nil (((b iy s t s) 1))) +("beat" nil (((b iy t) 1))) +("beata" nil (((b iy) 0) ((ae) 1) ((t ax) 0))) +("beaten" nil (((b iy) 1) ((t ax n) 0))) +("beater" nil (((b iy) 1) ((t er) 0))) +("beaters" nil (((b iy) 1) ((t er z) 0))) +("beatie" nil (((b iy) 1) ((t iy) 0))) +("beating" nil (((b iy) 1) ((t ih ng) 0))) +("beatings" nil (((b iy) 1) ((t ih ng z) 0))) +("beatle" nil (((b iy) 1) ((t ax l) 0))) +("beatles" nil (((b iy) 1) ((t ax l z) 0))) +("beatniks" nil (((b iy t) 1) ((n ih k s) 0))) +("beato" nil (((b iy) 0) ((ae) 1) ((t ow) 0))) +("beaton" nil (((b iy) 1) ((t ax n) 0))) +("beatrice" nil (((b iy) 1) ((ax) 0) ((t r ax s) 0))) +("beatrix" nil (((b iy) 1) ((t r ih k s) 0))) +("beats" nil (((b iy t s) 1))) +("beatson" nil (((b iy t) 1) ((s ax n) 0))) +("beattie" nil (((b iy) 1) ((t iy) 0))) +("beatty" nil (((b iy) 1) ((t iy) 0))) +("beaty" nil (((b iy) 1) ((t iy) 0))) +("beau" nil (((b ow) 1))) +("beaubien" nil (((b ow) 0) ((b iy n) 1))) +("beaucage" nil (((b ow) 1) ((k ey jh) 1))) +("beauce" nil (((b ow) 1) ((s iy) 1))) +("beauchaine" nil (((b ow) 1) ((sh ey n) 1))) +("beauchamp" nil (((b ow) 1) ((sh aa m p) 1))) +("beauchemin" nil (((b ow) 1) ((sh ih) 0) ((m ae n) 0))) +("beauchene" nil (((b ow) 1) ((sh iy n) 1))) +("beauchesne" nil (((b ow) 0) ((sh eh n) 1))) +("beaudet" nil (((b ow) 0) ((d eh t) 1))) +("beaudette" nil (((b ow) 1) ((d eh t) 1))) +("beaudin" nil (((b ow) 0) ((d ae n) 1))) +("beaudoin" nil (((b ow) 0) ((d oy n) 1))) +("beaudreau" nil (((b ow) 1) ((d r ow) 1))) +("beaudry" nil (((b ow) 0) ((d r iy) 1))) +("beauford" nil (((b ow) 0) ((f ao r d) 1))) +("beaufort" nil (((b ow) 1) ((f er t) 0))) +("beaufrere" nil (((b ow) 1) ((f r eh r) 1))) +("beaujolais" nil (((b ow) 1) ((jh ow) 0) ((l ey) 1))) +("beaulac" nil (((b ow) 0) ((l ae k) 1))) +("beaumier" nil (((b y uw) 1) ((m iy) 0) ((er) 0))) +("beaumont" nil (((b ow) 1) ((m ao n t) 0))) +("beaupre" nil (((b ow) 1) ((p er) 0))) +("beauregard" nil (((b ow) 1) ((r ih) 0) ((g aa r d) 1))) +("beausoleil" nil (((b ow) 1) ((s ax) 0) ((l ey) 0))) +("beautician" nil (((b ow) 1) ((t ih) 1) ((sh ax n) 0))) +("beauties" nil (((b y uw) 1) ((t iy z) 0))) +("beautiful" nil (((b y uw) 1) ((t ax) 0) ((f ax l) 0))) +("beautifully" nil (((b y uw) 1) ((t ax) 0) ((f l iy) 0))) +("beautify" nil (((b y uw) 1) ((t ih) 0) ((f ay) 1))) +("beauty" nil (((b y uw) 1) ((t iy) 0))) +("beauvais" nil (((b ow) 0) ((v ey) 1))) +("beaux" nil (((b ow) 1))) +("beavan" nil (((b ax) 0) ((v ae n) 1))) +("beaven" nil (((b iy) 1) ((v ax n) 0))) +("beaver" nil (((b iy) 1) ((v er) 0))) +("beavers" nil (((b iy) 1) ((v er z) 0))) +("beaverson" nil (((b iy) 1) ((v er) 0) ((s ax n) 0))) +("beaverton" nil (((b iy) 1) ((v er) 0) ((t ax n) 0))) +("beavin" nil (((b iy) 1) ((v ih n) 0))) +("beavis" nil (((b iy) 1) ((v ax s) 0))) +("beazer" nil (((b iy) 1) ((z er) 0))) +("beazley" nil (((b iy) 1) ((z l iy) 0))) +("bebb" nil (((b eh b) 1))) +("bebber" nil (((b eh) 1) ((b er) 0))) +("bebe" nil (((b iy) 1) ((b iy) 0))) +("bebear" nil (((b ax) 0) ((b ih r) 1))) +("bebeau" nil (((b ih) 0) ((b ow) 1))) +("bebee" nil (((b eh) 1) ((b iy) 0))) +("beber" nil (((b iy) 1) ((b er) 0))) +("bebop" nil (((b iy) 1) ((b aa p) 1))) +("bebout" nil (((b ih) 0) ((b uw t) 1))) +("becalmed" nil (((b ih) 0) ((k aa m d) 1))) +("became" nil (((b ih) 0) ((k ey m) 1))) +("because" nil (((b ih) 0) ((k ao z) 1))) +("becerra" nil (((b eh) 0) ((ch eh) 1) ((r ax) 0))) +("becerril" nil (((b ey) 0) ((s eh) 0) ((r iy l) 1))) +("bechard" nil (((b eh) 1) ((k er d) 0))) +("becher" nil (((b eh) 1) ((k er) 0))) +("becherer" nil (((b eh) 1) ((k er) 0) ((er) 0))) +("bechler" nil (((b eh) 1) ((k l er) 0))) +("becht" nil (((b eh k t) 1))) +("bechtel" nil (((b eh k) 1) ((t eh l) 1))) +("bechthold" nil (((b eh k) 1) ((th ow l d) 0))) +("bechtle" nil (((b eh ch) 1) ((t ax l) 0))) +("bechtol" nil (((b eh k) 1) ((t ax l) 0))) +("bechtold" nil (((b eh k) 1) ((t ow l d) 1))) +("beck" nil (((b eh k) 1))) +("becka" nil (((b eh) 1) ((s k ax) 0))) +("beckel" nil (((b eh) 1) ((k eh l) 0))) +("becker" nil (((b eh) 1) ((k er) 0))) +("beckerman" nil (((b eh) 1) ((k er) 0) ((m ax n) 0))) +("beckers" nil (((b eh) 1) ((k er z) 0))) +("beckert" nil (((b eh) 1) ((k er t) 0))) +("becket" nil (((b eh) 1) ((k ax t) 0))) +("beckett" nil (((b eh) 1) ((k ih t) 0))) +("beckford" nil (((b eh k) 1) ((f ao r d) 0))) +("beckham" nil (((b eh k) 1) ((hh ae m) 1))) +("beckie" nil (((b eh) 1) ((k iy) 0))) +("beckius" nil (((b eh) 1) ((k iy) 0) ((ih s) 0))) +("beckler" nil (((b eh) 1) ((k l er) 0))) +("beckles" nil (((b eh) 1) ((k ax l z) 0))) +("beckley" nil (((b eh) 1) ((k l iy) 0))) +("becklund" nil (((b eh) 1) ((k l ax n d) 0))) +("beckman" nil (((b eh k) 1) ((m ax n) 0))) +("beckmann" nil (((b eh k) 1) ((m ax n) 0))) +("beckmeyer" nil (((b eh k) 1) ((m ay) 0) ((er) 0))) +("becknell" nil (((b eh k) 1) ((n eh l) 1))) +("beckner" nil (((b eh k) 1) ((n er) 0))) +("beckom" nil (((b eh) 1) ((k aa m) 0))) +("beckon" nil (((b eh) 1) ((k ax n) 0))) +("beckoned" nil (((b eh) 1) ((k ax n d) 0))) +("beckoning" nil (((b eh) 1) ((k ax) 0) ((n ih ng) 0))) +("beckons" nil (((b eh) 1) ((k ax n z) 0))) +("becks" nil (((b eh k s) 1))) +("beckstead" nil (((b eh k) 1) ((s t eh d) 1))) +("beckstrand" nil (((b eh k) 1) ((s t r ae n d) 1))) +("beckstrom" nil (((b eh k) 1) ((s t r aa m) 0))) +("beckum" nil (((b eh) 1) ((k ax m) 0))) +("beckwith" nil (((b eh) 1) ((k w ih th) 1))) +("beckwitt" nil (((b eh) 1) ((k w ih t) 1))) +("beckworth" nil (((b eh) 1) ((k w er th) 1))) +("becky" nil (((b eh) 1) ((k iy) 0))) +("becnel" nil (((b eh k) 1) ((n ax l) 0))) +("beco" nil (((b iy) 1) ((k ow) 0))) +("become" nil (((b ih) 0) ((k ah m) 1))) +("becomes" nil (((b ih) 0) ((k ah m z) 1))) +("becoming" nil (((b ih) 0) ((k ah) 1) ((m ih ng) 0))) +("becor" nil (((b eh) 1) ((k ao r) 1))) +("becraft" nil (((b iy) 1) ((k r ae f t) 0))) +("becton" nil (((b eh k) 1) ((t ax n) 0))) +("becvar" nil (((b eh k) 1) ((v er) 0))) +("bed" nil (((b eh d) 1))) +("beda" nil (((b ey) 1) ((d ax) 0))) +("bedard" nil (((b ih) 0) ((d aa r d) 1))) +("bedbugs" nil (((b eh d) 1) ((b ax g z) 0))) +("bedchamber" nil (((b eh d) 1) ((ch ey m) 1) ((b er) 0))) +("bedding" nil (((b eh) 1) ((d ih ng) 0))) +("beddingfield" nil (((b eh) 1) ((d ih ng) 0) ((f iy l d) 1))) +("beddoe" nil (((b eh) 1) ((d ow) 0))) +("beddors" nil (((b eh) 1) ((d er z) 0))) +("beddow" nil (((b eh) 1) ((d ow) 0))) +("bedecked" nil (((b ih) 0) ((d eh k t) 1))) +("bedel" nil (((b ih) 0) ((d eh l) 1))) +("bedell" nil (((b eh) 1) ((d ax l) 0))) +("bedenbaugh" nil (((b eh) 1) ((d ih n) 0) ((b aw) 0))) +("bedevil" nil (((b ih) 0) ((d eh) 1) ((v ax l) 0))) +("bedeviled" nil (((b ih) 0) ((d eh) 1) ((v ax l d) 0))) +("bedevils" n (((b ax) 0) ((d eh) 1) ((v ax l z) 0))) +("bedfellows" nil (((b eh d) 1) ((f eh) 1) ((l ow z) 0))) +("bedford" nil (((b eh d) 1) ((f er d) 0))) +("bedgood" nil (((b eh d) 1) ((g uh d) 1))) +("bedient" nil (((b iy) 1) ((d y ih n t) 0))) +("bedinger" nil (((b eh) 1) ((d ih ng) 0) ((er) 0))) +("bedingfield" nil (((b eh) 1) ((d ih ng) 0) ((f iy l d) 1))) +("bedke" nil (((b eh d) 1) ((k iy) 0))) +("bedlam" nil (((b eh d) 1) ((l ax m) 0))) +("bednar" nil (((b eh d) 1) ((n er) 0))) +("bednarczyk" nil (((b eh d) 1) ((n er) 0) ((ch ih k) 0))) +("bednarek" nil (((b eh d) 1) ((n aa) 0) ((r eh k) 0))) +("bednarik" nil (((b eh d) 1) ((n aa) 0) ((r ih k) 0))) +("bednarski" nil (((b eh d) 1) ((n aa r) 0) ((s k iy) 0))) +("bednarz" nil (((b eh d) 1) ((n aa r z) 0))) +("bedner" nil (((b eh d) 1) ((n er) 0))) +("bednorz" nil (((b eh d) 1) ((n ao r z) 0))) +("bedok" nil (((b ax) 0) ((d ow k) 1))) +("bedolla" nil (((b eh) 0) ((d ow) 1) ((l ax) 0))) +("bedore" nil (((b eh) 1) ((d ao r) 1))) +("bedouin" nil (((b eh) 1) ((d ow) 0) ((ax n) 0))) +("bedouins" nil (((b eh) 1) ((d ow) 0) ((ax n z) 0))) +("bedoya" nil (((b ey) 0) ((d oy) 1) ((ax) 0))) +("bedpans" nil (((b eh d) 1) ((p ae n z) 1))) +("bedraggled" nil (((b ih) 0) ((d r ae) 1) ((g ax l d) 0))) +("bedridden" nil (((b eh) 1) ((d r ih) 1) ((d ax n) 0))) +("bedrock" nil (((b eh) 1) ((d r aa k) 1))) +("bedroom" nil (((b eh) 1) ((d r uw m) 1))) +("bedrooms" nil (((b eh) 1) ((d r uw m z) 1))) +("bedrosian" nil (((b eh) 0) ((d r aa) 1) ((zh ih n) 0))) +("beds" nil (((b eh d z) 1))) +("bedsaul" nil (((b eh d) 1) ((s ao l) 0))) +("bedside" nil (((b eh d) 1) ((s ay d) 1))) +("bedsole" nil (((b eh d) 1) ((s ow l) 1))) +("bedspread" nil (((b eh d) 1) ((s p r eh d) 1))) +("bedstraw" nil (((b eh d) 1) ((s t r ao) 1))) +("bedtime" nil (((b eh d) 1) ((t ay m) 1))) +("bedwell" nil (((b eh) 1) ((d w eh l) 1))) +("bee" nil (((b iy) 1))) +("beebe" nil (((b iy) 1) ((b iy) 1))) +("beebes" nil (((b iy) 1) ((b iy z) 1))) +("beebower" nil (((b iy) 1) ((b ow) 1) ((er) 0))) +("beeby" nil (((b iy) 1) ((b iy) 0))) +("beech" nil (((b iy ch) 1))) +("beecham" nil (((b iy) 1) ((ch ax m) 0))) +("beechcraft" nil (((b iy ch) 1) ((k r ae f t) 1))) +("beecher" nil (((b iy) 1) ((ch er) 0))) +("beechler" nil (((b iy ch) 1) ((l er) 0))) +("beechwood" nil (((b iy ch) 1) ((w uh d) 1))) +("beechy" nil (((b iy) 1) ((ch iy) 0))) +("beeck" nil (((b iy k) 1))) +("beecroft" nil (((b iy) 1) ((k r ao f t) 1))) +("beede" nil (((b iy d) 1))) +("beedie" nil (((b iy) 1) ((d iy) 0))) +("beedle" nil (((b iy) 1) ((d ax l) 0))) +("beedy" nil (((b iy) 1) ((d iy) 0))) +("beef" nil (((b iy f) 1))) +("beefeater" nil (((b iy) 1) ((f iy) 1) ((t er) 0))) +("beefed" nil (((b iy f t) 1))) +("beefing" nil (((b iy) 1) ((f ih ng) 0))) +("beefs" nil (((b iy f s) 1))) +("beefsteak" nil (((b iy f) 1) ((s t ey k) 1))) +("beefy" nil (((b iy) 1) ((f iy) 0))) +("beeghly" nil (((b iy) 1) ((g l iy) 0))) +("beegle" nil (((b iy) 1) ((g ax l) 0))) +("beehive" nil (((b iy) 1) ((hh ay v) 1))) +("beehler" nil (((b iy) 1) ((l er) 0))) +("beek" nil (((b iy k) 1))) +("beekeepers" nil (((b iy) 1) ((k iy) 1) ((p er z) 0))) +("beeker" nil (((b iy) 1) ((k er) 0))) +("beekman" nil (((b iy k) 1) ((m ax n) 0))) +("beeks" nil (((b iy k s) 1))) +("beel" nil (((b iy l) 1))) +("beeler" nil (((b iy) 1) ((l er) 0))) +("beem" nil (((b iy m) 1))) +("beeman" nil (((b iy) 1) ((m ax n) 0))) +("beemer" nil (((b iy) 1) ((m er) 0))) +("been" nil (((b ih n) 1))) +("beene" nil (((b iy n) 1))) +("beeney" nil (((b iy) 1) ((n iy) 0))) +("beenken" nil (((b iy ng) 1) ((k ax n) 0))) +("beens" nil (((b ih n z) 1))) +("beep" nil (((b iy p) 1))) +("beeper" nil (((b iy) 1) ((p er) 0))) +("beepers" nil (((b iy) 1) ((p er z) 0))) +("beer" nil (((b ih r) 1))) +("beerbower" nil (((b ih r) 1) ((b ow) 0) ((er) 0))) +("beerman" nil (((b ih r) 1) ((m ax n) 0))) +("beers" nil (((b ih r z) 1))) +("beery" nil (((b ih) 1) ((r iy) 0))) +("bees" nil (((b iy z) 1))) +("beese" nil (((b iy z) 1))) +("beesley" nil (((b iy) 1) ((z l iy) 0))) +("beeson" nil (((b iy) 1) ((z ax n) 0))) +("beet" nil (((b iy t) 1))) +("beethoven" nil (((b ey) 1) ((t ow) 0) ((v ax n) 0))) +("beetle" nil (((b iy) 1) ((t ax l) 0))) +("Beetlejuice" n (((b iy) 1) ((t ax l) 0) ((jh uw s) 0))) +("beetles" nil (((b iy) 1) ((t ax l z) 0))) +("beeton" nil (((b iy) 1) ((t ax n) 0))) +("beets" nil (((b iy t s) 1))) +("beever" nil (((b iy) 1) ((v er) 0))) +("beevers" nil (((b iy) 1) ((v er z) 0))) +("beezley" nil (((b iy) 1) ((z l iy) 0))) +("befall" nil (((b ih) 0) ((f ao l) 1))) +("befallen" nil (((b ax) 0) ((f ae) 1) ((l ax n) 0))) +("befalls" nil (((b ih) 0) ((f ao l z) 1))) +("befell" nil (((b ih) 0) ((f eh l) 1))) +("beffa" nil (((b ih) 1) ((f aa) 1))) +("befits" nil (((b ih) 0) ((f ih t s) 1))) +("befitting" nil (((b ih) 0) ((f ih) 1) ((t ih ng) 0))) +("before" nil (((b ih) 0) ((f ao r) 1))) +("beforehand" nil (((b ih) 0) ((f ao r) 1) ((hh ae n d) 1))) +("befort" nil (((b eh) 1) ((f er t) 0))) +("befriend" nil (((b ih) 0) ((f r eh n d) 1))) +("befriended" nil (((b ih) 0) ((f r eh n) 1) ((d ih d) 0))) +("befriends" nil (((b ih) 0) ((f r eh n d z) 1))) +("befuddled" nil (((b ih) 0) ((f ah) 1) ((d ax l d) 0))) +("befuddles" nil (((b ih) 0) ((f ah) 1) ((d ax l z) 0))) +("beg" nil (((b eh g) 1))) +("begajah" nil (((b eh) 0) ((g aa) 1) ((jh ax) 0))) +("begala" nil (((b eh) 0) ((g aa) 1) ((l ax) 0))) +("began" nil (((b ih) 0) ((g ae n) 1))) +("begat" nil (((b ih) 0) ((g ae t) 1))) +("begay" nil (((b eh) 1) ((g ey) 0))) +("begel" nil (((b ey) 1) ((g ax l) 0))) +("begelman" nil (((b ey) 1) ((g ax l) 0) ((m ax n) 0))) +("begeman" nil (((b iy g) 1) ((m ax n) 0))) +("beger" nil (((b eh) 1) ((g er) 0))) +("beget" nil (((b ih) 0) ((g eh t) 1))) +("begets" nil (((b ih) 0) ((g eh t s) 1))) +("begetting" nil (((b ih) 0) ((g eh) 1) ((t ih ng) 0))) +("begg" nil (((b eh g) 1))) +("beggar" nil (((b eh) 1) ((g er) 0))) +("beggars" nil (((b eh) 1) ((g er z) 0))) +("begged" nil (((b eh g d) 1))) +("begging" nil (((b eh) 1) ((g ih ng) 0))) +("beggs" nil (((b eh g z) 1))) +("beghin" nil (((b eh) 1) ((g ih n) 0))) +("begin" nil (((b ih) 0) ((g ih n) 1))) +("beginner" nil (((b ih) 0) ((g ih) 1) ((n er) 0))) +("beginners" nil (((b ih) 0) ((g ih) 1) ((n er z) 0))) +("beginning" nil (((b ih) 0) ((g ih) 1) ((n ih ng) 0))) +("beginnings" nil (((b ih) 0) ((g ih) 1) ((n ih ng z) 0))) +("begins" nil (((b ih) 0) ((g ih n z) 1))) +("begleiter" nil (((b eh) 1) ((g l ay) 1) ((t er) 0))) +("begley" nil (((b eh) 1) ((g l iy) 0))) +("begnaud" nil (((b ih g) 0) ((n ow) 1))) +("begnoche" nil (((b eh g) 0) ((n ow) 1) ((k iy) 0))) +("begonia" nil (((b ih) 0) ((g ow) 1) ((n y ax) 0))) +("begonias" nil (((b ih) 0) ((g ow) 1) ((n y ax z) 0))) +("begrudge" nil (((b ih) 0) ((g r ah jh) 1))) +("begs" nil (((b eh g z) 1))) +("begue" nil (((b ey g) 1))) +("beguelin" nil (((b ey) 1) ((g ax) 0) ((l ih n) 0))) +("beguiled" nil (((b ih) 0) ((g ay l d) 1))) +("beguiling" nil (((b ih) 0) ((g ay) 1) ((l ih ng) 0))) +("begun" nil (((b ih) 0) ((g ah n) 1))) +("behalf" nil (((b ih) 0) ((hh ae f) 1))) +("behan" nil (((b eh) 1) ((hh ax n) 0))) +("behar" nil (((b eh) 1) ((hh er) 0))) +("behave" nil (((b ih) 0) ((hh ey v) 1))) +("behaved" nil (((b ih) 0) ((hh ey v d) 1))) +("behaves" nil (((b ih) 0) ((hh ey v z) 1))) +("behaving" nil (((b ih) 0) ((hh ey) 1) ((v ih ng) 0))) +("behavior" nil (((b ih) 0) ((hh ey) 1) ((v y er) 0))) +("behavioral" nil (((b ih) 0) ((hh ey) 1) ((v y er) 0) ((ax l) 0))) +("behaviorists" nil (((b ih) 0) ((hh ey) 1) ((v y er) 0) ((ih s t s) 0))) +("behaviors" nil (((b ih) 0) ((hh ey) 1) ((v y er z) 0))) +("behaviour" nil (((b ih) 0) ((hh ey) 1) ((v y er) 0))) +("behavioural" nil (((b ih) 0) ((hh ey) 1) ((v y er) 0) ((ax l) 0))) +("behaviourists" nil (((b ih) 0) ((hh ey) 1) ((v y er) 0) ((ih s t s) 0))) +("behaviours" nil (((b ih) 0) ((hh ey) 1) ((v y er z) 0))) +("beheaded" nil (((b ih) 0) ((hh eh) 1) ((d ih d) 0))) +("beheading" nil (((b ih) 0) ((hh eh) 1) ((d ih ng) 0))) +("beheler" nil (((b eh) 1) ((hh ax) 0) ((l er) 0))) +("behemoth" nil (((b ax) 0) ((hh iy) 1) ((m ax th) 0))) +("behemoths" nil (((b ih) 0) ((hh iy) 1) ((m ax th s) 0))) +("behest" nil (((b ih) 0) ((hh eh s t) 1))) +("behind" nil (((b ih) 0) ((hh ay n d) 1))) +("behinds" nil (((b ih) 0) ((hh ay n d z) 1))) +("behl" nil (((b eh l) 1))) +("behle" nil (((b eh) 1) ((hh ax l) 0))) +("behler" nil (((b eh) 1) ((l er) 0))) +("behling" nil (((b eh) 1) ((l ih ng) 0))) +("behlke" nil (((b eh l k) 1))) +("behm" nil (((b eh m) 1))) +("behmer" nil (((b eh) 1) ((m er) 0))) +("behn" nil (((b eh n) 1))) +("behne" nil (((b eh n) 1))) +("behner" nil (((b eh) 1) ((n er) 0))) +("behney" nil (((b eh) 1) ((n iy) 0))) +("behning" nil (((b eh) 1) ((n ih ng) 0))) +("behnke" nil (((b eh ng k) 1))) +("behnken" nil (((b eh ng) 1) ((k ax n) 0))) +("behof" nil (((b iy) 1) ((hh aa f) 0))) +("behold" nil (((b ih) 0) ((hh ow l d) 1))) +("beholden" nil (((b ih) 0) ((hh ow l) 1) ((d ax n) 0))) +("beholder" nil (((b iy) 0) ((hh ow l) 1) ((d er) 0))) +("beholding" nil (((b ih) 0) ((hh ow l) 1) ((d ih ng) 0))) +("behoove" nil (((b ih) 0) ((hh uw v) 1))) +("behr" nil (((b eh r) 1))) +("behrend" nil (((b eh) 1) ((r eh n d) 0))) +("behrends" nil (((b eh) 1) ((r eh n d z) 0))) +("behrendt" nil (((b eh) 1) ((r ih n t) 0))) +("behrens" nil (((b eh) 1) ((r ax n z) 0))) +("behring" nil (((b eh) 1) ((r ih ng) 0))) +("behringer" nil (((b eh) 1) ((r ih ng) 0) ((er) 0))) +("behringwerke" nil (((b eh) 1) ((r ih ng) 1) ((w er k) 0))) +("behrle" nil (((b eh) 1) ((r ax l) 0))) +("behrman" nil (((b eh r) 1) ((m ax n) 0))) +("behrmann" nil (((b eh r) 1) ((m ax n) 0))) +("behrns" nil (((b eh r n z) 1))) +("behunin" nil (((b eh) 1) ((hh ax) 0) ((n ih n) 0))) +("behymer" nil (((b eh) 1) ((hh ay) 1) ((m er) 0))) +("bei" nil (((b ey) 1))) +("beibei" nil (((b ey) 1) ((b ey) 1))) +("beidaihe" nil (((b ey) 1) ((d ay) 1) ((hh ah) 0))) +("beidleman" nil (((b ay) 1) ((d ax l) 0) ((m ax n) 0))) +("beidler" nil (((b ay) 1) ((d ax) 0) ((l er) 0))) +("beier" nil (((b ay) 1) ((er) 0))) +("beierle" nil (((b ay) 1) ((er) 0) ((ax l) 0))) +("beiersdorf" nil (((b ay r z) 1) ((d ao r f) 1))) +("beige" nil (((b ey zh) 1))) +("beigel" nil (((b ay) 1) ((g ax l) 0))) +("beiges" nil (((b ey) 1) ((zh ax z) 0))) +("beighley" nil (((b ey) 1) ((g l iy) 0))) +("beightol" nil (((b ey) 1) ((t ax l) 0))) +("beihai" nil (((b ey) 1) ((hh ay) 1))) +("beihong" nil (((b ey) 1) ((hh ow ng) 1))) +("beijer" nil (((b ay r) 1))) +("beijing" nil (((b ey) 1) ((jh iy ng) 1))) +("beil" nil (((b iy l) 1))) +("beilenson" nil (((b ay) 1) ((l ax n) 0) ((s ax n) 0))) +("beiler" nil (((b ay) 1) ((l er) 0))) +("beilfuss" nil (((b ay l) 1) ((f ax s) 0))) +("beilke" nil (((b iy l k) 1))) +("beilman" nil (((b ay l) 1) ((m ax n) 0))) +("beim" nil (((b ay m) 1))) +("bein" nil (((b iy n) 1))) +("beine" nil (((b iy n) 1))) +("being" nil (((b iy) 1) ((ih ng) 0))) +("beings" nil (((b iy) 1) ((ih ng z) 0))) +("beiny" nil (((b ay) 1) ((n iy) 0))) +("beira" nil (((b ey) 1) ((r ax) 0))) +("beirne" nil (((b ih r n) 1))) +("beirut" nil (((b ey) 0) ((r uw t) 1))) +("beisel" nil (((b ay) 1) ((s ax l) 0))) +("beiser" nil (((b ay) 1) ((s er) 0))) +("beisner" nil (((b ay) 1) ((s n er) 0))) +("beissel" nil (((b ay) 1) ((s ax l) 0))) +("beiswenger" nil (((b ay) 1) ((s w ih n) 0) ((jh er) 0))) +("beit" nil (((b ey t) 1))) +("beitel" nil (((b ay) 1) ((t ax l) 0))) +("beiter" nil (((b ay) 1) ((t er) 0))) +("beitler" nil (((b ay) 1) ((t ax) 0) ((l er) 0))) +("beitz" nil (((b iy t s) 1))) +("beitzel" nil (((b ay t) 1) ((z ax l) 0))) +("bejar" nil (((b ey) 0) ((y aa r) 1))) +("bejarano" nil (((b ey) 0) ((y aa) 0) ((r aa) 1) ((n ow) 0))) +("bejeweled" n (((b ax) 0) ((jh uw) 1) ((ax l d) 0))) +("bekaa" nil (((b eh) 0) ((k aa) 1))) +("bekaert" nil (((b ax) 0) ((k eh r t) 1))) +("beker" nil (((b eh) 1) ((k er) 0))) +("bekins" nil (((b iy) 1) ((k ih n z) 0))) +("bekker" nil (((b eh) 1) ((k er) 0))) +("bekki" nil (((b eh) 1) ((k iy) 0))) +("bel" nil (((b eh l) 1))) +("bela" nil (((b eh) 1) ((l ax) 0))) +("belabor" nil (((b ih) 0) ((l ey) 1) ((b er) 0))) +("belabored" nil (((b ih) 0) ((l ey) 1) ((b er d) 0))) +("belabores" nil (((b ih) 0) ((l ey) 1) ((b er z) 0))) +("belaboring" nil (((b ih) 0) ((l ey) 1) ((b er) 0) ((ih ng) 0))) +("beladur" nil (((b eh) 1) ((l ax) 0) ((d uh r) 1))) +("belafonte" nil (((b eh) 1) ((l ax) 0) ((f aa n) 1) ((t iy) 0))) +("belair" nil (((b ih) 0) ((l eh r) 1))) +("belaire" nil (((b ax) 0) ((l eh r) 1))) +("belak" nil (((b eh) 1) ((l ax k) 0))) +("beland" nil (((b eh) 1) ((l ax n d) 0))) +("belanger" nil (((b eh) 1) ((l ax ng) 0) ((er) 0))) +("belanoff" nil (((b eh) 1) ((l ax) 0) ((n ao f) 0))) +("belarus" nil (((b eh) 0) ((l aa) 1) ((r ax s) 0))) +("belasco" nil (((b eh) 0) ((l aa) 1) ((s k ow) 0))) +("belated" nil (((b ih) 0) ((l ey) 1) ((t ih d) 0))) +("belatedly" nil (((b ih) 0) ((l ey) 1) ((t ax d) 0) ((l iy) 0))) +("belcastro" nil (((b eh l) 0) ((k ae) 1) ((s t r ow) 0))) +("belch" nil (((b eh l ch) 1))) +("belched" nil (((b eh l ch t) 1))) +("belcher" nil (((b eh l) 1) ((ch er) 0))) +("belching" nil (((b eh l) 1) ((ch ih ng) 0))) +("belcourt" nil (((b eh l) 1) ((k ao r t) 1))) +("belden" nil (((b eh l) 1) ((d ax n) 0))) +("beldin" nil (((b eh l) 1) ((d ih n) 0))) +("belding" nil (((b eh l) 1) ((d ih ng) 0))) +("beldock" nil (((b eh l) 1) ((d aa k) 1))) +("beldon" nil (((b eh l) 1) ((d ax n) 0))) +("beleaguered" nil (((b ih) 0) ((l iy) 1) ((g er d) 0))) +("belen" nil (((b eh) 1) ((l ax n) 0))) +("belew" nil (((b eh) 1) ((l uw) 0))) +("belfast" nil (((b eh l) 1) ((f ae s t) 1))) +("belfer" nil (((b eh l) 1) ((f er) 0))) +("belfield" nil (((b eh l) 1) ((f iy l d) 1))) +("belfiore" nil (((b eh l) 0) ((f iy) 0) ((ao) 1) ((r iy) 0))) +("belflower" nil (((b eh l) 1) ((f l aw) 1) ((er) 0))) +("belford" nil (((b eh l) 1) ((f er d) 0))) +("belfry" nil (((b eh l) 1) ((f r iy) 0))) +("belgacom" nil (((b eh l) 1) ((g ax) 0) ((k aa m) 0))) +("belgard" nil (((b ih l) 0) ((g aa r d) 1))) +("belgarde" nil (((b eh l) 0) ((g aa r) 1) ((d iy) 0))) +("belge" nil (((b eh l) 1) ((jh iy) 0))) +("belger" nil (((b eh l) 1) ((g er) 0))) +("belgian" nil (((b eh l) 1) ((jh ax n) 0))) +("belgians" nil (((b eh l) 1) ((jh ax n z) 0))) +("belgique" nil (((b eh l) 0) ((zh iy k) 1))) +("belgium" nil (((b eh l) 1) ((jh ax m) 0))) +("belgo" nil (((b eh l) 1) ((g ow) 1))) +("belgrade" nil (((b eh l) 1) ((g r ey d) 0))) +("belgrave" nil (((b eh l) 1) ((g r ey v) 1))) +("belich" nil (((b eh) 1) ((l ih k) 0))) +("belie" nil (((b ih) 0) ((l ay) 1))) +("belied" nil (((b ih) 0) ((l ay d) 1))) +("belief" nil (((b ih) 0) ((l iy f) 1))) +("beliefs" nil (((b ih) 0) ((l iy f s) 1))) +("belier" nil (((b eh) 1) ((l y er) 0))) +("belies" nil (((b ih) 0) ((l ay z) 1))) +("believability" nil (((b ax) 0) ((l iy) 1) ((v ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("believable" nil (((b ax) 0) ((l iy) 1) ((v ax) 0) ((b ax l) 0))) +("believe" nil (((b ih) 0) ((l iy v) 1))) +("believed" nil (((b ih) 0) ((l iy v d) 1))) +("believer" nil (((b ax) 0) ((l iy) 1) ((v er) 0))) +("believers" nil (((b ax) 0) ((l iy) 1) ((v er z) 0))) +("believes" nil (((b ih) 0) ((l iy v z) 1))) +("believing" nil (((b ih) 0) ((l iy) 1) ((v ih ng) 0))) +("belilios" nil (((b ax) 0) ((l iy) 1) ((l ih) 0) ((ow s) 0))) +("belin" nil (((b eh) 1) ((l ih n) 0))) +("belinda" nil (((b ax) 0) ((l ih n) 1) ((d ax) 0))) +("belinsky" nil (((b ih) 0) ((l ih n) 1) ((s k iy) 0))) +("belisle" nil (((b eh) 1) ((l ay) 0) ((ax l) 0))) +("belittle" nil (((b ih) 0) ((l ih) 1) ((t ax l) 0))) +("belittled" nil (((b ih) 0) ((l ih) 1) ((t ax l d) 0))) +("belittles" nil (((b ih) 0) ((l ih) 1) ((t ax l z) 0))) +("belittling" nil (((b ih) 0) ((l ih) 1) ((t ax) 0) ((l ih ng) 0))) +("belitz" nil (((b eh) 1) ((l ih t s) 0))) +("beliveau" nil (((b eh) 1) ((l ih) 0) ((v ow) 1))) +("belize" nil (((b eh) 0) ((l iy z) 1))) +("belk" nil (((b eh l k) 1))) +("belka" nil (((b eh l) 1) ((k ax) 0))) +("belkacem" nil (((b eh l) 1) ((k ax) 0) ((s ax m) 0))) +("belke" nil (((b eh l k) 1))) +("belkin" nil (((b eh l) 1) ((k ih n) 0))) +("belknap" nil (((b eh l) 1) ((n ae p) 0))) +("belko" nil (((b eh l) 1) ((k ow) 0))) +("bell" nil (((b eh l) 1))) +("bella" nil (((b eh) 1) ((l ax) 0))) +("bellah" nil (((b eh) 1) ((l ax) 0))) +("bellamy" nil (((b eh) 1) ((l ax) 0) ((m iy) 0))) +("bellanca" nil (((b eh) 0) ((l aa n) 1) ((k ax) 0))) +("belland" nil (((b eh) 1) ((l ax n d) 0))) +("bellanger" nil (((b eh) 1) ((l ae ng) 1) ((g er) 0))) +("bellante" nil (((b eh) 0) ((l aa n) 1) ((t iy) 0))) +("bellantoni" nil (((b eh) 0) ((l aa n) 0) ((t ow) 1) ((n iy) 0))) +("bellar" nil (((b eh) 1) ((l er) 0))) +("bellard" nil (((b ih) 0) ((l aa r d) 1))) +("bellas" nil (((b eh) 1) ((l ax z) 0))) +("bellavance" nil (((b eh) 0) ((l aa) 1) ((v ax n s) 0))) +("bellavia" nil (((b eh) 0) ((l aa) 1) ((v iy) 0) ((ax) 0))) +("bellavista" nil (((b eh) 1) ((l ax) 0) ((v ih) 1) ((s t ax) 0))) +("bellcore" nil (((b eh l) 1) ((k ao r) 1))) +("belle" nil (((b eh l) 1))) +("belleau" nil (((b ih) 0) ((l ow) 1))) +("bellefeuille" nil (((b eh) 1) ((l ax) 0) ((f iy) 0) ((uw l) 1))) +("bellemare" nil (((b eh) 1) ((l ax) 0) ((m eh r) 1))) +("beller" nil (((b eh) 1) ((l er) 0))) +("bellerose" nil (((b eh) 1) ((l er) 0) ((ax z) 0))) +("belles" nil (((b eh l z) 1))) +("belleville" nil (((b ax l) 0) ((v ih l) 1))) +("bellevue" nil (((b eh l) 1) ((v y uw) 1))) +("bellew" nil (((b ih) 0) ((l uw) 1))) +("bellflower" nil (((b eh l) 1) ((f l aw) 1) ((er) 0))) +("bellflowers" nil (((b eh l) 1) ((f l aw) 1) ((er z) 0))) +("bellhops" nil (((b eh l) 1) ((hh aa p s) 1))) +("belli" nil (((b eh) 1) ((l iy) 0))) +("bellicose" nil (((b eh) 1) ((l ax) 0) ((k ow s) 1))) +("bellied" nil (((b eh) 1) ((l iy d) 0))) +("bellies" nil (((b eh) 1) ((l iy z) 0))) +("belligerence" nil (((b ax) 0) ((l ih) 1) ((jh er) 0) ((ax n s) 0))) +("belligerent" nil (((b ax) 0) ((l ih) 1) ((jh er) 0) ((ax n t) 0))) +("belligerents" nil (((b ax) 0) ((l ih) 1) ((jh er) 0) ((ax n t s) 0))) +("bellin" nil (((b eh) 1) ((l ih n) 0))) +("bellina" nil (((b eh) 0) ((l iy) 1) ((n ax) 0))) +("belling" nil (((b eh) 1) ((l ih ng) 0))) +("bellinger" nil (((b eh) 1) ((l ih ng) 0) ((er) 0))) +("bellingham" nil (((b eh) 1) ((l ih ng) 0) ((hh ae m) 1))) +("bellinghausen" nil (((b eh) 1) ((l ih ng) 0) ((hh aw) 1) ((z ax n) 0))) +("bellini" nil (((b eh) 0) ((l iy) 1) ((n iy) 0))) +("bellino" nil (((b eh) 0) ((l iy) 1) ((n ow) 0))) +("bellis" nil (((b eh) 1) ((l ih s) 0))) +("bellissimo" nil (((b eh) 0) ((l iy) 0) ((s iy) 1) ((m ow) 0))) +("belliveau" nil (((b eh) 1) ((l ih) 0) ((v ow) 1))) +("bellizzi" nil (((b eh) 0) ((l iy t) 1) ((s iy) 0))) +("bellm" nil (((b eh l m) 1))) +("bellman" nil (((b eh l) 1) ((m ax n) 0))) +("bellmon" nil (((b eh l) 1) ((m ax n) 0))) +("bellmore" nil (((b eh l) 1) ((m ao r) 0))) +("bello" nil (((b eh) 1) ((l ow) 0))) +("bellomo" nil (((b eh) 0) ((l ow) 1) ((m ow) 0))) +("bellomy" nil (((b eh) 1) ((l ax) 0) ((m iy) 0))) +("bellon" nil (((b eh) 1) ((l ax n) 0))) +("bellone" nil (((b eh) 0) ((l ow) 1) ((n iy) 0))) +("bellotti" nil (((b eh) 0) ((l ow) 1) ((t iy) 0))) +("bellow" nil (((b eh) 1) ((l ow) 0))) +("bellowed" nil (((b eh) 1) ((l ow d) 0))) +("bellowing" nil (((b eh) 1) ((l ow) 0) ((ih ng) 0))) +("bellows" nil (((b eh) 1) ((l ow z) 0))) +("bellrose" nil (((b eh l) 1) ((r ow z) 1))) +("bells" nil (((b eh l z) 1))) +("bellsouth" nil (((b eh l) 1) ((s aw th) 1))) +("bellucci" nil (((b eh) 0) ((l uw) 1) ((ch iy) 0))) +("belluomini" nil (((b eh l) 1) ((w ow) 0) ((m iy) 1) ((n iy) 0))) +("bellville" nil (((b eh l) 1) ((v ih l) 1))) +("bellwether" nil (((b eh l) 1) ((w eh) 1) ((dh er) 0))) +("bellwethers" nil (((b eh l) 1) ((w eh) 1) ((dh er z) 0))) +("bellwood" nil (((b eh l) 1) ((w uh d) 1))) +("belly" nil (((b eh) 1) ((l iy) 0))) +("bellyache" nil (((b eh) 1) ((l iy) 0) ((ey k) 1))) +("belman" nil (((b eh l) 1) ((m ax n) 0))) +("belmont" nil (((b eh l) 1) ((m aa n t) 1))) +("belmonte" nil (((b eh l) 0) ((m ow n) 1) ((t iy) 0))) +("belmore" nil (((b eh l) 1) ((m ao r) 0))) +("belnap" nil (((b eh l) 1) ((n ae p) 1))) +("belnick" nil (((b eh l) 1) ((n ih k) 0))) +("belo" nil (((b eh) 1) ((l ow) 0))) +("beloff" nil (((b eh) 1) ((l ao f) 1))) +("beloit" nil (((b ih) 0) ((l oy t) 1))) +("belong" nil (((b ih) 0) ((l ao ng) 1))) +("belonged" nil (((b ih) 0) ((l ao ng d) 1))) +("belongia" nil (((b eh) 0) ((l ow n) 1) ((jh ax) 0))) +("belonging" nil (((b ih) 0) ((l ao ng) 1) ((ih ng) 0))) +("belongings" nil (((b ih) 0) ((l ao ng) 1) ((ih ng z) 0))) +("belongs" nil (((b ih) 0) ((l ao ng z) 1))) +("belote" nil (((b eh) 0) ((l ow) 1) ((t iy) 0))) +("belous" nil (((b eh) 1) ((l ax s) 0))) +("belov" nil (((b eh) 1) ((l aa v) 0))) +("belove" nil (((b ih) 0) ((l ah v) 1))) +("beloved" nil (((b ih) 0) ((l ah v d) 1))) +("below" nil (((b ih) 0) ((l ow) 1))) +("bels" nil (((b eh l z) 1))) +("belser" nil (((b eh l) 1) ((s er) 0))) +("belshaw" nil (((b eh l) 1) ((sh ao) 1))) +("belshe" nil (((b eh l sh) 1))) +("belsito" nil (((b eh l) 0) ((s iy) 1) ((t ow) 0))) +("belsky" nil (((b eh l) 1) ((s k iy) 0))) +("belson" nil (((b eh l) 1) ((s ax n) 0))) +("belt" nil (((b eh l t) 1))) +("belted" nil (((b eh l) 1) ((t ax d) 0))) +("belter" nil (((b eh l) 1) ((t er) 0))) +("belth" nil (((b eh l th) 1))) +("belting" nil (((b eh l) 1) ((t ih ng) 0))) +("belton" nil (((b eh l) 1) ((t ax n) 0))) +("beltram" nil (((b eh l) 1) ((t r ae m) 1))) +("beltran" nil (((b eh l) 1) ((t r ax n) 0))) +("belts" nil (((b eh l t s) 1))) +("beltsville" nil (((b eh l t) 1) ((s v ih l) 1))) +("beltway" nil (((b eh l) 1) ((t w ey) 1))) +("beltz" nil (((b eh l t s) 1))) +("belue" nil (((b eh) 1) ((l y uw) 0))) +("beluga" nil (((b ih) 0) ((l uw) 1) ((g ax) 0))) +("belushi" nil (((b eh) 0) ((l uw) 1) ((sh iy) 0))) +("belva" nil (((b ey l) 1) ((v ax) 0))) +("belveal" nil (((b eh l) 1) ((v ax l) 0))) +("belvedere" nil (((b eh l) 1) ((v ax) 0) ((d ih r) 1))) +("belvia" nil (((b eh l) 1) ((v iy) 0) ((ax) 0))) +("belvidere" nil (((b eh l) 1) ((v ih) 0) ((d ih r) 1))) +("belville" nil (((b eh l) 1) ((v ih l) 1))) +("belvin" nil (((b eh l) 1) ((v ih n) 0))) +("belyea" nil (((b eh) 0) ((l iy) 1) ((ax) 0))) +("belyeu" nil (((b eh) 1) ((l iy) 0) ((uw) 1))) +("belying" nil (((b ih) 0) ((l ay) 1) ((ih ng) 0))) +("belz" nil (((b eh l z) 1))) +("belzberg" nil (((b eh l t s) 1) ((b er g) 0))) +("belzbergs" nil (((b eh l t s) 1) ((b er g z) 0))) +("belzer" nil (((b eh l) 1) ((z er) 0))) +("bem" nil (((b eh m) 1))) +("beman" nil (((b iy) 1) ((m ax n) 0))) +("bembenek" nil (((b eh m) 1) ((b ih) 0) ((n ax k) 0))) +("bembry" nil (((b eh m) 1) ((b r iy) 0))) +("bement" nil (((b iy) 1) ((m ax n t) 0))) +("bemis" nil (((b iy) 1) ((m ax s) 0))) +("bemiss" nil (((b eh) 1) ((m ih s) 0))) +("bemoan" nil (((b ih) 0) ((m ow n) 1))) +("bemoaned" nil (((b ih) 0) ((m ow n d) 1))) +("bemoaning" nil (((b ih) 0) ((m ow) 1) ((n ih ng) 0))) +("bemoans" nil (((b ih) 0) ((m ow n z) 1))) +("bemused" nil (((b ih) 0) ((m y uw z d) 1))) +("bemusement" nil (((b eh) 1) ((m y uw) 0) ((s m ax n t) 0))) +("ben" nil (((b eh n) 1))) +("bena" nil (((b eh) 1) ((n ax) 0))) +("benackova" nil (((b eh) 1) ((n ax) 0) ((k ow) 1) ((v ax) 0))) +("benak" nil (((b eh) 1) ((n ax k) 0))) +("benanti" nil (((b eh) 0) ((n aa n) 1) ((t iy) 0))) +("benard" nil (((b ih) 0) ((n aa r d) 1))) +("benassi" nil (((b eh) 0) ((n aa) 1) ((s iy) 0))) +("benasuli" nil (((b eh) 1) ((n ax) 0) ((s uw) 1) ((l iy) 0))) +("benatar" nil (((b eh) 1) ((n ax) 0) ((t er) 0))) +("benavente" nil (((b eh) 0) ((n aa) 0) ((v eh n) 1) ((t iy) 0))) +("benavides" nil (((b ey) 0) ((n aa) 0) ((v iy) 1) ((d eh s) 0))) +("benavidez" nil (((b ey) 0) ((n aa) 0) ((v iy) 1) ((d eh z) 0))) +("benazir" nil (((b eh) 1) ((n ax) 0) ((z ih r) 1))) +("benbow" nil (((b eh n) 1) ((b ow) 0))) +("benbrook" nil (((b eh n) 1) ((b r uh k) 1))) +("bence" nil (((b eh n s) 1))) +("bench" nil (((b eh n ch) 1))) +("benches" nil (((b eh n) 1) ((ch ih z) 0))) +("benchley" nil (((b eh n ch) 1) ((l iy) 0))) +("benchmark" nil (((b eh n ch) 1) ((m aa r k) 1))) +("benchmarks" nil (((b eh n ch) 1) ((m aa r k s) 1))) +("bencivenga" nil (((b eh n) 0) ((ch iy) 0) ((v eh ng) 1) ((g ax) 0))) +("bencomo" nil (((b eh n) 0) ((k ow) 1) ((m ow) 0))) +("bencoolen" nil (((b eh n) 1) ((k uh) 0) ((l ax n) 0))) +("bencsik" nil (((b eh ng k) 1) ((s ih k) 0))) +("bend" nil (((b eh n d) 1))) +("benda" nil (((b eh n) 1) ((d ax) 0))) +("bendall" nil (((b eh n) 1) ((d ax l) 0))) +("bendectin" nil (((b eh n) 0) ((d eh k) 1) ((t ih n) 0))) +("bended" nil (((b eh n) 1) ((d ih d) 0))) +("bendel" nil (((b eh n) 1) ((d ax l) 0))) +("bendele" nil (((b eh n) 1) ((d ax l) 0))) +("bendemeer" nil (((b eh n) 1) ((d ax) 0) ((m ih r) 0))) +("bender" nil (((b eh n) 1) ((d er) 0))) +("benders" nil (((b eh n) 1) ((d er z) 0))) +("bendick" nil (((b eh n) 1) ((d ih k) 0))) +("bendickson" nil (((b eh n) 1) ((d ih k) 0) ((s ax n) 0))) +("bendig" nil (((b eh n) 1) ((d ih g) 0))) +("bending" nil (((b eh n) 1) ((d ih ng) 0))) +("bendix" nil (((b eh n) 1) ((d ih k s) 0))) +("bendixen" nil (((b ih n) 0) ((d ih k) 1) ((s ax n) 0))) +("Bendjedid" n (((b eh n) 1) ((jh ax) 0) ((d ax d) 0))) +("bendler" nil (((b eh n d) 1) ((l er) 0))) +("bendorf" nil (((b eh n) 1) ((d ao r f) 0))) +("bends" nil (((b eh n d z) 1))) +("bendt" nil (((b eh n t) 1))) +("bendure" nil (((b ey n) 0) ((d uh) 1) ((r ey) 0))) +("bene" nil (((b eh) 1) ((n ax) 0))) +("beneath" nil (((b ih) 0) ((n iy th) 1))) +("benecke" nil (((b eh) 1) ((n ax k) 0))) +("benedek" nil (((b eh) 1) ((n ax) 0) ((d ih k) 0))) +("benedetti" nil (((b eh) 1) ((n ax) 0) ((d eh) 1) ((t iy) 0))) +("benedetto" nil (((b ih) 0) ((n ax) 0) ((d eh) 1) ((t ow) 0))) +("benedick" nil (((b eh) 1) ((n ax) 0) ((d ih k) 0))) +("benedict" nil (((b eh) 1) ((n ax) 0) ((d ih k t) 1))) +("benedicta" nil (((b eh) 1) ((n ax) 0) ((d iy k) 0) ((t ax) 0))) +("benedictine" nil (((b eh) 1) ((n ax) 0) ((d ih k) 1) ((t iy n) 0))) +("benedictines" nil (((b eh) 1) ((n ax) 0) ((d ih k) 1) ((t iy n z) 0))) +("benedikt" nil (((b eh) 1) ((n ax) 0) ((d ih k t) 0))) +("benedix" nil (((b eh) 1) ((n ax) 0) ((d ih k s) 0))) +("benefactor" nil (((b eh) 1) ((n ax) 0) ((f ae k) 1) ((t er) 0))) +("benefactors" nil (((b eh) 1) ((n ax) 0) ((f ae k) 1) ((t er z) 0))) +("beneficence" nil (((b ax) 0) ((n eh) 1) ((f ax) 0) ((s ax n s) 0))) +("beneficent" nil (((b eh) 1) ((n ax) 0) ((f ih) 1) ((sh ax n t) 0))) +("beneficial" nil (((b eh) 1) ((n ax) 0) ((f ih) 1) ((sh ax l) 0))) +("beneficially" nil (((b eh) 1) ((n ax) 0) ((f ih) 1) ((sh ax) 0) ((l iy) 0))) +("beneficiaries" nil (((b eh) 1) ((n ax) 0) ((f ih) 1) ((sh iy) 0) ((eh) 1) ((r iy z) 0))) +("beneficiary" nil (((b eh) 1) ((n ax) 0) ((f ih) 1) ((sh iy) 0) ((eh) 1) ((r iy) 0))) +("benefiel" nil (((b eh) 1) ((n ax) 0) ((f iy l) 0))) +("benefield" nil (((b eh) 1) ((n ax) 0) ((f iy l d) 0))) +("benefit" nil (((b eh) 1) ((n ax) 0) ((f ih t) 0))) +("benefited" nil (((b eh) 1) ((n ax) 0) ((f ih) 1) ((t ih d) 0))) +("benefiting" nil (((b eh) 1) ((n ax) 0) ((f ih) 0) ((t ih ng) 0))) +("benefits" nil (((b eh) 1) ((n ax) 0) ((f ih t s) 0))) +("benefitted" nil (((b eh) 1) ((n ax) 0) ((f ih) 0) ((t ih d) 0))) +("benefitting" nil (((b eh) 1) ((n ax) 0) ((f ih) 0) ((t ih ng) 0))) +("beneke" nil (((b eh) 1) ((n ax k) 0))) +("benel" nil (((b eh) 1) ((n ax l) 0))) +("benelux" nil (((b eh) 1) ((n ax) 0) ((l ax k s) 0))) +("benenati" nil (((b ih) 0) ((n ax) 0) ((n aa) 1) ((t iy) 0))) +("benequity" nil (((b eh) 1) ((n eh) 1) ((k w ax) 0) ((t iy) 0))) +("benes" nil (((b eh) 1) ((n iy s) 0))) +("benesch" nil (((b eh) 1) ((n ax sh) 0))) +("benesh" nil (((b eh) 1) ((n ax sh) 0))) +("benetti" nil (((b eh) 0) ((n eh) 1) ((t iy) 0))) +("benetton" nil (((b eh) 1) ((n ax) 0) ((t ax n) 0))) +("benevento" nil (((b eh) 1) ((n ax) 0) ((v ey n) 0) ((t ow) 0))) +("benevides" nil (((b eh) 1) ((n ax) 0) ((v iy) 0) ((d eh s) 0))) +("benevolence" nil (((b ax) 0) ((n eh) 1) ((v ax) 0) ((l ax n s) 0))) +("benevolent" nil (((b ax) 0) ((n eh) 1) ((v ax) 0) ((l ax n t) 0))) +("benezra" nil (((b eh) 1) ((n ax z) 0) ((r ax) 0))) +("benfer" nil (((b eh n) 1) ((f er) 0))) +("benfield" nil (((b eh n) 1) ((f iy l d) 0))) +("benford" nil (((b eh n) 1) ((f er d) 0))) +("beng" nil (((b eh ng) 1))) +("bengal" nil (((b eh ng) 0) ((g ao l) 1))) +("bengalis" nil (((b eh ng) 0) ((g ao) 1) ((l iy z) 0))) +("bengals" nil (((b eh ng) 1) ((g ax l z) 0))) +("bengbu" nil (((b ah ng) 0) ((b uw) 1))) +("benge" nil (((b eh n jh) 1))) +("bengel" nil (((b eh ng) 1) ((g ax l) 0))) +("bengoechea" nil (((b eh ng) 1) ((g ow) 0) ((eh) 0) ((ch iy) 1) ((ax) 0))) +("bengston" nil (((b eh ng g) 1) ((s t ax n) 0))) +("bengt" nil (((b eh ng k t) 1))) +("bengtson" nil (((b eh ng t) 1) ((s ax n) 0))) +("benguet" nil (((b eh ng) 1) ((g ax t) 0))) +("benham" nil (((b eh n) 1) ((hh ax m) 0))) +("benhamou" nil (((b eh n) 1) ((hh ax) 0) ((m uw) 1))) +("beni" nil (((b eh) 1) ((n iy) 0))) +("benighted" nil (((b ih) 0) ((n ay) 1) ((t ih d) 0))) +("benign" nil (((b ih) 0) ((n ay n) 1))) +("benigna" nil (((b eh) 0) ((n iy g) 1) ((n ax) 0))) +("benignly" nil (((b ax) 0) ((n ay n) 1) ((l iy) 0))) +("benigno" nil (((b eh) 1) ((n iy) 1) ((n y ow) 0))) +("benihana" nil (((b eh) 1) ((n ih) 0) ((hh aa) 1) ((n ax) 0))) +("benin" nil (((b iy) 1) ((n ih n) 0))) +("beninati" nil (((b eh) 0) ((n iy) 0) ((n aa) 1) ((t iy) 0))) +("benincasa" nil (((b eh) 0) ((n iy n) 0) ((k aa) 1) ((s ax) 0))) +("benish" nil (((b eh) 1) ((n ih sh) 0))) +("benita" nil (((b ax) 0) ((n iy) 1) ((t ax) 0))) +("benites" nil (((b eh) 1) ((n ay t s) 0))) +("benitez" nil (((b ey) 0) ((n iy) 1) ((t eh z) 0))) +("benito" nil (((b eh) 0) ((n iy) 1) ((t ow) 0))) +("benjamin" nil (((b eh n) 1) ((jh ax) 0) ((m ax n) 0))) +("benjimen" nil (((b eh n) 1) ((jh ax) 0) ((m ih n) 0))) +("benjy" nil (((b eh n) 1) ((jh iy) 0))) +("benke" nil (((b eh ng k) 1))) +("benker" nil (((b eh ng) 1) ((k er) 0))) +("benkert" nil (((b eh ng) 1) ((k er t) 0))) +("benko" nil (((b eh ng) 1) ((k ow) 0))) +("benlate" nil (((b eh n) 1) ((l ey t) 1))) +("benlox" nil (((b eh n) 1) ((l aa k s) 0))) +("benn" nil (((b eh n) 1))) +("bennardo" nil (((b ax) 0) ((n aa r) 1) ((d ow) 0))) +("benne" nil (((b eh n) 1))) +("bennefield" nil (((b eh) 1) ((n ih) 0) ((f iy l d) 0))) +("benner" nil (((b eh) 1) ((n er) 0))) +("bennet" nil (((b eh) 1) ((n ih t) 0))) +("bennett" nil (((b eh) 1) ((n ax t) 0))) +("bennette" nil (((b ih) 0) ((n eh t) 1))) +("bennetts" nil (((b eh) 1) ((n ih t s) 0))) +("benney" nil (((b eh) 1) ((n iy) 0))) +("bennick" nil (((b eh) 1) ((n ih k) 0))) +("bennie" nil (((b eh) 1) ((n iy) 0))) +("benning" nil (((b eh) 1) ((n ih ng) 0))) +("benninger" nil (((b eh) 1) ((n ih ng) 0) ((er) 0))) +("benningfield" nil (((b eh) 1) ((n ih ng) 0) ((f iy l d) 0))) +("benninghoff" nil (((b eh) 1) ((n ih ng) 0) ((hh ao f) 1))) +("bennington" nil (((b eh) 1) ((n ih ng) 0) ((t ax n) 0))) +("bennink" nil (((b eh) 1) ((n ih ng k) 0))) +("bennion" nil (((b eh) 1) ((n y ax n) 0))) +("bennis" nil (((b eh) 1) ((n ih s) 0))) +("bennison" nil (((b eh) 1) ((n ih) 0) ((s ax n) 0))) +("bennitt" nil (((b eh) 1) ((n ih t) 0))) +("benno" nil (((b eh) 1) ((n ow) 0))) +("benny" nil (((b eh) 1) ((n iy) 0))) +("beno" nil (((b ey) 1) ((n ow) 0))) +("benoist" nil (((b iy) 1) ((n ow) 0) ((ih s t) 0))) +("benoit" nil (((b ax) 0) ((n oy t) 1))) +("benoni" nil (((b eh) 0) ((n ow) 1) ((n iy) 0))) +("benowitz" nil (((b eh) 1) ((n ax) 0) ((w ih t s) 0))) +("benoy" nil (((b eh) 1) ((n oy) 0))) +("bens" nil (((b eh n z) 1))) +("bensalem" nil (((b eh n) 1) ((s ey) 1) ((l ax m) 0))) +("bensch" nil (((b eh n sh) 1))) +("benscoter" nil (((b eh n) 1) ((s k ax) 0) ((t er) 0))) +("bensel" nil (((b eh n) 1) ((s ax l) 0))) +("bensen" nil (((b eh n) 1) ((s ax n) 0))) +("benshoof" nil (((b eh n) 1) ((sh uh f) 0))) +("bensing" nil (((b eh n) 1) ((s ih ng) 0))) +("bensinger" nil (((b eh n) 1) ((s ih n) 0) ((jh er) 0))) +("benskin" nil (((b eh n) 1) ((s k ih n) 0))) +("bensley" nil (((b eh n) 1) ((s l iy) 0))) +("bensman" nil (((b eh n) 1) ((s m ax n) 0))) +("benson" nil (((b eh n) 1) ((s ax n) 0))) +("bensonhurst" nil (((b eh n) 1) ((s ax n) 0) ((hh er s t) 0))) +("benstock" nil (((b eh n) 1) ((s t aa k) 1))) +("bent" nil (((b eh n t) 1))) +("bente" nil (((b eh n t) 1))) +("benter" nil (((b eh n) 1) ((t er) 0))) +("benthall" nil (((b eh n) 1) ((th ax l) 0))) +("bentivegna" nil (((b eh n) 0) ((t iy) 0) ((v eh g) 1) ((n ax) 0))) +("bentler" nil (((b eh n t) 1) ((l er) 0))) +("bentley" nil (((b eh n t) 1) ((l iy) 0))) +("bently" nil (((b eh n t) 1) ((l iy) 0))) +("bento" nil (((b eh n) 1) ((t ow) 0))) +("benton" nil (((b eh n) 1) ((t ax n) 0))) +("bentonite" nil (((b eh n) 1) ((t ax) 0) ((n ay t) 1))) +("bentonville" nil (((b eh n) 1) ((t ax n) 0) ((v ih l) 1))) +("bentsen" nil (((b eh n t) 1) ((s ax n) 0))) +("bentson" nil (((b eh n t) 1) ((s ax n) 0))) +("bentz" nil (((b eh n t s) 1))) +("bentzel" nil (((b eh n t) 1) ((z ax l) 0))) +("bentzen" nil (((b eh n t) 1) ((z ax n) 0))) +("benveniste" nil (((b eh n) 0) ((v eh) 0) ((n iy) 1) ((s t iy) 0))) +("benvenuti" nil (((b eh n) 0) ((v eh) 0) ((n uw) 1) ((t iy) 0))) +("benvenuto" nil (((b eh n) 0) ((v eh) 0) ((n uw) 1) ((t ow) 0))) +("benware" nil (((b eh n) 1) ((w eh r) 0))) +("benway" nil (((b eh n) 1) ((w ey) 1))) +("benxi" nil (((b eh n) 1) ((sh iy) 1))) +("benyo" nil (((b ey) 1) ((n y ow) 0))) +("benz" nil (((b eh n z) 1))) +("benzel" nil (((b eh n) 1) ((z ax l) 0))) +("benzene" nil (((b eh n) 0) ((z iy n) 1))) +("benzes" nil (((b eh n) 1) ((z ih z) 0))) +("benzie" nil (((b eh n) 1) ((z iy) 0))) +("benziger" nil (((b eh n) 1) ((z ih) 0) ((g er) 0))) +("benzing" nil (((b eh n) 1) ((z ih ng) 0))) +("benzinger" nil (((b eh n) 1) ((z ih ng) 0) ((er) 0))) +("beougher" nil (((b aw) 1) ((f er) 0))) +("beowulf" nil (((b ey) 1) ((ax) 0) ((w uh l f) 1))) +("bequeath" nil (((b ih) 0) ((k w iy th) 1))) +("bequeathed" nil (((b ax) 0) ((k w iy th t) 1))) +("bequest" nil (((b ih) 0) ((k w eh s t) 1))) +("bequests" nil (((b ih) 0) ((k w eh s t s) 1))) +("bequette" nil (((b ih) 0) ((k eh t) 1))) +("bera" nil (((b eh) 1) ((r ax) 0))) +("beran" nil (((b eh) 1) ((r ax n) 0))) +("beranek" nil (((b eh) 1) ((r ax) 0) ((n ih k) 0))) +("berard" nil (((b er) 0) ((aa r d) 1))) +("berardi" nil (((b er) 0) ((aa r) 1) ((d iy) 0))) +("berardinelli" nil (((b er) 0) ((aa r) 0) ((d iy) 0) ((n eh) 1) ((l iy) 0))) +("berardino" nil (((b er) 0) ((aa r) 0) ((d iy) 1) ((n ow) 0))) +("berardo" nil (((b er) 0) ((aa r) 1) ((d ow) 0))) +("berarducci" nil (((b er) 0) ((aa r) 0) ((d uw) 1) ((ch iy) 0))) +("berate" nil (((b ih) 0) ((r ey t) 1))) +("berated" nil (((b ih) 0) ((r ey) 1) ((t ih d) 0))) +("berating" nil (((b ih) 0) ((r ey) 1) ((t ih ng) 0))) +("berber" nil (((b er) 1) ((b er) 0))) +("berberian" nil (((b er) 0) ((b ih) 1) ((r iy) 0) ((ax n) 0))) +("berberich" nil (((b er) 1) ((b er) 0) ((ih k) 0))) +("berbick" nil (((b er) 1) ((b ih k) 0))) +("bercaw" nil (((b er) 1) ((k ao) 0))) +("berch" nil (((b er k) 1))) +("berchtold" nil (((b er k) 1) ((t ow l d) 0))) +("bercier" nil (((b er) 1) ((k iy) 0) ((er) 0))) +("bercor" nil (((b er) 1) ((k ao r) 1))) +("berdahl" nil (((b er) 1) ((d aa l) 0))) +("berdan" nil (((b er) 1) ((d ax n) 0))) +("berdine" nil (((b er) 0) ((d iy) 1) ((n iy) 0))) +("bere" nil (((b ih r) 1))) +("berea" nil (((b er) 0) ((iy) 1) ((ax) 0))) +("bereaved" nil (((b er) 0) ((iy v d) 1))) +("bereavement" nil (((b er) 0) ((iy v) 1) ((m ax n t) 0))) +("bereft" nil (((b er) 0) ((eh f t) 1))) +("beregovoy" nil (((b er) 0) ((eh) 1) ((g ax) 0) ((v oy) 1))) +("berend" nil (((b eh) 1) ((r eh n d) 0))) +("berends" nil (((b eh) 1) ((r eh n d z) 0))) +("berendt" nil (((b eh) 1) ((r ih n t) 0))) +("berens" nil (((b ih) 1) ((r ax n z) 0))) +("berenson" nil (((b eh) 1) ((r ih n) 0) ((s ax n) 0))) +("berent" nil (((b eh) 1) ((r ax n t) 0))) +("beres" nil (((b iy r z) 1))) +("beresford" nil (((b ih r z) 1) ((f er d) 0))) +("beret" nil (((b eh) 1) ((r ax t) 0))) +("berets" nil (((b eh) 1) ((r ax t s) 0))) +("beretta" nil (((b er) 0) ((eh) 1) ((t ax) 0))) +("berettas" nil (((b er) 0) ((eh) 1) ((t ax s) 0))) +("berg" nil (((b er g) 1))) +("bergamini" nil (((b er) 0) ((g aa) 0) ((m iy) 1) ((n iy) 0))) +("bergamo" nil (((b er) 0) ((g aa) 1) ((m ow) 0))) +("bergan" nil (((b er) 1) ((g ax n) 0))) +("bergdahl" nil (((b er g) 1) ((d aa l) 0))) +("bergdoll" nil (((b er g) 1) ((d aa l) 1))) +("bergdorf" nil (((b er g) 1) ((d ao r f) 1))) +("berge" nil (((b er jh) 1))) +("bergeman" nil (((b er g) 1) ((m ax n) 0))) +("bergemann" nil (((b er g) 1) ((m ax n) 0))) +("bergen" nil (((b er) 1) ((g ax n) 0))) +("bergendahl" nil (((b er) 1) ((g eh n) 0) ((d aa l) 0))) +("bergenfield" nil (((b er) 1) ((g ax n) 0) ((f iy l d) 1))) +("berger" nil (((b er) 1) ((g er) 0))) +("bergeron" nil (((b er) 1) ((g er) 0) ((ao n) 0))) +("bergerson" nil (((b er) 1) ((g er) 0) ((s ax n) 0))) +("berges" nil (((b er) 1) ((jh ih z) 0))) +("bergeson" nil (((b er) 1) ((g ih) 0) ((s ax n) 0))) +("berget" nil (((b er) 1) ((g eh t) 0))) +("bergevin" nil (((b er) 1) ((g eh) 0) ((v ih n) 0))) +("bergey" nil (((b er) 1) ((jh iy) 0))) +("bergfeld" nil (((b er g) 1) ((f eh l d) 0))) +("berggren" nil (((b er) 1) ((g r eh n) 0))) +("bergh" nil (((b er g) 1))) +("berghoff" nil (((b er g) 1) ((hh ao f) 0))) +("berghuis" nil (((b er g) 1) ((hh uw) 0) ((ih z) 0))) +("bergin" nil (((b er) 1) ((g ih n) 1))) +("bergland" nil (((b er) 1) ((g l ae n d) 1))) +("bergling" nil (((b er) 1) ((g l ih ng) 0))) +("berglund" nil (((b er) 1) ((g l ax n d) 0))) +("bergman" nil (((b er g) 1) ((m ax n) 0))) +("bergmann" nil (((b er g) 1) ((m ax n) 0))) +("bergner" nil (((b er g) 1) ((n er) 0))) +("bergquist" nil (((b er g) 1) ((k w ih s t) 0))) +("bergren" nil (((b er) 1) ((g r eh n) 0))) +("bergs" nil (((b er g z) 1))) +("bergschneider" nil (((b er g) 1) ((sh n ay) 0) ((d er) 0))) +("bergsma" nil (((b eh r g z) 1) ((m ax) 0))) +("bergstedt" nil (((b er g) 1) ((s t eh t) 0))) +("bergstein" nil (((b er g) 1) ((s t ay n) 1))) +("bergsten" nil (((b er g) 1) ((s ax n) 0))) +("bergstrand" nil (((b er g) 1) ((s t r ae n d) 1))) +("bergstresser" nil (((b er g) 1) ((s t r eh) 1) ((s er) 0))) +("bergstrom" nil (((b er g) 1) ((s t r aa m) 0))) +("bergthold" nil (((b er g) 1) ((th ow l d) 1))) +("bergum" nil (((b er) 1) ((g ax m) 0))) +("berhow" nil (((b er) 1) ((hh ow) 0))) +("bering" nil (((b eh) 1) ((r ih ng) 0))) +("beringer" nil (((b eh) 1) ((r ih ng) 0) ((er) 0))) +("berisford" nil (((b eh) 1) ((r ih) 0) ((s f er d) 0))) +("berish" nil (((b er) 1) ((ih sh) 0))) +("berjaya" nil (((b er) 0) ((jh ay) 1) ((ax) 0))) +("berk" nil (((b er k) 1))) +("berka" nil (((b er) 1) ((k ax) 0))) +("berke" nil (((b er k) 1))) +("berkebile" nil (((b er) 1) ((k ih) 0) ((b ax l) 0))) +("berkel" nil (((b er) 1) ((k ax l) 0))) +("berkeley" nil (((b er) 1) ((k l iy) 0))) +("berkelman" nil (((b er) 1) ((k ax l) 0) ((m ax n) 0))) +("berkemeier" nil (((b er) 1) ((k ih) 0) ((m ay) 0) ((er) 0))) +("berken" nil (((b er) 1) ((k ax n) 0))) +("berkery" nil (((b er) 1) ((k er) 0) ((iy) 0))) +("berkes" nil (((b er k s) 1))) +("berkey" nil (((b er) 1) ((k iy) 0))) +("berkheimer" nil (((b er k) 1) ((hh ay) 0) ((m er) 0))) +("berkland" nil (((b er) 1) ((k l ax n d) 0))) +("berklee" nil (((b er) 1) ((k l iy) 0))) +("berkley" nil (((b er) 1) ((k l iy) 0))) +("berkline" nil (((b er) 1) ((k l ay n) 1))) +("berkman" nil (((b er k) 1) ((m ax n) 0))) +("berko" nil (((b er) 1) ((k ow) 0))) +("berkoff" nil (((b er) 1) ((k ao f) 0))) +("berkovitz" nil (((b er) 1) ((k ax) 0) ((v ih t s) 0))) +("berkowitz" nil (((b er) 1) ((k ax) 0) ((w ih t s) 0))) +("berkshire" nil (((b er k) 1) ((sh er) 0))) +("berkshires" nil (((b er k) 1) ((sh ih r z) 1))) +("berkson" nil (((b er k) 1) ((s ax n) 0))) +("berkstresser" nil (((b er k) 1) ((s t r ih) 0) ((s er) 0))) +("berlack" nil (((b er) 1) ((l ae k) 0))) +("berland" nil (((b er) 1) ((l ax n d) 0))) +("berlanga" nil (((b er) 0) ((l aa ng) 1) ((g ax) 0))) +("berlascone" nil (((b eh r) 1) ((l ax) 0) ((s k ow) 1) ((n iy) 0))) +("berle" nil (((b er l) 1))) +("berlex" nil (((b er) 1) ((l eh k s) 1))) +("berlin" nil (((b er) 0) ((l ih n) 1))) +("berliner" nil (((b er) 0) ((l ih) 1) ((n er) 0))) +("berliners" nil (((b er) 0) ((l ih) 1) ((n er z) 0))) +("berling" nil (((b er) 1) ((l ih ng) 0))) +("berlinger" nil (((b er) 1) ((l ih ng) 0) ((er) 0))) +("berlitz" nil (((b er) 0) ((l ih t s) 1))) +("berlottes" nil (((b er) 0) ((l aa t s) 1))) +("berls" nil (((b er l z) 1))) +("berlusconi" nil (((b er) 1) ((l ax) 0) ((s k ow) 1) ((n iy) 0))) +("berm" nil (((b er m) 1))) +("berman" nil (((b er) 1) ((m ax n) 0))) +("bermans" nil (((b er) 1) ((m ax n z) 0))) +("bermea" nil (((b eh r) 1) ((m iy) 0) ((ax) 0))) +("bermel" nil (((b er) 1) ((m ax l) 0))) +("bermingham" nil (((b er) 1) ((m ih ng) 0) ((hh ae m) 0))) +("bermuda" nil (((b er) 0) ((m y uw) 1) ((d ax) 0))) +("bermudez" nil (((b er) 0) ((m y uw) 1) ((d eh z) 1))) +("bern" nil (((b er n) 1))) +("berna" nil (((b eh r) 1) ((n ax) 0))) +("bernabe" nil (((b er) 1) ((n ax b) 0))) +("bernabei" nil (((b er) 1) ((n ax) 0) ((b ay) 0))) +("bernacki" nil (((b er) 0) ((n aa t) 1) ((s k iy) 0))) +("bernadene" nil (((b er) 1) ((n ax) 0) ((d iy n) 0))) +("bernadette" nil (((b er) 0) ((n ax) 0) ((d eh t) 1))) +("bernadine" nil (((b er) 0) ((n ax) 0) ((d iy n) 1))) +("bernadino" nil (((b er) 1) ((n ax) 0) ((d iy) 1) ((n ow) 0))) +("bernal" nil (((b er) 1) ((n ax l) 0))) +("bernama" nil (((b er) 0) ((n aa) 1) ((m ax) 0))) +("bernard" nil (((b er) 0) ((n aa r d) 1))) +("bernardi" nil (((b er) 0) ((n aa r) 1) ((d iy) 0))) +("bernardin" nil (((b er) 1) ((n aa r) 0) ((d iy n) 0))) +("bernardini" nil (((b er) 0) ((n aa r) 0) ((d iy) 1) ((n iy) 0))) +("bernardino" nil (((b er) 0) ((n ax) 0) ((d iy) 1) ((n ow) 0))) +("bernardo" nil (((b er) 0) ((n aa r) 1) ((d ow) 0))) +("bernards" nil (((b er) 0) ((n aa r d z) 1))) +("bernardy" nil (((b er) 0) ((n aa r) 1) ((d iy) 0))) +("bernas" nil (((b er) 1) ((n ax z) 0))) +("bernasconi" nil (((b er) 0) ((n aa) 0) ((s k ow) 1) ((n iy) 0))) +("bernat" nil (((b er) 1) ((n ax t) 0))) +("bernath" nil (((b er) 1) ((n ax th) 0))) +("bernauer" nil (((b er) 1) ((n aw) 0) ((er) 0))) +("bernbach" nil (((b er n) 1) ((b aa k) 1))) +("bernd" nil (((b er n t) 1))) +("berndt" nil (((b er n t) 1))) +("berne" nil (((b er n) 1))) +("berneice" nil (((b er) 0) ((n ay s) 1))) +("berner" nil (((b er) 1) ((n er) 0))) +("bernet" nil (((b er) 0) ((n eh t) 1))) +("bernett" nil (((b er) 1) ((n ih t) 0))) +("berney" nil (((b er) 1) ((n iy) 0))) +("bernhagen" nil (((b er n) 1) ((hh ax) 0) ((g ax n) 0))) +("bernhard" nil (((b er n) 1) ((hh aa r d) 0))) +("bernhardt" nil (((b er n) 1) ((hh aa r t) 0))) +("bernhart" nil (((b er n) 1) ((hh aa r t) 0))) +("bernheim" nil (((b er n) 1) ((hh ay m) 0))) +("berni" nil (((b eh r) 1) ((n iy) 0))) +("bernia" nil (((b eh r) 1) ((n iy) 0) ((ax) 0))) +("bernice" nil (((b er) 0) ((n iy s) 1))) +("bernick" nil (((b er) 1) ((n ih k) 0))) +("bernie" nil (((b er) 1) ((n iy) 0))) +("bernier" nil (((b er) 1) ((n iy) 0) ((er) 0))) +("berning" nil (((b er) 1) ((n ih ng) 0))) +("berninger" nil (((b er) 1) ((n ih ng) 0) ((er) 0))) +("bernita" nil (((b er) 0) ((n iy) 1) ((t ax) 0))) +("bernoulli" nil (((b er) 0) ((n uw) 1) ((l iy) 0))) +("berns" nil (((b er n z) 1))) +("bernsen" nil (((b er n) 1) ((s ax n) 0))) +("bernson" nil (((b er n) 1) ((s ax n) 0))) +("bernstein" nil (((b er n) 1) ((s t ay n) 0))) +("bernsteins" nil (((b er n) 1) ((s t ay n z) 0))) +("bernt" nil (((b er n t) 1))) +("berntsen" nil (((b er n t) 1) ((s ax n) 0))) +("berntson" nil (((b er n t) 1) ((s ax n) 0))) +("berny" nil (((b er) 1) ((n iy) 0))) +("bero" nil (((b eh) 1) ((r ow) 0))) +("beron" nil (((b eh) 1) ((r ax n) 0))) +("berquist" nil (((b er) 1) ((k w ih s t) 0))) +("berra" nil (((b eh) 1) ((r ax) 0))) +("berrard" nil (((b eh) 1) ((r aa r d) 1))) +("berres" nil (((b eh r z) 1))) +("berreth" nil (((b eh) 1) ((r ih th) 0))) +("berrett" nil (((b eh) 1) ((r ih t) 0))) +("berrey" nil (((b eh) 1) ((r iy) 0))) +("berri" nil (((b eh) 1) ((r iy) 0))) +("berrian" nil (((b eh) 1) ((r iy) 0) ((ax n) 0))) +("berridge" nil (((b eh) 1) ((r ih jh) 0))) +("berrie" nil (((b eh) 1) ((r iy) 0))) +("berrien" nil (((b eh) 1) ((r iy) 0) ((ax n) 0))) +("berrier" nil (((b eh) 1) ((r iy) 0) ((er) 0))) +("berries" nil (((b eh) 1) ((r iy z) 0))) +("berrigan" nil (((b eh) 1) ((r ih) 0) ((g ax n) 0))) +("berrill" nil (((b eh) 1) ((r ax l) 0))) +("berringer" nil (((b eh) 1) ((r ih ng) 0) ((er) 0))) +("berrios" nil (((b eh) 0) ((r iy) 1) ((ow z) 0))) +("berrong" nil (((b eh) 1) ((r ao ng) 0))) +("berry" nil (((b eh) 1) ((r iy) 0))) +("berryhill" nil (((b eh) 1) ((r iy) 0) ((hh ih l) 1))) +("berrylike" nil (((b eh) 1) ((r iy) 0) ((l ay k) 1))) +("berryman" nil (((b eh) 1) ((r iy) 0) ((m ax n) 0))) +("bersch" nil (((b er sh) 1))) +("berserk" nil (((b er) 0) ((s er k) 1))) +("bershad" nil (((b er) 0) ((sh aa d) 1))) +("berson" nil (((b er) 1) ((s ax n) 0))) +("berst" nil (((b er s t) 1))) +("bert" nil (((b er t) 1))) +("berta" nil (((b er) 1) ((t ax) 0))) +("bertch" nil (((b er ch) 1))) +("berte" nil (((b er t) 1))) +("bertelli" nil (((b er) 0) ((t eh) 1) ((l iy) 0))) +("bertels" nil (((b er) 1) ((t ax l z) 0))) +("bertelsen" nil (((b er) 1) ((t ih l) 0) ((s ax n) 0))) +("bertelsmann" nil (((b er) 1) ((t ax l z) 0) ((m ax n) 0))) +("bertelson" nil (((b er) 1) ((t ih l) 0) ((s ax n) 0))) +("berth" nil (((b er th) 1))) +("bertha" nil (((b er) 1) ((th ax) 0))) +("berthelot" nil (((b er) 1) ((th ax) 0) ((l aa t) 0))) +("berthelsen" nil (((b er) 1) ((th ax l) 0) ((s ax n) 0))) +("berthiaume" nil (((b er) 1) ((th iy) 0) ((uw) 1) ((m iy) 0))) +("berthold" nil (((b er) 1) ((th ow l d) 1))) +("bertholf" nil (((b er) 1) ((th ow l f) 0))) +("berths" nil (((b er th s) 1))) +("berti" nil (((b eh r) 1) ((t iy) 0))) +("bertie" nil (((b er) 1) ((t iy) 0))) +("bertil" nil (((b er) 1) ((t ih l) 0))) +("bertilde" nil (((b er) 1) ((t ih l d) 0))) +("bertin" nil (((b er) 1) ((t ih n) 0))) +("bertini" nil (((b er) 0) ((t iy) 1) ((n iy) 0))) +("bertino" nil (((b er) 0) ((t iy) 1) ((n ow) 0))) +("bertke" nil (((b er t) 1) ((k iy) 0))) +("bertling" nil (((b er) 1) ((t ax) 0) ((l ih ng) 0))) +("bertold" nil (((b er) 1) ((t ow l d) 0))) +("bertoldi" nil (((b er) 0) ((t ow l) 1) ((d iy) 0))) +("bertoli" nil (((b er) 0) ((t ow) 1) ((l iy) 0))) +("bertolini" nil (((b er) 0) ((t ow) 0) ((l iy) 1) ((n iy) 0))) +("bertolino" nil (((b er) 0) ((t ow) 0) ((l iy) 1) ((n ow) 0))) +("bertolotti" nil (((b er) 0) ((t ow) 0) ((l ow) 1) ((t iy) 0))) +("bertolucci" nil (((b er) 1) ((t ow) 0) ((l uw) 1) ((ch iy) 0))) +("berton" nil (((b er) 1) ((t ax n) 0))) +("bertone" nil (((b er) 0) ((t ow) 1) ((n iy) 0))) +("bertoni" nil (((b er) 0) ((t ow) 1) ((n iy) 0))) +("bertrade" nil (((b er) 1) ((t r ax d) 0))) +("bertram" nil (((b er) 1) ((t r ax m) 0))) +("bertran" nil (((b er) 1) ((t r ax n) 0))) +("bertrand" nil (((b er) 1) ((t r ax n d) 0))) +("bertsch" nil (((b er ch) 1))) +("bertsche" nil (((b er ch) 1))) +("bertucci" nil (((b er) 0) ((t uw) 1) ((ch iy) 0))) +("berty" nil (((b er) 1) ((t iy) 0))) +("bertz" nil (((b er t s) 1))) +("berube" nil (((b eh) 1) ((r uw b) 0))) +("berumen" nil (((b ih) 1) ((r uw) 0) ((m eh n) 0))) +("berwald" nil (((b er) 1) ((w ao l d) 0))) +("berwanger" nil (((b er) 1) ((w ao ng) 0) ((er) 0))) +("berwick" nil (((b er) 1) ((w ih k) 0))) +("berwyn" nil (((b er) 1) ((w ih n) 0))) +("beryl" nil (((b eh) 1) ((r ax l) 0))) +("beryllium" nil (((b er) 0) ((ih) 1) ((l iy) 0) ((ax m) 0))) +("berzins" nil (((b er) 1) ((z ih n z) 0))) +("besancon" nil (((b ih) 0) ((s ae n) 1) ((k ax n) 0))) +("besant" nil (((b eh) 1) ((z ax n t) 0))) +("besar" nil (((b ax) 1) ((s aa r) 0))) +("besaw" nil (((b iy) 1) ((s ao) 0))) +("besch" nil (((b eh sh) 1))) +("beschloss" nil (((b eh) 1) ((sh l ao s) 1))) +("besecker" nil (((b eh) 1) ((s ih) 0) ((k er) 0))) +("beseiged" nil (((b ih) 0) ((s iy jh d) 1))) +("besemer" nil (((b eh) 1) ((s iy) 0) ((m er) 0))) +("beset" nil (((b ih) 0) ((s eh t) 1))) +("besetting" nil (((b ih) 0) ((s eh) 1) ((t ih ng) 0))) +("beshara" nil (((b ih) 0) ((sh aa) 1) ((r ax) 0))) +("besharov" nil (((b eh) 1) ((sh er) 0) ((aa v) 0))) +("beshears" nil (((b eh) 1) ((sh ih r z) 0))) +("beshore" nil (((b eh) 1) ((sh er) 0))) +("beside" nil (((b ih) 0) ((s ay d) 1))) +("besides" nil (((b ih) 0) ((s ay d z) 1))) +("besiege" nil (((b ih) 0) ((s iy jh) 1))) +("besieged" nil (((b ih) 0) ((s iy jh d) 1))) +("beske" nil (((b eh s k) 1))) +("besler" nil (((b eh) 1) ((s ax) 0) ((l er) 0))) +("besner" nil (((b r eh) 1) ((s n er) 0))) +("bespeak" nil (((b ih) 0) ((s p iy k) 1))) +("bespeaks" nil (((b ih) 0) ((s p iy k s) 1))) +("bespectacled" nil (((b ih) 0) ((s p eh k) 1) ((t ax) 0) ((k ax l d) 0))) +("bess" nil (((b eh s) 1))) +("besse" nil (((b eh s) 1))) +("bessemer" nil (((b eh) 1) ((s ax) 0) ((m er) 0))) +("bessent" nil (((b eh) 1) ((s ax n t) 0))) +("besser" nil (((b eh) 1) ((s er) 0))) +("bessert" nil (((b eh) 1) ((s er t) 0))) +("bessette" nil (((b ih) 0) ((s eh t) 1))) +("bessey" nil (((b eh) 1) ((s iy) 0))) +("bessie" nil (((b eh) 1) ((s iy) 0))) +("bessinger" nil (((b eh) 1) ((s ih n) 0) ((jh er) 0))) +("bessire" nil (((b eh) 0) ((s ih) 1) ((r iy) 0))) +("bessler" nil (((b eh) 1) ((s l er) 0))) +("Bessmertnykh" n (((b eh) 0) ((s m eh r t) 1) ((n ax k) 0))) +("besso" nil (((b eh) 1) ((s ow) 0))) +("besson" nil (((b eh) 1) ((s ax n) 0))) +("bessy" nil (((b eh) 1) ((s iy) 0))) +("best" nil (((b eh s t) 1))) +("beste" nil (((b eh s t) 1))) +("bested" nil (((b eh) 1) ((s t ih d) 0))) +("bester" nil (((b eh) 1) ((s t er) 0))) +("bestial" nil (((b eh s) 1) ((ch ax l) 0))) +("bestiality" n (((b iy) 1) ((s t iy) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("besting" nil (((b eh) 1) ((s t ih ng) 0))) +("bestow" nil (((b ih) 0) ((s t ow) 1))) +("bestowed" nil (((b ih) 0) ((s t ow d) 1))) +("bestowing" nil (((b ih) 0) ((s t ow) 1) ((ih ng) 0))) +("bestows" nil (((b ih) 0) ((s t ow z) 1))) +("bestrode" nil (((b ih) 0) ((s t r ow d) 1))) +("bestseller" nil (((b eh s t) 1) ((s eh) 1) ((l er) 0))) +("bestsellers" nil (((b eh s t) 1) ((s eh) 1) ((l er z) 0))) +("bestselling" nil (((b eh s t) 1) ((s eh) 1) ((l ih ng) 0))) +("bestul" nil (((b eh) 1) ((s t ax l) 0))) +("bestwick" nil (((b eh s) 1) ((t w ih k) 1))) +("beswick" nil (((b eh) 1) ((s w ih k) 0))) +("bet" nil (((b eh t) 1))) +("beta" nil (((b ey) 1) ((t ax) 0))) +("betamax" nil (((b ey) 1) ((t ax) 0) ((m ae k s) 0))) +("betancourt" nil (((b eh) 1) ((t ax n) 0) ((k ao r t) 0))) +("betancur" nil (((b ax) 0) ((t ae ng) 1) ((k er) 0))) +("betas" nil (((b ey) 1) ((t ax z) 0))) +("betaseron" nil (((b ey) 1) ((t ax) 0) ((s eh) 1) ((r aa n) 1))) +("betavon" nil (((b eh) 1) ((t ax) 0) ((v aa n) 0))) +("betcher" nil (((b eh) 1) ((ch er) 0))) +("betel" nil (((b eh) 1) ((t ax l) 0))) +("beteta" nil (((b eh) 0) ((t ey) 1) ((t ax) 0))) +("beth" nil (((b eh th) 1))) +("bethany" nil (((b eh) 1) ((th ax) 0) ((n iy) 0))) +("bethard" nil (((b eh) 1) ((th er d) 0))) +("bethards" nil (((b eh) 1) ((th er d z) 0))) +("bethea" nil (((b eh) 1) ((dh iy) 0) ((ax) 0))) +("bethel" nil (((b eh) 1) ((th ax l) 0))) +("bethell" nil (((b eh) 1) ((th ax l) 0))) +("bethesda" nil (((b ax) 0) ((th eh z) 1) ((d ax) 0))) +("bethke" nil (((b eh th k) 1))) +("bethlehem" nil (((b eh th) 1) ((l ih) 0) ((hh eh m) 1))) +("bethpage" nil (((b eh th) 1) ((p ey jh) 1))) +("bethseda" nil (((b eh th) 0) ((s eh) 1) ((d ax) 0))) +("bethune" nil (((b ax th) 0) ((y uw n) 1))) +("betide" nil (((b ih) 0) ((t ay d) 1))) +("betke" nil (((b eh t) 1) ((k iy) 0))) +("betker" nil (((b eh t) 1) ((k er) 0))) +("betley" nil (((b eh t) 1) ((l iy) 0))) +("betray" nil (((b ih) 0) ((t r ey) 1))) +("betrayal" nil (((b ih) 0) ((t r ey) 1) ((ax l) 0))) +("betrayals" nil (((b ih) 0) ((t r ey) 1) ((ax l z) 0))) +("betrayed" nil (((b ih) 0) ((t r ey d) 1))) +("betraying" nil (((b ih) 0) ((t r ey) 1) ((ih ng) 0))) +("betrays" nil (((b ih) 0) ((t r ey z) 1))) +("bets" nil (((b eh t s) 1))) +("betsch" nil (((b eh ch) 1))) +("betschart" nil (((b eh t s) 1) ((hh aa r t) 1))) +("betsey" nil (((b eh t) 1) ((s iy) 0))) +("betsill" nil (((b eh t) 1) ((s ax l) 0))) +("betsy" nil (((b eh t) 1) ((s iy) 0))) +("bett" nil (((b eh t) 1))) +("betta" nil (((b eh) 1) ((t ax) 0))) +("bettcher" nil (((b eh t) 1) ((ch er) 0))) +("bette" nil (((b eh) 1) ((t iy) 0))) +("betten" nil (((b eh) 1) ((t ax n) 0))) +("bettenberg" nil (((b eh) 1) ((t ax n) 0) ((b er g) 0))) +("bettencourt" nil (((b eh) 1) ((t ih n) 0) ((k ao r t) 0))) +("bettendorf" nil (((b eh) 1) ((t ih n) 0) ((d ao r f) 0))) +("bettenhausen" nil (((b eh) 1) ((t ih n) 0) ((hh aw) 0) ((z ax n) 0))) +("better" nil (((b eh) 1) ((t er) 0))) +("bettered" nil (((b eh) 1) ((t er d) 0))) +("betteridge" nil (((b eh) 1) ((t er) 0) ((ih jh) 0))) +("bettering" nil (((b eh) 1) ((t er) 0) ((ih ng) 0))) +("betterment" nil (((b eh) 1) ((t er) 0) ((m ax n t) 0))) +("betters" nil (((b eh) 1) ((t er z) 0))) +("betterton" nil (((b eh) 1) ((t er) 0) ((t ax n) 0))) +("bettes" nil (((b eh) 1) ((t iy z) 0))) +("betti" nil (((b eh) 1) ((t iy) 0))) +("bettin" nil (((b eh) 1) ((t ih n) 0))) +("bettina" nil (((b ax) 0) ((t iy) 1) ((n ax) 0))) +("betting" nil (((b eh) 1) ((t ih ng) 0))) +("bettinger" nil (((b eh) 1) ((t ih ng) 0) ((er) 0))) +("bettini" nil (((b eh) 0) ((t iy) 1) ((n iy) 0))) +("bettino" nil (((b eh) 0) ((t iy) 1) ((n ow) 0))) +("bettis" nil (((b eh) 1) ((t ih s) 0))) +("bettman" nil (((b eh t) 1) ((m ax n) 0))) +("bettner" nil (((b eh t) 1) ((n er) 0))) +("betton" nil (((b eh) 1) ((t ax n) 0))) +("bettor" nil (((b eh) 1) ((t er) 0))) +("bettors" nil (((b eh) 1) ((t er z) 0))) +("betts" nil (((b eh t s) 1))) +("betty" nil (((b eh) 1) ((t iy) 0))) +("between" nil (((b ih) 0) ((t w iy n) 1))) +("betweens" nil (((b ax) 0) ((t w iy n z) 1))) +("betz" nil (((b eh t s) 1))) +("betzer" nil (((b eh t) 1) ((z er) 0))) +("betzler" nil (((b eh t) 1) ((s l er) 0))) +("betzold" nil (((b eh t) 1) ((z ow l d) 0))) +("beu" nil (((b uw) 1))) +("beucler" nil (((b oy) 1) ((k ax) 0) ((l er) 0))) +("beukema" nil (((b uw) 0) ((k iy) 1) ((m ax) 0))) +("beula" nil (((b uw) 1) ((l ax) 0))) +("beulah" nil (((b y uw) 1) ((l ax) 0))) +("beumer" nil (((b iy) 1) ((ax) 0) ((m er) 0))) +("beutel" nil (((b y uw) 0) ((t eh l) 1))) +("beuthin" nil (((b y uw) 1) ((th ih n) 0))) +("beutler" nil (((b oy) 1) ((t ax) 0) ((l er) 0))) +("beuys" nil (((b y uw) 1) ((iy z) 0))) +("bev" nil (((b eh v) 1))) +("bevacqua" nil (((b eh) 0) ((v aa) 1) ((k w ax) 0))) +("bevan" nil (((b eh) 1) ((v ax n) 0))) +("bevans" nil (((b eh) 1) ((v ax n z) 0))) +("bevard" nil (((b ih) 0) ((v aa r d) 1))) +("bevel" nil (((b eh) 1) ((v ax l) 0))) +("bevelled" nil (((b eh) 1) ((v ax l d) 0))) +("beven" nil (((b eh) 1) ((v ax n) 0))) +("bevens" nil (((b iy) 1) ((v ax n z) 0))) +("bever" nil (((b eh) 1) ((v er) 0))) +("beverage" nil (((b eh) 1) ((v er) 0) ((ih jh) 0))) +("beverages" nil (((b eh) 1) ((v r ih) 0) ((jh ih z) 0))) +("beveridge" nil (((b eh) 1) ((v er) 0) ((ih jh) 0))) +("beverley" nil (((b eh) 1) ((v er) 0) ((l iy) 0))) +("beverlin" nil (((b eh) 1) ((v er) 0) ((l ih n) 0))) +("beverly" nil (((b eh) 1) ((v er) 0) ((l iy) 0))) +("bevers" nil (((b eh) 1) ((v er z) 0))) +("bevier" nil (((b eh) 1) ((v iy) 0) ((er) 0))) +("bevil" nil (((b eh) 1) ((v ax l) 0))) +("bevilacqua" nil (((b eh) 0) ((v iy) 0) ((l aa) 1) ((k w ax) 0))) +("bevill" nil (((b eh) 1) ((v ax l) 0))) +("beville" nil (((b iy) 1) ((v ih l) 0))) +("bevin" nil (((b eh) 1) ((v ih n) 0))) +("bevington" nil (((b eh) 1) ((v ih ng) 0) ((t ax n) 0))) +("bevins" nil (((b eh) 1) ((v ih n z) 0))) +("bevis" nil (((b eh) 1) ((v ih s) 0))) +("bevmark" nil (((b eh v) 1) ((m aa r k) 1))) +("bevy" nil (((b eh) 1) ((v iy) 0))) +("beware" nil (((b ih) 0) ((w eh r) 1))) +("bewildered" nil (((b ih) 0) ((w ih l) 1) ((d er d) 0))) +("bewildering" nil (((b ih) 0) ((w ih l) 1) ((d er) 0) ((ih ng) 0))) +("bewilderment" nil (((b ih) 0) ((w ih l) 1) ((d er) 0) ((m ax n t) 0))) +("bewilders" nil (((b ih) 0) ((w ih l) 1) ((d er z) 0))) +("bewitched" nil (((b ih) 0) ((w ih ch t) 1))) +("bewitching" n (((b ax) 0) ((w ih) 1) ((ch ax ng) 0))) +("bewley" nil (((b y uw) 1) ((l iy) 0))) +("bexley" nil (((b eh k) 1) ((s l iy) 0))) +("bey" nil (((b ey) 1))) +("beyer" nil (((b ey) 1) ((er) 0))) +("beyerle" nil (((b ay) 1) ((r ax l) 0))) +("beyerlein" nil (((b ay r) 1) ((l ay n) 0))) +("beyers" nil (((b ey) 1) ((er z) 0))) +("beyersdorf" nil (((b ay r s) 1) ((d ao r f) 0))) +("beyl" nil (((b ey l) 1))) +("beymer" nil (((b ey) 1) ((m er) 0))) +("beynon" nil (((b ey) 1) ((n ax n) 0))) +("beyond" nil (((b ih) 0) ((aa n d) 1))) +("beytout" nil (((b ey) 1) ((t aw t) 1))) +("bezaire" nil (((b ax) 0) ((z eh r) 1))) +("bezanson" nil (((b eh) 1) ((z ax n) 0) ((s ax n) 0))) +("bezdek" nil (((b eh z) 1) ((d ih k) 0))) +("bezek" nil (((b eh) 1) ((z eh k) 0))) +("bezner" nil (((b eh z) 1) ((n er) 0))) +("bezold" nil (((b eh) 1) ((z ow l d) 0))) +("bhakta" nil (((b aa k) 1) ((t ax) 0))) +("bhatia" nil (((b aa) 1) ((sh ax) 0))) +("bhatt" nil (((b ae t) 1))) +("bhattacharjy" nil (((b aa) 1) ((t ax) 0) ((ch aa r) 1) ((jh iy) 0))) +("bhatti" nil (((b aa) 1) ((t iy) 0))) +("bhirud" nil (((b ih) 1) ((r ax d) 0))) +("bhopal" nil (((b ow) 0) ((p aa l) 1))) +("bhutan" nil (((b uw) 1) ((t ae n) 1))) +("bhutto" nil (((b uw) 1) ((t ow) 0))) +("bi" nil (((b ay) 1))) +("bi" nil (((b iy) 1))) +("biaggi" nil (((b iy) 0) ((ae) 1) ((jh iy) 0))) +("biaggini" nil (((b iy) 1) ((ax) 0) ((g iy) 1) ((n iy) 0))) +("biagi" nil (((b iy) 0) ((aa) 1) ((jh iy) 0))) +("biagini" nil (((b iy) 0) ((ax) 0) ((jh iy) 1) ((n iy) 0))) +("biagioni" nil (((b iy) 0) ((aa) 1) ((jh iy) 0) ((ow) 1) ((n iy) 0))) +("bialas" nil (((b iy) 0) ((aa) 1) ((l ax s) 0))) +("bialecki" nil (((b iy) 0) ((ax) 0) ((l eh) 1) ((k iy) 0))) +("bialek" nil (((b iy) 0) ((aa) 1) ((l eh k) 0))) +("bialik" nil (((b iy) 0) ((aa) 1) ((l ih k) 0))) +("bialkin" nil (((b iy) 0) ((aa l) 1) ((k ax n) 0))) +("bialkowski" nil (((b iy) 0) ((ax l) 0) ((k aw) 1) ((s k iy) 0))) +("bialy" nil (((b iy) 0) ((aa) 1) ((l iy) 0))) +("biamby" nil (((b iy) 0) ((aa m) 1) ((b iy) 0))) +("biamonte" nil (((b iy) 0) ((ax) 0) ((m ao n) 1) ((t iy) 0))) +("bian" nil (((b y ae n) 1))) +("bianca" nil (((b iy) 0) ((aa ng) 1) ((k ax) 0))) +("bianchi" nil (((b iy) 0) ((aa n) 1) ((ch iy) 0))) +("bianchini" nil (((b iy) 0) ((aa n) 0) ((ch iy) 1) ((n iy) 0))) +("bianco" nil (((b iy) 0) ((aa ng) 1) ((k ow) 0))) +("bianconi" nil (((b iy) 0) ((aa ng) 0) ((k ow) 1) ((n iy) 0))) +("bianculli" nil (((b iy) 0) ((aa ng) 0) ((k uw) 1) ((l iy) 0))) +("biang" nil (((b y aa ng) 1))) +("biannual" nil (((b ay) 0) ((ae) 1) ((n uw) 0) ((ax l) 0))) +("bianjing" nil (((b y ae n) 1) ((jh iy ng) 1))) +("biao" nil (((b y aw) 1))) +("bias" nil (((b ay) 1) ((ax s) 0))) +("biased" nil (((b ay) 1) ((ax s t) 0))) +("biases" nil (((b ay) 1) ((ax) 0) ((s ih z) 0))) +("biasi" nil (((b iy) 0) ((aa) 1) ((s iy) 0))) +("biaxial" nil (((b ay) 0) ((ae k) 1) ((s iy) 0) ((ax l) 0))) +("bib" nil (((b ih b) 1))) +("biba" nil (((b iy) 1) ((b ax) 0))) +("bibb" nil (((b ih b) 1))) +("bibbee" nil (((b ih) 1) ((b iy) 1))) +("bibbins" nil (((b ih) 1) ((b ih n z) 0))) +("bibbo" nil (((b iy) 1) ((b ow) 0))) +("bibbs" nil (((b ih b z) 1))) +("bibby" nil (((b ih) 1) ((b iy) 0))) +("bibeau" nil (((b ih) 0) ((b ow) 1))) +("bibeault" nil (((b ih) 0) ((b ow) 1))) +("bibee" nil (((b ih) 0) ((b iy) 1))) +("biber" nil (((b ay) 1) ((b er) 0))) +("bible" nil (((b ay) 1) ((b ax l) 0))) +("bibler" nil (((b ay) 1) ((b ax) 0) ((l er) 0))) +("bibles" nil (((b ay) 1) ((b ax l z) 0))) +("biblical" nil (((b ih) 1) ((b l ax) 0) ((k ax l) 0))) +("bibliographies" nil (((b ih) 1) ((b l iy) 0) ((aa) 1) ((g r ax) 0) ((f iy z) 0))) +("bibliography" nil (((b ih) 1) ((b l iy) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("bibs" nil (((b ih b z) 1))) +("biby" nil (((b ay) 1) ((b iy) 0))) +("bic" nil (((b ih k) 1))) +("bicarbonate" nil (((b ay) 0) ((k aa r) 1) ((b ax) 0) ((n ax t) 0))) +("bice" nil (((b ay s) 1))) +("bicentennial" nil (((b ay) 1) ((s eh n) 0) ((t eh) 1) ((n iy) 0) ((ax l) 0))) +("bichler" nil (((b ih) 1) ((k ax) 0) ((l er) 0))) +("bichsel" nil (((b ih k) 1) ((s ax l) 0))) +("bick" nil (((b ih k) 1))) +("bickel" nil (((b ih) 1) ((k ax l) 0))) +("bickell" nil (((b ih) 1) ((k ax l) 0))) +("bicker" nil (((b ih) 1) ((k er) 0))) +("bickered" nil (((b ih) 1) ((k er d) 0))) +("bickering" nil (((b ih) 1) ((k er) 0) ((ih ng) 0))) +("bickers" nil (((b ih) 1) ((k er z) 0))) +("bickerstaff" nil (((b ih) 1) ((k er) 0) ((s t ae f) 1))) +("bickert" nil (((b ih) 1) ((k er t) 0))) +("bickerton" nil (((b ih) 1) ((k er) 0) ((t ax n) 0))) +("bickett" nil (((b ih) 1) ((k ih t) 0))) +("bickford" nil (((b ih k) 1) ((f er d) 0))) +("bickham" nil (((b ih k) 1) ((hh ax m) 0))) +("bickhart" nil (((b ih k) 1) ((hh aa r t) 1))) +("bicking" nil (((b ih) 1) ((k ih ng) 0))) +("bickle" nil (((b ih) 1) ((k ax l) 0))) +("bickler" nil (((b ih) 1) ((k l er) 0))) +("bickley" nil (((b ih) 1) ((k l iy) 0))) +("bickmore" nil (((b ih k) 1) ((m ao r) 0))) +("bicknell" nil (((b ih k) 1) ((n ax l) 0))) +("bickner" nil (((b ih k) 1) ((n er) 0))) +("bicksler" nil (((b ih k) 1) ((s l er) 0))) +("bickwit" nil (((b ih) 1) ((k w ih t) 0))) +("bicoastal" nil (((b ih) 0) ((k ow) 1) ((s t ax l) 0))) +("bicuspids" nil (((b ay) 0) ((k ah) 1) ((s p ax d z) 0))) +("bicycle" nil (((b ay) 1) ((s ih) 0) ((k ax l) 0))) +("bicycled" nil (((b ay) 1) ((s ih) 0) ((k ax l d) 0))) +("bicycles" nil (((b ay) 1) ((s ih) 0) ((k ax l z) 0))) +("bicycling" nil (((b ay) 1) ((s ih) 1) ((k ax) 0) ((l ih ng) 0))) +("bid" nil (((b ih d) 1))) +("bidco" nil (((b ih d) 1) ((k ow) 0))) +("bidcos" nil (((b ih d) 1) ((k ow s) 0))) +("bidder" nil (((b ih) 1) ((d er) 0))) +("bidders" nil (((b ih) 1) ((d er z) 0))) +("biddie" nil (((b ih) 1) ((d iy) 0))) +("bidding" nil (((b ih) 1) ((d ih ng) 0))) +("biddinger" nil (((b ih) 1) ((d ih ng) 0) ((er) 0))) +("biddison" nil (((b ih) 1) ((d ih) 0) ((s ax n) 0))) +("biddix" nil (((b ih) 1) ((d ih k s) 0))) +("biddle" nil (((b ih) 1) ((d ax l) 0))) +("biddy" nil (((b ih) 1) ((d iy) 0))) +("bide" nil (((b ay d) 1))) +("biden" nil (((b ay) 1) ((d ax n) 0))) +("biderman" nil (((b ay) 1) ((d er) 0) ((m ax n) 0))) +("bidgood" nil (((b ih d) 1) ((g uh d) 1))) +("biding" nil (((b ay) 1) ((d ih ng) 0))) +("bidinger" nil (((b ay) 1) ((d ih ng) 0) ((er) 0))) +("bidlack" nil (((b ih d) 1) ((l ae k) 1))) +("bids" nil (((b ih d z) 1))) +("bidwell" nil (((b ih) 1) ((d w eh l) 1))) +("bidwill" nil (((b ih) 1) ((d w ih l) 1))) +("bie" nil (((b y eh) 1))) +("biebel" nil (((b iy) 1) ((b ax l) 0))) +("bieber" nil (((b iy) 1) ((b er) 0))) +("bieda" nil (((b iy) 1) ((d ax) 0))) +("biederman" nil (((b iy) 1) ((d er) 0) ((m ax n) 0))) +("biedermann" nil (((b ay) 1) ((d er) 0) ((m ax n) 0))) +("biedermeier" nil (((b iy) 1) ((d er) 0) ((m ay r) 1))) +("biedrzycki" nil (((b ih) 0) ((jh ih t) 1) ((s k iy) 0))) +("biegel" nil (((b iy) 1) ((g ax l) 0))) +("biegler" nil (((b iy) 1) ((g ax) 0) ((l er) 0))) +("biehl" nil (((b iy l) 1))) +("biehle" nil (((b iy) 1) ((hh ax l) 0))) +("biehler" nil (((b iy) 1) ((l er) 0))) +("biehn" nil (((b iy n) 1))) +("bieker" nil (((b iy) 1) ((k er) 0))) +("biel" nil (((b iy l) 1))) +("biela" nil (((b iy) 1) ((l ax) 0))) +("bielak" nil (((b iy) 1) ((l ax k) 0))) +("bielanski" nil (((b iy) 0) ((l ae n) 1) ((s k iy) 0))) +("bielat" nil (((b iy) 1) ((l ax t) 0))) +("bielawski" nil (((b iy) 0) ((l aa f) 1) ((s k iy) 0))) +("bielby" nil (((b iy l) 1) ((b iy) 0))) +("bielecki" nil (((b iy) 0) ((l eh t) 1) ((s k iy) 0))) +("bielefeld" nil (((b iy) 1) ((l ih) 0) ((f eh l d) 0))) +("bielefeldt" nil (((b iy) 1) ((l ih) 0) ((f ih l t) 0))) +("bielen" nil (((b iy) 1) ((l ax n) 0))) +("bielenberg" nil (((b iy) 1) ((l ax n) 0) ((b er g) 0))) +("bieler" nil (((b iy) 1) ((l er) 0))) +("bielicki" nil (((b ih) 0) ((l ih t) 1) ((s k iy) 0))) +("bielinski" nil (((b ih) 0) ((l ih n) 1) ((s k iy) 0))) +("bielke" nil (((b iy l k) 1))) +("bielski" nil (((b iy l) 1) ((s k iy) 0))) +("bien" nil (((b iy n) 1))) +("bieniek" nil (((b ih) 1) ((n iy) 0) ((eh k) 0))) +("bienkowski" nil (((b ih ng) 0) ((k ao f) 1) ((s k iy) 0))) +("biennale" nil (((b iy) 0) ((eh) 1) ((n ey l) 1))) +("biennial" nil (((b ay) 0) ((eh) 1) ((n iy) 0) ((ax l) 0))) +("bienstock" nil (((b iy n) 1) ((s t aa k) 1))) +("bienvenu" nil (((b ax n) 0) ((v eh) 1) ((n uw) 0))) +("bienvenue" nil (((b ax n) 0) ((v ey n) 1) ((w eh) 0))) +("bier" nil (((b iy r) 1))) +("bierbauer" nil (((b ih r) 1) ((b aw) 0) ((er) 0))) +("bierbaum" nil (((b ih r) 1) ((b aw m) 0))) +("bierbusse" nil (((b ih r) 1) ((b ax s) 0))) +("bierce" nil (((b ih r s) 1))) +("bierer" nil (((b ih) 1) ((r er) 0))) +("bieri" nil (((b ih) 1) ((r iy) 0))) +("bierlein" nil (((b ih r) 1) ((l ay n) 0))) +("bierley" nil (((b ih r) 1) ((l iy) 0))) +("bierly" nil (((b ih r) 1) ((l iy) 0))) +("bierma" nil (((b ih r) 1) ((m ax) 0))) +("bierman" nil (((b ih r) 1) ((m ax n) 0))) +("biermann" nil (((b ih r) 1) ((m ax n) 0))) +("biernacki" nil (((b ih r) 0) ((n aa t) 1) ((s k iy) 0))) +("biernat" nil (((b ih r) 0) ((n ae t) 1))) +("biers" nil (((b iy r z) 1))) +("bierwirth" nil (((b ih r) 1) ((w er th) 0))) +("biery" nil (((b ih) 1) ((r iy) 0))) +("bies" nil (((b ay z) 1))) +("biesecker" nil (((b iy) 1) ((s ih) 0) ((k er) 0))) +("bieser" nil (((b iy) 1) ((s er) 0))) +("bietz" nil (((b iy t s) 1))) +("biever" nil (((b iy) 1) ((v er) 0))) +("bifano" nil (((b ih) 0) ((f aa) 1) ((n ow) 0))) +("biff" nil (((b ih f) 1))) +("biffle" nil (((b ih) 1) ((f ax l) 0))) +("bifocals" nil (((b ay) 1) ((f ow) 0) ((k ax l z) 0))) +("bifulco" nil (((b ih) 0) ((f uw l) 1) ((k ow) 0))) +("bifurcated" nil (((b ih) 1) ((f er) 0) ((k ey) 1) ((t ih d) 0))) +("bifurcation" nil (((b ih) 1) ((f er) 0) ((k ey) 1) ((sh ax n) 0))) +("big" nil (((b ih g) 1))) +("bigbee" nil (((b ih g) 1) ((b iy) 1))) +("bigbie" nil (((b ih g) 1) ((b iy) 0))) +("bigby" nil (((b ih g) 1) ((b iy) 0))) +("bigelow" nil (((b ih) 1) ((g ax) 0) ((l ow) 1))) +("bigeyes" nil (((b ih) 1) ((g ay z) 1))) +("bigfoot" nil (((b ih g) 1) ((f uh t) 1))) +("bigford" nil (((b ih g) 1) ((f er d) 0))) +("biggar" nil (((b ih) 1) ((g er) 0))) +("bigger" nil (((b ih) 1) ((g er) 0))) +("biggers" nil (((b ih) 1) ((g er z) 0))) +("biggerstaff" nil (((b ih) 1) ((g er) 0) ((s t ae f) 1))) +("biggest" nil (((b ih) 1) ((g ax s t) 0))) +("biggie" nil (((b ih) 1) ((g iy) 0))) +("biggies" nil (((b ih) 1) ((g iy z) 0))) +("biggins" nil (((b ih) 1) ((g ih n z) 0))) +("biggio" nil (((b iy) 1) ((jh iy) 0) ((ow) 0))) +("biggs" nil (((b ih g z) 1))) +("bigham" nil (((b ay g) 1) ((hh ax m) 0))) +("bighorn" nil (((b ih g) 1) ((hh ao r n) 1))) +("bighorns" nil (((b ih g) 1) ((hh ao r n z) 1))) +("bigler" nil (((b ay) 1) ((g ax) 0) ((l er) 0))) +("bigley" nil (((b ih) 1) ((g l iy) 0))) +("biglin" nil (((b ih) 1) ((g l ih n) 0))) +("biglow" nil (((b ih) 1) ((g l ow) 0))) +("bignell" nil (((b ih g) 0) ((n eh l) 1))) +("bigness" nil (((b ih g) 1) ((n ax s) 0))) +("bigos" nil (((b iy) 1) ((g ow z) 0))) +("bigot" nil (((b ih) 1) ((g ax t) 0))) +("bigoted" nil (((b ih) 1) ((g ax) 0) ((t ih d) 0))) +("bigotry" nil (((b ih) 1) ((g ax) 0) ((t r iy) 0))) +("bigots" nil (((b ih) 1) ((g ax t s) 0))) +("bigs" nil (((b ih g z) 1))) +("bigsby" nil (((b ih g z) 1) ((b iy) 0))) +("bigwig" nil (((b ih) 1) ((g w ih g) 1))) +("bigwigs" nil (((b ih) 1) ((g w ih g z) 1))) +("bigwood" nil (((b ih) 1) ((g w uh d) 1))) +("bihac" nil (((b iy) 1) ((hh aa ch) 1))) +("bihari" nil (((b ih) 0) ((hh aa) 1) ((r iy) 0))) +("bihl" nil (((b ih l) 1))) +("bihm" nil (((b ih m) 1))) +("bihn" nil (((b ih n) 1))) +("bijan" nil (((b ih) 1) ((jh ax n) 0))) +("bijur" nil (((b iy) 0) ((zh uh r) 1))) +("bike" nil (((b ay k) 1))) +("biked" nil (((b ay k t) 1))) +("biker" nil (((b ay) 1) ((k er) 0))) +("bikers" nil (((b ay) 1) ((k er z) 0))) +("bikes" nil (((b ay k s) 1))) +("bikin" nil (((b ih) 1) ((k ih n) 0))) +("biking" nil (((b ay) 1) ((k ih ng) 0))) +("bikini" nil (((b ih) 0) ((k iy) 1) ((n iy) 0))) +("bikinis" nil (((b ax) 0) ((k iy) 1) ((n iy z) 0))) +("biko" nil (((b iy) 1) ((k ow) 0))) +("bil" nil (((b ih l) 1))) +("bila" nil (((b iy) 1) ((l ax) 0))) +("bilateral" nil (((b ay) 0) ((l ae) 1) ((t er) 0) ((ax l) 0))) +("bilaterally" nil (((b ay) 0) ((l ae) 1) ((t er) 0) ((ax) 0) ((l iy) 0))) +("bilbao" nil (((b ih l) 0) ((b aw) 1))) +("bilbo" nil (((b ih l) 1) ((b ow) 1))) +("bilbrey" nil (((b ih l) 1) ((b r iy) 0))) +("bilbro" nil (((b iy l) 1) ((b r ow) 0))) +("bilby" nil (((b ih l) 1) ((b iy) 0))) +("bild" nil (((b ih l d) 1))) +("bilderback" nil (((b ay l) 1) ((d er) 0) ((b ae k) 0))) +("bildner" nil (((b ih l d) 1) ((n er) 0))) +("bile" nil (((b ay l) 1))) +("bilek" nil (((b ih) 1) ((l eh k) 0))) +("bilello" nil (((b ih) 0) ((l eh) 1) ((l ow) 0))) +("biles" nil (((b ay l z) 1))) +("bilger" nil (((b ih l) 1) ((g er) 0))) +("bilicki" nil (((b ih) 0) ((l ih t) 1) ((s k iy) 0))) +("bilings" nil (((b ay) 1) ((l ih ng z) 0))) +("bilingual" nil (((b ay) 0) ((l ih ng) 1) ((g w ax l) 0))) +("bilingualism" nil (((b ay) 0) ((l ih ng) 1) ((g w ax) 0) ((l ih) 1) ((z ax m) 0))) +("bilinski" nil (((b ih) 0) ((l ih n) 1) ((s k iy) 0))) +("bilious" nil (((b ih) 1) ((l iy) 0) ((ax s) 0))) +("bilirakis" nil (((b ih) 0) ((l ih) 1) ((r ax) 0) ((k ih s) 0))) +("bilk" nil (((b ih l k) 1))) +("bilka" nil (((b ih l) 1) ((k ax) 0))) +("bilked" nil (((b ih l k t) 1))) +("bilking" nil (((b ih l) 1) ((k ih ng) 0))) +("bill" nil (((b ih l) 1))) +("billable" nil (((b ih) 1) ((l ax) 0) ((b ax l) 0))) +("billancourt" nil (((b ih) 1) ((l ax n) 0) ((k ao r t) 1))) +("billard" nil (((b ih) 0) ((l aa r d) 1))) +("billboard" nil (((b ih l) 1) ((b ao r d) 1))) +("billboards" nil (((b ih l) 1) ((b ao r d z) 1))) +("bille" nil (((b ay l) 1))) +("billed" nil (((b ih l d) 1))) +("biller" nil (((b ih) 1) ((l er) 0))) +("billerica" nil (((b ih) 1) ((l er) 0) ((iy) 1) ((k ax) 0))) +("billes" nil (((b ih l z) 1))) +("billet" nil (((b ih) 1) ((l ax t) 0))) +("billeter" nil (((b ih) 1) ((l iy) 0) ((t er) 0))) +("billets" nil (((b ih) 1) ((l ax t s) 0))) +("billett" nil (((b ih) 1) ((l ih t) 0))) +("billfold" nil (((b ih l) 1) ((f ow l d) 1))) +("billiard" nil (((b ih) 1) ((l y er d) 0))) +("billiards" nil (((b ih) 1) ((l y er d z) 0))) +("billick" nil (((b ih) 1) ((l ih k) 0))) +("billie" nil (((b ih) 1) ((l iy) 0))) +("billig" nil (((b ih) 1) ((l ih g) 0))) +("billing" nil (((b ih) 1) ((l ih ng) 0))) +("billinger" nil (((b ih) 1) ((l ih ng) 0) ((er) 0))) +("billingham" nil (((b ih) 1) ((l ih ng) 0) ((hh ae m) 1))) +("billings" nil (((b ih) 1) ((l ih ng z) 0))) +("billingslea" nil (((b ih) 1) ((l ih ng) 0) ((z l iy) 0))) +("billingsley" nil (((b ih) 1) ((l ih ng) 0) ((z l iy) 0))) +("billingsly" nil (((b ih) 1) ((l ih ng) 0) ((z l iy) 0))) +("billington" nil (((b ih) 1) ((l ih ng) 0) ((t ax n) 0))) +("billion" nil (((b ih) 1) ((l y ax n) 0))) +("billionaire" nil (((b ih) 1) ((l y ax) 0) ((n eh r) 1))) +("billionaires" nil (((b ih) 1) ((l y ax) 0) ((n eh r z) 1))) +("billions" nil (((b ih) 1) ((l y ax n z) 0))) +("billionth" nil (((b ih) 1) ((l y ax n th) 0))) +("billionths" nil (((b ih) 1) ((l y ax n th s) 0))) +("billiot" nil (((b ih) 1) ((l iy) 0) ((aa t) 0))) +("billips" nil (((b ih) 1) ((l ih p s) 0))) +("billiter" nil (((b ih) 1) ((l iy) 0) ((t er) 0))) +("billiton" nil (((b ih) 1) ((l ih) 0) ((t ax n) 0))) +("billman" nil (((b ih l) 1) ((m ax n) 0))) +("billmeyer" nil (((b ih l) 1) ((m ay) 0) ((er) 0))) +("billon" nil (((b ih) 1) ((l ax n) 0))) +("billow" nil (((b ih) 1) ((l ow) 0))) +("billowed" nil (((b ih) 1) ((l ow d) 0))) +("billowing" nil (((b ih) 1) ((l ow) 0) ((ih ng) 0))) +("billows" nil (((b ih) 1) ((l ow z) 0))) +("bills" nil (((b ih l z) 1))) +("billups" nil (((b ih) 1) ((l ax p s) 0))) +("billy" nil (((b ih) 1) ((l iy) 0))) +("bilodeau" nil (((b ih) 1) ((l ax) 0) ((d ow) 0))) +("bilotta" nil (((b ih) 0) ((l ow) 1) ((t ax) 0))) +("bilotti" nil (((b ih) 0) ((l aa) 1) ((t iy) 0))) +("bilow" nil (((b ih) 1) ((l ow) 0))) +("biloxi" nil (((b ax) 0) ((l ah k) 1) ((s iy) 0))) +("bilski" nil (((b ih l) 1) ((s k iy) 0))) +("bilsky" nil (((b ih l) 1) ((s k iy) 0))) +("bilson" nil (((b ih l) 1) ((s ax n) 0))) +("biltmore" nil (((b ih l t) 1) ((m ao r) 1))) +("bilton" nil (((b ih l) 1) ((t ax n) 0))) +("biltz" nil (((b ih l t s) 1))) +("bily" nil (((b ih) 1) ((l iy) 0))) +("bilyeu" nil (((b ih) 1) ((l iy) 0) ((uw) 0))) +("bilyk" nil (((b ih) 1) ((l ih k) 0))) +("bilzerian" nil (((b ih l) 0) ((z eh) 1) ((r iy) 0) ((ax n) 0))) +("bima" nil (((b iy) 1) ((m ax) 0))) +("bimbo" nil (((b ih m) 1) ((b ow) 0))) +("bimbos" nil (((b ih m) 1) ((b ow s) 0))) +("bimini" nil (((b ih) 1) ((m ax) 0) ((n iy) 0))) +("bimonthly" nil (((b ay) 0) ((m ah n th) 1) ((l iy) 0))) +("bin" nil (((b ih n) 1))) +("bina" nil (((b iy) 1) ((n ax) 0))) +("binary" nil (((b ay) 1) ((n er) 0) ((iy) 0))) +("binational" nil (((b ay) 0) ((n ae) 1) ((sh ax) 0) ((n ax l) 0))) +("bind" nil (((b ay n d) 1))) +("binbin" nil (((b iy n) 1) ((b iy n) 1))) +("bindel" nil (((b ih n) 1) ((d ax l) 0))) +("binder" nil (((b ay n) 1) ((d er) 0))) +("binders" nil (((b ay n) 1) ((d er z) 0))) +("binding" nil (((b ay n) 1) ((d ih ng) 0))) +("bindley" nil (((b ih n d) 1) ((l iy) 0))) +("binds" nil (((b ay n d z) 1))) +("binegar" nil (((b ih) 1) ((n ih) 0) ((g er) 0))) +("bines" nil (((b ay n z) 1))) +("binette" nil (((b ih) 0) ((n eh t) 1))) +("binetti" nil (((b ih) 0) ((n eh) 1) ((t iy) 0))) +("binfield" nil (((b ih n) 1) ((f iy l d) 1))) +("binford" nil (((b ih n) 1) ((f er d) 0))) +("bing" nil (((b ih ng) 1))) +("binga" nil (((b iy ng) 1) ((g ax) 0))) +("bingaman" nil (((b ih ng) 1) ((ax) 0) ((m ax n) 0))) +("bingbing" nil (((b iy ng) 1) ((b iy ng) 1))) +("binge" nil (((b ih n jh) 1))) +("bingel" nil (((b ih ng) 1) ((g ax l) 0))) +("bingenheimer" nil (((b ih ng) 1) ((g ih n) 0) ((hh ay) 0) ((m er) 0))) +("binger" nil (((b ih ng) 1) ((er) 0))) +("binges" nil (((b ih n) 1) ((jh ih z) 0))) +("bingham" nil (((b ih ng) 1) ((ax m) 0))) +("binghamton" nil (((b ih ng) 1) ((ax m) 0) ((t ax n) 0))) +("bingle" nil (((b ih ng) 1) ((g ax l) 0))) +("bingley" nil (((b ih ng) 1) ((l iy) 0))) +("bingman" nil (((b ih ng) 1) ((m ax n) 0))) +("bingmayong" nil (((b iy ng) 1) ((m aa) 1) ((y ow ng) 1))) +("bingo" nil (((b ih ng) 1) ((g ow) 0))) +("binion" nil (((b ih) 1) ((n y ax n) 0))) +("bink" nil (((b ih ng k) 1))) +("binkley" nil (((b ih ng) 1) ((k l iy) 0))) +("binkowski" nil (((b ih ng) 0) ((k ao f) 1) ((s k iy) 0))) +("binn" nil (((b ih n) 1))) +("binner" nil (((b ih) 1) ((n er) 0))) +("binney" nil (((b ih) 1) ((n iy) 0))) +("binnie" nil (((b ih) 1) ((n iy) 0))) +("binning" nil (((b ih) 1) ((n ih ng) 0))) +("binns" nil (((b ih n z) 1))) +("binocular" nil (((b ax) 0) ((n aa) 1) ((k y ax) 0) ((l er) 0))) +("binoculars" nil (((b ax) 0) ((n aa) 1) ((k y ax) 0) ((l er z) 0))) +("binomial" nil (((b ay) 0) ((n ow) 1) ((m iy) 0) ((ax l) 0))) +("bins" nil (((b ih n z) 1))) +("binstock" nil (((b ih n) 1) ((s t aa k) 1))) +("bintz" nil (((b ih n t s) 1))) +("binz" nil (((b ih n z) 1))) +("binzhou" nil (((b iy n) 1) ((jh ow) 1))) +("bio" nil (((b ay) 1) ((ow) 1))) +("biochem" nil (((b ay) 1) ((ax) 0) ((ch ax m) 0))) +("biochemical" nil (((b ay) 1) ((ow) 0) ((k eh) 1) ((m ax) 0) ((k ax l) 0))) +("biochemist" nil (((b ay) 1) ((ow) 0) ((k eh) 1) ((m ax s t) 0))) +("biochemistry" nil (((b ay) 1) ((ow) 0) ((k eh) 1) ((m ax) 0) ((s t r iy) 0))) +("biocine" nil (((b ay) 1) ((ax) 0) ((s iy n) 1))) +("biocontrol" nil (((b ay) 1) ((ax) 0) ((k aa n) 1) ((t r aa l) 0))) +("biocraft" nil (((b ay) 1) ((ow) 0) ((k r ae f t) 1))) +("biodegradable" nil (((b ay) 1) ((ow) 0) ((d ax) 0) ((g r ey) 1) ((d ax) 0) ((b ax l) 0))) +("biodiverse" nil (((b ay) 1) ((ow) 0) ((d ay) 0) ((v er s) 1))) +("biodiversity" nil (((b ay) 1) ((ow) 0) ((d ay) 0) ((v er) 1) ((s ax) 0) ((t iy) 0))) +("bioengineered" nil (((b ay) 1) ((ow) 0) ((eh n) 1) ((jh ax) 0) ((n ih r d) 1))) +("bioengineering" nil (((b ay) 1) ((ow) 0) ((eh n) 1) ((jh ax) 0) ((n ih) 1) ((r ih ng) 0))) +("biofeedback" nil (((b ay) 0) ((ow) 0) ((f iy d) 1) ((b ae k) 1))) +("biogen" nil (((b ay) 1) ((ow) 0) ((jh eh n) 1))) +("biographer" nil (((b ay) 0) ((aa) 1) ((g r ax) 0) ((f er) 0))) +("biographers" nil (((b ay) 0) ((aa) 1) ((g r ax) 0) ((f er z) 0))) +("biographical" nil (((b ay) 1) ((ax) 0) ((g r ae) 1) ((f ih) 0) ((k ax l) 0))) +("biographies" nil (((b ay) 0) ((aa) 1) ((g r ax) 0) ((f iy z) 0))) +("biography" nil (((b ay) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("biological" nil (((b ay) 1) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("biologically" nil (((b ay) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k l iy) 0))) +("biologicals" nil (((b ay) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l z) 0))) +("biologics" nil (((b ay) 0) ((ax) 0) ((l aa) 1) ((jh ih k s) 0))) +("biologist" nil (((b ay) 0) ((aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("biologists" nil (((b ay) 0) ((aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("biology" nil (((b ay) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("biomass" nil (((b ay) 1) ((ax) 0) ((m ae s) 0))) +("biomaterials" nil (((b ay) 1) ((ow) 0) ((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax l z) 0))) +("biome" nil (((b ay) 1) ((ow m) 1))) +("biomed" nil (((b ay) 1) ((ow) 0) ((m eh d) 1))) +("biomedical" nil (((b ay) 1) ((ow) 0) ((m eh) 1) ((d ih) 0) ((k ax l) 0))) +("biomedicals" nil (((b ay) 1) ((ow) 0) ((m eh) 1) ((d ih) 0) ((k ax l z) 0))) +("biomes" nil (((b ay) 1) ((ow m z) 1))) +("biomet" nil (((b ay) 1) ((ow) 0) ((m eh t) 0))) +("biondi" nil (((b iy) 0) ((aa n) 1) ((d iy) 0))) +("biondo" nil (((b iy) 0) ((ow n) 1) ((d ow) 0))) +("biondolillo" nil (((b iy) 0) ((ow n) 0) ((d ow) 0) ((l ih) 1) ((l ow) 0))) +("bionetics" nil (((b ay) 1) ((ow) 0) ((n eh) 1) ((t ih k s) 0))) +("BioNTech" nil (((b ay) 1) ((ow) 0) ((eh n) 1) ((t eh k) 1))) +("biopharm" nil (((b ay) 1) ((ax) 0) ((f aa r m) 0))) +("biopharmaceutical" nil (((b ay) 1) ((ow) 0) ((f aa r) 1) ((m ax) 0) ((s uw) 1) ((t ih) 0) ((k ax l) 0))) +("biophysics" nil (((b ay) 1) ((ow) 0) ((f ih) 1) ((s ih k s) 0))) +("biopsy" nil (((b ay) 1) ((aa p) 0) ((s iy) 0))) +("bios" nil (((b ay) 1) ((ow s) 0))) +("biosafety" nil (((b ay) 1) ((ow) 0) ((s ey f) 1) ((t iy) 0))) +("bioscience" nil (((b ay) 1) ((ow) 0) ((s iy) 1) ((ax n s) 0))) +("biosciences" nil (((b ay) 0) ((ao) 1) ((s iy) 0) ((eh n) 1) ((s ih z) 0))) +("biosensor" nil (((b ay) 1) ((ow) 0) ((s eh n) 1) ((s er) 0))) +("biosensors" nil (((b ay) 1) ((ow) 0) ((s eh n) 1) ((s er z) 0))) +("biosis" nil (((b iy) 0) ((ow) 1) ((z ih s) 0))) +("biosphere" nil (((b ay) 1) ((ow) 0) ((s f ih r) 1))) +("biospheres" nil (((b ay) 1) ((ow) 0) ((s f ih r z) 1))) +("biosys" nil (((b ay) 1) ((ow) 0) ((s ih s) 0))) +("biosystems" nil (((b ay) 1) ((ow) 0) ((s ih) 1) ((s t ax m z) 0))) +("biotech" nil (((b ay) 1) ((ow) 0) ((t eh k) 1))) +("biotechnica" nil (((b ay) 1) ((ow) 0) ((t eh k) 1) ((n ih) 0) ((k ax) 0))) +("biotechnological" nil (((b ay) 1) ((ow) 0) ((t eh k) 1) ((n ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("biotechnologies" nil (((b ay) 1) ((ow) 0) ((t eh k) 1) ((n aa) 1) ((l ax) 0) ((jh iy z) 0))) +("biotechnology" nil (((b ay) 1) ((ow) 0) ((t eh k) 1) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("biotherapeutics" nil (((b ay) 1) ((ow) 0) ((th eh) 1) ((r ax) 0) ((p y uw) 1) ((t ih k s) 0))) +("biotin" nil (((b ay) 1) ((ax) 0) ((t ax n) 0))) +("biotite" nil (((b ay) 1) ((ax) 0) ((t ay t) 1))) +("biovest" nil (((b ay) 1) ((ow) 0) ((v ax s t) 0))) +("bipartisan" nil (((b ay) 0) ((p aa r) 1) ((t ih) 0) ((z ax n) 0))) +("bipartisanship" nil (((b ay) 0) ((p aa r) 1) ((t ax) 0) ((z ax n) 0) ((sh ih p) 1))) +("biphenyls" nil (((b ih) 1) ((f ax) 0) ((n ax l z) 0))) +("biplane" nil (((b ay) 1) ((p l ey n) 1))) +("bipolar" nil (((b ay) 0) ((p ow) 1) ((l er) 0))) +("bippus" nil (((b ih) 1) ((p ax s) 0))) +("bir" nil (((b er) 1))) +("biracial" nil (((b ay) 0) ((r ey) 1) ((sh ax l) 0))) +("birch" nil (((b er ch) 1))) +("birchall" nil (((b er) 1) ((k ax l) 0))) +("birchard" nil (((b er) 1) ((k er d) 0))) +("bircher" nil (((b er) 1) ((ch er) 0))) +("birchett" nil (((b er) 1) ((ch ih t) 0))) +("birchfield" nil (((b er ch) 1) ((f iy l d) 1))) +("birchler" nil (((b er) 1) ((k ax) 0) ((l er) 0))) +("birchmeier" nil (((b er k) 1) ((m ay) 0) ((er) 0))) +("birckhead" nil (((b er k) 1) ((hh eh d) 0))) +("bird" nil (((b er d) 1))) +("birden" nil (((b er) 1) ((d ax n) 0))) +("birdfeather" nil (((b er d) 1) ((f eh) 1) ((dh er) 0))) +("birdfeeder" nil (((b er d) 1) ((f iy) 1) ((d er) 0))) +("birdfeeders" nil (((b er d) 1) ((f iy) 1) ((d er z) 0))) +("birdfinder" nil (((b er d) 1) ((f ay n) 1) ((d er) 0))) +("birdie" nil (((b er) 1) ((d iy) 0))) +("birdied" nil (((b er) 1) ((d iy d) 0))) +("birdlife" nil (((b er d) 1) ((l ay f) 1))) +("birds" nil (((b er d z) 1))) +("birdsall" nil (((b er d) 1) ((z ao l) 1))) +("birdsell" nil (((b er d) 1) ((s ax l) 0))) +("birdsong" nil (((b er d) 1) ((s ao ng) 1))) +("birdwell" nil (((b er) 1) ((d w eh l) 1))) +("bireme" nil (((b ay) 1) ((r iy m) 1))) +("biremes" nil (((b ay) 1) ((r iy m z) 1))) +("birenbaum" nil (((b ay) 1) ((r ax n) 0) ((b aw m) 0))) +("bires" nil (((b ay r z) 1))) +("birge" nil (((b er jh) 1))) +("birinyi" nil (((b ih) 0) ((r iy) 1) ((n y iy) 0))) +("birk" nil (((b er k) 1))) +("birkedal" nil (((b er) 1) ((k ax) 0) ((d aa l) 1))) +("birkel" nil (((b er) 1) ((k ax l) 0))) +("birkeland" nil (((b er) 1) ((k l ax n d) 0))) +("birkenau" nil (((b er) 1) ((k ax) 0) ((n aw) 0))) +("birkes" nil (((b er k s) 1))) +("birkett" nil (((b er) 1) ((k ih t) 0))) +("birkey" nil (((b er) 1) ((k iy) 0))) +("birkhead" nil (((b er k) 1) ((hh eh d) 0))) +("birkhimer" nil (((b er k) 1) ((hh ih) 0) ((m er) 0))) +("birkholz" nil (((b er k) 1) ((hh ow l z) 0))) +("birkland" nil (((b er) 1) ((k l ax n d) 0))) +("birkner" nil (((b er k) 1) ((n er) 0))) +("birks" nil (((b er k s) 1))) +("birky" nil (((b er) 1) ((k iy) 0))) +("birle" nil (((b er l) 1))) +("birley" nil (((b er) 1) ((l iy) 0))) +("birman" nil (((b er) 1) ((m ax n) 0))) +("birmid" nil (((b er) 1) ((m ih d) 0))) +("birmingham" nil (((b er) 1) ((m ih ng) 0) ((hh ae m) 1))) +("birnbaum" nil (((b er n) 1) ((b aw m) 0))) +("birney" nil (((b er) 1) ((n iy) 0))) +("birnie" nil (((b er) 1) ((n iy) 0))) +("biro" nil (((b ih) 1) ((r ow) 0))) +("biron" nil (((b ay) 1) ((r ax n) 0))) +("biros" nil (((b ay) 1) ((r ow z) 0))) +("birr" nil (((b er) 1))) +("birren" nil (((b er) 1) ((ax n) 0))) +("birt" nil (((b er t) 1))) +("birtcher" nil (((b er) 1) ((ch er) 0))) +("birth" nil (((b er th) 1))) +("birthday" nil (((b er th) 1) ((d ey) 1))) +("birthdays" nil (((b er th) 1) ((d ey z) 1))) +("birthing" nil (((b er) 1) ((th ih ng) 0))) +("birthmarks" nil (((b er th) 1) ((m aa r k s) 1))) +("birthplace" nil (((b er th) 1) ((p l ey s) 1))) +("birthrate" nil (((b er) 1) ((th r ey t) 1))) +("birthrates" nil (((b er) 1) ((th r ey t s) 1))) +("birthright" nil (((b er) 1) ((th r ay t) 1))) +("births" nil (((b er th s) 1))) +("birtle" nil (((b er) 1) ((t ax l) 0))) +("birtley" nil (((b er t) 1) ((l iy) 0))) +("bis" nil (((b ih s) 1))) +("bisaillon" nil (((b ay) 1) ((s ax) 0) ((l aa n) 0))) +("bisbee" nil (((b ih s) 1) ((b iy) 0))) +("bisbing" nil (((b ih s) 1) ((b ih ng) 0))) +("biscardi" nil (((b ih) 0) ((s k aa r) 1) ((d iy) 0))) +("biscayne" nil (((b ih) 0) ((s k ey n) 1))) +("bisceglia" nil (((b ih s) 0) ((ch eh) 1) ((g l iy) 0) ((ax) 0))) +("bisch" nil (((b ih sh) 1))) +("bischel" nil (((b ih) 1) ((sh ax l) 0))) +("bischof" nil (((b ih) 1) ((sh ax f) 0))) +("bischofberger" nil (((b ih) 1) ((sh ao f) 0) ((b er) 0) ((g er) 0))) +("bischoff" nil (((b ih s k) 1) ((hh ao f) 0))) +("biscoe" nil (((b ih) 0) ((s k ow) 1))) +("biscuit" nil (((b ih) 1) ((s k ax t) 0))) +("biscuits" nil (((b ih) 1) ((s k ax t s) 0))) +("bise" nil (((b ay z) 1))) +("bisek" nil (((b ih) 1) ((s ih k) 0))) +("bisel" nil (((b ih) 1) ((s ax l) 0))) +("biser" nil (((b ay) 1) ((z er) 0))) +("bisesi" nil (((b ih) 0) ((s eh) 1) ((s iy) 0))) +("bisexual" nil (((b ay) 1) ((s eh k) 1) ((sh uw) 0) ((ax l) 0))) +("bish" nil (((b ih sh) 1))) +("bishan" nil (((b iy) 1) ((sh aa n) 1))) +("bisher" nil (((b ih) 1) ((sh er) 0))) +("bishoff" nil (((b ih s) 1) ((hh ao f) 0))) +("bishop" nil (((b ih) 1) ((sh ax p) 0))) +("bishoprics" nil (((b ih) 1) ((sh ax) 0) ((p r ih k s) 0))) +("bishops" nil (((b ih) 1) ((sh ax p s) 0))) +("bishopsgate" nil (((b ih) 1) ((sh ax p s) 0) ((g ey t) 1))) +("bisiani" nil (((b ih) 0) ((s iy) 0) ((aa) 1) ((n iy) 0))) +("bisig" nil (((b ih) 1) ((s ih g) 0))) +("bisignano" nil (((b ih) 0) ((s iy g) 0) ((n aa) 1) ((n ow) 0))) +("biskup" nil (((b ih) 1) ((s k ax p) 0))) +("bismarck" nil (((b ih z) 1) ((m aa r k) 1))) +("bismark" nil (((b ih z) 1) ((m aa r k) 1))) +("bismuth" nil (((b ih z) 1) ((m ax th) 0))) +("bison" nil (((b ay) 1) ((s ax n) 0))) +("bisping" nil (((b ih) 1) ((s p ih ng) 0))) +("bisque" nil (((b ih s k) 1))) +("biss" nil (((b ih s) 1))) +("bissell" nil (((b ih) 1) ((s ax l) 0))) +("bissen" nil (((b ih) 1) ((s ax n) 0))) +("bisset" nil (((b ih) 1) ((s ih t) 0))) +("bissett" nil (((b ih) 1) ((s ih t) 0))) +("bissette" nil (((b ih) 0) ((s eh t) 1))) +("bissey" nil (((b ih) 1) ((s iy) 0))) +("bissinger" nil (((b ih) 1) ((s ih n) 0) ((jh er) 0))) +("bisso" nil (((b iy) 1) ((s ow) 0))) +("bisson" nil (((b ih) 1) ((s ax n) 0))) +("bissonette" nil (((b ih) 1) ((s ax) 0) ((n eh t) 0))) +("bissonnette" nil (((b ih) 1) ((s ax) 0) ((n eh t) 1))) +("bistline" nil (((b ih s t) 1) ((l ay n) 1))) +("bistodeau" nil (((b ih) 1) ((s t ax) 0) ((d ow) 0))) +("bistro" nil (((b ih) 1) ((s t r ow) 0))) +("bisuteki" nil (((b iy) 1) ((s uw) 0) ((t ey) 1) ((k iy) 0))) +("bit" nil (((b ih t) 1))) +("bitar" nil (((b ih) 1) ((t er) 0))) +("bitch" nil (((b ih ch) 1))) +("bitchy" nil (((b ih) 1) ((ch iy) 0))) +("bite" nil (((b ay t) 1))) +("bites" nil (((b ay t s) 1))) +("bitesize" nil (((b ih t) 1) ((s ay z) 1))) +("bither" nil (((b ih) 1) ((dh er) 0))) +("biting" nil (((b ay) 1) ((t ih ng) 0))) +("bitler" nil (((b ay) 1) ((t ax) 0) ((l er) 0))) +("bitner" nil (((b ih t) 1) ((n er) 0))) +("bitney" nil (((b ih t) 1) ((n iy) 0))) +("bits" nil (((b ih t s) 1))) +("bittel" nil (((b ih) 1) ((t ax l) 0))) +("bitten" nil (((b ih) 1) ((t ax n) 0))) +("bittenbender" nil (((b ih) 1) ((t ih n) 0) ((b eh n) 0) ((d er) 0))) +("bitter" nil (((b ih) 1) ((t er) 0))) +("bitterest" nil (((b ih) 1) ((t er) 0) ((ax s t) 0))) +("bitterly" nil (((b ih) 1) ((t er) 0) ((l iy) 0))) +("bitterman" nil (((b ih) 1) ((t er) 0) ((m ax n) 0))) +("bittermann" nil (((b ih) 1) ((t er) 0) ((m ax n) 0))) +("bitterness" nil (((b ih) 1) ((t er) 0) ((n ax s) 0))) +("bitterroot" nil (((b ih) 1) ((t er) 0) ((r uw t) 1))) +("bitters" nil (((b ih) 1) ((t er z) 0))) +("bittersweet" nil (((b ih) 1) ((t er) 0) ((s w iy t) 1))) +("bittick" nil (((b ih) 1) ((t ih k) 0))) +("bitting" nil (((b ih) 1) ((t ih ng) 0))) +("bittinger" nil (((b ih) 1) ((t ih ng) 0) ((er) 0))) +("bittle" nil (((b ih) 1) ((t ax l) 0))) +("bittman" nil (((b ih t) 1) ((m ax n) 0))) +("bittner" nil (((b ih t) 1) ((n er) 0))) +("bitton" nil (((b ih) 1) ((t ax n) 0))) +("bitumen" nil (((b ih) 1) ((t uw) 1) ((m ax n) 0))) +("bituminous" nil (((b ih) 0) ((t uw) 1) ((m ax) 0) ((n ax s) 0))) +("bitz" nil (((b ih t s) 1))) +("bitzer" nil (((b ih t) 1) ((z er) 0))) +("bivalve" nil (((b ay) 1) ((v ae l v) 1))) +("bivalves" nil (((b ay) 1) ((v ae l v z) 1))) +("biven" nil (((b ay) 1) ((v ax n) 0))) +("bivens" nil (((b ay) 1) ((v ax n z) 0))) +("biviano" nil (((b iy) 1) ((v iy) 0) ((aa) 1) ((n ow) 0))) +("bivin" nil (((b ih) 1) ((v ih n) 0))) +("bivins" nil (((b ih) 1) ((v ih n z) 0))) +("bivona" nil (((b ih) 0) ((v ow) 1) ((n ax) 0))) +("bivouac" nil (((b ih v) 1) ((w ae k) 0))) +("biweekly" nil (((b ay) 0) ((w iy) 1) ((k l iy) 0))) +("bix" nil (((b ih k s) 1))) +("bixby" nil (((b ih k s) 1) ((b iy) 0))) +("bixel" nil (((b ih k) 1) ((s ax l) 0))) +("bixler" nil (((b ih k) 1) ((s l er) 0))) +("biz" nil (((b ih z) 1))) +("bizango" nil (((b ih) 0) ((z ae ng) 1) ((g ow) 0))) +("bizarre" nil (((b ax) 0) ((z aa r) 1))) +("bizarrely" n (((b ax) 0) ((z aa r) 1) ((l iy) 0))) +("bizmart" nil (((b ih z) 1) ((m aa r t) 1))) +("bizub" nil (((b ih) 1) ((z ax b) 0))) +("bizzell" nil (((b ih) 1) ((z ax l) 0))) +("bjelland" nil (((b y eh) 1) ((l ax n d) 0))) +("bjerke" nil (((b y er k) 1))) +("Bjerklie" n (((b eh r) 1) ((k l iy) 0))) +("bjoern" nil (((b y ao r n) 1))) +("bjorge" nil (((b y ao r g) 1))) +("bjork" nil (((b y ao r k) 1))) +("bjorklund" nil (((b y ao r) 1) ((k l ax n d) 0))) +("bjorkman" nil (((b y ao r k) 1) ((m ax n) 0))) +("bjorn" nil (((b y ao r n) 1))) +("bjornstad" nil (((b y ao r n) 1) ((s t ax d) 0))) +("blachly" nil (((b l aa ch) 1) ((l iy) 0))) +("black" nil (((b l ae k) 1))) +("blackard" nil (((b l ae) 1) ((k er d) 0))) +("blackball" nil (((b l ae k) 1) ((b ao l) 1))) +("blackberries" nil (((b l ae k) 1) ((b eh) 1) ((r iy z) 0))) +("blackberry" nil (((b l ae k) 1) ((b eh) 1) ((r iy) 0))) +("blackboard" nil (((b l ae k) 1) ((b ao r d) 1))) +("blackburn" nil (((b l ae k) 1) ((b er n) 0))) +("blacked" nil (((b l ae k t) 1))) +("blackened" nil (((b l ae) 1) ((k ax n d) 0))) +("blackening" nil (((b l ae) 1) ((k ax) 0) ((n ih ng) 0))) +("blackens" nil (((b l ae) 1) ((k ax n z) 0))) +("blacker" nil (((b l ae) 1) ((k er) 0))) +("blackerby" nil (((b l ae) 1) ((k er) 0) ((b iy) 0))) +("blackest" nil (((b l ae) 1) ((k ax s t) 0))) +("blacketer" nil (((b l ae) 1) ((k iy) 0) ((t er) 0))) +("blackett" nil (((b l ae) 1) ((k ih t) 0))) +("blackfoot" nil (((b l ae k) 1) ((f uh t) 1))) +("blackford" nil (((b l ae k) 1) ((f er d) 0))) +("blackham" nil (((b l ae k) 1) ((hh ax m) 0))) +("blackhawk" nil (((b l ae k) 1) ((hh ao k) 1))) +("blackhawks" nil (((b l ae k) 1) ((hh ao k s) 1))) +("blackheath" nil (((b l ae k) 1) ((hh iy th) 1))) +("blackhurst" nil (((b l ae k) 1) ((hh er s t) 0))) +("blackjack" nil (((b l ae k) 1) ((jh ae k) 1))) +("blackledge" nil (((b l ae) 1) ((k l eh jh) 1))) +("blackley" nil (((b l ae) 1) ((k l iy) 0))) +("blacklist" nil (((b l ae) 1) ((k l ih s t) 1))) +("blacklisted" nil (((b l ae) 1) ((k l ih) 1) ((s t ih d) 0))) +("blacklisting" nil (((b l ae) 1) ((k l ih) 1) ((s t ih ng) 0))) +("blacklock" nil (((b l ae) 1) ((k l aa k) 1))) +("blackmail" nil (((b l ae k) 1) ((m ey l) 1))) +("blackmailed" nil (((b l ae k) 1) ((m ey l d) 1))) +("blackmailing" nil (((b l ae k) 1) ((m ey) 1) ((l ih ng) 0))) +("blackman" nil (((b l ae k) 1) ((m ax n) 0))) +("blackmer" nil (((b l ae k) 1) ((m er) 0))) +("blackmon" nil (((b l ae k) 1) ((m ax n) 0))) +("blackmore" nil (((b l ae k) 1) ((m ao r) 0))) +("blackmun" nil (((b l ae k) 1) ((m ax n) 0))) +("blackness" nil (((b l ae k) 1) ((n ax s) 0))) +("blackout" nil (((b l ae) 1) ((k aw t) 1))) +("blackouts" nil (((b l ae) 1) ((k aw t s) 1))) +("blackpool" nil (((b l ae k) 1) ((p uw l) 1))) +("blackrock" nil (((b l ae) 1) ((k r aa k) 1))) +("blacks" nil (((b l ae k s) 1))) +("blacksburg" nil (((b l ae k s) 1) ((b er g) 0))) +("blackshear" nil (((b l ae k) 1) ((sh ih r) 0))) +("blacksher" nil (((b l ae k) 1) ((sh er) 0))) +("blackshire" nil (((b l ae k) 1) ((sh ay r) 1))) +("blacksmith" nil (((b l ae k) 1) ((s m ih th) 1))) +("blackson" nil (((b l ae k) 1) ((s ax n) 0))) +("blackstock" nil (((b l ae k) 1) ((s t aa k) 1))) +("blackston" nil (((b l ae k) 1) ((s t ax n) 0))) +("blackstone" nil (((b l ae k) 1) ((s t ow n) 1))) +("blacktop" nil (((b l ae k) 1) ((t aa p) 1))) +("blackwelder" nil (((b l ae) 1) ((k w eh l) 1) ((d er) 0))) +("blackwell" nil (((b l ae) 1) ((k w eh l) 1))) +("blackwood" nil (((b l ae) 1) ((k w uh d) 1))) +("bladder" nil (((b l ae) 1) ((d er) 0))) +("blade" nil (((b l ey d) 1))) +("bladen" nil (((b l ey) 1) ((d ax n) 0))) +("blades" nil (((b l ey d z) 1))) +("bladow" nil (((b l ae) 1) ((d ow) 0))) +("blaese" nil (((b l ey z) 1))) +("blaesing" nil (((b l eh) 1) ((s ih ng) 0))) +("blagden" nil (((b l ae g) 1) ((d ax n) 0))) +("blagg" nil (((b l ae g) 1))) +("blah" nil (((b l aa) 1))) +("blaha" nil (((b l aa) 1) ((hh ax) 0))) +("blahnik" nil (((b l aa) 1) ((n ih k) 0))) +("blahut" nil (((b l ae) 1) ((hh ax t) 0))) +("blaich" nil (((b l ey ch) 1))) +("blaikie" nil (((b l ey) 1) ((k iy) 0))) +("blain" nil (((b l ey n) 1))) +("blaine" nil (((b l ey n) 1))) +("blair" nil (((b l eh r) 1))) +("blais" nil (((b l eh z) 1))) +("blaisdell" nil (((b l ey s) 1) ((d ax l) 0))) +("blaise" nil (((b l ey z) 1))) +("blaize" nil (((b l ey z) 1))) +("blake" nil (((b l ey k) 1))) +("blakeley" nil (((b l ey) 1) ((k l iy) 0))) +("blakely" nil (((b l ey) 1) ((k l iy) 0))) +("blakeman" nil (((b l ey k) 1) ((m ax n) 0))) +("blakemore" nil (((b l ey k) 1) ((m ao r) 0))) +("blakeney" nil (((b l ey k) 1) ((n iy) 0))) +("blakenham" nil (((b l ey) 1) ((k ax n) 0) ((hh ae m) 1))) +("blakenship" nil (((b l ey) 1) ((k ax n) 0) ((sh ih p) 0))) +("blaker" nil (((b l ey) 1) ((k er) 0))) +("blakes" nil (((b l ey k s) 1))) +("blakeslee" nil (((b l ey k) 1) ((s l iy) 0))) +("blakesley" nil (((b l ey k) 1) ((s l iy) 0))) +("blakey" nil (((b l ey) 1) ((k iy) 0))) +("blakley" nil (((b l ae) 1) ((k l iy) 0))) +("blakney" nil (((b l ae k) 1) ((n iy) 0))) +("blalack" nil (((b l ae) 1) ((l ax k) 0))) +("blalock" nil (((b l ae) 1) ((l aa k) 0))) +("blame" nil (((b l ey m) 1))) +("blamed" nil (((b l ey m d) 1))) +("blameless" nil (((b l ey m) 1) ((l ax s) 0))) +("blames" nil (((b l ey m z) 1))) +("blaming" nil (((b l ey) 1) ((m ih ng) 0))) +("blampied" nil (((b l ae m) 1) ((p iy d) 0))) +("blan" nil (((b l ae n) 1))) +("blanc" nil (((b l ae ng k) 1))) +("blanca" nil (((b l aa ng) 1) ((k ax) 0))) +("blancett" nil (((b l ae n) 1) ((s ih t) 0))) +("blanch" nil (((b l ae n ch) 1))) +("blanchard" nil (((b l ae n) 1) ((ch er d) 0))) +("blanchards" nil (((b l ae n) 1) ((ch er d z) 0))) +("blanche" nil (((b l ae n ch) 1))) +("blanchet" nil (((b l ae n) 1) ((k ih t) 0))) +("blanchett" nil (((b l ae n) 1) ((ch ih t) 0))) +("blanchette" nil (((b l ax n) 0) ((sh eh t) 1))) +("blanchfield" nil (((b l ae n ch) 1) ((f iy l d) 1))) +("blanck" nil (((b l ae ng k) 1))) +("blanco" nil (((b l ae ng) 1) ((k ow) 0))) +("bland" nil (((b l ae n d) 1))) +("blanda" nil (((b l ae n) 1) ((d ax) 0))) +("blander" nil (((b l ae n) 1) ((d er) 0))) +("blandford" nil (((b l ae n d) 1) ((f ao r d) 0))) +("blandin" nil (((b l ae n) 1) ((d ih n) 0))) +("blanding" nil (((b l ae n) 1) ((d ih ng) 0))) +("blandino" nil (((b l aa n) 0) ((d iy) 1) ((n ow) 0))) +("blandishments" nil (((b l ae n) 1) ((d ih) 0) ((sh m ax n t s) 0))) +("blandly" nil (((b l ae n d) 1) ((l iy) 0))) +("blandness" nil (((b l ae n d) 1) ((n ax s) 0))) +("blando" nil (((b l ae n) 1) ((d ow) 0))) +("blandon" nil (((b l ae n) 1) ((d ih n) 0))) +("blane" nil (((b l ey n) 1))) +("blaney" nil (((b l ey) 1) ((n iy) 0))) +("blanford" nil (((b l ae n) 1) ((f er d) 0))) +("blangah" nil (((b l ae) 1) ((ng ax) 0))) +("blank" nil (((b l ae ng k) 1))) +("blanke" nil (((b l ae ng k) 1))) +("blanken" nil (((b l ae ng) 1) ((k ax n) 0))) +("blankenbaker" nil (((b l ae ng) 1) ((k ax n) 0) ((b ey) 1) ((k er) 0))) +("blankenbeckler" nil (((b l ae ng) 1) ((k ax n) 0) ((b eh) 0) ((k ax) 0) ((l er) 0))) +("blankenburg" nil (((b l ae ng) 1) ((k ax n) 0) ((b er g) 0))) +("blankenhorn" nil (((b l ae ng) 1) ((k ih n) 0) ((hh er n) 0))) +("blankenship" nil (((b l ae ng) 1) ((k ax n) 0) ((sh ih p) 1))) +("blanket" nil (((b l ae ng) 1) ((k ax t) 0))) +("blanketed" nil (((b l ae ng) 1) ((k ax) 0) ((t ih d) 0))) +("blanketing" nil (((b l ae ng) 1) ((k ax) 0) ((t ih ng) 0))) +("blankets" nil (((b l ae ng) 1) ((k ax t s) 0))) +("blanking" nil (((b l ae ng) 1) ((k ih ng) 0))) +("blankinship" nil (((b l ae ng) 1) ((k ih n) 0) ((sh ih p) 0))) +("blankley" nil (((b l ae ng) 1) ((k l iy) 0))) +("blankly" nil (((b l ae ng) 1) ((k l iy) 0))) +("blanks" nil (((b l ae ng k s) 1))) +("blann" nil (((b l ae n) 1))) +("blansett" nil (((b l ae n) 1) ((s ih t) 0))) +("blanton" nil (((b l ae n) 1) ((t ax n) 0))) +("blare" nil (((b l eh r) 1))) +("blared" nil (((b l eh r d) 1))) +("blares" nil (((b l eh r z) 1))) +("blaring" nil (((b l eh) 1) ((r ih ng) 0))) +("blas" nil (((b l aa s) 1))) +("blaschke" nil (((b l ae sh k) 1))) +("blasco" nil (((b l aa) 1) ((s k ow) 0))) +("blasdel" nil (((b l ae s) 1) ((d ax l) 0))) +("blasdell" nil (((b l ae s) 1) ((d ax l) 0))) +("blase" nil (((b l ey z) 1))) +("blaser" nil (((b l ey) 1) ((z er) 0))) +("blasi" nil (((b l ey) 1) ((z iy) 0))) +("blasia" nil (((b l aa) 1) ((s iy) 0) ((ax) 0))) +("blasing" nil (((b l ey) 1) ((z ih ng) 0))) +("blasingame" nil (((b l aa) 0) ((s ih ng) 0) ((g aa) 1) ((m iy) 0))) +("blasius" nil (((b l ey) 1) ((s iy) 0) ((ih s) 0))) +("blaske" nil (((b l ey s k) 1))) +("blasko" nil (((b l aa) 1) ((s k ow) 0))) +("blasphemous" nil (((b l ae) 1) ((s f ax) 0) ((m ax s) 0))) +("blasphemy" nil (((b l ae) 1) ((s f ax) 0) ((m iy) 0))) +("blass" nil (((b l ae s) 1))) +("blassingame" nil (((b l aa) 0) ((s ih ng) 0) ((g aa) 1) ((m iy) 0))) +("blast" nil (((b l ae s t) 1))) +("blastdown" nil (((b l ae s t) 1) ((d aw n) 1))) +("blasted" nil (((b l ae) 1) ((s t ax d) 0))) +("blaster" nil (((b l ae) 1) ((s t er) 0))) +("blasting" nil (((b l ae) 1) ((s t ih ng) 0))) +("blastoff" nil (((b l ae) 1) ((s t ao f) 1))) +("blasts" nil (((b l ae s t s) 1))) +("blaszak" nil (((b l aa) 1) ((sh ax k) 0))) +("blaszczyk" nil (((b l aa sh) 1) ((ch ih k) 0))) +("blatant" nil (((b l ey) 1) ((t ax n t) 0))) +("blatantly" nil (((b l ey) 1) ((t ax n t) 0) ((l iy) 0))) +("blatchford" nil (((b l ae ch) 1) ((f er d) 0))) +("blatchley" nil (((b l ae ch) 1) ((l iy) 0))) +("blather" nil (((b l ae) 1) ((dh er) 0))) +("blatnik" nil (((b l ae t) 1) ((n ih k) 0))) +("blatt" nil (((b l ae t) 1))) +("blatter" nil (((b l ae) 1) ((t er) 0))) +("blattner" nil (((b l ae t) 1) ((n er) 0))) +("blatz" nil (((b l ae t s) 1))) +("blau" nil (((b l aw) 1))) +("blauch" nil (((b l ao ch) 1))) +("blauer" nil (((b l aw r) 1))) +("blaum" nil (((b l ao m) 1))) +("blauser" nil (((b l aw) 1) ((s er) 0))) +("blaustein" nil (((b l aw) 1) ((s t ay n) 0))) +("blauvelt" nil (((b l aw) 1) ((v ih l t) 0))) +("blay" nil (((b l ey) 1))) +("blaydes" nil (((b l ey d z) 1))) +("blaydon" nil (((b l ey) 1) ((d ax n) 0))) +("blaylock" nil (((b l ey) 1) ((l ax k) 0))) +("blayne" nil (((b l ey n) 1))) +("blayney" nil (((b l ey) 1) ((n iy) 0))) +("blayze" nil (((b l ey z) 1))) +("blaze" nil (((b l ey z) 1))) +("blazed" nil (((b l ey z d) 1))) +("blazejewski" nil (((b l ax) 0) ((z ey) 0) ((eh f) 1) ((s k iy) 0))) +("blazek" nil (((b l aa) 1) ((z eh k) 0))) +("blazer" nil (((b l ey) 1) ((z er) 0))) +("blazers" nil (((b l ey) 1) ((z er z) 0))) +("blazes" nil (((b l ey) 1) ((z ih z) 0))) +("blazier" nil (((b l ey) 1) ((z iy) 0) ((er) 0))) +("blazina" nil (((b l aa) 0) ((z iy) 1) ((n ax) 0))) +("blazing" nil (((b l ey) 1) ((z ih ng) 0))) +("blea" nil (((b l iy) 1))) +("bleach" nil (((b l iy ch) 1))) +("bleached" nil (((b l iy ch t) 1))) +("bleacher" nil (((b l iy) 1) ((ch er) 0))) +("bleachers" nil (((b l iy) 1) ((ch er z) 0))) +("bleaching" nil (((b l iy) 1) ((ch ih ng) 0))) +("bleak" nil (((b l iy k) 1))) +("bleaker" nil (((b l iy) 1) ((k er) 0))) +("bleakest" nil (((b l iy) 1) ((k ax s t) 0))) +("bleakley" nil (((b l iy) 1) ((k l iy) 0))) +("bleakness" nil (((b l iy k) 1) ((n ax s) 0))) +("bleakney" nil (((b l iy k) 1) ((n iy) 0))) +("bleam" nil (((b l iy m) 1))) +("bleary" nil (((b l ih) 1) ((r iy) 0))) +("bleau" nil (((b l ow) 1))) +("blech" nil (((b l eh k) 1))) +("blecha" nil (((b l eh) 1) ((ch ax) 0))) +("blecher" nil (((b l eh) 1) ((k er) 0))) +("blechman" nil (((b l eh k) 1) ((m ax n) 0))) +("bleck" nil (((b l eh k) 1))) +("blecker" nil (((b l eh) 1) ((k er) 0))) +("bled" nil (((b l eh d) 1))) +("bledsoe" nil (((b l eh d) 1) ((s ow) 0))) +("bleecker" nil (((b l iy) 1) ((k er) 0))) +("bleed" nil (((b l iy d) 1))) +("bleeding" nil (((b l iy) 1) ((d ih ng) 0))) +("bleeds" nil (((b l iy d z) 1))) +("bleeker" nil (((b l iy) 1) ((k er) 0))) +("bleep" nil (((b l iy p) 1))) +("bleeping" nil (((b l iy) 1) ((p ih ng) 0))) +("blegen" nil (((b l eh) 1) ((g ax n) 0))) +("blehm" nil (((b l eh m) 1))) +("bleich" nil (((b l ay k) 1))) +("bleicher" nil (((b l ay) 1) ((k er) 0))) +("bleier" nil (((b l ay) 1) ((er) 0))) +("bleil" nil (((b l iy l) 1))) +("bleiler" nil (((b l ay) 1) ((l er) 0))) +("blelloch" nil (((b l eh) 1) ((l aa k) 0))) +("blemish" nil (((b l eh) 1) ((m ih sh) 0))) +("blemished" nil (((b l eh) 1) ((m ih sh t) 0))) +("blemishes" nil (((b l eh) 1) ((m ih) 0) ((sh ih z) 0))) +("blend" nil (((b l eh n d) 1))) +("blenda" nil (((b l eh n) 1) ((d ax) 0))) +("blendax" nil (((b l eh n) 1) ((d ae k s) 1))) +("blended" nil (((b l eh n) 1) ((d ax d) 0))) +("blender" nil (((b l eh n) 1) ((d er) 0))) +("blenders" nil (((b l eh n) 1) ((d er z) 0))) +("blending" nil (((b l eh n) 1) ((d ih ng) 0))) +("blends" nil (((b l eh n d z) 1))) +("blenheim" nil (((b l eh n) 1) ((hh ay m) 1))) +("blepharisma" nil (((b l eh) 1) ((f er) 0) ((ih z) 1) ((m ax) 0))) +("bleser" nil (((b l iy) 1) ((z er) 0))) +("bless" nil (((b l eh s) 1))) +("blessed" j (((b l eh) 1) ((s ih d) 0))) +("blessed" v (((b l eh s t) 1))) +("blesses" nil (((b l eh) 1) ((s ih z) 0))) +("blessing" nil (((b l eh) 1) ((s ih ng) 0))) +("blessinger" nil (((b l eh) 1) ((s ih ng) 0) ((er) 0))) +("blessings" nil (((b l eh) 1) ((s ih ng z) 0))) +("blessington" nil (((b l eh) 1) ((s ih ng) 0) ((t ax n) 0))) +("blest" nil (((b l eh s t) 1))) +("blethen" nil (((b l eh) 1) ((th ax n) 0))) +("bleu" nil (((b l uw) 1))) +("blevens" nil (((b l iy) 1) ((v ax n z) 0))) +("blevins" nil (((b l eh) 1) ((v ih n z) 0))) +("blew" nil (((b l uw) 1))) +("blewett" nil (((b l uw) 1) ((ih t) 0))) +("blewitt" nil (((b l uw) 1) ((ih t) 0))) +("bley" nil (((b l ey) 1))) +("blick" nil (((b l ih k) 1))) +("blickenstaff" nil (((b l ih) 1) ((k ih n) 0) ((s t ax f) 0))) +("bligh" nil (((b l ay) 1))) +("blight" nil (((b l ay t) 1))) +("blighted" nil (((b l ay) 1) ((t ih d) 0))) +("bliley" nil (((b l ay) 1) ((l iy) 0))) +("blimp" nil (((b l ih m p) 1))) +("blimps" nil (((b l ih m p s) 1))) +("blincoe" nil (((b l ih n) 0) ((k ow) 1))) +("blind" nil (((b l ay n d) 1))) +("blinded" nil (((b l ay n) 1) ((d ih d) 0))) +("blinder" nil (((b l ay n) 1) ((d er) 0))) +("blinders" nil (((b l ay n) 1) ((d er z) 0))) +("blindfold" nil (((b l ay n d) 1) ((f ow l d) 1))) +("blindfolded" nil (((b l ay n d) 1) ((f ow l) 1) ((d ih d) 0))) +("blinding" nil (((b l ay n) 1) ((d ih ng) 0))) +("blindly" nil (((b l ay n d) 1) ((l iy) 0))) +("blindness" nil (((b l ay n d) 1) ((n ax s) 0))) +("blinds" nil (((b l ay n d z) 1))) +("blindsided" nil (((b l ay n d) 1) ((s ay) 1) ((d ih d) 0))) +("blink" nil (((b l ih ng k) 1))) +("blinked" nil (((b l ih ng k t) 1))) +("blinking" nil (((b l ih ng) 1) ((k ih ng) 0))) +("blinks" nil (((b l ih ng k s) 1))) +("blinn" nil (((b l ih n) 1))) +("blip" nil (((b l ih p) 1))) +("blips" nil (((b l ih p s) 1))) +("blish" nil (((b l ih sh) 1))) +("bliss" nil (((b l ih s) 1))) +("blissett" nil (((b l ih) 1) ((s ih t) 0))) +("blissful" nil (((b l ih) 1) ((s f ax l) 0))) +("blissfully" nil (((b l ih) 1) ((s f ax) 0) ((l iy) 0))) +("blister" nil (((b l ih) 1) ((s t er) 0))) +("blistered" nil (((b l ih) 1) ((s t er d) 0))) +("blistering" nil (((b l ih) 1) ((s t er) 0) ((ih ng) 0))) +("blisters" nil (((b l ih) 1) ((s t er z) 0))) +("blitch" nil (((b l ih ch) 1))) +("blithe" nil (((b l ay dh) 1))) +("blithely" nil (((b l ay th) 1) ((l iy) 0))) +("blitz" nil (((b l ih t s) 1))) +("blitzed" nil (((b l ih t s t) 1))) +("blitzer" nil (((b l ih t) 1) ((z er) 0))) +("blitzes" nil (((b l ih t) 1) ((s ih z) 0))) +("blitzing" n (((b l ih t) 1) ((z ax ng) 0))) +("blitzkrieg" nil (((b l ih t) 1) ((s k r iy g) 1))) +("bliven" nil (((b l ay) 1) ((v ax n) 0))) +("blixt" nil (((b l ih k s t) 1))) +("blizard" nil (((b l ih) 1) ((z er d) 0))) +("blizzard" nil (((b l ih) 1) ((z er d) 0))) +("blizzards" nil (((b l ih) 1) ((z er d z) 0))) +("bloat" nil (((b l ow t) 1))) +("bloated" nil (((b l ow) 1) ((t ih d) 0))) +("blob" nil (((b l aa b) 1))) +("blobby" nil (((b l aa) 1) ((b iy) 0))) +("bloc" nil (((b l aa k) 1))) +("bloch" nil (((b l aa k) 1))) +("blocher" nil (((b l aa) 1) ((k er) 0))) +("block" nil (((b l aa k) 1))) +("blockade" nil (((b l aa) 1) ((k ey d) 1))) +("blockaded" nil (((b l aa) 1) ((k ey) 1) ((d ih d) 0))) +("blockades" nil (((b l aa) 1) ((k ey d z) 1))) +("blockading" nil (((b l aa) 1) ((k ey) 1) ((d ih ng) 0))) +("blockage" nil (((b l aa) 1) ((k ih jh) 0))) +("blockages" nil (((b l aa) 1) ((k ih) 0) ((jh ih z) 0))) +("blockbuster" nil (((b l aa k) 1) ((b ah) 1) ((s t er) 0))) +("blockbusters" nil (((b l aa k) 1) ((b ah) 1) ((s t er z) 0))) +("blocked" nil (((b l aa k t) 1))) +("blocker" nil (((b l aa) 1) ((k er) 0))) +("blockers" nil (((b l aa) 1) ((k er z) 0))) +("blocking" nil (((b l aa) 1) ((k ih ng) 0))) +("blocks" nil (((b l aa k s) 1))) +("blocs" nil (((b l aa k s) 1))) +("blodgett" nil (((b l aa) 1) ((jh ih t) 0))) +("bloedel" nil (((b l ow) 1) ((d ax l) 0))) +("bloedorn" nil (((b l ow) 1) ((d er n) 0))) +("bloem" nil (((b l ow m) 1))) +("bloemer" nil (((b l ow) 1) ((m er) 0))) +("bloemker" nil (((b l ow m) 1) ((k er) 0))) +("blohm" nil (((b l ow m) 1))) +("blok" nil (((b l aa k) 1))) +("blokes" nil (((b l ow k s) 1))) +("blom" nil (((b l aa m) 1))) +("blomberg" nil (((b l aa m) 1) ((b er g) 0))) +("blome" nil (((b l ow m) 1))) +("blomgren" nil (((b l aa m) 1) ((g r eh n) 0))) +("blomquist" nil (((b l aa m) 1) ((k w ih s t) 1))) +("blomstrom" nil (((b l aa m) 1) ((s t r ax m) 0))) +("blond" nil (((b l aa n d) 1))) +("blonde" nil (((b l aa n d) 1))) +("blondell" nil (((b l aa n) 1) ((d ax l) 0))) +("blonder" nil (((b l aa n) 1) ((d er) 0))) +("blondes" nil (((b l aa n d z) 1))) +("blondie" nil (((b l aa n) 1) ((d iy) 0))) +("blondin" nil (((b l aa n) 1) ((d ih n) 0))) +("blonds" nil (((b l aa n d z) 1))) +("blood" nil (((b l ah d) 1))) +("bloodbath" nil (((b l ah d) 1) ((b ae th) 1))) +("blooded" nil (((b l ah) 1) ((d ih d) 0))) +("bloodgood" nil (((b l ah d) 1) ((g uh d) 1))) +("bloodied" nil (((b l ah) 1) ((d iy d) 0))) +("bloodier" nil (((b l ah) 1) ((d iy) 0) ((er) 0))) +("bloodiest" nil (((b l ah) 1) ((d iy) 0) ((ax s t) 0))) +("bloodless" nil (((b l ah d) 1) ((l ax s) 0))) +("bloodletting" nil (((b l ah d) 1) ((l eh) 1) ((t ih ng) 0))) +("bloodlines" nil (((b l ah d) 1) ((l ay n z) 1))) +("bloods" nil (((b l ah d z) 1))) +("bloodshed" nil (((b l ah d) 1) ((sh eh d) 1))) +("bloodstain" nil (((b l ah d) 1) ((s t ey n) 1))) +("bloodstained" nil (((b l ah d) 1) ((s t ey n d) 1))) +("bloodstains" nil (((b l ah d) 1) ((s t ey n z) 1))) +("bloodstone" nil (((b l ah d) 1) ((s t ow n) 1))) +("bloodstream" nil (((b l ah d) 1) ((s t r iy m) 1))) +("bloodsucking" nil (((b l ah d) 1) ((s ah) 1) ((k ih ng) 0))) +("bloodsworth" nil (((b l ah d) 1) ((z w er th) 1))) +("bloodthirsty" nil (((b l ah d) 1) ((th er) 1) ((s t iy) 0))) +("bloodworth" nil (((b l ah) 1) ((d w er th) 1))) +("bloody" nil (((b l ah) 1) ((d iy) 0))) +("bloom" nil (((b l uw m) 1))) +("bloomberg" nil (((b l uw m) 1) ((b er g) 0))) +("bloomed" nil (((b l uw m d) 1))) +("bloomer" nil (((b l uw) 1) ((m er) 0))) +("bloomers" nil (((b l uw) 1) ((m er z) 0))) +("bloomfield" nil (((b l uw m) 1) ((f iy l d) 1))) +("blooming" nil (((b l uw) 1) ((m ih ng) 0))) +("bloomingdale" nil (((b l uw) 1) ((m ih ng) 0) ((d ey l) 1))) +("bloomington" nil (((b l uw) 1) ((m ih ng) 0) ((t ax n) 0))) +("bloomquist" nil (((b l uw m) 1) ((k w ih s t) 1))) +("blooms" nil (((b l uw m z) 1))) +("blooper" nil (((b l uw) 1) ((p er) 0))) +("bloopers" nil (((b l uw) 1) ((p er z) 0))) +("bloor" nil (((b l uh r) 1))) +("blose" nil (((b l ow z) 1))) +("bloss" nil (((b l ao s) 1))) +("blosser" nil (((b l ao) 1) ((s er) 0))) +("blossom" nil (((b l aa) 1) ((s ax m) 0))) +("blossomed" nil (((b l aa) 1) ((s ax m d) 0))) +("blossoming" nil (((b l aa) 1) ((s ax) 0) ((m ih ng) 0))) +("blossoms" nil (((b l aa) 1) ((s ax m z) 0))) +("blot" nil (((b l aa t) 1))) +("blotnick" nil (((b l aa t) 1) ((n ih k) 0))) +("blots" nil (((b l aa t s) 1))) +("blotter" nil (((b l aa) 1) ((t er) 0))) +("blouch" nil (((b l aw ch) 1))) +("blough" nil (((b l aw) 1))) +("blouin" nil (((b l) 0) ((w iy n) 1))) +("blount" nil (((b l aw n t) 1))) +("blouse" nil (((b l aw s) 1))) +("blouses" nil (((b l aw) 1) ((s ax z) 0))) +("blow" nil (((b l ow) 1))) +("blowe" nil (((b l ow) 1))) +("blower" nil (((b l ow) 1) ((er) 0))) +("blowers" nil (((b l ow) 1) ((er z) 0))) +("blowing" nil (((b l ow) 1) ((ih ng) 0))) +("blown" nil (((b l ow n) 1))) +("blowout" nil (((b l ow) 1) ((aw t) 1))) +("blowouts" nil (((b l ow) 1) ((aw t s) 1))) +("blows" nil (((b l ow z) 1))) +("blowtorch" nil (((b l ow) 1) ((t ao r ch) 1))) +("blowup" nil (((b l ow) 1) ((ah p) 1))) +("blowy" nil (((b l ow) 1) ((iy) 0))) +("bloxham" nil (((b l aa k) 1) ((s ax m) 0))) +("bloxom" nil (((b l aa k) 1) ((s ax m) 0))) +("bloxsom" nil (((b l aa k) 1) ((s ax m) 0))) +("bloyd" nil (((b l oy d) 1))) +("bloyer" nil (((b l oy) 1) ((er) 0))) +("blubaugh" nil (((b l ah) 1) ((b ao) 0))) +("blubber" nil (((b l ah) 1) ((b er) 0))) +("bludgeon" nil (((b l ah) 1) ((jh ax n) 0))) +("bludgeoned" nil (((b l ah) 1) ((jh ax n d) 0))) +("blue" nil (((b l uw) 1))) +("blueberries" nil (((b l uw) 1) ((b eh) 1) ((r iy z) 0))) +("blueberry" nil (((b l uw) 1) ((b eh) 1) ((r iy) 0))) +("bluebird" nil (((b l uw) 1) ((b er d) 1))) +("bluebonnets" nil (((b l uw) 1) ((b aa) 1) ((n ax t s) 0))) +("bluechip" nil (((b l uw) 1) ((ch ih p) 1))) +("bluefield" nil (((b l uw) 1) ((f iy l d) 1))) +("bluefish" n (((b l uw) 1) ((f ax sh) 0))) +("bluegrass" nil (((b l uw) 1) ((g r ae s) 1))) +("bluejay" nil (((b l uw) 1) ((jh ey) 1))) +("bluemel" nil (((b l uh) 1) ((m ax l) 0))) +("blueprint" nil (((b l uw) 1) ((p r ih n t) 1))) +("blueprints" nil (((b l uw) 1) ((p r ih n t s) 1))) +("blues" nil (((b l uw z) 1))) +("bluest" nil (((b l uw) 1) ((ax s t) 0))) +("bluestein" nil (((b l uh) 1) ((s t ay n) 0))) +("bluestine" nil (((b l uw) 1) ((s t ay n) 1))) +("bluestone" nil (((b l uw) 1) ((s t ow n) 1))) +("bluesy" n (((b l uw) 1) ((z iy) 0))) +("bluett" nil (((b l uw t) 1))) +("bluey" nil (((b l uw) 1) ((iy) 0))) +("bluff" nil (((b l ah f) 1))) +("bluffed" nil (((b l ah f t) 1))) +("bluffing" nil (((b l ah) 1) ((f ih ng) 0))) +("bluffs" nil (((b l ah f s) 1))) +("bluford" nil (((b l uw) 1) ((f er d) 0))) +("bluhdorn" nil (((b l ah) 1) ((d ao r n) 1))) +("bluhm" nil (((b l ah m) 1))) +("bluing" nil (((b l uw) 1) ((ih ng) 0))) +("bluish" nil (((b l uw) 1) ((ih sh) 0))) +("bluitt" nil (((b l uw t) 1))) +("blum" nil (((b l uw m) 1))) +("blumberg" nil (((b l ah m) 1) ((b er g) 0))) +("blume" nil (((b l uw m) 1))) +("blumenberg" nil (((b l uw) 1) ((m eh n) 0) ((b er g) 0))) +("blumenfeld" nil (((b l ah) 1) ((m ih n) 0) ((f eh l d) 0))) +("blumenschein" nil (((b l ah) 1) ((m ih n) 0) ((sh ay n) 0))) +("blumenshine" nil (((b l ah) 1) ((m ih n) 0) ((sh ay n) 0))) +("blumenstein" nil (((b l uw) 1) ((m eh n) 0) ((s t ay n) 0))) +("blumenstock" nil (((b l uw) 1) ((m eh n) 0) ((s t aa k) 0))) +("blumenthal" nil (((b l uw) 1) ((m ax n) 0) ((th ao l) 1))) +("blumer" nil (((b l uw) 1) ((m er) 0))) +("blumstein" nil (((b l ah m) 1) ((s t ay n) 0))) +("blunck" nil (((b l ah ng k) 1))) +("blundall" nil (((b l ah n) 1) ((d ax l) 0))) +("blundell" nil (((b l ah n) 1) ((d ax l) 0))) +("blunder" nil (((b l ah n) 1) ((d er) 0))) +("blundered" nil (((b l ah n) 1) ((d er d) 0))) +("blundering" nil (((b l ah n) 1) ((d er) 0) ((ih ng) 0))) +("blunders" nil (((b l ah n) 1) ((d er z) 0))) +("blunk" nil (((b l ah ng k) 1))) +("blunt" nil (((b l ah n t) 1))) +("blunted" nil (((b l ah n) 1) ((t ax d) 0))) +("blunter" nil (((b l ah n) 1) ((t er) 0))) +("bluntest" nil (((b l ah n) 1) ((t ax s t) 0))) +("blunting" nil (((b l ah n) 1) ((t ih ng) 0))) +("bluntly" nil (((b l ah n t) 1) ((l iy) 0))) +("bluntness" nil (((b l ah n t) 1) ((n ax s) 0))) +("blunts" nil (((b l ah n t s) 1))) +("blur" nil (((b l er) 1))) +("blurb" nil (((b l er b) 1))) +("blurbs" nil (((b l er b z) 1))) +("blurred" nil (((b l er d) 1))) +("blurring" nil (((b l er) 1) ((ih ng) 0))) +("blurry" nil (((b l er) 1) ((iy) 0))) +("blurs" nil (((b l er z) 1))) +("blurt" nil (((b l er t) 1))) +("blurted" nil (((b l er) 1) ((t ih d) 0))) +("blurton" nil (((b l er) 1) ((t ax n) 0))) +("blurts" nil (((b l er t s) 1))) +("blush" nil (((b l ah sh) 1))) +("blushed" nil (((b l ah sh t) 1))) +("blushes" nil (((b l ah) 1) ((sh ax z) 0))) +("blushing" nil (((b l ah) 1) ((sh ih ng) 0))) +("blust" nil (((b l ah s t) 1))) +("bluster" nil (((b l ah) 1) ((s t er) 0))) +("blustering" nil (((b l ah) 1) ((s t er) 0) ((ih ng) 0))) +("blustery" nil (((b l ah) 1) ((s t er) 0) ((iy) 0))) +("bluth" nil (((b l uw th) 1))) +("bly" nil (((b l ay) 1))) +("blye" nil (((b l ay) 1))) +("blyler" nil (((b l ay) 1) ((l er) 0))) +("blystone" nil (((b l ay) 1) ((s t ow n) 1))) +("blyth" nil (((b l ih th) 1))) +("blythe" nil (((b l ay dh) 1))) +("Bnai" n (((b ax) 0) ((n ay) 1))) +("bo" nil (((b ow) 1))) +("boa" nil (((b ow) 1) ((ax) 0))) +("boak" nil (((b ow k) 1))) +("boake" nil (((b ow k) 1))) +("boal" nil (((b ow l) 1))) +("boals" nil (((b ow l z) 1))) +("boan" nil (((b ow n) 1))) +("boar" nil (((b ao r) 1))) +("board" nil (((b ao r d) 1))) +("boardbent" nil (((b ao r d) 1) ((b eh n t) 1))) +("boarded" nil (((b ao r) 1) ((d ax d) 0))) +("boarding" nil (((b ao r) 1) ((d ih ng) 0))) +("boardinghouses" nil (((b ao r) 1) ((d ih ng) 0) ((hh aw) 1) ((s ih z) 0))) +("boardings" nil (((b ao r) 1) ((d ih ng z) 0))) +("boardman" nil (((b ao r d) 1) ((m ax n) 0))) +("boardroom" nil (((b ao r) 1) ((d r uw m) 1))) +("boardrooms" nil (((b ao r) 1) ((d r uw m z) 1))) +("boards" nil (((b ao r d z) 1))) +("boardwalk" nil (((b ao r) 1) ((d w ao k) 1))) +("boarman" nil (((b ao r) 1) ((m ax n) 0))) +("boart" nil (((b ao r t) 1))) +("boas" nil (((b ow) 1) ((ax z) 0))) +("boase" nil (((b ow z) 1))) +("boast" nil (((b ow s t) 1))) +("boasted" nil (((b ow) 1) ((s t ax d) 0))) +("boastful" nil (((b ow s t) 1) ((f ax l) 0))) +("boasting" nil (((b ow) 1) ((s t ih ng) 0))) +("boasts" nil (((b ow s t s) 1))) +("boat" nil (((b ow t) 1))) +("boated" nil (((b ow) 1) ((t ih d) 0))) +("boaters" nil (((b ow) 1) ((t er z) 0))) +("boathouse" nil (((b ow t) 1) ((hh aw s) 1))) +("boating" nil (((b ow) 1) ((t ih ng) 0))) +("boatlift" nil (((b ow t) 1) ((l ih f t) 1))) +("boatlifts" nil (((b ow t) 1) ((l ih f t s) 1))) +("boatload" nil (((b ow t) 1) ((l ow d) 1))) +("boatloads" nil (((b ow t) 1) ((l ow d z) 1))) +("boatman" nil (((b ow t) 1) ((m ax n) 0))) +("boatner" nil (((b ow t) 1) ((n er) 0))) +("boatright" nil (((b ow) 1) ((t r ay t) 1))) +("boats" nil (((b ow t s) 1))) +("boatwright" nil (((b ow) 1) ((t r ay t) 1))) +("boatyard" nil (((b ow) 1) ((t y aa r d) 1))) +("boaz" nil (((b ow) 1) ((ae z) 0))) +("bob" nil (((b aa b) 1))) +("boback" nil (((b ow) 1) ((b ae k) 1))) +("bobadilla" nil (((b ow) 0) ((b aa) 0) ((d ih) 1) ((l ax) 0))) +("bobak" nil (((b ow) 1) ((b ax k) 0))) +("bobb" nil (((b aa b) 1))) +("bobber" nil (((b aa) 1) ((b er) 0))) +("bobbett" nil (((b aa) 1) ((b ih t) 0))) +("bobbette" nil (((b aa) 1) ((b eh t) 1))) +("bobbie" nil (((b aa) 1) ((b iy) 0))) +("bobbin" nil (((b aa) 1) ((b ax n) 0))) +("bobbing" nil (((b aa) 1) ((b ih ng) 0))) +("bobbinger" nil (((b aa) 1) ((b ih ng) 0) ((er) 0))) +("bobbitt" nil (((b aa) 1) ((b ih t) 0))) +("bobbitts" nil (((b aa) 1) ((b ih t s) 0))) +("bobbo" nil (((b aa) 1) ((b ow) 0))) +("bobby" nil (((b aa) 1) ((b iy) 0))) +("bobcat" nil (((b aa b) 1) ((k ae t) 1))) +("bobe" nil (((b ow b) 1))) +("bobeck" nil (((b ow) 1) ((b eh k) 1))) +("bobek" nil (((b ow) 1) ((b ih k) 0))) +("bober" nil (((b aa) 1) ((b er) 0))) +("boberg" nil (((b ow) 1) ((b er g) 0))) +("bobick" nil (((b aa) 1) ((b ih k) 0))) +("bobier" nil (((b ow) 1) ((b iy) 0) ((er) 0))) +("bobinski" nil (((b ax) 0) ((b ih n) 1) ((s k iy) 0))) +("boblitt" nil (((b ax) 0) ((b l ih t) 1))) +("bobo" nil (((b ow) 1) ((b ow) 0))) +("bobolas" nil (((b ow) 1) ((b ow) 0) ((l ax s) 0))) +("bobrow" nil (((b aa) 1) ((b r ow) 1))) +("bobrowski" nil (((b ax) 0) ((b r ao f) 1) ((s k iy) 0))) +("bobsled" nil (((b aa b) 1) ((s l eh d) 1))) +("bobst" nil (((b aa b s t) 1))) +("bobzien" nil (((b aa b) 1) ((z iy n) 0))) +("boca" nil (((b ow) 1) ((k ax) 0))) +("bocanegra" nil (((b aa) 1) ((k ax) 0) ((n eh) 1) ((g r ax) 0))) +("bocchino" nil (((b ow) 1) ((k iy) 1) ((n ow) 0))) +("boccia" nil (((b ow) 1) ((ch ax) 0))) +("boccio" nil (((b ow) 1) ((ch iy) 0) ((ow) 0))) +("boccuzzi" nil (((b ow) 0) ((k uw t) 1) ((s iy) 0))) +("bocek" nil (((b ow) 1) ((ch eh k) 1))) +("boch" nil (((b aa k) 1))) +("bocharov" nil (((b aa) 1) ((ch er) 0) ((aa v) 0))) +("bochco" nil (((b aa ch) 1) ((k ow) 0))) +("boche" nil (((b aa ch) 1))) +("bochenek" nil (((b aa) 1) ((k ih) 0) ((n ih k) 0))) +("boches" nil (((b aa) 1) ((ch ih z) 0))) +("bochicchio" nil (((b ow) 0) ((k iy) 1) ((k iy) 0) ((ow) 0))) +("bochner" nil (((b aa k) 1) ((n er) 0))) +("bocian" nil (((b ow) 1) ((sh ax n) 0))) +("bock" nil (((b aa k) 1))) +("bockelman" nil (((b aa) 1) ((k ax l) 0) ((m ax n) 0))) +("bockius" nil (((b aa) 1) ((k iy) 0) ((ax s) 0))) +("bockman" nil (((b aa k) 1) ((m ax n) 0))) +("bockus" nil (((b aa) 1) ((k ax s) 0))) +("bocock" nil (((b aa) 1) ((k ax k) 0))) +("bocook" nil (((b aa) 1) ((k uh k) 0))) +("boda" nil (((b ow) 1) ((d ax) 0))) +("bodamer" nil (((b aa) 1) ((d ax) 0) ((m er) 0))) +("bodanis" nil (((b ow) 0) ((d aa) 1) ((n ih s) 0))) +("bodden" nil (((b aa) 1) ((d ax n) 0))) +("boddie" nil (((b aa) 1) ((d iy) 0))) +("boddington" nil (((b aa) 1) ((d ih ng) 0) ((t ax n) 0))) +("boddy" nil (((b aa) 1) ((d iy) 0))) +("bode" nil (((b ow d) 1))) +("bodegas" nil (((b ow) 0) ((d ey) 1) ((g ax s) 0))) +("bodell" nil (((b ax) 0) ((d eh l) 1))) +("boden" nil (((b ow) 1) ((d ax n) 0))) +("bodenhamer" nil (((b aa) 1) ((d ih n) 0) ((hh ax) 0) ((m er) 0))) +("bodenheimer" nil (((b aa) 1) ((d ih n) 0) ((hh ay) 0) ((m er) 0))) +("bodenstein" nil (((b ow) 1) ((d ax n) 0) ((s t ay n) 1))) +("bodensteiner" nil (((b ow) 1) ((d ax n) 0) ((s t ay) 1) ((n er) 0))) +("bodes" nil (((b ow d z) 1))) +("bodey" nil (((b ow) 1) ((d iy) 0))) +("bodi" nil (((b ow) 1) ((d iy) 0))) +("bodie" nil (((b ow) 1) ((d iy) 0))) +("bodied" nil (((b aa) 1) ((d iy d) 0))) +("bodies" nil (((b aa) 1) ((d iy z) 0))) +("bodily" nil (((b aa) 1) ((d ax) 0) ((l iy) 0))) +("bodin" nil (((b ow) 1) ((d ih n) 0))) +("bodine" nil (((b ow) 0) ((d iy) 1) ((n iy) 0))) +("bodkin" nil (((b aa d) 1) ((k ih n) 0))) +("bodkins" nil (((b aa d) 1) ((k ih n z) 0))) +("bodle" nil (((b ow) 1) ((d ax l) 0))) +("bodley" nil (((b aa d) 1) ((l iy) 0))) +("bodman" nil (((b aa d) 1) ((m ax n) 0))) +("bodmer" nil (((b aa d) 1) ((m er) 0))) +("bodnar" nil (((b ax d) 0) ((n aa r) 1))) +("bodner" nil (((b aa d) 1) ((n er) 0))) +("bodo" nil (((b ow) 1) ((d ow) 0))) +("bods" nil (((b aa d z) 1))) +("bods.bodynits" nil (((b aa d z) 1) ((b aa) 1) ((d iy) 0) ((n ih t s) 0))) +("bodwell" nil (((b aa) 1) ((d w eh l) 1))) +("body" nil (((b aa) 1) ((d iy) 0))) +("bodyguard" nil (((b aa) 1) ((d iy) 0) ((g aa r d) 1))) +("bodyguards" nil (((b aa) 1) ((d iy) 0) ((g aa r d z) 1))) +("bodynits" nil (((b aa) 1) ((d iy) 0) ((n ih t s) 0))) +("boe" nil (((b ow) 1))) +("boeck" nil (((b ow k) 1))) +("boeckel" nil (((b ow) 1) ((k ax l) 0))) +("boecker" nil (((b ow) 1) ((k er) 0))) +("boeckman" nil (((b ow k) 1) ((m ax n) 0))) +("boeckmann" nil (((b ow k) 1) ((m ax n) 0))) +("boedecker" nil (((b ow) 1) ((d ih) 0) ((k er) 0))) +("boedeker" nil (((b ow) 1) ((d ih) 0) ((k er) 0))) +("boeder" nil (((b ow) 1) ((d er) 0))) +("boeding" nil (((b ow) 1) ((d ih ng) 0))) +("boege" nil (((b ow jh) 1))) +("boeger" nil (((b ow) 1) ((g er) 0))) +("boeh" nil (((b ow) 1))) +("boehl" nil (((b ow l) 1))) +("boehle" nil (((b ow) 1) ((hh ax l) 0))) +("boehler" nil (((b ow) 1) ((l er) 0))) +("boehlert" nil (((b ow) 1) ((l er t) 0))) +("boehlke" nil (((b ow l k) 1))) +("boehm" nil (((b ow m) 1))) +("boehme" nil (((b ow m) 1))) +("boehmer" nil (((b ow) 1) ((m er) 0))) +("boehmke" nil (((b ow m) 1) ((k iy) 0))) +("boehne" nil (((b ow n) 1))) +("boehner" nil (((b ow) 1) ((n er) 0))) +("boehning" nil (((b ow) 1) ((n ih ng) 0))) +("boehnke" nil (((b ow ng k) 1))) +("boehnlein" nil (((b ow n) 1) ((l ay n) 1))) +("boehringer" nil (((b ao) 1) ((r ih ng) 0) ((er) 0))) +("boeing" nil (((b ow) 1) ((ih ng) 0))) +("boeke" nil (((b ow k) 1))) +("boeker" nil (((b ow) 1) ((k er) 0))) +("boelens" nil (((b ow) 1) ((l ax n z) 0))) +("boelkow" nil (((b ow l) 1) ((k aw) 0))) +("boelman" nil (((b ow l) 1) ((m ax n) 0))) +("boelter" nil (((b ow l) 1) ((t er) 0))) +("boen" nil (((b ow n) 1))) +("boenig" nil (((b ow) 1) ((n ih g) 0))) +("boening" nil (((b aa) 1) ((ax) 0) ((n ih ng) 0))) +("boepple" nil (((b ow) 1) ((p ax l) 0))) +("boer" nil (((b ao r) 1))) +("boerger" nil (((b ao r) 1) ((g er) 0))) +("boerman" nil (((b ao r) 1) ((m ax n) 0))) +("boerner" nil (((b ao r) 1) ((n er) 0))) +("boers" nil (((b ao r z) 1))) +("boersma" nil (((b ao r) 1) ((s m ax) 0))) +("boes" nil (((b ow z) 1))) +("boesak" nil (((b ow) 1) ((z ae k) 0))) +("boesch" nil (((b ow sh) 1))) +("boeschenstein" nil (((b ow) 1) ((sh ax n) 0) ((s t iy n) 1))) +("boese" nil (((b ow s) 1))) +("boesel" nil (((b ow) 1) ((s ax l) 0))) +("boesen" nil (((b ow) 1) ((s ax n) 0))) +("boesky" nil (((b ow) 1) ((s k iy) 0))) +("boeskys" nil (((b ow) 1) ((s k iy z) 0))) +("boetcher" nil (((b ow) 1) ((ch er) 0))) +("boettcher" nil (((b ow) 1) ((ch er) 0))) +("boettger" nil (((b ow t) 1) ((g er) 0))) +("boettner" nil (((b ow t) 1) ((n er) 0))) +("boeve" nil (((b ow v) 1))) +("bofeng" nil (((b w ao) 1) ((f ow ng) 1))) +("boff" nil (((b ao f) 1))) +("boffa" nil (((b aa) 1) ((f ax) 0))) +("boffo" nil (((b ao) 1) ((f ow) 0))) +("bofors" nil (((b ow) 1) ((f er z) 0))) +("bog" nil (((b aa g) 1))) +("bogacki" nil (((b ax) 0) ((g aa t) 1) ((s k iy) 0))) +("bogacz" nil (((b aa) 1) ((g ax ch) 0))) +("bogan" nil (((b ow) 1) ((g ax n) 0))) +("bogar" nil (((b ax) 0) ((g aa r) 1))) +("bogard" nil (((b aa) 1) ((g er d) 0))) +("bogardus" nil (((b aa) 1) ((g aa r) 0) ((d ih s) 0))) +("bogart" nil (((b ow) 1) ((g aa r t) 1))) +("bogdan" nil (((b aa g) 1) ((d ax n) 0))) +("bogdanoff" nil (((b aa g) 1) ((d ax) 0) ((n ao f) 0))) +("bogdanski" nil (((b ax g) 0) ((d ae n) 1) ((s k iy) 0))) +("bogden" nil (((b aa g) 1) ((d ax n) 0))) +("bogdon" nil (((b aa g) 1) ((d ax n) 0))) +("boge" nil (((b ow jh) 1))) +("bogen" nil (((b aa) 1) ((g ax n) 0))) +("bogenschutz" nil (((b aa) 1) ((g ih n) 0) ((sh ax t s) 0))) +("boger" nil (((b ow) 1) ((g er) 0))) +("bogert" nil (((b aa) 1) ((g er t) 0))) +("bogey" nil (((b ow) 1) ((g iy) 0))) +("bogeyed" nil (((b ow) 1) ((g iy d) 0))) +("bogeyman" nil (((b ow) 1) ((g iy) 0) ((m ae n) 1))) +("bogeymen" nil (((b ow) 1) ((g iy) 0) ((m ih n) 1))) +("boggan" nil (((b aa) 1) ((g ax n) 0))) +("bogged" nil (((b aa g d) 1))) +("boggess" nil (((b aa) 1) ((g ih s) 0))) +("bogging" nil (((b ao) 1) ((g ih ng) 0))) +("boggio" nil (((b ow) 1) ((jh iy) 0) ((ow) 0))) +("boggled" nil (((b aa) 1) ((g ax l d) 0))) +("boggles" nil (((b aa) 1) ((g ax l z) 0))) +("boggling" nil (((b aa) 1) ((g ax) 0) ((l ih ng) 0))) +("boggs" nil (((b ao g z) 1))) +("boggus" nil (((b aa) 1) ((g ax s) 0))) +("boghosian" nil (((b ax g) 0) ((hh aa) 1) ((zh ih n) 0))) +("bogie" nil (((b uh) 1) ((g iy) 0))) +("bogin" nil (((b ow) 1) ((jh ih n) 0))) +("bogle" nil (((b ow) 1) ((g ax l) 0))) +("bognar" nil (((b ax g) 0) ((n aa r) 1))) +("bogner" nil (((b aa g) 1) ((n er) 0))) +("bogor" nil (((b ow) 1) ((g ao r) 1))) +("bogosian" nil (((b ax) 0) ((g aa) 1) ((zh ih n) 0))) +("bogota" nil (((b ow) 1) ((g ax) 0) ((t aa) 1))) +("bogs" nil (((b aa g z) 1))) +("bogucki" nil (((b ax) 0) ((g ah t) 1) ((s k iy) 0))) +("bogue" nil (((b ow g) 1))) +("bogus" nil (((b ow) 1) ((g ax s) 0))) +("boguslavskaya" nil (((b ow) 0) ((g ah) 1) ((s l ax v) 0) ((s k ay) 1) ((ax) 0))) +("bogusz" nil (((b aa) 1) ((g ax sh) 0))) +("bohac" nil (((b ow) 1) ((hh ax k) 0))) +("bohai" nil (((b w ao) 1) ((hh ay) 1))) +("bohall" nil (((b aa) 1) ((hh ax l) 0))) +("bohan" nil (((b ow) 1) ((hh ax n) 0))) +("bohanan" nil (((b aa) 1) ((hh ax) 0) ((n ae n) 0))) +("bohannan" nil (((b ax) 0) ((hh ae) 1) ((n ax n) 0))) +("bohannon" nil (((b aa) 1) ((hh ax) 0) ((n aa n) 0))) +("bohanon" nil (((b aa) 1) ((hh ax) 0) ((n aa n) 0))) +("bohart" nil (((b aa) 1) ((hh aa r t) 0))) +("boheme" nil (((b ow) 0) ((hh ey) 1) ((m ey) 0))) +("bohemia" nil (((b ow) 0) ((hh iy) 1) ((m iy) 0) ((ax) 0))) +("bohemian" nil (((b ow) 0) ((hh iy) 1) ((m iy) 0) ((ax n) 0))) +("bohen" nil (((b ow) 1) ((ax n) 0))) +("bohl" nil (((b ow l) 1))) +("bohland" nil (((b ow) 1) ((l ax n d) 0))) +("bohlander" nil (((b ow) 1) ((l ax n) 0) ((d er) 0))) +("bohle" nil (((b ow) 1) ((hh ax l) 0))) +("bohlen" nil (((b ow) 1) ((l ax n) 0))) +("bohler" nil (((b ow) 1) ((l er) 0))) +("bohlin" nil (((b ow) 1) ((l ih n) 0))) +("bohling" nil (((b ow) 1) ((l ih ng) 0))) +("bohlinger" nil (((b ow) 1) ((l ih ng) 0) ((er) 0))) +("bohlke" nil (((b aa k) 1))) +("bohlken" nil (((b ow l) 1) ((k ax n) 0))) +("bohlman" nil (((b ow l) 1) ((m ax n) 0))) +("bohlmann" nil (((b ow l) 1) ((m ax n) 0))) +("bohm" nil (((b aa m) 1))) +("bohman" nil (((b ow) 1) ((m ax n) 0))) +("bohmer" nil (((b ow) 1) ((m er) 0))) +("bohn" nil (((b ow n) 1))) +("bohne" nil (((b ow n) 1))) +("bohnen" nil (((b ow) 1) ((n ax n) 0))) +("bohnenkamp" nil (((b ow) 1) ((n ih n) 0) ((k ae m p) 0))) +("bohner" nil (((b ow) 1) ((n er) 0))) +("bohnert" nil (((b ow) 1) ((n er t) 0))) +("bohnet" nil (((b aa) 1) ((n ih t) 0))) +("bohnhoff" nil (((b ow n) 1) ((hh ao f) 1))) +("bohning" nil (((b aa) 1) ((n ih ng) 0))) +("bohnsack" nil (((b ow n) 1) ((s ax k) 0))) +("bohon" nil (((b ow) 1) ((hh ax n) 0))) +("bohr" nil (((b ao r) 1))) +("bohren" nil (((b ao) 1) ((r ax n) 0))) +("bohrer" nil (((b ao) 1) ((r er) 0))) +("boice" nil (((b oy s) 1))) +("boies" nil (((b oy z) 1))) +("boik" nil (((b oy k) 1))) +("boike" nil (((b oy k) 1))) +("boil" nil (((b oy l) 1))) +("boilard" nil (((b oy) 0) ((l aa r d) 1))) +("boileau" nil (((b oy) 1) ((l ow) 1))) +("boiled" nil (((b oy l d) 1))) +("boiler" nil (((b oy) 1) ((l er) 0))) +("boilermaker" nil (((b oy) 1) ((l er) 0) ((m ey) 1) ((k er) 0))) +("boilerplate" nil (((b oy) 1) ((l er) 0) ((p l ey t) 1))) +("boilers" nil (((b oy) 1) ((l er z) 0))) +("boiling" nil (((b oy) 1) ((l ih ng) 0))) +("boils" nil (((b oy l z) 1))) +("bois" nil (((b w aa) 1))) +("boisclair" nil (((b w aa) 0) ((k l eh r) 1))) +("boise" nil (((b oy) 1) ((z iy) 0))) +("boisen" nil (((b oy) 1) ((s ax n) 0))) +("boisi" nil (((b oy) 1) ((s iy) 0))) +("boisjoly" nil (((b oy s) 1) ((jh ax) 0) ((l iy) 0))) +("boisseau" nil (((b w aa) 1) ((s ow) 1))) +("boissonneault" nil (((b w aa) 1) ((s ax) 0) ((n ow) 0))) +("boisterous" nil (((b oy) 1) ((s t er) 0) ((ax s) 0))) +("boisvert" nil (((b w aa) 0) ((v er t) 1))) +("boitano" nil (((b oy) 1) ((t aa) 1) ((n ow) 0))) +("boitnott" nil (((b oy t) 0) ((n aa t) 1))) +("boivin" nil (((b oy) 0) ((v ae n) 1))) +("bojanowski" nil (((b ax) 0) ((y ax) 0) ((n ao f) 1) ((s k iy) 0))) +("bojarski" nil (((b ax) 0) ((y aa r) 1) ((s k iy) 0))) +("bojorquez" nil (((b ow) 0) ((y ao r) 1) ((k w eh z) 0))) +("bok" nil (((b aa k) 1))) +("bokassa" nil (((b ax) 0) ((k aa) 1) ((s ax) 0))) +("boker" nil (((b ow) 1) ((k er) 0))) +("bokor" nil (((b ow) 1) ((k er) 0))) +("boksen" nil (((b aa k) 1) ((s ax n) 0))) +("bol" nil (((b aa l) 1))) +("bolam" nil (((b ow) 1) ((l ax m) 0))) +("bolan" nil (((b ow) 1) ((l ax n) 0))) +("boland" nil (((b ow) 1) ((l ax n d) 0))) +("bolander" nil (((b aa) 1) ((l ax n) 0) ((d er) 0))) +("bolanos" nil (((b ow) 0) ((l aa) 1) ((n ow z) 0))) +("bolar" nil (((b ow) 1) ((l er) 0))) +("bolch" nil (((b ow l ch) 1))) +("bolcom" nil (((b ow l) 1) ((k ax m) 0))) +("bold" nil (((b ow l d) 1))) +("bolda" nil (((b ow l) 1) ((d ax) 0))) +("bolden" nil (((b ow l) 1) ((d ax n) 0))) +("bolder" nil (((b ow l) 1) ((d er) 0))) +("boldest" nil (((b ow l) 1) ((d ih s t) 0))) +("boldface" nil (((b ow l d) 1) ((f ey s) 1))) +("boldin" nil (((b ow l) 1) ((d ih n) 0))) +("bolding" nil (((b ow l) 1) ((d ih ng) 0))) +("boldly" nil (((b ow l d) 1) ((l iy) 0))) +("boldman" nil (((b ow l d) 1) ((m ax n) 0))) +("boldness" nil (((b ow l d) 1) ((n ax s) 0))) +("boldon" nil (((b ow l) 1) ((d ax n) 0))) +("bolds" nil (((b ow l d z) 1))) +("boldt" nil (((b ow l t) 1))) +("bolduc" nil (((b ow l) 1) ((d ax k) 0))) +("bole" nil (((b ow l) 1))) +("bolek" nil (((b ow) 1) ((l ih k) 0))) +("bolen" nil (((b ow) 1) ((l ax n) 0))) +("bolenbaugh" nil (((b ax) 0) ((l eh n) 1) ((b ao) 0))) +("bolender" nil (((b aa) 1) ((l eh n) 0) ((d er) 0))) +("boler" nil (((b ow) 1) ((l er) 0))) +("bolerjack" nil (((b aa) 1) ((l er) 0) ((jh ax k) 0))) +("bolero" nil (((b ow) 0) ((l eh) 1) ((r ow) 0))) +("boles" nil (((b ow l z) 1))) +("boleware" nil (((b ow l) 1) ((w eh r) 0))) +("boley" nil (((b ow) 1) ((l iy) 0))) +("bolf" nil (((b ow l f) 1))) +("bolger" nil (((b ow l) 1) ((jh er) 0))) +("bolich" nil (((b aa) 1) ((l ih k) 0))) +("bolick" nil (((b aa) 1) ((l ih k) 0))) +("boliden" nil (((b ow) 1) ((l ih) 0) ((d ax n) 0))) +("bolin" nil (((b ow) 1) ((l ih n) 0))) +("boline" nil (((b aa) 1) ((l ay n) 0))) +("boling" nil (((b ow) 1) ((l ih ng) 0))) +("bolinger" nil (((b ow) 1) ((l ih ng) 0) ((er) 0))) +("bolio" nil (((b ow) 1) ((l iy) 0) ((ow) 0))) +("bolitho" nil (((b ow) 0) ((l ih) 1) ((th ax) 0))) +("bolivar" nil (((b aa) 1) ((l ax) 0) ((v er) 0))) +("bolivars" nil (((b aa) 1) ((l ax) 0) ((v er z) 0))) +("bolivia" nil (((b ax) 0) ((l ih) 1) ((v iy) 0) ((ax) 0))) +("bolivian" nil (((b ow) 0) ((l ih) 1) ((v iy) 0) ((ax n) 0))) +("bolker" nil (((b ow l) 1) ((k er) 0))) +("bolkow" nil (((b ow l) 1) ((k aw) 0))) +("boll" nil (((b ow l) 1))) +("bolla" nil (((b aa) 1) ((l ax) 0))) +("bolland" nil (((b aa) 1) ((l ax n d) 0))) +("bollapragada" nil (((b ow) 0) ((l aa) 1) ((p r ax) 0) ((g aa) 1) ((d ax) 0))) +("bollard" nil (((b aa) 1) ((l er d) 0))) +("bolle" nil (((b aa l) 1))) +("bollen" nil (((b aa) 1) ((l ax n) 0))) +("bollenbach" nil (((b aa) 1) ((l ih n) 0) ((b aa k) 0))) +("bollenbacher" nil (((b aa) 1) ((l ih n) 0) ((b aa) 0) ((k er) 0))) +("boller" nil (((b aa) 1) ((l er) 0))) +("bolles" nil (((b ow l z) 1))) +("bollettieri" nil (((b ax) 0) ((l eh) 1) ((t iy) 0) ((eh) 1) ((r iy) 0))) +("bollier" nil (((b aa) 1) ((l iy) 0) ((er) 0))) +("bollig" nil (((b aa) 1) ((l ih g) 0))) +("bolliger" nil (((b aa) 1) ((l ih) 0) ((g er) 0))) +("bollin" nil (((b aa) 1) ((l ih n) 0))) +("bolling" nil (((b ow) 1) ((l ih ng) 0))) +("bollinger" nil (((b aa) 1) ((l ih ng) 0) ((er) 0))) +("bollman" nil (((b aa l) 1) ((m ax n) 0))) +("bollmann" nil (((b aa l) 1) ((m ax n) 0))) +("bollore" nil (((b aa) 1) ((l ao r) 0))) +("bolls" nil (((b ow l z) 1))) +("bologna" nil (((b ax) 0) ((l ow) 1) ((n iy) 0))) +("bolognese" nil (((b ow) 0) ((l ow g) 0) ((n ey) 1) ((z iy) 0))) +("bolognesi" nil (((b aa) 1) ((l aa g) 0) ((n eh) 1) ((s iy) 0))) +("bolon" nil (((b ow) 1) ((l ax n) 0))) +("bolotin" nil (((b aa) 1) ((l ax) 0) ((t ih n) 0))) +("bolsa" nil (((b ow l) 1) ((s ax) 0))) +("bolser" nil (((b ow l) 1) ((s er) 0))) +("bolshevik" nil (((b ow l) 1) ((sh ax) 0) ((v ih k) 1))) +("bolsheviks" nil (((b ow l) 1) ((sh ax) 0) ((v ih k s) 1))) +("bolshevism" nil (((b ow l) 1) ((sh ax) 0) ((v ih) 1) ((z ax m) 0))) +("bolshevist" nil (((b ow l) 1) ((sh ih) 0) ((v ih s t) 1))) +("bolshoi" nil (((b ow l) 0) ((sh oy) 1))) +("bolson" nil (((b ow l) 1) ((s ax n) 0))) +("bolstad" nil (((b ow l) 1) ((s t ax d) 0))) +("bolster" nil (((b ow l) 1) ((s t er) 0))) +("bolstered" nil (((b ow l) 1) ((s t er d) 0))) +("bolstering" nil (((b ow l) 1) ((s t er) 0) ((ih ng) 0))) +("bolsters" nil (((b ow l) 1) ((s t er z) 0))) +("bolt" nil (((b ow l t) 1))) +("bolte" nil (((b ow l t) 1))) +("bolted" nil (((b ow l) 1) ((t ax d) 0))) +("bolten" nil (((b ow l) 1) ((t ax n) 0))) +("bolter" nil (((b ow l) 1) ((t er) 0))) +("bolthouse" nil (((b ow l t) 1) ((hh aw s) 1))) +("bolting" nil (((b ow l) 1) ((t ih ng) 0))) +("bolton" nil (((b ow l) 1) ((t ax n) 0))) +("bolts" nil (((b ow l t s) 1))) +("boltz" nil (((b ow l t s) 1))) +("boltzmanns" nil (((b ow l t) 1) ((s m ax n z) 0))) +("bolus" nil (((b ow) 1) ((l ax s) 0))) +("bolyard" nil (((b ax) 0) ((l y aa r d) 1))) +("bolz" nil (((b ow l z) 1))) +("bom" nil (((b aa m) 1))) +("bomag" nil (((b ow) 1) ((m ae g) 0))) +("boman" nil (((b ow) 1) ((m ax n) 0))) +("bomar" nil (((b ax) 0) ((m aa r) 1))) +("bomb" nil (((b aa m) 1))) +("bomba" nil (((b aa m) 1) ((b ax) 0))) +("bombard" nil (((b aa m) 0) ((b aa r d) 1))) +("bombarded" nil (((b aa m) 0) ((b aa r) 1) ((d ih d) 0))) +("bombardier" nil (((b aa m) 1) ((b er) 0) ((d ih r) 1))) +("bombarding" nil (((b aa m) 0) ((b aa r) 1) ((d ih ng) 0))) +("bombardment" nil (((b aa m) 0) ((b aa r d) 1) ((m ax n t) 0))) +("bombardments" nil (((b aa m) 0) ((b aa r d) 1) ((m ax n t s) 0))) +("bombast" nil (((b aa m) 1) ((b ae s t) 0))) +("bombastic" nil (((b aa m) 0) ((b ae) 1) ((s t ih k) 0))) +("bombay" nil (((b aa m) 0) ((b ey) 1))) +("bombeck" nil (((b aa m) 1) ((b eh k) 1))) +("bombed" nil (((b aa m d) 1))) +("bomber" nil (((b aa) 1) ((m er) 0))) +("bomberg" nil (((b aa m) 1) ((b er g) 0))) +("bomberger" nil (((b aa m) 1) ((b er) 0) ((g er) 0))) +("bombers" nil (((b aa) 1) ((m er z) 0))) +("bombing" nil (((b aa) 1) ((m ih ng) 0))) +("bombings" nil (((b aa) 1) ((m ih ng z) 0))) +("bombs" nil (((b aa m z) 1))) +("bombshell" nil (((b aa m) 1) ((sh eh l) 1))) +("bombshells" nil (((b aa m) 1) ((sh eh l z) 1))) +("bomer" nil (((b ow) 1) ((m er) 0))) +("bomgardner" nil (((b aa m) 1) ((g aa r d) 1) ((n er) 0))) +("bommarito" nil (((b aa) 1) ((m er) 0) ((iy) 1) ((t ow) 0))) +("bommer" nil (((b aa) 1) ((m er) 0))) +("bon" nil (((b aa n) 1))) +("bona" nil (((b ow) 1) ((n ax) 0))) +("bonacci" nil (((b ow) 0) ((n aa) 1) ((ch iy) 0))) +("bonadio" nil (((b ow) 0) ((n aa) 1) ((d iy) 0) ((ow) 0))) +("bonadonna" nil (((b aa) 1) ((n ax) 0) ((d aa) 1) ((n ax) 0))) +("bonafede" nil (((b aa) 1) ((n ax) 0) ((f iy d) 1))) +("bonanni" nil (((b ow) 0) ((n aa) 1) ((n iy) 0))) +("bonanno" nil (((b ow) 0) ((n aa) 1) ((n ow) 0))) +("bonanza" nil (((b ax) 0) ((n ae n) 1) ((z ax) 0))) +("bonaparte" nil (((b ow) 1) ((n ax) 0) ((p aa r t) 1))) +("bonar" nil (((b ow) 1) ((n er) 0))) +("bonasera" nil (((b ow) 0) ((n aa) 0) ((s eh) 1) ((r ax) 0))) +("bonaventura" nil (((b ow) 0) ((n aa) 0) ((v eh n) 0) ((t uh) 1) ((r ax) 0))) +("bonaventure" nil (((b aa) 1) ((n ax) 0) ((v eh n) 1) ((ch er) 0))) +("bonavia" nil (((b aa) 1) ((n ey) 1) ((v iy) 0) ((ax) 0))) +("bonavita" nil (((b ow) 0) ((n aa) 0) ((v iy) 1) ((t ax) 0))) +("bonawitz" nil (((b aa) 1) ((n ax) 0) ((w ih t s) 0))) +("bonczek" nil (((b aa n) 1) ((ch eh k) 0))) +("bond" nil (((b aa n d) 1))) +("bondage" nil (((b aa n) 1) ((d ih jh) 0))) +("bondar" nil (((b ax n) 0) ((d aa r) 1))) +("bonde" nil (((b aa n d) 1))) +("bonded" nil (((b aa n) 1) ((d ax d) 0))) +("bonderman" nil (((b aa n) 1) ((d er) 0) ((m ax n) 0))) +("bondholder" nil (((b aa n d) 1) ((hh ow l) 1) ((d er) 0))) +("bondholders" nil (((b aa n d) 1) ((hh ow l) 1) ((d er z) 0))) +("bondi" nil (((b aa n) 1) ((d iy) 0))) +("bonding" nil (((b aa n) 1) ((d ih ng) 0))) +("bonds" nil (((b aa n d z) 1))) +("bondt" nil (((b aa n t) 1))) +("bondurant" nil (((b ow n) 0) ((d uh) 1) ((r ax n t) 0))) +("bondy" nil (((b aa n) 1) ((d iy) 0))) +("bone" nil (((b ow n) 1))) +("bonebrake" nil (((b ow n) 1) ((b r ey k) 1))) +("bonecrusher" nil (((b ow n) 1) ((k r ah) 1) ((sh er) 0))) +("bonecutter" nil (((b ow n) 1) ((k ah) 1) ((t er) 0))) +("boned" nil (((b ow n d) 1))) +("boneless" nil (((b ow n) 1) ((l ax s) 0))) +("bonelli" nil (((b ow) 0) ((n eh) 1) ((l iy) 0))) +("bonello" nil (((b ow) 0) ((n eh) 1) ((l ow) 0))) +("bonenberger" nil (((b ow) 1) ((n ax n) 0) ((b er) 0) ((g er) 0))) +("bonenfant" nil (((b ow n) 1) ((f ax n t) 0))) +("boner" nil (((b ow) 1) ((n er) 0))) +("bones" nil (((b ow n z) 1))) +("bonesteel" nil (((b ow n) 1) ((s t iy l) 1))) +("bonet" nil (((b ow n t) 1))) +("bonetti" nil (((b ow) 0) ((n eh) 1) ((t iy) 0))) +("boney" nil (((b ow) 1) ((n iy) 0))) +("bonfanti" nil (((b ow n) 0) ((f aa n) 1) ((t iy) 0))) +("bonfield" nil (((b aa n) 1) ((f iy l d) 1))) +("bonfiglio" nil (((b aa n) 1) ((f ih) 1) ((g l iy) 0) ((ow) 0))) +("bonfire" nil (((b aa n) 1) ((f ay) 1) ((er) 0))) +("bonfires" nil (((b aa n) 1) ((f ay) 1) ((er z) 0))) +("bong" nil (((b aa ng) 1))) +("bongard" nil (((b ax ng) 0) ((g aa r d) 1))) +("bongarten" nil (((b aa n) 1) ((g aa r) 1) ((t ax n) 0))) +("bongers" nil (((b ao ng) 1) ((er z) 0))) +("bongiorno" nil (((b ow n) 0) ((jh ao r) 1) ((n ow) 0))) +("bongiovanni" nil (((b ow n) 0) ((jh ow) 0) ((v aa) 1) ((n iy) 0))) +("bongos" nil (((b aa ng) 1) ((g ow z) 1))) +("bonham" nil (((b aa n) 1) ((hh ax m) 0))) +("boni" nil (((b ow) 1) ((n iy) 0))) +("bonica" nil (((b aa) 1) ((n ih) 0) ((k ax) 0))) +("bonifacio" nil (((b aa) 1) ((n ih) 0) ((f ey) 1) ((s iy) 0) ((ow) 0))) +("bonifas" nil (((b aa) 1) ((n ih) 0) ((f ax z) 0))) +("bonifay" nil (((b aa) 1) ((n ih) 0) ((f ey) 1))) +("bonifield" nil (((b aa) 1) ((n ih) 0) ((f iy l d) 1))) +("bonilla" nil (((b ax) 0) ((n ih) 1) ((l ax) 0))) +("bonin" nil (((b ow) 1) ((n ih n) 0))) +("bonine" nil (((b ow) 0) ((n iy) 1) ((n iy) 0))) +("bonini" nil (((b ow) 0) ((n iy) 1) ((n iy) 0))) +("bonino" nil (((b ow) 0) ((n iy) 1) ((n ow) 0))) +("bonior" nil (((b ow) 1) ((n iy) 0) ((er) 0))) +("bonita" nil (((b ow) 0) ((n iy) 1) ((t ax) 0))) +("bonito" nil (((b ax) 0) ((n iy) 1) ((t ow) 0))) +("bonjour" nil (((b ax n) 0) ((zh uh r) 1))) +("bonk" nil (((b aa ng k) 1))) +("bonker" nil (((b ao ng) 1) ((k er) 0))) +("bonkers" nil (((b aa ng) 1) ((k er z) 0))) +("bonkowski" nil (((b ax ng) 0) ((k ao f) 1) ((s k iy) 0))) +("bonn" nil (((b aa n) 1))) +("bonne" nil (((b aa n) 1))) +("bonneau" nil (((b ax) 0) ((n ow) 1))) +("bonnell" nil (((b aa) 1) ((n ax l) 0))) +("bonnema" nil (((b aa) 1) ((n ih) 0) ((m ax) 0))) +("bonner" nil (((b ao) 1) ((n er) 0))) +("bonnes" nil (((b ao n z) 1))) +("bonnet" nil (((b aa) 1) ((n ax t) 0))) +("bonnett" nil (((b aa) 1) ((n ih t) 0))) +("bonnette" nil (((b ax) 0) ((n eh t) 1))) +("bonneville" nil (((b aa) 1) ((n ax) 0) ((v ih l) 1))) +("bonnevilles" nil (((b aa) 1) ((n ax) 0) ((v ih l z) 1))) +("bonney" nil (((b aa) 1) ((n iy) 0))) +("bonnibel" nil (((b aa) 1) ((n ih) 0) ((b ax l) 0))) +("bonnibelle" nil (((b aa) 1) ((n ih) 0) ((b ax l) 0))) +("bonnie" nil (((b aa) 1) ((n iy) 0))) +("bonnin" nil (((b aa) 1) ((n ih n) 0))) +("bonnor" nil (((b aa) 1) ((n er) 0))) +("bonny" nil (((b aa) 1) ((n iy) 0))) +("bono" nil (((b ow) 1) ((n ow) 0))) +("bonomo" nil (((b aa) 1) ((n ax) 0) ((m ow) 0))) +("bonsai" nil (((b aa n) 0) ((s ay) 1))) +("bonsall" nil (((b ow n) 0) ((s aa l) 1))) +("bonser" nil (((b aa n) 1) ((s er) 0))) +("bonsignore" nil (((b ow n) 0) ((s iy g) 0) ((n ao) 1) ((r iy) 0))) +("bonta" nil (((b aa n) 1) ((t ax) 0))) +("bonte" nil (((b aa n t) 1))) +("bontempo" nil (((b aa n) 1) ((t eh m) 1) ((p ow) 0))) +("bontrager" nil (((b aa n) 1) ((t r ey) 1) ((g er) 0))) +("bonum" nil (((b aa) 1) ((n ax m) 0))) +("bonura" nil (((b ow) 0) ((n uh) 1) ((r ax) 0))) +("bonus" nil (((b ow) 1) ((n ax s) 0))) +("bonuses" nil (((b ow) 1) ((n ax) 0) ((s ih z) 0))) +("bonvillain" nil (((b aa n) 1) ((v ih) 0) ((l ey n) 1))) +("bonville" nil (((b ow n) 1) ((v ih l) 0))) +("bonwell" nil (((b aa n) 1) ((w eh l) 1))) +("bonwit" nil (((b aa n) 1) ((w ih t) 0))) +("bony" nil (((b ow) 1) ((n iy) 0))) +("bonzo" nil (((b aa n) 1) ((z ow) 0))) +("boo" nil (((b uw) 1))) +("booby" nil (((b uw) 1) ((b iy) 0))) +("boock" nil (((b uw k) 1))) +("boodles" nil (((b uw) 1) ((d ax l z) 0))) +("boody" nil (((b uw) 1) ((d iy) 0))) +("booe" nil (((b aa) 1) ((ow) 0))) +("booed" nil (((b uw d) 1))) +("boogie" nil (((b uw) 1) ((g iy) 0))) +("booher" nil (((b uw) 1) ((er) 0))) +("booing" nil (((b uw) 1) ((ih ng) 0))) +("book" nil (((b uh k) 1))) +("bookbinder" nil (((b uh k) 1) ((b ay n) 1) ((d er) 0))) +("bookcase" nil (((b uh k) 1) ((k ey s) 1))) +("bookcases" nil (((b uh k) 1) ((k ey) 1) ((s ih z) 0))) +("bookcellar" nil (((b uh k) 1) ((s eh) 1) ((l er) 0))) +("booked" nil (((b uh k t) 1))) +("bookends" nil (((b uh) 1) ((k eh n d z) 1))) +("booker" nil (((b uh) 1) ((k er) 0))) +("bookers" nil (((b uh) 1) ((k er z) 0))) +("bookies" nil (((b uh) 1) ((k iy z) 0))) +("bookin" nil (((b uh) 1) ((k ih n) 0))) +("booking" nil (((b uh) 1) ((k ih ng) 0))) +("bookings" nil (((b uh) 1) ((k ih ng z) 0))) +("bookish" nil (((b uh) 1) ((k ih sh) 0))) +("bookkeeper" nil (((b uh k) 1) ((k iy) 1) ((p er) 0))) +("bookkeepers" nil (((b uh k) 1) ((k iy) 1) ((p er z) 0))) +("bookkeeping" nil (((b uh k) 1) ((k iy) 1) ((p ih ng) 0))) +("booklet" nil (((b uh) 1) ((k l ih t) 0))) +("booklets" nil (((b uh) 1) ((k l ax t s) 0))) +("bookmaking" nil (((b uh k) 1) ((m ey) 1) ((k ih ng) 0))) +("bookman" nil (((b uh k) 1) ((m ax n) 0))) +("bookmobile" nil (((b uh k) 1) ((m ow) 0) ((b iy l) 1))) +("bookout" nil (((b uh) 1) ((k aw t) 1))) +("books" nil (((b uh k s) 1))) +("bookseller" nil (((b uh k) 1) ((s eh) 1) ((l er) 0))) +("booksellers" nil (((b uh k) 1) ((s eh) 1) ((l er z) 0))) +("bookshelf" nil (((b uh k) 1) ((sh eh l f) 1))) +("bookshelves" nil (((b uh k) 1) ((sh eh l v z) 1))) +("bookshop" nil (((b uh k) 1) ((sh aa p) 1))) +("bookshops" nil (((b uh k) 1) ((sh aa p s) 1))) +("booksmith" nil (((b uh k) 1) ((s m ih th) 1))) +("bookstop" nil (((b uh k) 1) ((s t aa p) 1))) +("bookstore" nil (((b uh k) 1) ((s t ao r) 1))) +("bookstores" nil (((b uh k) 1) ((s t ao r z) 1))) +("bookwalter" nil (((b uh) 1) ((k w ax l) 0) ((t er) 0))) +("bookworm" nil (((b uh) 1) ((k w er m) 1))) +("boole" nil (((b uw l) 1))) +("boom" nil (((b uw m) 1))) +("boomed" nil (((b uw m d) 1))) +("boomer" nil (((b uw) 1) ((m er) 0))) +("boomerang" nil (((b uw) 1) ((m er) 0) ((ae ng) 1))) +("boomeranged" nil (((b uw) 1) ((m er) 0) ((ae ng d) 1))) +("boomers" nil (((b uw) 1) ((m er z) 0))) +("boomershine" nil (((b uw) 1) ((m er) 0) ((sh ay n) 1))) +("boomhower" nil (((b uw m) 1) ((hh ow) 0) ((er) 0))) +("booming" nil (((b uw) 1) ((m ih ng) 0))) +("boomlet" nil (((b uw m) 1) ((l ax t) 0))) +("booms" nil (((b uw m z) 1))) +("boomsma" nil (((b uw m z) 1) ((m ax) 0))) +("boomtown" nil (((b uw m) 1) ((t aw n) 1))) +("boon" nil (((b uw n) 1))) +("boondocks" nil (((b uw n) 1) ((d aa k s) 1))) +("boondoggle" nil (((b uw n) 1) ((d aa) 1) ((g ax l) 0))) +("boondoggles" nil (((b uw n) 1) ((d aa) 1) ((g ax l z) 0))) +("boone" nil (((b uw n) 1))) +("boonstra" nil (((b uw n) 1) ((s t r ax) 0))) +("boonton" nil (((b uw n) 1) ((t ax n) 0))) +("boonville" nil (((b uw n) 1) ((v ih l) 0))) +("boop" nil (((b uw p) 1))) +("boor" nil (((b uh r) 1))) +("booras" nil (((b uh) 1) ((r ax z) 0))) +("boord" nil (((b uh r d) 1))) +("boorda" nil (((b uh r) 1) ((d ax) 0))) +("boorish" nil (((b uh) 1) ((r ih sh) 0))) +("boorishness" nil (((b uh) 1) ((r ih) 0) ((sh n ax s) 0))) +("boorman" nil (((b uh r) 1) ((m ax n) 0))) +("boors" nil (((b uh r z) 1))) +("boorstin" nil (((b uw r) 1) ((s t ih n) 0))) +("boos" nil (((b uw z) 1))) +("boose" nil (((b uw s) 1))) +("boost" nil (((b uw s t) 1))) +("boosted" nil (((b uw) 1) ((s t ih d) 0))) +("booster" nil (((b uw) 1) ((s t er) 0))) +("boosterism" nil (((b uw) 1) ((s t er) 0) ((ih) 1) ((z ax m) 0))) +("boosters" nil (((b uw) 1) ((s t er z) 0))) +("boosting" nil (((b uw) 1) ((s t ih ng) 0))) +("boosts" nil (((b uw s t s) 1))) +("boot" nil (((b uw t) 1))) +("boote" nil (((b uw t) 1))) +("booted" nil (((b uw) 1) ((t ih d) 0))) +("booten" nil (((b uw) 1) ((t ax n) 0))) +("booth" nil (((b uw th) 1))) +("boothby" nil (((b uw th) 1) ((b iy) 0))) +("boothe" nil (((b uw dh) 1))) +("boothman" nil (((b uw th) 1) ((m ax n) 0))) +("boothroyd" nil (((b uw) 1) ((th r oy d) 1))) +("booths" nil (((b uw th s) 1))) +("booties" nil (((b uw) 1) ((t iy z) 0))) +("booting" nil (((b uw) 1) ((t ih ng) 0))) +("bootleg" nil (((b uw t) 1) ((l eh g) 1))) +("bootlegger" nil (((b uw t) 1) ((l eh) 1) ((g er) 0))) +("bootleggers" nil (((b uw t) 1) ((l eh) 1) ((g er z) 0))) +("bootlegging" nil (((b uw t) 1) ((l eh) 1) ((g ih ng) 0))) +("bootlegs" nil (((b uw t) 1) ((l eh g z) 1))) +("booton" nil (((b uw) 1) ((t ax n) 0))) +("boots" nil (((b uw t s) 1))) +("bootstrap" nil (((b uw t) 1) ((s t r ae p) 1))) +("bootstraps" nil (((b uw t) 1) ((s t r ae p s) 1))) +("booty" nil (((b uw) 1) ((t iy) 0))) +("bootz" nil (((b uw t s) 1))) +("booz" nil (((b uw z) 1))) +("booze" nil (((b uw z) 1))) +("boozer" nil (((b uw) 1) ((z er) 0))) +("boozier" nil (((b uw) 1) ((z iy) 0) ((er) 0))) +("boozy" nil (((b uw) 1) ((z iy) 0))) +("bop" nil (((b aa p) 1))) +("bopeep" nil (((b ow) 0) ((p iy p) 1))) +("bopera" nil (((b ow) 0) ((p eh) 1) ((r ax) 0))) +("bophuthatswana" nil (((b ow) 1) ((f uw) 0) ((th aa t) 0) ((s w aa) 1) ((n ax) 0))) +("bopp" nil (((b aa p) 1))) +("bopper" nil (((b aa) 1) ((p er) 0))) +("boppers" nil (((b aa) 1) ((p er z) 0))) +("boquist" nil (((b aa) 1) ((k w ih s t) 0))) +("bora" nil (((b ao) 1) ((r ax) 0))) +("borah" nil (((b ao) 1) ((r ax) 0))) +("borak" nil (((b ao) 1) ((r ax k) 0))) +("boral" nil (((b ao) 1) ((r ax l) 0))) +("borawski" nil (((b er) 0) ((aa f) 1) ((s k iy) 0))) +("borax" nil (((b ao) 1) ((r ae k s) 1))) +("borba" nil (((b ao r) 1) ((b ax) 0))) +("borchard" nil (((b er) 0) ((sh aa r d) 1))) +("borchardt" nil (((b er) 0) ((sh aa r d t) 1))) +("borchelt" nil (((b ao r) 1) ((k ih l t) 0))) +("borcherding" nil (((b ao r) 1) ((k er) 0) ((d ih ng) 0))) +("borchers" nil (((b ao r) 1) ((k er z) 0))) +("borchert" nil (((b ao r) 1) ((k er t) 0))) +("borck" nil (((b ao r k) 1))) +("borda" nil (((b ao r) 1) ((d ax) 0))) +("bordallo" nil (((b ao r) 0) ((d ae) 1) ((l ow) 0))) +("bordas" nil (((b ao r) 1) ((d ax z) 0))) +("bordeau" nil (((b er) 0) ((d ow) 1))) +("bordeaux" nil (((b ao r) 0) ((d ow) 1))) +("bordello" nil (((b ao r) 0) ((d eh) 1) ((l ow) 1))) +("bordelon" nil (((b ao r) 1) ((d ih) 0) ((l aa n) 0))) +("borden" nil (((b ao r) 1) ((d ax n) 0))) +("bordenave" nil (((b ao r) 0) ((d eh) 0) ((n aa) 1) ((v iy) 0))) +("border" nil (((b ao r) 1) ((d er) 0))) +("bordered" nil (((b ao r) 1) ((d er d) 0))) +("bordering" nil (((b ao r) 1) ((d er) 0) ((ih ng) 0))) +("borderline" nil (((b ao r) 1) ((d er) 0) ((l ay n) 1))) +("borders" nil (((b ao r) 1) ((d er z) 0))) +("bordes" nil (((b ao r d z) 1))) +("bordner" nil (((b ao r d) 1) ((n er) 0))) +("bordonaro" nil (((b ao r) 0) ((d ow) 0) ((n aa) 1) ((r ow) 0))) +("bordwell" nil (((b ao r) 1) ((d w eh l) 0))) +("bore" nil (((b ao r) 1))) +("borealis" nil (((b ao) 1) ((r iy) 0) ((ae) 1) ((l ax s) 0))) +("bored" nil (((b ao r d) 1))) +("boredom" nil (((b ao r) 1) ((d ax m) 0))) +("borek" nil (((b ao) 1) ((r ih k) 0))) +("borel" nil (((b ao) 1) ((r ax l) 0))) +("borell" nil (((b ao) 1) ((r ax l) 0))) +("borella" nil (((b ao) 0) ((r eh) 1) ((l ax) 0))) +("borelli" nil (((b ao) 0) ((r eh) 1) ((l iy) 0))) +("borello" nil (((b ao) 0) ((r eh) 1) ((l ow) 0))) +("boren" nil (((b ao) 1) ((r ax n) 0))) +("borenstein" nil (((b ao) 1) ((r ax n) 0) ((s t ay n) 1))) +("borer" nil (((b ao) 1) ((r er) 0))) +("bores" nil (((b ao r z) 1))) +("borg" nil (((b ao r g) 1))) +("borge" nil (((b ao r jh) 1))) +("borgelt" nil (((b ao r) 1) ((g ih l t) 0))) +("borgen" nil (((b ao r) 1) ((g ax n) 0))) +("borger" nil (((b ao r) 1) ((g er) 0))) +("borgerding" nil (((b ao r) 1) ((g er) 0) ((d ih ng) 0))) +("borgert" nil (((b ao r) 1) ((g er t) 0))) +("borges" nil (((b ao r) 1) ((g ey s) 0))) +("borgeson" nil (((b ao r) 1) ((g ih) 0) ((s ax n) 0))) +("borghi" nil (((b ao r) 1) ((g iy) 0))) +("borgia" nil (((b ao r) 1) ((jh ax) 0))) +("borgman" nil (((b ao r g) 1) ((m ax n) 0))) +("borgmann" nil (((b ao r g) 1) ((m ax n) 0))) +("borgmeyer" nil (((b ao r g) 1) ((m ay) 0) ((er) 0))) +("borgstrom" nil (((b ao r g) 1) ((s t r ax m) 0))) +("borgwardt" nil (((b ao r) 1) ((g w ao r t) 1))) +("boric" nil (((b ao) 1) ((r ih k) 0))) +("borin" nil (((b ao) 1) ((r ih n) 0))) +("boring" nil (((b ao) 1) ((r ih ng) 0))) +("boris" nil (((b ao) 1) ((r ih s) 0))) +("borja" nil (((b ao r) 1) ((y ax) 0))) +("borjas" nil (((b ao r) 1) ((y ax z) 0))) +("bork" nil (((b ao r k) 1))) +("borkenhagen" nil (((b ao r) 1) ((k ih n) 0) ((hh aa) 1) ((g ax n) 0))) +("borkowski" nil (((b er) 0) ((k ao f) 1) ((s k iy) 0))) +("borland" nil (((b ao r) 1) ((l ax n d) 0))) +("borman" nil (((b ao r) 1) ((m ax n) 0))) +("bormann" nil (((b ao r) 1) ((m ax n) 0))) +("born" nil (((b ao r n) 1))) +("borne" nil (((b ao r n) 1))) +("borneman" nil (((b ao r n) 1) ((m ax n) 0))) +("bornemann" nil (((b ao r n) 1) ((m ax n) 0))) +("borneo" nil (((b ao r) 1) ((n iy) 0) ((ow) 1))) +("borner" nil (((b ao r) 1) ((n er) 0))) +("bornholdt" nil (((b ao r n) 1) ((hh ow l t) 0))) +("bornhorst" nil (((b ao r n) 1) ((hh ao r s t) 0))) +("bornman" nil (((b ao r n) 1) ((m ax n) 0))) +("borns" nil (((b ao r n z) 1))) +("bornstein" nil (((b ao r n) 1) ((s t ay n) 1))) +("borntrager" nil (((b ao r n) 1) ((t r ey) 0) ((g er) 0))) +("boro" nil (((b er) 1) ((ow) 0))) +("boroff" nil (((b ao) 1) ((r ao f) 0))) +("boroian" nil (((b ao) 0) ((r oy) 1) ((ax n) 0))) +("boron" nil (((b ao) 1) ((r aa n) 1))) +("boros" nil (((b er) 1) ((ow z) 0))) +("borosage" nil (((b ao) 1) ((r ax) 0) ((s ih jh) 0))) +("boroski" nil (((b er) 0) ((aw) 1) ((s k iy) 0))) +("borough" nil (((b er) 1) ((ow) 1))) +("boroughs" nil (((b er) 1) ((ow z) 1))) +("borowiak" nil (((b er) 0) ((aw) 1) ((iy) 0) ((ae k) 0))) +("borowicz" nil (((b er) 1) ((ow) 0) ((v ih ch) 0))) +("borowiec" nil (((b er) 0) ((aw) 1) ((iy k) 0))) +("borowski" nil (((b er) 0) ((ao f) 1) ((s k iy) 0))) +("borowsky" nil (((b er) 0) ((aw) 1) ((s k iy) 0))) +("borowy" nil (((b er) 0) ((aw) 1) ((iy) 0))) +("borquez" nil (((b ao r) 0) ((k w eh z) 1))) +("borras" nil (((b ao) 1) ((r ax z) 0))) +("borre" nil (((b ao r) 1))) +("borrego" nil (((b ao) 0) ((r eh) 1) ((g ow) 0))) +("borrell" nil (((b ao) 0) ((r ey l) 1))) +("borrelli" nil (((b ao) 0) ((r eh) 1) ((l iy) 0))) +("borrello" nil (((b ao) 1) ((r eh) 1) ((l ow) 0))) +("borrero" nil (((b ao) 0) ((r eh) 1) ((r ow) 0))) +("borris" nil (((b ao) 1) ((r ih s) 0))) +("borror" nil (((b ao) 1) ((er r) 0))) +("borrow" nil (((b aa) 1) ((r ow) 0))) +("borrowed" nil (((b aa) 1) ((r ow d) 0))) +("borrower" nil (((b aa) 1) ((r ow) 0) ((er) 0))) +("borrowers" nil (((b aa) 1) ((r ow) 0) ((er z) 0))) +("borrowing" nil (((b aa) 1) ((r ow) 0) ((ih ng) 0))) +("borrowings" nil (((b aa) 1) ((r ow) 0) ((ih ng z) 0))) +("borrowman" nil (((b aa) 1) ((r ow) 0) ((m ax n) 0))) +("borrows" nil (((b aa) 1) ((r ow z) 0))) +("borruso" nil (((b ao) 1) ((r uw) 1) ((s ow) 0))) +("bors" nil (((b ao r z) 1))) +("borsch" nil (((b ao r sh) 1))) +("borscht" nil (((b ao r sh t) 1))) +("borse" nil (((b ao r s) 1))) +("borseth" nil (((b ao r) 1) ((s ih th) 0))) +("borski" nil (((b ao r) 1) ((s k iy) 0))) +("borst" nil (((b ao r s t) 1))) +("borsuk" nil (((b ao r) 1) ((s ax k) 0))) +("bort" nil (((b ao r t) 1))) +("bortel" nil (((b ao r) 1) ((t eh l) 1))) +("borten" nil (((b ao r) 1) ((t ax n) 0))) +("borth" nil (((b ao r th) 1))) +("borthwick" nil (((b ao r) 1) ((th w ih k) 0))) +("bortle" nil (((b ao r) 1) ((t ax l) 0))) +("bortner" nil (((b ao r t) 1) ((n er) 0))) +("bortnick" nil (((b ao r t) 1) ((n ih k) 0))) +("borton" nil (((b ao r) 1) ((t ax n) 0))) +("bortz" nil (((b ao r t s) 1))) +("boruch" nil (((b ao) 1) ((r ax k) 0))) +("borucki" nil (((b er) 0) ((ah t) 1) ((s k iy) 0))) +("boruff" nil (((b ao) 1) ((r ax f) 0))) +("borum" nil (((b ao) 1) ((r ax m) 0))) +("borunda" nil (((b ao) 0) ((r uw n) 1) ((d ax) 0))) +("borup" nil (((b ao) 1) ((r ax p) 0))) +("borwn" nil (((b ao r w n) 1))) +("borys" nil (((b ao) 1) ((r iy z) 0))) +("bos" nil (((b aa s) 1))) +("bosak" nil (((b ow) 1) ((s ax k) 0))) +("bosarge" nil (((b aa) 1) ((s aa r g) 0))) +("boscarino" nil (((b ow) 0) ((s k aa) 0) ((r iy) 1) ((n ow) 0))) +("bosch" nil (((b ao sh) 1))) +("boschee" nil (((b ao) 1) ((sh iy) 0))) +("boschen" nil (((b ao) 1) ((sh ax n) 0))) +("boschert" nil (((b ao) 1) ((sh er t) 0))) +("boschwitz" nil (((b ao) 1) ((sh w ih t s) 0))) +("boscia" nil (((b ow s) 1) ((ch ax) 0))) +("bosco" nil (((b ao) 1) ((s k ow) 0))) +("bose" nil (((b ow z) 1))) +("boseman" nil (((b ow) 1) ((s m ax n) 0))) +("bosendorfer" nil (((b ow) 1) ((z ax n) 0) ((d ao r) 1) ((f er) 0))) +("boser" nil (((b ow) 1) ((z er) 0))) +("bosh" nil (((b aa sh) 1))) +("boshart" nil (((b aa) 1) ((sh aa r t) 0))) +("boshears" nil (((b aa) 1) ((sh ih r z) 0))) +("boshell" nil (((b aa) 1) ((sh ax l) 0))) +("bosher" nil (((b aa) 1) ((sh er) 0))) +("boshers" nil (((b aa) 1) ((sh er z) 0))) +("boskin" nil (((b ao) 1) ((s k ih n) 0))) +("bosko" nil (((b ow) 1) ((s k ow) 0))) +("boskovich" nil (((b aa) 1) ((s k ax) 0) ((v ih ch) 0))) +("boslego" nil (((b ao) 1) ((s l ey) 1) ((g ow) 0))) +("bosler" nil (((b aa) 1) ((s ax) 0) ((l er) 0))) +("bosley" nil (((b aa) 1) ((z l iy) 0))) +("bosma" nil (((b ow) 1) ((s m ax) 0))) +("bosman" nil (((b aa) 1) ((s m ax n) 0))) +("bosnia" nil (((b aa z) 1) ((n iy) 0) ((ax) 0))) +("bosnian" nil (((b aa z) 1) ((n iy) 0) ((ax n) 0))) +("bosnians" nil (((b aa z) 1) ((n iy) 0) ((ax n z) 0))) +("bosnias" nil (((b aa z) 1) ((n iy) 0) ((ax z) 0))) +("boso" nil (((b ow) 1) ((s ow) 0))) +("bosom" nil (((b uh) 1) ((z ax m) 0))) +("bosquez" nil (((b ow) 0) ((s k w eh z) 1))) +("boss" nil (((b aa s) 1))) +("bossard" nil (((b ax) 0) ((s aa r d) 1))) +("bossart" nil (((b ax) 0) ((s aa r t) 1))) +("bosse" nil (((b aa s) 1))) +("bosserman" nil (((b ao) 1) ((s er) 0) ((m ax n) 0))) +("bossert" nil (((b aa) 1) ((s er t) 0))) +("bosses" nil (((b aa) 1) ((s ih z) 0))) +("bosshardt" nil (((b ao s) 1) ((hh aa r t) 1))) +("bosshart" nil (((b ao s) 1) ((hh aa r t) 1))) +("bossi" nil (((b ow) 1) ((s iy) 0))) +("bossidy" nil (((b ao) 1) ((s ih) 0) ((d iy) 0))) +("bossie" nil (((b ao) 1) ((s iy) 0))) +("bossier" nil (((b ao) 1) ((s iy) 0) ((er) 0))) +("bossini" nil (((b ow) 2) ((s iy) 1) ((n iy) 0))) +("bossler" nil (((b aa) 1) ((s ax) 0) ((l er) 0))) +("bossman" nil (((b ao) 1) ((s m ax n) 0))) +("bosso" nil (((b ow) 1) ((s ow) 0))) +("bossy" nil (((b ao) 1) ((s iy) 0))) +("bost" nil (((b aa s t) 1))) +("bostelman" nil (((b aa) 1) ((s t ax l) 0) ((m ax n) 0))) +("boster" nil (((b aa) 1) ((s t er) 0))) +("bostian" nil (((b aa s) 1) ((ch ih n) 0))) +("bostic" nil (((b aa) 1) ((s t ih k) 0))) +("bostick" nil (((b ow) 1) ((s t ih k) 0))) +("bostock" nil (((b ow) 1) ((s t aa k) 1))) +("boston" nil (((b aa) 1) ((s t ax n) 0))) +("bostonian" nil (((b ao) 1) ((s t ow) 1) ((n iy) 0) ((ax n) 0))) +("bostonians" nil (((b aa) 1) ((s t ow) 0) ((n iy) 0) ((ax n z) 0))) +("bostra" nil (((b aa) 1) ((s t r ax) 0))) +("bostrom" nil (((b aa) 1) ((s t r ax m) 0))) +("bostwick" nil (((b aa s) 1) ((t w ih k) 0))) +("boswell" nil (((b aa) 1) ((z w eh l) 0))) +("bosworth" nil (((b ao) 1) ((z w er th) 0))) +("bot" nil (((b aa t) 1))) +("botanic" nil (((b ax) 0) ((t ae) 1) ((n ih k) 0))) +("botanical" nil (((b ax) 0) ((t ae) 1) ((n ih) 0) ((k ax l) 0))) +("botanically" nil (((b ax) 0) ((t ae) 1) ((n ax) 0) ((k ax) 0) ((l iy) 0))) +("botanist" nil (((b aa) 1) ((t ax) 0) ((n ax s t) 0))) +("botany" nil (((b aa) 1) ((t ax) 0) ((n iy) 0))) +("botched" nil (((b aa ch t) 1))) +("boteler" nil (((b aa) 1) ((t ax) 0) ((l er) 0))) +("botelho" nil (((b ow) 0) ((t eh) 1) ((l ow) 0))) +("botello" nil (((b ow) 0) ((t eh) 1) ((l ow) 0))) +("botero" nil (((b ow) 0) ((t eh) 1) ((r ow) 0))) +("botfly" nil (((b aa t) 1) ((f l ay) 1))) +("both" nil (((b ow th) 1))) +("botha" nil (((b aa) 1) ((th ax) 0))) +("botham" nil (((b aa) 1) ((th ax m) 0))) +("bothe" nil (((b ow dh) 1))) +("bothell" nil (((b aa) 1) ((th ax l) 0))) +("bother" nil (((b aa) 1) ((dh er) 0))) +("bothered" nil (((b aa) 1) ((dh er d) 0))) +("bothering" nil (((b aa) 1) ((dh er) 0) ((ih ng) 0))) +("bothers" nil (((b aa) 1) ((dh er z) 0))) +("bothersome" nil (((b aa) 1) ((dh er) 0) ((s ax m) 0))) +("bothun" nil (((b aa) 1) ((th ax n) 0))) +("bothwell" nil (((b aa) 1) ((th w eh l) 1))) +("botin" nil (((b aa) 1) ((t ih n) 0))) +("botkin" nil (((b aa t) 1) ((k ih n) 0))) +("botkins" nil (((b aa t) 1) ((k ih n z) 0))) +("botner" nil (((b aa t) 1) ((n er) 0))) +("botolf" nil (((b aa) 1) ((t ow l f) 0))) +("botos" nil (((b ow) 1) ((t ow z) 0))) +("botrytis" nil (((b ax) 0) ((t r ih) 1) ((t ih s) 0))) +("botsford" nil (((b aa t) 1) ((s f er d) 0))) +("botshabelo" nil (((b aa) 1) ((ch ax) 0) ((b eh) 1) ((l ow) 0))) +("botswana" nil (((b aa t) 0) ((s w aa) 1) ((n ax) 0))) +("bott" nil (((b aa t) 1))) +("botta" nil (((b aa) 1) ((t ax) 0))) +("bottari" nil (((b ow) 0) ((t aa) 1) ((r iy) 0))) +("bottcher" nil (((b aa t) 1) ((ch er) 0))) +("bottel" nil (((b aa) 1) ((t ax l) 0))) +("botten" nil (((b aa) 1) ((t ax n) 0))) +("bottenfield" nil (((b ax) 0) ((t eh n) 1) ((f iy l d) 0))) +("bottger" nil (((b aa t) 1) ((g er) 0))) +("botting" nil (((b aa) 1) ((t ih ng) 0))) +("bottini" nil (((b ow) 0) ((t iy) 1) ((n iy) 0))) +("bottino" nil (((b ow) 0) ((t iy) 1) ((n ow) 0))) +("bottle" nil (((b aa) 1) ((t ax l) 0))) +("bottled" nil (((b aa) 1) ((t ax l d) 0))) +("bottleneck" nil (((b aa) 1) ((t ax l) 0) ((n eh k) 1))) +("bottlenecks" nil (((b aa) 1) ((t ax l) 0) ((n eh k s) 1))) +("bottler" nil (((b aa t) 1) ((l er) 0))) +("bottlers" nil (((b aa t) 1) ((l er z) 0))) +("bottles" nil (((b aa) 1) ((t ax l z) 0))) +("bottling" nil (((b aa) 1) ((t ax) 0) ((l ih ng) 0))) +("bottom" nil (((b aa) 1) ((t ax m) 0))) +("bottomed" nil (((b aa) 1) ((t ax m d) 0))) +("bottomfish" nil (((b aa) 1) ((t ax m) 0) ((f ih sh) 1))) +("bottoming" nil (((b aa) 1) ((t ax) 0) ((m ih ng) 0))) +("bottomless" nil (((b aa) 1) ((t ax m) 0) ((l ax s) 0))) +("bottomley" nil (((b aa) 1) ((t ax m) 0) ((l iy) 0))) +("bottoms" nil (((b aa) 1) ((t ax m z) 0))) +("bottone" nil (((b ow) 0) ((t ow) 1) ((n iy) 0))) +("bottorf" nil (((b aa) 1) ((t er f) 0))) +("bottorff" nil (((b aa) 1) ((t er f) 0))) +("bottrell" nil (((b aa) 1) ((t r ax l) 0))) +("botts" nil (((b aa t s) 1))) +("botulism" nil (((b aa) 1) ((ch uw) 0) ((l ih) 1) ((z ax m) 0))) +("botz" nil (((b aa t s) 1))) +("bouch" nil (((b aw ch) 1))) +("bouchard" nil (((b uw) 0) ((sh aa r d) 1))) +("bouche" nil (((b aw ch) 1))) +("boucher" nil (((b uw) 1) ((sh ax) 0))) +("bouchey" nil (((b uw) 0) ((sh iy) 1))) +("bouchie" nil (((b aw) 1) ((ch iy) 0))) +("bouchillon" nil (((b aw) 1) ((ch ih) 0) ((l aa n) 0))) +("bouck" nil (((b ow k) 1))) +("boudin" nil (((b uw) 1) ((d ih n) 0))) +("boudoin" nil (((b uw) 0) ((d oy n) 1))) +("boudoir" nil (((b uw) 1) ((d oy r) 1))) +("boudreau" nil (((b uw) 1) ((d r ow) 1))) +("boudreaux" nil (((b uw) 1) ((d r ow) 1))) +("bouffard" nil (((b uw) 0) ((f aa r d) 1))) +("bougainville" nil (((b uw) 1) ((g ih n) 0) ((v ih l) 1))) +("bougainvillea" nil (((b uw) 1) ((g ey n) 1) ((v ih) 1) ((l iy) 0) ((ax) 0))) +("bough" nil (((b aw) 1))) +("boughan" nil (((b aw) 1) ((ax n) 0))) +("bougher" nil (((b aw) 1) ((er) 0))) +("boughman" nil (((b aw) 1) ((m ax n) 0))) +("boughner" nil (((b aw) 1) ((n er) 0))) +("boughs" nil (((b aw z) 1))) +("bought" nil (((b aa t) 1))) +("boughten" nil (((b ao) 1) ((t ax n) 0))) +("boughter" nil (((b ao) 1) ((t er) 0))) +("boughton" nil (((b aw) 1) ((t ax n) 0))) +("bougie" nil (((b uw) 1) ((zh iy) 1))) +("bouie" nil (((b uw) 0) ((iy) 1))) +("bouillon" nil (((b uw) 1) ((w ih) 1) ((l ax n) 0))) +("bouknight" nil (((b aw k) 1) ((n ay t) 0))) +("boulais" nil (((b uw) 0) ((l ey) 1))) +("boulalas" nil (((b uw) 1) ((l ax) 0) ((l ax s) 0))) +("boulanger" nil (((b aw) 1) ((l ax ng) 0) ((er) 0))) +("boulangerie" nil (((b uw) 1) ((l ae ng) 1) ((g er) 0) ((iy) 0))) +("boulay" nil (((b uw) 0) ((l ey) 1))) +("boulden" nil (((b uh) 1) ((d ax n) 0))) +("boulder" nil (((b ow l) 1) ((d er) 0))) +("boulders" nil (((b ow l) 1) ((d er z) 0))) +("boule" nil (((b uw l) 1))) +("bouler" nil (((b aw) 1) ((l er) 0))) +("boulet" nil (((b uw) 0) ((l eh t) 1))) +("boulette" nil (((b uw) 1) ((l eh t) 1))) +("boulevard" nil (((b uh) 1) ((l ax) 0) ((v aa r d) 1))) +("boulevards" nil (((b uh) 1) ((l ax) 0) ((v aa r d z) 1))) +("bouley" nil (((b uw) 0) ((l iy) 1))) +("boulez" nil (((b uw) 1) ((l eh z) 0))) +("boulier" nil (((b uw) 1) ((l iy) 0) ((er) 0))) +("boullion" nil (((b uw) 1) ((l y ax n) 0))) +("boulos" nil (((b uw) 0) ((l ow z) 1))) +("boulter" nil (((b ow l) 1) ((t er) 0))) +("boultinghouse" nil (((b aw l) 1) ((t ih ng) 0) ((hh aw s) 1))) +("boulton" nil (((b aw l) 1) ((t ax n) 0))) +("boulware" nil (((b aw l) 1) ((w eh r) 0))) +("bouma" nil (((b ow) 1) ((m ax) 0))) +("bouman" nil (((b uw) 0) ((m ae n) 1))) +("bounce" nil (((b aw n s) 1))) +("bounced" nil (((b aw n s t) 1))) +("bouncer" nil (((b aw n) 1) ((s er) 0))) +("bouncers" nil (((b aw n) 1) ((s er z) 0))) +("bounces" nil (((b aw n) 1) ((s ih z) 0))) +("bouncing" nil (((b aw n) 1) ((s ih ng) 0))) +("bouncy" nil (((b aw n) 1) ((s iy) 0))) +("bound" nil (((b aw n d) 1))) +("boundaries" nil (((b aw n) 1) ((d er) 0) ((iy z) 0))) +("boundary" nil (((b aw n) 1) ((d er) 0) ((iy) 0))) +("bounded" nil (((b aw n) 1) ((d ax d) 0))) +("bounding" nil (((b aw n) 1) ((d ih ng) 0))) +("boundless" nil (((b aw n d) 1) ((l ax s) 0))) +("bounds" nil (((b aw n d z) 1))) +("boundy" nil (((b aw n) 1) ((d iy) 0))) +("bounties" nil (((b aw n) 1) ((t iy z) 0))) +("bountiful" nil (((b aw n) 1) ((t ih) 0) ((f ax l) 0))) +("bounty" nil (((b aw n) 1) ((t iy) 0))) +("bouquet" nil (((b uw) 0) ((k ey) 1))) +("bouquets" nil (((b ow) 0) ((k ey z) 1))) +("bour" nil (((b aw r) 1))) +("bourassa" nil (((b uh) 0) ((r aa) 1) ((s ax) 0))) +("bourbeau" nil (((b uh r) 0) ((b ow) 1))) +("bourbon" nil (((b er) 1) ((b ax n) 0))) +("bourbons" nil (((b er) 1) ((b ax n z) 0))) +("bourcier" nil (((b aw r) 1) ((k iy) 0) ((er) 0))) +("bourdeau" nil (((b uh r) 0) ((d ow) 1))) +("bourg" nil (((b ao r g) 1))) +("bourgault" nil (((b uh r) 0) ((g ow) 1))) +("bourgeois" nil (((b uh r zh) 0) ((w aa) 1))) +("bourgeoisie" nil (((b uh r zh) 1) ((w aa) 1) ((z iy) 1))) +("bourget" nil (((b uh r) 0) ((zh eh t) 1))) +("bourgoin" nil (((b uh r) 0) ((g oy n) 1))) +("bourguiba" nil (((b ao r) 0) ((g w iy) 1) ((b ax) 0))) +("bourguignon" nil (((b uh r) 1) ((g iy) 0) ((n y ow n) 1))) +("bourke" nil (((b er k) 1))) +("bourland" nil (((b uh r) 0) ((l ae n d) 1))) +("bourn" nil (((b ao r n) 1))) +("bourne" nil (((b ao r n) 1))) +("bournewood" nil (((b ao r n) 1) ((w uh d) 1))) +("bournias" nil (((b ao r) 1) ((n iy) 0) ((ax s) 0))) +("bournonville" nil (((b ao r) 1) ((n ax n) 0) ((v ih l) 1))) +("bourque" nil (((b uh r k) 1))) +("bourquin" nil (((b uh r) 0) ((k w ae n) 1))) +("bourret" nil (((b uh) 0) ((r eh t) 1))) +("bourse" nil (((b ao r s) 1))) +("bourses" nil (((b ao r) 1) ((s ih z) 0))) +("bouse" nil (((b aw s) 1))) +("bouska" nil (((b uw) 1) ((s k ax) 0))) +("bousman" nil (((b ax) 0) ((s m ae n) 1))) +("bousquet" nil (((b uw) 0) ((s k eh t) 1))) +("boussac" nil (((b uw) 1) ((s ae k) 0))) +("bout" nil (((b aw t) 1))) +("boutell" nil (((b uw) 0) ((t eh l) 1))) +("boutelle" nil (((b uw) 1) ((t eh l) 1))) +("bouthillier" nil (((b aw) 1) ((th ax) 0) ((l iy) 0) ((er) 0))) +("boutilier" nil (((b aw) 1) ((t ax) 0) ((l iy) 0) ((er) 0))) +("boutin" nil (((b uw) 0) ((t ae n) 1))) +("boutique" nil (((b uw) 0) ((t iy k) 1))) +("boutiques" nil (((b uw) 0) ((t iy k s) 1))) +("bouton" nil (((b aw) 1) ((t ax n) 0))) +("boutros" nil (((b uw) 1) ((t r ow s) 1))) +("bouts" nil (((b aw t s) 1))) +("boutte" nil (((b uw t) 1))) +("boutwell" nil (((b aw) 1) ((t w eh l) 1))) +("bouvier" nil (((b uw) 1) ((v iy) 0) ((ey) 1))) +("bouwens" nil (((b aw) 1) ((ax n z) 0))) +("bouwkamp" nil (((b aw) 1) ((k ae m p) 1))) +("bouwman" nil (((b aw) 1) ((m ax n) 0))) +("bouwsma" nil (((b uw z) 1) ((m ax) 0))) +("bouyer" nil (((b oy) 1) ((er) 0))) +("bouygues" nil (((b oy) 1) ((zh ey) 1))) +("bouza" nil (((b uw) 1) ((z ax) 0))) +("bova" nil (((b ow) 1) ((v ax) 0))) +("bovard" nil (((b ax) 0) ((v aa r d) 1))) +("bove" nil (((b ow v) 1))) +("bovee" nil (((b ah) 1) ((v iy) 0))) +("boven" nil (((b ah) 1) ((v ax n) 0))) +("bovenzi" nil (((b ow) 0) ((v eh n) 1) ((z iy) 0))) +("boveri" nil (((b ow) 0) ((v eh) 1) ((r iy) 0))) +("bovespa" nil (((b ow v) 1) ((s p aa) 0))) +("bovey" nil (((b ow) 1) ((v iy) 0))) +("bovin" nil (((b ow) 1) ((v ih n) 0))) +("bovine" nil (((b ow) 1) ((v ay n) 1))) +("bovino" nil (((b ow) 0) ((v iy) 1) ((n ow) 0))) +("bow" nil (((b aw) 1))) +("bowar" nil (((b ow) 1) ((er) 0))) +("boward" nil (((b ow) 1) ((er d) 0))) +("bowater" nil (((b aw) 1) ((ah) 1) ((t er) 0))) +("bowcan" nil (((b ow) 1) ((k ax n) 0))) +("bowden" nil (((b ow) 1) ((d ax n) 0))) +("bowdish" nil (((b ow) 1) ((d ih sh) 0))) +("bowditch" nil (((b ow) 1) ((d ih ch) 0))) +("bowdle" nil (((b ow) 1) ((d ax l) 0))) +("bowdoin" nil (((b ow) 0) ((d oy n) 1))) +("bowe" nil (((b ow) 1))) +("bowed" nil (((b aw d) 1))) +("bowel" nil (((b aw) 1) ((ax l) 0))) +("bowell" nil (((b aa) 1) ((w eh l) 0))) +("bowels" nil (((b aw) 1) ((ax l z) 0))) +("bowen" nil (((b ow) 1) ((ax n) 0))) +("bowens" nil (((b ow) 1) ((ax n z) 0))) +("bower" nil (((b aw) 1) ((er) 0))) +("bowerman" nil (((b ow) 1) ((er) 0) ((m ax n) 0))) +("bowermaster" nil (((b ow) 1) ((er) 0) ((m ae) 0) ((s t er) 0))) +("bowers" nil (((b aw) 1) ((er z) 0))) +("bowersock" nil (((b ow) 0) ((er) 1) ((s ax k) 0))) +("bowersox" nil (((b ow) 0) ((er) 1) ((s aa k s) 0))) +("bowery" nil (((b aw) 1) ((er) 0) ((iy) 0))) +("bowes" nil (((b ow z) 1))) +("bowick" nil (((b ow) 1) ((ih k) 0))) +("bowie" nil (((b ow) 1) ((iy) 0))) +("bowing" nil (((b ow) 1) ((ih ng) 0))) +("bowker" nil (((b ow) 1) ((k er) 0))) +("bowl" nil (((b ow l) 1))) +("bowland" nil (((b ow) 1) ((l ax n d) 0))) +("bowlby" nil (((b ow l) 1) ((b iy) 0))) +("bowlds" nil (((b ow l d z) 1))) +("bowled" nil (((b ow l d) 1))) +("bowlen" nil (((b ow) 1) ((l ax n) 0))) +("bowler" nil (((b ow) 1) ((l er) 0))) +("bowlers" nil (((b ow) 1) ((l er z) 0))) +("bowles" nil (((b ow l z) 1))) +("bowley" nil (((b ow) 1) ((l iy) 0))) +("bowlin" nil (((b ow) 1) ((l ih n) 0))) +("bowling" nil (((b ow) 1) ((l ih ng) 0))) +("bowls" nil (((b ow l z) 1))) +("bowlus" nil (((b ow) 1) ((l ax s) 0))) +("bowman" nil (((b ow) 1) ((m ax n) 0))) +("bowmen" nil (((b ow) 1) ((m ax n) 0))) +("bowmer" nil (((b ow) 1) ((m er) 0))) +("bown" nil (((b ow n) 1))) +("bownds" nil (((b ow n d z) 1))) +("bowne" nil (((b ow n) 1))) +("bowring" nil (((b ow) 1) ((r ih ng) 0))) +("bowron" nil (((b ow) 1) ((r ax n) 0))) +("bows" nil (((b aw z) 1))) +("bowse" nil (((b ow s) 1))) +("bowsed" nil (((b aw z d) 1))) +("bowser" nil (((b ow) 1) ((z er) 0))) +("bowses" nil (((b aw) 1) ((z ih z) 0))) +("bowsher" nil (((b ow) 1) ((sh er) 0))) +("bowsing" nil (((b aw) 1) ((z ih ng) 0))) +("bowyer" nil (((b ow) 1) ((y er) 0))) +("box" nil (((b aa k s) 1))) +("boxberger" nil (((b aa k s) 1) ((b er) 0) ((g er) 0))) +("boxcar" nil (((b aa k) 1) ((s k aa r) 1))) +("boxcars" nil (((b aa k) 1) ((s k aa r z) 1))) +("boxed" nil (((b aa k s t) 1))) +("boxell" nil (((b aa k) 1) ((s ax l) 0))) +("boxer" nil (((b aa k) 1) ((s er) 0))) +("boxers" nil (((b aa k) 1) ((s er z) 0))) +("boxes" nil (((b aa k) 1) ((s ax z) 0))) +("boxing" nil (((b aa k) 1) ((s ih ng) 0))) +("boxley" nil (((b aa k) 1) ((s l iy) 0))) +("boxwell" nil (((b aa k) 1) ((s w eh l) 1))) +("boxwood" nil (((b aa k) 1) ((s w uh d) 1))) +("boxx" nil (((b aa k s k s) 1))) +("boxy" nil (((b aa k) 1) ((s iy) 0))) +("boy" nil (((b oy) 1))) +("boyack" nil (((b oy) 1) ((ax k) 0))) +("boyajian" nil (((b oy) 0) ((ae) 1) ((jh iy) 0) ((ax n) 0))) +("boyan" nil (((b oy) 1) ((aa n) 0))) +("boyar" nil (((b ow) 0) ((y aa r) 1))) +("boyce" nil (((b oy s) 1))) +("boycott" nil (((b oy) 1) ((k aa t) 1))) +("boycotted" nil (((b oy) 1) ((k aa) 1) ((t ih d) 0))) +("boycotting" nil (((b oy) 1) ((k aa) 1) ((t ih ng) 0))) +("boycotts" nil (((b oy) 1) ((k aa t s) 1))) +("boyd" nil (((b oy d) 1))) +("boyde" nil (((b oy d) 1))) +("boyden" nil (((b oy) 1) ((d ax n) 0))) +("boydston" nil (((b oy d) 1) ((s t ax n) 0))) +("boydstun" nil (((b oy d) 1) ((s t ax n) 0))) +("boye" nil (((b oy) 1))) +("boyea" nil (((b oy) 1) ((iy) 0) ((ax) 0))) +("boyer" nil (((b oy) 1) ((er) 0))) +("boyers" nil (((b oy) 1) ((er z) 0))) +("boyes" nil (((b oy z) 1))) +("boyett" nil (((b oy) 1) ((ih t) 0))) +("boyette" nil (((b oy) 1) ((eh t) 1))) +("boyfriend" nil (((b oy) 1) ((f r eh n d) 1))) +("boyfriends" nil (((b oy) 1) ((f r eh n d z) 1))) +("boyhood" nil (((b oy) 1) ((hh uh d) 1))) +("boyington" nil (((b oy) 1) ((ih ng) 0) ((t ax n) 0))) +("boyish" nil (((b oy) 1) ((ih sh) 0))) +("boykin" nil (((b oy) 1) ((k ih n) 0))) +("boykins" nil (((b oy) 1) ((k ih n z) 0))) +("boyko" nil (((b oy) 1) ((k ow) 0))) +("boylan" nil (((b oy) 1) ((l ax n) 0))) +("boyland" nil (((b oy) 1) ((l ax n d) 0))) +("boyle" nil (((b oy l) 1))) +("boylen" nil (((b oy) 1) ((l ax n) 0))) +("boyles" nil (((b oy l z) 1))) +("boylls" nil (((b oy l z) 1))) +("boylston" nil (((b oy l) 1) ((s t ax n) 0))) +("boyne" nil (((b oy n) 1))) +("boynton" nil (((b oy n) 1) ((t ax n) 0))) +("boys" nil (((b oy z) 1))) +("boysel" nil (((b oy) 1) ((s ax l) 0))) +("boysen" nil (((b oy) 1) ((s ax n) 0))) +("boyson" nil (((b oy) 1) ((z ax n) 0))) +("boyt" nil (((b oy t) 1))) +("boyte" nil (((b oy t) 1))) +("boyter" nil (((b oy) 1) ((t er) 0))) +("boyuan" nil (((b w ao) 1) ((y uh) 0) ((aa n) 1))) +("boyum" nil (((b oy) 0) ((ah m) 1))) +("boyz" nil (((b oy z) 1))) +("bozhou" nil (((b w ao) 1) ((jh ow) 1))) +("boza" nil (((b ow) 1) ((z ax) 0))) +("bozard" nil (((b ax) 0) ((z aa r d) 1))) +("bozarth" nil (((b aa) 1) ((z er th) 0))) +("boze" nil (((b ow z) 1))) +("bozek" nil (((b ow) 1) ((z eh k) 0))) +("bozell" nil (((b ow) 0) ((z eh l) 1))) +("bozeman" nil (((b ow z) 1) ((m ax n) 0))) +("bozian" nil (((b ow) 1) ((z iy) 0) ((ax n) 0))) +("bozic" nil (((b aa) 1) ((z ih k) 0))) +("bozich" nil (((b aa) 1) ((z ih hh) 0))) +("bozman" nil (((b aa z) 1) ((m ax n) 0))) +("bozo" nil (((b ow) 1) ((z ow) 1))) +("bozza" nil (((b aa) 1) ((z ax) 0))) +("bozzi" nil (((b aa) 1) ((z iy) 0))) +("bozzo" nil (((b aa) 1) ((z ow) 0))) +("bpe" nil (((b iy) 1) ((p iy) 1) ((iy) 1))) +("bra" nil (((b r aa) 1))) +("braaksma" nil (((b r aa k) 1) ((s m ax) 0))) +("braasch" nil (((b r aa sh) 1))) +("braaten" nil (((b r aa) 1) ((ey) 0) ((t ax n) 0))) +("braatz" nil (((b r aa t s) 1))) +("brabant" nil (((b r aa) 1) ((b ax n t) 0))) +("brabec" nil (((b r aa) 1) ((b ih k) 0))) +("brabender" nil (((b r ae) 1) ((b eh n) 0) ((d er) 0))) +("brabham" nil (((b r ae b) 1) ((hh ax m) 0))) +("brabson" nil (((b r ae b) 1) ((s ax n) 0))) +("brac" nil (((b r ae k) 1))) +("bracamonte" nil (((b r ae) 1) ((k ax) 0) ((m aa n) 1) ((t iy) 0))) +("bracamontes" nil (((b r ae) 1) ((k ax) 0) ((m aa n) 1) ((t iy z) 0))) +("bracci" nil (((b r aa) 1) ((ch iy) 0))) +("bracco" nil (((b r ae) 1) ((k ow) 0))) +("brace" nil (((b r ey s) 1))) +("braced" nil (((b r ey s t) 1))) +("bracelet" nil (((b r ey) 1) ((s l ax t) 0))) +("bracelets" nil (((b r ey) 1) ((s l ih t s) 0))) +("bracer" nil (((b r ey) 1) ((s er) 0))) +("bracero" nil (((b r aa) 0) ((ch eh) 1) ((r ow) 0))) +("braces" nil (((b r ey) 1) ((s ax z) 0))) +("bracewell" nil (((b r ey) 1) ((s w eh l) 1))) +("bracey" nil (((b r ey) 1) ((s iy) 0))) +("brach" nil (((b r ae ch) 1))) +("bracher" nil (((b r ae) 1) ((k er) 0))) +("brachfeld" nil (((b r aa k) 1) ((f eh l d) 1))) +("brachiopods" nil (((b r ey) 1) ((k iy) 0) ((ax) 0) ((p aa d z) 1))) +("bracht" nil (((b r ae k t) 1))) +("bracing" nil (((b r ey) 1) ((s ih ng) 0))) +("brack" nil (((b r ae k) 1))) +("brackbill" nil (((b r ae k) 1) ((b ax l) 0))) +("brackeen" nil (((b r ax) 0) ((k iy n) 1))) +("bracken" nil (((b r ae) 1) ((k ax n) 0))) +("brackenbury" nil (((b r ae) 1) ((k ax n) 0) ((b eh) 1) ((r iy) 0))) +("brackens" nil (((b r ae) 1) ((k ax n z) 0))) +("bracker" nil (((b r ae) 1) ((k er) 0))) +("bracket" nil (((b r ae) 1) ((k ih t) 0))) +("brackets" nil (((b r ae) 1) ((k ax t s) 0))) +("brackett" nil (((b r ae) 1) ((k ih t) 0))) +("brackin" nil (((b r ae) 1) ((k ih n) 0))) +("brackins" nil (((b r ae) 1) ((k ih n z) 0))) +("brackish" nil (((b r ae) 1) ((k ih sh) 0))) +("brackman" nil (((b r ae k) 1) ((m ax n) 0))) +("bracknell" nil (((b r ae k) 0) ((n eh l) 1))) +("brackney" nil (((b r ae k) 1) ((n iy) 0))) +("bracy" nil (((b r ey) 1) ((s iy) 0))) +("brad" nil (((b r ae d) 1))) +("bradberry" nil (((b r ae d) 1) ((b eh) 1) ((r iy) 0))) +("bradburn" nil (((b r ae d) 1) ((b er n) 1))) +("bradbury" nil (((b r ae d) 1) ((b eh) 1) ((r iy) 0))) +("bradco" nil (((b r ae d) 1) ((k ow) 0))) +("braddell" nil (((b r ae) 1) ((d ax l) 0))) +("braddock" nil (((b r ae) 1) ((d ax k) 0))) +("braddy" nil (((b r ae) 1) ((d iy) 0))) +("bradeen" nil (((b r ax) 0) ((d iy n) 1))) +("brademas" nil (((b r ax) 0) ((d ey) 1) ((m ax s) 0))) +("braden" nil (((b r ey) 1) ((d ax n) 0))) +("bradenton" nil (((b r ae) 1) ((d ax n) 0) ((t ax n) 0))) +("brader" nil (((b r ae) 1) ((d er) 0))) +("bradfield" nil (((b r ae d) 1) ((f iy l d) 0))) +("bradford" nil (((b r ae d) 1) ((f er d) 0))) +("bradfords" nil (((b r ae d) 1) ((f er d z) 0))) +("bradham" nil (((b r ae d) 1) ((hh ax m) 0))) +("bradish" nil (((b r ae) 1) ((d ih sh) 0))) +("bradlee" nil (((b r ae d) 1) ((l iy) 1))) +("bradlees" nil (((b r ae d) 1) ((l iy z) 1))) +("bradley" nil (((b r ae d) 1) ((l iy) 0))) +("bradner" nil (((b r ae d) 1) ((n er) 0))) +("bradney" nil (((b r ae d) 1) ((n iy) 0))) +("bradshaw" nil (((b r ae d) 1) ((sh ao) 1))) +("bradsher" nil (((b r ae d) 1) ((sh er) 0))) +("bradstreet" nil (((b r ae d) 1) ((s t r iy t) 1))) +("bradt" nil (((b r ae d t) 1))) +("bradtke" nil (((b r ae d) 1) ((k iy) 0))) +("bradtmiller" nil (((b r ae t) 1) ((m ih) 1) ((l er) 0))) +("bradway" nil (((b r ae) 1) ((d w ey) 1))) +("bradwell" nil (((b r ae) 1) ((d w eh l) 1))) +("brady" nil (((b r ey) 1) ((d iy) 0))) +("bradycardia" nil (((b r ae) 1) ((d ax) 0) ((k aa r) 1) ((d iy) 0) ((ax) 0))) +("bradykinin" nil (((b r ax) 0) ((d ih) 1) ((k ih) 0) ((n ih n) 0))) +("brae" nil (((b r ey) 1))) +("braendstroem" nil (((b r ae n d) 1) ((s t r ow m) 0))) +("braff" nil (((b r ae f) 1))) +("brafford" nil (((b r ae) 1) ((f er d) 0))) +("brag" nil (((b r ae g) 1))) +("braga" nil (((b r aa) 1) ((g ax) 0))) +("bragan" nil (((b r ey) 1) ((g ax n) 0))) +("bragdon" nil (((b r ae g) 1) ((d ax n) 0))) +("brager" nil (((b r ey) 1) ((g er) 0))) +("bragg" nil (((b r ae g) 1))) +("braggadocio" nil (((b r ae) 1) ((g ax) 0) ((d ow) 1) ((sh iy) 0) ((ow) 1))) +("bragged" nil (((b r ae g d) 1))) +("bragging" nil (((b r ae) 1) ((g ih ng) 0))) +("braggiotti" nil (((b r ae) 1) ((z iy) 0) ((aa) 1) ((t iy) 0))) +("braggs" nil (((b r ae g z) 1))) +("brags" nil (((b r ae g z) 1))) +("braham" nil (((b r ae) 1) ((hh ax m) 0))) +("brahm" nil (((b r aa m) 1))) +("brahmin" nil (((b r aa) 1) ((m ih n) 0))) +("brahms" nil (((b r aa m z) 1))) +("braid" nil (((b r ey d) 1))) +("braided" nil (((b r ey) 1) ((d ih d) 0))) +("braiding" nil (((b r ey) 1) ((d ih ng) 0))) +("braids" nil (((b r ey d z) 1))) +("braidwood" nil (((b r ey) 1) ((d w uh d) 1))) +("brailey" nil (((b r ey) 1) ((l iy) 0))) +("braille" nil (((b r ey l) 1))) +("brailles" nil (((b r ey l z) 1))) +("brailsford" nil (((b r ey l) 1) ((s f er d) 0))) +("brain" nil (((b r ey n) 1))) +("brainard" nil (((b r ey) 1) ((n er d) 0))) +("brainchild" nil (((b r ey n) 1) ((ch ay l d) 1))) +("brainer" nil (((b r ey) 1) ((n er) 0))) +("brainerd" nil (((b r ey) 1) ((n er d) 0))) +("brainpower" nil (((b r ey n) 1) ((p aw) 1) ((er) 0))) +("brains" nil (((b r ey n z) 1))) +("brainstorm" nil (((b r ey n) 1) ((s t ao r m) 1))) +("brainstorming" nil (((b r ey n) 1) ((s t ao r) 1) ((m ih ng) 0))) +("braintree" nil (((b r ey n) 1) ((t r iy) 1))) +("brainwash" nil (((b r ey n) 1) ((w aa sh) 1))) +("brainwashed" nil (((b r ey n) 1) ((w aa sh t) 1))) +("brainwashing" nil (((b r ey n) 1) ((w aa) 1) ((sh ih ng) 0))) +("brainy" nil (((b r ey) 1) ((n iy) 0))) +("braithwaite" nil (((b r ey) 1) ((th w ey t) 1))) +("brajdas" nil (((b r ay) 1) ((d ax s) 0))) +("brajovic" nil (((b r aa) 1) ((jh ow) 0) ((v ih ch) 0))) +("brake" nil (((b r ey k) 1))) +("brakebill" nil (((b r ey k) 1) ((b ih l) 1))) +("braked" nil (((b r ey k t) 1))) +("brakefield" nil (((b r ey k) 1) ((f iy l d) 1))) +("brakeman" nil (((b r ey k) 1) ((m ax n) 0))) +("brakemen" nil (((b r ey k) 1) ((m eh n) 0))) +("braker" nil (((b r ey) 1) ((k er) 0))) +("brakes" nil (((b r ey k s) 1))) +("braking" nil (((b r ey) 1) ((k ih ng) 0))) +("brakke" nil (((b r ae k) 1))) +("braley" nil (((b r ae) 1) ((l iy) 0))) +("bralley" nil (((b r ae) 1) ((l iy) 0))) +("brallier" nil (((b r ae) 1) ((l iy) 0) ((er) 0))) +("bralorne" nil (((b r ae) 1) ((l ao r n) 0))) +("braly" nil (((b r aa) 1) ((l iy) 0))) +("bram" nil (((b r ae m) 1))) +("bramah" nil (((b r aa) 1) ((m ax) 0))) +("bramalea" nil (((b r ae) 1) ((m ax) 0) ((l iy) 1) ((ax) 0))) +("braman" nil (((b r ey) 1) ((m ax n) 0))) +("brambila" nil (((b r aa m) 0) ((b iy) 1) ((l ax) 0))) +("bramble" nil (((b r ae m) 1) ((b ax l) 0))) +("brambles" nil (((b r ae m) 1) ((b ax l z) 0))) +("bramblett" nil (((b r ae m) 1) ((b l ih t) 0))) +("brame" nil (((b r ey m) 1))) +("bramel" nil (((b r ae) 1) ((m ax l) 0))) +("bramer" nil (((b r ey) 1) ((m er) 0))) +("bramhall" nil (((b r ae m) 1) ((hh ax l) 0))) +("bramlage" nil (((b r ae m) 1) ((l ih jh) 0))) +("bramlet" nil (((b r ae m) 1) ((l ih t) 0))) +("bramlett" nil (((b r ae m) 1) ((l ih t) 0))) +("bramlette" nil (((b r ae m) 1) ((l eh t) 1))) +("bramley" nil (((b r ae m) 1) ((l iy) 0))) +("brammeier" nil (((b r ae) 1) ((m ay) 0) ((er) 0))) +("brammer" nil (((b r ae) 1) ((m er) 0))) +("brampton" nil (((b r ae m p) 1) ((t ax n) 0))) +("bramson" nil (((b r ae m) 1) ((s ax n) 0))) +("bramwell" nil (((b r ae m) 1) ((w eh l) 1))) +("bran" nil (((b r ae n) 1))) +("branagan" nil (((b r ae) 1) ((n ax) 0) ((g ae n) 0))) +("branam" nil (((b r ae) 1) ((n ax m) 0))) +("branaman" nil (((b r ae) 1) ((n ax) 0) ((m ax n) 0))) +("branan" nil (((b r ey) 1) ((n ax n) 0))) +("branca" nil (((b r ae ng) 1) ((k ax) 0))) +("brancaccio" nil (((b r aa n) 0) ((k aa) 1) ((ch iy) 0) ((ow) 0))) +("brancato" nil (((b r aa n) 0) ((k aa) 1) ((t ow) 0))) +("branch" nil (((b r ae n ch) 1))) +("branche" nil (((b r ae n ch) 1))) +("brancheau" nil (((b r ax n) 0) ((sh ow) 1))) +("branched" nil (((b r ae n ch t) 1))) +("branches" nil (((b r ae n) 1) ((ch ax z) 0))) +("branching" nil (((b r ae n) 1) ((ch ih ng) 0))) +("branchlets" nil (((b r ae n ch) 1) ((l ax t s) 0))) +("branco" nil (((b r ae ng) 1) ((k ow) 0))) +("brand" nil (((b r ae n d) 1))) +("branda" nil (((b r ae n) 1) ((d ax) 0))) +("brandau" nil (((b r ae n) 1) ((d aw) 0))) +("brande" nil (((b r ae n d) 1))) +("brandeberry" nil (((b r ae n d) 1) ((b eh) 0) ((r iy) 0))) +("branded" nil (((b r ae n) 1) ((d ih d) 0))) +("brandeis" nil (((b r ae n) 1) ((d ay s) 0))) +("brandel" nil (((b r ae n) 1) ((d ax l) 0))) +("branden" nil (((b r ae n) 1) ((d ax n) 0))) +("brandenberg" nil (((b r ae n) 1) ((d ax n) 0) ((b er g) 0))) +("brandenberger" nil (((b r ae n) 1) ((d ax n) 0) ((b er) 0) ((g er) 0))) +("brandenburg" nil (((b r ae n) 1) ((d ax n) 0) ((b er g) 0))) +("brandenburger" nil (((b r ae n) 1) ((d ax n) 0) ((b er) 0) ((g er) 0))) +("brander" nil (((b r ae n) 1) ((d er) 0))) +("brandes" nil (((b r ae n d z) 1))) +("brandford" nil (((b r ae n d) 1) ((f er d) 0))) +("brandhorst" nil (((b r ae n d) 1) ((hh ao r s t) 0))) +("brandi" nil (((b r ae n) 1) ((d iy) 0))) +("branding" nil (((b r ae n) 1) ((d ih ng) 0))) +("brandis" nil (((b r ae n) 1) ((d ih s) 0))) +("brandish" nil (((b r ae n) 1) ((d ih sh) 0))) +("brandished" nil (((b r ae n) 1) ((d ih sh t) 0))) +("brandishes" nil (((b r ae n) 1) ((d ih) 0) ((sh ih z) 0))) +("brandishing" nil (((b r ae n) 1) ((d ih) 0) ((sh ih ng) 0))) +("brandl" nil (((b r ae n) 1) ((d ax l) 0))) +("brandle" nil (((b r ae n) 1) ((d ax l) 0))) +("brandname" nil (((b r ae n d) 1) ((n ey m) 1))) +("brandner" nil (((b r ae n d) 1) ((n er) 0))) +("brando" nil (((b r ae n) 1) ((d ow) 0))) +("brandon" nil (((b r ae n) 1) ((d ax n) 0))) +("brandow" nil (((b r ae n) 1) ((d aw) 1))) +("brands" nil (((b r ae n d z) 1))) +("brandstetter" nil (((b r ae n d) 1) ((s t ih) 0) ((t er) 0))) +("brandt" nil (((b r ae n t) 1))) +("brandvold" nil (((b r ae n d) 1) ((v ow l d) 1))) +("brandwein" nil (((b r ae n) 1) ((d w ay n) 1))) +("brandy" nil (((b r ae n) 1) ((d iy) 0))) +("brandywine" nil (((b r ae n) 1) ((d iy) 0) ((w ay n) 1))) +("Branegan" n (((b r ae) 1) ((n ax) 0) ((g ax n) 0))) +("braner" nil (((b r ey) 1) ((n er) 0))) +("branford" nil (((b r ae n) 1) ((f er d) 0))) +("branham" nil (((b r ae n) 1) ((hh ax m) 0))) +("braniff" nil (((b r ae) 1) ((n ih f) 0))) +("branigan" nil (((b r ae) 1) ((n ih) 0) ((g ax n) 0))) +("branin" nil (((b r ae) 1) ((n ih n) 0))) +("branitzky" nil (((b r ax) 0) ((n ih t) 1) ((s k iy) 1))) +("brank" nil (((b r ae ng k) 1))) +("branko" nil (((b r ae ng) 1) ((k ow) 0))) +("brann" nil (((b r ae n) 1))) +("branna" nil (((b r ae) 1) ((n ax) 0))) +("brannam" nil (((b r ae) 1) ((n ax m) 0))) +("brannan" nil (((b r ae) 1) ((n ax n) 0))) +("brannen" nil (((b r ae) 1) ((n ax n) 0))) +("branner" nil (((b r ae) 1) ((n er) 0))) +("brannick" nil (((b r ae) 1) ((n ih k) 0))) +("brannigan" nil (((b r ae) 1) ((n ih) 0) ((g ax n) 0))) +("branning" nil (((b r ae) 1) ((n ih ng) 0))) +("brannock" nil (((b r ae) 1) ((n ax k) 0))) +("brannon" nil (((b r ae) 1) ((n ax n) 0))) +("brannum" nil (((b r ae) 1) ((n ax m) 0))) +("branon" nil (((b r ae) 1) ((n ax n) 0))) +("branscom" nil (((b r ae n) 1) ((s k ax m) 0))) +("branscomb" nil (((b r ae n) 1) ((s k ax m) 0))) +("branscome" nil (((b r ae n z) 1) ((k ah m) 1))) +("branscum" nil (((b r ae n) 1) ((s k ax m) 0))) +("bransfield" nil (((b r ae n z) 1) ((f iy l d) 1))) +("bransford" nil (((b r ae n) 1) ((s f er d) 0))) +("bransom" nil (((b r ae n) 1) ((s ax m) 0))) +("branson" nil (((b r ae n) 1) ((s ax n) 0))) +("branstad" nil (((b r ae n) 1) ((s t ae d) 1))) +("branstetter" nil (((b r ae n) 1) ((s t ih) 0) ((t er) 0))) +("brant" nil (((b r ae n t) 1))) +("brantley" nil (((b r ae n t) 1) ((l iy) 0))) +("brantly" nil (((b r ae n t) 1) ((l iy) 0))) +("brantner" nil (((b r ae n t) 1) ((n er) 0))) +("branton" nil (((b r ae n) 1) ((t ax n) 0))) +("branum" nil (((b r ae) 1) ((n ax m) 0))) +("branyon" nil (((b r ae) 1) ((n y ax n) 0))) +("branz" nil (((b r ae n z) 1))) +("braque" nil (((b r ae k) 1))) +("bras" nil (((b r ae s) 1))) +("brascade" nil (((b r ax) 0) ((s k ey d) 1))) +("brascan" nil (((b r ae) 1) ((s k ax n) 0))) +("brasch" nil (((b r ae sh) 1))) +("brase" nil (((b r ey z) 1))) +("brasel" nil (((b r ae) 1) ((s ax l) 0))) +("braselton" nil (((b r ax) 0) ((s eh l) 1) ((t ax n) 0))) +("brasfield" nil (((b r ae) 1) ((s f iy l d) 0))) +("brash" nil (((b r ae sh) 1))) +("brashear" nil (((b r ae) 1) ((sh ih r) 0))) +("brashears" nil (((b r ae) 1) ((sh ih r z) 0))) +("brasher" nil (((b r ae) 1) ((sh er) 0))) +("brashers" nil (((b r ae) 1) ((sh er z) 0))) +("brashier" nil (((b r ae) 1) ((sh iy) 0) ((er) 0))) +("brashness" nil (((b r ae) 1) ((sh n ax s) 0))) +("brasil" nil (((b r ae) 1) ((s ax l) 0))) +("brasilia" nil (((b r ax) 0) ((z ih) 1) ((l y ax) 0))) +("brasington" nil (((b r ae) 1) ((s ih ng) 0) ((t ax n) 0))) +("brass" nil (((b r ae s) 1))) +("brassard" nil (((b r ae) 1) ((s er d) 0))) +("brasseaux" nil (((b r ax) 0) ((s ow) 1))) +("brassell" nil (((b r ae) 1) ((s ax l) 0))) +("brasserie" nil (((b r ae) 1) ((s er) 0) ((iy) 0))) +("brasseur" nil (((b r ae) 1) ((s er) 0))) +("brassfield" nil (((b r ae) 1) ((s f iy l d) 1))) +("brassy" nil (((b r ae) 1) ((s iy) 0))) +("braswell" nil (((b r ae) 1) ((s w eh l) 0))) +("brat" nil (((b r ae t) 1))) +("bratcher" nil (((b r ae) 1) ((ch er) 0))) +("brats" nil (((b r ae t s) 1))) +("bratsch" nil (((b r ae ch) 1))) +("bratt" nil (((b r ae t) 1))) +("brattain" nil (((b r ax) 0) ((t ey n) 1))) +("brattaslava" nil (((b r aa) 1) ((t ax) 0) ((s l aa) 1) ((v ax) 0))) +("bratten" nil (((b r ae) 1) ((t ax n) 0))) +("brattin" nil (((b r ae) 1) ((t ih n) 0))) +("brattle" nil (((b r ae) 1) ((t ax l) 0))) +("bratton" nil (((b r ae) 1) ((t ax n) 0))) +("bratwurst" nil (((b r ae) 1) ((t w er s t) 0))) +("bratz" nil (((b r ae t s) 1))) +("brau" nil (((b r aw) 1))) +("brauch" nil (((b r ao ch) 1))) +("braucher" nil (((b r ao) 1) ((ch er) 0))) +("brauchli" nil (((b r ao ch) 1) ((l iy) 0))) +("braud" nil (((b r ao d) 1))) +("braude" nil (((b r ao d) 1))) +("brauer" nil (((b r aw) 1) ((er) 0))) +("braughton" nil (((b r ao) 1) ((t ax n) 0))) +("brault" nil (((b r ao l t) 1))) +("braun" nil (((b r ao n) 1))) +("braund" nil (((b r ao n d) 1))) +("braune" nil (((b r ao n) 1))) +("brauner" nil (((b r ao) 1) ((n er) 0))) +("brauns" nil (((b r ao n z) 1))) +("braunschweig" nil (((b r aw n) 1) ((sh w ay g) 0))) +("braunstein" nil (((b r ao n) 1) ((s t iy n) 1))) +("braunwald" nil (((b r ao n) 1) ((w ao l d) 1))) +("brause" nil (((b r ao z) 1))) +("brautigam" nil (((b r ow) 1) ((t ih) 0) ((g ax m) 0))) +("brautigams" nil (((b r ao) 1) ((t ih) 0) ((g ae m z) 0))) +("bravado" nil (((b r ax) 0) ((v aa) 1) ((d ow) 0))) +("brave" nil (((b r ey v) 1))) +("braved" nil (((b r ey v d) 1))) +("bravely" nil (((b r ey) 1) ((v l iy) 0))) +("braver" nil (((b r ey) 1) ((v er) 0))) +("braverman" nil (((b r ey) 1) ((v er) 0) ((m ax n) 0))) +("bravery" nil (((b r ey) 1) ((v er) 0) ((iy) 0))) +("braves" nil (((b r ey v z) 1))) +("bravest" nil (((b r ey) 1) ((v ax s t) 0))) +("braving" nil (((b r ey) 1) ((v ih ng) 0))) +("bravo" nil (((b r aa) 1) ((v ow) 0))) +("bravura" nil (((b r ax) 0) ((v y uh) 1) ((r ax) 0))) +("brawer" nil (((b r ao) 1) ((er) 0))) +("brawl" nil (((b r ao l) 1))) +("brawley" nil (((b r ao) 1) ((l iy) 0))) +("brawling" nil (((b r ao) 1) ((l ih ng) 0))) +("brawls" nil (((b r ao l z) 1))) +("brawn" nil (((b r ao n) 1))) +("brawner" nil (((b r ao) 1) ((n er) 0))) +("brawny" nil (((b r ao) 1) ((n iy) 0))) +("braxton" nil (((b r ae k) 1) ((s t ax n) 0))) +("bray" nil (((b r ey) 1))) +("brayboy" nil (((b r ey) 1) ((b oy) 1))) +("brayer" nil (((b r ey) 1) ((er) 0))) +("brayfield" nil (((b r ey) 1) ((f iy l d) 1))) +("brayman" nil (((b r ey) 1) ((m ax n) 0))) +("brayton" nil (((b r ey) 1) ((t ax n) 0))) +("braz" nil (((b r ae z) 1))) +("brazda" nil (((b r ae z) 1) ((d ax) 0))) +("brazeal" nil (((b r ax) 0) ((z iy l) 1))) +("brazeau" nil (((b r ax) 0) ((z ow) 1))) +("brazee" nil (((b r ae) 1) ((z iy) 0))) +("brazel" nil (((b r ae) 1) ((z ax l) 0))) +("brazell" nil (((b r ae) 1) ((z ax l) 0))) +("brazelton" nil (((b r ax) 0) ((z eh l) 1) ((t ax n) 0))) +("brazen" nil (((b r ey) 1) ((z ax n) 0))) +("brazenly" nil (((b r ey) 1) ((z ax n) 0) ((l iy) 0))) +("braziel" nil (((b r ax) 0) ((z iy l) 1))) +("brazier" nil (((b r ey) 1) ((z iy) 0) ((er) 0))) +("braziers" nil (((b r ey) 1) ((zh er z) 0))) +("brazil" nil (((b r ax) 0) ((z ih l) 1))) +("brazile" nil (((b r aa) 1) ((z ay l) 0))) +("brazilian" nil (((b r ax) 0) ((z ih) 1) ((l y ax n) 0))) +("brazilians" nil (((b r ax) 0) ((z ih) 1) ((l y ax n z) 0))) +("brazill" nil (((b r ae) 1) ((z ax l) 0))) +("brazos" nil (((b r aa) 1) ((z ow s) 0))) +("brazzaville" nil (((b r ae) 1) ((z ax) 0) ((v ih l) 0))) +("brazzel" nil (((b r ae) 1) ((z ax l) 0))) +("brazzell" nil (((b r ae) 1) ((z ax l) 0))) +("brcko" nil (((b er ch) 1) ((k ow) 0))) +("brea" nil (((b r iy) 1))) +("breach" nil (((b r iy ch) 1))) +("breached" nil (((b r iy ch t) 1))) +("breaches" nil (((b r iy) 1) ((ch ih z) 0))) +("breaching" nil (((b r iy) 1) ((ch ih ng) 0))) +("bread" nil (((b r eh d) 1))) +("breadbasket" nil (((b r eh d) 1) ((b ae) 1) ((s k ax t) 0))) +("breadbox" nil (((b r eh d) 1) ((b aa k s) 1))) +("breaded" nil (((b r eh) 1) ((d ih d) 0))) +("breadfruit" nil (((b r eh d) 1) ((f r uw t) 1))) +("breading" nil (((b r eh) 1) ((d ih ng) 0))) +("breads" nil (((b r eh d z) 1))) +("breadth" nil (((b r eh d th) 1))) +("breadwinner" nil (((b r eh) 1) ((d w ih) 1) ((n er) 0))) +("breadwinners" nil (((b r eh) 1) ((d w ih) 1) ((n er z) 0))) +("bready" nil (((b r eh) 1) ((d iy) 0))) +("break" nil (((b r ey k) 1))) +("breakable" nil (((b r ey) 1) ((k ax) 0) ((b ax l) 0))) +("breakage" nil (((b r ey) 1) ((k ih jh) 0))) +("breakaway" nil (((b r ey) 1) ((k ax) 0) ((w ey) 1))) +("breakdown" nil (((b r ey k) 1) ((d aw n) 1))) +("breakdowns" nil (((b r ey k) 1) ((d aw n z) 1))) +("breaker" nil (((b r ey) 1) ((k er) 0))) +("breakers" nil (((b r ey) 1) ((k er z) 0))) +("breakeven" nil (((b r ey) 1) ((k iy) 1) ((v ax n) 0))) +("breakey" nil (((b r iy) 1) ((k iy) 0))) +("breakfast" nil (((b r eh k) 1) ((f ax s t) 0))) +("breakfasts" nil (((b r eh k) 1) ((f ax s t s) 0))) +("breakfield" nil (((b r ey k) 1) ((f iy l d) 1))) +("breaking" nil (((b r ey) 1) ((k ih ng) 0))) +("breakmate" nil (((b r ey k) 1) ((m ey t) 1))) +("breakneck" nil (((b r ey k) 1) ((n eh k) 1))) +("breakout" nil (((b r ey) 1) ((k aw t) 1))) +("breakouts" nil (((b r ey) 1) ((k aw t s) 1))) +("breaks" nil (((b r ey k s) 1))) +("breakthrough" nil (((b r ey k) 1) ((th r uw) 1))) +("breakthroughs" nil (((b r ey k) 1) ((th r uw z) 1))) +("breakup" nil (((b r ey) 1) ((k ah p) 1))) +("breakups" nil (((b r iy) 1) ((k ax p s) 0))) +("breakwater" nil (((b r ey) 1) ((k w ao) 1) ((t er) 0))) +("bream" nil (((b r iy m) 1))) +("brean" nil (((b r iy n) 1))) +("brearley" nil (((b r er) 1) ((l iy) 0))) +("breast" nil (((b r eh s t) 1))) +("breasted" nil (((b r eh) 1) ((s t ax d) 0))) +("breasting" nil (((b r eh) 1) ((s t ih ng) 0))) +("breastplate" nil (((b r eh s t) 1) ((p l ey t) 1))) +("breasts" nil (((b r eh s t s) 1))) +("breath" nil (((b r eh th) 1))) +("breathe" nil (((b r iy dh) 1))) +("breathed" nil (((b r iy dh d) 1))) +("breather" nil (((b r iy) 1) ((dh er) 0))) +("breathes" nil (((b r iy dh z) 1))) +("breathing" nil (((b r iy) 1) ((dh ih ng) 0))) +("breathless" nil (((b r eh th) 1) ((l ax s) 0))) +("breathlessly" nil (((b r eh th) 1) ((l ax) 0) ((s l iy) 0))) +("breaths" nil (((b r eh th s) 1))) +("breathtaking" nil (((b r eh th) 1) ((t ey) 1) ((k ih ng) 0))) +("breathtakingly" nil (((b r eh th) 1) ((t ey) 1) ((k ih ng) 0) ((l iy) 0))) +("breathy" nil (((b r eh) 1) ((th iy) 0))) +("breau" nil (((b r ow) 1))) +("breault" nil (((b r ow) 1))) +("breaux" nil (((b r ow) 1))) +("breazeale" nil (((b r iy) 1) ((z iy l) 1))) +("brebach" nil (((b r eh) 1) ((b ax k) 0))) +("brechbill" nil (((b r eh k) 1) ((b ax l) 0))) +("brecheen" nil (((b r eh) 1) ((k iy n) 0))) +("brecheisen" nil (((b r eh) 1) ((k ay) 0) ((s ax n) 0))) +("brecher" nil (((b r eh) 1) ((k er) 0))) +("brecht" nil (((b r eh k t) 1))) +("brechtel" nil (((b r eh k) 1) ((t ax l) 0))) +("breck" nil (((b r eh k) 1))) +("breckenridge" nil (((b r eh) 1) ((k ax n) 0) ((r ih jh) 1))) +("brecker" nil (((b r eh) 1) ((k er) 0))) +("breco" nil (((b r eh) 1) ((k ow) 0))) +("bred" nil (((b r eh d) 1))) +("breda" nil (((b r ey) 1) ((d ax) 0))) +("brede" nil (((b r iy d) 1))) +("breden" nil (((b r iy) 1) ((d ax n) 0))) +("bredeson" nil (((b r eh) 1) ((d ih) 0) ((s ax n) 0))) +("bree" nil (((b r iy) 1))) +("breece" nil (((b r iy s) 1))) +("breech" nil (((b r iy ch) 1))) +("breed" nil (((b r iy d) 1))) +("breeden" nil (((b r iy) 1) ((d ax n) 0))) +("breeder" nil (((b r iy) 1) ((d er) 0))) +("breeders" nil (((b r iy) 1) ((d er z) 0))) +("breeding" nil (((b r iy) 1) ((d ih ng) 0))) +("breedlove" nil (((b r iy d) 1) ((l ah v) 1))) +("breeds" nil (((b r iy d z) 1))) +("breeland" nil (((b r iy) 1) ((l ax n d) 0))) +("breen" nil (((b r iy n) 1))) +("brees" nil (((b r iy z) 1))) +("breese" nil (((b r iy z) 1))) +("breeze" nil (((b r iy z) 1))) +("breezed" nil (((b r iy z d) 1))) +("breezes" nil (((b r iy) 1) ((z ih z) 0))) +("breezeway" nil (((b r iy) 1) ((z w ey) 1))) +("breezy" nil (((b r iy) 1) ((z iy) 0))) +("brege" nil (((b r iy jh) 1))) +("breger" nil (((b r iy) 1) ((g er) 0))) +("breglio" nil (((b r eh) 1) ((g l iy) 0) ((ow) 0))) +("bregman" nil (((b r eh g) 1) ((m ax n) 0))) +("breguet" nil (((b r iy) 1) ((g ax t) 0))) +("brehm" nil (((b r eh m) 1))) +("brehmer" nil (((b r eh) 1) ((m er) 0))) +("breidenbach" nil (((b r ay) 1) ((d ih n) 0) ((b aa k) 0))) +("breidenstein" nil (((b r ay) 1) ((d ax n) 0) ((s t ay n) 0))) +("breier" nil (((b r ay) 1) ((er) 0))) +("breighner" nil (((b r ey) 1) ((n er) 0))) +("breiner" nil (((b r ay) 1) ((n er) 0))) +("breining" nil (((b r ay) 1) ((n ih ng) 0))) +("breininger" nil (((b r ay) 1) ((n ih ng) 0) ((er) 0))) +("breisch" nil (((b r ay sh) 1))) +("breit" nil (((b r iy t) 1))) +("breitbach" nil (((b r ay t) 1) ((b aa k) 1))) +("breitbarth" nil (((b r ay t) 1) ((b aa r th) 1))) +("breitenbach" nil (((b r ay) 1) ((t ih n) 0) ((b aa k) 0))) +("breitenstein" nil (((b r ay) 1) ((t ax n) 0) ((s t ay n) 0))) +("breithaupt" nil (((b r ay) 1) ((th aw p t) 0))) +("breitkreutz" nil (((b r ay t) 1) ((k r oy t s) 1))) +("breitling" nil (((b r ay) 1) ((t ax) 0) ((l ih ng) 0))) +("breitman" nil (((b r ay t) 1) ((m ax n) 0))) +("breitschwerdt" nil (((b r ay ch) 1) ((w er t) 0))) +("breitweiser" nil (((b r ay) 1) ((t w ay) 1) ((s er) 0))) +("breitzman" nil (((b r ay t) 1) ((s m ax n) 0))) +("brekke" nil (((b r eh k) 1))) +("breland" nil (((b r eh) 1) ((l ax n d) 0))) +("brelsford" nil (((b r eh l) 1) ((s f er d) 0))) +("brem" nil (((b r eh m) 1))) +("bremen" nil (((b r eh) 1) ((m ax n) 0))) +("bremer" nil (((b r iy) 1) ((m er) 0))) +("bremmer" nil (((b r eh) 1) ((m er) 0))) +("bremner" nil (((b r eh m) 1) ((n er) 0))) +("brems" nil (((b r eh m z) 1))) +("bren" nil (((b r eh n) 1))) +("brenda" nil (((b r eh n) 1) ((d ax) 0))) +("brendan" nil (((b r eh n) 1) ((d ax n) 0))) +("brendel" nil (((b r eh n) 1) ((d ax l) 0))) +("brenden" nil (((b r eh n) 1) ((d ax n) 0))) +("brender" nil (((b r eh n) 1) ((d er) 0))) +("brendle" nil (((b r eh n) 1) ((d ax l) 0))) +("brendlinger" nil (((b r eh n) 1) ((d ax) 0) ((l ih ng) 0) ((er) 0))) +("brendsel" nil (((b r eh n d) 1) ((s ax l) 0))) +("breneman" nil (((b r iy n) 1) ((m ax n) 0))) +("brener" nil (((b r iy) 1) ((n er) 0))) +("brenes" nil (((b r iy n z) 1))) +("brengle" nil (((b r ih ng) 1) ((ax l) 0))) +("brenizer" nil (((b r eh) 1) ((n ay) 0) ((z er) 0))) +("brenn" nil (((b r eh n) 1))) +("brenna" nil (((b r eh) 1) ((n ax) 0))) +("brennan" nil (((b r eh) 1) ((n ax n) 0))) +("brennans" nil (((b r eh) 1) ((n ax n z) 0))) +("brennecke" nil (((b r eh) 1) ((n ih k) 0))) +("brenneke" nil (((b r eh) 1) ((n ax) 0) ((k iy) 0))) +("brenneman" nil (((b r eh n) 1) ((m ax n) 0))) +("brennen" nil (((b r eh) 1) ((n ax n) 0))) +("brenner" nil (((b r eh) 1) ((n er) 0))) +("brenning" nil (((b r eh) 1) ((n ih ng) 0))) +("brensinger" nil (((b r eh n) 1) ((s ih ng) 0) ((er) 0))) +("brent" nil (((b r eh n t) 1))) +("brentano" nil (((b r eh n) 1) ((t aa) 1) ((n ow) 0))) +("brentanos" nil (((b r eh n) 1) ((t aa) 1) ((n ow z) 0))) +("brentlinger" nil (((b r eh n) 1) ((t ax) 0) ((l ih ng) 0) ((er) 0))) +("brenton" nil (((b r eh n) 1) ((t ax n) 0))) +("brents" nil (((b r eh n t s) 1))) +("brentwood" nil (((b r eh n) 1) ((t w uh d) 1))) +("breon" nil (((b r iy) 1) ((ax n) 0))) +("brescia" nil (((b r eh s) 1) ((ch ax) 0))) +("bresee" nil (((b r ih) 0) ((s iy) 1))) +("bresette" nil (((b r ih) 0) ((s eh t) 1))) +("breshears" nil (((b r eh) 1) ((sh ih r z) 0))) +("bresler" nil (((b r eh) 1) ((s l er) 0))) +("breslin" nil (((b r eh) 1) ((s l ih n) 0))) +("breslow" nil (((b r eh) 1) ((s l ow) 0))) +("bresnahan" nil (((b r eh) 1) ((s n ax) 0) ((hh ae n) 0))) +("bresnan" nil (((b r eh) 1) ((s n ax n) 0))) +("bresnick" nil (((b r eh) 1) ((s n ih k) 0))) +("bress" nil (((b r eh s) 1))) +("bresse" nil (((b r eh s) 1))) +("bresser" nil (((b r eh) 1) ((s er) 0))) +("bressette" nil (((b r eh) 1) ((s eh t) 1))) +("bressler" nil (((b r eh) 1) ((s l er) 0))) +("bressman" nil (((b r eh) 1) ((s m ax n) 0))) +("bresson" nil (((b r eh) 1) ((s ax n) 0))) +("brest" nil (((b r eh s t) 1))) +("brester" nil (((b r eh) 1) ((s t er) 0))) +("bret" nil (((b r eh t) 1))) +("breth" nil (((b r eh th) 1))) +("brethauer" nil (((b r eh) 1) ((th aw) 0) ((er) 0))) +("brethen" nil (((b r iy) 1) ((th ax n) 0))) +("brethren" nil (((b r eh dh) 1) ((r ax n) 0))) +("breton" nil (((b r eh) 1) ((t ax n) 0))) +("bretschneider" nil (((b r eh ch) 1) ((n ay) 0) ((d er) 0))) +("brett" nil (((b r eh t) 1))) +("bretthauer" nil (((b r eh) 1) ((th aw) 0) ((er) 0))) +("bretton" nil (((b r eh) 1) ((t ax n) 0))) +("bretts" nil (((b r eh t s) 1))) +("brettschneider" nil (((b r eh ch) 1) ((n ay) 1) ((d er) 0))) +("bretz" nil (((b r eh t s) 1))) +("breuer" nil (((b r uw) 1) ((er) 0))) +("breunig" nil (((b r uw) 1) ((n ih g) 0))) +("breuninger" nil (((b r uw) 1) ((n ih ng) 0) ((er) 0))) +("brevard" nil (((b r eh) 1) ((v er d) 0))) +("brevets" nil (((b r ax) 0) ((v eh t s) 1))) +("brevig" nil (((b r eh) 1) ((v ih g) 0))) +("brevik" nil (((b r eh) 1) ((v ih k) 0))) +("brevity" nil (((b r eh) 1) ((v ax) 0) ((t iy) 0))) +("brew" nil (((b r uw) 1))) +("brewbaker" nil (((b r uw) 1) ((b ey) 1) ((k er) 0))) +("brewed" nil (((b r uw d) 1))) +("brewer" nil (((b r uw) 1) ((er) 0))) +("breweries" nil (((b r uw) 1) ((er) 0) ((iy z) 0))) +("brewers" nil (((b r uw) 1) ((er z) 0))) +("brewery" nil (((b r uw) 1) ((er) 0) ((iy) 0))) +("brewing" nil (((b r uw) 1) ((ih ng) 0))) +("brewington" nil (((b r uw) 1) ((ih ng) 0) ((t ax n) 0))) +("brews" nil (((b r uw z) 1))) +("brewster" nil (((b r uw) 1) ((s t er) 0))) +("brewton" nil (((b r uw) 1) ((t ax n) 0))) +("brey" nil (((b r ey) 1))) +("breyer" nil (((b r ey) 1) ((er) 0))) +("breyfogle" nil (((b r ey) 1) ((f ow) 1) ((g ax l) 0))) +("breza" nil (((b r eh) 1) ((z ax) 0))) +("brezhnev" nil (((b r eh z) 1) ((n ax v) 0))) +("brezina" nil (((b r eh) 0) ((z iy) 1) ((n ax) 0))) +("brezinski" nil (((b r ih) 0) ((z ih n) 1) ((s k iy) 0))) +("bria" nil (((b r iy) 1) ((ax) 0))) +("brian" nil (((b r ay) 1) ((ax n) 0))) +("briana" nil (((b r iy) 0) ((ae) 1) ((n ax) 0))) +("briand" nil (((b r ay) 1) ((ax n d) 0))) +("brianna" nil (((b r iy) 0) ((ae) 1) ((n ax) 0))) +("briant" nil (((b r ay) 1) ((ax n t) 0))) +("briar" nil (((b r ay) 1) ((er) 0))) +("briarcliff" nil (((b r ay r) 1) ((k l ih f) 1))) +("bribe" nil (((b r ay b) 1))) +("bribed" nil (((b r ay b d) 1))) +("bribery" nil (((b r ay) 1) ((b er) 0) ((iy) 0))) +("bribes" nil (((b r ay b z) 1))) +("bribing" nil (((b r ay) 1) ((b ih ng) 0))) +("bric" nil (((b r ih k) 1))) +("briccetti" nil (((b r ih) 0) ((ch eh) 1) ((t iy) 0))) +("bricco" nil (((b r ih) 1) ((k ow) 0))) +("brice" nil (((b r ay s) 1))) +("briceno" nil (((b r iy) 0) ((ch eh) 1) ((n ow) 0))) +("brick" nil (((b r ih k) 1))) +("brickbats" nil (((b r ih k) 1) ((b ae t s) 1))) +("brickel" nil (((b r ih) 1) ((k ax l) 0))) +("brickell" nil (((b r ih) 1) ((k ax l) 0))) +("bricker" nil (((b r ih) 1) ((k er) 0))) +("brickey" nil (((b r ih) 1) ((k iy) 0))) +("brickhouse" nil (((b r ih k) 1) ((hh aw s) 1))) +("bricklayers" nil (((b r ih) 1) ((k l ey) 1) ((er z) 0))) +("brickle" nil (((b r ih) 1) ((k ax l) 0))) +("brickler" nil (((b r ih) 1) ((k l er) 0))) +("brickley" nil (((b r ih) 1) ((k l iy) 0))) +("bricklin" nil (((b r ih) 1) ((k l ih n) 0))) +("brickman" nil (((b r ih k) 1) ((m ax n) 0))) +("brickner" nil (((b r ih k) 1) ((n er) 0))) +("bricks" nil (((b r ih k s) 1))) +("brickyard" nil (((b r ih) 1) ((k y aa r d) 1))) +("bricom" nil (((b r ih) 1) ((k ax m) 0))) +("bridal" nil (((b r ay) 1) ((d ax l) 0))) +("bride" nil (((b r ay d) 1))) +("brideau" nil (((b r ih) 0) ((d ow) 1))) +("bridegroom" nil (((b r ay d) 1) ((g r uw m) 1))) +("briden" nil (((b r ay) 1) ((d ax n) 0))) +("bridenbaugh" nil (((b r ih) 1) ((d ih n) 0) ((b aw) 0))) +("bridenstine" nil (((b r ih) 1) ((d ih n) 0) ((s t iy n) 0))) +("brides" nil (((b r ay d z) 1))) +("bridesmaid" nil (((b r ay d z) 1) ((m ey d) 1))) +("bridesmaids" nil (((b r ay d z) 1) ((m ey d z) 1))) +("bridge" nil (((b r ih jh) 1))) +("bridged" nil (((b r ih jh d) 1))) +("bridgeford" nil (((b r ih) 1) ((jh ih) 0) ((f ao r d) 0))) +("bridgeforth" nil (((b r ih jh) 1) ((f ao r th) 1))) +("bridgehead" nil (((b r ih jh) 1) ((hh eh d) 1))) +("bridgeman" nil (((b r ih jh) 1) ((m ax n) 0))) +("bridgeport" nil (((b r ih jh) 1) ((p ao r t) 1))) +("bridger" nil (((b r ih) 1) ((jh er) 0))) +("bridgers" nil (((b r ih) 1) ((jh er z) 0))) +("bridges" nil (((b r ih) 1) ((jh ax z) 0))) +("bridgestone" nil (((b r ih jh) 1) ((s t ow n) 1))) +("bridget" nil (((b r ih) 1) ((jh ax t) 0))) +("bridgeton" nil (((b r ih jh) 1) ((t ax n) 0))) +("bridgett" nil (((b r ih) 1) ((jh ih t) 0))) +("bridgewater" nil (((b r ih jh) 1) ((w ao) 1) ((t er) 0))) +("bridgham" nil (((b r ih jh) 1) ((hh ax m) 0))) +("bridging" nil (((b r ih) 1) ((jh ih ng) 0))) +("bridgman" nil (((b r ih jh) 1) ((m ax n) 0))) +("bridie" nil (((b r ih) 1) ((d iy) 0))) +("bridle" nil (((b r ay) 1) ((d ax l) 0))) +("bridled" nil (((b r ay) 1) ((d ax l d) 0))) +("bridwell" nil (((b r ih) 1) ((d w eh l) 1))) +("brie" nil (((b r iy) 1))) +("brieant" nil (((b r iy) 1) ((ax n t) 0))) +("brief" nil (((b r iy f) 1))) +("briefcase" nil (((b r iy f) 1) ((k ey s) 1))) +("briefcases" nil (((b r iy f) 1) ((k ey) 1) ((s ih z) 0))) +("briefed" nil (((b r iy f t) 1))) +("briefer" nil (((b r iy) 1) ((f er) 0))) +("briefing" nil (((b r iy) 1) ((f ih ng) 0))) +("briefings" nil (((b r iy) 1) ((f ih ng z) 0))) +("briefly" nil (((b r iy) 1) ((f l iy) 0))) +("briefs" nil (((b r iy f s) 1))) +("briegel" nil (((b r iy) 1) ((g ax l) 0))) +("brieger" nil (((b r iy) 1) ((g er) 0))) +("briel" nil (((b r iy l) 1))) +("brien" nil (((b r ay) 1) ((ih n) 0))) +("brienza" nil (((b r iy n) 1) ((z ax) 0))) +("brier" nil (((b r ay) 1) ((er) 0))) +("briere" nil (((b r ih r) 1))) +("brierley" nil (((b r ay) 1) ((er) 0) ((l iy) 0))) +("brierly" nil (((b r ay) 1) ((er) 0) ((l iy) 0))) +("briese" nil (((b r iy z) 1))) +("brietzke" nil (((b r iy t z k) 1))) +("brig" nil (((b r ih g) 1))) +("brigade" nil (((b r ax) 0) ((g ey d) 1))) +("brigadeer" nil (((b r ih) 1) ((g ax) 0) ((d ih r) 1))) +("brigades" nil (((b r ih) 0) ((g ey d z) 1))) +("brigadier" nil (((b r ih) 1) ((g ax) 0) ((d ih r) 1))) +("brigance" nil (((b r ih) 1) ((g ax n s) 0))) +("brigandi" nil (((b r ih) 0) ((g ae n) 1) ((d iy) 0))) +("brigante" nil (((b r iy) 0) ((g aa n) 1) ((t iy) 0))) +("briganti" nil (((b r ih) 0) ((g ae n) 1) ((t iy) 0))) +("briggs" nil (((b r ih g z) 1))) +("brigham" nil (((b r ih) 1) ((g ax m) 0))) +("brighams" nil (((b r ih) 1) ((g ax m z) 0))) +("bright" nil (((b r ay t) 1))) +("brightbill" nil (((b r ay t) 1) ((b ih l) 1))) +("brighten" nil (((b r ay) 1) ((t ax n) 0))) +("brightened" nil (((b r ay) 1) ((t ax n d) 0))) +("brightening" nil (((b r ay) 1) ((t ax) 0) ((n ih ng) 0))) +("brightens" nil (((b r ay) 1) ((t ax n z) 0))) +("brighter" nil (((b r ay) 1) ((t er) 0))) +("brightest" nil (((b r ay) 1) ((t ax s t) 0))) +("brightly" nil (((b r ay t) 1) ((l iy) 0))) +("brightman" nil (((b r ay t) 1) ((m ax n) 0))) +("brightness" nil (((b r ay t) 1) ((n ax s) 0))) +("brighton" nil (((b r ay) 1) ((t ax n) 0))) +("brightwell" nil (((b r ay) 1) ((t w eh l) 1))) +("brigitte" nil (((b r ih) 1) ((jh ih t) 0))) +("brigman" nil (((b r ih g) 1) ((m ax n) 0))) +("brignac" nil (((b r ih g) 1) ((n ax k) 0))) +("brigner" nil (((b r ay g) 1) ((n er) 0))) +("brigode" nil (((b r ih) 0) ((g ow) 1) ((d ax) 0))) +("briguglio" nil (((b r ih) 0) ((g ah) 1) ((g l iy) 0) ((ow) 0))) +("briles" nil (((b r ay l z) 1))) +("briley" nil (((b r ih) 1) ((l iy) 0))) +("brill" nil (((b r ih l) 1))) +("brillhart" nil (((b r ih l) 1) ((hh aa r t) 1))) +("brilliance" nil (((b r ih) 1) ((l y ax n s) 0))) +("brilliant" nil (((b r ih) 1) ((l y ax n t) 0))) +("brilliantly" nil (((b r ih) 1) ((l y ax n t) 0) ((l iy) 0))) +("brillstein" nil (((b r ih l) 1) ((s t iy n) 1))) +("brim" nil (((b r ih m) 1))) +("brimberry" nil (((b r ih m) 1) ((b eh) 1) ((r iy) 0))) +("brimelow" nil (((b r ih) 1) ((m ax) 0) ((l ow) 0))) +("brimer" nil (((b r ay) 1) ((m er) 0))) +("brimhall" nil (((b r ih m) 1) ((hh ao l) 1))) +("brimm" nil (((b r ih m) 1))) +("brimmed" nil (((b r ih m d) 1))) +("brimmer" nil (((b r ih) 1) ((m er) 0))) +("brimming" nil (((b r ih) 1) ((m ih ng) 0))) +("brin" nil (((b r ih n) 1))) +("brindel" nil (((b r ih n) 1) ((d eh l) 1))) +("brindle" nil (((b r ih n) 1) ((d ax l) 0))) +("brindley" nil (((b r ih n d) 1) ((l iy) 0))) +("brine" nil (((b r ay n) 1))) +("brinegar" nil (((b r ih) 1) ((n ih) 0) ((g er) 0))) +("briner" nil (((b r ay) 1) ((n er) 0))) +("brines" nil (((b r ay n z) 1))) +("briney" nil (((b r ih) 1) ((n iy) 0))) +("bring" nil (((b r ih ng) 1))) +("bringhurst" nil (((b r ih ng) 1) ((hh er s t) 0))) +("bringing" nil (((b r ih ng) 1) ((ih ng) 0))) +("bringle" nil (((b r ih ng) 1) ((g ax l) 0))) +("bringman" nil (((b r ih ng) 1) ((m ax n) 0))) +("brings" nil (((b r ih ng z) 1))) +("brining" nil (((b r ay) 1) ((n ih ng) 0))) +("brink" nil (((b r ih ng k) 1))) +("brinker" nil (((b r ih ng) 1) ((k er) 0))) +("brinkerhoff" nil (((b r ih ng) 1) ((k er) 0) ((hh ao f) 1))) +("brinkley" nil (((b r ih ng) 1) ((k l iy) 0))) +("brinkman" nil (((b r ih ng k) 1) ((m ax n) 0))) +("brinkmann" nil (((b r ih ng k) 1) ((m ax n) 0))) +("brinkmanship" nil (((b r ih ng k) 1) ((m ax n) 0) ((sh ih p) 1))) +("brinkmeier" nil (((b r ih ng k) 1) ((m ay) 0) ((er) 0))) +("brinkmeyer" nil (((b r ih ng k) 1) ((m ay) 0) ((er) 0))) +("brinks" nil (((b r ih ng k s) 1))) +("brinksmanship" nil (((b r ih ng k) 1) ((s m ax n) 0) ((sh ih p) 1))) +("brinlee" nil (((b r ih n) 1) ((l iy) 0))) +("brinley" nil (((b r ih n) 1) ((l iy) 0))) +("brinn" nil (((b r ih n) 1))) +("brinner" nil (((b r ih) 1) ((n er) 0))) +("brinser" nil (((b r ih n) 1) ((s er) 0))) +("brinsfield" nil (((b r ih n) 1) ((s f iy l d) 0))) +("brinson" nil (((b r ih n) 1) ((s ax n) 0))) +("brintec" nil (((b r ih n) 1) ((t eh k) 1))) +("brinton" nil (((b r ih n) 1) ((t ax n) 0))) +("brio" nil (((b r ay) 1) ((ow) 0))) +("brioche" nil (((b r iy) 1) ((ow sh) 1))) +("briody" nil (((b r ay) 1) ((ax) 0) ((d iy) 0))) +("brion" nil (((b r ay) 1) ((ax n) 0))) +("briones" nil (((b r iy) 0) ((ow) 1) ((n eh s) 0))) +("brisbane" nil (((b r ih z) 1) ((b ey n) 1))) +("brisbin" nil (((b r ih z) 1) ((b ih n) 0))) +("brisbois" nil (((b r ih z) 0) ((b w aa) 1))) +("brisbon" nil (((b r ih z) 1) ((b ax n) 0))) +("brisco" nil (((b r iy) 1) ((s k ow) 0))) +("briscoe" nil (((b r ih) 1) ((s k ow) 0))) +("brisendine" nil (((b r ih) 1) ((s ih n) 0) ((d ay n) 1))) +("briseno" nil (((b r iy) 0) ((s eh) 1) ((n ow) 0))) +("brisk" nil (((b r ih s k) 1))) +("brisker" nil (((b r ih) 1) ((s k er) 0))) +("brisket" nil (((b r ih) 1) ((s k ax t) 0))) +("briskey" nil (((b r ih) 1) ((s k iy) 0))) +("briski" nil (((b r ih) 1) ((s k iy) 0))) +("briskin" nil (((b r ih) 1) ((s k ih n) 0))) +("briskly" nil (((b r ih) 1) ((s k l iy) 0))) +("brisky" nil (((b r ih) 1) ((s k iy) 0))) +("brislin" nil (((b r ih) 1) ((s l ih n) 0))) +("brison" nil (((b r ih) 1) ((s ax n) 0))) +("brissette" nil (((b r ih) 0) ((s eh t) 1))) +("brissey" nil (((b r ih) 1) ((s iy) 0))) +("brisson" nil (((b r ih) 1) ((s ax n) 0))) +("brister" nil (((b r ih) 1) ((s t er) 0))) +("bristle" nil (((b r ih) 1) ((s ax l) 0))) +("bristled" nil (((b r ih) 1) ((s ax l d) 0))) +("bristles" nil (((b r ih) 1) ((s ax l z) 0))) +("bristling" nil (((b r ih) 1) ((s ax) 0) ((l ih ng) 0))) +("bristol" nil (((b r ih) 1) ((s t ax l) 0))) +("bristow" nil (((b r ih) 1) ((s t ow) 0))) +("brit" nil (((b r ih t) 1))) +("brita" nil (((b r iy) 1) ((t ax) 0))) +("britain" nil (((b r ih) 1) ((t ax n) 0))) +("britannia" nil (((b r ih) 0) ((t ae) 1) ((n iy) 0) ((ax) 0))) +("britannica" nil (((b r ih) 0) ((t ae) 1) ((n ih) 0) ((k ax) 0))) +("britcher" nil (((b r ih) 1) ((ch er) 0))) +("britches" nil (((b r ih) 1) ((ch ax z) 0))) +("brite" nil (((b r ay t) 1))) +("britian" nil (((b r ih) 1) ((sh ax n) 0))) +("british" nil (((b r ih) 1) ((t ih sh) 0))) +("britnell" nil (((b r ih t) 1) ((n ax l) 0))) +("brito" nil (((b r iy) 1) ((t ow) 0))) +("britoil" nil (((b r ih) 0) ((t oy l) 1))) +("briton" nil (((b r ih) 1) ((t ax n) 0))) +("britons" nil (((b r ih) 1) ((t ax n z) 0))) +("brits" nil (((b r ih t s) 1))) +("britsch" nil (((b r ih ch) 1))) +("britt" nil (((b r ih t) 1))) +("brittain" nil (((b r ih) 1) ((t ax n) 0))) +("brittan" nil (((b r ih) 1) ((t ax n) 0))) +("brittany" nil (((b r ih) 1) ((t ax) 0) ((n iy) 0))) +("britten" nil (((b r ih) 1) ((t ax n) 0))) +("brittenham" nil (((b r ih) 1) ((t ih n) 0) ((hh ax m) 0))) +("brittian" nil (((b r ih) 1) ((t iy) 0) ((ax n) 0))) +("brittin" nil (((b r ih) 1) ((t ih n) 0))) +("brittingham" nil (((b r ih) 1) ((t ih ng) 0) ((hh ae m) 0))) +("brittle" nil (((b r ih) 1) ((t ax l) 0))) +("britton" nil (((b r ih) 1) ((t ax n) 0))) +("britts" nil (((b r ih t s) 1))) +("britz" nil (((b r ih t s) 1))) +("brix" nil (((b r ih k s) 1))) +("brixey" nil (((b r ih k) 1) ((s iy) 0))) +("brixius" nil (((b r ay k) 1) ((s iy) 0) ((ih s) 0))) +("brizendine" nil (((b r iy) 0) ((z eh n) 0) ((d iy) 1) ((n iy) 0))) +("brizola" nil (((b r ih) 0) ((z ow) 1) ((l ax) 0))) +("brizzi" nil (((b r ih) 1) ((z iy) 0))) +("brizzolara" nil (((b r iy t) 0) ((s ow) 0) ((l aa) 1) ((r ax) 0))) +("bro" nil (((b r ow) 1))) +("broach" nil (((b r ow ch) 1))) +("broached" nil (((b r ow ch t) 1))) +("broaching" nil (((b r ow) 1) ((ch ih ng) 0))) +("broad" nil (((b r ao d) 1))) +("broadaway" nil (((b r ao) 1) ((d ax) 0) ((w ey) 1))) +("broadband" nil (((b r ao d) 1) ((b ae n d) 1))) +("broadbased" nil (((b r ao d) 1) ((b ey s t) 1))) +("broadbeach" nil (((b r ao d) 1) ((b iy ch) 1))) +("broadbent" nil (((b r ao d) 1) ((b eh n t) 1))) +("broadcast" nil (((b r ao d) 1) ((k ae s t) 1))) +("broadcaster" nil (((b r ao d) 1) ((k ae) 1) ((s t er) 0))) +("broadcasters" nil (((b r ao d) 1) ((k ae) 1) ((s t er z) 0))) +("broadcasting" nil (((b r ao d) 1) ((k ae) 1) ((s t ih ng) 0))) +("broadcasts" nil (((b r ao d) 1) ((k ae s t s) 1))) +("broaddus" nil (((b r ao) 1) ((d ih s) 0))) +("broaden" nil (((b r ao) 1) ((d ax n) 0))) +("broadened" nil (((b r ao) 1) ((d ax n d) 0))) +("broadening" nil (((b r ao) 1) ((d ax) 0) ((n ih ng) 0))) +("broadens" nil (((b r ao) 1) ((d ax n z) 0))) +("broader" nil (((b r ao) 1) ((d er) 0))) +("broadest" nil (((b r ao) 1) ((d ih s t) 0))) +("broadhead" nil (((b r ao d) 1) ((hh eh d) 1))) +("broadhurst" nil (((b r ao d) 1) ((hh er s t) 0))) +("broadie" nil (((b r ao) 1) ((d iy) 0))) +("broadley" nil (((b r ao d) 1) ((l iy) 0))) +("broadly" nil (((b r ao d) 1) ((l iy) 0))) +("broadnax" nil (((b r ao d) 1) ((n ae k s) 0))) +("broadpfoot" nil (((b r ao d) 1) ((f uh t) 0))) +("broadrick" nil (((b r ao) 1) ((d r ih k) 0))) +("broadside" nil (((b r ao d) 1) ((s ay d) 1))) +("broadstreet" nil (((b r ao d) 1) ((s t r iy t) 1))) +("broadsword" nil (((b r ao d) 1) ((s ao r d) 1))) +("broadus" nil (((b r ow) 1) ((d ax s) 0))) +("broadview" nil (((b r ao d) 1) ((v y uw) 1))) +("broadway" nil (((b r ao) 1) ((d w ey) 1))) +("broadwell" nil (((b r ao) 1) ((d w eh l) 1))) +("broady" nil (((b r ao) 1) ((d iy) 0))) +("brobdingnagian" nil (((b r ao b) 1) ((d ih g) 0) ((n ae) 1) ((g iy) 0) ((ax n) 0))) +("brobdingnagians" nil (((b r ao b) 1) ((d ih g) 0) ((n ae) 1) ((g iy) 0) ((ax n z) 0))) +("brobeck" nil (((b r ow) 1) ((b eh k) 1))) +("broberg" nil (((b r ow) 1) ((b er g) 0))) +("brobst" nil (((b r aa b s t) 1))) +("broc" nil (((b r aa k) 1))) +("brocade" nil (((b r ow) 0) ((k ey d) 1))) +("brocades" nil (((b r ow) 0) ((k ey d z) 1))) +("brocato" nil (((b r ow) 0) ((k aa) 1) ((t ow) 0))) +("brocco" nil (((b r aa) 1) ((k ow) 0))) +("broccoli" nil (((b r aa) 1) ((k ax) 0) ((l iy) 0))) +("broce" nil (((b r ow s) 1))) +("brochu" nil (((b r ow) 1) ((k uw) 0))) +("brochure" nil (((b r ow) 0) ((sh uh r) 1))) +("brochures" nil (((b r ow) 0) ((sh uh r z) 1))) +("brocious" nil (((b r ax) 0) ((sh iy s) 1))) +("brock" nil (((b r aa k) 1))) +("brockbank" nil (((b r aa k) 1) ((b ax ng k) 0))) +("brockel" nil (((b r aa) 1) ((k ax l) 0))) +("brocker" nil (((b r aa) 1) ((k er) 0))) +("brockert" nil (((b r aa) 1) ((k er t) 0))) +("brockett" nil (((b r aa) 1) ((k ih t) 0))) +("brockhaus" nil (((b r aa k) 1) ((hh aw s) 1))) +("brockhoff" nil (((b r aa k) 1) ((hh ao f) 1))) +("brockhouse" nil (((b r aa k) 1) ((hh aw s) 1))) +("brockie" nil (((b r aa) 1) ((k iy) 0))) +("brockington" nil (((b r aa) 1) ((k ih ng) 0) ((t ax n) 0))) +("brocklehurst" nil (((b r aa) 1) ((k l ih) 0) ((hh er s t) 0))) +("brockley" nil (((b r aa) 1) ((k l iy) 0))) +("brockman" nil (((b r aa k) 1) ((m ax n) 0))) +("brockmann" nil (((b r aa k) 1) ((m ax n) 0))) +("brockmeier" nil (((b r aa k) 1) ((m ay) 0) ((er) 0))) +("brockmeyer" nil (((b r aa k) 1) ((m ay) 0) ((er) 0))) +("brockner" nil (((b r aa k) 1) ((n er) 0))) +("brocksmith" nil (((b r aa k) 1) ((s m ih th) 1))) +("brockton" nil (((b r aa k) 1) ((t ax n) 0))) +("brockway" nil (((b r aa) 1) ((k w ey) 1))) +("brockwell" nil (((b r aa) 1) ((k w eh l) 1))) +("brod" nil (((b r aa d) 1))) +("broda" nil (((b r ow) 1) ((d ax) 0))) +("brodbeck" nil (((b r aa d) 1) ((b eh k) 1))) +("brode" nil (((b r ow d) 1))) +("broden" nil (((b r ow) 1) ((d ax n) 0))) +("broder" nil (((b r ow) 1) ((d er) 0))) +("broderbund" nil (((b r ow) 1) ((t er) 0) ((b ax n d) 0))) +("broderick" nil (((b r aa) 1) ((d er) 0) ((ih k) 0))) +("brodersen" nil (((b r aa) 1) ((d er) 0) ((s ax n) 0))) +("brodersohn" nil (((b r ow) 1) ((t er) 0) ((s ax n) 0))) +("broderson" nil (((b r aa) 1) ((d er) 0) ((s ax n) 0))) +("brodeur" nil (((b r aa) 1) ((d er) 0))) +("brodhead" nil (((b r aa d) 1) ((hh eh d) 1))) +("brodie" nil (((b r ow) 1) ((t iy) 0))) +("brodin" nil (((b r ow) 1) ((d ih n) 0))) +("brodkin" nil (((b r aa d) 1) ((k ih n) 0))) +("brodman" nil (((b r aa d) 1) ((m ax n) 0))) +("brodnax" nil (((b r aa d) 1) ((n ae k s) 0))) +("brodowski" nil (((b r ax) 0) ((d ao f) 1) ((s k iy) 0))) +("brodrick" nil (((b r aa) 1) ((d r ih k) 0))) +("brodsky" nil (((b r aa d) 1) ((s k iy) 0))) +("brodt" nil (((b r aa d t) 1))) +("brody" nil (((b r ow) 1) ((d iy) 0))) +("brodzinski" nil (((b r ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("broe" nil (((b r ow) 1))) +("broecker" nil (((b r ow) 1) ((k er) 0))) +("broeker" nil (((b r ow) 1) ((k er) 0))) +("broer" nil (((b r ow) 1) ((er) 0))) +("broerman" nil (((b r ow) 1) ((er) 0) ((m ax n) 0))) +("broers" nil (((b r ow) 1) ((er z) 0))) +("brogan" nil (((b r ow) 1) ((g ax n) 0))) +("brogden" nil (((b r aa g) 1) ((d ax n) 0))) +("brogdon" nil (((b r aa g) 1) ((d ax n) 0))) +("brogna" nil (((b r ow g) 1) ((n ax) 0))) +("broich" nil (((b r oy ch) 1))) +("broil" nil (((b r oy l) 1))) +("broiled" nil (((b r oy l d) 1))) +("broiler" nil (((b r oy) 1) ((l er) 0))) +("broilers" nil (((b r oy) 1) ((l er z) 0))) +("broiling" nil (((b r oy) 1) ((l ih ng) 0))) +("brok" nil (((b r aa k) 1))) +("brokaw" nil (((b r ow) 1) ((k ao) 0))) +("broke" nil (((b r ow k) 1))) +("broken" nil (((b r ow) 1) ((k ax n) 0))) +("broker" nil (((b r ow) 1) ((k er) 0))) +("brokerage" nil (((b r ow) 1) ((k er) 0) ((ih jh) 0))) +("brokerages" nil (((b r ow) 1) ((k er) 0) ((ih) 0) ((jh ih z) 0))) +("brokered" nil (((b r ow) 1) ((k er d) 0))) +("brokering" nil (((b r ow) 1) ((k er) 0) ((ih ng) 0))) +("brokers" nil (((b r ow) 1) ((k er z) 0))) +("broking" nil (((b r ow) 1) ((k ih ng) 0))) +("brolin" nil (((b r ow) 1) ((l ih n) 0))) +("brolly" nil (((b r aa) 1) ((l iy) 0))) +("brom" nil (((b r aa m) 1))) +("broman" nil (((b r ow) 1) ((m ax n) 0))) +("bromberg" nil (((b r aa m) 1) ((b er g) 0))) +("bromfield" nil (((b r aa m) 1) ((f iy l d) 1))) +("bromides" nil (((b r ow) 1) ((m ay d z) 1))) +("bromine" nil (((b r ow) 1) ((m iy n) 1))) +("bromley" nil (((b r aa m) 1) ((l iy) 0))) +("bromm" nil (((b r aa m) 1))) +("brommer" nil (((b r aa) 1) ((m er) 0))) +("bromont" nil (((b r ow) 1) ((m aa n t) 1))) +("brompheril" nil (((b r aa m) 1) ((f eh) 0) ((r ih l) 0))) +("bromwell" nil (((b r aa m) 1) ((w eh l) 1))) +("bromwich" nil (((b r aa m) 1) ((w ih ch) 0))) +("bronaugh" nil (((b r aa) 1) ((n ao) 0))) +("bronc" nil (((b r aa ng k) 1))) +("bronchial" nil (((b r aa n) 1) ((ch iy) 0) ((ax l) 0))) +("bronchitis" nil (((b r aa ng) 0) ((k ay) 1) ((t ax s) 0))) +("bronco" nil (((b r aa ng) 1) ((k ow) 0))) +("broncos" nil (((b r aa ng) 1) ((k ow z) 0))) +("bronder" nil (((b r aa n) 1) ((d er) 0))) +("broner" nil (((b r ow) 1) ((n er) 0))) +("bronfman" nil (((b r aa n f) 1) ((m ax n) 0))) +("bronfmans" nil (((b r aa n f) 1) ((m ax n z) 0))) +("bronk" nil (((b r aa ng k) 1))) +("bronkema" nil (((b r ax ng) 0) ((k iy) 1) ((m ax) 0))) +("bronn" nil (((b r aa n) 1))) +("bronner" nil (((b r aa) 1) ((n er) 0))) +("brons" nil (((b r aa n z) 1))) +("bronson" nil (((b r aa n) 1) ((s ax n) 0))) +("bronstein" nil (((b r aa n) 1) ((s t iy n) 1))) +("bronston" nil (((b r aa n) 1) ((s t ax n) 0))) +("bronte" nil (((b r aa n) 1) ((t iy) 0))) +("bronwen" nil (((b r ao n) 1) ((w ih n) 0))) +("bronx" nil (((b r aa ng k s) 1))) +("bronze" nil (((b r aa n z) 1))) +("bronzed" nil (((b r aa n z d) 1))) +("bronzen" nil (((b r aa n) 1) ((z ax n) 0))) +("bronzes" nil (((b r aa n) 1) ((z ax z) 0))) +("brooch" nil (((b r uw ch) 1))) +("brood" nil (((b r uw d) 1))) +("brooded" nil (((b r uw) 1) ((d ih d) 0))) +("brooding" nil (((b r uw) 1) ((d ih ng) 0))) +("broody" nil (((b r uw) 1) ((d iy) 0))) +("brook" nil (((b r uh k) 1))) +("brookbank" nil (((b r uh k) 1) ((b ae ng k) 1))) +("brooke" nil (((b r uh k) 1))) +("brookehill" nil (((b r uh k) 1) ((hh ih l) 1))) +("brookens" nil (((b r uh) 1) ((k ax n z) 0))) +("brooker" nil (((b r uh) 1) ((k er) 0))) +("brookes" nil (((b r uh k s) 1))) +("brookfield" nil (((b r uh k) 1) ((f iy l d) 1))) +("brookhart" nil (((b r uw k) 1) ((hh aa r t) 0))) +("brookhaven" nil (((b r uh k) 1) ((hh ey) 1) ((v ax n) 0))) +("brookhurst" nil (((b r uh k) 1) ((hh er s t) 1))) +("brooking" nil (((b r uh) 1) ((k ih ng) 0))) +("brookings" nil (((b r uh) 1) ((k ih ng z) 0))) +("brookins" nil (((b r uw) 1) ((k ih n z) 0))) +("brookline" nil (((b r uh) 1) ((k l ay n) 1))) +("brooklyn" nil (((b r uh) 1) ((k l ax n) 0))) +("brookman" nil (((b r uh k) 1) ((m ax n) 0))) +("brookner" nil (((b r uh k) 1) ((n er) 0))) +("brookover" nil (((b r uh) 1) ((k ow) 1) ((v er) 0))) +("brooks" nil (((b r uh k s) 1))) +("brookshier" nil (((b r uw k) 1) ((sh iy) 0) ((er) 0))) +("brookshire" nil (((b r uw k) 1) ((sh ay r) 0))) +("brookside" nil (((b r uh k) 1) ((s ay d) 1))) +("brookstone" nil (((b r uh k) 1) ((s t ow n) 1))) +("brooksville" nil (((b r uh k) 1) ((s v ih l) 0))) +("broom" nil (((b r uw m) 1))) +("broomall" nil (((b r uw) 1) ((m ax l) 0))) +("broome" nil (((b r uw m) 1))) +("broomfield" nil (((b r uw m) 1) ((f iy l d) 1))) +("brooms" nil (((b r uw m z) 1))) +("broomstick" nil (((b r uw m) 1) ((s t ih k) 1))) +("brophy" nil (((b r ow) 1) ((f iy) 0))) +("brosch" nil (((b r ao sh) 1))) +("brose" nil (((b r ow z) 1))) +("brosh" nil (((b r aa sh) 1))) +("broshears" nil (((b r aa) 1) ((sh ih r z) 0))) +("brosious" nil (((b r ow) 1) ((z iy) 0) ((ax s) 0))) +("brosius" nil (((b r ow) 1) ((s iy) 0) ((ih s) 0))) +("broski" nil (((b r aw) 1) ((s k iy) 0))) +("brosky" nil (((b r aa) 1) ((s k iy) 0))) +("brosnahan" nil (((b r aa) 1) ((s n ax) 0) ((hh ae n) 0))) +("brosnan" nil (((b r aa) 1) ((s n ax n) 0))) +("bross" nil (((b r ao s) 1))) +("brossard" nil (((b r ax) 0) ((s aa r d) 1))) +("brossart" nil (((b r aa) 1) ((s aa r t) 0))) +("brosseau" nil (((b r ax) 0) ((s ow) 1))) +("brossette" nil (((b r ax) 0) ((s eh t) 1))) +("brossman" nil (((b r ao) 1) ((s m ax n) 0))) +("brost" nil (((b r aa s t) 1))) +("brostrom" nil (((b r aa) 1) ((s t r ax m) 0))) +("brosz" nil (((b r aa sh) 1))) +("broten" nil (((b r ow) 1) ((t ax n) 0))) +("broth" nil (((b r ao th) 1))) +("brothel" nil (((b r aa) 1) ((th ax l) 0))) +("brothels" nil (((b r aa) 1) ((th ax l z) 0))) +("brother" nil (((b r ah) 1) ((dh er) 0))) +("brotherhood" nil (((b r ah) 1) ((dh er) 0) ((hh uh d) 1))) +("brotherly" nil (((b r ah) 1) ((dh er) 0) ((l iy) 0))) +("brothers" nil (((b r ah) 1) ((dh er z) 0))) +("brotherson" nil (((b r ah) 1) ((dh er) 0) ((s ax n) 0))) +("brotherton" nil (((b r ah) 1) ((dh er) 0) ((t ax n) 0))) +("broths" nil (((b r ao th s) 1))) +("brotman" nil (((b r aa t) 1) ((m ax n) 0))) +("brott" nil (((b r aa t) 1))) +("brotzman" nil (((b r aa t) 1) ((s m ax n) 0))) +("broudy" nil (((b r aw) 1) ((d iy) 0))) +("brough" nil (((b r aw) 1))) +("brougham" nil (((b r uw) 1) ((g ax m) 0))) +("brougher" nil (((b r aw) 1) ((er) 0))) +("broughman" nil (((b r aw) 1) ((m ax n) 0))) +("brought" nil (((b r ao t) 1))) +("broughton" nil (((b r ao) 1) ((t ax n) 0))) +("brouhaha" nil (((b r uw) 1) ((hh aa) 0) ((hh aa) 0))) +("brouhard" nil (((b r aa) 1) ((uw) 0) ((er d) 0))) +("brouillard" nil (((b r) 0) ((w iy) 0) ((l aa r d) 1))) +("brouillet" nil (((b r) 0) ((w iy) 0) ((l eh t) 1))) +("brouillette" nil (((b r) 0) ((w iy) 0) ((l eh t) 1))) +("broun" nil (((b r uw n) 1))) +("brountas" nil (((b r aw n) 1) ((t ax s) 0))) +("brouse" nil (((b r aw s) 1))) +("broussard" nil (((b r uw) 0) ((s aa r d) 1))) +("brousseau" nil (((b r uw) 1) ((s ow) 1))) +("brouwer" nil (((b r aw) 1) ((w er) 0))) +("brow" nil (((b r aw) 1))) +("broward" nil (((b r aw) 1) ((er d) 0))) +("browbeat" nil (((b r aw) 1) ((b iy t) 1))) +("browder" nil (((b r aw) 1) ((d er) 0))) +("browe" nil (((b r ow) 1))) +("browed" nil (((b r aw d) 1))) +("brower" nil (((b r aw) 1) ((er) 0))) +("brown" nil (((b r aw n) 1))) +("browne" nil (((b r aw n) 1))) +("browned" nil (((b r aw n d) 1))) +("brownell" nil (((b r aw) 0) ((n eh l) 1))) +("browner" nil (((b r aw) 1) ((n er) 0))) +("brownfield" nil (((b r aw n) 1) ((f iy l d) 1))) +("brownie" nil (((b r aw) 1) ((n iy) 0))) +("brownies" nil (((b r aw) 1) ((n iy z) 0))) +("browning" nil (((b r aw) 1) ((n ih ng) 0))) +("brownish" nil (((b r aw) 1) ((n ih sh) 0))) +("brownlee" nil (((b r aw n) 1) ((l iy) 0))) +("brownley" nil (((b r aw n) 1) ((l iy) 0))) +("brownlie" nil (((b r aw n) 1) ((l iy) 0))) +("brownlow" nil (((b r aw n) 1) ((l ow) 1))) +("brownmiller" nil (((b r aw n) 1) ((m ih) 1) ((l er) 0))) +("brownout" nil (((b r aw) 1) ((n aw t) 1))) +("brownouts" nil (((b r aw) 1) ((n aw t s) 1))) +("brownrigg" nil (((b r aw n) 1) ((r ih g) 0))) +("browns" nil (((b r aw n z) 1))) +("brownson" nil (((b r aw n) 1) ((s ax n) 0))) +("brownstein" nil (((b r aw n) 1) ((s t ay n) 1))) +("brownstone" nil (((b r aw n) 1) ((s t ow n) 1))) +("brownsville" nil (((b r aw n z) 1) ((v ih l) 0))) +("brows" nil (((b r aw z) 1))) +("browse" nil (((b r aw z) 1))) +("browsed" nil (((b r aw z d) 1))) +("browser" nil (((b r aw) 1) ((z er) 0))) +("browsers" nil (((b r aw) 1) ((z er z) 0))) +("browsing" nil (((b r aw) 1) ((z ih ng) 0))) +("brox" nil (((b r aa k s) 1))) +("broxson" nil (((b r aa k) 1) ((s ax n) 0))) +("broxterman" nil (((b r aa k) 1) ((s t er) 0) ((m ax n) 0))) +("broxton" nil (((b r aa k) 1) ((s t ax n) 0))) +("broy" nil (((b r oy) 1))) +("broyhill" nil (((b r oy) 1) ((hh ih l) 1))) +("broyles" nil (((b r oy l z) 1))) +("broz" nil (((b r aa z) 1))) +("brozek" nil (((b r ow) 1) ((z eh k) 0))) +("brozman" nil (((b r aa z) 1) ((m ax n) 0))) +("brozovich" nil (((b r aa) 1) ((z ax) 0) ((v ih ch) 0))) +("brozowski" nil (((b r ax) 0) ((z ao f) 1) ((s k iy) 0))) +("brubaker" nil (((b r ah) 1) ((b ax) 0) ((k er) 0))) +("brubeck" nil (((b r uw) 1) ((b eh k) 1))) +("brucato" nil (((b r uw) 0) ((k aa) 1) ((t ow) 0))) +("bruce" nil (((b r uw s) 1))) +("bruch" nil (((b r ah ch) 1))) +("bruchhausen" nil (((b r uw k) 1) ((hh aw) 1) ((z ax n) 0))) +("brucie" nil (((b r ah) 1) ((k iy) 0))) +("brucite" nil (((b r uw) 1) ((s ay t) 1))) +("bruck" nil (((b r ah k) 1))) +("brucker" nil (((b r ah) 1) ((k er) 0))) +("bruckman" nil (((b r ah k) 1) ((m ax n) 0))) +("bruckner" nil (((b r ah k) 1) ((n er) 0))) +("brucks" nil (((b r ah k s) 1))) +("bruder" nil (((b r uw) 1) ((d er) 0))) +("brue" nil (((b r uw) 1))) +("bruecher" nil (((b r uw) 1) ((ch er) 0))) +("brueck" nil (((b r uw k) 1))) +("brueckner" nil (((b r uh k) 1) ((n er) 0))) +("bruegge" nil (((b r uw) 1) ((g ax) 0))) +("brueggeman" nil (((b r uw g) 1) ((m ax n) 0))) +("brueggemann" nil (((b r uw g) 1) ((m ax n) 0))) +("brueggen" nil (((b r uw) 1) ((g ax n) 0))) +("bruegger" nil (((b r uw) 1) ((g er) 0))) +("bruehl" nil (((b r uw l) 1))) +("bruella" nil (((b r uw) 1) ((eh) 1) ((l ax) 0))) +("bruemmer" nil (((b r uw) 1) ((m er) 0))) +("bruen" nil (((b r uw n) 1))) +("bruening" nil (((b r uw) 1) ((n ih ng) 0))) +("bruer" nil (((b r uw) 1) ((er) 0))) +("bruff" nil (((b r ah f) 1))) +("bruford" nil (((b r uw) 1) ((f er d) 0))) +("bruges" nil (((b r uw) 1) ((jh ih z) 0))) +("bruggeman" nil (((b r ah g) 1) ((m ax n) 0))) +("brugger" nil (((b r ah) 1) ((g er) 0))) +("brugh" nil (((b r ah) 1))) +("brugman" nil (((b r ah g) 1) ((m ax n) 0))) +("bruha" nil (((b r uw) 1) ((hh ax) 0))) +("bruhl" nil (((b r ah l) 1))) +("bruhn" nil (((b r ah n) 1))) +("bruin" nil (((b r uw) 1) ((ih n) 0))) +("bruington" nil (((b r uw) 1) ((ih ng) 0) ((t ax n) 0))) +("bruins" nil (((b r uw) 1) ((ih n z) 0))) +("bruinsma" nil (((b r uw) 0) ((ih n) 1) ((s m ax) 0))) +("bruise" nil (((b r uw z) 1))) +("bruised" nil (((b r uw z d) 1))) +("bruises" nil (((b r uw) 1) ((z ax z) 0))) +("bruising" nil (((b r uw) 1) ((z ih ng) 0))) +("brule" nil (((b r uw l) 1))) +("bruley" nil (((b r uw) 1) ((l iy) 0))) +("brum" nil (((b r ah m) 1))) +("brumbach" nil (((b r ah m) 1) ((b aa k) 1))) +("brumback" nil (((b r ah m) 1) ((b ae k) 1))) +("brumbaugh" nil (((b r ah m) 1) ((b ao) 1))) +("brumbelow" nil (((b r ah m) 1) ((b ih) 0) ((l ow) 0))) +("brumer" nil (((b r uw) 1) ((m er) 0))) +("brumett" nil (((b r ah) 1) ((m ih t) 0))) +("brumfield" nil (((b r ah m) 1) ((f iy l d) 1))) +("brumit" nil (((b r uw) 1) ((m ih t) 0))) +("brumitt" nil (((b r uw) 1) ((m ih t) 0))) +("brumley" nil (((b r ah m) 1) ((l iy) 0))) +("brumlow" nil (((b r ah m) 1) ((l ow) 0))) +("brumm" nil (((b r ah m) 1))) +("brummel" nil (((b r ah) 1) ((m ax l) 0))) +("brummell" nil (((b r ah) 1) ((m ax l) 0))) +("brummer" nil (((b r ah) 1) ((m er) 0))) +("brummet" nil (((b r ah) 1) ((m ih t) 0))) +("brummett" nil (((b r ah) 1) ((m ih t) 0))) +("brummitt" nil (((b r ah) 1) ((m ih t) 0))) +("brummond" nil (((b r ah) 1) ((m ax n d) 0))) +("brun" nil (((b r ah n) 1))) +("bruna" nil (((b r uw) 1) ((n ax) 0))) +("brunch" nil (((b r ah n ch) 1))) +("brunches" nil (((b r ah n) 1) ((ch ih z) 0))) +("bruncor" nil (((b r ah n) 1) ((k ao r) 1))) +("brundage" nil (((b r ah n) 1) ((d ih jh) 0))) +("brundidge" nil (((b r ah n) 1) ((d ih jh) 0))) +("brundige" nil (((b r ah n) 1) ((d ih g) 0))) +("brundtland" nil (((b r ah n t) 1) ((l ax n d) 0))) +("brune" nil (((b r uw n) 1))) +("bruneau" nil (((b r ax) 0) ((n ow) 1))) +("brunei" nil (((b r uw) 0) ((n ay) 1))) +("brunell" nil (((b r ah) 1) ((n ax l) 0))) +("brunella" nil (((b r uw) 1) ((n eh) 1) ((l ax) 0))) +("brunelle" nil (((b r ax) 0) ((n eh l) 1))) +("brunelli" nil (((b r uw) 0) ((n eh) 1) ((l iy) 0))) +("bruner" nil (((b r uw) 1) ((n er) 0))) +("brunet" nil (((b r uw) 0) ((n eh t) 1))) +("brunett" nil (((b r ah) 1) ((n ih t) 0))) +("brunetta" nil (((b r uw) 0) ((n eh) 1) ((t ax) 0))) +("brunette" nil (((b r uw) 0) ((n eh t) 1))) +("brunetti" nil (((b r uw) 0) ((n eh) 1) ((t iy) 0))) +("brunetto" nil (((b r uw) 0) ((n eh) 1) ((t ow) 0))) +("bruney" nil (((b r uw) 1) ((n iy) 0))) +("brungard" nil (((b r ah ng) 1) ((g er d) 0))) +("brungardt" nil (((b r ah ng) 1) ((g aa r t) 0))) +("brunger" nil (((b r ah ng) 1) ((er) 0))) +("brunhilda" nil (((b r uw n) 0) ((hh iy l) 1) ((d ax) 0))) +("bruni" nil (((b r uw) 1) ((n iy) 0))) +("brunick" nil (((b r uw) 1) ((n ih k) 0))) +("bruning" nil (((b r uw) 1) ((n ih ng) 0))) +("brunjes" nil (((b r ax n) 0) ((zh iy z) 1))) +("brunk" nil (((b r ah ng k) 1))) +("brunke" nil (((b r ah ng k) 1))) +("brunken" nil (((b r ah ng) 1) ((k ax n) 0))) +("brunker" nil (((b r ah ng) 1) ((k er) 0))) +("brunkhorst" nil (((b r ah ng k) 1) ((hh ao r s t) 0))) +("brunkow" nil (((b r ah ng) 1) ((k ow) 0))) +("brunn" nil (((b r ah n) 1))) +("brunner" nil (((b r ah) 1) ((n er) 0))) +("brunnhilde" nil (((b r ah n) 1) ((hh ih l d) 0))) +("bruno" nil (((b r uw) 1) ((n ow) 0))) +("bruns" nil (((b r ah n z) 1))) +("brunskill" nil (((b r ah n) 1) ((s k ih l) 1))) +("brunsman" nil (((b r ah n) 1) ((s m ax n) 0))) +("brunson" nil (((b r ah n) 1) ((s ax n) 0))) +("brunsvold" nil (((b r ah n) 1) ((s v ow l d) 1))) +("brunswick" nil (((b r ah n) 1) ((z w ih k) 0))) +("brunswig" nil (((b r ah n) 1) ((s w ih g) 0))) +("brunt" nil (((b r ah n t) 1))) +("bruntjen" nil (((b r ah n t) 1) ((jh eh n) 1))) +("brunton" nil (((b r ah n) 1) ((t ax n) 0))) +("brunty" nil (((b r ah n) 1) ((t iy) 0))) +("bruntz" nil (((b r ah n t s) 1))) +("brus" nil (((b r ah s) 1))) +("brusca" nil (((b r ah) 1) ((s k ax) 0))) +("bruschi" nil (((b r uw) 1) ((s k iy) 0))) +("brusco" nil (((b r uw) 1) ((s k ow) 0))) +("bruse" nil (((b r uw z) 1))) +("brush" nil (((b r ah sh) 1))) +("brushaber" nil (((b r ah) 1) ((sh ax) 0) ((b er) 0))) +("brushed" nil (((b r ah sh t) 1))) +("brushes" nil (((b r ah) 1) ((sh ih z) 0))) +("brushing" nil (((b r ah) 1) ((sh ih ng) 0))) +("brushwork" nil (((b r ah) 1) ((sh w er k) 1))) +("brushy" nil (((b r ah) 1) ((sh iy) 0))) +("bruske" nil (((b r ah s k) 1))) +("bruski" nil (((b r ah) 1) ((s k iy) 0))) +("brusky" nil (((b r ah) 1) ((s k iy) 0))) +("bruso" nil (((b r uw) 1) ((s ow) 0))) +("brusque" nil (((b r ah s k) 1))) +("brusquely" nil (((b r ah) 1) ((s k l iy) 0))) +("bruss" nil (((b r ah s) 1))) +("brusseau" nil (((b r ax) 0) ((s ow) 1))) +("brusselmans" nil (((b r ah) 1) ((s ax l) 0) ((m ax n z) 0))) +("brussels" nil (((b r ah) 1) ((s ax l z) 0))) +("brust" nil (((b r ah s t) 1))) +("bruster" nil (((b r ah) 1) ((s t er) 0))) +("brustoloni" nil (((b r uw) 1) ((s t ow) 0) ((l ow) 1) ((n iy) 0))) +("brut" nil (((b r uw t) 1))) +("brutal" nil (((b r uw) 1) ((t ax l) 0))) +("brutalities" nil (((b r uw) 0) ((t ae) 1) ((l ax) 0) ((t iy z) 0))) +("brutality" nil (((b r uw) 0) ((t ae) 1) ((l ax) 0) ((t iy) 0))) +("brutalized" nil (((b r uw) 1) ((t ax) 0) ((l ay z d) 1))) +("brutalizes" nil (((b r uw) 1) ((t ax) 0) ((l ay) 1) ((z ih z) 0))) +("brutalizing" nil (((b r uw) 1) ((t ax) 0) ((l ay) 1) ((z ih ng) 0))) +("brutally" nil (((b r uw) 1) ((t ax) 0) ((l iy) 0))) +("brute" nil (((b r uw t) 1))) +("brutish" nil (((b r uw) 1) ((t ih sh) 0))) +("bruton" nil (((b r uw) 1) ((t ax n) 0))) +("brutsche" nil (((b r ah) 1) ((ch iy) 0))) +("brutus" nil (((b r uw) 1) ((t ax s) 0))) +("bruun" nil (((b r uw n) 1))) +("bruxelles" nil (((b r ax k) 0) ((s eh) 1) ((l ax s) 0))) +("bruyette" nil (((b r uw) 0) ((eh t) 1))) +("bruynes" nil (((b r uw) 1) ((ih n z) 0))) +("bruzzese" nil (((b r uw t) 0) ((s ey) 1) ((z iy) 0))) +("bryan" nil (((b r ay) 1) ((ax n) 0))) +("bryans" nil (((b r ay) 1) ((ax n z) 0))) +("bryant" nil (((b r ay) 1) ((ax n t) 0))) +("bryars" nil (((b r ay) 1) ((er z) 0))) +("bryce" nil (((b r ay s) 1))) +("bryden" nil (((b r ay) 1) ((d ax n) 0))) +("brydges" nil (((b r ih) 1) ((jh ih z) 0))) +("brydie" nil (((b r ih) 1) ((d iy) 0))) +("brydon" nil (((b r ih) 1) ((d ax n) 0))) +("brye" nil (((b r ay) 1))) +("bryen" nil (((b r ay) 1) ((ax n) 0))) +("bryer" nil (((b r ay) 1) ((er) 0))) +("bryk" nil (((b r ih k) 1))) +("brymer" nil (((b r ay) 1) ((m er) 0))) +("bryn" nil (((b r ih n) 1))) +("bryna" nil (((b r ih) 1) ((n ax) 0))) +("bryne" nil (((b r ay n) 1))) +("bryner" nil (((b r ay) 1) ((n er) 0))) +("bryngelson" nil (((b r ih ng) 1) ((g ih l) 0) ((s ax n) 0))) +("bryon" nil (((b r ay) 1) ((ax n) 0))) +("brys" nil (((b r ih s) 1))) +("bryson" nil (((b r ay) 1) ((s ax n) 0))) +("brzezinski" nil (((b r ih) 0) ((z ih n) 1) ((s k iy) 0))) +("brzoska" nil (((b r ow) 1) ((s k ax) 0))) +("brzozowski" nil (((b r ax) 0) ((z ao f) 1) ((s k iy) 0))) +("brzycki" nil (((b r ih t) 1) ((s k iy) 0))) +("bt" nil (((b iy) 1) ((t iy) 1))) +("bta" nil (((b iy) 1) ((t iy) 1) ((ey) 1))) +("bu" nil (((b uw) 1))) +("bua" nil (((b y uw) 1) ((ax) 0))) +("buangkok" nil (((b w aa ng) 1) ((k aa k) 0))) +("bub" nil (((b ah b) 1))) +("bubar" nil (((b uw) 1) ((b er) 0))) +("bubb" nil (((b ah b) 1))) +("Bubba" n (((b ah) 1) ((b ax) 0))) +("bubble" nil (((b ah) 1) ((b ax l) 0))) +("bubbled" nil (((b ah) 1) ((b ax l d) 0))) +("bubbles" nil (((b ah) 1) ((b ax l z) 0))) +("bubbling" nil (((b ah) 1) ((b ax) 0) ((l ih ng) 0))) +("bubbly" nil (((b ah) 1) ((b l iy) 0))) +("bubeck" nil (((b uw) 1) ((b eh k) 0))) +("bubel" nil (((b uw) 1) ((b ax l) 0))) +("bubier" nil (((b y uw) 1) ((b iy) 0) ((er) 0))) +("Bubiyan" n (((b uw) 1) ((b ax) 0) ((y aa n) 0))) +("bubka" nil (((b ah b) 1) ((k ax) 0))) +("bublitz" nil (((b ah) 1) ((b l ih t s) 0))) +("buboltz" nil (((b y uw) 1) ((b ow l t s) 1))) +("bubolz" nil (((b y uw) 1) ((b ow l z) 1))) +("bubonic" nil (((b y uw) 0) ((b aa) 1) ((n ih k) 0))) +("buc" nil (((b ah k) 1))) +("bucaro" nil (((b uw) 0) ((k aa) 1) ((r ow) 0))) +("buccaneers" nil (((b ah) 1) ((k ax) 0) ((n iy r z) 1))) +("buccellato" nil (((b uw) 0) ((ch eh) 0) ((l aa) 1) ((t ow) 0))) +("buccheri" nil (((b uw) 0) ((k eh) 1) ((r iy) 0))) +("bucci" nil (((b uw) 1) ((ch iy) 0))) +("bucciarelli" nil (((b uw) 0) ((ch er) 0) ((eh) 1) ((l iy) 0))) +("buccieri" nil (((b uw) 0) ((ch ih) 1) ((r iy) 0))) +("buccino" nil (((b uw) 0) ((ch iy) 1) ((n ow) 0))) +("buccola" nil (((b uw) 0) ((k ow) 1) ((l ax) 0))) +("bucek" nil (((b uw) 1) ((ch eh k) 0))) +("bucey" nil (((b y uw) 1) ((s iy) 0))) +("buch" nil (((b ah ch) 1))) +("buchalter" nil (((b ah) 1) ((k ax l) 0) ((t er) 0))) +("buchan" nil (((b ah) 1) ((k ax n) 0))) +("buchanan" nil (((b y uw) 0) ((k ae) 1) ((n ax n) 0))) +("buchannan" nil (((b y uw) 0) ((k ae) 1) ((n ax n) 0))) +("buchanon" nil (((b y uw) 0) ((k ae) 1) ((n ax n) 0))) +("bucharest" nil (((b y uw) 1) ((k er) 0) ((eh s t) 1))) +("buchberger" nil (((b ah k) 1) ((b er) 0) ((g er) 0))) +("buchbinder" nil (((b ah k) 1) ((b ih n) 1) ((d er) 0))) +("buche" nil (((b ah ch) 1))) +("buchen" nil (((b ah) 1) ((k ax n) 0))) +("bucher" nil (((b ah) 1) ((k er) 0))) +("buchert" nil (((b ah) 1) ((ch er t) 0))) +("buchheit" nil (((b ah k) 1) ((hh ay t) 0))) +("buchholtz" nil (((b ah k) 1) ((hh ow l t s) 0))) +("buchholz" nil (((b ah k) 1) ((hh ow l z) 0))) +("buchi" nil (((b ah) 1) ((ch iy) 0))) +("buchinger" nil (((b ah) 1) ((k ih n) 0) ((jh er) 0))) +("buchko" nil (((b ah ch) 1) ((k ow) 0))) +("buchler" nil (((b ah) 1) ((k ax) 0) ((l er) 0))) +("buchman" nil (((b ah k) 1) ((m ax n) 0))) +("buchmann" nil (((b ah k) 1) ((m ax n) 0))) +("buchmiller" nil (((b ah k) 1) ((m ax) 0) ((l er) 0))) +("buchner" nil (((b ah k) 1) ((n er) 0))) +("bucholtz" nil (((b ah) 1) ((k ow l t s) 0))) +("bucholz" nil (((b ah) 1) ((k ow l z) 0))) +("buchs" nil (((b ah k s) 1))) +("buchsbaum" nil (((b ah k s) 1) ((b aw m) 0))) +("buchta" nil (((b ah ch) 1) ((t ax) 0))) +("buchter" nil (((b ah k) 1) ((t er) 0))) +("buchwald" nil (((b ah) 1) ((k w ao l d) 0))) +("buck" nil (((b ah k) 1))) +("buckalew" nil (((b ah) 1) ((k ax) 0) ((l uw) 0))) +("buckbee" nil (((b ah k) 1) ((b iy) 1))) +("bucked" nil (((b ah k t) 1))) +("buckel" nil (((b ah) 1) ((k ax l) 0))) +("buckelew" nil (((b ah) 1) ((k ih) 0) ((l uw) 0))) +("buckels" nil (((b ah) 1) ((k ax l z) 0))) +("bucket" nil (((b ah) 1) ((k ax t) 0))) +("buckets" nil (((b ah) 1) ((k ax t s) 0))) +("buckey" nil (((b ah) 1) ((k iy) 0))) +("buckeye" nil (((b ah) 1) ((k ay) 1))) +("buckhantz" nil (((b ah k) 1) ((hh ae n t s) 1))) +("buckholtz" nil (((b ah k) 1) ((hh ow l t s) 1))) +("buckholz" nil (((b ah k) 1) ((hh ow l z) 0))) +("buckhorn" nil (((b ah k) 1) ((hh ao r n) 1))) +("bucking" nil (((b ah) 1) ((k ih ng) 0))) +("buckingham" nil (((b ah) 1) ((k ih ng) 0) ((hh ae m) 1))) +("buckland" nil (((b ah) 1) ((k l ax n d) 0))) +("buckle" nil (((b ah) 1) ((k ax l) 0))) +("buckled" nil (((b ah) 1) ((k ax l d) 0))) +("buckler" nil (((b ah) 1) ((k ax) 0) ((l er) 0))) +("buckles" nil (((b ah) 1) ((k ax l z) 0))) +("bucklew" nil (((b ah) 1) ((k l uw) 0))) +("buckley" nil (((b ah) 1) ((k l iy) 0))) +("bucklin" nil (((b ah) 1) ((k l ih n) 0))) +("buckling" nil (((b ah) 1) ((k l ih ng) 0))) +("buckman" nil (((b ah k) 1) ((m ax n) 0))) +("buckmaster" nil (((b ah k) 1) ((m ae) 1) ((s t er) 0))) +("buckminster" nil (((b ah k) 1) ((m ih n) 1) ((s t er) 0))) +("bucknam" nil (((b ah k) 1) ((n ax m) 0))) +("bucknell" nil (((b ah k) 1) ((n eh l) 1))) +("buckner" nil (((b ah k) 1) ((n er) 0))) +("bucko" nil (((b ah) 1) ((k ow) 0))) +("bucks" nil (((b ah k s) 1))) +("buckshot" nil (((b ah k) 1) ((sh aa t) 1))) +("buckskin" nil (((b ah k) 1) ((s k ih n) 1))) +("buckstein" nil (((b ah k) 1) ((s t iy n) 1))) +("buckthorn" nil (((b ah k) 1) ((th ao r n) 1))) +("buckwalter" nil (((b ah) 1) ((k w ax l) 0) ((t er) 0))) +("buckwheat" nil (((b ah) 1) ((k w iy t) 1))) +("bucolic" nil (((b y uw) 0) ((k aa) 1) ((l ih k) 0))) +("bucy" nil (((b y uw) 1) ((s iy) 0))) +("buczek" nil (((b ah) 1) ((ch eh k) 0))) +("buczkowski" nil (((b ax ch) 0) ((k ao f) 1) ((s k iy) 0))) +("buczynski" nil (((b ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("bud" nil (((b ah d) 1))) +("budai" nil (((b uw) 0) ((d aa) 1) ((iy) 0))) +("budapest" nil (((b uw) 1) ((d ax) 0) ((p eh s t) 1))) +("buday" nil (((b uw) 1) ((d ey) 0))) +("budd" nil (((b ah d) 1))) +("budde" nil (((b ah d) 1))) +("budden" nil (((b ah) 1) ((d ax n) 0))) +("buddenbrooks" nil (((b ah) 1) ((d ax n) 0) ((b r uh k s) 1))) +("buddenhagen" nil (((b ah) 1) ((d ih n) 0) ((hh ax) 0) ((g ax n) 0))) +("buddha" nil (((b uw) 1) ((d ax) 0))) +("buddhism" nil (((b uw) 1) ((d ih) 0) ((z ax m) 0))) +("buddhist" nil (((b uw) 1) ((d ax s t) 0))) +("buddhists" nil (((b uw) 1) ((d ax s t s) 0))) +("buddie" nil (((b ah) 1) ((d iy) 0))) +("buddies" nil (((b ah) 1) ((d iy z) 0))) +("buddin" nil (((b ah) 1) ((d ih n) 0))) +("budding" nil (((b ah) 1) ((d ih ng) 0))) +("buddy" nil (((b ah) 1) ((d iy) 0))) +("buder" nil (((b y uw) 1) ((d er) 0))) +("budge" nil (((b ah jh) 1))) +("budged" nil (((b ah jh d) 1))) +("budget" nil (((b ah) 1) ((jh ax t) 0))) +("budgetary" nil (((b ah) 1) ((jh ax) 0) ((t eh) 1) ((r iy) 0))) +("budgeted" nil (((b ah) 1) ((jh ax) 0) ((t ax d) 0))) +("budgeteers" nil (((b ah) 1) ((jh ax) 0) ((t ih r z) 1))) +("budgeting" nil (((b ah) 1) ((jh ax) 0) ((t ih ng) 0))) +("budgets" nil (((b ah) 1) ((jh ax t s) 0))) +("budging" nil (((b ah) 1) ((jh ih ng) 0))) +("budiman" nil (((b y uw) 1) ((t ih) 0) ((m ax n) 0))) +("budin" nil (((b uw) 1) ((d ih n) 0))) +("budinger" nil (((b y uw) 1) ((d ih ng) 0) ((er) 0))) +("budka" nil (((b ah d) 1) ((k ax) 0))) +("budke" nil (((b ah d) 1) ((k iy) 0))) +("budlong" nil (((b ah d) 1) ((l ao ng) 1))) +("budner" nil (((b ah d) 1) ((n er) 0))) +("budney" nil (((b ah d) 1) ((n iy) 0))) +("budnick" nil (((b ah d) 1) ((n ih k) 0))) +("budnik" nil (((b ah d) 1) ((n ih k) 0))) +("budny" nil (((b ah d) 1) ((n iy) 0))) +("budreau" nil (((b ax) 0) ((d r ow) 1))) +("budrow" nil (((b ah) 1) ((d r ow) 1))) +("buds" nil (((b ah d z) 1))) +("budvar" nil (((b ah d) 1) ((v aa r) 1))) +("budweiser" nil (((b ah) 1) ((d w ay) 0) ((z er) 0))) +("budz" nil (((b ah d z) 1))) +("budzinski" nil (((b ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("budzynski" nil (((b ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("bue" nil (((b w eh) 1))) +("bueche" nil (((b uw ch) 1))) +("buechel" nil (((b y uw) 1) ((k ax l) 0))) +("buechele" nil (((b y uw) 1) ((k ax l) 0))) +("buechler" nil (((b y uw) 1) ((k ax) 0) ((l er) 0))) +("buechner" nil (((b y uw k) 1) ((n er) 0))) +("buege" nil (((b uw jh) 1))) +("buegler" nil (((b y uw) 1) ((g l er) 0))) +("buehl" nil (((b y uw l) 1))) +("buehler" nil (((b y uw) 1) ((l er) 0))) +("buehner" nil (((b y uw) 1) ((n er) 0))) +("buehrer" nil (((b y uw) 1) ((hh er) 0))) +("buehring" nil (((b y uw) 1) ((r ih ng) 0))) +("buehrle" nil (((b y uw) 1) ((r ax l) 0))) +("bueker" nil (((b y uw) 1) ((k er) 0))) +("buel" nil (((b y uw l) 1))) +("buell" nil (((b y uw) 1) ((ax l) 0))) +("buelow" nil (((b uw) 1) ((l ow) 0))) +("buena" nil (((b uw) 1) ((n ax) 0))) +("buendia" nil (((b uw n) 1) ((d iy) 0) ((ax) 0))) +("buenger" nil (((b y uw n) 1) ((jh er) 0))) +("buening" nil (((b w eh) 1) ((n ih ng) 0))) +("bueno" nil (((b w ey) 1) ((n ow) 0))) +("buenos" nil (((b w ey) 1) ((n ow s) 0))) +("buenrostro" nil (((b w eh n) 0) ((r ow) 1) ((s t r ow) 0))) +("buentello" nil (((b uw n) 0) ((t eh) 1) ((l ow) 0))) +("buer" nil (((b uw) 1) ((er) 0))) +("buerge" nil (((b y uw r jh) 1))) +("buerger" nil (((b y uw r) 1) ((g er) 0))) +("buerkle" nil (((b y uw r) 1) ((k ax l) 0))) +("buescher" nil (((b y uw) 1) ((sh er) 0))) +("buesing" nil (((b y uw) 1) ((s ih ng) 0))) +("bueter" nil (((b y uw) 1) ((t er) 0))) +("buetow" nil (((b uw) 1) ((t ow) 0))) +("buettner" nil (((b y uw t) 1) ((n er) 0))) +("bufano" nil (((b uw) 0) ((f aa) 1) ((n ow) 0))) +("bufe" nil (((b y uw f) 1))) +("bufete" nil (((b y uw) 1) ((f iy t) 1))) +("buff" nil (((b ah f) 1))) +("buffa" nil (((b ah) 1) ((f ax) 0))) +("buffalo" nil (((b ah) 1) ((f ax) 0) ((l ow) 1))) +("buffaloe" nil (((b ah) 1) ((f ax) 0) ((l ow) 0))) +("buffalos" nil (((b ah) 1) ((f ax) 0) ((l ow z) 1))) +("buffer" nil (((b ah) 1) ((f er) 0))) +("buffered" nil (((b ah) 1) ((f er d) 0))) +("bufferin" nil (((b ah) 1) ((f er) 0) ((ih n) 0))) +("buffers" nil (((b ah) 1) ((f er z) 0))) +("buffet" nil (((b ah) 1) ((f ax t) 0))) +("buffeted" nil (((b ax) 0) ((f ey d) 1))) +("buffeting" nil (((b ax) 0) ((f ey) 1) ((ih ng) 0))) +("buffets" nil (((b ah) 1) ((f ax t s) 0))) +("buffett" nil (((b ah) 1) ((f ih t) 0))) +("buffin" nil (((b ah) 1) ((f ih n) 0))) +("buffington" nil (((b ah) 1) ((f ih ng) 0) ((t ax n) 0))) +("buffkin" nil (((b ah f) 1) ((k ih n) 0))) +("buffo" nil (((b uw) 1) ((f ow) 0))) +("buffone" nil (((b uw) 0) ((f ow) 1) ((n iy) 0))) +("buffoon" nil (((b ax) 0) ((f uw n) 1))) +("bufford" nil (((b ah) 1) ((f er d) 0))) +("buffs" nil (((b ah f s) 1))) +("buffton" nil (((b ah f) 1) ((t ax n) 0))) +("buffum" nil (((b ah) 1) ((f ax m) 0))) +("bufkin" nil (((b ah f) 1) ((k ih n) 0))) +("buford" nil (((b y uw) 1) ((f er d) 0))) +("bug" nil (((b ah g) 1))) +("bugaboo" nil (((b ah) 1) ((g ax) 0) ((b uw) 1))) +("bugaj" nil (((b uw) 1) ((g ax jh) 0))) +("bugarin" nil (((b y uw) 1) ((g er) 0) ((ih n) 0))) +("bugay" nil (((b y uw) 1) ((g ey) 0))) +("bugbee" nil (((b ah g) 1) ((b iy) 1))) +("bugeyed" nil (((b ah) 1) ((g ay d) 1))) +("bugg" nil (((b ah g) 1))) +("bugge" nil (((b ah g) 1))) +("bugged" nil (((b ah g d) 1))) +("buggers" nil (((b ah) 1) ((g er z) 0))) +("buggies" nil (((b ah) 1) ((g iy z) 0))) +("bugging" nil (((b ah) 1) ((g ih ng) 0))) +("buggs" nil (((b ah g z) 1))) +("buggy" nil (((b ah) 1) ((g iy) 0))) +("bugh" nil (((b y uw g) 1))) +("bugher" nil (((b y uw) 1) ((g er) 0))) +("bugis" nil (((b uw) 1) ((g ih s) 0))) +("bugle" nil (((b y uw) 1) ((g ax l) 0))) +("bugles" nil (((b y uw) 1) ((g ax l z) 0))) +("bugling" nil (((b y uw) 1) ((g ax) 0) ((l ih ng) 0))) +("bugliosi" nil (((b uw) 0) ((g l iy) 0) ((ow) 1) ((s iy) 0))) +("bugs" nil (((b ah g z) 1))) +("buhl" nil (((b y uw l) 1))) +("buhler" nil (((b uw) 1) ((l er) 0))) +("buhman" nil (((b ah) 1) ((m ax n) 0))) +("buhr" nil (((b y uh r) 1))) +("buhrman" nil (((b uh r) 1) ((m ax n) 0))) +("buhrow" nil (((b uh) 1) ((r ow) 0))) +("bui" nil (((b ih) 1))) +("buice" nil (((b ih s) 1))) +("buick" nil (((b y uw) 1) ((ih k) 0))) +("buicks" nil (((b y uw) 1) ((ih k s) 0))) +("buie" nil (((b uw) 0) ((iy) 1))) +("buikema" nil (((b ih) 0) ((k ey) 1) ((m ax) 0))) +("build" nil (((b ih l d) 1))) +("buildable" nil (((b ih l) 1) ((d ax) 0) ((b ax l) 0))) +("builder" nil (((b ih l) 1) ((d er) 0))) +("builders" nil (((b ih l) 1) ((d er z) 0))) +("building" nil (((b ih l) 1) ((d ih ng) 0))) +("buildings" nil (((b ih l) 1) ((d ih ng z) 0))) +("builds" nil (((b ih l d z) 1))) +("buildup" nil (((b ih l) 1) ((d ah p) 1))) +("buildups" nil (((b ih l) 1) ((d ah p s) 1))) +("built" nil (((b ih l t) 1))) +("buis" nil (((b ih z) 1))) +("buisson" nil (((b w iy) 1) ((s aa n) 1))) +("buist" nil (((b uw) 1) ((ih s t) 0))) +("buitoni" nil (((b y uw) 0) ((t ow) 1) ((n iy) 0))) +("buitrago" nil (((b ih) 0) ((t r aa) 1) ((g ow) 0))) +("buitron" nil (((b ih) 1) ((t r ax n) 0))) +("bujak" nil (((b uw) 1) ((y ax k) 0))) +("bukavu" nil (((b uw) 0) ((k aa) 1) ((v uw) 1))) +("buker" nil (((b y uw) 1) ((k er) 0))) +("bukharin" nil (((b ah k) 1) ((hh er) 0) ((ih n) 0))) +("bukit" nil (((b uh) 1) ((k ih t) 0))) +("bukovsky" nil (((b uw) 0) ((k aa v) 1) ((s k iy) 0))) +("bukowski" nil (((b y uw) 0) ((k ao f) 1) ((s k iy) 0))) +("bula" nil (((b y uw) 1) ((l ax) 0))) +("bulat" nil (((b uw) 1) ((l ax t) 0))) +("bulb" nil (((b ah l b) 1))) +("bulbous" nil (((b ah l) 1) ((b ax s) 0))) +("bulbs" nil (((b ah l b z) 1))) +("bulen" nil (((b ah) 1) ((l ax n) 0))) +("bulent" nil (((b y uw) 1) ((l ax n t) 0))) +("buley" nil (((b y uw) 1) ((l iy) 0))) +("bulfinch" nil (((b uh l) 1) ((f ih n ch) 1))) +("bulgaria" nil (((b ax l) 0) ((g eh) 1) ((r iy) 0) ((ax) 0))) +("bulgarian" nil (((b ax l) 0) ((g eh) 1) ((r iy) 0) ((ax n) 0))) +("bulgarians" nil (((b ax l) 0) ((g eh) 1) ((r iy) 0) ((ax n z) 0))) +("bulge" nil (((b ah l jh) 1))) +("bulged" nil (((b ah l jh d) 1))) +("bulger" nil (((b ah l) 1) ((g er) 0))) +("bulges" nil (((b ah l) 1) ((jh ih z) 0))) +("bulging" nil (((b ah l) 1) ((jh ih ng) 0))) +("bulgrin" nil (((b uh l) 1) ((g r ih n) 0))) +("bulimia" nil (((b y uw) 0) ((l ih) 1) ((m iy) 0) ((ax) 0))) +("bulin" nil (((b y uw) 1) ((l ih n) 0))) +("bulk" nil (((b ah l k) 1))) +("bulkeley" nil (((b uh l) 1) ((k ax) 0) ((l iy) 0))) +("bulkhead" nil (((b ah l k) 1) ((hh eh d) 1))) +("bulkheads" nil (((b ah l k) 1) ((hh eh d z) 1))) +("bulkier" nil (((b ah l) 1) ((k iy) 0) ((er) 0))) +("bulkley" nil (((b ah l) 1) ((k l iy) 0))) +("bulky" nil (((b ah l) 1) ((k iy) 0))) +("bull" nil (((b uh l) 1))) +("bulla" nil (((b uh) 1) ((l ax) 0))) +("bullard" nil (((b uh) 1) ((l er d) 0))) +("bulldog" nil (((b uh l) 1) ((d ao g) 1))) +("bulldoze" nil (((b uh l) 1) ((d ow z) 1))) +("bulldozed" nil (((b uh l) 1) ((d ow z d) 1))) +("bulldozer" nil (((b uh l) 1) ((d ow) 1) ((z er) 0))) +("bulldozers" nil (((b uh l) 1) ((d ow) 1) ((z er z) 0))) +("bulldozing" nil (((b uh l) 1) ((d ow) 1) ((z ih ng) 0))) +("bullen" nil (((b uh) 1) ((l ax n) 0))) +("buller" nil (((b uh) 1) ((l er) 0))) +("bullet" nil (((b uh) 1) ((l ax t) 0))) +("bulletin" nil (((b uh) 1) ((l ih) 0) ((t ax n) 0))) +("bulletins" nil (((b uh) 1) ((l ax) 0) ((t ax n z) 0))) +("bulletproof" nil (((b uh) 1) ((l ax t) 0) ((p r uw f) 1))) +("bullets" nil (((b uh) 1) ((l ax t s) 0))) +("bullfighter" nil (((b uh l) 1) ((f ay) 1) ((t er) 0))) +("bullheads" nil (((b uh l) 1) ((hh eh d z) 1))) +("bullhorn" nil (((b uh l) 1) ((hh ao r n) 1))) +("bullhorns" nil (((b uh l) 1) ((hh ao r n z) 1))) +("bullied" nil (((b uh) 1) ((l iy d) 0))) +("bullies" nil (((b uh) 1) ((l iy z) 0))) +("bullinger" nil (((b uh) 1) ((l ih ng) 0) ((er) 0))) +("bullington" nil (((b uh) 1) ((l ih ng) 0) ((t ax n) 0))) +("bullins" nil (((b uh) 1) ((l ih n z) 0))) +("bullion" nil (((b uh) 1) ((l y ax n) 0))) +("bullis" nil (((b uh) 1) ((l ih s) 0))) +("bullish" nil (((b uh) 1) ((l ih sh) 0))) +("bullishly" nil (((b uh) 1) ((l ih) 0) ((sh l iy) 0))) +("bullishness" nil (((b uh) 1) ((l ih) 0) ((sh n ax s) 0))) +("bullman" nil (((b uh l) 1) ((m ax n) 0))) +("bulloch" nil (((b uh) 1) ((l ax k) 0))) +("bullock" nil (((b uh) 1) ((l ax k) 0))) +("bullocks" nil (((b uh) 1) ((l ax k s) 0))) +("bullpen" nil (((b uh l) 1) ((p eh n) 1))) +("bulls" nil (((b uh l z) 1))) +("bulluck" nil (((b uh) 1) ((l ax k) 0))) +("bullwinkle" nil (((b uh l) 1) ((w ih ng) 1) ((k ax l) 0))) +("bully" nil (((b uh) 1) ((l iy) 0))) +("bullying" nil (((b uh) 1) ((l iy) 0) ((ih ng) 0))) +("bulman" nil (((b ah l) 1) ((m ax n) 0))) +("bulmer" nil (((b ah l) 1) ((m er) 0))) +("bulova" nil (((b y uw) 0) ((l ow) 1) ((v ax) 0))) +("bulow" nil (((b y uw) 1) ((l ow) 0))) +("bulrush" nil (((b uh l) 1) ((r ax sh) 0))) +("bulson" nil (((b uh l) 1) ((s ax n) 0))) +("bult" nil (((b ah l t) 1))) +("bultema" nil (((b uw l) 0) ((t eh) 1) ((m ax) 0))) +("bulthuis" nil (((b ah l) 1) ((dh uw) 0) ((ih z) 0))) +("bultman" nil (((b uh l t) 1) ((m ax n) 0))) +("bulwark" nil (((b uh l) 1) ((w er k) 0))) +("bum" nil (((b ah m) 1))) +("bumann" nil (((b y uw) 1) ((m ax n) 0))) +("bumbalough" nil (((b ah m) 1) ((b ax) 0) ((l aw) 0))) +("bumbarger" nil (((b ah m) 1) ((b aa r) 1) ((g er) 0))) +("bumbaugh" nil (((b ah m) 1) ((b ao) 1))) +("bumble" nil (((b ah m) 1) ((b ax l) 0))) +("bumbling" nil (((b ah m) 1) ((b ax) 0) ((l ih ng) 0))) +("bumgardner" nil (((b ah m) 1) ((g aa r d) 1) ((n er) 0))) +("bumgarner" nil (((b ah m) 1) ((g aa r) 1) ((n er) 0))) +("bumiputra" nil (((b uw) 1) ((m iy) 0) ((p y uw) 1) ((t r ax) 0))) +("bummed" nil (((b ah m d) 1))) +("bummer" nil (((b ah) 1) ((m er) 0))) +("bump" nil (((b ah m p) 1))) +("bumpas" nil (((b ah m) 1) ((p ax z) 0))) +("bumpass" nil (((b ah m) 1) ((p ae s) 1))) +("bumped" nil (((b ah m p t) 1))) +("bumper" nil (((b ah m) 1) ((p er) 0))) +("bumpers" nil (((b ah m) 1) ((p er z) 0))) +("bumping" nil (((b ah m) 1) ((p ih ng) 0))) +("bumpings" nil (((b ah m) 1) ((p ih ng z) 0))) +("bumpkin" nil (((b ah m p) 1) ((k ih n) 0))) +("bumps" nil (((b ah m p s) 1))) +("bumpus" nil (((b ah m) 1) ((p ax s) 0))) +("bumpy" nil (((b ah m) 1) ((p iy) 0))) +("bums" nil (((b ah m z) 1))) +("bumstead" nil (((b ah m) 1) ((s t eh d) 1))) +("bun" nil (((b ah n) 1))) +("bunce" nil (((b ah n s) 1))) +("bunch" nil (((b ah n ch) 1))) +("bunched" nil (((b ah n ch t) 1))) +("bunches" nil (((b ah n) 1) ((ch ax z) 0))) +("bunching" nil (((b ah n) 1) ((ch ih ng) 0))) +("bunchy" nil (((b ah n) 1) ((ch iy) 0))) +("bund" nil (((b ah n d) 1))) +("bunda" nil (((b ah n) 1) ((d ax) 0))) +("bunde" nil (((b ah n d) 1))) +("bundesbank" nil (((b uh n) 1) ((d ih s) 0) ((b ae ng k) 1))) +("bundespost" nil (((b uh n) 1) ((d ih) 0) ((s p ow s t) 1))) +("bundesrat" nil (((b uh n) 1) ((d ih) 0) ((s r ae t) 1))) +("bundestag" nil (((b ah n) 1) ((d ax) 0) ((s t ae g) 1))) +("bundeswehr" nil (((b ah n) 1) ((d ax) 0) ((s w eh r) 1))) +("bundick" nil (((b ah n) 1) ((d ih k) 0))) +("bundle" nil (((b ah n) 1) ((d ax l) 0))) +("bundled" nil (((b ah n) 1) ((d ax l d) 0))) +("bundles" nil (((b ah n) 1) ((d ax l z) 0))) +("bundling" nil (((b ah n) 1) ((d ax) 0) ((l ih ng) 0))) +("bundren" nil (((b ah n) 1) ((d er) 0) ((ax n) 0))) +("bundrick" nil (((b ah n) 1) ((d r ih k) 0))) +("bunds" nil (((b ah n d z) 1))) +("bundschuh" nil (((b ah n d) 1) ((sh uw) 0))) +("bundy" nil (((b ah n) 1) ((d iy) 0))) +("bundys" nil (((b ah n) 1) ((d iy z) 0))) +("bung" nil (((b ah ng) 1))) +("bungalow" nil (((b ah ng) 1) ((g ax) 0) ((l ow) 1))) +("bungalows" nil (((b ah ng) 1) ((g ax) 0) ((l ow z) 1))) +("bungard" nil (((b ah ng) 1) ((g er d) 0))) +("bunge" nil (((b ah n jh) 1))) +("bungee" nil (((b ah n) 1) ((jh iy) 0))) +("bunger" nil (((b ah ng) 1) ((er) 0))) +("bungert" nil (((b ah ng) 1) ((g er t) 0))) +("bungey" nil (((b ah n) 1) ((jh iy) 0))) +("bungled" nil (((b ah ng) 1) ((g ax l d) 0))) +("bungling" nil (((b ah ng) 1) ((g ax) 0) ((l ih ng) 0))) +("bunk" nil (((b ah ng k) 1))) +("bunke" nil (((b ah ng k) 1))) +("bunker" nil (((b ah ng) 1) ((k er) 0))) +("bunkers" nil (((b ah ng) 1) ((k er z) 0))) +("bunkley" nil (((b ah ng) 1) ((k l iy) 0))) +("bunks" nil (((b ah ng k s) 1))) +("bunn" nil (((b ah n) 1))) +("bunnell" nil (((b ah) 1) ((n ax l) 0))) +("bunner" nil (((b ah) 1) ((n er) 0))) +("bunney" nil (((b ah) 1) ((n iy) 0))) +("bunni" nil (((b uw) 1) ((n iy) 0))) +("bunnie" nil (((b ah) 1) ((n iy) 0))) +("bunnies" nil (((b ah) 1) ((n iy z) 0))) +("bunning" nil (((b ah) 1) ((n ih ng) 0))) +("bunny" nil (((b ah) 1) ((n iy) 0))) +("buns" nil (((b ah n z) 1))) +("bunt" nil (((b ah n t) 1))) +("buntain" nil (((b ax n) 0) ((t ey n) 1))) +("bunte" nil (((b ah n t) 1))) +("bunten" nil (((b ah n) 1) ((t ax n) 0))) +("buntin" nil (((b ah n) 1) ((t ih n) 0))) +("bunting" nil (((b ah n) 1) ((t ih ng) 0))) +("bunton" nil (((b ah n) 1) ((t ax n) 0))) +("buntrock" nil (((b ah n) 1) ((t r aa k) 1))) +("buntstrock" nil (((b ah n t) 1) ((s t r aa k) 1))) +("buntyn" nil (((b ah n) 1) ((t ih n) 0))) +("buntz" nil (((b ah n t s) 1))) +("bunyan" nil (((b ah) 1) ((n y ax n) 0))) +("bunyard" nil (((b ax) 0) ((n y aa r d) 1))) +("bunzl" nil (((b ah n) 1) ((z ax l) 0))) +("buol" nil (((b ow l) 1))) +("buona" nil (((b w ao) 1) ((n ax) 0))) +("buonanno" nil (((b w ow) 0) ((n aa) 1) ((n ow) 0))) +("buonicontis" nil (((b w aa) 1) ((n ih) 0) ((k aa n) 1) ((t iy z) 0))) +("buono" nil (((b w ow) 1) ((n ow) 0))) +("buonocore" nil (((b w ow) 0) ((n ow) 0) ((k ao) 1) ((r iy) 0))) +("buonomo" nil (((b w ow) 0) ((n ow) 1) ((m ow) 0))) +("buoy" nil (((b uw) 1) ((iy) 0))) +("buoyancy" nil (((b oy) 1) ((ax n) 0) ((s iy) 0))) +("buoyant" nil (((b oy) 1) ((ax n t) 0))) +("buoyed" nil (((b uw) 1) ((iy d) 0))) +("buoying" nil (((b oy) 1) ((ih ng) 0))) +("buoys" nil (((b uw) 1) ((iy z) 0))) +("bupp" nil (((b ah p) 1))) +("buprenorphine" nil (((b y uw) 1) ((p r ax) 0) ((n er) 0) ((f iy n) 1))) +("bur" nil (((b er) 1))) +("burack" nil (((b y uw) 1) ((r ax k) 0))) +("burak" nil (((b y uw) 1) ((r ax k) 0))) +("buran" nil (((b y uw) 1) ((r ax n) 0))) +("burandt" nil (((b y uw) 1) ((r ax n t) 0))) +("buras" nil (((b y uw) 1) ((r ax z) 0))) +("burba" nil (((b er) 1) ((b ax) 0))) +("burbach" nil (((b er) 1) ((b aa k) 0))) +("burback" nil (((b er) 1) ((b ae k) 0))) +("burbage" nil (((b er) 1) ((b ih jh) 0))) +("burbank" nil (((b er) 1) ((b ae ng k) 1))) +("burbidge" nil (((b er) 1) ((b ih jh) 0))) +("burbridge" nil (((b er) 1) ((b r ih jh) 0))) +("burby" nil (((b er) 1) ((b iy) 0))) +("burch" nil (((b er ch) 1))) +("burcham" nil (((b er) 0) ((sh ae m) 1))) +("burchard" nil (((b er) 0) ((sh aa r d) 1))) +("burchell" nil (((b er) 1) ((k ax l) 0))) +("burcher" nil (((b er) 1) ((ch er) 0))) +("burchett" nil (((b er) 1) ((ch ih t) 0))) +("burchette" nil (((b er) 0) ((sh eh t) 1))) +("burchfield" nil (((b er ch) 1) ((f iy l d) 0))) +("burchill" nil (((b er k) 1) ((hh ih l) 0))) +("burciaga" nil (((b uh r) 0) ((s iy) 0) ((aa) 1) ((g ax) 0))) +("burck" nil (((b er k) 1))) +("burckhard" nil (((b er k) 1) ((hh er d) 0))) +("burckhardt" nil (((b er k) 1) ((hh aa r t) 0))) +("burd" nil (((b er d) 1))) +("burda" nil (((b uh r) 1) ((d ax) 0))) +("burdell" nil (((b er) 0) ((d eh l) 1))) +("burden" nil (((b er) 1) ((d ax n) 0))) +("burdened" nil (((b er) 1) ((d ax n d) 0))) +("burdening" nil (((b er) 1) ((d ax) 0) ((n ih ng) 0))) +("burdens" nil (((b er) 1) ((d ax n z) 0))) +("burdensome" nil (((b er) 1) ((d ax n) 0) ((s ax m) 0))) +("burdett" nil (((b er) 1) ((d ih t) 0))) +("burdette" nil (((b er) 0) ((d eh t) 1))) +("burdge" nil (((b er jh) 1))) +("burdi" nil (((b uh r) 1) ((d iy) 0))) +("burdick" nil (((b er) 1) ((d ih k) 0))) +("burdin" nil (((b er) 1) ((d ih n) 0))) +("burdine" nil (((b uh r) 0) ((d iy) 1) ((n iy) 0))) +("burdines" nil (((b er) 0) ((d iy) 1) ((n eh z) 0))) +("burditt" nil (((b er) 0) ((d ih t) 1))) +("burdo" nil (((b uh r) 1) ((d ow) 0))) +("burdon" nil (((b er) 1) ((d ax n) 0))) +("burdsall" nil (((b er d) 1) ((s ax l) 0))) +("bureau" nil (((b y uh) 1) ((r ow) 0))) +("bureaucracies" nil (((b y uh) 0) ((r aa) 1) ((k r ax) 0) ((s iy z) 0))) +("bureaucracy" nil (((b y uh) 0) ((r aa) 1) ((k r ax) 0) ((s iy) 0))) +("bureaucrat" nil (((b y uh) 1) ((r ax) 0) ((k r ae t) 1))) +("bureaucratic" nil (((b y uh) 1) ((r ax) 0) ((k r ae) 1) ((t ih k) 0))) +("bureaucrats" nil (((b y uh) 1) ((r ax) 0) ((k r ae t s) 1))) +("bureaus" nil (((b y uh) 1) ((r ow z) 0))) +("burek" nil (((b eh) 1) ((r ih k) 0))) +("burel" nil (((b eh) 1) ((r ax l) 0))) +("burell" nil (((b eh) 1) ((r ax l) 0))) +("buren" nil (((b y uh) 1) ((r ax n) 0))) +("bures" nil (((b eh r z) 1))) +("buresh" nil (((b eh) 1) ((r ih sh) 0))) +("burfeind" nil (((b er) 1) ((f ay n d) 0))) +("burfield" nil (((b er) 1) ((f iy l d) 0))) +("burford" nil (((b er) 1) ((f er d) 0))) +("burg" nil (((b er g) 1))) +("burgamy" nil (((b er) 1) ((g ax) 0) ((m iy) 0))) +("burgan" nil (((b er) 1) ((g ae n) 0))) +("burgard" nil (((b er) 1) ((g er d) 0))) +("burgdorf" nil (((b er g) 1) ((d ao r f) 0))) +("burge" nil (((b er g) 1))) +("burgee" nil (((b er) 1) ((g iy) 0))) +("burgener" nil (((b er) 1) ((g iy) 0) ((n er) 0))) +("burgeoned" nil (((b er) 1) ((jh ax n d) 0))) +("burgeoning" nil (((b er) 1) ((jh ax) 0) ((n ih ng) 0))) +("burger" nil (((b er) 1) ((g er) 0))) +("burgers" nil (((b er) 1) ((g er z) 0))) +("burgert" nil (((b er) 1) ((g er t) 0))) +("burges" nil (((b er g z) 1))) +("burgeson" nil (((b er) 1) ((g ih) 0) ((s ax n) 0))) +("burgess" nil (((b er) 1) ((jh ax s) 0))) +("burget" nil (((b er) 1) ((g eh t) 0))) +("burgett" nil (((b er) 1) ((jh ih t) 0))) +("burggraf" nil (((b er) 1) ((g r ax f) 0))) +("burghardt" nil (((b er) 1) ((g aa r t) 0))) +("burghart" nil (((b er g) 1) ((hh aa r t) 0))) +("burgher" nil (((b er) 1) ((g er) 0))) +("burgin" nil (((b er) 1) ((g ih n) 0))) +("burgio" nil (((b er) 1) ((g iy) 0) ((ow) 0))) +("burglar" nil (((b er) 1) ((g l er) 0))) +("burglaries" nil (((b er) 1) ((g l er) 0) ((iy z) 0))) +("burglarize" nil (((b er) 1) ((g l er) 0) ((ay z) 1))) +("burglars" nil (((b er) 1) ((g l er z) 0))) +("burglary" nil (((b er) 1) ((g l er) 0) ((iy) 0))) +("burgling" nil (((b er) 1) ((g l ih ng) 0))) +("burgman" nil (((b er g) 1) ((m ax n) 0))) +("burgmaster" nil (((b er g) 1) ((m ae) 1) ((s t er) 0))) +("burgner" nil (((b er g) 1) ((n er) 0))) +("burgo" nil (((b er) 1) ((g ow) 0))) +("burgomasters" nil (((b er) 1) ((g ax) 0) ((m ae) 1) ((s t er z) 0))) +("burgoon" nil (((b er) 1) ((g uw n) 0))) +("burgos" nil (((b er) 1) ((g ow z) 0))) +("burgoyne" nil (((b er) 0) ((g oy n) 1))) +("burgundians" nil (((b er) 0) ((g ah n) 1) ((d iy) 0) ((ax n z) 0))) +("burgundies" nil (((b er) 1) ((g ax n) 0) ((d iy z) 0))) +("burgundy" nil (((b er) 1) ((g ax n) 0) ((d iy) 0))) +("burgy" nil (((b er) 1) ((jh iy) 0))) +("burham" nil (((b er) 1) ((hh ax m) 0))) +("burhans" nil (((b er) 1) ((hh ax n z) 0))) +("buri" nil (((b uh) 1) ((r iy) 0))) +("burial" nil (((b eh) 1) ((r iy) 0) ((ax l) 0))) +("burials" nil (((b eh) 1) ((r iy) 0) ((ax l z) 0))) +("burian" nil (((b y uh) 1) ((r iy) 0) ((ax n) 0))) +("burich" nil (((b eh) 1) ((r ih k) 0))) +("buried" nil (((b eh) 1) ((r iy d) 0))) +("buries" nil (((b eh) 1) ((r iy z) 0))) +("burk" nil (((b er k) 1))) +("burkard" nil (((b er) 1) ((k er d) 0))) +("burkart" nil (((b er) 1) ((k aa r t) 0))) +("burke" nil (((b er k) 1))) +("burkeen" nil (((b er) 0) ((k iy n) 1))) +("burkel" nil (((b er) 1) ((k ax l) 0))) +("burkemper" nil (((b er) 1) ((k ih m) 0) ((p er) 0))) +("burkert" nil (((b er) 1) ((k er t) 0))) +("burkes" nil (((b er k s) 1))) +("burket" nil (((b er) 1) ((k ih t) 0))) +("burkett" nil (((b er) 1) ((k ih t) 0))) +("burkey" nil (((b er) 1) ((k iy) 0))) +("burkhalter" nil (((b er k) 1) ((hh ax l) 0) ((t er) 0))) +("burkhammer" nil (((b er k) 1) ((hh ax) 0) ((m er) 0))) +("burkhard" nil (((b er k) 1) ((hh er d) 0))) +("burkhardt" nil (((b er k) 1) ((hh aa r t) 0))) +("burkhart" nil (((b er k) 1) ((hh aa r t) 0))) +("burkhead" nil (((b er k) 1) ((hh eh d) 0))) +("burkholder" nil (((b er k) 1) ((hh ow l) 0) ((d er) 0))) +("burkina" nil (((b er) 0) ((k iy) 1) ((n ax) 0))) +("burkins" nil (((b er) 1) ((k ih n z) 0))) +("burkitt" nil (((b er) 1) ((k ih t) 0))) +("burkland" nil (((b er) 1) ((k l ax n d) 0))) +("burkle" nil (((b er) 1) ((k ax l) 0))) +("burkley" nil (((b er) 1) ((k l iy) 0))) +("burklow" nil (((b er) 1) ((k l aw) 0))) +("burklund" nil (((b er) 1) ((k l ax n d) 0))) +("burkman" nil (((b er k) 1) ((m ax n) 0))) +("burks" nil (((b er k s) 1))) +("burl" nil (((b er l) 1))) +("burland" nil (((b er) 1) ((l ax n d) 0))) +("burlap" nil (((b er) 1) ((l ae p) 1))) +("burlapped" nil (((b er) 1) ((l ae p t) 1))) +("burlatsky" nil (((b er) 0) ((l ae t) 1) ((s k iy) 0))) +("burleigh" nil (((b er) 1) ((l ax) 0))) +("burleson" nil (((b er) 1) ((l ih) 0) ((s ax n) 0))) +("burlesque" nil (((b er) 0) ((l eh s k) 1))) +("burlew" nil (((b er) 1) ((l uw) 0))) +("burley" nil (((b er) 1) ((l iy) 0))) +("burling" nil (((b er) 1) ((l ih ng) 0))) +("burlingame" nil (((b er) 1) ((l ih ng) 0) ((g ey m) 1))) +("burlingham" nil (((b er) 1) ((l ih ng) 0) ((hh ae m) 1))) +("burlington" nil (((b er) 1) ((l ih ng) 0) ((t ax n) 0))) +("burlison" nil (((b er) 1) ((l ih) 0) ((s ax n) 0))) +("burly" nil (((b er) 1) ((l iy) 0))) +("burma" nil (((b er) 1) ((m ax) 0))) +("burmah" nil (((b er) 1) ((m ax) 0))) +("burman" nil (((b er) 1) ((m ax n) 0))) +("burmans" nil (((b er) 1) ((m ax n z) 0))) +("burmaster" nil (((b er) 1) ((m ae) 0) ((s t er) 0))) +("burmeister" nil (((b er) 1) ((m ay) 0) ((s t er) 0))) +("burmese" nil (((b er) 0) ((m iy z) 1))) +("burmester" nil (((b er) 1) ((m ih) 0) ((s t er) 0))) +("burn" nil (((b er n) 1))) +("burnable" nil (((b er) 1) ((n ax) 0) ((b ax l) 0))) +("burnaby" nil (((b er) 1) ((n ax) 0) ((b iy) 0))) +("burnam" nil (((b er) 1) ((n ax m) 0))) +("burnap" nil (((b er) 1) ((n ax p) 0))) +("burnard" nil (((b er) 0) ((n aa r d) 1))) +("burndy" nil (((b er n) 1) ((d iy) 0))) +("burne" nil (((b er n) 1))) +("burned" nil (((b er n d) 1))) +("burnell" nil (((b er) 1) ((n ax l) 0))) +("burner" nil (((b er) 1) ((n er) 0))) +("burners" nil (((b er) 1) ((n er z) 0))) +("burnes" nil (((b er n z) 1))) +("burness" nil (((b er) 1) ((n ax s) 0))) +("burnet" nil (((b er) 1) ((n ih t) 0))) +("burnett" nil (((b er) 0) ((n eh t) 1))) +("burnette" nil (((b er) 1) ((n eh t) 1))) +("burney" nil (((b er) 1) ((n iy) 0))) +("burnham" nil (((b er) 1) ((n ax m) 0))) +("burning" nil (((b er) 1) ((n ih ng) 0))) +("burningham" nil (((b er) 1) ((n ih ng) 0) ((hh ae m) 1))) +("burnings" nil (((b er) 1) ((n ih ng z) 0))) +("burnish" nil (((b er) 1) ((n ih sh) 0))) +("burnished" nil (((b er) 1) ((n ih sh t) 0))) +("burnley" nil (((b er n) 1) ((l iy) 0))) +("burnout" nil (((b er) 1) ((n aw t) 1))) +("burns" nil (((b er n z) 1))) +("burnsed" nil (((b er n z d) 1))) +("burnside" nil (((b er n) 1) ((s ay d) 1))) +("burnstein" nil (((b er n) 1) ((s t ay n) 1))) +("burnsworth" nil (((b er n) 1) ((z w er th) 1))) +("burnt" nil (((b er n t) 1))) +("burnup" nil (((b er) 1) ((n ah p) 1))) +("burnworth" nil (((b er n) 1) ((w er th) 1))) +("buroker" nil (((b y uw) 1) ((r ax) 0) ((k er) 0))) +("burow" nil (((b y uh) 1) ((r ow) 0))) +("burp" nil (((b er p) 1))) +("burpee" nil (((b er) 1) ((p iy) 0))) +("burping" nil (((b er) 1) ((p ih ng) 0))) +("burpo" nil (((b uh r) 1) ((p ow) 0))) +("burr" nil (((b er) 1))) +("burrage" nil (((b er) 1) ((ih jh) 0))) +("burrell" nil (((b er) 0) ((eh l) 1))) +("burrer" nil (((b er) 1) ((er) 0))) +("burres" nil (((b er z) 1))) +("burress" nil (((b er) 1) ((ax s) 0))) +("burri" nil (((b uh) 1) ((r iy) 0))) +("burridge" nil (((b ao) 1) ((r ih jh) 0))) +("burrier" nil (((b er) 1) ((iy) 0) ((er) 0))) +("burright" nil (((b ao) 1) ((r ay t) 0))) +("burrill" nil (((b ao) 1) ((r ax l) 0))) +("burrington" nil (((b er) 1) ((ih ng) 0) ((t ax n) 0))) +("burris" nil (((b er) 1) ((ih s) 0))) +("burriss" nil (((b er) 1) ((ih) 0) ((s ih z) 0))) +("burrito" nil (((b er) 0) ((iy) 1) ((t ow) 0))) +("burritos" nil (((b er) 0) ((iy) 1) ((t ow s) 0))) +("burritt" nil (((b er) 1) ((ih t) 0))) +("burro" nil (((b er) 1) ((ow) 0))) +("burrola" nil (((b uh) 0) ((r ow) 1) ((l ax) 0))) +("burros" nil (((b er) 1) ((ow z) 0))) +("burrough" nil (((b er) 1) ((ow) 0))) +("burroughs" nil (((b ah) 1) ((r ow z) 0))) +("burrous" nil (((b er) 1) ((ax s) 0))) +("burrow" nil (((b er) 1) ((ow) 0))) +("burrowers" nil (((b er) 1) ((ow) 0) ((er z) 0))) +("burrowes" nil (((b er) 1) ((ow z) 1))) +("burrowing" nil (((b er) 1) ((ow) 0) ((ih ng) 0))) +("burrows" nil (((b er) 1) ((ow z) 0))) +("burrus" nil (((b uh) 1) ((r ax s) 0))) +("burruss" nil (((b uh) 1) ((r ax s) 0))) +("burry" nil (((b er) 1) ((iy) 0))) +("bursch" nil (((b er sh) 1))) +("burse" nil (((b er s) 1))) +("bursey" nil (((b er) 1) ((s iy) 0))) +("bursley" nil (((b er) 1) ((s l iy) 0))) +("burson" nil (((b er) 1) ((s ax n) 0))) +("burst" nil (((b er s t) 1))) +("burstein" nil (((b er) 1) ((s t ay n) 0))) +("bursting" nil (((b er) 1) ((s t ih ng) 0))) +("burston" nil (((b er) 1) ((s t ax n) 0))) +("bursts" nil (((b er s t s) 1))) +("burt" nil (((b er t) 1))) +("burtch" nil (((b er ch) 1))) +("burtis" nil (((b er) 1) ((t ih s) 0))) +("burtner" nil (((b er t) 1) ((n er) 0))) +("burtness" nil (((b er t) 1) ((n ih s) 0))) +("burtnett" nil (((b er t) 1) ((n ih t) 0))) +("burton" nil (((b er) 1) ((t ax n) 0))) +("burts" nil (((b er t s) 1))) +("burtt" nil (((b er t) 1))) +("burundi" nil (((b er) 0) ((ah n) 1) ((d iy) 0))) +("burwell" nil (((b er) 1) ((w eh l) 0))) +("burwick" nil (((b er) 1) ((w ih k) 0))) +("bury" nil (((b eh) 1) ((r iy) 0))) +("burying" nil (((b eh) 1) ((r iy) 0) ((ih ng) 0))) +("burzynski" nil (((b er) 0) ((z ih n) 1) ((s k iy) 0))) +("bus" nil (((b ah s) 1))) +("busa" nil (((b y uw) 1) ((s ax) 0))) +("busalacchi" nil (((b uw) 0) ((s aa) 0) ((l aa) 1) ((k iy) 0))) +("busam" nil (((b ih) 1) ((s ax m) 0))) +("busbee" nil (((b ah s) 1) ((b iy) 1))) +("busbey" nil (((b ah s) 1) ((b iy) 0))) +("busbin" nil (((b ah s) 1) ((b ih n) 0))) +("busboom" nil (((b ah s) 1) ((b uw m) 1))) +("busboy" nil (((b ah s) 1) ((b oy) 1))) +("busboys" nil (((b ah s) 1) ((b oy z) 1))) +("busby" nil (((b ah z) 1) ((b iy) 0))) +("buscaglia" nil (((b uw) 0) ((s k aa) 1) ((g l iy) 0) ((ax) 0))) +("buscemi" nil (((b uw s) 0) ((ch eh) 1) ((m iy) 0))) +("busch" nil (((b uh sh) 1))) +("buschbaum" nil (((b uh sh) 1) ((b aw m) 1))) +("busche" nil (((b ah sh) 1))) +("buscher" nil (((b uw) 1) ((sh er) 0))) +("buschman" nil (((b ah) 1) ((sh m ax n) 0))) +("buschmann" nil (((b ah) 1) ((sh m ax n) 0))) +("buse" nil (((b y uw z) 1))) +("bused" nil (((b ah s t) 1))) +("buseman" nil (((b ih) 1) ((s m ax n) 0))) +("busenbark" nil (((b ih) 1) ((s ih n) 0) ((b aa r k) 0))) +("buser" nil (((b ih) 1) ((s er) 0))) +("buses" nil (((b ah) 1) ((s ih z) 0))) +("busey" nil (((b y uw) 1) ((z iy) 0))) +("bush" nil (((b uh sh) 1))) +("busha" nil (((b ah) 1) ((sh ax) 0))) +("bushard" nil (((b uh) 1) ((sh er d) 0))) +("bushart" nil (((b uh) 1) ((sh aa r t) 0))) +("bushaw" nil (((b uh) 1) ((sh ao) 0))) +("bushby" nil (((b uh sh) 1) ((b iy) 0))) +("bushee" nil (((b uh) 1) ((sh iy) 1))) +("bushel" nil (((b uh) 1) ((sh ax l) 0))) +("bushell" nil (((b uh) 1) ((sh ax l) 0))) +("bushels" nil (((b uh) 1) ((sh ax l z) 0))) +("busher" nil (((b uh) 1) ((sh er) 0))) +("bushes" nil (((b uh) 1) ((sh ax z) 0))) +("bushey" nil (((b uh) 1) ((sh iy) 0))) +("bushings" nil (((b uh) 1) ((sh ih ng z) 0))) +("bushkin" nil (((b uh sh) 1) ((k ih n) 1))) +("bushman" nil (((b uh) 1) ((sh m ax n) 0))) +("bushnell" nil (((b uh) 1) ((sh n ax l) 0))) +("bushong" nil (((b uh) 1) ((sh ao ng) 0))) +("bushway" nil (((b uh) 1) ((sh w ey) 1))) +("bushy" nil (((b uh) 1) ((sh iy) 0))) +("busic" nil (((b ah) 1) ((s ih k) 0))) +("busick" nil (((b ih) 1) ((s ih k) 0))) +("busied" nil (((b ih) 1) ((z iy d) 0))) +("busier" nil (((b ih) 1) ((z iy) 0) ((er) 0))) +("busiest" nil (((b ih) 1) ((z iy) 0) ((ax s t) 0))) +("busily" nil (((b ih) 1) ((z ax) 0) ((l iy) 0))) +("business" nil (((b ih z) 1) ((n ax s) 0))) +("businesses" nil (((b ih z) 1) ((n ax) 0) ((s ax z) 0))) +("businessland" nil (((b ih z) 1) ((n ih) 0) ((s l ae n d) 1))) +("businesslike" nil (((b ih z) 1) ((n ih) 0) ((s l ay k) 1))) +("businessman" nil (((b ih z) 1) ((n ax) 0) ((s m ae n) 1))) +("businessmen" nil (((b ih z) 1) ((n ih) 0) ((s m eh n) 1))) +("businesspeople" nil (((b y uw) 1) ((s ih) 0) ((n ax) 0) ((s p iy) 1) ((p ax l) 0))) +("businessphones" nil (((b y uw) 0) ((s ih) 1) ((n ax) 0) ((s f ow n z) 1))) +("businesswoman" nil (((b ih z) 1) ((n ih) 0) ((s w uh) 1) ((m ax n) 0))) +("businesswomen" nil (((b y uw) 1) ((s ih) 0) ((n ax) 0) ((s w ow) 1) ((m ax n) 0))) +("busing" nil (((b ah) 1) ((s ih ng) 0))) +("busk" nil (((b ah s k) 1))) +("buske" nil (((b ah s k) 1))) +("busker" nil (((b ah) 1) ((s k er) 0))) +("buskey" nil (((b ah) 1) ((s k iy) 1))) +("buskirk" nil (((b ah) 1) ((s k er k) 0))) +("buslease" nil (((b ah) 1) ((s l iy s) 1))) +("busler" nil (((b ah) 1) ((s ax) 0) ((l er) 0))) +("busload" nil (((b ax) 0) ((s l ow d) 1))) +("busloads" nil (((b ax) 0) ((s l ow d z) 1))) +("buspar" nil (((b ah) 1) ((s p er) 0))) +("buss" nil (((b ah s) 1))) +("bussa" nil (((b uw) 1) ((s ax) 0))) +("bussard" nil (((b ah) 1) ((s er d) 0))) +("busse" nil (((b ah s) 1))) +("bussed" nil (((b ah s t) 1))) +("bussell" nil (((b ah) 1) ((s ax l) 0))) +("bussen" nil (((b ah) 1) ((s ax n) 0))) +("busser" nil (((b ah) 1) ((s er) 0))) +("bussert" nil (((b ah) 1) ((s er t) 0))) +("busses" nil (((b ah) 1) ((s ax z) 0))) +("bussey" nil (((b ah) 1) ((s iy) 0))) +("bussi" nil (((b ah) 1) ((s iy) 0))) +("bussie" nil (((b ah) 1) ((s iy) 0))) +("bussiere" nil (((b ah) 1) ((s iy) 0) ((eh r) 0))) +("bussing" nil (((b ah) 1) ((s ih ng) 0))) +("bussinger" nil (((b ah) 1) ((s ih n) 0) ((jh er) 0))) +("bussman" nil (((b ah) 1) ((s m ax n) 0))) +("bust" nil (((b ah s t) 1))) +("busta" nil (((b ah) 1) ((s t ax) 0))) +("bustamante" nil (((b uw) 1) ((s t ax) 0) ((m aa n) 1) ((t iy) 0))) +("bustard" nil (((b ah) 1) ((s t er d) 0))) +("busted" nil (((b ah) 1) ((s t ih d) 0))) +("buster" nil (((b ah) 1) ((s t er) 0))) +("busters" nil (((b ah) 1) ((s t er z) 0))) +("busti" nil (((b ah) 1) ((s t iy) 0))) +("bustillo" nil (((b uw) 0) ((s t ih) 1) ((l ow) 0))) +("bustillos" nil (((b ah) 1) ((s t ay) 0) ((l ow z) 0))) +("bustin" nil (((b ah) 1) ((s t ih n) 0))) +("busting" nil (((b ah) 1) ((s t ih ng) 0))) +("bustle" nil (((b ah) 1) ((s ax l) 0))) +("bustling" nil (((b ah) 1) ((s ax) 0) ((l ih ng) 0))) +("busto" nil (((b ah) 1) ((s t ow) 0))) +("bustos" nil (((b ah) 1) ((s t ow z) 0))) +("busts" nil (((b ah s t s) 1))) +("buswell" nil (((b ah) 1) ((s w eh l) 1))) +("busy" nil (((b ih) 1) ((z iy) 0))) +("but" nil (((b ah t) 1))) +("butala" nil (((b uw) 0) ((t aa) 1) ((l ax) 0))) +("butane" nil (((b y uw) 0) ((t ey n) 1))) +("butare" nil (((b uw) 0) ((t aa) 1) ((r iy) 0))) +("butch" nil (((b uh ch) 1))) +("butchart" nil (((b ah) 1) ((ch er t) 0))) +("butcher" nil (((b uh) 1) ((ch er) 0))) +("butchered" nil (((b uh) 1) ((ch er d) 0))) +("butchering" nil (((b uh) 1) ((ch er) 0) ((ih ng) 0))) +("butchers" nil (((b uh) 1) ((ch er z) 0))) +("butchery" nil (((b uh) 1) ((ch er) 0) ((iy) 0))) +("butchko" nil (((b ah ch) 1) ((k ow) 0))) +("bute" nil (((b y uw t) 1))) +("buteau" nil (((b y uw) 0) ((t ow) 1))) +("buteco" nil (((b uw) 1) ((t eh) 1) ((k ow) 0))) +("butenhoff" nil (((b y uw) 1) ((t ih n) 0) ((hh ao f) 0))) +("butera" nil (((b uw) 0) ((t eh) 1) ((r ax) 0))) +("buterbaugh" nil (((b y uw) 1) ((t er) 0) ((b aw) 0))) +("buth" nil (((b uw th) 1))) +("buthelezi" nil (((b uw) 1) ((t ax) 0) ((l ey) 1) ((z iy) 0))) +("butka" nil (((b ah t) 1) ((k ax) 0))) +("butkiewicz" nil (((b ah t) 1) ((k ax) 0) ((v ih ch) 0))) +("butkovich" nil (((b ah t) 1) ((k ax) 0) ((v ih ch) 0))) +("butkus" nil (((b ah t) 1) ((k ih s) 0))) +("butler" nil (((b ah t) 1) ((l er) 0))) +("butman" nil (((b ah t) 1) ((m ax n) 0))) +("butner" nil (((b ah t) 1) ((n er) 0))) +("butorac" nil (((b y uw) 0) ((t ao) 1) ((r ax k) 0))) +("butrick" nil (((b ah) 1) ((t r ih k) 0))) +("butros" nil (((b uw) 1) ((t r ow s) 1))) +("buts" nil (((b ah t s) 1))) +("butsch" nil (((b ah ch) 1))) +("butson" nil (((b ah t) 1) ((s ax n) 0))) +("butt" nil (((b ah t) 1))) +("buttacavoli" nil (((b uw) 0) ((t aa) 0) ((k aa) 0) ((v ow) 1) ((l iy) 0))) +("buttafuoco" nil (((b uw) 0) ((t ax f) 0) ((w ow) 1) ((k ow) 0))) +("buttars" nil (((b ah) 1) ((t er z) 0))) +("butte" nil (((b y uw t) 1))) +("butter" nil (((b ah) 1) ((t er) 0))) +("butterball" nil (((b ah) 1) ((t er) 0) ((b ao l) 1))) +("butterbaugh" nil (((b ah) 1) ((t er) 0) ((b aw) 0))) +("buttercup" nil (((b ah) 1) ((t er) 0) ((k ah p) 1))) +("buttercups" nil (((b ah) 1) ((t er) 0) ((k ah p s) 1))) +("buttered" nil (((b ah) 1) ((t er d) 0))) +("butterfat" nil (((b ah) 1) ((t er) 0) ((f ae t) 1))) +("butterfield" nil (((b ah) 1) ((t er) 0) ((f iy l d) 0))) +("butterflies" nil (((b ah) 1) ((t er) 0) ((f l ay z) 1))) +("butterfly" nil (((b ah) 1) ((t er) 0) ((f l ay) 1))) +("buttermilk" nil (((b ah) 1) ((t er) 0) ((m ih l k) 1))) +("buttermore" nil (((b ah) 1) ((t er) 0) ((m ao r) 0))) +("butters" nil (((b ah) 1) ((t er z) 0))) +("butterscotch" nil (((b ah) 1) ((t er) 0) ((s k aa ch) 1))) +("butterworth" nil (((b ah) 1) ((t er) 0) ((w er th) 1))) +("buttery" nil (((b ah) 1) ((t er) 0) ((iy) 0))) +("butting" nil (((b ah) 1) ((t ih ng) 0))) +("buttitta" nil (((b uw) 0) ((t iy) 1) ((t ax) 0))) +("buttke" nil (((b ah t) 1) ((k iy) 0))) +("buttler" nil (((b ah t) 1) ((l er) 0))) +("buttner" nil (((b ah t) 1) ((n er) 0))) +("buttocks" nil (((b ah) 1) ((t ax k s) 0))) +("button" nil (((b ah) 1) ((t ax n) 0))) +("buttoned" nil (((b ah) 1) ((t ax n d) 0))) +("buttonholed" nil (((b ah) 1) ((t ax n) 0) ((hh ow l d) 1))) +("buttonholes" nil (((b ah) 1) ((t ax n) 0) ((hh ow l z) 1))) +("buttons" nil (((b ah) 1) ((t ax n z) 0))) +("buttonville" nil (((b ah) 1) ((t ax n) 0) ((v ih l) 1))) +("buttram" nil (((b ah) 1) ((t r ae m) 1))) +("buttress" nil (((b ah) 1) ((t r ax s) 0))) +("buttressed" nil (((b ah) 1) ((t r ax s t) 0))) +("buttresses" nil (((b ah) 1) ((t r ax) 0) ((s ax z) 0))) +("buttressing" nil (((b ah) 1) ((t r ax) 0) ((s ih ng) 0))) +("buttrey" nil (((b ah) 1) ((t r iy) 0))) +("buttrick" nil (((b ah) 1) ((t r ih k) 0))) +("buttrum" nil (((b ah) 1) ((t r ax m) 0))) +("buttry" nil (((b ah) 1) ((t r iy) 0))) +("butts" nil (((b ah t s) 1))) +("butulesi" nil (((b uw) 1) ((t ax) 0) ((l ey) 1) ((z iy) 0))) +("butyl" nil (((b y uw) 1) ((t ax l) 0))) +("butz" nil (((b ah t s) 1))) +("butzberger" nil (((b ah t s) 1) ((b er) 0) ((g er) 0))) +("butzen" nil (((b ah t) 1) ((s ax n) 0))) +("butzer" nil (((b ah t) 1) ((s er) 0))) +("butzin" nil (((b ah t) 1) ((s ax n) 0))) +("buus" nil (((b uw z) 1))) +("buxbaum" nil (((b ah k s) 1) ((b aw m) 0))) +("buxom" nil (((b ah k) 1) ((s ax m) 0))) +("buxton" nil (((b ah k) 1) ((s t ax n) 0))) +("buy" nil (((b ay) 1))) +("buyback" nil (((b ay) 1) ((b ae k) 1))) +("buybacks" nil (((b ay) 1) ((b ae k s) 1))) +("buyer" nil (((b ay) 1) ((er) 0))) +("buyers" nil (((b ay) 1) ((er z) 0))) +("buying" nil (((b ay) 1) ((ih ng) 0))) +("buyout" nil (((b ay) 1) ((aw t) 1))) +("buyouts" nil (((b ay) 1) ((aw t s) 1))) +("buys" nil (((b ay z) 1))) +("buysse" nil (((b ay s) 1))) +("buza" nil (((b y uw) 1) ((z ax) 0))) +("buzan" nil (((b y uw) 1) ((z ax n) 0))) +("buzard" nil (((b y uw) 0) ((z aa r d) 1))) +("buzbee" nil (((b ah z) 1) ((b iy) 1))) +("buzby" nil (((b ah z) 1) ((b iy) 0))) +("buzek" nil (((b uw) 1) ((z eh k) 0))) +("buzz" nil (((b ah z) 1))) +("buzzard" nil (((b ah) 1) ((z er d) 0))) +("buzzards" nil (((b ah) 1) ((z er d z) 0))) +("buzzed" nil (((b ah z d) 1))) +("buzzell" nil (((b ax) 0) ((z eh l) 1))) +("buzzelli" nil (((b uw t) 0) ((s eh) 1) ((l iy) 0))) +("buzzer" nil (((b ah) 1) ((z er) 0))) +("buzzetta" nil (((b y uw) 0) ((z eh) 1) ((t ax) 0))) +("buzzing" nil (((b ah) 1) ((z ih ng) 0))) +("buzzword" nil (((b ah) 1) ((z w er d) 0))) +("buzzwords" nil (((b ah) 1) ((z w er d z) 0))) +("buzzy" nil (((b ah) 1) ((z iy) 0))) +("by" nil (((b ay) 1))) +("byam" nil (((b ay) 1) ((ax m) 0))) +("byard" nil (((b y aa r d) 1))) +("byars" nil (((b ay) 1) ((er z) 0))) +("byas" nil (((b ay) 1) ((ax s) 0))) +("byassee" nil (((b iy) 0) ((aa) 1) ((s iy) 0))) +("bybee" nil (((b ay) 1) ((b iy) 1))) +("bye" nil (((b ay) 1))) +("byelorussia" nil (((b ay) 1) ((ax) 0) ((l ow) 0) ((r ah) 1) ((sh ax) 0))) +("byer" nil (((b ay) 1) ((er) 0))) +("byerlein" nil (((b ay r) 1) ((l ay n) 1))) +("byerley" nil (((b ay) 1) ((er) 0) ((l iy) 0))) +("byerly" nil (((b ay) 1) ((er) 0) ((l iy) 0))) +("byers" nil (((b ay) 1) ((er z) 0))) +("byfield" nil (((b ay) 1) ((f iy l d) 1))) +("byford" nil (((b ih) 1) ((f er d) 0))) +("bygone" nil (((b ay) 1) ((g ao n) 1))) +("bygones" nil (((b ay) 1) ((g ao n z) 1))) +("byington" nil (((b ay) 1) ((ih ng) 0) ((t ax n) 0))) +("byker" nil (((b ay) 1) ((k er) 0))) +("bykowski" nil (((b ih) 0) ((k ao f) 1) ((s k iy) 0))) +("byland" nil (((b ay) 1) ((l ax n d) 0))) +("bylaw" nil (((b ay) 1) ((l ao) 1))) +("bylaws" nil (((b ay) 1) ((l ao z) 1))) +("byler" nil (((b ay) 1) ((l er) 0))) +("byles" nil (((b ay l z) 1))) +("byline" nil (((b ay) 1) ((l ay n) 1))) +("bylines" nil (((b ay) 1) ((l iy n z) 1))) +("bylsma" nil (((b ih l) 1) ((s m ax) 0))) +("bylund" nil (((b ih) 1) ((l ax n d) 0))) +("byner" nil (((b ay) 1) ((n er) 0))) +("bynes" nil (((b ay n z) 1))) +("bynoe" nil (((b ih) 1) ((n ow) 0))) +("bynum" nil (((b ih) 1) ((n ax m) 0))) +("bypass" nil (((b ay) 1) ((p ae s) 1))) +("bypassed" nil (((b ay) 1) ((p ae s t) 1))) +("bypasses" nil (((b ay) 1) ((p ae) 1) ((s ih z) 0))) +("bypassing" nil (((b ay) 1) ((p ae) 1) ((s ih ng) 0))) +("byproduct" nil (((b ay) 1) ((p r aa) 0) ((d ax k t) 0))) +("byproducts" nil (((b ay) 1) ((p r ao) 1) ((d ax k t s) 0))) +("byram" nil (((b ih) 1) ((r ax m) 0))) +("byrd" nil (((b er d) 1))) +("byrer" nil (((b ay) 1) ((r er) 0))) +("byrge" nil (((b ay r jh) 1))) +("byrle" nil (((b ay) 1) ((r ax l) 0))) +("byrn" nil (((b ih r n) 1))) +("byrne" nil (((b er n) 1))) +("byrnes" nil (((b er n z) 1))) +("byrns" nil (((b ih r n z) 1))) +("byrom" nil (((b ay) 1) ((r ax m) 0))) +("byron" nil (((b ay) 1) ((r ax n) 0))) +("byrum" nil (((b ih) 1) ((r ax m) 0))) +("bystander" nil (((b ay) 1) ((s t ae n) 1) ((d er) 0))) +("bystanders" nil (((b ay) 1) ((s t ae n) 1) ((d er z) 0))) +("bystrom" nil (((b ih) 1) ((s t r ax m) 0))) +("byte" nil (((b ay t) 1))) +("bytes" nil (((b ay t s) 1))) +("byun" nil (((b y ah n) 1))) +("byus" nil (((b ay) 1) ((ax s) 0))) +("bywater" nil (((b ay) 1) ((w ao) 1) ((t er) 0))) +("byways" nil (((b ay) 1) ((w ey z) 1))) +("byword" nil (((b ay) 1) ((w er d) 1))) +("byzantine" nil (((b ih) 1) ((z ax n) 0) ((t ay n) 1))) +("byzantium" nil (((b ax) 0) ((z ae n) 1) ((t iy) 0) ((ax m) 0))) +("c" nil (((s iy) 1))) +("ca" nil (((t s aa) 1))) +("cab" nil (((k ae b) 1))) +("caba" nil (((k aa) 1) ((b ax) 0))) +("cabal" nil (((k ax) 0) ((b aa l) 1))) +("caballero" nil (((k ae) 1) ((b ax) 0) ((y eh) 1) ((r ow) 0))) +("caban" nil (((k ey) 1) ((b ax n) 0))) +("cabana" nil (((k ax) 0) ((b ae) 1) ((n ax) 0))) +("cabanas" nil (((k ax) 0) ((b ae) 1) ((n ax z) 0))) +("cabaniss" nil (((k ae) 1) ((b ax) 0) ((n ih s) 0))) +("cabaret" nil (((k ae) 1) ((b er) 0) ((ey) 1))) +("cabbage" nil (((k ae) 1) ((b ax jh) 0))) +("cabbages" nil (((k ae) 1) ((b ih) 0) ((jh ih z) 0))) +("cabbies" nil (((k ae) 1) ((b iy z) 0))) +("cabby" nil (((k ae) 1) ((b iy) 0))) +("cabdriver" nil (((k ae b) 1) ((d r ay) 1) ((v er) 0))) +("cabdrivers" nil (((k ae b) 1) ((d r ay) 1) ((v er z) 0))) +("cabe" nil (((k ey b) 1))) +("cabell" nil (((k aa) 0) ((b eh l) 1))) +("cabello" nil (((k ax) 0) ((b eh) 1) ((l ow) 0))) +("cabernet" nil (((k ae) 1) ((b er) 0) ((n ey) 1))) +("cabernets" nil (((k ae) 1) ((b er) 0) ((n eh t s) 1))) +("cabezas" nil (((k ax) 0) ((b ey) 1) ((z ax z) 0))) +("cabin" nil (((k ae) 1) ((b ax n) 0))) +("cabinda" nil (((k ax) 0) ((b ih n) 1) ((d ax) 0))) +("cabiness" nil (((k ey) 1) ((b iy) 0) ((n ih s) 0))) +("cabinet" nil (((k ae) 1) ((b ax) 0) ((n ax t) 0))) +("cabinetry" nil (((k ae b) 1) ((n ax) 0) ((t r iy) 0))) +("cabinets" nil (((k ae) 1) ((b ax) 0) ((n ax t s) 0))) +("cabins" nil (((k ae) 1) ((b ax n z) 0))) +("cable" nil (((k ey) 1) ((b ax l) 0))) +("cablec" nil (((k ae) 1) ((b l ax k) 0))) +("cablecomms" nil (((k ey) 1) ((b ax l) 0) ((k aa m z) 1))) +("cabled" nil (((k ey) 1) ((b ax l d) 0))) +("cablegram" nil (((k ey) 1) ((b ax l) 0) ((g r ae m) 1))) +("cableone" nil (((k ey) 1) ((b ax l) 0) ((w ah n) 1))) +("cabler" nil (((k ey) 1) ((b ax) 0) ((l er) 0))) +("cables" nil (((k ey) 1) ((b ax l z) 0))) +("cablesystems" nil (((k ey) 1) ((b ax l) 0) ((s ih) 1) ((s t ax m z) 0))) +("cabletron" nil (((k ey) 1) ((b ax l) 0) ((t r ao n) 1))) +("cablevision" nil (((k ey) 1) ((b ax l) 0) ((v ih) 1) ((zh ax n) 0))) +("caboodle" nil (((k ax) 0) ((b uw) 1) ((d ax l) 0))) +("caboose" nil (((k ax) 0) ((b uw s) 1))) +("cabooses" nil (((k ax) 0) ((b uw) 1) ((s ih z) 0))) +("cabot" nil (((k ae) 1) ((b ax t) 0))) +("cabotage" nil (((k ae) 1) ((b ax) 0) ((t ih jh) 0))) +("cabral" nil (((k ae) 1) ((b r ax l) 0))) +("cabrales" nil (((k aa) 0) ((b r aa) 1) ((l eh s) 0))) +("cabrall" nil (((k ax) 0) ((b r aa l) 1))) +("cabranes" nil (((k ax) 0) ((b r ey n z) 1))) +("cabrera" nil (((k aa) 0) ((b r eh) 1) ((r ax) 0))) +("cabrini" nil (((k ax) 0) ((b r iy) 1) ((n iy) 0))) +("cabriolet" nil (((k ae) 1) ((b r iy) 0) ((ow) 0) ((l ey) 1))) +("cabs" nil (((k ae b z) 1))) +("cac" nil (((k ae k) 1))) +("cacace" nil (((k ae) 1) ((k ax s) 0))) +("cacaci" nil (((k ax) 0) ((k aa) 1) ((s iy) 0))) +("cacao" nil (((k ax) 0) ((k ey) 1) ((ow) 0))) +("caccamise" nil (((k aa) 0) ((k aa) 1) ((m ih s) 0))) +("caccamo" nil (((k aa) 0) ((k aa) 1) ((m ow) 0))) +("caccavale" nil (((k aa) 0) ((k ax) 0) ((v aa) 1) ((l iy) 0))) +("caccia" nil (((k aa) 1) ((ch ax) 0))) +("cacciatore" nil (((k aa) 0) ((ch ax) 0) ((t ao) 1) ((r iy) 0))) +("cacciola" nil (((k aa k) 0) ((ch ow) 1) ((l ax) 0))) +("caceres" nil (((k aa) 0) ((s eh) 1) ((r eh s) 0))) +("cache" nil (((k ae sh) 1))) +("caches" nil (((k ae) 1) ((sh ih z) 0))) +("cachet" nil (((k ae) 1) ((sh ey) 0))) +("cacho" nil (((k ae) 1) ((ch ow) 0))) +("cacioppo" nil (((k aa) 0) ((ch ow) 1) ((p ow) 0))) +("cacique" nil (((k ax) 0) ((s iy k) 1))) +("cackle" nil (((k ae) 1) ((k ax l) 0))) +("cackling" nil (((k ae) 1) ((k ax) 0) ((l ih ng) 0))) +("cacophony" nil (((k ae) 0) ((k aa) 1) ((f ax) 0) ((n iy) 0))) +("cacti" nil (((k ae k) 1) ((t ay) 0))) +("cactus" nil (((k ae k) 1) ((t ax s) 0))) +("cad" nil (((k ae d) 1))) +("cada" nil (((k aa) 1) ((d ax) 0))) +("cadam" nil (((k ae) 1) ((d ax m) 0))) +("cadaver" nil (((k ax) 0) ((d ae) 1) ((v er) 0))) +("cadavers" nil (((k ax) 0) ((d ae) 1) ((v er z) 0))) +("cadbury" nil (((k ae d) 1) ((b eh) 1) ((r iy) 0))) +("cadby" nil (((k ae d) 1) ((b iy) 0))) +("caddell" nil (((k ae) 1) ((d ax l) 0))) +("cadden" nil (((k ae) 1) ((d ax n) 0))) +("caddick" nil (((k ae) 1) ((d ih k) 0))) +("caddock" nil (((k ae) 1) ((d ax k) 0))) +("caddy" nil (((k ae) 1) ((d iy) 0))) +("caddyshack" nil (((k ae) 1) ((d ih) 0) ((sh ae k) 1))) +("cade" nil (((k ey d) 1))) +("cadell" nil (((k aa) 0) ((d ey l) 1))) +("cadena" nil (((k ax) 0) ((d iy) 1) ((n ax) 0))) +("cadence" nil (((k ey) 1) ((d ax n s) 0))) +("cadences" nil (((k ey) 1) ((d ax n) 0) ((s ih z) 0))) +("cadenhead" nil (((k ey) 1) ((d ax n) 0) ((hh eh d) 1))) +("cadet" nil (((k ax) 0) ((d eh t) 1))) +("cadets" nil (((k ax) 0) ((d eh t s) 1))) +("cadieux" nil (((k ae) 1) ((d iy) 0) ((ow) 0))) +("cadillac" nil (((k ae) 1) ((d ax) 0) ((l ae k) 1))) +("cadillacs" nil (((k ae) 1) ((d ax) 0) ((l ae k s) 1))) +("cadiz" nil (((k ax) 0) ((d iy z) 1))) +("cadle" nil (((k ey) 1) ((d ax l) 0))) +("cadman" nil (((k ae d) 1) ((m ax n) 0))) +("cadmium" nil (((k ae d) 1) ((m iy) 0) ((ax m) 0))) +("cadmus" nil (((k ae d) 1) ((m ax s) 0))) +("cadnetix" nil (((k ae d) 1) ((n eh) 1) ((t ih k s) 0))) +("cadogan" nil (((k aa) 0) ((d ow) 0) ((g aa n) 1))) +("cadorette" nil (((k ae) 1) ((d er) 0) ((eh t) 0))) +("cadotte" nil (((k ax) 0) ((d ao t) 1))) +("cadre" nil (((k ae) 1) ((d r iy) 0))) +("cadres" nil (((k ae) 1) ((d r iy z) 0))) +("cadwalader" nil (((k ae) 1) ((d w ao) 1) ((l ax) 0) ((d er) 0))) +("cadwallader" nil (((k ae) 1) ((d w ao) 1) ((l ax) 0) ((d er) 0))) +("cadwell" nil (((k ae) 1) ((d w eh l) 1))) +("cady" nil (((k ey) 1) ((d iy) 0))) +("caen" nil (((k ae n) 1))) +("caesar" nil (((s iy) 1) ((z er) 0))) +("caesarea" nil (((k ey) 1) ((s er) 0) ((iy) 1) ((ax) 0))) +("caesarean" nil (((k ey) 1) ((s er) 0) ((iy n) 1))) +("caesareans" nil (((k ey) 1) ((s er) 0) ((iy n z) 1))) +("caesars" nil (((s iy) 1) ((z er z) 0))) +("caetano" nil (((k ax) 0) ((t aa) 1) ((n ow) 0))) +("cafarella" nil (((k aa) 0) ((f aa) 0) ((r eh) 1) ((l ax) 0))) +("cafarelli" nil (((k aa) 0) ((f aa) 0) ((r eh) 1) ((l iy) 0))) +("cafaro" nil (((k aa) 0) ((f aa) 1) ((r ow) 0))) +("cafe" nil (((k ax) 0) ((f ey) 1))) +("cafes" nil (((k ae) 1) ((f ey z) 1))) +("cafeteria" nil (((k ae) 1) ((f ax) 0) ((t ih) 1) ((r iy) 0) ((ax) 0))) +("cafeterias" nil (((k ae) 1) ((f ax) 0) ((t ih) 1) ((r iy) 0) ((ax z) 0))) +("cafetizer" nil (((k ae) 1) ((f ih) 0) ((t ay) 1) ((z er) 0))) +("caffee" nil (((k ae) 1) ((f iy) 0))) +("caffeine" nil (((k ae) 0) ((f iy n) 1))) +("cafferty" nil (((k ae) 1) ((f er) 0) ((t iy) 0))) +("caffery" nil (((k ae) 1) ((f er) 0) ((iy) 0))) +("caffey" nil (((k ae) 1) ((f iy) 0))) +("caffrey" nil (((k ae) 1) ((f r iy) 0))) +("cafiero" nil (((k ae) 1) ((f iy) 0) ((eh) 1) ((r ow) 0))) +("cagan" nil (((k ey) 1) ((g ax n) 0))) +("cage" nil (((k ey jh) 1))) +("caged" nil (((k ey jh d) 1))) +("cages" nil (((k ey) 1) ((jh ih z) 0))) +("cagey" nil (((k ey) 1) ((jh iy) 0))) +("caggiano" nil (((k aa) 0) ((jh iy) 0) ((aa) 1) ((n ow) 0))) +("cagle" nil (((k ey) 1) ((g ax l) 0))) +("cagley" nil (((k ae) 1) ((g l iy) 0))) +("cagliari" nil (((k ae) 1) ((g l iy) 0) ((aa) 1) ((r iy) 0))) +("cagney" nil (((k ae g) 1) ((n iy) 0))) +("caguas" nil (((k aa) 1) ((g w aa s) 1))) +("cahalan" nil (((k ae) 1) ((hh ax) 0) ((l ax n) 0))) +("cahall" nil (((k ae) 1) ((hh ax l) 0))) +("cahan" nil (((k ae) 1) ((hh ax n) 0))) +("cahasa" nil (((k ax) 0) ((hh aa) 1) ((s ax) 0))) +("cahill" nil (((k ey) 1) ((hh ih l) 1))) +("cahn" nil (((k ae n) 1))) +("cahners" nil (((k aa) 1) ((n er z) 0))) +("cahoon" nil (((k ax) 0) ((hh uw n) 1))) +("cahoots" nil (((k ax) 0) ((hh uw t s) 1))) +("cahora" nil (((k ax) 0) ((hh ao) 1) ((r ax) 0))) +("cahouet" nil (((k ax) 0) ((hh uw t) 1))) +("cai" nil (((t s ay) 1))) +("caiazzo" nil (((k aa) 0) ((y aa) 1) ((z ow) 0))) +("caicedo" nil (((k ax) 0) ((ch ey) 1) ((d ow) 0))) +("cail" nil (((k ey l) 1))) +("caillier" nil (((k ey) 1) ((l iy) 0) ((er) 0))) +("caillouet" nil (((k ey) 1) ((l uw t) 1))) +("cain" nil (((k ey n) 1))) +("caine" nil (((k ey n) 1))) +("caines" nil (((k ey n z) 1))) +("caiola" nil (((k ay) 1) ((ow) 0) ((l ax) 0))) +("caire" nil (((k eh r) 1))) +("cairnes" nil (((k eh r n z) 1))) +("cairns" nil (((k eh r n z) 1))) +("cairo" nil (((k ay) 1) ((r ow) 0))) +("caison" nil (((k ey) 1) ((z ax n) 0))) +("caisse" nil (((k ey s) 1))) +("caissie" nil (((k ey) 1) ((s iy) 0))) +("caito" nil (((k ey) 1) ((t ow) 0))) +("cajole" nil (((k ax) 0) ((jh ow l) 1))) +("cajoled" nil (((k ax) 0) ((jh ow l d) 1))) +("cajoling" nil (((k ax) 0) ((jh ow) 1) ((l ih ng) 0))) +("cajun" nil (((k ey) 1) ((jh ax n) 0))) +("cajuns" nil (((k ey) 1) ((jh ax n z) 0))) +("cake" nil (((k ey k) 1))) +("cakes" nil (((k ey k s) 1))) +("cal" nil (((k ae l) 1))) +("cala" nil (((k aa) 1) ((l ax) 0))) +("calabasas" nil (((k ae) 1) ((l ax) 0) ((b aa) 1) ((s ax s) 0))) +("calabrese" nil (((k aa) 0) ((l aa) 0) ((b r ey) 1) ((z iy) 0))) +("calabria" nil (((k ax) 0) ((l ae) 1) ((b r iy) 0) ((ax) 0))) +("calabro" nil (((k ax) 0) ((l ae) 1) ((b r ow) 0))) +("caladiums" nil (((k ax) 0) ((l ey) 1) ((d iy) 0) ((ax m z) 0))) +("calaf" nil (((k ae) 1) ((l ax f) 0))) +("calahan" nil (((k ae) 1) ((l ax) 0) ((hh ae n) 0))) +("calais" nil (((k ax) 0) ((l ey) 1))) +("calamari" nil (((k aa) 0) ((l aa) 0) ((m aa) 1) ((r iy) 0))) +("calame" nil (((k aa) 0) ((l aa) 1) ((m iy) 0))) +("calamia" nil (((k ax) 0) ((l ey) 1) ((m iy) 0) ((ax) 0))) +("calamine" nil (((k ae) 1) ((l ax) 0) ((m ay n) 1))) +("calamities" nil (((k ax) 0) ((l ae) 1) ((m ax) 0) ((t iy z) 0))) +("calamitous" nil (((k ax) 0) ((l ae) 1) ((m ax) 0) ((t ax s) 0))) +("calamity" nil (((k ax) 0) ((l ae) 1) ((m ax) 0) ((t iy) 0))) +("calan" nil (((k ey) 1) ((l ax n) 0))) +("calandra" nil (((k ax) 0) ((l ae n) 1) ((d r ax) 0))) +("calandro" nil (((k ax) 0) ((l ae n) 1) ((d r ow) 0))) +("calantha" nil (((k ax) 0) ((l ae n) 1) ((th ax) 0))) +("calarco" nil (((k ax) 0) ((l aa r) 1) ((k ow) 0))) +("calaway" nil (((k aa) 1) ((l ax) 0) ((w ey) 0))) +("calbert" nil (((k ae l) 1) ((b er t) 0))) +("calcagni" nil (((k aa l) 0) ((k aa g) 1) ((n iy) 0))) +("calcagno" nil (((k aa l) 0) ((k aa g) 1) ((n ow) 0))) +("calcaterra" nil (((k ae l) 1) ((k ax) 0) ((t eh) 1) ((r ax) 0))) +("calcified" nil (((k ae l) 1) ((s ax) 0) ((f ay d) 1))) +("calcite" nil (((k ae l) 1) ((s ay t) 1))) +("calcium" nil (((k ae l) 1) ((s iy) 0) ((ax m) 0))) +("calcomp" nil (((k ao l) 1) ((k aa m p) 1))) +("calcote" nil (((k aa l) 0) ((k ow) 1) ((t iy) 0))) +("calculate" nil (((k ae l) 1) ((k y ax) 0) ((l ey t) 1))) +("calculated" nil (((k ae l) 1) ((k y ax) 0) ((l ey) 1) ((t ax d) 0))) +("calculates" nil (((k ae l) 1) ((k y ax) 0) ((l ey t s) 1))) +("calculating" nil (((k ae l) 1) ((k y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("calculation" nil (((k ae l) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("calculations" nil (((k ae l) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("calculator" nil (((k ae l) 1) ((k y ax) 0) ((l ey) 1) ((t er) 0))) +("calculators" nil (((k ae l) 1) ((k y ax) 0) ((l ey) 1) ((t er z) 0))) +("calculus" nil (((k ae l) 1) ((k y ax) 0) ((l ax s) 0))) +("calcutt" nil (((k ae l) 1) ((k ax t) 0))) +("calcutta" nil (((k ae l) 1) ((k ah) 1) ((t ax) 0))) +("caldecott" nil (((k ao l d) 1) ((k aa t) 0))) +("caldeira" nil (((k aa l) 0) ((d eh) 1) ((r ax) 0))) +("calder" nil (((k ao l) 1) ((d er) 0))) +("caldera" nil (((k ae l) 1) ((d eh) 1) ((r ax) 0))) +("calderaro" nil (((k aa l) 0) ((d er) 0) ((aa) 1) ((r ow) 0))) +("calderon" nil (((k ao l) 1) ((d er) 0) ((aa n) 0))) +("calderone" nil (((k aa l) 0) ((d er) 0) ((ow) 1) ((n iy) 0))) +("calderwood" nil (((k ao l) 1) ((d er) 0) ((w uh d) 0))) +("caldor" nil (((k ae l) 1) ((d ao r) 0))) +("caldrello" nil (((k aa l) 1) ((d r eh) 1) ((l ow) 0))) +("caldwell" nil (((k ao l) 1) ((d w eh l) 0))) +("cale" nil (((k ey l) 1))) +("caleb" nil (((k ey) 1) ((l ax b) 0))) +("caleca" nil (((k aa) 0) ((l eh) 1) ((k ax) 0))) +("caledonia" nil (((k ae) 1) ((l ax) 0) ((d ow) 1) ((n iy) 0) ((ax) 0))) +("caledonian" nil (((k ae) 1) ((l ih) 0) ((d ow) 1) ((n iy) 0) ((ax n) 0))) +("calef" nil (((k ae) 1) ((l ih f) 0))) +("calendar" nil (((k ae) 1) ((l ax n) 0) ((d er) 0))) +("calendars" nil (((k ae) 1) ((l ax n) 0) ((d er z) 0))) +("caler" nil (((k ey) 1) ((l er) 0))) +("calero" nil (((k ax) 0) ((l eh) 1) ((r ow) 0))) +("cales" nil (((k ey l z) 1))) +("caley" nil (((k ey) 1) ((l iy) 0))) +("calf" nil (((k ae f) 1))) +("calfed" nil (((k ae f t) 1))) +("calfee" nil (((k ae l) 1) ((f iy) 0))) +("calgary" nil (((k ae l) 1) ((g er) 0) ((iy) 0))) +("calgene" nil (((k ae l) 1) ((jh iy n) 1))) +("calgon" nil (((k ae l) 1) ((g ax n) 0))) +("calgroup" nil (((k ae l) 1) ((g r uw p) 1))) +("calhoon" nil (((k ae l) 0) ((hh uw n) 1))) +("calhoun" nil (((k ae l) 0) ((hh uw n) 1))) +("cali" nil (((k aa) 1) ((l iy) 0))) +("calia" nil (((k aa) 1) ((l iy) 0) ((ax) 0))) +("caliber" nil (((k ae) 1) ((l ax) 0) ((b er) 0))) +("calibrate" nil (((k ae) 1) ((l ax) 0) ((b r ey t) 1))) +("calibrated" nil (((k ae) 1) ((l ax) 0) ((b r ey) 1) ((t ax d) 0))) +("calibration" nil (((k ae) 1) ((l ax) 0) ((b r ey) 1) ((sh ax n) 0))) +("calico" nil (((k ae) 1) ((l ax) 0) ((k ow) 1))) +("calida" nil (((k aa) 0) ((l iy) 1) ((d ax) 0))) +("caliendo" nil (((k aa) 0) ((l iy) 0) ((eh n) 1) ((d ow) 0))) +("calif" nil (((k ae) 1) ((l ax) 0) ((f ao r) 1) ((n y ax) 0))) +("califano" nil (((k aa) 0) ((l iy) 0) ((f aa) 1) ((n ow) 0))) +("califf" nil (((k ae) 1) ((l ih f) 0))) +("california" nil (((k ae) 1) ((l ax) 0) ((f ao r) 1) ((n y ax) 0))) +("californian" nil (((k ae) 1) ((l ih) 0) ((f ao r) 1) ((n y ax n) 0))) +("californians" nil (((k ae) 1) ((l ih) 0) ((f ao r) 1) ((n y ax n z) 0))) +("caligiuri" nil (((k ae) 1) ((l ax) 0) ((jh ih) 1) ((r iy) 0))) +("calipers" nil (((k ae) 1) ((l ax) 0) ((p er z) 0))) +("caliph" nil (((k ae) 1) ((l ax f) 0))) +("caliri" nil (((k aa) 0) ((l ih) 1) ((r iy) 0))) +("calise" nil (((k aa) 1) ((l ay z) 0))) +("calista" nil (((k ax) 0) ((l ih) 1) ((s t ax) 0))) +("calisthenics" nil (((k ae) 1) ((l ax s) 0) ((th eh) 1) ((n ih k s) 0))) +("calite" nil (((k ae) 1) ((l ay t) 1))) +("calix" nil (((k ae) 1) ((l ih k s) 0))) +("calk" nil (((k ao k) 1))) +("calkin" nil (((k ae l) 1) ((k ih n) 0))) +("calkins" nil (((k ae l) 1) ((k ih n z) 0))) +("call" nil (((k ao l) 1))) +("calla" nil (((k ae) 1) ((l ax) 0))) +("callable" nil (((k ao) 1) ((l ax) 0) ((b ax l) 0))) +("callaghan" nil (((k ae) 1) ((l ax) 0) ((hh ae n) 0))) +("callaham" nil (((k ae) 1) ((l ax) 0) ((hh ae m) 1))) +("callahan" nil (((k ae) 1) ((l ax) 0) ((hh ae n) 1))) +("callais" nil (((k ax) 0) ((l ey) 1))) +("callan" nil (((k ae) 1) ((l ax n) 0))) +("callanan" nil (((k ae) 1) ((l ax) 0) ((n ax n) 0))) +("calland" nil (((k ae) 1) ((l ax n d) 0))) +("callander" nil (((k ae) 1) ((l ax n) 0) ((d er) 0))) +("callari" nil (((k aa) 0) ((l aa) 1) ((r iy) 0))) +("callas" nil (((k ae) 1) ((l ax z) 0))) +("callaway" nil (((k ae) 1) ((l ax) 0) ((w ey) 0))) +("calle" nil (((k ey l) 1))) +("callebs" nil (((k ey) 1) ((l eh b z) 1))) +("called" nil (((k ao l d) 1))) +("callegari" nil (((k aa) 0) ((l eh) 0) ((g aa) 1) ((r iy) 0))) +("calleja" nil (((k aa) 0) ((l ey) 1) ((y ax) 0))) +("callejas" nil (((k aa) 0) ((l ey) 1) ((y aa z) 0))) +("callen" nil (((k ae) 1) ((l ax n) 0))) +("callender" nil (((k ax) 0) ((l eh n) 1) ((d er) 0))) +("callens" nil (((k ao) 1) ((l ax n z) 0))) +("caller" nil (((k ao) 1) ((l er) 0))) +("callers" nil (((k ao) 1) ((l er z) 0))) +("callery" nil (((k ae) 1) ((l er) 0) ((iy) 0))) +("calles" nil (((k ey l z) 1))) +("calley" nil (((k ae) 1) ((l iy) 0))) +("callicoat" nil (((k ae) 1) ((l ih) 0) ((k ow t) 1))) +("callicott" nil (((k ae) 1) ((l ih) 0) ((k aa t) 0))) +("callicutt" nil (((k ae) 1) ((l ih) 0) ((k ax t) 0))) +("callie" nil (((k ao) 1) ((l iy) 0))) +("callier" nil (((k ae) 1) ((l iy) 0) ((er) 0))) +("callies" nil (((k ae) 1) ((l iy z) 0))) +("calligan" nil (((k ae) 1) ((l ih) 0) ((g ax n) 0))) +("calligraphic" nil (((k ae) 1) ((l ax) 0) ((g r ae) 1) ((f ih k) 0))) +("calligraphy" nil (((k ax) 0) ((l ih) 1) ((g r ax) 0) ((f iy) 0))) +("callihan" nil (((k ae) 1) ((l ih) 0) ((hh ae n) 0))) +("callinan" nil (((k ae) 1) ((l ih) 0) ((n ax n) 0))) +("calling" nil (((k ao) 1) ((l ih ng) 0))) +("calliope" nil (((k ax) 0) ((l ay) 1) ((ax) 0) ((p iy) 1))) +("calliopes" nil (((k ax) 0) ((l ay) 1) ((ax) 0) ((p iy z) 1))) +("callis" nil (((k ae) 1) ((l ih s) 0))) +("callison" nil (((k ae) 1) ((l ih) 0) ((s ax n) 0))) +("callister" nil (((k ao) 1) ((l ih) 0) ((s t er) 0))) +("callous" nil (((k ae) 1) ((l ax s) 0))) +("calloused" nil (((k ae) 1) ((l ax s t) 0))) +("callously" nil (((k ae) 1) ((l ax) 0) ((s l iy) 0))) +("callousness" nil (((k ae) 1) ((l ax) 0) ((s n ax s) 0))) +("callow" nil (((k ae) 1) ((l ow) 0))) +("calloway" nil (((k ae) 1) ((l ow) 0) ((w ey) 1))) +("calls" nil (((k ao l z) 1))) +("callula" nil (((k ae) 1) ((l uw) 0) ((l ax) 0))) +("callum" nil (((k ae) 1) ((l ax m) 0))) +("callus" nil (((k ae) 1) ((l ax s) 0))) +("cally" nil (((k ae) 1) ((l iy) 0))) +("calm" nil (((k aa m) 1))) +("calma" nil (((k aa l) 1) ((m ax) 0))) +("calmaquip" nil (((k ae l) 1) ((m ax) 0) ((k w ih p) 1))) +("calmar" nil (((k ae l) 1) ((m aa r) 0))) +("calmark" nil (((k aa l) 1) ((m aa r k) 1))) +("calmart" nil (((k aa l) 1) ((m aa r t) 1))) +("calmat" nil (((k ae l) 1) ((m ae t) 0))) +("calmed" nil (((k aa m d) 1))) +("calmer" nil (((k aa) 1) ((m er) 0))) +("calmes" nil (((k aa l) 1) ((m eh s) 0))) +("calming" nil (((k aa) 1) ((m ih ng) 0))) +("calmly" nil (((k aa m) 1) ((l iy) 0))) +("calmness" nil (((k aa m) 1) ((n ax s) 0))) +("calms" nil (((k aa m z) 1))) +("calnan" nil (((k ae l) 1) ((n ax n) 0))) +("calny" nil (((k ae l) 1) ((n iy) 0))) +("calo" nil (((k aa) 1) ((l ow) 0))) +("calogero" nil (((k aa) 0) ((l ow) 0) ((jh eh) 1) ((r ow) 0))) +("calor" nil (((k ae) 1) ((l er) 0))) +("caloric" nil (((k ax) 0) ((l ao) 1) ((r ih k) 0))) +("calorie" nil (((k ae) 1) ((l er) 0) ((iy) 0))) +("calories" nil (((k ae) 1) ((l er) 0) ((iy z) 0))) +("caloway" nil (((k ae) 1) ((l ow) 0) ((w ey) 1))) +("calpers" nil (((k ae l) 1) ((p er z) 0))) +("calpis" nil (((k ae l) 1) ((p ih s) 0))) +("caltabiano" nil (((k aa l) 0) ((t aa) 0) ((b iy) 0) ((aa) 1) ((n ow) 0))) +("caltagirone" nil (((k aa l) 0) ((t aa) 0) ((jh ih) 0) ((r ow) 1) ((n iy) 0))) +("Caltech" n (((k ae l) 1) ((t eh k) 1))) +("caltex" nil (((k ah l) 1) ((t eh k s) 1))) +("caltha" nil (((k ae l) 1) ((dh ax) 0))) +("calton" nil (((k ae l) 1) ((t ax n) 0))) +("caltrans" nil (((k ae l) 1) ((t r ae n z) 1))) +("calumet" nil (((k ae) 1) ((l y ax) 0) ((m eh t) 1))) +("calvani" nil (((k ao l) 1) ((v aa) 1) ((n iy) 0))) +("calvano" nil (((k aa l) 0) ((v aa) 1) ((n ow) 0))) +("calvaries" nil (((k ae l) 1) ((v er) 0) ((iy z) 0))) +("calvary" nil (((k ae l) 1) ((v er) 0) ((iy) 0))) +("calverley" nil (((k ae l) 1) ((v er) 0) ((l iy) 0))) +("calvert" nil (((k ae l) 1) ((v er t) 0))) +("calvery" nil (((k ae l) 1) ((v er) 0) ((iy) 0))) +("calves" nil (((k ae v z) 1))) +("calvet" nil (((k ae l) 1) ((v ax t) 0))) +("calvey" nil (((k ae l) 0) ((v ey) 1))) +("calvi" nil (((k aa l) 1) ((v iy) 0))) +("calvillo" nil (((k aa l) 0) ((v ih) 1) ((l ow) 0))) +("calvin" nil (((k ae l) 1) ((v ax n) 0))) +("calvina" nil (((k aa l) 0) ((v iy) 1) ((n ax) 0))) +("calving" nil (((k ae) 1) ((v ih ng) 0))) +("calvinist" nil (((k ae l) 1) ((v ax) 0) ((n ax s t) 0))) +("calvino" nil (((k ao l) 1) ((v iy) 1) ((n ow) 0))) +("calvo" nil (((k aa l) 1) ((v ow) 0))) +("calypso" nil (((k ax) 0) ((l ih p) 1) ((s ow) 1))) +("calypsos" nil (((k ax) 0) ((l ih p) 1) ((s ow z) 1))) +("calzada" nil (((k aa l) 0) ((z aa) 1) ((d ax) 0))) +("cam" nil (((k ae m) 1))) +("camacho" nil (((k ax) 0) ((m aa) 1) ((ch ow) 0))) +("camara" nil (((k aa) 0) ((m aa) 1) ((r ax) 0))) +("camaraderie" nil (((k aa) 1) ((m er) 0) ((aa) 1) ((d er) 0) ((iy) 0))) +("camarata" nil (((k aa) 0) ((m aa) 0) ((r aa) 1) ((t ax) 0))) +("camarena" nil (((k aa) 0) ((m aa) 0) ((r eh) 1) ((n ax) 0))) +("camargo" nil (((k aa) 0) ((m aa r) 1) ((g ow) 0))) +("camarillo" nil (((k aa) 0) ((m aa) 0) ((r ih) 1) ((l ow) 0))) +("camaro" nil (((k ax) 0) ((m eh) 1) ((r ow) 0))) +("camaros" nil (((k ax) 0) ((m aa) 1) ((r ow s) 0))) +("cambell" nil (((k ax m) 0) ((b eh l) 1))) +("camber" nil (((k ae m) 1) ((b er) 0))) +("cambex" nil (((k ae m) 1) ((b ax k s) 0))) +("cambior" nil (((k ae m) 1) ((b iy) 0) ((er) 0))) +("cambodia" nil (((k ae m) 1) ((b ow) 1) ((d iy) 0) ((ax) 0))) +("cambodian" nil (((k ae m) 1) ((b ow) 1) ((d iy) 0) ((ax n) 0))) +("cambodians" nil (((k ae m) 1) ((b ow) 1) ((d iy) 0) ((ax n z) 0))) +("cambra" nil (((k ae m) 1) ((b r ax) 0))) +("cambre" nil (((k ae m) 1) ((b er) 0))) +("cambria" nil (((k ae m) 1) ((b r iy) 0) ((ax) 0))) +("cambrian" nil (((k ae m) 1) ((b r iy) 0) ((ax n) 0))) +("cambridge" nil (((k ey m) 1) ((b r ih jh) 0))) +("cambridgeport" nil (((k ey m) 1) ((b r ih jh) 1) ((p ao r t) 1))) +("cambridgeside" nil (((k ey m) 1) ((b r ih jh) 1) ((s ay d) 1))) +("cambron" nil (((k ae m) 1) ((b r ax n) 0))) +("camburn" nil (((k ae m) 1) ((b er n) 1))) +("camco" nil (((k ae m) 1) ((k ow) 0))) +("camcorder" nil (((k ae m) 1) ((k ao r) 1) ((d er) 0))) +("camcorders" nil (((k ae m) 1) ((k ao r) 1) ((d er z) 0))) +("camden" nil (((k ae m) 1) ((d ax n) 0))) +("camdessus" nil (((k ae m) 0) ((d eh) 1) ((s ax s) 0))) +("came" nil (((k ey m) 1))) +("cameco" nil (((k ae) 1) ((m ih) 0) ((k ow) 0))) +("camejo" nil (((k aa) 0) ((m ey) 1) ((y ow) 0))) +("camel" nil (((k ae) 1) ((m ax l) 0))) +("camelot" nil (((k ae) 1) ((m ax) 0) ((l aa t) 1))) +("camels" nil (((k ae) 1) ((m ax l z) 0))) +("cameo" nil (((k ae) 1) ((m iy) 0) ((ow) 1))) +("cameos" nil (((k ae) 1) ((m iy) 0) ((ow z) 1))) +("camera" nil (((k ae) 1) ((m er) 0) ((ax) 0))) +("cameraman" nil (((k ae) 1) ((m er) 0) ((ax) 0) ((m ax n) 0))) +("cameramen" nil (((k ae) 1) ((m er) 0) ((ax) 0) ((m eh n) 0))) +("cameras" nil (((k ae) 1) ((m er) 0) ((ax z) 0))) +("camerer" nil (((k ae) 1) ((m er) 0) ((er) 0))) +("camero" nil (((k ax) 0) ((m eh) 1) ((r ow) 0))) +("cameron" nil (((k ae) 1) ((m er) 0) ((ax n) 0))) +("cameroon" nil (((k ae) 1) ((m er) 0) ((uw n) 1))) +("camfield" nil (((k ae m) 1) ((f iy l d) 1))) +("camhi" nil (((k ae m) 1) ((hh iy) 0))) +("camilla" nil (((k ax) 0) ((m ih) 1) ((l ax) 0))) +("camille" nil (((k ax) 0) ((m iy l) 1))) +("camilleri" nil (((k aa) 0) ((m iy) 0) ((l eh) 1) ((r iy) 0))) +("camilli" nil (((k ax) 0) ((m ih) 1) ((l iy) 0))) +("camillo" nil (((k ax) 0) ((m ih) 1) ((l ow) 0))) +("caminiti" nil (((k aa) 0) ((m iy) 0) ((n iy) 1) ((t iy) 0))) +("camino" nil (((k ax) 0) ((m iy) 1) ((n ow) 0))) +("camire" nil (((k aa) 0) ((m ih) 1) ((r iy) 0))) +("camm" nil (((k ae m) 1))) +("cammack" nil (((k ae) 1) ((m ax k) 0))) +("cammarano" nil (((k aa) 0) ((m aa) 0) ((r aa) 1) ((n ow) 0))) +("cammarata" nil (((k aa) 0) ((m aa) 0) ((r aa) 1) ((t ax) 0))) +("cammarota" nil (((k aa) 0) ((m aa) 0) ((r ow) 1) ((t ax) 0))) +("cammer" nil (((k ae) 1) ((m er) 0))) +("cammie" nil (((k ae) 1) ((m iy) 0))) +("cammisa" nil (((k ax) 0) ((m iy) 1) ((s ax) 0))) +("cammon" nil (((k ae) 1) ((m ax n) 0))) +("cammy" nil (((k ae) 1) ((m iy) 0))) +("camorra" nil (((k ax) 0) ((m ao) 1) ((r ax) 0))) +("camouflage" nil (((k ae) 1) ((m ax) 0) ((f l aa zh) 1))) +("camouflaged" nil (((k ae) 1) ((m ax) 0) ((f l aa zh d) 1))) +("camouflaging" nil (((k ae) 1) ((m ax) 0) ((f l aa) 1) ((zh ih ng) 0))) +("camp" nil (((k ae m p) 1))) +("campa" nil (((k ae m) 1) ((p ax) 0))) +("campaign" nil (((k ae m) 0) ((p ey n) 1))) +("campaigned" nil (((k ae m) 0) ((p ey n d) 1))) +("campaigner" nil (((k ae m) 0) ((p ey) 1) ((n er) 0))) +("campaigners" nil (((k ae m) 0) ((p ey) 1) ((n er z) 0))) +("campaigning" nil (((k ae m) 0) ((p ey) 1) ((n ih ng) 0))) +("campaigns" nil (((k ae m) 0) ((p ey n z) 1))) +("campana" nil (((k aa m) 0) ((p ae) 1) ((n ax) 0))) +("campanale" nil (((k aa m) 0) ((p aa) 0) ((n aa) 1) ((l iy) 0))) +("campanaro" nil (((k aa m) 0) ((p aa) 0) ((n aa) 1) ((r ow) 0))) +("campanella" nil (((k ae m) 1) ((p ax) 0) ((n eh) 1) ((l ax) 0))) +("campanelli" nil (((k aa m) 0) ((p aa) 0) ((n eh) 1) ((l iy) 0))) +("campanis" nil (((k ae m) 1) ((p aa) 1) ((n ih s) 0))) +("campau" nil (((k aa m) 1) ((p aw) 0))) +("campbell" nil (((k ae m) 1) ((b ax l) 0))) +("campbells" nil (((k ae m) 1) ((b ax l z) 0))) +("campeau" nil (((k ae m) 0) ((p ow) 1))) +("camped" nil (((k ae m p t) 1))) +("campen" nil (((k ae m) 1) ((p ax n) 0))) +("camper" nil (((k ae m) 1) ((p er) 0))) +("campers" nil (((k ae m) 1) ((p er z) 0))) +("campesinos" nil (((k ae m) 1) ((p eh) 0) ((s iy) 1) ((n ow s) 0))) +("campfield" nil (((k ae m p) 1) ((f iy l d) 1))) +("campfire" nil (((k ae m p) 1) ((f ay) 1) ((er) 0))) +("campfires" nil (((k ae m p) 1) ((f ay) 1) ((er z) 0))) +("campground" nil (((k ae m p) 1) ((g r aw n d) 1))) +("campgrounds" nil (((k ae m p) 1) ((g r aw n d z) 1))) +("campi" nil (((k ae m) 1) ((p iy) 0))) +("camping" nil (((k ae m) 1) ((p ih ng) 0))) +("campion" nil (((k ae m) 1) ((p iy) 0) ((ax n) 0))) +("campione" nil (((k aa m) 0) ((p iy) 0) ((ow) 1) ((n iy) 0))) +("campise" nil (((k aa m) 1) ((p ay z) 0))) +("campisi" nil (((k aa m) 0) ((p iy) 1) ((s iy) 0))) +("campo" nil (((k ae m) 1) ((p ow) 0))) +("campobasso" nil (((k aa m) 0) ((p ow) 0) ((b aa) 1) ((s ow) 0))) +("campofrio" nil (((k ae m) 1) ((p ao) 1) ((f r iy) 0) ((ow) 0))) +("campoli" nil (((k aa m) 0) ((p ow) 1) ((l iy) 0))) +("campopiano" nil (((k aa m) 0) ((p ow) 0) ((p iy) 0) ((aa) 1) ((n ow) 0))) +("campos" nil (((k ae m) 1) ((p ow z) 0))) +("camps" nil (((k ae m p s) 1))) +("campsite" nil (((k ae m p) 1) ((s ay t) 1))) +("campsites" nil (((k ae m p) 1) ((s ay t s) 1))) +("campton" nil (((k ae m p) 1) ((t ax n) 0))) +("campus" nil (((k ae m) 1) ((p ax s) 0))) +("campuses" nil (((k ae m) 1) ((p ax) 0) ((s ax z) 0))) +("campuzano" nil (((k aa m) 0) ((p uw) 0) ((z aa) 1) ((n ow) 0))) +("campy" nil (((k ae m) 1) ((p iy) 0))) +("camro" nil (((k ae) 1) ((m r ow) 0))) +("camry" nil (((k ae) 1) ((m r iy) 0))) +("camrys" nil (((k ae) 1) ((m r iy z) 0))) +("camshaft" nil (((k ae m) 1) ((sh ae f t) 1))) +("camshafts" nil (((k ae m) 1) ((sh ae f t s) 1))) +("camus" nil (((k ae) 1) ((m ih s) 0))) +("camuso" nil (((k aa) 0) ((m uw) 1) ((s ow) 0))) +("can" nil (((k ae n) 1))) +("can" nil (((t s aa n) 1))) +("canaan" nil (((k ey) 1) ((n ax n) 0))) +("canaanite" nil (((k ey) 1) ((n ax) 0) ((n ay t) 1))) +("canace" nil (((k aa) 0) ((n aa) 1) ((ch iy) 0))) +("canada" nil (((k ae) 1) ((n ax) 0) ((d ax) 0))) +("canadair" nil (((k ae) 1) ((n ax) 0) ((d eh r) 1))) +("canaday" nil (((k ae) 1) ((n ax) 0) ((d ey) 1))) +("canadian" nil (((k ax) 0) ((n ey) 1) ((d iy) 0) ((ax n) 0))) +("canadians" nil (((k ax) 0) ((n ey) 1) ((d iy) 0) ((ax n z) 0))) +("canadienne" nil (((k ax) 0) ((n ae) 1) ((d iy) 0) ((eh n) 1))) +("canady" nil (((k ax) 0) ((n aa) 1) ((d iy) 0))) +("canal" nil (((k ax) 0) ((n ae l) 1))) +("canale" nil (((k aa) 0) ((n aa) 1) ((l iy) 0))) +("canales" nil (((k ae) 1) ((n ax l z) 0))) +("canals" nil (((k ax) 0) ((n ae l z) 1))) +("canam" nil (((k ae) 1) ((n ax m) 0))) +("canan" nil (((k ey) 1) ((n ax n) 0))) +("canandaigua" nil (((k ae) 1) ((n ax n) 0) ((d ey) 1) ((g w ax) 0))) +("cananea" nil (((k ae) 1) ((n ax) 0) ((n iy) 1) ((ax) 0))) +("canard" nil (((k ax) 0) ((n aa r d) 1))) +("canaries" nil (((k ax) 0) ((n eh) 1) ((r iy z) 0))) +("canary" nil (((k ax) 0) ((n eh) 1) ((r iy) 0))) +("canas" nil (((k ae) 1) ((n ax z) 0))) +("canasta" nil (((k ax) 0) ((n ae) 1) ((s t ax) 0))) +("canavan" nil (((k ae) 1) ((n ax) 0) ((v ae n) 1))) +("canaveral" nil (((k ax) 0) ((n ae) 1) ((v er) 0) ((ax l) 0))) +("canberra" nil (((k ae n) 1) ((b eh) 1) ((r ax) 0))) +("canby" nil (((k ae n) 1) ((b iy) 0))) +("cancan" nil (((k ae n) 1) ((k ae n) 1))) +("cancel" nil (((k ae n) 1) ((s ax l) 0))) +("canceled" nil (((k ae n) 1) ((s ax l d) 0))) +("canceling" nil (((k ae n) 1) ((s ax) 0) ((l ih ng) 0))) +("cancellation" nil (((k ae n) 1) ((s ax) 0) ((l ey) 1) ((sh ax n) 0))) +("cancellations" nil (((k ae n) 1) ((s ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("cancelled" nil (((k ae n) 1) ((s ax l d) 0))) +("cancelling" nil (((k ae n) 1) ((s ax) 0) ((l ih ng) 0))) +("cancels" nil (((k ae n) 1) ((s ax l z) 0))) +("cancer" nil (((k ae n) 1) ((s er) 0))) +("cancerous" nil (((k ae n) 1) ((s er) 0) ((ax s) 0))) +("cancerphobia" nil (((k ae n) 1) ((s er) 0) ((f ow) 1) ((b iy) 0) ((ax) 0))) +("cancers" nil (((k ae n) 1) ((s er z) 0))) +("canchola" nil (((k aa n) 0) ((k ow) 1) ((l ax) 0))) +("cancienne" nil (((k aa n) 0) ((ch iy) 1) ((eh n) 0))) +("cancilla" nil (((k aa n) 0) ((ch ih) 1) ((l ax) 0))) +("cancino" nil (((k aa n) 0) ((ch iy) 1) ((n ow) 0))) +("cancio" nil (((k ae n) 1) ((s iy) 0) ((ow) 0))) +("cancom" nil (((k ae ng) 1) ((k ax m) 0))) +("cancro" nil (((k aa n) 1) ((k r ow) 0))) +("cancun" nil (((k ae ng) 1) ((k ax n) 0))) +("candace" nil (((k ae n) 1) ((d ax s) 0))) +("candee" nil (((k ae n) 1) ((d iy) 1))) +("candela" nil (((k ae n) 1) ((d eh) 1) ((l ax) 0))) +("candelabra" nil (((k ae n) 1) ((d ax) 0) ((l aa) 1) ((b r ax) 0))) +("candelaria" nil (((k aa n) 0) ((d eh) 0) ((l aa) 1) ((r iy) 0) ((ax) 0))) +("candelario" nil (((k aa n) 0) ((d eh) 0) ((l aa) 1) ((r iy) 0) ((ow) 0))) +("candella" nil (((k aa n) 0) ((d eh) 1) ((l ax) 0))) +("candia" nil (((k ae n) 1) ((d iy) 0) ((ax) 0))) +("candice" nil (((k ae n) 1) ((d ih s) 0))) +("candid" nil (((k ae n) 1) ((d ax d) 0))) +("candida" nil (((k ae n) 1) ((d ih) 0) ((d ax) 0))) +("candidacies" nil (((k ae n) 1) ((d ax) 0) ((d ax) 0) ((s iy z) 0))) +("candidacy" nil (((k ae n) 1) ((d ih) 0) ((d ax) 0) ((s iy) 0))) +("candidate" nil (((k ae n) 1) ((d ax) 0) ((d ey t) 0))) +("candidates" nil (((k ae n) 1) ((d ax) 0) ((d ey t s) 0))) +("Candide" n (((k ae n) 0) ((d iy d) 1))) +("candidly" nil (((k ae n) 1) ((d ih d) 0) ((l iy) 0))) +("candido" nil (((k ae n) 0) ((d iy) 1) ((d ow) 0))) +("candie" nil (((k ae n) 1) ((d iy) 0))) +("candied" nil (((k ae n) 1) ((d iy d) 0))) +("candies" nil (((k ae n) 1) ((d iy z) 0))) +("candiotti" nil (((k ae n) 1) ((d iy) 0) ((aa) 1) ((t iy) 0))) +("candle" nil (((k ae n) 1) ((d ax l) 0))) +("candlelight" nil (((k ae n) 1) ((d ax l) 0) ((l ay t) 1))) +("candlemaker" nil (((k ae n) 1) ((d ax l) 0) ((m ey) 1) ((k er) 0))) +("candler" nil (((k ae n) 1) ((d ax) 0) ((l er) 0))) +("candles" nil (((k ae n) 1) ((d ax l z) 0))) +("candlestick" nil (((k ae n) 1) ((d ax l) 0) ((s t ih k) 1))) +("candlesticks" nil (((k ae n) 1) ((d ax l) 0) ((s t ih k s) 1))) +("candlish" nil (((k ae n d) 1) ((l ih sh) 0))) +("candor" nil (((k ae n) 1) ((d er) 0))) +("candy" nil (((k ae n) 1) ((d iy) 0))) +("cane" nil (((k ey n) 1))) +("caned" nil (((k ey n d) 1))) +("canedo" nil (((k aa) 0) ((n ey) 1) ((d ow) 0))) +("canedy" nil (((k ax) 0) ((n iy) 1) ((d iy) 0))) +("canelo" nil (((k ax) 0) ((n eh) 1) ((l ow) 0))) +("canepa" nil (((k aa) 0) ((n eh) 1) ((p ax) 0))) +("canes" nil (((k ey n z) 1))) +("canevari" nil (((k aa) 0) ((n eh) 0) ((v aa) 1) ((r iy) 0))) +("canez" nil (((k aa) 0) ((n eh z) 1))) +("canfield" nil (((k ae n) 1) ((f iy l d) 1))) +("canfor" nil (((k ae n) 1) ((f er) 0))) +("cang" nil (((t s aa ng) 1))) +("cangelosi" nil (((k aa ng) 0) ((g eh) 0) ((l ow) 1) ((s iy) 0))) +("cangemi" nil (((k aa ng) 0) ((g eh) 1) ((m iy) 0))) +("cangialosi" nil (((k aa n) 0) ((jh ax) 0) ((l ow) 1) ((s iy) 0))) +("cangiano" nil (((k aa ng) 0) ((g iy) 0) ((aa) 1) ((n ow) 0))) +("cangzhou" nil (((t s aa ng) 1) ((jh ow) 1))) +("canham" nil (((k ae n) 1) ((hh ax m) 0))) +("canida" nil (((k aa) 0) ((n iy) 1) ((d ax) 0))) +("caniglia" nil (((k ax) 0) ((n ih) 1) ((g l iy) 0) ((ax) 0))) +("canilles" nil (((k ax) 0) ((n ih) 1) ((l iy z) 0))) +("canin" nil (((k ey) 1) ((n ih n) 0))) +("canine" nil (((k ey) 1) ((n ay n) 1))) +("canines" nil (((k ey) 1) ((n ay n z) 1))) +("caning" nil (((k ey) 1) ((n ih ng) 0))) +("canings" nil (((k ey) 1) ((n ih ng z) 0))) +("canino" nil (((k aa) 0) ((n iy) 1) ((n ow) 0))) +("canion" nil (((k ae) 1) ((n y ax n) 0))) +("canipe" nil (((k aa) 0) ((n iy) 1) ((p iy) 0))) +("canister" nil (((k ae) 1) ((n ax) 0) ((s t er) 0))) +("canisters" nil (((k ae) 1) ((n ax) 0) ((s t er z) 0))) +("canker" nil (((k ae ng) 1) ((k er) 0))) +("cankers" nil (((k ae ng) 1) ((k er z) 0))) +("cann" nil (((k ae n) 1))) +("cannabis" nil (((k ae) 1) ((n ax) 0) ((b ax s) 0))) +("cannaday" nil (((k ae) 1) ((n ax) 0) ((d ey) 1))) +("cannady" nil (((k ae) 1) ((n ax) 0) ((d iy) 0))) +("cannan" nil (((k ae) 1) ((n ax n) 0))) +("cannata" nil (((k aa) 0) ((n aa) 1) ((t ax) 0))) +("cannavino" nil (((k ae) 1) ((n ax) 0) ((v iy) 1) ((n ow) 0))) +("cannavo" nil (((k aa) 0) ((n aa) 1) ((v ow) 0))) +("canned" nil (((k ae n d) 1))) +("cannedy" nil (((k ae) 1) ((n ih) 0) ((d iy) 0))) +("cannell" nil (((k ae) 1) ((n ax l) 0))) +("cannella" nil (((k aa) 0) ((n eh) 1) ((l ax) 0))) +("cannelton" nil (((k ae) 1) ((n ax l) 0) ((t ax n) 0))) +("canner" nil (((k ae) 1) ((n er) 0))) +("canneries" nil (((k ae) 1) ((n er) 0) ((iy z) 0))) +("cannery" nil (((k ae) 1) ((n er) 0) ((iy) 0))) +("cannes" nil (((k ae n z) 1))) +("canney" nil (((k ae) 1) ((n iy) 0))) +("cannibal" nil (((k ae) 1) ((n ax) 0) ((b ax l) 0))) +("cannibalism" nil (((k ae) 1) ((n ax) 0) ((b ax) 0) ((l ih) 1) ((z ax m) 0))) +("cannibalization" nil (((k ae) 1) ((n ax) 0) ((b ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("cannibalize" nil (((k ae) 1) ((n ax) 0) ((b ax) 0) ((l ay z) 1))) +("cannibalizing" nil (((k ae) 1) ((n ax) 0) ((b ax) 0) ((l ay) 1) ((z ih ng) 0))) +("canniff" nil (((k ae) 1) ((n ih f) 0))) +("canning" nil (((k ae) 1) ((n ih ng) 0))) +("cannister" nil (((k ae) 1) ((n ih) 0) ((s t er) 0))) +("cannisters" nil (((k ae) 1) ((n ih) 0) ((s t er z) 0))) +("cannistraro" nil (((k ae) 1) ((n ih) 0) ((s t r aa) 1) ((r ow) 0))) +("cannizzaro" nil (((k aa) 0) ((n iy t) 0) ((s aa) 1) ((r ow) 0))) +("cannizzo" nil (((k aa) 0) ((n iy) 1) ((z ow) 0))) +("cannon" nil (((k ae) 1) ((n ax n) 0))) +("cannone" nil (((k aa) 0) ((n ow) 1) ((n iy) 0))) +("cannons" nil (((k ae) 1) ((n ax n z) 0))) +("cannot" nil (((k ae) 0) ((n aa t) 1))) +("canny" nil (((k ae) 1) ((n iy) 0))) +("cano" nil (((k aa) 1) ((n ow) 0))) +("canoe" nil (((k ax) 0) ((n uw) 1))) +("canoed" nil (((k ax) 0) ((n uw d) 1))) +("canoeing" nil (((k ax) 0) ((n uw) 1) ((ih ng) 0))) +("canoeist" nil (((k ax) 0) ((n uw) 1) ((ax s t) 0))) +("canoes" nil (((k ax) 0) ((n uw z) 1))) +("canoga" nil (((k ax) 0) ((n ow) 1) ((g ax) 0))) +("canola" nil (((k ax) 0) ((n ow) 1) ((l ax) 0))) +("canon" nil (((k ae) 1) ((n ax n) 0))) +("canonico" nil (((k aa) 0) ((n ow) 0) ((n iy) 1) ((k ow) 0))) +("canonie" nil (((k ae) 1) ((n ax) 0) ((n iy) 0))) +("canons" nil (((k ae) 1) ((n ax n z) 0))) +("canopy" nil (((k ae) 1) ((n ax) 0) ((p iy) 0))) +("canosa" nil (((k ax) 0) ((n ow) 1) ((s ax) 0))) +("canova" nil (((k aa) 0) ((n ow) 1) ((v ax) 0))) +("canoy" nil (((k ae) 1) ((n oy) 0))) +("canrad" nil (((k ae n) 1) ((r ae d) 0))) +("canron" nil (((k ae n) 1) ((r ax n) 0))) +("cans" nil (((k ae n z) 1))) +("canseco" nil (((k ae n) 1) ((s eh) 1) ((k ow) 0))) +("cansler" nil (((k ae n) 1) ((s ax) 0) ((l er) 0))) +("canso" nil (((k ae n) 1) ((s ow) 0))) +("canstar" nil (((k ae n) 1) ((s t aa r) 1))) +("cant" nil (((k ae n t) 1))) +("cantaloupe" nil (((k ae n) 1) ((t ax) 0) ((l ow p) 1))) +("cantaloupes" nil (((k ae n) 1) ((t ax) 0) ((l ow p s) 1))) +("cantalupo" nil (((k ae n) 1) ((t ax) 0) ((l uw) 1) ((p ow) 0))) +("cantankerous" nil (((k ae n) 0) ((t ae ng) 1) ((k er) 0) ((ax s) 0))) +("cantara" nil (((k aa n) 0) ((t aa) 1) ((r ax) 0))) +("cantata" nil (((k ae n) 1) ((t aa) 1) ((t ax) 0))) +("canteen" nil (((k ae n) 0) ((t iy n) 1))) +("cantel" nil (((k ae n) 1) ((t eh l) 1))) +("canter" nil (((k ae n) 1) ((t er) 0))) +("canterbury" nil (((k ae n) 1) ((t er) 0) ((b eh) 1) ((r iy) 0))) +("cantero" nil (((k aa n) 0) ((t eh) 1) ((r ow) 0))) +("canterra" nil (((k aa n) 1) ((t eh) 1) ((r ax) 0))) +("cantey" nil (((k ae n) 1) ((t iy) 0))) +("cantin" nil (((k aa n) 0) ((t iy n) 1))) +("cantina" nil (((k ae n) 1) ((t iy) 1) ((n ax) 0))) +("cantle" nil (((k ae n) 1) ((t ax l) 0))) +("cantley" nil (((k ae n t) 1) ((l iy) 0))) +("cantlin" nil (((k ae n t) 1) ((l ih n) 0))) +("cantlon" nil (((k ae n t) 1) ((l ax n) 0))) +("canto" nil (((k ae n) 1) ((t ow) 0))) +("canton" nil (((k ae n) 1) ((t ax n) 0))) +("cantonal" nil (((k ae n) 1) ((t ax) 0) ((n ax l) 0))) +("cantone" nil (((k aa n) 0) ((t ow) 1) ((n iy) 0))) +("cantonese" nil (((k ae n) 1) ((t ax) 0) ((n iy z) 1))) +("cantons" nil (((k ae n) 1) ((t ax n z) 0))) +("cantor" nil (((k ae n) 1) ((t er) 0))) +("cantore" nil (((k ae n) 1) ((t ao r) 1))) +("cantrall" nil (((k ae n) 1) ((t r ax l) 0))) +("cantrell" nil (((k ae n) 0) ((t r eh l) 1))) +("cantrelle" nil (((k ax n) 0) ((t r eh l) 1))) +("cantu" nil (((k ae n) 1) ((t uw) 0))) +("cantv" nil (((k ae n) 1) ((t iy) 1) ((v iy) 1))) +("cantwell" nil (((k ae n) 1) ((t w eh l) 1))) +("canty" nil (((k ae n) 1) ((t iy) 0))) +("canup" nil (((k ae) 1) ((n ah p) 1))) +("canupp" nil (((k ae) 1) ((n ax p) 0))) +("canvas" nil (((k ae n) 1) ((v ax s) 0))) +("canvases" nil (((k ae n) 1) ((v ax) 0) ((s ih z) 0))) +("canvass" nil (((k ae n) 1) ((v ax s) 0))) +("canvassed" nil (((k ae n) 1) ((v ax s t) 0))) +("canvassers" nil (((k ae n) 1) ((v ax) 0) ((s er z) 0))) +("canvassing" nil (((k ae n) 1) ((v ax) 0) ((s ih ng) 0))) +("canwest" nil (((k ae n) 1) ((w eh s t) 1))) +("canyon" nil (((k ae) 1) ((n y ax n) 0))) +("canyons" nil (((k ae) 1) ((n y ax n z) 0))) +("canzano" nil (((k aa n) 0) ((z aa) 1) ((n ow) 0))) +("canzoneri" nil (((k aa n) 0) ((z ow) 0) ((n eh) 1) ((r iy) 0))) +("cao" nil (((t s aw) 1))) +("caouette" nil (((k ey) 1) ((uw t) 1))) +("cap" nil (((k ae p) 1))) +("capabilities" nil (((k ey) 1) ((p ax) 0) ((b ih) 1) ((l ax) 0) ((t iy z) 0))) +("capability" nil (((k ey) 1) ((p ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("capable" nil (((k ey) 1) ((p ax) 0) ((b ax l) 0))) +("capacious" nil (((k ax) 0) ((p ey) 1) ((sh ax s) 0))) +("capacitance" nil (((k ax) 0) ((p ae) 1) ((s ax) 0) ((t ax n s) 0))) +("capacities" nil (((k ax) 0) ((p ae) 1) ((s ax) 0) ((t iy z) 0))) +("capacitor" nil (((k ax) 0) ((p ae) 1) ((s ax) 0) ((t er) 0))) +("capacitors" nil (((k ax) 0) ((p ae) 1) ((s ax) 0) ((t er z) 0))) +("capacity" nil (((k ax) 0) ((p ae) 1) ((s ax) 0) ((t iy) 0))) +("capalbo" nil (((k ax) 0) ((p ae l) 1) ((b ow) 0))) +("capaldi" nil (((k aa) 0) ((p aa l) 1) ((d iy) 0))) +("capaldo" nil (((k aa) 0) ((p aa l) 1) ((d ow) 0))) +("capano" nil (((k aa) 0) ((p aa) 1) ((n ow) 0))) +("capasso" nil (((k aa) 0) ((p aa) 1) ((s ow) 0))) +("capcom" nil (((k ae p) 1) ((k ax m) 0))) +("cape" nil (((k ey p) 1))) +("capece" nil (((k ax) 0) ((p iy s) 1))) +("capehart" nil (((k ey p) 1) ((hh aa r t) 1))) +("capek" nil (((k ae) 1) ((p ih k) 0))) +("capel" nil (((k ey) 1) ((p ax l) 0))) +("capell" nil (((k aa) 0) ((p ey l) 1))) +("capella" nil (((k ax) 0) ((p eh) 1) ((l ax) 0))) +("capelle" nil (((k ax) 0) ((p eh l) 1))) +("capelli" nil (((k ax) 0) ((p eh) 1) ((l iy) 0))) +("capello" nil (((k ax) 0) ((p eh) 1) ((l ow) 0))) +("capen" nil (((k ey) 1) ((p ax n) 0))) +("caper" nil (((k ey) 1) ((p er) 0))) +("capers" nil (((k ey) 1) ((p er z) 0))) +("caperton" nil (((k ey) 1) ((p er) 0) ((t ax n) 0))) +("capes" nil (((k ey p s) 1))) +("capetillo" nil (((k aa) 0) ((p eh) 0) ((t ih) 1) ((l ow) 0))) +("capetown" nil (((k ey p) 1) ((t aw n) 1))) +("capillaries" nil (((k ae) 1) ((p ax) 0) ((l eh) 1) ((r iy z) 0))) +("capillary" nil (((k ae) 1) ((p ax) 0) ((l eh) 1) ((r iy) 0))) +("capistrano" nil (((k ae) 1) ((p ih) 0) ((s t r aa) 1) ((n ow) 0))) +("capita" nil (((k ae) 1) ((p ih) 0) ((t ax) 0))) +("capital" nil (((k ae) 1) ((p ax) 0) ((t ax l) 0))) +("capitalism" nil (((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ih) 1) ((z ax m) 0))) +("capitalist" nil (((k ae) 1) ((p ax) 0) ((t ax) 0) ((l ax s t) 0))) +("capitalistic" nil (((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ih) 1) ((s t ih k) 0))) +("capitalists" nil (((k ae) 1) ((p ax) 0) ((t ax) 0) ((l ax s t s) 0))) +("capitalization" nil (((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("capitalizations" nil (((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n z) 0))) +("capitalize" nil (((k ae) 1) ((p ax) 0) ((t ax) 0) ((l ay z) 1))) +("capitalized" nil (((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ay z d) 1))) +("capitalizes" nil (((k ae) 1) ((p ax) 0) ((t ax) 0) ((l ay) 1) ((z ih z) 0))) +("capitalizing" nil (((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ay) 1) ((z ih ng) 0))) +("capitals" nil (((k ae) 1) ((p ax) 0) ((t ax l z) 0))) +("capitan" nil (((k ae) 1) ((p ih) 0) ((t ax n) 0))) +("capitano" nil (((k aa) 0) ((p iy) 0) ((t aa) 1) ((n ow) 0))) +("capito" nil (((k aa) 0) ((p iy) 1) ((t ow) 0))) +("capitol" nil (((k ae) 1) ((p ih) 0) ((t ax l) 0))) +("capitoline" nil (((k ae) 1) ((p ih) 0) ((t ow) 1) ((l ay n) 1))) +("capitulate" nil (((k ax) 0) ((p ih) 1) ((ch uw) 0) ((l ih t) 0))) +("capitulated" nil (((k ax) 0) ((p ih) 1) ((ch ax) 0) ((l ey) 1) ((t ih d) 0))) +("capitulation" nil (((k ax) 0) ((p ih) 1) ((ch ax) 0) ((l ey) 1) ((sh ax n) 0))) +("capizzi" nil (((k aa) 0) ((p iy t) 1) ((s iy) 0))) +("caplan" nil (((k ae) 1) ((p l ax n) 0))) +("caple" nil (((k ey) 1) ((p ax l) 0))) +("caples" nil (((k ey) 1) ((p ax l z) 0))) +("capley" nil (((k ae) 1) ((p l iy) 0))) +("caplin" nil (((k ae) 1) ((p l ih n) 0))) +("caplinger" nil (((k ey) 1) ((p ax) 0) ((l ih ng) 0) ((er) 0))) +("capo" nil (((k aa) 1) ((p ow) 0))) +("capobianco" nil (((k aa) 0) ((p ow) 0) ((b iy) 0) ((aa n) 1) ((k ow) 0))) +("capon" nil (((k ey) 1) ((p aa n) 1))) +("capone" nil (((k ax) 0) ((p ow n) 1))) +("caponi" nil (((k aa) 0) ((p ow) 1) ((n iy) 0))) +("caponigro" nil (((k aa) 0) ((p ow) 0) ((n iy) 1) ((g r ow) 0))) +("caporale" nil (((k aa) 0) ((p ao) 0) ((r aa) 1) ((l iy) 0))) +("caporaso" nil (((k aa) 0) ((p ao) 0) ((r aa) 1) ((s ow) 0))) +("capote" nil (((k ax) 0) ((p ow t) 1))) +("capoten" nil (((k ax) 0) ((p ow) 1) ((t ax n) 0))) +("capozzi" nil (((k ax) 0) ((p aa) 1) ((z iy) 0))) +("capozzoli" nil (((k aa) 0) ((p ow t) 0) ((s ow) 1) ((l iy) 0))) +("capp" nil (((k ae p) 1))) +("cappa" nil (((k ae) 1) ((p ax) 0))) +("cappadona" nil (((k aa) 0) ((p aa) 0) ((d ow) 1) ((n ax) 0))) +("capparelli" nil (((k aa) 0) ((p aa) 0) ((r eh) 1) ((l iy) 0))) +("capped" nil (((k ae p t) 1))) +("cappel" nil (((k ae) 1) ((p ax l) 0))) +("cappella" nil (((k aa) 0) ((p eh) 1) ((l ax) 0))) +("cappelletti" nil (((k aa) 0) ((p eh) 0) ((l eh) 1) ((t iy) 0))) +("cappelli" nil (((k aa) 0) ((p eh) 1) ((l iy) 0))) +("cappello" nil (((k aa) 0) ((p eh) 1) ((l ow) 0))) +("capper" nil (((k ae) 1) ((p er) 0))) +("cappetta" nil (((k aa) 0) ((p eh) 1) ((t ax) 0))) +("cappiello" nil (((k aa) 0) ((p iy) 0) ((eh) 1) ((l ow) 0))) +("capping" nil (((k ae) 1) ((p ih ng) 0))) +("cappo" nil (((k ae) 1) ((p ow) 0))) +("capps" nil (((k ae p s) 1))) +("cappuccino" nil (((k ae) 1) ((p uw) 1) ((ch iy) 1) ((n ow) 0))) +("cappuccio" nil (((k aa) 0) ((p uw) 1) ((ch iy) 0) ((ow) 0))) +("cappy" nil (((k ae) 1) ((p iy) 0))) +("capra" nil (((k ae) 1) ((p r ax) 0))) +("capraro" nil (((k aa) 0) ((p r aa) 1) ((r ow) 0))) +("capri" nil (((k ae) 1) ((p r iy) 0))) +("capriati" nil (((k ae) 1) ((p r iy) 0) ((aa) 1) ((t iy) 0))) +("caprice" nil (((k ax) 0) ((p r iy s) 1))) +("capricious" nil (((k ax) 0) ((p r ih) 1) ((sh ax s) 0))) +("capriciously" nil (((k ax) 0) ((p r ih) 1) ((sh ih) 0) ((s l iy) 0))) +("capricorn" nil (((k ae) 1) ((p r ax) 0) ((k ao r n) 0))) +("caprio" nil (((k ae) 1) ((p r iy) 0) ((ow) 0))) +("capriotti" nil (((k aa) 0) ((p r iy) 0) ((ow) 1) ((t iy) 0))) +("capron" nil (((k ae) 1) ((p r ax n) 0))) +("caps" nil (((k ae p s) 1))) +("capshaw" nil (((k ae p) 1) ((sh ao) 1))) +("capsize" nil (((k ae p) 1) ((s ay z) 1))) +("capsized" nil (((k ae p) 1) ((s ay z d) 1))) +("capstan" nil (((k ae p) 1) ((s t ax n) 0))) +("capstick" nil (((k ae p) 1) ((s t ih k) 1))) +("capsule" nil (((k ae p) 1) ((s ax l) 0))) +("capsules" nil (((k ae p) 1) ((s ax l z) 0))) +("captain" nil (((k ae p) 1) ((t ax n) 0))) +("captains" nil (((k ae p) 1) ((t ax n z) 0))) +("caption" nil (((k ae p) 1) ((sh ax n) 0))) +("captioning" nil (((k ae p) 1) ((sh ax) 0) ((n ih ng) 0))) +("captions" nil (((k ae p) 1) ((sh ax n z) 0))) +("captivated" nil (((k ae p) 1) ((t ih) 0) ((v ey) 1) ((t ih d) 0))) +("captivating" nil (((k ae p) 1) ((t ih) 0) ((v ey) 1) ((t ih ng) 0))) +("captive" nil (((k ae p) 1) ((t ih v) 0))) +("captives" nil (((k ae p) 1) ((t ih v z) 0))) +("captivity" nil (((k ae p) 0) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("captors" nil (((k ae p) 1) ((t er z) 0))) +("capture" nil (((k ae p) 1) ((ch er) 0))) +("captured" nil (((k ae p) 1) ((ch er d) 0))) +("captures" nil (((k ae p) 1) ((ch er z) 0))) +("capturing" nil (((k ae p) 1) ((ch er) 0) ((ih ng) 0))) +("capua" nil (((k ae) 1) ((p y uw) 0) ((ax) 0))) +("capuano" nil (((k aa) 0) ((p uw) 0) ((aa) 1) ((n ow) 0))) +("caputi" nil (((k aa) 0) ((p uw) 1) ((t iy) 0))) +("caputo" nil (((k aa) 0) ((p uw) 1) ((t ow) 0))) +("capwell" nil (((k ae) 1) ((p w eh l) 1))) +("caq" nil (((k ae k) 1))) +("car" nil (((k aa r) 1))) +("cara" nil (((k eh) 1) ((r ax) 0))) +("carabajal" nil (((k er) 0) ((ae) 1) ((b ax) 0) ((jh ax l) 0))) +("caraballo" nil (((k ae) 1) ((r ax) 0) ((b ae) 1) ((l ow) 0))) +("carabello" nil (((k ae) 1) ((r ax) 0) ((b eh) 1) ((l ow) 0))) +("caracara" nil (((k aa) 1) ((r ax) 0) ((k aa) 1) ((r ax) 0))) +("caracas" nil (((k er) 0) ((aa) 1) ((k ax s) 0))) +("caracci" nil (((k aa) 0) ((r aa) 1) ((ch iy) 0))) +("caracciolo" nil (((k aa) 0) ((r aa k) 0) ((ch ow) 1) ((l ow) 0))) +("caradine" nil (((k aa) 0) ((r aa) 0) ((d iy) 1) ((n iy) 0))) +("caradonna" nil (((k aa) 0) ((r aa) 0) ((d ow) 1) ((n ax) 0))) +("carafate" nil (((k eh) 1) ((r ax) 0) ((f ey t) 1))) +("caraher" nil (((k ae) 1) ((r ax) 0) ((hh er) 0))) +("caraker" nil (((k ae) 1) ((r ax) 0) ((k er) 0))) +("caramel" nil (((k eh) 1) ((r ax) 0) ((m ax l) 0))) +("carangelo" nil (((k aa) 0) ((r aa ng) 0) ((g eh) 1) ((l ow) 0))) +("carano" nil (((k aa) 0) ((r aa) 1) ((n ow) 0))) +("caras" nil (((k aa) 1) ((r ax z) 0))) +("carat" nil (((k eh) 1) ((r ax t) 0))) +("carats" nil (((k eh) 1) ((r ax t s) 0))) +("caravan" nil (((k ae) 1) ((r ax) 0) ((v ae n) 1))) +("caravans" nil (((k ae) 1) ((r ax) 0) ((v ae n z) 1))) +("caravel" nil (((k eh) 1) ((r ax) 0) ((v eh l) 1))) +("caravella" nil (((k ae) 1) ((r ax) 0) ((v eh) 1) ((l ax) 0))) +("caravelle" nil (((k eh) 1) ((r ax) 0) ((v eh l) 1))) +("caravello" nil (((k ae) 1) ((r ax) 0) ((v eh) 1) ((l ow) 0))) +("caraveo" nil (((k aa) 0) ((r aa) 1) ((v iy) 0) ((ow) 0))) +("carawan" nil (((k ae) 1) ((r ax) 0) ((w ae n) 0))) +("caraway" nil (((k ae) 1) ((r ax) 0) ((w ey) 1))) +("carbajal" nil (((k aa r) 0) ((b aa) 0) ((y ae l) 1))) +("carballo" nil (((k aa r) 0) ((b aa) 1) ((l ow) 0))) +("carbary" nil (((k aa r) 1) ((b eh) 0) ((r iy) 0))) +("carbaugh" nil (((k aa r) 1) ((b ao) 1))) +("carberry" nil (((k aa r) 1) ((b eh) 1) ((r iy) 0))) +("carbide" nil (((k aa r) 1) ((b ay d) 1))) +("carbin" nil (((k aa r) 1) ((b ih n) 0))) +("carbine" nil (((k aa r) 1) ((b ay n) 1))) +("carbo" nil (((k aa r) 1) ((b ow) 0))) +("carbohydrate" nil (((k aa r) 1) ((b ow) 0) ((hh ay) 1) ((d r ey t) 1))) +("carbohydrates" nil (((k aa r) 1) ((b ow) 0) ((hh ay) 1) ((d r ey t s) 0))) +("carbon" nil (((k aa r) 1) ((b ax n) 0))) +("carbonara" nil (((k aa r) 0) ((b ow) 0) ((n aa) 1) ((r ax) 0))) +("carbonaro" nil (((k aa r) 0) ((b ow) 0) ((n aa) 1) ((r ow) 0))) +("carbonate" nil (((k aa r) 1) ((b ax) 0) ((n ey t) 1))) +("carbonated" nil (((k aa r) 1) ((b ax) 0) ((n ey) 1) ((t ax d) 0))) +("carbonates" nil (((k aa r) 1) ((b ax) 0) ((n ey t s) 1))) +("carbondale" nil (((k aa r) 1) ((b ax n) 0) ((d ey l) 1))) +("carbone" nil (((k aa r) 1) ((b ow n) 1))) +("carbonell" nil (((k aa r) 1) ((b ow) 0) ((n eh l) 1))) +("carbonetto" nil (((k aa r) 1) ((b ow) 0) ((n eh) 1) ((t ow) 0))) +("carboni" nil (((k aa r) 0) ((b ow) 1) ((n iy) 0))) +("carboniferous" nil (((k aa r) 1) ((b ax) 0) ((n ih) 1) ((f er) 0) ((ax s) 0))) +("carbonized" nil (((k aa r) 1) ((b ax) 0) ((n ay z d) 1))) +("carbonneau" nil (((k aa r) 1) ((b ax) 0) ((n ow) 1))) +("carbons" nil (((k aa r) 1) ((b ax n z) 0))) +("carborundum" nil (((k aa r) 1) ((b er) 0) ((ah n) 1) ((d ax m) 0))) +("carboy" nil (((k aa r) 1) ((b oy) 1))) +("carbureted" nil (((k aa r) 1) ((b y er) 0) ((eh) 1) ((t ih d) 0))) +("carburetion" nil (((k aa r) 1) ((b y er) 0) ((iy) 1) ((sh ax n) 0))) +("carburetor" nil (((k aa r) 1) ((b er) 0) ((ey) 1) ((t er) 0))) +("carburetors" nil (((k aa r) 1) ((b er) 0) ((ey) 1) ((t er z) 0))) +("carby" nil (((k aa r) 1) ((b iy) 0))) +("carcass" nil (((k aa r) 1) ((k ax s) 0))) +("carcasses" nil (((k aa r) 1) ((k ax) 0) ((s ih z) 0))) +("carcinogen" nil (((k aa r) 0) ((s ih) 1) ((n ax) 0) ((jh ax n) 0))) +("carcinogenic" nil (((k aa r) 1) ((s ax) 0) ((n ow) 0) ((jh eh) 1) ((n ih k) 0))) +("carcinogens" nil (((k aa r) 0) ((s ih) 1) ((n ax) 0) ((jh ax n z) 0))) +("carcinoma" nil (((k aa r) 1) ((s ax) 0) ((n ow) 1) ((m ax) 0))) +("carcione" nil (((k aa r) 0) ((ch ow) 1) ((n iy) 0))) +("card" nil (((k aa r d) 1))) +("carda" nil (((k aa r) 1) ((d ax) 0))) +("cardarelli" nil (((k aa r) 0) ((d aa) 0) ((r eh) 1) ((l iy) 0))) +("cardboard" nil (((k aa r d) 1) ((b ao r d) 1))) +("cardboards" nil (((k aa r d) 1) ((b ao r d z) 1))) +("carded" nil (((k aa r) 1) ((d ax d) 0))) +("cardell" nil (((k aa r) 0) ((d ey l) 1))) +("cardella" nil (((k aa r) 1) ((d eh) 1) ((l ax) 0))) +("cardello" nil (((k aa r) 1) ((d eh) 1) ((l ow) 0))) +("carden" nil (((k aa r) 1) ((d ax n) 0))) +("cardenas" nil (((k aa r) 0) ((d iy) 1) ((n ax s) 0))) +("carder" nil (((k aa r) 1) ((d er) 0))) +("cardholder" nil (((k aa r d) 1) ((hh ow l) 1) ((d er) 0))) +("cardholders" nil (((k aa r d) 1) ((hh ow l) 1) ((d er z) 0))) +("cardia" nil (((k aa r) 1) ((d iy) 0) ((ax) 0))) +("cardiac" nil (((k aa r) 1) ((d iy) 0) ((ae k) 1))) +("cardiel" nil (((k aa r) 1) ((d iy l) 1))) +("cardiff" nil (((k aa r) 1) ((d ih f) 0))) +("cardigan" nil (((k aa r) 1) ((d ih) 0) ((g ax n) 0))) +("cardigans" nil (((k aa r) 1) ((d ih) 0) ((g ax n z) 0))) +("cardiges" nil (((k aa r) 1) ((d ih) 0) ((jh ih z) 0))) +("cardillo" nil (((k aa r) 1) ((d ih) 1) ((l ow) 0))) +("cardin" nil (((k aa r) 1) ((d ih n) 0))) +("cardinal" nil (((k aa r) 1) ((d ax) 0) ((n ax l) 0))) +("cardinale" nil (((k aa r) 0) ((d iy) 0) ((n aa) 1) ((l iy) 0))) +("cardinali" nil (((k aa r) 0) ((d iy) 0) ((n aa) 1) ((l iy) 0))) +("cardinals" nil (((k aa r) 1) ((d ax) 0) ((n ax l z) 0))) +("cardio" nil (((k aa r) 1) ((d iy) 0) ((ow) 0))) +("cardiologist" nil (((k aa r) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("cardiologists" nil (((k aa r) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("cardiology" nil (((k aa r) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("cardiopulmonary" nil (((k aa r) 1) ((d iy) 0) ((ow) 0) ((p uh l) 1) ((m ax) 0) ((n eh) 1) ((r iy) 0))) +("cardiovascular" nil (((k aa r) 1) ((d iy) 0) ((ow) 0) ((v ae) 1) ((s k y ax) 0) ((l er) 0))) +("cardis" nil (((k aa r) 1) ((d ih s) 0))) +("cardiss" nil (((k aa r) 1) ((d ih s) 0))) +("cardizem" nil (((k aa r) 1) ((d ih) 0) ((z eh m) 1))) +("cardoen" nil (((k aa r) 1) ((d ow) 1) ((ax n) 0))) +("cardon" nil (((k aa r) 0) ((d ao n) 1))) +("cardona" nil (((k aa r) 0) ((d ow) 1) ((n ax) 0))) +("cardone" nil (((k aa r) 0) ((d ow) 1) ((n iy) 0))) +("cardoni" nil (((k aa r) 0) ((d ow) 1) ((n iy) 0))) +("cardoon" nil (((k aa r) 0) ((d uw n) 1))) +("cardosa" nil (((k aa r) 0) ((d ow) 1) ((s ax) 0))) +("cardosi" nil (((k aa r) 0) ((d ow) 1) ((s iy) 0))) +("cardoso" nil (((k aa r) 0) ((d ow) 1) ((s ow) 0))) +("cardoza" nil (((k aa r) 0) ((d ow) 1) ((z ax) 0))) +("cardozo" nil (((k aa r) 0) ((d ow) 1) ((z ow) 0))) +("cards" nil (((k aa r d z) 1))) +("carducci" nil (((k aa r) 0) ((d uw) 1) ((ch iy) 0))) +("cardwell" nil (((k aa r) 1) ((d w eh l) 1))) +("cardy" nil (((k aa r) 1) ((d iy) 0))) +("care" nil (((k eh r) 1))) +("cared" nil (((k eh r d) 1))) +("careen" nil (((k er) 0) ((iy n) 1))) +("careened" nil (((k er) 0) ((iy n d) 1))) +("careening" nil (((k er) 0) ((iy) 1) ((n ih ng) 0))) +("careens" nil (((k er) 0) ((iy n z) 1))) +("career" nil (((k er) 0) ((ih r) 1))) +("careercom" nil (((k er) 0) ((ih r) 1) ((k aa m) 0))) +("careerist" nil (((k er) 0) ((ih) 1) ((r ih s t) 0))) +("careerists" nil (((k er) 0) ((ih) 1) ((r ih s t s) 0))) +("careers" nil (((k er) 0) ((ih r z) 1))) +("carefree" nil (((k eh r) 1) ((f r iy) 1))) +("careful" nil (((k eh r) 1) ((f ax l) 0))) +("carefully" nil (((k eh r) 1) ((f ax) 0) ((l iy) 0))) +("caregivers" nil (((k eh r) 1) ((g ih) 1) ((v er z) 0))) +("carel" nil (((k aa) 0) ((r eh l) 1))) +("careless" nil (((k eh r) 1) ((l ax s) 0))) +("carelessly" nil (((k eh r) 1) ((l ax) 0) ((s l iy) 0))) +("carelessness" nil (((k eh r) 1) ((l ax) 0) ((s n ax s) 0))) +("carella" nil (((k aa) 0) ((r eh) 1) ((l ax) 0))) +("carelli" nil (((k aa) 0) ((r eh) 1) ((l iy) 0))) +("carello" nil (((k eh) 1) ((r eh) 1) ((l ow) 0))) +("carelock" nil (((k ae) 1) ((r ih) 0) ((l aa k) 0))) +("caremark" nil (((k eh r) 1) ((m aa r k) 1))) +("carena" nil (((k eh) 1) ((r iy) 1) ((n ax) 0))) +("careplus" nil (((k eh r) 1) ((p l ah s) 1))) +("carer" nil (((k eh) 1) ((r er) 0))) +("cares" nil (((k eh r z) 1))) +("caress" nil (((k er) 0) ((eh s) 1))) +("caresse" nil (((k aa) 1) ((r eh s) 0))) +("caressing" nil (((k er) 0) ((eh) 1) ((s ih ng) 0))) +("caretaker" nil (((k eh r) 1) ((t ey) 1) ((k er) 0))) +("caretakers" nil (((k eh r) 1) ((t ey) 1) ((k er z) 0))) +("careunit" nil (((k eh r) 1) ((y uw) 1) ((n ih t) 0))) +("carew" nil (((k ae) 1) ((r uw) 0))) +("carey" nil (((k eh) 1) ((r iy) 0))) +("carfagno" nil (((k aa r) 0) ((f aa g) 1) ((n ow) 0))) +("carfora" nil (((k aa r) 0) ((f ao) 1) ((r ax) 0))) +("cargal" nil (((k aa r) 0) ((g ae l) 1))) +("cargile" nil (((k aa r) 1) ((jh ax l) 0))) +("cargill" nil (((k aa r) 1) ((g ih l) 1))) +("cargo" nil (((k aa r) 1) ((g ow) 1))) +("cargoes" nil (((k aa r) 1) ((g ow z) 1))) +("cargos" nil (((k aa r) 1) ((g ow z) 1))) +("carhart" nil (((k aa r) 1) ((hh aa r t) 1))) +("caribbean" nil (((k er) 0) ((ih) 1) ((b iy) 0) ((ax n) 0))) +("caribe" nil (((k eh) 1) ((r iy b) 1))) +("caribou" nil (((k eh) 1) ((r ih) 0) ((b uw) 1))) +("caricature" nil (((k eh) 1) ((r ax) 0) ((k ax) 0) ((ch er) 0))) +("caricatured" nil (((k er) 0) ((ih) 1) ((k ax) 0) ((ch er d) 0))) +("caricatures" nil (((k er) 0) ((ih) 1) ((k ax) 0) ((ch er z) 0))) +("caricaturist" nil (((k eh) 1) ((r ax) 0) ((k ax) 0) ((ch er) 0) ((ax s t) 0))) +("carico" nil (((k aa) 0) ((r iy) 1) ((k ow) 0))) +("caricom" nil (((k eh) 1) ((r ih) 0) ((k aa m) 1))) +("caridi" nil (((k aa) 0) ((r iy) 1) ((d iy) 0))) +("carie" nil (((k eh) 1) ((r iy) 0))) +("cariello" nil (((k aa) 0) ((r iy) 0) ((eh) 1) ((l ow) 0))) +("carignan" nil (((k ae) 1) ((r ih g) 0) ((n ax n) 0))) +("cariker" nil (((k ae) 1) ((r ih) 0) ((k er) 0))) +("carilla" nil (((k aa) 0) ((r ih) 1) ((l ax) 0))) +("carillo" nil (((k aa) 0) ((r ih) 1) ((l ow) 0))) +("carillon" nil (((k eh) 1) ((r ax) 0) ((l aa n) 1))) +("carin" nil (((k ae) 1) ((r ih n) 0))) +("carine" nil (((k aa) 0) ((r iy) 1) ((n iy) 0))) +("caring" nil (((k eh) 1) ((r ih ng) 0))) +("carini" nil (((k aa) 0) ((r iy) 1) ((n iy) 0))) +("carinii" nil (((k eh) 1) ((r iy) 1) ((n iy) 0))) +("carino" nil (((k aa) 0) ((r iy) 1) ((n ow) 0))) +("carioca" nil (((k eh) 1) ((r iy) 0) ((ow) 1) ((k ax) 0))) +("caris" nil (((k ae) 1) ((r ih s) 0))) +("carisbrook" nil (((k eh) 1) ((r ih s) 0) ((b r uh k) 1))) +("carissa" nil (((k aa) 0) ((r iy) 1) ((s ax) 0))) +("carita" nil (((k aa) 0) ((r iy) 1) ((t ax) 0))) +("carithers" nil (((k ae) 1) ((r ih) 0) ((dh er z) 0))) +("carjack" nil (((k aa r) 1) ((jh ae k) 1))) +("carjacked" nil (((k aa r) 1) ((jh ae k t) 1))) +("carjacker" nil (((k aa r) 1) ((jh ae) 1) ((k er) 0))) +("carjackers" nil (((k aa r) 1) ((jh ae) 1) ((k er z) 0))) +("carjacking" nil (((k aa r) 1) ((jh ae) 1) ((k ih ng) 0))) +("carjackings" nil (((k aa r) 1) ((jh ae) 1) ((k ih ng z) 0))) +("carjacks" nil (((k aa r) 1) ((jh ae k s) 1))) +("carkhuff" nil (((k aa r k) 1) ((hh ax f) 0))) +("carl" nil (((k aa r l) 1))) +("carla" nil (((k aa r) 1) ((l ax) 0))) +("carlan" nil (((k aa r) 1) ((l ax n) 0))) +("carland" nil (((k aa r) 1) ((l ax n d) 0))) +("carlberg" nil (((k aa r l) 1) ((b er g) 0))) +("carle" nil (((k aa) 1) ((r ax l) 0))) +("carleen" nil (((k aa r) 0) ((l iy n) 1))) +("carlen" nil (((k aa r) 1) ((l ax n) 0))) +("carlene" nil (((k aa r) 1) ((l iy n) 1))) +("carles" nil (((k aa r l z) 1))) +("carleton" nil (((k aa r l) 1) ((t ax n) 0))) +("carley" nil (((k aa r) 1) ((l iy) 0))) +("carli" nil (((k aa r) 1) ((l iy) 0))) +("carlile" nil (((k aa r) 1) ((l ay l) 0))) +("carlin" nil (((k aa r) 1) ((l ih n) 0))) +("carliner" nil (((k aa r) 1) ((l ay) 1) ((n er) 0))) +("carling" nil (((k aa r) 1) ((l ih ng) 0))) +("carlini" nil (((k aa r) 0) ((l iy) 1) ((n iy) 0))) +("carlino" nil (((k aa r) 0) ((l iy) 1) ((n ow) 0))) +("carlisi" nil (((k aa r) 0) ((l iy) 1) ((s iy) 0))) +("carlisle" nil (((k aa r) 1) ((l ay l) 1))) +("carlita" nil (((k aa r) 0) ((l iy) 1) ((t ax) 0))) +("carll" nil (((k aa r l) 1))) +("carlo" nil (((k aa r) 1) ((l ow) 0))) +("carload" nil (((k aa r) 1) ((l ow d) 1))) +("carloadings" nil (((k aa r) 1) ((l ow) 1) ((d ih ng z) 0))) +("carlock" nil (((k aa r) 1) ((l aa k) 1))) +("carlon" nil (((k aa r) 1) ((l ax n) 0))) +("carlone" nil (((k aa r) 0) ((l ow) 1) ((n iy) 0))) +("carloni" nil (((k aa r) 0) ((l ow) 1) ((n iy) 0))) +("carlos" nil (((k aa r) 1) ((l ow s) 0))) +("carlotta" nil (((k aa r) 0) ((l ao) 1) ((t ax) 0))) +("carlough" nil (((k aa r) 1) ((l ow) 0))) +("carlow" nil (((k aa r) 1) ((l ow) 1))) +("carls" nil (((k aa r l z) 1))) +("carlsbad" nil (((k aa r l s) 1) ((b ae d) 0))) +("carlsberg" nil (((k aa r l z) 1) ((b er g) 0))) +("carlsen" nil (((k aa r l) 1) ((s ax n) 0))) +("carlson" nil (((k aa r l) 1) ((s ax n) 0))) +("carlsson" nil (((k aa r l) 1) ((s ax n) 0))) +("carlstadt" nil (((k aa r l) 1) ((s t ae t) 1))) +("carlston" nil (((k aa r l) 1) ((s t ax n) 0))) +("carlstrom" nil (((k aa r l) 1) ((s t r ax m) 0))) +("carlton" nil (((k aa r l) 1) ((t ax n) 0))) +("carlucci" nil (((k aa r) 0) ((l uw) 1) ((ch iy) 0))) +("carly" nil (((k aa r) 1) ((l iy) 0))) +("carlyle" nil (((k aa r) 1) ((l ay l) 1))) +("carlyon" nil (((k aa r) 1) ((l iy) 0) ((aa n) 0))) +("carlzon" nil (((k aa r l) 1) ((z aa n) 0))) +("carma" nil (((k aa r) 1) ((m ax) 0))) +("carmack" nil (((k aa r) 1) ((m ax k) 0))) +("carmaker" nil (((k aa r) 1) ((m ey) 1) ((k er) 0))) +("carmakers" nil (((k aa r) 1) ((m ey) 1) ((k er z) 0))) +("carman" nil (((k aa r) 1) ((m ax n) 0))) +("carmany" nil (((k aa r) 1) ((m ax) 0) ((n iy) 0))) +("carmean" nil (((k aa r) 1) ((m ax n) 0))) +("carmel" nil (((k aa r) 0) ((m eh l) 1))) +("carmela" nil (((k aa r) 0) ((m eh) 1) ((l ax) 0))) +("carmelite" nil (((k aa r) 1) ((m ax) 0) ((l ay t) 1))) +("carmelo" nil (((k aa r) 0) ((m eh) 1) ((l ow) 0))) +("carmen" nil (((k aa r) 1) ((m ax n) 0))) +("carmer" nil (((k aa r) 1) ((m er) 0))) +("carmical" nil (((k aa r) 1) ((m ih) 0) ((k ax l) 0))) +("carmichael" nil (((k aa r) 1) ((m ay) 1) ((k ax l) 0))) +("carmickle" nil (((k aa r) 1) ((m ih) 0) ((k ax l) 0))) +("carmie" nil (((k aa r) 1) ((m iy) 0))) +("carmike" nil (((k aa r) 1) ((m ay k) 1))) +("carmine" nil (((k aa r) 1) ((m ax n) 0))) +("carmita" nil (((k aa r) 0) ((m iy) 1) ((t ax) 0))) +("carmody" nil (((k aa r) 1) ((m ax) 0) ((d iy) 0))) +("carmon" nil (((k aa r) 1) ((m ax n) 0))) +("carmona" nil (((k aa r) 0) ((m ow) 1) ((n ax) 0))) +("carmony" nil (((k aa r) 1) ((m ow) 0) ((n iy) 0))) +("carmouche" nil (((k aa r) 0) ((m uw sh) 1))) +("carmoy" nil (((k aa r) 1) ((m oy) 0))) +("carmy" nil (((k aa r) 1) ((m iy) 0))) +("carn" nil (((k aa r n) 1))) +("carnage" nil (((k aa r) 1) ((n ih jh) 0))) +("carnahan" nil (((k aa r) 1) ((n ax) 0) ((hh ae n) 0))) +("carnal" nil (((k aa r) 1) ((n ax l) 0))) +("carnathan" nil (((k aa r) 1) ((n ax) 0) ((th ae n) 0))) +("carnation" nil (((k aa r) 0) ((n ey) 1) ((sh ax n) 0))) +("carnations" nil (((k aa r) 0) ((n ey) 1) ((sh ax n z) 0))) +("carnauba" nil (((k aa r) 0) ((n ao) 1) ((b ax) 0))) +("carnaud" nil (((k aa r) 0) ((n ao b) 1))) +("carne" nil (((k aa r n) 1))) +("carneal" nil (((k aa r) 1) ((n ax l) 0))) +("carnegie" nil (((k aa r) 1) ((n ax) 0) ((g iy) 0))) +("carnegies" nil (((k aa r) 1) ((n ax) 0) ((g iy z) 0))) +("carneiro" nil (((k aa r) 0) ((n eh) 1) ((r ow) 0))) +("carnell" nil (((k aa r) 1) ((n ax l) 0))) +("carner" nil (((k aa r) 1) ((n er) 0))) +("carnes" nil (((k aa r n z) 1))) +("carnett" nil (((k aa r) 1) ((n ax t) 0))) +("carnevale" nil (((k aa r) 0) ((n ey) 0) ((v aa) 1) ((l ey) 0))) +("carney" nil (((k aa r) 1) ((n iy) 0))) +("carnicero" nil (((k aa r) 1) ((n ih) 0) ((s eh) 1) ((r ow) 0))) +("carnine" nil (((k aa r) 0) ((n iy) 1) ((n iy) 0))) +("carnival" nil (((k aa r) 1) ((n ax) 0) ((v ax l) 0))) +("carnivals" nil (((k aa r) 1) ((n ax) 0) ((v ax l z) 0))) +("carnivore" nil (((k aa r) 1) ((n ih) 0) ((v ao r) 1))) +("carnivores" nil (((k aa r) 1) ((n ax) 0) ((v ao r z) 1))) +("carnivorous" nil (((k aa r) 0) ((n ih) 1) ((v er) 0) ((ax s) 0))) +("carnley" nil (((k aa r n) 1) ((l iy) 0))) +("carns" nil (((k aa r n z) 1))) +("caro" nil (((k aa) 1) ((r ow) 0))) +("carob" nil (((k eh) 1) ((r ax b) 0))) +("caroche" nil (((k er) 0) ((ow ch) 1))) +("carol" nil (((k ae) 1) ((r ax l) 0))) +("carolan" nil (((k eh) 1) ((r ax) 0) ((l ae n) 0))) +("carolco" nil (((k er) 0) ((aa l) 1) ((k ow) 0))) +("carole" nil (((k ae) 1) ((r ax l) 0))) +("carolina" nil (((k eh) 1) ((r ax) 0) ((l ay) 1) ((n ax) 0))) +("carolinas" nil (((k eh) 1) ((r ax) 0) ((l ay) 1) ((n ax z) 0))) +("caroline" nil (((k eh) 1) ((r ax) 0) ((l ay n) 1))) +("carolingian" nil (((k eh) 1) ((r ax) 0) ((l ih n) 1) ((jh iy) 0) ((ax n) 0))) +("carolinians" nil (((k eh) 1) ((r ax) 0) ((l ih) 1) ((n iy) 0) ((ax n z) 0))) +("carollan" nil (((k er) 0) ((aa) 1) ((l ax n) 0))) +("carollo" nil (((k er) 0) ((aa) 1) ((l ow) 0))) +("carols" nil (((k eh) 1) ((r ax l z) 0))) +("carolus" nil (((k eh) 1) ((r ax) 0) ((l ax s) 0))) +("carolyn" nil (((k eh) 1) ((r ax) 0) ((l ih n) 0))) +("carolyne" nil (((k eh) 1) ((r ax) 0) ((l ih n) 0))) +("caron" nil (((k aa) 0) ((r ao n) 1))) +("carone" nil (((k er) 0) ((ow n) 1))) +("caronna" nil (((k er) 0) ((aa) 1) ((n ax) 0))) +("carosella" nil (((k aa) 0) ((r ow) 0) ((s eh) 1) ((l ax) 0))) +("caroselli" nil (((k aa) 0) ((r ow) 0) ((s eh) 1) ((l iy) 0))) +("carosi" nil (((k er) 0) ((ow) 1) ((s iy) 0))) +("carota" nil (((k er) 0) ((ow) 1) ((t ax) 0))) +("carotene" nil (((k eh) 1) ((r ax) 0) ((t iy n) 1))) +("carotenuto" nil (((k aa) 0) ((r ow) 0) ((t eh) 0) ((n uw) 1) ((t ow) 0))) +("carothers" nil (((k ae) 1) ((r ax) 0) ((dh er z) 0))) +("carousel" nil (((k eh) 1) ((r ax) 0) ((s eh l) 1))) +("carousing" n (((k ax) 0) ((r aw) 1) ((z ax ng) 0))) +("carow" nil (((k ae) 1) ((r ow) 0))) +("carozza" nil (((k er) 0) ((aa) 1) ((z ax) 0))) +("carp" nil (((k aa r p) 1))) +("carpal" nil (((k aa r) 1) ((p ax l) 0))) +("carpencic" nil (((k aa r) 0) ((p eh n) 1) ((ch ih k) 0))) +("carpenito" nil (((k aa r) 0) ((p eh) 0) ((n iy) 1) ((t ow) 0))) +("carpenter" nil (((k aa r) 1) ((p ax n) 0) ((t er) 0))) +("carpenters" nil (((k aa r) 1) ((p ax n) 0) ((t er z) 0))) +("carpentier" nil (((k aa r) 1) ((p ax n) 0) ((t iy) 0) ((er) 0))) +("carpentieri" nil (((k aa r) 0) ((p eh n) 0) ((t ih) 1) ((r iy) 0))) +("carpentry" nil (((k aa r) 1) ((p ax n) 0) ((t r iy) 0))) +("carper" nil (((k aa r) 1) ((p er) 0))) +("carpet" nil (((k aa r) 1) ((p ax t) 0))) +("carpetbagger" nil (((k aa r) 1) ((p ax t) 0) ((b ae) 1) ((g er) 0))) +("carpetbaggers" nil (((k aa r) 1) ((p ax t) 0) ((b ae) 1) ((g er z) 0))) +("carpeted" nil (((k aa r) 1) ((p ax) 0) ((t ih d) 0))) +("carpeting" nil (((k aa r) 1) ((p ax) 0) ((t ih ng) 0))) +("carpets" nil (((k aa r) 1) ((p ax t s) 0))) +("carpinelli" nil (((k aa r) 0) ((p iy) 0) ((n eh) 1) ((l iy) 0))) +("carping" nil (((k aa r) 1) ((p ih ng) 0))) +("carpino" nil (((k aa r) 0) ((p iy) 1) ((n ow) 0))) +("carpio" nil (((k aa r) 1) ((p iy) 0) ((ow) 0))) +("carport" nil (((k aa r) 1) ((p ao r t) 1))) +("carports" nil (((k aa r) 1) ((p ao r t s) 1))) +("carr" nil (((k aa r) 1))) +("carra" nil (((k aa) 1) ((r ax) 0))) +("carragher" nil (((k ae) 1) ((r ax g) 0) ((hh er) 0))) +("carraher" nil (((k ae) 1) ((r ax) 0) ((hh er) 0))) +("carranco" nil (((k aa) 0) ((r aa n) 1) ((k ow) 0))) +("carrano" nil (((k aa) 1) ((r aa) 1) ((n ow) 0))) +("carranza" nil (((k aa) 0) ((r aa n) 1) ((z ax) 0))) +("carrara" nil (((k aa) 1) ((r aa) 1) ((r ax) 0))) +("carras" nil (((k ae) 1) ((r ax z) 0))) +("carrasco" nil (((k aa) 0) ((r aa) 1) ((s k ow) 0))) +("carrasquel" nil (((k eh) 1) ((r ax) 0) ((s k eh l) 1))) +("carrasquillo" nil (((k eh) 1) ((r ax) 0) ((s k ih) 1) ((l ow) 0))) +("carraway" nil (((k ae) 1) ((r ax) 0) ((w ey) 1))) +("carre" nil (((k aa r) 1))) +("carreira" nil (((k aa) 0) ((r eh) 1) ((r ax) 0))) +("carreiro" nil (((k aa) 0) ((r eh) 1) ((r ow) 0))) +("carreker" nil (((k eh) 1) ((r ih) 0) ((k er) 0))) +("carrel" nil (((k ae) 1) ((r ax l) 0))) +("carrell" nil (((k aa) 0) ((r ey l) 1))) +("carreno" nil (((k aa) 0) ((r eh) 1) ((n ow) 0))) +("carreon" nil (((k aa) 0) ((r ey) 0) ((ao n) 1))) +("carrera" nil (((k aa) 0) ((r eh) 1) ((r ax) 0))) +("carreras" nil (((k aa) 0) ((r eh) 1) ((r aa z) 0))) +("carrere" nil (((k aa) 0) ((r eh) 1) ((r ey) 0))) +("carrero" nil (((k aa) 1) ((r eh) 1) ((r ow) 0))) +("carretta" nil (((k aa) 0) ((r eh) 1) ((t ax) 0))) +("carrey" nil (((k eh) 1) ((r iy) 0))) +("carriage" nil (((k ae) 1) ((r ih jh) 0))) +("carriages" nil (((k ae) 1) ((r ih) 0) ((jh ih z) 0))) +("carrian" nil (((k eh) 1) ((r iy) 0) ((ax n) 0))) +("carrick" nil (((k eh) 1) ((r ih k) 0))) +("carrico" nil (((k aa) 0) ((r iy) 1) ((k ow) 0))) +("carrie" nil (((k eh) 1) ((r iy) 0))) +("carried" nil (((k ae) 1) ((r iy d) 0))) +("carrier" nil (((k ae) 1) ((r iy) 0) ((er) 0))) +("carriere" nil (((k aa) 0) ((r ih) 1) ((r iy) 0))) +("carriero" nil (((k aa) 0) ((r ih) 1) ((r ow) 0))) +("carriers" nil (((k ae) 1) ((r iy) 0) ((er z) 0))) +("carries" nil (((k ae) 1) ((r iy z) 0))) +("carrig" nil (((k ae) 1) ((r ih g) 0))) +("carrigan" nil (((k ae) 1) ((r ih) 0) ((g ax n) 0))) +("carriger" nil (((k ae) 1) ((r ih) 0) ((jh er) 0))) +("carrigg" nil (((k ae) 1) ((r ih g) 0))) +("carriker" nil (((k ae) 1) ((r ih) 0) ((k er) 0))) +("carrillo" nil (((k er) 0) ((ih) 1) ((l ow) 0))) +("carringer" nil (((k ae) 1) ((r ih ng) 0) ((er) 0))) +("carrington" nil (((k eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("carrino" nil (((k aa) 1) ((r iy) 1) ((n ow) 0))) +("carrion" nil (((k eh) 1) ((r iy) 0) ((ax n) 0))) +("carris" nil (((k ae) 1) ((r ih s) 0))) +("carrisyn" nil (((k ae) 1) ((r ih) 0) ((s ih n) 0))) +("carrithers" nil (((k ae) 1) ((r ih) 0) ((dh er z) 0))) +("carriveau" nil (((k ae) 1) ((r ih) 0) ((v ow) 1))) +("carrizales" nil (((k aa) 0) ((r iy) 0) ((z aa) 1) ((l eh s) 0))) +("carro" nil (((k aa) 1) ((r ow) 0))) +("carrol" nil (((k ae) 1) ((r ax l) 0))) +("carroll" nil (((k ae) 1) ((r ax l) 0))) +("carrollton" nil (((k eh) 1) ((r ax l) 0) ((t ax n) 0))) +("carron" nil (((k ae) 1) ((r ax n) 0))) +("carrot" nil (((k ae) 1) ((r ax t) 0))) +("carrothers" nil (((k ae) 1) ((r ax) 0) ((dh er z) 0))) +("carrots" nil (((k ae) 1) ((r ax t s) 0))) +("carrousel" nil (((k eh) 1) ((r ax) 0) ((s eh l) 1))) +("carrow" nil (((k ae) 1) ((r ow) 0))) +("carrozza" nil (((k aa) 0) ((r ow) 1) ((z ax) 0))) +("carrubba" nil (((k aa) 1) ((r uw) 1) ((b ax) 0))) +("carruth" nil (((k ae) 1) ((r uw th) 0))) +("carruthers" nil (((k er) 0) ((ah) 1) ((dh er z) 0))) +("carry" nil (((k ae) 1) ((r iy) 0))) +("carryforwards" nil (((k eh) 1) ((r iy) 0) ((f ao r) 1) ((w er d z) 0))) +("carrying" nil (((k ae) 1) ((r iy) 0) ((ih ng) 0))) +("carryover" nil (((k eh r) 1) ((y ow) 1) ((v er) 0))) +("cars" nil (((k aa r z) 1))) +("carse" nil (((k aa r s) 1))) +("carsey" nil (((k aa r) 1) ((s iy) 0))) +("carshock" nil (((k aa r) 1) ((sh aa k) 0))) +("carsick" nil (((k aa r) 1) ((s ih k) 0))) +("carson" nil (((k aa r) 1) ((s ax n) 0))) +("carstarphen" nil (((k aa r) 0) ((s t aa r) 1) ((f ax n) 0))) +("carsten" nil (((k aa r) 1) ((s ax n) 0))) +("carstens" nil (((k aa r) 1) ((s ax n z) 0))) +("carstensen" nil (((k aa r) 0) ((s t eh n) 1) ((s ax n) 0))) +("carswell" nil (((k aa r) 1) ((s w eh l) 1))) +("cart" nil (((k aa r t) 1))) +("carta" nil (((k aa r) 1) ((t ax) 0))) +("cartagena" nil (((k aa r) 1) ((t ax) 0) ((jh iy) 1) ((n ax) 0))) +("cartaya" nil (((k aa r) 1) ((t ay) 1) ((ax) 0))) +("carte" nil (((k aa r t) 1))) +("carted" nil (((k aa r) 1) ((t ih d) 0))) +("cartee" nil (((k aa r) 1) ((t iy) 1))) +("cartel" nil (((k aa r) 0) ((t eh l) 1))) +("cartels" nil (((k aa r) 0) ((t eh l z) 1))) +("carter" nil (((k aa r) 1) ((t er) 0))) +("cartera" nil (((k aa r) 1) ((t eh) 1) ((r ax) 0))) +("carteret" nil (((k aa r) 1) ((t er) 0) ((ih t) 0))) +("carters" nil (((k aa r) 1) ((t er z) 0))) +("cartersville" nil (((k aa r) 1) ((t er z) 0) ((v ih l) 1))) +("carthage" nil (((k aa r) 1) ((th ax jh) 0))) +("carthaginian" nil (((k aa r) 1) ((th ax) 0) ((jh ih) 1) ((n iy) 0) ((ax n) 0))) +("cartier" nil (((k aa r) 1) ((t iy) 0) ((er) 0))) +("cartilage" nil (((k aa r) 1) ((t ax) 0) ((l ax jh) 0))) +("carting" nil (((k aa r) 1) ((t ih ng) 0))) +("cartland" nil (((k aa r t) 1) ((l ax n d) 0))) +("cartledge" nil (((k aa r t) 1) ((l eh jh) 1))) +("cartlidge" nil (((k aa r t) 1) ((l ih jh) 0))) +("cartmell" nil (((k aa r t) 0) ((m ey l) 1))) +("cartmill" nil (((k aa r t) 1) ((m ih l) 1))) +("cartner" nil (((k aa r t) 1) ((n er) 0))) +("carton" nil (((k aa r) 1) ((t ax n) 0))) +("cartoneros" nil (((k aa r) 1) ((t ow) 1) ((n eh) 1) ((r ow s) 0))) +("cartons" nil (((k aa r) 1) ((t ax n z) 0))) +("cartoon" nil (((k aa r) 0) ((t uw n) 1))) +("cartooning" nil (((k aa r) 0) ((t uw) 1) ((n ih ng) 0))) +("cartoonist" nil (((k aa r) 0) ((t uw) 1) ((n ax s t) 0))) +("cartoonists" nil (((k aa r) 0) ((t uw) 1) ((n ih s t s) 0))) +("cartoons" nil (((k aa r) 0) ((t uw n z) 1))) +("cartrette" nil (((k aa r) 1) ((t r eh t) 1))) +("cartridge" nil (((k aa r) 1) ((t r ax jh) 0))) +("cartridges" nil (((k aa r) 1) ((t r ax) 0) ((jh ax z) 0))) +("carts" nil (((k aa r t s) 1))) +("cartusciello" nil (((k aa r) 0) ((t uw) 1) ((s iy) 0) ((eh) 1) ((l ow) 0))) +("cartwheels" nil (((k aa r) 1) ((t w iy l z) 1))) +("cartwright" nil (((k aa r) 1) ((t r ay t) 1))) +("carty" nil (((k aa r) 1) ((t iy) 0))) +("caruana" nil (((k aa) 0) ((r uw) 0) ((ae) 1) ((n ax) 0))) +("carucci" nil (((k aa) 0) ((r uw) 1) ((ch iy) 0))) +("caruso" nil (((k er) 0) ((uw) 1) ((s ow) 0))) +("carusone" nil (((k aa) 0) ((r uw) 0) ((s ow) 1) ((n iy) 0))) +("caruth" nil (((k ae) 1) ((r uw th) 0))) +("caruthers" nil (((k er) 0) ((ah) 1) ((dh er z) 0))) +("carvajal" nil (((k aa r) 0) ((v aa) 0) ((y ae l) 1))) +("carvalho" nil (((k aa r) 0) ((v aa l) 1) ((hh ow) 0))) +("carve" nil (((k aa r v) 1))) +("carved" nil (((k aa r v d) 1))) +("carvell" nil (((k aa r) 0) ((v ey l) 1))) +("carver" nil (((k aa r) 1) ((v er) 0))) +("carvers" nil (((k aa r) 1) ((v er z) 0))) +("carves" nil (((k aa r v z) 1))) +("carvey" nil (((k aa r) 1) ((v iy) 0))) +("carville" nil (((k aa r) 1) ((v ih l) 1))) +("carvin" nil (((k aa r) 1) ((v ih n) 0))) +("carving" nil (((k aa r) 1) ((v ih ng) 0))) +("carvings" nil (((k aa r) 1) ((v ih ng z) 0))) +("carwell" nil (((k aa r) 1) ((w eh l) 1))) +("carwile" nil (((k aa r) 1) ((w ay l) 1))) +("cary" nil (((k eh) 1) ((r iy) 0))) +("caryl" nil (((k eh) 1) ((r ax l) 0))) +("caryn" nil (((k aa) 1) ((r ih n) 0))) +("casa" nil (((k aa) 1) ((s ax) 0))) +("casablanca" nil (((k ae) 1) ((s ax) 0) ((b l ae ng) 1) ((k ax) 0))) +("casad" nil (((k ae) 1) ((s ax d) 0))) +("casada" nil (((k aa) 0) ((s aa) 1) ((d ax) 0))) +("casado" nil (((k aa) 0) ((s aa) 1) ((d ow) 0))) +("casados" nil (((k aa) 0) ((s aa) 1) ((d ow z) 0))) +("casady" nil (((k ax) 0) ((s aa) 1) ((d iy) 0))) +("casagrande" nil (((k aa) 0) ((s aa) 1) ((g r ae n) 0) ((d iy) 0))) +("casale" nil (((k aa) 0) ((s aa) 1) ((l iy) 0))) +("casali" nil (((k aa) 0) ((s aa) 1) ((l iy) 0))) +("casalino" nil (((k aa) 0) ((s aa) 0) ((l iy) 1) ((n ow) 0))) +("casamento" nil (((k ae) 1) ((s ax) 0) ((m eh n) 1) ((t ow) 0))) +("casanova" nil (((k ae) 1) ((s ax) 0) ((n ow) 1) ((v ax) 0))) +("casares" nil (((k aa) 0) ((s aa) 1) ((r eh s) 0))) +("casarez" nil (((k aa) 0) ((s aa) 1) ((r eh z) 0))) +("casas" nil (((k aa) 1) ((s ax z) 0))) +("casassa" nil (((k aa) 0) ((s aa) 1) ((s ax) 0))) +("casaus" nil (((k ae) 1) ((s ao z) 0))) +("casavant" nil (((k ae) 1) ((s ax) 0) ((v ax n t) 0))) +("casazza" nil (((k aa) 0) ((s aa t) 1) ((s ax) 0))) +("casbah" nil (((k ae s) 1) ((b ax) 0))) +("cascade" nil (((k ae) 0) ((s k ey d) 1))) +("cascaded" nil (((k ae) 0) ((s k ey) 1) ((d ih d) 0))) +("cascades" nil (((k ae) 0) ((s k ey d z) 1))) +("cascading" nil (((k ae) 0) ((s k ey) 1) ((d ih ng) 0))) +("casciano" nil (((k aa s) 0) ((ch iy) 0) ((aa) 1) ((n ow) 0))) +("casciato" nil (((k aa s) 0) ((ch aa) 1) ((t ow) 0))) +("cascio" nil (((k ae) 1) ((s iy) 0) ((ow) 0))) +("casco" nil (((k ae) 1) ((s k ow) 0))) +("cascone" nil (((k aa) 0) ((s k ow) 1) ((n iy) 0))) +("casdorph" nil (((k ae s) 1) ((d er f) 0))) +("case" nil (((k ey s) 1))) +("casebeer" nil (((k ae) 0) ((s ih) 0) ((b ih r) 1))) +("casebier" nil (((k ae) 1) ((s ih) 0) ((b iy) 0) ((er) 0))) +("casebolt" nil (((k ey s) 1) ((b ow l t) 1))) +("casein" nil (((k ey) 0) ((s iy n) 1))) +("casella" nil (((k ax) 0) ((s eh) 1) ((l ax) 0))) +("caselli" nil (((k ax) 0) ((s eh) 1) ((l iy) 0))) +("caseload" nil (((k ey) 1) ((s l ow d) 1))) +("caseloads" nil (((k ae) 1) ((s ax) 0) ((l ow d z) 1))) +("casera" nil (((k ax) 0) ((s eh) 1) ((r ax) 0))) +("caserta" nil (((k aa) 0) ((s eh r) 1) ((t ax) 0))) +("cases" nil (((k ey) 1) ((s ax z) 0))) +("casesa" nil (((k ax) 0) ((s eh) 1) ((s ax) 0))) +("caseworker" nil (((k ey) 1) ((s w er) 1) ((k er) 0))) +("caseworkers" nil (((k ey) 1) ((s w er) 1) ((k er z) 0))) +("casey" nil (((k ey) 1) ((s iy) 0))) +("casgrain" nil (((k ae s) 1) ((g r ey n) 1))) +("cash" nil (((k ae sh) 1))) +("cashatt" nil (((k ae) 1) ((sh ax t) 0))) +("cashdollar" nil (((k ae sh) 1) ((d aa) 1) ((l er) 0))) +("cashed" nil (((k ae sh t) 1))) +("cashen" nil (((k ae) 1) ((sh ax n) 0))) +("casher" nil (((k ae) 1) ((sh er) 0))) +("cashes" nil (((k ae) 1) ((sh ih z) 0))) +("cashew" nil (((k ae) 1) ((sh uw) 1))) +("cashews" nil (((k ae) 1) ((sh uw z) 1))) +("cashflow" nil (((k ae sh) 1) ((f l ow) 1))) +("cashier" nil (((k ae) 0) ((sh ih r) 1))) +("cashiered" nil (((k ae) 0) ((sh ih r d) 1))) +("cashiers" nil (((k ae) 1) ((sh ih r z) 1))) +("cashin" nil (((k ae) 1) ((sh ih n) 0))) +("cashing" nil (((k ae) 1) ((sh ih ng) 0))) +("cashion" nil (((k aa) 0) ((sh iy n) 1))) +("cashless" nil (((k ae) 1) ((sh l ax s) 0))) +("cashman" nil (((k ae) 1) ((sh m ax n) 0))) +("cashmere" nil (((k ae zh) 1) ((m ih r) 0))) +("cashmore" nil (((k ae) 1) ((sh m ao r) 0))) +("cashon" nil (((k ae) 1) ((sh ax n) 0))) +("cashways" nil (((k ae) 1) ((sh w ey z) 1))) +("cashwell" nil (((k ae) 1) ((sh w eh l) 1))) +("casiano" nil (((k aa) 0) ((s iy) 0) ((aa) 1) ((n ow) 0))) +("casias" nil (((k aa) 0) ((s iy) 1) ((ax z) 0))) +("casillas" nil (((k aa) 0) ((s ih) 1) ((l ax z) 0))) +("casillo" nil (((k ax) 0) ((s ih) 1) ((l ow) 0))) +("casimir" nil (((k ae) 1) ((s ih) 0) ((m iy r) 1))) +("casimiro" nil (((k aa) 0) ((s iy) 0) ((m ih) 1) ((r ow) 0))) +("casing" nil (((k ey) 1) ((s ih ng) 0))) +("casings" nil (((k ey) 1) ((s ih ng z) 0))) +("casino" nil (((k ax) 0) ((s iy) 1) ((n ow) 0))) +("casinos" nil (((k ax) 0) ((s iy) 1) ((n ow z) 0))) +("casio" nil (((k ae) 1) ((s iy) 0) ((ow) 0))) +("cask" nil (((k ae s k) 1))) +("casket" nil (((k ae) 1) ((s k ax t) 0))) +("caskets" nil (((k ae) 1) ((s k ax t s) 0))) +("caskey" nil (((k ae) 1) ((s k iy) 0))) +("casks" nil (((k ae s k s) 1))) +("casler" nil (((k ae) 1) ((s ax) 0) ((l er) 0))) +("caslin" nil (((k ae) 1) ((s l ih n) 0))) +("casner" nil (((k ae) 1) ((s n er) 0))) +("caso" nil (((k aa) 1) ((s ow) 0))) +("casola" nil (((k aa) 0) ((s ow) 1) ((l ax) 0))) +("cason" nil (((k ae) 1) ((s ax n) 0))) +("caspar" nil (((k ae) 1) ((s p er) 0))) +("casper" nil (((k ae) 1) ((s p er) 0))) +("caspers" nil (((k ae) 1) ((s p er z) 0))) +("caspersen" nil (((k ae) 1) ((s p er) 0) ((s ax n) 0))) +("casperson" nil (((k ae) 1) ((s p er) 0) ((s ax n) 0))) +("caspian" nil (((k ae) 1) ((s p iy) 0) ((ax n) 0))) +("cass" nil (((k ae s) 1))) +("cassada" nil (((k aa) 0) ((s aa) 1) ((d ax) 0))) +("cassaday" nil (((k ae) 1) ((s ax) 0) ((d ey) 1))) +("cassady" nil (((k ae) 1) ((s ax) 0) ((d iy) 0))) +("cassandra" nil (((k ax) 0) ((s ae n) 1) ((d r ax) 0))) +("cassandras" nil (((k ax) 0) ((s ae n) 1) ((d r ax s) 0))) +("cassani" nil (((k aa) 0) ((s aa) 1) ((n iy) 0))) +("cassano" nil (((k aa) 0) ((s aa) 1) ((n ow) 0))) +("cassar" nil (((k ae) 1) ((s er) 0))) +("cassara" nil (((k aa) 0) ((s aa) 1) ((r ax) 0))) +("cassarino" nil (((k aa) 0) ((s aa) 0) ((r iy) 1) ((n ow) 0))) +("cassaro" nil (((k aa) 0) ((s aa) 1) ((r ow) 0))) +("cassata" nil (((k aa) 0) ((s aa) 1) ((t ax) 0))) +("cassatt" nil (((k ae) 1) ((s ax t) 0))) +("casseb" nil (((k ae) 1) ((s ax b) 0))) +("cassedy" nil (((k ae) 1) ((s ih) 0) ((d iy) 0))) +("cassel" nil (((k ae) 1) ((s ax l) 0))) +("casselberry" nil (((k ae) 1) ((s ax l) 0) ((b eh) 1) ((r iy) 0))) +("cassell" nil (((k ae) 1) ((s ax l) 0))) +("cassella" nil (((k aa) 0) ((s eh) 1) ((l ax) 0))) +("cassells" nil (((k ae) 1) ((s ax l z) 0))) +("casselman" nil (((k ae) 1) ((s ax l) 0) ((m ax n) 0))) +("cassels" nil (((k ae) 1) ((s ax l z) 0))) +("cassens" nil (((k ae) 1) ((s ax n z) 0))) +("casserly" nil (((k ae) 1) ((s er) 0) ((l iy) 0))) +("casserole" nil (((k ae) 1) ((s er) 0) ((ow l) 1))) +("cassese" nil (((k aa) 0) ((s ey) 1) ((z iy) 0))) +("cassetta" nil (((k aa) 0) ((s eh) 1) ((t ax) 0))) +("cassette" nil (((k ax) 0) ((s eh t) 1))) +("cassettes" nil (((k ax) 0) ((s eh t s) 1))) +("cassetty" nil (((k ae) 1) ((s ih) 0) ((t iy) 0))) +("cassia" nil (((k ae) 1) ((sh iy) 0) ((ax) 0))) +("cassiday" nil (((k ae) 1) ((s iy) 0) ((d ey) 0))) +("cassidy" nil (((k ae) 1) ((s ih) 0) ((d iy) 0))) +("cassie" nil (((k ae) 1) ((s iy) 0))) +("cassin" nil (((k ae) 1) ((s ih n) 0))) +("cassinelli" nil (((k aa) 0) ((s iy) 0) ((n eh) 1) ((l iy) 0))) +("cassini" nil (((k ax) 0) ((s iy) 1) ((n iy) 0))) +("cassino" nil (((k ax) 0) ((s iy) 1) ((n ow) 0))) +("cassis" nil (((k ae) 1) ((s ih s) 0))) +("cassity" nil (((k ae) 1) ((s ih) 0) ((t iy) 0))) +("casso" nil (((k ae) 1) ((s ow) 0))) +("cassock" nil (((k ae) 1) ((s ax k) 0))) +("casson" nil (((k ae) 1) ((s ax n) 0))) +("cassone" nil (((k aa) 0) ((s ow) 1) ((n iy) 0))) +("cassoni" nil (((k ax) 0) ((s ow) 1) ((n iy) 0))) +("cassowary" nil (((k ae) 1) ((s ax) 0) ((w eh) 1) ((r iy) 0))) +("casstevens" nil (((k aa) 0) ((s t ey) 0) ((v ey) 1) ((ax n z) 0))) +("cast" nil (((k ae s t) 1))) +("casta" nil (((k ae) 1) ((s t ax) 0))) +("castagna" nil (((k aa) 0) ((s t aa g) 1) ((n ax) 0))) +("castagno" nil (((k aa) 0) ((s t aa g) 1) ((n ow) 0))) +("castagnola" nil (((k aa) 0) ((s t aa g) 0) ((n ow) 1) ((l ax) 0))) +("castaldi" nil (((k aa) 0) ((s t aa l) 1) ((d iy) 0))) +("castaldo" nil (((k aa) 0) ((s t aa l) 1) ((d ow) 0))) +("castaneda" nil (((k aa) 0) ((s t aa) 0) ((n eh) 1) ((d ax) 0))) +("castano" nil (((k aa) 0) ((s t aa) 1) ((n ow) 0))) +("castanon" nil (((k ae) 1) ((s t ax) 0) ((n aa n) 0))) +("castaways" nil (((k ae) 1) ((s t ax) 0) ((w ey z) 1))) +("caste" nil (((k ae s t) 1))) +("casteel" nil (((k ey) 1) ((s t iy l) 0))) +("casteen" nil (((k ax) 0) ((s t iy n) 1))) +("castel" nil (((k ey) 1) ((s t ax l) 0))) +("castell" nil (((k ey) 1) ((s t ax l) 0))) +("castellana" nil (((k aa) 0) ((s t eh) 0) ((l ae) 1) ((n ax) 0))) +("castellani" nil (((k aa) 0) ((s t eh) 0) ((l aa) 1) ((n iy) 0))) +("castellano" nil (((k aa) 0) ((s t eh) 0) ((l aa) 1) ((n ow) 0))) +("castellanos" nil (((k aa) 0) ((s t ey) 0) ((l aa) 1) ((n ow z) 0))) +("castellaw" nil (((k ey) 1) ((s t ih) 0) ((l ao) 0))) +("castelli" nil (((k aa) 0) ((s t eh) 1) ((l iy) 0))) +("castello" nil (((k ax) 0) ((s t eh) 1) ((l ow) 0))) +("castellon" nil (((k ey) 1) ((s t ih) 0) ((l aa n) 0))) +("castellucci" nil (((k aa) 0) ((s t eh) 0) ((l uw) 1) ((ch iy) 0))) +("castelluccio" nil (((k aa) 0) ((s t eh) 0) ((l uw) 1) ((ch iy) 0) ((ow) 0))) +("castellvi" nil (((k ax) 0) ((s t eh l) 1) ((v iy) 0))) +("castelo" nil (((k aa) 0) ((s t eh) 1) ((l ow) 0))) +("casten" nil (((k ae) 1) ((s t ax n) 0))) +("caster" nil (((k ae) 1) ((s t er) 0))) +("casterline" nil (((k ae) 1) ((s t er) 0) ((l ay n) 1))) +("casters" nil (((k ae) 1) ((s t er z) 0))) +("castigate" nil (((k ae) 1) ((s t ax) 0) ((g ey t) 1))) +("castigated" nil (((k ae) 1) ((s t ax) 0) ((g ey) 1) ((t ih d) 0))) +("castigating" nil (((k ae) 1) ((s t ax) 0) ((g ey) 1) ((t ih ng) 0))) +("castiglia" nil (((k aa) 0) ((s t iy) 1) ((g l iy) 0) ((ax) 0))) +("castiglione" nil (((k aa) 0) ((s t iy) 0) ((g l iy) 0) ((ow) 1) ((n iy) 0))) +("castilla" nil (((k aa) 0) ((s t ih) 1) ((l ax) 0))) +("castille" nil (((k ae) 1) ((s t ih l) 0))) +("castilleja" nil (((k aa) 0) ((s t iy) 0) ((l ey) 1) ((y ax) 0))) +("castillo" nil (((k ae) 1) ((s t iy) 1) ((ow) 0))) +("castillon" nil (((k ae) 1) ((s t ih) 0) ((l aa n) 0))) +("castine" nil (((k aa) 0) ((s t iy) 1) ((n iy) 0))) +("casting" nil (((k ae) 1) ((s t ih ng) 0))) +("castings" nil (((k ae) 1) ((s t ih ng z) 0))) +("castle" nil (((k ae) 1) ((s ax l) 0))) +("castleberry" nil (((k ae) 1) ((s ax l) 0) ((b eh) 1) ((r iy) 0))) +("castleman" nil (((k ae) 1) ((s ax l) 0) ((m ax n) 0))) +("castles" nil (((k ae) 1) ((s ax l z) 0))) +("castner" nil (((k ae s t) 1) ((n er) 0))) +("casto" nil (((k ae) 1) ((s t ow) 0))) +("castoffs" nil (((k ae) 1) ((s t ao f s) 1))) +("caston" nil (((k ae) 1) ((s t ax n) 0))) +("castonguay" nil (((k ax) 0) ((s t aa n) 1) ((g ey) 0))) +("castor" nil (((k ae) 1) ((s t er) 0))) +("castorena" nil (((k aa) 1) ((s t ao r) 0) ((n ax) 0))) +("castoro" nil (((k aa) 0) ((s t ao) 1) ((r ow) 0))) +("castparts" nil (((k ae s t) 1) ((p aa r t s) 1))) +("castrate" nil (((k ae) 1) ((s t r ey t) 1))) +("castrated" nil (((k ae) 1) ((s t r ey) 1) ((t ih d) 0))) +("castrates" nil (((k ae) 1) ((s t r ey t s) 1))) +("castrating" nil (((k ae) 1) ((s t r ey) 1) ((t ih ng) 0))) +("castration" nil (((k ae) 1) ((s t r ey) 1) ((sh ax n) 0))) +("castrations" nil (((k ae) 1) ((s t r ey) 1) ((sh ax n z) 0))) +("castrejon" nil (((k ae) 1) ((s t r ih) 0) ((jh aa n) 0))) +("castro" nil (((k ae) 1) ((s t r ow) 0))) +("castrol" nil (((k ae) 1) ((s t r aa l) 0))) +("castronova" nil (((k ae) 0) ((s t r ow) 0) ((n ow) 1) ((v ax) 0))) +("castronovo" nil (((k ae) 0) ((s t r ow) 0) ((n ow) 1) ((v ow) 0))) +("castrucci" nil (((k ax) 0) ((s t r uw) 1) ((ch iy) 0))) +("castruita" nil (((k aa) 0) ((s t r uw) 1) ((t ax) 0))) +("casts" nil (((k ae s t s) 1))) +("casual" nil (((k ae) 1) ((zh ax) 0) ((w ax l) 0))) +("casually" nil (((k ae) 1) ((zh ax) 0) ((w ax) 0) ((l iy) 0))) +("casuals" nil (((k ae) 1) ((zh ax) 0) ((w ax l z) 0))) +("casualties" nil (((k ae) 1) ((zh ax) 0) ((w ax l) 0) ((t iy z) 0))) +("casualty" nil (((k ae) 1) ((zh ax) 0) ((w ax l) 0) ((t iy) 0))) +("caswell" nil (((k ae) 1) ((z w eh l) 1))) +("cat" nil (((k ae t) 1))) +("cataclysm" nil (((k ae) 1) ((t ax) 0) ((k l ih) 1) ((s ax m) 0))) +("cataclysmic" nil (((k ae) 1) ((t ax) 0) ((k l ih z) 1) ((m ih k) 0))) +("catacombs" nil (((k ae) 1) ((t ax) 0) ((k ow m z) 1))) +("catacosinos" nil (((k ax) 0) ((t ae) 1) ((k ax) 0) ((s iy) 1) ((n ow s) 0))) +("catain" nil (((k ae) 1) ((t ih n) 0))) +("catalan" nil (((k ae) 1) ((t ax) 0) ((l ax n) 0))) +("catalano" nil (((k aa) 0) ((t aa) 0) ((l aa) 1) ((n ow) 0))) +("catalanotto" nil (((k aa) 0) ((t aa) 0) ((l aa) 0) ((n ow) 1) ((t ow) 0))) +("cataldi" nil (((k aa) 0) ((t aa l) 1) ((d iy) 0))) +("cataldo" nil (((k aa) 0) ((t aa l) 1) ((d ow) 0))) +("catalfamo" nil (((k aa) 0) ((t aa l) 0) ((f aa) 1) ((m ow) 0))) +("catalina" nil (((k ae) 1) ((t ax) 0) ((l iy) 1) ((n ax) 0))) +("catalog" nil (((k ae) 1) ((t ax) 0) ((l ao g) 0))) +("cataloged" nil (((k ae) 1) ((t ax) 0) ((l ao g d) 0))) +("catalogers" nil (((k ae) 1) ((t ax) 0) ((l ao) 1) ((g er z) 0))) +("cataloging" nil (((k ae) 1) ((t ax) 0) ((l aa) 0) ((g ih ng) 0))) +("catalogs" nil (((k ae) 1) ((t ax) 0) ((l aa g z) 0))) +("catalogue" nil (((k ae) 1) ((t ax) 0) ((l ao g) 1))) +("catalogued" nil (((k ae) 1) ((t ax) 0) ((l ao g d) 1))) +("catalogues" nil (((k ae) 1) ((t ax) 0) ((l ao g z) 1))) +("cataloguing" nil (((k ae) 1) ((t ax) 0) ((l ao) 1) ((g ih ng) 0))) +("catalonia" nil (((k ae) 1) ((t ax) 0) ((l ow) 1) ((n y ax) 0))) +("catalyst" nil (((k ae) 1) ((t ax) 0) ((l ax s t) 0))) +("catalysts" nil (((k ae) 1) ((t ax) 0) ((l ax s t s) 0))) +("catalytic" nil (((k ae) 1) ((t ax) 0) ((l ih) 1) ((t ih k) 0))) +("catalyzed" nil (((k ae) 1) ((t ax) 0) ((l ay z d) 1))) +("catamaran" nil (((k ae) 1) ((t ax) 0) ((m er) 0) ((ae n) 1))) +("catamarans" nil (((k ax) 0) ((t ae) 1) ((m er) 0) ((ax n z) 0))) +("catamount" nil (((k ae) 1) ((t ax) 0) ((m aw n t) 1))) +("catanese" nil (((k aa) 0) ((t aa) 0) ((n ey) 1) ((z iy) 0))) +("catania" nil (((k ax) 0) ((t ey) 1) ((n y ax) 0))) +("catano" nil (((k aa) 0) ((t aa) 1) ((n ow) 0))) +("catanzarite" nil (((k ax) 0) ((t ae n) 1) ((z er) 0) ((ay t) 1))) +("catanzaro" nil (((k aa) 0) ((t aa n) 0) ((z aa) 1) ((r ow) 0))) +("catapano" nil (((k aa) 0) ((t aa) 0) ((p aa) 1) ((n ow) 0))) +("catapult" nil (((k ae) 1) ((t ax) 0) ((p ah l t) 1))) +("catapulted" nil (((k ae) 1) ((t ax) 0) ((p ah l) 1) ((t ih d) 0))) +("catapulting" nil (((k ae) 1) ((t ax) 0) ((p ah l) 1) ((t ih ng) 0))) +("catapults" nil (((k ae) 1) ((t ax) 0) ((p ax l t s) 0))) +("cataract" nil (((k ae) 1) ((t er) 0) ((ae k t) 0))) +("cataracts" nil (((k ae) 1) ((t er) 0) ((ae k t s) 1))) +("catastrophe" nil (((k ax) 0) ((t ae) 1) ((s t r ax) 0) ((f iy) 0))) +("catastrophes" nil (((k ax) 0) ((t ae) 1) ((s t r ax) 0) ((f iy z) 0))) +("catastrophic" nil (((k ae) 1) ((t ax) 0) ((s t r aa) 1) ((f ih k) 0))) +("catatonic" nil (((k ae) 1) ((t ax) 0) ((t aa) 1) ((n ih k) 0))) +("catawba" nil (((k ax) 0) ((t ao) 1) ((b ax) 0))) +("catbird" nil (((k ae t) 1) ((b er d) 1))) +("catcalls" nil (((k ae t) 1) ((k ao l z) 1))) +("catch" nil (((k ae ch) 1))) +("catchall" nil (((k ae) 1) ((ch ao l) 1))) +("catcher" nil (((k ae) 1) ((ch er) 0))) +("catchers" nil (((k ae) 1) ((ch er z) 0))) +("catches" nil (((k ae) 1) ((ch ax z) 0))) +("catching" nil (((k ae) 1) ((ch ih ng) 0))) +("catchings" nil (((k ae) 1) ((ch ih ng z) 0))) +("catchup" nil (((k ae) 1) ((ch ax p) 0))) +("catchword" nil (((k ae ch) 1) ((w er d) 1))) +("catchy" nil (((k ae) 1) ((ch iy) 0))) +("cate" nil (((k ey t) 1))) +("catechism" nil (((k ae) 1) ((t ax) 0) ((k ih) 1) ((z ax m) 0))) +("categorical" nil (((k ae) 1) ((t ax) 0) ((g aa) 1) ((r ih) 0) ((k ax l) 0))) +("categorically" nil (((k ae) 1) ((t ax) 0) ((g aa) 1) ((r ih) 0) ((k l iy) 0))) +("categories" nil (((k ae) 1) ((t ax) 0) ((g ao) 1) ((r iy z) 0))) +("categorization" nil (((k ae) 1) ((t ax) 0) ((g er) 0) ((ih) 0) ((z ey) 1) ((sh ax n) 0))) +("categorize" nil (((k ae) 1) ((t ax) 0) ((g er) 0) ((ay z) 1))) +("categorized" nil (((k ae) 1) ((t ax) 0) ((g er) 0) ((ay z d) 1))) +("categorizes" nil (((k ae) 1) ((t ax) 0) ((g er) 0) ((ay) 1) ((z ih z) 0))) +("categorizing" nil (((k ae) 1) ((t ax) 0) ((g er) 0) ((ay) 1) ((z ih ng) 0))) +("category" nil (((k ae) 1) ((t ax) 0) ((g ao) 1) ((r iy) 0))) +("catena" nil (((k ax) 0) ((t iy) 1) ((n ax) 0))) +("cater" nil (((k ey) 1) ((t er) 0))) +("catered" nil (((k ey) 1) ((t er d) 0))) +("caterer" nil (((k ey) 1) ((t er) 0) ((er) 0))) +("caterers" nil (((k ey) 1) ((t er) 0) ((er z) 0))) +("catering" nil (((k ey) 1) ((t er) 0) ((ih ng) 0))) +("caterino" nil (((k aa) 0) ((t er) 0) ((iy) 1) ((n ow) 0))) +("caterpillar" nil (((k ae) 1) ((t ax) 0) ((p ih) 1) ((l er) 0))) +("caterpillars" nil (((k ae) 1) ((t ax) 0) ((p ih) 1) ((l er z) 0))) +("caterpiller" nil (((k ae) 1) ((t ax) 0) ((p ih) 1) ((l er) 0))) +("caters" nil (((k ey) 1) ((t er z) 0))) +("cates" nil (((k ey t s) 1))) +("catfish" nil (((k ae t) 1) ((f ih sh) 1))) +("catharine" nil (((k ae) 1) ((th r ih n) 0))) +("catharines" nil (((k ae) 1) ((th r ih n z) 0))) +("catharsis" nil (((k ax) 0) ((th aa r) 1) ((s ax s) 0))) +("cathartic" nil (((k ax) 0) ((th aa r) 1) ((t ih k) 0))) +("cathay" nil (((k ae) 0) ((th ey) 1))) +("cathcart" nil (((k ae th) 1) ((k aa r t) 0))) +("cathedral" nil (((k ax) 0) ((th iy) 1) ((d r ax l) 0))) +("cathedrals" nil (((k ax) 0) ((th iy) 1) ((d r ax l z) 0))) +("cathell" nil (((k ae) 1) ((th ax l) 0))) +("cather" nil (((k ae) 1) ((dh er) 0))) +("catherina" nil (((k aa) 0) ((th er) 0) ((iy) 1) ((n ax) 0))) +("catherine" nil (((k ae) 1) ((th er) 0) ((ax n) 0))) +("catherman" nil (((k ae) 1) ((dh er) 0) ((m ax n) 0))) +("cathers" nil (((k ae) 1) ((dh er z) 0))) +("catherwood" nil (((k ae) 1) ((dh er) 0) ((w uh d) 1))) +("catheter" nil (((k ae) 1) ((th ax) 0) ((t er) 0))) +("catheters" nil (((k ae) 1) ((th ax) 0) ((t er z) 0))) +("cathey" nil (((k ae) 1) ((dh iy) 0))) +("cathie" nil (((k ae) 1) ((th iy) 0))) +("cathleen" nil (((k ae th) 1) ((l iy n) 1))) +("cathmor" nil (((k ae) 1) ((th ax) 0) ((m er) 0))) +("cathode" nil (((k ae) 1) ((th ow d) 1))) +("cathodes" nil (((k ae) 1) ((th ow d z) 1))) +("catholic" nil (((k ae th) 1) ((l ih k) 0))) +("catholicism" nil (((k ax) 0) ((th ao) 1) ((l ax) 0) ((s ih) 1) ((z ax m) 0))) +("catholics" nil (((k ae th) 1) ((l ih k s) 0))) +("cathy" nil (((k ae) 1) ((th iy) 0))) +("catino" nil (((k aa) 0) ((t iy) 1) ((n ow) 0))) +("catkins" nil (((k ae t) 1) ((k ax n z) 0))) +("catledge" nil (((k ae t) 1) ((l ih jh) 0))) +("catlett" nil (((k ae t) 1) ((l ih t) 0))) +("catlike" nil (((k ae t) 1) ((l ay k) 1))) +("catlin" nil (((k ae t) 1) ((l ih n) 0))) +("catnap" nil (((k ae t) 1) ((n ae p) 1))) +("catnip" nil (((k ae t) 1) ((n ih p) 0))) +("cato" nil (((k ey) 1) ((t ow) 0))) +("catoe" nil (((k ae) 1) ((t ow) 0))) +("catolica" nil (((k ax) 0) ((t ow) 1) ((l ih) 0) ((k ax) 0))) +("caton" nil (((k ae) 1) ((t ax n) 0))) +("catone" nil (((k ax) 0) ((t ow n) 1))) +("catrambone" nil (((k ae) 1) ((t r ae m) 1) ((b ow n) 1))) +("catrett" nil (((k ae) 1) ((t r ih t) 0))) +("catron" nil (((k ae) 1) ((t r ax n) 0))) +("cats" nil (((k ae t s) 1))) +("catskill" nil (((k ae t) 1) ((s k ih l) 1))) +("catskills" nil (((k ae t) 1) ((s k ih l z) 1))) +("catsup" nil (((k eh) 1) ((ch ax p) 0))) +("catt" nil (((k ae t) 1))) +("cattanach" nil (((k ae) 1) ((t ax) 0) ((n ae ch) 0))) +("cattaneo" nil (((k aa) 0) ((t aa) 1) ((n iy) 0) ((ow) 0))) +("cattani" nil (((k aa) 0) ((t aa) 1) ((n iy) 0))) +("cattell" nil (((k ax) 0) ((t eh l) 1))) +("catterall" nil (((k ae) 1) ((t er) 0) ((ao l) 1))) +("catterson" nil (((k ae) 1) ((t er) 0) ((s ax n) 0))) +("catterton" nil (((k ae) 1) ((t er) 0) ((t ax n) 0))) +("cattle" nil (((k ae) 1) ((t ax l) 0))) +("cattlemen" nil (((k ae) 1) ((t ax l) 0) ((m ax n) 0))) +("catto" nil (((k ae) 1) ((t ow) 0))) +("cattolica" nil (((k ax) 0) ((t ow) 1) ((l ih) 0) ((k ax) 0))) +("catton" nil (((k ae) 1) ((t ax n) 0))) +("catty" nil (((k ae) 1) ((t iy) 0))) +("catwalk" nil (((k ae) 1) ((t w aa k) 1))) +("cauble" nil (((k ao) 1) ((b ax l) 0))) +("caucasian" nil (((k ao) 0) ((k ey) 1) ((zh ax n) 0))) +("caucasus" nil (((k ao) 1) ((k ax) 0) ((s ax s) 0))) +("caucus" nil (((k ao) 1) ((k ax s) 0))) +("caucuses" nil (((k ao) 1) ((k ax) 0) ((s ih z) 0))) +("caudal" nil (((k aa) 1) ((d ax l) 0))) +("caudell" nil (((k ow) 0) ((d eh l) 1))) +("caudill" nil (((k ao) 1) ((d ax l) 0))) +("caudillo" nil (((k ao) 1) ((d ih) 1) ((l ow) 0))) +("caudle" nil (((k ao) 1) ((d ax l) 0))) +("cauffman" nil (((k ao f) 1) ((m ax n) 0))) +("caufield" nil (((k ow) 1) ((f iy l d) 0))) +("caughey" nil (((k ao) 1) ((iy) 0))) +("caughlin" nil (((k ao) 1) ((l ih n) 0))) +("caughman" nil (((k ao) 1) ((m ax n) 0))) +("caughron" nil (((k ao) 1) ((r ax n) 0))) +("caught" nil (((k aa t) 1))) +("caul" nil (((k aa l) 1))) +("caulder" nil (((k ao l) 1) ((d er) 0))) +("cauldron" nil (((k aa l) 1) ((d r ax n) 0))) +("cauley" nil (((k ao) 1) ((l iy) 0))) +("caulfield" nil (((k ao l) 1) ((f iy l d) 1))) +("cauliflower" nil (((k aa) 1) ((l ax) 0) ((f l aw) 1) ((er) 0))) +("caulk" nil (((k aa k) 1))) +("caulking" nil (((k ao) 1) ((k ih ng) 0))) +("caulkins" nil (((k ao l) 1) ((k ih n z) 0))) +("causal" nil (((k ao) 1) ((z ax l) 0))) +("causation" nil (((k ao) 1) ((z ey) 1) ((sh ax n) 0))) +("causative" nil (((k aa) 1) ((z ax) 0) ((t ih v) 0))) +("causby" nil (((k ao z) 1) ((b iy) 0))) +("cause" nil (((k aa z) 1))) +("caused" nil (((k aa z d) 1))) +("causer" nil (((k ao) 1) ((z er) 0))) +("causes" nil (((k aa) 1) ((z ax z) 0))) +("causeway" nil (((k aa) 1) ((z w ey) 1))) +("causeways" nil (((k ao) 1) ((z w ey z) 1))) +("causey" nil (((k ao) 1) ((z iy) 0))) +("causing" nil (((k aa) 1) ((z ih ng) 0))) +("caustic" nil (((k aa) 1) ((s t ih k) 0))) +("cauthen" nil (((k ao) 1) ((th ax n) 0))) +("cauthon" nil (((k ao) 1) ((th ax n) 0))) +("cauthorn" nil (((k ao) 1) ((th er n) 0))) +("caution" nil (((k aa) 1) ((sh ax n) 0))) +("cautionary" nil (((k ao) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("cautioned" nil (((k aa) 1) ((sh ax n d) 0))) +("cautioning" nil (((k ao) 1) ((sh ax) 0) ((n ih ng) 0))) +("cautions" nil (((k ao) 1) ((sh ax n z) 0))) +("cautious" nil (((k ao) 1) ((sh ax s) 0))) +("cautiously" nil (((k ao) 1) ((sh ax) 0) ((s l iy) 0))) +("cautiousness" nil (((k ao) 1) ((sh ax) 0) ((s n ax s) 0))) +("cava" nil (((k aa) 1) ((v ax) 0))) +("cavaco" nil (((k ae) 1) ((v ax) 0) ((k ow) 0))) +("cavagnaro" nil (((k aa) 0) ((v aa g) 0) ((n aa) 1) ((r ow) 0))) +("cavalcade" nil (((k ae) 1) ((v ax l) 0) ((k ey d) 1))) +("cavalier" nil (((k ae) 1) ((v ax) 0) ((l ih r) 1))) +("cavaliere" nil (((k aa) 0) ((v aa) 0) ((l ih) 1) ((r iy) 0))) +("cavalieri" nil (((k aa) 0) ((v aa) 0) ((l ih) 1) ((r iy) 0))) +("cavalierly" nil (((k ae) 1) ((v ax) 0) ((l ih r) 1) ((l iy) 0))) +("cavaliers" nil (((k ae) 1) ((v ax) 0) ((l ih r z) 1))) +("cavallaro" nil (((k aa) 0) ((v aa) 0) ((l aa) 1) ((r ow) 0))) +("cavallero" nil (((k aa) 0) ((v aa) 0) ((l eh) 1) ((r ow) 0))) +("cavalli" nil (((k ax) 0) ((v ae) 1) ((l iy) 0))) +("cavallo" nil (((k ax) 0) ((v ae) 1) ((l ow) 0))) +("cavalry" nil (((k ae) 1) ((v ax l) 0) ((r iy) 0))) +("cavan" nil (((k ey) 1) ((v ax n) 0))) +("cavanagh" nil (((k ae) 1) ((v ax) 0) ((n ae g) 0))) +("cavanah" nil (((k ae) 1) ((v ax) 0) ((n ax) 0))) +("cavanaugh" nil (((k ae) 1) ((v ax) 0) ((n ao) 0))) +("cavaness" nil (((k aa) 1) ((v ax) 0) ((n ih s) 0))) +("cavataio" nil (((k aa) 0) ((v aa) 0) ((t aa) 1) ((iy) 0) ((ow) 0))) +("cavazos" nil (((k aa) 0) ((v aa) 1) ((z ow z) 0))) +("cave" nil (((k ey v) 1))) +("caveat" nil (((k ey) 1) ((v iy) 0) ((ae t) 1))) +("caveats" nil (((k ey) 1) ((v iy) 0) ((ae t s) 1))) +("caved" nil (((k ey v d) 1))) +("caveman" nil (((k ey v) 1) ((m ae n) 1))) +("caven" nil (((k ey) 1) ((v ax n) 0))) +("cavenagh" nil (((k aa) 1) ((v ax n) 0) ((n aa) 2))) +("cavenaugh" nil (((k ae) 1) ((v ih) 0) ((n ao) 0))) +("cavender" nil (((k ax) 0) ((v eh n) 1) ((d er) 0))) +("cavendish" nil (((k ae) 1) ((v ax n) 0) ((d ih sh) 0))) +("caver" nil (((k ey) 1) ((v er) 0))) +("caverly" nil (((k ey) 1) ((v er) 0) ((l iy) 0))) +("cavern" nil (((k ae) 1) ((v er n) 0))) +("cavernous" nil (((k ae) 1) ((v er) 0) ((n ax s) 0))) +("caverns" nil (((k ae) 1) ((v er n z) 0))) +("cavers" nil (((k ey) 1) ((v er z) 0))) +("caves" nil (((k ey v z) 1))) +("cavett" nil (((k ae) 1) ((v ih t) 0))) +("cavey" nil (((k ey) 1) ((v iy) 0))) +("caviar" nil (((k ae) 1) ((v iy) 0) ((aa r) 1))) +("cavin" nil (((k ae) 1) ((v ih n) 0))) +("caviness" nil (((k ey) 1) ((v iy) 0) ((n ih s) 0))) +("caving" nil (((k ey) 1) ((v ih ng) 0))) +("cavins" nil (((k ae) 1) ((v ih n z) 0))) +("cavities" nil (((k ae) 1) ((v ih) 0) ((t iy z) 0))) +("cavitt" nil (((k ae) 1) ((v ih t) 0))) +("cavity" nil (((k ae) 1) ((v ax) 0) ((t iy) 0))) +("cavness" nil (((k ae v) 1) ((n ih s) 0))) +("cavort" nil (((k ax) 0) ((v ao r t) 1))) +("cavorting" nil (((k ax) 0) ((v ao r) 1) ((t ih ng) 0))) +("caw" nil (((k ao) 1))) +("cawley" nil (((k ao) 1) ((l iy) 0))) +("cawood" nil (((k aa) 1) ((w uh d) 0))) +("cawsl" nil (((k ao) 1) ((s ax l) 0))) +("cawthon" nil (((k ao) 1) ((th ax n) 0))) +("cawthorn" nil (((k ao) 1) ((th er n) 0))) +("cawthorne" nil (((k ao) 1) ((th er n) 0))) +("caxton" nil (((k ae k) 1) ((s t ax n) 0))) +("cay" nil (((k ey) 1))) +("caya" nil (((k ey) 1) ((ax) 0))) +("cayce" nil (((k ey s) 1))) +("cayenne" nil (((k ay) 1) ((eh n) 1))) +("cayer" nil (((k ey) 1) ((er) 0))) +("caylor" nil (((k ey) 1) ((l er) 0))) +("cayman" nil (((k ey) 1) ((m ax n) 0))) +("caymans" nil (((k ey) 1) ((m ax n z) 0))) +("cayne" nil (((k ey n) 1))) +("cayson" nil (((k ey) 1) ((s ax n) 0))) +("cayton" nil (((k ey) 1) ((t ax n) 0))) +("cayuses" nil (((k ay) 1) ((uw) 1) ((s ax z) 0))) +("caywood" nil (((k ey) 1) ((w uh d) 1))) +("cazares" nil (((k aa) 0) ((z aa) 1) ((r eh s) 0))) +("cazenove" nil (((k ae) 1) ((z ax) 0) ((n ow v) 1))) +("cazier" nil (((k ey) 1) ((z iy) 0) ((er) 0))) +("ccl" nil (((s iy) 1) ((s iy) 1) ((eh l) 1))) +("cd" nil (((s iy) 1) ((d iy) 1))) +("cdebaca" nil (((s iy) 0) ((d ih) 0) ((b aa) 1) ((k ax) 0))) +("ce" nil (((ch eh) 0))) +("cea" nil (((s iy) 1))) +("ceara" nil (((s iy) 1) ((r ax) 0))) +("cearley" nil (((s er) 1) ((l iy) 0))) +("ceasar" nil (((s ax) 0) ((s aa r) 1))) +("cease" nil (((s iy s) 1))) +("ceased" nil (((s iy s t) 1))) +("ceasefire" nil (((s iy) 1) ((s f ay) 1) ((er) 0))) +("ceaseless" nil (((s iy) 1) ((s l ih s) 0))) +("ceaselessly" nil (((s iy) 1) ((z l ax) 0) ((s l iy) 0))) +("ceaser" nil (((s iy) 1) ((s er) 0))) +("ceases" nil (((s iy) 1) ((s ih z) 0))) +("ceasing" nil (((s iy) 1) ((s ih ng) 0))) +("ceausescu" nil (((ch aw) 0) ((ch eh) 1) ((s k y uw) 0))) +("ceballos" nil (((s ey) 0) ((b aa) 1) ((l ow z) 0))) +("cebu" nil (((s iy) 0) ((b uw) 1))) +("cebula" nil (((ch eh) 0) ((b uw) 1) ((l ax) 0))) +("cebulski" nil (((ch ih) 0) ((b ah l) 1) ((s k iy) 0))) +("cecala" nil (((ch eh) 0) ((k aa) 1) ((l ax) 0))) +("ceccarelli" nil (((ch eh) 0) ((k er) 0) ((eh) 1) ((l iy) 0))) +("cecchi" nil (((s eh) 1) ((k iy) 0))) +("cecchini" nil (((ch eh) 0) ((k iy) 1) ((n iy) 0))) +("cecconi" nil (((ch eh) 0) ((k ow) 1) ((n iy) 0))) +("cece" nil (((s iy s) 1))) +("cecelia" nil (((s ih) 0) ((s iy) 1) ((l y ax) 0))) +("cecere" nil (((ch eh) 0) ((ch eh) 1) ((r iy) 0))) +("cech" nil (((s eh k) 1))) +("ceci" nil (((s eh) 1) ((s iy) 0))) +("cecil" nil (((s iy) 1) ((s ax l) 0))) +("cecile" nil (((s ih) 0) ((s iy l) 1))) +("cecilia" nil (((s ih) 0) ((s iy) 1) ((l y ax) 0))) +("cecin" nil (((s eh) 1) ((s ih n) 0))) +("ceco" nil (((s iy) 1) ((k ow) 0))) +("cecola" nil (((s eh) 0) ((k ow) 1) ((l ax) 0))) +("cecos" nil (((s iy) 1) ((k ow s) 0))) +("cedar" nil (((s iy) 1) ((d er) 0))) +("cedars" nil (((s iy) 1) ((d er z) 0))) +("cede" nil (((s iy d) 1))) +("ceded" nil (((s iy) 1) ((d ax d) 0))) +("cedeno" nil (((ch eh) 0) ((d eh) 1) ((n ow) 0))) +("ceder" nil (((s iy) 1) ((d er) 0))) +("cederberg" nil (((s iy) 1) ((d er) 0) ((b er g) 0))) +("cedergren" nil (((s iy) 1) ((d er) 0) ((g r eh n) 0))) +("cederholm" nil (((s iy) 1) ((d er) 0) ((hh ow m) 0))) +("cederquist" nil (((s eh) 1) ((d er) 0) ((k w ih s t) 0))) +("cedillo" nil (((ch eh) 0) ((d ih) 1) ((l ow) 0))) +("ceding" nil (((s iy) 1) ((d ih ng) 0))) +("cedras" nil (((s ey) 1) ((d r aa s) 1))) +("cedric" nil (((s eh) 1) ((d r ih k) 0))) +("cedrone" nil (((s ey) 0) ((d r ow) 1) ((n ey) 0))) +("cees" nil (((s iy z) 1))) +("cefalo" nil (((ch eh) 0) ((f aa) 1) ((l ow) 0))) +("cefalu" nil (((ch eh) 0) ((f aa) 1) ((l uw) 0))) +("cegielski" nil (((ch ih) 0) ((g iy l) 1) ((s k iy) 0))) +("ceiling" nil (((s iy) 1) ((l ih ng) 0))) +("ceilings" nil (((s iy) 1) ((l ih ng z) 0))) +("ceja" nil (((s ey) 1) ((y ax) 0))) +("cejka" nil (((ch ey) 1) ((k ax) 0))) +("cela" nil (((s eh) 1) ((l ax) 0))) +("celadon" nil (((s eh) 1) ((l ax) 0) ((d aa n) 1))) +("celandine" nil (((s eh) 1) ((l ax n) 0) ((d ay n) 1))) +("celanese" nil (((s eh) 1) ((l ax) 0) ((n iy z) 1))) +("celani" nil (((ch eh) 0) ((l aa) 1) ((n iy) 0))) +("celano" nil (((ch eh) 0) ((l aa) 1) ((n ow) 0))) +("celaya" nil (((s ey) 0) ((l ey) 1) ((ax) 0))) +("cele" nil (((s iy l) 1))) +("celebrants" nil (((s eh) 1) ((l ax) 0) ((b r ax n t s) 0))) +("celebrate" nil (((s eh) 1) ((l ax) 0) ((b r ey t) 1))) +("celebrated" nil (((s eh) 1) ((l ax) 0) ((b r ey) 1) ((t ax d) 0))) +("celebrates" nil (((s eh) 1) ((l ax) 0) ((b r ey t s) 1))) +("celebrating" nil (((s eh) 1) ((l ax) 0) ((b r ey) 1) ((t ih ng) 0))) +("celebration" nil (((s eh) 1) ((l ax) 0) ((b r ey) 1) ((sh ax n) 0))) +("celebrations" nil (((s eh) 1) ((l ax) 0) ((b r ey) 1) ((sh ax n z) 0))) +("celebratory" nil (((s ax) 0) ((l eh) 1) ((b r ax) 0) ((t ao) 1) ((r iy) 0))) +("celebre" nil (((s eh) 1) ((l ax) 0) ((b r ax) 0))) +("celebrities" nil (((s ax) 0) ((l eh) 1) ((b r ih) 0) ((t iy z) 0))) +("celebrity" nil (((s ax) 0) ((l eh) 1) ((b r ih) 0) ((t iy) 0))) +("celena" nil (((ch eh) 0) ((l eh) 1) ((n ax) 0))) +("celene" nil (((ch eh) 1) ((l iy n) 0))) +("celentano" nil (((ch eh) 0) ((l eh n) 0) ((t aa) 1) ((n ow) 0))) +("celeron" nil (((s eh) 1) ((l er) 0) ((aa n) 0))) +("celery" nil (((s eh) 1) ((l er) 0) ((iy) 0))) +("celesta" nil (((s ih) 0) ((l eh) 1) ((s t ax) 0))) +("celeste" nil (((s ax) 0) ((l eh s t) 1))) +("celestial" nil (((s ax) 0) ((l eh s) 1) ((ch ax l) 0))) +("celestin" nil (((s eh) 1) ((l ih) 0) ((s t ih n) 0))) +("celestina" nil (((ch eh) 0) ((l eh) 0) ((s t iy) 1) ((n ax) 0))) +("celestine" nil (((ch eh) 0) ((l eh) 0) ((s t iy) 1) ((n iy) 0))) +("celestino" nil (((ch eh) 0) ((l eh) 0) ((s t iy) 1) ((n ow) 0))) +("celia" nil (((s iy) 1) ((l y ax) 0))) +("celibacy" nil (((s eh) 1) ((l ax) 0) ((b ax) 0) ((s iy) 0))) +("celibate" n (((s eh) 1) ((l ax) 0) ((b ax t) 0))) +("celica" nil (((s eh) 1) ((l ih) 0) ((k ax) 0))) +("celie" nil (((s eh) 1) ((l iy) 0))) +("celimene" nil (((s eh) 1) ((l ih) 0) ((m iy n) 1))) +("celina" nil (((s ax) 0) ((l iy) 1) ((n ax) 0))) +("celinda" nil (((ch eh) 0) ((l iy n) 1) ((d ax) 0))) +("celine" nil (((s ax) 0) ((l iy n) 1))) +("celio" nil (((s iy) 1) ((l iy) 0) ((ow) 0))) +("celis" nil (((s eh) 1) ((l ih s) 0))) +("cell" nil (((s eh l) 1))) +("cella" nil (((s eh) 1) ((l ax) 0))) +("cellar" nil (((s eh) 1) ((l er) 0))) +("cellars" nil (((s eh) 1) ((l er z) 0))) +("cellblock" n (((s eh l) 1) ((b l aa k) 0))) +("celled" nil (((s eh l d) 1))) +("celli" nil (((ch eh) 1) ((l iy) 0))) +("cellini" nil (((ch eh) 0) ((l iy) 1) ((n iy) 0))) +("cellist" nil (((ch eh) 1) ((l ax s t) 0))) +("cellmark" nil (((s eh l) 1) ((m aa r k) 1))) +("cellnet" nil (((s eh l) 1) ((n eh t) 1))) +("cello" nil (((ch eh) 1) ((l ow) 0))) +("cellophane" nil (((s eh) 1) ((l ax) 0) ((f ey n) 1))) +("cellpro" nil (((s eh l) 1) ((p r ow) 0))) +("cells" nil (((s eh l z) 1))) +("cellstar" nil (((s eh l) 1) ((s t aa r) 1))) +("cellucci" nil (((ch eh) 0) ((l uw) 1) ((ch iy) 0))) +("cellular" nil (((s eh) 1) ((l y ax) 0) ((l er) 0))) +("celluloid" nil (((s eh) 1) ((l ax) 0) ((l oy d) 1))) +("cellulosa" nil (((s eh) 1) ((l uw) 0) ((l ow) 1) ((s ax) 0))) +("cellulose" nil (((s eh) 1) ((l y ax) 0) ((l ow s) 1))) +("celmer" nil (((s eh l) 1) ((m er) 0))) +("celnik" nil (((s eh l) 1) ((n ih k) 0))) +("celona" nil (((ch eh) 0) ((l ow) 1) ((n ax) 0))) +("celosia" nil (((ch eh) 0) ((l ow) 1) ((s iy) 0) ((ax) 0))) +("celsius" nil (((s eh l) 1) ((s iy) 0) ((ax s) 0))) +("celso" nil (((s eh l) 1) ((s ow) 0))) +("celt" nil (((s eh l t) 1))) +("celtic" nil (((s eh l) 1) ((t ih k) 0))) +("celtics" nil (((s eh l) 1) ((t ih k s) 0))) +("celts" nil (((s eh l t s) 1))) +("cement" nil (((s ax) 0) ((m eh n t) 1))) +("cemented" nil (((s ax) 0) ((m eh n) 1) ((t ax d) 0))) +("cementing" nil (((s ih) 0) ((m eh n) 1) ((t ih ng) 0))) +("cementos" nil (((s eh) 0) ((m eh n) 1) ((t ow s) 0))) +("cemeteries" nil (((s eh) 1) ((m ax) 0) ((t eh) 1) ((r iy z) 0))) +("cemetery" nil (((s eh) 1) ((m ax) 0) ((t eh) 1) ((r iy) 0))) +("cemex" nil (((k eh) 1) ((m eh k s) 1))) +("cemp" nil (((s eh m p) 1))) +("cen" nil (((t s eh n) 1))) +("cencall" nil (((s eh n) 1) ((s eh l) 1))) +("cenci" nil (((ch eh n) 1) ((ch iy) 0))) +("cencor" nil (((s eh n) 1) ((k ao r) 1))) +("cendejas" nil (((s ey n) 0) ((d ey) 1) ((y aa z) 0))) +("cenergy" nil (((s eh) 1) ((n er) 0) ((jh iy) 0))) +("ceng" nil (((t s eh ng) 1))) +("ceniceros" nil (((s ey) 0) ((n iy) 0) ((s eh) 1) ((r ow z) 0))) +("cenith" nil (((s eh) 1) ((n ih th) 0))) +("cenozoic" nil (((s iy) 1) ((n ax) 0) ((z ow) 1) ((ih k) 0))) +("censer" nil (((s eh n) 1) ((s er) 0))) +("censor" nil (((s eh n) 1) ((s er) 0))) +("censored" nil (((s eh n) 1) ((s er d) 0))) +("censoring" nil (((s eh n) 1) ((s er) 0) ((ih ng) 0))) +("censors" nil (((s eh n) 1) ((s er z) 0))) +("censorship" nil (((s eh n) 1) ((s er) 0) ((sh ih p) 1))) +("censure" nil (((s eh n) 1) ((sh er) 0))) +("censured" nil (((s eh n) 1) ((sh er d) 0))) +("census" nil (((s eh n) 1) ((s ax s) 0))) +("censuses" nil (((s eh n) 1) ((s ax) 0) ((s ih z) 0))) +("cent" nil (((s eh n t) 1))) +("centanni" nil (((ch eh n) 0) ((t aa) 1) ((n iy) 0))) +("centaur" nil (((s eh n) 1) ((t ao r) 1))) +("centaurs" nil (((s eh n) 1) ((t ao r z) 1))) +("centavos" nil (((s eh n) 0) ((t aa) 1) ((v ow s) 1))) +("centel" nil (((s eh n) 1) ((t eh l) 1))) +("centenarians" nil (((s eh n) 1) ((t ax) 0) ((n eh) 1) ((r iy) 0) ((ax n z) 0))) +("centenary" nil (((s eh n) 1) ((t ax) 0) ((n eh) 1) ((r iy) 0))) +("centennial" nil (((s eh n) 0) ((t eh) 1) ((n iy) 0) ((ax l) 0))) +("centeno" nil (((ch eh n) 0) ((t eh) 1) ((n ow) 0))) +("center" nil (((s eh n) 1) ((t er) 0))) +("centerbanc" nil (((s eh n) 1) ((t er) 0) ((b ae ng k) 0))) +("centerbank" nil (((s eh n) 1) ((t er) 0) ((b ae ng k) 1))) +("centered" nil (((s eh n) 1) ((t er d) 0))) +("centerfielder" nil (((s eh n) 1) ((t er) 0) ((f iy l) 1) ((d er) 0))) +("centerfold" nil (((s eh n) 1) ((t er) 0) ((f ow l d) 1))) +("centering" nil (((s eh n) 1) ((t er) 0) ((ih ng) 0))) +("centerior" nil (((s eh n) 1) ((t ih) 1) ((r iy) 0) ((er) 0))) +("centerpiece" nil (((s eh n) 1) ((t er) 0) ((p iy s) 1))) +("centerre" nil (((s eh n) 1) ((t er) 0))) +("centers" nil (((s eh n) 1) ((t er z) 0))) +("centex" nil (((s eh n) 1) ((t eh k s) 1))) +("centigrade" nil (((s eh n) 1) ((t ax) 0) ((g r ey d) 1))) +("centigram" nil (((s eh n) 1) ((t ax) 0) ((g r ae m) 1))) +("centime" nil (((s eh n) 1) ((t ay m) 1))) +("centimes" nil (((s eh n) 1) ((t ay m z) 1))) +("centimeter" nil (((s eh n) 1) ((t ax) 0) ((m iy) 1) ((t er) 0))) +("centimeters" nil (((s eh n) 1) ((t ax) 0) ((m iy) 1) ((t er z) 0))) +("centimetre" nil (((s eh n) 1) ((t ax) 0) ((m iy) 1) ((t er) 0))) +("centimetres" nil (((s eh n) 1) ((t ax) 0) ((m iy) 1) ((t er z) 0))) +("centipede" nil (((s eh n) 1) ((t ih) 0) ((p iy d) 1))) +("centner" nil (((s eh n t) 1) ((n er) 0))) +("centocor" nil (((s eh n) 1) ((t ax) 0) ((k ao r) 1))) +("centofanti" nil (((ch eh n) 0) ((t ow) 0) ((f aa n) 1) ((t iy) 0))) +("centola" nil (((ch eh n) 0) ((t ow) 1) ((l ax) 0))) +("centoxin" nil (((s eh n) 1) ((t aa k) 1) ((s ih n) 0))) +("central" nil (((s eh n) 1) ((t r ax l) 0))) +("centrale" nil (((s eh n) 0) ((t r aa l) 1))) +("centralia" nil (((s eh n) 0) ((t r ey) 1) ((l iy) 0) ((ax) 0))) +("centralism" nil (((s eh n) 1) ((t r ax) 0) ((l ih) 1) ((z ax m) 0))) +("centralists" nil (((s eh n) 1) ((t r ax) 0) ((l ih s t s) 0))) +("centralization" nil (((s eh n) 1) ((t r ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("centralize" nil (((s eh n) 1) ((t r ax) 0) ((l ay z) 1))) +("centralized" nil (((s eh n) 1) ((t r ax) 0) ((l ay z d) 1))) +("centralizing" nil (((s eh n) 1) ((t r ax) 0) ((l ay) 1) ((z ih ng) 0))) +("centrally" nil (((s eh n) 1) ((t r ax) 0) ((l iy) 0))) +("centram" nil (((s eh n) 1) ((t r ae m) 1))) +("centre" nil (((s eh n) 1) ((t er) 0))) +("centrella" nil (((s eh n) 1) ((t r eh) 1) ((l ax) 0))) +("centres" nil (((s eh n) 1) ((t er z) 0))) +("centrex" nil (((s eh n) 1) ((t r ax k s) 0))) +("centrifugal" nil (((s eh n) 0) ((t r ih) 1) ((f ih) 0) ((g ax l) 0))) +("centrifuge" nil (((s eh n) 1) ((t r ax) 0) ((f y uw jh) 1))) +("centrifuges" nil (((s eh n) 1) ((t r ax) 0) ((f y uw) 1) ((jh ih z) 0))) +("centrist" nil (((s eh n) 1) ((t r ih s t) 0))) +("centrists" nil (((s eh n) 1) ((t r ih s t s) 0))) +("centro" nil (((s eh n) 1) ((t r ow) 0))) +("centromin" nil (((s eh n) 1) ((t r ax) 0) ((m ih n) 0))) +("centronics" nil (((s eh n) 1) ((t r aa) 1) ((n ih k s) 0))) +("centrust" nil (((s eh n) 1) ((t r ah s t) 1))) +("cents" nil (((s eh n t s) 1))) +("centum" nil (((k eh n) 1) ((t ax m) 0))) +("centuri" nil (((s eh n) 0) ((t uh) 1) ((r iy) 0))) +("centuries" nil (((s eh n) 1) ((ch er) 0) ((iy z) 0))) +("centurion" nil (((s eh n) 0) ((t uh) 1) ((r iy) 0) ((ax n) 0))) +("century" nil (((s eh n) 1) ((ch er) 0) ((iy) 0))) +("cenvill" nil (((s eh n) 1) ((v ih l) 0))) +("cep" nil (((s eh p) 1))) +("CEPAS" nil (((s iy) 1) ((p ax s) 0))) +("cepeda" nil (((s ey) 0) ((p ey) 1) ((d ax) 0))) +("cepero" nil (((s ey) 0) ((p eh) 1) ((r ow) 0))) +("cephalon" nil (((s eh) 1) ((f ax) 0) ((l aa n) 1))) +("cephalopod" nil (((s eh) 1) ((f ax) 0) ((l ax) 0) ((p aa d) 1))) +("cephalosporin" nil (((s eh) 1) ((f ax) 0) ((l ao) 1) ((s p er) 0) ((ih n) 0))) +("cephas" nil (((s eh) 1) ((f ax z) 0))) +("cephus" nil (((s eh) 1) ((f ax s) 0))) +("cera" nil (((s eh) 1) ((r ax) 0))) +("ceraceous" nil (((s er) 0) ((ey) 1) ((sh ax s) 0))) +("ceradyne" nil (((s eh) 1) ((r ax) 0) ((d ay n) 1))) +("cerami" nil (((ch er) 0) ((aa) 1) ((m iy) 0))) +("ceramic" nil (((s er) 0) ((ae) 1) ((m ih k) 0))) +("ceramics" nil (((s er) 0) ((ae) 1) ((m ih k s) 0))) +("cerankosky" nil (((s eh) 1) ((r ax ng) 0) ((k ao) 1) ((s k iy) 0))) +("cerasoli" nil (((ch er) 0) ((aa) 0) ((s ow) 1) ((l iy) 0))) +("ceravolo" nil (((ch er) 0) ((aa) 0) ((v ow) 1) ((l ow) 0))) +("cerbone" nil (((ch er) 1) ((b ow n) 0))) +("cercone" nil (((ch er) 0) ((k ow) 1) ((n iy) 0))) +("cerda" nil (((ch eh r) 1) ((d ax) 0))) +("cereal" nil (((s ih) 1) ((r iy) 0) ((ax l) 0))) +("cereals" nil (((s ih) 1) ((r iy) 0) ((ax l z) 0))) +("cerebral" nil (((s eh) 1) ((r ax) 0) ((b r ax l) 0))) +("cerebrally" nil (((s er) 0) ((iy) 1) ((b r ax) 0) ((l iy) 0))) +("ceredase" nil (((s eh) 1) ((r ax) 0) ((d ey z) 1))) +("cereghino" nil (((ch er) 0) ((eh) 0) ((g iy) 1) ((n ow) 0))) +("cerelia" nil (((ch er) 0) ((eh) 1) ((l iy) 0) ((ax) 0))) +("ceremonial" nil (((s eh) 1) ((r ax) 0) ((m ow) 1) ((n iy) 0) ((ax l) 0))) +("ceremonies" nil (((s eh) 1) ((r ax) 0) ((m ow) 1) ((n iy z) 0))) +("ceremony" nil (((s eh) 1) ((r ax) 0) ((m ow) 1) ((n iy) 0))) +("ceres" nil (((s ih) 1) ((r iy z) 0))) +("cerezo" nil (((s eh) 1) ((r ey) 1) ((z ow) 0))) +("cerf" nil (((s er f) 1))) +("ceridian" nil (((s er) 0) ((ih) 1) ((d iy) 0) ((ax n) 0))) +("cerino" nil (((ch er) 0) ((iy) 1) ((n ow) 0))) +("cerio" nil (((ch eh) 1) ((r iy) 0) ((ow) 0))) +("cerise" nil (((s er) 0) ((iy s) 1))) +("cermak" nil (((ch er) 1) ((m ax k) 0))) +("cern" nil (((s er n) 1))) +("cerna" nil (((ch eh r) 1) ((n ax) 0))) +("cerney" nil (((s er) 1) ((n iy) 0))) +("cerniglia" nil (((ch er) 0) ((n iy) 1) ((g l iy) 0) ((ax) 0))) +("cernuda" nil (((s er) 0) ((n uw) 1) ((d ax) 0))) +("cerny" nil (((s er) 1) ((n iy) 0))) +("cerone" nil (((ch er) 0) ((ow) 1) ((n iy) 0))) +("cerra" nil (((s eh) 1) ((r ax) 0))) +("cerrato" nil (((ch er) 0) ((aa) 1) ((t ow) 0))) +("cerreta" nil (((ch er) 0) ((eh) 1) ((t ax) 0))) +("cerrito" nil (((ch er) 0) ((iy) 1) ((t ow) 0))) +("cerritos" nil (((s eh) 0) ((r iy) 1) ((t ow s) 0))) +("cerro" nil (((s eh) 1) ((r ow) 0))) +("cerrone" nil (((ch er) 0) ((ow) 1) ((n iy) 0))) +("cerruti" nil (((ch er) 0) ((uw) 1) ((t iy) 0))) +("certain" nil (((s er) 1) ((t ax n) 0))) +("certainly" nil (((s er) 1) ((t ax n) 0) ((l iy) 0))) +("certainteed" nil (((s er) 1) ((t ax n) 0) ((t iy d) 1))) +("certainties" nil (((s er) 1) ((t ax n) 0) ((t iy z) 0))) +("certainty" nil (((s er) 1) ((t ax n) 0) ((t iy) 0))) +("certificate" n (((s er) 1) ((t ah) 1) ((f ax) 0) ((k ax t) 0))) +("certificate" v (((s er) 1) ((t ah) 1) ((f ax) 0) ((k ey t) 0))) +("certificates" nil (((s er) 0) ((t ih) 1) ((f ih) 0) ((k ax t s) 0))) +("certification" nil (((s er) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("certifications" nil (((s er) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("certified" nil (((s er) 1) ((t ax) 0) ((f ay d) 1))) +("certifies" nil (((s er) 1) ((t ax) 0) ((f ay z) 1))) +("certify" nil (((s er) 1) ((t ax) 0) ((f ay) 1))) +("certifying" nil (((s er) 1) ((t ax) 0) ((f ay) 1) ((ih ng) 0))) +("certitude" nil (((s er) 1) ((t ax) 0) ((t uw d) 1))) +("certo" nil (((ch eh r) 1) ((t ow) 0))) +("certron" nil (((s er) 1) ((t r aa n) 0))) +("cerulli" nil (((ch er) 0) ((uw) 1) ((l iy) 0))) +("cerullo" nil (((ch er) 0) ((uw) 1) ((l ow) 0))) +("cerus" nil (((s eh) 1) ((r ax s) 0))) +("cerutti" nil (((ch er) 0) ((uw) 1) ((t iy) 0))) +("cervantez" nil (((s eh r) 0) ((v aa n) 1) ((t eh z) 0))) +("cerveceria" nil (((s er) 1) ((v ax) 0) ((s ih) 1) ((r iy) 0) ((ax) 0))) +("cervenka" nil (((s eh r) 0) ((v ey ng) 1) ((k ax) 0))) +("cerveny" nil (((ch er) 0) ((v iy) 1) ((n iy) 0))) +("cervera" nil (((ch er) 0) ((v eh) 1) ((r ax) 0))) +("cervesato" nil (((s eh r) 1) ((v eh) 0) ((s aa) 1) ((t ow) 1))) +("cerveza" nil (((s er) 1) ((v ey) 1) ((z ax) 0))) +("cervi" nil (((ch eh r) 1) ((v iy) 0))) +("cervical" nil (((s er) 1) ((v ax) 0) ((k ax l) 0))) +("cervini" nil (((ch er) 0) ((v iy) 1) ((n iy) 0))) +("cervix" nil (((s er) 1) ((v ih k s) 0))) +("cervone" nil (((ch er) 0) ((v ow) 1) ((n iy) 0))) +("ceryl" nil (((s eh) 1) ((r ax l) 0))) +("cesar" nil (((s iy) 1) ((z er) 0))) +("cesare" nil (((ch ey) 0) ((z aa) 1) ((r ey) 0))) +("cesario" nil (((ch eh) 0) ((s aa) 1) ((r iy) 0) ((ow) 0))) +("cesaro" nil (((ch eh) 0) ((s aa) 1) ((r ow) 0))) +("cesarz" nil (((s ey) 1) ((s aa r z) 0))) +("cesena" nil (((ch eh) 0) ((s eh) 1) ((n ax) 0))) +("cesium" nil (((s iy) 1) ((z iy) 0) ((ax m) 0))) +("cespedes" nil (((s ey) 0) ((s p ey) 1) ((d eh s) 0))) +("cessation" nil (((s eh) 1) ((s ey) 1) ((sh ax n) 0))) +("cessna" nil (((s eh) 1) ((s n ax) 0))) +("cesspool" nil (((s eh) 1) ((s p uw l) 1))) +("cestaro" nil (((ch eh) 0) ((s t aa) 1) ((r ow) 0))) +("cetacean" nil (((s ih) 0) ((t ey) 1) ((sh ax n) 0))) +("cetec" nil (((s iy) 1) ((t eh k) 1))) +("cetera" nil (((s eh) 1) ((t er) 0) ((ax) 0))) +("cetus" nil (((s iy) 1) ((t ax s) 0))) +("cevallos" nil (((s ey) 0) ((v aa) 1) ((l ow z) 0))) +("cevaxs" nil (((s eh) 1) ((v ae k) 0) ((s ih z) 0))) +("ceylon" nil (((s ih) 0) ((l aa n) 1))) +("cezanne" nil (((s eh) 1) ((z ae n) 1))) +("cha" nil (((ch aa) 1))) +("chablis" nil (((sh ax) 0) ((b l iy) 1))) +("chabon" nil (((ch ey) 1) ((b ax n) 0))) +("chabot" nil (((sh ax) 0) ((b ow) 1))) +("chacabuco" nil (((ch ae) 1) ((k ax) 0) ((b y uw) 1) ((k ow) 0))) +("chace" nil (((ch ey s) 1))) +("chachere" nil (((sh ax) 0) ((sh ih r) 1))) +("chacin" nil (((sh ey) 1) ((s ih n) 0))) +("chacko" nil (((ch ae) 1) ((k ow) 0))) +("chacon" nil (((ch ae) 1) ((k ax n) 0))) +("chad" nil (((ch ae d) 1))) +("chadbourne" nil (((sh ax d) 0) ((b uh r n) 1))) +("chadd" nil (((ch ae d) 1))) +("chadderdon" nil (((ch ax) 0) ((d er) 1) ((d ax n) 0))) +("chaddock" nil (((ch ae) 1) ((d ax k) 0))) +("chadian" nil (((ch ey) 1) ((d iy) 0) ((ax n) 0))) +("chadick" nil (((ch ae) 1) ((d ih k) 0))) +("chadli" nil (((ch ae d) 1) ((l iy) 0))) +("chadron" nil (((ch ae) 1) ((d r ax n) 0))) +("chadwell" nil (((ch ae) 1) ((d w eh l) 1))) +("chadwick" nil (((ch ae) 1) ((d w ih k) 0))) +("chae" nil (((ch ay) 1))) +("chaebol" nil (((ch ey) 1) ((b ax l) 0))) +("chafe" nil (((ch ey f) 1))) +("chafed" nil (((ch ey f t) 1))) +("chafee" nil (((ch ae) 1) ((f iy) 0))) +("chafes" nil (((ch ey f s) 1))) +("chaff" nil (((ch ae f) 1))) +("chaffee" nil (((ch ae) 1) ((f iy) 0))) +("chaffin" nil (((ch ae) 1) ((f ih n) 0))) +("chaffins" nil (((ch ae) 1) ((f ih n z) 0))) +("chaffy" nil (((ch ae) 1) ((f iy) 0))) +("chafin" nil (((ch ae) 1) ((f ih n) 0))) +("chafing" nil (((ch ey) 1) ((f ih ng) 0))) +("chagall" nil (((ch ae) 1) ((g ax l) 0))) +("chagnon" nil (((ch ae g) 1) ((n ax n) 0))) +("chagrin" nil (((sh ax) 0) ((g r ih n) 1))) +("chagrined" nil (((sh ax) 0) ((g r ih n d) 1))) +("chai" nil (((ch ay) 1))) +("chaidez" nil (((ch aa) 0) ((iy) 1) ((d eh z) 0))) +("chaiken" nil (((ch ey) 1) ((k ax n) 0))) +("chaikin" nil (((ch ey) 1) ((k ih n) 0))) +("Chaim" n (((ch ey m) 1))) +("chain" nil (((ch ey n) 1))) +("chained" nil (((ch ey n d) 1))) +("chaining" nil (((ch ey) 1) ((n ih ng) 0))) +("chains" nil (((ch ey n z) 1))) +("chainsaw" nil (((ch ey n) 1) ((s ao) 1))) +("chainsaws" nil (((ch ey n) 1) ((s ao z) 1))) +("chair" nil (((ch eh r) 1))) +("chaired" nil (((ch eh r d) 1))) +("chaires" nil (((sh eh r z) 1))) +("chairez" nil (((ch aa) 0) ((ih) 1) ((r eh z) 0))) +("chairing" nil (((ch eh) 1) ((r ih ng) 0))) +("chairman" nil (((ch eh r) 1) ((m ax n) 0))) +("chairmanship" nil (((ch eh r) 1) ((m ax n) 0) ((sh ih p) 1))) +("chairmanships" nil (((ch eh r) 1) ((m ax n) 0) ((sh ih p s) 1))) +("chairmen" nil (((ch eh r) 1) ((m ax n) 0))) +("chairmen" nil (((ch eh r) 1) ((m ih n) 0))) +("chairs" nil (((ch eh r z) 1))) +("chairwoman" nil (((ch eh r) 1) ((w uh) 1) ((m ax n) 0))) +("chaise" nil (((sh ey z) 1))) +("chaisson" nil (((ch ey) 1) ((s ax n) 0))) +("chait" nil (((ch ey t) 1))) +("chajet" nil (((ch ae) 1) ((jh ax t) 0))) +("chalabi" nil (((ch ax) 0) ((l aa) 1) ((b iy) 0))) +("chalasani" nil (((ch ae) 1) ((l ax) 0) ((s ae) 1) ((n iy) 0))) +("chalet" nil (((sh ae) 1) ((l ey) 1))) +("chalets" nil (((sh ax) 0) ((l ey z) 1))) +("chalfant" nil (((ch ae) 1) ((f ax n t) 0))) +("chalfin" nil (((ch ae l) 1) ((f ih n) 0))) +("chalifoux" nil (((sh ae) 1) ((l ih) 0) ((f uw) 0))) +("chalk" nil (((ch aa k) 1))) +("chalked" nil (((ch ao k t) 1))) +("chalker" nil (((ch ao) 1) ((k er) 0))) +("chalking" nil (((ch ao) 1) ((k ih ng) 0))) +("chalkley" nil (((ch ae l) 1) ((k l iy) 0))) +("chalks" nil (((ch ao k s) 1))) +("challender" nil (((ch ax) 0) ((l eh n) 1) ((d er) 0))) +("challenge" nil (((ch ae) 1) ((l ax n jh) 0))) +("challenged" nil (((ch ae) 1) ((l ax jh d) 0))) +("challenger" nil (((ch ae) 1) ((l ax n) 0) ((jh er) 0))) +("challengers" nil (((ch ae) 1) ((l ax n) 0) ((jh er z) 0))) +("challenges" nil (((ch ae) 1) ((l ax n) 0) ((jh ih z) 0))) +("challenging" nil (((ch ae) 1) ((l ax n) 0) ((jh ih ng) 0))) +("challis" nil (((ch ae) 1) ((l ih s) 0))) +("chalmers" nil (((ch aa) 1) ((m er z) 0))) +("chalmette" nil (((sh ae l) 0) ((m eh t) 1))) +("chaloupka" nil (((ch ax) 0) ((l uw p) 1) ((k ax) 0))) +("chaloux" nil (((sh ax) 0) ((l uw) 1))) +("chalsty" nil (((ch ae l) 1) ((s t iy) 0))) +("chalupa" nil (((ch ax) 0) ((l uw) 1) ((p ax) 0))) +("cham" nil (((ch ae m) 1))) +("chamber" nil (((ch ey m) 1) ((b er) 0))) +("chambered" nil (((ch ey m) 1) ((b er d) 0))) +("chamberlain" nil (((ch ey m) 1) ((b er) 0) ((l ax n) 0))) +("chamberland" nil (((ch ae m) 1) ((b er) 0) ((l ax n d) 0))) +("chamberlayne" nil (((ch ey m) 1) ((b er) 0) ((l ey n) 1))) +("chamberlin" nil (((ch ey m) 1) ((b er) 0) ((l ih n) 0))) +("chambers" nil (((ch ey m) 1) ((b er z) 0))) +("chamblee" nil (((ch ae m) 1) ((b l iy) 0))) +("chambless" nil (((sh ax m) 0) ((b l iy s) 1))) +("chamblin" nil (((ch ae m) 1) ((b l ih n) 0))) +("chambliss" nil (((ch ae m) 1) ((b l ih s) 0))) +("chambon" nil (((ch ae m) 1) ((b ax n) 0))) +("chameleon" nil (((ch ax) 0) ((m eh) 1) ((l iy) 0) ((ax n) 0))) +("chamlee" nil (((ch ae m) 1) ((l iy) 0))) +("chamness" nil (((ch ae m) 1) ((n ih s) 0))) +("chamorro" nil (((ch ax) 0) ((m ao) 1) ((r ow) 0))) +("champ" nil (((ch ae m p) 1))) +("champa" nil (((k aa m) 1) ((p ax) 0))) +("champagne" nil (((sh ae m) 0) ((p ey n) 1))) +("champagnes" nil (((sh ae m) 0) ((p ey n z) 1))) +("champaign" nil (((ch ae m) 0) ((p ey n) 1))) +("champeau" nil (((sh ae m) 0) ((p ow) 1))) +("champine" nil (((ch ae m) 1) ((p ay n) 1))) +("champion" nil (((ch ae m) 1) ((p iy) 0) ((ax n) 0))) +("championed" nil (((ch ae m) 1) ((p iy) 0) ((ax n d) 0))) +("championing" nil (((ch ae m) 1) ((p iy) 0) ((ax) 0) ((n ih ng) 0))) +("champions" nil (((ch ae m) 1) ((p iy) 0) ((ax n z) 0))) +("championship" nil (((ch ae m) 1) ((p iy) 0) ((ax n) 0) ((sh ih p) 1))) +("championships" nil (((ch ae m) 1) ((p iy) 0) ((ax n) 0) ((sh ih p s) 1))) +("champlain" nil (((sh ae m) 0) ((p l ey n) 1))) +("champlin" nil (((ch ae m) 1) ((p l ih n) 0))) +("champney" nil (((ch ae m p) 1) ((n iy) 0))) +("champoux" nil (((sh ae m) 0) ((p uw) 1))) +("champs" nil (((ch ae m p s) 1))) +("chan" nil (((ch ae n) 1))) +("chana" nil (((ch ae) 1) ((n ax) 0))) +("chance" nil (((ch ae n s) 1))) +("chancellor" nil (((ch ae n) 1) ((s ax) 0) ((l er) 0))) +("chancellors" nil (((ch ae n) 1) ((s ax) 0) ((l er z) 0))) +("chancery" nil (((ch ae n) 1) ((s er) 0) ((iy) 0))) +("chances" nil (((ch ae n) 1) ((s ax z) 0))) +("chancey" nil (((ch ae n) 1) ((s iy) 0))) +("chancy" nil (((ch ae n) 1) ((s iy) 0))) +("chand" nil (((ch ae n d) 1))) +("chanda" nil (((ch ae n) 1) ((d ax) 0))) +("chandelier" nil (((sh ae n) 0) ((d ax) 0) ((l ih r) 1))) +("chandeliers" nil (((sh ae n) 1) ((d ax) 0) ((l ih z) 1))) +("chander" nil (((ch ae n) 1) ((d ax) 0))) +("chandler" nil (((ch ae n d) 1) ((l er) 0))) +("chandley" nil (((ch ae n d) 1) ((l iy) 0))) +("chandon" nil (((ch ae n) 1) ((d ih n) 0))) +("chandra" nil (((ch ae n) 1) ((d r ax) 0))) +("chandross" nil (((ch ae n) 0) ((d r ao s) 1))) +("chanel" nil (((sh ax) 0) ((n eh l) 1))) +("chaney" nil (((ch ey) 1) ((n iy) 0))) +("chang" nil (((ch ae ng) 1))) +("changbai" nil (((ch aa ng) 1) ((b ay) 1))) +("changbaishan" nil (((ch aa ng) 1) ((b ay) 1) ((sh aa n) 1))) +("changchun" nil (((ch aa ng) 1) ((ch uw n) 1))) +("changde" nil (((ch aa ng) 1) ((d ah) 0))) +("change" nil (((ch ey n jh) 1))) +("changeable" nil (((ch ey n) 1) ((jh ax) 0) ((b ax l) 0))) +("changed" nil (((ch ey n jh d) 1))) +("changeover" nil (((ch ey n) 1) ((jh ow) 1) ((v er) 0))) +("changeovers" nil (((ch ey n) 1) ((jh ow) 1) ((v er z) 0))) +("changers" nil (((ch ey n) 1) ((jh er z) 0))) +("changes" nil (((ch ey n) 1) ((jh ax z) 0))) +("changgee" nil (((ch aa ng) 1) ((ah) 0))) +("changi" nil (((ch ae ng) 1) ((iy) 1))) +("changing" nil (((ch ey n) 1) ((jh ih ng) 0))) +("changjiang" nil (((ch aa ng) 1) ((jh y aa ng) 1))) +("changling" nil (((ch aa ng) 1) ((l iy ng) 1))) +("changning" nil (((ch aa ng) 1) ((n iy ng) 1))) +("changqing" nil (((ch aa ng) 1) ((ch iy ng) 1))) +("changsho" nil (((ch ae ng) 1) ((sh ow) 1))) +("changtang" nil (((ch aa ng) 1) ((t aa ng) 1))) +("changzhi" nil (((ch aa ng) 1) ((jh uh) 1))) +("changzhou" nil (((ch aa ng) 1) ((jh ow) 1))) +("chanin" nil (((ch ae) 1) ((n ih n) 0))) +("chanley" nil (((ch ae n) 1) ((l iy) 0))) +("channel" nil (((ch ae) 1) ((n ax l) 0))) +("channeled" nil (((ch ae) 1) ((n ax l d) 0))) +("channeling" nil (((ch ae) 1) ((n ax) 0) ((l ih ng) 0))) +("channell" nil (((ch ae) 1) ((n ax l) 0))) +("channels" nil (((ch ae) 1) ((n ax l z) 0))) +("channing" nil (((ch ae) 1) ((n ih ng) 0))) +("channon" nil (((ch ae) 1) ((n ax n) 0))) +("chanos" nil (((ch aa) 1) ((n ow s) 0))) +("chant" nil (((ch ae n t) 1))) +("chantal" nil (((ch ae n) 1) ((t ax l) 0))) +("chanted" nil (((ch ae n) 1) ((t ih d) 0))) +("chanteuse" n (((sh ae n) 1) ((t ow z) 0))) +("chantilly" nil (((sh ae n) 1) ((t ih) 1) ((l iy) 0))) +("chanting" nil (((ch ae n) 1) ((t ih ng) 0))) +("chants" nil (((ch ae n t s) 1))) +("chanukah" nil (((hh aa) 1) ((n ax) 0) ((k ax) 0))) +("chany" nil (((ch ey) 1) ((n iy) 0))) +("chao" nil (((ch aw) 1))) +("chaohu" nil (((ch aw) 1) ((hh uw) 1))) +("chaos" nil (((k ey) 1) ((aa s) 0))) +("chaotic" nil (((k ey) 0) ((aa) 1) ((t ih k) 0))) +("chaoyang" nil (((ch aw) 1) ((y aa ng) 1))) +("chaozhou" nil (((ch aw) 1) ((jh ow) 1))) +("chap" nil (((ch ae p) 1))) +("chapa" nil (((ch aa) 1) ((p ax) 0))) +("chaparral" nil (((sh ae) 1) ((p er) 0) ((ae l) 1))) +("chaparro" nil (((k aa) 0) ((p aa) 1) ((r ow) 0))) +("chapas" nil (((ch aa) 1) ((p ax s) 0))) +("chapdelaine" nil (((sh ae p) 1) ((d ih) 0) ((l ey n) 0))) +("chapek" nil (((ch ae) 1) ((p ih k) 0))) +("chapel" nil (((ch ae) 1) ((p ax l) 0))) +("chapell" nil (((sh ax) 0) ((p eh l) 1))) +("chapelle" nil (((sh ax) 0) ((p eh l) 1))) +("chaperon" nil (((sh ae) 1) ((p er) 0) ((ow n) 1))) +("chaperone" nil (((sh ae) 1) ((p er) 0) ((ow n) 1))) +("chapin" nil (((sh ax) 0) ((p ae n) 1))) +("chaplain" nil (((ch ae) 1) ((p l ax n) 0))) +("chaplains" nil (((ch ae) 1) ((p l ax n z) 0))) +("chaplin" nil (((ch ae) 1) ((p l ax n) 0))) +("chapman" nil (((ch ae p) 1) ((m ax n) 0))) +("chapnick" nil (((ch ae p) 1) ((n ih k) 0))) +("chapoton" nil (((ch ae) 1) ((p ow) 0) ((aa n) 1))) +("chapp" nil (((ch ae p) 1))) +("chappaquiddick" nil (((ch ae) 1) ((p ax) 0) ((k w ih) 1) ((d ih k) 0))) +("chappel" nil (((ch ae) 1) ((p ax l) 0))) +("chappelear" nil (((sh ae) 1) ((p ih) 0) ((l er) 0))) +("chappell" nil (((ch ae) 1) ((p ax l) 0))) +("chappelle" nil (((sh ax) 0) ((p eh l) 1))) +("chapple" nil (((ch ae) 1) ((p ax l) 0))) +("chappuis" nil (((sh ae) 1) ((p uw) 0) ((ih z) 0))) +("chaps" nil (((ch ae p s) 1))) +("chapter" nil (((ch ae p) 1) ((t er) 0))) +("chapters" nil (((ch ae p) 1) ((t er z) 0))) +("chaput" nil (((ch ae) 1) ((p ax t) 0))) +("char" nil (((ch aa r) 1))) +("character" nil (((k eh) 1) ((r ih k) 0) ((t er) 0))) +("characteristic" nil (((k eh) 1) ((r ax k) 0) ((t er) 0) ((ih) 1) ((s t ih k) 0))) +("characteristically" nil (((k eh) 1) ((r ax k) 0) ((t er) 0) ((ih) 1) ((s t ih) 0) ((k l iy) 0))) +("characteristics" nil (((k eh) 1) ((r ax k) 0) ((t er) 0) ((ih) 1) ((s t ih k s) 0))) +("characterization" nil (((k eh) 1) ((r ax k) 0) ((t er) 0) ((ax) 0) ((z ey) 1) ((sh ax n) 0))) +("characterizations" nil (((ch eh) 1) ((r ax k) 0) ((t er) 0) ((ih) 0) ((z ey) 1) ((sh ax n z) 0))) +("characterize" nil (((k eh) 1) ((r ax k) 0) ((t er) 0) ((ay z) 1))) +("characterized" nil (((k eh) 1) ((r ax k) 0) ((t er) 0) ((ay z d) 1))) +("characterizes" nil (((k eh) 1) ((r ax k) 0) ((t er) 0) ((ay) 1) ((z ax z) 0))) +("characterizing" nil (((k eh) 1) ((r ih k) 0) ((t er) 0) ((ay) 1) ((z ih ng) 0))) +("characters" nil (((k ae) 1) ((r ih k) 0) ((t er z) 0))) +("charade" nil (((sh er) 0) ((ey d) 1))) +("charades" nil (((sh er) 0) ((ey d z) 1))) +("charalambos" nil (((ch aa) 1) ((r ax) 0) ((l aa m) 1) ((b ow s) 0))) +("charasse" nil (((ch eh) 1) ((r ae s) 0))) +("charboneau" nil (((sh aa r) 1) ((b ax) 0) ((n ow) 0))) +("charbonneau" nil (((sh aa r) 1) ((b ax) 0) ((n ow) 1))) +("charbonnet" nil (((sh aa r) 1) ((b ax) 0) ((n ih t) 0))) +("charcoal" nil (((ch aa r) 1) ((k ow l) 1))) +("charcoals" nil (((ch aa r) 1) ((k ow l z) 1))) +("chard" nil (((ch aa r d) 1))) +("chardonnay" nil (((ch aa r) 0) ((d aa) 1) ((n ey) 0))) +("chardonnays" nil (((ch aa r) 0) ((d aa) 1) ((n ih z) 0))) +("charen" nil (((ch aa) 1) ((r ax n) 0))) +("charest" nil (((ch aa) 0) ((r ey) 1) ((ih s t) 0))) +("charette" nil (((sh er) 0) ((eh t) 1))) +("charge" nil (((ch aa r jh) 1))) +("chargeable" nil (((ch aa r) 1) ((jh ax) 0) ((b ax l) 0))) +("charged" nil (((ch aa r jh d) 1))) +("charger" nil (((ch aa r) 1) ((jh er) 0))) +("chargers" nil (((ch aa r) 1) ((jh er z) 0))) +("charges" nil (((ch aa r) 1) ((jh ax z) 0))) +("chargeurs" nil (((ch aa r) 0) ((g y uw r z) 1))) +("charging" nil (((ch aa r) 1) ((jh ih ng) 0))) +("chargit" nil (((ch aa r) 1) ((jh ih t) 0))) +("chargois" nil (((sh aa r) 0) ((g w aa) 1))) +("chariot" nil (((ch eh) 1) ((r iy) 0) ((ax t) 0))) +("chariots" nil (((ch eh) 1) ((r iy) 0) ((ax t s) 0))) +("charisma" nil (((k er) 0) ((ih z) 1) ((m ax) 0))) +("charismatic" nil (((k eh) 0) ((r ax z) 0) ((m ae) 1) ((t ih k) 0))) +("charismatics" nil (((k eh) 1) ((r ih z) 0) ((m ae) 1) ((t ih k s) 0))) +("charissa" nil (((k aa) 0) ((r iy) 1) ((s ax) 0))) +("charita" nil (((k aa) 0) ((r iy) 1) ((t ax) 0))) +("charitable" nil (((ch ae) 1) ((r ax) 0) ((t ax) 0) ((b ax l) 0))) +("charitably" nil (((ch eh) 1) ((r ih) 0) ((t ax) 0) ((b l iy) 0))) +("charities" nil (((ch eh) 1) ((r ax) 0) ((t iy z) 0))) +("charity" nil (((ch eh) 1) ((r ih) 0) ((t iy) 0))) +("charla" nil (((ch aa r) 1) ((l ax) 0))) +("charland" nil (((ch aa r) 1) ((l ax n d) 0))) +("charlatans" nil (((sh aa r) 1) ((l ax) 0) ((t ax n z) 0))) +("charlayne" nil (((sh aa r) 0) ((l ey n) 1))) +("charlebois" nil (((sh aa r) 1) ((l ih) 0) ((b w aa) 0))) +("charleen" nil (((ch aa r) 0) ((l iy n) 1))) +("charlemagne" nil (((sh aa r) 1) ((l ax) 0) ((m ey n) 1))) +("charlene" nil (((sh aa r) 0) ((l iy n) 1))) +("charles" nil (((ch aa r l z) 1))) +("charleston" nil (((ch aa r l) 1) ((s t ax n) 0))) +("charlestown" nil (((ch aa r l z) 1) ((t aw n) 1))) +("charlesworth" nil (((ch aa r) 1) ((l ih) 0) ((s w er th) 0))) +("charlet" nil (((ch aa r) 1) ((l ih t) 0))) +("charley" nil (((ch aa r) 1) ((l iy) 0))) +("charlie" nil (((ch aa r) 1) ((l iy) 0))) +("charlier" nil (((ch aa r) 1) ((l iy) 0) ((er) 0))) +("charline" nil (((sh aa r) 0) ((l iy n) 1))) +("charlot" nil (((ch aa r) 1) ((l ax t) 0))) +("charlotte" nil (((sh aa r) 1) ((l ax t) 0))) +("charlottesville" nil (((sh aa r) 1) ((l ax t) 0) ((s v ih l) 1))) +("charlottetown" nil (((sh aa r) 1) ((l ax t) 0) ((t aw n) 1))) +("charls" nil (((ch aa r l z) 1))) +("charlson" nil (((ch aa r l) 1) ((s ax n) 0))) +("charlton" nil (((ch aa r l) 1) ((t ax n) 0))) +("charm" nil (((ch aa r m) 1))) +("charmain" nil (((sh aa r) 0) ((m ey n) 1))) +("charmaine" nil (((sh aa r) 0) ((m ey n) 1))) +("charmed" nil (((ch aa r m d) 1))) +("charmer" nil (((ch aa r) 1) ((m er) 0))) +("charmers" nil (((ch aa r) 1) ((m er z) 0))) +("charmian" nil (((ch aa r) 1) ((m iy) 0) ((ax n) 0))) +("charming" nil (((ch aa r) 1) ((m ih ng) 0))) +("charmingly" nil (((ch aa r) 1) ((m ih ng) 0) ((l iy) 0))) +("charmion" nil (((ch aa r) 1) ((m iy) 0) ((ax n) 0))) +("charms" nil (((ch aa r m z) 1))) +("charney" nil (((ch aa r) 1) ((n iy) 0))) +("charnley" nil (((ch aa r n) 1) ((l iy) 0))) +("charnock" nil (((ch aa r) 1) ((n ax k) 0))) +("charon" nil (((k eh) 1) ((r ax n) 0))) +("charpentier" nil (((sh aa r) 1) ((p ax n) 0) ((t ih r) 1))) +("charpie" nil (((ch aa r) 1) ((p iy) 0))) +("charred" nil (((ch aa r d) 1))) +("charren" nil (((ch eh) 1) ((r ax n) 0))) +("charrier" nil (((ch ae) 1) ((r iy) 0) ((er) 0))) +("charron" nil (((ch eh) 1) ((r ax n) 0))) +("charry" nil (((ch ae) 1) ((r iy) 0))) +("chart" nil (((ch aa r t) 1))) +("charted" nil (((ch aa r) 1) ((t ax d) 0))) +("charter" nil (((ch aa r) 1) ((t er) 0))) +("chartered" nil (((ch aa r) 1) ((t er d) 0))) +("charterhouse" nil (((ch aa r) 1) ((t er) 0) ((hh aw s) 1))) +("chartering" nil (((ch aa r) 1) ((t er) 0) ((ih ng) 0))) +("charters" nil (((ch aa r) 1) ((t er z) 0))) +("chartier" nil (((ch aa r) 1) ((t iy) 0) ((er) 0))) +("charting" nil (((ch aa r) 1) ((t ih ng) 0))) +("chartist" nil (((ch aa r) 1) ((t ih s t) 0))) +("chartists" nil (((ch aa r) 1) ((t ih s t s) 0))) +("chartrand" nil (((ch aa r) 1) ((t r ax n d) 0))) +("chartres" nil (((ch aa r) 1) ((t r iy z) 0))) +("charts" nil (((ch aa r t s) 1))) +("chartwell" nil (((ch aa r) 1) ((t w eh l) 1))) +("charvat" nil (((ch aa r) 1) ((v ax t) 0))) +("chary" nil (((ch aa) 1) ((r iy) 0))) +("charyl" nil (((ch ae) 1) ((r ax l) 0))) +("chas" nil (((ch aa r l z) 1))) +("chase" nil (((ch ey s) 1))) +("chased" nil (((ch ey s t) 1))) +("chasen" nil (((ch ey) 1) ((s ax n) 0))) +("chaser" nil (((ch ey) 1) ((s er) 0))) +("chasers" nil (((ch ey) 1) ((s er z) 0))) +("chases" nil (((ch ey) 1) ((s ax z) 0))) +("chasin" nil (((ch ae) 1) ((s ih n) 0))) +("chasing" nil (((ch ey) 1) ((s ih ng) 0))) +("chaska" nil (((ch ae) 1) ((s k ax) 0))) +("chasm" nil (((k ae) 1) ((z ax m) 0))) +("chason" nil (((ch ae) 1) ((s ax n) 0))) +("chasse" nil (((ch ae s) 1))) +("chassis" nil (((ch ae) 1) ((s iy) 0))) +("chastain" nil (((sh ax) 0) ((s t ey n) 1))) +("chaste" nil (((ch ey s t) 1))) +("chasteen" nil (((ch ax) 0) ((s t iy n) 1))) +("chastened" nil (((ch ey) 1) ((s ax n d) 0))) +("chastise" nil (((ch ae) 0) ((s t ay z) 1))) +("chastised" nil (((ch ae) 0) ((s t ay z d) 1))) +("chastises" nil (((ch ae) 0) ((s t ay) 1) ((z ih z) 0))) +("chastising" nil (((ch ae) 0) ((s t ay) 1) ((z ih ng) 0))) +("chastity" nil (((ch ae) 1) ((s t ax) 0) ((t iy) 0))) +("chat" nil (((ch ae t) 1))) +("chatbot" nil (((ch ae t) 1) ((b aa t) 2))) +("chatbox" nil (((ch ae t) 1) ((b aa k s) 2))) +("chateau" nil (((sh ae) 0) ((t ow) 1))) +("chateaux" nil (((sh ax) 0) ((t ow) 1))) +("chatfield" nil (((ch ae t) 1) ((f iy l d) 1))) +("chatgpt" nil (((ch ae t) 1) ((jh iy) 1) ((p iy) 1) ((t iy) 1))) +("chatham" nil (((ch ae) 1) ((t ax m) 0))) +("chatichai" nil (((ch ae) 1) ((t ih) 0) ((ch ay) 1))) +("chatihachi" nil (((ch ae) 1) ((t ih) 0) ((hh aa) 1) ((ch iy) 0))) +("chatman" nil (((ch ae t) 1) ((m ax n) 0))) +("chatmon" nil (((ch ae t) 1) ((m ax n) 0))) +("chats" nil (((ch ae t s) 1))) +("chatswood" nil (((ch ae t) 1) ((s w uh d) 1))) +("chatsworth" nil (((ch ae t) 1) ((s w er th) 1))) +("chattahoochee" nil (((ch ae) 1) ((t ax) 0) ((hh uw) 1) ((ch iy) 0))) +("chattanooga" nil (((ch ae) 1) ((t ax) 0) ((n uw) 1) ((g ax) 0))) +("chatted" nil (((ch ae) 1) ((t ax d) 0))) +("chattel" nil (((ch ae) 1) ((t ax l) 0))) +("chatter" nil (((ch ae) 1) ((t er) 0))) +("chattering" nil (((ch ae) 1) ((t er) 0) ((ih ng) 0))) +("chatterjee" nil (((ch ax) 0) ((t er) 1) ((jh iy) 0))) +("chatterton" nil (((ch ae) 1) ((t er) 0) ((t ax n) 0))) +("chattin" nil (((ch ae) 1) ((t ih n) 0))) +("chatting" nil (((ch ae) 1) ((t ih ng) 0))) +("chatty" nil (((ch ae) 1) ((t iy) 0))) +("chatwal" nil (((ch ae) 1) ((t w ao l) 1))) +("chatwin" nil (((ch ae) 1) ((t w ih n) 0))) +("chatz" nil (((ch ae t s) 1))) +("chau" nil (((sh ow) 1))) +("chaucer" nil (((ch ao) 1) ((s er) 0))) +("chaudhry" nil (((ch ao) 1) ((d r iy) 0))) +("chaudoin" nil (((sh ow) 0) ((d oy n) 1))) +("chauffeur" nil (((sh ow) 0) ((f er) 1))) +("chauffeured" nil (((sh ow) 0) ((f er d) 1))) +("chauffeurs" nil (((sh ow) 0) ((f er z) 1))) +("chaumet" nil (((ch ao) 1) ((m ih t) 0))) +("chaunce" nil (((ch ao n s) 1))) +("chauncey" nil (((ch ao n) 1) ((s iy) 0))) +("chauncy" nil (((ch ao n) 1) ((s iy) 0))) +("chaus" nil (((ch aw s) 1))) +("chausse" nil (((ch aw s) 1))) +("chaussee" nil (((ch aw) 1) ((s iy) 0))) +("chautauqua" nil (((sh ax) 0) ((t ao) 1) ((k w ax) 0))) +("chautauquans" nil (((sh ax) 0) ((t ao) 1) ((k w ax n z) 0))) +("chauvin" nil (((sh ow) 0) ((v ae n) 1))) +("chauvinism" nil (((sh ow) 1) ((v ax) 0) ((n ih) 1) ((z ax m) 0))) +("chauvinist" nil (((sh ow) 1) ((v ax) 0) ((n ax s t) 0))) +("chauvinistic" nil (((ch ow) 1) ((v ax) 0) ((n ih) 1) ((s t ih k) 0))) +("chavarria" nil (((ch ax) 0) ((v ae) 1) ((r iy) 0) ((ax) 0))) +("chavers" nil (((ch ey) 1) ((v er z) 0))) +("chaves" nil (((ch ey v z) 1))) +("chavez" nil (((sh aa) 1) ((v eh z) 0))) +("chavin" nil (((ch ey) 1) ((v ih n) 0))) +("chavira" nil (((k aa) 0) ((v ih) 1) ((r ax) 0))) +("chavis" nil (((ch ae) 1) ((v ih s) 0))) +("chavous" nil (((sh ax) 0) ((v ao s) 1))) +("chaw" nil (((ch ao) 1))) +("chawla" nil (((ch ao) 1) ((l ax) 0))) +("chazanoff" nil (((ch ae) 1) ((z ax) 0) ((n ao f) 0))) +("chazen" nil (((ch ey) 1) ((z ax n) 0))) +("chazov" nil (((ch ae) 1) ((z aa v) 0))) +("che" nil (((ch eh) 1))) +("chea" nil (((ch iy) 1))) +("cheadle" nil (((ch iy) 1) ((d ax l) 0))) +("cheane" nil (((ch iy n) 1))) +("cheaney" nil (((ch iy) 1) ((n iy) 0))) +("cheap" nil (((ch iy p) 1))) +("cheapen" nil (((ch iy) 1) ((p ax n) 0))) +("cheapened" nil (((ch iy) 1) ((p ax n d) 0))) +("cheapening" nil (((ch iy) 1) ((p ax) 0) ((n ih ng) 0))) +("cheaper" nil (((ch iy) 1) ((p er) 0))) +("cheapest" nil (((ch iy) 1) ((p ax s t) 0))) +("cheaply" nil (((ch iy) 1) ((p l iy) 0))) +("cheapness" nil (((ch iy p) 1) ((n ax s) 0))) +("cheapo" nil (((ch iy) 1) ((p ow) 1))) +("cheapskate" nil (((ch iy p) 1) ((s k ey t) 1))) +("cheat" nil (((ch iy t) 1))) +("cheated" nil (((ch iy) 1) ((t ax d) 0))) +("cheaters" nil (((ch iy) 1) ((t er z) 0))) +("cheatham" nil (((ch iy) 1) ((t ax m) 0))) +("cheating" nil (((ch iy) 1) ((t ih ng) 0))) +("cheats" nil (((ch iy t s) 1))) +("cheatum" nil (((ch iy) 1) ((t ax m) 0))) +("cheatwood" nil (((ch iy) 1) ((t w uh d) 1))) +("chebrikov" nil (((ch eh) 1) ((b r ih) 0) ((k aa v) 1))) +("checchi" nil (((ch eh) 1) ((k iy) 0))) +("chechen" nil (((ch eh) 1) ((ch ih n) 0))) +("chechens" nil (((ch eh) 1) ((ch ih n z) 0))) +("chechnya" nil (((ch eh ch) 1) ((n iy) 0) ((ax) 0))) +("chechnyan" nil (((ch eh ch) 1) ((n iy) 0) ((ax n) 0))) +("check" nil (((ch eh k) 1))) +("checkbook" nil (((ch eh k) 1) ((b uh k) 1))) +("checkbooks" nil (((ch eh k) 1) ((b uh k s) 1))) +("checked" nil (((ch eh k t) 1))) +("checker" nil (((ch eh) 1) ((k er) 0))) +("checkerboard" nil (((ch eh) 1) ((k er) 0) ((b ao r d) 1))) +("checkerboarding" nil (((ch eh) 1) ((k er) 0) ((b ao r) 1) ((d ih ng) 0))) +("checkerboards" nil (((ch eh) 1) ((k er) 0) ((b ao r d z) 1))) +("checkered" nil (((ch eh) 1) ((k er d) 0))) +("checkers" nil (((ch eh) 1) ((k er z) 0))) +("checkerspot" nil (((ch eh) 1) ((k er) 0) ((s p aa t) 1))) +("checketts" nil (((ch eh) 1) ((k ih t s) 0))) +("checking" nil (((ch eh) 1) ((k ih ng) 0))) +("checklist" nil (((ch eh) 1) ((k l ih s t) 1))) +("checkmate" nil (((ch eh k) 1) ((m ey t) 1))) +("checkoff" nil (((ch eh) 1) ((k ao f) 1))) +("checkout" nil (((ch eh) 1) ((k aw t) 1))) +("checkouts" nil (((ch eh) 1) ((k aw t s) 1))) +("checkpoint" nil (((ch eh k) 1) ((p oy n t) 1))) +("checkpoints" nil (((ch eh k) 1) ((p oy n t s) 1))) +("checks" nil (((ch eh k s) 1))) +("checkup" nil (((ch eh) 1) ((k ah p) 1))) +("checkups" nil (((ch eh) 1) ((k ah p s) 1))) +("cheddar" nil (((ch eh) 1) ((d er) 0))) +("cheddars" nil (((ch eh) 1) ((d er z) 0))) +("chedester" nil (((ch eh) 1) ((d ih) 0) ((s t er) 0))) +("chee" nil (((ch iy) 1))) +("cheech" nil (((ch iy ch) 1))) +("cheek" nil (((ch iy k) 1))) +("cheekbones" n (((ch iy k) 1) ((b ow n z) 0))) +("cheeked" nil (((ch iy k t) 1))) +("cheeks" nil (((ch iy k s) 1))) +("cheeky" nil (((ch iy) 1) ((k iy) 0))) +("cheely" nil (((ch iy) 1) ((l iy) 0))) +("cheer" nil (((ch ih r) 1))) +("cheered" nil (((ch ih r d) 1))) +("cheerful" nil (((ch ih r) 1) ((f ax l) 0))) +("cheerfully" nil (((ch ih r) 1) ((f ax) 0) ((l iy) 0))) +("cheerily" n (((ch iy) 1) ((r ax) 0) ((l iy) 0))) +("cheering" nil (((ch ih) 1) ((r ih ng) 0))) +("cheerios" nil (((ch ih) 1) ((r iy) 0) ((ow s) 0))) +("cheerleader" nil (((ch ih r) 1) ((l iy) 1) ((d er) 0))) +("cheerleaders" nil (((ch ih r) 1) ((l iy) 1) ((d er z) 0))) +("cheerleading" nil (((ch ih r) 1) ((l iy) 1) ((d ih ng) 0))) +("cheers" nil (((ch ih r z) 1))) +("cheery" nil (((ch ih) 1) ((r iy) 0))) +("cheese" nil (((ch iy z) 1))) +("cheeseburger" nil (((ch iy z) 1) ((b er) 0) ((g er) 0))) +("cheeseburgers" nil (((ch iy z) 1) ((b er) 0) ((g er z) 0))) +("cheesecake" nil (((ch iy z) 1) ((k ey k) 1))) +("cheeseman" nil (((ch iy z) 1) ((m ax n) 0))) +("cheeses" nil (((ch iy) 1) ((z ih z) 0))) +("cheesier" nil (((ch iy) 1) ((z iy) 0) ((er) 0))) +("cheesiest" nil (((ch iy) 1) ((z iy) 0) ((ih s t) 0))) +("cheesman" nil (((ch iy z) 1) ((m ax n) 0))) +("cheesy" nil (((ch iy) 1) ((z iy) 0))) +("cheetah" nil (((ch iy) 1) ((t ax) 0))) +("cheetal" nil (((ch iy) 1) ((t ax l) 0))) +("cheetham" nil (((ch iy) 1) ((th ax m) 0))) +("cheever" nil (((ch iy) 1) ((v er) 0))) +("chef" nil (((sh eh f) 1))) +("chefitz" nil (((ch eh) 1) ((f ih t s) 0))) +("chefs" nil (((sh eh f s) 1))) +("cheil" nil (((ch ay l) 1))) +("chek" nil (((ch eh k) 1))) +("chekhov" nil (((ch eh) 1) ((k aa v) 0))) +("chelan" nil (((ch eh) 1) ((l ax n) 0))) +("chelette" nil (((sh ih) 0) ((l eh t) 1))) +("chelf" nil (((ch eh l f) 1))) +("chell" nil (((ch eh l) 1))) +("chellis" nil (((ch eh) 1) ((l ih s) 0))) +("chelmsford" nil (((ch eh l m) 1) ((s f er d) 0))) +("chelsea" nil (((ch eh l) 1) ((s iy) 0))) +("chem" nil (((k eh m) 1))) +("chema" nil (((ch eh) 1) ((m aa) 0))) +("chemclear" nil (((ch eh m) 1) ((k l ih r) 1))) +("chemdesign" nil (((ch eh m) 1) ((d ax) 0) ((z ay n) 1))) +("chemed" nil (((k eh) 1) ((m eh d) 0))) +("chemetron" nil (((ch eh) 1) ((m ax) 0) ((t r aa n) 0))) +("chemfix" nil (((ch eh m) 1) ((f ih k s) 0))) +("chemical" nil (((k eh) 1) ((m ax) 0) ((k ax l) 0))) +("chemically" nil (((k eh) 1) ((m ax) 0) ((k l iy) 0))) +("chemicals" nil (((k eh) 1) ((m ih) 0) ((k ax l z) 0))) +("chemie" nil (((ch eh) 1) ((m iy) 0))) +("chemins" nil (((ch eh) 1) ((m ih n z) 0))) +("chemise" nil (((sh ax) 0) ((m iy z) 1))) +("chemist" nil (((k eh) 1) ((m ih s t) 0))) +("chemistry" nil (((k eh) 1) ((m ax) 0) ((s t r iy) 0))) +("chemists" nil (((k eh) 1) ((m ax s t s) 0))) +("chemlawn" nil (((k eh m) 1) ((l ao n) 1))) +("chemotherapy" nil (((k iy) 1) ((m ow) 0) ((th eh) 1) ((r ax) 0) ((p iy) 0))) +("chen" nil (((ch eh n) 1))) +("chenard" nil (((ch eh) 1) ((n er d) 0))) +("chenault" nil (((sh ih) 0) ((n ow) 1))) +("chenchen" nil (((ch eh n) 1) ((ch eh n) 1))) +("chenette" nil (((sh ih) 0) ((n eh t) 1))) +("chenevert" nil (((ch eh) 1) ((n ih) 0) ((v er t) 0))) +("cheney" nil (((ch ey) 1) ((n iy) 0))) +("cheng" nil (((ch eh ng) 1))) +("chengde" nil (((ch ah ng) 0) ((d ah) 0))) +("chengdu" nil (((ch ah ng) 0) ((d uw) 1))) +("chengxiang" nil (((ch eh ng) 1) ((sh aa ng) 1))) +("chenhui" nil (((ch eh n) 1) ((hh w ey) 1))) +("chenier" nil (((ch iy) 1) ((n iy) 0) ((er) 0))) +("chennai" nil (((ch eh) 2) ((n ay) 1))) +("chennault" nil (((ch eh) 1) ((n ao l t) 0))) +("chenoweth" nil (((ch eh) 1) ((n aw) 0) ((eh th) 0))) +("chenyu" nil (((ch eh n) 1) ((y uw) 1))) +("chenzhou" nil (((ch eh n) 1) ((jh ow) 1))) +("cheong" nil (((ch iy) 1) ((aa ng) 0))) +("cheque" n (((ch eh k) 1))) +("cheques" n (((ch eh k s) 1))) +("chequing" n (((ch eh) 1) ((k ax ng) 0))) +("cher" nil (((sh eh r) 1))) +("cheramie" nil (((ch eh) 1) ((r ax) 0) ((m iy) 0))) +("cheri" nil (((k eh) 1) ((r iy) 0))) +("cherico" nil (((k er) 0) ((iy) 1) ((k ow) 0))) +("cherie" nil (((ch ih) 1) ((r iy) 0))) +("cherish" nil (((ch eh) 1) ((r ih sh) 0))) +("cherished" nil (((ch eh) 1) ((r ih sh t) 0))) +("cherishes" nil (((ch eh) 1) ((r ih) 0) ((sh ih z) 0))) +("chermak" nil (((ch er) 1) ((m ax k) 0))) +("chern" nil (((ch er n) 1))) +("cherne" nil (((ch er n) 1))) +("chernenko" nil (((ch er) 0) ((n eh ng) 1) ((k ow) 0))) +("cherney" nil (((ch er) 1) ((n iy) 0))) +("chernick" nil (((ch er) 1) ((n ih k) 0))) +("chernin" nil (((ch er) 1) ((n ih n) 0))) +("chernobyl" nil (((ch er) 0) ((n ow) 1) ((b ax l) 0))) +("chernoff" nil (((k er) 1) ((n ao f) 0))) +("chernomyrdin" nil (((ch eh r) 1) ((n ow) 0) ((m ih r) 1) ((d ax n) 0))) +("chernow" nil (((ch er) 1) ((n ow) 0))) +("cherny" nil (((ch er) 1) ((n iy) 0))) +("cherokee" nil (((ch eh) 1) ((r ax) 0) ((k iy) 1))) +("cherokees" nil (((ch eh) 1) ((r ax) 0) ((k iy z) 1))) +("cherrapunji" nil (((ch eh) 1) ((r ax) 0) ((p ah n) 1) ((jh iy) 0))) +("cherrier" nil (((ch eh) 1) ((r iy) 0) ((er) 0))) +("cherries" nil (((ch eh) 1) ((r iy z) 0))) +("cherrington" nil (((ch eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("cherry" nil (((ch eh) 1) ((r iy) 0))) +("cherrystones" nil (((ch eh) 1) ((r iy) 0) ((s t ow n z) 1))) +("chert" nil (((ch er t) 1))) +("chertkow" nil (((ch er t) 1) ((k aw) 0))) +("chertoff" nil (((ch er) 1) ((t aa f) 0))) +("cherts" nil (((ch er t s) 1))) +("cherub" nil (((ch eh) 1) ((r ax b) 0))) +("cherubic" nil (((ch er) 0) ((uw) 1) ((b ih k) 0))) +("cherubini" nil (((k er) 0) ((uw) 0) ((b iy) 1) ((n iy) 0))) +("cherubs" nil (((ch eh) 1) ((r ax b z) 0))) +("cherumirdan" nil (((ch eh) 1) ((r ax) 0) ((m ih r) 1) ((d ax n) 0))) +("chervenak" nil (((ch er) 1) ((v ih) 0) ((n ae k) 0))) +("chery" nil (((ch eh) 1) ((r iy) 0))) +("cheryl" nil (((sh eh) 1) ((r ax l) 0))) +("ches" nil (((ch eh s) 1))) +("chesapeake" nil (((ch eh) 1) ((s ax) 0) ((p iy k) 1))) +("chesbro" nil (((k eh s) 1) ((b r ow) 0))) +("chesebro" nil (((k eh) 0) ((s eh) 1) ((b r ow) 0))) +("chesebrough" nil (((ch eh) 1) ((s ax) 0) ((b r uw) 0))) +("chesher" nil (((ch eh) 1) ((sh er) 0))) +("cheshier" nil (((ch eh) 1) ((sh iy) 0) ((er) 0))) +("cheshire" nil (((ch eh) 1) ((sh er) 0))) +("chesler" nil (((ch eh) 1) ((s ax) 0) ((l er) 0))) +("chesley" nil (((ch eh) 1) ((s l iy) 0))) +("cheslock" nil (((ch eh) 1) ((s l ax k) 0))) +("chesney" nil (((ch eh) 1) ((s n iy) 0))) +("chesnut" nil (((ch eh) 1) ((s n ah t) 1))) +("chesnutt" nil (((sh ih) 0) ((s n ah t) 1))) +("chess" nil (((ch eh s) 1))) +("chessboard" nil (((ch eh s) 1) ((b ao r d) 1))) +("chesser" nil (((ch eh) 1) ((s er) 0))) +("chessher" nil (((ch eh) 1) ((sh er) 0))) +("chesshir" nil (((sh ih) 0) ((sh er) 1))) +("chessman" nil (((ch eh) 1) ((s m ax n) 0))) +("chesson" nil (((ch eh) 1) ((s ax n) 0))) +("chest" nil (((ch eh s t) 1))) +("chestang" nil (((ch eh) 1) ((s t ax ng) 0))) +("chested" nil (((ch eh) 1) ((s t ax d) 0))) +("chester" nil (((ch eh) 1) ((s t er) 0))) +("chesterfield" nil (((ch eh) 1) ((s t er) 0) ((f iy l d) 1))) +("chesterman" nil (((ch eh) 1) ((s t er) 0) ((m ax n) 0))) +("chesters" nil (((ch eh) 1) ((s t er z) 0))) +("chesterton" nil (((ch eh) 1) ((s t er) 0) ((t ax n) 0))) +("chestman" nil (((ch eh s t) 1) ((m ax n) 0))) +("chestnut" nil (((ch eh) 1) ((s n ah t) 1))) +("chestnuts" nil (((ch eh) 1) ((s n ax t s) 0))) +("chestnutt" nil (((ch eh s t) 1) ((n ax t) 0))) +("cheston" nil (((ch eh) 1) ((s t ax n) 0))) +("chests" nil (((ch eh s t s) 1))) +("chet" nil (((ch eh t) 1))) +("chetwin" nil (((ch eh) 1) ((t w ih n) 0))) +("cheung" nil (((ch) 0) ((y uw ng) 1))) +("cheuse" nil (((ch uw s) 1))) +("cheuvront" nil (((sh uw) 0) ((v r aa n t) 1))) +("chevalier" nil (((sh eh) 1) ((v ax) 0) ((l ih r) 1))) +("cheverly" nil (((ch eh) 1) ((v er) 0) ((l iy) 0))) +("cheves" nil (((ch iy v z) 1))) +("chevette" nil (((sh ax) 0) ((v eh t) 1))) +("chevies" nil (((ch eh) 1) ((v iy z) 0))) +("cheviot" nil (((sh eh) 1) ((v iy) 0) ((ax t) 0))) +("cheviots" nil (((ch iy) 1) ((v iy) 0) ((ax t s) 0))) +("chevis" nil (((ch eh) 1) ((v ih s) 0))) +("chevrette" nil (((sh ih) 0) ((v r eh t) 1))) +("chevrier" nil (((ch eh) 1) ((v er) 0) ((iy) 0) ((er) 0))) +("chevrolet" nil (((sh eh) 1) ((v r ax) 0) ((l ey) 1))) +("chevrolets" nil (((sh eh) 1) ((v r ax) 0) ((l ey z) 1))) +("chevron" nil (((sh eh) 1) ((v r ax n) 0))) +("chevy" nil (((ch eh) 1) ((v iy) 0))) +("chevys" nil (((ch eh) 1) ((v ih s) 0))) +("chew" nil (((ch uw) 1))) +("chewed" nil (((ch uw d) 1))) +("chewing" nil (((ch uw) 1) ((ih ng) 0))) +("chewning" nil (((ch uw) 1) ((n ih ng) 0))) +("chews" nil (((ch uw z) 1))) +("chewy" nil (((ch uw) 1) ((iy) 0))) +("cheyenne" nil (((sh ay) 0) ((ae n) 1))) +("cheyne" nil (((ch ey n) 1))) +("cheyney" nil (((ch ey) 1) ((n iy) 0))) +("chez" nil (((ch eh z) 1))) +("chi" nil (((k ay) 1))) +("chi" nil (((ch uh) 1))) +("chia" nil (((ch iy) 1) ((ax) 0))) +("chianese" nil (((k iy) 0) ((aa) 0) ((n ey) 1) ((z iy) 0))) +("chiang" nil (((ch ae ng) 1))) +("chianti" nil (((ch iy) 0) ((ae n) 1) ((t iy) 0))) +("chiapas" nil (((ch iy) 0) ((aa) 1) ((p ax s) 0))) +("chiapparone" nil (((ch iy) 0) ((ae) 1) ((p er) 0) ((ow n) 1))) +("chiappetta" nil (((k iy) 0) ((aa) 0) ((p eh) 1) ((t ax) 0))) +("chiappone" nil (((k iy) 0) ((aa) 0) ((p ow) 1) ((n iy) 0))) +("chiara" nil (((k y aa) 1) ((r ax) 0))) +("chiaramonte" nil (((k iy) 0) ((aa) 0) ((r aa) 0) ((m ow n) 1) ((t iy) 0))) +("chiarella" nil (((k iy) 0) ((aa) 0) ((r eh) 1) ((l ax) 0))) +("chiarelli" nil (((k iy) 0) ((aa) 0) ((r eh) 1) ((l iy) 0))) +("chiarello" nil (((k iy) 0) ((aa) 0) ((r eh) 1) ((l ow) 0))) +("chiarenza" nil (((k iy) 0) ((aa) 0) ((r eh n) 1) ((z ax) 0))) +("chiaro" nil (((k iy) 0) ((aa) 1) ((r ow) 0))) +("chiasson" nil (((ch iy) 0) ((aa) 1) ((s ax n) 0))) +("chiat" nil (((ch iy) 1) ((ae t) 0))) +("chiavetta" nil (((k iy) 0) ((aa) 0) ((v eh) 1) ((t ax) 0))) +("chiba" nil (((ch iy) 1) ((b ax) 0))) +("chic" nil (((sh iy k) 1))) +("chicago" nil (((sh ax) 0) ((k aa) 1) ((g ow) 1))) +("chicagoan" nil (((ch ih) 1) ((k ax) 0) ((g ow n) 1))) +("chicagoans" nil (((sh ax) 0) ((k aa) 1) ((g ow) 1) ((ax n z) 0))) +("chicanery" nil (((sh ih) 0) ((k ey) 1) ((n er) 0) ((iy) 0))) +("chicano" nil (((ch ih) 0) ((k aa) 1) ((n ow) 0))) +("chichauha" nil (((ch iy) 1) ((ch aw) 1) ((ax) 0))) +("chichester" nil (((ch ih) 1) ((ch eh) 0) ((s t er) 0))) +("chick" nil (((ch ih k) 1))) +("chickasaw" nil (((ch ih) 1) ((k ax) 0) ((s ao) 1))) +("chickasaws" nil (((ch ih) 1) ((k ax) 0) ((s ao z) 1))) +("chicken" nil (((ch ih) 1) ((k ax n) 0))) +("chickened" nil (((ch ih) 1) ((k ax n d) 0))) +("chickens" nil (((ch ih) 1) ((k ax n z) 0))) +("chickering" nil (((ch ih) 1) ((k er) 0) ((ih ng) 0))) +("chicks" nil (((ch ih k s) 1))) +("chico" nil (((ch iy) 1) ((k ow) 1))) +("chicoine" nil (((ch ih) 0) ((k oy n) 1))) +("chicots" nil (((ch ih) 1) ((k ax t s) 0))) +("chide" nil (((ch ay d) 1))) +("chided" nil (((ch ay) 1) ((d ih d) 0))) +("chides" nil (((ch ay d z) 1))) +("chidester" nil (((ch ih) 1) ((d ih) 0) ((s t er) 0))) +("chiding" nil (((ch ay) 1) ((d ih ng) 0))) +("chidsey" nil (((ch ih d) 1) ((z iy) 0))) +("chifeng" nil (((ch uh) 1) ((f ow ng) 1))) +("chief" nil (((ch iy f) 1))) +("chiefdom" nil (((ch iy f) 1) ((d ax m) 0))) +("chieffo" nil (((k iy) 1) ((f ow) 0))) +("chiefly" nil (((ch iy) 1) ((f l iy) 0))) +("chiefs" nil (((ch iy f s) 1))) +("chieftain" nil (((ch iy f) 1) ((t ax n) 0))) +("chieftains" nil (((ch iy f) 1) ((t ax n z) 0))) +("chien" nil (((ch eh n) 1))) +("chiengmai" nil (((ch eh ng) 1) ((m ay) 1))) +("chiesa" nil (((k iy) 1) ((s ax) 0))) +("chiggers" nil (((ch ih) 1) ((g er z) 0))) +("chihuahua" nil (((ch ax) 0) ((w aa) 1) ((w aa) 1))) +("chikane" nil (((ch ih) 0) ((k aa) 1) ((n ey) 0))) +("chikos" nil (((ch iy) 1) ((k ow s) 0))) +("chilcoat" nil (((ch ih l) 1) ((k ow t) 1))) +("chilcote" nil (((ch ih l) 1) ((k ow t) 1))) +("chilcott" nil (((ch ih l) 1) ((k ax t) 0))) +("chilcutt" nil (((ch ih l) 1) ((k ax t) 0))) +("child" nil (((ch ay l d) 1))) +("childbearing" nil (((ch ay l d) 1) ((b eh) 1) ((r ih ng) 0))) +("childbirth" nil (((ch ay l d) 1) ((b er th) 1))) +("childcare" nil (((ch ay l d) 1) ((k eh r) 1))) +("childcraft" nil (((ch ay l d) 1) ((k r ae f t) 1))) +("childe" nil (((ch ih l d) 1))) +("childers" nil (((ch ih l) 1) ((d er z) 0))) +("childhood" nil (((ch ay l d) 1) ((hh uh d) 1))) +("childish" nil (((ch ay l) 1) ((d ih sh) 0))) +("childless" nil (((ch ay l d) 1) ((l ax s) 0))) +("childlike" nil (((ch ay l d) 1) ((l ay k) 1))) +("childree" nil (((ch ay l) 0) ((d r iy) 1))) +("children" nil (((ch ih l) 1) ((d r ax n) 0))) +("childrens" nil (((ch ih l) 1) ((d r ax n z) 0))) +("childres" nil (((ch ay l) 1) ((d er z) 0))) +("childress" nil (((ch ih l) 1) ((d r ih s) 0))) +("childrey" nil (((ch ih l) 1) ((d r iy) 0))) +("childs" nil (((ch ay l d z) 1))) +("chile" nil (((ch ih) 1) ((l iy) 0))) +("chilean" nil (((ch ih) 1) ((l iy) 0) ((ax n) 0))) +("chileans" nil (((ch ih) 1) ((l iy) 0) ((ax n z) 0))) +("chiles" nil (((ch ay l z) 1))) +("chili" nil (((ch ih) 1) ((l iy) 0))) +("chilies" nil (((ch ih) 1) ((l iy z) 0))) +("chill" nil (((ch ih l) 1))) +("chilled" nil (((ch ih l d) 1))) +("chillemi" nil (((k iy) 0) ((l eh) 1) ((m iy) 0))) +("chillier" nil (((ch ih) 1) ((l iy) 0) ((er) 0))) +("chilling" nil (((ch ih) 1) ((l ih ng) 0))) +("chillingly" nil (((ch ih) 1) ((l ih ng) 0) ((l iy) 0))) +("chills" nil (((ch ih l z) 1))) +("chilly" nil (((ch ih) 1) ((l iy) 0))) +("chilmark" nil (((ch ih l) 1) ((m aa r k) 1))) +("chilson" nil (((ch ih l) 1) ((s ax n) 0))) +("chilton" nil (((ch ih l) 1) ((t ax n) 0))) +("chime" nil (((ch ay m) 1))) +("chimed" nil (((ch ay m d) 1))) +("chimelong" nil (((ch ay m) 1) ((l ao ng) 1))) +("chimenti" nil (((ch ih) 0) ((m eh n) 1) ((t iy) 0))) +("chimento" nil (((ch ih) 0) ((m eh n) 1) ((t ow) 0))) +("chimera" nil (((ch ih) 0) ((m eh) 1) ((r ax) 0))) +("chimerine" nil (((ch ih) 1) ((m er) 0) ((iy n) 1))) +("chimes" nil (((ch ay m z) 1))) +("chimicles" nil (((ch ih) 1) ((m ih) 0) ((k ax l z) 0))) +("chimie" nil (((ch ih) 1) ((m iy) 0))) +("chimney" nil (((ch ih m) 1) ((n iy) 0))) +("chimneys" nil (((ch ih m) 1) ((n iy z) 0))) +("chimp" nil (((ch ih m p) 1))) +("chimpanzee" nil (((ch ih m) 0) ((p ae n) 1) ((z iy) 0))) +("chimpanzees" nil (((ch ih m) 0) ((p ae n) 1) ((z iy z) 0))) +("chimps" nil (((ch ih m p s) 1))) +("chin" nil (((ch ih n) 1))) +("china" nil (((ch ay) 1) ((n ax) 0))) +("chinaAMC" nil (((ch ay) 1) ((n ax) 0) ((ey) 1) ((eh m) 1) ((s iy) 1))) +("chinatown" nil (((ch ay) 1) ((n ax) 0) ((t aw n) 1))) +("chinchilla" nil (((ch ih n) 0) ((ch ih) 1) ((l ax) 0))) +("chinen" nil (((ch ih) 1) ((n ax n) 0))) +("chinese" nil (((ch ay) 0) ((n iy z) 1))) +("ching" nil (((ch ih ng) 1))) +("chinh" nil (((ch ih n) 1))) +("chink" nil (((ch ih ng k) 1))) +("chinks" nil (((ch ih ng k s) 1))) +("chinn" nil (((ch ih n) 1))) +("chinnici" nil (((k iy) 0) ((n iy) 1) ((ch iy) 0))) +("chinnock" nil (((ch ih) 1) ((n ax k) 0))) +("chino" nil (((ch iy) 1) ((n ow) 0))) +("chinook" nil (((sh ih) 0) ((n uh k) 1))) +("chinooks" nil (((ch ih) 0) ((n uh k s) 1))) +("chinoy" nil (((ch ih) 1) ((n oy) 1))) +("chintung" nil (((ch ih n) 1) ((t ax ng) 0))) +("chintzy" nil (((ch ih n t) 1) ((s iy) 0))) +("chiodo" nil (((k iy) 0) ((ow) 1) ((d ow) 0))) +("chip" nil (((ch ih p) 1))) +("chipboard" nil (((ch ih p) 1) ((b ao r d) 1))) +("chipcom" nil (((ch ih p) 1) ((k aa m) 1))) +("chipello" nil (((ch ih) 0) ((p eh) 1) ((l ow) 0))) +("chipley" nil (((ch ih) 1) ((p l iy) 0))) +("chipmaker" nil (((ch ih p) 1) ((m ey) 1) ((k er) 0))) +("chipmakers" nil (((ch ih p) 1) ((m ey) 1) ((k er z) 0))) +("chipman" nil (((ch ih p) 1) ((m ax n) 0))) +("chipote" nil (((ch ih) 0) ((p ow t) 1))) +("chipped" nil (((ch ih p t) 1))) +("chipper" nil (((ch ih) 1) ((p er) 0))) +("chippewa" nil (((ch ih) 1) ((p ax) 0) ((w aa) 1))) +("chipping" nil (((ch ih) 1) ((p ih ng) 0))) +("chipps" nil (((ch ih p s) 1))) +("chips" nil (((ch ih p s) 1))) +("chipsoft" nil (((ch ih p) 1) ((s ao f t) 1))) +("chiquita" nil (((k ih) 0) ((k w iy) 1) ((t ax) 0))) +("chirac" nil (((sh ih) 0) ((r ae k) 1))) +("chirco" nil (((k ih r) 1) ((k ow) 0))) +("chirico" nil (((k ih) 0) ((r iy) 1) ((k ow) 0))) +("chiron" nil (((ch ay) 1) ((r ax n) 0))) +("chiropractic" nil (((k ay) 1) ((r ow) 0) ((p r ae k) 1) ((t ih k) 0))) +("chiropractor" nil (((k ay) 1) ((r ax) 0) ((p r ae k) 1) ((t er) 0))) +("chiropractors" nil (((k ay) 1) ((r ax) 0) ((p r ae k) 1) ((t er z) 0))) +("chirp" nil (((ch er p) 1))) +("chirping" nil (((ch er) 1) ((p ih ng) 0))) +("chirps" nil (((ch er p s) 1))) +("chirpy" nil (((ch er) 1) ((p iy) 0))) +("chisam" nil (((ch ih) 1) ((s ax m) 0))) +("chisel" nil (((ch ih) 1) ((z ax l) 0))) +("chiseled" nil (((ch ih) 1) ((z ax l d) 0))) +("chisels" nil (((ch ih) 1) ((z ax l z) 0))) +("chisenhall" nil (((ch ih) 0) ((s eh n) 1) ((hh ax l) 0))) +("chisholm" nil (((ch ih) 1) ((z ax m) 0))) +("chisler" nil (((ch ih) 1) ((s ax) 0) ((l er) 0))) +("chism" nil (((ch ih) 1) ((z ax m) 0))) +("chisman" nil (((ch ih) 1) ((s m ax n) 0))) +("chismar" nil (((ch ih z) 1) ((m er) 0))) +("chisolm" nil (((ch ih) 1) ((s ow m) 0))) +("chisom" nil (((ch ih) 1) ((s ax m) 0))) +("chissano" nil (((ch ih) 0) ((s aa) 1) ((n ow) 0))) +("chisum" nil (((ch ih) 1) ((z ax m) 0))) +("chit" nil (((ch ih t) 1))) +("chitchat" nil (((ch ih t) 1) ((ch ae t) 1))) +("chitinous" nil (((k ay) 1) ((t ax) 0) ((n ax s) 0))) +("chitra" nil (((ch ih) 1) ((t r ax) 0))) +("chitrao" nil (((ch ih) 1) ((t r aw) 0))) +("chittenden" nil (((ch ih) 1) ((t ax n) 0) ((d ax n) 0))) +("chittick" nil (((ch ih) 1) ((t ih k) 0))) +("chittum" nil (((ch ih) 1) ((t ax m) 0))) +("chitty" nil (((ch ih) 1) ((t iy) 0))) +("chitwood" nil (((ch ih) 1) ((t w uh d) 1))) +("chiu" nil (((ch uw) 1))) +("chiusano" nil (((k iy) 0) ((uw) 0) ((s aa) 1) ((n ow) 0))) +("chivalry" nil (((sh ih) 1) ((v ax l) 0) ((r iy) 0))) +("chivas" nil (((ch iy) 1) ((v ax s) 0))) +("chivers" nil (((ch ay) 1) ((v er z) 0))) +("chives" nil (((ch ay v z) 1))) +("chiyoda" nil (((ch ih) 0) ((y ow) 1) ((d ax) 0))) +("chizek" nil (((ch ih) 1) ((z eh k) 0))) +("chizhou" nil (((ch uh) 1) ((jh ow) 1))) +("chizmar" nil (((ch ih z) 1) ((m er) 0))) +("chlebowski" nil (((ch) 0) ((l ih) 0) ((b ao f) 1) ((s k iy) 0))) +("chloe" nil (((k l ow) 1) ((iy) 0))) +("chlorate" nil (((k l ao) 1) ((r ey t) 0))) +("chlordane" nil (((k l ao r) 1) ((d ey n) 1))) +("chloride" nil (((k l ao) 1) ((r ay d) 0))) +("chlorinated" nil (((k l ao) 1) ((r ax) 0) ((n ey) 1) ((t ax d) 0))) +("chlorinating" nil (((k l ao) 1) ((r ax) 0) ((n ey) 1) ((t ih ng) 0))) +("chlorine" nil (((k l ao) 1) ((r iy n) 0))) +("chloris" nil (((k l ao) 1) ((r ih s) 0))) +("chlorofluorocarbon" nil (((k l ao) 0) ((r ow) 0) ((f l ao) 1) ((r ow) 0) ((k aa r) 1) ((b aa n) 0))) +("chlorofluorocarbons" nil (((k l ao) 1) ((r ow) 0) ((f l ao) 1) ((r ow) 0) ((k aa r) 1) ((b aa n z) 0))) +("chloroform" nil (((k l ao) 1) ((r ax) 0) ((f ao r m) 1))) +("chlorophyll" nil (((k l ao) 1) ((r ax) 0) ((f ih l) 0))) +("chloroplasts" nil (((k l ao) 1) ((r ax) 0) ((p l ae s t s) 1))) +("chloroprene" nil (((k l ao) 1) ((r ax) 0) ((p r iy n) 1))) +("chmiel" nil (((ch ax) 0) ((m iy l) 1))) +("chmielewski" nil (((ch ax) 0) ((m ax) 0) ((l eh f) 1) ((s k iy) 0))) +("chmura" nil (((ch ax) 0) ((m uh) 1) ((r ax) 0))) +("cho" nil (((ch ow) 1))) +("choa" nil (((ch w aa) 1))) +("choat" nil (((ch ow t) 1))) +("choate" nil (((ch ow t) 1))) +("chock" nil (((ch aa k) 1))) +("chocolat" nil (((ch aa) 1) ((k l ax t) 0))) +("chocolate" nil (((ch ao) 1) ((k l ax t) 0))) +("chocolates" nil (((ch ao) 1) ((k l ax t s) 0))) +("chodorow" nil (((ch ow) 1) ((d er) 0) ((ow) 0))) +("choe" nil (((ch ow) 1))) +("choi" nil (((ch oy) 1))) +("choice" nil (((ch oy s) 1))) +("choices" nil (((ch oy) 1) ((s ax z) 0))) +("choicest" nil (((ch oy) 1) ((s ax s t) 0))) +("choiniere" nil (((sh oy) 1) ((n iy) 0) ((eh r) 0))) +("choinski" nil (((ch oy n) 1) ((s k iy) 0))) +("choir" nil (((k w ay) 1) ((er) 0))) +("choirs" nil (((k w ay r z) 1))) +("chojnacki" nil (((ch ax y) 0) ((n aa t) 1) ((s k iy) 0))) +("chojnowski" nil (((ch ax y) 0) ((n ao f) 1) ((s k iy) 0))) +("chok" nil (((ch aa k) 1))) +("choke" nil (((ch ow k) 1))) +("choked" nil (((ch ow k t) 1))) +("chokes" nil (((ch ow k s) 1))) +("choking" nil (((ch ow) 1) ((k ih ng) 0))) +("cholera" nil (((k aa) 1) ((l er) 0) ((ax) 0))) +("choleric" nil (((k aa) 1) ((l er) 0) ((ih k) 0))) +("cholesterol" nil (((k ax) 0) ((l eh) 1) ((s t er) 0) ((ao l) 1))) +("cholestyramine" nil (((ch ow) 0) ((l eh) 1) ((s t ih) 0) ((r ax) 0) ((m ay n) 1))) +("cholet" nil (((ch ow) 1) ((l ax t) 0))) +("cholewa" nil (((ch ax) 0) ((l uw) 1) ((ax) 0))) +("cholla" nil (((ch aa) 1) ((l ax) 0))) +("choma" nil (((ch ow) 1) ((m ax) 0))) +("chomp" nil (((ch aa m p) 1))) +("chomping" nil (((ch aa m) 1) ((p ih ng) 0))) +("chon" nil (((ch aa n) 1))) +("chong" nil (((ch ow ng) 1))) +("chongqing" nil (((ch ow ng) 1) ((ch iy ng) 1))) +("chongyang" nil (((ch ow ng) 1) ((y aa ng) 1))) +("chongzuo" nil (((ch ow ng) 1) ((d z w ao) 1))) +("chonko" nil (((ch aa ng) 1) ((k ow) 0))) +("chontales" nil (((sh aa n) 1) ((t ey l z) 1))) +("choo" nil (((ch uw) 1))) +("choong" nil (((ch uw ng) 1))) +("choose" nil (((ch uw z) 1))) +("chooses" nil (((ch uw) 1) ((z ax z) 0))) +("choosing" nil (((ch uw) 1) ((z ih ng) 0))) +("choosy" nil (((ch uw) 1) ((z iy) 0))) +("chop" nil (((ch aa p) 1))) +("choper" nil (((ch ow) 1) ((p er) 0))) +("chopin" nil (((sh ow) 1) ((p ae n) 0))) +("choplin" nil (((ch aa) 1) ((p l ih n) 0))) +("chopp" nil (((ch aa p) 1))) +("chopped" nil (((ch aa p t) 1))) +("chopper" nil (((ch aa) 1) ((p er) 0))) +("choppers" nil (((ch aa) 1) ((p er z) 0))) +("chopping" nil (((ch aa) 1) ((p ih ng) 0))) +("choppy" nil (((ch aa) 1) ((p iy) 0))) +("chopra" nil (((ch aa) 1) ((p r ax) 0))) +("chops" nil (((ch aa p s) 1))) +("chopsticks" nil (((ch aa p) 1) ((s t ih k s) 1))) +("chopsuey" nil (((ch aa p) 1) ((s uw) 1) ((iy) 0))) +("choquette" nil (((sh ax) 0) ((k eh t) 1))) +("choral" nil (((k ao) 1) ((r ax l) 0))) +("chorals" nil (((k ao) 1) ((r ax l z) 0))) +("chorba" nil (((k ao r) 1) ((b ax) 0))) +("chord" nil (((k ao r d) 1))) +("chordates" nil (((k ao r) 1) ((d ey t s) 1))) +("chords" nil (((k ao r d z) 1))) +("chore" nil (((ch ao r) 1))) +("choreograph" nil (((k ao) 1) ((r iy) 0) ((ax) 0) ((g r ae f) 1))) +("choreographed" nil (((k ao) 1) ((r iy) 0) ((ax) 0) ((g r ae f t) 1))) +("choreographer" nil (((k ao) 1) ((r iy) 0) ((aa) 1) ((g r ax) 0) ((f er) 0))) +("choreographers" nil (((k ao) 1) ((r iy) 0) ((aa) 1) ((g r ax) 0) ((f er z) 0))) +("choreographic" nil (((k ao) 1) ((r iy) 0) ((ax) 0) ((g r ae) 1) ((f ih k) 0))) +("choreography" nil (((k ao) 1) ((r iy) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("chores" nil (((ch ao r z) 1))) +("choric" nil (((k ao) 1) ((r ih k) 0))) +("chorney" nil (((k ao r) 1) ((n iy) 0))) +("chortled" nil (((ch ao r) 1) ((t ax l d) 0))) +("chortles" nil (((ch ao r) 1) ((t ax l z) 0))) +("chortling" nil (((ch ao r) 1) ((t ax) 0) ((l ih ng) 0))) +("chorus" nil (((k ao) 1) ((r ax s) 0))) +("choruses" nil (((k ao) 1) ((r ax) 0) ((s ih z) 0))) +("chose" nil (((ch ow z) 1))) +("chosen" nil (((ch ow) 1) ((z ax n) 0))) +("chosun" nil (((ch ow) 1) ((z ax n) 0))) +("chou" nil (((ch ow) 1))) +("chou" nil (((ch uw) 1))) +("chouinard" nil (((sh w iy) 0) ((n aa r d) 1))) +("chovan" nil (((ch ow) 1) ((v ax n) 0))) +("chovanec" nil (((ch ax) 0) ((v ae) 1) ((n ih k) 0))) +("chow" nil (((ch aw) 1))) +("chowder" nil (((ch aw) 1) ((d er) 0))) +("chowdhury" nil (((ch aw d) 1) ((hh y uw) 0) ((r iy) 0))) +("chowning" nil (((ch aw) 1) ((n ih ng) 0))) +("chows" nil (((ch aw z) 1))) +("choy" nil (((ch oy) 1))) +("choyce" nil (((ch oy s) 1))) +("chrest" nil (((k r eh s t) 1))) +("chrestman" nil (((k r eh s t) 1) ((m ax n) 0))) +("chretien" nil (((sh r ih) 0) ((t iy n) 1))) +("chriboniko" nil (((ch) 0) ((r iy) 1) ((b ow) 0) ((n iy) 1) ((k ow) 0))) +("chris" nil (((k r ih s) 1))) +("chrisco" nil (((k r iy) 1) ((s k ow) 0))) +("chriscoe" nil (((k r ih) 1) ((s k ow) 0))) +("chrisman" nil (((k r ih) 1) ((s m ax n) 0))) +("chrismer" nil (((k er) 1) ((ih) 0) ((z ax) 0) ((m er) 0))) +("chrismon" nil (((k r ih z) 1) ((m ax n) 0))) +("chrisp" nil (((k r ih s p) 1))) +("chriss" nil (((k r ih s) 1))) +("chrissie" nil (((k r ih) 1) ((s iy) 0))) +("chrissy" nil (((k r ih) 1) ((s iy) 0))) +("christ" nil (((k r ay s t) 1))) +("christa" nil (((k r ih) 1) ((s t ax) 0))) +("christabelle" nil (((sh r ih) 1) ((s t ax) 0) ((b ax l) 0))) +("christakos" nil (((k r ih) 1) ((s t ax) 0) ((k ow z) 0))) +("christal" nil (((k r ih) 1) ((s t ax l) 0))) +("christel" nil (((k r ih) 1) ((s t ax l) 0))) +("christen" nil (((k r ih) 1) ((s ax n) 0))) +("christenberry" nil (((k r ih) 1) ((s ax n) 0) ((b eh) 1) ((r iy) 0))) +("christenbury" nil (((k r ih) 1) ((s ax n) 0) ((b eh) 1) ((r iy) 0))) +("christendom" nil (((k r ih) 1) ((s ax n) 0) ((d ax m) 0))) +("christened" nil (((k r ih) 1) ((s ax n d) 0))) +("christening" nil (((k r ih) 1) ((s ax) 0) ((n ih ng) 0))) +("christensen" nil (((k r ih) 1) ((s t ax n) 0) ((s ax n) 0))) +("christenson" nil (((k r ih) 1) ((s t ih n) 0) ((s ax n) 0))) +("christeson" nil (((k r ih) 1) ((s t ih) 0) ((s ax n) 0))) +("christi" nil (((k r ih) 1) ((s t iy) 0))) +("christiaan" nil (((k r ih) 1) ((s t iy) 0) ((aa n) 1))) +("christian" nil (((k r ih s) 1) ((ch ax n) 0))) +("christiana" nil (((k r ih) 1) ((s t iy) 0) ((ae) 1) ((n ax) 0))) +("christiane" nil (((k r ih) 0) ((s t iy) 0) ((aa n) 1))) +("christianity" nil (((k r ih s) 1) ((ch iy) 0) ((ae) 1) ((n ih) 0) ((t iy) 0))) +("christianization" nil (((k r ih s) 1) ((ch ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("christianized" nil (((k r ih s) 1) ((ch ax) 0) ((n ay z d) 1))) +("christiano" nil (((k r iy) 0) ((s t iy) 0) ((aa) 1) ((n ow) 0))) +("christians" nil (((k r ih s) 1) ((ch ax n z) 0))) +("christiansen" nil (((k r ih s) 1) ((ch ax n) 0) ((s ax n) 0))) +("christianson" nil (((k r ih s) 1) ((ch ax n) 0) ((s ax n) 0))) +("christic" nil (((k r ih) 1) ((s t ih k) 0))) +("christie" nil (((k r ih) 1) ((s t iy) 0))) +("christies" nil (((k r ih) 1) ((s t iy z) 0))) +("christina" nil (((k r ih) 0) ((s t iy) 1) ((n ax) 0))) +("christine" nil (((k r ih) 0) ((s t iy n) 1))) +("christison" nil (((k r ih) 1) ((s t ih) 0) ((s ax n) 0))) +("christlieb" nil (((k r ih s t) 1) ((l iy b) 1))) +("christman" nil (((k r ih s t) 1) ((m ax n) 0))) +("christmann" nil (((k r ih s t) 1) ((m ax n) 0))) +("christmas" nil (((k r ih) 1) ((s m ax s) 0))) +("christmastime" nil (((k r ih s t) 1) ((m ax) 0) ((s t ay m) 1))) +("christner" nil (((k r ih s t) 1) ((n er) 0))) +("christo" nil (((k r ih) 1) ((s t ow) 0))) +("christoff" nil (((k r ih) 1) ((s t ao f) 0))) +("christoffel" nil (((k r ih) 1) ((s t ax) 0) ((f eh l) 0))) +("christoffersen" nil (((k r ih) 0) ((s t ax) 0) ((f er) 1) ((s ax n) 0))) +("christofferson" nil (((k r ih) 0) ((s t aa) 1) ((f er) 0) ((s ax n) 0))) +("christon" nil (((k r ih) 1) ((s t ax n) 0))) +("christoph" nil (((k r ih) 1) ((s t ao f) 0))) +("christophe" nil (((k r ih) 0) ((s t ao f) 1))) +("christophel" nil (((k r ih) 1) ((s t ax) 0) ((f eh l) 0))) +("christopher" nil (((k r ih) 1) ((s t ax) 0) ((f er) 0))) +("christophersen" nil (((k r ih) 0) ((s t ax) 0) ((f er) 1) ((s ax n) 0))) +("christopherson" nil (((k r ih) 0) ((s t aa) 1) ((f er) 0) ((s ax n) 0))) +("christopoulos" nil (((k r ih) 0) ((s t aa) 1) ((p ax) 0) ((l ih s) 0))) +("christy" nil (((k r ih) 1) ((s t iy) 0))) +("chriswell" nil (((k r ih) 1) ((s w eh l) 1))) +("chrobak" nil (((k r ow) 1) ((b ax k) 0))) +("chromakalim" nil (((ch) 0) ((r ow) 1) ((m ax) 0) ((k aa) 1) ((l iy m) 1))) +("chromalloy" nil (((k r ow) 0) ((m ae) 1) ((l oy) 0))) +("chrome" nil (((k r ow m) 1))) +("chrominance" nil (((k r ow) 1) ((m ax) 0) ((n ax n s) 0))) +("chromium" nil (((k r ow) 1) ((m iy) 0) ((ax m) 0))) +("chromosome" nil (((k r ow) 1) ((m ax) 0) ((s ow m) 1))) +("chromosomes" nil (((k r ow) 1) ((m ax) 0) ((z ow m z) 1))) +("chronar" nil (((k r aa) 1) ((n er) 0))) +("chronic" nil (((k r aa) 1) ((n ih k) 0))) +("chronically" nil (((k r aa) 1) ((n ih) 0) ((k ax) 0) ((l iy) 0))) +("chronicle" nil (((k r aa) 1) ((n ax) 0) ((k ax l) 0))) +("chronicled" nil (((k r aa) 1) ((n ih) 0) ((k ax l d) 0))) +("chronicler" nil (((k r aa) 1) ((n ih) 0) ((k l er) 0))) +("chroniclers" nil (((k r aa) 1) ((n ax) 0) ((k l er z) 0))) +("chronicles" nil (((k r aa) 1) ((n ax) 0) ((k ax l z) 0))) +("chronicling" nil (((k r aa) 1) ((n ih) 0) ((k l ih ng) 0))) +("chronis" nil (((k r ow) 1) ((n ih s) 0))) +("chronister" nil (((k r aa) 1) ((n ih) 0) ((s t er) 0))) +("chronological" nil (((k r aa) 1) ((n ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("chronologically" nil (((k r aa) 1) ((n ax) 0) ((l aa) 1) ((jh ih) 0) ((k l iy) 0))) +("chronologies" nil (((k r ax) 0) ((n aa) 1) ((l ax) 0) ((jh iy z) 0))) +("chronology" nil (((k r ax) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("chronowitz" nil (((k r aa) 1) ((n ax) 0) ((w ih t s) 0))) +("chrostowski" nil (((k r ax) 0) ((s t ao f) 1) ((s k iy) 0))) +("chrusciel" nil (((k r ah) 1) ((s iy l) 1))) +("chrysanthemum" nil (((k r ih) 0) ((s ae n) 1) ((th ax) 0) ((m ax m) 0))) +("chrysanthemums" nil (((k r ih) 0) ((s ae n) 1) ((th ax) 0) ((m ax m z) 0))) +("chryseis" nil (((k r ih) 1) ((s ax z) 0))) +("chrysler" nil (((k r ay) 1) ((s l er) 0))) +("chryslers" nil (((k r ay) 1) ((s l er z) 0))) +("chryst" nil (((ch) 0) ((r ih s t) 1))) +("chrystal" nil (((k r ih) 1) ((s t ax l) 0))) +("chrzan" nil (((k er) 1) ((z ae n) 1))) +("chrzanowski" nil (((k er) 1) ((z ax) 0) ((n ao f) 1) ((s k iy) 0))) +("chseing" nil (((ch ey ng) 1))) +("chu" nil (((ch uw) 1))) +("chua" nil (((ch w aa) 1))) +("chuah" nil (((ch uw) 1) ((aa) 0))) +("chuai" nil (((ch w ay) 1))) +("chuan" nil (((ch w aa n) 1))) +("chuan" nil (((ch uw) 1) ((aa n) 1))) +("chuang" nil (((ch w aa ng) 1))) +("chuba" nil (((ch uw) 1) ((b ax) 0))) +("chubais" nil (((ch uw) 1) ((b ay) 1))) +("chubb" nil (((ch ah b) 1))) +("chubbuck" nil (((ch ah) 1) ((b ax k) 0))) +("chubby" nil (((ch ah) 1) ((b iy) 0))) +("chubu" nil (((ch uw) 1) ((b uw) 0))) +("chuck" nil (((ch ah k) 1))) +("chucked" nil (((ch ah k t) 1))) +("chuckie" nil (((ch ah) 1) ((k iy) 0))) +("chucking" nil (((ch ah) 1) ((k ih ng) 0))) +("chuckle" nil (((ch ah) 1) ((k ax l) 0))) +("chuckled" nil (((ch ah) 1) ((k ax l d) 0))) +("chuckles" nil (((ch ah) 1) ((k ax l z) 0))) +("chuckling" nil (((ch ah) 1) ((k l ih ng) 0))) +("chudler" nil (((ch ah d) 1) ((l er) 0))) +("chudy" nil (((ch uw) 1) ((d iy) 0))) +("chudzik" nil (((ch ah d) 1) ((z ih k) 0))) +("chudzinski" nil (((ch ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("chug" nil (((ch ah g) 1))) +("chugai" nil (((ch uw) 0) ((g ay) 1))) +("chugged" nil (((ch ah g d) 1))) +("chugging" nil (((ch ah) 1) ((g ih ng) 0))) +("chugoku" nil (((ch uw) 0) ((g ow) 1) ((k uw) 1))) +("chui" nil (((ch w ey) 1))) +("chujitsuya" nil (((ch uw) 1) ((jh iy t) 0) ((s uw) 0) ((y ax) 0))) +("chukchi" nil (((ch uw k) 1) ((ch iy) 0))) +("chul" nil (((ch ah l) 1))) +("chula" nil (((ch uw) 1) ((l ax) 0))) +("chum" nil (((ch ah m) 1))) +("chumbley" nil (((ch ah m) 1) ((b l iy) 0))) +("chumley" nil (((ch ah m) 1) ((l iy) 0))) +("chummy" nil (((ch ah) 1) ((m iy) 0))) +("chumney" nil (((ch ah m) 1) ((n iy) 0))) +("chump" nil (((ch ah m p) 1))) +("chums" nil (((ch ah m z) 1))) +("chun" nil (((ch w uw n) 1))) +("chung" nil (((ch ah ng) 1))) +("chunk" nil (((ch ah ng k) 1))) +("chunks" nil (((ch ah ng k s) 1))) +("chunky" nil (((ch ah ng) 1) ((k iy) 0))) +("chunn" nil (((ch ah n) 1))) +("chunnel" nil (((ch ah) 1) ((n ax l) 0))) +("chuo" nil (((ch w ao) 1))) +("chupp" nil (((ch ah p) 1))) +("chura" nil (((ch uh) 1) ((r ax) 0))) +("church" nil (((ch er ch) 1))) +("churches" nil (((ch er) 1) ((ch ax z) 0))) +("churchgoers" nil (((ch er ch) 1) ((g ow) 1) ((er z) 0))) +("churchill" nil (((ch er) 1) ((ch ih l) 0))) +("churchman" nil (((ch er ch) 1) ((m ax n) 0))) +("churchmen" nil (((ch er ch) 1) ((m ax n) 0))) +("churchwell" nil (((ch er ch) 1) ((w eh l) 1))) +("churchyard" nil (((ch er ch) 1) ((y aa r d) 1))) +("churilla" nil (((ch er) 0) ((ih) 1) ((l ax) 0))) +("churkin" nil (((ch er) 1) ((k ax n) 0))) +("churlish" nil (((ch er) 1) ((l ih sh) 0))) +("churn" nil (((ch er n) 1))) +("churned" nil (((ch er n d) 1))) +("churning" nil (((ch er) 1) ((n ih ng) 0))) +("churns" nil (((ch er n z) 1))) +("chusmir" nil (((ch uh) 0) ((s m ih r) 1))) +("chustz" nil (((ch ah s t s) 1))) +("chute" nil (((sh uw t) 1))) +("chutes" nil (((sh uw t s) 1))) +("chutney" nil (((ch ah t) 1) ((n iy) 0))) +("chutzpah" nil (((ch ah t) 1) ((s p aa) 1))) +("chuzhou" nil (((ch w uw) 1) ((jh ow) 1))) +("chynoweth" nil (((ch ih) 1) ((n aw) 0) ((eh th) 0))) +("chyron" nil (((ch ay) 1) ((r ax n) 0))) +("ci" nil (((t s uh) 1))) +("cia" nil (((s iy) 1) ((ay) 1) ((ey) 1))) +("ciaccia" nil (((ch iy) 0) ((ax) 0) ((ch iy) 1) ((ax) 0))) +("ciaccio" nil (((ch ao) 1) ((ch iy) 0) ((ow) 0))) +("ciampa" nil (((ch ao m) 1) ((p ax) 0))) +("ciampi" nil (((ch ao m) 1) ((p iy) 0))) +("cian" nil (((sh iy n) 1))) +("cianci" nil (((ch ao n) 1) ((ch iy) 0))) +("ciancio" nil (((ch ao n) 1) ((ch iy) 0) ((ow) 0))) +("cianciola" nil (((ch ao n) 1) ((ch ow) 0) ((l ax) 0))) +("cianciolo" nil (((ch ao n) 1) ((ch ow) 0) ((l ow) 0))) +("cianciulli" nil (((ch ao n) 1) ((ch uw) 0) ((l iy) 0))) +("ciani" nil (((ch ao) 1) ((n iy) 0))) +("ciano" nil (((ch iy) 0) ((aa) 1) ((n ow) 0))) +("ciaobella" nil (((ch aw) 1) ((b eh) 1) ((l ax) 0))) +("ciaramella" nil (((ch er) 0) ((aa) 0) ((m eh) 1) ((l ax) 0))) +("ciaramitaro" nil (((ch er) 1) ((aa) 0) ((m iy) 0) ((t aa) 0) ((r ow) 0))) +("ciaravino" nil (((ch er) 0) ((aa) 0) ((v iy) 1) ((n ow) 0))) +("ciardi" nil (((ch er) 1) ((d iy) 0))) +("ciarlo" nil (((ch er) 1) ((l ow) 0))) +("ciavarella" nil (((ch ax) 0) ((v aa) 0) ((r eh) 1) ((l ax) 0))) +("ciba" nil (((s iy) 1) ((b ax) 0))) +("ciborowski" nil (((ch ih) 0) ((b er) 0) ((ao f) 1) ((s k iy) 0))) +("cibro" nil (((s ih) 1) ((b r ow) 0))) +("cibula" nil (((ch iy) 0) ((b uw) 1) ((l ax) 0))) +("cic" nil (((s iy) 1) ((ay) 1) ((s iy) 1))) +("cicada" nil (((s ax) 0) ((k ey) 1) ((d ax) 0))) +("cicadas" nil (((s ih) 0) ((k ey) 1) ((d ax z) 0))) +("cicala" nil (((s ih) 0) ((k aa) 1) ((l ax) 0))) +("cicalese" nil (((ch iy) 0) ((k aa) 0) ((l ey) 1) ((z iy) 0))) +("ciccarelli" nil (((ch iy) 0) ((k er) 0) ((eh) 1) ((l iy) 0))) +("ciccarello" nil (((ch iy) 0) ((k er) 0) ((eh) 1) ((l ow) 0))) +("ciccarone" nil (((s ih) 1) ((k er) 0) ((ow n) 1))) +("cicco" nil (((s ih) 1) ((k ow) 0))) +("ciccone" nil (((ch iy) 0) ((k ow) 1) ((n iy) 0))) +("cicely" nil (((s ih) 1) ((s ax) 0) ((l iy) 0))) +("cicero" nil (((s ih) 1) ((s er) 0) ((ow) 1))) +("cicerone" nil (((s ih) 1) ((s er) 0) ((ow n) 1))) +("cichocki" nil (((s ih) 0) ((ch aa) 1) ((k iy) 0))) +("cichon" nil (((s ih) 1) ((ch ax n) 0))) +("cichowski" nil (((ch ih) 0) ((hh ao f) 1) ((s k iy) 0))) +("cichy" nil (((s ih) 1) ((ch iy) 0))) +("cicily" nil (((ch ih) 1) ((ch ax) 0) ((l iy) 0))) +("cicio" nil (((s ih) 1) ((s iy) 0) ((ow) 0))) +("cicippio" nil (((s ih) 0) ((s ih) 1) ((p iy) 0) ((ow) 0))) +("cid" nil (((s ih d) 1))) +("cider" nil (((s ay) 1) ((d er) 0))) +("cie" nil (((s iy) 1))) +("ciel" nil (((s iy l) 1))) +("ciera" nil (((s iy) 1) ((r ax) 0))) +("cieri" nil (((s iy) 1) ((r iy) 0))) +("ciesielski" nil (((ch eh) 0) ((s iy l) 1) ((s k iy) 0))) +("ciesla" nil (((ch eh) 1) ((s l ax) 0))) +("cieslak" nil (((ch eh) 1) ((s l ax k) 0))) +("cieslewicz" nil (((ch eh) 1) ((s l ih) 0) ((v ih ch) 0))) +("cieslik" nil (((ch eh) 1) ((s l ih k) 0))) +("cieslinski" nil (((ch eh) 0) ((s l ih n) 1) ((s k iy) 0))) +("cifelli" nil (((s ih) 0) ((f eh) 1) ((l iy) 0))) +("cifra" nil (((s ih) 1) ((f r ax) 0))) +("cifuentes" nil (((s iy f) 0) ((w eh n) 1) ((t eh s) 0))) +("ciga" nil (((s iy) 1) ((g ax) 0))) +("cigar" nil (((s ih) 0) ((g aa r) 1))) +("cigarette" nil (((s ih) 1) ((g er) 0) ((eh t) 1))) +("cigarettes" nil (((s ih) 1) ((g er) 0) ((eh t s) 1))) +("cigars" nil (((s ih) 0) ((g aa r z) 1))) +("cigna" nil (((s ih g) 1) ((n ax) 0))) +("cihak" nil (((s ih) 1) ((hh ax k) 0))) +("cihlar" nil (((s ih) 1) ((l er) 0))) +("cilag" nil (((s ih) 1) ((l ae g) 0))) +("cilcorp" nil (((s ih l) 1) ((k ao r p) 0))) +("cilento" nil (((s ih) 0) ((l eh n) 1) ((t ow) 0))) +("ciliates" nil (((s ih) 1) ((l iy) 0) ((ax t s) 0))) +("ciliberto" nil (((ch iy) 0) ((l iy) 0) ((b eh r) 1) ((t ow) 0))) +("cilicia" nil (((s ih) 0) ((l ih) 1) ((sh ax) 0))) +("ciller" nil (((s ih) 1) ((l er) 0))) +("cilley" nil (((s ih) 1) ((l iy) 0))) +("cillo" nil (((s ih) 1) ((l ow) 0))) +("cilluffo" nil (((s ih) 0) ((l uw) 1) ((f ow) 0))) +("cilva" nil (((s ih l) 1) ((v ax) 0))) +("cima" nil (((ch iy) 1) ((m ax) 0))) +("cimaglia" nil (((s ih) 0) ((m ae) 1) ((g l iy) 0) ((ax) 0))) +("cimarron" nil (((s ih) 1) ((m er) 0) ((aa n) 1))) +("ciments" nil (((s ih) 0) ((m eh n t s) 1))) +("ciminero" nil (((s iy) 1) ((m ih) 0) ((n eh) 1) ((r ow) 0))) +("cimini" nil (((ch iy) 0) ((m iy) 1) ((n iy) 0))) +("cimino" nil (((ch iy) 0) ((m iy) 1) ((n ow) 0))) +("cimmino" nil (((ch iy) 0) ((m iy) 1) ((n ow) 0))) +("cimo" nil (((ch iy) 1) ((m ow) 0))) +("cimorelli" nil (((ch iy) 0) ((m ao) 0) ((r eh) 1) ((l iy) 0))) +("cina" nil (((ch iy) 1) ((n ax) 0))) +("cinch" nil (((s ih n ch) 1))) +("cinched" nil (((s ih n ch t) 1))) +("cincinnati" nil (((s ih n) 1) ((s ax) 0) ((n ae) 1) ((t iy) 0))) +("cinco" nil (((s ih ng) 1) ((k ow) 0))) +("cincotta" nil (((ch iy n) 0) ((k ow) 1) ((t ax) 0))) +("cinder" nil (((s ih n) 1) ((d er) 0))) +("cinderella" nil (((s ih n) 1) ((d er) 0) ((eh) 1) ((l ax) 0))) +("cinders" nil (((s ih n) 1) ((d er z) 0))) +("cindie" nil (((s ay n) 1) ((d iy) 0))) +("cindric" nil (((s ih n) 1) ((d r ih k) 0))) +("cindy" nil (((s ih n) 1) ((d iy) 0))) +("cinelli" nil (((s ih) 0) ((n eh) 1) ((l iy) 0))) +("cinema" nil (((s ih) 1) ((n ax) 0) ((m ax) 0))) +("cinemark" nil (((s ih) 1) ((n ax) 0) ((m aa k) 1))) +("cinemas" nil (((s ih) 1) ((n ax) 0) ((m ax z) 0))) +("cinematic" nil (((s ih) 1) ((n ax) 0) ((m ae) 1) ((t ih k) 0))) +("cinematographer" nil (((s ih) 1) ((n ih) 0) ((m ax) 0) ((t aa) 1) ((g r ax) 0) ((f er) 0))) +("cinematography" nil (((s ih) 1) ((n ih) 0) ((m ax) 0) ((t aa) 1) ((g r ax) 0) ((f iy) 0))) +("cinemax" nil (((s ih) 1) ((n ax) 0) ((m ae k s) 0))) +("cineplex" nil (((s ih) 1) ((n ax) 0) ((p l eh k s) 1))) +("cinergy" nil (((s ih) 1) ((n er) 0) ((jh iy) 0))) +("cini" nil (((ch iy) 1) ((n iy) 0))) +("cinnabar" nil (((s ih) 1) ((n ax) 0) ((b aa r) 1))) +("cinnaminson" nil (((s ih) 1) ((n ax) 0) ((m ih n) 0) ((s ax n) 0))) +("cinnamon" nil (((s ih) 1) ((n ax) 0) ((m ax n) 0))) +("cino" nil (((ch iy) 1) ((n ow) 0))) +("cinq" nil (((s ih ng k) 1))) +("cinque" nil (((s ih ng k) 1))) +("cinquemani" nil (((ch iy n) 0) ((k w eh) 0) ((m aa) 1) ((n iy) 0))) +("cinram" nil (((s ih n) 1) ((r ae m) 0))) +("cinthie" nil (((s ih n) 1) ((th iy) 0))) +("cintron" nil (((s ih n) 1) ((t r ax n) 0))) +("ciocca" nil (((ch ow) 1) ((k ax) 0))) +("cioffi" nil (((ch iy) 0) ((ow) 1) ((f iy) 0))) +("ciolek" nil (((ch iy) 0) ((ow) 1) ((l eh k) 0))) +("ciolino" nil (((ch ow) 0) ((l iy) 1) ((n ow) 0))) +("ciotti" nil (((ch ow) 1) ((t iy) 0))) +("cipher" nil (((s ay) 1) ((f er) 0))) +("cipolla" nil (((s ih) 0) ((p aa) 1) ((l ax) 0))) +("cipollone" nil (((s ih) 1) ((p ax) 0) ((l ow n) 1))) +("cipriani" nil (((ch iy) 0) ((p r iy) 0) ((aa) 1) ((n iy) 0))) +("cipriano" nil (((ch iy) 0) ((p r iy) 0) ((aa) 1) ((n ow) 0))) +("cira" nil (((s er) 1) ((ax) 0))) +("ciraulo" nil (((s er) 0) ((ao) 1) ((l ow) 0))) +("circ" nil (((s iy) 1) ((ay) 1) ((aa r) 1) ((s iy) 1))) +("circa" nil (((s er) 1) ((k ax) 0))) +("circadian" nil (((s er) 0) ((k ey) 1) ((d iy) 0) ((ax n) 0))) +("circle" nil (((s er) 1) ((k ax l) 0))) +("circled" nil (((s er) 1) ((k ax l d) 0))) +("circles" nil (((s er) 1) ((k ax l z) 0))) +("circling" nil (((s er) 1) ((k ax) 0) ((l ih ng) 0))) +("circon" nil (((s er) 1) ((k aa n) 0))) +("circuit" nil (((s er) 1) ((k ax t) 0))) +("circuited" nil (((s er) 1) ((k ax) 0) ((t ih d) 0))) +("circuitous" nil (((s er) 0) ((k y uw) 1) ((ih) 0) ((t ax s) 0))) +("circuitry" nil (((s er) 1) ((k ax) 0) ((t r iy) 0))) +("circuits" nil (((s er) 1) ((k ax t s) 0))) +("circular" nil (((s er) 1) ((k y ax) 0) ((l er) 0))) +("circularly" nil (((s er) 1) ((k y ax) 0) ((l er) 0) ((l iy) 0))) +("circulars" nil (((s er) 1) ((k y ax) 0) ((l er z) 0))) +("circulate" nil (((s er) 1) ((k y ax) 0) ((l ey t) 1))) +("circulated" nil (((s er) 1) ((k y ax) 0) ((l ey) 1) ((t ax d) 0))) +("circulates" nil (((s er) 1) ((k y ax) 0) ((l ey t s) 1))) +("circulating" nil (((s er) 1) ((k y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("circulation" nil (((s er) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("circulations" nil (((s er) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("circulatory" nil (((s er) 1) ((k y ax) 0) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("circumcision" nil (((s er) 1) ((k ax m) 0) ((s ih) 1) ((zh ax n) 0))) +("circumference" nil (((s er) 0) ((k ah m) 1) ((f r ax n s) 0))) +("circumscribed" nil (((s er) 1) ((k ax m) 0) ((s k r ay b d) 1))) +("circumspect" nil (((s er) 1) ((k ax m) 0) ((s p eh k t) 1))) +("circumspection" nil (((s er) 1) ((k ax m) 0) ((s p eh k) 1) ((sh ax n) 0))) +("circumstance" nil (((s er) 1) ((k ax m) 0) ((s t ae n s) 1))) +("circumstances" nil (((s er) 1) ((k ax m) 0) ((s t ae n) 1) ((s ax z) 0))) +("circumstantial" nil (((s er) 1) ((k ax m) 0) ((s t ae n) 1) ((ch ax l) 0))) +("circumvent" nil (((s er) 1) ((k ax m) 0) ((v eh n t) 1))) +("circumvented" nil (((s er) 1) ((k ax m) 0) ((v eh n) 1) ((t ih d) 0))) +("circumventing" nil (((s er) 1) ((k ax m) 0) ((v eh n) 1) ((t ih ng) 0))) +("circumvention" nil (((s er) 1) ((k ax m) 0) ((v eh n) 1) ((ch ax n) 0))) +("circumvents" nil (((s er) 1) ((k ax m) 0) ((v eh n t s) 1))) +("circus" nil (((s er) 1) ((k ax s) 0))) +("circuses" nil (((s er) 1) ((k ax) 0) ((s ax z) 0))) +("cirelli" nil (((s ih) 0) ((r eh) 1) ((l iy) 0))) +("ciresi" nil (((s er) 0) ((eh) 1) ((s iy) 0))) +("ciriaco" nil (((s ih) 1) ((r iy) 0) ((aa) 1) ((k ow) 0))) +("ciriello" nil (((s er) 0) ((iy) 0) ((eh) 1) ((l ow) 0))) +("cirigliano" nil (((s er) 0) ((iy) 0) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("cirillo" nil (((s ih) 0) ((r ih) 1) ((l ow) 0))) +("cirincione" nil (((s er) 0) ((iy n) 0) ((ch ow) 1) ((n iy) 0))) +("cirino" nil (((s er) 0) ((iy) 1) ((n ow) 0))) +("cirone" nil (((s ih) 0) ((r ow n) 1))) +("ciros" nil (((s ih) 1) ((r ow z) 1))) +("cirque" nil (((s er k) 1))) +("cirrhosis" nil (((s er) 0) ((ow) 1) ((s ax s) 0))) +("cirrincione" nil (((s er) 0) ((r iy n) 0) ((ch ow) 1) ((n iy) 0))) +("cirrus" nil (((s ih) 1) ((r ax s) 0))) +("cisar" nil (((s ih) 0) ((s aa r) 1))) +("cisco" nil (((s ih) 1) ((s k ow) 0))) +("cisek" nil (((ch ih) 1) ((s eh k) 0))) +("cisewski" nil (((ch ih) 0) ((s eh f) 1) ((s k iy) 0))) +("ciskei" nil (((s ih) 0) ((s k ey) 1))) +("cisler" nil (((s ih) 1) ((s ax) 0) ((l er) 0))) +("cislo" nil (((ch iy) 1) ((s l ow) 0))) +("cisneros" nil (((s ih) 0) ((s n eh) 1) ((r ow s) 0))) +("cisney" nil (((s ih z) 1) ((n iy) 0))) +("cissell" nil (((s ih) 1) ((s ax l) 0))) +("cissie" nil (((s ih) 1) ((s iy) 0))) +("cissna" nil (((s ih) 1) ((s n ax) 0))) +("cist" nil (((s ih s t) 1))) +("cistercian" nil (((s ih) 0) ((s t er) 1) ((sh ax n) 0))) +("cisterns" nil (((s ih) 1) ((s t er n z) 0))) +("ciszek" nil (((ch ih) 1) ((sh eh k) 0))) +("ciszewski" nil (((ch ih) 0) ((sh eh f) 1) ((s k iy) 0))) +("citadel" nil (((s ih) 1) ((t ax) 0) ((d eh l) 1))) +("citadines" nil (((s ih) 1) ((d ax) 0) ((d iy n z) 1))) +("citation" nil (((s ay) 0) ((t ey) 1) ((sh ax n) 0))) +("citations" nil (((s ay) 0) ((t ey) 1) ((sh ax n z) 0))) +("cite" nil (((s ay t) 1))) +("cited" nil (((s ay) 1) ((t ax d) 0))) +("cites" nil (((s ay t s) 1))) +("citgo" nil (((s ih t) 1) ((g ow) 0))) +("citi" nil (((s ih) 1) ((t iy) 0))) +("citibank" nil (((s ih) 1) ((t iy) 0) ((b ae ng k) 1))) +("citic" nil (((s ih) 1) ((t ih k) 0))) +("citicorp" nil (((s ih) 1) ((t iy) 0) ((k ao r p) 1))) +("citicorps" nil (((s ih) 1) ((t iy) 0) ((k ao r p s) 1))) +("cities" nil (((s ih) 1) ((t iy z) 0))) +("citing" nil (((s ay) 1) ((t ih ng) 0))) +("citisteel" nil (((s ih) 1) ((t iy) 0) ((s t iy l) 1))) +("citizen" nil (((s ih) 1) ((t ax) 0) ((z ax n) 0))) +("citizenry" nil (((s ih) 1) ((t ih) 0) ((z ax n) 0) ((r iy) 0))) +("citizens" nil (((s ih) 1) ((t ax) 0) ((z ax n z) 0))) +("citizenship" nil (((s ih) 1) ((t ih) 0) ((z ax n) 0) ((sh ih p) 1))) +("citrano" nil (((ch iy) 0) ((t r aa) 1) ((n ow) 0))) +("citric" nil (((s ih) 1) ((t r ih k) 0))) +("citrin" nil (((s ih) 1) ((t r ih n) 0))) +("citro" nil (((s ih) 1) ((t r ow) 0))) +("citroen" nil (((s ih) 1) ((t r ow n) 0))) +("citron" nil (((s ih) 1) ((t r ax n) 0))) +("citrosuco" nil (((s ih) 1) ((t r ax) 0) ((s uw) 1) ((k ow) 0))) +("citrucel" nil (((s ih) 1) ((t r ax) 0) ((s eh l) 1))) +("citrus" nil (((s ih) 1) ((t r ax s) 0))) +("cittadino" nil (((ch iy) 0) ((t aa) 0) ((d iy) 1) ((n ow) 0))) +("city" nil (((s ih) 1) ((t iy) 0))) +("cityfed" nil (((s ih) 1) ((t iy) 0) ((f eh d) 1))) +("cityplace" nil (((s ih) 1) ((t iy) 0) ((p l ey s) 1))) +("cityside" nil (((s ih) 1) ((t iy) 0) ((s ay d) 1))) +("citytrust" nil (((s ih) 1) ((t iy) 0) ((t r ah s t) 1))) +("citywide" nil (((s ih) 1) ((t iy) 0) ((w ay d) 1))) +("ciucci" nil (((ch uw) 1) ((ch iy) 0))) +("ciudad" nil (((s iy) 1) ((uw) 0) ((d ae d) 1))) +("ciulla" nil (((ch uw) 1) ((l ax) 0))) +("ciullo" nil (((ch uw) 1) ((l ow) 0))) +("civet" nil (((s ih) 1) ((v ax t) 0))) +("civic" nil (((s ih) 1) ((v ih k) 0))) +("civics" nil (((s ih) 1) ((v ih k s) 0))) +("civil" nil (((s ih) 1) ((v ax l) 0))) +("civiletti" nil (((s iy) 1) ((v ih) 0) ((l eh) 1) ((t iy) 0))) +("civilian" nil (((s ax) 0) ((v ih) 1) ((l y ax n) 0))) +("civilians" nil (((s ax) 0) ((v ih) 1) ((l y ax n z) 0))) +("civilisation" nil (((s ih) 1) ((v ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("civilisations" nil (((s ih) 1) ((v ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n z) 0))) +("civility" nil (((s ax) 0) ((v ih) 1) ((l ax) 0) ((t iy) 0))) +("civilization" nil (((s ih) 1) ((v ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("civilizations" nil (((s ih) 1) ((v ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n z) 0))) +("civilize" nil (((s ih) 1) ((v ax) 0) ((l ay z) 1))) +("civilized" nil (((s ih) 1) ((v ax) 0) ((l ay z d) 1))) +("civilly" nil (((s ih) 1) ((v ih) 0) ((l iy) 0))) +("civitello" nil (((ch iy) 0) ((v iy) 0) ((t eh) 1) ((l ow) 0))) +("cizek" nil (((ch ih) 1) ((z eh k) 0))) +("cizik" nil (((s iy) 1) ((z ih k) 0))) +("cizneros" nil (((s ih z) 1) ((n eh) 1) ((r ow s) 0))) +("claar" nil (((k l aa r) 1))) +("claassen" nil (((k l aa) 1) ((s ax n) 0))) +("clabaugh" nil (((k l ae) 1) ((b ao) 0))) +("clabir" nil (((k l ae) 1) ((b ih r) 0))) +("clabo" nil (((k l aa) 1) ((b ow) 0))) +("claborn" nil (((k l ae) 1) ((b er n) 0))) +("clabough" nil (((k l ae) 1) ((b aw) 0))) +("clack" nil (((k l ae k) 1))) +("clad" nil (((k l ae d) 1))) +("claddagh" nil (((k l ae) 1) ((d ah) 1))) +("claes" nil (((k l ey z) 1))) +("claeys" nil (((k l ey z) 1))) +("claffey" nil (((k l ae) 1) ((f iy) 0))) +("claflin" nil (((k l ae) 1) ((f l ih n) 0))) +("clagett" nil (((k l ae) 1) ((jh ih t) 0))) +("clagg" nil (((k l ae g) 1))) +("claggett" nil (((k l ae) 1) ((g ih t) 0))) +("clague" nil (((k l aa g) 1))) +("claiborn" nil (((k l ey) 1) ((b er n) 0))) +("claiborne" nil (((k l ey) 1) ((b er n) 0))) +("claim" nil (((k l ey m) 1))) +("claimant" nil (((k l ey) 1) ((m ax n t) 0))) +("claimants" nil (((k l ey) 1) ((m ax n t s) 0))) +("claimed" nil (((k l ey m d) 1))) +("claiming" nil (((k l ey) 1) ((m ih ng) 0))) +("claims" nil (((k l ey m z) 1))) +("clair" nil (((k l eh r) 1))) +("claire" nil (((k l eh r) 1))) +("clairmont" nil (((k l eh r) 1) ((m ax n t) 0))) +("clairol" nil (((k l eh) 1) ((r aa l) 0))) +("clairson" nil (((k l eh r) 1) ((s ax n) 0))) +("clairvoyance" nil (((k l eh r) 0) ((v oy) 1) ((ax n s) 0))) +("clam" nil (((k l ae m) 1))) +("clamber" nil (((k l ae m) 1) ((b er) 0))) +("clambered" nil (((k l ae m) 1) ((b er d) 0))) +("clamen" nil (((k l ey) 1) ((m ax n) 0))) +("clammy" nil (((k l ae) 1) ((m iy) 0))) +("clamor" nil (((k l ae) 1) ((m er) 0))) +("clamored" nil (((k l ae) 1) ((m er d) 0))) +("clamoring" nil (((k l ae) 1) ((m er) 0) ((ih ng) 0))) +("clamp" nil (((k l ae m p) 1))) +("clampdown" nil (((k l ae m p) 1) ((d aw n) 1))) +("clamped" nil (((k l ae m p t) 1))) +("clamping" nil (((k l ae m) 1) ((p ih ng) 0))) +("clampitt" nil (((k l ax m) 0) ((p ih t) 1))) +("clamps" nil (((k l ae m p s) 1))) +("clams" nil (((k l ae m z) 1))) +("clamshell" nil (((k l ae m) 1) ((sh eh l) 1))) +("clan" nil (((k l ae n) 1))) +("clancey" nil (((k l ae n) 1) ((s iy) 0))) +("clancy" nil (((k l ae n) 1) ((s iy) 0))) +("clandestine" nil (((k l ae n) 0) ((d eh) 1) ((s t ih n) 0))) +("clandestinely" nil (((k l ae n) 0) ((d eh) 1) ((s t ax n) 0) ((l iy) 0))) +("clang" nil (((k l ae ng) 1))) +("clanged" n (((k l ae ng d) 1))) +("clanging" nil (((k l ae ng) 1) ((ih ng) 0))) +("clanin" nil (((k l ae) 1) ((n ih n) 0))) +("clanking" nil (((k l ae ng) 1) ((k ih ng) 0))) +("clannish" nil (((k l ae) 1) ((n ih sh) 0))) +("clans" nil (((k l ae n z) 1))) +("clanton" nil (((k l ae n) 1) ((t ax n) 0))) +("clap" nil (((k l ae p) 1))) +("clapboard" nil (((k l ae p) 1) ((b ao r d) 1))) +("clapboards" nil (((k l ae p) 1) ((b ao r d z) 1))) +("clapham" nil (((k l ae) 1) ((f ax m) 0))) +("clapman" nil (((k l ae p) 1) ((m ax n) 0))) +("clapp" nil (((k l ae p) 1))) +("clapped" nil (((k l ae p t) 1))) +("clapper" nil (((k l ae) 1) ((p er) 0))) +("clapping" nil (((k l ae) 1) ((p ih ng) 0))) +("claps" nil (((k l ae p s) 1))) +("clapsaddle" nil (((k l ae p) 1) ((s ae) 1) ((d ax l) 0))) +("clapton" nil (((k l ae p) 1) ((t ax n) 0))) +("clar" nil (((k l aa r) 1))) +("clara" nil (((k l ae) 1) ((r ax) 0))) +("clarabelle" nil (((k l ae) 1) ((r ax) 0) ((b ax l) 0))) +("claramae" nil (((k l aa) 0) ((r aa) 1) ((m ay) 0))) +("clarcor" nil (((k l aa r) 1) ((k ao r) 1))) +("clardy" nil (((k l aa r) 1) ((d iy) 0))) +("clare" nil (((k l eh r) 1))) +("claremont" nil (((k l eh r) 1) ((m aa n t) 1))) +("claren" nil (((k l ae) 1) ((r ax n) 0))) +("clarence" nil (((k l eh) 1) ((r ax n s) 0))) +("clarendon" nil (((k l eh) 1) ((r ax n) 0) ((d ax n) 0))) +("claresta" nil (((k l aa) 0) ((r eh) 1) ((s t ax) 0))) +("clarette" nil (((k l er) 0) ((eh t) 1))) +("clarey" nil (((k l ae) 1) ((r iy) 0))) +("claribel" nil (((k l eh) 1) ((r ax) 0) ((b eh l) 1))) +("clarice" nil (((k l er) 0) ((iy s) 1))) +("clarida" nil (((k l aa) 0) ((r iy) 1) ((d ax) 0))) +("claridge" nil (((k l eh) 1) ((r ih jh) 0))) +("clarification" nil (((k l eh) 1) ((r ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("clarifications" nil (((k l eh) 1) ((r ih) 0) ((f ih) 0) ((k ey) 1) ((sh ax n z) 0))) +("clarified" nil (((k l eh) 1) ((r ax) 0) ((f ay d) 1))) +("clarifies" nil (((k l eh) 1) ((r ax) 0) ((f ay z) 1))) +("clarify" nil (((k l eh) 1) ((r ax) 0) ((f ay) 1))) +("clarifying" nil (((k l eh) 1) ((r ax) 0) ((f ay) 1) ((ih ng) 0))) +("clarimond" nil (((k l ae) 1) ((r ih) 0) ((m ax n d) 0))) +("clarinda" nil (((k l er) 0) ((ih n) 1) ((d ax) 0))) +("clarine" nil (((k l eh) 1) ((r iy n) 0))) +("clarinet" nil (((k l eh) 1) ((r ax) 0) ((n eh t) 1))) +("clarinetist" nil (((k l eh) 1) ((r ax) 0) ((n eh) 1) ((t ih s t) 0))) +("clarinetists" nil (((k l eh) 1) ((r ax) 0) ((n eh) 1) ((t ih s t s) 0))) +("clarins" nil (((k l eh) 1) ((r ih n z) 0))) +("clarion" nil (((k l eh) 1) ((r iy) 0) ((ax n) 0))) +("claris" nil (((k l eh) 1) ((r ih s) 0))) +("clarissa" nil (((k l er) 0) ((ih) 1) ((s ax) 0))) +("clarisse" nil (((k l ae) 1) ((r ih s) 0))) +("clarita" nil (((k l aa) 0) ((r iy) 1) ((t ax) 0))) +("claritin" nil (((k l eh) 1) ((r ih) 0) ((t ih n) 0))) +("clarity" nil (((k l eh) 1) ((r ax) 0) ((t iy) 0))) +("clark" nil (((k l aa r k) 1))) +("clarke" nil (((k l aa r k) 1))) +("clarkin" nil (((k l aa r) 1) ((k ih n) 0))) +("clarks" nil (((k l aa r k s) 1))) +("clarksburg" nil (((k l aa r k s) 1) ((b er g) 0))) +("clarkson" nil (((k l aa r k) 1) ((s ax n) 0))) +("clarkston" nil (((k l aa r k) 1) ((s t ax n) 0))) +("clarksville" nil (((k l aa r k) 1) ((s v ih l) 1))) +("claro" nil (((k l aa) 1) ((r ow) 0))) +("clarostat" nil (((k l eh) 1) ((r ax) 0) ((s t ae t) 1))) +("clarridge" nil (((k l ae) 1) ((r ih jh) 0))) +("clarrisse" nil (((k l ae) 1) ((r ih s) 0))) +("clary" nil (((k l eh) 1) ((r iy) 0))) +("clasby" nil (((k l ae s) 1) ((b iy) 0))) +("clasen" nil (((k l ey) 1) ((s ax n) 0))) +("clash" nil (((k l ae sh) 1))) +("clashed" nil (((k l ae sh t) 1))) +("clashes" nil (((k l ae) 1) ((sh ih z) 0))) +("clashing" nil (((k l ae) 1) ((sh ih ng) 0))) +("clason" nil (((k l ae) 1) ((s ax n) 0))) +("clasp" nil (((k l ae s p) 1))) +("clasped" nil (((k l ae s p t) 1))) +("class" nil (((k l ae s) 1))) +("classaction" nil (((k l ae) 1) ((s ae k) 1) ((sh ax n) 0))) +("classed" nil (((k l ae s t) 1))) +("classen" nil (((k l ae) 1) ((s ax n) 0))) +("classes" nil (((k l ae) 1) ((s ax z) 0))) +("classic" nil (((k l ae) 1) ((s ih k) 0))) +("classical" nil (((k l ae) 1) ((s ih) 0) ((k ax l) 0))) +("classically" nil (((k l ae) 1) ((s ih) 0) ((k l iy) 0))) +("classicism" nil (((k l ae) 1) ((s ih) 0) ((s ih) 1) ((z ax m) 0))) +("classicist" nil (((k l ae) 1) ((s ax) 0) ((s ax s t) 0))) +("classics" nil (((k l ae) 1) ((s ih k s) 0))) +("classier" nil (((k l ae) 1) ((s iy) 0) ((er) 0))) +("classifiable" nil (((k l ae) 1) ((s ax) 0) ((f ay) 1) ((ax) 0) ((b ax l) 0))) +("classification" nil (((k l ae) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("classifications" nil (((k l ae) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("classified" nil (((k l ae) 1) ((s ax) 0) ((f ay d) 1))) +("classifies" nil (((k l ae) 1) ((s ax) 0) ((f ay z) 1))) +("classify" nil (((k l ae) 1) ((s ax) 0) ((f ay) 1))) +("classifying" nil (((k l ae) 1) ((s ax) 0) ((f ay) 1) ((ih ng) 0))) +("classing" nil (((k l ae) 1) ((s ih ng) 0))) +("classless" nil (((k l ae) 1) ((s l ax s) 0))) +("classmate" nil (((k l ae) 1) ((s m ey t) 1))) +("classmates" nil (((k l ae) 1) ((s m ey t s) 1))) +("classon" nil (((k l ae) 1) ((s ax n) 0))) +("classroom" nil (((k l ae) 1) ((s r uw m) 1))) +("classrooms" nil (((k l ae) 1) ((s r uw m z) 1))) +("classy" nil (((k l ae) 1) ((s iy) 0))) +("clatter" nil (((k l ae) 1) ((t er) 0))) +("claud" nil (((k l ao d) 1))) +("claude" nil (((k l ao d) 1))) +("claudette" nil (((k l ow) 0) ((d eh t) 1))) +("claudia" nil (((k l ao) 1) ((d iy) 0) ((ax) 0))) +("claudian" nil (((k l ao) 1) ((d iy) 0) ((ax n) 0))) +("claudie" nil (((k l ao) 1) ((d iy) 0))) +("claudina" nil (((k l ao) 1) ((d ih) 0) ((n ax) 0))) +("claudine" nil (((k l ao) 0) ((d iy n) 1))) +("claudio" nil (((k l ao) 1) ((d iy) 0) ((ow) 1))) +("claudius" nil (((k l ao) 1) ((d iy) 0) ((ax s) 0))) +("claudson" nil (((k l ao d) 1) ((s ax n) 0))) +("claunch" nil (((k l ao n ch) 1))) +("claus" nil (((k l ao z) 1))) +("clause" nil (((k l ao z) 1))) +("clausell" nil (((k l ao) 1) ((z ax l) 0))) +("clausen" nil (((k l aw) 1) ((s ax n) 0))) +("clauser" nil (((k l ao) 1) ((z er) 0))) +("clauses" nil (((k l ao) 1) ((z ax z) 0))) +("clausing" nil (((k l ao) 1) ((z ih ng) 0))) +("clauson" nil (((k l ao) 1) ((z ax n) 0))) +("clauss" nil (((k l ao s) 1))) +("claussen" nil (((k l ao z) 1) ((s ax n) 0))) +("claustrophobia" nil (((k l ao) 1) ((s t r ax) 0) ((f ow) 1) ((b iy) 0) ((ax) 0))) +("claustrophobic" nil (((k l ao) 1) ((s t r ax) 0) ((f ow) 1) ((b ih k) 0))) +("clavette" nil (((k l ax) 0) ((v eh t) 1))) +("clavichord" nil (((k l ae) 1) ((v ax) 0) ((k ao r d) 1))) +("clavicle" nil (((k l ae) 1) ((v ax) 0) ((k ax l) 0))) +("clavin" nil (((k l ae) 1) ((v ih n) 0))) +("claw" nil (((k l ao) 1))) +("clawed" nil (((k l ao d) 1))) +("clawing" nil (((k l ao) 1) ((ih ng) 0))) +("claws" nil (((k l ao z) 1))) +("clawson" nil (((k l ao) 1) ((s ax n) 0))) +("claxon" nil (((k l ae k) 1) ((s ax n) 0))) +("claxton" nil (((k l ae k) 1) ((s t ax n) 0))) +("clay" nil (((k l ey) 1))) +("claybaugh" nil (((k l ey) 1) ((b ao) 1))) +("clayborn" nil (((k l ey) 1) ((b er n) 0))) +("clayborne" nil (((k l ey) 1) ((b er n) 0))) +("claybourne" nil (((k l ey) 1) ((b er n) 0))) +("claybrook" nil (((k l ey) 1) ((b r uh k) 1))) +("claybrooks" nil (((k l ey) 1) ((b r uh k s) 1))) +("clayburn" nil (((k l ey) 1) ((b er n) 1))) +("claycomb" nil (((k l ey) 1) ((k ax m) 0))) +("clayey" nil (((k l ey) 1) ((iy) 0))) +("clayman" nil (((k l ey) 1) ((m ax n) 0))) +("claymation" nil (((k l ey) 1) ((m ey) 1) ((sh ax n) 0))) +("claymont" nil (((k l ey) 1) ((m aa n t) 1))) +("claymore" nil (((k l ey) 1) ((m ao r) 1))) +("claypool" nil (((k l ey) 1) ((p uw l) 1))) +("claypoole" nil (((k l ey) 1) ((p uw l) 1))) +("clays" nil (((k l ey z) 1))) +("clayson" nil (((k l ey) 1) ((z ax n) 0))) +("clayton" nil (((k l ey) 1) ((t ax n) 0))) +("claytor" nil (((k l ey) 1) ((t er) 0))) +("claywell" nil (((k l ey) 1) ((w eh l) 1))) +("cleah" nil (((k iy) 1) ((ax) 0))) +("clean" nil (((k l iy n) 1))) +("cleaned" nil (((k l iy n d) 1))) +("cleaner" nil (((k l iy) 1) ((n er) 0))) +("cleaners" nil (((k l iy) 1) ((n er z) 0))) +("cleanest" nil (((k l iy) 1) ((n ax s t) 0))) +("cleaning" nil (((k l iy) 1) ((n ih ng) 0))) +("cleanliness" nil (((k l eh n) 1) ((l iy) 0) ((n ih s) 0))) +("cleanly" nil (((k l iy n) 1) ((l iy) 0))) +("cleans" nil (((k l iy n z) 1))) +("cleanse" nil (((k l eh n z) 1))) +("cleansed" nil (((k l eh n z d) 1))) +("cleanser" nil (((k l eh n) 1) ((z er) 0))) +("cleansers" nil (((k l eh n) 1) ((z er z) 0))) +("cleansing" nil (((k l eh n) 1) ((z ih ng) 0))) +("cleantha" nil (((k l iy n) 1) ((th ax) 0))) +("cleanup" nil (((k l iy) 1) ((n ah p) 1))) +("cleanups" nil (((k l iy) 1) ((n ah p s) 1))) +("clear" nil (((k l ih r) 1))) +("clearance" nil (((k l ih) 1) ((r ax n s) 0))) +("clearances" nil (((k l ih) 1) ((r ax n) 0) ((s ih z) 0))) +("clearcut" nil (((k l ih r) 1) ((k ah t) 1))) +("clearcuts" nil (((k l ih r) 1) ((k ah t s) 1))) +("clearcutting" nil (((k l ih r) 1) ((k ah) 1) ((t ih ng) 0))) +("cleared" nil (((k l ih r d) 1))) +("clearer" nil (((k l ih) 1) ((r er) 0))) +("clearest" nil (((k l ih) 1) ((r ih s t) 0))) +("clearing" nil (((k l ih) 1) ((r ih ng) 0))) +("clearinghouse" nil (((k l ih) 1) ((r ih ng) 0) ((hh aw s) 1))) +("clearinghouses" nil (((k l iy) 1) ((r ih ng) 0) ((hh aw) 1) ((s ih z) 0))) +("clearly" nil (((k l ih r) 1) ((l iy) 0))) +("clearman" nil (((k l ih r) 1) ((m ax n) 0))) +("clears" nil (((k l ih r z) 1))) +("clearwater" nil (((k l ih r) 1) ((w ao) 1) ((t er) 0))) +("cleary" nil (((k l ih) 1) ((r iy) 0))) +("cleat" nil (((k l iy t) 1))) +("cleats" nil (((k l iy t s) 1))) +("cleavage" nil (((k l iy) 1) ((v ax jh) 0))) +("cleaveland" nil (((k l iy) 1) ((v l ax n d) 0))) +("cleavenger" nil (((k l iy) 1) ((v ih n) 0) ((jh er) 0))) +("cleaver" nil (((k l iy) 1) ((v er) 0))) +("cleaves" nil (((k l iy v z) 1))) +("cleckler" nil (((k l eh) 1) ((k l er) 0))) +("cleckley" nil (((k l eh) 1) ((k l iy) 0))) +("cleckner" nil (((k l eh k) 1) ((n er) 0))) +("cleek" nil (((k l iy k) 1))) +("cleere" nil (((k l ih r) 1))) +("cleese" nil (((k l iy s) 1))) +("cleeton" nil (((k l iy) 1) ((t ax n) 0))) +("clegg" nil (((k l eh g) 1))) +("cleghorn" nil (((k l eh g) 1) ((hh er n) 0))) +("cleland" nil (((k l eh) 1) ((l ax n d) 0))) +("clell" nil (((k l eh l) 1))) +("clelland" nil (((k l eh) 1) ((l ax n d) 0))) +("clem" nil (((k l eh m) 1))) +("clemans" nil (((k l eh) 1) ((m ax n z) 0))) +("clematis" nil (((k l eh) 1) ((m ax) 0) ((t ih s) 0))) +("clemen" nil (((k l eh) 1) ((m ax n) 0))) +("clemence" nil (((k l eh) 1) ((m ax n s) 0))) +("clemency" nil (((k l eh) 1) ((m ax n) 0) ((s iy) 0))) +("clemens" nil (((k l eh) 1) ((m ax n z) 0))) +("clemensen" nil (((k l eh) 1) ((m ax n) 0) ((s ax n) 0))) +("clemenson" nil (((k l eh) 1) ((m ih n) 0) ((s ax n) 0))) +("clement" nil (((k l eh) 1) ((m ax n t) 0))) +("clemente" nil (((k l ax) 0) ((m eh n) 1) ((t ey) 0))) +("clementi" nil (((k l ax) 0) ((m eh n) 1) ((t iy) 0))) +("clementia" nil (((k l ax) 0) ((m eh n) 1) ((sh ax) 0))) +("clementine" nil (((k l eh) 1) ((m ax n) 0) ((t ay n) 1))) +("clements" nil (((k l eh) 1) ((m ax n t s) 0))) +("clementson" nil (((k l eh) 1) ((m ih n t) 0) ((s ax n) 0))) +("clementz" nil (((k l eh) 1) ((m ih n t s) 0))) +("clemmer" nil (((k l eh) 1) ((m er) 0))) +("clemmie" nil (((k l eh) 1) ((m iy) 0))) +("clemmons" nil (((k l eh) 1) ((m ax n z) 0))) +("clemmy" nil (((k l eh) 1) ((m iy) 0))) +("clemo" nil (((k l ey) 1) ((m ow) 0))) +("clemons" nil (((k l eh) 1) ((m ax n z) 0))) +("clemson" nil (((k l eh m) 1) ((s ax n) 0))) +("clenched" nil (((k l eh n ch t) 1))) +("clendaniel" nil (((k l eh n) 1) ((d ax) 0) ((n iy l) 1))) +("clendenen" nil (((k l eh n) 1) ((d ax) 0) ((n ax n) 0))) +("clendenin" nil (((k l eh n) 1) ((d ih) 0) ((n ih n) 0))) +("clendening" nil (((k l eh n) 1) ((d ax) 0) ((n ih ng) 0))) +("clendenning" nil (((k l eh n) 1) ((d eh) 1) ((n ih ng) 0))) +("clenney" nil (((k l eh) 1) ((n iy) 0))) +("cleo" nil (((k l iy) 1) ((ow) 0))) +("cleopatra" nil (((k l iy) 1) ((ax) 0) ((p ae) 1) ((t r ax) 0))) +("clephane" nil (((k l eh) 1) ((f ey n) 1))) +("clepper" nil (((k l eh) 1) ((p er) 0))) +("clerc" nil (((k l er k) 1))) +("clercq" nil (((k l er k) 1))) +("clergy" nil (((k l er) 1) ((jh iy) 0))) +("clergyman" nil (((k l er) 1) ((jh iy) 0) ((m ax n) 0))) +("clergymen" nil (((k l er) 1) ((jh iy) 0) ((m ih n) 0))) +("cleric" nil (((k l eh) 1) ((r ih k) 0))) +("clerical" nil (((k l eh) 1) ((r ax) 0) ((k ax l) 0))) +("clerics" nil (((k l eh) 1) ((r ih k s) 0))) +("clerissa" nil (((k l er) 0) ((iy) 1) ((s ax) 0))) +("clerk" nil (((k l er k) 1))) +("clerkin" nil (((k l er) 1) ((k ih n) 0))) +("clerks" nil (((k l er k s) 1))) +("clermont" nil (((k l eh r) 1) ((m aa n t) 1))) +("cleva" nil (((k l iy) 1) ((v ax) 0))) +("cleve" nil (((k l iy v) 1))) +("cleveland" nil (((k l iy) 1) ((v l ax n d) 0))) +("clevelanders" nil (((k l iy) 1) ((v l ax n) 0) ((d er z) 0))) +("cleven" nil (((k l iy) 1) ((v ax n) 0))) +("clevenger" nil (((k l eh) 1) ((v ih n) 0) ((jh er) 0))) +("clever" nil (((k l eh) 1) ((v er) 0))) +("cleverly" nil (((k l eh) 1) ((v er) 0) ((l iy) 0))) +("cleverness" nil (((k l eh) 1) ((v er) 0) ((n ax s) 0))) +("clevetrust" nil (((k l iy v) 1) ((t r ah s t) 1))) +("clevie" nil (((k l iy) 1) ((v iy) 0))) +("clevinger" nil (((k l eh) 1) ((v ih ng) 0) ((er) 0))) +("clevite" nil (((k l ax) 0) ((v ay t) 1))) +("clewell" nil (((k l eh) 1) ((w eh l) 0))) +("clewis" nil (((k l uw) 1) ((ih s) 0))) +("clews" nil (((k l uw z) 1))) +("cliantha" nil (((k l iy) 0) ((ae n) 1) ((th ax) 0))) +("cliburn" nil (((k l ih) 1) ((b er n) 0))) +("cliche" nil (((k l iy) 0) ((sh ey) 1))) +("cliched" nil (((k l iy) 1) ((sh ey d) 1))) +("cliches" nil (((k l iy) 0) ((sh ey z) 1))) +("click" nil (((k l ih k) 1))) +("clicked" nil (((k l ih k t) 1))) +("clicking" nil (((k l ih) 1) ((k ih ng) 0))) +("clickner" nil (((k l ih k) 1) ((n er) 0))) +("clicks" nil (((k l ih k s) 1))) +("client" nil (((k l ay) 1) ((ax n t) 0))) +("clientele" nil (((k l ay) 1) ((ax n) 0) ((t eh l) 1))) +("clients" nil (((k l ay) 1) ((ax n t s) 0))) +("cliett" nil (((k l iy t) 1))) +("clif" nil (((k l ih f) 1))) +("cliff" nil (((k l ih f) 1))) +("cliffe" nil (((k l ih f) 1))) +("cliffhanger" nil (((k l ih f) 1) ((hh ae ng) 1) ((er) 0))) +("cliffhangers" nil (((k l ih f) 1) ((hh ae ng) 1) ((er z) 0))) +("clifford" nil (((k l ih) 1) ((f er d) 0))) +("cliffs" nil (((k l ih f s) 1))) +("clift" nil (((k l ih f t) 1))) +("clifton" nil (((k l ih f) 1) ((t ax n) 0))) +("cliggott" nil (((k l ih) 1) ((g ax t) 0))) +("clim" nil (((k l ih m) 1))) +("climaco" nil (((k l ih) 1) ((m ax) 0) ((k ow) 0))) +("climactic" nil (((k l ay) 0) ((m ae k) 1) ((t ih k) 0))) +("climate" nil (((k l ay) 1) ((m ax t) 0))) +("climates" nil (((k l ay) 1) ((m ax t s) 0))) +("climatic" nil (((k l ay) 0) ((m ae) 1) ((t ih k) 0))) +("climatologist" nil (((k l ih) 1) ((m ax) 0) ((t aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("climax" nil (((k l ay) 1) ((m ae k s) 1))) +("climaxed" nil (((k l ay) 1) ((m ae k s t) 1))) +("climaxes" nil (((k l ih) 1) ((m ae k) 0) ((s ih z) 0))) +("climb" nil (((k l ay m) 1))) +("climbed" nil (((k l ay m d) 1))) +("climber" nil (((k l ay) 1) ((m er) 0))) +("climbers" nil (((k l ay) 1) ((m er z) 0))) +("climbing" nil (((k l ay) 1) ((m ih ng) 0))) +("climbs" nil (((k l ay m z) 1))) +("climer" nil (((k l ay) 1) ((m er) 0))) +("climes" nil (((k l ay m z) 1))) +("clinard" nil (((k l ih) 1) ((n er d) 0))) +("clinch" nil (((k l ih n ch) 1))) +("clinched" nil (((k l ih n ch t) 1))) +("clincher" nil (((k l ih n) 1) ((ch er) 0))) +("clinches" nil (((k l ih n) 1) ((ch ax z) 0))) +("clinching" nil (((k l ih n) 1) ((ch ih ng) 0))) +("cline" nil (((k l ay n) 1))) +("clines" nil (((k l ay n z) 1))) +("cling" nil (((k l ih ng) 1))) +("clingan" nil (((k l ih ng) 1) ((g ax n) 0))) +("clingenpeel" nil (((k l ih ng) 0) ((g eh n) 1) ((p iy l) 0))) +("clinger" nil (((k l ih ng) 1) ((er) 0))) +("clingerman" nil (((k l ih ng) 1) ((er) 0) ((m ax n) 0))) +("clinging" nil (((k l ih ng) 1) ((ih ng) 0))) +("clingman" nil (((k l ih ng) 1) ((m ax n) 0))) +("clings" nil (((k l ih ng z) 1))) +("clini" nil (((k l iy) 1) ((n iy) 0))) +("clinic" nil (((k l ih) 1) ((n ih k) 0))) +("clinical" nil (((k l ih) 1) ((n ax) 0) ((k ax l) 0))) +("clinically" nil (((k l ih) 1) ((n ih) 0) ((k ax) 0) ((l iy) 0))) +("clinician" nil (((k l ih) 0) ((n ih) 1) ((sh ax n) 0))) +("clinicians" nil (((k l ih) 0) ((n ih) 1) ((sh ax n z) 0))) +("clinics" nil (((k l ih) 1) ((n ih k s) 0))) +("clink" nil (((k l ih ng k) 1))) +("clinkenbeard" nil (((k l ih ng) 0) ((k eh n) 1) ((b er d) 0))) +("clinkscale" nil (((k l ih ng k) 1) ((s k ey l) 1))) +("clinkscales" nil (((k l ih ng k) 1) ((s k ey l z) 1))) +("clint" nil (((k l ih n t) 1))) +("clinton" nil (((k l ih n) 1) ((t ax n) 0))) +("clintonites" nil (((k l ih n) 1) ((t ax) 0) ((n ay t s) 1))) +("clintonomics" nil (((k l ih n) 1) ((t ax) 0) ((n aa) 1) ((m ih k s) 0))) +("clintons" nil (((k l ih n) 1) ((t ax n z) 0))) +("clio" nil (((k l iy) 1) ((ow) 0))) +("clip" nil (((k l ih p) 1))) +("clipboard" nil (((k l ih p) 1) ((b ao r d) 1))) +("clippard" nil (((k l ih) 1) ((p er d) 0))) +("clipped" nil (((k l ih p t) 1))) +("clipper" nil (((k l ih) 1) ((p er) 0))) +("clippers" nil (((k l ih) 1) ((p er z) 0))) +("clipping" nil (((k l ih) 1) ((p ih ng) 0))) +("clippinger" nil (((k l ih) 1) ((p ih ng) 0) ((er) 0))) +("clippings" nil (((k l ih) 1) ((p ih ng z) 0))) +("clips" nil (((k l ih p s) 1))) +("clique" nil (((k l iy k) 1))) +("cliques" nil (((k l ih k s) 1))) +("clites" nil (((k l ay t s) 1))) +("clive" nil (((k l ay v) 1))) +("cliver" nil (((k l ay) 1) ((v er) 0))) +("cloak" nil (((k l ow k) 1))) +("cloaked" nil (((k l ow k t) 1))) +("cloaking" nil (((k l ow) 1) ((k ih ng) 0))) +("clobber" nil (((k l aa) 1) ((b er) 0))) +("clobbered" nil (((k l aa) 1) ((b er d) 0))) +("clobbering" nil (((k l aa) 1) ((b er) 0) ((ih ng) 0))) +("clock" nil (((k l aa k) 1))) +("clocked" nil (((k l aa k t) 1))) +("clocks" nil (((k l aa k s) 1))) +("clockwork" nil (((k l aa) 1) ((k w er k) 1))) +("clodfelter" nil (((k l aa d) 1) ((f eh l) 1) ((t er) 0))) +("clodoveo" nil (((k l ow) 0) ((d ow) 1) ((v iy) 0) ((ow) 0))) +("cloe" nil (((k l ow) 1))) +("cloer" nil (((k l ow) 1) ((er) 0))) +("cloey" nil (((k l ow) 1) ((iy) 0))) +("clog" nil (((k l aa g) 1))) +("clogged" nil (((k l ao g d) 1))) +("clogging" nil (((k l aa) 1) ((g ih ng) 0))) +("clogs" nil (((k l aa g z) 1))) +("clogston" nil (((k l aa g) 1) ((s t ax n) 0))) +("cloherty" nil (((k l aa) 1) ((hh er) 0) ((t iy) 0))) +("clohessy" nil (((k l aa) 1) ((hh ih) 0) ((s iy) 0))) +("cloistered" nil (((k l oy) 1) ((s t er d) 0))) +("cloisters" nil (((k l oy) 1) ((s t er z) 0))) +("cloke" nil (((k l ow k) 1))) +("clomipramine" nil (((k l ow) 1) ((m ih) 0) ((p r ax) 0) ((m ay n) 1))) +("clonch" nil (((k l aa n ch) 1))) +("clone" nil (((k l ow n) 1))) +("cloned" nil (((k l ow n d) 1))) +("clones" nil (((k l ow n z) 1))) +("clonidine" nil (((k l aa) 1) ((n ih) 0) ((d iy n) 1))) +("cloning" nil (((k l ow) 1) ((n ih ng) 0))) +("cloninger" nil (((k l ow) 1) ((n ih ng) 0) ((er) 0))) +("clonts" nil (((k l aa n t s) 1))) +("clontz" nil (((k l aa n t s) 1))) +("cloonan" nil (((k l uw) 1) ((n ax n) 0))) +("clootie" nil (((k l uw) 1) ((t iy) 0))) +("clopper" nil (((k l aa) 1) ((p er) 0))) +("clopton" nil (((k l aa p) 1) ((t ax n) 0))) +("clore" nil (((k l ao r) 1))) +("clorinda" nil (((k l ao) 0) ((r iy n) 1) ((d ax) 0))) +("clorox" nil (((k l ao) 1) ((r aa k s) 0))) +("clos" nil (((k l aa s) 1))) +("close" n (((k l ow s) 1))) +("close" v (((k l ow z) 1))) +("closed" nil (((k l ow z d) 1))) +("closedown" nil (((k l ow z) 1) ((d aw n) 1))) +("closedowns" nil (((k l ow z) 1) ((d aw n z) 1))) +("closely" nil (((k l ow) 1) ((s l iy) 0))) +("closeness" nil (((k l ow) 1) ((s n ih s) 0))) +("closer" nil (((k l ow) 1) ((s er) 0))) +("closes" nil (((k l ow) 1) ((z ih z) 0))) +("closest" nil (((k l ow) 1) ((s ax s t) 0))) +("closet" nil (((k l aa) 1) ((z ax t) 0))) +("closeted" nil (((k l aa) 1) ((z ax) 0) ((t ih d) 0))) +("closets" nil (((k l aa) 1) ((z ax t s) 0))) +("closeup" nil (((k l ow) 1) ((s ah p) 1))) +("closeups" nil (((k l ow) 1) ((s ah p s) 1))) +("closing" nil (((k l ow) 1) ((z ih ng) 0))) +("closings" nil (((k l ow) 1) ((z ih ng z) 0))) +("closs" nil (((k l ao s) 1))) +("closser" nil (((k l ao) 1) ((s er) 0))) +("closson" nil (((k l aa) 1) ((s ax n) 0))) +("closure" nil (((k l ow) 1) ((zh er) 0))) +("closures" nil (((k l ow) 1) ((zh er z) 0))) +("clot" nil (((k l aa t) 1))) +("clotfelter" nil (((k l aa t) 1) ((f eh l) 1) ((t er) 0))) +("cloth" nil (((k l ao th) 1))) +("clothe" nil (((k l ow dh) 1))) +("clothed" nil (((k l ow dh d) 1))) +("clothes" nil (((k l ow dh z) 1))) +("clotheshorse" nil (((k l ow z) 1) ((hh ao r s) 1))) +("clothestime" nil (((k l ow dh z) 1) ((t ay m) 1))) +("clothier" nil (((k l ow dh) 1) ((y er) 0))) +("clothiers" nil (((k l ow dh) 1) ((y er z) 0))) +("clothilda" nil (((k l ax) 0) ((th ih l) 1) ((d ax) 0))) +("clothilde" nil (((k l aa) 1) ((th ih l d) 0))) +("clothing" nil (((k l ow) 1) ((dh ih ng) 0))) +("cloths" nil (((k l ao th s) 1))) +("clotilda" nil (((k l ax) 0) ((t ih l) 1) ((d ax) 0))) +("clots" nil (((k l aa t s) 1))) +("clott" nil (((k l aa t) 1))) +("clotted" nil (((k l aa) 1) ((t ax d) 0))) +("clotting" nil (((k l aa) 1) ((t ih ng) 0))) +("cloture" nil (((k l ow) 1) ((ch er) 0))) +("clouatre" nil (((k l aw) 1) ((ax t r) 0))) +("cloud" nil (((k l aw d) 1))) +("cloudburst" nil (((k l aw d) 1) ((b er s t) 1))) +("clouded" nil (((k l aw) 1) ((d ax d) 0))) +("clouding" nil (((k l aw) 1) ((d ih ng) 0))) +("cloudless" nil (((k l aw d) 1) ((l ax s) 0))) +("clouds" nil (((k l aw d z) 1))) +("cloudy" nil (((k l aw) 1) ((d iy) 0))) +("clough" nil (((k l aw) 1))) +("clougherty" nil (((k l aw) 1) ((er) 0) ((t iy) 0))) +("clouse" nil (((k l aw s) 1))) +("clouser" nil (((k l aw) 1) ((s er) 0))) +("clout" nil (((k l aw t) 1))) +("clouthier" nil (((k l aw) 1) ((th iy) 0) ((er) 0))) +("cloutier" nil (((k l aw) 1) ((t iy) 0) ((er) 0))) +("clover" nil (((k l ow) 1) ((v er) 0))) +("cloverleaf" nil (((k l ow) 1) ((v er) 0) ((l iy f) 1))) +("cloves" nil (((k l ow v z) 1))) +("clovis" nil (((k l ow) 1) ((v ih s) 0))) +("clow" nil (((k l ow) 1))) +("cloward" nil (((k l ow) 1) ((w er d) 0))) +("clowdus" nil (((k l aw) 1) ((d ih s) 0))) +("clower" nil (((k l aw) 1) ((er) 0))) +("clowers" nil (((k l aw) 1) ((er z) 0))) +("clowes" nil (((k l aw z) 1))) +("clown" nil (((k l aw n) 1))) +("clowney" nil (((k l aw) 1) ((n iy) 0))) +("clowning" nil (((k l aw) 1) ((n ih ng) 0))) +("clowns" nil (((k l aw n z) 1))) +("cloyd" nil (((k l oy d) 1))) +("cloying" nil (((k l oy) 1) ((ih ng) 0))) +("clozapine" nil (((k l ow) 1) ((z ax) 0) ((p ay n) 1))) +("club" nil (((k l ah b) 1))) +("clubb" nil (((k l ah b) 1))) +("clubbed" nil (((k l ah b d) 1))) +("clubbing" nil (((k l ah) 1) ((b ih ng) 0))) +("clubby" nil (((k l ah) 1) ((b iy) 0))) +("clubhouse" nil (((k l ah b) 1) ((hh aw s) 1))) +("clubhouses" nil (((k l ah b) 1) ((hh aw) 1) ((s ih z) 0))) +("clubs" nil (((k l ah b z) 1))) +("clucas" nil (((k l uw) 1) ((k ax z) 0))) +("cluck" nil (((k l ah k) 1))) +("cluckey" nil (((k l ah) 1) ((k iy) 0))) +("clucking" nil (((k l ah) 1) ((k ih ng) 0))) +("clucks" nil (((k l ah k s) 1))) +("clue" nil (((k l uw) 1))) +("clued" nil (((k l uw d) 1))) +("clueless" nil (((k l uw) 1) ((l ax s) 0))) +("clues" nil (((k l uw z) 1))) +("cluett" nil (((k l uw) 1) ((ih t) 0))) +("cluff" nil (((k l ah f) 1))) +("clugston" nil (((k l ah g) 1) ((s t ax n) 0))) +("clukey" nil (((k l uw) 1) ((k iy) 0))) +("clum" nil (((k l ah m) 1))) +("clump" nil (((k l ah m p) 1))) +("clumps" nil (((k l ah m p s) 1))) +("clumpy" nil (((k l ah m) 1) ((p iy) 0))) +("clumsily" nil (((k l ah m) 1) ((s ax) 0) ((l iy) 0))) +("clumsiness" nil (((k l ah m) 1) ((z iy) 0) ((n ax s) 0))) +("clumsy" nil (((k l ah m) 1) ((z iy) 0))) +("clune" nil (((k l uw n) 1))) +("clung" nil (((k l ah ng) 1))) +("clunits" n (((s iy) 1) ((eh) 1) ((l y uw) 1) ((n ih t s) 0))) +("clunky" nil (((k l ah ng) 1) ((k iy) 0))) +("cluny" nil (((k l uw) 1) ((n iy) 0))) +("cluster" nil (((k l ah) 1) ((s t er) 0))) +("clustered" nil (((k l ah) 1) ((s t er d) 0))) +("clustergen" n (((k l ah) 1) ((s t er) 0) ((jh eh n) 1))) +("clustering" nil (((k l ah) 1) ((s t er) 0) ((ih ng) 0))) +("clusters" nil (((k l ah) 1) ((s t er z) 0))) +("clutch" nil (((k l ah ch) 1))) +("clutched" nil (((k l ah ch t) 1))) +("clutches" nil (((k l ah) 1) ((ch ax z) 0))) +("clutching" nil (((k l ah) 1) ((ch ih ng) 0))) +("clute" nil (((k l uw t) 1))) +("clutter" nil (((k l ah) 1) ((t er) 0))) +("cluttered" nil (((k l ah) 1) ((t er d) 0))) +("clutts" nil (((k l ah t s) 1))) +("clyatt" nil (((k l ay) 1) ((ax t) 0))) +("clyburn" nil (((k l ih) 1) ((b er n) 0))) +("clyde" nil (((k l ay d) 1))) +("clydesdale" nil (((k l ay d z) 1) ((d ey l) 1))) +("clymene" nil (((k l ih) 0) ((m iy n) 1))) +("clymer" nil (((k l ay) 1) ((m er) 0))) +("clyne" nil (((k l ay n) 1))) +("clyte" nil (((k l ay t) 1))) +("clytie" nil (((k l ih) 1) ((t iy) 0))) +("clyve" nil (((k l ay v) 1))) +("cmon" n (((k ax) 0) ((m aa n) 1))) +("cmos" nil (((s iy) 1) ((m ow s) 0))) +("cmu" nil (((s iy) 1) ((eh) 1) ((m y uw) 1))) +("cmx" nil (((k ax) 0) ((m eh k s) 1))) +("cny" nil (((s iy) 1) ((eh n) 1) ((w ay) 1))) +("co" nil (((k ow) 1))) +("coach" nil (((k ow ch) 1))) +("coached" nil (((k ow ch t) 1))) +("coaches" nil (((k ow) 1) ((ch ih z) 0))) +("coaching" nil (((k ow) 1) ((ch ih ng) 0))) +("coachman" nil (((k ow ch) 1) ((m ax n) 0))) +("coad" nil (((k ow d) 1))) +("coady" nil (((k ow) 1) ((d iy) 0))) +("coagulating" nil (((k ow) 0) ((ae) 1) ((g y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("coagulation" nil (((k ow) 0) ((ae) 1) ((g y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("coakley" nil (((k ow) 1) ((k l iy) 0))) +("coal" nil (((k ow l) 1))) +("coale" nil (((k ow l) 1))) +("coalesce" nil (((k ow) 1) ((ax) 0) ((l eh s) 1))) +("coalesced" nil (((k ow) 1) ((ax) 0) ((l eh s t) 1))) +("coalescing" nil (((k ow) 1) ((ax) 0) ((l eh) 1) ((s ih ng) 0))) +("coalition" nil (((k ow) 1) ((ax) 0) ((l ih) 1) ((sh ax n) 0))) +("coalitions" nil (((k ow) 1) ((ax) 0) ((l ih) 1) ((sh ax n z) 0))) +("coals" nil (((k ow l z) 1))) +("coalson" nil (((k ow l) 1) ((s ax n) 0))) +("coan" nil (((k ow n) 1))) +("coar" nil (((k ao r) 1))) +("coarse" nil (((k ao r s) 1))) +("coarser" nil (((k ao r) 1) ((s er) 0))) +("coast" nil (((k ow s t) 1))) +("coastal" nil (((k ow) 1) ((s t ax l) 0))) +("coastamerica" nil (((k ow) 1) ((s t ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("coasted" nil (((k ow) 1) ((s t ih d) 0))) +("coaster" nil (((k ow) 1) ((s t er) 0))) +("coasters" nil (((k ow) 1) ((s t er z) 0))) +("coasting" nil (((k ow) 1) ((s t ih ng) 0))) +("coastline" nil (((k ow s t) 1) ((l ay n) 1))) +("coastlines" nil (((k ow s t) 1) ((l ay n z) 1))) +("coasts" nil (((k ow s t s) 1))) +("coat" nil (((k ow t) 1))) +("coate" nil (((k ow) 1) ((ey t) 1))) +("coated" nil (((k ow) 1) ((t ax d) 0))) +("coates" nil (((k ow) 1) ((ey t s) 1))) +("coatesville" nil (((k ow t) 1) ((s v ih l) 1))) +("coating" nil (((k ow) 1) ((t ih ng) 0))) +("coatings" nil (((k ow) 1) ((t ih ng z) 0))) +("coatney" nil (((k ow t) 1) ((n iy) 0))) +("coats" nil (((k ow t s) 1))) +("coattails" nil (((k ow t) 1) ((t ey l z) 1))) +("coauthors" nil (((k ow) 1) ((aa) 1) ((th er z) 0))) +("coax" nil (((k ow k s) 1))) +("coaxed" nil (((k ow k s t) 1))) +("coaxes" nil (((k ow k) 1) ((s ih z) 0))) +("coaxial" nil (((k ow) 1) ((ae k) 1) ((s iy) 0) ((ax l) 0))) +("coaxing" nil (((k ow k) 1) ((s ih ng) 0))) +("coaxum" nil (((k ow k) 1) ((s ax m) 0))) +("cob" nil (((k aa b) 1))) +("cobain" nil (((k ow) 1) ((b ey n) 1))) +("cobalt" nil (((k ow) 1) ((b ao l t) 1))) +("cobaugh" nil (((k aa) 1) ((b ao) 0))) +("cobb" nil (((k aa b) 1))) +("cobbett" nil (((k aa) 1) ((b ih t) 0))) +("cobbins" nil (((k aa) 1) ((b ih n z) 0))) +("cobble" nil (((k aa) 1) ((b ax l) 0))) +("cobbled" nil (((k aa) 1) ((b ax l d) 0))) +("cobbler" nil (((k aa) 1) ((b l er) 0))) +("cobblers" nil (((k aa) 1) ((b l er z) 0))) +("cobblestones" nil (((k aa) 1) ((b ax l) 0) ((s t ow n z) 1))) +("cobbs" nil (((k aa b z) 1))) +("cobe" nil (((k ow b) 1))) +("coben" nil (((k ow) 1) ((b ax n) 0))) +("cobepa" nil (((k ow) 0) ((b ey) 1) ((p ax) 0))) +("coberly" nil (((k ow) 1) ((b er) 0) ((l iy) 0))) +("cobern" nil (((k aa) 1) ((b er n) 0))) +("cobert" nil (((k aa) 1) ((b er t) 0))) +("cobey" nil (((k ow) 1) ((b iy) 0))) +("cobia" nil (((k ow) 1) ((b iy) 0) ((ax) 0))) +("cobian" nil (((k ow) 1) ((b iy) 0) ((ax n) 0))) +("cobin" nil (((k ow) 1) ((b ih n) 0))) +("coble" nil (((k ow) 1) ((b ax l) 0))) +("cobleigh" nil (((k aa) 1) ((b l ax) 0))) +("coblentz" nil (((k aa) 1) ((b l ih n t s) 0))) +("cobler" nil (((k ow) 1) ((b ax) 0) ((l er) 0))) +("cobo" nil (((k ow) 1) ((b ow) 0))) +("cobos" nil (((k ow) 1) ((b ow z) 0))) +("cobra" nil (((k ow) 1) ((b r ax) 0))) +("cobras" nil (((k ow) 1) ((b r ax z) 0))) +("cobre" nil (((k aa) 1) ((b r ax) 0))) +("cobrin" nil (((k aa) 1) ((b r ih n) 0))) +("cobs" nil (((k aa b z) 1))) +("coburn" nil (((k ow) 1) ((b er n) 0))) +("cobwebs" nil (((k aa) 1) ((b w eh b z) 1))) +("coby" nil (((k ow) 1) ((b iy) 0))) +("coca" nil (((k ow) 1) ((k ax) 0))) +("cocaine" nil (((k ow) 0) ((k ey n) 1))) +("cocanougher" nil (((k aa) 1) ((k ax) 0) ((n ah) 1) ((f er) 0))) +("cocca" nil (((k ow) 1) ((k ax) 0))) +("coccaro" nil (((k ow) 0) ((k aa) 1) ((r ow) 0))) +("cocchi" nil (((k ow) 1) ((k iy) 0))) +("coccia" nil (((k ow) 1) ((ch ax) 0))) +("cocco" nil (((k ow) 1) ((k ow) 0))) +("coccus" nil (((k aa) 1) ((k ax s) 0))) +("cochairman" nil (((k ow) 1) ((ch eh r) 1) ((m ax n) 0))) +("cochenour" nil (((k aa) 1) ((sh ih) 0) ((n uh r) 0))) +("cochin" nil (((k ow) 1) ((ch ih n) 0))) +("cochlea" nil (((k aa) 1) ((k l iy) 0) ((ax) 0))) +("cochlear" nil (((k aa) 1) ((k l iy) 0) ((er) 0))) +("cochran" nil (((k aa) 1) ((k r ax n) 0))) +("cochrane" nil (((k aa) 1) ((k r ax n) 0))) +("cock" nil (((k aa k) 1))) +("cockatoo" nil (((k aa) 1) ((k ax) 0) ((t uw) 1))) +("cockatoos" nil (((k aa) 1) ((k ax) 0) ((t uw z) 1))) +("cockburn" nil (((k aa k) 1) ((b er n) 1))) +("cocke" nil (((k ow k) 1))) +("cocked" nil (((k aa k t) 1))) +("cocker" nil (((k aa) 1) ((k er) 0))) +("cockerell" nil (((k aa) 1) ((k er) 0) ((eh l) 1))) +("cockerham" nil (((k aa) 1) ((k er) 0) ((hh ae m) 1))) +("cockerill" nil (((k aa) 1) ((k er) 0) ((ih l) 1))) +("cockey" nil (((k aa) 1) ((k iy) 0))) +("cockeyed" nil (((k aa) 1) ((k ay d) 1))) +("cockfield" nil (((k aa k) 1) ((f iy l d) 1))) +("cockiness" nil (((k aa) 1) ((k ih) 0) ((n ax s) 0))) +("cocking" nil (((k aa) 1) ((k ih ng) 0))) +("cocklin" nil (((k aa) 1) ((k l ih n) 0))) +("cockman" nil (((k aa k) 1) ((m ax n) 0))) +("cockney" nil (((k aa k) 1) ((n iy) 0))) +("cockpit" nil (((k aa k) 1) ((p ih t) 1))) +("cockpits" nil (((k aa k) 1) ((p ih t s) 1))) +("cockran" nil (((k aa) 1) ((k r ax n) 0))) +("cockrell" nil (((k aa) 1) ((k r ax l) 0))) +("cockrill" nil (((k aa) 1) ((k r ax l) 0))) +("cockroach" nil (((k aa) 1) ((k r ow ch) 1))) +("cockroaches" nil (((k aa) 1) ((k r ow) 1) ((ch ih z) 0))) +("cockroft" nil (((k aa) 1) ((k r ax f t) 0))) +("cockrum" nil (((k aa) 1) ((k r ax m) 0))) +("cocks" nil (((k aa k s) 1))) +("cocktail" nil (((k aa k) 1) ((t ey l) 1))) +("cocktails" nil (((k aa k) 1) ((t ey l z) 1))) +("cockwell" nil (((k aa) 1) ((k w eh l) 1))) +("cocky" nil (((k aa) 1) ((k iy) 0))) +("coco" nil (((k ow) 1) ((k ow) 1))) +("cocoa" nil (((k ow) 1) ((k ow) 0))) +("cocoanuts" nil (((k ow) 1) ((k ow) 0) ((n ah t s) 1))) +("cocom" nil (((k ow) 1) ((k aa m) 1))) +("coconut" nil (((k ow) 1) ((k ax) 0) ((n ah t) 1))) +("coconuts" nil (((k ow) 1) ((k ax) 0) ((n ah t s) 1))) +("cocoon" nil (((k ax) 0) ((k uw n) 1))) +("cocoons" nil (((k ax) 0) ((k uw n z) 1))) +("cocos" nil (((k ow) 1) ((k ow z) 1))) +("cocozza" nil (((k ow) 0) ((k ow t) 1) ((s ax) 0))) +("cocuzza" nil (((k ow) 0) ((k uw t) 1) ((s ax) 0))) +("cod" nil (((k aa d) 1))) +("coda" nil (((k ow) 1) ((d ax) 0))) +("codag" nil (((k ow) 1) ((d ae g) 1))) +("coday" nil (((k ow) 1) ((d ey) 1))) +("codd" nil (((k aa d) 1))) +("codding" nil (((k aa) 1) ((d ih ng) 0))) +("coddington" nil (((k aa) 1) ((d ih ng) 0) ((t ax n) 0))) +("coddle" nil (((k aa) 1) ((d ax l) 0))) +("coddled" nil (((k aa) 1) ((d ax l d) 0))) +("coddling" nil (((k aa) 1) ((d ax) 0) ((l ih ng) 0))) +("code" nil (((k ow d) 1))) +("coded" nil (((k ow) 1) ((d ih d) 0))) +("codelco" nil (((k ow) 0) ((d eh l) 1) ((k ow) 0))) +("coder" nil (((k ow) 1) ((d er) 0))) +("coderre" nil (((k ax) 0) ((d eh r) 1))) +("codes" nil (((k ow d z) 1))) +("codification" nil (((k aa) 1) ((d ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("codified" nil (((k aa) 1) ((d ax) 0) ((f ay d) 1))) +("codifies" nil (((k ow) 1) ((d ax) 0) ((f ay z) 1))) +("codify" nil (((k ow) 1) ((d ax) 0) ((f ay) 1))) +("codifying" nil (((k ow) 1) ((d ax) 0) ((f ay) 1) ((ih ng) 0))) +("coding" nil (((k ow) 1) ((d ih ng) 0))) +("codispoti" nil (((k ow) 0) ((d iy) 0) ((s p ow) 1) ((t iy) 0))) +("codlin" nil (((k aa d) 1) ((l ih n) 0))) +("codner" nil (((k aa d) 1) ((n er) 0))) +("codrescu" nil (((k ax) 0) ((d r eh) 1) ((s k y uw) 1))) +("cody" nil (((k ow) 1) ((d iy) 0))) +("coe" nil (((k ow) 1))) +("coeburn" nil (((k ow) 1) ((b er n) 0))) +("coed" nil (((k ow) 1) ((eh d) 1))) +("coeds" nil (((k ow) 1) ((eh d z) 1))) +("coeducational" nil (((k ow) 1) ((eh) 1) ((jh ax) 0) ((k ey) 1) ((sh ax) 0) ((n ax l) 0))) +("coefficient" nil (((k ow) 1) ((ax) 0) ((f ih) 1) ((sh ax n t) 0))) +("coefficients" nil (((k ow) 1) ((ax) 0) ((f ih) 1) ((sh ax n t s) 0))) +("coehlo" nil (((k ow) 1) ((l ow) 0))) +("coelacanth" nil (((s iy) 1) ((l ax) 0) ((k ae n th) 1))) +("coelenterate" nil (((s ih) 0) ((l eh n) 1) ((t er) 0) ((ey t) 0))) +("coelenterates" nil (((s ih) 0) ((l eh n) 1) ((t er) 0) ((ey t s) 0))) +("coelho" nil (((k ow) 1) ((eh) 1) ((l ow) 0))) +("coello" nil (((k ow) 1) ((eh) 1) ((l ow) 0))) +("coen" nil (((k ow) 1) ((ih n) 0))) +("coenen" nil (((k ow) 0) ((iy) 1) ((n ax n) 0))) +("coenzyme" nil (((k ow) 0) ((eh n) 1) ((z ay m) 0))) +("coequal" nil (((k ow) 0) ((iy) 1) ((k w ax l) 0))) +("coerce" nil (((k ow) 0) ((er s) 1))) +("coerced" nil (((k ow) 0) ((er s t) 1))) +("coercing" nil (((k ow) 0) ((er) 1) ((s ih ng) 0))) +("coercion" nil (((k ow) 0) ((er) 1) ((sh ax n) 0))) +("coercive" nil (((k ow) 0) ((er) 1) ((s ih v) 0))) +("coeur" nil (((k uw r) 1))) +("coexist" nil (((k ow) 1) ((ax g) 0) ((z ih s t) 1))) +("coexisted" nil (((k ow) 1) ((ax g) 0) ((z ih) 1) ((s t ax d) 0))) +("coexistence" nil (((k ow) 1) ((ih g) 0) ((z ih) 1) ((s t ax n s) 0))) +("coexisting" nil (((k ow) 1) ((ih g) 0) ((z ih) 1) ((s t ih ng) 0))) +("coey" nil (((k ow) 1) ((iy) 0))) +("cofer" nil (((k ow) 1) ((f er) 1))) +("coffaro" nil (((k ow) 0) ((f aa) 1) ((r ow) 0))) +("coffee" nil (((k aa) 1) ((f iy) 0))) +("coffeen" nil (((k ax) 0) ((f iy n) 1))) +("coffees" nil (((k ao) 1) ((f iy z) 0))) +("coffel" nil (((k aa) 1) ((f ax l) 0))) +("coffelt" nil (((k aa) 1) ((f ih l t) 0))) +("coffer" nil (((k ao) 1) ((f er) 0))) +("coffers" nil (((k aa) 1) ((f er z) 0))) +("coffey" nil (((k aa) 1) ((f iy) 0))) +("coffield" nil (((k aa) 1) ((f iy l d) 0))) +("coffin" nil (((k ao) 1) ((f ih n) 0))) +("coffing" nil (((k ao) 1) ((f ih ng) 0))) +("coffins" nil (((k ao) 1) ((f ih n z) 0))) +("coffman" nil (((k ao f) 1) ((m ax n) 0))) +("cofide" nil (((k ow) 1) ((f ay d) 1))) +("cofield" nil (((k ow) 1) ((f iy l d) 1))) +("cofounder" nil (((k ow) 1) ((f aw n) 1) ((d er) 0))) +("cog" nil (((k ao g) 1))) +("cogan" nil (((k ow) 1) ((g ax n) 0))) +("cogar" nil (((k ow) 1) ((g er) 0))) +("cogbill" nil (((k aa g) 1) ((b ih l) 1))) +("cogburn" nil (((k aa g) 1) ((b er n) 1))) +("cogdell" nil (((k aa g) 1) ((d ax l) 0))) +("cogdill" nil (((k aa g) 1) ((d ax l) 0))) +("cogeco" nil (((k ow) 1) ((jh eh) 1) ((k ow) 0))) +("cogema" nil (((k ow g) 1) ((m aa) 0))) +("cogency" nil (((k ow) 1) ((jh ax n) 0) ((s iy) 0))) +("cogenerated" nil (((k ow) 1) ((jh eh) 1) ((n er) 0) ((ey) 1) ((t ih d) 0))) +("cogeneration" nil (((k ow) 1) ((jh eh) 1) ((n er) 0) ((ey) 1) ((sh ax n) 0))) +("cogenerators" nil (((k ow) 0) ((jh eh) 1) ((n er) 0) ((ey) 1) ((t er z) 0))) +("cogent" nil (((k ow) 1) ((jh ax n t) 0))) +("coger" nil (((k ow) 1) ((jh er) 0))) +("coggeshall" nil (((k aa) 1) ((g ih) 0) ((sh ao l) 0))) +("coggin" nil (((k aa) 1) ((g ih n) 0))) +("coggins" nil (((k aa) 1) ((g ih n z) 0))) +("coghill" nil (((k aa g) 1) ((hh ih l) 1))) +("coghlan" nil (((k aa) 1) ((g l ax n) 0))) +("cogley" nil (((k aa) 1) ((g l iy) 0))) +("coglianese" nil (((k ow) 0) ((g l iy) 0) ((ax) 0) ((n ey) 1) ((z iy) 0))) +("cogliano" nil (((k ow) 0) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("cognac" nil (((k ow) 1) ((n y ae k) 1))) +("cognetics" nil (((k aa g) 1) ((n eh) 1) ((t ih k s) 0))) +("cognex" nil (((k aa g) 1) ((n eh k s) 0))) +("cognition" nil (((k aa g) 0) ((n ih) 1) ((sh ax n) 0))) +("cognitive" nil (((k aa g) 1) ((n ih) 0) ((t ih v) 0))) +("cognizance" nil (((k aa g) 1) ((n ax) 0) ((z ax n s) 0))) +("cognizant" nil (((k aa g) 1) ((n ax) 0) ((z ax n t) 0))) +("cognoscenti" nil (((k aa g) 1) ((n ao) 1) ((sh eh n) 1) ((t iy) 0))) +("cogswell" nil (((k aa g) 1) ((s w eh l) 1))) +("cohabitation" nil (((k ow) 0) ((hh ae) 1) ((b ax) 0) ((t ey) 1) ((sh ax n) 0))) +("cohabiting" nil (((k ow) 0) ((hh ae) 1) ((b ih) 0) ((t ih ng) 0))) +("cohan" nil (((k ow) 1) ((hh ax n) 0))) +("cohasset" nil (((k ow) 0) ((hh ae) 1) ((s ax t) 0))) +("cohea" nil (((k aa) 1) ((hh iy) 0) ((ax) 0))) +("cohee" nil (((k aa) 1) ((hh iy) 0))) +("cohen" nil (((k ow) 1) ((ax n) 0))) +("cohenour" nil (((k ax) 0) ((hh eh) 1) ((n er) 0))) +("coherence" nil (((k ow) 0) ((hh ih) 1) ((r ax n s) 0))) +("coherent" nil (((k ow) 0) ((hh ih) 1) ((r ax n t) 0))) +("coherently" nil (((k ow) 0) ((hh iy) 1) ((r ax n t) 0) ((l iy) 0))) +("cohesion" nil (((k ow) 0) ((hh iy) 1) ((zh ax n) 0))) +("cohesive" nil (((k ow) 0) ((hh iy) 1) ((s ih v) 0))) +("cohesively" nil (((k ow) 0) ((hh iy) 1) ((s ih) 0) ((v l iy) 0))) +("cohesiveness" nil (((k ow) 0) ((hh iy) 1) ((s ih v) 0) ((n ax s) 0))) +("cohick" nil (((k aa) 1) ((hh ih k) 0))) +("cohill" nil (((k ow) 1) ((hh ih l) 1))) +("cohn" nil (((k ow n) 1))) +("cohoon" nil (((k ax) 0) ((hh uw n) 1))) +("cohort" nil (((k ow) 1) ((hh ao r t) 0))) +("cohorts" nil (((k ow) 1) ((hh ao r t s) 0))) +("cohron" nil (((k aa) 1) ((r ax n) 0))) +("cohrs" nil (((k aa r z) 1))) +("coia" nil (((k ow) 1) ((y ax) 0))) +("coiffed" nil (((k oy f t) 1))) +("coil" nil (((k oy l) 1))) +("coile" nil (((k oy l) 1))) +("coiled" nil (((k oy l d) 1))) +("coils" nil (((k oy l z) 1))) +("coin" nil (((k oy n) 1))) +("coinage" nil (((k oy) 1) ((n ih jh) 0))) +("coincide" nil (((k ow) 1) ((ih n) 0) ((s ay d) 1))) +("coincided" nil (((k ow) 1) ((ax n) 0) ((s ay) 1) ((d ax d) 0))) +("coincidence" nil (((k ow) 0) ((ih n) 1) ((s ih) 0) ((d ax n s) 0))) +("coincidences" nil (((k ow) 0) ((ih n) 1) ((s ax) 0) ((d ax n) 0) ((s ih z) 0))) +("coincident" nil (((k ow) 0) ((ih n) 1) ((s ax) 0) ((d ax n t) 0))) +("coincidental" nil (((k ow) 0) ((ih n) 1) ((s ax) 0) ((d eh n) 1) ((t ax l) 0))) +("coincidentally" nil (((k ow) 0) ((ih n) 1) ((s ih) 0) ((d eh n) 1) ((t ax) 0) ((l iy) 0))) +("coincides" nil (((k ow) 1) ((ih n) 0) ((s ay d z) 1))) +("coinciding" nil (((k ow) 1) ((ax n) 0) ((s ay) 1) ((d ih ng) 0))) +("coined" nil (((k oy n d) 1))) +("coiner" nil (((k oy) 1) ((n er) 0))) +("coining" nil (((k oy) 1) ((n ih ng) 0))) +("coins" nil (((k oy n z) 1))) +("coinsurance" nil (((k ow) 1) ((ih n) 0) ((sh er) 1) ((ax n s) 0))) +("cointreau" nil (((k ao n) 1) ((t r ow) 1))) +("coipa" nil (((k oy) 1) ((p ax) 0))) +("coiro" nil (((k oy) 1) ((r ow) 0))) +("coit" nil (((k oy t) 1))) +("cojimar" nil (((k ow) 1) ((jh ih) 0) ((m aa r) 1))) +("cojuangco" nil (((k ow) 0) ((w aa ng) 1) ((k ow) 0))) +("coke" nil (((k ow k) 1))) +("coker" nil (((k ow) 1) ((k er) 0))) +("cokes" nil (((k ow k s) 1))) +("cokie" nil (((k ow) 1) ((k iy) 0))) +("coking" nil (((k ow) 1) ((k ih ng) 0))) +("cokley" nil (((k aa) 1) ((k l iy) 0))) +("cola" nil (((k ow) 1) ((l ax) 0))) +("colab" nil (((k ow) 1) ((l ae b) 1))) +("colabella" nil (((k ow) 1) ((l ax) 0) ((b eh) 1) ((l ax) 0))) +("colaianni" nil (((k ow) 0) ((l aa) 0) ((y aa) 1) ((n iy) 0))) +("colaizzi" nil (((k ow) 1) ((l ey) 1) ((z iy) 0))) +("colaluca" nil (((k ow) 1) ((l ax) 0) ((l uw) 1) ((k ax) 0))) +("colan" nil (((k ow) 1) ((l ax n) 0))) +("colangelo" nil (((k ow) 0) ((l aa ng) 0) ((g eh) 1) ((l ow) 0))) +("colantonio" nil (((k ow) 0) ((l aa n) 0) ((t ow) 1) ((n iy) 0) ((ow) 0))) +("colantuono" nil (((k ow) 0) ((l aa n) 0) ((t w ow) 1) ((n ow) 0))) +("colao" nil (((k ow) 1) ((l aw) 0))) +("colarusso" nil (((k ow) 0) ((l aa) 0) ((r uw) 1) ((s ow) 0))) +("colas" nil (((k ow) 1) ((l ax s) 0))) +("colasanti" nil (((k ow) 1) ((l ax) 0) ((s ae n) 1) ((t iy) 0))) +("colasurdo" nil (((k ow) 0) ((l aa) 0) ((s uh r) 1) ((d ow) 0))) +("colavito" nil (((k ow) 0) ((l aa) 0) ((v iy) 1) ((t ow) 0))) +("colaw" nil (((k ow) 1) ((l ao) 1))) +("colbath" nil (((k ow l) 1) ((b ax th) 0))) +("colbaugh" nil (((k ow l) 1) ((b ao) 1))) +("colbeck" nil (((k aa l) 1) ((b eh k) 0))) +("colberg" nil (((k aa l) 1) ((b er g) 0))) +("colbert" nil (((k ow l) 1) ((b er t) 0))) +("colborn" nil (((k ow l) 1) ((b er n) 0))) +("colburn" nil (((k ow l) 1) ((b er n) 0))) +("colby" nil (((k ow l) 1) ((b iy) 0))) +("colbys" nil (((k ow l) 1) ((b iy z) 0))) +("colclasure" nil (((k ow l) 0) ((k l aa) 1) ((zh er) 0))) +("colclough" nil (((k ow l) 1) ((k l aw) 0))) +("colcord" nil (((k ow l) 1) ((k er d) 0))) +("cold" nil (((k ow l d) 1))) +("colden" nil (((k ow l) 1) ((d ax n) 0))) +("colder" nil (((k ow l) 1) ((d er) 0))) +("coldest" nil (((k ow l) 1) ((d ax s t) 0))) +("coldiron" nil (((k ow l) 1) ((d er) 0) ((aa n) 0))) +("coldly" nil (((k ow l d) 1) ((l iy) 0))) +("coldness" nil (((k ow l d) 1) ((n ax s) 0))) +("coldren" nil (((k ow l) 1) ((d er) 0) ((ax n) 0))) +("colds" nil (((k ow l d z) 1))) +("coldwater" nil (((k ow l) 1) ((d w ao) 1) ((t er) 0))) +("coldwell" nil (((k ow l) 1) ((d w eh l) 1))) +("cole" nil (((k ow l) 1))) +("colebank" nil (((k ow l) 1) ((b ae ng k) 1))) +("colebrook" nil (((k ow l) 1) ((b r uh k) 1))) +("coleco" nil (((k ow) 1) ((l eh) 1) ((k ow) 0))) +("colee" nil (((k ow) 1) ((l iy) 1))) +("colegrove" nil (((k ow l) 1) ((g r ow v) 1))) +("colella" nil (((k ow) 1) ((l eh) 1) ((l ax) 0))) +("colello" nil (((k ow) 1) ((l eh) 1) ((l ow) 0))) +("coleman" nil (((k ow l) 1) ((m ax n) 0))) +("colen" nil (((k ow) 1) ((l ax n) 0))) +("coler" nil (((k ow) 1) ((l er) 0))) +("coleridge" nil (((k ow l) 1) ((r ih jh) 0))) +("coles" nil (((k ow l z) 1))) +("coleslaw" nil (((k ow l) 1) ((s l aa) 1))) +("coleson" nil (((k aa) 1) ((l ih) 0) ((s ax n) 0))) +("colestipol" nil (((k ow l) 1) ((s t ih) 1) ((p aa l) 1))) +("colestock" nil (((k ow l) 1) ((s t aa k) 1))) +("coletta" nil (((k ow) 0) ((l eh) 1) ((t ax) 0))) +("colette" nil (((k ow) 1) ((l eh t) 1))) +("coletti" nil (((k ow) 0) ((l eh) 1) ((t iy) 0))) +("coleus" nil (((k ow) 1) ((l iy) 0) ((ax s) 0))) +("coley" nil (((k ow) 1) ((l iy) 0))) +("colfer" nil (((k ow l) 1) ((f er) 0))) +("colford" nil (((k ow l) 1) ((f er d) 0))) +("colgan" nil (((k ow l) 1) ((g ax n) 0))) +("colgate" nil (((k ow l) 1) ((g ey t) 0))) +("colgin" nil (((k ow l) 1) ((jh ih n) 0))) +("colglazier" nil (((k ow l) 1) ((g l ax) 0) ((z iy) 0) ((er) 0))) +("colgrove" nil (((k ow l) 1) ((g r ax v) 0))) +("coli" nil (((k ow) 1) ((l iy) 0))) +("colicchio" nil (((k ow) 1) ((l ih) 1) ((k iy) 0) ((ow) 0))) +("colier" nil (((k ow) 1) ((l iy) 0) ((er) 0))) +("colin" nil (((k ow) 1) ((l ih n) 0))) +("colina" nil (((k ow) 0) ((l iy) 1) ((n ax) 0))) +("colinas" nil (((k ow) 0) ((l iy) 1) ((n ax s) 0))) +("coline" nil (((k ow) 0) ((l iy) 1) ((n iy) 0))) +("colino" nil (((k ow) 0) ((l iy) 1) ((n ow) 0))) +("colis" nil (((k ow) 1) ((l ih s) 0))) +("coliseum" nil (((k aa) 1) ((l ax) 0) ((s iy) 1) ((ax m) 0))) +("coll" nil (((k aa l) 1))) +("colla" nil (((k ow) 1) ((l ax) 0))) +("collaborate" nil (((k ax) 0) ((l ae) 1) ((b er) 0) ((ey t) 1))) +("collaborated" nil (((k ax) 0) ((l ae) 1) ((b er) 0) ((ey) 1) ((t ax d) 0))) +("collaborating" nil (((k ax) 0) ((l ae) 1) ((b er) 0) ((ey) 1) ((t ih ng) 0))) +("collaboration" nil (((k ax) 0) ((l ae) 1) ((b er) 0) ((ey) 1) ((sh ax n) 0))) +("collaborations" nil (((k aa) 1) ((l ax) 0) ((b er) 0) ((ey) 1) ((sh ax n z) 0))) +("collaborative" nil (((k ax) 0) ((l ae) 1) ((b er) 0) ((ey) 1) ((t ih v) 0))) +("collaborator" nil (((k ax) 0) ((l ae) 1) ((b er) 0) ((ey) 1) ((t er) 0))) +("collaborators" nil (((k ax) 0) ((l ae) 1) ((b er) 0) ((ey) 1) ((t er z) 0))) +("collado" nil (((k ow) 0) ((l aa) 1) ((d ow) 0))) +("collage" nil (((k ax) 0) ((l aa zh) 1))) +("collagen" nil (((k aa) 1) ((l ax) 0) ((g ax n) 0))) +("collages" nil (((k ax) 0) ((l aa) 1) ((zh ih z) 0))) +("collamore" nil (((k ow) 0) ((l aa) 1) ((m ao r) 0))) +("collapse" nil (((k ax) 0) ((l ae p s) 1))) +("collapsed" nil (((k ax) 0) ((l ae p s t) 1))) +("collapses" nil (((k ax) 0) ((l ae p) 1) ((s ih z) 0))) +("collapsible" nil (((k ax) 0) ((l ae p) 1) ((s ax) 0) ((b ax l) 0))) +("collapsing" nil (((k ax) 0) ((l ae p) 1) ((s ih ng) 0))) +("collar" nil (((k aa) 1) ((l er) 0))) +("collarbone" nil (((k aa) 1) ((l er) 0) ((b ow n) 1))) +("collard" nil (((k aa) 1) ((l er d) 0))) +("collards" nil (((k aa) 1) ((l er d z) 0))) +("collared" nil (((k aa) 1) ((l er d) 0))) +("collars" nil (((k aa) 1) ((l er z) 0))) +("collate" nil (((k ax) 0) ((l ey t) 1))) +("collateral" nil (((k ax) 0) ((l ae) 1) ((t er) 0) ((ax l) 0))) +("collateralize" nil (((k ax) 0) ((l ae) 1) ((t er) 0) ((ax) 0) ((l ay z) 1))) +("collateralized" nil (((k ax) 0) ((l ae) 1) ((t er) 0) ((ax) 0) ((l ay z d) 1))) +("collazo" nil (((k ow) 0) ((l aa) 1) ((z ow) 0))) +("colle" nil (((k ow l) 1))) +("colleague" nil (((k aa) 1) ((l iy g) 0))) +("colleagues" nil (((k aa) 1) ((l iy g z) 0))) +("collect" n (((k ah) 1) ((l eh k t) 0))) +("collect" v (((k ax) 0) ((l eh k t) 1))) +("collected" nil (((k ax) 0) ((l eh k) 1) ((t ax d) 0))) +("collectibility" nil (((k ax) 0) ((l eh k) 1) ((t ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("collectible" nil (((k ax) 0) ((l eh k) 1) ((t ax) 0) ((b ax l) 0))) +("collectibles" nil (((k ax) 0) ((l eh k) 1) ((t ax) 0) ((b ax l z) 0))) +("collecting" nil (((k ax) 0) ((l eh k) 1) ((t ih ng) 0))) +("collection" nil (((k ax) 0) ((l eh k) 1) ((sh ax n) 0))) +("collections" nil (((k ax) 0) ((l eh k) 1) ((sh ax n z) 0))) +("collective" nil (((k ax) 0) ((l eh k) 1) ((t ih v) 0))) +("collectively" nil (((k ax) 0) ((l eh k) 1) ((t ih) 0) ((v l iy) 0))) +("collectives" nil (((k ax) 0) ((l eh k) 1) ((t ih v z) 0))) +("collectivism" nil (((k ax) 0) ((l eh k) 1) ((t ih) 0) ((v ih) 1) ((z ax m) 0))) +("collectivist" nil (((k ax) 0) ((l eh k) 1) ((t ih) 0) ((v ih s t) 0))) +("collectivization" nil (((k ax) 0) ((l eh k) 1) ((t ih) 0) ((v ih) 0) ((z ey) 1) ((sh ax n) 0))) +("collectivized" nil (((k ax) 0) ((l eh k) 1) ((t ih) 0) ((v ay z d) 1))) +("collector" nil (((k ax) 0) ((l eh k) 1) ((t er) 0))) +("collectors" nil (((k ax) 0) ((l eh k) 1) ((t er z) 0))) +("collects" nil (((k ax) 0) ((l eh k t s) 1))) +("colledge" nil (((k aa) 1) ((l ih jh) 0))) +("colleen" nil (((k aa) 1) ((l iy n) 1))) +("college" nil (((k aa) 1) ((l ih jh) 0))) +("colleges" nil (((k aa) 1) ((l ih) 0) ((jh ih z) 0))) +("collegeville" nil (((k aa) 1) ((l ax jh) 0) ((v ih l) 0))) +("collegial" nil (((k ax) 0) ((l iy) 1) ((jh iy) 0) ((ax l) 0))) +("collegiality" nil (((k ax) 0) ((l iy) 1) ((jh iy) 0) ((ae) 1) ((l ih) 0) ((t iy) 0))) +("collegians" nil (((k ax) 0) ((l iy) 1) ((jh ax n z) 0))) +("collegiate" nil (((k ax) 0) ((l iy) 1) ((jh ih t) 0))) +("collen" nil (((k aa) 1) ((l ax n) 0))) +("coller" nil (((k aa) 1) ((l er) 0))) +("colleran" nil (((k aa) 1) ((l er) 0) ((ae n) 0))) +("collet" nil (((k aa) 1) ((l ih t) 0))) +("collett" nil (((k aa) 1) ((l ih t) 0))) +("colletta" nil (((k ow) 0) ((l eh) 1) ((t ax) 0))) +("collette" nil (((k ax) 0) ((l eh t) 1))) +("colletti" nil (((k ow) 0) ((l eh) 1) ((t iy) 0))) +("colleville" nil (((k ow l) 1) ((v ih l) 0))) +("colley" nil (((k aa) 1) ((l iy) 0))) +("colli" nil (((k ow) 1) ((l iy) 0))) +("collick" nil (((k aa) 1) ((l ih k) 0))) +("collide" nil (((k ax) 0) ((l ay d) 1))) +("collided" nil (((k ax) 0) ((l ay) 1) ((d ih d) 0))) +("collider" nil (((k ax) 0) ((l ay) 1) ((d er) 0))) +("colliding" nil (((k ax) 0) ((l ay) 1) ((d ih ng) 0))) +("collie" nil (((k aa) 1) ((l iy) 0))) +("collier" nil (((k aa) 1) ((l y er) 0))) +("colliers" nil (((k aa) 1) ((l y er z) 0))) +("collies" nil (((k aa) 1) ((l iy z) 0))) +("colligan" nil (((k aa) 1) ((l ih) 0) ((g ae n) 0))) +("collignon" nil (((k ax) 0) ((l ih g) 1) ((n ax n) 0))) +("collin" nil (((k aa) 1) ((l ih n) 0))) +("colling" nil (((k aa) 1) ((l ih ng) 0))) +("collinge" nil (((k aa) 1) ((l ih n jh) 0))) +("collings" nil (((k aa) 1) ((l ih ng z) 0))) +("collingsworth" nil (((k ax) 0) ((l ih ng) 1) ((z w er th) 0))) +("collingwood" nil (((k aa) 1) ((l ih ng) 0) ((w uh d) 1))) +("collins" nil (((k aa) 1) ((l ih n z) 0))) +("collinson" nil (((k aa) 1) ((l ih n) 0) ((s ax n) 0))) +("collinsworth" nil (((k ax) 0) ((l ih n) 1) ((s w er th) 0))) +("collis" nil (((k aa) 1) ((l ih s) 0))) +("collision" nil (((k ax) 0) ((l ih) 1) ((zh ax n) 0))) +("collisional" nil (((k ax) 0) ((l ih) 1) ((zh ax) 0) ((n ax l) 0))) +("collisions" nil (((k ax) 0) ((l ih) 1) ((zh ax n z) 0))) +("collison" nil (((k aa) 1) ((l ih) 0) ((s ax n) 0))) +("collister" nil (((k aa) 1) ((l ih) 0) ((s t er) 0))) +("colliver" nil (((k aa) 1) ((l ih) 0) ((v er) 0))) +("collman" nil (((k aa l) 1) ((m ax n) 0))) +("collodion" nil (((k ax) 0) ((l ow) 1) ((d iy) 0) ((ax n) 0))) +("colloid" nil (((k aa) 1) ((l oy d) 0))) +("colloidal" nil (((k ax) 0) ((l oy) 1) ((d ax l) 0))) +("collom" nil (((k aa) 1) ((l ax m) 0))) +("collomb" nil (((k aa) 1) ((l aa m) 0))) +("collopy" nil (((k ax) 0) ((l ow) 1) ((p iy) 0))) +("colloquial" nil (((k ax) 0) ((l ow) 1) ((k w iy) 0) ((ax l) 0))) +("colloquium" nil (((k ax) 0) ((l ow) 1) ((k w iy) 0) ((ax m) 0))) +("colloquy" nil (((k aa) 1) ((l ax) 0) ((k w iy) 0))) +("collor" nil (((k aa) 1) ((l er) 0))) +("collosio" nil (((k ax) 0) ((l ow) 1) ((s iy) 0) ((ow) 0))) +("collude" nil (((k ax) 0) ((l uw d) 1))) +("colluded" nil (((k ax) 0) ((l uw) 1) ((d ih d) 0))) +("colluding" nil (((k ax) 0) ((l uw) 1) ((d ih ng) 0))) +("collum" nil (((k aa) 1) ((l ax m) 0))) +("collums" nil (((k aa) 1) ((l ax m z) 0))) +("collura" nil (((k aa) 1) ((l uh) 0) ((r ax) 0))) +("collusion" nil (((k ax) 0) ((l uw) 1) ((zh ax n) 0))) +("collusive" nil (((k ax) 0) ((l uw) 1) ((s ih v) 0))) +("collver" nil (((k aa l) 1) ((v er) 0))) +("colly" nil (((k aa) 1) ((l iy) 0))) +("collyer" nil (((k aa) 1) ((l iy) 0) ((er) 0))) +("colman" nil (((k ow l) 1) ((m ax n) 0))) +("colmenero" nil (((k ow l) 0) ((m ey) 0) ((n eh) 1) ((r ow) 0))) +("colmer" nil (((k ow) 1) ((m er) 0))) +("colo" nil (((k ow) 1) ((l ow) 0))) +("colodny" nil (((k ax) 0) ((l aa d) 1) ((n iy) 0))) +("cologne" nil (((k ax) 0) ((l ow n) 1))) +("coloma" nil (((k ow) 1) ((l ow) 1) ((m ax) 0))) +("colomb" nil (((k aa) 1) ((l ax m) 0))) +("colombari" nil (((k aa) 1) ((l aa m) 0) ((b aa) 1) ((r iy) 0))) +("colombe" nil (((k ow) 0) ((l ow m) 1) ((b iy) 0))) +("colombia" nil (((k ax) 0) ((l ah m) 1) ((b iy) 0) ((ax) 0))) +("colombian" nil (((k ax) 0) ((l ah m) 1) ((b iy) 0) ((ax n) 0))) +("colombians" nil (((k ax) 0) ((l ah m) 1) ((b iy) 0) ((ax n z) 0))) +("colombo" nil (((k ax) 0) ((l ah m) 1) ((b ow) 0))) +("colon" nil (((k ow) 1) ((l ax n) 0))) +("colonel" nil (((k er) 1) ((n ax l) 0))) +("colonels" nil (((k er) 1) ((n ax l z) 0))) +("colonia" nil (((k ax) 0) ((l ow) 1) ((n iy) 0) ((ax) 0))) +("colonial" nil (((k ax) 0) ((l ow) 1) ((n iy) 0) ((ax l) 0))) +("colonialism" nil (((k ax) 0) ((l ow) 1) ((n iy) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("colonialists" nil (((k ax) 0) ((l ow) 1) ((n iy) 0) ((ax) 0) ((l ih s t s) 0))) +("colonies" nil (((k aa) 1) ((l ax) 0) ((n iy z) 0))) +("colonists" nil (((k aa) 1) ((l ax) 0) ((n ax s t s) 0))) +("colonization" nil (((k aa) 1) ((l ax) 0) ((n ih) 0) ((z ey) 1) ((sh ax n) 0))) +("colonize" nil (((k aa) 1) ((l ax) 0) ((n ay z) 1))) +("colonized" nil (((k aa) 1) ((l ax) 0) ((n ay z d) 1))) +("colonizers" nil (((k aa) 1) ((l ax) 0) ((n ay) 1) ((z er z) 0))) +("colonna" nil (((k ow) 0) ((l ow) 1) ((n ax) 0))) +("colonnade" nil (((k aa) 1) ((l ax) 0) ((n ey d) 1))) +("colonus" nil (((k ax) 0) ((l ow) 1) ((n ax s) 0))) +("colony" nil (((k aa) 1) ((l ax) 0) ((n iy) 0))) +("colopy" nil (((k ax) 0) ((l ow) 1) ((p iy) 0))) +("color" nil (((k ah) 1) ((l er) 0))) +("colorado" nil (((k aa) 1) ((l er) 0) ((aa) 1) ((d ow) 0))) +("coloration" nil (((k ah) 1) ((l er) 0) ((ey) 1) ((sh ax n) 0))) +("coloratura" nil (((k ax) 0) ((l er) 0) ((ax) 0) ((t uh) 1) ((r ax) 0))) +("colorblind" nil (((k ah) 1) ((l er) 0) ((b l ay n d) 1))) +("colorcraft" nil (((k ah) 1) ((l er) 0) ((k r ae f t) 1))) +("colored" nil (((k ah) 1) ((l er d) 0))) +("coloreds" nil (((k aa) 1) ((l er) 0) ((ax d z) 0))) +("colorfast" nil (((k ah) 1) ((l er) 0) ((f ae s t) 1))) +("colorful" nil (((k ah) 1) ((l er) 0) ((f ax l) 0))) +("colorfully" nil (((k ah) 1) ((l er) 0) ((f l iy) 0))) +("coloring" nil (((k ah) 1) ((l er) 0) ((ih ng) 0))) +("coloristic" nil (((k ah) 1) ((l er) 0) ((ih) 1) ((s t ih k) 0))) +("colorization" nil (((k ah) 1) ((l er) 0) ((ax) 0) ((z ey) 1) ((sh ax n) 0))) +("colorize" nil (((k ah) 1) ((l er) 0) ((ay z) 1))) +("colorized" nil (((k ah) 1) ((l er) 0) ((ay z d) 1))) +("colorizing" nil (((k ah) 1) ((l er) 0) ((ay) 1) ((z ih ng) 0))) +("colorless" nil (((k ah) 1) ((l er) 0) ((l ax s) 0))) +("colorocs" nil (((k ah) 1) ((l er) 0) ((aa k s) 1))) +("coloroll" nil (((k ah) 1) ((l er) 0) ((ow l) 1))) +("colors" nil (((k ah) 1) ((l er z) 0))) +("colorwatch" nil (((k ah) 1) ((l er) 0) ((w aa ch) 1))) +("colosi" nil (((k ax) 0) ((l ow) 1) ((s iy) 0))) +("colosimo" nil (((k ow) 0) ((l ow) 0) ((s iy) 1) ((m ow) 0))) +("colosio" nil (((k ax) 0) ((l ow) 1) ((s iy) 0) ((ow) 0))) +("colossal" nil (((k ax) 0) ((l aa) 1) ((s ax l) 0))) +("colosseum" nil (((k aa) 1) ((l ax) 0) ((s iy) 1) ((ax m) 0))) +("colossus" nil (((k ax) 0) ((l aa) 1) ((s ax s) 0))) +("colour" n (((k ah) 1) ((l er) 0))) +("coloured" nil (((k ah) 1) ((l er d) 0))) +("colourful" n (((k ah) 1) ((l er) 0) ((f ax l) 0))) +("colourfully" n (((k ah) 1) ((l er) 0) ((f ax) 0) ((l iy) 0))) +("colouring" n (((k ah) 1) ((l er) 0) ((ax ng) 0))) +("colours" n (((k ah) 1) ((l er z) 0))) +("colpitts" nil (((k ow l) 1) ((p ih t s) 0))) +("colquitt" nil (((k ow l) 1) ((k w ih t) 0))) +("colson" nil (((k ow l) 1) ((s ax n) 0))) +("colston" nil (((k ow l) 1) ((s t ax n) 0))) +("colstrip" nil (((k ow l) 1) ((s t r ih p) 0))) +("colt" nil (((k ow l t) 1))) +("coltec" nil (((k ow l) 1) ((t eh k) 1))) +("colter" nil (((k ow l) 1) ((t er) 0))) +("coltharp" nil (((k ow l) 1) ((th aa r p) 0))) +("colton" nil (((k ow l) 1) ((t ax n) 0))) +("coltrain" nil (((k ow l) 1) ((t r ey n) 1))) +("coltrane" nil (((k ow l) 1) ((t r ax n) 0))) +("coltrin" nil (((k ow l) 1) ((t r ih n) 0))) +("colts" nil (((k ow l t s) 1))) +("coltsfoot" nil (((k ow l t) 1) ((s f uh t) 1))) +("colucci" nil (((k ow) 0) ((l uw) 1) ((ch iy) 0))) +("coluccio" nil (((k ow) 0) ((l uw) 1) ((ch iy) 0) ((ow) 0))) +("columba" nil (((k ow) 1) ((l ah m) 1) ((b ax) 0))) +("columbia" nil (((k ax) 0) ((l ah m) 1) ((b iy) 0) ((ax) 0))) +("columbian" nil (((k ow) 1) ((l ah m) 1) ((b iy) 0) ((ax n) 0))) +("columbine" nil (((k aa) 1) ((l ax m) 0) ((b ay n) 1))) +("columbines" nil (((k aa) 1) ((l ax m) 0) ((b ay n z) 1))) +("columbo" nil (((k ow) 1) ((l ah m) 1) ((b ow) 0))) +("columbus" nil (((k ax) 0) ((l ah m) 1) ((b ax s) 0))) +("column" nil (((k aa) 1) ((l ax m) 0))) +("columned" nil (((k aa) 1) ((l ax m d) 0))) +("columnist" nil (((k aa) 1) ((l ax m) 0) ((n ax s t) 0))) +("columnists" nil (((k aa) 1) ((l ax m) 0) ((n ax s t s) 0))) +("columns" nil (((k aa) 1) ((l ax m z) 0))) +("colunga" nil (((k ow) 0) ((l uw ng) 1) ((g ax) 0))) +("colussy" nil (((k ax) 0) ((l uw) 1) ((s iy) 0))) +("colvard" nil (((k aa l) 1) ((v er d) 0))) +("colver" nil (((k ow l) 1) ((v er) 0))) +("colvert" nil (((k aa l) 1) ((v er t) 0))) +("colville" nil (((k aa l) 1) ((v ih l) 0))) +("colvin" nil (((k ow l) 1) ((v ih n) 0))) +("colwell" nil (((k ow l) 1) ((w eh l) 1))) +("colyer" nil (((k ow) 1) ((l iy) 0) ((er) 0))) +("com" nil (((k aa m) 1))) +("coma" nil (((k ow) 1) ((m ax) 0))) +("comair" nil (((k aa) 1) ((m eh r) 1))) +("coman" nil (((k ow) 1) ((m ax n) 0))) +("comanche" nil (((k ax) 0) ((m ae n) 1) ((ch iy) 0))) +("comanches" nil (((k ax) 0) ((m ae n) 1) ((ch iy z) 0))) +("comandante" nil (((k ow) 1) ((m ax n) 0) ((d aa n) 1) ((t ey) 0))) +("comandantes" nil (((k ow) 1) ((m ax n) 0) ((d aa n) 1) ((t eh z) 0))) +("comarco" nil (((k ow) 0) ((m aa r) 1) ((k ow) 0))) +("comas" nil (((k ow) 1) ((m ax z) 0))) +("comatose" nil (((k ow) 1) ((m ax) 0) ((t ow s) 1))) +("comb" nil (((k ow m) 1))) +("combat" nil (((k aa m) 1) ((b ae t) 0))) +("combatant" nil (((k ax m) 0) ((b ae) 1) ((t ax n t) 0))) +("combatants" nil (((k ax m) 0) ((b ae) 1) ((t ax n t s) 0))) +("combating" nil (((k ax m) 0) ((b ae) 1) ((t ih ng) 0))) +("combative" nil (((k ax m) 0) ((b ae) 1) ((t ih v) 0))) +("combativeness" nil (((k ax m) 0) ((b ae) 1) ((t ih v) 0) ((n ax s) 0))) +("combats" nil (((k ax m) 0) ((b ae t s) 1))) +("combatting" nil (((k ax m) 0) ((b ae) 1) ((t ih ng) 0))) +("combe" nil (((k ow m) 1))) +("combed" nil (((k ow m d) 1))) +("combee" nil (((k aa m) 1) ((b iy) 1))) +("comber" nil (((k ow) 1) ((m er) 0))) +("combes" nil (((k ow m z) 1))) +("combest" nil (((k ow) 1) ((m ih s t) 0))) +("combinability" nil (((k ax m) 0) ((b ay) 1) ((n ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("combinable" nil (((k ax m) 0) ((b ay) 1) ((n ax) 0) ((b ax l) 0))) +("combination" nil (((k aa m) 1) ((b ax) 0) ((n ey) 1) ((sh ax n) 0))) +("combinations" nil (((k aa m) 1) ((b ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("combine" n (((k aa m) 1) ((b ay n) 0))) +("combine" v (((k ax m) 0) ((b ay n) 1))) +("combined" nil (((k ax m) 0) ((b ay n d) 1))) +("combines" n (((k ah m) 1) ((b ay n z) 0))) +("combines" v (((k ax m) 0) ((b ay n z) 1))) +("combing" nil (((k ow) 1) ((m ih ng) 0))) +("combining" nil (((k ax m) 0) ((b ay) 1) ((n ih ng) 0))) +("combo" nil (((k aa m) 1) ((b ow) 1))) +("combs" nil (((k ow m z) 1))) +("combustable" nil (((k ax m) 0) ((b ah) 1) ((s t ax) 0) ((b ax l) 0))) +("combustion" nil (((k ax m) 0) ((b ah s) 1) ((ch ax n) 0))) +("comcast" nil (((k aa m) 1) ((k ae s t) 1))) +("comdata" nil (((k aa m) 1) ((d ae) 1) ((d ax) 0))) +("comdex" nil (((k aa m) 1) ((d ax k s) 0))) +("comdisco" nil (((k aa m) 1) ((d ih) 1) ((s k ow) 0))) +("come" nil (((k ah m) 1))) +("comeau" nil (((k ax) 0) ((m ow) 1))) +("comeaux" nil (((k ax) 0) ((m ow) 1))) +("comeback" nil (((k ah m) 1) ((b ae k) 1))) +("comebacks" nil (((k ah m) 1) ((b ae k s) 1))) +("comecon" nil (((k aa) 1) ((m ax) 0) ((k aa n) 1))) +("comedian" nil (((k ax) 0) ((m iy) 1) ((d iy) 0) ((ax n) 0))) +("comedians" nil (((k ax) 0) ((m iy) 1) ((d iy) 0) ((ax n z) 0))) +("comedic" nil (((k ax) 0) ((m iy) 1) ((d ih k) 0))) +("comedienne" nil (((k ax) 0) ((m iy) 1) ((d iy) 0) ((eh n) 1))) +("comedies" nil (((k aa) 1) ((m ax) 0) ((d iy z) 0))) +("comedown" nil (((k ah m) 1) ((d aw n) 1))) +("comedy" nil (((k aa) 1) ((m ax) 0) ((d iy) 0))) +("comegys" nil (((k aa) 1) ((m ih) 0) ((jh iy z) 0))) +("comella" nil (((k ow) 0) ((m eh) 1) ((l ax) 0))) +("comely" nil (((k ah m) 1) ((l iy) 0))) +("comer" nil (((k ah) 1) ((m er) 0))) +("comerford" nil (((k ax) 0) ((m er) 1) ((f er d) 0))) +("comerica" nil (((k ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("comers" nil (((k ah) 1) ((m er z) 0))) +("comes" nil (((k ah m z) 1))) +("comet" nil (((k aa) 1) ((m ax t) 0))) +("cometary" nil (((k aa) 1) ((m ax) 0) ((t eh) 1) ((r iy) 0))) +("cometra" nil (((k ow) 0) ((m eh) 1) ((t r ax) 0))) +("comets" nil (((k aa) 1) ((m ax t s) 0))) +("comeuppance" nil (((k ah) 1) ((m ah) 1) ((p ax n s) 0))) +("comex" nil (((k aa) 1) ((m eh k s) 1))) +("comfed" nil (((k aa m) 1) ((f eh d) 1))) +("comfinance" nil (((k aa m) 1) ((f ih) 0) ((n ax n s) 0))) +("comfort" nil (((k ah m) 1) ((f er t) 0))) +("comfortable" nil (((k ah m) 1) ((f er) 0) ((t ax) 0) ((b ax l) 0))) +("comfortably" nil (((k ah m) 1) ((f er) 0) ((t ax) 0) ((b l iy) 0))) +("comforted" nil (((k ah m) 1) ((f er) 0) ((t ih d) 0))) +("comforter" nil (((k ah m) 1) ((f er) 0) ((t er) 0))) +("comforters" nil (((k ah m) 1) ((f er) 0) ((t er z) 0))) +("comforting" nil (((k ah m) 1) ((f er) 0) ((t ih ng) 0))) +("comforts" nil (((k ah m) 1) ((f er t s) 0))) +("comfrey" nil (((k ah m) 1) ((f r iy) 0))) +("comfy" nil (((k ah m) 1) ((f iy) 0))) +("comic" nil (((k aa) 1) ((m ih k) 0))) +("comical" nil (((k aa) 1) ((m ih) 0) ((k ax l) 0))) +("comically" nil (((k aa) 1) ((m ih) 0) ((k ax) 0) ((l iy) 0))) +("comicopia" nil (((k aa) 1) ((m ih) 0) ((k ow) 1) ((p iy) 0) ((ax) 0))) +("comics" nil (((k aa) 1) ((m ih k s) 0))) +("cominco" nil (((k ow) 0) ((m ih ng) 1) ((k ow) 0))) +("coming" nil (((k ah) 1) ((m ih ng) 0))) +("comings" nil (((k ah) 1) ((m ih ng z) 0))) +("comins" nil (((k ow) 1) ((m ih n z) 0))) +("cominsky" nil (((k ax) 0) ((m ih n) 1) ((s k iy) 0))) +("comiskey" nil (((k ow) 1) ((m ih) 0) ((s k iy) 1))) +("comito" nil (((k ow) 0) ((m iy) 1) ((t ow) 0))) +("comity" nil (((k ow) 1) ((m ih) 0) ((t iy) 0))) +("comley" nil (((k aa m) 1) ((l iy) 0))) +("comly" nil (((k aa m) 1) ((l iy) 0))) +("comma" nil (((k aa) 1) ((m ax) 0))) +("commack" nil (((k aa) 1) ((m ax k) 0))) +("command" nil (((k ax) 0) ((m ae n d) 1))) +("commandant" nil (((k aa) 1) ((m ax n) 0) ((d aa n t) 1))) +("commanded" nil (((k ax) 0) ((m ae n) 1) ((d ax d) 0))) +("commandeered" nil (((k aa) 1) ((m ax n) 0) ((d ih r d) 1))) +("commander" nil (((k ax) 0) ((m ae n) 1) ((d er) 0))) +("commanders" nil (((k ax) 0) ((m ae n) 1) ((d er z) 0))) +("commanding" nil (((k ax) 0) ((m ae n) 1) ((d ih ng) 0))) +("commandment" nil (((k ax) 0) ((m ae n d) 1) ((m ax n t) 0))) +("commandments" nil (((k ax) 0) ((m ae n d) 1) ((m ax n t s) 0))) +("commando" nil (((k ax) 0) ((m ae n) 1) ((d ow) 1))) +("commandos" nil (((k ax) 0) ((m ae n) 1) ((d ow z) 1))) +("commands" nil (((k ax) 0) ((m ae n d z) 1))) +("commas" nil (((k aa) 1) ((m ax z) 0))) +("commemorate" nil (((k ax) 0) ((m eh) 1) ((m er) 0) ((ey t) 1))) +("commemorated" nil (((k ax) 0) ((m eh) 1) ((m er) 0) ((ey) 1) ((t ih d) 0))) +("commemorates" nil (((k ax) 0) ((m eh) 1) ((m er) 0) ((ey t s) 1))) +("commemorating" nil (((k ax) 0) ((m eh) 1) ((m er) 0) ((ey) 1) ((t ih ng) 0))) +("commemoration" nil (((k ax) 0) ((m eh) 1) ((m er) 0) ((ey) 1) ((sh ax n) 0))) +("commemorations" nil (((k ax) 0) ((m eh) 1) ((m er) 0) ((ey) 1) ((sh ax n z) 0))) +("commemorative" nil (((k ax) 0) ((m eh) 1) ((m r ax) 0) ((t ih v) 0))) +("commence" nil (((k ax) 0) ((m eh n s) 1))) +("commenced" nil (((k ax) 0) ((m eh n s t) 1))) +("commencement" nil (((k ax) 0) ((m eh n) 1) ((s m ax n t) 0))) +("commences" nil (((k ax) 0) ((m eh n) 1) ((s ax z) 0))) +("commencing" nil (((k ax) 0) ((m eh n) 1) ((s ih ng) 0))) +("commend" nil (((k ax) 0) ((m eh n d) 1))) +("commendable" nil (((k ax) 0) ((m eh n) 1) ((d ax) 0) ((b ax l) 0))) +("commendation" nil (((k aa) 1) ((m ax n) 0) ((d ey) 1) ((sh ax n) 0))) +("commended" nil (((k ax) 0) ((m eh n) 1) ((d ih d) 0))) +("commensurate" nil (((k ax) 0) ((m eh n) 1) ((s er) 0) ((ax t) 0))) +("comment" nil (((k aa) 1) ((m eh n t) 0))) +("commentaries" nil (((k aa) 1) ((m ax n) 0) ((t eh) 1) ((r iy z) 0))) +("commentary" nil (((k aa) 1) ((m ax n) 0) ((t eh) 1) ((r iy) 0))) +("commentator" nil (((k aa) 1) ((m ax n) 0) ((t ey) 1) ((t er) 0))) +("commentators" nil (((k aa) 1) ((m ax n) 0) ((t ey) 1) ((t er z) 0))) +("commented" nil (((k aa) 1) ((m eh n) 0) ((t ax d) 0))) +("commenting" nil (((k aa) 1) ((m eh n) 0) ((t ih ng) 0))) +("comments" nil (((k aa) 1) ((m eh n t s) 0))) +("commerce" nil (((k aa) 1) ((m er s) 0))) +("commercebancorp" nil (((k aa) 1) ((m er s) 0) ((b ae n) 1) ((k ao r p) 1))) +("commercial" nil (((k ax) 0) ((m er) 1) ((sh ax l) 0))) +("commerciale" nil (((k ax) 0) ((m er) 1) ((s iy) 0) ((ae l) 1))) +("commercialism" nil (((k ax) 0) ((m er) 1) ((sh ax) 0) ((l ih) 1) ((z ax m) 0))) +("commercialization" nil (((k ax) 0) ((m er) 1) ((sh ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("commercialize" nil (((k ax) 0) ((m er) 1) ((sh ax) 0) ((l ay z) 1))) +("commercialized" nil (((k ax) 0) ((m er) 1) ((sh ax) 0) ((l ay z d) 1))) +("commercializing" nil (((k ax) 0) ((m er) 1) ((sh ax) 0) ((l ay) 1) ((z ih ng) 0))) +("commercially" nil (((k ax) 0) ((m er) 1) ((sh ax) 0) ((l iy) 0))) +("commercials" nil (((k ax) 0) ((m er) 1) ((sh ax l z) 0))) +("commerford" nil (((k ax) 0) ((m er) 1) ((f er d) 0))) +("commerical" nil (((k ax) 0) ((m er) 1) ((sh ax l) 0))) +("commerzbank" nil (((k aa) 1) ((m er z) 0) ((b ae ng k) 1))) +("commie" nil (((k aa) 1) ((m iy) 0))) +("commingle" nil (((k ax) 0) ((m ih ng) 1) ((g ax l) 0))) +("commingled" nil (((k aa) 0) ((m ih ng) 1) ((g ax l d) 0))) +("commingling" nil (((k aa) 0) ((m ih ng) 1) ((g ax) 0) ((l ih ng) 0))) +("commins" nil (((k aa) 1) ((m ih n z) 0))) +("commiserate" nil (((k ax) 0) ((m ih) 1) ((s er) 0) ((ey t) 1))) +("commision" nil (((k ax) 0) ((m ih) 1) ((z ax n) 0))) +("commissar" nil (((k aa) 1) ((m ax) 0) ((s aa r) 1))) +("commissaries" nil (((k aa) 1) ((m ax) 0) ((s eh) 1) ((r iy z) 0))) +("commissars" nil (((k ax) 0) ((m ih) 1) ((s er z) 0))) +("commissary" nil (((k aa) 1) ((m ax) 0) ((s eh) 1) ((r iy) 0))) +("commission" nil (((k ax) 0) ((m ih) 1) ((sh ax n) 0))) +("commissioned" nil (((k ax) 0) ((m ih) 1) ((sh ax n d) 0))) +("commissioner" nil (((k ax) 0) ((m ih) 1) ((sh ax) 0) ((n er) 0))) +("commissioners" nil (((k ax) 0) ((m ih) 1) ((sh ax) 0) ((n er z) 0))) +("commissioning" nil (((k ax) 0) ((m ih) 1) ((sh ax) 0) ((n ih ng) 0))) +("commissions" nil (((k ax) 0) ((m ih) 1) ((sh ax n z) 0))) +("commisso" nil (((k ow) 0) ((m iy) 1) ((s ow) 0))) +("commit" nil (((k ax) 0) ((m ih t) 1))) +("commitee" nil (((k aa) 1) ((m ih) 0) ((t iy) 0))) +("commitment" nil (((k ax) 0) ((m ih t) 1) ((m ax n t) 0))) +("commitments" nil (((k ax) 0) ((m ih t) 1) ((m ax n t s) 0))) +("commits" nil (((k ax) 0) ((m ih t s) 1))) +("committal" nil (((k ax) 0) ((m ih) 1) ((t ax l) 0))) +("committed" nil (((k ax) 0) ((m ih) 1) ((t ax d) 0))) +("committee" nil (((k ax) 0) ((m ih) 1) ((t iy) 0))) +("committeeman" nil (((k ax) 0) ((m ih) 1) ((t iy) 0) ((m ax n) 0))) +("committees" nil (((k ax) 0) ((m ih) 1) ((t iy z) 0))) +("committing" nil (((k ax) 0) ((m ih) 1) ((t ih ng) 0))) +("commmon" nil (((k aa) 1) ((m ax n) 0))) +("commode" nil (((k ax) 0) ((m ow d) 1))) +("commodious" nil (((k ax) 0) ((m ow) 1) ((d iy) 0) ((ax s) 0))) +("commodities" nil (((k ax) 0) ((m aa) 1) ((d ax) 0) ((t iy z) 0))) +("commodity" nil (((k ax) 0) ((m aa) 1) ((d ax) 0) ((t iy) 0))) +("commodore" nil (((k aa) 1) ((m ax) 0) ((d ao r) 1))) +("common" nil (((k aa) 1) ((m ax n) 0))) +("commonality" nil (((k aa) 1) ((m ax) 0) ((n ae) 1) ((l ax) 0) ((t iy) 0))) +("commoner" nil (((k aa) 1) ((m ax) 0) ((n er) 0))) +("commoners" nil (((k aa) 1) ((m ax) 0) ((n er z) 0))) +("commonly" nil (((k aa) 1) ((m ax n) 0) ((l iy) 0))) +("commonplace" nil (((k aa) 1) ((m ax n) 0) ((p l ey s) 1))) +("commons" nil (((k aa) 1) ((m ax n z) 0))) +("commonwealth" nil (((k aa) 1) ((m ax n) 0) ((w eh l th) 1))) +("commotion" nil (((k ax) 0) ((m ow) 1) ((sh ax n) 0))) +("communal" nil (((k ax) 0) ((m y uw) 1) ((n ax l) 0))) +("commune" nil (((k aa) 1) ((m y uw n) 0))) +("communes" nil (((k ax) 0) ((m y uw n z) 1))) +("communicable" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ax) 0) ((b ax l) 0))) +("communicate" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey t) 1))) +("communicated" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 1) ((t ih d) 0))) +("communicates" nil (((k ax) 0) ((m y uw) 1) ((n ih) 0) ((k ey t s) 1))) +("communicating" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 1) ((t ih ng) 0))) +("communication" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 1) ((sh ax n) 0))) +("communications" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("communicative" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ax) 0) ((t ih v) 0))) +("communicator" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 1) ((t er) 0))) +("communicators" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 0) ((t er z) 0))) +("communion" nil (((k ax) 0) ((m y uw) 1) ((n y ax n) 0))) +("communique" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 1))) +("communiques" nil (((k ax) 0) ((m y uw) 1) ((n ih) 0) ((k ey z) 1))) +("communism" nil (((k aa) 1) ((m y ax) 0) ((n ih) 1) ((z ax m) 0))) +("communist" nil (((k aa) 1) ((m y ax) 0) ((n ax s t) 0))) +("communists" nil (((k aa) 1) ((m y ax) 0) ((n ax s t s) 0))) +("communities" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((t iy z) 0))) +("community" nil (((k ax) 0) ((m y uw) 1) ((n ax) 0) ((t iy) 0))) +("communitywide" nil (((k ax) 0) ((m y uw) 1) ((n ih) 0) ((t iy) 0) ((w ay d) 1))) +("communization" nil (((k aa) 1) ((m y ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("communize" nil (((k aa) 1) ((m y ax) 0) ((n ay z) 1))) +("commute" nil (((k ax) 0) ((m y uw t) 1))) +("commuted" nil (((k ax) 0) ((m y uw) 1) ((t ih d) 0))) +("commuter" nil (((k ax) 0) ((m y uw) 1) ((t er) 0))) +("commuters" nil (((k ax) 0) ((m y uw) 1) ((t er z) 0))) +("commutes" nil (((k ax) 0) ((m y uw t s) 1))) +("commuting" nil (((k ax) 0) ((m y uw) 1) ((t ih ng) 0))) +("como" nil (((k ow) 1) ((m ow) 0))) +("comp" nil (((k aa m p) 1))) +("compact" n (((k aa m) 1) ((p ae k t) 0))) +("compact" v (((k ax m) 0) ((p ae k t) 1))) +("compacted" nil (((k ax m) 0) ((p ae k) 1) ((t ih d) 0))) +("compactness" nil (((k ax m) 0) ((p ae k t) 1) ((n ax s) 0))) +("compactor" nil (((k ax m) 0) ((p ae k) 1) ((t er) 0))) +("compacts" n (((k ah m) 1) ((p ae k t s) 0))) +("compacts" v (((k ax m) 0) ((p ae k t s) 1))) +("compagnie" nil (((k ah m) 1) ((p ax) 0) ((n iy) 0))) +("companhia" nil (((k ax m) 0) ((p ae n) 1) ((hh iy) 0) ((ax) 0))) +("compania" nil (((k ax m) 0) ((p ey) 1) ((n iy) 0) ((ax) 0))) +("companies" nil (((k ah m) 1) ((p ax) 0) ((n iy z) 0))) +("companion" nil (((k ax m) 0) ((p ae) 1) ((n y ax n) 0))) +("companions" nil (((k ax m) 0) ((p ae) 1) ((n y ax n z) 0))) +("companionship" nil (((k ax m) 0) ((p ae) 1) ((n y ax n) 0) ((sh ih p) 1))) +("companionway" nil (((k ax m) 0) ((p ae) 1) ((n y ax n) 0) ((w ey) 1))) +("company" nil (((k ah m) 1) ((p ax) 0) ((n iy) 0))) +("companys" nil (((k ah m) 1) ((p ax) 0) ((n iy z) 0))) +("companywide" nil (((k ah m) 1) ((p ax) 0) ((n iy) 0) ((w ay d) 1))) +("compaq" nil (((k aa m) 1) ((p ae k) 1))) +("comparability" nil (((k aa m) 1) ((p er) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("comparable" nil (((k aa m) 1) ((p er) 0) ((ax) 0) ((b ax l) 0))) +("comparably" nil (((k aa m) 1) ((p er) 0) ((ax) 0) ((b l iy) 0))) +("comparative" nil (((k ax m) 0) ((p eh) 1) ((r ax) 0) ((t ih v) 0))) +("comparatively" nil (((k ax m) 0) ((p eh) 1) ((r ax) 0) ((t ih) 0) ((v l iy) 0))) +("compare" nil (((k ax m) 0) ((p eh r) 1))) +("compared" nil (((k ax m) 0) ((p eh r d) 1))) +("compares" nil (((k ax m) 0) ((p eh r z) 1))) +("comparing" nil (((k ax m) 0) ((p eh) 1) ((r ih ng) 0))) +("comparison" nil (((k ax m) 0) ((p eh) 1) ((r ax) 0) ((s ax n) 0))) +("comparisons" nil (((k ax m) 0) ((p eh) 1) ((r ax) 0) ((s ax n z) 0))) +("compartment" nil (((k ax m) 0) ((p aa r t) 1) ((m ax n t) 0))) +("compartmental" nil (((k ax m) 0) ((p aa r t) 1) ((m eh n) 1) ((t ax l) 0))) +("compartmentalize" nil (((k ax m) 0) ((p aa r t) 1) ((m eh n) 1) ((t ax) 0) ((l ay z) 1))) +("compartmentalized" nil (((k aa m) 1) ((p aa r t) 0) ((m eh n) 1) ((t ax) 0) ((l ay z d) 0))) +("compartments" nil (((k ax m) 0) ((p aa r t) 1) ((m ax n t s) 0))) +("compas" nil (((k aa m) 1) ((p ax s) 0))) +("compass" nil (((k ah m) 1) ((p ax s) 0))) +("compassion" nil (((k ax m) 0) ((p ae) 1) ((sh ax n) 0))) +("compassionate" nil (((k ax m) 0) ((p ae) 1) ((sh ax) 0) ((n ax t) 0))) +("compassvale" nil (((k ah m) 1) ((p ax s) 0) ((v ey l) 1))) +("compatibility" nil (((k ax m) 0) ((p ae) 1) ((t ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("compatible" nil (((k ax m) 0) ((p ae) 1) ((t ax) 0) ((b ax l) 0))) +("compatibles" nil (((k ax m) 0) ((p ae) 1) ((t ih) 0) ((b ax l z) 0))) +("compatriots" nil (((k ax m) 0) ((p ey) 1) ((t r iy) 0) ((ax t s) 0))) +("compean" nil (((k aa m) 1) ((p ax n) 0))) +("compeau" nil (((k ax m) 0) ((p ow) 1))) +("compel" nil (((k ax m) 0) ((p eh l) 1))) +("compelled" nil (((k ax m) 0) ((p eh l d) 1))) +("compelling" nil (((k ax m) 0) ((p eh) 1) ((l ih ng) 0))) +("compellingly" nil (((k ax m) 0) ((p eh) 1) ((l ih ng) 0) ((l iy) 0))) +("compels" nil (((k ax m) 0) ((p eh l z) 1))) +("compendium" nil (((k ax m) 0) ((p eh n) 1) ((d iy) 0) ((ax m) 0))) +("compensable" nil (((k ax m) 0) ((p eh n) 1) ((s ax) 0) ((b ax l) 0))) +("compensate" nil (((k aa m) 1) ((p ax n) 0) ((s ey t) 1))) +("compensated" nil (((k aa m) 1) ((p ax n) 0) ((s ey) 1) ((t ax d) 0))) +("compensates" nil (((k aa m) 1) ((p ax n) 0) ((s ey t s) 1))) +("compensating" nil (((k aa m) 1) ((p ax n) 0) ((s ey) 1) ((t ih ng) 0))) +("compensation" nil (((k aa m) 1) ((p ax n) 0) ((s ey) 1) ((sh ax n) 0))) +("compensations" nil (((k aa m) 1) ((p ax n) 0) ((s ey) 1) ((sh ax n z) 0))) +("compensatory" nil (((k ax m) 0) ((p eh n) 1) ((s ax) 0) ((t ao) 1) ((r iy) 0))) +("compete" nil (((k ax m) 0) ((p iy t) 1))) +("competed" nil (((k ax m) 0) ((p iy) 1) ((t ih d) 0))) +("competence" nil (((k aa m) 1) ((p ax) 0) ((t ax n s) 0))) +("competency" nil (((k aa m) 1) ((p ax) 0) ((t ax n) 0) ((s iy) 0))) +("competent" nil (((k aa m) 1) ((p ax) 0) ((t ax n t) 0))) +("competently" nil (((k aa m) 1) ((p ax) 0) ((t ax n t) 0) ((l iy) 0))) +("competes" nil (((k ax m) 0) ((p iy t s) 1))) +("competing" nil (((k ax m) 0) ((p iy) 1) ((t ih ng) 0))) +("competition" nil (((k aa m) 1) ((p ax) 0) ((t ih) 1) ((sh ax n) 0))) +("competitions" nil (((k aa m) 1) ((p ax) 0) ((t ih) 1) ((sh ax n z) 0))) +("competitive" nil (((k ax m) 0) ((p eh) 1) ((t ax) 0) ((t ih v) 0))) +("competitively" nil (((k ax m) 0) ((p eh) 1) ((t ih) 0) ((t ih) 0) ((v l iy) 0))) +("competitiveness" nil (((k ax m) 0) ((p eh) 1) ((t ih) 0) ((t ih v) 0) ((n ih s) 0))) +("competitor" nil (((k ax m) 0) ((p eh) 1) ((t ax) 0) ((t er) 0))) +("competitors" nil (((k ax m) 0) ((p eh) 1) ((t ax) 0) ((t er z) 0))) +("competitve" nil (((k aa m) 1) ((p ax) 0) ((t ih t) 1) ((v iy) 0))) +("compher" nil (((k aa m) 1) ((f er) 0))) +("compilation" nil (((k aa m) 1) ((p ax) 0) ((l ey) 1) ((sh ax n) 0))) +("compilations" nil (((k aa m) 1) ((p ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("compile" nil (((k ax m) 0) ((p ay l) 1))) +("compiled" nil (((k ax m) 0) ((p ay l d) 1))) +("compilers" nil (((k ax m) 0) ((p ay) 1) ((l er z) 0))) +("compiles" nil (((k ax m) 0) ((p ay l z) 1))) +("compiling" nil (((k ax m) 0) ((p ay) 1) ((l ih ng) 0))) +("complacency" nil (((k ax m) 0) ((p l ey) 1) ((s ax n) 0) ((s iy) 0))) +("complacent" nil (((k ax m) 0) ((p l ey) 1) ((s ax n t) 0))) +("complacently" nil (((k ax m) 0) ((p l ey) 1) ((s ax n t) 0) ((l iy) 0))) +("complain" nil (((k ax m) 0) ((p l ey n) 1))) +("complainants" nil (((k ax m) 0) ((p l ey) 1) ((n ax n t s) 0))) +("complained" nil (((k ax m) 0) ((p l ey n d) 1))) +("complainer" nil (((k ax m) 0) ((p l ey) 1) ((n er) 0))) +("complainers" nil (((k aa m) 1) ((p l ey) 1) ((n er z) 0))) +("complaining" nil (((k ax m) 0) ((p l ey) 1) ((n ih ng) 0))) +("complains" nil (((k ax m) 0) ((p l ey n z) 1))) +("complaint" nil (((k ax m) 0) ((p l ey n t) 1))) +("complaints" nil (((k ax m) 0) ((p l ey n t s) 1))) +("complaisant" nil (((k ax m) 0) ((p l ey) 1) ((s ax n t) 0))) +("complement" nil (((k aa m) 1) ((p l ax) 0) ((m ax n t) 0))) +("complementary" nil (((k aa m) 1) ((p l ax) 0) ((m eh n) 1) ((t r iy) 0))) +("complemented" nil (((k aa m) 1) ((p l ax) 0) ((m eh n) 1) ((t ih d) 0))) +("complementing" nil (((k aa m) 1) ((p l ax) 0) ((m eh n) 1) ((t ih ng) 0))) +("complements" nil (((k aa m) 1) ((p l ax) 0) ((m ax n t s) 0))) +("complete" nil (((k ax m) 0) ((p l iy t) 1))) +("completed" nil (((k ax m) 0) ((p l iy) 1) ((t ax d) 0))) +("completely" nil (((k ax m) 0) ((p l iy t) 1) ((l iy) 0))) +("completeness" nil (((k ax m) 0) ((p l iy t) 1) ((n ax s) 0))) +("completes" nil (((k ax m) 0) ((p l iy t s) 1))) +("completing" nil (((k ax m) 0) ((p l iy) 1) ((t ih ng) 0))) +("completion" nil (((k ax m) 0) ((p l iy) 1) ((sh ax n) 0))) +("completions" nil (((k ax m) 0) ((p l iy) 1) ((sh ax n z) 0))) +("complex" nil (((k aa m) 1) ((p l eh k s) 0))) +("complexes" nil (((k aa m) 1) ((p l eh k) 0) ((s ax z) 0))) +("complexion" nil (((k ax m) 0) ((p l eh k) 1) ((sh ax n) 0))) +("complexities" nil (((k ax m) 0) ((p l eh k) 1) ((s ih) 0) ((t iy z) 0))) +("complexity" nil (((k ax m) 0) ((p l eh k) 1) ((s ax) 0) ((t iy) 0))) +("compliance" nil (((k ax m) 0) ((p l ay) 1) ((ax n s) 0))) +("compliant" nil (((k ax m) 0) ((p l ay) 1) ((ax n t) 0))) +("complicate" nil (((k aa m) 1) ((p l ax) 0) ((k ey t) 1))) +("complicated" nil (((k aa m) 1) ((p l ax) 0) ((k ey) 1) ((t ax d) 0))) +("complicates" nil (((k aa m) 1) ((p l ih) 0) ((k ey t s) 1))) +("complicating" nil (((k aa m) 1) ((p l ax) 0) ((k ey) 1) ((t ih ng) 0))) +("complication" nil (((k aa m) 1) ((p l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("complications" nil (((k aa m) 1) ((p l ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("complicity" nil (((k ax m) 0) ((p l ih) 1) ((s ax) 0) ((t iy) 0))) +("complied" nil (((k ax m) 0) ((p l ay d) 1))) +("complies" nil (((k ax m) 0) ((p l ay z) 1))) +("compliment" n (((k aa m) 1) ((p l ax) 0) ((m ax n t) 0))) +("compliment" v (((k aa m) 1) ((p l ax) 0) ((m eh n t) 0))) +("complimentary" nil (((k aa m) 1) ((p l ax) 0) ((m eh n) 1) ((t er) 0) ((iy) 0))) +("compliments" n (((k aa m) 1) ((p l ax) 0) ((m ax n t s) 0))) +("compliments" v (((k aa m) 1) ((p l ax) 0) ((m eh n t s) 0))) +("comply" nil (((k ax m) 0) ((p l ay) 1))) +("complying" nil (((k ax m) 0) ((p l ay) 1) ((ih ng) 0))) +("compo" nil (((k aa m) 1) ((p ow) 1))) +("component" nil (((k ax m) 0) ((p ow) 1) ((n ax n t) 0))) +("components" nil (((k ax m) 0) ((p ow) 1) ((n ax n t s) 0))) +("comportment" nil (((k ax m) 0) ((p ao r t) 1) ((m ax n t) 0))) +("compose" nil (((k ax m) 0) ((p ow z) 1))) +("composed" nil (((k ax m) 0) ((p ow z d) 1))) +("composer" nil (((k ax m) 0) ((p ow) 1) ((z er) 0))) +("composers" nil (((k ax m) 0) ((p ow) 1) ((z er z) 0))) +("composes" nil (((k ax m) 0) ((p ow) 1) ((z ih z) 0))) +("composing" nil (((k ax m) 0) ((p ow) 1) ((z ih ng) 0))) +("composite" nil (((k ax m) 0) ((p aa) 1) ((z ax t) 0))) +("composites" nil (((k ax m) 0) ((p aa) 1) ((z ax t s) 0))) +("composition" nil (((k aa m) 1) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("compositional" nil (((k aa m) 1) ((p ax) 0) ((z ih) 1) ((sh ax) 0) ((n ax l) 0))) +("compositions" nil (((k aa m) 1) ((p ax) 0) ((z ih) 1) ((sh ax n z) 0))) +("compost" nil (((k aa m) 1) ((p ow s t) 0))) +("composting" nil (((k aa m) 1) ((p ow) 1) ((s t ih ng) 0))) +("composure" nil (((k ax m) 0) ((p ow) 1) ((zh er) 0))) +("compote" nil (((k aa m) 1) ((p ow t) 0))) +("compound" n (((k aa m) 1) ((p aw n d) 0))) +("compound" v (((k ax m) 0) ((p aw n d) 1))) +("compounded" nil (((k ax m) 0) ((p aw n) 1) ((d ax d) 0))) +("compounding" nil (((k ax m) 0) ((p aw n) 1) ((d ih ng) 0))) +("compounds" n (((k aa m) 1) ((p aw n d z) 0))) +("compounds" v (((k ax m) 0) ((p aw n d z) 1))) +("comprehend" nil (((k aa m) 1) ((p r iy) 0) ((hh eh n d) 1))) +("comprehended" nil (((k aa m) 1) ((p r ih) 0) ((hh eh n) 1) ((d ih d) 0))) +("comprehending" nil (((k aa m) 1) ((p r ih) 0) ((hh eh n) 1) ((d ih ng) 0))) +("comprehensibility" nil (((k aa m) 1) ((p r iy) 0) ((hh eh n) 1) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("comprehensible" nil (((k aa m) 1) ((p r iy) 0) ((hh eh n) 1) ((s ax) 0) ((b ax l) 0))) +("comprehension" nil (((k aa m) 1) ((p r iy) 0) ((hh eh n) 1) ((sh ax n) 0))) +("comprehensive" nil (((k aa m) 1) ((p r iy) 0) ((hh eh n) 1) ((s ih v) 0))) +("comprehensively" nil (((k aa m) 1) ((p r ih) 0) ((hh eh n) 1) ((s ih) 0) ((v l iy) 0))) +("compress" n (((k aa m) 1) ((p r eh s) 0))) +("compress" v (((k ax m) 0) ((p r eh s) 1))) +("compressed" nil (((k ax m) 0) ((p r eh s t) 1))) +("compresses" n (((k aa m) 1) ((p r eh) 0) ((s ax z) 0))) +("compresses" v (((k ax m) 0) ((p r eh) 1) ((s ax z) 0))) +("compressing" nil (((k ax m) 0) ((p r eh) 1) ((s ih ng) 0))) +("compression" nil (((k ax m) 0) ((p r eh) 1) ((sh ax n) 0))) +("compressor" nil (((k ax m) 0) ((p r eh) 1) ((s er) 0))) +("compressors" nil (((k ax m) 0) ((p r eh) 1) ((s er z) 0))) +("comprint" nil (((k aa m) 1) ((p r ih n t) 1))) +("comprise" nil (((k ax m) 0) ((p r ay z) 1))) +("comprised" nil (((k ax m) 0) ((p r ay z d) 1))) +("comprises" nil (((k ax m) 0) ((p r ay) 1) ((z ax z) 0))) +("comprising" nil (((k ax m) 0) ((p r ay) 1) ((z ih ng) 0))) +("compromise" nil (((k aa m) 1) ((p r ax) 0) ((m ay z) 1))) +("compromised" nil (((k aa m) 1) ((p r ax) 0) ((m ay z d) 1))) +("compromises" nil (((k aa m) 1) ((p r ax) 0) ((m ay) 1) ((z ih z) 0))) +("compromising" nil (((k aa m) 1) ((p r ax) 0) ((m ay) 1) ((z ih ng) 0))) +("compston" nil (((k aa m p) 1) ((s t ax n) 0))) +("comptek" nil (((k aa m p) 1) ((t eh k) 1))) +("compton" nil (((k aa m p) 1) ((t ax n) 0))) +("comptroller" nil (((k ax n) 0) ((t r ow) 1) ((l er) 0))) +("comptronix" nil (((k aa m p) 1) ((t r aa) 1) ((n ih k s) 1))) +("compuadd" nil (((k aa m) 1) ((p y uw) 0) ((ae d) 1))) +("compuchem" nil (((k aa m) 1) ((p y uw) 0) ((k eh m) 1))) +("compudyne" nil (((k aa m) 1) ((p y uw) 0) ((d ay n) 1))) +("compufund" nil (((k aa m) 1) ((p y uw) 0) ((f ah n d) 1))) +("compugraphic" nil (((k aa m) 1) ((p y uw) 0) ((g r ae) 1) ((f ih k) 0))) +("compulsion" nil (((k ax m) 0) ((p ah l) 1) ((sh ax n) 0))) +("compulsions" nil (((k ax m) 0) ((p uh l) 1) ((sh ax n z) 0))) +("compulsive" nil (((k ax m) 0) ((p ah l) 1) ((s ih v) 0))) +("compulsively" nil (((k ax m) 0) ((p ah l) 1) ((s ih) 0) ((v l iy) 0))) +("compulsory" nil (((k ax m) 0) ((p ah l) 1) ((s er) 0) ((iy) 0))) +("compumat" nil (((k aa m) 1) ((p y uw) 0) ((m ae t) 1))) +("compunction" nil (((k ax m) 0) ((p ah ng k) 1) ((sh ax n) 0))) +("compuserve" nil (((k aa m) 1) ((p y uw) 0) ((s er v) 0))) +("computalog" nil (((k aa m) 1) ((p y uw) 0) ((t ae) 1) ((l ao g) 0))) +("computation" nil (((k aa m) 1) ((p y ax) 0) ((t ey) 1) ((sh ax n) 0))) +("computational" nil (((k aa m) 1) ((p y uw) 0) ((t ey) 1) ((sh ax) 0) ((n ax l) 0))) +("computations" nil (((k aa m) 1) ((p y uw) 0) ((t ey) 1) ((sh ax n z) 0))) +("compute" nil (((k ax m) 0) ((p y uw t) 1))) +("computed" nil (((k ax m) 0) ((p y uw) 1) ((t ax d) 0))) +("computer" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0))) +("computercraft" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0) ((k r ae f t) 1))) +("computerization" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0) ((ih) 0) ((z ey) 1) ((sh ax n) 0))) +("computerize" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0) ((ay z) 1))) +("computerized" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0) ((ay z d) 1))) +("computerizing" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0) ((ay) 1) ((z ih ng) 0))) +("computerland" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0) ((l ae n d) 1))) +("computerlike" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0) ((l ay k) 1))) +("computers" nil (((k ax m) 0) ((p y uw) 1) ((t er z) 0))) +("computervision" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0) ((v ih) 1) ((zh ax n) 0))) +("computerworld" nil (((k ax m) 0) ((p y uw) 1) ((t er) 0) ((w er l d) 1))) +("computes" nil (((k ax m) 0) ((p y uw t s) 1))) +("computing" nil (((k ax m) 0) ((p y uw) 1) ((t ih ng) 0))) +("computrac" nil (((k aa m) 1) ((p y uw) 0) ((t r ae k) 1))) +("compuware" nil (((k aa m) 1) ((p y uw) 0) ((w eh r) 1))) +("comrade" nil (((k aa) 1) ((m r ae d) 1))) +("comrades" nil (((k aa) 1) ((m r ae d z) 1))) +("comrie" nil (((k aa) 1) ((m er) 0) ((iy) 0))) +("comsat" nil (((k aa m) 1) ((s ae t) 0))) +("comstock" nil (((k aa m) 1) ((s t aa k) 1))) +("comtois" nil (((k ax m) 0) ((t w aa) 1))) +("comtrex" nil (((k aa m) 1) ((t r eh k s) 1))) +("comunale" nil (((k ow) 0) ((m uw) 0) ((n aa) 1) ((l iy) 0))) +("con" nil (((k aa n) 1))) +("cona" nil (((k ow) 1) ((n ax) 0))) +("conable" nil (((k ow) 1) ((n ax) 0) ((b ax l) 0))) +("conagra" nil (((k aa) 1) ((n ae) 1) ((g r ax) 0))) +("conahan" nil (((k aa) 1) ((n ax) 0) ((hh ae n) 0))) +("conair" nil (((k aa) 1) ((n eh r) 1))) +("conal" nil (((k ow) 1) ((n ax l) 0))) +("conan" nil (((k ow) 1) ((n ax n) 0))) +("conant" nil (((k ow) 1) ((n ax n t) 0))) +("conard" nil (((k aa) 1) ((n er d) 0))) +("conasupo" nil (((k aa) 1) ((n ax) 0) ((s uw) 1) ((p ow) 0))) +("conatser" nil (((k aa) 1) ((n ax t) 0) ((s er) 0))) +("conaty" nil (((k aa) 1) ((n ax) 0) ((t iy) 0))) +("conaway" nil (((k ow) 1) ((n ax) 0) ((w ey) 0))) +("conboy" nil (((k aa n) 1) ((b oy) 0))) +("conca" nil (((k ow n) 1) ((k ax) 0))) +("concannon" nil (((k aa n) 1) ((k ax) 0) ((n aa n) 0))) +("concatenate" nil (((k ax n) 0) ((k ae) 1) ((t ax) 0) ((n ey t) 1))) +("concatenation" nil (((k ax n) 0) ((k ae) 1) ((t ax) 0) ((n ey) 1) ((sh ax n) 0))) +("concave" nil (((k aa n) 0) ((k ey v) 1))) +("conceal" nil (((k ax n) 0) ((s iy l) 1))) +("concealed" nil (((k ax n) 0) ((s iy l d) 1))) +("concealing" nil (((k ax n) 0) ((s iy) 1) ((l ih ng) 0))) +("concealment" nil (((k ax n) 0) ((s iy l) 1) ((m ax n t) 0))) +("conceals" nil (((k ax n) 0) ((s iy l z) 1))) +("concede" nil (((k ax n) 0) ((s iy d) 1))) +("conceded" nil (((k ax n) 0) ((s iy) 1) ((d ih d) 0))) +("concedes" nil (((k ax n) 0) ((s iy d z) 1))) +("conceding" nil (((k ax n) 0) ((s iy) 1) ((d ih ng) 0))) +("conceit" nil (((k ax n) 0) ((s iy t) 1))) +("conceited" nil (((k ax n) 0) ((s iy) 1) ((t ax d) 0))) +("conceivable" nil (((k ax n) 0) ((s iy) 1) ((v ax) 0) ((b ax l) 0))) +("conceivably" nil (((k ax n) 0) ((s iy) 1) ((v ax) 0) ((b l iy) 0))) +("conceive" nil (((k ax n) 0) ((s iy v) 1))) +("conceived" nil (((k ax n) 0) ((s iy v d) 1))) +("conceiving" nil (((k ax n) 0) ((s iy) 1) ((v ih ng) 0))) +("concentrate" nil (((k aa n) 1) ((s ax n) 0) ((t r ey t) 1))) +("concentrated" nil (((k aa n) 1) ((s ax n) 0) ((t r ey) 1) ((t ax d) 0))) +("concentrates" nil (((k aa n) 1) ((s ax n) 0) ((t r ey t s) 1))) +("concentrating" nil (((k aa n) 1) ((s ax n) 0) ((t r ey) 1) ((t ih ng) 0))) +("concentration" nil (((k aa n) 1) ((s ax n) 0) ((t r ey) 1) ((sh ax n) 0))) +("concentrations" nil (((k aa n) 1) ((s ax n) 0) ((t r ey) 1) ((sh ax n z) 0))) +("concentric" nil (((k ax n) 0) ((s eh n) 1) ((t r ih k) 0))) +("concepcion" nil (((k ax n) 0) ((s eh p) 1) ((s iy) 0) ((ow n) 1))) +("concept" nil (((k aa n) 1) ((s eh p t) 0))) +("conception" nil (((k ax n) 0) ((s eh p) 1) ((sh ax n) 0))) +("conceptions" nil (((k ax n) 0) ((s eh p) 1) ((sh ax n z) 0))) +("concepts" nil (((k aa n) 1) ((s eh p t s) 0))) +("conceptual" nil (((k ax n) 0) ((s eh p) 1) ((ch uw) 0) ((ax l) 0))) +("conceptually" nil (((k ax n) 0) ((s eh p) 1) ((ch uw) 0) ((ax) 0) ((l iy) 0))) +("concern" nil (((k ax n) 0) ((s er n) 1))) +("concerned" nil (((k ax n) 0) ((s er n d) 1))) +("concerning" nil (((k ax n) 0) ((s er) 1) ((n ih ng) 0))) +("concerns" nil (((k ax n) 0) ((s er n z) 1))) +("concert" n (((k aa n) 1) ((s er t) 0))) +("concert" v (((k aa n) 0) ((s er t) 1))) +("concerted" nil (((k ax n) 0) ((s er) 1) ((t ax d) 0))) +("concerti" nil (((k ax n) 0) ((ch eh r) 1) ((t iy) 0))) +("concertmaster" nil (((k aa n) 1) ((s er t) 0) ((m ae) 1) ((s t er) 0))) +("concerto" nil (((k ax n) 0) ((ch eh r) 1) ((t ow) 0))) +("concertos" nil (((k ax n) 0) ((ch eh r) 1) ((t ow z) 0))) +("concerts" n (((k aa n) 1) ((s er t s) 0))) +("concerts" v (((k ax n) 0) ((s er t s) 1))) +("concession" nil (((k ax n) 0) ((s eh) 1) ((sh ax n) 0))) +("concessionaire" nil (((k ax n) 0) ((s eh) 1) ((sh ax) 0) ((n eh r) 1))) +("concessional" nil (((k ax n) 0) ((s eh) 1) ((sh ax) 0) ((n ax l) 0))) +("concessionary" nil (((k ax n) 0) ((s eh) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("concessions" nil (((k ax n) 0) ((s eh) 1) ((sh ax n z) 0))) +("conch" nil (((k aa n ch) 1))) +("concha" nil (((k aa n) 1) ((ch ax) 0))) +("conchemco" nil (((k aa n) 1) ((ch eh m) 1) ((k ow) 0))) +("conchita" nil (((k ow n) 0) ((k iy) 1) ((t ax) 0))) +("concierge" nil (((k aa n) 1) ((s iy) 0) ((eh r zh) 1))) +("conciliation" nil (((k ax n) 0) ((s ih) 1) ((l iy) 0) ((ey) 1) ((sh ax n) 0))) +("conciliator" nil (((k ax n) 0) ((s iy) 1) ((l iy) 0) ((ey) 1) ((t er) 0))) +("conciliatory" nil (((k ax n) 0) ((s ih) 1) ((l iy) 1) ((ax) 0) ((t ao) 1) ((r iy) 0))) +("concise" nil (((k ax n) 0) ((s ay s) 1))) +("concisely" nil (((k ax n) 0) ((s ay) 1) ((s l iy) 0))) +("conclave" nil (((k aa n) 1) ((k l ey v) 1))) +("conclude" nil (((k ax n) 0) ((k l uw d) 1))) +("concluded" nil (((k ax n) 0) ((k l uw) 1) ((d ax d) 0))) +("concludes" nil (((k ax n) 0) ((k l uw d z) 1))) +("concluding" nil (((k ax n) 0) ((k l uw) 1) ((d ih ng) 0))) +("conclusion" nil (((k ax n) 0) ((k l uw) 1) ((zh ax n) 0))) +("conclusions" nil (((k ax n) 0) ((k l uw) 1) ((zh ax n z) 0))) +("conclusive" nil (((k ax n) 0) ((k l uw) 1) ((s ih v) 0))) +("conclusively" nil (((k ax n) 0) ((k l uw) 1) ((s ih) 0) ((v l iy) 0))) +("concoct" nil (((k ax n) 0) ((k aa k t) 1))) +("concocted" nil (((k ax n) 0) ((k aa k) 1) ((t ax d) 0))) +("concocting" nil (((k ax n) 0) ((k aa k) 1) ((t ih ng) 0))) +("concoction" nil (((k ax n) 0) ((k aa k) 1) ((sh ax n) 0))) +("concoctions" nil (((k ax n) 0) ((k aa k) 1) ((sh ax n z) 0))) +("concomitant" nil (((k aa n) 1) ((k aa) 1) ((m ax) 0) ((t ax n t) 0))) +("concomitantly" nil (((k aa n) 1) ((k aa) 1) ((m ax) 0) ((t ax n t) 0) ((l iy) 0))) +("concord" nil (((k aa n) 1) ((k ao r d) 1))) +("concorde" nil (((k aa n) 1) ((k ao r d) 1))) +("concourse" nil (((k aa n) 1) ((k ao r s) 1))) +("concourses" nil (((k aa n) 1) ((k ao r) 1) ((s ih z) 0))) +("concrete" nil (((k aa ng) 1) ((k r iy t) 2))) +("concretely" nil (((k aa ng) 1) ((k r iy t) 2) ((l iy) 0))) +("concubinage" nil (((k aa n) 0) ((k y uw) 1) ((b ax) 0) ((n ax jh) 0))) +("concubines" nil (((k aa n) 1) ((k y ax) 0) ((b ay n z) 1))) +("concur" nil (((k ax n) 0) ((k er) 1))) +("concurred" nil (((k ax n) 0) ((k er d) 1))) +("concurrence" nil (((k ax n) 0) ((k er) 1) ((ax n s) 0))) +("concurrent" nil (((k ax n) 0) ((k er) 1) ((ax n t) 0))) +("concurrently" nil (((k ax n) 0) ((k er) 1) ((ax n t) 0) ((l iy) 0))) +("concurring" nil (((k ax n) 0) ((k er) 1) ((ih ng) 0))) +("concurs" nil (((k ax n) 0) ((k er z) 1))) +("concussion" nil (((k ax n) 0) ((k ah) 1) ((sh ax n) 0))) +("concussions" nil (((k ax n) 0) ((k ah) 1) ((sh ax n z) 0))) +("conde" nil (((k aa n d) 1))) +("condello" nil (((k ow n) 0) ((d eh) 1) ((l ow) 0))) +("condemn" nil (((k ax n) 0) ((d eh m) 1))) +("condemnation" nil (((k aa n) 1) ((d ax m) 0) ((n ey) 1) ((sh ax n) 0))) +("condemnations" nil (((k aa n) 1) ((d ax m) 0) ((n ey) 1) ((sh ax n z) 0))) +("condemned" nil (((k ax n) 0) ((d eh m d) 1))) +("condemning" nil (((k ax n) 0) ((d eh) 1) ((m ih ng) 0))) +("condemns" nil (((k ax n) 0) ((d eh m z) 1))) +("condensate" nil (((k aa n) 1) ((d ax n) 0) ((s ey t) 1))) +("condensates" nil (((k aa n) 1) ((d ax n) 0) ((s ey t s) 1))) +("condensation" nil (((k aa n) 1) ((d ax n) 0) ((s ey) 1) ((sh ax n) 0))) +("condense" nil (((k ax n) 0) ((d eh n s) 1))) +("condensed" nil (((k ax n) 0) ((d eh n s t) 1))) +("condenser" nil (((k ax n) 0) ((d eh n) 1) ((s er) 0))) +("conder" nil (((k aa n) 1) ((d er) 0))) +("condescending" nil (((k aa n) 1) ((d ih) 0) ((s eh n) 1) ((d ih ng) 0))) +("condescension" nil (((k aa n) 1) ((d ax) 0) ((s eh n) 1) ((sh ax n) 0))) +("condie" nil (((k aa n) 1) ((d iy) 0))) +("condiment" nil (((k aa n) 1) ((d ax) 0) ((m ax n t) 0))) +("condiments" nil (((k aa n) 1) ((d ax) 0) ((m ax n t s) 0))) +("condit" nil (((k aa n) 1) ((d ih t) 0))) +("condition" nil (((k ax n) 0) ((d ih) 1) ((sh ax n) 0))) +("conditional" nil (((k ax n) 0) ((d ih) 1) ((sh ax) 0) ((n ax l) 0))) +("conditionality" nil (((k ax n) 0) ((d ih) 1) ((sh ax) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("conditionally" nil (((k ax n) 0) ((d ih) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("conditioned" nil (((k ax n) 0) ((d ih) 1) ((sh ax n d) 0))) +("conditioner" nil (((k ax n) 0) ((d ih) 1) ((sh ax) 0) ((n er) 0))) +("conditioners" nil (((k ax n) 0) ((d ih) 1) ((sh ax) 0) ((n er z) 0))) +("conditioning" nil (((k ax n) 0) ((d ih) 1) ((sh ax) 0) ((n ih ng) 0))) +("conditions" nil (((k ax n) 0) ((d ih) 1) ((sh ax n z) 0))) +("conditt" nil (((k aa n) 1) ((d ih t) 0))) +("condo" nil (((k aa n) 1) ((d ow) 0))) +("condolences" nil (((k ax n) 0) ((d ow) 1) ((l ax n) 0) ((s ax z) 0))) +("condom" nil (((k aa n) 1) ((d ax m) 0))) +("condominium" nil (((k aa n) 1) ((d ax) 0) ((m ih) 1) ((n iy) 0) ((ax m) 0))) +("condominiums" nil (((k aa n) 1) ((d ax) 0) ((m ih) 1) ((n iy) 0) ((ax m z) 0))) +("condoms" nil (((k aa n) 1) ((d ax m z) 0))) +("condon" nil (((k aa n) 1) ((d ax n) 0))) +("condone" nil (((k ax n) 0) ((d ow n) 1))) +("condoned" nil (((k ax n) 0) ((d ow n d) 1))) +("condones" nil (((k ax n) 0) ((d ow n z) 1))) +("condoning" nil (((k ax n) 0) ((d ow) 1) ((n ih ng) 0))) +("condor" nil (((k aa n) 1) ((d er) 0))) +("condos" nil (((k aa n) 1) ((d ow z) 0))) +("condra" nil (((k ow n) 1) ((d r ax) 0))) +("condracky" nil (((k aa n) 1) ((d r ae) 1) ((k iy) 0))) +("condray" nil (((k aa n) 1) ((d r ey) 0))) +("condren" nil (((k aa n) 1) ((d er) 0) ((ax n) 0))) +("condrey" nil (((k aa n) 1) ((d r iy) 0))) +("condron" nil (((k aa n) 1) ((d r ax n) 0))) +("condry" nil (((k aa n) 1) ((d er) 0) ((iy) 0))) +("conducive" nil (((k ax n) 0) ((d uw) 1) ((s ih v) 0))) +("conduct" n (((k aa n) 1) ((d ax k t) 0))) +("conduct" v (((k ax n) 0) ((d ah k t) 1))) +("conducted" nil (((k ax n) 0) ((d ah k) 1) ((t ax d) 0))) +("conducting" nil (((k ax n) 0) ((d ah k) 1) ((t ih ng) 0))) +("conduction" nil (((k ax n) 0) ((d ah k) 1) ((sh ax n) 0))) +("conductive" nil (((k ax n) 0) ((d ah k) 1) ((t ih v) 0))) +("conductivity" nil (((k aa n) 1) ((d ah k) 1) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("conductor" nil (((k ax n) 0) ((d ah k) 1) ((t er) 0))) +("conductors" nil (((k ax n) 0) ((d ah k) 1) ((t er z) 0))) +("conducts" nil (((k ax n) 0) ((d ah k t s) 1))) +("conduit" nil (((k aa n) 1) ((d uw) 0) ((ih t) 0))) +("conduits" nil (((k aa n) 1) ((d uw) 0) ((ax t s) 0))) +("cone" nil (((k ow n) 1))) +("coneflower" nil (((k ow n) 1) ((f l aw) 1) ((er) 0))) +("conely" nil (((k ow n) 1) ((l iy) 0))) +("conerly" nil (((k ow) 1) ((n er) 0) ((l iy) 0))) +("conery" nil (((k ow) 1) ((n er) 0) ((iy) 0))) +("cones" nil (((k ow n z) 1))) +("conestoga" nil (((k aa) 1) ((n ax) 0) ((s t ow) 1) ((g ax) 0))) +("coney" nil (((k ow) 1) ((n iy) 0))) +("confabulation" nil (((k ax n) 0) ((f ae) 1) ((b y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("confair" nil (((k aa n) 1) ((f eh r) 1))) +("confection" nil (((k ax n) 0) ((f eh k) 1) ((sh ax n) 0))) +("confectionary" nil (((k ax n) 0) ((f eh k) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("confectioner" nil (((k ax n) 0) ((f eh k) 1) ((sh ax) 0) ((n er) 0))) +("confectioners" nil (((k ax n) 0) ((f eh k) 1) ((sh ax) 0) ((n er z) 0))) +("confectionery" nil (((k ax n) 0) ((f eh k) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("confections" nil (((k ax n) 0) ((f eh k) 1) ((sh ax n z) 0))) +("confederacy" nil (((k ax n) 0) ((f eh) 1) ((d er) 0) ((ax) 0) ((s iy) 0))) +("confederate" nil (((k ax n) 0) ((f eh) 1) ((d er) 0) ((ax t) 0))) +("confederation" nil (((k ax n) 0) ((f eh) 1) ((d er) 0) ((ey) 1) ((sh ax n) 0))) +("confer" nil (((k ax n) 0) ((f er) 1))) +("conferees" nil (((k aa n) 1) ((f er) 0) ((iy z) 1))) +("conference" nil (((k aa n) 1) ((f er) 0) ((ax n s) 0))) +("conferences" nil (((k aa n) 1) ((f er) 0) ((ax n) 0) ((s ax z) 0))) +("conferencing" nil (((k aa n) 1) ((f r ax n) 0) ((s ih ng) 0))) +("conferred" nil (((k ax n) 0) ((f er d) 1))) +("conferring" nil (((k ax n) 0) ((f er) 1) ((ih ng) 0))) +("confers" nil (((k ax n) 0) ((f er z) 1))) +("confess" nil (((k ax n) 0) ((f eh s) 1))) +("confessed" nil (((k ax n) 0) ((f eh s t) 1))) +("confesses" nil (((k ax n) 0) ((f eh) 1) ((s ih z) 0))) +("confessing" nil (((k ax n) 0) ((f eh) 1) ((s ih ng) 0))) +("confession" nil (((k ax n) 0) ((f eh) 1) ((sh ax n) 0))) +("confessional" nil (((k ax n) 0) ((f eh) 1) ((sh ax) 0) ((n ax l) 0))) +("confessionals" nil (((k ax n) 0) ((f eh) 1) ((sh ax) 0) ((n ax l z) 0))) +("confessions" nil (((k ax n) 0) ((f eh) 1) ((sh ax n z) 0))) +("confetti" nil (((k ax n) 0) ((f eh) 1) ((t iy) 0))) +("confidant" nil (((k aa n) 1) ((f ax) 0) ((d aa n t) 1))) +("confidante" nil (((k aa n) 1) ((f ax) 0) ((d ae n t) 1))) +("confidants" nil (((k aa n) 1) ((f ax) 0) ((d ae n t s) 1))) +("confide" nil (((k ax n) 0) ((f ay d) 1))) +("confided" nil (((k ax n) 0) ((f ay) 1) ((d ax d) 0))) +("confidence" nil (((k aa n) 1) ((f ax) 0) ((d ax n s) 0))) +("confidences" nil (((k aa n) 1) ((f ax) 0) ((d ax n) 0) ((s ih z) 0))) +("confident" nil (((k aa n) 1) ((f ax) 0) ((d ax n t) 0))) +("confidential" nil (((k aa n) 1) ((f ax) 0) ((d eh n) 1) ((sh ax l) 0))) +("confidentiality" nil (((k aa n) 1) ((f ax) 0) ((d eh n) 1) ((sh iy) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("confidentially" nil (((k aa n) 1) ((f ax) 0) ((d eh n) 1) ((sh ax) 0) ((l iy) 0))) +("confidently" nil (((k aa n) 1) ((f ax) 0) ((d ax n t) 0) ((l iy) 0))) +("confides" nil (((k ax n) 0) ((f ay d z) 1))) +("confiding" nil (((k ax n) 0) ((f ay) 1) ((d ih ng) 0))) +("configuration" nil (((k ax n) 0) ((f ih) 1) ((g y er) 0) ((ey) 1) ((sh ax n) 0))) +("configurations" nil (((k ax n) 0) ((f ih) 1) ((g y er) 0) ((ey) 1) ((sh ax n z) 0))) +("configured" nil (((k ax n) 0) ((f ih) 1) ((g y er d) 0))) +("confindustria" nil (((k aa n) 1) ((f ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax) 0))) +("confine" n (((k aa n) 1) ((f ay n) 0))) +("confine" v (((k ax n) 0) ((f ay n) 1))) +("confined" nil (((k ax n) 0) ((f ay n d) 1))) +("confinement" nil (((k ax n) 0) ((f ay n) 1) ((m ax n t) 0))) +("confines" n (((k aa n) 1) ((f ay n z) 1))) +("confines" v (((k ax n) 0) ((f ay n z) 1))) +("confining" nil (((k ax n) 0) ((f ay) 1) ((n ih ng) 0))) +("confirm" nil (((k ax n) 0) ((f er m) 1))) +("confirmable" nil (((k ax n) 0) ((f er) 1) ((m ax) 0) ((b ax l) 0))) +("confirmation" nil (((k aa n) 1) ((f er) 0) ((m ey) 1) ((sh ax n) 0))) +("confirmations" nil (((k aa n) 1) ((f er) 0) ((m ey) 1) ((sh ax n z) 0))) +("confirmatory" nil (((k ax n) 0) ((f er) 1) ((m ax) 0) ((t ao) 1) ((r iy) 0))) +("confirmed" nil (((k ax n) 0) ((f er m d) 1))) +("confirming" nil (((k ax n) 0) ((f er) 1) ((m ih ng) 0))) +("confirms" nil (((k ax n) 0) ((f er m z) 1))) +("confiscate" nil (((k aa n) 1) ((f ax) 0) ((s k ey t) 1))) +("confiscated" nil (((k aa n) 1) ((f ax) 0) ((s k ey) 1) ((t ax d) 0))) +("confiscating" nil (((k aa n) 1) ((f ax) 0) ((s k ey) 1) ((t ih ng) 0))) +("confiscation" nil (((k aa n) 1) ((f ax) 0) ((s k ey) 1) ((sh ax n) 0))) +("confiscatory" nil (((k ax n) 0) ((f ih) 1) ((s k ax) 0) ((t ao) 1) ((r iy) 0))) +("confiterias" nil (((k aa n) 1) ((f ih) 0) ((t ih) 1) ((r iy) 0) ((ax z) 0))) +("conflagration" nil (((k aa n) 1) ((f l ax) 0) ((g r ey) 1) ((sh ax n) 0))) +("conflict" n (((k aa n) 1) ((f l ih k t) 0))) +("conflict" v (((k ax n) 0) ((f l ih k t) 1))) +("conflicted" nil (((k ax n) 0) ((f l ih k) 1) ((t ih d) 0))) +("conflicting" nil (((k ax n) 0) ((f l ih k) 1) ((t ih ng) 0))) +("conflicts" n (((k aa n) 1) ((f l ih k t s) 0))) +("conflicts" v (((k ax n) 0) ((f l ih k t s) 1))) +("confluence" nil (((k aa n) 1) ((f l uw) 0) ((ax n s) 0))) +("conform" nil (((k ax n) 0) ((f ao r m) 1))) +("conformance" nil (((k ax n) 0) ((f ao r) 1) ((m ax n s) 0))) +("conformational" nil (((k aa n) 1) ((f er) 0) ((m ey) 1) ((sh ax) 0) ((n ax l) 0))) +("conformed" nil (((k ax n) 0) ((f ao r m d) 1))) +("conforming" nil (((k ax n) 0) ((f ao r) 1) ((m ih ng) 0))) +("conformist" nil (((k ax n) 0) ((f ao r) 1) ((m ih s t) 0))) +("conformists" nil (((k ax n) 0) ((f ao r) 1) ((m ax s t s) 0))) +("conformity" nil (((k ax n) 0) ((f ao r) 1) ((m ax) 0) ((t iy) 0))) +("conforms" nil (((k ax n) 0) ((f ao r m z) 1))) +("conforti" nil (((k ow n) 0) ((f ao r) 1) ((t iy) 0))) +("confound" nil (((k aa n) 0) ((f aw n d) 1))) +("confounded" nil (((k ax n) 0) ((f aw n) 1) ((d ih d) 0))) +("confounding" nil (((k ax n) 0) ((f aw n) 1) ((d ih ng) 0))) +("confounds" nil (((k ax n) 0) ((f aw n d z) 1))) +("confront" nil (((k ax n) 0) ((f r ah n t) 1))) +("confrontation" nil (((k aa n) 1) ((f r ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("confrontational" nil (((k aa n) 1) ((f r ax n) 0) ((t ey) 1) ((sh ax) 0) ((n ax l) 0))) +("confrontations" nil (((k aa n) 1) ((f r ax n) 0) ((t ey) 1) ((sh ax n z) 0))) +("confronted" nil (((k ax n) 0) ((f r ah n) 1) ((t ax d) 0))) +("confronting" nil (((k ax n) 0) ((f r ah n) 1) ((t ih ng) 0))) +("confronts" nil (((k ax n) 0) ((f r ah n t s) 1))) +("confucian" nil (((k ax n) 0) ((f y uw) 1) ((sh ax n) 0))) +("confucianism" nil (((k ax n) 0) ((f y uw) 1) ((sh ax) 0) ((n ih) 1) ((z ax m) 0))) +("confucius" nil (((k ax n) 0) ((f y uw) 1) ((sh ax s) 0))) +("confuse" nil (((k ax n) 0) ((f y uw z) 1))) +("confused" nil (((k ax n) 0) ((f y uw z d) 1))) +("confuses" nil (((k ax n) 0) ((f y uw) 1) ((z ih z) 0))) +("confusing" nil (((k ax n) 0) ((f y uw) 1) ((z ih ng) 0))) +("confusingly" nil (((k ax n) 0) ((f y uw) 1) ((z ih ng) 0) ((l iy) 0))) +("confusion" nil (((k ax n) 0) ((f y uw) 1) ((zh ax n) 0))) +("confusions" nil (((k ax n) 0) ((f y uw) 1) ((zh ax n z) 0))) +("cong" nil (((k ao ng) 1))) +("cong" nil (((t s uw ng) 1))) +("conga" nil (((k ao ng) 1) ((g ax) 0))) +("congdon" nil (((k aa ng) 1) ((d ax n) 0))) +("congeal" nil (((k ax n) 0) ((jh iy l) 1))) +("congealed" nil (((k ax n) 0) ((jh iy l d) 1))) +("congenial" nil (((k ax n) 0) ((jh iy) 1) ((n y ax l) 0))) +("congeniality" nil (((k ax n) 0) ((jh iy) 1) ((n iy) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("congenital" nil (((k ax n) 0) ((jh eh) 1) ((n ax) 0) ((t ax l) 0))) +("conger" nil (((k ao ng) 1) ((er) 0))) +("congested" nil (((k ax n) 0) ((jh eh) 1) ((s t ax d) 0))) +("congestion" nil (((k ax n) 0) ((jh eh s) 1) ((ch ax n) 0))) +("congestive" nil (((k ax n) 0) ((jh eh) 1) ((s t ih v) 0))) +("congleton" nil (((k aa ng) 1) ((g l ih) 0) ((t aa n) 0))) +("conglomerate" nil (((k ax n) 0) ((g l aa) 1) ((m er) 0) ((ax t) 0))) +("conglomerates" nil (((k ax n) 0) ((g l aa) 1) ((m er) 0) ((ax t s) 0))) +("conglomeration" nil (((k ax n) 0) ((g l aa) 1) ((m er) 0) ((ey) 1) ((sh ax n) 0))) +("congo" nil (((k aa ng) 1) ((g ow) 0))) +("congratulate" nil (((k ax n) 0) ((g r ae) 1) ((ch ax) 0) ((l ey t) 1))) +("congratulated" nil (((k ax n) 0) ((g r ae) 1) ((ch ax) 0) ((l ey) 1) ((t ih d) 0))) +("congratulating" nil (((k ax n) 0) ((g r ae) 1) ((ch ax) 0) ((l ey) 1) ((t ih ng) 0))) +("congratulation" nil (((k ax n) 0) ((g r ae) 1) ((ch ax) 0) ((l ey) 1) ((sh ax n) 0))) +("congratulations" nil (((k ax n) 0) ((g r ae) 1) ((ch ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("congratulatory" nil (((k ax n) 0) ((g r ae) 1) ((ch ax) 0) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("congregate" nil (((k aa ng) 1) ((g r ax) 0) ((g ey t) 1))) +("congregated" nil (((k aa ng) 1) ((g r ih) 0) ((g ey) 1) ((t ih d) 0))) +("congregation" nil (((k aa ng) 1) ((g r ax) 0) ((g ey) 1) ((sh ax n) 0))) +("congregational" nil (((k aa ng) 1) ((g r ax) 0) ((g ey) 1) ((sh ax) 0) ((n ax l) 0))) +("congregations" nil (((k aa ng) 1) ((g r ax) 0) ((g ey) 1) ((sh ax n z) 0))) +("congress" nil (((k aa ng) 1) ((g r ax s) 0))) +("congresses" nil (((k aa ng) 1) ((g r ax) 0) ((s ih z) 0))) +("congressional" nil (((k ax n) 0) ((g r eh) 1) ((sh ax) 0) ((n ax l) 0))) +("congressionally" nil (((k ax n) 0) ((g r eh) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("congressman" nil (((k aa ng) 1) ((g r ax) 0) ((s m ax n) 0))) +("congressmen" nil (((k aa ng) 1) ((g r ax) 0) ((s m ih n) 0))) +("congresspersons" nil (((k aa ng) 1) ((g r ax) 0) ((s p er) 1) ((s ax n z) 0))) +("congresswoman" nil (((k aa ng) 1) ((g r ax) 0) ((s w uh) 1) ((m ax n) 0))) +("congrove" nil (((k aa ng) 1) ((g r ax v) 0))) +("congruence" nil (((k ao n) 1) ((g r uw) 0) ((ax n s) 0))) +("congruity" nil (((k ax n) 0) ((g r uw) 1) ((ax) 0) ((t iy) 0))) +("conical" nil (((k aa) 1) ((n ih) 0) ((k ax l) 0))) +("conics" nil (((k aa) 1) ((n ih k s) 0))) +("conifer" nil (((k aa) 1) ((n ax) 0) ((f er) 0))) +("coniferous" nil (((k ax) 0) ((n ih) 1) ((f er) 0) ((ax s) 0))) +("conifers" nil (((k aa) 1) ((n ax) 0) ((f er z) 0))) +("conigliaro" nil (((k ax) 0) ((n ih) 1) ((g l iy) 0) ((aa) 1) ((r ow) 0))) +("coniglio" nil (((k ax) 0) ((n ih) 1) ((g l iy) 0) ((ow) 0))) +("coniston" nil (((k aa) 1) ((n ax) 0) ((s t ax n) 0))) +("conjecture" nil (((k ax n) 0) ((jh eh k) 1) ((ch er) 0))) +("conjectures" nil (((k ax n) 0) ((jh eh k) 1) ((ch er z) 0))) +("conjunction" nil (((k ax n) 0) ((jh ah ng k) 1) ((sh ax n) 0))) +("conjunctions" nil (((k ax n) 0) ((jh ah ng k) 1) ((sh ax n z) 0))) +("conjunctiva" nil (((k aa n) 1) ((jh ax ng k) 0) ((t ay) 1) ((v ax) 0))) +("conjure" nil (((k aa n) 1) ((jh er) 0))) +("conjured" nil (((k aa n) 1) ((jh er d) 0))) +("conjures" nil (((k aa n) 1) ((jh er z) 0))) +("conjuring" nil (((k aa n) 1) ((jh er) 0) ((ih ng) 0))) +("conjuror" nil (((k aa n) 1) ((jh er) 0) ((er) 0))) +("conk" nil (((k aa ng k) 1))) +("conkel" nil (((k aa ng) 1) ((k ax l) 0))) +("conkey" nil (((k aa n) 1) ((k iy) 0))) +("conkin" nil (((k aa ng) 1) ((k ih n) 0))) +("conkle" nil (((k aa ng) 1) ((k ax l) 0))) +("conklin" nil (((k aa ng) 1) ((k l ih n) 0))) +("conkling" nil (((k aa ng) 1) ((k l ih ng) 0))) +("conkright" nil (((k aa ng) 1) ((k r ay t) 1))) +("conlan" nil (((k aa n) 1) ((l ax n) 0))) +("conlee" nil (((k aa n) 1) ((l iy) 0))) +("conley" nil (((k aa n) 1) ((l iy) 0))) +("conlin" nil (((k aa n) 1) ((l ih n) 0))) +("conlon" nil (((k aa n) 1) ((l ax n) 0))) +("conly" nil (((k aa n) 1) ((l iy) 0))) +("conn" nil (((k aa n) 1))) +("connally" nil (((k aa) 1) ((n ax) 0) ((l iy) 0))) +("connaught" nil (((k aa) 1) ((n ao t) 0))) +("connaughton" nil (((k aa) 1) ((n ao) 0) ((t aa n) 0))) +("connaway" nil (((k aa) 1) ((n ax) 0) ((w ey) 1))) +("connect" nil (((k ax) 0) ((n eh k t) 1))) +("connected" nil (((k ax) 0) ((n eh k) 1) ((t ax d) 0))) +("connecter" nil (((k ax) 0) ((n eh k) 1) ((t er) 0))) +("connecticut" nil (((k ax) 0) ((n eh) 1) ((t ax) 0) ((k ax t) 0))) +("connecting" nil (((k ax) 0) ((n eh k) 1) ((t ih ng) 0))) +("connection" nil (((k ax) 0) ((n eh k) 1) ((sh ax n) 0))) +("connections" nil (((k ax) 0) ((n eh k) 1) ((sh ax n z) 0))) +("connective" nil (((k ax) 0) ((n eh k) 1) ((t ih v) 0))) +("connectivity" nil (((k ax) 0) ((n eh k) 0) ((t ih) 1) ((v ih) 0) ((t iy) 0))) +("connector" nil (((k ax) 0) ((n eh k) 1) ((t er) 0))) +("connectors" nil (((k ax) 0) ((n eh k) 1) ((t er z) 0))) +("connects" nil (((k ax) 0) ((n eh k t s) 1))) +("conned" nil (((k aa n d) 1))) +("conneely" nil (((k ax) 0) ((n iy) 1) ((l iy) 0))) +("connell" nil (((k aa) 1) ((n ax l) 0))) +("connelley" nil (((k aa) 1) ((n ih) 0) ((l iy) 0))) +("connelly" nil (((k aa) 1) ((n ax) 0) ((l iy) 0))) +("connely" nil (((k aa n) 1) ((l iy) 0))) +("conner" nil (((k aa) 1) ((n er) 0))) +("conners" nil (((k aa) 1) ((n er z) 0))) +("connery" nil (((k aa) 1) ((n er) 0) ((iy) 0))) +("connett" nil (((k aa) 1) ((n ih t) 0))) +("connick" nil (((k aa) 1) ((n ih k) 0))) +("connie" nil (((k ao) 1) ((n iy) 0))) +("conniff" nil (((k aa) 1) ((n ih f) 0))) +("conning" nil (((k aa) 1) ((n ih ng) 0))) +("conniption" nil (((k ax) 0) ((n ih p) 1) ((sh ax n) 0))) +("connivance" nil (((k ax) 0) ((n ay) 1) ((v ax n s) 0))) +("connive" nil (((k ax) 0) ((n ay v) 1))) +("conniving" nil (((k ax) 0) ((n ay) 1) ((v ih ng) 0))) +("connoisseur" nil (((k aa) 1) ((n ax) 0) ((s er) 1))) +("connoisseurs" nil (((k aa) 1) ((n ax) 0) ((s er z) 1))) +("connole" nil (((k aa) 1) ((n ax l) 0))) +("connolly" nil (((k ao) 1) ((n ax) 0) ((l iy) 0))) +("connon" nil (((k aa) 1) ((n ax n) 0))) +("connor" nil (((k aa) 1) ((n er) 0))) +("connors" nil (((k aa) 1) ((n er z) 0))) +("connotation" nil (((k aa) 1) ((n ax) 0) ((t ey) 1) ((sh ax n) 0))) +("connotational" nil (((k aa) 1) ((n ax) 0) ((t ey) 1) ((sh ax) 0) ((n ax l) 0))) +("connotations" nil (((k aa) 1) ((n ax) 0) ((t ey) 1) ((sh ax n z) 0))) +("connote" nil (((k ax) 0) ((n ow t) 1))) +("connotes" nil (((k ax) 0) ((n ow t s) 1))) +("conny" nil (((k aa) 1) ((n iy) 0))) +("conoco" nil (((k aa) 1) ((n ax) 0) ((k ow) 0))) +("conolly" nil (((k aa) 1) ((n ow) 0) ((l iy) 0))) +("conoly" nil (((k ow) 1) ((n ow) 0) ((l iy) 0))) +("conover" nil (((k aa) 1) ((n ax) 0) ((v er) 0))) +("conquer" nil (((k aa ng) 1) ((k er) 0))) +("conquered" nil (((k aa ng) 1) ((k er d) 0))) +("conquering" nil (((k aa ng) 1) ((k er) 0) ((ih ng) 0))) +("conqueror" nil (((k aa ng) 1) ((k er) 0) ((er) 0))) +("conquerors" nil (((k aa ng) 1) ((k er) 0) ((er z) 0))) +("conquers" nil (((k aa ng) 1) ((k er z) 0))) +("conquest" nil (((k aa ng) 1) ((k w eh s t) 0))) +("conquests" nil (((k aa n) 1) ((k w eh s t s) 1))) +("conrac" nil (((k aa n) 1) ((r ae k) 0))) +("conrad" nil (((k aa n) 1) ((r ae d) 0))) +("conrades" nil (((k ax n) 0) ((r ey d z) 1))) +("conradi" nil (((k ow n) 0) ((r aa) 1) ((d iy) 0))) +("conradine" nil (((k aa n) 1) ((r ax) 0) ((d ay n) 1))) +("conrads" nil (((k aa n) 1) ((r ae d z) 0))) +("conradt" nil (((k aa n) 1) ((r ae t) 0))) +("conrady" nil (((k ax n) 0) ((r aa) 1) ((d iy) 0))) +("conrail" nil (((k aa n) 1) ((r ey l) 1))) +("conran" nil (((k aa n) 1) ((r ax n) 0))) +("conrath" nil (((k aa n) 1) ((r ax th) 0))) +("conrey" nil (((k aa n) 1) ((r iy) 0))) +("conroe" nil (((k aa n) 1) ((r ow) 0))) +("conrow" nil (((k aa n) 1) ((r ow) 0))) +("conroy" nil (((k ao n) 1) ((r oy) 0))) +("conry" nil (((k aa n) 1) ((r iy) 0))) +("cons" nil (((k aa n z) 1))) +("consalvo" nil (((k ow n) 0) ((s aa l) 1) ((v ow) 0))) +("conscience" nil (((k aa n) 1) ((sh ax n s) 0))) +("consciences" nil (((k aa n) 1) ((ch ih n) 0) ((s ih z) 0))) +("conscientious" nil (((k aa n) 1) ((sh iy) 0) ((eh n) 1) ((sh ax s) 0))) +("conscientiously" nil (((k aa n) 1) ((ch iy) 0) ((eh n) 1) ((ch ax) 0) ((s l iy) 0))) +("conscious" nil (((k aa n) 1) ((sh ax s) 0))) +("consciously" nil (((k aa n) 1) ((sh ax) 0) ((s l iy) 0))) +("consciousness" nil (((k aa n) 1) ((sh ax) 0) ((s n ax s) 0))) +("conscript" n (((k aa n) 1) ((s k r ih p t) 0))) +("conscript" v (((k ax n) 0) ((s k r ih p t) 1))) +("conscripted" nil (((k ax n) 0) ((s k r ih p) 1) ((t ih d) 0))) +("conscription" nil (((k ax n) 0) ((s k r ih p) 1) ((sh ax n) 0))) +("conscripts" n (((k aa n) 1) ((s k r ih p t s) 0))) +("conscripts" v (((k ax n) 0) ((s k r ih p t s) 1))) +("conseco" nil (((k aa n) 0) ((s ey) 1) ((k ow) 0))) +("consecrated" nil (((k aa n) 1) ((s ax) 0) ((k r ey) 1) ((t ax d) 0))) +("consecutive" nil (((k ax n) 0) ((s eh) 1) ((k y ax) 0) ((t ih v) 0))) +("consensual" nil (((k ax n) 0) ((s eh n) 1) ((s uw) 0) ((ax l) 0))) +("consensus" nil (((k ax n) 0) ((s eh n) 1) ((s ax s) 0))) +("consent" nil (((k ax n) 0) ((s eh n t) 1))) +("consented" nil (((k ax n) 0) ((s eh n) 1) ((t ih d) 0))) +("consenting" nil (((k ax n) 0) ((s eh n) 1) ((t ih ng) 0))) +("consentino" nil (((k ow n) 0) ((s eh n) 0) ((t iy) 1) ((n ow) 0))) +("consents" nil (((k ax n) 0) ((s eh n t s) 1))) +("consequence" nil (((k aa n) 1) ((s ax) 0) ((k w ax n s) 0))) +("consequences" nil (((k aa n) 1) ((s ax) 0) ((k w eh n) 1) ((s ax z) 0))) +("consequent" nil (((k aa n) 1) ((s ax) 0) ((k w ax n t) 0))) +("consequential" nil (((k aa n) 1) ((s ax) 0) ((k w eh n) 1) ((ch ax l) 0))) +("consequently" nil (((k aa n) 1) ((s ax) 0) ((k w ax n t) 0) ((l iy) 0))) +("conser" nil (((k aa n) 1) ((s er) 0))) +("conservancy" nil (((k ax n) 0) ((s er) 1) ((v ax n) 0) ((s iy) 0))) +("conservation" nil (((k aa n) 1) ((s er) 0) ((v ey) 1) ((sh ax n) 0))) +("conservationist" nil (((k aa n) 1) ((s er) 0) ((v ey) 1) ((sh ax) 0) ((n ax s t) 0))) +("conservationists" nil (((k aa n) 1) ((s er) 0) ((v ey) 1) ((sh ax) 0) ((n ax s t s) 0))) +("conservatism" nil (((k ax n) 0) ((s er) 1) ((v ax) 0) ((t ih) 1) ((z ax m) 0))) +("conservative" nil (((k ax n) 0) ((s er) 1) ((v ax) 0) ((t ih v) 0))) +("conservatively" nil (((k ax n) 0) ((s er) 1) ((v ax) 0) ((t ih) 0) ((v l iy) 0))) +("conservatives" nil (((k ax n) 0) ((s er) 1) ((v ax) 0) ((t ih v z) 0))) +("conservator" nil (((k ax n) 0) ((s er) 1) ((v ax) 0) ((t er) 0))) +("conservatories" nil (((k ax n) 0) ((s er) 1) ((v ax) 0) ((t ao) 1) ((r iy z) 0))) +("conservators" nil (((k ax n) 0) ((s er) 1) ((v ax) 0) ((t er z) 0))) +("conservatorship" nil (((k ax n) 0) ((s er) 1) ((v ax) 0) ((t er) 0) ((sh ih p) 1))) +("conservatory" nil (((k ax n) 0) ((s er) 1) ((v ax) 0) ((t ao) 0) ((r iy) 0))) +("conserve" nil (((k ax n) 0) ((s er v) 1))) +("conserved" nil (((k ax n) 0) ((s er v d) 1))) +("conserving" nil (((k ax n) 0) ((s er) 1) ((v ih ng) 0))) +("conshohocken" nil (((k aa n) 1) ((sh ax) 0) ((hh aa) 1) ((k ax n) 0))) +("consider" nil (((k ax n) 0) ((s ih) 1) ((d er) 0))) +("considerable" nil (((k ax n) 0) ((s ih) 1) ((d er) 0) ((ax) 0) ((b ax l) 0))) +("considerably" nil (((k ax n) 0) ((s ih) 1) ((d er) 0) ((ax) 0) ((b l iy) 0))) +("considerate" nil (((k ax n) 0) ((s ih) 1) ((d er) 0) ((ax t) 0))) +("consideration" nil (((k ax n) 0) ((s ih) 1) ((d er) 0) ((ey) 1) ((sh ax n) 0))) +("considerations" nil (((k ax n) 0) ((s ih) 1) ((d er) 0) ((ey) 1) ((sh ax n z) 0))) +("considered" nil (((k ax n) 0) ((s ih) 1) ((d er d) 0))) +("considering" nil (((k ax n) 0) ((s ih) 1) ((d er) 0) ((ih ng) 0))) +("considers" nil (((k ax n) 0) ((s ih) 1) ((d er z) 0))) +("considine" nil (((k aa n) 1) ((s ih) 0) ((d ay n) 1))) +("consiglio" nil (((k ow n) 0) ((s iy) 1) ((g l iy) 0) ((ow) 0))) +("consign" nil (((k ax n) 0) ((s ay n) 1))) +("consigned" nil (((k ax n) 0) ((s ay n d) 1))) +("consignment" nil (((k ax n) 0) ((s ay n) 1) ((m ax n t) 0))) +("consist" nil (((k ax n) 0) ((s ih s t) 1))) +("consisted" nil (((k ax n) 0) ((s ih) 1) ((s t ax d) 0))) +("consistence" nil (((k ax n) 0) ((s ih) 1) ((s t ax n s) 0))) +("consistency" nil (((k ax n) 0) ((s ih) 1) ((s t ax n) 0) ((s iy) 0))) +("consistent" nil (((k ax n) 0) ((s ih) 1) ((s t ax n t) 0))) +("consistently" nil (((k ax n) 0) ((s ih) 1) ((s t ax n t) 0) ((l iy) 0))) +("consisting" nil (((k ax n) 0) ((s ih) 1) ((s t ih ng) 0))) +("consists" nil (((k ax n) 0) ((s ih s t s) 1))) +("consob" nil (((k aa n) 1) ((s aa b) 0))) +("consol" nil (((k aa n) 1) ((s aa l) 0))) +("consolata" nil (((k ow n) 0) ((s ow) 0) ((l aa) 1) ((t ax) 0))) +("consolation" nil (((k aa n) 1) ((s ax) 0) ((l ey) 1) ((sh ax n) 0))) +("consolations" nil (((k aa n) 1) ((s ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("console" n (((k aa n) 1) ((s ow l) 0))) +("console" v (((k ax n) 0) ((s ow l) 1))) +("consoled" nil (((k ax n) 0) ((s ow l d) 1))) +("consoles" n (((k aa n) 1) ((s ow l z) 0))) +("consoles" v (((k ax n) 0) ((s ow l z) 1))) +("consoli" nil (((k ow n) 0) ((s ow) 1) ((l iy) 0))) +("consolidate" nil (((k ax n) 0) ((s aa) 1) ((l ih) 0) ((d ey t) 1))) +("consolidated" nil (((k ax n) 0) ((s aa) 1) ((l ax) 0) ((d ey) 1) ((t ax d) 0))) +("consolidates" nil (((k ax n) 0) ((s aa) 1) ((l ih) 0) ((d ey t s) 1))) +("consolidating" nil (((k ax n) 0) ((s aa) 1) ((l ax) 0) ((d ey) 1) ((t ih ng) 0))) +("consolidation" nil (((k ax n) 0) ((s aa) 1) ((l ax) 0) ((d ey) 1) ((sh ax n) 0))) +("consolidations" nil (((k ax n) 0) ((s aa) 1) ((l ih) 0) ((d ey) 1) ((sh ax n z) 0))) +("consolidators" nil (((k ax n) 0) ((s aa) 1) ((l ih) 0) ((d ey) 1) ((t er z) 0))) +("consoling" nil (((k ax n) 0) ((s ow) 1) ((l ih ng) 0))) +("consolo" nil (((k ow n) 0) ((s ow) 1) ((l ow) 0))) +("consonant" nil (((k aa n) 1) ((s ax) 0) ((n ax n t) 0))) +("consonantal" nil (((k ae n) 1) ((s ax) 0) ((n ae n) 1) ((t ax l) 0))) +("consonants" nil (((k aa n) 1) ((s ax) 0) ((n ax n t s) 0))) +("consort" n (((k aa n) 1) ((s ao r t) 0))) +("consort" v (((k ax n) 0) ((s ao r t) 1))) +("consortia" nil (((k ax n) 0) ((s ao r) 1) ((sh ax) 0))) +("consorting" nil (((k ax n) 0) ((s ao r) 1) ((t ih ng) 0))) +("consortium" nil (((k ax n) 0) ((s ao r) 1) ((sh iy) 0) ((ax m) 0))) +("consortiums" nil (((k ax n) 0) ((s ao r) 1) ((sh ax m z) 0))) +("consorts" n (((k aa n) 1) ((s ao r t s) 0))) +("consorts" v (((k ax n) 0) ((s ao r t s) 1))) +("conspicuous" nil (((k ax n) 0) ((s p ih) 1) ((k y uw) 0) ((ax s) 0))) +("conspicuously" nil (((k ax n) 0) ((s p ih) 1) ((k y uw) 0) ((ax) 0) ((s l iy) 0))) +("conspiracies" nil (((k ax n) 0) ((s p ih) 1) ((r ax) 0) ((s iy z) 0))) +("conspiracy" nil (((k ax n) 0) ((s p ih) 1) ((r ax) 0) ((s iy) 0))) +("conspirator" nil (((k ax n) 0) ((s p ih) 1) ((r ax) 0) ((t er) 0))) +("conspiratorial" nil (((k ax n) 0) ((s p ih) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("conspirators" nil (((k ax n) 0) ((s p ih) 1) ((r ax) 0) ((t er z) 0))) +("conspire" nil (((k ax n) 0) ((s p ay) 1) ((er) 0))) +("conspired" nil (((k ax n) 0) ((s p ay) 1) ((er d) 0))) +("conspiring" nil (((k ax n) 0) ((s p ay) 1) ((r ih ng) 0))) +("constable" nil (((k aa n) 1) ((s t ax) 0) ((b ax l) 0))) +("constables" nil (((k aa n) 1) ((s t ax) 0) ((b ax l z) 0))) +("constabulary" nil (((k ax n) 0) ((s t ae) 1) ((b y ax) 0) ((l eh) 1) ((r iy) 0))) +("constance" nil (((k aa n) 1) ((s t ax n s) 0))) +("constancy" nil (((k aa n) 1) ((s t ax n) 0) ((s iy) 0))) +("constant" nil (((k aa n) 1) ((s t ax n t) 0))) +("constanta" nil (((k ow n) 0) ((s t aa n) 1) ((t ax) 0))) +("constantin" nil (((k aa n) 1) ((s t ae n) 1) ((t ih n) 2))) +("constantina" nil (((k ow n) 0) ((s t aa n) 0) ((t iy) 1) ((n ax) 0))) +("constantine" nil (((k aa n) 1) ((s t ax n) 0) ((t iy n) 1))) +("constantino" nil (((k ow n) 0) ((s t aa n) 0) ((t iy) 1) ((n ow) 0))) +("constantinople" nil (((k aa n) 1) ((s t ae n) 0) ((t ax) 0) ((n ow) 1) ((p ax l) 0))) +("constantly" nil (((k aa n) 1) ((s t ax n t) 0) ((l iy) 0))) +("constants" nil (((k aa n) 1) ((s t ax n t s) 0))) +("constar" nil (((k aa n) 1) ((s t aa r) 1))) +("constellation" nil (((k aa n) 1) ((s t ax) 0) ((l ey) 1) ((sh ax n) 0))) +("constellations" nil (((k aa n) 1) ((s t ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("consternation" nil (((k aa n) 1) ((s t er) 0) ((n ey) 1) ((sh ax n) 0))) +("constipated" nil (((k aa n) 1) ((s t ax) 0) ((p ey) 1) ((t ax d) 0))) +("constipation" nil (((k aa n) 1) ((s t ax) 0) ((p ey) 1) ((sh ax n) 0))) +("constituencies" nil (((k ax n) 0) ((s t ih) 1) ((ch uw) 0) ((ax n) 0) ((s iy z) 0))) +("constituency" nil (((k ax n) 0) ((s t ih) 1) ((ch uw) 0) ((ax n) 0) ((s iy) 0))) +("constituent" nil (((k ax n) 0) ((s t ih) 1) ((ch uw) 0) ((ax n t) 0))) +("constituents" nil (((k ax n) 0) ((s t ih) 1) ((ch uw) 0) ((ax n t s) 0))) +("constitute" nil (((k aa n) 1) ((s t ax) 0) ((t uw t) 1))) +("constituted" nil (((k aa n) 1) ((s t ax) 0) ((t uw) 1) ((t ax d) 0))) +("constitutes" nil (((k aa n) 1) ((s t ax) 0) ((t uw t s) 1))) +("constituting" nil (((k aa n) 1) ((s t ax) 0) ((t uw) 1) ((t ih ng) 0))) +("constitution" nil (((k aa n) 1) ((s t ax) 0) ((t uw) 1) ((sh ax n) 0))) +("constitutional" nil (((k aa n) 1) ((s t ax) 0) ((t uw) 1) ((sh ax) 0) ((n ax l) 0))) +("constitutionality" nil (((k aa n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("constitutionally" nil (((k aa n) 1) ((s t ax) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("constitutions" nil (((k aa n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax n z) 0))) +("constrain" nil (((k ax n) 0) ((s t r ey n) 1))) +("constrained" nil (((k ax n) 0) ((s t r ey n d) 1))) +("constraining" nil (((k ax n) 0) ((s t r ey) 1) ((n ih ng) 0))) +("constrains" nil (((k ax n) 0) ((s t r ey n z) 1))) +("constraint" nil (((k ax n) 0) ((s t r ey n t) 1))) +("constraints" nil (((k ax n) 0) ((s t r ey n t s) 1))) +("constrict" nil (((k ax n) 0) ((s t r ih k t) 1))) +("constricted" nil (((k ax n) 0) ((s t r ih k) 1) ((t ax d) 0))) +("constricting" nil (((k ax n) 0) ((s t r ih k) 1) ((t ih ng) 0))) +("constriction" nil (((k ax n) 0) ((s t r ih k) 1) ((sh ax n) 0))) +("constrictions" nil (((k ax n) 0) ((s t r ih k) 1) ((sh ax n z) 0))) +("constrictor" nil (((k ax n) 0) ((s t r ih k) 1) ((t er) 0))) +("constrictors" nil (((k ax n) 0) ((s t r ih k) 1) ((t er z) 0))) +("construcciones" nil (((k ax n) 0) ((s t r uw) 1) ((ch iy) 0) ((ow) 1) ((n ey z) 0))) +("construct" nil (((k ax n) 0) ((s t r ah k t) 1))) +("constructed" nil (((k ax n) 0) ((s t r ah k) 1) ((t ax d) 0))) +("constructing" nil (((k ax n) 0) ((s t r ah k) 1) ((t ih ng) 0))) +("construction" nil (((k ax n) 0) ((s t r ah k) 1) ((sh ax n) 0))) +("constructionist" nil (((k ax n) 0) ((s t r ah k) 1) ((sh ax) 0) ((n ih s t) 0))) +("constructions" nil (((k ax n) 0) ((s t r ah k) 1) ((sh ax n z) 0))) +("constructive" nil (((k ax n) 0) ((s t r ah k) 1) ((t ih v) 0))) +("constructively" nil (((k ax n) 0) ((s t r ah k) 1) ((t ih) 0) ((v l iy) 0))) +("constructors" nil (((k ax n) 0) ((s t r ah k) 1) ((t er z) 0))) +("constructs" nil (((k ax n) 0) ((s t r ah k t s) 1))) +("construe" nil (((k ax n) 0) ((s t r uw) 1))) +("construed" nil (((k ax n) 0) ((s t r uw d) 1))) +("consuela" nil (((k ow n) 0) ((s uw) 1) ((l ax) 0))) +("consul" nil (((k aa n) 1) ((s ax l) 0))) +("consular" nil (((k aa n) 1) ((s ax) 0) ((l er) 0))) +("consulate" nil (((k aa n) 1) ((s ax) 0) ((l ax t) 0))) +("consulates" nil (((k aa n) 1) ((s ax) 0) ((l ax t s) 0))) +("consulship" nil (((k aa n) 1) ((s ax l) 0) ((sh ih p) 1))) +("consult" nil (((k ax n) 0) ((s ah l t) 1))) +("consultancy" nil (((k ax n) 0) ((s ah l) 1) ((t ax n) 0) ((s iy) 0))) +("consultant" nil (((k ax n) 0) ((s ah l) 1) ((t ax n t) 0))) +("consultants" nil (((k ax n) 0) ((s ah l) 1) ((t ax n t s) 0))) +("consultation" nil (((k aa n) 1) ((s ax l) 0) ((t ey) 1) ((sh ax n) 0))) +("consultations" nil (((k aa n) 1) ((s ax l) 0) ((t ey) 1) ((sh ax n z) 0))) +("consultative" nil (((k ax n) 0) ((s ah l) 1) ((t ax) 0) ((t ih v) 0))) +("consulted" nil (((k ax n) 0) ((s ah l) 1) ((t ax d) 0))) +("consulting" nil (((k ax n) 0) ((s ah l) 1) ((t ih ng) 0))) +("consults" nil (((k ax n) 0) ((s ah l t s) 1))) +("consumable" nil (((k ax n) 0) ((s uw) 1) ((m ax) 0) ((b ax l) 0))) +("consume" nil (((k ax n) 0) ((s uw m) 1))) +("consumed" nil (((k ax n) 0) ((s uw m d) 1))) +("consumer" nil (((k ax n) 0) ((s uw) 1) ((m er) 0))) +("consumerism" nil (((k ax n) 0) ((s uw) 1) ((m er) 0) ((ih) 1) ((z ax m) 0))) +("consumerist" nil (((k ax n) 0) ((s uw) 1) ((m er) 0) ((ih s t) 0))) +("consumerists" nil (((k ax n) 0) ((s uw) 1) ((m er) 0) ((ih s t s) 0))) +("consumers" nil (((k ax n) 0) ((s uw) 1) ((m er z) 0))) +("consumes" nil (((k ax n) 0) ((s uw m z) 1))) +("consuming" nil (((k ax n) 0) ((s uw) 1) ((m ih ng) 0))) +("consummate" nil (((k aa n) 1) ((s ax) 0) ((m ax t) 0))) +("consummated" nil (((k aa n) 1) ((s ax) 0) ((m ey) 1) ((t ax d) 0))) +("consummating" nil (((k aa n) 1) ((s ax) 0) ((m ey) 1) ((t ih ng) 0))) +("consummation" nil (((k aa n) 1) ((s ax) 0) ((m ey) 1) ((sh ax n) 0))) +("consumption" nil (((k ax n) 0) ((s ah m p) 1) ((sh ax n) 0))) +("contac" nil (((k aa n) 1) ((t ae k) 0))) +("contact" nil (((k aa n) 1) ((t ae k t) 1))) +("contacted" nil (((k aa n) 1) ((t ae k) 1) ((t ih d) 0))) +("contacting" nil (((k aa n) 1) ((t ae k) 1) ((t ih ng) 0))) +("contactless" j (((k aa n) 1) ((t ae k t) 0) ((l ax s) 0))) +("contacts" nil (((k aa n) 1) ((t ae k t s) 1))) +("contadora" nil (((k aa n) 1) ((t ax) 0) ((d ao) 1) ((r ax) 0))) +("contagion" nil (((k ax n) 0) ((t ey) 1) ((jh ax n) 0))) +("contagious" nil (((k ax n) 0) ((t ey) 1) ((jh ax s) 0))) +("contagiousness" nil (((k ax n) 0) ((t ey) 1) ((jh ax) 0) ((s n ax s) 0))) +("contain" nil (((k ax n) 0) ((t ey n) 1))) +("contained" nil (((k ax n) 0) ((t ey n d) 1))) +("container" nil (((k ax n) 0) ((t ey) 1) ((n er) 0))) +("containerboard" nil (((k ax n) 0) ((t ey) 1) ((n er) 0) ((b ao r d) 1))) +("containerized" nil (((k ax n) 0) ((t ey) 1) ((n er) 0) ((ay z d) 1))) +("containers" nil (((k ax n) 0) ((t ey) 1) ((n er z) 0))) +("containing" nil (((k ax n) 0) ((t ey) 1) ((n ih ng) 0))) +("containment" nil (((k ax n) 0) ((t ey n) 1) ((m ax n t) 0))) +("contains" nil (((k ax n) 0) ((t ey n z) 1))) +("contaminant" nil (((k ax n) 0) ((t ae) 1) ((m ax) 0) ((n ax n t) 0))) +("contaminants" nil (((k ax n) 0) ((t ae) 1) ((m ax) 0) ((n ax n t s) 0))) +("contaminate" nil (((k ax n) 0) ((t ae) 1) ((m ax) 0) ((n ey t) 1))) +("contaminated" nil (((k ax n) 0) ((t ae) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("contaminating" nil (((k ax n) 0) ((t ae) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("contamination" nil (((k ax n) 0) ((t ae) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("contant" nil (((k aa n) 1) ((t ax n t) 0))) +("conte" nil (((k ow n t) 1))) +("contel" nil (((k aa n) 1) ((t eh l) 1))) +("contemplate" nil (((k aa n) 1) ((t ax m) 0) ((p l ey t) 1))) +("contemplated" nil (((k aa n) 1) ((t ax m) 0) ((p l ey) 1) ((t ih d) 0))) +("contemplates" nil (((k aa n) 1) ((t ax m) 0) ((p l ey t s) 1))) +("contemplating" nil (((k aa n) 1) ((t ax m) 0) ((p l ey) 1) ((t ih ng) 0))) +("contemplation" nil (((k aa n) 1) ((t ax m) 0) ((p l ey) 1) ((sh ax n) 0))) +("contemplative" nil (((k ax n) 0) ((t eh m) 1) ((p l ax) 0) ((t ih v) 0))) +("contempo" nil (((k aa n) 1) ((t eh m) 1) ((p ow) 0))) +("contemporaneous" nil (((k ax n) 0) ((t eh m) 1) ((p er) 0) ((ae) 1) ((n iy) 0) ((ax s) 0))) +("contemporaries" nil (((k ax n) 0) ((t eh m) 1) ((p er) 0) ((eh) 1) ((r iy z) 0))) +("contemporary" nil (((k ax n) 0) ((t eh m) 1) ((p er) 0) ((eh) 1) ((r iy) 0))) +("contempt" nil (((k ax n) 0) ((t eh m p t) 1))) +("contemptible" nil (((k ax n) 0) ((t eh m p) 1) ((t ax) 0) ((b ax l) 0))) +("contemptuous" nil (((k ax n) 0) ((t eh m p) 1) ((ch uw) 0) ((ax s) 0))) +("contemptuously" nil (((k ax n) 0) ((t eh m p ch) 1) ((w ax) 0) ((s l iy) 0))) +("contend" nil (((k ax n) 0) ((t eh n d) 1))) +("contended" nil (((k ax n) 0) ((t eh n) 1) ((d ih d) 0))) +("contender" nil (((k ax n) 0) ((t eh n) 1) ((d er) 0))) +("contenders" nil (((k ax n) 0) ((t eh n) 1) ((d er z) 0))) +("contending" nil (((k ax n) 0) ((t eh n) 1) ((d ih ng) 0))) +("contends" nil (((k ax n) 0) ((t eh n d z) 1))) +("content" n (((k aa n) 1) ((t eh n t) 0))) +("content" v (((k ax n) 0) ((t eh n t) 1))) +("contented" nil (((k ax n) 0) ((t eh n) 1) ((t ax d) 0))) +("contentedly" nil (((k ax n) 0) ((t eh n) 1) ((t ax d) 0) ((l iy) 0))) +("contention" nil (((k ax n) 0) ((t eh n) 1) ((sh ax n) 0))) +("contentions" nil (((k ax n) 0) ((t eh n) 1) ((sh ax n z) 0))) +("contentious" nil (((k ax n) 0) ((t eh n) 1) ((sh ax s) 0))) +("contentiousness" nil (((k ax n) 0) ((t eh n) 1) ((sh ax) 0) ((s n ax s) 0))) +("contentment" nil (((k ax n) 0) ((t eh n t) 1) ((m ax n t) 0))) +("contento" nil (((k ow n) 0) ((t eh n) 1) ((t ow) 0))) +("contents" n (((k aa n) 1) ((t eh n t s) 0))) +("contents" v (((k ax n) 0) ((t eh n t s) 1))) +("contest" n (((k aa n) 1) ((t eh s t) 0))) +("contest" v (((k ax n) 0) ((t eh s t) 1))) +("contestable" nil (((k ax n) 0) ((t eh) 1) ((s t ax) 0) ((b ax l) 0))) +("contestant" nil (((k ax n) 0) ((t eh) 1) ((s t ax n t) 0))) +("contestants" nil (((k ax n) 0) ((t eh) 1) ((s t ax n t s) 0))) +("contested" nil (((k ax n) 0) ((t eh) 1) ((s t ax d) 0))) +("contesting" nil (((k ax n) 0) ((t eh) 1) ((s t ih ng) 0))) +("contests" n (((k aa n) 1) ((t eh s t s) 0))) +("contests" v (((k ax n) 0) ((t eh s t s) 1))) +("context" nil (((k aa n) 1) ((t eh k s t) 0))) +("contexts" nil (((k aa n) 1) ((t eh k s t s) 1))) +("conti" nil (((k ow n) 1) ((t iy) 0))) +("contibel" nil (((k aa n) 1) ((t ih) 0) ((b ax l) 0))) +("conticommodity" nil (((k aa n) 1) ((t ih) 0) ((k ax) 0) ((m aa) 1) ((d ih) 0) ((t iy) 0))) +("contiguous" nil (((k ax n) 0) ((t ih) 1) ((g y uw) 0) ((ax s) 0))) +("continent" nil (((k aa n) 1) ((t ax) 0) ((n ax n t) 0))) +("continental" nil (((k aa n) 1) ((t ax) 0) ((n eh n) 1) ((t ax l) 0))) +("continentally" nil (((k aa n) 1) ((t ax) 0) ((n eh n) 1) ((t ax) 0) ((l iy) 0))) +("continentals" nil (((k aa n) 1) ((t ax) 0) ((n eh n) 1) ((t ax l z) 0))) +("continents" nil (((k aa n) 1) ((t ax) 0) ((n ax n t s) 0))) +("contingencies" nil (((k ax n) 0) ((t ih n) 1) ((jh ax n) 0) ((s iy z) 0))) +("contingency" nil (((k ax n) 0) ((t ih n) 1) ((jh ax n) 0) ((s iy) 0))) +("contingent" nil (((k ax n) 0) ((t ih n) 1) ((jh ax n t) 0))) +("contingents" nil (((k ax n) 0) ((t ih n) 1) ((jh ax n t s) 0))) +("contini" nil (((k ow n) 0) ((t iy) 1) ((n iy) 0))) +("contino" nil (((k ow n) 0) ((t iy) 1) ((n ow) 0))) +("continual" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ax l) 0))) +("continually" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ax) 0) ((l iy) 0))) +("continuance" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ax n s) 0))) +("continuances" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ax n) 0) ((s ih z) 0))) +("continuation" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ey) 1) ((sh ax n) 0))) +("continue" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0))) +("continued" nil (((k ax n) 0) ((t ih) 1) ((n y uw d) 0))) +("continues" nil (((k ax n) 0) ((t ih) 1) ((n y uw z) 0))) +("continuing" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ih ng) 0))) +("continuity" nil (((k aa n) 1) ((t ax) 0) ((n uw) 1) ((ax) 0) ((t iy) 0))) +("continuous" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ax s) 0))) +("continuously" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ax) 0) ((s l iy) 0))) +("continuum" nil (((k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ax m) 0))) +("contois" nil (((k ax n) 0) ((t w aa) 1))) +("contort" nil (((k ax n) 0) ((t ao r t) 1))) +("contorted" nil (((k ax n) 0) ((t ao r) 1) ((t ax d) 0))) +("contortion" nil (((k ax n) 0) ((t ao r) 1) ((sh ax n) 0))) +("contortionist" nil (((k ax n) 0) ((t ao r) 1) ((sh ax) 0) ((n ax s t) 0))) +("contortions" nil (((k ax n) 0) ((t ao r) 1) ((sh ax n z) 0))) +("contorts" nil (((k ax n) 0) ((t ao r t s) 1))) +("contos" nil (((k ow n) 1) ((t ow z) 0))) +("contour" nil (((k aa n) 1) ((t uh r) 1))) +("contoured" nil (((k aa n) 1) ((t uh r d) 1))) +("contours" nil (((k aa n) 1) ((t uh r z) 1))) +("contra" nil (((k aa n) 1) ((t r ax) 0))) +("contraband" nil (((k aa n) 1) ((t r ax) 0) ((b ae n d) 1))) +("contrabassoon" nil (((k aa n) 1) ((t r ax) 0) ((b ae) 0) ((s uw n) 1))) +("contraception" nil (((k aa n) 1) ((t r ax) 0) ((s eh p) 1) ((sh ax n) 0))) +("contraceptive" nil (((k aa n) 1) ((t r ax) 0) ((s eh p) 1) ((t ih v) 0))) +("contraceptives" nil (((k aa n) 1) ((t r ax) 0) ((s eh p) 1) ((t ih v z) 0))) +("contract" j (((k aa n) 1) ((t r ae k t) 0))) +("contract" n (((k aa n) 1) ((t r ae k t) 1))) +("contract" v (((k ax n) 0) ((t r ae k t) 1))) +("contracted" nil (((k aa n) 1) ((t r ae k) 0) ((t ax d) 0))) +("contracting" nil (((k aa n) 1) ((t r ae k) 0) ((t ih ng) 0))) +("contraction" nil (((k ax n) 0) ((t r ae k) 1) ((sh ax n) 0))) +("contractions" nil (((k ax n) 0) ((t r ae k) 1) ((sh ax n z) 0))) +("contractor" nil (((k aa n) 1) ((t r ae k) 1) ((t er) 0))) +("contractors" nil (((k aa n) 1) ((t r ae k) 1) ((t er z) 0))) +("contracts" n (((k aa n) 1) ((t r ae k t s) 0))) +("contracts" v (((k ax n) 0) ((t r ae k t s) 1))) +("contractual" nil (((k ax n) 0) ((t r ae k) 1) ((ch uw) 0) ((ax l) 0))) +("contractually" nil (((k ax n) 0) ((t r ae k) 1) ((ch uw) 0) ((ax) 0) ((l iy) 0))) +("contradict" nil (((k aa n) 1) ((t r ax) 0) ((d ih k t) 1))) +("contradicted" nil (((k aa n) 1) ((t r ax) 0) ((d ih k) 1) ((t ax d) 0))) +("contradicting" nil (((k aa n) 1) ((t r ax) 0) ((d ih k) 1) ((t ih ng) 0))) +("contradiction" nil (((k aa n) 1) ((t r ax) 0) ((d ih k) 1) ((sh ax n) 0))) +("contradictions" nil (((k aa n) 1) ((t r ax) 0) ((d ih k) 1) ((sh ax n z) 0))) +("contradictorily" nil (((k aa n) 1) ((t r ax) 0) ((d ih k) 1) ((t er) 0) ((ax) 0) ((l iy) 0))) +("contradictory" nil (((k aa n) 1) ((t r ax) 0) ((d ih k) 1) ((t er) 0) ((iy) 0))) +("contradicts" nil (((k aa n) 1) ((t r ax) 0) ((d ih k t s) 1))) +("contran" nil (((k aa n) 1) ((t r ae n) 1))) +("contraption" nil (((k ax n) 0) ((t r ae p) 1) ((sh ax n) 0))) +("contraptions" nil (((k ax n) 0) ((t r ae p) 1) ((sh ax n z) 0))) +("contrarian" nil (((k aa n) 1) ((t r eh) 1) ((r iy) 0) ((ax n) 0))) +("contrarians" nil (((k ax n) 0) ((t r eh) 1) ((r iy) 0) ((ax n z) 0))) +("contrariness" nil (((k aa n) 1) ((t r eh) 0) ((r iy) 0) ((n ax s) 0))) +("contrary" j (((k aa n) 1) ((t r eh) 1) ((r iy) 0))) +("contrary" n (((k aa n) 1) ((t r eh) 0) ((r iy) 0))) +("contras" nil (((k aa n) 1) ((t r ax z) 0))) +("contrast" n (((k aa n) 1) ((t r ae s t) 0))) +("contrast" v (((k ax n) 0) ((t r ae s t) 1))) +("contrasted" nil (((k ax n) 0) ((t r ae) 1) ((s t ax d) 0))) +("contrasting" nil (((k ax n) 0) ((t r ae) 1) ((s t ih ng) 0))) +("contrasts" n (((k aa n) 1) ((t r ae s t s) 0))) +("contrasts" v (((k ax n) 0) ((t r ae s t s) 1))) +("contravene" nil (((k aa n) 1) ((t r ax) 0) ((v iy n) 1))) +("contravention" nil (((k aa n) 1) ((t r ax) 0) ((v eh n) 1) ((ch ax n) 0))) +("contreras" nil (((k ow n) 0) ((t r eh) 1) ((r aa z) 0))) +("contretemps" nil (((k aa n) 1) ((t r ax) 0) ((t eh m p s) 1))) +("contribute" nil (((k ax n) 0) ((t r ih) 1) ((b y uw t) 0))) +("contributed" nil (((k ax n) 0) ((t r ih) 1) ((b y uw) 0) ((t ih d) 0))) +("contributes" nil (((k ax n) 0) ((t r ih) 1) ((b y uw t s) 0))) +("contributing" nil (((k ax n) 0) ((t r ih) 1) ((b y uw) 0) ((t ih ng) 0))) +("contribution" nil (((k aa n) 1) ((t r ax) 0) ((b y uw) 1) ((sh ax n) 0))) +("contributions" nil (((k aa n) 1) ((t r ax) 0) ((b y uw) 1) ((sh ax n z) 0))) +("contributor" nil (((k ax n) 0) ((t r ih) 1) ((b y ax) 0) ((t er) 0))) +("contributors" nil (((k ax n) 0) ((t r ih) 1) ((b y ax) 0) ((t er z) 0))) +("contributory" nil (((k ax n) 0) ((t r ih) 1) ((b y ax) 0) ((t ao) 1) ((r iy) 0))) +("contrite" nil (((k ax n) 0) ((t r ay t) 1))) +("contrition" nil (((k ax n) 0) ((t r ih) 1) ((sh ax n) 0))) +("contrivance" nil (((k ax n) 0) ((t r ay) 1) ((v ax n s) 0))) +("contrivances" nil (((k ax n) 0) ((t r ay) 1) ((v ax n) 0) ((s ih z) 0))) +("contrive" nil (((k ax n) 0) ((t r ay v) 1))) +("contrived" nil (((k ax n) 0) ((t r ay v d) 1))) +("control" nil (((k ax n) 0) ((t r ow l) 1))) +("controladora" nil (((k ax n) 0) ((t r ow) 1) ((l ax) 0) ((d ao) 1) ((r ax) 0))) +("controllable" nil (((k ax n) 0) ((t r ow) 1) ((l ax) 0) ((b ax l) 0))) +("controlled" nil (((k ax n) 0) ((t r ow l d) 1))) +("controller" nil (((k ax n) 0) ((t r ow) 1) ((l er) 0))) +("controllers" nil (((k ax n) 0) ((t r ow) 1) ((l er z) 0))) +("controlling" nil (((k ax n) 0) ((t r ow) 1) ((l ih ng) 0))) +("controls" nil (((k ax n) 0) ((t r ow l z) 1))) +("controversial" nil (((k aa n) 1) ((t r ax) 0) ((v er) 1) ((sh ax l) 0))) +("controversies" nil (((k aa n) 1) ((t r ax) 0) ((v er) 1) ((s iy z) 0))) +("controversy" nil (((k aa n) 1) ((t r ax) 0) ((v er) 1) ((s iy) 0))) +("contruction" nil (((k ax n) 0) ((t r ah k) 1) ((sh ax n) 0))) +("contura" nil (((k aa n) 1) ((t uh) 1) ((r ax) 0))) +("contusion" nil (((k ax n) 0) ((t uw) 1) ((zh ax n) 0))) +("conundrum" nil (((k ax) 0) ((n ah n) 1) ((d r ax m) 0))) +("conus" nil (((k ow) 1) ((n ax s) 0))) +("convair" nil (((k aa n) 0) ((v eh r) 1))) +("convalesce" nil (((k aa n) 1) ((v ax) 0) ((l eh s) 1))) +("convalescence" nil (((k aa n) 1) ((v ax) 0) ((l eh) 1) ((s ax n s) 0))) +("convalescent" nil (((k aa n) 1) ((v ax) 0) ((l eh) 1) ((s ax n t) 0))) +("convene" nil (((k ax n) 0) ((v iy n) 1))) +("convened" nil (((k ax n) 0) ((v iy n d) 1))) +("convenes" nil (((k ax n) 0) ((v iy n z) 1))) +("convenience" nil (((k ax n) 0) ((v iy) 1) ((n y ax n s) 0))) +("conveniences" nil (((k ax n) 0) ((v iy) 1) ((n y ax n) 0) ((s ih z) 0))) +("convenient" nil (((k ax n) 0) ((v iy) 1) ((n y ax n t) 0))) +("conveniently" nil (((k ax n) 0) ((v iy) 1) ((n y ax n t) 0) ((l iy) 0))) +("convening" nil (((k ax n) 0) ((v iy) 1) ((n ih ng) 0))) +("convent" nil (((k aa n) 1) ((v ax n t) 0))) +("convention" nil (((k ax n) 0) ((v eh n) 1) ((sh ax n) 0))) +("conventional" nil (((k ax n) 0) ((v eh n) 1) ((sh ax) 0) ((n ax l) 0))) +("conventionally" nil (((k ax n) 0) ((v eh n) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("conventioneer" nil (((k ax n) 0) ((v eh n) 1) ((sh ax) 0) ((n ih r) 1))) +("conventioneers" nil (((k ax n) 0) ((v eh n) 1) ((sh ax) 0) ((n ih r z) 1))) +("conventions" nil (((k ax n) 0) ((v eh n) 1) ((sh ax n z) 0))) +("converge" nil (((k ax n) 0) ((v er jh) 1))) +("converged" nil (((k ax n) 0) ((v er jh d) 1))) +("convergence" nil (((k ax n) 0) ((v er) 1) ((jh ax n s) 0))) +("convergent" nil (((k ax n) 0) ((v er) 1) ((jh ax n t) 0))) +("converging" nil (((k ax n) 0) ((v er) 1) ((jh ih ng) 0))) +("conversant" nil (((k ax n) 0) ((v er) 1) ((s ax n t) 0))) +("conversation" nil (((k aa n) 1) ((v er) 0) ((s ey) 1) ((sh ax n) 0))) +("conversational" nil (((k aa n) 1) ((v er) 0) ((s ey) 1) ((sh ax) 0) ((n ax l) 0))) +("conversationalist" nil (((k aa n) 1) ((v er) 0) ((s ey) 1) ((sh ax) 0) ((n ax) 0) ((l ax s t) 0))) +("conversations" nil (((k aa n) 1) ((v er) 0) ((s ey) 1) ((sh ax n z) 0))) +("converse" n (((k aa n) 1) ((v er s) 0))) +("converse" v (((k ax n) 0) ((v er s) 1))) +("conversed" nil (((k ax n) 0) ((v er s t) 1))) +("conversely" nil (((k aa n) 1) ((v er) 0) ((s l iy) 0))) +("conversing" nil (((k ax n) 0) ((v er) 1) ((s ih ng) 0))) +("conversion" nil (((k ax n) 0) ((v er) 1) ((zh ax n) 0))) +("conversions" nil (((k ax n) 0) ((v er) 1) ((zh ax n z) 0))) +("convert" n (((k aa n) 1) ((v er t) 0))) +("convert" v (((k ax n) 0) ((v er t) 1))) +("converted" nil (((k ax n) 0) ((v er) 1) ((t ih d) 0))) +("converter" nil (((k ax n) 0) ((v er) 1) ((t er) 0))) +("converters" nil (((k ax n) 0) ((v er) 1) ((t er z) 0))) +("convertibility" nil (((k aa n) 1) ((v er) 0) ((t ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("convertible" nil (((k ax n) 0) ((v er) 1) ((t ax) 0) ((b ax l) 0))) +("convertibles" nil (((k ax n) 0) ((v er) 1) ((t ax) 0) ((b ax l z) 0))) +("converting" nil (((k ax n) 0) ((v er) 1) ((t ih ng) 0))) +("converts" n (((k aa n) 1) ((v er t s) 0))) +("converts" v (((k ax n) 0) ((v er t s) 1))) +("convery" nil (((k aa n) 1) ((v er) 0) ((iy) 0))) +("convex" nil (((k ax n) 0) ((v eh k s) 1))) +("convey" nil (((k ax n) 0) ((v ey) 1))) +("conveyance" nil (((k ax n) 0) ((v ey) 1) ((ax n s) 0))) +("conveyed" nil (((k ax n) 0) ((v ey d) 1))) +("conveyer" nil (((k ax n) 0) ((v ey) 1) ((er) 0))) +("conveying" nil (((k ax n) 0) ((v ey) 1) ((ih ng) 0))) +("conveyor" nil (((k ax n) 0) ((v ey) 1) ((er) 0))) +("conveys" nil (((k ax n) 0) ((v ey z) 1))) +("convict" n (((k aa n) 1) ((v ih k t) 0))) +("convict" v (((k ax n) 0) ((v ih k t) 1))) +("convicted" nil (((k ax n) 0) ((v ih k) 1) ((t ax d) 0))) +("convicting" nil (((k ax n) 0) ((v ih k) 1) ((t ih ng) 0))) +("conviction" nil (((k ax n) 0) ((v ih k) 1) ((sh ax n) 0))) +("convictions" nil (((k ax n) 0) ((v ih k) 1) ((sh ax n z) 0))) +("convicts" n (((k aa n) 1) ((v ih k t s) 0))) +("convicts" v (((k ax n) 0) ((v ih k t s) 1))) +("conville" nil (((k ow n) 1) ((v ih l) 0))) +("convince" nil (((k ax n) 0) ((v ih n s) 1))) +("convinced" nil (((k ax n) 0) ((v ih n s t) 1))) +("convinces" nil (((k ax n) 0) ((v ih n) 1) ((s ih z) 0))) +("convincing" nil (((k ax n) 0) ((v ih n) 1) ((s ih ng) 0))) +("convincingly" nil (((k ax n) 0) ((v ih n) 1) ((s ih ng) 0) ((l iy) 0))) +("convivial" nil (((k ax n) 0) ((v ih) 1) ((v iy) 0) ((ax l) 0))) +("convocation" nil (((k aa n) 1) ((v ax) 0) ((k ey) 1) ((sh ax n) 0))) +("convoluted" nil (((k aa n) 1) ((v ax) 0) ((l uw) 1) ((t ax d) 0))) +("convoy" nil (((k aa n) 1) ((v oy) 1))) +("convoys" nil (((k aa n) 1) ((v oy z) 1))) +("convulsion" nil (((k ax n) 0) ((v ah l) 1) ((sh ax n) 0))) +("convulsions" nil (((k ax n) 0) ((v ah l) 1) ((sh ax n z) 0))) +("convulsive" nil (((k ax n) 0) ((v ah l) 1) ((s ih v) 0))) +("conway" nil (((k aa n) 1) ((w ey) 1))) +("conwell" nil (((k aa n) 1) ((w eh l) 1))) +("conyer" nil (((k aa) 1) ((n y er) 0))) +("conyers" nil (((k aa) 1) ((n y er z) 0))) +("coody" nil (((k uw) 1) ((d iy) 0))) +("coogan" nil (((k uw) 1) ((g ax n) 0))) +("coogle" nil (((k uw) 1) ((g ax l) 0))) +("coogler" nil (((k uw) 1) ((g ax) 0) ((l er) 0))) +("cook" nil (((k uh k) 1))) +("cookbook" nil (((k uh k) 1) ((b uh k) 1))) +("cookbooks" nil (((k uh k) 1) ((b uh k s) 1))) +("cooke" nil (((k uh k) 1))) +("cooked" nil (((k uh k t) 1))) +("cooker" nil (((k uh) 1) ((k er) 0))) +("cookers" nil (((k uh) 1) ((k er z) 0))) +("cookie" nil (((k uh) 1) ((k iy) 0))) +("cookies" nil (((k uh) 1) ((k iy z) 0))) +("cooking" nil (((k uh) 1) ((k ih ng) 0))) +("cookingham" nil (((k uw) 1) ((k ih ng) 0) ((hh ae m) 0))) +("cookman" nil (((k uh k) 1) ((m ax n) 0))) +("cookout" nil (((k uh) 1) ((k aw t) 1))) +("cookouts" nil (((k uh) 1) ((k aw t s) 1))) +("cooks" nil (((k uh k s) 1))) +("cooksey" nil (((k uw k) 1) ((s iy) 0))) +("cookson" nil (((k uw k) 1) ((s ax n) 0))) +("cookston" nil (((k uh k) 1) ((s t ax n) 0))) +("cookstove" v (((k uh k) 1) ((s t ow v) 1))) +("cookware" nil (((k uh) 1) ((k w eh r) 1))) +("cool" nil (((k uw l) 1))) +("coolant" nil (((k uw) 1) ((l ax n t) 0))) +("coolants" nil (((k uw) 1) ((l ax n t s) 0))) +("coolbaugh" nil (((k uw l) 1) ((b ao) 1))) +("coole" nil (((k uw l) 1))) +("cooled" nil (((k uw l d) 1))) +("cooler" nil (((k uw) 1) ((l er) 0))) +("coolers" nil (((k uw) 1) ((l er z) 0))) +("coolest" nil (((k uw) 1) ((l ax s t) 0))) +("cooley" nil (((k uw) 1) ((l iy) 0))) +("coolidge" nil (((k uw) 1) ((l ih jh) 0))) +("cooling" nil (((k uw) 1) ((l ih ng) 0))) +("coolly" nil (((k uw) 1) ((l iy) 0))) +("coolman" nil (((k uw l) 1) ((m ax n) 0))) +("coolness" nil (((k uw l) 1) ((n ax s) 0))) +("cools" nil (((k uw l z) 1))) +("coombe" nil (((k uw m b) 1))) +("coombes" nil (((k uw m b z) 1))) +("coombs" nil (((k uw m z) 1))) +("coomer" nil (((k uw) 1) ((m er) 0))) +("coomes" nil (((k uw m z) 1))) +("coon" nil (((k uw n) 1))) +("coonan" nil (((k uw) 1) ((n ax n) 0))) +("coonce" nil (((k uw n s) 1))) +("coone" nil (((k uw n) 1))) +("cooner" nil (((k uw) 1) ((n er) 0))) +("coones" nil (((k uw n z) 1))) +("cooney" nil (((k uw) 1) ((n iy) 0))) +("coonradt" nil (((k uw n) 1) ((r ae t) 0))) +("coonrod" nil (((k uw n) 1) ((r aa d) 1))) +("coons" nil (((k uw n z) 1))) +("coontz" nil (((k uw n t s) 1))) +("coop" nil (((k uw p) 1))) +("cooped" nil (((k uw p t) 1))) +("cooper" nil (((k uw) 1) ((p er) 0))) +("cooperage" nil (((k uw) 1) ((p er) 0) ((ax jh) 0))) +("cooperate" nil (((k ow) 0) ((aa) 1) ((p er) 0) ((ey t) 1))) +("cooperated" nil (((k ow) 0) ((aa) 1) ((p er) 0) ((ey) 1) ((t ax d) 0))) +("cooperates" nil (((k ow) 0) ((aa) 1) ((p er) 0) ((ey t s) 1))) +("cooperating" nil (((k ow) 0) ((aa) 1) ((p er) 0) ((ey) 1) ((t ih ng) 0))) +("cooperation" nil (((k ow) 0) ((aa) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("cooperations" nil (((k ow) 0) ((aa) 1) ((p er) 0) ((ey) 1) ((sh ax n z) 0))) +("cooperative" nil (((k ow) 0) ((aa) 1) ((p er) 0) ((ey) 1) ((t ih v) 0))) +("cooperatively" nil (((k ow) 0) ((aa) 1) ((p r ax) 0) ((t ih) 0) ((v l iy) 0))) +("cooperatives" nil (((k ow) 0) ((aa) 1) ((p r ax) 0) ((t ih v z) 0))) +("cooperider" nil (((k uw) 1) ((p er) 0) ((ay) 0) ((d er) 0))) +("cooperman" nil (((k uw) 1) ((p er) 0) ((m ae n) 1))) +("cooperrider" nil (((k uw) 1) ((p er) 0) ((ay) 0) ((d er) 0))) +("coopers" nil (((k uw) 1) ((p er z) 0))) +("coopersmith" nil (((k uw) 1) ((p er) 0) ((s m ih th) 1))) +("cooperstein" nil (((k uw) 1) ((p er) 0) ((s t ay n) 1))) +("cooperstown" nil (((k uw) 1) ((p er z) 0) ((t aw n) 1))) +("coopervision" nil (((k uw) 1) ((p er) 0) ((v ih) 1) ((zh ax n) 0))) +("coopman" nil (((k uw p) 1) ((m ax n) 0))) +("cooprider" nil (((k uw) 1) ((p r ay) 1) ((d er) 0))) +("coordinate" n (((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ax t) 0))) +("coordinate" v (((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ey t) 1))) +("coordinated" nil (((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ey) 0) ((t ih d) 0))) +("coordinates" n (((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ax t s) 0))) +("coordinates" v (((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ey t s) 1))) +("coordinating" nil (((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ey) 1) ((t ih ng) 0))) +("coordination" nil (((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ey) 1) ((sh ax n) 0))) +("coordinator" nil (((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ey) 1) ((t er) 0))) +("coordinators" nil (((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ey) 1) ((t er z) 0))) +("coors" nil (((k uw r z) 1))) +("coos" nil (((k uw s) 1))) +("coosa" nil (((k uw) 1) ((s ax) 0))) +("coot" nil (((k uw t) 1))) +("coote" nil (((k uw t) 1))) +("cooter" nil (((k uw) 1) ((t er) 0))) +("coots" nil (((k uw t s) 1))) +("coover" nil (((k uw) 1) ((v er) 0))) +("cop" nil (((k aa p) 1))) +("copacabana" nil (((k ow) 1) ((p ax) 0) ((k ax) 0) ((b ae) 1) ((n ax) 0))) +("copartners" nil (((k ow) 1) ((p aa r t) 1) ((n er z) 0))) +("copas" nil (((k ow) 1) ((p ax z) 0))) +("copayments" nil (((k ow) 1) ((p ey) 1) ((m ax n t s) 0))) +("copco" nil (((k aa p) 1) ((k ow) 0))) +("cope" nil (((k ow p) 1))) +("coped" nil (((k ow p t) 1))) +("copelan" nil (((k aa) 1) ((p ih) 0) ((l ae n) 0))) +("copeland" nil (((k ow) 1) ((p l ax n d) 0))) +("copelco" nil (((k ow) 1) ((p eh l) 1) ((k ow) 0))) +("copelin" nil (((k aa) 1) ((p ih) 0) ((l ih n) 0))) +("copeman" nil (((k ow p) 1) ((m ax n) 0))) +("copen" nil (((k ow) 1) ((p ax n) 0))) +("copenhagen" nil (((k ow) 1) ((p ax n) 0) ((hh ey) 1) ((g ax n) 0))) +("copenhaver" nil (((k ax) 0) ((p eh n) 1) ((hh ax) 0) ((v er) 0))) +("copernican" nil (((k ax) 0) ((p er) 1) ((n ax) 0) ((k ax n) 0))) +("copernicus" nil (((k ax) 0) ((p er) 1) ((n ax) 0) ((k ax s) 0))) +("copes" nil (((k ow p s) 1))) +("copetas" nil (((k ax) 0) ((p ey) 1) ((t ax s) 0))) +("copher" nil (((k aa) 1) ((f er) 0))) +("copiague" nil (((k ow) 1) ((p iy) 0) ((ae g) 0))) +("copied" nil (((k aa) 1) ((p iy d) 0))) +("copier" nil (((k aa) 1) ((p iy) 0) ((er) 0))) +("copiers" nil (((k aa) 1) ((p iy) 0) ((er z) 0))) +("copies" nil (((k aa) 1) ((p iy z) 0))) +("copilot" nil (((k ow) 1) ((p ay) 1) ((l ax t) 0))) +("coping" nil (((k ow) 1) ((p ih ng) 0))) +("copious" nil (((k ow) 1) ((p iy) 0) ((ax s) 0))) +("coplan" nil (((k aa) 1) ((p l ax n) 0))) +("copland" nil (((k aa) 1) ((p l ax n d) 0))) +("coplen" nil (((k aa) 1) ((p ax) 0) ((l ax n) 0))) +("copley" nil (((k aa) 1) ((p l iy) 0))) +("copleys" nil (((k aa) 1) ((p l iy z) 0))) +("coplin" nil (((k aa) 1) ((p l ih n) 0))) +("copp" nil (((k aa p) 1))) +("coppa" nil (((k ow) 1) ((p ax) 0))) +("coppage" nil (((k aa) 1) ((p ih jh) 0))) +("copped" nil (((k aa p t) 1))) +("coppedge" nil (((k aa) 1) ((p ih jh) 0))) +("coppee" nil (((k aa) 1) ((p iy) 1))) +("coppens" nil (((k aa) 1) ((p ax n z) 0))) +("copper" nil (((k aa) 1) ((p er) 0))) +("copperfield" nil (((k aa) 1) ((p er) 0) ((f iy l d) 1))) +("copperfields" nil (((k aa) 1) ((p er) 0) ((f iy l d z) 1))) +("copperhead" nil (((k aa) 1) ((p er) 0) ((hh eh d) 1))) +("copperheads" nil (((k aa) 1) ((p er) 0) ((hh eh d z) 1))) +("copperman" nil (((k aa) 1) ((p er) 0) ((m ax n) 0))) +("coppernoll" nil (((k ax) 0) ((p er) 1) ((n ow l) 0))) +("coppers" nil (((k aa) 1) ((p er z) 0))) +("coppersmith" nil (((k aa) 1) ((p er) 0) ((s m ih th) 1))) +("copperweld" nil (((k aa) 1) ((p er) 0) ((w eh l d) 1))) +("coppery" nil (((k aa) 1) ((p er) 0) ((iy) 0))) +("coppess" nil (((k aa) 1) ((p ax s) 0))) +("coppin" nil (((k aa) 1) ((p ih n) 0))) +("copping" nil (((k aa) 1) ((p ih ng) 0))) +("coppinger" nil (((k aa) 1) ((p ih ng) 0) ((er) 0))) +("coppins" nil (((k aa) 1) ((p ih n z) 0))) +("copple" nil (((k aa) 1) ((p ax l) 0))) +("coppock" nil (((k aa) 1) ((p ax k) 0))) +("coppola" nil (((k ow) 0) ((p ow) 1) ((l ax) 0))) +("coppolino" nil (((k ow) 0) ((p ow) 0) ((l iy) 1) ((n ow) 0))) +("copps" nil (((k aa p s) 1))) +("copra" nil (((k ow) 1) ((p r ax) 0))) +("coprocessor" nil (((k ow) 1) ((p r aa) 1) ((s eh) 0) ((s er) 0))) +("coprocessors" nil (((k ow) 1) ((p r aa) 1) ((s eh) 0) ((s er z) 0))) +("cops" nil (((k aa p s) 1))) +("copsey" nil (((k aa p) 1) ((s iy) 0))) +("coptic" nil (((k aa p) 1) ((t ih k) 0))) +("copulate" nil (((k aa) 1) ((p y ax) 0) ((l ey t) 1))) +("copus" nil (((k ow) 1) ((p ax s) 0))) +("copy" nil (((k aa) 1) ((p iy) 0))) +("copycat" nil (((k aa) 1) ((p iy) 0) ((k ae t) 1))) +("copycats" nil (((k aa) 1) ((p iy) 0) ((k ae t s) 1))) +("copycode" nil (((k aa) 1) ((p iy) 0) ((k ow d) 1))) +("copying" nil (((k aa) 1) ((p iy) 0) ((ih ng) 0))) +("copyreaders" nil (((k aa) 1) ((p iy) 0) ((r iy) 1) ((d er z) 0))) +("copyright" nil (((k aa) 1) ((p iy) 0) ((r ay t) 1))) +("copyrightable" nil (((k aa) 1) ((p iy) 0) ((r ay) 1) ((t ax) 0) ((b ax l) 0))) +("copyrighted" nil (((k aa) 1) ((p iy) 0) ((r ay) 1) ((t ih d) 0))) +("copyrights" nil (((k aa) 1) ((p iy) 0) ((r ay t s) 1))) +("copytele" nil (((k aa) 1) ((p iy) 0) ((t eh) 1) ((l ax) 0))) +("copywrited" nil (((k aa) 1) ((p iy) 0) ((r ay) 1) ((t ih d) 0))) +("copywriter" nil (((k aa) 1) ((p iy) 0) ((r ay) 1) ((t er) 0))) +("copywriters" nil (((k aa) 1) ((p iy) 0) ((r ay) 1) ((t er z) 0))) +("cor" nil (((k ao r) 1))) +("cora" nil (((k ao) 1) ((r ax) 0))) +("corabelle" nil (((k ao) 1) ((r ax) 0) ((b ax l) 0))) +("coracle" nil (((k ao) 1) ((r ax) 0) ((k ax l) 0))) +("coral" nil (((k ao) 1) ((r ax l) 0))) +("coralie" nil (((k ao) 1) ((r ax) 0) ((l iy) 0))) +("coraline" nil (((k ao) 1) ((r ax) 0) ((l ay n) 1))) +("corallo" nil (((k ao) 1) ((r ae) 1) ((l ow) 0))) +("corals" nil (((k ao) 1) ((r ax l z) 0))) +("coram" nil (((k ao) 1) ((r ae m) 1))) +("corazon" nil (((k ao) 1) ((r ax) 0) ((z ow n) 1))) +("corban" nil (((k ao r) 1) ((b ax n) 0))) +("corbeil" nil (((k ao r) 1) ((b ay l) 1))) +("corbel" nil (((k ao r) 1) ((b ax l) 0))) +("corbell" nil (((k ao r) 1) ((b eh l) 0))) +("corbelled" nil (((k ao r) 1) ((b ax l d) 0))) +("corbello" nil (((k er) 0) ((b eh) 1) ((l ow) 0))) +("corbet" nil (((k ao r) 1) ((b ih t) 0))) +("corbett" nil (((k ao r) 1) ((b ih t) 0))) +("corbin" nil (((k ao r) 1) ((b ih n) 0))) +("corbit" nil (((k ao r) 1) ((b ih t) 0))) +("corbitt" nil (((k ao r) 1) ((b ih t) 0))) +("corbo" nil (((k ao r) 1) ((b ow) 0))) +("corbridge" nil (((k ao r) 1) ((b r ih jh) 0))) +("corbu" nil (((k ao r) 1) ((b uw) 1))) +("corbusier" nil (((k ao r) 1) ((b y uw s) 1) ((y er) 0))) +("corby" nil (((k ao r) 1) ((b iy) 0))) +("corcap" nil (((k ao r) 1) ((k ae p) 1))) +("corcoran" nil (((k ao r) 1) ((k er) 0) ((ax n) 0))) +("cord" nil (((k ao r d) 1))) +("corda" nil (((k ao r) 1) ((d ax) 0))) +("cordaro" nil (((k er) 0) ((d aa) 1) ((r ow) 0))) +("cordasco" nil (((k er) 0) ((d aa) 1) ((s k ow) 0))) +("corday" nil (((k ao r) 1) ((d ey) 1))) +("corded" nil (((k ao r) 1) ((d ax d) 0))) +("cordeiro" nil (((k er) 0) ((d eh) 1) ((r ow) 0))) +("cordell" nil (((k ao r) 1) ((d eh l) 1))) +("corder" nil (((k ao r) 1) ((d er) 0))) +("cordero" nil (((k er) 0) ((d eh) 1) ((r ow) 0))) +("cordes" nil (((k ao r d z) 1))) +("cordesman" nil (((k ao r) 1) ((d ax) 0) ((s m ax n) 0))) +("cordial" nil (((k ao r) 1) ((jh ax l) 0))) +("cordially" nil (((k ao r) 1) ((jh ax) 0) ((l iy) 0))) +("cordiant" nil (((k ao r) 1) ((d iy) 0) ((ax n t) 0))) +("cordie" nil (((k ao r) 1) ((d iy) 0))) +("cordier" nil (((k ao r) 1) ((d iy) 0) ((er) 0))) +("cordill" nil (((k ao r) 1) ((d ax l) 0))) +("cording" nil (((k ao r) 1) ((d ih ng) 0))) +("cordis" nil (((k ao r) 1) ((d ih s) 0))) +("cordle" nil (((k ao r) 1) ((d ax l) 0))) +("cordless" nil (((k ao r d) 1) ((l ax s) 0))) +("cordner" nil (((k ao r d) 1) ((n er) 0))) +("cordoba" nil (((k ao r) 1) ((d ow) 1) ((b ax) 0))) +("cordobas" nil (((k ao r) 1) ((d ax) 0) ((b ax z) 0))) +("cordon" nil (((k ao r) 1) ((d ax n) 0))) +("cordone" nil (((k ao r) 1) ((d ax n) 0))) +("cordoned" nil (((k ao r) 1) ((d ax n d) 0))) +("cordova" nil (((k ao r) 1) ((d ow) 1) ((v ax) 0))) +("cordover" nil (((k ao r) 1) ((d ow) 1) ((v er) 0))) +("cordovez" nil (((k ao r) 1) ((d ow) 1) ((v eh z) 0))) +("cordray" nil (((k ao r) 1) ((d r ey) 1))) +("cordrey" nil (((k ao r) 1) ((d r iy) 0))) +("cordry" nil (((k ao r) 1) ((d er) 0) ((iy) 0))) +("cords" nil (((k ao r d z) 1))) +("cordts" nil (((k ao r d t s) 1))) +("corduroy" nil (((k ao r) 1) ((d er) 0) ((oy) 1))) +("cordy" nil (((k ao r) 1) ((d iy) 0))) +("core" nil (((k ao r) 1))) +("corea" nil (((k ao) 0) ((r iy) 1) ((ax) 0))) +("corel" nil (((k ao) 1) ((r eh l) 1))) +("corell" nil (((k ao) 1) ((r eh l) 1))) +("corella" nil (((k er) 0) ((eh) 1) ((l ax) 0))) +("coren" nil (((k ao) 1) ((r ax n) 0))) +("cores" nil (((k ao r z) 1))) +("corespondent" nil (((k ao) 1) ((r ax) 0) ((s p aa n) 1) ((d ax n t) 0))) +("corestates" nil (((k ao r) 1) ((s t ey t s) 1))) +("coretech" nil (((k ao r) 1) ((t eh k) 1))) +("coretta" nil (((k ao) 0) ((r eh) 1) ((t ax) 0))) +("corette" nil (((k ao) 1) ((r eh t) 1))) +("corexit" nil (((k ao) 0) ((r eh k) 1) ((s ih t) 0))) +("corey" nil (((k ao) 1) ((r iy) 0))) +("corgi" nil (((k ao r) 1) ((g iy) 0))) +("coria" nil (((k ao) 1) ((r iy) 0) ((ax) 0))) +("coriander" nil (((k ao) 1) ((r iy) 0) ((ae n) 1) ((d er) 0))) +("coriell" nil (((k ao) 1) ((r iy l) 0))) +("corigliano" nil (((k er) 0) ((iy) 0) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("corinna" nil (((k ao) 1) ((r ih) 1) ((n ax) 0))) +("corinne" nil (((k er) 0) ((iy n) 1))) +("corinth" nil (((k ao) 1) ((r ax n th) 0))) +("corinthian" nil (((k er) 0) ((ih n) 1) ((th iy) 0) ((ax n) 0))) +("corinto" nil (((k ao) 1) ((r ih n) 1) ((t ow) 0))) +("corio" nil (((k ao) 1) ((r iy) 0) ((ow) 0))) +("corisa" nil (((k er) 0) ((iy) 1) ((s ax) 0))) +("corissa" nil (((k ao) 1) ((r ih) 1) ((s ax) 0))) +("cork" nil (((k ao r k) 1))) +("corken" nil (((k ao r) 1) ((k ax n) 0))) +("corker" nil (((k ao r) 1) ((k er) 0))) +("corkern" nil (((k ao r) 1) ((k er n) 0))) +("corkery" nil (((k ao r) 1) ((k er) 0) ((iy) 0))) +("corkill" nil (((k ao r) 1) ((k ih l) 1))) +("corking" nil (((k ao r) 1) ((k ih ng) 0))) +("corkins" nil (((k ao r) 1) ((k ih n z) 0))) +("corkran" nil (((k ao r) 1) ((k r ax n) 0))) +("corks" nil (((k ao r k s) 1))) +("corkscrew" nil (((k ao r k) 1) ((s k r uw) 1))) +("corkum" nil (((k ao r) 1) ((k ax m) 0))) +("corkwood" nil (((k ao r) 1) ((k w uh d) 1))) +("corky" nil (((k ao r) 1) ((k iy) 0))) +("corl" nil (((k ao r l) 1))) +("corle" nil (((k ao) 1) ((r ax l) 0))) +("Corleone" n (((k aa r) 1) ((l iy) 0) ((ow) 1) ((n iy) 0))) +("corless" nil (((k ao r) 1) ((l ih s) 0))) +("corlett" nil (((k ao r) 1) ((l ih t) 0))) +("corlew" nil (((k ao r) 1) ((l uw) 0))) +("corley" nil (((k ao r) 1) ((l iy) 0))) +("corliss" nil (((k ao r) 1) ((l ih s) 0))) +("cormac" nil (((k ao r) 1) ((m ax k) 0))) +("cormack" nil (((k ao r) 1) ((m ax k) 0))) +("corman" nil (((k ao r) 1) ((m ax n) 0))) +("cormany" nil (((k ao r) 1) ((m ax) 0) ((n iy) 0))) +("cormican" nil (((k ao r) 1) ((m ih) 0) ((k ax n) 0))) +("cormick" nil (((k ao r) 1) ((m ih k) 0))) +("cormier" nil (((k ao r) 1) ((m iy) 0) ((er) 0))) +("cormorant" nil (((k ao r) 1) ((m er) 0) ((ax n t) 0))) +("corn" nil (((k ao r n) 1))) +("cornacchia" nil (((k er) 0) ((n aa) 1) ((k iy) 0) ((ax) 0))) +("cornall" nil (((k ao r) 1) ((n ax l) 0))) +("corncob" nil (((k ao r n) 1) ((k aa b) 1))) +("corncrib" nil (((k ao r n) 1) ((k r ih b) 1))) +("corne" nil (((k ao r n) 1))) +("cornea" nil (((k ao r) 1) ((n iy) 0) ((ax) 0))) +("corneal" nil (((k ao r) 1) ((n iy l) 1))) +("corneas" nil (((k ao r) 1) ((n iy) 0) ((ax z) 0))) +("cornejo" nil (((k er) 0) ((n ey) 1) ((y ow) 0))) +("cornel" nil (((k ao r) 1) ((n ax l) 0))) +("cornela" nil (((k er) 0) ((n eh) 1) ((l ax) 0))) +("cornelia" nil (((k ao r) 0) ((n iy) 1) ((l y ax) 0))) +("cornelio" nil (((k er) 0) ((n eh) 1) ((l iy) 0) ((ow) 0))) +("cornelious" nil (((k ao r) 1) ((n ih) 0) ((l iy) 0) ((ih s) 0))) +("cornelison" nil (((k er) 0) ((n eh) 1) ((l ih) 0) ((s ax n) 0))) +("cornelius" nil (((k ao r) 0) ((n iy) 1) ((l y ax s) 0))) +("corneliuson" nil (((k ao r) 1) ((n ih) 0) ((l iy) 0) ((uw) 1) ((s ax n) 0))) +("cornell" nil (((k ao r) 0) ((n eh l) 1))) +("cornelle" nil (((k er) 0) ((n eh l) 1))) +("corner" nil (((k ao r) 1) ((n er) 0))) +("cornerback" nil (((k ao r) 1) ((n er) 0) ((b ae k) 1))) +("cornered" nil (((k ao r) 1) ((n er d) 0))) +("cornering" nil (((k ao r) 1) ((n er) 0) ((ih ng) 0))) +("corners" nil (((k ao r) 1) ((n er z) 0))) +("cornerstone" nil (((k ao r) 1) ((n er) 0) ((s t ow n) 1))) +("cornerstones" nil (((k ao r) 1) ((n er) 0) ((s t ow n z) 1))) +("cornet" nil (((k ao r) 0) ((n eh t) 1))) +("cornett" nil (((k ao r) 1) ((n ih t) 0))) +("cornette" nil (((k er) 0) ((n eh t) 1))) +("cornettist" nil (((k ao r) 0) ((n eh) 1) ((t ax s t) 0))) +("corney" nil (((k ao r) 1) ((n iy) 0))) +("cornfeld" nil (((k ao r n) 1) ((f eh l d) 1))) +("cornfield" nil (((k ao r n) 1) ((f iy l d) 1))) +("cornfields" nil (((k ao r n) 1) ((f iy l d z) 1))) +("cornflowers" nil (((k ao r n) 1) ((f l aw) 1) ((er z) 0))) +("cornforth" nil (((k ao r n) 1) ((f er th) 0))) +("cornhusking" nil (((k ao r n) 1) ((hh ah) 1) ((s k ih ng) 0))) +("cornia" nil (((k ao r) 1) ((n iy) 0) ((ax) 0))) +("corniche" nil (((k ao r) 1) ((n ih sh) 0))) +("cornick" nil (((k ao r) 1) ((n ih k) 0))) +("cornie" nil (((k ao r) 1) ((n iy) 0))) +("corniel" nil (((k ao r) 1) ((n iy l) 1))) +("corning" nil (((k ao r) 1) ((n ih ng) 0))) +("cornish" nil (((k ao r) 1) ((n ih sh) 0))) +("cornman" nil (((k ao r n) 1) ((m ax n) 0))) +("cornmeal" nil (((k ao r n) 1) ((m iy l) 1))) +("corns" nil (((k ao r n z) 1))) +("cornstalks" nil (((k ao r n) 1) ((s t ao k s) 1))) +("cornstarch" nil (((k ao r n) 1) ((s t aa r ch) 1))) +("cornucopia" nil (((k ao r) 1) ((n ax) 0) ((k ow) 1) ((p iy) 0) ((ax) 0))) +("cornwall" nil (((k ao r n) 1) ((w ao l) 0))) +("cornwallis" nil (((k ao r n) 0) ((w ao) 1) ((l ax s) 0))) +("cornwell" nil (((k ao r n) 1) ((w eh l) 1))) +("corny" nil (((k ao r) 1) ((n iy) 0))) +("corolla" nil (((k er) 0) ((aa) 1) ((l ax) 0))) +("corollaries" nil (((k ao) 1) ((r ax) 0) ((l eh) 1) ((r iy z) 0))) +("corollary" nil (((k ao) 1) ((r ax) 0) ((l eh) 1) ((r iy) 0))) +("corona" nil (((k er) 0) ((ow) 1) ((n ax) 0))) +("coronado" nil (((k er) 0) ((ow) 0) ((n aa) 1) ((d ow) 0))) +("coronary" nil (((k ao) 1) ((r ax) 0) ((n eh) 1) ((r iy) 0))) +("coronation" nil (((k ao) 1) ((r ax) 0) ((n ey) 1) ((sh ax n) 0))) +("coroner" nil (((k ao) 1) ((r ax) 0) ((n er) 0))) +("coronet" nil (((k ao) 1) ((r ax) 0) ((n eh t) 1))) +("coronets" nil (((k ao) 1) ((r ax) 0) ((n eh t s) 1))) +("corp" nil (((k ao r p) 1))) +("corpening" nil (((k ao r) 1) ((p ax) 0) ((n ih ng) 0))) +("corporacion" nil (((k ao r) 1) ((p er) 0) ((aa) 1) ((s iy) 0) ((ow n) 1))) +("corporal" nil (((k ao r) 1) ((p er) 0) ((ax l) 0))) +("corporate" nil (((k ao r) 1) ((p er) 0) ((ax t) 0))) +("corporates" nil (((k ao r) 1) ((p er) 0) ((ax t s) 0))) +("corporatewatch" nil (((k ao r) 1) ((p r ax) 0) ((t w aa ch) 1))) +("corporatewide" nil (((k ao r) 1) ((p er) 0) ((ih) 0) ((t w ay d) 1))) +("corporation" nil (((k ao r) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("corporations" nil (((k ao r) 1) ((p er) 0) ((ey) 1) ((sh ax n z) 0))) +("corporatism" nil (((k ao r) 1) ((p er) 0) ((ax) 0) ((t ih) 1) ((z ax m) 0))) +("corporatist" nil (((k ao r) 1) ((p er) 0) ((ax) 0) ((t ih s t) 0))) +("corps" nil (((k ao r) 1))) +("corpse" nil (((k ao r p s) 1))) +("corpses" nil (((k ao r p) 1) ((s ax z) 0))) +("corpsman" nil (((k ao r) 1) ((m ax n) 0))) +("corpulant" nil (((k ao r) 1) ((p y ax) 0) ((l ax n t) 0))) +("corpus" nil (((k ao r) 1) ((p ax s) 0))) +("corpuz" nil (((k ao r) 1) ((p uw z) 0))) +("corr" nil (((k ao r) 1))) +("corradi" nil (((k er) 0) ((aa) 1) ((d iy) 0))) +("corradino" nil (((k er) 0) ((aa) 0) ((d iy) 1) ((n ow) 0))) +("corrado" nil (((k er) 0) ((aa) 1) ((d ow) 0))) +("corral" nil (((k er) 0) ((ae l) 1))) +("corrales" nil (((k er) 0) ((aa) 1) ((l eh s) 0))) +("corralled" nil (((k er) 0) ((ae l d) 1))) +("corralling" nil (((k er) 0) ((ae) 1) ((l ih ng) 0))) +("corrao" nil (((k ao) 1) ((r aw) 0))) +("correa" nil (((k ao) 1) ((r iy) 0) ((ax) 0))) +("correale" nil (((k ao) 1) ((r ax l) 0))) +("correct" nil (((k er) 0) ((eh k t) 1))) +("corrected" nil (((k er) 0) ((eh k) 1) ((t ax d) 0))) +("correcting" nil (((k er) 0) ((eh k) 1) ((t ih ng) 0))) +("correction" nil (((k er) 0) ((eh k) 1) ((sh ax n) 0))) +("correctional" nil (((k er) 0) ((eh k) 1) ((sh ax) 0) ((n ax l) 0))) +("corrections" nil (((k er) 0) ((eh k) 1) ((sh ax n z) 0))) +("corrective" nil (((k er) 0) ((eh k) 1) ((t ih v) 0))) +("correctly" nil (((k er) 0) ((eh k t) 1) ((l iy) 0))) +("correctness" nil (((k er) 0) ((eh k t) 1) ((n ax s) 0))) +("corrects" nil (((k er) 0) ((eh k t s) 1))) +("correia" nil (((k er) 0) ((ey) 1) ((iy) 0) ((ax) 0))) +("correira" nil (((k er) 0) ((eh) 1) ((r ax) 0))) +("correlate" nil (((k ao) 1) ((r ax) 0) ((l ey t) 1))) +("correlated" nil (((k ao) 1) ((r ax) 0) ((l ey) 1) ((t ax d) 0))) +("correlation" nil (((k ao) 1) ((r ax) 0) ((l ey) 1) ((sh ax n) 0))) +("correlations" nil (((k ao) 1) ((r ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("correll" nil (((k er) 0) ((ey l) 1))) +("correne" nil (((k ao) 1) ((r iy n) 0))) +("corrente" nil (((k er) 0) ((eh n) 1) ((t iy) 0))) +("correnti" nil (((k er) 0) ((eh n) 1) ((t iy) 0))) +("correspond" nil (((k ao) 1) ((r ax) 0) ((s p aa n d) 1))) +("corresponded" nil (((k ao) 1) ((r ax) 0) ((s p aa n) 1) ((d ih d) 0))) +("correspondence" nil (((k ao) 1) ((r ax) 0) ((s p aa n) 1) ((d ax n s) 0))) +("correspondent" nil (((k ao) 1) ((r ax) 0) ((s p aa n) 1) ((d ax n t) 0))) +("correspondents" nil (((k ao) 1) ((r ax) 0) ((s p aa n) 1) ((d ax n t s) 0))) +("corresponding" nil (((k ao) 1) ((r ax) 0) ((s p aa n) 1) ((d ih ng) 0))) +("correspondingly" nil (((k ao) 1) ((r ax) 0) ((s p aa n) 1) ((d ih ng) 0) ((l iy) 0))) +("corresponds" nil (((k ao) 1) ((r ax) 0) ((s p aa n d z) 1))) +("corrib" nil (((k ao) 1) ((r ih b) 0))) +("corrick" nil (((k ao) 1) ((r ih k) 0))) +("corridor" nil (((k ao) 1) ((r ax) 0) ((d er) 0))) +("corridors" nil (((k ao) 1) ((r ih) 0) ((d er z) 0))) +("corrie" nil (((k ao) 1) ((r iy) 0))) +("corriere" nil (((k ao r) 1) ((y eh r) 1))) +("corrigan" nil (((k ao) 1) ((r ih) 0) ((g ax n) 0))) +("corriher" nil (((k ao) 1) ((r ih) 0) ((hh er) 0))) +("corrin" nil (((k ao) 1) ((r ih n) 0))) +("corrina" nil (((k er) 0) ((iy) 1) ((n ax) 0))) +("corrington" nil (((k ao) 1) ((r ih ng) 0) ((t ax n) 0))) +("corriveau" nil (((k ao) 1) ((r ih) 0) ((v ow) 0))) +("corroborate" nil (((k er) 0) ((aa) 1) ((b er) 0) ((ey t) 1))) +("corroborated" nil (((k er) 0) ((aa) 1) ((b er) 0) ((ey) 1) ((t ih d) 0))) +("corroborates" nil (((k er) 0) ((ao) 1) ((b er) 0) ((ey t s) 1))) +("corroborating" nil (((k er) 0) ((aa) 1) ((b er) 0) ((ey) 1) ((t ih ng) 0))) +("corroboration" nil (((k er) 0) ((ao) 1) ((b er) 0) ((ey) 1) ((sh ax n) 0))) +("corrode" nil (((k er) 0) ((ow d) 1))) +("corroded" nil (((k er) 0) ((ow) 1) ((d ih d) 0))) +("corrodes" nil (((k er) 0) ((ow d z) 1))) +("corron" nil (((k er) 0) ((ao n) 1))) +("corroon" nil (((k ao) 0) ((r uw n) 1))) +("corrosion" nil (((k er) 0) ((ow) 1) ((zh ax n) 0))) +("corrosive" nil (((k er) 0) ((ow) 1) ((s ih v) 0))) +("corrow" nil (((k ao) 1) ((r ow) 0))) +("corrugated" nil (((k ao) 1) ((r ax) 0) ((g ey) 1) ((t ax d) 0))) +("corrupt" nil (((k er) 0) ((ah p t) 1))) +("corrupted" nil (((k er) 0) ((ah p) 1) ((t ih d) 0))) +("corrupting" nil (((k er) 0) ((ah p) 1) ((t ih ng) 0))) +("corruption" nil (((k er) 0) ((ah p) 1) ((sh ax n) 0))) +("corruptions" nil (((k er) 0) ((ah p) 1) ((sh ax n z) 0))) +("corruptive" nil (((k er) 0) ((ah p) 1) ((t ih v) 0))) +("corrupts" nil (((k er) 0) ((ah p t s) 1))) +("corry" nil (((k ao) 1) ((r iy) 0))) +("corsa" nil (((k ao) 1) ((s ax) 0))) +("corsage" nil (((k ao r) 0) ((s aa zh) 1))) +("corsair" nil (((k ao r) 1) ((s eh r) 0))) +("corsaro" nil (((k er) 0) ((s aa) 1) ((r ow) 0))) +("corse" nil (((k ao r s) 1))) +("corsello" nil (((k er) 0) ((s eh) 1) ((l ow) 0))) +("corsentino" nil (((k er) 0) ((s eh n) 0) ((t iy) 1) ((n ow) 0))) +("corser" nil (((k ao r) 1) ((s er) 0))) +("corset" nil (((k ao r) 1) ((s ax t) 0))) +("corsetti" nil (((k er) 0) ((s eh) 1) ((t iy) 0))) +("corsi" nil (((k ao r) 1) ((s iy) 0))) +("corsica" nil (((k ao r) 1) ((s ih) 0) ((k ax) 0))) +("corsican" nil (((k ao r) 1) ((s ax) 0) ((k ax n) 0))) +("corsicas" nil (((k ao r) 1) ((s ih) 0) ((k ax z) 0))) +("corsiglia" nil (((k er) 0) ((s iy) 1) ((g l iy) 0) ((ax) 0))) +("corsini" nil (((k er) 0) ((s iy) 1) ((n iy) 0))) +("corso" nil (((k ao r) 1) ((s ow) 0))) +("corson" nil (((k ao r) 1) ((s ax n) 0))) +("cort" nil (((k ao r t) 1))) +("corte" nil (((k ao r t) 1))) +("cortelyou" nil (((k ao r) 1) ((t eh) 0) ((l y uw) 1))) +("corter" nil (((k ao r) 1) ((t er) 0))) +("cortes" nil (((k ao r t s) 1))) +("cortese" nil (((k er) 0) ((t ey) 1) ((z iy) 0))) +("cortesi" nil (((k er) 0) ((t eh) 1) ((s iy) 0))) +("cortex" nil (((k ao r) 1) ((t eh k s) 0))) +("cortez" nil (((k ao r) 0) ((t eh z) 1))) +("corti" nil (((k ao r) 1) ((t iy) 0))) +("corticosteroids" nil (((k ao r) 1) ((t ih) 0) ((k ow) 0) ((s t ih) 1) ((r oy d z) 1))) +("cortina" nil (((k er) 0) ((t iy) 1) ((n ax) 0))) +("cortinas" nil (((k ao r) 1) ((t ih) 0) ((n ax z) 0))) +("cortisone" nil (((k ao r) 1) ((t ax) 0) ((z ow n) 1))) +("cortland" nil (((k ao r t) 1) ((l ax n d) 0))) +("cortner" nil (((k ao r t) 1) ((n er) 0))) +("cortopassi" nil (((k er) 0) ((t ow) 0) ((p aa) 1) ((s iy) 0))) +("cortright" nil (((k ao r) 1) ((t r ay t) 0))) +("corum" nil (((k ao) 1) ((r ax m) 0))) +("corundum" nil (((k er) 0) ((ah n) 1) ((d ax m) 0))) +("corvallis" nil (((k ao r) 1) ((v ae) 1) ((l ih s) 0))) +("corvette" nil (((k ao r) 0) ((v eh t) 1))) +("corvettes" nil (((k ao r) 1) ((v eh t s) 1))) +("corvin" nil (((k ao r) 1) ((v ih n) 0))) +("corvino" nil (((k er) 0) ((v iy) 1) ((n ow) 0))) +("corvo" nil (((k ao r) 1) ((v ow) 0))) +("corvus" nil (((k ao r) 1) ((v ax s) 0))) +("corwin" nil (((k ao r) 1) ((w ih n) 0))) +("cory" nil (((k ao) 1) ((r iy) 0))) +("corzine" nil (((k er) 0) ((z iy) 1) ((n iy) 0))) +("corzo" nil (((k ao r) 1) ((z ow) 0))) +("cos" nil (((k ao s) 1))) +("cosa" nil (((k ow) 1) ((s ax) 0))) +("cosatu" nil (((k ax) 0) ((s aa) 1) ((t uw) 1))) +("cosby" nil (((k ao z) 1) ((b iy) 0))) +("coscia" nil (((k ow s) 1) ((ch ax) 0))) +("cosens" nil (((k ow) 1) ((s ax n z) 0))) +("cosentino" nil (((k ow) 1) ((s eh n) 0) ((t iy) 1) ((n ow) 0))) +("cosenza" nil (((k ow) 1) ((s eh n) 1) ((z ax) 0))) +("cosette" nil (((k ax) 0) ((s eh t) 1))) +("cosey" nil (((k ow) 1) ((z iy) 0))) +("cosgriff" nil (((k aa s) 1) ((g r ih f) 0))) +("cosgrove" nil (((k aa s) 1) ((g r ax v) 0))) +("cosi" nil (((k ow) 1) ((s iy) 0))) +("cosima" nil (((k ow) 0) ((s iy) 1) ((m ax) 0))) +("cosio" nil (((k ow) 1) ((s iy) 0) ((ow) 0))) +("coslett" nil (((k aa) 1) ((s l ih t) 0))) +("cosma" nil (((k ow z) 1) ((m ax) 0))) +("cosmair" nil (((k ao z) 1) ((m eh r) 1))) +("cosman" nil (((k aa) 1) ((s m ax n) 0))) +("cosme" nil (((k ow z m) 1))) +("cosmetic" nil (((k aa z) 0) ((m eh) 1) ((t ih k) 0))) +("cosmetically" nil (((k ao z) 1) ((m eh) 1) ((t ih) 0) ((k l iy) 0))) +("cosmetics" nil (((k aa z) 0) ((m eh) 1) ((t ih k s) 0))) +("cosmetology" nil (((k aa z) 1) ((m ax) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("cosmic" nil (((k aa z) 1) ((m ih k) 0))) +("cosmo" nil (((k ao z) 1) ((m ow) 0))) +("cosmonaut" nil (((k ao z) 1) ((m ax) 0) ((n ao t) 1))) +("cosmonauts" nil (((k ao z) 1) ((m ax) 0) ((n ao t s) 1))) +("cosmopolitan" nil (((k aa z) 1) ((m ax) 0) ((p aa) 1) ((l ax) 0) ((t ax n) 0))) +("cosmopulos" nil (((k ao z) 1) ((m ax) 0) ((p y uw) 1) ((l ow s) 0))) +("cosmos" nil (((k aa z) 1) ((m ow s) 0))) +("cosner" nil (((k aa) 1) ((s n er) 0))) +("cosper" nil (((k aa) 1) ((s p er) 0))) +("coss" nil (((k ao s) 1))) +("cossa" nil (((k ao) 1) ((s ax) 0))) +("cossack" nil (((k ao) 1) ((s ax k) 0))) +("cossacks" nil (((k aa) 1) ((s ae k s) 0))) +("cossairt" nil (((k aa) 1) ((s er t) 0))) +("cosset" nil (((k aa) 1) ((s ax t) 0))) +("cossette" nil (((k ax) 0) ((s eh t) 1))) +("cossey" nil (((k aa) 1) ((s iy) 0))) +("cossiga" nil (((k ao) 1) ((s iy) 1) ((g ax) 0))) +("cossin" nil (((k aa) 1) ((s ih n) 0))) +("cossman" nil (((k ao) 1) ((s m ax n) 0))) +("cost" nil (((k aa s t) 1))) +("costa" nil (((k ao) 1) ((s t ax) 0))) +("costabile" nil (((k ao) 1) ((s t ax) 0) ((b ay l) 1))) +("costain" nil (((k ow) 1) ((s t ey n) 1))) +("costales" nil (((k aa) 1) ((s t ax l z) 0))) +("costantini" nil (((k ow) 0) ((s t aa n) 0) ((t iy) 1) ((n iy) 0))) +("costantino" nil (((k ow) 0) ((s t aa n) 0) ((t iy) 1) ((n ow) 0))) +("costanza" nil (((k ow) 0) ((s t aa n) 1) ((z ax) 0))) +("costanzo" nil (((k ow) 0) ((s t aa n) 1) ((z ow) 0))) +("costas" nil (((k ao) 1) ((s t ax z) 0))) +("costco" nil (((k ao s t) 1) ((k ow) 0))) +("costcutting" nil (((k ao s t) 1) ((k ah) 1) ((t ih ng) 0))) +("coste" nil (((k ow s t) 1))) +("costella" nil (((k ow) 0) ((s t eh) 1) ((l ax) 0))) +("costello" nil (((k ao) 1) ((s t eh) 1) ((l ow) 0))) +("costen" nil (((k ao) 1) ((s t ax n) 0))) +("coster" nil (((k ao) 1) ((s t er) 0))) +("costigan" nil (((k aa) 1) ((s t ih) 0) ((g ae n) 0))) +("costilla" nil (((k ow) 0) ((s t ih) 1) ((l ax) 0))) +("costilow" nil (((k aa) 1) ((s t ih) 0) ((l ow) 0))) +("costin" nil (((k aa) 1) ((s t ih n) 0))) +("costing" nil (((k ao) 1) ((s t ih ng) 0))) +("costley" nil (((k aa s t) 1) ((l iy) 0))) +("costlier" nil (((k ao s t) 1) ((l iy) 0) ((er) 0))) +("costliest" nil (((k ao s t) 1) ((l iy) 0) ((ih s t) 0))) +("costlow" nil (((k ao s t) 1) ((l ow) 1))) +("costly" nil (((k aa s t) 1) ((l iy) 0))) +("costner" nil (((k aa s t) 1) ((n er) 0))) +("coston" nil (((k aa) 1) ((s t ax n) 0))) +("costs" nil (((k aa s t s) 1))) +("costume" nil (((k aa) 0) ((s t uw m) 1))) +("costumed" nil (((k ao) 1) ((s t uw m d) 1))) +("costumes" nil (((k aa) 0) ((s t uw m z) 1))) +("cot" nil (((k aa t) 1))) +("cota" nil (((k ow) 1) ((t ax) 0))) +("cote" nil (((k ow t) 1))) +("cotelle" nil (((k ow) 1) ((t eh l) 1))) +("coterie" nil (((k ow) 1) ((t er) 0) ((iy) 0))) +("cotes" nil (((k ow t s) 1))) +("cotham" nil (((k aa) 1) ((th ax m) 0))) +("cothern" nil (((k ah) 1) ((dh er n) 0))) +("cothran" nil (((k aa) 1) ((th r ax n) 0))) +("cothren" nil (((k aa) 1) ((th er) 0) ((ax n) 0))) +("cothron" nil (((k aa) 1) ((th r ax n) 0))) +("cotler" nil (((k ow) 1) ((t ax) 0) ((l er) 0))) +("cotman" nil (((k aa t) 1) ((m ax n) 0))) +("cotner" nil (((k aa t) 1) ((n er) 0))) +("cotney" nil (((k aa t) 1) ((n iy) 0))) +("cotnoir" nil (((k ax t n) 0) ((w aa r) 1))) +("coto" nil (((k ow) 1) ((t ow) 0))) +("cotret" nil (((k aa) 1) ((t r ax t) 0))) +("cotrone" nil (((k ow) 0) ((t r ow) 1) ((n iy) 0))) +("cotroneo" nil (((k ow) 0) ((t r ow) 1) ((n iy) 0) ((ow) 0))) +("cots" nil (((k aa t s) 1))) +("cott" nil (((k aa t) 1))) +("cotta" nil (((k aa) 1) ((t ax) 0))) +("cottage" nil (((k aa) 1) ((t ax jh) 0))) +("cottages" nil (((k aa) 1) ((t ih) 0) ((jh ih z) 0))) +("cottam" nil (((k aa) 1) ((t ax m) 0))) +("cotten" nil (((k aa) 1) ((t ax n) 0))) +("cotter" nil (((k aa) 1) ((t er) 0))) +("cotterill" nil (((k aa) 1) ((t er) 0) ((ih l) 0))) +("cotterman" nil (((k aa) 1) ((t er) 0) ((m ax n) 0))) +("cottier" nil (((k aa) 1) ((t iy) 0) ((er) 0))) +("cottingham" nil (((k aa) 1) ((t ih ng) 0) ((hh ae m) 1))) +("cottle" nil (((k aa) 1) ((t ax l) 0))) +("cottman" nil (((k aa t) 1) ((m ax n) 0))) +("cotto" nil (((k ow) 1) ((t ow) 0))) +("cottom" nil (((k aa) 1) ((t ax m) 0))) +("cotton" nil (((k aa) 1) ((t ax n) 0))) +("cottone" nil (((k ow) 0) ((t ow) 1) ((n iy) 0))) +("cottoned" nil (((k aa) 1) ((t ax n d) 0))) +("cottongim" nil (((k ax) 0) ((t aa ng) 1) ((g ih m) 0))) +("cottonmouth" nil (((k aa) 1) ((t ax n) 0) ((m aw th) 1))) +("cottons" nil (((k aa) 1) ((t ax n z) 0))) +("cottonseed" nil (((k aa) 1) ((t ax n) 0) ((s iy d) 1))) +("cottonwood" nil (((k aa) 1) ((t ax n) 0) ((w uh d) 1))) +("cottonwoods" nil (((k aa) 1) ((t ax n) 0) ((w uh d z) 1))) +("cottrell" nil (((k aa) 1) ((t r eh l) 1))) +("cottrill" nil (((k aa) 1) ((t r ax l) 0))) +("cotty" nil (((k aa) 1) ((t iy) 0))) +("cotugno" nil (((k ow) 0) ((t uw g) 1) ((n ow) 0))) +("coty" nil (((k ow) 1) ((t iy) 0))) +("cou" nil (((t s ow) 1))) +("couch" nil (((k aw ch) 1))) +("couched" nil (((k aw ch t) 1))) +("couches" nil (((k aw) 1) ((ch ih z) 0))) +("couchman" nil (((k uw) 0) ((sh m ae n) 1))) +("coudersport" nil (((k aw) 1) ((d er z) 0) ((p ao r t) 1))) +("coudert" nil (((k uw) 1) ((d er t) 0))) +("couey" nil (((k uw) 0) ((iy) 1))) +("coufal" nil (((k uw) 0) ((f ae l) 1))) +("cougar" nil (((k uw) 1) ((g er) 0))) +("cougars" nil (((k uw) 1) ((g er z) 0))) +("cough" nil (((k aa f) 1))) +("coughed" nil (((k ao f t) 1))) +("coughenour" nil (((k ao) 0) ((f eh) 1) ((n er) 0))) +("coughing" nil (((k aa) 1) ((f ih ng) 0))) +("coughlan" nil (((k ao) 1) ((g l ax n) 0))) +("coughlin" nil (((k ao) 1) ((g l ih n) 0))) +("coughran" nil (((k ao) 1) ((g r ax n) 0))) +("coughs" nil (((k ao f s) 1))) +("couillard" nil (((k w iy) 0) ((l aa r d) 1))) +("could" nil (((k uh d) 1))) +("couldnt" v (((k uh d n t) 1))) +("coull" nil (((k aw l) 1))) +("coulombe" nil (((k aw) 0) ((l ow m) 1) ((b iy) 0))) +("coulon" nil (((k aw) 1) ((l ax n) 0))) +("coulson" nil (((k aw l) 1) ((s ax n) 0))) +("coulston" nil (((k aw l) 1) ((s t ax n) 0))) +("coultas" nil (((k uw l) 0) ((t aa z) 1))) +("coulter" nil (((k ow l) 1) ((t er) 0))) +("coulthard" nil (((k uw l) 0) ((th aa r d) 1))) +("counce" nil (((k aw n s) 1))) +("council" nil (((k aw n) 1) ((s ax l) 0))) +("councilman" nil (((k aw n) 1) ((s ax l) 0) ((m ax n) 0))) +("councilmen" nil (((k aw n) 1) ((s ax l) 0) ((m eh n) 1))) +("councilor" nil (((k aw n) 1) ((s ax) 0) ((l er) 0))) +("councilors" nil (((k aw n) 1) ((s ax) 0) ((l er z) 0))) +("councils" nil (((k aw n) 1) ((s ax l z) 0))) +("councilwoman" nil (((k aw n) 1) ((s ax l) 0) ((w uh) 1) ((m ax n) 0))) +("counihan" nil (((k aw) 1) ((n ih) 0) ((hh ae n) 0))) +("counsel" nil (((k aw n) 1) ((s ax l) 0))) +("counseled" nil (((k aw n) 1) ((s ax l d) 0))) +("counseling" nil (((k aw n) 1) ((s ax) 0) ((l ih ng) 0))) +("counsell" nil (((k aw n) 1) ((s ax l) 0))) +("counsellors" nil (((k aw n) 1) ((s ax) 0) ((l er z) 0))) +("counselman" nil (((k aw n) 1) ((s ax l) 0) ((m ax n) 0))) +("counselor" nil (((k aw n) 1) ((s ax) 0) ((l er) 0))) +("counselors" nil (((k aw n) 1) ((s ax) 0) ((l er z) 0))) +("counsels" nil (((k aw n) 1) ((s ax l z) 0))) +("count" nil (((k aw n t) 1))) +("countable" nil (((k aw n) 1) ((t ax) 0) ((b ax l) 0))) +("countdown" nil (((k aw n t) 1) ((d aw n) 1))) +("countdowns" nil (((k aw n t) 1) ((d aw n z) 1))) +("counted" nil (((k aw n) 1) ((t ax d) 0))) +("countenance" nil (((k aw n) 1) ((t ax) 0) ((n ax n s) 0))) +("countenanced" nil (((k aw n) 1) ((t ax) 0) ((n ax n s t) 0))) +("countenances" nil (((k aw n) 1) ((t ax) 0) ((n ax n) 0) ((s ih z) 0))) +("counter" nil (((k aw n) 1) ((t er) 0))) +("counteract" nil (((k aw n) 1) ((t er) 0) ((ae k t) 1))) +("counteracted" nil (((k aw n) 1) ((t er) 0) ((ae k) 1) ((t ih d) 0))) +("counteracting" nil (((k aw n) 1) ((t er) 0) ((ae k) 1) ((t ih ng) 0))) +("counterattack" nil (((k aw n) 1) ((t er) 0) ((ax) 0) ((t ae k) 1))) +("counterattacked" nil (((k aw n) 1) ((t er) 0) ((ax) 0) ((t ae k t) 1))) +("counterattacks" nil (((k aw n) 1) ((t er) 0) ((ax) 0) ((t ae k s) 1))) +("counterbalance" nil (((k aw n) 1) ((t er) 0) ((b ae) 1) ((l ax n s) 0))) +("counterbalanced" nil (((k aw n) 1) ((t er) 0) ((b ae) 1) ((l ax n s t) 0))) +("counterbid" nil (((k aw n) 1) ((t er) 0) ((b ih d) 1))) +("counterchallenge" nil (((k aw n) 1) ((t er) 0) ((ch ae) 1) ((l ax n jh) 0))) +("countercharges" nil (((k aw n) 1) ((t er) 0) ((ch aa r) 1) ((jh ih z) 0))) +("counterclaim" nil (((k aw n) 1) ((t er) 0) ((k l ey m) 1))) +("counterclaims" nil (((k aw n) 1) ((t er) 0) ((k l ey m z) 1))) +("countercultural" nil (((k aw n) 1) ((t er) 0) ((k ah l) 1) ((ch er) 0) ((ax l) 0))) +("counterculture" nil (((k aw n) 1) ((t er) 0) ((k ah l) 1) ((ch er) 0))) +("countered" nil (((k aw n) 1) ((t er d) 0))) +("counterespionage" nil (((k aw n) 1) ((t er) 0) ((eh) 1) ((s p iy) 0) ((ax) 0) ((n aa jh) 0))) +("counterfeit" nil (((k aw n) 1) ((t er) 0) ((f ih t) 1))) +("counterfeited" nil (((k aw n) 1) ((t er) 0) ((f ih) 1) ((t ih d) 0))) +("counterfeiters" nil (((k aw n) 1) ((t er) 0) ((f ih) 1) ((t er z) 0))) +("counterfeiting" nil (((k aw n) 1) ((t er) 0) ((f ih) 1) ((t ih ng) 0))) +("counterforce" nil (((k aw n) 1) ((t er) 0) ((f ao r s) 1))) +("countering" nil (((k aw n) 1) ((t er) 0) ((ih ng) 0))) +("counterinsurgency" nil (((k aw n) 1) ((t er) 0) ((ih n) 0) ((s er) 1) ((jh ax n) 0) ((s iy) 0))) +("counterintelligence" nil (((k aw n) 1) ((t er) 0) ((ih n) 0) ((t eh) 1) ((l ih) 0) ((jh ax n s) 0))) +("counterlife" nil (((k aw n) 1) ((t er) 0) ((l ay f) 1))) +("counterman" nil (((k aw n) 1) ((t er) 0) ((m ae n) 1))) +("countermeasure" nil (((k aw n) 1) ((t er) 0) ((m eh) 1) ((zh er) 0))) +("countermeasures" nil (((k aw n) 1) ((t er) 0) ((m eh) 1) ((zh er z) 0))) +("countermove" nil (((k aw n) 1) ((t er) 0) ((m uw v) 1))) +("countermoves" nil (((k aw n) 1) ((t er) 0) ((m uw v z) 1))) +("counteroffensive" nil (((k aw n) 1) ((t er) 0) ((ao) 0) ((f eh n) 1) ((s ih v) 0))) +("counteroffer" nil (((k aw n) 1) ((t er) 0) ((ao) 1) ((f er) 0))) +("counteroffers" nil (((k aw n) 1) ((t er) 0) ((ao) 1) ((f er z) 0))) +("counterpart" nil (((k aw n) 1) ((t er) 0) ((p aa r t) 1))) +("counterparts" nil (((k aw n) 1) ((t er) 0) ((p aa r t s) 1))) +("counterparty" nil (((k aw n) 1) ((t er) 0) ((p aa r) 1) ((t iy) 0))) +("counterpoint" nil (((k aw n) 1) ((t er) 0) ((p oy n t) 1))) +("counterproductive" nil (((k aw n) 1) ((t er) 0) ((p r ax) 0) ((d ah k) 1) ((t ih v) 0))) +("counterproposal" nil (((k aw n) 1) ((t er) 0) ((p r ax) 0) ((p ow) 1) ((z ax l) 0))) +("counterproposals" nil (((k aw n) 1) ((t er) 0) ((p r ax) 0) ((p ow) 1) ((z ax l z) 0))) +("counterpunch" nil (((k aw n) 1) ((t er) 0) ((p ah n ch) 1))) +("counterrevolution" nil (((k aw n) 1) ((t er) 0) ((r eh) 0) ((v ax) 0) ((l uw) 1) ((sh ax n) 0))) +("counterrevolutionary" nil (((k aw n) 1) ((t er) 0) ((r eh) 0) ((v ax) 0) ((l uw) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("counters" nil (((k aw n) 1) ((t er z) 0))) +("countersued" nil (((k aw n) 1) ((t er) 0) ((s uw d) 1))) +("countersuit" nil (((k aw n) 1) ((t er) 0) ((s uw t) 1))) +("countertenor" nil (((k aw n) 1) ((t er) 0) ((t eh) 1) ((n er) 0))) +("counterterrorism" nil (((k aw n) 1) ((t er) 0) ((t eh) 1) ((r er) 0) ((ih) 1) ((z ax m) 0))) +("counterterrorist" nil (((k aw n) 1) ((t er) 0) ((t eh) 1) ((r er) 0) ((ih s t) 0))) +("countertop" nil (((k aw n) 1) ((t er) 0) ((t aa p) 1))) +("countertrade" nil (((k aw n) 1) ((t er) 0) ((t r ey d) 1))) +("countervailing" nil (((k aw n) 1) ((t er) 0) ((v ey) 1) ((l ih ng) 0))) +("counterweight" nil (((k aw n) 1) ((t er) 0) ((w ey t) 1))) +("countess" nil (((k aw n) 1) ((t ax s) 0))) +("counties" nil (((k aw n) 1) ((t iy z) 0))) +("counting" nil (((k aw n) 1) ((t ih ng) 0))) +("countless" nil (((k aw n t) 1) ((l ax s) 0))) +("countries" nil (((k ah n) 1) ((t r iy z) 0))) +("country" nil (((k ah n) 1) ((t r iy) 0))) +("countryfolk" nil (((k ah n) 1) ((t r iy) 0) ((f ow k) 1))) +("countryman" nil (((k ah n) 1) ((t r iy) 0) ((m ax n) 0))) +("countrymen" nil (((k ah n) 1) ((t r iy) 0) ((m ih n) 0))) +("countrys" nil (((k ah n) 1) ((t r iy z) 0))) +("countryside" nil (((k ah n) 1) ((t r iy) 0) ((s ay d) 1))) +("countrywide" nil (((k ah n) 1) ((t r iy) 0) ((w ay d) 1))) +("counts" nil (((k aw n t s) 1))) +("county" nil (((k aw n) 1) ((t iy) 0))) +("coup" nil (((k uw) 1))) +("coupe" nil (((k uw p) 1))) +("couper" nil (((k uw) 1) ((er) 0))) +("coupes" nil (((k uw p s) 1))) +("coupland" nil (((k uw) 1) ((p l ax n d) 0))) +("couple" nil (((k ah) 1) ((p ax l) 0))) +("coupled" nil (((k ah) 1) ((p ax l d) 0))) +("couplers" nil (((k ah) 1) ((p l er z) 0))) +("couples" nil (((k ah) 1) ((p ax l z) 0))) +("coupling" nil (((k ah) 1) ((p l ih ng) 0))) +("couplings" nil (((k ah) 1) ((p l ih ng z) 0))) +("coupon" nil (((k uw) 1) ((p ao n) 1))) +("couponing" nil (((k uw) 1) ((p aa) 0) ((n ih ng) 0))) +("coupons" nil (((k uw) 1) ((p ao n z) 1))) +("coups" nil (((k uw z) 1))) +("courage" nil (((k er) 1) ((ax jh) 0))) +("courageous" nil (((k er) 0) ((ey) 1) ((jh ax s) 0))) +("courageously" nil (((k er) 0) ((ey) 1) ((jh ax) 0) ((s l iy) 0))) +("courant" nil (((k uh) 1) ((r ax n t) 0))) +("courchaine" nil (((k uh r) 0) ((sh ey n) 1))) +("courchesne" nil (((k uh r) 0) ((sh eh n) 1))) +("courier" nil (((k er) 1) ((iy) 0) ((er) 0))) +("couriers" nil (((k er) 1) ((iy) 0) ((er z) 0))) +("courington" nil (((k ao) 1) ((r ih ng) 0) ((t ax n) 0))) +("cournoyer" nil (((k ao r) 1) ((n oy) 0) ((er) 0))) +("course" nil (((k ao r s) 1))) +("coursen" nil (((k ao r) 1) ((s ax n) 0))) +("courser" nil (((k ao r) 1) ((s er) 0))) +("courses" nil (((k ao r) 1) ((s ax z) 0))) +("coursey" nil (((k ao r) 1) ((s iy) 0))) +("coursing" nil (((k ao r) 1) ((s ih ng) 0))) +("courson" nil (((k ao r) 1) ((s ax n) 0))) +("court" nil (((k ao r t) 1))) +("courtade" nil (((k ao r) 1) ((t ey d) 0))) +("courtaulds" nil (((k ao r) 1) ((t ao l d z) 1))) +("courteau" nil (((k er) 1) ((t ow) 0))) +("courted" nil (((k ao r) 1) ((t ih d) 0))) +("courtemanche" nil (((k ao r t) 1) ((m ae n sh) 1))) +("courtenay" nil (((k er) 1) ((t ax) 0) ((n ey) 0))) +("courteous" nil (((k er) 1) ((t iy) 0) ((ax s) 0))) +("courter" nil (((k ao r) 1) ((t er) 0))) +("courtesies" nil (((k er) 1) ((t ax) 0) ((s iy z) 0))) +("courtesy" nil (((k er) 1) ((t ax) 0) ((s iy) 0))) +("courthouse" nil (((k ao r t) 1) ((hh aw s) 1))) +("courthouses" nil (((k ao r t) 1) ((hh aw) 1) ((s ih z) 0))) +("courtier" nil (((k ao r) 1) ((t iy) 0) ((er) 0))) +("courtiers" nil (((k ao r) 1) ((t iy) 0) ((er z) 0))) +("courting" nil (((k ao r) 1) ((t ih ng) 0))) +("courtland" nil (((k ao r t) 1) ((l ae n d) 0))) +("courtly" nil (((k ao r t) 1) ((l iy) 0))) +("courtney" nil (((k ao r t) 1) ((n iy) 0))) +("courtois" nil (((k ao r) 1) ((t w aa) 0))) +("courtright" nil (((k ao r) 1) ((t r ay t) 1))) +("courtroom" nil (((k ao r) 1) ((t r uw m) 1))) +("courtrooms" nil (((k ao r) 1) ((t r uw m z) 1))) +("courts" nil (((k ao r t s) 1))) +("courtship" nil (((k ao r) 1) ((ch ih p) 1))) +("courtwright" nil (((k ao r) 1) ((t r ay t) 1))) +("courtyard" nil (((k ao r) 1) ((t y aa r d) 1))) +("courtyards" nil (((k ao r) 1) ((t y aa r d z) 1))) +("courville" nil (((k uh r) 0) ((v ih l) 1))) +("coury" nil (((k ao) 1) ((r iy) 0))) +("cousar" nil (((k uw) 0) ((s aa r) 1))) +("couse" nil (((k aw s) 1))) +("cousens" nil (((k uw) 1) ((s ax n z) 0))) +("couser" nil (((k aw) 1) ((s er) 0))) +("cousin" nil (((k ah) 1) ((z ax n) 0))) +("cousineau" nil (((k uw) 1) ((s ih) 0) ((n ow) 1))) +("cousino" nil (((k aw) 0) ((s iy) 1) ((n ow) 0))) +("cousins" nil (((k ah) 1) ((z ax n z) 0))) +("cousy" nil (((k uw) 1) ((z iy) 0))) +("coutant" nil (((k uw) 0) ((t ao n t) 1))) +("coutee" nil (((k uw) 0) ((t iy) 1))) +("couto" nil (((k aw) 1) ((t ow) 0))) +("couts" nil (((k aw t s) 1))) +("coutts" nil (((k aw t s) 1))) +("coutu" nil (((k uw) 0) ((ch uw) 1))) +("couture" nil (((k uw) 0) ((t uh r) 1))) +("couturier" nil (((k uw) 0) ((t uh) 1) ((r iy) 0) ((er) 0))) +("couvillion" nil (((k uw) 0) ((v iy) 0) ((l y ao n) 1))) +("couvillon" nil (((k uw) 0) ((v iy) 0) ((l ao n) 1))) +("couzens" nil (((k uw) 1) ((z ax n z) 0))) +("covalt" nil (((k ow) 1) ((v aa l t) 0))) +("covarrubias" nil (((k ow) 0) ((v aa) 0) ((r uw) 0) ((b iy) 1) ((ax z) 0))) +("covas" nil (((k ow) 1) ((v ax s) 0))) +("covatta" nil (((k ow) 0) ((v aa) 1) ((t ax) 0))) +("covault" nil (((k ow) 1) ((v ao l t) 1))) +("cove" nil (((k ow v) 1))) +("covel" nil (((k ow) 1) ((v ax l) 0))) +("covell" nil (((k aa) 1) ((v ax l) 0))) +("covelli" nil (((k ow) 1) ((v eh) 1) ((l iy) 0))) +("covello" nil (((k ow) 1) ((v eh) 1) ((l ow) 0))) +("coven" nil (((k ah) 1) ((v ax n) 0))) +("covenant" nil (((k ah) 1) ((v ax) 0) ((n ax n t) 0))) +("covenanter" nil (((k ah) 1) ((v ax) 0) ((n ax n) 0) ((t er) 0))) +("covenanters" nil (((k ah) 1) ((v ax) 0) ((n ax n) 0) ((t er z) 0))) +("covenants" nil (((k ah) 1) ((v ax) 0) ((n ax n t s) 0))) +("coveney" nil (((k aa) 1) ((v ih) 0) ((n iy) 0))) +("covent" nil (((k ah) 1) ((v ax n t) 0))) +("coventry" nil (((k ah) 1) ((v ax n) 0) ((t r iy) 0))) +("cover" nil (((k ah) 1) ((v er) 0))) +("coverage" nil (((k ah) 1) ((v er) 0) ((ax jh) 0))) +("coverages" nil (((k ah) 1) ((v er) 0) ((ey) 1) ((jh ih z) 0))) +("coveralls" nil (((k ah) 1) ((v er) 0) ((ao l z) 1))) +("coverdale" nil (((k ah) 1) ((v er) 0) ((d ey l) 1))) +("coverdell" nil (((k ah) 1) ((v er) 0) ((d eh l) 1))) +("covered" nil (((k ah) 1) ((v er d) 0))) +("covering" nil (((k ah) 1) ((v er) 0) ((ih ng) 0))) +("coverings" nil (((k ah) 1) ((v er) 0) ((ih ng z) 0))) +("covers" nil (((k ah) 1) ((v er z) 0))) +("coverstone" nil (((k ah) 1) ((v er) 0) ((s t ow n) 1))) +("covert" nil (((k ow) 1) ((v er t) 0))) +("covertly" nil (((k ah) 1) ((v er t) 0) ((l iy) 0))) +("coverup" nil (((k ah) 1) ((v er) 0) ((ah p) 1))) +("coves" nil (((k ow v z) 1))) +("covet" nil (((k ah) 1) ((v ax t) 0))) +("coveted" nil (((k ah) 1) ((v ax) 0) ((t ih d) 0))) +("covets" nil (((k ah) 1) ((v ax t s) 0))) +("covey" nil (((k ah) 1) ((v iy) 0))) +("covia" nil (((k ow) 1) ((v iy) 0) ((ax) 0))) +("covid" nil (((k ow) 1) ((v ih d) 0))) +("coviello" nil (((k ow) 1) ((v iy) 0) ((eh) 1) ((l ow) 0))) +("covill" nil (((k aa) 1) ((v ax l) 0))) +("coville" nil (((k ow) 1) ((v ih l) 1))) +("covin" nil (((k ow) 1) ((v ih n) 0))) +("covina" nil (((k ow) 0) ((v iy) 1) ((n ax) 0))) +("covington" nil (((k ah) 1) ((v ih ng) 0) ((t ax n) 0))) +("covino" nil (((k ow) 0) ((v iy) 1) ((n ow) 0))) +("covitz" nil (((k ow) 1) ((v ih t s) 0))) +("cow" nil (((k aw) 1))) +("cowan" nil (((k aw) 1) ((ax n) 0))) +("cowans" nil (((k aw) 1) ((ax n z) 0))) +("coward" nil (((k aw) 1) ((er d) 0))) +("cowardice" nil (((k aw) 1) ((er) 0) ((d ax s) 0))) +("cowardly" nil (((k aw) 1) ((er d) 0) ((l iy) 0))) +("cowards" nil (((k aw) 1) ((er d z) 0))) +("cowart" nil (((k aw) 1) ((aa r t) 0))) +("cowbells" nil (((k aw) 1) ((b eh l z) 1))) +("cowboy" nil (((k aw) 1) ((b oy) 1))) +("cowboys" nil (((k aw) 1) ((b oy z) 1))) +("cowden" nil (((k aw) 1) ((d ax n) 0))) +("cowdery" nil (((k aw) 1) ((d er) 0) ((iy) 0))) +("cowdrey" nil (((k aw) 1) ((d r iy) 0))) +("cowed" nil (((k aw d) 1))) +("cowell" nil (((k aa) 1) ((w eh l) 0))) +("cowen" nil (((k aw) 1) ((ax n) 0))) +("cowens" nil (((k aw) 1) ((ax n z) 0))) +("cower" nil (((k aw) 1) ((er) 0))) +("cowering" nil (((k aw) 1) ((er) 0) ((ih ng) 0))) +("cowger" nil (((k aw) 1) ((jh er) 0))) +("cowgill" nil (((k aw) 1) ((g ih l) 1))) +("cowgirl" nil (((k aw) 1) ((g er l) 1))) +("cowgirls" nil (((k aw) 1) ((g er l z) 1))) +("cowher" nil (((k aa) 1) ((w er) 0))) +("cowherd" nil (((k aw) 1) ((hh er d) 1))) +("cowie" nil (((k aw) 1) ((iy) 0))) +("cowin" nil (((k aw) 1) ((ih n) 0))) +("cowing" nil (((k aw) 1) ((ih ng) 0))) +("cowles" nil (((k aw) 1) ((ax l z) 0))) +("cowley" nil (((k aw) 1) ((l iy) 0))) +("cowling" nil (((k aw) 1) ((l ih ng) 0))) +("cowlings" nil (((k aw) 1) ((l ih ng z) 0))) +("cowman" nil (((k aw) 1) ((m ax n) 0))) +("coworker" nil (((k ow) 1) ((w er) 1) ((k er) 0))) +("coworkers" nil (((k ow) 1) ((w er) 1) ((k er z) 0))) +("cowper" nil (((k aw) 1) ((p er) 0))) +("cowperthwaite" nil (((k aw) 1) ((p er) 0) ((th w ey t) 1))) +("cowries" nil (((k aw) 1) ((r iy z) 0))) +("cows" nil (((k aw z) 1))) +("cowser" nil (((k aw) 1) ((z er) 0))) +("cowsert" nil (((k aw) 1) ((s er t) 0))) +("cowslip" nil (((k aw) 1) ((s l ih p) 0))) +("cox" nil (((k aa k s) 1))) +("coxe" nil (((k aa k s) 1))) +("coxen" nil (((k aa k) 1) ((s ax n) 0))) +("coxon" nil (((k aa k) 1) ((s ax n) 0))) +("coxwell" nil (((k aa k) 1) ((s w eh l) 1))) +("coy" nil (((k oy) 1))) +("coye" nil (((k oy) 1))) +("coyer" nil (((k oy) 1) ((er) 0))) +("coykendall" nil (((k oy) 0) ((k eh n) 1) ((d ax l) 0))) +("coyle" nil (((k oy l) 1))) +("coyly" nil (((k oy) 1) ((l iy) 0))) +("coym" nil (((k oy m) 1))) +("coyne" nil (((k oy n) 1))) +("coyner" nil (((k oy) 1) ((n er) 0))) +("coyote" nil (((k ay) 0) ((ow) 1) ((t iy) 0))) +("coyotes" nil (((k ay) 0) ((ow) 1) ((t iy s) 0))) +("cozad" nil (((k ow) 1) ((z ax d) 0))) +("cozart" nil (((k aa) 1) ((z aa r t) 0))) +("cozby" nil (((k aa z) 1) ((b iy) 0))) +("cozine" nil (((k ow) 0) ((z iy) 1) ((n iy) 0))) +("coziness" nil (((k ow) 1) ((z iy) 0) ((n ax s) 0))) +("cozman" nil (((k ow z) 1) ((m ax n) 0))) +("cozy" nil (((k ow) 1) ((z iy) 0))) +("cozying" nil (((k ow) 1) ((z iy) 0) ((ih ng) 0))) +("cozza" nil (((k ow t) 1) ((s ax) 0))) +("cozzens" nil (((k aa) 1) ((z ax n z) 0))) +("cozzi" nil (((k ow t) 1) ((s iy) 0))) +("cozzolino" nil (((k ow t) 0) ((s ow) 0) ((l iy) 1) ((n ow) 0))) +("CPE" nil (((s iy) 1) ((p iy) 1) ((iy) 1))) +("cpu" nil (((s iy) 1) ((p iy) 1) ((y uw) 1))) +("crab" nil (((k r ae b) 1))) +("crabb" nil (((k r ae b) 1))) +("crabbe" nil (((k r ae b) 1))) +("crabbed" nil (((k r ae b d) 1))) +("crabbs" nil (((k r ae b z) 1))) +("crabby" nil (((k r ae) 1) ((b iy) 0))) +("crabeater" nil (((k r ae) 1) ((b iy) 1) ((t er) 0))) +("crabill" nil (((k r ae) 1) ((b ax l) 0))) +("crable" nil (((k r ey) 1) ((b ax l) 0))) +("crabmeat" nil (((k r ae b) 1) ((m iy t) 1))) +("crabs" nil (((k r ae b z) 1))) +("crabtree" nil (((k r ae b) 1) ((t r iy) 1))) +("cracchiolo" nil (((k r aa) 0) ((k iy) 0) ((ow) 1) ((l ow) 0))) +("crace" nil (((k r ey s) 1))) +("crack" nil (((k r ae k) 1))) +("crackdown" nil (((k r ae k) 1) ((d aw n) 1))) +("crackdowns" nil (((k r ae k) 1) ((d aw n z) 1))) +("cracked" nil (((k r ae k t) 1))) +("crackel" nil (((k r ae) 1) ((k ax l) 0))) +("cracker" nil (((k r ae) 1) ((k er) 0))) +("crackerjack" nil (((k r ae) 1) ((k er) 0) ((jh ae k) 1))) +("crackers" nil (((k r ae) 1) ((k er z) 0))) +("cracking" nil (((k r ae) 1) ((k ih ng) 0))) +("crackle" nil (((k r ae) 1) ((k ax l) 0))) +("crackled" nil (((k r ae) 1) ((k ax l d) 0))) +("crackles" nil (((k r ae) 1) ((k ax l z) 0))) +("crackling" nil (((k r ae) 1) ((k l ih ng) 0))) +("crackpot" nil (((k r ae k) 1) ((p aa t) 1))) +("cracks" nil (((k r ae k s) 1))) +("cracraft" nil (((k r aa) 1) ((k r ae f t) 0))) +("craddock" nil (((k r ae) 1) ((d ax k) 0))) +("crader" nil (((k r ey) 1) ((d er) 0))) +("cradic" nil (((k r ae) 1) ((d ih k) 0))) +("cradle" nil (((k r ey) 1) ((d ax l) 0))) +("cradles" nil (((k r ey) 1) ((d ax l z) 0))) +("cradling" nil (((k r ey) 1) ((d ax) 0) ((l ih ng) 0))) +("cradock" nil (((k r ae) 1) ((d ax k) 0))) +("crady" nil (((k r ey) 1) ((d iy) 0))) +("craft" nil (((k r ae f t) 1))) +("crafted" nil (((k r ae f) 1) ((t ih d) 0))) +("crafting" nil (((k r ae f) 1) ((t ih ng) 0))) +("crafton" nil (((k r ae f) 1) ((t ax n) 0))) +("crafts" nil (((k r ae f t s) 1))) +("craftsman" nil (((k r ae f t) 1) ((s m ax n) 0))) +("craftsmanship" nil (((k r ae f t) 1) ((s m ax n) 0) ((sh ih p) 1))) +("craftsmen" nil (((k r ae f t) 1) ((s m ax n) 0))) +("crafty" nil (((k r ae f) 1) ((t iy) 0))) +("crager" nil (((k r ey) 1) ((jh er) 0))) +("cragg" nil (((k r ae g) 1))) +("craggs" nil (((k r ae g z) 1))) +("craggy" nil (((k r ae) 1) ((g iy) 0))) +("craghead" nil (((k r ae g) 1) ((hh eh d) 1))) +("cragin" nil (((k r ae) 1) ((jh ih n) 0))) +("cragle" nil (((k r ey) 1) ((g ax l) 0))) +("crago" nil (((k r aa) 1) ((g ow) 0))) +("cragun" nil (((k r ae) 1) ((g ax n) 0))) +("craib" nil (((k r ey b) 1))) +("craig" nil (((k r ey g) 1))) +("craighead" nil (((k r ey g) 1) ((hh eh d) 1))) +("craigie" nil (((k r ey) 1) ((g iy) 0))) +("craigo" nil (((k r ey) 1) ((g ow) 0))) +("crail" nil (((k r ey l) 1))) +("crain" nil (((k r ey n) 1))) +("craine" nil (((k r ey n) 1))) +("craker" nil (((k r ey) 1) ((k er) 0))) +("crall" nil (((k r ao l) 1))) +("cram" nil (((k r ae m) 1))) +("cramblit" nil (((k r ae m) 1) ((b l ih t) 0))) +("cramer" nil (((k r ey) 1) ((m er) 0))) +("crames" nil (((k r ey m z) 1))) +("crammed" nil (((k r ae m d) 1))) +("crammer" nil (((k r ae) 1) ((m er) 0))) +("cramming" nil (((k r ae) 1) ((m ih ng) 0))) +("cramp" nil (((k r ae m p) 1))) +("cramped" nil (((k r ae m p t) 1))) +("cramping" nil (((k r ae m) 1) ((p ih ng) 0))) +("cramps" nil (((k r ae m p s) 1))) +("crampton" nil (((k r ae m p) 1) ((t ax n) 0))) +("crams" nil (((k r ae m z) 1))) +("cramton" nil (((k r ae m) 1) ((t ax n) 0))) +("cranberries" nil (((k r ae n) 1) ((b eh) 1) ((r iy z) 0))) +("cranberry" nil (((k r ae n) 1) ((b eh) 1) ((r iy) 0))) +("crance" nil (((k r ae n s) 1))) +("crandall" nil (((k r ae n) 1) ((d ax l) 0))) +("crandell" nil (((k r ae n) 1) ((d ax l) 0))) +("crane" nil (((k r ey n) 1))) +("craner" nil (((k r ey) 1) ((n er) 0))) +("cranes" nil (((k r ey n z) 1))) +("cranesbills" nil (((k r ey n z) 1) ((b ih l z) 1))) +("craney" nil (((k r ey) 1) ((n iy) 0))) +("cranfield" nil (((k r ae n) 1) ((f iy l d) 1))) +("cranfill" nil (((k r ae n) 1) ((f ax l) 0))) +("cranford" nil (((k r ae n) 1) ((f er d) 0))) +("crank" nil (((k r ae ng k) 1))) +("cranked" nil (((k r ae ng k t) 1))) +("cranking" nil (((k r ae ng) 1) ((k ih ng) 0))) +("cranks" nil (((k r ae ng k s) 1))) +("crankshaft" nil (((k r ae ng k) 1) ((sh ae f t) 1))) +("crankshafts" nil (((k r ae ng k) 1) ((sh ae f t s) 1))) +("cranky" nil (((k r ae ng) 1) ((k iy) 0))) +("cranley" nil (((k r ae n) 1) ((l iy) 0))) +("cranmer" nil (((k r ae n) 1) ((m er) 0))) +("cranmore" nil (((k r aa n) 1) ((m ao r) 0))) +("crannell" nil (((k r ae) 1) ((n ax l) 0))) +("cranney" nil (((k r ae) 1) ((n iy) 0))) +("crannies" nil (((k r ae) 1) ((n iy z) 0))) +("cranny" nil (((k r ae) 1) ((n iy) 0))) +("cranor" nil (((k r ey) 1) ((n er) 0))) +("crans" nil (((k r ae n z) 1))) +("cranshaw" nil (((k r ae n) 1) ((sh ao) 1))) +("cranston" nil (((k r ae n) 1) ((s t ax n) 0))) +("crap" nil (((k r ae p) 1))) +("crapo" nil (((k r aa) 1) ((p ow) 0))) +("crappie" nil (((k r ae) 1) ((p iy) 0))) +("crapps" nil (((k r ae p s) 1))) +("craps" nil (((k r ae p s) 1))) +("crapser" nil (((k r ae p) 1) ((s er) 0))) +("crapshoot" nil (((k r ae p) 1) ((sh uw t) 1))) +("crary" nil (((k er) 1) ((eh) 0) ((r iy) 0))) +("crase" nil (((k r ey z) 1))) +("crash" nil (((k r ae sh) 1))) +("crashed" nil (((k r ae sh t) 1))) +("crashes" nil (((k r ae) 1) ((sh ih z) 0))) +("crashing" nil (((k r ae) 1) ((sh ih ng) 0))) +("crasnianski" nil (((k r ae) 1) ((s n iy) 0) ((ae n) 1) ((s k iy) 0))) +("crass" nil (((k r ae s) 1))) +("crate" nil (((k r ey t) 1))) +("crater" nil (((k r ey) 1) ((t er) 0))) +("cratered" nil (((k r ey) 1) ((t er d) 0))) +("craters" nil (((k r ey) 1) ((t er z) 0))) +("crates" nil (((k r ey t s) 1))) +("crating" nil (((k r ey) 1) ((t ih ng) 0))) +("craton" nil (((k r ae) 1) ((t ax n) 0))) +("cratty" nil (((k r ae) 1) ((t iy) 0))) +("craugh" nil (((k r ao) 1))) +("craun" nil (((k r ao n) 1))) +("cravath" nil (((k r ae) 1) ((v ax th) 0))) +("crave" nil (((k r ey v) 1))) +("craven" nil (((k r ey) 1) ((v ax n) 0))) +("cravens" nil (((k r ey) 1) ((v ax n z) 0))) +("craver" nil (((k r ey) 1) ((v er) 0))) +("craves" nil (((k r ey v z) 1))) +("cravey" nil (((k r ey) 1) ((v iy) 0))) +("craving" nil (((k r ey) 1) ((v ih ng) 0))) +("cravings" nil (((k r ey) 1) ((v ih ng z) 0))) +("craw" nil (((k r ao) 1))) +("crawfish" nil (((k r ao) 1) ((f ih sh) 1))) +("crawford" nil (((k r ao) 1) ((f er d) 0))) +("crawfordsville" nil (((k r ao) 1) ((f er d z) 0) ((v ih l) 1))) +("crawl" nil (((k r ao l) 1))) +("crawled" nil (((k r ao l d) 1))) +("crawley" nil (((k r ao) 1) ((l iy) 0))) +("crawlies" nil (((k r ao) 1) ((l iy z) 0))) +("crawling" nil (((k r ao) 1) ((l ih ng) 0))) +("crawls" nil (((k r ao l z) 1))) +("crawly" nil (((k r ao) 1) ((l iy) 0))) +("crawmer" nil (((k r ao) 1) ((m er) 0))) +("crawshaw" nil (((k r ao) 1) ((sh ao) 1))) +("craxi" nil (((k r ae k) 1) ((s iy) 0))) +("cray" nil (((k r ey) 1))) +("craycraft" nil (((k r ey) 1) ((k r ae f t) 1))) +("crayfish" nil (((k r ey) 1) ((f ih sh) 0))) +("crayne" nil (((k r ey n) 1))) +("crayon" nil (((k r ey) 1) ((aa n) 1))) +("crayons" nil (((k r ey) 1) ((aa n z) 1))) +("crays" nil (((k r ey z) 1))) +("crayton" nil (((k r ey) 1) ((t ax n) 0))) +("craze" nil (((k r ey z) 1))) +("crazed" nil (((k r ey z d) 1))) +("crazier" nil (((k r ey) 1) ((z iy) 0) ((er) 0))) +("crazies" nil (((k r ey) 1) ((z iy z) 0))) +("craziest" nil (((k r ey) 1) ((z iy) 0) ((ax s t) 0))) +("crazily" nil (((k r ey) 1) ((z ax) 0) ((l iy) 0))) +("craziness" nil (((k r ey) 1) ((z iy) 0) ((n ax s) 0))) +("crazy" nil (((k r ey) 1) ((z iy) 0))) +("crea" nil (((k r iy) 1))) +("creach" nil (((k r iy ch) 1))) +("creager" nil (((k r iy) 1) ((ih) 0) ((jh er) 0))) +("creagh" nil (((k r iy g) 1))) +("creaked" nil (((k r iy k t) 1))) +("creaking" nil (((k r iy) 1) ((k ih ng) 0))) +("creaky" nil (((k r iy) 1) ((k iy) 0))) +("creal" nil (((k r iy l) 1))) +("cream" nil (((k r iy m) 1))) +("creamed" nil (((k r iy m d) 1))) +("creamer" nil (((k r iy) 1) ((m er) 0))) +("creamery" nil (((k r iy) 1) ((m er) 0) ((iy) 0))) +("creamier" nil (((k r iy) 1) ((m iy) 0) ((er) 0))) +("creamiest" nil (((k r iy) 1) ((m iy) 0) ((ih s t) 0))) +("creams" nil (((k r iy m z) 1))) +("creamy" nil (((k r iy) 1) ((m iy) 0))) +("crean" nil (((k r iy n) 1))) +("crear" nil (((k r ih r) 1))) +("crease" nil (((k r iy s) 1))) +("creasey" nil (((k r iy) 1) ((s iy) 0))) +("creasman" nil (((k r iy z) 1) ((m ax n) 0))) +("creason" nil (((k r iy) 1) ((s ax n) 0))) +("creasy" nil (((k r iy) 1) ((s iy) 0))) +("create" nil (((k r iy) 0) ((ey t) 1))) +("created" nil (((k r iy) 0) ((ey) 1) ((t ax d) 0))) +("creates" nil (((k r iy) 0) ((ey t s) 1))) +("creath" nil (((k r eh th) 1))) +("creating" nil (((k r iy) 0) ((ey) 1) ((t ih ng) 0))) +("creation" nil (((k r iy) 0) ((ey) 1) ((sh ax n) 0))) +("creationism" nil (((k r iy) 0) ((ey) 1) ((sh ax) 0) ((n ih) 1) ((z ax m) 0))) +("creations" nil (((k r iy) 0) ((ey) 1) ((sh ax n z) 0))) +("creative" nil (((k r iy) 0) ((ey) 1) ((t ih v) 0))) +("creatively" nil (((k r iy) 0) ((ey) 1) ((t ih) 0) ((v l iy) 0))) +("creativeness" nil (((k r iy) 0) ((ey) 1) ((t ih v) 0) ((n ax s) 0))) +("creativity" nil (((k r iy) 1) ((ey) 0) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("creator" nil (((k r iy) 0) ((ey) 1) ((t er) 0))) +("creators" nil (((k r iy) 0) ((ey) 1) ((t er z) 0))) +("creature" nil (((k r iy) 1) ((ch er) 0))) +("creatures" nil (((k r iy) 1) ((ch er z) 0))) +("crecelius" nil (((k r ih) 0) ((s iy) 1) ((l iy) 0) ((ih s) 0))) +("credence" nil (((k r iy) 1) ((d ax n s) 0))) +("credential" nil (((k r ih) 0) ((d eh n) 1) ((ch ax l) 0))) +("credentials" nil (((k r ax) 0) ((d eh n) 1) ((sh ax l z) 0))) +("credeur" nil (((k r ih) 0) ((d er) 1))) +("credibility" nil (((k r eh) 1) ((d ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("credible" nil (((k r eh) 1) ((d ax) 0) ((b ax l) 0))) +("credibly" nil (((k r eh) 1) ((d ax) 0) ((b l iy) 0))) +("credit" nil (((k r eh) 1) ((d ax t) 0))) +("creditable" nil (((k r eh) 1) ((d ax) 0) ((t ax) 0) ((b ax l) 0))) +("creditably" nil (((k r eh) 1) ((d ax) 0) ((t ax) 0) ((b l iy) 0))) +("creditanstalt" nil (((k r eh) 1) ((d ih) 1) ((t ax n sh) 0) ((t ao l t) 1))) +("creditbank" nil (((k r eh) 1) ((d ih t) 0) ((b ae ng k) 1))) +("credited" nil (((k r eh) 1) ((d ax) 0) ((t ax d) 0))) +("credithrift" nil (((k r eh) 1) ((d ih) 0) ((th r ih f t) 1))) +("crediting" nil (((k r eh) 1) ((d ax) 0) ((t ih ng) 0))) +("credito" nil (((k r eh) 0) ((d iy) 1) ((t ow) 0))) +("creditor" nil (((k r eh) 1) ((d ax) 0) ((t er) 0))) +("creditors" nil (((k r eh) 1) ((d ih) 0) ((t er z) 0))) +("credits" nil (((k r eh) 1) ((d ih t s) 0))) +("creditwatch" nil (((k r eh) 1) ((d ih) 0) ((t w aa ch) 1))) +("creditworthiness" nil (((k r eh) 1) ((d ih) 0) ((t w er) 1) ((dh iy) 0) ((n ax s) 0))) +("creditworthy" nil (((k r eh) 1) ((d ih) 0) ((t w er) 1) ((dh iy) 0))) +("credle" nil (((k r eh) 1) ((d ax l) 0))) +("credo" nil (((k r ey) 1) ((d ow) 0))) +("credulity" nil (((k r ih) 0) ((d uw) 1) ((l ax) 0) ((t iy) 0))) +("cree" nil (((k r iy) 1))) +("creech" nil (((k r iy ch) 1))) +("creecy" nil (((k r iy) 1) ((s iy) 0))) +("creed" nil (((k r iy d) 1))) +("creeden" nil (((k r iy) 1) ((d ax n) 0))) +("creedon" nil (((k r iy) 1) ((d ax n) 0))) +("creeds" nil (((k r iy d z) 1))) +("creegan" nil (((k r iy) 1) ((g ax n) 0))) +("creek" nil (((k r iy k) 1))) +("creekmore" nil (((k r iy k) 1) ((m ao r) 0))) +("creekmur" nil (((k r iy k) 1) ((m er) 0))) +("creeks" nil (((k r iy k s) 1))) +("creel" nil (((k r iy l) 1))) +("creelman" nil (((k r iy l) 1) ((m ax n) 0))) +("creely" nil (((k r iy) 1) ((l iy) 0))) +("creep" nil (((k r iy p) 1))) +("creeping" nil (((k r iy) 1) ((p ih ng) 0))) +("creeps" nil (((k r iy p s) 1))) +("creepy" nil (((k r iy) 1) ((p iy) 0))) +("creer" nil (((k r ih r) 1))) +("crees" nil (((k r iy z) 1))) +("cref" nil (((k r eh f) 1))) +("cregan" nil (((k r iy) 1) ((g ax n) 0))) +("cregar" nil (((k r iy) 1) ((g er) 0))) +("creger" nil (((k r iy) 1) ((jh er) 0))) +("cregg" nil (((k r eh g) 1))) +("cregger" nil (((k r eh) 1) ((g er) 0))) +("crego" nil (((k r eh) 1) ((g ow) 0))) +("crehan" nil (((k r eh) 1) ((hh ax n) 0))) +("creighton" nil (((k r ey) 1) ((t ax n) 0))) +("crellin" nil (((k r eh) 1) ((l ih n) 0))) +("cremate" nil (((k r iy) 1) ((m ey t) 0))) +("cremation" nil (((k r iy) 0) ((m ey) 1) ((sh ax n) 0))) +("creme" nil (((k r iy m) 1))) +("cremeans" nil (((k r eh) 1) ((m ax n z) 0))) +("cremeens" nil (((k r ih) 0) ((m iy n z) 1))) +("cremer" nil (((k r iy) 1) ((m er) 0))) +("cremin" nil (((k r eh) 1) ((m ih n) 0))) +("crenelated" nil (((k r eh) 1) ((n ax) 0) ((l ey) 1) ((t ax d) 0))) +("crenshaw" nil (((k r eh n) 1) ((sh ao) 1))) +("crenwelge" nil (((k r eh n) 1) ((w ih l jh) 0))) +("creole" nil (((k r iy) 1) ((ow l) 0))) +("creoles" nil (((k r iy) 0) ((ow l z) 1))) +("creolized" nil (((k r iy) 1) ((ow) 1) ((l ay z d) 1))) +("creosote" nil (((k r iy) 1) ((ax) 0) ((s ow t) 1))) +("crepe" nil (((k r ey p) 1))) +("crepeau" nil (((k r ih) 0) ((p ow) 1))) +("crepes" nil (((k r ey p s) 1))) +("creps" nil (((k r eh p s) 1))) +("crept" nil (((k r eh p t) 1))) +("creque" nil (((k r eh k) 1))) +("cresap" nil (((k r eh) 1) ((s ax p) 0))) +("crescendo" nil (((k r ih) 0) ((sh eh n) 1) ((d ow) 0))) +("crescent" nil (((k r eh) 1) ((s ax n t) 0))) +("crescenzi" nil (((k r eh s) 0) ((ch eh n) 1) ((z iy) 0))) +("crescenzo" nil (((k r eh s) 0) ((ch eh n) 1) ((z ow) 0))) +("cresci" nil (((k r eh) 1) ((s iy) 0))) +("crescott" nil (((k r eh) 1) ((s k aa t) 0))) +("creson" nil (((k r eh) 1) ((s ax n) 0))) +("crespi" nil (((k r eh) 1) ((s p iy) 0))) +("crespin" nil (((k r eh) 1) ((s p ih n) 0))) +("crespo" nil (((k r eh) 1) ((s p ow) 0))) +("cress" nil (((k r eh s) 1))) +("cresses" nil (((k r eh) 1) ((s ax z) 0))) +("cressey" nil (((k r eh) 1) ((s iy) 0))) +("cressler" nil (((k r eh) 1) ((s l er) 0))) +("cressman" nil (((k r eh) 1) ((s m ax n) 0))) +("cresson" nil (((k r eh) 1) ((s ax n) 0))) +("cresswell" nil (((k r eh) 1) ((s w eh l) 1))) +("cressy" nil (((k r eh) 1) ((s iy) 0))) +("crest" nil (((k r eh s t) 1))) +("crestar" nil (((k r eh) 1) ((s t aa r) 1))) +("crested" nil (((k r eh) 1) ((s t ax d) 0))) +("crestfallen" nil (((k r eh s t) 1) ((f ao) 1) ((l ax n) 0))) +("crestmont" nil (((k r eh s t) 1) ((m aa n t) 1))) +("creswell" nil (((k r eh) 1) ((s w eh l) 1))) +("crete" nil (((k r iy t) 1))) +("cretella" nil (((k r eh) 0) ((t eh) 1) ((l ax) 0))) +("cretsinger" nil (((k r eh t) 1) ((s ih n) 0) ((jh er) 0))) +("creveling" nil (((k r eh) 1) ((v ax) 0) ((l ih ng) 0))) +("crevice" nil (((k r eh) 1) ((v ax s) 0))) +("crevices" nil (((k r eh) 1) ((v ax) 0) ((s ih z) 0))) +("crevier" nil (((k r iy) 1) ((v iy) 0) ((er) 0))) +("creviston" nil (((k r eh) 1) ((v ih) 0) ((s t aa n) 0))) +("crew" nil (((k r uw) 1))) +("crewe" nil (((k r uw) 1))) +("crewel" nil (((k r uw) 1) ((ax l) 0))) +("crewes" nil (((k r uw z) 1))) +("crewman" nil (((k r uw) 1) ((m ax n) 0))) +("crewmen" nil (((k r uw) 1) ((m ih n) 0))) +("crews" nil (((k r uw z) 1))) +("crib" nil (((k r ih b) 1))) +("cribari" nil (((k r iy) 0) ((b aa) 1) ((r iy) 0))) +("cribb" nil (((k r ih b) 1))) +("cribbage" nil (((k r ih) 1) ((b ih jh) 0))) +("cribbs" nil (((k r ih b z) 1))) +("cribs" nil (((k r ih b z) 1))) +("crichlow" nil (((k r ih) 1) ((k l ow) 0))) +("crichton" nil (((k r ih ch) 1) ((t ax n) 0))) +("crick" nil (((k r ih k) 1))) +("cricket" nil (((k r ih) 1) ((k ax t) 0))) +("crickets" nil (((k r ih) 1) ((k ax t s) 0))) +("criddle" nil (((k r ih) 1) ((d ax l) 0))) +("crider" nil (((k r ay) 1) ((d er) 0))) +("cried" nil (((k r ay d) 1))) +("crier" nil (((k r ay) 1) ((er) 0))) +("cries" nil (((k r ay z) 1))) +("criger" nil (((k r ay) 1) ((jh er) 0))) +("crigger" nil (((k r ih) 1) ((g er) 0))) +("crigler" nil (((k r ih) 1) ((g l er) 0))) +("crihfield" nil (((k r ih) 1) ((f iy l d) 0))) +("crill" nil (((k r ih l) 1))) +("crilley" nil (((k r ih) 1) ((l iy) 0))) +("crilly" nil (((k r ih) 1) ((l iy) 0))) +("crim" nil (((k r ih m) 1))) +("crime" nil (((k r ay m) 1))) +("crimea" nil (((k r ay) 0) ((m iy) 1) ((ax) 0))) +("crimean" nil (((k r ih) 0) ((m iy n) 1))) +("crimes" nil (((k r ay m z) 1))) +("crimi" nil (((k r iy) 1) ((m iy) 0))) +("criminal" nil (((k r ih) 1) ((m ax) 0) ((n ax l) 0))) +("criminalist" nil (((k r ih) 1) ((m ax) 0) ((n ax) 0) ((l ih s t) 0))) +("criminalists" nil (((k r ih) 1) ((m ax) 0) ((n ax) 0) ((l ih s t s) 0))) +("criminality" nil (((k r ih) 1) ((m ax) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("criminalize" nil (((k r ih) 1) ((m ax) 0) ((n ax) 0) ((l ay z) 1))) +("criminalizing" nil (((k r ih) 1) ((m ax) 0) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("criminally" nil (((k r ih) 1) ((m ax) 0) ((n ax) 0) ((l iy) 0))) +("criminals" nil (((k r ih) 1) ((m ax) 0) ((n ax l z) 0))) +("criminologist" nil (((k r ih) 1) ((m ih) 0) ((n aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("criminologists" nil (((k r ih) 1) ((m ih) 0) ((n aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("criminology" nil (((k r ih) 1) ((m ih) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("crimm" nil (((k r ih m) 1))) +("crimmins" nil (((k r ih) 1) ((m ih n z) 0))) +("crimp" nil (((k r ih m p) 1))) +("crimped" nil (((k r ih m p t) 1))) +("crimping" nil (((k r ih m) 1) ((p ih ng) 0))) +("crimps" nil (((k r ih m p s) 1))) +("crimson" nil (((k r ih m) 1) ((z ax n) 0))) +("criner" nil (((k r ay) 1) ((n er) 0))) +("cringe" nil (((k r ih n jh) 1))) +("cringed" nil (((k r ih n jh d) 1))) +("cringes" nil (((k r ih n) 1) ((jh ih z) 0))) +("cripe" nil (((k r ay p) 1))) +("crippen" nil (((k r ih) 1) ((p ax n) 0))) +("cripple" nil (((k r ih) 1) ((p ax l) 0))) +("crippled" nil (((k r ih) 1) ((p ax l d) 0))) +("cripples" nil (((k r ih) 1) ((p ax l z) 0))) +("crippling" nil (((k r ih) 1) ((p ax) 0) ((l ih ng) 0))) +("cripps" nil (((k r ih p s) 1))) +("crips" nil (((k r ih p s) 1))) +("crisafi" nil (((k r iy) 0) ((s aa) 1) ((f iy) 0))) +("crisafulli" nil (((k r iy) 0) ((s aa) 0) ((f uw) 1) ((l iy) 0))) +("crisanti" nil (((k r ih) 0) ((s ae n) 1) ((t iy) 0))) +("crisci" nil (((k r ih) 1) ((s iy) 0))) +("criscione" nil (((k r iy s) 0) ((ch ow) 1) ((n iy) 0))) +("crisco" nil (((k r iy) 1) ((s k ow) 0))) +("criscuolo" nil (((k r iy) 0) ((s k w ow) 1) ((l ow) 0))) +("crise" nil (((k r ay z) 1))) +("crises" nil (((k r ay) 1) ((s iy z) 0))) +("crisis" nil (((k r ay) 1) ((s ax s) 0))) +("crisler" nil (((k r ih) 1) ((s ax) 0) ((l er) 0))) +("crislip" nil (((k r ih) 1) ((s l ih p) 0))) +("crisman" nil (((k r ih) 1) ((s m ax n) 0))) +("crismon" nil (((k r ih z) 1) ((m ax n) 0))) +("crisostomo" nil (((k r iy) 0) ((s ow) 0) ((s t ow) 1) ((m ow) 0))) +("crisp" nil (((k r ih s p) 1))) +("crispell" nil (((k r ih) 1) ((s p ax l) 0))) +("crispen" nil (((k r ih) 1) ((s p ax n) 0))) +("crisper" nil (((k r ih) 1) ((s p er) 0))) +("crispin" nil (((k r ih) 1) ((s p ih n) 0))) +("crispina" nil (((k r iy) 0) ((s p iy) 1) ((n ax) 0))) +("crispino" nil (((k r iy) 0) ((s p iy) 1) ((n ow) 0))) +("crisply" nil (((k r ih) 1) ((s p l iy) 0))) +("crispness" nil (((k r ih s p) 1) ((n ax s) 0))) +("crispo" nil (((k r iy) 1) ((s p ow) 0))) +("crispy" nil (((k r ih) 1) ((s p iy) 0))) +("criss" nil (((k r ih s) 1))) +("crisscross" nil (((k r ih) 1) ((s k r ao s) 1))) +("crisscrossed" nil (((k r ih) 1) ((s k r ao s t) 1))) +("crisscrossing" nil (((k r ih) 1) ((s k r ao) 1) ((s ih ng) 0))) +("crissey" nil (((k r ih) 1) ((s iy) 0))) +("crissinger" nil (((k r ih) 1) ((s ih n) 0) ((jh er) 0))) +("crissman" nil (((k r ih) 1) ((s m ax n) 0))) +("crist" nil (((k r ih s t) 1))) +("cristabel" nil (((k r ih) 1) ((s t ax) 0) ((b eh l) 0))) +("cristal" nil (((k r ih) 1) ((s t ax l) 0))) +("cristiani" nil (((k r ih) 1) ((s t iy) 0) ((aa) 1) ((n iy) 0))) +("cristiano" nil (((k r iy) 0) ((s t iy) 0) ((aa) 1) ((n ow) 0))) +("cristina" nil (((k r ih) 0) ((s t iy) 1) ((n ax) 0))) +("cristobal" nil (((k r ih) 1) ((s t ax) 0) ((b ax l) 0))) +("cristobel" nil (((k r ih) 1) ((s t ax) 0) ((b eh l) 0))) +("criswell" nil (((k r ih) 1) ((s w eh l) 0))) +("critcher" nil (((k r ih) 1) ((ch er) 0))) +("critchfield" nil (((k r ih ch) 1) ((f iy l d) 0))) +("critchley" nil (((k r ih ch) 1) ((l iy) 0))) +("critchlow" nil (((k r ih ch) 1) ((l ow) 0))) +("critelli" nil (((k r ih) 0) ((t eh) 1) ((l iy) 0))) +("criteria" nil (((k r ay) 0) ((t ih) 1) ((r iy) 0) ((ax) 0))) +("criterion" nil (((k r ay) 0) ((t ih) 1) ((r iy) 0) ((ax n) 0))) +("crites" nil (((k r ay t s) 1))) +("critic" nil (((k r ih) 1) ((t ih k) 0))) +("critical" nil (((k r ih) 1) ((t ih) 0) ((k ax l) 0))) +("criticality" nil (((k r ih) 1) ((t ax) 0) ((k ae) 1) ((l ax) 0) ((t iy) 0))) +("critically" nil (((k r ih) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("criticism" nil (((k r ih) 1) ((t ih) 0) ((s ih) 1) ((z ax m) 0))) +("criticisms" nil (((k r ih) 1) ((t ih) 0) ((s ih) 1) ((z ax m z) 0))) +("criticize" nil (((k r ih) 1) ((t ih) 0) ((s ay z) 1))) +("criticized" nil (((k r ih) 1) ((t ax) 0) ((s ay z d) 1))) +("criticizes" nil (((k r ih) 1) ((t ih) 0) ((s ay) 1) ((z ih z) 0))) +("criticizing" nil (((k r ih) 1) ((t ih) 0) ((s ay) 1) ((z ih ng) 0))) +("critics" nil (((k r ih) 1) ((t ih k s) 0))) +("critique" nil (((k r ax) 0) ((t iy k) 1))) +("critiques" nil (((k r ih) 0) ((t iy k s) 1))) +("criton" nil (((k r ay) 1) ((t ax n) 0))) +("critser" nil (((k r ih t) 1) ((s er) 0))) +("crittenden" nil (((k r ih) 0) ((t eh n) 1) ((d ax n) 0))) +("crittendon" nil (((k r ih) 1) ((t ax n) 0) ((d ih n) 0))) +("critter" nil (((k r ih) 1) ((t er) 0))) +("critters" nil (((k r ih) 1) ((t er z) 0))) +("critz" nil (((k r ih t s) 1))) +("critzer" nil (((k r ih t) 1) ((z er) 0))) +("crivelli" nil (((k r ih) 0) ((v eh) 1) ((l iy) 0))) +("crivello" nil (((k r ih) 0) ((v eh) 1) ((l ow) 0))) +("crnkovich" nil (((s er) 1) ((n ax) 0) ((v ih ch) 1))) +("cro" nil (((k r ow) 1))) +("croak" nil (((k r ow k) 1))) +("croaker" nil (((k r ow) 1) ((k er) 0))) +("croaking" nil (((k r ow) 1) ((k ih ng) 0))) +("croat" nil (((k r ow) 1) ((aa t) 1))) +("croatia" nil (((k r ow) 0) ((ey) 1) ((sh ax) 0))) +("croatian" nil (((k r ow) 0) ((ey) 1) ((sh ax n) 0))) +("croatians" nil (((k r ow) 0) ((ey) 1) ((sh ax n z) 0))) +("croats" nil (((k r ow) 1) ((aa t s) 1))) +("croc" nil (((k r aa k) 1))) +("crocco" nil (((k r aa) 1) ((k ow) 0))) +("croce" nil (((k r ow) 1) ((ch iy) 0))) +("crochet" nil (((k r ow) 0) ((sh ey) 1))) +("crocheted" nil (((k r ow) 0) ((sh ey d) 1))) +("crocheting" nil (((k r ow) 0) ((sh ey) 1) ((ih ng) 0))) +("crock" nil (((k r aa k) 1))) +("crocker" nil (((k r aa) 1) ((k er) 0))) +("crockery" nil (((k r aa) 1) ((k er) 0) ((iy) 0))) +("crockett" nil (((k r aa) 1) ((k ih t) 0))) +("crockford" nil (((k r aa k) 1) ((f er d) 0))) +("crocodile" nil (((k r aa) 1) ((k ax) 0) ((d ay l) 1))) +("crocodiles" nil (((k r aa) 1) ((k ax) 0) ((d ay l z) 1))) +("crocs" nil (((k r aa k s) 1))) +("crocus" nil (((k r ow) 1) ((k ax s) 0))) +("crocuses" nil (((k r ow) 1) ((k y uw) 0) ((s ih z) 0))) +("croff" nil (((k r ao f) 1))) +("crofford" nil (((k r aa) 1) ((f er d) 0))) +("crofoot" nil (((k r ow) 1) ((f uh t) 0))) +("croft" nil (((k r ao f t) 1))) +("crofton" nil (((k r aa f) 1) ((t ax n) 0))) +("crofts" nil (((k r ao f t s) 1))) +("crogan" nil (((k r ow) 1) ((g ax n) 0))) +("croghan" nil (((k r aa g) 1) ((hh ax n) 0))) +("croissant" nil (((k w aa) 1) ((s aa n t) 1))) +("croissants" nil (((k w aa) 1) ((s aa n t s) 1))) +("croix" nil (((k r oy) 1))) +("croke" nil (((k r ow k) 1))) +("croker" nil (((k r ow) 1) ((k er) 0))) +("croley" nil (((k r ow) 1) ((l iy) 0))) +("croll" nil (((k r ow l) 1))) +("crom" nil (((k r aa m) 1))) +("cromartie" nil (((k r aa) 1) ((m aa r) 0) ((t iy) 0))) +("crombie" nil (((k r aa m) 1) ((b iy) 0))) +("cromer" nil (((k r ow) 1) ((m er) 0))) +("cromie" nil (((k r aa) 1) ((m iy) 0))) +("cromley" nil (((k r aa m) 1) ((l iy) 0))) +("crompton" nil (((k r aa m p) 1) ((t ax n) 0))) +("cromwell" nil (((k r aa m) 1) ((w ax l) 0))) +("cron" nil (((k r aa n) 1))) +("cronan" nil (((k r ow) 1) ((n ax n) 0))) +("cronauer" nil (((k r aa) 1) ((n aw r) 0))) +("cronce" nil (((k r aa n s) 1))) +("crone" nil (((k r ow n) 1))) +("cronen" nil (((k r ow) 1) ((n ax n) 0))) +("croner" nil (((k r ow) 1) ((n er) 0))) +("croney" nil (((k r ow) 1) ((n iy) 0))) +("cronic" nil (((k r aa) 1) ((n ih k) 0))) +("cronies" nil (((k r ow) 1) ((n iy z) 0))) +("cronin" nil (((k r ow) 1) ((n ih n) 0))) +("cronk" nil (((k r aa ng k) 1))) +("cronkhite" nil (((k r aa ng k) 1) ((hh ay t) 1))) +("cronkite" nil (((k r aa ng) 1) ((k ay t) 1))) +("cronkright" nil (((k r aa ng) 1) ((k r ay t) 1))) +("cronquist" nil (((k r aa n) 1) ((k w ih s t) 1))) +("cronus" nil (((k r ow) 1) ((n ax s) 0))) +("crony" nil (((k r ow) 1) ((n iy) 0))) +("cronyism" nil (((k r ow) 1) ((n iy) 0) ((ih) 1) ((z ax m) 0))) +("crook" nil (((k r uh k) 1))) +("crooke" nil (((k r uh k) 1))) +("crooked" nil (((k r uh) 1) ((k ax d) 0))) +("crookedness" nil (((k r uh) 1) ((k ax d) 0) ((n ax s) 0))) +("crooker" nil (((k r uh) 1) ((k er) 0))) +("crooklyn" nil (((k r uh) 1) ((k l ih n) 1))) +("crooks" nil (((k r uh k s) 1))) +("crookshank" nil (((k r uh k) 1) ((sh ae ng k) 1))) +("crookshanks" nil (((k r uh k) 1) ((sh ae ng k s) 1))) +("crookston" nil (((k r uh k) 1) ((s t ax n) 0))) +("croom" nil (((k r uw m) 1))) +("crooms" nil (((k r uw m z) 1))) +("crooner" nil (((k r uw) 1) ((n er) 0))) +("crooning" nil (((k r uw) 1) ((n ih ng) 0))) +("croons" nil (((k r uw n z) 1))) +("crop" nil (((k r aa p) 1))) +("cropland" nil (((k r aa) 1) ((p l ae n d) 1))) +("cropley" nil (((k r aa) 1) ((p l iy) 0))) +("cropp" nil (((k r aa p) 1))) +("cropped" nil (((k r aa p t) 1))) +("cropper" nil (((k r aa) 1) ((p er) 0))) +("cropping" nil (((k r aa) 1) ((p ih ng) 0))) +("crops" nil (((k r aa p s) 1))) +("cropsey" nil (((k r aa p) 1) ((s iy) 0))) +("croquet" nil (((k r ow) 0) ((k ey) 1))) +("cros" nil (((k r ao s) 1))) +("crosbey" nil (((k r aa s) 1) ((b iy) 0))) +("crosbie" nil (((k r ao z) 1) ((b iy) 0))) +("crosby" nil (((k r ao z) 1) ((b iy) 0))) +("crose" nil (((k r ow z) 1))) +("croshaw" nil (((k r aa) 1) ((sh ao) 0))) +("croskey" nil (((k r aa) 1) ((s k iy) 0))) +("crosland" nil (((k r aa) 1) ((s l ax n d) 0))) +("crosley" nil (((k r aa) 1) ((s l iy) 0))) +("croslin" nil (((k r aa) 1) ((s l ih n) 0))) +("croson" nil (((k r ow) 1) ((s ax n) 0))) +("cross" nil (((k r ao s) 1))) +("crossan" nil (((k r aa) 1) ((s ax n) 0))) +("crossbills" nil (((k r ao s) 1) ((b ih l z) 1))) +("crossbones" nil (((k r ao s) 1) ((b ow n z) 1))) +("crossborder" nil (((k r ao s) 1) ((b ao r) 1) ((d er) 0))) +("crossbow" nil (((k r ao s) 1) ((b ow) 1))) +("crosscurrents" nil (((k r ao) 1) ((s k er) 1) ((ax n t s) 0))) +("crosse" nil (((k r aa s) 1))) +("crossed" nil (((k r ao s t) 1))) +("crossen" nil (((k r ao) 1) ((s ax n) 0))) +("crosser" nil (((k r ao) 1) ((s er) 0))) +("crosses" nil (((k r ao) 1) ((s ih z) 0))) +("crossett" nil (((k r aa) 1) ((s ih t) 0))) +("crossfield" nil (((k r ao) 1) ((s f iy l d) 1))) +("crossfire" nil (((k r ao) 1) ((s f ay r) 1))) +("crossin" nil (((k r aa) 1) ((s ih n) 0))) +("crossing" nil (((k r ao) 1) ((s ih ng) 0))) +("crossings" nil (((k r ao) 1) ((s ih ng z) 0))) +("crossland" nil (((k r ao) 1) ((s l ae n d) 1))) +("crossley" nil (((k r aa) 1) ((s l iy) 0))) +("crosslin" nil (((k r aa) 1) ((s l ih n) 0))) +("crossman" nil (((k r ao) 1) ((s m ax n) 0))) +("crossno" nil (((k r ow) 1) ((s n ow) 0))) +("crosson" nil (((k r aa) 1) ((s ax n) 0))) +("crossover" nil (((k r ao) 1) ((s ow) 1) ((v er) 0))) +("crosspiece" nil (((k r ao) 1) ((s p iy s) 1))) +("crosspieces" nil (((k r ao) 1) ((s p iy) 1) ((s ax z) 0))) +("crossroads" nil (((k r ao) 1) ((s r ow d z) 1))) +("crosstalk" nil (((k r ao) 1) ((s t ao k) 1))) +("crosstown" nil (((k r ao) 1) ((s t aw n) 1))) +("crosswhite" nil (((k r aa) 1) ((s w ay t) 0))) +("crosswise" nil (((k r ao) 1) ((s w ay z) 1))) +("crossword" nil (((k r ao) 1) ((s w er d) 1))) +("crosswords" nil (((k r ao) 1) ((s w er d z) 1))) +("crosthwait" nil (((k r aa s) 1) ((th w ax t) 0))) +("crosthwaite" nil (((k r aa s) 1) ((th w ax t) 0))) +("croston" nil (((k r aa) 1) ((s t ax n) 0))) +("croswell" nil (((k r aa) 1) ((s w eh l) 0))) +("crotch" nil (((k r aa ch) 1))) +("crotchety" nil (((k r aa) 1) ((ch ax) 0) ((t iy) 0))) +("croteau" nil (((k r ax) 0) ((t ow) 1))) +("crothers" nil (((k r ah) 1) ((dh er z) 0))) +("crotonville" nil (((k r ow) 1) ((t ax n) 0) ((v ih l) 1))) +("crotteau" nil (((k r ax) 0) ((t ow) 1))) +("crotts" nil (((k r aa t s) 1))) +("crotty" nil (((k r aa) 1) ((t iy) 0))) +("crotwell" nil (((k r aa) 1) ((t w eh l) 1))) +("crotzer" nil (((k r ow t) 1) ((z er) 0))) +("crouch" nil (((k r aw ch) 1))) +("crouched" nil (((k r aw ch t) 1))) +("croucher" nil (((k r aw) 1) ((ch er) 0))) +("crough" nil (((k r aw) 1))) +("crounse" nil (((k r aw n s) 1))) +("crouse" nil (((k r aw s) 1))) +("crouser" nil (((k r aw) 1) ((s er) 0))) +("crout" nil (((k r aw t) 1))) +("crouthamel" nil (((k r aw) 1) ((th ax) 0) ((m eh l) 0))) +("crovitz" nil (((k r ow) 1) ((v ih t s) 0))) +("crovl" nil (((k r ow) 1) ((v ax l) 0))) +("crovls" nil (((k r ow) 1) ((v ax l z) 0))) +("crow" nil (((k r ow) 1))) +("crowbar" nil (((k r ow) 1) ((b aa r) 1))) +("crowborough" nil (((k r ow) 1) ((b er) 0) ((ow) 0))) +("crowd" nil (((k r aw d) 1))) +("crowded" nil (((k r aw) 1) ((d ax d) 0))) +("crowden" nil (((k r aw) 1) ((d ax n) 0))) +("crowder" nil (((k r aw) 1) ((d er) 0))) +("crowding" nil (((k r aw) 1) ((d ih ng) 0))) +("crowds" nil (((k r aw d z) 1))) +("crowe" nil (((k r ow) 1))) +("crowed" nil (((k r ow d) 1))) +("crowell" nil (((k r ow) 1) ((ax l) 0))) +("crowing" nil (((k r ow) 1) ((ih ng) 0))) +("crowkeepers" nil (((k r ow) 1) ((k iy) 1) ((p er z) 0))) +("crowl" nil (((k r aw l) 1))) +("crowley" nil (((k r aw) 1) ((l iy) 0))) +("crown" nil (((k r aw n) 1))) +("crowne" nil (((k r aw n) 1))) +("crowned" nil (((k r aw n d) 1))) +("crowner" nil (((k r aw) 1) ((n er) 0))) +("crowning" nil (((k r aw) 1) ((n ih ng) 0))) +("crownlike" nil (((k r aw n) 1) ((l ay k) 1))) +("crownover" nil (((k r aw) 1) ((n ow) 1) ((v er) 0))) +("crowns" nil (((k r aw n z) 1))) +("crownx" nil (((k r aw) 1) ((n eh k s) 1))) +("crows" nil (((k r ow z) 1))) +("crowson" nil (((k r aw) 1) ((s ax n) 0))) +("crowther" nil (((k r aw) 1) ((dh er) 0))) +("crowthers" nil (((k r ow) 1) ((th er z) 0))) +("croxton" nil (((k r aa k) 1) ((s t ax n) 0))) +("croy" nil (((k r oy) 1))) +("croyle" nil (((k r oy l) 1))) +("crozier" nil (((k r ow) 1) ((zh er) 0))) +("cruce" nil (((k r uw s) 1))) +("cruces" nil (((k r uw) 1) ((s iy z) 0))) +("crucial" nil (((k r uw) 1) ((sh ax l) 0))) +("crucially" nil (((k r uw) 1) ((sh ax l) 0) ((l iy) 0))) +("crucible" nil (((k r uw) 1) ((s ax) 0) ((b ax l) 0))) +("crucified" nil (((k r uw) 1) ((s ax) 0) ((f ay d) 1))) +("crucifix" nil (((k r uw) 1) ((s ax) 0) ((f ih k s) 1))) +("crucifixes" nil (((k r uw) 1) ((s ax) 0) ((f ih k) 1) ((s ih z) 0))) +("crucifixion" nil (((k r uw) 1) ((s ih) 0) ((f ih k) 1) ((sh ax n) 0))) +("crucify" nil (((k r uw) 1) ((s ax) 0) ((f ay) 1))) +("crud" nil (((k r ah d) 1))) +("cruddy" nil (((k r ah) 1) ((d iy) 0))) +("crude" nil (((k r uw d) 1))) +("crudele" nil (((k r uw) 1) ((d ax l) 0))) +("crudely" nil (((k r uw d) 1) ((l iy) 0))) +("crudes" nil (((k r uw d z) 1))) +("crudup" nil (((k r ah) 1) ((d ah p) 1))) +("cruea" nil (((k r uw) 1) ((iy) 0) ((ax) 0))) +("cruel" nil (((k r uw) 1) ((ax l) 0))) +("cruelest" nil (((k r uw) 1) ((l ax s t) 0))) +("cruelly" nil (((k r uw) 1) ((l iy) 0))) +("cruelties" nil (((k r uw l) 1) ((t iy z) 0))) +("cruelty" nil (((k r uw l) 1) ((t iy) 0))) +("cruey" nil (((k r ah) 1) ((iy) 0))) +("cruger" nil (((k r uw) 1) ((jh er) 0))) +("cruickshank" nil (((k r uh k) 1) ((sh ae ng k) 1))) +("cruikshank" nil (((k r uw) 1) ((ih k) 0) ((sh ae ng k) 1))) +("cruise" nil (((k r uw z) 1))) +("cruised" nil (((k r uw z d) 1))) +("cruiser" nil (((k r uw) 1) ((z er) 0))) +("cruisers" nil (((k r uw) 1) ((z er z) 0))) +("cruises" nil (((k r uw) 1) ((z ih z) 0))) +("cruising" nil (((k r uw) 1) ((z ih ng) 0))) +("crull" nil (((k r ah l) 1))) +("crum" nil (((k r ah m) 1))) +("crumb" nil (((k r ah m) 1))) +("crumbaugh" nil (((k r ah m) 1) ((b ao) 1))) +("crumble" nil (((k r ah m) 1) ((b ax l) 0))) +("crumbled" nil (((k r ah m) 1) ((b ax l d) 0))) +("crumbles" nil (((k r ah m) 1) ((b ax l z) 0))) +("crumbley" nil (((k r ah m) 1) ((b l iy) 0))) +("crumbling" nil (((k r ah m) 1) ((b ax) 0) ((l ih ng) 0))) +("crumbs" nil (((k r ah m z) 1))) +("crumby" nil (((k r ah m) 1) ((b iy) 0))) +("crume" nil (((k r uw m) 1))) +("crumitie" nil (((k r uw) 1) ((m ih) 0) ((t ay) 0))) +("crumley" nil (((k r ah m) 1) ((l iy) 0))) +("crumly" nil (((k r ah m) 1) ((l iy) 0))) +("crumm" nil (((k r ah m) 1))) +("crummett" nil (((k r ah) 1) ((m ih t) 0))) +("crummey" nil (((k r ah) 1) ((m iy) 0))) +("crummy" nil (((k r ah) 1) ((m iy) 0))) +("crump" nil (((k r ah m p) 1))) +("crumpacker" nil (((k r ah m) 1) ((p ax) 0) ((k er) 0))) +("crumple" nil (((k r ah m) 1) ((p ax l) 0))) +("crumpled" nil (((k r ah m) 1) ((p ax l d) 0))) +("crumpler" nil (((k r ah m) 1) ((p ax) 0) ((l er) 0))) +("crumpton" nil (((k r ah m p) 1) ((t ax n) 0))) +("crumrine" nil (((k r ah) 1) ((m r iy n) 1))) +("crunch" nil (((k r ah n ch) 1))) +("crunched" nil (((k r ah n ch t) 1))) +("cruncher" nil (((k r ah n) 1) ((ch er) 0))) +("crunchers" nil (((k r ah n) 1) ((ch er z) 0))) +("crunches" nil (((k r ah n) 1) ((ch ih z) 0))) +("crunching" nil (((k r ah n) 1) ((ch ih ng) 0))) +("crunchy" nil (((k r ah n) 1) ((ch iy) 0))) +("crunk" nil (((k r ah ng k) 1))) +("crunkleton" nil (((k r ah ng) 1) ((k l ih) 0) ((t aa n) 0))) +("crupi" nil (((k r uw) 1) ((p iy) 0))) +("crusade" nil (((k r uw) 0) ((s ey d) 1))) +("crusader" nil (((k r uw) 0) ((s ey) 1) ((d er) 0))) +("crusaders" nil (((k r uw) 0) ((s ey) 1) ((d er z) 0))) +("crusades" nil (((k r uw) 0) ((s ey d z) 1))) +("crusading" nil (((k r uw) 0) ((s ey) 1) ((d ih ng) 0))) +("crusan" nil (((k r uw) 1) ((z ax n) 0))) +("cruse" nil (((k r uw z) 1))) +("cruser" nil (((k r uw) 1) ((z er) 0))) +("crush" nil (((k r ah sh) 1))) +("crushed" nil (((k r ah sh t) 1))) +("crusher" nil (((k r ah) 1) ((sh er) 0))) +("crushers" nil (((k r ah) 1) ((sh er z) 0))) +("crushes" nil (((k r ah) 1) ((sh ih z) 0))) +("crushing" nil (((k r ah) 1) ((sh ih ng) 0))) +("crusoe" nil (((k r uw) 1) ((s ow) 0))) +("crust" nil (((k r ah s t) 1))) +("crustacean" nil (((k r ax) 0) ((s t ey) 1) ((sh ax n) 0))) +("crustaceans" nil (((k r ax) 0) ((s t ey) 1) ((sh ax n z) 0))) +("crustal" nil (((k r ah) 1) ((s t ax l) 0))) +("crusted" nil (((k r ah) 1) ((s t ih d) 0))) +("crusts" nil (((k r ah s t s) 1))) +("crusty" nil (((k r ah) 1) ((s t iy) 0))) +("crutch" nil (((k r ah ch) 1))) +("crutcher" nil (((k r ah) 1) ((ch er) 0))) +("crutches" nil (((k r ah) 1) ((ch ih z) 0))) +("crutchfield" nil (((k r ah ch) 1) ((f iy l d) 1))) +("crutchley" nil (((k r ah ch) 1) ((l iy) 0))) +("crute" nil (((k r uw t) 1))) +("cruthirds" nil (((k r ah) 1) ((th er d z) 0))) +("crux" nil (((k r ah k s) 1))) +("cruz" nil (((k r uw z) 1))) +("cruzado" nil (((k r uw) 1) ((z aa) 1) ((d ow) 0))) +("cruzados" nil (((k r uw) 1) ((z aa) 1) ((d ow s) 0))) +("cruzan" nil (((k r uw) 1) ((z ax n) 0))) +("cruze" nil (((k r uw z) 1))) +("cruzen" nil (((k r uw) 1) ((z ax n) 0))) +("cry" nil (((k r ay) 1))) +("cryan" nil (((k r ay) 1) ((ax n) 0))) +("cryder" nil (((k r ay) 1) ((d er) 0))) +("cryderman" nil (((k r ay) 1) ((d er) 0) ((m ax n) 0))) +("crye" nil (((k r ay) 1))) +("cryer" nil (((k r ay) 1) ((er) 0))) +("crying" nil (((k r ay) 1) ((ih ng) 0))) +("crymes" nil (((k r ay m z) 1))) +("cryolite" nil (((k r ay) 1) ((ax) 0) ((l ay t) 1))) +("crypt" nil (((k r ih p t) 1))) +("cryptic" nil (((k r ih p) 1) ((t ih k) 0))) +("crypto" nil (((k r ih p) 1) ((t ow) 0))) +("cryptoclearance" nil (((k r ih p) 1) ((t ow) 0) ((l ih) 1) ((r ax n s) 0))) +("crypts" nil (((k r ih p t s) 1))) +("crysler" nil (((k r ih) 1) ((s ax) 0) ((l er) 0))) +("crystal" nil (((k r ih) 1) ((s t ax l) 0))) +("crystalline" nil (((k r ih) 1) ((s t ax) 0) ((l ay n) 1))) +("crystallize" nil (((k r ih) 1) ((s t ax) 0) ((l ay z) 1))) +("crystallized" nil (((k r ih) 1) ((s t ax) 0) ((l ay z d) 1))) +("crystallizing" nil (((k r ih) 1) ((s t ax) 0) ((l ay) 1) ((z ih ng) 0))) +("crystallographer" nil (((k r ih) 1) ((s t ax) 0) ((l aa) 1) ((g r ax) 0) ((f er) 0))) +("crystallography" nil (((k r ih) 1) ((s t ax) 0) ((l aa) 1) ((g r ax) 0) ((f iy) 0))) +("crystals" nil (((k r ih) 1) ((s t ax l z) 0))) +("cryster" nil (((k r ay) 1) ((s t er) 0))) +("crytzer" nil (((k r ay t) 1) ((z er) 0))) +("csaszar" nil (((k ax) 0) ((s aa) 1) ((sh er) 0))) +("csgo" nil (((s iy) 1) ((eh s) 1) ((g ow) 1))) +("csi" nil (((s iy) 1) ((eh s) 1) ((ay) 1))) +("csop" nil (((s iy) 1) ((eh s) 1) ((ow) 1) ((p iy) 1))) +("cu" nil (((t s uw) 1))) +("cuadra" nil (((k uw) 0) ((aa) 1) ((d r ax) 0))) +("cuadrado" nil (((k uw) 0) ((aa) 0) ((d r aa) 1) ((d ow) 0))) +("cuajone" nil (((k y uw) 1) ((ax) 0) ((jh ow n) 1))) +("cuan" nil (((t s w aa n) 1))) +("cuauhtemoc" nil (((k y uw) 0) ((aw) 1) ((t ax) 0) ((m aa k) 0))) +("cub" nil (((k ah b) 1))) +("cuba" nil (((k y uw) 1) ((b ax) 0))) +("cuban" nil (((k y uw) 1) ((b ax n) 0))) +("cubans" nil (((k y uw) 1) ((b ax n z) 0))) +("cubbage" nil (((k ah) 1) ((b ih jh) 0))) +("cubbies" nil (((k ah) 1) ((b iy z) 0))) +("cubbison" nil (((k ah) 1) ((b ih) 0) ((s ax n) 0))) +("cubbyhole" nil (((k ah) 1) ((b iy) 0) ((hh ow l) 1))) +("cube" nil (((k y uw b) 1))) +("cubes" nil (((k y uw b z) 1))) +("cubic" nil (((k y uw) 1) ((b ih k) 0))) +("cubicle" nil (((k y uw) 1) ((b ih) 0) ((k ax l) 0))) +("cubicles" nil (((k y uw) 1) ((b ih) 0) ((k ax l z) 0))) +("cubism" nil (((k y uw) 1) ((b ih) 0) ((z ax m) 0))) +("cubist" nil (((k y uw) 1) ((b ih s t) 0))) +("cubit" nil (((k y uw) 1) ((b ih t) 0))) +("cubs" nil (((k ah b z) 1))) +("cuccaro" nil (((k uw) 0) ((k aa) 1) ((r ow) 0))) +("cucchi" nil (((k uw) 1) ((k iy) 0))) +("cucchiara" nil (((k uw) 0) ((k iy) 0) ((aa) 1) ((r ax) 0))) +("cucci" nil (((k uw) 1) ((ch iy) 0))) +("cuccia" nil (((k uw) 1) ((ch ax) 0))) +("cuccio" nil (((k uw) 1) ((ch iy) 0) ((ow) 0))) +("cuckoo" nil (((k ah) 1) ((k uw) 1))) +("cuckoos" nil (((k uw) 1) ((k uw z) 0))) +("cucumber" nil (((k y uw) 1) ((k ax m) 0) ((b er) 0))) +("cucumbers" nil (((k y uw) 1) ((k ax) 0) ((m er z) 0))) +("cudahy" nil (((k ah) 1) ((d ax) 0) ((hh iy) 0))) +("cudd" nil (((k ah d) 1))) +("cuddeback" nil (((k ah d) 1) ((b ae k) 0))) +("cuddihy" nil (((k ah) 1) ((d ih) 0) ((hh iy) 0))) +("cuddle" nil (((k ah) 1) ((d ax l) 0))) +("cuddled" nil (((k ah) 1) ((d ax l d) 0))) +("cuddling" nil (((k ah d) 1) ((l ih ng) 0))) +("cuddly" nil (((k ah d) 1) ((l iy) 0))) +("cuddy" nil (((k ah) 1) ((d iy) 0))) +("cude" nil (((k y uw d) 1))) +("cudgel" nil (((k ah) 1) ((jh ax l) 0))) +("cudgels" nil (((k ah) 1) ((jh ax l z) 0))) +("cudmore" nil (((k ah d) 1) ((m ao r) 0))) +("cudney" nil (((k ah d) 1) ((n iy) 0))) +("cudworth" nil (((k ah) 1) ((d w er th) 1))) +("cue" nil (((k y uw) 1))) +("cued" nil (((k y uw d) 1))) +("cuellar" nil (((k y uw) 1) ((l er) 0))) +("cuello" nil (((k uw) 0) ((eh) 1) ((l ow) 0))) +("cuenca" nil (((k w eh n) 1) ((k ax) 0))) +("cuero" nil (((k w eh) 1) ((r ow) 0))) +("cuervo" nil (((k uh r) 1) ((v ow) 0))) +("cues" nil (((k y uw z) 1))) +("cuesta" nil (((k w eh) 1) ((s t ax) 0))) +("cueto" nil (((k w eh) 1) ((t ow) 0))) +("cueva" nil (((k w eh) 1) ((v ax) 0))) +("cuevas" nil (((k w eh) 1) ((v aa z) 0))) +("cuff" nil (((k ah f) 1))) +("cuffe" nil (((k ah f) 1))) +("cuffee" nil (((k ah) 1) ((f iy) 1))) +("cuffs" nil (((k ah f s) 1))) +("cugini" nil (((k uw) 0) ((jh iy) 1) ((n iy) 0))) +("cuhney" nil (((k uw) 1) ((n iy) 0))) +("cui" nil (((t s w ey) 1))) +("cuisinart" nil (((k w iy) 1) ((s ih) 0) ((n er t) 0))) +("cuisinarts" nil (((k w iy) 1) ((z ax) 0) ((n aa r t s) 1))) +("cuisine" nil (((k w ih) 0) ((z iy n) 1))) +("cuisines" nil (((k w ih) 0) ((z iy n z) 1))) +("cul" n (((k uh l) 1))) +("culberson" nil (((k ah l) 1) ((b er) 0) ((s ax n) 0))) +("culbert" nil (((k ah l) 1) ((b er t) 0))) +("culbertson" nil (((k ah l) 1) ((b er t) 0) ((s ax n) 0))) +("culbreath" nil (((k ah l) 1) ((b r eh th) 1))) +("culbreth" nil (((k ah l) 1) ((b r ih th) 0))) +("culbro" nil (((k ah l) 1) ((b r ow) 0))) +("culhane" nil (((k ah l) 1) ((hh ey n) 1))) +("culinary" nil (((k y uw) 1) ((l ih) 0) ((n eh) 1) ((r iy) 0))) +("culinova" nil (((k y uw) 1) ((l ih) 0) ((n ow) 1) ((v ax) 0))) +("culkin" nil (((k ah l) 1) ((k ih n) 0))) +("cull" nil (((k ah l) 1))) +("cullan" nil (((k ah) 1) ((l ax n) 0))) +("culled" nil (((k ah l d) 1))) +("cullen" nil (((k ah) 1) ((l ax n) 0))) +("cullens" nil (((k ah) 1) ((l ax n z) 0))) +("culler" nil (((k ah) 1) ((l er) 0))) +("cullers" nil (((k ah) 1) ((l er z) 0))) +("cullerton" nil (((k ah) 1) ((l er) 0) ((t ax n) 0))) +("culleton" nil (((k uw) 1) ((l ih) 0) ((t aa n) 0))) +("culley" nil (((k ah) 1) ((l iy) 0))) +("cullifer" nil (((k ah) 1) ((l ih) 0) ((f er) 0))) +("culligan" nil (((k ah) 1) ((l ih) 0) ((g ax n) 0))) +("cullimore" nil (((k ah) 1) ((l iy) 0) ((m ao r) 0))) +("cullin" nil (((k ah) 1) ((l ih n) 0))) +("cullinan" nil (((k ah) 1) ((l ih) 0) ((n ax n) 0))) +("cullinane" nil (((k ah) 1) ((l ih) 0) ((n ey n) 1))) +("cullinet" nil (((k ah) 1) ((l ih) 0) ((n eh t) 1))) +("culling" nil (((k ah) 1) ((l ih ng) 0))) +("cullins" nil (((k ah) 1) ((l ih n z) 0))) +("cullipher" nil (((k ah) 1) ((l ih) 0) ((f er) 0))) +("cullison" nil (((k ah) 1) ((l ih) 0) ((s ax n) 0))) +("cullman" nil (((k ah l) 1) ((m ax n) 0))) +("cullom" nil (((k ah) 1) ((l ax m) 0))) +("cullop" nil (((k ah) 1) ((l ax p) 0))) +("cullum" nil (((k ah) 1) ((l ax m) 0))) +("cully" nil (((k ah) 1) ((l iy) 0))) +("culmer" nil (((k ah l) 1) ((m er) 0))) +("culminate" nil (((k ah l) 1) ((m ih) 0) ((n ey t) 1))) +("culminated" nil (((k ah l) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("culminates" nil (((k ah l) 1) ((m ih) 0) ((n ey t s) 1))) +("culminating" nil (((k ah l) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("culmination" nil (((k ah l) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("culp" nil (((k ah l p) 1))) +("culpa" nil (((k ah l) 1) ((p ax) 0))) +("culpability" nil (((k ah l) 1) ((p ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("culpable" nil (((k ah l) 1) ((p ax) 0) ((b ax l) 0))) +("culpepper" nil (((k ah l) 1) ((p ih) 0) ((p er) 0))) +("culprit" nil (((k ah l) 1) ((p r ih t) 0))) +("culprits" nil (((k ah l) 1) ((p r ih t s) 0))) +("cult" nil (((k ah l t) 1))) +("cultic" nil (((k ah l) 1) ((t ih k) 0))) +("cultist" nil (((k ah l) 1) ((t ax s t) 0))) +("cultivate" nil (((k ah l) 1) ((t ax) 0) ((v ey t) 1))) +("cultivated" nil (((k ah l) 1) ((t ax) 0) ((v ey) 1) ((t ax d) 0))) +("cultivates" nil (((k ah l) 1) ((t ih) 0) ((v ey t s) 1))) +("cultivating" nil (((k ah l) 1) ((t ih) 0) ((v ey) 1) ((t ih ng) 0))) +("cultivation" nil (((k ah l) 1) ((t ih) 0) ((v ey) 1) ((sh ax n) 0))) +("culton" nil (((k ah l) 1) ((t ax n) 0))) +("cults" nil (((k ah l t s) 1))) +("cultural" nil (((k ah l) 1) ((ch er) 0) ((ax l) 0))) +("culturally" nil (((k ah l) 1) ((ch er) 0) ((ax) 0) ((l iy) 0))) +("culture" nil (((k ah l) 1) ((ch er) 0))) +("cultured" nil (((k ah l) 1) ((ch er d) 0))) +("cultures" nil (((k ah l) 1) ((ch er z) 0))) +("culturing" nil (((k ah l) 1) ((ch er) 0) ((ih ng) 0))) +("culvahouse" nil (((k ah l) 1) ((v ax) 0) ((hh aw s) 1))) +("culver" nil (((k ah l) 1) ((v er) 0))) +("culverhouse" nil (((k ah l) 1) ((v er) 0) ((hh aw s) 1))) +("culwell" nil (((k ah l) 1) ((w eh l) 1))) +("cum" nil (((k ah m) 1))) +("cumbee" nil (((k ah m) 1) ((b iy) 1))) +("cumber" nil (((k ah m) 1) ((b er) 0))) +("cumberbatch" nil (((k ah m) 1) ((b er) 0) ((b ae ch) 1))) +("cumberland" nil (((k ah m) 1) ((b er) 0) ((l ax n d) 0))) +("cumberledge" nil (((k ah m) 1) ((b er) 0) ((l eh jh) 1))) +("cumbersome" nil (((k ah m) 1) ((b er) 0) ((s ax m) 0))) +("cumbie" nil (((k ah m) 1) ((b iy) 0))) +("cumbo" nil (((k ah m) 1) ((b ow) 0))) +("cumby" nil (((k ah m) 1) ((b iy) 0))) +("cumings" nil (((k uw) 1) ((m ih ng z) 0))) +("cumming" nil (((k ah) 1) ((m ih ng) 0))) +("cummings" nil (((k ah) 1) ((m ih ng z) 0))) +("cummington" nil (((k ah) 1) ((m ih ng) 0) ((t ax n) 0))) +("cummins" nil (((k ah) 1) ((m ih n z) 0))) +("cummiskey" nil (((k ah) 1) ((m ih) 0) ((s k iy) 0))) +("cumpston" nil (((k ah m p) 1) ((s t ax n) 0))) +("cumpton" nil (((k ah m p) 1) ((t ax n) 0))) +("cumulative" nil (((k y uw) 1) ((m y ax) 0) ((l ax) 0) ((t ih v) 0))) +("cumulatively" nil (((k y uw) 1) ((m y ax) 0) ((l ax) 0) ((t ih) 0) ((v l iy) 0))) +("cun" nil (((t s uw n) 1))) +("cunard" nil (((k y uw) 1) ((n er d) 0))) +("cundall" nil (((k ah n) 1) ((d ax l) 0))) +("cundari" nil (((k uw n) 0) ((d aa) 1) ((r iy) 0))) +("cundiff" nil (((k ah n) 1) ((d ih f) 0))) +("cundill" nil (((k ah n) 1) ((d ih l) 0))) +("cundy" nil (((k ah n) 1) ((d iy) 0))) +("cuneiform" nil (((k y uw) 1) ((n iy) 0) ((ax) 0) ((f ao r m) 1))) +("cuneo" nil (((k y uw) 1) ((n iy) 0) ((ow) 0))) +("cunha" nil (((k ah n) 1) ((hh ax) 0))) +("cunliffe" nil (((k ah n) 1) ((l ih f) 0))) +("cunnane" nil (((k ah) 1) ((n ax n) 0))) +("cunneen" nil (((k ax) 0) ((n iy n) 1))) +("cunniff" nil (((k ah) 1) ((n ih f) 0))) +("cunning" nil (((k ah) 1) ((n ih ng) 0))) +("cunningham" nil (((k ah) 1) ((n ih ng) 0) ((hh ae m) 1))) +("cunnington" nil (((k ah) 1) ((n ih ng) 0) ((t ax n) 0))) +("cuny" nil (((k y uw) 1) ((n iy) 0))) +("cuo" nil (((t s w ao) 1))) +("cuoco" nil (((k w ow) 1) ((k ow) 0))) +("cuomo" nil (((k w ow) 1) ((m ow) 0))) +("cuona" nil (((t s w ao) 1) ((n aa) 1))) +("cuong" nil (((k w ao ng) 1))) +("cuozzo" nil (((k w ow) 1) ((z ow) 0))) +("cup" nil (((k ah p) 1))) +("cupboard" nil (((k ah) 1) ((b er d) 0))) +("cupboards" nil (((k ah) 1) ((b er d z) 0))) +("cupcake" nil (((k ah p) 1) ((k ey k) 1))) +("cupcakes" nil (((k ah p) 1) ((k ey k s) 1))) +("cupertino" nil (((k uw) 1) ((p er) 0) ((t iy) 1) ((n ow) 0))) +("cupid" nil (((k y uw) 1) ((p ih d) 0))) +("cupids" nil (((k y uw) 1) ((p ih d z) 0))) +("cupit" nil (((k y uw) 1) ((p ih t) 0))) +("cupo" nil (((k y uw) 1) ((p ow) 0))) +("cupp" nil (((k ah p) 1))) +("cuppett" nil (((k ah) 1) ((p ih t) 0))) +("cupples" nil (((k ah) 1) ((p ax l z) 0))) +("cupps" nil (((k ah p s) 1))) +("cuppy" nil (((k ah) 1) ((p iy) 0))) +("cups" nil (((k ah p s) 1))) +("curable" nil (((k y uh) 1) ((r ax) 0) ((b ax l) 0))) +("curacao" nil (((k y uh) 1) ((r ax) 0) ((s aw) 1))) +("curate" nil (((k y uh) 1) ((r ax t) 0))) +("curative" nil (((k y uh) 1) ((r ax) 0) ((t ih v) 0))) +("curatolo" nil (((k uh) 0) ((r aa) 0) ((t ow) 1) ((l ow) 0))) +("curator" nil (((k y uh) 0) ((r ey) 1) ((t er) 0))) +("curatorial" nil (((k y uh) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("curators" nil (((k y uh) 1) ((r ax) 0) ((t er z) 0))) +("curb" nil (((k er b) 1))) +("curbed" nil (((k er b d) 1))) +("curbelo" nil (((k uh r) 0) ((b eh) 1) ((l ow) 0))) +("curbing" nil (((k er) 1) ((b ih ng) 0))) +("curbow" nil (((k er) 1) ((b ow) 0))) +("curbs" nil (((k er b z) 1))) +("curbside" nil (((k er b) 1) ((s ay d) 1))) +("curbstone" nil (((k er b) 1) ((s t ow n) 1))) +("curby" nil (((k er) 1) ((b iy) 0))) +("curci" nil (((k uh r) 1) ((ch iy) 0))) +("curcio" nil (((k uh r) 1) ((ch iy) 0) ((ow) 0))) +("curcuru" nil (((k uh r) 0) ((k uh) 1) ((r uw) 0))) +("curd" nil (((k er d) 1))) +("cure" nil (((k y uh r) 1))) +("cured" nil (((k y uh r d) 1))) +("cures" nil (((k y uh r z) 1))) +("cureton" nil (((k y uh r) 1) ((t ax n) 0))) +("curfew" nil (((k er) 1) ((f y uw) 0))) +("curfews" nil (((k er) 1) ((f y uw z) 0))) +("curfman" nil (((k er f) 1) ((m ax n) 0))) +("curiale" nil (((k uh) 0) ((r iy) 0) ((aa) 1) ((l iy) 0))) +("curie" nil (((k y uh) 0) ((r iy) 1))) +("curiel" nil (((k y uw) 1) ((r iy l) 0))) +("curing" nil (((k y uh) 1) ((r ih ng) 0))) +("curington" nil (((k y uh) 1) ((r ih ng) 0) ((t ax n) 0))) +("curiosities" nil (((k y uh) 1) ((r iy) 0) ((aa) 1) ((s ax) 0) ((t iy z) 0))) +("curiosity" nil (((k y uh) 1) ((r iy) 0) ((aa) 1) ((s ax) 0) ((t iy) 0))) +("curious" nil (((k y uh) 1) ((r iy) 0) ((ax s) 0))) +("curiously" nil (((k y uh) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("curl" nil (((k er l) 1))) +("curle" nil (((k ao) 1) ((r ax l) 0))) +("curled" nil (((k er l d) 1))) +("curlee" nil (((k er) 1) ((l iy) 1))) +("curless" nil (((k er) 1) ((l ax s) 0))) +("curlett" nil (((k er) 1) ((l ih t) 0))) +("curley" nil (((k er) 1) ((l iy) 0))) +("curlin" nil (((k er) 1) ((l ih n) 0))) +("curling" nil (((k er) 1) ((l ih ng) 0))) +("curls" nil (((k er l z) 1))) +("curly" nil (((k er) 1) ((l iy) 0))) +("curmudgeon" nil (((k er) 0) ((m ah) 1) ((jh ih n) 0))) +("curmudgeonly" n (((k er) 0) ((m uh d) 1) ((jh ax n) 0) ((l iy) 0))) +("curnow" nil (((k er) 1) ((n ow) 0))) +("curnutt" nil (((k er) 1) ((n ax t) 0))) +("curnutte" nil (((k er) 0) ((n ah t) 1))) +("curragh" nil (((k ah) 1) ((r ax) 0))) +("curran" nil (((k er) 1) ((ax n) 0))) +("curren" nil (((k er) 1) ((ax n) 0))) +("currence" nil (((k er) 1) ((ax n s) 0))) +("currencies" nil (((k er) 1) ((ax n) 0) ((s iy z) 0))) +("currency" nil (((k er) 1) ((ax n) 0) ((s iy) 0))) +("currencywatch" nil (((k er) 1) ((ax n) 0) ((s iy) 0) ((w aa ch) 1))) +("currens" nil (((k er) 1) ((ax n z) 0))) +("current" nil (((k er) 1) ((ax n t) 0))) +("currently" nil (((k er) 1) ((ax n t) 0) ((l iy) 0))) +("currents" nil (((k er) 1) ((ax n t s) 0))) +("curreri" nil (((k uh) 0) ((r eh) 1) ((r iy) 0))) +("currey" nil (((k er) 1) ((iy) 0))) +("curricula" nil (((k er) 0) ((ih) 1) ((k y ax) 0) ((l ax) 0))) +("curricular" nil (((k er) 0) ((ih) 1) ((k y ax) 0) ((l er) 0))) +("curriculum" nil (((k er) 0) ((ih) 1) ((k y ax) 0) ((l ax m) 0))) +("curriculums" nil (((k er) 0) ((ih) 1) ((k y ax) 0) ((l ax m z) 0))) +("currie" nil (((k er) 1) ((iy) 0))) +("curried" nil (((k er) 1) ((iy d) 0))) +("currier" nil (((k er) 1) ((iy) 0) ((er) 0))) +("curries" nil (((k er) 1) ((iy z) 0))) +("currin" nil (((k ao) 1) ((r ih n) 0))) +("currington" nil (((k er) 1) ((ih ng) 0) ((t ax n) 0))) +("curro" nil (((k uh) 1) ((r ow) 0))) +("curry" nil (((k ah) 1) ((r iy) 0))) +("curse" nil (((k er s) 1))) +("cursed" nil (((k er s t) 1))) +("curses" nil (((k er) 1) ((s ih z) 0))) +("cursing" nil (((k er) 1) ((s ih ng) 0))) +("cursor" nil (((k er) 1) ((s er) 0))) +("cursory" nil (((k er) 1) ((s er) 0) ((iy) 0))) +("curt" nil (((k er t) 1))) +("curtail" nil (((k er) 0) ((t ey l) 1))) +("curtailed" nil (((k er) 0) ((t ey l d) 1))) +("curtailing" nil (((k er) 0) ((t ey) 1) ((l ih ng) 0))) +("curtailment" nil (((k er) 0) ((t ey l) 1) ((m ax n t) 0))) +("curtailments" nil (((k er) 0) ((t ey l) 1) ((m ax n t s) 0))) +("curtails" nil (((k er) 0) ((t ey l z) 1))) +("curtain" nil (((k er) 1) ((t ax n) 0))) +("curtains" nil (((k er) 1) ((t ax n z) 0))) +("curti" nil (((k uh r) 1) ((t iy) 0))) +("curtice" nil (((k uh r) 1) ((t ih s) 0))) +("curtin" nil (((k er) 1) ((t ih n) 0))) +("curtis" nil (((k er) 1) ((t ax s) 0))) +("curtiss" nil (((k er) 1) ((t ih s) 0))) +("curtly" nil (((k er t) 1) ((l iy) 0))) +("curtner" nil (((k er t) 1) ((n er) 0))) +("curto" nil (((k uh r) 1) ((t ow) 0))) +("curtright" nil (((k er) 1) ((t r ay t) 1))) +("curts" nil (((k er t s) 1))) +("curtsinger" nil (((k er t) 1) ((s ih n) 0) ((jh er) 0))) +("curve" nil (((k er v) 1))) +("curved" nil (((k er v d) 1))) +("curves" nil (((k er v z) 1))) +("curvin" nil (((k er) 1) ((v ih n) 0))) +("curving" nil (((k er) 1) ((v ih ng) 0))) +("curvy" nil (((k er) 1) ((v iy) 0))) +("curzio" nil (((k er) 1) ((z iy) 0) ((ow) 0))) +("cusack" nil (((k y uw) 1) ((z ax k) 0))) +("cusano" nil (((k uw) 0) ((s aa) 1) ((n ow) 0))) +("cush" nil (((k ah sh) 1))) +("cushey" nil (((k uh) 1) ((sh iy) 0))) +("cushing" nil (((k uh) 1) ((sh ih ng) 0))) +("cushion" nil (((k uh) 1) ((sh ax n) 0))) +("cushioned" nil (((k uh) 1) ((sh ax n d) 0))) +("cushioning" nil (((k uh) 1) ((sh ax) 0) ((n ih ng) 0))) +("cushions" nil (((k uh) 1) ((sh ax n z) 0))) +("cushitic" nil (((k ax) 0) ((sh ih) 1) ((t ih k) 0))) +("cushman" nil (((k uh) 1) ((sh m ax n) 0))) +("cushy" nil (((k uh) 1) ((sh iy) 0))) +("cusiana" nil (((k y uw) 1) ((z iy) 0) ((ae) 1) ((n ax) 0))) +("cusic" nil (((k y uw) 1) ((z ih k) 0))) +("cusick" nil (((k y uw) 1) ((z ih k) 0))) +("cusimano" nil (((k uw) 0) ((s iy) 0) ((m aa) 1) ((n ow) 0))) +("cusip" nil (((k ah) 1) ((s ih p) 0))) +("cusk" nil (((k ah s k) 1))) +("cusmano" nil (((k uw) 0) ((s m aa) 1) ((n ow) 0))) +("cuso" nil (((k y uw) 1) ((s ow) 0))) +("cusp" nil (((k ah s p) 1))) +("cuss" nil (((k ah s) 1))) +("cusson" nil (((k ah) 1) ((s ax n) 0))) +("custard" nil (((k ah) 1) ((s t er d) 0))) +("custer" nil (((k ah) 1) ((s t er) 0))) +("custis" nil (((k ah) 1) ((s t ih s) 0))) +("custodial" nil (((k ax) 0) ((s t ow) 1) ((d iy) 0) ((ax l) 0))) +("custodian" nil (((k ax) 0) ((s t ow) 1) ((d iy) 0) ((ax n) 0))) +("custodians" nil (((k ax) 0) ((s t ow) 1) ((d iy) 0) ((ax n z) 0))) +("custodio" nil (((k uw) 0) ((s t ow) 1) ((d iy) 0) ((ow) 0))) +("custody" nil (((k ah) 1) ((s t ax) 0) ((d iy) 0))) +("custom" nil (((k ah) 1) ((s t ax m) 0))) +("customarily" nil (((k ah) 1) ((s t ax) 0) ((m eh) 1) ((r ax) 0) ((l iy) 0))) +("customary" nil (((k ah) 1) ((s t ax) 0) ((m eh) 1) ((r iy) 0))) +("customer" nil (((k ah) 1) ((s t ax) 0) ((m er) 0))) +("customers" nil (((k ah) 1) ((s t ax) 0) ((m er z) 0))) +("customize" nil (((k ah) 1) ((s t ax) 0) ((m ay z) 1))) +("customized" nil (((k ah) 1) ((s t ax) 0) ((m ay z d) 1))) +("customizing" nil (((k ah) 1) ((s t ax) 0) ((m ay) 1) ((z ih ng) 0))) +("customs" nil (((k ah) 1) ((s t ax m z) 0))) +("cusumano" nil (((k uw) 0) ((s uw) 0) ((m aa) 1) ((n ow) 0))) +("cut" nil (((k ah t) 1))) +("cutaia" nil (((k uw) 0) ((t aa) 1) ((y ax) 0))) +("cutback" nil (((k ah t) 1) ((b ae k) 1))) +("cutbacks" nil (((k ah t) 1) ((b ae k s) 1))) +("cutbirth" nil (((k ah t) 1) ((b er th) 1))) +("cutchall" nil (((k ah) 1) ((ch ax l) 0))) +("cutcher" nil (((k ah) 1) ((ch er) 0))) +("cutchin" nil (((k ah) 1) ((ch ih n) 0))) +("cutchins" nil (((k ah) 1) ((ch ih n z) 0))) +("cute" nil (((k y uw t) 1))) +("cuteness" nil (((k y uw t) 1) ((n ax s) 0))) +("cutesy" nil (((k y uw t) 1) ((s iy) 0))) +("cuthbert" nil (((k ah th) 1) ((b er t) 0))) +("cuthbertson" nil (((k ah th) 1) ((b er t) 0) ((s ax n) 0))) +("cuthrell" nil (((k ah) 1) ((th r ax l) 0))) +("cuticle" nil (((k y uw) 1) ((t ax) 0) ((k ax l) 0))) +("cutillo" nil (((k y uw) 1) ((t ih) 1) ((l ow) 0))) +("cutlass" nil (((k ah t) 1) ((l ax s) 0))) +("cutler" nil (((k ah t) 1) ((l er) 0))) +("cutlery" nil (((k ah t) 1) ((l er) 0) ((iy) 0))) +("cutlip" nil (((k ah t) 1) ((l ih p) 0))) +("cutoff" nil (((k ah) 1) ((t ao f) 1))) +("cutoffs" nil (((k ah) 1) ((t ao f s) 1))) +("cutout" nil (((k ah) 1) ((t aw t) 1))) +("cutouts" nil (((k ah) 1) ((t aw t s) 1))) +("cutrale" nil (((k ah) 1) ((t r ey l) 1))) +("cutrell" nil (((k ah) 1) ((t r ax l) 0))) +("cutrer" nil (((k ah) 1) ((t r er) 0))) +("cutright" nil (((k ah) 1) ((t r ay t) 1))) +("cutrona" nil (((k uw) 0) ((t r ow) 1) ((n ax) 0))) +("cutrone" nil (((k uw) 0) ((t r ow) 1) ((n iy) 0))) +("cuts" nil (((k ah t s) 1))) +("cutsforth" nil (((k ah t) 1) ((s f ao r th) 1))) +("cutshall" nil (((k ah) 1) ((ch ax l) 0))) +("cutshaw" nil (((k ah) 1) ((ch ao) 1))) +("cutsinger" nil (((k ah t) 1) ((s ih n) 0) ((jh er) 0))) +("cutter" nil (((k ah) 1) ((t er) 0))) +("cutters" nil (((k ah) 1) ((t er z) 0))) +("cutthroat" nil (((k ah t) 1) ((th r ow t) 1))) +("cutting" nil (((k ah) 1) ((t ih ng) 0))) +("cuttings" nil (((k ah) 1) ((t ih ng z) 0))) +("cuttino" nil (((k uw) 0) ((t iy) 1) ((n ow) 0))) +("cuttlefish" nil (((k ah) 1) ((t ax l) 0) ((f ih sh) 1))) +("cutts" nil (((k ah t s) 1))) +("cutty" nil (((k ah) 1) ((t iy) 0))) +("cutugno" nil (((k y uw) 0) ((t ah) 1) ((n y ow) 0))) +("cutworm" nil (((k ah) 1) ((t w er m) 1))) +("cutworms" nil (((k ah) 1) ((t w er m z) 1))) +("cuvelier" nil (((k y uw) 1) ((v l iy) 0) ((er) 0))) +("cuyahoga" nil (((k ay) 1) ((ax) 0) ((hh ow) 1) ((g ax) 0))) +("cuyler" nil (((k ay) 1) ((l er) 0))) +("cuzzort" nil (((k ah) 1) ((z er t) 0))) +("cvstos" nil (((k uw) 1) ((s t ow s) 0))) +("cwiertnia" nil (((k w iy r t) 1) ((n iy) 0) ((ax) 0))) +("cwik" nil (((k w ih k) 1))) +("cwikla" nil (((k w ih) 1) ((k l ax) 0))) +("cwiklinski" nil (((k w ih) 0) ((k l ih n) 1) ((s k iy) 0))) +("cwynar" nil (((k w ih) 1) ((n er) 0))) +("cxc" nil (((s iy) 1) ((eh k s) 1) ((s iy) 1))) +("cy" nil (((s ay) 1))) +("cyacq" nil (((s ay) 1) ((ae k) 0))) +("cyanamid" nil (((s ay) 0) ((ae) 1) ((n ax) 0) ((m ih d) 0))) +("cyanazine" nil (((s ay) 1) ((ax) 0) ((n ax) 0) ((z iy n) 1))) +("cyanide" nil (((s ay) 1) ((ax) 0) ((n ay d) 1))) +("cyanuric" nil (((s ay) 0) ((ae) 1) ((n er) 0) ((ih k) 0))) +("cyber" nil (((s ay) 1) ((b er) 0))) +("cybercafe" nil (((s ay) 1) ((b er) 0) ((k ax) 0) ((f ey) 1))) +("cybercash" nil (((s ay) 1) ((b er) 0) ((k ae sh) 1))) +("cyberspace" nil (((s ay) 1) ((b er) 0) ((s p ey s) 1))) +("cybill" nil (((s ay) 1) ((b ih l) 1))) +("cybulski" nil (((k ih) 0) ((b ah l) 1) ((s k iy) 0))) +("cycads" nil (((s ay) 1) ((k ae d z) 0))) +("cycare" nil (((s ay) 1) ((k eh r) 1))) +("cyclades" nil (((s ih) 1) ((k l ax) 0) ((d iy z) 1))) +("cycle" nil (((s ay) 1) ((k ax l) 0))) +("cycled" nil (((s ay) 1) ((k ax l d) 0))) +("cycles" nil (((s ay) 1) ((k ax l z) 0))) +("cyclical" nil (((s ay) 1) ((k l ih) 0) ((k ax l) 0))) +("cyclicality" nil (((s ih) 1) ((k l ih) 0) ((k ae) 1) ((l ih) 0) ((t iy) 0))) +("cyclicals" nil (((s ih) 1) ((k l ih) 0) ((k ax l z) 0))) +("cycling" nil (((s ay) 1) ((k ax) 0) ((l ih ng) 0))) +("cyclist" nil (((s ay) 1) ((k ax) 0) ((l ih s t) 0))) +("cyclohexane" nil (((s ay) 1) ((k l ax) 0) ((hh eh k) 1) ((s ey n) 0))) +("cyclone" nil (((s ih) 0) ((k l ow n) 1))) +("cyclopean" nil (((s ay) 1) ((k l ax) 0) ((p iy) 1) ((ax n) 0))) +("cyclops" nil (((s ay) 1) ((k l ao p s) 1))) +("cyclosporine" nil (((s ih) 0) ((k l ao) 1) ((s p er) 0) ((iy n) 1))) +("cyclostomes" nil (((s ay) 1) ((k l ax) 0) ((s t ow m z) 1))) +("cycolor" nil (((s ih) 1) ((k ax) 0) ((l er) 0))) +("cydonia" nil (((s ih) 0) ((d ow) 1) ((n iy) 0) ((ax) 0))) +("cydrome" nil (((s ih) 0) ((d r ow m) 1))) +("cygan" nil (((s ay) 1) ((g ax n) 0))) +("cygne" nil (((s ih g) 1) ((n ax) 0))) +("cygnus" nil (((s ih g) 1) ((n ax s) 0))) +("cyhexatin" nil (((s ay) 0) ((hh eh k) 1) ((s ax) 0) ((t ih n) 0))) +("cylinder" nil (((s ih) 1) ((l ax n) 0) ((d er) 0))) +("cylinders" nil (((s ih) 1) ((l ax n) 0) ((d er z) 0))) +("cylindrical" nil (((s ax) 0) ((l ih n) 1) ((d r ih) 0) ((k ax l) 0))) +("cymbal" nil (((s ih m) 1) ((b ax l) 0))) +("cymbals" nil (((s ih m) 1) ((b ax l z) 0))) +("cymrot" nil (((s ih) 1) ((m r ax t) 0))) +("cynara" nil (((k ih) 0) ((n aa) 1) ((r ax) 0))) +("cyndi" nil (((s ih n) 1) ((d iy) 0))) +("cynic" nil (((s ih) 1) ((n ih k) 0))) +("cynical" nil (((s ih) 1) ((n ih) 0) ((k ax l) 0))) +("cynically" nil (((s ih) 1) ((n ih) 0) ((k ax) 0) ((l iy) 0))) +("cynicism" nil (((s ih) 1) ((n ih) 0) ((s ih) 1) ((z ax m) 0))) +("cynics" nil (((s ih) 1) ((n ih k s) 0))) +("cynosure" n (((s ay) 1) ((n ax) 0) ((sh uh r) 0))) +("cynric" nil (((s ih n) 1) ((r ih k) 0))) +("cynth" nil (((s ih n th) 1))) +("cynthia" nil (((s ih n) 1) ((th iy) 0) ((ax) 0))) +("cynthie" nil (((s ih n) 1) ((th iy) 0))) +("cynwyd" nil (((s ih n) 1) ((w ih d) 0))) +("cypert" nil (((s ay) 1) ((p er t) 0))) +("cypher" nil (((s ay) 1) ((f er) 0))) +("cyphers" nil (((s ay) 1) ((f er z) 0))) +("cyphert" nil (((s ay) 1) ((f er t) 0))) +("cypress" nil (((s ay) 1) ((p r ax s) 0))) +("cyprian" nil (((s ih) 1) ((p r iy) 0) ((ax n) 0))) +("cypriot" nil (((s ih) 1) ((p r iy) 0) ((ax t) 0))) +("cypriots" nil (((s ih) 1) ((p r iy) 0) ((ax t s) 0))) +("cypris" nil (((s ay) 1) ((p r ih s) 0))) +("cyprus" nil (((s ay) 1) ((p r ax s) 0))) +("cyr" nil (((s ih r) 1))) +("cyran" nil (((k ih) 1) ((r ax n) 0))) +("cyrano" nil (((k iy) 0) ((r aa) 1) ((n ow) 0))) +("cyrena" nil (((k ih) 0) ((r iy) 1) ((n ax) 0))) +("cyril" nil (((s ih) 1) ((r ax l) 0))) +("cyrilla" nil (((s ih) 0) ((r ih) 1) ((l ax) 0))) +("cyrillic" nil (((s er) 0) ((ih) 1) ((l ih k) 0))) +("cyrix" nil (((s ay) 1) ((r ih k s) 1))) +("cyrus" nil (((s ay) 1) ((r ax s) 0))) +("cyst" nil (((s ih s t) 1))) +("cystic" nil (((s ih) 1) ((s t ih k) 0))) +("cysts" nil (((s ih s t s) 1))) +("cytherea" nil (((s ih) 1) ((th er) 0) ((iy) 1) ((ax) 0))) +("cytogen" nil (((s ay) 1) ((t ow) 0) ((jh eh n) 0))) +("cytology" nil (((s ay) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("cytomegalovirus" nil (((s ay) 1) ((t ax) 0) ((m eh) 1) ((g ax) 0) ((l ow) 0) ((v ay) 1) ((r ax s) 0))) +("cytoplasm" nil (((s ay) 1) ((t ax) 0) ((p l ae) 1) ((z ax m) 0))) +("cytoplasmic" nil (((s ay) 1) ((t ax) 0) ((p l ae z) 1) ((m ih k) 0))) +("cytotech" nil (((s ay) 1) ((t ow) 0) ((t eh k) 1))) +("cytotechs" nil (((s ay) 1) ((t ow) 0) ((t eh k s) 1))) +("cywinski" nil (((k ih) 0) ((v ih n) 1) ((s k iy) 0))) +("czaja" nil (((ch ay) 1) ((ax) 0))) +("czajka" nil (((ch ay) 1) ((k ax) 0))) +("czajkowski" nil (((ch ay) 0) ((k ao f) 1) ((s k iy) 0))) +("czapla" nil (((ch aa) 1) ((p l ax) 0))) +("czaplewski" nil (((ch ax) 0) ((p l eh f) 1) ((s k iy) 0))) +("czaplicki" nil (((ch ax) 0) ((p l ih t) 1) ((s k iy) 0))) +("czar" nil (((z aa r) 1))) +("czarist" nil (((z aa) 1) ((r ih s t) 0))) +("czarnecki" nil (((ch er) 0) ((n eh t) 1) ((s k iy) 0))) +("czarnik" nil (((ch aa r) 1) ((n ih k) 0))) +("czarny" nil (((ch aa r) 1) ((n iy) 0))) +("czars" nil (((z aa r z) 1))) +("czech" nil (((ch eh k) 1))) +("czechoslovak" nil (((ch eh) 1) ((k ax) 0) ((s l ow) 1) ((v aa k) 0))) +("czechoslovakia" nil (((ch eh) 1) ((k ax) 0) ((s l ow) 0) ((v aa) 1) ((k iy) 0) ((ax) 0))) +("czechoslovakian" nil (((ch eh) 1) ((ch ax) 0) ((s l ow) 0) ((v aa) 1) ((k iy) 0) ((ax n) 0))) +("czechoslovaks" nil (((ch eh) 1) ((k ax) 0) ((s l ow) 1) ((v aa k s) 0))) +("czechowski" nil (((ch ih) 0) ((hh ao f) 1) ((s k iy) 0))) +("czechs" nil (((ch eh k s) 1))) +("czekajewski" nil (((ch eh) 1) ((k ax) 0) ((jh uw) 1) ((s k iy) 0))) +("czepiel" nil (((ch eh) 1) ((p iy l) 0))) +("czerniak" nil (((ch er) 1) ((n iy) 0) ((ae k) 0))) +("czerwinski" nil (((ch er) 0) ((v ih n) 1) ((s k iy) 0))) +("czerwonka" nil (((ch er) 0) ((v aa ng) 1) ((k ax) 0))) +("czeslaw" nil (((ch eh) 0) ((s l ao) 1))) +("czyz" nil (((ch ih z) 1))) +("czyzewski" nil (((ch ih) 0) ((z eh f) 1) ((s k iy) 0))) +("d" nil (((d iy) 1))) +("da" nil (((d aa) 1))) +("daane" nil (((d aa n) 1))) +("dab" nil (((d ae b) 1))) +("dabah" nil (((d ae) 1) ((b ax) 0))) +("dabble" nil (((d ae) 1) ((b ax l) 0))) +("dabbled" nil (((d ae) 1) ((b ax l d) 0))) +("dabbles" nil (((d ae) 1) ((b ax l z) 0))) +("dabbling" nil (((d ae) 1) ((b ax) 0) ((l ih ng) 0))) +("dabbs" nil (((d ae b z) 1))) +("dabchick" nil (((d ae b) 1) ((ch ih k) 0))) +("dabhol" nil (((d ae) 1) ((b ow l) 0))) +("dabkowski" nil (((d ax b) 0) ((k ao f) 1) ((s k iy) 0))) +("dabney" nil (((d ae b) 1) ((n iy) 0))) +("dabrowski" nil (((d ax) 0) ((b r ao f) 1) ((s k iy) 0))) +("dac" nil (((d ae k) 1))) +("dace" nil (((d ey s) 1))) +("dacey" nil (((d ey) 1) ((s iy) 0))) +("dachas" n (((d aa) 1) ((ch ax s) 0))) +("dachao" n (((d aa) 1) ((ch aw) 1))) +("Dachau" n (((d ae) 1) ((k aw) 0))) +("dachshund" nil (((d aa k s) 1) ((hh uh n d) 1))) +("dachshunds" nil (((d aa k s) 1) ((hh uh n t s) 1))) +("dacia" nil (((d ey) 1) ((sh iy) 0) ((ax) 0))) +("dack" nil (((d ae k) 1))) +("dacosta" nil (((d aa) 0) ((k ow) 1) ((s t ax) 0))) +("dacquisto" nil (((d ae) 1) ((k w ih) 0) ((s t ow) 0))) +("dacron" nil (((d ae) 1) ((k r aa n) 1))) +("dacruz" nil (((d aa) 1) ((k r uw z) 0))) +("dacs" nil (((d ae k s) 1))) +("dacunha" nil (((d ax) 0) ((k ah n) 1) ((hh ax) 0))) +("dacus" nil (((d ae) 1) ((k ih s) 0))) +("dacy" nil (((d ey) 1) ((s iy) 0))) +("dad" nil (((d ae d) 1))) +("dada" nil (((d aa) 1) ((d aa) 1))) +("dadamo" nil (((d aa) 0) ((d aa) 1) ((m ow) 0))) +("daddario" nil (((d aa) 0) ((d aa) 1) ((r iy) 0) ((ow) 0))) +("daddies" nil (((d ae) 1) ((d iy z) 0))) +("daddona" nil (((d aa) 0) ((d ow) 1) ((n ax) 0))) +("daddy" nil (((d ae) 1) ((d iy) 0))) +("dade" nil (((d ey d) 1))) +("dadeland" nil (((d ey d) 1) ((l ax n d) 0))) +("dadfar" nil (((d ae d) 1) ((f aa r) 1))) +("dadisman" nil (((d ae) 1) ((d ih) 0) ((s m ax n) 0))) +("dading" nil (((d aa) 1) ((d iy ng) 1))) +("dado" nil (((d ey) 1) ((d ow) 1))) +("dadonghai" nil (((d aa) 1) ((d ow ng) 1) ((hh ay) 1))) +("dads" nil (((d ae d z) 1))) +("dady" nil (((d ey) 1) ((d iy) 0))) +("dae" nil (((d ey) 1))) +("daedalus" nil (((d eh) 1) ((d ax) 0) ((l ax s) 0))) +("daelim" nil (((d ey) 1) ((l iy m) 1))) +("daenzer" nil (((d eh n) 1) ((z er) 0))) +("daewoo" nil (((d ey) 1) ((w uw) 1))) +("daffern" nil (((d ae) 1) ((f er n) 0))) +("daffin" nil (((d ae) 1) ((f ih n) 0))) +("daffodil" nil (((d ae) 1) ((f ax) 0) ((d ih l) 1))) +("daffodils" nil (((d ae) 1) ((f ax) 0) ((d ih l z) 1))) +("daffron" nil (((d ae) 1) ((f r ax n) 0))) +("daffy" nil (((d ae) 1) ((f iy) 0))) +("daffynition" nil (((d ae) 1) ((f ih) 0) ((n ih) 1) ((sh ax n) 0))) +("dafna" nil (((d ae f) 1) ((n ax) 0))) +("dafoe" nil (((d ae) 1) ((f ow) 0))) +("dafsa" nil (((d ae f) 1) ((s ax) 0))) +("daft" nil (((d ae f t) 1))) +("dag" nil (((d ae g) 1))) +("dagan" nil (((d ey) 1) ((g ax n) 0))) +("dagata" nil (((d aa) 0) ((g aa) 1) ((t ax) 0))) +("dagen" nil (((d ae) 1) ((g ax n) 0))) +("dagenais" nil (((d ae) 1) ((zh ih) 0) ((n ey) 0))) +("dagenham" nil (((d ae) 1) ((g ax n) 0) ((hh ae m) 1))) +("dagenhart" nil (((d ae) 1) ((g ax n) 0) ((hh aa r t) 1))) +("dager" nil (((d ey) 1) ((g er) 0))) +("dagg" nil (((d ae g) 1))) +("dagger" nil (((d ae) 1) ((g er) 0))) +("daggers" nil (((d ae) 1) ((g er z) 0))) +("daggett" nil (((d ae) 1) ((g ih t) 0))) +("daggs" nil (((d ae g z) 1))) +("daggy" nil (((d ae) 1) ((g iy) 0))) +("dagle" nil (((d ey) 1) ((g ax l) 0))) +("dagley" nil (((d ae) 1) ((g l iy) 0))) +("dagmar" nil (((d ae g) 1) ((m aa r) 1))) +("dagon" nil (((d ey) 1) ((g ax n) 0))) +("dagostino" nil (((d aa) 0) ((g ow) 0) ((s t iy) 1) ((n ow) 0))) +("dague" nil (((d aa g) 1))) +("dagwood" nil (((d ae) 1) ((g w uh d) 1))) +("daher" nil (((d aa) 1) ((er) 0))) +("dahill" nil (((d aa) 1) ((hh ih l) 0))) +("dahl" nil (((d aa l) 1))) +("dahlberg" nil (((d aa l) 1) ((b er g) 0))) +("dahle" nil (((d aa) 1) ((ax l) 0))) +("dahlem" nil (((d aa) 1) ((l ih m) 0))) +("dahlen" nil (((d aa) 1) ((l ax n) 0))) +("dahler" nil (((d aa) 1) ((l er) 0))) +("dahlgren" nil (((d ae l) 1) ((g r ih n) 0))) +("dahlheimer" nil (((d aa l) 1) ((hh ay) 1) ((m er) 0))) +("dahlia" nil (((d ae) 1) ((l y ax) 0))) +("dahlin" nil (((d aa) 1) ((l ih n) 0))) +("dahlke" nil (((d aa l k) 1))) +("dahlman" nil (((d aa l) 1) ((m ax n) 0))) +("dahlquist" nil (((d aa l) 1) ((k w ih s t) 1))) +("dahlstrom" nil (((d aa l) 1) ((s t r ax m) 0))) +("dahm" nil (((d ae m) 1))) +("dahman" nil (((d aa) 1) ((m ax n) 0))) +("dahmen" nil (((d aa) 1) ((m eh n) 0))) +("dahmer" nil (((d aa) 1) ((m er) 0))) +("dahms" nil (((d aa m z) 1))) +("dahn" nil (((d ae n) 1))) +("dahnke" nil (((d ae ng k) 1))) +("dahu" nil (((d aa) 1) ((hh uw) 1))) +("dai" nil (((d ay) 1))) +("daido" nil (((d ey) 1) ((d ow) 0))) +("daidone" nil (((d ey) 1) ((d ow n) 1))) +("daiei" nil (((d ay) 1) ((ey) 1))) +("daigle" nil (((d ey) 1) ((g ax l) 0))) +("daigler" nil (((d ey) 1) ((g l er) 0))) +("daignault" nil (((d eh g) 0) ((n ow) 1))) +("daigneault" nil (((d eh g) 0) ((n ow) 1))) +("daigre" nil (((d ey) 1) ((g er) 0))) +("daigrepont" nil (((d ey) 1) ((g r ih) 0) ((p aa n t) 0))) +("daihatsu" nil (((d ay) 1) ((hh ae t) 1) ((s uw) 0))) +("daiichi" nil (((d ay) 1) ((iy) 1) ((ch iy) 0))) +("daikin" nil (((d ey) 1) ((k ih n) 0))) +("dail" nil (((d ey l) 1))) +("daile" nil (((d ey l) 1))) +("dailey" nil (((d ey) 1) ((l iy) 0))) +("dailies" nil (((d ey) 1) ((l iy z) 0))) +("daily" nil (((d ey) 1) ((l iy) 0))) +("daimler" nil (((d ey m) 1) ((l er) 0))) +("daimones" nil (((d ey) 1) ((m ow n z) 1))) +("dain" nil (((d ey n) 1))) +("daines" nil (((d ey n z) 1))) +("daini" nil (((d ey) 1) ((n iy) 0))) +("dainippon" nil (((d ey) 1) ((n ih) 0) ((p aa n) 1))) +("dains" nil (((d ey n z) 1))) +("dainty" nil (((d ey n) 1) ((t iy) 0))) +("dairies" nil (((d eh) 1) ((r iy z) 0))) +("dairy" nil (((d eh) 1) ((r iy) 0))) +("dairying" nil (((d eh) 1) ((r iy) 0) ((ih ng) 0))) +("dairymen" nil (((d ey) 1) ((r iy) 0) ((m ax n) 0))) +("dais" nil (((d ey z) 1))) +("daise" nil (((d ey z) 1))) +("daisey" nil (((d ey) 1) ((s iy) 0))) +("daishowa" nil (((d ey) 1) ((sh aw) 1) ((ax) 0))) +("daisies" nil (((d ey) 1) ((z iy z) 0))) +("daisy" nil (((d ey) 1) ((z iy) 0))) +("daiwa" nil (((d ey) 1) ((w ax) 0))) +("daiyu" nil (((d ay) 1) ((y uw) 1))) +("dajie" nil (((d aa) 1) ((jh y eh) 1))) +("dajun" nil (((d ey) 1) ((jh ax n) 0))) +("Dak" n (((d aa k) 1))) +("dakar" nil (((d aa) 0) ((k aa r) 1))) +("dake" nil (((d ey k) 1))) +("dakin" nil (((d ey) 1) ((k ih n) 0))) +("dakota" nil (((d ax) 0) ((k ow) 1) ((t ax) 0))) +("dakotans" nil (((d ax) 0) ((k ow) 1) ((t ax n z) 0))) +("dakotas" nil (((d ax) 0) ((k ow) 1) ((t ax z) 0))) +("dal" nil (((d ae l) 1))) +("dalafield" nil (((d ae) 1) ((l ax) 0) ((f iy l d) 1))) +("dalai" nil (((d ae) 1) ((l ey) 1))) +("dalal" nil (((d ey) 1) ((l ax l) 0))) +("dalbar" nil (((d ae l) 1) ((b aa r) 0))) +("dalbec" nil (((d ae l) 1) ((b ih k) 0))) +("dalbert" nil (((d ae l) 1) ((b er t) 0))) +("dalbey" nil (((d ae l) 1) ((b iy) 0))) +("dalby" nil (((d ao l) 1) ((b iy) 0))) +("dale" nil (((d ey l) 1))) +("daleiden" nil (((d ae) 1) ((l ay) 0) ((d ax n) 0))) +("dalen" nil (((d ae) 1) ((l ax n) 0))) +("daleo" nil (((d aa) 1) ((l iy) 0) ((ow) 0))) +("dales" nil (((d ey l z) 1))) +("dalesandro" nil (((d aa) 0) ((l eh) 0) ((s aa n) 1) ((d r ow) 0))) +("dalesio" nil (((d ax) 0) ((l iy) 1) ((s iy) 0) ((ow) 0))) +("dalessandro" nil (((d aa) 0) ((l eh) 0) ((s aa n) 1) ((d r ow) 0))) +("dalessio" nil (((d ax) 0) ((l eh) 1) ((s iy) 0) ((ow) 0))) +("daleth" nil (((d aa) 1) ((l eh th) 1))) +("daley" nil (((d ey) 1) ((l iy) 0))) +("dalfen" nil (((d ae l) 1) ((f ax n) 0))) +("dalfonso" nil (((d ae l) 1) ((f aa n) 1) ((s ow) 0))) +("dalfort" nil (((d ao l) 1) ((f er t) 0))) +("dalgety" nil (((d ae l) 1) ((g eh) 1) ((t iy) 0))) +("dalgleish" nil (((d ae l) 1) ((g ax) 0) ((l ih sh) 0))) +("dalhouse" nil (((d ao l) 1) ((hh aw s) 1))) +("dali" nil (((d aa) 1) ((l iy) 0))) +("dalia" nil (((d aa) 1) ((l y ax) 0))) +("dalian" nil (((d aa) 1) ((l y ae n) 1))) +("dalila" nil (((d ax) 0) ((l ay) 1) ((l ax) 0))) +("dalin" nil (((d aa) 1) ((l iy n) 1))) +("dalis" nil (((d ae) 1) ((l ih s) 0))) +("dalke" nil (((d ey l k) 1))) +("dalkon" nil (((d ae l) 1) ((k ax n) 0))) +("dall" nil (((d ao l) 1))) +("dalla" nil (((d ae) 1) ((l ax) 0))) +("dallaire" nil (((d aa) 1) ((l eh r) 0))) +("dallara" nil (((d ae) 1) ((l aa) 1) ((r ax) 0))) +("dallas" nil (((d ae) 1) ((l ax s) 0))) +("dalley" nil (((d ae) 1) ((l iy) 0))) +("dallhold" nil (((d ao l) 1) ((hh ow l d) 1))) +("dalliance" nil (((d ae) 1) ((l iy) 0) ((ax n s) 0))) +("dallman" nil (((d ao l) 1) ((m ax n) 0))) +("dallmann" nil (((d ao l) 1) ((m ax n) 0))) +("dally" nil (((d ae) 1) ((l iy) 0))) +("dalman" nil (((d ae l) 1) ((m ax n) 0))) +("dalmatian" nil (((d ae l) 0) ((m ey) 1) ((sh ax n) 0))) +("dalmatians" nil (((d ae l) 0) ((m ey) 1) ((sh ax n z) 0))) +("dalmo" nil (((d ao l) 1) ((m ow) 0))) +("dalo" nil (((d aa) 1) ((l ow) 0))) +("daloia" nil (((d aa) 0) ((l ow) 1) ((y ax) 0))) +("daloisio" nil (((d aa) 0) ((l oy) 1) ((s iy) 0) ((ow) 0))) +("dalonzo" nil (((d ax) 0) ((l aa n) 1) ((z ow) 0))) +("dalpe" nil (((d ey l p) 1))) +("dalpiaz" nil (((d aa l) 0) ((p iy) 1) ((aa z) 0))) +("dalporto" nil (((d aa l) 0) ((p ao r) 1) ((t ow) 0))) +("dalrymple" nil (((d ae l) 1) ((r ih m) 0) ((p ax l) 0))) +("dalto" nil (((d aa l) 1) ((t ow) 0))) +("dalton" nil (((d ao l) 1) ((t ax n) 0))) +("daltons" nil (((d ao l) 1) ((t ax n z) 0))) +("daly" nil (((d ey) 1) ((l iy) 0))) +("dalzell" nil (((d ae l) 1) ((z ax l) 0))) +("dalziel" nil (((d ae l) 1) ((z iy l) 1))) +("dam" nil (((d ae m) 1))) +("dama" nil (((d aa) 1) ((m ax) 0))) +("damage" nil (((d ae) 1) ((m ax jh) 0))) +("damaged" nil (((d ae) 1) ((m ax jh d) 0))) +("damages" nil (((d ae) 1) ((m ax) 0) ((jh ax z) 0))) +("damaging" nil (((d ae) 1) ((m ih) 0) ((jh ih ng) 0))) +("damai" nil (((d aa) 1) ((m ay) 1))) +("daman" nil (((d ey) 1) ((m ax n) 0))) +("damaris" nil (((d ax) 0) ((m aa) 1) ((r ax s) 0))) +("damas" nil (((d aa) 1) ((m ax z) 0))) +("damascus" nil (((d ax) 0) ((m ae) 1) ((s k ax s) 0))) +("damask" nil (((d ae) 1) ((m ax s k) 0))) +("damasks" nil (((d ae) 1) ((m ax s k s) 0))) +("damato" nil (((d aa) 0) ((m aa) 1) ((t ow) 0))) +("dambach" nil (((d ae m) 1) ((b aa k) 1))) +("dambra" nil (((d ae m) 1) ((b r ax) 0))) +("dambrosia" nil (((d aa m) 0) ((b r ow) 1) ((s iy) 0) ((ax) 0))) +("dambrosio" nil (((d ae m) 1) ((b r ow) 1) ((s iy) 0) ((ow) 0))) +("dame" nil (((d ey m) 1))) +("damelio" nil (((d ax) 0) ((m iy) 1) ((l iy) 0) ((ow) 0))) +("dameron" nil (((d aa) 0) ((m eh) 0) ((r ao n) 1))) +("dames" nil (((d ey m z) 1))) +("damewood" nil (((d ey m) 1) ((w uh d) 1))) +("damgard" nil (((d ae m) 1) ((g aa r d) 1))) +("damian" nil (((d ey) 1) ((m iy) 0) ((ax n) 0))) +("damiani" nil (((d aa) 0) ((m iy) 0) ((aa) 1) ((n iy) 0))) +("damiano" nil (((d aa) 0) ((m iy) 0) ((aa) 1) ((n ow) 0))) +("damico" nil (((d aa) 0) ((m iy) 1) ((k ow) 0))) +("damien" nil (((d ey) 1) ((m iy) 0) ((ax n) 0))) +("damietta" nil (((d ae) 1) ((m iy) 0) ((eh) 1) ((t ax) 0))) +("damin" nil (((d aa) 1) ((m iy n) 1))) +("daming" nil (((d aa) 1) ((m iy ng) 1))) +("daminozide" nil (((d ae) 1) ((m ih) 1) ((n ax) 0) ((z ay d) 1))) +("damita" nil (((d aa) 0) ((m iy) 1) ((t ax) 0))) +("damitz" nil (((d ae) 1) ((m ih t s) 0))) +("damm" nil (((d ae m) 1))) +("dammam" nil (((d ae) 1) ((m ax m) 0))) +("damman" nil (((d ae) 1) ((m ax n) 0))) +("dammann" nil (((d ae) 1) ((m ax n) 0))) +("damme" nil (((d ae m) 1))) +("dammed" nil (((d ae m d) 1))) +("dammen" nil (((d ae) 1) ((m ax n) 0))) +("dammer" nil (((d ae) 1) ((m er) 0))) +("dammerman" nil (((d ae) 1) ((m er) 0) ((m ax n) 0))) +("damn" nil (((d ae m) 1))) +("damnation" nil (((d ae m) 0) ((n ey) 1) ((sh ax n) 0))) +("damned" nil (((d ae m d) 1))) +("damning" nil (((d ae) 1) ((m ih ng) 0))) +("damocles" nil (((d ae) 1) ((m ax) 0) ((k l iy z) 1))) +("damon" nil (((d ey) 1) ((m ax n) 0))) +("damone" nil (((d ax) 0) ((m ow n) 1))) +("damons" nil (((d ey) 1) ((m ax n z) 0))) +("damoose" nil (((d ax) 0) ((m uw s) 1))) +("damore" nil (((d ey) 1) ((m ao r) 1))) +("damour" nil (((d ax) 0) ((m uh r) 1))) +("damp" nil (((d ae m p) 1))) +("damped" nil (((d ae m p t) 1))) +("dampen" nil (((d ae m) 1) ((p ax n) 0))) +("dampened" nil (((d ae m) 1) ((p ax n d) 0))) +("dampening" nil (((d ae m) 1) ((p ax) 0) ((n ih ng) 0))) +("damper" nil (((d ae m) 1) ((p er) 0))) +("dampers" nil (((d ae m) 1) ((p er z) 0))) +("dampier" nil (((d ae m) 1) ((p iy) 0) ((er) 0))) +("damping" nil (((d ae m) 1) ((p ih ng) 0))) +("damps" nil (((d ae m p s) 1))) +("damron" nil (((d ae) 1) ((m r ax n) 0))) +("damrow" nil (((d ae) 1) ((m r ow) 1))) +("dams" nil (((d ae m z) 1))) +("damsel" nil (((d ae m) 1) ((z ax l) 0))) +("damson" nil (((d ae m) 1) ((s ax n) 0))) +("damuth" nil (((d ae) 1) ((m uw th) 0))) +("dan" nil (((d ae n) 1))) +("dana" nil (((d ey) 1) ((n ax) 0))) +("danaher" nil (((d ae) 1) ((n ax) 0) ((hh er) 0))) +("danahy" nil (((d ae) 1) ((n ax) 0) ((hh iy) 0))) +("danbury" nil (((d ae n) 1) ((b er) 0) ((iy) 0))) +("danby" nil (((d ae n) 1) ((b iy) 0))) +("danca" nil (((d aa ng) 1) ((k ax) 0))) +("dancanet" nil (((d ae ng) 1) ((k ax) 0) ((n eh t) 1))) +("dance" nil (((d ae n s) 1))) +("danced" nil (((d ae n s t) 1))) +("dancer" nil (((d ae n) 1) ((s er) 0))) +("dancers" nil (((d ae n) 1) ((s er z) 0))) +("dances" nil (((d ae n) 1) ((s ax z) 0))) +("dancey" nil (((d ae n) 1) ((s iy) 0))) +("dancing" nil (((d ae n) 1) ((s ih ng) 0))) +("dancsak" nil (((d ae n k) 1) ((s ae k) 0))) +("dancy" nil (((d ae n) 1) ((s iy) 0))) +("dandan" nil (((d aa n) 1) ((d aa n) 1))) +("dandelion" nil (((d ae n) 1) ((d ax) 0) ((l ay) 1) ((ax n) 0))) +("dandelions" nil (((d ae n) 1) ((d ax) 0) ((l ay) 1) ((ax n z) 0))) +("dandeneau" nil (((d ae n) 1) ((d ih) 0) ((n ow) 0))) +("dando" nil (((d ae n) 1) ((d ow) 0))) +("dandong" nil (((d aa n) 1) ((d ow ng) 1))) +("dandrea" nil (((d ae n) 1) ((d r iy) 0) ((ax) 0))) +("dandridge" nil (((d ae n) 1) ((d r ih jh) 0))) +("dandruff" nil (((d ae n) 1) ((d r ax f) 0))) +("dandurand" nil (((d ae n) 1) ((d er) 0) ((ax n d) 0))) +("dandy" nil (((d ae n) 1) ((d iy) 0))) +("dandyism" nil (((d ae n) 1) ((d iy) 0) ((ih) 1) ((z ax m) 0))) +("dane" nil (((d ey n) 1))) +("danek" nil (((d ae) 1) ((n ih k) 0))) +("danella" nil (((d ax) 0) ((n eh) 1) ((l ax) 0))) +("danelle" nil (((d ax) 0) ((n eh l) 1))) +("danes" nil (((d ey n z) 1))) +("danese" nil (((d aa) 0) ((n ey) 1) ((z iy) 0))) +("daney" nil (((d ey) 1) ((n iy) 0))) +("danford" nil (((d ae n) 1) ((f er d) 0))) +("danforth" nil (((d ae n) 1) ((f er th) 0))) +("dang" nil (((d ae ng) 1))) +("dangel" nil (((d ey ng) 1) ((g ax l) 0))) +("dangelo" nil (((d ae n) 1) ((jh ax) 0) ((l ow) 0))) +("danger" nil (((d ey n) 1) ((jh er) 0))) +("dangerfield" nil (((d ey n) 1) ((jh er) 0) ((f iy l d) 1))) +("dangerous" nil (((d ey n) 1) ((jh er) 0) ((ax s) 0))) +("dangerously" nil (((d ey n) 1) ((jh er) 0) ((ax) 0) ((s l iy) 0))) +("dangers" nil (((d ey n) 1) ((jh er z) 0))) +("dangle" nil (((d ae ng) 1) ((g ax l) 0))) +("dangled" nil (((d ae ng) 1) ((g ax l d) 0))) +("dangler" nil (((d ae ng) 1) ((g ax) 0) ((l er) 0))) +("dangles" nil (((d ae ng) 1) ((g ax l z) 0))) +("dangling" nil (((d ae ng) 1) ((g ax) 0) ((l ih ng) 0))) +("dango" nil (((d ae ng) 1) ((g ow) 0))) +("dani" nil (((d aa) 1) ((n iy) 0))) +("danica" nil (((d ae) 1) ((n ih) 0) ((k ax) 0))) +("daniel" nil (((d ae) 1) ((n y ax l) 0))) +("daniela" nil (((d aa) 0) ((n y eh) 1) ((l ax) 0))) +("daniele" nil (((d aa) 0) ((n y eh) 1) ((l ey) 0))) +("daniell" nil (((d ae) 1) ((n iy l) 0))) +("danielle" nil (((d ae) 1) ((n iy) 0) ((eh l) 1))) +("daniello" nil (((d aa) 0) ((n iy) 0) ((eh) 1) ((l ow) 0))) +("daniels" nil (((d ae) 1) ((n y ax l z) 0))) +("danielsen" nil (((d ae) 1) ((n iy l) 0) ((s ax n) 0))) +("danielski" nil (((d ax) 0) ((n iy l) 1) ((s k iy) 0))) +("danielson" nil (((d ae) 1) ((n y ax l) 0) ((s ax n) 0))) +("daniloff" nil (((d ae) 1) ((n ax) 0) ((l ao f) 0))) +("daning" nil (((d aa) 1) ((n iy ng) 1))) +("danis" nil (((d aa) 1) ((n iy z) 0))) +("danish" nil (((d ey) 1) ((n ih sh) 0))) +("danju" nil (((d ae n) 1) ((jh uw) 0))) +("danjub" nil (((d ae n) 1) ((jh uw b) 0))) +("danjube" nil (((d ae n) 1) ((jh uw b) 0))) +("dank" nil (((d ae ng k) 1))) +("danker" nil (((d ae ng) 1) ((k er) 0))) +("dankert" nil (((d ae ng) 1) ((k er t) 0))) +("dankner" nil (((d ae ng k) 1) ((n er) 0))) +("danko" nil (((d ae ng) 1) ((k ow) 0))) +("danks" nil (((d ae ng k s) 1))) +("danley" nil (((d ae n) 1) ((l iy) 0))) +("danly" nil (((d ae n) 1) ((l iy) 0))) +("dann" nil (((d ae n) 1))) +("danna" nil (((d ae) 1) ((n ax) 0))) +("dannelly" nil (((d ae) 1) ((n ax) 0) ((l iy) 0))) +("dannels" nil (((d ae) 1) ((n ax l z) 0))) +("dannemeyer" nil (((d ae) 1) ((n ax) 0) ((m ay r) 1))) +("dannemiller" nil (((d ae) 1) ((n ax) 0) ((m ih) 1) ((l er) 0))) +("dannen" nil (((d ae) 1) ((n ax n) 0))) +("dannenberg" nil (((d ae) 1) ((n ax n) 0) ((b er g) 0))) +("danner" nil (((d ae) 1) ((n er) 0))) +("danners" nil (((d ae) 1) ((n er z) 0))) +("dannie" nil (((d ae) 1) ((n iy) 0))) +("dannunzio" nil (((d aa) 0) ((n uw n) 1) ((z iy) 0) ((ow) 0))) +("danny" nil (((d ae) 1) ((n iy) 0))) +("dano" nil (((d aa) 1) ((n ow) 0))) +("danos" nil (((d ey) 1) ((n ow z) 0))) +("danowski" nil (((d ax) 0) ((n ao f) 1) ((s k iy) 0))) +("dansby" nil (((d ae n s) 1) ((b iy) 0))) +("danser" nil (((d ae n) 1) ((s er) 0))) +("dansereau" nil (((d ae n) 1) ((s er) 0) ((ow) 1))) +("dansforth" nil (((d ae n) 1) ((s f ao r th) 1))) +("dansie" nil (((d ae n) 1) ((s iy) 0))) +("danske" nil (((d ae n s k) 1))) +("danskin" nil (((d ae n) 1) ((s k ih n) 0))) +("dansky" nil (((d ae n) 1) ((s k iy) 0))) +("danson" nil (((d ae n) 1) ((s ax n) 0))) +("dant" nil (((d ae n t) 1))) +("dante" nil (((d aa n) 1) ((t ey) 0))) +("dantin" nil (((d ae n) 1) ((t ih n) 0))) +("danton" nil (((d ae n) 1) ((t ax n) 0))) +("dantoni" nil (((d aa n) 0) ((t ow) 1) ((n iy) 0))) +("dantonio" nil (((d ae n) 1) ((t ow) 1) ((n iy) 0) ((ow) 0))) +("dantuono" nil (((d aa n) 0) ((t w ow) 1) ((n ow) 0))) +("dantzler" nil (((d ae n t) 1) ((s l er) 0))) +("danube" nil (((d ae) 1) ((n y uw b) 0))) +("danuo" nil (((d aa) 1) ((n w ao) 1))) +("danvers" nil (((d ae n) 1) ((v er z) 0))) +("danville" nil (((d ae n) 1) ((v ih l) 1))) +("danylyszyn" nil (((d ae) 1) ((n ih) 0) ((l iy) 1) ((z ih n) 0))) +("danz" nil (((d ae n z) 1))) +("danza" nil (((d ae n) 1) ((z ax) 0))) +("danzer" nil (((d ae n) 1) ((z er) 0))) +("danzig" nil (((d ae n) 1) ((z ih g) 0))) +("danziger" nil (((d ae n) 1) ((z ih) 0) ((g er) 0))) +("danzy" nil (((d ae n) 1) ((z iy) 0))) +("dao" nil (((d aw) 1))) +("daoud" nil (((d aw d) 1))) +("daoust" nil (((d aw s t) 1))) +("daphne" nil (((d ae f) 1) ((n iy) 0))) +("daphnis" nil (((d ae f) 1) ((n ax s) 0))) +("dapice" nil (((d aa) 1) ((p ih s) 0))) +("dapolito" nil (((d aa) 0) ((p ow) 0) ((l iy) 1) ((t ow) 0))) +("daponte" nil (((d aa) 0) ((p ow n) 1) ((t ey) 0))) +("dapozzo" nil (((d ax) 0) ((p aa) 1) ((z ow) 1))) +("dapp" nil (((d ae p) 1))) +("dapper" nil (((d ae) 1) ((p er) 0))) +("dapuzzo" nil (((d ax) 0) ((p ah) 1) ((z ow) 0))) +("daqian" nil (((d aa) 1) ((ch y ae n) 1))) +("daqing" nil (((d aa) 1) ((ch iy ng) 1))) +("daquila" nil (((d aa) 0) ((k w iy) 1) ((l ax) 0))) +("dar" nil (((d aa r) 1))) +("dara" nil (((d ae) 1) ((r ax) 0))) +("darak" nil (((d eh) 1) ((r ae k) 0))) +("darblay" nil (((d aa r) 1) ((b l ey) 0))) +("darbonne" nil (((d aa r) 1) ((b ax n) 0))) +("darby" nil (((d aa r) 1) ((b iy) 0))) +("darbyshire" nil (((d aa r) 1) ((b ih) 0) ((sh ay r) 1))) +("darcangelo" nil (((d aa r) 0) ((k aa ng) 0) ((g eh) 1) ((l ow) 0))) +("darcey" nil (((d aa r) 1) ((s iy) 0))) +("darcie" nil (((d aa r) 1) ((k iy) 0))) +("darco" nil (((d aa r) 1) ((k ow) 0))) +("darcy" nil (((d aa r) 1) ((s iy) 0))) +("dardar" nil (((d aa r) 0) ((d aa r) 1))) +("darden" nil (((d aa r) 1) ((d ax n) 0))) +("dardis" nil (((d aa r) 1) ((d ih s) 0))) +("dare" nil (((d eh r) 1))) +("dared" nil (((d eh r d) 1))) +("daredevil" nil (((d eh r) 1) ((d eh) 1) ((v ax l) 0))) +("daremblum" nil (((d eh) 1) ((r ax m) 0) ((b l uw m) 1))) +("darensbourg" nil (((d ae) 1) ((r ih n s) 0) ((b er g) 0))) +("dares" nil (((d eh r z) 1))) +("darga" nil (((d aa r) 1) ((g ax) 0))) +("dargan" nil (((d aa r) 1) ((g ax n) 0))) +("dargis" nil (((d aa r) 1) ((g ih s) 0))) +("daria" nil (((d aa) 1) ((r iy) 0) ((ax) 0))) +("darice" nil (((d aa) 1) ((r ih s) 0))) +("darien" nil (((d eh) 1) ((r iy) 0) ((ax n) 0))) +("darienzo" nil (((d aa) 0) ((r iy n) 1) ((z ow) 0))) +("darin" nil (((d ae) 1) ((r ih n) 0))) +("daring" nil (((d eh) 1) ((r ih ng) 0))) +("daringly" n (((d ey) 1) ((r ax ng) 0) ((l iy) 0))) +("dario" nil (((d eh) 1) ((r iy) 0) ((ow) 1))) +("darity" nil (((d ae) 1) ((r ih) 0) ((t iy) 0))) +("darius" nil (((d er) 0) ((ay) 1) ((ax s) 0))) +("darjeeling" nil (((d aa r) 1) ((jh iy) 1) ((l ih ng) 0))) +("dark" nil (((d aa r k) 1))) +("darke" nil (((d aa r k) 1))) +("darken" nil (((d aa r) 1) ((k ax n) 0))) +("darkened" nil (((d aa r) 1) ((k ax n d) 0))) +("darkening" nil (((d aa r) 1) ((k ax) 0) ((n ih ng) 0))) +("darker" nil (((d aa r) 1) ((k er) 0))) +("darkest" nil (((d aa r) 1) ((k ax s t) 0))) +("darkie" nil (((d aa r) 1) ((k iy) 0))) +("darkly" nil (((d aa r) 1) ((k l iy) 0))) +("darkness" nil (((d aa r k) 1) ((n ax s) 0))) +("darkroom" nil (((d aa r) 1) ((k r uw m) 1))) +("darland" nil (((d aa r) 1) ((l ax n d) 0))) +("darlene" nil (((d aa r) 1) ((l iy n) 1))) +("darley" nil (((d aa r) 1) ((l iy) 0))) +("darlin" nil (((d aa r) 1) ((l ih n) 0))) +("darline" nil (((d aa r) 1) ((l ay n) 1))) +("darling" nil (((d aa r) 1) ((l ih ng) 0))) +("darlings" nil (((d aa r) 1) ((l ih ng z) 0))) +("darlington" nil (((d aa r) 1) ((l ih ng) 0) ((t ax n) 0))) +("darman" nil (((d aa r) 1) ((m ax n) 0))) +("darmstadt" nil (((d aa r m) 1) ((s t ae t) 1))) +("darn" nil (((d aa r n) 1))) +("darnall" nil (((d aa r) 1) ((n ax l) 0))) +("darned" nil (((d aa r n d) 1))) +("darnel" nil (((d aa r) 1) ((n ax l) 0))) +("darnell" nil (((d aa r) 0) ((n eh l) 1))) +("darner" nil (((d aa r) 1) ((n er) 0))) +("darnold" nil (((d aa r) 1) ((n ow l d) 1))) +("darns" nil (((d aa r n z) 1))) +("darocha" nil (((d aa) 0) ((r ow) 1) ((k ax) 0))) +("darosa" nil (((d aa) 0) ((r ow) 1) ((s ax) 0))) +("darpino" nil (((d aa r) 0) ((p iy) 1) ((n ow) 0))) +("darr" nil (((d eh r) 1))) +("darragh" nil (((d eh) 1) ((r ax) 0))) +("darrah" nil (((d ae) 1) ((r ax) 0))) +("darrell" nil (((d eh) 1) ((r ax l) 0))) +("darrelle" nil (((d er) 0) ((eh l) 1))) +("darren" nil (((d aa) 1) ((r ax n) 0))) +("darrick" nil (((d ae) 1) ((r ih k) 0))) +("darrigo" nil (((d aa) 1) ((r iy) 1) ((g ow) 0))) +("darrington" nil (((d ae) 1) ((r ih ng) 0) ((t ax n) 0))) +("darroch" nil (((d ae) 1) ((r ax k) 0))) +("darrough" nil (((d ae) 1) ((r aw) 0))) +("darrow" nil (((d eh) 1) ((r ow) 0))) +("darryl" nil (((d eh) 1) ((r ax l) 0))) +("darsey" nil (((d aa r) 1) ((s iy) 0))) +("darst" nil (((d aa r s t) 1))) +("darsy" nil (((d aa r) 1) ((s iy) 0))) +("dart" nil (((d aa r t) 1))) +("dartboard" nil (((d aa r t) 1) ((b ao r d) 1))) +("darted" nil (((d aa r) 1) ((t ih d) 0))) +("darter" nil (((d aa r) 1) ((t er) 0))) +("dartez" nil (((d aa r) 0) ((t eh z) 1))) +("darth" nil (((d aa r th) 1))) +("darting" nil (((d aa r) 1) ((t ih ng) 0))) +("dartmouth" nil (((d aa r t) 1) ((m ax th) 0))) +("darton" nil (((d aa r) 1) ((t ax n) 0))) +("darts" nil (((d aa r t s) 1))) +("dartt" nil (((d aa r t) 1))) +("darty" nil (((d aa r) 1) ((t iy) 0))) +("darville" nil (((d aa r) 1) ((v ih l) 1))) +("darwin" nil (((d aa r) 1) ((w ih n) 0))) +("darwinian" nil (((d aa r) 1) ((w ih) 1) ((n iy) 0) ((ax n) 0))) +("darwinism" nil (((d aa r) 1) ((w ih) 0) ((n ih) 1) ((z ax m) 0))) +("darwish" nil (((d aa r) 1) ((w ih sh) 0))) +("daryl" nil (((d eh) 1) ((r ax l) 0))) +("das" nil (((d ae s) 1))) +("dasa" nil (((d aa) 1) ((s ax) 0))) +("dasaro" nil (((d aa) 0) ((s aa) 1) ((r ow) 0))) +("dasburg" nil (((d ae s) 1) ((b er g) 0))) +("dascenzo" nil (((d aa s) 0) ((ch eh n) 1) ((z ow) 0))) +("dasch" nil (((d ae sh) 1))) +("daschle" nil (((d ae) 1) ((sh l iy) 0))) +("dascoli" nil (((d aa) 0) ((s k ow) 1) ((l iy) 0))) +("dase" nil (((d ey z) 1))) +("daseke" nil (((d ey) 1) ((s ax) 0) ((k iy) 0))) +("dash" nil (((d ae sh) 1))) +("dashan" nil (((d aa) 1) ((sh aa n) 1))) +("dashboard" nil (((d ae sh) 1) ((b ao r d) 1))) +("dashboards" nil (((d ae sh) 1) ((b ao r d z) 1))) +("dashed" nil (((d ae sh t) 1))) +("dasher" nil (((d ae) 1) ((sh er) 0))) +("dashes" nil (((d ae) 1) ((sh ih z) 0))) +("dashiell" nil (((d ae) 1) ((sh iy l) 0))) +("dashing" nil (((d ae) 1) ((sh ih ng) 0))) +("dashnaw" nil (((d ae) 1) ((sh n ao) 0))) +("dashner" nil (((d ae) 1) ((sh n er) 0))) +("dashwood" nil (((d ae) 1) ((sh w uh d) 1))) +("dasilva" nil (((d ax) 0) ((s ih l) 1) ((v ax) 0))) +("daspin" nil (((d ae) 1) ((s p ih n) 0))) +("daspit" nil (((d ae) 1) ((s p ih t) 0))) +("dass" nil (((d ae s) 1))) +("dassault" nil (((d ae) 1) ((s ao l t) 0))) +("dassler" nil (((d ae) 1) ((s l er) 0))) +("dassow" nil (((d ae) 1) ((s ow) 0))) +("dastardly" nil (((d ae) 1) ((s t er d) 0) ((l iy) 0))) +("dat" nil (((d ae t) 1))) +("data" nil (((d ey) 1) ((t ax) 0))) +("database" nil (((d ey) 1) ((t ax) 0) ((b ey s) 1))) +("databases" nil (((d ey) 1) ((t ax) 0) ((b ey) 1) ((s ih z) 0))) +("datacard" nil (((d ey) 1) ((t ax) 0) ((k aa r d) 1))) +("datacomm" nil (((d ey) 1) ((t ax) 0) ((k aa m) 1))) +("datacomp" nil (((d ey) 1) ((t ax) 0) ((k aa m p) 1))) +("datacopy" nil (((d ey) 1) ((t ax) 0) ((k aa) 1) ((p iy) 0))) +("datagraphix" nil (((d ey) 1) ((t ax) 0) ((g r ae) 1) ((f ih k s) 0))) +("datametrics" nil (((d ey) 1) ((t ax) 0) ((m eh) 1) ((t r ih k s) 0))) +("datapoint" nil (((d ey) 1) ((t ax) 0) ((p oy n t) 1))) +("datapower" nil (((d ey) 1) ((t ax) 0) ((p aw r) 1))) +("dataproducts" nil (((d ey) 1) ((t ax) 0) ((p r aa) 1) ((d ax k t s) 0))) +("dataquest" nil (((d ey) 1) ((t ax) 0) ((k w eh s t) 1))) +("dataram" nil (((d ey) 1) ((t er) 0) ((ae m) 1))) +("datarex" nil (((d ey) 1) ((t er) 0) ((eh k s) 1))) +("datas" nil (((d ey) 1) ((t ax z) 0))) +("dataset" nil (((d ey) 1) ((t ah) 0) ((s eh t) 1))) +("datasets" nil (((d ey) 1) ((t ah) 0) ((s eh t s) 1))) +("date" nil (((d ey t) 1))) +("dated" nil (((d ey) 1) ((t ih d) 0))) +("datek" nil (((d ae) 1) ((t eh k) 0))) +("dateline" nil (((d ey t) 1) ((l ay n) 1))) +("datelines" nil (((d ey t) 1) ((l ay n z) 1))) +("dates" nil (((d ey t s) 1))) +("datext" nil (((d ae) 1) ((t eh k s t) 1))) +("dating" nil (((d ey) 1) ((t ih ng) 0))) +("dato" nil (((d aa) 1) ((t ow) 0))) +("datong" nil (((d aa) 1) ((t ow ng) 1))) +("datron" nil (((d ae) 1) ((t r ax n) 0))) +("dats" nil (((d ae t s) 1))) +("datsun" nil (((d ae t) 1) ((s ax n) 0))) +("dattilio" nil (((d aa) 0) ((t iy) 1) ((l iy) 0) ((ow) 0))) +("dattilo" nil (((d aa) 0) ((t iy) 1) ((l ow) 0))) +("datuk" nil (((d aa) 1) ((t uw k) 1))) +("datum" nil (((d ae) 1) ((t ax m) 0))) +("datura" nil (((d ax) 0) ((t uh) 1) ((r ax) 0))) +("datz" nil (((d ae t s) 1))) +("dau" nil (((d ow) 1))) +("daub" nil (((d ao b) 1))) +("daube" nil (((d ao b) 1))) +("daubed" nil (((d ao b d) 1))) +("daubenspeck" nil (((d aw) 1) ((b ih n) 0) ((s p ih k) 0))) +("dauber" nil (((d aw) 1) ((b er) 0))) +("daubert" nil (((d aw) 1) ((b er t) 0))) +("dauch" nil (((d aw ch) 1))) +("daudelin" nil (((d ow) 1) ((d ih) 0) ((l ae n) 0))) +("dauenhauer" nil (((d aw) 1) ((ax n) 0) ((hh aw) 0) ((er) 0))) +("dauer" nil (((d aw) 1) ((er) 0))) +("daughdrill" nil (((d ao) 1) ((d r ih l) 0))) +("daughenbaugh" nil (((d ao) 0) ((eh n) 1) ((b ao) 0))) +("daugherty" nil (((d aa) 1) ((k er) 0) ((t iy) 0))) +("daughety" nil (((d ao) 1) ((ih) 0) ((t iy) 0))) +("daughney" nil (((d ao) 1) ((n iy) 0))) +("daughter" nil (((d ao) 1) ((t er) 0))) +("daughters" nil (((d ao) 1) ((t er z) 0))) +("daughtery" nil (((d ao) 1) ((t er) 0) ((iy) 0))) +("daughton" nil (((d ao) 1) ((t ax n) 0))) +("daughtrey" nil (((d ao) 1) ((t r iy) 0))) +("daughtridge" nil (((d ao) 1) ((t r ih jh) 0))) +("daughtry" nil (((d ao) 1) ((t r iy) 0))) +("daul" nil (((d ao l) 1))) +("dault" nil (((d ao l t) 1))) +("daulton" nil (((d ao l) 1) ((t ax n) 0))) +("daum" nil (((d ao m) 1))) +("daun" nil (((d ao n) 1))) +("daunted" nil (((d ao n) 1) ((t ih d) 0))) +("daunting" nil (((d ao n) 1) ((t ih ng) 0))) +("dauphin" nil (((d aw) 1) ((f ih n) 0))) +("dauphinais" nil (((d ow) 1) ((f ih) 0) ((n ey) 0))) +("dauphinee" nil (((d ao) 0) ((f ih) 0) ((n iy) 1))) +("dauria" nil (((d ao) 1) ((r iy) 0) ((ax) 0))) +("daus" nil (((d ao z) 1))) +("dauster" nil (((d aw) 1) ((s t er) 0))) +("dauterive" nil (((d ow) 1) ((t er) 0) ((ih v) 0))) +("dauzat" nil (((d aw) 1) ((z ax t) 0))) +("davalos" nil (((d aa) 0) ((v aa) 1) ((l ow z) 0))) +("davanzo" nil (((d ax) 0) ((v ae n) 1) ((z ow) 0))) +("davao" nil (((d ax) 0) ((v ow) 1))) +("davault" nil (((d ax) 0) ((v ow) 1))) +("davco" nil (((d ae v) 1) ((k ow) 0))) +("dave" nil (((d ey v) 1))) +("davee" nil (((d ae) 1) ((v iy) 0))) +("davenport" nil (((d ae) 1) ((v ax n) 0) ((p ao r t) 1))) +("davern" nil (((d ae) 1) ((v er n) 0))) +("daversa" nil (((d aa) 0) ((v eh r) 1) ((s ax) 0))) +("daves" nil (((d ey v z) 1))) +("davey" nil (((d ey) 1) ((v iy) 0))) +("davi" nil (((d aa) 1) ((v iy) 0))) +("davia" nil (((d aa) 1) ((v iy) 0) ((ax) 0))) +("david" nil (((d ey) 1) ((v ih d) 0))) +("davida" nil (((d aa) 0) ((v iy) 1) ((d ax) 0))) +("davide" nil (((d ah) 1) ((v iy) 1) ((d ey) 1))) +("davidge" nil (((d ae) 1) ((v ih jh) 0))) +("davidian" nil (((d ax) 0) ((v ih) 1) ((d iy) 0) ((ax n) 0))) +("davidians" nil (((d ax) 0) ((v ih) 1) ((d iy) 0) ((ax n z) 0))) +("davidoff" nil (((d ey) 1) ((v ih) 0) ((d ao f) 0))) +("davidow" nil (((d ae) 1) ((v ih) 0) ((d ow) 0))) +("davids" nil (((d ey) 1) ((v ih d z) 0))) +("davidson" nil (((d ey) 1) ((v ih d) 0) ((s ax n) 0))) +("davie" nil (((d ey) 1) ((v iy) 0))) +("davies" nil (((d ey) 1) ((v iy z) 0))) +("davignon" nil (((d aa) 0) ((v iy g) 0) ((n ao n) 1))) +("davila" nil (((d ax) 0) ((v ih) 1) ((l ax) 0))) +("davilla" nil (((d ax) 0) ((v ih) 1) ((l ax) 0))) +("davin" nil (((d ae) 1) ((v ih n) 0))) +("davina" nil (((d aa) 0) ((v iy) 1) ((n ax) 0))) +("davino" nil (((d aa) 0) ((v iy) 1) ((n ow) 0))) +("davis" nil (((d ey) 1) ((v ax s) 0))) +("davison" nil (((d ey) 1) ((v ih) 0) ((s ax n) 0))) +("davisson" nil (((d ae) 1) ((v ih) 0) ((s ax n) 0))) +("davitt" nil (((d ax) 0) ((v ih t) 1))) +("davlin" nil (((d ae) 1) ((v l ih n) 0))) +("davoli" nil (((d aa) 0) ((v ow) 1) ((l iy) 0))) +("davos" nil (((d aa) 1) ((v ow s) 0))) +("davox" nil (((d ae) 1) ((v aa k s) 0))) +("davy" nil (((d ey) 1) ((v iy) 0))) +("davydov" nil (((d ey) 1) ((v ih) 0) ((d ao v) 1))) +("daw" nil (((d ao) 1))) +("dawdle" nil (((d ao) 1) ((d ax l) 0))) +("dawdling" nil (((d ao d) 1) ((l ih ng) 0))) +("dawdy" nil (((d ao) 1) ((d iy) 0))) +("dawe" nil (((d ao) 1))) +("dawei" nil (((d aa) 1) ((w ey) 1))) +("dawes" nil (((d ao z) 1))) +("dawit" nil (((d ae) 1) ((w ih t) 0))) +("dawkins" nil (((d ao) 1) ((k ih n z) 0))) +("dawley" nil (((d ao) 1) ((l iy) 0))) +("dawn" nil (((d ao n) 1))) +("dawned" nil (((d ao n d) 1))) +("dawning" nil (((d ao) 1) ((n ih ng) 0))) +("dawns" nil (((d ao n z) 1))) +("daws" nil (((d ao z) 1))) +("dawsey" nil (((d ao) 1) ((s iy) 0))) +("dawson" nil (((d ao) 1) ((s ax n) 0))) +("dax" nil (((d ae k s) 1))) +("daxor" nil (((d ae k) 1) ((s er) 0))) +("day" nil (((d ey) 1))) +("daya" nil (((d ay) 1) ((ax) 0))) +("dayan" nil (((d ey) 1) ((ax n) 0))) +("daybreak" nil (((d ey) 1) ((b r ey k) 1))) +("daycare" nil (((d ey) 1) ((k eh r) 1))) +("dayco" nil (((d ey) 1) ((k ow) 0))) +("daydream" nil (((d ey) 1) ((d r iy m) 1))) +("daydreamed" nil (((d ey) 1) ((d r iy m d) 1))) +("daye" nil (((d ey) 1))) +("dayhoff" nil (((d ey) 1) ((hh ao f) 0))) +("dayhuff" nil (((d ey) 1) ((hh ah f) 1))) +("dayle" nil (((d ey l) 1))) +("dayley" nil (((d ey) 1) ((l iy) 0))) +("daylight" nil (((d ey) 1) ((l ay t) 1))) +("daylights" nil (((d ey) 1) ((l ay t s) 1))) +("daylong" nil (((d ey) 1) ((l ao ng) 1))) +("daynard" nil (((d ey) 1) ((n er d) 0))) +("dayne" nil (((d ey n) 1))) +("days" nil (((d ey z) 1))) +("daytime" nil (((d ey) 1) ((t ay m) 1))) +("daytimes" nil (((d ey) 1) ((t ay m z) 1))) +("dayton" nil (((d ey) 1) ((t ax n) 0))) +("daytona" nil (((d ey) 0) ((t ow) 1) ((n ax) 0))) +("daytop" nil (((d ey) 1) ((t aa p) 1))) +("daywalt" nil (((d ey) 1) ((w ax l t) 0))) +("daze" nil (((d ey z) 1))) +("dazed" nil (((d ey z d) 1))) +("dazey" nil (((d ey) 1) ((z iy) 0))) +("dazhou" nil (((d aa) 1) ((jh ow) 1))) +("dazs" nil (((d aa s) 1))) +("dazzle" nil (((d ae) 1) ((z ax l) 0))) +("dazzled" nil (((d ae) 1) ((z ax l d) 0))) +("dazzling" nil (((d ae) 1) ((z ax) 0) ((l ih ng) 0))) +("dazzo" nil (((d ae) 1) ((z ow) 0))) +("dbase" nil (((d iy) 1) ((b ey s) 1))) +("DBS" nil (((d iy) 1) ((b iy) 1) ((eh s) 1))) +("dci" nil (((d iy) 1) ((s iy) 1) ((ay) 1))) +("ddt" nil (((d iy) 1) ((d iy) 1) ((t iy) 1))) +("de" nil (((d ah) 0))) +("dea" nil (((d iy) 1))) +("deacon" nil (((d iy) 1) ((k ax n) 0))) +("deaconess" nil (((d iy) 1) ((k ax) 0) ((n ax s) 0))) +("deacons" nil (((d iy) 1) ((k ax n z) 0))) +("deactivate" nil (((d iy) 0) ((ae k) 1) ((t ih) 0) ((v ey t) 0))) +("deactivated" nil (((d iy) 0) ((ae k) 1) ((t ih) 0) ((v ey) 1) ((t ih d) 0))) +("dead" nil (((d eh d) 1))) +("deadbeat" nil (((d eh d) 1) ((b iy t) 1))) +("deadbeats" nil (((d eh d) 1) ((b iy t s) 1))) +("deadening" nil (((d eh) 1) ((d ax) 0) ((n ih ng) 0))) +("deader" nil (((d eh) 1) ((d er) 0))) +("deadlier" n (((d eh d) 1) ((l iy) 0) ((er) 0))) +("deadliest" nil (((d eh d) 1) ((l iy) 0) ((ax s t) 0))) +("deadline" nil (((d eh d) 1) ((l ay n) 1))) +("deadlines" nil (((d eh d) 1) ((l ay n z) 1))) +("deadliness" nil (((d eh d) 1) ((l iy) 0) ((n ax s) 0))) +("deadlock" nil (((d eh d) 1) ((l aa k) 1))) +("deadlocked" nil (((d eh d) 1) ((l aa k t) 1))) +("deadlocks" nil (((d eh d) 1) ((l aa k s) 1))) +("deadly" nil (((d eh d) 1) ((l iy) 0))) +("deadpan" nil (((d eh d) 1) ((p ae n) 1))) +("deadweight" nil (((d eh) 1) ((d w ey t) 1))) +("deadwood" nil (((d eh) 1) ((d w uh d) 1))) +("deadwyler" nil (((d eh) 1) ((d w ay) 1) ((l er) 0))) +("deady" nil (((d eh) 1) ((d iy) 0))) +("deaf" nil (((d eh f) 1))) +("deafening" nil (((d eh) 1) ((f ax) 0) ((n ih ng) 0))) +("deafness" nil (((d eh f) 1) ((n ax s) 0))) +("deahl" nil (((d iy l) 1))) +("deak" nil (((d iy k) 1))) +("deakin" nil (((d iy) 1) ((k ih n) 0))) +("deakins" nil (((d iy) 1) ((k ih n z) 0))) +("deal" nil (((d iy l) 1))) +("dealba" nil (((d iy) 1) ((ae l) 1) ((b ax) 0))) +("dealer" nil (((d iy) 1) ((l er) 0))) +("dealerline" nil (((d iy) 1) ((l er) 0) ((l ay n) 1))) +("dealers" nil (((d iy) 1) ((l er z) 0))) +("dealership" nil (((d iy) 1) ((l er) 0) ((sh ih p) 1))) +("dealerships" nil (((d iy) 1) ((l er) 0) ((sh ih p s) 1))) +("dealey" nil (((d iy) 1) ((l iy) 0))) +("dealfish" nil (((d iy l) 1) ((f ih sh) 1))) +("dealing" nil (((d iy) 1) ((l ih ng) 0))) +("dealings" nil (((d iy) 1) ((l ih ng z) 0))) +("dealmaker" nil (((d iy l) 1) ((m ey) 1) ((k er) 0))) +("dealmakers" nil (((d iy l) 1) ((m ey) 1) ((k er z) 0))) +("dealmaking" nil (((d iy l) 1) ((m ey) 1) ((k ih ng) 0))) +("dealmeida" nil (((d ax l) 0) ((m iy) 1) ((d ax) 0))) +("deals" nil (((d iy l z) 1))) +("dealt" nil (((d eh l t) 1))) +("dealy" nil (((d iy) 1) ((l iy) 0))) +("deam" nil (((d iy m) 1))) +("deamer" nil (((d iy) 1) ((m er) 0))) +("dean" nil (((d iy n) 1))) +("deana" nil (((d iy) 1) ((ae) 1) ((n ax) 0))) +("deanda" nil (((d iy) 1) ((ae n) 1) ((d ax) 0))) +("deandrade" nil (((d ax n) 0) ((d r aa) 1) ((d iy) 0))) +("deandrea" nil (((d ae) 1) ((d r iy) 0) ((ax) 0))) +("deane" nil (((d iy n) 1))) +("deaner" nil (((d iy) 1) ((n er) 0))) +("deangelis" nil (((d iy) 0) ((ae n) 1) ((jh ax) 0) ((l ax s) 0))) +("deangelo" nil (((d ax ng) 0) ((g eh) 1) ((l ow) 0))) +("deanna" nil (((d iy) 1) ((ae) 1) ((n ax) 0))) +("deans" nil (((d iy n z) 1))) +("dear" nil (((d ih r) 1))) +("dearborn" nil (((d ih r) 1) ((b ao r n) 1))) +("dearden" nil (((d ih r) 1) ((d ax n) 0))) +("deardorff" nil (((d ih r) 1) ((d ao r f) 1))) +("deardourff" nil (((d ih r) 1) ((d ao r f) 1))) +("dearest" nil (((d ih) 1) ((r ax s t) 0))) +("dearing" nil (((d ih) 1) ((r ih ng) 0))) +("dearinger" nil (((d ih) 1) ((r ih ng) 0) ((er) 0))) +("dearly" nil (((d ih r) 1) ((l iy) 0))) +("dearman" nil (((d ih r) 1) ((m ax n) 0))) +("dearmas" nil (((d er) 1) ((m ax z) 0))) +("dearment" nil (((d ih r) 1) ((m ax n t) 0))) +("dearmon" nil (((d er) 1) ((m ax n) 0))) +("dearmond" nil (((d er) 1) ((m ax n d) 0))) +("dearth" nil (((d er th) 1))) +("deary" nil (((d ih) 1) ((r iy) 0))) +("deas" nil (((d iy z) 1))) +("dease" nil (((d iy s) 1))) +("deason" nil (((d iy) 1) ((z ax n) 0))) +("deasy" nil (((d iy) 1) ((s iy) 0))) +("deater" nil (((d iy) 1) ((t er) 0))) +("death" nil (((d eh th) 1))) +("deathbed" nil (((d eh th) 1) ((b eh d) 1))) +("deatherage" nil (((d eh) 1) ((th er) 0) ((ih jh) 0))) +("deathly" nil (((d eh th) 1) ((l iy) 0))) +("deaths" nil (((d eh th s) 1))) +("deathwatch" nil (((d eh) 1) ((th w aa ch) 1))) +("deatley" nil (((d iy t) 1) ((l iy) 0))) +("deaton" nil (((d iy) 1) ((t ax n) 0))) +("deatrick" nil (((d iy) 1) ((t r ih k) 0))) +("deats" nil (((d iy t s) 1))) +("deaver" nil (((d iy) 1) ((v er) 0))) +("deavers" nil (((d iy) 1) ((v er z) 0))) +("deavila" nil (((d ax) 0) ((v iy) 1) ((l ax) 0))) +("deb" nil (((d eh b) 1))) +("debacker" nil (((d iy) 1) ((b ae) 0) ((k er) 0))) +("debacle" nil (((d ax) 0) ((b aa) 1) ((k ax l) 0))) +("debacles" nil (((d ey) 0) ((b aa) 1) ((k ax l z) 0))) +("debakey" nil (((d ih) 0) ((b ey) 1) ((k iy) 0))) +("debarment" nil (((d ih) 0) ((b aa r) 1) ((m ax n t) 0))) +("debarr" nil (((d ih) 0) ((b ae r) 1))) +("debarros" nil (((d ey) 0) ((b aa) 1) ((r ow z) 0))) +("debartolo" nil (((d ih) 0) ((b aa r) 0) ((t ow) 1) ((l ow) 0))) +("debartolos" nil (((d ax) 0) ((b aa r) 1) ((t ax) 0) ((l ow z) 0))) +("debase" nil (((d ax) 0) ((b ey s) 1))) +("debased" nil (((d ax) 0) ((b ey s t) 1))) +("debasement" nil (((d ax) 0) ((b ey) 1) ((s m ax n t) 0))) +("debasing" nil (((d ih) 0) ((b ey) 1) ((s ih ng) 0))) +("debatable" nil (((d ax) 0) ((b ey) 1) ((t ax) 0) ((b ax l) 0))) +("debate" nil (((d ax) 0) ((b ey t) 1))) +("debated" nil (((d ax) 0) ((b ey) 1) ((t ih d) 0))) +("debater" nil (((d ax) 0) ((b ey) 1) ((t er) 0))) +("debates" nil (((d ax) 0) ((b ey t s) 1))) +("debating" nil (((d ax) 0) ((b ey) 1) ((t ih ng) 0))) +("debauche" nil (((d eh) 1) ((b aw k) 0))) +("debauchery" nil (((d ax) 0) ((b ao) 1) ((ch er) 0) ((iy) 0))) +("debaun" nil (((d eh) 1) ((b aw n) 0))) +("debbie" nil (((d eh) 1) ((b iy) 0))) +("debby" nil (((d eh) 1) ((b iy) 0))) +("debeer" nil (((d eh) 1) ((b ih r) 0))) +("debeers" nil (((d ih) 0) ((b ih r z) 1))) +("debelak" nil (((d eh) 1) ((b ih) 0) ((l ax k) 0))) +("debell" nil (((d iy) 1) ((b eh l) 0))) +("debella" nil (((d ih) 0) ((b eh) 1) ((l ax) 0))) +("debellis" nil (((d eh) 1) ((b ih) 0) ((l ih s) 0))) +("debello" nil (((d ih) 0) ((b eh) 1) ((l ow) 0))) +("debenedetto" nil (((d ih) 0) ((b ih) 0) ((n ax) 0) ((d eh) 1) ((t ow) 0))) +("debenedictis" nil (((d eh) 1) ((b ih) 0) ((n ax) 0) ((d ih k) 0) ((t ih s) 0))) +("debenture" nil (((d ax) 0) ((b eh n) 1) ((ch er) 0))) +("debentures" nil (((d ax) 0) ((b eh n) 1) ((ch er z) 0))) +("debernardi" nil (((d ih) 0) ((b er) 0) ((n aa r) 1) ((d iy) 0))) +("deberry" nil (((d iy) 1) ((b eh) 0) ((r iy) 0))) +("debes" nil (((d iy b z) 1))) +("debevoise" nil (((d eh) 1) ((b eh v) 0) ((w aa z) 1))) +("debi" nil (((d eh) 1) ((b iy) 0))) +("debiase" nil (((d ih) 0) ((b iy) 0) ((aa) 1) ((s iy) 0))) +("debilitated" nil (((d ax) 0) ((b ih) 1) ((l ax) 0) ((t ey) 1) ((t ih d) 0))) +("debilitating" nil (((d ax) 0) ((b ih) 1) ((l ax) 0) ((t ey) 1) ((t ih ng) 0))) +("debility" nil (((d ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("debit" nil (((d eh) 1) ((b ih t) 0))) +("deblanc" nil (((d ih) 0) ((b l ae ng k) 1))) +("deblasio" nil (((d ih) 0) ((b l aa) 1) ((s iy) 0) ((ow) 0))) +("deblock" nil (((d eh) 1) ((b l ax k) 0))) +("deblois" nil (((d eh) 1) ((b l uw) 1))) +("debnam" nil (((d eh b) 1) ((n ax m) 0))) +("debo" nil (((d iy) 1) ((b ow) 0))) +("deboard" nil (((d iy) 1) ((b ao r d) 0))) +("deboe" nil (((d ih) 0) ((b ow) 1))) +("deboer" nil (((d iy) 1) ((b ow) 0) ((er) 0))) +("debold" nil (((d eh) 1) ((b ow l d) 0))) +("debolt" nil (((d eh) 1) ((b ow l t) 0))) +("debona" nil (((d ih) 0) ((b ow) 1) ((n ax) 0))) +("debonair" nil (((d eh) 1) ((b ax) 0) ((n eh r) 1))) +("debonis" nil (((d eh) 1) ((b ax) 0) ((n ih s) 0))) +("debono" nil (((d ih) 0) ((b ow) 1) ((n ow) 0))) +("debor" nil (((d eh) 1) ((b ao r) 0))) +("debora" nil (((d eh) 1) ((b r ax) 0))) +("deborah" nil (((d eh) 1) ((b er) 0) ((ax) 0))) +("debord" nil (((d ih) 0) ((b ao r d) 1))) +("deborde" nil (((d ih) 0) ((b ao r d) 1))) +("debose" nil (((d eh) 1) ((b ax s) 0))) +("debow" nil (((d eh) 1) ((b ow) 0))) +("deboy" nil (((d ih) 0) ((b oy) 1))) +("debra" nil (((d eh) 1) ((b r ax) 0))) +("debriefed" nil (((d ih) 0) ((b r iy f t) 1))) +("debriefing" nil (((d ih) 0) ((b r iy) 1) ((f ih ng) 0))) +("debris" nil (((d ax) 0) ((b r iy) 1))) +("debrosse" nil (((d eh) 1) ((b r ax s) 0))) +("debruhl" nil (((d eh) 1) ((b r ax l) 0))) +("debruin" nil (((d eh) 1) ((b r uw) 0) ((ih n) 0))) +("debruler" nil (((d eh) 1) ((b r uw) 0) ((l er) 0))) +("debruyn" nil (((d eh) 1) ((b r ay n) 0))) +("debruyne" nil (((d eh) 1) ((b r ay n) 0))) +("debs" nil (((d eh b z) 1))) +("debt" nil (((d eh t) 1))) +("debtholder" nil (((d eh t) 1) ((hh ow l) 1) ((d er) 0))) +("debtholders" nil (((d eh t) 1) ((hh ow l) 1) ((d er z) 0))) +("debtor" nil (((d eh) 1) ((t er) 0))) +("debtors" nil (((d eh) 1) ((t er z) 0))) +("debts" nil (((d eh t s) 1))) +("debugging" nil (((d iy) 0) ((b ah) 1) ((g ih ng) 0))) +("debuhr" nil (((d eh) 1) ((b uh r) 0))) +("debunk" nil (((d ih) 0) ((b ah ng k) 1))) +("debunked" nil (((d ih) 0) ((b ah ng k t) 1))) +("debunking" nil (((d ih) 0) ((b ah ng) 1) ((k ih ng) 0))) +("debus" nil (((d eh) 1) ((b ih s) 0))) +("debusk" nil (((d eh) 1) ((b ax s k) 0))) +("debussy" nil (((d ih) 0) ((b ah) 1) ((s iy) 0))) +("debut" nil (((d ey) 0) ((b y uw) 1))) +("debutante" nil (((d eh) 1) ((b y ax) 0) ((t aa n t) 1))) +("debutantes" nil (((d eh) 1) ((b y ax) 0) ((t aa n t s) 1))) +("debuted" nil (((d ey) 0) ((b y uw d) 1))) +("debuts" nil (((d ey) 1) ((b y uw z) 0))) +("dec" nil (((d eh k) 1))) +("decade" nil (((d eh) 0) ((k ey d) 1))) +("decadence" nil (((d eh) 1) ((k ax) 0) ((d ax n s) 0))) +("decadent" nil (((d eh) 1) ((k ax) 0) ((d ax n t) 0))) +("decades" nil (((d eh) 0) ((k ey d z) 1))) +("decaf" n (((d iy) 1) ((k ae f) 1))) +("decaffeinate" nil (((d iy) 0) ((k ae) 1) ((f ax) 0) ((n ey t) 1))) +("decaffeinated" nil (((d iy) 0) ((k ae) 1) ((f ax) 0) ((n ey) 1) ((t ih d) 0))) +("decaffeinating" nil (((d iy) 0) ((k ae) 1) ((f ax) 0) ((n ey) 1) ((t ih ng) 0))) +("decaire" nil (((d iy) 1) ((k eh r) 0))) +("decals" nil (((d iy) 1) ((k ae l z) 1))) +("decamillo" nil (((d eh) 1) ((k ax) 0) ((m ih) 1) ((l ow) 0))) +("decamp" nil (((d ax) 0) ((k ae m p) 1))) +("decamped" nil (((d iy) 0) ((k ae m p t) 1))) +("decandia" nil (((d ih) 0) ((k aa n) 1) ((d iy) 0) ((ax) 0))) +("decanting" nil (((d ax) 0) ((k ae n) 1) ((t ih ng) 0))) +("decapitated" nil (((d iy) 0) ((k ae) 1) ((p ax) 0) ((t ey) 1) ((t ih d) 0))) +("decapitation" nil (((d ih) 0) ((k ae) 1) ((p ih) 0) ((t ey) 1) ((sh ax n) 0))) +("decaprio" nil (((d ih) 0) ((k aa) 1) ((p r iy) 0) ((ow) 0))) +("decapua" nil (((d ih) 0) ((k aa) 0) ((p uw) 1) ((ax) 0))) +("decarli" nil (((d ih) 0) ((k aa r) 1) ((l iy) 0))) +("decarlo" nil (((d ih) 0) ((k aa r) 1) ((l ow) 0))) +("decaro" nil (((d ih) 0) ((k aa) 1) ((r ow) 0))) +("decarolis" nil (((d eh) 1) ((k er) 0) ((ax) 0) ((l ih s) 0))) +("decastro" nil (((d ih) 0) ((k ae) 1) ((s t r ow) 0))) +("decato" nil (((d ih) 0) ((k aa) 1) ((t ow) 0))) +("decatur" nil (((d ih) 0) ((k ey) 1) ((t er) 0))) +("decay" nil (((d ax) 0) ((k ey) 1))) +("decayed" nil (((d ax) 0) ((k ey d) 1))) +("decaying" nil (((d ax) 0) ((k ey) 1) ((ih ng) 0))) +("decays" nil (((d ax) 0) ((k ey z) 1))) +("decca" nil (((d eh) 1) ((k ax) 0))) +("deceased" nil (((d ih) 0) ((s iy s t) 1))) +("dececco" nil (((d ih) 0) ((ch eh) 1) ((k ow) 0))) +("decedent" nil (((d ih) 0) ((s iy) 1) ((d ax n t) 0))) +("deceit" nil (((d ax) 0) ((s iy t) 1))) +("deceitful" nil (((d ax) 0) ((s iy t) 1) ((f ax l) 0))) +("deceive" nil (((d ih) 0) ((s iy v) 1))) +("deceived" nil (((d ih) 0) ((s iy v d) 1))) +("deceiving" nil (((d ih) 0) ((s iy) 1) ((v ih ng) 0))) +("decelerate" nil (((d ih) 0) ((s eh) 1) ((l er) 0) ((ey t) 1))) +("decelerated" nil (((d ih) 0) ((s eh) 1) ((l er) 0) ((ey) 1) ((t ih d) 0))) +("decelerating" nil (((d ih) 0) ((s eh) 1) ((l er) 0) ((ey) 1) ((t ih ng) 0))) +("deceleration" nil (((d ih) 0) ((s eh) 1) ((l er) 0) ((ey) 1) ((sh ax n) 0))) +("decelle" nil (((d ih) 0) ((s eh l) 1))) +("decelles" nil (((d eh) 1) ((s ax l z) 0))) +("december" nil (((d ih) 0) ((s eh m) 1) ((b er) 0))) +("decency" nil (((d iy) 1) ((s ax n) 0) ((s iy) 0))) +("decennial" nil (((d ax) 0) ((s eh) 1) ((n iy) 0) ((ax l) 0))) +("decent" nil (((d iy) 1) ((s ax n t) 0))) +("decently" nil (((d iy) 1) ((s ax n t) 0) ((l iy) 0))) +("decentralization" nil (((d ih) 0) ((s eh n) 1) ((t r ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("decentralize" nil (((d ih) 0) ((s eh n) 1) ((t r ax) 0) ((l ay z) 1))) +("decentralized" nil (((d ih) 0) ((s eh n) 1) ((t r ax) 0) ((l ay z d) 1))) +("decentralizing" nil (((d ih) 0) ((s eh n) 1) ((t r ax) 0) ((l ay) 1) ((z ih ng) 0))) +("deception" nil (((d ih) 0) ((s eh p) 1) ((sh ax n) 0))) +("deceptions" nil (((d ih) 0) ((s eh p) 1) ((sh ax n z) 0))) +("deceptive" nil (((d ih) 0) ((s eh p) 1) ((t ih v) 0))) +("deceptively" nil (((d ih) 0) ((s eh p) 1) ((t ih) 0) ((v l iy) 0))) +("decertification" nil (((d iy) 0) ((s er) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("decertified" nil (((d iy) 0) ((s er) 1) ((t ax) 0) ((f ay d) 1))) +("decesare" nil (((d ih) 0) ((ch eh) 0) ((s aa) 1) ((r iy) 0))) +("decesaris" nil (((d ih) 0) ((s eh) 1) ((s er) 0) ((ih s) 0))) +("dech" nil (((d eh k) 1))) +("dechant" nil (((d ey) 1) ((ch ax n t) 0))) +("dechellis" nil (((d eh) 1) ((k ih) 0) ((l ih s) 0))) +("dechene" nil (((d eh) 1) ((k iy n) 0))) +("decherd" nil (((d eh) 1) ((ch er d) 0))) +("dechert" nil (((d eh) 1) ((k er t) 0))) +("dechristopher" nil (((d eh) 1) ((k r ih) 0) ((s t aa) 0) ((f er) 0))) +("decibel" nil (((d eh) 1) ((s ax) 0) ((b eh l) 1))) +("decibels" nil (((d eh) 1) ((s ax) 0) ((b ax l z) 0))) +("decicco" nil (((d ih) 0) ((ch iy) 1) ((k ow) 0))) +("decide" nil (((d ih) 0) ((s ay d) 1))) +("decided" nil (((d ih) 0) ((s ay) 1) ((d ih d) 0))) +("decidedly" nil (((d ih) 0) ((s ay) 1) ((d ax d) 0) ((l iy) 0))) +("decides" nil (((d ih) 0) ((s ay d z) 1))) +("deciding" nil (((d ax) 0) ((s ay) 1) ((d ih ng) 0))) +("deciduous" nil (((d ih) 0) ((s ih) 1) ((jh uw) 0) ((ax s) 0))) +("deciliter" nil (((d eh) 1) ((s ax) 0) ((l iy) 1) ((t er) 0))) +("decima" nil (((d ih) 0) ((ch iy) 1) ((m ax) 0))) +("decimal" nil (((d eh) 1) ((s ax) 0) ((m ax l) 0))) +("decimals" nil (((d eh) 1) ((s ax) 0) ((m ax l z) 0))) +("decimate" nil (((d eh) 1) ((s ax) 0) ((m ey t) 1))) +("decimated" nil (((d eh) 1) ((s ax) 0) ((m ey) 1) ((t ih d) 0))) +("decimeter" nil (((d eh) 1) ((s ax) 0) ((m iy) 1) ((t er) 0))) +("decimeters" nil (((d eh) 1) ((s ax) 0) ((m iy) 1) ((t er z) 0))) +("decimetre" nil (((d eh) 1) ((s ax) 0) ((m iy) 1) ((t er) 0))) +("decimetres" nil (((d eh) 1) ((s ax) 0) ((m iy) 1) ((t er z) 0))) +("decipher" nil (((d ih) 0) ((s ay) 1) ((f er) 0))) +("deciphered" nil (((d ih) 0) ((s ay) 1) ((f er d) 0))) +("deciphering" nil (((d ax) 0) ((s ay) 1) ((f er) 0) ((ih ng) 0))) +("decision" nil (((d ih) 0) ((s ih) 1) ((zh ax n) 0))) +("decisionmaking" nil (((d ih) 0) ((s ih) 1) ((zh ax n) 0) ((m ey) 1) ((k ih ng) 0))) +("decisions" nil (((d ih) 0) ((s ih) 1) ((zh ax n z) 0))) +("decisive" nil (((d ih) 0) ((s ay) 1) ((s ih v) 0))) +("decisively" nil (((d ih) 0) ((s ay) 1) ((s ih) 0) ((v l iy) 0))) +("decisiveness" nil (((d ih) 0) ((s ay) 1) ((s ih v) 0) ((n ax s) 0))) +("deck" nil (((d eh k) 1))) +("deckard" nil (((d ih) 0) ((k aa r d) 1))) +("decked" nil (((d eh k t) 1))) +("decker" nil (((d eh) 1) ((k er) 0))) +("deckert" nil (((d eh) 1) ((k er t) 0))) +("decking" nil (((d eh) 1) ((k ih ng) 0))) +("deckman" nil (((d eh k) 1) ((m ax n) 0))) +("decks" nil (((d eh k s) 1))) +("declaimed" nil (((d ih) 0) ((k l ey m d) 1))) +("declaration" nil (((d eh) 1) ((k l er) 0) ((ey) 1) ((sh ax n) 0))) +("declarations" nil (((d eh) 1) ((k l er) 0) ((ey) 1) ((sh ax n z) 0))) +("declaratory" nil (((d ih) 0) ((k l eh) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0))) +("declare" nil (((d ih) 0) ((k l eh r) 1))) +("declared" nil (((d ih) 0) ((k l eh r d) 1))) +("declares" nil (((d ih) 0) ((k l eh r z) 1))) +("declaring" nil (((d ih) 0) ((k l eh) 1) ((r ih ng) 0))) +("declassified" nil (((d ih) 0) ((k l ae) 1) ((s ax) 0) ((f ay d) 1))) +("declassify" nil (((d ih) 0) ((k l ae) 1) ((s ax) 0) ((f ay) 1))) +("declerck" nil (((d ax) 0) ((k l er k) 1))) +("declercq" nil (((d ax) 0) ((k l er k) 1))) +("declerk" nil (((d ax) 0) ((k l er k) 1))) +("declerque" nil (((d ax) 0) ((k l er k) 1))) +("decline" nil (((d ih) 0) ((k l ay n) 1))) +("declined" nil (((d ih) 0) ((k l ay n d) 1))) +("decliner" nil (((d ih) 0) ((k l ay) 1) ((n er) 0))) +("decliners" nil (((d ih) 0) ((k l ay) 1) ((n er z) 0))) +("declines" nil (((d ih) 0) ((k l ay n z) 1))) +("declining" nil (((d ih) 0) ((k l ay) 1) ((n ih ng) 0))) +("declue" nil (((d eh) 1) ((k l uw) 0))) +("deco" nil (((d eh) 1) ((k ow) 0))) +("decode" nil (((d ih) 0) ((k ow d) 1))) +("decoded" n (((d ax) 0) ((k ow) 1) ((d ax d) 0))) +("decoder" nil (((d ih) 0) ((k ow) 1) ((d er) 0))) +("decoders" nil (((d ih) 0) ((k ow) 1) ((d er z) 0))) +("decoding" nil (((d ih) 0) ((k ow) 1) ((d ih ng) 0))) +("decola" nil (((d ih) 0) ((k ow) 1) ((l ax) 0))) +("decom" nil (((d eh) 1) ((k aa m) 1))) +("decommissioned" nil (((d iy) 0) ((k ax) 0) ((m ih) 1) ((sh ax n d) 0))) +("decommissioning" nil (((d iy) 0) ((k ax) 0) ((m ih) 1) ((sh ax) 0) ((n ih ng) 0))) +("decompose" nil (((d iy) 1) ((k ax m) 0) ((p ow z) 1))) +("decomposed" nil (((d iy) 1) ((k ax m) 0) ((p ow z d) 1))) +("decomposes" nil (((d iy) 1) ((k ax m) 0) ((p ow) 1) ((z ih z) 0))) +("decompression" nil (((d iy) 1) ((k ax m) 0) ((p r eh) 1) ((sh ax n) 0))) +("deconcini" nil (((d iy) 1) ((k ax n) 0) ((s iy) 1) ((n iy) 0))) +("decongestants" nil (((d ih) 0) ((k ax n) 0) ((jh eh) 1) ((s t ax n t s) 0))) +("deconstruction" nil (((d iy) 0) ((k ax n) 0) ((s t r ah k) 1) ((sh ax n) 0))) +("decontamination" nil (((d iy) 0) ((k ax n) 0) ((t ae) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("decontrol" nil (((d iy) 1) ((k ax n) 0) ((t r ow l) 1))) +("decontrolled" nil (((d iy) 1) ((k ax n) 0) ((t r ow l d) 1))) +("decook" nil (((d eh) 1) ((k uh k) 0))) +("decor" nil (((d ih) 0) ((k ao r) 1))) +("decorate" nil (((d eh) 1) ((k er) 0) ((ey t) 1))) +("decorated" nil (((d eh) 1) ((k er) 0) ((ey) 1) ((t ax d) 0))) +("decorating" nil (((d eh) 1) ((k er) 0) ((ey) 1) ((t ih ng) 0))) +("decoration" nil (((d eh) 1) ((k er) 0) ((ey) 1) ((sh ax n) 0))) +("decorations" nil (((d eh) 1) ((k er) 0) ((ey) 1) ((sh ax n z) 0))) +("decorative" nil (((d eh) 1) ((k r ax) 0) ((t ih v) 0))) +("decorator" nil (((d eh) 1) ((k er) 0) ((ey) 1) ((t er) 0))) +("decorators" nil (((d eh) 1) ((k er) 0) ((ey) 1) ((t er z) 0))) +("decordova" nil (((d iy) 1) ((k ao r) 1) ((d ow) 1) ((v ax) 0))) +("decorous" nil (((d eh) 1) ((k er) 0) ((ax s) 0))) +("decorte" nil (((d ih) 0) ((k ao r) 1) ((t iy) 0))) +("decorum" nil (((d ih) 0) ((k ao) 1) ((r ax m) 0))) +("decosta" nil (((d ih) 0) ((k ow) 1) ((s t ax) 0))) +("decoste" nil (((d ih) 0) ((k ow) 1) ((s t iy) 0))) +("decoster" nil (((d eh) 1) ((k ax) 0) ((s t er) 0))) +("decoteau" nil (((d eh) 1) ((k ax) 0) ((t ow) 0))) +("decou" nil (((d ih) 0) ((k uw) 1))) +("decouple" nil (((d iy) 0) ((k ah) 1) ((p ax l) 0))) +("decoupling" nil (((d iy) 0) ((k ah) 1) ((p l ih ng) 0))) +("decourcy" nil (((d eh) 1) ((k uh r) 0) ((k iy) 0))) +("decoursey" nil (((d eh) 1) ((k ao r) 0) ((s iy) 0))) +("decoy" nil (((d ax) 0) ((k oy) 1))) +("decoys" nil (((d iy) 1) ((k oy z) 0))) +("decrane" nil (((d ax) 0) ((k r ey n) 1))) +("decrease" n (((d iy) 1) ((k r iy s) 0))) +("decrease" v (((d ih) 0) ((k r iy s) 1))) +("decreased" nil (((d ih) 0) ((k r iy s t) 1))) +("decreases" n (((d iy) 1) ((k r iy) 0) ((s ax z) 0))) +("decreases" v (((d ih) 0) ((k r iy) 1) ((s ax z) 0))) +("decreasing" nil (((d ih) 0) ((k r iy) 1) ((s ih ng) 0))) +("decree" nil (((d ih) 0) ((k r iy) 1))) +("decreed" nil (((d ih) 0) ((k r iy d) 1))) +("decrees" nil (((d ih) 0) ((k r iy z) 1))) +("decrepit" nil (((d ax) 0) ((k r eh) 1) ((p ih t) 0))) +("decrescenzo" nil (((d ih) 0) ((k r eh s) 0) ((ch eh n) 1) ((z ow) 0))) +("decribed" nil (((d ih) 0) ((k r ay b d) 1))) +("decried" nil (((d ih) 0) ((k r ay d) 1))) +("decries" nil (((d ih) 0) ((k r ay z) 1))) +("decriminalization" nil (((d iy) 0) ((k r ih) 1) ((m ax) 0) ((n ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("decristofaro" nil (((d ih) 0) ((k r iy) 0) ((s t ow) 0) ((f aa) 1) ((r ow) 0))) +("decry" nil (((d ih) 0) ((k r ay) 1))) +("decrying" nil (((d ih) 0) ((k r ay) 1) ((ih ng) 0))) +("decter" nil (((d eh k) 1) ((t er) 0))) +("decuir" nil (((d eh) 1) ((k ih r) 0))) +("decworld" nil (((d eh) 1) ((k w er l d) 0))) +("dede" nil (((d iy d) 1))) +("dedeaux" nil (((d ih) 0) ((d ow) 1))) +("dedecker" nil (((d eh) 1) ((d ih) 0) ((k er) 0))) +("dederick" nil (((d eh) 1) ((d er) 0) ((ih k) 0))) +("dedeurwaerder" nil (((d ax) 0) ((d er) 1) ((w aa r) 1) ((d er) 0))) +("dedham" nil (((d eh) 1) ((d ax m) 0))) +("dedic" nil (((d eh) 1) ((d ih k) 0))) +("dedicate" nil (((d eh) 1) ((d ax) 0) ((k ey t) 1))) +("dedicated" nil (((d eh) 1) ((d ax) 0) ((k ey) 0) ((t ax d) 0))) +("dedicates" nil (((d eh) 1) ((d ih) 0) ((k ey t s) 1))) +("dedicating" nil (((d eh) 1) ((d ih) 0) ((k ey) 1) ((t ih ng) 0))) +("dedication" nil (((d eh) 1) ((d ax) 0) ((k ey) 1) ((sh ax n) 0))) +("dedios" nil (((d ey) 0) ((d iy) 1) ((ow z) 0))) +("dedman" nil (((d eh d) 1) ((m ax n) 0))) +("dedmon" nil (((d eh d) 1) ((m ax n) 0))) +("dedo" nil (((d ey) 1) ((d ow) 0))) +("dedominicis" nil (((d ey) 0) ((d ow) 0) ((m iy) 0) ((n iy) 1) ((s ih s) 0))) +("dedrick" nil (((d eh) 1) ((d r ih k) 0))) +("deduce" nil (((d ih) 0) ((d uw s) 1))) +("deduced" nil (((d ih) 0) ((d uw s t) 1))) +("deduct" nil (((d ih) 0) ((d ah k t) 1))) +("deducted" nil (((d ih) 0) ((d ah k) 1) ((t ih d) 0))) +("deductibility" nil (((d ih) 0) ((d ah k) 1) ((t ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("deductible" nil (((d ih) 0) ((d ah k) 1) ((t ax) 0) ((b ax l) 0))) +("deductibles" nil (((d ih) 0) ((d ah k) 1) ((t ax) 0) ((b ax l z) 0))) +("deducting" nil (((d ih) 0) ((d ah k) 1) ((t ih ng) 0))) +("deduction" nil (((d ih) 0) ((d ah k) 1) ((sh ax n) 0))) +("deductions" nil (((d ih) 0) ((d ah k) 1) ((sh ax n z) 0))) +("deducts" nil (((d ih) 0) ((d ah k t s) 1))) +("dee" nil (((d iy) 1))) +("deeb" nil (((d iy b) 1))) +("deed" nil (((d iy d) 1))) +("deeded" nil (((d iy) 1) ((d ax d) 0))) +("deeds" nil (((d iy d z) 1))) +("deeg" nil (((d iy g) 1))) +("deegan" nil (((d iy) 1) ((g ax n) 0))) +("deel" nil (((d iy l) 1))) +("deeley" nil (((d iy) 1) ((l iy) 0))) +("deely" nil (((d iy) 1) ((l iy) 0))) +("deem" nil (((d iy m) 1))) +("deemed" nil (((d iy m d) 1))) +("deemer" nil (((d iy) 1) ((m er) 0))) +("deemphasizing" nil (((d iy) 0) ((eh m) 1) ((f ax) 0) ((s ay) 1) ((z ih ng) 0))) +("deems" nil (((d iy m z) 1))) +("deen" nil (((d iy n) 1))) +("deener" nil (((d iy) 1) ((n er) 0))) +("deeney" nil (((d iy) 1) ((n iy) 0))) +("deep" nil (((d iy p) 1))) +("deepak" nil (((d iy) 1) ((p ae k) 1))) +("deepen" nil (((d iy) 1) ((p ax n) 0))) +("deepened" nil (((d iy) 1) ((p ax n d) 0))) +("deepening" nil (((d iy) 1) ((p ax) 0) ((n ih ng) 0))) +("deepens" nil (((d iy) 1) ((p ax n z) 0))) +("deeper" nil (((d iy) 1) ((p er) 0))) +("deepest" nil (((d iy) 1) ((p ax s t) 0))) +("deeply" nil (((d iy) 1) ((p l iy) 0))) +("deepmind" nil (((d iy p) 1) ((m ay n d) 2))) +("deepspeed" nil (((d iy p) 1) ((s p iy d) 2))) +("deepwater" nil (((d iy) 1) ((p w ao) 1) ((t er) 0))) +("deer" nil (((d ih r) 1))) +("deere" nil (((d ih r) 1))) +("deerfield" nil (((d ih r) 1) ((f iy l d) 0))) +("deering" nil (((d ih) 1) ((r ih ng) 0))) +("deerman" nil (((d ih r) 1) ((m ax n) 0))) +("deerskin" nil (((d ih r) 1) ((s k ih n) 1))) +("deery" nil (((d ih) 1) ((r iy) 0))) +("dees" nil (((d iy z) 1))) +("deese" nil (((d iy z) 1))) +("deeter" nil (((d iy) 1) ((t er) 0))) +("deets" nil (((d iy t s) 1))) +("deetz" nil (((d iy t s) 1))) +("defabio" nil (((d ih) 0) ((f aa) 1) ((b iy) 0) ((ow) 0))) +("defaced" nil (((d ih) 0) ((f ey s t) 1))) +("defalco" nil (((d ih) 0) ((f aa l) 1) ((k ow) 0))) +("defamation" nil (((d eh) 1) ((f ax) 0) ((m ey) 1) ((sh ax n) 0))) +("defamatory" nil (((d ih) 0) ((f ae) 1) ((m ax) 0) ((t ao) 1) ((r iy) 0))) +("defamed" nil (((d ih) 0) ((f ey m d) 1))) +("defarges" nil (((d ih) 0) ((f aa r) 1) ((jh ih z) 0))) +("default" nil (((d ih) 0) ((f ao l t) 1))) +("defaulted" nil (((d ih) 0) ((f ao l) 1) ((t ih d) 0))) +("defaulters" nil (((d ih) 0) ((f ao l) 1) ((t er z) 0))) +("defaulting" nil (((d ih) 0) ((f ao l) 1) ((t ih ng) 0))) +("defaults" nil (((d ih) 0) ((f ao l t s) 1))) +("defazio" nil (((d ih) 0) ((f aa) 1) ((z iy) 0) ((ow) 0))) +("defeasance" nil (((d ih) 0) ((f iy) 1) ((z ax n s) 0))) +("defeat" nil (((d ih) 0) ((f iy t) 1))) +("defeated" nil (((d ih) 0) ((f iy) 1) ((t ax d) 0))) +("defeating" nil (((d ih) 0) ((f iy) 1) ((t ih ng) 0))) +("defeatism" nil (((d ih) 0) ((f iy) 1) ((t ih) 0) ((z ax m) 0))) +("defeatist" nil (((d ih) 0) ((f iy) 1) ((t ih s t) 0))) +("defeats" nil (((d ih) 0) ((f iy t s) 1))) +("defect" n (((d iy) 1) ((f eh k t) 0))) +("defect" v (((d ih) 1) ((f eh k t) 1))) +("defected" nil (((d ih) 0) ((f eh k) 1) ((t ih d) 0))) +("defecting" nil (((d ih) 0) ((f eh k) 1) ((t ih ng) 0))) +("defection" nil (((d ih) 0) ((f eh k) 1) ((sh ax n) 0))) +("defections" nil (((d ih) 0) ((f eh k) 1) ((sh ax n z) 0))) +("defective" nil (((d ih) 0) ((f eh k) 1) ((t ih v) 0))) +("defector" nil (((d ih) 0) ((f eh k) 1) ((t er) 0))) +("defectors" nil (((d ih) 0) ((f eh k) 1) ((t er z) 0))) +("defects" n (((d iy) 1) ((f eh k t) 0))) +("defects" v (((d ih) 1) ((f eh k t) 1))) +("defee" nil (((d eh) 1) ((f iy) 0))) +("defelice" nil (((d ih) 0) ((f eh) 1) ((l ih s) 0))) +("defenbaugh" nil (((d eh) 1) ((f ih n) 0) ((b aw) 0))) +("defence" nil (((d ih) 0) ((f eh n s) 1))) +("defend" nil (((d ih) 0) ((f eh n d) 1))) +("defendant" nil (((d ih) 0) ((f eh n) 1) ((d ax n t) 0))) +("defendants" nil (((d ih) 0) ((f eh n) 1) ((d ax n t s) 0))) +("defended" nil (((d ih) 0) ((f eh n) 1) ((d ax d) 0))) +("defender" nil (((d ih) 0) ((f eh n) 1) ((d er) 0))) +("defenders" nil (((d ih) 0) ((f eh n) 1) ((d er z) 0))) +("defending" nil (((d ih) 0) ((f eh n) 1) ((d ih ng) 0))) +("defends" nil (((d ih) 0) ((f eh n d z) 1))) +("defense" nil (((d ih) 0) ((f eh n s) 1))) +("defenseless" nil (((d ih) 0) ((f eh n) 1) ((s l ax s) 0))) +("defenses" nil (((d ih) 0) ((f eh n) 1) ((s ax z) 0))) +("defensible" nil (((d ih) 0) ((f eh n) 1) ((s ax) 0) ((b ax l) 0))) +("defensive" nil (((d ih) 0) ((f eh n) 1) ((s ih v) 0))) +("defensively" nil (((d ih) 0) ((f eh n) 1) ((s ih) 0) ((v l iy) 0))) +("defensiveness" nil (((d ih) 0) ((f eh n) 1) ((s ih v) 0) ((n ax s) 0))) +("defeo" nil (((d iy) 1) ((f iy) 0) ((ow) 0))) +("defer" nil (((d ih) 0) ((f er) 1))) +("deference" nil (((d eh) 1) ((f er) 0) ((ax n s) 0))) +("deferential" nil (((d eh) 1) ((f er) 0) ((eh n) 1) ((ch ax l) 0))) +("deferment" nil (((d ih) 0) ((f er) 1) ((m ax n t) 0))) +("deferments" nil (((d ih) 0) ((f er) 1) ((m ax n t s) 0))) +("deferral" nil (((d ih) 0) ((f er) 1) ((ax l) 0))) +("deferrals" nil (((d ih) 0) ((f er) 1) ((ax l z) 0))) +("deferred" nil (((d ih) 0) ((f er d) 1))) +("deferring" nil (((d ih) 0) ((f er) 1) ((ih ng) 0))) +("defers" nil (((d ih) 0) ((f er z) 1))) +("defex" nil (((d eh) 1) ((f eh k s) 1))) +("deffenbaugh" nil (((d eh) 1) ((f ih n) 0) ((b aw) 0))) +("deffeyes" nil (((d eh) 0) ((f ay z) 1))) +("defiance" nil (((d ih) 0) ((f ay) 1) ((ax n s) 0))) +("defiant" nil (((d ih) 0) ((f ay) 1) ((ax n t) 0))) +("defiantly" nil (((d ih) 0) ((f ay) 1) ((ax n t) 0) ((l iy) 0))) +("defibaugh" nil (((d eh) 1) ((f ih) 0) ((b ao) 1))) +("defibrillator" nil (((d iy) 0) ((f ih) 1) ((b r ih) 0) ((l ey) 1) ((t er) 0))) +("defibrillators" nil (((d iy) 0) ((f ih) 1) ((b r ih) 0) ((l ey) 1) ((t er z) 0))) +("deficiencies" nil (((d ih) 0) ((f ih) 1) ((sh ax n) 0) ((s iy z) 0))) +("deficiency" nil (((d ih) 0) ((f ih) 1) ((sh ax n) 0) ((s iy) 0))) +("deficient" nil (((d ih) 0) ((f ih) 1) ((sh ax n t) 0))) +("deficit" nil (((d eh) 1) ((f ax) 0) ((s ax t) 0))) +("deficits" nil (((d eh) 1) ((f ih) 0) ((s ih t s) 0))) +("defied" nil (((d ih) 0) ((f ay d) 1))) +("defies" nil (((d ih) 0) ((f ay z) 1))) +("defilippis" nil (((d eh) 1) ((f ih) 0) ((l ih) 0) ((p ih s) 0))) +("defilippo" nil (((d ih) 0) ((f iy) 0) ((l iy) 1) ((p ow) 0))) +("defina" nil (((d ih) 0) ((f iy) 1) ((n ax) 0))) +("definable" nil (((d ih) 0) ((f ay) 1) ((n ax) 0) ((b ax l) 0))) +("define" nil (((d ih) 0) ((f ay n) 1))) +("defined" nil (((d ih) 0) ((f ay n d) 1))) +("defines" nil (((d ih) 0) ((f ay n z) 1))) +("defining" nil (((d ih) 0) ((f ay) 1) ((n ih ng) 0))) +("definite" nil (((d eh) 1) ((f ax) 0) ((n ax t) 0))) +("definitely" nil (((d eh) 1) ((f ax) 0) ((n ax t) 0) ((l iy) 0))) +("definition" nil (((d eh) 1) ((f ax) 0) ((n ih) 1) ((sh ax n) 0))) +("definitions" nil (((d eh) 1) ((f ax) 0) ((n ih) 1) ((sh ax n z) 0))) +("definitive" nil (((d ih) 0) ((f ih) 1) ((n ih) 0) ((t ih v) 0))) +("definitively" nil (((d ih) 0) ((f ih) 1) ((n ih) 0) ((t ih) 0) ((v l iy) 0))) +("defino" nil (((d ih) 0) ((f iy) 1) ((n ow) 0))) +("defiore" nil (((d ih) 0) ((f iy) 0) ((ao) 1) ((r iy) 0))) +("deflate" nil (((d ih) 0) ((f l ey t) 1))) +("deflated" nil (((d ih) 0) ((f l ey) 1) ((t ih d) 0))) +("deflating" nil (((d ih) 0) ((f l ey) 1) ((t ih ng) 0))) +("deflation" nil (((d ih) 0) ((f l ey) 1) ((sh ax n) 0))) +("deflationary" nil (((d ih) 0) ((f l ey) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("deflator" nil (((d ih) 0) ((f l ey) 1) ((t er) 0))) +("deflect" nil (((d ih) 0) ((f l eh k t) 1))) +("deflected" nil (((d ih) 0) ((f l eh k) 1) ((t ih d) 0))) +("deflecting" nil (((d ih) 0) ((f l eh k) 1) ((t ih ng) 0))) +("deflects" nil (((d ih) 0) ((f l eh k t s) 1))) +("defoe" nil (((d ih) 0) ((f ow) 1))) +("defoliant" nil (((d ih) 0) ((f ow) 1) ((l iy) 0) ((ax n t) 0))) +("defoliants" nil (((d ih) 0) ((f ow) 1) ((l iy) 0) ((ax n t s) 0))) +("defoor" nil (((d eh) 1) ((f uh r) 0))) +("deford" nil (((d eh) 1) ((f er d) 0))) +("defore" nil (((d iy) 1) ((f ao r) 0))) +("deforest" nil (((d ih) 0) ((f ao) 1) ((r ax s t) 0))) +("deforestation" nil (((d ih) 0) ((f ao) 1) ((r ih) 0) ((s t ey) 1) ((sh ax n) 0))) +("deforge" nil (((d eh) 1) ((f er g) 0))) +("deformation" nil (((d iy) 1) ((f ao r) 0) ((m ey) 1) ((sh ax n) 0))) +("deformed" nil (((d ih) 0) ((f ao r m d) 1))) +("deformities" nil (((d ih) 0) ((f ao r) 1) ((m ax) 0) ((t iy z) 0))) +("deforrest" nil (((d ey) 0) ((f ao) 1) ((r ih s t) 0))) +("defrain" nil (((d ih) 0) ((f r ey n) 1))) +("defrance" nil (((d iy) 1) ((f r ax n s) 0))) +("defrancesco" nil (((d ih) 0) ((f r aa n) 0) ((ch eh) 1) ((s k ow) 0))) +("defrancisco" nil (((d ih) 0) ((f r aa n) 0) ((ch iy) 1) ((s k ow) 0))) +("defranco" nil (((d ih) 0) ((f r aa n) 1) ((k ow) 0))) +("defrank" nil (((d eh) 1) ((f r ax ng k) 0))) +("defrates" nil (((d eh) 1) ((f er) 0) ((ey t s) 0))) +("defraud" nil (((d ih) 0) ((f r ao d) 1))) +("defrauded" nil (((d ih) 0) ((f r ao) 1) ((d ih d) 0))) +("defrauding" nil (((d ih) 0) ((f r ao) 1) ((d ih ng) 0))) +("defray" nil (((d ih) 0) ((f r ey) 1))) +("defrays" nil (((d ih) 0) ((f r ey z) 1))) +("defrees" nil (((d ih) 0) ((f r iy z) 1))) +("defreese" nil (((d eh) 1) ((f r iy s) 0))) +("defreitas" nil (((d eh) 1) ((f r ay) 0) ((t ax z) 0))) +("defries" nil (((d ih) 0) ((f r iy z) 1))) +("defrost" nil (((d ih) 0) ((f r ao s t) 1))) +("defrosting" nil (((d ih) 0) ((f r ao) 1) ((s t ih ng) 0))) +("deft" nil (((d eh f t) 1))) +("defterios" nil (((d eh f) 1) ((t eh) 1) ((r iy) 0) ((ow z) 0))) +("deftly" nil (((d eh f t) 1) ((l iy) 0))) +("defunct" nil (((d ih) 0) ((f ah ng k t) 1))) +("defund" nil (((d iy) 0) ((f ah n d) 1))) +("defunding" nil (((d iy) 0) ((f ah n) 1) ((d ih ng) 0))) +("defusco" nil (((d ih) 0) ((f uw) 1) ((s k ow) 0))) +("defuse" nil (((d ih) 0) ((f y uw z) 1))) +("defused" nil (((d ih) 0) ((f y uw z d) 1))) +("defusing" nil (((d ih) 0) ((f y uw) 1) ((z ih ng) 0))) +("defy" nil (((d ih) 0) ((f ay) 1))) +("defying" nil (((d ih) 0) ((f ay) 1) ((ih ng) 0))) +("degaetano" nil (((d ih) 0) ((g aa) 0) ((eh) 0) ((t aa) 1) ((n ow) 0))) +("degan" nil (((d iy) 1) ((g ax n) 0))) +("degarmo" nil (((d ih) 0) ((g aa r) 1) ((m ow) 0))) +("degas" nil (((d ih) 0) ((g ae s) 1))) +("degaulle" nil (((d ax) 0) ((g aa l) 1))) +("degen" nil (((d eh) 1) ((g ax n) 0))) +("degener" nil (((d eh) 1) ((g iy) 0) ((n er) 0))) +("degeneracy" nil (((d ih) 0) ((jh eh) 1) ((n er) 0) ((ax) 0) ((s iy) 0))) +("degenerate" nil (((d ih) 0) ((jh eh) 1) ((n er) 0) ((ax t) 0))) +("degenerated" nil (((d ih) 0) ((jh eh) 1) ((n er) 0) ((ey) 1) ((t ih d) 0))) +("degenerates" nil (((d ih) 0) ((jh eh) 1) ((n er) 0) ((ax t s) 0))) +("degenerating" nil (((d ih) 0) ((jh eh) 1) ((n er) 0) ((ey) 1) ((t ih ng) 0))) +("degeneration" nil (((d ih) 0) ((jh eh) 1) ((n er) 0) ((ey) 1) ((sh ax n) 0))) +("degenerative" nil (((d ih) 0) ((jh eh) 1) ((n er) 0) ((ax) 0) ((t ih v) 0))) +("degenhardt" nil (((d eh) 1) ((g ih n) 0) ((hh aa r t) 0))) +("degenhart" nil (((d eh) 1) ((g ax n) 0) ((hh aa r t) 1))) +("degennaro" nil (((d ih) 0) ((jh eh) 0) ((n aa) 1) ((r ow) 0))) +("degeorge" nil (((d eh) 1) ((g iy) 0) ((er g) 0))) +("deger" nil (((d iy) 1) ((g er) 0))) +("degiacomo" nil (((d iy) 1) ((jh ax) 0) ((k ow) 0) ((m ow) 0))) +("degidio" nil (((d ih) 0) ((jh iy) 1) ((d iy) 0) ((ow) 0))) +("degirolamo" nil (((d ih) 0) ((jh ih) 0) ((r ow) 0) ((l aa) 1) ((m ow) 0))) +("degler" nil (((d eh) 1) ((g l er) 0))) +("degnan" nil (((d eh g) 1) ((n ax n) 0))) +("degner" nil (((d eh g) 1) ((n er) 0))) +("degood" nil (((d eh) 1) ((g uh d) 0))) +("degraaf" nil (((d eh) 1) ((g r aa f) 0))) +("degrace" nil (((d ih) 0) ((g r aa) 1) ((ch iy) 0))) +("degradable" nil (((d ih) 0) ((g r ey) 1) ((d ax) 0) ((b ax l) 0))) +("degradation" nil (((d eh) 1) ((g r ax) 0) ((d ey) 1) ((sh ax n) 0))) +("degradations" nil (((d eh) 1) ((g r ax) 0) ((d ey) 1) ((sh ax n z) 0))) +("degrade" nil (((d ih) 0) ((g r ey d) 1))) +("degraded" nil (((d ih) 0) ((g r ey) 1) ((d ax d) 0))) +("degrades" nil (((d ih) 0) ((g r ey d z) 1))) +("degrading" nil (((d ih) 0) ((g r ey) 1) ((d ih ng) 0))) +("degraff" nil (((d eh) 1) ((g r ax f) 0))) +("degraffenreid" nil (((d eh) 1) ((g r ax) 0) ((f ih n) 0) ((r ay d) 0))) +("degrand" nil (((d eh) 1) ((g r ae n d) 0))) +("degrange" nil (((d eh) 1) ((g r ey n jh) 0))) +("degrasse" nil (((d ih) 0) ((g r aa) 1) ((s iy) 0))) +("degrave" nil (((d ih) 0) ((g r aa) 1) ((v iy) 0))) +("degraw" nil (((d eh) 1) ((g r ao) 0))) +("degray" nil (((d eh) 1) ((g r ey) 0))) +("degrazia" nil (((d ih) 0) ((g r aa) 1) ((z iy) 0) ((ax) 0))) +("degree" nil (((d ih) 0) ((g r iy) 1))) +("degreed" nil (((d ih) 0) ((g r iy d) 1))) +("degrees" nil (((d ih) 0) ((g r iy z) 1))) +("degregorio" nil (((d ih) 0) ((g r eh) 0) ((g ao) 1) ((r iy) 0) ((ow) 0))) +("degregory" nil (((d eh) 1) ((g r ih) 0) ((g er) 0) ((iy) 0))) +("degroat" nil (((d eh) 1) ((g r ow t) 0))) +("degroff" nil (((d eh) 1) ((g r ao f) 0))) +("degroot" nil (((d eh) 1) ((g r uw t) 0))) +("degroote" nil (((d ax) 0) ((g r uw t) 1))) +("deguire" nil (((d ey) 0) ((g w ih) 1) ((r ey) 0))) +("degussa" nil (((d ih) 0) ((g y uw) 1) ((s ax) 0))) +("degutare" nil (((d eh) 1) ((g uw) 0) ((t aa) 1) ((r iy) 0))) +("deguzman" nil (((d ey) 0) ((g uw z) 0) ((m ae n) 1))) +("dehaan" nil (((d eh) 1) ((hh aa n) 0))) +("dehaas" nil (((d eh) 1) ((hh aa z) 0))) +("deharbe" nil (((d ax) 0) ((hh aa r) 1) ((b iy) 0))) +("dehart" nil (((d eh) 1) ((hh aa r t) 0))) +("dehaven" nil (((d eh) 1) ((hh ax) 0) ((v ax n) 0))) +("dehecq" nil (((d ih) 0) ((hh eh k) 1))) +("deherrera" nil (((d ey) 0) ((hh eh) 0) ((r eh) 1) ((r ax) 0))) +("dehler" nil (((d eh) 1) ((l er) 0))) +("dehm" nil (((d eh m) 1))) +("dehmer" nil (((d eh) 1) ((m er) 0))) +("dehn" nil (((d eh n) 1))) +("dehne" nil (((d eh n) 1))) +("dehner" nil (((d eh) 1) ((n er) 0))) +("dehnert" nil (((d eh) 1) ((n er t) 0))) +("dehoff" nil (((d eh) 1) ((hh ao f) 0))) +("dehoyos" nil (((d eh) 1) ((hh oy) 0) ((ow z) 0))) +("dehumanization" nil (((d iy) 1) ((hh y uw) 1) ((m ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("dehumanized" nil (((d ih) 0) ((hh y uw) 1) ((m ax) 0) ((n ay z d) 0))) +("dehumanizing" nil (((d iy) 0) ((hh y uw) 1) ((m ax) 0) ((n ay) 1) ((z ih ng) 0))) +("dehydrated" nil (((d ih) 0) ((hh ay) 1) ((d r ey) 0) ((t ax d) 0))) +("dehydration" nil (((d iy) 1) ((hh ay) 0) ((d r ey) 1) ((sh ax n) 0))) +("dei" nil (((d ey) 1))) +("deibel" nil (((d ay) 1) ((b ax l) 0))) +("deibert" nil (((d ay) 1) ((b er t) 0))) +("deibler" nil (((d ay) 1) ((b ax) 0) ((l er) 0))) +("deichert" nil (((d ay) 1) ((k er t) 0))) +("deidre" nil (((d iy) 1) ((d r ax) 0))) +("deification" nil (((d iy) 1) ((ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("deify" nil (((d iy) 1) ((ax) 0) ((f ay) 1))) +("deighan" nil (((d ey g) 1) ((hh ax n) 0))) +("deighton" nil (((d ey) 1) ((t ax n) 0))) +("deignan" nil (((d ax g) 0) ((n ae n) 1))) +("deihl" nil (((d ay l) 1))) +("deike" nil (((d iy k) 1))) +("deikel" nil (((d ay) 1) ((k ax l) 0))) +("deily" nil (((d iy) 1) ((l iy) 0))) +("deines" nil (((d iy n z) 1))) +("deininger" nil (((d ay) 1) ((n ih ng) 0) ((er) 0))) +("deinstitutionalization" nil (((d iy) 0) ((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("deis" nil (((d iy z) 1))) +("deisher" nil (((d iy) 1) ((ih) 0) ((sh er) 0))) +("deism" nil (((d iy) 1) ((ih) 0) ((z ax m) 0))) +("deiss" nil (((d ay s) 1))) +("deist" nil (((d iy) 1) ((ih s t) 0))) +("deitch" nil (((d ay ch) 1))) +("deiter" nil (((d ay) 1) ((t er) 0))) +("deiters" nil (((d ay) 1) ((t er z) 0))) +("deities" nil (((d iy) 1) ((ax) 0) ((t iy z) 0))) +("deitrich" nil (((d ay) 1) ((t r ih k) 0))) +("deitrick" nil (((d ay) 1) ((t r ih k) 0))) +("deitsch" nil (((d ay ch) 1))) +("deity" nil (((d iy) 1) ((ax) 0) ((t iy) 0))) +("deitz" nil (((d iy t s) 1))) +("deja" nil (((d iy) 1) ((jh ax) 0))) +("dejager" nil (((d eh) 1) ((jh ey) 0) ((g er) 0))) +("dejarnett" nil (((d ih) 0) ((jh aa r) 1) ((n ih t) 0))) +("dejarnette" nil (((d eh) 1) ((zh aa r) 0) ((n eh t) 0))) +("dejean" nil (((d ih) 0) ((zh iy n) 1))) +("dejected" nil (((d ih) 0) ((jh eh k) 1) ((t ih d) 0))) +("dejesus" nil (((d ih) 0) ((jh iy) 1) ((z ax s) 0))) +("dejohn" nil (((d ax) 0) ((jh aa n) 1))) +("dejong" nil (((d ax) 0) ((jh ao ng) 1))) +("dejonge" nil (((d ax) 0) ((jh ao ng) 1))) +("dejongh" nil (((d ax) 0) ((jh ao ng) 1))) +("dejoseph" nil (((d ax) 0) ((jh ow) 1) ((s ax f) 0))) +("dejoy" nil (((d ax) 0) ((jh oy) 1))) +("dejulio" nil (((d ax) 0) ((jh uw) 1) ((l iy) 0) ((ow) 0))) +("dekalb" nil (((d ih) 0) ((k ae l b) 1))) +("dekay" nil (((d ax) 0) ((k ey) 1))) +("dekeyser" nil (((d ax) 0) ((k ay) 1) ((z er) 0))) +("dekker" nil (((d eh) 1) ((k er) 0))) +("dekle" nil (((d eh) 1) ((k ax l) 0))) +("deklerk" nil (((d ax) 0) ((k l er k) 1))) +("dekom" nil (((d eh) 1) ((k ax m) 0))) +("dekoning" nil (((d eh) 1) ((k ax) 0) ((n ih ng) 0))) +("dekuyper" nil (((d ih) 0) ((k ay) 1) ((p er) 0))) +("del" nil (((d eh l) 1))) +("dela" nil (((d eh) 1) ((l ax) 0))) +("delacerda" nil (((d eh) 0) ((l aa) 0) ((ch eh r) 1) ((d ax) 0))) +("delacruz" nil (((d ey) 0) ((l aa) 1) ((k r uw z) 0))) +("delacy" nil (((d ax) 0) ((l ao) 1) ((s iy) 0))) +("delafield" nil (((d eh) 1) ((l ax) 0) ((f iy l d) 1))) +("delafuente" nil (((d ey) 0) ((l aa f) 0) ((w eh n) 1) ((t ey) 0))) +("delagarza" nil (((d eh) 0) ((l aa) 0) ((g aa r) 1) ((z ax) 0))) +("delage" nil (((d eh) 1) ((l ih jh) 0))) +("delagrange" nil (((d eh) 0) ((l aa) 1) ((g r aa n jh) 0))) +("delahanty" nil (((d eh) 1) ((l ax) 0) ((hh ax n) 0) ((t iy) 0))) +("delahoussaye" nil (((d eh) 0) ((l ax) 0) ((hh aw) 1) ((s ey) 0))) +("delahunt" nil (((d eh) 1) ((l ax) 0) ((hh ax n t) 0))) +("delahunty" nil (((d eh) 1) ((l ax) 0) ((hh ax n) 0) ((t iy) 0))) +("delaine" nil (((d ih) 0) ((l ey n) 1))) +("delair" nil (((d ih) 0) ((l eh r) 1))) +("delamar" nil (((d ey) 0) ((l aa) 0) ((m aa r) 1))) +("delamater" nil (((d eh) 1) ((l ax) 0) ((m ey) 0) ((t er) 0))) +("delancey" nil (((d eh) 1) ((l ax n) 0) ((s iy) 0))) +("delancy" nil (((d eh) 1) ((l ax n) 0) ((s iy) 0))) +("deland" nil (((d ih) 0) ((l ae n d) 1))) +("delane" nil (((d eh) 1) ((l ax n) 0))) +("delaney" nil (((d ax) 0) ((l ey) 1) ((n iy) 0))) +("delange" nil (((d eh) 1) ((l ey n jh) 0))) +("delano" nil (((d ih) 0) ((l aa) 1) ((n ow) 0))) +("delanoy" nil (((d eh) 1) ((l ax) 0) ((n oy) 0))) +("delany" nil (((d eh) 1) ((l ax) 0) ((n iy) 0))) +("delao" nil (((d eh) 1) ((l aw) 0))) +("delap" nil (((d eh) 1) ((l ax p) 0))) +("delapaz" nil (((d ey) 0) ((l aa) 1) ((p aa z) 0))) +("delapena" nil (((d eh) 0) ((l aa) 0) ((p eh) 1) ((n ax) 0))) +("delapp" nil (((d eh) 1) ((l ax p) 0))) +("delara" nil (((d eh) 0) ((l aa) 1) ((r ax) 0))) +("delariva" nil (((d eh) 0) ((l aa) 0) ((r iy) 1) ((v ax) 0))) +("delarosa" nil (((d eh) 0) ((l aa) 0) ((r ow) 1) ((s ax) 0))) +("delashmit" nil (((d eh) 1) ((l ax) 0) ((sh m ih t) 0))) +("delashmutt" nil (((d eh) 1) ((l ax) 0) ((sh m ax t) 0))) +("delatorre" nil (((d eh) 0) ((l aa) 0) ((t ao) 1) ((r iy) 0))) +("delatte" nil (((d ih) 0) ((l ae t) 1))) +("delauder" nil (((d eh) 1) ((l aw) 0) ((d er) 0))) +("delaughter" nil (((d eh) 1) ((l ao) 0) ((t er) 0))) +("delaune" nil (((d eh) 1) ((l ao n) 0))) +("delaura" nil (((d eh) 0) ((l ao) 1) ((r ax) 0))) +("delaurentiis" nil (((d iy) 0) ((l ao) 0) ((r eh n) 1) ((t iy z) 1))) +("delaurentis" nil (((d ey) 0) ((l aw) 0) ((r ey n) 1) ((t ih s) 0))) +("delauter" nil (((d eh) 1) ((l aw) 0) ((t er) 0))) +("delaval" nil (((d eh) 1) ((l ax) 0) ((v ae l) 0))) +("delavan" nil (((d eh) 1) ((l ax) 0) ((v ax n) 0))) +("delavega" nil (((d ey) 0) ((l aa) 0) ((v ey) 1) ((g ax) 0))) +("delaware" nil (((d eh) 1) ((l ax) 0) ((w eh r) 1))) +("delawder" nil (((d eh) 1) ((l ao) 0) ((d er) 0))) +("delay" nil (((d ih) 0) ((l ey) 1))) +("delayed" nil (((d ih) 0) ((l ey d) 1))) +("delaying" nil (((d ih) 0) ((l ey) 1) ((ih ng) 0))) +("delays" nil (((d ih) 0) ((l ey z) 1))) +("delbarco" nil (((d eh l) 0) ((b aa r) 1) ((k ow) 0))) +("delbene" nil (((d eh l) 1) ((b ih) 0) ((n ax) 0))) +("delbert" nil (((d eh l) 1) ((b er t) 0))) +("delbianco" nil (((d eh l) 0) ((b iy) 0) ((aa n) 1) ((k ow) 0))) +("delbosque" nil (((d ih l) 0) ((b ow s k) 1))) +("delbridge" nil (((d eh l) 1) ((b r ih jh) 0))) +("delbuono" nil (((d eh l) 1) ((b w ow) 1) ((n ow) 0))) +("delcambre" nil (((d eh l) 0) ((k aa m) 1) ((b r iy) 0))) +("delcamp" nil (((d eh l) 1) ((k ax m p) 0))) +("delcampo" nil (((d eh l) 0) ((k aa m) 1) ((p ow) 0))) +("delcarlo" nil (((d eh l) 1) ((k aa r) 1) ((l ow) 0))) +("delcastillo" nil (((d eh l) 0) ((k aa) 0) ((s t ih) 1) ((l ow) 0))) +("delchamps" nil (((d eh l) 1) ((ch ae m p s) 1))) +("delcine" nil (((d eh l) 0) ((ch iy) 1) ((n iy) 0))) +("delco" nil (((d eh l) 1) ((k ow) 0))) +("delconte" nil (((d eh l) 0) ((k ow n) 1) ((t iy) 0))) +("delcor" nil (((d eh l) 1) ((k ao r) 1))) +("delduca" nil (((d eh l) 1) ((d uw) 1) ((k ax) 0))) +("delebarre" nil (((d eh) 1) ((l ax) 0) ((b aa r) 1))) +("delectable" nil (((d ih) 0) ((l eh k) 1) ((t ax) 0) ((b ax l) 0))) +("delee" nil (((d eh) 1) ((l iy) 0))) +("deleeuw" nil (((d eh) 1) ((l iy) 0) ((uw) 0))) +("delegate" nil (((d eh) 1) ((l ax) 0) ((g ey t) 1))) +("delegated" nil (((d eh) 1) ((l ax) 0) ((g ey) 1) ((t ax d) 0))) +("delegates" nil (((d eh) 1) ((l ax) 0) ((g ey t s) 1))) +("delegating" nil (((d eh) 1) ((l ax) 0) ((g ey) 1) ((t ih ng) 0))) +("delegation" nil (((d eh) 1) ((l ax) 0) ((g ey) 1) ((sh ax n) 0))) +("delegations" nil (((d eh) 1) ((l ax) 0) ((g ey) 1) ((sh ax n z) 0))) +("delehanty" nil (((d eh) 1) ((l ih) 0) ((hh ax n) 0) ((t iy) 0))) +("delellis" nil (((d eh) 1) ((l ih) 0) ((l ih s) 0))) +("deleo" nil (((d eh) 1) ((l iy) 0) ((ow) 0))) +("deleon" nil (((d eh) 1) ((l iy) 0) ((ax n) 0))) +("deleonardis" nil (((d eh) 1) ((l iy) 0) ((ax) 0) ((n aa r) 0) ((d ih s) 0))) +("delete" nil (((d ih) 0) ((l iy t) 1))) +("deleted" nil (((d ih) 0) ((l iy) 1) ((t ax d) 0))) +("deleterious" nil (((d eh) 1) ((l ax) 0) ((t ih) 1) ((r iy) 0) ((ax s) 0))) +("deleting" nil (((d ih) 0) ((l iy) 1) ((t ih ng) 0))) +("deletion" nil (((d ih) 0) ((l iy) 1) ((sh ax n) 0))) +("deletions" nil (((d ih) 0) ((l iy) 1) ((sh ax n z) 0))) +("delfavero" nil (((d eh l) 0) ((f aa) 0) ((v eh) 1) ((r ow) 0))) +("delfin" nil (((d eh l) 1) ((f ih n) 0))) +("delfina" nil (((d eh l) 1) ((f iy) 1) ((n ax) 0))) +("delfine" nil (((d eh l) 0) ((f iy) 1) ((n iy) 0))) +("delfino" nil (((d eh l) 1) ((f iy) 1) ((n ow) 0))) +("delfosse" nil (((d eh l) 1) ((f ax s) 0))) +("delfs" nil (((d eh l f s) 1))) +("delft" nil (((d eh l f t) 1))) +("delftware" nil (((d eh l f) 1) ((t w eh r) 1))) +("delgadillo" nil (((d eh l) 0) ((g aa) 0) ((d ih) 1) ((l ow) 0))) +("delgado" nil (((d eh l) 0) ((g aa) 1) ((d ow) 0))) +("delgaudio" nil (((d eh l) 0) ((g ao) 1) ((d iy) 0) ((ow) 0))) +("delgiorno" nil (((d eh l) 0) ((jh ao r) 1) ((n ow) 0))) +("delgiudice" nil (((d eh l) 0) ((jh uw) 1) ((d ax s) 0))) +("delgrande" nil (((d eh l) 1) ((g r ae n) 0) ((d iy) 0))) +("delgreco" nil (((d eh l) 1) ((g r eh) 1) ((k ow) 0))) +("delgrosso" nil (((d eh l) 1) ((g r ow) 1) ((s ow) 0))) +("delguercio" nil (((d eh l) 0) ((g eh r) 1) ((ch iy) 0) ((ow) 0))) +("delguidice" nil (((d eh l) 0) ((g ay) 1) ((d ih s) 0))) +("delhaize" nil (((d eh l) 1) ((hh ey z) 1))) +("delhi" nil (((d eh) 1) ((l iy) 0))) +("deli" nil (((d eh) 1) ((l iy) 0))) +("delia" nil (((d iy) 1) ((l y ax) 0))) +("deliberate" j (((d ih) 0) ((l ih) 1) ((b er) 0) ((ih t) 0))) +("deliberate" v (((d ih) 0) ((l ih) 1) ((b er) 0) ((ey t) 1))) +("deliberated" nil (((d ih) 0) ((l ih) 1) ((b er) 0) ((ey) 1) ((t ih d) 0))) +("deliberately" nil (((d ih) 0) ((l ih) 1) ((b er) 0) ((ax t) 0) ((l iy) 0))) +("deliberating" nil (((d ih) 0) ((l ih) 1) ((b er) 0) ((ey) 1) ((t ih ng) 0))) +("deliberation" nil (((d ih) 0) ((l ih) 1) ((b er) 0) ((ey) 1) ((sh ax n) 0))) +("deliberations" nil (((d ih) 0) ((l ih) 1) ((b er) 0) ((ey) 1) ((sh ax n z) 0))) +("deliberative" nil (((d ih) 0) ((l ih) 1) ((b er) 0) ((ey) 1) ((t ih v) 0))) +("delicacies" nil (((d eh) 1) ((l ih) 0) ((k ax) 0) ((s iy z) 0))) +("delicacy" nil (((d eh) 1) ((l ax) 0) ((k ax) 0) ((s iy) 0))) +("delicate" nil (((d eh) 1) ((l ax) 0) ((k ax t) 0))) +("delicately" nil (((d eh) 1) ((l ax) 0) ((k ax t) 0) ((l iy) 0))) +("delicatessen" nil (((d eh) 1) ((l ih) 0) ((k ax) 0) ((t eh) 1) ((s ax n) 0))) +("delicatessens" nil (((d eh) 1) ((l ih) 0) ((k ax) 0) ((t eh) 1) ((s ax n z) 0))) +("delich" nil (((d eh) 1) ((l ih k) 0))) +("delicia" nil (((d eh) 0) ((l iy) 1) ((ch ax) 0))) +("delicious" nil (((d ih) 0) ((l ih) 1) ((sh ax s) 0))) +("deliciously" nil (((d ih) 0) ((l ih) 1) ((sh ax) 0) ((sh l iy) 0))) +("delight" nil (((d ih) 0) ((l ay t) 1))) +("delighted" nil (((d ih) 0) ((l ay) 1) ((t ax d) 0))) +("delightful" nil (((d ih) 0) ((l ay t) 1) ((f ax l) 0))) +("delightfully" nil (((d ih) 0) ((l ay t) 1) ((f ax) 0) ((l iy) 0))) +("delighting" nil (((d ih) 0) ((l ay) 1) ((t ih ng) 0))) +("delights" nil (((d ih) 0) ((l ay t s) 1))) +("delila" nil (((d eh) 0) ((l iy) 1) ((l ax) 0))) +("delilah" nil (((d ax) 0) ((l ay) 1) ((l ax) 0))) +("delillo" nil (((d ax) 0) ((l ih) 1) ((l ow) 0))) +("delima" nil (((d eh) 0) ((l iy) 1) ((m ax) 0))) +("deline" nil (((d eh) 0) ((l iy) 1) ((n iy) 0))) +("delineate" nil (((d ih) 0) ((l ih) 1) ((n iy) 0) ((ey t) 1))) +("delineated" nil (((d ih) 0) ((l ih) 1) ((n iy) 0) ((ey) 1) ((t ih d) 0))) +("delineates" nil (((d ih) 0) ((l ih) 1) ((n iy) 0) ((ey t s) 1))) +("delineating" nil (((d ih) 0) ((l ih) 1) ((n iy) 0) ((ey) 1) ((t ih ng) 0))) +("delineation" nil (((d ih) 0) ((l ih) 1) ((n iy) 0) ((ey) 1) ((sh ax n) 0))) +("delinquencies" nil (((d ih) 0) ((l ih ng) 1) ((k w ax n) 0) ((s iy z) 0))) +("delinquency" nil (((d ih) 0) ((l ih ng) 1) ((k w ax n) 0) ((s iy) 0))) +("delinquent" nil (((d ih) 0) ((l ih ng) 1) ((k w ax n t) 0))) +("delinquents" nil (((d ih) 0) ((l ih ng) 1) ((k w ax n t s) 0))) +("delio" nil (((d ey) 1) ((l iy) 0) ((ow) 0))) +("delirious" nil (((d ih) 0) ((l ih) 1) ((r iy) 0) ((ax s) 0))) +("delirium" nil (((d ih) 0) ((l ih) 1) ((r iy) 0) ((ax m) 0))) +("delisa" nil (((d eh) 0) ((l iy) 1) ((s ax) 0))) +("delise" nil (((d eh) 1) ((l ay z) 0))) +("delisi" nil (((d eh) 0) ((l iy) 1) ((s iy) 0))) +("delisio" nil (((d eh) 0) ((l iy) 1) ((s iy) 0) ((ow) 0))) +("delisle" nil (((d ih) 0) ((l ay l) 1))) +("delist" nil (((d iy) 1) ((l ih s t) 1))) +("delisted" nil (((d iy) 1) ((l ih) 1) ((s t ih d) 0))) +("delisting" nil (((d iy) 0) ((l ih) 1) ((s t ih ng) 0))) +("deliver" nil (((d ih) 0) ((l ih) 1) ((v er) 0))) +("deliverable" nil (((d ih) 0) ((l ih) 1) ((v er) 0) ((ax) 0) ((b ax l) 0))) +("deliverance" nil (((d ih) 0) ((l ih) 1) ((v er) 0) ((ax n s) 0))) +("delivered" nil (((d ih) 0) ((l ih) 1) ((v er d) 0))) +("deliverers" nil (((d ih) 0) ((l ih) 1) ((v er) 0) ((er z) 0))) +("deliveries" nil (((d ih) 0) ((l ih) 1) ((v er) 0) ((iy z) 0))) +("delivering" nil (((d ih) 0) ((l ih) 1) ((v er) 0) ((ih ng) 0))) +("delivers" nil (((d ih) 0) ((l ih) 1) ((v er z) 0))) +("delivery" nil (((d ih) 0) ((l ih) 1) ((v er) 0) ((iy) 0))) +("delk" nil (((d eh l k) 1))) +("delker" nil (((d eh l) 1) ((k er) 0))) +("dell" nil (((d eh l) 1))) +("della" nil (((d eh) 1) ((l ax) 0))) +("dellapenna" nil (((d eh) 1) ((l ax) 0) ((p eh) 1) ((n ax) 0))) +("dellaquila" nil (((d ey) 0) ((l aa) 0) ((k w iy) 1) ((l ax) 0))) +("dellarocco" nil (((d eh) 1) ((l er) 0) ((ow) 0) ((k ow) 0))) +("dellavalle" nil (((d eh) 1) ((l ax) 0) ((v aa) 0) ((l iy) 0))) +("dellavecchia" nil (((d eh) 1) ((l ax) 0) ((v eh) 0) ((k iy) 0) ((ax) 0))) +("delle" nil (((d eh l) 1))) +("deller" nil (((d eh) 1) ((l er) 0))) +("delligatti" nil (((d eh) 0) ((l iy) 0) ((g aa) 1) ((t iy) 0))) +("delling" nil (((d eh) 1) ((l ih ng) 0))) +("dellinger" nil (((d eh) 1) ((l ih ng) 0) ((er) 0))) +("dellis" nil (((d eh) 1) ((l ih s) 0))) +("dellolio" nil (((d eh) 0) ((l ow) 1) ((l iy) 0) ((ow) 0))) +("dellums" nil (((d eh) 1) ((l ax m z) 0))) +("delma" nil (((d eh l) 1) ((m ax) 0))) +("delman" nil (((d eh l) 1) ((m ax n) 0))) +("delmar" nil (((d eh l) 1) ((m er) 0))) +("delmarva" nil (((d eh l) 1) ((m aa r) 1) ((v ax) 0))) +("delmas" nil (((d eh l) 1) ((m ax z) 0))) +("delmastro" nil (((d eh l) 1) ((m ae) 1) ((s t r ow) 0))) +("delmed" nil (((d eh l) 1) ((m eh d) 1))) +("delmer" nil (((d eh l) 1) ((m er) 0))) +("delmonaco" nil (((d eh l) 0) ((m ow) 0) ((n aa) 1) ((k ow) 0))) +("delmonico" nil (((d eh l) 0) ((m ow) 0) ((n iy) 1) ((k ow) 0))) +("delmont" nil (((d ey l) 1) ((m ow n t) 0))) +("delmonte" nil (((d eh l) 0) ((m ow n) 1) ((t iy) 0))) +("delmore" nil (((d eh l) 1) ((m ao r) 0))) +("delnegro" nil (((d eh l) 1) ((n eh) 1) ((g r ow) 0))) +("delnero" nil (((d eh l) 0) ((n eh) 1) ((r ow) 0))) +("delo" nil (((d eh) 1) ((l ow) 0))) +("deloach" nil (((d eh) 1) ((l ow ch) 0))) +("deloatch" nil (((d eh) 1) ((l ow ch) 0))) +("deloitte" nil (((d ax) 0) ((l oy t) 1))) +("deloney" nil (((d eh) 1) ((l ax) 0) ((n iy) 0))) +("delong" nil (((d ax) 0) ((l ao ng) 1))) +("delora" nil (((d eh) 0) ((l ao) 1) ((r ax) 0))) +("delore" nil (((d ax) 0) ((l ao r) 1))) +("delorean" nil (((d ax) 0) ((l ao) 1) ((r iy) 0) ((ax n) 0))) +("delorenzo" nil (((d eh) 0) ((l ao) 0) ((r eh n) 1) ((z ow) 0))) +("delores" nil (((d ax) 0) ((l ao) 1) ((r ih s) 0))) +("delorey" nil (((d eh) 1) ((l er) 0) ((iy) 0))) +("deloria" nil (((d eh) 0) ((l ao) 1) ((r iy) 0) ((ax) 0))) +("deloris" nil (((d eh) 1) ((l er) 0) ((ih s) 0))) +("delorme" nil (((d eh) 0) ((l ao r) 1) ((m iy) 0))) +("delors" nil (((d ax) 0) ((l ao r z) 1))) +("delosh" nil (((d eh) 1) ((l ax sh) 0))) +("delosreyes" nil (((d ih) 0) ((l aa) 1) ((s er) 0) ((ay z) 0))) +("delossantos" nil (((d ey) 0) ((l ow) 0) ((s aa n) 1) ((t ow z) 0))) +("delouis" nil (((d eh) 1) ((l uw) 0) ((iy z) 1))) +("delozier" nil (((d eh) 1) ((l ax) 0) ((z iy) 0) ((er) 0))) +("delp" nil (((d eh l p) 1))) +("delph" nil (((d eh l f) 1))) +("delphax" nil (((d eh l) 1) ((f ae k s) 0))) +("delphi" nil (((d eh l) 1) ((f ay) 0))) +("delphia" nil (((d eh l) 1) ((f iy) 0) ((ax) 0))) +("delphic" nil (((d eh l) 1) ((f ih k) 0))) +("delphina" nil (((d eh l) 0) ((f iy) 1) ((n ax) 0))) +("delphine" nil (((d eh l) 0) ((f iy) 1) ((n iy) 0))) +("delpino" nil (((d eh l) 1) ((p iy) 1) ((n ow) 0))) +("delpizzo" nil (((d eh l) 0) ((p iy) 1) ((z ow) 0))) +("delponte" nil (((d eh l) 0) ((p ow n) 1) ((t iy) 0))) +("delpozo" nil (((d eh l) 1) ((p ow) 1) ((z ow) 0))) +("delprete" nil (((d eh l) 1) ((p r iy t) 0))) +("delpriore" nil (((d eh l) 0) ((p r iy) 0) ((ao) 1) ((r iy) 0))) +("delray" nil (((d eh l) 1) ((r ey) 1))) +("delre" nil (((d eh l r) 1))) +("delreal" nil (((d eh l) 1) ((r ax l) 0))) +("delrina" nil (((d eh l) 1) ((r iy) 1) ((n ax) 0))) +("delrio" nil (((d eh l) 1) ((r iy) 0) ((ow) 0))) +("delrosario" nil (((d eh l) 0) ((r ow) 0) ((s aa) 1) ((r iy) 0) ((ow) 0))) +("delrossi" nil (((d eh l) 0) ((r ow) 1) ((s iy) 0))) +("delrosso" nil (((d eh l) 0) ((r ow) 1) ((s ow) 0))) +("delsanto" nil (((d eh l) 0) ((s aa n) 1) ((t ow) 0))) +("delsignore" nil (((d eh l) 0) ((s iy g) 0) ((n ao) 1) ((r iy) 0))) +("delta" nil (((d eh l) 1) ((t ax) 0))) +("deltacorp" nil (((d eh l) 1) ((t ax) 0) ((k ao r p) 1))) +("deltaic" nil (((d eh l) 0) ((t ey) 1) ((ih k) 0))) +("deltak" nil (((d eh l) 1) ((t ae k) 1))) +("deltec" nil (((d eh l) 1) ((t eh k) 1))) +("deltona" nil (((d eh l) 1) ((t ow) 1) ((n ax) 0))) +("deltoro" nil (((d eh l) 0) ((t ao) 1) ((r ow) 0))) +("deluca" nil (((d ih) 0) ((l uw) 1) ((k ax) 0))) +("delucca" nil (((d eh) 0) ((l uw) 1) ((k ax) 0))) +("delucchi" nil (((d eh) 0) ((l uw) 1) ((k iy) 0))) +("deluccia" nil (((d eh) 0) ((l uw) 1) ((ch ax) 0))) +("delucia" nil (((d eh) 0) ((l uw) 1) ((ch ax) 0))) +("delude" nil (((d ih) 0) ((l uw d) 1))) +("deluded" nil (((d ih) 0) ((l uw) 1) ((d ih d) 0))) +("deluding" nil (((d ih) 0) ((l uw) 1) ((d ih ng) 0))) +("deluge" nil (((d eh) 1) ((l y uw jh) 0))) +("deluged" nil (((d eh) 1) ((l y uw jh d) 0))) +("deluise" nil (((d eh) 0) ((l uw) 1) ((s iy) 0))) +("deluna" nil (((d eh) 0) ((l uw) 1) ((n ax) 0))) +("delusion" nil (((d ih) 0) ((l uw) 1) ((zh ax n) 0))) +("delusions" nil (((d ih) 0) ((l uw) 1) ((zh ax n z) 0))) +("deluxe" nil (((d ax) 0) ((l ah k s) 1))) +("delvalle" nil (((d eh l) 1) ((v ae) 1) ((l iy) 0))) +("delve" nil (((d eh l v) 1))) +("delvecchio" nil (((d eh l) 1) ((v eh) 1) ((k iy) 0) ((ow) 0))) +("delved" nil (((d eh l v d) 1))) +("delves" nil (((d eh l v z) 1))) +("delving" nil (((d eh l) 1) ((v ih ng) 0))) +("delwin" nil (((d eh l) 1) ((w ih n) 0))) +("delwyn" nil (((d eh l) 1) ((w ih n) 0))) +("delzell" nil (((d eh l) 1) ((z ax l) 0))) +("delzer" nil (((d eh l) 1) ((z er) 0))) +("demaggio" nil (((d ih) 0) ((m aa) 1) ((jh iy) 0) ((ow) 0))) +("demagogic" nil (((d eh) 1) ((m ax) 0) ((g aa) 1) ((jh ih k) 0))) +("demagogue" nil (((d eh) 1) ((m ax) 0) ((g aa g) 1))) +("demagoguery" nil (((d eh) 1) ((m ax) 0) ((g aa) 1) ((g er) 0) ((iy) 0))) +("demagogues" nil (((d eh) 1) ((m ax) 0) ((g aa g z) 1))) +("demagogy" nil (((d eh) 1) ((m ax) 0) ((g aa) 1) ((jh iy) 0))) +("demain" nil (((d ih) 0) ((m ey n) 1))) +("demaio" nil (((d ih) 0) ((m aa) 1) ((iy) 0) ((ow) 0))) +("deman" nil (((d iy) 1) ((m ax n) 0))) +("demand" nil (((d ih) 0) ((m ae n d) 1))) +("demanded" nil (((d ih) 0) ((m ae n) 1) ((d ax d) 0))) +("demanding" nil (((d ih) 0) ((m ae n) 1) ((d ih ng) 0))) +("demandingly" nil (((d ih) 0) ((m ae n) 1) ((d ih ng) 0) ((l iy) 0))) +("demands" nil (((d ih) 0) ((m ae n d z) 1))) +("demar" nil (((d ih) 0) ((m aa r) 1))) +("demarais" nil (((d eh) 1) ((m er) 0) ((ey) 0))) +("demaray" nil (((d eh) 1) ((m er) 0) ((ey) 0))) +("demarcation" nil (((d iy) 1) ((m aa r) 0) ((k ey) 1) ((sh ax n) 0))) +("demarchi" nil (((d ih) 0) ((m aa r) 1) ((k iy) 0))) +("demarco" nil (((d ih) 0) ((m aa r) 1) ((k ow) 0))) +("demarcus" nil (((d eh) 1) ((m aa r) 0) ((k ih s) 0))) +("demaree" nil (((d eh) 0) ((m er) 0) ((iy) 1))) +("demarest" nil (((d ey) 0) ((m aa) 0) ((r ey) 1) ((ih s t) 0))) +("demaria" nil (((d ih) 0) ((m aa) 1) ((r iy) 0) ((ax) 0))) +("demarinis" nil (((d eh) 1) ((m er) 0) ((ih) 0) ((n ih s) 0))) +("demarino" nil (((d ih) 0) ((m aa) 0) ((r iy) 1) ((n ow) 0))) +("demario" nil (((d ih) 0) ((m aa) 1) ((r iy) 0) ((ow) 0))) +("demaris" nil (((d eh) 1) ((m er) 0) ((ih s) 0))) +("demark" nil (((d ax) 0) ((m aa r k) 1))) +("demars" nil (((d eh) 1) ((m er z) 0))) +("demarsh" nil (((d eh) 1) ((m aa r sh) 0))) +("demartin" nil (((d ih) 0) ((m aa r) 1) ((t ih n) 0))) +("demartini" nil (((d ih) 0) ((m aa r) 0) ((t iy) 1) ((n iy) 0))) +("demartino" nil (((d ih) 0) ((m aa r) 0) ((t iy) 1) ((n ow) 0))) +("demary" nil (((d eh) 1) ((m eh) 0) ((r iy) 0))) +("demarzo" nil (((d ih) 0) ((m aa r) 1) ((z ow) 0))) +("demas" nil (((d iy) 1) ((m ax s) 0))) +("demasi" nil (((d ih) 0) ((m aa) 1) ((s iy) 0))) +("demasters" nil (((d iy) 1) ((m ae) 0) ((s t er z) 0))) +("dematteis" nil (((d eh) 1) ((m ax) 0) ((t ay z) 0))) +("dematteo" nil (((d ih) 0) ((m aa) 1) ((t iy) 0) ((ow) 0))) +("demattia" nil (((d ih) 0) ((m aa) 1) ((sh ax) 0))) +("demauro" nil (((d ih) 0) ((m ao) 1) ((r ow) 0))) +("demay" nil (((d eh) 1) ((m ey) 0))) +("demayo" nil (((d ey) 0) ((m ey) 1) ((ow) 0))) +("dembeck" nil (((d eh m) 1) ((b eh k) 1))) +("dembinski" nil (((d ih m) 0) ((b ih n) 1) ((s k iy) 0))) +("dembowski" nil (((d ih m) 0) ((b ao f) 1) ((s k iy) 0))) +("dembski" nil (((d eh m) 1) ((s k iy) 0))) +("demby" nil (((d eh m) 1) ((b iy) 0))) +("demchak" nil (((d eh m) 1) ((ch ax k) 0))) +("demean" nil (((d ih) 0) ((m iy n) 1))) +("demeaning" nil (((d ih) 0) ((m iy) 1) ((n ih ng) 0))) +("demeanor" nil (((d ih) 0) ((m iy) 1) ((n er) 0))) +("demeans" nil (((d ih) 0) ((m iy n z) 1))) +("demel" nil (((d eh) 1) ((m ax l) 0))) +("demello" nil (((d ih) 0) ((m eh) 1) ((l ow) 0))) +("demelo" nil (((d ih) 0) ((m eh) 1) ((l ow) 0))) +("dement" nil (((d ax) 0) ((m eh n t) 1))) +("demented" nil (((d ih) 0) ((m eh n) 1) ((t ih d) 0))) +("dementia" nil (((d ih) 0) ((m eh n) 1) ((sh iy) 0) ((ax) 0))) +("demeo" nil (((d iy) 1) ((m iy) 0) ((ow) 0))) +("demerger" nil (((d iy) 0) ((m er) 1) ((jh er) 0))) +("demeritt" nil (((d eh) 1) ((m er) 0) ((ih t) 0))) +("demers" nil (((d iy) 1) ((m er z) 0))) +("demery" nil (((d ih) 0) ((m er) 1) ((iy) 0))) +("demeter" nil (((d ih) 0) ((m iy) 1) ((t er) 0))) +("demetre" nil (((d eh) 0) ((m iy) 1) ((t er) 0))) +("demetria" nil (((d ih) 0) ((m eh) 1) ((t r iy) 0) ((ax) 0))) +("demetrio" nil (((d ih) 0) ((m eh) 1) ((t r iy) 0) ((ow) 0))) +("demetriou" nil (((d ih) 0) ((m eh) 0) ((t r iy) 1) ((uw) 0))) +("demeyer" nil (((d eh) 1) ((m ay) 0) ((er) 0))) +("demi" nil (((d eh) 1) ((m iy) 0))) +("demicco" nil (((d ih) 0) ((m iy) 1) ((k ow) 0))) +("demichael" nil (((d eh) 1) ((m ih) 0) ((k eh l) 0))) +("demichele" nil (((d eh) 1) ((m ih) 0) ((k ax l) 0))) +("demick" nil (((d eh) 1) ((m ih k) 0))) +("demilio" nil (((d ih) 0) ((m iy) 1) ((l iy) 0) ((ow) 0))) +("demilitarization" nil (((d iy) 0) ((m ih) 1) ((l ax) 0) ((t er) 0) ((ax) 0) ((z ey) 1) ((sh ax n) 0))) +("demilitarize" nil (((d iy) 0) ((m ih) 1) ((l ax) 0) ((t er) 0) ((ay z) 1))) +("demilitarized" nil (((d iy) 0) ((m ih) 1) ((l ax) 0) ((t er) 0) ((ay z d) 1))) +("demilitarizes" nil (((d iy) 0) ((m ih) 1) ((l ax) 0) ((t er) 0) ((ay) 1) ((z ih z) 0))) +("demilitarizing" nil (((d iy) 0) ((m ih) 1) ((l ax) 0) ((t er) 0) ((ay) 1) ((z ih ng) 0))) +("demille" nil (((d ih) 0) ((m iy) 1) ((l iy) 0))) +("demilo" nil (((d ih) 0) ((m ih) 1) ((l ow) 0))) +("deming" nil (((d eh) 1) ((m ih ng) 0))) +("demint" nil (((d ey) 1) ((m iy n t) 0))) +("demirag" nil (((d ey) 1) ((m ih) 0) ((r aa jh) 1))) +("demirel" nil (((d ax) 0) ((m ih) 1) ((r ax l) 0))) +("demirjian" nil (((d ih) 0) ((m er) 1) ((jh iy) 0) ((ax n) 0))) +("demisch" nil (((d ax) 0) ((m ih sh) 1))) +("demise" nil (((d ih) 0) ((m ay z) 1))) +("demjanjuk" nil (((d eh) 0) ((m y aa) 1) ((n y uw k) 0))) +("demko" nil (((d eh m) 1) ((k ow) 0))) +("demler" nil (((d eh m) 1) ((l er) 0))) +("demma" nil (((d iy) 1) ((m ax) 0))) +("demme" nil (((d eh m) 1))) +("demmer" nil (((d eh) 1) ((m er) 0))) +("demming" nil (((d eh) 1) ((m ih ng) 0))) +("demmon" nil (((d eh) 1) ((m ax n) 0))) +("demmons" nil (((d eh) 1) ((m ax n z) 0))) +("demo" nil (((d eh) 1) ((m ow) 0))) +("demobilization" nil (((d iy) 0) ((m ow) 1) ((b ax) 0) ((l ay) 0) ((z ey) 1) ((sh ax n) 0))) +("demobilize" nil (((d ih) 0) ((m ow) 1) ((b ax) 0) ((l ay z) 1))) +("democracies" nil (((d ih) 0) ((m aa) 1) ((k r ax) 0) ((s iy z) 0))) +("democracy" nil (((d ih) 0) ((m aa) 1) ((k r ax) 0) ((s iy) 0))) +("democrat" nil (((d eh) 1) ((m ax) 0) ((k r ae t) 1))) +("democratic" nil (((d eh) 1) ((m ax) 0) ((k r ae) 1) ((t ih k) 0))) +("democratica" nil (((d eh) 1) ((m ax) 0) ((k r ae) 1) ((t ih) 0) ((k ax) 0))) +("democratically" nil (((d eh) 1) ((m ax) 0) ((k r ae) 1) ((t ih) 0) ((k l iy) 0))) +("democratization" nil (((d ih) 0) ((m aa) 1) ((k r ax) 0) ((t ax) 0) ((z ey) 1) ((sh ax n) 0))) +("democratize" nil (((d ih) 0) ((m aa) 1) ((k r ax) 0) ((t ay z) 1))) +("democrats" nil (((d eh) 1) ((m ax) 0) ((k r ae t s) 1))) +("demodulation" nil (((d iy) 1) ((m aa) 1) ((jh ax) 0) ((l ey) 1) ((sh ax n) 0))) +("demographer" nil (((d ih) 0) ((m aa) 1) ((g r ax) 0) ((f er) 0))) +("demographers" nil (((d ih) 0) ((m aa) 1) ((g r ax) 0) ((f er z) 0))) +("demographic" nil (((d eh) 1) ((m ax) 0) ((g r ae) 1) ((f ih k) 0))) +("demographically" nil (((d eh) 1) ((m ax) 0) ((g r ae) 1) ((f ih) 0) ((k l iy) 0))) +("demographics" nil (((d eh) 1) ((m ax) 0) ((g r ae) 1) ((f ih k s) 0))) +("demography" nil (((d ih) 0) ((m aa) 1) ((g r ax) 0) ((f iy) 0))) +("demolish" nil (((d ih) 0) ((m aa) 1) ((l ih sh) 0))) +("demolished" nil (((d ih) 0) ((m aa) 1) ((l ih sh t) 0))) +("demolishing" nil (((d ih) 0) ((m aa) 1) ((l ih) 0) ((sh ih ng) 0))) +("demolition" nil (((d eh) 1) ((m ax) 0) ((l ih) 1) ((sh ax n) 0))) +("demon" nil (((d iy) 1) ((m ax n) 0))) +("demond" nil (((d ax) 0) ((m aa n d) 1))) +("demonic" nil (((d ih) 0) ((m aa) 1) ((n ih k) 0))) +("demonize" nil (((d iy) 1) ((m ax) 0) ((n ay z) 1))) +("demonized" nil (((d iy) 1) ((m ax) 0) ((n ay z d) 1))) +("demonizer" nil (((d iy) 1) ((m ax) 0) ((n ay) 1) ((z er) 0))) +("demonizez" nil (((d iy) 1) ((m ax) 0) ((n ay) 1) ((z ih z) 0))) +("demonizing" nil (((d iy) 1) ((m ax) 0) ((n ay) 1) ((z ih ng) 0))) +("demons" nil (((d iy) 1) ((m ax n z) 0))) +("demonstrable" nil (((d eh) 1) ((m ax n) 0) ((s t r ax) 0) ((b ax l) 0))) +("demonstrably" nil (((d ih) 0) ((m aa n) 1) ((s t r ax) 0) ((b l iy) 0))) +("demonstrate" nil (((d eh) 1) ((m ax n) 0) ((s t r ey t) 1))) +("demonstrated" nil (((d eh) 1) ((m ax n) 0) ((s t r ey) 1) ((t ax d) 0))) +("demonstrates" nil (((d eh) 1) ((m ax n) 0) ((s t r ey t s) 1))) +("demonstrating" nil (((d eh) 1) ((m ax n) 0) ((s t r ey) 1) ((t ih ng) 0))) +("demonstration" nil (((d eh) 1) ((m ax n) 0) ((s t r ey) 1) ((sh ax n) 0))) +("demonstrations" nil (((d eh) 1) ((m ax n) 0) ((s t r ey) 1) ((sh ax n z) 0))) +("demonstrative" nil (((d ih) 0) ((m aa n) 1) ((s t r ax) 0) ((t ih v) 0))) +("demonstrator" nil (((d eh) 1) ((m ax n) 0) ((s t r ey) 1) ((t er) 0))) +("demonstrators" nil (((d eh) 1) ((m ax n) 0) ((s t r ey) 1) ((t er z) 0))) +("demont" nil (((d eh) 1) ((m ax n t) 0))) +("demonte" nil (((d ax) 0) ((m aa n) 1) ((t iy) 0))) +("demopoulos" nil (((d ax) 0) ((m aa) 1) ((p ax) 0) ((l ih s) 0))) +("demoralization" nil (((d ih) 0) ((m ao) 1) ((r ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("demoralize" nil (((d ih) 0) ((m ao) 1) ((r ax) 0) ((l ay z) 1))) +("demoralized" nil (((d ih) 0) ((m ao) 1) ((r ax) 0) ((l ay z d) 1))) +("demoralizing" nil (((d ih) 0) ((m ao) 1) ((r ax) 0) ((l ay) 1) ((z ih ng) 0))) +("demore" nil (((d eh) 1) ((m ao r) 0))) +("demorest" nil (((d ey) 0) ((m ao) 1) ((r ih s t) 0))) +("demory" nil (((d ih) 0) ((m er) 1) ((iy) 0))) +("demos" nil (((d eh) 1) ((m ow z) 1))) +("demoss" nil (((d ax) 0) ((m aa s) 1))) +("demoted" nil (((d ih) 0) ((m ow) 1) ((t ih d) 0))) +("demotion" nil (((d ih) 0) ((m ow) 1) ((sh ax n) 0))) +("demott" nil (((d ax) 0) ((m aa t) 1))) +("demoulin" nil (((d eh) 1) ((m uw) 0) ((l ae n) 0))) +("demov" nil (((d eh) 1) ((m aa v) 0))) +("dempewolf" nil (((d eh m) 1) ((p y uw) 0) ((uh l f) 0))) +("demps" nil (((d eh m p s) 1))) +("dempsey" nil (((d eh m p) 1) ((s iy) 0))) +("dempster" nil (((d eh m p) 1) ((s t er) 0))) +("demski" nil (((d eh m) 1) ((s k iy) 0))) +("demsky" nil (((d eh m) 1) ((s k iy) 0))) +("demur" nil (((d ih) 0) ((m er) 1))) +("demure" nil (((d ih) 0) ((m y uh r) 1))) +("demurely" nil (((d ih) 0) ((m y uh r) 1) ((l iy) 0))) +("demuro" nil (((d ih) 0) ((m uh) 1) ((r ow) 0))) +("demurred" nil (((d ih) 0) ((m er d) 1))) +("demurring" nil (((d ih) 0) ((m er) 1) ((ih ng) 0))) +("demurs" nil (((d ih) 0) ((m er z) 1))) +("demus" nil (((d iy) 1) ((m ax s) 0))) +("demuth" nil (((d iy) 1) ((m ax th) 0))) +("demyan" nil (((d eh) 1) ((m y ax n) 0))) +("demystify" nil (((d iy) 0) ((m ih) 1) ((s t ax) 0) ((f ay) 1))) +("den" nil (((d eh n) 1))) +("dena" nil (((d iy) 1) ((n ax) 0))) +("denapoli" nil (((d ih) 0) ((n aa) 1) ((p ax) 0) ((l iy) 0))) +("denard" nil (((d ih) 0) ((n aa r d) 1))) +("denardo" nil (((d ih) 0) ((n aa r) 1) ((d ow) 0))) +("denarii" nil (((d ih) 0) ((n ae) 1) ((r iy) 0))) +("denarius" nil (((d ih) 0) ((n ae) 1) ((r iy) 0) ((ax s) 0))) +("denaro" nil (((d ih) 0) ((n aa) 1) ((r ow) 0))) +("denatale" nil (((d ih) 0) ((n aa) 0) ((t aa) 1) ((l iy) 0))) +("denationalization" nil (((d iy) 1) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("denationalizations" nil (((d iy) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n z) 0))) +("denationalize" nil (((d ih) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay z) 1))) +("denationalized" nil (((d ih) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay z d) 1))) +("denationalizing" nil (((d ih) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("denatured" nil (((d ih) 0) ((n ey) 1) ((ch er d) 0))) +("denault" nil (((d ih) 0) ((n ow) 1))) +("denbo" nil (((d iy n) 1) ((b ow) 0))) +("denboer" nil (((d eh n) 1) ((b ow) 0) ((er) 0))) +("denbow" nil (((d eh n) 1) ((b ow) 0))) +("denby" nil (((d eh n) 1) ((b iy) 0))) +("denden" nil (((d eh n) 1) ((d ax n) 0))) +("dendinger" nil (((d iy n) 1) ((d ih ng) 0) ((er) 0))) +("dendritic" nil (((d eh n) 0) ((d r ih) 1) ((t ih k) 0))) +("dendrochronology" nil (((d eh n) 1) ((d r ow) 1) ((k r ax) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("dendy" nil (((d eh n) 1) ((d iy) 0))) +("deneau" nil (((d ih) 0) ((n ow) 1))) +("deneault" nil (((d ih) 0) ((n ow) 1))) +("deneen" nil (((d ih) 0) ((n iy n) 1))) +("deneke" nil (((d eh) 1) ((n ih k) 0))) +("denenberg" nil (((d eh) 1) ((n ax n) 0) ((b er g) 0))) +("denes" nil (((d iy n z) 1))) +("deneve" nil (((d eh) 1) ((n ih v) 0))) +("deng" nil (((d eh ng) 1))) +("dengel" nil (((d eh ng) 1) ((g ax l) 0))) +("dengler" nil (((d ih ng) 1) ((ax) 0) ((l er) 0))) +("denham" nil (((d eh) 1) ((n ax m) 0))) +("denhart" nil (((d eh n) 1) ((hh aa r t) 1))) +("denhartog" nil (((d eh n) 1) ((hh aa r) 0) ((t ax g) 0))) +("denherder" nil (((d eh n) 1) ((hh er) 1) ((d er) 0))) +("denholm" nil (((d eh n) 1) ((hh ow l m) 1))) +("deniability" nil (((d ih) 0) ((n ay) 1) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("denial" nil (((d ih) 0) ((n ay) 1) ((ax l) 0))) +("denials" nil (((d ih) 0) ((n ay) 1) ((ax l z) 0))) +("denice" nil (((d ih) 0) ((n iy s) 1))) +("denicola" nil (((d ih) 0) ((n iy) 0) ((k ow) 1) ((l ax) 0))) +("denied" nil (((d ih) 0) ((n ay d) 1))) +("denies" nil (((d ih) 0) ((n ay z) 1))) +("denigrate" nil (((d eh) 1) ((n ax) 0) ((g r ey t) 1))) +("denigrated" nil (((d eh) 1) ((n ih) 0) ((g r ey) 1) ((t ih d) 0))) +("denigrating" nil (((d eh) 1) ((n ih) 0) ((g r ey) 1) ((t ih ng) 0))) +("denigris" nil (((d eh) 1) ((n ih) 0) ((g r ih s) 0))) +("denike" nil (((d eh) 1) ((n ih k) 0))) +("denim" nil (((d eh) 1) ((n ax m) 0))) +("denio" nil (((d iy) 1) ((n iy) 0) ((ow) 0))) +("deniro" nil (((d ih) 0) ((n ih) 1) ((r ow) 0))) +("denis" nil (((d eh) 1) ((n ih s) 0))) +("denise" nil (((d ih) 0) ((n iy s) 1))) +("denison" nil (((d eh) 1) ((n ih) 0) ((s ax n) 0))) +("deniston" nil (((d eh) 1) ((n ih) 0) ((s t aa n) 0))) +("deniz" nil (((d ey) 1) ((n iy z) 0))) +("denizen" n (((d eh) 1) ((n ax) 0) ((z ax n) 0))) +("denizens" nil (((d eh) 1) ((n ax) 0) ((z ax n z) 0))) +("denk" nil (((d eh ng k) 1))) +("denker" nil (((d eh ng) 1) ((k er) 0))) +("denki" nil (((d eh ng) 1) ((k iy) 0))) +("denkins" nil (((d eh ng) 1) ((k ih n z) 0))) +("denko" nil (((d eh ng) 1) ((k ow) 0))) +("denktas" nil (((d eh ng k) 1) ((t ax s) 0))) +("denlea" nil (((d eh n) 1) ((l iy) 1))) +("denley" nil (((d eh n) 1) ((l iy) 0))) +("denlinger" nil (((d eh) 1) ((n ax) 0) ((l ih ng) 0) ((er) 0))) +("denman" nil (((d eh n) 1) ((m ax n) 0))) +("denmark" nil (((d eh n) 1) ((m aa r k) 1))) +("denmon" nil (((d eh n) 1) ((m ax n) 0))) +("denn" nil (((d eh n) 1))) +("dennard" nil (((d ih) 0) ((n aa r d) 1))) +("denne" nil (((d eh n) 1))) +("dennehy" nil (((d eh) 1) ((n ih) 0) ((hh iy) 0))) +("dennen" nil (((d eh) 1) ((n ax n) 0))) +("denner" nil (((d eh) 1) ((n er) 0))) +("dennett" nil (((d eh) 1) ((n ih t) 0))) +("denney" nil (((d eh) 1) ((n iy) 0))) +("dennie" nil (((d eh) 1) ((n iy) 0))) +("dennin" nil (((d eh) 1) ((n ih n) 0))) +("denning" nil (((d eh) 1) ((n ih ng) 0))) +("denninger" nil (((d eh) 1) ((n ih ng) 0) ((er) 0))) +("dennington" nil (((d eh) 1) ((n ih ng) 0) ((t ax n) 0))) +("dennis" nil (((d eh) 1) ((n ih s) 0))) +("dennison" nil (((d eh) 1) ((n ih) 0) ((s ax n) 0))) +("denniston" nil (((d eh) 1) ((n ih) 0) ((s t aa n) 0))) +("denno" nil (((d iy) 1) ((n ow) 0))) +("denny" nil (((d eh) 1) ((n iy) 0))) +("deno" nil (((d iy) 1) ((n ow) 0))) +("denoble" nil (((d eh) 1) ((n ow) 0) ((b ax l) 0))) +("denominated" nil (((d ih) 0) ((n aa) 1) ((m ax) 0) ((n ey) 1) ((t ih d) 0))) +("denomination" nil (((d ih) 0) ((n ao) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("denominations" nil (((d ih) 0) ((n ao) 1) ((m ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("denominator" nil (((d ih) 0) ((n aa) 1) ((m ax) 0) ((n ey) 1) ((t er) 0))) +("denomme" nil (((d eh) 1) ((n ax m) 0))) +("denote" nil (((d ih) 0) ((n ow t) 1))) +("denoted" nil (((d ih) 0) ((n ow) 1) ((t ax d) 0))) +("denotes" nil (((d ih) 0) ((n ow t s) 1))) +("denouement" nil (((d ey) 1) ((n uw) 1) ((m aa n) 1))) +("denounce" nil (((d ih) 0) ((n aw n s) 1))) +("denounced" nil (((d ih) 0) ((n aw n s t) 1))) +("denounces" nil (((d ih) 0) ((n aw n) 1) ((s ih z) 0))) +("denouncing" nil (((d ih) 0) ((n aw n) 1) ((s ih ng) 0))) +("denoyer" nil (((d eh) 1) ((n oy) 0) ((er) 0))) +("dens" nil (((d eh n z) 1))) +("dense" nil (((d eh n s) 1))) +("densely" nil (((d eh n) 1) ((s l iy) 0))) +("denser" nil (((d eh n) 1) ((s er) 0))) +("densest" nil (((d eh n) 1) ((s ax s t) 0))) +("denshin" nil (((d eh n) 1) ((sh ih n) 0))) +("densities" nil (((d eh n) 1) ((s ax) 0) ((t iy z) 0))) +("densitometer" nil (((d eh n) 1) ((s ax) 0) ((t aa) 1) ((m ax) 0) ((t er) 0))) +("density" nil (((d eh n) 1) ((s ax) 0) ((t iy) 0))) +("densley" nil (((d eh n) 1) ((s l iy) 0))) +("denslow" nil (((d eh n) 1) ((s l ow) 1))) +("densmore" nil (((d iy n) 1) ((s m ao r) 0))) +("denson" nil (((d eh n) 1) ((s ax n) 0))) +("dent" nil (((d eh n t) 1))) +("dental" nil (((d eh n) 1) ((t ax l) 0))) +("dentals" nil (((d eh n) 1) ((t ax l z) 0))) +("dente" nil (((d eh n t) 1))) +("dented" nil (((d eh n) 1) ((t ih d) 0))) +("dentin" nil (((d eh n) 1) ((t ax n) 0))) +("dentine" nil (((d eh n) 1) ((t iy n) 0))) +("denting" nil (((d eh n) 1) ((t ih ng) 0))) +("dentino" nil (((d ih n) 0) ((t iy) 1) ((n ow) 0))) +("dentist" nil (((d eh n) 1) ((t ax s t) 0))) +("dentistry" nil (((d eh n) 1) ((t ax) 0) ((s t r iy) 0))) +("dentists" nil (((d eh n) 1) ((t ax s t s) 0))) +("dentition" nil (((d eh n) 0) ((t ih) 1) ((sh ax n) 0))) +("dentler" nil (((d eh n t) 1) ((l er) 0))) +("denton" nil (((d eh n) 1) ((t ax n) 0))) +("dentremont" nil (((d ey n) 0) ((t r ey) 1) ((m ow n t) 0))) +("dents" nil (((d eh n t s) 1))) +("dentsu" nil (((d eh n t) 1) ((s uw) 0))) +("dentton" nil (((d eh n) 1) ((t ax n) 0))) +("denture" nil (((d eh n) 1) ((ch er) 0))) +("dentures" nil (((d eh n) 1) ((ch er z) 0))) +("denucci" nil (((d ih) 0) ((n uw) 1) ((ch iy) 0))) +("denuclearization" nil (((d iy) 0) ((n uw) 1) ((k l iy) 0) ((er) 0) ((ax) 0) ((z ey) 1) ((sh ax n) 0))) +("denuclearized" nil (((d ih) 0) ((n uw) 1) ((k l iy) 0) ((er) 0) ((ay z d) 1))) +("denuded" nil (((d ih) 0) ((n uw) 1) ((d ih d) 0))) +("denunciation" nil (((d ih) 0) ((n ah n) 1) ((s iy) 0) ((ey) 1) ((sh ax n) 0))) +("denunciations" nil (((d ih) 0) ((n ah n) 1) ((s iy) 0) ((ey) 1) ((sh ax n z) 0))) +("denunzio" nil (((d ax) 0) ((n ah n) 1) ((z iy) 0) ((ow) 0))) +("denver" nil (((d eh n) 1) ((v er) 0))) +("denwa" nil (((d eh n) 1) ((w aa) 1))) +("deny" nil (((d ih) 0) ((n ay) 1))) +("denying" nil (((d ih) 0) ((n ay) 1) ((ih ng) 0))) +("denys" nil (((d eh) 1) ((n ih s) 0))) +("denyse" nil (((d eh) 1) ((n ay s) 0))) +("denz" nil (((d eh n z) 1))) +("denzel" nil (((d eh n) 1) ((z ax l) 0))) +("denzer" nil (((d eh n) 1) ((z er) 0))) +("denzil" nil (((d eh n) 1) ((z ax l) 0))) +("denzler" nil (((d eh n) 1) ((z l er) 0))) +("deo" nil (((d iy) 1) ((ow) 0))) +("deodorant" nil (((d iy) 0) ((ow) 1) ((d er) 0) ((ax n t) 0))) +("deodorants" nil (((d iy) 0) ((ow) 1) ((d er) 0) ((ax n t s) 0))) +("deoliveira" nil (((d iy) 1) ((aa) 1) ((l ih) 0) ((v ey) 1) ((r ax) 0))) +("deon" nil (((d iy) 1) ((aa n) 0))) +("deoxyribonucleic" nil (((d iy) 0) ((aa k) 1) ((s iy) 0) ((r ay) 1) ((b ow) 0) ((n uw) 0) ((k l ey) 1) ((ih k) 0))) +("dep" nil (((d ih) 0) ((p aa r t) 1) ((m ax n t) 0))) +("depace" nil (((d ih) 0) ((p aa) 1) ((ch iy) 0))) +("depalma" nil (((d ih) 0) ((p aa l) 1) ((m ax) 0))) +("depalo" nil (((d ih) 0) ((p aa) 1) ((l ow) 0))) +("depaola" nil (((d ih) 0) ((p aw) 1) ((l ax) 0))) +("depaoli" nil (((d ih) 0) ((p aw) 1) ((l iy) 0))) +("depaolis" nil (((d eh) 0) ((p aw) 1) ((l ih s) 0))) +("depaolo" nil (((d ih) 0) ((p aw) 1) ((l ow) 0))) +("depart" nil (((d ih) 0) ((p aa r t) 1))) +("departed" nil (((d ih) 0) ((p aa r) 1) ((t ax d) 0))) +("departing" nil (((d ih) 0) ((p aa r) 1) ((t ih ng) 0))) +("department" nil (((d ih) 0) ((p aa r t) 1) ((m ax n t) 0))) +("departmental" nil (((d ih) 0) ((p aa r t) 1) ((m eh n) 1) ((t ax l) 0))) +("departmentalized" nil (((d ih) 0) ((p aa r t) 1) ((m eh n) 1) ((t ax) 0) ((l ay z d) 1))) +("departments" nil (((d ih) 0) ((p aa r t) 1) ((m ax n t s) 0))) +("departs" nil (((d ih) 0) ((p aa r t s) 1))) +("departure" nil (((d ih) 0) ((p aa r) 1) ((ch er) 0))) +("departures" nil (((d ih) 0) ((p aa r) 1) ((ch er z) 0))) +("depascale" nil (((d ih) 0) ((p aa) 0) ((s k aa) 1) ((l iy) 0))) +("depasquale" nil (((d ih) 0) ((p aa) 0) ((s k w aa) 1) ((l iy) 0))) +("depass" nil (((d ih) 0) ((p ae s) 1))) +("depaul" nil (((d ih) 0) ((p ao l) 1))) +("depaula" nil (((d ih) 0) ((p ao) 1) ((l ax) 0))) +("depaulo" nil (((d ih) 0) ((p ao) 1) ((l ow) 0))) +("depauw" nil (((d ax) 0) ((p aw) 1))) +("depend" nil (((d ih) 0) ((p eh n d) 1))) +("dependability" nil (((d ih) 0) ((p eh n) 1) ((d ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("dependable" nil (((d ih) 0) ((p eh n) 1) ((d ax) 0) ((b ax l) 0))) +("depended" nil (((d ih) 0) ((p eh n) 1) ((d ax d) 0))) +("dependence" nil (((d ih) 0) ((p eh n) 1) ((d ax n s) 0))) +("dependencies" nil (((d ih) 0) ((p eh n) 1) ((d ax n) 0) ((s iy z) 0))) +("dependency" nil (((d ih) 0) ((p eh n) 1) ((d ax n) 0) ((s iy) 0))) +("dependent" nil (((d ih) 0) ((p eh n) 1) ((d ax n t) 0))) +("dependents" nil (((d ih) 0) ((p eh n) 1) ((d ax n t s) 0))) +("depending" nil (((d ih) 0) ((p eh n) 1) ((d ih ng) 0))) +("depends" nil (((d ih) 0) ((p eh n d z) 1))) +("depetro" nil (((d ih) 0) ((p eh) 1) ((t r ow) 0))) +("depew" nil (((d ax) 0) ((p y uw) 1))) +("dephillips" nil (((d eh) 1) ((f ih) 0) ((l ih p s) 0))) +("depict" nil (((d ih) 0) ((p ih k t) 1))) +("depicted" nil (((d ih) 0) ((p ih k) 1) ((t ax d) 0))) +("depicting" nil (((d ih) 0) ((p ih k) 1) ((t ih ng) 0))) +("depiction" nil (((d ih) 0) ((p ih k) 1) ((sh ax n) 0))) +("depictions" nil (((d ih) 0) ((p ih k) 1) ((sh ax n z) 0))) +("depicts" nil (((d ih) 0) ((p ih k t s) 1))) +("depietro" nil (((d ih) 0) ((p iy) 1) ((t r ow) 0))) +("depilatory" nil (((d ih) 0) ((p ih) 1) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("depina" nil (((d ih) 0) ((p iy) 1) ((n ax) 0))) +("depinto" nil (((d ih) 0) ((p iy n) 1) ((t ow) 0))) +("deplete" nil (((d ih) 0) ((p l iy t) 1))) +("depleted" nil (((d ih) 0) ((p l iy) 1) ((t ih d) 0))) +("depleters" nil (((d ih) 0) ((p l iy) 1) ((t er z) 0))) +("depletes" nil (((d ih) 0) ((p l iy t s) 1))) +("depleting" nil (((d ih) 0) ((p l iy) 1) ((t ih ng) 0))) +("depletion" nil (((d ih) 0) ((p l iy) 1) ((sh ax n) 0))) +("deplorable" nil (((d ih) 0) ((p l ao) 1) ((r ax) 0) ((b ax l) 0))) +("deplore" nil (((d ih) 0) ((p l ao r) 1))) +("deplored" nil (((d ih) 0) ((p l ao r d) 1))) +("deplores" nil (((d ih) 0) ((p l ao r z) 1))) +("deploring" nil (((d ih) 0) ((p l ao) 1) ((r ih ng) 0))) +("deploy" nil (((d ih) 0) ((p l oy) 1))) +("deployable" nil (((d ih) 0) ((p l oy) 1) ((ax) 0) ((b ax l) 0))) +("deployed" nil (((d ih) 0) ((p l oy d) 1))) +("deploying" nil (((d ih) 0) ((p l oy) 1) ((ih ng) 0))) +("deployment" nil (((d ih) 0) ((p l oy) 1) ((m ax n t) 0))) +("deployments" nil (((d ih) 0) ((p l oy) 1) ((m ax n t s) 0))) +("deploys" nil (((d ih) 0) ((p l oy z) 1))) +("depner" nil (((d eh p) 1) ((n er) 0))) +("depo" nil (((d iy) 1) ((p ow) 0))) +("depolo" nil (((d ih) 0) ((p ow) 1) ((l ow) 0))) +("deponte" nil (((d ih) 0) ((p ow n) 1) ((t iy) 0))) +("depopulation" nil (((d ih) 0) ((p aa) 1) ((p y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("deport" nil (((d ih) 0) ((p ao r t) 1))) +("deportation" nil (((d iy) 1) ((p ao r) 0) ((t ey) 1) ((sh ax n) 0))) +("deportations" nil (((d iy) 1) ((p ao r) 0) ((t ey) 1) ((sh ax n z) 0))) +("deported" nil (((d ih) 0) ((p ao r) 1) ((t ax d) 0))) +("deportees" nil (((d iy) 1) ((p ao r) 0) ((t iy z) 1))) +("deporting" nil (((d ih) 0) ((p ao r) 1) ((t ih ng) 0))) +("deportment" nil (((d ax) 0) ((p ao r t) 1) ((m ax n t) 0))) +("depose" nil (((d ih) 0) ((p ow z) 1))) +("deposed" nil (((d ih) 0) ((p ow z d) 1))) +("deposit" nil (((d ax) 0) ((p aa) 1) ((z ih t) 0))) +("depositary" nil (((d ax) 0) ((p aa) 1) ((z ih) 0) ((t eh) 1) ((r iy) 0))) +("deposited" nil (((d ax) 0) ((p aa) 1) ((z ih) 0) ((t ih d) 0))) +("depositing" nil (((d ax) 0) ((p aa) 1) ((z ih) 0) ((t ih ng) 0))) +("deposition" nil (((d eh) 1) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("depositional" nil (((d eh) 1) ((p ax) 0) ((z ih) 1) ((sh ax) 0) ((n ax l) 0))) +("depositions" nil (((d eh) 1) ((p ax) 0) ((z ih) 1) ((sh ax n z) 0))) +("depositor" nil (((d ax) 0) ((p aa) 1) ((z ih) 0) ((t er) 0))) +("depositors" nil (((d ax) 0) ((p aa) 1) ((z ih) 0) ((t er z) 0))) +("depository" nil (((d ih) 0) ((p aa) 1) ((z ax) 0) ((t ao) 1) ((r iy) 0))) +("deposits" nil (((d ax) 0) ((p aa) 1) ((z ih t s) 0))) +("depot" nil (((d iy) 1) ((p ow) 0))) +("depots" nil (((d iy) 1) ((p ow z) 0))) +("depoy" nil (((d eh) 1) ((p oy) 0))) +("depp" nil (((d eh p) 1))) +("deppe" nil (((d eh p) 1))) +("deppen" nil (((d eh) 1) ((p ax n) 0))) +("depravity" nil (((d ih) 0) ((p r ae) 1) ((v ax) 0) ((t iy) 0))) +("deprecating" nil (((d eh) 1) ((p r ax) 0) ((k ey) 1) ((t ih ng) 0))) +("depreciable" nil (((d ih) 0) ((p r ih) 1) ((sh ax) 0) ((b ax l) 0))) +("depreciate" nil (((d ih) 0) ((p r iy) 1) ((sh iy) 0) ((ey t) 1))) +("depreciated" nil (((d ih) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((t ih d) 0))) +("depreciates" nil (((d ih) 0) ((p r iy) 1) ((sh iy) 0) ((ey t s) 1))) +("depreciating" nil (((d ih) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((t ih ng) 0))) +("depreciation" nil (((d ih) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((sh ax n) 0))) +("depredation" nil (((d eh) 1) ((p r ax) 0) ((d ey) 1) ((sh ax n) 0))) +("depredations" nil (((d eh) 0) ((p r ax) 0) ((d ey) 1) ((sh ax n z) 0))) +("depree" nil (((d ih) 0) ((p r iy) 1))) +("deprenyl" nil (((d eh) 1) ((p r ax) 0) ((n ih l) 1))) +("depress" nil (((d ih) 0) ((p r eh s) 1))) +("depressant" nil (((d ih) 0) ((p r eh) 1) ((s ax n t) 0))) +("depressants" nil (((d ih) 0) ((p r eh) 1) ((s ax n t s) 0))) +("depressed" nil (((d ih) 0) ((p r eh s t) 1))) +("depresses" nil (((d ih) 0) ((p r eh) 1) ((s ax z) 0))) +("depressing" nil (((d ih) 0) ((p r eh) 1) ((s ih ng) 0))) +("depressingly" nil (((d ih) 0) ((p r eh) 1) ((s ih ng) 0) ((l iy) 0))) +("depression" nil (((d ih) 0) ((p r eh) 1) ((sh ax n) 0))) +("depressions" nil (((d ih) 0) ((p r eh) 1) ((sh ax n z) 0))) +("depressive" nil (((d ih) 0) ((p r eh) 1) ((s ih v) 0))) +("deprey" nil (((d eh) 1) ((p r iy) 0))) +("deprez" nil (((d ey) 0) ((p r eh z) 1))) +("depriest" nil (((d eh) 1) ((p er) 0) ((iy) 0) ((ih s t) 0))) +("deprivation" nil (((d eh) 1) ((p r ax) 0) ((v ey) 1) ((sh ax n) 0))) +("deprivations" nil (((d eh) 1) ((p r ax) 0) ((v ey) 1) ((sh ax n z) 0))) +("deprive" nil (((d ih) 0) ((p r ay v) 1))) +("deprived" nil (((d ih) 0) ((p r ay v d) 1))) +("deprives" nil (((d ih) 0) ((p r ay v z) 1))) +("depriving" nil (((d ih) 0) ((p r ay) 1) ((v ih ng) 0))) +("depth" nil (((d eh p th) 1))) +("depths" nil (((d eh p th s) 1))) +("deptula" nil (((d ih p) 0) ((t uw) 1) ((l ax) 0))) +("depue" nil (((d ax) 0) ((p y uw) 1))) +("deputies" nil (((d eh) 1) ((p y ax) 0) ((t iy z) 0))) +("deputy" nil (((d eh) 1) ((p y ax) 0) ((t iy) 0))) +("depuy" nil (((d ih) 0) ((p ay) 1))) +("dequeker" nil (((d ih) 0) ((k w eh) 1) ((k er) 0))) +("der" nil (((d er) 1))) +("derail" nil (((d ih) 0) ((r ey l) 1))) +("derailed" nil (((d ih) 0) ((r ey l d) 1))) +("derailing" nil (((d ih) 0) ((r ey) 1) ((l ih ng) 0))) +("derailment" nil (((d ih) 0) ((r ey l) 1) ((m ax n t) 0))) +("derailments" nil (((d ih) 0) ((r ey l) 1) ((m ax n t s) 0))) +("derails" nil (((d ih) 0) ((r ey l z) 1))) +("deramo" nil (((d ih) 0) ((r aa) 1) ((m ow) 0))) +("deramus" nil (((d eh) 1) ((r ax) 0) ((m ih s) 0))) +("deranged" nil (((d ih) 0) ((r ey n jh d) 1))) +("derasmo" nil (((d ih) 0) ((r aa) 1) ((s m ow) 0))) +("derby" nil (((d er) 1) ((b iy) 0))) +("derchin" nil (((d er) 1) ((ch ih n) 0))) +("dercole" nil (((d ih r) 0) ((k ow) 1) ((l iy) 0))) +("derden" nil (((d er) 1) ((d ax n) 0))) +("derderian" nil (((d er) 0) ((d ih) 1) ((r iy) 0) ((ax n) 0))) +("derecktor" nil (((d er) 0) ((eh k) 1) ((t er) 0))) +("deregt" nil (((d er) 0) ((eh k t) 1))) +("deregulate" nil (((d iy) 0) ((r eh) 1) ((g y ax) 0) ((l ey t) 0))) +("deregulated" nil (((d iy) 0) ((r eh) 1) ((g y ax) 0) ((l ey) 0) ((t ih d) 0))) +("deregulating" nil (((d iy) 0) ((r eh) 1) ((g y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("deregulation" nil (((d iy) 0) ((r eh) 1) ((g y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("deregulators" nil (((d iy) 0) ((r eh) 1) ((g y ax) 0) ((l ey) 0) ((t er z) 0))) +("deregulatory" nil (((d iy) 0) ((r eh) 1) ((g y ax) 0) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("derek" nil (((d eh) 1) ((r ih k) 0))) +("derelict" nil (((d eh) 1) ((r ax) 0) ((l ih k t) 1))) +("dereliction" nil (((d eh) 1) ((r ax) 0) ((l ih k) 1) ((sh ax n) 0))) +("deremer" nil (((d eh) 1) ((r iy) 0) ((m er) 0))) +("deren" nil (((d ih) 1) ((r ax n) 0))) +("derenzo" nil (((d ih) 0) ((r eh n) 1) ((z ow) 0))) +("derflinger" nil (((d er) 1) ((f ax) 0) ((l ih ng) 0) ((er) 0))) +("derham" nil (((d er) 1) ((hh ax m) 0))) +("derhammer" nil (((d er) 1) ((hh ax) 0) ((m er) 0))) +("derick" nil (((d eh) 1) ((r ih k) 0))) +("derickson" nil (((d eh) 1) ((r ih k) 0) ((s ax n) 0))) +("deridder" nil (((d eh) 1) ((r ih) 0) ((d er) 0))) +("deride" nil (((d ih) 0) ((r ay d) 1))) +("derided" nil (((d ih) 0) ((r ay) 1) ((d ih d) 0))) +("derides" nil (((d ih) 0) ((r ay d z) 1))) +("deriding" nil (((d ih) 0) ((r ay) 1) ((d ih ng) 0))) +("derienzo" nil (((d ih) 0) ((r iy n) 1) ((z ow) 0))) +("derik" nil (((d eh) 1) ((r ih k) 0))) +("dering" nil (((d ih) 1) ((r ih ng) 0))) +("deringer" nil (((d eh) 1) ((r ih n) 0) ((jh er) 0))) +("derington" nil (((d er) 1) ((ih ng) 0) ((t ax n) 0))) +("derise" nil (((d eh) 1) ((r ay z) 0))) +("derision" nil (((d er) 0) ((ih) 1) ((zh ax n) 0))) +("derisive" nil (((d er) 0) ((ih) 1) ((s ih v) 0))) +("derisively" nil (((d er) 0) ((ih) 1) ((s ih) 0) ((v l iy) 0))) +("deriso" nil (((d ih) 0) ((r iy) 1) ((s ow) 0))) +("derivation" nil (((d eh) 1) ((r ax) 0) ((v ey) 1) ((sh ax n) 0))) +("derivative" nil (((d er) 0) ((ih) 1) ((v ax) 0) ((t ih v) 0))) +("derivatives" nil (((d er) 0) ((ih) 1) ((v ax) 0) ((t ih v z) 0))) +("derive" nil (((d er) 0) ((ay v) 1))) +("derived" nil (((d er) 0) ((ay v d) 1))) +("derives" nil (((d er) 0) ((ay v z) 1))) +("deriving" nil (((d er) 0) ((ay) 1) ((v ih ng) 0))) +("derk" nil (((d er k) 1))) +("derks" nil (((d er k s) 1))) +("derksen" nil (((d er k) 1) ((s ax n) 0))) +("derleth" nil (((d er) 1) ((l ih th) 0))) +("derma" nil (((d er) 1) ((m ax) 0))) +("dermal" nil (((d er) 1) ((m ax l) 0))) +("derman" nil (((d er) 1) ((m ax n) 0))) +("dermatological" nil (((d er) 1) ((m ax) 0) ((t ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("dermatologist" nil (((d er) 1) ((m ax) 0) ((t aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("dermatologists" nil (((d er) 1) ((m ax) 0) ((t aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("dermatology" nil (((d er) 1) ((m ax) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("dermer" nil (((d er) 1) ((m er) 0))) +("dermis" nil (((d er) 1) ((m ax s) 0))) +("dermody" nil (((d er) 1) ((m ax) 0) ((d iy) 0))) +("dermot" nil (((d er) 1) ((m ax t) 0))) +("dermott" nil (((d er) 1) ((m ax t) 0))) +("dern" nil (((d er n) 1))) +("derner" nil (((d er) 1) ((n er) 0))) +("derobertis" nil (((d eh) 1) ((r ax) 0) ((b er) 0) ((t ih s) 0))) +("derocco" nil (((d ih) 0) ((r ow) 1) ((k ow) 0))) +("deroche" nil (((d eh) 1) ((r ax k) 0))) +("derocher" nil (((d eh) 1) ((r ax) 0) ((k er) 0))) +("derogatory" nil (((d er) 0) ((aa) 1) ((g ax) 0) ((t ao) 1) ((r iy) 0))) +("deroo" nil (((d eh) 1) ((r uw) 0))) +("deroos" nil (((d ih) 1) ((r uw z) 0))) +("derosa" nil (((d ih) 0) ((r ow) 1) ((s ax) 0))) +("derose" nil (((d eh) 1) ((r ax s) 0))) +("derosia" nil (((d ih) 0) ((r ow) 1) ((s iy) 0) ((ax) 0))) +("derosier" nil (((d eh) 1) ((r ax) 0) ((s iy) 0) ((er) 0))) +("derossett" nil (((d eh) 1) ((r ax) 0) ((s eh t) 0))) +("derouen" nil (((d er) 0) ((w eh n) 1))) +("derouin" nil (((d er) 0) ((w iy n) 1))) +("derousse" nil (((d er) 0) ((uw s) 1))) +("deroy" nil (((d ih) 1) ((r oy) 0))) +("derr" nil (((d eh r) 1))) +("derrick" nil (((d eh) 1) ((r ih k) 0))) +("derrickson" nil (((d eh) 1) ((r ih k) 0) ((s ax n) 0))) +("derrico" nil (((d ih) 0) ((r iy) 1) ((k ow) 0))) +("derrig" nil (((d eh) 1) ((r ih g) 0))) +("derring" nil (((d eh) 1) ((r ih ng) 0))) +("derringer" nil (((d eh) 1) ((r ax n) 0) ((jh er) 0))) +("derrington" nil (((d eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("derrow" nil (((d eh) 1) ((r ow) 0))) +("derry" nil (((d eh) 1) ((r iy) 0))) +("derryberry" nil (((d eh) 1) ((r iy) 0) ((b eh) 1) ((r iy) 0))) +("dersch" nil (((d er sh) 1))) +("dershem" nil (((d er) 1) ((sh ih m) 0))) +("dershowitz" nil (((d er) 1) ((sh ax) 0) ((w ih t s) 1))) +("derstine" nil (((d er) 1) ((s t iy n) 0))) +("derthick" nil (((d er) 1) ((th ih k) 0))) +("derubeis" nil (((d eh) 1) ((r ax) 0) ((b ay z) 0))) +("deruiter" nil (((d ih) 1) ((r ih) 0) ((t er) 0))) +("deruko" nil (((d ih) 0) ((r uw) 1) ((k ow) 0))) +("derus" nil (((d eh) 1) ((r ih s) 0))) +("derusha" nil (((d eh) 1) ((r ax) 0) ((sh ax) 0))) +("deruyter" nil (((d ih) 1) ((r ay) 0) ((t er) 0))) +("dervin" nil (((d er) 1) ((v ih n) 0))) +("dervish" nil (((d er) 1) ((v ih sh) 0))) +("derward" nil (((d er) 1) ((w er d) 0))) +("derwin" nil (((d er) 1) ((w ih n) 0))) +("derwinski" nil (((d er) 0) ((w ih n) 1) ((s k iy) 0))) +("dery" nil (((d eh) 1) ((r iy) 0))) +("deryck" nil (((d eh) 1) ((r ih k) 0))) +("deryle" nil (((d eh) 1) ((r ax l) 0))) +("des" nil (((d eh) 1))) +("desai" nil (((d ey) 0) ((s aa) 1) ((iy) 0))) +("desalination" nil (((d iy) 0) ((s ey) 1) ((l ih) 0) ((n ey) 1) ((sh ax n) 0))) +("desalinization" nil (((d iy) 0) ((s ey) 1) ((l ih) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("desalvo" nil (((d ih) 0) ((s aa l) 1) ((v ow) 0))) +("desanctis" nil (((d eh) 1) ((s ax ng k) 0) ((t ih s) 0))) +("desanti" nil (((d ih) 0) ((s aa n) 1) ((t iy) 0))) +("desantiago" nil (((d ih) 0) ((s aa n) 0) ((t iy) 0) ((aa) 1) ((g ow) 0))) +("desantis" nil (((d ey) 0) ((s aa n) 1) ((t ih s) 0))) +("desanto" nil (((d ih) 0) ((s aa n) 1) ((t ow) 0))) +("desantos" nil (((d ey) 0) ((s aa n) 1) ((t ow z) 0))) +("desaulniers" nil (((d eh) 1) ((s ow l) 0) ((n iy) 0) ((er z) 0))) +("desautel" nil (((d eh) 1) ((s ow) 0) ((t ax l) 0))) +("desautels" nil (((d eh) 1) ((s ow) 0) ((t ax l z) 0))) +("descarpentries" nil (((d ey) 0) ((k aa r) 1) ((p ax n) 0) ((t r iy z) 0))) +("descartes" nil (((d ey) 0) ((k aa r t) 1))) +("descend" nil (((d ih) 0) ((s eh n d) 1))) +("descendant" nil (((d ih) 0) ((s eh n) 1) ((d ax n t) 0))) +("descendants" nil (((d ih) 0) ((s eh n) 1) ((d ax n t s) 0))) +("descended" nil (((d ih) 0) ((s eh n) 1) ((d ax d) 0))) +("descendents" nil (((d ih) 0) ((s eh n) 1) ((d ax n t s) 0))) +("descending" nil (((d ih) 0) ((s eh n) 1) ((d ih ng) 0))) +("descends" nil (((d ih) 0) ((s eh n d z) 1))) +("descent" nil (((d ih) 0) ((s eh n t) 1))) +("descenza" nil (((d eh) 0) ((sh eh n) 1) ((z ax) 0))) +("desch" nil (((d eh sh) 1))) +("deschaine" nil (((d ih) 0) ((s k ey n) 1))) +("deschamps" nil (((d eh) 1) ((sh ax m p s) 0))) +("deschene" nil (((d eh) 1) ((sh iy n) 0))) +("deschenes" nil (((d eh) 1) ((sh iy n z) 0))) +("deschepper" nil (((d eh) 1) ((sh ih) 0) ((p er) 0))) +("deschler" nil (((d eh) 1) ((sh ax) 0) ((l er) 0))) +("deschner" nil (((d eh) 1) ((sh n er) 0))) +("descoteaux" nil (((d eh) 1) ((s k ax) 0) ((t ow) 0))) +("describable" nil (((d ih) 0) ((s k r ay) 1) ((b ax) 0) ((b ax l) 0))) +("describe" nil (((d ih) 0) ((s k r ay b) 1))) +("described" nil (((d ih) 0) ((s k r ay b d) 1))) +("describes" nil (((d ih) 0) ((s k r ay b z) 1))) +("describing" nil (((d ih) 0) ((s k r ay) 1) ((b ih ng) 0))) +("description" nil (((d ih) 0) ((s k r ih p) 1) ((sh ax n) 0))) +("descriptions" nil (((d ih) 0) ((s k r ih p) 1) ((sh ax n z) 0))) +("descriptive" nil (((d ih) 0) ((s k r ih p) 1) ((t ih v) 0))) +("desecrated" n (((d eh) 1) ((s ax) 0) ((k r ey) 1) ((t ax d) 0))) +("desecration" nil (((d eh) 0) ((s ax) 0) ((k r ey) 1) ((sh ax n) 0))) +("desegregate" nil (((d ih) 0) ((s eh) 1) ((g r ax) 0) ((g ey t) 1))) +("desegregated" nil (((d ih) 0) ((s eh) 1) ((g r ih) 0) ((g ey) 1) ((t ih d) 0))) +("desegregation" nil (((d ih) 0) ((s eh) 1) ((g r ax) 0) ((g ey) 1) ((sh ax n) 0))) +("desena" nil (((d ih) 0) ((s eh) 1) ((n ax) 0))) +("desensitize" nil (((d ih) 0) ((s eh n) 1) ((s ax) 0) ((t ay z) 1))) +("deseret" nil (((d eh) 1) ((s er) 0) ((eh t) 1))) +("desert" n (((d eh) 1) ((z er t) 0))) +("desert" v (((d ih) 0) ((z er t) 1))) +("deserted" nil (((d ih) 0) ((z er) 1) ((t ih d) 0))) +("deserter" nil (((d eh) 1) ((z er) 0) ((t er) 0))) +("deserters" nil (((d eh) 1) ((z er) 0) ((t er z) 0))) +("deserting" nil (((d eh) 1) ((z er) 0) ((t ih ng) 0))) +("desertion" nil (((d ih) 0) ((z er) 1) ((sh ax n) 0))) +("desertions" nil (((d ih) 0) ((z er) 1) ((sh ax n z) 0))) +("deserts" n (((d eh) 1) ((z er t s) 0))) +("deserts" v (((d ih) 0) ((z er t s) 1))) +("deserve" nil (((d ih) 0) ((z er v) 1))) +("deserved" nil (((d ih) 0) ((z er v d) 1))) +("deservedly" nil (((d ih) 0) ((z er) 1) ((v ax d) 0) ((l iy) 0))) +("deserves" nil (((d ih) 0) ((z er v z) 1))) +("deserving" nil (((d ih) 0) ((z er) 1) ((v ih ng) 0))) +("desha" nil (((d eh) 1) ((sh ax) 0))) +("deshaies" nil (((d ih) 0) ((sh ey z) 1))) +("deshane" nil (((d eh) 1) ((sh ax n) 0))) +("deshaw" nil (((d eh) 1) ((sh ao) 0))) +("deshazer" nil (((d eh) 1) ((sh ax) 0) ((z er) 0))) +("deshazo" nil (((d ey) 0) ((sh aa) 1) ((z ow) 0))) +("deshields" nil (((d eh) 1) ((sh iy l d z) 0))) +("deshler" nil (((d eh) 1) ((sh l er) 0))) +("deshon" nil (((d eh) 1) ((sh ax n) 0))) +("deshong" nil (((d eh) 1) ((sh ao ng) 0))) +("deshotel" nil (((d eh) 1) ((sh ax) 0) ((t ax l) 0))) +("deshotels" nil (((d eh) 1) ((sh ax) 0) ((t ax l z) 0))) +("desiccation" nil (((d eh) 1) ((s ax) 0) ((k ey) 1) ((sh ax n) 0))) +("desiderio" nil (((d ih) 0) ((s iy) 0) ((d eh) 1) ((r iy) 0) ((ow) 0))) +("design" nil (((d ih) 0) ((z ay n) 1))) +("designate" nil (((d eh) 1) ((z ax g) 0) ((n ey t) 1))) +("designated" nil (((d eh) 1) ((z ih g) 0) ((n ey) 1) ((t ih d) 0))) +("designates" nil (((d eh) 1) ((z ih g) 0) ((n ey t s) 1))) +("designating" nil (((d eh) 1) ((z ih g) 0) ((n ey) 1) ((t ih ng) 0))) +("designation" nil (((d eh) 1) ((z ax g) 0) ((n ey) 1) ((sh ax n) 0))) +("designations" nil (((d eh) 1) ((z ax g) 0) ((n ey) 1) ((sh ax n z) 0))) +("designcraft" nil (((d ih) 0) ((z ay n) 1) ((k r ae f t) 1))) +("designed" nil (((d ih) 0) ((z ay n d) 1))) +("designees" nil (((d eh) 1) ((z ih g) 0) ((n iy z) 1))) +("designer" nil (((d ih) 0) ((z ay) 1) ((n er) 0))) +("designers" nil (((d ih) 0) ((z ay) 1) ((n er z) 0))) +("designing" nil (((d ih) 0) ((z ay) 1) ((n ih ng) 0))) +("designs" nil (((d ih) 0) ((z ay n z) 1))) +("desilets" nil (((d eh) 1) ((s ih) 0) ((l ih t s) 0))) +("desillers" nil (((d ih) 0) ((s ih) 1) ((l er z) 0))) +("desilva" nil (((d ih) 0) ((s iy l) 1) ((v ax) 0))) +("desimone" nil (((d ih) 0) ((s iy) 0) ((m ow) 1) ((n iy) 0))) +("desio" nil (((d iy) 1) ((s iy) 0) ((ow) 0))) +("desir" nil (((d ih) 0) ((s ih r) 1))) +("desirability" nil (((d ih) 0) ((z ay) 1) ((r ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("desirable" nil (((d ih) 0) ((z ay) 1) ((r ax) 0) ((b ax l) 0))) +("desire" nil (((d ih) 0) ((z ay) 1) ((er) 0))) +("desired" nil (((d ih) 0) ((z ay) 1) ((er d) 0))) +("desiree" nil (((d eh) 1) ((s ay) 0) ((r iy) 0))) +("desires" nil (((d ih) 0) ((z ay) 1) ((er z) 0))) +("desiring" nil (((d ih) 0) ((z ay) 1) ((er) 0) ((ih ng) 0))) +("desist" nil (((d ih) 0) ((s ih s t) 1))) +("desisto" nil (((d ih) 0) ((s iy) 1) ((s t ow) 0))) +("desjardin" nil (((d eh s) 1) ((zh aa r) 0) ((d ae n) 0))) +("desjardins" nil (((d eh s) 1) ((zh aa r) 0) ((d ih n z) 0))) +("desjarlais" nil (((d eh s) 1) ((zh aa r) 0) ((l ey) 0))) +("desk" nil (((d eh s k) 1))) +("deskin" nil (((d eh) 1) ((s k ih n) 0))) +("deskins" nil (((d eh) 1) ((s k ih n z) 0))) +("deskjet" nil (((d eh s k) 1) ((jh eh t) 1))) +("deskpro" nil (((d eh s k) 1) ((p r ow) 1))) +("desks" nil (((d eh s k s) 1))) +("desktop" nil (((d eh s k) 1) ((t aa p) 1))) +("desktops" nil (((d eh s k) 1) ((t aa p s) 1))) +("deslatte" nil (((d ih) 0) ((s l ae t) 1))) +("deslauriers" nil (((d eh) 1) ((s l ao) 0) ((r iy) 0) ((er z) 0))) +("desma" nil (((d iy) 1) ((s m ax) 0))) +("desman" nil (((d eh) 1) ((s m ax n) 0))) +("desmarais" nil (((d eh z) 1) ((m er) 0) ((ey) 0))) +("desmet" nil (((d eh) 1) ((s m ih t) 0))) +("desmids" nil (((d eh) 1) ((s m ax d z) 0))) +("desmith" nil (((d eh) 1) ((s m ih th) 0))) +("desmona" nil (((d ih) 0) ((s m ow) 1) ((n ax) 0))) +("desmond" nil (((d eh z) 1) ((m ax n d) 0))) +("desnoyers" nil (((d eh) 1) ((s n oy) 0) ((er z) 0))) +("desolate" nil (((d eh) 1) ((s ax) 0) ((l ax t) 0))) +("desolation" nil (((d eh) 1) ((s ax) 0) ((l ey) 1) ((sh ax n) 0))) +("desormeaux" nil (((d eh) 1) ((s er) 0) ((m ow) 0))) +("desoto" nil (((d ih) 0) ((s ow) 1) ((t ow) 0))) +("desousa" nil (((d ih) 0) ((s aw) 1) ((s ax) 0))) +("desouza" nil (((d ey) 0) ((s uw) 1) ((z ax) 0))) +("despain" nil (((d ih) 0) ((s p ey n) 1))) +("despair" nil (((d ih) 0) ((s p eh r) 1))) +("despaired" nil (((d ih) 0) ((s p eh r d) 1))) +("despairing" nil (((d ih) 0) ((s p eh) 1) ((r ih ng) 0))) +("despairs" nil (((d ih) 0) ((s p eh r z) 1))) +("desper" nil (((d eh) 1) ((s p er) 0))) +("desperadoes" nil (((d eh) 1) ((s p er) 0) ((aa) 1) ((d ow z) 0))) +("desperate" nil (((d eh) 1) ((s p r ih t) 0))) +("desperately" nil (((d eh) 1) ((s p er) 0) ((ax t) 0) ((l iy) 0))) +("desperation" nil (((d eh) 1) ((s p er) 0) ((ey) 1) ((sh ax n) 0))) +("despicable" nil (((d ih) 0) ((s p ih) 1) ((k ax) 0) ((b ax l) 0))) +("despise" nil (((d ih) 0) ((s p ay z) 1))) +("despised" nil (((d ih) 0) ((s p ay z d) 1))) +("despises" nil (((d ih) 0) ((s p ay) 1) ((z ih z) 0))) +("despite" nil (((d ih) 0) ((s p ay t) 1))) +("despondency" nil (((d ih) 0) ((s p aa n) 1) ((d ax n) 0) ((s iy) 0))) +("despondent" nil (((d ih) 0) ((s p aa n) 1) ((d ax n t) 0))) +("desposito" nil (((d ih) 0) ((s p ow) 0) ((s iy) 1) ((t ow) 0))) +("despot" nil (((d eh) 1) ((s p ax t) 0))) +("despotic" nil (((d ih) 0) ((s p aa) 1) ((t ih k) 0))) +("despotism" nil (((d eh) 1) ((s p ax) 0) ((t ih) 1) ((z ax m) 0))) +("despots" n (((d eh) 1) ((s p ax t s) 0))) +("despres" nil (((d eh) 1) ((s p er z) 0))) +("desrochers" nil (((d ey) 0) ((r ow) 1) ((sh er z) 0))) +("desroches" nil (((d ey) 0) ((r ow) 1) ((sh ih z) 0))) +("desrosier" nil (((d ey) 0) ((r ow) 1) ((sh iy) 0) ((er) 0))) +("desrosiers" nil (((d ey) 0) ((r ow) 1) ((sh iy) 0) ((er z) 0))) +("dessauer" nil (((d ih) 0) ((s aw r) 1))) +("desselle" nil (((d ih) 0) ((s eh l) 1))) +("dessent" nil (((d ih) 0) ((s eh n t) 1))) +("dessert" nil (((d ih) 0) ((z er t) 1))) +("desserts" nil (((d ih) 0) ((z er t s) 1))) +("dest" nil (((d eh s t) 1))) +("destabilization" nil (((d iy) 0) ((s t ey) 1) ((b ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("destabilize" nil (((d ih) 0) ((s t ey) 1) ((b ax) 0) ((l ay z) 1))) +("destabilized" nil (((d ih) 0) ((s t ey) 1) ((b ax) 0) ((l ay z d) 1))) +("destabilizing" nil (((d ih) 0) ((s t ey) 1) ((b ax) 0) ((l ay) 1) ((z ih ng) 0))) +("destec" nil (((d eh) 1) ((s t eh k) 1))) +("destefanis" nil (((d eh) 1) ((s t ih) 0) ((f ax) 0) ((n ih s) 0))) +("destefano" nil (((d ih) 0) ((s t eh) 0) ((f aa) 1) ((n ow) 0))) +("destination" nil (((d eh) 1) ((s t ax) 0) ((n ey) 1) ((sh ax n) 0))) +("destinations" nil (((d eh) 1) ((s t ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("destined" nil (((d eh) 1) ((s t ih n d) 0))) +("destinee" nil (((d eh) 1) ((s t ax) 0) ((n iy) 0))) +("destinies" nil (((d eh) 1) ((s t ax) 0) ((n iy z) 0))) +("destiny" nil (((d eh) 1) ((s t ax) 0) ((n iy) 0))) +("destitute" nil (((d eh) 1) ((s t ax) 0) ((t uw t) 1))) +("destroy" nil (((d ih) 0) ((s t r oy) 1))) +("destroyed" nil (((d ih) 0) ((s t r oy d) 1))) +("destroyer" nil (((d ih) 0) ((s t r oy) 1) ((er) 0))) +("destroyers" nil (((d ih) 0) ((s t r oy) 1) ((er z) 0))) +("destroying" nil (((d ih) 0) ((s t r oy) 1) ((ih ng) 0))) +("destroys" nil (((d ih) 0) ((s t r oy z) 1))) +("destruct" nil (((d ih) 0) ((s t r ah k t) 1))) +("destruction" nil (((d ih) 0) ((s t r ah k) 1) ((sh ax n) 0))) +("destructive" nil (((d ih) 0) ((s t r ah k) 1) ((t ih v) 0))) +("desultory" nil (((d eh) 1) ((s ax l) 0) ((t ao) 1) ((r iy) 0))) +("detach" nil (((d ih) 0) ((t ae ch) 1))) +("detachable" nil (((d ih) 0) ((t ae) 1) ((ch ax) 0) ((b ax l) 0))) +("detached" nil (((d ih) 0) ((t ae ch t) 1))) +("detachment" nil (((d ih) 0) ((t ae ch) 1) ((m ax n t) 0))) +("detail" nil (((d iy) 1) ((t ey l) 0))) +("detail" nil (((d ih) 0) ((t ey l) 1))) +("detailed" nil (((d ih) 0) ((t ey l d) 1))) +("detailing" nil (((d ih) 0) ((t ey) 1) ((l ih ng) 0))) +("details" nil (((d iy) 1) ((t ey l z) 0))) +("details" nil (((d ih) 0) ((t ey l z) 1))) +("detain" nil (((d ih) 0) ((t ey n) 1))) +("detained" nil (((d ih) 0) ((t ey n d) 1))) +("detainee" nil (((d iy) 1) ((t ey) 0) ((n iy) 1))) +("detainees" nil (((d ih) 0) ((t ey) 1) ((n iy z) 1))) +("detaining" nil (((d ih) 0) ((t ey) 1) ((n ih ng) 0))) +("detamore" nil (((d ih) 0) ((t aa) 1) ((m ao r) 0))) +("detar" nil (((d ih) 0) ((t aa r) 1))) +("detect" nil (((d ih) 0) ((t eh k t) 1))) +("detectable" nil (((d ih) 0) ((t eh k) 1) ((t ax) 0) ((b ax l) 0))) +("detected" nil (((d ih) 0) ((t eh k) 1) ((t ax d) 0))) +("detecting" nil (((d ih) 0) ((t eh k) 1) ((t ih ng) 0))) +("detection" nil (((d ih) 0) ((t eh k) 1) ((sh ax n) 0))) +("detective" nil (((d ih) 0) ((t eh k) 1) ((t ih v) 0))) +("detectives" nil (((d ih) 0) ((t eh k) 1) ((t ih v z) 0))) +("detector" nil (((d ih) 0) ((t eh k) 1) ((t er) 0))) +("detectors" nil (((d ih) 0) ((t eh k) 1) ((t er z) 0))) +("detects" nil (((d ih) 0) ((t eh k t s) 1))) +("detemple" nil (((d eh) 1) ((t ih m) 0) ((p ax l) 0))) +("detente" nil (((d ey) 0) ((t aa n t) 1))) +("detention" nil (((d ih) 0) ((t eh n) 1) ((sh ax n) 0))) +("detentions" nil (((d ih) 0) ((t eh n) 1) ((sh ax n z) 0))) +("deter" nil (((d ih) 0) ((t er) 1))) +("deterding" nil (((d eh) 1) ((t er) 0) ((d ih ng) 0))) +("detergent" nil (((d ih) 0) ((t er) 1) ((jh ax n t) 0))) +("detergents" nil (((d ih) 0) ((t er) 1) ((jh ax n t s) 0))) +("deteriorate" nil (((d ih) 0) ((t ih) 1) ((r iy) 0) ((er) 0) ((ey t) 1))) +("deteriorated" nil (((d ih) 0) ((t ih) 1) ((r iy) 0) ((er) 0) ((ey) 1) ((t ih d) 0))) +("deteriorates" nil (((d ih) 0) ((t ih) 1) ((r iy) 0) ((er) 0) ((ey t s) 1))) +("deteriorating" nil (((d ih) 0) ((t ih) 1) ((r iy) 0) ((er) 0) ((ey) 1) ((t ih ng) 0))) +("deterioration" nil (((d ih) 0) ((t ih) 1) ((r iy) 0) ((er) 0) ((ey) 1) ((sh ax n) 0))) +("determan" nil (((d iy) 1) ((t er) 0) ((m ax n) 0))) +("determent" nil (((d ih) 0) ((t er) 1) ((m ax n t) 0))) +("determinable" nil (((d ih) 0) ((t er) 1) ((m ax) 0) ((n ax) 0) ((b ax l) 0))) +("determinant" nil (((d ih) 0) ((t er) 1) ((m ax) 0) ((n ax n t) 0))) +("determinants" nil (((d ih) 0) ((t er) 1) ((m ax) 0) ((n ax n t s) 0))) +("determinate" nil (((d ih) 0) ((t er) 1) ((m ax) 0) ((n ey t) 1))) +("determination" nil (((d ih) 0) ((t er) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("determinations" nil (((d ax) 0) ((t er) 1) ((m ih) 0) ((n ey) 1) ((sh ax n z) 0))) +("determine" nil (((d ax) 0) ((t er) 1) ((m ax n) 0))) +("determined" nil (((d ih) 0) ((t er) 1) ((m ax n d) 0))) +("determinedly" nil (((d ax) 0) ((t er) 1) ((m ax) 0) ((n ax d) 0) ((l iy) 0))) +("determines" nil (((d ax) 0) ((t er) 1) ((m ax n z) 0))) +("determining" nil (((d ih) 0) ((t er) 1) ((m ax) 0) ((n ih ng) 0))) +("determinism" nil (((d ih) 0) ((t er) 1) ((m ax) 0) ((n ih) 1) ((z ax m) 0))) +("determinist" nil (((d ih) 0) ((t er) 1) ((m ax) 0) ((n ax s t) 0))) +("deterministic" nil (((d ih) 0) ((t er) 1) ((m ax) 0) ((n ih) 1) ((s t ih k) 0))) +("deterred" nil (((d ih) 0) ((t er d) 1))) +("deterrence" nil (((d ih) 0) ((t er) 1) ((ax n s) 0))) +("deterrent" nil (((d ih) 0) ((t er) 1) ((r ax n t) 0))) +("deterrents" nil (((d ih) 0) ((t er) 1) ((ax n t s) 0))) +("deterring" nil (((d ih) 0) ((t er) 1) ((ih ng) 0))) +("deters" nil (((d ih) 0) ((t er z) 1))) +("detert" nil (((d eh) 1) ((t er t) 0))) +("detest" nil (((d ih) 0) ((t eh s t) 1))) +("detested" nil (((d ih) 0) ((t eh) 1) ((s t ih d) 0))) +("detests" n (((d ax) 0) ((t eh s t s) 1))) +("detherage" nil (((d eh) 1) ((dh er) 0) ((ih jh) 0))) +("dethlefs" nil (((d eh th) 1) ((l ih f s) 0))) +("dethlefsen" nil (((d eh th) 1) ((l ih f) 0) ((s ax n) 0))) +("dethloff" nil (((d eh th) 1) ((l ao f) 0))) +("dethomas" nil (((d ih) 0) ((th ow) 1) ((m ax z) 0))) +("dethrone" nil (((d ih) 0) ((th r ow n) 1))) +("dethroned" nil (((d ih) 0) ((th r ow n d) 1))) +("detienne" nil (((d eh) 1) ((t iy) 0) ((eh n) 0))) +("detjen" nil (((d eh t) 1) ((jh ax n) 0))) +("detlefsen" nil (((d eh t) 1) ((l ih f) 0) ((s ax n) 0))) +("detloff" nil (((d eh t) 1) ((l ao f) 0))) +("detmer" nil (((d eh t) 1) ((m er) 0))) +("detonate" nil (((d eh) 1) ((t ax) 0) ((n ey t) 1))) +("detonated" nil (((d eh) 1) ((t ax) 0) ((n ey) 1) ((t ax d) 0))) +("detonating" nil (((d eh) 1) ((t ax) 0) ((n ey) 1) ((t ih ng) 0))) +("detonation" nil (((d eh) 1) ((t ax) 0) ((n ey) 1) ((sh ax n) 0))) +("detonator" n (((d eh) 1) ((t ax) 0) ((n ey) 1) ((t er) 0))) +("detore" nil (((d ih) 0) ((t ao) 1) ((r iy) 0))) +("detour" nil (((d ih) 0) ((t uh r) 1))) +("detours" n (((d iy) 0) ((t uh r z) 1))) +("detox" nil (((d iy) 1) ((t aa k s) 1))) +("detoxication" nil (((d ih) 0) ((t aa k) 1) ((s ax) 0) ((k ey) 1) ((sh ax n) 0))) +("detoxification" nil (((d ih) 0) ((t aa k) 1) ((s ih) 0) ((f ih) 0) ((k ey) 1) ((sh ax n) 0))) +("detoxify" nil (((d ih) 0) ((t aa k) 1) ((s ax) 0) ((f ay) 1))) +("detract" nil (((d ih) 0) ((t r ae k t) 1))) +("detracted" nil (((d ih) 0) ((t r ae k) 1) ((t ih d) 0))) +("detracting" nil (((d ih) 0) ((t r ae k) 1) ((t ih ng) 0))) +("detractors" nil (((d ih) 0) ((t r ae k) 1) ((t er z) 0))) +("detracts" nil (((d ih) 0) ((t r ae k t s) 1))) +("detrich" nil (((d eh) 1) ((t r ih k) 0))) +("detrick" nil (((d eh) 1) ((t r ih k) 0))) +("detriment" nil (((d eh) 1) ((t r ax) 0) ((m ax n t) 0))) +("detrimental" nil (((d eh) 1) ((t r ax) 0) ((m eh n) 1) ((t ax l) 0))) +("detritus" nil (((d ih) 0) ((t r ay) 1) ((t ax s) 0))) +("detro" nil (((d iy) 1) ((t r ow) 0))) +("detroit" nil (((d ih) 0) ((t r oy t) 1))) +("detroiters" nil (((d ax) 0) ((t r oy) 1) ((t er z) 0))) +("detter" nil (((d eh) 1) ((t er) 0))) +("dettinger" nil (((d eh) 1) ((t ih n) 0) ((jh er) 0))) +("dettling" nil (((d eh t) 1) ((l ih ng) 0))) +("dettloff" nil (((d eh t) 1) ((l ao f) 0))) +("dettman" nil (((d eh t) 1) ((m ax n) 0))) +("dettmann" nil (((d eh t) 1) ((m ax n) 0))) +("dettmer" nil (((d eh t) 1) ((m er) 0))) +("dettore" nil (((d ih) 0) ((t ao) 1) ((r iy) 0))) +("detty" nil (((d eh) 1) ((t iy) 0))) +("deturk" nil (((d eh) 1) ((t er k) 0))) +("detweiler" nil (((d eh) 1) ((t w ay) 1) ((l er) 0))) +("detwiler" nil (((d eh) 1) ((t w ay) 1) ((l er) 0))) +("detzel" nil (((d eh t) 1) ((z ax l) 0))) +("deubel" nil (((d oy) 1) ((b ax l) 0))) +("deubler" nil (((d oy) 1) ((b ax) 0) ((l er) 0))) +("deuce" nil (((d uw s) 1))) +("deuel" nil (((d uw) 1) ((eh l) 0))) +("deukmejian" nil (((d uw k) 0) ((m ey) 1) ((jh iy) 0) ((ax n) 0))) +("deupree" nil (((d uw) 0) ((p r iy) 1))) +("deuschle" nil (((d oy) 1) ((sh ax l) 0))) +("deuser" nil (((d oy) 1) ((s er) 0))) +("deuss" nil (((d uw s) 1))) +("deutch" nil (((d oy ch) 1))) +("deuterium" nil (((d uw) 0) ((t iy) 1) ((r iy) 0) ((ax m) 0))) +("deuterons" nil (((d uw) 1) ((t er) 0) ((aa n z) 1))) +("deutsch" nil (((d oy ch) 1))) +("deutsche" nil (((d oy ch) 1))) +("deutschemark" nil (((d oy ch) 1) ((m aa r k) 1))) +("deutschemarks" nil (((d oy ch) 1) ((m aa r k s) 1))) +("deutscher" nil (((d oy) 1) ((ch er) 0))) +("deutschland" nil (((d oy ch) 1) ((l ae n d) 0))) +("deutschman" nil (((d oy ch) 1) ((m ax n) 0))) +("deutz" nil (((d oy t s) 1))) +("deux" nil (((d uw) 1))) +("deva" nil (((d ey) 1) ((v ax) 0))) +("deval" nil (((d ih) 0) ((v aa l) 1))) +("devall" nil (((d ey) 0) ((v aa l) 1))) +("devaluated" nil (((d ih) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((t ih d) 0))) +("devaluation" nil (((d ih) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((sh ax n) 0))) +("devaluations" nil (((d iy) 1) ((v ae) 0) ((l y uw) 0) ((ey) 1) ((sh ax n z) 0))) +("devalue" nil (((d ih) 0) ((v ae) 1) ((l y uw) 1))) +("devalued" nil (((d ih) 0) ((v ae) 1) ((l y uw d) 1))) +("devaluing" nil (((d ih) 0) ((v ae) 1) ((l y uw) 0) ((ih ng) 0))) +("devan" nil (((d eh) 1) ((v ax n) 0))) +("devane" nil (((d ih) 0) ((v ey n) 1))) +("devaney" nil (((d eh) 1) ((v ax) 0) ((n iy) 0))) +("devany" nil (((d eh) 1) ((v ax) 0) ((n iy) 0))) +("devastate" nil (((d eh) 1) ((v ax) 0) ((s t ey t) 1))) +("devastated" nil (((d eh) 1) ((v ax) 0) ((s t ey) 1) ((t ax d) 0))) +("devastating" nil (((d eh) 1) ((v ax) 0) ((s t ey) 1) ((t ih ng) 0))) +("devastatingly" nil (((d eh) 1) ((v ax) 0) ((s t ey) 1) ((t ih ng) 0) ((l iy) 0))) +("devastation" nil (((d eh) 1) ((v ax) 0) ((s t ey) 1) ((sh ax n) 0))) +("devaughn" nil (((d eh) 1) ((v ao n) 0))) +("devaul" nil (((d ih) 0) ((v ow l) 1))) +("devault" nil (((d ih) 0) ((v ow) 1))) +("devaux" nil (((d ih) 0) ((v ow) 1))) +("deveau" nil (((d ih) 0) ((v ow) 1))) +("deveaux" nil (((d ih) 0) ((v ow) 1))) +("develcon" nil (((d ax) 0) ((v eh l) 1) ((k ax n) 0))) +("develle" nil (((d ax) 0) ((v eh l) 1))) +("develop" nil (((d ih) 0) ((v eh) 1) ((l ax p) 0))) +("developable" nil (((d ih) 0) ((v eh) 1) ((l ax) 0) ((p ax) 0) ((b ax l) 0))) +("developed" nil (((d ih) 0) ((v eh) 1) ((l ax p t) 0))) +("developer" nil (((d ih) 0) ((v eh) 1) ((l ax) 0) ((p er) 0))) +("developers" nil (((d ih) 0) ((v eh) 1) ((l ax) 0) ((p er z) 0))) +("developing" nil (((d ih) 0) ((v eh) 1) ((l ax) 0) ((p ih ng) 0))) +("development" nil (((d ih) 0) ((v eh) 1) ((l ax p) 0) ((m ax n t) 0))) +("developmental" nil (((d ih) 0) ((v eh) 1) ((l ax p) 0) ((m eh n) 1) ((t ax l) 0))) +("developments" nil (((d ih) 0) ((v eh) 1) ((l ax p) 0) ((m ax n t s) 0))) +("develops" nil (((d ih) 0) ((v eh) 1) ((l ax p s) 0))) +("devendorf" nil (((d eh) 1) ((v ih n) 0) ((d ao r f) 0))) +("deveney" nil (((d eh) 1) ((v ih) 0) ((n iy) 0))) +("devenney" nil (((d eh) 1) ((v ih) 0) ((n iy) 0))) +("devenny" nil (((d eh) 1) ((v ih) 0) ((n iy) 0))) +("devenport" nil (((d ih) 0) ((v eh n) 1) ((p ao r t) 0))) +("devens" nil (((d iy) 1) ((v ax n z) 0))) +("deveny" nil (((d ih) 0) ((v iy) 1) ((n iy) 0))) +("dever" nil (((d iy) 1) ((v er) 0))) +("devera" nil (((d ey) 0) ((v eh) 1) ((r ax) 0))) +("deveraux" nil (((d eh) 1) ((v er) 0) ((ow) 0))) +("devere" nil (((d ey) 0) ((v eh) 1) ((r ey) 0))) +("devereaux" nil (((d eh) 1) ((v er) 0) ((ow) 0))) +("deverell" nil (((d ey) 0) ((v eh) 0) ((r ey l) 1))) +("devereux" nil (((d eh) 1) ((v er) 0) ((uw) 1))) +("devers" nil (((d eh) 1) ((v er z) 0))) +("devey" nil (((d ih) 0) ((v ey) 1))) +("deviance" nil (((d iy) 1) ((v iy) 0) ((ax n s) 0))) +("deviant" nil (((d iy) 1) ((v iy) 0) ((ax n t) 0))) +("deviants" nil (((d iy) 1) ((v iy) 0) ((ax n t s) 0))) +("deviate" nil (((d iy) 1) ((v iy) 0) ((ey t) 1))) +("deviated" nil (((d iy) 1) ((v iy) 0) ((ey) 1) ((t ih d) 0))) +("deviates" nil (((d iy) 1) ((v iy) 0) ((ey t s) 1))) +("deviation" nil (((d iy) 1) ((v iy) 0) ((ey) 1) ((sh ax n) 0))) +("deviations" nil (((d iy) 0) ((v iy) 0) ((ey) 1) ((sh ax n z) 0))) +("device" nil (((d ih) 0) ((v ay s) 1))) +("devices" nil (((d ih) 0) ((v ay) 1) ((s ax z) 0))) +("devil" nil (((d eh) 1) ((v ax l) 0))) +("devilbiss" nil (((d eh) 1) ((v ih l) 0) ((b ih s) 0))) +("devilish" nil (((d eh) 1) ((v l ih sh) 0))) +("devilishly" nil (((d eh) 1) ((v ax) 0) ((l ih) 0) ((sh l iy) 0))) +("deville" nil (((d ax) 0) ((v ih l) 1))) +("devillier" nil (((d ax) 0) ((v ih) 1) ((l y er) 0))) +("devils" nil (((d eh) 1) ((v ax l z) 0))) +("devilwood" nil (((d eh) 1) ((v ax l) 0) ((w uh d) 1))) +("devin" nil (((d eh) 1) ((v ih n) 0))) +("devincent" nil (((d ey) 0) ((v iy n) 1) ((s ax n t) 0))) +("devincentis" nil (((d eh) 0) ((v ih n) 0) ((s eh n) 1) ((t ih s) 0))) +("devincenzi" nil (((d ih) 0) ((v iy n) 0) ((ch eh n) 1) ((z iy) 0))) +("devincenzo" nil (((d ih) 0) ((v iy n) 0) ((ch eh n) 1) ((z ow) 0))) +("devine" nil (((d ax) 0) ((v ay n) 1))) +("deviney" nil (((d eh) 1) ((v ih) 0) ((n iy) 0))) +("devinney" nil (((d eh) 1) ((v ih) 0) ((n iy) 0))) +("devino" nil (((d ih) 0) ((v iy) 1) ((n ow) 0))) +("devins" nil (((d eh) 1) ((v ih n z) 0))) +("devious" nil (((d iy) 1) ((v iy) 0) ((ax s) 0))) +("devise" nil (((d ih) 0) ((v ay z) 1))) +("devised" nil (((d ih) 0) ((v ay z d) 1))) +("devises" nil (((d ih) 0) ((v ay) 1) ((z ih z) 0))) +("devising" nil (((d ih) 0) ((v ay) 1) ((z ih ng) 0))) +("devita" nil (((d ih) 0) ((v iy) 1) ((t ax) 0))) +("devito" nil (((d ih) 0) ((v iy) 1) ((t ow) 0))) +("devitt" nil (((d ih) 0) ((v ih t) 1))) +("devivo" nil (((d ih) 0) ((v iy) 1) ((v ow) 0))) +("devlin" nil (((d eh) 1) ((v l ih n) 0))) +("devoe" nil (((d ih) 0) ((v ow) 1))) +("devoid" nil (((d ih) 0) ((v oy d) 1))) +("devol" nil (((d eh) 1) ((v ao l) 0))) +("devolder" nil (((d eh) 1) ((v ow l) 0) ((d er) 0))) +("devoll" nil (((d eh) 1) ((v ax l) 0))) +("devolution" nil (((d eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax n) 0))) +("devolved" nil (((d ih) 0) ((v aa l v d) 1))) +("devon" nil (((d eh) 1) ((v ax n) 0))) +("devona" nil (((d eh) 1) ((v ax) 0) ((n ax) 0))) +("devonian" nil (((d ih) 0) ((v ow) 1) ((n iy) 0) ((ax n) 0))) +("devonshire" nil (((d ih) 0) ((v aa n) 1) ((sh ay r) 1))) +("devor" nil (((d ih) 0) ((v ao r) 1))) +("devore" nil (((d eh) 1) ((v er) 0))) +("devos" nil (((d iy) 1) ((v ow z) 0))) +("devoss" nil (((d ih) 0) ((v aa s) 1))) +("devote" nil (((d ih) 0) ((v ow t) 1))) +("devoted" nil (((d ih) 0) ((v ow) 1) ((t ax d) 0))) +("devotee" nil (((d eh) 1) ((v ax) 0) ((t iy) 1))) +("devotees" nil (((d eh) 1) ((v ax) 0) ((t iy z) 1))) +("devotes" nil (((d ih) 0) ((v ow t s) 1))) +("devoting" nil (((d ih) 0) ((v ow) 1) ((t ih ng) 0))) +("devotion" nil (((d ih) 0) ((v ow) 1) ((sh ax n) 0))) +("devotional" nil (((d ih) 0) ((v ow) 1) ((sh ax) 0) ((n ax l) 0))) +("devoto" nil (((d ih) 0) ((v ow) 1) ((t ow) 0))) +("devour" nil (((d ih) 0) ((v aw) 1) ((er) 0))) +("devoured" nil (((d ih) 0) ((v aw) 1) ((er d) 0))) +("devouring" nil (((d ih) 0) ((v aw) 1) ((er) 0) ((ih ng) 0))) +("devours" nil (((d ih) 0) ((v aw) 1) ((er z) 0))) +("devout" nil (((d ih) 0) ((v aw t) 1))) +("devoutly" nil (((d ih) 0) ((v aw t) 1) ((l iy) 0))) +("devoy" nil (((d eh) 1) ((v oy) 0))) +("devries" nil (((d ih) 0) ((v r iy s) 1))) +("devry" nil (((d eh) 1) ((v r iy) 0))) +("dew" nil (((d uw) 1))) +("dewaard" nil (((d uw) 0) ((aa r d) 1))) +("dewaele" nil (((d uw) 1) ((eh l) 0))) +("dewald" nil (((d uw) 1) ((ax l d) 0))) +("dewall" nil (((d uw) 1) ((ax l) 0))) +("dewalt" nil (((d uw) 1) ((ax l t) 0))) +("dewan" nil (((d uw) 1) ((ax n) 0))) +("dewar" nil (((d uw) 1) ((er) 0))) +("dewart" nil (((d uw) 1) ((aa r t) 0))) +("dewberry" nil (((d uw) 1) ((b eh) 1) ((r iy) 0))) +("dewbre" nil (((d uw) 1) ((b er) 0))) +("dewclaw" nil (((d uw) 1) ((k l ao) 1))) +("deweerd" nil (((d uw) 1) ((ih r d) 0))) +("dewees" nil (((d uw) 1) ((iy z) 0))) +("deweese" nil (((d uw) 1) ((iy z) 0))) +("dewell" nil (((d eh) 1) ((w eh l) 0))) +("dewey" nil (((d uw) 1) ((iy) 0))) +("dewhirst" nil (((d eh) 1) ((w er s t) 0))) +("dewhurst" nil (((d eh) 1) ((w er s t) 0))) +("dewilde" nil (((d iy) 1) ((w ay l d) 0))) +("dewine" nil (((d ax) 0) ((w ay n) 1))) +("dewing" nil (((d uw) 1) ((ih ng) 0))) +("dewinter" nil (((d uw) 1) ((ih n) 0) ((t er) 0))) +("dewire" nil (((d uw) 1) ((ay r) 0))) +("dewit" nil (((d uw) 1) ((ih t) 0))) +("dewitt" nil (((d ax) 0) ((w ih t) 1))) +("dewitte" nil (((d uw) 0) ((ih t) 1))) +("dewitz" nil (((d eh) 1) ((w ih t s) 0))) +("dewolf" nil (((d uw) 1) ((uh l f) 0))) +("dewolfe" nil (((d uw) 1) ((uh l f) 0))) +("dewoody" nil (((d iy) 1) ((w uh) 0) ((d iy) 0))) +("dews" nil (((d uw z) 1))) +("dewulf" nil (((d uw) 1) ((ax l f) 0))) +("dewy" nil (((d uw) 1) ((iy) 0))) +("dex" nil (((d eh k s) 1))) +("dexheimer" nil (((d eh k s) 1) ((hh ay) 0) ((m er) 0))) +("dexter" nil (((d eh k) 1) ((s t er) 0))) +("dexterity" nil (((d eh k) 0) ((s t eh) 1) ((r ax) 0) ((t iy) 0))) +("dextra" nil (((d eh k) 1) ((s t r ax) 0))) +("dextran" nil (((d eh k) 1) ((s t r ae n) 1))) +("dextro" nil (((d eh k) 1) ((s t r ow) 0))) +("dextrose" nil (((d eh k) 1) ((s t r ow s) 0))) +("dextrous" nil (((d eh k) 1) ((s t r ax s) 0))) +("dey" nil (((d ey) 1))) +("deyang" nil (((d ah) 0) ((y aa ng) 1))) +("deyo" nil (((d ey) 1) ((ow) 0))) +("deyoe" nil (((d ey) 1) ((ow) 0))) +("deyoung" nil (((d eh) 1) ((y ax ng) 0))) +("deyton" nil (((d ih) 0) ((t ao n) 1))) +("dezarn" nil (((d ey) 0) ((z aa r n) 1))) +("dezeeuw" nil (((d ih) 0) ((z iy) 1) ((uw) 0))) +("dezern" nil (((d ey) 0) ((z eh r n) 1))) +("dezhou" nil (((d ah) 0) ((jh ow) 1))) +("deziel" nil (((d eh) 1) ((z iy l) 0))) +("dhabi" nil (((d aa) 1) ((b iy) 0))) +("dhaka" nil (((d aa) 1) ((k ax) 0))) +("dharma" nil (((d aa r) 1) ((m ax) 0))) +("dhein" nil (((d ay n) 1))) +("dhia" nil (((d iy) 1) ((ax) 0))) +("dhillon" nil (((d ih) 1) ((l ax n) 0))) +("dhlakama" nil (((d ax) 0) ((l ax) 0) ((k aa) 1) ((m ax) 0))) +("dhoby" nil (((d ao) 1) ((b iy) 0))) +("dhole" nil (((d ow l) 1))) +("dhondt" nil (((d) 0) ((hh aa n t) 1))) +("dhows" nil (((d aw z) 1))) +("di" nil (((d iy) 1))) +("dia" nil (((d iy) 1) ((ax) 0))) +("diab" nil (((d ay) 1) ((ax b) 0))) +("diabase" nil (((d ay) 1) ((ax) 0) ((b ey s) 1))) +("diabasic" nil (((d ay) 1) ((ax) 0) ((b ey) 1) ((s ih k) 0))) +("diabetes" nil (((d ay) 1) ((ax) 0) ((b iy) 1) ((t iy z) 0))) +("diabetic" nil (((d ay) 1) ((ax) 0) ((b eh) 1) ((t ih k) 0))) +("diabetics" nil (((d ay) 1) ((ax) 0) ((b eh) 1) ((t ih k s) 0))) +("diablo" nil (((d ay) 1) ((ae) 1) ((b l ow) 0))) +("diabolical" nil (((d ay) 1) ((ax) 0) ((b aa) 1) ((l ih) 0) ((k ax l) 0))) +("diaconate" nil (((d ay) 0) ((ae) 1) ((k ax) 0) ((n ax t) 0))) +("diacritical" nil (((d ay) 1) ((ax) 0) ((k r ih) 1) ((t ax) 0) ((k ax l) 0))) +("diadem" nil (((d ay) 1) ((ax) 0) ((d eh m) 1))) +("diagnose" nil (((d ay) 1) ((ax g) 0) ((n ow s) 1))) +("diagnosed" nil (((d ay) 1) ((ax g) 0) ((n ow s t) 1))) +("diagnoses" nil (((d ay) 1) ((ax g) 0) ((n ow) 1) ((s iy z) 0))) +("diagnosing" nil (((d ay) 1) ((ax g) 0) ((n ow) 1) ((s ih ng) 0))) +("diagnosis" nil (((d ay) 1) ((ax g) 0) ((n ow) 1) ((s ax s) 0))) +("diagnostek" nil (((d ay) 1) ((ax g) 0) ((n aa) 1) ((s t eh k) 0))) +("diagnostic" nil (((d ay) 1) ((ax g) 0) ((n aa) 1) ((s t ih k) 0))) +("diagnostics" nil (((d ay) 1) ((ax g) 0) ((n aa) 1) ((s t ih k s) 0))) +("diagonal" nil (((d ay) 0) ((ae) 1) ((g ax) 0) ((n ax l) 0))) +("diagonally" nil (((d ay) 0) ((ae) 1) ((g ax) 0) ((n ax) 0) ((l iy) 0))) +("diagram" nil (((d ay) 1) ((ax) 0) ((g r ae m) 1))) +("diagraming" nil (((d ay) 1) ((ax) 0) ((g r ae) 1) ((m ih ng) 0))) +("diagrammatic" nil (((d ay) 1) ((ax) 0) ((g r ax) 0) ((m ae) 1) ((t ih k) 0))) +("diagrams" nil (((d ay) 1) ((ax) 0) ((g r ae m z) 1))) +("dial" nil (((d ay) 1) ((ax l) 0))) +("dialect" nil (((d ay) 1) ((ax) 0) ((l eh k t) 1))) +("dialectic" nil (((d ay) 1) ((ax) 0) ((l eh k) 1) ((t ih k) 0))) +("dialectical" nil (((d ay) 1) ((ax) 0) ((l eh k) 1) ((t ih) 0) ((k ax l) 0))) +("dialects" nil (((d ay) 1) ((ax) 0) ((l eh k t s) 1))) +("dialed" nil (((d ay) 1) ((ax l d) 0))) +("dialing" nil (((d ay) 1) ((ax) 0) ((l ih ng) 0))) +("dialog" nil (((d ay) 1) ((ax) 0) ((l ao g) 0))) +("dialogue" nil (((d ay) 1) ((ax) 0) ((l ao g) 1))) +("dialogues" nil (((d ay) 1) ((ax) 0) ((l ao g z) 1))) +("dials" nil (((d ay) 1) ((ax l z) 0))) +("dialtone" nil (((d ay) 1) ((ax l) 0) ((t ow n) 1))) +("dialysis" nil (((d ay) 0) ((ae) 1) ((l ax) 0) ((s ax s) 0))) +("diamagnetic" nil (((d ay) 1) ((ax) 0) ((m ae g) 0) ((n eh) 1) ((t ih k) 0))) +("diamagnetism" nil (((d ay) 1) ((ax) 0) ((m ae g) 1) ((n ih) 0) ((t ih) 1) ((z ax m) 0))) +("diamandis" nil (((d ay) 1) ((ax) 0) ((m ae n) 1) ((d ih s) 0))) +("diamant" nil (((d ay) 1) ((ax) 0) ((m ax n t) 0))) +("diamanta" nil (((d ay) 1) ((ax) 0) ((m ae n) 1) ((t ax) 0))) +("diamante" nil (((d ay) 1) ((ax) 0) ((m aa n) 1) ((t iy) 0))) +("diameter" nil (((d ay) 0) ((ae) 1) ((m ax) 0) ((t er) 0))) +("diametrically" nil (((d ay) 1) ((ax) 0) ((m eh) 1) ((t r ih) 0) ((k ax) 0) ((l iy) 0))) +("diamond" nil (((d ay) 1) ((m ax n d) 0))) +("diamonds" nil (((d ay) 1) ((m ax n d z) 0))) +("dian" nil (((d ay) 1) ((ax n) 0))) +("dian" nil (((d y ae n) 1))) +("diana" nil (((d ay) 0) ((ae) 1) ((n ax) 0))) +("diane" nil (((d ay) 0) ((ae n) 1))) +("diangelo" nil (((d ay) 0) ((ax ng) 0) ((g eh) 1) ((l ow) 0))) +("dianju" nil (((d y ae n) 1) ((jh y uw) 1))) +("dianna" nil (((d ay) 1) ((ae) 1) ((n ax) 0))) +("dianne" nil (((d ay) 0) ((ae n) 1))) +("diantha" nil (((d ay) 1) ((ae n) 1) ((th ax) 0))) +("dianthe" nil (((d ay) 0) ((ae n) 1) ((dh iy) 0))) +("dianthia" nil (((d ay) 1) ((ae n) 1) ((th iy) 0) ((ax) 0))) +("diantonio" nil (((d ay) 1) ((ax n) 0) ((t ow) 1) ((n iy) 0) ((ow) 0))) +("diao" nil (((d y aw) 1))) +("diaper" nil (((d ay) 1) ((p er) 0))) +("diapering" nil (((d ay) 1) ((p er) 0) ((ih ng) 0))) +("diapers" nil (((d ay) 1) ((ax) 0) ((p er z) 0))) +("diaphonia" nil (((d ay) 1) ((ax) 0) ((f ow) 1) ((n iy) 0) ((ax) 0))) +("diaphragm" nil (((d ay) 1) ((ax) 0) ((f r ae m) 1))) +("diapsid" nil (((d ay) 1) ((ae p) 1) ((s ih d) 0))) +("diaries" nil (((d ay) 1) ((er) 0) ((iy z) 0))) +("diario" nil (((d ay) 0) ((eh) 1) ((r iy) 0) ((ow) 0))) +("diarrhea" nil (((d ay) 1) ((er) 0) ((iy) 1) ((ax) 0))) +("diarrhoea" nil (((d ay) 1) ((er) 0) ((iy) 1) ((ax) 0))) +("diary" nil (((d ay) 1) ((er) 0) ((iy) 0))) +("dias" nil (((d ay) 1) ((ax z) 0))) +("diasa" nil (((d iy) 0) ((aa) 1) ((s ax) 0))) +("diasonics" nil (((d ay) 1) ((ax) 0) ((s aa) 1) ((n ih k s) 0))) +("diaspora" nil (((d ay) 0) ((ae) 1) ((s p er) 0) ((ax) 0))) +("diastase" nil (((d ay) 1) ((ax) 0) ((s t ey s) 1))) +("diastole" nil (((d ay) 0) ((ae) 1) ((s t ax) 0) ((l iy) 1))) +("diastolic" nil (((d ay) 1) ((ax) 0) ((s t aa) 1) ((l ih k) 0))) +("diastrophism" nil (((d ay) 0) ((ae) 1) ((s t r ax) 0) ((f ih) 1) ((z ax m) 0))) +("diathermy" nil (((d ay) 1) ((ax) 0) ((th er) 1) ((m iy) 0))) +("diatomic" nil (((d ay) 1) ((ax) 0) ((t aa) 1) ((m ih k) 0))) +("diatoms" nil (((d ay) 1) ((ax) 0) ((t aa m z) 1))) +("diatonic" nil (((d ay) 1) ((ax) 0) ((t aa) 1) ((n ih k) 0))) +("diatribe" nil (((d ay) 1) ((ax) 0) ((t r ay b) 1))) +("diaz" nil (((d iy) 1) ((aa s) 0))) +("diazo" nil (((d ay) 0) ((ae) 1) ((z ow) 1))) +("dibacco" nil (((d ih) 0) ((b aa) 1) ((k ow) 0))) +("dibari" nil (((d ih) 0) ((b aa) 1) ((r iy) 0))) +("dibartolo" nil (((d iy) 1) ((b aa r) 0) ((t ow) 1) ((l ow) 0))) +("dibartolomeo" nil (((d ih) 0) ((b aa r) 0) ((t ow) 0) ((l ow) 1) ((m iy) 0) ((ow) 0))) +("dibattista" nil (((d ih) 0) ((b aa) 0) ((t iy) 1) ((s t ax) 0))) +("dibb" nil (((d ih b) 1))) +("dibbern" nil (((d ih) 1) ((b er n) 0))) +("dibble" nil (((d ih) 1) ((b ax l) 0))) +("dibbled" nil (((d ih) 1) ((b ax l d) 0))) +("dibella" nil (((d ih) 0) ((b eh) 1) ((l ax) 0))) +("dibello" nil (((d ih) 0) ((b eh) 1) ((l ow) 0))) +("dibenedetto" nil (((d ih) 0) ((b ih) 0) ((n ax) 0) ((d eh) 1) ((t ow) 0))) +("dibernardo" nil (((d ih) 0) ((b er) 0) ((n aa r) 1) ((d ow) 0))) +("dibert" nil (((d ih) 1) ((b er t) 0))) +("dibiase" nil (((d iy) 1) ((b iy) 0) ((aa) 1) ((s iy) 0))) +("dibiasio" nil (((d ih) 0) ((b iy) 0) ((aa) 1) ((s iy) 0) ((ow) 0))) +("diblasi" nil (((d ih) 0) ((b l aa) 1) ((s iy) 0))) +("diblasio" nil (((d ih) 0) ((b l aa) 1) ((s iy) 0) ((ow) 0))) +("dible" nil (((d ay) 1) ((b ax l) 0))) +("diboll" nil (((d ih) 1) ((b ax l) 0))) +("dibona" nil (((d ih) 0) ((b ow) 1) ((n ax) 0))) +("dibrell" nil (((d ih) 1) ((b r ax l) 0))) +("dibs" nil (((d ih b z) 1))) +("dibuono" nil (((d ih) 0) ((b w ow) 1) ((n ow) 0))) +("dic" nil (((d ih k) 1))) +("dicamba" nil (((d ih) 0) ((k ae m) 1) ((b ax) 0))) +("dicamillo" nil (((d ih) 0) ((k aa) 0) ((m ih) 1) ((l ow) 0))) +("dicaprio" nil (((d ih) 0) ((k ae) 1) ((p r iy) 0) ((ow) 0))) +("dicarlo" nil (((d ih) 0) ((k aa r) 1) ((l ow) 0))) +("dice" nil (((d ay s) 1))) +("dicecco" nil (((d ih) 0) ((s eh) 1) ((k ow) 0))) +("diced" nil (((d ay s t) 1))) +("dicello" nil (((d ih) 0) ((s eh) 1) ((l ow) 0))) +("dicenso" nil (((d ih) 0) ((s eh n) 1) ((s ow) 0))) +("dicenzo" nil (((d ih) 0) ((s eh n) 1) ((z ow) 0))) +("diceon" nil (((d ih) 1) ((s iy) 0) ((ax n) 0))) +("dicesare" nil (((d ih) 0) ((ch eh) 0) ((s aa) 1) ((r iy) 0))) +("dicey" nil (((d ay) 1) ((s iy) 0))) +("dichiara" nil (((d ih) 0) ((k iy) 0) ((aa) 1) ((r ax) 0))) +("dichotomy" nil (((d ay) 0) ((k aa) 1) ((t ax) 0) ((m iy) 0))) +("dichroic" nil (((d ay) 0) ((k r ow) 1) ((ih k) 0))) +("dichromate" nil (((d ay) 0) ((k r ow) 1) ((m ey t) 1))) +("dichter" nil (((d ih k) 1) ((t er) 0))) +("dicicco" nil (((d ih) 0) ((s ih) 1) ((k ow) 0))) +("dicier" nil (((d ay) 1) ((s iy) 0) ((er) 0))) +("dicioccio" nil (((d ih) 0) ((ch ow) 1) ((ch iy) 0) ((ow) 0))) +("dick" nil (((d ih k) 1))) +("dickard" nil (((d ih) 1) ((k er d) 0))) +("dickason" nil (((d ih) 1) ((k ax) 0) ((s ax n) 0))) +("dicke" nil (((d ih k) 1))) +("dickel" nil (((d ih) 1) ((k ax l) 0))) +("dicken" nil (((d ih) 1) ((k ax n) 0))) +("dickens" nil (((d ih) 1) ((k ax n z) 0))) +("dickensheets" nil (((d ih) 1) ((k ax n) 0) ((sh iy t s) 1))) +("dickensian" nil (((d ih) 0) ((k eh n) 1) ((z iy) 0) ((ax n) 0))) +("dickenson" nil (((d ih) 1) ((k ih n) 0) ((s ax n) 0))) +("dicker" nil (((d ih) 1) ((k er) 0))) +("dickered" nil (((d ih) 1) ((k er d) 0))) +("dickering" nil (((d ih) 1) ((k er) 0) ((ih ng) 0))) +("dickerman" nil (((d ih) 1) ((k er) 0) ((m ax n) 0))) +("dickerson" nil (((d ih) 1) ((k er) 0) ((s ax n) 0))) +("dickert" nil (((d ih) 1) ((k er t) 0))) +("dickes" nil (((d ih k s) 1))) +("dickeson" nil (((d ih) 1) ((k ih) 0) ((s ax n) 0))) +("dickey" nil (((d ih) 1) ((k iy) 0))) +("dickhaut" nil (((d ih k) 1) ((hh aw t) 1))) +("dickie" nil (((d ih) 1) ((k iy) 0))) +("dickinson" nil (((d ih) 1) ((k ih n) 0) ((s ax n) 0))) +("dickison" nil (((d ih) 1) ((k ih) 0) ((s ax n) 0))) +("dickler" nil (((d ih) 1) ((k l er) 0))) +("dickman" nil (((d ih k) 1) ((m ax n) 0))) +("dickmann" nil (((d ih k) 1) ((m ax n) 0))) +("dickmeyer" nil (((d ih k) 1) ((m ay) 0) ((er) 0))) +("dicks" nil (((d ih k s) 1))) +("dickson" nil (((d ih k) 1) ((s ax n) 0))) +("dickstein" nil (((d ih k) 1) ((s t ay n) 0))) +("dicky" nil (((d ih) 1) ((k iy) 0))) +("diclemente" nil (((d ih) 1) ((k l ax) 0) ((m eh n) 1) ((t ey) 0))) +("dicocco" nil (((d ih) 0) ((k ow) 1) ((k ow) 0))) +("dicola" nil (((d ih) 0) ((k ow) 1) ((l ax) 0))) +("dicomed" nil (((d ih) 1) ((k ax) 0) ((m eh d) 0))) +("dicostanzo" nil (((d ih) 0) ((k ow) 0) ((s t aa n) 1) ((z ow) 0))) +("dicots" nil (((d ay) 1) ((k aa t s) 0))) +("dictaphone" nil (((d ih k) 1) ((t ax) 0) ((f ow n) 1))) +("dictate" n (((d ih k) 1) ((t ey t) 0))) +("dictate" v (((d ih k) 0) ((t ey t) 1))) +("dictated" nil (((d ih k) 0) ((t ey) 1) ((t ax d) 0))) +("dictates" n (((d ih k) 1) ((t ey t s) 1))) +("dictates" v (((d ih k) 0) ((t ey t s) 1))) +("dictating" nil (((d ih k) 1) ((t ey) 1) ((t ih ng) 0))) +("dictation" nil (((d ih k) 0) ((t ey) 1) ((sh ax n) 0))) +("dictator" nil (((d ih k) 0) ((t ey) 1) ((t er) 0))) +("dictatorial" nil (((d ih k) 1) ((t ax) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("dictators" nil (((d ih k) 0) ((t ey) 1) ((t er z) 0))) +("dictatorship" nil (((d ih k) 0) ((t ey) 1) ((t er) 0) ((sh ih p) 1))) +("dictatorships" nil (((d ih k) 0) ((t ey) 1) ((t er) 0) ((sh ih p s) 1))) +("diction" nil (((d ih k) 1) ((sh ax n) 0))) +("dictionaries" nil (((d ih k) 1) ((sh ax) 0) ((n eh) 1) ((r iy z) 0))) +("dictionary" nil (((d ih k) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("dictum" nil (((d ih k) 1) ((t ax m) 0))) +("dicus" nil (((d ay) 1) ((k ax s) 0))) +("did" nil (((d ih d) 1))) +("didactic" nil (((d ay) 0) ((d ae k) 1) ((t ih k) 0))) +("diddy" nil (((d ih) 1) ((d iy) 0))) +("didemeyer" nil (((d iy) 1) ((d ax) 0) ((m ay) 1) ((er) 0))) +("dideoxycytidine" nil (((d ih) 1) ((d iy) 0) ((aa k) 1) ((s iy) 0) ((s ay) 1) ((t ih) 0) ((d ay n) 1))) +("didi" nil (((d iy) 1) ((d iy) 0))) +("didier" nil (((d ih) 1) ((d iy) 0) ((er) 0))) +("didinium" nil (((d ih) 0) ((d ih) 1) ((n iy) 0) ((ax m) 0))) +("didion" nil (((d ih) 1) ((d iy) 0) ((ax n) 0))) +("didnt" nil (((d ih d n t) 1))) +("dido" nil (((d ay) 1) ((d ow) 0))) +("didomenico" nil (((d ih) 0) ((d ow) 0) ((m eh) 0) ((n iy) 1) ((k ow) 0))) +("didonato" nil (((d ih) 0) ((d ow) 0) ((n aa) 1) ((t ow) 0))) +("didonna" nil (((d ih) 0) ((d aa) 1) ((n ax) 0))) +("die" nil (((d ay) 1))) +("diebel" nil (((d iy) 1) ((b ax l) 0))) +("diebold" nil (((d ay) 1) ((b ow l d) 1))) +("dieck" nil (((d iy k) 1))) +("dieckman" nil (((d iy k) 1) ((m ax n) 0))) +("dieckmann" nil (((d iy k) 1) ((m ax n) 0))) +("died" nil (((d ay d) 1))) +("diede" nil (((d iy d) 1))) +("diederich" nil (((d iy) 1) ((d er) 0) ((ih k) 0))) +("diedrich" nil (((d iy) 1) ((d r ih k) 0))) +("diedrick" nil (((d iy) 1) ((d r ih k) 0))) +("diefenbach" nil (((d iy) 1) ((f ih n) 0) ((b aa k) 0))) +("diefenderfer" nil (((d iy) 1) ((f ih n) 0) ((d er) 0) ((f er) 0))) +("diefendorf" nil (((d iy) 1) ((f ih n) 0) ((d ao r f) 0))) +("dieffenbach" nil (((d iy) 1) ((f ih n) 0) ((b aa k) 0))) +("diegans" nil (((d iy) 1) ((g ax n z) 0))) +("diegel" nil (((d iy) 1) ((g ax l) 0))) +("diego" nil (((d iy) 0) ((ey) 1) ((g ow) 0))) +("dieguez" nil (((d ih) 0) ((g eh z) 1))) +("diehard" nil (((d ay) 1) ((hh aa r d) 1))) +("diehards" nil (((d ay) 1) ((hh aa r d z) 1))) +("diehl" nil (((d iy l) 1))) +("diehm" nil (((d iy m) 1))) +("diekman" nil (((d iy k) 1) ((m ax n) 0))) +("diekmann" nil (((d iy k) 1) ((m ax n) 0))) +("diel" nil (((d iy l) 1))) +("diem" nil (((d iy m) 1))) +("diemer" nil (((d iy) 1) ((m er) 0))) +("diemert" nil (((d iy) 1) ((m er t) 0))) +("diener" nil (((d iy) 1) ((n er) 0))) +("dienes" nil (((d iy) 1) ((n eh z) 0))) +("dienst" nil (((d iy n s t) 1))) +("diep" nil (((d iy p) 1))) +("dier" nil (((d iy) 1) ((er) 0))) +("diercks" nil (((d iy r k s) 1))) +("dieringer" nil (((d ih) 1) ((r ih n) 0) ((jh er) 0))) +("dierker" nil (((d iy r) 1) ((k er) 0))) +("dierkes" nil (((d iy r k s) 1))) +("dierking" nil (((d ay) 1) ((er) 0) ((k ih ng) 0))) +("dierks" nil (((d iy r k s) 1))) +("dierolf" nil (((d ih) 1) ((r ow l f) 0))) +("diers" nil (((d iy) 1) ((er z) 0))) +("diery" nil (((d ih) 1) ((r iy) 0))) +("dies" nil (((d ay z) 1))) +("diesel" nil (((d iy) 1) ((s ax l) 0))) +("diesels" nil (((d iy) 1) ((z ax l z) 0))) +("dieses" nil (((d ay) 1) ((z ih z) 0))) +("diesing" nil (((d iy) 1) ((s ih ng) 0))) +("diet" nil (((d ay) 1) ((ax t) 0))) +("dietary" nil (((d ay) 1) ((ax) 0) ((t eh) 1) ((r iy) 0))) +("dietel" nil (((d iy) 1) ((t ax l) 0))) +("dieter" nil (((d iy) 1) ((t er) 0))) +("dieterich" nil (((d iy) 1) ((t er) 0) ((ih k) 0))) +("dieterle" nil (((d iy) 1) ((t er) 0) ((ax l) 0))) +("dieters" nil (((d ay) 1) ((ax) 0) ((t er z) 0))) +("dietetic" nil (((d ay) 1) ((ax) 0) ((t eh) 1) ((t ih k) 0))) +("dieting" nil (((d ay) 1) ((ax) 0) ((t ih ng) 0))) +("dietitian" nil (((d ay) 1) ((ax) 0) ((t ih) 1) ((sh ax n) 0))) +("dietitians" nil (((d ay) 1) ((ax) 0) ((t ih) 1) ((sh ax n z) 0))) +("dietl" nil (((d ay) 1) ((ax t l) 0))) +("dietrich" nil (((d iy) 1) ((t r ih k) 0))) +("dietrick" nil (((d iy) 1) ((t r ih k) 0))) +("diets" nil (((d ay) 1) ((ih t s) 0))) +("dietsch" nil (((d iy ch) 1))) +("dietsche" nil (((d iy ch) 1))) +("dietz" nil (((d iy t s) 1))) +("dietze" nil (((d ay) 1) ((ax t z) 0))) +("dietzel" nil (((d iy t) 1) ((z ax l) 0))) +("dietzen" nil (((d iy t) 1) ((z ax n) 0))) +("dietzler" nil (((d iy t) 1) ((s l er) 0))) +("dietzman" nil (((d iy t) 1) ((s m ax n) 0))) +("Dieu" n (((d y uw) 1))) +("dievler" nil (((d iy) 1) ((v l er) 0))) +("diez" nil (((d ay) 1) ((ax z) 0))) +("difabio" nil (((d ih) 0) ((f ey) 1) ((b iy) 0) ((ow) 0))) +("difalco" nil (((d ih) 0) ((f ae l) 1) ((k ow) 0))) +("difazio" nil (((d ih) 0) ((f ey) 1) ((z iy) 0) ((ow) 0))) +("difelice" nil (((d ih) 0) ((f eh) 1) ((l ih s) 0))) +("diff" nil (((d ih f) 1))) +("diffee" nil (((d ih) 1) ((f iy) 0))) +("diffenderfer" nil (((d ih) 1) ((f ih n) 0) ((d er) 0) ((f er) 0))) +("differ" nil (((d ih) 1) ((f er) 0))) +("differed" nil (((d ih) 1) ((f er d) 0))) +("difference" nil (((d ih) 1) ((f er) 0) ((ax n s) 0))) +("differences" nil (((d ih) 1) ((f er) 0) ((ax n) 0) ((s ih z) 0))) +("different" nil (((d ih) 1) ((f er) 0) ((ax n t) 0))) +("differential" nil (((d ih) 1) ((f er) 0) ((eh n) 1) ((ch ax l) 0))) +("differentials" nil (((d ih) 1) ((f er) 0) ((eh n) 1) ((ch ax l z) 0))) +("differentiate" nil (((d ih) 1) ((f er) 0) ((eh n) 1) ((sh iy) 0) ((ey t) 1))) +("differentiated" nil (((d ih) 1) ((f er) 0) ((eh n) 1) ((ch iy) 0) ((ey) 1) ((t ih d) 0))) +("differentiates" nil (((d ih) 0) ((f er) 0) ((eh n) 1) ((sh iy) 0) ((ey t s) 1))) +("differentiating" nil (((d ih) 1) ((f er) 0) ((eh n) 1) ((ch iy) 0) ((ey) 1) ((t ih ng) 0))) +("differentiation" nil (((d ih) 0) ((f er) 0) ((eh n) 1) ((sh iy) 0) ((ey) 1) ((sh ax n) 0))) +("differently" nil (((d ih) 1) ((f r ax n t) 0) ((l iy) 0))) +("differing" nil (((d ih) 1) ((f er) 0) ((ih ng) 0))) +("differs" nil (((d ih) 1) ((f er z) 0))) +("difficult" nil (((d ih) 1) ((f ax) 0) ((k ax l t) 0))) +("difficulties" nil (((d ih) 1) ((f ax) 0) ((k ax l) 0) ((t iy z) 0))) +("difficulty" nil (((d ih) 1) ((f ax) 0) ((k ax l) 0) ((t iy) 0))) +("diffin" nil (((d ih) 1) ((f ih n) 0))) +("diffley" nil (((d ih) 1) ((f l iy) 0))) +("diffract" nil (((d ih) 0) ((f r ae k t) 1))) +("diffraction" nil (((d ih) 0) ((f r ae k) 1) ((sh ax n) 0))) +("diffuse" j (((d ih) 0) ((f y uw s) 1))) +("diffuse" v (((d ih) 0) ((f y uw z) 1))) +("diffused" nil (((d ih) 0) ((f y uw z d) 1))) +("diffuses" nil (((d ih) 0) ((f y uw) 1) ((z ax z) 0))) +("diffusion" nil (((d ih) 0) ((f y uw) 1) ((zh ax n) 0))) +("difilippo" nil (((d ih) 0) ((f iy) 0) ((l iy) 1) ((p ow) 0))) +("difiore" nil (((d ih) 0) ((f iy) 0) ((ao) 1) ((r iy) 0))) +("difm" nil (((d ih f m) 1))) +("difonzo" nil (((d ih) 0) ((f aa n) 1) ((z ow) 0))) +("difrancesco" nil (((d ih) 0) ((f r aa n) 0) ((ch eh) 1) ((s k ow) 0))) +("difranco" nil (((d ih) 0) ((f r aa n) 1) ((k ow) 0))) +("dig" nil (((d ih g) 1))) +("digaetano" nil (((d ih) 0) ((jh ax) 0) ((t aa) 1) ((n ow) 0))) +("digalakis" nil (((d ih) 0) ((jh ax) 0) ((l aa) 1) ((k ax s) 0))) +("digangi" nil (((d ih) 0) ((g ae n) 1) ((jh iy) 0))) +("digate" nil (((d ay) 1) ((g ey t) 1))) +("digby" nil (((d ih g) 1) ((b iy) 0))) +("digennaro" nil (((d ih) 0) ((jh eh) 0) ((n aa) 1) ((r ow) 0))) +("digenova" nil (((d iy) 1) ((jh eh) 0) ((n ow) 1) ((v ax) 0))) +("digeronimo" nil (((d ih) 0) ((jh er) 0) ((ow) 0) ((n iy) 1) ((m ow) 0))) +("digest" n (((d ay) 1) ((jh eh s t) 0))) +("digest" v (((d ay) 0) ((jh eh s t) 1))) +("digested" nil (((d ay) 1) ((jh eh) 1) ((s t ih d) 0))) +("digester" nil (((d ay) 1) ((jh eh) 1) ((s t er) 0))) +("digestible" nil (((d ay) 0) ((jh eh) 1) ((s t ax) 0) ((b ax l) 0))) +("digesting" nil (((d ay) 0) ((jh eh) 1) ((s t ih ng) 0))) +("digestion" nil (((d ay) 0) ((jh eh s) 1) ((ch ax n) 0))) +("digestive" nil (((d ay) 0) ((jh eh) 1) ((s t ih v) 0))) +("digests" n (((d ay) 1) ((jh eh s t s) 0))) +("digests" v (((d ay) 0) ((jh eh s t s) 1))) +("digger" nil (((d ih) 1) ((g er) 0))) +("diggers" nil (((d ih) 1) ((g er z) 0))) +("digges" nil (((d ih g z) 1))) +("digging" nil (((d ih) 1) ((g ih ng) 0))) +("diggins" nil (((d ih) 1) ((g ih n z) 0))) +("diggle" nil (((d ih) 1) ((g ax l) 0))) +("diggs" nil (((d ih g z) 1))) +("digiacomo" nil (((d iy) 1) ((jh ax) 0) ((k ow) 0) ((m ow) 0))) +("digicon" nil (((d ih) 1) ((jh ih) 0) ((k aa n) 1))) +("digidyne" nil (((d ih) 1) ((jh ih) 0) ((d ay n) 1))) +("digilio" nil (((d ih) 0) ((jh iy) 1) ((l iy) 0) ((ow) 0))) +("digioia" nil (((d ih) 0) ((jh ow) 1) ((y ax) 0))) +("digiorgio" nil (((d ih) 0) ((jh ao r) 1) ((jh iy) 0) ((ow) 0))) +("digiovanna" nil (((d ih) 0) ((jh ow) 0) ((v aa) 1) ((n ax) 0))) +("digiovanni" nil (((d ih) 0) ((jh ow) 0) ((v aa) 1) ((n iy) 0))) +("digirolamo" nil (((d ih) 0) ((jh ih) 0) ((r ow) 0) ((l aa) 1) ((m ow) 0))) +("digit" nil (((d ih) 1) ((jh ax t) 0))) +("digital" nil (((d ih) 1) ((jh ax) 0) ((t ax l) 0))) +("digitalis" nil (((d ih) 1) ((jh ax) 0) ((t ae) 1) ((l ax s) 0))) +("digitally" nil (((d ih) 1) ((jh ax) 0) ((t ax) 0) ((l iy) 0))) +("digitalization" nil (((d ih) 2) ((jh ax) 0) ((t ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("digitech" nil (((d ih) 1) ((jh ax) 0) ((t eh k) 1))) +("digitized" nil (((d ih) 1) ((jh ax) 0) ((t ay z d) 1))) +("digits" nil (((d ih) 1) ((jh ax t s) 0))) +("digiulio" nil (((d ih) 0) ((jh uw) 1) ((l iy) 0) ((ow) 0))) +("digiuseppe" nil (((d iy) 1) ((jh uw) 0) ((s eh) 1) ((p iy) 0))) +("digman" nil (((d ih g) 1) ((m ax n) 0))) +("dignan" nil (((d ih g) 1) ((n ax n) 0))) +("dignified" nil (((d ih g) 1) ((n ax) 0) ((f ay d) 1))) +("dignify" nil (((d ih g) 1) ((n ax) 0) ((f ay) 1))) +("dignitaries" nil (((d ih g) 1) ((n ax) 0) ((t eh) 1) ((r iy z) 0))) +("dignitary" nil (((d ih g) 1) ((n ax) 0) ((t eh) 1) ((r iy) 0))) +("dignity" nil (((d ih g) 1) ((n ax) 0) ((t iy) 0))) +("digrazia" nil (((d ih) 0) ((g r aa) 1) ((z iy) 0) ((ax) 0))) +("digregorio" nil (((d ih) 0) ((g r eh) 0) ((g ao) 1) ((r iy) 0) ((ow) 0))) +("digress" nil (((d ay) 0) ((g r eh s) 1))) +("digressing" nil (((d ay) 0) ((g r eh) 1) ((s ih ng) 0))) +("digressions" nil (((d ay) 0) ((g r eh) 1) ((sh ax n z) 0))) +("digs" nil (((d ih g z) 1))) +("diguglielmo" nil (((d ih) 0) ((g uw) 1) ((g l iy) 0) ((eh l) 1) ((m ow) 0))) +("diianni" nil (((d iy) 1) ((ae) 1) ((n iy) 0))) +("diiorio" nil (((d ih) 0) ((y ao) 1) ((r iy) 0) ((ow) 0))) +("dijker" nil (((d iy) 1) ((k er) 0))) +("dijon" nil (((d iy) 1) ((zh aa n) 1))) +("dijun" nil (((d iy) 1) ((jh uw n) 1))) +("dike" nil (((d ay k) 1))) +("dikeman" nil (((d ay k) 1) ((m ax n) 0))) +("dikes" nil (((d ay k s) 1))) +("dilapidated" nil (((d ax) 0) ((l ae) 1) ((p ax) 0) ((d ey) 1) ((t ih d) 0))) +("dilatation" nil (((d ih) 1) ((l ax) 0) ((t ey) 1) ((sh ax n) 0))) +("dilate" nil (((d ay) 0) ((l ey t) 1))) +("dilated" nil (((d ay) 0) ((l ey) 1) ((t ax d) 0))) +("dilation" nil (((d ay) 0) ((l ey) 1) ((sh ax n) 0))) +("dilatory" nil (((d ih) 1) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("dilaura" nil (((d ih) 0) ((l ao) 1) ((r ax) 0))) +("dilauro" nil (((d ih) 0) ((l ao) 1) ((r ow) 0))) +("dilbeck" nil (((d ih l) 1) ((b eh k) 1))) +("dilday" nil (((d ih l) 1) ((d ey) 1))) +("dildine" nil (((d ih l) 0) ((d iy) 1) ((n iy) 0))) +("dildy" nil (((d ih l) 1) ((d iy) 0))) +("dilella" nil (((d ih) 0) ((l eh) 1) ((l ax) 0))) +("dilello" nil (((d ih) 0) ((l eh) 1) ((l ow) 0))) +("dilemma" nil (((d ih) 0) ((l eh) 1) ((m ax) 0))) +("dilemmas" nil (((d ax) 0) ((l eh) 1) ((m ax z) 0))) +("dilenschneider" nil (((d ay) 1) ((l ax n) 0) ((sh n ay) 1) ((d er) 0))) +("dileo" nil (((d ih) 1) ((l iy) 0) ((ow) 0))) +("dileonardo" nil (((d ih) 0) ((l iy) 0) ((ax) 0) ((n aa r) 1) ((d ow) 0))) +("diles" nil (((d ay l z) 1))) +("dilg" nil (((d ih l g) 1))) +("dilger" nil (((d ih l) 1) ((g er) 0))) +("diliberto" nil (((d ih) 0) ((l iy) 0) ((b eh r) 1) ((t ow) 0))) +("diligence" nil (((d ih) 1) ((l ax) 0) ((jh ax n s) 0))) +("diligent" nil (((d ih) 1) ((l ih) 0) ((jh ax n t) 0))) +("diligently" nil (((d ih) 1) ((l ax) 0) ((jh ax n t) 0) ((l iy) 0))) +("dilip" nil (((d ih) 1) ((l ih p) 0))) +("dilithium" nil (((d ay) 0) ((l ih) 1) ((th iy) 0) ((ax m) 0))) +("dilks" nil (((d ih l k s) 1))) +("dill" nil (((d ih l) 1))) +("dillahunt" nil (((d ih) 1) ((l ax) 0) ((hh ah n t) 1))) +("dillahunty" nil (((d ih) 1) ((l ax) 0) ((hh ah n) 1) ((t iy) 0))) +("dillard" nil (((d ih) 1) ((l er d) 0))) +("dille" nil (((d ih l) 1))) +("dillehay" nil (((d ih) 1) ((l ih) 0) ((hh ey) 0))) +("dillen" nil (((d ih) 1) ((l ax n) 0))) +("dillenbeck" nil (((d ih) 1) ((l ax n) 0) ((b eh k) 1))) +("dillenburg" nil (((d ih) 1) ((l ax n) 0) ((b er g) 0))) +("diller" nil (((d ih) 1) ((l er) 0))) +("dilley" nil (((d ih) 1) ((l iy) 0))) +("dillie" nil (((d ih) 1) ((l iy) 0))) +("dillin" nil (((d ih) 1) ((l ih n) 0))) +("dilling" nil (((d ih) 1) ((l ih ng) 0))) +("dillinger" nil (((d ih) 1) ((l ih ng) 0) ((er) 0))) +("dillingham" nil (((d ih) 1) ((l ih ng) 0) ((hh ae m) 1))) +("dillion" nil (((d ih) 1) ((l y ax n) 0))) +("dillman" nil (((d ih l) 1) ((m ax n) 0))) +("dillon" nil (((d ih) 1) ((l ax n) 0))) +("dillow" nil (((d ih) 1) ((l ow) 0))) +("dills" nil (((d ih l z) 1))) +("dillworth" nil (((d ih l) 1) ((w er th) 1))) +("dilly" nil (((d ih) 1) ((l iy) 0))) +("dilmore" nil (((d iy l) 1) ((m ao r) 0))) +("dilorenzo" nil (((d ih) 0) ((l ao) 0) ((r eh n) 1) ((z ow) 0))) +("diloreto" nil (((d ih) 0) ((l ao) 0) ((r eh) 1) ((t ow) 0))) +("dilorio" nil (((d ih) 0) ((l ao) 1) ((r iy) 0) ((ow) 0))) +("dils" nil (((d ih l z) 1))) +("dilsaver" nil (((d ih l) 1) ((s ax) 0) ((v er) 0))) +("dilson" nil (((d ih l) 1) ((s ax n) 0))) +("diltiazem" nil (((d ih l) 0) ((t iy) 1) ((ax) 0) ((z eh m) 1))) +("dilts" nil (((d ih l t s) 1))) +("diltz" nil (((d ih l t s) 1))) +("dilullo" nil (((d ih) 0) ((l uw) 1) ((l ow) 0))) +("dilute" nil (((d ay) 0) ((l uw t) 1))) +("diluted" nil (((d ay) 0) ((l uw) 1) ((t ax d) 0))) +("dilutes" nil (((d ay) 0) ((l uw t s) 1))) +("diluting" nil (((d ay) 0) ((l uw) 1) ((t ih ng) 0))) +("dilution" nil (((d ay) 0) ((l uw) 1) ((sh ax n) 0))) +("dilutive" nil (((d ax) 0) ((l uw) 1) ((t ih v) 0))) +("diluzio" nil (((d ih) 0) ((l uw) 1) ((z iy) 0) ((ow) 0))) +("dilworth" nil (((d ih l) 1) ((w er th) 0))) +("dim" nil (((d ih m) 1))) +("dimaggio" nil (((d ih) 0) ((m ae) 1) ((jh iy) 0) ((ow) 0))) +("dimaio" nil (((d ih) 0) ((m aa) 1) ((iy) 0) ((ow) 0))) +("dimambro" nil (((d ih) 0) ((m ae m) 1) ((b r ow) 0))) +("dimarco" nil (((d ih) 0) ((m aa r) 1) ((k ow) 0))) +("dimare" nil (((d ih) 0) ((m aa) 1) ((r iy) 0))) +("dimaria" nil (((d ih) 0) ((m aa) 1) ((r iy) 0) ((ax) 0))) +("dimarino" nil (((d ih) 0) ((m aa) 0) ((r iy) 1) ((n ow) 0))) +("dimario" nil (((d ih) 0) ((m aa) 1) ((r iy) 0) ((ow) 0))) +("dimartino" nil (((d iy) 1) ((m aa r) 0) ((t iy) 1) ((n ow) 0))) +("dimarzio" nil (((d ih) 0) ((m aa r) 1) ((z iy) 0) ((ow) 0))) +("dimarzo" nil (((d ih) 0) ((m aa r) 1) ((z ow) 0))) +("dimas" nil (((d ay) 1) ((m ax z) 0))) +("dimascio" nil (((d ih) 0) ((m ae) 1) ((s iy) 0) ((ow) 0))) +("dimasi" nil (((d ih) 0) ((m aa) 1) ((s iy) 0))) +("dimatteo" nil (((d ih) 0) ((m aa) 1) ((t iy) 0) ((ow) 0))) +("dimauro" nil (((d ih) 0) ((m ao) 1) ((r ow) 0))) +("dime" nil (((d ay m) 1))) +("dimeglio" nil (((d ih) 0) ((m eh) 1) ((g l iy) 0) ((ow) 0))) +("dimension" nil (((d ih) 0) ((m eh n) 1) ((sh ax n) 0))) +("dimensional" nil (((d ih) 0) ((m eh n) 1) ((sh ax) 0) ((n ax l) 0))) +("dimensionality" nil (((d ih) 0) ((m eh n) 1) ((sh ax) 0) ((n ae) 1) ((l ax) 0) ((t iy) 0))) +("dimensioned" nil (((d ax) 0) ((m eh n) 1) ((ch ax n d) 0))) +("dimensions" nil (((d ih) 0) ((m eh n) 1) ((sh ax n z) 0))) +("dimeo" nil (((d iy) 1) ((m iy) 0) ((ow) 0))) +("dimer" nil (((d ay) 1) ((m er) 0))) +("dimercurio" nil (((d ih) 0) ((m er) 0) ((k uh) 1) ((r iy) 0) ((ow) 0))) +("dimes" nil (((d ay m z) 1))) +("dimetapp" nil (((d ay) 1) ((m ax) 0) ((t ae p) 1))) +("dimiceli" nil (((d ih) 0) ((m iy) 0) ((ch eh) 1) ((l iy) 0))) +("dimichele" nil (((d ih) 0) ((m iy) 0) ((k eh) 1) ((l iy) 0))) +("dimick" nil (((d ih) 1) ((m ih k) 0))) +("diming" nil (((d ay) 1) ((m ih ng) 0))) +("diminish" nil (((d ih) 0) ((m ih) 1) ((n ih sh) 0))) +("diminished" nil (((d ih) 0) ((m ih) 1) ((n ih sh t) 0))) +("diminishes" nil (((d ih) 0) ((m ih) 1) ((n ih) 0) ((sh ih z) 0))) +("diminishing" nil (((d ih) 0) ((m ih) 1) ((n ih) 0) ((sh ih ng) 0))) +("dimino" nil (((d ih) 0) ((m iy) 1) ((n ow) 0))) +("diminution" nil (((d ih) 1) ((m ax) 0) ((n uw) 1) ((sh ax n) 0))) +("diminutive" nil (((d ih) 0) ((m ih) 1) ((n y ax) 0) ((t ih v) 0))) +("dimitri" nil (((d ih) 0) ((m iy) 1) ((t r iy) 0))) +("dimitrios" nil (((d ih) 0) ((m iy) 1) ((t r iy) 0) ((ow s) 0))) +("dimitrius" nil (((d ih) 0) ((m iy) 1) ((t r iy) 0) ((ax s) 0))) +("dimitroff" nil (((d ih) 1) ((m ih) 0) ((t r ao f) 0))) +("dimitruk" nil (((d ih) 0) ((m iy) 1) ((t r uh k) 1))) +("dimly" nil (((d ih m) 1) ((l iy) 0))) +("dimmed" nil (((d ih m d) 1))) +("dimmer" nil (((d ih) 1) ((m er) 0))) +("dimmers" nil (((d ih) 1) ((m er z) 0))) +("dimmick" nil (((d ih) 1) ((m ih k) 0))) +("dimming" nil (((d ih) 1) ((m ih ng) 0))) +("dimmitt" nil (((d ih) 1) ((m ih t) 0))) +("dimock" nil (((d ih) 1) ((m ax k) 0))) +("dimon" nil (((d ih) 1) ((m ax n) 0))) +("dimona" nil (((d ih) 0) ((m ow) 1) ((n ax) 0))) +("dimond" nil (((d ay) 1) ((m ax n d) 0))) +("dimorphic" nil (((d ay) 0) ((m ao r) 1) ((f ih k) 0))) +("dimorphism" nil (((d ay) 0) ((m ao r) 1) ((f ih) 0) ((z ax m) 0))) +("dimperio" nil (((d ih m) 0) ((p eh) 1) ((r iy) 0) ((ow) 0))) +("dimpled" nil (((d ih m) 1) ((p ax l d) 0))) +("dims" nil (((d ih m z) 1))) +("dimsdale" nil (((d ih m z) 1) ((d ey l) 1))) +("dimuro" nil (((d ih) 0) ((m uh) 1) ((r ow) 0))) +("dimuzio" nil (((d ih) 0) ((m uw) 1) ((z iy) 0) ((ow) 0))) +("din" nil (((d ih n) 1))) +("dina" nil (((d iy) 1) ((n ax) 0))) +("dinah" nil (((d ay) 1) ((n ax) 0))) +("dinan" nil (((d ih) 1) ((n ax n) 0))) +("dinapoli" nil (((d ih) 0) ((n ae) 1) ((p ax) 0) ((l iy) 0))) +("dinar" nil (((d ih) 0) ((n aa r) 1))) +("dinardo" nil (((d ih) 0) ((n aa r) 1) ((d ow) 0))) +("dinars" nil (((d ay) 1) ((n er z) 0))) +("dinatale" nil (((d ih) 0) ((n aa) 0) ((t aa) 1) ((l iy) 0))) +("dinda" nil (((d ih n) 1) ((d ax) 0))) +("dine" nil (((d ay n) 1))) +("dined" nil (((d ay n d) 1))) +("dineen" nil (((d ih) 0) ((n iy n) 1))) +("dinehart" nil (((d ay n) 1) ((hh aa r t) 1))) +("diner" nil (((d ay) 1) ((n er) 0))) +("diners" nil (((d ay) 1) ((n er z) 0))) +("dines" nil (((d ay n z) 1))) +("ding" nil (((d ih ng) 1))) +("dingding" nil (((d iy ng) 1) ((d iy ng) 1))) +("dingdong" nil (((d iy ng) 1) ((d ow ng) 1))) +("dingee" nil (((d ih ng) 1) ((g iy) 0))) +("dingel" nil (((d ih ng) 1) ((g ax l) 0))) +("dingell" nil (((d ih ng) 1) ((g ax l) 0))) +("dinger" nil (((d ih ng) 1) ((er) 0))) +("dinges" nil (((d ih n) 1) ((jh ih z) 0))) +("dingess" nil (((d ih ng) 1) ((g ih s) 0))) +("dingham" nil (((d ih ng) 1) ((ax m) 0))) +("dinghy" nil (((d ih ng) 1) ((iy) 0))) +("dingle" nil (((d ih ng) 1) ((g ax l) 0))) +("dingledine" nil (((d ih ng) 1) ((g l ih) 0) ((d ay n) 0))) +("dingler" nil (((d ih ng) 1) ((g ax) 0) ((l er) 0))) +("dingley" nil (((d ih ng) 1) ((g l iy) 0))) +("dingling" nil (((d iy ng) 1) ((l iy ng) 1))) +("dingman" nil (((d ih ng) 1) ((m ax n) 0))) +("dingo" nil (((d ih ng) 1) ((g ow) 0))) +("dings" nil (((d ih ng z) 1))) +("dingtalk" nil (((d ih ng) 1) ((t ao k) 0))) +("dingus" nil (((d ih ng) 1) ((g ih s) 0))) +("dingwall" nil (((d ih ng) 1) ((g w ax l) 0))) +("dingxi" nil (((d iy ng) 1) ((sh iy) 1))) +("dingy" nil (((d ih n) 1) ((jh iy) 0))) +("dinh" nil (((d ih n) 1))) +("dini" nil (((d iy) 1) ((n iy) 0))) +("dinicola" nil (((d ih) 0) ((n iy) 0) ((k ow) 1) ((l ax) 0))) +("dining" nil (((d ay) 1) ((n ih ng) 0))) +("dinino" nil (((d ih) 0) ((n iy) 1) ((n ow) 0))) +("dinius" nil (((d ay) 1) ((n iy) 0) ((ih s) 0))) +("dinkel" nil (((d ih ng) 1) ((k ax l) 0))) +("dinkins" nil (((d ih ng) 1) ((k ih n z) 0))) +("dinky" nil (((d ih ng) 1) ((k iy) 0))) +("dinmukhamed" nil (((d ih n) 1) ((m uw) 0) ((k aa) 1) ((m eh d) 0))) +("dinneen" nil (((d ih) 0) ((n iy n) 1))) +("dinner" nil (((d ih) 1) ((n er) 0))) +("dinners" nil (((d ih) 1) ((n er z) 0))) +("dinnertime" nil (((d ih) 1) ((n er) 0) ((t ay m) 1))) +("dinnerware" nil (((d ih) 1) ((n er) 0) ((w eh r) 1))) +("dinning" nil (((d ih) 1) ((n ih ng) 0))) +("dino" nil (((d iy) 1) ((n ow) 0))) +("dinosaur" nil (((d ay) 1) ((n ax) 0) ((s ao r) 1))) +("dinosaurs" nil (((d ay) 1) ((n ax) 0) ((s ao r z) 1))) +("dinoseb" nil (((d ay) 1) ((n ow) 0) ((s eh b) 1))) +("dinoto" nil (((d ih) 0) ((n ow) 1) ((t ow) 0))) +("dinovo" nil (((d ih) 0) ((n ow) 1) ((v ow) 0))) +("dinsa" nil (((d ih n) 1) ((s ax) 0))) +("dinsdale" nil (((d ih n z) 1) ((d ey l) 1))) +("dinse" nil (((d ih n s) 1))) +("dinsmore" nil (((d iy n) 1) ((s m ao r) 0))) +("dint" nil (((d ih n t) 1))) +("dinunzio" nil (((d ih) 0) ((n ah n) 1) ((z iy) 0) ((ow) 0))) +("dinwiddie" nil (((d ih n) 1) ((w ih) 0) ((d iy) 0))) +("diocesan" nil (((d ay) 0) ((aa) 1) ((s ax) 0) ((s ax n) 0))) +("diocese" nil (((d ay) 1) ((ax) 0) ((s iy z) 1))) +("dioceses" nil (((d ay) 1) ((ax) 0) ((s iy z) 1))) +("diodati" nil (((d iy) 0) ((ow) 0) ((d aa) 1) ((t iy) 0))) +("diodato" nil (((d iy) 0) ((ow) 0) ((d aa) 1) ((t ow) 0))) +("diode" nil (((d ay) 1) ((ow d) 1))) +("diodes" nil (((d ay) 1) ((ow d z) 1))) +("dioguardi" nil (((d iy) 0) ((ow) 0) ((g aa r) 1) ((d iy) 0))) +("dion" nil (((d ay) 1) ((ax n) 0))) +("diona" nil (((d iy) 0) ((ow) 1) ((n ax) 0))) +("dione" nil (((d iy) 1) ((aa n) 0))) +("dionisio" nil (((d ay) 1) ((ax) 0) ((n ih) 1) ((s iy) 0) ((ow) 0))) +("dionne" nil (((d iy) 1) ((aa n) 0))) +("dionysius" nil (((d ay) 1) ((ax) 0) ((n ih) 1) ((s iy) 0) ((ax s) 0))) +("dior" nil (((d iy) 1) ((ao r) 1))) +("diorio" nil (((d iy) 0) ((ao) 1) ((r iy) 0) ((ow) 0))) +("diorite" nil (((d ay) 1) ((er) 0) ((ay t) 1))) +("dios" nil (((d iy) 1) ((ow s) 0))) +("dioxide" nil (((d ay) 0) ((aa k) 1) ((s ay d) 1))) +("dioxides" nil (((d ay) 0) ((aa k) 1) ((s ay d z) 0))) +("dioxin" nil (((d ay) 1) ((aa k) 1) ((s ih n) 0))) +("dioxins" nil (((d ay) 1) ((aa k) 1) ((s ih n z) 0))) +("dip" nil (((d ih p) 1))) +("dipalma" nil (((d ih) 0) ((p aa l) 1) ((m ax) 0))) +("dipaola" nil (((d ih) 0) ((p aa) 0) ((ow) 1) ((l ax) 0))) +("dipaolo" nil (((d ih) 0) ((p aa) 0) ((ow) 1) ((l ow) 0))) +("dipasquale" nil (((d ih) 0) ((p aa) 0) ((s k w aa) 1) ((l iy) 0))) +("diperna" nil (((d ih) 0) ((p eh r) 1) ((n ax) 0))) +("diphtheria" nil (((d ih f) 0) ((th ih) 1) ((r iy) 0) ((ax) 0))) +("dipiazza" nil (((d ih) 0) ((p iy) 0) ((aa t) 1) ((s ax) 0))) +("dipiero" nil (((d ih) 0) ((p ih) 1) ((r ow) 0))) +("dipierro" nil (((d ih) 0) ((p ih) 1) ((r ow) 0))) +("dipietro" nil (((d ih) 0) ((p iy) 1) ((t r ow) 0))) +("dipinto" nil (((d ih) 0) ((p ih n) 1) ((t ow) 0))) +("dipirro" nil (((d ih) 0) ((p ih) 1) ((r ow) 0))) +("diploma" nil (((d ih) 0) ((p l ow) 1) ((m ax) 0))) +("diplomacy" nil (((d ih) 0) ((p l ow) 1) ((m ax) 0) ((s iy) 0))) +("diplomas" nil (((d ih) 0) ((p l ow) 1) ((m ax z) 0))) +("diplomat" nil (((d ih) 1) ((p l ax) 0) ((m ae t) 1))) +("diplomatic" nil (((d ih) 1) ((p l ax) 0) ((m ae) 1) ((t ih k) 0))) +("diplomatically" nil (((d ih) 1) ((p l ax) 0) ((m ae) 1) ((t ih) 0) ((k l iy) 0))) +("diplomats" nil (((d ih) 1) ((p l ax) 0) ((m ae t s) 1))) +("dipole" nil (((d ay) 1) ((p ow l) 1))) +("dipped" nil (((d ih p t) 1))) +("dippel" nil (((d ih) 1) ((p ax l) 0))) +("dipper" nil (((d ih) 1) ((p er) 0))) +("dippers" nil (((d ih) 1) ((p er z) 0))) +("dipping" nil (((d ih) 1) ((p ih ng) 0))) +("dipple" nil (((d ih) 1) ((p ax l) 0))) +("dippold" nil (((d ih) 1) ((p ow l d) 1))) +("dippolito" nil (((d ih) 0) ((p ow) 0) ((l iy) 1) ((t ow) 0))) +("dippy" nil (((d ih) 1) ((p iy) 0))) +("diprima" nil (((d ih) 0) ((p r iy) 1) ((m ax) 0))) +("dips" nil (((d ih p s) 1))) +("dipstick" nil (((d ih p) 1) ((s t ih k) 1))) +("diqing" nil (((d iy) 1) ((ch iy ng) 1))) +("dircks" nil (((d er k s) 1))) +("dire" nil (((d ay r) 1))) +("direct" nil (((d er) 0) ((eh k t) 1))) +("directed" nil (((d er) 0) ((eh k) 1) ((t ax d) 0))) +("directing" nil (((d er) 0) ((eh k) 1) ((t ih ng) 0))) +("direction" nil (((d er) 0) ((eh k) 1) ((sh ax n) 0))) +("directional" nil (((d er) 0) ((eh k) 1) ((sh ax) 0) ((n ax l) 0))) +("directionless" nil (((d er) 0) ((eh k) 1) ((sh ax n) 0) ((l ax s) 0))) +("directions" nil (((d er) 0) ((eh k) 1) ((sh ax n z) 0))) +("directive" nil (((d er) 0) ((eh k) 1) ((t ih v) 0))) +("directives" nil (((d ay) 0) ((r eh k) 1) ((t ih v z) 0))) +("directly" nil (((d er) 0) ((eh k t) 1) ((l iy) 0))) +("directness" nil (((d er) 0) ((eh k t) 1) ((n ax s) 0))) +("director" nil (((d er) 0) ((eh k) 1) ((t er) 0))) +("directorate" nil (((d er) 0) ((eh k) 1) ((t er) 0) ((ax t) 0))) +("directorial" nil (((d er) 0) ((eh k) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("directories" nil (((d ay) 0) ((r eh k) 1) ((t er) 0) ((iy z) 0))) +("directors" nil (((d er) 0) ((eh k) 1) ((t er z) 0))) +("directorship" nil (((d er) 0) ((eh k) 1) ((t er) 0) ((sh ih p) 1))) +("directorships" nil (((d er) 0) ((eh k) 1) ((t er) 0) ((sh ih p s) 1))) +("directory" nil (((d er) 0) ((eh k) 1) ((t er) 0) ((iy) 0))) +("directs" nil (((d er) 0) ((eh k t s) 1))) +("directv" nil (((d er) 0) ((eh k) 1) ((t iy) 1) ((v iy) 1))) +("direnzo" nil (((d ih) 0) ((r eh n) 1) ((z ow) 0))) +("direst" nil (((d ay) 1) ((r ax s t) 0))) +("dirge" nil (((d er jh) 1))) +("dirhams" nil (((d er) 1) ((ax m z) 0))) +("dirickson" nil (((d ao) 1) ((r ih k) 0) ((s ax n) 0))) +("dirienzo" nil (((d ih) 0) ((r iy n) 1) ((z ow) 0))) +("dirk" nil (((d er k) 1))) +("dirkes" nil (((d er k s) 1))) +("dirks" nil (((d er k s) 1))) +("dirkse" nil (((d er k s) 1))) +("dirksen" nil (((d er k) 1) ((s ax n) 0))) +("dirlam" nil (((d er) 0) ((l ae m) 1))) +("dirocco" nil (((d ih) 0) ((r aa) 1) ((k ow) 0))) +("dirosa" nil (((d ih) 0) ((r ow) 1) ((s ax) 0))) +("dirr" nil (((d er) 1))) +("dirt" nil (((d er t) 1))) +("dirtier" nil (((d er) 1) ((t iy) 0) ((er) 0))) +("dirtiest" nil (((d er) 1) ((t iy) 0) ((ax s t) 0))) +("dirty" nil (((d er) 1) ((t iy) 0))) +("dirusso" nil (((d ih) 0) ((r uw) 1) ((s ow) 0))) +("disa" nil (((d ih) 1) ((s ax) 0))) +("disabatino" nil (((d ih) 0) ((s aa) 0) ((b aa) 0) ((t iy) 1) ((n ow) 0))) +("disabato" nil (((d ih) 0) ((s aa) 0) ((b aa) 1) ((t ow) 0))) +("disabilities" nil (((d ih) 0) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy z) 0))) +("disability" nil (((d ih) 1) ((s ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("disable" nil (((d ih) 0) ((s ey) 1) ((b ax l) 0))) +("disabled" nil (((d ih) 0) ((s ey) 1) ((b ax l d) 0))) +("disables" nil (((d ih) 0) ((s ey) 1) ((b ax l z) 0))) +("disabling" nil (((d ih) 0) ((s ey) 1) ((b ax) 0) ((l ih ng) 0))) +("disadvantage" nil (((d ih) 0) ((s ax d) 0) ((v ae n) 1) ((t ih jh) 0))) +("disadvantaged" nil (((d ih) 0) ((s ax d) 0) ((v ae n) 1) ((t ih jh d) 0))) +("disadvantageous" nil (((d ih) 2) ((s ae d) 0) ((v ax n) 0) ((t ey) 1) ((jh ax s) 0))) +("disadvantages" nil (((d ih) 0) ((s ax d) 0) ((v ae n) 1) ((t ih) 0) ((jh ih z) 0))) +("disaffected" nil (((d ih) 1) ((s ax) 0) ((f eh k) 1) ((t ih d) 0))) +("disaffection" nil (((d ih) 1) ((s ax) 0) ((f eh k) 1) ((sh ax n) 0))) +("disagree" nil (((d ih) 0) ((s ax) 0) ((g r iy) 1))) +("disagreeable" nil (((d ih) 1) ((s ax) 0) ((g r iy) 1) ((ax) 0) ((b ax l) 0))) +("disagreed" nil (((d ih) 0) ((s ax) 0) ((g r iy d) 1))) +("disagreeing" nil (((d ih) 0) ((s ax) 0) ((g r iy) 1) ((ih ng) 0))) +("disagreement" nil (((d ih) 0) ((s ax) 0) ((g r iy) 1) ((m ax n t) 0))) +("disagreements" nil (((d ih) 1) ((s ax) 0) ((g r iy) 1) ((m ax n t s) 0))) +("disagrees" nil (((d ih) 0) ((s ax) 0) ((g r iy z) 1))) +("disallow" nil (((d ih) 1) ((s ax) 0) ((l aw) 1))) +("disallowance" nil (((d ih) 1) ((s ax) 0) ((l aw) 1) ((ax n s) 0))) +("disallowances" nil (((d ih) 1) ((s ax) 0) ((l aw) 1) ((ax n) 0) ((s ih z) 0))) +("disallowed" nil (((d ih) 1) ((s ax) 0) ((l aw d) 1))) +("disallowing" nil (((d ih) 0) ((s ax) 0) ((l aw) 1) ((ih ng) 0))) +("disalvo" nil (((d ih) 0) ((s aa l) 1) ((v ow) 0))) +("disano" nil (((d ih) 0) ((s aa) 1) ((n ow) 0))) +("disanti" nil (((d ih) 0) ((s ae n) 1) ((t iy) 0))) +("disantis" nil (((d ih) 0) ((s aa n) 1) ((t ih s) 0))) +("disanto" nil (((d ih) 0) ((s ae n) 1) ((t ow) 0))) +("disappear" nil (((d ih) 1) ((s ax) 0) ((p ih r) 1))) +("disappearance" nil (((d ih) 1) ((s ax) 0) ((p ih) 1) ((r ax n s) 0))) +("disappearances" nil (((d ih) 1) ((s ax) 0) ((p ih) 1) ((r ax n) 0) ((s ih z) 0))) +("disappeared" nil (((d ih) 1) ((s ax) 0) ((p ih r d) 1))) +("disappearing" nil (((d ih) 1) ((s ax) 0) ((p ih) 1) ((r ih ng) 0))) +("disappears" nil (((d ih) 1) ((s ax) 0) ((p ih r z) 1))) +("disappoint" nil (((d ih) 1) ((s ax) 0) ((p oy n t) 1))) +("disappointed" nil (((d ih) 1) ((s ax) 0) ((p oy n) 1) ((t ih d) 0))) +("disappointing" nil (((d ih) 1) ((s ax) 0) ((p oy n) 1) ((t ih ng) 0))) +("disappointingly" nil (((d ih) 0) ((s ax) 0) ((p oy n) 1) ((t ih ng) 0) ((l iy) 0))) +("disappointment" nil (((d ih) 1) ((s ax) 0) ((p oy n t) 1) ((m ax n t) 0))) +("disappointments" nil (((d ih) 0) ((s ax) 0) ((p oy n t) 1) ((m ax n t s) 0))) +("disappoints" nil (((d ih) 1) ((s ax) 0) ((p oy n t s) 1))) +("disapproval" nil (((d ih) 0) ((s ax) 0) ((p r uw) 1) ((v ax l) 0))) +("disapprove" nil (((d ih) 1) ((s ax) 0) ((p r uw v) 1))) +("disapproved" nil (((d ih) 1) ((s ax) 0) ((p r uw v d) 1))) +("disapproves" nil (((d ih) 0) ((s ax) 0) ((p r uw v z) 1))) +("disapproving" nil (((d ih) 0) ((s ax) 0) ((p r uw) 1) ((v ih ng) 0))) +("disarm" nil (((d ih) 0) ((s aa r m) 1))) +("disarmament" nil (((d ih) 0) ((s aa r) 1) ((m ax) 0) ((m ax n t) 0))) +("disarmed" nil (((d ih) 0) ((s aa r m d) 1))) +("disarming" nil (((d ih) 0) ((s aa r) 1) ((m ih ng) 0))) +("disarmingly" nil (((d ih) 0) ((s aa r) 1) ((m ih ng) 0) ((l iy) 0))) +("disarray" nil (((d ih) 1) ((s er) 0) ((ey) 1))) +("disassembled" nil (((d ih) 1) ((s ax) 0) ((s eh m) 1) ((b ax l d) 0))) +("disassociate" nil (((d ih) 1) ((s ax) 0) ((s ow) 1) ((sh iy) 0) ((ey t) 0))) +("disaster" nil (((d ih) 0) ((z ae) 1) ((s t er) 0))) +("disasters" nil (((d ih) 0) ((z ae) 1) ((s t er z) 0))) +("disastrous" nil (((d ih) 0) ((z ae) 1) ((s t r ax s) 0))) +("disastrously" nil (((d ih) 0) ((z ae) 1) ((s t r ax) 0) ((s l iy) 0))) +("disavow" nil (((d ih) 1) ((s ax) 0) ((v aw) 1))) +("disavowed" nil (((d ih) 1) ((s ax) 0) ((v aw d) 1))) +("disavowing" nil (((d ih) 0) ((s ax) 0) ((v aw) 1) ((ih ng) 0))) +("disband" nil (((d ih s) 0) ((b ae n d) 1))) +("disbanded" nil (((d ih s) 0) ((b ae n) 1) ((d ih d) 0))) +("disbanding" nil (((d ih s) 0) ((b ae n) 1) ((d ih ng) 0))) +("disbarment" nil (((d ih s) 1) ((b aa r) 1) ((m ax n t) 0))) +("disbarred" nil (((d ih s) 0) ((b aa r d) 1))) +("disbelief" nil (((d ih s) 1) ((b ih) 0) ((l iy f) 1))) +("disbelieve" nil (((d ih s) 0) ((b ax) 0) ((l iy v) 1))) +("disbro" nil (((d ih s) 1) ((b r ow) 0))) +("disbrow" nil (((d ih s) 1) ((b r aw) 0))) +("disburse" nil (((d ih s) 0) ((b er s) 1))) +("disbursed" nil (((d ih s) 0) ((b er s t) 1))) +("disbursement" nil (((d ih s) 0) ((b er) 1) ((s m ax n t) 0))) +("disbursements" nil (((d ih s) 0) ((b er) 1) ((s m ax n t s) 0))) +("disbursing" nil (((d ih s) 0) ((b er) 1) ((s ih ng) 0))) +("disc" nil (((d ih s k) 1))) +("discard" nil (((d ih) 0) ((s k aa r d) 1))) +("discarded" nil (((d ih) 0) ((s k aa r) 1) ((d ih d) 0))) +("discarding" nil (((d ih) 0) ((s k aa r) 1) ((d ih ng) 0))) +("discards" nil (((d ih) 0) ((s k aa r d z) 1))) +("discenza" nil (((d ih s) 0) ((ch eh n) 1) ((z ax) 0))) +("discern" nil (((d ih) 0) ((s er n) 1))) +("discerned" nil (((d ih) 0) ((s er n d) 1))) +("discernible" nil (((d ih) 0) ((s er) 1) ((n ax) 0) ((b ax l) 0))) +("discerning" nil (((d ih) 0) ((s er) 1) ((n ih ng) 0))) +("discernment" nil (((d ih) 0) ((s er n) 1) ((m ax n t) 0))) +("disch" nil (((d ih sh) 1))) +("discharge" n (((d ih s) 1) ((ch aa r jh) 0))) +("discharge" v (((d ih s) 0) ((ch aa r jh) 1))) +("discharged" nil (((d ih s) 0) ((ch aa r jh d) 1))) +("discharges" n (((d ih s) 1) ((ch aa r) 0) ((jh ax z) 0))) +("discharges" v (((d ih s) 0) ((ch aa r) 1) ((jh ax z) 0))) +("discharging" nil (((d ih s) 0) ((ch aa r) 1) ((jh ih ng) 0))) +("discher" nil (((d ih) 1) ((sh er) 0))) +("dischinger" nil (((d ih) 1) ((sh ih n) 0) ((jh er) 0))) +("disciple" nil (((d ih) 0) ((s ay) 1) ((p ax l) 0))) +("disciples" nil (((d ih) 0) ((s ay) 1) ((p ax l z) 0))) +("disciplinarian" nil (((d ih) 1) ((s ih) 0) ((p l ih) 0) ((n eh) 1) ((r iy) 0) ((ax n) 0))) +("disciplinarians" nil (((d ih) 1) ((s ih) 0) ((p l ih) 0) ((n eh) 1) ((r iy) 0) ((ax n z) 0))) +("disciplinary" nil (((d ih) 1) ((s ax) 0) ((p l ax) 0) ((n eh) 1) ((r iy) 0))) +("discipline" nil (((d ih) 1) ((s ax) 0) ((p l ax n) 0))) +("disciplined" nil (((d ih) 1) ((s ax) 0) ((p l ax n d) 0))) +("disciplines" nil (((d ih) 1) ((s ax) 0) ((p l ax n z) 0))) +("disciplining" nil (((d ih) 1) ((s ax) 0) ((p l ax) 0) ((n ih ng) 0))) +("disclaimed" nil (((d ih) 0) ((s k l ey m d) 1))) +("disclaimer" nil (((d ih) 0) ((s k l ey) 1) ((m er) 0))) +("disclaimers" nil (((d ih) 0) ((s k l ey) 1) ((m er z) 0))) +("disclaiming" nil (((d ih) 0) ((s k l ey) 1) ((m ih ng) 0))) +("disclaims" nil (((d ih) 0) ((s k l ey m z) 1))) +("discland" nil (((d ih) 1) ((s k l ae n d) 1))) +("disclose" nil (((d ih) 0) ((s k l ow z) 1))) +("disclosed" nil (((d ih) 0) ((s k l ow z d) 1))) +("discloses" nil (((d ih) 0) ((s k l ow) 1) ((z ih z) 0))) +("disclosing" nil (((d ih) 0) ((s k l ow) 1) ((z ih ng) 0))) +("disclosure" nil (((d ih) 0) ((s k l ow) 1) ((zh er) 0))) +("disclosures" nil (((d ih) 0) ((s k l ow) 1) ((zh er z) 0))) +("disco" nil (((d ih) 1) ((s k ow) 0))) +("discolor" nil (((d ih) 0) ((s k ah) 1) ((l er) 0))) +("discolors" nil (((d ih) 0) ((s k ah) 1) ((l er z) 0))) +("discomfited" n (((d ax) 0) ((s k aa m) 1) ((f ax) 0) ((t ax d) 0))) +("discomfiting" n (((d ax) 0) ((s k aa m) 1) ((f ax) 0) ((t ax ng) 0))) +("discomfort" nil (((d ih) 0) ((s k ah m) 1) ((f er t) 0))) +("disconcerting" nil (((d ih) 1) ((s k ax n) 0) ((s er) 1) ((t ih ng) 0))) +("disconnect" nil (((d ih) 0) ((s k ax) 0) ((n eh k t) 1))) +("disconnected" nil (((d ih) 1) ((s k ax) 0) ((n eh k) 1) ((t ih d) 0))) +("disconnecting" nil (((d ih) 1) ((s k ax) 0) ((n eh k) 1) ((t ih ng) 0))) +("disconnection" nil (((d ih) 1) ((s k ax) 0) ((n eh k) 1) ((sh ax n) 0))) +("discontent" nil (((d ih) 0) ((s k ax n) 0) ((t eh n t) 1))) +("discontented" nil (((d ih) 1) ((s k ax n) 0) ((t eh n) 1) ((t ih d) 0))) +("discontents" nil (((d ih) 1) ((s k ax n) 0) ((t eh n t s) 1))) +("discontinuance" nil (((d ih) 1) ((s k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ax n s) 0))) +("discontinuation" nil (((d ih) 1) ((s k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ey) 1) ((sh ax n) 0))) +("discontinue" nil (((d ih) 0) ((s k ax n) 0) ((t ih) 1) ((n y uw) 0))) +("discontinued" nil (((d ih) 0) ((s k ax n) 0) ((t ih) 1) ((n y uw d) 0))) +("discontinuing" nil (((d ih) 0) ((s k ax n) 0) ((t ih) 1) ((n y uw) 0) ((ih ng) 0))) +("discord" nil (((d ih) 1) ((s k ao r d) 0))) +("discordant" nil (((d ih) 0) ((s k ao r) 1) ((d ax n t) 0))) +("discos" nil (((d ih) 1) ((s k ow z) 0))) +("discotheque" nil (((d ih) 1) ((s k ow) 0) ((t eh k) 1))) +("discount" n (((d ih) 1) ((s k aw n t) 0))) +("discount" v (((d ih) 0) ((s k aw n t) 1))) +("discountable" nil (((d ih) 1) ((s k aw n) 1) ((t ax) 0) ((b ax l) 0))) +("discounted" nil (((d ih) 1) ((s k aw n) 1) ((t ih d) 0))) +("discounter" nil (((d ih) 1) ((s k aw n) 1) ((t er) 0))) +("discounters" nil (((d ih) 0) ((s k aw n) 1) ((t er z) 0))) +("discounting" nil (((d ih) 1) ((s k aw n) 1) ((t ih ng) 0))) +("discounts" n (((d ih) 1) ((s k aw n t s) 0))) +("discounts" v (((d ih) 0) ((s k aw n t s) 1))) +("discourage" nil (((d ih) 0) ((s k er) 1) ((ih jh) 0))) +("discouraged" nil (((d ih) 0) ((s k er) 1) ((ax jh d) 0))) +("discouragement" nil (((d ih) 0) ((s k er) 1) ((ih jh) 0) ((m ax n t) 0))) +("discourages" nil (((d ih) 0) ((s k er) 1) ((ih) 0) ((jh ih z) 0))) +("discouraging" nil (((d ih) 0) ((s k er) 1) ((ax) 0) ((jh ih ng) 0))) +("discourse" nil (((d ih) 1) ((s k ao r s) 0))) +("discourses" nil (((d ih) 0) ((s k ao r) 1) ((s ih z) 0))) +("discover" nil (((d ih) 0) ((s k ah) 1) ((v er) 0))) +("discovered" nil (((d ih) 0) ((s k ah) 1) ((v er d) 0))) +("discoveries" nil (((d ih) 0) ((s k ah) 1) ((v er) 0) ((iy z) 0))) +("discovering" nil (((d ih) 0) ((s k ah) 1) ((v er) 0) ((ih ng) 0))) +("discovers" nil (((d ih) 0) ((s k ah) 1) ((v er z) 0))) +("discovery" nil (((d ih) 0) ((s k ah) 1) ((v er) 0) ((iy) 0))) +("discredit" nil (((d ih) 0) ((s k r eh) 1) ((d ax t) 0))) +("discredited" nil (((d ih) 0) ((s k r eh) 1) ((d ih) 0) ((t ih d) 0))) +("discrediting" nil (((d ih) 0) ((s k r eh) 1) ((d ax) 0) ((t ih ng) 0))) +("discredits" nil (((d ih) 0) ((s k r eh) 1) ((d ax t s) 0))) +("discreet" nil (((d ih) 0) ((s k r iy t) 1))) +("discreetly" nil (((d ih) 0) ((s k r iy t) 1) ((l iy) 0))) +("discrepancies" nil (((d ih) 0) ((s k r eh) 1) ((p ax n) 0) ((s iy z) 0))) +("discrepancy" nil (((d ih) 0) ((s k r eh) 1) ((p ax n) 0) ((s iy) 0))) +("discrete" nil (((d ih) 0) ((s k r iy t) 1))) +("discretion" nil (((d ih) 0) ((s k r eh) 1) ((sh ax n) 0))) +("discretionary" nil (((d ih) 0) ((s k r eh) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("discriminate" nil (((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ey t) 1))) +("discriminated" nil (((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("discriminates" nil (((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ey t s) 1))) +("discriminating" nil (((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("discrimination" nil (((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("discriminatory" nil (((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ax) 0) ((t ao) 1) ((r iy) 0))) +("discs" nil (((d ih s k s) 1))) +("discursive" nil (((d ih) 0) ((s k er) 1) ((s ih v) 0))) +("discus" nil (((d ih) 1) ((s k ax s) 0))) +("discuss" nil (((d ih) 0) ((s k ah s) 1))) +("discussed" nil (((d ih) 0) ((s k ah s t) 1))) +("discusses" nil (((d ih) 0) ((s k ah) 1) ((s ax z) 0))) +("discussing" nil (((d ih) 0) ((s k ah) 1) ((s ih ng) 0))) +("discussion" nil (((d ih) 0) ((s k ah) 1) ((sh ax n) 0))) +("discussions" nil (((d ih) 0) ((s k ah) 1) ((sh ax n z) 0))) +("disdain" nil (((d ih s) 0) ((d ey n) 1))) +("disdained" nil (((d ih s) 0) ((d ey n d) 1))) +("disdainful" nil (((d ih s) 0) ((d ey n) 1) ((f ax l) 0))) +("disdaining" nil (((d ih s) 0) ((d ey) 1) ((n ih ng) 0))) +("disdains" nil (((d ih s) 0) ((d ey n z) 1))) +("dise" nil (((d ay s) 1))) +("disease" nil (((d ih) 0) ((z iy z) 1))) +("diseased" nil (((d ih) 0) ((z iy z d) 1))) +("diseases" nil (((d ih) 0) ((z iy) 1) ((z ax z) 0))) +("disembarkation" nil (((d ih) 0) ((s eh m) 1) ((b aa r) 0) ((k ey) 1) ((sh ax n) 0))) +("disembodied" nil (((d ih) 0) ((s ih) 0) ((b aa) 1) ((d iy d) 0))) +("disenchanted" nil (((d ih) 0) ((s ih n) 0) ((ch ae n) 1) ((t ih d) 0))) +("disenchantment" nil (((d ih) 0) ((s ih n) 0) ((ch ae n t) 1) ((m ax n t) 0))) +("disenfranchise" nil (((d ih) 0) ((s ih n) 0) ((f r ae n) 1) ((ch ay z) 1))) +("disenfranchised" nil (((d ih) 0) ((s ih n) 0) ((f r ae n) 1) ((ch ay z d) 1))) +("disenfranchisement" nil (((d ih) 0) ((s ih n) 0) ((f r ae n) 1) ((ch ay z) 1) ((m ax n t) 0))) +("disengage" nil (((d ih) 0) ((s ih n) 0) ((g ey jh) 1))) +("disengaged" nil (((d ih) 0) ((s ih n) 0) ((g ey jh d) 1))) +("disengagement" nil (((d ih) 0) ((s ih n) 0) ((g ey jh) 1) ((m ax n t) 0))) +("disengaging" nil (((d ih) 0) ((s ih n) 0) ((g ey) 1) ((jh ih ng) 0))) +("disentangle" nil (((d ih) 1) ((s ax n) 0) ((t ae ng) 1) ((g ax l) 0))) +("disequilibrium" nil (((d ih) 0) ((s iy) 1) ((k w ax) 0) ((l ih) 1) ((b r iy) 0) ((ax m) 0))) +("dIsere" n (((d iy) 0) ((s eh) 1) ((r iy) 0))) +("disestablishment" nil (((d ih) 0) ((s ih) 0) ((s t ae) 1) ((b l ih) 0) ((sh m ax n t) 0))) +("disfavor" nil (((d ih) 0) ((s f ey) 1) ((v er) 0))) +("disfigure" nil (((d ih) 0) ((s f ih) 1) ((g y er) 0))) +("disfigured" nil (((d ih) 0) ((s f ih) 1) ((g y er d) 0))) +("disfiguring" nil (((d ih) 0) ((s f ih) 1) ((g y er) 0) ((ih ng) 0))) +("disgorge" nil (((d ih s) 0) ((g ao r jh) 1))) +("disgorged" nil (((d ih s) 0) ((g ao r jh d) 1))) +("disgorgement" nil (((d ih s) 0) ((g ao r jh) 1) ((m ax n t) 0))) +("disgrace" nil (((d ih s) 0) ((g r ey s) 1))) +("disgraced" nil (((d ih s) 0) ((g r ey s t) 1))) +("disgraceful" nil (((d ih s) 0) ((g r ey) 1) ((s f ax l) 0))) +("disgruntled" nil (((d ih s) 0) ((g r ah n) 1) ((t ax l d) 0))) +("disgruntlement" nil (((d ih s) 0) ((g r ah n) 1) ((t ax l) 0) ((m ax n t) 0))) +("disgruntling" nil (((d ih s) 0) ((g r ah n) 1) ((t ax) 0) ((l ih ng) 0))) +("disguise" nil (((d ih s) 0) ((g ay z) 1))) +("disguised" nil (((d ih s) 0) ((g ay z d) 1))) +("disguises" nil (((d ih s) 0) ((g ay) 1) ((z ih z) 0))) +("disguising" nil (((d ih s) 0) ((g ay) 1) ((z ih ng) 0))) +("disgust" nil (((d ih s) 0) ((g ah s t) 1))) +("disgusted" nil (((d ih s) 0) ((g ah) 1) ((s t ax d) 0))) +("disgusting" nil (((d ih s) 0) ((g ah) 1) ((s t ih ng) 0))) +("disgusts" nil (((d ih s) 0) ((g ah s t s) 1))) +("dish" nil (((d ih sh) 1))) +("disharmony" nil (((d ih s) 0) ((hh aa r) 1) ((m ax) 0) ((n iy) 0))) +("disharoon" nil (((d ih) 0) ((sh er) 0) ((uw n) 1))) +("dishaw" nil (((d ih) 1) ((sh ao) 1))) +("disheartened" nil (((d ih s) 0) ((hh aa r) 1) ((t ax n d) 0))) +("disheartening" nil (((d ih s) 0) ((hh aa r) 1) ((t ax) 0) ((n ih ng) 0))) +("dished" nil (((d ih sh t) 1))) +("disher" nil (((d ih) 1) ((sh er) 0))) +("dishes" nil (((d ih) 1) ((sh ax z) 0))) +("disheveled" nil (((d ih) 0) ((sh eh) 1) ((v ax l d) 0))) +("dishing" nil (((d ih) 1) ((sh ih ng) 0))) +("dishman" nil (((d ih) 1) ((sh m ax n) 0))) +("dishner" nil (((d ih) 1) ((sh n er) 0))) +("dishon" nil (((d ih) 1) ((s ax n) 0))) +("dishonest" nil (((d ih) 0) ((s aa) 1) ((n ax s t) 0))) +("dishonestly" nil (((d ih) 0) ((s ao) 1) ((n ax s t) 0) ((l iy) 0))) +("dishonesty" nil (((d ih) 0) ((s aa) 1) ((n ax) 0) ((s t iy) 0))) +("dishong" nil (((d ih) 1) ((s ao ng) 0))) +("dishonor" nil (((d ih) 0) ((s aa) 1) ((n er) 0))) +("dishonorable" nil (((d ih) 0) ((s aa) 1) ((n er) 0) ((ax) 0) ((b ax l) 0))) +("dishwasher" nil (((d ih) 1) ((sh w aa) 1) ((sh er) 0))) +("dishwashers" nil (((d ih) 1) ((sh w aa) 1) ((sh er z) 0))) +("dishwashing" nil (((d ih) 1) ((sh w aa) 1) ((sh ih ng) 0))) +("disillusion" nil (((d ih) 1) ((s ih) 0) ((l uw) 1) ((zh ax n) 0))) +("disillusioned" nil (((d ih) 1) ((s ih) 0) ((l uw) 1) ((zh ax n d) 0))) +("disillusioning" nil (((d ih) 1) ((s ih) 0) ((l uw) 1) ((zh ax) 0) ((n ih ng) 0))) +("disillusionment" nil (((d ih) 1) ((s ih) 0) ((l uw) 1) ((zh ax n) 0) ((m ax n t) 0))) +("disilvestro" nil (((d ih) 0) ((s iy l) 0) ((v eh) 1) ((s t r ow) 0))) +("disimone" nil (((d ih) 0) ((s iy) 0) ((m ow) 1) ((n iy) 0))) +("disincentive" nil (((d ih) 1) ((s ih n) 0) ((s eh n) 1) ((t ih v) 0))) +("disincentives" nil (((d ih) 1) ((s ih n) 0) ((s eh n) 1) ((t ih v z) 0))) +("disinclination" nil (((d ih) 0) ((s ih n) 0) ((k l ax) 0) ((n ey) 1) ((sh ax n) 0))) +("disinclined" nil (((d ih) 1) ((s ih n) 0) ((k l ay n d) 1))) +("disinfectant" nil (((d ih) 0) ((s ih n) 0) ((f eh k) 1) ((t ax n t) 0))) +("disinfectants" nil (((d ih) 0) ((s ih n) 0) ((f eh k) 1) ((t ax n t s) 0))) +("disinfection" nil (((d ih) 0) ((s ih n) 0) ((f eh k) 1) ((sh ax n) 0))) +("disinflation" nil (((d ih) 1) ((s ih n) 0) ((f l ey) 1) ((sh ax n) 0))) +("disinflationary" nil (((d ih) 1) ((s ih n) 0) ((f l ey) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("disinformation" nil (((d ih) 0) ((z ih n) 1) ((f er) 0) ((m ey) 1) ((sh ax n) 0))) +("disingenuous" nil (((d ih) 0) ((s ih n) 0) ((jh eh) 1) ((n y uw) 0) ((ax s) 0))) +("disingenuousness" nil (((d ih) 1) ((s ih n) 0) ((jh eh) 1) ((n y uw) 0) ((ax) 0) ((s n ax s) 0))) +("disintegrate" nil (((d ih) 0) ((s ih n) 1) ((t ax) 0) ((g r ey t) 1))) +("disintegrated" nil (((d ih) 0) ((s ih n) 1) ((t ax) 0) ((g r ey) 1) ((t ih d) 0))) +("disintegrates" nil (((d ih) 0) ((s ih n) 1) ((t ax) 0) ((g r ey t s) 1))) +("disintegrating" nil (((d ih) 0) ((s ih n) 1) ((t ax) 0) ((g r ey) 1) ((t ih ng) 0))) +("disintegration" nil (((d ih) 0) ((s ih n) 1) ((t ax) 0) ((g r ey) 1) ((sh ax n) 0))) +("disinterest" nil (((d ih) 0) ((s ih n) 1) ((t er) 0) ((ax s t) 0))) +("disinterested" nil (((d ih) 0) ((s ih n) 1) ((t r ih) 0) ((s t ih d) 0))) +("disinvestment" nil (((d ih) 0) ((s ih n) 0) ((v eh s t) 1) ((m ax n t) 0))) +("disjointed" nil (((d ih s) 0) ((jh oy n) 1) ((t ih d) 0))) +("disk" nil (((d ih s k) 1))) +("diskette" nil (((d ih) 0) ((s k eh t) 1))) +("diskettes" nil (((d ih) 0) ((s k eh t s) 1))) +("diskin" nil (((d ih) 1) ((s k ih n) 0))) +("diskless" nil (((d ih) 1) ((s k l ax s) 0))) +("disks" nil (((d ih s k s) 1))) +("dislike" nil (((d ih) 0) ((s l ay k) 1))) +("disliked" nil (((d ih) 0) ((s l ay k t) 1))) +("dislikes" nil (((d ih) 0) ((s l ay k s) 1))) +("dislocated" nil (((d ih) 1) ((s l ow) 0) ((k ey) 0) ((t ih d) 0))) +("dislocation" nil (((d ih) 0) ((s l ow) 1) ((k ey) 1) ((sh ax n) 0))) +("dislocations" nil (((d ih) 0) ((s l ow) 1) ((k ey) 1) ((sh ax n z) 0))) +("dislodge" nil (((d ih) 0) ((s l aa jh) 1))) +("dislodged" nil (((d ih) 0) ((s l aa jh d) 1))) +("dislodging" nil (((d ih) 0) ((s l aa) 1) ((jh ih ng) 0))) +("disloyal" nil (((d ih) 0) ((s l oy) 1) ((ax l) 0))) +("disloyalty" nil (((d ih) 0) ((s l oy) 1) ((ax l) 0) ((t iy) 0))) +("dismal" nil (((d ih z) 1) ((m ax l) 0))) +("dismally" nil (((d ih z) 1) ((m ax) 0) ((l iy) 0))) +("dismantle" nil (((d ih) 0) ((s m ae n) 1) ((t ax l) 0))) +("dismantled" nil (((d ih) 0) ((s m ae n) 1) ((t ax l d) 0))) +("dismantlement" nil (((d ih) 0) ((s m ae n) 1) ((t ax l) 0) ((m ax n t) 0))) +("dismantles" nil (((d ih) 0) ((s m ae n) 1) ((t ax l z) 0))) +("dismantling" nil (((d ih) 0) ((s m ae n) 1) ((t ax) 0) ((l ih ng) 0))) +("dismay" nil (((d ih) 0) ((s m ey) 1))) +("dismayed" nil (((d ih) 0) ((s m ey d) 1))) +("dismaying" nil (((d ih) 0) ((s m ey) 1) ((ih ng) 0))) +("dismays" nil (((d ih) 0) ((s m ey z) 1))) +("dismember" nil (((d ih) 0) ((s m eh m) 1) ((b er) 0))) +("dismembered" nil (((d ih) 0) ((s m eh m) 1) ((b er d) 0))) +("dismembering" nil (((d ih) 0) ((s m eh m) 1) ((b er) 0) ((ih ng) 0))) +("dismemberment" nil (((d ih) 0) ((s m eh m) 1) ((b er) 0) ((m ax n t) 0))) +("dismiss" nil (((d ih) 0) ((s m ih s) 1))) +("dismissal" nil (((d ih) 0) ((s m ih) 1) ((s ax l) 0))) +("dismissals" nil (((d ih) 0) ((s m ih) 1) ((s ax l z) 0))) +("dismissed" nil (((d ih) 0) ((s m ih s t) 1))) +("dismisses" nil (((d ih) 0) ((s m ih) 1) ((s ih z) 0))) +("dismissing" nil (((d ih) 0) ((s m ih) 1) ((s ih ng) 0))) +("dismissive" nil (((d ih) 0) ((s m ih) 1) ((s ih v) 0))) +("dismore" nil (((d ih) 1) ((s m ao r) 0))) +("dismuke" nil (((d ih s) 1) ((m y uw k) 0))) +("dismukes" nil (((d ih s) 1) ((m y uw k s) 0))) +("dismutase" nil (((d ih s) 1) ((m y uw) 0) ((t ey z) 1))) +("disney" nil (((d ih z) 1) ((n iy) 0))) +("Disneyesque" n (((d ih z) 1) ((n ey) 0) ((eh s k) 1))) +("disneyland" nil (((d ih z) 1) ((n iy) 0) ((l ae n d) 1))) +("disobedience" nil (((d ih) 1) ((s ax) 0) ((b iy) 1) ((d iy) 0) ((ax n s) 0))) +("disobey" nil (((d ih) 1) ((s ax) 0) ((b ey) 1))) +("disobeyed" nil (((d ih) 1) ((s ow) 0) ((b ey d) 1))) +("dison" nil (((d ih) 1) ((s ax n) 0))) +("disorder" nil (((d ih) 0) ((s ao r) 1) ((d er) 0))) +("disorderly" nil (((d ih) 0) ((s ao r) 1) ((d er) 0) ((l iy) 0))) +("disorders" nil (((d ih) 0) ((s ao r) 1) ((d er z) 0))) +("disorganization" nil (((d ih) 0) ((s ao r) 1) ((g ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("disorganized" nil (((d ih) 0) ((s ao r) 1) ((g ax) 0) ((n ay z d) 1))) +("disorient" nil (((d ih) 0) ((s ao) 1) ((r iy) 0) ((eh n t) 1))) +("disorientation" nil (((d ih) 0) ((s ao) 1) ((r iy) 0) ((ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("disoriented" nil (((d ih) 0) ((s ao) 1) ((r iy) 0) ((eh n) 1) ((t ih d) 0))) +("disorienting" nil (((d ih) 0) ((s ao) 1) ((r iy) 0) ((eh n) 1) ((t ih ng) 0))) +("disowned" nil (((d ih) 0) ((s ow n d) 1))) +("dispair" nil (((d ih) 0) ((s p eh r) 1))) +("disparage" nil (((d ih) 0) ((s p eh) 1) ((r ih jh) 0))) +("disparaged" nil (((d ih) 0) ((s p eh) 1) ((r ih jh d) 0))) +("disparages" nil (((d ih) 0) ((s p eh) 1) ((r ih) 0) ((jh ih z) 0))) +("disparaging" nil (((d ih) 0) ((s p eh) 1) ((r ih) 0) ((jh ih ng) 0))) +("disparagingly" nil (((d ih) 0) ((s p eh) 1) ((r ih) 0) ((jh ih ng) 0) ((l iy) 0))) +("disparate" nil (((d ih) 1) ((s p er) 0) ((ih t) 0))) +("disparities" nil (((d ih) 0) ((s p eh) 1) ((r ax) 0) ((t iy z) 0))) +("disparity" nil (((d ih) 0) ((s p eh) 1) ((r ax) 0) ((t iy) 0))) +("dispassionate" nil (((d ih) 0) ((s p ae) 1) ((sh ax) 0) ((n ax t) 0))) +("dispassionately" nil (((d ih) 0) ((s p ae) 1) ((sh ax) 0) ((n ax t) 0) ((l iy) 0))) +("dispatch" nil (((d ih) 0) ((s p ae ch) 1))) +("dispatched" nil (((d ih) 0) ((s p ae ch t) 1))) +("dispatcher" nil (((d ih) 0) ((s p ae) 1) ((ch er) 0))) +("dispatchers" nil (((d ih) 0) ((s p ae) 1) ((ch er z) 0))) +("dispatches" nil (((d ih) 0) ((s p ae) 1) ((ch ih z) 0))) +("dispatching" nil (((d ih) 0) ((s p ae) 1) ((ch ih ng) 0))) +("dispel" nil (((d ih) 0) ((s p eh l) 1))) +("dispell" nil (((d ih) 0) ((s p eh l) 1))) +("dispelled" nil (((d ih) 0) ((s p eh l d) 1))) +("dispelling" nil (((d ih) 0) ((s p eh) 1) ((l ih ng) 0))) +("dispels" nil (((d ih) 0) ((s p eh l z) 1))) +("dispensable" nil (((d ih) 0) ((s p eh n) 1) ((s ax) 0) ((b ax l) 0))) +("dispensation" nil (((d ih) 1) ((s p ax n) 0) ((s ey) 1) ((sh ax n) 0))) +("dispense" nil (((d ih) 0) ((s p eh n s) 1))) +("dispensed" nil (((d ih) 0) ((s p eh n s t) 1))) +("dispenser" nil (((d ih) 0) ((s p eh n) 1) ((s er) 0))) +("dispensers" nil (((d ih) 0) ((s p eh n) 1) ((s er z) 0))) +("dispenses" nil (((d ih) 0) ((s p eh n) 1) ((s ih z) 0))) +("dispensing" nil (((d ih) 0) ((s p eh n) 1) ((s ih ng) 0))) +("dispenza" nil (((d ih) 0) ((s p eh n) 1) ((z ax) 0))) +("dispersal" nil (((d ih) 0) ((s p er) 1) ((s ax l) 0))) +("dispersant" nil (((d ih) 1) ((s p er) 1) ((s ax n t) 0))) +("dispersants" nil (((d ih) 1) ((s p er) 1) ((s ax n t s) 0))) +("disperse" nil (((d ih) 0) ((s p er s) 1))) +("dispersed" nil (((d ih) 0) ((s p er s t) 1))) +("dispersing" nil (((d ih) 0) ((s p er) 1) ((s ih ng) 0))) +("dispersion" nil (((d ih) 0) ((s p er) 1) ((zh ax n) 0))) +("dispersive" nil (((d ih) 0) ((s p er) 1) ((z ih v) 0))) +("dispirited" nil (((d ih) 0) ((s p ih) 1) ((r ax) 0) ((t ih d) 0))) +("dispiriting" nil (((d ih) 0) ((s p ih) 1) ((r ih) 0) ((t ih ng) 0))) +("displace" nil (((d ih) 0) ((s p l ey s) 1))) +("displaced" nil (((d ih) 0) ((s p l ey s t) 1))) +("displacement" nil (((d ih) 0) ((s p l ey) 1) ((s m ax n t) 0))) +("displacements" nil (((d ih) 0) ((s p l ey) 1) ((s m ax n t s) 0))) +("displaces" nil (((d ih) 0) ((s p l ey) 1) ((s ih z) 0))) +("displacing" nil (((d ih) 0) ((s p l ey) 1) ((s ih ng) 0))) +("display" nil (((d ih) 0) ((s p l ey) 1))) +("displayed" nil (((d ih) 0) ((s p l ey d) 1))) +("displaying" nil (((d ih) 0) ((s p l ey) 1) ((ih ng) 0))) +("displays" nil (((d ih) 0) ((s p l ey z) 1))) +("displaywrite" nil (((d ih) 0) ((s p l ey) 1) ((r ay t) 1))) +("displease" nil (((d ih) 0) ((s p l iy z) 1))) +("displeased" nil (((d ih) 0) ((s p l iy z d) 1))) +("displeasure" nil (((d ih) 0) ((s p l eh) 1) ((zh er) 0))) +("disposable" nil (((d ih) 0) ((s p ow) 1) ((z ax) 0) ((b ax l) 0))) +("disposables" nil (((d ih) 0) ((s p ow) 1) ((z ax) 0) ((b ax l z) 0))) +("disposal" nil (((d ih) 0) ((s p ow) 1) ((z ax l) 0))) +("disposals" nil (((d ih) 0) ((s p ow) 1) ((z ax l z) 0))) +("dispose" nil (((d ih) 0) ((s p ow z) 1))) +("disposed" nil (((d ih) 0) ((s p ow z d) 1))) +("disposer" nil (((d ih) 0) ((s p ow) 1) ((z er) 0))) +("disposes" nil (((d ih) 0) ((s p ow) 1) ((z ih z) 0))) +("disposing" nil (((d ih) 0) ((s p ow) 1) ((z ih ng) 0))) +("disposition" nil (((d ih) 1) ((s p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("dispositions" nil (((d ih) 1) ((s p ax) 0) ((z ih) 1) ((sh ax n z) 0))) +("dispossessed" nil (((d ih) 1) ((s p ax) 0) ((z eh s t) 1))) +("disproportionate" nil (((d ih) 1) ((s p r ax) 0) ((p ao r) 1) ((sh ax) 0) ((n ih t) 0))) +("disproportionately" nil (((d ih) 1) ((s p r ax) 0) ((p ao r) 1) ((sh ax) 0) ((n ax t) 0) ((l iy) 0))) +("disprove" nil (((d ih) 0) ((s p r uw v) 1))) +("disproved" nil (((d ih) 0) ((s p r uw v d) 1))) +("disproves" nil (((d ih) 0) ((s p r uw v z) 1))) +("disputation" nil (((d ih) 0) ((s p y uw) 1) ((t ey) 1) ((sh ax n) 0))) +("dispute" nil (((d ih) 0) ((s p y uw t) 1))) +("disputed" nil (((d ih) 0) ((s p y uw) 1) ((t ax d) 0))) +("disputes" nil (((d ih) 0) ((s p y uw t s) 1))) +("disputing" nil (((d ih) 0) ((s p y uw) 1) ((t ih ng) 0))) +("disqualification" nil (((d ih) 0) ((s k w aa) 1) ((l ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("disqualified" nil (((d ih) 0) ((s k w aa) 1) ((l ax) 0) ((f ay d) 1))) +("disqualifies" nil (((d ih) 0) ((s k w aa) 1) ((l ax) 0) ((f ay z) 1))) +("disqualify" nil (((d ih) 0) ((s k w aa) 1) ((l ax) 0) ((f ay) 1))) +("disqualifying" nil (((d ih) 0) ((s k w aa) 1) ((l ax) 0) ((f ay) 1) ((ih ng) 0))) +("disque" nil (((d ih s k) 1))) +("disquiet" nil (((d ih) 0) ((s k w ay) 1) ((ax t) 0))) +("disquieting" nil (((d ih) 0) ((s k w ay) 1) ((ax) 0) ((t ih ng) 0))) +("disraeli" nil (((d ih z) 0) ((r ey) 1) ((l iy) 0))) +("disregard" nil (((d ih) 1) ((s r ih) 0) ((g aa r d) 1))) +("disregarded" nil (((d ih) 1) ((s r ih) 0) ((g aa r) 1) ((d ih d) 0))) +("disregarding" nil (((d ih) 1) ((s r ih) 0) ((g aa r) 1) ((d ih ng) 0))) +("disregards" nil (((d ih) 1) ((s r ih) 0) ((g aa r d z) 1))) +("disrepair" nil (((d ih) 1) ((s r ih) 0) ((p eh r) 1))) +("disreputable" nil (((d ih) 0) ((s r eh) 1) ((p y ax) 0) ((t ax) 0) ((b ax l) 0))) +("disrepute" nil (((d ih) 1) ((s r ih) 0) ((p y uw t) 1))) +("disrespect" nil (((d ih) 1) ((s r ih) 0) ((s p eh k t) 1))) +("disrespected" nil (((d ih) 1) ((s r ih) 0) ((s p eh k) 1) ((t ih d) 0))) +("disrespectful" nil (((d ih) 1) ((s r ih) 0) ((s p eh k t) 1) ((f ax l) 0))) +("disrespecting" nil (((d ih) 1) ((s r ih) 0) ((s p eh k) 1) ((t ih ng) 0))) +("disrespects" nil (((d ih) 1) ((s r ih) 0) ((s p eh k t s) 1))) +("disrupt" nil (((d ih) 0) ((s r ah p t) 1))) +("disrupted" nil (((d ih) 0) ((s r ah p) 1) ((t ih d) 0))) +("disrupting" nil (((d ih) 0) ((s r ah p) 1) ((t ih ng) 0))) +("disruption" nil (((d ih) 0) ((s r ah p) 1) ((sh ax n) 0))) +("disruptions" nil (((d ih) 0) ((s r ah p) 1) ((sh ax n z) 0))) +("disruptive" nil (((d ih) 0) ((s r ah p) 1) ((t ih v) 0))) +("disrupts" nil (((d ih) 0) ((s r ah p t s) 1))) +("diss" nil (((d ih s) 1))) +("dissatisfaction" nil (((d ih) 1) ((s ae) 0) ((t ih) 0) ((s f ae k) 1) ((sh ax n) 0))) +("dissatisfied" nil (((d ih) 0) ((s ae) 1) ((t ax) 0) ((s f ay d) 1))) +("dissect" nil (((d ay) 0) ((s eh k t) 1))) +("dissected" nil (((d ay) 0) ((s eh k) 1) ((t ax d) 0))) +("dissecting" nil (((d ay) 0) ((s eh k) 1) ((t ih ng) 0))) +("dissection" nil (((d ay) 0) ((s eh k) 1) ((sh ax n) 0))) +("dissections" nil (((d ay) 0) ((s eh k) 1) ((sh ax n z) 0))) +("dissects" nil (((d ay) 0) ((s eh k t s) 1))) +("disseminate" nil (((d ih) 0) ((s eh) 1) ((m ax) 0) ((n ey t) 1))) +("disseminated" nil (((d ih) 0) ((s eh) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("disseminating" nil (((d ih) 0) ((s eh) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("dissemination" nil (((d ih) 0) ((s eh) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("dissension" nil (((d ih) 0) ((s eh n) 1) ((sh ax n) 0))) +("dissent" nil (((d ih) 0) ((s eh n t) 1))) +("dissented" nil (((d ih) 0) ((s eh n) 1) ((t ih d) 0))) +("dissenter" nil (((d ih) 0) ((s eh n) 1) ((t er) 0))) +("dissenters" nil (((d ih) 0) ((s eh n) 1) ((t er z) 0))) +("dissenting" nil (((d ih) 0) ((s eh n) 1) ((t ih ng) 0))) +("dissents" nil (((d ih) 0) ((s eh n t s) 1))) +("dissertation" nil (((d ih) 1) ((s er) 0) ((t ey) 1) ((sh ax n) 0))) +("disservice" nil (((d ih s) 0) ((s er) 1) ((v ax s) 0))) +("dissidence" nil (((d ih) 1) ((s ax) 0) ((d ih n s) 0))) +("dissident" nil (((d ih) 1) ((s ax) 0) ((d ih n t) 0))) +("dissidents" nil (((d ih) 1) ((s ax) 0) ((d ax n t s) 0))) +("dissimilar" nil (((d ih s) 0) ((s ih) 1) ((m ax) 0) ((l er) 0))) +("dissimilarity" nil (((d ih s) 0) ((s ih) 1) ((m ax) 0) ((l ae) 1) ((r ax) 0) ((t iy) 0))) +("dissinger" nil (((d ih) 1) ((s ih n) 0) ((jh er) 0))) +("dissipate" nil (((d ih) 1) ((s ax) 0) ((p ey t) 1))) +("dissipated" nil (((d ih) 1) ((s ax) 0) ((p ey) 1) ((t ih d) 0))) +("dissipates" nil (((d ih) 1) ((s ax) 0) ((p ey t s) 1))) +("dissipating" nil (((d ih) 1) ((s ax) 0) ((p ey) 1) ((t ih ng) 0))) +("dissipation" nil (((d ih) 1) ((s ih) 0) ((p ey) 1) ((sh ax n) 0))) +("dissipative" nil (((d ih) 1) ((s ax) 0) ((p ey) 1) ((t ih v) 0))) +("dissociate" nil (((d ih) 0) ((s ow) 1) ((s iy) 0) ((ey t) 0))) +("dissociation" nil (((d ih) 0) ((s ow) 1) ((s iy) 0) ((ey) 1) ((sh ax n) 0))) +("dissolute" n (((d ih) 1) ((s ax) 0) ((l uw t) 0))) +("dissolution" nil (((d ih) 1) ((s ax) 0) ((l uw) 1) ((sh ax n) 0))) +("dissolve" nil (((d ih) 0) ((z aa l v) 1))) +("dissolved" nil (((d ih) 0) ((z aa l v d) 1))) +("dissolver" nil (((d ih) 0) ((z aa l) 1) ((v er) 0))) +("dissolvers" nil (((d ih) 0) ((z aa l) 1) ((v er z) 0))) +("dissolves" nil (((d ih) 0) ((z aa l v z) 1))) +("dissolving" nil (((d ih) 0) ((z ao l) 1) ((v ih ng) 0))) +("dissonance" nil (((d ih) 1) ((s ax) 0) ((n ax n s) 0))) +("dissonant" nil (((d ih) 1) ((s ax) 0) ((n ax n t) 0))) +("dissuade" nil (((d ih) 0) ((s w ey d) 1))) +("dissuaded" nil (((d ih) 0) ((s w ey) 1) ((d ih d) 0))) +("dissymmetry" nil (((d ih) 0) ((s ih) 1) ((m ax) 0) ((t r iy) 0))) +("distad" nil (((d ih) 1) ((s t ax d) 0))) +("distal" nil (((d ih) 1) ((s t ax l) 0))) +("distance" nil (((d ih) 1) ((s t ax n s) 0))) +("distanced" nil (((d ih) 1) ((s t ax n s t) 0))) +("distances" nil (((d ih) 1) ((s t ax n) 0) ((s ax z) 0))) +("distancing" nil (((d ih) 1) ((s t ax n) 0) ((s ih ng) 0))) +("distant" nil (((d ih) 1) ((s t ax n t) 0))) +("distantly" n (((d ih) 1) ((s t ax n t) 0) ((l iy) 0))) +("distasi" nil (((d ih) 0) ((s t aa) 1) ((s iy) 0))) +("distasio" nil (((d ih) 0) ((s t aa) 1) ((s iy) 0) ((ow) 0))) +("distaste" nil (((d ih) 0) ((s t ey s t) 1))) +("distasteful" nil (((d ih) 0) ((s t ey s t) 1) ((f ax l) 0))) +("distefano" nil (((d ih) 0) ((s t eh) 0) ((f aa) 1) ((n ow) 0))) +("distel" nil (((d ih) 1) ((s t ax l) 0))) +("distemper" nil (((d ih) 0) ((s t eh m) 1) ((p er) 0))) +("distended" nil (((d ih) 0) ((s t eh n) 1) ((d ih d) 0))) +("distill" nil (((d ih) 0) ((s t ih l) 1))) +("distillate" nil (((d ih) 1) ((s t ax) 0) ((l ey t) 1))) +("distillates" nil (((d ih) 1) ((s t ih) 0) ((l ey t s) 1))) +("distillation" nil (((d ih) 1) ((s t ih) 0) ((l ey) 1) ((sh ax n) 0))) +("distilled" nil (((d ih) 0) ((s t ih l d) 1))) +("distiller" nil (((d ih) 0) ((s t ih) 1) ((l er) 0))) +("distilleries" nil (((d ih) 0) ((s t ih) 1) ((l er) 0) ((iy z) 0))) +("distillers" nil (((d ih) 0) ((s t ih) 1) ((l er z) 0))) +("distillery" nil (((d ih) 0) ((s t ih) 1) ((l er) 0) ((iy) 0))) +("distilling" nil (((d ih) 0) ((s t ih) 1) ((l ih ng) 0))) +("distills" nil (((d ih) 0) ((s t ih l z) 1))) +("distinct" nil (((d ih) 0) ((s t ih ng k t) 1))) +("distinction" nil (((d ih) 0) ((s t ih ng k) 1) ((sh ax n) 0))) +("distinctions" nil (((d ih) 0) ((s t ih ng k) 1) ((sh ax n z) 0))) +("distinctive" nil (((d ih) 0) ((s t ih ng k) 1) ((t ih v) 0))) +("distinctively" nil (((d ih) 0) ((s t ih ng k) 1) ((t ih) 0) ((v l iy) 0))) +("distinctiveness" nil (((d ih) 0) ((s t ih ng k) 1) ((t ih v) 0) ((n ax s) 0))) +("distinctly" nil (((d ih) 0) ((s t ih ng k t) 1) ((l iy) 0))) +("distinguish" nil (((d ih) 0) ((s t ih ng) 1) ((g w ih sh) 0))) +("distinguishable" nil (((d ih) 0) ((s t ih ng) 1) ((g w ih) 0) ((sh ax) 0) ((b ax l) 0))) +("distinguished" nil (((d ih) 0) ((s t ih ng) 1) ((g w ih sh t) 0))) +("distinguishes" nil (((d ih) 0) ((s t ih ng) 1) ((g w ih) 0) ((sh ih z) 0))) +("distinguishing" nil (((d ih) 0) ((s t ih ng) 1) ((g w ih) 0) ((sh ih ng) 0))) +("distler" nil (((d ih s t) 1) ((l er) 0))) +("distort" nil (((d ih) 0) ((s t ao r t) 1))) +("distorted" nil (((d ih) 0) ((s t ao r) 1) ((t ax d) 0))) +("distorting" nil (((d ih) 0) ((s t ao r) 1) ((t ih ng) 0))) +("distortion" nil (((d ih) 0) ((s t ao r) 1) ((sh ax n) 0))) +("distortions" nil (((d ih) 0) ((s t ao r) 1) ((sh ax n z) 0))) +("distorts" nil (((d ih) 0) ((s t ao r t s) 1))) +("distract" nil (((d ih) 0) ((s t r ae k t) 1))) +("distracted" nil (((d ih) 0) ((s t r ae k) 1) ((t ax d) 0))) +("distracting" nil (((d ih) 0) ((s t r ae k) 1) ((t ih ng) 0))) +("distraction" nil (((d ih) 0) ((s t r ae k) 1) ((sh ax n) 0))) +("distractions" nil (((d ih) 0) ((s t r ae k) 1) ((sh ax n z) 0))) +("distracts" nil (((d ih) 0) ((s t r ae k t s) 1))) +("distraught" nil (((d ih) 0) ((s t r ao t) 1))) +("distress" nil (((d ih) 0) ((s t r eh s) 1))) +("distressed" nil (((d ih) 0) ((s t r eh s t) 1))) +("distresses" nil (((d ih) 0) ((s t r eh) 1) ((s ih z) 0))) +("distressing" nil (((d ih) 0) ((s t r eh) 1) ((s ih ng) 0))) +("distressingly" nil (((d ih) 0) ((s t r eh) 1) ((s ih ng) 0) ((l iy) 0))) +("distribute" nil (((d ih) 0) ((s t r ih) 1) ((b y uw t) 0))) +("distributed" nil (((d ih) 0) ((s t r ih) 1) ((b y ax) 0) ((t ax d) 0))) +("distributes" nil (((d ih) 0) ((s t r ih) 1) ((b y uw t s) 0))) +("distributing" nil (((d ih) 0) ((s t r ih) 1) ((b y uw) 0) ((t ih ng) 0))) +("distribution" nil (((d ih) 1) ((s t r ax) 0) ((b y uw) 1) ((sh ax n) 0))) +("distributions" nil (((d ih) 1) ((s t r ax) 0) ((b y uw) 1) ((sh ax n z) 0))) +("distributive" nil (((d ih) 0) ((s t r ih) 1) ((b y uw) 0) ((t ih v) 0))) +("distributor" nil (((d ih) 0) ((s t r ih) 1) ((b y ax) 0) ((t er) 0))) +("distributors" nil (((d ih) 0) ((s t r ih) 1) ((b y ax) 0) ((t er z) 0))) +("distributorship" nil (((d ih) 0) ((s t r ih) 1) ((b y uw) 0) ((t er) 0) ((sh ih p) 1))) +("distributorships" nil (((d ih) 0) ((s t r ih) 1) ((b y uw) 0) ((t er) 0) ((sh ih p s) 1))) +("district" nil (((d ih) 1) ((s t r ih k t) 0))) +("districts" nil (((d ih) 1) ((s t r ih k t s) 0))) +("distrigas" nil (((d ih) 0) ((s t r iy) 1) ((g ax s) 0))) +("distron" nil (((d ih) 1) ((s t r aa n) 1))) +("distrust" nil (((d ih) 0) ((s t r ah s t) 1))) +("distrusted" nil (((d ih) 0) ((s t r ah) 1) ((s t ax d) 0))) +("distrustful" nil (((d ih) 0) ((s t r ah s t) 1) ((f ax l) 0))) +("distrusts" nil (((d ih) 0) ((s t r ah s t s) 1))) +("disturb" nil (((d ih) 0) ((s t er b) 1))) +("disturbance" nil (((d ih) 0) ((s t er) 1) ((b ax n s) 0))) +("disturbances" nil (((d ih) 0) ((s t er) 1) ((b ax n) 0) ((s ax z) 0))) +("disturbed" nil (((d ih) 0) ((s t er b d) 1))) +("disturbing" nil (((d ih) 0) ((s t er) 1) ((b ih ng) 0))) +("disturbingly" nil (((d ih) 0) ((s t er) 1) ((b ih ng) 0) ((l iy) 0))) +("disturbs" nil (((d ih) 0) ((s t er b z) 1))) +("disunion" nil (((d ih s) 0) ((y uw) 1) ((n y ax n) 0))) +("disunity" nil (((d ih s) 0) ((y uw) 1) ((n ax) 0) ((t iy) 0))) +("disuse" nil (((d ih s) 0) ((y uw s) 1))) +("ditch" nil (((d ih ch) 1))) +("ditched" nil (((d ih ch t) 1))) +("ditches" nil (((d ih) 1) ((ch ax z) 0))) +("ditching" nil (((d ih) 1) ((ch ih ng) 0))) +("dith" nil (((d ih th) 1))) +("dithering" nil (((d ih) 1) ((dh er) 0) ((ih ng) 0))) +("dithers" nil (((d ih) 1) ((dh er z) 0))) +("dithyramb" nil (((d ih) 1) ((th er) 0) ((ae m) 1))) +("ditka" nil (((d ih t) 1) ((k ax) 0))) +("ditlow" nil (((d ih t) 1) ((l ow) 0))) +("ditmars" nil (((d ih t) 1) ((m er z) 0))) +("ditmer" nil (((d ih t) 1) ((m er) 0))) +("ditmore" nil (((d ih t) 1) ((m ao r) 0))) +("ditomasso" nil (((d ih) 0) ((t ow) 0) ((m aa) 1) ((s ow) 0))) +("ditommaso" nil (((d ih) 0) ((t ow) 0) ((m aa) 1) ((s ow) 0))) +("dittberner" nil (((d ih t) 1) ((b er) 0) ((n er) 0))) +("dittemore" nil (((d ih) 0) ((t eh) 1) ((m ao r) 0))) +("ditter" nil (((d ih) 1) ((t er) 0))) +("ditties" nil (((d ih) 1) ((t iy z) 0))) +("dittman" nil (((d ih t) 1) ((m ax n) 0))) +("dittmann" nil (((d ih t) 1) ((m ax n) 0))) +("dittmar" nil (((d ih t) 1) ((m er) 0))) +("dittmer" nil (((d ih t) 1) ((m er) 0))) +("ditto" nil (((d ih) 1) ((t ow) 0))) +("ditton" nil (((d ih) 1) ((t ax n) 0))) +("dittrich" nil (((d ih) 1) ((t r ih k) 0))) +("dittus" nil (((d ih) 1) ((t ax s) 0))) +("ditty" nil (((d ih) 1) ((t iy) 0))) +("ditullio" nil (((d ih) 0) ((t ah) 1) ((l iy) 0) ((ow) 0))) +("ditzel" nil (((d ih t) 1) ((z ax l) 0))) +("ditzler" nil (((d ih t) 1) ((s l er) 0))) +("diu" nil (((d y ow) 1))) +("diuretic" nil (((d ay) 1) ((uw) 0) ((r eh) 1) ((t ih k) 0))) +("diuretics" nil (((d ay) 1) ((uw) 0) ((r eh) 1) ((t ih k s) 0))) +("diurnal" nil (((d ay) 0) ((er) 1) ((n ax l) 0))) +("diurnally" nil (((d ay) 0) ((er) 1) ((n ax) 0) ((l iy) 0))) +("diva" nil (((d iy) 1) ((v ax) 0))) +("divad" nil (((d ih) 1) ((v ae d) 0))) +("divalent" nil (((d ay) 0) ((v ey) 1) ((l ax n t) 0))) +("divall" nil (((d ih) 1) ((v ax l) 0))) +("divan" nil (((d ih) 0) ((v ae n) 1))) +("dive" nil (((d ay v) 1))) +("dived" nil (((d ay v d) 1))) +("divelbiss" nil (((d ih) 0) ((v eh l) 1) ((b ih s) 0))) +("diveley" nil (((d ih) 1) ((v ih) 0) ((l iy) 0))) +("dively" nil (((d ay) 1) ((v l iy) 0))) +("diven" nil (((d ay) 1) ((v ax n) 0))) +("divens" nil (((d ay) 1) ((v ax n z) 0))) +("diver" nil (((d ay) 1) ((v er) 0))) +("diverge" nil (((d ih) 0) ((v er jh) 1))) +("diverged" nil (((d ay) 0) ((v er jh d) 1))) +("divergence" nil (((d ay) 0) ((v er) 1) ((jh ax n s) 0))) +("divergences" nil (((d ay) 0) ((v er) 1) ((jh ax n) 0) ((s ih z) 0))) +("divergent" nil (((d ay) 0) ((v er) 1) ((jh ax n t) 0))) +("diverges" nil (((d ay) 0) ((v er) 1) ((jh ih z) 0))) +("diverging" nil (((d ay) 0) ((v er) 1) ((jh ih ng) 0))) +("divers" nil (((d ay) 1) ((v er z) 0))) +("diverse" nil (((d ay) 0) ((v er s) 1))) +("diversicare" nil (((d ih) 1) ((v er) 0) ((s ih) 0) ((k eh r) 1))) +("diversification" nil (((d ay) 0) ((v er) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("diversifications" nil (((d ay) 0) ((v er) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("diversified" nil (((d ay) 0) ((v er) 1) ((s ax) 0) ((f ay d) 1))) +("diversify" nil (((d ay) 0) ((v er) 1) ((s ax) 0) ((f ay) 1))) +("diversifying" nil (((d ay) 0) ((v er) 1) ((s ax) 0) ((f ay) 1) ((ih ng) 0))) +("diversion" nil (((d ay) 0) ((v er) 1) ((zh ax n) 0))) +("diversionary" nil (((d ay) 0) ((v er) 1) ((zh ax) 0) ((n eh) 1) ((r iy) 0))) +("diversions" nil (((d ih) 0) ((v er) 1) ((zh ax n z) 0))) +("diversity" nil (((d ih) 0) ((v er) 1) ((s ax) 0) ((t iy) 0))) +("divert" nil (((d ay) 0) ((v er t) 1))) +("diverted" nil (((d ay) 0) ((v er) 1) ((t ih d) 0))) +("diverticula" nil (((d ay) 1) ((v er) 0) ((t ih) 1) ((k y ax) 0) ((l ax) 0))) +("diverticulum" nil (((d ay) 1) ((v er) 0) ((t ih) 1) ((k y ax) 0) ((l ax m) 0))) +("divertimento" nil (((d ih) 0) ((v er) 1) ((t ax) 0) ((m eh n) 1) ((t ow) 1))) +("diverting" nil (((d ay) 0) ((v er) 1) ((t ih ng) 0))) +("diverts" nil (((d ay) 0) ((v er t s) 1))) +("dives" nil (((d ay v z) 1))) +("divest" nil (((d ay) 0) ((v eh s t) 1))) +("divested" nil (((d ay) 0) ((v eh) 1) ((s t ih d) 0))) +("divesting" nil (((d ay) 0) ((v eh) 1) ((s t ih ng) 0))) +("divestiture" nil (((d ih) 0) ((v eh) 1) ((s t ih) 0) ((ch er) 0))) +("divestitures" nil (((d ih) 0) ((v eh) 1) ((s t ih) 0) ((ch er z) 0))) +("divestment" nil (((d ay) 0) ((v eh s t) 1) ((m ax n t) 0))) +("divestments" nil (((d ay) 0) ((v eh s t) 1) ((m ax n t s) 0))) +("divests" nil (((d ay) 0) ((v eh s t s) 1))) +("divi" nil (((d iy) 1) ((v iy) 0))) +("divide" nil (((d ih) 0) ((v ay d) 1))) +("divided" nil (((d ih) 0) ((v ay) 1) ((d ax d) 0))) +("dividend" nil (((d ih) 1) ((v ih) 0) ((d eh n d) 2))) +("dividends" nil (((d ih) 1) ((v ax) 0) ((d eh n d z) 2))) +("divider" nil (((d ih) 0) ((v ay) 1) ((d er) 0))) +("divides" nil (((d ih) 0) ((v ay d z) 1))) +("dividing" nil (((d ih) 0) ((v ay) 1) ((d ih ng) 0))) +("divination" nil (((d ih) 1) ((v ax) 0) ((n ey) 1) ((sh ax n) 0))) +("divincenzo" nil (((d ih) 0) ((v iy n) 0) ((ch eh n) 1) ((z ow) 0))) +("divine" nil (((d ih) 0) ((v ay n) 1))) +("divinely" n (((d ih) 1) ((v ay n) 0) ((l iy) 0))) +("diviney" nil (((d ih) 1) ((v ih) 0) ((n iy) 0))) +("diving" nil (((d ay) 1) ((v ih ng) 0))) +("divining" nil (((d ax) 0) ((v ay) 1) ((n ih ng) 0))) +("divinitas" nil (((d ih) 1) ((v ih) 0) ((n iy) 1) ((t ax s) 0))) +("divinities" nil (((d ih) 0) ((v ih) 1) ((n ax) 0) ((t iy z) 0))) +("divinity" nil (((d ih) 0) ((v ih) 1) ((n ax) 0) ((t iy) 0))) +("divirgilio" nil (((d ih) 0) ((v ih r) 0) ((jh iy) 1) ((l iy) 0) ((ow) 0))) +("divis" nil (((d iy) 1) ((v ih s) 0))) +("divisible" nil (((d ih) 0) ((v ih) 1) ((z ax) 0) ((b ax l) 0))) +("division" nil (((d ih) 0) ((v ih) 1) ((zh ax n) 0))) +("divisional" nil (((d ih) 0) ((v ih) 1) ((zh ax) 0) ((n ax l) 0))) +("divisions" nil (((d ih) 0) ((v ih) 1) ((zh ax n z) 0))) +("divisive" nil (((d ih) 0) ((v ay) 1) ((s ih v) 0))) +("divisiveness" nil (((d ih) 0) ((v ay) 1) ((s ih v) 0) ((n ax s) 0))) +("divison" nil (((d ih) 0) ((v ih) 1) ((zh ax n) 0))) +("divisor" nil (((d ih) 0) ((v ay) 1) ((z er) 0))) +("divita" nil (((d ih) 0) ((v iy) 1) ((t ax) 0))) +("divito" nil (((d ih) 0) ((v iy) 1) ((t ow) 0))) +("divorce" nil (((d ih) 0) ((v ao r s) 1))) +("divorced" nil (((d ih) 0) ((v ao r s t) 1))) +("divorcee" nil (((d ax) 0) ((v ao r) 1) ((s iy) 1))) +("divorces" nil (((d ih) 0) ((v ao r) 1) ((s ih z) 0))) +("divorcing" nil (((d ih) 0) ((v ao r) 1) ((s ih ng) 0))) +("divulge" nil (((d ih) 0) ((v ah l jh) 1))) +("divulged" nil (((d ih) 0) ((v ah l jh d) 1))) +("divulging" nil (((d ih) 0) ((v ah l) 1) ((jh ih ng) 0))) +("divvied" nil (((d ih) 1) ((v iy d) 0))) +("divvy" nil (((d ih) 1) ((v iy) 0))) +("diwang" nil (((d iy) 1) ((w aa ng) 1))) +("dix" nil (((d ih k s) 1))) +("dixie" nil (((d ih k) 1) ((s iy) 0))) +("dixieland" nil (((d ih k) 1) ((s iy) 0) ((l ae n d) 1))) +("dixon" nil (((d ih k) 1) ((s ax n) 0))) +("dixons" nil (((d ih k) 1) ((s ax n z) 0))) +("dixson" nil (((d ih k) 1) ((s ax n) 0))) +("DIY" nil (((d iy) 1) ((ay) 1) ((w ay) 1))) +("dizon" nil (((d ih) 1) ((z ax n) 0))) +("dizziness" nil (((d ih) 1) ((z iy) 0) ((n ax s) 0))) +("dizzy" nil (((d ih) 1) ((z iy) 0))) +("dizzying" nil (((d ih) 1) ((z iy) 0) ((ih ng) 0))) +("djakarta" nil (((jh ax) 0) ((k aa r) 1) ((t ax) 0))) +("djibouti" nil (((jh ih) 0) ((b uw) 1) ((t iy) 1))) +("djurdjevic" nil (((jh er) 1) ((jh ax) 0) ((v ih k) 0))) +("dk" nil (((d iy) 1) ((k ey) 1))) +("dlouhy" nil (((d ax) 0) ((l aw) 1) ((iy) 0))) +("dlugos" nil (((d ax) 0) ((l uw) 1) ((g ow s) 0))) +("dlugosz" nil (((d ax) 0) ((l uw) 1) ((g ow s) 0))) +("dmitri" nil (((d ax) 0) ((m iy) 1) ((t r iy) 0))) +("dna" nil (((d iy) 1) ((eh n) 1) ((ey) 1))) +("do" nil (((d uw) 1))) +("doable" nil (((d uw) 1) ((ax) 0) ((b ax l) 0))) +("doak" nil (((d ow k) 1))) +("doan" nil (((d ow n) 1))) +("doane" nil (((d ow n) 1))) +("doanh" nil (((d ow n) 1))) +("doanna" nil (((d ow) 1) ((n ax) 0))) +("dobb" nil (((d aa b) 1))) +("dobberstein" nil (((d aa) 1) ((b er) 0) ((s t iy n) 1))) +("dobbie" nil (((d aa) 1) ((b iy) 0))) +("dobbin" nil (((d aa) 1) ((b ih n) 0))) +("dobbins" nil (((d aa) 1) ((b ih n z) 0))) +("dobbs" nil (((d aa b z) 1))) +("dobek" nil (((d ow) 1) ((b ih k) 0))) +("dober" nil (((d ow) 1) ((b er) 0))) +("doberman" nil (((d ow) 1) ((b er) 0) ((m ax n) 0))) +("doberstein" nil (((d ow) 1) ((b er) 0) ((s t ay n) 0))) +("dobesh" nil (((d aa) 1) ((b ih sh) 0))) +("dobey" nil (((d aa) 1) ((b iy) 0))) +("dobias" nil (((d ow) 0) ((b iy) 1) ((ax z) 0))) +("dobie" nil (((d aa) 1) ((b iy) 0))) +("dobies" nil (((d ow) 1) ((b iy z) 0))) +("dobis" nil (((d ow) 1) ((b ih s) 0))) +("dobkin" nil (((d aa b) 1) ((k ih n) 0))) +("dobkins" nil (((d aa b) 1) ((k ih n z) 0))) +("doble" nil (((d ow) 1) ((b ax l) 0))) +("dobler" nil (((d ow) 1) ((b ax) 0) ((l er) 0))) +("dobmeier" nil (((d aa b) 1) ((m ay) 0) ((er) 0))) +("dobos" nil (((d ow) 1) ((b ow z) 0))) +("dobosz" nil (((d aa) 1) ((b ax sh) 0))) +("dobransky" nil (((d ax) 0) ((b r ae n) 1) ((s k iy) 0))) +("dobratz" nil (((d aa) 1) ((b r ax t s) 0))) +("dobrin" nil (((d aa) 1) ((b r ih n) 0))) +("dobrins" nil (((d aa) 1) ((b r ih n z) 0))) +("dobrinski" nil (((d ax) 0) ((b r ih n) 1) ((s k iy) 0))) +("dobrowolski" nil (((d ax) 0) ((b r aw) 0) ((ow l) 1) ((s k iy) 0))) +("dobrowski" nil (((d ax) 0) ((b r ao f) 1) ((s k iy) 0))) +("dobry" nil (((d aa) 1) ((b r iy) 0))) +("dobrynin" nil (((d aa) 1) ((b r ih) 0) ((n ih n) 0))) +("dobrzynski" nil (((d ow) 1) ((b r ax) 0) ((zh ih n) 1) ((s k iy) 0))) +("dobson" nil (((d aa b) 1) ((s ax n) 0))) +("dobsons" nil (((d aa b) 1) ((s ax n z) 0))) +("doby" nil (((d ow) 1) ((b iy) 0))) +("dobyns" nil (((d ow) 1) ((b ih n z) 0))) +("doc" nil (((d aa k) 1))) +("docherty" nil (((d aa) 1) ((ch er) 0) ((t iy) 0))) +("dochow" nil (((d ow) 1) ((ch aw) 0))) +("dochterman" nil (((d aa k) 1) ((t er) 0) ((m ax n) 0))) +("docie" nil (((d aa) 1) ((k iy) 0))) +("docila" nil (((d aa) 1) ((s ih) 0) ((l ax) 0))) +("docile" nil (((d aa) 1) ((s ax l) 0))) +("docility" nil (((d aa) 0) ((s ih) 1) ((l ax) 0) ((t iy) 0))) +("dock" nil (((d aa k) 1))) +("docked" nil (((d aa k t) 1))) +("docken" nil (((d aa) 1) ((k ax n) 0))) +("dockendorf" nil (((d aa) 1) ((k ih n) 0) ((d ao r f) 0))) +("dockers" nil (((d aa) 1) ((k er z) 0))) +("dockery" nil (((d aa) 1) ((k er) 0) ((iy) 0))) +("docket" nil (((d aa) 1) ((k ax t) 0))) +("dockets" nil (((d aa) 1) ((k ax t s) 0))) +("dockham" nil (((d aa k) 1) ((hh ax m) 0))) +("docking" nil (((d aa) 1) ((k ih ng) 0))) +("dockins" nil (((d aa) 1) ((k ih n z) 0))) +("docklands" nil (((d aa) 1) ((k l ax n d z) 0))) +("docks" nil (((d aa k s) 1))) +("dockside" nil (((d aa k) 1) ((s ay d) 1))) +("dockson" nil (((d aa k) 1) ((s ax n) 0))) +("dockstader" nil (((d aa k) 1) ((s t ax) 0) ((d er) 0))) +("dockter" nil (((d aa k) 1) ((t er) 0))) +("dockworkers" nil (((d aa) 1) ((k w er) 1) ((k er z) 0))) +("dockyard" nil (((d aa) 1) ((k y aa r d) 1))) +("docter" nil (((d aa k) 1) ((t er) 0))) +("doctor" nil (((d aa k) 1) ((t er) 0))) +("doctoral" nil (((d aa k) 1) ((t er) 0) ((ax l) 0))) +("doctorate" nil (((d aa k) 1) ((t er) 0) ((ax t) 0))) +("doctorates" nil (((d aa k) 1) ((t er) 0) ((ax t s) 0))) +("doctored" nil (((d aa k) 1) ((t er d) 0))) +("doctoring" nil (((d aa k) 1) ((t er) 0) ((ih ng) 0))) +("doctors" nil (((d aa k) 1) ((t er z) 0))) +("doctrinaire" nil (((d aa k) 1) ((t r ax) 0) ((n eh r) 1))) +("doctrinal" nil (((d aa k) 1) ((t r ax) 0) ((n ax l) 0))) +("doctrine" nil (((d aa k) 1) ((t r ax n) 0))) +("doctrines" nil (((d aa k) 1) ((t r ax n z) 0))) +("docudrama" nil (((d ow) 1) ((k ax) 0) ((d r ae) 1) ((m ax) 0))) +("docudramas" n (((d ao) 0) ((k y ax) 0) ((d r ae) 1) ((m ax z) 0))) +("document" nil (((d aa) 1) ((k y ax) 0) ((m eh n t) 0))) +("documenta" nil (((d aa) 1) ((k y uw) 0) ((m eh n) 1) ((t ax) 0))) +("documentaries" nil (((d aa) 1) ((k y ax) 0) ((m eh n) 1) ((t er) 0) ((iy z) 0))) +("documentary" nil (((d aa) 1) ((k y ax) 0) ((m eh n) 1) ((t er) 0) ((iy) 0))) +("documentation" nil (((d aa) 1) ((k y ax) 0) ((m eh n) 0) ((t ey) 1) ((sh ax n) 0))) +("documented" nil (((d aa) 1) ((k y ax) 0) ((m eh n) 1) ((t ax d) 0))) +("documenting" nil (((d aa) 1) ((k y ax) 0) ((m ax n) 0) ((t ih ng) 0))) +("documents" nil (((d aa) 1) ((k y ax) 0) ((m ax n t s) 0))) +("dodaro" nil (((d ow) 0) ((d aa) 1) ((r ow) 0))) +("dodd" nil (((d aa d) 1))) +("doddering" nil (((d aa) 1) ((d er) 0) ((ih ng) 0))) +("doddington" nil (((d aa) 1) ((d ih n) 0) ((t ax n) 0))) +("doddridge" nil (((d aa) 1) ((d r ih jh) 0))) +("dodds" nil (((d aa d z) 1))) +("dodge" nil (((d aa jh) 1))) +("dodged" nil (((d aa jh d) 1))) +("dodgen" nil (((d aa) 1) ((jh ax n) 0))) +("dodger" nil (((d aa) 1) ((jh er) 0))) +("dodgers" nil (((d aa) 1) ((jh er z) 0))) +("dodges" nil (((d aa) 1) ((jh ih z) 0))) +("dodging" nil (((d aa) 1) ((jh ih ng) 0))) +("dodo" nil (((d ow) 1) ((d ow) 0))) +("dodos" nil (((d ow) 1) ((d ow z) 0))) +("dodrill" nil (((d aa) 1) ((d r ax l) 0))) +("dodson" nil (((d aa d) 1) ((s ax n) 0))) +("dodsworth" nil (((d aa d) 1) ((s w er th) 0))) +("doe" nil (((d ow) 1))) +("doebler" nil (((d ow) 1) ((b ax) 0) ((l er) 0))) +("doeden" nil (((d ow) 1) ((d ax n) 0))) +("doege" nil (((d ow jh) 1))) +("doehring" nil (((d ao) 1) ((r ih ng) 0))) +("doell" nil (((d ow l) 1))) +("doenges" nil (((d ow n) 1) ((jh ih z) 0))) +("doepke" nil (((d ow p k) 1))) +("doepker" nil (((d ow p) 1) ((k er) 0))) +("doer" nil (((d uw r) 1))) +("doerfler" nil (((d ao r) 1) ((f ax) 0) ((l er) 0))) +("doerflinger" nil (((d ao r) 1) ((f ax) 0) ((l ih ng) 0) ((er) 0))) +("doering" nil (((d uw) 1) ((er) 0) ((ih ng) 0))) +("doernberg" nil (((d ao r n) 1) ((b er g) 0))) +("doerner" nil (((d ao r) 1) ((n er) 0))) +("doerr" nil (((d ao r) 1))) +("doers" nil (((d uw) 1) ((er z) 0))) +("doersam" nil (((d ao r) 1) ((s ax m) 0))) +("does" n (((d ow z) 1))) +("does" v (((d ah z) 1))) +("doescher" nil (((d ow) 1) ((sh er) 0))) +("doesnt" v (((d ah z n t) 1))) +("doetsch" nil (((d ow ch) 1))) +("dofasco" nil (((d ax) 0) ((f ae) 1) ((s k ow) 0))) +("doffing" nil (((d ao) 1) ((f ih ng) 0))) +("dog" nil (((d ao g) 1))) +("dogan" nil (((d ow) 1) ((g ax n) 0))) +("dogbane" nil (((d ao g) 1) ((b ey n) 1))) +("dogberry" nil (((d ao g) 1) ((b eh) 1) ((r iy) 0))) +("doge" nil (((d ow jh) 1))) +("dogfight" nil (((d aa g) 1) ((f ay t) 1))) +("dogfights" nil (((d ao g) 1) ((f ay t s) 1))) +("dogfish" nil (((d ao g) 1) ((f ih sh) 1))) +("dogged" nil (((d ao g d) 1))) +("doggedly" nil (((d ao) 1) ((g ax d) 0) ((l iy) 0))) +("doggerel" nil (((d aa) 1) ((g er) 0) ((ax l) 0))) +("doggett" nil (((d aa) 1) ((g ih t) 0))) +("doggie" nil (((d ao) 1) ((g iy) 0))) +("doggies" nil (((d ao) 1) ((g iy z) 0))) +("dogging" nil (((d ao) 1) ((g ih ng) 0))) +("doggy" nil (((d ao) 1) ((g iy) 0))) +("doghouse" nil (((d ao g) 1) ((hh aw s) 1))) +("doglike" nil (((d ao) 1) ((g l ay k) 1))) +("dogma" nil (((d aa g) 1) ((m ax) 0))) +("dogmas" n (((d ao g) 1) ((m ax s) 0))) +("dogmatic" nil (((d aa g) 0) ((m ae) 1) ((t ih k) 0))) +("dogmatically" nil (((d aa g) 0) ((m ae) 1) ((t ih) 0) ((k l iy) 0))) +("dogmatism" nil (((d aa g) 1) ((m ax) 0) ((t ih) 1) ((z ax m) 0))) +("dogs" nil (((d aa g z) 1))) +("dogwood" nil (((d ao) 1) ((g w uh d) 1))) +("dogwoods" nil (((d ao) 1) ((g w uh d z) 1))) +("doh" nil (((d ow) 1))) +("doheny" nil (((d aa) 1) ((hh ih) 0) ((n iy) 0))) +("doherty" nil (((d ow) 1) ((er) 0) ((t iy) 0))) +("dohm" nil (((d aa m) 1))) +("dohman" nil (((d ow) 1) ((m ax n) 0))) +("dohme" nil (((d ow m) 1))) +("dohmen" nil (((d ow) 1) ((m eh n) 0))) +("dohn" nil (((d aa n) 1))) +("dohnanyi" nil (((d ow) 1) ((n aa) 1) ((n y iy) 0))) +("dohner" nil (((d ow) 1) ((n er) 0))) +("dohr" nil (((d ao r) 1))) +("dohrman" nil (((d ao r) 1) ((m ax n) 0))) +("dohrmann" nil (((d ao r) 1) ((m ax n) 0))) +("dohse" nil (((d ow s) 1))) +("doi" nil (((d oy) 1))) +("doidge" nil (((d oy jh) 1))) +("doig" nil (((d oy g) 1))) +("doilies" nil (((d oy) 1) ((l iy z) 0))) +("doin" n (((d uw) 1) ((ax n) 0))) +("doing" nil (((d uw) 1) ((ih ng) 0))) +("doings" nil (((d uw) 1) ((ih ng z) 0))) +("doiron" nil (((d oy) 0) ((r ao n) 1))) +("doke" nil (((d ow k) 1))) +("dokken" nil (((d aa) 1) ((k ax n) 0))) +("doktor" nil (((d aa k) 1) ((t er) 0))) +("dol" nil (((d aa l) 1))) +("dolak" nil (((d ow) 1) ((l ax k) 0))) +("dolan" nil (((d ow) 1) ((l ax n) 0))) +("doland" nil (((d uw) 1) ((l ax n d) 0))) +("dolata" nil (((d ow) 0) ((l aa) 1) ((t ax) 0))) +("dolbow" nil (((d ow l) 1) ((b ow) 0))) +("dolby" nil (((d ow l) 1) ((b iy) 0))) +("dolce" nil (((d ow l) 1) ((ch ey) 1))) +("dolch" nil (((d ow l ch) 1))) +("dold" nil (((d ow l d) 1))) +("dolder" nil (((d ow l) 1) ((d er) 0))) +("doldrums" nil (((d ow l) 1) ((d r ax m z) 0))) +("dole" nil (((d ow l) 1))) +("dolecki" nil (((d ax) 0) ((l eh t) 1) ((s k iy) 0))) +("doled" nil (((d ow l d) 1))) +("doleful" nil (((d ow l) 1) ((f ax l) 0))) +("dolen" nil (((d ow) 1) ((l ax n) 0))) +("dolence" nil (((d ow) 1) ((l ax n s) 0))) +("doles" nil (((d ow l z) 1))) +("doley" nil (((d ow) 1) ((l iy) 0))) +("dolezal" nil (((d ow) 0) ((l ey) 0) ((z ae l) 1))) +("dolf" nil (((d ow l f) 1))) +("dolfi" nil (((d ow l) 1) ((f iy) 0))) +("dolgen" nil (((d ow l) 1) ((jh eh n) 0))) +("dolgin" nil (((d ow l) 1) ((jh ih n) 0))) +("dolin" nil (((d ow) 1) ((l ih n) 0))) +("dolinar" nil (((d aa) 1) ((l ih) 0) ((n er) 0))) +("doling" nil (((d ow) 1) ((l ih ng) 0))) +("dolinger" nil (((d ow) 1) ((l ih ng) 0) ((er) 0))) +("dolinski" nil (((d ax) 0) ((l ih n) 1) ((s k iy) 0))) +("dolinsky" nil (((d ax) 0) ((l ih n) 1) ((s k iy) 0))) +("doll" nil (((d aa l) 1))) +("dollar" nil (((d aa) 1) ((l er) 0))) +("dollard" nil (((d aa) 1) ((l er d) 0))) +("dollarhide" nil (((d aa) 1) ((l er) 0) ((hh ay d) 1))) +("dollars" nil (((d aa) 1) ((l er z) 0))) +("dolle" nil (((d aa l) 1))) +("dolled" nil (((d aa l d) 1))) +("dollens" nil (((d aa) 1) ((l ax n z) 0))) +("dolley" nil (((d aa) 1) ((l iy) 0))) +("dollie" nil (((d aa) 1) ((l iy) 0))) +("dollinger" nil (((d aa) 1) ((l ih ng) 0) ((er) 0))) +("dollins" nil (((d aa) 1) ((l ih n z) 0))) +("dollison" nil (((d aa) 1) ((l ih) 0) ((s ax n) 0))) +("dolliver" nil (((d aa) 1) ((l ih) 0) ((v er) 0))) +("dolloff" nil (((d aa) 1) ((l ao f) 1))) +("dollop" nil (((d aa) 1) ((l ax p) 0))) +("dolls" nil (((d aa l z) 1))) +("dolly" nil (((d aa) 1) ((l iy) 0))) +("dolman" nil (((d aa l) 1) ((m ax n) 0))) +("dolney" nil (((d ow l) 1) ((n iy) 0))) +("dolomite" nil (((d ow) 1) ((l ax) 0) ((m ay t) 1))) +("dolomites" nil (((d ow) 1) ((l ax) 0) ((m ay t s) 1))) +("dolores" nil (((d ax) 0) ((l ao) 1) ((r ih s) 0))) +("dolorita" nil (((d ow) 0) ((l ao) 0) ((r iy) 1) ((t ax) 0))) +("dolph" nil (((d ow l f) 1))) +("dolphin" nil (((d aa l) 1) ((f ax n) 0))) +("dolphins" nil (((d aa l) 1) ((f ax n z) 0))) +("dols" nil (((d aa l z) 1))) +("dolson" nil (((d ow l) 1) ((s ax n) 0))) +("dolton" nil (((d ow l) 1) ((t ax n) 0))) +("dom" nil (((d aa m) 1))) +("domagala" nil (((d ow) 0) ((m aa) 0) ((g aa) 1) ((l ax) 0))) +("domagalski" nil (((d ax) 0) ((m ax) 0) ((g aa l) 1) ((s k iy) 0))) +("domain" nil (((d ow) 0) ((m ey n) 1))) +("domaine" nil (((d ow) 0) ((m ey n) 1))) +("domains" nil (((d ow) 0) ((m ey n z) 1))) +("doman" nil (((d uw) 1) ((m ax n) 0))) +("domangue" nil (((d ow) 1) ((m aa ng) 0))) +("domanico" nil (((d ow) 0) ((m aa) 0) ((n iy) 1) ((k ow) 0))) +("domanski" nil (((d ax) 0) ((m ae n) 1) ((s k iy) 0))) +("dombeck" nil (((d aa m) 1) ((b eh k) 1))) +("dombek" nil (((d aa m) 1) ((b ih k) 0))) +("dombkowski" nil (((d ax m) 0) ((k ao f) 1) ((s k iy) 0))) +("dombroski" nil (((d ax m) 0) ((b r aw) 1) ((s k iy) 0))) +("dombrosky" nil (((d ax m) 0) ((b r ow) 1) ((s k iy) 0))) +("dombrowski" nil (((d ax m) 0) ((b r ao f) 1) ((s k iy) 0))) +("dome" nil (((d ow m) 1))) +("domecq" nil (((d ow) 1) ((m eh k) 1))) +("domed" nil (((d ow m d) 1))) +("domeier" nil (((d aa) 1) ((m ay) 0) ((er) 0))) +("domek" nil (((d ow) 1) ((m eh k) 0))) +("domenech" nil (((d aa) 1) ((m ih) 0) ((n ih k) 0))) +("domenici" nil (((d ax) 0) ((m eh) 1) ((n ax) 0) ((ch iy) 0))) +("domenick" nil (((d aa) 1) ((m ih) 0) ((n ih k) 0))) +("domenico" nil (((d ow) 0) ((m ey) 1) ((n iy) 0) ((k ow) 0))) +("domeniconi" nil (((d ow) 0) ((m eh) 1) ((n ih) 0) ((k ow) 1) ((n iy) 0))) +("domer" nil (((d ow) 1) ((m er) 0))) +("domes" nil (((d ow m z) 1))) +("domestic" nil (((d ax) 0) ((m eh) 1) ((s t ih k) 0))) +("domestically" nil (((d ax) 0) ((m eh) 1) ((s t ih) 0) ((k l iy) 0))) +("domesticated" nil (((d ax) 0) ((m eh) 1) ((s t ax) 0) ((k ey) 1) ((t ax d) 0))) +("domesticating" nil (((d ax) 0) ((m eh) 1) ((s t ax) 0) ((k ey) 1) ((t ih ng) 0))) +("domestication" nil (((d ax) 0) ((m eh) 1) ((s t ax) 0) ((k ey) 1) ((sh ax n) 0))) +("domesticity" nil (((d ow) 1) ((m eh) 1) ((s t ih) 1) ((s ax) 0) ((t iy) 0))) +("domestics" nil (((d ax) 0) ((m eh) 1) ((s t ih k s) 0))) +("domical" nil (((d aa) 1) ((m ax) 0) ((k ax l) 0))) +("domin" nil (((d ow) 1) ((m ih n) 0))) +("domina" nil (((d ow) 0) ((m iy) 1) ((n ax) 0))) +("dominance" nil (((d aa) 1) ((m ax) 0) ((n ax n s) 0))) +("dominant" nil (((d aa) 1) ((m ax) 0) ((n ax n t) 0))) +("dominate" nil (((d aa) 1) ((m ax) 0) ((n ey t) 1))) +("dominated" nil (((d aa) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("dominates" nil (((d aa) 1) ((m ax) 0) ((n ey t s) 1))) +("dominating" nil (((d aa) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("domination" nil (((d aa) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("domine" nil (((d ow) 0) ((m iy) 1) ((n iy) 0))) +("dominee" nil (((d ow) 1) ((m ih) 0) ((n ey) 1))) +("domineering" nil (((d aa) 1) ((m ax) 0) ((n ih) 1) ((r ih ng) 0))) +("dominelli" nil (((d ow) 1) ((m ih) 0) ((n eh) 1) ((l iy) 0))) +("dominey" nil (((d aa) 1) ((m ih) 0) ((n iy) 0))) +("domingo" nil (((d ow) 0) ((m ih ng) 1) ((g ow) 0))) +("domingos" nil (((d ax) 0) ((m ih ng) 1) ((g ow z) 0))) +("domingue" nil (((d ow) 1) ((m ih ng) 0))) +("domingues" nil (((d ow) 0) ((m iy n) 1) ((g eh s) 0))) +("dominguez" nil (((d ax) 0) ((m ih ng) 1) ((ih z) 0))) +("dominiak" nil (((d ax) 0) ((m ih) 1) ((n iy) 0) ((ae k) 0))) +("dominic" nil (((d aa) 1) ((m ax) 0) ((n ih k) 0))) +("dominica" nil (((d ax) 0) ((m ih) 1) ((n ih) 0) ((k ax) 0))) +("dominican" nil (((d ax) 0) ((m ih) 1) ((n ax) 0) ((k ax n) 0))) +("dominicana" nil (((d ow) 0) ((m ih) 1) ((n ih) 0) ((k aa) 1) ((n ax) 0))) +("dominicans" nil (((d ow) 0) ((m ih) 1) ((n ih) 0) ((k ax n z) 0))) +("dominici" nil (((d ow) 0) ((m iy) 0) ((n iy) 1) ((ch iy) 0))) +("dominick" nil (((d aa) 1) ((m ax) 0) ((n ih k) 0))) +("dominik" nil (((d ax) 0) ((m ih) 1) ((n ih k) 0))) +("dominion" nil (((d ax) 0) ((m ih) 1) ((n y ax n) 0))) +("dominique" nil (((d ao) 0) ((m ih) 0) ((n iy k) 1))) +("domino" nil (((d aa) 1) ((m ax) 0) ((n ow) 1))) +("dominoes" nil (((d aa) 1) ((m ax) 0) ((n ow z) 1))) +("dominos" nil (((d aa) 1) ((m ih) 0) ((n ow z) 1))) +("dominquez" nil (((d ow) 0) ((m iy n) 1) ((k w eh z) 0))) +("dominski" nil (((d ax) 0) ((m ih n) 1) ((s k iy) 0))) +("dominus" nil (((d ow) 0) ((m iy) 1) ((n ax s) 0))) +("dominy" nil (((d ax) 0) ((m ay) 1) ((n iy) 0))) +("domke" nil (((d aa m k) 1))) +("dommer" nil (((d aa) 1) ((m er) 0))) +("dommie" nil (((d aa) 1) ((m iy) 0))) +("domtar" nil (((d aa m) 1) ((t er) 0))) +("domzalski" nil (((d ax m) 0) ((z aa l) 1) ((s k iy) 0))) +("don" nil (((d aa n) 1))) +("dona" nil (((d ow) 1) ((n ax) 0))) +("donadio" nil (((d ow) 0) ((n aa) 1) ((d iy) 0) ((ow) 0))) +("donaghey" nil (((d aa) 1) ((n ax g) 0) ((hh iy) 0))) +("donaghue" nil (((d aa) 1) ((n ax g) 0) ((hh uw) 0))) +("donaghy" nil (((d aa) 1) ((n ax g) 0) ((hh iy) 0))) +("donahey" nil (((d aa) 1) ((n ax) 0) ((hh iy) 0))) +("donaho" nil (((d ow) 0) ((n aa) 1) ((hh ow) 0))) +("donahoe" nil (((d aa) 1) ((n ax) 0) ((hh ow) 1))) +("donahoo" nil (((d aa) 1) ((n ax) 0) ((hh uw) 1))) +("donahue" nil (((d aa) 1) ((n ax) 0) ((hh y uw) 1))) +("donais" nil (((d ax) 0) ((n ey) 1))) +("donald" nil (((d aa) 1) ((n ax l d) 0))) +("donalda" nil (((d ow) 0) ((n aa l) 1) ((d ax) 0))) +("donaldo" nil (((d ow) 0) ((n aa l) 1) ((d ow) 0))) +("donaldson" nil (((d aa) 1) ((n ax l d) 0) ((s ax n) 0))) +("donaldsons" nil (((d aa) 1) ((n ax l d) 0) ((s ax n z) 0))) +("donalson" nil (((d aa) 1) ((n ax l) 0) ((s ax n) 0))) +("donapria" nil (((d ax) 0) ((n ae) 1) ((p r iy) 0) ((ax) 0))) +("donar" nil (((d aa) 1) ((n er) 0))) +("donat" nil (((d ow) 1) ((n ax t) 0))) +("donata" nil (((d ax) 0) ((n aa) 1) ((t ax) 0))) +("donate" nil (((d ow) 1) ((n ey t) 1))) +("donated" nil (((d ow) 1) ((n ey) 1) ((t ax d) 0))) +("donatelli" nil (((d ow) 0) ((n aa) 0) ((t eh) 1) ((l iy) 0))) +("donates" nil (((d ow) 1) ((n ey t s) 1))) +("donath" nil (((d aa) 1) ((n ax th) 0))) +("donathan" nil (((d aa) 1) ((n ax) 0) ((th ax n) 0))) +("donati" nil (((d ow) 0) ((n aa) 1) ((t iy) 0))) +("donating" nil (((d ow) 1) ((n ey) 1) ((t ih ng) 0))) +("donation" nil (((d ow) 0) ((n ey) 1) ((sh ax n) 0))) +("donations" nil (((d ow) 0) ((n ey) 1) ((sh ax n z) 0))) +("donatists" nil (((d aa) 1) ((n ax) 0) ((t ax s t s) 0))) +("donato" nil (((d ax) 0) ((n aa) 1) ((t ow) 0))) +("donavan" nil (((d aa) 1) ((n ax) 0) ((v ae n) 1))) +("donaway" nil (((d aa) 1) ((n ax) 0) ((w ey) 1))) +("donde" nil (((d aa n d) 1))) +("dondero" nil (((d ow n) 0) ((d eh) 1) ((r ow) 0))) +("dondlinger" nil (((d aa n) 1) ((d ax) 0) ((l ih ng) 0) ((er) 0))) +("done" nil (((d ah n) 1))) +("donegan" nil (((d aa) 1) ((n ih) 0) ((g ae n) 0))) +("donehoo" nil (((d ow) 0) ((n ey) 1) ((hh uw) 0))) +("donelan" nil (((d aa) 1) ((n ih) 0) ((l ae n) 0))) +("donella" nil (((d ow) 0) ((n eh) 1) ((l ax) 0))) +("donelson" nil (((d aa) 1) ((n ih l) 0) ((s ax n) 0))) +("doner" nil (((d ao) 1) ((n er) 0))) +("dones" nil (((d ah n z) 1))) +("doney" nil (((d aa) 1) ((n iy) 0))) +("dong" nil (((d ao ng) 1))) +("dongdong" nil (((d ow ng) 1) ((d ow ng) 1))) +("dongen" nil (((d ao ng) 1) ((g ax n) 0))) +("dongfang" nil (((d ow ng) 1) ((f aa ng) 1))) +("dongfeng" nil (((d ow ng) 1) ((f ow ng) 1))) +("dongguan" nil (((d ow ng) 1) ((g w aa n) 1))) +("dongguo" nil (((d ow ng) 1) ((g w ao) 1))) +("dongjiang" nil (((d ow ng) 1) ((jh y aa ng) 1))) +("donglin" nil (((d ow ng) 1) ((l iy n) 1))) +("dongling" nil (((d ow ng) 1) ((l iy ng) 1))) +("dongmei" nil (((d ow ng) 1) ((m ay) 1))) +("dongpo" nil (((d ow ng) 1) ((p w ao) 1))) +("dongting" nil (((d ow ng) 1) ((t iy ng) 1))) +("dongying" nil (((d ow ng) 1) ((y iy ng) 1))) +("donham" nil (((d aa n) 1) ((hh ax m) 0))) +("donia" nil (((d ow) 1) ((n iy) 0) ((ax) 0))) +("donica" nil (((d aa) 1) ((n ih) 0) ((k ax) 0))) +("donigan" nil (((d aa) 1) ((n ih) 0) ((g ax n) 0))) +("doniger" nil (((d aa) 1) ((n ih) 0) ((g er) 0))) +("donilon" nil (((d aa) 1) ((n ax) 0) ((l aa n) 0))) +("donis" nil (((d ow) 1) ((n ih s) 0))) +("donizetti" nil (((d aa) 1) ((n ax) 0) ((z eh) 1) ((t iy) 0))) +("donkey" nil (((d aa ng) 1) ((k iy) 0))) +("donkeys" nil (((d aa ng) 1) ((k iy z) 0))) +("donlan" nil (((d aa n) 1) ((l ax n) 0))) +("donley" nil (((d aa n) 1) ((l iy) 0))) +("donlin" nil (((d aa n) 1) ((l ih n) 0))) +("donlon" nil (((d aa n) 1) ((l ax n) 0))) +("donmoyer" nil (((d aa n) 1) ((m oy) 1) ((er) 0))) +("donn" nil (((d aa n) 1))) +("donna" nil (((d aa) 1) ((n ax) 0))) +("donnan" nil (((d aa) 1) ((n ax n) 0))) +("donnas" nil (((d aa) 1) ((n ax z) 0))) +("donnay" nil (((d aa) 1) ((n ey) 0))) +("donne" nil (((d ah n) 1))) +("donned" nil (((d aa n d) 1))) +("donnell" nil (((d aa) 1) ((n ih l) 0))) +("donnellan" nil (((d aa) 1) ((n ih) 0) ((l ae n) 0))) +("donnelley" nil (((d aa) 1) ((n ax) 0) ((l iy) 0))) +("donnelly" nil (((d aa) 1) ((n ax) 0) ((l iy) 0))) +("donner" nil (((d aa) 1) ((n er) 0))) +("donnie" nil (((d aa) 1) ((n iy) 0))) +("donning" nil (((d aa) 1) ((n ih ng) 0))) +("donny" nil (((d aa) 1) ((n iy) 0))) +("donnybrook" nil (((d aa) 1) ((n iy) 0) ((b r uh k) 1))) +("donofrio" nil (((d ow) 0) ((n ow) 1) ((f r iy) 0) ((ow) 0))) +("donoghue" nil (((d aa) 1) ((n ax) 0) ((hh y uw) 0))) +("donoho" nil (((d aa) 1) ((n ax) 0) ((hh ow) 0))) +("donohoe" nil (((d aa) 1) ((n ax) 0) ((hh ow) 0))) +("donohoo" nil (((d aa) 1) ((n ax) 0) ((hh uw) 1))) +("donohue" nil (((d aa) 1) ((n ax) 0) ((hh y uw) 1))) +("donor" nil (((d ow) 1) ((n er) 0))) +("donors" nil (((d ow) 1) ((n er z) 0))) +("donovan" nil (((d aa) 1) ((n ax) 0) ((v ax n) 0))) +("dons" nil (((d aa n z) 1))) +("donsbach" nil (((d aa n z) 1) ((b aa k) 1))) +("dont" v (((d ow n t) 1))) +("donut" nil (((d ow) 1) ((n ah t) 1))) +("donuts" nil (((d ow) 1) ((n ah t s) 1))) +("donvan" nil (((d aa n) 1) ((v ax n) 0))) +("donze" nil (((d aa n z) 1))) +("doo" nil (((d uw) 1))) +("doodads" nil (((d uw) 1) ((d ae d z) 1))) +("doodle" nil (((d uw) 1) ((d ax l) 0))) +("doodles" nil (((d uw) 1) ((d ax l z) 0))) +("doody" nil (((d uw) 1) ((d iy) 0))) +("doolan" nil (((d uw) 1) ((l ax n) 0))) +("doolen" nil (((jh uw) 1) ((l ax n) 0))) +("dooley" nil (((d uw) 1) ((l iy) 0))) +("doolin" nil (((d uw) 1) ((l ih n) 0))) +("dooling" nil (((d uw) 1) ((l ih ng) 0))) +("doolittle" nil (((d uw) 1) ((l ih) 1) ((t ax l) 0))) +("doom" nil (((d uw m) 1))) +("doomed" nil (((d uw m d) 1))) +("dooming" nil (((d uw) 1) ((m ih ng) 0))) +("dooms" nil (((d uw m z) 1))) +("doomsayers" nil (((d uw m) 1) ((s ey) 1) ((er z) 0))) +("doomsday" nil (((d uw m z) 1) ((d ey) 1))) +("doonan" nil (((d uw) 1) ((n ax n) 0))) +("dooner" nil (((d uw) 1) ((n er) 0))) +("doonesbury" nil (((d uw n z) 1) ((b eh) 1) ((r iy) 0))) +("door" nil (((d ao r) 1))) +("doordarshan" nil (((d uw r) 1) ((d aa r) 1) ((sh ax n) 0))) +("doorenbos" nil (((d uh) 1) ((r eh n) 0) ((b ow s) 1))) +("doorkeeper" nil (((d ao r) 1) ((k iy) 1) ((p er) 0))) +("doorknob" nil (((d uw r k) 1) ((n aa b) 0))) +("doorman" nil (((d ao r) 1) ((m ae n) 1))) +("doormat" nil (((d ao r) 1) ((m ae t) 1))) +("doormats" nil (((d ao r) 1) ((m ae t s) 1))) +("doorn" nil (((d ao r n) 1))) +("doornail" nil (((d ao r) 1) ((n ey l) 1))) +("doornbos" nil (((d ao r n) 1) ((b ow z) 0))) +("doors" nil (((d ao r z) 1))) +("doorstep" nil (((d ao r) 1) ((s t eh p) 1))) +("doorsteps" nil (((d ao r) 1) ((s t eh p s) 1))) +("doorway" nil (((d ao r) 1) ((w ey) 1))) +("doorways" nil (((d ao r) 1) ((w ey z) 1))) +("doose" nil (((d uw s) 1))) +("doozy" nil (((d uw) 1) ((z iy) 0))) +("dopa" nil (((d ow) 1) ((p ax) 0))) +("dopamine" nil (((d aa) 1) ((p ax) 0) ((m ay n) 1))) +("dope" nil (((d ow p) 1))) +("doped" nil (((d ow p t) 1))) +("dopers" n (((d ow) 1) ((p er z) 0))) +("dopey" nil (((d ow) 1) ((p iy) 0))) +("dopp" nil (((d aa p) 1))) +("doppler" nil (((d aa) 1) ((p l er) 0))) +("dopson" nil (((d aa p) 1) ((s ax n) 0))) +("dora" nil (((d ao) 1) ((r ax) 0))) +("dorado" nil (((d ao) 0) ((r aa) 1) ((d ow) 0))) +("dorais" nil (((d er) 0) ((ey) 1))) +("doral" nil (((d ao) 0) ((r ae l) 1))) +("doralin" nil (((d ao) 0) ((r aa) 0) ((l iy n) 1))) +("doralynne" nil (((d ao) 1) ((r ax) 0) ((l ay n) 0))) +("doran" nil (((d ao) 0) ((r ae n) 1))) +("doraville" nil (((d ao) 1) ((r ax) 0) ((v ih l) 0))) +("dorazio" nil (((d ao) 0) ((r aa) 1) ((z iy) 0) ((ow) 0))) +("dorch" nil (((d ao r k) 1))) +("dorchester" nil (((d ao r) 1) ((ch eh) 1) ((s t er) 0))) +("dordies" nil (((d ao r) 1) ((d iy z) 0))) +("dore" nil (((d ao r) 1))) +("dorea" nil (((d ao) 1) ((r iy) 0) ((ax) 0))) +("doreen" nil (((d ao) 0) ((r iy n) 1))) +("dorelia" nil (((d ao) 0) ((r eh) 1) ((l iy) 0) ((ax) 0))) +("doremus" nil (((d ao) 1) ((r ih) 0) ((m ih s) 0))) +("doren" nil (((d ao) 1) ((r ax n) 0))) +("dorena" nil (((d ao) 1) ((r ih) 0) ((n ax) 0))) +("dorene" nil (((d ao) 1) ((r iy n) 0))) +("dorer" nil (((d ao) 1) ((r er) 0))) +("dorette" nil (((d er) 0) ((eh t) 1))) +("doretti" nil (((d ao) 0) ((r eh) 1) ((t iy) 0))) +("dorey" nil (((d ao) 1) ((r iy) 0))) +("dorf" nil (((d ao r f) 1))) +("dorff" nil (((d ao r f) 1))) +("dorfman" nil (((d ao r f) 1) ((m ax n) 0))) +("dorgan" nil (((d ao r) 1) ((g ax n) 0))) +("dori" nil (((d ao) 1) ((r iy) 0))) +("doria" nil (((d ao) 1) ((r iy) 0) ((ax) 0))) +("dorian" nil (((d ao) 1) ((r iy) 0) ((ax n) 0))) +("dorians" nil (((d ao) 1) ((r iy) 0) ((ax n z) 0))) +("doric" nil (((d ao) 1) ((r ih k) 0))) +("dorice" nil (((d ao) 1) ((r ih s) 0))) +("dorin" nil (((d ao) 1) ((r ih n) 0))) +("dorinda" nil (((d ao) 0) ((r iy n) 1) ((d ax) 0))) +("dorine" nil (((d ao) 0) ((r iy) 1) ((n iy) 0))) +("doring" nil (((d ao) 1) ((r ih ng) 0))) +("dorio" nil (((d ao) 1) ((r iy) 0) ((ow) 0))) +("dorion" nil (((d ao) 0) ((r iy) 0) ((ao n) 1))) +("doris" nil (((d ao) 1) ((r ax s) 0))) +("dorise" nil (((d ao) 1) ((r ay z) 0))) +("doritos" nil (((d ao) 1) ((r iy) 1) ((t ow z) 0))) +("dority" nil (((d ao) 1) ((r ih) 0) ((t iy) 0))) +("dorko" nil (((d ao r) 1) ((k ow) 0))) +("dorland" nil (((d ao r) 1) ((l ax n d) 0))) +("dorm" nil (((d ao r m) 1))) +("dorman" nil (((d ao r) 1) ((m ax n) 0))) +("dormancy" nil (((d ao r) 1) ((m ax n) 0) ((s iy) 0))) +("dormant" nil (((d ao r) 1) ((m ax n t) 0))) +("dormer" nil (((d ao r) 1) ((m er) 0))) +("dorminey" nil (((d ao r) 1) ((m ih) 0) ((n iy) 0))) +("dormitories" nil (((d ao r) 1) ((m ax) 0) ((t ao) 1) ((r iy z) 0))) +("dormitory" nil (((d ao r) 1) ((m ax) 0) ((t ao) 1) ((r iy) 0))) +("dormouse" nil (((d ao r) 1) ((m aw s) 1))) +("dorms" nil (((d ao r m z) 1))) +("dorn" nil (((d ao r n) 1))) +("dornak" nil (((d ao r) 1) ((n ax k) 0))) +("dornan" nil (((d ao r) 1) ((n ax n) 0))) +("dornbusch" nil (((d ao r n) 1) ((b ax sh) 0))) +("dornbush" nil (((d ao r n) 1) ((b ax sh) 0))) +("dorner" nil (((d ao r) 1) ((n er) 0))) +("dorney" nil (((d ao r) 1) ((n iy) 0))) +("dornfeld" nil (((d ao r n) 1) ((f eh l d) 0))) +("dornier" nil (((d ao r) 1) ((n ih r) 1))) +("dornin" nil (((d ao) 1) ((n ih n) 0))) +("doro" nil (((d ao) 1) ((r ow) 0))) +("doron" nil (((d ao) 1) ((r ax n) 0))) +("dorotea" nil (((d ao) 1) ((r ax) 0) ((sh ax) 0))) +("dorothea" nil (((d ao) 1) ((r ax) 0) ((th iy) 1) ((ax) 0))) +("dorothy" nil (((d ao) 1) ((r ax) 0) ((th iy) 0))) +("dorough" nil (((d ao) 1) ((r aw) 0))) +("dorow" nil (((d ao) 1) ((r ow) 0))) +("dorr" nil (((d ao r) 1))) +("dorrance" nil (((d ao) 1) ((r ax n s) 0))) +("dorrell" nil (((d ao) 0) ((r ey l) 1))) +("dorrie" nil (((d ao) 1) ((r iy) 0))) +("dorries" nil (((d ao) 1) ((r iy z) 0))) +("dorris" nil (((d ao) 1) ((r ih s) 0))) +("dorroh" nil (((d ao) 1) ((r ow) 0))) +("dorrough" nil (((d ao) 1) ((r aw) 0))) +("dorsa" nil (((d ao r) 1) ((s ax) 0))) +("dorsal" nil (((d ao r) 1) ((s ax l) 0))) +("dorsally" nil (((d ao r) 1) ((s ax) 0) ((l iy) 0))) +("dOrsay" n (((d ao r) 1) ((s iy) 0))) +("dorsch" nil (((d ao r sh) 1))) +("dorset" nil (((d ao r) 1) ((s ih t) 0))) +("dorsett" nil (((d ao r) 1) ((s ih t) 0))) +("dorsey" nil (((d ao r) 1) ((s iy) 0))) +("dorsi" nil (((d ao r) 1) ((s iy) 0))) +("dorst" nil (((d ao r s t) 1))) +("dort" nil (((d ao r t) 1))) +("dorta" nil (((d ao r) 1) ((t ax) 0))) +("dortch" nil (((d ao r ch) 1))) +("dorthea" nil (((d ao r) 1) ((dh iy) 0) ((ax) 0))) +("dorthy" nil (((d ao r) 1) ((th iy) 0))) +("dorton" nil (((d ao r) 1) ((t ax n) 0))) +("dorval" nil (((d ao r) 1) ((v ax l) 0))) +("dorward" nil (((d ao r) 1) ((w er d) 0))) +("dorwart" nil (((d ao r) 1) ((w ao r t) 0))) +("dory" nil (((d ao) 1) ((r iy) 0))) +("dos" nil (((d ao s) 1))) +("dosage" nil (((d ow) 1) ((s ax jh) 0))) +("dosages" nil (((d ow) 1) ((s ih) 0) ((jh ih z) 0))) +("dosch" nil (((d ao sh) 1))) +("doscher" nil (((d ao) 1) ((sh er) 0))) +("dose" nil (((d ow s) 1))) +("doser" nil (((d ow) 1) ((s er) 0))) +("doses" nil (((d ow) 1) ((s ax z) 0))) +("dosh" nil (((d aa sh) 1))) +("dosher" nil (((d aa) 1) ((sh er) 0))) +("doshi" nil (((d ow) 1) ((sh iy) 0))) +("doshier" nil (((d aa) 1) ((sh iy) 0) ((er) 0))) +("dosia" nil (((d ow) 1) ((s iy) 0) ((ax) 0))) +("dosie" nil (((d aa) 1) ((s iy) 0))) +("dosier" nil (((d ow) 1) ((s iy) 0) ((er) 0))) +("dosimeters" nil (((d ow) 0) ((s ih) 1) ((m ax) 0) ((t er z) 0))) +("doskocil" nil (((d ao) 1) ((s k ax) 0) ((s ih l) 0))) +("doss" nil (((d ao s) 1))) +("dossantos" nil (((d ow) 0) ((s aa n) 1) ((t ow z) 0))) +("dossett" nil (((d aa) 1) ((s ih t) 0))) +("dossey" nil (((d aa) 1) ((s iy) 0))) +("dossier" nil (((d ao s) 1) ((y ey) 1))) +("dossiers" nil (((d ao s) 1) ((y ey z) 1))) +("dost" nil (((d aa s t) 1))) +("dostal" nil (((d aa) 1) ((s t ax l) 0))) +("doster" nil (((d aa) 1) ((s t er) 0))) +("dostie" nil (((d aa) 1) ((s t iy) 0))) +("dostoevski" nil (((d ao) 1) ((s t ow v) 1) ((s k iy) 0))) +("dostoevsky" nil (((d ao) 1) ((s t ow v) 1) ((s k iy) 0))) +("doswell" nil (((d aa) 1) ((s w eh l) 0))) +("dot" nil (((d aa t) 1))) +("dotan" nil (((d ow) 1) ((t ax n) 0))) +("doten" nil (((d ow) 1) ((t ax n) 0))) +("dothan" nil (((d aa) 1) ((th ax n) 0))) +("doting" nil (((d ow) 1) ((t ih ng) 0))) +("doto" nil (((d ow) 1) ((t ow) 0))) +("dots" nil (((d aa t s) 1))) +("dotson" nil (((d aa t) 1) ((s ax n) 0))) +("dott" nil (((d aa t) 1))) +("dottavio" nil (((d ow) 0) ((t aa) 1) ((v iy) 0) ((ow) 0))) +("dotted" nil (((d aa) 1) ((t ax d) 0))) +("dotter" nil (((d aa) 1) ((t er) 0))) +("dotterer" nil (((d aa) 1) ((t er) 0) ((er) 0))) +("dottie" nil (((d aa) 1) ((t iy) 0))) +("dotting" nil (((d aa) 1) ((t ih ng) 0))) +("dotts" nil (((d aa t s) 1))) +("dotty" nil (((d aa) 1) ((t iy) 0))) +("doty" nil (((d ow) 1) ((t iy) 0))) +("dotzler" nil (((d aa t) 1) ((s l er) 0))) +("dou" nil (((d ow) 1))) +("doub" nil (((d aw b) 1))) +("doubek" nil (((d aw) 1) ((b ih k) 0))) +("doubet" nil (((d aw) 1) ((b ih t) 0))) +("double" nil (((d ah) 1) ((b ax l) 0))) +("doubled" nil (((d ah) 1) ((b ax l d) 0))) +("doubleday" nil (((d ah) 1) ((b ax l) 0) ((d ey) 1))) +("doubles" nil (((d ah) 1) ((b ax l z) 0))) +("doublespeak" nil (((d ah) 1) ((b ax l) 0) ((s p iy k) 1))) +("doublethink" nil (((d ah) 1) ((b ax l) 0) ((th ih ng k) 1))) +("doubletree" nil (((d ah) 1) ((b ax l) 0) ((t r iy) 1))) +("doubling" nil (((d ah) 1) ((b ax) 0) ((l ih ng) 0))) +("doubly" nil (((d ah) 1) ((b l iy) 0))) +("doubrava" nil (((d aw) 1) ((b r ax) 0) ((v ax) 0))) +("doubt" nil (((d aw t) 1))) +("doubted" nil (((d aw) 1) ((t ih d) 0))) +("doubters" nil (((d aw) 1) ((t er z) 0))) +("doubtfire" nil (((d aw t) 1) ((f ay) 1) ((er) 0))) +("doubtfires" nil (((d aw t) 1) ((f ay) 1) ((er z) 0))) +("doubtful" nil (((d aw t) 1) ((f ax l) 0))) +("doubting" nil (((d aw) 1) ((t ih ng) 0))) +("doubtless" nil (((d aw t) 1) ((l ax s) 0))) +("doubts" nil (((d aw t s) 1))) +("doucet" nil (((d uw) 0) ((s eh t) 1))) +("doucette" nil (((d uw) 1) ((s eh t) 1))) +("doud" nil (((d aw d) 1))) +("doudna" nil (((d aw d) 1) ((n ax) 0))) +("doudou" nil (((d ow) 1) ((d ow) 1))) +("douds" nil (((d aw d z) 1))) +("doug" nil (((d ah g) 1))) +("dougal" nil (((d uw) 1) ((g ax l) 0))) +("dougall" nil (((d aw) 1) ((g ax l) 0))) +("dougan" nil (((d aw) 1) ((g ax n) 0))) +("dough" nil (((d ow) 1))) +("doughboy" nil (((d ow) 1) ((b oy) 1))) +("dougher" nil (((d ow) 1) ((er) 0))) +("dougherty" nil (((d ow) 1) ((er) 0) ((t iy) 0))) +("doughman" nil (((d ow) 1) ((m ax n) 0))) +("doughnut" nil (((d ow) 1) ((n ah t) 1))) +("doughnuts" nil (((d ow) 1) ((n ah t s) 1))) +("doughten" nil (((d ao) 1) ((t ax n) 0))) +("doughtie" nil (((d ao) 1) ((t iy) 0))) +("doughty" nil (((d ao) 1) ((t iy) 0))) +("doughy" nil (((d ow) 1) ((iy) 0))) +("douglas" nil (((d ah) 1) ((g l ax s) 0))) +("doukas" nil (((d aw) 1) ((k ax z) 0))) +("doulton" nil (((d ow l) 1) ((t ax n) 0))) +("douma" nil (((d ow) 1) ((m ax) 0))) +("doupe" nil (((d uw p) 1))) +("dour" nil (((d aw) 1) ((er) 0))) +("douse" nil (((d aw s) 1))) +("doused" nil (((d aw s t) 1))) +("dousing" nil (((d aw) 1) ((s ih ng) 0))) +("douthat" nil (((d aw) 1) ((th ax t) 0))) +("douthett" nil (((d aw) 1) ((th ih t) 0))) +("douthit" nil (((d uw) 0) ((th ih t) 1))) +("douthitt" nil (((d uw) 0) ((th ih t) 1))) +("doutt" nil (((d aw t) 1))) +("douty" nil (((d aw) 1) ((t iy) 0))) +("douville" nil (((d uw) 0) ((v ih l) 1))) +("douwe" nil (((d uw) 1))) +("dov" nil (((d aa v) 1))) +("dove" nil (((d ah v) 1))) +("dovel" nil (((d ow) 0) ((v eh l) 1))) +("dover" nil (((d ow) 1) ((v er) 0))) +("doverspike" nil (((d ax) 0) ((v er) 1) ((s p ih k) 0))) +("doves" nil (((d ah v z) 1))) +("dovetail" nil (((d ah v) 1) ((t ey l) 1))) +("dovetailed" nil (((d ah v) 1) ((t ey l d) 1))) +("dovetails" nil (((d ah v) 1) ((t ey l z) 1))) +("dovey" nil (((d ax) 0) ((v ey) 1))) +("dovidio" nil (((d ow) 0) ((v iy) 1) ((d iy) 0) ((ow) 0))) +("dovish" nil (((d ow) 1) ((v ih sh) 0))) +("dow" nil (((d aw) 1))) +("dowager" nil (((d aw) 1) ((ax) 0) ((jh er) 0))) +("dowd" nil (((d aw d) 1))) +("dowda" nil (((d aw) 1) ((d ax) 0))) +("dowdall" nil (((d aw) 1) ((d ax l) 0))) +("dowdell" nil (((d aw) 1) ((d ax l) 0))) +("dowden" nil (((d aw) 1) ((d ax n) 0))) +("dowding" nil (((d aw) 1) ((d ih ng) 0))) +("dowdle" nil (((d aw) 1) ((d ax l) 0))) +("dowds" nil (((d aw d z) 1))) +("dowdy" nil (((d aw) 1) ((d iy) 0))) +("dowe" nil (((d aw) 1))) +("dowel" nil (((d aw) 1) ((ax l) 0))) +("dowell" nil (((d aa) 1) ((w eh l) 0))) +("dowels" nil (((d aw) 1) ((ax l z) 0))) +("dowen" nil (((d aw) 1) ((ax n) 0))) +("dower" nil (((d aw r) 1))) +("dowers" nil (((d aw r z) 1))) +("dowie" nil (((d aw) 1) ((iy) 0))) +("dowis" nil (((d aw) 1) ((ih s) 0))) +("dowland" nil (((d aw) 1) ((l ax n d) 0))) +("dowlen" nil (((d aw) 1) ((l ax n) 0))) +("dowler" nil (((d aw) 1) ((l er) 0))) +("dowless" nil (((d aw) 1) ((l ax s) 0))) +("dowling" nil (((d aw) 1) ((l ih ng) 0))) +("down" nil (((d aw n) 1))) +("downard" nil (((d aw) 1) ((n er d) 0))) +("downbeat" nil (((d aw n) 0) ((b iy t) 1))) +("downcast" nil (((d aw n) 1) ((k ae s t) 1))) +("downdraft" nil (((d aw n) 1) ((d r ae f t) 1))) +("downe" nil (((d aw n) 1))) +("downed" nil (((d aw n d) 1))) +("downen" nil (((d aw) 1) ((n ax n) 0))) +("downer" nil (((d aw) 1) ((n er) 0))) +("downers" nil (((d aw) 1) ((n er z) 0))) +("downes" nil (((d aw n z) 1))) +("downey" nil (((d aw) 1) ((n iy) 0))) +("downfall" nil (((d aw n) 1) ((f ao l) 1))) +("downgrade" nil (((d aw n) 1) ((g r ey d) 1))) +("downgraded" nil (((d aw n) 1) ((g r ey) 1) ((d ax d) 0))) +("downgrades" nil (((d aw n) 1) ((g r ey d z) 1))) +("downgrading" nil (((d aw n) 1) ((g r ey) 1) ((d ih ng) 0))) +("downgradings" nil (((d aw n) 1) ((g r ey) 1) ((d ih ng z) 0))) +("downham" nil (((d aw n) 1) ((hh ax m) 0))) +("downhill" nil (((d aw n) 1) ((hh ih l) 1))) +("downie" nil (((d aw) 1) ((n iy) 0))) +("downing" nil (((d aw) 1) ((n ih ng) 0))) +("downingtown" nil (((d aw) 1) ((n ih ng) 0) ((t aw n) 1))) +("download" nil (((d aw n) 1) ((l ow d) 1))) +("downloaded" nil (((d aw n) 1) ((l ow) 1) ((d ih d) 0))) +("downloading" nil (((d aw n) 1) ((l ow) 1) ((d ih ng) 0))) +("downpayment" nil (((d aw n) 1) ((p ey) 1) ((m ax n t) 0))) +("downplay" nil (((d aw n) 1) ((p l ey) 1))) +("downplayed" nil (((d aw n) 1) ((p l ey d) 1))) +("downplaying" nil (((d aw n) 1) ((p l ey) 1) ((ih ng) 0))) +("downplays" nil (((d aw n) 1) ((p l ey z) 1))) +("downpour" nil (((d aw n) 1) ((p ao r) 0))) +("downpours" nil (((d aw n) 1) ((p ao r z) 1))) +("downrange" nil (((d aw n) 1) ((r ey n jh) 1))) +("downright" nil (((d aw n) 1) ((r ay t) 1))) +("downriver" nil (((d aw n) 1) ((r ih) 1) ((v er) 0))) +("downs" nil (((d aw n z) 1))) +("downside" nil (((d aw n) 1) ((s ay d) 1))) +("downsize" nil (((d aw n) 1) ((s ay z) 1))) +("downsized" nil (((d aw n) 1) ((s ay z d) 1))) +("downsizing" nil (((d aw n) 1) ((s ay) 1) ((z ih ng) 0))) +("downstage" nil (((d aw n) 1) ((s t ey jh) 1))) +("downstairs" nil (((d aw n) 1) ((s t eh r z) 1))) +("downstate" nil (((d aw n) 1) ((s t ey t) 1))) +("downstream" nil (((d aw n) 1) ((s t r iy m) 1))) +("downswing" nil (((d aw n) 1) ((s w ih ng) 1))) +("downtime" nil (((d aw n) 1) ((t ay m) 1))) +("downtown" nil (((d aw n) 1) ((t aw n) 1))) +("downtowns" nil (((d aw n) 1) ((t aw n z) 1))) +("downtrend" nil (((d aw n) 1) ((t r eh n d) 1))) +("downtrodden" nil (((d aw n) 1) ((t r aa) 1) ((d ax n) 0))) +("downturn" nil (((d aw n) 1) ((t er n) 1))) +("downturns" nil (((d aw n) 1) ((t er n z) 1))) +("downum" nil (((d aw) 1) ((n ax m) 0))) +("downward" nil (((d aw n) 1) ((w er d) 0))) +("downwardly" nil (((d aw n) 1) ((w er d) 0) ((l iy) 0))) +("downwards" nil (((d aw n) 1) ((w er d z) 0))) +("downy" nil (((d aw) 1) ((n iy) 0))) +("dowry" nil (((d aw) 1) ((r iy) 0))) +("dowse" nil (((d aw s) 1))) +("dowty" nil (((d aw) 1) ((t iy) 0))) +("doxey" nil (((d aa k) 1) ((s iy) 0))) +("doxie" nil (((d aa k) 1) ((s iy) 0))) +("doxologies" nil (((d aa k) 0) ((s aa) 1) ((l ax) 0) ((jh iy z) 0))) +("doxology" nil (((d aa k) 0) ((s aa) 1) ((l ax) 0) ((jh iy) 0))) +("doxtater" nil (((d aa k) 1) ((s t ey) 0) ((t er) 0))) +("doxy" nil (((d aa k) 1) ((s iy) 0))) +("doyal" nil (((d oy) 0) ((aa l) 1))) +("doyel" nil (((d oy) 1) ((ax l) 0))) +("doyen" nil (((d oy) 1) ((ih n) 0))) +("doyenne" n (((d ao) 0) ((y eh n) 1))) +("doyle" nil (((d oy l) 1))) +("doyon" nil (((d oy) 1) ((ax n) 0))) +("dozed" nil (((d ow z d) 1))) +("dozen" nil (((d ah) 1) ((z ax n) 0))) +("dozens" nil (((d ah) 1) ((z ax n z) 0))) +("dozier" nil (((d ow) 1) ((z iy) 0) ((er) 0))) +("dozing" nil (((d ow) 1) ((z ih ng) 0))) +("drab" nil (((d r ae b) 1))) +("drabble" nil (((d r ae) 1) ((b ax l) 0))) +("drabek" nil (((d r ae) 1) ((b ih k) 0))) +("drabenstott" nil (((d r ax) 0) ((b eh n) 1) ((s t ax t) 0))) +("drabik" nil (((d r aa) 1) ((b ih k) 0))) +("drabinsky" nil (((d r ax) 0) ((b ih n) 1) ((s k iy) 0))) +("drabkin" nil (((d r ae b) 1) ((k ih n) 1))) +("drabs" nil (((d r ae b z) 1))) +("drace" nil (((d r ey s) 1))) +("drach" nil (((d r ae ch) 1))) +("drachenberg" nil (((d r ae) 1) ((k ax n) 0) ((b er g) 0))) +("drachma" nil (((d r ae k) 1) ((m ax) 0))) +("drachmas" nil (((d r aa k) 1) ((m ax z) 0))) +("drackett" nil (((d r ae) 1) ((k ih t) 0))) +("draconian" nil (((d r ey) 0) ((k ow) 1) ((n iy) 0) ((ax n) 0))) +("dracula" nil (((d r ae) 1) ((k y uw) 0) ((l ax) 0))) +("draeger" nil (((d r eh) 1) ((g er) 0))) +("draffen" nil (((d r ae) 1) ((f ax n) 0))) +("draft" nil (((d r ae f t) 1))) +("drafted" nil (((d r ae f) 1) ((t ih d) 0))) +("draftees" nil (((d r ae f) 1) ((t iy z) 1))) +("drafter" nil (((d r ae f) 1) ((t er) 0))) +("drafters" nil (((d r ae f) 1) ((t er z) 0))) +("drafting" nil (((d r ae f) 1) ((t ih ng) 0))) +("drafts" nil (((d r ae f t s) 1))) +("draftsman" nil (((d r ae f t) 1) ((s m ax n) 0))) +("draftsmanship" nil (((d r ae f t) 1) ((s m ax n) 0) ((sh ih p) 1))) +("draftsmen" nil (((d r ae f t) 1) ((s m ax n) 0))) +("drafty" nil (((d r ae f) 1) ((t iy) 0))) +("drag" nil (((d r ae g) 1))) +("dragan" nil (((d r aa) 1) ((g ax n) 0))) +("drage" nil (((d r ey jh) 1))) +("drager" nil (((d r ey) 1) ((g er) 0))) +("dragged" nil (((d r ae g d) 1))) +("dragging" nil (((d r ae) 1) ((g ih ng) 0))) +("draggy" nil (((d r ae) 1) ((g iy) 0))) +("dragline" nil (((d r ae) 1) ((g l ay n) 1))) +("dragnet" nil (((d r ae g) 1) ((n eh t) 1))) +("dragnets" nil (((d r ae g) 1) ((n eh t s) 1))) +("drago" nil (((d r aa) 1) ((g ow) 0))) +("dragon" nil (((d r ae) 1) ((g ax n) 0))) +("dragonair" nil (((d r ae) 1) ((g ax) 0) ((n eh r) 1))) +("dragone" nil (((d r ax) 0) ((g ow n) 1))) +("dragonhead" nil (((d r ae) 1) ((g ax n) 0) ((hh eh d) 1))) +("dragons" nil (((d r ae) 1) ((g ax n z) 0))) +("dragoo" nil (((d r aa) 1) ((g uw) 0))) +("dragovich" nil (((d r ae) 1) ((g ax) 0) ((v ih ch) 0))) +("drags" nil (((d r ae g z) 1))) +("draheim" nil (((d r ae) 1) ((hh ay m) 0))) +("drahos" nil (((d r ey) 1) ((hh ow z) 0))) +("drahuschak" nil (((d r ae) 1) ((hh ax) 0) ((sh ae k) 0))) +("drain" nil (((d r ey n) 1))) +("drainage" nil (((d r ey) 1) ((n ax jh) 0))) +("draine" nil (((d r ey n) 1))) +("drained" nil (((d r ey n d) 1))) +("drainers" nil (((d r ey) 1) ((n er z) 0))) +("draining" nil (((d r ey) 1) ((n ih ng) 0))) +("drains" nil (((d r ey n z) 1))) +("drake" nil (((d r ey k) 1))) +("drakeford" nil (((d r ae) 1) ((k ih) 0) ((f ao r d) 0))) +("drakes" nil (((d r ey k s) 1))) +("drakos" nil (((d r ey) 1) ((k ow z) 0))) +("dralle" nil (((d r ey l) 1))) +("dram" nil (((d r ae m) 1))) +("drama" nil (((d r aa) 1) ((m ax) 0))) +("dramamine" nil (((d r ae) 1) ((m ax) 0) ((m iy n) 1))) +("dramas" nil (((d r aa) 1) ((m ax z) 0))) +("dramatic" nil (((d r ax) 0) ((m ae) 1) ((t ih k) 0))) +("dramatically" nil (((d r ax) 0) ((m ae) 1) ((t ih) 0) ((k l iy) 0))) +("dramatist" nil (((d r aa) 1) ((m ax) 0) ((t ih s t) 0))) +("dramatization" nil (((d r ae) 1) ((m ax) 0) ((t ax) 0) ((z ey) 1) ((sh ax n) 0))) +("dramatizations" nil (((d r ae) 1) ((m ax) 0) ((t ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("dramatize" nil (((d r aa) 1) ((m ax) 0) ((t ay z) 1))) +("dramatized" nil (((d r ae) 1) ((m ax) 0) ((t ay z d) 1))) +("dramatizes" nil (((d r ae) 1) ((m ax) 0) ((t ay) 1) ((z ih z) 0))) +("dramatizing" nil (((d r ae) 1) ((m ax) 0) ((t ay) 1) ((z ih ng) 0))) +("drams" nil (((d r ae m z) 1))) +("drane" nil (((d r ey n) 1))) +("draney" nil (((d r ey) 1) ((n iy) 0))) +("drank" nil (((d r ae ng k) 1))) +("drape" nil (((d r ey p) 1))) +("drapeau" nil (((d r ax) 0) ((p ow) 1))) +("draped" nil (((d r ey p t) 1))) +("draper" nil (((d r ey) 1) ((p er) 0))) +("draperies" nil (((d r ey) 1) ((p er) 0) ((iy z) 0))) +("drapery" nil (((d r ey) 1) ((p er) 0) ((iy) 0))) +("drapes" nil (((d r ey p s) 1))) +("draping" nil (((d r ey) 1) ((p ih ng) 0))) +("drapkin" nil (((d r ae p) 1) ((k ih n) 0))) +("drasner" nil (((d r ae) 1) ((s n er) 0))) +("drastic" nil (((d r ae) 1) ((s t ih k) 0))) +("drastically" nil (((d r ae) 1) ((s t ih) 0) ((k l iy) 0))) +("draughn" nil (((d r ao n) 1))) +("draughon" nil (((d r ao) 1) ((ax n) 0))) +("draught" nil (((d r ae f t) 1))) +("draughts" nil (((d r ae f t s) 1))) +("draus" nil (((d r ao z) 1))) +("draves" nil (((d r ey v z) 1))) +("dravis" nil (((d r ae) 1) ((v ih s) 0))) +("dravo" nil (((d r ae) 1) ((v ow) 0))) +("draw" nil (((d r ao) 1))) +("drawback" nil (((d r ao) 1) ((b ae k) 1))) +("drawbacks" nil (((d r ao) 1) ((b ae k s) 1))) +("drawbaugh" nil (((d r ao) 1) ((b ao) 1))) +("drawbridge" nil (((d r ao) 1) ((b r ih jh) 1))) +("drawdown" nil (((d r ao) 1) ((d aw n) 1))) +("drawdowns" nil (((d r ao) 1) ((d aw n z) 1))) +("drawdy" nil (((d r ao) 1) ((d iy) 0))) +("drawer" nil (((d r ao r) 1))) +("drawers" nil (((d r ao r z) 1))) +("drawing" nil (((d r ao) 1) ((ih ng) 0))) +("drawings" nil (((d r ao) 1) ((ih ng z) 0))) +("drawknife" n (((d r ao) 1) ((n ay f) 0))) +("drawl" nil (((d r ao l) 1))) +("drawled" nil (((d r ao l d) 1))) +("drawls" nil (((d r ao l z) 1))) +("drawn" nil (((d r ao n) 1))) +("draws" nil (((d r ao z) 1))) +("dray" nil (((d r ey) 1))) +("drayer" nil (((d r ey) 1) ((er) 0))) +("drayton" nil (((d r ey) 1) ((t ax n) 0))) +("dread" nil (((d r eh d) 1))) +("dreaded" nil (((d r eh) 1) ((d ih d) 0))) +("dreadful" nil (((d r eh d) 1) ((f ax l) 0))) +("dreadfully" nil (((d r eh d) 1) ((f ax) 0) ((l iy) 0))) +("dreading" nil (((d r eh) 1) ((d ih ng) 0))) +("dreadnought" nil (((d r eh d) 1) ((n ao t) 1))) +("dream" nil (((d r iy m) 1))) +("dreamed" nil (((d r iy m d) 1))) +("dreamer" nil (((d r iy) 1) ((m er) 0))) +("dreamers" nil (((d r iy) 1) ((m er z) 0))) +("dreaming" nil (((d r iy) 1) ((m ih ng) 0))) +("dreamlike" nil (((d r iy m) 1) ((l ay k) 1))) +("dreams" nil (((d r iy m z) 1))) +("dreamt" nil (((d r eh m t) 1))) +("dreamworks" nil (((d r iy m) 1) ((w er k s) 1))) +("dreamworld" nil (((d r iy m) 1) ((w er l d) 1))) +("dreamy" nil (((d r iy) 1) ((m iy) 0))) +("dreariness" nil (((d r iy) 1) ((r iy) 0) ((n ax s) 0))) +("dreary" nil (((d r ih) 1) ((r iy) 0))) +("drebsky" nil (((d r eh b) 1) ((s k iy) 0))) +("drechsel" nil (((d r eh k) 1) ((s ax l) 0))) +("drechsler" nil (((d r eh k) 1) ((s ax) 0) ((l er) 0))) +("dred" nil (((d r eh d) 1))) +("dredge" nil (((d r eh jh) 1))) +("dredged" nil (((d r eh jh d) 1))) +("dredges" nil (((d r eh) 1) ((jh ax z) 0))) +("dredging" nil (((d r eh) 1) ((jh ih ng) 0))) +("drees" nil (((d r iy z) 1))) +("dreese" nil (((d r iy z) 1))) +("dreessen" nil (((d r iy) 1) ((s ax n) 0))) +("dreger" nil (((d r eh) 1) ((g er) 0))) +("dregs" nil (((d r eh g z) 1))) +("dreher" nil (((d r eh r) 1))) +("dreibelbis" nil (((d r ay) 1) ((b ih l) 0) ((b ih s) 0))) +("dreier" nil (((d r ay) 1) ((er) 0))) +("dreiling" nil (((d r ay) 1) ((l ih ng) 0))) +("dreis" nil (((d r iy z) 1))) +("dreisbach" nil (((d r ay s) 1) ((b aa k) 1))) +("dreman" nil (((d r iy) 1) ((m ax n) 0))) +("drench" nil (((d r eh n ch) 1))) +("drenched" nil (((d r eh n ch t) 1))) +("drenching" nil (((d r eh n) 1) ((ch ih ng) 0))) +("drennan" nil (((d r eh) 1) ((n ax n) 0))) +("drennen" nil (((d r eh) 1) ((n ax n) 0))) +("drenning" nil (((d r eh) 1) ((n ih ng) 0))) +("drennon" nil (((d r eh) 1) ((n ax n) 0))) +("drenth" nil (((d r eh n th) 1))) +("drepung" nil (((d r ey) 1) ((p ah ng) 1))) +("dresbach" nil (((d r eh s) 1) ((b aa k) 1))) +("dresch" nil (((d r eh sh) 1))) +("drescher" nil (((d r eh) 1) ((sh er) 0))) +("dresden" nil (((d r eh z) 1) ((d ih n) 0))) +("dresdner" nil (((d r eh z) 1) ((n er) 0))) +("dresen" nil (((d r iy) 1) ((z ax n) 0))) +("dresher" nil (((d r eh) 1) ((sh er) 0))) +("dresner" nil (((d r eh z) 1) ((n er) 0))) +("dress" nil (((d r eh s) 1))) +("dressage" nil (((d r eh) 0) ((s aa zh) 1))) +("dressed" nil (((d r eh s t) 1))) +("dressel" nil (((d r eh) 1) ((s ax l) 0))) +("dressen" nil (((d r eh) 1) ((s ax n) 0))) +("dresser" nil (((d r eh) 1) ((s er) 0))) +("dressers" nil (((d r eh) 1) ((s er z) 0))) +("dresses" nil (((d r eh) 1) ((s ax z) 0))) +("dressier" nil (((d r eh) 1) ((s iy) 0) ((er) 0))) +("dressing" nil (((d r eh) 1) ((s ih ng) 0))) +("dressings" nil (((d r eh) 1) ((s ih ng z) 0))) +("dressler" nil (((d r eh) 1) ((s l er) 0))) +("dressmaker" nil (((d r eh) 1) ((s m ey) 1) ((k er) 0))) +("dressmaking" nil (((d r eh) 1) ((s m ey) 1) ((k ih ng) 0))) +("dressy" nil (((d r eh) 1) ((s iy) 0))) +("drew" nil (((d r uw) 1))) +("drewery" nil (((d r uw) 1) ((er) 0) ((iy) 0))) +("drewes" nil (((d r uw z) 1))) +("drewett" nil (((d r uw) 1) ((ih t) 0))) +("drewry" nil (((d r uw) 1) ((r iy) 0))) +("drews" nil (((d r uw z) 1))) +("drexel" nil (((d r eh k) 1) ((s ax l) 0))) +("drexler" nil (((d r eh k) 1) ((s l er) 0))) +("drey" nil (((d r ey) 1))) +("dreyer" nil (((d r ey) 1) ((er) 0))) +("dreyfus" nil (((d r ay) 1) ((f ax s) 0))) +("dreyfuss" nil (((d r ey) 1) ((f ax s) 0))) +("dribble" nil (((d r ih) 1) ((b ax l) 0))) +("dribbled" nil (((d r ih) 1) ((b ax l d) 0))) +("dribbling" nil (((d r ih) 1) ((b ax) 0) ((l ih ng) 0))) +("dried" nil (((d r ay d) 1))) +("driehaus" nil (((d r iy) 1) ((hh aw s) 1))) +("drier" nil (((d r ay) 1) ((er) 0))) +("dries" nil (((d r ay z) 1))) +("driessen" nil (((d r iy) 1) ((s ax n) 0))) +("driest" nil (((d r ay) 1) ((ax s t) 0))) +("driever" nil (((d r iy) 1) ((v er) 0))) +("drift" nil (((d r ih f t) 1))) +("drifted" nil (((d r ih f) 1) ((t ax d) 0))) +("drifter" nil (((d r ih f) 1) ((t er) 0))) +("drifting" nil (((d r ih f) 1) ((t ih ng) 0))) +("driftnet" nil (((d r ih f t) 1) ((n eh t) 1))) +("drifts" nil (((d r ih f t s) 1))) +("driftwood" nil (((d r ih f) 1) ((t w uh d) 1))) +("driggers" nil (((d r ih) 1) ((g er z) 0))) +("driggs" nil (((d r ih g z) 1))) +("drill" nil (((d r ih l) 1))) +("drillbit" nil (((d r ih l) 1) ((b ih t) 1))) +("drilled" nil (((d r ih l d) 1))) +("driller" nil (((d r ih) 1) ((l er) 0))) +("drillers" nil (((d r ih) 1) ((l er z) 0))) +("drilling" nil (((d r ih) 1) ((l ih ng) 0))) +("drills" nil (((d r ih l z) 1))) +("drina" nil (((d iy) 1) ((n ax) 0))) +("drinas" nil (((d iy) 1) ((n ax z) 0))) +("dring" nil (((d r ih ng) 1))) +("drink" nil (((d r ih ng k) 1))) +("drinkard" nil (((d r ih ng) 1) ((k er d) 0))) +("drinker" nil (((d r ih ng) 1) ((k er) 0))) +("drinkers" nil (((d r ih ng) 1) ((k er z) 0))) +("drinking" nil (((d r ih ng) 1) ((k ih ng) 0))) +("drinks" nil (((d r ih ng k s) 1))) +("drinkwater" nil (((d r ih ng) 1) ((k w ao) 1) ((t er) 0))) +("drinkwine" nil (((d r ih ng) 1) ((k w ay n) 1))) +("drinnon" nil (((d r ih) 1) ((n ax n) 0))) +("drip" nil (((d r ih p) 1))) +("dripped" nil (((d r ih p t) 1))) +("dripping" nil (((d r ih) 1) ((p ih ng) 0))) +("dripps" nil (((d r ih p s) 1))) +("drips" nil (((d r ih p s) 1))) +("driscoll" nil (((d r ih) 1) ((s k ax l) 0))) +("driskell" nil (((d r ih) 1) ((s k ax l) 0))) +("driskill" nil (((d r ih) 1) ((s k ih l) 0))) +("drivable" nil (((d r ay) 1) ((v ax) 0) ((b ax l) 0))) +("drive" nil (((d r ay v) 1))) +("drivel" nil (((d r ih) 1) ((v ax l) 0))) +("driven" nil (((d r ih) 1) ((v ax n) 0))) +("driver" nil (((d r ay) 1) ((v er) 0))) +("drivers" nil (((d r ay) 1) ((v er z) 0))) +("drives" nil (((d r ay v z) 1))) +("driveway" nil (((d r ay v) 1) ((w ey) 1))) +("driveways" nil (((d r ay v) 1) ((w ey z) 1))) +("driving" nil (((d r ay) 1) ((v ih ng) 0))) +("drizzle" nil (((d r ih) 1) ((z ax l) 0))) +("drizzling" nil (((d r ih) 1) ((z ax) 0) ((l ih ng) 0))) +("drizzly" nil (((d r ih) 1) ((z l iy) 0))) +("drobny" nil (((d r aa b) 1) ((n iy) 0))) +("droddy" nil (((d r aa) 1) ((d iy) 0))) +("droege" nil (((d r ow jh) 1))) +("droessler" nil (((d r ow) 1) ((s ax) 0) ((l er) 0))) +("droge" nil (((d r ow jh) 1))) +("drogoul" nil (((d r ow) 0) ((g uw l) 1))) +("drogue" nil (((d r ow g) 1))) +("drohan" nil (((d r ow) 1) ((ax n) 0))) +("droke" nil (((d r ow k) 1))) +("drolet" nil (((d r ow) 1) ((l ih t) 0))) +("droll" nil (((d r ow l) 1))) +("drollinger" nil (((d r ow) 1) ((l ih ng) 0) ((er) 0))) +("dromedary" nil (((d r aa) 1) ((m ax) 0) ((d eh) 1) ((r iy) 0))) +("dromer" nil (((d r ow) 1) ((m er) 0))) +("dromey" nil (((d r ow) 1) ((m iy) 0))) +("dromgoole" nil (((d r aa m) 1) ((g uw l) 1))) +("dromgooles" nil (((d r aa m) 0) ((g uw l z) 1))) +("dromon" nil (((d r ow) 1) ((m ax n) 0))) +("drone" nil (((d r ow n) 1))) +("droned" nil (((d r ow n d) 1))) +("drones" nil (((d r ow n z) 1))) +("dronet" nil (((d r ow) 1) ((n ih t) 0))) +("droney" nil (((d r ow) 1) ((n iy) 0))) +("droning" nil (((d r ow) 1) ((n ih ng) 0))) +("drool" nil (((d r uw l) 1))) +("drooling" nil (((d r uw) 1) ((l ih ng) 0))) +("droop" nil (((d r uw p) 1))) +("drooped" nil (((d r uw p t) 1))) +("drooping" nil (((d r uw) 1) ((p ih ng) 0))) +("droopy" nil (((d r uw) 1) ((p iy) 0))) +("drop" nil (((d r aa p) 1))) +("dropkin" nil (((d r aa p) 1) ((k ih n) 0))) +("droplet" nil (((d r aa) 1) ((p l ax t) 0))) +("droplets" nil (((d r aa) 1) ((p l ax t s) 0))) +("dropoff" nil (((d r aa) 1) ((p ao f) 1))) +("dropout" nil (((d r aa) 1) ((p aw t) 1))) +("dropouts" nil (((d r aa) 1) ((p aw t s) 1))) +("dropped" nil (((d r aa p t) 1))) +("droppers" nil (((d r aa) 1) ((p er z) 0))) +("dropping" nil (((d r aa) 1) ((p ih ng) 0))) +("droppings" nil (((d r aa) 1) ((p ih ng z) 0))) +("drops" nil (((d r aa p s) 1))) +("dropsy" nil (((d r aa p) 1) ((s iy) 0))) +("droser" nil (((d r ow) 1) ((z er) 0))) +("dross" nil (((d r ao s) 1))) +("drost" nil (((d r aa s t) 1))) +("droste" nil (((d r ow s t) 1))) +("drotar" nil (((d r ow) 1) ((t er) 0))) +("drought" nil (((d r aw t) 1))) +("droughts" nil (((d r aw t s) 1))) +("drouillard" nil (((d r) 0) ((w iy) 0) ((l aa r d) 1))) +("drouin" nil (((d r) 0) ((w iy n) 1))) +("drove" nil (((d r ow v) 1))) +("drover" nil (((d r ow) 1) ((v er) 0))) +("droves" nil (((d r ow v z) 1))) +("drown" nil (((d r aw n) 1))) +("drowned" nil (((d r aw n d) 1))) +("drowning" nil (((d r aw) 1) ((n ih ng) 0))) +("drownings" nil (((d r aw) 1) ((n ih ng z) 0))) +("drowns" nil (((d r aw n z) 1))) +("drowsiness" nil (((d r aw) 1) ((z iy) 0) ((n ax s) 0))) +("drowsy" nil (((d r aw) 1) ((z iy) 0))) +("droz" nil (((d r aa z) 1))) +("drozd" nil (((d r aa z d) 1))) +("drozda" nil (((d r aa z) 1) ((d ax) 0))) +("drozdowski" nil (((d r ax z) 0) ((d ao f) 1) ((s k iy) 0))) +("dru" nil (((d r uw) 1))) +("drubbed" nil (((d r ah b d) 1))) +("drubbing" nil (((d r ah) 1) ((b ih ng) 0))) +("druce" nil (((d r uw s) 1))) +("drucie" nil (((d r ah) 1) ((k iy) 0))) +("druck" nil (((d r ah k) 1))) +("druckenmiller" nil (((d r ah) 1) ((k ih n) 0) ((m ih) 1) ((l er) 0))) +("drucker" nil (((d r ah) 1) ((k er) 0))) +("druckman" nil (((d r ah k) 1) ((m ax n) 0))) +("drudge" nil (((d r ah jh) 1))) +("drudgery" nil (((d r ah) 1) ((jh er) 0) ((iy) 0))) +("druella" nil (((d r uw) 1) ((eh) 1) ((l ax) 0))) +("drug" nil (((d r ah g) 1))) +("drugan" nil (((d r uw) 1) ((g ax n) 0))) +("drugged" nil (((d r ah g d) 1))) +("druggist" nil (((d r ah) 1) ((g ih s t) 0))) +("druggists" nil (((d r ah) 1) ((g ax s t s) 0))) +("drugmaker" nil (((d r ah g) 1) ((m ey) 1) ((k er) 0))) +("drugmakers" nil (((d r ah g) 1) ((m ey) 1) ((k er z) 0))) +("drugs" nil (((d r ah g z) 1))) +("drugstore" nil (((d r ah g) 1) ((s t ao r) 1))) +("drugstores" nil (((d r ah g) 1) ((s t ao r z) 1))) +("druid" nil (((d r uw) 1) ((ih d) 0))) +("druidism" nil (((d r uw) 1) ((ax) 0) ((d ih) 1) ((z ax m) 0))) +("druids" nil (((d r uw) 1) ((ih d z) 0))) +("druisilla" nil (((d r ih) 0) ((s ih) 1) ((l ax) 0))) +("drum" nil (((d r ah m) 1))) +("drumbeat" nil (((d r ah m) 1) ((b iy t) 1))) +("drumbeats" n (((d r ah m) 1) ((b iy t s) 0))) +("drumhead" nil (((d r ah m) 1) ((hh eh d) 1))) +("drumheller" nil (((d r ah m) 1) ((hh eh) 1) ((l er) 0))) +("drumm" nil (((d r ah m) 1))) +("drummed" nil (((d r ah m d) 1))) +("drummer" nil (((d r ah) 1) ((m er) 0))) +("drummers" nil (((d r ah) 1) ((m er z) 0))) +("drummey" nil (((d r ah) 1) ((m iy) 0))) +("drumming" nil (((d r ah) 1) ((m ih ng) 0))) +("drummond" nil (((d r ah) 1) ((m ax n d) 0))) +("drummonds" nil (((d r ah) 1) ((m ax n d z) 0))) +("drumright" nil (((d r ah) 1) ((m r ay t) 1))) +("drums" nil (((d r ah m z) 1))) +("drumwright" nil (((d r ah) 1) ((m r ay t) 1))) +("drunk" nil (((d r ah ng k) 1))) +("drunkard" nil (((d r ah ng) 1) ((k er d) 0))) +("drunkards" nil (((d r ah ng) 1) ((k er d z) 0))) +("drunken" nil (((d r ah ng) 1) ((k ax n) 0))) +("drunkenness" nil (((d r ah ng) 1) ((k ax n) 0) ((n ax s) 0))) +("drunks" nil (((d r ah ng k s) 1))) +("drupe" nil (((d r uw p) 1))) +("drupes" nil (((d r uw p s) 1))) +("drury" nil (((d r uw) 1) ((r iy) 0))) +("drusa" nil (((d r uw) 1) ((s ax) 0))) +("druse" nil (((d r uw z) 1))) +("drusie" nil (((d r ah) 1) ((s iy) 0))) +("drusilla" nil (((d r uw) 1) ((s ih) 1) ((l ax) 0))) +("druthers" nil (((d r ah) 1) ((dh er z) 0))) +("druze" nil (((d r uw z) 1))) +("dry" nil (((d r ay) 1))) +("dryclean" nil (((d r ay) 1) ((k l iy n) 1))) +("dryden" nil (((d r ay) 1) ((d ax n) 0))) +("drye" nil (((d r ay) 1))) +("dryer" nil (((d r ay) 1) ((er) 0))) +("dryers" nil (((d r ay) 1) ((er z) 0))) +("drying" nil (((d r ay) 1) ((ih ng) 0))) +("dryly" nil (((d r ay) 1) ((l iy) 0))) +("dryness" nil (((d r ay) 1) ((n ax s) 0))) +("drypers" nil (((d r ay) 1) ((p er z) 0))) +("drypoint" nil (((d r ay) 1) ((p oy n t) 1))) +("drysdale" nil (((d r ay z) 1) ((d ey l) 1))) +("drzewiecki" nil (((jh uw) 0) ((iy t) 1) ((s k iy) 0))) +("dsouza" nil (((d ax) 0) ((s uw) 1) ((z ax) 0))) +("dtl" nil (((d iy) 1) ((t iy) 1) ((eh l) 1))) +("du" nil (((d uw) 1))) +("dual" nil (((d uw) 1) ((ax l) 0))) +("dualism" nil (((d uw) 1) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("dualisms" nil (((d uw) 1) ((ax) 0) ((l ih) 1) ((z ax m z) 0))) +("dualist" nil (((d uw) 1) ((ax) 0) ((l ih s t) 0))) +("dualistic" nil (((d uw) 1) ((ax) 0) ((l ih) 1) ((s t ih k) 0))) +("duality" nil (((d uw) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("duals" nil (((d uw) 1) ((ax l z) 0))) +("duan" nil (((d w aa n) 1))) +("duana" nil (((d uw) 0) ((ae) 1) ((n ax) 0))) +("duane" nil (((d w ey n) 1))) +("duanwu" nil (((d w aa n) 1) ((w uw) 1))) +("duarte" nil (((d w aa r) 1) ((t ey) 1))) +("dub" nil (((d ah b) 1))) +("duba" nil (((d uw) 1) ((b ax) 0))) +("dubach" nil (((d ah) 1) ((b aa k) 0))) +("dubai" nil (((d uw) 0) ((b ay) 1))) +("dubarry" nil (((d uw) 1) ((b eh) 1) ((r iy) 0))) +("dubas" nil (((d uw) 1) ((b ax z) 0))) +("dubay" nil (((d ah) 1) ((b ey) 0))) +("dubbed" nil (((d ah b d) 1))) +("dubberly" nil (((d ah) 1) ((b er) 0) ((l iy) 0))) +("dubbing" nil (((d ah) 1) ((b ih ng) 0))) +("dubbs" nil (((d ah b z) 1))) +("dubcek" nil (((d ah b) 1) ((ch eh k) 1))) +("dube" nil (((d uw b) 1))) +("dubeau" nil (((d ax) 0) ((b ow) 1))) +("duberstein" nil (((d uw) 1) ((b er) 0) ((s t ay n) 1))) +("dubey" nil (((d ah) 1) ((b iy) 0))) +("dubicki" nil (((d ax) 0) ((b ih t) 1) ((s k iy) 0))) +("dubie" nil (((d ah) 1) ((b iy) 0))) +("dubiel" nil (((d ah) 1) ((b iy l) 0))) +("dubilier" nil (((d uw) 1) ((b ax) 0) ((l ih r) 1))) +("dubin" nil (((d uw) 1) ((b ih n) 0))) +("dubinin" nil (((d uw) 0) ((b ih) 1) ((n ih n) 0))) +("dubinsky" nil (((d ax) 0) ((b ih n) 1) ((s k iy) 0))) +("dubious" nil (((d uw) 1) ((b iy) 0) ((ax s) 0))) +("dubis" nil (((d uw) 1) ((b ih s) 0))) +("dublin" nil (((d ah) 1) ((b l ih n) 0))) +("duboff" nil (((d ah) 1) ((b ao f) 1))) +("dubois" nil (((d uw) 0) ((b oy s) 1))) +("duboise" nil (((d ax) 0) ((b w aa) 1))) +("dubord" nil (((d ax) 0) ((b ao r d) 1))) +("dubose" nil (((d uw) 0) ((b ow z) 1))) +("dubow" nil (((d uw) 1) ((b ow) 0))) +("dubray" nil (((d ah) 1) ((b r ey) 1))) +("dubree" nil (((d ax) 0) ((b r iy) 1))) +("dubreuil" nil (((d ah) 1) ((b r uw l) 0))) +("dubroc" nil (((d ah) 1) ((b r ax k) 0))) +("Dubrovnik" n (((d ax) 0) ((b r ah v) 1) ((n ax k) 0))) +("dubrow" nil (((d ah) 1) ((b r ow) 1))) +("dubs" nil (((d ah b z) 1))) +("dubuc" nil (((d uw) 1) ((b ax k) 0))) +("dubuisson" nil (((d ah) 1) ((b ih) 0) ((s ax n) 0))) +("dubuque" nil (((d ax) 0) ((b y uw k) 1))) +("duby" nil (((d uw) 1) ((b iy) 0))) +("duc" nil (((d ah k) 1))) +("duca" nil (((d uw) 1) ((k ax) 0))) +("ducal" nil (((d uw) 1) ((k ax l) 0))) +("duce" nil (((d uw s) 1))) +("ducey" nil (((d ah) 1) ((s iy) 0))) +("duch" nil (((d ah ch) 1))) +("duchaine" nil (((d ax) 0) ((sh ey n) 1))) +("duchamp" nil (((d uw) 0) ((sh aa m p) 1))) +("ducharme" nil (((d ax) 0) ((sh aa r m) 1))) +("duchemin" nil (((d ah) 1) ((sh ih) 0) ((m ae n) 0))) +("duchene" nil (((d ah) 1) ((k iy n) 0))) +("duchenne" nil (((d uw) 0) ((sh eh n) 1))) +("duchesneau" nil (((d ah) 1) ((sh ih) 0) ((s n ow) 0))) +("duchess" nil (((d ah) 1) ((ch ax s) 0))) +("duchon" nil (((d ah) 1) ((ch ax n) 0))) +("duchossois" nil (((d uw) 0) ((ch ao) 1) ((s w aa) 1))) +("duchow" nil (((d ah) 1) ((ch ow) 0))) +("duchy" nil (((d ah) 1) ((ch iy) 0))) +("duck" nil (((d ah k) 1))) +("ducked" nil (((d ah k t) 1))) +("ducker" nil (((d ah) 1) ((k er) 0))) +("duckett" nil (((d ah) 1) ((k ih t) 0))) +("ducking" nil (((d ah) 1) ((k ih ng) 0))) +("duckling" nil (((d ah) 1) ((k l ih ng) 0))) +("ducklings" nil (((d ah) 1) ((k l ih ng z) 0))) +("ducks" nil (((d ah k s) 1))) +("ducksworth" nil (((d ah k) 1) ((s w er th) 1))) +("duckwall" nil (((d ah) 1) ((k w ao l) 1))) +("duckweed" nil (((d ah) 1) ((k w iy d) 1))) +("duckworth" nil (((d ah) 1) ((k w er th) 1))) +("duclos" nil (((d ax) 0) ((k l ow z) 1))) +("ducommun" nil (((d uw) 0) ((k aa) 1) ((m ax n) 0))) +("ducote" nil (((d ax) 0) ((k ow t) 1))) +("duct" nil (((d ah k t) 1))) +("ductile" nil (((d ah k) 1) ((t ax l) 0))) +("ductility" nil (((d ax k) 0) ((t ih) 1) ((l ax) 0) ((t iy) 0))) +("ductless" nil (((d ah k t) 1) ((l ax s) 0))) +("ducts" nil (((d ah k t s) 1))) +("dud" nil (((d ah d) 1))) +("duda" nil (((d uw) 1) ((d ax) 0))) +("dudack" nil (((d uw) 1) ((d ae k) 0))) +("dudar" nil (((d uw) 1) ((d er) 0))) +("dudas" nil (((d uw) 1) ((d ax z) 0))) +("dudash" nil (((d ah) 1) ((d ax sh) 0))) +("dudayev" nil (((d uw) 0) ((d ay) 1) ((eh v) 1))) +("dudd" nil (((d ah d) 1))) +("dudding" nil (((d ah) 1) ((d ih ng) 0))) +("duddy" nil (((d ah) 1) ((d iy) 0))) +("dude" nil (((d uw d) 1))) +("dudeck" nil (((d uw) 1) ((d eh k) 0))) +("dudek" nil (((d uw) 1) ((d ih k) 0))) +("duden" nil (((d uw) 1) ((d ax n) 0))) +("dudenhoeffer" nil (((d ah) 1) ((d ih n) 0) ((hh ow) 0) ((f er) 0))) +("dudes" nil (((d y uw d z) 1))) +("dudgeon" nil (((d ah) 1) ((jh ax n) 0))) +("dudik" nil (((d uw) 1) ((d ih k) 0))) +("dudley" nil (((d ah d) 1) ((l iy) 0))) +("dudman" nil (((d ah d) 1) ((m ax n) 0))) +("dudney" nil (((d ah d) 1) ((n iy) 0))) +("duds" nil (((d ah d z) 1))) +("dudziak" nil (((d ah) 1) ((jh iy) 0) ((ae k) 0))) +("dudzik" nil (((d ah d) 1) ((z ih k) 0))) +("dudzinski" nil (((d ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("due" nil (((d uw) 1))) +("duecker" nil (((d uw) 1) ((k er) 0))) +("dueitt" nil (((d uw) 1) ((ax t) 0))) +("dueker" nil (((d uw) 1) ((k er) 0))) +("duel" nil (((d uw) 1) ((ax l) 0))) +("dueling" nil (((d uw) 1) ((l ih ng) 0))) +("duelist" nil (((d uw) 1) ((ax) 0) ((l ih s t) 0))) +("duell" nil (((jh uw l) 1))) +("duels" nil (((d uw) 1) ((ax l z) 0))) +("duena" nil (((d uw) 0) ((eh) 1) ((n ax) 0))) +("duenas" nil (((d uw) 0) ((eh) 1) ((n ax s) 0))) +("duenez" nil (((d w eh) 0) ((n eh z) 1))) +("duenow" nil (((d uw) 1) ((n ow) 0))) +("duensing" nil (((d uh n) 1) ((s ih ng) 0))) +("duer" nil (((d uw) 1) ((er) 0))) +("duerksen" nil (((d uh r k) 1) ((s ax n) 0))) +("duerr" nil (((d uh r) 1))) +("duerson" nil (((d uh r) 1) ((s ax n) 0))) +("duerst" nil (((d uh r s t) 1))) +("dues" nil (((d uw z) 1))) +("duesberg" nil (((d uw z) 1) ((b er g) 0))) +("duesing" nil (((d uw) 1) ((s ih ng) 0))) +("duesler" nil (((d uw) 1) ((s ax) 0) ((l er) 0))) +("duesseldorf" nil (((d uw) 1) ((s ax l) 0) ((d ao r f) 1))) +("duet" nil (((d uw) 0) ((eh t) 1))) +("duets" nil (((d uw) 0) ((eh t s) 1))) +("duey" nil (((d uw) 1) ((iy) 0))) +("dufault" nil (((d ax) 0) ((f ow) 1))) +("dufek" nil (((d uw) 1) ((f ih k) 0))) +("duff" nil (((d ah f) 1))) +("duffee" nil (((d ah) 1) ((f iy) 0))) +("duffek" nil (((d ah) 1) ((f ih k) 0))) +("duffel" nil (((d ah) 1) ((f ax l) 0))) +("duffell" nil (((d ah) 1) ((f ax l) 0))) +("duffer" nil (((d ah) 1) ((f er) 0))) +("duffett" nil (((d ah) 1) ((f ih t) 0))) +("duffey" nil (((d ah) 1) ((f iy) 0))) +("duffie" nil (((d ah) 1) ((f iy) 0))) +("duffield" nil (((d ah) 1) ((f iy l d) 1))) +("duffin" nil (((d ah) 1) ((f ih n) 0))) +("duffner" nil (((d ah f) 1) ((n er) 0))) +("dufford" nil (((d ah) 1) ((f er d) 0))) +("duffour" nil (((d ah) 1) ((f ao r) 0))) +("duffus" nil (((d ah) 1) ((f ax s) 0))) +("duffy" nil (((d ah) 1) ((f iy) 0))) +("dufner" nil (((d ah f) 1) ((n er) 0))) +("duford" nil (((d ah) 1) ((f er d) 0))) +("dufort" nil (((d ah) 1) ((f er t) 0))) +("dufour" nil (((d ax) 0) ((f uh r) 1))) +("dufrane" nil (((d ax) 0) ((f r ey n) 1))) +("dufrene" nil (((d ax) 0) ((f r iy n) 1))) +("dufresne" nil (((d ax) 0) ((f r eh n) 1))) +("dufur" nil (((d ax) 0) ((f er) 1))) +("dug" nil (((d ah g) 1))) +("dugal" nil (((d uw) 1) ((jh ax l) 0))) +("dugald" nil (((d ah) 1) ((g ax l d) 0))) +("dugan" nil (((d ah) 1) ((g ax n) 0))) +("dugar" nil (((d uw) 1) ((g er) 0))) +("dugas" nil (((d uw) 1) ((g ax z) 0))) +("dugdale" nil (((d ah g) 1) ((d ey l) 1))) +("duggan" nil (((d ah) 1) ((g ax n) 0))) +("duggar" nil (((d ah) 1) ((g er) 0))) +("dugger" nil (((d ah) 1) ((g er) 0))) +("duggin" nil (((d ah) 1) ((g ih n) 0))) +("duggins" nil (((d ah) 1) ((g ih n z) 0))) +("dugo" nil (((d uw) 1) ((g ow) 0))) +("dugout" nil (((d ah) 1) ((g aw t) 1))) +("dugouts" nil (((d ah) 1) ((g aw t s) 1))) +("duguay" nil (((d ah) 1) ((g ey) 0))) +("duguid" nil (((d ah) 1) ((g w ih d) 0))) +("duhaime" nil (((d uw) 1) ((ay m) 0))) +("duhamel" nil (((d ah) 1) ((hh ax) 0) ((m eh l) 0))) +("duhart" nil (((d ah) 1) ((hh aa r t) 0))) +("duhe" nil (((d uw hh) 1))) +("duhon" nil (((d uw) 1) ((hh ax n) 0))) +("dui" nil (((d w ey) 1))) +("duignan" nil (((d ih g) 0) ((n ae n) 1))) +("duis" nil (((d uw) 1) ((ih z) 0))) +("duisburg" nil (((d uw s) 1) ((b er g) 0))) +("duitsman" nil (((d uw t) 1) ((s m ax n) 0))) +("dujiangyan" nil (((d uw) 1) ((jh y aa ng) 1) ((y ae n) 1))) +("duk" nil (((d ah k) 1))) +("dukakis" nil (((d uw) 0) ((k aa) 1) ((k ih s) 0))) +("dukakises" nil (((d uw) 0) ((k aa) 1) ((k ih) 0) ((s ih z) 0))) +("dukart" nil (((d ah) 1) ((k aa r t) 0))) +("duke" nil (((d uw k) 1))) +("dukedom" nil (((d uw k) 1) ((d ax m) 0))) +("dukeman" nil (((d uw k) 1) ((m ax n) 0))) +("duker" nil (((d uw) 1) ((k er) 0))) +("dukes" nil (((d uw k s) 1))) +("dula" nil (((d uw) 1) ((l ax) 0))) +("dulac" nil (((d ax) 0) ((l ae k) 1))) +("dulak" nil (((d uw) 1) ((l ax k) 0))) +("dulaney" nil (((d y uw) 1) ((l ax) 0) ((n iy) 0))) +("dulany" nil (((d y uw) 0) ((l ao) 1) ((n iy) 0))) +("dulay" nil (((d y uw) 1) ((l ey) 0))) +("dulce" nil (((d ah l s) 1))) +("dulcea" nil (((d ah l) 1) ((s iy) 0) ((ax) 0))) +("dulciana" nil (((d uw l) 0) ((ch ae) 1) ((n ax) 0))) +("dulcibelle" nil (((d ah l) 1) ((s ih) 0) ((b ax l) 0))) +("dulcie" nil (((d ah l) 1) ((k iy) 0))) +("dulcimer" nil (((d ah l) 1) ((s ih) 0) ((m er) 0))) +("dulcine" nil (((d ah l) 1) ((s ih n) 0))) +("dulcinea" nil (((d ah l) 1) ((s ih) 0) ((n iy) 1) ((ax) 0))) +("duley" nil (((d y uw) 1) ((l iy) 0))) +("dulin" nil (((d uw) 1) ((l ih n) 0))) +("duling" nil (((d y uw) 1) ((l ih ng) 0))) +("dull" nil (((d ah l) 1))) +("dulle" nil (((d ah l) 1))) +("dullea" nil (((d ah) 1) ((l iy) 0) ((ax) 0))) +("dulled" nil (((d ah l d) 1))) +("duller" nil (((d ah) 1) ((l er) 0))) +("dulles" nil (((d ah) 1) ((l ax s) 0))) +("dullest" nil (((d ah) 1) ((l ax s t) 0))) +("dulling" nil (((d ah) 1) ((l ih ng) 0))) +("dullness" nil (((d ah l) 1) ((n ax s) 0))) +("dulong" nil (((d y uw) 1) ((l ao ng) 0))) +("dulski" nil (((d ah l) 1) ((s k iy) 0))) +("dulude" nil (((d y uw) 1) ((l uw d) 1))) +("duluth" nil (((d ax) 0) ((l uw th) 1))) +("dulwich" nil (((d ah l) 1) ((w ih ch) 1))) +("dulworth" nil (((d ah l) 1) ((w er th) 0))) +("duly" nil (((d uw) 1) ((l iy) 0))) +("dum" nil (((d ah m) 1))) +("duma" nil (((d uw) 1) ((m ax) 0))) +("dumaine" nil (((d ax) 0) ((m ey n) 1))) +("dumais" nil (((d ax) 0) ((m ey) 1))) +("duman" nil (((d uw) 1) ((m ax n) 0))) +("dumas" nil (((d uw) 1) ((m ax z) 0))) +("dumb" nil (((d ah m) 1))) +("dumbbell" nil (((d ah m) 1) ((b eh l) 1))) +("dumbbells" nil (((d ah m) 1) ((b eh l z) 1))) +("dumber" nil (((d ah) 1) ((m er) 0))) +("dumbest" nil (((d ah) 1) ((m ax s t) 0))) +("dumbfounded" nil (((d ah m) 1) ((f aw n) 1) ((d ih d) 0))) +("dumenil" nil (((d uw) 1) ((m ax) 0) ((n ih l) 1))) +("dumez" nil (((d uw) 1) ((m eh z) 0))) +("dumford" nil (((d ah m) 1) ((f er d) 0))) +("dumire" nil (((d uw) 0) ((m ih) 1) ((r ey) 0))) +("dumke" nil (((d ah m) 1) ((k iy) 0))) +("dumlao" nil (((d uw m) 1) ((l aw) 0))) +("dumler" nil (((d ah m) 1) ((l er) 0))) +("dumm" nil (((d ah m) 1))) +("dummer" nil (((d ah) 1) ((m er) 0))) +("dummies" nil (((d ah) 1) ((m iy z) 0))) +("dummitt" nil (((d ah) 1) ((m ih t) 0))) +("dummy" nil (((d ah) 1) ((m iy) 0))) +("dumond" nil (((d ax) 0) ((m aa n d) 1))) +("dumont" nil (((d uw) 0) ((m aa n t) 1))) +("dumoulin" nil (((d ah) 1) ((m uw) 0) ((l ae n) 0))) +("dump" nil (((d ah m p) 1))) +("dumped" nil (((d ah m p t) 1))) +("dumper" nil (((d ah m) 1) ((p er) 0))) +("dumping" nil (((d ah m) 1) ((p ih ng) 0))) +("dumplings" nil (((d ah m) 1) ((p l ih ng z) 0))) +("dumps" nil (((d ah m p s) 1))) +("dumpster" nil (((d ah m p) 1) ((s t er) 0))) +("dumpsters" nil (((d ah m p) 1) ((s t er z) 0))) +("dumpty" nil (((d ah m p) 1) ((t iy) 0))) +("dumpy" nil (((d ah m) 1) ((p iy) 0))) +("dun" nil (((d ah n) 1))) +("duna" nil (((d uw) 1) ((n ax) 0))) +("dunagan" nil (((d uw) 0) ((n aa) 1) ((g aa n) 0))) +("dunahoo" nil (((d uw) 0) ((n aa) 1) ((hh uw) 0))) +("dunaj" nil (((d uw) 1) ((n ax jh) 0))) +("dunavan" nil (((d ah) 1) ((n ax) 0) ((v ae n) 1))) +("dunavant" nil (((d uw) 0) ((n aa) 1) ((v ax n t) 0))) +("dunaway" nil (((d ah) 1) ((n ax) 0) ((w ey) 1))) +("dunay" nil (((d ah) 1) ((n ey) 0))) +("dunbar" nil (((d ah n) 1) ((b aa r) 0))) +("dunc" nil (((d ah ng k) 1))) +("duncan" nil (((d ah ng) 1) ((k ax n) 0))) +("duncanson" nil (((d ah ng) 1) ((k ax n) 0) ((s ax n) 0))) +("dunckel" nil (((d ah ng) 1) ((k ax l) 0))) +("duncombe" nil (((d ah ng) 1) ((k ax m) 0))) +("dundas" nil (((d ah n) 1) ((d ax z) 0))) +("dundee" nil (((d ax n) 0) ((d iy) 1))) +("dundon" nil (((d ah n) 1) ((d ax n) 0))) +("dundore" nil (((d ah n) 1) ((d er) 0))) +("dune" nil (((d uw n) 1))) +("dunedin" nil (((d uw) 1) ((n ax) 0) ((d ih n) 0))) +("dunegan" nil (((d ah) 1) ((n ih) 0) ((g ae n) 0))) +("dunes" nil (((d uw n z) 1))) +("dunfee" nil (((d ah n) 1) ((f iy) 1))) +("dunford" nil (((d ah n) 1) ((f er d) 0))) +("dung" nil (((d ah ng) 1))) +("dungan" nil (((d ah ng) 1) ((g ax n) 0))) +("dungeon" n (((d ah n) 1) ((jh ax n) 0))) +("dungey" nil (((d ah n) 1) ((jh iy) 0))) +("dunham" nil (((d ah) 1) ((n ax m) 0))) +("dunhill" nil (((d ah n) 1) ((hh ih l) 1))) +("dunhuang" nil (((d uw n) 1) ((hh w aa ng) 1))) +("dunigan" nil (((d ah) 1) ((n ih) 0) ((g ae n) 0))) +("dunite" nil (((d uw) 0) ((n ay t) 1))) +("dunivan" nil (((d ah) 1) ((n ih) 0) ((v ae n) 0))) +("dunk" nil (((d ah ng k) 1))) +("dunked" nil (((d ah ng k t) 1))) +("dunkel" nil (((d ah ng) 1) ((k ax l) 0))) +("dunkelberg" nil (((d ah ng) 1) ((k ax l) 0) ((b er g) 0))) +("dunkelberger" nil (((d ah ng) 1) ((k ax l) 0) ((b er) 0) ((g er) 0))) +("dunker" nil (((d ah ng) 1) ((k er) 0))) +("dunkerley" nil (((d ah ng) 1) ((k er) 0) ((l iy) 0))) +("dunkin" nil (((d ah ng) 1) ((k ih n) 0))) +("dunkirk" nil (((d ah n) 1) ((k er k) 0))) +("dunkle" nil (((d ah ng) 1) ((k ax l) 0))) +("dunkleberger" nil (((d ah ng) 1) ((k ax l) 0) ((b er) 0) ((g er) 0))) +("dunklee" nil (((d ah ng) 1) ((k l iy) 1))) +("dunkley" nil (((d ah ng) 1) ((k l iy) 0))) +("dunklin" nil (((d ah ng) 1) ((k l ih n) 0))) +("dunks" nil (((d ah ng k s) 1))) +("dunlaevy" nil (((d ax n) 0) ((l ey) 1) ((v iy) 0))) +("dunlap" nil (((d ah n) 1) ((l ae p) 0))) +("dunlavey" nil (((d ax n) 0) ((l ax) 0) ((v ey) 1))) +("dunlavy" nil (((d ah n) 1) ((l ax) 0) ((v iy) 0))) +("dunlay" nil (((d ah n) 1) ((l ey) 1))) +("dunleavy" nil (((d uw n) 1) ((l ax) 0) ((v iy) 0))) +("dunlevy" nil (((d uw n) 1) ((l ih) 0) ((v iy) 0))) +("dunley" nil (((d ah n) 1) ((l iy) 0))) +("dunlop" nil (((d ah n) 1) ((l aa p) 1))) +("dunman" nil (((d ah n) 1) ((m ax n) 0))) +("dunmire" nil (((d uw n) 0) ((m ih) 1) ((r ey) 0))) +("dunn" nil (((d ah n) 1))) +("dunnagan" nil (((d ah) 1) ((n ax) 0) ((g ae n) 0))) +("dunnam" nil (((d ah) 1) ((n ax m) 0))) +("dunnavant" nil (((d ah) 1) ((n ax) 0) ((v ax n t) 0))) +("dunnaway" nil (((d ah) 1) ((n ax) 0) ((w ey) 0))) +("dunne" nil (((d ah n) 1))) +("dunned" nil (((d ah n d) 1))) +("dunnell" nil (((d ah) 1) ((n ax l) 0))) +("dunnett" nil (((d ah) 1) ((n ih t) 0))) +("dunnigan" nil (((d ah) 1) ((n ih) 0) ((g ax n) 0))) +("dunning" nil (((d ah) 1) ((n ih ng) 0))) +("dunnington" nil (((d ah) 1) ((n ih ng) 0) ((t ax n) 0))) +("dunphy" nil (((d ah n) 1) ((f iy) 0))) +("duns" nil (((d ah n z) 1))) +("dunshee" nil (((d ah n) 1) ((sh iy) 0))) +("dunsmoor" nil (((d ah n z) 1) ((m uh r) 1))) +("dunsmore" nil (((d ah n) 1) ((s m ao r) 0))) +("dunson" nil (((d ah n) 1) ((s ax n) 0))) +("dunst" nil (((d ah n s t) 1))) +("dunstan" nil (((d ah n) 1) ((s t ax n) 0))) +("dunster" nil (((d ah n) 1) ((s t er) 0))) +("dunston" nil (((d ah n) 1) ((s t ax n) 0))) +("dunsworth" nil (((d ah n) 1) ((z w er th) 1))) +("dunton" nil (((d ah n) 1) ((t ax n) 0))) +("dunwoody" nil (((d ah n) 1) ((w uh) 1) ((d iy) 0))) +("dunworth" nil (((d ah n) 1) ((w er th) 1))) +("duo" nil (((d uw) 1) ((ow) 0))) +("duodenal" nil (((d uw) 1) ((ax) 0) ((d iy) 1) ((n ax l) 0))) +("duoduo" nil (((d w ao) 1) ((d w ao) 1))) +("duong" nil (((d uw) 1) ((ow ng) 0))) +("duopoly" nil (((d uw) 1) ((ow) 0) ((p aa) 1) ((l iy) 0))) +("dupe" nil (((d uw p) 1))) +("duped" nil (((d uw p t) 1))) +("dupee" nil (((d uw) 1) ((p iy) 1))) +("duper" nil (((d uw) 1) ((p er) 0))) +("dupin" nil (((d ax) 0) ((p ae n) 1))) +("duplantis" nil (((d ax) 0) ((p l ae n) 1) ((t ih s) 0))) +("duplechain" nil (((d uw) 1) ((p l ih) 0) ((sh ey n) 0))) +("duplechin" nil (((d uw) 1) ((p l ih) 0) ((k ih n) 0))) +("dupler" nil (((d uw) 1) ((p ax) 0) ((l er) 0))) +("duplessis" nil (((d uw) 1) ((p l ih) 0) ((s ih s) 0))) +("duplex" nil (((d uw) 1) ((p l eh k s) 1))) +("duplicate" n (((d uw) 1) ((p l ax) 0) ((k ax t) 0))) +("duplicate" v (((d uw) 1) ((p l ax) 0) ((k ey t) 1))) +("duplicated" nil (((d uw) 1) ((p l ih) 0) ((k ey) 1) ((t ih d) 0))) +("duplicates" n (((d y uw) 1) ((p l ax) 0) ((k ax t s) 0))) +("duplicates" v (((d y uw) 1) ((p l ax) 0) ((k ey t s) 1))) +("duplicating" nil (((d uw) 1) ((p l ih) 0) ((k ey) 1) ((t ih ng) 0))) +("duplication" nil (((d y uw) 1) ((p l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("duplications" nil (((d uw) 1) ((p l ih) 0) ((k ey) 1) ((sh ax n z) 0))) +("duplicative" nil (((d uw) 0) ((p l ih) 1) ((k ax) 0) ((t ih v) 0))) +("duplicitous" nil (((d uw) 0) ((p l ih) 1) ((s ih) 0) ((t ax s) 0))) +("duplicity" nil (((d uw) 0) ((p l ih) 1) ((s ih) 0) ((t iy) 0))) +("dupont" nil (((d uw) 1) ((p aa n t) 0))) +("dupras" nil (((d ax) 0) ((p r aa z) 1))) +("dupre" nil (((d ah) 1) ((p er) 0))) +("dupree" nil (((d ax) 0) ((p r iy) 1))) +("duprey" nil (((d ah) 1) ((p r iy) 0))) +("dupriest" nil (((d ah) 1) ((p er) 0) ((iy) 0) ((ih s t) 0))) +("dupuis" nil (((d ah) 1) ((p uw) 0) ((ih z) 0))) +("dupuy" nil (((d ax) 0) ((p ay) 1))) +("duque" nil (((d uw k) 1))) +("duquesne" nil (((d uw) 0) ((k ey n) 1))) +("duquette" nil (((d ax) 0) ((k eh t) 1))) +("dura" nil (((d uh) 1) ((r ax) 0))) +("durability" nil (((d er) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("durable" nil (((d uh) 1) ((r ax) 0) ((b ax l) 0))) +("durables" nil (((d uh) 1) ((r ax) 0) ((b ax l z) 0))) +("duracell" nil (((d uh) 1) ((r ax) 0) ((s eh l) 1))) +("durakon" nil (((d uh) 1) ((r ax) 0) ((k ih n) 0))) +("durall" nil (((d y uw) 1) ((r ax l) 0))) +("duramed" nil (((d uh) 1) ((r ax) 0) ((m eh d) 1))) +("duran" nil (((d er) 0) ((ae n) 1))) +("durando" nil (((d uh) 0) ((r aa n) 1) ((d ow) 0))) +("durango" nil (((d er) 0) ((ae ng) 1) ((g ow) 0))) +("durant" nil (((d uh) 1) ((r ax n t) 0))) +("durante" nil (((d uh) 0) ((r aa n) 1) ((t iy) 0))) +("duration" nil (((d uh) 1) ((r ey) 1) ((sh ax n) 0))) +("duray" nil (((d uh) 1) ((r ey) 0))) +("durazo" nil (((d uh) 0) ((r aa) 1) ((z ow) 0))) +("durban" nil (((d er) 1) ((b ax n) 0))) +("durben" nil (((d er) 1) ((b ax n) 0))) +("durbin" nil (((d er) 1) ((b ih n) 0))) +("durchholz" nil (((d er) 1) ((ch ow l t s) 1))) +("durden" nil (((d er) 1) ((d ax n) 0))) +("durdin" nil (((d er) 1) ((d ih n) 0))) +("duree" nil (((d uh) 1) ((r iy) 1))) +("durell" nil (((d y uw) 1) ((r ax l) 0))) +("duren" nil (((d uh) 1) ((r ax n) 0))) +("durenberger" nil (((d uh) 1) ((r ax n) 0) ((b er) 0) ((g er) 0))) +("durene" nil (((d y uw) 1) ((r iy n) 0))) +("durer" nil (((d uh) 1) ((r er) 0))) +("duress" nil (((d uh) 1) ((r eh s) 0))) +("durette" nil (((d er) 0) ((eh t) 1))) +("durfee" nil (((d er) 1) ((f iy) 0))) +("durfey" nil (((d er) 1) ((f iy) 0))) +("durflinger" nil (((d er) 1) ((f ax) 0) ((l ih ng) 0) ((er) 0))) +("durgan" nil (((d er) 1) ((g ax n) 0))) +("durgin" nil (((d er) 1) ((jh ih n) 0))) +("durham" nil (((d er) 1) ((ax m) 0))) +("durick" nil (((d y uw) 1) ((r ih k) 0))) +("durie" nil (((d uh) 1) ((r iy) 0))) +("during" nil (((d uh) 1) ((r ih ng) 0))) +("durio" nil (((d uh) 1) ((r iy) 0) ((ow) 0))) +("duriron" nil (((d uw) 0) ((r ih) 1) ((r ax n) 0))) +("duris" nil (((d y uw) 1) ((r ih s) 0))) +("durkee" nil (((d er) 1) ((k iy) 0))) +("durkin" nil (((d er) 1) ((k ih n) 0))) +("durland" nil (((d er) 1) ((l ax n d) 0))) +("durley" nil (((d er) 1) ((l iy) 0))) +("durling" nil (((d er) 1) ((l ih ng) 0))) +("durn" nil (((d er n) 1))) +("durnell" nil (((d er) 1) ((n ax l) 0))) +("durney" nil (((d er) 1) ((n iy) 0))) +("durnil" nil (((d er) 1) ((n ax l) 0))) +("durnin" nil (((d er) 1) ((n ih n) 0))) +("durning" nil (((d er) 1) ((n ih ng) 0))) +("duro" nil (((d uh) 1) ((r ow) 1))) +("durocher" nil (((d y uw) 1) ((r ax) 0) ((k er) 0))) +("duron" nil (((d y uw) 1) ((r ax n) 0))) +("duross" nil (((d y uw) 1) ((r ax s) 0))) +("durr" nil (((d er) 1))) +("durrah" nil (((d ao) 1) ((r ax) 0))) +("durrance" nil (((d uh) 1) ((r ax n s) 0))) +("durrant" nil (((d ao) 1) ((r ax n t) 0))) +("durrell" nil (((d ao) 1) ((r ax l) 0))) +("durrence" nil (((d ao) 1) ((r ax n s) 0))) +("durrett" nil (((d ao) 1) ((r ih t) 0))) +("durso" nil (((d uh r) 1) ((s ow) 0))) +("durst" nil (((d er s t) 1))) +("durum" nil (((d uh) 1) ((r ax m) 0))) +("durward" nil (((d er) 1) ((w er d) 0))) +("durwin" nil (((d er) 1) ((w ih n) 0))) +("dury" nil (((d uh) 1) ((r iy) 0))) +("duryea" nil (((d uh) 0) ((r iy) 1) ((ax) 0))) +("duryee" nil (((d uh) 0) ((r iy) 1))) +("dusch" nil (((d ah sh) 1))) +("dusek" nil (((d uw) 1) ((s eh k) 0))) +("dusenberry" nil (((d uw) 1) ((s ax n) 0) ((b eh) 0) ((r iy) 0))) +("dusenbery" nil (((d ax) 0) ((s eh n) 1) ((b er) 0) ((iy) 0))) +("dusenbury" nil (((d uw) 1) ((s ax n) 0) ((b eh) 0) ((r iy) 0))) +("dush" nil (((d ah sh) 1))) +("dushane" nil (((d ah) 1) ((sh ax n) 0))) +("dusing" nil (((d uw) 1) ((s ih ng) 0))) +("dusk" nil (((d ah s k) 1))) +("duskin" nil (((d ah) 1) ((s k ih n) 0))) +("dussault" nil (((d ax) 0) ((s ow) 1))) +("dusseau" nil (((d ax) 0) ((s ow) 1))) +("dusseault" nil (((d ax) 0) ((s ow) 1))) +("dusseldorf" nil (((d uw) 1) ((s ax l) 0) ((d ao r f) 1))) +("dust" nil (((d ah s t) 1))) +("dusted" nil (((d ah) 1) ((s t ih d) 0))) +("duster" nil (((d ah) 1) ((s t er) 0))) +("dusters" nil (((d ah) 1) ((s t er z) 0))) +("dustin" nil (((d ah) 1) ((s t ih n) 0))) +("dusting" nil (((d ah) 1) ((s t ih ng) 0))) +("dustman" nil (((d ah s t) 1) ((m ax n) 0))) +("duston" nil (((d ah) 1) ((s t ax n) 0))) +("dusts" nil (((d ah s t s) 1))) +("dusty" nil (((d ah) 1) ((s t iy) 0))) +("dusza" nil (((d ah) 1) ((sh ax) 0))) +("duszynski" nil (((d ax) 0) ((sh ih n) 1) ((s k iy) 0))) +("dutch" nil (((d ah ch) 1))) +("dutcher" nil (((d ah) 1) ((ch er) 0))) +("dutchman" nil (((d ah ch) 1) ((m ax n) 0))) +("duthie" nil (((d ah) 1) ((th iy) 0))) +("duties" nil (((d uw) 1) ((t iy z) 0))) +("dutiful" nil (((d uw) 1) ((t iy) 0) ((f ax l) 0))) +("dutifully" nil (((d uw) 1) ((t iy) 0) ((f ax) 0) ((l iy) 0))) +("dutil" nil (((d ax) 0) ((t ih l) 1))) +("dutka" nil (((d ah t) 1) ((k ax) 0))) +("dutkiewicz" nil (((d ah t) 1) ((k ax) 0) ((v ih ch) 0))) +("dutko" nil (((d ah t) 1) ((k ow) 0))) +("dutoit" nil (((d uw) 0) ((t oy t) 1))) +("dutra" nil (((d uw) 1) ((t r ax) 0))) +("dutro" nil (((d ah) 1) ((t r ow) 0))) +("dutrow" nil (((d ah) 1) ((t r ow) 0))) +("dutson" nil (((d ah t) 1) ((s ax n) 0))) +("dutt" nil (((d ah t) 1))) +("dutter" nil (((d ah) 1) ((t er) 0))) +("dutton" nil (((d ah) 1) ((t ax n) 0))) +("duty" nil (((d uw) 1) ((t iy) 0))) +("duva" nil (((d uw) 1) ((v ax) 0))) +("duval" nil (((d uw) 0) ((v ae l) 1))) +("duvalier" nil (((d uw) 0) ((v ae) 1) ((l y er) 0))) +("duvaliers" nil (((d uw) 0) ((v ey) 1) ((l y er z) 0))) +("duvall" nil (((d uw) 0) ((v aa l) 1))) +("duve" nil (((d uw v) 1))) +("duvernay" nil (((d ax) 0) ((v er) 1) ((n ey) 0))) +("duwayne" nil (((d uw) 0) ((w ey n) 1))) +("duwe" nil (((d uw w) 1))) +("dux" nil (((d ah k s) 1))) +("duzan" nil (((d uw) 1) ((z ax n) 0))) +("dvoracek" nil (((d) 0) ((v ao) 1) ((r ax) 0) ((ch eh k) 0))) +("dvorak" nil (((d) 0) ((v ao) 1) ((r ax k) 0))) +("dvorsky" nil (((d) 0) ((v ao r) 1) ((s k iy) 0))) +("dwan" nil (((d w aa n) 1))) +("dwana" nil (((d w aa) 1) ((n ax) 0))) +("dwarf" nil (((d w ao r f) 1))) +("dwarfed" nil (((d w ao r f t) 1))) +("dwarfing" nil (((d w ao r) 1) ((f ih ng) 0))) +("dwarfism" nil (((d w ao r) 1) ((f ih) 0) ((z ax m) 0))) +("dwarfs" nil (((d w ao r f s) 1))) +("dwayne" nil (((d w ey n) 1))) +("dweck" nil (((d w eh k) 1))) +("dwell" nil (((d w eh l) 1))) +("dwelle" nil (((d w eh l) 1))) +("dwelled" nil (((d w eh l d) 1))) +("dweller" nil (((d w eh) 1) ((l er) 0))) +("dwellers" nil (((d w eh) 1) ((l er z) 0))) +("dwelley" nil (((d w eh) 1) ((l iy) 0))) +("dwelling" nil (((d w eh) 1) ((l ih ng) 0))) +("dwellings" nil (((d w eh) 1) ((l ih ng z) 0))) +("dwells" nil (((d w eh l z) 1))) +("dwelt" nil (((d w eh l t) 1))) +("dwiggins" nil (((d w ih) 1) ((g ih n z) 0))) +("dwight" nil (((d w ay t) 1))) +("dwindle" nil (((d w ih n) 1) ((d ax l) 0))) +("dwindled" nil (((d w ih n) 1) ((d ax l d) 0))) +("dwindles" nil (((d w ih n) 1) ((d ax l z) 0))) +("dwindling" nil (((d w ih n) 1) ((d ax) 0) ((l ih ng) 0))) +("dwinell" nil (((d w ih) 1) ((n ax l) 0))) +("dwire" nil (((d w ay r) 1))) +("dwivedi" nil (((d w ih) 0) ((v eh) 1) ((d iy) 0))) +("dworak" nil (((d w er) 1) ((ax k) 0))) +("dworin" nil (((d w ao) 1) ((r ih n) 0))) +("dworkin" nil (((d w ao r) 1) ((k ih n) 0))) +("dworsky" nil (((d w er) 1) ((s k iy) 0))) +("dwyer" nil (((d w ay) 1) ((er) 0))) +("dyad" nil (((d ay) 1) ((ae d) 1))) +("dyal" nil (((d ay) 1) ((ax l) 0))) +("dyana" nil (((d ay) 0) ((ae) 1) ((n ax) 0))) +("dyane" nil (((d ay) 0) ((ae n) 1))) +("dyansen" nil (((d ay) 1) ((ax n) 0) ((s ax n) 0))) +("dyar" nil (((d ay) 1) ((er) 0))) +("dyas" nil (((d ay) 1) ((ax s) 0))) +("dyatron" nil (((d ay) 1) ((ax) 0) ((t r ax n) 0))) +("dyazide" nil (((d ay) 1) ((ax) 0) ((z ay d) 1))) +("dybas" nil (((d ay) 1) ((b ax z) 0))) +("dyce" nil (((d ay s) 1))) +("dyche" nil (((d ay ch) 1))) +("dyches" nil (((d ay) 1) ((ch ih z) 0))) +("dyck" nil (((d ay k) 1))) +("dyckman" nil (((d ih k) 1) ((m ax n) 0))) +("dyco" nil (((d ay) 1) ((k ow) 0))) +("dycus" nil (((d ay) 1) ((k ax s) 0))) +("dye" nil (((d ay) 1))) +("dyed" nil (((d ay d) 1))) +("dyeing" nil (((d ay) 1) ((ih ng) 0))) +("dyer" nil (((d ay) 1) ((er) 0))) +("dyes" nil (((d ay z) 1))) +("dyess" nil (((d ay) 1) ((ax s) 0))) +("dyestuffs" nil (((d ay) 1) ((s t ah f s) 1))) +("dygert" nil (((d ih) 1) ((g er t) 0))) +("dying" nil (((d ay) 1) ((ih ng) 0))) +("dyk" nil (((d ih k) 1))) +("dykas" nil (((d ay) 1) ((k ax z) 0))) +("dyke" nil (((d ay k) 1))) +("dykeman" nil (((d ay k) 1) ((m ax n) 0))) +("dykes" nil (((d ay k s) 1))) +("dykhouse" nil (((d ih k) 1) ((hh aw s) 1))) +("dykman" nil (((d ih k) 1) ((m ax n) 0))) +("dykstra" nil (((d ay k) 1) ((s t r ax) 0))) +("dylan" nil (((d ih) 1) ((l ax n) 0))) +("dylewski" nil (((d ih) 0) ((l eh f) 1) ((s k iy) 0))) +("dylex" nil (((d ay) 1) ((l ax k s) 0))) +("dymally" nil (((d ih) 1) ((m ax) 0) ((l iy) 0))) +("dymek" nil (((d ih) 1) ((m eh k) 0))) +("dyment" nil (((d ih) 1) ((m ax n t) 0))) +("dymond" nil (((d ay) 1) ((m ax n d) 0))) +("dynafac" nil (((d ay) 1) ((n ax) 0) ((f ae k) 1))) +("dynalectric" nil (((d ay) 1) ((n ax) 0) ((l eh k) 1) ((t r ih k) 0))) +("dynalectron" nil (((d ay) 1) ((n ax) 0) ((l eh k) 1) ((t r ax n) 0))) +("dynamic" nil (((d ay) 0) ((n ae) 1) ((m ih k) 0))) +("dynamics" nil (((d ay) 0) ((n ae) 1) ((m ih k s) 0))) +("dynamism" nil (((d ay) 1) ((n ax) 0) ((m ih) 1) ((z ax m) 0))) +("dynamite" nil (((d ay) 1) ((n ax) 0) ((m ay t) 1))) +("dynamiting" n (((d ay) 1) ((n ax) 0) ((m ay) 0) ((t ax ng) 0))) +("dynamo" nil (((d ay) 1) ((n ax) 0) ((m ow) 1))) +("dynapac" nil (((d ay) 1) ((n ax) 0) ((p ae k) 1))) +("dynascan" nil (((d ay) 1) ((n ax) 0) ((s k ae n) 1))) +("dynastic" nil (((d ay) 0) ((n ae) 1) ((s t ih k) 0))) +("dynasties" nil (((d ay) 1) ((n ax) 0) ((s t iy z) 0))) +("dynasty" nil (((d ay) 1) ((n ax) 0) ((s t iy) 0))) +("dynatech" nil (((d ih) 1) ((n ax) 0) ((t eh k) 1))) +("dyncorp" nil (((d ih n) 1) ((k ao r p) 1))) +("dyneer" nil (((d ih) 0) ((n ih r) 1))) +("dynes" nil (((d ay n z) 1))) +("dysan" nil (((d ay) 1) ((s ax n) 0))) +("dysart" nil (((d ih) 1) ((s er t) 0))) +("dysentery" nil (((d ih) 1) ((s ax n) 0) ((t eh) 1) ((r iy) 0))) +("dysert" nil (((d ih) 1) ((s er t) 0))) +("dysfunction" nil (((d ih) 0) ((s f ah ng k) 1) ((sh ax n) 0))) +("dysfunctional" nil (((d ih) 0) ((s f ah ng k) 1) ((sh ax) 0) ((n ax l) 0))) +("dysinger" nil (((d ih) 1) ((s ih n) 0) ((jh er) 0))) +("dyslexia" n (((d ax) 0) ((s l eh k s) 1) ((y ax) 0))) +("dyson" nil (((d ay) 1) ((s ax n) 0))) +("dysplasia" nil (((d ih) 0) ((s p l ey) 1) ((zh ax) 0))) +("dystrophin" nil (((d ih) 1) ((s t r ax) 0) ((f ih n) 0))) +("dystrophy" nil (((d ih) 1) ((s t r ax) 0) ((f iy) 0))) +("dzhirkvelov" nil (((d ax) 0) ((z er k) 1) ((v ax) 0) ((l aa v) 0))) +("dzhokhar" nil (((jh ow) 1) ((k aa r) 1))) +("dziak" nil (((d) 0) ((z iy) 1) ((ae k) 0))) +("dzialo" nil (((jh iy) 0) ((aa) 1) ((l ow) 0))) +("dziedzic" nil (((jh iy) 1) ((jh ih k) 0))) +("dziekan" nil (((jh iy) 1) ((k ax n) 0))) +("dzik" nil (((d) 0) ((z ih k) 1))) +("dzikowski" nil (((jh ih) 0) ((k ao f) 1) ((s k iy) 0))) +("dziuba" nil (((jh iy) 0) ((uw) 1) ((b ax) 0))) +("dziuk" nil (((jh iy) 0) ((uw k) 1))) +("e" nil (((iy) 1))) +("each" nil (((iy ch) 1))) +("eachan" nil (((iy) 1) ((ch ax n) 0))) +("eachus" nil (((iy) 1) ((ch ax s) 0))) +("eaddy" nil (((iy) 1) ((d iy) 0))) +("eade" nil (((iy d) 1))) +("eader" nil (((iy) 1) ((d er) 0))) +("eades" nil (((iy d z) 1))) +("eadie" nil (((eh) 1) ((d iy) 0))) +("eads" nil (((iy d z) 1))) +("eady" nil (((iy) 1) ((d iy) 0))) +("eagan" nil (((iy) 1) ((g ax n) 0))) +("eagar" nil (((iy) 1) ((g er) 0))) +("eagen" nil (((iy) 1) ((g ax n) 0))) +("eager" nil (((iy) 1) ((g er) 0))) +("eagerly" nil (((iy) 1) ((g er) 0) ((l iy) 0))) +("eagerness" nil (((iy) 1) ((g er) 0) ((n ax s) 0))) +("eagle" nil (((iy) 1) ((g ax l) 0))) +("eagleburger" nil (((iy) 1) ((g ax l) 0) ((b er) 0) ((g er) 0))) +("eagles" nil (((iy) 1) ((g ax l z) 0))) +("eagleson" nil (((iy) 1) ((g l ih) 0) ((s ax n) 0))) +("eagleton" nil (((iy) 1) ((g ax l) 0) ((t ax n) 0))) +("eagleye" nil (((iy) 1) ((g ax) 0) ((l ay) 1))) +("eaglin" nil (((iy) 1) ((g l ih n) 0))) +("eagon" nil (((iy) 1) ((g ax n) 0))) +("eaken" nil (((iy) 1) ((k ax n) 0))) +("eaker" nil (((iy) 1) ((k er) 0))) +("eakes" nil (((iy k s) 1))) +("eakin" nil (((iy) 1) ((k ih n) 0))) +("eakins" nil (((iy) 1) ((k ih n z) 0))) +("eakle" nil (((iy) 1) ((k ax l) 0))) +("eales" nil (((iy l z) 1))) +("ealey" nil (((iy) 1) ((l iy) 0))) +("ealing" nil (((iy) 1) ((l ih ng) 0))) +("ealy" nil (((iy) 1) ((l iy) 0))) +("eamer" nil (((iy) 1) ((m er) 0))) +("eames" nil (((iy m z) 1))) +("eamon" nil (((iy) 1) ((m ax n) 0))) +("eanes" nil (((iy n z) 1))) +("ear" nil (((ih r) 1))) +("eardley" nil (((ih r d) 1) ((l iy) 0))) +("eared" nil (((ih r d) 1))) +("earful" nil (((ih r) 1) ((f ax l) 0))) +("eargle" nil (((ih r) 1) ((g ax l) 0))) +("earhart" nil (((ih r) 1) ((hh aa r t) 0))) +("earl" nil (((er l) 1))) +("earldom" nil (((er l) 1) ((d ax m) 0))) +("earle" nil (((er l) 1))) +("earlene" nil (((er) 1) ((l iy n) 0))) +("earles" nil (((er l z) 1))) +("earless" nil (((ih r) 1) ((l ax s) 0))) +("earley" nil (((er) 1) ((l iy) 0))) +("earlie" nil (((er) 1) ((l iy) 0))) +("earlier" nil (((er) 1) ((l iy) 0) ((er) 0))) +("earliest" nil (((er) 1) ((l iy) 0) ((ax s t) 0))) +("earline" nil (((er) 1) ((l ay n) 0))) +("earll" nil (((er l) 1))) +("earls" nil (((er l z) 1))) +("early" nil (((er) 1) ((l iy) 0))) +("earlywine" nil (((er) 1) ((l iy) 0) ((w ay n) 1))) +("earmark" nil (((ih r) 1) ((m aa r k) 1))) +("earmarked" nil (((ih r) 1) ((m aa r k t) 1))) +("earmarking" nil (((ih r) 1) ((m aa r) 1) ((k ih ng) 0))) +("earmarks" nil (((ih r) 1) ((m aa r k s) 1))) +("earmuffs" nil (((ih r) 1) ((m ah f s) 1))) +("earn" nil (((er n) 1))) +("earned" nil (((er n d) 1))) +("earner" nil (((er) 1) ((n er) 0))) +("earners" nil (((er) 1) ((n er z) 0))) +("earnest" nil (((er) 1) ((n ih s t) 0))) +("earnestly" nil (((er) 1) ((n ax s t) 0) ((l iy) 0))) +("earnestness" nil (((er) 1) ((n ax s t) 0) ((n ax s) 0))) +("earney" nil (((er) 1) ((n iy) 0))) +("earnhardt" nil (((er n) 1) ((hh aa r t) 1))) +("earnhart" nil (((er n) 1) ((hh aa r t) 1))) +("earnheart" nil (((er n) 1) ((hh aa r t) 1))) +("earnie" nil (((er) 1) ((n iy) 0))) +("earning" nil (((er) 1) ((n ih ng) 0))) +("earnings" nil (((er) 1) ((n ih ng z) 0))) +("earns" nil (((er n z) 1))) +("earnshaw" nil (((er n) 1) ((sh ao) 1))) +("earp" nil (((er p) 1))) +("earphones" nil (((ih r) 1) ((f ow n z) 1))) +("earplugs" nil (((ih r) 1) ((p l ah g z) 1))) +("earring" nil (((ih) 1) ((r ih ng) 0))) +("earrings" nil (((ih) 1) ((r ih ng z) 0))) +("ears" nil (((ih r z) 1))) +("earshot" nil (((ih r) 1) ((sh aa t) 1))) +("earth" nil (((er th) 1))) +("eartha" nil (((er) 1) ((th ax) 0))) +("earthbound" nil (((er th) 1) ((b aw n d) 1))) +("earthen" nil (((er) 1) ((th ax n) 0))) +("earthenware" nil (((er) 1) ((th ax n) 0) ((w eh r) 1))) +("earthlings" nil (((er th) 1) ((l ih ng z) 0))) +("earthly" nil (((er th) 1) ((l iy) 0))) +("earthmoving" nil (((er th) 1) ((m uw) 1) ((v ih ng) 0))) +("earthquake" nil (((er th) 1) ((k w ey k) 1))) +("earthquakes" nil (((er th) 1) ((k w ey k s) 1))) +("earths" nil (((er th s) 1))) +("earthshaking" nil (((er th) 1) ((sh ey) 1) ((k ih ng) 0))) +("earthshine" nil (((er th) 1) ((sh ay n) 1))) +("earthstar" nil (((er th) 1) ((s t aa r) 1))) +("earthwork" nil (((er) 1) ((th w er k) 1))) +("earthworm" nil (((er) 1) ((th w er m) 1))) +("earthworms" nil (((er) 1) ((th w er m z) 1))) +("earthy" nil (((er) 1) ((th iy) 0))) +("earwax" nil (((ih r) 1) ((w ae k s) 1))) +("earwood" nil (((ih r) 1) ((w uh d) 1))) +("eary" nil (((ih) 1) ((r iy) 0))) +("easco" nil (((iy) 1) ((s k ow) 0))) +("ease" nil (((iy z) 1))) +("eased" nil (((iy z d) 1))) +("easel" nil (((iy) 1) ((z ax l) 0))) +("easement" nil (((iy z) 1) ((m ax n t) 0))) +("eases" nil (((iy) 1) ((z ih z) 0))) +("eash" nil (((iy sh) 1))) +("easier" nil (((iy) 1) ((z iy) 0) ((er) 0))) +("easiest" nil (((iy) 1) ((z iy) 0) ((ax s t) 0))) +("easily" nil (((iy) 1) ((z ax) 0) ((l iy) 0))) +("easing" nil (((iy) 1) ((z ih ng) 0))) +("easler" nil (((iy) 1) ((z l er) 0))) +("easley" nil (((iy) 1) ((z l iy) 0))) +("easom" nil (((iy) 1) ((z ax m) 0))) +("eason" nil (((iy) 1) ((z ax n) 0))) +("east" nil (((iy s t) 1))) +("eastbound" nil (((iy s t) 1) ((b aw n d) 1))) +("eastburn" nil (((iy s t) 1) ((b er n) 1))) +("eastdil" nil (((iy s t) 1) ((d ih l) 1))) +("eastenders" nil (((iy z) 1) ((t eh n) 1) ((d er z) 0))) +("eastep" nil (((iy z) 1) ((t ih p) 0))) +("easter" nil (((iy) 1) ((s t er) 0))) +("easterbrook" nil (((iy) 1) ((s t er) 0) ((b r uh k) 1))) +("easterday" nil (((iy) 1) ((s t er) 0) ((d ey) 1))) +("easterlin" nil (((ax z) 0) ((t er) 1) ((l ih n) 0))) +("easterling" nil (((iy) 1) ((s t er) 0) ((l ih ng) 0))) +("easterly" nil (((iy) 1) ((s t er) 0) ((l iy) 0))) +("eastern" nil (((iy) 1) ((s t er n) 0))) +("easterner" nil (((iy) 1) ((s t er) 0) ((n er) 0))) +("easterners" nil (((iy) 1) ((s t er) 0) ((n er z) 0))) +("easterwood" nil (((iy) 1) ((s t er) 0) ((w uh d) 1))) +("eastes" nil (((iy s t s) 1))) +("eastgroup" nil (((iy s t) 1) ((g r uw p) 1))) +("eastham" nil (((iy) 1) ((s t ax m) 0))) +("eastin" nil (((iy z) 1) ((t ih n) 0))) +("eastland" nil (((iy s t) 1) ((l ax n d) 0))) +("eastlick" nil (((iy s t) 1) ((l ih k) 1))) +("eastman" nil (((iy s t) 1) ((m ax n) 0))) +("eastmet" nil (((iy s t) 1) ((m eh t) 1))) +("easton" nil (((iy) 1) ((s t ax n) 0))) +("eastover" nil (((iy) 1) ((s t ow) 1) ((v er) 0))) +("eastpac" nil (((iy s t) 1) ((p ae k) 1))) +("eastridge" nil (((iy) 1) ((s t r ih jh) 1))) +("eastward" nil (((iy s) 1) ((t w er d) 0))) +("eastwick" nil (((iy s) 1) ((t w ih k) 1))) +("eastwood" nil (((iy s) 1) ((t w uh d) 1))) +("easudes" nil (((ey) 1) ((s uw) 1) ((d ey s) 0))) +("easy" nil (((iy) 1) ((z iy) 0))) +("easygoing" nil (((iy) 1) ((z iy) 0) ((g ow) 1) ((ih ng) 0))) +("eat" nil (((iy t) 1))) +("eatable" nil (((iy) 1) ((t ax) 0) ((b ax l) 0))) +("eaten" nil (((iy) 1) ((t ax n) 0))) +("eater" nil (((iy) 1) ((t er) 0))) +("eateries" nil (((iy) 1) ((t er) 0) ((iy z) 0))) +("eaters" nil (((iy) 1) ((t er z) 0))) +("eatery" nil (((iy) 1) ((t er) 0) ((iy) 0))) +("eatherly" nil (((eh) 1) ((dh er) 0) ((l iy) 0))) +("eatherton" nil (((eh) 0) ((th er) 1) ((t ax n) 0))) +("eating" nil (((iy) 1) ((t ih ng) 0))) +("eatman" nil (((iy t) 1) ((m ax n) 0))) +("eatmon" nil (((iy t) 1) ((m ax n) 0))) +("eaton" nil (((iy) 1) ((t ax n) 0))) +("eats" nil (((iy t s) 1))) +("eau" nil (((ow) 1))) +("eaux" nil (((ow) 1))) +("eave" nil (((iy v) 1))) +("eavenson" nil (((iy) 1) ((v ih n) 0) ((s ax n) 0))) +("eaves" nil (((iy v z) 1))) +("eavesdrop" nil (((iy v z) 1) ((d r aa p) 1))) +("eavesdropping" nil (((iy v z) 1) ((d r aa) 1) ((p ih ng) 0))) +("eb" nil (((eh b) 1))) +("eba" nil (((iy) 1) ((b ax) 0))) +("eban" nil (((eh) 1) ((b ax n) 0))) +("ebanks" nil (((eh) 1) ((b ax ng k s) 0))) +("ebano" nil (((eh) 0) ((b aa) 1) ((n ow) 0))) +("ebarb" nil (((eh) 1) ((b aa r b) 0))) +("ebasco" nil (((eh) 0) ((b ae) 1) ((s k ow) 0))) +("ebaugh" nil (((eh) 1) ((b ao) 0))) +("ebb" nil (((eh b) 1))) +("ebba" nil (((eh) 1) ((b ax) 0))) +("ebbed" nil (((eh b d) 1))) +("ebben" nil (((eh) 1) ((b ax n) 0))) +("ebbers" nil (((eh) 1) ((b er z) 0))) +("ebbert" nil (((eh) 1) ((b er t) 0))) +("ebbing" nil (((eh) 1) ((b ih ng) 0))) +("ebbs" nil (((eh b z) 1))) +("ebby" nil (((eh) 1) ((b iy) 0))) +("ebel" nil (((eh) 1) ((b ax l) 0))) +("ebeling" nil (((eh) 1) ((b ax) 0) ((l ih ng) 0))) +("eben" nil (((eh) 1) ((b ax n) 0))) +("ebeneezer" nil (((eh) 1) ((b ax) 0) ((n iy) 1) ((z er) 0))) +("ebenezer" nil (((eh) 1) ((b ih) 0) ((n iy) 1) ((z er) 0))) +("eber" nil (((eh) 1) ((b er) 0))) +("eberhard" nil (((eh) 1) ((b er) 0) ((hh aa r t) 0))) +("eberhardt" nil (((eh) 1) ((b er) 0) ((hh aa r t) 1))) +("eberhart" nil (((eh) 1) ((b er) 0) ((hh aa r t) 1))) +("eberl" nil (((eh) 1) ((b er l) 0))) +("eberle" nil (((eh) 1) ((b er) 0) ((ax l) 0))) +("eberlein" nil (((eh) 1) ((b er) 0) ((l ay n) 1))) +("eberlin" nil (((eh) 1) ((b er) 0) ((l ih n) 0))) +("eberling" nil (((eh) 1) ((b er) 0) ((l ih ng) 0))) +("eberly" nil (((eh) 1) ((b er) 0) ((l iy) 0))) +("ebers" nil (((eh) 1) ((b er z) 0))) +("ebersol" nil (((eh) 1) ((b er) 0) ((s aa l) 0))) +("ebersold" nil (((eh) 1) ((b er) 0) ((s ow l d) 1))) +("ebersole" nil (((eh) 1) ((b er) 0) ((s ow l) 1))) +("eberstadt" nil (((eh) 1) ((b er) 0) ((s t ae t) 1))) +("ebert" nil (((eh) 1) ((b er t) 0))) +("eberts" nil (((eh) 1) ((b er t s) 0))) +("eberwein" nil (((eh) 1) ((b er) 0) ((w ay n) 1))) +("ebey" nil (((eh) 1) ((b iy) 0))) +("ebinger" nil (((eh) 1) ((b ih ng) 0) ((er) 0))) +("eble" nil (((eh) 1) ((b ax l) 0))) +("eblen" nil (((eh) 1) ((b ax) 0) ((l ax n) 0))) +("eblin" nil (((eh) 1) ((b l ih n) 0))) +("ebling" nil (((eh) 1) ((b ax) 0) ((l ih ng) 0))) +("ebner" nil (((eh b) 1) ((n er) 0))) +("ebola" nil (((iy) 0) ((b ow) 1) ((l ax) 0))) +("ebony" nil (((eh) 1) ((b ax) 0) ((n iy) 0))) +("ebright" nil (((ih) 0) ((b r ay t) 1))) +("ebro" nil (((iy) 1) ((b r ow) 1))) +("ebron" nil (((eh) 1) ((b r ax n) 0))) +("ebullience" nil (((ih) 0) ((b uh) 1) ((l y ax n s) 0))) +("ebullient" nil (((ih) 0) ((b ah) 1) ((l y ax n t) 0))) +("eby" nil (((iy) 1) ((b iy) 0))) +("ecad" nil (((iy) 1) ((k ae d) 1))) +("eccentric" nil (((ih k) 0) ((s eh n) 1) ((t r ih k) 0))) +("eccentricities" nil (((eh k) 1) ((s eh n) 0) ((t r ih) 1) ((s ih) 0) ((t iy z) 0))) +("eccentricity" nil (((eh k) 1) ((s ax n) 0) ((t r ih) 1) ((s ax) 0) ((t iy) 0))) +("eccentrics" nil (((ih k) 0) ((s eh n) 1) ((t r ih k s) 0))) +("eccles" nil (((eh) 1) ((k ax l z) 0))) +("ecclesiastical" nil (((ih) 0) ((k l iy) 1) ((z iy) 0) ((ae) 1) ((s t ih) 0) ((k ax l) 0))) +("eccleston" nil (((eh) 1) ((k l ih) 0) ((s t aa n) 0))) +("ecevit" nil (((eh) 1) ((s ax) 0) ((v ih t) 0))) +("echard" nil (((eh) 1) ((ch er d) 0))) +("echavarria" nil (((eh) 1) ((ch ax) 0) ((v ae) 1) ((r iy) 0) ((ax) 0))) +("echelon" nil (((eh) 1) ((sh ax) 0) ((l aa n) 1))) +("echelons" nil (((eh) 1) ((sh ax) 0) ((l aa n z) 1))) +("echenberg" nil (((eh) 1) ((k ax n) 0) ((b er g) 0))) +("echevarria" nil (((ey) 0) ((ch ey) 0) ((v aa) 1) ((r iy) 0) ((ax) 0))) +("echeverria" nil (((ey) 0) ((ch ey) 0) ((v eh) 1) ((r iy) 0) ((ax) 0))) +("echlin" nil (((eh) 1) ((k l ih n) 0))) +("echo" nil (((eh) 1) ((k ow) 0))) +("echoed" nil (((eh) 1) ((k ow d) 0))) +("echoes" nil (((eh) 1) ((k ow z) 0))) +("echohawk" nil (((eh) 1) ((k ow) 0) ((hh ao k) 1))) +("echoing" nil (((eh) 1) ((k ow) 0) ((ih ng) 0))) +("echolocation" nil (((eh) 1) ((k ow) 0) ((l ow) 0) ((k ey) 1) ((sh ax n) 0))) +("echols" nil (((eh) 1) ((k ax l z) 0))) +("echos" nil (((eh) 1) ((k ow z) 0))) +("eck" nil (((eh k) 1))) +("eckard" nil (((eh) 1) ((k er d) 0))) +("eckardt" nil (((eh) 1) ((k er t) 0))) +("eckart" nil (((eh) 1) ((k aa r t) 0))) +("eckberg" nil (((eh k) 1) ((b er g) 0))) +("eckel" nil (((eh) 1) ((k ax l) 0))) +("eckelberry" nil (((eh) 1) ((k ax l) 0) ((b eh) 1) ((r iy) 0))) +("eckels" nil (((eh) 1) ((k ax l z) 0))) +("eckenfelder" nil (((eh) 1) ((k ax n) 0) ((f eh l) 1) ((d er) 0))) +("eckenrod" nil (((eh) 1) ((k ih n) 0) ((r ax d) 0))) +("eckenrode" nil (((eh) 1) ((k ih n) 0) ((r ow d) 1))) +("eckenroth" nil (((eh) 1) ((k ih n) 0) ((r ao th) 0))) +("ecker" nil (((eh) 1) ((k er) 0))) +("eckerd" nil (((eh) 1) ((k er d) 0))) +("eckerle" nil (((eh) 1) ((k er) 0) ((ax l) 0))) +("eckerman" nil (((eh) 1) ((k er) 0) ((m ax n) 0))) +("eckersley" nil (((eh) 1) ((k er) 0) ((s l iy) 0))) +("eckerson" nil (((eh) 1) ((k er) 0) ((s ax n) 0))) +("eckert" nil (((eh) 1) ((k er t) 0))) +("eckes" nil (((eh k s) 1))) +("eckhard" nil (((eh k) 1) ((hh aa r d) 1))) +("eckhardt" nil (((eh k) 1) ((hh aa r t) 1))) +("eckhart" nil (((eh k) 1) ((hh aa r t) 1))) +("eckhoff" nil (((eh k) 1) ((hh ao f) 1))) +("eckl" nil (((eh) 1) ((k ax l) 0))) +("eckland" nil (((eh) 1) ((k l ax n d) 0))) +("eckler" nil (((eh) 1) ((k l er) 0))) +("eckles" nil (((eh) 1) ((k ax l z) 0))) +("eckley" nil (((eh) 1) ((k l iy) 0))) +("ecklund" nil (((eh) 1) ((k l ax n d) 0))) +("eckman" nil (((eh k) 1) ((m ax n) 0))) +("eckmann" nil (((eh k) 1) ((m ax n) 0))) +("eckrich" nil (((eh) 1) ((k r ih k) 0))) +("eckrote" nil (((eh) 1) ((k r ax t) 0))) +("eckroth" nil (((eh) 1) ((k r ao th) 1))) +("eckstein" nil (((eh k) 1) ((s t iy n) 1))) +("eckstrom" nil (((eh k) 1) ((s t r ax m) 0))) +("eclectic" nil (((ih) 0) ((k l eh k) 1) ((t ih k) 0))) +("eclipse" nil (((ih) 0) ((k l ih p s) 1))) +("eclipsed" nil (((ih) 0) ((k l ih p s t) 1))) +("eclipses" nil (((ih) 0) ((k l ih p) 1) ((s ax z) 0))) +("eclipsing" nil (((ih) 0) ((k l ih p) 1) ((s ih ng) 0))) +("ecliptic" nil (((ih) 0) ((k l ih p) 1) ((t ih k) 0))) +("eco" nil (((iy) 1) ((k ow) 0))) +("ecogen" nil (((iy) 1) ((k ow) 0) ((g ax n) 0))) +("ecolab" nil (((iy) 1) ((k ow) 0) ((l ae b) 1))) +("ecolaire" nil (((iy) 1) ((k ow) 0) ((l eh r) 1))) +("ecole" nil (((ih) 0) ((k ow l) 1))) +("ecological" nil (((iy) 0) ((k ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("ecologically" nil (((iy) 0) ((k ax) 0) ((l aa) 1) ((jh ih) 0) ((k l iy) 0))) +("ecologist" nil (((ih) 0) ((k aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("ecologists" nil (((ih) 0) ((k aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("ecology" nil (((ih) 0) ((k aa) 1) ((l ax) 0) ((jh iy) 0))) +("econ" nil (((iy) 1) ((k aa n) 1))) +("econocom" nil (((iy) 0) ((k aa) 1) ((n ow) 0) ((k aa m) 1))) +("econoline" nil (((iy) 0) ((k aa) 1) ((n ow) 0) ((l ay n) 1))) +("econometric" nil (((ih) 0) ((k aa) 1) ((n ax) 0) ((m eh) 1) ((t r ih k) 0))) +("econometrics" nil (((ih) 0) ((k aa) 1) ((n ax) 0) ((m eh) 1) ((t r ih k s) 0))) +("economic" nil (((eh) 1) ((k ax) 0) ((n aa) 1) ((m ih k) 0))) +("economical" nil (((eh) 1) ((k ax) 0) ((n aa) 1) ((m ih) 0) ((k ax l) 0))) +("economically" nil (((eh) 1) ((k ax) 0) ((n aa) 1) ((m ih) 0) ((k l iy) 0))) +("economico" nil (((iy) 0) ((k aa) 1) ((n ax) 0) ((m iy) 1) ((k ow) 0))) +("economics" nil (((eh) 1) ((k ax) 0) ((n aa) 1) ((m ih k s) 0))) +("economies" nil (((ih) 0) ((k aa) 1) ((n ax) 0) ((m iy z) 0))) +("economist" nil (((ih) 0) ((k aa) 1) ((n ax) 0) ((m ih s t) 0))) +("economists" nil (((ih) 0) ((k aa) 1) ((n ax) 0) ((m ih s t s) 0))) +("economize" nil (((ih) 0) ((k aa) 1) ((n ax) 0) ((m ay z) 1))) +("economos" nil (((eh) 0) ((k ax) 0) ((n ow) 1) ((m ow z) 0))) +("economou" nil (((eh) 0) ((k ow) 0) ((n ow) 1) ((m uw) 0))) +("economy" nil (((ih) 0) ((k aa) 1) ((n ax) 0) ((m iy) 0))) +("econships" nil (((iy) 1) ((k aa n) 1) ((sh ih p s) 1))) +("ecosystem" nil (((iy) 1) ((k ow) 0) ((s ih) 1) ((s t ax m) 0))) +("ecosystems" nil (((iy) 1) ((k ow) 0) ((s ih) 1) ((s t ax m z) 0))) +("ecru" nil (((eh) 1) ((k r uw) 0))) +("ecs" nil (((iy) 1) ((s iy) 1) ((eh s) 1))) +("ecstasy" nil (((eh k) 1) ((s t ax) 0) ((s iy) 0))) +("ecstatic" nil (((eh k) 0) ((s t ae) 1) ((t ih k) 0))) +("ecstatically" nil (((eh k) 0) ((s t ae) 1) ((t ih) 0) ((k l iy) 0))) +("ecton" nil (((eh k) 1) ((t ax n) 0))) +("ector" nil (((eh k) 1) ((t er) 0))) +("ecuador" nil (((eh) 1) ((k w ax) 0) ((d ao r) 1))) +("ecuadoran" nil (((eh) 1) ((k w ax) 0) ((d ao) 1) ((r ax n) 0))) +("ecuadorean" nil (((eh) 1) ((k w ax) 0) ((d ao) 1) ((r iy) 0) ((ax n) 0))) +("ecuadorian" nil (((eh) 1) ((k w ax) 0) ((d ao) 1) ((r iy) 0) ((ax n) 0))) +("ecumena" nil (((eh) 1) ((k y uw) 0) ((m iy) 1) ((n ax) 0))) +("ecumenical" nil (((eh) 1) ((k y uw) 0) ((m eh) 1) ((n ih) 0) ((k ax l) 0))) +("eczema" nil (((eh k) 1) ((s ax) 0) ((m ax) 0))) +("ed" nil (((eh d) 1))) +("eda" nil (((iy) 1) ((d ax) 0))) +("edam" nil (((iy) 1) ((d ax m) 0))) +("edan" nil (((iy) 1) ((d ax n) 0))) +("edana" nil (((eh) 0) ((d ae) 1) ((n ax) 0))) +("EDAS" nil (((ih) 0) ((d ah s) 1))) +("edberg" nil (((eh d) 1) ((b er g) 0))) +("edbert" nil (((eh d) 1) ((b er t) 0))) +("eddie" nil (((eh) 1) ((d iy) 0))) +("eddies" nil (((eh) 1) ((d iy z) 0))) +("eddinger" nil (((eh) 1) ((d ih ng) 0) ((er) 0))) +("eddings" nil (((eh) 1) ((d ih ng z) 0))) +("eddington" nil (((eh) 1) ((d ih ng) 0) ((t ax n) 0))) +("eddins" nil (((eh) 1) ((d ih n z) 0))) +("eddleman" nil (((eh) 1) ((d ax l) 0) ((m ax n) 0))) +("eddlemon" nil (((eh d) 1) ((l ih) 0) ((m aa n) 0))) +("edds" nil (((eh d z) 1))) +("eddy" nil (((eh) 1) ((d iy) 0))) +("ede" nil (((iy d) 1))) +("edel" nil (((eh) 1) ((d ax l) 0))) +("edelen" nil (((eh) 1) ((d ax) 0) ((l ax n) 0))) +("edeline" nil (((eh) 1) ((d ih) 0) ((l ay n) 0))) +("edell" nil (((ih) 0) ((d eh l) 1))) +("edelman" nil (((eh) 1) ((d ax l) 0) ((m ax n) 0))) +("edelmann" nil (((eh) 1) ((d ax l) 0) ((m ax n) 0))) +("edelmar" nil (((eh) 1) ((d ih l) 0) ((m er) 0))) +("edelson" nil (((eh) 1) ((d ih l) 0) ((s ax n) 0))) +("edelstein" nil (((eh) 1) ((d ax l) 0) ((s t ay n) 1))) +("edelweiss" nil (((ey) 1) ((d ax l) 0) ((v ay s) 1))) +("edema" nil (((ih) 0) ((d iy) 1) ((m ax) 0))) +("eden" nil (((iy) 1) ((d ax n) 0))) +("edenfield" nil (((ih) 0) ((d eh n) 1) ((f iy l d) 0))) +("edens" nil (((iy) 1) ((d ax n z) 0))) +("eder" nil (((eh) 1) ((d er) 0))) +("ederer" nil (((eh) 1) ((d er) 0) ((er) 0))) +("edes" nil (((iy d z) 1))) +("edgar" nil (((eh d) 1) ((g er) 0))) +("edgcomb" nil (((eh jh) 1) ((k ax m) 0))) +("edge" nil (((eh jh) 1))) +("edgecomb" nil (((eh jh) 1) ((k ao m) 0))) +("edgecombe" nil (((eh jh) 1) ((k ow m) 0))) +("edged" nil (((eh jh d) 1))) +("edgell" nil (((eh) 1) ((jh ax l) 0))) +("edgemon" nil (((eh jh) 1) ((m ax n) 0))) +("edger" nil (((eh) 1) ((jh er) 0))) +("edgerly" nil (((eh) 1) ((jh er) 0) ((l iy) 0))) +("edgerton" nil (((eh) 1) ((jh er) 0) ((t ax n) 0))) +("edges" nil (((eh) 1) ((jh ax z) 0))) +("edgett" nil (((eh) 1) ((jh ih t) 0))) +("edgeways" nil (((eh jh) 1) ((w ey z) 1))) +("edgewood" nil (((eh jh) 1) ((w uh d) 1))) +("edgeworth" nil (((eh jh) 1) ((w er th) 0))) +("edgin" nil (((eh) 1) ((jh ih n) 0))) +("edginess" nil (((eh) 1) ((jh iy) 0) ((n ax s) 0))) +("edging" nil (((eh) 1) ((jh ih ng) 0))) +("edgington" nil (((eh) 1) ((jh ih ng) 0) ((t ax n) 0))) +("edgley" nil (((eh jh) 1) ((l iy) 0))) +("edgmon" nil (((eh jh) 1) ((m ax n) 0))) +("edgren" nil (((eh d) 1) ((g r eh n) 0))) +("edgy" nil (((eh) 1) ((jh iy) 0))) +("edi" nil (((iy) 1) ((d iy) 0))) +("edible" nil (((eh) 1) ((d ax) 0) ((b ax l) 0))) +("edibles" nil (((eh) 1) ((d ax) 0) ((b ax l z) 0))) +("edick" nil (((eh) 1) ((d ih k) 0))) +("edict" nil (((iy) 1) ((d ih k t) 0))) +("edicts" nil (((iy) 1) ((d ih k t s) 0))) +("edie" nil (((eh) 1) ((d iy) 0))) +("edification" nil (((eh) 1) ((d ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("edifice" nil (((eh) 1) ((d ax) 0) ((f ax s) 0))) +("edifying" nil (((eh) 1) ((d ax) 0) ((f ay) 1) ((ih ng) 0))) +("ediger" nil (((eh) 1) ((d ih) 0) ((g er) 0))) +("edin" nil (((eh) 1) ((d ih n) 0))) +("edina" nil (((ax) 0) ((d iy) 1) ((n ax) 0))) +("edinboro" nil (((eh) 1) ((d ax n) 0) ((b er) 0) ((ow) 0))) +("edinburgh" nil (((eh) 1) ((d ax n) 0) ((b er) 0) ((ow) 0))) +("edinger" nil (((eh) 1) ((d ih ng) 0) ((er) 0))) +("edington" nil (((eh) 1) ((d ih ng) 0) ((t ax n) 0))) +("edison" nil (((eh) 1) ((d ih) 0) ((s ax n) 0))) +("edisto" nil (((eh) 1) ((d ih) 0) ((s t ow) 0))) +("edit" nil (((eh) 1) ((d ax t) 0))) +("edited" nil (((eh) 1) ((d ax) 0) ((t ax d) 0))) +("edith" nil (((iy) 1) ((d ih th) 0))) +("editha" nil (((eh) 1) ((d ih) 0) ((dh ax) 0))) +("edithe" nil (((eh) 1) ((d ih dh) 0))) +("editing" nil (((eh) 1) ((d ax) 0) ((t ih ng) 0))) +("edition" nil (((ih) 0) ((d ih) 1) ((sh ax n) 0))) +("editions" nil (((ih) 0) ((d ih) 1) ((sh ax n z) 0))) +("editor" nil (((eh) 1) ((d ax) 0) ((t er) 0))) +("editorial" nil (((eh) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("editorialist" nil (((eh) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0) ((ax) 0) ((l ih s t) 0))) +("editorialists" nil (((eh) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0) ((ax) 0) ((l ih s t s) 0))) +("editorialize" nil (((eh) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0) ((ax) 0) ((l ay z) 1))) +("editorialized" nil (((eh) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0) ((ax) 0) ((l ay z d) 1))) +("editorially" nil (((eh) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0) ((ax) 0) ((l iy) 0))) +("editorials" nil (((eh) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0) ((ax l z) 0))) +("editors" nil (((eh) 1) ((d ih) 0) ((t er z) 0))) +("editorship" nil (((eh) 1) ((d ax) 0) ((t er) 0) ((sh ih p) 1))) +("edits" nil (((eh) 1) ((d ih t s) 0))) +("ediva" nil (((eh) 0) ((d iy) 1) ((v ax) 0))) +("edizione" nil (((eh) 0) ((d iy) 1) ((z iy) 0) ((ow) 1) ((n iy) 0))) +("edler" nil (((eh d) 1) ((l er) 0))) +("edley" nil (((eh d) 1) ((l iy) 0))) +("edlin" nil (((eh d) 1) ((l ih n) 0))) +("edling" nil (((eh d) 1) ((l ih ng) 0))) +("edlund" nil (((eh d) 1) ((l ax n d) 0))) +("edlyn" nil (((eh d) 1) ((l ih n) 0))) +("edman" nil (((eh d) 1) ((m ax n) 0))) +("edmands" nil (((eh d) 1) ((m ax n d z) 0))) +("edmar" nil (((eh d) 1) ((m aa r) 0))) +("edminster" nil (((ih d) 0) ((m ih n) 1) ((s t er) 0))) +("edmison" nil (((eh d) 1) ((m ih) 0) ((s ax n) 0))) +("edmisten" nil (((ih d) 0) ((m ih) 1) ((s ax n) 0))) +("edmister" nil (((eh d) 1) ((m ih) 0) ((s t er) 0))) +("edmiston" nil (((eh d) 1) ((m ih) 0) ((s t aa n) 0))) +("edmond" nil (((eh d) 1) ((m ax n d) 0))) +("edmonda" nil (((eh d) 1) ((m aa n) 1) ((d ax) 0))) +("edmonds" nil (((eh d) 1) ((m ax n d z) 0))) +("edmondson" nil (((eh d) 1) ((m ax n d) 0) ((s ax n) 0))) +("edmonson" nil (((eh d) 1) ((m ax n) 0) ((s ax n) 0))) +("edmonston" nil (((ih d) 0) ((m aa n) 1) ((s t ax n) 0))) +("edmonton" nil (((eh d) 1) ((m ax n) 0) ((t ax n) 0))) +("edmund" nil (((eh d) 1) ((m ax n d) 0))) +("edmunda" nil (((eh d) 1) ((m ah n) 1) ((d ax) 0))) +("edmundo" nil (((eh d) 1) ((m ah n) 1) ((d ow) 0))) +("edmunds" nil (((eh d) 1) ((m ax n d z) 0))) +("edmundson" nil (((eh d) 1) ((m ax n d) 0) ((s ax n) 0))) +("edna" nil (((eh d) 1) ((n ax) 0))) +("edney" nil (((eh d) 1) ((n iy) 0))) +("edo" nil (((iy) 1) ((d ow) 0))) +("edoardo" nil (((eh) 1) ((d w aa r) 1) ((d ow) 0))) +("edolf" nil (((eh) 1) ((d ow l f) 0))) +("edouard" nil (((eh) 1) ((d uw) 0) ((aa r d) 0))) +("edper" nil (((eh d) 1) ((p er) 0))) +("edquist" nil (((eh d) 1) ((k w ih s t) 1))) +("edra" nil (((eh) 1) ((d r ax) 0))) +("edrea" nil (((eh) 1) ((d r iy) 0) ((ax) 0))) +("edric" nil (((eh) 1) ((d r ih k) 0))) +("edrington" nil (((eh) 1) ((d er) 0) ((ih ng) 0) ((t ax n) 0))) +("edris" nil (((ih) 0) ((d r iy s) 1))) +("edsall" nil (((ih d) 0) ((s ao l) 1))) +("edsel" nil (((eh d) 1) ((s ax l) 0))) +("edson" nil (((eh d) 1) ((s ax n) 0))) +("edstrom" nil (((eh d) 1) ((s t r ax m) 0))) +("eduard" nil (((eh) 1) ((d w er d) 0))) +("eduardo" nil (((eh) 0) ((d w aa r) 1) ((d ow) 0))) +("educate" nil (((eh) 1) ((jh ax) 0) ((k ey t) 1))) +("educated" nil (((eh) 1) ((jh ax) 0) ((k ey) 1) ((t ax d) 0))) +("educating" nil (((eh) 1) ((jh ax) 0) ((k ey) 1) ((t ih ng) 0))) +("education" nil (((eh) 1) ((jh ax) 0) ((k ey) 1) ((sh ax n) 0))) +("educational" nil (((eh) 1) ((jh ax) 0) ((k ey) 1) ((sh ax) 0) ((n ax l) 0))) +("educationally" nil (((eh) 1) ((jh ax) 0) ((k ey) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("educations" nil (((eh) 1) ((jh ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("educator" nil (((eh) 1) ((jh ax) 0) ((k ey) 1) ((t er) 0))) +("educators" nil (((eh) 1) ((jh ax) 0) ((k ey) 1) ((t er z) 0))) +("edwald" nil (((ih) 0) ((d w ao l d) 1))) +("edward" nil (((eh) 1) ((d w er d) 0))) +("edwardian" nil (((eh) 0) ((d w ao r) 1) ((d iy) 0) ((ax n) 0))) +("edwardine" nil (((ih) 0) ((d w ao r) 1) ((d ay n) 0))) +("edwards" nil (((eh) 1) ((d w er d z) 0))) +("edwardson" nil (((eh) 1) ((d w ao r d) 0) ((s ax n) 0))) +("edwin" nil (((eh) 1) ((d w ax n) 0))) +("edwina" nil (((eh) 0) ((d w iy) 1) ((n ax) 0))) +("edyth" nil (((eh) 1) ((d ih th) 0))) +("edythe" nil (((eh) 1) ((d ay dh) 0))) +("edzard" nil (((eh d) 1) ((z er d) 0))) +("ee" nil (((iy) 1))) +("eeg" nil (((iy g) 1))) +("eel" nil (((iy l) 1))) +("eelam" nil (((iy) 1) ((l ae m) 0))) +("eelgrass" nil (((iy l) 1) ((g r ae s) 1))) +("eellike" nil (((iy l) 1) ((l ay k) 1))) +("eells" nil (((iy l z) 1))) +("eelpout" nil (((iy l) 1) ((p aw t) 1))) +("eelpouts" nil (((iy l) 1) ((p aw t s) 1))) +("eels" nil (((iy l z) 1))) +("eerduosi" nil (((er) 1) ((d w ao s) 1))) +("eerie" nil (((ih) 1) ((r iy) 0))) +("eerily" nil (((ih) 1) ((r ax) 0) ((l iy) 0))) +("efaw" nil (((eh) 1) ((f ao) 0))) +("effacing" nil (((ih) 0) ((f ey) 1) ((s ih ng) 0))) +("effect" nil (((ih) 0) ((f eh k t) 1))) +("effected" nil (((ih) 0) ((f eh k) 1) ((t ax d) 0))) +("effecting" nil (((ih) 0) ((f eh k) 1) ((t ih ng) 0))) +("effective" nil (((ih) 0) ((f eh k) 1) ((t ih v) 0))) +("effectively" nil (((ih) 0) ((f eh k) 1) ((t ih) 0) ((v l iy) 0))) +("effectiveness" nil (((ih) 0) ((f eh k) 1) ((t ih v) 0) ((n ax s) 0))) +("effects" nil (((ih) 0) ((f eh k t s) 1))) +("efferent" nil (((eh) 1) ((f er) 0) ((ax n t) 0))) +("efferson" nil (((eh) 1) ((f er) 0) ((s ax n) 0))) +("effertz" nil (((eh) 1) ((f er t s) 0))) +("effervescent" nil (((eh) 1) ((f er) 0) ((v eh) 1) ((s ax n t) 0))) +("effete" nil (((eh) 0) ((f iy t) 1))) +("efficacious" nil (((eh) 1) ((f ax) 0) ((k ey) 1) ((sh ax s) 0))) +("efficacy" nil (((eh) 1) ((f ih) 0) ((k ah) 0) ((s iy) 0))) +("efficiences" nil (((eh) 0) ((f ih) 1) ((sh ax n) 0) ((s ih z) 0))) +("efficiencies" nil (((ih) 0) ((f ih) 1) ((sh ax n) 0) ((s iy z) 0))) +("efficiency" nil (((ih) 0) ((f ih) 1) ((sh ax n) 0) ((s iy) 0))) +("efficient" nil (((ih) 0) ((f ih) 1) ((sh ax n t) 0))) +("efficiently" nil (((ih) 0) ((f ih) 1) ((sh ax n t) 0) ((l iy) 0))) +("effie" nil (((eh) 1) ((f iy) 0))) +("effigy" nil (((eh) 1) ((f ih) 0) ((jh iy) 0))) +("effinger" nil (((eh) 1) ((f ih ng) 0) ((er) 0))) +("effler" nil (((eh) 1) ((f l er) 0))) +("effluent" nil (((eh) 1) ((f l uw) 0) ((ax n t) 0))) +("efflux" nil (((eh) 1) ((f l ax k s) 0))) +("effort" nil (((eh) 1) ((f er t) 0))) +("effortless" nil (((eh) 1) ((f er t) 0) ((l ax s) 0))) +("effortlessly" nil (((eh) 1) ((f er t) 0) ((l ax) 0) ((s l iy) 0))) +("efforts" nil (((eh) 1) ((f er t s) 0))) +("effron" nil (((eh) 1) ((f r ax n) 0))) +("effrontery" nil (((ih) 0) ((f r ah n) 1) ((t er) 0) ((iy) 0))) +("effusive" nil (((eh) 1) ((f y uw) 0) ((s ih v) 0))) +("effusively" nil (((ih) 0) ((f y uw) 1) ((s ih) 0) ((v l iy) 0))) +("effy" nil (((eh) 1) ((f iy) 0))) +("efird" nil (((eh) 1) ((f er d) 0))) +("efron" nil (((eh) 1) ((f r ax n) 0))) +("efta" nil (((eh f) 1) ((t ax) 0))) +("egalitarian" nil (((ih) 0) ((g ae) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("egalitarianism" nil (((iy) 0) ((g ae) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0) ((ax) 0) ((n ih) 1) ((z ax m) 0))) +("egan" nil (((iy) 1) ((g ax n) 0))) +("egbert" nil (((eh g) 1) ((b er t) 0))) +("egberta" nil (((ey g) 0) ((b eh r) 1) ((t ax) 0))) +("egbertina" nil (((eh g) 0) ((b er) 0) ((t iy) 1) ((n ax) 0))) +("egbertine" nil (((eh g) 1) ((b er) 0) ((t iy n) 1))) +("egberts" nil (((eh g) 1) ((b er t s) 0))) +("ege" nil (((iy jh) 1))) +("egeland" nil (((eh) 1) ((g ih) 0) ((l ax n d) 0))) +("egeler" nil (((eh) 1) ((g ax) 0) ((l er) 0))) +("egelhoff" nil (((eh) 1) ((g ih l) 0) ((hh ao f) 0))) +("egelston" nil (((eh) 1) ((g ih l) 0) ((s t ax n) 0))) +("eger" nil (((iy) 1) ((g er) 0))) +("egerer" nil (((eh) 1) ((g er) 0) ((er) 0))) +("egert" nil (((eh) 1) ((g er t) 0))) +("egerton" nil (((eh) 1) ((g er) 0) ((t ax n) 0))) +("egg" nil (((eh g) 1))) +("egge" nil (((eh g) 1))) +("eggebrecht" nil (((eh) 1) ((g ih) 0) ((b r ih k t) 0))) +("egged" nil (((eh g d) 1))) +("eggemeyer" nil (((eh) 1) ((g ih) 0) ((m ay) 1) ((er) 0))) +("eggen" nil (((eh) 1) ((g ax n) 0))) +("eggenberger" nil (((eh) 1) ((g ax n) 0) ((b er) 0) ((g er) 0))) +("egger" nil (((eh) 1) ((g er) 0))) +("eggers" nil (((eh) 1) ((g er z) 0))) +("eggert" nil (((eh) 1) ((g er t) 0))) +("egghead" nil (((eh g) 1) ((hh eh d) 1))) +("eggleston" nil (((eh) 1) ((g ax l) 0) ((s t ax n) 0))) +("eggleton" nil (((eh) 1) ((g l ih) 0) ((t aa n) 0))) +("eggplant" nil (((eh g) 1) ((p l ae n t) 1))) +("eggplants" nil (((eh g) 1) ((p l ae n t s) 1))) +("eggs" nil (((eh g z) 1))) +("eggshell" nil (((eh g) 1) ((sh eh l) 1))) +("eggum" nil (((eh) 1) ((g ax m) 0))) +("egipt" nil (((iy) 1) ((jh ih p t) 0))) +("egland" nil (((eh) 1) ((g l ax n d) 0))) +("eglantine" nil (((eh) 1) ((g l ax n) 0) ((t ay n) 1))) +("egle" nil (((eh) 1) ((g ax l) 0))) +("egler" nil (((eh) 1) ((g l er) 0))) +("egleston" nil (((eh) 1) ((g l ih) 0) ((s t aa n) 0))) +("egley" nil (((eh) 1) ((g l iy) 0))) +("egli" nil (((eh) 1) ((g l iy) 0))) +("eglin" nil (((eh) 1) ((g l ih n) 0))) +("eglise" nil (((eh) 1) ((g l iy s) 1))) +("egloff" nil (((eh) 1) ((g l ao f) 0))) +("egly" nil (((eh) 1) ((g l iy) 0))) +("egner" nil (((eh g) 1) ((n er) 0))) +("egnew" nil (((ih g) 0) ((n uw) 1))) +("egnor" nil (((eh g) 1) ((n er) 0))) +("ego" nil (((iy) 1) ((g ow) 0))) +("egocentric" nil (((iy) 1) ((g ow) 0) ((s eh n) 1) ((t r ih k) 0))) +("egoism" nil (((iy) 1) ((g ow) 0) ((ih) 1) ((z ax m) 0))) +("egolf" nil (((eh) 1) ((g ow l f) 0))) +("egomaniac" nil (((eh) 1) ((g ow) 0) ((m ey) 1) ((n iy) 0) ((ae k) 0))) +("egon" nil (((iy) 1) ((g ax n) 0))) +("egos" nil (((iy) 1) ((g ow z) 0))) +("egotism" nil (((iy) 1) ((g ax) 0) ((t ih) 1) ((z ax m) 0))) +("egotist" nil (((iy) 1) ((g ax) 0) ((t ih s t) 0))) +("egotistical" nil (((eh) 1) ((g ax) 0) ((t ih) 1) ((s t ih) 0) ((k ax l) 0))) +("egregious" nil (((ih) 0) ((g r iy) 1) ((jh ax s) 0))) +("egregiously" nil (((ih) 0) ((g r iy) 1) ((jh ax) 0) ((s l iy) 0))) +("egypt" nil (((iy) 1) ((jh ax p t) 0))) +("egyptair" nil (((iy) 1) ((jh ih p) 0) ((t eh r) 1))) +("egyptian" nil (((ih) 0) ((jh ih p) 1) ((sh ax n) 0))) +("egyptians" nil (((ih) 0) ((jh ih p) 1) ((sh ax n z) 0))) +("egyptology" nil (((iy) 1) ((jh ax p) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("eh" nil (((eh) 1))) +("ehinger" nil (((eh) 1) ((hh ih n) 0) ((jh er) 0))) +("ehle" nil (((eh l) 1))) +("ehlen" nil (((eh) 1) ((l ax n) 0))) +("ehler" nil (((eh) 1) ((l er) 0))) +("ehlers" nil (((eh) 1) ((l er z) 0))) +("ehlert" nil (((eh) 1) ((l er t) 0))) +("ehlinger" nil (((eh) 1) ((l ih ng) 0) ((er) 0))) +("ehlke" nil (((eh l k) 1))) +("ehly" nil (((eh) 1) ((l iy) 0))) +("ehman" nil (((eh) 1) ((m ax n) 0))) +("ehmann" nil (((eh) 1) ((m ax n) 0))) +("ehmen" nil (((eh) 1) ((m eh n) 0))) +("ehmke" nil (((eh m) 1) ((k iy) 0))) +("ehren" nil (((eh) 1) ((r ax n) 0))) +("ehrenberg" nil (((eh) 1) ((r ax n) 0) ((b er g) 0))) +("ehrenfeld" nil (((eh) 1) ((r ih n) 0) ((f eh l d) 0))) +("ehrenhalt" nil (((eh) 1) ((r ax n) 0) ((hh ao l t) 1))) +("ehrenkrantz" nil (((eh) 1) ((r ax n) 0) ((k r ae n t s) 1))) +("ehrenreich" nil (((eh) 1) ((r ih n) 0) ((r ay k) 0))) +("ehresman" nil (((eh) 1) ((r ih) 0) ((s m ax n) 0))) +("ehret" nil (((eh) 1) ((r ih t) 0))) +("ehrhard" nil (((eh r) 1) ((hh er d) 0))) +("ehrhardt" nil (((eh r) 1) ((hh aa r t) 0))) +("ehrhart" nil (((eh r) 1) ((hh aa r t) 0))) +("ehrich" nil (((eh) 1) ((r ih k) 0))) +("ehrig" nil (((eh) 1) ((r ih g) 0))) +("ehrke" nil (((eh r k) 1))) +("ehrler" nil (((eh r) 1) ((l er) 0))) +("ehrlich" nil (((er) 1) ((l ih k) 0))) +("ehrlichman" nil (((er) 1) ((l ih k) 0) ((m ax n) 0))) +("ehrman" nil (((eh r) 1) ((m ax n) 0))) +("ehrmann" nil (((eh r) 1) ((m ax n) 0))) +("ehrsam" nil (((eh r) 1) ((s ax m) 0))) +("Ehud" n (((ey) 1) ((hh uw d) 1))) +("ei" nil (((ey) 1))) +("eiben" nil (((ay) 1) ((b ax n) 0))) +("eich" nil (((ay k) 1))) +("eichberg" nil (((ay k) 1) ((b er g) 0))) +("eichel" nil (((ay) 1) ((k ax l) 0))) +("eichelberger" nil (((ay) 1) ((k ax l) 0) ((b er) 0) ((g er) 0))) +("eichen" nil (((ay) 1) ((k ax n) 0))) +("eichenbaum" nil (((ay) 1) ((k ax n) 0) ((b aw m) 1))) +("eichenberg" nil (((ay) 1) ((k ax n) 0) ((b er g) 0))) +("eichenberger" nil (((ay) 1) ((k ax n) 0) ((b er) 0) ((g er) 0))) +("eichenlaub" nil (((ay) 1) ((k ih n) 0) ((l aw b) 0))) +("eicher" nil (((ay) 1) ((k er) 0))) +("eichholz" nil (((ay k) 1) ((hh ow l z) 0))) +("eichhorn" nil (((ay k) 1) ((hh er n) 0))) +("eichhorst" nil (((ay k) 1) ((hh ao r s t) 0))) +("eichinger" nil (((ay) 1) ((k ih n) 0) ((jh er) 0))) +("eichler" nil (((ay) 1) ((k ax) 0) ((l er) 0))) +("eichman" nil (((ay k) 1) ((m ax n) 0))) +("eichmann" nil (((ay k) 1) ((m ax n) 0))) +("eichner" nil (((ay k) 1) ((n er) 0))) +("eicholtz" nil (((ay) 1) ((k ow l t s) 0))) +("eichorn" nil (((ay) 1) ((k ao r n) 0))) +("eichorst" nil (((ay k) 1) ((hh ao r s t) 0))) +("eichstadt" nil (((ay k) 1) ((s t ae t) 0))) +("eichstaedt" nil (((ay k) 1) ((s t eh t) 0))) +("eick" nil (((ay k) 1))) +("eickhoff" nil (((ay k) 1) ((hh ao f) 1))) +("eickholt" nil (((ay k) 1) ((hh ow l t) 1))) +("eickmeyer" nil (((ay k) 1) ((m ay) 0) ((er) 0))) +("eid" nil (((ay d) 1))) +("eide" nil (((ay d) 1))) +("eidem" nil (((ay) 1) ((d ih m) 0))) +("eiden" nil (((ay) 1) ((d ax n) 0))) +("eidson" nil (((iy d) 1) ((s ax n) 0))) +("eiermann" nil (((ay r) 1) ((m ax n) 0))) +("eifert" nil (((ay) 1) ((f er t) 0))) +("eiffel" nil (((ay) 1) ((f ax l) 0))) +("eifler" nil (((ay) 1) ((f ax) 0) ((l er) 0))) +("eigen" nil (((ay) 1) ((g ax n) 0))) +("eighmey" nil (((ey) 1) ((m iy) 0))) +("eighmy" nil (((ey g) 1) ((m iy) 0))) +("eight" nil (((ey t) 1))) +("eighteen" nil (((ey) 0) ((t iy n) 1))) +("eighteens" nil (((ey) 0) ((t iy n z) 1))) +("eighteenth" nil (((ey) 0) ((t iy n th) 1))) +("eightfold" nil (((ey t) 1) ((f ow l d) 1))) +("eighth" nil (((ey t th) 1))) +("eighths" nil (((ey t th s) 1))) +("eighties" nil (((ey) 1) ((t iy z) 0))) +("eightieth" nil (((ey) 1) ((t iy) 0) ((ih th) 0))) +("eights" nil (((ey t s) 1))) +("eighty" nil (((ey) 1) ((t iy) 0))) +("eigner" nil (((ay g) 1) ((n er) 0))) +("eiichi" nil (((ey) 0) ((iy) 1) ((ch iy) 0))) +("eiji" nil (((ey) 1) ((jh iy) 0))) +("eike" nil (((ay k) 1))) +("eikenberry" nil (((iy) 1) ((k ax n) 0) ((b eh) 0) ((r iy) 0))) +("eilan" nil (((ay) 1) ((l ax n) 0))) +("eiland" nil (((ay) 1) ((l ax n d) 0))) +("eileen" nil (((ay) 0) ((l iy n) 1))) +("eiler" nil (((ay) 1) ((l er) 0))) +("eilerman" nil (((ay) 1) ((l er) 0) ((m ax n) 0))) +("eilers" nil (((ay) 1) ((l er z) 0))) +("eilert" nil (((ay) 1) ((l er t) 0))) +("eilts" nil (((ay l t s) 1))) +("eimer" nil (((ay) 1) ((m er) 0))) +("eimers" nil (((ay) 1) ((m er z) 0))) +("ein" nil (((ay n) 1))) +("einar" nil (((ay) 1) ((n er) 0))) +("einbender" nil (((ay n) 1) ((b eh n) 1) ((d er) 0))) +("eindhoven" nil (((ay n d) 1) ((hh ow) 1) ((v ax n) 0))) +("einhorn" nil (((ay n) 1) ((hh ao r n) 1))) +("einspahr" nil (((ay n) 1) ((s p aa r) 0))) +("einstein" nil (((ay n) 1) ((s t ay n) 0))) +("eir" nil (((ay r) 1))) +("eirena" nil (((er) 0) ((ey) 1) ((n ax) 0))) +("eirich" nil (((ay) 1) ((r ih k) 0))) +("eis" nil (((ay z) 1))) +("eisa" nil (((ey) 1) ((s ax) 0))) +("eisai" nil (((ay) 1) ((s ay) 1))) +("eisaman" nil (((ay) 1) ((s ax) 0) ((m ax n) 0))) +("eischeid" nil (((ay) 1) ((sh ay d) 0))) +("eischen" nil (((ay) 1) ((sh ax n) 0))) +("eischens" nil (((ay) 1) ((sh ax n z) 0))) +("eisel" nil (((ay) 1) ((s ax l) 0))) +("eisele" nil (((ay) 1) ((s ax l) 0))) +("eiseman" nil (((ay) 1) ((s m ax n) 0))) +("eisemann" nil (((ay) 1) ((s m ax n) 0))) +("eisen" nil (((ay) 1) ((s ax n) 0))) +("eisenach" nil (((ay) 1) ((z ax) 0) ((n aa k) 1))) +("eisenbach" nil (((ay) 1) ((z ax n) 0) ((b aa k) 0))) +("eisenbarth" nil (((ay) 1) ((z ax n) 0) ((b aa r th) 0))) +("eisenbeis" nil (((ay) 1) ((z ax n) 0) ((b ay s) 0))) +("eisenberg" nil (((ay) 1) ((z ax n) 0) ((b er g) 0))) +("eisenberger" nil (((ay) 1) ((z ax n) 0) ((b er) 0) ((g er) 0))) +("eisenbraun" nil (((ay) 1) ((z ax n) 0) ((b r aw n) 0))) +("eisenhardt" nil (((ay) 1) ((z ax n) 0) ((hh aa r t) 0))) +("eisenhart" nil (((ay) 1) ((z ax n) 0) ((hh aa r t) 0))) +("eisenhauer" nil (((ay) 1) ((z ax n) 0) ((hh aw) 0) ((er) 0))) +("eisenhour" nil (((ay) 1) ((z ax) 0) ((n aw r) 0))) +("eisenhower" nil (((ay) 1) ((z ax n) 0) ((hh aw) 1) ((er) 0))) +("eisenhowers" nil (((ay) 1) ((z ax n) 0) ((hh aw) 1) ((er z) 0))) +("eisenhut" nil (((ay) 1) ((z ax n) 0) ((hh ax t) 0))) +("eisenhuth" nil (((ay) 1) ((z ax n) 0) ((hh uw th) 0))) +("eisenman" nil (((ay) 1) ((z ax n) 0) ((m ax n) 0))) +("eisenmann" nil (((ay) 1) ((z ax n) 0) ((m ax n) 0))) +("eisenmenger" nil (((ay) 1) ((z ax n) 0) ((m eh ng) 0) ((er) 0))) +("eisenstadt" nil (((ay) 1) ((z ax n) 0) ((s t ae t) 0))) +("eisenstein" nil (((ay) 1) ((z ax n) 0) ((s t ay n) 0))) +("eiserman" nil (((ay) 1) ((z er) 0) ((m ax n) 0))) +("eisert" nil (((ay) 1) ((s er t) 0))) +("eishi" nil (((ey) 1) ((sh iy) 0))) +("eisinger" nil (((ay) 1) ((s ih n) 0) ((jh er) 0))) +("eisler" nil (((ay) 1) ((s l er) 0))) +("eisman" nil (((ay) 1) ((s m ax n) 0))) +("eisner" nil (((ay) 1) ((s n er) 0))) +("eison" nil (((ay) 1) ((z ax n) 0))) +("eissler" nil (((ay) 1) ((s ax) 0) ((l er) 0))) +("eiszner" nil (((ay z) 1) ((n er) 0))) +("eitel" nil (((ay) 1) ((t ax l) 0))) +("either" nil (((iy) 1) ((dh er) 0))) +("eitzen" nil (((ay t) 1) ((z ax n) 0))) +("eizenstat" nil (((ay) 1) ((z ax n) 0) ((s t ae t) 1))) +("eject" nil (((ih) 0) ((jh eh k t) 1))) +("ejected" nil (((ih) 0) ((jh eh k) 1) ((t ih d) 0))) +("ejection" nil (((ih) 0) ((jh eh k) 1) ((sh ax n) 0))) +("ejup" nil (((iy) 1) ((jh ax p) 0))) +("ek" nil (((eh k) 1))) +("eka" nil (((eh) 1) ((k ax) 0))) +("ekaterina" nil (((ey) 0) ((k aa) 0) ((t eh) 0) ((r iy) 1) ((n ax) 0))) +("ekberg" nil (((eh k) 1) ((b er g) 0))) +("ekblad" nil (((eh k) 1) ((b l ae d) 1))) +("ekco" nil (((eh) 1) ((k ow) 0))) +("ekdahl" nil (((eh k) 1) ((d aa l) 1))) +("eke" nil (((iy k) 1))) +("eked" nil (((iy k t) 1))) +("ekern" nil (((eh) 1) ((k er n) 0))) +("ekeus" nil (((iy) 1) ((k uw s) 1))) +("ekholm" nil (((eh k) 1) ((hh ow l m) 1))) +("eking" nil (((iy) 1) ((k ih ng) 0))) +("ekins" nil (((eh) 1) ((k ih n z) 0))) +("ekkehard" nil (((eh k) 1) ((hh aa r d) 1))) +("eklund" nil (((eh) 1) ((k l ax n d) 0))) +("ekman" nil (((eh k) 1) ((m ax n) 0))) +("eko" nil (((eh) 1) ((k ow) 0))) +("ekofisk" nil (((eh) 1) ((k ax) 0) ((f ih s k) 0))) +("eksportfinans" nil (((eh k) 1) ((s p ao r t) 1) ((f ih) 0) ((n ax n z) 0))) +("ekstrand" nil (((eh k) 1) ((s t r ax n d) 0))) +("ekstrom" nil (((eh k) 1) ((s t r ax m) 0))) +("el" nil (((eh l) 1))) +("ela" nil (((eh) 1) ((l ax) 0))) +("elaborate" n (((ih) 0) ((l ae) 1) ((b r ax t) 0))) +("elaborate" v (((ih) 0) ((l ae) 1) ((b r ey t) 0))) +("elaborated" nil (((ih) 0) ((l ae) 1) ((b er) 0) ((ey) 0) ((t ax d) 0))) +("elaborately" nil (((ih) 0) ((l ae) 1) ((b r ax t) 0) ((l iy) 0))) +("elaborates" nil (((ih) 0) ((l ae) 1) ((b er) 0) ((ey t s) 1))) +("elaborating" nil (((ih) 0) ((l ae) 1) ((b er) 0) ((ey) 1) ((t ih ng) 0))) +("elaboration" nil (((ih) 0) ((l ae) 1) ((b er) 0) ((ey) 1) ((sh ax n) 0))) +("elaine" nil (((ih) 0) ((l ey n) 1))) +("elam" nil (((eh) 1) ((l ax m) 0))) +("elamin" nil (((eh) 1) ((l ax) 0) ((m ih n) 0))) +("elan" nil (((iy) 1) ((l ax n) 0))) +("eland" nil (((iy) 1) ((l ax n d) 0))) +("elane" nil (((ih) 0) ((l ey n) 1))) +("elapse" nil (((ih) 0) ((l ae p s) 1))) +("elapsed" nil (((ih) 0) ((l ae p s t) 1))) +("elardo" nil (((eh) 0) ((l aa r) 1) ((d ow) 0))) +("elastic" nil (((ih) 0) ((l ae) 1) ((s t ih k) 0))) +("elasticity" nil (((ih) 2) ((l ae) 0) ((s t ih) 1) ((s ax) 0) ((t iy) 0))) +("elasticize" nil (((ih) 0) ((l ae) 1) ((s t ih) 0) ((s ay z) 2))) +("elasticized" nil (((ih) 0) ((l ae) 1) ((s t ih) 0) ((s ay z d) 2))) +("elasticizing" nil (((ih) 0) ((l ae) 1) ((s t ih) 0) ((s ay) 2) ((z ih ng) 0))) +("elasticizes" nil (((ih) 0) ((l ae) 1) ((s t ih) 0) ((s ay) 2) ((z ax z) 0))) +("elastomers" nil (((ih) 0) ((l ae) 1) ((s t ax) 0) ((m er z) 0))) +("elata" nil (((eh) 0) ((l aa) 1) ((t ax) 0))) +("elated" nil (((ih) 0) ((l ey) 1) ((t ax d) 0))) +("elaters" nil (((eh) 1) ((l ax) 0) ((t er z) 0))) +("elation" nil (((ih) 0) ((l ey) 1) ((sh ax n) 0))) +("elayne" nil (((ih) 0) ((l ey n) 1))) +("elbaum" nil (((eh l) 1) ((b aw m) 1))) +("elbe" nil (((eh l b) 1))) +("elberson" nil (((eh l) 1) ((b er) 0) ((s ax n) 0))) +("elbert" nil (((eh l) 1) ((b er t) 0))) +("elberta" nil (((eh l) 0) ((b eh r) 1) ((t ax) 0))) +("elbertine" nil (((eh l) 1) ((b er) 0) ((t iy n) 1))) +("elbow" nil (((eh l) 1) ((b ow) 1))) +("elbowed" nil (((eh l) 1) ((b ow d) 1))) +("elbowing" nil (((eh l) 1) ((b ow) 1) ((ih ng) 0))) +("elbowroom" nil (((eh l) 1) ((b ow) 1) ((r uw m) 1))) +("elbows" nil (((eh l) 1) ((b ow z) 1))) +("elbrus" nil (((eh l) 1) ((b r ax s) 0))) +("elco" nil (((eh l) 1) ((k ow) 0))) +("elcock" nil (((ih l) 0) ((k aa k) 1))) +("elcor" nil (((eh l) 1) ((k ao r) 1))) +("elcotel" nil (((eh l) 1) ((k ow) 0) ((t eh l) 1))) +("elden" nil (((eh l) 1) ((d ax n) 0))) +("elder" nil (((eh l) 1) ((d er) 0))) +("elderkin" nil (((eh l) 1) ((d er) 0) ((k ih n) 0))) +("elderly" nil (((eh l) 1) ((d er) 0) ((l iy) 0))) +("elders" nil (((eh l) 1) ((d er z) 0))) +("eldest" nil (((eh l) 1) ((d ax s t) 0))) +("eldin" nil (((eh l) 1) ((d ih n) 0))) +("eldon" nil (((ih l) 0) ((d aa n) 1))) +("eldora" nil (((eh l) 0) ((d ao) 1) ((r ax) 0))) +("eldorado" nil (((eh l) 1) ((d er) 0) ((aa) 1) ((d ow) 0))) +("eldred" nil (((eh l) 1) ((d er d) 0))) +("eldredge" nil (((ih l) 0) ((d r eh jh) 1))) +("eldreth" nil (((ih l) 0) ((d r eh th) 1))) +("eldric" nil (((eh l) 1) ((d r ih k) 0))) +("eldrida" nil (((eh l) 0) ((d r iy) 1) ((d ax) 0))) +("eldridge" nil (((eh l) 1) ((d r ih jh) 1))) +("eldritch" nil (((eh l) 1) ((d r ih ch) 0))) +("eldwin" nil (((ih l) 0) ((d w ih n) 1))) +("eleanor" nil (((eh) 1) ((l ax) 0) ((n ao r) 0))) +("eleanora" nil (((eh) 1) ((l ax) 0) ((n ao) 1) ((r ax) 0))) +("eleanore" nil (((eh) 1) ((l ax) 0) ((n ao r) 0))) +("eleazer" nil (((eh) 1) ((l ax) 0) ((z er) 0))) +("elect" nil (((ih) 0) ((l eh k t) 1))) +("electability" nil (((ih) 0) ((l eh k) 1) ((t ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("electable" nil (((ih) 0) ((l eh k) 1) ((t ax) 0) ((b ax l) 0))) +("elected" nil (((ih) 0) ((l eh k) 1) ((t ax d) 0))) +("electing" nil (((ih) 0) ((l eh k) 1) ((t ih ng) 0))) +("election" nil (((ih) 0) ((l eh k) 1) ((sh ax n) 0))) +("electioneering" nil (((ih) 0) ((l eh k) 1) ((sh ax) 0) ((n ih) 1) ((r ih ng) 0))) +("elections" nil (((ih) 0) ((l eh k) 1) ((sh ax n z) 0))) +("elective" nil (((ih) 0) ((l eh k) 1) ((t ih v) 0))) +("electives" nil (((ih) 0) ((l eh k) 1) ((t ih v z) 0))) +("electoral" nil (((ih) 0) ((l eh k) 1) ((t er) 0) ((ax l) 0))) +("electorate" nil (((ih) 0) ((l eh k) 1) ((t er) 0) ((ax t) 0))) +("electorates" nil (((ih) 0) ((l eh k) 1) ((t er) 0) ((ax t s) 0))) +("electors" nil (((ih) 0) ((l eh k) 1) ((t er z) 0))) +("electra" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0))) +("electric" nil (((ih) 0) ((l eh k) 1) ((t r ih k) 0))) +("electrical" nil (((ih) 0) ((l eh k) 1) ((t r ih) 0) ((k ax l) 0))) +("electrically" nil (((ih) 0) ((l eh k) 1) ((t r ih) 0) ((k ax) 0) ((l iy) 0))) +("electricals" nil (((ih) 0) ((l eh k) 1) ((t r ih) 0) ((k ax l z) 0))) +("electricar" nil (((ih) 0) ((l eh k) 1) ((t r ih) 0) ((k aa r) 1))) +("electrician" nil (((ih) 0) ((l eh k) 0) ((t r ih) 1) ((sh ax n) 0))) +("electricians" nil (((ih) 0) ((l eh k) 0) ((t r ih) 1) ((sh ax n z) 0))) +("electricite" nil (((ax) 0) ((l eh k) 1) ((t r ih) 1) ((s ih) 1) ((t ey) 0))) +("electricity" nil (((ih) 0) ((l eh k) 1) ((t r ih) 1) ((s ax) 0) ((t iy) 0))) +("electrification" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0) ((f ih) 0) ((k ey) 1) ((sh ax n) 0))) +("electrified" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0) ((f ay d) 1))) +("electrify" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0) ((f ay) 1))) +("electrifying" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0) ((f ay) 1) ((ih ng) 0))) +("electrique" nil (((eh) 1) ((l eh k) 0) ((t r iy k) 1))) +("electro" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0))) +("electrobiology" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((b ay) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("electrocardiogram" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((k aa r) 1) ((d iy) 0) ((ax) 0) ((g r ae m) 1))) +("electrocardiograms" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((k aa r) 1) ((d iy) 0) ((ax) 0) ((g r ae m z) 1))) +("electrochemical" nil (((ax) 0) ((l eh k) 1) ((t r ow) 0) ((k eh) 1) ((m ih) 0) ((k ax l) 0))) +("electrocom" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((k aa m) 1))) +("electrocute" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0) ((k y uw t) 1))) +("electrocuted" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0) ((k y uw) 1) ((t ih d) 0))) +("electrocution" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0) ((k y uw) 1) ((sh ax n) 0))) +("electrocutions" nil (((ax) 0) ((l eh k) 1) ((t r ax) 0) ((k y uw) 1) ((sh ax n z) 0))) +("electrode" nil (((ih) 0) ((l eh k) 1) ((t r ow d) 0))) +("electrodes" nil (((ih) 0) ((l eh k) 1) ((t r ow d z) 0))) +("electrodynamics" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((d ay) 1) ((n ae) 1) ((m ih k s) 0))) +("electrolux" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0) ((l ax k s) 0))) +("electrolysis" nil (((ih) 0) ((l eh k) 1) ((t r aa) 1) ((l ax) 0) ((s ax s) 0))) +("electrolytic" nil (((ih) 0) ((l eh k) 1) ((t r ax) 0) ((l ih) 1) ((t ih k) 0))) +("electromagnet" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((m ae g) 1) ((n ax t) 0))) +("electromagnetic" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((m ae g) 0) ((n eh) 1) ((t ih k) 0))) +("electromagnetism" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((m ae g) 1) ((n ax) 0) ((t ih) 1) ((z ax m) 0))) +("electromagnets" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((m ae g) 1) ((n ax t s) 0))) +("electromechanical" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((m ax) 0) ((k ae) 1) ((n ih) 0) ((k ax l) 0))) +("electromedics" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((m eh) 1) ((d ih k s) 0))) +("electron" nil (((ih) 0) ((l eh k) 1) ((t r aa n) 0))) +("electronic" nil (((ih) 0) ((l eh k) 1) ((t r aa) 1) ((n ih k) 0))) +("electronically" nil (((ih) 0) ((l eh k) 1) ((t r aa) 1) ((n ih) 0) ((k ax) 0) ((l iy) 0))) +("electronics" nil (((ih) 0) ((l eh k) 1) ((t r aa) 1) ((n ih k s) 0))) +("electrons" nil (((ih) 0) ((l eh k) 1) ((t r aa n z) 0))) +("electroplating" nil (((ax) 0) ((l eh k) 1) ((t r ax) 0) ((p l ey) 1) ((t ih ng) 0))) +("electroshock" nil (((ih) 0) ((l eh k) 1) ((t r ow) 1) ((sh aa k) 1))) +("electrosound" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((s aw n d) 1))) +("electrospace" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((s p ey s) 1))) +("electrostatic" nil (((ih) 0) ((l eh k) 1) ((t r ow) 0) ((s t ae) 1) ((t ih k) 0))) +("elects" nil (((ih) 0) ((l eh k t s) 1))) +("eledge" nil (((eh) 1) ((l ih jh) 0))) +("eleen" nil (((eh) 1) ((l iy n) 0))) +("elefante" nil (((eh) 0) ((l eh) 0) ((f aa n) 1) ((t iy) 0))) +("elegance" nil (((eh) 1) ((l ax) 0) ((g ax n s) 0))) +("elegant" nil (((eh) 1) ((l ax) 0) ((g ax n t) 0))) +("elegantly" nil (((eh) 1) ((l ih) 0) ((g ax n t) 0) ((l iy) 0))) +("elek" nil (((eh) 1) ((l ih k) 0))) +("elektra" nil (((eh) 0) ((l eh k) 1) ((t r ax) 0))) +("elektrisk" nil (((ih) 0) ((l eh k) 1) ((t r ih s k) 1))) +("elektrizitaetswerk" nil (((eh) 1) ((l ih k) 0) ((t r ih) 1) ((z ih) 0) ((t ae t) 1) ((s w er k) 0))) +("element" nil (((eh) 1) ((l ax) 0) ((m ax n t) 0))) +("elemental" nil (((eh) 1) ((l ax) 0) ((m eh n) 1) ((t ax l) 0))) +("elementary" nil (((eh) 1) ((l ax) 0) ((m eh n) 1) ((t r iy) 0))) +("elements" nil (((eh) 1) ((l ax) 0) ((m ax n t s) 0))) +("elena" nil (((eh) 1) ((l ax) 0) ((n ax) 0))) +("elenbaas" nil (((eh) 1) ((l ih n) 0) ((b aa z) 0))) +("elene" nil (((eh) 1) ((l iy n) 0))) +("elenore" nil (((eh) 1) ((l ih) 0) ((n er) 0))) +("eleonore" nil (((eh) 0) ((l iy) 0) ((ax) 0) ((n ao) 1) ((r iy) 0))) +("elephant" nil (((eh) 1) ((l ax) 0) ((f ax n t) 0))) +("elephantine" nil (((eh) 1) ((l ax) 0) ((f ae n) 1) ((t iy n) 1))) +("elephants" nil (((eh) 1) ((l ax) 0) ((f ax n t s) 0))) +("eletr" nil (((eh) 1) ((l ax) 0) ((t er) 0))) +("elevate" nil (((eh) 1) ((l ax) 0) ((v ey t) 1))) +("elevated" nil (((eh) 1) ((l ax) 0) ((v ey) 1) ((t ih d) 0))) +("elevates" nil (((eh) 1) ((l ax) 0) ((v ey t s) 1))) +("elevating" nil (((eh) 1) ((l ax) 0) ((v ey) 1) ((t ih ng) 0))) +("elevation" nil (((eh) 1) ((l ax) 0) ((v ey) 1) ((sh ax n) 0))) +("elevations" nil (((eh) 1) ((l ax) 0) ((v ey) 1) ((sh ax n z) 0))) +("elevator" nil (((eh) 1) ((l ax) 0) ((v ey) 1) ((t er) 0))) +("elevators" nil (((eh) 1) ((l ax) 0) ((v ey) 1) ((t er z) 0))) +("eleven" nil (((ih) 0) ((l eh) 1) ((v ax n) 0))) +("elevens" nil (((ih) 0) ((l eh) 1) ((v ax n z) 0))) +("eleventh" nil (((ih) 0) ((l eh) 1) ((v ax n th) 0))) +("elexis" nil (((eh) 0) ((l eh k) 1) ((s ih s) 0))) +("eley" nil (((iy) 1) ((l iy) 0))) +("elf" nil (((eh l f) 1))) +("elfers" nil (((eh l) 1) ((f er z) 0))) +("elfie" nil (((eh l) 1) ((f iy) 0))) +("elfin" nil (((eh l) 1) ((f ih n) 0))) +("elfman" nil (((eh l f) 1) ((m ax n) 0))) +("elford" nil (((eh l) 1) ((f er d) 0))) +("elfreda" nil (((eh l) 0) ((f r eh) 1) ((d ax) 0))) +("elfrida" nil (((eh l) 0) ((f r iy) 1) ((d ax) 0))) +("elfrieda" nil (((eh l) 0) ((f r iy) 1) ((d ax) 0))) +("elfrink" nil (((eh l) 1) ((f r ih ng k) 0))) +("elfstrom" nil (((eh l f) 1) ((s t r ax m) 0))) +("elg" nil (((eh l g) 1))) +("elga" nil (((ih l) 0) ((g aa) 1))) +("elgar" nil (((eh l) 1) ((g er) 0))) +("elgart" nil (((ey l) 1) ((g aa r t) 0))) +("elger" nil (((eh l) 1) ((g er) 0))) +("elgersma" nil (((eh l) 0) ((jh eh r) 1) ((s m ax) 0))) +("elgie" nil (((eh l) 1) ((jh iy) 0))) +("elgin" nil (((eh l) 1) ((jh ih n) 0))) +("eli" nil (((iy) 1) ((l ay) 0))) +("elia" nil (((ax) 0) ((l ay) 1) ((ax) 0))) +("eliades" nil (((iy) 1) ((l iy) 1) ((ey d z) 0))) +("elias" nil (((ax) 0) ((l ay) 1) ((ax s) 0))) +("eliason" nil (((ax) 0) ((l ay) 1) ((ax) 0) ((s ax n) 0))) +("eliassen" nil (((ax) 0) ((l ay) 1) ((ax) 0) ((s ax n) 0))) +("elich" nil (((eh) 1) ((l ih k) 0))) +("elicit" nil (((ih) 0) ((l ih) 1) ((s ih t) 0))) +("elicited" nil (((ih) 0) ((l ih) 1) ((s ih) 0) ((t ih d) 0))) +("eliciting" nil (((ih) 0) ((l ih) 1) ((s ax) 0) ((t ih ng) 0))) +("elicits" nil (((ih) 0) ((l ih) 1) ((s ax t s) 0))) +("elick" nil (((eh) 1) ((l ih k) 0))) +("elicker" nil (((eh) 1) ((l ih) 0) ((k er) 0))) +("elie" nil (((eh) 1) ((l iy) 0))) +("eligibility" nil (((eh) 1) ((l ih) 0) ((jh ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("eligible" nil (((eh) 1) ((l ax) 0) ((jh ax) 0) ((b ax l) 0))) +("elihu" nil (((eh) 1) ((l ih) 0) ((hh uw) 0))) +("elijah" nil (((eh) 0) ((l ay) 1) ((jh ax) 0))) +("eliminate" nil (((ih) 0) ((l ih) 1) ((m ax) 0) ((n ey t) 1))) +("eliminated" nil (((ih) 0) ((l ih) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("eliminates" nil (((ih) 0) ((l ih) 1) ((m ax) 0) ((n ey t s) 1))) +("eliminating" nil (((ih) 0) ((l ih) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("elimination" nil (((ih) 0) ((l ih) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("eliminations" nil (((ih) 0) ((l ih) 1) ((m ih) 0) ((n ey) 1) ((sh ax n z) 0))) +("eline" nil (((eh) 1) ((l ay n) 0))) +("elinor" nil (((eh) 1) ((l ih) 0) ((n er) 0))) +("elinore" nil (((eh) 0) ((l iy) 0) ((n ao) 1) ((r iy) 0))) +("elio" nil (((eh) 1) ((l iy) 0) ((ow) 0))) +("eliopoulos" nil (((eh) 0) ((l iy) 0) ((aa) 1) ((p ax) 0) ((l ih s) 0))) +("eliot" nil (((eh) 1) ((l iy) 0) ((ax t) 0))) +("eliott" nil (((eh) 1) ((l iy) 0) ((aa t) 0))) +("elisa" nil (((ax) 0) ((l iy) 1) ((s ax) 0))) +("elisabeth" nil (((ih) 0) ((l ih) 1) ((z ax) 0) ((b ih th) 0))) +("elise" nil (((ax) 0) ((l iy s) 1))) +("elish" nil (((eh) 1) ((l ih sh) 0))) +("elisha" nil (((eh) 1) ((l ih) 0) ((sh ax) 0))) +("elison" nil (((eh) 1) ((l ih) 0) ((s ax n) 0))) +("elissa" nil (((eh) 0) ((l iy) 1) ((s ax) 0))) +("elite" nil (((ih) 0) ((l iy t) 1))) +("elites" nil (((ih) 0) ((l iy t s) 1))) +("elitism" nil (((eh) 1) ((l ih) 0) ((t ih) 1) ((z ax m) 0))) +("elitist" nil (((ey) 0) ((l iy) 1) ((t ih s t) 0))) +("elitists" nil (((ey) 0) ((l iy) 1) ((t ih s t s) 0))) +("elixir" nil (((ih) 0) ((l ih k) 1) ((s er) 0))) +("eliza" nil (((ih) 0) ((l ay) 1) ((z ax) 0))) +("elizabeth" nil (((ih) 0) ((l ih) 1) ((z ax) 0) ((b ax th) 0))) +("elizabethan" nil (((eh) 1) ((l ih) 0) ((z ae) 1) ((b ax) 0) ((th ax n) 0))) +("elizabethtown" nil (((ax) 0) ((l ih) 1) ((z ax) 0) ((b eh th) 0) ((t aw n) 1))) +("elizalde" nil (((eh) 0) ((l iy) 0) ((z aa l) 1) ((d iy) 0))) +("elizondo" nil (((eh) 1) ((l ih) 0) ((z aa n) 1) ((d ow) 0))) +("eljer" nil (((eh l) 1) ((jh er) 0))) +("elk" nil (((eh l k) 1))) +("elkes" nil (((eh l k s) 1))) +("elkhart" nil (((eh l k) 1) ((hh aa r t) 1))) +("elkhorn" nil (((eh l k) 1) ((hh ao r n) 1))) +("elkin" nil (((ih l) 0) ((k ih n) 1))) +("elkind" nil (((ih l) 0) ((k ay n d) 1))) +("elkington" nil (((eh l) 1) ((k ih ng) 0) ((t ax n) 0))) +("elkins" nil (((eh l) 1) ((k ih n z) 0))) +("elko" nil (((eh l) 1) ((k ow) 0))) +("elks" nil (((eh l k s) 1))) +("elkton" nil (((eh l k) 1) ((t ax n) 0))) +("ell" nil (((eh l) 1))) +("ella" nil (((eh) 1) ((l ax) 0))) +("ellamay" nil (((eh) 1) ((l ax) 0) ((m ey) 1))) +("ellan" nil (((eh) 1) ((l ax n) 0))) +("ellard" nil (((eh) 1) ((l er d) 0))) +("elle" nil (((eh l) 1))) +("elledge" nil (((eh) 1) ((l ih jh) 0))) +("ellefson" nil (((eh) 1) ((l ih f) 0) ((s ax n) 0))) +("ellegood" nil (((eh) 1) ((l ih) 0) ((g uh d) 0))) +("ellemann" nil (((eh) 1) ((l ax) 0) ((m ax n) 0))) +("ellen" nil (((eh) 1) ((l ax n) 0))) +("ellena" nil (((eh) 0) ((l eh) 1) ((n ax) 0))) +("ellenbecker" nil (((eh) 1) ((l ih n) 0) ((b eh) 0) ((k er) 0))) +("ellenberg" nil (((eh) 1) ((l ax n) 0) ((b er g) 0))) +("ellenberger" nil (((eh) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("ellenbogen" nil (((eh) 1) ((l ih n) 0) ((b ax) 0) ((g ax n) 0))) +("ellenburg" nil (((eh) 1) ((l ax n) 0) ((b er g) 0))) +("ellender" nil (((eh) 1) ((l eh n) 0) ((d er) 0))) +("ellene" nil (((eh) 1) ((l iy n) 1))) +("ellenson" nil (((eh) 1) ((l ih n) 0) ((s ax n) 0))) +("ellenwood" nil (((eh) 1) ((l ax n) 0) ((w uh d) 1))) +("eller" nil (((eh) 1) ((l er) 0))) +("ellerbe" nil (((eh) 1) ((l er b) 0))) +("ellerbee" nil (((ih) 0) ((l er) 1) ((b iy) 0))) +("ellerbrock" nil (((ih) 0) ((l er) 1) ((b r ax k) 0))) +("ellerey" nil (((eh) 1) ((l er) 0) ((iy) 0))) +("ellerman" nil (((eh) 1) ((l er) 0) ((m ax n) 0))) +("ellers" nil (((eh) 1) ((l er z) 0))) +("ellert" nil (((eh) 1) ((l er t) 0))) +("ellertson" nil (((eh) 1) ((l er t) 0) ((s ax n) 0))) +("ellery" nil (((eh) 1) ((l er) 0) ((iy) 0))) +("ellesmere" nil (((eh l z) 1) ((m ih r) 1))) +("ellesse" nil (((eh) 0) ((l eh s) 1))) +("ellestad" nil (((eh) 1) ((l ih) 0) ((s t ax d) 0))) +("ellett" nil (((eh) 1) ((l ih t) 0))) +("ellette" nil (((ih) 0) ((l eh t) 1))) +("elley" nil (((eh) 1) ((l iy) 0))) +("ellice" nil (((eh) 1) ((l ih s) 0))) +("ellicott" nil (((eh) 1) ((l ih) 0) ((k aa t) 0))) +("ellie" nil (((eh) 1) ((l iy) 0))) +("elliff" nil (((eh) 1) ((l ih f) 0))) +("elliman" nil (((eh) 1) ((l ih) 0) ((m ax n) 0))) +("elling" nil (((eh) 1) ((l ih ng) 0))) +("ellinger" nil (((eh) 1) ((l ih ng) 0) ((er) 0))) +("ellingsen" nil (((eh) 1) ((l ih ng) 0) ((s ax n) 0))) +("ellingson" nil (((eh) 1) ((l ih ng) 0) ((s ax n) 0))) +("ellingsworth" nil (((eh) 1) ((l ih ng) 0) ((z w er th) 1))) +("ellington" nil (((eh) 1) ((l ih ng) 0) ((t ax n) 0))) +("ellingwood" nil (((eh) 1) ((l ih ng) 0) ((w uh d) 1))) +("ellinwood" nil (((eh) 1) ((l ih n) 0) ((w uh d) 1))) +("elliot" nil (((eh) 1) ((l iy) 0) ((ax t) 0))) +("elliott" nil (((eh) 1) ((l iy) 0) ((ax t) 0))) +("ellipse" nil (((ih) 0) ((l ih p s) 1))) +("ellipsoids" nil (((ih) 0) ((l ih p) 1) ((s oy d z) 0))) +("elliptical" nil (((ih) 0) ((l ih p) 1) ((t ih) 0) ((k ax l) 0))) +("ellis" nil (((eh) 1) ((l ih s) 0))) +("ellison" nil (((eh) 1) ((l ih) 0) ((s ax n) 0))) +("ellisor" nil (((eh) 1) ((l ih) 0) ((s er) 0))) +("elliston" nil (((eh) 1) ((l ih) 0) ((s t aa n) 0))) +("ellithorpe" nil (((eh) 1) ((l ih) 0) ((th er p) 0))) +("ellman" nil (((eh l) 1) ((m ax n) 0))) +("ellmann" nil (((eh l) 1) ((m ax n) 0))) +("ellner" nil (((eh l) 1) ((n er) 0))) +("ells" nil (((eh l z) 1))) +("ellsberg" nil (((eh l z) 1) ((b er g) 0))) +("ellsworth" nil (((eh l) 1) ((z w er th) 0))) +("ellwanger" nil (((eh l) 1) ((w ao ng) 0) ((er) 0))) +("ellwood" nil (((eh l) 1) ((w uh d) 1))) +("elly" nil (((eh) 1) ((l iy) 0))) +("ellyn" nil (((eh) 1) ((l ih n) 0))) +("ellyson" nil (((eh) 1) ((l ih) 0) ((s ax n) 0))) +("ellzey" nil (((eh l) 1) ((z iy) 0))) +("elm" nil (((eh l m) 1))) +("elma" nil (((eh l) 1) ((m ax) 0))) +("elman" nil (((eh l) 1) ((m ax n) 0))) +("elmendorf" nil (((eh l) 1) ((m ih n) 0) ((d ao r f) 0))) +("elmer" nil (((eh l) 1) ((m er) 0))) +("elmes" nil (((eh l m z) 1))) +("elmhurst" nil (((eh l m) 1) ((hh er s t) 0))) +("elmira" nil (((eh l) 0) ((m ay) 1) ((r ax) 0))) +("elmo" nil (((eh l) 1) ((m ow) 0))) +("elmootazbell" nil (((eh l) 0) ((m uw) 1) ((t ax z) 0) ((b eh l) 1))) +("elmore" nil (((eh l) 1) ((m ao r) 0))) +("elmquist" nil (((eh l m) 1) ((k w ih s t) 1))) +("elms" nil (((eh l m z) 1))) +("elmsford" nil (((eh l m z) 1) ((f er d) 0))) +("elmwood" nil (((eh l m) 1) ((w uh d) 1))) +("elna" nil (((ih l) 0) ((n aa) 1))) +("elnora" nil (((eh l) 0) ((n ao) 1) ((r ax) 0))) +("elnore" nil (((ih l) 0) ((n ao r) 1))) +("elnozahy" nil (((eh l) 1) ((n ow) 1) ((z aa) 1) ((hh iy) 0))) +("eloisa" nil (((eh) 0) ((l oy) 1) ((s ax) 0))) +("eloise" nil (((ih) 0) ((l oy z) 1))) +("elon" nil (((iy) 1) ((l ao n) 2))) +("elongate" nil (((ih) 0) ((l ao ng) 1) ((g ey t) 0))) +("elongated" nil (((ih) 0) ((l ao ng) 1) ((g ey) 0) ((t ax d) 0))) +("elongation" nil (((iy) 1) ((l ao ng) 0) ((g ey) 1) ((sh ax n) 0))) +("elopes" nil (((ih) 0) ((l ow p s) 1))) +("eloquence" nil (((eh) 1) ((l ax) 0) ((k w ax n s) 0))) +("eloquent" nil (((eh) 1) ((l ax) 0) ((k w ax n t) 0))) +("eloquently" nil (((eh) 1) ((l ax) 0) ((k w ax n t) 0) ((l iy) 0))) +("elpers" nil (((eh l) 1) ((p er z) 0))) +("elrica" nil (((eh l) 1) ((r ih) 0) ((k ax) 0))) +("elrick" nil (((eh l) 1) ((r ih k) 0))) +("elrod" nil (((ih l) 0) ((r aa d) 1))) +("elron" nil (((eh l) 1) ((r ax n) 0))) +("elroy" nil (((ih l) 0) ((r oy) 1))) +("els" nil (((eh l z) 1))) +("elsa" nil (((eh l) 1) ((s ax) 0))) +("elsas" nil (((eh l) 1) ((s ax z) 0))) +("elsasser" nil (((eh l) 1) ((s ax) 0) ((s er) 0))) +("elsberry" nil (((eh l z) 1) ((b eh) 1) ((r iy) 0))) +("elsbury" nil (((eh l z) 1) ((b eh) 1) ((r iy) 0))) +("elsdon" nil (((eh l s) 1) ((d ax n) 0))) +("else" nil (((eh l s) 1))) +("elsea" nil (((eh l) 1) ((s iy) 0) ((ax) 0))) +("elsen" nil (((eh l) 1) ((s ax n) 0))) +("elser" nil (((eh l) 1) ((s er) 0))) +("elses" nil (((eh l) 1) ((s ih z) 0))) +("elsesser" nil (((eh l) 1) ((s ih) 0) ((s er) 0))) +("elsevier" nil (((eh l) 0) ((s eh) 1) ((v y er) 0))) +("elsewhere" nil (((eh l) 1) ((s w eh r) 1))) +("elsey" nil (((eh l) 1) ((s iy) 0))) +("elsie" nil (((eh l) 1) ((s iy) 0))) +("elsinore" nil (((eh l) 1) ((s ax) 0) ((n ao r) 1))) +("elsner" nil (((eh l) 1) ((s n er) 0))) +("elson" nil (((eh l) 1) ((s ax n) 0))) +("elstad" nil (((eh l) 1) ((s t ax d) 0))) +("elster" nil (((eh l) 1) ((s t er) 0))) +("elston" nil (((ih l) 0) ((s t aa n) 1))) +("elswick" nil (((eh l) 1) ((z w ih k) 1))) +("elsworth" nil (((eh l) 1) ((z w er th) 1))) +("elting" nil (((eh l) 1) ((t ih ng) 0))) +("elton" nil (((eh l) 1) ((t ax n) 0))) +("eltringham" nil (((eh l) 1) ((t r ih ng) 0) ((ae m) 0))) +("eltzroth" nil (((eh l t) 1) ((s r ao th) 0))) +("elucidated" nil (((ih) 0) ((l uw) 1) ((s ax) 0) ((d ey) 1) ((t ax d) 0))) +("elude" nil (((ih) 0) ((l uw d) 1))) +("eluded" nil (((ih) 0) ((l uw) 1) ((d ih d) 0))) +("eludes" nil (((ih) 0) ((l uw d z) 1))) +("eluding" nil (((ih) 0) ((l uw) 1) ((d ih ng) 0))) +("elusive" nil (((ih) 0) ((l uw) 1) ((s ih v) 0))) +("elusiveness" nil (((ih) 0) ((l uw) 1) ((s ih v) 0) ((n ax s) 0))) +("elva" nil (((eh l) 1) ((v ax) 0))) +("elvera" nil (((ey l) 0) ((v eh) 1) ((r ax) 0))) +("elvers" nil (((eh l) 1) ((v er z) 0))) +("elves" nil (((eh l v z) 1))) +("elvgren" nil (((eh l v) 1) ((g r eh n) 0))) +("elvia" nil (((eh l) 1) ((v iy) 0) ((ax) 0))) +("elvie" nil (((eh l) 1) ((v iy) 0))) +("elvin" nil (((eh l) 1) ((v ih n) 0))) +("elvina" nil (((eh l) 0) ((v iy) 1) ((n ax) 0))) +("elvington" nil (((eh l) 1) ((v ih ng) 0) ((t ax n) 0))) +("elvira" nil (((eh l) 0) ((v ay) 1) ((r ax) 0))) +("elvire" nil (((eh l) 1) ((v ay r) 1))) +("elvis" nil (((eh l) 1) ((v ih s) 0))) +("elvy" nil (((eh l) 1) ((v iy) 0))) +("elway" nil (((eh l) 1) ((w ey) 1))) +("elwell" nil (((ih l) 0) ((w eh l) 1))) +("elwin" nil (((eh l) 1) ((w ih n) 0))) +("elwood" nil (((eh l) 1) ((w uh d) 1))) +("elxsi" nil (((eh l k) 1) ((s iy) 0))) +("ely" nil (((iy) 1) ((l ay) 0))) +("elyn" nil (((eh) 1) ((l ih n) 0))) +("elyria" nil (((ih) 0) ((l ih) 1) ((r iy) 0) ((ax) 0))) +("elyse" nil (((eh) 1) ((l ay s) 0))) +("elysee" nil (((eh) 1) ((l ih) 0) ((s iy) 1))) +("elysees" nil (((eh) 1) ((l ih) 0) ((s iy z) 1))) +("elysia" nil (((ih) 0) ((l ih) 1) ((zh iy) 0) ((ax) 0))) +("elysium" nil (((ih) 0) ((l ih) 1) ((z iy) 0) ((ax m) 0))) +("elza" nil (((eh l) 1) ((z ax) 0))) +("elzey" nil (((eh l) 1) ((z iy) 0))) +("elzinga" nil (((eh l) 0) ((z iy ng) 1) ((g ax) 0))) +("elzy" nil (((eh l) 1) ((z iy) 0))) +("em" nil (((eh m) 1))) +("ema" nil (((iy) 1) ((m ax) 0))) +("emaciated" nil (((ih) 0) ((m ey) 1) ((sh iy) 0) ((ey) 1) ((t ih d) 0))) +("email" nil (((iy) 1) ((m ey l) 2))) +("emailed" nil (((iy) 1) ((m ey l d) 2))) +("emailing" nil (((iy) 1) ((m ey) 2) ((l ih ng) 0))) +("emails" nil (((iy) 1) ((m ey l z) 2))) +("emanate" nil (((eh) 1) ((m ax) 0) ((n ey t) 1))) +("emanated" nil (((eh) 1) ((m ax) 0) ((n ey) 1) ((t ih d) 0))) +("emanating" nil (((eh) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("emanations" nil (((eh) 1) ((m ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("emancipate" nil (((ih) 0) ((m ae n) 1) ((s ax) 0) ((p ey t) 1))) +("emancipated" nil (((ih) 0) ((m ae n) 1) ((s ax) 0) ((p ey) 1) ((t ih d) 0))) +("emancipation" nil (((ih) 0) ((m ae n) 1) ((s ax) 0) ((p ey) 1) ((sh ax n) 0))) +("emanuel" nil (((ih) 0) ((m ae) 1) ((n y uw) 0) ((ax l) 0))) +("emanuele" nil (((ey) 0) ((m aa) 0) ((n uw) 0) ((eh) 1) ((l ey) 0))) +("emanuelson" nil (((ih) 0) ((m ae) 1) ((n uw l) 0) ((s ax n) 0))) +("emard" nil (((eh) 1) ((m er d) 0))) +("emasculate" nil (((ax) 0) ((m ae) 1) ((s k y uw) 0) ((l ih t) 0))) +("emasculated" nil (((ax) 0) ((m ae) 1) ((s k y uw) 0) ((l ey) 1) ((t ih d) 0))) +("embalmed" nil (((eh m) 0) ((b aa m d) 1))) +("embankment" nil (((eh m) 0) ((b ae ng k) 1) ((m ax n t) 0))) +("embarcadero" nil (((eh m) 0) ((b aa r) 1) ((k ax) 0) ((d eh) 1) ((r ow) 0))) +("embargo" nil (((eh m) 0) ((b aa r) 1) ((g ow) 0))) +("embargoed" nil (((ih m) 0) ((b aa r) 1) ((g ow d) 0))) +("embargoes" nil (((eh m) 0) ((b aa r) 1) ((g ow z) 0))) +("embark" nil (((eh m) 0) ((b aa r k) 1))) +("embarkation" nil (((eh m) 1) ((b aa r) 0) ((k ey) 1) ((sh ax n) 0))) +("embarked" nil (((eh m) 0) ((b aa r k t) 1))) +("embarking" nil (((eh m) 0) ((b aa r) 1) ((k ih ng) 0))) +("embarks" nil (((ih m) 0) ((b aa r k s) 1))) +("embarrass" nil (((ih m) 0) ((b eh) 1) ((r ax s) 0))) +("embarrassed" nil (((ih m) 0) ((b eh) 1) ((r ax s t) 0))) +("embarrasses" nil (((ih m) 0) ((b ae) 1) ((r ax) 0) ((s ih z) 0))) +("embarrassing" nil (((ih m) 0) ((b eh) 1) ((r ax) 0) ((s ih ng) 0))) +("embarrassingly" nil (((ih m) 0) ((b eh) 1) ((r ax) 0) ((s ih ng) 0) ((l iy) 0))) +("embarrassment" nil (((ih m) 0) ((b eh) 1) ((r ax) 0) ((s m ax n t) 0))) +("embarrassments" nil (((ih m) 0) ((b eh) 1) ((r ax) 0) ((s m ax n t s) 0))) +("embassies" nil (((eh m) 1) ((b ax) 0) ((s iy z) 0))) +("embassy" nil (((eh m) 1) ((b ax) 0) ((s iy) 0))) +("embattled" nil (((eh m) 0) ((b ae) 1) ((t ax l d) 0))) +("embayment" nil (((eh m) 0) ((b ey) 1) ((m ax n t) 0))) +("embed" nil (((ih m) 0) ((b eh d) 1))) +("embedded" nil (((eh m) 0) ((b eh) 1) ((d ih d) 0))) +("embellish" nil (((ih m) 0) ((b eh) 1) ((l ih sh) 0))) +("embellished" nil (((eh m) 0) ((b eh) 1) ((l ih sh t) 0))) +("embellishment" nil (((eh m) 0) ((b eh) 1) ((l ih) 0) ((sh m ax n t) 0))) +("embers" nil (((eh m) 1) ((b er z) 0))) +("emberson" nil (((eh m) 1) ((b er) 0) ((s ax n) 0))) +("emberton" nil (((ih m) 0) ((b er) 1) ((t ax n) 0))) +("embezzle" nil (((ih m) 0) ((b eh) 1) ((z ax l) 0))) +("embezzled" nil (((ih m) 0) ((b eh) 1) ((z ax l d) 0))) +("embezzlement" nil (((eh m) 0) ((b eh) 1) ((z ax l) 0) ((m ax n t) 0))) +("embezzler" nil (((ih m) 0) ((b eh) 1) ((z ax) 0) ((l er) 0))) +("embezzlers" nil (((ih m) 0) ((b eh) 1) ((z ax) 0) ((l er z) 0))) +("embezzles" nil (((ih m) 0) ((b eh) 1) ((z ax l z) 0))) +("embezzling" nil (((ih m) 0) ((b eh) 1) ((z ax) 0) ((l ih ng) 0))) +("embittered" nil (((eh m) 0) ((b ih) 1) ((t er d) 0))) +("emblazoned" nil (((eh m) 0) ((b l ey) 1) ((z ax n d) 0))) +("emblem" nil (((eh m) 1) ((b l ax m) 0))) +("emblematic" nil (((eh m) 1) ((b l ax) 0) ((m ae) 1) ((t ih k) 0))) +("emblems" nil (((eh m) 1) ((b l ax m z) 0))) +("embler" nil (((eh m) 1) ((b l er) 0))) +("embleton" nil (((eh m) 1) ((b l ih) 0) ((t aa n) 0))) +("embodied" nil (((ih m) 0) ((b aa) 1) ((d iy d) 0))) +("embodies" nil (((eh m) 0) ((b aa) 1) ((d iy z) 0))) +("embodiment" nil (((eh m) 0) ((b aa) 1) ((d iy) 0) ((m ax n t) 0))) +("embody" nil (((ih m) 0) ((b aa) 1) ((d iy) 0))) +("embodying" nil (((ih m) 0) ((b aa) 1) ((d iy) 0) ((ih ng) 0))) +("embolden" nil (((eh m) 0) ((b ow l) 1) ((d ax n) 0))) +("emboldened" nil (((eh m) 0) ((b ow l) 1) ((d ax n d) 0))) +("embolism" nil (((eh m) 1) ((b ow) 0) ((l ih) 1) ((z ax m) 0))) +("embolisms" nil (((eh m) 1) ((b ow) 0) ((l ih) 1) ((z ax m z) 0))) +("embossed" nil (((ih m) 0) ((b ao s t) 1))) +("embrace" nil (((eh m) 0) ((b r ey s) 1))) +("embraced" nil (((eh m) 0) ((b r ey s t) 1))) +("embraces" nil (((eh m) 0) ((b r ey) 1) ((s ih z) 0))) +("embracing" nil (((eh m) 0) ((b r ey) 1) ((s ih ng) 0))) +("embree" nil (((ih m) 0) ((b r iy) 1))) +("embrey" nil (((eh m) 1) ((b r iy) 0))) +("embroider" nil (((ih m) 0) ((b r oy) 1) ((d er) 0))) +("embroidered" nil (((eh m) 0) ((b r oy) 1) ((d er d) 0))) +("embroiderers" nil (((eh m) 0) ((b r oy) 1) ((d er) 0) ((er z) 0))) +("embroideries" nil (((ih m) 0) ((b r oy) 1) ((d er) 0) ((iy z) 0))) +("embroidering" nil (((eh m) 0) ((b r oy) 1) ((d er) 0) ((ih ng) 0))) +("embroidery" nil (((eh m) 0) ((b r oy) 1) ((d er) 0) ((iy) 0))) +("embroil" nil (((eh m) 0) ((b r oy l) 1))) +("embroiled" nil (((eh m) 0) ((b r oy l d) 1))) +("embry" nil (((eh m) 1) ((b r iy) 0))) +("embryo" nil (((eh m) 1) ((b r iy) 0) ((ow) 1))) +("embryology" nil (((eh m) 1) ((b r iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("embryonic" nil (((eh m) 1) ((b r iy) 0) ((aa) 1) ((n ih k) 0))) +("embryos" nil (((eh m) 1) ((b r iy) 0) ((ow z) 1))) +("embury" nil (((eh m) 1) ((b eh) 1) ((r iy) 0))) +("emcee" nil (((eh m) 1) ((s iy) 1))) +("emch" nil (((eh m ch) 1))) +("emco" nil (((eh m) 1) ((k ow) 0))) +("emde" nil (((eh m d) 1))) +("emel" nil (((eh) 1) ((m ax l) 0))) +("emelda" nil (((eh) 0) ((m eh l) 1) ((d ax) 0))) +("emelie" nil (((eh) 1) ((m ax) 0) ((l iy) 0))) +("emelina" nil (((eh) 1) ((m eh) 0) ((l iy) 1) ((n ax) 0))) +("emeline" nil (((eh) 1) ((m ih) 0) ((l ay n) 1))) +("emelita" nil (((eh) 0) ((m eh) 0) ((l iy) 1) ((t ax) 0))) +("emelyne" nil (((eh) 1) ((m ih) 0) ((l ay n) 0))) +("emens" nil (((eh) 1) ((m eh n z) 0))) +("emera" nil (((eh) 0) ((m eh) 1) ((r ax) 0))) +("emerald" nil (((eh) 1) ((m r ax l d) 0))) +("emeralds" nil (((eh) 1) ((m r ax l d z) 0))) +("emerant" nil (((ey) 0) ((m eh) 1) ((r ax n t) 0))) +("emeraude" nil (((eh) 1) ((m er) 0) ((aw d) 1))) +("emerge" nil (((ih) 0) ((m er jh) 1))) +("emerged" nil (((ih) 0) ((m er jh d) 1))) +("emergence" nil (((ih) 0) ((m er) 1) ((jh ax n s) 0))) +("emergencies" nil (((ih) 0) ((m er) 1) ((jh ax n) 0) ((s iy z) 0))) +("emergency" nil (((ih) 0) ((m er) 1) ((jh ax n) 0) ((s iy) 0))) +("emergent" nil (((ih) 0) ((m er) 1) ((jh ax n t) 0))) +("emerges" nil (((ih) 0) ((m er) 1) ((jh ih z) 0))) +("emerging" nil (((ih) 0) ((m er) 1) ((jh ih ng) 0))) +("emerich" nil (((eh) 1) ((m er) 0) ((ih k) 0))) +("emerick" nil (((eh) 1) ((m er) 0) ((ih k) 0))) +("emerine" nil (((eh) 1) ((m er) 0) ((iy n) 1))) +("emeritus" nil (((ih) 0) ((m eh) 1) ((r ax) 0) ((t ax s) 0))) +("emersed" nil (((ih) 0) ((m er s t) 1))) +("emerson" nil (((eh) 1) ((m er) 0) ((s ax n) 0))) +("emert" nil (((eh) 1) ((m er t) 0))) +("emerton" nil (((ih) 0) ((m er) 1) ((t ax n) 0))) +("emery" nil (((eh) 1) ((m er) 0) ((iy) 0))) +("emeryville" nil (((eh) 1) ((m er) 0) ((iy) 0) ((v ih l) 1))) +("emetic" nil (((ih) 0) ((m eh) 1) ((t ih k) 0))) +("emfinger" nil (((eh m) 1) ((f ih ng) 0) ((er) 0))) +("emge" nil (((eh m jh) 1))) +("emhart" nil (((eh m) 1) ((hh aa r t) 1))) +("emick" nil (((eh) 1) ((m ih k) 0))) +("emig" nil (((eh) 1) ((m ih g) 0))) +("emigh" nil (((eh) 1) ((m ay) 0))) +("emigrant" nil (((eh) 1) ((m ax) 0) ((g r ax n t) 0))) +("emigrants" nil (((eh) 1) ((m ax) 0) ((g r ax n t s) 0))) +("emigrate" nil (((eh) 1) ((m ax) 0) ((g r ey t) 1))) +("emigrated" nil (((eh) 1) ((m ax) 0) ((g r ey) 1) ((t ih d) 0))) +("emigrating" nil (((eh) 1) ((m ax) 0) ((g r ey) 1) ((t ih ng) 0))) +("emigration" nil (((eh) 1) ((m ax) 0) ((g r ey) 1) ((sh ax n) 0))) +("emigrations" nil (((eh) 1) ((m ax) 0) ((g r ey) 1) ((sh ax n z) 0))) +("emigre" nil (((eh) 1) ((m ax) 0) ((g r ey) 1))) +("emigres" nil (((eh) 1) ((m ax) 0) ((g r ey z) 1))) +("emil" nil (((eh) 0) ((m iy l) 1))) +("emile" nil (((ey) 0) ((m iy l) 1))) +("emilia" nil (((ax) 0) ((m iy) 1) ((l iy) 0) ((ax) 0))) +("emilie" nil (((eh) 1) ((m ax) 0) ((l iy) 0))) +("emilio" nil (((ax) 0) ((m iy) 1) ((l iy) 0) ((ow) 0))) +("emily" nil (((eh) 1) ((m ih) 0) ((l iy) 0))) +("emina" nil (((eh) 0) ((m iy) 1) ((n ax) 0))) +("eminase" nil (((eh) 1) ((m ih) 0) ((n aa) 1) ((s iy) 0))) +("eminence" nil (((eh) 1) ((m ax) 0) ((n ax n s) 0))) +("eminences" nil (((eh) 1) ((m ax) 0) ((n ax n) 0) ((s ih z) 0))) +("eminent" nil (((eh) 1) ((m ax) 0) ((n ax n t) 0))) +("eminently" nil (((eh) 1) ((m ax) 0) ((n ax n t) 0) ((l iy) 0))) +("emir" nil (((ih) 0) ((m ih r) 1))) +("emirate" nil (((eh) 1) ((m er) 0) ((ax t) 0))) +("emirates" nil (((eh) 1) ((m er) 0) ((ax t s) 0))) +("emison" nil (((eh) 1) ((m ih) 0) ((s ax n) 0))) +("emissaries" nil (((eh) 1) ((m ax) 0) ((s eh) 1) ((r iy z) 0))) +("emissary" nil (((eh) 1) ((m ax) 0) ((s eh) 1) ((r iy) 0))) +("emission" nil (((ih) 0) ((m ih) 1) ((sh ax n) 0))) +("emissions" nil (((ih) 0) ((m ih) 1) ((sh ax n z) 0))) +("emit" nil (((ih) 0) ((m ih t) 1))) +("emits" nil (((ih) 0) ((m ih t s) 1))) +("emitted" nil (((ih) 0) ((m ih) 1) ((t ax d) 0))) +("emitting" nil (((ih) 0) ((m ih) 1) ((t ih ng) 0))) +("emler" nil (((eh m) 1) ((l er) 0))) +("emley" nil (((eh m) 1) ((l iy) 0))) +("emling" nil (((eh m) 1) ((l ih ng) 0))) +("emlyn" nil (((ih m) 0) ((l ih n) 1))) +("emlynne" nil (((ih m) 0) ((l ay n) 1))) +("emma" nil (((eh) 1) ((m ax) 0))) +("emmaline" nil (((eh) 0) ((m aa) 0) ((l iy) 1) ((n iy) 0))) +("emmanuel" nil (((ih) 0) ((m ae) 1) ((n y uw) 0) ((ax l) 0))) +("emmaus" nil (((eh) 1) ((m aw s) 0))) +("emme" nil (((eh m) 1))) +("emmel" nil (((eh) 1) ((m ax l) 0))) +("emmeline" nil (((eh) 1) ((m ax) 0) ((l ay n) 1))) +("emmendorfer" nil (((eh) 1) ((m ih n) 0) ((d ao r) 0) ((f er) 0))) +("emmer" nil (((eh) 1) ((m er) 0))) +("emmerich" nil (((eh) 1) ((m er) 0) ((ih k) 0))) +("emmerling" nil (((eh) 1) ((m er) 0) ((l ih ng) 0))) +("emmerson" nil (((eh) 1) ((m er) 0) ((s ax n) 0))) +("emmert" nil (((eh) 1) ((m er t) 0))) +("emmery" nil (((eh) 1) ((m er) 0) ((iy) 0))) +("emmet" nil (((eh) 1) ((m ih t) 0))) +("emmett" nil (((eh) 1) ((m ih t) 0))) +("emmi" nil (((eh) 1) ((m iy) 0))) +("emmick" nil (((eh) 1) ((m ih k) 0))) +("emmie" nil (((eh) 1) ((m iy) 0))) +("emminger" nil (((eh) 1) ((m ih ng) 0) ((er) 0))) +("emmis" nil (((eh) 1) ((m ih s) 0))) +("emmit" nil (((eh) 1) ((m ih t) 0))) +("emmitt" nil (((eh) 1) ((m ih t) 0))) +("emmons" nil (((eh) 1) ((m ax n z) 0))) +("emmott" nil (((eh) 1) ((m ax t) 0))) +("emmy" nil (((eh) 1) ((m iy) 0))) +("emmys" nil (((eh) 1) ((m iy z) 0))) +("emogene" nil (((eh) 1) ((m ax) 0) ((g iy n) 0))) +("emond" nil (((eh) 1) ((m ax n d) 0))) +("emory" nil (((eh) 1) ((m er) 0) ((iy) 0))) +("emotion" nil (((ih) 0) ((m ow) 1) ((sh ax n) 0))) +("emotional" nil (((ih) 0) ((m ow) 1) ((sh ax) 0) ((n ax l) 0))) +("emotionalism" nil (((ih) 0) ((m ow) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 1) ((z ax m) 0))) +("emotionally" nil (((ih) 0) ((m ow) 1) ((sh n ax) 0) ((l iy) 0))) +("emotions" nil (((ih) 0) ((m ow) 1) ((sh ax n z) 0))) +("empanel" nil (((ih m) 0) ((p ae) 1) ((n ax l) 0))) +("empaneled" nil (((ih m) 0) ((p ae) 1) ((n ax l d) 0))) +("empaneling" nil (((eh m) 0) ((p ae) 1) ((n ax) 0) ((l ih ng) 0))) +("empathetic" nil (((eh m) 1) ((p ax) 0) ((th eh) 1) ((t ih k) 0))) +("empathize" nil (((eh m) 1) ((p ax) 0) ((th ay z) 1))) +("empathy" nil (((eh m) 1) ((p ax) 0) ((th iy) 0))) +("emperor" nil (((eh m) 1) ((p er) 0) ((er) 0))) +("emperors" nil (((eh m) 1) ((p er) 0) ((er z) 0))) +("empey" nil (((eh m) 1) ((p iy) 0))) +("emphases" nil (((eh m) 1) ((f ax) 0) ((s iy z) 1))) +("emphasis" nil (((eh m) 1) ((f ax) 0) ((s ax s) 0))) +("emphasize" nil (((eh m) 1) ((f ax) 0) ((s ay z) 1))) +("emphasized" nil (((eh m) 1) ((f ax) 0) ((s ay z d) 1))) +("emphasizes" nil (((eh m) 1) ((f ax) 0) ((s ay) 1) ((z ax z) 0))) +("emphasizing" nil (((eh m) 1) ((f ax) 0) ((s ay) 1) ((z ih ng) 0))) +("emphatic" nil (((eh m) 0) ((f ae) 1) ((t ih k) 0))) +("emphatically" nil (((eh m) 0) ((f ae) 1) ((t ih) 0) ((k l iy) 0))) +("emphysema" nil (((eh m) 0) ((f ay) 1) ((s m aa) 0))) +("empie" nil (((eh m) 1) ((p iy) 0))) +("empire" nil (((eh m) 1) ((p ay) 0) ((er) 0))) +("empires" nil (((eh m) 1) ((p ay) 0) ((er z) 0))) +("empirical" nil (((eh m) 1) ((p ih) 1) ((r ih) 0) ((k ax l) 0))) +("empirically" nil (((eh m) 0) ((p ih) 1) ((r ih) 0) ((k ax) 0) ((l iy) 0))) +("empiricism" nil (((eh m) 0) ((p ih) 1) ((r ax) 0) ((s ih) 1) ((z ax m) 0))) +("empiricist" nil (((ih m) 0) ((p ih) 1) ((r ax) 0) ((s ax s t) 0))) +("emplacement" nil (((ih m) 0) ((p l ey) 1) ((s m ax n t) 0))) +("employ" nil (((eh m) 0) ((p l oy) 1))) +("employable" nil (((eh m) 0) ((p l oy) 1) ((ax) 0) ((b ax l) 0))) +("employed" nil (((eh m) 0) ((p l oy d) 1))) +("employee" nil (((eh m) 0) ((p l oy) 1) ((iy) 0))) +("employees" nil (((eh m) 0) ((p l oy) 1) ((iy z) 0))) +("employer" nil (((eh m) 0) ((p l oy) 1) ((er) 0))) +("employers" nil (((eh m) 0) ((p l oy) 1) ((er z) 0))) +("employes" nil (((eh m) 0) ((p l oy z) 1))) +("employing" nil (((eh m) 0) ((p l oy) 1) ((ih ng) 0))) +("employment" nil (((eh m) 0) ((p l oy) 1) ((m ax n t) 0))) +("employments" nil (((eh m) 0) ((p l oy) 1) ((m ax n t s) 0))) +("employs" nil (((eh m) 0) ((p l oy z) 1))) +("emporia" nil (((eh m) 0) ((p ao) 1) ((r iy) 0) ((ax) 0))) +("emporium" nil (((eh m) 1) ((p ao) 1) ((r iy) 0) ((ax m) 0))) +("empower" nil (((ih m) 0) ((p aw) 1) ((er) 0))) +("empowered" nil (((ih m) 0) ((p aw) 1) ((er d) 0))) +("empowering" nil (((ih m) 0) ((p aw) 1) ((er) 0) ((ih ng) 0))) +("empowerment" nil (((ih m) 0) ((p aw) 1) ((er) 0) ((m ax n t) 0))) +("empowers" nil (((ih m) 0) ((p aw) 1) ((er z) 0))) +("empresa" nil (((eh m) 0) ((p r eh) 1) ((s ax) 0))) +("empresas" nil (((eh m) 0) ((p r eh) 1) ((s ax z) 0))) +("empress" nil (((eh m) 1) ((p r eh s) 0))) +("emprise" nil (((eh m) 0) ((p r ay z) 1))) +("empson" nil (((eh m p) 1) ((s ax n) 0))) +("empt" nil (((eh m p t) 1))) +("empted" nil (((eh m p) 1) ((t ih d) 0))) +("emptied" nil (((eh m p) 1) ((t iy d) 0))) +("emptier" nil (((eh m p) 1) ((t iy) 0) ((er) 0))) +("empties" nil (((eh m p) 1) ((t iy z) 0))) +("emptiness" nil (((eh m p) 1) ((t iy) 0) ((n ax s) 0))) +("empting" nil (((eh m p) 1) ((t ih ng) 0))) +("emption" nil (((eh m p) 1) ((sh ax n) 0))) +("emptive" nil (((eh m p) 1) ((t ih v) 0))) +("emptor" nil (((eh m p) 1) ((t er) 0))) +("empts" nil (((eh m p t s) 1))) +("empty" nil (((eh m p) 1) ((t iy) 0))) +("emptying" nil (((eh m p) 1) ((t iy) 0) ((ih ng) 0))) +("emrich" nil (((eh) 1) ((m r ih k) 0))) +("emrick" nil (((eh) 1) ((m r ih k) 0))) +("emry" nil (((eh) 1) ((m r iy) 0))) +("emslie" nil (((eh m) 1) ((s ax) 0) ((l iy) 0))) +("emswiler" nil (((eh m) 1) ((z w ay) 1) ((l er) 0))) +("emu" nil (((iy) 1) ((m y uw) 1))) +("emuil" nil (((eh) 1) ((m y uw) 0) ((ih l) 1))) +("emulate" nil (((eh) 1) ((m y ax) 0) ((l ey t) 1))) +("emulated" nil (((eh) 1) ((m y ax) 0) ((l ey) 1) ((t ih d) 0))) +("emulating" nil (((eh) 1) ((m y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("emulation" nil (((eh) 1) ((m y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("emulex" nil (((eh) 1) ((m y uw) 0) ((l ax k s) 0))) +("emulsifier" nil (((ih) 0) ((m ah l) 1) ((s ax) 0) ((f ay) 1) ((er) 0))) +("emulsion" nil (((ih) 0) ((m ah l) 1) ((sh ax n) 0))) +("en" nil (((eh n) 1))) +("ena" nil (((eh) 1) ((n ax) 0))) +("enable" nil (((eh) 0) ((n ey) 1) ((b ax l) 0))) +("enabled" nil (((eh) 0) ((n ey) 1) ((b ax l d) 0))) +("enables" nil (((eh) 0) ((n ey) 1) ((b ax l z) 0))) +("enabling" nil (((eh) 0) ((n ey) 1) ((b ax) 0) ((l ih ng) 0))) +("enact" nil (((ih) 0) ((n ae k t) 1))) +("enacted" nil (((ih) 0) ((n ae k) 1) ((t ax d) 0))) +("enacting" nil (((ax) 0) ((n ae k) 1) ((t ih ng) 0))) +("enactment" nil (((eh) 0) ((n ae k t) 1) ((m ax n t) 0))) +("enactments" nil (((ih) 1) ((n ae k t) 1) ((m ax n t s) 0))) +("enacts" nil (((ih) 1) ((n ae k t s) 1))) +("enamel" nil (((ih) 0) ((n ae) 1) ((m ax l) 0))) +("enameled" nil (((ih) 0) ((n ae) 1) ((m ax l d) 0))) +("enamels" nil (((ih) 0) ((n ae) 1) ((m ax l z) 0))) +("enamored" nil (((eh) 0) ((n ae) 1) ((m er d) 0))) +("enasa" nil (((ey) 0) ((n aa) 1) ((s ax) 0))) +("enberg" nil (((eh n) 1) ((b er g) 0))) +("encamped" nil (((ih n) 0) ((k ae m p t) 1))) +("encapsulated" nil (((eh n) 0) ((k ae p) 1) ((s ax) 0) ((l ey) 1) ((t ih d) 0))) +("encapsulates" n (((eh n) 0) ((k ae p) 1) ((s ax) 0) ((l ey t s) 1))) +("encapsulating" nil (((eh n) 0) ((k ae p) 1) ((s ax) 0) ((l ey) 1) ((t ih ng) 0))) +("encarnacion" nil (((ih n) 0) ((k aa r) 0) ((n aa) 0) ((s iy) 0) ((ao n) 1))) +("encarta" nil (((eh n) 0) ((k aa r) 1) ((t ah) 1))) +("encased" nil (((eh n) 0) ((k ey s t) 1))) +("encata" nil (((eh n) 0) ((k aa) 1) ((t ah) 1))) +("encephalitis" nil (((eh n) 0) ((s eh) 1) ((f ax) 0) ((l ay) 1) ((t ax s) 0))) +("enchanted" nil (((eh n) 0) ((ch ae n) 1) ((t ih d) 0))) +("enchanters" nil (((eh n) 0) ((ch ae n) 1) ((t er z) 0))) +("enchanting" nil (((eh n) 0) ((ch ae n) 1) ((t ih ng) 0))) +("enchantment" nil (((eh n) 0) ((ch ae n t) 1) ((m ax n t) 0))) +("encinas" nil (((eh n) 1) ((s ih) 0) ((n ax z) 0))) +("encinias" nil (((ih n) 0) ((s iy) 0) ((n iy) 1) ((ax z) 0))) +("encino" nil (((eh n) 0) ((s iy) 1) ((n ow) 0))) +("encircle" nil (((eh n) 0) ((s er) 1) ((k ax l) 0))) +("encircled" nil (((ih n) 0) ((s er) 1) ((k ax l d) 0))) +("encircling" nil (((eh n) 0) ((s er) 1) ((k ax) 0) ((l ih ng) 0))) +("enciso" nil (((ih n) 0) ((s iy) 1) ((s ow) 0))) +("enck" nil (((eh ng k) 1))) +("enclave" nil (((aa n) 1) ((k l ey v) 1))) +("enclaves" nil (((aa n) 1) ((k l ey v z) 1))) +("enclose" nil (((ih n) 0) ((k l ow z) 1))) +("enclosed" nil (((eh n) 0) ((k l ow z d) 1))) +("enclosing" nil (((eh n) 0) ((k l ow) 1) ((z ih ng) 0))) +("enclosure" nil (((eh n) 0) ((k l ow) 1) ((zh er) 0))) +("enclosures" nil (((ih n) 0) ((k l ow) 1) ((zh er z) 0))) +("encode" nil (((eh n) 0) ((k ow d) 1))) +("encoded" nil (((eh n) 0) ((k ow) 1) ((d ih d) 0))) +("encoding" nil (((eh n) 0) ((k ow) 1) ((d ih ng) 0))) +("encompass" nil (((eh n) 0) ((k ah m) 1) ((p ax s) 0))) +("encompassed" nil (((eh n) 0) ((k ah m) 1) ((p ax s t) 0))) +("encompasses" nil (((eh n) 0) ((k ah m) 1) ((p ax) 0) ((s ax z) 0))) +("encompassing" nil (((eh n) 0) ((k ah m) 1) ((p ax) 0) ((s ih ng) 0))) +("encor" nil (((eh n) 1) ((k ao r) 1))) +("encore" nil (((aa n) 1) ((k ao r) 1))) +("encores" nil (((aa n) 1) ((k ao r z) 1))) +("encounter" nil (((ih n) 0) ((k aw n) 1) ((t er) 0))) +("encountered" nil (((ih n) 0) ((k aw n) 1) ((t er d) 0))) +("encountering" nil (((eh n) 0) ((k aw n) 1) ((t er) 0) ((ih ng) 0))) +("encounters" nil (((ih n) 0) ((k aw n) 1) ((t er z) 0))) +("encourage" nil (((eh n) 0) ((k er) 1) ((ih jh) 0))) +("encouraged" nil (((eh n) 0) ((k er) 1) ((ih jh d) 0))) +("encouragement" nil (((eh n) 0) ((k er) 1) ((ih jh) 0) ((m ax n t) 0))) +("encourages" nil (((eh n) 0) ((k er) 1) ((ih) 0) ((jh ih z) 0))) +("encouraging" nil (((eh n) 0) ((k er) 1) ((ih) 0) ((jh ih ng) 0))) +("encroach" nil (((ih n) 0) ((k r ow ch) 1))) +("encroached" nil (((ih n) 0) ((k r ow ch t) 1))) +("encroaches" nil (((ih n) 0) ((k r ow) 1) ((ch ih z) 0))) +("encroaching" nil (((ih n) 0) ((k r ow) 1) ((ch ih ng) 0))) +("encroachment" nil (((eh n) 0) ((k r ow ch) 1) ((m ax n t) 0))) +("encroachments" nil (((ih n) 0) ((k r ow ch) 1) ((m ax n t s) 0))) +("encrusted" nil (((eh n) 0) ((k r ah) 1) ((s t ih d) 0))) +("encrusting" nil (((eh n) 0) ((k r ah) 1) ((s t ih ng) 0))) +("encrypted" nil (((eh n) 0) ((k r ih p) 1) ((t ih d) 0))) +("encryption" nil (((eh n) 0) ((k r ih p) 1) ((sh ax n) 0))) +("encumber" nil (((eh n) 0) ((k ah m) 1) ((b er) 0))) +("encumbered" nil (((eh n) 0) ((k ah m) 1) ((b er d) 0))) +("encyclical" nil (((eh n) 0) ((s ih) 1) ((k l ih) 0) ((k ax l) 0))) +("encyclicals" nil (((eh n) 0) ((s ih) 1) ((k l ih) 0) ((k ax l z) 0))) +("encyclopaedia" nil (((ih n) 0) ((s ay) 1) ((k l ax) 0) ((p iy) 1) ((d iy) 0) ((ax) 0))) +("encyclopedia" nil (((ih n) 0) ((s ay) 1) ((k l ax) 0) ((p iy) 1) ((d iy) 0) ((ax) 0))) +("encyclopedias" nil (((ih n) 0) ((s ay) 1) ((k l ax) 0) ((p iy) 1) ((d iy) 0) ((ax z) 0))) +("encyclopedic" nil (((ih n) 0) ((s ay) 1) ((k l ax) 0) ((p iy) 1) ((d ih k) 0))) +("encyclopedist" nil (((ih n) 0) ((s ay) 1) ((k l ax) 0) ((p iy) 1) ((d ax s t) 0))) +("end" nil (((eh n d) 1))) +("endaka" nil (((eh n) 0) ((d aa) 1) ((k ax) 0))) +("endanger" nil (((eh n) 0) ((d ey n) 1) ((jh er) 0))) +("endangered" nil (((eh n) 0) ((d ey n) 1) ((jh er d) 0))) +("endangering" nil (((eh n) 0) ((d ey n) 1) ((jh er) 0) ((ih ng) 0))) +("endangerment" nil (((eh n) 0) ((d ey n) 1) ((jh er) 0) ((m ax n t) 0))) +("endangers" nil (((eh n) 0) ((d ey n) 1) ((jh er z) 0))) +("endara" nil (((eh n) 1) ((d aa) 1) ((r ax) 0))) +("ende" nil (((eh n d) 1))) +("endear" nil (((eh n) 0) ((d iy r) 1))) +("endeared" nil (((eh n) 0) ((d iy r d) 1))) +("endearing" nil (((eh n) 0) ((d iy) 1) ((r ih ng) 0))) +("endearment" nil (((ih n) 0) ((d ih r) 1) ((m ax n t) 0))) +("endeavor" nil (((ih n) 0) ((d eh) 1) ((v er) 0))) +("endeavored" nil (((ih n) 0) ((d eh) 1) ((v er d) 0))) +("endeavors" nil (((ih n) 0) ((d eh) 1) ((v er z) 0))) +("endeavour" nil (((ih n) 0) ((d eh) 1) ((v er) 0))) +("ended" nil (((eh n) 1) ((d ax d) 0))) +("endemic" nil (((eh n) 0) ((d eh) 1) ((m ih k) 0))) +("ender" nil (((eh n) 1) ((d er) 0))) +("enderby" nil (((eh n) 1) ((d er) 0) ((b iy) 0))) +("enderle" nil (((eh n) 1) ((d er) 0) ((ax l) 0))) +("enderlin" nil (((eh n) 1) ((d er) 0) ((l ih n) 0))) +("enders" nil (((eh n) 1) ((d er z) 0))) +("enderson" nil (((eh n) 1) ((d er) 0) ((s ax n) 0))) +("endevco" nil (((eh n) 0) ((d eh v) 1) ((k ow) 0))) +("endicott" nil (((eh n) 1) ((d ih) 0) ((k aa t) 1))) +("ending" nil (((eh n) 1) ((d ih ng) 0))) +("endings" nil (((eh n) 1) ((d ih ng z) 0))) +("endive" nil (((eh n) 1) ((d ih v) 0))) +("endler" nil (((eh n d) 1) ((l er) 0))) +("endless" nil (((eh n d) 1) ((l ax s) 0))) +("endlessly" nil (((eh n d) 1) ((l ax) 0) ((s l iy) 0))) +("endlich" nil (((eh n d) 1) ((l ih k) 0))) +("endo" nil (((eh n) 1) ((d ow) 0))) +("endocrine" nil (((eh n) 1) ((d ow) 0) ((k r ay n) 1))) +("endocrinologist" nil (((eh n) 1) ((d ow) 0) ((k r ax) 0) ((n aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("endocrinologists" nil (((eh n) 1) ((d ow) 0) ((k r ax) 0) ((n aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("endocrinology" nil (((eh n) 1) ((d ow) 0) ((k r ax) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("endodermal" nil (((eh n) 1) ((d ow) 0) ((d er) 1) ((m ax l) 0))) +("endometriosis" nil (((eh n) 1) ((d ow) 0) ((m eh) 1) ((t r iy) 0) ((ow) 1) ((s ih s) 0))) +("endorse" nil (((eh n) 0) ((d ao r s) 1))) +("endorsed" nil (((eh n) 0) ((d ao r s t) 1))) +("endorsement" nil (((eh n) 0) ((d ao r) 1) ((s m ax n t) 0))) +("endorsements" nil (((eh n) 0) ((d ao r) 1) ((s m ax n t s) 0))) +("endorser" nil (((ih n) 0) ((d ao r) 1) ((s er) 0))) +("endorsers" nil (((ih n) 0) ((d ao r) 1) ((s er z) 0))) +("endorses" nil (((eh n) 0) ((d ao r) 1) ((s ih z) 0))) +("endorsing" nil (((eh n) 0) ((d ao r) 1) ((s ih ng) 0))) +("endoscopic" nil (((eh n) 1) ((d ow) 0) ((s k aa) 1) ((p ih k) 0))) +("endosperm" nil (((eh n) 1) ((d ax) 0) ((s p er m) 1))) +("endothermic" nil (((eh n) 1) ((d ow) 0) ((th er) 1) ((m ih k) 0))) +("endotronics" nil (((eh n) 1) ((d ow) 0) ((t r aa) 1) ((n ih k s) 0))) +("endow" nil (((eh n) 0) ((d aw) 1))) +("endowed" nil (((eh n) 0) ((d aw d) 1))) +("endowing" nil (((eh n) 0) ((d aw) 1) ((ih ng) 0))) +("endowment" nil (((eh n) 0) ((d aw) 1) ((m ax n t) 0))) +("endowments" nil (((eh n) 0) ((d aw) 1) ((m ax n t s) 0))) +("endpoint" nil (((eh n d) 1) ((p oy n t) 1))) +("endres" nil (((eh n) 1) ((d er z) 0))) +("endress" nil (((eh n) 1) ((d r ih s) 0))) +("endrizzi" nil (((ih n) 0) ((d r iy t) 1) ((s iy) 0))) +("ends" nil (((eh n d z) 1))) +("endsley" nil (((eh n d) 1) ((s l iy) 0))) +("endued" nil (((eh n) 0) ((d uw d) 1))) +("endurance" nil (((eh n) 1) ((d er) 0) ((ax n s) 0))) +("endure" nil (((eh n) 0) ((d y uh r) 1))) +("endured" nil (((eh n) 0) ((d y uh r d) 1))) +("endures" nil (((eh n) 0) ((d y uh r z) 1))) +("enduring" nil (((eh n) 0) ((d y uh) 1) ((r ih ng) 0))) +("endy" nil (((eh n) 1) ((d iy) 0))) +("enea" nil (((eh) 1) ((n iy) 0) ((ax) 0))) +("enema" nil (((eh) 1) ((n ax) 0) ((m ax) 0))) +("enemas" nil (((eh) 1) ((n ax) 0) ((m ax z) 0))) +("enemies" nil (((eh) 1) ((n ax) 0) ((m iy z) 0))) +("enemy" nil (((eh) 1) ((n ax) 0) ((m iy) 0))) +("energas" nil (((eh) 1) ((n er) 0) ((g ae s) 1))) +("energen" nil (((eh) 1) ((n er) 0) ((jh eh n) 1))) +("energetic" nil (((eh) 1) ((n er) 0) ((jh eh) 1) ((t ih k) 0))) +("energetically" nil (((eh) 1) ((n er) 0) ((jh eh) 1) ((t ih) 0) ((k l iy) 0))) +("energies" nil (((eh) 1) ((n er) 0) ((jh iy z) 0))) +("energize" nil (((eh) 1) ((n er) 0) ((jh ay z) 1))) +("energized" nil (((eh) 1) ((n er) 0) ((jh ay z d) 1))) +("energizer" nil (((eh) 1) ((n er) 0) ((jh ay) 1) ((z er) 0))) +("energizing" nil (((eh) 1) ((n er) 0) ((jh ay) 1) ((z ih ng) 0))) +("energy" nil (((eh) 1) ((n er) 0) ((jh iy) 0))) +("enerson" nil (((eh) 1) ((n er) 0) ((s ax n) 0))) +("enex" nil (((iy) 1) ((n ax k s) 0))) +("enfant" nil (((eh n) 1) ((f aa n t) 1))) +("enfeebled" nil (((eh n) 0) ((f iy) 1) ((b ax l d) 0))) +("enfield" nil (((eh n) 1) ((f iy l d) 0))) +("enfinger" nil (((eh n) 1) ((f ih ng) 0) ((er) 0))) +("enfold" nil (((ih n) 0) ((f ow l d) 1))) +("enforce" nil (((eh n) 0) ((f ao r s) 1))) +("enforceability" nil (((eh n) 0) ((f ao r) 1) ((s ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("enforceable" nil (((eh n) 0) ((f ao r) 1) ((s ax) 0) ((b ax l) 0))) +("enforced" nil (((eh n) 0) ((f ao r s t) 1))) +("enforcement" nil (((eh n) 0) ((f ao r) 1) ((s m ax n t) 0))) +("enforcer" nil (((eh n) 0) ((f ao r) 1) ((s er) 0))) +("enforcers" nil (((eh n) 0) ((f ao r) 1) ((s er z) 0))) +("enforces" nil (((eh n) 0) ((f ao r) 1) ((s ih z) 0))) +("enforcing" nil (((eh n) 0) ((f ao r) 1) ((s ih ng) 0))) +("enfranchise" nil (((ih n) 0) ((f r ae n) 1) ((ch ay z) 1))) +("enfranchised" nil (((eh n) 0) ((f r ae n) 1) ((ch ay z d) 1))) +("enfranchises" nil (((eh n) 0) ((f r ae n) 1) ((ch ay) 1) ((z ih z) 0))) +("eng" nil (((eh ng) 1))) +("engage" nil (((eh n) 0) ((g ey jh) 1))) +("engaged" nil (((eh n) 0) ((g ey jh d) 1))) +("engagement" nil (((eh n) 0) ((g ey jh) 1) ((m ax n t) 0))) +("engagements" nil (((eh n) 0) ((g ey jh) 1) ((m ax n t s) 0))) +("engages" nil (((eh n) 0) ((g ey) 1) ((jh ih z) 0))) +("engaging" nil (((eh n) 0) ((g ey) 1) ((jh ih ng) 0))) +("engberg" nil (((eh ng) 1) ((b er g) 0))) +("engdahl" nil (((eh ng) 1) ((d aa l) 0))) +("enge" nil (((eh n jh) 1))) +("engebretsen" nil (((eh ng) 1) ((g ih) 0) ((b r ih t) 0) ((s ax n) 0))) +("engebretson" nil (((eh ng) 1) ((g ih) 0) ((b r ih t) 0) ((s ax n) 0))) +("engel" nil (((eh n) 1) ((g ax l) 0))) +("engelberg" nil (((eh ng) 1) ((g ax l) 0) ((b er g) 0))) +("engelbert" nil (((eh ng) 1) ((g ih l) 0) ((b er t) 0))) +("engelberta" nil (((eh ng) 0) ((g eh l) 0) ((b eh r) 1) ((t ax) 0))) +("engelbrecht" nil (((eh ng) 1) ((g ih l) 0) ((b r ih k t) 0))) +("engeleiter" nil (((eh ng) 1) ((g ax) 0) ((l ay) 1) ((t er) 0))) +("engelhard" nil (((eh ng) 1) ((g ax l) 0) ((hh aa r d) 1))) +("engelhardt" nil (((eh ng) 1) ((g ih l) 0) ((hh aa r t) 0))) +("engelhart" nil (((eh ng) 1) ((g ax l) 0) ((hh aa r t) 1))) +("engelke" nil (((eh ng) 1) ((g ih l k) 0))) +("engelken" nil (((eh ng) 1) ((g ih l) 0) ((k ax n) 0))) +("engelking" nil (((eh ng) 1) ((g ih l) 0) ((k ih ng) 0))) +("engelman" nil (((eh ng) 1) ((g ax l) 0) ((m ax n) 0))) +("engelmann" nil (((eh ng) 1) ((g ax l) 0) ((m ax n) 0))) +("engels" nil (((eh ng) 1) ((g ax l z) 0))) +("engelson" nil (((eh ng) 1) ((g ih l) 0) ((s ax n) 0))) +("engelstad" nil (((eh ng) 1) ((g ih l) 0) ((s t ax d) 0))) +("engeman" nil (((eh n jh) 1) ((m ax n) 0))) +("engen" nil (((eh ng) 1) ((ax n) 0))) +("engender" nil (((eh n) 0) ((jh eh n) 1) ((d er) 0))) +("engendered" nil (((eh n) 0) ((jh eh n) 1) ((d er d) 0))) +("engenders" nil (((eh ng) 1) ((g ax n) 0) ((d er z) 0))) +("enger" nil (((eh ng) 1) ((g er) 0))) +("engert" nil (((eh ng) 1) ((g er t) 0))) +("engesser" nil (((eh ng) 1) ((g ih) 0) ((s er) 0))) +("engh" nil (((eh ng) 1))) +("engholm" nil (((eh ng) 1) ((hh ow l m) 0))) +("engine" nil (((eh n) 1) ((jh ax n) 0))) +("engined" nil (((eh n) 1) ((jh ax n d) 0))) +("engineer" nil (((eh n) 1) ((jh ax) 0) ((n ih r) 1))) +("engineered" nil (((eh n) 1) ((jh ax) 0) ((n iy r d) 1))) +("engineering" nil (((eh n) 1) ((jh ax) 0) ((n ih) 1) ((r ih ng) 0))) +("engineers" nil (((eh n) 1) ((jh ax) 0) ((n ih r z) 1))) +("engines" nil (((eh n) 1) ((jh ax n z) 0))) +("england" nil (((ih ng) 1) ((g l ax n d) 0))) +("englander" nil (((ih ng) 1) ((g l ax n) 0) ((d er) 0))) +("englanders" nil (((ih ng) 1) ((g l ax n) 0) ((d er z) 0))) +("englands" nil (((ih ng) 1) ((g l ax n d z) 0))) +("engle" nil (((eh ng) 1) ((g ax l) 0))) +("englebert" nil (((ih ng) 1) ((l ih) 0) ((b er t) 0))) +("englehardt" nil (((ih ng) 1) ((l ih) 0) ((hh aa r t) 0))) +("englehart" nil (((ih ng) 1) ((ax l) 0) ((hh aa r t) 0))) +("engleman" nil (((ih ng) 1) ((ax l) 0) ((m ax n) 0))) +("engler" nil (((eh ng) 1) ((g ax) 0) ((l er) 0))) +("englert" nil (((ih ng) 1) ((l er t) 0))) +("englerth" nil (((ih ng) 1) ((l er th) 0))) +("engles" nil (((ih ng) 1) ((ax l z) 0))) +("englewood" nil (((eh ng) 1) ((g ax l) 0) ((w uh d) 1))) +("english" nil (((ih ng) 1) ((g l ih sh) 0))) +("englishman" nil (((ih ng) 1) ((g l ih) 0) ((sh m ax n) 0))) +("englishmen" nil (((ih ng) 1) ((g l ih) 1) ((sh m ax n) 0))) +("englishwoman" nil (((ih ng) 1) ((g l ih) 0) ((sh w uh) 1) ((m ax n) 0))) +("englund" nil (((ih ng) 1) ((l ax n d) 0))) +("engman" nil (((eh ng) 1) ((m ax n) 0))) +("engquist" nil (((eh ng) 1) ((k w ih s t) 0))) +("engram" nil (((eh n) 1) ((g r ae m) 1))) +("engrave" nil (((ih n) 0) ((g r ey v) 1))) +("engraved" nil (((ih n) 0) ((g r ey v d) 1))) +("engraver" nil (((ih n) 0) ((g r ey) 1) ((v er) 0))) +("engraving" nil (((ih n) 0) ((g r ey) 1) ((v ih ng) 0))) +("engravings" nil (((ih n) 0) ((g r ey) 1) ((v ih ng z) 0))) +("engross" nil (((ih n) 0) ((g r ow s) 1))) +("engrossed" nil (((ih n) 0) ((g r ow s t) 1))) +("engrossing" nil (((ih n) 0) ((g r ow) 1) ((s ih ng) 0))) +("engstrand" nil (((eh ng) 1) ((s t r ax n d) 0))) +("engstrom" nil (((eh ng) 1) ((s t r ax m) 0))) +("engulf" nil (((ih n) 0) ((g ah l f) 1))) +("engulfed" nil (((ih n) 0) ((g ah l f t) 1))) +("engulfing" nil (((ih n) 0) ((g ah l) 1) ((f ih ng) 0))) +("engwall" nil (((ih ng) 0) ((w ao l) 1))) +("enhance" nil (((eh n) 0) ((hh ae n s) 1))) +("enhanced" nil (((eh n) 0) ((hh ae n s t) 1))) +("enhancement" nil (((eh n) 0) ((hh ae n) 1) ((s m ax n t) 0))) +("enhancements" nil (((eh n) 0) ((hh ae n) 1) ((s m ax n t s) 0))) +("enhancer" nil (((eh n) 0) ((hh ae n) 1) ((s er) 0))) +("enhances" nil (((eh n) 0) ((hh ae n) 1) ((s ih z) 0))) +("enhancing" nil (((eh n) 0) ((hh ae n) 1) ((s ih ng) 0))) +("enholm" nil (((eh n) 1) ((hh ow l m) 1))) +("enholme" nil (((eh n) 1) ((hh ow l m) 1))) +("enichem" nil (((eh) 1) ((n ih) 0) ((ch ax m) 0))) +("enid" nil (((iy) 1) ((n ih d) 0))) +("enigma" nil (((ih) 0) ((n ih g) 1) ((m ax) 0))) +("enigmatic" nil (((eh) 1) ((n ih g) 0) ((m ae) 1) ((t ih k) 0))) +("enimont" nil (((iy) 1) ((n ih) 0) ((m aa n t) 1))) +("enis" nil (((eh) 1) ((n ih s) 0))) +("enix" nil (((eh) 1) ((n ih k s) 0))) +("enjoin" nil (((eh n) 0) ((jh oy n) 1))) +("enjoined" nil (((eh n) 0) ((jh oy n d) 1))) +("enjoining" nil (((eh n) 0) ((jh oy) 1) ((n ih ng) 0))) +("enjoy" nil (((eh n) 0) ((jh oy) 1))) +("enjoyable" nil (((eh n) 0) ((jh oy) 1) ((ax) 0) ((b ax l) 0))) +("enjoyed" nil (((eh n) 0) ((jh oy d) 1))) +("enjoying" nil (((eh n) 0) ((jh oy) 1) ((ih ng) 0))) +("enjoyment" nil (((eh n) 0) ((jh oy) 1) ((m ax n t) 0))) +("enjoyments" nil (((eh n) 0) ((jh oy) 1) ((m ax n t s) 0))) +("enjoys" nil (((eh n) 0) ((jh oy z) 1))) +("enke" nil (((eh ng k) 1))) +("enlarge" nil (((eh n) 0) ((l aa r jh) 1))) +("enlarged" nil (((eh n) 0) ((l aa r jh d) 1))) +("enlargement" nil (((ih n) 0) ((l aa r jh) 1) ((m ax n t) 0))) +("enlargements" nil (((ih n) 0) ((l aa r jh) 1) ((m ax n t s) 0))) +("enlarger" nil (((ih n) 0) ((l aa r) 1) ((g er) 0))) +("enlarges" nil (((ih n) 0) ((l aa r) 1) ((jh ih z) 0))) +("enlarging" nil (((ih n) 0) ((l aa r) 1) ((jh ih ng) 0))) +("enlighten" nil (((eh n) 0) ((l ay) 1) ((t ax n) 0))) +("enlightened" nil (((eh n) 0) ((l ay) 1) ((t ax n d) 0))) +("enlightening" nil (((eh n) 0) ((l ay) 1) ((t ax) 0) ((n ih ng) 0))) +("enlightenment" nil (((eh n) 0) ((l ay) 1) ((t ax n) 0) ((m ax n t) 0))) +("enlist" nil (((eh n) 0) ((l ih s t) 1))) +("enlisted" nil (((eh n) 0) ((l ih) 1) ((s t ih d) 0))) +("enlistees" nil (((ih n) 0) ((l ih) 1) ((s t iy z) 1))) +("enlisting" nil (((eh n) 0) ((l ih) 1) ((s t ih ng) 0))) +("enlistment" nil (((eh n) 0) ((l ih s t) 1) ((m ax n t) 0))) +("enlists" nil (((eh n) 0) ((l ih s t s) 1))) +("enliven" nil (((eh n) 0) ((l ay) 1) ((v ax n) 0))) +("enlivened" nil (((eh n) 0) ((l ay) 1) ((v ax n d) 0))) +("enlo" nil (((eh n) 1) ((l ow) 0))) +("enloe" nil (((ih n) 0) ((l ow) 1))) +("enlow" nil (((ih n) 0) ((l ow) 1))) +("enman" nil (((eh n) 1) ((m ax n) 0))) +("enmeshed" nil (((eh n) 0) ((m eh sh t) 1))) +("enmity" nil (((eh n) 1) ((m ax) 0) ((t iy) 0))) +("ennea" nil (((eh) 1) ((n iy) 0) ((ax) 0))) +("enneking" nil (((eh) 1) ((n ih) 0) ((k ih ng) 0))) +("ennen" nil (((eh) 1) ((n ax n) 0))) +("ennes" nil (((eh n z) 1))) +("ennis" nil (((eh) 1) ((n ih s) 0))) +("ennoble" nil (((ih) 0) ((n ow) 1) ((b ax l) 0))) +("ennobling" n (((eh) 0) ((n ow) 1) ((b ax) 0) ((l ax ng) 0))) +("ennosuke" nil (((eh) 1) ((n ax) 0) ((s uw k) 0))) +("enns" nil (((eh n z) 1))) +("ennui" nil (((eh) 0) ((n uw) 1) ((iy) 0))) +("eno" nil (((eh) 1) ((n ow) 0))) +("enoch" nil (((iy) 1) ((n ax k) 0))) +("enochs" nil (((eh) 1) ((n ax k s) 0))) +("enola" nil (((ih) 0) ((n ow) 1) ((l ax) 0))) +("enomoto" nil (((ih) 0) ((n ow) 0) ((m ow) 1) ((t ow) 0))) +("enormity" nil (((ih) 0) ((n ao r) 1) ((m ax) 0) ((t iy) 0))) +("enormous" nil (((ih) 0) ((n ao r) 1) ((m ax s) 0))) +("enormously" nil (((ih) 0) ((n ao r) 1) ((m ax) 0) ((s l iy) 0))) +("enough" nil (((ih) 0) ((n ah f) 1))) +("enquirer" nil (((ih n) 0) ((k w ay) 1) ((r er) 0))) +("enquist" nil (((eh n) 1) ((k w ih s t) 1))) +("enrage" nil (((eh n) 0) ((r ey jh) 1))) +("enraged" nil (((eh n) 0) ((r ey jh d) 1))) +("enraging" nil (((eh n) 0) ((r ey) 1) ((jh ih ng) 0))) +("enraptured" nil (((eh n) 0) ((r ae p) 1) ((ch er d) 0))) +("enrica" nil (((ih n) 0) ((r iy) 1) ((k ax) 0))) +("enrich" nil (((eh n) 0) ((r ih ch) 1))) +("enriched" nil (((eh n) 0) ((r ih ch t) 1))) +("enriches" nil (((eh n) 0) ((r ih) 1) ((ch ih z) 0))) +("enriching" nil (((eh n) 0) ((r ih) 1) ((ch ih ng) 0))) +("enrichment" nil (((eh n) 0) ((r ih ch) 1) ((m ax n t) 0))) +("enrico" nil (((eh n) 0) ((r iy) 1) ((k ow) 0))) +("enright" nil (((ih n) 0) ((r ay t) 1))) +("enrile" nil (((eh n) 0) ((r iy l) 1))) +("enrique" nil (((eh n) 0) ((r iy) 1) ((k ey) 0))) +("enriquez" nil (((ih n) 0) ((r iy) 1) ((k w eh z) 0))) +("enro" nil (((eh n) 1) ((r ow) 0))) +("enroll" nil (((eh n) 0) ((r ow l) 1))) +("enrolled" nil (((eh n) 0) ((r ow l d) 1))) +("enrollees" nil (((eh n) 0) ((r ow) 1) ((l iy z) 1))) +("enrolling" nil (((eh n) 0) ((r ow) 1) ((l ih ng) 0))) +("enrollment" nil (((eh n) 0) ((r ow l) 1) ((m ax n t) 0))) +("enrollments" nil (((eh n) 0) ((r ow l) 1) ((m ax n t s) 0))) +("enrolls" nil (((eh n) 0) ((r ow l z) 1))) +("enron" nil (((eh n) 1) ((r aa n) 0))) +("enroute" nil (((eh n) 0) ((r uw t) 1))) +("ensco" nil (((eh n) 1) ((s k ow) 0))) +("ensconced" nil (((ih n) 0) ((s k aa n s t) 1))) +("enseco" nil (((eh n) 0) ((s eh) 1) ((k ow) 0))) +("ensemble" nil (((aa n) 0) ((s aa m) 1) ((b ax l) 0))) +("ensembles" nil (((aa n) 0) ((s aa m) 1) ((b ax l z) 0))) +("enserch" nil (((eh n) 1) ((s er ch) 0))) +("ensey" nil (((eh n) 1) ((z iy) 0))) +("enshrine" nil (((eh n) 0) ((sh r ay n) 1))) +("enshrined" nil (((eh n) 0) ((sh r ay n d) 1))) +("enshrines" n (((ax n) 0) ((sh r ay n z) 1))) +("enshrouded" nil (((ih n) 0) ((sh r aw) 1) ((d ax d) 0))) +("ensign" nil (((eh n) 1) ((s ax n) 0))) +("ensing" nil (((eh n) 1) ((s ih ng) 0))) +("ensinger" nil (((eh n) 1) ((s ih n) 0) ((jh er) 0))) +("enskilda" nil (((eh n) 0) ((s k ih l) 1) ((d ax) 0))) +("enslaved" nil (((eh n) 0) ((s l ey v d) 1))) +("enslavement" nil (((eh n) 0) ((s l ey v) 1) ((m ax n t) 0))) +("enslen" nil (((eh n) 1) ((s ax) 0) ((l ax n) 0))) +("ensley" nil (((eh n) 1) ((s l iy) 0))) +("enslin" nil (((eh n) 1) ((s l ih n) 0))) +("enslow" nil (((ih n) 0) ((s l ow) 1))) +("ensminger" nil (((eh n) 1) ((s ax) 0) ((m ih ng) 0) ((er) 0))) +("ensnare" nil (((ih n) 0) ((s n eh r) 1))) +("ensnared" nil (((eh n) 0) ((s n eh r d) 1))) +("ensnarled" nil (((ih n) 0) ((s n aa r l d) 1))) +("ensor" nil (((eh n) 1) ((s er) 0))) +("ensource" nil (((eh n) 0) ((s ao r s) 1))) +("ensrud" nil (((eh n z) 1) ((r uw d) 1))) +("enstrom" nil (((eh n) 1) ((s t r ax m) 0))) +("ensue" nil (((ih n) 0) ((s uw) 1))) +("ensued" nil (((ih n) 0) ((s uw d) 1))) +("ensues" nil (((ih n) 0) ((s uw z) 1))) +("ensuing" nil (((eh n) 1) ((s uw) 0) ((ih ng) 0))) +("ensure" nil (((eh n) 0) ((sh uh r) 1))) +("ensured" nil (((eh n) 0) ((sh uh r d) 1))) +("ensures" nil (((eh n) 0) ((sh uh r z) 1))) +("ensuring" nil (((eh n) 0) ((sh uh) 1) ((r ih ng) 0))) +("ensz" nil (((eh n sh) 1))) +("ent" nil (((eh n t) 1))) +("entail" nil (((eh n) 0) ((t ey l) 1))) +("entailed" nil (((ih n) 0) ((t ey l d) 1))) +("entailing" nil (((ih n) 0) ((t ey) 1) ((l ih ng) 0))) +("entails" nil (((ih n) 0) ((t ey l z) 1))) +("entangle" nil (((eh n) 0) ((t ae ng) 1) ((g ax l) 0))) +("entangled" nil (((eh n) 0) ((t ae ng) 1) ((g ax l d) 0))) +("entanglement" nil (((eh n) 0) ((t ae ng) 1) ((g ax l) 0) ((m ax n t) 0))) +("entanglements" nil (((eh n) 0) ((t ae ng) 1) ((g ax l) 0) ((m ax n t s) 0))) +("entangling" nil (((ih n) 0) ((t ae ng) 1) ((l ih ng) 0))) +("ente" nil (((eh n) 1) ((t ey) 0))) +("entebbe" nil (((eh n) 1) ((t eh) 1) ((b iy) 0))) +("entendre" nil (((aa n) 0) ((t aa n) 1) ((d r ax) 0))) +("enter" nil (((eh n) 1) ((t er) 0))) +("entered" nil (((eh n) 1) ((t er d) 0))) +("entergy" nil (((eh n) 1) ((t er) 0) ((jh iy) 0))) +("entering" nil (((eh n) 1) ((t er) 0) ((ih ng) 0))) +("enteritidis" nil (((eh n) 1) ((t er) 0) ((ih) 1) ((t ih) 0) ((d ih s) 0))) +("enterline" nil (((eh n) 1) ((t er) 0) ((l ay n) 1))) +("enterprise" nil (((eh n) 1) ((t er) 0) ((p r ay z) 1))) +("enterprises" nil (((eh n) 1) ((t er) 0) ((p r ay) 1) ((z ih z) 0))) +("enterprising" nil (((eh n) 1) ((t er) 0) ((p r ay) 1) ((z ih ng) 0))) +("enterra" nil (((eh n) 0) ((t eh) 1) ((r ax) 0))) +("enters" nil (((eh n) 1) ((t er z) 0))) +("entertain" nil (((eh n) 1) ((t er) 0) ((t ey n) 1))) +("entertained" nil (((eh n) 1) ((t er) 0) ((t ey n d) 1))) +("entertainer" nil (((eh n) 1) ((t er) 0) ((t ey) 1) ((n er) 0))) +("entertainers" nil (((eh n) 1) ((t er) 0) ((t ey) 1) ((n er z) 0))) +("entertaining" nil (((eh n) 1) ((t er) 0) ((t ey) 1) ((n ih ng) 0))) +("entertainment" nil (((eh n) 1) ((t er) 0) ((t ey n) 1) ((m ax n t) 0))) +("entertainments" nil (((eh n) 1) ((t er) 0) ((t ey n) 1) ((m ax n t s) 0))) +("entertains" nil (((eh n) 1) ((t er) 0) ((t ey n z) 1))) +("entex" nil (((eh n) 1) ((t eh k s) 1))) +("enthralled" nil (((eh n) 0) ((th r ao l d) 1))) +("enthused" nil (((ih n) 0) ((th uw z d) 1))) +("enthuses" n (((eh n) 0) ((th uw) 1) ((z ax z) 0))) +("enthusiasm" nil (((ih n) 0) ((th uw) 1) ((z iy) 0) ((ae) 1) ((z ax m) 0))) +("enthusiasms" nil (((ih n) 0) ((th uw) 1) ((z iy) 0) ((ae) 1) ((z ax m z) 0))) +("enthusiast" nil (((eh n) 0) ((th uw) 1) ((z iy) 0) ((ae s t) 1))) +("enthusiastic" nil (((ih n) 0) ((th uw) 1) ((z iy) 0) ((ae) 1) ((s t ih k) 0))) +("enthusiastically" nil (((ih n) 0) ((th uw) 1) ((z iy) 0) ((ae) 1) ((s t ih) 0) ((k l iy) 0))) +("enthusiasts" nil (((eh n) 0) ((th uw) 1) ((z iy) 0) ((ae s t s) 1))) +("entice" nil (((ih n) 0) ((t ay s) 1))) +("enticed" nil (((ih n) 0) ((t ay s t) 1))) +("enticement" nil (((ih n) 0) ((t ay) 1) ((s m ax n t) 0))) +("enticements" nil (((ih n) 0) ((t ay) 1) ((s m ax n t s) 0))) +("enticing" nil (((eh n) 0) ((t ay) 1) ((s ih ng) 0))) +("entin" nil (((eh n) 1) ((t ih n) 0))) +("entire" nil (((ih n) 0) ((t ay) 1) ((er) 0))) +("entirely" nil (((ih n) 0) ((t ay) 1) ((er) 0) ((l iy) 0))) +("entirety" nil (((ih n) 0) ((t ay) 1) ((er) 0) ((t iy) 0))) +("entities" nil (((eh n) 1) ((t ih) 0) ((t iy z) 0))) +("entitle" nil (((eh n) 0) ((t ay) 1) ((t ax l) 0))) +("entitled" nil (((eh n) 0) ((t ay) 1) ((t ax l d) 0))) +("entitlement" nil (((eh n) 0) ((t ay) 1) ((t ax l) 0) ((m ax n t) 0))) +("entitlements" nil (((eh n) 0) ((t ay) 1) ((t ax l) 0) ((m ax n t s) 0))) +("entitles" nil (((eh n) 0) ((t ay) 1) ((t ax l z) 0))) +("entitling" nil (((eh n) 0) ((t ay) 1) ((t ax) 0) ((l ih ng) 0))) +("entity" nil (((eh n) 1) ((t ax) 0) ((t iy) 0))) +("entler" nil (((eh n t) 1) ((l er) 0))) +("entoffen" nil (((eh n) 1) ((t ax) 0) ((f ax n) 0))) +("entombed" nil (((eh n) 0) ((t uw m d) 1))) +("entombment" nil (((ih n) 0) ((t uw m) 1) ((m ax n t) 0))) +("entomologist" nil (((eh n) 1) ((t ax) 0) ((m aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("entomologists" nil (((eh n) 1) ((t ax) 0) ((m aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("entomology" nil (((eh n) 1) ((t ax) 0) ((m aa) 1) ((l ax) 0) ((jh iy) 0))) +("entourage" nil (((aa n) 1) ((t uh) 0) ((r aa zh) 1))) +("entrails" nil (((eh n) 1) ((t r ax l z) 0))) +("entrance" n (((eh n) 1) ((t r ax n s) 0))) +("entrance" v (((eh n) 0) ((t r aa n s) 1))) +("entranced" nil (((ih n) 0) ((t r ae n s t) 1))) +("entrances" n (((eh n) 1) ((t r ax n) 0) ((s ax z) 0))) +("entrances" v (((eh n) 0) ((t r aa n) 1) ((s ax z) 0))) +("entrant" nil (((eh n) 1) ((t r ax n t) 0))) +("entrants" nil (((eh n) 1) ((t r ax n t s) 0))) +("entrapment" nil (((ih n) 0) ((t r ae p) 1) ((m ax n t) 0))) +("entre" nil (((aa n) 1) ((t r ey) 0))) +("entreaties" nil (((eh n) 0) ((t r iy) 1) ((t iy z) 0))) +("entree" nil (((aa n) 1) ((t r ey) 1))) +("entrees" nil (((aa n) 1) ((t r ey z) 1))) +("entregrowth" nil (((eh n) 1) ((t r ax) 0) ((g r ow th) 0))) +("entrekin" nil (((eh n) 1) ((t r ih) 0) ((k ih n) 0))) +("entrench" nil (((eh n) 0) ((t r eh n ch) 1))) +("entrenched" nil (((eh n) 0) ((t r eh n ch t) 1))) +("entrenches" nil (((eh n) 0) ((t r eh n) 1) ((ch ih z) 0))) +("entrenching" nil (((eh n) 0) ((t r eh n) 1) ((ch ih ng) 0))) +("entrenchment" nil (((eh n) 0) ((t r eh n ch) 1) ((m ax n t) 0))) +("entrepreneur" nil (((aa n) 1) ((t r ax) 0) ((p r ax) 0) ((n er) 1))) +("entrepreneurial" nil (((aa n) 1) ((t r ax) 0) ((p r ax) 0) ((n er) 1) ((iy) 0) ((ax l) 0))) +("entrepreneurialism" nil (((eh n) 1) ((t r ax) 0) ((p r ax) 0) ((n uw) 1) ((r iy) 1) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("entrepreneurs" nil (((aa n) 1) ((t r ax) 0) ((p r ax) 0) ((n er z) 1))) +("entrepreneurship" nil (((aa n) 1) ((t r ax) 0) ((p r ax) 0) ((n er) 1) ((sh ih p) 0))) +("entries" nil (((eh n) 1) ((t r iy z) 0))) +("entrikin" nil (((eh n) 1) ((t r ih) 0) ((k ih n) 0))) +("entringer" nil (((eh n) 1) ((t er) 0) ((ih ng) 0) ((er) 0))) +("entropy" nil (((eh n) 1) ((t r ax) 0) ((p iy) 0))) +("entrust" nil (((eh n) 0) ((t r ah s t) 1))) +("entrusted" nil (((eh n) 0) ((t r ah) 1) ((s t ih d) 0))) +("entrusting" nil (((eh n) 0) ((t r ah) 1) ((s t ih ng) 0))) +("entry" nil (((eh n) 1) ((t r iy) 0))) +("entsminger" nil (((eh n t) 1) ((s ax) 0) ((m ih ng) 0) ((er) 0))) +("entwined" nil (((eh n) 0) ((t w ay n d) 1))) +("entwisle" nil (((eh n) 1) ((t w ay) 0) ((ax l) 0))) +("entwistle" nil (((ih n) 0) ((t w ih) 1) ((s ax l) 0))) +("entz" nil (((eh n t s) 1))) +("entzminger" nil (((eh n t) 1) ((s m ih ng) 0) ((er) 0))) +("enumerated" nil (((ih) 0) ((n uw) 1) ((m er) 0) ((ey) 1) ((t ih d) 0))) +("enumeration" nil (((ih) 0) ((n uw) 1) ((m er) 0) ((ey) 1) ((sh ax n) 0))) +("enunciated" nil (((ih) 0) ((n ah n) 1) ((s iy) 0) ((ey) 1) ((t ih d) 0))) +("envelop" nil (((ih n) 0) ((v eh) 1) ((l ax p) 0))) +("envelope" nil (((eh n) 1) ((v ax) 0) ((l ow p) 1))) +("enveloped" nil (((eh n) 0) ((v eh) 1) ((l ax p t) 0))) +("envelopes" nil (((eh n) 1) ((v ax) 0) ((l ow p s) 1))) +("enveloping" nil (((ih n) 0) ((v eh) 1) ((l ax) 0) ((p ih ng) 0))) +("enviable" nil (((eh n) 1) ((v iy) 0) ((ax) 0) ((b ax l) 0))) +("envied" nil (((eh n) 1) ((v iy d) 0))) +("envious" nil (((eh n) 1) ((v iy) 0) ((ax s) 0))) +("enviously" nil (((eh n) 1) ((v iy) 0) ((ax) 0) ((s l iy) 0))) +("envirodyne" nil (((eh n) 0) ((v ay) 1) ((r ow) 0) ((d ay n) 1))) +("environics" nil (((eh n) 1) ((v ay) 0) ((r ao) 1) ((n ih k s) 0))) +("environment" nil (((ih n) 0) ((v ay) 1) ((r ax n) 0) ((m ax n t) 0))) +("environmental" nil (((ih n) 0) ((v ay) 1) ((r ax n) 0) ((m eh n) 1) ((t ax l) 0))) +("environmentalism" nil (((eh n) 0) ((v ay) 1) ((r ax) 0) ((eh n) 0) ((m eh n) 1) ((t ax) 0) ((l ih) 1) ((z ax m) 0))) +("environmentalist" nil (((ih n) 0) ((v ay) 1) ((r ax n) 0) ((m eh n) 1) ((t ax) 0) ((l ih s t) 0))) +("environmentalists" nil (((eh n) 0) ((v ay) 1) ((r ax n) 0) ((m eh n) 1) ((t ax) 0) ((l ih s t s) 0))) +("environmentally" nil (((ih n) 0) ((v ay) 1) ((r ax n) 0) ((m eh n) 1) ((t ax) 0) ((l iy) 0))) +("environments" nil (((ih n) 0) ((v ay) 1) ((r ax n) 0) ((m ax n t s) 0))) +("environs" nil (((ih n) 0) ((v ay) 1) ((r ax n z) 0))) +("enviropact" nil (((ih n) 0) ((v ay) 1) ((r ow) 0) ((p ae k t) 1))) +("envirosafe" nil (((ih n) 0) ((v ay) 1) ((r ow) 0) ((s ey f) 1))) +("envirotest" nil (((ih n) 1) ((v ay) 1) ((r ow) 0) ((t eh s t) 1))) +("envisage" nil (((eh n) 0) ((v ih) 1) ((z ih jh) 0))) +("envisaged" nil (((eh n) 0) ((v ih) 1) ((z ih jh d) 0))) +("envisages" nil (((eh n) 0) ((v ih) 1) ((z ih) 0) ((jh ih z) 0))) +("envision" nil (((eh n) 0) ((v ih) 1) ((zh ax n) 0))) +("envisioned" nil (((eh n) 0) ((v ih) 1) ((zh ax n d) 0))) +("envisioning" nil (((eh n) 0) ((v ih) 1) ((zh ax) 0) ((n ih ng) 0))) +("envisions" nil (((eh n) 0) ((v ih) 1) ((zh ax n z) 0))) +("envos" nil (((eh n) 1) ((v ow s) 0))) +("envoy" nil (((eh n) 1) ((v oy) 0))) +("envoys" nil (((eh n) 1) ((v oy z) 0))) +("envy" nil (((eh n) 1) ((v iy) 0))) +("enwright" nil (((ih n w) 0) ((r ay t) 1))) +("enyart" nil (((eh) 1) ((n y aa r t) 0))) +("enyeart" nil (((eh) 1) ((n y er t) 0))) +("enz" nil (((eh n z) 1))) +("enzo" nil (((eh n) 1) ((z ow) 0))) +("enzon" nil (((eh n) 1) ((z aa n) 0))) +("enzor" nil (((eh n) 1) ((z er) 0))) +("enzymatic" nil (((eh n) 1) ((z ay) 0) ((m ae) 1) ((t ih k) 0))) +("enzyme" nil (((eh n) 1) ((z ay m) 1))) +("enzymes" nil (((eh n) 1) ((z ay m z) 1))) +("eocene" nil (((iy) 1) ((ax) 0) ((s iy n) 1))) +("eoff" nil (((ey) 1) ((ao f) 0))) +("eohippus" nil (((iy) 1) ((ow) 0) ((hh ih) 1) ((p ax s) 0))) +("eolande" nil (((ey) 1) ((ow) 0) ((l aa n) 1) ((d iy) 0))) +("eon" nil (((iy) 1) ((ax n) 0))) +("eons" nil (((iy) 1) ((ax n z) 0))) +("epcot" nil (((eh p) 1) ((k aa t) 0))) +("epeda" nil (((eh) 0) ((p ey) 1) ((d ax) 0))) +("epes" nil (((iy p s) 1))) +("ephedrine" nil (((ih) 0) ((f eh) 1) ((d r ih n) 0))) +("ephemeral" nil (((ih) 0) ((f eh) 1) ((m er) 0) ((ax l) 0))) +("ephlin" nil (((eh) 1) ((f l ih n) 0))) +("ephraim" nil (((iy) 1) ((f r ax m) 0))) +("ephron" nil (((eh) 1) ((f r ax n) 0))) +("epic" nil (((eh) 1) ((p ih k) 0))) +("epicenter" nil (((eh) 1) ((p ax) 0) ((s eh n) 1) ((t er) 0))) +("epics" nil (((eh) 1) ((p ih k s) 0))) +("epicure" nil (((eh) 1) ((p ih) 0) ((k y uh r) 1))) +("epicurean" nil (((eh) 1) ((p ax) 0) ((k y uh) 0) ((r iy) 1) ((ax n) 0))) +("epidemic" nil (((eh) 1) ((p ax) 0) ((d eh) 1) ((m ih k) 0))) +("epidemics" nil (((eh) 1) ((p ax) 0) ((d eh) 1) ((m ih k s) 0))) +("epidemiological" nil (((eh) 1) ((p ax) 0) ((d iy) 0) ((m iy) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("epidemiologist" nil (((eh) 1) ((p ax) 0) ((d iy) 0) ((m iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("epidemiologists" nil (((eh) 1) ((p ax) 0) ((d iy) 0) ((m iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("epidemiology" nil (((eh) 1) ((p ax) 0) ((d eh) 1) ((m iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("epidermal" nil (((eh) 1) ((p ax) 0) ((d er) 1) ((m ax l) 0))) +("epidermis" nil (((eh) 1) ((p ax) 0) ((d er) 1) ((m ax s) 0))) +("epigenetic" nil (((eh) 1) ((p ax) 0) ((jh ax) 0) ((n eh) 1) ((t ih k) 0))) +("epigram" nil (((eh) 1) ((p ax) 0) ((g r ae m) 1))) +("epigraphic" nil (((eh) 1) ((p ax) 0) ((g r ae) 1) ((f ih k) 0))) +("epilepsies" nil (((eh) 1) ((p ax) 0) ((l eh p) 1) ((s iy z) 0))) +("epilepsy" nil (((eh) 1) ((p ax) 0) ((l eh p) 1) ((s iy) 0))) +("epileptic" nil (((eh) 1) ((p ax) 0) ((l eh p) 1) ((t ih k) 0))) +("epilogue" nil (((eh) 1) ((p ax) 0) ((l ao g) 1))) +("epiphanies" n (((eh) 0) ((p ih) 1) ((f ae) 0) ((n iy z) 0))) +("epiphany" nil (((ih) 0) ((p ih) 1) ((f ax) 0) ((n iy) 0))) +("episcopal" nil (((ih) 0) ((p ih) 1) ((s k ax) 0) ((p ax l) 0))) +("episcopo" nil (((ih) 0) ((p ih) 0) ((s k ow) 1) ((p ow) 0))) +("episode" nil (((eh) 1) ((p ax) 0) ((s ow d) 1))) +("episodes" nil (((eh) 1) ((p ax) 0) ((s ow d z) 1))) +("episodic" nil (((eh) 1) ((p ax) 0) ((s aa) 1) ((d ih k) 0))) +("episteme" nil (((eh) 1) ((p ih) 0) ((s t iy m) 1))) +("epistemology" nil (((ih) 0) ((p ih) 1) ((s t ax) 0) ((m aa) 1) ((l ax) 0) ((jh iy) 0))) +("epistle" nil (((ih) 0) ((p ih) 1) ((s ax l) 0))) +("epistolary" nil (((ih) 0) ((p ih) 1) ((s t ax) 0) ((l eh) 1) ((r iy) 0))) +("epitaph" nil (((eh) 1) ((p ax) 0) ((t ae f) 1))) +("epitaphs" nil (((eh) 1) ((p ax) 0) ((t ae f s) 1))) +("epithet" nil (((eh) 1) ((p ax) 0) ((th eh t) 1))) +("epithets" nil (((eh) 1) ((p ax) 0) ((th eh t s) 1))) +("epitome" nil (((ih) 0) ((p ih) 1) ((t ax) 0) ((m iy) 0))) +("epitomize" nil (((ih) 0) ((p ih) 1) ((t ax) 0) ((m ay z) 1))) +("epitomized" nil (((ih) 0) ((p ih) 1) ((t ax) 0) ((m ay z d) 1))) +("epitomizes" nil (((ih) 0) ((p ih) 1) ((t ax) 0) ((m ay) 1) ((z ih z) 0))) +("epitope" nil (((eh) 1) ((p ih) 0) ((t ow p) 1))) +("epler" nil (((eh) 1) ((p l er) 0))) +("epley" nil (((eh) 1) ((p l iy) 0))) +("eplin" nil (((eh) 1) ((p l ih n) 0))) +("epling" nil (((eh) 1) ((p l ih ng) 0))) +("epoch" nil (((eh) 1) ((p ax k) 0))) +("epochal" nil (((eh) 1) ((p ax) 0) ((k ax l) 0))) +("epochs" nil (((eh) 1) ((p ax k s) 0))) +("epogen" nil (((eh) 1) ((p ax) 0) ((jh eh n) 0))) +("eponymous" n (((ax) 0) ((p aa) 1) ((n ax) 0) ((m ax s) 0))) +("epoxy" nil (((ih) 0) ((p aa k) 1) ((s iy) 0))) +("epp" nil (((eh p) 1))) +("eppard" nil (((eh) 1) ((p er d) 0))) +("eppel" nil (((eh) 1) ((p ax l) 0))) +("epperly" nil (((eh) 1) ((p er) 0) ((l iy) 0))) +("eppers" nil (((eh) 1) ((p er z) 0))) +("epperson" nil (((eh) 1) ((p er) 0) ((s ax n) 0))) +("eppes" nil (((eh p s) 1))) +("eppich" nil (((eh) 1) ((p ih ch) 0))) +("epping" nil (((eh) 1) ((p ih ng) 0))) +("eppinger" nil (((eh) 1) ((p ih ng) 0) ((er) 0))) +("epple" nil (((eh) 1) ((p ax l) 0))) +("eppler" nil (((eh) 1) ((p l er) 0))) +("eppley" nil (((eh) 1) ((p l iy) 0))) +("eppner" nil (((eh p) 1) ((n er) 0))) +("eppolito" nil (((eh) 0) ((p ow) 0) ((l iy) 1) ((t ow) 0))) +("epps" nil (((eh p s) 1))) +("eprom" nil (((eh) 1) ((p r ax m) 0))) +("eproms" nil (((eh) 1) ((p r ax m z) 0))) +("epsco" nil (((eh p) 1) ((s k ow) 0))) +("epsilon" nil (((eh p) 1) ((s ax) 0) ((l aa n) 1))) +("epsom" nil (((eh p) 1) ((s ax m) 0))) +("epsomite" nil (((eh p) 1) ((s ax) 0) ((m ay t) 1))) +("epson" nil (((eh p) 1) ((s ax n) 0))) +("epstein" nil (((eh p) 1) ((s t iy n) 1))) +("epting" nil (((eh p) 1) ((t ih ng) 0))) +("eq" nil (((iy) 1) ((k y uw) 1))) +("equable" nil (((eh) 1) ((k w ax) 0) ((b ax l) 0))) +("equal" nil (((iy) 1) ((k w ax l) 0))) +("equaled" nil (((iy) 1) ((k w ax l d) 0))) +("equaling" nil (((iy) 1) ((k w ax) 0) ((l ih ng) 0))) +("equality" nil (((ih) 0) ((k w aa) 1) ((l ax) 0) ((t iy) 0))) +("equalization" nil (((iy) 1) ((k w ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("equalize" nil (((iy) 1) ((k w ax) 0) ((l ay z) 1))) +("equalized" nil (((iy) 1) ((k w ax) 0) ((l ay z d) 1))) +("equalizer" nil (((iy) 1) ((k w ax) 0) ((l ay) 1) ((z er) 0))) +("equalizing" nil (((iy) 1) ((k w ax) 0) ((l ay) 1) ((z ih ng) 0))) +("equally" nil (((iy) 1) ((k w ax) 0) ((l iy) 0))) +("equals" nil (((iy) 1) ((k w ax l z) 0))) +("equanimity" nil (((iy) 1) ((k w ax) 0) ((n ih) 1) ((m ih) 0) ((t iy) 0))) +("equate" nil (((ih) 0) ((k w ey t) 1))) +("equated" nil (((ih) 0) ((k w ey) 1) ((t ih d) 0))) +("equates" nil (((ih) 0) ((k w ey t s) 1))) +("equating" nil (((ih) 0) ((k w ey) 1) ((t ih ng) 0))) +("equation" nil (((ih) 0) ((k w ey) 1) ((zh ax n) 0))) +("equations" nil (((ih) 0) ((k w ey) 1) ((zh ax n z) 0))) +("equator" nil (((ih) 0) ((k w ey) 1) ((t er) 0))) +("equatorial" nil (((iy) 1) ((k w ax) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("equestrian" nil (((ih) 0) ((k w eh) 1) ((s t r iy) 0) ((ax n) 0))) +("equiangular" nil (((iy) 1) ((k w ax) 0) ((ae ng) 1) ((g y ax) 0) ((l er) 0))) +("equibank" nil (((eh) 1) ((k w ax) 0) ((b ae ng k) 1))) +("equicor" nil (((eh) 1) ((k w ih) 1) ((k ao r) 1))) +("equifax" nil (((eh) 1) ((k w ih) 0) ((f ae k s) 1))) +("equilibria" nil (((iy) 1) ((k w ax) 0) ((l ih) 1) ((b r iy) 0) ((ax) 0))) +("equilibrium" nil (((iy) 1) ((k w ax) 0) ((l ih) 1) ((b r iy) 0) ((ax m) 0))) +("equilink" nil (((eh) 1) ((k w ax) 0) ((l ih ng k) 1))) +("equimark" nil (((eh) 1) ((k w ih) 0) ((m aa r k) 1))) +("equine" nil (((iy) 1) ((k w ay n) 1))) +("equinox" nil (((iy) 1) ((k w ax) 0) ((n aa k s) 1))) +("equion" nil (((eh) 1) ((k w iy) 0) ((aa n) 0))) +("equip" nil (((ih) 0) ((k w ih p) 1))) +("equipment" nil (((ih) 0) ((k w ih p) 1) ((m ax n t) 0))) +("equipments" nil (((ih) 0) ((k w ih p) 1) ((m ax n t s) 0))) +("equipped" nil (((ih) 0) ((k w ih p t) 1))) +("equipping" nil (((ih) 0) ((k w ih) 1) ((p ih ng) 0))) +("equips" nil (((ih) 0) ((k w ih p s) 1))) +("equitable" nil (((eh) 1) ((k w ax) 0) ((t ax) 0) ((b ax l) 0))) +("equitably" nil (((eh) 1) ((k w ih) 0) ((t ax) 0) ((b l iy) 0))) +("equitas" nil (((eh) 1) ((k w ax) 0) ((t ax s) 0))) +("equitation" nil (((eh) 1) ((k w ax) 0) ((t ey) 1) ((sh ax n) 0))) +("equitec" nil (((eh) 1) ((k w ax) 0) ((t eh k) 1))) +("equitex" nil (((eh) 1) ((k w ax) 0) ((t eh k s) 1))) +("equiticorp" nil (((eh) 1) ((k w ih) 0) ((t iy) 0) ((k ao r p) 1))) +("equities" nil (((eh) 1) ((k w ax) 0) ((t iy z) 0))) +("equity" nil (((eh) 1) ((k w ax) 0) ((t iy) 0))) +("equivalence" nil (((ih) 0) ((k w ih) 1) ((v ax) 0) ((l ax n s) 0))) +("equivalency" nil (((ih) 0) ((k w ih) 1) ((v ax) 0) ((l ax n) 0) ((s iy) 0))) +("equivalent" nil (((ih) 0) ((k w ih) 1) ((v ax) 0) ((l ax n t) 0))) +("equivalents" nil (((ih) 0) ((k w ih) 1) ((v ax) 0) ((l ax n t s) 0))) +("equivocal" nil (((ih) 0) ((k w ih) 1) ((v ax) 0) ((k ax l) 0))) +("er" nil (((er) 0))) +("era" nil (((eh) 1) ((r ax) 0))) +("eradicate" nil (((ih) 0) ((r ae) 1) ((d ax) 0) ((k ey t) 1))) +("eradicated" nil (((ih) 0) ((r ae) 1) ((d ax) 0) ((k ey) 1) ((t ih d) 0))) +("eradicating" nil (((ih) 0) ((r ae) 1) ((d ax) 0) ((k ey) 1) ((t ih ng) 0))) +("eradication" nil (((ih) 0) ((r ae) 1) ((d ax) 0) ((k ey) 1) ((sh ax n) 0))) +("eralp" nil (((eh) 1) ((r ao l p) 0))) +("eramo" nil (((eh) 0) ((r aa) 1) ((m ow) 0))) +("eranthe" nil (((eh) 1) ((r ax n th) 0))) +("eras" nil (((ih) 1) ((r ax z) 0))) +("erasable" nil (((ih) 0) ((r ey) 1) ((s ax) 0) ((b ax l) 0))) +("erase" nil (((ih) 0) ((r ey s) 1))) +("erased" nil (((ih) 0) ((r ey s t) 1))) +("eraser" nil (((ih) 0) ((r ey) 1) ((s er) 0))) +("erasers" nil (((ih) 0) ((r ey) 1) ((s er z) 0))) +("erases" nil (((ih) 0) ((r ey) 1) ((s ih z) 0))) +("erasing" nil (((ih) 0) ((r ey) 1) ((s ih ng) 0))) +("erasmus" nil (((ih) 0) ((r ae z) 1) ((m ax s) 0))) +("erastus" nil (((ih) 0) ((r ae) 1) ((s t ax s) 0))) +("erawan" nil (((eh) 1) ((r ax) 0) ((w aa n) 1))) +("erazo" nil (((eh) 0) ((r aa) 1) ((z ow) 0))) +("erb" nil (((er b) 1))) +("erbacher" nil (((er) 1) ((b aa) 0) ((k er) 0))) +("erbamont" nil (((er) 1) ((b ax) 0) ((m aa n t) 1))) +("erbe" nil (((er b) 1))) +("erber" nil (((er) 1) ((b er) 0))) +("erbes" nil (((er b z) 1))) +("erburu" nil (((er) 0) ((b uh) 1) ((r uw) 0))) +("erby" nil (((er) 1) ((b iy) 0))) +("erceg" nil (((er) 1) ((s ih g) 0))) +("erck" nil (((er k) 1))) +("ercole" nil (((er) 0) ((k ow) 1) ((l iy) 0))) +("ercros" nil (((er) 1) ((k r ow z) 0))) +("erda" nil (((eh r) 1) ((d ax) 0))) +("erdahl" nil (((er) 1) ((d aa l) 0))) +("erdman" nil (((er d) 1) ((m ax n) 0))) +("erdmann" nil (((er d) 1) ((m ax n) 0))) +("erdos" nil (((er) 1) ((d ow z) 0))) +("erdrich" nil (((er) 1) ((d r ih k) 0))) +("erect" nil (((ih) 0) ((r eh k t) 1))) +("erected" nil (((ih) 0) ((r eh k) 1) ((t ax d) 0))) +("erecting" nil (((ih) 0) ((r eh k) 1) ((t ih ng) 0))) +("erection" nil (((ih) 0) ((r eh k) 1) ((sh ax n) 0))) +("erections" nil (((ih) 0) ((r eh k) 1) ((sh ax n z) 0))) +("erects" nil (((ih) 0) ((r eh k t s) 1))) +("erena" nil (((er) 0) ((eh) 1) ((n ax) 0))) +("erensel" nil (((eh) 1) ((r ax n) 0) ((s eh l) 0))) +("ergle" nil (((er) 1) ((g ax l) 0))) +("ergo" nil (((er) 1) ((g ow) 0))) +("ergonomic" nil (((er) 1) ((g ax) 0) ((n aa) 1) ((m ih k) 0))) +("ergonomics" nil (((er) 1) ((g ax) 0) ((n aa) 1) ((m ih k s) 0))) +("ergot" nil (((er) 1) ((g ax t) 0))) +("ergotism" nil (((er) 1) ((g ax) 0) ((t ih) 1) ((z ax m) 0))) +("ergots" nil (((er) 1) ((g ax t s) 0))) +("erhai" nil (((er) 1) ((hh ay) 1))) +("erhard" nil (((eh r) 1) ((hh aa r d) 0))) +("erhardt" nil (((er) 1) ((hh aa r t) 0))) +("erhart" nil (((er) 1) ((hh aa r t) 0))) +("erhu" nil (((er) 1) ((hh uw) 1))) +("eric" nil (((eh) 1) ((r ih k) 0))) +("erica" nil (((eh) 1) ((r ih) 0) ((k ax) 0))) +("erich" nil (((eh) 1) ((r ih k) 0))) +("erichsen" nil (((eh) 1) ((r ih k) 0) ((s ax n) 0))) +("erick" nil (((eh) 1) ((r ih k) 0))) +("ericksen" nil (((eh) 1) ((r ih k) 0) ((s ax n) 0))) +("erickson" nil (((eh) 1) ((r ih k) 0) ((s ax n) 0))) +("ericson" nil (((eh) 1) ((r ih k) 0) ((s ax n) 0))) +("ericsson" nil (((eh) 1) ((r ih k) 0) ((s ax n) 0))) +("eridania" nil (((eh) 1) ((r ih) 0) ((d ae) 1) ((n iy) 0) ((ax) 0))) +("erie" nil (((ih) 1) ((r iy) 0))) +("erik" nil (((eh) 1) ((r ih k) 0))) +("erika" nil (((eh) 1) ((r ih) 0) ((k ax) 0))) +("eriksen" nil (((eh) 1) ((r ih k) 0) ((s ax n) 0))) +("erikson" nil (((eh) 1) ((r ih k) 0) ((s ax n) 0))) +("eriksson" nil (((eh) 1) ((r ih k) 0) ((s ax n) 0))) +("erin" nil (((eh) 1) ((r ih n) 0))) +("erina" nil (((er) 0) ((iy) 1) ((n ax) 0))) +("erion" nil (((eh) 0) ((r iy) 0) ((ao n) 1))) +("erisa" nil (((eh) 0) ((r iy) 1) ((s ax) 0))) +("erisman" nil (((eh) 1) ((r ih) 0) ((s m ax n) 0))) +("eritrea" nil (((eh) 1) ((r ih) 0) ((t r iy) 1) ((ax) 0))) +("eritrean" nil (((eh) 1) ((r ih) 0) ((t r iy) 1) ((ax n) 0))) +("eritreans" nil (((eh) 1) ((r ih) 0) ((t r iy n z) 1))) +("erk" nil (((er k) 1))) +("erker" nil (((er) 1) ((k er) 0))) +("erkkila" nil (((er) 1) ((k ih) 0) ((l ax) 0))) +("erl" nil (((er l) 1))) +("erlach" nil (((er) 1) ((l aa k) 1))) +("erland" nil (((er) 1) ((l ax n d) 0))) +("erlandson" nil (((er) 1) ((l ax n d) 0) ((s ax n) 0))) +("erlangen" nil (((er) 0) ((l ae ng) 1) ((g ax n) 0))) +("erlanger" nil (((eh r) 1) ((l ae ng) 0) ((er) 0))) +("erle" nil (((ao) 1) ((r ax l) 0))) +("erlene" nil (((er) 1) ((l iy n) 0))) +("erler" nil (((er) 1) ((l er) 0))) +("erlich" nil (((er) 1) ((l ih k) 0))) +("erlick" nil (((er) 1) ((l ih k) 0))) +("erline" nil (((er) 1) ((l ay n) 0))) +("erling" nil (((er) 1) ((l ih ng) 0))) +("erly" nil (((er) 1) ((l iy) 0))) +("erma" nil (((er) 1) ((m ax) 0))) +("erman" nil (((er) 1) ((m ax n) 0))) +("ermenegildo" nil (((eh r) 2) ((m eh) 1) ((n ey) 0) ((jh ih l) 1) ((d ow) 0))) +("ermer" nil (((er) 1) ((m er) 0))) +("ermin" nil (((er) 1) ((m ih n) 0))) +("ermina" nil (((er) 0) ((m iy) 1) ((n ax) 0))) +("ermine" nil (((er) 1) ((m ax n) 0))) +("erminia" nil (((er) 0) ((m iy) 1) ((n iy) 0) ((ax) 0))) +("erminie" nil (((er) 1) ((m ih) 0) ((n iy) 0))) +("ermis" nil (((er) 1) ((m ih s) 0))) +("erna" nil (((er) 1) ((n ax) 0))) +("ernaline" nil (((er) 1) ((n ax) 0) ((l ay n) 0))) +("erne" nil (((er n) 1))) +("ernest" nil (((er) 1) ((n ax s t) 0))) +("ernestine" nil (((er) 1) ((n ih) 0) ((s t iy n) 1))) +("ernesto" nil (((er) 0) ((n eh) 1) ((s t ow) 0))) +("ernests" nil (((er) 1) ((n ax s t s) 0))) +("erney" nil (((er) 1) ((n iy) 0))) +("ernie" nil (((er) 1) ((n iy) 0))) +("erno" nil (((eh r) 1) ((n ow) 0))) +("ernsberger" nil (((er n z) 1) ((b er) 0) ((g er) 0))) +("ernst" nil (((er n s t) 1))) +("ernster" nil (((er n) 1) ((s t er) 0))) +("erny" nil (((er) 1) ((n iy) 0))) +("ero" nil (((ih) 1) ((r ow) 0))) +("erode" nil (((ih) 0) ((r ow d) 1))) +("eroded" nil (((ih) 0) ((r ow) 1) ((d ax d) 0))) +("erodes" nil (((ih) 0) ((r ow d z) 1))) +("erodible" nil (((ih) 0) ((r ow) 1) ((d ax) 0) ((b ax l) 0))) +("eroding" nil (((ih) 0) ((r ow) 1) ((d ih ng) 0))) +("eroh" nil (((eh) 1) ((r ow) 0))) +("eroica" nil (((er) 0) ((oy) 1) ((k ax) 0))) +("eros" nil (((ih) 1) ((r aa s) 0))) +("erosion" nil (((ih) 0) ((r ow) 1) ((zh ax n) 0))) +("erosional" nil (((ih) 0) ((r ow) 1) ((zh ax) 0) ((n ax l) 0))) +("erosive" nil (((ih) 0) ((r ow) 1) ((s ih v) 0))) +("erotic" nil (((ih) 0) ((r aa) 1) ((t ih k) 0))) +("eroticism" nil (((er) 0) ((aa) 1) ((t ih) 0) ((s ih) 1) ((z ax m) 0))) +("erpelding" nil (((er) 1) ((p ih l) 0) ((d ih ng) 0))) +("erps" nil (((er p s) 1))) +("erquan" nil (((er) 1) ((ch y uh) 0) ((aa n) 1))) +("err" nil (((eh r) 1))) +("erra" nil (((eh) 1) ((r ax) 0))) +("errand" nil (((eh) 1) ((r ax n d) 0))) +("errands" nil (((eh) 1) ((r ax n d z) 0))) +("errant" nil (((eh) 1) ((r ax n t) 0))) +("erratic" nil (((ih) 0) ((r ae) 1) ((t ih k) 0))) +("erratically" nil (((eh) 0) ((r ae) 1) ((t ih) 0) ((k l iy) 0))) +("erred" nil (((eh r d) 1))) +("errett" nil (((eh) 1) ((r ih t) 0))) +("erria" nil (((eh) 1) ((r iy) 0) ((ax) 0))) +("errickson" nil (((eh) 1) ((r ih k) 0) ((s ax n) 0))) +("errico" nil (((er) 0) ((iy) 1) ((k ow) 0))) +("errington" nil (((eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("errol" nil (((eh) 1) ((r ax l) 0))) +("erroneous" nil (((eh) 0) ((r ow) 1) ((n iy) 0) ((ax s) 0))) +("erroneously" nil (((eh) 0) ((r ow) 1) ((n iy) 0) ((ax) 0) ((s l iy) 0))) +("error" nil (((eh) 1) ((r er) 0))) +("errors" nil (((eh) 1) ((r er z) 0))) +("errs" nil (((eh r z) 1))) +("ers" nil (((er z) 1))) +("ersatz" nil (((eh r) 1) ((s aa t s) 1))) +("ershad" nil (((er) 1) ((sh ae d) 1))) +("erskin" nil (((er) 1) ((s k ih n) 0))) +("erskine" nil (((er) 1) ((s k ay n) 1))) +("erstwhile" nil (((er s) 1) ((t w ay l) 1))) +("erte" nil (((er t) 1))) +("ertel" nil (((er) 1) ((t ax l) 0))) +("ertha" nil (((er) 1) ((dh ax) 0))) +("ertl" nil (((er) 1) ((t ax l) 0))) +("ertle" nil (((er) 1) ((t ax l) 0))) +("ertman" nil (((er t) 1) ((m ax n) 0))) +("ertz" nil (((er t s) 1))) +("erudite" nil (((eh) 1) ((r ax) 0) ((d ay t) 1))) +("erudition" nil (((eh) 1) ((r ax) 0) ((d ih) 1) ((sh ax n) 0))) +("erupt" nil (((ih) 0) ((r ah p t) 1))) +("erupted" nil (((ih) 0) ((r ah p) 1) ((t ax d) 0))) +("erupting" nil (((ih) 0) ((r ah p) 1) ((t ih ng) 0))) +("eruption" nil (((ih) 0) ((r ah p) 1) ((sh ax n) 0))) +("eruptions" nil (((ih) 0) ((r ah p) 1) ((sh ax n z) 0))) +("eruptive" nil (((ih) 0) ((r ah p) 1) ((t ih v) 0))) +("erupts" nil (((ih) 0) ((r ah p t s) 1))) +("erven" nil (((er) 1) ((v ax n) 0))) +("ervin" nil (((er) 1) ((v ih n) 0))) +("erving" nil (((er) 1) ((v ih ng) 0))) +("erway" nil (((er) 1) ((w ey) 0))) +("erwin" nil (((er) 1) ((w ih n) 0))) +("erwina" nil (((er) 0) ((v ay) 1) ((n ax) 0))) +("erxleben" nil (((er k) 0) ((s l eh) 1) ((b ax n) 0))) +("erythropoietin" nil (((eh) 0) ((r ih) 1) ((th r ax) 0) ((p oy) 1) ((t ih n) 0))) +("es" nil (((eh s) 1))) +("esarey" nil (((eh) 1) ((s er) 0) ((iy) 0))) +("esau" nil (((iy) 1) ((s ao) 1))) +("esbenshade" nil (((eh s) 1) ((b ih n) 0) ((sh ax d) 0))) +("esber" nil (((eh s) 1) ((b er) 0))) +("escada" nil (((eh) 1) ((s k aa) 1) ((d ax) 0))) +("escalante" nil (((eh) 0) ((s k aa) 0) ((l aa n) 1) ((t iy) 0))) +("escalate" nil (((eh) 1) ((s k ax) 0) ((l ey t) 1))) +("escalated" nil (((eh) 1) ((s k ax) 0) ((l ey) 1) ((t ih d) 0))) +("escalates" nil (((eh) 1) ((s k ax) 0) ((l ey t s) 1))) +("escalating" nil (((eh) 1) ((s k ax) 0) ((l ey) 1) ((t ih ng) 0))) +("escalation" nil (((eh) 1) ((s k ax) 0) ((l ey) 1) ((sh ax n) 0))) +("escalator" nil (((eh) 1) ((s k ax) 0) ((l ey) 1) ((t er) 0))) +("escalators" nil (((eh) 1) ((s k ax) 0) ((l ey) 1) ((t er z) 0))) +("escalera" nil (((eh) 0) ((s k aa) 0) ((l eh) 1) ((r ax) 0))) +("escalona" nil (((eh) 0) ((s k aa) 0) ((l ow) 1) ((n ax) 0))) +("escambia" nil (((eh) 1) ((s k ae m) 1) ((b iy) 0) ((ax) 0))) +("escamez" nil (((eh) 0) ((s k aa) 1) ((m eh z) 0))) +("escamilla" nil (((eh) 0) ((s k aa) 0) ((m ih) 1) ((l ax) 0))) +("escanaba" nil (((eh) 1) ((s k ax) 0) ((n aa) 1) ((b ax) 0))) +("escandon" nil (((ih) 0) ((s k ae n) 1) ((d ax n) 0))) +("escapade" nil (((eh) 1) ((s k ax) 0) ((p ey d) 1))) +("escapades" nil (((eh) 1) ((s k ax) 0) ((p ey d z) 1))) +("escape" nil (((ih) 0) ((s k ey p) 1))) +("escaped" nil (((ih) 0) ((s k ey p t) 1))) +("escapees" nil (((ih) 0) ((s k ey) 1) ((p iy z) 1))) +("escapement" nil (((ih) 0) ((s k ey p) 1) ((m ax n t) 0))) +("escapes" nil (((ih) 0) ((s k ey p s) 1))) +("escaping" nil (((ih) 0) ((s k ey) 1) ((p ih ng) 0))) +("escapism" nil (((ih) 0) ((s k ey) 1) ((p ih) 1) ((z ax m) 0))) +("escarcega" nil (((eh) 0) ((s k aa r) 0) ((ch eh) 1) ((g ax) 0))) +("escareno" nil (((eh) 0) ((s k aa) 0) ((r eh) 1) ((n ow) 0))) +("escarpment" nil (((eh) 0) ((s k aa r p) 1) ((m ax n t) 0))) +("escarpments" nil (((eh) 0) ((s k aa r p) 1) ((m ax n t s) 0))) +("esch" nil (((eh sh) 1))) +("eschatological" nil (((eh) 1) ((s k ax) 0) ((t ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("eschbach" nil (((eh sh) 1) ((b aa k) 1))) +("esche" nil (((eh sh) 1))) +("eschen" nil (((eh) 1) ((sh ax n) 0))) +("eschenbach" nil (((eh) 1) ((sh ih n) 0) ((b aa k) 0))) +("eschenburg" nil (((eh) 1) ((sh ax n) 0) ((b er g) 0))) +("escher" nil (((eh) 1) ((sh er) 0))) +("eschete" nil (((eh) 1) ((sh iy t) 0))) +("eschew" nil (((eh s) 0) ((ch uw) 1))) +("eschewed" nil (((eh) 1) ((sh uw d) 1))) +("eschewing" nil (((eh) 1) ((sh uw) 1) ((ih ng) 0))) +("eschews" nil (((eh s) 0) ((ch uw z) 1))) +("eschmann" nil (((eh) 1) ((sh m ax n) 0))) +("esco" nil (((eh) 1) ((s k ow) 0))) +("escobar" nil (((eh) 1) ((s k ow) 0) ((b aa r) 1))) +("escobedo" nil (((eh) 0) ((s k ow) 0) ((b ey) 1) ((d ow) 0))) +("escoe" nil (((ih) 0) ((s k ow) 1))) +("escondido" nil (((eh) 1) ((s k aa n) 0) ((d iy) 1) ((d ow) 0))) +("escort" n (((eh) 1) ((s k ao r t) 0))) +("escort" v (((eh) 0) ((s k ao r t) 1))) +("escorted" nil (((eh) 0) ((s k ao r) 1) ((t ih d) 0))) +("escorting" nil (((eh) 1) ((s k ao r) 0) ((t ih ng) 0))) +("escorts" n (((eh) 1) ((s k ao r t s) 0))) +("escorts" v (((eh) 0) ((s k ao r t s) 1))) +("escoto" nil (((eh) 0) ((s k ow) 1) ((t ow) 0))) +("escott" nil (((eh) 1) ((s k ax t) 0))) +("escrow" n (((eh) 1) ((s k r ow) 0))) +("escrow" v (((eh) 0) ((s k r ow) 1))) +("escrowed" nil (((eh) 1) ((s k r ow d) 0))) +("escudero" nil (((eh) 0) ((s k uw) 0) ((d eh) 1) ((r ow) 0))) +("escudo" nil (((eh) 0) ((s k uw) 1) ((d ow) 0))) +("escudos" nil (((eh) 0) ((s k uw) 1) ((d ow z) 0))) +("escue" nil (((ey) 1) ((s k y uw) 0))) +("esg" nil (((iy) 1) ((eh s) 1) ((jh iy) 1))) +("esh" nil (((eh sh) 1))) +("esham" nil (((eh) 1) ((sh ax m) 0))) +("eshbach" nil (((eh sh) 1) ((b aa k) 1))) +("eshbaugh" nil (((ih sh) 0) ((b ao) 1))) +("eshelman" nil (((eh) 1) ((sh ax l) 0) ((m ax n) 0))) +("eshleman" nil (((eh) 1) ((sh ax l) 0) ((m ax n) 0))) +("eskandarian" nil (((eh) 1) ((s k ax n) 0) ((d eh) 1) ((r iy) 0) ((ax n) 0))) +("eskelson" nil (((eh) 1) ((s k ih l) 0) ((s ax n) 0))) +("eskenazi" n (((eh) 0) ((s k ax) 0) ((n aa) 1) ((z iy) 0))) +("esker" nil (((eh) 1) ((s k er) 0))) +("eskew" nil (((eh) 1) ((s k y uw) 0))) +("eskey" nil (((eh) 1) ((s k iy) 0))) +("eskimo" nil (((eh) 1) ((s k ax) 0) ((m ow) 1))) +("eskimos" nil (((eh) 1) ((s k ax) 0) ((m ow z) 1))) +("eskin" nil (((ih) 0) ((s k ih n) 1))) +("eskridge" nil (((eh) 1) ((s k r ih jh) 1))) +("esler" nil (((eh) 1) ((s ax) 0) ((l er) 0))) +("eslick" nil (((eh) 1) ((s l ih k) 0))) +("eslinger" nil (((eh) 1) ((s ax) 0) ((l ih ng) 0) ((er) 0))) +("esmark" nil (((eh) 1) ((s m aa r k) 1))) +("esme" nil (((eh z m) 1))) +("esmerelda" nil (((eh) 0) ((s m er) 0) ((eh l) 1) ((d ax) 0))) +("esmond" nil (((eh z) 1) ((m ax n d) 0))) +("ESOL" nil (((iy) 1) ((s ao l) 0))) +("esophagus" nil (((ih) 0) ((s aa) 1) ((f ax) 0) ((g ax s) 0))) +("esoteric" nil (((eh) 1) ((s ax) 0) ((t eh) 1) ((r ih k) 0))) +("espada" nil (((ey) 0) ((s p aa) 1) ((d ax) 0))) +("espalier" nil (((eh) 0) ((s p ae) 1) ((l y er) 0))) +("espana" nil (((eh) 0) ((s p ae) 1) ((n ax) 0))) +("espanol" nil (((eh) 1) ((s p aa) 0) ((n y ow l) 1))) +("espanola" nil (((eh) 1) ((s p ax) 0) ((n ow) 1) ((l ax) 0))) +("esparza" nil (((eh) 0) ((s p aa r) 1) ((z ax) 0))) +("espe" nil (((eh s p) 1))) +("especially" nil (((ih) 0) ((s p eh) 1) ((sh l iy) 0))) +("espectador" nil (((eh) 0) ((s p eh k) 1) ((t ax) 0) ((d ao r) 1))) +("espejo" nil (((ey) 0) ((s p ey) 1) ((y ow) 0))) +("espeland" nil (((eh) 1) ((s p ih) 0) ((l ax n d) 0))) +("espenschied" nil (((eh) 1) ((s p ih n) 0) ((sh iy d) 0))) +("espenshade" nil (((eh) 1) ((s p ih n) 0) ((sh ax d) 0))) +("esper" nil (((eh) 1) ((s p er) 0))) +("esperanto" nil (((eh) 1) ((s p er) 0) ((ae n) 1) ((t ow) 0))) +("espeseth" nil (((eh) 1) ((s p ih) 0) ((s ih th) 0))) +("espey" nil (((eh) 1) ((s p iy) 0))) +("espinal" nil (((ey) 0) ((s p iy) 1) ((n ax l) 0))) +("espino" nil (((ey) 0) ((s p iy) 1) ((n ow) 0))) +("espinola" nil (((eh) 0) ((s p iy) 0) ((n ow) 1) ((l ax) 0))) +("espinosa" nil (((eh) 0) ((s p ih) 0) ((n ow) 1) ((z ax) 0))) +("espinoza" nil (((ey) 0) ((s p iy) 0) ((n ow) 1) ((z ax) 0))) +("espionage" nil (((eh) 1) ((s p iy) 0) ((ax) 0) ((n aa jh) 0))) +("espirito" nil (((eh) 1) ((s ih) 0) ((r iy) 1) ((t ow) 0))) +("espiritu" nil (((eh) 0) ((s p ih) 0) ((r iy) 1) ((ch uw) 0))) +("espitia" nil (((eh) 0) ((s p iy) 1) ((sh ax) 0))) +("esplanade" nil (((eh) 1) ((s p l ax) 0) ((n aa d) 1))) +("esplin" nil (((eh) 1) ((s p l ih n) 0))) +("esposito" nil (((eh) 0) ((s p ax) 0) ((z iy) 1) ((t ow) 0))) +("espouse" nil (((ih) 0) ((s p aw z) 1))) +("espoused" nil (((ih) 0) ((s p aw z d) 1))) +("espouses" nil (((ih) 0) ((s p aw) 1) ((z ih z) 0))) +("espousing" nil (((ih) 0) ((s p aw) 1) ((z ih ng) 0))) +("espresso" nil (((eh) 1) ((s p r eh) 1) ((s ow) 0))) +("esprit" nil (((eh) 0) ((s p r iy) 1))) +("espy" nil (((eh) 1) ((s p iy) 0))) +("esqueda" nil (((eh) 0) ((s k w ey) 1) ((d ax) 0))) +("esquer" nil (((ih) 0) ((s k er) 1))) +("esquibel" nil (((ey) 0) ((s k w iy) 0) ((b eh l) 1))) +("esquire" nil (((eh) 1) ((s k w ay r) 1))) +("esquivel" nil (((ey) 0) ((s k w iy) 0) ((v eh l) 1))) +("esrey" nil (((eh) 1) ((s r iy) 0))) +("ess" nil (((eh s) 1))) +("essa" nil (((eh) 1) ((s ax) 0))) +("essary" nil (((eh) 1) ((s eh) 0) ((r iy) 0))) +("essay" nil (((eh) 1) ((s ey) 2))) +("essayist" nil (((eh) 1) ((s ey) 0) ((ih s t) 0))) +("essayists" nil (((eh) 1) ((s ey) 0) ((ih s t s) 0))) +("essays" nil (((eh) 1) ((s ey z) 2))) +("esse" nil (((eh s) 1))) +("esselman" nil (((eh) 1) ((s ax l) 0) ((m ax n) 0))) +("esselte" nil (((eh) 0) ((s eh l) 1) ((t iy) 0))) +("essen" nil (((eh) 1) ((s ax n) 0))) +("essenburg" nil (((eh) 1) ((s ax n) 0) ((b er g) 0))) +("essence" nil (((eh) 1) ((s ax n s) 0))) +("essential" nil (((ih) 0) ((s eh n) 1) ((sh ax l) 0))) +("essentially" nil (((ih) 0) ((s eh n) 1) ((sh ax) 0) ((l iy) 0))) +("essentials" nil (((eh) 0) ((s eh n) 1) ((ch ax l z) 0))) +("esser" nil (((eh) 1) ((s er) 0))) +("esses" nil (((eh) 1) ((s ih z) 0))) +("essex" nil (((eh) 1) ((s ih k s) 0))) +("essick" nil (((eh) 1) ((s ih k) 0))) +("essie" nil (((eh) 1) ((s iy) 0))) +("essig" nil (((eh) 1) ((s ih g) 0))) +("esslinger" nil (((eh) 1) ((s ax) 0) ((l ih ng) 0) ((er) 0))) +("essman" nil (((eh) 1) ((s m ax n) 0))) +("essner" nil (((eh) 1) ((s n er) 0))) +("esso" nil (((eh) 1) ((s ow) 0))) +("esson" nil (((eh) 1) ((s ax n) 0))) +("est" nil (((ax) 0) ((s t ey t) 1))) +("esta" nil (((eh) 1) ((s t ax) 0))) +("establish" nil (((ih) 0) ((s t ae) 1) ((b l ih sh) 0))) +("established" nil (((ih) 0) ((s t ae) 1) ((b l ih sh t) 0))) +("establishes" nil (((ih) 0) ((s t ae) 1) ((b l ih) 0) ((sh ih z) 0))) +("establishing" nil (((ih) 0) ((s t ae) 1) ((b l ih) 0) ((sh ih ng) 0))) +("establishment" nil (((ih) 0) ((s t ae) 1) ((b l ih) 0) ((sh m ax n t) 0))) +("establishments" nil (((eh) 0) ((s t ae) 1) ((b l ih) 0) ((sh m ax n t s) 0))) +("estabrook" nil (((eh) 1) ((s t ax) 0) ((b r uh k) 1))) +("estabrooks" nil (((eh) 1) ((s t ax) 0) ((b r uh k s) 0))) +("estai" nil (((eh) 1) ((s t ey) 0))) +("estate" nil (((ih) 0) ((s t ey t) 1))) +("estates" nil (((ih) 0) ((s t ey t s) 1))) +("este" nil (((eh s t) 1))) +("esteban" nil (((eh) 1) ((s t ax) 0) ((b aa n) 0))) +("estee" nil (((eh) 1) ((s t iy) 0))) +("esteem" nil (((ih) 0) ((s t iy m) 1))) +("esteemed" nil (((ih) 0) ((s t iy m d) 1))) +("estel" nil (((eh) 1) ((s t ax l) 0))) +("estell" nil (((eh) 1) ((s t ax l) 0))) +("estella" nil (((eh) 0) ((s t eh) 1) ((l ax) 0))) +("estelle" nil (((eh) 0) ((s t eh l) 1))) +("estenson" nil (((eh) 1) ((s t ih n) 0) ((s ax n) 0))) +("estep" nil (((eh) 1) ((s t ih p) 0))) +("estepp" nil (((eh) 1) ((s t ih p) 0))) +("ester" nil (((eh) 1) ((s t er) 0))) +("esterline" nil (((eh) 1) ((s t er) 0) ((l ay n) 1))) +("esterly" nil (((eh) 1) ((s t er) 0) ((l iy) 0))) +("esters" nil (((eh) 1) ((s t er z) 0))) +("estes" nil (((eh) 1) ((s t iy z) 0))) +("esteve" nil (((eh) 1) ((s t ih v) 0))) +("esteves" nil (((ey) 0) ((s t ey) 1) ((v eh s) 0))) +("estevez" nil (((ey) 0) ((s t ey) 1) ((v eh z) 0))) +("estey" nil (((eh) 1) ((s t iy) 0))) +("esther" nil (((eh) 1) ((s t er) 0))) +("estill" nil (((ey) 0) ((s t iy l) 1))) +("estimable" nil (((eh) 1) ((s t ax) 0) ((m ax) 0) ((b ax l) 0))) +("estimate" n (((eh) 1) ((s t ax) 0) ((m ax t) 0))) +("estimate" v (((eh) 1) ((s t ax) 0) ((m ey t) 1))) +("estimated" nil (((eh) 1) ((s t ax) 0) ((m ey) 1) ((t ax d) 0))) +("estimates" n (((eh) 1) ((s t ax) 0) ((m ax t s) 0))) +("estimates" v (((eh) 1) ((s t ax) 0) ((m ey t s) 0))) +("estimating" nil (((eh) 1) ((s t ax) 0) ((m ey) 1) ((t ih ng) 0))) +("estimation" nil (((eh) 1) ((s t ax) 0) ((m ey) 1) ((sh ax n) 0))) +("estimators" nil (((ax) 0) ((s t ih) 1) ((m ax) 0) ((t er z) 0))) +("estis" nil (((eh) 1) ((s t ih s) 0))) +("estle" nil (((eh) 1) ((s ax l) 0))) +("estock" nil (((eh) 1) ((s t aa k) 0))) +("estok" nil (((ih) 0) ((s t aa k) 1))) +("estonia" nil (((eh) 0) ((s t ow) 1) ((n iy) 0) ((ax) 0))) +("estonian" nil (((eh) 0) ((s t ow) 1) ((n iy) 0) ((ax n) 0))) +("estonians" nil (((eh) 0) ((s t ow) 1) ((n iy) 0) ((ax n z) 0))) +("estrada" nil (((eh) 0) ((s t r aa) 1) ((d ax) 0))) +("estranged" nil (((eh) 0) ((s t r ey n jh d) 1))) +("estrangement" nil (((ih) 0) ((s t r ey n jh) 1) ((m ax n t) 0))) +("estrella" nil (((eh) 1) ((s t r eh) 1) ((l ax) 0))) +("estrich" nil (((eh) 1) ((s t r ih k) 0))) +("estridge" nil (((ih) 0) ((s t r ih jh) 1))) +("estrin" nil (((eh) 1) ((s t r ih n) 0))) +("estrogen" nil (((eh) 1) ((s t r ax) 0) ((jh ax n) 0))) +("estrogens" nil (((eh) 1) ((s t r ax) 0) ((jh ih n z) 0))) +("estrous" nil (((eh) 1) ((s t r ax s) 0))) +("estrus" nil (((eh) 1) ((s t r ax s) 0))) +("estuaries" nil (((eh s) 1) ((ch uw) 0) ((eh) 1) ((r iy z) 0))) +("estuary" nil (((eh s) 1) ((ch uw) 0) ((eh) 1) ((r iy) 0))) +("esty" nil (((eh) 1) ((s t iy) 0))) +("esworthy" nil (((eh) 1) ((s w er) 0) ((dh iy) 0))) +("et" nil (((iy) 1) ((t iy) 1))) +("et" nil (((eh t) 1))) +("etablissements" nil (((eh) 1) ((t ae) 0) ((b l ih) 1) ((s ax) 0) ((m aa n t s) 1))) +("etc" nil (((eh t) 1) ((s eh) 1) ((t er) 0) ((ax) 0))) +("etcetera" nil (((eh t) 1) ((s eh) 1) ((t er) 0) ((ax) 0))) +("etch" nil (((eh ch) 1))) +("etched" nil (((eh ch t) 1))) +("etches" nil (((eh) 1) ((ch ih z) 0))) +("etcheverry" nil (((eh) 1) ((ch ih) 0) ((v eh) 0) ((r iy) 0))) +("etching" nil (((eh) 1) ((ch ih ng) 0))) +("etchings" nil (((eh) 1) ((ch ih ng z) 0))) +("etchison" nil (((eh) 1) ((ch ih) 0) ((s ax n) 0))) +("eternal" nil (((ih) 0) ((t er) 1) ((n ax l) 0))) +("eternally" nil (((ih) 0) ((t er) 1) ((n ax) 0) ((l iy) 0))) +("eternit" nil (((eh) 1) ((t er) 0) ((n ih t) 0))) +("eternity" nil (((ih) 0) ((t er) 1) ((n ax) 0) ((t iy) 0))) +("etess" nil (((eh) 1) ((t eh s) 1))) +("etf" nil (((iy) 1) ((t iy) 1) ((eh f) 1))) +("ethan" nil (((iy) 1) ((th ax n) 0))) +("ethane" nil (((eh) 1) ((th ey n) 1))) +("ethanol" nil (((eh) 1) ((th ax) 0) ((n ao l) 1))) +("ethel" nil (((eh) 1) ((th ax l) 0))) +("ethelbert" nil (((eh) 1) ((th ih l) 0) ((b er t) 0))) +("ethelda" nil (((ih) 0) ((th eh l) 1) ((d ax) 0))) +("ethelinda" nil (((eh) 0) ((th eh) 0) ((l iy n) 1) ((d ax) 0))) +("etheline" nil (((eh) 1) ((th ih) 0) ((l ay n) 1))) +("etheljean" nil (((eh) 1) ((th ih) 0) ((l y ax n) 0))) +("ethelyn" nil (((eh) 1) ((th ih) 0) ((l ih n) 0))) +("ethene" nil (((eh) 1) ((th iy n) 1))) +("ether" nil (((iy) 1) ((th er) 0))) +("ethereal" nil (((ih) 0) ((th ih) 1) ((r iy) 0) ((ax l) 0))) +("etheredge" nil (((eh) 1) ((th er) 0) ((eh jh) 0))) +("etheridge" nil (((eh) 1) ((th er) 0) ((ih jh) 1))) +("etherington" nil (((eh) 1) ((dh er) 0) ((ih ng) 0) ((t ax n) 0))) +("ethernet" nil (((eh) 1) ((th er) 0) ((n eh t) 1))) +("ethers" nil (((iy) 1) ((th er z) 0))) +("etherton" nil (((ih) 0) ((th er) 1) ((t ax n) 0))) +("ethic" nil (((eh) 1) ((th ih k) 0))) +("ethical" nil (((eh) 1) ((th ax) 0) ((k ax l) 0))) +("ethically" nil (((eh) 1) ((th ih) 0) ((k ax) 0) ((l iy) 0))) +("ethicist" nil (((eh) 1) ((th ih) 0) ((s ih s t) 0))) +("ethicists" nil (((eh) 1) ((th ih) 0) ((s ih s t s) 0))) +("ethicon" nil (((eh) 1) ((th ih) 0) ((k aa n) 1))) +("ethics" nil (((eh) 1) ((th ih k s) 0))) +("ethier" nil (((eh) 1) ((th iy) 0) ((er) 0))) +("ethington" nil (((eh) 1) ((th ih ng) 0) ((t ax n) 0))) +("ethiopia" nil (((iy) 1) ((th iy) 0) ((ow) 1) ((p iy) 0) ((ax) 0))) +("ethiopian" nil (((iy) 1) ((th iy) 0) ((ow) 1) ((p iy) 0) ((ax n) 0))) +("ethiopians" nil (((iy) 1) ((th iy) 0) ((ow) 1) ((p iy) 0) ((ax n z) 0))) +("ethnic" nil (((eh th) 1) ((n ih k) 0))) +("ethnically" nil (((eh th) 1) ((n ih) 0) ((k l iy) 0))) +("ethnicity" nil (((eh th) 0) ((n ih) 1) ((s ih) 0) ((t iy) 0))) +("ethnics" nil (((eh th) 1) ((n ih k s) 0))) +("ethnocentric" nil (((eh th) 1) ((n ow) 0) ((s eh n) 1) ((t r ih k) 0))) +("ethnocentrism" nil (((eh th) 1) ((n ow) 0) ((s eh n) 1) ((t r ih) 0) ((z ax m) 0))) +("ethnographic" nil (((eh th) 1) ((n ax) 0) ((g r ae) 1) ((f ih k) 0))) +("ethnology" nil (((eh th) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("ethnos" nil (((eh th) 1) ((n ow s) 0))) +("ethology" nil (((ih) 0) ((th aa) 1) ((l ax) 0) ((jh iy) 0))) +("ethos" nil (((iy) 1) ((th aa s) 0))) +("ethridge" nil (((ih) 0) ((th r ih jh) 1))) +("ethyl" nil (((eh) 1) ((th ax l) 0))) +("ethylene" nil (((eh) 1) ((th ax) 0) ((l iy n) 1))) +("ethyol" nil (((eh) 1) ((th ay) 0) ((aa l) 0))) +("etienne" nil (((eh) 1) ((t iy) 0) ((eh n) 0))) +("etiologies" nil (((iy) 1) ((t iy) 0) ((aa) 1) ((l ax) 0) ((jh iy z) 0))) +("etiology" nil (((iy) 1) ((t iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("etiquette" nil (((eh) 1) ((t ax) 0) ((k ax t) 0))) +("etling" nil (((eh t) 1) ((l ih ng) 0))) +("eton" nil (((iy) 1) ((t ax n) 0))) +("etops" nil (((iy) 1) ((t aa p s) 0))) +("etruscan" nil (((ih) 0) ((t r ah) 1) ((s k ax n) 0))) +("etruscans" nil (((ih) 0) ((t r ah) 1) ((s k ax n z) 0))) +("etsu" nil (((eh t) 1) ((s uw) 0))) +("etta" nil (((eh) 1) ((t ax) 0))) +("etter" nil (((eh) 1) ((t er) 0))) +("etters" nil (((eh) 1) ((t er z) 0))) +("ettie" nil (((eh) 1) ((t iy) 0))) +("ettinger" nil (((eh) 1) ((t ih ng) 0) ((er) 0))) +("ettlinger" nil (((eh t) 1) ((l ih ng) 0) ((er) 0))) +("etty" nil (((eh) 1) ((t iy) 0))) +("etude" nil (((ey) 1) ((t uw d) 1))) +("etudes" nil (((ey) 1) ((t uw d z) 1))) +("etymology" nil (((eh) 1) ((t ax) 0) ((m aa) 1) ((l ax) 0) ((jh iy) 0))) +("etzel" nil (((eh t) 1) ((z ax l) 0))) +("etzioni" nil (((eh t) 1) ((s iy) 1) ((ow) 1) ((n iy) 0))) +("etzkorn" nil (((eh t) 1) ((s k er n) 0))) +("etzler" nil (((eh t) 1) ((s l er) 0))) +("euan" nil (((y uw) 1) ((ax n) 0))) +("eubank" nil (((y uw) 1) ((b ae ng k) 0))) +("eubanks" nil (((y uw) 1) ((b ae ng k s) 0))) +("eucalypti" nil (((y uw) 1) ((k ax) 0) ((l ih p) 1) ((t ay) 0))) +("eucalyptus" nil (((y uw) 1) ((k ax) 0) ((l ih p) 1) ((t ax s) 0))) +("eucharist" nil (((y uw) 1) ((k er) 0) ((ax s t) 0))) +("euchre" nil (((y uw) 1) ((k er) 0))) +("euchred" nil (((y uw) 1) ((k er d) 0))) +("euclea" nil (((y uw) 1) ((k l iy) 0) ((ax) 0))) +("euclid" nil (((y uw) 1) ((k l ih d) 0))) +("eudocia" nil (((y uw) 0) ((d ow) 1) ((ch ax) 0))) +("eudora" nil (((y uw) 0) ((d ao) 1) ((r ax) 0))) +("eudosia" nil (((y uw) 0) ((d ow) 1) ((s iy) 0) ((ax) 0))) +("eudoxia" nil (((y uw) 1) ((d aa k) 1) ((s iy) 0) ((ax) 0))) +("eudy" nil (((y uw) 1) ((d iy) 0))) +("eugene" nil (((y uw) 0) ((jh iy n) 1))) +("eugenia" nil (((y uw) 1) ((jh iy) 1) ((n iy) 0) ((ax) 0))) +("eugenics" nil (((y uw) 0) ((jh eh) 1) ((n ih k s) 0))) +("eugenio" nil (((y uw) 1) ((jh iy) 1) ((n iy) 0) ((ow) 0))) +("eula" nil (((y uw) 1) ((l ax) 0))) +("euler" nil (((oy) 1) ((l er) 0))) +("eulich" nil (((y uw) 1) ((l ih k) 0))) +("eulogies" nil (((y uw) 1) ((l ax) 0) ((jh iy z) 0))) +("eulogy" nil (((y uw) 1) ((l ax) 0) ((jh iy) 0))) +("eunice" nil (((y uw) 1) ((n ax s) 0))) +("eunos" nil (((y uw) 1) ((n ow s) 2))) +("eunuchs" n (((y uh) 1) ((n ax k s) 0))) +("euphemia" nil (((y uw) 0) ((f iy) 1) ((m iy) 0) ((ax) 0))) +("euphemism" nil (((y uw) 1) ((f ax) 0) ((m ih) 1) ((z ax m) 0))) +("euphemisms" nil (((y uw) 1) ((f ax) 0) ((m ih) 1) ((z ax m z) 0))) +("euphemistic" nil (((y uw) 1) ((f ax) 0) ((m ih) 1) ((s t ih k) 0))) +("euphemistically" nil (((y uw) 1) ((f ax) 0) ((m ih) 1) ((s t ih) 0) ((k l iy) 0))) +("euphoria" nil (((y uw) 0) ((f ao) 1) ((r iy) 0) ((ax) 0))) +("euphoric" nil (((y uw) 0) ((f aa) 1) ((r ih k) 0))) +("euphrates" nil (((y uw) 0) ((f r ey) 1) ((t iy z) 0))) +("eurasia" nil (((y uh) 0) ((r ey) 1) ((zh ax) 0))) +("eurasian" nil (((y uh) 0) ((r ey) 1) ((zh ih n) 0))) +("eure" nil (((er) 1))) +("eureka" nil (((y uh) 0) ((r iy) 1) ((k ax) 0))) +("eurest" nil (((y uh) 1) ((r eh s t) 0))) +("eurich" nil (((oy) 1) ((r ih k) 0))) +("euro" nil (((y uw) 1) ((r ow) 0))) +("eurobond" nil (((y uw) 1) ((r ow) 0) ((b aa n d) 1))) +("eurobonds" nil (((y uw) 1) ((r ow) 0) ((b aa n d z) 1))) +("Eurocentric" n (((y uw) 1) ((r ax) 0) ((s eh n) 1) ((t r ax k) 0))) +("eurocom" nil (((y uw) 1) ((r ax) 0) ((k ax m) 0))) +("eurocommercial" nil (((y uw) 1) ((r ow) 0) ((k ax) 0) ((m er) 1) ((sh ax l) 0))) +("eurocopter" nil (((y uh) 1) ((r ow) 0) ((k aa p) 1) ((t er) 0))) +("eurocrats" nil (((y uw) 1) ((r ax) 0) ((k r ae t s) 0))) +("eurodebentures" nil (((y uw) 1) ((r ow) 0) ((d ax) 0) ((b eh n) 1) ((ch er z) 0))) +("eurodebt" nil (((y uw) 1) ((r ow) 0) ((d eh t) 1))) +("eurodeposits" nil (((y uw) 1) ((r ow) 0) ((d ih) 0) ((p aa) 1) ((z ih t s) 0))) +("eurodisney" nil (((y uw) 1) ((r ow) 0) ((d ih z) 1) ((n iy) 0))) +("eurodollar" nil (((y uw) 1) ((r ow) 0) ((d aa) 1) ((l er) 0))) +("eurodollars" nil (((y uw) 1) ((r ow) 0) ((d aa) 1) ((l er z) 0))) +("eurofighter" nil (((y uw) 1) ((r ow) 0) ((f ay) 1) ((t er) 0))) +("eurofima" nil (((y uw) 1) ((r ax) 0) ((f iy) 1) ((m ax) 0))) +("euromark" nil (((y uw) 1) ((r ax) 0) ((m aa r k) 0))) +("euromarket" nil (((y uw) 1) ((r ow) 0) ((m aa r) 1) ((k ih t) 0))) +("euromarkets" nil (((y uw) 1) ((r ow) 0) ((m aa r) 1) ((k ih t s) 0))) +("euromissiles" nil (((y uw) 1) ((r ow) 1) ((m ih) 0) ((s iy) 1) ((l eh z) 0))) +("euromobiliare" nil (((y uw) 1) ((r ow) 0) ((m ow) 0) ((b ih) 0) ((l eh r) 1))) +("euromoney" nil (((y uw) 1) ((r ow) 0) ((m ah) 1) ((n iy) 0))) +("euronotes" nil (((y uw) 1) ((r ax) 0) ((n ow t s) 1))) +("europa" nil (((y uh) 0) ((r ow) 1) ((p ax) 0))) +("europe" nil (((y uh) 1) ((r ax p) 0))) +("european" nil (((y uh) 1) ((r ax) 0) ((p iy) 1) ((ax n) 0))) +("europeans" nil (((y uh) 1) ((r ax) 0) ((p iy) 1) ((ax n z) 0))) +("europeenne" nil (((y uw) 1) ((r ow) 0) ((p iy n) 1))) +("europewide" nil (((y uh) 1) ((r ax) 0) ((p w ay d) 1))) +("europhile" nil (((y uh) 1) ((r ow) 0) ((f ay l) 0))) +("europhiles" nil (((y uh) 1) ((r ow) 0) ((f ay l z) 0))) +("europium" nil (((y uh) 0) ((r ow) 1) ((p iy) 0) ((ax m) 0))) +("eurosid" nil (((y uw) 1) ((r ax) 0) ((s ih d) 0))) +("eurostar" nil (((y uh) 1) ((r ow) 0) ((s t aa r) 1))) +("eurostat" nil (((y uw) 1) ((r ao) 1) ((s t ae t) 0))) +("eurosterling" nil (((y uw) 1) ((r ow) 0) ((s t er) 1) ((l ih ng) 0))) +("eurotunnel" nil (((y uw) 1) ((r ow) 0) ((t ah) 1) ((n ax l) 0))) +("euroyen" nil (((y uw) 1) ((r ow) 0) ((y eh n) 1))) +("eury" nil (((y uw) 1) ((r iy) 0))) +("eusebio" nil (((y uw) 1) ((s iy) 1) ((b iy) 0) ((ow) 0))) +("eustace" nil (((y uw) 1) ((s t ax s) 0))) +("eustachian" nil (((y uw) 0) ((s t ey) 1) ((k iy) 0) ((ax n) 0))) +("eustacia" nil (((y uw) 0) ((s t aa) 1) ((ch ax) 0))) +("eustice" nil (((y uw) 1) ((s t ih s) 0))) +("eustis" nil (((y uw) 1) ((s t ax s) 0))) +("euthanasia" nil (((y uw) 1) ((th ax) 0) ((n ey) 1) ((zh ax) 0))) +("eutsey" nil (((y uw t) 1) ((s iy) 0))) +("eutsler" nil (((y uw t) 1) ((s l er) 0))) +("ev" nil (((eh v) 1))) +("eva" nil (((ey) 1) ((v ax) 0))) +("evacuate" nil (((ih) 0) ((v ae) 1) ((k y ax) 0) ((ey t) 1))) +("evacuated" nil (((ih) 0) ((v ae) 1) ((k y ax) 0) ((w ey) 1) ((t ih d) 0))) +("evacuating" nil (((ih) 0) ((v ae) 1) ((k y ax) 0) ((w ey) 1) ((t ih ng) 0))) +("evacuation" nil (((ih) 0) ((v ae) 1) ((k y ax) 0) ((w ey) 1) ((sh ax n) 0))) +("evacuations" nil (((ih) 0) ((v ae) 1) ((k y ax) 0) ((w ey) 1) ((sh ax n z) 0))) +("evacuee" nil (((ih) 0) ((v ae) 1) ((k y uw) 0) ((iy) 0))) +("evacuees" nil (((ih) 0) ((v ae) 1) ((k y uw) 0) ((iy z) 0))) +("evade" nil (((ih) 0) ((v ey d) 1))) +("evaded" nil (((ih) 0) ((v ey) 1) ((d ih d) 0))) +("evaders" nil (((ih) 0) ((v ey) 1) ((d er z) 0))) +("evades" nil (((ih) 0) ((v ey d z) 1))) +("evading" nil (((ih) 0) ((v ey) 1) ((d ih ng) 0))) +("evadne" nil (((ih) 0) ((v eh d) 1) ((n iy) 0))) +("evald" nil (((eh) 1) ((v ax l d) 0))) +("evaleen" nil (((eh) 1) ((v ax) 0) ((l iy n) 1))) +("evaluate" nil (((ih) 0) ((v ae) 1) ((l y uw) 0) ((ey t) 1))) +("evaluated" nil (((ih) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((t ax d) 0))) +("evaluates" nil (((ih) 0) ((v ae) 1) ((l y uw) 0) ((ey t s) 1))) +("evaluating" nil (((ih) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((t ih ng) 0))) +("evaluation" nil (((ih) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((sh ax n) 0))) +("evaluations" nil (((ih) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((sh ax n z) 0))) +("evan" nil (((eh) 1) ((v ax n) 0))) +("evancho" nil (((eh) 0) ((v aa n) 1) ((k ow) 0))) +("evanescent" nil (((eh) 1) ((v ax) 0) ((n eh) 1) ((s ax n t) 0))) +("evangelical" nil (((iy) 1) ((v ae n) 0) ((jh eh) 1) ((l ih) 0) ((k ax l) 0))) +("evangelicals" nil (((iy) 1) ((v ae n) 1) ((jh eh) 1) ((l ih) 0) ((k ax l z) 0))) +("evangeline" nil (((ih) 0) ((v ae n) 1) ((jh ih) 0) ((l ay n) 1))) +("evangelism" nil (((ih) 0) ((v ae n) 1) ((jh ax) 0) ((l ih) 1) ((z ax m) 0))) +("evangelist" nil (((ih) 0) ((v ae n) 1) ((jh ax) 0) ((l ax s t) 0))) +("evangelista" nil (((eh) 0) ((v aa ng) 0) ((g eh) 0) ((l iy) 1) ((s t ax) 0))) +("evangelists" nil (((ih) 0) ((v ae n) 1) ((jh ax) 0) ((l ih s t s) 0))) +("evangelize" nil (((ih) 0) ((v ae n) 1) ((jh ax) 0) ((l ay z) 1))) +("evanko" nil (((ih) 0) ((v ae ng) 1) ((k ow) 0))) +("evanoff" nil (((eh) 1) ((v ax) 0) ((n ao f) 0))) +("evans" nil (((eh) 1) ((v ax n z) 0))) +("evanson" nil (((eh) 1) ((v ax n) 0) ((s ax n) 0))) +("evanston" nil (((eh) 1) ((v ax n) 0) ((s t ax n) 0))) +("evansville" nil (((eh) 1) ((v ax n z) 0) ((v ih l) 1))) +("evaporate" nil (((ih) 0) ((v ae) 1) ((p er) 0) ((ey t) 1))) +("evaporated" nil (((ih) 0) ((v ae) 1) ((p er) 0) ((ey) 1) ((t ax d) 0))) +("evaporates" nil (((ih) 0) ((v ae) 1) ((p er) 0) ((ey t s) 1))) +("evaporating" nil (((ih) 0) ((v ae) 1) ((p er) 0) ((ey) 1) ((t ih ng) 0))) +("evaporation" nil (((ih) 0) ((v ae) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("evaporator" nil (((ih) 0) ((v ae) 1) ((p er) 0) ((ey) 1) ((t er) 0))) +("evarts" nil (((eh) 1) ((v er t s) 0))) +("evasion" nil (((ih) 0) ((v ey) 1) ((zh ax n) 0))) +("evasions" nil (((ih) 0) ((v ey) 1) ((zh ax n z) 0))) +("evasive" nil (((ih) 0) ((v ey) 1) ((s ih v) 0))) +("evatt" nil (((eh) 1) ((v ax t) 0))) +("eve" nil (((iy v) 1))) +("evel" nil (((eh) 1) ((v ax l) 0))) +("eveland" nil (((iy) 1) ((v l ax n d) 0))) +("eveleth" nil (((eh) 1) ((v ih) 0) ((l ih th) 0))) +("evelina" nil (((eh) 1) ((v eh) 0) ((l iy) 1) ((n ax) 0))) +("eveline" nil (((eh) 1) ((v ax) 0) ((l ih n) 0))) +("evelyn" nil (((eh) 1) ((v ax) 0) ((l ax n) 0))) +("even" nil (((iy) 1) ((v ax n) 0))) +("evendale" nil (((eh) 1) ((v ax n) 0) ((d ey l) 1))) +("evened" nil (((iy) 1) ((v ax n d) 0))) +("evenhanded" nil (((iy) 1) ((v ax n) 0) ((hh ae n) 1) ((d ih d) 0))) +("evenhandedly" nil (((eh) 1) ((v ax n) 0) ((hh ae n) 1) ((d ih d) 0) ((l iy) 0))) +("evening" nil (((iy v) 1) ((n ih ng) 0))) +("evenings" nil (((iy v) 1) ((n ih ng z) 0))) +("evenly" nil (((iy) 1) ((v ax n) 0) ((l iy) 0))) +("evenness" nil (((iy) 1) ((v ax n) 0) ((n ax s) 0))) +("evens" nil (((iy) 1) ((v ax n z) 0))) +("evensen" nil (((eh) 1) ((v ih n) 0) ((s ax n) 0))) +("evensky" nil (((iy) 1) ((v eh n) 1) ((s k iy) 0))) +("evenson" nil (((eh) 1) ((v ih n) 0) ((s ax n) 0))) +("event" nil (((ih) 0) ((v eh n t) 1))) +("eventful" nil (((ih) 0) ((v eh n t) 1) ((f ax l) 0))) +("events" nil (((ih) 0) ((v eh n t s) 1))) +("eventual" nil (((ax) 0) ((v eh n) 1) ((ch uw) 0) ((ax l) 0))) +("eventuality" nil (((ax) 0) ((v eh n) 1) ((ch uw) 0) ((ae) 1) ((l ih) 0) ((t iy) 0))) +("eventually" nil (((ih) 0) ((v eh n) 1) ((ch ax) 0) ((w ax) 0) ((l iy) 0))) +("ever" nil (((eh) 1) ((v er) 0))) +("everage" nil (((eh) 1) ((v er) 0) ((ih jh) 0))) +("everard" nil (((eh) 1) ((v er) 0) ((er d) 0))) +("everbach" nil (((eh) 1) ((v er) 0) ((b aa k) 1))) +("everding" nil (((eh) 1) ((v er) 0) ((d ih ng) 0))) +("eveready" nil (((eh) 1) ((v er) 0) ((r eh) 1) ((d iy) 0))) +("evered" nil (((eh) 1) ((v er d) 0))) +("everest" nil (((eh) 1) ((v er) 0) ((ax s t) 0))) +("everett" nil (((eh) 1) ((v er) 0) ((ax t) 0))) +("everette" nil (((eh) 1) ((v er) 0) ((eh t) 1))) +("everetts" nil (((eh) 1) ((v er) 0) ((ax t s) 0))) +("everex" nil (((eh) 1) ((v er) 0) ((ax k s) 0))) +("everglades" nil (((eh) 1) ((v er) 0) ((g l ey d z) 1))) +("evergood" nil (((eh) 1) ((v er) 0) ((g uh d) 1))) +("evergreen" nil (((eh) 1) ((v er) 0) ((g r iy n) 1))) +("evergreens" nil (((eh) 1) ((v er) 0) ((g r iy n z) 1))) +("everhardt" nil (((eh) 1) ((v er) 0) ((hh aa r t) 1))) +("everhart" nil (((eh) 1) ((v er) 0) ((hh aa r t) 1))) +("everidge" nil (((eh) 1) ((v er) 0) ((ih jh) 1))) +("everingham" nil (((eh) 1) ((v er) 0) ((ih ng) 0) ((hh ae m) 1))) +("everington" nil (((eh) 1) ((v er) 0) ((ih ng) 1) ((t ax n) 0))) +("everitt" nil (((eh) 1) ((v er) 0) ((ih t) 0))) +("everlasting" nil (((eh) 1) ((v er) 0) ((l ae) 1) ((s t ih ng) 0))) +("everlastings" nil (((eh) 1) ((v er) 0) ((l ae) 1) ((s t ih ng z) 0))) +("everley" nil (((eh) 1) ((v er) 0) ((l iy) 0))) +("everling" nil (((eh) 1) ((v er) 0) ((l ih ng) 0))) +("everly" nil (((eh) 1) ((v er) 0) ((l iy) 0))) +("everman" nil (((eh) 1) ((v er) 0) ((m ax n) 0))) +("evermore" nil (((eh) 1) ((v er) 0) ((m ao r) 1))) +("evers" nil (((eh) 1) ((v er z) 0))) +("eversman" nil (((eh) 1) ((v er) 0) ((s m ax n) 0))) +("eversole" nil (((eh) 1) ((v er) 0) ((s ow l) 1))) +("everson" nil (((eh) 1) ((v er) 0) ((s ax n) 0))) +("evert" nil (((ih) 0) ((v er t) 1))) +("everton" nil (((eh) 1) ((v er) 0) ((t ax n) 0))) +("everts" nil (((eh) 1) ((v er t s) 0))) +("every" nil (((eh) 1) ((v er) 0) ((iy) 0))) +("everybody" nil (((eh) 1) ((v r iy) 0) ((b aa) 1) ((d iy) 0))) +("everyday" nil (((eh) 1) ((v r iy) 0) ((d ey) 1))) +("everyman" nil (((eh) 1) ((v r iy) 0) ((m ax n) 0))) +("everyone" nil (((eh) 1) ((v r iy) 0) ((w ah n) 1))) +("everything" nil (((eh) 1) ((v r iy) 0) ((th ih ng) 1))) +("everytime" nil (((eh) 1) ((v r iy) 0) ((t ay m) 1))) +("everywhere" nil (((eh) 1) ((v r iy) 0) ((w eh r) 1))) +("eves" nil (((iy v z) 1))) +("evett" nil (((eh) 1) ((v ih t) 0))) +("evetts" nil (((eh) 1) ((v ih t s) 0))) +("evian" nil (((eh) 1) ((v iy) 0) ((ax n) 0))) +("evict" nil (((ih) 0) ((v ih k t) 1))) +("evicted" nil (((ih) 0) ((v ih k) 1) ((t ih d) 0))) +("evicting" nil (((ih) 0) ((v ih k) 1) ((t ih ng) 0))) +("eviction" nil (((ih) 0) ((v ih k) 1) ((sh ax n) 0))) +("evictions" nil (((ih) 0) ((v ih k) 1) ((sh ax n z) 0))) +("evidence" nil (((eh) 1) ((v ax) 0) ((d ax n s) 0))) +("evidenced" nil (((eh) 1) ((v ih) 0) ((d ax n s t) 0))) +("evidences" nil (((eh) 1) ((v ax) 0) ((d ax n) 0) ((s ax z) 0))) +("evident" nil (((eh) 1) ((v ax) 0) ((d ax n t) 0))) +("evidentiary" nil (((eh) 1) ((v ih) 0) ((d eh n) 1) ((sh iy) 0) ((eh) 0) ((r iy) 0))) +("evidently" nil (((eh) 1) ((v ax) 0) ((d ax n t) 0) ((l iy) 0))) +("evil" nil (((iy) 1) ((v ax l) 0))) +("evildoer" nil (((iy) 1) ((v ax l) 0) ((d uw) 1) ((er) 0))) +("evildoers" nil (((iy) 1) ((v ax l) 0) ((d uw) 1) ((er z) 0))) +("evils" nil (((iy) 1) ((v ax l z) 0))) +("evilsizer" nil (((iy) 1) ((v ax l) 0) ((s ay) 1) ((z er) 0))) +("evilsizor" nil (((iy) 1) ((v ax l) 0) ((s ay) 1) ((z er) 0))) +("evin" nil (((eh) 1) ((v ih n) 0))) +("evinced" nil (((ih) 0) ((v ih n s t) 1))) +("evinger" nil (((iy) 1) ((v ih ng) 0) ((er) 0))) +("evins" nil (((eh) 1) ((v ih n z) 0))) +("eviscerate" nil (((ax) 0) ((v ih) 1) ((s er) 0) ((ey t) 1))) +("evita" nil (((eh) 0) ((v iy) 1) ((t ax) 0))) +("evitt" nil (((eh) 1) ((v ih t) 0))) +("evitts" nil (((eh) 1) ((v ih t s) 0))) +("evjen" nil (((eh v) 1) ((jh ax n) 0))) +("evlyn" nil (((eh) 1) ((v l ax n) 0))) +("evocation" nil (((iy) 1) ((v ow) 0) ((k ey) 1) ((sh ax n) 0))) +("evocative" nil (((ih) 0) ((v aa) 1) ((k ax) 0) ((t ih v) 0))) +("evoke" nil (((ih) 0) ((v ow k) 1))) +("evoked" nil (((ih) 0) ((v ow k t) 1))) +("evokes" nil (((ih) 0) ((v ow k s) 1))) +("evoking" nil (((ih) 0) ((v ow) 1) ((k ih ng) 0))) +("evola" nil (((eh) 0) ((v ow) 1) ((l ax) 0))) +("evolution" nil (((eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax n) 0))) +("evolutionary" nil (((eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("evolve" nil (((ih) 0) ((v aa l v) 1))) +("evolved" nil (((ih) 0) ((v aa l v d) 1))) +("evolves" nil (((ih) 0) ((v aa l v z) 1))) +("evolving" nil (((ih) 0) ((v aa l) 1) ((v ih ng) 0))) +("evon" nil (((eh) 1) ((v ax n) 0))) +("evonne" nil (((eh) 1) ((v aa n) 1))) +("evrard" nil (((eh) 1) ((v r er d) 0))) +("evren" nil (((eh) 1) ((v r ax n) 0))) +("ewald" nil (((y uw) 1) ((ax l d) 0))) +("ewalt" nil (((y uw) 1) ((ax l t) 0))) +("ewan" nil (((y uw) 1) ((ax n) 0))) +("ewart" nil (((y uw) 1) ((er t) 0))) +("ewbank" nil (((y uw) 1) ((b ax ng k) 0))) +("ewell" nil (((y uw) 1) ((ax l) 0))) +("ewen" nil (((y uw) 1) ((ax n) 0))) +("ewer" nil (((y uw) 1) ((er) 0))) +("ewers" nil (((y uw) 1) ((er z) 0))) +("ewert" nil (((y uw) 1) ((er t) 0))) +("ewig" nil (((y uw) 1) ((ih g) 0))) +("ewing" nil (((y uw) 1) ((ih ng) 0))) +("ewings" nil (((y uw) 1) ((ih ng z) 0))) +("ewoldt" nil (((y uw) 1) ((ow l t) 0))) +("eworld" nil (((iy) 1) ((w er l d) 1))) +("ewton" nil (((y uw) 1) ((t ax n) 0))) +("ewy" nil (((y uw) 1) ((iy) 0))) +("ex" nil (((eh k s) 1))) +("exabyte" nil (((eh k) 1) ((s ax) 0) ((b ay t) 1))) +("exacerbate" nil (((ih g) 0) ((z ae) 1) ((s er) 0) ((b ey t) 1))) +("exacerbated" nil (((ih g) 0) ((z ae) 1) ((s er) 0) ((b ey) 1) ((t ax d) 0))) +("exacerbates" nil (((ih g) 0) ((z ae) 1) ((s er) 0) ((b ey t s) 1))) +("exacerbating" nil (((ih g) 0) ((z ae) 1) ((s er) 0) ((b ey) 1) ((t ih ng) 0))) +("exacerbations" nil (((ih g) 0) ((z ae) 1) ((s er) 0) ((b ey) 1) ((sh ax n z) 0))) +("exact" nil (((ih g) 0) ((z ae k t) 1))) +("exacted" nil (((ih g) 0) ((z ae k) 1) ((t ih d) 0))) +("exacting" nil (((ih g) 0) ((z ae k) 1) ((t ih ng) 0))) +("exactions" nil (((ih g) 0) ((z ae k) 1) ((sh ax n z) 0))) +("exactitude" nil (((ih g) 0) ((z ae k) 1) ((t ax) 0) ((t uw d) 1))) +("exactly" nil (((ih g) 0) ((z ae k t) 1) ((l iy) 0))) +("exaggerate" nil (((ih g) 0) ((z ae) 1) ((jh er) 0) ((ey t) 1))) +("exaggerated" nil (((ih g) 0) ((z ae) 1) ((jh er) 0) ((ey) 1) ((t ax d) 0))) +("exaggerates" nil (((ih g) 0) ((z ae) 1) ((jh er) 0) ((ey t s) 1))) +("exaggerating" nil (((ih g) 0) ((z ae) 1) ((jh er) 0) ((ey) 1) ((t ih ng) 0))) +("exaggeration" nil (((ih g) 0) ((z ae) 1) ((jh er) 0) ((ey) 1) ((sh ax n) 0))) +("exaggerations" nil (((ih g) 0) ((z ae) 1) ((jh er) 0) ((ey) 1) ((sh ax n z) 0))) +("exalt" nil (((ih g) 0) ((z ao l t) 1))) +("exalted" nil (((ih g) 0) ((z ao l) 1) ((t ih d) 0))) +("exam" nil (((ih g) 0) ((z ae m) 1))) +("examination" nil (((ih g) 0) ((z ae) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("examinations" nil (((ih g) 0) ((z ae) 1) ((m ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("examine" nil (((ih g) 0) ((z ae) 1) ((m ih n) 0))) +("examined" nil (((ih g) 0) ((z ae) 1) ((m ax n d) 0))) +("examiner" nil (((ih g) 0) ((z ae) 1) ((m ax) 0) ((n er) 0))) +("examiners" nil (((ih g) 0) ((z ae) 1) ((m ih) 0) ((n er z) 0))) +("examines" nil (((ih g) 0) ((z ae) 1) ((m ax n z) 0))) +("examining" nil (((ih g) 0) ((z ae) 1) ((m ih) 0) ((n ih ng) 0))) +("example" nil (((ih g) 0) ((z ae m) 1) ((p ax l) 0))) +("examples" nil (((ih g) 0) ((z ae m) 1) ((p ax l z) 0))) +("exams" nil (((ih g) 0) ((z ae m z) 1))) +("exar" nil (((eh k) 1) ((s er) 0))) +("exasperated" nil (((ih g) 0) ((z ae) 1) ((s p er) 0) ((ey) 1) ((t ih d) 0))) +("exasperating" nil (((ih g) 0) ((z ae) 1) ((s p er) 0) ((ey) 1) ((t ih ng) 0))) +("exasperation" nil (((eh k) 1) ((s ae) 1) ((s p er) 0) ((ey) 1) ((sh ax n) 0))) +("exboyfriend" nil (((eh k s) 1) ((b oy) 1) ((f r eh n d) 1))) +("exbroker" nil (((eh k s) 1) ((b r ow) 1) ((k er) 0))) +("exbrokers" nil (((eh k s) 1) ((b r ow) 1) ((k er z) 0))) +("excalibur" nil (((eh k) 1) ((s k ae) 1) ((l ax) 0) ((b er) 0))) +("excavate" nil (((eh k) 1) ((s k ax) 0) ((v ey t) 1))) +("excavated" nil (((eh k) 1) ((s k ax) 0) ((v ey) 1) ((t ih d) 0))) +("excavating" nil (((eh k) 1) ((s k ax) 0) ((v ey) 1) ((t ih ng) 0))) +("excavation" nil (((eh k) 1) ((s k ax) 0) ((v ey) 1) ((sh ax n) 0))) +("excavators" nil (((eh k) 1) ((s k ax) 0) ((v ey) 1) ((t er z) 0))) +("exceed" nil (((ih k) 0) ((s iy d) 1))) +("exceeded" nil (((ih k) 0) ((s iy) 1) ((d ax d) 0))) +("exceeding" nil (((ih k) 0) ((s iy) 1) ((d ih ng) 0))) +("exceedingly" nil (((ih k) 0) ((s iy) 1) ((d ih ng) 0) ((l iy) 0))) +("exceeds" nil (((ih k) 0) ((s iy d z) 1))) +("excel" nil (((ih k) 0) ((s eh l) 1))) +("excelan" nil (((eh k) 1) ((s eh) 1) ((l ax n) 0))) +("excelled" nil (((ih k) 0) ((s eh l d) 1))) +("excellence" nil (((eh k) 1) ((s ax) 0) ((l ax n s) 0))) +("excellent" nil (((eh k) 1) ((s ax) 0) ((l ax n t) 0))) +("excellently" nil (((eh k) 1) ((s ax) 0) ((l ax n t) 0) ((l iy) 0))) +("excels" nil (((ih k) 0) ((s eh l z) 1))) +("excelsior" nil (((ih k) 0) ((s eh l) 1) ((s iy) 0) ((er) 0))) +("except" nil (((ih k) 0) ((s eh p t) 1))) +("excepted" nil (((ih k) 0) ((s eh p) 1) ((t ih d) 0))) +("excepting" nil (((eh k) 1) ((s eh p) 1) ((t ih ng) 0))) +("exception" nil (((ih k) 0) ((s eh p) 1) ((sh ax n) 0))) +("exceptional" nil (((ih k) 0) ((s eh p) 1) ((sh ax) 0) ((n ax l) 0))) +("exceptionally" nil (((ih k) 0) ((s eh p) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("exceptions" nil (((ih k) 0) ((s eh p) 1) ((sh ax n z) 0))) +("excerpt" nil (((eh k) 1) ((s er p t) 0))) +("excerpted" nil (((eh k) 1) ((s er p) 1) ((t ih d) 0))) +("excerpts" nil (((eh k) 1) ((s er p t s) 0))) +("excess" j (((eh k) 1) ((s eh s) 1))) +("excess" n (((eh k) 1) ((s eh s) 1))) +("excesses" n (((eh k) 1) ((s eh) 1) ((s ih z) 0))) +("excesses" j (((ih k) 0) ((s eh) 1) ((s ih z) 0))) +("excessive" nil (((ih k) 0) ((s eh) 1) ((s ih v) 0))) +("excessively" nil (((ih k) 0) ((s eh) 1) ((s ih) 0) ((v l iy) 0))) +("exchange" nil (((ih k s) 0) ((ch ey n jh) 1))) +("exchangeable" nil (((ih k s) 0) ((ch ey n) 1) ((jh ax) 0) ((b ax l) 0))) +("exchanged" nil (((ih k s) 0) ((ch ey n jh d) 1))) +("exchanger" nil (((ih k s) 0) ((ch ey n) 1) ((jh er) 0))) +("exchangers" nil (((ih k s) 0) ((ch ey n) 1) ((jh er z) 0))) +("exchanges" nil (((ih k s) 0) ((ch ey n) 1) ((jh ax z) 0))) +("exchanging" nil (((ih k s) 0) ((ch ey n) 1) ((jh ih ng) 0))) +("exchequer" nil (((eh k s) 1) ((ch eh) 1) ((k er) 0))) +("excimer" nil (((eh k) 1) ((s ih) 1) ((m er) 0))) +("excise" nil (((eh k) 0) ((s ay s) 1))) +("excised" nil (((eh k) 1) ((s ay z d) 1))) +("excises" nil (((eh k) 1) ((s ay) 1) ((z ih z) 0))) +("excision" nil (((ih k) 0) ((s ih) 1) ((zh ax n) 0))) +("excitable" nil (((ih k) 0) ((s ay) 1) ((t ax) 0) ((b ax l) 0))) +("excitation" nil (((eh k) 1) ((s ay) 0) ((t ey) 1) ((sh ax n) 0))) +("excite" nil (((ih k) 0) ((s ay t) 1))) +("excited" nil (((ih k) 0) ((s ay) 1) ((t ax d) 0))) +("excitedly" nil (((ih k) 0) ((s ay) 1) ((t ax d) 0) ((l iy) 0))) +("excitement" nil (((ih k) 0) ((s ay t) 1) ((m ax n t) 0))) +("excites" nil (((ih k) 0) ((s ay t s) 1))) +("exciting" nil (((ih k) 0) ((s ay) 1) ((t ih ng) 0))) +("exclaim" nil (((ih k) 0) ((s k l ey m) 1))) +("exclaimed" nil (((ih k) 0) ((s k l ey m d) 1))) +("exclaiming" nil (((ih k) 0) ((s k l ey) 1) ((m ih ng) 0))) +("exclaims" nil (((ih k) 0) ((s k l ey m z) 1))) +("exclamation" nil (((eh k) 1) ((s k l ax) 0) ((m ey) 1) ((sh ax n) 0))) +("exclamations" nil (((eh k) 1) ((s k l ax) 0) ((m ey) 1) ((sh ax n z) 0))) +("excludable" nil (((ih k) 0) ((s k l uw) 1) ((d ax) 0) ((b ax l) 0))) +("exclude" nil (((ih k) 0) ((s k l uw d) 1))) +("excluded" nil (((ih k) 0) ((s k l uw) 1) ((d ax d) 0))) +("excludes" nil (((ih k) 0) ((s k l uw d z) 1))) +("excluding" nil (((ih k) 0) ((s k l uw) 1) ((d ih ng) 0))) +("exclusion" nil (((ih k) 0) ((s k l uw) 1) ((zh ax n) 0))) +("exclusionary" nil (((ih k) 0) ((s k l uw) 1) ((zh ax) 0) ((n eh) 1) ((r iy) 0))) +("exclusions" nil (((ih k) 0) ((s k l uw) 1) ((zh ax n z) 0))) +("exclusive" nil (((ih k) 0) ((s k l uw) 1) ((s ih v) 0))) +("exclusively" nil (((ih k) 0) ((s k l uw) 1) ((s ih) 0) ((v l iy) 0))) +("exclusivity" nil (((eh k) 1) ((s k l uw) 1) ((s ih) 1) ((v ax) 0) ((t iy) 0))) +("exco" nil (((eh k) 1) ((s k ow) 0))) +("excoa" nil (((eh k) 1) ((s k ow) 1) ((ax) 0))) +("excommunicated" nil (((eh k) 1) ((s k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 1) ((t ax d) 0))) +("excommunication" nil (((eh k) 1) ((s k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 1) ((sh ax n) 0))) +("excoriated" nil (((eh k) 0) ((s k ao) 1) ((r iy) 0) ((ey) 1) ((t ih d) 0))) +("excoriating" nil (((eh k) 0) ((s k ao) 1) ((r iy) 0) ((ey) 1) ((t ih ng) 0))) +("excrement" nil (((eh k) 1) ((s k r ax) 0) ((m ax n t) 0))) +("excrete" nil (((ih k) 0) ((s k r iy t) 1))) +("excretion" nil (((ih k) 0) ((s k r iy) 1) ((sh ax n) 0))) +("excretory" nil (((eh k) 1) ((s k r ax) 0) ((t ao) 1) ((r iy) 0))) +("excruciating" nil (((ih k) 0) ((s k r uw) 1) ((sh iy) 0) ((ey) 1) ((t ih ng) 0))) +("excruciatingly" nil (((eh k) 1) ((s k r uw) 1) ((s iy) 0) ((ey) 1) ((t ih ng) 0) ((l iy) 0))) +("exculpatory" nil (((eh k) 1) ((s k ah l) 1) ((p ax) 0) ((t ao) 1) ((r iy) 0))) +("excursion" nil (((ih k) 0) ((s k er) 1) ((zh ax n) 0))) +("excursions" nil (((ih k) 0) ((s k er) 1) ((zh ax n z) 0))) +("excuse" n (((ih k) 0) ((s k y uw s) 1))) +("excuse" v (((ih k) 0) ((s k y uw z) 1))) +("excused" nil (((ih k) 0) ((s k y uw z d) 1))) +("excuses" n (((ih k) 0) ((s k y uw) 1) ((s ih z) 0))) +("excuses" v (((ih k) 0) ((s k y uw) 1) ((z ih z) 0))) +("exec" nil (((eh g) 1) ((z eh k) 1))) +("execrable" nil (((eh g) 1) ((z eh) 1) ((k r ax) 0) ((b ax l) 0))) +("execs" nil (((eh g) 1) ((z eh k s) 1))) +("execute" nil (((eh k) 1) ((s ax) 0) ((k y uw t) 1))) +("executed" nil (((eh k) 1) ((s ax) 0) ((k y uw) 1) ((t ax d) 0))) +("executes" nil (((eh k) 1) ((s ax) 0) ((k y uw t s) 1))) +("executing" nil (((eh k) 1) ((s ax) 0) ((k y uw) 1) ((t ih ng) 0))) +("execution" nil (((eh k) 1) ((s ax) 0) ((k y uw) 1) ((sh ax n) 0))) +("executioner" nil (((eh k) 1) ((s ax) 0) ((k y uw) 1) ((sh ax) 0) ((n er) 0))) +("executions" nil (((eh k) 1) ((s ax) 0) ((k y uw) 1) ((sh ax n z) 0))) +("executive" nil (((ih g) 0) ((z eh) 1) ((k y ax) 0) ((t ih v) 0))) +("executives" nil (((ih g) 0) ((z eh) 1) ((k y ax) 0) ((t ih v z) 0))) +("executone" nil (((eh g) 1) ((z eh) 1) ((k y uw) 0) ((t ow n) 1))) +("executor" nil (((ih g) 0) ((z eh) 1) ((k y ax) 0) ((t er) 0))) +("executors" nil (((ih g) 0) ((z eh) 1) ((k y ax) 0) ((t er z) 0))) +("exel" nil (((eh k) 1) ((s ax l) 0))) +("exemplary" nil (((ih g) 0) ((z eh m) 1) ((p l er) 0) ((iy) 0))) +("exemplified" nil (((ih g) 0) ((z eh m) 1) ((p l ax) 0) ((f ay d) 1))) +("exemplifies" nil (((ih g) 0) ((z eh m) 1) ((p l ax) 0) ((f ay z) 1))) +("exemplify" nil (((ih g) 0) ((z eh m) 1) ((p l ax) 0) ((f ay) 1))) +("exemplifying" nil (((ih g) 0) ((z eh m) 1) ((p l ax) 0) ((f ay) 1) ((ih ng) 0))) +("exemplum" nil (((ih g) 0) ((z eh m) 1) ((p l ax m) 0))) +("exempt" nil (((ih g) 0) ((z eh m p t) 1))) +("exempted" nil (((ih g) 0) ((z eh m p) 1) ((t ih d) 0))) +("exempting" nil (((ih g) 0) ((z eh m p) 1) ((t ih ng) 0))) +("exemption" nil (((ih g) 0) ((z eh m p) 1) ((sh ax n) 0))) +("exemptions" nil (((ih g) 0) ((z eh m p) 1) ((sh ax n z) 0))) +("exempts" nil (((ih g) 0) ((z eh m p t s) 1))) +("exercisable" nil (((eh k) 1) ((s er) 0) ((s ay) 1) ((z ax) 0) ((b ax l) 0))) +("exercise" nil (((eh k) 1) ((s er) 0) ((s ay z) 1))) +("exercised" nil (((eh k) 1) ((s er) 0) ((s ay z d) 1))) +("exerciser" nil (((eh k) 1) ((s er) 0) ((s ay) 1) ((z er) 0))) +("exercisers" nil (((eh k) 1) ((s er) 0) ((s ay) 1) ((z er z) 0))) +("exercises" nil (((eh k) 1) ((s er) 0) ((s ay) 1) ((z ax z) 0))) +("exercising" nil (((eh k) 1) ((s er) 0) ((s ay) 1) ((z ih ng) 0))) +("exert" nil (((ih g) 0) ((z er t) 1))) +("exerted" nil (((ih g) 0) ((z er) 1) ((t ih d) 0))) +("exerting" nil (((ih g) 0) ((z er) 1) ((t ih ng) 0))) +("exertion" nil (((ih g) 0) ((z er) 1) ((sh ax n) 0))) +("exertions" nil (((ih g) 0) ((z er) 1) ((sh ax n z) 0))) +("exerts" nil (((ih g) 0) ((z er t s) 1))) +("exes" nil (((eh k) 1) ((s ih z) 0))) +("exeter" nil (((eh k) 1) ((s ih) 0) ((t er) 0))) +("exfoliation" nil (((eh k) 0) ((s f ow) 1) ((l iy) 0) ((ey) 1) ((sh ax n) 0))) +("exhalation" nil (((eh k s) 1) ((hh ax) 0) ((l ey) 1) ((sh ax n) 0))) +("exhaled" nil (((eh k s) 0) ((hh ey l d) 1))) +("exhaust" nil (((ih g) 0) ((z ao s t) 1))) +("exhausted" nil (((ih g) 0) ((z ao) 1) ((s t ax d) 0))) +("exhausting" nil (((ih g) 0) ((z ao) 1) ((s t ih ng) 0))) +("exhaustion" nil (((ih g) 0) ((z ao s) 1) ((ch ax n) 0))) +("exhaustive" nil (((ih g) 0) ((z ao) 1) ((s t ih v) 0))) +("exhaustively" nil (((ih g) 0) ((z aa) 1) ((s t ih) 0) ((v l iy) 0))) +("exhausts" nil (((ih g) 0) ((z ao s t s) 1))) +("exhibit" nil (((ih g) 0) ((z ih) 1) ((b ih t) 0))) +("exhibited" nil (((ih g) 0) ((z ih) 1) ((b ax) 0) ((t ax d) 0))) +("exhibiting" nil (((ih g) 0) ((z ih) 1) ((b ih) 0) ((t ih ng) 0))) +("exhibition" nil (((eh k) 1) ((s ax) 0) ((b ih) 1) ((sh ax n) 0))) +("exhibitionist" nil (((eh k) 1) ((s ax) 0) ((b ih) 1) ((sh ax) 0) ((n ax s t) 0))) +("exhibitionists" nil (((eh k) 1) ((s ax) 0) ((b ih) 1) ((sh ax) 0) ((n ax s t s) 0))) +("exhibitions" nil (((eh k) 1) ((s ax) 0) ((b ih) 1) ((sh ax n z) 0))) +("exhibitor" nil (((ih g) 0) ((z ih) 1) ((b ax) 0) ((t er) 0))) +("exhibitors" nil (((ih g) 0) ((z ih) 1) ((b ax) 0) ((t er z) 0))) +("exhibits" nil (((ih g) 0) ((z ih) 1) ((b ax t s) 0))) +("exhilarated" nil (((ih g) 0) ((z ih) 1) ((l er) 0) ((ey) 1) ((t ih d) 0))) +("exhilarating" nil (((ih g) 0) ((z ih) 1) ((l er) 0) ((ey) 1) ((t ih ng) 0))) +("exhilaration" nil (((ih g) 0) ((z ih) 1) ((l er) 0) ((ey) 1) ((sh ax n) 0))) +("exhort" nil (((ih g) 0) ((z ao r t) 1))) +("exhortation" nil (((eh g) 1) ((z ao r) 1) ((t ey) 1) ((sh ax n) 0))) +("exhortations" nil (((eh g) 1) ((z ao r) 1) ((t ey) 1) ((sh ax n z) 0))) +("exhorted" nil (((ih g) 0) ((z ao r) 1) ((t ih d) 0))) +("exhorting" nil (((ih g) 0) ((z ao r) 1) ((t ih ng) 0))) +("exhorts" nil (((ih g) 0) ((z ao r t s) 1))) +("exide" nil (((eh k) 1) ((s ay d) 1))) +("exigencies" nil (((eh k) 1) ((s ih) 1) ((jh ax n) 0) ((s iy z) 0))) +("exigent" nil (((eh k) 1) ((s ih) 0) ((jh ax n t) 0))) +("exigents" nil (((eh k) 1) ((s ih) 0) ((jh ax n t s) 0))) +("exile" nil (((eh g) 1) ((z ay l) 1))) +("exiled" nil (((eh g) 1) ((z ay l d) 1))) +("exiles" nil (((eh g) 1) ((z ay l z) 1))) +("exim" nil (((eh k) 1) ((s ih m) 0))) +("exisiting" nil (((eh g) 1) ((z ih) 1) ((s ih) 0) ((t ih ng) 0))) +("exist" nil (((ih g) 0) ((z ih s t) 1))) +("existed" nil (((ih g) 0) ((z ih) 1) ((s t ax d) 0))) +("existence" nil (((eh g) 0) ((z ih) 1) ((s t ax n s) 0))) +("existent" nil (((eh g) 0) ((z ih) 1) ((s t ax n t) 0))) +("existential" nil (((eh k) 1) ((s ih) 0) ((s t eh n) 1) ((ch ax l) 0))) +("existing" nil (((ih g) 0) ((z ih) 1) ((s t ih ng) 0))) +("exists" nil (((ih g) 0) ((z ih s t s) 1))) +("exit" nil (((eh g) 1) ((z ih t) 0))) +("exited" nil (((eh g) 1) ((z ax) 0) ((t ih d) 0))) +("exiting" nil (((eh g) 1) ((z ih) 0) ((t ih ng) 0))) +("exits" nil (((eh g) 1) ((z ih t s) 0))) +("exler" nil (((eh k) 1) ((s l er) 0))) +("exley" nil (((eh k) 1) ((s l iy) 0))) +("exline" nil (((eh k) 1) ((s l ay n) 0))) +("exner" nil (((eh k) 1) ((s n er) 0))) +("exocet" nil (((eh k) 1) ((s ow) 0) ((s eh t) 1))) +("exodus" nil (((eh k) 1) ((s ax) 0) ((d ax s) 0))) +("exogenous" nil (((eh k) 1) ((s ow) 1) ((jh ax) 0) ((n ax s) 0))) +("exon" nil (((eh k) 1) ((s ao n) 1))) +("exonerate" nil (((ih g) 0) ((z aa) 1) ((n er) 0) ((ey t) 1))) +("exonerated" nil (((ih g) 0) ((z aa) 1) ((n er) 0) ((ey) 1) ((t ih d) 0))) +("exonerating" nil (((ih g) 0) ((z aa) 1) ((n er) 0) ((ey) 1) ((t ih ng) 0))) +("exorbitant" nil (((ih g) 0) ((z ao r) 1) ((b ih) 0) ((t ax n t) 0))) +("exorcism" n (((eh k) 1) ((s ax r) 0) ((s ih) 1) ((z ax m) 0))) +("exorcist" nil (((eh k) 1) ((s er) 0) ((s ax s t) 0))) +("exoskeleton" nil (((eh k) 1) ((s ow) 0) ((s k eh) 1) ((l ax) 0) ((t ax n) 0))) +("exothermic" nil (((eh k) 1) ((s ow) 0) ((th er) 1) ((m ih k) 0))) +("exotic" nil (((ih g) 0) ((z aa) 1) ((t ih k) 0))) +("exoticism" n (((eh g) 0) ((z aa) 1) ((t ax) 0) ((k ax) 0) ((z ax m) 0))) +("exotics" nil (((eh g) 0) ((z aa) 1) ((t ih k s) 0))) +("exovir" nil (((eh k) 1) ((s ow) 0) ((v ih r) 1))) +("expand" nil (((ih k) 0) ((s p ae n d) 1))) +("expandable" nil (((ih k) 0) ((s p ae n) 1) ((d ax) 0) ((b ax l) 0))) +("expanded" nil (((ih k) 0) ((s p ae n) 1) ((d ax d) 0))) +("expanding" nil (((ih k) 0) ((s p ae n) 1) ((d ih ng) 0))) +("expands" nil (((ih k) 0) ((s p ae n d z) 1))) +("expanse" nil (((ih k) 0) ((s p ae n s) 1))) +("expanses" nil (((ih k) 0) ((s p ae n) 1) ((s ih z) 0))) +("expansion" nil (((ih k) 0) ((s p ae n) 1) ((sh ax n) 0))) +("expansionary" nil (((ih k) 0) ((s p ae n) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("expansionism" nil (((ih k) 0) ((s p ae n) 1) ((ch ax) 0) ((n ih) 1) ((z ax m) 0))) +("expansionist" nil (((ih k) 0) ((s p ae n) 1) ((ch ax) 0) ((n ih s t) 0))) +("expansions" nil (((ih k) 0) ((s p ae n) 1) ((sh ax n z) 0))) +("expansive" nil (((ih k) 0) ((s p ae n) 1) ((s ih v) 0))) +("expatriate" nil (((eh k) 0) ((s p ey) 1) ((t r iy) 0) ((ey t) 1))) +("expatriates" nil (((eh k) 0) ((s p ey) 1) ((t r iy) 0) ((ey t s) 1))) +("expatriation" nil (((eh k) 0) ((s p ey) 1) ((t r iy) 0) ((ey) 1) ((sh ax n) 0))) +("expect" nil (((ih k) 0) ((s p eh k t) 1))) +("expectancies" nil (((ih k) 0) ((s p eh k) 1) ((t ax n) 0) ((s iy z) 0))) +("expectancy" nil (((ih k) 0) ((s p eh k) 1) ((t ax n) 0) ((s iy) 0))) +("expectant" nil (((ih k) 0) ((s p eh k) 1) ((t ax n t) 0))) +("expectation" nil (((eh k) 1) ((s p eh k) 0) ((t ey) 1) ((sh ax n) 0))) +("expectations" nil (((eh k) 1) ((s p eh k) 0) ((t ey) 1) ((sh ax n z) 0))) +("expected" nil (((ih k) 0) ((s p eh k) 1) ((t ax d) 0))) +("expecting" nil (((ih k) 0) ((s p eh k) 1) ((t ih ng) 0))) +("expectorant" nil (((ih k) 0) ((s p eh k) 1) ((t er) 0) ((ax n t) 0))) +("expects" nil (((ih k) 0) ((s p eh k t s) 1))) +("expedience" nil (((ih k) 0) ((s p iy) 1) ((d iy) 0) ((ax n s) 0))) +("expediency" nil (((ih k) 0) ((s p iy) 1) ((d iy) 0) ((ax n) 0) ((s iy) 0))) +("expedient" nil (((ih k) 0) ((s p iy) 1) ((d iy) 0) ((ax n t) 0))) +("expedite" nil (((eh k) 1) ((s p ih) 0) ((d ay t) 1))) +("expedited" nil (((eh k) 1) ((s p ih) 0) ((d ay) 1) ((t ih d) 0))) +("expediting" nil (((eh k) 1) ((s p ax) 0) ((d ay) 1) ((t ih ng) 0))) +("expedition" nil (((eh k) 1) ((s p ax) 0) ((d ih) 1) ((sh ax n) 0))) +("expeditionary" nil (((eh k) 1) ((s p ax) 0) ((d ih) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("expeditions" nil (((eh k) 1) ((s p ax) 0) ((d ih) 1) ((sh ax n z) 0))) +("expeditious" nil (((eh k) 1) ((s p ax) 0) ((d ih) 1) ((sh ax s) 0))) +("expeditiously" nil (((eh k) 1) ((s p ax) 0) ((d ih) 1) ((sh ax) 0) ((s l iy) 0))) +("expel" nil (((ih k) 0) ((s p eh l) 1))) +("expelled" nil (((ih k) 0) ((s p eh l d) 1))) +("expelling" nil (((ih k) 0) ((s p eh) 1) ((l ih ng) 0))) +("expend" nil (((ih k) 0) ((s p eh n d) 1))) +("expendable" nil (((ih k) 0) ((s p eh n) 1) ((d ax) 0) ((b ax l) 0))) +("expended" nil (((ih k) 0) ((s p eh n) 1) ((d ih d) 0))) +("expending" nil (((eh k) 1) ((s p eh n) 1) ((d ih ng) 0))) +("expenditure" nil (((ih k) 0) ((s p eh n) 1) ((d ax) 0) ((ch er) 0))) +("expenditures" nil (((ih k) 0) ((s p eh n) 1) ((d ax) 0) ((ch er z) 0))) +("expense" nil (((ih k) 0) ((s p eh n s) 1))) +("expenses" nil (((ih k) 0) ((s p eh n) 1) ((s ax z) 0))) +("expensing" nil (((ih k) 0) ((s p eh n) 1) ((s ih ng) 0))) +("expensive" nil (((ih k) 0) ((s p eh n) 1) ((s ih v) 0))) +("expensively" nil (((eh k) 1) ((s p eh n) 1) ((s ih) 0) ((v l iy) 0))) +("experience" nil (((ih k) 0) ((s p ih) 1) ((r iy) 0) ((ax n s) 0))) +("experienced" nil (((ih k) 0) ((s p ih) 1) ((r iy) 0) ((ax n s t) 0))) +("experiences" nil (((ih k) 0) ((s p ih) 1) ((r iy) 0) ((ax n) 0) ((s ih z) 0))) +("experiencing" nil (((ih k) 0) ((s p ih) 1) ((r iy) 0) ((ax n) 0) ((s ih ng) 0))) +("experiment" nil (((ih k) 0) ((s p eh) 1) ((r ax) 0) ((m ax n t) 0))) +("experimental" nil (((ih k) 0) ((s p eh) 1) ((r ax) 0) ((m eh n) 1) ((t ax l) 0))) +("experimentalist" nil (((ih k) 0) ((s p eh) 1) ((r ax) 0) ((m eh n) 1) ((t ax) 0) ((l ih s t) 0))) +("experimentally" nil (((ih k) 0) ((s p eh) 0) ((r ax) 0) ((m eh n) 1) ((t ax) 0) ((l iy) 0))) +("experimentation" nil (((ih k) 0) ((s p eh) 1) ((r ax) 0) ((m ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("experimented" nil (((ih k) 0) ((s p eh) 1) ((r ax) 0) ((m ax n) 0) ((t ax d) 0))) +("experimenters" nil (((ih k) 0) ((s p eh) 1) ((r ax) 0) ((m eh n) 1) ((t er z) 0))) +("experimenting" nil (((eh k) 0) ((s p eh) 1) ((r ax) 0) ((m eh n) 0) ((t ih ng) 0))) +("experiments" nil (((ih k) 0) ((s p eh) 1) ((r ax) 0) ((m ax n t s) 0))) +("expert" nil (((eh k) 1) ((s p er t) 0))) +("expertise" nil (((eh k) 1) ((s p er) 0) ((t iy z) 1))) +("expertly" nil (((eh k) 1) ((s p er t) 0) ((l iy) 0))) +("experts" nil (((eh k) 1) ((s p er t s) 0))) +("expiate" nil (((eh k) 1) ((s p iy) 0) ((ey t) 1))) +("expiration" nil (((eh k) 1) ((s p er) 0) ((ey) 1) ((sh ax n) 0))) +("expirations" nil (((eh k) 1) ((s p er) 0) ((ey) 1) ((sh ax n z) 0))) +("expiratory" nil (((ih k) 0) ((s p ay) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0))) +("expire" nil (((ih k) 0) ((s p ay r) 1))) +("expired" nil (((ih k) 0) ((s p ay r d) 1))) +("expires" nil (((ih k) 0) ((s p ay) 1) ((er z) 0))) +("expiring" nil (((ih k) 0) ((s p ay) 1) ((r ih ng) 0))) +("expiry" nil (((eh k) 1) ((s p ay) 1) ((r iy) 0))) +("explain" nil (((ih k) 0) ((s p l ey n) 1))) +("explainable" nil (((ih k) 0) ((s p l ey) 1) ((n ax) 0) ((b ax l) 0))) +("explained" nil (((ih k) 0) ((s p l ey n d) 1))) +("explaining" nil (((ih k) 0) ((s p l ey) 1) ((n ih ng) 0))) +("explains" nil (((ih k) 0) ((s p l ey n z) 1))) +("explanation" nil (((eh k) 1) ((s p l ax) 0) ((n ey) 1) ((sh ax n) 0))) +("explanations" nil (((eh k) 1) ((s p l ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("explanatory" nil (((ih k) 0) ((s p l ae) 1) ((n ax) 0) ((t ao) 1) ((r iy) 0))) +("expletive" nil (((eh k) 1) ((s p l ax) 0) ((t ih v) 0))) +("expletives" nil (((eh k) 1) ((s p l ax) 0) ((t ih v z) 0))) +("explication" nil (((eh k) 1) ((s p l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("explicit" nil (((ih k) 0) ((s p l ih) 1) ((s ax t) 0))) +("explicitly" nil (((ih k) 0) ((s p l ih) 1) ((s ax t) 0) ((l iy) 0))) +("explode" nil (((ih k) 0) ((s p l ow d) 1))) +("exploded" nil (((ih k) 0) ((s p l ow) 1) ((d ax d) 0))) +("explodes" nil (((ih k) 0) ((s p l ow d z) 1))) +("exploding" nil (((ih k) 0) ((s p l ow) 1) ((d ih ng) 0))) +("exploit" n (((eh k) 1) ((s p l oy t) 0))) +("exploit" v (((ih k) 0) ((s p l oy t) 1))) +("exploitation" nil (((eh k) 1) ((s p l oy) 1) ((t ey) 1) ((sh ax n) 0))) +("exploitative" nil (((eh k) 1) ((s p l oy) 1) ((t ax) 0) ((t ih v) 0))) +("exploited" nil (((eh k) 1) ((s p l oy) 1) ((t ax d) 0))) +("exploiting" nil (((eh k) 1) ((s p l oy) 1) ((t ih ng) 0))) +("exploits" n (((eh k) 1) ((s p l oy t s) 1))) +("exploits" v (((ih k) 0) ((s p l oy t s) 1))) +("exploration" nil (((eh k) 1) ((s p l er) 0) ((ey) 1) ((sh ax n) 0))) +("explorations" nil (((eh k) 1) ((s p l er) 0) ((ey) 1) ((sh ax n z) 0))) +("exploratory" nil (((ih k) 0) ((s p l ao) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0))) +("explore" nil (((ih k) 0) ((s p l ao r) 1))) +("explored" nil (((ih k) 0) ((s p l ao r d) 1))) +("explorer" nil (((ih k) 0) ((s p l ao) 1) ((r er) 0))) +("explorers" nil (((ih k) 0) ((s p l ao) 1) ((r er z) 0))) +("explores" nil (((ih k) 0) ((s p l ao r z) 1))) +("exploring" nil (((ih k) 0) ((s p l ao) 1) ((r ih ng) 0))) +("explosion" nil (((ih k) 0) ((s p l ow) 1) ((zh ax n) 0))) +("explosions" nil (((ih k) 0) ((s p l ow) 1) ((zh ax n z) 0))) +("explosive" nil (((ih k) 0) ((s p l ow) 1) ((s ih v) 0))) +("explosively" nil (((eh k) 1) ((s p l ow) 1) ((s ih) 0) ((v l iy) 0))) +("explosives" nil (((ih k) 0) ((s p l ow) 1) ((s ih v z) 0))) +("explosivos" nil (((eh k) 1) ((s p l ax) 0) ((s iy) 1) ((v ow s) 0))) +("expo" nil (((eh k) 1) ((s p ow) 0))) +("exponent" nil (((eh k) 1) ((s p ow) 1) ((n ax n t) 0))) +("exponential" nil (((eh k) 1) ((s p ow) 0) ((n eh n) 1) ((ch ax l) 0))) +("exponentially" nil (((eh k) 1) ((s p ow) 0) ((n eh n) 1) ((sh ax) 0) ((l iy) 0))) +("exponents" nil (((ih k) 0) ((s p ow) 1) ((n ax n t s) 0))) +("export" n (((eh k) 1) ((s p ao r t) 0))) +("export" v (((ih k) 0) ((s p ao r t) 1))) +("exportable" nil (((eh k) 0) ((s p ao r) 1) ((t ax) 0) ((b ax l) 0))) +("exported" nil (((ih k) 0) ((s p ao r) 1) ((t ax d) 0))) +("exporter" nil (((ih k) 0) ((s p ao r) 1) ((t er) 0))) +("exporters" nil (((ih k) 0) ((s p ao r) 1) ((t er z) 0))) +("exporting" nil (((ih k) 0) ((s p ao r) 1) ((t ih ng) 0))) +("exports" n (((eh k) 1) ((s p ao r t s) 0))) +("exports" v (((ih k) 0) ((s p ao r t s) 1))) +("expos" nil (((eh k) 1) ((s p ow z) 0))) +("expose" nil (((ih k) 0) ((s p ow z) 1))) +("exposed" nil (((ih k) 0) ((s p ow z d) 1))) +("exposes" nil (((ih k) 0) ((s p ow) 1) ((z ih z) 0))) +("exposing" nil (((ih k) 0) ((s p ow) 1) ((z ih ng) 0))) +("exposition" nil (((eh k) 1) ((s p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("expositions" nil (((eh k) 1) ((s p ax) 0) ((z ih) 1) ((sh ax n z) 0))) +("exposito" nil (((eh k) 0) ((s p ax) 0) ((s ay) 1) ((t ow) 0))) +("exposure" nil (((ih k) 0) ((s p ow) 1) ((zh er) 0))) +("exposures" nil (((ih k) 0) ((s p ow) 1) ((zh er z) 0))) +("expound" nil (((ih k) 0) ((s p aw n d) 1))) +("expounded" nil (((ih k) 0) ((s p aw n) 1) ((d ax d) 0))) +("expounding" nil (((ih k) 0) ((s p aw n) 1) ((d ih ng) 0))) +("expounds" nil (((ih k) 0) ((s p aw n d z) 1))) +("express" nil (((ih k) 0) ((s p r eh s) 1))) +("expressed" nil (((ih k) 0) ((s p r eh s t) 1))) +("expresses" nil (((ih k) 0) ((s p r eh) 1) ((s ax z) 0))) +("expressing" nil (((ih k) 0) ((s p r eh) 1) ((s ih ng) 0))) +("expression" nil (((ih k) 0) ((s p r eh) 1) ((sh ax n) 0))) +("expressionism" nil (((ih k) 0) ((s p r eh) 1) ((sh ax) 0) ((n ih) 1) ((z ax m) 0))) +("expressionist" nil (((ih k) 0) ((s p r eh) 1) ((sh ax) 0) ((n ax s t) 0))) +("expressionistic" nil (((ih k) 0) ((s p r eh) 1) ((sh ax) 0) ((n ih) 1) ((s t ih k) 0))) +("expressions" nil (((ih k) 0) ((s p r eh) 1) ((sh ax n z) 0))) +("expressive" nil (((ih k) 0) ((s p r eh) 1) ((s ih v) 0))) +("expressivity" nil (((eh k) 1) ((s p r ax) 0) ((s ih) 1) ((v ih) 0) ((t iy) 0))) +("expressly" nil (((ih k) 0) ((s p r eh) 1) ((s l iy) 0))) +("expressway" nil (((ih k) 0) ((s p r eh) 1) ((s w ey) 1))) +("expropriate" nil (((eh k) 0) ((s p r ow) 1) ((p r iy) 0) ((ey t) 1))) +("expropriated" nil (((eh k) 0) ((s p r ow) 1) ((p r iy) 0) ((ey) 1) ((t ih d) 0))) +("expropriation" nil (((eh k) 1) ((s p r ow) 1) ((p r iy) 0) ((ey) 1) ((sh ax n) 0))) +("expropriations" nil (((eh k) 1) ((s p r ow) 1) ((p r iy) 0) ((ey) 1) ((sh ax n z) 0))) +("expulsion" nil (((ih k) 0) ((s p ah l) 1) ((sh ax n) 0))) +("expulsions" nil (((ih k) 0) ((s p ah l) 1) ((sh ax n z) 0))) +("expunged" nil (((ih k) 0) ((s p ah n jh d) 1))) +("exquisite" nil (((eh k) 1) ((s k w ax) 0) ((z ax t) 0))) +("exquisitely" nil (((eh k) 1) ((s k w ih) 1) ((z ih t) 0) ((l iy) 0))) +("extant" nil (((eh k) 1) ((s t ax n t) 0))) +("extel" nil (((eh k) 1) ((s t eh l) 1))) +("extend" nil (((ih k) 0) ((s t eh n d) 1))) +("extendable" nil (((eh k) 1) ((s t eh n) 1) ((d ax) 0) ((b ax l) 0))) +("extended" nil (((ih k) 0) ((s t eh n) 1) ((d ax d) 0))) +("extenders" nil (((eh k) 1) ((s t eh n) 1) ((d er z) 0))) +("extendible" nil (((eh k) 1) ((s t eh n) 1) ((d ih) 0) ((b ax l) 0))) +("extending" nil (((ih k) 0) ((s t eh n) 1) ((d ih ng) 0))) +("extends" nil (((ih k) 0) ((s t eh n d z) 1))) +("extension" nil (((ih k) 0) ((s t eh n) 1) ((sh ax n) 0))) +("extensions" nil (((ih k) 0) ((s t eh n) 1) ((sh ax n z) 0))) +("extensive" nil (((ih k) 0) ((s t eh n) 1) ((s ih v) 0))) +("extensively" nil (((ih k) 0) ((s t eh n) 1) ((s ih) 0) ((v l iy) 0))) +("extent" nil (((ih k) 0) ((s t eh n t) 1))) +("extenuating" nil (((ih k) 0) ((s t eh) 1) ((n y uw) 0) ((ey) 1) ((t ih ng) 0))) +("exterior" nil (((ih k) 0) ((s t ih) 1) ((r iy) 0) ((er) 0))) +("exteriors" nil (((eh k) 0) ((s t ih) 1) ((r iy) 0) ((er z) 0))) +("exterminating" nil (((ih k) 0) ((s t er) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("extermination" nil (((ih k) 0) ((s t er) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("exterminator" nil (((ih k) 0) ((s t er) 1) ((m ax) 0) ((n ey) 1) ((t er) 0))) +("exterminators" nil (((ih k) 0) ((s t er) 1) ((m ax) 0) ((n ey) 1) ((t er z) 0))) +("external" nil (((ih k) 0) ((s t er) 1) ((n ax l) 0))) +("externally" nil (((ih k) 0) ((s t er) 1) ((n ax) 0) ((l iy) 0))) +("extinct" nil (((ih k) 0) ((s t ih ng k t) 1))) +("extinction" nil (((ih k) 0) ((s t ih ng k) 1) ((sh ax n) 0))) +("extinguish" nil (((ih k) 0) ((s t ih ng) 1) ((g w ih sh) 0))) +("extinguished" nil (((ih k) 0) ((s t ih ng) 1) ((g w ih sh t) 0))) +("extinguisher" nil (((ih k) 0) ((s t ih ng) 1) ((g w ih) 0) ((sh er) 0))) +("extinguishers" nil (((ih k) 0) ((s t ih ng) 1) ((g w ih) 0) ((sh er z) 0))) +("extinguishing" nil (((ih k) 0) ((s t ih ng) 1) ((g w ih) 0) ((sh ih ng) 0))) +("extinguishment" nil (((ih k) 0) ((s t ih ng) 1) ((g w ih) 0) ((sh m ax n t) 0))) +("extirpate" nil (((eh k) 1) ((s t er) 0) ((p ey t) 1))) +("extol" nil (((ih k) 0) ((s t ow l) 1))) +("extolled" nil (((ih k) 0) ((s t ow l d) 1))) +("extolling" nil (((ih k) 0) ((s t ow) 1) ((l ih ng) 0))) +("extols" nil (((ih k) 0) ((s t ow l z) 1))) +("exton" nil (((eh k) 1) ((s t ax n) 0))) +("extort" nil (((ih k) 0) ((s t ao r t) 1))) +("extorted" nil (((ih k) 0) ((s t ao r) 1) ((t ih d) 0))) +("extorting" nil (((ih k) 0) ((s t ao r) 1) ((t ih ng) 0))) +("extortion" nil (((ih k) 0) ((s t ao r) 1) ((sh ax n) 0))) +("extortionate" nil (((ih k) 0) ((s t ao r) 1) ((sh ax) 0) ((n ax t) 0))) +("extra" nil (((eh k) 1) ((s t r ax) 0))) +("extracellularly" nil (((eh k) 1) ((s t r ax) 0) ((s eh) 1) ((l y ax) 0) ((l er) 0) ((l iy) 0))) +("extract" n (((eh k) 1) ((s t r ae k t) 1))) +("extract" v (((ih k) 0) ((s t r ae k t) 1))) +("extracted" nil (((ih k) 0) ((s t r ae k) 1) ((t ax d) 0))) +("extracting" nil (((ih k) 0) ((s t r ae k) 1) ((t ih ng) 0))) +("extraction" nil (((ih k) 0) ((s t r ae k) 1) ((sh ax n) 0))) +("extractions" nil (((ih k) 0) ((s t r ae k) 1) ((sh ax n z) 0))) +("extracts" n (((eh k) 1) ((s t r ae k t s) 1))) +("extracts" v (((ih k) 0) ((s t r ae k t s) 1))) +("extracurricular" nil (((eh k) 1) ((s t r ax) 0) ((k er) 0) ((ih) 1) ((k y ax) 0) ((l er) 0))) +("extradite" nil (((eh k) 1) ((s t r ax) 0) ((d ay t) 1))) +("extradited" nil (((eh k) 1) ((s t r ax) 0) ((d ay) 1) ((t ih d) 0))) +("extraditing" nil (((eh k) 1) ((s t r ax) 0) ((d ay) 1) ((t ih ng) 0))) +("extradition" nil (((eh k) 1) ((s t r ax) 0) ((d ih) 1) ((sh ax n) 0))) +("extragalactic" nil (((eh k) 1) ((s t r ax) 0) ((g ax) 0) ((l ae k) 1) ((t ih k) 0))) +("extralegal" nil (((eh k) 1) ((s t r ax) 0) ((l iy) 1) ((g ax l) 0))) +("extramarital" nil (((eh k) 1) ((s t r ax) 0) ((m eh) 1) ((r ax) 0) ((t ax l) 0))) +("extraneous" nil (((eh k) 0) ((s t r ey) 1) ((n iy) 0) ((ax s) 0))) +("extraordinaire" nil (((eh k) 1) ((s t r ax) 0) ((ao r) 1) ((d ih) 0) ((n eh r) 1))) +("extraordinarily" nil (((ih k) 0) ((s t r ao r) 1) ((d ax) 0) ((n eh) 1) ((r ax) 0) ((l iy) 0))) +("extraordinary" nil (((ih k) 0) ((s t r ao r) 1) ((d ax) 0) ((n eh) 2) ((r iy) 0))) +("extrapolate" nil (((ih k) 0) ((s t r ae) 1) ((p ax) 0) ((l ey t) 1))) +("extrapolated" nil (((ih k) 0) ((s t r ae) 1) ((p ax) 0) ((l ey) 1) ((t ih d) 0))) +("extrapolating" nil (((ih k) 0) ((s t r ae) 1) ((p ax) 0) ((l ey) 1) ((t ih ng) 0))) +("extrapolation" nil (((ih k) 0) ((s t r ae) 1) ((p ax) 0) ((l ey) 1) ((sh ax n) 0))) +("extras" nil (((eh k) 1) ((s t r ax z) 0))) +("extrasensory" nil (((eh k) 1) ((s t r ax) 0) ((s eh n) 1) ((s er) 0) ((iy) 0))) +("extraterrestrial" nil (((eh k) 1) ((s t r ax) 0) ((t er) 0) ((eh) 1) ((s t r iy) 0) ((ax l) 0))) +("extraterrestrials" nil (((eh k) 1) ((s t r ax) 0) ((t er) 1) ((eh) 1) ((s t r iy) 0) ((ax l z) 0))) +("extraterritorial" nil (((eh k) 1) ((s t r ax) 0) ((t eh) 1) ((r ih) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("extraterritoriality" nil (((eh k) 1) ((s t r ax) 0) ((t eh) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("extravagance" nil (((ih k) 0) ((s t r ae) 1) ((v ax) 0) ((g ax n s) 0))) +("extravagant" nil (((ih k) 0) ((s t r ae) 1) ((v ax) 0) ((g ax n t) 0))) +("extravagantly" nil (((eh k) 1) ((s t r ae) 1) ((v ax) 0) ((g ax n t) 0) ((l iy) 0))) +("extravaganza" nil (((ih k) 0) ((s t r ae) 1) ((v ax) 0) ((g ae n) 1) ((z ax) 0))) +("extravaganzas" nil (((ih k) 0) ((s t r ae) 1) ((v ax) 0) ((g ae n) 1) ((z ax z) 0))) +("extreme" nil (((ih k) 0) ((s t r iy m) 1))) +("extremely" nil (((ih k) 0) ((s t r iy m) 1) ((l iy) 0))) +("extremes" nil (((ih k) 0) ((s t r iy m z) 1))) +("extremism" nil (((eh k) 1) ((s t r eh) 1) ((m ih) 0) ((z ax m) 0))) +("extremist" nil (((ih k) 0) ((s t r iy) 1) ((m ih s t) 0))) +("extremists" nil (((ih k) 0) ((s t r iy) 1) ((m ax s t s) 0))) +("extremities" nil (((ih k) 0) ((s t r eh) 1) ((m ax) 0) ((t iy z) 0))) +("extremity" nil (((ih k) 0) ((s t r eh) 1) ((m ax) 0) ((t iy) 0))) +("extricate" nil (((eh k) 1) ((s t r ax) 0) ((k ey t) 1))) +("extricated" nil (((eh k) 1) ((s t r ih) 0) ((k ey) 1) ((t ih d) 0))) +("extroverted" nil (((eh k) 1) ((s t r ax) 0) ((v er) 1) ((t ih d) 0))) +("extruded" nil (((ih k) 0) ((s t r uw) 1) ((d ax d) 0))) +("extruding" nil (((ih k) 0) ((s t r uw) 1) ((d ih ng) 0))) +("extrusion" nil (((ih k) 0) ((s t r uw) 1) ((zh ax n) 0))) +("exuberance" nil (((ih g) 0) ((z uw) 1) ((b er) 0) ((ax n s) 0))) +("exuberant" nil (((ih g) 0) ((z uw) 1) ((b er) 0) ((ax n t) 0))) +("exude" nil (((ih g) 0) ((z uw d) 1))) +("exuded" nil (((ih g) 0) ((z uw) 1) ((d ih d) 0))) +("exudes" nil (((ih g) 0) ((z uw d z) 1))) +("exultant" nil (((ih g) 0) ((z ah l) 1) ((t ax n t) 0))) +("exultantly" nil (((ih g) 0) ((z ah l) 1) ((t ax n t) 0) ((l iy) 0))) +("exulted" nil (((ih g) 0) ((z ah l) 1) ((t ih d) 0))) +("exults" nil (((ih g) 0) ((z ah l t s) 1))) +("exum" nil (((ih g) 0) ((z ah m) 1))) +("exxon" nil (((eh k) 1) ((s aa n) 0))) +("ey" nil (((ey) 1))) +("eyde" nil (((ey d) 1))) +("eydie" nil (((ey) 1) ((d iy) 0))) +("eye" nil (((ay) 1))) +("eyeball" nil (((ay) 1) ((b ao l) 1))) +("eyeballs" nil (((ay) 1) ((b ao l z) 1))) +("eyebrow" nil (((ay) 1) ((b r aw) 1))) +("eyebrows" nil (((ay) 1) ((b r aw z) 1))) +("eyecare" nil (((ay) 1) ((k eh r) 1))) +("eyed" nil (((ay d) 1))) +("eyedropper" nil (((ay) 1) ((d r aa) 1) ((p er) 0))) +("eyedrops" nil (((ay) 1) ((d r aa p s) 1))) +("eyeglass" nil (((ay) 1) ((g l ae s) 1))) +("eyeglasses" nil (((ay) 1) ((g l ae) 1) ((s ax z) 0))) +("eyeing" nil (((ay) 1) ((ih ng) 0))) +("eyelab" nil (((ay) 1) ((l ae b) 1))) +("eyelash" nil (((ay) 1) ((l ae sh) 1))) +("eyelashes" nil (((ay) 1) ((l ae) 1) ((sh ih z) 0))) +("eyeless" nil (((ay) 1) ((l ax s) 0))) +("eyelet" nil (((ay) 1) ((l ax t) 0))) +("eyelets" nil (((ay) 1) ((l ax t s) 0))) +("eyelids" nil (((ay) 1) ((l ih d z) 1))) +("eyelike" nil (((ay) 1) ((l ay k) 1))) +("eyepiece" nil (((ay) 1) ((p iy s) 1))) +("eyer" nil (((ay) 1) ((er) 0))) +("eyerly" nil (((iy) 1) ((er) 0) ((l iy) 0))) +("eyerman" nil (((iy) 1) ((er) 0) ((m ax n) 0))) +("eyes" nil (((ay z) 1))) +("eyeshade" nil (((ay) 1) ((sh ey d) 1))) +("eyesight" nil (((ay) 1) ((s ay t) 1))) +("eyesore" nil (((ay) 1) ((s ao r) 1))) +("eyespot" nil (((ay) 1) ((s p aa t) 1))) +("eyestone" nil (((ay) 1) ((s t ow n) 1))) +("eyestrain" nil (((ay) 1) ((s t r ey n) 1))) +("eyetech" nil (((ay) 1) ((t eh k) 1))) +("eyewear" nil (((ay) 1) ((w eh r) 1))) +("eyewitness" nil (((ay) 1) ((w ih t) 1) ((n ax s) 0))) +("eyewitnesses" nil (((ay) 1) ((w ih t) 1) ((n ax) 0) ((s ih z) 0))) +("eyler" nil (((ey) 1) ((l er) 0))) +("eyman" nil (((ey) 1) ((m ax n) 0))) +("eynon" nil (((ey) 1) ((n ax n) 0))) +("eyre" nil (((eh r) 1))) +("eyrich" nil (((eh) 1) ((r ih ch) 0))) +("eyrie" nil (((eh) 1) ((r iy) 0))) +("eyring" nil (((ey) 1) ((r ih ng) 0))) +("eyster" nil (((ey) 1) ((s t er) 0))) +("eyton" nil (((ey) 1) ((t ax n) 0))) +("ez" nil (((iy) 1) ((z iy) 1))) +("ezekiel" nil (((eh) 1) ((z ih) 0) ((k iy l) 1))) +("ezell" nil (((ax) 0) ((z eh l) 1))) +("ezelle" nil (((ih) 0) ((z eh l) 1))) +("ezoe" nil (((eh) 1) ((z ow) 0))) +("ezola" nil (((ey) 1) ((z ow) 1) ((l ax) 0))) +("ezra" nil (((eh z) 1) ((r ax) 0))) +("ezzell" nil (((eh) 1) ((z ax l) 0))) +("ezzo" nil (((eh) 1) ((z ow) 0))) +("f" nil (((eh f) 1))) +("fa" nil (((f aa) 1))) +("faal" nil (((f aa l) 1))) +("faas" nil (((f aa z) 1))) +("fab" nil (((f ae b) 1))) +("fabbri" nil (((f ae) 1) ((b r iy) 0))) +("fabel" nil (((f ae) 1) ((b ax l) 0))) +("fabela" nil (((f aa) 0) ((b eh) 1) ((l ax) 0))) +("faber" nil (((f ey) 1) ((b er) 0))) +("faberge" nil (((f ae) 1) ((b er jh) 0))) +("faberman" nil (((f ey) 1) ((b er) 0) ((m ax n) 0))) +("fabia" nil (((f aa) 1) ((b iy) 0) ((ax) 0))) +("fabian" nil (((f ey) 1) ((b iy) 0) ((ax n) 0))) +("fabiani" nil (((f aa) 0) ((b iy) 0) ((aa) 1) ((n iy) 0))) +("fabiano" nil (((f aa) 0) ((b iy) 0) ((aa) 1) ((n ow) 0))) +("fabien" nil (((f ae) 1) ((b iy n) 0))) +("fabio" nil (((f aa) 1) ((b iy) 0) ((ow) 0))) +("fable" nil (((f ey) 1) ((b ax l) 0))) +("fabled" nil (((f ey) 1) ((b ax l d) 0))) +("fables" nil (((f ey) 1) ((b ax l z) 0))) +("fabre" nil (((f ey) 1) ((b er) 0))) +("fabri" nil (((f ae) 1) ((b r iy) 0))) +("fabric" nil (((f ae) 1) ((b r ih k) 0))) +("fabricant" nil (((f ae) 1) ((b r ih) 0) ((k ax n t) 0))) +("fabricate" nil (((f ae) 1) ((b r ax) 0) ((k ey t) 1))) +("fabricated" nil (((f ae) 1) ((b r ih) 0) ((k ey) 1) ((t ax d) 0))) +("fabricates" nil (((f ae) 1) ((b r ih) 0) ((k ey t s) 1))) +("fabricating" nil (((f ae) 1) ((b r ih) 0) ((k ey) 1) ((t ih ng) 0))) +("fabrication" nil (((f ae) 1) ((b r ih) 0) ((k ey) 1) ((sh ax n) 0))) +("fabrications" nil (((f ae) 1) ((b r ih) 0) ((k ey) 1) ((sh ax n z) 0))) +("fabricator" nil (((f ae) 1) ((b r ih) 0) ((k ey) 1) ((t er) 0))) +("fabricators" nil (((f ae) 1) ((b r ih) 0) ((k ey) 1) ((t er z) 0))) +("fabrics" nil (((f ae) 1) ((b r ih k s) 0))) +("fabris" nil (((f ae) 1) ((b r ih s) 0))) +("fabrizi" nil (((f aa) 0) ((b r iy) 1) ((z iy) 0))) +("fabrizio" nil (((f aa) 0) ((b r iy t) 1) ((s iy) 0) ((ow) 0))) +("fabrizius" nil (((f ae) 1) ((b r iy) 1) ((z iy) 0) ((ax s) 0))) +("fabron" nil (((f ae) 1) ((b r ax n) 0))) +("fabry" nil (((f ae) 1) ((b r iy) 0))) +("fabulous" nil (((f ae) 1) ((b y ax) 0) ((l ax s) 0))) +("fabulously" nil (((f ae) 1) ((b y uw) 0) ((l ax) 0) ((s l iy) 0))) +("fac" nil (((f ae k) 1))) +("facade" nil (((f ax) 0) ((s aa d) 1))) +("facades" nil (((f ax) 0) ((s aa d z) 1))) +("facchini" nil (((f aa) 0) ((k iy) 1) ((n iy) 0))) +("facciola" nil (((f ae) 1) ((ch iy) 0) ((ow) 1) ((l ax) 0))) +("face" nil (((f ey s) 1))) +("faced" nil (((f ey s t) 1))) +("facedown" nil (((f ey s) 1) ((d aw n) 1))) +("faceless" nil (((f ey) 1) ((s l ax s) 0))) +("facelift" nil (((f ey) 1) ((s l ih f t) 1))) +("facemire" nil (((f aa) 0) ((ch eh) 0) ((m ih) 1) ((r iy) 0))) +("facer" nil (((f ey) 1) ((s er) 0))) +("faces" nil (((f ey) 1) ((s ax z) 0))) +("facet" nil (((f ae) 1) ((s ax t) 0))) +("faceted" nil (((f ae) 1) ((s ax) 0) ((t ih d) 0))) +("facetious" nil (((f ax) 0) ((s iy) 1) ((sh ax s) 0))) +("facetiously" nil (((f ax) 0) ((s iy) 1) ((sh ax) 0) ((s l iy) 0))) +("facets" nil (((f ae) 1) ((s ax t s) 0))) +("facey" nil (((f ey) 1) ((s iy) 0))) +("facial" nil (((f ey) 1) ((sh ax l) 0))) +("faciane" nil (((f aa) 0) ((s iy) 0) ((aa) 1) ((n ey) 0))) +("facie" nil (((f ey) 1) ((s iy) 0))) +("facile" nil (((f ae) 1) ((s ax l) 0))) +("facilitate" nil (((f ax) 0) ((s ih) 1) ((l ax) 0) ((t ey t) 1))) +("facilitated" nil (((f ax) 0) ((s ih) 1) ((l ax) 0) ((t ey) 1) ((t ih d) 0))) +("facilitates" nil (((f ax) 0) ((s ih) 1) ((l ax) 0) ((t ey t s) 1))) +("facilitating" nil (((f ax) 0) ((s ih) 1) ((l ax) 0) ((t ey) 1) ((t ih ng) 0))) +("facilitation" nil (((f ax) 0) ((s ih) 1) ((l ax) 0) ((t ey) 1) ((sh ax n) 0))) +("facilitator" nil (((f ax) 0) ((s ih) 1) ((l ax) 0) ((t ey) 1) ((t er) 0))) +("facilitators" nil (((f ax) 0) ((s ih) 1) ((l ax) 0) ((t ey) 1) ((t er z) 0))) +("facilities" nil (((f ax) 0) ((s ih) 1) ((l ax) 0) ((t iy z) 0))) +("facility" nil (((f ax) 0) ((s ih) 1) ((l ih) 0) ((t iy) 0))) +("facing" nil (((f ey) 1) ((s ih ng) 0))) +("facings" nil (((f ey) 1) ((s ih ng z) 0))) +("fackler" nil (((f ae) 1) ((k l er) 0))) +("fackrell" nil (((f ae) 1) ((k r ax l) 0))) +("facsimile" nil (((f ae k) 0) ((s ih) 1) ((m ax) 0) ((l iy) 0))) +("facsimiles" nil (((f ae k) 0) ((s ih) 1) ((m ax) 0) ((l iy z) 0))) +("fact" nil (((f ae k t) 1))) +("facteau" nil (((f ax k) 0) ((t ow) 1))) +("faction" nil (((f ae k) 1) ((sh ax n) 0))) +("factional" nil (((f ae k) 1) ((sh ax) 0) ((n ax l) 0))) +("factionalism" nil (((f ae k) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 1) ((z ax m) 0))) +("factions" nil (((f ae k) 1) ((sh ax n z) 0))) +("factly" nil (((f ae k t) 1) ((l iy) 0))) +("facto" nil (((f ae k) 1) ((t ow) 0))) +("factor" nil (((f ae k) 1) ((t er) 0))) +("factored" nil (((f ae k) 1) ((t er d) 0))) +("factories" nil (((f ae k) 1) ((t er) 0) ((iy z) 0))) +("factoring" nil (((f ae k) 1) ((t er) 0) ((ih ng) 0))) +("factors" nil (((f ae k) 1) ((t er z) 0))) +("factory" nil (((f ae k) 1) ((t er) 0) ((iy) 0))) +("facts" nil (((f ae k t s) 1))) +("factual" nil (((f ae k) 1) ((ch uw) 0) ((ax l) 0))) +("factually" nil (((f ae k) 1) ((ch uw) 0) ((ax) 0) ((l iy) 0))) +("facultative" nil (((f ae) 1) ((k ax l) 0) ((t ey) 1) ((t ih v) 0))) +("faculties" nil (((f ae) 1) ((k ax l) 0) ((t iy z) 0))) +("faculty" nil (((f ae) 1) ((k ax l) 0) ((t iy) 0))) +("fad" nil (((f ae d) 1))) +("fadden" nil (((f ae) 1) ((d ax n) 0))) +("faddis" nil (((f ae) 1) ((d ih s) 0))) +("faddish" nil (((f ae) 1) ((d ih sh) 0))) +("fade" nil (((f ey d) 1))) +("faded" nil (((f ey) 1) ((d ax d) 0))) +("fadel" nil (((f ae) 1) ((d ax l) 0))) +("fadeley" nil (((f ae) 1) ((d ih) 0) ((l iy) 0))) +("fadely" nil (((f ey d) 1) ((l iy) 0))) +("faden" nil (((f ey) 1) ((d ax n) 0))) +("fader" nil (((f ey) 1) ((d er) 0))) +("fades" nil (((f ey d z) 1))) +("fading" nil (((f ey) 1) ((d ih ng) 0))) +("fadlallah" nil (((f ae d) 1) ((l ae) 1) ((l ax) 0))) +("fadness" nil (((f ae d) 1) ((n ax s) 0))) +("fads" nil (((f ae d z) 1))) +("fae" nil (((f ay) 1))) +("faerber" nil (((f eh r) 1) ((b er) 0))) +("faeth" nil (((f iy th) 1))) +("fagan" nil (((f ey) 1) ((g ax n) 0))) +("fagen" nil (((f ae) 1) ((g ax n) 0))) +("fager" nil (((f ey) 1) ((g er) 0))) +("fagerberg" nil (((f ey) 1) ((g er) 0) ((b er g) 0))) +("fagerstrom" nil (((f ey) 1) ((g er) 0) ((s t r ax m) 0))) +("fagg" nil (((f ae g) 1))) +("faggart" nil (((f ae) 1) ((g aa r t) 0))) +("fagin" nil (((f ey) 1) ((g ih n) 0))) +("fagley" nil (((f ae) 1) ((g l iy) 0))) +("fagnant" nil (((f ae g) 1) ((n ax n t) 0))) +("fagoth" nil (((f ae) 1) ((g ax th) 0))) +("fagundes" nil (((f ae) 1) ((g ax n d z) 0))) +("fahd" nil (((f aa d) 1))) +("faherty" nil (((f ae) 1) ((hh er) 0) ((t iy) 0))) +("fahey" nil (((f ae) 1) ((hh iy) 0))) +("fahl" nil (((f aa l) 1))) +("fahlman" nil (((f aa l) 1) ((m ax n) 0))) +("fahmy" nil (((f aa) 1) ((m iy) 0))) +("fahnestock" nil (((f aa n) 1) ((s t aa k) 1))) +("fahr" nil (((f aa r) 1))) +("fahrenheit" nil (((f eh) 1) ((r ax n) 0) ((hh ay t) 1))) +("fahrenkopf" nil (((f aa) 1) ((r ax n) 0) ((k aa p f) 1))) +("fahrer" nil (((f aa) 1) ((r er) 0))) +("fahringer" nil (((f aa) 1) ((r ih ng) 0) ((er) 0))) +("fahrner" nil (((f aa r) 1) ((n er) 0))) +("fahrney" nil (((f aa r) 1) ((n iy) 0))) +("fahs" nil (((f ae s) 1))) +("fahy" nil (((f ey) 1) ((hh iy) 0))) +("faidley" nil (((f ey d) 1) ((l iy) 0))) +("faiella" nil (((f ay) 1) ((eh) 1) ((l ax) 0))) +("fail" nil (((f ey l) 1))) +("faile" nil (((f ey l) 1))) +("failed" nil (((f ey l d) 1))) +("failing" nil (((f ey) 1) ((l ih ng) 0))) +("failings" nil (((f ey) 1) ((l ih ng z) 0))) +("failla" nil (((f ey) 1) ((l ax) 0))) +("failor" nil (((f ey) 1) ((l er) 0))) +("fails" nil (((f ey l z) 1))) +("failsafe" nil (((f ey l) 1) ((s ey f) 1))) +("failure" nil (((f ey) 1) ((l y er) 0))) +("failures" nil (((f ey) 1) ((l y er z) 0))) +("fain" nil (((f ey n) 1))) +("faint" nil (((f ey n t) 1))) +("fainted" nil (((f ey n) 1) ((t ih d) 0))) +("fainter" nil (((f ey n) 1) ((t er) 0))) +("faintest" nil (((f ey n) 1) ((t ax s t) 0))) +("fainthearted" nil (((f ey n t) 1) ((hh aa r) 1) ((t ih d) 0))) +("fainting" nil (((f ey n) 1) ((t ih ng) 0))) +("faintly" nil (((f ey n t) 1) ((l iy) 0))) +("faintness" nil (((f ey n t) 1) ((n ax s) 0))) +("faiola" nil (((f ay) 1) ((ow) 0) ((l ax) 0))) +("fair" nil (((f eh r) 1))) +("fairall" nil (((f eh) 0) ((r ao l) 1))) +("fairbairn" nil (((f eh r) 1) ((b er n) 0))) +("fairbank" nil (((f eh r) 1) ((b ax ng k) 0))) +("fairbanks" nil (((f eh r) 1) ((b ax ng k s) 0))) +("fairbrother" nil (((f eh r) 1) ((b r ax) 0) ((dh er) 0))) +("fairburn" nil (((f eh r) 1) ((b er n) 1))) +("fairchild" nil (((f eh r) 1) ((ch ay l d) 1))) +("faircloth" nil (((f eh r) 1) ((k l ax th) 0))) +("fairclough" nil (((f eh r) 1) ((k l aw) 0))) +("faire" nil (((f eh r) 1))) +("fairer" nil (((f eh) 1) ((r er) 0))) +("faires" nil (((f eh r z) 1))) +("fairest" nil (((f eh) 1) ((r ih s t) 0))) +("fairey" nil (((f eh) 1) ((r iy) 0))) +("fairfax" nil (((f eh r) 1) ((f ae k s) 1))) +("fairfield" nil (((f eh r) 1) ((f iy l d) 1))) +("fairgrounds" nil (((f eh r) 1) ((g r aw n d z) 1))) +("fairhaven" nil (((f eh r) 1) ((hh ey) 1) ((v ax n) 0))) +("fairhurst" nil (((f ay r) 1) ((hh er s t) 0))) +("fairies" nil (((f eh) 1) ((r iy z) 0))) +("fairlawn" nil (((f eh r) 1) ((l ao n) 1))) +("fairleigh" nil (((f eh r) 1) ((l ax) 0))) +("fairless" nil (((f eh r) 0) ((l iy s) 1))) +("fairley" nil (((f eh r) 1) ((l iy) 0))) +("fairlie" nil (((f eh r) 1) ((l iy) 0))) +("fairly" nil (((f eh r) 1) ((l iy) 0))) +("fairman" nil (((f ay r) 1) ((m ax n) 0))) +("fairmont" nil (((f eh r) 1) ((m aa n t) 1))) +("fairness" nil (((f eh r) 1) ((n ax s) 0))) +("fairs" nil (((f eh r z) 1))) +("fairview" nil (((f eh r) 1) ((v y uw) 1))) +("fairway" nil (((f eh r) 1) ((w ey) 1))) +("fairways" nil (((f eh r) 1) ((w ey z) 1))) +("fairweather" nil (((f eh r) 1) ((w eh) 1) ((dh er) 0))) +("fairy" nil (((f eh) 1) ((r iy) 0))) +("fairyland" nil (((f eh) 1) ((r iy) 0) ((l ae n d) 1))) +("faisal" nil (((f ey) 1) ((z ax l) 0))) +("faison" nil (((f ey) 1) ((z ax n) 0))) +("faist" nil (((f aa) 1) ((ih s t) 0))) +("fait" nil (((f ey t) 1))) +("faith" nil (((f ey th) 1))) +("faithful" nil (((f ey th) 1) ((f ax l) 0))) +("faithfully" nil (((f ey th) 1) ((f ax) 0) ((l iy) 0))) +("faithfuls" nil (((f ey th) 1) ((f ax l z) 0))) +("faiths" nil (((f ey th s) 1))) +("faivre" nil (((f ey) 1) ((v er) 0))) +("fajar" nil (((f aa) 1) ((jh aa) 0))) +("fajardo" nil (((f aa) 0) ((y aa r) 1) ((d ow) 0))) +("fajita" nil (((f ax) 0) ((jh iy) 1) ((t ax) 0))) +("fajitas" nil (((f ax) 0) ((jh iy) 1) ((t ax z) 0))) +("fake" nil (((f ey k) 1))) +("faked" nil (((f ey k t) 1))) +("fakers" nil (((f ey) 1) ((k er z) 0))) +("fakes" nil (((f ey k s) 1))) +("faking" nil (((f ey) 1) ((k ih ng) 0))) +("falafel" nil (((f ax) 0) ((l aa) 1) ((f ax l) 0))) +("falanga" nil (((f aa) 0) ((l aa ng) 1) ((g ax) 0))) +("falardeau" nil (((f ae) 1) ((l aa r) 0) ((d ow) 1))) +("falasco" nil (((f aa) 0) ((l aa) 1) ((s k ow) 0))) +("falb" nil (((f ao l b) 1))) +("falbo" nil (((f ae l) 1) ((b ow) 0))) +("falcigno" nil (((f ae l) 1) ((s ih g) 1) ((n ow) 0))) +("falck" nil (((f ae l k) 1))) +("falco" nil (((f ae l) 1) ((k ow) 0))) +("falcoff" nil (((f ae l) 1) ((k ao f) 0))) +("falcon" nil (((f ae l) 1) ((k ax n) 0))) +("falconbridge" nil (((f ae l) 1) ((k ax n) 0) ((b r ih jh) 1))) +("falcone" nil (((f aa l) 0) ((k ow) 1) ((n iy) 0))) +("falconer" nil (((f ae l) 1) ((k ax) 0) ((n er) 0))) +("falconers" nil (((f ae l) 1) ((k ax) 0) ((n er z) 0))) +("falconets" nil (((f ae l) 1) ((k ax) 0) ((n eh t s) 1))) +("falconi" nil (((f aa l) 0) ((k ow) 1) ((n iy) 0))) +("falconry" nil (((f ae l) 1) ((k ax n) 0) ((r iy) 0))) +("falcons" nil (((f ae l) 1) ((k ax n z) 0))) +("faldo" nil (((f aa l) 1) ((d ow) 0))) +("faler" nil (((f ey) 1) ((l er) 0))) +("fales" nil (((f ey l z) 1))) +("faley" nil (((f ey) 1) ((l iy) 0))) +("falgoust" nil (((f aa l) 1) ((g uw s t) 0))) +("falgout" nil (((f ae l) 1) ((g aw t) 0))) +("falik" nil (((f aa) 1) ((l ih k) 0))) +("falin" nil (((f ae) 1) ((l ih n) 0))) +("falise" nil (((f ax) 0) ((l iy s) 1))) +("falk" nil (((f ao k) 1))) +("falke" nil (((f ao k) 1))) +("falkenberg" nil (((f ao) 1) ((k ax n) 0) ((b er g) 0))) +("falkenstein" nil (((f ao) 1) ((k ax n) 0) ((s t ay n) 0))) +("falkland" nil (((f ao) 1) ((k l ax n d) 0))) +("falklands" nil (((f ao) 1) ((k l ax n d z) 0))) +("falkner" nil (((f ao k) 1) ((n er) 0))) +("falkowski" nil (((f ax l) 0) ((k ao f) 1) ((s k iy) 0))) +("fall" nil (((f ao l) 1))) +("falla" nil (((f ae) 1) ((l ax) 0))) +("fallacies" nil (((f ae) 1) ((l ax) 0) ((s iy z) 0))) +("fallacious" nil (((f ax) 0) ((l ey) 1) ((sh ax s) 0))) +("fallaciously" nil (((f ax) 0) ((l ey) 1) ((sh ax) 0) ((s l iy) 0))) +("fallacy" nil (((f ae) 1) ((l ax) 0) ((s iy) 0))) +("fallaw" nil (((f ae) 1) ((l ao) 1))) +("fallback" nil (((f ao l) 1) ((b ae k) 1))) +("fallen" nil (((f ao) 1) ((l ax n) 0))) +("faller" nil (((f ao) 1) ((l er) 0))) +("fallert" nil (((f ae) 1) ((l er t) 0))) +("fallibility" nil (((f ae) 1) ((l ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("fallible" nil (((f ae) 1) ((l ax) 0) ((b ax l) 0))) +("fallin" nil (((f ae) 1) ((l ih n) 0))) +("falling" nil (((f ao) 1) ((l ih ng) 0))) +("fallis" nil (((f ae) 1) ((l ih s) 0))) +("falloff" nil (((f ao) 1) ((l ao f) 1))) +("fallon" nil (((f ae) 1) ((l ax n) 0))) +("fallout" nil (((f ao) 1) ((l aw t) 1))) +("fallouts" nil (((f ao) 1) ((l aw t s) 1))) +("fallow" nil (((f ae) 1) ((l ow) 1))) +("fallows" nil (((f ae) 1) ((l ow z) 1))) +("falls" nil (((f ao l z) 1))) +("falmouth" nil (((f ae l) 1) ((m ax th) 0))) +("falor" nil (((f ae) 1) ((l er) 0))) +("falotico" nil (((f aa) 0) ((l ow) 0) ((t iy) 1) ((k ow) 0))) +("false" nil (((f ao l s) 1))) +("falsehood" nil (((f ao l s) 1) ((hh uh d) 1))) +("falsehoods" nil (((f ao l s) 1) ((hh uh d z) 1))) +("falsely" nil (((f ao l) 1) ((s l iy) 0))) +("falsetto" nil (((f ao l) 0) ((s eh) 1) ((t ow) 1))) +("falsification" nil (((f ae l) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("falsified" nil (((f ao l) 1) ((s ax) 0) ((f ay d) 1))) +("falsify" nil (((f ao l) 1) ((s ax) 0) ((f ay) 1))) +("falsifying" nil (((f ao l) 1) ((s ax) 0) ((f ay) 1) ((ih ng) 0))) +("falsity" nil (((f ao l) 1) ((s ax) 0) ((t iy) 0))) +("falsone" nil (((f ao l) 1) ((s ax n) 0))) +("falstaff" nil (((f ao l) 1) ((s t ae f) 1))) +("falter" nil (((f ao l) 1) ((t er) 0))) +("faltered" nil (((f ao l) 1) ((t er d) 0))) +("faltering" nil (((f ao l) 1) ((t er) 0) ((ih ng) 0))) +("falters" nil (((f ao l) 1) ((t er z) 0))) +("falvey" nil (((f ae l) 1) ((v iy) 0))) +("falvo" nil (((f aa l) 1) ((v ow) 0))) +("falwell" nil (((f ao l) 1) ((w eh l) 1))) +("falzarano" nil (((f aa l) 0) ((z aa) 0) ((r aa) 1) ((n ow) 0))) +("falzon" nil (((f aa l) 1) ((z ax n) 0))) +("falzone" nil (((f aa l) 0) ((z ow) 1) ((n iy) 0))) +("fama" nil (((f aa) 1) ((m ax) 0))) +("fambro" nil (((f ae m) 1) ((b r ow) 0))) +("fambrough" nil (((f ae m) 1) ((b r aw) 0))) +("fame" nil (((f ey m) 1))) +("famed" nil (((f ey m d) 1))) +("famer" nil (((f ey) 1) ((m er) 0))) +("famiglietti" nil (((f ax) 0) ((m ih) 1) ((g l iy) 0) ((eh) 1) ((t iy) 0))) +("familar" nil (((f ae) 1) ((m ax) 0) ((l er) 0))) +("familial" nil (((f ax) 0) ((m ih) 1) ((l y ax l) 0))) +("familiar" nil (((f ax) 0) ((m ih) 1) ((l y er) 0))) +("familiarity" nil (((f ax) 0) ((m ih) 1) ((l y eh) 1) ((r ax) 0) ((t iy) 0))) +("familiarize" nil (((f ax) 0) ((m ih) 1) ((l y er) 0) ((ay z) 1))) +("familiarized" nil (((f ax) 0) ((m ih) 1) ((l y er) 0) ((ay z d) 1))) +("families" nil (((f ae) 1) ((m ax) 0) ((l iy z) 0))) +("family" nil (((f ae) 1) ((m ax) 0) ((l iy) 0))) +("famine" nil (((f ae) 1) ((m ax n) 0))) +("famines" nil (((f ae) 1) ((m ax n z) 0))) +("famous" nil (((f ey) 1) ((m ax s) 0))) +("famously" nil (((f ey) 1) ((m ax) 0) ((s l iy) 0))) +("famularo" nil (((f aa) 0) ((m uw) 0) ((l aa) 1) ((r ow) 0))) +("fan" nil (((f ae n) 1))) +("fanara" nil (((f aa) 0) ((n aa) 1) ((r ax) 0))) +("fanatic" nil (((f ax) 0) ((n ae) 1) ((t ih k) 0))) +("fanatical" nil (((f ax) 0) ((n ae) 1) ((t ih) 0) ((k ax l) 0))) +("fanatically" nil (((f ax) 0) ((n ae) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("fanaticism" nil (((f ax) 0) ((n ae) 1) ((t ax) 0) ((s ih) 1) ((z ax m) 0))) +("fanatics" nil (((f ax) 0) ((n ae) 1) ((t ih k s) 0))) +("fancher" nil (((f ae n) 1) ((ch er) 0))) +("fanchon" nil (((f ae n) 1) ((ch ax n) 0))) +("fancied" nil (((f ae n) 1) ((s iy d) 0))) +("fancier" nil (((f ae n) 1) ((s iy) 0) ((er) 0))) +("fanciers" nil (((f ae n) 1) ((s iy) 0) ((er z) 0))) +("fancies" nil (((f ae n) 1) ((s iy z) 0))) +("fanciest" nil (((f ae n) 1) ((s iy) 0) ((ax s t) 0))) +("fanciful" nil (((f ae n) 1) ((s ih) 0) ((f ax l) 0))) +("fancy" nil (((f ae n) 1) ((s iy) 0))) +("fandango" nil (((f ae n) 0) ((d ae ng) 1) ((g ow) 1))) +("fandel" nil (((f ae n) 1) ((d ax l) 0))) +("fandrich" nil (((f ae n) 1) ((d r ih k) 0))) +("fane" nil (((f ey n) 1))) +("fanech" nil (((f ae) 1) ((n eh k) 1))) +("fanelli" nil (((f ax) 0) ((n eh) 1) ((l iy) 0))) +("faneuil" nil (((f ae) 1) ((n y uw) 0) ((ih l) 0))) +("fanfare" nil (((f ae n) 1) ((f eh r) 1))) +("fang" nil (((f ae ng) 1))) +("fangchenggang" nil (((f aa ng) 1) ((ch ah ng) 0) ((g aa ng) 1))) +("fanger" nil (((f ae ng) 1) ((er) 0))) +("fangfang" nil (((f aa ng) 1) ((f aa ng) 1))) +("fangled" nil (((f ae ng) 1) ((g ax l d) 0))) +("fangli" nil (((f aa ng) 1) ((l iy) 1))) +("fangman" nil (((f ae ng) 1) ((m ax n) 0))) +("fangs" nil (((f ae ng z) 1))) +("fanguy" nil (((f ax ng) 0) ((g w iy) 1))) +("fankhauser" nil (((f ae ng k) 1) ((hh aw) 1) ((z er) 0))) +("fanlike" nil (((f ae n) 1) ((l ay k) 1))) +("fann" nil (((f ae n) 1))) +("fanned" nil (((f ae n d) 1))) +("fannie" nil (((f ae) 1) ((n iy) 0))) +("fannin" nil (((f ae) 1) ((n ih n) 0))) +("fanning" nil (((f ae) 1) ((n ih ng) 0))) +("fannon" nil (((f ae) 1) ((n ax n) 0))) +("fanny" nil (((f ae) 1) ((n iy) 0))) +("fans" nil (((f ae n z) 1))) +("fansler" nil (((f ae n) 1) ((s ax) 0) ((l er) 0))) +("fant" nil (((f ae n t) 1))) +("fanta" nil (((f aa n) 1) ((t ax) 0))) +("fantail" nil (((f ae n) 1) ((t ey l) 1))) +("fantasia" nil (((f ae n) 0) ((t ey) 1) ((zh ax) 0))) +("fantasies" nil (((f ae n) 1) ((t ax) 0) ((s iy z) 0))) +("fantasize" nil (((f ae n) 1) ((t ax) 0) ((s ay z) 1))) +("fantasized" nil (((f ae n) 1) ((t ih) 0) ((s ay z d) 1))) +("fantasizes" nil (((f ae n) 1) ((t ax) 0) ((s ay) 1) ((z ih z) 0))) +("fantasizing" nil (((f ae n) 1) ((t ax) 0) ((s ay) 1) ((z ih ng) 0))) +("fantastic" nil (((f ae n) 0) ((t ae) 1) ((s t ih k) 0))) +("fantastically" nil (((f ae n) 0) ((t ae) 1) ((s t ih) 0) ((k l iy) 0))) +("fantastik" nil (((f ae n) 1) ((t ae) 1) ((s t ih k) 0))) +("fantasy" nil (((f ae n) 1) ((t ax) 0) ((s iy) 0))) +("fantini" nil (((f aa n) 0) ((t iy) 1) ((n iy) 0))) +("fantle" nil (((f ae n) 1) ((t ax l) 0))) +("fanton" nil (((f ae n) 1) ((t ax n) 0))) +("fantozzi" nil (((f aa n) 0) ((t ow t) 1) ((s iy) 0))) +("fantroy" nil (((f ae n) 1) ((t r oy) 1))) +("fanuc" nil (((f ae) 1) ((n ax k) 0))) +("fanucchi" nil (((f aa) 0) ((n uw) 1) ((k iy) 0))) +("fanueil" nil (((f ae) 1) ((n y ax l) 0))) +("fanying" nil (((f aa n) 1) ((y iy ng) 1))) +("fao" nil (((f aw) 1))) +("far" nil (((f aa r) 1))) +("farabaugh" nil (((f ae) 1) ((r ax) 0) ((b ao) 1))) +("farabee" nil (((f ae) 1) ((r ax) 0) ((b iy) 0))) +("farabundo" nil (((f eh) 1) ((r ax) 0) ((b uw n) 1) ((d ow) 1))) +("farace" nil (((f aa) 0) ((r aa) 1) ((ch iy) 0))) +("faraci" nil (((f aa) 0) ((r aa) 1) ((ch iy) 0))) +("faraday" nil (((f ae) 1) ((r ax) 0) ((d ey) 1))) +("faragher" nil (((f ae) 1) ((r ax g) 0) ((hh er) 0))) +("farago" nil (((f aa) 0) ((r aa) 1) ((g ow) 0))) +("farah" nil (((f eh) 1) ((r ax) 0))) +("faranda" nil (((f er) 0) ((ae n) 1) ((d ax) 0))) +("faraone" nil (((f aa) 0) ((r aa) 0) ((ow) 1) ((n iy) 0))) +("faraway" nil (((f aa) 1) ((r ax) 0) ((w ey) 1))) +("farb" nil (((f aa r b) 1))) +("farben" nil (((f aa r) 1) ((b ax n) 0))) +("farber" nil (((f aa r) 1) ((b er) 0))) +("farberware" nil (((f aa r) 1) ((b er) 0) ((w eh r) 1))) +("farbman" nil (((f aa r b) 1) ((m ax n) 0))) +("farce" nil (((f aa r s) 1))) +("farcical" nil (((f aa r) 1) ((s ax) 0) ((k ax l) 0))) +("fare" nil (((f eh r) 1))) +("fared" nil (((f eh r d) 1))) +("fares" nil (((f eh r z) 1))) +("farese" nil (((f aa) 0) ((r ey) 1) ((z iy) 0))) +("farewell" nil (((f eh r) 1) ((w eh l) 1))) +("farewells" n (((f eh r) 1) ((w eh l z) 1))) +("farfan" nil (((f aa r) 1) ((f ax n) 0))) +("farfetched" nil (((f aa r) 1) ((f eh ch t) 1))) +("farge" nil (((f aa r jh) 1))) +("fargnoli" nil (((f aa r g) 0) ((n ow) 1) ((l iy) 0))) +("fargo" nil (((f aa r) 1) ((g ow) 1))) +("farha" nil (((f aa r) 1) ((hh ax) 0))) +("farhat" nil (((f aa r) 1) ((hh ae t) 1))) +("faria" nil (((f aa) 1) ((r iy) 0) ((ax) 0))) +("farias" nil (((f eh) 1) ((r iy) 0) ((ax z) 0))) +("farica" nil (((f aa) 0) ((r iy) 1) ((k ax) 0))) +("fariello" nil (((f aa) 0) ((r iy) 0) ((eh) 1) ((l ow) 0))) +("faries" nil (((f eh) 0) ((r iy z) 1))) +("farina" nil (((f er) 0) ((iy) 1) ((n ax) 0))) +("farinacci" nil (((f aa) 0) ((r iy) 0) ((n aa) 1) ((ch iy) 0))) +("farinas" nil (((f er) 0) ((iy) 1) ((n ax z) 0))) +("farinella" nil (((f aa) 0) ((r iy) 0) ((n eh) 1) ((l ax) 0))) +("faring" nil (((f eh) 1) ((r iy ng) 0))) +("farino" nil (((f aa) 0) ((r iy) 1) ((n ow) 0))) +("faris" nil (((f eh) 1) ((r ih s) 0))) +("farish" nil (((f eh) 1) ((r ih sh) 0))) +("fariss" nil (((f er) 0) ((ih s) 1))) +("farkas" nil (((f aa r) 1) ((k ax s) 0))) +("farland" nil (((f aa r) 1) ((l ax n d) 0))) +("farlee" nil (((f aa r) 1) ((l iy) 1))) +("farler" nil (((f aa r) 1) ((l er) 0))) +("farless" nil (((f aa r) 1) ((l ax s) 0))) +("farley" nil (((f aa r) 1) ((l iy) 0))) +("farling" nil (((f aa r) 1) ((l ih ng) 0))) +("farlow" nil (((f aa r) 1) ((l ow) 1))) +("farly" nil (((f aa r) 1) ((l iy) 0))) +("farm" nil (((f aa r m) 1))) +("farman" nil (((f aa r) 1) ((m ax n) 0))) +("farmboy" nil (((f aa r m) 1) ((b oy) 1))) +("farmed" nil (((f aa r m d) 1))) +("farmer" nil (((f aa r) 1) ((m er) 0))) +("farmers" nil (((f aa r) 1) ((m er z) 0))) +("farmhand" nil (((f aa r m) 1) ((hh ae n d) 1))) +("farmhands" nil (((f aa r m) 1) ((hh ae n d z) 1))) +("farmhouse" nil (((f aa r m) 1) ((hh aw s) 1))) +("farmhouses" nil (((f aa r m) 1) ((hh aw) 1) ((s ax z) 0))) +("farming" nil (((f aa r) 1) ((m ih ng) 0))) +("farmingdale" nil (((f aa r) 1) ((m ih ng) 0) ((d ey l) 1))) +("farmington" nil (((f aa r) 1) ((m ih ng) 0) ((t ax n) 0))) +("farmland" nil (((f aa r m) 1) ((l ae n d) 1))) +("farmlands" nil (((f aa r m) 1) ((l ae n d z) 1))) +("farms" nil (((f aa r m z) 1))) +("farmstead" nil (((f aa r m) 1) ((s t eh d) 1))) +("farmway" nil (((f aa r m) 1) ((w ey) 0))) +("farmworker" nil (((f aa r m) 1) ((w er) 1) ((k er) 0))) +("farmworkers" nil (((f aa r m) 1) ((w er) 1) ((k er z) 0))) +("farmyard" nil (((f aa r) 1) ((m y aa r d) 1))) +("farnall" nil (((f aa r) 1) ((n ax l) 0))) +("farnam" nil (((f aa r) 1) ((n ax m) 0))) +("farnan" nil (((f aa r) 1) ((n ax n) 0))) +("farnborough" nil (((f aa r n) 1) ((b er) 0) ((ow) 0))) +("farnell" nil (((f aa r) 1) ((n ax l) 0))) +("farner" nil (((f aa r) 1) ((n er) 0))) +("farnes" nil (((f aa r n z) 1))) +("farney" nil (((f aa r) 1) ((n iy) 0))) +("farnham" nil (((f aa r) 1) ((n ax m) 0))) +("farnley" nil (((f aa r n) 1) ((l iy) 0))) +("farnsworth" nil (((f aa r n) 1) ((s w er th) 0))) +("farnum" nil (((f aa r) 1) ((n ax m) 0))) +("farnworth" nil (((f aa r n) 1) ((w er th) 0))) +("faro" nil (((f eh) 1) ((r ow) 0))) +("farold" nil (((f ae) 1) ((r ow l d) 0))) +("faron" nil (((f eh) 1) ((r ax n) 0))) +("farone" nil (((f er) 0) ((ow n) 1))) +("Farouk" n (((f aa) 0) ((r uw k) 1))) +("farquar" nil (((f aa r) 0) ((k w aa r) 1))) +("farquhar" nil (((f aa r) 1) ((k w er) 0))) +("farquharson" nil (((f aa r) 0) ((k ah) 1) ((hh aa r) 0) ((s ax n) 0))) +("farr" nil (((f aa r) 1))) +("farra" nil (((f aa) 1) ((r ax) 0))) +("farragut" nil (((f eh) 1) ((r ax) 0) ((g ax t) 0))) +("farrah" nil (((f eh) 1) ((r ax) 0))) +("farrakhan" nil (((f aa) 1) ((r ax) 0) ((k aa n) 1))) +("farran" nil (((f ae) 1) ((r ax n) 0))) +("farrand" nil (((f ae) 1) ((r ax n d) 0))) +("farrant" nil (((f aa) 1) ((r ax n t) 0))) +("farrar" nil (((f er) 0) ((aa r) 1))) +("farrel" nil (((f eh) 1) ((r ax l) 0))) +("farrell" nil (((f eh) 1) ((r ih l) 0))) +("farrelly" nil (((f eh) 1) ((r ax) 0) ((l iy) 0))) +("farren" nil (((f eh) 1) ((r ax n) 0))) +("farrens" nil (((f ae) 1) ((r ax n z) 0))) +("farrer" nil (((f aa) 1) ((r er) 0))) +("farrey" nil (((f ae) 1) ((r iy) 0))) +("farrier" nil (((f eh) 1) ((r iy) 0) ((er) 0))) +("farrington" nil (((f eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("farrior" nil (((f aa) 0) ((r iy) 1) ((er) 0))) +("farris" nil (((f eh) 1) ((r ih s) 0))) +("farrish" nil (((f ae) 1) ((r ih sh) 0))) +("farro" nil (((f aa) 1) ((r ow) 0))) +("farrow" nil (((f eh) 1) ((r ow) 1))) +("farrowing" nil (((f ae) 1) ((r ow) 1) ((ih ng) 0))) +("farruggia" nil (((f aa) 0) ((r uw g) 1) ((jh ax) 0))) +("farrugia" nil (((f aa) 0) ((r uw) 1) ((jh ax) 0))) +("farry" nil (((f ae) 1) ((r iy) 0))) +("farsi" nil (((f aa r) 1) ((s iy) 0))) +("farsighted" nil (((f aa r) 1) ((s ay) 1) ((t ax d) 0))) +("farsightedness" nil (((f aa r) 1) ((s ay) 1) ((t ih d) 0) ((n ax s) 0))) +("farson" nil (((f aa r) 1) ((s ax n) 0))) +("farther" nil (((f aa r) 1) ((dh er) 0))) +("farthest" nil (((f aa r) 1) ((dh ax s t) 0))) +("farthing" nil (((f aa r) 1) ((dh ih ng) 0))) +("farthingale" nil (((f aa r) 1) ((dh ih ng) 0) ((g ey l) 1))) +("farve" nil (((f aa r v) 1))) +("farver" nil (((f aa r) 1) ((v er) 0))) +("farwell" nil (((f aa r) 1) ((w eh l) 1))) +("farwest" nil (((f aa r) 1) ((w eh s t) 1))) +("fasano" nil (((f aa) 0) ((s aa) 1) ((n ow) 0))) +("fasbender" nil (((f ae s) 1) ((b eh n) 1) ((d er) 0))) +("fascell" nil (((f ax) 0) ((s eh l) 1))) +("fasching" nil (((f ae) 1) ((sh ih ng) 0))) +("fasciano" nil (((f aa s) 0) ((ch iy) 0) ((aa) 1) ((n ow) 0))) +("fascinate" nil (((f ae) 1) ((s ax) 0) ((n ey t) 1))) +("fascinated" nil (((f ae) 1) ((s ax) 0) ((n ey) 1) ((t ax d) 0))) +("fascinates" nil (((f ae) 1) ((s ax) 0) ((n ey t s) 1))) +("fascinating" nil (((f ae) 1) ((s ax) 0) ((n ey) 1) ((t ih ng) 0))) +("fascination" nil (((f ae) 1) ((s ax) 0) ((n ey) 1) ((sh ax n) 0))) +("fascism" nil (((f ae) 1) ((sh ih) 1) ((z ax m) 0))) +("fascist" nil (((f ae) 1) ((sh ax s t) 0))) +("fascists" nil (((f ae) 1) ((sh ax s t s) 0))) +("fashion" nil (((f ae) 1) ((sh ax n) 0))) +("fashionable" nil (((f ae) 1) ((sh ax) 0) ((n ax) 0) ((b ax l) 0))) +("fashionably" nil (((f ae) 1) ((sh ax) 0) ((n ax) 0) ((b l iy) 0))) +("fashioned" nil (((f ae) 1) ((sh ax n d) 0))) +("fashioning" nil (((f ae) 1) ((sh ax) 0) ((n ih ng) 0))) +("fashions" nil (((f ae) 1) ((sh ax n z) 0))) +("fasick" nil (((f ae) 1) ((s ih k) 0))) +("fasig" nil (((f ae) 1) ((s ih g) 0))) +("fasnacht" nil (((f ae) 1) ((s n ax k t) 0))) +("faso" nil (((f aa) 1) ((s ow) 0))) +("fason" nil (((f ae) 1) ((s ax n) 0))) +("fasone" nil (((f aa) 0) ((s ow) 1) ((n iy) 0))) +("fass" nil (((f ae s) 1))) +("fassbender" nil (((f ae s) 1) ((b eh n) 1) ((d er) 0))) +("fassett" nil (((f ae) 1) ((s ih t) 0))) +("fassler" nil (((f ae) 1) ((s l er) 0))) +("fassnacht" nil (((f ae) 1) ((s n ax k t) 0))) +("fast" nil (((f ae s t) 1))) +("fastball" nil (((f ae s t) 1) ((b ao l) 1))) +("fasten" nil (((f ae) 1) ((s ax n) 0))) +("fastened" nil (((f ae) 1) ((s ax n d) 0))) +("fastener" nil (((f ae) 1) ((s ax) 0) ((n er) 0))) +("fasteners" nil (((f ae) 1) ((s ax) 0) ((n er z) 0))) +("fastening" nil (((f ae) 1) ((s ax) 0) ((n ih ng) 0))) +("fastenings" nil (((f ae) 1) ((s ax) 0) ((n ih ng z) 0))) +("faster" nil (((f ae) 1) ((s t er) 0))) +("fastest" nil (((f ae) 1) ((s t ax s t) 0))) +("fastfood" nil (((f ae s t) 1) ((f uw d) 1))) +("fastidious" nil (((f ae) 0) ((s t ih) 1) ((d iy) 0) ((ax s) 0))) +("fasting" nil (((f ae) 1) ((s t ih ng) 0))) +("fastness" nil (((f ae s t) 1) ((n ax s) 0))) +("fasts" nil (((f ae s t s) 1))) +("fasulo" nil (((f ax) 0) ((s uw) 1) ((l ow) 0))) +("fat" nil (((f ae t) 1))) +("fata" nil (((f aa) 1) ((t ax) 0))) +("fatah" nil (((f aa) 1) ((t ax) 0))) +("fatal" nil (((f ey) 1) ((t ax l) 0))) +("fatalism" nil (((f ey) 1) ((t ax) 0) ((l ih) 1) ((z ax m) 0))) +("fatalities" nil (((f ax) 0) ((t ae) 1) ((l ax) 0) ((t iy z) 0))) +("fatality" nil (((f ax) 0) ((t ae) 1) ((l ax) 0) ((t iy) 0))) +("fatally" nil (((f ey) 1) ((t ax) 0) ((l iy) 0))) +("fatboy" nil (((f ae t) 1) ((b oy) 0))) +("fatboys" nil (((f ae t) 1) ((b oy z) 0))) +("fate" nil (((f ey t) 1))) +("fated" nil (((f ey) 1) ((t ih d) 0))) +("fateful" nil (((f ey t) 1) ((f ax l) 0))) +("fates" nil (((f ey t s) 1))) +("fath" nil (((f ae th) 1))) +("father" nil (((f aa) 1) ((dh er) 0))) +("fathered" nil (((f aa) 1) ((dh er d) 0))) +("fatheree" nil (((f ae) 0) ((th er) 0) ((iy) 1))) +("fatherhood" nil (((f aa) 1) ((dh er) 0) ((hh uh d) 1))) +("fathering" nil (((f aa) 1) ((dh er) 0) ((ih ng) 0))) +("fatherland" nil (((f aa) 1) ((dh er) 0) ((l ae n d) 1))) +("fatherless" nil (((f aa) 1) ((dh er) 0) ((l ax s) 0))) +("fatherly" nil (((f aa) 1) ((dh er) 0) ((l iy) 0))) +("fathers" nil (((f aa) 1) ((dh er z) 0))) +("fathi" nil (((f ae) 1) ((th iy) 0))) +("fathom" nil (((f ae) 1) ((dh ax m) 0))) +("fathomable" nil (((f ae) 1) ((dh ax) 0) ((m ax) 0) ((b ax l) 0))) +("fathoms" nil (((f ae) 1) ((dh ax m z) 0))) +("fatigue" nil (((f ax) 0) ((t iy g) 1))) +("fatigued" nil (((f ax) 0) ((t iy g d) 1))) +("fatigues" nil (((f ax) 0) ((t iy g z) 1))) +("fats" nil (((f ae t s) 1))) +("fatten" nil (((f ae) 1) ((t ax n) 0))) +("fattened" nil (((f ae) 1) ((t ax n d) 0))) +("fattening" nil (((f ae) 1) ((t ax) 0) ((n ih ng) 0))) +("fatter" nil (((f ae) 1) ((t er) 0))) +("fattest" nil (((f ae) 1) ((t ax s t) 0))) +("fatties" nil (((f ae) 1) ((t iy z) 0))) +("fatty" nil (((f ae) 1) ((t iy) 0))) +("fatula" nil (((f aa) 0) ((t uw) 1) ((l ax) 0))) +("fatuous" nil (((f ae) 1) ((ch ax) 0) ((w ax s) 0))) +("fatzinger" nil (((f ey t) 1) ((z ih ng) 0) ((er) 0))) +("faubel" nil (((f aw) 1) ((b ax l) 0))) +("fauber" nil (((f aw) 1) ((b er) 0))) +("faubert" nil (((f aw) 1) ((b er t) 0))) +("faubion" nil (((f aw) 1) ((b iy) 0) ((ax n) 0))) +("fauble" nil (((f ao) 1) ((b ax l) 0))) +("faucet" nil (((f ao) 1) ((s ax t) 0))) +("faucets" nil (((f ao) 1) ((s ax t s) 0))) +("faucett" nil (((f ao) 1) ((s ih t) 0))) +("faucette" nil (((f ow) 0) ((s eh t) 1))) +("faucher" nil (((f aw) 1) ((k er) 0))) +("faucheux" nil (((f ow) 0) ((sh ow) 1))) +("fauci" nil (((f ao) 1) ((s iy) 0))) +("faughn" nil (((f ao n) 1))) +("faughnan" nil (((f ao) 1) ((n ax n) 0))) +("faught" nil (((f ao t) 1))) +("faul" nil (((f ao l) 1))) +("faulcon" nil (((f ao l) 1) ((k ax n) 0))) +("faulconer" nil (((f ao l) 1) ((k ax) 0) ((n er) 0))) +("faulding" nil (((f ao l) 1) ((d ih ng) 0))) +("faulds" nil (((f ao l d z) 1))) +("faulhaber" nil (((f aw l) 1) ((hh ax) 0) ((b er) 0))) +("faulk" nil (((f ao k) 1))) +("faulkenberry" nil (((f ao l) 1) ((k ax n) 0) ((b eh) 1) ((r iy) 0))) +("faulkner" nil (((f ao k) 1) ((n er) 0))) +("faulks" nil (((f ao k s) 1))) +("faull" nil (((f ao l) 1))) +("faulstich" nil (((f ao l) 1) ((s t ih ch) 0))) +("fault" nil (((f ao l t) 1))) +("faulted" nil (((f ao l) 1) ((t ih d) 0))) +("faulting" nil (((f ao l) 1) ((t ih ng) 0))) +("faults" nil (((f ao l t s) 1))) +("faulty" nil (((f ao l) 1) ((t iy) 0))) +("fauna" nil (((f ao) 1) ((n ax) 0))) +("faunal" nil (((f aa) 1) ((n ax l) 0))) +("faunce" nil (((f ao n s) 1))) +("fauntleroy" nil (((f ao n t) 1) ((l er) 0) ((oy) 1))) +("fauntroy" nil (((f ao n) 1) ((t r oy) 1))) +("faupel" nil (((f ow) 0) ((p eh l) 1))) +("faure" nil (((f ao r) 1))) +("faurot" nil (((f ao) 0) ((r ow) 1))) +("fauroux" nil (((f ao) 0) ((r uw) 1))) +("faus" nil (((f ao z) 1))) +("fauser" nil (((f aw) 1) ((s er) 0))) +("fausett" nil (((f ao) 1) ((s ih t) 0))) +("fausey" nil (((f ao) 1) ((s iy) 0))) +("fausnaugh" nil (((f ao) 1) ((s n ao) 0))) +("fauss" nil (((f ao s) 1))) +("faust" nil (((f aw s t) 1))) +("fausta" nil (((f ao) 1) ((s t ax) 0))) +("faustian" nil (((f ao s) 1) ((ch ax n) 0))) +("faustina" nil (((f ao) 1) ((s t iy) 1) ((n ax) 0))) +("faustine" nil (((f aw) 1) ((s t iy n) 0))) +("faustino" nil (((f ao) 1) ((s t iy) 1) ((n ow) 0))) +("fausto" nil (((f ao) 1) ((s t ow) 0))) +("faustus" nil (((f ao) 1) ((s t ax s) 0))) +("fauteux" nil (((f ow) 0) ((t ow) 1))) +("fauth" nil (((f ao th) 1))) +("fauver" nil (((f aw) 1) ((v er) 0))) +("faux" nil (((f ao k s) 1))) +("fava" nil (((f aa) 1) ((v ax) 0))) +("favale" nil (((f aa) 0) ((v aa) 1) ((l iy) 0))) +("favaloro" nil (((f aa) 0) ((v aa) 0) ((l ao) 1) ((r ow) 0))) +("favaro" nil (((f aa) 0) ((v aa) 1) ((r ow) 0))) +("favata" nil (((f aa) 0) ((v aa) 1) ((t ax) 0))) +("favazza" nil (((f aa) 0) ((v aa t) 1) ((s ax) 0))) +("favela" nil (((f aa) 0) ((v eh) 1) ((l ax) 0))) +("faver" nil (((f ey) 1) ((v er) 0))) +("favero" nil (((f aa) 0) ((v eh) 1) ((r ow) 0))) +("favia" nil (((f aa) 1) ((v iy) 0) ((ax) 0))) +("favinger" nil (((f ey) 1) ((v ih ng) 0) ((er) 0))) +("favor" nil (((f ey) 1) ((v er) 0))) +("favorability" nil (((f ae) 1) ((v er) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("favorable" nil (((f ey) 1) ((v er) 0) ((ax) 0) ((b ax l) 0))) +("favorably" nil (((f ey) 1) ((v er) 0) ((ax) 0) ((b l iy) 0))) +("favored" nil (((f ey) 1) ((v er d) 0))) +("favoring" nil (((f ey) 1) ((v er) 0) ((ih ng) 0))) +("favorite" nil (((f ey) 1) ((v er) 0) ((ih t) 0))) +("favorites" nil (((f ey) 1) ((v er) 0) ((ih t s) 0))) +("favoritism" nil (((f ey) 1) ((v er) 0) ((ih) 0) ((t ih) 1) ((z ax m) 0))) +("favors" nil (((f ey) 1) ((v er z) 0))) +("favour" n (((f ey) 1) ((v er) 0))) +("favourable" n (((f ey) 1) ((v er) 0) ((ax) 0) ((b ax l) 0))) +("favourably" n (((f ey) 1) ((v er) 0) ((ax) 0) ((b l iy) 0))) +("favoured" n (((f ey) 1) ((v er d) 0))) +("favouring" n (((f ey) 1) ((v er) 0) ((ax ng) 0))) +("favourite" n (((f ey) 1) ((v er) 0) ((ih t) 0))) +("favourites" n (((f ey) 1) ((v er) 0) ((ih t s) 0))) +("favours" n (((f ey) 1) ((v er z) 0))) +("favre" nil (((f ey) 1) ((v er) 0))) +("favreau" nil (((f ax) 0) ((v r ow) 1))) +("favro" nil (((f ae) 1) ((v r ow) 0))) +("faw" nil (((f ao) 1))) +("fawbush" nil (((f ao) 1) ((b ax sh) 0))) +("fawcett" nil (((f ao) 1) ((s ih t) 0))) +("fawkes" nil (((f ao k s) 1))) +("fawley" nil (((f ao) 1) ((l iy) 0))) +("fawn" nil (((f ao n) 1))) +("fawning" nil (((f ao) 1) ((n ih ng) 0))) +("fawver" nil (((f ao) 1) ((v er) 0))) +("fax" nil (((f ae k s) 1))) +("faxed" nil (((f ae k s t) 1))) +("faxes" nil (((f ae k) 1) ((s ih z) 0))) +("faxing" nil (((f ae k) 1) ((s ih ng) 0))) +("faxon" nil (((f ae k) 1) ((s ax n) 0))) +("fay" nil (((f ey) 1))) +("fayanne" nil (((f ey) 1) ((ih n) 0))) +("fayard" nil (((f ax) 0) ((y aa r d) 1))) +("faye" nil (((f ey) 1))) +("fayed" nil (((f ey d) 1))) +("fayette" nil (((f ey) 1) ((eh t) 1))) +("fayetteville" nil (((f ey) 1) ((eh t) 1) ((v ih l) 1))) +("fayez" nil (((f ey) 1) ((eh z) 0))) +("fayme" nil (((f ey m) 1))) +("faymonville" nil (((f ey) 1) ((m ax n) 0) ((v ih l) 1))) +("fayne" nil (((f ey n) 1))) +("fayrouz" nil (((f ey) 1) ((r uw z) 1))) +("faz" nil (((f ae z) 1))) +("faze" nil (((f ey z) 1))) +("fazed" nil (((f ey z d) 1))) +("fazekas" nil (((f ae) 1) ((z ih) 0) ((k ax z) 0))) +("fazenbaker" nil (((f ey) 1) ((z ax n) 0) ((b ey) 1) ((k er) 0))) +("fazhan" n (((f aa) 1) ((jh aa n) 1))) +("fazio" nil (((f ey) 1) ((z iy) 0) ((ow) 0))) +("fazzino" nil (((f aa t) 0) ((s iy) 1) ((n ow) 0))) +("fazzio" nil (((f ae) 1) ((z iy) 0) ((ow) 0))) +("FDIC" n (((eh f) 1) ((d ax k) 0))) +("fe" nil (((f ey) 1))) +("feagan" nil (((f ey) 1) ((g ax n) 0))) +("feagans" nil (((f iy) 1) ((g ax n z) 0))) +("feagin" nil (((f iy) 1) ((jh ih n) 0))) +("feagins" nil (((f iy) 1) ((jh ih n z) 0))) +("feagle" nil (((f iy) 1) ((g ax l) 0))) +("fealty" nil (((f iy) 1) ((ax l) 0) ((t iy) 0))) +("fear" nil (((f ih r) 1))) +("feared" nil (((f ih r d) 1))) +("fearful" nil (((f ih r) 1) ((f ax l) 0))) +("fearing" nil (((f ih) 1) ((r ih ng) 0))) +("fearless" nil (((f ih r) 1) ((l ax s) 0))) +("fearlessly" n (((f iy r) 1) ((l ax) 0) ((s l iy) 0))) +("fearn" nil (((f er n) 1))) +("fearnow" nil (((f er) 1) ((n ow) 0))) +("fearon" nil (((f ih) 1) ((r ax n) 0))) +("fears" nil (((f ih r z) 1))) +("fearsome" nil (((f ih r) 1) ((s ax m) 0))) +("feasel" nil (((f iy) 1) ((z ax l) 0))) +("feasibility" nil (((f iy) 1) ((z ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("feasible" nil (((f iy) 1) ((z ax) 0) ((b ax l) 0))) +("feast" nil (((f iy s t) 1))) +("feasted" nil (((f iy) 1) ((s t ih d) 0))) +("feaster" nil (((f iy) 1) ((s t er) 0))) +("feasting" nil (((f iy) 1) ((s t ih ng) 0))) +("feasts" nil (((f iy s t s) 1))) +("feat" nil (((f iy t) 1))) +("feather" nil (((f eh) 1) ((dh er) 0))) +("featherbedding" nil (((f eh) 1) ((dh er) 0) ((b eh) 1) ((d ih ng) 0))) +("feathered" nil (((f eh) 1) ((dh er d) 0))) +("feathering" nil (((f eh) 1) ((dh er) 0) ((ih ng) 0))) +("featherless" nil (((f eh) 1) ((dh er) 0) ((l ax s) 0))) +("featherly" nil (((f eh) 1) ((dh er) 0) ((l iy) 0))) +("feathers" nil (((f eh) 1) ((dh er z) 0))) +("featherston" nil (((f eh) 0) ((th er) 1) ((s t ax n) 0))) +("featherstone" nil (((f eh) 1) ((dh er) 0) ((s t ow n) 1))) +("featherweight" nil (((f eh) 1) ((dh er) 0) ((w ey t) 1))) +("feathery" nil (((f eh) 1) ((dh er) 0) ((iy) 0))) +("feats" nil (((f iy t s) 1))) +("feature" nil (((f iy) 1) ((ch er) 0))) +("featured" nil (((f iy) 1) ((ch er d) 0))) +("featureless" nil (((f iy) 1) ((ch er) 0) ((l ax s) 0))) +("features" nil (((f iy) 1) ((ch er z) 0))) +("featuring" nil (((f iy) 1) ((ch er) 0) ((ih ng) 0))) +("feazel" nil (((f iy) 1) ((z ax l) 0))) +("feazell" nil (((f iy) 1) ((z ax l) 0))) +("feb" nil (((f eh) 1) ((b y ax) 0) ((w eh) 1) ((r iy) 0))) +("febles" nil (((f eh) 1) ((b ax l z) 0))) +("febres" nil (((f eh) 1) ((b r ax s) 0))) +("february" nil (((f eh) 1) ((b y ax) 0) ((w eh) 1) ((r iy) 0))) +("fecal" nil (((f iy) 1) ((k ax l) 0))) +("feces" nil (((f iy) 1) ((s iy z) 1))) +("fecher" nil (((f eh) 1) ((k er) 0))) +("fechner" nil (((f eh k) 1) ((n er) 0))) +("fecht" nil (((f eh k t) 1))) +("fechter" nil (((f eh k) 1) ((t er) 0))) +("feck" nil (((f eh k) 1))) +("feckless" nil (((f eh) 1) ((k l ih s) 0))) +("fecteau" nil (((f ih k) 0) ((t ow) 1))) +("fed" nil (((f eh d) 1))) +("fedak" nil (((f eh) 1) ((d ax k) 0))) +("fedder" nil (((f eh) 1) ((d er) 0))) +("fedders" nil (((f eh) 1) ((d er z) 0))) +("feddersen" nil (((f eh) 1) ((d er) 0) ((s ax n) 0))) +("fede" nil (((f iy d) 1))) +("fedeccredito" nil (((f eh) 0) ((d eh) 1) ((k r eh) 0) ((d iy) 1) ((t ow) 0))) +("fedele" nil (((f eh) 1) ((d ax l) 0))) +("fedeli" nil (((f eh) 0) ((d eh) 1) ((l iy) 0))) +("feder" nil (((f eh) 1) ((d er) 0))) +("federal" nil (((f eh) 1) ((d er) 0) ((ax l) 0))) +("federalism" nil (((f eh) 1) ((d er) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("federalist" nil (((f eh) 1) ((d er) 0) ((ax) 0) ((l ih s t) 0))) +("federalists" nil (((f eh) 1) ((d er) 0) ((ax) 0) ((l ih s t s) 0))) +("federalized" nil (((f eh) 1) ((d er) 0) ((ax) 0) ((l ay z d) 1))) +("federally" nil (((f eh) 1) ((d er) 0) ((ax) 0) ((l iy) 0))) +("federals" nil (((f eh) 1) ((d er) 0) ((ax l z) 0))) +("federated" nil (((f eh) 1) ((d er) 0) ((ey) 1) ((t ih d) 0))) +("federation" nil (((f eh) 1) ((d er) 0) ((ey) 1) ((sh ax n) 0))) +("federations" nil (((f eh) 1) ((d er) 0) ((ey) 1) ((sh ax n z) 0))) +("federative" nil (((f eh) 1) ((d er) 0) ((ax) 0) ((t ih v) 0))) +("federbush" nil (((f eh) 1) ((d er) 0) ((b uh sh) 1))) +("federer" nil (((f eh) 1) ((d er) 0) ((er) 0))) +("federica" nil (((f eh) 0) ((d er) 0) ((iy) 1) ((k ax) 0))) +("federici" nil (((f eh) 0) ((d er) 0) ((iy) 1) ((ch iy) 0))) +("federico" nil (((f eh) 0) ((d er) 0) ((iy) 1) ((k ow) 0))) +("federle" nil (((f eh) 1) ((d er) 0) ((ax l) 0))) +("federman" nil (((f iy) 1) ((d er) 0) ((m ax n) 0))) +("federoff" nil (((f eh) 1) ((d er) 0) ((ao f) 1))) +("federspiel" nil (((f eh) 1) ((d er) 0) ((s p iy l) 0))) +("fedewa" nil (((f ih) 0) ((d uw) 1) ((ax) 0))) +("fedex" nil (((f eh) 1) ((d eh k s) 1))) +("fediay" nil (((f iy) 1) ((d iy) 0) ((ey) 1))) +("fedler" nil (((f eh d) 1) ((l er) 0))) +("fedor" nil (((f eh) 1) ((d er) 0))) +("fedora" nil (((f ih) 0) ((d ao) 1) ((r ax) 0))) +("fedorchak" nil (((f eh) 1) ((d er) 0) ((k ax k) 0))) +("fedorko" nil (((f ih) 0) ((d ao r) 1) ((k ow) 0))) +("fedrick" nil (((f eh) 1) ((d r ih k) 0))) +("feds" nil (((f eh d z) 1))) +("fee" nil (((f iy) 1))) +("feeback" nil (((f iy) 1) ((b ae k) 1))) +("feeble" nil (((f iy) 1) ((b ax l) 0))) +("feebly" nil (((f iy) 1) ((b l iy) 0))) +("feed" nil (((f iy d) 1))) +("feedback" nil (((f iy d) 1) ((b ae k) 1))) +("feeder" nil (((f iy) 1) ((d er) 0))) +("feeders" nil (((f iy) 1) ((d er z) 0))) +("feeding" nil (((f iy) 1) ((d ih ng) 0))) +("feedings" nil (((f iy) 1) ((d ih ng z) 0))) +("feedlot" nil (((f iy d) 1) ((l aa t) 1))) +("feedlots" nil (((f iy d) 1) ((l aa t s) 1))) +("feeds" nil (((f iy d z) 1))) +("feedstock" nil (((f iy d) 1) ((s t aa k) 1))) +("feedstocks" nil (((f iy d) 1) ((s t aa k s) 1))) +("feehan" nil (((f iy) 1) ((ax n) 0))) +("feel" nil (((f iy l) 1))) +("feeler" nil (((f iy) 1) ((l er) 0))) +("feelers" nil (((f iy) 1) ((l er z) 0))) +("feeley" nil (((f iy) 1) ((l iy) 0))) +("feeling" nil (((f iy) 1) ((l ih ng) 0))) +("feelings" nil (((f iy) 1) ((l ih ng z) 0))) +("feels" nil (((f iy l z) 1))) +("feely" nil (((f iy) 1) ((l iy) 0))) +("feemster" nil (((f iy m) 1) ((s t er) 0))) +("feeney" nil (((f iy) 1) ((n iy) 0))) +("feenstra" nil (((f iy n) 1) ((s t r ax) 0))) +("feeny" nil (((f iy) 1) ((n iy) 0))) +("fees" nil (((f iy z) 1))) +("feese" nil (((f iy z) 1))) +("feeser" nil (((f iy) 1) ((z er) 0))) +("feet" nil (((f iy t) 1))) +("feezor" nil (((f iy) 1) ((z er) 0))) +("feffer" nil (((f eh) 1) ((f er) 0))) +("fegan" nil (((f eh) 1) ((g ax n) 0))) +("feger" nil (((f iy) 1) ((g er) 0))) +("fegley" nil (((f eh) 1) ((g l iy) 0))) +("feher" nil (((f eh) 1) ((hh er) 0))) +("fehl" nil (((f eh l) 1))) +("fehling" nil (((f eh) 1) ((l ih ng) 0))) +("fehlman" nil (((f eh l) 1) ((m ax n) 0))) +("fehn" nil (((f eh n) 1))) +("fehnel" nil (((f eh) 1) ((n ax l) 0))) +("fehr" nil (((f eh r) 1))) +("fehrenbach" nil (((f eh) 1) ((r ih n) 0) ((b aa k) 0))) +("fehrenbacher" nil (((f eh) 1) ((r ih n) 0) ((b aa) 0) ((k er) 0))) +("fehring" nil (((f eh) 1) ((r ih ng) 0))) +("fehringer" nil (((f eh) 1) ((r ih ng) 0) ((er) 0))) +("fehrman" nil (((f eh r) 1) ((m ax n) 0))) +("fei" nil (((f ey) 1))) +("feick" nil (((f iy k) 1))) +("feickert" nil (((f ay) 1) ((k er t) 0))) +("feifei" nil (((f ey) 1) ((f ey) 1))) +("feig" nil (((f iy g) 1))) +("feige" nil (((f iy jh) 1))) +("feigel" nil (((f ay) 1) ((g ax l) 0))) +("feigen" nil (((f ay) 1) ((g ax n) 0))) +("feigenbaum" nil (((f ay) 1) ((g ax n) 0) ((b aw m) 1))) +("feighan" nil (((f ey) 1) ((g ax n) 0))) +("feighner" nil (((f ey) 1) ((n er) 0))) +("feight" nil (((f ey t) 1))) +("feigin" nil (((f ay) 1) ((g ih n) 0))) +("feign" nil (((f ey n) 1))) +("feigned" nil (((f ey n d) 1))) +("feigning" nil (((f ey) 1) ((n ih ng) 0))) +("feil" nil (((f iy l) 1))) +("feild" nil (((f iy l d) 1))) +("feiler" nil (((f ay) 1) ((l er) 0))) +("feimster" nil (((f ay m) 1) ((s t er) 0))) +("fein" nil (((f ay n) 1))) +("feinauer" nil (((f ay) 1) ((n aw) 0) ((er) 0))) +("feinberg" nil (((f ay n) 1) ((b er g) 0))) +("feiner" nil (((f ay) 1) ((n er) 0))) +("feingold" nil (((f ay ng) 1) ((g ow l d) 0))) +("feinman" nil (((f ay n) 1) ((m ax n) 0))) +("feinstein" nil (((f ay n) 1) ((s t ay n) 1))) +("feint" nil (((f ey n t) 1))) +("feist" nil (((f ay s t) 1))) +("feister" nil (((f ay) 1) ((s t er) 0))) +("feisty" nil (((f ay) 1) ((s t iy) 0))) +("feit" nil (((f ay t) 1))) +("feith" nil (((f ay th) 1))) +("feitz" nil (((f ay t s) 1))) +("fejes" nil (((f ih) 0) ((zh iy z) 1))) +("fekete" nil (((f eh) 1) ((k iy t) 0))) +("fel" nil (((f eh l) 1))) +("fela" nil (((f eh) 1) ((l ax) 0))) +("felan" nil (((f eh) 1) ((l ax n) 0))) +("felbatol" nil (((f eh l) 1) ((b ax) 0) ((t aa l) 0))) +("felber" nil (((f eh l) 1) ((b er) 0))) +("felch" nil (((f eh l ch) 1))) +("feld" nil (((f eh l d) 1))) +("felda" nil (((f eh l) 1) ((d ax) 0))) +("feldberg" nil (((f eh l d) 1) ((b er g) 0))) +("felde" nil (((f eh l d) 1))) +("feldene" nil (((f eh l) 0) ((d iy n) 1))) +("felder" nil (((f eh l) 1) ((d er) 0))) +("felderman" nil (((f eh l) 1) ((d er) 0) ((m ax n) 0))) +("feldhaus" nil (((f eh l d) 1) ((hh aw s) 1))) +("feldkamp" nil (((f eh l d) 1) ((k ae m p) 1))) +("feldman" nil (((f eh l d) 1) ((m ax n) 0))) +("feldmann" nil (((f eh l d) 1) ((m ax n) 0))) +("feldmeier" nil (((f eh l d) 1) ((m ay) 0) ((er) 0))) +("feldmuehle" nil (((f eh l d) 1) ((m y uw) 1) ((l ax) 0))) +("feldner" nil (((f eh l d) 1) ((n er) 0))) +("feldpausch" nil (((f eh l d) 1) ((p aw sh) 1))) +("feldspar" nil (((f eh l d) 1) ((s p aa r) 1))) +("feldspars" nil (((f eh l d) 1) ((s p aa r z) 1))) +("feldstein" nil (((f eh l d) 1) ((s t ay n) 0))) +("feldt" nil (((f eh l t) 1))) +("felgenhauer" nil (((f eh l) 1) ((g ih n) 0) ((hh aw) 0) ((er) 0))) +("felger" nil (((f eh l) 1) ((g er) 0))) +("felice" nil (((f ax) 0) ((l iy s) 1))) +("felicetti" nil (((f eh) 0) ((l iy) 0) ((ch eh) 1) ((t iy) 0))) +("felicia" nil (((f ax) 0) ((l iy) 1) ((sh ax) 0))) +("feliciano" nil (((f ax) 0) ((l iy) 0) ((s iy) 0) ((aa) 1) ((n ow) 0))) +("felicite" nil (((f eh) 1) ((l ih) 0) ((s ay t) 1))) +("felicitous" nil (((f ih) 0) ((l ih) 1) ((s ax) 0) ((t ax s) 0))) +("felicity" nil (((f ih) 0) ((l ih) 1) ((s ax) 0) ((t iy) 0))) +("feline" nil (((f iy) 1) ((l ay n) 1))) +("felines" nil (((f iy) 1) ((l ay n z) 1))) +("felipe" nil (((f ax) 0) ((l iy p) 1))) +("felis" nil (((f eh) 1) ((l ih s) 0))) +("felix" nil (((f iy) 1) ((l ih k s) 0))) +("feliz" nil (((f eh) 1) ((l ih z) 0))) +("felkel" nil (((f eh l) 1) ((k ax l) 0))) +("felker" nil (((f eh l) 1) ((k er) 0))) +("felkins" nil (((f eh l) 1) ((k ih n z) 0))) +("felkner" nil (((f eh l k) 1) ((n er) 0))) +("fell" nil (((f eh l) 1))) +("fella" nil (((f eh) 1) ((l ax) 0))) +("felland" nil (((f eh) 1) ((l ax n d) 0))) +("fellas" nil (((f eh) 1) ((l ax s) 0))) +("felled" nil (((f eh l d) 1))) +("fellenz" nil (((f eh) 1) ((l ih n s) 0))) +("feller" nil (((f eh) 1) ((l er) 0))) +("fellers" nil (((f eh) 1) ((l er z) 0))) +("fellheimer" nil (((f eh l) 1) ((hh ay) 1) ((m er) 0))) +("fellin" nil (((f eh) 1) ((l ih n) 0))) +("felling" nil (((f eh) 1) ((l ih ng) 0))) +("fellinger" nil (((f eh) 1) ((l ih ng) 0) ((er) 0))) +("fellman" nil (((f eh l) 1) ((m ax n) 0))) +("fellmeth" nil (((f eh l) 1) ((m ax th) 0))) +("fellner" nil (((f eh l) 1) ((n er) 0))) +("fellow" nil (((f eh) 1) ((l ow) 0))) +("fellowes" nil (((f eh) 1) ((l ow z) 1))) +("fellows" nil (((f eh) 1) ((l ow z) 0))) +("fellowship" nil (((f eh) 1) ((l ow) 0) ((sh ih p) 1))) +("fellowships" nil (((f eh) 1) ((l ow) 0) ((sh ih p s) 1))) +("fells" nil (((f eh l z) 1))) +("fellsway" nil (((f eh l) 1) ((z w ey) 1))) +("felman" nil (((f eh l) 1) ((m ax n) 0))) +("felmlee" nil (((f eh l m) 1) ((l iy) 0))) +("felon" nil (((f eh) 1) ((l ax n) 0))) +("felonies" nil (((f eh) 1) ((l ax) 0) ((n iy z) 0))) +("felons" nil (((f eh) 1) ((l ax n z) 0))) +("felony" nil (((f eh) 1) ((l ax) 0) ((n iy) 0))) +("felps" nil (((f eh l p s) 1))) +("felrice" nil (((f eh l) 1) ((r ay s) 1))) +("fels" nil (((f eh l z) 1))) +("felsenthal" nil (((f eh l) 1) ((z ax n) 0) ((th aa l) 1))) +("felske" nil (((f eh l s k) 1))) +("felt" nil (((f eh l t) 1))) +("felten" nil (((f eh l) 1) ((t ax n) 0))) +("felter" nil (((f eh l) 1) ((t er) 0))) +("feltes" nil (((f eh l t s) 1))) +("feltman" nil (((f eh l t) 1) ((m ax n) 0))) +("feltner" nil (((f eh l t) 1) ((n er) 0))) +("felton" nil (((f eh l) 1) ((t ax n) 0))) +("feltrax" nil (((f eh l) 1) ((t r ae k s) 0))) +("felts" nil (((f eh l t s) 1))) +("feltsman" nil (((f eh l t) 1) ((s m ax n) 0))) +("feltus" nil (((f eh l) 1) ((t ax s) 0))) +("felty" nil (((f eh l) 1) ((t iy) 0))) +("feltz" nil (((f eh l t s) 1))) +("felucca" nil (((f ih) 0) ((l ah) 1) ((k ax) 0))) +("felver" nil (((f eh l) 1) ((v er) 0))) +("female" nil (((f iy) 1) ((m ey l) 1))) +("females" nil (((f iy) 1) ((m ey l z) 1))) +("femia" nil (((f iy) 1) ((m iy) 0) ((ax) 0))) +("femina" nil (((f eh) 1) ((m ih) 0) ((n ax) 0))) +("feminine" nil (((f eh) 1) ((m ax) 0) ((n ax n) 0))) +("femininity" nil (((f eh) 1) ((m ax) 0) ((n ih) 1) ((n ax) 0) ((t iy) 0))) +("feminism" nil (((f eh) 1) ((m ih) 0) ((n ih) 1) ((z ax m) 0))) +("feminist" nil (((f eh) 1) ((m ax) 0) ((n ax s t) 0))) +("feminists" nil (((f eh) 1) ((m ax) 0) ((n ax s t s) 0))) +("femme" nil (((f eh m) 1))) +("femoral" nil (((f eh) 1) ((m er) 0) ((ax l) 0))) +("femrite" nil (((f eh) 1) ((m r ay t) 1))) +("femsa" nil (((f eh m) 1) ((s ax) 0))) +("femur" nil (((f iy) 1) ((m er) 0))) +("fen" nil (((f eh n) 1))) +("fence" nil (((f eh n s) 1))) +("fenced" nil (((f eh n s t) 1))) +("fenceless" nil (((f eh n) 1) ((s l ax s) 0))) +("fences" nil (((f eh n) 1) ((s ax z) 0))) +("fencing" nil (((f eh n) 1) ((s ih ng) 0))) +("fencl" nil (((f eh ng) 1) ((k ax l) 0))) +("fend" nil (((f eh n d) 1))) +("fended" nil (((f eh n) 1) ((d ih d) 0))) +("fender" nil (((f eh n) 1) ((d er) 0))) +("fenders" nil (((f eh n) 1) ((d er z) 0))) +("fenderson" nil (((f eh n) 1) ((d er) 0) ((s ax n) 0))) +("fendi" nil (((f eh n) 1) ((d iy) 0))) +("fending" nil (((f eh n) 1) ((d ih ng) 0))) +("fendler" nil (((f eh n d) 1) ((l er) 0))) +("fendley" nil (((f eh n d) 1) ((l iy) 0))) +("fendrick" nil (((f eh n) 1) ((d r ih k) 0))) +("fends" nil (((f eh n d z) 1))) +("fendt" nil (((f eh n t) 1))) +("fenech" nil (((f eh) 1) ((n ih k) 0))) +("fenella" nil (((f eh) 0) ((n eh) 1) ((l ax) 0))) +("fenelon" nil (((f eh) 1) ((n ih) 0) ((l aa n) 1))) +("feng" nil (((f ow ng) 1))) +("fengdu" nil (((f ow ng) 1) ((d uw) 1))) +("fenger" nil (((f eh ng) 1) ((er) 0))) +("fenian" nil (((f iy) 1) ((n iy) 0) ((ax n) 0))) +("fenichell" nil (((f eh) 1) ((n ih) 0) ((ch ax l) 0))) +("fenimore" nil (((f eh) 1) ((n ih) 0) ((m ao r) 1))) +("fenley" nil (((f eh n) 1) ((l iy) 0))) +("fenlon" nil (((f eh n) 1) ((l ax n) 0))) +("fenn" nil (((f eh n) 1))) +("fennel" nil (((f eh) 1) ((n ax l) 0))) +("fennell" nil (((f eh) 1) ((n ax l) 0))) +("fennelly" nil (((f eh) 1) ((n ax) 0) ((l iy) 0))) +("fennema" nil (((f eh) 1) ((n ih) 0) ((m ax) 0))) +("fenner" nil (((f eh) 1) ((n er) 0))) +("fennessey" nil (((f eh) 1) ((n ih) 0) ((s iy) 0))) +("fennessy" nil (((f eh) 1) ((n ih) 0) ((s iy) 0))) +("fennewald" nil (((f eh) 1) ((n ih) 0) ((w ao l d) 0))) +("fenney" nil (((f eh) 1) ((n iy) 0))) +("fennimore" nil (((f eh) 1) ((n ih) 0) ((m ao r) 1))) +("fenno" nil (((f eh) 1) ((n ow) 0))) +("fenoglio" nil (((f eh) 0) ((n ow) 1) ((g l iy) 0) ((ow) 0))) +("fenske" nil (((f eh n s k) 1))) +("fenster" nil (((f eh n) 1) ((s t er) 0))) +("fenstermacher" nil (((f eh n) 1) ((s t er) 0) ((m ax) 0) ((k er) 0))) +("fenstermaker" nil (((f eh n) 1) ((s t er) 0) ((m ey) 1) ((k er) 0))) +("fensterstock" nil (((f eh n) 1) ((s t er) 0) ((s t aa k) 1))) +("fent" nil (((f eh n t) 1))) +("fenter" nil (((f eh n) 1) ((t er) 0))) +("fenton" nil (((f eh n) 1) ((t ax n) 0))) +("fentress" nil (((f eh n) 1) ((t r ih s) 0))) +("fenugreek" nil (((f eh) 1) ((n uw) 0) ((g r iy k) 1))) +("fenway" nil (((f eh n) 1) ((w ey) 1))) +("fenwick" nil (((f eh n) 1) ((w ih k) 1))) +("fenwood" nil (((f eh n) 1) ((w uh d) 1))) +("fenyvessy" nil (((f eh) 1) ((n ih) 0) ((v eh) 1) ((s iy) 0))) +("fenzel" nil (((f eh n) 1) ((z ax l) 0))) +("feodor" nil (((f iy) 1) ((ax) 0) ((d er) 0))) +("feodora" nil (((f iy) 0) ((ax) 0) ((d ao) 1) ((r ax) 0))) +("feola" nil (((f iy) 0) ((aa) 1) ((l ax) 0))) +("fer" nil (((f er) 1))) +("fera" nil (((f eh) 1) ((r ax) 0))) +("feral" nil (((f eh) 1) ((r ax l) 0))) +("ferber" nil (((f er) 1) ((b er) 0))) +("ferch" nil (((f er k) 1))) +("ferd" nil (((f er d) 1))) +("ferderer" nil (((f er) 1) ((d er) 0) ((er) 0))) +("ferdie" nil (((f er) 1) ((d iy) 0))) +("ferdig" nil (((f er) 1) ((d ih g) 0))) +("ferdinand" nil (((f er) 1) ((d ih) 0) ((n ae n d) 1))) +("ferdinanda" nil (((f er) 0) ((d iy) 0) ((n aa n) 1) ((d ax) 0))) +("ferdon" nil (((f eh r) 0) ((d ao n) 1))) +("ferebee" nil (((f eh) 1) ((r ih) 0) ((b iy) 0))) +("ferenc" nil (((f er) 0) ((eh n s) 1))) +("ference" nil (((f ih) 1) ((r ax n s) 0))) +("ferencz" nil (((f eh) 1) ((r ih n ch) 0))) +("ferg" nil (((f er g) 1))) +("fergason" nil (((f er) 1) ((g ax) 0) ((s ax n) 0))) +("ferger" nil (((f er) 1) ((g er) 0))) +("fergerson" nil (((f er) 1) ((g er) 0) ((s ax n) 0))) +("fergeson" nil (((f er) 1) ((g ax) 0) ((s ax n) 0))) +("fergie" nil (((f er) 1) ((g iy) 0))) +("fergus" nil (((f er) 1) ((g ax s) 0))) +("ferguson" nil (((f er) 1) ((g ax) 0) ((s ax n) 0))) +("fergusson" nil (((f er) 1) ((g ax) 0) ((s ax n) 0))) +("feria" nil (((f eh) 1) ((r iy) 0) ((ax) 0))) +("ferko" nil (((f er) 1) ((k ow) 0))) +("ferland" nil (((f er) 1) ((l ax n d) 0))) +("ferm" nil (((f er m) 1))) +("ferman" nil (((f er) 1) ((m ax n) 0))) +("ferment" nil (((f er) 0) ((m eh n t) 1))) +("fermenta" nil (((f er) 0) ((m eh n) 1) ((t ax) 0))) +("fermentation" nil (((f er) 1) ((m ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("fermented" nil (((f er) 0) ((m eh n) 1) ((t ax d) 0))) +("fermenting" nil (((f er) 0) ((m eh n) 1) ((t ih ng) 0))) +("ferments" nil (((f er) 0) ((m eh n t s) 1))) +("fermi" nil (((f er) 1) ((m iy) 0))) +("fermilab" nil (((f er) 1) ((m ih) 0) ((l ae b) 1))) +("fermin" nil (((f er) 1) ((m ih n) 0))) +("fermium" nil (((f eh r) 1) ((m iy) 0) ((ax m) 0))) +("fermoyle" nil (((f er) 1) ((m oy l) 1))) +("fern" nil (((f er n) 1))) +("fernald" nil (((f er) 0) ((n aa l d) 1))) +("fernand" nil (((f er) 0) ((n ae n d) 1))) +("fernanda" nil (((f er) 0) ((n ae n) 1) ((d ax) 0))) +("fernandes" nil (((f er) 0) ((n aa n) 1) ((d eh s) 0))) +("fernandez" nil (((f er) 0) ((n ae n) 1) ((d eh z) 0))) +("fernandina" nil (((f er) 0) ((n ax n) 0) ((d iy) 1) ((n ax) 0))) +("fernando" nil (((f er) 0) ((n ae n) 1) ((d ow) 0))) +("fernao" nil (((f er) 0) ((n aw) 1))) +("fernau" nil (((f er) 1) ((n aw) 0))) +("fernberg" nil (((f er n) 1) ((b er g) 0))) +("ferndale" nil (((f er n) 1) ((d ey l) 1))) +("ferner" nil (((f er) 1) ((n er) 0))) +("fernery" nil (((f er) 1) ((n er) 0) ((iy) 0))) +("fernholz" nil (((f er n) 1) ((hh ow l z) 0))) +("fernicola" nil (((f er) 0) ((n iy) 0) ((k ow) 1) ((l ax) 0))) +("fernlike" nil (((f er n) 1) ((l ay k) 1))) +("ferns" nil (((f er n z) 1))) +("fernstrom" nil (((f er n) 1) ((s t r ax m) 0))) +("fernvale" nil (((f er n) 1) ((v ey l) 0))) +("fero" nil (((f eh) 1) ((r ow) 0))) +("ferocious" nil (((f er) 0) ((ow) 1) ((sh ax s) 0))) +("ferociously" nil (((f er) 0) ((ow) 1) ((sh ih) 0) ((s l iy) 0))) +("ferocity" nil (((f er) 0) ((aa) 1) ((s ax) 0) ((t iy) 0))) +("ferol" nil (((f eh) 1) ((r ax l) 0))) +("ferra" nil (((f eh) 1) ((r ax) 0))) +("ferraioli" nil (((f eh) 1) ((r ay) 0) ((ow) 0) ((l iy) 0))) +("ferrall" nil (((f eh) 1) ((r ax l) 0))) +("ferran" nil (((f eh) 1) ((r ax n) 0))) +("ferrand" nil (((f eh) 1) ((r ax n d) 0))) +("ferrandino" nil (((f er) 0) ((aa n) 0) ((d iy) 1) ((n ow) 0))) +("ferrando" nil (((f eh) 1) ((r ae n) 1) ((d ow) 0))) +("ferrant" nil (((f eh) 1) ((r ax n t) 0))) +("ferrante" nil (((f er) 0) ((aa n) 1) ((t iy) 0))) +("ferranti" nil (((f eh) 0) ((r ae n) 1) ((t iy) 0))) +("ferrara" nil (((f er) 0) ((aa) 1) ((r ax) 0))) +("ferrari" nil (((f er) 0) ((aa) 1) ((r iy) 0))) +("ferrario" nil (((f er) 0) ((aa) 1) ((r iy) 0) ((ow) 0))) +("ferraris" nil (((f er) 0) ((aa) 1) ((r ih s) 0))) +("ferraro" nil (((f er) 0) ((aa) 1) ((r ow) 0))) +("ferre" nil (((f eh r) 1))) +("ferrebee" nil (((f eh) 1) ((r ih) 0) ((b iy) 0))) +("ferree" nil (((f er) 0) ((iy) 1))) +("ferreira" nil (((f eh) 0) ((r ey) 1) ((r ax) 0))) +("ferreiro" nil (((f eh) 0) ((r eh) 1) ((r ow) 0))) +("ferrel" nil (((f eh) 0) ((r eh l) 1))) +("ferrell" nil (((f eh) 1) ((r ih l) 0))) +("ferrelli" nil (((f er) 0) ((eh) 1) ((l iy) 0))) +("ferren" nil (((f eh) 1) ((r ax n) 0))) +("ferrency" nil (((f eh) 1) ((r eh n) 1) ((s iy) 0))) +("ferrentino" nil (((f er) 0) ((eh n) 0) ((t iy) 1) ((n ow) 0))) +("ferrer" nil (((f eh) 1) ((r er) 0))) +("ferrera" nil (((f eh) 0) ((r eh) 1) ((r ax) 0))) +("ferreri" nil (((f er) 0) ((eh) 1) ((r iy) 0))) +("ferrero" nil (((f eh) 0) ((r eh) 1) ((r ow) 0))) +("ferret" nil (((f eh) 1) ((r ax t) 0))) +("ferreted" nil (((f eh) 1) ((r ax) 0) ((t ax d) 0))) +("ferreting" nil (((f eh) 1) ((r ax) 0) ((t ih ng) 0))) +("ferrets" nil (((f eh) 1) ((r ax t s) 0))) +("ferretti" nil (((f er) 0) ((eh) 1) ((t iy) 0))) +("ferri" nil (((f eh) 1) ((r iy) 0))) +("ferrick" nil (((f eh) 1) ((r ih k) 0))) +("ferrie" nil (((f eh) 1) ((r iy) 0))) +("ferried" nil (((f eh) 1) ((r iy d) 0))) +("ferrier" nil (((f eh) 1) ((r iy) 0) ((er) 0))) +("ferriera" nil (((f er) 0) ((ih) 1) ((r ax) 0))) +("ferries" nil (((f eh) 1) ((r iy z) 0))) +("ferrigno" nil (((f er) 0) ((iy g) 1) ((n ow) 0))) +("ferrill" nil (((f eh) 0) ((r iy l) 1))) +("ferrin" nil (((f eh) 1) ((r ih n) 0))) +("ferrington" nil (((f eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("ferrini" nil (((f er) 0) ((iy) 1) ((n iy) 0))) +("ferris" nil (((f eh) 1) ((r ih s) 0))) +("ferriss" nil (((f eh) 1) ((r ih) 0) ((s ih z) 0))) +("ferrite" nil (((f eh) 1) ((r ay t) 0))) +("ferriter" nil (((f eh) 1) ((r ay) 0) ((t er) 0))) +("ferriz" nil (((f eh) 1) ((r ih z) 0))) +("ferro" nil (((f eh) 1) ((r ow) 0))) +("ferrochrome" nil (((f eh) 1) ((r ax) 0) ((k r ow m) 1))) +("ferrofluidics" nil (((f eh) 1) ((r ow) 0) ((f l uw) 0) ((ih) 1) ((d ih k s) 0))) +("ferromagnet" nil (((f eh) 1) ((r ow) 0) ((m ae g) 1) ((n ax t) 0))) +("ferromagnetic" nil (((f eh) 1) ((r ow) 0) ((m ae g) 1) ((n eh) 1) ((t ih k) 0))) +("ferromagnetism" nil (((f eh) 1) ((r ow) 0) ((m ae g) 1) ((n ax) 0) ((t ih) 1) ((z ax m) 0))) +("ferron" nil (((f eh) 1) ((r ax n) 0))) +("ferrone" nil (((f er) 0) ((ow) 1) ((n iy) 0))) +("ferronickel" nil (((f eh) 1) ((r ax) 0) ((n ih) 1) ((k ax l) 0))) +("ferrotype" nil (((f eh) 1) ((r ax) 0) ((t ay p) 1))) +("ferrous" nil (((f eh) 1) ((r ax s) 0))) +("ferrucci" nil (((f er) 0) ((uw) 1) ((ch iy) 0))) +("ferruzzi" nil (((f eh) 0) ((r uw) 1) ((z iy) 0))) +("ferry" nil (((f eh) 1) ((r iy) 0))) +("ferrying" nil (((f eh) 1) ((r iy) 0) ((ih ng) 0))) +("ferryman" nil (((f eh) 1) ((r iy) 0) ((m ax n) 0))) +("fertig" nil (((f er) 1) ((t ih g) 0))) +("fertile" nil (((f er) 1) ((t ax l) 0))) +("fertility" nil (((f er) 0) ((t ih) 1) ((l ax) 0) ((t iy) 0))) +("fertilization" nil (((f er) 1) ((t ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("fertilize" nil (((f er) 1) ((t ax) 0) ((l ay z) 1))) +("fertilized" nil (((f er) 1) ((t ax) 0) ((l ay z d) 1))) +("fertilizer" nil (((f er) 1) ((t ax) 0) ((l ay) 1) ((z er) 0))) +("fertilizers" nil (((f er) 1) ((t ax) 0) ((l ay) 1) ((z er z) 0))) +("fertilizes" nil (((f er) 1) ((t ax) 0) ((l ay) 1) ((z ih z) 0))) +("fertilizing" nil (((f er) 1) ((t ax) 0) ((l ay) 1) ((z ih ng) 0))) +("fertitta" nil (((f er) 0) ((t iy) 1) ((t ax) 0))) +("ferullo" nil (((f er) 0) ((uw) 1) ((l ow) 0))) +("fervent" nil (((f er) 1) ((v ax n t) 0))) +("fervently" nil (((f er) 1) ((v ax n t) 0) ((l iy) 0))) +("fervid" nil (((f er) 1) ((v ax d) 0))) +("fervor" nil (((f er) 1) ((v er) 0))) +("fery" nil (((f eh) 1) ((r iy) 0))) +("feschbach" nil (((f eh sh) 1) ((b aa k) 1))) +("fescue" nil (((f eh) 1) ((s k y uw) 1))) +("feser" nil (((f iy) 1) ((z er) 0))) +("feshbach" nil (((f eh sh) 1) ((b aa k) 1))) +("fesler" nil (((f eh) 1) ((s ax) 0) ((l er) 0))) +("fesmire" nil (((f eh) 1) ((s m ay r) 1))) +("fesperman" nil (((f eh) 1) ((s p er) 0) ((m ax n) 0))) +("fess" nil (((f eh s) 1))) +("fessel" nil (((f eh) 1) ((s ax l) 0))) +("fessenden" nil (((f eh) 1) ((s ax n) 0) ((d ax n) 0))) +("fessler" nil (((f eh) 1) ((s l er) 0))) +("fest" nil (((f eh s t) 1))) +("festa" nil (((f eh) 1) ((s t ax) 0))) +("fester" nil (((f eh) 1) ((s t er) 0))) +("festering" nil (((f eh) 1) ((s t er) 0) ((ih ng) 0))) +("festiva" nil (((f eh) 0) ((s t iy) 1) ((v ax) 0))) +("festival" nil (((f eh) 1) ((s t ax) 0) ((v ax l) 0))) +("festivals" nil (((f eh) 1) ((s t ax) 0) ((v ax l z) 0))) +("festive" nil (((f eh) 1) ((s t ih v) 0))) +("festivities" nil (((f eh) 0) ((s t ih) 1) ((v ax) 0) ((t iy z) 0))) +("festivity" nil (((f eh) 0) ((s t ih) 1) ((v ax) 0) ((t iy) 0))) +("festooned" nil (((f eh) 1) ((s t uw n d) 1))) +("festspielhaus" nil (((f eh s t) 1) ((s p iy l) 1) ((hh aw s) 1))) +("festus" nil (((f eh) 1) ((s t ax s) 0))) +("fetal" nil (((f iy) 1) ((t ax l) 0))) +("fetch" nil (((f eh ch) 1))) +("fetched" nil (((f eh ch t) 1))) +("fetches" nil (((f eh) 1) ((ch ih z) 0))) +("fetching" nil (((f eh) 1) ((ch ih ng) 0))) +("fete" nil (((f ey t) 1))) +("feted" nil (((f ey) 1) ((t ih d) 0))) +("fetherolf" nil (((f eh) 1) ((th er) 0) ((ow l f) 0))) +("fetherston" nil (((f eh) 1) ((th er) 0) ((s t ax n) 0))) +("fetid" nil (((f eh) 1) ((t ax d) 0))) +("fetish" nil (((f eh) 1) ((t ih sh) 0))) +("fetishism" nil (((f eh) 1) ((t ih) 0) ((sh ih) 1) ((z ax m) 0))) +("fetishists" nil (((f eh) 1) ((t ih) 0) ((sh ax s t s) 0))) +("fetner" nil (((f eh t) 1) ((n er) 0))) +("fetrow" nil (((f eh) 1) ((t r ow) 0))) +("fetsch" nil (((f eh ch) 1))) +("fetsko" nil (((f eh t) 1) ((s k ow) 0))) +("fett" nil (((f eh t) 1))) +("fette" nil (((f eh t) 1))) +("fetter" nil (((f eh) 1) ((t er) 0))) +("fettered" nil (((f eh) 1) ((t er d) 0))) +("fetterhoff" nil (((f eh) 1) ((t er) 0) ((hh ao f) 0))) +("fetterly" nil (((f eh) 1) ((t er) 0) ((l iy) 0))) +("fetterman" nil (((f eh) 1) ((t er) 0) ((m ax n) 0))) +("fetterolf" nil (((f eh) 1) ((t er) 0) ((ow l f) 0))) +("fetters" nil (((f eh) 1) ((t er z) 0))) +("fettes" nil (((f eh t s) 1))) +("fettig" nil (((f eh) 1) ((t ih g) 0))) +("fetting" nil (((f eh) 1) ((t ih ng) 0))) +("fetty" nil (((f eh) 1) ((t iy) 0))) +("fetus" nil (((f iy) 1) ((t ax s) 0))) +("fetuses" nil (((f iy) 1) ((t ax) 0) ((s ih z) 0))) +("fetz" nil (((f eh t s) 1))) +("fetzer" nil (((f eh t) 1) ((s er) 0))) +("feucht" nil (((f oy k t) 1))) +("feud" nil (((f y uw d) 1))) +("feudal" nil (((f y uw) 1) ((d ax l) 0))) +("feudalism" nil (((f y uw) 1) ((d ax) 0) ((l ih) 1) ((z ax m) 0))) +("feudalistic" nil (((f y uw) 1) ((d ax) 0) ((l ih) 1) ((s t ih k) 0))) +("feuded" nil (((f y uw) 1) ((d ih d) 0))) +("feuding" nil (((f y uw) 1) ((d ih ng) 0))) +("feuds" nil (((f y uw d z) 1))) +("feuer" nil (((f y uw) 1) ((er) 0))) +("feuerborn" nil (((f oy) 1) ((er) 0) ((b er n) 0))) +("feuerman" nil (((f y uw) 1) ((er) 0) ((m ax n) 0))) +("feuerstein" nil (((f y uw) 1) ((er) 0) ((s t iy n) 1))) +("feulner" nil (((f oy l) 1) ((n er) 0))) +("feustel" nil (((f oy) 1) ((s t ax l) 0))) +("feutz" nil (((f y uw t s) 1))) +("fever" nil (((f iy) 1) ((v er) 0))) +("fevered" nil (((f iy) 1) ((v er d) 0))) +("feverfew" nil (((f iy) 1) ((v er) 0) ((f y uw) 1))) +("feverfews" nil (((f iy) 1) ((v er) 0) ((f y uw z) 1))) +("feverish" nil (((f iy) 1) ((v er) 0) ((ih sh) 0))) +("feverishly" nil (((f eh) 1) ((v er) 0) ((ih) 1) ((sh l iy) 0))) +("fevers" nil (((f iy) 1) ((v er z) 0))) +("few" nil (((f y uw) 1))) +("fewell" nil (((f eh) 1) ((w eh l) 0))) +("fewer" nil (((f y uw) 1) ((er) 0))) +("fewest" nil (((f y uw) 1) ((ax s t) 0))) +("fey" nil (((f ey) 1))) +("feyen" nil (((f ay n) 1))) +("fez" nil (((f eh z) 1))) +("fi" nil (((f ay) 1))) +("fiacco" nil (((f iy) 0) ((aa) 1) ((k ow) 0))) +("fiala" nil (((f iy) 0) ((aa) 1) ((l ax) 0))) +("fialkowski" nil (((f iy) 0) ((ax l) 0) ((k ao f) 1) ((s k iy) 0))) +("fiance" nil (((f iy) 0) ((aa n) 1) ((s ey) 1))) +("fiancee" nil (((f iy) 0) ((ae n) 1) ((s iy) 0))) +("fianna" nil (((f iy) 0) ((ae) 1) ((n ax) 0))) +("fiasco" nil (((f iy) 0) ((ae) 1) ((s k ow) 0))) +("fiascos" nil (((f iy) 0) ((ae) 1) ((s k ow z) 0))) +("fiat" nil (((f ay) 1) ((ae t) 0))) +("fiber" nil (((f ay) 1) ((b er) 0))) +("fiberboard" nil (((f ay) 1) ((b er) 0) ((b ao r d) 1))) +("fiberglas" nil (((f ay) 1) ((b er) 0) ((g l ae s) 1))) +("fiberglass" nil (((f ay) 1) ((b er) 0) ((g l ae s) 1))) +("fiberoptic" nil (((f ay) 1) ((b er) 0) ((aa p) 1) ((t ih k) 0))) +("fibers" nil (((f ay) 1) ((b er z) 0))) +("fiberweb" nil (((f ay) 1) ((b er) 0) ((w eh b) 1))) +("fibre" nil (((f ay) 1) ((b er) 0))) +("fibreboard" nil (((f ay) 1) ((b er) 0) ((b ao r d) 1))) +("fibrillation" nil (((f ih) 1) ((b r ih) 0) ((l ey) 1) ((sh ax n) 0))) +("fibrin" nil (((f ay) 1) ((b r ax n) 0))) +("fibronics" nil (((f ih) 0) ((b r aa) 1) ((n ih k s) 0))) +("fibrosis" nil (((f ay) 0) ((b r ow) 1) ((s ax s) 0))) +("fibrous" nil (((f ay) 1) ((b r ax s) 0))) +("fibula" nil (((f ih) 1) ((b y ax) 0) ((l ax) 0))) +("ficarra" nil (((f iy) 0) ((k aa) 1) ((r ax) 0))) +("ficco" nil (((f ih) 1) ((k ow) 0))) +("ficek" nil (((f ih) 1) ((s ih k) 0))) +("fichera" nil (((f iy) 0) ((k eh) 1) ((r ax) 0))) +("fichtel" nil (((f ih ch) 1) ((t eh l) 1))) +("fichter" nil (((f ih k) 1) ((t er) 0))) +("fichtner" nil (((f ih k t) 1) ((n er) 0))) +("fichus" nil (((f ih) 1) ((ch ax s) 0))) +("fick" nil (((f ih k) 1))) +("ficke" nil (((f ih k) 1))) +("fickel" nil (((f ih) 1) ((k ax l) 0))) +("ficken" nil (((f ih) 1) ((k ax n) 0))) +("ficker" nil (((f ih) 1) ((k er) 0))) +("fickes" nil (((f ih k s) 1))) +("fickett" nil (((f ih) 1) ((k ih t) 0))) +("fickle" nil (((f ih) 1) ((k ax l) 0))) +("fickleness" nil (((f ih) 1) ((k ax l) 0) ((n ax s) 0))) +("ficklin" nil (((f ih) 1) ((k l ih n) 0))) +("fickling" nil (((f ih) 1) ((k l ih ng) 0))) +("fico" nil (((f iy) 1) ((k ow) 0))) +("ficom" nil (((f ih) 1) ((k ax m) 0))) +("ficorca" nil (((f ih) 0) ((k ao r) 1) ((k ax) 0))) +("fiction" nil (((f ih k) 1) ((sh ax n) 0))) +("fictional" nil (((f ih k) 1) ((sh ax) 0) ((n ax l) 0))) +("fictionalized" nil (((f ih k) 1) ((sh ax) 0) ((n ax) 0) ((l ay z d) 1))) +("fictions" nil (((f ih k) 1) ((sh ax n z) 0))) +("fictitious" nil (((f ih k) 0) ((t ih) 1) ((sh ax s) 0))) +("fidalgo" nil (((f iy) 0) ((d aa l) 1) ((g ow) 0))) +("fidata" nil (((f ih) 0) ((d aa) 1) ((t ax) 0))) +("fiddle" nil (((f ih) 1) ((d ax l) 0))) +("fiddled" nil (((f ih) 1) ((d ax l d) 0))) +("fiddler" nil (((f ih) 1) ((d ax) 0) ((l er) 0))) +("fiddles" nil (((f ih) 1) ((d ax l z) 0))) +("fiddling" nil (((f ih d) 1) ((l ih ng) 0))) +("fide" nil (((f ay d) 1))) +("fidel" nil (((f ih) 0) ((d eh l) 1))) +("fidelco" nil (((f ih) 0) ((d eh l) 1) ((k ow) 0))) +("fidelcor" nil (((f ih) 1) ((d ax l) 0) ((k ao r) 1))) +("fidelia" nil (((f ih) 0) ((d iy) 1) ((l y ax) 0))) +("fidelity" nil (((f ax) 0) ((d eh) 1) ((l ax) 0) ((t iy) 0))) +("fidenas" nil (((f ih) 1) ((d ih) 0) ((n ax s) 0))) +("fides" nil (((f ay d z) 1))) +("fidget" nil (((f ih) 1) ((jh ih t) 0))) +("fidgeting" nil (((f ih) 1) ((jh ax) 0) ((t ih ng) 0))) +("fidgety" n (((f ih d) 1) ((jh ax) 0) ((t iy) 0))) +("fidler" nil (((f ay) 1) ((d ax) 0) ((l er) 0))) +("fido" nil (((f ay) 1) ((d ow) 0))) +("fiduciares" nil (((f ih) 0) ((d uw) 1) ((s iy) 0) ((eh r z) 1))) +("fiduciaries" nil (((f ih) 0) ((d uw) 1) ((sh iy) 0) ((eh) 1) ((r iy z) 0))) +("fiduciary" nil (((f ax) 0) ((d uw) 1) ((sh iy) 0) ((eh) 1) ((r iy) 0))) +("fiebelkorn" nil (((f iy) 1) ((b ih l) 0) ((k er n) 0))) +("fieber" nil (((f iy) 1) ((b er) 0))) +("fiebig" nil (((f iy) 1) ((b ih g) 0))) +("fiebiger" nil (((f iy) 1) ((b ih) 0) ((g er) 0))) +("fiechter" nil (((f ih k) 1) ((t er) 0))) +("fiedler" nil (((f iy d) 1) ((l er) 0))) +("fief" nil (((f iy f) 1))) +("fiefdom" nil (((f iy f) 1) ((d ax m) 0))) +("fiefdoms" nil (((f iy f) 1) ((d ax m z) 0))) +("fiegel" nil (((f iy) 1) ((g ax l) 0))) +("fieger" nil (((f iy) 1) ((g er) 0))) +("fiel" nil (((f iy l) 1))) +("field" nil (((f iy l d) 1))) +("fieldcrest" nil (((f iy l d) 1) ((k r eh s t) 1))) +("fielded" nil (((f iy l) 1) ((d ih d) 0))) +("fielden" nil (((f iy l) 1) ((d ax n) 0))) +("fielder" nil (((f iy l) 1) ((d er) 0))) +("fielders" nil (((f iy l) 1) ((d er z) 0))) +("fieldhouse" nil (((f iy l d) 1) ((hh aw s) 1))) +("fielding" nil (((f iy l) 1) ((d ih ng) 0))) +("fields" nil (((f iy l d z) 1))) +("fieldwork" nil (((f iy l) 1) ((d w er k) 1))) +("fiend" nil (((f iy n d) 1))) +("fiendish" nil (((f iy n) 1) ((d ih sh) 0))) +("fiendishly" n (((f iy n) 1) ((d ax) 0) ((sh l iy) 0))) +("fiends" nil (((f iy n d z) 1))) +("fiene" nil (((f iy n) 1))) +("fier" nil (((f ih r) 1))) +("fierce" nil (((f ih r s) 1))) +("fiercely" nil (((f ih r) 1) ((s l iy) 0))) +("fiercer" nil (((f ih r) 1) ((s er) 0))) +("fiercest" nil (((f ih r) 1) ((s ax s t) 0))) +("fierman" nil (((f ih r) 1) ((m ax n) 0))) +("fiero" nil (((f iy) 1) ((r ow) 0))) +("fieros" nil (((f iy) 0) ((eh) 1) ((r ow s) 0))) +("fierro" nil (((f ih) 1) ((r ow) 0))) +("fierros" nil (((f ih) 1) ((r ow z) 0))) +("fiers" nil (((f iy r z) 1))) +("fierst" nil (((f iy r s t) 1))) +("fierstein" nil (((f iy r) 1) ((s t iy n) 1))) +("fiery" nil (((f ay) 1) ((er) 0) ((iy) 0))) +("fieser" nil (((f iy) 1) ((s er) 0))) +("fiest" nil (((f iy) 1) ((ih s t) 0))) +("fiesta" nil (((f iy) 0) ((eh) 1) ((s t ax) 0))) +("fife" nil (((f ay f) 1))) +("fifer" nil (((f ay) 1) ((f er) 0))) +("fifi" nil (((f iy) 1) ((f iy) 0))) +("fifield" nil (((f ih) 1) ((f iy l d) 0))) +("fifteen" nil (((f ih f) 0) ((t iy n) 1))) +("fifteens" nil (((f ih f) 0) ((t iy n z) 1))) +("fifteenth" nil (((f ih f) 0) ((t iy n th) 1))) +("fifth" nil (((f ih f th) 1))) +("fifths" nil (((f ih f th s) 1))) +("fifties" nil (((f ih f) 1) ((t iy z) 0))) +("fiftieth" nil (((f ih f) 1) ((t iy) 0) ((ih th) 0))) +("fifty" nil (((f ih f) 1) ((t iy) 0))) +("fig" nil (((f ih g) 1))) +("figallo" nil (((f ih) 0) ((g aa) 1) ((l ow) 0))) +("figaro" nil (((f ih) 1) ((g er) 0) ((ow) 1))) +("figaroa" nil (((f ih) 1) ((g er) 0) ((ow) 1) ((ax) 0))) +("figel" nil (((f ih) 1) ((g ax l) 0))) +("figg" nil (((f ih g) 1))) +("figge" nil (((f ih g) 1))) +("figgie" nil (((f ih) 1) ((g iy) 0))) +("figgins" nil (((f ih) 1) ((g ih n z) 0))) +("figgs" nil (((f ih g z) 1))) +("fight" nil (((f ay t) 1))) +("fighter" nil (((f ay) 1) ((t er) 0))) +("fighters" nil (((f ay) 1) ((t er z) 0))) +("fighting" nil (((f ay) 1) ((t ih ng) 0))) +("fightmaster" nil (((f ay t) 1) ((m ae) 1) ((s t er) 0))) +("fights" nil (((f ay t s) 1))) +("figler" nil (((f ay) 1) ((g ax) 0) ((l er) 0))) +("figley" nil (((f ih) 1) ((g l iy) 0))) +("figone" nil (((f ih) 1) ((g ax n) 0))) +("figs" nil (((f ih g z) 1))) +("figueira" nil (((f iy) 0) ((g eh) 1) ((r ax) 0))) +("figueiredo" nil (((f iy) 0) ((g er) 0) ((ey) 1) ((d ow) 0))) +("figueras" nil (((f iy) 0) ((g eh) 1) ((r aa z) 0))) +("figueredo" nil (((f iy) 0) ((g eh) 0) ((r ey) 1) ((d ow) 0))) +("figueroa" nil (((f iy) 0) ((g eh) 0) ((r ow) 1) ((ax) 0))) +("figura" nil (((f iy) 0) ((g uh) 1) ((r ax) 0))) +("figuration" nil (((f ih) 1) ((g y er) 0) ((ey) 1) ((sh ax n) 0))) +("figurative" nil (((f ih) 1) ((g y er) 0) ((ax) 0) ((t ih v) 0))) +("figuratively" nil (((f ih) 0) ((g y uh) 1) ((r ax) 0) ((t ih) 0) ((v l iy) 0))) +("figure" nil (((f ih) 1) ((g y er) 0))) +("figured" nil (((f ih) 1) ((g y er d) 0))) +("figurehead" nil (((f ih) 1) ((g y er) 0) ((hh eh d) 1))) +("figures" nil (((f ih) 1) ((g y er z) 0))) +("figurines" nil (((f ih) 1) ((g y er) 0) ((iy n z) 1))) +("figuring" nil (((f ih) 1) ((g y er) 0) ((ih ng) 0))) +("figurski" nil (((f ih) 0) ((g er) 1) ((s k iy) 0))) +("fiji" nil (((f iy) 1) ((jh iy) 0))) +("fijian" nil (((f iy) 1) ((jh iy) 0) ((ax n) 0))) +("fijians" nil (((f ih) 1) ((jh iy) 0) ((ax n z) 0))) +("fike" nil (((f ay k) 1))) +("fikes" nil (((f ay k s) 1))) +("fil" nil (((f ih l) 1))) +("fila" nil (((f ay) 1) ((l ax) 0))) +("filament" nil (((f ih) 1) ((l ax) 0) ((m ax n t) 0))) +("filaments" nil (((f ih) 1) ((l ax) 0) ((m ax n t s) 0))) +("filbert" nil (((f ih l) 1) ((b er t) 0))) +("filberts" nil (((f ih l) 1) ((b er t s) 0))) +("filby" nil (((f ih l) 1) ((b iy) 0))) +("filched" nil (((f ih l ch t) 1))) +("fildes" nil (((f ih l d z) 1))) +("file" nil (((f ay l) 1))) +("filed" nil (((f ay l d) 1))) +("filenet" nil (((f ay l) 1) ((n eh t) 1))) +("filer" nil (((f ay) 1) ((l er) 0))) +("filers" nil (((f ay) 1) ((l er z) 0))) +("files" nil (((f ay l z) 1))) +("filet" nil (((f ih) 0) ((l ey) 1))) +("filets" nil (((f ih) 0) ((l ey z) 1))) +("filial" nil (((f ih) 1) ((l iy) 0) ((ax l) 0))) +("filibuster" nil (((f ih) 1) ((l ax) 0) ((b ah) 1) ((s t er) 0))) +("filibustered" nil (((f ih) 1) ((l ax) 0) ((b ah) 1) ((s t er d) 0))) +("filibustering" nil (((f ih) 1) ((l ax) 0) ((b ah) 1) ((s t er) 0) ((ih ng) 0))) +("filibusters" nil (((f ih) 1) ((l ax) 0) ((b ah) 1) ((s t er z) 0))) +("filice" nil (((f iy) 1) ((l ih s) 0))) +("filigree" nil (((f ih) 1) ((l ax) 0) ((g r iy) 1))) +("filigrees" nil (((f ih) 1) ((l ax) 0) ((g r iy z) 1))) +("filing" nil (((f ay) 1) ((l ih ng) 0))) +("filings" nil (((f ay) 1) ((l ih ng z) 0))) +("filinski" nil (((f ih) 0) ((l ih n) 1) ((s k iy) 0))) +("filion" nil (((f ih) 1) ((l y ax n) 0))) +("filip" nil (((f ih) 1) ((l ih p) 0))) +("filipa" nil (((f iy) 0) ((l iy) 1) ((p ax) 0))) +("filipek" nil (((f ih) 1) ((l ih) 0) ((p ih k) 0))) +("filipiak" nil (((f ih) 0) ((l ih) 1) ((p iy) 0) ((ae k) 0))) +("filipino" nil (((f ih) 1) ((l ax) 0) ((p iy) 1) ((n ow) 0))) +("filipinos" nil (((f ih) 1) ((l ax) 0) ((p iy) 1) ((n ow z) 0))) +("filipkowski" nil (((f ih) 0) ((l ih p) 0) ((k ao f) 1) ((s k iy) 0))) +("filipowicz" nil (((f ih) 0) ((l ih) 1) ((p ax) 0) ((v ih ch) 0))) +("filippelli" nil (((f iy) 0) ((l iy) 0) ((p eh) 1) ((l iy) 0))) +("filippello" nil (((f iy) 1) ((l ih) 0) ((p eh) 1) ((l ow) 0))) +("filippi" nil (((f ih) 0) ((l ih) 1) ((p iy) 0))) +("filippini" nil (((f iy) 0) ((l iy) 0) ((p iy) 1) ((n iy) 0))) +("filippo" nil (((f ih) 0) ((l iy) 1) ((p ow) 0))) +("filippone" nil (((f ih) 1) ((l ih) 0) ((p ow n) 1))) +("filipski" nil (((f ih) 0) ((l ih p) 1) ((s k iy) 0))) +("filkins" nil (((f ih l) 1) ((k ih n z) 0))) +("fill" nil (((f ih l) 1))) +("filla" nil (((f ih) 1) ((l ax) 0))) +("fillauer" nil (((f ih) 1) ((l aw) 1) ((er) 0))) +("filled" nil (((f ih l d) 1))) +("filler" nil (((f ih) 1) ((l er) 0))) +("fillers" nil (((f ih) 1) ((l er z) 0))) +("fillet" nil (((f ax) 0) ((l ey) 1))) +("filleted" nil (((f ih) 1) ((l ax) 0) ((t ih d) 0))) +("fillets" nil (((f ih) 1) ((l ih t s) 0))) +("filley" nil (((f ih) 1) ((l iy) 0))) +("fillies" nil (((f ih) 1) ((l iy z) 0))) +("filling" nil (((f ih) 1) ((l ih ng) 0))) +("fillingame" nil (((f iy) 0) ((l ih ng) 0) ((g aa) 1) ((m iy) 0))) +("fillinger" nil (((f ih) 1) ((l ih ng) 0) ((er) 0))) +("fillingham" nil (((f ih) 1) ((l ih ng) 0) ((hh ae m) 1))) +("fillingim" nil (((f ih) 1) ((l ih ng) 0) ((g ih m) 0))) +("fillings" nil (((f ih) 1) ((l ih ng z) 0))) +("fillion" nil (((f ih) 1) ((l y ax n) 0))) +("fillip" nil (((f ih) 1) ((l ax p) 0))) +("fillman" nil (((f ih l) 1) ((m ax n) 0))) +("fillmore" nil (((f ih l) 1) ((m ao r) 0))) +("fills" nil (((f ih l z) 1))) +("filly" nil (((f ih) 1) ((l iy) 0))) +("film" nil (((f ih l m) 1))) +("filma" nil (((f ih l) 1) ((m ax) 0))) +("filmed" nil (((f ih l m d) 1))) +("filmer" nil (((f ih l) 1) ((m er) 0))) +("filmgoers" n (((f ih l m) 1) ((g ow) 1) ((er z) 0))) +("filming" nil (((f ih l) 1) ((m ih ng) 0))) +("filmless" nil (((f ih l m) 1) ((l ax s) 0))) +("filmmaker" nil (((f ih l) 1) ((m ey) 1) ((k er) 0))) +("filmmakers" nil (((f ih l) 1) ((m ey) 1) ((k er z) 0))) +("filmmaking" nil (((f ih l) 1) ((m ey) 1) ((k ih ng) 0))) +("filmore" nil (((f ih l) 1) ((m ao r) 1))) +("films" nil (((f ih l m z) 1))) +("filo" nil (((f iy) 1) ((l ow) 0))) +("filofax" nil (((f ih) 1) ((l ow) 0) ((f ae k s) 1))) +("filosa" nil (((f iy) 0) ((l ow) 1) ((s ax) 0))) +("filsinger" nil (((f ih l) 1) ((s ih ng) 0) ((er) 0))) +("filson" nil (((f ih l) 1) ((s ax n) 0))) +("filter" nil (((f ih l) 1) ((t er) 0))) +("filtered" nil (((f ih l) 1) ((t er d) 0))) +("filtering" nil (((f ih l) 1) ((t er) 0) ((ih ng) 0))) +("filters" nil (((f ih l) 1) ((t er z) 0))) +("filtertek" nil (((f ih l) 1) ((t er) 0) ((t eh k) 1))) +("filth" nil (((f ih l th) 1))) +("filthy" nil (((f ih l) 1) ((th iy) 0))) +("filtration" nil (((f ih l) 0) ((t r ey) 1) ((sh ax n) 0))) +("filtrol" nil (((f ih l) 1) ((t r aa l) 0))) +("filyaw" nil (((f ih) 0) ((l iy) 1) ((aa v) 0))) +("fimbres" nil (((f ih m) 1) ((b er z) 0))) +("fin" nil (((f ih n) 1))) +("fina" nil (((f ay) 1) ((n ax) 0))) +("finagle" nil (((f ih) 1) ((n ax) 0) ((g ax l) 0))) +("final" nil (((f ay) 1) ((n ax l) 0))) +("finalco" nil (((f ih) 0) ((n ae l) 1) ((k ow) 0))) +("finale" nil (((f ax) 0) ((n ae) 1) ((l iy) 0))) +("finalist" nil (((f ay) 1) ((n ax) 0) ((l ih s t) 0))) +("finalists" nil (((f ay) 1) ((n ax) 0) ((l ax s t s) 0))) +("finality" nil (((f ay) 0) ((n ae) 1) ((l ax) 0) ((t iy) 0))) +("finalize" nil (((f ay) 1) ((n ax) 0) ((l ay z) 1))) +("finalized" nil (((f ay) 1) ((n ax) 0) ((l ay z d) 1))) +("finalizing" nil (((f ay) 1) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("finally" nil (((f ay) 1) ((n ax) 0) ((l iy) 0))) +("finals" nil (((f ay) 1) ((n ax l z) 0))) +("finamore" nil (((f ih) 1) ((n ax) 0) ((m ao r) 1))) +("finan" nil (((f ih) 1) ((n ax n) 0))) +("finance" nil (((f ax) 0) ((n ae n s) 1))) +("financed" nil (((f ih) 0) ((n ae n s t) 1))) +("financement" nil (((f ih) 0) ((n ae n) 1) ((s m ax n t) 0))) +("finances" nil (((f ih) 0) ((n ae n) 1) ((s ih z) 0))) +("financial" nil (((f ax) 0) ((n ae n) 1) ((sh ax l) 0))) +("financially" nil (((f ax) 0) ((n ae n) 1) ((sh ax) 0) ((l iy) 0))) +("financials" nil (((f ay) 1) ((n ae n) 1) ((sh ax l z) 0))) +("financier" nil (((f ih) 1) ((n ax n) 0) ((s ih r) 1))) +("financiera" nil (((f ih) 0) ((n ae n) 1) ((s iy) 0) ((eh) 1) ((r ax) 0))) +("financiere" nil (((f ih) 1) ((n ae n) 0) ((s ih r) 1))) +("financiero" nil (((f ih) 0) ((n ae n) 1) ((s iy) 0) ((eh) 1) ((r ow) 0))) +("financiers" nil (((f ih) 1) ((n ax n) 0) ((s ih r z) 1))) +("financing" nil (((f ax) 0) ((n ae n) 1) ((s ih ng) 0))) +("financings" nil (((f ax) 0) ((n ae n) 1) ((s ih ng z) 0))) +("financo" nil (((f ih) 0) ((n ae ng) 1) ((k ow) 0))) +("finanz" nil (((f ih) 1) ((n ae n z) 0))) +("finanza" nil (((f ih) 0) ((n ae n) 1) ((z ax) 0))) +("finanziaria" nil (((f ih) 0) ((n ae n) 1) ((z iy) 0) ((eh) 1) ((r iy) 0) ((ax) 0))) +("finanziario" nil (((f ih) 0) ((n ae n) 1) ((z iy) 0) ((eh) 1) ((r iy) 0) ((ow) 0))) +("finarte" nil (((f ih) 1) ((n aa r t) 0))) +("finazzo" nil (((f iy) 0) ((n aa) 1) ((z ow) 0))) +("finberg" nil (((f ih n) 1) ((b er g) 0))) +("fincannon" nil (((f ih n) 1) ((k ax) 0) ((n aa n) 0))) +("finch" nil (((f ih n ch) 1))) +("fincham" nil (((f ih n) 1) ((ch ax m) 0))) +("fincher" nil (((f ih n) 1) ((ch er) 0))) +("finches" nil (((f ih n) 1) ((ch ih z) 0))) +("finchum" nil (((f ih n) 1) ((k ax m) 0))) +("finck" nil (((f ih ng k) 1))) +("fincke" nil (((f ih ng k) 1))) +("finckle" nil (((f ih ng) 1) ((k ax l) 0))) +("find" nil (((f ay n d) 1))) +("finder" nil (((f ay n) 1) ((d er) 0))) +("finders" nil (((f ay n) 1) ((d er z) 0))) +("finding" nil (((f ay n) 1) ((d ih ng) 0))) +("findings" nil (((f ay n) 1) ((d ih ng z) 0))) +("findlay" nil (((f ih n d) 1) ((l iy) 0))) +("findley" nil (((f ih n d) 1) ((l iy) 0))) +("findling" nil (((f ih n) 1) ((d ax) 0) ((l ih ng) 0))) +("finds" nil (((f ay n d z) 1))) +("fine" nil (((f ay n) 1))) +("fineberg" nil (((f ay n) 1) ((b er g) 0))) +("fined" nil (((f ay n d) 1))) +("finefrock" nil (((f ay n) 1) ((f r aa k) 1))) +("finegan" nil (((f ih) 1) ((n ih) 0) ((g ae n) 0))) +("finegold" nil (((f ay n) 1) ((g ow l d) 1))) +("finella" nil (((f ih) 0) ((n eh) 1) ((l ax) 0))) +("finelli" nil (((f ih) 0) ((n eh) 1) ((l iy) 0))) +("finely" nil (((f ay n) 1) ((l iy) 0))) +("fineman" nil (((f ay n) 1) ((m ax n) 0))) +("finer" nil (((f ay) 1) ((n er) 0))) +("fineran" nil (((f ih) 1) ((n er) 0) ((ae n) 0))) +("finerty" nil (((f ih) 1) ((n er) 0) ((t iy) 0))) +("finery" nil (((f ay) 1) ((n er) 0) ((iy) 0))) +("fines" nil (((f ay n z) 1))) +("finesse" nil (((f ih) 0) ((n eh s) 1))) +("finessed" nil (((f ax) 0) ((n eh s t) 1))) +("finest" nil (((f ay) 1) ((n ax s t) 0))) +("finestone" nil (((f ay n) 1) ((s t ow n) 1))) +("finevest" nil (((f ay n) 1) ((v eh s t) 1))) +("finex" nil (((f ih) 1) ((n eh k s) 1))) +("finfrock" nil (((f ih n) 1) ((f r aa k) 1))) +("finger" nil (((f ih ng) 1) ((g er) 0))) +("fingerboard" nil (((f ih ng) 1) ((g er) 0) ((b ao r d) 1))) +("fingered" nil (((f ih ng) 1) ((g er d) 0))) +("fingerhut" nil (((f ih ng) 1) ((g er) 0) ((hh ah t) 1))) +("fingering" nil (((f ih ng) 1) ((g er) 0) ((ih ng) 0))) +("fingernail" nil (((f ih ng) 1) ((g er) 0) ((n ey l) 1))) +("fingernails" nil (((f ih ng) 1) ((g er) 0) ((n ey l z) 1))) +("fingerprint" nil (((f ih ng) 1) ((g er) 0) ((p r ih n t) 1))) +("fingerprinted" nil (((f ih ng) 1) ((g er) 0) ((p r ih n) 1) ((t ih d) 0))) +("fingerprinting" nil (((f ih ng) 1) ((g er) 0) ((p r ih n) 1) ((t ih ng) 0))) +("fingerprints" nil (((f ih ng) 1) ((g er) 0) ((p r ih n t s) 1))) +("fingers" nil (((f ih ng) 1) ((g er z) 0))) +("fingertips" nil (((f ih ng) 1) ((g er) 0) ((t ih p s) 1))) +("fini" nil (((f iy) 1) ((n iy) 0))) +("finicky" nil (((f ih) 1) ((n ax) 0) ((k iy) 0))) +("finigan" nil (((f ih) 1) ((n ih) 0) ((g ax n) 0))) +("fining" nil (((f ay) 1) ((n ih ng) 0))) +("fininvest" nil (((f ih) 1) ((n ih n) 1) ((v eh s t) 1))) +("finish" nil (((f ih) 1) ((n ih sh) 0))) +("finished" nil (((f ih) 1) ((n ih sh t) 0))) +("finisher" nil (((f ih) 1) ((n ih) 0) ((sh er) 0))) +("finishers" nil (((f ih) 1) ((n ih) 0) ((sh er z) 0))) +("finishes" nil (((f ih) 1) ((n ih) 0) ((sh ih z) 0))) +("finishing" nil (((f ih) 1) ((n ih) 0) ((sh ih ng) 0))) +("finite" nil (((f ay) 1) ((n ay t) 1))) +("fink" nil (((f ih ng k) 1))) +("finkbeiner" nil (((f ih ng k) 1) ((b ay) 1) ((n er) 0))) +("finkbiner" nil (((f ih ng k) 1) ((b ay) 1) ((n er) 0))) +("finke" nil (((f ih ng k) 1))) +("finkel" nil (((f ih ng) 1) ((k ax l) 0))) +("finkelman" nil (((f ih ng) 1) ((k ax l) 0) ((m ax n) 0))) +("finkelson" nil (((f ih ng) 1) ((k ax l) 0) ((s ax n) 0))) +("finkelstein" nil (((f ih ng) 1) ((k ax l) 0) ((s t iy n) 1))) +("finken" nil (((f ih ng) 1) ((k ax n) 0))) +("finkenbinder" nil (((f ih ng) 1) ((k ih n) 0) ((b ih n) 0) ((d er) 0))) +("finkielstain" nil (((f ih ng) 0) ((k iy l) 1) ((s t ih n) 0))) +("finkle" nil (((f ih ng) 1) ((k ax l) 0))) +("finklea" nil (((f ih ng) 1) ((k l iy) 0) ((ax) 0))) +("finkler" nil (((f ih ng) 1) ((k l er) 0))) +("finkley" nil (((f ih ng) 1) ((k l iy) 0))) +("finks" nil (((f ih ng k s) 1))) +("finland" nil (((f ih n) 1) ((l ae n d) 1))) +("finlandization" nil (((f ih n) 1) ((l ae n) 0) ((d ih) 0) ((z ey) 1) ((sh ax n) 0))) +("finlay" nil (((f ih n) 1) ((l iy) 0))) +("finlayson" nil (((f ih n) 1) ((l iy) 0) ((s ax n) 0))) +("finlets" nil (((f ih n) 1) ((l ax t s) 0))) +("finley" nil (((f ih n) 1) ((l iy) 0))) +("finmeccanica" nil (((f ih n) 1) ((m ax) 0) ((k ae) 1) ((n ih) 0) ((k ax) 0))) +("finn" nil (((f ih n) 1))) +("finnair" nil (((f ih) 1) ((n eh r) 1))) +("finnan" nil (((f ih) 1) ((n ax n) 0))) +("finne" nil (((f ih n) 1))) +("finnegan" nil (((f ih) 1) ((n ax) 0) ((g ax n) 0))) +("finnell" nil (((f ih) 1) ((n ax l) 0))) +("finneran" nil (((f ih) 1) ((n er) 0) ((ae n) 0))) +("finnerty" nil (((f ih) 1) ((n er) 0) ((t iy) 0))) +("finney" nil (((f ih) 1) ((n iy) 0))) +("finnicum" nil (((f ih) 1) ((n ih) 0) ((k ax m) 0))) +("finnie" nil (((f ih) 1) ((n iy) 0))) +("finnigan" nil (((f ih) 1) ((n ih) 0) ((g ax n) 0))) +("finnish" nil (((f ih) 1) ((n ih sh) 0))) +("finns" nil (((f ih n z) 1))) +("fino" nil (((f iy) 1) ((n ow) 0))) +("finocchiaro" nil (((f iy) 0) ((n ow) 0) ((k iy) 0) ((aa) 1) ((r ow) 0))) +("finocchio" nil (((f iy) 0) ((n ow) 1) ((k iy) 0) ((ow) 0))) +("fins" nil (((f ih n z) 1))) +("finscher" nil (((f ih n) 1) ((sh er) 0))) +("finsider" nil (((f ih n) 1) ((s ay) 0) ((d er) 0))) +("finstad" nil (((f ih n) 1) ((s t ax d) 0))) +("finster" nil (((f ih n) 1) ((s t er) 0))) +("finstrom" nil (((f ih n) 1) ((s t r ax m) 0))) +("finton" nil (((f ih n) 1) ((t ax n) 0))) +("finucane" nil (((f ih) 1) ((n ax) 0) ((k ey n) 0))) +("finzel" nil (((f ih n) 1) ((z ax l) 0))) +("fiola" nil (((f iy) 0) ((ow) 1) ((l ax) 0))) +("fiona" nil (((f iy) 0) ((ow) 1) ((n ax) 0))) +("fioravanti" nil (((f iy) 0) ((ao) 0) ((r aa) 0) ((v aa n) 1) ((t iy) 0))) +("fiore" nil (((f iy) 0) ((ao) 1) ((r iy) 0))) +("fiorella" nil (((f iy) 0) ((ao) 0) ((r eh) 1) ((l ax) 0))) +("fiorelli" nil (((f iy) 0) ((ao) 0) ((r eh) 1) ((l iy) 0))) +("fiorello" nil (((f iy) 0) ((ao) 0) ((r eh) 1) ((l ow) 0))) +("fiorentino" nil (((f iy) 0) ((ao) 0) ((r eh n) 0) ((t iy) 1) ((n ow) 0))) +("fiorenza" nil (((f iy) 0) ((ao) 0) ((r eh n) 1) ((z ax) 0))) +("fioretti" nil (((f iy) 0) ((ao) 0) ((r eh) 1) ((t iy) 0))) +("fiori" nil (((f iy) 0) ((ao) 1) ((r iy) 0))) +("fiorillo" nil (((f iy) 0) ((ao) 0) ((r ih) 1) ((l ow) 0))) +("fiorina" nil (((f iy) 0) ((ao) 0) ((r iy) 1) ((n ax) 0))) +("fiorini" nil (((f iy) 0) ((ao) 0) ((r iy) 1) ((n iy) 0))) +("fiorino" nil (((f iy) 0) ((ao) 0) ((r iy) 1) ((n ow) 0))) +("fiorito" nil (((f iy) 0) ((ao) 0) ((r iy) 1) ((t ow) 0))) +("fiorucci" nil (((f iy) 0) ((ao) 0) ((r uw) 1) ((ch iy) 0))) +("fipple" nil (((f ih) 1) ((p ax l) 0))) +("fipps" nil (((f ih p s) 1))) +("fir" nil (((f er) 1))) +("fire" nil (((f ay) 1) ((er) 0))) +("firearm" nil (((f ay) 1) ((er) 0) ((aa r m) 1))) +("firearms" nil (((f ay) 1) ((er) 0) ((aa r m z) 1))) +("fireball" nil (((f ay) 1) ((er) 0) ((b ao l) 1))) +("firebaugh" nil (((f ay r) 1) ((b ao) 1))) +("firebird" nil (((f ay) 1) ((er) 0) ((b er d) 1))) +("firebirds" nil (((f ay) 1) ((er) 0) ((b er d z) 1))) +("firebomb" nil (((f ay) 1) ((er) 0) ((b aa m) 1))) +("firebombed" nil (((f ay r) 1) ((b aa m d) 1))) +("firebombing" nil (((f ay) 1) ((er) 0) ((b aa) 1) ((m ih ng) 0))) +("firebombs" nil (((f ay r) 1) ((b aa m z) 1))) +("firebrand" nil (((f ay) 1) ((er) 0) ((b r ae n d) 1))) +("firebrands" nil (((f ay) 1) ((er) 0) ((b r ae n d z) 1))) +("firebrick" nil (((f ay) 1) ((er) 0) ((b r ih k) 1))) +("firebug" nil (((f ay) 1) ((er) 0) ((b ah g) 1))) +("firebush" nil (((f ay) 1) ((er) 0) ((b uh sh) 1))) +("firecracker" nil (((f ay) 1) ((er) 0) ((k r ae) 1) ((k er) 0))) +("firecrackers" nil (((f ay) 1) ((er) 0) ((k r ae) 1) ((k er z) 0))) +("fired" nil (((f ay) 1) ((er d) 0))) +("firedamp" nil (((f ay) 1) ((er) 0) ((d ae m p) 1))) +("firefight" nil (((f ay r) 1) ((f ay t) 1))) +("firefighter" nil (((f ay r) 1) ((f ay) 1) ((t er) 0))) +("firefighters" nil (((f ay) 1) ((er) 0) ((f ay) 1) ((t er z) 0))) +("firefighting" nil (((f ay r) 1) ((f ay) 1) ((t ih ng) 0))) +("firefly" nil (((f ay) 1) ((er) 0) ((f l ay) 1))) +("firehouse" nil (((f ay) 1) ((er) 0) ((hh aw s) 1))) +("firehouses" nil (((f ay) 1) ((er) 0) ((hh aw) 1) ((s ih z) 0))) +("fireman" nil (((f ay r) 1) ((m ax n) 0))) +("firemen" nil (((f ay r) 1) ((m ax n) 0))) +("firenza" nil (((f ih) 0) ((r eh n) 1) ((z ax) 0))) +("firenzas" nil (((f er) 0) ((eh n) 1) ((z ax z) 0))) +("fireplace" nil (((f ay) 1) ((er) 0) ((p l ey s) 1))) +("fireplaces" nil (((f ay) 1) ((er) 0) ((p l ey) 1) ((s ax z) 0))) +("firepower" nil (((f ay r) 1) ((p aw) 1) ((er) 0))) +("fireproof" nil (((f ay) 1) ((er) 0) ((p r uw f) 1))) +("fireproofing" nil (((f ay) 1) ((er) 0) ((p r uw) 1) ((f ih ng) 0))) +("fires" nil (((f ay) 1) ((er z) 0))) +("fireside" nil (((f ay) 1) ((er) 0) ((s ay d) 1))) +("firesign" nil (((f ay) 1) ((er) 0) ((s ay n) 1))) +("firestine" nil (((f ay r) 0) ((s t iy) 1) ((n iy) 0))) +("firestone" nil (((f ay r) 1) ((s t ow n) 1))) +("firestorm" nil (((f ay r) 1) ((s t ao r m) 1))) +("fireweed" nil (((f ay) 1) ((er) 0) ((w iy d) 1))) +("firewood" nil (((f ay) 1) ((er) 0) ((w uh d) 1))) +("fireworks" nil (((f ay r) 1) ((w er k s) 1))) +("firing" nil (((f ay) 1) ((r ih ng) 0))) +("firings" nil (((f ay) 1) ((r ih ng z) 0))) +("firino" nil (((f ih) 0) ((r iy) 1) ((n ow) 0))) +("firkins" nil (((f er) 1) ((k ih n z) 0))) +("firkus" nil (((f er) 1) ((k ih s) 0))) +("firm" nil (((f er m) 1))) +("firma" nil (((f er) 1) ((m ax) 0))) +("firman" nil (((f er) 1) ((m ax n) 0))) +("firmans" nil (((f er) 1) ((m ax n z) 0))) +("firmed" nil (((f er m d) 1))) +("firmer" nil (((f er) 1) ((m er) 0))) +("firmest" nil (((f er) 1) ((m ax s t) 0))) +("firmin" nil (((f er) 1) ((m ih n) 0))) +("firming" nil (((f er) 1) ((m ih ng) 0))) +("firmly" nil (((f er m) 1) ((l iy) 0))) +("firmness" nil (((f er m) 1) ((n ax s) 0))) +("firms" nil (((f er m z) 1))) +("firpo" nil (((f ih r) 1) ((p ow) 0))) +("first" nil (((f er s t) 1))) +("firstar" nil (((f er) 1) ((s t aa r) 1))) +("firstborn" nil (((f er s t) 1) ((b ao r n) 1))) +("firstfed" nil (((f er s t) 1) ((f eh d) 1))) +("firsthand" nil (((f er s t) 1) ((hh ae n d) 1))) +("firstier" nil (((f er s) 1) ((t y er) 0))) +("firstly" nil (((f er s t) 1) ((l iy) 0))) +("firsts" nil (((f er s t s) 1))) +("firstsouth" nil (((f er s t) 1) ((s aw th) 1))) +("firth" nil (((f er th) 1))) +("firzite" nil (((f er) 1) ((z ay t) 1))) +("fis" nil (((f ih s) 1))) +("fisc" nil (((f ih s k) 1))) +("fiscal" nil (((f ih) 1) ((s k ax l) 0))) +("fiscally" nil (((f ih) 1) ((s k ax) 0) ((l iy) 0))) +("fisch" nil (((f ih sh) 1))) +("fischbach" nil (((f ih sh) 1) ((b aa k) 1))) +("fischbein" nil (((f ih sh) 1) ((b ay n) 1))) +("fischel" nil (((f ih) 1) ((sh ax l) 0))) +("fischer" nil (((f ih) 1) ((sh er) 0))) +("fischetti" nil (((f iy) 0) ((s k eh) 1) ((t iy) 0))) +("fischl" nil (((f ih) 1) ((s k ax l) 0))) +("fischler" nil (((f ih) 1) ((sh ax) 0) ((l er) 0))) +("fischman" nil (((f ih) 1) ((sh m ax n) 0))) +("fiscus" nil (((f ih) 1) ((s k ax s) 0))) +("fiser" nil (((f ay) 1) ((z er) 0))) +("fiserv" nil (((f ih) 1) ((s er v) 0))) +("fisette" nil (((f ih) 0) ((s eh t) 1))) +("fish" nil (((f ih sh) 1))) +("fishback" nil (((f ih sh) 1) ((b ae k) 1))) +("fishbaine" nil (((f ih sh) 1) ((b ey n) 1))) +("fishbaugh" nil (((f ih sh) 1) ((b ao) 1))) +("fishbeck" nil (((f ih sh) 1) ((b eh k) 1))) +("fishbein" nil (((f ih sh) 1) ((b ay n) 1))) +("fishbowl" nil (((f ih sh) 1) ((b ow l) 1))) +("fishburn" nil (((f ih sh) 1) ((b er n) 1))) +("fishburne" nil (((f ih sh) 1) ((b er n) 0))) +("fisheaters" nil (((f ih) 1) ((sh iy) 1) ((t er z) 0))) +("fished" nil (((f ih sh t) 1))) +("fishel" nil (((f ih) 1) ((sh ax l) 0))) +("fishell" nil (((f ih) 1) ((sh ax l) 0))) +("fisher" nil (((f ih) 1) ((sh er) 0))) +("fisheries" nil (((f ih) 1) ((sh er) 0) ((iy z) 0))) +("fisherman" nil (((f ih) 1) ((sh er) 0) ((m ae n) 1))) +("fishermen" nil (((f ih) 1) ((sh er) 0) ((m ih n) 0))) +("fishers" nil (((f ih) 1) ((sh er z) 0))) +("fishery" nil (((f ih) 1) ((sh er) 0) ((iy) 0))) +("fishes" nil (((f ih) 1) ((sh ax z) 0))) +("fishing" nil (((f ih) 1) ((sh ih ng) 0))) +("fishkill" nil (((f ih sh) 1) ((k ih l) 1))) +("fishkin" nil (((f ih sh) 1) ((k ih n) 0))) +("fishlow" nil (((f ih) 1) ((sh l ow) 1))) +("fishman" nil (((f ih) 1) ((sh m ae n) 1))) +("fishmonger" nil (((f ih) 1) ((sh m aa ng) 1) ((g er) 0))) +("fishy" nil (((f ih) 1) ((sh iy) 0))) +("fisk" nil (((f ih s k) 1))) +("fiske" nil (((f ih s k) 1))) +("fisler" nil (((f ih) 1) ((s ax) 0) ((l er) 0))) +("fisons" nil (((f ay) 1) ((z ax n z) 0))) +("fiss" nil (((f ih s) 1))) +("fissel" nil (((f ih) 1) ((s ax l) 0))) +("fissell" nil (((f ih) 1) ((s ax l) 0))) +("fission" nil (((f ih) 1) ((sh ax n) 0))) +("fissionable" nil (((f ih) 1) ((sh ax) 0) ((n ax) 0) ((b ax l) 0))) +("fissure" nil (((f ih) 1) ((sh er) 0))) +("fissured" nil (((f ih) 1) ((sh er d) 0))) +("fissures" nil (((f ih) 1) ((sh er z) 0))) +("fist" nil (((f ih s t) 1))) +("fisted" nil (((f ih) 1) ((s t ih d) 0))) +("fister" nil (((f ih) 1) ((s t er) 0))) +("fistful" nil (((f ih s t) 1) ((f ax l) 0))) +("fisticuffs" nil (((f ih) 1) ((s t ih) 0) ((k ah f s) 1))) +("fists" nil (((f ih s t s) 1))) +("fit" nil (((f ih t) 1))) +("fitak" nil (((f ih) 1) ((t ae k) 1))) +("fitbit" nil (((f ih t) 1) ((b ih t) 0))) +("fitch" nil (((f ih ch) 1))) +("fitchburg" nil (((f ih ch) 1) ((b er g) 0))) +("fitchett" nil (((f ih) 1) ((ch ih t) 0))) +("fite" nil (((f ay t) 1))) +("fites" nil (((f ay t s) 1))) +("fitful" nil (((f ih t) 1) ((f ax l) 0))) +("fitfully" nil (((f ih t) 1) ((f ax) 0) ((l iy) 0))) +("fithian" nil (((f ih) 1) ((th iy) 0) ((ax n) 0))) +("fitness" nil (((f ih t) 1) ((n ax s) 0))) +("fits" nil (((f ih t s) 1))) +("fitt" nil (((f ih t) 1))) +("fitted" nil (((f ih) 1) ((t ax d) 0))) +("fitter" nil (((f ih) 1) ((t er) 0))) +("fitterer" nil (((f ih) 1) ((t er) 0) ((er) 0))) +("fittest" nil (((f ih) 1) ((t ax s t) 0))) +("fitting" nil (((f ih) 1) ((t ih ng) 0))) +("fittingly" nil (((f ih) 1) ((t ih ng) 0) ((l iy) 0))) +("fittings" nil (((f ih) 1) ((t ih ng z) 0))) +("fitton" nil (((f ih) 1) ((t ax n) 0))) +("fittro" nil (((f ih) 1) ((t r ow) 0))) +("fitts" nil (((f ih t s) 1))) +("fitz" nil (((f ih t s) 1))) +("fitzer" nil (((f ih t) 1) ((s er) 0))) +("fitzgerald" nil (((f ih t s) 0) ((jh eh) 1) ((r ax l d) 0))) +("fitzgibbon" nil (((f ih t s) 1) ((jh ih) 1) ((b ax n) 0))) +("fitzgibbons" nil (((f ih t s) 1) ((jh ih) 1) ((b ax n z) 0))) +("fitzharris" nil (((f ih t s) 0) ((hh ae) 1) ((r ih s) 0))) +("fitzhenry" nil (((f ih t s) 0) ((hh eh) 1) ((n er) 0) ((iy) 0))) +("fitzhugh" nil (((f ih t s) 0) ((hh y uw) 1))) +("fitzmaurice" nil (((f ih t) 0) ((s m ao) 1) ((r ih s) 0))) +("fitzmorris" nil (((f ih t) 0) ((s m ao) 1) ((r ih s) 0))) +("fitzner" nil (((f ih t) 1) ((s n er) 0))) +("fitzpatrick" nil (((f ih t) 1) ((s p ae) 1) ((t r ih k) 0))) +("fitzsimmons" nil (((f ih t) 0) ((s ih) 1) ((m ax n z) 0))) +("fitzsimons" nil (((f ih t) 0) ((s ih) 1) ((m ax n z) 0))) +("fitzwater" nil (((f ih t) 1) ((s w ao) 1) ((t er) 0))) +("fitzwilliam" nil (((f ih t) 0) ((s w ih) 1) ((l y ax m) 0))) +("fiumara" nil (((f iy) 1) ((uw) 0) ((m aa) 1) ((r ax) 0))) +("five" nil (((f ay v) 1))) +("fiveash" nil (((f ay) 1) ((v ae sh) 1))) +("fivecoat" nil (((f ay v) 1) ((k ow t) 1))) +("fivefold" nil (((f ay v) 1) ((f ow l d) 1))) +("fives" nil (((f ay v z) 1))) +("fix" nil (((f ih k s) 1))) +("fixable" nil (((f ih k) 1) ((s ax) 0) ((b ax l) 0))) +("fixate" nil (((f ih k) 1) ((s ey t) 1))) +("fixated" nil (((f ih k) 1) ((s ey) 1) ((t ih d) 0))) +("fixation" nil (((f ih k) 0) ((s ey) 1) ((sh ax n) 0))) +("fixatives" nil (((f ih k) 1) ((s ax) 0) ((t ih v z) 0))) +("fixed" nil (((f ih k s t) 1))) +("fixer" nil (((f ih k) 1) ((s er) 0))) +("fixers" n (((f ih k) 1) ((s er z) 0))) +("fixes" nil (((f ih k) 1) ((s ih z) 0))) +("fixing" nil (((f ih k) 1) ((s ih ng) 0))) +("fixings" nil (((f ih k) 1) ((s ih ng z) 0))) +("fixler" nil (((f ih k) 1) ((s l er) 0))) +("fixture" nil (((f ih k s) 1) ((ch er) 0))) +("fixtures" nil (((f ih k s) 1) ((ch er z) 0))) +("fizer" nil (((f ay) 1) ((z er) 0))) +("fizz" nil (((f ih z) 1))) +("fizzle" nil (((f ih) 1) ((z ax l) 0))) +("fizzled" nil (((f ih) 1) ((z ax l d) 0))) +("fizzles" nil (((f ih) 1) ((z ax l z) 0))) +("fizzling" nil (((f ih) 1) ((z ax) 0) ((l ih ng) 0))) +("fjeld" nil (((f y eh l d) 1))) +("fjelstad" nil (((f y eh l) 1) ((s t ax d) 0))) +("fjords" nil (((f y ao r d z) 1))) +("flab" nil (((f l ae b) 1))) +("flabbergasted" nil (((f l ae) 1) ((b er) 0) ((g ae) 1) ((s t ih d) 0))) +("flabby" nil (((f l ae) 1) ((b iy) 0))) +("flaccid" nil (((f l ae k) 1) ((s ih d) 0))) +("flach" nil (((f l ae ch) 1))) +("flack" nil (((f l ae k) 1))) +("flad" nil (((f l ae d) 1))) +("flag" nil (((f l ae g) 1))) +("flagella" nil (((f l ax) 0) ((jh eh) 1) ((l ax) 0))) +("flagellated" nil (((f l ae) 1) ((jh ax) 0) ((l ey) 1) ((t ax d) 0))) +("flagellum" nil (((f l ax) 0) ((jh eh) 1) ((l ax m) 0))) +("flageolet" nil (((f l ae) 1) ((jh ax) 0) ((l eh t) 1))) +("flagg" nil (((f l ae g) 1))) +("flagged" nil (((f l ae g d) 1))) +("flagging" nil (((f l ae) 1) ((g ih ng) 0))) +("flagler" nil (((f l ae) 1) ((g l er) 0))) +("flagpole" nil (((f l ae g) 1) ((p ow l) 1))) +("flagpoles" nil (((f l ae g) 1) ((p ow l z) 1))) +("flagrant" nil (((f l ey) 1) ((g r ax n t) 0))) +("flagrantly" nil (((f l ey) 1) ((g r ax n t) 0) ((l iy) 0))) +("flags" nil (((f l ae g z) 1))) +("flagship" nil (((f l ae g) 1) ((sh ih p) 1))) +("flagships" nil (((f l ae g) 1) ((sh ih p s) 1))) +("flagstaff" nil (((f l ae g) 1) ((s t ae f) 1))) +("flagstar" nil (((f l ae g) 1) ((s t aa r) 1))) +("flagstone" nil (((f l ae g) 1) ((s t ow n) 1))) +("flaharty" nil (((f l eh r) 1) ((t iy) 0))) +("flaherty" nil (((f l eh r) 1) ((t iy) 0))) +("flahive" nil (((f l ae) 1) ((hh ih v) 0))) +("flaig" nil (((f l ey g) 1))) +("flail" nil (((f l ey l) 1))) +("flailing" nil (((f l ey) 1) ((l ih ng) 0))) +("flaim" nil (((f l ey m) 1))) +("flair" nil (((f l eh r) 1))) +("flak" nil (((f l ae k) 1))) +("flake" nil (((f l ey k) 1))) +("flakes" nil (((f l ey k s) 1))) +("flaking" nil (((f l ey) 1) ((k ih ng) 0))) +("flaky" nil (((f l ey) 1) ((k iy) 0))) +("flam" nil (((f l ae m) 1))) +("flamboyance" nil (((f l ae m) 0) ((b oy) 1) ((ax n s) 0))) +("flamboyant" nil (((f l ae m) 0) ((b oy) 1) ((ax n t) 0))) +("flamboyantly" nil (((f l ae m) 0) ((b oy) 1) ((ax n t) 0) ((l iy) 0))) +("flame" nil (((f l ey m) 1))) +("flamed" nil (((f l ey m d) 1))) +("flamemaster" nil (((f l ey) 1) ((m ae) 1) ((s t er) 0))) +("flamenco" nil (((f l ax) 0) ((m eh ng) 1) ((k ow) 1))) +("flamer" nil (((f l ey) 1) ((m er) 0))) +("flames" nil (((f l ey m z) 1))) +("flaming" nil (((f l ey) 1) ((m ih ng) 0))) +("flamingo" nil (((f l ax) 0) ((m ih ng) 1) ((g ow) 0))) +("flamingos" nil (((f l ax) 0) ((m ih ng) 1) ((g ow z) 0))) +("flaminian" nil (((f l ax) 0) ((m ih) 1) ((n iy) 0) ((ax n) 0))) +("flamm" nil (((f l ae m) 1))) +("flammability" nil (((f l ae) 1) ((m ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("flammable" nil (((f l ae) 1) ((m ax) 0) ((b ax l) 0))) +("flammang" nil (((f l ae) 1) ((m ax ng) 0))) +("flammer" nil (((f l ae) 1) ((m er) 0))) +("flammia" nil (((f l ae) 1) ((m iy) 0) ((ax) 0))) +("flamson" nil (((f l ae m) 1) ((s ax n) 0))) +("flan" nil (((f l ae n) 1))) +("flanagan" nil (((f l ae) 1) ((n ax) 0) ((g ax n) 0))) +("flanagin" nil (((f l ae) 1) ((n ax) 0) ((g ih n) 0))) +("flanary" nil (((f l ae) 1) ((n er) 0) ((iy) 0))) +("flanders" nil (((f l ae n) 1) ((d er z) 0))) +("flanery" nil (((f l ey) 1) ((n er) 0) ((iy) 0))) +("flange" nil (((f l ae n jh) 1))) +("flanges" nil (((f l ae n) 1) ((jh ax z) 0))) +("flanigan" nil (((f l ae) 1) ((n ih) 0) ((g ax n) 0))) +("flank" nil (((f l ae ng k) 1))) +("flanked" nil (((f l ae ng k t) 1))) +("flanking" nil (((f l ae ng) 1) ((k ih ng) 0))) +("flanks" nil (((f l ae ng k s) 1))) +("flann" nil (((f l ae n) 1))) +("flanna" nil (((f l ae) 1) ((n ax) 0))) +("flannagan" nil (((f l ae) 1) ((n ax) 0) ((g ax n) 0))) +("flannel" nil (((f l ae) 1) ((n ax l) 0))) +("flannels" nil (((f l ae) 1) ((n ax l z) 0))) +("flannery" nil (((f l ae) 1) ((n er) 0) ((iy) 0))) +("flannigan" nil (((f l ae) 1) ((n ih) 0) ((g ax n) 0))) +("flansburg" nil (((f l ae n s) 1) ((b er g) 0))) +("flap" nil (((f l ae p) 1))) +("flaplike" nil (((f l ae) 1) ((p l ay k) 1))) +("flappers" nil (((f l ae) 1) ((p er z) 0))) +("flapping" nil (((f l ae) 1) ((p ih ng) 0))) +("flaps" nil (((f l ae p s) 1))) +("flare" nil (((f l eh r) 1))) +("flared" nil (((f l eh r d) 1))) +("flares" nil (((f l eh r z) 1))) +("flaring" nil (((f l eh) 1) ((r ih ng) 0))) +("flasch" nil (((f l ae sh) 1))) +("flash" nil (((f l ae sh) 1))) +("flashback" nil (((f l ae sh) 1) ((b ae k) 1))) +("flashbacks" nil (((f l ae sh) 1) ((b ae k s) 1))) +("flashbulb" nil (((f l ae sh) 1) ((b ax l b) 0))) +("flashdance" nil (((f l ae sh) 1) ((d ae n s) 1))) +("flashed" nil (((f l ae sh t) 1))) +("flasher" nil (((f l ae) 1) ((sh er) 0))) +("flashers" nil (((f l ae) 1) ((sh er z) 0))) +("flashes" nil (((f l ae) 1) ((sh ih z) 0))) +("flashier" nil (((f l ae) 1) ((sh iy) 0) ((er) 0))) +("flashing" nil (((f l ae) 1) ((sh ih ng) 0))) +("flashlight" nil (((f l ae) 1) ((sh l ay t) 1))) +("flashlights" nil (((f l ae) 1) ((sh l ay t s) 1))) +("flashpay" nil (((f l ae sh) 1) ((p ey) 1))) +("flashpoint" nil (((f l ae sh) 1) ((p oy n t) 1))) +("flashy" nil (((f l ae) 1) ((sh iy) 0))) +("flask" nil (((f l ae s k) 1))) +("flasks" nil (((f l ae s k s) 1))) +("flat" nil (((f l ae t) 1))) +("flatau" nil (((f l ae) 1) ((t aw) 0))) +("flatbed" nil (((f l ae t) 1) ((b eh d) 1))) +("flatboat" nil (((f l ae t) 1) ((b ow t) 1))) +("flaten" nil (((f l ae) 1) ((t ax n) 0))) +("flater" nil (((f l ey) 1) ((t er) 0))) +("flatfish" nil (((f l ae t) 1) ((f ih sh) 1))) +("flatfishes" nil (((f l ae t) 1) ((f ih) 1) ((sh ih z) 0))) +("flath" nil (((f l ae th) 1))) +("flathead" nil (((f l ae t) 1) ((hh eh d) 1))) +("flatheads" nil (((f l ae t) 1) ((hh eh d z) 1))) +("flathers" nil (((f l ae) 1) ((dh er z) 0))) +("flatland" nil (((f l ae t) 1) ((l ae n d) 1))) +("flatlands" nil (((f l ae t) 1) ((l ae n d z) 0))) +("flatley" nil (((f l ae t) 1) ((l iy) 0))) +("flatly" nil (((f l ae t) 1) ((l iy) 0))) +("flatness" nil (((f l ae t) 1) ((n ax s) 0))) +("flats" nil (((f l ae t s) 1))) +("flatt" nil (((f l ae t) 1))) +("flatten" nil (((f l ae) 1) ((t ax n) 0))) +("flattened" nil (((f l ae) 1) ((t ax n d) 0))) +("flattening" nil (((f l ae) 1) ((t ax) 0) ((n ih ng) 0))) +("flatter" nil (((f l ae) 1) ((t er) 0))) +("flattered" nil (((f l ae) 1) ((t er d) 0))) +("flattering" nil (((f l ae) 1) ((t er) 0) ((ih ng) 0))) +("flattery" nil (((f l ae) 1) ((t er) 0) ((iy) 0))) +("flattish" nil (((f l ae) 1) ((t ih sh) 0))) +("flatulent" nil (((f l ae) 1) ((ch ax) 0) ((l ax n t) 0))) +("flatware" nil (((f l ae) 1) ((t w eh r) 1))) +("flatworm" nil (((f l ae) 1) ((t w er m) 0))) +("flaubert" nil (((f l aw) 1) ((b er t) 0))) +("flaugh" nil (((f l ao) 1))) +("flaugher" nil (((f l ao) 1) ((er) 0))) +("flaum" nil (((f l ao m) 1))) +("flaunt" nil (((f l ao n t) 1))) +("flaunted" nil (((f l ao n) 1) ((t ih d) 0))) +("flaunting" nil (((f l ao n) 1) ((t ih ng) 0))) +("flaunts" nil (((f l ao n t s) 1))) +("flavell" nil (((f l ae) 1) ((v ax l) 0))) +("flavia" nil (((f l ae) 1) ((v iy) 0) ((ax) 0))) +("flavin" nil (((f l ey) 1) ((v ih n) 0))) +("flavius" nil (((f l ey) 1) ((v iy) 0) ((ih s) 0))) +("flavor" nil (((f l ey) 1) ((v er) 0))) +("flavored" nil (((f l ey) 1) ((v er d) 0))) +("flavorful" nil (((f l ey) 1) ((v er) 0) ((f ax l) 0))) +("flavoring" nil (((f l ey) 1) ((v er) 0) ((ih ng) 0))) +("flavorings" nil (((f l ey) 1) ((v er) 0) ((ih ng z) 0))) +("flavorists" nil (((f l ey) 1) ((v er) 0) ((ih s t s) 0))) +("flavors" nil (((f l ey) 1) ((v er z) 0))) +("flavr" nil (((f l ey) 1) ((v er) 0))) +("flaw" nil (((f l ao) 1))) +("flawed" nil (((f l ao d) 1))) +("flawless" nil (((f l ao) 1) ((l ax s) 0))) +("flawlessly" nil (((f l ao) 1) ((l ax) 0) ((s l iy) 0))) +("flawn" nil (((f l ao n) 1))) +("flaws" nil (((f l ao z) 1))) +("flax" nil (((f l ae k s) 1))) +("flaxman" nil (((f l ae k) 1) ((s m ax n) 0))) +("flaxseed" nil (((f l ae k) 1) ((s iy d) 1))) +("flayed" nil (((f l ey d) 1))) +("flea" nil (((f l iy) 1))) +("fleagle" nil (((f l iy) 1) ((g ax l) 0))) +("fleas" nil (((f l iy z) 1))) +("fleck" nil (((f l eh k) 1))) +("fleckenstein" nil (((f l eh) 1) ((k ax n) 0) ((s t ay n) 1))) +("flecks" nil (((f l eh k s) 1))) +("fled" nil (((f l eh d) 1))) +("fledermaus" nil (((f l eh) 1) ((d er) 0) ((m aw s) 0))) +("fledged" nil (((f l eh jh d) 1))) +("fledging" nil (((f l eh) 1) ((jh ih ng) 0))) +("fledgling" nil (((f l eh jh) 1) ((l ih ng) 0))) +("flee" nil (((f l iy) 1))) +("fleece" nil (((f l iy s) 1))) +("fleeced" nil (((f l iy s t) 1))) +("fleecy" nil (((f l iy) 1) ((s iy) 0))) +("fleeger" nil (((f l iy) 1) ((g er) 0))) +("fleeing" nil (((f l iy) 1) ((ih ng) 0))) +("fleek" nil (((f l iy k) 1))) +("fleeman" nil (((f l iy) 1) ((m ax n) 0))) +("fleener" nil (((f l iy) 1) ((n er) 0))) +("fleenor" nil (((f l iy) 1) ((n er) 0))) +("fleer" nil (((f l ih r) 1))) +("flees" nil (((f l iy z) 1))) +("fleet" nil (((f l iy t) 1))) +("fleeting" nil (((f l iy) 1) ((t ih ng) 0))) +("fleets" nil (((f l iy t s) 1))) +("fleetwood" nil (((f l iy) 1) ((t w uh d) 1))) +("flegal" nil (((f l iy) 1) ((g ax l) 0))) +("flegel" nil (((f l eh) 1) ((g ax l) 0))) +("fleharty" nil (((f l eh) 1) ((hh aa r) 0) ((t iy) 0))) +("fleig" nil (((f l iy g) 1))) +("fleisch" nil (((f l ay sh) 1))) +("fleischauer" nil (((f l ay) 1) ((sh aw) 0) ((er) 0))) +("fleischer" nil (((f l ay) 1) ((sh er) 0))) +("fleischhacker" nil (((f l ay sh) 1) ((hh ax) 0) ((k er) 0))) +("fleischman" nil (((f l ay) 1) ((sh m ax n) 0))) +("fleischmann" nil (((f l ay) 1) ((sh m ax n) 0))) +("fleisher" nil (((f l ay) 1) ((sh er) 0))) +("fleishman" nil (((f l ay) 1) ((sh m ax n) 0))) +("fleiss" nil (((f l ay sh) 1))) +("fleissner" nil (((f l ay) 1) ((s n er) 0))) +("fleitas" nil (((f l ay) 1) ((t ax s) 0))) +("fleming" nil (((f l eh) 1) ((m ih ng) 0))) +("flemings" nil (((f l eh) 1) ((m ih ng z) 0))) +("flemington" nil (((f l eh) 1) ((m ih ng) 0) ((t ax n) 0))) +("flemish" nil (((f l eh) 1) ((m ih sh) 0))) +("flemister" nil (((f l eh) 1) ((m ih) 0) ((s t er) 0))) +("flemmer" nil (((f l eh) 1) ((m er) 0))) +("flemming" nil (((f l eh) 1) ((m ih ng) 0))) +("flemons" nil (((f l eh) 1) ((m ax n z) 0))) +("flener" nil (((f l iy) 1) ((n er) 0))) +("flenner" nil (((f l eh) 1) ((n er) 0))) +("flenniken" nil (((f l eh) 1) ((n ih) 0) ((k ax n) 0))) +("flesch" nil (((f l eh sh) 1))) +("flesh" nil (((f l eh sh) 1))) +("fleshed" nil (((f l eh sh t) 1))) +("flesher" nil (((f l eh) 1) ((sh er) 0))) +("fleshman" nil (((f l eh) 1) ((sh m ax n) 0))) +("fleshy" nil (((f l eh) 1) ((sh iy) 0))) +("flesner" nil (((f l eh) 1) ((s n er) 0))) +("flessner" nil (((f l eh) 1) ((s n er) 0))) +("fleta" nil (((f l iy) 1) ((t ax) 0))) +("fletchall" nil (((f l eh) 1) ((ch ax l) 0))) +("fletcher" nil (((f l eh) 1) ((ch er) 0))) +("flett" nil (((f l eh t) 1))) +("fleur" nil (((f l er) 1))) +("fleurette" nil (((f l er) 0) ((eh t) 1))) +("fleuri" nil (((f l er) 1) ((r iy) 1))) +("fleury" nil (((f l uh) 1) ((r iy) 0))) +("flew" nil (((f l uw) 1))) +("flewellen" nil (((f l uw) 1) ((eh) 1) ((l ax n) 0))) +("flewelling" nil (((f l uw) 1) ((eh) 1) ((l ih ng) 0))) +("flex" nil (((f l eh k s) 1))) +("flexed" nil (((f l eh k s t) 1))) +("flexer" nil (((f l eh k) 1) ((s er) 0))) +("flexes" nil (((f l eh k) 1) ((s ih z) 0))) +("flexi" nil (((f l eh k) 1) ((s iy) 0))) +("flexibility" nil (((f l eh k) 1) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("flexible" nil (((f l eh k) 1) ((s ax) 0) ((b ax l) 0))) +("flexibly" nil (((f l eh k) 1) ((s ax) 0) ((b l iy) 0))) +("flexing" nil (((f l eh k) 1) ((s ih ng) 0))) +("flextime" nil (((f l eh k) 1) ((s t ay m) 1))) +("flextronics" nil (((f l eh k) 1) ((s t r aa) 1) ((n ih k s) 0))) +("flicek" nil (((f l ih) 1) ((ch eh k) 0))) +("flick" nil (((f l ih k) 1))) +("flicker" nil (((f l ih) 1) ((k er) 0))) +("flickered" nil (((f l ih) 1) ((k er d) 0))) +("flickering" nil (((f l ih) 1) ((k er) 0) ((ih ng) 0))) +("flickers" nil (((f l ih) 1) ((k er z) 0))) +("flicking" nil (((f l ih) 1) ((k ih ng) 0))) +("flickinger" nil (((f l ih) 1) ((k ih ng) 0) ((er) 0))) +("flicks" nil (((f l ih k s) 1))) +("flied" nil (((f l ay d) 1))) +("fliegel" nil (((f l iy) 1) ((g ax l) 0))) +("flier" nil (((f l ay) 1) ((er) 0))) +("fliers" nil (((f l ay) 1) ((er z) 0))) +("flies" nil (((f l ay z) 1))) +("flight" nil (((f l ay t) 1))) +("flightless" nil (((f l ay t) 1) ((l ax s) 0))) +("flights" nil (((f l ay t s) 1))) +("flightsafety" nil (((f l ay t) 1) ((s ey f) 1) ((t iy) 0))) +("flighty" nil (((f l ay) 1) ((t iy) 0))) +("flim" nil (((f l ih m) 1))) +("flimflam" nil (((f l ih m) 1) ((f l ae m) 1))) +("flimsiest" nil (((f l ih m) 1) ((z iy) 0) ((ax s t) 0))) +("flimsy" nil (((f l ih m) 1) ((z iy) 0))) +("flinch" nil (((f l ih n ch) 1))) +("flinchbaugh" nil (((f l ih n ch) 1) ((b ao) 1))) +("flinched" nil (((f l ih n ch t) 1))) +("flinchum" nil (((f l ih n) 1) ((k ax m) 0))) +("flinders" nil (((f l ih n) 1) ((d er z) 0))) +("fling" nil (((f l ih ng) 1))) +("flinging" nil (((f l ih ng) 1) ((ih ng) 0))) +("flings" nil (((f l ih ng z) 1))) +("flink" nil (((f l ih ng k) 1))) +("flinn" nil (((f l ih n) 1))) +("flinner" nil (((f l ih) 1) ((n er) 0))) +("flint" nil (((f l ih n t) 1))) +("flintlocks" nil (((f l ih n t) 1) ((l aa k s) 1))) +("flints" nil (((f l ih n t s) 1))) +("flintstones" nil (((f l ih n t) 1) ((s t ow n z) 1))) +("flinty" nil (((f l ih n) 1) ((t iy) 0))) +("flip" nil (((f l ih p) 1))) +("flippant" nil (((f l ih) 1) ((p ax n t) 0))) +("flipped" nil (((f l ih p t) 1))) +("flippen" nil (((f l ih) 1) ((p ax n) 0))) +("flipper" nil (((f l ih) 1) ((p er) 0))) +("flippers" nil (((f l ih) 1) ((p er z) 0))) +("flippin" nil (((f l ih) 1) ((p ih n) 0))) +("flipping" nil (((f l ih) 1) ((p ih ng) 0))) +("flippo" nil (((f l ih) 1) ((p ow) 0))) +("flips" nil (((f l ih p s) 1))) +("flirt" nil (((f l er t) 1))) +("flirtation" nil (((f l er) 0) ((t ey) 1) ((sh ax n) 0))) +("flirtations" nil (((f l er) 0) ((t ey) 1) ((sh ax n z) 0))) +("flirtatious" nil (((f l er) 0) ((t ey) 1) ((sh ax s) 0))) +("flirted" nil (((f l er) 1) ((t ih d) 0))) +("flirting" nil (((f l er) 1) ((t ih ng) 0))) +("flirts" nil (((f l er t s) 1))) +("flis" nil (((f l ih s) 1))) +("fliss" nil (((f l ih s) 1))) +("flit" nil (((f l ih t) 1))) +("flitting" nil (((f l ih) 1) ((t ih ng) 0))) +("flo" nil (((f l ow) 1))) +("float" nil (((f l ow t) 1))) +("floated" nil (((f l ow) 1) ((t ax d) 0))) +("floater" nil (((f l ow) 1) ((t er) 0))) +("floaters" nil (((f l ow) 1) ((t er z) 0))) +("floating" nil (((f l ow) 1) ((t ih ng) 0))) +("floats" nil (((f l ow t s) 1))) +("floc" nil (((f l aa k) 1))) +("flock" nil (((f l aa k) 1))) +("flocked" nil (((f l aa k t) 1))) +("flockhart" nil (((f l aa k) 1) ((hh aa r t) 1))) +("flocking" nil (((f l aa) 1) ((k ih ng) 0))) +("flocks" nil (((f l aa k s) 1))) +("flodin" nil (((f l ow) 1) ((d ih n) 0))) +("floe" nil (((f l ow) 1))) +("floersheim" nil (((f l ao r) 1) ((sh ay m) 1))) +("flogging" nil (((f l aa) 1) ((g ih ng) 0))) +("flohr" nil (((f l aa r) 1))) +("floirenda" nil (((f l oy) 1) ((r eh n) 1) ((d ax) 0))) +("flom" nil (((f l aa m) 1))) +("flonorial" nil (((f l aa) 1) ((n ao) 1) ((r iy) 0) ((ax l) 0))) +("flood" nil (((f l ah d) 1))) +("flooded" nil (((f l ah) 1) ((d ax d) 0))) +("floodgates" nil (((f l ah d) 1) ((g ey t s) 1))) +("flooding" nil (((f l ah) 1) ((d ih ng) 0))) +("floodlights" nil (((f l ah d) 1) ((l ay t s) 1))) +("floodplain" nil (((f l ah d) 1) ((p l ey n) 1))) +("floods" nil (((f l ah d z) 1))) +("floodwater" nil (((f l ah) 1) ((d w ao) 1) ((t er) 0))) +("floodwaters" nil (((f l ah) 1) ((d w ao) 1) ((t er z) 0))) +("flook" nil (((f l uh k) 1))) +("floor" nil (((f l ao r) 1))) +("floorboards" nil (((f l ao r) 1) ((b ao r d z) 1))) +("floored" nil (((f l ao r d) 1))) +("flooring" nil (((f l ao) 1) ((r ih ng) 0))) +("floors" nil (((f l ao r z) 1))) +("flop" nil (((f l aa p) 1))) +("flopped" nil (((f l aa p t) 1))) +("flopping" nil (((f l aa) 1) ((p ih ng) 0))) +("floppy" nil (((f l aa) 1) ((p iy) 0))) +("flops" nil (((f l aa p s) 1))) +("floptical" nil (((f l aa p) 1) ((t ih) 0) ((k ax l) 0))) +("flor" nil (((f l ao r) 1))) +("flora" nil (((f l ao) 1) ((r ax) 0))) +("florafax" nil (((f l ao) 1) ((r ax) 0) ((f ae k s) 1))) +("floral" nil (((f l ao) 1) ((r ax l) 0))) +("florance" nil (((f l ao) 1) ((r ax n s) 0))) +("flore" nil (((f l ao r) 1))) +("florea" nil (((f l ao) 1) ((r iy) 0) ((ax) 0))) +("florek" nil (((f l ao) 1) ((r ih k) 0))) +("floren" nil (((f l ao) 1) ((r ax n) 0))) +("florence" nil (((f l ao) 1) ((r ax n s) 0))) +("florentina" nil (((f l ao) 1) ((r eh n) 0) ((t iy) 1) ((n ax) 0))) +("florentine" nil (((f l ao) 1) ((r ax n) 0) ((t iy n) 1))) +("florentino" nil (((f l ao) 0) ((r eh n) 0) ((t iy) 1) ((n ow) 0))) +("florer" nil (((f l ao) 1) ((r er) 0))) +("flores" nil (((f l ao) 1) ((r eh z) 1))) +("florescue" nil (((f l ao) 1) ((r ax) 0) ((s k y uw) 0))) +("florey" nil (((f l ao) 1) ((r iy) 0))) +("florez" nil (((f l ao) 0) ((r eh z) 1))) +("flori" nil (((f l ao) 1) ((r iy) 0))) +("floria" nil (((f l ao) 1) ((r iy) 0) ((ax) 0))) +("florian" nil (((f l ao) 1) ((r iy) 0) ((ax n) 0))) +("florid" nil (((f l ao) 1) ((r ax d) 0))) +("florida" nil (((f l ao) 1) ((r ax) 0) ((d ax) 0))) +("floridabanc" nil (((f l ao) 1) ((r ax) 0) ((d ax) 0) ((b ae ng k) 1))) +("floridian" nil (((f l ao) 0) ((r ih) 1) ((d iy) 0) ((ax n) 0))) +("floridians" nil (((f l ao) 0) ((r ih) 1) ((d iy) 0) ((ax n z) 0))) +("florin" nil (((f l ao) 1) ((r ih n) 0))) +("florinda" nil (((f l ao) 0) ((r iy n) 1) ((d ax) 0))) +("florine" nil (((f l ao) 0) ((r iy) 1) ((n iy) 0))) +("florio" nil (((f l ao) 1) ((r iy) 0) ((ow) 0))) +("floris" nil (((f l ao) 1) ((r ih s) 0))) +("florist" nil (((f l aa) 1) ((r ax s t) 0))) +("florists" nil (((f l ao) 1) ((r ih s t s) 0))) +("floro" nil (((f l ao) 1) ((r ow) 0))) +("florrie" nil (((f l ao) 1) ((r iy) 0))) +("florry" nil (((f l ao) 1) ((r iy) 0))) +("florsheim" nil (((f l ao r) 1) ((sh ay m) 1))) +("flory" nil (((f l ao) 1) ((r iy) 0))) +("floss" nil (((f l aa s) 1))) +("flossie" nil (((f l ao) 1) ((s iy) 0))) +("flotation" nil (((f l ow) 0) ((t ey) 1) ((sh ax n) 0))) +("flotilla" nil (((f l ow) 0) ((t ih) 1) ((l ax) 0))) +("flotow" nil (((f l aa) 1) ((t aw) 0))) +("flotsam" nil (((f l aa t) 1) ((s ax m) 0))) +("flott" nil (((f l aa t) 1))) +("flotta" nil (((f l aa) 1) ((t ax) 0))) +("flounces" nil (((f l aw n) 1) ((s ih z) 0))) +("flounder" nil (((f l aw n) 1) ((d er) 0))) +("floundered" nil (((f l aw n) 1) ((d er d) 0))) +("floundering" nil (((f l aw n) 1) ((d er) 0) ((ih ng) 0))) +("flounders" nil (((f l aw n) 1) ((d er z) 0))) +("flour" nil (((f l aw) 1) ((er) 0))) +("flourish" nil (((f l er) 1) ((ih sh) 0))) +("flourished" nil (((f l er) 1) ((ih sh t) 0))) +("flourishes" nil (((f l er) 1) ((ih) 0) ((sh ax z) 0))) +("flourishing" nil (((f l er) 1) ((ih) 0) ((sh ih ng) 0))) +("flournoy" nil (((f l uh r) 0) ((n oy) 1))) +("flours" nil (((f l aw) 1) ((er z) 0))) +("flout" nil (((f l aw t) 1))) +("flouted" nil (((f l aw) 1) ((t ih d) 0))) +("flouting" nil (((f l aw) 1) ((t ih ng) 0))) +("flow" nil (((f l ow) 1))) +("flowe" nil (((f l ow) 1))) +("flowed" nil (((f l ow d) 1))) +("flower" nil (((f l aw) 1) ((er) 0))) +("flowered" nil (((f l aw) 1) ((er d) 0))) +("flowering" nil (((f l aw) 1) ((er) 0) ((ih ng) 0))) +("flowerpot" nil (((f l aw) 1) ((er) 0) ((p aa t) 1))) +("flowers" nil (((f l aw) 1) ((er z) 0))) +("flowery" nil (((f l aw) 1) ((er) 0) ((iy) 0))) +("flowing" nil (((f l ow) 1) ((ih ng) 0))) +("flown" nil (((f l ow n) 1))) +("flows" nil (((f l ow z) 1))) +("flowton" nil (((f l ow) 1) ((t ax n) 0))) +("floy" nil (((f l oy) 1))) +("floyd" nil (((f l oy d) 1))) +("flu" nil (((f l uw) 1))) +("flubs" nil (((f l ah b z) 1))) +("fluck" nil (((f l ah k) 1))) +("fluctuate" nil (((f l ah k) 1) ((ch ax) 0) ((w ey t) 1))) +("fluctuated" nil (((f l ah k) 1) ((ch ax) 0) ((w ey) 1) ((t ih d) 0))) +("fluctuates" nil (((f l ah k) 1) ((ch uw) 0) ((ey t s) 1))) +("fluctuating" nil (((f l ah k) 1) ((ch ax) 0) ((w ey) 1) ((t ih ng) 0))) +("fluctuation" nil (((f l ah k) 1) ((ch uw) 0) ((ey) 1) ((sh ax n) 0))) +("fluctuations" nil (((f l ah k) 1) ((ch uw) 0) ((ey) 1) ((sh ax n z) 0))) +("flud" nil (((f l ah d) 1))) +("fludd" nil (((f l ah d) 1))) +("flue" nil (((f l uw) 1))) +("fluegel" nil (((f l uh) 1) ((g ax l) 0))) +("fluegge" nil (((f l uw g) 1))) +("fluency" nil (((f l uw) 1) ((ax n) 0) ((s iy) 0))) +("fluent" nil (((f l uw) 1) ((ax n t) 0))) +("fluet" nil (((f l uw t) 1))) +("fluff" nil (((f l ah f) 1))) +("fluffed" nil (((f l ah f t) 1))) +("fluffier" nil (((f l ah) 1) ((f iy) 0) ((er) 0))) +("fluffs" nil (((f l ah f s) 1))) +("fluffy" nil (((f l ah) 1) ((f iy) 0))) +("fluharty" nil (((f l ah) 1) ((er) 0) ((t iy) 0))) +("fluhr" nil (((f l er) 1))) +("fluid" nil (((f l uw) 1) ((ax d) 0))) +("fluidity" nil (((f l uw) 0) ((ih) 1) ((d ax) 0) ((t iy) 0))) +("fluids" nil (((f l uw) 1) ((ax d z) 0))) +("fluitt" nil (((f l uw) 1) ((ax t) 0))) +("fluke" nil (((f l uw k) 1))) +("fluker" nil (((f l uw) 1) ((k er) 0))) +("flukes" nil (((f l uw k s) 1))) +("flulike" nil (((f l uw) 1) ((l ay k) 1))) +("flume" nil (((f l uw m) 1))) +("flumenbaum" nil (((f l uw) 1) ((m ax n) 0) ((b aw m) 1))) +("flumes" nil (((f l uw m z) 1))) +("flung" nil (((f l ah ng) 1))) +("flunk" nil (((f l ah ng k) 1))) +("flunked" nil (((f l ah ng k t) 1))) +("flunking" nil (((f l ah ng) 1) ((k ih ng) 0))) +("flunks" nil (((f l ah ng k s) 1))) +("fluor" nil (((f l uw) 1) ((er) 0))) +("fluoresce" nil (((f l uh) 1) ((r eh s) 1))) +("fluorescent" nil (((f l uh) 1) ((r eh) 1) ((s ax n t) 0))) +("fluorescently" nil (((f l uh) 1) ((r eh) 1) ((s ax n t) 0) ((l iy) 0))) +("fluorescents" nil (((f l uh) 1) ((r eh) 1) ((s ax n t s) 0))) +("fluoridation" nil (((f l uh) 1) ((r ax) 0) ((d ey) 1) ((sh ax n) 0))) +("fluoride" nil (((f l uh) 1) ((r ay d) 1))) +("fluorides" nil (((f l uh) 1) ((r ay d z) 1))) +("fluorine" nil (((f l uh) 1) ((r iy n) 1))) +("fluorite" nil (((f l uh) 1) ((r ay t) 1))) +("fluorocarbon" nil (((f l uh) 1) ((r ow) 0) ((k aa r) 1) ((b ax n) 0))) +("fluorocarbons" nil (((f l uh) 1) ((r ow) 0) ((k aa r) 1) ((b ax n z) 0))) +("fluorometer" nil (((f l uh) 1) ((r aa) 1) ((m ax) 0) ((t er) 0))) +("fluorspar" nil (((f l uh r) 1) ((s p aa r) 1))) +("flurried" nil (((f l er) 1) ((iy d) 0))) +("flurries" nil (((f l er) 1) ((iy z) 0))) +("flurry" nil (((f l er) 1) ((iy) 0))) +("flury" nil (((f l uw) 1) ((r iy) 0))) +("flus" nil (((f l uw z) 1))) +("flush" nil (((f l ah sh) 1))) +("flushed" nil (((f l ah sh t) 1))) +("flushes" nil (((f l ah) 1) ((sh ih z) 0))) +("flushing" nil (((f l ah) 1) ((sh ih ng) 0))) +("flustered" nil (((f l ah) 1) ((s t er d) 0))) +("flute" nil (((f l uw t) 1))) +("flutes" nil (((f l uw t s) 1))) +("flutist" nil (((f l uw) 1) ((t ih s t) 0))) +("flutter" nil (((f l ah) 1) ((t er) 0))) +("fluttered" nil (((f l ah) 1) ((t er d) 0))) +("fluttering" nil (((f l ah) 1) ((t er) 0) ((ih ng) 0))) +("flutters" nil (((f l ah) 1) ((t er z) 0))) +("fluty" nil (((f l uw) 1) ((t iy) 0))) +("fluvial" nil (((f l uw) 1) ((v iy) 0) ((ax l) 0))) +("flux" nil (((f l ah k s) 1))) +("fluxional" nil (((f l ah k) 1) ((sh ax) 0) ((n ax l) 0))) +("fly" nil (((f l ay) 1))) +("flyby" nil (((f l ay) 1) ((b ay) 1))) +("flycatcher" nil (((f l ay) 1) ((k ae) 1) ((ch er) 0))) +("flye" nil (((f l ay) 1))) +("flyer" nil (((f l ay) 1) ((er) 0))) +("flyers" nil (((f l ay) 1) ((er z) 0))) +("flying" nil (((f l ay) 1) ((ih ng) 0))) +("flynn" nil (((f l ih n) 1))) +("flynt" nil (((f l ih n t) 1))) +("flythe" nil (((f l ay dh) 1))) +("flytrap" nil (((f l ay) 1) ((t r ae p) 1))) +("flyway" nil (((f l ay) 1) ((w ey) 1))) +("flywheel" nil (((f l ay) 1) ((w iy l) 1))) +("fo" nil (((f ao) 1))) +("foal" nil (((f ow l) 1))) +("foaling" nil (((f ow) 1) ((l ih ng) 0))) +("foam" nil (((f ow m) 1))) +("foams" nil (((f ow m z) 1))) +("foamy" nil (((f ow) 1) ((m iy) 0))) +("foard" nil (((f ao r d) 1))) +("fobbs" nil (((f aa b z) 1))) +("fobes" nil (((f ow b z) 1))) +("focal" nil (((f ow) 1) ((k ax l) 0))) +("focht" nil (((f aa k t) 1))) +("fochtman" nil (((f aa k t) 1) ((m ax n) 0))) +("fockler" nil (((f aa) 1) ((k l er) 0))) +("focus" nil (((f ow) 1) ((k ax s) 0))) +("focused" nil (((f ow) 1) ((k ax s t) 0))) +("focuses" nil (((f ow) 1) ((k ax) 0) ((s ih z) 0))) +("focusing" nil (((f ow) 1) ((k ax) 0) ((s ih ng) 0))) +("focussed" nil (((f ow) 1) ((k ax s t) 0))) +("focusses" nil (((f ow) 1) ((k ax) 0) ((s ih z) 0))) +("focussing" nil (((f ow) 1) ((k ax) 0) ((s ih ng) 0))) +("fodder" nil (((f aa) 1) ((d er) 0))) +("fodera" nil (((f ow) 0) ((d eh) 1) ((r ax) 0))) +("fodor" nil (((f ow) 1) ((d er) 0))) +("foe" nil (((f ow) 1))) +("foehlich" nil (((f ow) 1) ((l ih ch) 0))) +("foell" nil (((f iy l) 1))) +("foeller" nil (((f ow) 1) ((l er) 0))) +("foerster" nil (((f ao r) 1) ((s t er) 0))) +("foertsch" nil (((f ao r ch) 1))) +("foes" nil (((f ow z) 1))) +("fog" nil (((f aa g) 1))) +("fogal" nil (((f ow) 1) ((jh ax l) 0))) +("fogarty" nil (((f aa) 1) ((g aa r) 1) ((t iy) 0))) +("fogel" nil (((f ow) 1) ((g ax l) 0))) +("fogelberg" nil (((f ow) 1) ((g ax l) 0) ((b er g) 0))) +("fogelman" nil (((f ow) 1) ((g ax l) 0) ((m ax n) 0))) +("fogelson" nil (((f ow) 1) ((g ax l) 0) ((s ax n) 0))) +("fogerty" nil (((f aa) 1) ((jh er) 0) ((t iy) 0))) +("fogg" nil (((f aa g) 1))) +("foggiest" nil (((f aa) 1) ((g iy) 0) ((ax s t) 0))) +("foggy" nil (((f aa) 1) ((g iy) 0))) +("fogle" nil (((f ow) 1) ((g ax l) 0))) +("fogleman" nil (((f ow) 1) ((g ax l) 0) ((m ax n) 0))) +("fogler" nil (((f ow) 1) ((g ax) 0) ((l er) 0))) +("foglesong" nil (((f aa) 1) ((g l ih) 0) ((s ao ng) 0))) +("foglia" nil (((f aa) 1) ((g l iy) 0) ((ax) 0))) +("foglio" nil (((f aa) 1) ((g l iy) 0) ((ow) 0))) +("fogt" nil (((f aa g t) 1))) +("fogy" nil (((f ow) 1) ((g iy) 0))) +("fohl" nil (((f ow l) 1))) +("foible" nil (((f oy) 1) ((b ax l) 0))) +("foibles" nil (((f oy) 1) ((b ax l z) 0))) +("foie" nil (((f oy) 1))) +("foil" nil (((f oy l) 1))) +("foiled" nil (((f oy l d) 1))) +("foiles" nil (((f aa) 1) ((ay l z) 0))) +("foiling" nil (((f oy) 1) ((l ih ng) 0))) +("foils" nil (((f oy l z) 1))) +("foist" nil (((f oy s t) 1))) +("foisted" nil (((f oy) 1) ((s t ih d) 0))) +("foister" nil (((f oy) 1) ((s t er) 0))) +("foisy" nil (((f oy) 1) ((z iy) 0))) +("fojtik" nil (((f aa y) 1) ((t ih k) 0))) +("fokker" nil (((f aa) 1) ((k er) 0))) +("folan" nil (((f ow) 1) ((l ax n) 0))) +("foland" nil (((f ow) 1) ((l ax n d) 0))) +("folck" nil (((f ow l k) 1))) +("fold" nil (((f ow l d) 1))) +("folded" nil (((f ow l) 1) ((d ax d) 0))) +("folden" nil (((f ow l) 1) ((d ax n) 0))) +("folder" nil (((f ow l) 1) ((d er) 0))) +("folders" nil (((f ow l) 1) ((d er z) 0))) +("folding" nil (((f ow l) 1) ((d ih ng) 0))) +("folds" nil (((f ow l d z) 1))) +("foley" nil (((f ow) 1) ((l iy) 0))) +("folger" nil (((f ow l) 1) ((jh er) 0))) +("folgers" nil (((f ow l) 1) ((jh er z) 0))) +("folha" nil (((f ow l) 1) ((hh ax) 0))) +("foliage" nil (((f ow) 1) ((l ih jh) 0))) +("foliate" nil (((f ow) 1) ((l iy) 0) ((ey t) 1))) +("foliation" nil (((f ow) 1) ((l iy) 0) ((ey) 1) ((sh ax n) 0))) +("folic" nil (((f aa) 1) ((l ih k) 0))) +("folino" nil (((f ow) 0) ((l iy) 1) ((n ow) 0))) +("folk" nil (((f ow k) 1))) +("folker" nil (((f ow) 1) ((k er) 0))) +("folkers" nil (((f ow) 1) ((k er z) 0))) +("folkert" nil (((f ow) 1) ((k er t) 0))) +("folkerts" nil (((f ow) 1) ((k er t s) 0))) +("folkes" nil (((f ow k s) 1))) +("folkish" nil (((f ow) 1) ((k ih sh) 0))) +("folklore" nil (((f ow) 1) ((k l ao r) 1))) +("folkman" nil (((f ow k) 1) ((m ax n) 0))) +("folkrock" nil (((f ow) 1) ((k r aa k) 1))) +("folks" nil (((f ow k s) 1))) +("folkstone" nil (((f ow k) 1) ((s t ow n) 1))) +("folksy" nil (((f ow k) 1) ((s iy) 0))) +("folktale" nil (((f ow k) 1) ((t ey l) 1))) +("folkways" nil (((f ow) 1) ((k w ey z) 1))) +("folland" nil (((f aa) 1) ((l ax n d) 0))) +("follett" nil (((f aa) 1) ((l ih t) 0))) +("follette" nil (((f aa) 1) ((l eh t) 1))) +("folley" nil (((f aa) 1) ((l iy) 0))) +("folliard" nil (((f aa) 1) ((l y er d) 0))) +("follicle" nil (((f aa) 1) ((l ax) 0) ((k ax l) 0))) +("follicles" nil (((f aa) 1) ((l ih) 0) ((k ax l z) 0))) +("follies" nil (((f aa) 1) ((l iy z) 0))) +("follin" nil (((f aa) 1) ((l ih n) 0))) +("follis" nil (((f aa) 1) ((l ih s) 0))) +("follman" nil (((f aa l) 1) ((m ax n) 0))) +("follmer" nil (((f aa l) 1) ((m er) 0))) +("follow" nil (((f aa) 1) ((l ow) 0))) +("followed" nil (((f aa) 1) ((l ow d) 0))) +("followell" nil (((f aa) 1) ((l ax) 0) ((w eh l) 0))) +("follower" nil (((f aa) 1) ((l ow) 0) ((er) 0))) +("followers" nil (((f aa) 1) ((l ow) 0) ((er z) 0))) +("following" nil (((f aa) 1) ((l ow) 0) ((ih ng) 0))) +("followings" nil (((f aa) 1) ((l ow) 0) ((ih ng z) 0))) +("follows" nil (((f aa) 1) ((l ow z) 0))) +("followup" nil (((f aa) 1) ((l ow) 0) ((ah p) 1))) +("folly" nil (((f aa) 1) ((l iy) 0))) +("folmar" nil (((f ow l) 1) ((m er) 0))) +("folmer" nil (((f ow l) 1) ((m er) 0))) +("folse" nil (((f ow l s) 1))) +("folsom" nil (((f ow l) 1) ((s ax m) 0))) +("folson" nil (((f ow l) 1) ((s ax n) 0))) +("folta" nil (((f ow l) 1) ((t ax) 0))) +("foltene" nil (((f ow l) 0) ((t iy n) 1))) +("folts" nil (((f ow l t s) 1))) +("foltz" nil (((f ow l t s) 1))) +("folwell" nil (((f ow l) 1) ((w eh l) 1))) +("folz" nil (((f ow l z) 1))) +("fomby" nil (((f aa m) 1) ((b iy) 0))) +("foment" nil (((f ow) 1) ((m eh n t) 0))) +("fomented" nil (((f ow) 1) ((m eh n) 0) ((t ih d) 0))) +("fomenting" nil (((f ow) 1) ((m eh n) 0) ((t ih ng) 0))) +("fomento" nil (((f ow) 1) ((m eh n) 1) ((t ow) 0))) +("fomon" nil (((f ow) 1) ((m ax n) 0))) +("fonar" nil (((f aa) 1) ((n er) 0))) +("foncier" nil (((f aa n s) 1) ((y er) 0))) +("fond" nil (((f aa n d) 1))) +("fonda" nil (((f aa n) 1) ((d ax) 0))) +("fonder" nil (((f aa n) 1) ((d er) 0))) +("fondest" nil (((f aa n) 1) ((d ax s t) 0))) +("fondiaria" nil (((f aa n) 1) ((d iy) 0) ((eh) 1) ((r iy) 0) ((ax) 0))) +("fondkommission" nil (((f aa n d) 1) ((k ax) 0) ((m ih) 1) ((sh ax n) 0))) +("fondly" nil (((f aa n d) 1) ((l iy) 0))) +("fondness" nil (((f aa n d) 1) ((n ax s) 0))) +("fondren" nil (((f aa n) 1) ((d er) 0) ((ax n) 0))) +("fondue" nil (((f aa n) 0) ((d y uw) 1))) +("fondues" nil (((f aa n) 1) ((d uw z) 0))) +("fone" nil (((f ow n) 1))) +("foner" nil (((f ow) 1) ((n er) 0))) +("fones" nil (((f ow n z) 1))) +("fong" nil (((f ao ng) 1))) +("fonger" nil (((f ao ng) 1) ((er) 0))) +("fonner" nil (((f aa) 1) ((n er) 0))) +("fons" nil (((f aa n z) 1))) +("fonseca" nil (((f ow n) 0) ((s eh) 1) ((k ax) 0))) +("font" nil (((f aa n t) 1))) +("fontaine" nil (((f ao n) 0) ((t ey n) 1))) +("fontana" nil (((f ao n) 0) ((t ae) 1) ((n ax) 0))) +("fontanella" nil (((f aa n) 1) ((t ax) 0) ((n eh) 1) ((l ax) 0))) +("fontanez" nil (((f ow n) 0) ((t aa) 1) ((n eh z) 0))) +("fontanilla" nil (((f aa n) 1) ((t ax) 0) ((n ih) 1) ((l ax) 0))) +("fonte" nil (((f aa n t) 1))) +("fontenette" nil (((f aa n) 1) ((t ih) 0) ((n eh t) 0))) +("fontenot" nil (((f aa n) 1) ((t ih) 0) ((n ax t) 0))) +("fontes" nil (((f ow n) 1) ((t eh s) 0))) +("fonts" nil (((f aa n t s) 1))) +("fonville" nil (((f ow n) 1) ((v ih l) 0))) +("foo" nil (((f uw) 1))) +("foochow" nil (((f uw) 1) ((ch aw) 1))) +("food" nil (((f uw d) 1))) +("foodarama" nil (((f uw) 1) ((d er) 0) ((ae) 1) ((m ax) 0))) +("foodcourt" nil (((f uw d) 1) ((k ao r t) 2))) +("foodmaker" nil (((f uw d) 1) ((m ey) 1) ((k er) 0))) +("foods" nil (((f uw d z) 1))) +("foodservice" nil (((f uw d) 1) ((s er) 1) ((v ih s) 0))) +("foodstuff" nil (((f uw d) 1) ((s t ah f) 1))) +("foodstuffs" nil (((f uw d) 1) ((s t ah f s) 1))) +("foodtown" nil (((f uw d) 1) ((t aw n) 1))) +("foodways" nil (((f uw) 1) ((d w ey z) 1))) +("fooks" nil (((f uh k s) 1))) +("fool" nil (((f uw l) 1))) +("fooled" nil (((f uw l d) 1))) +("foolery" nil (((f uw) 1) ((l er) 0) ((iy) 0))) +("foolhardy" nil (((f uw l) 1) ((hh aa r) 1) ((d iy) 0))) +("fooling" nil (((f uw) 1) ((l ih ng) 0))) +("foolish" nil (((f uw) 1) ((l ih sh) 0))) +("foolishly" nil (((f uw) 1) ((l ih) 0) ((sh l iy) 0))) +("foolishness" nil (((f uw) 1) ((l ih) 0) ((sh n ax s) 0))) +("foolproof" nil (((f uw l) 1) ((p r uw f) 1))) +("fools" nil (((f uw l z) 1))) +("foong" nil (((f uw ng) 1))) +("foor" nil (((f uh r) 1))) +("foos" nil (((f uw z) 1))) +("foose" nil (((f uw s) 1))) +("fooshee" nil (((f uw) 1) ((sh iy) 0))) +("foot" nil (((f uh t) 1))) +("footage" nil (((f uh) 1) ((t ih jh) 0))) +("football" nil (((f uh t) 1) ((b ao l) 1))) +("footballs" nil (((f uh t) 1) ((b ao l z) 1))) +("foote" nil (((f uh t) 1))) +("footed" nil (((f uh) 1) ((t ih d) 0))) +("footer" nil (((f uh) 1) ((t er) 0))) +("footfall" nil (((f uh t) 1) ((f ao l) 1))) +("foothill" nil (((f uh t) 1) ((hh ih l) 1))) +("foothills" nil (((f uh t) 1) ((hh ih l z) 1))) +("foothold" nil (((f uh t) 1) ((hh ow l d) 1))) +("footholds" nil (((f uh t) 1) ((hh ow l d z) 1))) +("footing" nil (((f uh) 1) ((t ih ng) 0))) +("footlights" nil (((f uh t) 1) ((l ay t s) 1))) +("footloose" nil (((f uh t) 1) ((l uw s) 1))) +("footman" nil (((f uh t) 1) ((m ax n) 0))) +("footnote" nil (((f uh t) 1) ((n ow t) 1))) +("footnoted" nil (((f uh t) 1) ((n ow) 1) ((t ih d) 0))) +("footnotes" nil (((f uh t) 1) ((n ow t s) 1))) +("footnoting" nil (((f uh t) 1) ((n ow) 1) ((t ih ng) 0))) +("footpath" nil (((f uh t) 1) ((p ae th) 1))) +("footprint" nil (((f uh t) 1) ((p r ih n t) 1))) +("footprints" nil (((f uh t) 1) ((p r ih n t s) 1))) +("footrace" nil (((f uh) 1) ((t r ey s) 1))) +("foots" nil (((f uh t s) 1))) +("footsteps" nil (((f uh t) 1) ((s t eh p s) 1))) +("footwall" nil (((f uh) 1) ((t w ao l) 1))) +("footware" nil (((f uh) 1) ((t w eh r) 1))) +("footwear" nil (((f uh) 1) ((t w eh r) 1))) +("footwork" nil (((f uh) 1) ((t w er k) 1))) +("foppiano" nil (((f ow) 0) ((p iy) 0) ((aa) 1) ((n ow) 0))) +("for" nil (((f ao r) 1))) +("forage" nil (((f ao) 1) ((r ih jh) 0))) +("forages" nil (((f ao) 1) ((r ax) 0) ((jh ax z) 0))) +("foraging" nil (((f ao) 1) ((r ih) 0) ((jh ih ng) 0))) +("foraker" nil (((f ao) 1) ((r ax) 0) ((k er) 0))) +("foramen" nil (((f er) 0) ((ey) 1) ((m ax n) 0))) +("foran" nil (((f ao) 1) ((r ax n) 0))) +("forand" nil (((f ao) 1) ((r ax n d) 0))) +("foray" nil (((f ao) 1) ((r ey) 0))) +("forays" nil (((f ao) 1) ((r ey z) 0))) +("forbade" nil (((f er) 0) ((b ey d) 1))) +("forbearance" nil (((f ao r) 0) ((b eh) 1) ((r ax n s) 0))) +("forbes" nil (((f ao r b z) 1))) +("forbess" nil (((f ao r b) 1) ((z ih z) 0))) +("forbid" nil (((f er) 0) ((b ih d) 1))) +("forbidden" nil (((f ao r) 0) ((b ih) 1) ((d ax n) 0))) +("forbidding" nil (((f er) 0) ((b ih) 1) ((d ih ng) 0))) +("forbids" nil (((f er) 0) ((b ih d z) 1))) +("forbis" nil (((f ao r) 1) ((b ih s) 0))) +("forbus" nil (((f ao r) 1) ((b ih s) 0))) +("forbush" nil (((f ao r) 1) ((b ax sh) 0))) +("force" nil (((f ao r s) 1))) +("forced" nil (((f ao r s t) 1))) +("forceful" nil (((f ao r) 1) ((s f ax l) 0))) +("forcefully" nil (((f ao r) 1) ((s f ax) 0) ((l iy) 0))) +("forcefulness" nil (((f ao r) 1) ((s f ax l) 0) ((n ax s) 0))) +("forces" nil (((f ao r) 1) ((s ih z) 0))) +("forcible" nil (((f ao r) 1) ((s ax) 0) ((b ax l) 0))) +("forcibly" nil (((f ao r) 1) ((s ax) 0) ((b l iy) 0))) +("forcier" nil (((f ao r) 1) ((k iy) 0) ((er) 0))) +("forcing" nil (((f ao r) 1) ((s ih ng) 0))) +("forcum" nil (((f ao r) 1) ((k ax m) 0))) +("ford" nil (((f ao r d) 1))) +("forde" nil (((f ao r d) 1))) +("fordham" nil (((f ao r) 1) ((d ax m) 0))) +("fords" nil (((f ao r d z) 1))) +("fordyce" nil (((f ao r) 1) ((d ay s) 1))) +("fore" nil (((f ao r) 1))) +("forearm" nil (((f ao) 0) ((r aa r m) 1))) +("forebearance" nil (((f ao r) 1) ((b eh) 1) ((r ax n s) 0))) +("forebears" nil (((f ao r) 1) ((b eh r z) 1))) +("foreboding" nil (((f ao r) 0) ((b ow) 1) ((d ih ng) 0))) +("forebrain" nil (((f ao r) 1) ((b r ey n) 1))) +("forecast" nil (((f ao r) 1) ((k ae s t) 1))) +("forecasted" nil (((f ao r) 1) ((k ae) 1) ((s t ih d) 0))) +("forecaster" nil (((f ao r) 1) ((k ae) 1) ((s t er) 0))) +("forecasters" nil (((f ao r) 1) ((k ae) 1) ((s t er z) 0))) +("forecasting" nil (((f ao r) 1) ((k ae) 1) ((s t ih ng) 0))) +("forecasts" nil (((f ao r) 0) ((k ae s t s) 1))) +("foreclose" nil (((f ao r) 0) ((k l ow z) 1))) +("foreclosed" nil (((f ao r) 0) ((k l ow z d) 1))) +("forecloses" nil (((f ao r) 0) ((k l ow) 1) ((z ih z) 0))) +("foreclosing" nil (((f ao r) 0) ((k l ow) 1) ((z ih ng) 0))) +("foreclosure" nil (((f ao r) 0) ((k l ow) 1) ((zh er) 0))) +("foreclosures" nil (((f ao r) 0) ((k l ow) 1) ((zh er z) 0))) +("foree" nil (((f ao) 1) ((r iy) 1))) +("forefathers" nil (((f ao r) 1) ((f aa) 1) ((dh er z) 0))) +("forefinger" nil (((f ao r) 1) ((f ih ng) 1) ((g er) 0))) +("forefoot" nil (((f ao r) 1) ((f uh t) 1))) +("forefront" nil (((f ao r) 1) ((f r ah n t) 1))) +("forego" nil (((f ao r) 0) ((g ow) 1))) +("foregoing" nil (((f ao r) 0) ((g ow) 1) ((ih ng) 0))) +("foregone" nil (((f ao r) 1) ((g ao n) 1))) +("foreground" nil (((f ao r) 1) ((g r aw n d) 1))) +("forehand" nil (((f ao r) 1) ((hh ae n d) 1))) +("forehands" nil (((f ao r) 1) ((hh ae n d z) 1))) +("forehead" nil (((f ao r) 1) ((hh eh d) 0))) +("foreheads" nil (((f ao r) 1) ((hh eh d z) 1))) +("foreign" nil (((f ao) 1) ((r ax n) 0))) +("foreigner" nil (((f ao) 1) ((r ax) 0) ((n er) 0))) +("foreigners" nil (((f ao) 1) ((r ax) 0) ((n er z) 0))) +("forelimbs" nil (((f ao r) 1) ((l ih m z) 1))) +("foreman" nil (((f ao r) 1) ((m ax n) 0))) +("foremen" nil (((f ao r) 1) ((m ax n) 0))) +("foremost" nil (((f ao r) 1) ((m ow s t) 1))) +("forensic" nil (((f er) 0) ((eh n) 1) ((s ih k) 0))) +("forensics" nil (((f er) 0) ((eh n) 1) ((s ih k s) 0))) +("forero" nil (((f ao) 1) ((r ow) 0))) +("forerunner" nil (((f ao) 1) ((r ah) 1) ((n er) 0))) +("forerunners" nil (((f ao) 1) ((r ah) 1) ((n er z) 0))) +("foresaw" nil (((f ao r) 1) ((s ao) 1))) +("foresee" nil (((f ao r) 0) ((s iy) 1))) +("foreseeable" nil (((f ao r) 0) ((s iy) 1) ((ax) 0) ((b ax l) 0))) +("foreseeing" nil (((f ao r) 0) ((s iy) 1) ((ih ng) 0))) +("foreseen" nil (((f ao r) 1) ((s iy n) 1))) +("foresees" nil (((f ao r) 0) ((s iy z) 1))) +("foreshadow" nil (((f ao r) 0) ((sh ae) 1) ((d ow) 0))) +("foreshadowed" nil (((f ao r) 0) ((sh ae) 1) ((d ow d) 0))) +("foreshadowing" nil (((f ao r) 0) ((sh ae) 1) ((d ow) 0) ((ih ng) 0))) +("foreshadows" nil (((f ao r) 0) ((sh ae) 1) ((d ow z) 0))) +("foresight" nil (((f ao r) 1) ((s ay t) 1))) +("foresman" nil (((f ao r) 1) ((s m ax n) 0))) +("forest" nil (((f ao) 1) ((r ax s t) 0))) +("foresta" nil (((f ao r) 1) ((s t ax) 0))) +("forestall" nil (((f ao r) 0) ((s t ao l) 1))) +("forestalled" nil (((f ao r) 1) ((s t aa l d) 1))) +("forestalling" nil (((f ao r) 1) ((s t aa) 1) ((l ih ng) 0))) +("forested" nil (((f ao) 1) ((r ax) 0) ((s t ax d) 0))) +("forester" nil (((f ao) 1) ((r ax) 0) ((s t er) 0))) +("foresters" nil (((f ao) 1) ((r ax) 0) ((s t er z) 0))) +("forestry" nil (((f ao) 1) ((r ax) 0) ((s t r iy) 0))) +("forests" nil (((f ao) 1) ((r ax s t s) 0))) +("foret" nil (((f ao r t) 1))) +("foretaste" nil (((f ao r) 0) ((t ey s t) 1))) +("foretell" nil (((f ao r) 0) ((t eh l) 1))) +("foretelling" nil (((f ao r) 0) ((t eh) 1) ((l ih ng) 0))) +("forethought" nil (((f ao r) 1) ((th ao t) 1))) +("foretold" nil (((f ao r) 0) ((t ow l d) 1))) +("forever" nil (((f er) 0) ((eh) 1) ((v er) 0))) +("forewarned" nil (((f ao r) 0) ((w ao r n d) 1))) +("forewings" nil (((f ao r) 1) ((w ih ng z) 1))) +("foreword" nil (((f ao r) 1) ((w er d) 1))) +("forex" nil (((f ao) 1) ((r eh k s) 0))) +("forfeit" nil (((f ao r) 1) ((f ih t) 0))) +("forfeitable" nil (((f ao r) 1) ((f ax) 0) ((t ax) 0) ((b ax l) 0))) +("forfeited" nil (((f ao r) 1) ((f ih) 0) ((t ih d) 0))) +("forfeiting" nil (((f ao r) 1) ((f ax) 0) ((t ih ng) 0))) +("forfeiture" nil (((f ao r) 1) ((f ax) 0) ((ch er) 0))) +("forfeitures" nil (((f ao r) 1) ((f ax) 0) ((ch er z) 0))) +("forgave" nil (((f er) 0) ((g ey v) 1))) +("forge" nil (((f ao r jh) 1))) +("forged" nil (((f ao r jh d) 1))) +("forger" nil (((f ao r) 1) ((jh er) 0))) +("forgeries" nil (((f ao r) 1) ((jh er) 0) ((iy z) 0))) +("forgers" nil (((f ao r) 1) ((jh er z) 0))) +("forgery" nil (((f ao r) 1) ((jh er) 0) ((iy) 0))) +("forges" nil (((f ao r) 1) ((jh ih z) 0))) +("forget" nil (((f er) 0) ((g eh t) 1))) +("forgetful" nil (((f ao r) 0) ((g eh t) 1) ((f ax l) 0))) +("forgetfulness" nil (((f ao r) 0) ((g eh t) 1) ((f ax l) 0) ((n ax s) 0))) +("forgets" nil (((f er) 0) ((g eh t s) 1))) +("forgettable" nil (((f ao r) 0) ((g eh) 1) ((t ax) 0) ((b ax l) 0))) +("forgette" nil (((f er) 0) ((zh eh t) 1))) +("forgetting" nil (((f er) 0) ((g eh) 1) ((t ih ng) 0))) +("forgey" nil (((f ao r) 1) ((jh iy) 0))) +("forgie" nil (((f ao r) 1) ((jh iy) 0))) +("forging" nil (((f ao r) 1) ((jh ih ng) 0))) +("forgings" nil (((f ao) 1) ((jh ih ng z) 0))) +("forgione" nil (((f ao r) 0) ((jh ow) 1) ((n iy) 0))) +("forgivable" nil (((f ao r) 0) ((g ih) 1) ((v ax) 0) ((b ax l) 0))) +("forgive" nil (((f er) 0) ((g ih v) 1))) +("forgiven" nil (((f er) 0) ((g ih) 1) ((v ax n) 0))) +("forgiveness" nil (((f er) 0) ((g ih v) 1) ((n ax s) 0))) +("forgiving" nil (((f er) 0) ((g ih) 1) ((v ih ng) 0))) +("forgo" nil (((f ao r) 0) ((g ow) 1))) +("forgoes" nil (((f ao r) 0) ((g ow z) 1))) +("forgoing" nil (((f ao r) 0) ((g ow) 1) ((ih ng) 0))) +("forgone" nil (((f ao r) 0) ((g aa n) 1))) +("forgot" nil (((f er) 0) ((g aa t) 1))) +("forgotten" nil (((f er) 0) ((g aa) 1) ((t ax n) 0))) +("forgue" nil (((f ao r g) 1))) +("forgy" nil (((f ao r) 1) ((jh iy) 0))) +("forhan" nil (((f ao r) 1) ((hh ax n) 0))) +("forie" nil (((f ao) 1) ((r iy) 0))) +("forinash" nil (((f ao) 1) ((r ih) 0) ((n ae sh) 0))) +("forint" nil (((f ao) 1) ((r ih n t) 0))) +("forints" nil (((f ao) 1) ((r ih n t s) 0))) +("forister" nil (((f ao) 1) ((r ih) 0) ((s t er) 0))) +("fork" nil (((f ao r k) 1))) +("forked" nil (((f ao r k t) 1))) +("forker" nil (((f ao r) 1) ((k er) 0))) +("forkey" nil (((f ao r) 1) ((k iy) 1))) +("forking" nil (((f ao r) 1) ((k ih ng) 0))) +("forklift" nil (((f ao r) 1) ((k l ih f t) 1))) +("forklifts" nil (((f ao r) 1) ((k l ih f t s) 1))) +("forkner" nil (((f ao r k) 1) ((n er) 0))) +("forks" nil (((f ao r k s) 1))) +("forlenza" nil (((f ao r) 0) ((l eh n) 1) ((z ax) 0))) +("forlorn" nil (((f er) 0) ((l ao r n) 1))) +("form" nil (((f ao r m) 1))) +("forma" nil (((f ao r) 1) ((m ax) 0))) +("formal" nil (((f ao r) 1) ((m ax l) 0))) +("formaldehyde" nil (((f ao r) 0) ((m ae l) 1) ((d ax) 0) ((hh ay d) 1))) +("formalism" nil (((f ao r) 1) ((m ax) 0) ((l ih) 1) ((z ax m) 0))) +("formalist" nil (((f ao r) 1) ((m ax) 0) ((l ax s t) 0))) +("formalities" nil (((f ao r) 0) ((m ae) 1) ((l ax) 0) ((t iy z) 0))) +("formality" nil (((f ao r) 0) ((m ae) 1) ((l ax) 0) ((t iy) 0))) +("formalization" nil (((f ao r) 1) ((m ax) 0) ((l ax) 0) ((z ey) 0) ((sh ax n) 0))) +("formalize" nil (((f ao r) 1) ((m ax) 0) ((l ay z) 1))) +("formalized" nil (((f ao r) 1) ((m ax) 0) ((l ay z d) 1))) +("formalizes" nil (((f ao r) 1) ((m ax) 0) ((l ay) 1) ((z ih z) 0))) +("formalizing" nil (((f ao r) 1) ((m ax) 0) ((l ay) 1) ((z ih ng) 0))) +("formally" nil (((f ao r) 1) ((m ax) 0) ((l iy) 0))) +("forman" nil (((f ao r) 1) ((m ae n) 1))) +("formanek" nil (((f ao r) 1) ((m ax) 0) ((n ih k) 0))) +("formant" nil (((f ao r) 1) ((m ax n t) 0))) +("formants" nil (((f ao r) 1) ((m ax n t s) 0))) +("format" nil (((f ao r) 1) ((m ae t) 1))) +("formation" nil (((f ao r) 0) ((m ey) 1) ((sh ax n) 0))) +("formations" nil (((f ao r) 0) ((m ey) 1) ((sh ax n z) 0))) +("formative" nil (((f ao r) 1) ((m ax) 0) ((t ih v) 0))) +("formato" nil (((f ao r) 0) ((m aa) 1) ((t ow) 0))) +("formats" nil (((f ao r) 1) ((m ae t s) 1))) +("formby" nil (((f ao r m) 1) ((b iy) 0))) +("formed" nil (((f ao r m d) 1))) +("former" nil (((f ao r) 1) ((m er) 0))) +("formerly" nil (((f ao r) 1) ((m er) 0) ((l iy) 0))) +("formic" nil (((f ao r) 1) ((m ih k) 0))) +("formica" nil (((f ao r) 0) ((m ay) 1) ((k ax) 0))) +("formidable" nil (((f ao r) 1) ((m ax) 0) ((d ax) 0) ((b ax l) 0))) +("formidably" nil (((f ao r) 1) ((m ax) 0) ((d ax) 0) ((b l iy) 0))) +("forming" nil (((f ao r) 1) ((m ih ng) 0))) +("formosa" nil (((f ao r) 0) ((m ow) 1) ((s ax) 0))) +("formoso" nil (((f ao r) 0) ((m ow) 1) ((s ow) 0))) +("forms" nil (((f ao r m z) 1))) +("formula" nil (((f ao r) 1) ((m y ax) 0) ((l ax) 0))) +("formulaic" nil (((f ao r) 1) ((m y ax) 0) ((l ey) 1) ((ih k) 0))) +("formulary" nil (((f ao r) 1) ((m y ax) 0) ((l eh) 1) ((r iy) 0))) +("formulas" nil (((f ao r) 1) ((m y ax) 0) ((l ax z) 0))) +("formulate" nil (((f ao r) 1) ((m y ax) 0) ((l ey t) 1))) +("formulated" nil (((f ao r) 1) ((m y ax) 0) ((l ey) 1) ((t ax d) 0))) +("formulates" nil (((f ao r) 1) ((m y ax) 0) ((l ey t s) 1))) +("formulating" nil (((f ao r) 1) ((m y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("formulation" nil (((f ao r) 1) ((m y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("formulations" nil (((f ao r) 1) ((m y uw) 0) ((l ey) 1) ((sh ax n z) 0))) +("fornal" nil (((f ao r) 1) ((n ax l) 0))) +("forner" nil (((f ao r) 1) ((n er) 0))) +("fornes" nil (((f ao r n z) 1))) +("forness" nil (((f er) 1) ((n ih s) 0))) +("forney" nil (((f ao r) 1) ((n iy) 0))) +("forni" nil (((f ao r) 1) ((n iy) 0))) +("fornoff" nil (((f ao r) 1) ((n ao f) 0))) +("fornwalt" nil (((f ao r n) 1) ((w ax l t) 0))) +("forquer" nil (((f ao r) 1) ((k er) 0))) +("forrer" nil (((f ao) 1) ((er r) 0))) +("forrest" nil (((f ao) 1) ((r ax s t) 0))) +("forrestal" nil (((f ao) 1) ((r ax) 0) ((s t ax l) 0))) +("forrester" nil (((f ao) 1) ((r ax) 0) ((s t er) 0))) +("forrey" nil (((f ao) 1) ((r iy) 0))) +("forry" nil (((f ao) 1) ((r iy) 0))) +("fors" nil (((f er z) 1))) +("forsake" nil (((f ao r) 0) ((s ey k) 1))) +("forsaken" nil (((f ao r) 0) ((s ey) 1) ((k ax n) 0))) +("forsaking" nil (((f ao r) 0) ((s ey) 1) ((k ih ng) 0))) +("forsberg" nil (((f ao r s) 1) ((b er g) 0))) +("forsburg" nil (((f ao r s) 1) ((b er g) 0))) +("forschner" nil (((f ao r) 1) ((sh n er) 0))) +("forse" nil (((f ao r s) 1))) +("forsee" nil (((f er) 0) ((s iy) 1))) +("forseeable" nil (((f ao r) 1) ((s iy) 1) ((ax) 0) ((b ax l) 0))) +("forsell" nil (((f ao r) 1) ((s ax l) 0))) +("forseth" nil (((f ao r) 1) ((s ih th) 0))) +("forsgren" nil (((f ao r s) 1) ((g r eh n) 0))) +("forshan" nil (((f ao r) 1) ((sh ax n) 0))) +("forshee" nil (((f ao r) 1) ((sh iy) 0))) +("forshey" nil (((f ao r) 1) ((sh iy) 0))) +("forslund" nil (((f ao r) 1) ((s l ax n d) 0))) +("forsman" nil (((f ao r) 1) ((s m ax n) 0))) +("forson" nil (((f ao r) 1) ((s ax n) 0))) +("forsook" nil (((f ao r) 0) ((s uh k) 1))) +("forst" nil (((f ao r s t) 1))) +("forster" nil (((f ao r) 1) ((s t er) 0))) +("forstmann" nil (((f ao r s t) 1) ((m ax n) 0))) +("forstner" nil (((f ao r s t) 1) ((n er) 0))) +("forstrom" nil (((f ao r) 1) ((s t r ax m) 0))) +("forswear" nil (((f ao r) 0) ((s w eh r) 1))) +("forsworn" nil (((f ao r) 1) ((s w ao r n) 1))) +("forsyth" nil (((f ao r) 1) ((s ay th) 1))) +("forsythe" nil (((f ao r) 1) ((s ay dh) 0))) +("forsythias" nil (((f ao r) 0) ((s ih) 1) ((th iy) 0) ((ax z) 0))) +("fort" nil (((f ao r t) 1))) +("fortas" nil (((f ao r) 1) ((t ax s) 0))) +("forte" nil (((f ao r) 1) ((t ey) 0))) +("fortenberry" nil (((f ao r) 1) ((t ax n) 0) ((b eh) 0) ((r iy) 0))) +("fortes" nil (((f ao r) 1) ((t ey z) 0))) +("forth" nil (((f ao r th) 1))) +("forthcoming" nil (((f ao r th) 1) ((k ah) 1) ((m ih ng) 0))) +("forthright" nil (((f ao r) 1) ((th r ay t) 1))) +("forthrightly" nil (((f ao r) 1) ((th r ay t) 1) ((l iy) 0))) +("forthrightness" nil (((f ao r) 1) ((th r ay t) 1) ((n ax s) 0))) +("forthwith" nil (((f ao r) 1) ((th w ih th) 1))) +("forti" nil (((f ao r) 1) ((t iy) 0))) +("fortier" nil (((f ao r) 1) ((t iy) 0) ((er) 0))) +("forties" nil (((f ao r) 1) ((t iy z) 0))) +("fortieth" nil (((f ao r) 1) ((t iy) 0) ((ih th) 0))) +("fortifications" nil (((f ao r) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("fortified" nil (((f ao r) 1) ((t ax) 0) ((f ay d) 1))) +("fortifiers" nil (((f ao r) 1) ((t ax) 0) ((f ay) 1) ((er z) 0))) +("fortify" nil (((f ao r) 1) ((t ih) 0) ((f ay) 1))) +("fortifying" nil (((f ao r) 1) ((t ih) 0) ((f ay) 1) ((ih ng) 0))) +("fortin" nil (((f ao r) 1) ((t ih n) 0))) +("fortini" nil (((f ao r) 0) ((t iy) 1) ((n iy) 0))) +("fortino" nil (((f ao r) 0) ((t iy) 1) ((n ow) 0))) +("fortis" nil (((f ao r) 1) ((t ih s) 0))) +("fortitude" nil (((f ao r) 1) ((t ih) 0) ((t uw d) 1))) +("fortman" nil (((f ao r t) 1) ((m ax n) 0))) +("fortna" nil (((f ao r t) 1) ((n ax) 0))) +("fortner" nil (((f ao r t) 1) ((n er) 0))) +("fortney" nil (((f ao r t) 1) ((n iy) 0))) +("fortnight" nil (((f ao r t) 1) ((n ay t) 1))) +("fortnightly" nil (((f ao r t) 1) ((n ay t) 1) ((l iy) 0))) +("forton" nil (((f ao r) 1) ((t ax n) 0))) +("fortress" nil (((f ao r) 1) ((t r ax s) 0))) +("forts" nil (((f ao r t s) 1))) +("fortson" nil (((f ao r t) 1) ((s ax n) 0))) +("fortuitous" nil (((f ao r) 0) ((t uw) 1) ((ih) 0) ((t ax s) 0))) +("fortuna" nil (((f ao r) 0) ((t uw) 1) ((n ax) 0))) +("fortunate" nil (((f ao r) 1) ((ch ax) 0) ((n ax t) 0))) +("fortunately" nil (((f ao r) 1) ((ch ax) 0) ((n ax t) 0) ((l iy) 0))) +("fortunato" nil (((f ao r) 0) ((t uw) 0) ((n aa) 1) ((t ow) 0))) +("fortune" nil (((f ao r) 1) ((ch ax n) 0))) +("fortunes" nil (((f ao r) 1) ((ch ax n z) 0))) +("forty" nil (((f ao r) 1) ((t iy) 0))) +("forum" nil (((f ao) 1) ((r ax m) 0))) +("forums" nil (((f ao) 1) ((r ax m z) 0))) +("forward" nil (((f ao r) 1) ((w er d) 0))) +("forwarded" nil (((f ao r) 1) ((w er) 0) ((d ih d) 0))) +("forwarder" nil (((f ao r) 1) ((w er) 0) ((d er) 0))) +("forwarders" nil (((f ao r) 1) ((w er) 0) ((d er z) 0))) +("forwarding" nil (((f ao r) 1) ((w er) 0) ((d ih ng) 0))) +("forwards" nil (((f ao r) 1) ((w er d z) 0))) +("forwood" nil (((f ao r) 1) ((w uh d) 1))) +("forys" nil (((f ao) 1) ((r iy z) 0))) +("forza" nil (((f ao r) 1) ((z ax) 0))) +("fosamax" nil (((f aa) 1) ((s ax) 0) ((m ae k s) 1))) +("fosback" nil (((f aa s) 1) ((b ae k) 1))) +("fosberg" nil (((f aa s) 1) ((b er g) 0))) +("fosco" nil (((f aa) 1) ((s k ow) 0))) +("fosdick" nil (((f aa s) 1) ((d ih k) 0))) +("foshee" nil (((f aa) 1) ((sh iy) 0))) +("foskett" nil (((f aa) 1) ((s k ih t) 0))) +("foskey" nil (((f aa) 1) ((s k iy) 0))) +("foshan" nil (((f w ao) 1) ((sh aa n) 1))) +("fosler" nil (((f aa) 1) ((s ax) 0) ((l er) 0))) +("fosnaugh" nil (((f aa) 1) ((s n ao) 0))) +("foss" nil (((f aa s) 1))) +("fosse" nil (((f aa s) 1))) +("fossel" nil (((f aa) 1) ((s ax l) 0))) +("fossen" nil (((f aa) 1) ((s ax n) 0))) +("fossett" nil (((f aa) 1) ((s ih t) 0))) +("fossey" nil (((f aa) 1) ((s iy) 0))) +("fossil" nil (((f aa) 1) ((s ax l) 0))) +("fossiliferous" nil (((f aa) 1) ((s ax) 0) ((l ih) 1) ((f er) 0) ((ax s) 0))) +("fossilized" nil (((f aa) 1) ((s ax) 0) ((l ay z d) 1))) +("fossils" nil (((f aa) 1) ((s ax l z) 0))) +("fossum" nil (((f aa) 1) ((s ax m) 0))) +("foster" nil (((f aa) 1) ((s t er) 0))) +("fostered" nil (((f aa) 1) ((s t er d) 0))) +("fostering" nil (((f aa) 1) ((s t er) 0) ((ih ng) 0))) +("fosters" nil (((f aa) 1) ((s t er z) 0))) +("foth" nil (((f aa th) 1))) +("fothergill" nil (((f ah) 1) ((dh er) 0) ((g ih l) 1))) +("fotheringham" nil (((f ah) 1) ((dh er) 0) ((ih ng) 0) ((hh ae m) 0))) +("foti" nil (((f ow) 1) ((t iy) 0))) +("foto" nil (((f ow) 1) ((t ow) 0))) +("fotopoulos" nil (((f ax) 0) ((t aa) 1) ((p ax) 0) ((l ih s) 0))) +("fou" nil (((f ow) 1))) +("Foucault" n (((f ow) 1) ((k ow l t) 0))) +("fouch" nil (((f aw ch) 1))) +("fouche" nil (((f aw ch) 1))) +("foucher" nil (((f aw) 1) ((k er) 0))) +("fougere" nil (((f aw) 1) ((g er) 0))) +("fought" nil (((f ao t) 1))) +("foul" nil (((f aw l) 1))) +("foulds" nil (((f ow l d z) 1))) +("fouled" nil (((f aw l d) 1))) +("fouling" nil (((f aw) 1) ((l ih ng) 0))) +("foulk" nil (((f aw l k) 1))) +("foulke" nil (((f aw l k) 1))) +("foulkes" nil (((f aw l k s) 1))) +("foulks" nil (((f uw l k s) 1))) +("foulness" nil (((f aw l) 1) ((n ax s) 0))) +("fouls" nil (((f aw l z) 1))) +("found" nil (((f aw n d) 1))) +("foundation" nil (((f aw n) 0) ((d ey) 1) ((sh ax n) 0))) +("foundations" nil (((f aw n) 0) ((d ey) 1) ((sh ax n z) 0))) +("founded" nil (((f aw n) 1) ((d ax d) 0))) +("founder" nil (((f aw n) 1) ((d er) 0))) +("foundered" nil (((f aw n) 1) ((d er d) 0))) +("foundering" nil (((f aw n) 1) ((d er) 0) ((ih ng) 0))) +("founders" nil (((f aw n) 1) ((d er z) 0))) +("founding" nil (((f aw n) 1) ((d ih ng) 0))) +("foundling" nil (((f aw n d) 1) ((l ih ng) 0))) +("foundries" nil (((f aw n) 1) ((d r iy z) 0))) +("foundry" nil (((f aw n) 1) ((d r iy) 0))) +("fountain" nil (((f aw n) 1) ((t ax n) 0))) +("fountaine" nil (((f uw n) 0) ((t ey n) 1))) +("fountains" nil (((f aw n) 1) ((t ax n z) 0))) +("four" nil (((f ao r) 1))) +("fourfold" nil (((f ao r) 1) ((f ow l d) 1))) +("fourman" nil (((f ao r) 1) ((m ax n) 0))) +("fournet" nil (((f uh r) 0) ((n eh t) 1))) +("fournier" nil (((f ao r) 1) ((n iy) 0) ((er) 0))) +("fours" nil (((f ao r z) 1))) +("foursome" nil (((f ao r) 1) ((s ax m) 0))) +("foursquare" nil (((f ao r) 1) ((s k w eh r) 1))) +("fourteen" nil (((f ao r) 1) ((t iy n) 1))) +("fourteens" nil (((f ao r) 1) ((t iy n z) 1))) +("fourteenth" nil (((f ao r) 1) ((t iy n th) 1))) +("fourth" nil (((f ao r th) 1))) +("fourthquarter" nil (((f ao r th) 1) ((k w ao r) 1) ((t er) 0))) +("fourths" nil (((f ao r th s) 1))) +("fourtou" nil (((f ao r) 0) ((t uw) 1))) +("fouse" nil (((f aw s) 1))) +("fousek" nil (((f aw) 1) ((s ih k) 0))) +("foushee" nil (((f aw) 1) ((sh iy) 0))) +("foust" nil (((f aw s t) 1))) +("fout" nil (((f aw t) 1))) +("foutch" nil (((f aw ch) 1))) +("fouts" nil (((f aw t s) 1))) +("fouty" nil (((f aw) 1) ((t iy) 0))) +("foutz" nil (((f aw t s) 1))) +("foward" nil (((f aw r d) 1))) +("fowble" nil (((f aw) 1) ((b ax l) 0))) +("fowers" nil (((f aw) 1) ((er z) 0))) +("fowkes" nil (((f aw k s) 1))) +("fowl" nil (((f aw l) 1))) +("fowle" nil (((f aw) 1) ((ax l) 0))) +("fowler" nil (((f aw) 1) ((l er) 0))) +("fowles" nil (((f aw) 1) ((ax l z) 0))) +("fowlkes" nil (((f aw l k s) 1))) +("fox" nil (((f aa k s) 1))) +("foxboro" nil (((f aa k s) 1) ((b er) 0) ((ow) 0))) +("foxes" nil (((f aa k) 1) ((s ax z) 0))) +("foxglove" nil (((f aa k s) 1) ((g l ah v) 1))) +("foxhole" nil (((f aa k s) 1) ((hh ow l) 1))) +("foxholes" nil (((f aa k s) 1) ((hh ow l z) 1))) +("foxhound" nil (((f aa k s) 1) ((hh aw n d) 1))) +("foxman" nil (((f aa k) 1) ((s m ax n) 0))) +("foxmeyer" nil (((f aa k) 1) ((s m ay r) 1))) +("foxtail" nil (((f aa k) 1) ((s t ey l) 1))) +("foxwell" nil (((f aa k) 1) ((s w eh l) 1))) +("foxwoods" nil (((f aa k) 1) ((s w uh d z) 1))) +("foxworth" nil (((f aa k) 1) ((s w er th) 1))) +("foxworthy" nil (((f aa k) 1) ((s w er) 1) ((dh iy) 0))) +("foxx" nil (((f aa k s k s) 1))) +("foxy" nil (((f aa k) 1) ((s iy) 0))) +("foy" nil (((f oy) 1))) +("foye" nil (((f oy) 1))) +("foyer" nil (((f oy) 1) ((er) 0))) +("foyle" nil (((f oy l) 1))) +("foyt" nil (((f oy t) 1))) +("fraas" nil (((f r aa z) 1))) +("frable" nil (((f r ey) 1) ((b ax l) 0))) +("fracas" nil (((f r ey) 1) ((k ax s) 0))) +("frace" nil (((f r ey s) 1))) +("fraction" nil (((f r ae k) 1) ((sh ax n) 0))) +("fractional" nil (((f r ae k) 1) ((sh ax) 0) ((n ax l) 0))) +("fractionally" nil (((f r ae k) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("fractions" nil (((f r ae k) 1) ((sh ax n z) 0))) +("fractious" nil (((f r ae k) 1) ((sh ax s) 0))) +("fractiousness" nil (((f r ae k) 1) ((sh ax) 0) ((s n ax s) 0))) +("fracture" nil (((f r ae k) 1) ((ch er) 0))) +("fractured" nil (((f r ae k) 1) ((ch er d) 0))) +("fractures" nil (((f r ae k) 1) ((ch er z) 0))) +("fracturing" nil (((f r ae k) 1) ((ch er) 0) ((ih ng) 0))) +("fradette" nil (((f r ax) 0) ((d eh t) 1))) +("fradkin" nil (((f r ae d) 1) ((k ih n) 0))) +("frady" nil (((f r ey) 1) ((d iy) 0))) +("fraga" nil (((f r aa) 1) ((g ax) 0))) +("fragale" nil (((f r aa) 0) ((g aa) 1) ((l iy) 0))) +("frager" nil (((f r ey) 1) ((g er) 0))) +("fragile" nil (((f r ae) 1) ((jh ax l) 0))) +("fragility" nil (((f r ax) 0) ((jh ih) 1) ((l ax) 0) ((t iy) 0))) +("fragment" n (((f r ae g) 1) ((m ax n t) 0))) +("fragment" v (((f r ae g) 0) ((m eh n t) 1))) +("fragmentary" nil (((f r ae g) 1) ((m ax n) 0) ((t eh) 1) ((r iy) 0))) +("fragmentation" nil (((f r ae g) 1) ((m ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("fragmented" nil (((f r ae g) 1) ((m ax n) 0) ((t ih d) 0))) +("fragmenting" nil (((f r ae g) 1) ((m ax n) 0) ((t ih ng) 0))) +("fragments" n (((f r ae g) 1) ((m ax n t s) 0))) +("fragments" v (((f r ae g) 0) ((m eh n t s) 1))) +("frago" nil (((f r ey) 1) ((g ow) 0))) +("fragonard" nil (((f r ae) 1) ((g ax) 0) ((n er d) 0))) +("fragoso" nil (((f r aa) 0) ((g ow) 1) ((s ow) 0))) +("fragrance" nil (((f r ey) 1) ((g r ax n s) 0))) +("fragrances" nil (((f r ey) 1) ((g r ax n) 0) ((s ax z) 0))) +("fragrant" nil (((f r ey) 1) ((g r ax n t) 0))) +("fraher" nil (((f r aa) 1) ((er) 0))) +("frahm" nil (((f r ae m) 1))) +("frail" nil (((f r ey l) 1))) +("frailey" nil (((f r ey) 1) ((l iy) 0))) +("frailties" nil (((f r ey l) 1) ((t iy z) 0))) +("frailty" nil (((f r ey l) 1) ((t iy) 0))) +("fraim" nil (((f r ey m) 1))) +("frain" nil (((f r ey n) 1))) +("fraine" nil (((f r ey n) 1))) +("fraioli" nil (((f r ay) 0) ((ow) 1) ((l iy) 0))) +("fraire" nil (((f r eh r) 1))) +("fraiser" nil (((f r ey) 1) ((zh er) 0))) +("fraizer" nil (((f r ey) 1) ((zh er) 0))) +("fraker" nil (((f r ey) 1) ((k er) 0))) +("frakes" nil (((f r ey k s) 1))) +("fraleigh" nil (((f r ey) 1) ((l iy) 0))) +("fraley" nil (((f r ey) 1) ((l iy) 0))) +("fralick" nil (((f r ae) 1) ((l ih k) 0))) +("fralin" nil (((f r ae) 1) ((l ih n) 0))) +("fralix" nil (((f r ae) 1) ((l ih k s) 0))) +("fram" nil (((f r ae m) 1))) +("framatome" nil (((f r ae) 1) ((m ax) 0) ((t ow m) 1))) +("frame" nil (((f r ey m) 1))) +("framed" nil (((f r ey m d) 1))) +("framer" nil (((f r ey) 1) ((m er) 0))) +("framers" nil (((f r ey) 1) ((m er z) 0))) +("frames" nil (((f r ey m z) 1))) +("framework" nil (((f r ey m) 1) ((w er k) 1))) +("framing" nil (((f r ey) 1) ((m ih ng) 0))) +("framingham" nil (((f r ey) 1) ((m ih ng) 0) ((hh ae m) 1))) +("frampton" nil (((f r ae m p) 1) ((t ax n) 0))) +("fran" nil (((f r ae n) 1))) +("frana" nil (((f r ae) 1) ((n ax) 0))) +("franc" nil (((f r ae ng k) 1))) +("franca" nil (((f r ae ng) 1) ((k ax) 0))) +("francais" nil (((f r aa n) 0) ((s ey) 1))) +("francaise" nil (((f r aa n) 0) ((s eh z) 1))) +("francaises" nil (((f r aa n) 0) ((s eh z) 1))) +("francavilla" nil (((f r aa n) 0) ((k aa) 0) ((v ih) 1) ((l ax) 0))) +("france" nil (((f r ae n s) 1))) +("francek" nil (((f r ae n) 1) ((ch eh k) 1))) +("frances" nil (((f r ae n) 1) ((s ih s) 0))) +("francesca" nil (((f r ae n) 0) ((ch eh) 1) ((s k ax) 0))) +("franceschi" nil (((f r aa n) 0) ((ch eh) 1) ((s k iy) 0))) +("franceschini" nil (((f r aa n) 0) ((ch eh) 0) ((s k iy) 1) ((n iy) 0))) +("francesco" nil (((f r ae n) 0) ((ch eh) 1) ((s k ow) 0))) +("francesconi" nil (((f r aa n) 0) ((ch eh) 0) ((s k ow) 1) ((n iy) 0))) +("francese" nil (((f r aa n) 0) ((ch ey) 1) ((z iy) 0))) +("francesmary" nil (((f r ae n) 1) ((s ax) 0) ((s m eh) 1) ((r iy) 0))) +("franchi" nil (((f r aa n) 1) ((k iy) 0))) +("franchik" nil (((f r ae n) 1) ((ch ih k) 0))) +("franchini" nil (((f r aa n) 0) ((k iy) 1) ((n iy) 0))) +("franchino" nil (((f r aa n) 0) ((k iy) 1) ((n ow) 0))) +("franchise" nil (((f r ae n) 1) ((ch ay z) 1))) +("franchised" nil (((f r ae n) 1) ((ch ay z d) 0))) +("franchisee" nil (((f r ae n) 1) ((ch ay) 1) ((z iy) 1))) +("franchisees" nil (((f r ae n) 1) ((ch ay) 0) ((z iy z) 1))) +("franchiser" nil (((f r ae n) 1) ((ch ay) 1) ((z er) 0))) +("franchisers" nil (((f r ae n) 1) ((ch ay) 1) ((z er z) 0))) +("franchises" nil (((f r ae n) 1) ((ch ay) 1) ((z ih z) 0))) +("franchising" nil (((f r ae n) 1) ((ch ay) 0) ((z ih ng) 0))) +("franchot" nil (((f r ae n) 1) ((k ax t) 0))) +("francia" nil (((f r aa n) 1) ((ch ax) 0))) +("francie" nil (((f r ae ng) 1) ((k iy) 0))) +("francies" nil (((f r ax n) 0) ((s iy z) 1))) +("francine" nil (((f r ae n) 0) ((s iy n) 1))) +("francines" nil (((f r ae n) 0) ((s iy n z) 1))) +("francis" nil (((f r ae n) 1) ((s ax s) 0))) +("franciscan" nil (((f r ae n) 0) ((s ih) 1) ((s k ax n) 0))) +("franciscans" nil (((f r ae n) 0) ((s ih) 1) ((s k ax n z) 0))) +("francisco" nil (((f r ae n) 0) ((s ih) 1) ((s k ow) 0))) +("franciso" nil (((f r ae n) 0) ((s iy) 1) ((s ow) 0))) +("francisville" nil (((f r ae n) 1) ((s ih) 0) ((s v ih l) 1))) +("franck" nil (((f r ae ng k) 1))) +("francke" nil (((f r ae ng k) 1))) +("francklin" nil (((f r ae ng) 1) ((k l ih n) 0))) +("francklyn" nil (((f r ae ng) 1) ((k l ih n) 0))) +("franckowiak" nil (((f r ax n) 0) ((s k aw) 1) ((iy) 0) ((ae k) 0))) +("franco" nil (((f r ae ng) 1) ((k ow) 0))) +("francoeur" nil (((f r ax n) 0) ((k er) 1))) +("francois" nil (((f r aa n) 0) ((s w aa) 1))) +("francoise" nil (((f r ae n) 0) ((s w aa z) 1))) +("francom" nil (((f r ae ng) 1) ((k ax m) 0))) +("francophile" nil (((f r ae ng) 1) ((k ax) 0) ((f ay l) 1))) +("francorp" nil (((f r ae n) 1) ((k ao r p) 1))) +("francs" nil (((f r ae ng k s) 1))) +("francy" nil (((f r ae n) 1) ((s iy) 0))) +("francyne" nil (((f r ae n) 1) ((s ay n) 1))) +("franczak" nil (((f r ae n) 1) ((ch ae k) 0))) +("frandsen" nil (((f r ae n d) 1) ((s ax n) 0))) +("frane" nil (((f r ey n) 1))) +("franek" nil (((f r ae) 1) ((n ih k) 0))) +("franey" nil (((f r ey) 1) ((n iy) 0))) +("frangos" nil (((f r ae ng) 1) ((g ow z) 0))) +("frank" nil (((f r ae ng k) 1))) +("franke" nil (((f r ae ng k) 1))) +("franked" nil (((f r ae ng k t) 1))) +("frankel" nil (((f r ae ng) 1) ((k ax l) 0))) +("franken" nil (((f r ae ng) 1) ((k ax n) 0))) +("frankenberg" nil (((f r ae ng) 1) ((k ax n) 0) ((b er g) 0))) +("frankenberger" nil (((f r ae ng) 1) ((k ax n) 0) ((b er) 0) ((g er) 0))) +("frankenberry" nil (((f r ae ng) 1) ((k ax n) 0) ((b eh) 1) ((r iy) 0))) +("frankenfield" nil (((f r ae ng) 1) ((k ax n) 0) ((f iy l d) 1))) +("frankenstein" nil (((f r ae ng) 1) ((k ax n) 0) ((s t ay n) 1))) +("frankfort" nil (((f r ae ng k) 1) ((f er t) 0))) +("frankfurt" nil (((f r ae ng k) 1) ((f er t) 0))) +("frankfurter" nil (((f r ae ng k) 1) ((f er) 0) ((t er) 0))) +("frankfurters" nil (((f r ae ng k) 1) ((f er) 0) ((t er z) 0))) +("frankhouser" nil (((f r ae ng k) 1) ((hh aw) 1) ((s er) 0))) +("frankie" nil (((f r ae ng) 1) ((k iy) 0))) +("frankiewicz" nil (((f r ae n) 1) ((k ax) 0) ((v ih ch) 0))) +("frankincense" nil (((f r ae ng) 1) ((k ax n) 0) ((s eh n s) 1))) +("franking" nil (((f r ae ng) 1) ((k ih ng) 0))) +("frankino" nil (((f r ae ng) 0) ((k iy) 1) ((n ow) 0))) +("frankish" nil (((f r ae ng) 1) ((k ih sh) 0))) +("frankl" nil (((f r ae ng) 1) ((k ax l) 0))) +("frankland" nil (((f r ae ng) 1) ((k l ax n d) 0))) +("franklin" nil (((f r ae ng) 1) ((k l ih n) 0))) +("franklinite" nil (((f r ae ng) 1) ((k l ih) 0) ((n ay t) 1))) +("frankly" nil (((f r ae ng) 1) ((k l iy) 0))) +("franklyn" nil (((f r ae ng) 1) ((k l ih n) 0))) +("frankness" nil (((f r ae ng k) 1) ((n ax s) 0))) +("franko" nil (((f r ae ng) 1) ((k ow) 0))) +("frankovich" nil (((f r ae ng) 1) ((k ax) 0) ((v ih ch) 0))) +("frankowski" nil (((f r ax ng) 0) ((k ao f) 1) ((s k iy) 0))) +("franks" nil (((f r ae ng k s) 1))) +("frankson" nil (((f r ae ng k) 1) ((s ax n) 0))) +("frankum" nil (((f r ae ng) 1) ((k ax m) 0))) +("frannie" nil (((f r ae) 1) ((n iy) 0))) +("franny" nil (((f r ae) 1) ((n iy) 0))) +("frans" nil (((f r ae n z) 1))) +("fransen" nil (((f r ae n) 1) ((s ax n) 0))) +("franson" nil (((f r ae n) 1) ((s ax n) 0))) +("franssen" nil (((f r ae n) 1) ((s ax n) 0))) +("franta" nil (((f r ae n) 1) ((t ax) 0))) +("frantic" nil (((f r ae n) 1) ((t ih k) 0))) +("frantically" nil (((f r ae n) 1) ((t ax) 0) ((k ax) 0) ((l iy) 0))) +("frantom" nil (((f r ae n) 1) ((t ax m) 0))) +("frantz" nil (((f r ae n t s) 1))) +("frantzen" nil (((f r ae n t) 1) ((z ax n) 0))) +("franyo" nil (((f r aa) 1) ((n y ow) 0))) +("franz" nil (((f r ae n z) 1))) +("franze" nil (((f r ae n z) 1))) +("franzel" nil (((f r ae n) 1) ((z ax l) 0))) +("franzen" nil (((f r ae n) 1) ((z ax n) 0))) +("franzese" nil (((f r aa n) 0) ((z ey) 1) ((z iy) 0))) +("franzone" nil (((f r aa n) 0) ((z ow) 1) ((n iy) 0))) +("franzoni" nil (((f r aa n) 0) ((z ow) 1) ((n iy) 0))) +("fraph" nil (((f r ae f) 1))) +("frappier" nil (((f r ae) 1) ((p iy) 0) ((er) 0))) +("frary" nil (((f r eh) 1) ((r iy) 0))) +("frasca" nil (((f r aa) 1) ((s k ax) 0))) +("frascella" nil (((f r aa s) 0) ((ch eh) 1) ((l ax) 0))) +("frasch" nil (((f r ae sh) 1))) +("frasco" nil (((f r aa) 1) ((s k ow) 0))) +("frase" nil (((f r ey z) 1))) +("fraser" nil (((f r ey) 1) ((z er) 0))) +("frasher" nil (((f r ae) 1) ((sh er) 0))) +("frashier" nil (((f r ey zh) 1) ((y er) 0))) +("frasier" nil (((f r ey) 1) ((s iy) 0) ((er) 0))) +("frasure" nil (((f r aa) 1) ((zh er) 0))) +("fratangelo" nil (((f r aa) 0) ((t aa ng) 0) ((g eh) 1) ((l ow) 0))) +("frate" nil (((f r ey t) 1))) +("frater" nil (((f r ey) 1) ((t er) 0))) +("fraternal" nil (((f r ax) 0) ((t er) 1) ((n ax l) 0))) +("fraternities" nil (((f r ax) 0) ((t er) 1) ((n ax) 0) ((t iy z) 0))) +("fraternity" nil (((f r ax) 0) ((t er) 1) ((n ax) 0) ((t iy) 0))) +("fraternizing" nil (((f r ae) 1) ((t er) 0) ((n ay) 1) ((z ih ng) 0))) +("frates" nil (((f r ey t s) 1))) +("fratricidal" n (((f r ae) 0) ((t r ax) 0) ((s ay) 1) ((d ax l) 0))) +("fratus" nil (((f r ae) 1) ((t ih s) 0))) +("fratzke" nil (((f r ae t s k) 1))) +("frau" nil (((f r aw) 1))) +("fraud" nil (((f r ao d) 1))) +("frauds" nil (((f r ao d z) 1))) +("fraudster" nil (((f r ao d) 1) ((s t er) 0))) +("fraudsters" nil (((f r ao d) 1) ((s t er z) 0))) +("fraudulent" nil (((f r ao) 1) ((jh ax) 0) ((l ax n t) 0))) +("fraudulently" nil (((f r ao) 1) ((d uw) 0) ((l ax n t) 0) ((l iy) 0))) +("fraught" nil (((f r ao t) 1))) +("frausto" nil (((f r ao) 1) ((s t ow) 0))) +("fravel" nil (((f r ae) 1) ((v ax l) 0))) +("frawley" nil (((f r ao) 1) ((l iy) 0))) +("fray" nil (((f r ey) 1))) +("frayed" nil (((f r ey d) 1))) +("frayer" nil (((f r ey) 1) ((er) 0))) +("fraying" nil (((f r ey) 1) ((ih ng) 0))) +("frayn" nil (((f r ey n) 1))) +("frayne" nil (((f r ey n) 1))) +("fraze" nil (((f r ey z) 1))) +("frazee" nil (((f r ax) 0) ((z iy) 1))) +("frazer" nil (((f r ey) 1) ((z er) 0))) +("frazier" nil (((f r ey) 1) ((zh er) 0))) +("frazzano" nil (((f r ax) 0) ((z aa) 1) ((n ow) 0))) +("frazzini" nil (((f r aa t) 0) ((s iy) 1) ((n iy) 0))) +("frazzled" nil (((f r ae) 1) ((z ax l d) 0))) +("fread" nil (((f r eh d) 1))) +("freak" nil (((f r iy k) 1))) +("freaked" nil (((f r iy k t) 1))) +("freaking" nil (((f r iy) 1) ((k ih ng) 0))) +("freaks" nil (((f r iy k s) 1))) +("frean" nil (((f r iy n) 1))) +("frear" nil (((f r ih r) 1))) +("frears" nil (((f r iy r z) 1))) +("freas" nil (((f r iy z) 1))) +("frease" nil (((f r iy z) 1))) +("freberg" nil (((f r iy) 1) ((b er g) 0))) +("frech" nil (((f r eh k) 1))) +("frechette" nil (((f r ih) 0) ((sh eh t) 1))) +("freck" nil (((f r eh k) 1))) +("freckled" nil (((f r eh) 1) ((k ax l d) 0))) +("fred" nil (((f r eh d) 1))) +("freda" nil (((f r eh d) 1))) +("freddie" nil (((f r eh) 1) ((d iy) 0))) +("freddy" nil (((f r eh) 1) ((d iy) 0))) +("frede" nil (((f r iy d) 1))) +("fredell" nil (((f r eh) 1) ((d ax l) 0))) +("fredella" nil (((f r eh) 0) ((d eh) 1) ((l ax) 0))) +("fredenburg" nil (((f r iy) 1) ((d ax n) 0) ((b er g) 0))) +("frederic" nil (((f r eh) 1) ((d r ih k) 0))) +("frederica" nil (((f r eh) 1) ((d er) 0) ((iy) 1) ((k ax) 0))) +("frederick" nil (((f r eh) 1) ((d r ih k) 0))) +("fredericka" nil (((f r ey) 0) ((d eh) 0) ((r iy) 1) ((k ax) 0))) +("fredericks" nil (((f r eh) 1) ((d r ih k s) 0))) +("fredericksburg" nil (((f r eh) 1) ((d r ih k s) 0) ((b er g) 0))) +("fredericksen" nil (((f r eh) 1) ((d er) 0) ((ih k) 0) ((s ax n) 0))) +("frederickson" nil (((f r eh) 1) ((d er) 0) ((ih k) 0) ((s ax n) 0))) +("frederico" nil (((f r eh) 0) ((d er) 0) ((iy) 1) ((k ow) 0))) +("frederika" nil (((f r ey) 0) ((d eh) 0) ((r iy) 1) ((k ax) 0))) +("frederiksen" nil (((f r eh) 1) ((d er) 0) ((ih k) 0) ((s ax n) 0))) +("frederking" nil (((f r eh) 1) ((d er) 0) ((k ih ng) 1))) +("fredette" nil (((f r ih) 0) ((d eh t) 1))) +("frediani" nil (((f r eh) 0) ((d iy) 0) ((aa) 1) ((n iy) 0))) +("fredin" nil (((f r eh) 1) ((d ih n) 0))) +("fredkin" nil (((f r eh d) 1) ((k ih n) 0))) +("fredlund" nil (((f r eh d) 1) ((l ax n d) 0))) +("fredman" nil (((f r eh d) 1) ((m ax n) 0))) +("fredo" nil (((f r iy) 1) ((d ow) 0))) +("fredric" nil (((f r eh) 1) ((d r ih k) 0))) +("fredrich" nil (((f r eh) 1) ((d r ih k) 0))) +("fredrick" nil (((f r eh) 1) ((d r ih k) 0))) +("fredricks" nil (((f r eh) 1) ((d r ih k s) 0))) +("fredricksen" nil (((f r eh) 1) ((d r ih k) 0) ((s ax n) 0))) +("fredrickson" nil (((f r eh) 1) ((d r ih k) 0) ((s ax n) 0))) +("fredriksen" nil (((f r ih) 0) ((d r ih k) 1) ((s ax n) 0))) +("fredrikson" nil (((f r eh) 1) ((d r ih k) 0) ((s ax n) 0))) +("free" nil (((f r iy) 1))) +("freeberg" nil (((f r iy) 1) ((b er g) 0))) +("freebie" nil (((f r iy) 1) ((b iy) 0))) +("freebies" nil (((f r iy) 1) ((b iy z) 0))) +("freeborn" nil (((f r iy) 1) ((b er n) 0))) +("freeburg" nil (((f r iy) 1) ((b er g) 0))) +("freeburn" nil (((f r iy) 1) ((b er n) 1))) +("freed" nil (((f r iy d) 1))) +("freedenberg" nil (((f r iy) 1) ((d eh n) 1) ((b er g) 0))) +("freedland" nil (((f r iy d) 1) ((l ax n d) 0))) +("freedle" nil (((f r iy) 1) ((d ax l) 0))) +("freedman" nil (((f r iy d) 1) ((m ax n) 0))) +("freedom" nil (((f r iy) 1) ((d ax m) 0))) +("freedoms" nil (((f r iy) 1) ((d ax m z) 0))) +("freefall" nil (((f r iy) 1) ((f ao l) 1))) +("freeform" nil (((f r iy) 1) ((f ao r m) 1))) +("freeh" nil (((f r iy) 1))) +("freehand" nil (((f r iy) 1) ((hh ae n d) 1))) +("freehling" nil (((f r iy) 1) ((l ih ng) 0))) +("freehold" nil (((f r iy) 1) ((hh ow l d) 1))) +("freeholders" nil (((f r iy) 1) ((hh ow l) 1) ((d er z) 0))) +("freeing" nil (((f r iy) 1) ((ih ng) 0))) +("freel" nil (((f r iy l) 1))) +("freelance" nil (((f r iy) 1) ((l ae n s) 1))) +("freeland" nil (((f r iy) 1) ((l ax n d) 0))) +("freeloaders" nil (((f r iy) 1) ((l ow) 1) ((d er z) 0))) +("freelove" nil (((f r iy) 1) ((l ah v) 1))) +("freels" nil (((f r iy l z) 1))) +("freely" nil (((f r iy) 1) ((l iy) 0))) +("freeman" nil (((f r iy) 1) ((m ax n) 0))) +("freemans" nil (((f r iy) 1) ((m ax n z) 0))) +("freemason" nil (((f r iy) 1) ((m ey) 1) ((s ax n) 0))) +("freemasonry" nil (((f r iy) 1) ((m ey) 1) ((s ax n) 0) ((r iy) 0))) +("freemon" nil (((f r iy) 1) ((m ax n) 0))) +("freemont" nil (((f r iy) 1) ((m aa n t) 1))) +("freemyer" nil (((f r iy) 1) ((m iy) 0) ((er) 0))) +("freen" nil (((f r iy n) 1))) +("freeney" nil (((f r iy) 1) ((n iy) 0))) +("freeny" nil (((f r iy) 1) ((n iy) 0))) +("freeport" nil (((f r iy) 1) ((p ao r t) 1))) +("freer" nil (((f r iy) 1) ((er) 0))) +("frees" nil (((f r iy z) 1))) +("freese" nil (((f r iy z) 1))) +("freest" nil (((f r iy) 1) ((ih s t) 0))) +("freestanding" nil (((f r iy) 1) ((s t ae n) 1) ((d ih ng) 0))) +("freestone" nil (((f r iy) 1) ((s t ow n) 1))) +("freestyle" nil (((f r iy) 1) ((s t ay l) 1))) +("freet" nil (((f r iy t) 1))) +("freethinkers" nil (((f r iy) 1) ((th ih ng) 1) ((k er z) 0))) +("freeway" nil (((f r iy) 1) ((w ey) 1))) +("freeways" nil (((f r iy) 1) ((w ey z) 1))) +("freewheeling" nil (((f r iy) 1) ((w iy) 1) ((l ih ng) 0))) +("freeze" nil (((f r iy z) 1))) +("freezer" nil (((f r iy) 1) ((z er) 0))) +("freezers" nil (((f r iy) 1) ((z er z) 0))) +("freezes" nil (((f r iy) 1) ((z ih z) 0))) +("freezing" nil (((f r iy) 1) ((z ih ng) 0))) +("fregeau" nil (((f r ih) 0) ((zh ow) 1))) +("fregia" nil (((f r iy) 1) ((jh iy) 0) ((ax) 0))) +("fregoso" nil (((f r eh) 0) ((g ow) 1) ((s ow) 0))) +("frei" nil (((f r ay) 1))) +("freia" nil (((f r iy) 1) ((ax) 0))) +("freiberg" nil (((f r ay) 1) ((b er g) 0))) +("freiberger" nil (((f r ay) 1) ((b er) 0) ((g er) 0))) +("freiburger" nil (((f r ay) 1) ((b er) 0) ((g er) 0))) +("freid" nil (((f r iy d) 1))) +("freidel" nil (((f r ay) 1) ((d ax l) 0))) +("freidman" nil (((f r ay d) 1) ((m ax n) 0))) +("freier" nil (((f r ey) 1) ((er) 0))) +("freiermuth" nil (((f r ay) 1) ((er) 0) ((m uw th) 0))) +("freight" nil (((f r ey t) 1))) +("freighter" nil (((f r ey) 1) ((t er) 0))) +("freighters" nil (((f r ey) 1) ((t er z) 0))) +("freightliner" nil (((f r ey t) 1) ((l ay) 1) ((n er) 0))) +("freightways" nil (((f r ey) 1) ((t w ey z) 1))) +("freiheit" nil (((f r ay) 1) ((hh ay t) 1))) +("freije" nil (((f r iy jh) 1))) +("freilich" nil (((f r ay) 1) ((l ih k) 0))) +("freiman" nil (((f r ay) 1) ((m ax n) 0))) +("freimark" nil (((f r ay) 1) ((m aa r k) 0))) +("freimuth" nil (((f r ay) 1) ((m uw th) 0))) +("frein" nil (((f r ey n) 1))) +("freind" nil (((f r ay n d) 1))) +("freire" nil (((f r ih r) 1))) +("freis" nil (((f r iy z) 1))) +("freise" nil (((f r iy s) 1))) +("freitag" nil (((f r ay) 1) ((t ax g) 0))) +("freitas" nil (((f r ay) 1) ((t ax z) 0))) +("freiwald" nil (((f r ay) 1) ((w ao l d) 1))) +("frel" nil (((f r eh l) 1))) +("frelimo" nil (((f r eh) 1) ((l ih) 0) ((m ow) 1))) +("frels" nil (((f r eh l z) 1))) +("fremd" nil (((f r eh m d) 1))) +("fremin" nil (((f r eh) 1) ((m ih n) 0))) +("fremont" nil (((f r iy) 1) ((m aa n t) 0))) +("french" nil (((f r eh n ch) 1))) +("frenchman" nil (((f r eh n ch) 1) ((m ax n) 0))) +("frenchmen" nil (((f r eh n ch) 1) ((m ax n) 0))) +("frenetic" nil (((f r ax) 0) ((n eh) 1) ((t ih k) 0))) +("frenette" nil (((f r ih) 0) ((n eh t) 1))) +("freni" nil (((f r eh) 1) ((n iy) 0))) +("frenkel" nil (((f r eh ng) 1) ((k ax l) 0))) +("frentz" nil (((f r eh n t s) 1))) +("frenz" nil (((f r eh n z) 1))) +("frenzel" nil (((f r eh n) 1) ((z ax l) 0))) +("frenzied" nil (((f r eh n) 1) ((z iy d) 0))) +("frenzy" nil (((f r eh n) 1) ((z iy) 0))) +("freon" nil (((f r iy) 1) ((aa n) 0))) +("freons" nil (((f r iy) 1) ((aa n z) 0))) +("frequencies" nil (((f r iy) 1) ((k w ax n) 0) ((s iy z) 0))) +("frequency" nil (((f r iy) 1) ((k w ax n) 0) ((s iy) 0))) +("frequent" j (((f r iy) 1) ((k w ax n t) 0))) +("frequent" v (((f r ih) 0) ((k w eh n t) 1))) +("frequented" nil (((f r iy) 1) ((k w ax n) 0) ((t ih d) 0))) +("frequently" nil (((f r iy) 1) ((k w ax n t) 0) ((l iy) 0))) +("frequents" nil (((f r iy) 1) ((k w ax n t s) 0))) +("frere" nil (((f r ih r) 1))) +("freres" nil (((f r iy r z) 1))) +("frerichs" nil (((f r eh) 1) ((r ih k s) 0))) +("frericks" nil (((f r eh) 1) ((r ih k s) 0))) +("frerika" nil (((f r eh) 1) ((r ih) 0) ((k ax) 0))) +("frerking" nil (((f r er) 1) ((k ih ng) 0))) +("fresco" nil (((f r eh) 1) ((s k ow) 0))) +("frescoed" nil (((f r eh) 1) ((s k ow d) 0))) +("frescoes" nil (((f r eh) 1) ((s k ow z) 0))) +("frese" nil (((f r iy z) 1))) +("fresenius" nil (((f r ax) 0) ((s iy) 1) ((n iy) 0) ((ax s) 0))) +("fresh" nil (((f r eh sh) 1))) +("freshbake" nil (((f r eh sh) 1) ((b ey k) 1))) +("freshen" nil (((f r eh) 1) ((sh ax n) 0))) +("freshening" nil (((f r eh) 1) ((sh ax) 0) ((n ih ng) 0))) +("fresher" nil (((f r eh) 1) ((sh er) 0))) +("freshest" nil (((f r eh) 1) ((sh ax s t) 0))) +("freshippo" nil (((f r eh sh) 1) ((hh ih) 1) ((p ow) 0))) +("freshley" nil (((f r eh) 1) ((sh l iy) 0))) +("freshly" nil (((f r eh) 1) ((sh l iy) 0))) +("freshman" nil (((f r eh) 1) ((sh m ax n) 0))) +("freshmen" nil (((f r eh) 1) ((sh m ih n) 0))) +("freshness" nil (((f r eh) 1) ((sh n ax s) 0))) +("freshour" nil (((f r eh) 1) ((s aw r) 0))) +("freshwater" nil (((f r eh) 1) ((sh w ao) 1) ((t er) 0))) +("fresno" nil (((f r eh z) 1) ((n ow) 0))) +("fresquez" nil (((f r ey) 0) ((s k w eh z) 1))) +("freston" nil (((f r eh) 1) ((s t ax n) 0))) +("fret" nil (((f r eh t) 1))) +("fretful" nil (((f r eh t) 1) ((f ax l) 0))) +("frets" nil (((f r eh t s) 1))) +("frett" nil (((f r eh t) 1))) +("fretted" nil (((f r eh) 1) ((t ih d) 0))) +("fretter" nil (((f r eh) 1) ((t er) 0))) +("fretting" nil (((f r eh) 1) ((t ih ng) 0))) +("fretwell" nil (((f r eh) 1) ((t w eh l) 1))) +("fretz" nil (((f r eh t s) 1))) +("freud" nil (((f r oy d) 1))) +("freudenberg" nil (((f r oy) 1) ((d ax n) 0) ((b er g) 0))) +("freudenthal" nil (((f r oy) 1) ((d ih n) 0) ((th ax l) 0))) +("freudian" nil (((f r uw) 1) ((d iy) 0) ((ax n) 0))) +("freund" nil (((f r uw n d) 1))) +("freundlich" nil (((f r oy n d) 1) ((l ih k) 0))) +("frevert" nil (((f r eh) 1) ((v er t) 0))) +("frew" nil (((f r uw) 1))) +("frewen" nil (((f r uw) 1) ((ax n) 0))) +("frewin" nil (((f r uw) 1) ((ih n) 0))) +("frey" nil (((f r ey) 1))) +("freya" nil (((f r ey) 1) ((ax) 0))) +("freyer" nil (((f r ey) 1) ((er) 0))) +("freyermuth" nil (((f er) 1) ((ay r) 0) ((m uw th) 0))) +("freyman" nil (((f r ey) 1) ((m ax n) 0))) +("freymiller" nil (((f r ey) 1) ((m ih) 1) ((l er) 0))) +("freyne" nil (((f r ey n) 1))) +("freyre" nil (((f r eh r) 1))) +("freytag" nil (((f r ey) 1) ((t ax g) 0))) +("frezza" nil (((f r eh) 1) ((z ax) 0))) +("friar" nil (((f r ay) 1) ((er) 0))) +("friary" nil (((f r ay) 1) ((er) 0) ((iy) 0))) +("frias" nil (((f r iy) 1) ((ax z) 0))) +("friberg" nil (((f r ay) 1) ((b er g) 0))) +("fribourg" nil (((f r ay) 1) ((b ao r g) 1))) +("fricano" nil (((f r iy) 0) ((k aa) 1) ((n ow) 0))) +("frick" nil (((f r ih k) 1))) +("fricke" nil (((f r ih k) 1))) +("fricker" nil (((f r ih) 1) ((k er) 0))) +("frickey" nil (((f r ih) 1) ((k iy) 0))) +("fricks" nil (((f r ih k s) 1))) +("friction" nil (((f r ih k) 1) ((sh ax n) 0))) +("frictionless" nil (((f r ih k) 1) ((sh ax n) 0) ((l ax s) 0))) +("frictions" nil (((f r ih k) 1) ((sh ax n z) 0))) +("frida" nil (((f r iy) 1) ((d ax) 0))) +("friday" nil (((f r ay) 1) ((d ey) 0))) +("friday" nil (((f r ay) 1) ((d iy) 0))) +("fridays" nil (((f r ay) 1) ((d ey z) 0))) +("fridays" nil (((f r ay) 1) ((d iy z) 0))) +("friddle" nil (((f r ih) 1) ((d ax l) 0))) +("fridge" nil (((f r ih jh) 1))) +("fridley" nil (((f r ih d) 1) ((l iy) 0))) +("fridman" nil (((f r ih d) 1) ((m ax n) 0))) +("fridolf" nil (((f r ih) 1) ((d ow l f) 0))) +("fridovich" nil (((f r ih) 1) ((d ax) 0) ((v ih ch) 0))) +("fridrich" nil (((f r ih) 1) ((d r ih k) 0))) +("fridson" nil (((f r ih d) 1) ((s ax n) 0))) +("frie" nil (((f er) 1) ((iy) 0))) +("friebel" nil (((f r iy) 1) ((b ax l) 0))) +("fried" nil (((f r ay d) 1))) +("frieda" nil (((f r iy) 1) ((d ax) 0))) +("Friedan" n (((f r iy) 1) ((d ax n) 0))) +("friedberg" nil (((f r ay d) 1) ((b er g) 0))) +("friede" nil (((f r iy d) 1))) +("friedel" nil (((f r iy) 1) ((d ax l) 0))) +("frieden" nil (((f r iy) 1) ((d ax n) 0))) +("friedenberg" nil (((f r iy) 1) ((d ax n) 0) ((b er g) 0))) +("frieder" nil (((f r ay) 1) ((d er) 0))) +("friederich" nil (((f r iy) 1) ((d er) 0) ((ih k) 0))) +("friederike" nil (((f r iy) 1) ((d er) 0) ((ih k) 0))) +("friedhelm" nil (((f r iy d) 1) ((hh eh l m) 1))) +("friedhoff" nil (((f r iy d) 1) ((hh ao f) 1))) +("friedl" nil (((f r iy) 1) ((d ax l) 0))) +("friedland" nil (((f r iy d) 1) ((l ax n d) 0))) +("friedlander" nil (((f r iy d) 1) ((l ax n) 0) ((d er) 0))) +("friedley" nil (((f r iy d) 1) ((l iy) 0))) +("friedli" nil (((f r iy d) 1) ((l iy) 1))) +("friedline" nil (((f r iy d) 1) ((l ay n) 1))) +("friedly" nil (((f r iy d) 1) ((l iy) 0))) +("friedman" nil (((f r iy d) 1) ((m ax n) 0))) +("friedmann" nil (((f r iy d) 1) ((m ax n) 0))) +("friedrich" nil (((f r iy) 1) ((d r ih k) 0))) +("friedrichs" nil (((f r iy) 1) ((d r ih k s) 0))) +("friedrichsen" nil (((f r iy) 1) ((d r ih k) 0) ((s ax n) 0))) +("friedrick" nil (((f r iy) 1) ((d r ih k) 0))) +("friedsam" nil (((f r iy d) 1) ((s ae m) 1))) +("friedson" nil (((f r iy d) 1) ((s ax n) 0))) +("friedt" nil (((f r iy d t) 1))) +("friel" nil (((f r iy l) 1))) +("frieling" nil (((f r iy) 1) ((l ih ng) 0))) +("frieman" nil (((f r iy) 1) ((m ax n) 0))) +("friend" nil (((f r eh n d) 1))) +("friendlier" nil (((f r eh n d) 1) ((l iy) 0) ((er) 0))) +("friendliest" nil (((f r eh n d) 1) ((l iy) 0) ((ax s t) 0))) +("friendliness" nil (((f r eh n d) 1) ((l iy) 0) ((n ih s) 0))) +("friendly" nil (((f r eh n d) 1) ((l iy) 0))) +("friends" nil (((f r eh n d z) 1))) +("friendship" nil (((f r eh n d) 1) ((sh ih p) 0))) +("friendships" nil (((f r eh n d) 1) ((sh ih p s) 0))) +("frier" nil (((f r ay) 1) ((er) 0))) +("frierson" nil (((f r ih r) 1) ((s ax n) 0))) +("fries" nil (((f r ay z) 1))) +("friese" nil (((f r iy z) 1))) +("friesen" nil (((f r iy) 1) ((s ax n) 0))) +("friesenhahn" nil (((f r iy) 1) ((s ih n) 0) ((hh ax n) 0))) +("friesner" nil (((f r iy) 1) ((s n er) 0))) +("frieson" nil (((f r iy) 1) ((z ax n) 0))) +("friess" nil (((f r iy s) 1))) +("friesz" nil (((f r iy sh) 1))) +("frieze" nil (((f r iy z) 1))) +("frigate" nil (((f r ih) 1) ((g ax t) 0))) +("frigates" nil (((f r ih) 1) ((g ax t s) 0))) +("fright" nil (((f r ay t) 1))) +("frighten" nil (((f r ay) 1) ((t ax n) 0))) +("frightened" nil (((f r ay) 1) ((t ax n d) 0))) +("frightening" nil (((f r ay) 1) ((t ax) 0) ((n ih ng) 0))) +("frighteningly" nil (((f r ay) 1) ((t ax) 0) ((n ih ng) 0) ((l iy) 0))) +("frightens" nil (((f r ay) 1) ((t ax n z) 0))) +("frightful" nil (((f r ay t) 1) ((f ax l) 0))) +("frightfully" nil (((f r ay t) 1) ((f ax) 0) ((l iy) 0))) +("frigid" nil (((f r ih) 1) ((jh ax d) 0))) +("frigo" nil (((f r iy) 1) ((g ow) 0))) +("frigon" nil (((f r ih) 1) ((g ax n) 0))) +("friis" nil (((f r iy z) 1))) +("frikkie" nil (((f r ih) 1) ((k iy) 0))) +("fril" nil (((f r ih l) 1))) +("friley" nil (((f r ih) 1) ((l iy) 0))) +("frill" nil (((f r ih l) 1))) +("frills" nil (((f r ih l z) 1))) +("frilly" nil (((f r ih) 1) ((l iy) 0))) +("fringe" nil (((f r ih n jh) 1))) +("fringer" nil (((f r ih n) 1) ((jh er) 0))) +("fringes" nil (((f r ih n) 1) ((jh ih z) 0))) +("frink" nil (((f r ih ng k) 1))) +("friona" nil (((f r iy) 0) ((ow) 1) ((n ax) 0))) +("frisbee" nil (((f r ih s) 1) ((b iy) 0))) +("frisbie" nil (((f r ih s) 1) ((b iy) 0))) +("frisby" nil (((f r ih s) 1) ((b iy) 0))) +("frisch" nil (((f r ih sh) 1))) +("friscia" nil (((f r iy s) 1) ((ch ax) 0))) +("frisco" nil (((f r iy) 1) ((s k ow) 0))) +("frisella" nil (((f r ih) 0) ((s eh) 1) ((l ax) 0))) +("frishman" nil (((f r ih) 1) ((sh m ax n) 0))) +("frisina" nil (((f r iy) 0) ((s iy) 1) ((n ax) 0))) +("frisinger" nil (((f r ih) 1) ((s ih n) 0) ((jh er) 0))) +("frisk" nil (((f r ih s k) 1))) +("friske" nil (((f r ih s k) 1))) +("frisked" nil (((f r ih s k t) 1))) +("frisky" nil (((f r ih) 1) ((s k iy) 0))) +("frison" nil (((f r ih) 1) ((s ax n) 0))) +("frist" nil (((f r ih s t) 1))) +("fristoe" nil (((f r ih) 1) ((s t ow) 0))) +("fritch" nil (((f r ih ch) 1))) +("fritcher" nil (((f r ih) 1) ((ch er) 0))) +("fritchman" nil (((f r ih ch) 1) ((m ax n) 0))) +("frith" nil (((f r ih th) 1))) +("frito" nil (((f r iy) 1) ((t ow) 0))) +("frits" nil (((f r ih t s) 1))) +("fritsch" nil (((f r ih ch) 1))) +("fritsche" nil (((f r ih ch) 1))) +("fritter" nil (((f r ih) 1) ((t er) 0))) +("frittered" nil (((f r ih) 1) ((t er d) 0))) +("frittering" nil (((f r ih) 1) ((t er) 0) ((ih ng) 0))) +("fritts" nil (((f r ih t s) 1))) +("fritz" nil (((f r ih t s) 1))) +("fritze" nil (((f r ih t z) 1))) +("fritzen" nil (((f r ih t) 1) ((z ax n) 0))) +("fritzi" nil (((f r iy t) 1) ((z iy) 0))) +("fritzie" nil (((f r ih t) 1) ((z iy) 0))) +("fritzinger" nil (((f r ih t) 1) ((z ih ng) 0) ((er) 0))) +("fritzler" nil (((f r ih t) 1) ((s l er) 0))) +("fritzsche" nil (((f r ih t z sh) 1))) +("frivolity" nil (((f r ax) 0) ((v aa) 1) ((l ax) 0) ((t iy) 0))) +("frivolous" nil (((f r ih) 1) ((v ax) 0) ((l ax s) 0))) +("frix" nil (((f r ih k s) 1))) +("frizell" nil (((f r ih) 1) ((z ax l) 0))) +("frizzell" nil (((f r ih) 1) ((z ax l) 0))) +("froberg" nil (((f r ow) 1) ((b er g) 0))) +("frock" nil (((f r aa k) 1))) +("frocks" nil (((f r aa k s) 1))) +("froedge" nil (((f r ow jh) 1))) +("froehlich" nil (((f r ow) 1) ((l ih k) 0))) +("froelich" nil (((f r ow) 1) ((l ih k) 0))) +("froemming" nil (((f r ow) 1) ((m ih ng) 0))) +("froese" nil (((f r ow s) 1))) +("frog" nil (((f r aa g) 1))) +("frogg" nil (((f r aa g) 1))) +("frogge" nil (((f r aa g) 1))) +("frogman" nil (((f r aa g) 1) ((m ae n) 1))) +("frogmen" nil (((f r aa g) 1) ((m ih n) 0))) +("frogmouths" nil (((f r aa g) 1) ((m aw th s) 1))) +("frogs" nil (((f r aa g z) 1))) +("froh" nil (((f r ow) 1))) +("frohlich" nil (((f r ow) 1) ((l ih k) 0))) +("frohman" nil (((f r ow) 1) ((m ax n) 0))) +("frohn" nil (((f r aa n) 1))) +("frohnmayer" nil (((f r ao n) 1) ((m ay) 1) ((er) 0))) +("froio" nil (((f r ow) 1) ((iy) 0) ((ow) 0))) +("frolic" nil (((f r aa) 1) ((l ih k) 0))) +("frolicking" nil (((f r aa) 1) ((l ih) 0) ((k ih ng) 0))) +("from" nil (((f r ah m) 1))) +("froman" nil (((f r ow) 1) ((m ax n) 0))) +("frome" nil (((f r ow m) 1))) +("fromer" nil (((f r ow) 1) ((m er) 0))) +("fromm" nil (((f r aa m) 1))) +("fromme" nil (((f r aa m) 1))) +("frommelt" nil (((f r aa) 1) ((m ih l t) 0))) +("frommer" nil (((f r aa) 1) ((m er) 0))) +("fromstein" nil (((f r aa m) 1) ((s t iy n) 1))) +("fronczak" nil (((f r aa n) 1) ((ch ae k) 0))) +("frond" nil (((f r aa n d) 1))) +("fronde" nil (((f r aa n d) 1))) +("fronds" nil (((f r aa n d z) 1))) +("fronek" nil (((f r ow) 1) ((n ih k) 0))) +("froning" nil (((f r ow) 1) ((n ih ng) 0))) +("fronk" nil (((f r aa ng k) 1))) +("front" nil (((f r ah n t) 1))) +("frontage" nil (((f r ah n) 1) ((t ih jh) 0))) +("frontal" nil (((f r ah n) 1) ((t ax l) 0))) +("fronted" nil (((f r ah n) 1) ((t ih d) 0))) +("frontera" nil (((f r ow n) 0) ((t eh) 1) ((r ax) 0))) +("fronterhouse" nil (((f r ah n) 1) ((t er) 0) ((hh aw s) 1))) +("frontier" nil (((f r ax n) 0) ((t ih r) 1))) +("frontiere" nil (((f r aa n) 0) ((t y eh r) 1))) +("frontiers" nil (((f r ax n) 0) ((t ih r z) 1))) +("fronting" nil (((f r ah n) 1) ((t ih ng) 0))) +("frontline" nil (((f r ah n t) 1) ((l ay n) 1))) +("frontrunner" nil (((f r ah n) 1) ((t r ah) 1) ((n er) 0))) +("frontrunners" nil (((f r ah n) 1) ((t r ah) 1) ((n er z) 0))) +("fronts" nil (((f r ah n t s) 1))) +("frontz" nil (((f r aa n t s) 1))) +("frosch" nil (((f r ao sh) 1))) +("fross" nil (((f r ao s) 1))) +("frost" nil (((f r ao s t) 1))) +("frostban" nil (((f r ao s t) 1) ((b ae n) 1))) +("frostbite" nil (((f r ao s t) 1) ((b ay t) 1))) +("frostbitten" nil (((f r ao s t) 1) ((b ih) 1) ((t ax n) 0))) +("frosted" nil (((f r ao) 1) ((s t ax d) 0))) +("frosting" nil (((f r ao) 1) ((s t ih ng) 0))) +("frostings" nil (((f r ao) 1) ((s t ih ng z) 0))) +("frosts" nil (((f r ao s t s) 1))) +("frosty" nil (((f r ao) 1) ((s t iy) 0))) +("froth" nil (((f r ao th) 1))) +("frothingham" nil (((f r ao) 1) ((th ih ng) 0) ((hh ae m) 1))) +("froths" nil (((f r ao th s) 1))) +("frothy" nil (((f r ao) 1) ((th iy) 0))) +("frown" nil (((f r aw n) 1))) +("frowned" nil (((f r aw n d) 1))) +("frownfelter" nil (((f r aw n) 1) ((f eh l) 1) ((t er) 0))) +("frowning" nil (((f r aw) 1) ((n ih ng) 0))) +("frowningly" nil (((f r aw) 1) ((n ih ng) 0) ((l iy) 0))) +("frowns" nil (((f r aw n z) 1))) +("froze" nil (((f r ow z) 1))) +("frozen" nil (((f r ow) 1) ((z ax n) 0))) +("frucher" nil (((f r uw) 1) ((k er) 0))) +("fruchey" nil (((f r ah) 1) ((ch iy) 0))) +("fruchter" nil (((f r ah k) 1) ((t er) 0))) +("fruchtman" nil (((f r ah k t) 1) ((m ax n) 0))) +("fructose" nil (((f r ah k) 1) ((t ow s) 1))) +("frueh" nil (((f r uw) 1))) +("fruehauf" nil (((f r uw) 1) ((hh ao f) 1))) +("fruehling" nil (((f r uw) 1) ((l ih ng) 0))) +("frugal" nil (((f r uw) 1) ((g ax l) 0))) +("frugality" nil (((f r uw) 0) ((g ae) 1) ((l ax) 0) ((t iy) 0))) +("frugally" nil (((f r uw) 1) ((g ax) 0) ((l iy) 0))) +("fruge" nil (((f r uw jh) 1))) +("fruin" nil (((f r uw) 1) ((ih n) 0))) +("fruit" nil (((f r uw t) 1))) +("fruitcake" nil (((f r uw t) 1) ((k ey k) 1))) +("fruitcakes" nil (((f r uw t) 1) ((k ey k s) 1))) +("fruitful" nil (((f r uw t) 1) ((f ax l) 0))) +("fruiting" nil (((f r uw) 1) ((t ih ng) 0))) +("fruition" nil (((f r uw) 0) ((ih) 1) ((sh ax n) 0))) +("fruitless" nil (((f r uw t) 1) ((l ax s) 0))) +("fruitlessly" nil (((f r uw t) 1) ((l ax) 0) ((s l iy) 0))) +("fruitopia" nil (((f r uw) 1) ((t ow) 1) ((p iy) 0) ((ax) 0))) +("fruits" nil (((f r uw t s) 1))) +("fruity" nil (((f r uw) 1) ((t iy) 0))) +("frum" nil (((f r ah m) 1))) +("frumkin" nil (((f r ah m) 1) ((k ih n) 0))) +("frump" nil (((f r ah m p) 1))) +("frumpy" nil (((f r ah m) 1) ((p iy) 0))) +("frunze" nil (((f r ah n z) 1))) +("frusen" nil (((f r uw) 1) ((z ax n) 0))) +("frush" nil (((f r ah sh) 1))) +("frustrate" nil (((f r ah) 1) ((s t r ey t) 1))) +("frustrated" nil (((f r ah) 1) ((s t r ey) 1) ((t ax d) 0))) +("frustrates" nil (((f r ah) 1) ((s t r ey t s) 1))) +("frustrating" nil (((f r ah) 1) ((s t r ey) 1) ((t ih ng) 0))) +("frustration" nil (((f r ax) 0) ((s t r ey) 1) ((sh ax n) 0))) +("frustrations" nil (((f r ax) 0) ((s t r ey) 1) ((sh ax n z) 0))) +("frutchey" nil (((f r ah) 1) ((ch iy) 0))) +("fruth" nil (((f r uw th) 1))) +("frutiger" nil (((f r ah) 1) ((t ih) 0) ((g er) 0))) +("fry" nil (((f r ay) 1))) +("fryar" nil (((f r ay) 1) ((er) 0))) +("fryberger" nil (((f r ay) 1) ((b er) 0) ((g er) 0))) +("frye" nil (((f r ay) 1))) +("fryer" nil (((f r ay) 1) ((er) 0))) +("fryers" nil (((f r ay) 1) ((er z) 0))) +("frying" nil (((f r ay) 1) ((ih ng) 0))) +("fryling" nil (((f r ay) 1) ((l ih ng) 0))) +("fryman" nil (((f r ay) 1) ((m ax n) 0))) +("frymire" nil (((f r ih) 0) ((m ay r) 1))) +("fryrear" nil (((f r ay) 1) ((r ih r) 1))) +("frysinger" nil (((f r ih) 1) ((s ih n) 0) ((jh er) 0))) +("fs" nil (((f s) 0))) +("fsi" nil (((f) 0) ((s iy) 1))) +("FSLIC" n (((eh f) 1) ((s l ax k) 0))) +("fthenakis" nil (((f) 0) ((th eh) 0) ((n aa) 1) ((k ih s) 0))) +("ftse" nil (((eh f) 1) ((t iy) 1) ((eh s) 1) ((iy) 1))) +("fu" nil (((f uw) 1))) +("fucci" nil (((f uw) 1) ((ch iy) 0))) +("fuchs" nil (((f y uw k s) 1))) +("fuchsia" n (((f y uw) 1) ((sh ax) 0))) +("fuchsias" nil (((f y uw) 1) ((sh ax z) 0))) +("fudala" nil (((f uw) 0) ((d aa) 1) ((l ax) 0))) +("fudan" nil (((f uw) 1) ((d aa n) 1))) +("fuddruckers" nil (((f ah) 1) ((d r ax) 0) ((k er z) 0))) +("fuddy" nil (((f ah) 1) ((d iy) 0))) +("fudge" nil (((f ah jh) 1))) +("fudging" nil (((f ah) 1) ((jh ih ng) 0))) +("fudgy" nil (((f ah) 1) ((jh iy) 0))) +("fudo" nil (((f y uw) 1) ((d ow) 0))) +("fudosan" nil (((f y uw) 1) ((d ax) 0) ((s aa n) 0))) +("fuel" nil (((f y uw) 1) ((ax l) 0))) +("fueled" nil (((f y uw) 1) ((ax l d) 0))) +("fueling" nil (((f y uw) 1) ((l ih ng) 0))) +("fuelled" nil (((f y uw) 1) ((ax l d) 0))) +("fuelling" nil (((f y uw) 1) ((l ih ng) 0))) +("fuels" nil (((f y uw) 1) ((ax l z) 0))) +("fuente" nil (((f) 0) ((w eh n) 1) ((t ey) 1))) +("fuentes" nil (((f) 0) ((w eh n) 1) ((t ey z) 1))) +("fuentez" nil (((f) 0) ((w eh n) 1) ((t ey z) 1))) +("fuer" nil (((f y uw r) 1))) +("fuerst" nil (((f) 0) ((w eh r s t) 1))) +("fuerstenberg" nil (((f uh r) 1) ((s t ax n) 0) ((b er g) 0))) +("fugard" nil (((f y uw) 1) ((g aa r d) 1))) +("fugate" nil (((f ah) 1) ((g ey t) 0))) +("fugazy" nil (((f y uw) 1) ((g ax) 0) ((z iy) 0))) +("fuge" nil (((f y uw jh) 1))) +("fugere" nil (((f y uw) 1) ((g er) 0))) +("fugett" nil (((f y uw) 1) ((jh ih t) 0))) +("fugitive" nil (((f y uw) 1) ((jh ax) 0) ((t ih v) 0))) +("fugitives" nil (((f y uw) 1) ((jh ih) 0) ((t ih v z) 0))) +("fugitt" nil (((f y uw) 1) ((jh ih t) 0))) +("fugue" nil (((f y uw g) 1))) +("fugues" nil (((f y uw g z) 1))) +("fuhr" nil (((f uh r) 1))) +("fuhrer" nil (((f uh) 1) ((r er) 0))) +("fuhrman" nil (((f uh r) 1) ((m ax n) 0))) +("fuhrmann" nil (((f uh r) 1) ((m ax n) 0))) +("fuhs" nil (((f ah s) 1))) +("fuji" nil (((f uw) 1) ((jh iy) 0))) +("fujian" nil (((f uw) 1) ((jh y ae n) 1))) +("fujii" nil (((f uw) 0) ((jh iy) 1) ((iy) 0))) +("fujikawa" nil (((f uw) 1) ((jh iy) 0) ((k aa) 1) ((w ax) 0))) +("fujikura" nil (((f uw) 1) ((jh ih) 0) ((k uw) 1) ((r ax) 0))) +("fujimori" nil (((f uw) 1) ((jh iy) 0) ((m ao) 1) ((r iy) 0))) +("fujimoto" nil (((f uw) 1) ((jh iy) 0) ((m ow) 1) ((t ow) 0))) +("fujioka" nil (((f uw) 1) ((jh iy) 0) ((ow) 1) ((k ax) 0))) +("fujis" nil (((f y uw) 1) ((jh ih s) 0))) +("fujisankei" nil (((f uw) 1) ((jh ih) 0) ((s aa ng) 1) ((k ey) 0))) +("fujisawa" nil (((f uw) 1) ((jh ih) 0) ((s aa) 1) ((w ax) 0))) +("fujita" nil (((f uw) 0) ((jh iy) 1) ((t ax) 0))) +("fujitsu" nil (((f uw) 0) ((jh ih t) 1) ((s uw) 0))) +("fujiwara" nil (((f uw) 0) ((jh iy) 0) ((w aa) 1) ((r ax) 0))) +("fujiya" nil (((f uw) 0) ((jh iy) 1) ((y ax) 0))) +("fujiyama" nil (((f uw) 1) ((jh iy) 0) ((y aa) 1) ((m ax) 0))) +("fuke" nil (((f uw k) 1))) +("fuklah" nil (((f uw) 1) ((k l ax) 0))) +("fukuda" nil (((f uw) 0) ((k uw) 1) ((d ax) 0))) +("fukui" nil (((f uw) 0) ((k uw) 1) ((iy) 0))) +("fukumoto" nil (((f uw) 0) ((k uw) 0) ((m ow) 1) ((t ow) 0))) +("fukunaga" nil (((f uw) 0) ((k uw) 0) ((n aa) 1) ((g ax) 0))) +("fukuoka" nil (((f uw) 1) ((k uw) 1) ((ow) 1) ((k ax) 0))) +("fukushima" nil (((f uw) 0) ((k uw) 0) ((sh iy) 1) ((m ax) 0))) +("fukuyama" nil (((f uw) 1) ((k uw) 1) ((y aa) 1) ((m ax) 0))) +("fulani" nil (((f uw) 1) ((l aa) 1) ((n iy) 0))) +("fulbright" nil (((f uh l) 1) ((b r ay t) 1))) +("fulcher" nil (((f uh l) 1) ((ch er) 0))) +("fulco" nil (((f uh l) 1) ((k ow) 0))) +("fulcrum" nil (((f uh l) 1) ((k r ax m) 0))) +("fuld" nil (((f uh l d) 1))) +("fulenwider" nil (((f y uw) 1) ((l ih n) 0) ((w ay) 0) ((d er) 0))) +("fulfer" nil (((f uh l) 1) ((f er) 0))) +("fulfill" nil (((f uh l) 0) ((f ih l) 1))) +("fulfilled" nil (((f uh l) 0) ((f ih l d) 1))) +("fulfilling" nil (((f uh l) 0) ((f ih) 1) ((l ih ng) 0))) +("fulfillment" nil (((f uh l) 0) ((f ih l) 1) ((m ax n t) 0))) +("fulfills" nil (((f uh l) 0) ((f ih l z) 1))) +("fulford" nil (((f uh l) 1) ((f er d) 0))) +("fulgham" nil (((f ah l) 1) ((g ax m) 0))) +("fulghum" nil (((f ah l) 1) ((g ax m) 0))) +("fulginiti" nil (((f uh l) 1) ((jh ih) 0) ((n ih) 1) ((t iy) 0))) +("fulk" nil (((f ah l k) 1))) +("fulkerson" nil (((f ah l) 1) ((k er) 0) ((s ax n) 0))) +("fulks" nil (((f ah l k s) 1))) +("full" nil (((f uh l) 1))) +("fullam" nil (((f uh) 1) ((l ax m) 0))) +("fullard" nil (((f uh) 1) ((l er d) 0))) +("fullback" nil (((f uh l) 1) ((b ae k) 1))) +("fullbright" nil (((f uh l) 1) ((b r ay t) 1))) +("fullen" nil (((f uh) 1) ((l ax n) 0))) +("fullenkamp" nil (((f uh) 1) ((l ax n) 0) ((k ae m p) 1))) +("fullenwider" nil (((f uh) 1) ((l ax n) 0) ((w ay) 1) ((d er) 0))) +("fuller" nil (((f uh) 1) ((l er) 0))) +("fullerton" nil (((f uh) 1) ((l er) 0) ((t ax n) 0))) +("fullest" nil (((f uh) 1) ((l ax s t) 0))) +("fullilove" nil (((f uw) 0) ((l iy) 0) ((l ow) 1) ((v iy) 0))) +("fullington" nil (((f uh) 1) ((l ih ng) 0) ((t ax n) 0))) +("fullman" nil (((f uh l) 1) ((m ax n) 0))) +("fullmer" nil (((f uh l) 1) ((m er) 0))) +("fullness" nil (((f uh l) 1) ((n ax s) 0))) +("fulltime" nil (((f uh l) 1) ((t ay m) 1))) +("fullwood" nil (((f uh l) 1) ((w uh d) 1))) +("fully" nil (((f uh) 1) ((l iy) 0))) +("fulmer" nil (((f ah l) 1) ((m er) 0))) +("fulminate" nil (((f uh l) 1) ((m ax) 0) ((n ey t) 1))) +("fulmore" nil (((f uh l) 1) ((m ao r) 0))) +("fulop" nil (((f uw) 1) ((l ax p) 0))) +("fulp" nil (((f uh l p) 1))) +("fulsome" nil (((f uh l) 1) ((s ax m) 0))) +("fulton" nil (((f uh l) 1) ((t ax n) 0))) +("fults" nil (((f uh l t s) 1))) +("fultz" nil (((f uh l t s) 1))) +("fulvia" nil (((f uh l) 1) ((v iy) 0) ((ax) 0))) +("fulwider" nil (((f ah l) 1) ((w ay) 0) ((d er) 0))) +("fulwiler" nil (((f ah l) 1) ((w ay) 0) ((l er) 0))) +("fulwood" nil (((f ax l) 0) ((w uh d) 1))) +("fumaroles" nil (((f y uw) 1) ((m er) 0) ((ow l z) 1))) +("fumble" nil (((f ah m) 1) ((b ax l) 0))) +("fumbled" nil (((f ah m) 1) ((b ax l d) 0))) +("fumbles" nil (((f ah m) 1) ((b ax l z) 0))) +("fumbling" nil (((f ah m) 1) ((b ax) 0) ((l ih ng) 0))) +("fume" nil (((f y uw m) 1))) +("fumed" nil (((f y uw m d) 1))) +("fumes" nil (((f y uw m z) 1))) +("fumigate" nil (((f y uw) 1) ((m ax) 0) ((g ey t) 1))) +("fumigation" nil (((f y uw) 1) ((m ax) 0) ((g ey) 1) ((sh ax n) 0))) +("fuming" nil (((f y uw) 1) ((m ih ng) 0))) +("fumio" nil (((f y uw) 1) ((m iy) 0) ((ow) 0))) +("fun" nil (((f ah n) 1))) +("funari" nil (((f uw) 0) ((n aa) 1) ((r iy) 0))) +("funaro" nil (((f uw) 0) ((n aa) 1) ((r ow) 0))) +("funches" nil (((f ah n) 1) ((ch ih z) 0))) +("funchess" nil (((f ah n) 1) ((k ih s) 0))) +("funck" nil (((f ah ng k) 1))) +("function" nil (((f ah ng k) 1) ((sh ax n) 0))) +("functional" nil (((f ah ng k) 1) ((sh ax) 0) ((n ax l) 0))) +("functionality" nil (((f ah ng k) 1) ((sh ax) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("functionally" nil (((f ah ng k) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("functionaries" nil (((f ah ng k) 1) ((sh ax) 0) ((n eh) 1) ((r iy z) 0))) +("functionary" nil (((f ah ng k) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("functioned" nil (((f ah ng k) 1) ((sh ax n d) 0))) +("functioning" nil (((f ah ng k) 1) ((sh ax) 0) ((n ih ng) 0))) +("functions" nil (((f ah ng k) 1) ((sh ax n z) 0))) +("fund" nil (((f ah n d) 1))) +("fundamental" nil (((f ah n) 1) ((d ax) 0) ((m eh n) 1) ((t ax l) 0))) +("fundamentalism" nil (((f ah n) 1) ((d ax) 0) ((m eh n) 1) ((t ax) 0) ((l ih) 1) ((z ax m) 0))) +("fundamentalist" nil (((f ah n) 1) ((d ax) 0) ((m eh n) 1) ((t ax) 0) ((l ih s t) 0))) +("fundamentalists" nil (((f ah n) 1) ((d ax) 0) ((m eh n) 1) ((t ax) 0) ((l ih s t s) 0))) +("fundamentally" nil (((f ah n) 1) ((d ax) 0) ((m eh n) 1) ((t ax) 0) ((l iy) 0))) +("fundamentals" nil (((f ah n) 1) ((d ax) 0) ((m eh n) 1) ((t ax l z) 0))) +("funded" nil (((f ah n) 1) ((d ax d) 0))) +("funderburg" nil (((f ah n) 1) ((d er) 0) ((b er g) 0))) +("funderburk" nil (((f ah n) 1) ((d er) 0) ((b er k) 0))) +("funderburke" nil (((f ah n) 1) ((d er) 0) ((b er k) 1))) +("funders" nil (((f ah n) 1) ((d er z) 0))) +("funding" nil (((f ah n) 1) ((d ih ng) 0))) +("fundora" nil (((f uw n) 0) ((d ao) 1) ((r ax) 0))) +("fundraiser" nil (((f ah n) 1) ((d r ey) 1) ((z er) 0))) +("fundraisers" nil (((f ah n) 1) ((d r ey) 1) ((z er z) 0))) +("fundraising" nil (((f ah n) 1) ((d r ey) 1) ((s ih ng) 0))) +("funds" nil (((f ah n d z) 1))) +("funeral" nil (((f y uw) 1) ((n er) 0) ((ax l) 0))) +("funerals" nil (((f y uw) 1) ((n er) 0) ((ax l z) 0))) +("funerary" nil (((f y uw) 1) ((n er) 0) ((eh) 1) ((r iy) 0))) +("funes" nil (((f y uw n z) 1))) +("fung" nil (((f ah ng) 1))) +("fungal" nil (((f ah ng) 1) ((g ax l) 0))) +("fungi" nil (((f ah n) 1) ((jh ay) 0))) +("fungible" nil (((f ah n) 1) ((jh ih) 0) ((b ax l) 0))) +("fungicide" nil (((f ah n) 1) ((jh ax) 0) ((s ay d) 1))) +("fungicides" nil (((f ah n) 1) ((jh ax) 0) ((s ay d z) 1))) +("fungus" nil (((f ah ng) 1) ((g ax s) 0))) +("funk" nil (((f ah ng k) 1))) +("funke" nil (((f ah ng k) 1))) +("funkhouser" nil (((f ah ng k) 1) ((hh aw) 1) ((s er) 0))) +("funks" nil (((f ah ng k s) 1))) +("funky" nil (((f ah ng) 1) ((k iy) 0))) +("funnel" nil (((f ah) 1) ((n ax l) 0))) +("funneled" nil (((f ah) 1) ((n ax l d) 0))) +("funneling" nil (((f ah) 1) ((n ax) 0) ((l ih ng) 0))) +("funnell" nil (((f ah) 1) ((n ax l) 0))) +("funnels" nil (((f ah) 1) ((n ax l z) 0))) +("funnier" nil (((f ah) 1) ((n iy) 0) ((er) 0))) +("funniest" nil (((f ah) 1) ((n iy) 0) ((ax s t) 0))) +("funniness" nil (((f ah) 1) ((n iy) 0) ((n ax s) 0))) +("funny" nil (((f ah) 1) ((n iy) 0))) +("funs" nil (((f ah n z) 1))) +("funston" nil (((f ah n) 1) ((s t ax n) 0))) +("funtime" nil (((f ah n) 1) ((t ay m) 1))) +("fuoco" nil (((f uw) 0) ((ow) 1) ((k ow) 0))) +("fuoss" nil (((f uw s) 1))) +("fuqua" nil (((f uw) 1) ((k w ax) 0))) +("fuquay" nil (((f uw) 1) ((k ey) 0))) +("fur" nil (((f er) 1))) +("furash" nil (((f y er) 0) ((ae sh) 1))) +("furbee" nil (((f er) 1) ((b iy) 1))) +("furber" nil (((f er) 1) ((b er) 0))) +("furbishing" nil (((f er) 1) ((b ih) 0) ((sh ih ng) 0))) +("furbush" nil (((f er) 1) ((b uh sh) 1))) +("furby" nil (((f er) 1) ((b iy) 0))) +("furches" nil (((f er) 0) ((sh iy z) 1))) +("furer" nil (((f y uh) 1) ((r er) 0))) +("furey" nil (((f y uh) 1) ((r iy) 0))) +("furfaro" nil (((f uh r) 0) ((f aa) 1) ((r ow) 0))) +("furgason" nil (((f er) 1) ((g ax) 0) ((s ax n) 0))) +("furgerson" nil (((f er) 1) ((g er) 0) ((s ax n) 0))) +("furgeson" nil (((f er) 1) ((g ih) 0) ((s ax n) 0))) +("furia" nil (((f y uh) 1) ((r iy) 0) ((ax) 0))) +("furini" nil (((f uh) 0) ((r iy) 1) ((n iy) 0))) +("furino" nil (((f uh) 0) ((r iy) 1) ((n ow) 0))) +("furious" nil (((f y uh) 1) ((r iy) 0) ((ax s) 0))) +("furiouser" nil (((f y uh) 1) ((r iy) 0) ((ax) 0) ((s er) 0))) +("furiously" nil (((f y uh) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("furlan" nil (((f er) 1) ((l ax n) 0))) +("furlaud" nil (((f er) 0) ((l ow) 1))) +("furlett" nil (((f er) 0) ((l eh t) 1))) +("furlong" nil (((f er) 1) ((l ao ng) 1))) +("furlough" nil (((f er) 1) ((l ow) 0))) +("furloughed" nil (((f er) 1) ((l ow d) 0))) +("furloughs" nil (((f er) 1) ((l ow z) 0))) +("furlow" nil (((f er) 1) ((l ow) 1))) +("furman" nil (((f er) 1) ((m ae n) 1))) +("furmark" nil (((f er) 1) ((m aa r k) 1))) +("furnace" nil (((f er) 1) ((n ax s) 0))) +("furnaces" nil (((f er) 1) ((n ax) 0) ((s ax z) 0))) +("furnari" nil (((f uh r) 0) ((n aa) 1) ((r iy) 0))) +("furnas" nil (((f er) 1) ((n ax s) 0))) +("furner" nil (((f er) 1) ((n er) 0))) +("furness" nil (((f er) 1) ((n ih s) 0))) +("furney" nil (((f er) 1) ((n iy) 0))) +("furnish" nil (((f er) 1) ((n ih sh) 0))) +("furnished" nil (((f er) 1) ((n ih sh t) 0))) +("furnishes" nil (((f er) 1) ((n ih) 0) ((sh ax z) 0))) +("furnishing" nil (((f er) 1) ((n ih) 0) ((sh ih ng) 0))) +("furnishings" nil (((f er) 1) ((n ih) 0) ((sh ih ng z) 0))) +("furniss" nil (((f er) 0) ((n ih s) 1))) +("furniture" nil (((f er) 1) ((n ih) 0) ((ch er) 0))) +("furno" nil (((f uh r) 1) ((n ow) 0))) +("furong" nil (((f uw) 1) ((r ow ng) 1))) +("furor" nil (((f y uh) 1) ((r ao r) 0))) +("furr" nil (((f er) 1))) +("furrer" nil (((f er) 1) ((er) 0))) +("furrh" nil (((f er) 1))) +("furrier" nil (((f er) 1) ((iy) 0) ((er) 0))) +("furriers" nil (((f er) 1) ((iy) 0) ((er z) 0))) +("furrow" nil (((f er) 1) ((ow) 0))) +("furry" nil (((f er) 1) ((iy) 0))) +("furs" nil (((f er z) 1))) +("furse" nil (((f er s) 1))) +("furst" nil (((f er s t) 1))) +("furstenberg" nil (((f er) 1) ((s ax n) 0) ((b er g) 0))) +("furtado" nil (((f uh r) 0) ((t aa) 1) ((d ow) 0))) +("furtak" nil (((f er) 1) ((t ax k) 0))) +("furtaw" nil (((f er) 1) ((t ao) 0))) +("furth" nil (((f er th) 1))) +("further" nil (((f er) 1) ((dh er) 0))) +("furtherance" nil (((f er) 1) ((th er) 0) ((ax n s) 0))) +("furthered" nil (((f er) 1) ((dh er d) 0))) +("furthering" nil (((f er) 1) ((dh er) 0) ((ih ng) 0))) +("furthermore" nil (((f er) 1) ((dh er) 0) ((m ao r) 1))) +("furthers" nil (((f er) 1) ((dh er z) 0))) +("furthest" nil (((f er) 1) ((dh ax s t) 0))) +("furtick" nil (((f er) 1) ((t ih k) 0))) +("furtive" nil (((f er) 1) ((t ih v) 0))) +("furtively" nil (((f er) 1) ((t ih) 0) ((v l iy) 0))) +("furukawa" nil (((f uh) 0) ((r uw) 0) ((k aa) 1) ((w ax) 0))) +("furuta" nil (((f er) 0) ((uw) 1) ((t ax) 0))) +("furuya" nil (((f uh) 0) ((r uw) 1) ((y ax) 0))) +("fury" nil (((f y uh) 1) ((r iy) 0))) +("fusaro" nil (((f uw) 0) ((s aa) 1) ((r ow) 0))) +("fusco" nil (((f uw) 1) ((s k ow) 0))) +("fuse" nil (((f y uw z) 1))) +("fused" nil (((f y uw z d) 1))) +("fuselage" nil (((f y uw) 1) ((s ax) 0) ((l aa jh) 1))) +("fuselages" nil (((f y uw) 1) ((s ax) 0) ((l ey) 1) ((jh ih z) 0))) +("fuselier" nil (((f y uw) 1) ((s l iy) 0) ((er) 0))) +("fuses" nil (((f y uw) 1) ((z ax z) 0))) +("fushun" nil (((f uw) 1) ((sh w uw n) 1))) +("fusible" nil (((f y uw) 1) ((z ax) 0) ((b ax l) 0))) +("fusillade" nil (((f y uw) 1) ((s ih) 0) ((l ey d) 1))) +("fusilli" nil (((f y uw) 0) ((s ih) 1) ((l iy) 0))) +("fusing" nil (((f y uw) 1) ((z ih ng) 0))) +("fusion" nil (((f y uw) 1) ((zh ax n) 0))) +("fuson" nil (((f uw) 1) ((s ax n) 0))) +("fuss" nil (((f ah s) 1))) +("fussed" nil (((f ah s t) 1))) +("fussell" nil (((f ah) 1) ((s ax l) 0))) +("fusselman" nil (((f ah) 1) ((s ax l) 0) ((m ax n) 0))) +("fusses" nil (((f ah) 1) ((s ih z) 0))) +("fussing" nil (((f ah) 1) ((s ih ng) 0))) +("fussner" nil (((f ah) 1) ((s n er) 0))) +("fussy" nil (((f ah) 1) ((s iy) 0))) +("fust" nil (((f ah s t) 1))) +("fustat" nil (((f ah) 1) ((s t ae t) 0))) +("fustok" nil (((f ah) 1) ((s t aa k) 0))) +("fuston" nil (((f ah) 1) ((s t ax n) 0))) +("futch" nil (((f ah ch) 1))) +("futher" nil (((f ah) 1) ((dh er) 0))) +("futile" nil (((f y uw) 1) ((t ax l) 0))) +("futility" nil (((f y uw) 0) ((t ih) 1) ((l ax) 0) ((t iy) 0))) +("futral" nil (((f ah) 1) ((t r ax l) 0))) +("futrell" nil (((f y uw) 0) ((t r eh l) 1))) +("futterman" nil (((f ah) 1) ((t er) 0) ((m ax n) 0))) +("future" nil (((f y uw) 1) ((ch er) 0))) +("futures" nil (((f y uw) 1) ((ch er z) 0))) +("futurism" nil (((f y uw) 1) ((ch er) 0) ((ih) 1) ((z ax m) 0))) +("futurist" nil (((f y uw) 1) ((ch er) 0) ((ih s t) 0))) +("futuristic" nil (((f y uw) 1) ((ch er) 0) ((ih) 1) ((s t ih k) 0))) +("futurists" nil (((f y uw) 1) ((ch er) 0) ((ih s t s) 0))) +("fuwa" nil (((f uw) 1) ((w aa) 1))) +("fuxin" nil (((f uw) 1) ((sh iy n) 1))) +("fuxing" nil (((f uw) 1) ((sh iy ng) 1))) +("fuyang" nil (((f uw) 1) ((y aa ng) 1))) +("fuzes" nil (((f y uw) 1) ((z ih z) 0))) +("fuzhou" nil (((f uw) 1) ((jh ow) 1))) +("fuzz" nil (((f ah z) 1))) +("fuzzier" nil (((f ah) 1) ((z iy) 0) ((er) 0))) +("fuzzy" nil (((f ah) 1) ((z iy) 0))) +("fye" nil (((f ay) 1))) +("fyfe" nil (((f ay f) 1))) +("fyffe" nil (((f ay f) 1))) +("fyffes" nil (((f ih f s) 1))) +("fyke" nil (((f ay k) 1))) +("fyock" nil (((f y aa k) 1))) +("fyodor" nil (((f y ow) 1) ((d er) 0))) +("fyodorov" nil (((f y ow) 1) ((d er) 0) ((ao v) 1))) +("g" nil (((jh iy) 1))) +("ga" nil (((g aa) 1))) +("gaal" nil (((g aa l) 1))) +("gaar" nil (((g aa r) 1))) +("gaarder" nil (((g aa r) 1) ((d er) 0))) +("gab" nil (((g ae b) 1))) +("gaba" nil (((g aa) 1) ((b ax) 0))) +("gabaldon" nil (((g aa) 0) ((b aa l) 0) ((d ao n) 1))) +("gabardine" nil (((g ae) 1) ((b er) 0) ((d iy n) 1))) +("gabardines" nil (((g ae) 1) ((b er) 0) ((d iy n z) 1))) +("gabay" nil (((g ae) 1) ((b ey) 0))) +("gabbard" nil (((g ax) 0) ((b aa r d) 1))) +("gabbert" nil (((g ae) 1) ((b er t) 0))) +("gabbing" nil (((g ae) 1) ((b ih ng) 0))) +("gabble" nil (((g ae) 1) ((b ax l) 0))) +("gabbro" nil (((g ae) 1) ((b r ow) 0))) +("gabbroic" nil (((g ae) 0) ((b r ow) 1) ((ih k) 0))) +("gabby" nil (((g ae) 1) ((b iy) 0))) +("gabe" nil (((g ey b) 1))) +("gabehart" nil (((g ey b) 1) ((hh aa r t) 1))) +("gabel" nil (((g ax) 0) ((b eh l) 1))) +("gabele" nil (((g ax) 0) ((b eh) 1) ((l ey) 0))) +("gabelli" nil (((g ax) 0) ((b eh) 1) ((l iy) 0))) +("gaber" nil (((g ey) 1) ((b er) 0))) +("gabert" nil (((g ae) 1) ((b er t) 0))) +("gabhart" nil (((g ae b) 1) ((hh aa r t) 1))) +("gabie" nil (((g ae) 1) ((b iy) 0))) +("gable" nil (((g ey) 1) ((b ax l) 0))) +("gabler" nil (((g ey) 1) ((b ax) 0) ((l er) 0))) +("gables" nil (((g ey) 1) ((b ax l z) 0))) +("gabon" nil (((g ax) 0) ((b aa n) 1))) +("gabor" nil (((g ax) 0) ((b ao r) 1))) +("gaboriault" nil (((g ae) 1) ((b er) 0) ((iy) 0) ((ow) 0))) +("gaboury" nil (((g ae) 1) ((b uh) 0) ((r iy) 0))) +("gabrall" nil (((g ey) 1) ((b r ax l) 0))) +("gabriel" nil (((g ey) 1) ((b r iy) 0) ((ax l) 0))) +("gabriela" nil (((g aa) 0) ((b r iy) 0) ((eh) 1) ((l ax) 0))) +("gabriele" nil (((g aa) 0) ((b r iy) 0) ((eh l) 1))) +("gabriella" nil (((g aa) 0) ((b r iy) 0) ((eh) 1) ((l ax) 0))) +("gabrielle" nil (((g ae) 1) ((b r iy) 0) ((eh l) 0))) +("gabrielli" nil (((g aa) 0) ((b r iy) 0) ((eh) 1) ((l iy) 0))) +("gabrielsen" nil (((g ae) 1) ((b r iy l) 0) ((s ax n) 0))) +("gabrielson" nil (((g ae) 1) ((b r iy l) 0) ((s ax n) 0))) +("gabrys" nil (((g ae) 1) ((b er) 0) ((iy z) 0))) +("gaby" nil (((g ae) 1) ((b iy) 0))) +("gaccione" nil (((g aa k) 0) ((ch ow) 1) ((n iy) 0))) +("gacek" nil (((g aa) 1) ((ch eh k) 1))) +("gach" nil (((g ae ch) 1))) +("gacy" nil (((g ey) 1) ((s iy) 0))) +("gad" nil (((g ae d) 1))) +("gadberry" nil (((g ae d) 1) ((b eh) 1) ((r iy) 0))) +("gadbois" nil (((g ae d) 1) ((b w aa) 1))) +("gadd" nil (((g ae d) 1))) +("Gaddafi" n (((g ax) 0) ((d ae) 1) ((f iy) 0))) +("gaddie" nil (((g ae) 1) ((d iy) 0))) +("gadding" nil (((g ae) 1) ((d ih ng) 0))) +("gaddis" nil (((g ae) 1) ((d ih s) 0))) +("gaddum" nil (((g ae) 1) ((d ax m) 0))) +("gaddy" nil (((g ae) 1) ((d iy) 0))) +("gade" nil (((g ey d) 1))) +("gadflies" nil (((g ae d) 1) ((f l ay z) 1))) +("gadfly" nil (((g ae d) 1) ((f l ay) 1))) +("gadget" nil (((g ae) 1) ((jh ax t) 0))) +("gadgetry" nil (((g ae) 1) ((jh ax) 0) ((t r iy) 0))) +("gadgets" nil (((g ae) 1) ((jh ax t s) 0))) +("gadhafi" nil (((g ax) 0) ((d aa) 1) ((f iy) 0))) +("gadomski" nil (((g ax) 0) ((d aa m) 1) ((s k iy) 0))) +("gadoury" nil (((g ae) 1) ((d uh) 0) ((r iy) 0))) +("gads" nil (((g ae d z) 1))) +("gadsby" nil (((g ae d z) 1) ((b iy) 0))) +("gadsden" nil (((g ae d z) 1) ((d ax n) 0))) +("gadson" nil (((g ae d) 1) ((s ax n) 0))) +("gadway" nil (((g ae) 1) ((d w ey) 1))) +("gadzinski" nil (((g ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("gae" nil (((g ay) 1))) +("gaea" nil (((g iy) 1) ((ax) 0))) +("gaebel" nil (((g eh) 1) ((b ax l) 0))) +("gaede" nil (((g iy d) 1))) +("gael" nil (((g ey l) 1))) +("gaelic" nil (((g ey) 1) ((l ih k) 0))) +("gaertner" nil (((g eh r t) 1) ((n er) 0))) +("gaeta" nil (((g iy) 1) ((t ax) 0))) +("gaetano" nil (((g ay) 0) ((t aa) 1) ((n ow) 0))) +("gaeth" nil (((g iy th) 1))) +("gaetz" nil (((g iy t s) 1))) +("gaf" nil (((g ae f) 1))) +("gaff" nil (((g ae f) 1))) +("gaffe" nil (((g ae f) 1))) +("gaffes" nil (((g ae f s) 1))) +("gaffey" nil (((g ae) 1) ((f iy) 0))) +("gaffin" nil (((g ae) 1) ((f ih n) 0))) +("gaffney" nil (((g ae f) 1) ((n iy) 0))) +("gafoor" nil (((g ax) 0) ((f uw r) 1))) +("gafford" nil (((g ae) 1) ((f er d) 0))) +("gag" nil (((g ae g) 1))) +("gagan" nil (((g ey) 1) ((g ax n) 0))) +("gage" nil (((g ey jh) 1))) +("gagel" nil (((g ae) 1) ((g ax l) 0))) +("gagen" nil (((g ae) 1) ((g ax n) 0))) +("gager" nil (((g ey) 1) ((g er) 0))) +("gagged" nil (((g ae g d) 1))) +("gaggle" nil (((g ae) 1) ((g ax l) 0))) +("gagliano" nil (((g aa) 0) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("gagliardi" nil (((g aa) 0) ((g l iy) 0) ((aa r) 1) ((d iy) 0))) +("gagliardo" nil (((g aa) 0) ((g l iy) 0) ((aa r) 1) ((d ow) 0))) +("gaglio" nil (((g ae) 1) ((g l iy) 0) ((ow) 0))) +("gaglione" nil (((g aa) 0) ((g l iy) 0) ((ow) 1) ((n iy) 0))) +("gagne" nil (((g ey) 1) ((n iy) 0))) +("gagner" nil (((g ae g) 1) ((n er) 0))) +("gagnier" nil (((g ae g) 1) ((n iy) 0) ((er) 0))) +("gagnon" nil (((g ae) 1) ((n y ax n) 0))) +("gags" nil (((g ae g z) 1))) +("gahagan" nil (((g aa) 0) ((hh aa) 1) ((g aa n) 0))) +("gahan" nil (((g ae) 1) ((hh ax n) 0))) +("gahli" nil (((g aa) 1) ((l iy) 0))) +("gahm" nil (((g ae m) 1))) +("gahn" nil (((g ae n) 1))) +("gahr" nil (((g aa r) 1))) +("gai" nil (((g ay) 1))) +("gaia" nil (((g ay) 1) ((ax) 0))) +("gaidar" nil (((g ay) 1) ((d aa r) 1))) +("gaier" nil (((g ey) 1) ((er) 0))) +("gaiety" n (((g ey) 1) ((ax) 0) ((t iy) 0))) +("gaige" nil (((g ey jh) 1))) +("gaijin" n (((g ay) 1) ((jh ih n) 0))) +("gail" nil (((g ey l) 1))) +("gaile" nil (((g ey l) 1))) +("gailey" nil (((g ey) 1) ((l iy) 0))) +("gaillard" nil (((g ey) 1) ((l er d) 0))) +("gaily" nil (((g ey) 1) ((l iy) 0))) +("gain" nil (((g ey n) 1))) +("gained" nil (((g ey n d) 1))) +("gainer" nil (((g ey) 1) ((n er) 0))) +("gainers" nil (((g ey) 1) ((n er z) 0))) +("gaines" nil (((g ey n z) 1))) +("gainesville" nil (((g ey n z) 1) ((v ih l) 1))) +("gainey" nil (((g ey) 1) ((n iy) 0))) +("gainful" nil (((g ey n) 1) ((f ax l) 0))) +("gainfully" nil (((g ey n) 1) ((f ax) 0) ((l iy) 0))) +("gaining" nil (((g ey) 1) ((n ih ng) 0))) +("gainor" nil (((g ey) 1) ((n er) 0))) +("gainous" nil (((g ey) 1) ((n ax s) 0))) +("gains" nil (((g ey n z) 1))) +("gainsay" nil (((g ey n) 1) ((s ey) 1))) +("gainsboro" nil (((g ey n z) 1) ((b er) 0) ((ow) 0))) +("gainsco" nil (((g ey n) 1) ((s k ow) 0))) +("gair" nil (((g eh r) 1))) +("gaiser" nil (((g ey) 1) ((z er) 0))) +("gait" nil (((g ey t) 1))) +("gaitan" nil (((g ay) 1) ((t aa n) 1))) +("gaiter" nil (((g ey) 1) ((t er) 0))) +("gaither" nil (((g ey) 1) ((th er) 0))) +("gaithersburg" nil (((g ey) 1) ((th er z) 0) ((b er g) 0))) +("gaitskill" nil (((g ey t) 1) ((s k ih l) 1))) +("gajda" nil (((g ay) 1) ((d ax) 0))) +("gajewski" nil (((g ay) 0) ((eh f) 1) ((s k iy) 0))) +("gal" nil (((g ae l) 1))) +("gala" nil (((g ae) 1) ((l ax) 0))) +("galactic" nil (((g ax) 0) ((l ae k) 1) ((t ih k) 0))) +("galactose" nil (((g ax) 0) ((l ae k) 1) ((t ow s) 0))) +("galahad" nil (((g ae) 1) ((l ax) 0) ((hh ae d) 1))) +("galambos" nil (((g aa) 0) ((l aa m) 1) ((b ow z) 0))) +("galan" nil (((g ey) 1) ((l ax n) 0))) +("galane" nil (((g ax) 0) ((l ey n) 1))) +("galang" nil (((g ae) 1) ((l ax ng) 0))) +("galanis" nil (((g ax) 0) ((l aa) 1) ((n ih s) 0))) +("galant" nil (((g aa) 1) ((l ax n t) 0))) +("galante" nil (((g aa) 0) ((l aa n) 1) ((t iy) 0))) +("galanter" nil (((g ax) 0) ((l ae n) 1) ((t er) 0))) +("galanti" nil (((g ax) 0) ((l ae n) 1) ((t iy) 0))) +("galarneau" nil (((g ae) 1) ((l aa r) 0) ((n ow) 1))) +("galarza" nil (((g ax) 0) ((l aa r) 1) ((z ax) 0))) +("galas" nil (((g ey) 1) ((l ax z) 0))) +("galassi" nil (((g aa) 0) ((l aa) 1) ((s iy) 0))) +("galasso" nil (((g aa) 0) ((l aa) 1) ((s ow) 0))) +("galatas" nil (((g aa) 0) ((l aa) 1) ((t aa z) 0))) +("galatea" nil (((g ae) 1) ((l ax) 0) ((t iy) 1) ((ax) 0))) +("galati" nil (((g aa) 0) ((l aa) 1) ((t iy) 0))) +("galaviz" nil (((g ae) 1) ((l ax) 0) ((v ih z) 0))) +("galax" nil (((g ae) 1) ((l ae k s) 1))) +("galaxies" nil (((g ae) 1) ((l ax k) 0) ((s iy z) 0))) +("galaxy" nil (((g ae) 1) ((l ax k) 0) ((s iy) 0))) +("galban" nil (((g ae l) 1) ((b ax n) 0))) +("galbo" nil (((g ae l) 1) ((b ow) 0))) +("galbraith" nil (((g ae l) 1) ((b r ey th) 1))) +("galbreath" nil (((g ae l) 1) ((b r eh th) 1))) +("gale" nil (((g ey l) 1))) +("galea" nil (((g ey) 1) ((l iy) 0) ((ax) 0))) +("galeano" nil (((g aa) 0) ((l iy) 1) ((n ow) 0))) +("galef" nil (((g ae) 1) ((l ax f) 0))) +("galen" nil (((g ey) 1) ((l ax n) 0))) +("galena" nil (((g ax) 0) ((l iy) 1) ((n ax) 0))) +("galenical" nil (((g ax) 0) ((l eh) 1) ((n ih) 0) ((k ax l) 0))) +("galentine" nil (((g aa) 0) ((l eh n) 0) ((t iy) 1) ((n iy) 0))) +("galer" nil (((g ey) 1) ((l er) 0))) +("galerias" nil (((g ae) 1) ((l er) 0) ((iy) 1) ((ax z) 0))) +("galeries" nil (((g ae) 1) ((l er) 0) ((iy z) 0))) +("gales" nil (((g ey l z) 1))) +("galesburg" nil (((g ey l z) 1) ((b er g) 0))) +("galesi" nil (((g ax) 0) ((l eh) 1) ((s iy) 0))) +("galey" nil (((g ey) 1) ((l iy) 0))) +("galford" nil (((g ae l) 1) ((f er d) 0))) +("galgano" nil (((g aa l) 0) ((g aa) 1) ((n ow) 0))) +("gali" nil (((g aa) 1) ((l iy) 0))) +("galiano" nil (((g aa) 0) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("galicia" nil (((g ax) 0) ((l ih) 1) ((sh iy) 0) ((ax) 0))) +("galie" nil (((g ey) 1) ((l iy) 0))) +("galiena" nil (((g aa) 0) ((l iy) 1) ((n ax) 0))) +("galik" nil (((g ae) 1) ((l ih k) 0))) +("galilean" nil (((g ae) 1) ((l ax) 0) ((l iy) 1) ((ax n) 0))) +("galilee" nil (((g ae) 1) ((l ax) 0) ((l iy) 1))) +("galileo" nil (((g ae) 1) ((l ax) 0) ((l iy) 1) ((ow) 0))) +("galin" nil (((g ae) 1) ((l ih n) 0))) +("galindo" nil (((g aa) 0) ((l iy n) 1) ((d ow) 0))) +("galinski" nil (((g ax) 0) ((l ih n) 1) ((s k iy) 0))) +("galinsky" nil (((g ax) 0) ((l ih n) 1) ((s k iy) 0))) +("galioto" nil (((g aa) 0) ((l iy) 0) ((ow) 1) ((t ow) 0))) +("galipault" nil (((g ae) 1) ((l ih) 0) ((p ao l t) 1))) +("galipeau" nil (((g ae) 1) ((l ih) 0) ((p ow) 1))) +("galka" nil (((g ae l) 1) ((k ax) 0))) +("gall" nil (((g ao l) 1))) +("galla" nil (((g ae) 1) ((l ax) 0))) +("gallacher" nil (((g ae) 1) ((l ax) 0) ((k er) 0))) +("gallager" nil (((g ao) 1) ((l ih) 0) ((jh er) 0))) +("gallagher" nil (((g ae) 1) ((l ax) 0) ((g er) 0))) +("gallahan" nil (((g ae) 1) ((l ax) 0) ((hh ae n) 0))) +("gallaher" nil (((g ae) 1) ((l ax) 0) ((hh er) 0))) +("gallamore" nil (((g aa) 0) ((l aa) 1) ((m ao r) 0))) +("galland" nil (((g ae) 1) ((l ax n d) 0))) +("gallant" nil (((g ae) 1) ((l ax n t) 0))) +("gallantry" nil (((g ae) 1) ((l ax n) 0) ((t r iy) 0))) +("gallard" nil (((g ax) 0) ((l aa r d) 1))) +("gallardo" nil (((g aa) 0) ((l aa r) 1) ((d ow) 0))) +("gallas" nil (((g ae) 1) ((l ax z) 0))) +("gallatin" nil (((g ae) 1) ((l ax) 0) ((t ih n) 0))) +("gallaway" nil (((g ao) 1) ((l ax) 0) ((w ey) 1))) +("gallbladder" nil (((g ao l) 1) ((b l ae) 1) ((d er) 0))) +("galle" nil (((g ey l) 1))) +("gallego" nil (((g aa) 0) ((l eh) 1) ((g ow) 0))) +("gallegos" nil (((g ae) 1) ((l ih) 0) ((g ow z) 0))) +("gallemore" nil (((g aa) 0) ((l eh) 1) ((m ao r) 0))) +("gallen" nil (((g ao) 1) ((l ax n) 0))) +("gallentine" nil (((g aa) 0) ((l eh n) 0) ((t iy) 1) ((n iy) 0))) +("galleon" nil (((g ae) 1) ((l iy) 0) ((ax n) 0))) +("galleons" nil (((g ae) 1) ((l iy) 0) ((ax n z) 0))) +("galler" nil (((g ao) 1) ((l er) 0))) +("gallerani" nil (((g aa) 0) ((l er) 0) ((aa) 1) ((n iy) 0))) +("galleria" nil (((g ae) 1) ((l er) 0) ((iy) 1) ((ax) 0))) +("galleries" nil (((g ae) 1) ((l er) 0) ((iy z) 0))) +("gallery" nil (((g ae) 1) ((l er) 0) ((iy) 0))) +("galles" nil (((g ey l z) 1))) +("gallet" nil (((g ae) 1) ((l ih t) 0))) +("galletti" nil (((g aa) 0) ((l eh) 1) ((t iy) 0))) +("galley" nil (((g ae) 1) ((l iy) 0))) +("galleys" nil (((g ae) 1) ((l iy z) 0))) +("galli" nil (((g ae) 1) ((l iy) 0))) +("galliano" nil (((g aa) 0) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("gallic" nil (((g ae) 1) ((l ih k) 0))) +("gallick" nil (((g ae) 1) ((l ih k) 0))) +("gallien" nil (((g ax) 0) ((l iy n) 1))) +("gallier" nil (((g ae) 1) ((l iy) 0) ((er) 0))) +("galligan" nil (((g ae) 1) ((l ih) 0) ((g ax n) 0))) +("galliher" nil (((g ae) 1) ((l ih) 0) ((hh er) 0))) +("gallik" nil (((g ae) 1) ((l ih k) 0))) +("gallimard" nil (((g ae) 1) ((l ih) 0) ((m er d) 0))) +("gallimore" nil (((g aa) 0) ((l iy) 1) ((m ao r) 0))) +("gallina" nil (((g aa) 0) ((l iy) 1) ((n ax) 0))) +("galling" nil (((g ao) 1) ((l ih ng) 0))) +("gallinger" nil (((g ao) 1) ((l ih ng) 0) ((er) 0))) +("gallion" nil (((g ae) 1) ((l y ax n) 0))) +("gallium" nil (((g ae) 1) ((l iy) 0) ((ax m) 0))) +("gallivan" nil (((g ae) 1) ((l ih) 0) ((v ax n) 0))) +("gallman" nil (((g ao l) 1) ((m ax n) 0))) +("gallo" nil (((g ae) 1) ((l ow) 0))) +("gallogly" nil (((g ae) 1) ((l ax) 0) ((g l iy) 0))) +("gallon" nil (((g ae) 1) ((l ax n) 0))) +("gallons" nil (((g ae) 1) ((l ax n z) 0))) +("galloon" nil (((g ax) 0) ((l uw n) 1))) +("gallop" nil (((g ae) 1) ((l ax p) 0))) +("galloped" nil (((g ae) 1) ((l ax p t) 0))) +("galloping" nil (((g ae) 1) ((l ax) 0) ((p ih ng) 0))) +("gallow" nil (((g ae) 1) ((l ow) 0))) +("galloway" nil (((g ae) 1) ((l ow) 0) ((w ey) 1))) +("galloways" nil (((g ae) 1) ((l ow) 0) ((w ey z) 1))) +("gallows" nil (((g ae) 1) ((l ow z) 0))) +("galls" nil (((g ao l z) 1))) +("gallstone" nil (((g ao l) 1) ((s t ow n) 1))) +("gallstones" nil (((g aa l) 1) ((s t ow n z) 1))) +("gallucci" nil (((g aa) 0) ((l uw) 1) ((ch iy) 0))) +("galluccio" nil (((g aa) 0) ((l uw) 1) ((ch iy) 0) ((ow) 0))) +("gallup" nil (((g ae) 1) ((l ax p) 0))) +("gallus" nil (((g ae) 1) ((l ax s) 0))) +("galluzzo" nil (((g aa) 0) ((l uw) 1) ((z ow) 0))) +("gallway" nil (((g ao l) 1) ((w ey) 1))) +("galoob" nil (((g ax) 0) ((l uw b) 1))) +("galore" nil (((g ax) 0) ((l ao r) 1))) +("galoshes" nil (((g ax) 0) ((l aa) 1) ((sh ax z) 0))) +("galotti" nil (((g ax) 0) ((l aa) 1) ((t iy) 0))) +("galpin" nil (((g ae l) 1) ((p ih n) 0))) +("gals" nil (((g ae l z) 1))) +("galster" nil (((g ae l) 1) ((s t er) 0))) +("galsworthy" nil (((g ae l) 1) ((z w er) 1) ((dh iy) 0))) +("galt" nil (((g ao l t) 1))) +("galton" nil (((g ae l) 1) ((t ax n) 0))) +("galus" nil (((g ae) 1) ((l ih s) 0))) +("galusha" nil (((g ae) 1) ((l ax) 0) ((sh ax) 0))) +("galuska" nil (((g ax) 0) ((l ah) 1) ((s k ax) 0))) +("galvan" nil (((g aa l) 0) ((v aa n) 1))) +("galvanic" nil (((g ae l) 0) ((v ae) 1) ((n ih k) 0))) +("galvanize" nil (((g ae l) 1) ((v ax) 0) ((n ay z) 1))) +("galvanized" nil (((g ae l) 1) ((v ax) 0) ((n ay z d) 1))) +("galvanizing" nil (((g ae l) 1) ((v ax) 0) ((n ay) 1) ((z ih ng) 0))) +("galven" nil (((g aa l) 1) ((v ax n) 0))) +("galveston" nil (((g ae l) 1) ((v ax) 0) ((s t ax n) 0))) +("galvez" nil (((g aa l) 0) ((v eh z) 1))) +("galvin" nil (((g ae l) 1) ((v ih n) 0))) +("galway" nil (((g aa l) 1) ((w ey) 0))) +("galyean" nil (((g ae) 1) ((l iy) 0) ((ax n) 0))) +("galyen" nil (((g ae) 1) ((l iy) 0) ((eh n) 0))) +("galyon" nil (((g ae) 1) ((l iy) 0) ((aa n) 0))) +("gama" nil (((g aa) 1) ((m ax) 0))) +("gamache" nil (((g aa) 1) ((m ey k) 0))) +("gamage" nil (((g ae) 1) ((m ih jh) 0))) +("gamal" nil (((g ax) 0) ((m aa l) 1))) +("gamba" nil (((g ae m) 1) ((b ax) 0))) +("gambale" nil (((g aa m) 0) ((b aa) 1) ((l iy) 0))) +("gambardella" nil (((g aa m) 0) ((b aa r) 0) ((d eh) 1) ((l ax) 0))) +("gamber" nil (((g ae m) 1) ((b er) 0))) +("gambia" nil (((g ae m) 1) ((b iy) 0) ((ax) 0))) +("gambill" nil (((g ax m) 0) ((b ih l) 1))) +("gambino" nil (((g ae m) 0) ((b iy) 1) ((n ow) 0))) +("gambit" nil (((g ae m) 1) ((b ih t) 0))) +("gambits" nil (((g ae m) 1) ((b ax t s) 0))) +("gamble" nil (((g ae m) 1) ((b ax l) 0))) +("gambled" nil (((g ae m) 1) ((b ax l d) 0))) +("gambler" nil (((g ae m) 1) ((b l er) 0))) +("gamblers" nil (((g ae m) 1) ((b l er z) 0))) +("gambles" nil (((g ae m) 1) ((b ax l z) 0))) +("gamblin" nil (((g ae m) 1) ((b l ih n) 0))) +("gambling" nil (((g ae m) 1) ((b ax) 0) ((l ih ng) 0))) +("gamboa" nil (((g aa m) 0) ((b ow) 1) ((ax) 0))) +("gambone" nil (((g aa m) 1) ((b ow n) 0))) +("gambrel" nil (((g ae m) 1) ((b r ax l) 0))) +("gambrell" nil (((g ae m) 1) ((b r ax l) 0))) +("gambrill" nil (((g ae m) 1) ((b r ih l) 0))) +("gambro" nil (((g ae m) 1) ((b r ow) 0))) +("gamco" nil (((g ae m) 1) ((k ow) 0))) +("game" nil (((g ey m) 1))) +("gamel" nil (((g aa) 1) ((m ax l) 0))) +("gamelin" nil (((g ae) 1) ((m ih) 0) ((l ih n) 0))) +("gamello" nil (((g ax) 0) ((m eh) 1) ((l ow) 0))) +("gamely" nil (((g ey m) 1) ((l iy) 0))) +("gamemartz" nil (((g ey m) 1) ((m aa r t s) 1))) +("gamer" nil (((g ey) 1) ((m er) 0))) +("games" nil (((g ey m z) 1))) +("gamesmanship" nil (((g ey m z) 1) ((m ax n) 0) ((sh ih p) 1))) +("gamet" nil (((g ae) 1) ((m ih t) 0))) +("gametangia" nil (((g ae) 1) ((m ax) 0) ((t ae n) 1) ((jh iy) 0) ((ax) 0))) +("gamete" nil (((g ae) 1) ((m iy t) 0))) +("gametophyte" nil (((g ax) 0) ((m iy) 1) ((t ax) 0) ((f ay t) 1))) +("gamez" nil (((g aa) 0) ((m eh z) 1))) +("gaming" nil (((g ey) 1) ((m ih ng) 0))) +("gamino" nil (((g aa) 0) ((m iy) 1) ((n ow) 0))) +("gamm" nil (((g ae m) 1))) +("gamma" nil (((g ae) 1) ((m ax) 0))) +("gammage" nil (((g ae) 1) ((m ih jh) 0))) +("gammel" nil (((g ae) 1) ((m ax l) 0))) +("gammell" nil (((g ae) 1) ((m ax l) 0))) +("gammill" nil (((g ae) 1) ((m ih l) 0))) +("gammon" nil (((g ae) 1) ((m ax n) 0))) +("gammons" nil (((g ae) 1) ((m ax n z) 0))) +("gamp" nil (((g ae m p) 1))) +("gamper" nil (((g ae m) 1) ((p er) 0))) +("gamunde" nil (((g ax) 0) ((m uw n d) 1))) +("gamut" nil (((g ae) 1) ((m ax t) 0))) +("gan" nil (((g ae n) 1))) +("ganas" nil (((g ae) 1) ((n ax z) 0))) +("ganaway" nil (((g ae) 1) ((n ax) 0) ((w ey) 0))) +("gancarz" nil (((g aa n) 1) ((k aa r z) 0))) +("ganci" nil (((g ae n) 1) ((s iy) 0))) +("ganda" nil (((g ae n) 1) ((d ax) 0))) +("gandalf" nil (((g ae n) 1) ((d ao l f) 0))) +("gandara" nil (((g aa n) 0) ((d aa) 1) ((r ax) 0))) +("gandee" nil (((g ae n) 1) ((d iy) 0))) +("gander" nil (((g ae n) 1) ((d er) 0))) +("gandhi" nil (((g aa n) 1) ((d iy) 0))) +("gandolfi" nil (((g aa n) 0) ((d ow l) 1) ((f iy) 0))) +("gandolfo" nil (((g aa n) 0) ((d ow l) 1) ((f ow) 0))) +("gandy" nil (((g ae n) 1) ((d iy) 0))) +("ganem" nil (((g ae) 1) ((n ih m) 0))) +("ganes" nil (((g ey n z) 1))) +("ganey" nil (((g ey) 1) ((n iy) 0))) +("gang" nil (((g ae ng) 1))) +("gangbusters" nil (((g ae ng) 1) ((b ah) 1) ((s t er z) 0))) +("gange" nil (((g ae n jh) 1))) +("gangemi" nil (((g aa ng) 0) ((g eh) 1) ((m iy) 0))) +("ganger" nil (((g ae ng) 1) ((er) 0))) +("gangi" nil (((g ae n) 1) ((jh iy) 0))) +("ganging" nil (((g ae ng) 1) ((ih ng) 0))) +("gangl" nil (((g ae ng) 1) ((g ax l) 0))) +("ganglia" nil (((g ae ng) 1) ((g l iy) 0) ((ax) 0))) +("ganglionic" nil (((g ae ng) 1) ((g l iy) 0) ((aa) 1) ((n ih k) 0))) +("gangloff" nil (((g ae ng) 1) ((g l ao f) 0))) +("gangly" nil (((g ae ng) 1) ((l iy) 0))) +("gangplank" nil (((g ae ng) 1) ((p l ae ng k) 1))) +("gangs" nil (((g ae ng z) 1))) +("gangsta" nil (((g ae ng) 1) ((s t ax) 0))) +("gangster" nil (((g ae ng) 1) ((s t er) 0))) +("gangsters" nil (((g ae ng) 1) ((s t er z) 0))) +("gangwer" nil (((g ae ng) 1) ((w er) 0))) +("ganic" nil (((g ae) 1) ((n ih k) 0))) +("ganim" nil (((g ae) 1) ((n ih m) 0))) +("ganis" nil (((g ae) 1) ((n ih s) 0))) +("ganley" nil (((g ae n) 1) ((l iy) 0))) +("gann" nil (((g ae n) 1))) +("gannaway" nil (((g ae) 1) ((n ax) 0) ((w ey) 0))) +("gannett" nil (((g ae) 1) ((n ih t) 0))) +("gannon" nil (((g ae) 1) ((n ax n) 0))) +("gano" nil (((g aa) 1) ((n ow) 0))) +("ganoe" nil (((g ae) 1) ((n ow) 0))) +("ganong" nil (((g ae) 1) ((n ao ng) 0))) +("gans" nil (((g ae n z) 1))) +("gansen" nil (((g ae n) 1) ((s ax n) 0))) +("ganser" nil (((g ae n) 1) ((s er) 0))) +("ganske" nil (((g ae n s k) 1))) +("ganson" nil (((g ae n) 1) ((s ax n) 0))) +("ganster" nil (((g ae n) 1) ((s t er) 0))) +("gansu" nil (((g aa n) 1) ((s uw) 1))) +("gant" nil (((g ae n t) 1))) +("gantenbein" nil (((g ae n) 1) ((t ih n) 0) ((b ay n) 0))) +("ganter" nil (((g ae n) 1) ((t er) 0))) +("gantlet" nil (((g ao n t) 1) ((l ax t) 0))) +("gantner" nil (((g ae n t) 1) ((n er) 0))) +("gantos" nil (((g ae n) 1) ((t ow s) 0))) +("gantry" nil (((g ae n) 1) ((t r iy) 0))) +("gantt" nil (((g ae n t) 1))) +("gantz" nil (((g ae n t s) 1))) +("ganus" nil (((g ey) 1) ((n ih s) 0))) +("ganymede" nil (((g ae) 1) ((n ax) 0) ((m iy d) 1))) +("ganz" nil (((g ae n z) 1))) +("ganzel" nil (((g ae n) 1) ((z ax l) 0))) +("ganzer" nil (((g ae n) 1) ((z er) 0))) +("ganzhou" nil (((g aa n) 1) ((jh ow) 1))) +("gao" nil (((g aw) 1))) +("gaomi" nil (((g aw) 1) ((m iy) 1))) +("gaona" nil (((g aa) 0) ((ow) 1) ((n ax) 0))) +("gaoyang" nil (((g aw) 1) ((y aa ng) 1))) +("gap" nil (((g ae p) 1))) +("gape" nil (((g ey p) 1))) +("gaping" nil (((g ey) 1) ((p ih ng) 0))) +("gapinski" nil (((g ax) 0) ((p ih n) 1) ((s k iy) 0))) +("gapp" nil (((g ae p) 1))) +("gappa" nil (((g ae) 1) ((p ax) 0))) +("gaps" nil (((g ae p s) 1))) +("gar" nil (((g aa r) 1))) +("gara" nil (((g ae) 1) ((r ax) 0))) +("garabedian" nil (((g ae) 1) ((r ax) 0) ((b iy) 1) ((d iy) 0) ((ax n) 0))) +("garafalo" nil (((g aa) 0) ((r aa) 0) ((f aa) 1) ((l ow) 0))) +("garafola" nil (((g aa) 0) ((r aa) 0) ((f ow) 1) ((l ax) 0))) +("garage" nil (((g er) 0) ((aa zh) 1))) +("garages" nil (((g er) 0) ((aa) 1) ((zh ih z) 0))) +("garagiola" nil (((g er) 0) ((ae) 1) ((jh iy) 0) ((ow) 1) ((l ax) 0))) +("garajda" nil (((g er) 0) ((aa zh) 1) ((d ax) 0))) +("garamendi" nil (((g eh) 1) ((r ax) 0) ((m eh n) 1) ((d iy) 0))) +("garand" nil (((g ae) 1) ((r ax n d) 0))) +("garant" nil (((g aa) 1) ((r ax n t) 0))) +("garard" nil (((g er) 0) ((aa r d) 1))) +("garavaglia" nil (((g aa) 0) ((r aa) 0) ((v aa) 1) ((g l iy) 0) ((ax) 0))) +("garay" nil (((g ae) 1) ((r ey) 0))) +("garb" nil (((g aa r b) 1))) +("garbacz" nil (((g aa r) 1) ((b ax ch) 0))) +("garbage" nil (((g aa r) 1) ((b ih jh) 0))) +("garbarini" nil (((g aa r) 0) ((b aa) 0) ((r iy) 1) ((n iy) 0))) +("garbarino" nil (((g aa r) 0) ((b aa) 0) ((r iy) 1) ((n ow) 0))) +("garbe" nil (((g aa r b) 1))) +("garbed" nil (((g aa r b d) 1))) +("garber" nil (((g aa r) 1) ((b er) 0))) +("garbers" nil (((g aa r) 1) ((b er z) 0))) +("garbett" nil (((g aa r) 1) ((b ih t) 0))) +("garbled" nil (((g aa r) 1) ((b ax l d) 0))) +("garbo" nil (((g aa r) 1) ((b ow) 0))) +("garbutt" nil (((g aa r) 1) ((b ax t) 0))) +("garceau" nil (((g aa r) 0) ((s ow) 1))) +("garces" nil (((g aa r) 1) ((s eh s) 0))) +("garcetti" nil (((g aa r) 1) ((ch eh) 1) ((t iy) 0))) +("garcia" nil (((g aa r) 1) ((s iy) 1) ((ax) 0))) +("garczynski" nil (((g er) 0) ((ch ih n) 1) ((s k iy) 0))) +("gard" nil (((g aa r d) 1))) +("garda" nil (((g aa r) 1) ((d ax) 0))) +("garde" nil (((g aa r d) 1))) +("gardea" nil (((g aa r) 1) ((d iy) 0) ((ax) 0))) +("gardella" nil (((g aa r) 1) ((d eh) 1) ((l ax) 0))) +("garden" nil (((g aa r) 1) ((d ax n) 0))) +("gardena" nil (((g aa r) 0) ((d iy) 1) ((n ax) 0))) +("gardenamerica" nil (((g aa r) 1) ((d ax) 0) ((n ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("gardened" nil (((g aa r) 1) ((d ax n d) 0))) +("gardener" nil (((g aa r) 1) ((d ax) 0) ((n er) 0))) +("gardeners" nil (((g aa r) 1) ((d ax) 0) ((n er z) 0))) +("gardenhire" nil (((g aa r) 1) ((d ax n) 0) ((hh ay r) 1))) +("gardenia" nil (((g aa r) 0) ((d iy) 1) ((n y ax) 0))) +("gardenias" nil (((g aa r) 0) ((d iy) 1) ((n y ax z) 0))) +("gardening" nil (((g aa r) 1) ((d ax) 0) ((n ih ng) 0))) +("gardens" nil (((g aa r) 1) ((d ax n z) 0))) +("gardin" nil (((g aa r) 1) ((d ih n) 0))) +("gardiner" nil (((g aa r d) 1) ((n er) 0))) +("gardini" nil (((g aa r) 0) ((d iy) 1) ((n iy) 0))) +("gardinier" nil (((g aa r) 1) ((d ih) 0) ((n iy) 0) ((er) 0))) +("gardner" nil (((g aa r d) 1) ((n er) 0))) +("garduno" nil (((g aa r) 0) ((d uw) 1) ((n ow) 0))) +("gardyne" nil (((g aa r) 1) ((d ay n) 1))) +("gare" nil (((g eh r) 1))) +("gareau" nil (((g er) 0) ((ow) 1))) +("garelick" nil (((g ae) 1) ((r ih) 0) ((l ih k) 0))) +("gareth" nil (((g eh) 1) ((r ih th) 0))) +("garett" nil (((g ae) 1) ((r ih t) 0))) +("garey" nil (((g ae) 1) ((r iy) 0))) +("garfield" nil (((g aa r) 1) ((f iy l d) 1))) +("garfinkel" nil (((g aa r) 1) ((f ih ng) 0) ((k ax l) 0))) +("garfinkle" nil (((g aa r) 1) ((f ih ng) 1) ((k ax l) 0))) +("garg" nil (((g aa r g) 1))) +("gargan" nil (((g aa r) 1) ((g ax n) 0))) +("gargano" nil (((g aa r) 0) ((g aa) 1) ((n ow) 0))) +("gargantuan" nil (((g aa r) 0) ((g ae n) 1) ((ch uw) 0) ((ax n) 0))) +("garger" nil (((g aa r) 1) ((g er) 0))) +("garges" nil (((g aa r) 1) ((jh ih z) 0))) +("gargill" nil (((g aa r) 1) ((jh ih l) 0))) +("gargis" nil (((g aa r) 1) ((g ih s) 0))) +("gargiulo" nil (((g aa r) 1) ((jh uw) 0) ((l ow) 0))) +("gargoyles" nil (((g aa r) 1) ((g oy l z) 1))) +("garguilo" nil (((g aa r) 0) ((g w iy) 1) ((l ow) 0))) +("gargus" nil (((g aa r) 1) ((g ax s) 0))) +("gari" nil (((g aa) 1) ((r iy) 0))) +("garibaldi" nil (((g ae) 1) ((r ax) 0) ((b ao l) 1) ((d iy) 0))) +("garibay" nil (((g ae) 1) ((r ih) 0) ((b ey) 0))) +("gariepy" nil (((g er) 0) ((iy) 1) ((p iy) 0))) +("garin" nil (((g eh) 1) ((r ih n) 0))) +("garing" nil (((g eh) 1) ((r ih ng) 0))) +("garinger" nil (((g eh) 1) ((r ih ng) 0) ((er) 0))) +("garis" nil (((g ae) 1) ((r ih s) 0))) +("garish" nil (((g eh) 1) ((r ih sh) 0))) +("garity" nil (((g ae) 1) ((r ih) 0) ((t iy) 0))) +("garl" nil (((g aa r l) 1))) +("garlan" nil (((g aa r) 1) ((l ax n) 0))) +("garland" nil (((g aa r) 1) ((l ax n d) 0))) +("garlic" nil (((g aa r) 1) ((l ih k) 0))) +("garlick" nil (((g aa r) 1) ((l ih k) 0))) +("garlicky" nil (((g aa r) 1) ((l ih) 0) ((k iy) 0))) +("garling" nil (((g aa r) 1) ((l ih ng) 0))) +("garlinger" nil (((g aa r) 1) ((l ih ng) 0) ((er) 0))) +("garlinghouse" nil (((g aa r) 1) ((l ih ng) 0) ((hh aw s) 1))) +("garlington" nil (((g aa r) 1) ((l ih ng) 0) ((t ax n) 0))) +("garlitz" nil (((g aa r) 1) ((l ih t s) 0))) +("garlock" nil (((g aa r) 1) ((l ax k) 0))) +("garlow" nil (((g aa r) 1) ((l ow) 0))) +("garman" nil (((g aa r) 1) ((m ax n) 0))) +("garmany" nil (((g er) 0) ((m ao) 1) ((n iy) 0))) +("garment" nil (((g aa r) 1) ((m ax n t) 0))) +("garments" nil (((g aa r) 1) ((m ax n t s) 0))) +("garmin" nil (((g aa r) 1) ((m ih n) 0))) +("garmon" nil (((g aa r) 1) ((m ax n) 0))) +("garmond" nil (((g aa r) 1) ((m ax n d) 0))) +("garms" nil (((g aa r m z) 1))) +("garmund" nil (((g aa r) 1) ((m ax n d) 0))) +("garn" nil (((g aa r n) 1))) +("garneau" nil (((g aa r) 0) ((n ow) 1))) +("garner" nil (((g aa r) 1) ((n er) 0))) +("garnered" nil (((g aa r) 1) ((n er d) 0))) +("garnering" nil (((g aa r) 1) ((n er) 0) ((ih ng) 0))) +("garners" nil (((g aa r) 1) ((n er z) 0))) +("garnes" nil (((g aa r n z) 1))) +("garnet" nil (((g aa r) 1) ((n ax t) 0))) +("garnett" nil (((g aa r) 1) ((n ih t) 0))) +("garnette" nil (((g aa r) 0) ((n eh t) 1))) +("garney" nil (((g aa r) 1) ((n iy) 0))) +("garnica" nil (((g aa r) 0) ((n iy) 1) ((k ax) 0))) +("garnier" nil (((g aa r) 1) ((n iy) 0) ((er) 0))) +("garnish" nil (((g aa r) 1) ((n ih sh) 0))) +("garnishment" nil (((g aa r) 1) ((n ih) 0) ((sh m ax n t) 0))) +("garno" nil (((g aa r) 1) ((n ow) 0))) +("garnock" nil (((g aa r) 1) ((n ax k) 0))) +("garnsey" nil (((g aa r n) 1) ((s iy) 0))) +("garo" nil (((g eh) 1) ((r ow) 0))) +("garofalo" nil (((g aa) 0) ((r ow) 0) ((f aa) 1) ((l ow) 0))) +("garofano" nil (((g aa) 0) ((r ow) 0) ((f aa) 1) ((n ow) 0))) +("garofolo" nil (((g eh) 0) ((r ax) 0) ((f ow) 1) ((l ax) 0))) +("garon" nil (((g aa) 0) ((r ao n) 1))) +("garone" nil (((g er) 0) ((ow n) 1))) +("garonzik" nil (((g er) 0) ((aa n) 1) ((z ih k) 0))) +("garoutte" nil (((g er) 0) ((uw t) 1))) +("garr" nil (((g ae r) 1))) +("garrabrant" nil (((g aa) 0) ((r aa) 1) ((b r ax n t) 0))) +("garrahan" nil (((g ae) 1) ((r ax) 0) ((hh ae n) 0))) +("garramone" nil (((g ae) 1) ((r ax) 0) ((m ow n) 1))) +("garrard" nil (((g ae) 1) ((r er d) 0))) +("garratt" nil (((g eh) 1) ((r ax t) 0))) +("garraway" nil (((g ae) 1) ((r ax) 0) ((w ey) 0))) +("garrell" nil (((g aa) 0) ((r ey l) 1))) +("garrels" nil (((g ae) 1) ((r ax l z) 0))) +("garrelts" nil (((g ae) 1) ((r ih l t s) 0))) +("garren" nil (((g aa) 1) ((r ax n) 0))) +("garret" nil (((g eh) 1) ((r ih t) 0))) +("garrets" nil (((g eh) 1) ((r ax t s) 0))) +("garretson" nil (((g ae) 1) ((r ih t) 0) ((s ax n) 0))) +("garrett" nil (((g eh) 1) ((r ih t) 0))) +("garrette" nil (((g er) 0) ((eh t) 1))) +("garrey" nil (((g ae) 1) ((r iy) 0))) +("garrick" nil (((g eh) 1) ((r ih k) 0))) +("garrido" nil (((g aa) 0) ((r iy) 1) ((d ow) 0))) +("garriga" nil (((g ae) 1) ((r ih) 0) ((g ax) 0))) +("garrigan" nil (((g ae) 1) ((r ih) 0) ((g ax n) 0))) +("garrigues" nil (((g aa) 0) ((r iy) 1) ((g eh s) 0))) +("garrigus" nil (((g aa) 0) ((r iy) 1) ((g ih s) 0))) +("garringer" nil (((g ae) 1) ((r ih ng) 0) ((er) 0))) +("garriott" nil (((g ae) 1) ((r iy) 0) ((ax t) 0))) +("garris" nil (((g ae) 1) ((r ih s) 0))) +("garrison" nil (((g eh) 1) ((r ih) 0) ((s ax n) 0))) +("garrisoned" nil (((g ae) 1) ((r ax) 0) ((s ax n d) 0))) +("garritano" nil (((g aa) 0) ((r iy) 0) ((t aa) 1) ((n ow) 0))) +("garritt" nil (((g ae) 1) ((r ih t) 0))) +("garrity" nil (((g eh) 1) ((r ih) 0) ((t iy) 0))) +("garro" nil (((g aa) 1) ((r ow) 0))) +("garrod" nil (((g ae) 1) ((r ax d) 0))) +("garron" nil (((g ae) 1) ((r ax n) 0))) +("garros" nil (((g eh) 1) ((r ow s) 0))) +("garrott" nil (((g ae) 1) ((r ax t) 0))) +("garrow" nil (((g eh) 1) ((r ow) 0))) +("garroway" nil (((g ae) 1) ((r ow) 0) ((w ey) 1))) +("garrulous" nil (((g eh) 1) ((r ax) 0) ((l ax s) 0))) +("garry" nil (((g ae) 1) ((r iy) 0))) +("gars" nil (((g aa r z) 1))) +("garside" nil (((g aa r) 1) ((s ay d) 1))) +("garske" nil (((g aa r s k) 1))) +("garson" nil (((g aa r) 1) ((s ax n) 0))) +("garst" nil (((g aa r s t) 1))) +("garsten" nil (((g aa r) 1) ((s t eh n) 0))) +("garstka" nil (((g aa r s t) 1) ((k ax) 0))) +("garten" nil (((g aa r) 1) ((t ax n) 0))) +("gartenberg" nil (((g aa r) 1) ((t ax n) 0) ((b er g) 0))) +("garter" nil (((g aa r) 1) ((t er) 0))) +("garth" nil (((g aa r th) 1))) +("garthwaite" nil (((g aa r) 1) ((th w ey t) 1))) +("gartin" nil (((g aa r) 1) ((t ih n) 0))) +("gartland" nil (((g aa r t) 1) ((l ax n d) 0))) +("gartley" nil (((g aa r t) 1) ((l iy) 0))) +("gartman" nil (((g aa r t) 1) ((m ax n) 0))) +("gartmore" nil (((g aa r t) 1) ((m ao r) 1))) +("gartner" nil (((g aa r t) 1) ((n er) 0))) +("garton" nil (((g aa r) 1) ((t ax n) 0))) +("gartrell" nil (((g aa r) 1) ((t r ax l) 0))) +("gartside" nil (((g aa r t) 1) ((s ay d) 1))) +("gartzke" nil (((g aa r t z k) 1))) +("garver" nil (((g aa r) 1) ((v er) 0))) +("garverick" nil (((g aa r) 1) ((v er) 0) ((ih k) 0))) +("garvey" nil (((g aa r) 1) ((v iy) 0))) +("garvie" nil (((g aa r) 1) ((v iy) 0))) +("garvin" nil (((g aa r) 1) ((v ih n) 0))) +("garwin" nil (((g aa r) 1) ((w ih n) 0))) +("garwood" nil (((g aa r) 1) ((w uh d) 1))) +("gary" nil (((g eh) 1) ((r iy) 0))) +("garza" nil (((g aa r) 1) ((z ax) 0))) +("garzarelli" nil (((g aa r) 1) ((z er) 0) ((eh) 1) ((l iy) 0))) +("garzon" nil (((g aa r) 1) ((z ax n) 0))) +("gas" nil (((g ae s) 1))) +("gasaway" nil (((g ae) 1) ((s ax) 0) ((w ey) 1))) +("gasbarro" nil (((g aa s) 0) ((b aa) 1) ((r ow) 0))) +("gasca" nil (((g aa) 1) ((s k ax) 0))) +("gascon" nil (((g ae) 1) ((s k ax n) 0))) +("gascons" nil (((g ae) 1) ((s k ax n z) 0))) +("gase" nil (((g ey z) 1))) +("gaseous" nil (((g ae) 1) ((s iy) 0) ((ax s) 0))) +("gases" nil (((g ae) 1) ((s ax z) 0))) +("gash" nil (((g ae sh) 1))) +("gashes" nil (((g ae) 1) ((sh ax z) 0))) +("gasich" nil (((g ey) 1) ((z ih k) 0))) +("gasification" nil (((g ae) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("gasior" nil (((g ae) 1) ((s iy) 0) ((er) 0))) +("gasiorowski" nil (((g ax) 0) ((s iy) 0) ((ao) 0) ((r ao f) 1) ((s k iy) 0))) +("gaska" nil (((g aa) 1) ((s k ax) 0))) +("gaskamp" nil (((g ae) 1) ((s k ae m p) 1))) +("gaskell" nil (((g ae) 1) ((s k ax l) 0))) +("gasket" nil (((g ae) 1) ((s k ax t) 0))) +("gaskets" nil (((g ae) 1) ((s k ax t s) 0))) +("gaskey" nil (((g ae) 1) ((s k iy) 1))) +("gaskill" nil (((g ae) 1) ((s k ih l) 1))) +("gaskin" nil (((g ae) 1) ((s k ih n) 0))) +("gaskins" nil (((g ae) 1) ((s k ih n z) 0))) +("gasner" nil (((g ae) 1) ((s n er) 0))) +("gasohol" nil (((g ae) 1) ((s ax) 0) ((hh ao l) 1))) +("gasoline" nil (((g ae) 1) ((s ax) 0) ((l iy n) 1))) +("gasolines" nil (((g ae) 1) ((s ax) 0) ((l iy n z) 1))) +("gasp" nil (((g ae s p) 1))) +("gaspar" nil (((g ae) 1) ((s p er) 0))) +("gaspard" nil (((g ax) 0) ((s p aa r d) 1))) +("gaspari" nil (((g aa) 0) ((s p aa) 1) ((r iy) 0))) +("gasparini" nil (((g aa) 0) ((s p aa) 0) ((r iy) 1) ((n iy) 0))) +("gasparro" nil (((g aa) 0) ((s p aa) 1) ((r ow) 0))) +("gaspe" nil (((g ae) 1) ((s p iy) 0))) +("gasped" nil (((g ae s p t) 1))) +("gasper" nil (((g ae) 1) ((s p er) 0))) +("gasperini" nil (((g aa) 0) ((s p er) 0) ((iy) 1) ((n iy) 0))) +("gasping" nil (((g ae) 1) ((s p ih ng) 0))) +("gasps" nil (((g ae s p s) 1))) +("gasque" nil (((g ey s k) 1))) +("gass" nil (((g ae s) 1))) +("gassaway" nil (((g ae) 1) ((s ax) 0) ((w ey) 0))) +("gassed" nil (((g ae s t) 1))) +("gassee" nil (((g ae) 1) ((s iy) 1))) +("gassen" nil (((g ae) 1) ((s ax n) 0))) +("gasser" nil (((g ae) 1) ((s er) 0))) +("gassert" nil (((g ae) 1) ((s er t) 0))) +("gasses" nil (((g ae) 1) ((s ih z) 0))) +("gassett" nil (((g ae) 1) ((s ih t) 0))) +("gassing" nil (((g ae) 1) ((s ih ng) 0))) +("gassman" nil (((g ae) 1) ((s m ax n) 0))) +("gassmann" nil (((g ae) 1) ((s m ax n) 0))) +("gassner" nil (((g ae) 1) ((s n er) 0))) +("gast" nil (((g ae s t) 1))) +("gastelum" nil (((g ey) 1) ((s t ih) 0) ((l ax m) 0))) +("gaster" nil (((g ae) 1) ((s t er) 0))) +("gastineau" nil (((g ae) 1) ((s t ih) 0) ((n ow) 1))) +("gaston" nil (((g ae) 1) ((s t ax n) 0))) +("gastric" nil (((g ae) 1) ((s t r ih k) 0))) +("gastritis" nil (((g ae) 0) ((s t r ay) 1) ((t ax s) 0))) +("gastrointestinal" nil (((g ae) 1) ((s t r ow) 0) ((ih n) 0) ((t eh) 1) ((s t ax) 0) ((n ax l) 0))) +("gastronomic" nil (((g ax) 0) ((s t r aa) 1) ((n aa) 1) ((m ih k) 0))) +("gastronomy" nil (((g ae) 0) ((s t r aa) 1) ((n ax) 0) ((m iy) 0))) +("gastroscope" nil (((g ae) 1) ((s t r ax) 0) ((s k ow p) 1))) +("gastrovascular" nil (((g ae) 1) ((s t r ow) 0) ((v ae) 1) ((s k y ax) 0) ((l er) 0))) +("gastrulate" nil (((g ae) 1) ((s t r ax) 0) ((l ey t) 1))) +("gastrulation" nil (((g ae) 1) ((s t r ax) 0) ((l ey) 1) ((sh ax n) 0))) +("gat" nil (((g ae t) 1))) +("gatch" nil (((g ae ch) 1))) +("gatchel" nil (((g ae) 1) ((ch ax l) 0))) +("gatchell" nil (((g ae) 1) ((ch ax l) 0))) +("gate" nil (((g ey t) 1))) +("gatekeeper" nil (((g ey t) 1) ((k iy) 1) ((p er) 0))) +("gatekeepers" nil (((g ey t) 1) ((k iy) 1) ((p er z) 0))) +("gateley" nil (((g ae) 1) ((t ih) 0) ((l iy) 0))) +("gately" nil (((g ey t) 1) ((l iy) 0))) +("gates" nil (((g ey t s) 1))) +("gateway" nil (((g ey) 1) ((t w ey) 1))) +("gateways" nil (((g ey) 1) ((t w ey z) 1))) +("gatewood" nil (((g ey) 1) ((t w uh d) 1))) +("gath" nil (((g ae th) 1))) +("gather" nil (((g ae) 1) ((dh er) 0))) +("gathered" nil (((g ae) 1) ((dh er d) 0))) +("gatherer" nil (((g ae) 1) ((dh er) 0) ((er) 0))) +("gatherers" nil (((g ae) 1) ((dh er) 0) ((er z) 0))) +("gathering" nil (((g ae) 1) ((dh er) 0) ((ih ng) 0))) +("gatherings" nil (((g ae) 1) ((dh er) 0) ((ih ng z) 0))) +("gathers" nil (((g ae) 1) ((dh er z) 0))) +("gathings" nil (((g ae) 1) ((th ih ng z) 0))) +("gathman" nil (((g ae th) 1) ((m ax n) 0))) +("gathright" nil (((g ae) 1) ((th r ay t) 1))) +("gatley" nil (((g ae t) 1) ((l iy) 0))) +("gatliff" nil (((g ae t) 1) ((l ih f) 0))) +("gatlin" nil (((g ae t) 1) ((l ih n) 0))) +("gatling" nil (((g ae t) 1) ((l ih ng) 0))) +("gatoil" nil (((g ax) 0) ((t oy l) 1))) +("gator" nil (((g ey) 1) ((t er) 0))) +("gatorade" nil (((g ae) 1) ((t er) 0) ((ey d) 1))) +("gators" nil (((g ey) 1) ((t er z) 0))) +("gatos" nil (((g aa) 1) ((t ow s) 1))) +("gatrell" nil (((g ae) 1) ((t r ax l) 0))) +("gatsby" nil (((g ae t s) 1) ((b iy) 0))) +("gatson" nil (((g ae t) 1) ((s ax n) 0))) +("gatt" nil (((g ae t) 1))) +("gatten" nil (((g ae) 1) ((t ax n) 0))) +("gatti" nil (((g ae) 1) ((t iy) 0))) +("gatting" nil (((g ae) 1) ((t ih ng) 0))) +("gattis" nil (((g ae) 1) ((t ih s) 0))) +("gatton" nil (((g ae) 1) ((t ax n) 0))) +("gattuso" nil (((g aa) 0) ((t uw) 1) ((s ow) 0))) +("gatward" nil (((g ae) 1) ((t w er d) 0))) +("gatwick" nil (((g ae) 1) ((t w ih k) 1))) +("gatx" nil (((g ae) 1) ((t eh k s) 1))) +("gatz" nil (((g ae t s) 1))) +("gatza" nil (((g aa t) 1) ((z ax) 0))) +("gatzke" nil (((g ae t z k) 1))) +("gau" nil (((g ow) 1))) +("gaub" nil (((g ao b) 1))) +("gaubatz" nil (((g aw) 1) ((b ax t s) 0))) +("gaubert" nil (((g aw) 1) ((b er t) 0))) +("gauch" nil (((g ao ch) 1))) +("gauche" nil (((g ow sh) 1))) +("gaucher" nil (((g ow) 1) ((sh er) 0))) +("gaucho" nil (((g aw) 1) ((ch ow) 0))) +("gauchos" nil (((g aw) 1) ((ch ow z) 0))) +("gaudet" nil (((g ow) 0) ((d eh t) 1))) +("gaudette" nil (((g ow) 0) ((d eh t) 1))) +("gaudin" nil (((g ow) 0) ((d ae n) 1))) +("gaudino" nil (((g ao) 1) ((d iy) 1) ((n ow) 0))) +("gaudio" nil (((g ao) 1) ((d iy) 0) ((ow) 0))) +("gaudioso" nil (((g ao) 0) ((d iy) 0) ((ow) 1) ((s ow) 0))) +("gaudreau" nil (((g ow) 0) ((d r ow) 1))) +("gaudy" nil (((g ao) 1) ((d iy) 0))) +("gauer" nil (((g aw) 1) ((er) 0))) +("gauerke" nil (((g aw) 1) ((er k) 0))) +("gaufman" nil (((g ao f) 1) ((m ax n) 0))) +("gauge" nil (((g ey jh) 1))) +("gauged" nil (((g ey jh d) 1))) +("gauger" nil (((g ey) 1) ((jh er) 0))) +("gauges" nil (((g ey) 1) ((jh ax z) 0))) +("gaugh" nil (((g ao) 1))) +("gaughan" nil (((g ao) 1) ((ax n) 0))) +("gaughran" nil (((g ao) 1) ((r ax n) 0))) +("gauging" nil (((g ey) 1) ((jh ih ng) 0))) +("gaugler" nil (((g ao) 1) ((g l er) 0))) +("gauguin" nil (((g ao) 1) ((g w ih n) 0))) +("gaul" nil (((g ao l) 1))) +("gaulden" nil (((g aw) 1) ((d ax n) 0))) +("gaulding" nil (((g ao l) 1) ((d ih ng) 0))) +("gaulin" nil (((g ow) 0) ((l ae n) 1))) +("gaulke" nil (((g ao l k) 1))) +("gaulle" nil (((g ao l) 1))) +("gaullist" nil (((g ao) 1) ((l ih s t) 0))) +("gauls" nil (((g ao l z) 1))) +("gault" nil (((g ao l t) 1))) +("Gaultier" n (((g ao l) 1) ((t iy) 0) ((ey) 0))) +("gaultney" nil (((g ao l t) 1) ((n iy) 0))) +("gaumer" nil (((g aw) 1) ((m er) 0))) +("gaumond" nil (((g ow) 0) ((m aa n d) 1))) +("gauna" nil (((g ao) 1) ((n ax) 0))) +("gaunce" nil (((g ao n s) 1))) +("gaunt" nil (((g ao n t) 1))) +("gauntlet" nil (((g ao n t) 1) ((l ax t) 0))) +("gauntt" nil (((g ao n t) 1))) +("gaus" nil (((g ao z) 1))) +("gause" nil (((g ao z) 1))) +("gausman" nil (((g aw) 1) ((s m ax n) 0))) +("gauss" nil (((g aw s) 1))) +("gaustad" nil (((g aw) 1) ((s t ax d) 0))) +("gaut" nil (((g ao t) 1))) +("gauthier" nil (((g aw) 1) ((th iy) 0) ((er) 0))) +("gauthreaux" nil (((g ow) 0) ((th r ow) 1))) +("gautier" nil (((g aw) 1) ((t iy) 0) ((er) 0))) +("gautney" nil (((g ao t) 1) ((n iy) 0))) +("gautreau" nil (((g ow) 0) ((t r ow) 1))) +("gautreaux" nil (((g ow) 0) ((t r ow) 1))) +("gauvin" nil (((g ow) 0) ((v ae n) 1))) +("gauvreau" nil (((g ow) 0) ((v r ow) 1))) +("gauze" nil (((g ao z) 1))) +("gavan" nil (((g ey) 1) ((v ax n) 0))) +("gave" nil (((g ey v) 1))) +("gavel" nil (((g ae) 1) ((v ax l) 0))) +("gaven" nil (((g ey) 1) ((v ax n) 0))) +("gaver" nil (((g ey) 1) ((v er) 0))) +("gavigan" nil (((g ae) 1) ((v ih) 0) ((g ax n) 0))) +("gavin" nil (((g ae) 1) ((v ih n) 0))) +("gaviria" nil (((g ax) 0) ((v ih) 1) ((r iy) 0) ((ax) 0))) +("gavitt" nil (((g ae) 1) ((v ih t) 0))) +("gavras" nil (((g ae) 1) ((v r ax s) 0))) +("gaw" nil (((g ao) 1))) +("gawain" nil (((g aa) 1) ((w ax n) 0))) +("gawel" nil (((g ao) 1) ((ax l) 0))) +("gawen" nil (((g ao) 1) ((ax n) 0))) +("gawk" nil (((g ao k) 1))) +("gawking" nil (((g ao) 1) ((k ih ng) 0))) +("gawky" nil (((g ao) 1) ((k iy) 0))) +("gawlik" nil (((g ao) 1) ((l ih k) 0))) +("gawne" nil (((g ao n) 1))) +("gawron" nil (((g ao) 1) ((r ax n) 0))) +("gawronski" nil (((g aa) 0) ((v r aa n) 1) ((s k iy) 0))) +("gawthrop" nil (((g ao) 1) ((th r ax p) 0))) +("gaxiola" nil (((g ae k) 0) ((s iy) 0) ((ow) 1) ((l ax) 0))) +("gay" nil (((g ey) 1))) +("gayda" nil (((g ey) 1) ((d ax) 0))) +("gayden" nil (((g ey) 1) ((d ax n) 0))) +("gaydos" nil (((g ey) 1) ((d ow z) 0))) +("gaydosh" nil (((g ey) 1) ((d ax sh) 0))) +("gaye" nil (((g ey) 1))) +("gayer" nil (((g ey) 1) ((er) 0))) +("gayhart" nil (((g ey) 1) ((hh aa r t) 1))) +("gayheart" nil (((g ey) 1) ((hh aa r t) 1))) +("gayle" nil (((g ey l) 1))) +("gayler" nil (((g ey) 1) ((l er) 0))) +("gayles" nil (((g ey l z) 1))) +("gaylor" nil (((g ey) 1) ((l er) 0))) +("gaylord" nil (((g ey) 1) ((l ao r d) 1))) +("gayman" nil (((g ey) 0) ((m ae n) 1))) +("gaymon" nil (((g ey) 1) ((m ax n) 0))) +("gayner" nil (((g ey) 1) ((n er) 0))) +("gaynor" nil (((g ey) 1) ((n er) 0))) +("gays" nil (((g ey z) 1))) +("gaytan" nil (((g ey) 1) ((t ax n) 0))) +("gayton" nil (((g ey) 1) ((t ax n) 0))) +("gaz" nil (((g aa z) 1))) +("gaza" nil (((g aa) 1) ((z ax) 0))) +("gazaway" nil (((g aa) 1) ((z ax) 0) ((w ey) 0))) +("gazda" nil (((g ae z) 1) ((d ax) 0))) +("gazdik" nil (((g ae z) 1) ((d ih k) 0))) +("gaze" nil (((g ey z) 1))) +("gazed" nil (((g ey z d) 1))) +("gazella" nil (((g ax) 0) ((z eh) 1) ((l ax) 0))) +("gazelle" nil (((g ax) 0) ((z eh l) 1))) +("gazelles" nil (((g ax) 0) ((z eh l z) 1))) +("gazes" nil (((g ey) 1) ((z ax z) 0))) +("gazeta" nil (((g ax) 0) ((z ey) 1) ((t ax) 0))) +("gazette" nil (((g ax) 0) ((z eh t) 1))) +("gazing" nil (((g ey) 1) ((z ih ng) 0))) +("gazonsky" nil (((g ax) 0) ((z aa n) 1) ((s k iy) 0))) +("gazprom" nil (((g ae z) 1) ((p r aa m) 1))) +("gazzola" nil (((g aa t) 0) ((s ow) 1) ((l ax) 0))) +("GCE" nil (((jh iy) 1) ((s iy) 1) ((iy) 1))) +("gdansk" nil (((g ax) 0) ((d ae n s k) 1))) +("ge" nil (((jh iy) 1) ((iy) 1))) +("ge" nil (((g ah) 0))) +("geac" nil (((g iy k) 1))) +("geagea" nil (((jh iy) 1) ((ax) 0) ((jh iy) 1) ((ax) 0))) +("gean" nil (((jh iy n) 1))) +("gear" nil (((g ih r) 1))) +("gearan" nil (((g ih) 1) ((r ax n) 0))) +("gearbox" nil (((g ih r) 1) ((b aa k s) 1))) +("gearboxes" nil (((g ih r) 1) ((b aa k) 0) ((s ih z) 0))) +("geared" nil (((g ih r d) 1))) +("gearey" nil (((g ih) 1) ((r iy) 0))) +("gearhart" nil (((g ih r) 1) ((hh aa r t) 0))) +("gearheart" nil (((g ih r) 1) ((hh aa r t) 0))) +("gearin" nil (((g ih) 1) ((r ih n) 0))) +("gearing" nil (((g ih) 1) ((r ih ng) 0))) +("gears" nil (((g ih r z) 1))) +("geary" nil (((g ih) 1) ((r iy) 0))) +("gebauer" nil (((g eh) 1) ((b aw) 0) ((er) 0))) +("gebbia" nil (((jh eh) 1) ((b iy) 0) ((ax) 0))) +("gebbie" nil (((jh eh) 1) ((b iy) 0))) +("gebel" nil (((g eh) 1) ((b ax l) 0))) +("gebert" nil (((g eh) 1) ((b er t) 0))) +("gebhard" nil (((g eh b) 1) ((hh er d) 0))) +("gebhardt" nil (((g eh b) 1) ((hh aa r t) 0))) +("gebhart" nil (((g eh b) 1) ((hh aa r t) 0))) +("gebler" nil (((g eh) 1) ((b ax) 0) ((l er) 0))) +("gebo" nil (((jh ey) 1) ((b ow) 0))) +("gechem" nil (((g eh) 1) ((ch ax m) 0))) +("geck" nil (((jh eh k) 1))) +("gecko" nil (((g eh) 1) ((k ow) 0))) +("geckos" nil (((g eh) 1) ((k ow z) 0))) +("geddes" nil (((g eh) 1) ((d ax s) 0))) +("geddie" nil (((jh eh) 1) ((d iy) 0))) +("geddings" nil (((jh eh) 1) ((d ih ng z) 0))) +("geddis" nil (((g eh) 1) ((d ih s) 0))) +("gedeon" nil (((g eh) 1) ((d iy) 0) ((ax n) 0))) +("gedney" nil (((jh eh d) 1) ((n iy) 0))) +("geduld" nil (((g eh) 1) ((d ax l d) 0))) +("gee" nil (((jh iy) 1))) +("geeing" nil (((jh iy) 1) ((ih ng) 0))) +("geek" nil (((g iy k) 1))) +("geeks" nil (((g iy k s) 1))) +("geena" nil (((g iy) 1) ((n ax) 0))) +("geenen" nil (((g iy) 1) ((n ax n) 0))) +("geer" nil (((g ih r) 1))) +("geerdes" nil (((g ih r d z) 1))) +("geers" nil (((g iy) 1) ((er z) 0))) +("geerts" nil (((g ih r t s) 1))) +("gees" nil (((jh iy s) 1))) +("geesaman" nil (((g iy) 1) ((s ax) 0) ((m ax n) 0))) +("geese" nil (((g iy s) 1))) +("geesey" nil (((g iy) 1) ((s iy) 0))) +("geeslin" nil (((g iy) 1) ((s l ih n) 0))) +("geeting" nil (((g iy) 1) ((t ih ng) 0))) +("geez" nil (((jh iy z) 1))) +("geffen" nil (((g eh) 1) ((f ax n) 0))) +("geffert" nil (((g eh) 1) ((f er t) 0))) +("geffner" nil (((g eh f) 1) ((n er) 0))) +("geffre" nil (((jh eh) 1) ((f er) 0))) +("gefinor" nil (((g eh) 1) ((f ih) 0) ((n er) 0))) +("gegenheimer" nil (((g eh) 1) ((g ih n) 0) ((hh ay) 0) ((m er) 0))) +("gegg" nil (((jh eh g) 1))) +("gehl" nil (((g eh l) 1))) +("gehle" nil (((jh eh) 1) ((hh ax l) 0))) +("gehlhausen" nil (((g eh l) 1) ((hh aw) 0) ((z ax n) 0))) +("gehling" nil (((g eh) 1) ((l ih ng) 0))) +("gehm" nil (((jh eh m) 1))) +("gehman" nil (((g eh) 1) ((m ax n) 0))) +("gehr" nil (((jh eh r) 1))) +("gehres" nil (((jh eh r z) 1))) +("gehret" nil (((g eh) 1) ((r ih t) 0))) +("gehrig" nil (((g eh) 1) ((r ih g) 0))) +("gehring" nil (((g eh) 1) ((r ih ng) 0))) +("gehringer" nil (((g eh) 1) ((r ih ng) 0) ((er) 0))) +("gehris" nil (((g eh) 1) ((r ih s) 0))) +("gehrke" nil (((jh eh r k) 1))) +("gehrman" nil (((g eh r) 1) ((m ax n) 0))) +("gehrmann" nil (((g eh r) 1) ((m ax n) 0))) +("gehrt" nil (((g eh r t) 1))) +("gehry" nil (((g eh) 1) ((r iy) 0))) +("gei" nil (((g ey) 1))) +("geib" nil (((g ay b) 1))) +("geibel" nil (((g ay) 1) ((b ax l) 0))) +("geico" nil (((g ay) 1) ((k ow) 0))) +("geidel" nil (((g ay) 1) ((d ax l) 0))) +("geier" nil (((g ay) 1) ((er) 0))) +("geiger" nil (((g ay) 1) ((g er) 0))) +("geigle" nil (((g ay) 1) ((g ax l) 0))) +("geigy" nil (((g ay) 1) ((g iy) 0))) +("geiken" nil (((g ay) 1) ((k ax n) 0))) +("geil" nil (((g ay l) 1))) +("geiler" nil (((g ay) 1) ((l er) 0))) +("geiman" nil (((g ay) 1) ((m ax n) 0))) +("geimer" nil (((g ay) 1) ((m er) 0))) +("geis" nil (((g ay z) 1))) +("geise" nil (((g ay s) 1))) +("geisel" nil (((g ay) 1) ((s ax l) 0))) +("geiselman" nil (((g ay) 1) ((s ax l) 0) ((m ax n) 0))) +("geisen" nil (((g ay) 1) ((s ax n) 0))) +("geiser" nil (((g ay) 1) ((s er) 0))) +("geisert" nil (((g ay) 1) ((s er t) 0))) +("geisha" nil (((g ey) 1) ((sh ax) 0))) +("geisinger" nil (((g ay) 1) ((s ih n) 0) ((jh er) 0))) +("geisler" nil (((g ay) 1) ((s l er) 0))) +("geiss" nil (((g ay s) 1))) +("geissinger" nil (((g ay) 1) ((s ih n) 0) ((jh er) 0))) +("geissler" nil (((g ay) 1) ((s l er) 0))) +("geist" nil (((g ay s t) 1))) +("geister" nil (((g ay) 1) ((s t er) 0))) +("geiszler" nil (((g ay) 1) ((s l er) 0))) +("geitner" nil (((g ay t) 1) ((n er) 0))) +("geitz" nil (((g ay t s) 1))) +("gejdenson" nil (((g ey) 1) ((d ax n) 0) ((s ax n) 0))) +("gekko" nil (((g eh) 1) ((k ow) 0))) +("gel" nil (((jh eh l) 1))) +("gelardi" nil (((jh eh) 0) ((l aa r) 1) ((d iy) 0))) +("gelardin" nil (((g ax) 0) ((l aa r) 1) ((d ih n) 0))) +("gelasia" nil (((jh eh) 0) ((l aa) 1) ((s iy) 0) ((ax) 0))) +("gelatin" nil (((jh eh) 1) ((l ax) 0) ((t ax n) 0))) +("gelatinous" nil (((jh ax) 0) ((l ae) 1) ((t ax) 0) ((n ax s) 0))) +("gelb" nil (((jh eh l b) 1))) +("gelbart" nil (((g eh l) 1) ((b aa r t) 1))) +("gelber" nil (((g eh l) 1) ((b er) 0))) +("gelco" nil (((jh eh l) 1) ((k ow) 0))) +("gelder" nil (((g eh l) 1) ((d er) 0))) +("geldermann" nil (((g eh l) 1) ((d er) 0) ((m ax n) 0))) +("gelett" nil (((jh eh) 1) ((l ih t) 0))) +("gelette" nil (((zh ih) 0) ((l eh t) 1))) +("gelfand" nil (((g eh l) 1) ((f ax n d) 0))) +("gelinas" nil (((g eh) 1) ((l ih) 0) ((n ax z) 0))) +("gelineau" nil (((zh eh) 1) ((l ih) 0) ((n ow) 0))) +("gell" nil (((jh eh l) 1))) +("gellatly" nil (((jh eh) 1) ((l ax t) 0) ((l iy) 0))) +("geller" nil (((g eh) 1) ((l er) 0))) +("gellerman" nil (((g eh) 1) ((l er) 0) ((m ax n) 0))) +("gellert" nil (((g eh) 1) ((l er t) 0))) +("gelles" nil (((jh eh l z) 1))) +("gelli" nil (((g eh) 1) ((l iy) 0))) +("gellis" nil (((g eh) 1) ((l ih s) 0))) +("gellman" nil (((g eh l) 1) ((m ax n) 0))) +("gellner" nil (((g eh l) 1) ((n er) 0))) +("gelman" nil (((g eh l) 1) ((m ax n) 0))) +("gelpi" nil (((jh eh l) 1) ((p iy) 0))) +("gels" nil (((jh eh l z) 1))) +("gelsinger" nil (((g eh l) 1) ((s ih n) 0) ((jh er) 0))) +("geltz" nil (((g eh l t s) 1))) +("gelvin" nil (((g eh l) 1) ((v ih n) 0))) +("gem" nil (((jh eh m) 1))) +("gemayel" nil (((g ax) 0) ((m ey) 1) ((ax l) 0))) +("gemberling" nil (((g eh m) 1) ((b er) 0) ((l ih ng) 0))) +("gemco" nil (((jh eh m) 1) ((k ow) 0))) +("gemcraft" nil (((jh eh m) 1) ((k r ae f t) 1))) +("gemex" nil (((jh eh) 1) ((m eh k s) 0))) +("gemfibrozil" nil (((g eh m) 1) ((f ih) 0) ((b r ow) 0) ((z ax l) 0))) +("gemignani" nil (((jh eh) 0) ((m iy g) 0) ((n aa) 1) ((n iy) 0))) +("gemina" nil (((g eh) 0) ((m iy) 1) ((n ax) 0))) +("geminate" nil (((jh eh) 1) ((m ax) 0) ((n ax t) 0))) +("gemini" nil (((jh eh) 1) ((m ax) 0) ((n ay) 1))) +("gemma" nil (((jh eh) 1) ((m ax) 0))) +("gemme" nil (((jh eh m) 1))) +("gemmell" nil (((g eh) 1) ((m ax l) 0))) +("gemmer" nil (((g eh) 1) ((m er) 0))) +("gemmill" nil (((g eh) 1) ((m ax l) 0))) +("gems" nil (((jh eh m z) 1))) +("gemsbok" nil (((g eh m z) 1) ((b aa k) 0))) +("gemstone" nil (((jh eh m) 1) ((s t ow n) 1))) +("gemstones" nil (((jh eh m) 1) ((s t ow n z) 1))) +("gen" nil (((g eh n) 1))) +("gen" nil (((jh eh n) 1))) +("gen" nil (((jh eh) 1) ((n er) 0) ((ax l) 0))) +("gena" nil (((jh eh) 1) ((n ax) 0))) +("gencarelli" nil (((jh eh n) 0) ((k aa) 0) ((r eh) 1) ((l iy) 0))) +("genco" nil (((jh eh ng) 1) ((k ow) 0))) +("gencor" nil (((jh eh n) 1) ((k ao r) 1))) +("gencorp" nil (((jh eh n) 1) ((k ao r p) 1))) +("gendarme" nil (((zh aa n) 1) ((d aa r m) 1))) +("gender" nil (((jh eh n) 1) ((d er) 0))) +("genders" nil (((jh eh n) 1) ((d er z) 0))) +("gendler" nil (((jh eh n d) 1) ((l er) 0))) +("gendreau" nil (((zh ih n) 0) ((d r ow) 1))) +("gendrisek" nil (((jh eh) 1) ((d r ih) 0) ((s eh k) 1))) +("gendron" nil (((jh eh n) 1) ((d r ax n) 0))) +("gene" nil (((jh iy n) 1))) +("genealogy" nil (((jh iy) 1) ((n iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("geneen" nil (((jh ax) 0) ((n iy n) 1))) +("genelabs" nil (((jh eh) 1) ((n ax) 0) ((l ae b z) 1))) +("genemedicine" nil (((jh eh) 1) ((n ax) 0) ((m eh) 1) ((d ax) 0) ((s ax n) 0))) +("genencor" nil (((jh eh) 1) ((n ax n) 0) ((k ao r) 1))) +("genentech" nil (((jh eh) 1) ((n ax n) 0) ((t eh k) 1))) +("genera" nil (((jh eh) 1) ((n er) 0) ((ax) 0))) +("general" nil (((jh eh) 1) ((n er) 0) ((ax l) 0))) +("generale" nil (((jh eh) 1) ((n er) 0) ((ae l) 1))) +("generales" nil (((jh eh) 1) ((n eh) 0) ((r aa) 1) ((l eh s) 0))) +("generali" nil (((jh eh) 1) ((n er) 0) ((aa) 1) ((l iy) 0))) +("generalissimo" nil (((jh eh) 0) ((n eh) 1) ((r ax) 0) ((l ih) 1) ((s ih) 0) ((m ow) 1))) +("generalist" nil (((jh eh) 1) ((n er) 0) ((ax) 0) ((l ih s t) 0))) +("generalists" nil (((jh eh) 1) ((n er) 0) ((ax) 0) ((l ih s t s) 0))) +("generalities" nil (((jh eh) 1) ((n er) 0) ((ae) 1) ((l ax) 0) ((t iy z) 0))) +("generality" nil (((jh eh) 1) ((n er) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("generalization" nil (((jh eh) 1) ((n er) 0) ((ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("generalizations" nil (((jh eh) 1) ((n er) 0) ((ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("generalize" nil (((jh eh) 1) ((n er) 0) ((ax) 0) ((l ay z) 1))) +("generalized" nil (((jh eh) 1) ((n er) 0) ((ax) 0) ((l ay z d) 1))) +("generally" nil (((jh eh) 1) ((n er) 0) ((ax) 0) ((l iy) 0))) +("generals" nil (((jh eh) 1) ((n er) 0) ((ax l z) 0))) +("generalship" nil (((jh eh) 1) ((n er) 0) ((ax l) 0) ((sh ih p) 1))) +("generate" nil (((jh eh) 1) ((n er) 0) ((ey t) 1))) +("generated" nil (((jh eh) 1) ((n er) 0) ((ey) 1) ((t ax d) 0))) +("generates" nil (((jh eh) 1) ((n er) 0) ((ey t s) 1))) +("generating" nil (((jh eh) 1) ((n er) 0) ((ey) 1) ((t ih ng) 0))) +("generation" nil (((jh eh) 1) ((n er) 0) ((ey) 1) ((sh ax n) 0))) +("generational" nil (((jh eh) 1) ((n er) 0) ((ey) 1) ((sh ax) 0) ((n ax l) 0))) +("generationaly" nil (((jh eh) 1) ((n er) 0) ((ey) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("generations" nil (((jh eh) 1) ((n er) 0) ((ey) 1) ((sh ax n z) 0))) +("generative" nil (((jh eh) 1) ((n er) 0) ((ax) 0) ((t ih v) 0))) +("generator" nil (((jh eh) 1) ((n er) 0) ((ey) 1) ((t er) 0))) +("generators" nil (((jh eh) 1) ((n er) 0) ((ey) 1) ((t er z) 0))) +("genereux" nil (((zh eh) 1) ((n er) 0) ((ow) 0))) +("generic" nil (((jh ax) 0) ((n eh) 1) ((r ih k) 0))) +("generically" nil (((jh ax) 0) ((n eh) 1) ((r ih) 0) ((k l iy) 0))) +("generics" nil (((jh ax) 0) ((n eh) 1) ((r ih k s) 0))) +("generosity" nil (((jh eh) 1) ((n er) 0) ((aa) 1) ((s ax) 0) ((t iy) 0))) +("generous" nil (((jh eh) 1) ((n er) 0) ((ax s) 0))) +("generously" nil (((jh eh) 1) ((n er) 0) ((ax) 0) ((s l iy) 0))) +("genes" nil (((jh iy n z) 1))) +("genesco" nil (((jh eh) 0) ((n eh) 1) ((s k ow) 0))) +("genesee" nil (((jh eh) 1) ((n ax) 0) ((s iy) 1))) +("genesis" nil (((jh eh) 1) ((n ax) 0) ((s ax s) 0))) +("genet" nil (((jh eh) 1) ((n ih t) 0))) +("genetic" nil (((jh ax) 0) ((n eh) 1) ((t ih k) 0))) +("genetically" nil (((jh ax) 0) ((n eh) 1) ((t ih) 0) ((k l iy) 0))) +("geneticist" nil (((jh ax) 0) ((n eh) 1) ((t ax) 0) ((s ax s t) 0))) +("geneticists" nil (((jh ax) 0) ((n eh) 1) ((t ax) 0) ((s ax s t s) 0))) +("genetics" nil (((jh ax) 0) ((n eh) 1) ((t ih k s) 0))) +("geneva" nil (((jh ax) 0) ((n iy) 1) ((v ax) 0))) +("geneve" nil (((jh ax) 0) ((n iy v) 1))) +("genevieve" nil (((jh eh) 1) ((n ax) 0) ((v iy v) 1))) +("genex" nil (((jh eh) 1) ((n eh k s) 0))) +("geng" nil (((g eh ng) 1))) +("genger" nil (((jh eh ng) 1) ((g er) 0))) +("genghis" nil (((jh eh ng) 1) ((hh ih s) 0))) +("gengler" nil (((g ih ng) 1) ((ax) 0) ((l er) 0))) +("genial" nil (((jh iy) 1) ((n y ax l) 0))) +("geniality" nil (((jh iy) 1) ((n iy) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("genially" n (((jh iy) 1) ((n iy) 0) ((ax) 0) ((l iy) 0))) +("genicom" nil (((jh eh) 1) ((n ih) 0) ((k ax m) 0))) +("genie" nil (((jh iy) 1) ((n iy) 0))) +("geniere" nil (((jh eh) 0) ((n y eh r) 1))) +("genis" nil (((g eh) 1) ((n ih s) 0))) +("genisco" nil (((jh eh) 0) ((n ih) 1) ((s k ow) 0))) +("genital" nil (((jh eh) 1) ((n ax) 0) ((t ax l) 0))) +("genitalia" n (((jh eh) 1) ((n ax) 0) ((t ey) 1) ((l y ax) 0))) +("genitals" nil (((jh eh) 1) ((n ax) 0) ((t ax l z) 0))) +("genius" nil (((jh iy) 1) ((n y ax s) 0))) +("geniuses" nil (((jh iy) 1) ((n y ax) 0) ((s ih z) 0))) +("genk" nil (((jh eh ng k) 1))) +("genlyte" nil (((jh eh n) 1) ((l ay t) 1))) +("genmar" nil (((jh eh n) 1) ((m aa r) 0))) +("genna" nil (((jh eh) 1) ((n ax) 0))) +("gennadi" nil (((jh eh) 0) ((n aa) 1) ((d iy) 0))) +("gennady" nil (((g ax) 0) ((n aa) 1) ((d iy) 0))) +("gennaro" nil (((jh ax) 0) ((n aa) 1) ((r ow) 0))) +("gennett" nil (((jh eh) 1) ((n ih t) 0))) +("gennifer" nil (((jh eh) 1) ((n ih) 0) ((f er) 0))) +("geno" nil (((jh iy) 1) ((n ow) 0))) +("genoa" nil (((jh eh) 1) ((n ow) 0) ((ax) 0))) +("genocidal" n (((jh eh) 1) ((n ax) 0) ((s ay) 1) ((d ax l) 0))) +("genocide" nil (((jh eh) 1) ((n ax) 0) ((s ay d) 1))) +("genoese" nil (((jh eh) 1) ((n ow s) 0))) +("genome" nil (((jh iy) 1) ((n ow m) 1))) +("genossenschaftsbank" nil (((g eh) 0) ((n ow) 1) ((s eh n) 0) ((sh ae f t s) 0) ((b ae ng k) 1))) +("genotype" nil (((jh eh) 1) ((n ax) 0) ((t ay p) 1))) +("genotypes" nil (((jh eh) 1) ((n ax) 0) ((t ay p s) 1))) +("genova" nil (((jh eh) 1) ((n ow) 0) ((v ax) 0))) +("genovese" nil (((g eh) 1) ((n ax) 0) ((v iy z) 0))) +("genovesi" nil (((jh eh) 1) ((n ow) 0) ((v eh) 1) ((s iy) 0))) +("genpharm" nil (((jh eh n) 1) ((f aa r m) 1))) +("genrad" nil (((jh eh n) 1) ((r ae d) 0))) +("genre" nil (((zh aa n) 1) ((r ax) 0))) +("genres" nil (((zh aa n) 1) ((r ax z) 0))) +("genrich" nil (((g eh n) 1) ((r ih k) 0))) +("gens" nil (((jh eh n z) 1))) +("genscher" nil (((g eh n) 1) ((sh er) 0))) +("gensel" nil (((g eh n) 1) ((s ax l) 0))) +("gensheng" nil (((g eh n) 1) ((sh ax ng) 0))) +("gensia" nil (((jh eh n) 1) ((s iy) 1) ((ax) 0))) +("genske" nil (((jh eh n s k) 1))) +("gensler" nil (((g eh n) 1) ((s ax) 0) ((l er) 0))) +("genson" nil (((jh eh n) 1) ((s ax n) 0))) +("genstar" nil (((jh eh n) 1) ((s t aa r) 1))) +("gent" nil (((jh eh n t) 1))) +("genteel" nil (((jh eh n) 0) ((t iy l) 1))) +("genter" nil (((jh eh n) 1) ((t er) 0))) +("genther" nil (((g eh n) 1) ((dh er) 0))) +("genthner" nil (((jh eh n th) 1) ((n er) 0))) +("gentian" nil (((jh eh n) 1) ((sh ax n) 0))) +("gentile" nil (((jh eh n) 1) ((t ay l) 1))) +("gentiles" nil (((jh eh n) 1) ((t ay l z) 1))) +("gentility" nil (((jh eh n) 0) ((t ih) 1) ((l ih) 0) ((t iy) 0))) +("gentle" nil (((jh eh n) 1) ((t ax l) 0))) +("gentleman" nil (((jh eh n) 1) ((t ax l) 0) ((m ax n) 0))) +("gentlemanly" nil (((jh eh n) 1) ((t ax l) 0) ((m ax n) 0) ((l iy) 0))) +("gentlemen" nil (((jh eh n) 1) ((t ax l) 0) ((m ih n) 0))) +("gentleness" nil (((jh eh n) 1) ((t ax l) 0) ((n ax s) 0))) +("gentler" nil (((jh eh n t) 1) ((l er) 0))) +("gentles" nil (((jh eh n) 1) ((t ax l z) 0))) +("gentlest" nil (((jh eh n) 1) ((t ax) 0) ((l ax s t) 0))) +("gentlewoman" nil (((jh eh n) 1) ((t ax l) 0) ((w uh) 1) ((m ax n) 0))) +("gentlewomen" nil (((jh eh n) 1) ((t ax l) 0) ((w ih) 1) ((m ax n) 0))) +("gently" nil (((jh eh n t) 1) ((l iy) 0))) +("gentner" nil (((jh eh n t) 1) ((n er) 0))) +("gentrification" nil (((jh eh n) 1) ((t r ih) 0) ((f ih) 0) ((k ey) 1) ((sh ax n) 0))) +("gentrified" nil (((jh eh n) 1) ((t r ih) 0) ((f ay d) 1))) +("gentrifying" nil (((jh eh n) 1) ((t r ih) 0) ((f ay) 1) ((ih ng) 0))) +("gentry" nil (((jh eh n) 1) ((t r iy) 0))) +("gentz" nil (((jh eh n t s) 1))) +("gentzler" nil (((jh eh n t) 1) ((s l er) 0))) +("genuine" nil (((jh eh) 1) ((n y ax) 0) ((w ax n) 0))) +("genuinely" nil (((jh eh) 1) ((n y ax) 0) ((w ax n) 0) ((l iy) 0))) +("genung" nil (((jh eh) 1) ((n ax ng) 0))) +("genus" nil (((jh iy) 1) ((n ax s) 0))) +("genz" nil (((jh eh n z) 1))) +("genzyme" nil (((jh eh n) 1) ((z ay m) 1))) +("geo" nil (((jh iy) 1) ((ow) 0))) +("geocentric" nil (((jh iy) 1) ((ow) 0) ((s eh n) 1) ((t r ih k) 0))) +("geochemistry" nil (((jh iy) 1) ((ow) 0) ((k eh) 1) ((m ax) 0) ((s t r iy) 0))) +("geodesic" nil (((jh iy) 1) ((ax) 0) ((d eh) 1) ((s ih k) 0))) +("geodesy" nil (((jh iy) 0) ((aa) 1) ((d ax) 0) ((s iy) 0))) +("geodyne" nil (((jh iy) 1) ((ow) 0) ((d ay n) 1))) +("geoff" nil (((jh eh f) 1))) +("geoffrey" nil (((jh eh) 1) ((f r iy) 0))) +("geoffrion" nil (((jh iy) 1) ((aa) 1) ((f r iy) 0) ((ax n) 0))) +("geoffroy" nil (((jh iy) 1) ((ax) 0) ((f r oy) 0))) +("geoghegan" nil (((g ax) 0) ((hh ey) 1) ((g ax n) 0))) +("geographer" nil (((jh iy) 0) ((aa) 1) ((g r ax) 0) ((f er) 0))) +("geographic" nil (((jh iy) 1) ((ax) 0) ((g r ae) 1) ((f ih k) 0))) +("geographical" nil (((jh iy) 1) ((ax) 0) ((g r ae) 1) ((f ih) 0) ((k ax l) 0))) +("geographically" nil (((jh iy) 1) ((ax) 0) ((g r ae) 1) ((f ih) 0) ((k ax) 0) ((l iy) 0))) +("geography" nil (((jh iy) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("geoid" nil (((jh iy) 1) ((oy d) 0))) +("geologic" nil (((jh iy) 1) ((ax) 0) ((l aa) 1) ((jh ih k) 0))) +("geological" nil (((jh iy) 1) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("geologist" nil (((jh iy) 0) ((aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("geologists" nil (((jh iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("geology" nil (((jh iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("geomagnetic" nil (((jh iy) 1) ((ow) 0) ((m ae g) 0) ((n eh) 1) ((t ih k) 0))) +("geometric" nil (((jh iy) 1) ((ax) 0) ((m eh) 1) ((t r ih k) 0))) +("geometrical" nil (((jh iy) 1) ((ax) 0) ((m eh) 1) ((t r ih) 0) ((k ax l) 0))) +("geometrically" nil (((jh iy) 1) ((ax) 0) ((m eh) 1) ((t r ih) 0) ((k l iy) 0))) +("geometries" nil (((jh iy) 0) ((aa) 1) ((m ax) 0) ((t r iy z) 0))) +("geometry" nil (((jh iy) 0) ((aa) 1) ((m ax) 0) ((t r iy) 0))) +("geomorphology" nil (((jh iy) 1) ((ax) 0) ((m ao r) 1) ((f aa) 1) ((l ax) 0) ((jh iy) 0))) +("geon" nil (((jh iy) 1) ((aa n) 0))) +("geophysical" nil (((jh iy) 1) ((ow) 0) ((f ih) 1) ((z ax) 0) ((k ax l) 0))) +("geopolitical" nil (((jh iy) 1) ((ow) 0) ((p ax) 0) ((l ih) 1) ((t ih) 0) ((k ax l) 0))) +("geopolitically" nil (((jh iy) 1) ((ow) 0) ((p ax) 0) ((l ih) 1) ((t ih) 0) ((k l iy) 0))) +("geopolitics" nil (((jh iy) 1) ((ow) 0) ((p aa) 1) ((l ax) 0) ((t ih k s) 0))) +("geordie" nil (((jh iy) 1) ((er) 0) ((d iy) 0))) +("georg" nil (((g ey) 1) ((ao r g) 0))) +("georgakis" nil (((jh ao r) 1) ((jh aa) 1) ((k ax s) 0))) +("george" nil (((jh ao r jh) 1))) +("georgene" nil (((jh ao r) 1) ((jh iy n) 1))) +("georges" nil (((jh ao r) 1) ((jh ax z) 0))) +("georgeson" nil (((jh iy) 1) ((er) 0) ((g ih) 0) ((s ax n) 0))) +("georgetown" nil (((jh ao r jh) 1) ((t aw n) 1))) +("georgette" nil (((jh ao r) 0) ((jh eh t) 1))) +("georgi" nil (((jh iy) 0) ((aa r) 1) ((jh iy) 0))) +("georgia" nil (((jh ao r) 1) ((jh ax) 0))) +("georgiades" nil (((jh ao r) 1) ((jh iy) 0) ((aa) 1) ((d ax s) 0))) +("georgiadis" nil (((jh ao r) 1) ((jh iy) 0) ((aa) 1) ((d ih s) 0))) +("georgian" nil (((jh ao r) 1) ((jh ax n) 0))) +("georgiana" nil (((jh ao r) 1) ((jh iy) 0) ((ae) 1) ((n ax) 0))) +("georgians" nil (((jh ao r) 1) ((jh ax n z) 0))) +("georgie" nil (((jh ao r) 1) ((jh iy) 0))) +("georgienne" nil (((jh ao r) 1) ((jh iy) 0) ((eh n) 1))) +("georgina" nil (((jh ao r) 1) ((jh iy) 1) ((n ax) 0))) +("georgine" nil (((jh ao r) 1) ((jh iy n) 1))) +("georgiou" nil (((jh ao r) 1) ((jh ow) 1))) +("georgopoulos" nil (((jh ao r) 1) ((jh aa) 1) ((p ax) 0) ((l ih s) 0))) +("georgy" nil (((jh ao r) 1) ((jh iy) 0))) +("geostrophic" nil (((jh iy) 1) ((ow) 0) ((s t r aa) 1) ((f ih k) 0))) +("geosyncline" nil (((jh iy) 1) ((ow) 0) ((s ih n) 1) ((k l ay n) 0))) +("geotaxis" nil (((jh iy) 1) ((ow) 0) ((t ae k) 1) ((s ax s) 0))) +("geotek" nil (((g iy) 1) ((ow) 0) ((t eh k) 1))) +("geothermal" nil (((jh iy) 1) ((ow) 0) ((th er) 1) ((m ax l) 0))) +("geotropic" nil (((jh iy) 1) ((ax) 0) ((t r aa) 1) ((p ih k) 0))) +("geotropism" nil (((jh iy) 0) ((aa) 1) ((t r ax) 0) ((p ih) 1) ((z ax m) 0))) +("gephardt" nil (((g eh p) 1) ((hh aa r t) 1))) +("gephart" nil (((g eh p) 1) ((hh aa r t) 0))) +("geppert" nil (((g eh) 1) ((p er t) 0))) +("gera" nil (((jh eh) 1) ((r ax) 0))) +("gerace" nil (((jh er) 0) ((aa) 1) ((ch iy) 0))) +("geraci" nil (((jh er) 0) ((aa) 1) ((ch iy) 0))) +("geraghty" nil (((jh eh) 1) ((r ax) 0) ((t iy) 0))) +("gerais" nil (((jh er) 0) ((ey) 1))) +("gerald" nil (((jh eh) 1) ((r ax l d) 0))) +("geraldina" nil (((jh er) 0) ((aa l) 0) ((d iy) 1) ((n ax) 0))) +("geraldine" nil (((jh eh) 0) ((r ax l) 0) ((d iy n) 1))) +("geraldo" nil (((jh er) 0) ((aa l) 1) ((d ow) 0))) +("geralds" nil (((jh eh) 1) ((r ax l d z) 0))) +("geran" nil (((jh eh) 1) ((r ax n) 0))) +("geranium" nil (((jh er) 0) ((ey) 1) ((n iy) 0) ((ax m) 0))) +("geraniums" nil (((jh er) 0) ((ey) 1) ((n iy) 0) ((ax m z) 0))) +("gerard" nil (((jh er) 0) ((aa r d) 1))) +("gerardi" nil (((jh er) 0) ((aa r) 1) ((d iy) 0))) +("gerardo" nil (((jh er) 0) ((aa r) 1) ((d ow) 0))) +("gerashchenko" nil (((g eh) 1) ((ax) 0) ((sh ey ng) 1) ((k ow) 0))) +("gerasimov" nil (((jh er) 0) ((ae) 1) ((s ih) 0) ((m aa v) 0))) +("gerbasi" nil (((jh er) 0) ((b aa) 1) ((s iy) 0))) +("gerber" nil (((g er) 1) ((b er) 0))) +("gerberding" nil (((g er) 1) ((b er) 0) ((d ih ng) 0))) +("gerbert" nil (((g er) 1) ((b er t) 0))) +("gerbig" nil (((g er) 1) ((b ih g) 0))) +("gerbil" nil (((jh er) 1) ((b ax l) 0))) +("gerbils" nil (((jh er) 1) ((b ax l z) 0))) +("gerbino" nil (((jh er) 0) ((b iy) 1) ((n ow) 0))) +("gerbrandt" nil (((g er) 1) ((b r ae n t) 1))) +("gerd" nil (((g er d) 1))) +("gerda" nil (((g er) 1) ((d ax) 0))) +("gerdeman" nil (((g er d) 1) ((m ax n) 0))) +("gerdes" nil (((zh er d z) 1))) +("gerding" nil (((g eh r) 1) ((t ih ng) 0))) +("gerdts" nil (((jh er d t s) 1))) +("gere" nil (((jh ih r) 1))) +("Geremek" n (((g eh) 1) ((r ax) 0) ((m eh k) 0))) +("geremia" nil (((jh er) 0) ((iy) 1) ((m iy) 0) ((ax) 0))) +("geren" nil (((g ih) 1) ((r ax n) 0))) +("gerena" nil (((jh er) 0) ((eh) 1) ((n ax) 0))) +("gerety" nil (((zh eh) 1) ((r ih) 0) ((t iy) 0))) +("gergel" nil (((g er) 1) ((g ax l) 0))) +("gergely" nil (((jh er jh) 1) ((l iy) 0))) +("gergen" nil (((g er) 1) ((g ax n) 0))) +("gerger" nil (((g er) 1) ((g er) 0))) +("gergrude" nil (((g er) 1) ((g r uw d) 0))) +("gerhard" nil (((g er) 1) ((hh aa r d) 1))) +("gerhardt" nil (((g er) 1) ((hh aa r t) 0))) +("gerhart" nil (((g er) 1) ((hh aa r t) 0))) +("gerhold" nil (((g er) 1) ((hh ow l d) 0))) +("geriatric" nil (((jh eh) 1) ((r iy) 0) ((ae) 1) ((t r ih k) 0))) +("geriatricians" nil (((jh eh) 1) ((r iy) 0) ((ax) 0) ((t r ih) 1) ((sh ax n z) 0))) +("geriatrics" nil (((jh eh) 1) ((r iy) 0) ((ae) 1) ((t r ih k s) 0))) +("gerich" nil (((g eh) 1) ((r ih k) 0))) +("gericke" nil (((jh eh) 1) ((r ih k) 0))) +("gerig" nil (((jh eh) 1) ((r ih g) 0))) +("gering" nil (((g ih) 1) ((r ih ng) 0))) +("geringer" nil (((g eh) 1) ((r ih n) 0) ((jh er) 0))) +("gerk" nil (((jh er k) 1))) +("gerke" nil (((jh er k) 1))) +("gerken" nil (((g er) 1) ((k ax n) 0))) +("gerkin" nil (((jh er) 1) ((k ih n) 0))) +("gerlach" nil (((g er) 1) ((l ax k) 0))) +("gerleman" nil (((g ao) 1) ((r ax l) 0) ((m ax n) 0))) +("gerlich" nil (((g er) 1) ((l ih k) 0))) +("gerling" nil (((g er) 1) ((l ih ng) 0))) +("gerlock" nil (((g er) 1) ((l ax k) 0))) +("gerloff" nil (((g er) 1) ((l ao f) 0))) +("germ" nil (((jh er m) 1))) +("germain" nil (((jh er) 0) ((m ey n) 1))) +("germaine" nil (((zh er) 0) ((m ey n) 1))) +("german" nil (((jh er) 1) ((m ax n) 0))) +("germane" nil (((jh er) 0) ((m ey n) 1))) +("germani" nil (((jh er) 0) ((m aa) 1) ((n iy) 0))) +("germania" nil (((jh er) 0) ((m ey) 1) ((n iy) 0) ((ax) 0))) +("germanic" nil (((jh er) 0) ((m ae) 1) ((n ih k) 0))) +("germann" nil (((g er) 1) ((m ax n) 0))) +("germano" nil (((jh er) 0) ((m aa) 1) ((n ow) 0))) +("germans" nil (((jh er) 1) ((m ax n z) 0))) +("germantown" nil (((jh er) 1) ((m ax n) 0) ((t aw n) 1))) +("germany" nil (((jh er) 1) ((m ax) 0) ((n iy) 0))) +("germanys" nil (((jh er) 1) ((m ax) 0) ((n iy z) 0))) +("germe" nil (((jh er m) 1))) +("germer" nil (((jh er) 1) ((m er) 0))) +("germicide" nil (((jh er) 1) ((m ax) 0) ((s ay d) 1))) +("germinate" nil (((jh er) 1) ((m ax) 0) ((n ey t) 1))) +("germinated" nil (((jh er) 1) ((m ax) 0) ((n ey) 1) ((t ih d) 0))) +("germination" nil (((jh er) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("germiston" nil (((jh er) 1) ((m ax) 0) ((s t aa n) 1))) +("germond" nil (((g er) 1) ((m ax n d) 0))) +("germs" nil (((jh er m z) 1))) +("gerner" nil (((g er) 1) ((n er) 0))) +("gernert" nil (((g er) 1) ((n er t) 0))) +("gero" nil (((jh eh) 1) ((r ow) 0))) +("gerold" nil (((g eh) 1) ((r ow l d) 0))) +("gerome" nil (((g eh) 1) ((r ax m) 0))) +("geron" nil (((jh eh) 1) ((r ax n) 0))) +("gerontology" nil (((jh eh) 1) ((r ax n) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("geroux" nil (((zh er) 0) ((uw) 1))) +("gerow" nil (((jh eh) 1) ((r ow) 0))) +("gerrald" nil (((jh eh) 1) ((r ax l d) 0))) +("gerrick" nil (((jh eh) 1) ((r ih k) 0))) +("gerrie" nil (((jh eh) 1) ((r iy) 0))) +("gerringer" nil (((jh eh) 1) ((r ih ng) 0) ((er) 0))) +("gerrish" nil (((jh eh) 1) ((r ih sh) 0))) +("gerrit" nil (((jh eh) 1) ((r ih t) 0))) +("gerrits" nil (((jh eh) 1) ((r ih t s) 0))) +("gerritsen" nil (((g eh) 1) ((r ih t) 0) ((s ax n) 0))) +("gerrity" nil (((jh eh) 1) ((r ih) 0) ((t iy) 0))) +("gerry" nil (((jh eh) 1) ((r iy) 0))) +("gerrymander" nil (((jh eh) 1) ((r iy) 0) ((m ae n) 1) ((d er) 0))) +("gerrymandered" nil (((jh eh) 1) ((r iy) 0) ((m ae n) 1) ((d er d) 0))) +("gerrymandering" nil (((jh eh) 1) ((r iy) 0) ((m ae n) 1) ((d er) 0) ((ih ng) 0))) +("gerrymanders" nil (((jh eh) 1) ((r iy) 0) ((m ae n) 1) ((d er z) 0))) +("gersch" nil (((g er sh) 1))) +("gersh" nil (((g er sh) 1))) +("gershman" nil (((g er) 1) ((sh m ax n) 0))) +("gershon" nil (((g er) 1) ((sh ax n) 0))) +("gershowitz" nil (((g er) 1) ((sh ax) 0) ((w ih t s) 0))) +("gershwin" nil (((g er) 1) ((sh w ih n) 0))) +("gerson" nil (((jh er) 1) ((s ax n) 0))) +("gerst" nil (((g er s t) 1))) +("gerstein" nil (((g er) 1) ((s t ay n) 0))) +("gerstel" nil (((g er) 1) ((s t ax l) 0))) +("gersten" nil (((g er) 1) ((s t ax n) 0))) +("gerstenberger" nil (((g er) 1) ((s ax n) 0) ((b er) 0) ((g er) 0))) +("gerstenhaber" nil (((g er) 1) ((s t ax n) 0) ((hh ey) 1) ((b er) 0))) +("gerster" nil (((g er) 1) ((s t er) 0))) +("gerstman" nil (((g er s t) 1) ((m ax n) 0))) +("gerstner" nil (((g er s t) 1) ((n er) 0))) +("gerszewski" nil (((g er) 0) ((sh eh f) 1) ((s k iy) 0))) +("gert" nil (((g er t) 1))) +("gerth" nil (((g er th) 1))) +("gertie" nil (((jh er) 1) ((t iy) 0))) +("gertler" nil (((g er) 1) ((t ax) 0) ((l er) 0))) +("gertner" nil (((g er t) 1) ((n er) 0))) +("gertrud" nil (((g er) 1) ((t r uw d) 0))) +("gertrude" nil (((g er) 1) ((t r uw d) 0))) +("gertsch" nil (((g er ch) 1))) +("gerty" nil (((jh er) 1) ((t iy) 0))) +("gertz" nil (((g er t s) 1))) +("gervais" nil (((zh er) 0) ((v ey) 1))) +("gervase" nil (((g er) 1) ((v ax s) 0))) +("gervasi" nil (((jh er) 0) ((v aa) 1) ((s iy) 0))) +("gervasio" nil (((jh er) 0) ((v aa) 1) ((s iy) 0) ((ow) 0))) +("gerwig" nil (((g er) 1) ((w ih g) 0))) +("gerwin" nil (((g er) 1) ((w ih n) 0))) +("gery" nil (((jh eh) 1) ((r iy) 0))) +("gesamtmetall" nil (((g eh) 0) ((s ae m t) 1) ((m eh) 1) ((t ax l) 0))) +("geschke" nil (((g eh sh k) 1))) +("gesco" nil (((g eh) 1) ((s k ow) 0))) +("gesell" nil (((g eh) 1) ((s ax l) 0))) +("gesellschaft" nil (((g ax) 0) ((s eh l) 1) ((sh ae f t) 0))) +("geske" nil (((jh eh s k) 1))) +("gesner" nil (((g eh) 1) ((s n er) 0))) +("gess" nil (((jh eh s) 1))) +("gessel" nil (((g eh) 1) ((s ax l) 0))) +("gessert" nil (((g eh) 1) ((s er t) 0))) +("gessler" nil (((g eh) 1) ((s ax) 0) ((l er) 0))) +("gessner" nil (((g eh) 1) ((s n er) 0))) +("gest" nil (((jh eh s t) 1))) +("gestal" nil (((jh eh) 1) ((s t ax l) 0))) +("gestapo" nil (((g ax) 0) ((s t aa) 1) ((p ow) 0))) +("gestation" nil (((jh eh) 0) ((s t ey) 1) ((sh ax n) 0))) +("gestetner" nil (((g ax) 0) ((s t eh t) 1) ((n er) 0))) +("gesture" nil (((jh eh s) 1) ((ch er) 0))) +("gestures" nil (((jh eh s) 1) ((ch er z) 0))) +("gesturing" nil (((jh eh s) 1) ((ch er) 0) ((ih ng) 0))) +("gesualdi" nil (((jh eh) 0) ((s uw) 0) ((aa l) 1) ((d iy) 0))) +("get" nil (((g eh t) 1))) +("getaway" nil (((g eh) 1) ((t ax) 0) ((w ey) 1))) +("getaways" nil (((g eh) 1) ((t ax) 0) ((w ey z) 1))) +("getchell" nil (((g eh) 1) ((ch ax l) 0))) +("geter" nil (((g eh) 1) ((t er) 0))) +("gethers" nil (((g eh) 1) ((dh er z) 0))) +("getman" nil (((g eh t) 1) ((m ax n) 0))) +("gets" nil (((g eh t s) 1))) +("getsinger" nil (((g eh t) 1) ((s ih n) 0) ((jh er) 0))) +("gettel" nil (((g eh) 1) ((t ax l) 0))) +("getter" nil (((g eh) 1) ((t er) 0))) +("getters" nil (((g eh) 1) ((t er z) 0))) +("getting" nil (((g eh) 1) ((t ih ng) 0))) +("gettinger" nil (((g eh) 1) ((t ih ng) 0) ((er) 0))) +("gettings" nil (((g eh) 1) ((t ih ng z) 0))) +("gettis" nil (((g eh) 1) ((t ih s) 0))) +("gettle" nil (((g eh) 1) ((t ax l) 0))) +("gettler" nil (((g eh) 1) ((t ax) 0) ((l er) 0))) +("gettman" nil (((g eh t) 1) ((m ax n) 0))) +("getts" nil (((g eh t s) 1))) +("getty" nil (((g eh) 1) ((t iy) 0))) +("gettys" nil (((g eh) 1) ((t iy z) 0))) +("gettysburg" nil (((g eh) 1) ((t iy z) 0) ((b er g) 0))) +("getulio" nil (((g ax) 0) ((ch uw) 1) ((l iy) 0) ((ow) 0))) +("getz" nil (((g eh t s) 1))) +("geurin" nil (((zh er) 0) ((ae n) 1))) +("geurts" nil (((zh er t s) 1))) +("gevaert" nil (((g ax) 0) ((v eh r t) 1))) +("geving" nil (((jh iy) 1) ((v ih ng) 0))) +("gewgaws" n (((g iy) 1) ((g ao z) 0))) +("gewirtz" nil (((g uw) 1) ((er t s) 0))) +("geyelin" nil (((jh ey) 1) ((ih) 1) ((l ih n) 0))) +("geyer" nil (((g ey) 1) ((er) 0))) +("geylang" nil (((g ey) 1) ((l aa ng) 1))) +("geyser" nil (((g ay) 1) ((z er) 0))) +("geysers" nil (((g ay) 1) ((z er z) 0))) +("gfeller" nil (((g ax) 0) ((f eh) 1) ((l er) 0))) +("ghafar" nil (((g ax) 0) ((f aa r) 1))) +("ghali" nil (((g aa) 1) ((l iy) 0))) +("ghana" nil (((g ae) 1) ((n ax) 0))) +("ghanaian" nil (((g ax) 0) ((n ay) 1) ((ax n) 0))) +("ghanaians" nil (((g ax) 0) ((n ay) 1) ((ax n z) 0))) +("gharbonifar" nil (((g aa r) 0) ((b aa) 1) ((n ih) 0) ((f aa r) 0))) +("ghastliness" nil (((g ae s t) 1) ((l iy) 0) ((n ax s) 0))) +("ghastly" nil (((g ae s t) 1) ((l iy) 0))) +("ghaut" nil (((g ao t) 1))) +("ghee" nil (((g iy) 1))) +("gheen" nil (((g iy n) 1))) +("ghent" nil (((g eh n t) 1))) +("gherardi" nil (((g er) 0) ((aa r) 1) ((d iy) 0))) +("gherman" nil (((g er) 1) ((m ax n) 0))) +("ghetto" nil (((g eh) 1) ((t ow) 0))) +("ghettos" nil (((g eh) 1) ((t ow z) 0))) +("ghez" nil (((g eh z) 1))) +("ghezzi" nil (((g eh) 1) ((z iy) 0))) +("ghidella" nil (((g ih) 0) ((d eh) 1) ((l ax) 0))) +("ghio" nil (((g ay) 1) ((ow) 0))) +("gholamreza" nil (((g ow) 1) ((l ax) 0) ((m r ey) 1) ((z ax) 0))) +("gholia" nil (((g ow) 1) ((l y ax) 0))) +("gholias" nil (((g ow) 1) ((l y ax z) 0))) +("gholson" nil (((g ow l) 1) ((s ax n) 0))) +("gholston" nil (((g ow l) 1) ((s t ax n) 0))) +("ghorbanifar" nil (((g ao r) 0) ((b ae) 1) ((n ih) 0) ((f aa r) 0))) +("ghormley" nil (((g ao r m) 1) ((l iy) 0))) +("ghose" nil (((g ow z) 1))) +("ghosh" nil (((g aa sh) 1))) +("ghost" nil (((g ow s t) 1))) +("ghostbusters" nil (((g ow s t) 1) ((b ah) 1) ((s t er z) 0))) +("ghostlike" nil (((g ow s t) 1) ((l ay k) 1))) +("ghostly" nil (((g ow s t) 1) ((l iy) 0))) +("ghosts" nil (((g ow s t s) 1))) +("ghoulish" nil (((g uw) 1) ((l ih sh) 0))) +("ghrist" nil (((g r ih s t) 1))) +("ghulam" nil (((g y uw) 1) ((l ae m) 0))) +("ghuloum" nil (((g uw) 1) ((l ow m) 1))) +("giacalone" nil (((jh aa) 1) ((k aa) 0) ((l ow) 0) ((n iy) 0))) +("giacco" nil (((jh aa) 1) ((k ow) 0))) +("giacinta" nil (((jh aa) 1) ((ch iy n) 0) ((t ax) 0))) +("giacobbe" nil (((jh aa) 1) ((k ow) 0) ((b iy) 0))) +("giacomelli" nil (((jh ax) 0) ((k ow) 0) ((m eh) 1) ((l iy) 0))) +("giacomini" nil (((jh ax) 0) ((k ow) 0) ((m iy) 1) ((n iy) 0))) +("giacomo" nil (((jh aa) 1) ((k ax) 0) ((m ow) 0))) +("giaconda" nil (((jh iy) 1) ((ax) 0) ((k aa n) 1) ((d ax) 0))) +("giacone" nil (((jh iy) 1) ((ax) 0) ((k ow) 1) ((n iy) 0))) +("giaimo" nil (((jh ey) 1) ((m ow) 0))) +("gialanella" nil (((jh ax) 0) ((l aa) 0) ((n eh) 1) ((l ax) 0))) +("giamatti" nil (((jh iy) 1) ((ax) 0) ((m aa) 1) ((t iy) 0))) +("giambalvo" nil (((jh aa m) 1) ((b aa l) 0) ((v ow) 0))) +("giambra" nil (((jh aa m) 1) ((b r ax) 0))) +("giambrone" nil (((jh aa m) 1) ((b r ow) 0) ((n iy) 0))) +("giammalva" nil (((jh iy) 1) ((ax) 0) ((m ao l) 1) ((v ax) 0))) +("giammarco" nil (((jh aa) 1) ((m aa r) 0) ((k ow) 0))) +("giammarino" nil (((jh ax) 0) ((m aa) 0) ((r iy) 1) ((n ow) 0))) +("giampa" nil (((jh aa m) 1) ((p ax) 0))) +("giampaolo" nil (((jh aa m) 0) ((p aw) 1) ((l ow) 0))) +("giampietro" nil (((jh aa m) 1) ((p iy) 0) ((t r ow) 0))) +("gian" nil (((jh iy) 1) ((aa n) 0))) +("giancarlo" nil (((jh iy) 1) ((ae ng) 0) ((k aa r) 1) ((l ow) 0))) +("giancola" nil (((jh aa ng) 1) ((k ow) 0) ((l ax) 0))) +("gianelli" nil (((jh ax) 0) ((n eh) 1) ((l iy) 0))) +("gianfrancesco" nil (((jh aa n) 1) ((f r ae n) 0) ((ch eh) 1) ((s k ow) 0))) +("Gianfranco" n (((jh iy) 1) ((ax n) 0) ((f r ae n) 0) ((k ow) 0))) +("giang" nil (((jh iy) 0) ((aa ng) 1))) +("giangrande" nil (((jh aa n) 1) ((g r ae n) 0) ((d iy) 0))) +("gianino" nil (((jh ax) 0) ((n iy) 1) ((n ow) 0))) +("giannattasio" nil (((jh aa) 1) ((n aa) 0) ((t aa) 0) ((s iy) 0) ((ow) 0))) +("giannelli" nil (((jh ax) 0) ((n eh) 1) ((l iy) 0))) +("giannetti" nil (((jh ax) 0) ((n eh) 1) ((t iy) 0))) +("giannetto" nil (((jh ax) 0) ((n eh) 1) ((t ow) 0))) +("gianni" nil (((jh aa) 1) ((n iy) 0))) +("giannini" nil (((jh ax) 0) ((n iy) 1) ((n iy) 0))) +("giannino" nil (((jh iy) 1) ((ax) 0) ((n iy) 1) ((n ow) 0))) +("giannola" nil (((jh aa) 1) ((n ow) 0) ((l ax) 0))) +("giannone" nil (((jh aa) 1) ((n ow) 0) ((n iy) 0))) +("giannotti" nil (((jh aa) 1) ((n ow) 0) ((t iy) 0))) +("gianotti" nil (((jh aa) 1) ((n ow) 0) ((t iy) 0))) +("giant" nil (((jh ay) 1) ((ax n t) 0))) +("giants" nil (((jh ay) 1) ((ax n t s) 0))) +("giaquinto" nil (((jh aa) 1) ((k w iy n) 0) ((t ow) 0))) +("giard" nil (((jh iy) 0) ((aa r d) 1))) +("giardina" nil (((jh aa r) 1) ((d iy) 0) ((n ax) 0))) +("giardini" nil (((jh er) 0) ((d iy) 1) ((n iy) 0))) +("giardino" nil (((jh er) 0) ((d iy) 1) ((n ow) 0))) +("giarratano" nil (((jh aa) 1) ((r ax) 0) ((t aa) 1) ((n ow) 0))) +("giarrusso" nil (((jh aa) 0) ((r uw) 1) ((s ow) 0))) +("gib" nil (((g ih b) 1))) +("gibas" nil (((jh ay) 1) ((b ax z) 0))) +("gibb" nil (((jh ih b) 1))) +("gibbard" nil (((zh ih) 0) ((b aa r d) 1))) +("gibbens" nil (((g ih) 1) ((b ax n z) 0))) +("gibberish" nil (((g ih) 1) ((b er) 0) ((ih sh) 0))) +("gibbins" nil (((jh ih) 1) ((b ih n z) 0))) +("gibble" nil (((jh ih) 1) ((b ax l) 0))) +("gibbon" nil (((g ih) 1) ((b ax n) 0))) +("gibboney" nil (((jh ih) 1) ((b ax) 0) ((n iy) 0))) +("gibbons" nil (((g ih) 1) ((b ax n z) 0))) +("gibbs" nil (((g ih b z) 1))) +("gibby" nil (((jh ih) 1) ((b iy) 0))) +("gibeau" nil (((zh ih) 0) ((b ow) 1))) +("gibeault" nil (((zh ih) 0) ((b ow) 1))) +("giberson" nil (((jh ih) 1) ((b er) 0) ((s ax n) 0))) +("gibert" nil (((g ih) 1) ((b er t) 0))) +("gibian" nil (((g ih) 1) ((b iy) 0) ((ax n) 0))) +("giblen" nil (((g ih) 1) ((b l ax n) 0))) +("gibler" nil (((jh ih) 1) ((b ax) 0) ((l er) 0))) +("giblet" nil (((jh ih) 1) ((b l ax t) 0))) +("giblin" nil (((jh ih) 1) ((b l ih n) 0))) +("gibney" nil (((jh ih b) 1) ((n iy) 0))) +("giboney" nil (((jh ih) 1) ((b ax) 0) ((n iy) 0))) +("gibraltar" nil (((jh ih) 0) ((b r ao l) 1) ((t er) 0))) +("gibson" nil (((g ih b) 1) ((s ax n) 0))) +("gick" nil (((jh ih k) 1))) +("gidcumb" nil (((g ih d) 1) ((k ax m) 0))) +("giddens" nil (((g ih) 1) ((d ax n z) 0))) +("giddings" nil (((g ih) 1) ((d ih ng z) 0))) +("giddy" nil (((g ih) 1) ((d iy) 0))) +("gidel" nil (((g ay) 1) ((d eh l) 1))) +("gideon" nil (((g ih) 1) ((d iy) 0) ((ax n) 0))) +("gidget" nil (((g ih) 1) ((jh ax t) 0))) +("gidley" nil (((g ih d) 1) ((l iy) 0))) +("gidney" nil (((g ih d) 1) ((n iy) 0))) +("gidwitz" nil (((g ih) 1) ((d w ih t s) 0))) +("giebel" nil (((g iy) 1) ((b ax l) 0))) +("giebler" nil (((g iy) 1) ((b ax) 0) ((l er) 0))) +("gieck" nil (((jh iy k) 1))) +("giefer" nil (((g iy) 1) ((f er) 0))) +("gieger" nil (((g iy) 1) ((g er) 0))) +("giegerich" nil (((g iy) 1) ((g er) 0) ((ih k) 0))) +("giel" nil (((jh iy l) 1))) +("gielgud" nil (((g iy l) 1) ((g ax d) 0))) +("gielow" nil (((jh iy) 1) ((l ow) 0))) +("gienger" nil (((g iy n) 1) ((jh er) 0))) +("gienow" nil (((g iy) 1) ((n aw) 0))) +("gier" nil (((jh ih r) 1))) +("giere" nil (((jh ih r) 1))) +("gierhart" nil (((g ih r) 1) ((hh aa r t) 0))) +("gierke" nil (((jh ih r k) 1))) +("gierman" nil (((g ih r) 1) ((m ax n) 0))) +("giersch" nil (((g ih r sh) 1))) +("gies" nil (((g iy z) 1))) +("giesbrecht" nil (((g iy s) 1) ((b r ih k t) 0))) +("giese" nil (((jh iy s) 1))) +("giesecke" nil (((g iy) 1) ((s ih k) 0))) +("gieseke" nil (((g iy) 1) ((s ih k) 0))) +("gieseler" nil (((g iy) 1) ((s ax) 0) ((l er) 0))) +("gieselman" nil (((g iy) 1) ((s ax l) 0) ((m ax n) 0))) +("giesen" nil (((g iy) 1) ((s ax n) 0))) +("gieser" nil (((g iy) 1) ((s er) 0))) +("giesey" nil (((jh iy) 1) ((s iy) 0))) +("gieske" nil (((jh iy s k) 1))) +("giesler" nil (((g iy) 1) ((s ax) 0) ((l er) 0))) +("giessen" nil (((g iy z) 1) ((s ax n) 0))) +("gietzen" nil (((g iy t) 1) ((z ax n) 0))) +("gif" nil (((jh iy) 1) ((ay) 1) ((eh f) 1))) +("giff" nil (((g ih f) 1))) +("giffard" nil (((g ih) 1) ((f er d) 0))) +("giffen" nil (((g ih) 1) ((f ax n) 0))) +("gifferd" nil (((g ih) 1) ((f er d) 0))) +("giffin" nil (((g ih) 1) ((f ih n) 0))) +("gifford" nil (((g ih) 1) ((f er d) 0))) +("giffy" nil (((g ih) 1) ((f iy) 0))) +("gift" nil (((g ih f t) 1))) +("gifted" nil (((g ih f) 1) ((t ax d) 0))) +("giftrust" nil (((g ih f) 1) ((t r ah s t) 1))) +("gifts" nil (((g ih f t s) 1))) +("giftware" nil (((g ih f) 1) ((t w eh r) 1))) +("gig" nil (((g ih g) 1))) +("gigabytes" nil (((g ih) 1) ((g ax) 0) ((b ay t s) 1))) +("gigaflops" nil (((g ih) 1) ((g ax) 0) ((f l aa p s) 1))) +("gigante" nil (((jh iy) 0) ((g aa n) 1) ((t iy) 0))) +("gigantic" nil (((jh ay) 0) ((g ae n) 1) ((t ih k) 0))) +("giger" nil (((g ay) 1) ((g er) 0))) +("gigging" nil (((g ih) 1) ((g ih ng) 0))) +("giggle" nil (((g ih) 1) ((g ax l) 0))) +("giggled" nil (((g ih) 1) ((g ax l d) 0))) +("giggles" nil (((g ih) 1) ((g ax l z) 0))) +("giggling" nil (((g ih) 1) ((g ax) 0) ((l ih ng) 0))) +("giggly" nil (((g ih) 1) ((g ax) 0) ((l iy) 0))) +("giglia" nil (((jh iy) 1) ((g l iy) 0) ((ax) 0))) +("giglio" nil (((jh ih) 1) ((g l iy) 0) ((ow) 0))) +("gigliotti" nil (((jh iy) 0) ((g l iy) 0) ((ow) 1) ((t iy) 0))) +("gignac" nil (((g ih g) 1) ((n ax k) 0))) +("gignoux" nil (((g ih) 0) ((n uw) 1))) +("gigolo" n (((jh ih) 1) ((g ax) 0) ((l ow) 0))) +("gigot" nil (((jh ih) 1) ((g ax t) 0))) +("gigs" nil (((g ih g z) 1))) +("giguere" nil (((jh iy) 0) ((g eh) 1) ((r ey) 0))) +("gikas" nil (((g ay) 1) ((k ax z) 0))) +("gil" nil (((g ih l) 1))) +("gilardi" nil (((jh iy) 0) ((l aa r) 1) ((d iy) 0))) +("gilb" nil (((g ih l b) 1))) +("gilberg" nil (((g ih l) 1) ((b er g) 0))) +("gilbert" nil (((g ih l) 1) ((b er t) 0))) +("gilberta" nil (((jh iy l) 0) ((b eh r) 1) ((t ax) 0))) +("gilberte" nil (((g ih l) 1) ((b er t) 0))) +("gilberti" nil (((jh iy l) 0) ((b eh r) 1) ((t iy) 0))) +("gilbertina" nil (((jh iy l) 0) ((b er) 0) ((t iy) 1) ((n ax) 0))) +("gilbertine" nil (((jh iy l) 0) ((b er) 0) ((t iy) 1) ((n iy) 0))) +("gilberto" nil (((g ih l) 0) ((b eh r) 1) ((t ow) 1))) +("gilbertson" nil (((g ih l) 1) ((b er t) 0) ((s ax n) 0))) +("gilbey" nil (((g ih l) 1) ((b iy) 0))) +("gilbo" nil (((jh iy l) 1) ((b ow) 0))) +("gilboy" nil (((g ih l) 1) ((b oy) 0))) +("gilbreath" nil (((g ih l) 1) ((b r eh th) 1))) +("gilbreth" nil (((g ih l) 1) ((b r ih th) 0))) +("gilbride" nil (((g ih l) 1) ((b r ay d) 1))) +("gilby" nil (((g ih l) 1) ((b iy) 0))) +("gilchrest" nil (((g ih l) 1) ((k er) 0) ((ih s t) 0))) +("gilchrist" nil (((g ih l) 1) ((k r ih s t) 0))) +("gilcrease" nil (((g ih l) 0) ((k r iy s) 1))) +("gilcrest" nil (((g ih l) 1) ((k er) 0) ((ih s t) 0))) +("gilda" nil (((g ih l) 1) ((d ax) 0))) +("gilday" nil (((g ih l) 1) ((d ey) 1))) +("gildea" nil (((jh iy l) 1) ((d iy) 0) ((ax) 0))) +("gilded" nil (((g ih l) 1) ((d ih d) 0))) +("gilden" nil (((g ih l) 1) ((d ax n) 0))) +("gilder" nil (((g ih l) 1) ((d er) 0))) +("gildersleeve" nil (((g ih l) 1) ((d er) 0) ((s l iy v) 1))) +("gilding" nil (((g ih l) 1) ((d ih ng) 0))) +("gildner" nil (((g ih l d) 1) ((n er) 0))) +("gildon" nil (((g ih l) 1) ((d ax n) 0))) +("gile" nil (((g ay l) 1))) +("gilead" nil (((g ih) 0) ((l iy d) 1))) +("giles" nil (((jh ay l z) 1))) +("gilfillan" nil (((g ih l) 1) ((f ih) 1) ((l ax n) 0))) +("gilford" nil (((g ih l) 1) ((f er d) 0))) +("gilger" nil (((g ih l) 1) ((g er) 0))) +("gilgit" nil (((g ih l) 1) ((jh ih t) 0))) +("gilgore" nil (((g ih l) 1) ((g ao r) 1))) +("gilham" nil (((g ih l) 1) ((hh ax m) 0))) +("gilhooly" nil (((g ih l) 1) ((hh uw) 0) ((l iy) 0))) +("gilkerson" nil (((g ih l) 1) ((k er) 0) ((s ax n) 0))) +("gilkes" nil (((g ih l k s) 1))) +("gilkeson" nil (((g ih l) 1) ((k ih) 0) ((s ax n) 0))) +("gilkey" nil (((g ih l) 1) ((k iy) 0))) +("gilkison" nil (((g ih l) 1) ((k ih) 0) ((s ax n) 0))) +("gill" nil (((g ih l) 1))) +("gillam" nil (((g ih) 1) ((l ax m) 0))) +("gillan" nil (((g ih) 1) ((l ax n) 0))) +("gilland" nil (((g ih) 1) ((l ax n d) 0))) +("gillard" nil (((zh ih) 0) ((l aa r d) 1))) +("gillaspie" nil (((g ih) 1) ((l ax) 0) ((s p iy) 0))) +("gillaspy" nil (((g ih) 1) ((l ax) 0) ((s p iy) 0))) +("gille" nil (((g ay l) 1))) +("gillean" nil (((g ih) 1) ((l ax n) 0))) +("gilleland" nil (((g ih) 1) ((l ih) 0) ((l ae n d) 0))) +("gillem" nil (((g ih) 1) ((l ih m) 0))) +("gillen" nil (((g ih) 1) ((l ax n) 0))) +("gillentine" nil (((g ih) 1) ((l ax n) 0) ((t ay n) 1))) +("giller" nil (((g ih) 1) ((l er) 0))) +("gilleran" nil (((g ih) 1) ((l er) 0) ((ae n) 0))) +("gillers" nil (((g ih) 1) ((l er z) 0))) +("gilles" nil (((zh iy l) 1))) +("gillespie" nil (((g ax) 0) ((l eh) 1) ((s p iy) 0))) +("gillet" nil (((g ih) 1) ((l ih t) 0))) +("gillett" nil (((jh ih) 0) ((l ih t) 1))) +("gillette" nil (((jh ih) 0) ((l eh t) 1))) +("gilley" nil (((g ih) 1) ((l iy) 0))) +("gillham" nil (((g ih l) 1) ((hh ax m) 0))) +("gilliam" nil (((g ih) 1) ((l iy) 0) ((ax m) 0))) +("gillian" nil (((jh ih) 1) ((l iy) 0) ((ax n) 0))) +("gilliand" nil (((g ih) 1) ((l iy) 0) ((ax n d) 0))) +("gilliard" nil (((g ih) 1) ((l iy) 0) ((er d) 0))) +("gilliatt" nil (((g ih) 1) ((l iy) 0) ((ae t) 0))) +("gillick" nil (((g ih) 1) ((l ih k) 0))) +("gillie" nil (((g ih) 1) ((l iy) 0))) +("gillies" nil (((g ih) 1) ((l iy z) 0))) +("gillig" nil (((g ih) 1) ((l ih g) 0))) +("gilligan" nil (((g ih) 1) ((l ax) 0) ((g ax n) 0))) +("gillihan" nil (((g ih) 1) ((l ax) 0) ((hh ae n) 0))) +("gillikin" nil (((g ih) 1) ((l ax) 0) ((k ax n) 0))) +("gillilan" nil (((g ih) 1) ((l ax) 0) ((l ax n) 0))) +("gilliland" nil (((g ih) 1) ((l ax) 0) ((l ax n d) 0))) +("gillin" nil (((g ih) 1) ((l ih n) 0))) +("gillingham" nil (((g ih) 1) ((l ih ng) 0) ((hh ae m) 1))) +("gillings" nil (((g ih) 1) ((l ih ng z) 0))) +("gillinov" nil (((g ih) 1) ((l ih) 0) ((n aa v) 0))) +("gillins" nil (((g ih) 1) ((l ih n z) 0))) +("gillis" nil (((g ih) 1) ((l ih s) 0))) +("gillison" nil (((g ih) 1) ((l ih) 0) ((s ax n) 0))) +("gillispie" nil (((g ax) 0) ((l eh) 1) ((s p iy) 0))) +("gillman" nil (((g ih l) 1) ((m ax n) 0))) +("gillmore" nil (((jh iy l) 1) ((m ao r) 0))) +("gillock" nil (((g ih) 1) ((l ax k) 0))) +("gillogly" nil (((g ih) 1) ((l ax) 0) ((g l iy) 0))) +("gillon" nil (((g ih) 1) ((l ax n) 0))) +("gillooly" nil (((g ih) 1) ((l uw) 0) ((l iy) 0))) +("gillott" nil (((g ih) 1) ((l ax t) 0))) +("gillotti" nil (((jh iy) 0) ((l ow) 1) ((t iy) 0))) +("gills" nil (((g ih l z) 1))) +("gillson" nil (((g ih l) 1) ((s ax n) 0))) +("gillum" nil (((g ih) 1) ((l ax m) 0))) +("gilly" nil (((g ih) 1) ((l iy) 0))) +("gilman" nil (((g ih l) 1) ((m ax n) 0))) +("gilmartin" nil (((g ih l) 0) ((m aa r) 1) ((t ih n) 0))) +("gilmer" nil (((g ih l) 1) ((m er) 0))) +("gilmore" nil (((g ih l) 1) ((m ao r) 0))) +("gilmour" nil (((zh ih l) 0) ((m uh r) 1))) +("gilpatrick" nil (((g ih l) 1) ((p ax) 0) ((t r ih k) 0))) +("gilpin" nil (((g ih l) 1) ((p ih n) 0))) +("gilreath" nil (((g ih l) 1) ((r eh th) 0))) +("gilroy" nil (((g ih l) 1) ((r oy) 1))) +("gilsdorf" nil (((g ih l s) 1) ((d ao r f) 0))) +("gilson" nil (((g ih l) 1) ((s ax n) 0))) +("gilstrap" nil (((g ih l) 1) ((s t r ax p) 0))) +("gilt" nil (((g ih l t) 1))) +("giltner" nil (((g ih l t) 1) ((n er) 0))) +("gilts" nil (((g ih l t s) 1))) +("gilvin" nil (((g ih l) 1) ((v ih n) 0))) +("gilyard" nil (((zh ax) 0) ((l y aa r d) 1))) +("gimbel" nil (((g ih m) 1) ((b ax l) 0))) +("gimenez" nil (((jh iy) 0) ((m ey) 1) ((n eh z) 0))) +("gimlin" nil (((g ih m) 1) ((l ih n) 0))) +("gimme" nil (((g ih) 1) ((m iy) 0))) +("gimmick" nil (((g ih) 1) ((m ih k) 0))) +("gimmickry" nil (((g ih) 1) ((m ih) 0) ((k r iy) 0))) +("gimmicks" nil (((g ih) 1) ((m ih k s) 0))) +("gimmicky" nil (((g ih) 0) ((m ih) 1) ((k iy) 0))) +("gimpel" nil (((g ih m) 1) ((p ax l) 0))) +("gin" nil (((jh ih n) 1))) +("gina" nil (((jh iy) 1) ((n ax) 0))) +("ginandjar" nil (((jh ih) 0) ((n ae n) 1) ((jh er) 0))) +("ginder" nil (((g ay n) 1) ((d er) 0))) +("gindlesperger" nil (((g ih n d) 1) ((l ih) 0) ((s p er) 0) ((g er) 0))) +("gines" nil (((jh ay n z) 1))) +("ginevra" nil (((jh ih) 0) ((n eh) 1) ((v r ax) 0))) +("ging" nil (((jh ih ng) 1))) +("gingell" nil (((g ih ng) 1) ((g ax l) 0))) +("ginger" nil (((jh ih n) 1) ((jh er) 0))) +("gingerbread" nil (((jh ih n) 1) ((jh er) 0) ((b r eh d) 1))) +("gingerich" nil (((g ih ng) 1) ((g er) 0) ((ih k) 0))) +("gingerly" nil (((jh ih n) 1) ((jh er) 0) ((l iy) 0))) +("gingery" nil (((jh ih n) 1) ((jh er) 0) ((iy) 0))) +("ginghams" nil (((g ih ng) 1) ((ax m z) 0))) +("gingles" nil (((jh ih ng) 1) ((g ax l z) 0))) +("gingold" nil (((jh ih n) 1) ((g ow l d) 1))) +("gingras" nil (((g ih ng) 1) ((g r ax z) 0))) +("gingrich" nil (((g ih ng) 1) ((g r ih ch) 0))) +("ginley" nil (((jh ih n) 1) ((l iy) 0))) +("ginn" nil (((jh ih n) 1))) +("ginnie" nil (((jh ih) 1) ((n iy) 0))) +("ginning" nil (((jh ih) 1) ((n ih ng) 0))) +("ginny" nil (((jh ih) 1) ((n iy) 0))) +("gino" nil (((jh iy) 1) ((n ow) 0))) +("ginocchio" nil (((jh iy) 0) ((n ow) 1) ((k iy) 0) ((ow) 0))) +("ginsberg" nil (((g ih n s) 1) ((b er g) 0))) +("ginsburg" nil (((g ih n z) 1) ((b er g) 0))) +("ginseng" nil (((jh ih n) 1) ((s eh ng) 1))) +("ginsu" nil (((g ih n) 1) ((s uw) 0))) +("gintel" nil (((jh ih n) 1) ((t eh l) 1))) +("ginter" nil (((g ih n) 1) ((t er) 0))) +("ginther" nil (((g ih n) 1) ((dh er) 0))) +("ginting" nil (((jh ih n) 1) ((t ih ng) 1))) +("ginty" nil (((jh ih n) 1) ((t iy) 0))) +("gintz" nil (((g ih n t s) 1))) +("ginyard" nil (((jh ih) 1) ((n y aa r d) 1))) +("ginza" nil (((g ih n) 1) ((z ax) 0))) +("ginzberg" nil (((g ih n z) 1) ((b er g) 0))) +("Gio" n (((jh iy) 1) ((ow) 0))) +("gioia" nil (((jh ow) 1) ((y ax) 0))) +("gionet" nil (((jh iy) 0) ((ow) 1) ((n ey t) 0))) +("gionfriddo" nil (((jh ow n) 0) ((f r iy) 1) ((d ow) 0))) +("giordani" nil (((jh ao r) 0) ((d aa) 1) ((n iy) 0))) +("giordano" nil (((jh y ao r) 0) ((d ae) 1) ((n ow) 0))) +("giorgi" nil (((jh ao r) 1) ((jh iy) 0))) +("giorgia" nil (((jh ao r) 1) ((jh ax) 0))) +("giorgio" nil (((jh ao r) 1) ((jh iy) 0) ((ow) 0))) +("giovanelli" nil (((jh ow) 0) ((v aa) 0) ((n eh) 1) ((l iy) 0))) +("giovanetti" nil (((jh ow) 0) ((v aa) 0) ((n eh) 1) ((t iy) 0))) +("giovannetti" nil (((jh ow) 0) ((v aa) 0) ((n eh) 1) ((t iy) 0))) +("giovanni" nil (((jh iy) 1) ((ow) 0) ((v aa) 1) ((n iy) 0))) +("giovanniello" nil (((jh ow) 0) ((v aa) 1) ((n iy) 0) ((eh) 1) ((l ow) 0))) +("giovannini" nil (((jh ow) 0) ((v aa) 0) ((n iy) 1) ((n iy) 0))) +("giovannoni" nil (((jh ow) 0) ((v aa) 0) ((n ow) 1) ((n iy) 0))) +("giovenco" nil (((jh ow) 0) ((v eh n) 1) ((k ow) 0))) +("giovinazzo" nil (((jh ow) 0) ((v iy) 0) ((n aa) 1) ((z ow) 0))) +("gipe" nil (((jh ay p) 1))) +("gipp" nil (((jh ih p) 1))) +("gipper" nil (((g ih) 1) ((p er) 0))) +("gipple" nil (((jh ih) 1) ((p ax l) 0))) +("gipson" nil (((g iy p) 1) ((s ax n) 0))) +("giraffe" nil (((jh er) 0) ((ae f) 1))) +("giraffes" nil (((jh er) 0) ((ae f s) 1))) +("giraldo" nil (((jh ih) 0) ((r aa l) 1) ((d ow) 0))) +("girard" nil (((jh er) 0) ((aa r d) 1))) +("girardi" nil (((jh ih) 0) ((r aa r) 1) ((d iy) 0))) +("girardin" nil (((zh ao) 1) ((r aa r) 0) ((d ae n) 0))) +("girardot" nil (((zh ao) 1) ((r aa r) 0) ((d ow) 0))) +("giraud" nil (((zh ay) 0) ((r ow) 1))) +("gird" nil (((g er d) 1))) +("girders" nil (((g er) 1) ((d er z) 0))) +("girding" nil (((g er) 1) ((d ih ng) 0))) +("girdle" nil (((g er) 1) ((d ax l) 0))) +("girdler" nil (((g er) 1) ((d ax) 0) ((l er) 0))) +("girdley" nil (((g er d) 1) ((l iy) 0))) +("girdner" nil (((g er d) 1) ((n er) 0))) +("girds" nil (((g er d z) 1))) +("gire" nil (((g ay r) 1))) +("girgenti" nil (((jh ih r) 0) ((jh eh n) 1) ((t iy) 0))) +("girgis" nil (((g er) 1) ((g ih s) 0))) +("girija" nil (((g ih) 1) ((r iy) 1) ((jh ax) 0))) +("girl" nil (((g er l) 1))) +("girlfriend" nil (((g er l) 1) ((f r eh n d) 1))) +("girlfriends" nil (((g er l) 1) ((f r eh n d z) 1))) +("girlie" nil (((g er) 1) ((l iy) 0))) +("girlish" nil (((g er) 1) ((l ih sh) 0))) +("girlishly" nil (((g er) 1) ((l ih) 0) ((sh l iy) 0))) +("girls" nil (((g er l z) 1))) +("girobank" nil (((g ih) 1) ((r ow) 0) ((b ae ng k) 1))) +("girod" nil (((zh er) 0) ((aa d) 1))) +("giroir" nil (((zh ay r) 0) ((w aa r) 1))) +("girolamo" nil (((jh ih) 0) ((r ow) 0) ((l aa) 1) ((m ow) 0))) +("giroldi" nil (((g ih) 0) ((r ow l) 1) ((d iy) 0))) +("giron" nil (((g ao) 1) ((r ax n) 0))) +("girouard" nil (((zh ay) 1) ((r uw) 0) ((er d) 0))) +("giroux" nil (((g ih) 0) ((r uw) 1))) +("girozentrale" nil (((g ih) 0) ((r ow) 1) ((z ax n) 0) ((t r aa l) 1))) +("girsky" nil (((g er) 1) ((s k iy) 0))) +("girt" nil (((g er t) 1))) +("girten" nil (((g er) 1) ((t ax n) 0))) +("girth" nil (((g er th) 1))) +("girtman" nil (((g er t) 1) ((m ax n) 0))) +("girton" nil (((g er) 1) ((t ax n) 0))) +("girvan" nil (((g er) 1) ((v ax n) 0))) +("girven" nil (((g er) 1) ((v ax n) 0))) +("girvin" nil (((g er) 1) ((v ih n) 0))) +("giscard" nil (((g ih) 0) ((s k aa r d) 1))) +("gisclair" nil (((zh ih) 0) ((s k l eh r) 1))) +("gisela" nil (((g iy) 1) ((z ax) 0) ((l ax) 0))) +("gisella" nil (((jh ih) 0) ((s eh) 1) ((l ax) 0))) +("giselle" nil (((zh ih) 0) ((s eh l) 1))) +("gish" nil (((jh ih sh) 1))) +("gisi" nil (((jh iy) 1) ((s iy) 0))) +("gisler" nil (((g ih) 1) ((s ax) 0) ((l er) 0))) +("gismondi" nil (((jh iy) 0) ((s m ow n) 1) ((d iy) 0))) +("gissendanner" nil (((g ih) 1) ((s ih n) 0) ((d ax) 0) ((n er) 0))) +("gissi" nil (((g ih) 1) ((s iy) 0))) +("gist" nil (((jh ih s t) 1))) +("gitana" nil (((jh iy) 0) ((t ae) 1) ((n ax) 0))) +("gitano" nil (((g ih) 0) ((t aa) 1) ((n ow) 0))) +("gitchell" nil (((jh ih) 1) ((ch ax l) 0))) +("githa" nil (((jh ih) 1) ((dh ax) 0))) +("githens" nil (((g ih) 1) ((th ax n z) 0))) +("github" nil (((g ih t) 1) ((hh ah b) 1))) +("gitlab" nil (((g ih t) 1) ((l ae b) 1))) +("gitlin" nil (((jh ih t) 1) ((l ih n) 0))) +("gittelman" nil (((g ih) 1) ((t ax l) 0) ((m ax n) 0))) +("gittens" nil (((g ih) 1) ((t ax n z) 0))) +("gitter" nil (((g ih) 1) ((t er) 0))) +("gittings" nil (((jh ih) 1) ((t ih ng z) 0))) +("gittins" nil (((jh ih) 1) ((t ih n z) 0))) +("gittis" nil (((jh ih) 1) ((t ax s) 0))) +("gittleman" nil (((g ih) 1) ((t ax l) 0) ((m ax n) 0))) +("gittler" nil (((g ih t) 1) ((l er) 0))) +("gitto" nil (((jh iy) 1) ((t ow) 0))) +("giudice" nil (((jh uw) 1) ((d ih) 0) ((s iy) 0))) +("giudici" nil (((jh uw) 1) ((d ih) 0) ((ch iy) 0))) +("giuffre" nil (((jh uw) 1) ((f r iy) 0))) +("giuffrida" nil (((jh uw) 1) ((f r iy) 0) ((d ax) 0))) +("giuliani" nil (((jh uw) 1) ((l iy) 0) ((aa) 1) ((n iy) 0))) +("giuliano" nil (((jh uw) 1) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("giulio" nil (((jh uw) 1) ((l iy) 0) ((ow) 0))) +("giunta" nil (((jh uw n) 1) ((t ax) 0))) +("giurescu" nil (((jh uw) 1) ((r eh) 1) ((s k uw) 0))) +("giuseppe" nil (((jh ih) 0) ((s eh) 1) ((p iy) 0))) +("giusti" nil (((jh uw) 1) ((s t iy) 0))) +("giusto" nil (((jh uw) 1) ((s t ow) 0))) +("givan" nil (((g ih) 1) ((v ax n) 0))) +("give" nil (((g ih v) 1))) +("giveaway" nil (((g ih) 1) ((v ax) 0) ((w ey) 1))) +("giveaways" nil (((g ih) 1) ((v ax) 0) ((w ey z) 1))) +("givebacks" nil (((g ay v) 1) ((b ae k s) 1))) +("given" nil (((g ih) 1) ((v ax n) 0))) +("givenchy" nil (((g ih) 0) ((v eh n) 1) ((ch iy) 0))) +("givenness" nil (((g ih) 1) ((v ax) 0) ((n ax s) 0))) +("givens" nil (((g ih) 1) ((v ax n z) 0))) +("giver" nil (((g ih) 1) ((v er) 0))) +("givers" nil (((g ih) 1) ((v er z) 0))) +("gives" nil (((g ih v z) 1))) +("giveth" nil (((g ih) 1) ((v eh th) 0))) +("givhan" nil (((g ih v) 1) ((hh ax n) 0))) +("giving" nil (((g ih) 1) ((v ih ng) 0))) +("givins" nil (((g ih) 1) ((v ih n z) 0))) +("givler" nil (((g ih) 1) ((v l er) 0))) +("gizbert" nil (((g ih z) 1) ((b er t) 0))) +("gizmo" nil (((g ih z) 1) ((m ow) 1))) +("gizmos" nil (((g ih z) 1) ((m ow z) 0))) +("gizzard" nil (((g ih) 1) ((z er d) 0))) +("gizzi" nil (((jh iy t) 1) ((s iy) 0))) +("gjelten" nil (((jh eh l) 1) ((t ax n) 0))) +("gjerde" nil (((jh er d) 1))) +("glaab" nil (((g l aa b) 1))) +("glab" nil (((g l ae b) 1))) +("glace" nil (((g l ey s) 1))) +("glacial" nil (((g l ey) 1) ((sh ax l) 0))) +("glaciated" nil (((g l ey) 1) ((sh iy) 0) ((ey) 1) ((t ax d) 0))) +("glaciation" nil (((g l ey) 1) ((sh iy) 0) ((ey) 1) ((sh ax n) 0))) +("glacier" nil (((g l ey) 1) ((sh er) 0))) +("glaciers" nil (((g l ey) 1) ((sh er z) 0))) +("glacis" nil (((g l ey) 1) ((s ax s) 0))) +("glacken" nil (((g l ae) 1) ((k ax n) 0))) +("glackin" nil (((g l ae) 1) ((k ih n) 0))) +("glad" nil (((g l ae d) 1))) +("gladd" nil (((g l ae d) 1))) +("gladden" nil (((g l ae) 1) ((d ax n) 0))) +("gladding" nil (((g l ae) 1) ((d ih ng) 0))) +("glade" nil (((g l ey d) 1))) +("gladfelter" nil (((g l ae d) 1) ((f eh l) 1) ((t er) 0))) +("gladhill" nil (((g l ae d) 1) ((hh ih l) 1))) +("gladiator" nil (((g l ae) 1) ((d iy) 0) ((ey) 1) ((t er) 0))) +("gladiators" nil (((g l ae) 1) ((d iy) 0) ((ey) 1) ((t er z) 0))) +("gladieux" nil (((g l ae) 1) ((d iy) 0) ((ow) 0))) +("gladiolus" nil (((g l ae) 1) ((d iy) 0) ((ow) 1) ((l ax s) 0))) +("gladis" nil (((g l ae) 1) ((d ih s) 0))) +("gladish" nil (((g l ae) 1) ((d ih sh) 0))) +("gladje" nil (((g l ae d) 1) ((jh iy) 1))) +("gladly" nil (((g l ae d) 1) ((l iy) 0))) +("gladman" nil (((g l ae d) 1) ((m ax n) 0))) +("gladney" nil (((g l ae d) 1) ((n iy) 0))) +("gladson" nil (((g l ae d) 1) ((s ax n) 0))) +("gladstein" nil (((g l ae d) 1) ((s t ay n) 1))) +("gladstone" nil (((g l ae d) 1) ((s t ow n) 1))) +("gladstones" nil (((g l ae d) 1) ((s t ow n z) 1))) +("gladu" nil (((g l ey) 1) ((d uw) 0))) +("gladwell" nil (((g l ae) 1) ((d w eh l) 1))) +("gladwin" nil (((g l ae) 1) ((d w ih n) 0))) +("gladys" nil (((g l ae) 1) ((d ih s) 0))) +("glaeser" nil (((g l ey) 1) ((z er) 0))) +("glahn" nil (((g l ae n) 1))) +("glamor" nil (((g l ae) 1) ((m er) 0))) +("glamorous" nil (((g l ae) 1) ((m er) 0) ((ax s) 0))) +("glamour" nil (((g l ae) 1) ((m er) 0))) +("glance" nil (((g l ae n s) 1))) +("glanced" nil (((g l ae n s t) 1))) +("glances" nil (((g l ae n) 1) ((s ih z) 0))) +("glancing" nil (((g l ae n) 1) ((s ih ng) 0))) +("glancy" nil (((g l ae n) 1) ((s iy) 0))) +("gland" nil (((g l ae n d) 1))) +("glander" nil (((g l ae n) 1) ((d er) 0))) +("glandon" nil (((g l ae n) 1) ((d ax n) 0))) +("glands" nil (((g l ae n d z) 1))) +("glandular" nil (((g l ae n) 1) ((jh ax) 0) ((l er) 0))) +("glanton" nil (((g l ae n) 1) ((t ax n) 0))) +("glantz" nil (((g l ae n t s) 1))) +("glanville" nil (((g l ae n) 1) ((v ih l) 1))) +("glanz" nil (((g l ae n z) 1))) +("glanzer" nil (((g l ae n) 1) ((z er) 0))) +("glanzman" nil (((g l ae n z) 1) ((m ax n) 0))) +("glare" nil (((g l eh r) 1))) +("glared" nil (((g l eh r d) 1))) +("glares" nil (((g l eh r z) 1))) +("glaring" nil (((g l eh) 1) ((r ih ng) 0))) +("glaris" nil (((g l eh) 1) ((r ih s) 0))) +("glas" nil (((g l ae s) 1))) +("glasby" nil (((g l ae s) 1) ((b iy) 0))) +("glasco" nil (((g l aa) 1) ((s k ow) 0))) +("glascock" nil (((g l ae) 1) ((s k ax k) 0))) +("glascoe" nil (((g l ae) 1) ((s k ow) 0))) +("glaser" nil (((g l ey) 1) ((z er) 0))) +("glasgow" nil (((g l ae) 1) ((s k ow) 1))) +("glasheen" nil (((g l ax) 0) ((sh iy n) 1))) +("glashow" nil (((g l ae) 1) ((sh aw) 0))) +("glasner" nil (((g l ae) 1) ((s n er) 0))) +("glasnost" nil (((g l ae) 1) ((s n aa s t) 0))) +("glasow" nil (((g l ey) 1) ((z ow) 0))) +("glasper" nil (((g l ae) 1) ((s p er) 0))) +("glaspie" nil (((g l ae) 1) ((s p iy) 0))) +("glaspy" nil (((g l ae) 1) ((s p iy) 0))) +("glass" nil (((g l ae s) 1))) +("glassberg" nil (((g l ae s) 1) ((b er g) 0))) +("glassblower" nil (((g l ae s) 1) ((b l ow) 1) ((er) 0))) +("glassblowing" nil (((g l ae s) 1) ((b l ow) 1) ((ih ng) 0))) +("glassburn" nil (((g l ae s) 1) ((b er n) 1))) +("glassco" nil (((g l ae) 1) ((s k ow) 0))) +("glasscock" nil (((g l ae) 1) ((s k aa k) 1))) +("glassed" nil (((g l ae s t) 1))) +("glasser" nil (((g l ae) 1) ((s er) 0))) +("glasses" nil (((g l ae) 1) ((s ax z) 0))) +("glassey" nil (((g l ae) 1) ((s iy) 0))) +("glassford" nil (((g l ae) 1) ((s f ao r d) 0))) +("glasslike" nil (((g l ae) 1) ((s l ay k) 1))) +("glassmaker" nil (((g l ae) 1) ((s m ey) 1) ((k er) 0))) +("glassmaking" nil (((g l ae) 1) ((s m ey) 1) ((k ih ng) 0))) +("glassman" nil (((g l ae) 1) ((s m ae n) 1))) +("glassmeyer" nil (((g l ae) 1) ((s m ay) 0) ((er) 0))) +("glassner" nil (((g l ae) 1) ((s n er) 0))) +("glasson" nil (((g l ae) 1) ((s ax n) 0))) +("glassware" nil (((g l ae) 1) ((s w eh r) 1))) +("glassy" nil (((g l ae) 1) ((s iy) 0))) +("glastetter" nil (((g l ae) 1) ((s t ih) 0) ((t er) 0))) +("glatfelter" nil (((g l ae t) 1) ((f ih l) 0) ((t er) 0))) +("glatt" nil (((g l ae t) 1))) +("glatz" nil (((g l ae t s) 1))) +("glatzer" nil (((g l ey t) 1) ((z er) 0))) +("glaub" nil (((g l ao b) 1))) +("glauber" nil (((g l aw) 1) ((b er) 0))) +("glaucoma" nil (((g l ao) 0) ((k ow) 1) ((m ax) 0))) +("glaude" nil (((g l ao d) 1))) +("glaus" nil (((g l ao z) 1))) +("glauser" nil (((g l aw) 1) ((s er) 0))) +("glavan" nil (((g l ey) 1) ((v ax n) 0))) +("glavin" nil (((g l ae) 1) ((v ih n) 0))) +("glawe" nil (((g l ao) 1))) +("glaxo" nil (((g l ae k) 1) ((s ow) 0))) +("glaza" nil (((g l aa) 1) ((z ax) 0))) +("glaze" nil (((g l ey z) 1))) +("glazebrook" nil (((g l ey z) 1) ((b r uh k) 1))) +("glazed" nil (((g l ey z d) 1))) +("glazener" nil (((g l ae) 1) ((z iy) 0) ((n er) 0))) +("glazer" nil (((g l ey) 1) ((z er) 0))) +("glazes" nil (((g l ey) 1) ((z ax z) 0))) +("glazier" nil (((g l ey) 1) ((z iy) 0) ((er) 0))) +("glazing" nil (((g l ey) 1) ((z ih ng) 0))) +("glazner" nil (((g l ae z) 1) ((n er) 0))) +("glazunov" nil (((g l ae) 1) ((z uw) 0) ((n aa v) 0))) +("gleacher" nil (((g l iy) 1) ((ch er) 0))) +("gleam" nil (((g l iy m) 1))) +("gleamed" nil (((g l iy m d) 1))) +("gleaming" nil (((g l iy) 1) ((m ih ng) 0))) +("gleams" nil (((g l iy m z) 1))) +("glean" nil (((g l iy n) 1))) +("gleaned" nil (((g l iy n d) 1))) +("gleason" nil (((g l iy) 1) ((s ax n) 0))) +("gleaton" nil (((g l iy) 1) ((t ax n) 0))) +("gleave" nil (((g l iy v) 1))) +("gleaves" nil (((g l iy v z) 1))) +("gleba" nil (((g l iy) 1) ((b ax) 0))) +("gleckler" nil (((g l eh) 1) ((k l er) 0))) +("gleda" nil (((g l ey) 1) ((d ax) 0))) +("gledhill" nil (((g l eh d) 1) ((hh ih l) 1))) +("glee" nil (((g l iy) 1))) +("gleeful" nil (((g l iy) 1) ((f ax l) 0))) +("gleefully" nil (((g l iy) 1) ((f ax) 0) ((l iy) 0))) +("gleeson" nil (((g l iy) 1) ((z ax n) 0))) +("gleghorn" nil (((g l eh g) 1) ((hh er n) 0))) +("gleich" nil (((g l ay k) 1))) +("gleichauf" nil (((g l ay) 1) ((k ao f) 0))) +("gleim" nil (((g l iy m) 1))) +("gleisner" nil (((g l ay) 1) ((s n er) 0))) +("glemp" nil (((g l eh m p) 1))) +("glen" nil (((g l eh n) 1))) +("glenayre" nil (((g l eh) 1) ((n eh r) 1))) +("glenbrook" nil (((g l eh n) 1) ((b r uh k) 1))) +("glenda" nil (((g l eh n) 1) ((d ax) 0))) +("glendale" nil (((g l eh n) 1) ((d ey l) 1))) +("glendening" nil (((g l eh n) 1) ((d ax) 0) ((n ih ng) 0))) +("glendenning" nil (((g l eh n) 1) ((d ih) 0) ((n ih ng) 0))) +("glendinning" nil (((g l eh n) 1) ((d ih) 0) ((n ih ng) 0))) +("glendon" nil (((g l eh n) 1) ((d ow n) 0))) +("glenfed" nil (((g l eh n) 1) ((f eh d) 1))) +("glengarry" nil (((g l eh n) 1) ((g eh) 1) ((r iy) 0))) +("glenmore" nil (((g l eh n) 1) ((m ao r) 1))) +("glenn" nil (((g l eh n) 1))) +("glenna" nil (((g l eh) 1) ((n ax) 0))) +("glennie" nil (((g l eh) 1) ((n iy) 0))) +("glennon" nil (((g l eh) 1) ((n ax n) 0))) +("glenny" nil (((g l eh) 1) ((n iy) 0))) +("glens" nil (((g l eh n z) 1))) +("glenview" nil (((g l eh n) 1) ((v y uw) 1))) +("glenville" nil (((g l eh n) 1) ((v ih l) 0))) +("glenwood" nil (((g l eh n) 1) ((w uh d) 1))) +("glessner" nil (((g l eh) 1) ((s n er) 0))) +("glew" nil (((g l uw) 1))) +("glib" nil (((g l ih b) 1))) +("glibly" nil (((g l ih) 1) ((b l iy) 0))) +("glick" nil (((g l ih k) 1))) +("glickenhaus" nil (((g l ih) 1) ((k ax n) 0) ((hh aw s) 1))) +("glickman" nil (((g l ih k) 1) ((m ax n) 0))) +("glicksman" nil (((g l ih k) 1) ((s m ax n) 0))) +("glickstein" nil (((g l ih k) 1) ((s t iy n) 1))) +("glidden" nil (((g l ih) 1) ((d ax n) 0))) +("glide" nil (((g l ay d) 1))) +("glided" nil (((g l ay) 1) ((d ih d) 0))) +("glider" nil (((g l ay) 1) ((d er) 0))) +("gliders" nil (((g l ay) 1) ((d er z) 0))) +("glides" nil (((g l ay d z) 1))) +("glidewell" nil (((g l ay) 1) ((d w eh l) 1))) +("gliding" nil (((g l ay) 1) ((d ih ng) 0))) +("glimcher" nil (((g l ih m) 1) ((ch er) 0))) +("glimmer" nil (((g l ih) 1) ((m er) 0))) +("glimmering" nil (((g l ih) 1) ((m er) 0) ((ih ng) 0))) +("glimmers" nil (((g l ih) 1) ((m er z) 0))) +("glimpse" nil (((g l ih m p s) 1))) +("glimpsed" nil (((g l ih m p s t) 1))) +("glimpses" nil (((g l ih m p) 1) ((s ih z) 0))) +("glines" nil (((g l ay n z) 1))) +("glinka" nil (((g l ih ng) 1) ((k ax) 0))) +("glinski" nil (((g l ih n) 1) ((s k iy) 0))) +("glint" nil (((g l ih n t) 1))) +("glissandi" nil (((g l ax) 0) ((s aa n) 1) ((d iy) 0))) +("glisson" nil (((g l ih) 1) ((s ax n) 0))) +("glistened" nil (((g l ih) 1) ((s ax n d) 0))) +("glistening" nil (((g l ih) 1) ((s ax) 0) ((n ih ng) 0))) +("glitch" nil (((g l ih ch) 1))) +("glitches" nil (((g l ih) 1) ((ch ih z) 0))) +("glitter" nil (((g l ih) 1) ((t er) 0))) +("glittered" nil (((g l ih) 1) ((t er d) 0))) +("glittering" nil (((g l ih) 1) ((t er) 0) ((ih ng) 0))) +("glitters" nil (((g l ih) 1) ((t er z) 0))) +("glittery" nil (((g l ih) 1) ((t er) 0) ((iy) 0))) +("glitz" nil (((g l ih t s) 1))) +("glitzy" nil (((g l ih t) 1) ((s iy) 0))) +("glo" nil (((g l ow) 1))) +("gloat" nil (((g l ow t) 1))) +("gloated" nil (((g l ow) 1) ((t ih d) 0))) +("gloating" nil (((g l ow) 1) ((t ih ng) 0))) +("gloats" nil (((g l ow t s) 1))) +("global" nil (((g l ow) 1) ((b ax l) 0))) +("globalization" nil (((g l ow) 1) ((b ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("globalize" nil (((g l ow) 1) ((b ax) 0) ((l ay z) 1))) +("globalized" nil (((g l ow) 1) ((b ax) 0) ((l ay z d) 1))) +("globally" nil (((g l ow) 1) ((b ax) 0) ((l iy) 0))) +("globalstar" nil (((g l ow) 1) ((b ax l) 0) ((s t aa r) 1))) +("globcom" nil (((g l aa b) 1) ((k ax m) 0))) +("globe" nil (((g l ow b) 1))) +("globex" nil (((g l ow) 1) ((b ax k s) 0))) +("globo" nil (((g l ow) 1) ((b ow) 0))) +("globs" nil (((g l aa b z) 1))) +("globular" nil (((g l aa) 1) ((b y ax) 0) ((l er) 0))) +("globulin" nil (((g l aa) 1) ((b y ax) 0) ((l ih n) 0))) +("globulins" nil (((g l aa) 1) ((b y ax) 0) ((l ih n z) 0))) +("globus" nil (((g l ow) 1) ((b ax s) 0))) +("glock" nil (((g l aa k) 1))) +("glockenspiel" nil (((g l aa) 1) ((k ax n) 0) ((s p iy l) 1))) +("glockner" nil (((g l aa k) 1) ((n er) 0))) +("glod" nil (((g l aa d) 1))) +("glodowski" nil (((g l ax) 0) ((d ao f) 1) ((s k iy) 0))) +("gloe" nil (((g l ow) 1))) +("gloeckner" nil (((g l ow k) 1) ((n er) 0))) +("gloede" nil (((g l ow d) 1))) +("glogowski" nil (((g l ax) 0) ((g ao f) 1) ((s k iy) 0))) +("glomar" nil (((g l ow) 1) ((m aa r) 0))) +("glomb" nil (((g l aa m) 1))) +("glomski" nil (((g l aa m) 1) ((s k iy) 1))) +("gloom" nil (((g l uw m) 1))) +("gloomier" nil (((g l uw) 1) ((m iy) 0) ((er) 0))) +("gloomily" nil (((g l uw) 1) ((m ax) 0) ((l iy) 0))) +("gloomy" nil (((g l uw) 1) ((m iy) 0))) +("gloor" nil (((g l uh r) 1))) +("glop" nil (((g l aa p) 1))) +("glor" nil (((g l ao r) 1))) +("glore" nil (((g l ao r) 1))) +("glori" nil (((g l ao) 1) ((r iy) 0))) +("gloria" nil (((g l ao) 1) ((r iy) 0) ((ax) 0))) +("gloriana" nil (((g l ao) 1) ((r iy) 0) ((ae) 1) ((n ax) 0))) +("gloriane" nil (((g l ao) 1) ((r iy) 0) ((ae n) 1))) +("glories" nil (((g l ao) 1) ((r iy z) 0))) +("glorified" nil (((g l ao) 1) ((r ax) 0) ((f ay d) 1))) +("glorify" nil (((g l ao) 1) ((r ax) 0) ((f ay) 1))) +("glorioso" nil (((g l ao) 0) ((r iy) 0) ((ow) 1) ((s ow) 0))) +("glorious" nil (((g l ao) 1) ((r iy) 0) ((ax s) 0))) +("gloriously" nil (((g l ao) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("glory" nil (((g l ao) 1) ((r iy) 0))) +("gloss" nil (((g l ao s) 1))) +("glossary" nil (((g l ao) 1) ((s er) 0) ((iy) 0))) +("glossed" nil (((g l ao s t) 1))) +("glosser" nil (((g l ao) 1) ((s er) 0))) +("glosses" nil (((g l ao) 1) ((s ih z) 0))) +("glossier" nil (((g l ao) 1) ((s iy) 0) ((er) 0))) +("glossman" nil (((g l ao) 1) ((s m ax n) 0))) +("glosson" nil (((g l aa) 1) ((s ax n) 0))) +("glossy" nil (((g l ao) 1) ((s iy) 0))) +("gloster" nil (((g l aa) 1) ((s t er) 0))) +("glotfelty" nil (((g l aa t) 1) ((f ih l) 0) ((t iy) 0))) +("glottal" nil (((g l aa) 1) ((t ax l) 0))) +("glottis" nil (((g l aa) 1) ((t ax s) 0))) +("glotzbach" nil (((g l aa t s) 1) ((b aa k) 0))) +("gloucester" nil (((g l ao) 1) ((s t er) 0))) +("glove" nil (((g l ah v) 1))) +("gloved" nil (((g l ah v d) 1))) +("glover" nil (((g l ah) 1) ((v er) 0))) +("gloves" nil (((g l ah v z) 1))) +("glow" nil (((g l ow) 1))) +("glowacki" nil (((g l aw) 0) ((aa t) 1) ((s k iy) 0))) +("glowed" nil (((g l ow d) 1))) +("glowered" nil (((g l aw) 1) ((er d) 0))) +("glowering" nil (((g l aw) 1) ((er) 0) ((ih ng) 0))) +("glowing" nil (((g l ow) 1) ((ih ng) 0))) +("glowingly" nil (((g l ow) 1) ((ih ng) 0) ((l iy) 0))) +("glows" nil (((g l ow z) 1))) +("gloyd" nil (((g l oy d) 1))) +("gluck" nil (((g l ah k) 1))) +("gluckman" nil (((g l ah k) 1) ((m ax n) 0))) +("glucksman" nil (((g l ah k) 1) ((s m ax n) 0))) +("glucose" nil (((g l uw) 1) ((k ow s) 1))) +("glucosides" nil (((g l uw) 1) ((k ax) 0) ((s ay d z) 1))) +("glue" nil (((g l uw) 1))) +("glueck" nil (((g l uw k) 1))) +("glued" nil (((g l uw d) 1))) +("glues" nil (((g l uw z) 1))) +("glum" nil (((g l ah m) 1))) +("glumly" nil (((g l ah m) 1) ((l iy) 0))) +("glunt" nil (((g l ah n t) 1))) +("gluntz" nil (((g l ah n t s) 1))) +("glunz" nil (((g l ah n z) 1))) +("gluskin" nil (((g l ah) 1) ((s k ih n) 0))) +("glut" nil (((g l ah t) 1))) +("glutamate" nil (((g l uw) 1) ((t ax) 0) ((m ey t) 1))) +("glutamic" nil (((g l uw) 0) ((t ae) 1) ((m ih k) 0))) +("glutaric" nil (((g l uw) 0) ((t ae) 1) ((r ih k) 0))) +("gluten" nil (((g l uw) 1) ((t ax n) 0))) +("gluth" nil (((g l uw th) 1))) +("gluts" nil (((g l ah t s) 1))) +("glutted" nil (((g l ah) 1) ((t ih d) 0))) +("gluttonous" nil (((g l ah) 1) ((t ax) 0) ((n ax s) 0))) +("gluttons" nil (((g l ah) 1) ((t ax n z) 0))) +("gluttony" nil (((g l ah) 1) ((t ax) 0) ((n iy) 0))) +("glycel" nil (((g l ih) 1) ((s ax l) 0))) +("glycerol" nil (((g l ih) 1) ((s er) 0) ((ow l) 1))) +("glycine" nil (((g l ay) 1) ((s iy n) 1))) +("glycogen" nil (((g l ay) 1) ((k ax) 0) ((jh ih n) 0))) +("glycol" nil (((g l ay) 1) ((k ao l) 1))) +("glycomed" nil (((g l ay) 1) ((k ow m d) 1))) +("glycoside" nil (((g l ay) 1) ((k ax) 0) ((s ay d) 1))) +("glymph" nil (((g l ih m f) 1))) +("glyn" nil (((g l ih n) 1))) +("glyndebourne" nil (((g l ih n d) 1) ((b ao r n) 1))) +("glynis" nil (((g l ih) 1) ((n ih s) 0))) +("glynn" nil (((g l ih n) 1))) +("glynnie" nil (((g l ih) 1) ((n iy) 0))) +("glynnis" nil (((g l ih) 1) ((n ih s) 0))) +("gmbh" nil (((g ax m) 0))) +("gnagey" nil (((n ae) 1) ((jh iy) 0))) +("gnaizda" nil (((n ey z) 1) ((d ax) 0))) +("gnann" nil (((n ae n) 1))) +("gnarled" nil (((n aa r l d) 1))) +("gnashing" nil (((n ae) 1) ((sh ih ng) 0))) +("gnats" nil (((n ae t s) 1))) +("gnau" nil (((n aw) 1))) +("gnaw" nil (((n ao) 1))) +("gnawed" nil (((n ao d) 1))) +("gnawing" nil (((n ao) 1) ((ih ng) 0))) +("gnaws" nil (((n ao z) 1))) +("gnc" nil (((n k) 0))) +("gneiss" nil (((n ay s) 1))) +("gnomes" nil (((n ow m z) 1))) +("gnomic" nil (((n ow) 1) ((m ih k) 0))) +("gnomonic" nil (((n ow) 0) ((m aa) 1) ((n ih k) 0))) +("gnosticism" nil (((n aa) 1) ((s t ih) 0) ((s ih) 1) ((z ax m) 0))) +("gnu" nil (((n uw) 1))) +("go" nil (((g ow) 1))) +("goa" nil (((g ow) 1) ((ax) 0))) +("goad" nil (((g ow d) 1))) +("goaded" nil (((g ow) 1) ((d ih d) 0))) +("goading" nil (((g ow) 1) ((d ih ng) 0))) +("goal" nil (((g ow l) 1))) +("goalie" nil (((g ow) 1) ((l iy) 0))) +("goalkeeper" nil (((g ow l) 1) ((k iy) 1) ((p er) 0))) +("goalpost" nil (((g ow l) 1) ((p ow s t) 1))) +("goals" nil (((g ow l z) 1))) +("goan" nil (((g ow n) 1))) +("goans" nil (((g ow n z) 1))) +("goar" nil (((g ao r) 1))) +("goard" nil (((g ao r d) 1))) +("goat" nil (((g ow t) 1))) +("goatee" nil (((g ow) 1) ((t iy) 1))) +("goates" nil (((g ow) 1) ((ey t s) 0))) +("goatley" nil (((g ow t) 1) ((l iy) 0))) +("goats" nil (((g ow t s) 1))) +("gob" nil (((g aa b) 1))) +("gobain" nil (((g ow) 1) ((b ih n) 0))) +("gobble" nil (((g aa) 1) ((b ax l) 0))) +("gobbled" nil (((g aa) 1) ((b ax l d) 0))) +("gobbledygook" nil (((g aa) 1) ((b ax l) 0) ((d iy) 0) ((g uh k) 1))) +("gobblers" nil (((g aa) 1) ((b ax) 0) ((l er z) 0))) +("gobbling" nil (((g aa) 1) ((b ax) 0) ((l ih ng) 0))) +("gobel" nil (((g ow) 1) ((b ax l) 0))) +("goben" nil (((g aa) 1) ((b ax n) 0))) +("gober" nil (((g ow) 1) ((b er) 0))) +("goberstein" nil (((g ow) 1) ((b er) 0) ((s t iy n) 1))) +("gobert" nil (((g aa) 1) ((b er t) 0))) +("gobi" nil (((g ow) 1) ((b iy) 0))) +("gobie" nil (((g ow) 1) ((b iy) 0))) +("gobin" nil (((g ow) 1) ((b ih n) 0))) +("gobinot" nil (((g ow) 1) ((b ih) 0) ((n aa t) 0))) +("gobioff" nil (((g ow) 1) ((b iy) 0) ((ao f) 0))) +("goble" nil (((g ow) 1) ((b ax l) 0))) +("goblet" nil (((g aa) 1) ((b l ax t) 0))) +("goblirsch" nil (((g aa) 1) ((b l er sh) 0))) +("gobs" nil (((g aa b z) 1))) +("gochenour" nil (((g aa) 1) ((sh ih) 0) ((n uh r) 0))) +("gochnauer" nil (((g aa k) 1) ((n aw) 0) ((er) 0))) +("gochnour" nil (((g ax) 0) ((sh n uh r) 1))) +("gocke" nil (((g aa k) 1))) +("gockel" nil (((g aa) 1) ((k ax l) 0))) +("gockley" nil (((g aa) 1) ((k l iy) 0))) +("god" nil (((g aa d) 1))) +("goda" nil (((g ow) 1) ((d ax) 0))) +("godar" nil (((g ax) 0) ((d aa r) 1))) +("godard" nil (((g ax) 0) ((d aa r d) 1))) +("godart" nil (((g aa) 1) ((d aa r t) 0))) +("godbee" nil (((g aa d) 1) ((b iy) 1))) +("godbey" nil (((g aa d) 1) ((b iy) 0))) +("godbold" nil (((g aa d) 1) ((b ow l d) 1))) +("godbolt" nil (((g aa d) 1) ((b ow l t) 1))) +("godbout" nil (((g aa d) 1) ((b aw t) 1))) +("godby" nil (((g aa d) 1) ((b iy) 0))) +("goddam" n (((g aa) 1) ((d ae m) 0))) +("goddamn" nil (((g aa d) 1) ((d ae m) 1))) +("goddard" nil (((g aa) 1) ((d er d) 0))) +("goddart" nil (((g aa) 1) ((d aa r t) 0))) +("goddeau" nil (((g aa) 1) ((d ow) 1))) +("godden" nil (((g aa) 1) ((d ax n) 0))) +("goddess" nil (((g aa) 1) ((d ax s) 0))) +("goddesses" nil (((g aa) 1) ((d ax) 0) ((s ih z) 0))) +("godding" nil (((g aa) 1) ((d ih ng) 0))) +("godek" nil (((g ow) 1) ((d ih k) 0))) +("godette" nil (((g ax) 0) ((d eh t) 1))) +("godfather" nil (((g aa d) 1) ((f aa) 1) ((dh er) 0))) +("godfrey" nil (((g aa d) 1) ((f r iy) 0))) +("godhead" nil (((g aa d) 1) ((hh eh d) 1))) +("godin" nil (((g ow) 1) ((d ih n) 0))) +("godina" nil (((g ow) 0) ((d iy) 1) ((n ax) 0))) +("godine" nil (((g ow) 0) ((d iy n) 1))) +("godines" nil (((g aa) 1) ((d ay n z) 0))) +("godinez" nil (((g ow) 0) ((d iy) 1) ((n eh z) 0))) +("goding" nil (((g ow) 1) ((d ih ng) 0))) +("godino" nil (((g ow) 0) ((d iy) 1) ((n ow) 0))) +("godiva" nil (((g ax) 0) ((d ay) 1) ((v ax) 0))) +("godkin" nil (((g aa d) 1) ((k ih n) 0))) +("godleski" nil (((g ax d) 0) ((l eh) 1) ((s k iy) 0))) +("godless" nil (((g aa d) 1) ((l ax s) 0))) +("godlewski" nil (((g ax d) 0) ((l eh f) 1) ((s k iy) 0))) +("godley" nil (((g aa d) 1) ((l iy) 0))) +("godlove" nil (((g aa d) 1) ((l ah v) 1))) +("godly" nil (((g aa d) 1) ((l iy) 0))) +("godman" nil (((g aa d) 1) ((m ax n) 0))) +("godmother" nil (((g aa d) 1) ((m ah) 1) ((dh er) 0))) +("godot" nil (((g ow) 1) ((d ax t) 0))) +("godown" nil (((g ow) 1) ((d aw n) 1))) +("godoy" nil (((g aa) 1) ((d oy) 0))) +("godrej" nil (((g aa) 1) ((d r ey) 0))) +("gods" nil (((g aa d z) 1))) +("godsell" nil (((g aa d) 1) ((s ax l) 0))) +("godsend" nil (((g aa d) 1) ((s eh n d) 1))) +("godsey" nil (((g aa d) 1) ((z iy) 0))) +("godshalk" nil (((g aa d) 1) ((sh ax k) 0))) +("godshall" nil (((g aa d) 1) ((sh ax l) 0))) +("godunov" nil (((g ow) 1) ((d uw) 0) ((n aa v) 0))) +("godwin" nil (((g aa) 1) ((d w ih n) 0))) +("godzilla" nil (((g aa d) 1) ((z ih) 1) ((l ax) 0))) +("goe" nil (((g ow) 1))) +("goebbels" nil (((g ow) 1) ((b ax l z) 0))) +("goebel" nil (((g ow) 1) ((b ax l) 0))) +("goecke" nil (((g ow k) 1))) +("goedde" nil (((g ow d) 1))) +("goede" nil (((g ow d) 1))) +("goedecke" nil (((g ow) 1) ((d ih k) 0))) +("goeden" nil (((g ow) 1) ((d ax n) 0))) +("goedert" nil (((g ow) 1) ((d er t) 0))) +("goedken" nil (((g ow d) 1) ((k ax n) 0))) +("goeglein" nil (((g ow) 1) ((g l ay n) 1))) +("goehner" nil (((g ow) 1) ((n er) 0))) +("goehring" nil (((g ao) 1) ((r ih ng) 0))) +("goeke" nil (((g ow k) 1))) +("goeken" nil (((g ow) 1) ((k ax n) 0))) +("goeller" nil (((g ow) 1) ((l er) 0))) +("goellner" nil (((g ow l) 1) ((n er) 0))) +("goelz" nil (((g ow l z) 1))) +("goelzer" nil (((g ow l) 1) ((z er) 0))) +("goeman" nil (((g ow) 1) ((m ax n) 0))) +("goemon" nil (((g ow) 1) ((ey) 1) ((m ax n) 0))) +("goen" nil (((g ow n) 1))) +("goens" nil (((g ow n z) 1))) +("goepfert" nil (((g ow p) 1) ((f er t) 0))) +("goer" nil (((g ow) 1) ((er) 0))) +("goergen" nil (((g ao r) 1) ((g ax n) 0))) +("goering" nil (((g ow) 1) ((er) 0) ((ih ng) 0))) +("goerke" nil (((g ao r k) 1))) +("goerlitz" nil (((g ao r) 1) ((l ih t s) 0))) +("goerner" nil (((g ao r) 1) ((n er) 0))) +("goers" nil (((g ow) 1) ((er z) 0))) +("goertz" nil (((g ao r t s) 1))) +("goertzen" nil (((g ao r t) 1) ((z ax n) 0))) +("goes" nil (((g ow z) 1))) +("goeser" nil (((g ow) 1) ((z er) 0))) +("goetabanken" nil (((g ow) 1) ((t ax) 0) ((b ae ng) 1) ((k ax n) 0))) +("goethals" nil (((g ow) 1) ((th ax l z) 0))) +("goethe" nil (((g ow th) 1))) +("goetsch" nil (((g ow ch) 1))) +("goette" nil (((g eh t) 1))) +("goettel" nil (((g ow) 1) ((t ax l) 0))) +("goetting" nil (((g ow) 1) ((t ih ng) 0))) +("goettl" nil (((g ow) 1) ((t ax l) 0))) +("goettsch" nil (((g ow t ch) 1))) +("goetz" nil (((g eh t s) 1))) +("goetze" nil (((g ow t z) 1))) +("goetzinger" nil (((g ow t) 1) ((z ih ng) 0) ((er) 0))) +("goetzke" nil (((g ow t) 1) ((s k iy) 0))) +("goetzman" nil (((g ow t) 1) ((s m ax n) 0))) +("goewey" nil (((g aa) 1) ((uw) 0) ((iy) 0))) +("goff" nil (((g ao f) 1))) +("goffin" nil (((g aa) 1) ((f ih n) 0))) +("goffinet" nil (((g aa) 1) ((f ih) 0) ((n ih t) 0))) +("goffman" nil (((g aa f) 1) ((m ax n) 0))) +("goffney" nil (((g aa f) 1) ((n iy) 0))) +("goffredo" nil (((g ow) 0) ((f r ey) 1) ((d ow) 0))) +("goforth" nil (((g ow) 1) ((f ao r th) 1))) +("goga" nil (((g ow) 1) ((g ax) 0))) +("gogan" nil (((g ow) 1) ((g ax n) 0))) +("gogel" nil (((g ow) 1) ((g ax l) 0))) +("goggans" nil (((g aa) 1) ((g ax n z) 0))) +("goggin" nil (((g aa) 1) ((g ih n) 0))) +("goggins" nil (((g aa) 1) ((g ih n z) 0))) +("goggle" nil (((g aa) 1) ((g ax l) 0))) +("goggles" nil (((g aa) 1) ((g ax l z) 0))) +("gogh" nil (((g ow) 1))) +("goglia" nil (((g aa) 1) ((g l iy) 0) ((ax) 0))) +("gogo" nil (((g ow) 1) ((g ow) 1))) +("goguen" nil (((g ow) 1) ((g w ax n) 0))) +("goh" nil (((g ow) 1))) +("goheen" nil (((g ax) 0) ((hh iy n) 1))) +("gohl" nil (((g ow l) 1))) +("gohlke" nil (((g aa k) 1))) +("gohman" nil (((g ow) 1) ((m ax n) 0))) +("gohn" nil (((g aa n) 1))) +("gohr" nil (((g aa r) 1))) +("goin" nil (((g oy n) 1))) +("goines" nil (((g oy n z) 1))) +("going" nil (((g ow) 1) ((ih ng) 0))) +("goings" nil (((g ow) 1) ((ih ng z) 0))) +("goins" nil (((g oy n z) 1))) +("goiter" nil (((g oy) 1) ((t er) 0))) +("goizueta" nil (((g oy) 1) ((z w ey) 1) ((t ax) 0))) +("gokey" nil (((g ow) 1) ((k iy) 1))) +("gola" nil (((g ow) 1) ((l ax) 0))) +("golab" nil (((g ow) 1) ((l ae b) 1))) +("golan" nil (((g ow) 1) ((l ax n) 0))) +("goland" nil (((g ow) 1) ((l ax n d) 0))) +("golas" nil (((g ow) 1) ((l ax z) 0))) +("golaszewski" nil (((g ax) 0) ((l ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("golay" nil (((g aa) 1) ((l ey) 0))) +("golba" nil (((g ow l) 1) ((b ax) 0))) +("golberg" nil (((g ow l) 1) ((b er g) 0))) +("golconda" nil (((g aa l) 0) ((k aa n) 1) ((d ax) 0))) +("gold" nil (((g ow l d) 1))) +("golda" nil (((g ow l) 1) ((d ax) 0))) +("goldade" nil (((g ow l) 1) ((d ey d) 1))) +("goldammer" nil (((g ow l) 1) ((d ax) 0) ((m er) 0))) +("goldbach" nil (((g ow l d) 1) ((b aa k) 1))) +("goldbaum" nil (((g ow l d) 1) ((b aw m) 1))) +("goldbeck" nil (((g ow l d) 1) ((b eh k) 1))) +("goldberg" nil (((g ow l d) 1) ((b er g) 0))) +("goldberger" nil (((g ow l d) 1) ((b er) 0) ((g er) 0))) +("goldblatt" nil (((g ow l d) 1) ((b l ax t) 0))) +("goldblum" nil (((g ow l d) 1) ((b l ax m) 0))) +("goldcor" nil (((g ow l d) 1) ((k ao r) 1))) +("goldcreek" nil (((g ow l d) 1) ((k r iy k) 1))) +("goldcrest" nil (((g ow l d) 1) ((k r eh s t) 1))) +("golde" nil (((g ow l d) 1))) +("golden" nil (((g ow l) 1) ((d ax n) 0))) +("goldenberg" nil (((g ow l) 1) ((d ax n) 0) ((b er g) 0))) +("goldenrod" nil (((g ow l) 1) ((d ax n) 0) ((r aa d) 1))) +("goldenson" nil (((g ow l) 1) ((d ax n) 0) ((s ax n) 0))) +("goldenstein" nil (((g ow l) 1) ((d ax n) 0) ((s t ay n) 1))) +("golder" nil (((g ow l) 1) ((d er) 0))) +("goldey" nil (((g ow l) 1) ((d iy) 0))) +("goldfarb" nil (((g ow l d) 1) ((f aa r b) 1))) +("goldfeder" nil (((g ow l d) 1) ((f eh) 1) ((d er) 0))) +("goldfield" nil (((g ow l d) 1) ((f iy l d) 1))) +("goldfields" nil (((g ow l d) 1) ((f iy l d z) 1))) +("goldfinch" nil (((g ow l d) 1) ((f ih n ch) 1))) +("goldfinches" nil (((g ow l d) 1) ((f ih n) 1) ((ch ih z) 0))) +("goldfine" nil (((g ow l d) 1) ((f ay n) 1))) +("goldfinger" nil (((g ow l d) 1) ((f ih ng) 1) ((g er) 0))) +("goldfish" nil (((g ow l d) 1) ((f ih sh) 1))) +("goldfus" nil (((g ow l d) 1) ((f ah s) 1))) +("goldhammer" nil (((g ow l d) 1) ((hh ae) 1) ((m er) 0))) +("goldheart" nil (((g ow l d) 1) ((hh aa r t) 1))) +("goldie" nil (((g ow l) 1) ((d iy) 0))) +("goldin" nil (((g ow l) 1) ((d ih n) 0))) +("golding" nil (((g ow l) 1) ((d ih ng) 0))) +("goldinger" nil (((g ow l) 1) ((d ih ng) 0) ((er) 0))) +("goldman" nil (((g ow l d) 1) ((m ax n) 0))) +("goldmann" nil (((g ow l d) 1) ((m ax n) 0))) +("goldmark" nil (((g ow l d) 1) ((m aa r k) 1))) +("goldmine" nil (((g ow l d) 1) ((m ay n) 1))) +("goldner" nil (((g ow l d) 1) ((n er) 0))) +("goldome" nil (((g ow l) 1) ((d ow m) 1))) +("goldress" nil (((g ow l) 1) ((d r eh s) 1))) +("goldrick" nil (((g ow l) 1) ((d r ih k) 0))) +("goldring" nil (((g ow l) 1) ((d r ih ng) 1))) +("golds" nil (((g ow l d z) 1))) +("goldsberry" nil (((g ow l d z) 1) ((b eh) 1) ((r iy) 0))) +("goldsborough" nil (((g ow l d z) 1) ((b er) 0) ((ow) 0))) +("goldsby" nil (((g ow l d z) 1) ((b iy) 0))) +("goldschmid" nil (((g ow l d) 1) ((sh m ih d) 1))) +("goldschmidt" nil (((g ow l d) 1) ((sh m ih t) 1))) +("goldsmith" nil (((g ow l d) 1) ((s m ih th) 1))) +("goldson" nil (((g ow l d) 1) ((s ax n) 0))) +("goldstar" nil (((g ow l d) 1) ((s t aa r) 1))) +("goldstein" nil (((g ow l d) 1) ((s t ay n) 1))) +("goldstock" nil (((g ow l d) 1) ((s t aa k) 1))) +("goldston" nil (((g ow l d) 1) ((s t ax n) 0))) +("goldstone" nil (((g ow l d) 1) ((s t ow n) 1))) +("goldstrike" nil (((g ow l d) 1) ((s t r ay k) 1))) +("goldsworthy" nil (((g ow l d) 1) ((z w er) 1) ((dh iy) 0))) +("goldthwaite" nil (((g ow l d) 1) ((th w ey t) 1))) +("goldwasser" nil (((g ow l) 1) ((d w ao) 0) ((s er) 0))) +("goldwater" nil (((g ow l) 1) ((d w ao) 1) ((t er) 0))) +("goldwin" nil (((g ow l) 1) ((d w ih n) 0))) +("goldwire" nil (((g ow l) 1) ((d w ay r) 1))) +("goldwyn" nil (((g ow l) 1) ((d w ih n) 0))) +("goldy" nil (((g ow l) 1) ((d iy) 0))) +("golec" nil (((g ow) 1) ((l ih k) 0))) +("golem" nil (((g ow) 1) ((l ax m) 0))) +("goleman" nil (((g ow l) 1) ((m ax n) 0))) +("golembeski" nil (((g ax) 0) ((l ih m) 0) ((b eh) 1) ((s k iy) 0))) +("golembiewski" nil (((g ax) 0) ((l ih m) 0) ((b iy) 0) ((eh f) 1) ((s k iy) 0))) +("golen" nil (((g aa) 1) ((l ax n) 0))) +("goley" nil (((g ow) 1) ((l iy) 0))) +("golf" nil (((g aa l f) 1))) +("golfed" nil (((g aa l f t) 1))) +("golfer" nil (((g aa l) 1) ((f er) 0))) +("golfers" nil (((g aa l) 1) ((f er z) 0))) +("golfing" nil (((g aa l) 1) ((f ih ng) 0))) +("golfs" nil (((g aa l f s) 1))) +("golgi" nil (((g ow l) 1) ((jh iy) 0))) +("golgo" nil (((g ow l) 1) ((g ow) 0))) +("goliath" nil (((g ax) 0) ((l ay) 1) ((ax th) 0))) +("goliaths" nil (((g ow) 1) ((l iy) 0) ((ae th s) 0))) +("golightly" nil (((g ow) 1) ((l ay t) 1) ((l iy) 0))) +("golinski" nil (((g ax) 0) ((l ih n) 1) ((s k iy) 0))) +("golisano" nil (((g ow) 1) ((l ih) 0) ((s aa) 1) ((n ow) 0))) +("golkar" nil (((g ow l) 1) ((k aa r) 0))) +("goll" nil (((g aa l) 1))) +("golla" nil (((g aa) 1) ((l ax) 0))) +("golladay" nil (((g aa) 1) ((l ax) 0) ((d ey) 1))) +("golle" nil (((g aa l) 1))) +("goller" nil (((g aa) 1) ((l er) 0))) +("golliday" nil (((g aa) 1) ((l iy) 0) ((d ey) 0))) +("golliher" nil (((g aa) 1) ((l ih) 0) ((hh er) 0))) +("gollnick" nil (((g aa l) 1) ((n ih k) 0))) +("gollust" nil (((g ow) 1) ((l ax s t) 0))) +("golly" nil (((g aa) 1) ((l iy) 0))) +("golob" nil (((g ow) 1) ((l ax b) 0))) +("golomb" nil (((g aa) 1) ((l ax m) 0))) +("golonka" nil (((g ow) 0) ((l ow ng) 1) ((k ax) 0))) +("goloven" nil (((g ow) 1) ((l ax) 0) ((v ax n) 0))) +("golphin" nil (((g ow l) 1) ((f ih n) 0))) +("golson" nil (((g ow l) 1) ((s ax n) 0))) +("golston" nil (((g ow l) 1) ((s t ax n) 0))) +("goltz" nil (((g ow l t s) 1))) +("golub" nil (((g ow) 1) ((l ax b) 0))) +("golubski" nil (((g ax) 0) ((l ah b) 1) ((s k iy) 0))) +("golz" nil (((g ow l z) 1))) +("goma" nil (((g ow) 1) ((m ax) 0))) +("gombak" nil (((g ao m) 1) ((b aa k) 0))) +("gombar" nil (((g ax m) 0) ((b aa r) 1))) +("gomberg" nil (((g aa m) 1) ((b er g) 0))) +("gombert" nil (((g aa m) 1) ((b er t) 0))) +("gombos" nil (((g ow m) 1) ((b ow z) 0))) +("gomer" nil (((g ow) 1) ((m er) 0))) +("gomery" nil (((g ow) 1) ((m er) 0) ((iy) 0))) +("gomes" nil (((g ow) 1) ((m eh z) 1))) +("gomez" nil (((g ow) 1) ((m eh z) 0))) +("gomillion" nil (((g aa) 1) ((m ih) 0) ((l y ax n) 0))) +("gomoll" nil (((g aa) 1) ((m ax l) 0))) +("gomory" nil (((g ow) 1) ((m er) 0) ((iy) 0))) +("gonaives" nil (((g ow) 0) ((n ay v z) 1))) +("goncalves" nil (((g ow n) 0) ((k aa l) 1) ((v eh s) 0))) +("gonce" nil (((g aa n s) 1))) +("goncharov" nil (((g aa n) 1) ((ch er) 0) ((aa v) 0))) +("gond" nil (((g aa n d) 1))) +("gonda" nil (((g aa n) 1) ((d ax) 0))) +("gondek" nil (((g aa n) 1) ((d ih k) 0))) +("gonder" nil (((g aa n) 1) ((d er) 0))) +("gondola" nil (((g aa n) 1) ((d ax) 0) ((l ax) 0))) +("gondolas" nil (((g aa n) 1) ((d ax) 0) ((l ax z) 0))) +("gondolier" nil (((g aa n) 1) ((d ax) 0) ((l ih r) 1))) +("gone" nil (((g ao n) 1))) +("gonet" nil (((g ow) 1) ((n ih t) 0))) +("gong" nil (((g ao ng) 1))) +("gongaware" nil (((g aa ng) 1) ((g ax) 0) ((w eh r) 0))) +("gongbao" nil (((g ow ng) 1) ((b aw) 1))) +("gongora" nil (((g ow ng) 0) ((g ao) 1) ((r ax) 0))) +("gongs" nil (((g ao ng z) 1))) +("gonia" nil (((g ow) 1) ((n iy) 0) ((ax) 0))) +("goniometer" nil (((g ow) 1) ((n iy) 0) ((aa) 1) ((m ax) 0) ((t er) 0))) +("gonium" nil (((g ow) 1) ((n iy) 0) ((ax m) 0))) +("gonna" nil (((g aa) 1) ((n ax) 0))) +("gonnella" nil (((g ow) 0) ((n eh) 1) ((l ax) 0))) +("gonnerman" nil (((g aa) 1) ((n er) 0) ((m ax n) 0))) +("gonococcal" nil (((g aa) 1) ((n ax) 0) ((k aa) 1) ((k ax l) 0))) +("gonorrhea" nil (((g aa) 1) ((n er) 0) ((iy) 1) ((ax) 0))) +("gonsales" nil (((g ow n) 1) ((s ey l z) 0))) +("gonsalez" nil (((g ow n) 0) ((s aa) 1) ((l eh z) 0))) +("gonsalves" nil (((g ow n) 0) ((s aa l) 1) ((v eh s) 0))) +("gonser" nil (((g aa n) 1) ((s er) 0))) +("gonsoulin" nil (((g aa n) 1) ((s aw) 0) ((l ih n) 0))) +("gonterman" nil (((g aa n) 1) ((t er) 0) ((m ax n) 0))) +("gonya" nil (((g ow) 1) ((n y ax) 0))) +("gonyea" nil (((g ow) 1) ((n y eh) 0))) +("gonyer" nil (((g ow) 1) ((n y er) 0))) +("gonyo" nil (((g ow) 1) ((n y ow) 0))) +("gonzales" nil (((g aa n) 0) ((z aa) 1) ((l ax s) 0))) +("gonzalez" nil (((g aa n) 0) ((z aa) 1) ((l ax z) 0))) +("gonzalo" nil (((g aa n) 0) ((z aa) 1) ((l ow) 0))) +("gonzo" nil (((g aa n) 1) ((z ow) 0))) +("goo" nil (((g uw) 1))) +("gooch" nil (((g uw ch) 1))) +("good" nil (((g uh d) 1))) +("gooda" nil (((g uh) 1) ((d ax) 0))) +("goodale" nil (((g uh) 1) ((d ey l) 1))) +("goodall" nil (((g uh) 1) ((d ao l) 1))) +("goodbar" nil (((g uh d) 1) ((b aa r) 1))) +("goodbread" nil (((g uh d) 1) ((b r eh d) 1))) +("goodby" nil (((g uh d) 1) ((b ay) 1))) +("goodbye" nil (((g uh d) 1) ((b ay) 1))) +("goodbyes" n (((g uh d) 1) ((b ay z) 1))) +("goodchild" nil (((g uh d) 1) ((ch ay l d) 1))) +("goode" nil (((g uh d) 1))) +("goodell" nil (((g uh) 1) ((d eh l) 0))) +("gooden" nil (((g uh) 1) ((d ax n) 0))) +("goodenough" nil (((g uh) 1) ((d ax) 0) ((n aw) 1))) +("goodenow" nil (((g uh) 1) ((d eh) 0) ((n ow) 0))) +("gooder" nil (((g uh) 1) ((d er) 0))) +("gooderham" nil (((g uh) 1) ((d er) 0) ((hh ae m) 1))) +("goodfellow" nil (((g uh d) 1) ((f eh) 1) ((l ow) 0))) +("goodfriend" nil (((g uh d) 1) ((f r eh n d) 1))) +("goodgame" nil (((g uh d) 1) ((g ey m) 1))) +("goodhart" nil (((g uh d) 1) ((hh aa r t) 1))) +("goodheart" nil (((g uh d) 1) ((hh aa r t) 1))) +("goodhue" nil (((g uh d) 1) ((hh y uw) 1))) +("goodies" nil (((g uh) 1) ((d iy z) 0))) +("goodin" nil (((g uh) 1) ((d ax n) 0))) +("goodine" nil (((g uh) 1) ((d ay n) 0))) +("gooding" nil (((g uh) 1) ((d ih ng) 0))) +("goodison" nil (((g uh) 1) ((d ih) 0) ((s ax n) 0))) +("goodkin" nil (((g uh d) 1) ((k ih n) 1))) +("goodlet" nil (((g uh d) 1) ((l eh t) 1))) +("goodlett" nil (((g uh d) 1) ((l eh t) 1))) +("goodley" nil (((g uh d) 1) ((l iy) 0))) +("goodlin" nil (((g uh d) 1) ((l ih n) 0))) +("goodling" nil (((g uh d) 1) ((l ih ng) 0))) +("goodloe" nil (((g uh d) 1) ((l ow) 1))) +("goodlow" nil (((g uh d) 1) ((l ow) 1))) +("goodly" nil (((g uh d) 1) ((l iy) 0))) +("goodman" nil (((g uh d) 1) ((m ax n) 0))) +("goodner" nil (((g uh d) 1) ((n er) 0))) +("goodness" nil (((g uh d) 1) ((n ax s) 0))) +("goodnight" nil (((g uh d) 1) ((n ay t) 1))) +("goodnough" nil (((g uh d) 1) ((n ah f) 1))) +("goodnow" nil (((g uh d) 1) ((n ow) 0))) +("goodpaster" nil (((g uh d) 1) ((p ae) 1) ((s t er) 0))) +("goodpasture" nil (((g uh d) 1) ((p ae s) 1) ((ch er) 0))) +("goodreau" nil (((g uh) 1) ((d r ow) 1))) +("goodrich" nil (((g uh) 1) ((d r ih ch) 1))) +("goodrick" nil (((g uh) 1) ((d r ih k) 0))) +("goodridge" nil (((g uh) 1) ((d r ih jh) 1))) +("goodroe" nil (((g uh) 1) ((d r ow) 1))) +("goodrow" nil (((g uh) 1) ((d r ow) 1))) +("goodrum" nil (((g uh) 1) ((d r ah m) 1))) +("goods" nil (((g uh d z) 1))) +("goodsell" nil (((g uh d) 1) ((s eh l) 1))) +("goodson" nil (((g uh d) 1) ((s ax n) 0))) +("goodspeed" nil (((g uh d) 1) ((s p iy d) 1))) +("goodstein" nil (((g uh d) 1) ((s t ay n) 1))) +("goodtab" nil (((g uh d) 1) ((t ae b) 1))) +("goodwill" nil (((g uh) 1) ((d w ih l) 1))) +("goodwin" nil (((g uh) 1) ((d w ih n) 0))) +("goodwine" nil (((g uh) 1) ((d w ay n) 1))) +("goodwyn" nil (((g uh) 1) ((d w ih n) 1))) +("goody" nil (((g uh) 1) ((d iy) 0))) +("goodyear" nil (((g uh) 1) ((d y ih r) 0))) +("gooey" nil (((g uw) 1) ((iy) 0))) +("goof" nil (((g uw f) 1))) +("goofed" nil (((g uw f t) 1))) +("goofing" nil (((g uw) 1) ((f ih ng) 0))) +("goofs" nil (((g uw f s) 1))) +("goofy" nil (((g uw) 1) ((f iy) 0))) +("googe" nil (((g uw jh) 1))) +("googin" nil (((g uw) 1) ((g ih n) 0))) +("googins" nil (((g uw) 1) ((g ih n z) 0))) +("google" nil (((g uw) 1) ((g ax l) 0))) +("gook" nil (((g uh k) 1))) +("gookin" nil (((g uh) 1) ((k ih n) 0))) +("goold" nil (((g uw l d) 1))) +("gooley" nil (((g uw) 1) ((l iy) 0))) +("goolsby" nil (((g uw l s) 1) ((b iy) 0))) +("goon" nil (((g uw n) 1))) +("goonan" nil (((g uw) 1) ((n ax n) 0))) +("goons" nil (((g uw n z) 1))) +("goop" nil (((g uw p) 1))) +("goos" nil (((g uw z) 1))) +("goosby" nil (((g uw s) 1) ((b iy) 0))) +("goose" nil (((g uw s) 1))) +("gooseberry" nil (((g uw s) 1) ((b eh) 1) ((r iy) 0))) +("goosefish" nil (((g uw) 1) ((s f ih sh) 1))) +("goosefoot" nil (((g uw) 1) ((s f uh t) 1))) +("goosen" nil (((g uw) 1) ((s ax n) 0))) +("goosey" nil (((g uw) 1) ((s iy) 0))) +("goossen" nil (((g uw) 1) ((s ax n) 0))) +("goossens" nil (((g uw) 1) ((s ax n z) 0))) +("goostree" nil (((g uw) 0) ((s t r iy) 1))) +("gootee" nil (((g uw) 1) ((t iy) 0))) +("gopac" nil (((g ow) 1) ((p ae k) 1))) +("gopher" nil (((g ow) 1) ((f er) 0))) +("gophers" nil (((g ow) 1) ((f er z) 0))) +("gora" nil (((g ao) 1) ((r ax) 0))) +("goracke" nil (((g ao) 1) ((r ax k) 0))) +("goradze" nil (((g ao) 1) ((r aa d) 1) ((z ax) 0))) +("goral" nil (((g ao) 1) ((r ax l) 0))) +("goralski" nil (((g er) 0) ((aa l) 1) ((s k iy) 0))) +("goranson" nil (((g ao) 1) ((r ax n) 0) ((s ax n) 0))) +("gorazde" nil (((g ao) 1) ((r aa zh) 1) ((d ax) 0))) +("gorbachev" nil (((g ao r) 1) ((b ax) 0) ((ch eh v) 0))) +("gorbachevs" nil (((g ao r) 1) ((b ax) 0) ((ch eh v z) 0))) +("gorby" nil (((g ao r) 1) ((b iy) 0))) +("gorczyca" nil (((g er) 0) ((ch ih) 1) ((k ax) 0))) +("gorczynski" nil (((g er) 0) ((ch ih n) 1) ((s k iy) 0))) +("gorda" nil (((g ao r) 1) ((d ax) 0))) +("gordan" nil (((g ao r) 1) ((d ax n) 0))) +("gorden" nil (((g ao r) 1) ((d ax n) 0))) +("gorder" nil (((g ao r) 1) ((d er) 0))) +("gordeyev" nil (((g ao r) 0) ((d ay) 1) ((ax v) 0))) +("gordian" nil (((g ao r) 1) ((d iy) 0) ((ax n) 0))) +("gordie" nil (((g ao r) 1) ((d iy) 0))) +("Gordievsky" n (((g ao r) 0) ((d ax) 0) ((eh v) 1) ((s k iy) 0))) +("gordillo" nil (((g ao r) 1) ((d ih) 1) ((l ow) 0))) +("gordin" nil (((g ao r) 1) ((d ih n) 0))) +("gordinier" nil (((g ao r) 1) ((d ih) 0) ((n iy) 0) ((er) 0))) +("gordji" nil (((g ao r) 1) ((jh iy) 0))) +("gordner" nil (((g ao r d) 1) ((n er) 0))) +("gordon" nil (((g ao r) 1) ((d ax n) 0))) +("gordy" nil (((g ao r) 1) ((d iy) 0))) +("gore" nil (((g ao r) 1))) +("gorecki" nil (((g er) 0) ((eh t) 1) ((s k iy) 0))) +("gored" nil (((g ao r d) 1))) +("goree" nil (((g ao) 1) ((r iy) 1))) +("gorelick" nil (((g ao) 1) ((r ih) 0) ((l ih k) 0))) +("goren" nil (((g ao) 1) ((r ax n) 0))) +("gorenflo" nil (((g ao) 0) ((r eh n) 1) ((f l ow) 0))) +("gores" nil (((g ao r z) 1))) +("gorey" nil (((g ao) 1) ((r iy) 0))) +("gorgas" nil (((g ao r) 1) ((g ax z) 0))) +("gorge" nil (((g ao r jh) 1))) +("gorgeous" nil (((g ao r) 1) ((jh ax s) 0))) +("gorges" nil (((g ao r) 1) ((jh ax z) 0))) +("gorgon" nil (((g ao r) 1) ((g ax n) 0))) +("gorgone" nil (((g ao r) 1) ((g ax n) 0))) +("gorgonian" nil (((g ao r) 0) ((g ow) 1) ((n iy) 0) ((ax n) 0))) +("gorgons" nil (((g ao r) 1) ((g ax n z) 0))) +("gorguze" nil (((g ao r) 1) ((g y uw z) 0))) +("gorham" nil (((g ao) 1) ((r ax m) 0))) +("gori" nil (((g ao) 1) ((r iy) 0))) +("goria" nil (((g ao) 1) ((r iy) 0) ((ax) 0))) +("gorilla" nil (((g er) 0) ((ih) 1) ((l ax) 0))) +("gorillas" nil (((g er) 0) ((ih) 1) ((l ax z) 0))) +("gorin" nil (((g ao) 1) ((r ax n) 0))) +("goring" nil (((g ao) 1) ((r ih ng) 0))) +("goris" nil (((g ao) 1) ((r ax s) 0))) +("gorka" nil (((g ao r) 1) ((k ax) 0))) +("gorki" nil (((g ao r) 1) ((k iy) 0))) +("gorky" nil (((g ao r) 1) ((k iy) 0))) +("gorley" nil (((g ao r) 1) ((l iy) 0))) +("gorman" nil (((g ao r) 1) ((m ax n) 0))) +("gormley" nil (((g ao r m) 1) ((l iy) 0))) +("gormly" nil (((g ao r m) 1) ((l iy) 0))) +("gorney" nil (((g ao r) 1) ((n iy) 0))) +("gorniak" nil (((g ao r) 1) ((n iy) 0) ((ae k) 0))) +("gornick" nil (((g ao r) 1) ((n ih k) 0))) +("gornik" nil (((g ao r) 1) ((n ih k) 0))) +("gornto" nil (((g ao r n) 1) ((t ow) 0))) +("gorny" nil (((g ao r) 1) ((n iy) 0))) +("gorospe" nil (((g ao) 0) ((r ow) 1) ((s p ey) 0))) +("gorr" nil (((g ao r) 1))) +("gorrell" nil (((g ao) 0) ((r ey l) 1))) +("gorski" nil (((g ao r) 1) ((s k iy) 0))) +("gorsky" nil (((g ao r) 1) ((s k iy) 0))) +("gorsline" nil (((g ao r) 1) ((s l ay n) 1))) +("gorsuch" nil (((g ao r) 1) ((s ax ch) 0))) +("gort" nil (((g ao r t) 1))) +("gortari" nil (((g ao r) 0) ((t aa) 1) ((r iy) 0))) +("gorter" nil (((g ao r) 1) ((t er) 0))) +("gortney" nil (((g ao r t) 1) ((n iy) 0))) +("gorton" nil (((g ao r) 1) ((t ax n) 0))) +("gorum" nil (((g ao) 1) ((r ax m) 0))) +("gory" nil (((g ao) 1) ((r iy) 0))) +("gosa" nil (((g ow) 1) ((s ax) 0))) +("gosbank" nil (((g ao s) 1) ((b ae ng k) 1))) +("gosch" nil (((g ao sh) 1))) +("gosdin" nil (((g aa s) 1) ((d ih n) 0))) +("gose" nil (((g ow z) 1))) +("gosh" nil (((g aa sh) 1))) +("gosha" nil (((g ow) 1) ((sh ax) 0))) +("goshawk" nil (((g aa s) 1) ((hh ao k) 1))) +("goshorn" nil (((g aa) 1) ((sh er n) 0))) +("goslee" nil (((g aa) 1) ((s l iy) 0))) +("goslin" nil (((g aa) 1) ((s l ih n) 0))) +("gosline" nil (((g aa) 1) ((s l ay n) 0))) +("gosman" nil (((g aa) 1) ((s m ax n) 0))) +("gosnell" nil (((g aa) 1) ((s n ax l) 0))) +("gosney" nil (((g aa) 1) ((s n iy) 0))) +("gospel" nil (((g aa) 1) ((s p ax l) 0))) +("gospels" nil (((g aa) 1) ((s p ax l z) 0))) +("gosplan" nil (((g ao) 1) ((s p l ae n) 1))) +("goss" nil (((g ao s) 1))) +("gossage" nil (((g ao) 1) ((s ih jh) 0))) +("gossamer" nil (((g aa) 1) ((s ax) 0) ((m er) 0))) +("gossard" nil (((g ax) 0) ((s aa r d) 1))) +("gosse" nil (((g aa s) 1))) +("gosselin" nil (((g aa) 1) ((s ih) 0) ((l ih n) 0))) +("gossen" nil (((g ao) 1) ((s ax n) 0))) +("gosser" nil (((g ao) 1) ((s er) 0))) +("gossett" nil (((g aa) 1) ((s ih t) 0))) +("gossip" nil (((g aa) 1) ((s ax p) 0))) +("gossiping" nil (((g aa) 1) ((s ax) 0) ((p ih ng) 0))) +("gossips" nil (((g aa) 1) ((s ax p s) 0))) +("gossipy" nil (((g aa) 1) ((s ax) 0) ((p iy) 0))) +("gossman" nil (((g ao) 1) ((s m ax n) 0))) +("gostev" nil (((g ao) 1) ((s t ax v) 0))) +("gostomski" nil (((g ax) 0) ((s t aa m) 1) ((s k iy) 0))) +("goswick" nil (((g aa) 1) ((s w ih k) 0))) +("got" nil (((g aa t) 1))) +("gotaas" nil (((g aa) 1) ((t aa s) 1))) +("gotch" nil (((g aa ch) 1))) +("gotcha" nil (((g aa) 1) ((ch ax) 0))) +("gotcher" nil (((g aa) 1) ((ch er) 0))) +("goth" nil (((g aa th) 1))) +("gotham" nil (((g aa) 1) ((th ax m) 0))) +("gothard" nil (((g aa) 1) ((th er d) 0))) +("gothenburg" nil (((g ow) 1) ((t ax n) 0) ((b er g) 0))) +("gothic" nil (((g aa) 1) ((th ih k) 0))) +("gotlieb" nil (((g aa t) 1) ((l iy b) 1))) +("goto" nil (((g ow) 1) ((t uw) 1))) +("gotsch" nil (((g aa ch) 1))) +("gotschal" nil (((g aa) 1) ((ch ax l) 0))) +("gotschall" nil (((g aa) 1) ((ch ax l) 0))) +("gotshal" nil (((g aa) 1) ((ch ax l) 0))) +("gotshall" nil (((g aa) 1) ((ch ax l) 0))) +("gott" nil (((g aa t) 1))) +("gotta" nil (((g aa) 1) ((t ax) 0))) +("gotten" nil (((g aa) 1) ((t ax n) 0))) +("gotterdammerung" nil (((g aa) 1) ((t er) 0) ((d ae) 1) ((m er) 0) ((ax ng) 0))) +("gottesman" nil (((g aa t) 1) ((s m ax n) 0))) +("gottfried" nil (((g ao t) 1) ((f r iy d) 0))) +("gotthardt" nil (((g aa) 1) ((th aa r t) 0))) +("gotthelf" nil (((g aa t) 1) ((hh eh l f) 1))) +("gotti" nil (((g aa) 1) ((t iy) 0))) +("gottis" nil (((g aa) 1) ((t ih s) 0))) +("gottlieb" nil (((g aa t) 1) ((l iy b) 1))) +("gottman" nil (((g aa t) 1) ((m ax n) 0))) +("gotts" nil (((g aa t s) 1))) +("gottsch" nil (((g aa ch) 1))) +("gottschalk" nil (((g aa) 1) ((ch ax k) 0))) +("gottschalks" nil (((g aa) 1) ((ch ax k s) 0))) +("gottschall" nil (((g aa) 1) ((ch ax l) 0))) +("gottshall" nil (((g aa) 1) ((ch ax l) 0))) +("gottwald" nil (((g aa) 1) ((t w ax l d) 0))) +("gotwalt" nil (((g aa) 1) ((t w ax l t) 0))) +("gotz" nil (((g aa t s) 1))) +("gou" nil (((g ow) 1))) +("goucher" nil (((g aw) 1) ((k er) 0))) +("goude" nil (((g aw d) 1))) +("goudeau" nil (((g uw) 1) ((d ow) 1))) +("goudie" nil (((g aw) 1) ((d iy) 0))) +("goudreau" nil (((g uw) 1) ((d r ow) 1))) +("goudy" nil (((g aw) 1) ((d iy) 0))) +("gouge" nil (((g aw jh) 1))) +("gouged" nil (((g aw jh d) 1))) +("gougeon" nil (((g aw) 1) ((jh ih n) 0))) +("gouger" nil (((g aw) 1) ((jh er) 0))) +("gough" nil (((g ao f) 1))) +("goughnour" nil (((g aw) 1) ((n er) 0))) +("gouging" nil (((g aw) 1) ((jh ih ng) 0))) +("gouin" nil (((g w iy n) 1))) +("gouker" nil (((g aw) 1) ((k er) 0))) +("goulart" nil (((g uw) 0) ((l aa r t) 1))) +("goulash" nil (((g uw) 1) ((l aa sh) 1))) +("gould" nil (((g uw l d) 1))) +("goulden" nil (((g uh) 1) ((d ax n) 0))) +("goulding" nil (((g uw l) 1) ((d ih ng) 0))) +("goulet" nil (((g uw) 0) ((l eh t) 1))) +("goulette" nil (((g uw) 1) ((l eh t) 1))) +("goupil" nil (((g uw) 1) ((p ax l) 0))) +("gourd" nil (((g ao r d) 1))) +("gourdine" nil (((g uh r) 0) ((d ay n) 1))) +("gourds" nil (((g ao r d z) 1))) +("gourlay" nil (((g ao r) 1) ((l ey) 0))) +("gourley" nil (((g ao r) 1) ((l iy) 0))) +("gourment" nil (((g ao r) 1) ((m eh n t) 1))) +("gourmet" nil (((g uh r) 1) ((m ey) 1))) +("gourmets" nil (((g uh r) 1) ((m ey z) 1))) +("gousha" nil (((g uw) 1) ((sh ax) 0))) +("gout" nil (((g aw t) 1))) +("goutal" nil (((g uw) 1) ((t ax l) 0))) +("gouty" nil (((g aw) 1) ((t iy) 0))) +("gouveia" nil (((g uw) 0) ((v ey) 1) ((iy) 0) ((ax) 0))) +("gov" nil (((jh iy) 1) ((ow) 1) ((v iy) 1))) +("govan" nil (((g ow) 1) ((v ax n) 0))) +("gove" nil (((g ow v) 1))) +("govea" nil (((g ah) 1) ((v iy) 0) ((ax) 0))) +("gover" nil (((g ah) 1) ((v er) 0))) +("goverment" nil (((g ah) 1) ((v er) 0) ((m ax n t) 0))) +("govern" nil (((g ah) 1) ((v er n) 0))) +("governale" nil (((g ah) 1) ((v er) 0) ((n ey l) 1))) +("governance" nil (((g ah) 1) ((v er) 0) ((n ax n s) 0))) +("governed" nil (((g ah) 1) ((v er n d) 0))) +("governess" nil (((g ah) 1) ((v er) 0) ((n ax s) 0))) +("governing" nil (((g ah) 1) ((v er) 0) ((n ih ng) 0))) +("government" nil (((g ah) 1) ((v er) 0) ((m ax n t) 0))) +("governmental" nil (((g ah) 1) ((v er) 0) ((m eh n) 1) ((t ax l) 0))) +("governmentally" nil (((g ah) 1) ((v er) 0) ((m eh n) 1) ((t ax) 0) ((l iy) 0))) +("governments" nil (((g ah) 1) ((v er) 0) ((m ax n t s) 0))) +("governor" nil (((g ah) 1) ((v er) 0) ((n er) 0))) +("governors" nil (((g ah) 1) ((v er) 0) ((n er z) 0))) +("governorship" nil (((g ah) 1) ((v er) 0) ((n er) 0) ((sh ih p) 1))) +("governorships" nil (((g ah) 1) ((v er) 0) ((n er) 0) ((sh ih p s) 1))) +("governs" nil (((g ah) 1) ((v er n z) 0))) +("govett" nil (((g ah) 1) ((v ax t) 0))) +("govier" nil (((g ow) 1) ((v iy) 0) ((er) 0))) +("govoni" nil (((g ow) 0) ((v ow) 1) ((n iy) 0))) +("govpx" nil (((g ah v) 1) ((p iy) 1) ((eh k s) 1))) +("govs" nil (((g aa v z) 1))) +("gow" nil (((g aw) 1))) +("gowan" nil (((g aw) 1) ((ax n) 0))) +("gowans" nil (((g aw) 1) ((ax n z) 0))) +("goward" nil (((g ow) 1) ((w er d) 0))) +("gowdy" nil (((g aw) 1) ((d iy) 0))) +("gowell" nil (((g aa) 1) ((w eh l) 0))) +("gowen" nil (((g aw) 1) ((ax n) 0))) +("gowens" nil (((g aw) 1) ((ax n z) 0))) +("gower" nil (((g aw) 1) ((er) 0))) +("gowin" nil (((g aw) 1) ((ih n) 0))) +("gowing" nil (((g aw) 1) ((ih ng) 0))) +("gowins" nil (((g aw) 1) ((ih n z) 0))) +("gown" nil (((g aw n) 1))) +("gowns" nil (((g aw n z) 1))) +("goy" nil (((g oy) 1))) +("goya" nil (((g oy) 1) ((ax) 0))) +("goyer" nil (((g oy) 1) ((er) 0))) +("goyette" nil (((g oy) 1) ((eh t) 1))) +("goyim" nil (((g oy) 1) ((ih m) 0))) +("goyne" nil (((g oy n) 1))) +("goynes" nil (((g oy n z) 1))) +("goza" nil (((g ow) 1) ((z ax) 0))) +("gozo" nil (((g ow) 1) ((z ow) 0))) +("gptzero" nil (((jh iy) 1) ((p iy) 1) ((t iy) 1) ((z ih) 1) ((r ow) 0))) +("gpu" nil (((jh iy) 1) ((p iy) 1) ((y uw) 1))) +("grab" nil (((g r ae b) 1))) +("grabau" nil (((g r ae) 1) ((b aw) 0))) +("grabbe" nil (((g r ae b) 1))) +("grabbed" nil (((g r ae b d) 1))) +("grabber" nil (((g r ae) 1) ((b er) 0))) +("grabbers" nil (((g r ae) 1) ((b er z) 0))) +("grabbing" nil (((g r ae) 1) ((b ih ng) 0))) +("grabe" nil (((g r ey b) 1))) +("grabel" nil (((g r ae) 1) ((b ax l) 0))) +("graben" nil (((g r ae) 1) ((b ax n) 0))) +("grabens" nil (((g r aa) 1) ((b ax n z) 0))) +("grabenstein" nil (((g r ae) 1) ((b ax n) 0) ((s t ay n) 1))) +("graber" nil (((g r ey) 1) ((b er) 0))) +("grabert" nil (((g r ae) 1) ((b er t) 0))) +("grabill" nil (((g r ax) 0) ((b ih l) 1))) +("grabinski" nil (((g r ax) 0) ((b ih n) 1) ((s k iy) 0))) +("grable" nil (((g r ey) 1) ((b ax l) 0))) +("grabner" nil (((g r ae b) 1) ((n er) 0))) +("graboski" nil (((g r ax) 0) ((b aw) 1) ((s k iy) 0))) +("grabow" nil (((g r ae) 1) ((b ow) 0))) +("grabowski" nil (((g r ax) 0) ((b ao f) 1) ((s k iy) 0))) +("grabs" nil (((g r ae b z) 1))) +("grabski" nil (((g r ae b) 1) ((s k iy) 1))) +("grace" nil (((g r ey s) 1))) +("graced" nil (((g r ey s t) 1))) +("graceffa" nil (((g r ax) 0) ((s eh) 1) ((f ax) 0))) +("graceful" nil (((g r ey) 1) ((s f ax l) 0))) +("gracefully" nil (((g r ey) 1) ((s f ax) 0) ((l iy) 0))) +("graceland" nil (((g r ey) 1) ((s l ax n d) 0))) +("graceless" nil (((g r ey) 1) ((s l ax s) 0))) +("graces" nil (((g r ey) 1) ((s ih z) 0))) +("gracey" nil (((g r ey) 1) ((s iy) 0))) +("grachev" nil (((g r aa) 1) ((ch eh v) 0))) +("graci" nil (((g r aa) 1) ((ch iy) 0))) +("gracia" nil (((g r aa) 1) ((ch ax) 0))) +("graciano" nil (((g r aa) 0) ((ch iy) 0) ((aa) 1) ((n ow) 0))) +("gracie" nil (((g r ey) 1) ((s iy) 0))) +("gracile" nil (((g r ae) 1) ((s ax l) 0))) +("gracious" nil (((g r ey) 1) ((sh ax s) 0))) +("graciously" nil (((g r ey) 1) ((sh ax) 0) ((s l iy) 0))) +("grackle" nil (((g r ae) 1) ((k ax l) 0))) +("grackles" nil (((g r ae) 1) ((k ax l z) 0))) +("graco" nil (((g r ae) 1) ((k ow) 0))) +("gracy" nil (((g r ey) 1) ((s iy) 0))) +("graczyk" nil (((g r aa) 1) ((ch ih k) 0))) +("grad" nil (((g r ae d) 1))) +("gradation" nil (((g r ey) 0) ((d ey) 1) ((sh ax n) 0))) +("gradco" nil (((g r ae d) 1) ((k ow) 0))) +("graddy" nil (((g r ae) 1) ((d iy) 0))) +("grade" nil (((g r ey d) 1))) +("graded" nil (((g r ey) 1) ((d ax d) 0))) +("gradel" nil (((g r ae) 1) ((d ax l) 0))) +("graden" nil (((g r ey) 1) ((d ax n) 0))) +("grader" nil (((g r ey) 1) ((d er) 0))) +("graders" nil (((g r ey) 1) ((d er z) 0))) +("grades" nil (((g r ey d z) 1))) +("grading" nil (((g r ey) 1) ((d ih ng) 0))) +("gradison" nil (((g r ae) 1) ((d ih) 0) ((s ax n) 0))) +("gradney" nil (((g r ae d) 1) ((n iy) 0))) +("grado" nil (((g r aa) 1) ((d ow) 0))) +("grads" nil (((g r ae d z) 1))) +("gradstein" nil (((g r ae d) 1) ((s t iy n) 0))) +("gradual" nil (((g r ae) 1) ((jh uw) 0) ((ax l) 0))) +("gradualism" nil (((g r ae) 1) ((jh ax) 0) ((w ax) 0) ((l ih) 1) ((z ax m) 0))) +("gradualist" nil (((g r ae) 1) ((jh ax) 0) ((w ax) 0) ((l ih s t) 0))) +("gradually" nil (((g r ae) 1) ((jh uw) 0) ((ax) 0) ((l iy) 0))) +("graduate" n (((g r ae) 1) ((jh ax) 0) ((w ax t) 0))) +("graduate" v (((g r ae) 1) ((jh ax) 0) ((w ey t) 0))) +("graduated" nil (((g r ae) 1) ((jh uw) 0) ((ey) 1) ((t ih d) 0))) +("graduates" n (((g r ae) 1) ((jh ax) 0) ((w ax t s) 0))) +("graduates" v (((g r ae) 1) ((jh ax) 0) ((w ey t s) 0))) +("graduating" nil (((g r ae) 1) ((jh ax) 0) ((w ey) 1) ((t ih ng) 0))) +("graduation" nil (((g r ae) 1) ((jh uw) 0) ((ey) 1) ((sh ax n) 0))) +("gradus" nil (((g r ey) 1) ((d ax s) 0))) +("grady" nil (((g r ey) 1) ((d iy) 0))) +("graeber" nil (((g r eh) 1) ((b er) 0))) +("graebner" nil (((g r eh b) 1) ((n er) 0))) +("graef" nil (((g r iy f) 1))) +("graefe" nil (((g r iy f) 1))) +("graeff" nil (((g r iy f) 1))) +("graeme" nil (((g r ey m) 1))) +("graeser" nil (((g r ey) 1) ((z er) 0))) +("graessle" nil (((g r eh) 1) ((s ax l) 0))) +("graetz" nil (((g r iy t s) 1))) +("graf" nil (((g r ae f) 1))) +("grafe" nil (((g r ey f) 1))) +("graff" nil (((g r ae f) 1))) +("graffam" nil (((g r ae) 1) ((f ax m) 0))) +("graffeo" nil (((g r aa) 1) ((f iy) 0) ((ow) 0))) +("graffiti" nil (((g r ax) 0) ((f iy) 1) ((t iy) 0))) +("graffius" nil (((g r ae) 1) ((f iy) 0) ((ih s) 0))) +("graft" nil (((g r ae f t) 1))) +("grafted" nil (((g r ae f) 1) ((t ih d) 0))) +("grafting" nil (((g r ae f) 1) ((t ih ng) 0))) +("grafton" nil (((g r ae f) 1) ((t ax n) 0))) +("grafts" nil (((g r ae f t s) 1))) +("grage" nil (((g r ey jh) 1))) +("gragert" nil (((g r ey) 1) ((g er t) 0))) +("gragg" nil (((g r ae g) 1))) +("graham" nil (((g r ey) 1) ((ax m) 0))) +("grahams" nil (((g r ae m z) 1))) +("grahek" nil (((g r ae) 1) ((hh ih k) 0))) +("grahl" nil (((g r aa l) 1))) +("grahn" nil (((g r ae n) 1))) +("graichen" nil (((g r ay) 1) ((k ax n) 0))) +("grail" nil (((g r ey l) 1))) +("grain" nil (((g r ey n) 1))) +("grained" nil (((g r ey n d) 1))) +("grainery" nil (((g r ey) 1) ((n er) 0) ((iy) 0))) +("grainger" nil (((g r aa) 1) ((ih ng) 0) ((er) 0))) +("grains" nil (((g r ey n z) 1))) +("grainy" nil (((g r ey) 1) ((n iy) 0))) +("grajeda" nil (((g r ay) 0) ((iy) 1) ((d ax) 0))) +("graley" nil (((g r ae) 1) ((l iy) 0))) +("grall" nil (((g r ao l) 1))) +("gram" nil (((g r ae m) 1))) +("grama" nil (((g r ae) 1) ((m ax) 0))) +("gramaphone" nil (((g r ae) 1) ((m ax) 0) ((f ow n) 1))) +("grambling" nil (((g r ae m) 1) ((b l ih ng) 0))) +("gramer" nil (((g r ey) 1) ((m er) 0))) +("gramercy" nil (((g r ax) 0) ((m er) 1) ((s iy) 0))) +("grames" nil (((g r ey m z) 1))) +("gramley" nil (((g r ae m) 1) ((l iy) 0))) +("gramlich" nil (((g r ae m) 1) ((l ih k) 0))) +("gramling" nil (((g r ae m) 1) ((l ih ng) 0))) +("gramm" nil (((g r ae m) 1))) +("grammar" nil (((g r ae) 1) ((m er) 0))) +("grammatical" nil (((g r ax) 0) ((m ae) 1) ((t ax) 0) ((k ax l) 0))) +("grammatico" nil (((g r aa) 0) ((m aa) 0) ((t iy) 1) ((k ow) 0))) +("grammer" nil (((g r ae) 1) ((m er) 0))) +("grammophon" nil (((g r ae) 1) ((m ax) 0) ((f aa n) 0))) +("grammy" nil (((g r ae) 1) ((m iy) 0))) +("grammys" nil (((g r ae) 1) ((m iy z) 0))) +("grams" nil (((g r ae m z) 1))) +("gramza" nil (((g r ae m) 1) ((z ax) 0))) +("gran" nil (((g r ae n) 1))) +("grana" nil (((g r ae) 1) ((n ax) 0))) +("granada" nil (((g r ax) 0) ((n aa) 1) ((d ax) 0))) +("granade" nil (((g r ax) 0) ((n ey d) 1))) +("granado" nil (((g r aa) 0) ((n aa) 1) ((d ow) 0))) +("granados" nil (((g r aa) 0) ((n aa) 1) ((d ow z) 0))) +("granahan" nil (((g r ae) 1) ((n ax) 0) ((hh ae n) 0))) +("granat" nil (((g r ae) 1) ((n ax t) 0))) +("granata" nil (((g r aa) 0) ((n aa) 1) ((t ax) 0))) +("granato" nil (((g r aa) 0) ((n aa) 1) ((t ow) 0))) +("granberg" nil (((g r ae n) 1) ((b er g) 0))) +("granberry" nil (((g r ae n) 1) ((b eh) 1) ((r iy) 0))) +("grancare" nil (((g r ae n) 1) ((k eh r) 1))) +("grand" nil (((g r ae n d) 1))) +("granda" nil (((g r ae n) 1) ((d ax) 0))) +("grandad" nil (((g r ae n) 1) ((d ae d) 1))) +("grandbaby" nil (((g r ae n d) 1) ((b ey) 1) ((b iy) 0))) +("grandberry" nil (((g r ae n d) 1) ((b eh) 1) ((r iy) 0))) +("grandchamp" nil (((g r ae n d) 1) ((ch ae m p) 1))) +("grandchild" nil (((g r ae n d) 1) ((ch ay l d) 1))) +("grandchildren" nil (((g r ae n) 1) ((ch ih l) 1) ((d r ax n) 0))) +("granddaddy" nil (((g r ae n) 1) ((d ae) 1) ((d iy) 0))) +("granddaughter" nil (((g r ae n) 1) ((d ao) 1) ((t er) 0))) +("granddaughters" nil (((g r ae n) 1) ((d ao) 1) ((t er z) 0))) +("grande" nil (((g r ae n d) 1))) +("grander" nil (((g r ae n) 1) ((d er) 0))) +("granderson" nil (((g r ae n) 1) ((d er) 0) ((s ax n) 0))) +("grandest" nil (((g r ae n) 1) ((d ax s t) 0))) +("grandeur" nil (((g r ae n) 0) ((d uw r) 1))) +("grandfather" nil (((g r ae n d) 1) ((f aa) 1) ((dh er) 0))) +("grandfathered" nil (((g r ae n d) 1) ((f aa) 1) ((dh er d) 0))) +("grandfathering" nil (((g r ae n d) 1) ((f aa) 1) ((dh er) 0) ((ih ng) 0))) +("grandfatherly" nil (((g r ae n d) 1) ((f aa) 1) ((dh er) 0) ((l iy) 0))) +("grandfathers" nil (((g r ae n d) 1) ((f aa) 1) ((dh er z) 0))) +("grandfield" nil (((g r ae n d) 1) ((f iy l d) 1))) +("grandi" nil (((g r ae n) 1) ((d iy) 0))) +("grandillo" nil (((g r ae n) 0) ((d ih) 1) ((l ow) 0))) +("grandiloquent" nil (((g r ae n) 0) ((d ih) 1) ((l ax) 0) ((k w ax n t) 0))) +("grandin" nil (((g r ae n) 1) ((d ih n) 1))) +("grandinetti" nil (((g r ae n) 0) ((d iy) 0) ((n eh) 1) ((t iy) 0))) +("grandiose" nil (((g r ae n) 1) ((d iy) 0) ((ow s) 1))) +("grandison" nil (((g r ae n) 1) ((d ih) 0) ((s ax n) 0))) +("grandkids" nil (((g r ae n d) 1) ((k ih d z) 1))) +("grandly" nil (((g r ae n d) 1) ((l iy) 0))) +("grandma" nil (((g r ae) 1) ((m aa) 0))) +("grandmaison" nil (((g r ae n d) 1) ((m ay) 1) ((z aa n) 1))) +("grandmaster" nil (((g r ae n d) 1) ((m ae) 1) ((s t er) 0))) +("grandmet" nil (((g r ae n d) 1) ((m eh t) 1))) +("grandmother" nil (((g r ae n d) 1) ((m ah) 1) ((dh er) 0))) +("grandmotherly" nil (((g r ae n d) 1) ((m ah) 1) ((dh er) 0) ((l iy) 0))) +("grandmothers" nil (((g r ae n d) 1) ((m ah) 1) ((dh er z) 0))) +("grandnephew" nil (((g r ae n d) 1) ((n eh) 1) ((f y uw) 0))) +("grandon" nil (((g r ae n) 1) ((d aa n) 0))) +("grandpa" nil (((g r ae n d) 1) ((p aa) 1))) +("grandparent" nil (((g r ae n d) 1) ((p eh) 1) ((r ax n t) 0))) +("grandparents" nil (((g r ae n d) 1) ((p eh) 1) ((r ax n t s) 0))) +("grandpre" nil (((g r ae n d) 1) ((p r ey) 1))) +("grands" nil (((g r ae n d z) 1))) +("grandson" nil (((g r ae n d) 1) ((s ah n) 1))) +("grandsons" nil (((g r ae n d) 1) ((s ah n z) 1))) +("grandstaff" nil (((g r ae n d) 1) ((s t ae f) 1))) +("grandstand" nil (((g r ae n d) 1) ((s t ae n d) 1))) +("grandstanding" nil (((g r ae n d) 1) ((s t ae n) 1) ((d ih ng) 0))) +("grandt" nil (((g r ae n t) 1))) +("granduncle" nil (((g r ae n) 1) ((d ah ng) 1) ((k ax l) 0))) +("grandview" nil (((g r ae n d) 1) ((v y uw) 1))) +("grandy" nil (((g r ae n) 1) ((d iy) 0))) +("graner" nil (((g r ey) 1) ((n er) 0))) +("granese" nil (((g r ae) 1) ((n iy z) 0))) +("graney" nil (((g r ey) 1) ((n iy) 0))) +("granfield" nil (((g r ae n) 1) ((f iy l d) 1))) +("grange" nil (((g r ey n jh) 1))) +("granger" nil (((g r ey n) 1) ((jh er) 0))) +("grangers" nil (((g r ey n) 1) ((jh er z) 0))) +("granges" nil (((g r ey n) 1) ((jh ih z) 0))) +("granholm" nil (((g r ae n) 1) ((hh ow l m) 1))) +("granier" nil (((g r ey) 1) ((n iy) 0) ((er) 0))) +("granieri" nil (((g r aa) 0) ((n ih) 1) ((r iy) 0))) +("granillo" nil (((g r ax) 0) ((n ih) 1) ((l ow) 0))) +("graningeverken" nil (((g r ae) 1) ((n ih ng) 0) ((g eh) 1) ((v er) 0) ((k ax n) 0))) +("granite" nil (((g r ae) 1) ((n ax t) 0))) +("granitic" nil (((g r ax) 0) ((n ih) 1) ((t ih k) 0))) +("granito" nil (((g r aa) 0) ((n iy) 1) ((t ow) 0))) +("granlund" nil (((g r ae n) 1) ((l ax n d) 0))) +("grannan" nil (((g r ae) 1) ((n ax n) 0))) +("grannis" nil (((g r ae) 1) ((n ih s) 0))) +("granny" nil (((g r ae) 1) ((n iy) 0))) +("grano" nil (((g r aa) 1) ((n ow) 0))) +("granoff" nil (((g r ae) 1) ((n ao f) 0))) +("granola" nil (((g r ax) 0) ((n ow) 1) ((l ax) 0))) +("granquist" nil (((g r ae n) 1) ((k w ih s t) 1))) +("granstrom" nil (((g r ae n) 1) ((s t r ax m) 0))) +("grant" nil (((g r ae n t) 1))) +("granted" nil (((g r ae n) 1) ((t ax d) 0))) +("grantham" nil (((g r ae n) 1) ((th ax m) 0))) +("granting" nil (((g r ae n) 1) ((t ih ng) 0))) +("grantland" nil (((g r ae n t) 1) ((l ax n d) 0))) +("grantor" nil (((g r ae n) 1) ((t er) 0))) +("grantors" nil (((g r ae n) 1) ((t er z) 0))) +("grantree" nil (((g r ae n) 1) ((t r iy) 1))) +("grants" nil (((g r ae n t s) 1))) +("grantz" nil (((g r ae n t s) 1))) +("granular" nil (((g r ae) 1) ((n y ax) 0) ((l er) 0))) +("granulation" nil (((g r ae) 1) ((n y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("granulocyte" nil (((g r ax) 0) ((n uw) 1) ((l ow) 0) ((s ay t) 1))) +("granum" nil (((g r ae) 1) ((n ax m) 0))) +("granville" nil (((g r ae n) 1) ((v ih l) 0))) +("granz" nil (((g r ae n t s) 1))) +("granzow" nil (((g r ae n) 1) ((z ow) 0))) +("grape" nil (((g r ey p) 1))) +("grapefruit" nil (((g r ey p) 1) ((f r uw t) 1))) +("grapefruits" nil (((g r ey p) 1) ((f r uw t s) 1))) +("graper" nil (((g r ey) 1) ((p er) 0))) +("grapes" nil (((g r ey p s) 1))) +("grapeshot" nil (((g r ey p) 1) ((sh aa t) 1))) +("grapevine" nil (((g r ey p) 1) ((v ay n) 1))) +("grapevines" nil (((g r ey p) 1) ((v ay n z) 1))) +("graph" nil (((g r ae f) 1))) +("graphic" nil (((g r ae) 1) ((f ih k) 0))) +("graphical" nil (((g r ae) 1) ((f ih) 0) ((k ax l) 0))) +("graphically" nil (((g r ae) 1) ((f ih) 0) ((k l iy) 0))) +("graphics" nil (((g r ae) 1) ((f ih k s) 0))) +("graphite" nil (((g r ae) 1) ((f ay t) 1))) +("graphology" nil (((g r ax) 0) ((f aa) 1) ((l ax) 0) ((jh iy) 0))) +("graphs" nil (((g r ae f s) 1))) +("grapple" nil (((g r ae) 1) ((p ax l) 0))) +("grappled" nil (((g r ae) 1) ((p ax l d) 0))) +("grapples" nil (((g r ae) 1) ((p ax l z) 0))) +("grappling" nil (((g r ae) 1) ((p l ih ng) 0))) +("gras" nil (((g r ae s) 1))) +("graser" nil (((g r ey) 1) ((z er) 0))) +("grasmick" nil (((g r ae z) 1) ((m ih k) 0))) +("grasp" nil (((g r ae s p) 1))) +("grasped" nil (((g r ae s p t) 1))) +("grasping" nil (((g r ae) 1) ((s p ih ng) 0))) +("grasps" nil (((g r ae s p s) 1))) +("grass" nil (((g r ae s) 1))) +("grasse" nil (((g r ae s) 1))) +("grassed" nil (((g r ae s t) 1))) +("grassel" nil (((g r ae) 1) ((s ax l) 0))) +("grasser" nil (((g r ae) 1) ((s er) 0))) +("grassers" nil (((g r ae) 1) ((s er z) 0))) +("grasses" nil (((g r ae) 1) ((s ax z) 0))) +("grassgreen" nil (((g r ae s) 1) ((g r iy n) 1))) +("grasshopper" nil (((g r ae s) 1) ((hh aa) 1) ((p er) 0))) +("grasshoppers" nil (((g r ae s) 1) ((hh aa) 1) ((p er z) 0))) +("grassi" nil (((g r ae) 1) ((s iy) 0))) +("grassia" nil (((g r aa) 1) ((s iy) 0) ((ax) 0))) +("grassl" nil (((g r ae) 1) ((s ax l) 0))) +("grassland" nil (((g r ae) 1) ((s l ae n d) 1))) +("grasslands" nil (((g r ae) 1) ((s l ae n d z) 1))) +("grassley" nil (((g r ae) 1) ((s l iy) 0))) +("grasslike" nil (((g r ae) 1) ((s l ay k) 1))) +("grassman" nil (((g r ae) 1) ((s m ax n) 0))) +("grasso" nil (((g r ae) 1) ((s ow) 0))) +("grassroots" nil (((g r ae) 1) ((s r uw t s) 1))) +("grassy" nil (((g r ae) 1) ((s iy) 0))) +("grasty" nil (((g r ae) 1) ((s t iy) 0))) +("grata" nil (((g r aa) 1) ((t ax) 0))) +("grate" nil (((g r ey t) 1))) +("grated" nil (((g r ey) 1) ((t ih d) 0))) +("grateful" nil (((g r ey t) 1) ((f ax l) 0))) +("gratefully" nil (((g r ey t) 1) ((f ax) 0) ((l iy) 0))) +("grater" nil (((g r ey) 1) ((t er) 0))) +("grates" nil (((g r ey t s) 1))) +("grathwohl" nil (((g r ae) 1) ((th w ow l) 1))) +("gratification" nil (((g r ae) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("gratified" nil (((g r ae) 1) ((t ax) 0) ((f ay d) 1))) +("gratify" nil (((g r ae) 1) ((t ax) 0) ((f ay) 1))) +("gratifying" nil (((g r ae) 1) ((t ax) 0) ((f ay) 1) ((ih ng) 0))) +("grating" nil (((g r ey) 1) ((t ih ng) 0))) +("gratis" nil (((g r ae) 1) ((t ax s) 0))) +("gratitude" nil (((g r ae) 1) ((t ax) 0) ((t uw d) 1))) +("grattan" nil (((g r ae) 1) ((t ax n) 0))) +("gratton" nil (((g r ae) 1) ((t ax n) 0))) +("gratuities" nil (((g r ax) 0) ((t uw) 1) ((ih) 0) ((t iy z) 0))) +("gratuitous" nil (((g r ax) 0) ((t uw) 1) ((ax) 0) ((t ax s) 0))) +("gratuitously" nil (((g r ax) 0) ((t uw) 1) ((ax) 0) ((t ax) 0) ((s l iy) 0))) +("gratuity" nil (((g r ax) 0) ((t uw) 1) ((ih) 0) ((t iy) 0))) +("gratz" nil (((g r ae t s) 1))) +("gratzer" nil (((g r ey t) 1) ((z er) 0))) +("grau" nil (((g r aw) 1))) +("grauberger" nil (((g r aw) 1) ((b er) 0) ((g er) 0))) +("graue" nil (((g r aw) 1))) +("grauel" nil (((g r aw) 1) ((ax l) 0))) +("grauer" nil (((g r aw) 1) ((er) 0))) +("graul" nil (((g r ao l) 1))) +("grauman" nil (((g r ao) 1) ((m ax n) 0))) +("graumann" nil (((g r ao) 1) ((m ax n) 0))) +("graunke" nil (((g r ao ng k) 1))) +("gravatt" nil (((g r ae) 1) ((v ax t) 0))) +("grave" nil (((g r ey v) 1))) +("gravel" nil (((g r ae) 1) ((v ax l) 0))) +("graveline" nil (((g r ey) 1) ((v l ay n) 1))) +("gravell" nil (((g r ae) 1) ((v ax l) 0))) +("gravelle" nil (((g r ax) 0) ((v eh l) 1))) +("gravelly" nil (((g r ae) 1) ((v ax) 0) ((l iy) 0))) +("gravely" nil (((g r ey) 1) ((v l iy) 0))) +("graven" nil (((g r ey) 1) ((v ax n) 0))) +("graver" nil (((g r ey) 1) ((v er) 0))) +("graves" nil (((g r ey v z) 1))) +("gravest" nil (((g r ae) 1) ((v ax s t) 0))) +("gravett" nil (((g r ae) 1) ((v ih t) 0))) +("gravette" nil (((g r ax) 0) ((v eh t) 1))) +("graveyard" nil (((g r ey) 1) ((v y aa r d) 1))) +("graveyards" nil (((g r ey) 1) ((v y aa r d z) 1))) +("gravies" nil (((g r ey) 1) ((v iy z) 0))) +("gravimeter" nil (((g r ae) 1) ((v ax) 0) ((m iy) 1) ((t er) 0))) +("gravimetric" nil (((g r ae) 1) ((v ax) 0) ((m eh) 1) ((t r ih k) 0))) +("gravina" nil (((g r aa) 0) ((v iy) 1) ((n ax) 0))) +("gravino" nil (((g r aa) 0) ((v iy) 1) ((n ow) 0))) +("gravitate" nil (((g r ae) 1) ((v ih) 0) ((t ey t) 1))) +("gravitated" nil (((g r ae) 1) ((v ax) 0) ((t ey) 1) ((t ih d) 0))) +("gravitates" nil (((g r ae) 1) ((v ih) 0) ((t ey t s) 1))) +("gravitating" nil (((g r ae) 1) ((v ih) 0) ((t ey) 1) ((t ih ng) 0))) +("gravitational" nil (((g r ae) 1) ((v ih) 0) ((t ey) 1) ((sh ax) 0) ((n ax l) 0))) +("gravitationally" nil (((g r ae) 1) ((v ax) 0) ((t ey) 1) ((sh n ax) 0) ((l iy) 0))) +("gravitt" nil (((g r ae) 1) ((v ih t) 0))) +("gravity" nil (((g r ae) 1) ((v ax) 0) ((t iy) 0))) +("gravley" nil (((g r ae) 1) ((v l iy) 0))) +("gravlin" nil (((g r ae) 1) ((v l ih n) 0))) +("gravois" nil (((g r ax v) 0) ((w aa) 1))) +("gravy" nil (((g r ey) 1) ((v iy) 0))) +("graw" nil (((g r ao) 1))) +("grawe" nil (((g r ao) 1))) +("gray" nil (((g r ey) 1))) +("graybeal" nil (((g r ey) 1) ((b ax l) 0))) +("graybill" nil (((g r ey) 1) ((b ih l) 1))) +("graydon" nil (((g r ey) 1) ((d ax n) 0))) +("graye" nil (((g r ey) 1))) +("grayer" nil (((g r ey) 1) ((er) 0))) +("graying" nil (((g r ey) 1) ((ih ng) 0))) +("grayish" nil (((g r ey) 1) ((ih sh) 0))) +("grayling" nil (((g r ey) 1) ((l ih ng) 0))) +("grays" nil (((g r ey z) 1))) +("grayson" nil (((g r ey) 1) ((s ax n) 0))) +("graze" nil (((g r ey z) 1))) +("grazer" nil (((g r ey) 1) ((z er) 0))) +("graziani" nil (((g r aa) 0) ((z iy) 0) ((aa) 1) ((n iy) 0))) +("graziano" nil (((g r aa t) 0) ((s iy) 0) ((aa) 1) ((n ow) 0))) +("grazier" nil (((g r ey) 1) ((z iy) 0) ((er) 0))) +("grazing" nil (((g r ey) 1) ((z ih ng) 0))) +("greaney" nil (((g r iy) 1) ((n iy) 0))) +("grear" nil (((g r ih r) 1))) +("grease" nil (((g r iy s) 1))) +("greased" nil (((g r iy s t) 1))) +("greaser" nil (((g r iy) 1) ((s er) 0))) +("greasewood" nil (((g r iy) 1) ((s w uh d) 1))) +("greasing" nil (((g r iy) 1) ((s ih ng) 0))) +("greason" nil (((g r iy) 1) ((s ax n) 0))) +("greasy" nil (((g r iy) 1) ((s iy) 0))) +("great" nil (((g r ey t) 1))) +("greater" nil (((g r ey) 1) ((t er) 0))) +("greatest" nil (((g r ey) 1) ((t ax s t) 0))) +("greathouse" nil (((g r ey t) 1) ((hh aw s) 1))) +("greatly" nil (((g r ey t) 1) ((l iy) 0))) +("greatness" nil (((g r ey t) 1) ((n ax s) 0))) +("greats" nil (((g r ey t s) 1))) +("greave" nil (((g r iy v) 1))) +("greaves" nil (((g r iy v z) 1))) +("greb" nil (((g r eh b) 1))) +("grebe" nil (((g r iy b) 1))) +("greber" nil (((g r iy) 1) ((b er) 0))) +("grebner" nil (((g r eh b) 1) ((n er) 0))) +("grecco" nil (((g r eh) 1) ((k ow) 0))) +("grech" nil (((g r eh k) 1))) +("grecian" nil (((g r iy) 1) ((sh ax n) 0))) +("greco" nil (((g r eh) 1) ((k ow) 0))) +("grede" nil (((g r iy d) 1))) +("gredel" nil (((g r eh) 1) ((d ax l) 0))) +("greditor" nil (((g r eh) 1) ((d ih) 0) ((t er) 0))) +("greear" nil (((g r iy) 1) ((er) 0))) +("greece" nil (((g r iy s) 1))) +("greed" nil (((g r iy d) 1))) +("greedily" nil (((g r iy) 1) ((d ax) 0) ((l iy) 0))) +("greedy" nil (((g r iy) 1) ((d iy) 0))) +("greek" nil (((g r iy k) 1))) +("greeks" nil (((g r iy k s) 1))) +("greeley" nil (((g r iy) 1) ((l iy) 0))) +("greely" nil (((g r iy) 1) ((l iy) 0))) +("green" nil (((g r iy n) 1))) +("greenan" nil (((g r iy) 1) ((n ax n) 0))) +("greenawalt" nil (((g r iy) 1) ((n ax) 0) ((w ao l t) 1))) +("greenaway" nil (((g r iy) 1) ((n ax) 0) ((w ey) 1))) +("greenback" nil (((g r iy n) 1) ((b ae k) 1))) +("greenbacks" nil (((g r iy n) 1) ((b ae k s) 1))) +("greenbaum" nil (((g r iy n) 1) ((b aw m) 1))) +("greenbelt" nil (((g r iy n) 1) ((b eh l t) 1))) +("greenberg" nil (((g r iy n) 1) ((b er g) 0))) +("greenberger" nil (((g r iy n) 1) ((b er) 0) ((g er) 0))) +("greenblatt" nil (((g r iy n) 1) ((b l ax t) 0))) +("greenburg" nil (((g r iy n) 1) ((b er g) 0))) +("greenbury" nil (((g r iy n) 1) ((b er) 0) ((iy) 0))) +("greencastle" nil (((g r iy n) 1) ((k ae) 1) ((s ax l) 0))) +("greene" nil (((g r iy n) 1))) +("greened" nil (((g r iy n d) 1))) +("greener" nil (((g r iy) 1) ((n er) 0))) +("greenery" nil (((g r iy) 1) ((n er) 0) ((iy) 0))) +("greenfeld" nil (((g r iy n) 1) ((f eh l d) 1))) +("greenfell" nil (((g r iy n) 1) ((f eh l) 1))) +("greenfield" nil (((g r iy n) 1) ((f iy l d) 1))) +("greenhalgh" nil (((g r iy n) 1) ((hh ah l g) 1))) +("greenham" nil (((g r iy) 1) ((n ax m) 0))) +("greenhaw" nil (((g r iy n) 1) ((hh ao) 1))) +("greenhill" nil (((g r iy n) 1) ((hh ih l) 1))) +("greenhoe" nil (((g r iy n) 1) ((hh ow) 1))) +("greenhouse" nil (((g r iy n) 1) ((hh aw s) 1))) +("greenhouses" nil (((g r iy n) 1) ((hh aw) 1) ((s ih z) 0))) +("greenhut" nil (((g r iy n) 1) ((hh ax t) 0))) +("greeniaus" nil (((g r iy) 1) ((n iy) 0) ((aw s) 0))) +("greenidge" nil (((g r iy) 1) ((n ih jh) 0))) +("greening" nil (((g r iy) 1) ((n ih ng) 0))) +("greenish" nil (((g r iy) 1) ((n ih sh) 0))) +("greenland" nil (((g r iy n) 1) ((l ax n d) 0))) +("greenlaw" nil (((g r iy n) 1) ((l ao) 1))) +("greenleaf" nil (((g r iy n) 1) ((l iy f) 1))) +("greenlee" nil (((g r iy n) 1) ((l iy) 1))) +("greenlees" nil (((g r iy n) 1) ((l iy z) 1))) +("greenley" nil (((g r iy n) 1) ((l iy) 0))) +("greenly" nil (((g r iy n) 1) ((l iy) 0))) +("greenmail" nil (((g r iy n) 1) ((m ey l) 1))) +("greenmailer" nil (((g r iy n) 1) ((m ey) 1) ((l er) 0))) +("greenman" nil (((g r iy n) 1) ((m ax n) 0))) +("greenness" nil (((g r iy n) 1) ((n ax s) 0))) +("greeno" nil (((g r iy) 1) ((n ow) 0))) +("greenough" nil (((g r iy) 1) ((n ax f) 0))) +("greenpeace" nil (((g r iy n) 1) ((p iy s) 1))) +("greens" nil (((g r iy n z) 1))) +("greensboro" nil (((g r iy n z) 1) ((b er) 0) ((r ow) 0))) +("greensburg" nil (((g r iy n z) 1) ((b er g) 0))) +("greenshields" nil (((g r iy n) 1) ((sh iy l d z) 1))) +("greenslade" nil (((g r iy n) 1) ((s l ax d) 0))) +("greenslet" nil (((g r iy n) 1) ((s l eh t) 1))) +("greenspan" nil (((g r iy n) 1) ((s p ae n) 1))) +("greenspon" nil (((g r iy n) 1) ((s p aa n) 1))) +("greenspun" nil (((g r iy n) 1) ((s p ah n) 1))) +("greenstein" nil (((g r iy n) 1) ((s t ay n) 1))) +("greenstone" nil (((g r iy n) 1) ((s t ow n) 1))) +("greenstreet" nil (((g r iy n) 1) ((s t r iy t) 1))) +("greenup" nil (((g r iy) 1) ((n ah p) 1))) +("greenvale" nil (((g r iy n) 1) ((v ey l) 1))) +("greenville" nil (((g r iy n) 1) ((v ih l) 0))) +("greenwald" nil (((g r iy n) 1) ((w ao l d) 1))) +("greenwalt" nil (((g r iy n) 1) ((w ax l t) 0))) +("greenway" nil (((g r iy n) 1) ((w ey) 1))) +("greenwell" nil (((g r iy n) 1) ((w eh l) 1))) +("greenwich" nil (((g r eh) 1) ((n ih ch) 0))) +("greenwood" nil (((g r iy n) 1) ((w uh d) 1))) +("greer" nil (((g r ih r) 1))) +("greeson" nil (((g r iy) 1) ((s ax n) 0))) +("greet" nil (((g r iy t) 1))) +("greeted" nil (((g r iy) 1) ((t ax d) 0))) +("greetham" nil (((g r iy) 1) ((th ax m) 0))) +("greeting" nil (((g r iy) 1) ((t ih ng) 0))) +("greetings" nil (((g r iy) 1) ((t ih ng z) 0))) +("greets" nil (((g r iy t s) 1))) +("greever" nil (((g r iy) 1) ((v er) 0))) +("grefe" nil (((g r iy f) 1))) +("greff" nil (((g r eh f) 1))) +("greg" nil (((g r eh g) 1))) +("grega" nil (((g r iy) 1) ((g ax) 0))) +("gregarious" nil (((g r ax) 0) ((g eh) 1) ((r iy) 0) ((ax s) 0))) +("greger" nil (((g r eh) 1) ((g er) 0))) +("gregersen" nil (((g r eh) 1) ((g er) 0) ((s ax n) 0))) +("gregerson" nil (((g r eh) 1) ((g er) 0) ((s ax n) 0))) +("gregg" nil (((g r eh g) 1))) +("greggs" nil (((g r eh g z) 1))) +("grego" nil (((g r eh) 1) ((g ow) 0))) +("gregoire" nil (((g r ih) 0) ((g w aa r) 1))) +("gregor" nil (((g r eh) 1) ((g er) 0))) +("gregori" nil (((g r eh) 0) ((g ao) 1) ((r iy) 0))) +("gregoria" nil (((g r eh) 0) ((g ao) 1) ((r iy) 0) ((ax) 0))) +("gregorian" nil (((g r ax) 0) ((g ao) 1) ((r iy) 0) ((ax n) 0))) +("gregorich" nil (((g r eh) 1) ((g er) 0) ((ih k) 0))) +("gregorie" nil (((g r eh) 1) ((g er) 0) ((iy) 0))) +("gregorio" nil (((g r ih) 0) ((g ao) 1) ((r iy) 0) ((ow) 0))) +("gregory" nil (((g r eh) 1) ((g er) 0) ((iy) 0))) +("gregson" nil (((g r eh g) 1) ((s ax n) 0))) +("gregston" nil (((g r eh g) 1) ((s t ax n) 0))) +("gregus" nil (((g r iy) 1) ((g ax s) 0))) +("greider" nil (((g r ay) 1) ((d er) 0))) +("greif" nil (((g r iy f) 1))) +("greiff" nil (((g r iy f) 1))) +("greig" nil (((g r iy g) 1))) +("greim" nil (((g r iy m) 1))) +("greiman" nil (((g r ay) 1) ((m ax n) 0))) +("grein" nil (((g r ey n) 1))) +("greiner" nil (((g r ay) 1) ((n er) 0))) +("greinke" nil (((g r ey ng k) 1))) +("greis" nil (((g r iy z) 1))) +("greiwe" nil (((g r iy w) 1))) +("grell" nil (((g r eh l) 1))) +("grella" nil (((g r eh) 1) ((l ax) 0))) +("grelle" nil (((g r eh l) 1))) +("gremban" nil (((g r eh m) 1) ((b ae n) 1))) +("gremillion" nil (((g r eh) 1) ((m ih) 0) ((l y ax n) 0))) +("gren" nil (((g r eh n) 1))) +("grenada" nil (((g r ih) 0) ((n ey) 1) ((d ax) 0))) +("grenade" nil (((g r ax) 0) ((n ey d) 1))) +("grenades" nil (((g r ax) 0) ((n ey d z) 1))) +("grenda" nil (((g r eh n) 1) ((d ax) 0))) +("grendel" nil (((g r eh n) 1) ((d ax l) 0))) +("grenell" nil (((g r eh) 1) ((n ax l) 0))) +("grenfell" nil (((g r eh n) 1) ((f ax l) 0))) +("grenier" nil (((g r iy) 1) ((n iy) 0) ((er) 0))) +("greninger" nil (((g r eh) 1) ((n ih ng) 0) ((er) 0))) +("grennan" nil (((g r eh) 1) ((n ax n) 0))) +("grenoble" nil (((g r ax) 0) ((n ow) 1) ((b ax l) 0))) +("grenon" nil (((g r eh) 1) ((n ax n) 0))) +("grenouille" nil (((g r ax) 0) ((n uw) 1) ((iy) 0))) +("grenz" nil (((g r eh n z) 1))) +("gresh" nil (((g r eh sh) 1))) +("gresham" nil (((g r eh) 1) ((sh ax m) 0))) +("gresko" nil (((g r eh) 1) ((s k ow) 0))) +("gress" nil (((g r eh s) 1))) +("gresser" nil (((g r eh) 1) ((s er) 0))) +("gressett" nil (((g r eh) 1) ((s ih t) 0))) +("gressley" nil (((g r eh) 1) ((s l iy) 0))) +("gressman" nil (((g r eh) 1) ((s m ax n) 0))) +("greta" nil (((g r iy) 1) ((t ax) 0))) +("gretal" nil (((g r eh) 1) ((t ax l) 0))) +("gretchen" nil (((g r eh) 1) ((ch ax n) 0))) +("grete" nil (((g r iy t) 1))) +("gretel" nil (((g r eh) 1) ((t ax l) 0))) +("greth" nil (((g r eh th) 1))) +("grethel" nil (((g r eh) 1) ((th ax l) 0))) +("grether" nil (((g r eh) 1) ((dh er) 0))) +("gretna" nil (((g r eh t) 1) ((n ax) 0))) +("grettenberger" nil (((g r eh) 1) ((t ax n) 0) ((b er) 0) ((g er) 0))) +("gretz" nil (((g r eh t s) 1))) +("gretzinger" nil (((g r eh t) 1) ((z ih ng) 0) ((er) 0))) +("gretzky" nil (((g r eh t) 1) ((s k iy) 1))) +("greubel" nil (((g r oy) 1) ((b ax l) 0))) +("greuel" nil (((g r uw) 1) ((ax l) 0))) +("greulich" nil (((g r oy) 1) ((l ih k) 0))) +("greunke" nil (((g r uw ng k) 1))) +("greve" nil (((g r iy v) 1))) +("grever" nil (((g r eh) 1) ((v er) 0))) +("grew" nil (((g r uw) 1))) +("grewal" nil (((g r uw) 1) ((ax l) 0))) +("grewe" nil (((g r uw) 1))) +("grewell" nil (((g r eh) 1) ((w eh l) 0))) +("grey" nil (((g r ey) 1))) +("greyhound" nil (((g r ey) 1) ((hh aw n d) 1))) +("greylag" nil (((g r ey) 1) ((l ae g) 1))) +("gribben" nil (((g r ih) 1) ((b ax n) 0))) +("gribbin" nil (((g r ih) 1) ((b ih n) 0))) +("gribbins" nil (((g r ih) 1) ((b ih n z) 0))) +("gribble" nil (((g r ih) 1) ((b ax l) 0))) +("gribbles" nil (((g r ih) 1) ((b ax l z) 0))) +("gribbon" nil (((g r ih) 1) ((b ax n) 0))) +("grice" nil (((g r ay s) 1))) +("grid" nil (((g r ih d) 1))) +("griddle" n (((g r ih) 1) ((d ax l) 0))) +("grider" nil (((g r ay) 1) ((d er) 0))) +("gridiron" nil (((g r ih) 1) ((d ay) 1) ((er n) 0))) +("gridley" nil (((g r ih d) 1) ((l iy) 0))) +("gridlock" nil (((g r ih d) 1) ((l aa k) 1))) +("gridlocked" nil (((g r ih d) 1) ((l aa k t) 1))) +("grids" nil (((g r ih d z) 1))) +("grieb" nil (((g r iy b) 1))) +("griebel" nil (((g r iy) 1) ((b ax l) 0))) +("grieco" nil (((g r iy) 1) ((k ow) 0))) +("grieder" nil (((g r iy) 1) ((d er) 0))) +("grief" nil (((g r iy f) 1))) +("grieger" nil (((g r iy) 1) ((g er) 0))) +("griego" nil (((g r iy) 1) ((g ow) 0))) +("grieme" nil (((g r iy m) 1))) +("griep" nil (((g r iy p) 1))) +("griepentrog" nil (((g r iy) 1) ((p ih n) 0) ((t r ax g) 0))) +("grier" nil (((g r ay) 1) ((er) 0))) +("grierson" nil (((g r ih r) 1) ((s ax n) 0))) +("gries" nil (((g r ay z) 1))) +("griesa" nil (((g r iy) 0) ((eh) 1) ((s ax) 0))) +("griesbach" nil (((g r iy s) 1) ((b aa k) 0))) +("griese" nil (((g r iy z) 1))) +("griesemer" nil (((g r iy) 1) ((s iy) 0) ((m er) 0))) +("grieser" nil (((g r iy) 1) ((s er) 0))) +("grieshaber" nil (((g r iy) 1) ((sh ax) 0) ((b er) 0))) +("griesinger" nil (((g r iy) 1) ((s ih ng) 0) ((er) 0))) +("griess" nil (((g r iy s) 1))) +("griesser" nil (((g r iy) 1) ((s er) 0))) +("griest" nil (((g r ay) 1) ((ih s t) 0))) +("grievance" nil (((g r iy) 1) ((v ax n s) 0))) +("grievances" nil (((g r iy) 1) ((v ax n) 0) ((s ax z) 0))) +("grieve" nil (((g r iy v) 1))) +("grievers" nil (((g r iy) 1) ((v er z) 0))) +("grieves" nil (((g r iy v z) 1))) +("grieveson" nil (((g r iy) 1) ((v ax) 0) ((s ax n) 0))) +("grieving" nil (((g r iy) 1) ((v ih ng) 0))) +("grievous" nil (((g r iy) 1) ((v ax s) 0))) +("grievously" nil (((g r iy) 1) ((v ax) 0) ((s l iy) 0))) +("griff" nil (((g r ih f) 1))) +("griffee" nil (((g r ih) 1) ((f iy) 0))) +("griffen" nil (((g r ih) 1) ((f ax n) 0))) +("griffeth" nil (((g r ih) 1) ((f ih th) 0))) +("griffey" nil (((g r ih) 1) ((f iy) 0))) +("griffie" nil (((g r ih) 1) ((f iy) 0))) +("griffin" nil (((g r ih) 1) ((f ih n) 0))) +("griffing" nil (((g r ih) 1) ((f ih ng) 0))) +("griffis" nil (((g r ih) 1) ((f ih s) 0))) +("griffith" nil (((g r ih) 1) ((f ax th) 0))) +("griffiths" nil (((g r ih) 1) ((f ih th s) 0))) +("griffitts" nil (((g r ih) 1) ((f ih t s) 0))) +("griffo" nil (((g r ih) 1) ((f ow) 0))) +("griffon" nil (((g r ih) 1) ((f ax n) 0))) +("griffy" nil (((g r ih) 1) ((f iy) 0))) +("grigas" nil (((g r ay) 1) ((g ax z) 0))) +("grigg" nil (((g r ih g) 1))) +("griggs" nil (((g r ih g z) 1))) +("griggy" nil (((g r ih) 1) ((g iy) 0))) +("grignon" nil (((g r ih g) 1) ((n ax n) 0))) +("grigoli" nil (((g r ih) 0) ((g ow) 1) ((l iy) 0))) +("grigorovich" nil (((g r ih) 0) ((g ao) 1) ((r ax) 0) ((v ih ch) 0))) +("grigoryants" nil (((g r ih) 0) ((g ao r) 1) ((y ae n t s) 0))) +("grigsby" nil (((g r ih g z) 1) ((b iy) 0))) +("grijalva" nil (((g r iy) 0) ((y aa l) 1) ((v ax) 0))) +("grill" nil (((g r ih l) 1))) +("grille" nil (((g r ih l) 1))) +("grilled" nil (((g r ih l d) 1))) +("grilli" nil (((g r ih) 1) ((l iy) 0))) +("grilling" nil (((g r ih) 1) ((l ih ng) 0))) +("grilliot" nil (((g r ih) 1) ((l iy) 0) ((ax t) 0))) +("grillo" nil (((g r ih) 1) ((l ow) 0))) +("grillot" nil (((g r ih) 1) ((l ax t) 0))) +("grills" nil (((g r ih l z) 1))) +("grim" nil (((g r ih m) 1))) +("grima" nil (((g r iy) 1) ((m ax) 0))) +("grimaced" nil (((g r ih) 1) ((m ax s t) 0))) +("grimaces" nil (((g r ih) 1) ((m ax) 0) ((s ih z) 0))) +("grimaldi" nil (((g r iy) 0) ((m aa l) 1) ((d iy) 0))) +("grimaldo" nil (((g r iy) 0) ((m aa l) 1) ((d ow) 0))) +("grime" nil (((g r ay m) 1))) +("grimes" nil (((g r ay m z) 1))) +("grimley" nil (((g r ih m) 1) ((l iy) 0))) +("grimly" nil (((g r ih m) 1) ((l iy) 0))) +("grimm" nil (((g r ih m) 1))) +("grimme" nil (((g r ih m) 1))) +("grimmer" nil (((g r ih) 1) ((m er) 0))) +("grimmest" nil (((g r ih) 1) ((m ax s t) 0))) +("grimmett" nil (((g r ih) 1) ((m ih t) 0))) +("grimness" nil (((g r ih m) 1) ((n ax s) 0))) +("grimshaw" nil (((g r ih m) 1) ((sh ao) 1))) +("grimsley" nil (((g r ih m) 1) ((z l iy) 0))) +("grimstad" nil (((g r ih m) 1) ((s t ax d) 0))) +("grimwood" nil (((g r ih m) 1) ((w uh d) 1))) +("grimy" nil (((g r ay) 1) ((m iy) 0))) +("grin" nil (((g r ih n) 1))) +("grinage" nil (((g r ih) 1) ((n ih jh) 0))) +("grinberg" nil (((g r ih n) 1) ((b er g) 0))) +("grinch" nil (((g r ih n ch) 1))) +("grind" nil (((g r ay n d) 1))) +("grinde" nil (((g r ih n d) 1))) +("grinder" nil (((g r ay n) 1) ((d er) 0))) +("grinders" nil (((g r ay n) 1) ((d er z) 0))) +("grinding" nil (((g r ay n) 1) ((d ih ng) 0))) +("grindlays" nil (((g r ay n d) 1) ((l ey z) 1))) +("grindle" nil (((g r ih n) 1) ((d ax l) 0))) +("grindley" nil (((g r ih n d) 1) ((l iy) 0))) +("grindrod" nil (((g r ay n) 1) ((d r aa d) 1))) +("grinds" nil (((g r ay n d z) 1))) +("grindstaff" nil (((g r ay n d) 1) ((s t ae f) 1))) +("grindstone" nil (((g r ay n d) 1) ((s t ow n) 1))) +("grine" nil (((g r ay n) 1))) +("griner" nil (((g r ay) 1) ((n er) 0))) +("gring" nil (((g r ih ng) 1))) +("gringo" nil (((g r ih ng) 1) ((g ow) 0))) +("gringos" nil (((g r ih ng) 1) ((g ow z) 0))) +("grinned" nil (((g r ih n d) 1))) +("grinnell" nil (((g r ih) 0) ((n eh l) 1))) +("grinning" nil (((g r ih) 1) ((n ih ng) 0))) +("grins" nil (((g r ih n z) 1))) +("grinstead" nil (((g r ih n) 1) ((s t eh d) 1))) +("grinstein" nil (((g r ih n) 1) ((s t iy n) 1))) +("grip" nil (((g r ih p) 1))) +("gripe" nil (((g r ay p) 1))) +("griped" nil (((g r ay p t) 1))) +("gripes" nil (((g r ay p s) 1))) +("griping" nil (((g r ay) 1) ((p ih ng) 0))) +("gripp" nil (((g r ih p) 1))) +("gripped" nil (((g r ih p t) 1))) +("grippi" nil (((g r ih) 1) ((p iy) 0))) +("gripping" nil (((g r ih) 1) ((p ih ng) 0))) +("grippo" nil (((g r ih) 1) ((p ow) 0))) +("grips" nil (((g r ih p s) 1))) +("grisanti" nil (((g r ih) 0) ((s ae n) 1) ((t iy) 0))) +("grisby" nil (((g r ih s) 1) ((b iy) 0))) +("griscom" nil (((g r ih) 1) ((s k ax m) 0))) +("grise" nil (((g r ay z) 1))) +("grisham" nil (((g r ih) 1) ((sh ax m) 0))) +("grishilda" nil (((g r ih) 0) ((sh ih l) 1) ((d ax) 0))) +("grishman" nil (((g r ih) 1) ((sh m ax n) 0))) +("grisly" nil (((g r ih) 1) ((z l iy) 0))) +("grismer" nil (((g er) 1) ((ih) 0) ((z ax) 0) ((m er) 0))) +("grismore" nil (((g r iy) 1) ((s m ao r) 0))) +("grissett" nil (((g r ih) 1) ((s ih t) 0))) +("grissinger" nil (((g r ih) 1) ((s ih ng) 0) ((er) 0))) +("grisso" nil (((g r ih) 1) ((s ow) 0))) +("grissom" nil (((g r ih) 1) ((s ax m) 0))) +("grisson" nil (((g r ih) 1) ((s ax n) 0))) +("grist" nil (((g r ih s t) 1))) +("gristle" nil (((g r ih) 1) ((s ax l) 0))) +("griswell" nil (((g r ih) 1) ((s w eh l) 0))) +("griswold" nil (((g r ih) 1) ((s w ow l d) 1))) +("grit" nil (((g r ih t) 1))) +("grits" nil (((g r ih t s) 1))) +("gritter" nil (((g r ih) 1) ((t er) 0))) +("gritting" nil (((g r ih) 1) ((t ih ng) 0))) +("gritton" nil (((g r ih) 1) ((t ax n) 0))) +("gritty" nil (((g r ih) 1) ((t iy) 0))) +("gritz" nil (((g r ih t s) 1))) +("gritzmacher" nil (((g r ih t) 1) ((s m aa) 1) ((k er) 0))) +("grivas" nil (((g r iy) 1) ((v aa z) 0))) +("grizelda" nil (((g r iy) 0) ((z eh l) 1) ((d ax) 0))) +("grizzard" nil (((g r ih) 1) ((z er d) 0))) +("grizzell" nil (((g r ih) 1) ((z ax l) 0))) +("grizzle" nil (((g r ih) 1) ((z ax l) 0))) +("grizzled" nil (((g r ih) 1) ((z ax l d) 0))) +("grizzlies" nil (((g r ih) 1) ((z l iy z) 0))) +("grizzly" nil (((g r ih) 1) ((z l iy) 0))) +("gro" nil (((g r ow) 1))) +("groan" nil (((g r ow n) 1))) +("groaned" nil (((g r ow n d) 1))) +("groaning" nil (((g r ow) 1) ((n ih ng) 0))) +("groans" nil (((g r ow n z) 1))) +("groat" nil (((g r ow t) 1))) +("grob" nil (((g r aa b) 1))) +("grobe" nil (((g r ow b) 1))) +("groben" nil (((g r aa) 1) ((b ax n) 0))) +("grober" nil (((g r ow) 1) ((b er) 0))) +("grobler" nil (((g r aa) 1) ((b l er) 0))) +("groce" nil (((g r ow s) 1))) +("grocer" nil (((g r ow) 1) ((s er) 0))) +("groceries" nil (((g r ow) 1) ((s er) 0) ((iy z) 0))) +("grocers" nil (((g r ow) 1) ((s er z) 0))) +("grocery" nil (((g r ow) 1) ((s er) 0) ((iy) 0))) +("groch" nil (((g r aa k) 1))) +("grochowski" nil (((g r ax) 0) ((hh ao f) 1) ((s k iy) 0))) +("grode" nil (((g r ow d) 1))) +("groden" nil (((g r ow) 1) ((d ax n) 0))) +("grodin" nil (((g r ow) 1) ((d ih n) 0))) +("grodsky" nil (((g r aa d) 1) ((s k iy) 0))) +("groebner" nil (((g r ow b) 1) ((n er) 0))) +("groeger" nil (((g r ow) 1) ((g er) 0))) +("groen" nil (((g r ow n) 1))) +("groene" nil (((g r aa) 1) ((iy n) 0))) +("groeneveld" nil (((g r ow) 1) ((n ih) 0) ((v ih l d) 0))) +("groenewold" nil (((g r ow) 1) ((n uw) 0) ((ow l d) 0))) +("groening" nil (((g r aa) 1) ((ax) 0) ((n ih ng) 0))) +("groep" nil (((g r ow p) 1))) +("groesbeck" nil (((g r ow s) 1) ((b eh k) 0))) +("groff" nil (((g r ao f) 1))) +("groft" nil (((g r aa f t) 1))) +("grogan" nil (((g r ow) 1) ((g ax n) 0))) +("grogg" nil (((g r aa g) 1))) +("groggy" nil (((g r aa) 1) ((g iy) 0))) +("groh" nil (((g r ow) 1))) +("grohman" nil (((g r ow) 1) ((m ax n) 0))) +("grohs" nil (((g r ow s) 1))) +("groin" nil (((g r oy n) 1))) +("groined" nil (((g r oy n d) 1))) +("groins" nil (((g r oy n z) 1))) +("groleau" nil (((g r ax) 0) ((l ow) 1))) +("grolier" nil (((g r ow) 1) ((l y er) 0))) +("groll" nil (((g r ow l) 1))) +("grom" nil (((g r aa m) 1))) +("groma" nil (((g r aa) 1) ((m ax) 0))) +("groman" nil (((g r ow) 1) ((m ax n) 0))) +("gromek" nil (((g r ow) 1) ((m ih k) 0))) +("gromer" nil (((g r ow) 1) ((m er) 0))) +("gromes" nil (((g r ow m z) 1))) +("gromyko" nil (((g r ow) 0) ((m iy) 1) ((k ow) 0))) +("gronau" nil (((g r ow) 1) ((n aw) 0))) +("gronberg" nil (((g r aa n) 1) ((b er g) 0))) +("grondahl" nil (((g r aa n) 1) ((d aa l) 1))) +("grondin" nil (((g r aa n) 1) ((d ih n) 0))) +("grone" nil (((g r ow n) 1))) +("gronemeyer" nil (((g r aa) 1) ((n ih) 0) ((m ay) 0) ((er) 0))) +("groner" nil (((g r ow) 1) ((n er) 0))) +("gronewold" nil (((g r aa) 1) ((n uw) 0) ((ow l d) 0))) +("groninger" nil (((g r ow) 1) ((n ih ng) 0) ((er) 0))) +("gronlund" nil (((g r aa n) 1) ((l ax n d) 0))) +("gronowski" nil (((g r ax) 0) ((n ao f) 1) ((s k iy) 0))) +("gronseth" nil (((g r aa n) 1) ((s ih th) 0))) +("gronski" nil (((g r aa n) 1) ((s k iy) 0))) +("groom" nil (((g r uw m) 1))) +("groome" nil (((g r uw m) 1))) +("groomed" nil (((g r uw m d) 1))) +("groomers" nil (((g r uw) 1) ((m er z) 0))) +("groomes" nil (((g r uw m z) 1))) +("grooming" nil (((g r uw) 1) ((m ih ng) 0))) +("grooms" nil (((g r uw m z) 1))) +("groopman" nil (((g r uw p) 1) ((m ax n) 0))) +("groos" nil (((g r uw z) 1))) +("groot" nil (((g r uw t) 1))) +("grooters" nil (((g r uw) 1) ((t er z) 0))) +("groove" nil (((g r uw v) 1))) +("groover" nil (((g r uw) 1) ((v er) 0))) +("grooves" nil (((g r uw v z) 1))) +("grooviest" nil (((g r uw) 1) ((v iy) 0) ((ax s t) 0))) +("groovy" nil (((g r uw) 1) ((v iy) 0))) +("grope" nil (((g r ow p) 1))) +("groped" n (((g r ow p d) 1))) +("groping" nil (((g r ow) 1) ((p ih ng) 0))) +("gropp" nil (((g r aa p) 1))) +("gropper" nil (((g r aa) 1) ((p er) 0))) +("gros" nil (((g r ow s) 1))) +("grosbeak" nil (((g r ow s) 1) ((b iy k) 1))) +("grosbeaks" nil (((g r ow s) 1) ((b iy k s) 1))) +("grosch" nil (((g r ao sh) 1))) +("grose" nil (((g r ow z) 1))) +("groseclose" nil (((g r aa) 0) ((s ih) 0) ((k l ow z) 1))) +("grosh" nil (((g r aa sh) 1))) +("groshek" nil (((g r aa) 1) ((sh ih k) 0))) +("groshong" nil (((g r aa) 1) ((sh ao ng) 0))) +("grosjean" nil (((g r ax s) 0) ((zh iy n) 1))) +("groskopf" nil (((g r aa) 1) ((s k ao p f) 0))) +("gross" nil (((g r ow s) 1))) +("grossbard" nil (((g r ow s) 1) ((b aa r d) 1))) +("grossberg" nil (((g r ow s) 1) ((b er g) 0))) +("grosse" nil (((g r aa s) 1))) +("grossed" nil (((g r ow s t) 1))) +("grossenbacher" nil (((g r aa) 1) ((s ih n) 0) ((b aa) 0) ((k er) 0))) +("grosser" nil (((g r ow) 1) ((s er) 0))) +("grosses" nil (((g r ow) 1) ((s ih z) 0))) +("grossfeld" nil (((g r ow) 1) ((s f eh l d) 1))) +("grosshans" nil (((g r aa) 1) ((sh ax n z) 0))) +("grossi" nil (((g r ow) 1) ((s iy) 0))) +("grossing" nil (((g r ow) 1) ((s ih ng) 0))) +("grosskopf" nil (((g r ow) 1) ((s k ao p f) 0))) +("grossly" nil (((g r ow) 1) ((s l iy) 0))) +("grossman" nil (((g r ow) 1) ((s m ax n) 0))) +("grossmann" nil (((g r ao) 1) ((s m ax n) 0))) +("grossnickle" nil (((g r aa) 1) ((s n ih) 0) ((k ax l) 0))) +("grosso" nil (((g r ow) 1) ((s ow) 0))) +("grosvenor" nil (((g r ow v) 1) ((n er) 0))) +("grosz" nil (((g r ow s) 1))) +("grote" nil (((g r ow t) 1))) +("grotesque" nil (((g r ow) 0) ((t eh s k) 1))) +("grotesquely" nil (((g r ow) 0) ((t eh) 1) ((s k l iy) 0))) +("groth" nil (((g r aa th) 1))) +("grothaus" nil (((g r aa t) 1) ((hh aw s) 1))) +("grothe" nil (((g r ow dh) 1))) +("grotheer" nil (((g r ao) 1) ((th ih r) 0))) +("groton" nil (((g r aa) 1) ((t ax n) 0))) +("grotto" nil (((g r aa) 1) ((t ow) 1))) +("grotz" nil (((g r aa t s) 1))) +("grouch" nil (((g r aw ch) 1))) +("groucho" nil (((g r uw) 1) ((ch ow) 0))) +("grouchy" n (((g r aw) 1) ((ch iy) 0))) +("groulx" nil (((g r aw l k s) 1))) +("ground" nil (((g r aw n d) 1))) +("groundbreaking" nil (((g r aw n d) 1) ((b r ey) 1) ((k ih ng) 0))) +("grounded" nil (((g r aw n) 1) ((d ih d) 0))) +("groundhog" nil (((g r aw n d) 1) ((hh aa g) 1))) +("grounding" nil (((g r aw n) 1) ((d ih ng) 0))) +("groundless" nil (((g r aw n d) 1) ((l ax s) 0))) +("groundling" nil (((g r aw n d) 1) ((l ih ng) 0))) +("groundnut" nil (((g r aw n d) 1) ((n ah t) 1))) +("groundnuts" nil (((g r aw n d) 1) ((n ah t s) 1))) +("grounds" nil (((g r aw n d z) 1))) +("groundswell" nil (((g r aw n d) 1) ((s w eh l) 1))) +("groundwater" nil (((g r aw n) 1) ((d w aa) 1) ((t er) 0))) +("groundwork" nil (((g r aw n) 1) ((d w er k) 1))) +("group" nil (((g r uw p) 1))) +("groupe" nil (((g r uw p) 1))) +("grouped" nil (((g r uw p t) 1))) +("groupement" nil (((g r uw p) 1) ((m ax n t) 0))) +("grouper" nil (((g r uw) 1) ((p er) 0))) +("groupers" nil (((g r uw) 1) ((p er z) 0))) +("groupie" nil (((g r uw) 1) ((p iy) 0))) +("groupies" nil (((g r uw) 1) ((p iy z) 0))) +("grouping" nil (((g r uw) 1) ((p ih ng) 0))) +("groupings" nil (((g r uw) 1) ((p ih ng z) 0))) +("groups" nil (((g r uw p s) 1))) +("groupware" nil (((g r uw) 1) ((p w eh r) 1))) +("grouse" nil (((g r aw s) 1))) +("groused" nil (((g r aw s t) 1))) +("grouses" nil (((g r aw) 1) ((s ih z) 0))) +("grousing" nil (((g r aw) 1) ((s ih ng) 0))) +("groussman" nil (((g r aw) 1) ((s m ax n) 0))) +("grout" nil (((g r aw t) 1))) +("grove" nil (((g r ow v) 1))) +("grovel" nil (((g r aa) 1) ((v ax l) 0))) +("groveling" nil (((g r ao) 1) ((v ax) 0) ((l ih ng) 0))) +("groveman" nil (((g r ow v) 1) ((m ax n) 0))) +("grover" nil (((g r ow) 1) ((v er) 0))) +("grovers" nil (((g r ow) 1) ((v er z) 0))) +("groves" nil (((g r ow v z) 1))) +("grow" nil (((g r ow) 1))) +("growe" nil (((g r ow) 1))) +("grower" nil (((g r ow) 1) ((er) 0))) +("growers" nil (((g r ow) 1) ((er z) 0))) +("growing" nil (((g r ow) 1) ((ih ng) 0))) +("growl" nil (((g r aw l) 1))) +("growled" nil (((g r aw l d) 1))) +("growling" nil (((g r ow) 1) ((l ih ng) 0))) +("growls" nil (((g r aw l z) 1))) +("grown" nil (((g r ow n) 1))) +("grownup" nil (((g r ow) 1) ((n ah p) 1))) +("grownups" nil (((g r ow) 1) ((n ah p s) 1))) +("grows" nil (((g r ow z) 1))) +("growth" nil (((g r ow th) 1))) +("growths" nil (((g r ow th s) 1))) +("grozny" nil (((g r ow z) 1) ((n iy) 0))) +("grua" nil (((g r uw) 1) ((ax) 0))) +("grub" nil (((g r ah b) 1))) +("gruba" nil (((g r uw) 1) ((b ax) 0))) +("grubaugh" nil (((g r ah) 1) ((b ao) 0))) +("grubb" nil (((g r ah b) 1))) +("grubbs" nil (((g r ah b z) 1))) +("grubby" nil (((g r ah) 1) ((b iy) 0))) +("grube" nil (((g r uw b) 1))) +("gruben" nil (((g r ah) 1) ((b ax n) 0))) +("gruber" nil (((g r uw) 1) ((b er) 0))) +("gruberova" nil (((g r uw) 1) ((b eh) 0) ((r ow) 1) ((v ax) 0))) +("grubman" nil (((g r ah b) 1) ((m ax n) 0))) +("grubs" nil (((g r ah b z) 1))) +("grubstein" nil (((g r ah b) 1) ((s t iy n) 1))) +("grudge" nil (((g r ah jh) 1))) +("grudges" nil (((g r ah) 1) ((jh ih z) 0))) +("grudging" nil (((g r ah) 1) ((jh ih ng) 0))) +("grudgingly" nil (((g r ah) 1) ((jh ih ng) 0) ((l iy) 0))) +("grudzien" nil (((g r ah d) 1) ((z iy n) 0))) +("grudzinski" nil (((g r ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("gruel" nil (((g r uw) 1) ((ih l) 0))) +("grueling" nil (((g r uw) 1) ((ih) 0) ((l ih ng) 0))) +("gruen" nil (((g r uw n) 1))) +("gruenberg" nil (((g r uh n) 1) ((b er g) 0))) +("gruener" nil (((g r uh) 1) ((n er) 0))) +("gruenewald" nil (((g r uh) 1) ((n ih) 0) ((w ao l d) 0))) +("gruenhagen" nil (((g r uh n) 1) ((hh ax) 0) ((g ax n) 0))) +("gruenwald" nil (((g r uh n) 1) ((w ao l d) 0))) +("gruesome" nil (((g r uw) 1) ((s ax m) 0))) +("gruet" nil (((g r uw) 1) ((ih t) 0))) +("gruetzmacher" nil (((g r uh t) 1) ((s m aa) 1) ((k er) 0))) +("gruff" nil (((g r ah f) 1))) +("gruhlke" nil (((g r uw l k) 1))) +("gruhn" nil (((g r ah n) 1))) +("gruis" nil (((g r uw) 1) ((ih z) 0))) +("grulke" nil (((g r ah l k) 1))) +("grullon" nil (((g r ah) 1) ((l ax n) 0))) +("grum" nil (((g r ah m) 1))) +("grumbine" nil (((g r ah m) 1) ((b ay n) 1))) +("grumble" nil (((g r ah m) 1) ((b ax l) 0))) +("grumbled" nil (((g r ah m) 1) ((b ax l d) 0))) +("grumbles" nil (((g r ah m) 1) ((b ax l z) 0))) +("grumbling" nil (((g r ah m) 1) ((b ax) 0) ((l ih ng) 0))) +("grumblings" nil (((g r ah m) 1) ((b ax) 0) ((l ih ng z) 0))) +("grumman" nil (((g r ah) 1) ((m ax n) 0))) +("grummond" nil (((g r ah) 1) ((m ax n d) 0))) +("grump" nil (((g r ah m p) 1))) +("grumpy" nil (((g r ah m) 1) ((p iy) 0))) +("grun" nil (((g r ah n) 1))) +("grunberg" nil (((g r ah n) 1) ((b er g) 0))) +("grund" nil (((g r ah n d) 1))) +("grunden" nil (((g r ah n) 1) ((d ax n) 0))) +("grunder" nil (((g r ah n) 1) ((d er) 0))) +("grundfest" nil (((g r ah n d) 1) ((f eh s t) 1))) +("grundhofer" nil (((g r ah n d) 1) ((hh aa) 1) ((f er) 0))) +("grundig" nil (((g r ah n) 1) ((d ih g) 0))) +("grundman" nil (((g r ah n d) 1) ((m ax n) 0))) +("grundstrom" nil (((g r ah n d) 1) ((s t r ax m) 0))) +("grundy" nil (((g r ah n) 1) ((d iy) 0))) +("grunebaum" nil (((g r uw n) 1) ((b aw m) 1))) +("gruneich" nil (((g r uw) 0) ((n ay k) 1))) +("gruner" nil (((g r uw) 1) ((n er) 0))) +("grunert" nil (((g r uw) 1) ((n er t) 0))) +("grunewald" nil (((g r ah) 1) ((n ih) 0) ((w ao l d) 0))) +("grunge" nil (((g r ah n jh) 1))) +("grungy" nil (((g r ah n) 1) ((jh iy) 0))) +("grunion" nil (((g r ah) 1) ((n y ax n) 0))) +("grunow" nil (((g r uw) 1) ((n ow) 0))) +("grunt" nil (((g r ah n t) 1))) +("gruntal" nil (((g r ah n) 1) ((t ax l) 0))) +("grunted" nil (((g r ah n) 1) ((t ih d) 0))) +("grunts" nil (((g r ah n t s) 1))) +("grunwald" nil (((g r ah n) 1) ((w ao l d) 1))) +("grupe" nil (((g r uw p) 1))) +("grupo" nil (((g r uw) 1) ((p ow) 0))) +("grupp" nil (((g r ah p) 1))) +("gruppo" nil (((g r uw) 1) ((p ow) 0))) +("grush" nil (((g r ah sh) 1))) +("grushow" nil (((g r ah) 1) ((sh ow) 0))) +("gruss" nil (((g r ah s) 1))) +("grussing" nil (((g r ah) 1) ((s ih ng) 0))) +("gruszka" nil (((g r ah sh) 1) ((k ax) 0))) +("grutman" nil (((g r ah t) 1) ((m ax n) 0))) +("gruver" nil (((g r uw) 1) ((v er) 0))) +("gruwell" nil (((g r ah) 1) ((w eh l) 0))) +("gryder" nil (((g r ay) 1) ((d er) 0))) +("grygiel" nil (((g r ih) 1) ((jh iy l) 0))) +("gryphons" nil (((g r ih) 1) ((f ax n z) 0))) +("grzelak" nil (((g er) 1) ((z ax) 0) ((l ae k) 1))) +("grzesiak" nil (((g er) 0) ((z eh) 1) ((s iy) 0) ((ae k) 0))) +("grzeskowiak" nil (((g er) 0) ((z ih) 0) ((s k aw) 1) ((iy) 0) ((ae k) 0))) +("grzyb" nil (((g er) 1) ((z ih b) 1))) +("grzybowski" nil (((g er) 1) ((z ih) 0) ((b aw) 1) ((s k iy) 0))) +("grzywacz" nil (((g er) 1) ((z ih) 0) ((v ae ch) 1))) +("grzywinski" nil (((g er) 0) ((z ih) 0) ((w ih n) 1) ((s k iy) 0))) +("gschwind" nil (((g ax) 0) ((sh w ay n d) 1))) +("gsell" nil (((g ax) 0) ((s eh l) 1))) +("gtech" nil (((g ax) 0) ((t eh k) 1))) +("gu" nil (((g uw) 1))) +("gua" nil (((g w aa) 1))) +("guadagno" nil (((g aa) 0) ((d aa g) 1) ((n ow) 0))) +("guadalajara" nil (((g w aa) 1) ((d ah) 1) ((l ax) 0) ((hh aa) 1) ((r ax) 0))) +("guadalcanal" nil (((g w aa) 1) ((d ax l) 0) ((k ax) 0) ((n ae l) 1))) +("guadalupe" nil (((g w aa) 1) ((d ax) 0) ((l uw p) 1))) +("guadarrama" nil (((g uw) 0) ((aa) 0) ((d aa) 0) ((r aa) 1) ((m ax) 0))) +("guadeloupe" nil (((g w aa) 1) ((d ax) 0) ((l uw p) 1))) +("guagliardo" nil (((g w aa) 1) ((g l iy) 0) ((aa r) 1) ((d ow) 0))) +("guai" nil (((g w ay) 1))) +("guajardo" nil (((g w aa) 0) ((y aa r) 1) ((d ow) 0))) +("gualdoni" nil (((g aa l) 0) ((d ow) 1) ((n iy) 0))) +("gualtieri" nil (((g aa l) 0) ((t ih) 1) ((r iy) 0))) +("guam" nil (((g w aa m) 1))) +("guan" nil (((g w aa n) 1))) +("guanaco" nil (((g w ax) 0) ((n aa) 1) ((k ow) 1))) +("guandjo" nil (((g w aa n) 1) ((jh ow) 1))) +("guandjong" nil (((g w aa n) 1) ((jh ow ng) 1))) +("guandong" nil (((g w aa n) 1) ((d ow ng) 1))) +("guang" nil (((g w aa ng) 1))) +("guangdong" nil (((g w aa ng) 1) ((d ow ng) 1))) +("guangjo" nil (((g w aa ng) 1) ((jh ow) 1))) +("guangming" nil (((g w aa ng) 1) ((m iy ng) 1))) +("guangxi" nil (((g w aa ng) 1) ((sh iy) 1))) +("guangyuan" nil (((g w aa ng) 1) ((y uh) 0) ((aa n) 1))) +("guangzhou" nil (((g w aa ng) 1) ((jh ow) 1))) +("guanine" nil (((g w aa) 1) ((n iy n) 1))) +("guano" nil (((g w aa) 1) ((n ow) 1))) +("guantanamo" nil (((g w aa n) 1) ((t aa) 1) ((n ax) 0) ((m ow) 1))) +("guanyin" nil (((g w aa n) 1) ((y iy n) 1))) +("guarani" nil (((g w aa) 1) ((r ax) 0) ((n iy) 1))) +("guarantee" nil (((g eh) 1) ((r ax n) 0) ((t iy) 1))) +("guaranteed" nil (((g eh) 1) ((r ax n) 0) ((t iy d) 1))) +("guaranteeing" nil (((g eh) 1) ((r ax n) 0) ((t iy) 1) ((ih ng) 0))) +("guarantees" nil (((g eh) 1) ((r ax n) 0) ((t iy z) 1))) +("guaranties" nil (((g eh) 1) ((r ax n) 0) ((t iy z) 1))) +("guarantor" nil (((g eh) 1) ((r ax n) 0) ((t ao r) 1))) +("guarantors" nil (((g eh) 1) ((r ax n) 0) ((t ao r z) 1))) +("guaranty" nil (((g eh) 1) ((r ax n) 0) ((t iy) 1))) +("guard" nil (((g aa r d) 1))) +("guardado" nil (((g aa r) 0) ((d aa) 1) ((d ow) 0))) +("guarded" nil (((g aa r) 1) ((d ax d) 0))) +("guardedly" nil (((g aa r) 1) ((d ih d) 0) ((l iy) 0))) +("guardfish" nil (((g aa r d) 1) ((f ih sh) 1))) +("guardia" nil (((g w aa r) 1) ((d iy) 0) ((ax) 0))) +("guardian" nil (((g aa r) 1) ((d iy) 0) ((ax n) 0))) +("guardians" nil (((g aa r) 1) ((d iy) 0) ((ax n z) 0))) +("guardianship" nil (((g aa r) 1) ((d iy) 0) ((ax n) 0) ((sh ih p) 0))) +("guarding" nil (((g aa r) 1) ((d ih ng) 0))) +("guardino" nil (((g aa r) 0) ((d iy) 1) ((n ow) 0))) +("guardiola" nil (((g aa r) 0) ((d iy) 0) ((ow) 1) ((l ax) 0))) +("guardrails" nil (((g aa r) 1) ((d r ey l z) 1))) +("guards" nil (((g aa r d z) 1))) +("guardsman" nil (((g aa r d z) 1) ((m ae n) 1))) +("guardsmen" nil (((g aa r d z) 1) ((m ih n) 0))) +("guariglia" nil (((g aa) 0) ((r iy) 1) ((g l iy) 0) ((ax) 0))) +("guarini" nil (((g aa) 0) ((r iy) 1) ((n iy) 0))) +("guarino" nil (((g aa) 0) ((r iy) 1) ((n ow) 0))) +("guarisco" nil (((g aa) 0) ((r iy) 1) ((s k ow) 0))) +("guarnaccia" nil (((g aa r) 0) ((n ae) 1) ((ch iy) 0) ((ax) 0))) +("guarneri" nil (((g aa r) 0) ((n eh) 1) ((r iy) 0))) +("guarnieri" nil (((g aa r) 0) ((n ih) 1) ((r iy) 0))) +("guasch" nil (((g w ae sh) 1))) +("guastella" nil (((g aa) 0) ((s t eh) 1) ((l ax) 0))) +("guatemala" nil (((g w aa) 1) ((t ax) 0) ((m aa) 1) ((l ax) 0))) +("guatemalan" nil (((g w aa) 1) ((t ax) 0) ((m aa) 1) ((l ax n) 0))) +("guatemalans" nil (((g w aa) 1) ((t ax) 0) ((m aa) 1) ((l ax n z) 0))) +("guattery" nil (((g w aa) 1) ((t er) 0) ((iy) 0))) +("guavas" nil (((g w aa) 1) ((v ax z) 0))) +("guay" nil (((g ey) 1))) +("guayabera" nil (((g w ay) 1) ((ax) 0) ((b eh) 1) ((r ax) 0))) +("guba" nil (((g uw) 1) ((b ax) 0))) +("gubbels" nil (((g ah) 1) ((b ax l z) 0))) +("gubbins" nil (((g ah) 1) ((b ih n z) 0))) +("guber" nil (((g y uw) 1) ((b er) 0))) +("guberman" nil (((g uw) 1) ((b er) 0) ((m ax n) 0))) +("gubernatorial" nil (((g uw) 0) ((b er) 0) ((n ax) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("gubler" nil (((g y uw) 1) ((b ax) 0) ((l er) 0))) +("gubser" nil (((g ah b) 1) ((s er) 0))) +("gucci" nil (((g uw) 1) ((ch iy) 0))) +("gucciardo" nil (((g uw) 0) ((ch aa r) 1) ((d ow) 0))) +("guccio" nil (((g uw) 1) ((ch iy) 0) ((ow) 0))) +("guccione" nil (((g uw k) 0) ((ch ow) 1) ((n iy) 0))) +("guck" nil (((g ah k) 1))) +("guckert" nil (((g ah) 1) ((k er t) 0))) +("gucwa" nil (((g ah) 1) ((k w ax) 0))) +("gude" nil (((g y uw d) 1))) +("guderian" nil (((g y uw) 1) ((d iy) 1) ((r iy) 0) ((ax n) 0))) +("gudgel" nil (((g ah) 1) ((jh ax l) 0))) +("gudgeon" nil (((g ah) 1) ((jh ax n) 0))) +("gudger" nil (((g ah) 1) ((jh er) 0))) +("gudino" nil (((g uw) 0) ((d iy) 1) ((n ow) 0))) +("gudmundson" nil (((g ah d) 1) ((m ax n d) 0) ((s ax n) 0))) +("gue" nil (((g y uw) 1))) +("guedry" nil (((g eh) 1) ((d r iy) 0))) +("guel" nil (((g eh l) 1))) +("guenette" nil (((g ih) 0) ((n eh t) 1))) +("guenna" nil (((g ey) 1) ((n ax) 0))) +("guenter" nil (((g eh n) 1) ((t er) 0))) +("guenther" nil (((g uh n) 1) ((th er) 0))) +("guenthner" nil (((g eh n th) 1) ((n er) 0))) +("guerard" nil (((g er) 0) ((aa r d) 1))) +("guercio" nil (((g eh r) 1) ((s iy) 0) ((ow) 0))) +("guerette" nil (((g er) 0) ((eh t) 1))) +("guerilla" nil (((g er) 0) ((ih) 1) ((l ax) 0))) +("guerillas" nil (((g er) 0) ((ih) 1) ((l ax z) 0))) +("guerin" nil (((g eh) 1) ((r ih n) 0))) +("guerino" nil (((g eh) 0) ((r iy) 1) ((n ow) 0))) +("guernsey" nil (((g er n) 1) ((z iy) 0))) +("guerra" nil (((g w eh) 1) ((r ax) 0))) +("guerrant" nil (((g eh) 1) ((r ax n t) 0))) +("guerre" nil (((g eh r) 1))) +("guerrera" nil (((g w er) 0) ((eh) 1) ((r ax) 0))) +("guerrero" nil (((g er) 0) ((eh) 1) ((r ow) 0))) +("guerrette" nil (((g er) 0) ((eh t) 1))) +("guerrier" nil (((g eh) 1) ((r iy) 0) ((er) 0))) +("guerrieri" nil (((g er) 0) ((ih) 1) ((r iy) 0))) +("guerriero" nil (((g er) 0) ((ih) 1) ((r ow) 0))) +("guerrilla" nil (((g er) 0) ((ih) 1) ((l ax) 0))) +("guerrillas" nil (((g er) 0) ((ih) 1) ((l ax z) 0))) +("guerrini" nil (((g er) 0) ((iy) 1) ((n iy) 0))) +("guerry" nil (((g er) 0) ((iy) 1))) +("guertin" nil (((g eh r) 0) ((t iy n) 1))) +("guess" nil (((g eh s) 1))) +("guessed" nil (((g eh s t) 1))) +("guesser" nil (((g eh) 1) ((s er) 0))) +("guessers" nil (((g eh) 1) ((s er z) 0))) +("guesses" nil (((g eh) 1) ((s ax z) 0))) +("guessing" nil (((g eh) 1) ((s ih ng) 0))) +("guesstimate" nil (((g eh) 1) ((s t ih) 0) ((m ih t) 0))) +("guesstimates" nil (((g eh) 1) ((s t ih) 0) ((m ih t s) 0))) +("guesswork" nil (((g eh) 1) ((s w er k) 1))) +("guest" nil (((g eh s t) 1))) +("guested" n (((g eh s) 1) ((t ah d) 0))) +("guesthouse" n (((g eh s t) 1) ((hh aw s) 0))) +("guesting" n (((g eh s) 1) ((t ih ng) 0))) +("guests" nil (((g eh s t s) 1))) +("guettler" nil (((g eh) 1) ((t ax) 0) ((l er) 0))) +("guevara" nil (((g ey) 0) ((v aa) 1) ((r ax) 0))) +("guez" nil (((g eh z) 1))) +("guffaws" nil (((g ax) 0) ((f ao z) 1))) +("guffey" nil (((g ah) 1) ((f iy) 0))) +("guffin" nil (((g ah) 1) ((f ih n) 0))) +("guffy" nil (((g ah) 1) ((f iy) 0))) +("gugel" nil (((g uw) 1) ((g ax l) 0))) +("guggenheim" nil (((g uw) 1) ((g ax n) 0) ((hh ay m) 1))) +("guggisberg" nil (((g ah) 1) ((g ih s) 0) ((b er g) 0))) +("gugino" nil (((g uw) 0) ((jh iy) 1) ((n ow) 0))) +("guglielmetti" nil (((g uw) 0) ((g l iy) 0) ((eh l) 0) ((m eh) 1) ((t iy) 0))) +("guglielmi" nil (((g uw) 0) ((g l iy) 0) ((eh l) 1) ((m iy) 0))) +("guglielmo" nil (((g uw) 0) ((g l iy) 0) ((eh l) 1) ((m ow) 0))) +("gugliotta" nil (((g uw) 0) ((g l iy) 0) ((ow) 1) ((t ax) 0))) +("gugliotti" nil (((g uw) 0) ((g l iy) 0) ((ow) 1) ((t iy) 0))) +("gugliuzza" nil (((g uw) 0) ((g l iy) 0) ((uw t) 1) ((s ax) 0))) +("guhl" nil (((g ah l) 1))) +("gui" nil (((g w ey) 1))) +("guiana" nil (((g iy) 0) ((aa) 1) ((n ax) 0))) +("guice" nil (((g ay s) 1))) +("guichard" nil (((g ih) 0) ((sh aa r d) 1))) +("guida" nil (((g iy) 1) ((d ax) 0))) +("guidance" nil (((g ay) 1) ((d ax n s) 0))) +("guide" nil (((g ay d) 1))) +("guidebook" nil (((g ay d) 1) ((b uh k) 1))) +("guidebooks" nil (((g ay d) 1) ((b uh k s) 1))) +("guided" nil (((g ay) 1) ((d ax d) 0))) +("guideline" nil (((g ay d) 1) ((l ay n) 1))) +("guidelines" nil (((g ay d) 1) ((l ay n z) 1))) +("guidepost" nil (((g ay d) 1) ((p ow s t) 1))) +("guideposts" nil (((g ay d) 1) ((p ow s t s) 1))) +("guider" nil (((g ay) 1) ((d er) 0))) +("guidera" nil (((g iy) 0) ((d eh) 1) ((r ax) 0))) +("guides" nil (((g ay d z) 1))) +("guidi" nil (((g iy) 1) ((d iy) 0))) +("guidice" nil (((g ay) 1) ((d ih s) 0))) +("guiding" nil (((g ay) 1) ((d ih ng) 0))) +("guido" nil (((g w iy) 1) ((d ow) 0))) +("guidone" nil (((g iy) 0) ((d ow) 1) ((n iy) 0))) +("guidotti" nil (((g iy) 0) ((d ow) 1) ((t iy) 0))) +("guidroz" nil (((g w iy) 1) ((d r ow z) 0))) +("guidry" nil (((g ih) 1) ((d er) 0) ((iy) 0))) +("guier" nil (((g ay) 1) ((er) 0))) +("guiffre" nil (((g ih) 1) ((f er) 0))) +("guigang" nil (((g w ey) 1) ((g aa ng) 1))) +("guilbault" nil (((g ih l) 0) ((b ow) 1))) +("guilbeau" nil (((g ih l) 0) ((b ow) 1))) +("guilbeault" nil (((g ih l) 0) ((b ow) 1))) +("guilbeaux" nil (((g ih l) 0) ((b ow) 1))) +("guilbert" nil (((g ih l) 1) ((b er t) 0))) +("guild" nil (((g ih l d) 1))) +("guilder" nil (((g ih l) 1) ((d er) 0))) +("guilders" nil (((g ih l) 1) ((d er z) 0))) +("guildhall" nil (((g ih l d) 1) ((hh ao l) 1))) +("guilds" nil (((g ih l d z) 1))) +("guile" nil (((g ay l) 1))) +("guileless" nil (((g ay l) 1) ((l ax s) 0))) +("guiles" nil (((g ay l z) 1))) +("guilfoil" nil (((g ih l) 0) ((f oy l) 1))) +("guilford" nil (((g ih l) 1) ((f er d) 0))) +("guilfoyle" nil (((g ih l) 1) ((f oy l) 0))) +("guiliani" nil (((g iy) 1) ((l iy) 0) ((aa) 1) ((n iy) 0))) +("guiliano" nil (((g iy) 1) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("guilin" nil (((g w ey) 1) ((l iy n) 1))) +("guill" nil (((g ih l) 1))) +("guilla" nil (((g w ih) 1) ((l ax) 0))) +("guillaume" nil (((g ih) 1) ((l aw m) 1))) +("guillemette" nil (((g ih) 1) ((l ax) 0) ((m eh t) 1))) +("guillen" nil (((g ih) 1) ((l ax n) 0))) +("guillermo" nil (((g w ih) 0) ((l y eh r) 1) ((m ow) 0))) +("guillet" nil (((g ih) 0) ((l eh t) 1))) +("guillette" nil (((g ih) 0) ((l eh t) 1))) +("guilliams" nil (((g w iy) 0) ((l iy) 1) ((aa m z) 0))) +("guillory" nil (((g ih) 1) ((l er) 0) ((iy) 0))) +("guillot" nil (((g ih) 0) ((l ow) 1))) +("guillotine" nil (((g ih) 1) ((l ax) 0) ((t iy n) 1))) +("guillotte" nil (((g ih) 0) ((l ao t) 1))) +("guilmartin" nil (((g ih l) 0) ((m aa r) 1) ((t ih n) 0))) +("guilmette" nil (((g ih l) 0) ((m eh t) 1))) +("guilt" nil (((g ih l t) 1))) +("guilty" nil (((g ih l) 1) ((t iy) 0))) +("guimaraes" nil (((g ih) 1) ((m er) 0) ((ey z) 1))) +("guimond" nil (((g ih) 0) ((m aa n d) 1))) +("guimont" nil (((g ih) 0) ((m aa n t) 1))) +("guin" nil (((g ih n) 1))) +("guinan" nil (((g w iy) 0) ((n aa n) 1))) +("guinarou" nil (((g w ih) 0) ((n aa) 1) ((r ow) 1))) +("guindon" nil (((g ih n) 1) ((d ax n) 0))) +("guinea" nil (((g ih) 1) ((n iy) 0))) +("guineas" nil (((g ih) 1) ((n iy z) 0))) +("guiney" nil (((g ih) 1) ((n iy) 0))) +("guinier" nil (((g w ih) 0) ((n ih r) 1))) +("guinn" nil (((g ih n) 1))) +("guinness" nil (((g ih) 1) ((n ax s) 0))) +("guinta" nil (((g w iy n) 1) ((t ax) 0))) +("guinther" nil (((g ih n) 1) ((dh er) 0))) +("guinto" nil (((g w iy n) 1) ((t ow) 0))) +("guinyard" nil (((g ih) 0) ((n y aa r d) 1))) +("guion" nil (((g w iy) 0) ((ao n) 1))) +("guire" nil (((g ay r) 1))) +("guise" nil (((g ay z) 1))) +("guises" nil (((g ay) 1) ((z ax z) 0))) +("guisewite" nil (((g ay) 1) ((s w ay t) 1))) +("guisinger" nil (((g ih) 1) ((s ih n) 0) ((jh er) 0))) +("guitar" nil (((g ih) 0) ((t aa r) 1))) +("guitarist" nil (((g ih) 1) ((t aa) 1) ((r ax s t) 0))) +("guitarists" nil (((g ih) 1) ((t aa) 1) ((r ax s t s) 0))) +("guitarro" nil (((g ih) 0) ((t aa) 1) ((r ow) 0))) +("guitars" nil (((g ih) 0) ((t aa r z) 1))) +("guiterrez" nil (((g w iy) 0) ((t eh) 1) ((r eh z) 0))) +("guitierrez" nil (((g w iy) 0) ((t ih) 1) ((r eh z) 0))) +("guixiang" nil (((g w ey) 1) ((sh y aa ng) 1))) +("guiyang" nil (((g w ey) 1) ((y aa ng) 1))) +("guiying" nil (((g w ey) 1) ((y iy ng) 1))) +("guizar" nil (((g w iy) 0) ((z aa r) 1))) +("guizhou" nil (((g w ey) 1) ((jh ow) 1))) +("gujarat" nil (((g y uw) 1) ((jh er) 0) ((ae t) 1))) +("gul" nil (((g ah l) 1))) +("gula" nil (((g y uw) 1) ((l ax) 0))) +("gulag" nil (((g y uw) 1) ((l ae g) 0))) +("gulangyu" nil (((g uw) 1) ((l aa ng) 1) ((y uw) 1))) +("gulas" nil (((g y uw) 1) ((l ax z) 0))) +("gulbrandsen" nil (((g ah l) 1) ((b r ax n d) 0) ((s ax n) 0))) +("gulbrandson" nil (((g ah l) 1) ((b r ax n d) 0) ((s ax n) 0))) +("gulbransen" nil (((g ah l) 1) ((b r ax n) 0) ((s ax n) 0))) +("gulbranson" nil (((g ah l) 1) ((b r ax n) 0) ((s ax n) 0))) +("gulbuddin" nil (((g ah) 1) ((b uw) 1) ((d ih n) 0))) +("gulch" nil (((g ah l ch) 1))) +("guldin" nil (((g ah l) 1) ((d ih n) 0))) +("gulf" nil (((g ah l f) 1))) +("gulfstream" nil (((g ah l f) 1) ((s t r iy m) 1))) +("guli" nil (((g uw) 1) ((l iy) 1))) +("gulick" nil (((g y uw) 1) ((l ih k) 0))) +("gulino" nil (((g uw) 0) ((l iy) 1) ((n ow) 0))) +("gull" nil (((g ah l) 1))) +("gulla" nil (((g ah) 1) ((l ax) 0))) +("gullah" nil (((g ah) 1) ((l ax) 0))) +("gullatt" nil (((g ah) 1) ((l ax t) 0))) +("gulledge" nil (((g uw) 1) ((l ih jh) 0))) +("gullet" nil (((g ah) 1) ((l ax t) 0))) +("gullett" nil (((g uw) 1) ((l ih t) 0))) +("gullette" nil (((g uw) 0) ((l eh t) 1))) +("gulley" nil (((g ah) 1) ((l iy) 0))) +("gulli" nil (((g uw) 1) ((l iy) 0))) +("gullibility" nil (((g ah) 1) ((l ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("gullible" nil (((g ah) 1) ((l ax) 0) ((b ax l) 0))) +("gullick" nil (((g ah) 1) ((l ih k) 0))) +("gullickson" nil (((g ah) 1) ((l ih k) 0) ((s ax n) 0))) +("gullies" nil (((g ah) 1) ((l iy z) 0))) +("gulliford" nil (((g ah) 1) ((l ih) 0) ((f er d) 0))) +("gullikson" nil (((g ah) 1) ((l ih k) 0) ((s ax n) 0))) +("gullion" nil (((g ah) 1) ((l y ax n) 0))) +("gulliver" nil (((g ah) 1) ((l ih) 0) ((v er) 0))) +("gullo" nil (((g uw) 1) ((l ow) 0))) +("gully" nil (((g ah) 1) ((l iy) 0))) +("gulp" nil (((g ah l p) 1))) +("gulped" nil (((g ah l p t) 1))) +("gulping" nil (((g ah l) 1) ((p ih ng) 0))) +("gulps" nil (((g ah l p s) 1))) +("gulyas" nil (((g uw) 1) ((l y ax s) 0))) +("gum" nil (((g ah m) 1))) +("gumaer" nil (((g ah) 1) ((m aw) 0) ((er) 0))) +("gumbel" nil (((g ah m) 1) ((b ax l) 0))) +("gumbert" nil (((g ah m) 1) ((b er t) 0))) +("gumbi" nil (((g ah m) 1) ((b iy) 0))) +("gumbiner" nil (((g ah m) 1) ((b ay) 1) ((n er) 0))) +("gumbinger" nil (((g ah m) 1) ((b ih ng) 1) ((er) 0))) +("gumbo" nil (((g ah m) 1) ((b ow) 0))) +("gumbs" nil (((g ah m z) 1))) +("gumi" nil (((g uw) 1) ((m iy) 0))) +("gumina" nil (((g uw) 0) ((m iy) 1) ((n ax) 0))) +("gumm" nil (((g ah m) 1))) +("gummed" nil (((g ah m d) 1))) +("gummi" nil (((g y uw) 1) ((m iy) 0))) +("gummy" nil (((g ah) 1) ((m iy) 0))) +("gump" nil (((g ah m p) 1))) +("gumpert" nil (((g ah m) 1) ((p er t) 1))) +("gumport" nil (((g ah m) 1) ((p ao r t) 1))) +("gumpp" nil (((g ah m p) 1))) +("gumption" nil (((g ah m p) 1) ((sh ax n) 0))) +("gums" nil (((g ah m z) 1))) +("gumshoe" nil (((g ah m) 1) ((sh uw) 1))) +("gumucio" nil (((g y uw) 1) ((m y uw) 1) ((s iy) 0) ((ow) 0))) +("gumz" nil (((g ah m z) 1))) +("gun" nil (((g ah n) 1))) +("gunboat" nil (((g ah n) 1) ((b ow t) 1))) +("gunboats" nil (((g ah n) 1) ((b ow t s) 1))) +("gunby" nil (((g ah n) 1) ((b iy) 0))) +("guncotton" nil (((g ah n) 1) ((k aa) 1) ((t ax n) 0))) +("gundel" nil (((g ah n) 1) ((d ax l) 0))) +("gunder" nil (((g ah n) 1) ((d er) 0))) +("gunderman" nil (((g ah n) 1) ((d er) 0) ((m ax n) 0))) +("gundersen" nil (((g ah n) 1) ((d er) 0) ((s ax n) 0))) +("gunderson" nil (((g ah n) 1) ((d er) 0) ((s ax n) 0))) +("gundlach" nil (((g ah n d) 1) ((l ax k) 0))) +("gundle" nil (((g ah n) 1) ((d ax l) 0))) +("gundog" nil (((g ah n) 1) ((d ao g) 1))) +("gundrum" nil (((g ah n) 1) ((d r ax m) 0))) +("gundry" nil (((g ah n) 1) ((d er) 0) ((iy) 0))) +("gundy" nil (((g ah n) 1) ((d iy) 0))) +("gunfight" nil (((g ah n) 1) ((f ay t) 1))) +("gunfighter" nil (((g ah n) 1) ((f ay) 1) ((t er) 0))) +("gunfighters" nil (((g ah n) 1) ((f ay) 1) ((t er z) 0))) +("gunfighting" nil (((g ah n) 1) ((f ay) 1) ((t ih ng) 0))) +("gunfights" nil (((g ah n) 1) ((f ay t s) 1))) +("gunfire" nil (((g ah n) 1) ((f ay) 1) ((er) 0))) +("gunflint" nil (((g ah n) 1) ((f l ih n t) 0))) +("gung" nil (((g ah ng) 1))) +("gunhilda" nil (((g uw n) 0) ((hh iy l) 1) ((d ax) 0))) +("gunia" nil (((g uw) 1) ((n iy) 0) ((ax) 0))) +("gunkel" nil (((g ah ng) 1) ((k ax l) 0))) +("gunlicks" nil (((g ah n) 1) ((l ih k s) 0))) +("gunman" nil (((g ah n) 1) ((m ax n) 0))) +("gunmen" nil (((g ah n) 1) ((m eh n) 1))) +("gunn" nil (((g ah n) 1))) +("gunnar" nil (((g ah) 1) ((n er) 0))) +("gunnarson" nil (((g ah) 1) ((n aa r) 0) ((s ax n) 0))) +("gunned" nil (((g ah n d) 1))) +("gunnell" nil (((g ah) 1) ((n ax l) 0))) +("gunnells" nil (((g ah) 1) ((n ax l z) 0))) +("gunnels" nil (((g ah) 1) ((n ax l z) 0))) +("gunner" nil (((g ah) 1) ((n er) 0))) +("gunners" nil (((g ah) 1) ((n er z) 0))) +("gunnerson" nil (((g ah) 1) ((n er) 0) ((s ax n) 0))) +("gunnery" nil (((g ah) 1) ((n er) 0) ((iy) 0))) +("gunning" nil (((g ah) 1) ((n ih ng) 0))) +("gunnison" nil (((g ah) 1) ((n ih) 0) ((s ax n) 0))) +("gunnoe" nil (((g ah) 1) ((n ow) 0))) +("gunny" nil (((g ah) 1) ((n iy) 0))) +("gunplay" n (((g ah n) 1) ((p l ey) 0))) +("gunpoint" nil (((g ah n) 1) ((p oy n t) 1))) +("gunpowder" nil (((g ah n) 1) ((p aw) 1) ((d er) 0))) +("gunrunner" nil (((g ah n) 1) ((r ah) 1) ((n er) 0))) +("guns" nil (((g ah n z) 1))) +("gunsalus" nil (((g ax n) 0) ((s aa) 1) ((l ax s) 0))) +("gunship" nil (((g ah n) 1) ((sh ih p) 1))) +("gunships" nil (((g ah n) 1) ((sh ih p s) 1))) +("gunshot" nil (((g ah n) 1) ((sh aa t) 1))) +("gunshots" nil (((g ah n) 1) ((sh aa t s) 1))) +("gunslinger" nil (((g ah n) 1) ((s l ih ng) 1) ((er) 0))) +("gunslingers" nil (((g ah n) 1) ((s l ih ng) 1) ((er z) 0))) +("gunst" nil (((g ah n s t) 1))) +("gunter" nil (((g ah n) 1) ((t er) 0))) +("gunther" nil (((g ah n) 1) ((th er) 0))) +("guntur" nil (((g ah n) 1) ((t er) 0))) +("gunty" nil (((g ah n) 1) ((t iy) 0))) +("guo" n (((g w ao) 1))) +("guoguo" nil (((g w ao) 1) ((g w ao) 1))) +("guoping" nil (((g w ao) 1) ((p iy ng) 1))) +("Gup" n (((g uh p) 1))) +("guppies" nil (((g ah) 1) ((p iy z) 0))) +("gupta" nil (((g uh p) 1) ((t ax) 0))) +("guptill" nil (((g ah p) 1) ((t ih l) 0))) +("gupton" nil (((g ah p) 1) ((t ax n) 0))) +("guqin" nil (((g uw) 1) ((ch iy n) 0))) +("gura" nil (((g uh) 1) ((r ax) 0))) +("gural" nil (((g y uh) 1) ((r ax l) 0))) +("gurevich" nil (((g y uw) 1) ((r ih) 0) ((v ih ch) 0))) +("gurganious" nil (((g er) 1) ((g ax) 0) ((n iy) 0) ((ih s) 0))) +("gurganus" nil (((g er) 1) ((g ax) 0) ((n ih s) 0))) +("gurgle" nil (((g er) 1) ((g ax l) 0))) +("gurgling" nil (((g er) 1) ((g ax) 0) ((l ih ng) 0))) +("gurian" nil (((g y uh) 1) ((r iy) 0) ((ax n) 0))) +("gurion" nil (((g y uh) 1) ((r iy) 0) ((ax n) 0))) +("gurit" nil (((g y uh) 1) ((r ih t) 0))) +("gurka" nil (((g er) 1) ((k ax) 0))) +("gurkin" nil (((g er) 1) ((k ih n) 0))) +("gurley" nil (((g er) 1) ((l iy) 0))) +("gurnards" nil (((g er) 1) ((n er d z) 0))) +("gurnee" nil (((g er) 0) ((n iy) 1))) +("gurney" nil (((g er) 1) ((n iy) 0))) +("gurnsey" nil (((g er n) 1) ((s iy) 0))) +("gurr" nil (((g er) 1))) +("gurria" nil (((g er) 1) ((iy) 0) ((ax) 0))) +("gurrola" nil (((g uh) 0) ((r ow) 1) ((l ax) 0))) +("gurry" nil (((g er) 1) ((iy) 0))) +("gurski" nil (((g er) 1) ((s k iy) 0))) +("gursky" nil (((g er) 1) ((s k iy) 0))) +("gurtler" nil (((g er) 1) ((t ax) 0) ((l er) 0))) +("gurtner" nil (((g er t) 1) ((n er) 0))) +("gurtz" nil (((g er t s) 1))) +("guru" nil (((g uw) 1) ((r uw) 1))) +("gurule" nil (((g er) 0) ((uw l) 1))) +("gurus" nil (((g uw) 1) ((r uw z) 1))) +("gus" nil (((g ah s) 1))) +("guse" nil (((g y uw z) 1))) +("gusella" nil (((g y uw) 1) ((s eh) 1) ((l ax) 0))) +("guseman" nil (((g uw) 1) ((s m ax n) 0))) +("gush" nil (((g ah sh) 1))) +("gushed" nil (((g ah sh t) 1))) +("gusher" nil (((g ah) 1) ((sh er) 0))) +("gushers" nil (((g ah) 1) ((sh er z) 0))) +("gushes" nil (((g ah) 1) ((sh ih z) 0))) +("gushing" nil (((g ah) 1) ((sh ih ng) 0))) +("gusinsky" nil (((g ax) 0) ((s ih n) 1) ((s k iy) 0))) +("gusky" nil (((g ah) 1) ((s k iy) 0))) +("gusler" nil (((g ah) 1) ((s ax) 0) ((l er) 0))) +("gusman" nil (((g ah) 1) ((s m ax n) 0))) +("guss" nil (((g ah s) 1))) +("gussie" nil (((g ah) 1) ((s iy) 0))) +("gussied" nil (((g ah) 1) ((s iy d) 0))) +("gussman" nil (((g ah) 1) ((s m ax n) 0))) +("gussy" nil (((g ah) 1) ((s iy) 0))) +("gust" nil (((g ah s t) 1))) +("gustaf" nil (((g uw) 1) ((s t aa f) 0))) +("gustafson" nil (((g ah) 1) ((s t ax f) 0) ((s ax n) 0))) +("gustafsson" nil (((g uw) 1) ((s t aa f) 0) ((s ax n) 0))) +("gustav" nil (((g uh) 1) ((s t aa f) 0))) +("gustava" nil (((g uw) 0) ((s t aa) 1) ((v ax) 0))) +("gustave" nil (((g uw) 0) ((s t aa) 1) ((v iy) 0))) +("gustaveson" nil (((g uw) 0) ((s t aa) 0) ((v ey) 1) ((s ax n) 0))) +("gustavo" nil (((g ax) 0) ((s t aa) 1) ((v ow) 0))) +("gustavson" nil (((g ah) 1) ((s t ax v) 0) ((s ax n) 0))) +("guste" nil (((g ah s t) 1))) +("gusted" nil (((g ah) 1) ((s t ih d) 0))) +("guster" nil (((g ah) 1) ((s t er) 0))) +("gustin" nil (((g ah) 1) ((s t ih n) 0))) +("gusto" nil (((g ah) 1) ((s t ow) 1))) +("guston" nil (((g ah) 1) ((s t ax n) 0))) +("gusts" nil (((g ah s t s) 1))) +("gustus" nil (((g ah) 1) ((s t ax s) 0))) +("gusty" nil (((g ah) 1) ((s t iy) 0))) +("gut" nil (((g ah t) 1))) +("gutekunst" nil (((g ah) 1) ((t ih) 0) ((k ax n s t) 0))) +("guterman" nil (((g y uw) 1) ((t er) 0) ((m ax n) 0))) +("gutermuth" nil (((g ah) 1) ((t er) 0) ((m uw th) 0))) +("gutfeld" nil (((g ah t) 1) ((f eh l d) 1))) +("gutfreund" nil (((g uh t) 1) ((f r eh n d) 1))) +("guth" nil (((g uw th) 1))) +("gutherie" nil (((g ah) 1) ((th er) 0) ((iy) 0))) +("guthery" nil (((g ah) 1) ((th er) 0) ((iy) 0))) +("guthmiller" nil (((g ah th) 1) ((m ax) 0) ((l er) 0))) +("guthridge" nil (((g ah) 1) ((th r ih jh) 0))) +("guthrie" nil (((g ah) 1) ((th r iy) 0))) +("gutierez" nil (((g uw) 0) ((t ih) 1) ((r eh z) 0))) +("gutierres" nil (((g uw) 0) ((t y eh) 1) ((r eh z) 0))) +("gutierrez" nil (((g uw) 0) ((t y eh) 1) ((r eh z) 0))) +("gutknecht" nil (((g uw t) 1) ((n eh k t) 0))) +("gutkowski" nil (((g ax t) 0) ((k ao f) 1) ((s k iy) 0))) +("gutman" nil (((g ah t) 1) ((m ax n) 0))) +("gutmann" nil (((g ah t) 1) ((m ax n) 0))) +("gutowski" nil (((g ax) 0) ((t ao f) 1) ((s k iy) 0))) +("gutridge" nil (((g ah) 1) ((t r ih jh) 1))) +("guts" nil (((g ah t s) 1))) +("gutshall" nil (((g ah) 1) ((ch ax l) 0))) +("gutsy" nil (((g ah t) 1) ((s iy) 1))) +("gutt" nil (((g ah t) 1))) +("gutted" nil (((g ah) 1) ((t ih d) 0))) +("guttenberg" nil (((g ah) 1) ((t ax n) 0) ((b er g) 0))) +("gutter" nil (((g ah) 1) ((t er) 0))) +("guttered" nil (((g ah) 1) ((t er d) 0))) +("guttering" nil (((g ah) 1) ((t er) 0) ((ih ng) 0))) +("gutterman" nil (((g ah) 1) ((t er) 0) ((m ax n) 0))) +("gutters" nil (((g ah) 1) ((t er z) 0))) +("gutting" nil (((g ah) 1) ((t ih ng) 0))) +("guttmacher" nil (((g ah t) 1) ((m aa) 1) ((k er) 0))) +("guttman" nil (((g ah t) 1) ((m ax n) 0))) +("guttmann" nil (((g ah t) 1) ((m ax n) 0))) +("guttural" nil (((g ah) 1) ((t er) 0) ((ax l) 0))) +("gutwein" nil (((g ah) 1) ((t w ay n) 1))) +("gutzman" nil (((g ah t) 1) ((s m ax n) 0))) +("gutzmer" nil (((g ah t) 1) ((s m er) 0))) +("gutzwiller" nil (((g ah t) 1) ((s w ih) 1) ((l er) 0))) +("guy" nil (((g ay) 1))) +("guyana" nil (((g ay) 1) ((aa) 1) ((n ax) 0))) +("guyer" nil (((g ay) 1) ((er) 0))) +("guyett" nil (((g ay) 1) ((eh t) 1))) +("guyette" nil (((g ay) 1) ((eh t) 1))) +("guymon" nil (((g ay) 1) ((m ax n) 0))) +("guynes" nil (((g ay n z) 1))) +("guynn" nil (((g ay n) 1))) +("guyon" nil (((g ay) 1) ((ax n) 0))) +("guyot" nil (((g ay) 1) ((ax t) 0))) +("guys" nil (((g ay z) 1))) +("guyton" nil (((g ay) 1) ((t ax n) 0))) +("guyuan" nil (((g uw) 1) ((y uh) 0) ((aa n) 1))) +("guza" nil (((g y uw) 1) ((z ax) 0))) +("guzek" nil (((g uw) 1) ((z eh k) 0))) +("guzheng" nil (((g uw) 1) ((jh ah ng) 0))) +("guzik" nil (((g y uw) 1) ((z ih k) 0))) +("guzman" nil (((g ah z) 1) ((m ax n) 0))) +("guzowski" nil (((g ax) 0) ((z ao f) 1) ((s k iy) 0))) +("guzy" nil (((g y uw) 1) ((z iy) 0))) +("guzzardo" nil (((g uw t) 0) ((s aa r) 1) ((d ow) 0))) +("guzzetta" nil (((g uw t) 0) ((s eh) 1) ((t ax) 0))) +("guzzetti" nil (((g y uw) 0) ((z eh) 1) ((t iy) 0))) +("guzzi" nil (((g uw t) 1) ((s iy) 0))) +("guzzle" nil (((g ah) 1) ((z ax l) 0))) +("guzzler" nil (((g ah) 1) ((z l er) 0))) +("guzzlers" nil (((g ah) 1) ((z ax) 0) ((l er z) 0))) +("guzzling" nil (((g ah) 1) ((z ax) 0) ((l ih ng) 0))) +("guzzo" nil (((g uw) 1) ((z ow) 0))) +("gvaryahu" nil (((g ax) 0) ((v eh r) 0) ((y aa) 1) ((hh uw) 0))) +("gwaltney" nil (((g w ao l t) 1) ((n iy) 0))) +("gwartney" nil (((g w ao r t) 1) ((n iy) 0))) +("gwen" nil (((g w eh n) 1))) +("gwenda" nil (((g w eh n) 1) ((d ax) 0))) +("gwendolyn" nil (((g w eh n) 1) ((d ax) 0) ((l ih n) 0))) +("gwennie" nil (((g w eh) 1) ((n iy) 0))) +("gwenore" nil (((g w eh) 1) ((n er) 0))) +("gwin" nil (((g w ih n) 1))) +("gwinn" nil (((g w ih n) 1))) +("gwinner" nil (((g w ih) 1) ((n er) 0))) +("gwinnett" nil (((g w ih) 0) ((n eh t) 1))) +("gwizdala" nil (((g w ih z) 0) ((d aa) 1) ((l ax) 0))) +("gwozdz" nil (((g w aa z d z) 1))) +("gwyn" nil (((g w ih n) 1))) +("gwynn" nil (((g w ih n) 1))) +("gwynne" nil (((g w ih n) 1))) +("gyger" nil (((g ay) 1) ((g er) 0))) +("gyi" nil (((g iy) 1))) +("gyles" nil (((jh ay l z) 1))) +("gyllenhammar" nil (((jh ih) 1) ((l eh n) 0) ((hh ae) 1) ((m er) 0))) +("gym" nil (((jh ih m) 1))) +("gymboree" nil (((jh ih m) 1) ((b ao) 0) ((r iy) 1))) +("gymnasia" nil (((jh ih m) 0) ((n ey) 1) ((z iy) 0) ((ax) 0))) +("gymnasium" nil (((jh ih m) 0) ((n ey) 1) ((z iy) 0) ((ax m) 0))) +("gymnasiums" nil (((jh ih m) 0) ((n ey) 1) ((z iy) 0) ((ax m z) 0))) +("gymnast" nil (((jh ih m) 1) ((n ax s t) 0))) +("gymnastic" nil (((jh ih m) 0) ((n ae) 1) ((s t ih k) 0))) +("gymnastics" nil (((jh ih m) 0) ((n ae) 1) ((s t ih k s) 0))) +("gymnasts" nil (((jh ih m) 1) ((n ae s t s) 0))) +("gyms" nil (((jh ih m z) 1))) +("gynecologic" nil (((g ay) 1) ((n ax) 0) ((k ax) 0) ((l aa) 1) ((jh ih k) 0))) +("gynecological" nil (((g ay) 1) ((n ax) 0) ((k ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("gynecologist" nil (((g ay) 1) ((n ax) 0) ((k aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("gynecologists" nil (((g ay) 1) ((n ax) 0) ((k aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("gynecology" nil (((g ay) 1) ((n ax) 0) ((k aa) 1) ((l ax) 0) ((jh iy) 0))) +("gynex" nil (((jh ih) 1) ((n ax k s) 0))) +("gyohten" nil (((g y ow) 1) ((t ax n) 0))) +("gyosai" nil (((g y ow) 1) ((s ey) 1))) +("gypped" nil (((jh ih p t) 1))) +("gypsies" nil (((jh ih p) 1) ((s iy z) 0))) +("gypsum" nil (((jh ih p) 1) ((s ax m) 0))) +("gypsy" nil (((jh ih p) 1) ((s iy) 0))) +("gyr" nil (((jh ay r) 1))) +("gyrate" nil (((jh ay) 1) ((r ey t) 1))) +("gyrated" nil (((jh ay) 1) ((r ey) 1) ((t ih d) 0))) +("gyrating" nil (((jh ay) 1) ((r ey) 1) ((t ih ng) 0))) +("gyrations" nil (((jh ay) 0) ((r ey) 1) ((sh ax n z) 0))) +("gyro" nil (((jh ay) 1) ((r ow) 1))) +("gyrocompass" nil (((jh ay) 1) ((r ow) 0) ((k ah m) 1) ((p ax s) 0))) +("gyropilot" nil (((jh ay) 1) ((r ow) 0) ((p ay) 1) ((l ax t) 0))) +("gyros" nil (((jh ay) 1) ((r ow z) 1))) +("gyroscope" nil (((jh ay) 1) ((r ax) 0) ((s k ow p) 1))) +("gyroscopes" nil (((jh ay) 1) ((r ax) 0) ((s k ow p s) 1))) +("gyroscopic" nil (((jh ay) 1) ((r ax) 0) ((s k aa) 1) ((p ih k) 0))) +("gytha" nil (((jh ay) 1) ((dh ax) 0))) +("gyuhama" nil (((g y uw) 1) ((hh aa) 1) ((m ax) 0))) +("h" nil (((ey ch) 1))) +("ha" nil (((hh aa) 1))) +("haab" nil (((hh aa b) 1))) +("haack" nil (((hh aa k) 1))) +("haacke" nil (((hh aa k) 1))) +("haaf" nil (((hh aa f) 1))) +("haag" nil (((hh aa g) 1))) +("haagen" nil (((hh aa) 1) ((g ax n) 0))) +("haagenson" nil (((hh aa) 1) ((g ih n) 0) ((s ax n) 0))) +("haak" nil (((hh aa k) 1))) +("haake" nil (((hh aa k) 1))) +("haakenson" nil (((hh aa) 1) ((k ih n) 0) ((s ax n) 0))) +("haaland" nil (((hh aa) 1) ((l ax n d) 0))) +("haan" nil (((hh aa n) 1))) +("haapala" nil (((hh aa) 1) ((p aa) 1) ((l ax) 0))) +("haar" nil (((hh aa r) 1))) +("haas" nil (((hh aa s) 1))) +("haase" nil (((hh aa s) 1))) +("haass" nil (((hh aa s) 1))) +("haavelmo" nil (((hh aa) 1) ((v eh l) 1) ((m ow) 0))) +("haba" nil (((hh aa) 1) ((b aa) 1))) +("habben" nil (((hh ae) 1) ((b ax n) 0))) +("habeas" nil (((hh ae) 1) ((b iy) 0) ((ax s) 0))) +("habeck" nil (((hh aa) 1) ((b eh k) 0))) +("habecker" nil (((hh ae) 1) ((b eh) 0) ((k er) 0))) +("habeeb" nil (((hh ae) 1) ((b iy b) 0))) +("habegger" nil (((hh ae) 1) ((b ih) 0) ((g er) 0))) +("habel" nil (((hh ae) 1) ((b ax l) 0))) +("habenicht" nil (((hh ae) 1) ((b ih) 0) ((n ih k t) 0))) +("haber" nil (((hh ey) 1) ((b er) 0))) +("haberdashery" nil (((hh ae) 1) ((b er) 0) ((d ae) 1) ((sh er) 0) ((iy) 0))) +("haberer" nil (((hh ae) 1) ((b er) 0) ((er) 0))) +("haberkorn" nil (((hh ae) 1) ((b er) 0) ((k er n) 0))) +("haberl" nil (((hh ae) 1) ((b er l) 0))) +("haberland" nil (((hh ae) 1) ((b er) 0) ((l ax n d) 0))) +("haberle" nil (((hh ae) 1) ((b er) 0) ((ax l) 0))) +("haberman" nil (((hh ey) 1) ((b er) 0) ((m ax n) 0))) +("habermann" nil (((hh ey) 1) ((b er) 0) ((m ax n) 0))) +("habermehl" nil (((hh ae) 1) ((b er) 0) ((m ax l) 0))) +("haberstroh" nil (((hh aa) 0) ((b eh r) 1) ((s t r ow) 0))) +("habib" nil (((hh ax) 0) ((b iy b) 1))) +("habibie" nil (((hh ax) 0) ((b iy) 1) ((b iy) 0))) +("habich" nil (((hh ae) 1) ((b ih k) 0))) +("habicht" nil (((hh ae) 1) ((b ih k t) 0))) +("habig" nil (((hh ae) 1) ((b ih g) 0))) +("habiger" nil (((hh ae) 1) ((b ih) 0) ((g er) 0))) +("habit" nil (((hh ae) 1) ((b ax t) 0))) +("habitable" nil (((hh ae) 1) ((b ax) 0) ((t ax) 0) ((b ax l) 0))) +("habitat" nil (((hh ae) 1) ((b ax) 0) ((t ae t) 1))) +("habitation" nil (((hh ae) 1) ((b ax) 0) ((t ey) 1) ((sh ax n) 0))) +("habitats" nil (((hh ae) 1) ((b ax) 0) ((t ae t s) 1))) +("habits" nil (((hh ae) 1) ((b ax t s) 0))) +("habitual" nil (((hh ax) 0) ((b ih) 1) ((ch uw) 0) ((ax l) 0))) +("habitually" nil (((hh ax) 0) ((b ih) 1) ((ch uw) 0) ((ax) 0) ((l iy) 0))) +("habitues" nil (((hh ae) 1) ((b ih) 0) ((ch uw z) 0))) +("hable" nil (((hh ey) 1) ((b ax l) 0))) +("habsburg" nil (((hh ae p s) 1) ((b er g) 0))) +("haby" nil (((hh ey) 1) ((b iy) 0))) +("hach" nil (((hh ae ch) 1))) +("hachette" nil (((hh ax) 0) ((sh eh t) 1))) +("hachey" nil (((hh ae) 1) ((ch iy) 0))) +("hachtel" nil (((hh ae k) 1) ((t ax l) 0))) +("hacienda" nil (((hh ae) 1) ((s iy) 0) ((eh n) 1) ((d ax) 0))) +("hack" nil (((hh ae k) 1))) +("hackathorn" nil (((hh ae) 1) ((k ax) 0) ((th er n) 0))) +("hackbart" nil (((hh ae k) 1) ((b aa r t) 1))) +("hackbarth" nil (((hh ae k) 1) ((b aa r th) 1))) +("hackberry" nil (((hh ae k) 1) ((b eh) 1) ((r iy) 0))) +("hacke" nil (((hh ae k) 1))) +("hacked" nil (((hh ae k t) 1))) +("hackel" nil (((hh ae) 1) ((k ax l) 0))) +("hacken" nil (((hh ae) 1) ((k ax n) 0))) +("hackenberg" nil (((hh ae) 1) ((k ax n) 0) ((b er g) 0))) +("hackensack" nil (((hh ae) 1) ((k ax n) 0) ((s ae k) 1))) +("hacker" nil (((hh ae) 1) ((k er) 0))) +("hackers" nil (((hh ae) 1) ((k er z) 0))) +("hackert" nil (((hh ae) 1) ((k er t) 0))) +("hackett" nil (((hh ae) 1) ((k ih t) 0))) +("hackford" nil (((hh ae k) 1) ((f er d) 0))) +("hacking" nil (((hh ae) 1) ((k ih ng) 0))) +("hackl" nil (((hh ae) 1) ((k ax l) 0))) +("hackleman" nil (((hh ae) 1) ((k ax l) 0) ((m ax n) 0))) +("hackler" nil (((hh ae) 1) ((k ax) 0) ((l er) 0))) +("hackles" nil (((hh ae) 1) ((k ax l z) 0))) +("hackley" nil (((hh ae) 1) ((k l iy) 0))) +("hackman" nil (((hh ae k) 1) ((m ae n) 1))) +("hackmann" nil (((hh ae k) 1) ((m ax n) 0))) +("hackmatack" nil (((hh ae k) 1) ((m ax) 0) ((t ae k) 1))) +("hackney" nil (((hh ae k) 1) ((n iy) 0))) +("hackneyed" nil (((hh ae k) 1) ((n iy d) 0))) +("hacks" nil (((hh ae k s) 1))) +("hacksaw" nil (((hh ae k) 1) ((s ao) 1))) +("hackstaff" nil (((hh ae k) 1) ((s t ae f) 1))) +("hackworth" nil (((hh ae) 1) ((k w er th) 1))) +("had" nil (((hh ae d) 1))) +("hada" nil (((hh aa) 1) ((d ax) 0))) +("hadad" nil (((hh ae) 1) ((d ax d) 0))) +("hadaway" nil (((hh aa) 1) ((d ax) 0) ((w ey) 0))) +("hadd" nil (((hh ae d) 1))) +("haddad" nil (((hh ae) 1) ((d ax d) 0))) +("haddan" nil (((hh ae) 1) ((d ax n) 0))) +("haddaway" nil (((hh ae) 1) ((d ax) 0) ((w ey) 0))) +("hadden" nil (((hh ae) 1) ((d ax n) 0))) +("haddock" nil (((hh ae) 1) ((d ax k) 0))) +("haddon" nil (((hh ae) 1) ((d ax n) 0))) +("haddow" nil (((hh ae) 1) ((d ow) 0))) +("hade" nil (((hh ey d) 1))) +("haden" nil (((hh ey) 1) ((d ax n) 0))) +("hader" nil (((hh ey) 1) ((d er) 0))) +("hades" nil (((hh ey) 1) ((d iy z) 0))) +("hadfield" nil (((hh ae d) 1) ((f iy l d) 1))) +("hadid" nil (((hh aa) 0) ((d iy d) 1))) +("hadleigh" nil (((hh ae d) 1) ((l ax) 0))) +("hadler" nil (((hh ey) 1) ((d ax) 0) ((l er) 0))) +("hadley" nil (((hh ae d) 1) ((l iy) 0))) +("hadlock" nil (((hh ae d) 1) ((l ax k) 0))) +("hadnot" nil (((hh ae d) 1) ((n ax t) 0))) +("hadria" nil (((hh ae) 1) ((d r iy) 0) ((ax) 0))) +("hadrian" nil (((hh ae) 1) ((d r iy) 0) ((ax n) 0))) +("hadsall" nil (((hh ae d) 1) ((s ax l) 0))) +("hadsell" nil (((hh ae d) 1) ((s ax l) 0))) +("hadson" nil (((hh ae d) 1) ((s ax n) 0))) +("hadwin" nil (((hh ae) 1) ((d w ih n) 0))) +("haeberle" nil (((hh eh) 1) ((b er) 0) ((ax l) 0))) +("haecker" nil (((hh eh) 1) ((k er) 0))) +("haefele" nil (((hh eh) 1) ((f ax l) 0))) +("haeffner" nil (((hh eh f) 1) ((n er) 0))) +("haefner" nil (((hh eh f) 1) ((n er) 0))) +("haegele" nil (((hh eh) 1) ((g ax l) 0))) +("haeger" nil (((hh eh) 1) ((g er) 0))) +("haen" nil (((hh iy n) 1))) +("haenel" nil (((hh eh) 1) ((n ax l) 0))) +("haerbin" nil (((hh aa) 1) ((er) 0) ((b iy n) 1))) +("haering" nil (((hh aa) 1) ((er) 0) ((ih ng) 0))) +("haertel" nil (((hh eh r) 1) ((t ax l) 0))) +("haese" nil (((hh iy s) 1))) +("haessly" nil (((hh ae) 1) ((s l iy) 0))) +("haeussler" nil (((hh aw) 1) ((s l er) 0))) +("hafele" nil (((hh ae) 1) ((f ax l) 0))) +("hafeman" nil (((hh ey f) 1) ((m ax n) 0))) +("hafen" nil (((hh ae) 1) ((f ax n) 0))) +("hafer" nil (((hh ey) 1) ((f er) 0))) +("hafey" nil (((hh ey) 1) ((f iy) 0))) +("hafez" nil (((hh aa) 1) ((f eh z) 0))) +("haff" nil (((hh ae f) 1))) +("haffey" nil (((hh ae) 1) ((f iy) 0))) +("haffner" nil (((hh ae f) 1) ((n er) 0))) +("hafford" nil (((hh ae) 1) ((f er d) 0))) +("hafif" nil (((hh aa) 0) ((f iy f) 1))) +("hafley" nil (((hh ae) 1) ((f l iy) 0))) +("hafner" nil (((hh ae f) 1) ((n er) 0))) +("hafnia" nil (((hh ae f) 1) ((n iy) 0) ((ax) 0))) +("hafnium" nil (((hh ae f) 1) ((n iy) 0) ((ax m) 0))) +("haft" nil (((hh ae f t) 1))) +("hafta" nil (((hh ae f) 1) ((t ax) 0))) +("hafts" nil (((hh ae f t s) 1))) +("hag" nil (((hh ae g) 1))) +("haga" nil (((hh aa) 1) ((g ax) 0))) +("hagadorn" nil (((hh ae) 1) ((g ax) 0) ((d ao r n) 0))) +("hagaman" nil (((hh ae) 1) ((g ax) 0) ((m ax n) 0))) +("hagan" nil (((hh ey) 1) ((g ax n) 0))) +("hagans" nil (((hh ey) 1) ((g ax n z) 0))) +("hagar" nil (((hh ey) 1) ((g aa r) 0))) +("hagarty" nil (((hh ae) 1) ((g aa r) 0) ((t iy) 0))) +("hagberg" nil (((hh ae g) 1) ((b er g) 0))) +("hage" nil (((hh ey jh) 1))) +("hagedorn" nil (((hh ae) 1) ((g ih) 0) ((d er n) 0))) +("hagee" nil (((hh ae) 1) ((jh iy) 0))) +("hagel" nil (((hh ae) 1) ((g ax l) 0))) +("hagelin" nil (((hh ae) 1) ((g ih) 0) ((l ih n) 0))) +("hageman" nil (((hh ey jh) 1) ((m ax n) 0))) +("hagemann" nil (((hh ey jh) 1) ((m ax n) 0))) +("hagemeier" nil (((hh ae) 1) ((g ih) 0) ((m ay) 0) ((er) 0))) +("hagemeister" nil (((hh ae) 1) ((g ih) 0) ((m ay) 0) ((s t er) 0))) +("hagemeyer" nil (((hh ae) 1) ((g ih) 0) ((m ay) 0) ((er) 0))) +("hagen" nil (((hh ey) 1) ((g ax n) 0))) +("hagenbuch" nil (((hh ae) 1) ((g ih n) 0) ((b ax k) 0))) +("hagenlocker" nil (((hh ey) 1) ((g ax n) 0) ((l aa) 1) ((k er) 0))) +("hagenow" nil (((hh ae) 1) ((jh ih) 0) ((n ow) 0))) +("hagens" nil (((hh ey) 1) ((g ax n z) 0))) +("hager" nil (((hh ey) 1) ((g er) 0))) +("hagerman" nil (((hh ey) 1) ((g er) 0) ((m ax n) 0))) +("hagerstown" nil (((hh ey) 1) ((g er z) 0) ((t aw n) 1))) +("hagerty" nil (((hh ae) 1) ((jh er) 0) ((t iy) 0))) +("hagewood" nil (((hh ey jh) 1) ((w uh d) 0))) +("hagey" nil (((hh ae) 1) ((jh iy) 0))) +("hagfish" nil (((hh ae g) 1) ((f ih sh) 0))) +("hagg" nil (((hh ae g) 1))) +("haggan" nil (((hh ae) 1) ((g ax n) 0))) +("haggar" nil (((hh ae) 1) ((g er) 0))) +("haggard" nil (((hh ae) 1) ((g er d) 0))) +("haggart" nil (((hh ae) 1) ((g er t) 0))) +("haggarty" nil (((hh ae) 1) ((g aa r) 1) ((t iy) 0))) +("hagge" nil (((hh ae g) 1))) +("haggerty" nil (((hh ae) 1) ((g er) 0) ((t iy) 0))) +("haggett" nil (((hh ae) 1) ((g ih t) 0))) +("haggins" nil (((hh ae) 1) ((g ih n z) 0))) +("haggle" nil (((hh ae) 1) ((g ax l) 0))) +("haggled" nil (((hh ae) 1) ((g ax l d) 0))) +("haggling" nil (((hh ae) 1) ((g ax) 0) ((l ih ng) 0))) +("hagglund" nil (((hh ae) 1) ((g l ax n d) 0))) +("haggstrom" nil (((hh ae g) 1) ((s t r ax m) 0))) +("hagin" nil (((hh ae) 1) ((jh ih n) 0))) +("hagins" nil (((hh ae) 1) ((g ih n z) 0))) +("hagiography" nil (((hh ae) 1) ((g iy) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("hagiwara" nil (((hh aa) 1) ((g ih) 0) ((w aa) 1) ((r ax) 0))) +("hagle" nil (((hh ey) 1) ((g ax l) 0))) +("hagler" nil (((hh ae) 1) ((g l er) 0))) +("hagley" nil (((hh ae) 1) ((g l iy) 0))) +("haglund" nil (((hh ae) 1) ((g l ax n d) 0))) +("hagman" nil (((hh ae g) 1) ((m ax n) 0))) +("hagmann" nil (((hh ae g) 1) ((m ax n) 0))) +("hagner" nil (((hh ae g) 1) ((n er) 0))) +("hagood" nil (((hh ae) 1) ((g uh d) 0))) +("hagopian" nil (((hh ax) 0) ((g ow) 1) ((p iy) 0) ((ax n) 0))) +("hagstrom" nil (((hh ae g) 1) ((s t r ax m) 0))) +("hague" nil (((hh ey g) 1))) +("hagwood" nil (((hh ae) 1) ((g w uh d) 1))) +("hagy" nil (((hh ey) 1) ((g iy) 0))) +("hah" nil (((hh aa) 1))) +("haha" nil (((hh aa) 1) ((hh aa) 1))) +("hahaha" nil (((hh aa) 1) ((hh aa) 1) ((hh aa) 1))) +("hahahaha" nil (((hh aa) 1) ((hh aa) 1) ((hh aa) 1) ((hh aa) 1))) +("hahl" nil (((hh aa l) 1))) +("hahm" nil (((hh ae m) 1))) +("hahn" nil (((hh aa n) 1))) +("hahne" nil (((hh ey n) 1))) +("hahner" nil (((hh aa) 1) ((n er) 0))) +("hahs" nil (((hh aa s) 1))) +("hai" nil (((hh ay) 1))) +("haid" nil (((hh ey d) 1))) +("haidee" nil (((hh ey) 1) ((d iy) 0))) +("haider" nil (((hh ey) 1) ((d er) 0))) +("haidet" nil (((hh ey) 1) ((d ih t) 0))) +("haidian" nil (((hh ay) 1) ((d y ae n) 1))) +("haifa" nil (((hh ey) 1) ((f ax) 0))) +("haifeng" nil (((hh ay) 1) ((f ow ng) 1))) +("haig" nil (((hh ey g) 1))) +("haigh" nil (((hh ey) 1))) +("haight" nil (((hh ey t) 1))) +("haigler" nil (((hh ey) 1) ((g l er) 0))) +("haijiao" nil (((hh ay) 1) ((jh y aw) 1))) +("haijing" nil (((hh ay) 1) ((jh iy ng) 1))) +("haik" nil (((hh ey k) 1))) +("haikou" nil (((hh ay) 1) ((k ow) 1))) +("haiku" nil (((hh ay) 1) ((k uw) 0))) +("hail" nil (((hh ey l) 1))) +("hailand" nil (((hh ey) 1) ((l ax n d) 0))) +("haile" nil (((hh ey l) 1))) +("hailed" nil (((hh ey l d) 1))) +("hailes" nil (((hh ey l z) 1))) +("hailey" nil (((hh ey) 1) ((l iy) 0))) +("hailing" nil (((hh ey) 1) ((l ih ng) 0))) +("hails" nil (((hh ey l z) 1))) +("hailstones" nil (((hh ey l) 1) ((s t ow n z) 1))) +("hailstorm" nil (((hh ey l) 1) ((s t ao r m) 1))) +("haim" nil (((hh ay m) 1))) +("haiming" nil (((hh ay) 1) ((m iy ng) 1))) +("haimes" nil (((hh ey m z) 1))) +("haimovitch" nil (((hh ey) 1) ((m ax) 0) ((v ih ch) 0))) +("haimovitz" nil (((hh ey) 1) ((m ax) 0) ((v ih t s) 0))) +("haimowitz" nil (((hh ay) 1) ((m ax) 0) ((w ih t s) 0))) +("hain" nil (((hh ey n) 1))) +("hainan" nil (((hh ay) 1) ((n aa n) 1))) +("hainer" nil (((hh ey) 1) ((n er) 0))) +("haines" nil (((hh ey n z) 1))) +("hainey" nil (((hh ey) 1) ((n iy) 0))) +("hainley" nil (((hh ey n) 1) ((l iy) 0))) +("hainline" nil (((hh ey n) 1) ((l ay n) 1))) +("hains" nil (((hh ey n z) 1))) +("hainsworth" nil (((hh ey n) 1) ((s w er th) 0))) +("haiping" nil (((hh ay) 1) ((p iy ng) 1))) +("hair" nil (((hh eh r) 1))) +("haircut" nil (((hh eh r) 1) ((k ah t) 1))) +("haircuts" nil (((hh eh r) 1) ((k ah t s) 1))) +("hairdo" nil (((hh eh r) 1) ((d uw) 1))) +("hairdos" nil (((hh eh r) 1) ((d uw z) 1))) +("hairdresser" nil (((hh eh r) 1) ((d r eh) 1) ((s er) 0))) +("hairdressers" nil (((hh eh r) 1) ((d r eh) 1) ((s er z) 0))) +("hairdressing" nil (((hh eh r) 1) ((d r eh) 1) ((s ih ng) 0))) +("haire" nil (((hh eh r) 1))) +("haired" nil (((hh eh r d) 1))) +("hairfield" nil (((hh eh r) 1) ((f iy l d) 1))) +("hairgrove" nil (((hh ay r) 1) ((g r ax v) 0))) +("hairiness" nil (((hh eh) 1) ((r iy) 0) ((n ax s) 0))) +("hairless" nil (((hh eh r) 1) ((l ax s) 0))) +("hairline" nil (((hh eh r) 1) ((l ay n) 1))) +("hairr" nil (((hh eh r) 1))) +("hairs" nil (((hh eh r z) 1))) +("hairspray" nil (((hh eh r) 1) ((s p r ey) 1))) +("hairston" nil (((hh ay r) 1) ((s t ax n) 0))) +("hairstyle" nil (((hh eh r) 1) ((s t ay l) 1))) +("hairy" nil (((hh eh) 1) ((r iy) 0))) +("haisheng" nil (((hh ay) 1) ((sh ah ng) 0))) +("haisley" nil (((hh ey) 1) ((z l iy) 0))) +("haislip" nil (((hh ay) 1) ((s l ih p) 0))) +("haist" nil (((hh aa) 1) ((ih s t) 0))) +("haisten" nil (((hh ay) 1) ((s ax n) 0))) +("hait" nil (((hh ey t) 1))) +("haitao" nil (((hh ay) 1) ((t aw) 1))) +("haith" nil (((hh ey th) 1))) +("haithcock" nil (((hh ey th) 1) ((k aa k) 1))) +("haiti" nil (((hh ey) 1) ((t iy) 0))) +("haitian" nil (((hh ey) 1) ((sh ax n) 0))) +("haitians" nil (((hh ey) 1) ((sh ax n z) 0))) +("haitien" nil (((hh ey) 1) ((sh ax n) 0))) +("haitiens" nil (((hh ey) 1) ((sh ax n z) 0))) +("haizlip" nil (((hh ey) 1) ((z l ih p) 0))) +("haizhu" nil (((hh ay) 1) ((jh uw) 1))) +("hajdu" nil (((hh aa y) 1) ((d uw) 0))) +("hajduk" nil (((hh ay) 1) ((d ax k) 0))) +("hajek" nil (((hh ay) 1) ((eh k) 0))) +("hajime" nil (((hh aa) 0) ((jh iy) 1) ((m iy) 0))) +("hajj" nil (((hh ae jh) 1))) +("hajjar" nil (((hh aa) 0) ((y aa r) 1))) +("hakala" nil (((hh ax) 0) ((k aa) 1) ((l ax) 0))) +("hakan" nil (((hh ey) 1) ((k ax n) 0))) +("hakanson" nil (((hh ae) 1) ((k ax n) 0) ((s ax n) 0))) +("hake" nil (((hh ey k) 1))) +("hakes" nil (((hh ey k s) 1))) +("hakim" nil (((hh aa) 0) ((k iy m) 1))) +("hakko" nil (((hh ae) 1) ((k ow) 0))) +("hakon" nil (((hh ae) 1) ((k ax n) 0))) +("hakuhodo" nil (((hh aa) 1) ((k uw) 1) ((hh ow) 1) ((d ow) 0))) +("hal" nil (((hh ae l) 1))) +("Halaki" n (((hh ax) 0) ((l ae) 1) ((k iy) 0))) +("halama" nil (((hh aa) 0) ((l aa) 1) ((m ax) 0))) +("halamandaris" nil (((hh ae) 1) ((l ax) 0) ((m ae n) 1) ((d er) 0) ((ih s) 0))) +("halas" nil (((hh aa) 1) ((l ax z) 0))) +("halasz" nil (((hh aa) 1) ((l ax sh) 0))) +("halbach" nil (((hh ae l) 1) ((b aa k) 0))) +("halberg" nil (((hh ae l) 1) ((b er g) 0))) +("halberstadt" nil (((hh ae l) 1) ((b er sh) 0) ((t ae t) 0))) +("halberstam" nil (((hh ae l) 1) ((b er) 0) ((s t ae m) 0))) +("halbert" nil (((hh ae l) 1) ((b er t) 0))) +("halbig" nil (((hh ae l) 1) ((b ih g) 0))) +("halbrook" nil (((hh ae l) 1) ((b r uh k) 0))) +("halbrooks" nil (((hh ae l) 1) ((b r uh k s) 0))) +("halbur" nil (((hh ae l) 1) ((b er) 0))) +("halcion" nil (((hh ae l) 1) ((s iy) 0) ((ax n) 0))) +("halcomb" nil (((hh ae l) 1) ((k ax m) 0))) +("halcyon" nil (((hh ae l) 1) ((s iy) 0) ((ax n) 0))) +("halcyone" nil (((hh ae l) 1) ((s iy) 0) ((ow n) 0))) +("hald" nil (((hh ao l d) 1))) +("haldan" nil (((hh ae l) 1) ((d ax n) 0))) +("haldana" nil (((hh ax l) 0) ((d ae) 1) ((n ax) 0))) +("haldeman" nil (((hh ey l d) 1) ((m ax n) 0))) +("halden" nil (((hh ao l) 1) ((d ax n) 0))) +("halder" nil (((hh ao l) 1) ((d er) 0))) +("halderman" nil (((hh ao l) 1) ((d er) 0) ((m ax n) 0))) +("hale" nil (((hh ey l) 1))) +("hales" nil (((hh ey l z) 1))) +("haley" nil (((hh ey) 1) ((l iy) 0))) +("half" nil (((hh ae f) 1))) +("halfacre" nil (((hh ae) 1) ((f ey) 1) ((k er) 0))) +("halfback" nil (((hh ae f) 1) ((b ae k) 1))) +("halfdan" nil (((hh ae l f) 1) ((d ax n) 0))) +("halferty" nil (((hh ae) 1) ((f er) 0) ((t iy) 0))) +("halfhearted" nil (((hh ae f) 1) ((hh aa r) 1) ((t ih d) 0))) +("halfhill" nil (((hh ae f) 1) ((hh ih l) 1))) +("halfman" nil (((hh ae f) 1) ((m ax n) 0))) +("halfmann" nil (((hh ae f) 1) ((m ax n) 0))) +("halford" nil (((hh ae) 1) ((f er d) 0))) +("halfrida" nil (((hh ae) 1) ((f r ih) 0) ((d ax) 0))) +("halftime" nil (((hh ae f) 1) ((t ay m) 1))) +("halftone" nil (((hh ae f) 1) ((t ow n) 1))) +("halfway" nil (((hh ae f) 1) ((w ey) 1))) +("halgren" nil (((hh ae l) 1) ((g r eh n) 0))) +("haliburton" nil (((hh ae) 1) ((l ih) 0) ((b er) 1) ((t ax n) 0))) +("halibut" nil (((hh ae) 1) ((l ax) 0) ((b ax t) 0))) +("halide" nil (((hh ae) 1) ((l ay d) 1))) +("halifax" nil (((hh ae) 1) ((l ih) 0) ((f ae k s) 1))) +("halik" nil (((hh ae) 1) ((l ih k) 0))) +("halimeda" nil (((hh aa) 0) ((l iy) 0) ((m ey) 1) ((d ax) 0))) +("halite" nil (((hh ae) 1) ((l ay t) 0))) +("halko" nil (((hh ae l) 1) ((k ow) 0))) +("hall" nil (((hh ao l) 1))) +("halla" nil (((hh ae) 1) ((l ax) 0))) +("halladay" nil (((hh ae) 1) ((l ax) 0) ((d ey) 1))) +("hallahan" nil (((hh ae) 1) ((l ax) 0) ((hh ae n) 0))) +("hallam" nil (((hh ae) 1) ((l ax m) 0))) +("hallanan" nil (((hh ae) 1) ((l ax) 0) ((n ax n) 0))) +("hallandale" nil (((hh ae) 1) ((l ax n) 0) ((d ey l) 1))) +("hallas" nil (((hh ae) 1) ((l ax z) 0))) +("hallauer" nil (((hh ae) 1) ((l aw) 0) ((er) 0))) +("hallbauer" nil (((hh ao l) 1) ((b aw r) 1))) +("hallberg" nil (((hh ao l) 1) ((b er g) 0))) +("halle" nil (((hh ae l) 1))) +("halleck" nil (((hh ae) 1) ((l ih k) 0))) +("hallelujah" nil (((hh ae) 1) ((l ax) 0) ((l uw) 1) ((y ax) 0))) +("hallen" nil (((hh ao) 1) ((l ax n) 0))) +("hallenbeck" nil (((hh ao) 1) ((l ax n) 0) ((b eh k) 1))) +("haller" nil (((hh ao) 1) ((l er) 0))) +("halleran" nil (((hh ae) 1) ((l er) 0) ((ae n) 0))) +("hallet" nil (((hh ae) 1) ((l ih t) 0))) +("hallett" nil (((hh ae) 1) ((l ih t) 0))) +("halley" nil (((hh ae) 1) ((l iy) 0))) +("hallford" nil (((hh ae l) 1) ((f er d) 0))) +("hallgarten" nil (((hh ao l) 1) ((g aa r) 1) ((t ax n) 0))) +("hallgren" nil (((hh ae l) 1) ((g r eh n) 0))) +("halliburton" nil (((hh ae) 1) ((l ih) 0) ((b er) 1) ((t ax n) 0))) +("halliday" nil (((hh ae) 1) ((l ih) 0) ((d ey) 1))) +("hallie" nil (((hh ao) 1) ((l iy) 0))) +("halligan" nil (((hh ae) 1) ((l ih) 0) ((g ax n) 0))) +("hallin" nil (((hh ae) 1) ((l ih n) 0))) +("hallinan" nil (((hh ae) 1) ((l ih) 0) ((n ax n) 0))) +("halling" nil (((hh ao) 1) ((l ih ng) 0))) +("hallingby" nil (((hh ao) 1) ((l ih ng) 0) ((b iy) 0))) +("hallisey" nil (((hh ae) 1) ((l ih) 0) ((s iy) 0))) +("hallman" nil (((hh ao l) 1) ((m ax n) 0))) +("hallmark" nil (((hh ao l) 1) ((m aa r k) 1))) +("hallmarks" nil (((hh ao l) 1) ((m aa r k s) 1))) +("hallock" nil (((hh ae) 1) ((l ax k) 0))) +("halloran" nil (((hh ae) 1) ((l er) 0) ((ax n) 0))) +("halloway" nil (((hh ae) 1) ((l ow) 0) ((w ey) 1))) +("hallowed" nil (((hh ae) 1) ((l ow d) 0))) +("halloween" nil (((hh ae) 1) ((l ax) 0) ((w iy n) 1))) +("hallowell" nil (((hh ae) 1) ((l ax) 0) ((w eh l) 0))) +("hallows" nil (((hh ae) 1) ((l ow z) 0))) +("hallquist" nil (((hh ae l) 1) ((k w ih s t) 0))) +("halls" nil (((hh ao l z) 1))) +("hallstrom" nil (((hh ae l) 1) ((s t r ax m) 0))) +("hallucination" n (((hh ae) 0) ((l uw) 1) ((s ax) 0) ((n ey) 0) ((sh ax n) 0))) +("hallucinations" nil (((hh ax) 0) ((l uw) 1) ((s ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("hallucinatory" nil (((hh ax) 0) ((l uw) 1) ((s ax) 0) ((n ax) 0) ((t ao) 1) ((r iy) 0))) +("hallucinogenic" nil (((hh ax) 0) ((l uw) 1) ((s ax) 0) ((n ax) 0) ((jh eh) 1) ((n ih k) 0))) +("hallum" nil (((hh ae) 1) ((l ax m) 0))) +("hallums" nil (((hh ae) 1) ((l ax m z) 0))) +("hallward" nil (((hh ao l) 1) ((w er d) 0))) +("hallway" nil (((hh ao l) 1) ((w ey) 1))) +("hallways" nil (((hh ao l) 1) ((w ey z) 1))) +("hallwood" nil (((hh ao l) 1) ((w uh d) 1))) +("hally" nil (((hh ae) 1) ((l iy) 0))) +("halm" nil (((hh aa m) 1))) +("halmi" nil (((hh ao l) 1) ((m iy) 0))) +("halmos" nil (((hh ao l) 1) ((m ow s) 0))) +("halo" nil (((hh ey) 1) ((l ow) 0))) +("halogen" nil (((hh ae) 1) ((l ax) 0) ((jh ax n) 0))) +("halogenated" nil (((hh ae) 1) ((l ax) 0) ((jh ax) 0) ((n ey) 1) ((t ih d) 0))) +("halon" nil (((hh ey) 1) ((l aa n) 1))) +("halophytic" nil (((hh ae) 1) ((l ax) 0) ((f ih) 1) ((t ih k) 0))) +("halos" nil (((hh ey) 1) ((l ow z) 0))) +("halper" nil (((hh ae l) 1) ((p er) 0))) +("halperin" nil (((hh ae l) 1) ((p er) 0) ((ih n) 0))) +("halpern" nil (((hh ae l) 1) ((p er n) 0))) +("halpert" nil (((hh ae l) 1) ((p er t) 0))) +("halpin" nil (((hh ae l) 1) ((p ih n) 0))) +("halprin" nil (((hh ae l) 1) ((p r ih n) 0))) +("halsell" nil (((hh ae l) 1) ((s ax l) 0))) +("halseth" nil (((hh ae l) 1) ((s ih th) 0))) +("halsey" nil (((hh ae l) 1) ((s iy) 0))) +("halstead" nil (((hh ae l) 1) ((s t eh d) 0))) +("halsted" nil (((hh ae l) 1) ((s t ih d) 0))) +("halston" nil (((hh ao l) 1) ((s t ax n) 0))) +("halt" nil (((hh ao l t) 1))) +("halted" nil (((hh ao l) 1) ((t ax d) 0))) +("halteman" nil (((hh ey l t) 1) ((m ax n) 0))) +("halter" nil (((hh ao l) 1) ((t er) 0))) +("halterman" nil (((hh ao l) 1) ((t er) 0) ((m ax n) 0))) +("halters" nil (((hh ao l) 1) ((t er z) 0))) +("halting" nil (((hh ao l) 1) ((t ih ng) 0))) +("haltingly" nil (((hh ao l) 1) ((t ih ng) 0) ((l iy) 0))) +("haltiwanger" nil (((hh ae l) 1) ((t ih) 0) ((w ax ng) 0) ((er) 0))) +("haltom" nil (((hh ae l) 1) ((t ax m) 0))) +("halton" nil (((hh ae l) 1) ((t ax n) 0))) +("halts" nil (((hh ao l t s) 1))) +("haluska" nil (((hh ax) 0) ((l ah) 1) ((s k ax) 0))) +("halve" nil (((hh ae v) 1))) +("halved" nil (((hh ae v d) 1))) +("halverson" nil (((hh ae l) 1) ((v er) 0) ((s ax n) 0))) +("halves" nil (((hh ae v z) 1))) +("halving" nil (((hh ae) 1) ((v ih ng) 0))) +("halvorsen" nil (((hh ae l) 0) ((v ao r) 1) ((s ax n) 0))) +("halvorson" nil (((hh ae l) 1) ((v er) 0) ((s ax n) 0))) +("ham" nil (((hh ae m) 1))) +("hama" nil (((hh aa) 1) ((m ax) 0))) +("hamacher" nil (((hh ae) 1) ((m ax) 0) ((k er) 0))) +("hamad" nil (((hh ae) 1) ((m ax d) 0))) +("hamada" nil (((hh aa) 0) ((m aa) 1) ((d ax) 0))) +("hamadei" nil (((hh ae) 1) ((m ax) 0) ((d ey) 1))) +("hamadi" nil (((hh ax) 0) ((m aa) 1) ((d iy) 0))) +("hamaker" nil (((hh aa) 1) ((m ey) 0) ((k er) 0))) +("hamal" nil (((hh ey) 1) ((m ax l) 0))) +("hamamoto" nil (((hh aa) 0) ((m aa) 0) ((m ow) 1) ((t ow) 0))) +("haman" nil (((hh ey) 1) ((m ax n) 0))) +("hamann" nil (((hh aa) 1) ((m ax n) 0))) +("hamar" nil (((hh ax) 0) ((m aa r) 1))) +("hamas" nil (((hh aa) 1) ((m aa s) 1))) +("hamasaki" nil (((hh aa) 1) ((m aa) 0) ((s aa) 1) ((k iy) 0))) +("hambelton" nil (((hh ax m) 0) ((b eh l) 1) ((t ax n) 0))) +("hamberg" nil (((hh ae m) 1) ((b er g) 0))) +("hamberger" nil (((hh ae m) 1) ((b er) 0) ((g er) 0))) +("hamblen" nil (((hh ae m) 1) ((b ax) 0) ((l ax n) 0))) +("hamblet" nil (((hh ae m) 1) ((b l ih t) 0))) +("hambleton" nil (((hh ae m) 1) ((b l ih) 0) ((t aa n) 0))) +("hambley" nil (((hh ae m) 1) ((b l iy) 0))) +("hamblin" nil (((hh ae m) 1) ((b l ih n) 0))) +("hambly" nil (((hh ae m) 1) ((b l iy) 0))) +("hambrecht" nil (((hh ae m) 1) ((b r eh k t) 1))) +("hambrick" nil (((hh ae m) 1) ((b r ih k) 1))) +("hambright" nil (((hh ae m) 1) ((b r ay t) 1))) +("hambro" nil (((hh ae m) 1) ((b r ow) 0))) +("hambros" nil (((hh ae m) 1) ((b r ow s) 0))) +("hamburg" nil (((hh ae m) 1) ((b er g) 0))) +("hamburger" nil (((hh ae m) 1) ((b er) 0) ((g er) 0))) +("hamburgers" nil (((hh ae m) 1) ((b er) 0) ((g er z) 0))) +("hamby" nil (((hh ae m) 1) ((b iy) 0))) +("hamdan" nil (((hh ae m) 1) ((d ax n) 0))) +("hamdoon" nil (((hh ae m) 0) ((d uw n) 1))) +("hamed" nil (((hh ae m d) 1))) +("hameister" nil (((hh ae) 1) ((m ay) 0) ((s t er) 0))) +("hamel" nil (((hh ae) 1) ((m ax l) 0))) +("hamelin" nil (((hh ae) 1) ((m ax) 0) ((l ih n) 0))) +("hamer" nil (((hh ae) 1) ((m er) 0))) +("hames" nil (((hh ey m z) 1))) +("hamid" nil (((hh ax) 0) ((m iy d) 1))) +("hamiel" nil (((hh ae) 1) ((m iy l) 0))) +("hamil" nil (((hh ae) 1) ((m ax l) 0))) +("hamill" nil (((hh ae) 1) ((m ax l) 0))) +("hamilton" nil (((hh ae) 1) ((m ax l) 0) ((t ax n) 0))) +("hamish" nil (((hh ae) 1) ((m ih sh) 0))) +("hamiter" nil (((hh ae) 1) ((m ay) 0) ((t er) 0))) +("hamitic" nil (((hh ae) 0) ((m ih) 1) ((t ih k) 0))) +("hamler" nil (((hh ae) 1) ((m ax) 0) ((l er) 0))) +("hamlet" nil (((hh ae m) 1) ((l ax t) 0))) +("hamlets" nil (((hh ae m) 1) ((l ax t s) 0))) +("hamlett" nil (((hh ae m) 1) ((l ih t) 0))) +("hamley" nil (((hh ae m) 1) ((l iy) 0))) +("hamlin" nil (((hh ae m) 1) ((l ih n) 0))) +("hamling" nil (((hh ae m) 1) ((l ih ng) 0))) +("hamm" nil (((hh ae m) 1))) +("hammac" nil (((hh ae) 1) ((m ax k) 0))) +("hammacher" nil (((hh ae) 1) ((m aa) 1) ((k er) 0))) +("hammack" nil (((hh ae) 1) ((m ax k) 0))) +("hammaker" nil (((hh ae) 1) ((m ey) 1) ((k er) 0))) +("hamman" nil (((hh ae) 1) ((m ax n) 0))) +("hammann" nil (((hh ae) 1) ((m ax n) 0))) +("hammar" nil (((hh ae) 1) ((m er) 0))) +("hammas" nil (((hh ax) 0) ((m aa s) 1))) +("hamme" nil (((hh ae m) 1))) +("hammel" nil (((hh ae) 1) ((m ax l) 0))) +("hammell" nil (((hh ae) 1) ((m ax l) 0))) +("hammen" nil (((hh ae) 1) ((m ax n) 0))) +("hammer" nil (((hh ae) 1) ((m er) 0))) +("hammered" nil (((hh ae) 1) ((m er d) 0))) +("hammering" nil (((hh ae) 1) ((m er) 0) ((ih ng) 0))) +("hammerle" nil (((hh ae) 1) ((m er) 0) ((ax l) 0))) +("hammerlock" nil (((hh ae) 1) ((m er) 0) ((l aa k) 1))) +("hammerman" nil (((hh ae) 1) ((m er) 0) ((m ax n) 0))) +("hammermeister" nil (((hh ae) 1) ((m er) 0) ((m ay) 1) ((s t er) 0))) +("hammermill" nil (((hh ae) 1) ((m er) 0) ((m ih l) 1))) +("hammers" nil (((hh ae) 1) ((m er z) 0))) +("hammerschmidt" nil (((hh ae) 1) ((m er) 0) ((sh m ih t) 1))) +("hammersley" nil (((hh ae) 1) ((m er) 0) ((s l iy) 0))) +("hammersmith" nil (((hh ae) 1) ((m er) 0) ((s m ih th) 1))) +("hammerson" nil (((hh ae) 1) ((m er) 0) ((s ax n) 0))) +("hammerstein" nil (((hh ae) 1) ((m er) 0) ((s t iy n) 1))) +("hammerstrom" nil (((hh ae) 1) ((m er) 0) ((s t r ax m) 0))) +("hammes" nil (((hh ae m z) 1))) +("hammett" nil (((hh ae) 1) ((m ih t) 0))) +("hammill" nil (((hh ae) 1) ((m ax l) 0))) +("hammitt" nil (((hh ae) 1) ((m ih t) 0))) +("hammock" nil (((hh ae) 1) ((m ax k) 0))) +("hammocks" nil (((hh ae) 1) ((m ax k s) 0))) +("hammon" nil (((hh ae) 1) ((m ax n) 0))) +("hammond" nil (((hh ae) 1) ((m ax n d) 0))) +("hammonds" nil (((hh ae) 1) ((m ax n d z) 0))) +("hammons" nil (((hh ae) 1) ((m ax n z) 0))) +("hammontree" nil (((hh ae) 0) ((m ax n) 0) ((t r iy) 1))) +("hamner" nil (((hh ae m) 1) ((n er) 0))) +("hamon" nil (((hh ae) 1) ((m ax n) 0))) +("hamor" nil (((hh ae) 1) ((m er) 0))) +("hamp" nil (((hh ae m p) 1))) +("hampe" nil (((hh ae m p) 1))) +("hampel" nil (((hh ae m) 1) ((p ax l) 0))) +("hamper" nil (((hh ae m) 1) ((p er) 0))) +("hampered" nil (((hh ae m) 1) ((p er d) 0))) +("hampering" nil (((hh ae m) 1) ((p er) 0) ((ih ng) 0))) +("hampers" nil (((hh ae m) 1) ((p er z) 0))) +("hample" nil (((hh ae m) 1) ((p ax l) 0))) +("hampshire" nil (((hh ae m p) 1) ((sh er) 0))) +("hampshirites" nil (((hh ae m p) 1) ((sh er) 0) ((ay t s) 1))) +("hampson" nil (((hh ae m p) 1) ((s ax n) 0))) +("hampton" nil (((hh ae m p) 1) ((t ax n) 0))) +("hamptons" nil (((hh ae m p) 1) ((t ax n z) 0))) +("hamre" nil (((hh ae) 1) ((m er) 0))) +("hamric" nil (((hh ae) 1) ((m r ih k) 0))) +("hamrick" nil (((hh ae) 1) ((m r ih k) 0))) +("hamrock" nil (((hh ae) 1) ((m r aa k) 1))) +("hams" nil (((hh ae m z) 1))) +("hamsher" nil (((hh ae m) 1) ((sh er) 0))) +("hamson" nil (((hh ae m) 1) ((s ax n) 0))) +("hamsphire" nil (((hh ae m) 1) ((s f ay r) 1))) +("hamster" nil (((hh ae m) 1) ((s t er) 0))) +("hamsters" nil (((hh ae m) 1) ((s t er z) 0))) +("hamstra" nil (((hh ae m) 1) ((s t r ax) 0))) +("hamstring" nil (((hh ae m) 1) ((s t r ih ng) 1))) +("hamstrings" nil (((hh ae m) 1) ((s t r ih ng z) 1))) +("hamstrung" nil (((hh ae m) 1) ((s t r ax ng) 0))) +("hamtramck" nil (((hh ae m) 0) ((t r ae) 1) ((m ih k) 0))) +("han" nil (((hh aa n) 1))) +("hana" nil (((hh ae) 1) ((n ax) 0))) +("hanafin" nil (((hh ae) 1) ((n ax) 0) ((f ih n) 0))) +("hanagan" nil (((hh aa) 0) ((n aa) 1) ((g aa n) 0))) +("hanahan" nil (((hh ae) 1) ((n ax) 0) ((hh ae n) 0))) +("hanak" nil (((hh aa) 1) ((n ax k) 0))) +("hanan" nil (((hh ey) 1) ((n ax n) 0))) +("hanas" nil (((hh ae) 1) ((n ax z) 0))) +("hanauer" nil (((hh ae) 1) ((n aw) 0) ((er) 0))) +("hanawalt" nil (((hh ae) 1) ((n ax) 0) ((w ao l t) 1))) +("hanaway" nil (((hh ae) 1) ((n ax) 0) ((w ey) 0))) +("hanback" nil (((hh ae n) 1) ((b ae k) 1))) +("hanberry" nil (((hh ae n) 1) ((b eh) 1) ((r iy) 0))) +("hanbury" nil (((hh ae n) 1) ((b eh) 1) ((r iy) 0))) +("hanby" nil (((hh ae n) 1) ((b iy) 0))) +("hance" nil (((hh ae n s) 1))) +("hancher" nil (((hh ae n) 1) ((ch er) 0))) +("hanchett" nil (((hh ae n) 1) ((ch ih t) 0))) +("hanchey" nil (((hh ae n) 1) ((ch iy) 0))) +("hancock" nil (((hh ae n) 1) ((k aa k) 1))) +("hancox" nil (((hh ae n) 1) ((k aa k s) 0))) +("hand" nil (((hh ae n d) 1))) +("handa" nil (((hh ae n) 1) ((d ax) 0))) +("handan" nil (((hh aa n) 1) ((d aa n) 1))) +("handbag" nil (((hh ae n d) 1) ((b ae g) 1))) +("handbags" nil (((hh ae n d) 1) ((b ae g z) 1))) +("handball" nil (((hh ae n d) 1) ((b ao l) 1))) +("handbills" nil (((hh ae n d) 1) ((b ih l z) 1))) +("handbook" nil (((hh ae n d) 1) ((b uh k) 1))) +("handbooks" nil (((hh ae n d) 1) ((b uh k s) 1))) +("handclasp" nil (((hh ae n d) 1) ((k l ae s p) 1))) +("handcraft" nil (((hh ae n d) 1) ((k r ae f t) 1))) +("handcrafted" nil (((hh ae n d) 1) ((k r ae f) 1) ((t ih d) 0))) +("handcrafts" nil (((hh ae n d) 1) ((k r ae f t s) 1))) +("handcuff" nil (((hh ae n d) 1) ((k ah f) 1))) +("handcuffed" nil (((hh ae n d) 1) ((k ah f t) 1))) +("handcuffs" nil (((hh ae n d) 1) ((k ah f s) 1))) +("handed" nil (((hh ae n) 1) ((d ax d) 0))) +("handedly" nil (((hh ae n) 1) ((d ih d) 0) ((l iy) 0))) +("handedness" nil (((hh ae n) 1) ((d ax d) 0) ((n ax s) 0))) +("handel" nil (((hh ae n) 1) ((d ax l) 0))) +("handeland" nil (((hh ae n) 1) ((d ih) 0) ((l ax n d) 0))) +("handelman" nil (((hh ae n) 1) ((d ax l) 0) ((m ax n) 0))) +("handels" nil (((hh ae n) 1) ((d ax l z) 0))) +("handelsbank" nil (((hh ae n) 1) ((d ax l z) 0) ((b ae ng k) 1))) +("handelsbanken" nil (((hh ae n) 1) ((d ax l s) 0) ((b ae ng) 1) ((k ax n) 0))) +("handelsman" nil (((hh ae n) 1) ((d ih l) 0) ((s m ax n) 0))) +("hander" nil (((hh ae n) 1) ((d er) 0))) +("handers" nil (((hh ae n) 1) ((d er z) 0))) +("handford" nil (((hh ae n d) 1) ((f er d) 0))) +("handful" nil (((hh ae n d) 1) ((f uh l) 1))) +("handgun" nil (((hh ae n d) 1) ((g ah n) 1))) +("handguns" nil (((hh ae n d) 1) ((g ah n z) 1))) +("handheld" nil (((hh ae n d) 1) ((hh eh l d) 1))) +("handholding" nil (((hh ae n d) 1) ((hh ow l) 1) ((d ih ng) 0))) +("handicap" nil (((hh ae n) 1) ((d iy) 0) ((k ae p) 1))) +("handicapped" nil (((hh ae n) 1) ((d iy) 0) ((k ae p t) 1))) +("handicapper" nil (((hh ae n) 1) ((d iy) 0) ((k ae) 1) ((p er) 0))) +("handicappers" nil (((hh ae n) 1) ((d iy) 0) ((k ae) 1) ((p er z) 0))) +("handicapping" nil (((hh ae n) 1) ((d iy) 0) ((k ae) 1) ((p ih ng) 0))) +("handicaps" nil (((hh ae n) 1) ((d iy) 0) ((k ae p s) 1))) +("handicraft" nil (((hh ae n) 1) ((d iy) 0) ((k r ae f t) 1))) +("handicrafts" nil (((hh ae n) 1) ((d iy) 0) ((k r ae f t s) 1))) +("handier" nil (((hh ae n) 1) ((d iy) 0) ((er) 0))) +("handily" nil (((hh ae n) 1) ((d ax) 0) ((l iy) 0))) +("handing" nil (((hh ae n) 1) ((d ih ng) 0))) +("handiwork" nil (((hh ae n) 1) ((d iy) 0) ((w er k) 1))) +("handke" nil (((hh ae n d) 1) ((k iy) 0))) +("handkerchief" nil (((hh ae ng) 1) ((k er) 0) ((ch ih f) 0))) +("handkerchiefs" nil (((hh ae ng) 1) ((k er) 0) ((ch ax f s) 0))) +("handle" nil (((hh ae n) 1) ((d ax l) 0))) +("handlebars" nil (((hh ae n) 1) ((d ax l) 0) ((b aa r z) 1))) +("handled" nil (((hh ae n) 1) ((d ax l d) 0))) +("handler" nil (((hh ae n d) 1) ((l er) 0))) +("handlers" nil (((hh ae n d) 1) ((l er z) 0))) +("handles" nil (((hh ae n) 1) ((d ax l z) 0))) +("handley" nil (((hh ae n d) 1) ((l iy) 0))) +("handlin" nil (((hh ae n d) 1) ((l ih n) 0))) +("handling" nil (((hh ae n d) 1) ((l ih ng) 0))) +("handlon" nil (((hh ae n d) 1) ((l ax n) 0))) +("handlooms" nil (((hh ae n d) 1) ((l uw m z) 1))) +("handly" nil (((hh ae n d) 1) ((l iy) 0))) +("handmade" nil (((hh ae n d) 1) ((m ey d) 1))) +("handout" nil (((hh ae n) 1) ((d aw t) 1))) +("handouts" nil (((hh ae n) 1) ((d aw t s) 1))) +("handpicked" nil (((hh ae n d) 1) ((p ih k t) 1))) +("handrich" nil (((hh ae n) 1) ((d r ih k) 0))) +("handros" nil (((hh ae n) 1) ((d r ow s) 0))) +("hands" nil (((hh ae n d z) 1))) +("handsaw" nil (((hh ae n d) 1) ((s ao) 1))) +("handset" nil (((hh ae n d) 1) ((s eh t) 1))) +("handsets" nil (((hh ae n d) 1) ((s eh t s) 1))) +("handshake" nil (((hh ae n d) 1) ((sh ey k) 1))) +("handshakes" nil (((hh ae n d) 1) ((sh ey k s) 1))) +("handsome" nil (((hh ae n) 1) ((s ax m) 0))) +("handsomely" nil (((hh ae n) 1) ((s ax m) 0) ((l iy) 0))) +("handstands" nil (((hh ae n d) 1) ((s t ae n d z) 1))) +("handwerk" nil (((hh ae n) 1) ((d w er k) 0))) +("handwerker" nil (((hh ae n) 1) ((d w er) 0) ((k er) 0))) +("handwoven" nil (((hh ae n) 1) ((d w ow) 1) ((v ax n) 0))) +("handwriting" nil (((hh ae n) 1) ((d r ay) 1) ((t ih ng) 0))) +("handwritten" nil (((hh ae n) 1) ((d r ih) 1) ((t ax n) 0))) +("handy" nil (((hh ae n) 1) ((d iy) 0))) +("handyman" nil (((hh ae n) 1) ((d iy) 0) ((m ae n) 1))) +("handymen" nil (((hh ae n) 1) ((d iy) 0) ((m eh n) 1))) +("hane" nil (((hh ey n) 1))) +("haneda" nil (((hh ax) 0) ((n ey) 1) ((d ax) 0))) +("hanel" nil (((hh ae) 1) ((n ax l) 0))) +("haneline" nil (((hh ae) 1) ((n ih) 0) ((l ay n) 1))) +("hanemann" nil (((hh ey n) 1) ((m ax n) 0))) +("haner" nil (((hh ey) 1) ((n er) 0))) +("hanes" nil (((hh ey n z) 1))) +("haney" nil (((hh ey) 1) ((n iy) 0))) +("hanf" nil (((hh ae n f) 1))) +("hanford" nil (((hh ae n) 1) ((f er d) 0))) +("hanft" nil (((hh ae n f t) 1))) +("hang" nil (((hh ae ng) 1))) +("hangar" nil (((hh ae ng) 1) ((er) 0))) +("hangars" nil (((hh ae ng) 1) ((er z) 0))) +("hangartner" nil (((hh ae ng) 1) ((g aa r t) 0) ((n er) 0))) +("hanged" nil (((hh ae ng d) 1))) +("hangen" nil (((hh ae ng) 1) ((ax n) 0))) +("hanger" nil (((hh ae ng) 1) ((er) 0))) +("hangers" nil (((hh ae ng) 1) ((er z) 0))) +("hanghang" nil (((hh aa ng) 1) ((hh aa ng) 1))) +("Hangin" n (((hh ae ng) 0) ((ax n) 0))) +("hanging" nil (((hh ae ng) 1) ((ih ng) 0))) +("hangman" nil (((hh ae ng) 1) ((m ax n) 0))) +("hangout" nil (((hh ae ng) 1) ((aw t) 1))) +("hangouts" nil (((hh ae ng) 1) ((aw t s) 1))) +("hangover" nil (((hh ae ng) 1) ((ow) 1) ((v er) 0))) +("hangovers" nil (((hh ae ng) 1) ((ow) 1) ((v er z) 0))) +("hangs" nil (((hh ae ng z) 1))) +("hangsang" nil (((hh ae ng) 1) ((s ae ng) 1))) +("hangzhou" nil (((hh aa ng) 1) ((jh ow) 1))) +("hanifen" nil (((hh ae) 1) ((n ih) 0) ((f ax n) 0))) +("hanifin" nil (((hh ae) 1) ((n ih) 0) ((f ih n) 0))) +("hanigan" nil (((hh ae) 1) ((n ih) 0) ((g ax n) 0))) +("haning" nil (((hh ey) 1) ((n ih ng) 0))) +("hanisch" nil (((hh ae) 1) ((n ih sh) 0))) +("hanisee" nil (((hh ae) 1) ((n ih) 0) ((s iy) 0))) +("hanish" nil (((hh ae) 1) ((n ih sh) 0))) +("hanjin" nil (((hh ae n) 1) ((jh ih n) 0))) +("hank" nil (((hh ae ng k) 1))) +("hanke" nil (((hh ae ng k) 1))) +("hankel" nil (((hh ae ng) 1) ((k ax l) 0))) +("hanken" nil (((hh ae ng) 1) ((k ax n) 0))) +("hanker" nil (((hh ae ng) 1) ((k er) 0))) +("hankering" nil (((hh ae ng) 1) ((k er) 0) ((ih ng) 0))) +("hankerson" nil (((hh ae ng) 1) ((k er) 0) ((s ax n) 0))) +("hankes" nil (((hh ae ng k s) 1))) +("hankey" nil (((hh ae ng) 1) ((k iy) 0))) +("hankin" nil (((hh ae ng) 1) ((k ih n) 0))) +("hankins" nil (((hh ae ng) 1) ((k ih n z) 0))) +("hankinson" nil (((hh ae ng) 1) ((k ih n) 0) ((s ax n) 0))) +("hankla" nil (((hh ae ng) 1) ((k l ax) 0))) +("hanko" nil (((hh ae ng) 1) ((k ow) 0))) +("hanks" nil (((hh ae ng k s) 1))) +("hanky" nil (((hh ae ng) 1) ((k iy) 0))) +("hanley" nil (((hh ae n) 1) ((l iy) 0))) +("hanlin" nil (((hh ae n) 1) ((l ih n) 0))) +("hanlon" nil (((hh ae n) 1) ((l ax n) 0))) +("hanly" nil (((hh ae n) 1) ((l iy) 0))) +("hanmer" nil (((hh ae n) 1) ((m er) 0))) +("hann" nil (((hh ae n) 1))) +("hanna" nil (((hh ae) 1) ((n ax) 0))) +("hannaford" nil (((hh ae) 1) ((n ax) 0) ((f er d) 0))) +("hannagan" nil (((hh ae) 1) ((n ax) 0) ((g ae n) 0))) +("hannah" nil (((hh ae) 1) ((n ax) 0))) +("hannahs" nil (((hh ae) 1) ((n ax z) 0))) +("hannam" nil (((hh ae) 1) ((n ax m) 0))) +("hannaman" nil (((hh ae) 1) ((n ax) 0) ((m ax n) 0))) +("hannan" nil (((hh ae) 1) ((n ax n) 0))) +("hannay" nil (((hh ae) 1) ((n ey) 0))) +("hanneken" nil (((hh ae) 1) ((n ih) 0) ((k ax n) 0))) +("hanneman" nil (((hh ae n) 1) ((m ax n) 0))) +("hannemann" nil (((hh ae n) 1) ((m ax n) 0))) +("hannen" nil (((hh ae) 1) ((n ax n) 0))) +("hanner" nil (((hh ae) 1) ((n er) 0))) +("hanners" nil (((hh ae) 1) ((n er z) 0))) +("hannes" nil (((hh ae n z) 1))) +("hannesson" nil (((hh ae) 1) ((n ax) 0) ((s ax n) 0))) +("hanney" nil (((hh ae) 1) ((n iy) 0))) +("hanni" nil (((hh ae) 1) ((n iy) 0))) +("hannibal" nil (((hh ae) 1) ((n ih) 0) ((b ax l) 0))) +("hannie" nil (((hh ae) 1) ((n iy) 0))) +("hannifin" nil (((hh ae) 1) ((n ih) 0) ((f ih n) 0))) +("hannig" nil (((hh ae) 1) ((n ih g) 0))) +("hannigan" nil (((hh ae) 1) ((n ih) 0) ((g ax n) 0))) +("hanning" nil (((hh ae) 1) ((n ih ng) 0))) +("hannis" nil (((hh ae) 1) ((n ih s) 0))) +("hannoch" nil (((hh ae) 1) ((n ax k) 0))) +("hannold" nil (((hh ae) 1) ((n ow l d) 1))) +("hannon" nil (((hh ae) 1) ((n ax n) 0))) +("hannula" nil (((hh ae) 1) ((n uw) 0) ((l ax) 0))) +("hannum" nil (((hh ae) 1) ((n ax m) 0))) +("hanny" nil (((hh ae) 1) ((n iy) 0))) +("hano" nil (((hh aa) 1) ((n ow) 0))) +("hanoi" nil (((hh ae) 1) ((n oy) 0))) +("hanold" nil (((hh ae) 1) ((n ow l d) 0))) +("hanover" nil (((hh ae) 1) ((n ow) 0) ((v er) 0))) +("hanoverian" nil (((hh ae) 1) ((n ow) 0) ((v ih) 1) ((r iy) 0) ((ax n) 0))) +("hanrahan" nil (((hh ae n) 1) ((r ax) 0) ((hh ae n) 0))) +("hanratty" nil (((hh ae n) 1) ((r ax) 0) ((t iy) 0))) +("hans" nil (((hh aa n s) 1))) +("hansa" nil (((hh ae n) 1) ((s ax) 0))) +("hansard" nil (((hh ae n) 1) ((s er d) 0))) +("hansberger" nil (((hh ae n s) 1) ((b er) 0) ((g er) 0))) +("hansberry" nil (((hh ae n s) 1) ((b eh) 1) ((r iy) 0))) +("hansbrough" nil (((hh ae n s) 1) ((b r aw) 0))) +("hansbury" nil (((hh ae n s) 1) ((b eh) 0) ((r iy) 0))) +("hansche" nil (((hh ae n) 1) ((sh iy) 0))) +("hanscom" nil (((hh ae n) 1) ((s k ax m) 0))) +("hanseatic" nil (((hh ae n) 1) ((s iy) 0) ((ae) 1) ((t ih k) 0))) +("hansel" nil (((hh ae n) 1) ((s ax l) 0))) +("hansell" nil (((hh ae n) 1) ((s ax l) 0))) +("hanselman" nil (((hh ae n) 1) ((s ax l) 0) ((m ax n) 0))) +("hansen" nil (((hh ae n) 1) ((s ax n) 0))) +("hanser" nil (((hh aa n) 1) ((s er) 0))) +("hansford" nil (((hh ae n) 1) ((s f er d) 0))) +("hanshaw" nil (((hh ae n) 1) ((sh ao) 1))) +("hanshew" nil (((hh ae n) 1) ((sh uw) 0))) +("hanshin" nil (((hh ae n) 1) ((sh ih n) 0))) +("hansley" nil (((hh ae n) 1) ((s l iy) 0))) +("hansman" nil (((hh ae n) 1) ((s m ax n) 0))) +("hansmann" nil (((hh ae n) 1) ((s m ax n) 0))) +("hansom" nil (((hh ae n) 1) ((s ax m) 0))) +("hanson" nil (((hh ae n) 1) ((s ax n) 0))) +("hanssen" nil (((hh ae n) 1) ((s ax n) 0))) +("hansson" nil (((hh ae n) 1) ((s ax n) 0))) +("hanten" nil (((hh ae n) 1) ((t ax n) 0))) +("hanthorn" nil (((hh ae n) 1) ((th er n) 0))) +("hantman" nil (((hh ae n t) 1) ((m ax n) 0))) +("hantz" nil (((hh ae n t s) 1))) +("hanukkah" nil (((hh aa) 1) ((n ax) 0) ((k ax) 0))) +("hanukkahs" nil (((hh aa) 1) ((n ax) 0) ((k ax z) 0))) +("hanus" nil (((hh ey) 1) ((n ih s) 0))) +("hanvey" nil (((hh ae n) 1) ((v iy) 0))) +("hanwa" nil (((hh ae n) 1) ((w ax) 0))) +("hanway" nil (((hh ae n) 1) ((w ey) 1))) +("hany" nil (((hh ey) 1) ((n iy) 0))) +("hanyu" nil (((hh aa n) 1) ((y uw) 1))) +("hanzel" nil (((hh ae n) 1) ((z ax l) 0))) +("hanzhong" nil (((hh aa n) 1) ((zh ow ng) 1))) +("hanzlik" nil (((hh ae n) 1) ((z l ih k) 0))) +("hao" nil (((hh aw) 1))) +("haohao" nil (((hh aw) 1) ((hh aw) 1))) +("haonan" nil (((hh aw) 1) ((n aa n) 1))) +("hapag" nil (((hh ey) 1) ((p ae g) 1))) +("hapeman" nil (((hh ey p) 1) ((m ax n) 0))) +("hapgood" nil (((hh ae p) 1) ((g uh d) 1))) +("haphazard" nil (((hh ae p) 0) ((hh ae) 1) ((z er d) 0))) +("haphazardly" nil (((hh ae) 1) ((f ax) 0) ((z er d) 0) ((l iy) 0))) +("hapke" nil (((hh ey p) 1) ((k iy) 0))) +("hapless" nil (((hh ae) 1) ((p l ax s) 0))) +("haploid" nil (((hh ae) 1) ((p l oy d) 0))) +("hapner" nil (((hh ae p) 1) ((n er) 0))) +("hapoalim" nil (((hh ax) 0) ((p ow) 1) ((l ih m) 0))) +("happ" nil (((hh ae p) 1))) +("happe" nil (((hh ae p) 1))) +("happel" nil (((hh ae) 1) ((p ax l) 0))) +("happen" nil (((hh ae) 1) ((p ax n) 0))) +("happened" nil (((hh ae) 1) ((p ax n d) 0))) +("happening" nil (((hh ae) 1) ((p ax) 0) ((n ih ng) 0))) +("happenings" nil (((hh ae) 1) ((p ax) 0) ((n ih ng z) 0))) +("happens" nil (((hh ae) 1) ((p ax n z) 0))) +("happenstance" nil (((hh ae) 1) ((p ax n) 0) ((s t ae n s) 1))) +("happier" nil (((hh ae) 1) ((p iy) 0) ((er) 0))) +("happiest" nil (((hh ae) 1) ((p iy) 0) ((ax s t) 0))) +("happily" nil (((hh ae) 1) ((p ax) 0) ((l iy) 0))) +("happiness" nil (((hh ae) 1) ((p iy) 0) ((n ax s) 0))) +("happy" nil (((hh ae) 1) ((p iy) 0))) +("hapsburg" nil (((hh ae p s) 1) ((b er g) 0))) +("haq" nil (((hh ae k) 1))) +("haque" nil (((hh ae k) 1))) +("hara" nil (((hh eh) 1) ((r ax) 0))) +("harada" nil (((hh aa) 0) ((r aa) 1) ((d ax) 0))) +("harald" nil (((hh aa) 1) ((r ax l d) 0))) +("haralda" nil (((hh aa) 0) ((r aa l) 1) ((d ax) 0))) +("haralson" nil (((hh ae) 1) ((r ax l) 0) ((s ax n) 0))) +("haran" nil (((hh ae) 1) ((r ax n) 0))) +("harangue" nil (((hh er) 0) ((ae ng) 1))) +("harangued" nil (((hh er) 0) ((ae ng d) 1))) +("harangues" nil (((hh er) 0) ((ae ng z) 1))) +("haranguing" nil (((hh er) 0) ((ae ng) 1) ((ih ng) 0))) +("harare" nil (((hh er) 0) ((aa) 1) ((r iy) 0))) +("harass" nil (((hh er) 0) ((ae s) 1))) +("harassed" nil (((hh er) 0) ((ae s t) 1))) +("harassing" nil (((hh er) 0) ((ae) 1) ((s ih ng) 0))) +("harassment" nil (((hh er) 0) ((ae) 1) ((s m ax n t) 0))) +("haraszti" nil (((hh er) 0) ((ae) 1) ((s t iy) 0))) +("haraway" nil (((hh aa) 1) ((r ax) 0) ((w ey) 0))) +("harb" nil (((hh aa r b) 1))) +("harbach" nil (((hh aa r) 1) ((b aa k) 1))) +("harbaugh" nil (((hh aa r) 1) ((b ao) 1))) +("harbeck" nil (((hh aa r) 1) ((b eh k) 1))) +("harber" nil (((hh aa r) 1) ((b er) 0))) +("harbert" nil (((hh aa r) 1) ((b er t) 0))) +("harberts" nil (((hh aa r) 1) ((b er t s) 0))) +("harbeson" nil (((hh aa r) 1) ((b ih) 0) ((s ax n) 0))) +("harbin" nil (((hh aa r) 1) ((b ih n) 0))) +("harbinger" nil (((hh aa r) 1) ((b ih n) 0) ((jh er) 0))) +("harbingers" nil (((hh aa r) 1) ((b ih ng) 0) ((er z) 0))) +("harbinson" nil (((hh aa r) 1) ((b ih n) 0) ((s ax n) 0))) +("harbison" nil (((hh aa r) 1) ((b ih) 0) ((s ax n) 0))) +("harbold" nil (((hh aa r) 1) ((b ow l d) 1))) +("harbor" nil (((hh aa r) 1) ((b er) 0))) +("harbored" nil (((hh aa r) 1) ((b er d) 0))) +("harborfront" nil (((hh aa r) 1) ((b er) 0) ((f r aa n t) 0))) +("harboring" nil (((hh aa r) 1) ((b er) 0) ((ih ng) 0))) +("harbors" nil (((hh aa r) 1) ((b er z) 0))) +("harborside" nil (((hh aa r) 1) ((b er) 0) ((s ay d) 1))) +("harbour" nil (((hh aa r) 1) ((b er) 0))) +("harbourfront" nil (((hh aa r) 1) ((b er) 0) ((f r aa n t) 0))) +("harbuck" nil (((hh aa r) 1) ((b ax k) 0))) +("harc" nil (((hh aa r k) 1))) +("harclerode" nil (((hh aa r) 1) ((k ax) 0) ((l er) 0) ((ow d) 0))) +("harcourt" nil (((hh aa r) 1) ((k ao r t) 1))) +("harcrow" nil (((hh aa r) 1) ((k r ow) 0))) +("harcum" nil (((hh aa r) 1) ((k ax m) 0))) +("hard" nil (((hh aa r d) 1))) +("hardacre" nil (((hh aa r) 1) ((d ey) 1) ((k er) 0))) +("hardage" nil (((hh aa r) 1) ((d ih jh) 0))) +("hardart" nil (((hh aa r) 1) ((d aa r t) 1))) +("hardaway" nil (((hh aa r) 1) ((d ax) 0) ((w ey) 1))) +("hardback" nil (((hh aa r d) 1) ((b ae k) 1))) +("hardball" nil (((hh aa r d) 1) ((b ao l) 1))) +("hardboard" nil (((hh aa r d) 1) ((b ao r d) 1))) +("hardcastle" nil (((hh aa r d) 1) ((k ae) 1) ((s ax l) 0))) +("hardcore" nil (((hh aa r d) 1) ((k ao r) 1))) +("hardcover" nil (((hh aa r d) 1) ((k ah) 1) ((v er) 0))) +("hardebeck" nil (((hh aa r d) 1) ((b eh k) 0))) +("hardee" nil (((hh aa r) 1) ((d iy) 1))) +("hardegree" nil (((hh aa r) 0) ((d ih) 0) ((g r iy) 1))) +("hardeman" nil (((hh aa r d) 1) ((m ax n) 0))) +("harden" nil (((hh aa r) 1) ((d ax n) 0))) +("hardenbrook" nil (((hh aa r) 1) ((d ax n) 0) ((b r uh k) 1))) +("hardened" nil (((hh aa r) 1) ((d ax n d) 0))) +("hardener" nil (((hh aa r) 1) ((d ax) 0) ((n er) 0))) +("hardening" nil (((hh aa r) 1) ((d ax) 0) ((n ih ng) 0))) +("hardens" nil (((hh aa r) 1) ((d ax n z) 0))) +("harder" nil (((hh aa r) 1) ((d er) 0))) +("harders" nil (((hh aa r) 1) ((d er z) 0))) +("hardest" nil (((hh aa r) 1) ((d ax s t) 0))) +("hardesty" nil (((hh aa r) 1) ((d ax) 0) ((s t iy) 0))) +("hardey" nil (((hh aa r) 1) ((d iy) 0))) +("hardgoods" nil (((hh aa r d) 1) ((g uh d z) 1))) +("hardgrave" nil (((hh aa r d) 1) ((g r ey v) 1))) +("hardgrove" nil (((hh aa r d) 1) ((g r ow v) 1))) +("hardheaded" nil (((hh aa r d) 1) ((hh eh) 1) ((d ih d) 0))) +("hardick" nil (((hh aa r) 1) ((d ih k) 0))) +("hardie" nil (((hh aa r) 1) ((d iy) 0))) +("hardier" nil (((hh aa r) 1) ((d iy) 0) ((er) 0))) +("hardigree" nil (((hh aa r) 0) ((d ih) 0) ((g r iy) 1))) +("hardiman" nil (((hh aa r) 1) ((d ih) 0) ((m ax n) 0))) +("hardimon" nil (((hh aa r) 1) ((d ih) 0) ((m aa n) 0))) +("hardin" nil (((hh aa r) 1) ((d ih n) 0))) +("harding" nil (((hh aa r) 1) ((d ih ng) 0))) +("hardinger" nil (((hh aa r) 1) ((d ih ng) 0) ((er) 0))) +("hardison" nil (((hh aa r) 1) ((d ih) 0) ((s ax n) 0))) +("hardister" nil (((hh aa r) 1) ((d ih) 0) ((s t er) 0))) +("hardisty" nil (((hh aa r) 1) ((d ih) 0) ((s t iy) 0))) +("hardline" nil (((hh aa r d) 1) ((l ay n) 1))) +("hardliner" nil (((hh aa r d) 1) ((l ay) 1) ((n er) 0))) +("hardliners" nil (((hh aa r d) 1) ((l ay) 1) ((n er z) 0))) +("hardly" nil (((hh aa r d) 1) ((l iy) 0))) +("hardman" nil (((hh aa r d) 1) ((m ax n) 0))) +("hardness" nil (((hh aa r d) 1) ((n ax s) 0))) +("hardnett" nil (((hh aa r d) 1) ((n ih t) 0))) +("hardpressed" nil (((hh aa r d) 1) ((p r eh s t) 1))) +("hardrick" nil (((hh aa r) 1) ((d r ih k) 0))) +("hardscrabble" nil (((hh aa r d) 1) ((s k r ae) 1) ((b ax l) 0))) +("hardship" nil (((hh aa r d) 1) ((sh ih p) 0))) +("hardships" nil (((hh aa r d) 1) ((sh ih p s) 0))) +("hardt" nil (((hh aa r t) 1))) +("hardtke" nil (((hh aa r d) 1) ((k iy) 0))) +("hardware" nil (((hh aa r) 1) ((d w eh r) 1))) +("hardway" nil (((hh aa r) 1) ((d w ey) 1))) +("hardwick" nil (((hh aa r) 1) ((d w ih k) 1))) +("hardwicke" nil (((hh aa r) 1) ((d w ih k) 0))) +("hardwin" nil (((hh aa r) 1) ((d w ih n) 0))) +("hardwood" nil (((hh aa r) 1) ((d w uh d) 1))) +("hardwoods" nil (((hh aa r) 1) ((d w uh d z) 1))) +("hardworking" nil (((hh aa r) 1) ((d w er) 1) ((k ih ng) 0))) +("hardy" nil (((hh aa r) 1) ((d iy) 0))) +("hardymon" nil (((hh aa r) 1) ((d iy) 0) ((m aa n) 1))) +("hare" nil (((hh eh r) 1))) +("harebrained" nil (((hh eh r) 1) ((b r ey n d) 1))) +("harelson" nil (((hh ae) 1) ((r ih l) 0) ((s ax n) 0))) +("harem" nil (((hh eh) 1) ((r ax m) 0))) +("haren" nil (((hh eh) 1) ((r ax n) 0))) +("harer" nil (((hh eh) 1) ((r er) 0))) +("hares" nil (((hh eh r z) 1))) +("harewood" nil (((hh eh r) 1) ((w uh d) 1))) +("harff" nil (((hh aa r f) 1))) +("harford" nil (((hh aa r) 1) ((f er d) 0))) +("hargadon" nil (((hh aa r) 0) ((g aa) 0) ((d ao n) 1))) +("hargan" nil (((hh aa r) 1) ((g ax n) 0))) +("hargens" nil (((hh aa r) 1) ((g ax n z) 0))) +("harger" nil (((hh aa r) 1) ((g er) 0))) +("hargett" nil (((hh aa r) 1) ((jh ih t) 0))) +("hargis" nil (((hh aa r) 1) ((g ih s) 0))) +("hargrave" nil (((hh aa r) 1) ((g r ey v) 1))) +("hargraves" nil (((hh aa r) 1) ((g r ey v z) 1))) +("hargreaves" nil (((hh aa r) 1) ((g r iy v z) 1))) +("hargrove" nil (((hh aa r) 1) ((g r ow v) 1))) +("hargus" nil (((hh aa r) 1) ((g ax s) 0))) +("hari" nil (((hh aa) 1) ((r iy) 0))) +("harig" nil (((hh ae) 1) ((r ih g) 0))) +("harima" nil (((hh eh) 0) ((r iy) 1) ((m ax) 0))) +("haring" nil (((hh eh) 1) ((r ih ng) 0))) +("hariri" nil (((hh er) 0) ((ih) 1) ((r iy) 0))) +("haris" nil (((hh aa) 1) ((r iy s) 0))) +("haritos" nil (((hh eh) 0) ((r iy) 1) ((t ow s) 0))) +("hariz" nil (((hh eh) 1) ((r ih z) 0))) +("harjo" nil (((hh aa r) 1) ((jh ow) 0))) +("harju" nil (((hh aa r) 1) ((y uw) 0))) +("hark" nil (((hh aa r k) 1))) +("harkavy" nil (((hh aa r) 1) ((k ax) 0) ((v iy) 0))) +("harke" nil (((hh aa r k) 1))) +("harken" nil (((hh aa r) 1) ((k ax n) 0))) +("harker" nil (((hh aa r) 1) ((k er) 0))) +("harkey" nil (((hh aa r) 1) ((k iy) 0))) +("harkin" nil (((hh aa r) 1) ((k ih n) 0))) +("harking" nil (((hh aa r) 1) ((k ih ng) 0))) +("harkins" nil (((hh aa r) 1) ((k ih n z) 0))) +("harkleroad" nil (((hh aa r) 1) ((k l er) 0) ((ow d) 0))) +("harkless" nil (((hh aa r) 1) ((k l ax s) 0))) +("harkness" nil (((hh aa r k) 1) ((n ax s) 0))) +("harkrader" nil (((hh aa r) 1) ((k r ax) 0) ((d er) 0))) +("harkrider" nil (((hh aa r) 1) ((k r ay) 1) ((d er) 0))) +("harks" nil (((hh aa r k s) 1))) +("harl" nil (((hh aa r l) 1))) +("harlacher" nil (((hh aa r) 1) ((l ax) 0) ((k er) 0))) +("harlan" nil (((hh aa r) 1) ((l ax n) 0))) +("harland" nil (((hh aa r) 1) ((l ax n d) 0))) +("harle" nil (((hh aa) 1) ((r ax l) 0))) +("harlem" nil (((hh aa r) 1) ((l ax m) 0))) +("harleman" nil (((hh aa) 1) ((r ax l) 0) ((m ax n) 0))) +("harlequin" nil (((hh aa r) 1) ((l ax) 0) ((k w ax n) 0))) +("harless" nil (((hh aa r) 1) ((l ih s) 0))) +("harley" nil (((hh aa r) 1) ((l iy) 0))) +("harleysville" nil (((hh aa r) 1) ((l iy z) 0) ((v ih l) 1))) +("harlin" nil (((hh aa r) 1) ((l ih n) 0))) +("harling" nil (((hh aa r) 1) ((l ih ng) 0))) +("harlingen" nil (((hh aa r) 1) ((l ih ng) 0) ((ax n) 0))) +("harloff" nil (((hh aa r) 1) ((l ao f) 0))) +("harlot" nil (((hh aa r) 1) ((l ax t) 0))) +("harlow" nil (((hh aa r) 1) ((l ow) 0))) +("harm" nil (((hh aa r m) 1))) +("harman" nil (((hh aa r) 1) ((m ax n) 0))) +("harmata" nil (((hh aa r) 0) ((m aa) 1) ((t ax) 0))) +("harmattan" nil (((hh aa r) 1) ((m ax) 0) ((t ae n) 1))) +("harmed" nil (((hh aa r m d) 1))) +("harmel" nil (((hh aa r) 1) ((m ax l) 0))) +("harmening" nil (((hh aa r) 1) ((m ax) 0) ((n ih ng) 0))) +("harmer" nil (((hh aa r) 1) ((m er) 0))) +("harmes" nil (((hh aa r m z) 1))) +("harmetz" nil (((hh aa r) 1) ((m eh t s) 1))) +("harmeyer" nil (((hh aa r) 1) ((m ay) 1) ((er) 0))) +("harmful" nil (((hh aa r m) 1) ((f ax l) 0))) +("harmfulness" nil (((hh aa r m) 1) ((f ax l) 0) ((n ax s) 0))) +("harming" nil (((hh aa r) 1) ((m ih ng) 0))) +("harmison" nil (((hh aa r) 1) ((m ih) 0) ((s ax n) 0))) +("harmless" nil (((hh aa r m) 1) ((l ax s) 0))) +("harmlessly" nil (((hh aa r m) 1) ((l ax) 0) ((s l iy) 0))) +("harmon" nil (((hh aa r) 1) ((m ax n) 0))) +("harmonia" nil (((hh aa r) 0) ((m ow) 1) ((n iy) 0) ((ax) 0))) +("harmonic" nil (((hh aa r) 0) ((m aa) 1) ((n ih k) 0))) +("harmonica" nil (((hh aa r) 0) ((m aa) 1) ((n ih) 0) ((k ax) 0))) +("harmonics" nil (((hh aa r) 0) ((m aa) 1) ((n ih k s) 0))) +("harmonie" nil (((hh aa r) 1) ((m ax) 0) ((n iy) 0))) +("harmonies" nil (((hh aa r) 1) ((m ax) 0) ((n iy z) 0))) +("harmonious" nil (((hh aa r) 0) ((m ow) 1) ((n iy) 0) ((ax s) 0))) +("harmonium" nil (((hh aa r) 0) ((m ow) 1) ((n iy) 0) ((ax m) 0))) +("harmonization" nil (((hh aa r) 1) ((m ax) 0) ((n ih) 0) ((z ey) 1) ((sh ax n) 0))) +("harmonize" nil (((hh aa r) 1) ((m ax) 0) ((n ay z) 1))) +("harmonized" nil (((hh aa r) 1) ((m ax) 0) ((n ay z d) 1))) +("harmonizing" nil (((hh aa r) 1) ((m ax) 0) ((n ay) 1) ((z ih ng) 0))) +("harmony" nil (((hh aa r) 1) ((m ax) 0) ((n iy) 0))) +("harms" nil (((hh aa r m z) 1))) +("harmsen" nil (((hh aa r m) 1) ((s ax n) 0))) +("harn" nil (((hh aa r n) 1))) +("harnack" nil (((hh aa r) 1) ((n ax k) 0))) +("harnage" nil (((hh aa r) 1) ((n ih jh) 0))) +("harnden" nil (((hh aa r n) 1) ((d ax n) 0))) +("harne" nil (((hh aa r n) 1))) +("harned" nil (((hh aa r n d) 1))) +("harner" nil (((hh aa r) 1) ((n er) 0))) +("harness" nil (((hh aa r) 1) ((n ax s) 0))) +("harnessed" nil (((hh aa r) 1) ((n ax s t) 0))) +("harnesses" nil (((hh aa r) 1) ((n ax) 0) ((s ax z) 0))) +("harnessing" nil (((hh aa r) 1) ((n ax) 0) ((s ih ng) 0))) +("harnett" nil (((hh aa r) 1) ((n ih t) 0))) +("harney" nil (((hh aa r) 1) ((n iy) 0))) +("harnisch" nil (((hh aa r) 1) ((n ih sh) 0))) +("harnischfeger" nil (((hh aa r) 1) ((n ih sh) 0) ((f eh) 1) ((g er) 0))) +("harnish" nil (((hh aa r) 1) ((n ih sh) 0))) +("harnois" nil (((hh aa r n) 0) ((w aa) 1))) +("haro" nil (((hh aa) 1) ((r ow) 0))) +("harold" nil (((hh eh) 1) ((r ax l d) 0))) +("haroldson" nil (((hh ae) 1) ((r ow l d) 0) ((s ax n) 0))) +("harp" nil (((hh aa r p) 1))) +("harpe" nil (((hh aa r p) 1))) +("harped" nil (((hh aa r p t) 1))) +("harpel" nil (((hh aa r) 0) ((p eh l) 1))) +("harpenau" nil (((hh aa r) 1) ((p ih) 0) ((n ow) 0))) +("harper" nil (((hh aa r) 1) ((p er) 0))) +("harpers" nil (((hh aa r) 1) ((p er z) 0))) +("harpham" nil (((hh aa r) 1) ((f ax m) 0))) +("harpin" nil (((hh aa r) 0) ((p ae n) 1))) +("harping" nil (((hh aa r) 1) ((p ih ng) 0))) +("harpist" nil (((hh aa r) 1) ((p ih s t) 0))) +("harpists" nil (((hh aa r) 1) ((p ih s t s) 0))) +("harpley" nil (((hh aa r) 1) ((p l iy) 0))) +("harpo" nil (((hh aa r) 1) ((p ow) 0))) +("harpold" nil (((hh aa r) 1) ((p ow l d) 1))) +("harpole" nil (((hh aa r) 1) ((p ow l) 1))) +("harpoon" nil (((hh aa r) 0) ((p uw n) 1))) +("harps" nil (((hh aa r p s) 1))) +("harpsichord" nil (((hh aa r p) 1) ((s ax) 0) ((k ao r d) 1))) +("harpst" nil (((hh aa r p s t) 1))) +("harpster" nil (((hh aa r p) 1) ((s t er) 0))) +("harquebus" nil (((hh aa r) 1) ((k w ax) 0) ((b ax s) 0))) +("harr" nil (((hh ae r) 1))) +("harrah" nil (((hh ae) 1) ((r ax) 0))) +("harral" nil (((hh ae) 1) ((r ax l) 0))) +("harralson" nil (((hh ae) 1) ((r ax l) 0) ((s ax n) 0))) +("harre" nil (((hh ae r) 1))) +("harrel" nil (((hh ae) 1) ((r ax l) 0))) +("harreld" nil (((hh ae) 1) ((r ih l d) 0))) +("harrell" nil (((hh eh) 1) ((r ax l) 0))) +("harrelson" nil (((hh eh) 1) ((r ih l) 0) ((s ax n) 0))) +("harren" nil (((hh ae) 1) ((r ax n) 0))) +("harrer" nil (((hh aa) 1) ((r er) 0))) +("harried" nil (((hh eh) 1) ((r iy d) 0))) +("harrier" nil (((hh eh) 1) ((r iy) 0) ((er) 0))) +("harries" nil (((hh eh) 1) ((r iy z) 0))) +("harriet" nil (((hh eh) 1) ((r iy) 0) ((ax t) 0))) +("harriette" nil (((hh ae) 1) ((r iy) 0) ((eh t) 0))) +("harrigan" nil (((hh eh) 1) ((r ih) 0) ((g ax n) 0))) +("harriger" nil (((hh ae) 1) ((r ih) 0) ((g er) 0))) +("harrill" nil (((hh ae) 1) ((r ax l) 0))) +("harriman" nil (((hh eh) 1) ((r ih) 0) ((m ax n) 0))) +("harring" nil (((hh ae) 1) ((r ih ng) 0))) +("harrington" nil (((hh eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("harriott" nil (((hh ae) 1) ((r iy) 0) ((ax t) 0))) +("harris" nil (((hh eh) 1) ((r ih s) 0))) +("harrisburg" nil (((hh ae) 1) ((r ih s) 0) ((b er g) 0))) +("harrison" nil (((hh eh) 1) ((r ih) 0) ((s ax n) 0))) +("harriss" nil (((hh ae) 1) ((r ih s) 0))) +("harrity" nil (((hh ae) 1) ((r ih) 0) ((t iy) 0))) +("harrod" nil (((hh eh) 1) ((r ax d) 0))) +("harrods" nil (((hh eh) 1) ((r ax d z) 0))) +("harrold" nil (((hh eh) 1) ((r ax l d) 0))) +("harron" nil (((hh ae) 1) ((r ax n) 0))) +("harrop" nil (((hh eh) 1) ((r ax p) 0))) +("harroun" nil (((hh er) 0) ((uw n) 1))) +("harrow" nil (((hh ae) 1) ((r ow) 0))) +("harrower" nil (((hh ae) 1) ((r ow) 0) ((w er) 0))) +("harrowing" nil (((hh eh) 1) ((r ow) 0) ((ih ng) 0))) +("harry" nil (((hh eh) 1) ((r iy) 0))) +("harryman" nil (((hh ae) 1) ((r iy) 0) ((m ax n) 0))) +("harsch" nil (((hh aa r sh) 1))) +("harsco" nil (((hh aa r) 1) ((s k ow) 0))) +("harsh" nil (((hh aa r sh) 1))) +("harsha" nil (((hh aa r) 1) ((sh ax) 0))) +("harshaw" nil (((hh aa r) 1) ((sh ao) 1))) +("harshbarger" nil (((hh aa r sh) 1) ((b aa r) 1) ((g er) 0))) +("harshberger" nil (((hh aa r sh) 1) ((b er) 0) ((g er) 0))) +("harsher" nil (((hh aa r) 1) ((sh er) 0))) +("harshest" nil (((hh aa r) 1) ((sh ax s t) 0))) +("harshfield" nil (((hh aa r sh) 1) ((f iy l d) 1))) +("harshly" nil (((hh aa r) 1) ((sh l iy) 0))) +("harshman" nil (((hh aa r) 1) ((sh m ax n) 0))) +("harshness" nil (((hh aa r) 1) ((sh n ax s) 0))) +("harstad" nil (((hh aa r) 1) ((s t ax d) 0))) +("harston" nil (((hh aa r) 1) ((s t ax n) 0))) +("hart" nil (((hh aa r t) 1))) +("harte" nil (((hh aa r t) 1))) +("hartel" nil (((hh aa r) 1) ((t ax l) 0))) +("hartell" nil (((hh aa r) 1) ((t ax l) 0))) +("harten" nil (((hh aa r) 1) ((t ax n) 0))) +("hartenstein" nil (((hh aa r) 1) ((t ax n) 0) ((s t ay n) 1))) +("harter" nil (((hh aa r) 1) ((t er) 0))) +("hartfiel" nil (((hh aa r t) 1) ((f iy l) 1))) +("hartfield" nil (((hh aa r t) 1) ((f iy l d) 1))) +("hartford" nil (((hh aa r t) 1) ((f er d) 0))) +("hartgraves" nil (((hh aa r t) 1) ((g r ey v z) 1))) +("hartgrove" nil (((hh aa r t) 1) ((g r ow v) 1))) +("harth" nil (((hh aa r th) 1))) +("hartig" nil (((hh aa r) 1) ((t ih g) 0))) +("hartigan" nil (((hh aa r) 1) ((t ih) 0) ((g ax n) 0))) +("hartin" nil (((hh aa r) 1) ((t ih n) 0))) +("harting" nil (((hh aa r) 1) ((t ih ng) 0))) +("hartinger" nil (((hh aa r) 1) ((t ih ng) 0) ((er) 0))) +("hartis" nil (((hh aa r) 1) ((t ih s) 0))) +("hartje" nil (((hh aa r t) 1) ((jh ey) 0))) +("hartke" nil (((hh aa r t) 1) ((k iy) 0))) +("hartkopf" nil (((hh aa r t) 1) ((k ao f) 0))) +("hartl" nil (((hh aa r) 1) ((t ax l) 0))) +("hartlage" nil (((hh aa r t) 1) ((l ih jh) 0))) +("hartland" nil (((hh aa r t) 1) ((l ax n d) 0))) +("hartlaub" nil (((hh aa r t) 1) ((l aw b) 1))) +("hartle" nil (((hh aa r) 1) ((t ax l) 0))) +("hartless" nil (((hh aa r t) 1) ((l ax s) 0))) +("hartley" nil (((hh aa r t) 1) ((l iy) 0))) +("hartlieb" nil (((hh aa r t) 1) ((l iy b) 1))) +("hartline" nil (((hh aa r t) 1) ((l ay n) 1))) +("hartling" nil (((hh aa r t) 1) ((l ih ng) 0))) +("hartman" nil (((hh aa r t) 1) ((m ax n) 0))) +("hartmann" nil (((hh aa r t) 1) ((m ax n) 0))) +("hartmarx" nil (((hh aa r t) 1) ((m aa r k s) 1))) +("hartnell" nil (((hh aa r t) 1) ((n ax l) 0))) +("hartner" nil (((hh aa r t) 1) ((n er) 0))) +("hartness" nil (((hh aa r t) 1) ((n ax s) 0))) +("hartnett" nil (((hh aa r t) 1) ((n ih t) 0))) +("hartney" nil (((hh aa r t) 1) ((n iy) 0))) +("hartog" nil (((hh aa r) 1) ((t ax g) 0))) +("harton" nil (((hh aa r) 1) ((t ax n) 0))) +("hartong" nil (((hh aa r) 1) ((t ao ng) 0))) +("hartranft" nil (((hh aa r) 1) ((t r ah n f t) 1))) +("harts" nil (((hh aa r t s) 1))) +("hartsell" nil (((hh aa r t) 1) ((s ax l) 0))) +("hartsfield" nil (((hh aa r t) 1) ((s f iy l d) 1))) +("hartshorn" nil (((hh aa r t s) 1) ((hh ao r n) 1))) +("hartshorne" nil (((hh aa r) 1) ((ch er n) 0))) +("hartsock" nil (((hh aa r t) 1) ((s ax k) 0))) +("hartsoe" nil (((hh aa r t) 1) ((s ow) 0))) +("hartson" nil (((hh aa r t) 1) ((s ax n) 0))) +("hartsook" nil (((hh aa r t) 1) ((s uh k) 0))) +("hartsough" nil (((hh aa r t) 1) ((s aw) 0))) +("hartstein" nil (((hh aa r t) 1) ((s t ay n) 1))) +("hartt" nil (((hh aa r t) 1))) +("hartter" nil (((hh aa r) 1) ((t er) 0))) +("hartung" nil (((hh aa r) 1) ((t ax ng) 0))) +("hartwell" nil (((hh aa r) 1) ((t w eh l) 1))) +("hartwick" nil (((hh aa r) 1) ((t w ih k) 1))) +("hartwig" nil (((hh aa r) 1) ((t w ih k) 0))) +("hartwood" nil (((hh aa r) 1) ((t w uh d) 1))) +("harty" nil (((hh aa r) 1) ((t iy) 0))) +("hartz" nil (((hh aa r t s) 1))) +("hartzel" nil (((hh aa r t) 1) ((z ax l) 0))) +("hartzell" nil (((hh aa r t) 1) ((z ax l) 0))) +("hartzler" nil (((hh aa r t) 1) ((s l er) 0))) +("hartzog" nil (((hh aa r t) 1) ((z ax g) 0))) +("haruo" nil (((hh aa) 0) ((r uw) 1) ((ow) 0))) +("harv" nil (((hh aa r v) 1))) +("harvard" nil (((hh aa r) 1) ((v er d) 0))) +("harvath" nil (((hh aa r) 1) ((v ax th) 0))) +("harve" nil (((hh aa r v) 1))) +("harvel" nil (((hh aa r) 1) ((v ax l) 0))) +("harvell" nil (((hh aa r) 1) ((v ax l) 0))) +("harvest" nil (((hh aa r) 1) ((v ax s t) 0))) +("harvestable" nil (((hh aa r) 1) ((v ax) 0) ((s t ax) 0) ((b ax l) 0))) +("harvested" nil (((hh aa r) 1) ((v ax) 0) ((s t ax d) 0))) +("harvester" nil (((hh aa r) 1) ((v ax) 0) ((s t er) 0))) +("harvesters" nil (((hh aa r) 1) ((v ax) 0) ((s t er z) 0))) +("harvesting" nil (((hh aa r) 1) ((v ax) 0) ((s t ih ng) 0))) +("harvests" nil (((hh aa r) 1) ((v ax s t s) 0))) +("harvey" nil (((hh aa r) 1) ((v iy) 0))) +("harvie" nil (((hh aa r) 1) ((v iy) 0))) +("harvill" nil (((hh aa r) 1) ((v ih l) 0))) +("harville" nil (((hh aa r) 1) ((v ih l) 1))) +("harvin" nil (((hh aa r) 1) ((v ih n) 0))) +("harvison" nil (((hh aa r) 1) ((v ih) 0) ((s ax n) 0))) +("harward" nil (((hh aa r) 1) ((w er d) 0))) +("harwell" nil (((hh aa r) 1) ((w eh l) 1))) +("harwick" nil (((hh aa r) 1) ((w ih k) 0))) +("harwood" nil (((hh aa r) 1) ((w uh d) 1))) +("haryana" nil (((hh eh r) 0) ((y aa) 1) ((n ax) 0))) +("has" nil (((hh ae z) 1))) +("hasan" nil (((hh ey) 1) ((z ax n) 0))) +("hasbro" nil (((hh ae z) 1) ((b r ow) 0))) +("hasbrook" nil (((hh ae s) 1) ((b r uh k) 0))) +("hasbrouck" nil (((hh ae z) 1) ((b r uh k) 1))) +("hascall" nil (((hh ae) 1) ((s k ax l) 0))) +("hasch" nil (((hh ae sh) 1))) +("haschke" nil (((hh ae sh k) 1))) +("hase" nil (((hh ey z) 1))) +("hasegawa" nil (((hh aa) 1) ((s ey) 0) ((g aa) 1) ((w ax) 0))) +("hasek" nil (((hh aa) 1) ((s eh k) 0))) +("haselden" nil (((hh ae) 1) ((s ih l) 0) ((d ax n) 0))) +("haseley" nil (((hh ae) 1) ((s ih) 0) ((l iy) 0))) +("haselhorst" nil (((hh ae) 1) ((s ih l) 0) ((hh ao r s t) 0))) +("haseltine" nil (((hh ae) 1) ((s ih l) 0) ((t iy n) 0))) +("haselton" nil (((hh ax) 0) ((s eh l) 1) ((t ax n) 0))) +("haseman" nil (((hh ey) 1) ((s m ax n) 0))) +("hasenauer" nil (((hh ae) 1) ((s ih) 0) ((n aw) 0) ((er) 0))) +("hasenfus" nil (((hh ey) 1) ((z ax n) 0) ((f ah s) 1))) +("haser" nil (((hh eh) 1) ((z er) 0))) +("hash" nil (((hh ae sh) 1))) +("hashagen" nil (((hh ae) 1) ((sh ax) 0) ((g ax n) 0))) +("hashed" nil (((hh ae sh t) 1))) +("hashem" nil (((hh ae) 1) ((sh ih m) 0))) +("hashemi" nil (((hh ax) 0) ((sh ey) 1) ((m iy) 0))) +("hashemite" nil (((hh ae) 1) ((sh ax) 0) ((m ay t) 1))) +("hashers" nil (((hh ae) 1) ((sh er z) 0))) +("hashi" nil (((hh ae) 1) ((sh iy) 0))) +("hashim" nil (((hh ae) 1) ((sh ih m) 0))) +("hashimoto" nil (((hh aa) 0) ((sh iy) 0) ((m ow) 1) ((t ow) 0))) +("hashing" nil (((hh ae) 1) ((sh ih ng) 0))) +("hashish" nil (((hh ae) 1) ((sh ih sh) 0))) +("hashman" nil (((hh ae) 1) ((sh m ax n) 0))) +("hasidic" nil (((hh ax) 0) ((s ih) 1) ((d ih k) 0))) +("haske" nil (((hh ey s k) 1))) +("haskell" nil (((hh ae) 1) ((s k ax l) 0))) +("haskett" nil (((hh ae) 1) ((s k ih t) 0))) +("haskew" nil (((hh ae) 1) ((s k y uw) 0))) +("haskin" nil (((hh ae) 1) ((s k ih n) 0))) +("haskins" nil (((hh ae) 1) ((s k ih n z) 0))) +("haslam" nil (((hh ae) 1) ((s l ax m) 0))) +("hasler" nil (((hh ae) 1) ((s ax) 0) ((l er) 0))) +("haslett" nil (((hh ae) 1) ((s l ih t) 0))) +("hasley" nil (((hh ae) 1) ((z l iy) 0))) +("haso" nil (((hh aa) 1) ((s ow) 1))) +("haspel" nil (((hh ae) 1) ((s p ax l) 0))) +("hassan" nil (((hh ax) 0) ((s aa n) 1))) +("hasse" nil (((hh aa s) 1))) +("hassebrock" nil (((hh ae) 1) ((s ih) 0) ((b r aa k) 1))) +("hassel" nil (((hh ae) 1) ((s ax l) 0))) +("hasselbach" nil (((hh ae) 1) ((s ih l) 0) ((b aa k) 0))) +("hasselbring" nil (((hh ae) 1) ((s ih l) 0) ((b r ih ng) 0))) +("hassell" nil (((hh ae) 1) ((s ax l) 0))) +("hasselman" nil (((hh ae) 1) ((s ax l) 0) ((m ax n) 0))) +("hassen" nil (((hh ae) 1) ((s ax n) 0))) +("hassenberg" nil (((hh ae) 1) ((s ax n) 0) ((b er g) 0))) +("hassenfeld" nil (((hh ae) 1) ((s ax n) 0) ((f eh l d) 1))) +("hassett" nil (((hh ae) 1) ((s ih t) 0))) +("hassey" nil (((hh ae) 1) ((s iy) 0))) +("hassig" nil (((hh ae) 1) ((s ih g) 0))) +("hassing" nil (((hh ae) 1) ((s ih ng) 0))) +("hassinger" nil (((hh ae) 1) ((s ih n) 0) ((jh er) 0))) +("hassle" nil (((hh ae) 1) ((s ax l) 0))) +("hassled" nil (((hh ae) 1) ((s ax l d) 0))) +("hassler" nil (((hh ae) 1) ((s l er) 0))) +("hassles" nil (((hh ae) 1) ((s ax l z) 0))) +("hassman" nil (((hh ae) 1) ((s m ax n) 0))) +("hasson" nil (((hh ae) 1) ((s ax n) 0))) +("hast" nil (((hh ae s t) 1))) +("haste" nil (((hh ey s t) 1))) +("hasten" nil (((hh ey) 1) ((s ax n) 0))) +("hastened" nil (((hh ey) 1) ((s ax n d) 0))) +("hastening" nil (((hh ey) 1) ((s ax) 0) ((n ih ng) 0))) +("hastens" nil (((hh ey) 1) ((s ax n z) 0))) +("hastey" nil (((hh ey) 1) ((s t iy) 0))) +("hastie" nil (((hh ey) 1) ((s t iy) 0))) +("hastily" nil (((hh ey) 1) ((s t ax) 0) ((l iy) 0))) +("hasting" nil (((hh ey) 1) ((s t ih ng) 0))) +("hastings" nil (((hh ey) 1) ((s t ih ng z) 0))) +("haston" nil (((hh ae) 1) ((s t ax n) 0))) +("hasty" nil (((hh ey) 1) ((s t iy) 0))) +("haswell" nil (((hh ae) 1) ((s w eh l) 0))) +("hasz" nil (((hh aa sh) 1))) +("hat" nil (((hh ae t) 1))) +("hata" nil (((hh aa) 1) ((t ax) 0))) +("hatala" nil (((hh ae) 1) ((t ax) 0) ((l ax) 0))) +("hataway" nil (((hh ae) 1) ((t ax) 0) ((w ey) 1))) +("hatch" nil (((hh ae ch) 1))) +("hatchback" nil (((hh ae ch) 1) ((b ae k) 1))) +("hatched" nil (((hh ae ch t) 1))) +("hatchel" nil (((hh ae) 1) ((ch ax l) 0))) +("hatchell" nil (((hh ae) 1) ((ch ax l) 0))) +("hatcher" nil (((hh ae) 1) ((ch er) 0))) +("hatcheries" nil (((hh ae) 1) ((ch er) 0) ((iy z) 0))) +("hatchery" nil (((hh ae) 1) ((ch er) 0) ((iy) 0))) +("hatches" nil (((hh ae) 1) ((ch ih z) 0))) +("hatchet" nil (((hh ae) 1) ((ch ax t) 0))) +("hatchets" nil (((hh ae) 1) ((ch ax t s) 0))) +("hatchett" nil (((hh ae) 1) ((ch ih t) 0))) +("hatching" nil (((hh ae) 1) ((ch ih ng) 0))) +("hate" nil (((hh ey t) 1))) +("hated" nil (((hh ey) 1) ((t ax d) 0))) +("hateful" nil (((hh ey t) 1) ((f ax l) 0))) +("hatem" nil (((hh ae) 1) ((t ih m) 0))) +("hater" nil (((hh ey) 1) ((t er) 0))) +("haters" nil (((hh ey) 1) ((t er z) 0))) +("hates" nil (((hh ey t s) 1))) +("hatfield" nil (((hh ae t) 1) ((f iy l d) 1))) +("hath" nil (((hh ae th) 1))) +("hathaway" nil (((hh ae) 1) ((th ax) 0) ((w ey) 1))) +("hathcoat" nil (((hh ae th) 1) ((k ow t) 1))) +("hathcock" nil (((hh ae th) 1) ((k ax k) 0))) +("hatheway" nil (((hh ey dh) 1) ((w ey) 0))) +("hathorn" nil (((hh aa) 1) ((th ao r n) 0))) +("hathorne" nil (((hh ae) 1) ((th er n) 0))) +("hating" nil (((hh ey) 1) ((t ih ng) 0))) +("hatler" nil (((hh ey) 1) ((t ax) 0) ((l er) 0))) +("hatlestad" nil (((hh ae t) 1) ((l ih) 0) ((s t ax d) 0))) +("hatley" nil (((hh ae t) 1) ((l iy) 0))) +("hatmaker" nil (((hh ae t) 1) ((m ey) 1) ((k er) 0))) +("hatred" nil (((hh ey) 1) ((t r ax d) 0))) +("hatreds" nil (((hh ey) 1) ((t r ax d z) 0))) +("hats" nil (((hh ae t s) 1))) +("hatt" nil (((hh ae t) 1))) +("hattabaugh" nil (((hh ae) 1) ((t ax) 0) ((b ao) 0))) +("hattan" nil (((hh ae) 1) ((t ax n) 0))) +("hattaway" nil (((hh ae) 1) ((t ax) 0) ((w ey) 0))) +("hatten" nil (((hh ae) 1) ((t ax n) 0))) +("hattendorf" nil (((hh ae) 1) ((t ih n) 0) ((d ao r f) 0))) +("hatter" nil (((hh ae) 1) ((t er) 0))) +("hatteras" nil (((hh ae) 1) ((t er) 0) ((ax s) 0))) +("hattersley" nil (((hh ae) 1) ((t er) 0) ((z l iy) 0))) +("hattery" nil (((hh ae) 1) ((t er) 0) ((iy) 0))) +("hattie" nil (((hh ae) 1) ((t iy) 0))) +("hatton" nil (((hh ae) 1) ((t ax n) 0))) +("hattori" nil (((hh aa) 0) ((t ao) 1) ((r iy) 0))) +("hattusas" nil (((hh ax) 0) ((t uw) 1) ((s ax s) 0))) +("hatty" nil (((hh ae) 1) ((t iy) 0))) +("hatz" nil (((hh ae t s) 1))) +("hau" nil (((hh aw) 1))) +("haub" nil (((hh ao b) 1))) +("hauber" nil (((hh aw) 1) ((b er) 0))) +("haubert" nil (((hh aw) 1) ((b er t) 0))) +("haubner" nil (((hh aw b) 1) ((n er) 0))) +("haubrich" nil (((hh aw) 1) ((b r ih k) 0))) +("hauch" nil (((hh ao ch) 1))) +("hauck" nil (((hh ao k) 1))) +("hauenstein" nil (((hh aw) 1) ((ax n) 0) ((s t ay n) 0))) +("hauer" nil (((hh aw) 1) ((er) 0))) +("haueter" nil (((hh aw) 1) ((t er) 0))) +("hauf" nil (((hh ao f) 1))) +("hauff" nil (((hh ao f) 1))) +("haug" nil (((hh ao g) 1))) +("haugan" nil (((hh ao) 1) ((g ax n) 0))) +("hauge" nil (((hh ao jh) 1))) +("haugen" nil (((hh aw) 1) ((g ax n) 0))) +("hauger" nil (((hh aw) 1) ((g er) 0))) +("haugh" nil (((hh ao) 1))) +("haughey" nil (((hh ao) 1) ((k iy) 0))) +("haughn" nil (((hh ao n) 1))) +("haught" nil (((hh ao t) 1))) +("haughton" nil (((hh ao) 1) ((t ax n) 0))) +("haughty" nil (((hh ao) 1) ((t iy) 0))) +("haugland" nil (((hh ao) 1) ((g l ax n d) 0))) +("hauk" nil (((hh ao k) 1))) +("hauke" nil (((hh ao k) 1))) +("haul" nil (((hh ao l) 1))) +("hauled" nil (((hh ao l d) 1))) +("hauler" nil (((hh ao) 1) ((l er) 0))) +("haulers" nil (((hh ao) 1) ((l er z) 0))) +("hauling" nil (((hh ao) 1) ((l ih ng) 0))) +("hauls" nil (((hh ao l z) 1))) +("haun" nil (((hh ao n) 1))) +("haunt" nil (((hh ao n t) 1))) +("haunted" nil (((hh ao n) 1) ((t ax d) 0))) +("haunting" nil (((hh ao n) 1) ((t ih ng) 0))) +("hauntingly" nil (((hh ao n) 1) ((t ih ng) 0) ((l iy) 0))) +("haunts" nil (((hh ao n t s) 1))) +("haupert" nil (((hh aw) 1) ((p er t) 0))) +("hauppauge" nil (((hh aw) 1) ((p ao jh) 0))) +("haupt" nil (((hh ao p t) 1))) +("hauptfuhrer" nil (((hh aw p t) 1) ((f y uh) 1) ((r er) 0))) +("hauptman" nil (((hh aw p t) 1) ((m ax n) 0))) +("hauptmann" nil (((hh aw p t) 1) ((m ax n) 0))) +("haury" nil (((hh ao) 1) ((r iy) 0))) +("haus" nil (((hh aw s) 1))) +("hausa" nil (((hh aw) 1) ((s ax) 0))) +("hausauer" nil (((hh aw) 1) ((s aw) 0) ((er) 0))) +("hausch" nil (((hh aw sh) 1))) +("hauschild" nil (((hh aw s) 1) ((ch ay l d) 1))) +("hauschildt" nil (((hh aw) 1) ((sh ih l t) 0))) +("hause" nil (((hh aw s) 1))) +("hausen" nil (((hh aw) 1) ((z ax n) 0))) +("hauser" nil (((hh aw) 1) ((z er) 0))) +("hauserman" nil (((hh aw) 1) ((z er) 0) ((m ax n) 0))) +("hausfeld" nil (((hh aw) 1) ((s f eh l d) 1))) +("hausler" nil (((hh aw) 1) ((s ax) 0) ((l er) 0))) +("hausman" nil (((hh aw) 1) ((s m ax n) 0))) +("hausmann" nil (((hh aw) 1) ((s m ax n) 0))) +("hausner" nil (((hh aw) 1) ((s n er) 0))) +("hauss" nil (((hh aw s) 1))) +("hausser" nil (((hh aw) 1) ((s er) 0))) +("haussler" nil (((hh aw) 1) ((s ax) 0) ((l er) 0))) +("haussmann" nil (((hh aw) 1) ((s m ax n) 0))) +("hauswirth" nil (((hh aw) 1) ((s w er th) 0))) +("haut" nil (((hh ao t) 1))) +("hautala" nil (((hh ao) 1) ((t ax) 0) ((l ax) 0))) +("haute" nil (((hh ow t) 1))) +("hauter" nil (((hh aw) 1) ((t er) 0))) +("hauteur" n (((hh ow) 0) ((t uh r) 1))) +("hauth" nil (((hh ao th) 1))) +("hauver" nil (((hh aw) 1) ((v er) 0))) +("havana" nil (((hh ax) 0) ((v ae) 1) ((n ax) 0))) +("havard" nil (((hh ae) 1) ((v er d) 0))) +("havas" nil (((hh aa) 1) ((v aa z) 0))) +("have" nil (((hh ae v) 1))) +("havel" nil (((hh ae) 1) ((v ax l) 0))) +("havelka" nil (((hh ax) 0) ((v eh l) 1) ((k ax) 0))) +("havelock" nil (((hh ae) 1) ((v l aa k) 1))) +("haveman" nil (((hh ey v) 1) ((m ax n) 0))) +("havemann" nil (((hh ae) 1) ((v ax) 0) ((m ax n) 0))) +("haven" nil (((hh ey) 1) ((v ax n) 0))) +("havener" nil (((hh ae) 1) ((v iy) 0) ((n er) 0))) +("havens" nil (((hh ey) 1) ((v ax n z) 0))) +("haver" nil (((hh eh) 1) ((v er) 0))) +("haverfield" nil (((hh ae) 1) ((v er) 0) ((f iy l d) 1))) +("haverford" nil (((hh ae) 1) ((v er) 0) ((f er d) 0))) +("haverkamp" nil (((hh ae) 1) ((v er) 0) ((k ae m p) 1))) +("haverland" nil (((hh ae) 1) ((v er) 0) ((l ax n d) 0))) +("haverly" nil (((hh ey) 1) ((v er) 0) ((l iy) 0))) +("haverstick" nil (((hh ey) 1) ((v er) 0) ((s t ih k) 0))) +("haverstock" nil (((hh ey) 1) ((v er) 0) ((s t aa k) 0))) +("haverty" nil (((hh ae) 1) ((v er) 0) ((t iy) 0))) +("haves" nil (((hh ae v z) 1))) +("havey" nil (((hh ey) 1) ((v iy) 0))) +("haviland" nil (((hh ey) 1) ((v iy) 0) ((l ax n d) 0))) +("havill" nil (((hh aa) 0) ((v iy l) 1))) +("havilland" nil (((hh ae) 1) ((v ax) 0) ((l ax n d) 0))) +("having" nil (((hh ae) 1) ((v ih ng) 0))) +("havins" nil (((hh ae) 1) ((v ih n z) 0))) +("havis" nil (((hh ae) 1) ((v ih s) 0))) +("havlicek" nil (((hh aa) 1) ((v l ih) 0) ((ch eh k) 0))) +("havlik" nil (((hh ae) 1) ((v l ih k) 0))) +("havlin" nil (((hh ae) 1) ((v l ih n) 0))) +("havner" nil (((hh ae v) 1) ((n er) 0))) +("havoc" nil (((hh ae) 1) ((v ax k) 0))) +("havran" nil (((hh ae) 1) ((v r ax n) 0))) +("havranek" nil (((hh ax) 0) ((v r ae) 1) ((n eh k) 0))) +("havrilla" nil (((hh ae) 1) ((v r ih) 1) ((l ax) 0))) +("havron" nil (((hh ae) 1) ((v r ax n) 0))) +("haw" nil (((hh ao) 1))) +("hawaii" nil (((hh ax) 0) ((w ay) 1) ((iy) 1))) +("hawaiian" nil (((hh ax) 0) ((w ay) 1) ((ax n) 0))) +("hawaiians" nil (((hh ax) 0) ((w ay) 1) ((ax n z) 0))) +("hawass" nil (((hh ae) 1) ((w aa s) 0))) +("hawbaker" nil (((hh ao) 1) ((b ey) 1) ((k er) 0))) +("hawe" nil (((hh ao) 1))) +("hawes" nil (((hh ao z) 1))) +("hawing" nil (((hh ao) 1) ((ih ng) 0))) +("hawk" nil (((hh ao k) 1))) +("hawkbill" nil (((hh ao k) 1) ((b ih l) 1))) +("hawke" nil (((hh ao k) 1))) +("hawked" nil (((hh ao k t) 1))) +("hawken" nil (((hh ao) 1) ((k ax n) 0))) +("hawker" nil (((hh ao) 1) ((k er) 0))) +("hawkers" nil (((hh ao) 1) ((k er z) 0))) +("hawkes" nil (((hh ao k s) 1))) +("hawkey" nil (((hh ao) 1) ((k iy) 1))) +("hawkeye" nil (((hh ao) 1) ((k ay) 1))) +("hawkiness" nil (((hh ao k) 1) ((n ax s) 0))) +("hawking" nil (((hh ao) 1) ((k ih ng) 0))) +("hawkins" nil (((hh ao) 1) ((k ih n z) 0))) +("hawkinson" nil (((hh ao) 1) ((k ih n) 0) ((s ax n) 0))) +("hawkish" nil (((hh ao) 1) ((k ih sh) 0))) +("hawks" nil (((hh ao k s) 1))) +("hawksley" nil (((hh ao k) 1) ((s l iy) 0))) +("hawley" nil (((hh ao) 1) ((l iy) 0))) +("hawn" nil (((hh ao n) 1))) +("haworth" nil (((hh ae) 1) ((w er th) 0))) +("haws" nil (((hh ao z) 1))) +("hawthorn" nil (((hh ao) 1) ((th ao r n) 1))) +("hawthorne" nil (((hh ao) 1) ((th ao r n) 0))) +("hawthorns" nil (((hh ao) 1) ((th ao r n z) 1))) +("hawver" nil (((hh ao) 1) ((v er) 0))) +("haxton" nil (((hh ae k) 1) ((s t ax n) 0))) +("hay" nil (((hh ey) 1))) +("hayashi" nil (((hh aa) 0) ((y aa) 1) ((sh iy) 0))) +("hayashida" nil (((hh aa) 0) ((y aa) 0) ((sh iy) 1) ((d ax) 0))) +("haycock" nil (((hh ey) 1) ((k aa k) 1))) +("haycraft" nil (((hh ey) 1) ((k r ae f t) 1))) +("haydel" nil (((hh ey) 1) ((d ax l) 0))) +("hayden" nil (((hh ey) 1) ((d ax n) 0))) +("haydn" nil (((hh ay) 1) ((d ax n) 0))) +("haydock" nil (((hh ey) 1) ((d aa k) 1))) +("haydon" nil (((hh ey) 1) ((d ax n) 0))) +("haydu" nil (((hh ey) 1) ((d uw) 0))) +("hayduk" nil (((hh ey) 1) ((d ax k) 0))) +("haye" nil (((hh ey) 1))) +("hayek" nil (((hh ey) 1) ((ih k) 0))) +("hayen" nil (((hh ey) 1) ((ax n) 0))) +("hayenga" nil (((hh ey) 0) ((ey ng) 1) ((g ax) 0))) +("hayer" nil (((hh ey) 1) ((er) 0))) +("hayes" nil (((hh ey z) 1))) +("hayfields" nil (((hh ey) 1) ((f iy l d z) 1))) +("hayford" nil (((hh ey) 1) ((f er d) 0))) +("haygood" nil (((hh ey) 1) ((g uh d) 1))) +("hayhurst" nil (((hh ey) 1) ((hh er s t) 0))) +("hayles" nil (((hh ey l z) 1))) +("hayley" nil (((hh ey) 1) ((l iy) 0))) +("hayloft" nil (((hh ey) 1) ((l ao f t) 1))) +("haymaker" nil (((hh ey) 1) ((m ey) 1) ((k er) 0))) +("hayman" nil (((hh ey) 1) ((m ax n) 0))) +("haymarket" nil (((hh ey) 1) ((m aa r) 1) ((k ih t) 0))) +("haymes" nil (((hh ey m z) 1))) +("haymon" nil (((hh ey) 1) ((m ax n) 0))) +("haymond" nil (((hh ey) 1) ((m ax n d) 0))) +("haymore" nil (((hh ey) 1) ((m ao r) 0))) +("hayn" nil (((hh ey n) 1))) +("hayne" nil (((hh ey n) 1))) +("hayner" nil (((hh ey) 1) ((n er) 0))) +("haynes" nil (((hh ey n z) 1))) +("haynesworth" nil (((hh ey n) 1) ((z w er th) 0))) +("haynie" nil (((hh ey) 1) ((n iy) 0))) +("haynsworth" nil (((hh ey n) 1) ((z w er th) 0))) +("hays" nil (((hh ey z) 1))) +("hayse" nil (((hh ey z) 1))) +("hayslett" nil (((hh ey) 1) ((s l ih t) 0))) +("hayslip" nil (((hh ey) 1) ((s l ih p) 0))) +("haystack" nil (((hh ey) 1) ((s t ae k) 1))) +("hayter" nil (((hh ey) 1) ((t er) 0))) +("hayton" nil (((hh ey) 1) ((t ax n) 0))) +("hayward" nil (((hh ey) 1) ((w er d) 0))) +("haywire" nil (((hh ey) 1) ((w ay r) 1))) +("haywood" nil (((hh ey) 1) ((w uh d) 1))) +("hayworth" nil (((hh ey) 1) ((w er th) 1))) +("hazan" nil (((hh ey) 1) ((z ax n) 0))) +("hazard" nil (((hh ae) 1) ((z er d) 0))) +("hazardous" nil (((hh ae) 1) ((z er) 0) ((d ax s) 0))) +("hazards" nil (((hh ae) 1) ((z er d z) 0))) +("haze" nil (((hh ey z) 1))) +("hazel" nil (((hh ey) 1) ((z ax l) 0))) +("hazelbaker" nil (((hh ey) 1) ((z ax l) 0) ((b ey) 1) ((k er) 0))) +("hazelett" nil (((hh ae) 1) ((z ih) 0) ((l eh t) 0))) +("hazelip" nil (((hh ae) 1) ((z ih) 0) ((l ih p) 0))) +("hazell" nil (((hh ae) 1) ((z ax l) 0))) +("hazelnut" nil (((hh ey) 1) ((z ax l) 0) ((n ah t) 1))) +("hazelrigg" nil (((hh ax) 0) ((z eh l) 1) ((r ih g) 0))) +("hazeltine" nil (((hh ey) 1) ((z ax l) 0) ((t ay n) 1))) +("hazelton" nil (((hh ey) 1) ((z ax l) 0) ((t ax n) 0))) +("hazelwood" nil (((hh ey) 1) ((z ax l) 0) ((w uh d) 1))) +("hazen" nil (((hh ey) 1) ((z ax n) 0))) +("hazing" nil (((hh ey) 1) ((z ih ng) 0))) +("hazle" nil (((hh ey) 1) ((z ax l) 0))) +("hazleton" nil (((hh ey) 1) ((z ax l) 0) ((t ax n) 0))) +("hazlett" nil (((hh ae) 1) ((z l ih t) 0))) +("hazlewood" nil (((hh ey) 1) ((z ax l) 0) ((w uh d) 1))) +("hazy" nil (((hh ey) 1) ((z iy) 0))) +("hazzard" nil (((hh ae) 1) ((z er d) 0))) +("hbox" nil (((ey ch) 1) ((b ao k s) 1))) +("hces" nil (((ey ch) 1) ((s iy) 1) ((iy) 1) ((eh s) 1))) +("he" nil (((hh iy) 1))) +("heaberlin" nil (((hh iy) 1) ((b er) 0) ((l ih n) 0))) +("heacock" nil (((hh iy) 1) ((k ax k) 0))) +("heacox" nil (((hh iy) 1) ((k aa k s) 0))) +("head" nil (((hh eh d) 1))) +("headache" nil (((hh eh) 1) ((d ey k) 1))) +("headaches" nil (((hh eh) 1) ((d ey k s) 1))) +("headband" nil (((hh eh d) 1) ((b ae n d) 1))) +("headbands" nil (((hh eh d) 1) ((b ae n d z) 1))) +("headboard" nil (((hh eh d) 1) ((b ao r d) 1))) +("headcheese" nil (((hh eh d) 1) ((ch iy z) 1))) +("headcount" nil (((hh eh d) 1) ((k aw n t) 1))) +("headdress" nil (((hh eh) 1) ((d r eh s) 1))) +("headdresses" nil (((hh eh d) 1) ((d r eh) 1) ((s ax z) 0))) +("headed" nil (((hh eh) 1) ((d ax d) 0))) +("headen" nil (((hh eh) 1) ((d ax n) 0))) +("header" nil (((hh eh) 1) ((d er) 0))) +("headfirst" nil (((hh eh d) 1) ((f er s t) 1))) +("headgear" nil (((hh eh d) 1) ((g ih r) 1))) +("headhunter" nil (((hh eh d) 1) ((hh ah n) 1) ((t er) 0))) +("headhunters" nil (((hh eh d) 1) ((hh ah n) 1) ((t er z) 0))) +("heading" nil (((hh eh) 1) ((d ih ng) 0))) +("headings" nil (((hh eh) 1) ((d ih ng z) 0))) +("headington" nil (((hh eh) 1) ((d ih ng) 0) ((t ax n) 0))) +("headlee" nil (((hh eh d) 1) ((l iy) 1))) +("headless" nil (((hh eh d) 1) ((l ax s) 0))) +("headley" nil (((hh eh d) 1) ((l iy) 0))) +("headlight" nil (((hh eh d) 1) ((l ay t) 1))) +("headlights" nil (((hh eh d) 1) ((l ay t s) 1))) +("headline" nil (((hh eh d) 1) ((l ay n) 1))) +("headlined" nil (((hh eh d) 1) ((l ay n d) 1))) +("headliner" nil (((hh eh d) 1) ((l ay) 1) ((n er) 0))) +("headlines" nil (((hh eh d) 1) ((l ay n z) 1))) +("headlining" nil (((hh eh d) 1) ((l ay) 1) ((n ih ng) 0))) +("headlong" nil (((hh eh d) 1) ((l ao ng) 1))) +("headlund" nil (((hh eh d) 1) ((l ax n d) 0))) +("headman" nil (((hh eh d) 1) ((m ax n) 0))) +("headmaster" nil (((hh eh d) 1) ((m ae) 1) ((s t er) 0))) +("headmistress" nil (((hh eh d) 1) ((m ih) 1) ((s t r ax s) 0))) +("headphones" nil (((hh eh d) 1) ((f ow n z) 1))) +("headquartered" nil (((hh eh d) 1) ((k ao r) 1) ((t er d) 0))) +("headquarters" nil (((hh eh d) 1) ((k w ao r) 1) ((t er z) 0))) +("headrests" nil (((hh eh) 1) ((d r eh s t s) 1))) +("headrick" nil (((hh eh) 1) ((d r ih k) 0))) +("headroom" nil (((hh eh) 1) ((d r uw m) 1))) +("heads" nil (((hh eh d z) 1))) +("headset" nil (((hh eh d) 1) ((s eh t) 1))) +("headsets" nil (((hh eh d) 1) ((s eh t s) 1))) +("headship" nil (((hh eh d) 1) ((sh ih p) 1))) +("headsman" nil (((hh eh d z) 1) ((m ax n) 0))) +("headstart" nil (((hh eh d) 1) ((s t aa r t) 1))) +("headstrong" nil (((hh eh d) 1) ((s t r ao ng) 1))) +("headwaters" nil (((hh eh) 1) ((d w ao) 1) ((t er z) 0))) +("headway" nil (((hh eh) 1) ((d w ey) 1))) +("heady" nil (((hh eh) 1) ((d iy) 0))) +("heafner" nil (((hh iy f) 1) ((n er) 0))) +("heagle" nil (((hh iy) 1) ((g ax l) 0))) +("heagney" nil (((hh iy g) 1) ((n iy) 0))) +("heagy" nil (((hh iy) 1) ((jh iy) 0))) +("heal" nil (((hh iy l) 1))) +("heald" nil (((hh iy l d) 1))) +("healed" nil (((hh iy l d) 1))) +("healer" nil (((hh iy) 1) ((l er) 0))) +("healers" nil (((hh iy) 1) ((l er z) 0))) +("healey" nil (((hh iy) 1) ((l iy) 0))) +("healing" nil (((hh iy) 1) ((l ih ng) 0))) +("heals" nil (((hh iy l z) 1))) +("health" nil (((hh eh l th) 1))) +("healthamerica" nil (((hh iy l) 1) ((th ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("healthcare" nil (((hh eh l th) 1) ((k eh r) 1))) +("healthcorp" nil (((hh eh l th) 1) ((k ao r p) 1))) +("healthdyne" nil (((hh eh l th) 1) ((d ay n) 1))) +("healthful" nil (((hh eh l th) 1) ((f ax l) 0))) +("healthier" nil (((hh eh l) 1) ((th iy) 0) ((er) 0))) +("healthiest" nil (((hh eh l) 1) ((th iy) 0) ((ih s t) 0))) +("healthsource" nil (((hh eh l th) 1) ((s ao r s) 1))) +("healthsouth" nil (((hh eh l th) 1) ((s aw th) 1))) +("healthtrust" nil (((hh eh l th) 1) ((t r ah s t) 1))) +("healthvest" nil (((hh eh l th) 1) ((v eh s t) 1))) +("healthy" nil (((hh eh l) 1) ((th iy) 0))) +("healy" nil (((hh iy) 1) ((l iy) 0))) +("heaney" nil (((hh iy) 1) ((n iy) 0))) +("heap" nil (((hh iy p) 1))) +("heape" nil (((hh iy p) 1))) +("heaped" nil (((hh iy p t) 1))) +("heaphy" nil (((hh iy) 1) ((f iy) 0))) +("heaping" nil (((hh iy) 1) ((p ih ng) 0))) +("heaps" nil (((hh iy p s) 1))) +("hear" nil (((hh ih r) 1))) +("heard" nil (((hh er d) 1))) +("hearers" nil (((hh ih) 1) ((r er z) 0))) +("hearin" nil (((hh ih) 1) ((r ih n) 0))) +("hearing" nil (((hh ih) 1) ((r ih ng) 0))) +("hearings" nil (((hh ih) 1) ((r ih ng z) 0))) +("hearl" nil (((hh er l) 1))) +("hearn" nil (((hh er n) 1))) +("hearne" nil (((hh er n) 1))) +("hearns" nil (((hh er n z) 1))) +("hearon" nil (((hh ih) 1) ((r ax n) 0))) +("hearron" nil (((hh ao) 1) ((r ax n) 0))) +("hears" nil (((hh ih r z) 1))) +("hearsay" nil (((hh ih r) 1) ((s ey) 1))) +("hearse" nil (((hh er s) 1))) +("hearst" nil (((hh er s t) 1))) +("heart" nil (((hh aa r t) 1))) +("heartache" nil (((hh aa r) 1) ((t ey k) 1))) +("heartbeat" nil (((hh aa r t) 1) ((b iy t) 1))) +("heartbeats" nil (((hh aa r t) 1) ((b iy t s) 1))) +("heartbreak" nil (((hh aa r t) 1) ((b r ey k) 1))) +("heartbreaking" nil (((hh aa r t) 1) ((b r ey) 1) ((k ih ng) 0))) +("heartbroken" nil (((hh aa r t) 1) ((b r ow) 1) ((k ax n) 0))) +("heartburn" nil (((hh aa r t) 1) ((b er n) 1))) +("hearted" nil (((hh aa r) 1) ((t ax d) 0))) +("heartedly" nil (((hh aa r) 1) ((t ih d) 0) ((l iy) 0))) +("hearten" nil (((hh aa r) 1) ((t ax n) 0))) +("heartened" nil (((hh aa r) 1) ((t ax n d) 0))) +("heartening" nil (((hh aa r) 1) ((t ax) 0) ((n ih ng) 0))) +("heartfelt" nil (((hh aa r t) 1) ((f eh l t) 1))) +("hearth" nil (((hh aa r th) 1))) +("hearths" nil (((hh aa r th s) 1))) +("heartily" nil (((hh aa r) 1) ((t ax) 0) ((l iy) 0))) +("heartland" nil (((hh aa r t) 1) ((l ae n d) 1))) +("heartless" nil (((hh aa r t) 1) ((l ax s) 0))) +("hearts" nil (((hh aa r t s) 1))) +("heartthrob" nil (((hh aa r t) 1) ((th r aa b) 1))) +("heartwarming" nil (((hh aa r) 1) ((t w ao r) 1) ((m ih ng) 0))) +("heartwise" nil (((hh aa r) 1) ((t w ay z) 1))) +("heartwood" nil (((hh aa r) 1) ((t w uh d) 1))) +("hearty" nil (((hh aa r) 1) ((t iy) 0))) +("heasley" nil (((hh iy) 1) ((z l iy) 0))) +("heaslip" nil (((hh iy) 1) ((s l ih p) 0))) +("heaston" nil (((hh iy) 1) ((s t ax n) 0))) +("heat" nil (((hh iy t) 1))) +("heated" nil (((hh iy) 1) ((t ax d) 0))) +("heatedly" nil (((hh iy) 1) ((t ih d) 0) ((l iy) 0))) +("heater" nil (((hh iy) 1) ((t er) 0))) +("heaters" nil (((hh iy) 1) ((t er z) 0))) +("heath" nil (((hh iy th) 1))) +("heathcliff" nil (((hh eh th) 1) ((k l ih f) 0))) +("heathcock" nil (((hh eh th) 1) ((k ax k) 0))) +("heathcote" nil (((hh eh th) 1) ((k ax t) 0))) +("heathen" nil (((hh iy) 1) ((dh ax n) 0))) +("heather" nil (((hh eh) 1) ((dh er) 0))) +("heatherington" nil (((hh eh) 1) ((dh er) 0) ((ih ng) 0) ((t ax n) 0))) +("heatherly" nil (((hh eh) 1) ((dh er) 0) ((l iy) 0))) +("heathers" nil (((hh eh) 1) ((dh er z) 0))) +("heathman" nil (((hh iy th) 1) ((m ax n) 0))) +("heathrow" nil (((hh iy) 1) ((th r ow) 0))) +("heathwood" nil (((hh iy) 1) ((th w uh d) 1))) +("heating" nil (((hh iy) 1) ((t ih ng) 0))) +("heatley" nil (((hh iy t) 1) ((l iy) 0))) +("heaton" nil (((hh iy) 1) ((t ax n) 0))) +("heats" nil (((hh iy t s) 1))) +("heatwole" nil (((hh iy) 1) ((t w ow l) 1))) +("heave" nil (((hh iy v) 1))) +("heaved" nil (((hh iy v d) 1))) +("heaven" nil (((hh eh) 1) ((v ax n) 0))) +("heavener" nil (((hh eh) 1) ((v ax) 0) ((n er) 0))) +("heavenly" nil (((hh eh) 1) ((v ax n) 0) ((l iy) 0))) +("heavens" nil (((hh eh) 1) ((v ax n z) 0))) +("heavenward" n (((hh eh) 1) ((v ax n) 0) ((w er d) 0))) +("heaves" nil (((hh iy v z) 1))) +("heavey" nil (((hh iy) 1) ((v iy) 0))) +("heavier" nil (((hh eh) 1) ((v iy) 0) ((er) 0))) +("heavies" nil (((hh eh) 1) ((v iy z) 0))) +("heaviest" nil (((hh eh) 1) ((v iy) 0) ((ax s t) 0))) +("heavily" nil (((hh eh) 1) ((v ax) 0) ((l iy) 0))) +("heavin" nil (((hh eh) 1) ((v ih n) 0))) +("heaving" nil (((hh iy) 1) ((v ih ng) 0))) +("heavner" nil (((hh iy v) 1) ((n er) 0))) +("heavrin" nil (((hh iy) 1) ((v r ih n) 0))) +("heavy" nil (((hh eh) 1) ((v iy) 0))) +("heavyhanded" nil (((hh eh) 1) ((v iy) 0) ((hh ae n) 1) ((d ih d) 0))) +("heavyset" nil (((hh eh) 1) ((v iy) 0) ((s eh t) 1))) +("heavyweight" nil (((hh eh) 1) ((v iy) 0) ((w ey t) 1))) +("heavyweights" nil (((hh eh) 1) ((v iy) 0) ((w ey t s) 1))) +("hebard" nil (((hh eh) 1) ((b er d) 0))) +("hebb" nil (((hh eh b) 1))) +("hebda" nil (((hh eh b) 1) ((d ax) 0))) +("hebding" nil (((hh eh b) 1) ((d ih ng) 0))) +("hebe" nil (((hh iy b) 1))) +("hebei" nil (((hh ah) 0) ((b ey) 1))) +("hebel" nil (((hh eh) 1) ((b ax l) 0))) +("hebeler" nil (((hh eh) 1) ((b ax) 0) ((l er) 0))) +("hebenstreit" nil (((hh eh) 1) ((b ih n) 0) ((s t r ay t) 0))) +("heber" nil (((hh iy) 1) ((b er) 0))) +("heberer" nil (((hh eh) 1) ((b er) 0) ((er) 0))) +("heberle" nil (((hh eh) 1) ((b er) 0) ((ax l) 0))) +("heberlein" nil (((hh eh) 1) ((b er) 0) ((l ay n) 1))) +("heberling" nil (((hh eh) 1) ((b er) 0) ((l ih ng) 0))) +("hebert" nil (((hh eh) 1) ((b er t) 0))) +("hebi" nil (((hh ah) 0) ((b iy) 1))) +("hebner" nil (((hh eh b) 1) ((n er) 0))) +("hebrew" nil (((hh iy) 1) ((b r uw) 0))) +("hebrides" nil (((hh eh) 1) ((b r ih) 0) ((d iy z) 0))) +("hebron" nil (((hh eh) 1) ((b r ax n) 0))) +("hecco" nil (((hh eh) 1) ((k ow) 0))) +("hechi" nil (((hh ah) 0) ((ch uh) 1))) +("hechinger" nil (((hh eh) 1) ((k ih n) 0) ((jh er) 0))) +("hechler" nil (((hh eh) 1) ((k l er) 0))) +("hecht" nil (((hh eh k t) 1))) +("hechtman" nil (((hh eh k t) 1) ((m ax n) 0))) +("heck" nil (((hh eh k) 1))) +("heckaman" nil (((hh eh) 1) ((k ax) 0) ((m ax n) 0))) +("heckard" nil (((hh eh) 1) ((k er d) 0))) +("heckart" nil (((hh eh) 1) ((k er t) 0))) +("heckathorn" nil (((hh eh) 1) ((k ax) 0) ((th er n) 0))) +("heckbert" nil (((hh eh k) 1) ((b er t) 0))) +("heckel" nil (((hh eh) 1) ((k ax l) 0))) +("heckendorn" nil (((hh eh) 1) ((k eh n) 0) ((d ao r n) 0))) +("hecker" nil (((hh eh) 1) ((k er) 0))) +("heckert" nil (((hh eh) 1) ((k er t) 0))) +("heckle" nil (((hh eh) 1) ((k ax l) 0))) +("heckled" nil (((hh eh) 1) ((k ax l d) 0))) +("heckler" nil (((hh eh) 1) ((k l er) 0))) +("hecklers" nil (((hh eh) 1) ((k l er z) 0))) +("heckling" nil (((hh eh) 1) ((k l ih ng) 0))) +("heckman" nil (((hh eh k) 1) ((m ax n) 0))) +("heckmann" nil (((hh eh k) 1) ((m ax n) 0))) +("heckuva" nil (((hh eh) 0) ((k y uw) 1) ((v ax) 0))) +("hecla" nil (((hh eh) 1) ((k l ax) 0))) +("hecox" nil (((hh eh) 1) ((k aa k s) 0))) +("hectare" nil (((hh eh k) 1) ((t aa r) 1))) +("hectares" nil (((hh eh k) 1) ((t aa r z) 1))) +("hectic" nil (((hh eh k) 1) ((t ih k) 0))) +("hectograph" nil (((hh eh k) 1) ((t ax) 0) ((g r ae f) 1))) +("hector" nil (((hh eh k) 1) ((t er) 0))) +("hectoring" nil (((hh eh k) 1) ((t er) 0) ((ih ng) 0))) +("hecuba" nil (((hh eh) 1) ((k y ax) 0) ((b ax) 0))) +("hed" v (((hh iy d) 1))) +("heda" nil (((hh ey) 1) ((d ax) 0))) +("hedberg" nil (((hh eh d) 1) ((b er g) 0))) +("hedda" nil (((hh eh) 1) ((d ax) 0))) +("hedden" nil (((hh eh) 1) ((d ax n) 0))) +("hedding" nil (((hh eh) 1) ((d ih ng) 0))) +("heddy" nil (((hh eh) 1) ((d iy) 0))) +("hedeen" nil (((hh eh) 1) ((d iy n) 0))) +("hedge" nil (((hh eh jh) 1))) +("hedgecock" nil (((hh eh jh) 1) ((k aa k) 1))) +("hedged" nil (((hh eh jh d) 1))) +("hedgehog" nil (((hh eh jh) 1) ((hh aa g) 1))) +("hedgehogs" nil (((hh eh jh) 1) ((hh aa g z) 1))) +("hedgepath" nil (((hh eh jh) 1) ((p ae th) 1))) +("hedgepeth" nil (((hh eh) 1) ((jh ih) 0) ((p eh th) 0))) +("hedger" nil (((hh eh) 1) ((jh er) 0))) +("hedgers" nil (((hh eh) 1) ((jh er z) 0))) +("hedges" nil (((hh eh) 1) ((jh ih z) 0))) +("hedging" nil (((hh eh) 1) ((jh ih ng) 0))) +("hedglin" nil (((hh eh jh) 1) ((l ih n) 0))) +("hedgpeth" nil (((hh eh jh) 1) ((p ih th) 0))) +("hedi" nil (((hh eh) 1) ((d iy) 0))) +("hediger" nil (((hh eh) 1) ((d ih) 0) ((g er) 0))) +("hedin" nil (((hh eh) 1) ((d ih n) 0))) +("hedley" nil (((hh eh d) 1) ((l iy) 0))) +("hedlund" nil (((hh eh d) 1) ((l ax n d) 0))) +("hedman" nil (((hh eh d) 1) ((m ax n) 0))) +("hedonic" nil (((hh ax) 0) ((d aa) 1) ((n ih k) 0))) +("hedonism" nil (((hh iy) 1) ((d ax) 0) ((n ih) 1) ((z ax m) 0))) +("hedonistic" nil (((hh iy) 1) ((d ax) 0) ((n ih) 1) ((s t ih k) 0))) +("hedquist" nil (((hh eh d) 1) ((k w ih s t) 1))) +("hedrich" nil (((hh eh) 1) ((d r ih k) 0))) +("hedrick" nil (((hh eh) 1) ((d r ih k) 0))) +("hedstrom" nil (((hh eh d) 1) ((s t r ax m) 0))) +("hedtke" nil (((hh eh d) 1) ((k iy) 0))) +("hedwig" nil (((hh eh) 1) ((d w ih g) 0))) +("hedwiga" nil (((hh eh) 1) ((d w ih) 0) ((g ax) 0))) +("hedy" nil (((hh iy) 1) ((d iy) 0))) +("hee" nil (((hh iy) 1))) +("heeb" nil (((hh iy b) 1))) +("heebner" nil (((hh iy b) 1) ((n er) 0))) +("heed" nil (((hh iy d) 1))) +("heeded" nil (((hh iy) 1) ((d ax d) 0))) +("heeding" nil (((hh iy) 1) ((d ih ng) 0))) +("heeds" nil (((hh iy d z) 1))) +("heefner" nil (((hh iy f) 1) ((n er) 0))) +("heeg" nil (((hh iy g) 1))) +("heeke" nil (((hh iy k) 1))) +("heekin" nil (((hh iy) 1) ((k ih n) 0))) +("heel" nil (((hh iy l) 1))) +("heelan" nil (((hh iy) 1) ((l ax n) 0))) +("heeled" nil (((hh iy l d) 1))) +("heels" nil (((hh iy l z) 1))) +("heemstra" nil (((hh iy m) 1) ((s t r ax) 0))) +("heenan" nil (((hh iy) 1) ((n ax n) 0))) +("heeney" nil (((hh iy) 1) ((n iy) 0))) +("heer" nil (((hh iy) 1) ((er) 0))) +("heeren" nil (((hh ih) 1) ((r ax n) 0))) +("heermann" nil (((hh ih r) 1) ((m ax n) 0))) +("hees" nil (((hh iy z) 1))) +("heesch" nil (((hh iy sh) 1))) +("heese" nil (((hh iy z) 1))) +("heeter" nil (((hh iy) 1) ((t er) 0))) +("hefei" nil (((hh ax) 0) ((f ey) 1))) +("heffel" nil (((hh eh) 1) ((f ax l) 0))) +("heffelfinger" nil (((hh eh) 1) ((f ih l) 0) ((f ih ng) 0) ((er) 0))) +("hefferan" nil (((hh eh) 1) ((f er) 0) ((ax n) 0))) +("hefferman" nil (((hh eh) 1) ((f er) 0) ((m ax n) 0))) +("heffern" nil (((hh eh) 1) ((f er n) 0))) +("heffernan" nil (((hh eh) 1) ((f er) 0) ((n ax n) 0))) +("hefferon" nil (((hh eh) 1) ((f er) 0) ((ax n) 0))) +("heffington" nil (((hh eh) 1) ((f ih ng) 0) ((t ax n) 0))) +("heffler" nil (((hh eh) 1) ((f l er) 0))) +("heffley" nil (((hh eh) 1) ((f l iy) 0))) +("heffner" nil (((hh eh f) 1) ((n er) 0))) +("heffron" nil (((hh eh) 1) ((f r ax n) 0))) +("hefler" nil (((hh eh) 1) ((f l er) 0))) +("hefley" nil (((hh eh) 1) ((f l iy) 0))) +("heflin" nil (((hh eh) 1) ((f l ih n) 0))) +("hefner" nil (((hh eh f) 1) ((n er) 0))) +("heft" nil (((hh eh f t) 1))) +("hefter" nil (((hh eh f) 1) ((t er) 0))) +("hefti" nil (((hh eh f) 1) ((t iy) 0))) +("heftier" nil (((hh eh f) 1) ((t iy) 0) ((er) 0))) +("heftiest" nil (((hh eh f) 1) ((t iy) 0) ((ax s t) 0))) +("hefty" nil (((hh eh f) 1) ((t iy) 0))) +("hegadorn" nil (((hh eh) 1) ((g ax) 0) ((d ao r n) 1))) +("hegang" nil (((hh ah) 0) ((g aa ng) 1))) +("hegarty" nil (((hh eh) 1) ((g aa r) 0) ((t iy) 0))) +("hege" nil (((hh iy jh) 1))) +("hegedus" nil (((hh eh) 1) ((g ih) 0) ((d ih s) 0))) +("hegel" nil (((hh eh) 1) ((g ax l) 0))) +("hegelian" nil (((hh iy) 0) ((jh iy) 1) ((l iy) 0) ((ax n) 0))) +("hegeman" nil (((hh iy g) 1) ((m ax n) 0))) +("hegemonic" nil (((hh eh) 1) ((g ax) 0) ((m aa) 1) ((n ih k) 0))) +("hegemony" nil (((hh iy) 0) ((jh eh) 1) ((m ax) 0) ((n iy) 0))) +("hegenna" nil (((hh eh) 0) ((g eh) 1) ((n ax) 0))) +("heger" nil (((hh iy) 1) ((g er) 0))) +("hegg" nil (((hh eh g) 1))) +("hegge" nil (((hh eh g) 1))) +("heggen" nil (((hh eh) 1) ((g ax n) 0))) +("heggie" nil (((hh eh) 1) ((g iy) 0))) +("hegland" nil (((hh eh) 1) ((g l ax n d) 0))) +("hegler" nil (((hh eh) 1) ((g l er) 0))) +("heglund" nil (((hh eh) 1) ((g l ax n d) 0))) +("hegna" nil (((hh eh g) 1) ((n ax) 0))) +("hegner" nil (((hh eh g) 1) ((n er) 0))) +("hegstrom" nil (((hh eh g) 1) ((s t r ax m) 0))) +("hegwood" nil (((hh eh) 1) ((g w uh d) 1))) +("hegyi" nil (((hh ey) 1) ((g y iy) 0))) +("heh" nil (((hh eh) 1))) +("hehir" nil (((hh eh) 1) ((hh ih r) 0))) +("hehl" nil (((hh eh l) 1))) +("hehman" nil (((hh eh) 1) ((m ax n) 0))) +("hehmeyer" nil (((hh eh) 1) ((m ay r) 1))) +("hehn" nil (((hh eh n) 1))) +("hehr" nil (((hh eh r) 1))) +("hei" nil (((hh ey) 1))) +("heibel" nil (((hh ay) 1) ((b ax l) 0))) +("heiberg" nil (((hh ay) 1) ((b er g) 0))) +("heiberger" nil (((hh ay) 1) ((b er) 0) ((g er) 0))) +("heichel" nil (((hh ay) 1) ((k ax l) 0))) +("heichelbech" nil (((hh ay) 1) ((k ih l) 0) ((b ih k) 0))) +("heick" nil (((hh ay k) 1))) +("heico" nil (((hh ay) 1) ((k ow) 0))) +("heid" nil (((hh ay d) 1))) +("heidbreder" nil (((hh ay d) 1) ((b r ih) 0) ((d er) 0))) +("heidbrink" nil (((hh ay d) 1) ((b r ih ng k) 0))) +("heide" nil (((hh ay d) 1))) +("heidecker" nil (((hh ay) 1) ((d ih) 0) ((k er) 0))) +("heidel" nil (((hh ay) 1) ((d ax l) 0))) +("heidelberg" nil (((hh ay) 1) ((d ax l) 0) ((b er g) 0))) +("heidelberger" nil (((hh ay) 1) ((d ax l) 0) ((b er) 0) ((g er) 0))) +("heideman" nil (((hh ay d) 1) ((m ax n) 0))) +("heidemann" nil (((hh ay d) 1) ((m ax n) 0))) +("heiden" nil (((hh ay) 1) ((d ax n) 0))) +("heidenreich" nil (((hh ay) 1) ((d ih n) 0) ((r ay k) 0))) +("heider" nil (((hh ay) 1) ((d er) 0))) +("heidi" nil (((hh ay) 1) ((d iy) 0))) +("heidinger" nil (((hh ay) 1) ((d ih ng) 0) ((er) 0))) +("heidler" nil (((hh ay) 1) ((d ax) 0) ((l er) 0))) +("heidorn" nil (((hh ay) 1) ((d er n) 0))) +("heidrich" nil (((hh ay) 1) ((d r ih k) 0))) +("heidrick" nil (((hh ay) 1) ((d r ih k) 0))) +("heidt" nil (((hh ay d t) 1))) +("heier" nil (((hh ay) 1) ((er) 0))) +("heifers" nil (((hh eh) 1) ((f er z) 0))) +("heifetz" nil (((hh ay) 1) ((f ih t s) 0))) +("heifner" nil (((hh iy f) 1) ((n er) 0))) +("heiges" nil (((hh ay) 1) ((jh ih z) 0))) +("height" nil (((hh ay t) 1))) +("heighten" nil (((hh ay) 1) ((t ax n) 0))) +("heightened" nil (((hh ay) 1) ((t ax n d) 0))) +("heightening" nil (((hh ay) 1) ((t ax) 0) ((n ih ng) 0))) +("heightens" nil (((hh ay) 1) ((t ax n z) 0))) +("heights" nil (((hh ay t s) 1))) +("heigl" nil (((hh ay) 1) ((g ax l) 0))) +("heihe" nil (((hh ey) 1) ((hh ah) 0))) +("heiken" nil (((hh ay) 1) ((k ax n) 0))) +("heikes" nil (((hh ay) 1) ((k ax z) 0))) +("heikkila" nil (((hh ay) 1) ((k ih) 0) ((l ax) 0))) +("heikkinen" nil (((hh ay) 1) ((k ih) 0) ((n ax n) 0))) +("heil" nil (((hh ay l) 1))) +("heiland" nil (((hh ay) 1) ((l ax n d) 0))) +("heilbrun" nil (((hh ay l) 1) ((b r ax n) 0))) +("heileman" nil (((hh ay l) 1) ((m ax n) 0))) +("heiler" nil (((hh ay) 1) ((l er) 0))) +("heilig" nil (((hh ay) 1) ((l ih g) 0))) +("heilman" nil (((hh ay l) 1) ((m ax n) 0))) +("heilmann" nil (((hh ay l) 1) ((m ax n) 0))) +("heilongjiang" nil (((hh ey) 1) ((l ow ng) 1) ((jh y aa ng) 1))) +("heim" nil (((hh ay m) 1))) +("heiman" nil (((hh ay) 1) ((m ax n) 0))) +("heimann" nil (((hh ay) 1) ((m ax n) 0))) +("heimbach" nil (((hh ay m) 1) ((b aa k) 1))) +("heimberger" nil (((hh ay m) 1) ((b er) 0) ((g er) 0))) +("heimbigner" nil (((hh ay m) 1) ((b ay g) 0) ((n er) 0))) +("heimbuch" nil (((hh ay m) 1) ((b ax k) 0))) +("heimburger" nil (((hh ay m) 1) ((b er) 0) ((g er) 0))) +("heimer" nil (((hh ay) 1) ((m er) 0))) +("heimerl" nil (((hh ay) 1) ((m er l) 0))) +("heimlich" nil (((hh ay m) 1) ((l ih k) 0))) +("heims" nil (((hh ay m z) 1))) +("heimsoth" nil (((hh ay m) 1) ((s ax th) 0))) +("hein" nil (((hh ay n) 1))) +("heinbach" nil (((hh ay n) 1) ((b aa k) 1))) +("heinbaugh" nil (((hh ay n) 1) ((b aw) 0))) +("heindel" nil (((hh ay n) 1) ((d ax l) 0))) +("heindl" nil (((hh ay n) 1) ((d ax l) 0))) +("heine" nil (((hh ay n) 1))) +("heinecke" nil (((hh ay) 1) ((n ih k) 0))) +("heineken" nil (((hh ay) 1) ((n ax) 0) ((k ax n) 0))) +("heineman" nil (((hh ay n) 1) ((m ax n) 0))) +("heinemann" nil (((hh ay n) 1) ((m ax n) 0))) +("heinen" nil (((hh ay) 1) ((n ax n) 0))) +("heiner" nil (((hh ay) 1) ((n er) 0))) +("heines" nil (((hh ay n z) 1))) +("heiney" nil (((hh ay) 1) ((n iy) 0))) +("heinicke" nil (((hh ay) 1) ((n ih k) 0))) +("heinig" nil (((hh ay) 1) ((n ih g) 0))) +("heininger" nil (((hh ay) 1) ((n ih ng) 0) ((er) 0))) +("heinisch" nil (((hh ay) 1) ((n ih sh) 0))) +("heinke" nil (((hh ay ng k) 1))) +("heinkel" nil (((hh ay ng) 1) ((k ax l) 0))) +("heinl" nil (((hh ay) 1) ((n ax l) 0))) +("heinle" nil (((hh ay) 1) ((n ax l) 0))) +("heinlein" nil (((hh ay n) 1) ((l ay n) 1))) +("heinlen" nil (((hh ay) 1) ((n ax) 0) ((l ax n) 0))) +("heinly" nil (((hh ay n) 1) ((l iy) 0))) +("heino" nil (((hh ay) 1) ((n ow) 0))) +("heinold" nil (((hh ay) 1) ((n ow l d) 0))) +("heinonen" nil (((hh ay) 1) ((n ax) 0) ((n ax n) 0))) +("heinous" nil (((hh ey) 1) ((n ax s) 0))) +("heinrich" nil (((hh ay n) 1) ((r ih k) 0))) +("heinrichs" nil (((hh ay n) 1) ((r ih k s) 0))) +("heins" nil (((hh ay n z) 1))) +("heinsohn" nil (((hh ay n) 1) ((s ax n) 0))) +("heintz" nil (((hh ay n t s) 1))) +("heintze" nil (((hh ay n t s) 1))) +("heintzelman" nil (((hh ay n t) 1) ((z ax l) 0) ((m ax n) 0))) +("heintzman" nil (((hh ay n t) 1) ((s m ax n) 0))) +("heiny" nil (((hh ay) 1) ((n iy) 0))) +("heinz" nil (((hh ay n z) 1))) +("heinze" nil (((hh ay n z) 1))) +("heinzel" nil (((hh ay n) 1) ((z ax l) 0))) +("heinzelman" nil (((hh ay n) 1) ((z ax l) 0) ((m ax n) 0))) +("heinzen" nil (((hh ay n) 1) ((z ax n) 0))) +("heinzman" nil (((hh ay n z) 1) ((m ax n) 0))) +("heinzmann" nil (((hh ay n z) 1) ((m ax n) 0))) +("heiple" nil (((hh ay) 1) ((p ax l) 0))) +("heir" nil (((eh r) 1))) +("heiress" nil (((eh) 1) ((r ax s) 0))) +("heirloom" nil (((eh r) 1) ((l uw m) 1))) +("heirlooms" nil (((eh r) 1) ((l uw m z) 1))) +("heironimus" nil (((eh) 1) ((r aa) 0) ((n ih) 0) ((m uw s) 0))) +("heirs" nil (((eh r z) 1))) +("heisbourg" nil (((hh ay s) 1) ((b ao r g) 1))) +("heise" nil (((hh ay s) 1))) +("heisel" nil (((hh ay) 1) ((s ax l) 0))) +("heiser" nil (((hh ay) 1) ((s er) 0))) +("heiserman" nil (((hh ay) 1) ((s er) 0) ((m ax n) 0))) +("heisey" nil (((hh ay) 1) ((s iy) 0))) +("heishman" nil (((hh iy) 1) ((ih) 0) ((sh m ax n) 0))) +("heisinger" nil (((hh ay) 1) ((s ih n) 0) ((jh er) 0))) +("heiskell" nil (((hh ay) 1) ((s k ax l) 0))) +("heisler" nil (((hh ay) 1) ((s ax) 0) ((l er) 0))) +("heisman" nil (((hh ay) 1) ((s m ax n) 0))) +("heisner" nil (((hh ay) 1) ((s n er) 0))) +("heiss" nil (((hh ay s) 1))) +("heist" nil (((hh ay s t) 1))) +("heistand" nil (((hh ay) 1) ((s t ax n d) 0))) +("heister" nil (((hh ay) 1) ((s t er) 0))) +("heit" nil (((hh ay t) 1))) +("heitkamp" nil (((hh ay t) 1) ((k ae m p) 1))) +("heitman" nil (((hh ay t) 1) ((m ax n) 0))) +("heitmann" nil (((hh ay t) 1) ((m ax n) 0))) +("heitmeyer" nil (((hh ay t) 1) ((m ay) 0) ((er) 0))) +("heitner" nil (((hh ay t) 1) ((n er) 0))) +("heitz" nil (((hh ay t s) 1))) +("heitzenrater" nil (((hh ay t) 1) ((z ih n) 0) ((r ey) 0) ((t er) 0))) +("heitzman" nil (((hh ay t) 1) ((s m ax n) 0))) +("heiwa" nil (((hh ay) 1) ((w ax) 0))) +("heizer" nil (((hh ay) 1) ((z er) 0))) +("hejl" nil (((hh eh jh l) 1))) +("hejna" nil (((hh eh jh) 1) ((n ax) 0))) +("hekker" nil (((hh eh) 1) ((k er) 0))) +("hekmatyar" nil (((hh eh k) 1) ((m ax) 0) ((t y aa r) 1))) +("helaba" nil (((hh eh) 0) ((l aa) 1) ((b ax) 0))) +("helander" nil (((hh eh) 1) ((l ax n) 0) ((d er) 0))) +("helane" nil (((hh ax) 0) ((l ey n) 1))) +("helber" nil (((hh eh l) 1) ((b er) 0))) +("helberg" nil (((hh eh l) 1) ((b er g) 0))) +("helbert" nil (((hh eh l) 1) ((b er t) 0))) +("helbig" nil (((hh eh l) 1) ((b ih g) 0))) +("helbing" nil (((hh eh l) 1) ((b ih ng) 0))) +("helbling" nil (((hh eh l) 1) ((b ax) 0) ((l ih ng) 0))) +("held" nil (((hh eh l d) 1))) +("heldenbrand" nil (((hh eh l) 1) ((d ih n) 0) ((b r ax n d) 0))) +("heldentenor" nil (((hh eh l) 1) ((d eh n) 0) ((t eh) 1) ((n er) 0))) +("helder" nil (((hh eh l) 1) ((d er) 0))) +("helderman" nil (((hh eh l) 1) ((d er) 0) ((m ax n) 0))) +("heldman" nil (((hh eh l d) 1) ((m ax n) 0))) +("heldor" nil (((hh eh l) 1) ((d er) 0))) +("heldreth" nil (((hh eh l) 1) ((d r ih th) 0))) +("heldring" nil (((hh eh l) 1) ((d r ih ng) 0))) +("helds" nil (((hh eh l d z) 1))) +("heldt" nil (((hh eh l t) 1))) +("helen" nil (((hh eh) 1) ((l ax n) 0))) +("helena" nil (((hh eh) 1) ((l ax) 0) ((n ax) 0))) +("helene" nil (((hh ax) 0) ((l iy n) 1))) +("helens" nil (((hh eh) 1) ((l ax n z) 0))) +("helf" nil (((hh eh l f) 1))) +("helfand" nil (((hh eh l) 1) ((f ax n d) 0))) +("helfer" nil (((hh eh l) 1) ((f er) 0))) +("helfgott" nil (((hh eh l f) 1) ((g aa t) 1))) +("helfman" nil (((hh eh l f) 1) ((m ax n) 0))) +("helfrich" nil (((hh eh l) 1) ((f r ih k) 0))) +("helga" nil (((hh eh l) 1) ((g ax) 0))) +("helgerson" nil (((hh eh l) 1) ((g er) 0) ((s ax n) 0))) +("helgesen" nil (((hh eh l) 1) ((g iy) 0) ((z ax n) 0))) +("helgeson" nil (((hh eh l) 1) ((g ih) 0) ((s ax n) 0))) +("helget" nil (((hh eh l) 1) ((g ih t) 0))) +("helgren" nil (((hh eh l) 1) ((g r eh n) 0))) +("helical" nil (((hh eh) 1) ((l ih) 0) ((k ax l) 0))) +("helice" nil (((hh eh) 1) ((l ih s) 0))) +("helicon" nil (((hh eh) 1) ((l ih) 0) ((k aa n) 1))) +("helicons" nil (((hh eh) 1) ((l ih) 0) ((k ax n z) 0))) +("helicopter" nil (((hh eh) 1) ((l ih) 0) ((k aa p) 1) ((t er) 0))) +("helicopters" nil (((hh eh) 1) ((l ih) 0) ((k aa p) 1) ((t er z) 0))) +("helie" nil (((hh eh) 1) ((l iy) 0))) +("helin" nil (((hh eh) 1) ((l ih n) 0))) +("heling" nil (((hh iy) 1) ((l ih ng) 0))) +("helinski" nil (((hh ih) 0) ((l ih n) 1) ((s k iy) 0))) +("helionetics" nil (((hh iy) 1) ((l iy) 0) ((ow) 0) ((n eh) 1) ((t ih k s) 0))) +("heliopolis" nil (((hh iy) 1) ((l iy) 0) ((aa) 1) ((p ax) 0) ((l ax s) 0))) +("helios" nil (((hh iy) 1) ((l iy) 0) ((aa s) 1))) +("heliotrope" nil (((hh iy) 1) ((l iy) 0) ((ax) 0) ((t r ow p) 1))) +("helium" nil (((hh iy) 1) ((l iy) 0) ((ax m) 0))) +("helix" nil (((hh iy) 1) ((l ih k s) 0))) +("helke" nil (((hh eh l k) 1))) +("hell" nil (((hh eh l) 1))) +("hellacious" nil (((hh eh) 1) ((l ey) 1) ((sh ax s) 0))) +("hellaciously" nil (((hh eh) 1) ((l ey) 1) ((sh ax) 0) ((s l iy) 0))) +("hellaciousness" nil (((hh eh) 1) ((l ey) 1) ((sh ax) 0) ((s n ax s) 0))) +("hellams" nil (((hh eh) 1) ((l ax m z) 0))) +("helland" nil (((hh eh) 1) ((l ax n d) 0))) +("hellard" nil (((hh eh) 1) ((l er d) 0))) +("hellberg" nil (((hh eh l) 1) ((b er g) 0))) +("hellbusch" nil (((hh eh l) 1) ((b ax sh) 0))) +("helle" nil (((hh eh l) 1))) +("hellen" nil (((hh eh) 1) ((l ax n) 0))) +("hellenbrand" nil (((hh eh) 1) ((l ax n) 0) ((b r ae n d) 1))) +("hellenic" nil (((hh ax) 0) ((l eh) 1) ((n ih k) 0))) +("hellenism" nil (((hh eh) 1) ((l ax) 0) ((n ih) 1) ((z ax m) 0))) +("hellenistic" nil (((hh eh) 1) ((l ax) 0) ((n ih) 1) ((s t ih k) 0))) +("hellenized" nil (((hh eh) 1) ((l ax) 0) ((n ay z d) 1))) +("heller" nil (((hh eh) 1) ((l er) 0))) +("hellerman" nil (((hh eh) 1) ((l er) 0) ((m ax n) 0))) +("hellfire" nil (((hh eh l) 1) ((f ay r) 1))) +("hellickson" nil (((hh eh) 1) ((l ih k) 0) ((s ax n) 0))) +("helling" nil (((hh eh) 1) ((l ih ng) 0))) +("hellinger" nil (((hh eh) 1) ((l ih ng) 0) ((er) 0))) +("hellish" nil (((hh eh) 1) ((l ih sh) 0))) +("hellman" nil (((hh eh l) 1) ((m ax n) 0))) +("hellmann" nil (((hh eh l) 1) ((m ax n) 0))) +("hellmer" nil (((hh eh l) 1) ((m er) 0))) +("hellmuth" nil (((hh eh l) 1) ((m uw th) 1))) +("hellner" nil (((hh eh l) 1) ((n er) 0))) +("hello" nil (((hh ax) 0) ((l ow) 1))) +("hellstrom" nil (((hh eh l) 1) ((s t r ax m) 0))) +("hellums" nil (((hh eh) 1) ((l ax m z) 0))) +("helluva" nil (((hh eh) 1) ((l uw) 1) ((v ax) 0))) +("hellwig" nil (((hh eh l) 1) ((w ih g) 0))) +("hellyer" nil (((hh eh) 1) ((l iy) 0) ((er) 0))) +("helm" nil (((hh eh l m) 1))) +("helma" nil (((hh eh l) 1) ((m ax) 0))) +("helman" nil (((hh eh l) 1) ((m ax n) 0))) +("helmbrecht" nil (((hh eh l m) 1) ((b r ih k t) 0))) +("helme" nil (((hh eh l m) 1))) +("helmer" nil (((hh eh l) 1) ((m er) 0))) +("helmerich" nil (((hh eh l) 1) ((m er) 0) ((ih k) 0))) +("helmers" nil (((hh eh l) 1) ((m er z) 0))) +("helmes" nil (((hh eh l m z) 1))) +("helmet" nil (((hh eh l) 1) ((m ax t) 0))) +("helmets" nil (((hh eh l) 1) ((m ax t s) 0))) +("helmich" nil (((hh eh l) 1) ((m ih k) 0))) +("helmick" nil (((hh eh l) 1) ((m ih k) 0))) +("helmig" nil (((hh eh l) 1) ((m ih g) 0))) +("helming" nil (((hh eh l) 1) ((m ih ng) 0))) +("helminiak" nil (((hh eh l) 1) ((m ih) 0) ((n iy) 0) ((ae k) 0))) +("helminski" nil (((hh ih l) 0) ((m ih n) 1) ((s k iy) 0))) +("helminth" nil (((hh eh l) 1) ((m ih n th) 0))) +("helmkamp" nil (((hh eh l m) 1) ((k ae m p) 1))) +("helmke" nil (((hh eh l m k) 1))) +("helmont" nil (((hh eh l) 1) ((m aa n t) 1))) +("helms" nil (((hh eh l m z) 1))) +("helmsley" nil (((hh eh l m) 1) ((z l iy) 0))) +("helmsleys" nil (((hh eh l m) 1) ((z l iy z) 0))) +("helmsman" nil (((hh eh l m z) 1) ((m ae n) 1))) +("helmstetter" nil (((hh eh l m) 1) ((s t ih) 0) ((t er) 0))) +("helmut" nil (((hh eh l) 1) ((m ax t) 0))) +("helmuth" nil (((hh eh l) 1) ((m uw th) 1))) +("helot" nil (((hh eh) 1) ((l ax t) 0))) +("helotism" nil (((hh eh) 1) ((l ax) 0) ((t ih) 1) ((z ax m) 0))) +("helotry" nil (((hh eh) 1) ((l ax) 0) ((t r iy) 0))) +("helots" nil (((hh eh) 1) ((l ax t s) 0))) +("help" nil (((hh eh l p) 1))) +("helped" nil (((hh eh l p t) 1))) +("helper" nil (((hh eh l) 1) ((p er) 0))) +("helpers" nil (((hh eh l) 1) ((p er z) 0))) +("helpful" nil (((hh eh l p) 1) ((f ax l) 0))) +("helpfully" nil (((hh eh l p) 1) ((f ax) 0) ((l iy) 0))) +("helping" nil (((hh eh l) 1) ((p ih ng) 0))) +("helpings" nil (((hh eh l) 1) ((p ih ng z) 0))) +("helpless" nil (((hh eh l) 1) ((p l ax s) 0))) +("helplessly" nil (((hh eh l) 1) ((p l ax) 0) ((s l iy) 0))) +("helplessness" nil (((hh eh l) 1) ((p l ax) 0) ((s n ax s) 0))) +("helprin" nil (((hh eh l) 1) ((p r ih n) 0))) +("helps" nil (((hh eh l p s) 1))) +("helsel" nil (((hh eh l) 1) ((s ax l) 0))) +("helser" nil (((hh eh l) 1) ((s er) 0))) +("helseth" nil (((hh eh l) 1) ((s ih th) 0))) +("helsinki" nil (((hh eh l) 1) ((s ih ng) 0) ((k iy) 0))) +("helsley" nil (((hh eh l) 1) ((s l iy) 0))) +("helstrom" nil (((hh eh l) 1) ((s t r ax m) 0))) +("helt" nil (((hh eh l t) 1))) +("helter" nil (((hh eh l) 1) ((t er) 0))) +("helton" nil (((hh eh l) 1) ((t ax n) 0))) +("heltsley" nil (((hh eh l t) 1) ((s l iy) 0))) +("heltzel" nil (((hh eh l t) 1) ((z ax l) 0))) +("helvey" nil (((hh eh l) 1) ((v iy) 0))) +("helvie" nil (((hh eh l) 1) ((v iy) 0))) +("helwig" nil (((hh eh l) 1) ((w ih g) 0))) +("helzer" nil (((hh eh l) 1) ((z er) 0))) +("hem" nil (((hh eh m) 1))) +("heman" nil (((hh iy) 1) ((m ax n) 0))) +("hemann" nil (((hh eh) 1) ((m ax n) 0))) +("hemant" nil (((hh eh) 1) ((m ax n t) 0))) +("hematite" nil (((hh eh) 1) ((m ax) 0) ((t ay t) 1))) +("hematology" nil (((hh eh) 1) ((m ax) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("hemax" nil (((hh ah) 0) ((m ae k s) 0))) +("hemberger" nil (((hh eh m) 1) ((b er) 0) ((g er) 0))) +("hembree" nil (((hh ih m) 0) ((b r iy) 1))) +("hembrick" nil (((hh eh m) 1) ((b r ih k) 1))) +("hemby" nil (((hh eh m) 1) ((b iy) 0))) +("hemdale" nil (((hh eh m) 1) ((d ey l) 1))) +("hemel" nil (((hh eh) 1) ((m ax l) 0))) +("hemenway" nil (((hh eh) 1) ((m ax n) 0) ((w ey) 1))) +("hemimorphite" nil (((hh eh) 1) ((m ax) 0) ((m ao r) 1) ((f ay t) 1))) +("heming" nil (((hh eh) 1) ((m ih ng) 0))) +("heminger" nil (((hh eh) 1) ((m ih ng) 0) ((er) 0))) +("hemingway" nil (((hh eh) 1) ((m ih ng) 0) ((w ey) 1))) +("hemiplegia" nil (((hh eh) 1) ((m ax) 0) ((p l iy) 1) ((jh iy) 0) ((ax) 0))) +("hemisphere" nil (((hh eh) 1) ((m ih) 0) ((s f ih r) 1))) +("hemispheric" nil (((hh eh) 1) ((m ax) 0) ((s f ih) 1) ((r ih k) 0))) +("hemker" nil (((hh eh m) 1) ((k er) 0))) +("hemler" nil (((hh eh m) 1) ((l er) 0))) +("hemline" nil (((hh eh m) 1) ((l ay n) 1))) +("hemlines" nil (((hh eh m) 1) ((l ay n z) 1))) +("hemlo" nil (((hh eh m) 1) ((l ow) 0))) +("hemlock" nil (((hh eh m) 1) ((l aa k) 1))) +("hemm" nil (((hh eh m) 1))) +("hemme" nil (((hh eh m) 1))) +("hemmed" nil (((hh eh m d) 1))) +("hemmelgarn" nil (((hh eh) 1) ((m ih l) 0) ((g aa r n) 0))) +("hemmen" nil (((hh eh) 1) ((m ax n) 0))) +("hemmer" nil (((hh eh) 1) ((m er) 0))) +("hemmerich" nil (((hh eh) 1) ((m er) 0) ((ih k) 0))) +("hemmerle" nil (((hh eh) 1) ((m er) 0) ((l iy) 0))) +("hemmerling" nil (((hh eh) 1) ((m er) 0) ((l ih ng) 0))) +("hemmert" nil (((hh eh) 1) ((m er t) 0))) +("hemmeter" nil (((hh eh) 1) ((m ih) 0) ((t er) 0))) +("hemming" nil (((hh eh) 1) ((m ih ng) 0))) +("hemminger" nil (((hh eh) 1) ((m ih ng) 0) ((er) 0))) +("hemminghaus" nil (((hh eh) 1) ((m ih ng) 0) ((hh aw s) 1))) +("hemmings" nil (((hh eh) 1) ((m ih ng z) 0))) +("hemmingsen" nil (((hh eh) 1) ((m ih ng) 0) ((s ax n) 0))) +("hemmingson" nil (((hh eh) 1) ((m ih ng) 0) ((s ax n) 0))) +("hemocyanin" nil (((hh iy) 1) ((m ax) 0) ((s ay) 1) ((ax) 0) ((n ax n) 0))) +("hemodynamics" nil (((hh eh) 1) ((m ow) 0) ((d ay) 0) ((n ae) 1) ((m ih k s) 0))) +("hemoglobin" nil (((hh iy) 1) ((m ax) 0) ((g l ow) 1) ((b ax n) 0))) +("hemolytic" nil (((hh iy) 1) ((m ax) 0) ((l ih) 1) ((t ih k) 0))) +("hemond" nil (((hh eh) 1) ((m ax n d) 0))) +("hemophilia" nil (((hh iy) 1) ((m ax) 0) ((f iy) 1) ((l iy) 0) ((ax) 0))) +("hemophiliacs" nil (((hh iy) 1) ((m ax) 0) ((f ih) 1) ((l iy) 0) ((ae k s) 1))) +("hemorrhage" nil (((hh eh) 1) ((m er) 0) ((ih jh) 0))) +("hemorrhaged" nil (((hh eh) 1) ((m er) 0) ((ih jh d) 0))) +("hemorrhagic" nil (((hh eh) 1) ((m er) 0) ((ae) 1) ((g ih k) 0))) +("hemorrhaging" nil (((hh eh) 1) ((m er) 0) ((ih) 0) ((jh ih ng) 0))) +("hemorrhoid" nil (((hh eh) 1) ((m er) 0) ((oy d) 1))) +("hemorrhoids" nil (((hh eh) 1) ((m er) 0) ((oy d z) 1))) +("hemotec" nil (((hh eh) 1) ((m ow) 0) ((t eh k) 1))) +("hemp" nil (((hh eh m p) 1))) +("hempel" nil (((hh eh m) 1) ((p ax l) 0))) +("hempen" nil (((hh eh m) 1) ((p ax n) 0))) +("hempfling" nil (((hh eh m p) 1) ((f ax) 0) ((l ih ng) 0))) +("hemphill" nil (((hh eh m p) 1) ((hh ih l) 1))) +("hempstead" nil (((hh eh m p) 1) ((s t eh d) 0))) +("hemric" nil (((hh eh) 1) ((m r ih k) 0))) +("hemrick" nil (((hh eh) 1) ((m r ih k) 0))) +("hemry" nil (((hh eh) 1) ((m r iy) 0))) +("hems" nil (((hh eh m z) 1))) +("hemsley" nil (((hh eh m) 1) ((z l iy) 0))) +("hemstreet" nil (((hh eh m) 1) ((s t r iy t) 1))) +("hemy" nil (((hh eh) 1) ((m iy) 0))) +("hen" nil (((hh eh n) 1))) +("henan" nil (((hh ah) 0) ((n aa n) 1))) +("henao" nil (((hh ey) 1) ((n aw) 0))) +("henard" nil (((hh eh) 1) ((n er d) 0))) +("henault" nil (((hh eh) 1) ((n aw l t) 0))) +("henbane" nil (((hh eh n) 1) ((b ey n) 1))) +("hence" nil (((hh eh n s) 1))) +("henceforth" nil (((hh eh n) 1) ((s f ao r th) 1))) +("hench" nil (((hh eh n ch) 1))) +("henchman" nil (((hh eh n ch) 1) ((m ax n) 0))) +("henchmen" nil (((hh eh n ch) 1) ((m ax n) 0))) +("henckel" nil (((hh eh n) 1) ((k ax l) 0))) +("hendee" nil (((hh eh n) 1) ((d iy) 0))) +("hendel" nil (((hh eh n) 1) ((d ax l) 0))) +("hendershot" nil (((hh eh n) 1) ((d er) 0) ((sh ax t) 0))) +("hendershott" nil (((hh eh n) 1) ((d er) 0) ((sh ax t) 0))) +("henderson" nil (((hh eh n) 1) ((d er) 0) ((s ax n) 0))) +("hendler" nil (((hh eh n d) 1) ((l er) 0))) +("hendley" nil (((hh eh n d) 1) ((l iy) 0))) +("hendon" nil (((hh eh n) 1) ((d ow n) 0))) +("hendra" nil (((hh eh n) 1) ((d r ax) 0))) +("hendren" nil (((hh eh n) 1) ((d er) 0) ((ax n) 0))) +("hendrich" nil (((hh eh n) 1) ((d r ih k) 0))) +("hendrick" nil (((hh eh n) 1) ((d r ih k) 0))) +("hendricks" nil (((hh eh n) 1) ((d r ih k s) 0))) +("hendricksen" nil (((hh eh n) 1) ((d r ih k) 0) ((s ax n) 0))) +("hendrickson" nil (((hh eh n) 1) ((d r ih k) 0) ((s ax n) 0))) +("hendrie" nil (((hh eh n) 1) ((d er) 0) ((iy) 0))) +("hendrik" nil (((hh eh n) 1) ((d r ih k) 0))) +("hendriks" nil (((hh eh n) 1) ((d r ih k s) 0))) +("hendriksen" nil (((hh eh n) 1) ((d r ih k) 0) ((s ax n) 0))) +("hendrix" nil (((hh eh n) 1) ((d r ih k s) 0))) +("hendrixson" nil (((hh eh n) 1) ((d r ih k) 0) ((s ax n) 0))) +("hendron" nil (((hh eh n) 1) ((d r ax n) 0))) +("hendry" nil (((hh eh n) 1) ((d r iy) 0))) +("hendryx" nil (((hh eh n) 1) ((d r ih k s) 0))) +("hendy" nil (((hh eh n) 1) ((d iy) 0))) +("henegar" nil (((hh eh) 1) ((n ih) 0) ((g er) 0))) +("heneghan" nil (((hh ih) 0) ((n eh g) 1) ((hh ax n) 0))) +("henehan" nil (((hh eh) 1) ((n ih) 0) ((hh ae n) 0))) +("henery" nil (((hh eh) 1) ((n er) 0) ((iy) 0))) +("henes" nil (((hh iy n z) 1))) +("heney" nil (((hh eh) 1) ((n iy) 0))) +("heng" nil (((hh eh ng) 1))) +("hengel" nil (((hh eh ng) 1) ((g ax l) 0))) +("hengshui" nil (((hh ah ng) 0) ((sh w ey) 1))) +("hengst" nil (((hh eh ng g s t) 1))) +("hengyang" nil (((hh ah ng) 0) ((y aa ng) 1))) +("henhouse" nil (((hh eh n) 1) ((hh aw s) 1))) +("henigan" nil (((hh eh) 1) ((n ih) 0) ((g ax n) 0))) +("henin" nil (((hh eh) 1) ((n ih n) 0))) +("heninger" nil (((hh eh) 1) ((n ih ng) 0) ((er) 0))) +("henion" nil (((hh eh) 1) ((n y ax n) 0))) +("henk" nil (((hh eh ng k) 1))) +("henke" nil (((hh eh ng k) 1))) +("henkel" nil (((hh eh ng) 1) ((k ax l) 0))) +("henkelman" nil (((hh eh ng) 1) ((k ax l) 0) ((m ax n) 0))) +("henkels" nil (((hh eh ng) 1) ((k ax l z) 0))) +("henken" nil (((hh eh ng) 1) ((k ax n) 0))) +("henkes" nil (((hh eh ng k s) 1))) +("henkin" nil (((hh eh ng) 1) ((k ih n) 0))) +("henkle" nil (((hh eh ng) 1) ((k ax l) 0))) +("henle" nil (((hh eh) 1) ((n ax l) 0))) +("henley" nil (((hh eh n) 1) ((l iy) 0))) +("henleys" nil (((hh eh n) 1) ((l iy z) 0))) +("henline" nil (((hh eh n) 1) ((l ay n) 1))) +("henly" nil (((hh eh n) 1) ((l iy) 0))) +("henman" nil (((hh eh n) 1) ((m ax n) 0))) +("henn" nil (((hh eh n) 1))) +("henna" nil (((hh eh) 1) ((n ax) 0))) +("henne" nil (((hh eh n) 1))) +("henneberger" nil (((hh eh n) 1) ((b er) 0) ((g er) 0))) +("henneberry" nil (((hh eh n) 1) ((b eh) 0) ((r iy) 0))) +("henneke" nil (((hh eh) 1) ((n ih k) 0))) +("hennelly" nil (((hh eh) 1) ((n ax) 0) ((l iy) 0))) +("henneman" nil (((hh eh n) 1) ((m ax n) 0))) +("hennen" nil (((hh eh) 1) ((n ax n) 0))) +("hennepin" nil (((hh eh) 1) ((n ih) 0) ((p ih n) 0))) +("henner" nil (((hh eh) 1) ((n er) 0))) +("hennes" nil (((hh eh n z) 1))) +("henness" nil (((hh eh) 1) ((n ih s) 0))) +("hennessee" nil (((hh eh) 1) ((n ih) 0) ((s iy) 0))) +("hennessey" nil (((hh eh) 1) ((n ax) 0) ((s iy) 0))) +("hennessy" nil (((hh eh) 1) ((n ax) 0) ((s iy) 0))) +("henney" nil (((hh eh) 1) ((n iy) 0))) +("hennick" nil (((hh eh) 1) ((n ih k) 0))) +("hennig" nil (((hh eh) 1) ((n ih g) 0))) +("hennigan" nil (((hh eh) 1) ((n ih) 0) ((g ax n) 0))) +("hennigar" nil (((hh eh) 1) ((n ih) 0) ((g er) 0))) +("henning" nil (((hh eh) 1) ((n ih ng) 0))) +("henninger" nil (((hh eh) 1) ((n ih ng) 0) ((er) 0))) +("hennings" nil (((hh eh) 1) ((n ih ng z) 0))) +("henningsen" nil (((hh eh) 1) ((n ih ng) 0) ((s ax n) 0))) +("hennington" nil (((hh eh) 1) ((n ih ng) 0) ((t ax n) 0))) +("hennis" nil (((hh eh) 1) ((n ih s) 0))) +("hennon" nil (((hh eh) 1) ((n ax n) 0))) +("henpecked" nil (((hh eh n) 1) ((p eh k t) 1))) +("henri" nil (((hh eh n) 1) ((r iy) 0))) +("henrich" nil (((hh eh n) 1) ((r ih k) 0))) +("henrichs" nil (((hh eh n) 1) ((r ih k s) 0))) +("henrichsen" nil (((hh eh n) 1) ((r ih k) 0) ((s ax n) 0))) +("henrick" nil (((hh eh n) 1) ((r ih k) 0))) +("henricks" nil (((hh eh n) 1) ((r ih k s) 0))) +("henricksen" nil (((hh eh n) 1) ((r ih k) 0) ((s ax n) 0))) +("henrickson" nil (((hh eh n) 1) ((r ih k) 0) ((s ax n) 0))) +("henrie" nil (((hh eh) 1) ((n er) 0) ((iy) 0))) +("henrietta" nil (((hh eh n) 1) ((r iy) 0) ((eh) 1) ((t ax) 0))) +("henriette" nil (((hh eh n) 1) ((r iy) 0) ((eh t) 1))) +("henrik" nil (((hh eh n) 1) ((r ih k) 0))) +("henrika" nil (((hh eh n) 1) ((r ih) 0) ((k ax) 0))) +("henriksen" nil (((hh eh n) 1) ((r ih k) 0) ((s ax n) 0))) +("henrikson" nil (((hh eh n) 1) ((r ih k) 0) ((s ax n) 0))) +("henrique" nil (((aa n) 0) ((r iy k) 1))) +("henriques" nil (((hh eh n) 0) ((r iy) 1) ((k eh z) 0))) +("henriquez" nil (((hh eh n) 0) ((r iy) 1) ((k eh z) 0))) +("henry" nil (((hh eh n) 1) ((r iy) 0))) +("hens" nil (((hh eh n z) 1))) +("hensarling" nil (((hh eh n) 1) ((s aa r) 0) ((l ih ng) 0))) +("hensch" nil (((hh eh n sh) 1))) +("henschel" nil (((hh eh n) 1) ((sh ax l) 0))) +("henschen" nil (((hh eh n) 1) ((sh ax n) 0))) +("hense" nil (((hh eh n s) 1))) +("hensel" nil (((hh eh n) 1) ((s ax l) 0))) +("hensen" nil (((hh eh n) 1) ((s ax n) 0))) +("henshaw" nil (((hh eh n) 1) ((sh ao) 1))) +("henske" nil (((hh eh n) 1) ((s k iy) 0))) +("henslee" nil (((hh eh n) 1) ((z l iy) 1))) +("hensler" nil (((hh eh n) 1) ((s ax) 0) ((l er) 0))) +("hensley" nil (((hh eh n) 1) ((z l iy) 0))) +("henson" nil (((hh eh n) 1) ((s ax n) 0))) +("hentges" nil (((hh eh n t) 1) ((jh ih z) 0))) +("henthorn" nil (((hh eh n) 1) ((th er n) 0))) +("henthorne" nil (((hh eh n) 1) ((th er n) 0))) +("hentic" nil (((hh eh n) 1) ((t ih k) 0))) +("hentoff" nil (((hh eh n) 1) ((t ao f) 0))) +("henton" nil (((hh eh n) 1) ((t ax n) 0))) +("hentschel" nil (((hh eh n) 1) ((ch ax l) 0))) +("hentz" nil (((hh eh n t s) 1))) +("henwood" nil (((hh eh n) 1) ((w uh d) 1))) +("henze" nil (((hh eh n z) 1))) +("henzel" nil (((hh eh n) 1) ((z ax l) 0))) +("henzler" nil (((hh eh n) 1) ((z l er) 0))) +("heon" nil (((hh iy) 1) ((ax n) 0))) +("hep" nil (((hh eh p) 1))) +("heparin" nil (((hh eh) 1) ((p er) 0) ((ih n) 0))) +("hepatic" nil (((hh ax) 0) ((p ae) 1) ((t ih k) 0))) +("hepatitis" nil (((hh eh) 1) ((p ax) 0) ((t ay) 1) ((t ax s) 0))) +("hepburn" nil (((hh eh p) 1) ((b er n) 0))) +("hepfer" nil (((hh eh p) 1) ((f er) 0))) +("hepker" nil (((hh eh p) 1) ((k er) 0))) +("hepler" nil (((hh eh) 1) ((p l er) 0))) +("hepner" nil (((hh eh p) 1) ((n er) 0))) +("hepp" nil (((hh eh p) 1))) +("heppe" nil (((hh eh p) 1))) +("hepper" nil (((hh eh) 1) ((p er) 0))) +("heppler" nil (((hh eh) 1) ((p l er) 0))) +("heppner" nil (((hh eh p) 1) ((n er) 0))) +("heptathlon" nil (((hh eh p) 0) ((t ae th) 1) ((l aa n) 0))) +("hepworth" nil (((hh eh) 1) ((p w er th) 0))) +("Hequet" n (((hh eh) 1) ((k ax t) 0))) +("her" nil (((hh er) 0))) +("hera" nil (((hh ih) 1) ((r ax) 0))) +("herald" nil (((hh eh) 1) ((r ax l d) 0))) +("heralded" nil (((hh eh) 1) ((r ax l) 0) ((d ih d) 0))) +("heraldic" nil (((hh eh) 0) ((r ae l) 1) ((d ih k) 0))) +("heralding" nil (((hh eh) 1) ((r ax l) 0) ((d ih ng) 0))) +("heraldry" nil (((hh eh) 1) ((r ax l) 0) ((d r iy) 0))) +("heralds" nil (((hh eh) 1) ((r ax l d z) 0))) +("herb" nil (((er b) 1))) +("herbaceous" nil (((er) 0) ((b ey) 1) ((sh ax s) 0))) +("herbal" nil (((er) 1) ((b ax l) 0))) +("herbalife" nil (((hh er) 1) ((b ax) 0) ((l ay f) 1))) +("herbalist" nil (((er) 1) ((b ax) 0) ((l ax s t) 0))) +("herbalists" nil (((er) 1) ((b ax) 0) ((l ax s t s) 0))) +("herbariums" nil (((hh er) 0) ((b eh) 1) ((r iy) 0) ((ax m z) 0))) +("herbeck" nil (((hh er) 1) ((b eh k) 0))) +("herbel" nil (((hh er) 1) ((b ax l) 0))) +("herber" nil (((hh er) 1) ((b er) 0))) +("herberg" nil (((hh er) 1) ((b er g) 0))) +("herberger" nil (((hh er) 1) ((b er) 0) ((g er) 0))) +("herbers" nil (((hh er) 1) ((b er z) 0))) +("herbert" nil (((hh er) 1) ((b er t) 0))) +("herbicide" nil (((hh er) 1) ((b ih) 0) ((s ay d) 1))) +("herbicides" nil (((er) 1) ((b ax) 0) ((s ay d z) 1))) +("herbie" nil (((hh er) 1) ((b iy) 0))) +("herbig" nil (((hh er) 1) ((b ih g) 0))) +("herbin" nil (((hh er) 1) ((b ih n) 0))) +("herbison" nil (((hh er) 1) ((b ih) 0) ((s ax n) 0))) +("herbivore" nil (((hh er) 1) ((b ih) 0) ((v ao r) 1))) +("herbivorous" nil (((hh er) 0) ((b ih) 1) ((v er) 0) ((ax s) 0))) +("herbold" nil (((hh er) 1) ((b ow l d) 0))) +("herbs" nil (((er b z) 1))) +("herbst" nil (((hh er b s t) 1))) +("herbster" nil (((hh er b) 1) ((s t er) 0))) +("herceg" nil (((hh er) 1) ((s ih g) 0))) +("hercegovina" nil (((hh eh r t) 1) ((s ax) 0) ((g ow) 0) ((v iy) 1) ((n ax) 0))) +("herculean" nil (((hh er) 0) ((k y uw) 1) ((l iy) 0) ((ax n) 0))) +("hercules" nil (((hh er) 1) ((k y ax) 0) ((l iy z) 1))) +("herczeg" nil (((hh er) 1) ((ch ih g) 0))) +("herd" nil (((hh er d) 1))) +("herda" nil (((hh eh r) 1) ((d ax) 0))) +("herded" nil (((hh er) 1) ((d ih d) 0))) +("herder" nil (((hh eh r) 1) ((d er) 0))) +("herding" nil (((hh er) 1) ((d ih ng) 0))) +("herdman" nil (((hh er d) 1) ((m ax n) 0))) +("herds" nil (((hh er d z) 1))) +("herdsmen" nil (((hh er d z) 1) ((m ih n) 0))) +("herdt" nil (((hh er t) 1))) +("here" nil (((hh ih r) 1))) +("hereabout" nil (((hh ih) 1) ((r ax) 0) ((b aw t) 1))) +("hereabouts" nil (((hh ih) 1) ((r ax) 0) ((b aw t s) 1))) +("hereafter" nil (((hh ih) 0) ((r ae f) 1) ((t er) 0))) +("hereby" nil (((hh ih r) 0) ((b ay) 1))) +("heredia" nil (((hh er) 0) ((eh) 1) ((d iy) 0) ((ax) 0))) +("hereditary" nil (((hh er) 0) ((eh) 1) ((d ax) 0) ((t eh) 1) ((r iy) 0))) +("heredity" nil (((hh er) 0) ((eh) 1) ((d ax) 0) ((t iy) 0))) +("hereford" nil (((hh eh) 1) ((r ax) 0) ((f er d) 0))) +("herein" nil (((hh ih) 0) ((r ih n) 1))) +("herendeen" nil (((hh ih r n) 1) ((d iy n) 0))) +("heresy" nil (((hh eh) 1) ((r ax) 0) ((s iy) 0))) +("heretic" nil (((hh eh) 1) ((r ax) 0) ((t ih k) 0))) +("heretical" nil (((hh er) 0) ((eh) 1) ((t ih) 0) ((k ax l) 0))) +("hereto" nil (((hh ih r) 1) ((t uw) 1))) +("heretofore" nil (((hh ih r) 1) ((t ax) 0) ((f ao r) 1))) +("herewith" nil (((hh ih r) 1) ((w ih th) 1))) +("herford" nil (((hh er) 1) ((f er d) 0))) +("herfurth" nil (((hh er) 1) ((f er th) 0))) +("hergert" nil (((hh er) 1) ((g er t) 0))) +("herget" nil (((hh er) 1) ((g ih t) 0))) +("hergott" nil (((hh er) 1) ((g ax t) 0))) +("herin" nil (((hh eh) 1) ((r ih n) 0))) +("hering" nil (((hh er) 1) ((ih ng) 0))) +("heringer" nil (((hh eh) 1) ((r ih n) 0) ((jh er) 0))) +("herington" nil (((hh eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("heritable" nil (((hh eh) 1) ((r ax) 0) ((t ax) 0) ((b ax l) 0))) +("heritage" nil (((hh eh) 1) ((r ax) 0) ((t ax jh) 0))) +("herk" nil (((hh er k) 1))) +("herkert" nil (((hh er) 1) ((k er t) 0))) +("herl" nil (((hh er l) 1))) +("herlihy" nil (((hh er) 1) ((l ih) 0) ((hh iy) 0))) +("herling" nil (((hh er) 1) ((l ih ng) 0))) +("herlong" nil (((hh er) 1) ((l ao ng) 0))) +("herm" nil (((hh er m) 1))) +("herman" nil (((hh er) 1) ((m ax n) 0))) +("hermance" nil (((hh er) 1) ((m ax n s) 0))) +("hermann" nil (((hh er) 1) ((m ax n) 0))) +("hermanns" nil (((hh er) 1) ((m aa n z) 0))) +("hermans" nil (((hh er) 1) ((m ax n z) 0))) +("hermansen" nil (((hh er) 1) ((m ax n) 0) ((s ax n) 0))) +("hermanson" nil (((hh er) 1) ((m ax n) 0) ((s ax n) 0))) +("hermaphrodite" nil (((hh er) 0) ((m ae) 1) ((f r ax) 0) ((d ay t) 1))) +("hermaphroditic" nil (((hh er) 0) ((m ae) 1) ((f r ax) 0) ((d ih) 1) ((t ih k) 0))) +("hermes" nil (((hh er) 1) ((m iy z) 0))) +("hermetically" nil (((hh er) 0) ((m eh) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("hermia" nil (((hh er) 1) ((m iy) 0) ((ax) 0))) +("hermias" nil (((hh er) 1) ((m iy) 0) ((ax z) 0))) +("hermida" nil (((hh eh r) 0) ((m iy) 1) ((d ax) 0))) +("hermie" nil (((hh er) 1) ((m iy) 0))) +("hermina" nil (((hh er) 1) ((m ih) 0) ((n ax) 0))) +("hermine" nil (((hh er) 1) ((m ih n) 0))) +("herminia" nil (((hh eh r) 0) ((m iy) 1) ((n iy) 0) ((ax) 0))) +("herminie" nil (((hh er) 1) ((m ih) 0) ((n iy) 0))) +("hermione" n (((hh er) 0) ((m ay) 1) ((ax) 0) ((n iy) 0))) +("hermit" nil (((hh er) 1) ((m ax t) 0))) +("hermitage" nil (((hh er) 1) ((m ax) 0) ((t ax jh) 0))) +("hermits" nil (((hh er) 1) ((m ax t s) 0))) +("hermon" nil (((hh er) 1) ((m ax n) 0))) +("hermosa" nil (((hh eh r) 0) ((m ow) 1) ((s ax) 0))) +("hermosillo" nil (((hh er) 0) ((m ax) 0) ((s ih) 1) ((l ow) 0))) +("herms" nil (((hh er m z) 1))) +("hermsen" nil (((hh er m) 1) ((s ax n) 0))) +("hern" nil (((hh er n) 1))) +("hernan" nil (((hh er) 1) ((n ax n) 0))) +("hernandes" nil (((hh er) 1) ((n ih n d z) 0))) +("hernandez" nil (((hh er) 0) ((n ae n) 1) ((d eh z) 0))) +("hernando" nil (((hh er) 0) ((n aa n) 1) ((d ow) 0))) +("herndon" nil (((hh er n) 1) ((d ax n) 0))) +("herne" nil (((hh er n) 1))) +("herner" nil (((hh er) 1) ((n er) 0))) +("hernia" nil (((hh er) 1) ((n iy) 0) ((ax) 0))) +("herniates" nil (((hh er) 1) ((n iy) 0) ((ey t s) 1))) +("hernon" nil (((hh er) 1) ((n ax n) 0))) +("hero" nil (((hh ih) 1) ((r ow) 0))) +("herod" nil (((hh eh) 1) ((r ax d) 0))) +("heroes" nil (((hh ih) 1) ((r ow z) 0))) +("heroic" nil (((hh ih) 0) ((r ow) 1) ((ih k) 0))) +("heroically" nil (((hh ih) 1) ((r ow) 1) ((ih) 0) ((k l iy) 0))) +("heroics" nil (((hh ih) 0) ((r ow) 1) ((ih k s) 0))) +("heroin" nil (((hh eh) 1) ((r ow) 0) ((ax n) 0))) +("heroine" nil (((hh eh) 1) ((r ow) 0) ((ax n) 0))) +("heroines" nil (((hh eh) 1) ((r ow) 1) ((ax n z) 0))) +("heroism" nil (((hh eh) 1) ((r ow) 0) ((ih) 1) ((z ax m) 0))) +("heroized" nil (((hh iy) 1) ((r ow) 0) ((ay z d) 1))) +("herold" nil (((hh eh) 1) ((r ax l d) 0))) +("heron" nil (((hh eh) 1) ((r ax n) 0))) +("herons" nil (((hh eh) 1) ((r ax n z) 0))) +("heros" nil (((hh ih) 1) ((r ow z) 0))) +("heroux" nil (((hh er) 0) ((uw) 1))) +("herpes" nil (((hh er) 1) ((p iy z) 0))) +("herr" nil (((hh eh r) 1))) +("herre" nil (((hh eh r) 1))) +("herreid" nil (((hh eh) 1) ((r ay d) 0))) +("herrell" nil (((hh eh) 1) ((r ax l) 0))) +("herren" nil (((hh eh) 1) ((r ax n) 0))) +("herrera" nil (((hh er) 0) ((eh) 1) ((r ax) 0))) +("herrero" nil (((hh eh) 0) ((r eh) 1) ((r ow) 0))) +("herrhausen" nil (((hh eh r) 1) ((hh aw) 1) ((z ax n) 0))) +("herriage" nil (((hh eh) 1) ((r iy) 0) ((ih jh) 0))) +("herrick" nil (((hh eh) 1) ((r ih k) 0))) +("herridge" nil (((hh eh) 1) ((r ih jh) 0))) +("herrig" nil (((hh eh) 1) ((r ih g) 0))) +("herriman" nil (((hh eh) 1) ((r ih) 0) ((m ax n) 0))) +("herrin" nil (((hh eh) 1) ((r ih n) 0))) +("herring" nil (((hh eh) 1) ((r ih ng) 0))) +("herrings" nil (((hh eh) 1) ((r ih ng z) 0))) +("herringshaw" nil (((hh eh) 1) ((r ih ng) 0) ((sh ao) 1))) +("herrington" nil (((hh eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("herriott" nil (((hh eh) 1) ((r iy) 0) ((aa t) 0))) +("herrle" nil (((hh eh) 1) ((r ax l) 0))) +("herrlinger" nil (((hh eh r) 1) ((l ih ng) 1) ((er) 0))) +("herrman" nil (((hh eh r) 1) ((m ax n) 0))) +("herrmann" nil (((hh eh r) 1) ((m ax n) 0))) +("herro" nil (((hh eh) 1) ((r ow) 0))) +("herrod" nil (((hh eh) 1) ((r ax d) 0))) +("herrold" nil (((hh eh) 1) ((r ow l d) 1))) +("herron" nil (((hh eh) 1) ((r ax n) 0))) +("herronimo" nil (((hh er) 0) ((aa) 1) ((n ax) 0) ((m ow) 0))) +("hers" nil (((hh er z) 0))) +("hersant" nil (((hh er) 1) ((s ax n t) 0))) +("hersch" nil (((hh er sh) 1))) +("herschel" nil (((hh er) 1) ((sh ax l) 0))) +("herschell" nil (((hh er) 1) ((sh ax l) 0))) +("herscu" nil (((hh er) 0) ((s k uw) 1))) +("herself" nil (((hh er) 0) ((s eh l f) 1))) +("hersey" nil (((hh er) 1) ((s iy) 0))) +("hersh" nil (((hh er sh) 1))) +("hershberger" nil (((hh er sh) 1) ((b er) 0) ((g er) 0))) +("hershey" nil (((hh er) 1) ((sh iy) 0))) +("hershiser" nil (((hh er) 1) ((sh ay) 0) ((z er) 0))) +("hershkowitz" nil (((hh er sh) 1) ((k ax) 0) ((w ih t s) 0))) +("hershman" nil (((hh er) 1) ((sh m ax n) 0))) +("hershner" nil (((hh er) 1) ((sh n er) 0))) +("herskovitz" nil (((hh er) 1) ((s k ax) 0) ((v ih t s) 0))) +("herskowitz" nil (((hh er) 1) ((s k ax) 0) ((w ih t s) 0))) +("hersman" nil (((hh er) 1) ((s m ax n) 0))) +("hersom" nil (((hh er) 1) ((s ax m) 0))) +("herson" nil (((hh er) 1) ((s ax n) 0))) +("herst" nil (((hh er s t) 1))) +("hert" nil (((hh er t) 1))) +("herta" nil (((hh er) 1) ((t ax) 0))) +("hertel" nil (((hh er) 1) ((t ax l) 0))) +("hertenstein" nil (((hh er) 1) ((t ax n) 0) ((s t ay n) 0))) +("herter" nil (((hh er) 1) ((t er) 0))) +("hertha" nil (((hh er) 1) ((th ax) 0))) +("hertig" nil (((hh er) 1) ((t ih g) 0))) +("herting" nil (((hh er) 1) ((t ih ng) 0))) +("hertlein" nil (((hh er t) 1) ((l ay n) 0))) +("hertog" nil (((hh er) 1) ((t aa g) 0))) +("hertz" nil (((hh eh r t s) 1))) +("hertzberg" nil (((hh er t s) 1) ((b er g) 0))) +("hertzenleben" nil (((hh er) 1) ((t ax n) 0) ((l ey) 1) ((b ax n) 0))) +("hertzler" nil (((hh er t) 1) ((z ax) 0) ((l er) 0))) +("hertzog" nil (((hh er t) 1) ((z ax g) 0))) +("herve" nil (((hh er v) 1))) +("hervey" nil (((hh er) 0) ((v ey) 1))) +("herwick" nil (((hh er) 1) ((w ih k) 1))) +("herwig" nil (((hh er) 1) ((w ih g) 0))) +("herz" nil (((hh er z) 1))) +("herzberg" nil (((hh er z) 1) ((b er g) 0))) +("herzberger" nil (((hh er z) 1) ((b er) 0) ((g er) 0))) +("herzegovina" nil (((hh eh r t) 1) ((s ax) 0) ((g ow) 0) ((v iy) 1) ((n ax) 0))) +("herzer" nil (((hh er) 1) ((z er) 0))) +("herzfeld" nil (((hh er z) 1) ((f eh l d) 0))) +("herzig" nil (((hh er) 1) ((z ih g) 0))) +("herzing" nil (((hh er) 1) ((z ih ng) 0))) +("herzlinger" nil (((hh er) 1) ((z l ih ng) 1) ((er) 0))) +("herzog" nil (((hh er) 1) ((z aa g) 0))) +("hesch" nil (((hh eh sh) 1))) +("heseltine" nil (((hh eh) 1) ((s ax l) 0) ((t iy n) 1))) +("heselton" nil (((hh ih) 0) ((s eh l) 1) ((t ax n) 0))) +("hesiod" nil (((hh iy) 1) ((s iy) 0) ((ax d) 0))) +("hesitancy" nil (((hh eh) 1) ((z ih) 0) ((t ax n) 0) ((s iy) 0))) +("hesitant" nil (((hh eh) 1) ((z ih) 0) ((t ax n t) 0))) +("hesitantly" nil (((hh eh) 1) ((z ih) 0) ((t ax n t) 0) ((l iy) 0))) +("hesitate" nil (((hh eh) 1) ((z ax) 0) ((t ey t) 1))) +("hesitated" nil (((hh eh) 1) ((z ih) 0) ((t ey) 1) ((t ih d) 0))) +("hesitates" nil (((hh eh) 1) ((z ax) 0) ((t ey t s) 1))) +("hesitating" nil (((hh eh) 1) ((z ax) 0) ((t ey) 1) ((t ih ng) 0))) +("hesitation" nil (((hh eh) 1) ((z ax) 0) ((t ey) 1) ((sh ax n) 0))) +("hesketh" nil (((hh eh) 1) ((s k ih th) 0))) +("heskett" nil (((hh eh) 1) ((s k ih t) 0))) +("heslep" nil (((hh eh) 1) ((s l ih p) 0))) +("hesler" nil (((hh eh) 1) ((s ax) 0) ((l er) 0))) +("heslin" nil (((hh eh) 1) ((s l ih n) 0))) +("heslop" nil (((hh eh) 1) ((s l ax p) 0))) +("hesper" nil (((hh eh) 1) ((s p er) 0))) +("hespera" nil (((hh ey) 0) ((s p eh) 1) ((r ax) 0))) +("hess" nil (((hh eh s) 1))) +("hesse" nil (((hh eh s) 1))) +("hessel" nil (((hh eh) 1) ((s ax l) 0))) +("hesseltine" nil (((hh eh) 1) ((s ih l) 0) ((t iy n) 0))) +("hesser" nil (((hh eh) 1) ((s er) 0))) +("hessian" nil (((hh eh) 1) ((sh ax n) 0))) +("hessing" nil (((hh eh) 1) ((s ih ng) 0))) +("hessinger" nil (((hh eh) 1) ((s ih n) 0) ((jh er) 0))) +("hession" nil (((hh eh) 1) ((sh ih n) 0))) +("hessite" nil (((hh eh) 1) ((s ay t) 0))) +("hessler" nil (((hh eh) 1) ((s l er) 0))) +("hessling" nil (((hh eh) 1) ((s ax) 0) ((l ih ng) 0))) +("hesson" nil (((hh eh) 1) ((s ax n) 0))) +("hesston" nil (((hh eh) 1) ((s t ax n) 0))) +("hestand" nil (((hh eh) 1) ((s t ax n d) 0))) +("hester" nil (((hh eh) 1) ((s t er) 0))) +("hesther" nil (((hh eh s) 1) ((dh er) 0))) +("hestia" nil (((hh eh) 1) ((s t iy) 0) ((ax) 0))) +("heston" nil (((hh eh) 1) ((s t ax n) 0))) +("heterocercal" nil (((hh eh) 1) ((t er) 0) ((ow) 0) ((s er) 1) ((k ax l) 0))) +("heterodox" nil (((hh eh) 1) ((t er) 0) ((ax) 0) ((d aa k s) 1))) +("heterodoxy" nil (((hh eh) 1) ((t er) 0) ((ax) 0) ((d aa k) 1) ((s iy) 0))) +("heterodyne" nil (((hh eh) 1) ((t er) 0) ((ax) 0) ((d ay n) 1))) +("heterogeneity" nil (((hh eh) 1) ((t er) 0) ((ax) 0) ((jh ih) 0) ((n iy) 1) ((ax) 0) ((t iy) 0))) +("heterogeneous" nil (((hh eh) 1) ((t er) 0) ((ax) 0) ((jh iy) 1) ((n y ax s) 0))) +("heterosexual" nil (((hh eh) 1) ((t er) 0) ((ow) 0) ((s eh k) 1) ((sh ax) 0) ((w ax l) 0))) +("heterosexuals" nil (((hh eh) 1) ((t er) 0) ((ow) 0) ((s eh k) 1) ((sh ax) 0) ((w ax l z) 0))) +("heterosis" nil (((hh eh) 1) ((t er) 0) ((ow) 1) ((s ax s) 0))) +("heterosporous" nil (((hh eh) 1) ((t er) 0) ((aa) 1) ((s p er) 0) ((ax s) 0))) +("heterotrophic" nil (((hh eh) 1) ((t er) 0) ((ax) 0) ((t r aa) 1) ((f ih k) 0))) +("heterozygous" nil (((hh eh) 1) ((t er) 0) ((ax) 0) ((z ay) 1) ((g ax s) 0))) +("heth" nil (((hh eh th) 1))) +("hetherington" nil (((hh eh) 1) ((dh er) 0) ((ih ng) 0) ((t ax n) 0))) +("hetland" nil (((hh eh t) 1) ((l ax n d) 0))) +("hetman" nil (((hh eh t) 1) ((m ax n) 0))) +("hetrick" nil (((hh eh) 1) ((t r ih k) 0))) +("hett" nil (((hh eh t) 1))) +("hettel" nil (((hh eh) 1) ((t ax l) 0))) +("hetti" nil (((hh eh) 1) ((t iy) 0))) +("hettick" nil (((hh eh) 1) ((t ih k) 0))) +("hettie" nil (((hh eh) 1) ((t iy) 0))) +("hettler" nil (((hh eh t) 1) ((l er) 0))) +("hettrick" nil (((hh eh) 1) ((t r ih k) 0))) +("hetty" nil (((hh eh) 1) ((t iy) 0))) +("hetu" nil (((hh iy) 1) ((ch uw) 0))) +("hetz" nil (((hh eh t s) 1))) +("hetzel" nil (((hh eh t) 1) ((z ax l) 0))) +("hetzer" nil (((hh eh t) 1) ((z er) 0))) +("hetzler" nil (((hh eh t) 1) ((s l er) 0))) +("heuberger" nil (((hh oy) 1) ((b er) 0) ((g er) 0))) +("heublein" nil (((hh y uw) 1) ((b l ay n) 1))) +("heuer" nil (((hh y uw) 1) ((er) 0))) +("heuerman" nil (((hh oy) 1) ((er) 0) ((m ax n) 0))) +("heuermann" nil (((hh oy) 1) ((er) 0) ((m ax n) 0))) +("heuman" nil (((hh y uw) 1) ((m ax n) 0))) +("heumann" nil (((hh y uw) 1) ((m ax n) 0))) +("heun" nil (((hh y uw n) 1))) +("heupel" nil (((hh oy) 1) ((p ax l) 0))) +("heuring" nil (((hh er) 1) ((ih ng) 0))) +("heusen" nil (((hh y uw) 1) ((s ax n) 0))) +("heuser" nil (((hh oy) 1) ((s er) 0))) +("heusser" nil (((hh y uw) 1) ((s er) 0))) +("hevener" nil (((hh eh) 1) ((v iy) 0) ((n er) 0))) +("heverly" nil (((hh eh) 1) ((v er) 0) ((l iy) 0))) +("hevey" nil (((hh ih) 0) ((v ey) 1))) +("hevia" nil (((hh ey) 1) ((v iy) 0) ((ax) 0))) +("hew" nil (((hh y uw) 1))) +("heward" nil (((hh y uw) 1) ((er d) 0))) +("hewe" nil (((hh y uw) 1))) +("hewell" nil (((hh eh) 1) ((w eh l) 0))) +("hewes" nil (((hh y uw z) 1))) +("hewett" nil (((hh y uw) 1) ((ih t) 0))) +("hewey" nil (((hh y uw) 1) ((iy) 0))) +("hewing" nil (((hh y uw) 1) ((ih ng) 0))) +("hewins" nil (((hh y uw) 1) ((ih n z) 0))) +("hewitt" nil (((hh y uw) 1) ((ih t) 0))) +("hewler" nil (((hh y uw) 1) ((l er) 0))) +("hewlett" nil (((hh y uw) 1) ((l ih t) 0))) +("hewn" nil (((hh y uw n) 1))) +("hews" nil (((hh y uw z) 1))) +("hewson" nil (((hh y uw) 1) ((s ax n) 0))) +("hexachlorophene" nil (((hh eh k) 1) ((s ax) 0) ((k l ao) 1) ((r ax) 0) ((f iy n) 1))) +("hexagon" nil (((hh eh k) 1) ((s ax) 0) ((g aa n) 1))) +("hexagonal" nil (((hh eh k) 0) ((s ae) 1) ((g ax) 0) ((n ax l) 0))) +("hexcel" nil (((hh eh k) 1) ((s ax l) 0))) +("hexie" nil (((hh ah) 0) ((sh y eh) 1))) +("hext" nil (((hh eh k s t) 1))) +("hey" nil (((hh ey) 1))) +("heyang" nil (((hh ah) 0) ((y aa ng) 1))) +("heyboer" nil (((hh ey) 1) ((b ow) 0) ((er) 0))) +("heyd" nil (((hh ey d) 1))) +("heyday" nil (((hh ey) 1) ((d ey) 1))) +("heyde" nil (((hh ey d) 1))) +("heyden" nil (((hh ey) 1) ((d ax n) 0))) +("heydon" nil (((hh ey) 1) ((d ax n) 0))) +("heydt" nil (((hh ey d t) 1))) +("heye" nil (((hh ay) 1))) +("heyen" nil (((hh ay n) 1))) +("heyer" nil (((hh ey) 1) ((er) 0))) +("heying" nil (((hh ey) 1) ((ih ng) 0))) +("heyl" nil (((hh ey l) 1))) +("heyman" nil (((hh ey) 1) ((m ax n) 0))) +("heymann" nil (((hh ey) 1) ((m ax n) 0))) +("heyn" nil (((hh ey n) 1))) +("heyne" nil (((hh ey n) 1))) +("heys" nil (((hh ey z) 1))) +("heyse" nil (((hh ey s) 1))) +("heyser" nil (((hh ey) 1) ((z er) 0))) +("heyuan" nil (((hh ah) 0) ((y uh) 0) ((aa n) 1))) +("heyward" nil (((hh ey) 1) ((w er d) 0))) +("heywood" nil (((hh ey) 1) ((w uh d) 1))) +("hezbollah" nil (((hh eh z) 0) ((b aa) 1) ((l ax) 0))) +("heze" nil (((hh ah) 0) ((d z ah) 0))) +("hezhou" nil (((hh ah) 0) ((jh ow) 1))) +("hfdf" nil (((ey) 1) ((ch eh f) 1) ((d iy) 1) ((eh f) 1))) +("hgh" nil (((ey ch) 1) ((jh iy) 1) ((ey ch) 1))) +("hi" nil (((hh ay) 1))) +("hialeah" nil (((hh ay) 1) ((ax) 0) ((l iy) 1) ((ax) 0))) +("hiam" nil (((hh ay) 1) ((ax m) 0))) +("hiatt" nil (((hh ay) 1) ((ax t) 0))) +("hiatus" nil (((hh ay) 0) ((ey) 1) ((t ax s) 0))) +("hiawatha" nil (((hh ay) 1) ((ax) 0) ((w aa) 1) ((th ax) 0))) +("hibachi" nil (((hh ax) 0) ((b aa) 1) ((ch iy) 0))) +("hibbard" nil (((hh ih) 1) ((b er d) 0))) +("hibben" nil (((hh ih) 1) ((b ax n) 0))) +("hibberd" nil (((hh ih) 1) ((b er d) 0))) +("hibbert" nil (((hh ih) 1) ((b er t) 0))) +("hibbett" nil (((hh ih) 1) ((b ih t) 0))) +("hibbitts" nil (((hh ih) 1) ((b ih t s) 0))) +("hibbler" nil (((hh ih) 1) ((b l er) 0))) +("hibbs" nil (((hh ih b z) 1))) +("hibdon" nil (((hh ih b) 1) ((d ax n) 0))) +("hibernate" nil (((hh ay) 1) ((b er) 0) ((n ey t) 1))) +("hibernation" nil (((hh ay) 1) ((b er) 0) ((n ey) 1) ((sh ax n) 0))) +("hibernia" nil (((hh ay) 1) ((b er) 1) ((n iy) 0) ((ax) 0))) +("hibler" nil (((hh ao) 1) ((b ax) 0) ((l er) 0))) +("hibma" nil (((hh ih b) 1) ((m ax) 0))) +("hibner" nil (((hh ih b) 1) ((n er) 0))) +("hibor" nil (((hh ay) 1) ((b er) 0))) +("hibshman" nil (((hh ih b) 1) ((sh m ax n) 0))) +("hiccup" nil (((hh ih) 1) ((k ax p) 0))) +("hiccups" nil (((hh ih) 1) ((k ax p s) 0))) +("hice" nil (((hh ay s) 1))) +("hichens" nil (((hh ih) 1) ((k ax n z) 0))) +("hick" nil (((hh ih k) 1))) +("hickam" nil (((hh ih) 1) ((k ax m) 0))) +("hickcox" nil (((hh ih) 1) ((k aa k s) 0))) +("hickel" nil (((hh ih) 1) ((k ax l) 0))) +("hicken" nil (((hh ih) 1) ((k ax n) 0))) +("hickerson" nil (((hh ih) 1) ((k er) 0) ((s ax n) 0))) +("hickey" nil (((hh ih) 1) ((k iy) 0))) +("hickle" nil (((hh ih) 1) ((k ax l) 0))) +("hicklin" nil (((hh ih) 1) ((k l ih n) 0))) +("hickling" nil (((hh ih) 1) ((k l ih ng) 0))) +("hickman" nil (((hh ih k) 1) ((m ax n) 0))) +("hickmon" nil (((hh ih k) 1) ((m ax n) 0))) +("hickok" nil (((hh ih) 1) ((k ax k) 0))) +("hickories" nil (((hh ih) 1) ((k er) 0) ((iy z) 0))) +("hickory" nil (((hh ih) 1) ((k er) 0) ((iy) 0))) +("hickox" nil (((hh ih) 1) ((k aa k s) 0))) +("hicks" nil (((hh ih k s) 1))) +("hickson" nil (((hh ih k) 1) ((s ax n) 0))) +("hicksville" nil (((hh ih k) 1) ((s v ih l) 1))) +("hid" nil (((hh ih d) 1))) +("hidalgo" nil (((hh ax) 0) ((d ae l) 1) ((g ow) 1))) +("hidden" nil (((hh ih) 1) ((d ax n) 0))) +("hide" nil (((hh ay d) 1))) +("hideaki" nil (((hh iy) 1) ((d ey) 0) ((aa) 1) ((k iy) 0))) +("hideaway" nil (((hh ay) 1) ((d ax) 0) ((w ey) 1))) +("hidebound" nil (((hh ay d) 1) ((b aw n d) 1))) +("hideo" nil (((hh ih) 0) ((d ey) 1) ((ow) 0))) +("hideous" nil (((hh ih) 1) ((d iy) 0) ((ax s) 0))) +("hideously" nil (((hh ih) 1) ((d iy) 0) ((ax) 0) ((s l iy) 0))) +("hideout" nil (((hh ay) 1) ((d aw t) 1))) +("hideouts" nil (((hh ay) 1) ((d aw t s) 1))) +("hider" nil (((hh ay) 1) ((d er) 0))) +("hides" nil (((hh ay d z) 1))) +("hiding" nil (((hh ay) 1) ((d ih ng) 0))) +("hidy" nil (((hh ay) 1) ((d iy) 0))) +("hieb" nil (((hh iy b) 1))) +("hieber" nil (((hh iy) 1) ((b er) 0))) +("hiebert" nil (((hh iy) 1) ((b er t) 0))) +("hiegel" nil (((hh iy) 1) ((g ax l) 0))) +("hiems" nil (((hh iy m z) 1))) +("hiemstra" nil (((hh iy m) 1) ((s t r ax) 0))) +("hier" nil (((hh ay) 1) ((er) 0))) +("hierarchical" nil (((hh ay) 1) ((r aa r) 1) ((k ax) 0) ((k ax l) 0))) +("hierarchies" nil (((hh ay) 1) ((r aa r) 1) ((k iy z) 0))) +("hierarchy" nil (((hh ay) 1) ((er) 0) ((aa r) 1) ((k iy) 0))) +("hierholzer" nil (((hh ay r) 1) ((hh ow l) 0) ((z er) 0))) +("hieroglyphic" nil (((hh ay) 1) ((r ow) 0) ((g l ih) 1) ((f ih k) 0))) +("hieroglyphics" nil (((hh ay) 1) ((r ow) 0) ((g l ih) 1) ((f ih k s) 0))) +("hiers" nil (((hh iy r z) 1))) +("hiestand" nil (((hh iy) 1) ((s t ax n d) 0))) +("hiester" nil (((hh ay) 1) ((ih) 0) ((s t er) 0))) +("hietala" nil (((hh ay) 1) ((t ax) 0) ((l ax) 0))) +("hietpas" nil (((hh ay t) 1) ((p ax z) 0))) +("hiett" nil (((hh ay t) 1))) +("higa" nil (((hh iy) 1) ((g ax) 0))) +("higashi" nil (((hh iy) 0) ((g aa) 1) ((sh iy) 0))) +("higbee" nil (((hh ih g) 1) ((b iy) 1))) +("higbie" nil (((hh ih g) 1) ((b iy) 0))) +("higby" nil (((hh ih g) 1) ((b iy) 0))) +("higdon" nil (((hh ih g) 1) ((d ax n) 0))) +("higgason" nil (((hh ih) 1) ((g ax) 0) ((s ax n) 0))) +("higgenbotham" nil (((hh ih) 1) ((g ih n) 0) ((b ax) 0) ((th ax m) 0))) +("higgens" nil (((hh ih) 1) ((g ax n z) 0))) +("higgerson" nil (((hh ih) 1) ((g er) 0) ((s ax n) 0))) +("higginbotham" nil (((hh ih) 0) ((g ih n) 0) ((b aa) 1) ((th ax m) 0))) +("higginbottom" nil (((hh ih) 0) ((g ih n) 0) ((b aa) 1) ((t ax m) 0))) +("higgins" nil (((hh ih) 1) ((g ih n z) 0))) +("higginson" nil (((hh ih) 1) ((g ih n) 0) ((s ax n) 0))) +("higgs" nil (((hh ih g z) 1))) +("high" nil (((hh ay) 1))) +("higham" nil (((hh ay) 1) ((ax m) 0))) +("highberger" nil (((hh ay) 1) ((b er) 0) ((g er) 0))) +("highboy" nil (((hh ay) 1) ((b oy) 1))) +("highbrow" nil (((hh ay) 1) ((b r aw) 1))) +("highbrows" nil (((hh ay) 1) ((b r aw z) 1))) +("higher" nil (((hh ay) 1) ((er) 0))) +("highest" nil (((hh ay) 1) ((ax s t) 0))) +("highfalutin" nil (((hh ay) 1) ((f ax) 0) ((l uw) 1) ((t ih n) 0))) +("highfield" nil (((hh ay) 1) ((f iy l d) 1))) +("highfill" nil (((hh ay) 1) ((f ih l) 1))) +("highflier" nil (((hh ay) 1) ((f l ay) 1) ((er) 0))) +("highfliers" nil (((hh ay) 1) ((f l ay) 1) ((er z) 0))) +("highflyers" n (((hh ay) 1) ((f l ay) 1) ((er z) 0))) +("highflying" nil (((hh ay) 1) ((f l ay) 1) ((ih ng) 0))) +("highland" nil (((hh ay) 1) ((l ax n d) 0))) +("highlander" nil (((hh ay) 1) ((l ae n) 1) ((d er) 0))) +("highlanders" nil (((hh ay) 1) ((l ae n) 1) ((d er z) 0))) +("highlands" nil (((hh ay) 1) ((l ax n d z) 0))) +("highley" nil (((hh ay) 1) ((l iy) 0))) +("highlight" nil (((hh ay) 1) ((l ay t) 1))) +("highlighted" nil (((hh ay) 1) ((l ay) 1) ((t ih d) 0))) +("highlighting" nil (((hh ay) 1) ((l ay) 1) ((t ih ng) 0))) +("highlights" nil (((hh ay) 1) ((l ay t s) 1))) +("highly" nil (((hh ay) 1) ((l iy) 0))) +("highman" nil (((hh ay) 1) ((m ax n) 0))) +("highness" nil (((hh ay) 1) ((n ax s) 0))) +("highs" nil (((hh ay z) 1))) +("highsmith" nil (((hh ay) 1) ((s m ih th) 1))) +("highspeed" nil (((hh ay) 1) ((s p iy d) 1))) +("hight" nil (((hh ay t) 1))) +("hightech" nil (((hh ay) 1) ((t eh k) 1))) +("hightower" nil (((hh ay) 1) ((t aw) 1) ((er) 0))) +("highway" nil (((hh ay) 1) ((w ey) 1))) +("highways" nil (((hh ay) 1) ((w ey z) 1))) +("highyield" nil (((hh ay) 1) ((y iy l d) 1))) +("higinbotham" nil (((hh ih) 1) ((g ih n) 0) ((b ax) 0) ((th ax m) 0))) +("higley" nil (((hh ih) 1) ((g l iy) 0))) +("higman" nil (((hh ih g) 1) ((m ax n) 0))) +("hignight" nil (((hh ih g) 1) ((n ay t) 1))) +("hignite" nil (((hh ih g) 1) ((n ay t) 1))) +("higuchi" nil (((hh iy) 0) ((g uw) 1) ((ch iy) 0))) +("higuera" nil (((hh iy) 0) ((g eh) 1) ((r ax) 0))) +("hijack" nil (((hh ay) 1) ((jh ae k) 1))) +("hijacked" nil (((hh ay) 1) ((jh ae k t) 1))) +("hijacker" nil (((hh ay) 1) ((jh ae) 1) ((k er) 0))) +("hijackers" nil (((hh ay) 1) ((jh ae) 1) ((k er z) 0))) +("hijacking" nil (((hh ay) 1) ((jh ae) 1) ((k ih ng) 0))) +("hijackings" nil (((hh ay) 1) ((jh ae) 1) ((k ih ng z) 0))) +("hijinks" nil (((hh ih) 1) ((jh ih ng k s) 0))) +("hike" nil (((hh ay k) 1))) +("hiked" nil (((hh ay k t) 1))) +("hiker" nil (((hh ay) 1) ((k er) 0))) +("hikers" nil (((hh ay) 1) ((k er z) 0))) +("hikes" nil (((hh ay k s) 1))) +("hiking" nil (((hh ay) 1) ((k ih ng) 0))) +("hiland" nil (((hh ih) 1) ((l ax n d) 0))) +("hilaria" nil (((hh iy) 0) ((l aa) 1) ((r iy) 0) ((ax) 0))) +("hilario" nil (((hh iy) 0) ((l aa) 1) ((r iy) 0) ((ow) 0))) +("hilarious" nil (((hh ih) 0) ((l eh) 1) ((r iy) 0) ((ax s) 0))) +("hilariously" nil (((hh ih) 0) ((l eh) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("hilarity" nil (((hh ih) 0) ((l eh) 1) ((r ax) 0) ((t iy) 0))) +("hilary" nil (((hh ih) 1) ((l er) 0) ((iy) 0))) +("hilb" nil (((hh ih l b) 1))) +("hilberg" nil (((hh ih l) 1) ((b er g) 0))) +("hilbert" nil (((hh ih l) 1) ((b er t) 0))) +("hilborn" nil (((hh ih l) 1) ((b er n) 0))) +("hilbun" nil (((hh ih l) 1) ((b ax n) 0))) +("hilburn" nil (((hh ih l) 1) ((b er n) 0))) +("hild" nil (((hh ih l d) 1))) +("hilda" nil (((hh ih l) 1) ((d ax) 0))) +("hilde" nil (((hh ih l d) 1))) +("hildebran" nil (((hh ih l) 1) ((d ih) 0) ((b r ax n) 0))) +("hildebrand" nil (((hh ih l) 1) ((d ih) 0) ((b r ae n d) 1))) +("hildebrandt" nil (((hh ih l) 1) ((d ih) 0) ((b r ax n t) 0))) +("hildebrant" nil (((hh ih l) 1) ((d ih) 0) ((b r ax n t) 0))) +("hildegard" nil (((hh ih l) 1) ((d ax) 0) ((g aa r d) 1))) +("hildegarde" nil (((hh ih l) 1) ((d ih) 0) ((g aa r d) 1))) +("hildegardes" nil (((hh ih l) 1) ((d ax) 0) ((g aa r d z) 1))) +("hildemar" nil (((hh ih l) 1) ((d ih) 0) ((m er) 0))) +("hilden" nil (((hh ay l) 1) ((d ax n) 0))) +("hildenbrand" nil (((hh ih l) 1) ((d ih n) 0) ((b r ax n d) 0))) +("hilder" nil (((hh ih l) 1) ((d er) 0))) +("hilderbrand" nil (((hh ih l) 1) ((d er) 0) ((b r ax n d) 0))) +("hilderbrandt" nil (((hh ih l) 1) ((d er) 0) ((b r ax n t) 0))) +("hildie" nil (((hh ay l) 1) ((d iy) 0))) +("hilditch" nil (((hh ih l) 1) ((d ih ch) 0))) +("hildreth" nil (((hh ih l) 1) ((d r ih th) 0))) +("hildy" nil (((hh ih l) 1) ((d iy) 0))) +("hile" nil (((hh ay l) 1))) +("hileman" nil (((hh ay l) 1) ((m ax n) 0))) +("hilemon" nil (((hh ay l) 1) ((m ax n) 0))) +("hiler" nil (((hh ay) 1) ((l er) 0))) +("hiles" nil (((hh ay l z) 1))) +("hiley" nil (((hh ih) 1) ((l iy) 0))) +("hilfiger" nil (((hh ih l) 1) ((f ay) 0) ((g er) 0))) +("hilfiker" nil (((hh ih l) 1) ((f ih) 0) ((k er) 0))) +("hilgart" nil (((hh ih l) 1) ((g aa r t) 1))) +("hilgeman" nil (((hh ih l g) 1) ((m ax n) 0))) +("hilgenberg" nil (((hh ih l) 1) ((g ax n) 0) ((b er g) 0))) +("hilgendorf" nil (((hh ih l) 1) ((g ih n) 0) ((d ao r f) 0))) +("hilger" nil (((hh ih l) 1) ((g er) 0))) +("hilgers" nil (((hh ih l) 1) ((g er z) 0))) +("hilgert" nil (((hh ih l) 1) ((g er t) 0))) +("hilinski" nil (((hh ih) 0) ((l ih n) 1) ((s k iy) 0))) +("hilke" nil (((hh ih l) 1) ((k ax) 0))) +("hilker" nil (((hh ih l) 1) ((k er) 0))) +("hill" nil (((hh ih l) 1))) +("hilla" nil (((hh ih) 1) ((l ax) 0))) +("hillard" nil (((hh ih) 1) ((l er d) 0))) +("hillary" nil (((hh ih) 1) ((l er) 0) ((iy) 0))) +("hillas" nil (((hh ih) 1) ((l ax s) 0))) +("hillbillies" nil (((hh ih l) 1) ((b ih) 1) ((l iy z) 0))) +("hillbilly" nil (((hh ih l) 1) ((b ih) 0) ((l iy) 0))) +("hille" nil (((hh ih l) 1))) +("hilleary" nil (((hh ih) 1) ((l er) 0) ((iy) 0))) +("hillebrand" nil (((hh ih) 1) ((l ih) 0) ((b r ax n d) 0))) +("hillegas" nil (((hh ih) 1) ((l ih) 0) ((g ax z) 0))) +("hillegass" nil (((hh ih) 1) ((l ih) 0) ((g ax s) 0))) +("hillel" nil (((hh ih) 1) ((l eh l) 1))) +("hillen" nil (((hh ih) 1) ((l ax n) 0))) +("hillenbrand" nil (((hh ih) 1) ((l ax n) 0) ((b r ae n d) 1))) +("hillenburg" nil (((hh ih) 1) ((l ax n) 0) ((b er g) 0))) +("hiller" nil (((hh ih) 1) ((l er) 0))) +("hillery" nil (((hh ih) 1) ((l er) 0) ((iy) 0))) +("hillesheim" nil (((hh ih) 1) ((l ih s) 0) ((hh ay m) 0))) +("hillestad" nil (((hh ih) 1) ((l ih) 0) ((s t ax d) 0))) +("hilley" nil (((hh ih) 1) ((l iy) 0))) +("hillhaven" nil (((hh ih l) 1) ((hh ey) 1) ((v ax n) 0))) +("hillhouse" nil (((hh ih l) 1) ((hh aw s) 1))) +("hilliard" nil (((hh ih) 1) ((l y aa r d) 0))) +("hillier" nil (((hh ih) 1) ((l iy) 0) ((er) 0))) +("hilligoss" nil (((hh ih) 1) ((l ih) 0) ((g aa s) 0))) +("hilliker" nil (((hh ih) 1) ((l ay) 0) ((k er) 0))) +("hillin" nil (((hh ih) 1) ((l ih n) 0))) +("hilling" nil (((hh ih) 1) ((l ih ng) 0))) +("hillis" nil (((hh ih) 1) ((l ih s) 0))) +("hillman" nil (((hh ih l) 1) ((m ae n) 1))) +("hillmann" nil (((hh ih l) 1) ((m ax n) 0))) +("hillmer" nil (((hh ih l) 1) ((m er) 0))) +("hillock" nil (((hh ih) 1) ((l ax k) 0))) +("hills" nil (((hh ih l z) 1))) +("hillsboro" nil (((hh ih l z) 1) ((b er) 0) ((ow) 0))) +("hillsborough" nil (((hh ih l z) 1) ((b er) 0) ((ow) 0))) +("hillsdale" nil (((hh ih l z) 1) ((d ey l) 1))) +("hillsdown" nil (((hh ih l z) 1) ((d aw n) 1))) +("hillside" nil (((hh ih l) 1) ((s ay d) 1))) +("hillsides" nil (((hh ih l) 1) ((s ay d z) 1))) +("hillsman" nil (((hh ih l) 1) ((s m ax n) 0))) +("hillson" nil (((hh ih l) 1) ((s ax n) 0))) +("hillstrom" nil (((hh ih l) 1) ((s t r ax m) 0))) +("hilltop" nil (((hh ih l) 1) ((t aa p) 1))) +("hillview" nil (((hh ih l) 1) ((v y uw) 0))) +("hilly" nil (((hh ih) 1) ((l iy) 0))) +("hillyard" nil (((hh ih) 1) ((l y aa r d) 1))) +("hillyer" nil (((hh ih) 1) ((l iy) 0) ((er) 0))) +("hilma" nil (((hh ih l) 1) ((m ax) 0))) +("hilmer" nil (((hh ih l) 1) ((m er) 0))) +("hilmes" nil (((hh ih l m z) 1))) +("hilo" nil (((hh iy) 1) ((l ow) 0))) +("hilpert" nil (((hh ih l) 1) ((p er t) 0))) +("hilsabeck" nil (((hh ih l) 1) ((s ax) 0) ((b eh k) 1))) +("hilscher" nil (((hh ih l) 1) ((sh er) 0))) +("hilsinger" nil (((hh ih l) 1) ((s ih ng) 0) ((er) 0))) +("hilsman" nil (((hh ih l z) 1) ((m ax n) 0))) +("hilson" nil (((hh ih l) 1) ((s ax n) 0))) +("hilt" nil (((hh ih l t) 1))) +("hiltner" nil (((hh ih l t) 1) ((n er) 0))) +("hilton" nil (((hh ih l) 1) ((t ax n) 0))) +("hilts" nil (((hh ih l t s) 1))) +("hiltunen" nil (((hh ih l) 1) ((t ax) 0) ((n ax n) 0))) +("hilty" nil (((hh ih l) 1) ((t iy) 0))) +("hiltz" nil (((hh ih l t s) 1))) +("hilyard" nil (((hh ax) 0) ((l y aa r d) 1))) +("hilyer" nil (((hh ih) 1) ((l iy) 0) ((er) 0))) +("him" nil (((hh ih m) 1))) +("himalayan" nil (((hh ih) 1) ((m ax) 0) ((l ey) 1) ((ax n) 0))) +("himalayas" nil (((hh ih) 1) ((m ax) 0) ((l ay) 1) ((ax s) 0))) +("hime" nil (((hh ay m) 1))) +("himebaugh" nil (((hh ih) 1) ((m ih) 0) ((b ao) 0))) +("himel" nil (((hh ih) 1) ((m ax l) 0))) +("himes" nil (((hh ay m z) 1))) +("himmel" nil (((hh ih) 1) ((m ax l) 0))) +("himmelberger" nil (((hh ih) 1) ((m ax l) 0) ((b er) 0) ((g er) 0))) +("himmelfarb" nil (((hh ih) 1) ((m ax l) 0) ((f aa r b) 1))) +("himmelsbach" nil (((hh ih) 1) ((m ih l s) 0) ((b aa k) 0))) +("himmelstein" nil (((hh ih) 1) ((m ax l) 0) ((s t ay n) 0))) +("himont" nil (((hh ih) 1) ((m ax n t) 0))) +("himself" nil (((hh ih m) 0) ((s eh l f) 1))) +("hinch" nil (((hh ih n ch) 1))) +("hinchcliff" nil (((hh ih n ch) 1) ((k l ih f) 0))) +("hinchcliffe" nil (((hh ih n ch) 1) ((k l ih f) 0))) +("hinchey" nil (((hh ih n) 1) ((ch iy) 0))) +("hinchliffe" nil (((hh ih n) 1) ((k l ih f) 0))) +("hinchman" nil (((hh ih ng k) 1) ((m ax n) 0))) +("hinck" nil (((hh ih ng k) 1))) +("hinckley" nil (((hh ih ng) 1) ((k l iy) 0))) +("hind" nil (((hh ay n d) 1))) +("hinde" nil (((hh ih n d) 1))) +("hindelong" nil (((hh ih n) 1) ((d ax) 0) ((l ao ng) 0))) +("hinder" nil (((hh ih n) 1) ((d er) 0))) +("hindered" nil (((hh ih n) 1) ((d er d) 0))) +("hinderer" nil (((hh ih n) 1) ((d er) 0) ((er) 0))) +("hindering" nil (((hh ih n) 1) ((d er) 0) ((ih ng) 0))) +("hinderliter" nil (((hh ih n) 1) ((d er) 0) ((l iy) 0) ((t er) 0))) +("hinderman" nil (((hh ay n) 1) ((d er) 0) ((m ax n) 0))) +("hinders" nil (((hh ih n) 1) ((d er z) 0))) +("hindes" nil (((hh ih n d z) 1))) +("hindi" nil (((hh ih n) 1) ((d iy) 0))) +("hindle" nil (((hh ih n) 1) ((d ax l) 0))) +("hindley" nil (((hh ih n d) 1) ((l iy) 0))) +("hindman" nil (((hh ay n d) 1) ((m ax n) 0))) +("hindquarters" nil (((hh ay n d) 1) ((k w ao r) 1) ((t er z) 0))) +("hindrance" nil (((hh ih n) 1) ((d r ax n s) 0))) +("hindrances" nil (((hh ih n) 1) ((d r ax n) 0) ((s ih z) 0))) +("hinds" nil (((hh ay n d z) 1))) +("hindsight" nil (((hh ay n d) 1) ((s ay t) 1))) +("hindu" nil (((hh ih n) 1) ((d uw) 1))) +("hinduism" nil (((hh ih n) 1) ((jh uw) 0) ((ih) 1) ((z ax m) 0))) +("hindus" nil (((hh ih n) 1) ((d uw z) 1))) +("hindustan" nil (((hh ih n) 1) ((d uw) 0) ((s t ae n) 1))) +("hine" nil (((hh ay n) 1))) +("hinebaugh" nil (((hh ih) 1) ((n ih) 0) ((b ao) 0))) +("hineline" nil (((hh ih) 1) ((n ih) 0) ((l ay n) 1))) +("hinely" nil (((hh ay n) 1) ((l iy) 0))) +("hineman" nil (((hh ay n) 1) ((m ax n) 0))) +("hiner" nil (((hh ay) 1) ((n er) 0))) +("hinerman" nil (((hh ay) 1) ((n er) 0) ((m ax n) 0))) +("hines" nil (((hh ay n z) 1))) +("hinesley" nil (((hh ih) 1) ((n ih) 0) ((s l iy) 0))) +("hiney" nil (((hh ih) 1) ((n iy) 0))) +("hing" nil (((hh ih ng) 1))) +("hinge" nil (((hh ih n jh) 1))) +("hinged" nil (((hh ih n jh d) 1))) +("hinger" nil (((hh ih n) 1) ((jh er) 0))) +("hinges" nil (((hh ih n) 1) ((jh ih z) 0))) +("hingham" nil (((hh ih ng) 1) ((ax m) 0))) +("hingle" nil (((hh ih ng) 1) ((g ax l) 0))) +("hingst" nil (((hh ih ng s t) 1))) +("hingston" nil (((hh ih ng) 1) ((s t ax n) 0))) +("hink" nil (((hh ih ng k) 1))) +("hinkel" nil (((hh ih ng) 1) ((k ax l) 0))) +("hinkelman" nil (((hh ih ng) 1) ((k ax l) 0) ((m ax n) 0))) +("hinkle" nil (((hh ih ng) 1) ((k ax l) 0))) +("hinkley" nil (((hh ih ng) 1) ((k l iy) 0))) +("hinkson" nil (((hh ih ng k) 1) ((s ax n) 0))) +("hinman" nil (((hh ih n) 1) ((m ax n) 0))) +("hinnant" nil (((hh ih) 1) ((n ax n t) 0))) +("hinnenkamp" nil (((hh ih) 1) ((n ih n) 0) ((k ae m p) 0))) +("hinners" nil (((hh ih) 1) ((n er z) 0))) +("hinny" nil (((hh ih) 1) ((n iy) 0))) +("hino" nil (((hh iy) 1) ((n ow) 0))) +("hinojos" nil (((hh iy) 0) ((n ow) 1) ((y ow z) 0))) +("hinojosa" nil (((hh iy) 0) ((n ow) 0) ((jh ow) 1) ((s ax) 0))) +("hinote" nil (((hh ih) 0) ((n ow t) 1))) +("hinrichs" nil (((hh ih n) 1) ((r ih k s) 0))) +("hinrichsen" nil (((hh ih n) 1) ((r ih k) 0) ((s ax n) 0))) +("hinsch" nil (((hh ih n sh) 1))) +("hinsdale" nil (((hh ih n s) 1) ((d ey l) 1))) +("hinshaw" nil (((hh ih n) 1) ((sh ao) 1))) +("hinsley" nil (((hh ih n) 1) ((s l iy) 0))) +("hinson" nil (((hh ih n) 1) ((s ax n) 0))) +("hint" nil (((hh ih n t) 1))) +("hinted" nil (((hh ih n) 1) ((t ax d) 0))) +("hinterland" nil (((hh ih n) 1) ((t er) 0) ((l ae n d) 1))) +("hinterlands" nil (((hh ih n) 1) ((t er) 0) ((l ae n d z) 1))) +("hinting" nil (((hh ih n) 1) ((t ih ng) 0))) +("hinton" nil (((hh ih n) 1) ((t ax n) 0))) +("hints" nil (((hh ih n t s) 1))) +("hintz" nil (((hh ih n t s) 1))) +("hintze" nil (((hh ih n t z) 1))) +("hinz" nil (((hh ih n z) 1))) +("hinzack" nil (((hh ih n) 1) ((z ae k) 0))) +("hinze" nil (((hh ih n z) 1))) +("hinzman" nil (((hh ih n z) 1) ((m ax n) 0))) +("hiott" nil (((hh ay) 1) ((ax t) 0))) +("hip" nil (((hh ih p) 1))) +("hipbones" nil (((hh ih p) 1) ((b ow n z) 1))) +("hipkins" nil (((hh ih p) 1) ((k ih n z) 0))) +("hipolito" nil (((iy) 1) ((p ow) 0) ((l iy) 1) ((t ow) 0))) +("hipp" nil (((hh ih p) 1))) +("hippe" nil (((hh ih p) 1))) +("hippen" nil (((hh ih) 1) ((p ax n) 0))) +("hippensteel" nil (((hh ih) 1) ((p ih n) 0) ((s t iy l) 0))) +("hipper" nil (((hh ih) 1) ((p er) 0))) +("hippert" nil (((hh ih) 1) ((p er t) 0))) +("hippie" nil (((hh ih) 1) ((p iy) 0))) +("hippies" nil (((hh ih) 1) ((p iy z) 0))) +("hipple" nil (((hh ih) 1) ((p ax l) 0))) +("hippler" nil (((hh ih) 1) ((p l er) 0))) +("hippo" nil (((hh ih) 1) ((p ow) 0))) +("hippocrates" nil (((hh ih) 1) ((p ax) 0) ((k r ey t s) 1))) +("hippodrome" nil (((hh ih) 1) ((p ax) 0) ((d r ow m) 1))) +("hippolytus" nil (((hh ax) 0) ((p aa) 1) ((l ax) 0) ((t ax s) 0))) +("hippopotamus" nil (((hh ih) 1) ((p ax) 0) ((p aa) 1) ((t ax) 0) ((m ax s) 0))) +("hipps" nil (((hh ih p s) 1))) +("hips" nil (((hh ih p s) 1))) +("hipsher" nil (((hh ih p) 1) ((sh er) 0))) +("hipskind" nil (((hh ih p) 1) ((s k ih n d) 0))) +("hipwell" nil (((hh ih) 1) ((p w eh l) 1))) +("hirai" nil (((hh ih) 0) ((r aa) 1) ((iy) 0))) +("hiram" nil (((hh ay) 1) ((r ax m) 0))) +("hirano" nil (((hh ih) 0) ((r aa) 1) ((n ow) 0))) +("hirata" nil (((hh ih) 0) ((r aa) 1) ((t ax) 0))) +("hirayama" nil (((hh ih) 0) ((r aa) 0) ((y aa) 1) ((m ax) 0))) +("hird" nil (((hh er d) 1))) +("hire" nil (((hh ay) 1) ((er) 0))) +("hired" nil (((hh ay) 1) ((er d) 0))) +("hires" nil (((hh ay) 1) ((er z) 0))) +("hiriart" nil (((hh ih) 1) ((r iy) 0) ((aa r t) 0))) +("hiring" nil (((hh ay) 1) ((r ih ng) 0))) +("hirings" nil (((hh ay) 1) ((r ih ng z) 0))) +("hirn" nil (((hh er n) 1))) +("hiro" nil (((hh ih) 1) ((r ow) 0))) +("hiroaki" nil (((hh ih) 1) ((r ow) 0) ((aa) 1) ((k iy) 0))) +("hirohito" nil (((hh ih) 1) ((r ow) 0) ((hh iy) 1) ((t ow) 1))) +("hiromasa" nil (((hh ih) 1) ((r ow) 0) ((m aa) 1) ((s ax) 0))) +("hirons" nil (((hh ao) 1) ((r ax n z) 0))) +("hirose" nil (((hh ih) 0) ((r ow) 1) ((s ey) 0))) +("hiroshi" nil (((hh ih) 0) ((r ow) 1) ((sh iy) 0))) +("hiroshima" nil (((hh ih) 1) ((r ow) 0) ((sh iy) 1) ((m ax) 0))) +("hirota" nil (((hh ih) 0) ((r ow) 1) ((t ax) 0))) +("hiroyuki" nil (((hh ih) 1) ((r ow) 0) ((y uw) 1) ((k iy) 0))) +("hirsch" nil (((hh er sh) 1))) +("hirschberg" nil (((hh er sh) 1) ((b er g) 0))) +("hirschfeld" nil (((hh er sh) 1) ((f eh l d) 0))) +("hirschfield" nil (((hh er s k) 1) ((f iy l d) 0))) +("hirschhorn" nil (((hh er sh) 1) ((hh er n) 0))) +("hirschi" nil (((hh ih r) 1) ((s k iy) 0))) +("hirschman" nil (((hh er) 1) ((sh m ax n) 0))) +("hirschmann" nil (((hh er) 1) ((sh m ax n) 0))) +("hirschy" nil (((hh er) 1) ((sh iy) 0))) +("hirsh" nil (((hh er sh) 1))) +("hirshberg" nil (((hh er sh) 1) ((b er g) 0))) +("hirshfield" nil (((hh er sh) 1) ((f iy l d) 0))) +("hirshhorn" nil (((hh er sh) 1) ((hh ao r n) 1))) +("hirshman" nil (((hh er) 1) ((sh m ax n) 0))) +("hirst" nil (((hh er s t) 1))) +("hirt" nil (((hh er t) 1))) +("hirth" nil (((hh er th) 1))) +("hirtle" nil (((hh er) 1) ((t ax l) 0))) +("hirtz" nil (((hh er t s) 1))) +("hirulog" nil (((hh ih) 1) ((r uw) 1) ((l aa g) 1))) +("hirzel" nil (((hh er) 1) ((z ax l) 0))) +("his" nil (((hh ih z) 1))) +("hisao" nil (((hh ih) 0) ((s aa) 1) ((ow) 0))) +("hisaw" nil (((hh ay) 1) ((s ao) 0))) +("hiscock" nil (((hh ih) 1) ((s k ax k) 0))) +("hiscox" nil (((hh ih) 1) ((s k aa k s) 0))) +("hise" nil (((hh ay z) 1))) +("hisel" nil (((hh ih) 1) ((s ax l) 0))) +("hiser" nil (((hh ay) 1) ((z er) 0))) +("hisey" nil (((hh ih) 1) ((s iy) 0))) +("hisham" nil (((hh ih) 1) ((sh ax m) 0))) +("hisle" nil (((hh ay) 1) ((ax l) 0))) +("hislop" nil (((hh ih) 1) ((s l ax p) 0))) +("hispanic" nil (((hh ih) 0) ((s p ae) 1) ((n ih k) 0))) +("hispanics" nil (((hh ih) 0) ((s p ae) 1) ((n ih k s) 0))) +("hispano" nil (((hh ih) 0) ((s p aa) 1) ((n ow) 0))) +("hispanoil" nil (((hh ih) 1) ((s p ax) 0) ((n oy l) 1))) +("hiss" nil (((hh ih s) 1))) +("hissed" nil (((hh ih s t) 1))) +("hisses" nil (((hh ih) 1) ((s ih z) 0))) +("hissing" nil (((hh ih) 1) ((s ih ng) 0))) +("hissong" nil (((hh ih) 1) ((s ao ng) 1))) +("histadrut" nil (((hh ih) 1) ((s t ax) 0) ((d r ax t) 0))) +("histamine" nil (((hh ih) 1) ((s t ax) 0) ((m iy n) 1))) +("histidine" nil (((hh ih) 1) ((s t ax) 0) ((d iy n) 1))) +("histogram" nil (((hh ih) 1) ((s t ax) 0) ((g r ae m) 1))) +("histology" nil (((hh ih) 0) ((s t aa) 1) ((l ax) 0) ((jh iy) 0))) +("historian" nil (((hh ih) 0) ((s t ao) 1) ((r iy) 0) ((ax n) 0))) +("historians" nil (((hh ih) 0) ((s t ao) 1) ((r iy) 0) ((ax n z) 0))) +("historic" nil (((hh ih) 0) ((s t ao) 1) ((r ih k) 0))) +("historical" nil (((hh ih) 0) ((s t ao) 1) ((r ih) 0) ((k ax l) 0))) +("historically" nil (((hh ih) 0) ((s t ao) 1) ((r ih) 0) ((k ax) 0) ((l iy) 0))) +("histories" nil (((hh ih) 1) ((s t er) 0) ((iy z) 0))) +("historiography" nil (((hh ih) 0) ((s t ao) 1) ((r iy) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("history" nil (((hh ih) 1) ((s t er) 0) ((iy) 0))) +("histrionic" nil (((hh ih) 1) ((s t r iy) 0) ((aa) 1) ((n ih k) 0))) +("histrionics" nil (((hh ih) 1) ((s t r iy) 0) ((aa) 1) ((n ih k s) 0))) +("hit" nil (((hh ih t) 1))) +("hitachi" nil (((hh ih) 0) ((t aa) 1) ((ch iy) 0))) +("hitch" nil (((hh ih ch) 1))) +("hitchcock" nil (((hh ih ch) 1) ((k aa k) 1))) +("hitched" nil (((hh ih ch t) 1))) +("hitchens" nil (((hh ih) 1) ((ch ax n z) 0))) +("hitches" nil (((hh ih) 1) ((ch ih z) 0))) +("hitching" nil (((hh ih) 1) ((ch ih ng) 0))) +("hitchings" nil (((hh ih) 1) ((ch ih ng z) 0))) +("hitchins" nil (((hh ih) 1) ((ch ih n z) 0))) +("hitchman" nil (((hh ih ch) 1) ((m ax n) 0))) +("hitchner" nil (((hh ih ch) 1) ((n er) 0))) +("hite" nil (((hh ay t) 1))) +("hites" nil (((hh ay t s) 1))) +("hither" nil (((hh ih) 1) ((dh er) 0))) +("hitherto" nil (((hh ih) 1) ((dh er) 1) ((t uw) 1))) +("hitler" nil (((hh ih t) 1) ((l er) 0))) +("hitoshi" nil (((hh ih) 0) ((t ow) 1) ((sh iy) 0))) +("hits" nil (((hh ih t s) 1))) +("hitschler" nil (((hh ih t) 1) ((s l er) 0))) +("hitsman" nil (((hh ih t) 1) ((s m ax n) 0))) +("hitson" nil (((hh ih t) 1) ((s ax n) 0))) +("hitt" nil (((hh ih t) 1))) +("hitter" nil (((hh ih) 1) ((t er) 0))) +("hitters" nil (((hh ih) 1) ((t er z) 0))) +("hitting" nil (((hh ih) 1) ((t ih ng) 0))) +("hittite" nil (((hh ih) 1) ((t ay t) 0))) +("hittle" nil (((hh ih) 1) ((t ax l) 0))) +("hittner" nil (((hh ih t) 1) ((n er) 0))) +("hitty" nil (((hh ih) 1) ((t iy) 0))) +("hitz" nil (((hh ih t s) 1))) +("hitzeman" nil (((hh ih t) 1) ((s m ax n) 0))) +("HIV" n (((ey) 1) ((ch ay) 1) ((v iy) 0))) +("hive" nil (((hh ay v) 1))) +("hively" nil (((hh ay) 1) ((v l iy) 0))) +("hives" nil (((hh ay v z) 1))) +("hiway" nil (((hh ay) 1) ((w ey) 1))) +("hix" nil (((hh ih k s) 1))) +("hixenbaugh" nil (((hh ih g) 0) ((z eh n) 1) ((b ao) 0))) +("hixon" nil (((hh ih k) 1) ((s ax n) 0))) +("hixson" nil (((hh ih k) 1) ((s ax n) 0))) +("hizer" nil (((hh ay) 1) ((z er) 0))) +("hjelm" nil (((hh ax) 0) ((jh eh l m) 1))) +("hjerpe" nil (((hh ax) 0) ((jh er p) 1))) +("hjort" nil (((hh ax) 0) ((jh ao r t) 1))) +("hlad" nil (((hh l ae d) 1))) +("hladik" nil (((hh l ae) 1) ((d ih k) 0))) +("hladky" nil (((hh l ae d) 1) ((k iy) 0))) +("hlavac" nil (((hh l aa) 1) ((v ax k) 0))) +("hlavacek" nil (((hh l aa) 1) ((v ax) 0) ((ch eh k) 0))) +("hlavaty" nil (((hh l ax) 0) ((v aa) 1) ((t iy) 0))) +("hmong" nil (((m ao ng) 1))) +("hnat" nil (((hh) 0) ((n ae t) 1))) +("ho" nil (((hh ow) 1))) +("hoadley" nil (((hh ow d) 1) ((l iy) 0))) +("hoag" nil (((hh ow g) 1))) +("hoagie" nil (((hh ow) 1) ((g iy) 0))) +("hoagland" nil (((hh ow) 1) ((g l ax n d) 0))) +("hoaglin" nil (((hh ow) 1) ((g l ih n) 0))) +("hoaglund" nil (((hh ow) 1) ((g l ax n d) 0))) +("hoagy" nil (((hh ow) 1) ((g iy) 0))) +("hoak" nil (((hh ow k) 1))) +("hoang" nil (((hh ow ng) 1))) +("hoar" nil (((hh ao r) 1))) +("hoard" nil (((hh ao r d) 1))) +("hoarded" nil (((hh ao r) 1) ((d ih d) 0))) +("hoarding" nil (((hh ao r) 1) ((d ih ng) 0))) +("hoards" nil (((hh ao r d z) 1))) +("hoare" nil (((hh ao r) 1))) +("hoarse" nil (((hh ao r s) 1))) +("hoarseness" nil (((hh ao r) 1) ((s n ax s) 0))) +("hoary" nil (((hh ao) 1) ((r iy) 0))) +("hoax" nil (((hh ow k s) 1))) +("hoaxes" nil (((hh ow k) 1) ((s ih z) 0))) +("hob" nil (((hh aa b) 1))) +("hoback" nil (((hh ow) 1) ((b ae k) 1))) +("hoban" nil (((hh ow) 1) ((b ax n) 0))) +("hobart" nil (((hh ow) 1) ((b aa r t) 1))) +("hobaugh" nil (((hh aa) 1) ((b ao) 0))) +("hobbes" nil (((hh aa) 1) ((b iy z) 0))) +("hobbie" nil (((hh aa) 1) ((b iy) 0))) +("hobbies" nil (((hh aa) 1) ((b iy z) 0))) +("hobbing" nil (((hh aa) 1) ((b ih ng) 0))) +("hobbins" nil (((hh aa) 1) ((b ih n z) 0))) +("hobble" nil (((hh aa) 1) ((b ax l) 0))) +("hobbled" nil (((hh aa) 1) ((b ax l d) 0))) +("hobbles" nil (((hh aa) 1) ((b ax l z) 0))) +("hobbling" nil (((hh aa) 1) ((b ax) 0) ((l ih ng) 0))) +("hobbs" nil (((hh aa b z) 1))) +("hobby" nil (((hh aa) 1) ((b iy) 0))) +("hobbyist" nil (((hh aa) 1) ((b iy) 0) ((ih s t) 0))) +("hobbyists" nil (((hh aa) 1) ((b iy) 0) ((ih s t s) 0))) +("hobday" nil (((hh aa b) 1) ((d ey) 1))) +("hobdy" nil (((hh aa b) 1) ((d iy) 0))) +("hoben" nil (((hh aa) 1) ((b ax n) 0))) +("hoberg" nil (((hh ow) 1) ((b er g) 0))) +("hoberman" nil (((hh ow) 1) ((b er) 0) ((m ax n) 0))) +("hobert" nil (((hh aa) 1) ((b er t) 0))) +("hobgood" nil (((hh aa b) 1) ((g uh d) 1))) +("hobin" nil (((hh ow) 1) ((b ih n) 0))) +("hoblit" nil (((hh aa) 1) ((b l ih t) 0))) +("hobnail" nil (((hh aa b) 1) ((n ey l) 1))) +("hobnob" nil (((hh aa b) 1) ((n aa b) 1))) +("hobnobbing" nil (((hh aa b) 1) ((n aa) 1) ((b ih ng) 0))) +("hoboken" nil (((hh ow) 1) ((b ow) 0) ((k ax n) 0))) +("hobs" nil (((hh aa b z) 1))) +("hobsbawm" nil (((hh aa b s) 0) ((b ao m) 1))) +("hobson" nil (((hh aa b) 1) ((s ax n) 0))) +("hoc" nil (((hh aa k) 1))) +("hocevar" nil (((hh ow) 0) ((s ey) 0) ((v aa r) 1))) +("hoch" nil (((hh aa k) 1))) +("hochberg" nil (((hh aa k) 1) ((b er g) 0))) +("hochhalter" nil (((hh aa k) 1) ((hh ax l) 0) ((t er) 0))) +("hochhauser" nil (((hh aa k) 1) ((hh aw) 1) ((z er) 0))) +("hochman" nil (((hh aa k) 1) ((m ax n) 0))) +("hochmuth" nil (((hh aa k) 1) ((m uw th) 1))) +("hochstatter" nil (((hh aa k) 1) ((s t ax) 0) ((t er) 0))) +("hochstedler" nil (((hh aa k) 1) ((s t ih) 0) ((d ax) 0) ((l er) 0))) +("hochstein" nil (((hh aa k) 1) ((s t ay n) 0))) +("hochstetler" nil (((hh aa k) 1) ((s t ih) 0) ((t ax) 0) ((l er) 0))) +("hochtief" nil (((hh aa k) 1) ((t iy f) 1))) +("hock" nil (((hh aa k) 1))) +("hockaday" nil (((hh aa) 1) ((k ax) 0) ((d ey) 1))) +("hockenberry" nil (((hh aa) 1) ((k ax n) 0) ((b eh) 1) ((r iy) 0))) +("hockenbury" nil (((hh aa) 1) ((k ax n) 0) ((b eh) 1) ((r iy) 0))) +("hockensmith" nil (((hh aa) 1) ((k ax n) 0) ((s m ih th) 1))) +("hocker" nil (((hh aa) 1) ((k er) 0))) +("hockersmith" nil (((hh aa) 1) ((k er) 0) ((s m ih th) 1))) +("hockett" nil (((hh aa) 1) ((k ih t) 0))) +("hockey" nil (((hh aa) 1) ((k iy) 0))) +("hockin" nil (((hh aa) 1) ((k ih n) 0))) +("hocking" nil (((hh aa) 1) ((k ih ng) 0))) +("hockley" nil (((hh aa) 1) ((k l iy) 0))) +("hockman" nil (((hh aa k) 1) ((m ax n) 0))) +("hockney" nil (((hh aa k) 1) ((n iy) 0))) +("hoctor" nil (((hh aa k) 1) ((t er) 0))) +("hocus" nil (((hh ow) 1) ((k ax s) 0))) +("hocutt" nil (((hh aa) 1) ((k ax t) 0))) +("hodak" nil (((hh ow) 1) ((d ax k) 0))) +("hodapp" nil (((hh aa) 1) ((d ax p) 0))) +("hodde" nil (((hh aa d) 1))) +("hodder" nil (((hh aa) 1) ((d er) 0))) +("hodding" nil (((hh aa) 1) ((d ih ng) 0))) +("hodel" nil (((hh ow) 1) ((d ax l) 0))) +("hodes" nil (((hh ow d z) 1))) +("hodgdon" nil (((hh aa jh) 1) ((d ax n) 0))) +("hodge" nil (((hh aa jh) 1))) +("hodgen" nil (((hh aa) 1) ((jh ax n) 0))) +("hodgens" nil (((hh aa) 1) ((jh ax n z) 0))) +("hodgepodge" nil (((hh aa jh) 1) ((p aa jh) 1))) +("hodges" nil (((hh aa) 1) ((jh ih z) 0))) +("hodgin" nil (((hh aa) 1) ((jh ih n) 0))) +("hodgins" nil (((hh aa) 1) ((jh ih n z) 0))) +("hodgkin" nil (((hh aa jh) 1) ((k ih n) 0))) +("hodgkins" nil (((hh aa jh) 1) ((k ih n z) 0))) +("hodgkinson" nil (((hh aa jh) 1) ((k ih n) 0) ((s ax n) 0))) +("hodgkiss" nil (((hh aa jh) 1) ((k ih s) 0))) +("hodgman" nil (((hh aa jh) 1) ((m ax n) 0))) +("hodgson" nil (((hh aa jh) 1) ((s ax n) 0))) +("hodkinson" nil (((hh aa d) 1) ((k ih n) 0) ((s ax n) 0))) +("hodnett" nil (((hh aa d) 1) ((n ih t) 0))) +("hodo" nil (((hh ow) 1) ((d ow) 0))) +("hodsdon" nil (((hh aa d z) 1) ((d ax n) 0))) +("hodson" nil (((hh aa d) 1) ((s ax n) 0))) +("hoe" nil (((hh ow) 1))) +("hoechst" nil (((hh ow k s t) 1))) +("hoeck" nil (((hh ow k) 1))) +("hoecker" nil (((hh ow) 1) ((k er) 0))) +("hoedown" nil (((hh ow) 1) ((d aw n) 1))) +("hoefer" nil (((hh ow) 1) ((f er) 0))) +("hoeffner" nil (((hh ow f) 1) ((n er) 0))) +("hoefle" nil (((hh ow) 1) ((f ax l) 0))) +("hoefler" nil (((hh ow) 1) ((f ax) 0) ((l er) 0))) +("hoeflich" nil (((hh ow) 1) ((f l ih k) 0))) +("hoefling" nil (((hh ow) 1) ((f ax) 0) ((l ih ng) 0))) +("hoefs" nil (((hh ow f s) 1))) +("hoeft" nil (((hh ow f t) 1))) +("hoeg" nil (((hh ow g) 1))) +("hoeger" nil (((hh ow) 1) ((g er) 0))) +("hoehn" nil (((hh ow n) 1))) +("hoehne" nil (((hh ow n) 1))) +("hoeing" nil (((hh ow) 1) ((ih ng) 0))) +("hoek" nil (((hh ow k) 1))) +("hoeksema" nil (((hh ow k) 1) ((s ih) 0) ((m ax) 0))) +("hoekstra" nil (((hh ow k) 1) ((s t r ax) 0))) +("hoel" nil (((hh ow l) 1))) +("hoell" nil (((hh ow l) 1))) +("hoelle" nil (((hh ow l) 1))) +("hoelscher" nil (((hh ow l) 1) ((sh er) 0))) +("hoelterhoff" nil (((hh ow l) 1) ((t er) 0) ((hh ao f) 1))) +("hoelting" nil (((hh ow l) 1) ((t ih ng) 0))) +("hoelzel" nil (((hh ow l) 1) ((z ax l) 0))) +("hoelzer" nil (((hh ow l) 1) ((z er) 0))) +("hoen" nil (((hh ow n) 1))) +("hoene" nil (((hh aa) 1) ((iy n) 0))) +("hoener" nil (((hh ow) 1) ((n er) 0))) +("hoenig" nil (((hh ow) 1) ((n ih g) 0))) +("hoeper" nil (((hh ow) 1) ((p er) 0))) +("hoepfner" nil (((hh ow p f) 1) ((n er) 0))) +("hoepner" nil (((hh ow p) 1) ((n er) 0))) +("hoeppner" nil (((hh ow p) 1) ((n er) 0))) +("hoerig" nil (((hh ao) 1) ((r ih g) 0))) +("hoerner" nil (((hh ao r) 1) ((n er) 0))) +("hoerr" nil (((hh ao r) 1))) +("hoes" nil (((hh ow z) 1))) +("hoesch" nil (((hh ow sh) 1))) +("hoeschen" nil (((hh ow) 1) ((sh ax n) 0))) +("hoesly" nil (((hh ow) 1) ((s l iy) 0))) +("hoeveler" nil (((hh ow) 1) ((v l er) 0))) +("hoevet" nil (((hh ow) 1) ((v eh t) 1))) +("hoey" nil (((hh ow) 1) ((iy) 0))) +("hof" nil (((hh aa f) 1))) +("hofacker" nil (((hh aa) 1) ((f ax) 0) ((k er) 0))) +("hofbauer" nil (((hh aa f) 1) ((b aw) 0) ((er) 0))) +("hofer" nil (((hh ow) 1) ((f er) 0))) +("hoff" nil (((hh ao f) 1))) +("hoffa" nil (((hh ao) 1) ((f ax) 0))) +("hoffacker" nil (((hh ao) 1) ((f ax) 0) ((k er) 0))) +("hoffart" nil (((hh ao) 1) ((f aa r t) 0))) +("hoffarth" nil (((hh ao) 1) ((f aa r th) 0))) +("hoffecker" nil (((hh ao) 1) ((f ih) 0) ((k er) 0))) +("hoffenberg" nil (((hh ao) 1) ((f ax n) 0) ((b er g) 0))) +("hoffer" nil (((hh aa) 1) ((f er) 0))) +("hofferber" nil (((hh ao) 1) ((f er) 0) ((b er) 0))) +("hoffert" nil (((hh ao) 1) ((f er t) 0))) +("hoffler" nil (((hh ao) 1) ((f ax) 0) ((l er) 0))) +("hoffman" nil (((hh ao f) 1) ((m ax n) 0))) +("hoffmann" nil (((hh ao f) 1) ((m ax n) 0))) +("hoffmaster" nil (((hh ao f) 1) ((m ae) 1) ((s t er) 0))) +("hoffmeier" nil (((hh ao f) 1) ((m ay) 0) ((er) 0))) +("hoffmeister" nil (((hh ao f) 1) ((m ay) 1) ((s t er) 0))) +("hoffmeyer" nil (((hh ao f) 1) ((m ay) 0) ((er) 0))) +("hoffner" nil (((hh ao f) 1) ((n er) 0))) +("hoffpauir" nil (((hh ao f) 1) ((p aw) 0) ((er) 0))) +("hofi" nil (((hh ow) 1) ((f iy) 0))) +("hofland" nil (((hh aa) 1) ((f l ax n d) 0))) +("hofler" nil (((hh aa) 1) ((f l er) 0))) +("hofman" nil (((hh aa f) 1) ((m ax n) 0))) +("hofmann" nil (((hh aa f) 1) ((m ax n) 0))) +("hofmeister" nil (((hh aa f) 1) ((m ay) 0) ((s t er) 0))) +("hofrichter" nil (((hh aa) 1) ((f r ih k) 0) ((t er) 0))) +("hofstad" nil (((hh aa f) 1) ((s t ae d) 0))) +("hofstetter" nil (((hh aa f) 1) ((s t eh) 0) ((t er) 0))) +("hofstra" nil (((hh aa f) 1) ((s t r ax) 0))) +("hog" nil (((hh aa g) 1))) +("hogan" nil (((hh ow) 1) ((g aa n) 1))) +("hogans" nil (((hh ow) 1) ((g aa n z) 1))) +("hoganson" nil (((hh aa) 1) ((g ax n) 0) ((s ax n) 0))) +("hogarth" nil (((hh ow) 1) ((g aa r th) 1))) +("hogarty" nil (((hh aa) 1) ((g aa r) 1) ((t iy) 0))) +("hogberg" nil (((hh aa g) 1) ((b er g) 0))) +("hoge" nil (((hh ow jh) 1))) +("hogeland" nil (((hh aa) 1) ((g ih) 0) ((l ax n d) 0))) +("hogen" nil (((hh aa) 1) ((g ax n) 0))) +("hogenson" nil (((hh aa) 1) ((jh ih n) 0) ((s ax n) 0))) +("hoger" nil (((hh ow) 1) ((g er) 0))) +("hogg" nil (((hh aa g) 1))) +("hoggan" nil (((hh aa) 1) ((g ax n) 0))) +("hoggard" nil (((hh aa) 1) ((g er d) 0))) +("hoggatt" nil (((hh aa) 1) ((g ax t) 0))) +("hogge" nil (((hh aa g) 1))) +("hogland" nil (((hh aa) 1) ((g l ax n d) 0))) +("hogle" nil (((hh ow) 1) ((g ax l) 0))) +("hoglund" nil (((hh ao) 1) ((g l ax n d) 0))) +("hoglunds" nil (((hh ao) 1) ((g l ax n d z) 0))) +("hognose" nil (((hh aa g) 1) ((n ow z) 1))) +("hogrefe" nil (((hh aa) 1) ((g r ih f) 0))) +("hogs" nil (((hh aa g z) 1))) +("hogsed" nil (((hh ow g s t) 1))) +("hogsett" nil (((hh aa g) 1) ((s ih t) 0))) +("hogston" nil (((hh aa g) 1) ((s t ax n) 0))) +("hogue" nil (((hh ow g) 1))) +("hogwash" nil (((hh aa) 1) ((g w aa sh) 1))) +("hogwood" nil (((hh ao) 1) ((g w uh d) 1))) +("hoh" nil (((hh ow) 1))) +("hoheisel" nil (((hh ow) 1) ((ay) 0) ((s ax l) 0))) +("hohenberger" nil (((hh ow) 1) ((ax n) 0) ((b er) 0) ((g er) 0))) +("hohensee" nil (((hh aa) 0) ((hh ih n) 0) ((s iy) 1))) +("hohenstein" nil (((hh ow) 1) ((ax n) 0) ((s t ay n) 0))) +("hohl" nil (((hh ow l) 1))) +("hohler" nil (((hh ow) 1) ((l er) 0))) +("hohlt" nil (((hh ow l t) 1))) +("hohman" nil (((hh ow) 1) ((m ax n) 0))) +("hohmann" nil (((hh ow) 1) ((m ax n) 0))) +("hohn" nil (((hh aa n) 1))) +("hohner" nil (((hh ow) 1) ((n er) 0))) +("hohnstein" nil (((hh ow n) 1) ((s t ay n) 0))) +("hohorst" nil (((hh ow) 1) ((hh ao r s t) 1))) +("hoi" nil (((hh oy) 1))) +("hoiland" nil (((hh oy) 0) ((l ae n d) 1))) +("hoilman" nil (((hh oy l) 1) ((m ax n) 0))) +("hoisington" nil (((hh oy) 1) ((z ih ng) 0) ((t ax n) 0))) +("hoist" nil (((hh oy s t) 1))) +("hoisted" nil (((hh oy) 1) ((s t ax d) 0))) +("hoisting" nil (((hh oy) 1) ((s t ih ng) 0))) +("hoists" nil (((hh oy s t s) 1))) +("hoit" nil (((hh oy t) 1))) +("hoium" nil (((hh aa) 1) ((iy) 0) ((ax m) 0))) +("hojnacki" nil (((hh ax y) 0) ((n aa t) 1) ((s k iy) 0))) +("hokanson" nil (((hh aa) 1) ((k ax n) 0) ((s ax n) 0))) +("hoke" nil (((hh ow k) 1))) +("hokenson" nil (((hh aa) 1) ((k ih n) 0) ((s ax n) 0))) +("hokey" nil (((hh ow) 1) ((k iy) 0))) +("hokkaido" nil (((hh ow) 0) ((k ay) 1) ((d ow) 0))) +("hokum" nil (((hh ow) 1) ((k ax m) 0))) +("hokuriku" nil (((hh aa) 1) ((k er) 0) ((iy) 1) ((k uw) 1))) +("holaday" nil (((hh ow) 1) ((l ax) 0) ((d ey) 0))) +("holahan" nil (((hh aa) 1) ((l ax) 0) ((hh ae n) 0))) +("holan" nil (((hh ow) 1) ((l ax n) 0))) +("holaway" nil (((hh ow) 1) ((l ax) 0) ((w ey) 0))) +("holbein" nil (((hh ow l) 1) ((b ay n) 0))) +("holben" nil (((hh ow l) 1) ((b ax n) 0))) +("holberg" nil (((hh ow l) 1) ((b er g) 0))) +("holbert" nil (((hh ow l) 1) ((b er t) 0))) +("holbrook" nil (((hh ow l) 1) ((b r uh k) 1))) +("holbrooke" nil (((hh ow l) 1) ((b r uh k) 0))) +("holbrooks" nil (((hh ow l) 1) ((b r uh k s) 0))) +("holck" nil (((hh ow l k) 1))) +("holcomb" nil (((hh ow l) 1) ((k ax m) 0))) +("holcombe" nil (((hh ow l) 1) ((k ax m) 0))) +("hold" nil (((hh ow l d) 1))) +("holda" nil (((hh ow l) 1) ((d ax) 0))) +("holdaway" nil (((hh ow l) 1) ((d ax) 0) ((w ey) 1))) +("holde" nil (((hh ow l d) 1))) +("holdeman" nil (((hh ow l d) 1) ((m ax n) 0))) +("holden" nil (((hh ow l) 1) ((d ax n) 0))) +("holder" nil (((hh ow l) 1) ((d er) 0))) +("holderbank" nil (((hh ow l) 1) ((d er) 0) ((b ae ng k) 1))) +("holderbaum" nil (((hh ow l) 1) ((d er) 0) ((b aw m) 0))) +("holderby" nil (((hh ow l) 1) ((d er) 0) ((b iy) 0))) +("holderfield" nil (((hh ow l) 1) ((d er) 0) ((f iy l d) 1))) +("holderman" nil (((hh ow l) 1) ((d er) 0) ((m ax n) 0))) +("holderness" nil (((hh ow l) 1) ((d er) 0) ((n ax s) 0))) +("holders" nil (((hh ow l) 1) ((d er z) 0))) +("holdfast" nil (((hh ow l) 1) ((f ae s t) 1))) +("holding" nil (((hh ow l) 1) ((d ih ng) 0))) +("holdings" nil (((hh ow l) 1) ((d ih ng z) 0))) +("holdman" nil (((hh ow l d) 1) ((m ax n) 0))) +("holdorf" nil (((hh ow l) 1) ((d ao r f) 0))) +("holdout" nil (((hh ow l) 1) ((d aw t) 1))) +("holdouts" nil (((hh ow l) 1) ((d aw t s) 1))) +("holdover" nil (((hh ow l) 1) ((d ow) 1) ((v er) 0))) +("holdovers" nil (((hh ow l) 1) ((d ow) 1) ((v er z) 0))) +("holdren" nil (((hh ow l) 1) ((d er) 0) ((ax n) 0))) +("holdridge" nil (((hh ow l) 1) ((d r ih jh) 0))) +("holds" nil (((hh ow l d z) 1))) +("holdsworth" nil (((hh ow l d) 1) ((z w er th) 1))) +("holdup" nil (((hh ow l) 1) ((d ah p) 1))) +("holdups" nil (((hh ow l) 1) ((d ah p s) 1))) +("hole" nil (((hh ow l) 1))) +("holecek" nil (((hh aa) 1) ((l ih) 0) ((ch eh k) 0))) +("holed" nil (((hh ow l d) 1))) +("holeman" nil (((hh ow l) 1) ((m ax n) 0))) +("holen" nil (((hh ow) 1) ((l ax n) 0))) +("holes" nil (((hh ow l z) 1))) +("holewinski" nil (((hh ax) 0) ((l uw) 0) ((ih n) 1) ((s k iy) 0))) +("holford" nil (((hh ow l) 1) ((f er d) 0))) +("holgate" nil (((hh ow l) 1) ((g ey t) 1))) +("holgerson" nil (((hh ow l) 1) ((g er) 0) ((s ax n) 0))) +("holguin" nil (((hh ow l) 1) ((g ih n) 0))) +("holian" nil (((hh ow) 1) ((l iy) 0) ((ax n) 0))) +("holick" nil (((hh aa) 1) ((l ih k) 0))) +("holiday" nil (((hh aa) 1) ((l ax) 0) ((d ey) 1))) +("holidays" nil (((hh aa) 1) ((l ax) 0) ((d ey z) 1))) +("holien" nil (((hh ow) 1) ((l iy) 0) ((ax n) 0))) +("holier" nil (((hh ow) 1) ((l iy) 0) ((er) 0))) +("holiest" nil (((hh ow) 1) ((l iy) 0) ((ih s t) 0))) +("holifield" nil (((hh aa) 1) ((l ih) 0) ((f iy l d) 1))) +("holihan" nil (((hh aa) 1) ((l ih) 0) ((hh ae n) 0))) +("holik" nil (((hh ow) 1) ((l ih k) 0))) +("holiman" nil (((hh aa) 1) ((l ih) 0) ((m ax n) 0))) +("holiness" nil (((hh ow) 1) ((l iy) 0) ((n ax s) 0))) +("holistic" nil (((hh ow) 0) ((l ih) 1) ((s t ih k) 0))) +("holl" nil (((hh aa l) 1))) +("hollabaugh" nil (((hh aa) 1) ((l ax) 0) ((b ao) 1))) +("holladay" nil (((hh aa) 1) ((l ax) 0) ((d ey) 1))) +("hollan" nil (((hh aa) 1) ((l ax n) 0))) +("holland" nil (((hh aa) 1) ((l ax n d) 0))) +("hollander" nil (((hh aa) 1) ((l ax n) 0) ((d er) 0))) +("hollanders" nil (((hh aa) 1) ((l ax n) 0) ((d er z) 0))) +("hollands" nil (((hh aa) 1) ((l ax n d z) 0))) +("hollandsworth" nil (((hh aa) 1) ((l ax n d) 0) ((z w er th) 1))) +("hollar" nil (((hh aa) 1) ((l er) 0))) +("hollars" nil (((hh aa) 1) ((l er z) 0))) +("hollatz" nil (((hh aa) 1) ((l ax t s) 0))) +("hollaway" nil (((hh aa) 1) ((l ax) 0) ((w ey) 0))) +("holle" nil (((hh aa l) 1))) +("holleman" nil (((hh ow l) 1) ((m ax n) 0))) +("hollen" nil (((hh aa) 1) ((l ax n) 0))) +("hollenbach" nil (((hh aa) 1) ((l ih n) 0) ((b aa k) 0))) +("hollenback" nil (((hh aa) 1) ((l ax n) 0) ((b ae k) 1))) +("hollenbaugh" nil (((hh ax) 0) ((l eh n) 1) ((b ao) 0))) +("hollenbeck" nil (((hh aa) 1) ((l ax n) 0) ((b eh k) 1))) +("hollenberg" nil (((hh aa) 1) ((l ax n) 0) ((b er g) 0))) +("hollender" nil (((hh aa) 1) ((l eh n) 0) ((d er) 0))) +("hollenkamp" nil (((hh aa) 1) ((l ih n) 0) ((k ae m p) 0))) +("holler" nil (((hh aa) 1) ((l er) 0))) +("holleran" nil (((hh aa) 1) ((l er) 0) ((ax n) 0))) +("hollerbach" nil (((hh aa) 1) ((l er) 0) ((b aa k) 1))) +("hollered" nil (((hh aa) 1) ((l er d) 0))) +("hollering" nil (((hh aa) 1) ((l er) 0) ((ih ng) 0))) +("hollern" nil (((hh aa) 1) ((l er n) 0))) +("hollers" nil (((hh aa) 1) ((l er z) 0))) +("hollett" nil (((hh aa) 1) ((l ih t) 0))) +("holley" nil (((hh aa) 1) ((l iy) 0))) +("hollibaugh" nil (((hh aa) 1) ((l ih) 0) ((b ao) 1))) +("hollick" nil (((hh aa) 1) ((l ih k) 0))) +("holliday" nil (((hh aa) 1) ((l ih) 0) ((d ey) 1))) +("hollie" nil (((hh aa) 1) ((l iy) 0))) +("hollier" nil (((hh ao) 1) ((l iy) 0) ((er) 0))) +("hollies" nil (((hh aa) 1) ((l iy z) 0))) +("hollifield" nil (((hh aa) 1) ((l ih) 0) ((f iy l d) 1))) +("holliman" nil (((hh aa) 1) ((l ih) 0) ((m ax n) 0))) +("hollimon" nil (((hh aa) 1) ((l ih) 0) ((m ax n) 0))) +("hollin" nil (((hh aa) 1) ((l ih n) 0))) +("holling" nil (((hh aa) 1) ((l ih ng) 0))) +("hollinger" nil (((hh aa) 1) ((l ih ng) 0) ((er) 0))) +("hollings" nil (((hh aa) 1) ((l ih ng z) 0))) +("hollingshead" nil (((hh aa) 1) ((l ih ng z) 0) ((hh eh d) 1))) +("hollingsworth" nil (((hh aa) 1) ((l ih ng) 0) ((z w er th) 1))) +("hollingworth" nil (((hh aa) 1) ((l ih ng) 0) ((g w er th) 1))) +("hollins" nil (((hh aa) 1) ((l ih n z) 0))) +("hollinshead" nil (((hh aa) 1) ((l ih n s) 0) ((hh eh d) 1))) +("hollinsworth" nil (((hh aa) 1) ((l ih n) 0) ((s w er th) 1))) +("hollis" nil (((hh aa) 1) ((l ih s) 0))) +("hollister" nil (((hh aa) 1) ((l ih) 0) ((s t er) 0))) +("holliston" nil (((hh aa) 1) ((l ih) 0) ((s t ax n) 0))) +("hollman" nil (((hh aa l) 1) ((m ax n) 0))) +("hollmann" nil (((hh aa l) 1) ((m ax n) 0))) +("hollo" nil (((hh aa) 1) ((l ow) 1))) +("hollobaugh" nil (((hh aa) 1) ((l ax) 0) ((b ao) 0))) +("holloman" nil (((hh aa) 1) ((l ow) 0) ((m ax n) 0))) +("hollomon" nil (((hh aa) 1) ((l ax) 0) ((m aa n) 0))) +("hollon" nil (((hh aa) 1) ((l ax n) 0))) +("hollopeter" nil (((hh aa) 1) ((l ax) 0) ((p iy) 0) ((t er) 0))) +("holloran" nil (((hh aa) 1) ((l er) 0) ((ax n) 0))) +("hollow" nil (((hh aa) 1) ((l ow) 0))) +("holloway" nil (((hh aa) 1) ((l ow) 0) ((w ey) 1))) +("hollowed" nil (((hh aa) 1) ((l ow d) 0))) +("hollowell" nil (((hh aa) 1) ((l ax) 0) ((w eh l) 0))) +("hollowing" nil (((hh aa) 1) ((l ow) 0) ((ih ng) 0))) +("hollows" nil (((hh aa) 1) ((l ow z) 0))) +("hollstein" nil (((hh aa l) 1) ((s t ay n) 0))) +("holly" nil (((hh aa) 1) ((l iy) 0))) +("hollyfield" nil (((hh aa) 1) ((l ih) 0) ((f iy l d) 1))) +("hollyhocks" nil (((hh aa) 1) ((l iy) 0) ((hh aa k s) 1))) +("hollywood" nil (((hh aa) 1) ((l iy) 0) ((w uh d) 1))) +("holm" nil (((hh ow m) 1))) +("holman" nil (((hh aa l) 1) ((m ax n) 0))) +("holmberg" nil (((hh ow l m) 1) ((b er g) 0))) +("holme" nil (((hh ow l m) 1))) +("holmen" nil (((hh aa l) 1) ((m eh n) 0))) +("holmer" nil (((hh ow l) 1) ((m er) 0))) +("holmes" nil (((hh ow m z) 1))) +("holmgren" nil (((hh ow l m) 1) ((g r eh n) 0))) +("holmium" nil (((hh ow l) 1) ((m iy) 0) ((ax m) 0))) +("holmlund" nil (((hh ow l m) 1) ((l ax n d) 0))) +("holmquist" nil (((hh ow l m) 1) ((k w ih s t) 1))) +("holmstrom" nil (((hh ow l m) 1) ((s t r ax m) 0))) +("holness" nil (((hh aa l) 1) ((n ih s) 0))) +("holocaust" nil (((hh aa) 1) ((l ax) 0) ((k ao s t) 1))) +("hologram" nil (((hh aa) 1) ((l ax) 0) ((g r ae m) 1))) +("holograms" nil (((hh aa) 1) ((l ax) 0) ((g r ae m z) 1))) +("holographic" nil (((hh aa) 1) ((l ax) 0) ((g r ae) 1) ((f ih k) 0))) +("holohan" nil (((hh aa) 1) ((l ax) 0) ((hh ae n) 0))) +("holquin" nil (((hh ow l) 1) ((k w ih n) 0))) +("holroyd" nil (((hh ow l) 1) ((r oy d) 1))) +("holsapple" nil (((hh ow l) 1) ((s ax) 0) ((p ax l) 0))) +("holscher" nil (((hh ow l) 1) ((sh er) 0))) +("holsclaw" nil (((hh ow l) 1) ((s k l ao) 0))) +("holsey" nil (((hh ow l) 1) ((s iy) 0))) +("holshouser" nil (((hh ow l s) 1) ((hh aw) 1) ((s er) 0))) +("holsinger" nil (((hh ow l) 1) ((s ih ng) 0) ((er) 0))) +("holsomback" nil (((hh ow l) 1) ((s ax m) 0) ((b ae k) 1))) +("holsonback" nil (((hh ow l) 1) ((s ax n) 0) ((b ae k) 1))) +("holsopple" nil (((hh ow l) 1) ((s ax) 0) ((p ax l) 0))) +("holst" nil (((hh ow l s t) 1))) +("holstad" nil (((hh ow l) 1) ((s t ax d) 0))) +("holste" nil (((hh ow l s t) 1))) +("holstead" nil (((hh ow l) 1) ((s t eh d) 1))) +("holstein" nil (((hh ow l) 1) ((s t iy n) 1))) +("holsten" nil (((hh ow l) 1) ((s ax n) 0))) +("holster" nil (((hh ow l) 1) ((s t er) 0))) +("holstine" nil (((hh ow l) 1) ((s t ay n) 1))) +("holston" nil (((hh ow l) 1) ((s t ax n) 0))) +("holstrom" nil (((hh ow l) 1) ((s t r ax m) 0))) +("holsworth" nil (((hh ow l) 1) ((s w er th) 0))) +("holt" nil (((hh ow l t) 1))) +("holtan" nil (((hh ow l) 1) ((t ax n) 0))) +("holte" nil (((hh ow l t) 1))) +("holten" nil (((hh ow l) 1) ((t ax n) 0))) +("holter" nil (((hh ow l) 1) ((t er) 0))) +("holterman" nil (((hh ow l) 1) ((t er) 0) ((m ax n) 0))) +("holthaus" nil (((hh ow l t) 1) ((hh aw s) 1))) +("holthus" nil (((hh ow l) 1) ((th ax s) 0))) +("holtkamp" nil (((hh ow l t) 1) ((k ae m p) 1))) +("holtman" nil (((hh ow l t) 1) ((m ax n) 0))) +("holtmann" nil (((hh ow l t) 1) ((m ax n) 0))) +("holton" nil (((hh ow l) 1) ((t ax n) 0))) +("holtorf" nil (((hh ow l) 1) ((t er f) 0))) +("holtrop" nil (((hh ow l) 1) ((t r ax p) 0))) +("holtry" nil (((hh ow l) 1) ((t r iy) 0))) +("holts" nil (((hh ow l t s) 1))) +("holtsclaw" nil (((hh ow l t) 1) ((s k l ao) 1))) +("holtz" nil (((hh ow l t s) 1))) +("holtzapple" nil (((hh ow l t) 1) ((z ax) 0) ((p ax l) 0))) +("holtzclaw" nil (((hh ow l t) 1) ((s k l ao) 0))) +("holtzer" nil (((hh ow l t) 1) ((z er) 0))) +("holtzinger" nil (((hh ow l t) 1) ((z ih ng) 0) ((er) 0))) +("holtzman" nil (((hh ow l t) 1) ((s m ax n) 0))) +("holub" nil (((hh ow) 1) ((l ax b) 0))) +("holum" nil (((hh ow) 1) ((l ax m) 0))) +("holverson" nil (((hh aa l) 1) ((v er) 0) ((s ax n) 0))) +("holvis" nil (((hh ow l) 1) ((v ax s) 0))) +("holway" nil (((hh aa l) 1) ((w ey) 0))) +("holweger" nil (((hh ow l) 1) ((w ih) 0) ((g er) 0))) +("holwerda" nil (((hh ow l) 0) ((w er) 1) ((d ax) 0))) +("holy" nil (((hh ow) 1) ((l iy) 0))) +("holycross" nil (((hh ow) 1) ((l iy) 0) ((k r ao s) 1))) +("holyfield" nil (((hh ow) 1) ((l iy) 0) ((f iy l d) 1))) +("holyoak" nil (((hh ow) 1) ((l iy) 0) ((ow k) 1))) +("holyoke" nil (((hh ow) 1) ((l iy) 0) ((ow k) 1))) +("holz" nil (((hh ow l z) 1))) +("holzapfel" nil (((hh ow l) 1) ((z ax p) 0) ((f ax l) 0))) +("holzer" nil (((hh ow l) 1) ((z er) 0))) +("holzhauer" nil (((hh ow l z) 1) ((hh aw) 0) ((er) 0))) +("holzhauser" nil (((hh ow l z) 1) ((hh aw) 0) ((z er) 0))) +("holzheimer" nil (((hh ow l z) 1) ((hh ay) 0) ((m er) 0))) +("holzinger" nil (((hh ow l) 1) ((z ih ng) 0) ((er) 0))) +("holzman" nil (((hh ow l z) 1) ((m ax n) 0))) +("holzmann" nil (((hh ow l z) 1) ((m ax n) 0))) +("holzschuh" nil (((hh ow l) 1) ((sh uw) 0))) +("holzstoff" nil (((hh ow l) 1) ((s t ao f) 1))) +("holzwarth" nil (((hh ow l) 1) ((z w er th) 0))) +("holzworth" nil (((hh ow l) 1) ((z w er th) 0))) +("hom" nil (((hh aa m) 1))) +("homa" nil (((hh ow) 1) ((m ax) 0))) +("homac" nil (((hh ow) 1) ((m ae k) 0))) +("homage" nil (((aa) 1) ((m ax jh) 0))) +("homan" nil (((hh ow) 1) ((m ax n) 0))) +("homann" nil (((hh ow) 1) ((m ax n) 0))) +("homans" nil (((hh ow) 1) ((m ax n z) 0))) +("homart" nil (((hh ow) 1) ((m aa r t) 1))) +("hombre" nil (((hh aa m) 1) ((b r ax) 0))) +("homburg" nil (((hh aa m) 1) ((b er g) 0))) +("home" nil (((hh ow m) 1))) +("homebuilder" nil (((hh ow m) 1) ((b ih l) 1) ((d er) 0))) +("homebuilders" nil (((hh ow m) 1) ((b ih l) 1) ((d er z) 0))) +("homebuilding" nil (((hh ow m) 1) ((b ih l) 1) ((d ih ng) 0))) +("homebuyers" nil (((hh ow m) 1) ((b ay) 1) ((er z) 0))) +("homecare" nil (((hh ow m) 1) ((k eh r) 1))) +("homeclub" nil (((hh ow m) 1) ((k l ah b) 1))) +("homecoming" nil (((hh ow m) 1) ((k ah) 1) ((m ih ng) 0))) +("homed" nil (((hh ow m d) 1))) +("homedco" nil (((hh ow) 1) ((m eh d) 1) ((k ow) 1))) +("homefed" nil (((hh ow m) 1) ((f eh d) 1))) +("homegrown" nil (((hh ow m) 1) ((g r ow n) 1))) +("homeland" nil (((hh ow m) 1) ((l ae n d) 1))) +("homelands" nil (((hh ow m) 1) ((l ae n d z) 1))) +("homeless" nil (((hh ow m) 1) ((l ax s) 0))) +("homelessness" nil (((hh ow m) 1) ((l ax) 0) ((s n ax s) 0))) +("homelike" nil (((hh ow m) 1) ((l ay k) 1))) +("homely" nil (((hh ow m) 1) ((l iy) 0))) +("homemade" nil (((hh ow m) 1) ((m ey d) 1))) +("homemaker" nil (((hh ow m) 1) ((m ey) 1) ((k er) 0))) +("homemakers" nil (((hh ow m) 1) ((m ey) 1) ((k er z) 0))) +("homemaking" nil (((hh ow m) 1) ((m ey) 1) ((k ih ng) 0))) +("homen" nil (((hh ow) 1) ((m ax n) 0))) +("homeostasis" nil (((hh ow) 1) ((m iy) 0) ((ow) 0) ((s t ey) 1) ((s ax s) 0))) +("homeostatic" nil (((hh ow) 1) ((m iy) 0) ((ow) 0) ((s t ae) 1) ((t ih k) 0))) +("homeowner" nil (((hh ow) 1) ((m ow) 1) ((n er) 0))) +("homeowners" nil (((hh ow) 1) ((m ow) 1) ((n er z) 0))) +("homeownership" nil (((hh ow) 1) ((m ow) 1) ((n er) 0) ((sh ih p) 1))) +("homeporting" nil (((hh ow m) 1) ((p ao r) 1) ((t ih ng) 0))) +("homer" nil (((hh ow) 1) ((m er) 0))) +("homeric" nil (((hh ow) 0) ((m eh) 1) ((r ih k) 0))) +("homers" nil (((hh ow) 1) ((m er z) 0))) +("homes" nil (((hh ow m z) 1))) +("homesick" nil (((hh ow m) 1) ((s ih k) 1))) +("homesickness" nil (((hh ow m) 1) ((s ih k) 1) ((n ax s) 0))) +("homesley" nil (((hh ow m) 1) ((z l iy) 0))) +("homespun" nil (((hh ow m) 1) ((s p ah n) 1))) +("homestake" nil (((hh ow m) 1) ((s t ey k) 1))) +("homestate" nil (((hh ow m) 1) ((s t ey t) 1))) +("homestead" nil (((hh ow m) 1) ((s t eh d) 1))) +("homesteaded" nil (((hh ow m) 1) ((s t eh) 1) ((d ih d) 0))) +("homestretch" nil (((hh ow m) 1) ((s t r eh ch) 1))) +("hometown" nil (((hh ow m) 1) ((t aw n) 1))) +("homeward" nil (((hh ow m) 1) ((w er d) 0))) +("homewood" nil (((hh ow m) 1) ((w uh d) 1))) +("homework" nil (((hh ow m) 1) ((w er k) 1))) +("homeworkers" nil (((hh ow m) 1) ((w er) 1) ((k er z) 0))) +("homey" nil (((hh ow) 1) ((m iy) 0))) +("homeyer" nil (((hh ow) 1) ((m iy) 0) ((er) 0))) +("homicidal" nil (((hh aa) 1) ((m ax) 0) ((s ay) 1) ((d ax l) 0))) +("homicide" nil (((hh aa) 1) ((m ax) 0) ((s ay d) 1))) +("homicides" nil (((hh aa) 1) ((m ax) 0) ((s ay d z) 1))) +("homiletic" nil (((hh aa) 1) ((m ax) 0) ((l eh) 1) ((t ih k) 0))) +("homilies" nil (((hh ow) 1) ((m ax) 0) ((l iy z) 0))) +("homily" nil (((hh aa) 1) ((m ax) 0) ((l iy) 0))) +("hominem" nil (((hh aa) 1) ((m ih) 0) ((n eh m) 0))) +("homing" nil (((hh ow) 1) ((m ih ng) 0))) +("hominy" nil (((hh aa) 1) ((m ih) 0) ((n iy) 0))) +("homme" nil (((hh aa m) 1))) +("hommel" nil (((hh aa) 1) ((m ax l) 0))) +("hommes" nil (((hh aa m z) 1))) +("homo" nil (((hh ow) 1) ((m ow) 0))) +("homogeneity" nil (((hh aa) 1) ((m ax) 0) ((jh ax) 0) ((n iy) 1) ((ax) 0) ((t iy) 0))) +("homogeneous" nil (((hh ow) 1) ((m ax) 0) ((jh iy) 1) ((n iy) 0) ((ax s) 0))) +("homogenized" nil (((hh ow) 0) ((m aa) 1) ((jh ax) 0) ((n ay z d) 1))) +("homogenous" nil (((hh ax) 0) ((m aa) 1) ((jh ax) 0) ((n ax s) 0))) +("homogeny" nil (((hh ow) 0) ((m aa) 1) ((jh ax) 0) ((n iy) 0))) +("homola" nil (((hh ax) 0) ((m aa) 1) ((l ax) 0))) +("homolka" nil (((hh ax) 0) ((m aa l) 1) ((k ax) 0))) +("homologous" nil (((hh ax) 0) ((m aa) 1) ((l ax) 0) ((g ax s) 0))) +("homophobia" nil (((hh ow) 1) ((m ax) 0) ((f ow) 1) ((b iy) 0) ((ax) 0))) +("homosexual" nil (((hh ow) 1) ((m ow) 0) ((s eh k) 1) ((sh ax) 0) ((w ax l) 0))) +("homosexuality" nil (((hh ow) 1) ((m ow) 0) ((s eh k) 1) ((sh ax) 0) ((w ae) 1) ((l ax) 0) ((t iy) 0))) +("homosexuals" nil (((hh ow) 1) ((m ow) 0) ((s eh k) 1) ((sh ax) 0) ((w ax l z) 0))) +("homosporous" nil (((hh ax) 0) ((m aa) 1) ((s p er) 0) ((ax s) 0))) +("homozygous" nil (((hh ow) 1) ((m ow) 0) ((z ay) 1) ((g ax s) 0))) +("homrich" nil (((hh aa) 1) ((m r ih k) 0))) +("homs" nil (((hh aa m z) 1))) +("homsey" nil (((hh aa m) 1) ((z iy) 0))) +("homuth" nil (((hh aa) 1) ((m uw th) 0))) +("hon" nil (((hh aa n) 1))) +("honaker" nil (((hh aa) 1) ((n ax) 0) ((k er) 0))) +("honan" nil (((hh ow) 1) ((n ax n) 0))) +("honasan" nil (((hh aa) 1) ((n ax) 0) ((z ax n) 0))) +("honda" nil (((hh ao n) 1) ((d ax) 0))) +("hondas" nil (((hh aa n) 1) ((d ax s) 0))) +("honderich" nil (((hh aa n) 1) ((d er) 0) ((ih k) 0))) +("hondo" nil (((hh aa n) 1) ((d ow) 0))) +("honduran" nil (((hh aa n) 0) ((d uh) 1) ((r ax n) 0))) +("hondurans" nil (((hh aa n) 0) ((d uh) 1) ((r ax n z) 0))) +("honduras" nil (((hh aa n) 0) ((d uh) 1) ((r ax s) 0))) +("hone" nil (((hh ow n) 1))) +("honea" nil (((hh aa) 1) ((n iy) 0) ((ax) 0))) +("honeck" nil (((hh ow) 1) ((n eh k) 0))) +("honecker" nil (((hh ow) 1) ((n eh) 0) ((k er) 0))) +("honed" nil (((hh ow n d) 1))) +("honer" nil (((hh ow) 1) ((n er) 0))) +("honest" nil (((aa) 1) ((n ax s t) 0))) +("honestly" nil (((aa) 1) ((n ax s t) 0) ((l iy) 0))) +("honesty" nil (((aa) 1) ((n ax) 0) ((s t iy) 0))) +("honey" nil (((hh ah) 1) ((n iy) 0))) +("honeybee" nil (((hh ah) 1) ((n iy) 0) ((b iy) 1))) +("honeybees" nil (((hh ah) 1) ((n iy) 0) ((b iy z) 1))) +("honeycomb" nil (((hh ah) 1) ((n iy) 0) ((k ow m) 1))) +("honeycutt" nil (((hh ah) 1) ((n iy) 0) ((k ax t) 0))) +("honeydew" nil (((hh ah) 1) ((n iy) 0) ((d uw) 1))) +("honeyman" nil (((hh aa) 1) ((n iy) 0) ((m ax n) 0))) +("honeymoon" nil (((hh ah) 1) ((n iy) 0) ((m uw n) 1))) +("honeymooned" nil (((hh ah) 1) ((n iy) 0) ((m uw n d) 1))) +("honeymooners" nil (((hh ah) 1) ((n iy) 0) ((m uw) 1) ((n er z) 0))) +("honeys" nil (((hh ah) 1) ((n iy z) 0))) +("honeysuckles" nil (((hh ah) 1) ((n iy) 0) ((s ah) 1) ((k ax l z) 0))) +("honeywell" nil (((hh ah) 1) ((n iy) 0) ((w eh l) 1))) +("hong" nil (((hh ao ng) 1))) +("hongkong" nil (((hh ao ng) 1) ((k ao ng) 0))) +("honglu" nil (((hh ow ng) 1) ((l uw) 1))) +("hongxing" nil (((hh ow ng) 1) ((sh iy ng) 1))) +("honig" nil (((hh aa) 1) ((n ih g) 0))) +("honing" nil (((hh ow) 1) ((n ih ng) 0))) +("honk" nil (((hh aa ng k) 1))) +("honking" nil (((hh ao ng) 1) ((k ih ng) 0))) +("honky" nil (((hh ao ng) 1) ((k iy) 0))) +("honn" nil (((hh aa n) 1))) +("honnold" nil (((hh aa) 1) ((n ow l d) 1))) +("honold" nil (((hh aa) 1) ((n ow l d) 0))) +("honolulu" nil (((hh aa) 1) ((n ax) 0) ((l uw) 1) ((l uw) 0))) +("honor" nil (((aa) 1) ((n er) 0))) +("honora" nil (((ao) 0) ((n ao) 1) ((r ax) 0))) +("honorable" nil (((aa) 1) ((n er) 0) ((ax) 0) ((b ax l) 0))) +("honorably" nil (((aa) 1) ((n er) 0) ((ax) 0) ((b l iy) 0))) +("honoraria" nil (((aa) 1) ((n er) 0) ((eh) 1) ((r iy) 0) ((ax) 0))) +("honorarium" nil (((aa) 1) ((n er) 0) ((eh) 1) ((r iy) 0) ((ax m) 0))) +("honorariums" nil (((aa) 1) ((n er) 0) ((eh) 1) ((r iy) 0) ((ax m z) 0))) +("honorary" nil (((aa) 1) ((n er) 0) ((eh) 1) ((r iy) 0))) +("honore" nil (((aa) 1) ((n er) 0))) +("honored" nil (((aa) 1) ((n er d) 0))) +("honoria" nil (((aa) 0) ((n er) 1) ((iy) 0) ((ax) 0))) +("honorific" nil (((aa) 1) ((n er) 0) ((ih) 1) ((f ih k) 0))) +("honoring" nil (((aa) 1) ((n er) 0) ((ih ng) 0))) +("honors" nil (((aa) 1) ((n er z) 0))) +("honour" n (((aa) 1) ((n er) 0))) +("honourable" n (((aa) 1) ((n er) 0) ((ax) 0) ((b ax l) 0))) +("honoured" n (((aa) 1) ((n er d) 0))) +("honouring" n (((aa) 1) ((n er) 0) ((ax ng) 0))) +("honours" n (((aa) 1) ((n er z) 0))) +("hons" nil (((hh aa n z) 1))) +("honsberger" nil (((hh aa n s) 1) ((b er) 0) ((g er) 0))) +("honse" nil (((hh aa n s) 1))) +("honshu" nil (((hh aa n) 1) ((sh uw) 0))) +("honsinger" nil (((hh aa n) 1) ((s ih ng) 0) ((er) 0))) +("hontz" nil (((hh aa n t s) 1))) +("hoo" nil (((hh uw) 1))) +("hoobler" nil (((hh uw) 1) ((b l er) 0))) +("hooch" nil (((hh uw ch) 1))) +("hoock" nil (((hh uw k) 1))) +("hood" nil (((hh uh d) 1))) +("hooded" nil (((hh uh) 1) ((d ih d) 0))) +("hoodlum" nil (((hh uh d) 1) ((l ax m) 0))) +("hoodlums" nil (((hh uw d) 1) ((l ax m z) 0))) +("hoods" nil (((hh uh d z) 1))) +("hoodwink" nil (((hh uh) 1) ((d w ih ng k) 1))) +("hoodwinked" nil (((hh uh) 1) ((d w ih ng k t) 1))) +("hooey" nil (((hh uw) 1) ((iy) 0))) +("hoof" nil (((hh uw f) 1))) +("hoofed" nil (((hh uh f t) 1))) +("hoofs" nil (((hh uh f s) 1))) +("hoog" nil (((hh uw g) 1))) +("hooge" nil (((hh uw jh) 1))) +("hoogland" nil (((hh uw) 1) ((g l ax n d) 0))) +("hoogovens" nil (((hh uw) 1) ((g ax) 0) ((v ih n z) 0))) +("hook" nil (((hh uh k) 1))) +("hooke" nil (((hh uh k) 1))) +("hooked" nil (((hh uh k t) 1))) +("hooker" nil (((hh uh) 1) ((k er) 0))) +("hookers" nil (((hh uh) 1) ((k er z) 0))) +("hooking" nil (((hh uh) 1) ((k ih ng) 0))) +("hooks" nil (((hh uh k s) 1))) +("hookup" nil (((hh uh) 1) ((k ah p) 1))) +("hookups" nil (((hh uh) 1) ((k ah p s) 1))) +("hookworm" nil (((hh uh) 1) ((k w er m) 0))) +("hoole" nil (((hh uw l) 1))) +("hooley" nil (((hh uw) 1) ((l iy) 0))) +("hooliganism" nil (((hh uw) 1) ((l ih) 0) ((g ax) 0) ((n ih) 1) ((z ax m) 0))) +("hooligans" nil (((hh uw) 1) ((l ih) 0) ((g ax n z) 0))) +("hoolihan" nil (((hh uw) 1) ((l ih) 0) ((hh ae n) 0))) +("hoon" nil (((hh uw n) 1))) +("hoop" nil (((hh uw p) 1))) +("hooper" nil (((hh uw) 1) ((p er) 0))) +("hooperman" nil (((hh uw) 1) ((p er) 0) ((m ax n) 0))) +("hoopes" nil (((hh uw p s) 1))) +("hoopingarner" nil (((hh uw) 0) ((p ih ng) 1) ((g aa r) 0) ((n er) 0))) +("hoopla" nil (((hh uw) 1) ((p l aa) 1))) +("hoopoe" nil (((hh uw) 1) ((p uw) 1))) +("hoops" nil (((hh uw p s) 1))) +("hooray" nil (((hh uh) 0) ((r ey) 1))) +("hoos" nil (((hh uw z) 1))) +("hoose" nil (((hh uw s) 1))) +("hooser" nil (((hh uw) 1) ((z er) 0))) +("hoosier" nil (((hh uw) 1) ((zh er) 0))) +("hoosiers" nil (((hh uw z) 1) ((y er z) 0))) +("hoot" nil (((hh uw t) 1))) +("hooted" nil (((hh uw) 1) ((t ih d) 0))) +("hooten" nil (((hh uw) 1) ((t ax n) 0))) +("hootman" nil (((hh uw t) 1) ((m ax n) 0))) +("hooton" nil (((hh uw) 1) ((t ax n) 0))) +("hoots" nil (((hh uw t s) 1))) +("hooven" nil (((hh uw) 1) ((v ax n) 0))) +("hoover" nil (((hh uw) 1) ((v er) 0))) +("hooves" nil (((hh uh v z) 1))) +("hop" nil (((hh aa p) 1))) +("hopburg" nil (((hh aa p) 1) ((b er g) 0))) +("hope" nil (((hh ow p) 1))) +("hoped" nil (((hh ow p t) 1))) +("hopeful" nil (((hh ow p) 1) ((f ax l) 0))) +("hopefully" nil (((hh ow p) 1) ((f ax) 0) ((l iy) 0))) +("hopefuls" nil (((hh ow p) 1) ((f ax l z) 0))) +("hopeless" nil (((hh ow) 1) ((p l ax s) 0))) +("hopelessly" nil (((hh ow) 1) ((p l ax) 0) ((s l iy) 0))) +("hopelessness" nil (((hh ow) 1) ((p l ax) 0) ((s n ax s) 0))) +("hopes" nil (((hh ow p s) 1))) +("hopewell" nil (((hh ow) 1) ((p w eh l) 1))) +("hopf" nil (((hh aa p f) 1))) +("hopfensperger" nil (((hh aa p) 1) ((f ih n) 0) ((s p er) 0) ((g er) 0))) +("hopfer" nil (((hh aa p) 1) ((f er) 0))) +("hopfinger" nil (((hh aa p) 1) ((f ih ng) 0) ((er) 0))) +("hopgood" nil (((hh aa p) 1) ((g uh d) 1))) +("hopi" nil (((hh ow) 1) ((p iy) 0))) +("hoping" nil (((hh ow) 1) ((p ih ng) 0))) +("hopke" nil (((hh ow p k) 1))) +("hopkin" nil (((hh aa p) 1) ((k ih n) 0))) +("hopkins" nil (((hh aa p) 1) ((k ih n z) 0))) +("hopkinson" nil (((hh aa p) 1) ((k ih n) 0) ((s ax n) 0))) +("hopkinton" nil (((hh aa p) 1) ((k ih n) 0) ((t ax n) 0))) +("hopkyns" nil (((hh aa p) 1) ((k ih n z) 0))) +("hopman" nil (((hh aa p) 1) ((m ax n) 0))) +("hopp" nil (((hh aa p) 1))) +("hoppa" nil (((hh aa) 1) ((p ax) 0))) +("hoppe" nil (((hh aa p) 1))) +("hopped" nil (((hh aa p t) 1))) +("hoppel" nil (((hh aa) 1) ((p ax l) 0))) +("hopper" nil (((hh aa) 1) ((p er) 0))) +("hoppers" nil (((hh aa) 1) ((p er z) 0))) +("hoppert" nil (((hh aa) 1) ((p er t) 0))) +("hoppes" nil (((hh aa p s) 1))) +("hopping" nil (((hh aa) 1) ((p ih ng) 0))) +("hopple" nil (((hh aa) 1) ((p ax l) 0))) +("hopps" nil (((hh aa p s) 1))) +("hops" nil (((hh aa p s) 1))) +("hopscotch" nil (((hh aa p) 1) ((s k aa ch) 1))) +("hopson" nil (((hh aa p) 1) ((s ax n) 0))) +("hopton" nil (((hh aa p) 1) ((t ax n) 0))) +("hopwood" nil (((hh aa) 1) ((p w uh d) 1))) +("hora" nil (((hh ao) 1) ((r ax) 0))) +("horace" nil (((hh ao) 1) ((r ax s) 0))) +("horacek" nil (((hh ao) 1) ((r ax) 0) ((ch eh k) 0))) +("horacia" nil (((hh ao) 0) ((r aa) 1) ((s iy) 0) ((ax) 0))) +("horacio" nil (((hh ao) 0) ((r ey) 1) ((s iy) 0) ((ow) 0))) +("horak" nil (((hh ao) 1) ((r ax k) 0))) +("horan" nil (((hh ao) 1) ((r ax n) 0))) +("horatia" nil (((hh ao) 0) ((r aa) 1) ((sh ax) 0))) +("horatian" nil (((hh er) 0) ((ey) 1) ((sh ax n) 0))) +("horatio" nil (((hh er) 0) ((ey) 1) ((sh ow) 0))) +("horatius" nil (((hh ao) 0) ((r ey) 1) ((sh ax s) 0))) +("horch" nil (((hh ao r k) 1))) +("horchow" nil (((hh ao r) 1) ((ch ow) 0))) +("hord" nil (((hh ao r d) 1))) +("horde" nil (((hh ao r d) 1))) +("hordes" nil (((hh ao r d z) 1))) +("horehound" nil (((hh aa r) 1) ((hh aw n d) 1))) +("horejsi" nil (((hh ao) 0) ((r ey y) 1) ((s iy) 0))) +("horelick" nil (((hh ao) 1) ((r ax) 0) ((l ih k) 0))) +("horen" nil (((hh ao) 1) ((r ax n) 0))) +("horenstein" nil (((hh ao) 1) ((r ax n) 0) ((s t ay n) 0))) +("horgan" nil (((hh ao r) 1) ((g ax n) 0))) +("horger" nil (((hh ao r) 1) ((g er) 0))) +("hori" nil (((hh ao) 1) ((r iy) 0))) +("horiguchi" nil (((hh ao) 1) ((r ih) 0) ((g uw) 1) ((ch iy) 0))) +("horine" nil (((hh ao) 1) ((r iy n) 0))) +("horiuchi" nil (((hh ao) 0) ((r iy) 0) ((uw) 1) ((ch iy) 0))) +("horizon" nil (((hh er) 0) ((ay) 1) ((z ax n) 0))) +("horizons" nil (((hh er) 0) ((ay) 1) ((z ax n z) 0))) +("horizontal" nil (((hh ao) 1) ((r ax) 0) ((z aa n) 1) ((t ax l) 0))) +("horizontally" nil (((hh ao) 1) ((r ih) 0) ((z aa n) 1) ((t ax) 0) ((l iy) 0))) +("horkey" nil (((hh ao r) 1) ((k iy) 0))) +("horky" nil (((hh ao r) 1) ((k iy) 0))) +("horlacher" nil (((hh ao r) 1) ((l ax) 0) ((k er) 0))) +("horlick" nil (((hh ao r) 1) ((l ih k) 0))) +("horman" nil (((hh ao r) 1) ((m ax n) 0))) +("hormann" nil (((hh ao r) 1) ((m ax n) 0))) +("hormats" nil (((hh ao r) 1) ((m ae t s) 0))) +("hormel" nil (((hh ao r) 0) ((m eh l) 1))) +("hormonal" nil (((hh ao r) 1) ((m ow) 1) ((n ax l) 0))) +("hormone" nil (((hh ao r) 1) ((m ow n) 1))) +("hormones" nil (((hh ao r) 1) ((m ow n z) 1))) +("hormuz" nil (((hh ao r) 1) ((m uw z) 0))) +("horn" nil (((hh ao r n) 1))) +("hornack" nil (((hh ao r) 1) ((n ax k) 0))) +("hornaday" nil (((hh ao r) 1) ((n ax) 0) ((d ey) 1))) +("hornak" nil (((hh ao r) 1) ((n ax k) 0))) +("hornback" nil (((hh ao r n) 1) ((b ae k) 1))) +("hornbaker" nil (((hh ao r n) 1) ((b ax) 0) ((k er) 0))) +("hornbeak" nil (((hh ao r n) 1) ((b ax k) 0))) +("hornbeck" nil (((hh ao r n) 1) ((b eh k) 1))) +("hornberger" nil (((hh ao r n) 1) ((b er) 0) ((g er) 0))) +("hornbills" nil (((hh ao r n) 1) ((b ih l z) 1))) +("hornblende" nil (((hh ao r n) 1) ((b l eh n d) 1))) +("hornbook" nil (((hh ao r n) 1) ((b uh k) 1))) +("hornbostel" nil (((hh ao r n) 1) ((b ax) 0) ((s t ax l) 0))) +("hornbrook" nil (((hh ao r n) 1) ((b r uh k) 1))) +("hornbuckle" nil (((hh ao r n) 1) ((b ax) 0) ((k ax l) 0))) +("hornburg" nil (((hh ao r n) 1) ((b er g) 0))) +("hornby" nil (((hh ao r n) 1) ((b iy) 0))) +("horne" nil (((hh ao r n) 1))) +("horned" nil (((hh ao r n d) 1))) +("horner" nil (((hh ao r) 1) ((n er) 0))) +("hornet" nil (((hh ao r) 1) ((n ih t) 0))) +("hornets" nil (((hh ao r) 1) ((n ax t s) 0))) +("horney" nil (((hh ao r) 1) ((n iy) 0))) +("hornick" nil (((hh ao r) 1) ((n ih k) 0))) +("hornig" nil (((hh ao r) 1) ((n ih g) 0))) +("hornik" nil (((hh ao r) 1) ((n ih k) 0))) +("horning" nil (((hh ao r) 1) ((n ih ng) 0))) +("hornless" nil (((hh ao r n) 1) ((l ax s) 0))) +("hornlike" nil (((hh ao r n) 1) ((l ay k) 1))) +("hornor" nil (((hh ao r) 1) ((n er) 0))) +("horns" nil (((hh ao r n z) 1))) +("hornsby" nil (((hh ao r n z) 1) ((b iy) 0))) +("hornstein" nil (((hh ao r n) 1) ((s t ay n) 1))) +("hornung" nil (((hh ao r) 1) ((n ax ng) 0))) +("horny" nil (((hh ao r) 1) ((n iy) 0))) +("hornyak" nil (((hh ao r) 1) ((n y ae k) 0))) +("horoscope" nil (((hh ao) 1) ((r ax) 0) ((s k ow p) 1))) +("horoscopes" nil (((hh ao) 1) ((r ax) 0) ((s k ow p s) 1))) +("horovitz" nil (((hh aa) 1) ((r ax) 0) ((v ih t s) 0))) +("horowitz" nil (((hh ao) 1) ((r ow) 0) ((ih t s) 0))) +("horr" nil (((hh ao r) 1))) +("horrell" nil (((hh ao) 1) ((r ax l) 0))) +("horrendous" nil (((hh ao) 1) ((r eh n) 1) ((d ax s) 0))) +("horrendously" nil (((hh ao) 1) ((r eh n) 1) ((d ax) 0) ((s l iy) 0))) +("horrible" nil (((hh ao) 1) ((r ax) 0) ((b ax l) 0))) +("horribly" nil (((hh ao) 1) ((r ax) 0) ((b l iy) 0))) +("horrid" nil (((hh ao) 1) ((r ax d) 0))) +("horrific" nil (((hh ao) 0) ((r ih) 1) ((f ih k) 0))) +("horrified" nil (((hh ao) 1) ((r ax) 0) ((f ay d) 1))) +("horrifying" nil (((hh ao) 1) ((r ax) 0) ((f ay) 1) ((ih ng) 0))) +("horrigan" nil (((hh ao) 1) ((r ax) 0) ((g ax n) 0))) +("horrocks" nil (((hh ao) 1) ((r ax k s) 0))) +("horror" nil (((hh ao) 1) ((r er) 0))) +("horrors" nil (((hh ao) 1) ((r er z) 0))) +("hors" nil (((hh ao r z) 1))) +("horsch" nil (((hh ao r sh) 1))) +("horse" nil (((hh ao r s) 1))) +("horseback" nil (((hh ao r s) 1) ((b ae k) 1))) +("horseflesh" nil (((hh ao r s) 1) ((f l eh sh) 1))) +("horsehead" nil (((hh ao r s) 1) ((hh eh d) 1))) +("horseman" nil (((hh ao r) 1) ((s m ax n) 0))) +("horsemanship" nil (((hh ao r) 1) ((s m ax n) 0) ((sh ih p) 0))) +("horsemen" nil (((hh ao r) 1) ((s m ax n) 0))) +("horseplay" nil (((hh ao r) 1) ((s p l ey) 1))) +("horsepower" nil (((hh ao r) 1) ((s p aw) 1) ((er) 0))) +("horseradish" nil (((hh ao r) 1) ((s r ae) 1) ((d ih sh) 0))) +("horses" nil (((hh ao r) 1) ((s ax z) 0))) +("horseshoe" nil (((hh ao r s) 1) ((sh uw) 1))) +("horseshoes" nil (((hh ao r s) 1) ((sh uw z) 1))) +("horsetails" nil (((hh ao r) 1) ((s t ey l z) 1))) +("horsey" nil (((hh ao r) 1) ((s iy) 0))) +("horsfall" nil (((hh ao r) 1) ((s f ax l) 0))) +("horsham" nil (((hh ao r) 1) ((sh ax m) 0))) +("horsing" nil (((hh ao r) 1) ((s ih ng) 0))) +("horsley" nil (((hh ao r) 1) ((s l iy) 0))) +("horsman" nil (((hh ao r) 1) ((s m ax n) 0))) +("horst" nil (((hh ao r s t) 1))) +("horstman" nil (((hh ao r s t) 1) ((m ax n) 0))) +("horstmann" nil (((hh ao r s t) 1) ((m ax n) 0))) +("horta" nil (((hh ao r) 1) ((t ax) 0))) +("horten" nil (((hh ao r) 1) ((t ax n) 0))) +("horter" nil (((hh ao r) 1) ((t er) 0))) +("horticultural" nil (((hh ao r) 1) ((t ax) 0) ((k ah l) 1) ((ch er) 0) ((ax l) 0))) +("horticulture" nil (((hh ao r) 1) ((t ih) 0) ((k ah l) 1) ((ch er) 0))) +("horticulturist" nil (((hh ao r) 1) ((t ih) 0) ((k ah l) 1) ((ch er) 0) ((ih s t) 0))) +("hortman" nil (((hh ao r t) 1) ((m ax n) 0))) +("horton" nil (((hh ao r) 1) ((t ax n) 0))) +("horvac" nil (((hh ao r) 1) ((v ae k) 0))) +("horvat" nil (((hh ao r) 1) ((v ax t) 0))) +("horvath" nil (((hh ao r) 1) ((v ae th) 0))) +("horvitz" nil (((hh ao r) 1) ((v ih t s) 0))) +("horwath" nil (((hh ao r) 1) ((w ao th) 0))) +("horwich" nil (((hh ao r) 1) ((w ih k) 0))) +("horwitz" nil (((hh ao r) 1) ((w ih t s) 0))) +("hosack" nil (((hh aa) 1) ((s ax k) 0))) +("hosch" nil (((hh ao sh) 1))) +("hose" nil (((hh ow z) 1))) +("hosea" nil (((hh ow) 0) ((s iy) 1) ((ax) 0))) +("hosed" nil (((hh ow z d) 1))) +("hosek" nil (((hh ow) 1) ((s eh k) 0))) +("hoselton" nil (((hh ax) 0) ((s eh l) 1) ((t ax n) 0))) +("hoses" nil (((hh ow) 1) ((z ih z) 0))) +("hosey" nil (((hh ow) 1) ((z iy) 0))) +("hosford" nil (((hh aa) 1) ((s f er d) 0))) +("hoshaw" nil (((hh aa) 1) ((sh ao) 0))) +("hosick" nil (((hh aa) 1) ((s ih k) 0))) +("hosie" nil (((hh ow) 1) ((z iy) 0))) +("hosiery" nil (((hh ow) 1) ((zh er) 0) ((iy) 0))) +("hoskin" nil (((hh aa) 1) ((s k ih n) 0))) +("hosking" nil (((hh aa) 1) ((s k ih ng) 0))) +("hoskins" nil (((hh aa) 1) ((s k ih n z) 0))) +("hoskinson" nil (((hh aa) 1) ((s k ih n) 0) ((s ax n) 0))) +("hoskyns" nil (((hh ao) 1) ((s k ih n z) 0))) +("hosler" nil (((hh aa) 1) ((s ax) 0) ((l er) 0))) +("hosley" nil (((hh aa) 1) ((s l iy) 0))) +("hosman" nil (((hh aa) 1) ((s m ax n) 0))) +("hosner" nil (((hh aa) 1) ((s n er) 0))) +("hosni" nil (((hh ow z) 1) ((n iy) 0))) +("hosoka" nil (((hh ow) 1) ((s aa) 1) ((k ax) 0))) +("hosokawa" nil (((hh ow) 1) ((s ax) 0) ((k aa) 1) ((w ax) 0))) +("hospice" nil (((hh aa) 1) ((s p ax s) 0))) +("hospices" nil (((hh aa) 1) ((s p ax) 0) ((s ih z) 0))) +("hospitable" nil (((hh aa) 1) ((s p ih) 1) ((t ax) 0) ((b ax l) 0))) +("hospital" nil (((hh aa) 1) ((s p ih) 1) ((t ax l) 0))) +("hospitality" nil (((hh aa) 1) ((s p ax) 0) ((t ae) 1) ((l ax) 0) ((t iy) 0))) +("hospitalization" nil (((hh aa) 1) ((s p ih) 0) ((t ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("hospitalizations" nil (((hh aa) 1) ((s p ih) 0) ((t ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("hospitalize" nil (((hh ao) 1) ((s p ih) 1) ((t ax) 0) ((l ay z) 1))) +("hospitalized" nil (((hh aa) 1) ((s p ih) 0) ((t ax) 0) ((l ay z d) 1))) +("hospitals" nil (((hh aa) 1) ((s p ih) 1) ((t ax l z) 0))) +("hoss" nil (((hh aa s) 1))) +("hossack" nil (((hh aa) 1) ((s ax k) 0))) +("hossain" nil (((hh ax) 0) ((s ey n) 1))) +("hossein" nil (((hh ao) 1) ((s ey n) 1))) +("hosseini" nil (((hh ow) 0) ((s ey) 0) ((iy) 1) ((n iy) 0))) +("hossler" nil (((hh aa) 1) ((s ax) 0) ((l er) 0))) +("host" nil (((hh ow s t) 1))) +("hostage" nil (((hh aa) 1) ((s t ih jh) 0))) +("hostages" nil (((hh aa) 1) ((s t ax) 0) ((jh ax z) 0))) +("hosted" nil (((hh ow) 1) ((s t ih d) 0))) +("hostel" nil (((hh aa) 1) ((s t ax l) 0))) +("hostels" nil (((hh aa) 1) ((s t ax l z) 0))) +("hostench" nil (((hh ao) 1) ((s t ax n ch) 0))) +("hoster" nil (((hh ow) 1) ((s t er) 0))) +("hosterman" nil (((hh ow) 1) ((s t er) 0) ((m ax n) 0))) +("hostess" nil (((hh ow) 1) ((s t ax s) 0))) +("hostesses" nil (((hh ow) 1) ((s t ax) 0) ((s ax z) 0))) +("hostetler" nil (((hh aa) 1) ((s t ih) 0) ((t ax) 0) ((l er) 0))) +("hostetter" nil (((hh aa) 1) ((s t ih) 0) ((t er) 0))) +("hostettler" nil (((hh aa) 1) ((s t ih) 0) ((t ax) 0) ((l er) 0))) +("hostile" nil (((hh aa) 1) ((s t ax l) 0))) +("hostilities" nil (((hh aa) 0) ((s t ih) 1) ((l ax) 0) ((t iy z) 0))) +("hostility" nil (((hh aa) 0) ((s t ih) 1) ((l ax) 0) ((t iy) 0))) +("hosting" nil (((hh ow) 1) ((s t ih ng) 0))) +("hostler" nil (((hh aa) 1) ((s l er) 0))) +("hosts" nil (((hh ow s t s) 1))) +("hostutler" nil (((hh aa) 1) ((s t uw) 0) ((t ax) 0) ((l er) 0))) +("hot" nil (((hh aa t) 1))) +("hotaling" nil (((hh aa) 1) ((t ax) 0) ((l ih ng) 0))) +("hotard" nil (((hh aa) 1) ((t er d) 0))) +("hotbed" nil (((hh aa t) 1) ((b eh d) 1))) +("hotbeds" nil (((hh aa t) 1) ((b eh d z) 1))) +("hotcakes" nil (((hh aa t) 1) ((k ey k s) 1))) +("hotchkin" nil (((hh aa ch) 1) ((k ih n) 0))) +("hotchkiss" nil (((hh aa ch) 1) ((k ih s) 0))) +("hotdog" nil (((hh aa t) 1) ((d ao g) 1))) +("hotdogs" nil (((hh aa t) 1) ((d ao g z) 1))) +("hotel" nil (((hh ow) 0) ((t eh l) 1))) +("hotelier" nil (((hh ow) 0) ((t eh) 1) ((l y er) 0))) +("hoteliers" nil (((hh ow) 0) ((t eh) 1) ((l y er z) 0))) +("hotels" nil (((hh ow) 0) ((t eh l z) 1))) +("hoth" nil (((hh aa th) 1))) +("hotheaded" n (((hh aa t) 1) ((hh eh) 1) ((d ax d) 0))) +("hotheads" n (((hh aa t) 1) ((hh eh d z) 1))) +("hothouse" nil (((hh aa t) 1) ((hh aw s) 1))) +("hotline" nil (((hh aa t) 1) ((l ay n) 1))) +("hotlines" nil (((hh aa t) 1) ((l ay n z) 1))) +("hotly" nil (((hh aa t) 1) ((l iy) 0))) +("hots" nil (((hh aa t s) 1))) +("hotshot" nil (((hh aa) 1) ((ch aa t) 1))) +("hott" nil (((hh aa t) 1))) +("hottel" nil (((hh aa) 1) ((t ax l) 0))) +("hottelet" nil (((hh aa t) 1) ((l eh t) 0))) +("hottenstein" nil (((hh aa) 1) ((t ax n) 0) ((s t ay n) 0))) +("hotter" nil (((hh aa) 1) ((t er) 0))) +("hottest" nil (((hh aa) 1) ((t ax s t) 0))) +("hottinger" nil (((hh aa) 1) ((t ih ng) 0) ((er) 0))) +("hottle" nil (((hh aa) 1) ((t ax l) 0))) +("hottman" nil (((hh aa t) 1) ((m ax n) 0))) +("hotwired" nil (((hh aa) 1) ((t w ay) 1) ((er d) 0))) +("hotz" nil (((hh aa t s) 1))) +("hotze" nil (((hh ow t z) 1))) +("hou" nil (((hh ow) 1))) +("houchen" nil (((hh aw) 1) ((k ax n) 0))) +("houchens" nil (((hh aw) 1) ((k ax n z) 0))) +("houchin" nil (((hh aw) 1) ((k ih n) 0))) +("houchins" nil (((hh aw) 1) ((k ih n z) 0))) +("houck" nil (((hh aw k) 1))) +("houdaille" nil (((hh uw) 1) ((d ey l) 1))) +("houde" nil (((hh aw d) 1))) +("houdek" nil (((hh aw) 1) ((d ih k) 0))) +("houdeshell" nil (((hh uw) 1) ((d ih) 0) ((sh ax l) 0))) +("houdini" nil (((hh uw) 0) ((d iy) 1) ((n iy) 0))) +("houff" nil (((hh ow f) 1))) +("houg" nil (((hh aw g) 1))) +("hougang" nil (((hh aw) 1) ((g aa ng) 1))) +("houge" nil (((hh aw jh) 1))) +("hougen" nil (((hh aw) 1) ((g ax n) 0))) +("hough" nil (((hh ah f) 1))) +("hougham" nil (((hh aw) 1) ((ax m) 0))) +("houghland" nil (((hh aw) 1) ((l ax n d) 0))) +("houghs" nil (((hh aw z) 1))) +("houghtaling" nil (((hh ao) 1) ((t ax) 0) ((l ih ng) 0))) +("houghton" nil (((hh ao) 1) ((t ax n) 0))) +("hougland" nil (((hh aw) 1) ((g l ax n d) 0))) +("houk" nil (((hh aw k) 1))) +("houle" nil (((hh aw l) 1))) +("houlihan" nil (((hh uw) 1) ((l ih) 0) ((hh ae n) 0))) +("houlton" nil (((hh ow l) 1) ((t ax n) 0))) +("hound" nil (((hh aw n d) 1))) +("hounded" nil (((hh aw n) 1) ((d ih d) 0))) +("hounding" nil (((hh aw n) 1) ((d ih ng) 0))) +("hounds" nil (((hh aw n d z) 1))) +("hounshell" nil (((hh aw n) 1) ((sh ax l) 0))) +("houp" nil (((hh uw p) 1))) +("houpt" nil (((hh uw p t) 1))) +("hour" nil (((aw) 1) ((w er) 0))) +("hourglass" nil (((aw) 1) ((er) 0) ((g l ae s) 1))) +("hourigan" nil (((aw) 1) ((r ih) 0) ((g ae n) 0))) +("hourihan" nil (((aw) 0) ((r iy) 1) ((hh aa n) 0))) +("hourlong" nil (((aw r) 1) ((l ao ng) 1))) +("hourly" nil (((aw r) 1) ((l iy) 0))) +("hours" nil (((aw) 1) ((er z) 0))) +("housand" nil (((hh aw) 1) ((s ax n d) 0))) +("housden" nil (((hh aw s) 1) ((d ax n) 0))) +("house" n (((hh aw s) 1))) +("house" v (((hh aw z) 1))) +("houseal" nil (((hh aw) 1) ((s ax l) 0))) +("houseboat" nil (((hh aw s) 1) ((b ow t) 1))) +("housebroken" nil (((hh aw s) 1) ((b r ow) 1) ((k ax n) 0))) +("housecleaning" nil (((hh aw) 1) ((s k l iy) 1) ((n ih ng) 0))) +("housed" nil (((hh aw z d) 1))) +("houseful" nil (((hh aw) 1) ((s f ax l) 0))) +("household" nil (((hh aw s) 1) ((hh ow l d) 1))) +("householder" nil (((hh aw s) 1) ((hh ow l) 1) ((d er) 0))) +("householders" nil (((hh aw s) 1) ((hh ow l) 1) ((d er z) 0))) +("households" nil (((hh aw s) 1) ((hh ow l d z) 1))) +("housekeeper" nil (((hh aw) 1) ((s k iy) 1) ((p er) 0))) +("housekeepers" nil (((hh aw) 1) ((s k iy) 1) ((p er z) 0))) +("housekeeping" nil (((hh aw) 1) ((s k iy) 1) ((p ih ng) 0))) +("houseknecht" nil (((hh aw s k) 1) ((n ih k t) 0))) +("housel" nil (((hh aw) 1) ((s ax l) 0))) +("houseman" nil (((hh aw) 1) ((s m ax n) 0))) +("houser" nil (((hh aw) 1) ((z er) 0))) +("houses" n (((hh aw) 1) ((s ax z) 0))) +("houses" v (((hh aw) 1) ((z ih z) 0))) +("houseware" nil (((hh aw) 1) ((s w eh r) 1))) +("housewares" nil (((hh aw) 1) ((s w eh r z) 1))) +("housewife" nil (((hh aw) 1) ((s w ay f) 1))) +("housewives" nil (((hh aw) 1) ((s w ay v z) 1))) +("housework" nil (((hh aw) 1) ((s w er k) 1))) +("houseworth" nil (((hh aw) 1) ((s w er th) 1))) +("housewright" nil (((hh aw) 1) ((s r ay t) 1))) +("housh" nil (((hh aw sh) 1))) +("housholder" nil (((hh aw) 1) ((sh ow l) 0) ((d er) 0))) +("housing" nil (((hh aw) 1) ((z ih ng) 0))) +("housings" nil (((hh aw) 1) ((z ih ng z) 0))) +("houska" nil (((hh aw) 1) ((s k ax) 0))) +("housley" nil (((hh aw) 1) ((s l iy) 0))) +("housman" nil (((hh aw) 1) ((s m ax n) 0))) +("houston" nil (((hh y uw) 1) ((s t ax n) 0))) +("houstonian" nil (((hh uw) 1) ((s t ow) 1) ((n iy) 0) ((ax n) 0))) +("hout" nil (((hh aw t) 1))) +("houtchens" nil (((hh aw) 1) ((ch ax n z) 0))) +("houten" nil (((hh aw) 1) ((t eh n) 0))) +("houtman" nil (((hh aw t) 1) ((m ax n) 0))) +("houts" nil (((hh aw t s) 1))) +("houtz" nil (((hh aw t s) 1))) +("houx" nil (((hh uw) 1))) +("houy" nil (((hh aa) 1) ((ay) 0))) +("houyi" nil (((hh ow) 1) ((y iy) 1))) +("houze" nil (((hh aw z) 1))) +("hovan" nil (((hh ow) 1) ((v ax n) 0))) +("hovanec" nil (((hh ax) 0) ((v ae) 1) ((n ih k) 0))) +("hovater" nil (((hh ow) 1) ((v ax) 0) ((t er) 0))) +("hovatter" nil (((hh aa) 1) ((v ax) 0) ((t er) 0))) +("hovda" nil (((hh aa v) 1) ((d ax) 0))) +("hovde" nil (((hh ow v d) 1))) +("hovden" nil (((hh aa v) 1) ((d ax n) 0))) +("hove" nil (((hh ow v) 1))) +("hovel" nil (((hh ah) 1) ((v ax l) 0))) +("hovels" nil (((hh ah) 1) ((v ax l z) 0))) +("hoven" nil (((hh ow) 1) ((v ax n) 0))) +("hover" nil (((hh ah) 1) ((v er) 0))) +("hovercraft" nil (((hh ah) 1) ((v er) 0) ((k r ae f t) 1))) +("hovered" nil (((hh ah) 1) ((v er d) 0))) +("hoverflies" nil (((hh ah) 1) ((v er) 0) ((f l ay z) 1))) +("hovering" nil (((hh ah) 1) ((v er) 0) ((ih ng) 0))) +("hovermale" nil (((hh ah) 1) ((v er) 0) ((m ax l) 0))) +("hovers" nil (((hh ah) 1) ((v er z) 0))) +("hoverson" nil (((hh ah) 1) ((v er) 0) ((s ax n) 0))) +("hovey" nil (((hh ow) 1) ((v iy) 0))) +("hoving" nil (((hh ow) 1) ((v ih ng) 0))) +("hovious" nil (((hh ow) 1) ((v iy) 0) ((ax s) 0))) +("hovis" nil (((hh ow) 1) ((v ih s) 0))) +("hovland" nil (((hh aa) 1) ((v l ax n d) 0))) +("hovnanian" nil (((hh aa v) 1) ((n ey) 1) ((n iy) 0) ((ax n) 0))) +("hovorka" nil (((hh ax) 0) ((v ao r) 1) ((k ax) 0))) +("hovsepian" nil (((hh ax v) 0) ((s iy) 1) ((p iy) 0) ((ax n) 0))) +("hovy" nil (((hh ow) 1) ((v iy) 0))) +("how" nil (((hh aw) 1))) +("howald" nil (((hh aw) 1) ((ax l d) 0))) +("howard" nil (((hh aw) 1) ((er d) 0))) +("howarth" nil (((hh aw) 1) ((aa r th) 0))) +("howat" nil (((hh aw) 1) ((ax t) 0))) +("howatt" nil (((hh aw) 1) ((ax t) 0))) +("howcroft" nil (((hh aw) 1) ((k r ax f t) 0))) +("howden" nil (((hh aw) 1) ((d ax n) 0))) +("howdeshell" nil (((hh aw) 1) ((d ih) 0) ((sh eh l) 0))) +("howdy" nil (((hh aw) 1) ((d iy) 0))) +("howdyshell" nil (((hh aw) 1) ((d ih) 0) ((sh eh l) 0))) +("howe" nil (((hh aw) 1))) +("howell" nil (((hh aw) 1) ((ax l) 0))) +("howells" nil (((hh aw) 1) ((ax l z) 0))) +("howenstine" nil (((hh aw) 1) ((ih n) 0) ((s t iy n) 0))) +("hower" nil (((hh aw) 1) ((er) 0))) +("howerter" nil (((hh aw) 1) ((er) 0) ((t er) 0))) +("howerton" nil (((hh aw) 0) ((er) 1) ((t ax n) 0))) +("howery" nil (((hh aw) 1) ((er) 0) ((iy) 0))) +("howes" nil (((hh aw z) 1))) +("howeth" nil (((hh aw) 1) ((ih th) 0))) +("however" nil (((hh aw) 1) ((eh) 1) ((v er) 0))) +("howey" nil (((hh aw) 1) ((iy) 0))) +("howie" nil (((hh aw) 1) ((iy) 0))) +("howington" nil (((hh aw) 1) ((ih ng) 0) ((t ax n) 0))) +("howison" nil (((hh aw) 1) ((ih) 0) ((s ax n) 0))) +("howitt" nil (((hh aw) 1) ((ih t) 0))) +("howitzer" nil (((hh aw) 1) ((ax t) 0) ((s er) 0))) +("howitzers" nil (((hh aw) 1) ((ax t) 0) ((s er z) 0))) +("howk" nil (((hh aw k) 1))) +("howl" nil (((hh aw l) 1))) +("howland" nil (((hh aw) 1) ((l ax n d) 0))) +("howle" nil (((hh aw) 1) ((ax l) 0))) +("howled" nil (((hh aw l d) 1))) +("howler" nil (((hh aw) 1) ((l er) 0))) +("howlett" nil (((hh aw) 1) ((l ih t) 0))) +("howley" nil (((hh aw) 1) ((l iy) 0))) +("howling" nil (((hh aw) 1) ((l ih ng) 0))) +("howls" nil (((hh aw l z) 1))) +("howmet" nil (((hh aw) 1) ((m ax t) 0))) +("howorth" nil (((hh aa) 1) ((w er th) 0))) +("howry" nil (((hh aw) 1) ((r iy) 0))) +("howsare" nil (((hh aw) 1) ((s er) 0))) +("howse" nil (((hh aw z) 1))) +("howser" nil (((hh aw) 1) ((z er) 0))) +("howson" nil (((hh aw) 1) ((s ax n) 0))) +("howtek" nil (((hh aw) 1) ((t eh k) 1))) +("howton" nil (((hh aw) 1) ((t ax n) 0))) +("howze" nil (((hh aw z) 1))) +("hoxie" nil (((hh aa k) 1) ((s iy) 0))) +("hoxsey" nil (((hh aa k) 1) ((s iy) 0))) +("hoxsie" nil (((hh aa k) 1) ((s iy) 0))) +("hoxworth" nil (((hh aa k) 1) ((s w er th) 0))) +("hoy" nil (((hh oy) 1))) +("hoye" nil (((hh oy) 1))) +("hoyer" nil (((hh oy) 1) ((er) 0))) +("hoying" nil (((hh oy) 1) ((ih ng) 0))) +("hoylake" nil (((hh oy) 1) ((l ey k) 1))) +("hoyland" nil (((hh oy) 1) ((l ax n d) 0))) +("hoyle" nil (((hh oy l) 1))) +("hoyne" nil (((hh oy n) 1))) +("hoyos" nil (((hh oy) 1) ((ow z) 0))) +("hoyt" nil (((hh oy t) 1))) +("hoyvald" nil (((hh oy) 1) ((v ax l d) 0))) +("hrabak" nil (((hh r aa) 1) ((b ax k) 0))) +("hrawi" nil (((hh er) 0) ((w aa) 1) ((w iy) 0))) +("hrdlicka" nil (((hh er d) 0) ((l ih) 1) ((s k ax) 0))) +("hreha" nil (((hh r iy) 1) ((hh ax) 0))) +("hren" nil (((hh r eh n) 1))) +("hribar" nil (((hh r ih) 0) ((b aa r) 1))) +("hritz" nil (((hh r ih t s) 1))) +("hrivnak" nil (((hh r ih v) 1) ((n ax k) 0))) +("hrncir" nil (((hh er n) 1) ((ch er) 0))) +("hron" nil (((hh r aa n) 1))) +("hronek" nil (((hh r ow) 1) ((n ih k) 0))) +("hrovat" nil (((hh r ow) 1) ((v ax t) 0))) +("hrubik" nil (((hh ih) 0) ((r uw) 1) ((b ih k) 0))) +("hruby" nil (((hh r uw) 1) ((b iy) 0))) +("hruska" nil (((hh r ah) 1) ((s k ax) 0))) +("hsia" nil (((sh aa) 1))) +("hsiao" nil (((sh aw) 1))) +("hsieh" nil (((sh iy) 0) ((eh) 1))) +("hsiung" nil (((sh iy) 0) ((ah ng) 1))) +("hsu" nil (((sh uw) 1))) +("hu" nil (((hh uw) 1))) +("hua" nil (((hh w aa) 1))) +("hua" nil (((w aa) 1))) +("huachuca" nil (((hh w aa) 0) ((ch uw) 1) ((k ax) 0))) +("huahua" nil (((hh w aa) 1) ((hh w aa) 1))) +("huai" nil (((hh w ay) 1))) +("huaian" nil (((hh w ay) 1) ((aa n) 1))) +("huaibei" nil (((hh w ay) 1) ((b ey) 1))) +("huaihai" nil (((hh w ay) 1) ((hh ay) 1))) +("huaihua" nil (((hh w ay) 1) ((hh w aa) 1))) +("huainan" nil (((hh w ay) 1) ((n aa n) 1))) +("huallaga" nil (((hh w aa) 0) ((l aa) 1) ((g ax) 0))) +("huamei" nil (((hh w aa) 1) ((m ey) 1))) +("huan" nil (((hh w aa n) 1))) +("huaneng" nil (((hh w aa) 1) ((n eh ng) 1))) +("huang" nil (((hh w aa ng) 1))) +("huanggang" nil (((hh w aa ng) 1) ((g aa ng) 1))) +("huangguoshu" nil (((hh w aa ng) 1) ((g w ao) 1) ((sh uw) 1))) +("huanghe" nil (((hh w aa ng) 1) ((hh ah) 0))) +("huangpu" nil (((hh w aa ng) 1) ((p uw) 1))) +("huangshan" nil (((hh w aa ng) 1) ((sh aa n) 1))) +("huangshi" nil (((hh w aa ng) 1) ((sh uh) 1))) +("huanhuan" nil (((hh w aa n) 1) ((hh w aa n) 1))) +("huard" nil (((hh w aa r d) 1))) +("huayi" nil (((hh w aa) 1) ((y iy) 1))) +("hub" nil (((hh ah b) 1))) +("hubbard" nil (((hh ah) 1) ((b er d) 0))) +("hubbart" nil (((hh ah) 1) ((b er t) 0))) +("hubbell" nil (((hh ah) 1) ((b ax l) 0))) +("hubbert" nil (((hh ah) 1) ((b er t) 0))) +("hubble" nil (((hh ah) 1) ((b ax l) 0))) +("hubbs" nil (((hh ah b z) 1))) +("hubbub" nil (((hh ah) 1) ((b ax b) 0))) +("hubby" nil (((hh ah) 1) ((b iy) 0))) +("hubcaps" nil (((hh ah b) 1) ((k ae p s) 1))) +("hubco" nil (((hh ah b) 1) ((k ow) 0))) +("hube" nil (((hh y uw b) 1))) +("hubei" nil (((hh uw) 1) ((b ey) 1))) +("huber" nil (((hh y uw) 1) ((b er) 0))) +("hubert" nil (((hh y uw) 1) ((b er t) 0))) +("huberman" nil (((hh uw) 1) ((b er) 0) ((m ax n) 0))) +("hubers" nil (((hh uw) 1) ((b er z) 0))) +("hubert" nil (((hh y uw) 1) ((b er t) 0))) +("huberta" nil (((hh uw) 0) ((b eh r) 1) ((t ax) 0))) +("huberto" nil (((hh uw) 0) ((b eh r) 1) ((t ow) 0))) +("huberty" nil (((hh ah) 1) ((b er) 0) ((t iy) 0))) +("hubka" nil (((hh ah b) 1) ((k ax) 0))) +("hubler" nil (((hh y uw) 1) ((b ax) 0) ((l er) 0))) +("hubley" nil (((hh ah) 1) ((b l iy) 0))) +("hubner" nil (((hh ah b) 1) ((n er) 0))) +("hubris" nil (((hh y uw) 1) ((b r ax s) 0))) +("hubs" nil (((hh ah b z) 1))) +("huch" nil (((hh ah ch) 1))) +("huck" nil (((hh ah k) 1))) +("huckaba" nil (((hh ah) 1) ((k ax) 0) ((b ax) 0))) +("huckabay" nil (((hh ah) 1) ((k ax) 0) ((b ey) 1))) +("huckabee" nil (((hh ah) 1) ((k ax) 0) ((b iy) 0))) +("huckaby" nil (((hh ah) 1) ((k ax) 0) ((b iy) 0))) +("hucke" nil (((hh ah k) 1))) +("huckeba" nil (((hh ah) 1) ((k ih) 0) ((b ax) 0))) +("hucker" nil (((hh ah) 1) ((k er) 0))) +("huckins" nil (((hh ah) 1) ((k ih n z) 0))) +("huckle" nil (((hh ah) 1) ((k ax l) 0))) +("huckleberry" nil (((hh ah) 1) ((k ax l) 0) ((b eh) 1) ((r iy) 0))) +("hucks" nil (((hh ah k s) 1))) +("huckstep" nil (((hh ah k) 1) ((s t ih p) 0))) +("huckster" nil (((hh ah k) 1) ((s t er) 0))) +("hucksterism" n (((hh ah k) 1) ((s t er) 0) ((ax) 0) ((z ax m) 0))) +("hucksters" nil (((hh ah k) 1) ((s t er z) 0))) +("hud" nil (((hh ah d) 1))) +("hudak" nil (((hh uw) 1) ((d ax k) 0))) +("huddle" nil (((hh ah) 1) ((d ax l) 0))) +("huddled" nil (((hh ah) 1) ((d ax l d) 0))) +("huddles" nil (((hh ah) 1) ((d ax l z) 0))) +("huddleson" nil (((hh ah d) 1) ((l ih) 0) ((s ax n) 0))) +("huddleston" nil (((hh ah) 1) ((d ax l) 0) ((s t ax n) 0))) +("huddling" nil (((hh ah) 1) ((d ax) 0) ((l ih ng) 0))) +("huddy" nil (((hh ah) 1) ((d iy) 0))) +("hudec" nil (((hh uw) 1) ((d ih k) 0))) +("hudecek" nil (((hh ah) 1) ((d ih) 0) ((ch eh k) 0))) +("hudek" nil (((hh uw) 1) ((d ih k) 0))) +("hudelson" nil (((hh ah) 1) ((d ih l) 0) ((s ax n) 0))) +("hudgens" nil (((hh ah) 1) ((jh ax n z) 0))) +("hudgins" nil (((hh ah) 1) ((jh ih n z) 0))) +("hudkins" nil (((hh ah d) 1) ((k ih n z) 0))) +("hudler" nil (((hh uw) 1) ((d ax) 0) ((l er) 0))) +("hudlow" nil (((hh ah d) 1) ((l ow) 0))) +("hudman" nil (((hh ah d) 1) ((m ax n) 0))) +("hudnall" nil (((hh ah d) 1) ((n ax l) 0))) +("hudnell" nil (((hh ah d) 1) ((n ax l) 0))) +("hudnut" nil (((hh ah d) 1) ((n ah t) 1))) +("hudock" nil (((hh ah) 1) ((d ax k) 0))) +("hudon" nil (((hh uw) 1) ((d ax n) 0))) +("hudson" nil (((hh ah d) 1) ((s ax n) 0))) +("hudspeth" nil (((hh ah d) 1) ((s p ih th) 0))) +("hudwon" nil (((hh ah) 1) ((d w ax n) 0))) +("hudy" nil (((hh y uw) 1) ((d iy) 0))) +("hudzik" nil (((hh ah d) 1) ((z ih k) 0))) +("hue" nil (((hh y uw) 1))) +("huebel" nil (((hh uh) 1) ((b ax l) 0))) +("hueber" nil (((hh uh) 1) ((b er) 0))) +("huebert" nil (((hh uh) 1) ((b er t) 0))) +("huebner" nil (((hh y uw b) 1) ((n er) 0))) +("huebsch" nil (((hh uh b sh) 1))) +("hued" nil (((hh y uw d) 1))) +("huegel" nil (((hh uh) 1) ((g ax l) 0))) +("hueglin" nil (((hh y uw) 1) ((g l ih n) 0))) +("huelskamp" nil (((hh uh l) 1) ((s k ae m p) 0))) +("huelsman" nil (((hh uh l) 1) ((s m ax n) 0))) +("huelsmann" nil (((hh uh l) 1) ((s m ax n) 0))) +("huenink" nil (((hh uh) 1) ((n ih ng k) 0))) +("huerta" nil (((hh w eh r) 1) ((t ah) 1))) +("huerter" nil (((hh er) 1) ((t er) 0))) +("hues" nil (((hh y uw z) 1))) +("huesman" nil (((hh uh) 1) ((s m ax n) 0))) +("huestis" nil (((hh uh) 1) ((s t ih s) 0))) +("hueston" nil (((hh uh) 1) ((s t ax n) 0))) +("huether" nil (((hh uh) 1) ((dh er) 0))) +("huett" nil (((hh uw t) 1))) +("huetta" nil (((hh uw) 0) ((eh) 1) ((t ax) 0))) +("huette" nil (((hh uw t) 1))) +("huettl" nil (((hh uh) 1) ((t ax l) 0))) +("huettner" nil (((hh uh t) 1) ((n er) 0))) +("huey" nil (((hh y uw) 1) ((iy) 0))) +("hufbauer" nil (((hh ah f) 1) ((b aw) 1) ((er) 0))) +("huff" nil (((hh ah f) 1))) +("huffaker" nil (((hh ah) 1) ((f ax) 0) ((k er) 0))) +("huffed" nil (((hh ah f t) 1))) +("huffer" nil (((hh ah) 1) ((f er) 0))) +("huffine" nil (((hh ah) 1) ((f ay n) 1))) +("huffines" nil (((hh ah) 1) ((f ay n z) 1))) +("huffing" nil (((hh ah) 1) ((f ih ng) 0))) +("huffington" nil (((hh ah) 1) ((f ih ng) 0) ((t ax n) 0))) +("huffman" nil (((hh ah f) 1) ((m ax n) 0))) +("huffmaster" nil (((hh ah f) 1) ((m ae) 1) ((s t er) 0))) +("hufford" nil (((hh ah) 1) ((f er d) 0))) +("huffs" nil (((hh ah f s) 1))) +("huffstetler" nil (((hh ah f) 1) ((s t ih) 0) ((t ax) 0) ((l er) 0))) +("huffstutler" nil (((hh ah f) 1) ((s t uw) 0) ((t ax) 0) ((l er) 0))) +("huffy" nil (((hh ah) 1) ((f iy) 0))) +("hufnagel" nil (((hh ah f) 1) ((n ey) 1) ((g ax l) 0))) +("hufnagle" nil (((hh ah f) 1) ((n ey) 1) ((g ax l) 0))) +("hufstedler" nil (((hh ah f) 1) ((s t ih) 0) ((d ax) 0) ((l er) 0))) +("hufstetler" nil (((hh ah f) 1) ((s t ih) 0) ((t ax) 0) ((l er) 0))) +("hug" nil (((hh ah g) 1))) +("huge" nil (((hh y uw jh) 1))) +("hugel" nil (((hh uw) 1) ((g ax l) 0))) +("hugely" nil (((hh y uw jh) 1) ((l iy) 0))) +("hugest" nil (((hh y uw) 1) ((jh ax s t) 0))) +("hugette" nil (((hh ax) 0) ((zh eh t) 1))) +("hugg" nil (((hh ah g) 1))) +("huggard" nil (((hh ah) 1) ((g er d) 0))) +("hugged" nil (((hh ah g d) 1))) +("hugger" nil (((hh ah) 1) ((g er) 0))) +("huggett" nil (((hh ah) 1) ((g ih t) 0))) +("huggies" nil (((hh ah) 1) ((g iy z) 0))) +("hugging" nil (((hh ah) 1) ((g ih ng) 0))) +("huggingface" nil (((hh ah) 1) ((g ih ng) 0) ((f ey s) 2))) +("hugginggpt" nil (((hh ah) 1) ((g ih ng) 0) ((jh iy) 1) ((p iy) 1) ((t iy) 1))) +("huggins" nil (((hh ah) 1) ((g ih n z) 0))) +("huggler" nil (((hh ah) 1) ((g l er) 0))) +("hugh" nil (((hh y uw) 1))) +("hughart" nil (((hh ah g) 1) ((hh aa r t) 1))) +("hughbanks" nil (((hh ah) 1) ((b ax ng k s) 0))) +("hughen" nil (((hh y uw) 1) ((ax n) 0))) +("hughes" nil (((hh y uw z) 1))) +("hughett" nil (((hh y uw) 1) ((ih t) 0))) +("hughette" nil (((hh y uw) 1) ((eh t) 1))) +("hughey" nil (((hh ah) 1) ((g iy) 0))) +("hughie" nil (((hh y uw) 1) ((iy) 0))) +("hughlett" nil (((hh y uw) 1) ((l ih t) 0))) +("hughley" nil (((hh ah) 1) ((g l iy) 0))) +("hughs" nil (((y uw z) 1))) +("hughson" nil (((hh ah g) 1) ((s ax n) 0))) +("hughston" nil (((hh ah g) 1) ((s t ax n) 0))) +("hughy" nil (((hh y uw) 1) ((iy) 0))) +("hugill" nil (((hh ah) 1) ((jh ax l) 0))) +("hugley" nil (((hh ah) 1) ((g l iy) 0))) +("hugo" nil (((hh y uw) 1) ((g ow) 0))) +("hugoton" nil (((hh y uw) 1) ((g ow) 0) ((t ax n) 0))) +("hugs" nil (((hh ah g z) 1))) +("huguenin" nil (((hh uw) 0) ((g ey) 0) ((n iy n) 1))) +("huguenot" nil (((hh y uw) 1) ((g ax) 0) ((n aa t) 1))) +("huguenots" nil (((hh y uw) 1) ((g ax) 0) ((n aa t s) 1))) +("huguet" nil (((hh uw) 1) ((g ey t) 0))) +("huguley" nil (((hh ah) 1) ((g y uw) 0) ((l iy) 0))) +("hugus" nil (((hh y uw) 1) ((g ax s) 0))) +("huh" nil (((hh ah) 1))) +("huhehaote" nil (((hh uw) 1) ((hh ah) 0) ((hh aw) 1) ((t ax) 0))) +("huhn" nil (((hh ah n) 1))) +("huhta" nil (((hh uw) 1) ((t ax) 0))) +("hui" nil (((hh w ey) 1))) +("huibregtse" nil (((hh uw) 1) ((b r eh k t s) 0))) +("huie" nil (((hh y uw) 1) ((iy) 0))) +("huihui" nil (((hh w ey) 1) ((hh w ey) 1))) +("huish" nil (((hh y uw) 1) ((ih sh) 0))) +("huisman" nil (((hh uw) 1) ((s m ax n) 0))) +("huitt" nil (((hh uw t) 1))) +("huizar" nil (((hh ih) 0) ((z aa r) 1))) +("huizenga" nil (((hh ih) 0) ((z ey ng) 1) ((g ax) 0))) +("huizhou" nil (((hh w ey) 1) ((jh ow) 1))) +("huizinga" nil (((hh ih) 0) ((z iy ng) 1) ((g ax) 0))) +("hukill" nil (((hh y uw) 1) ((k ih l) 0))) +("hula" nil (((hh uw) 1) ((l ax) 0))) +("hulbard" nil (((hh ah l) 1) ((b er d) 0))) +("hulbert" nil (((hh ah l) 1) ((b er t) 0))) +("hulburd" nil (((hh ah l) 1) ((b er d) 0))) +("hulburt" nil (((hh ah l) 1) ((b er t) 0))) +("hulce" nil (((hh ah l s) 1))) +("huldie" nil (((hh ah) 1) ((d iy) 0))) +("huldy" nil (((hh ah l) 1) ((d iy) 0))) +("hulen" nil (((hh ah) 1) ((l ax n) 0))) +("hulet" nil (((hh uw) 1) ((l ih t) 0))) +("hulett" nil (((hh y uw) 1) ((l ih t) 0))) +("hulette" nil (((hh y uw) 1) ((l eh t) 1))) +("hulgan" nil (((hh ah l) 1) ((g ax n) 0))) +("hulick" nil (((hh y uw) 1) ((l ih k) 0))) +("hulin" nil (((hh y uw) 1) ((l ih n) 0))) +("huling" nil (((hh y uw) 1) ((l ih ng) 0))) +("hulings" nil (((hh y uw) 1) ((l ih ng z) 0))) +("hulk" nil (((hh ah l k) 1))) +("hulking" nil (((hh ah l) 1) ((k ih ng) 0))) +("hulks" nil (((hh ah l k s) 1))) +("hull" nil (((hh ah l) 1))) +("hullabaloo" nil (((hh ah) 1) ((l ax) 0) ((b ax) 0) ((l uw) 1))) +("hulled" nil (((hh ah l d) 1))) +("hullender" nil (((hh uw) 1) ((l eh n) 0) ((d er) 0))) +("hullett" nil (((hh uw) 1) ((l ih t) 0))) +("hullinger" nil (((hh ah) 1) ((l ih ng) 0) ((er) 0))) +("hulls" nil (((hh ah l z) 1))) +("hullum" nil (((hh ah) 1) ((l ax m) 0))) +("hulme" nil (((hh ah l m) 1))) +("hulon" nil (((hh y uw) 1) ((l ax n) 0))) +("hulond" nil (((hh y uw) 1) ((l ax n d) 0))) +("huls" nil (((hh ah l z) 1))) +("hulse" nil (((hh ah l s) 1))) +("hulsebus" nil (((hh ah l) 1) ((s ih) 0) ((b ih s) 0))) +("hulsey" nil (((hh ah l) 1) ((s iy) 0))) +("hulsizer" nil (((hh ah l) 1) ((s ay) 1) ((z er) 0))) +("hulslander" nil (((hh ah l) 1) ((s l ax n) 0) ((d er) 0))) +("hulsman" nil (((hh ah l) 1) ((s m ax n) 0))) +("hulst" nil (((hh ah l s t) 1))) +("hult" nil (((hh ah l t) 1))) +("hultberg" nil (((hh ah l t) 1) ((b er g) 0))) +("hultgren" nil (((hh ah l t) 1) ((g r eh n) 0))) +("hultman" nil (((hh ah l t) 1) ((m ax n) 0))) +("hulton" nil (((hh ah l) 1) ((t ax n) 0))) +("hultquist" nil (((hh ah l t) 1) ((k w ih s t) 0))) +("hults" nil (((hh ah l t s) 1))) +("hultz" nil (((hh ah l t s) 1))) +("hulvey" nil (((hh ah l) 1) ((v iy) 0))) +("huludao" nil (((hh uw) 1) ((l uw) 1) ((d aw) 1))) +("hulunbeier" nil (((hh uw) 1) ((l uw n) 1) ((b ey) 1) ((er) 1))) +("hum" nil (((hh ah m) 1))) +("human" nil (((hh y uw) 1) ((m ax n) 0))) +("humana" nil (((hh y uw) 0) ((m ae) 1) ((n ax) 0))) +("humane" nil (((hh y uw) 0) ((m ey n) 1))) +("humanism" nil (((hh y uw) 1) ((m ax) 0) ((n ih) 1) ((z ax m) 0))) +("humanist" nil (((hh y uw) 1) ((m ax) 0) ((n ih s t) 0))) +("humanistic" nil (((hh y uw) 1) ((m ax) 0) ((n ih) 1) ((s t ih k) 0))) +("humanists" nil (((hh y uw) 1) ((m ax) 0) ((n ax s t s) 0))) +("humanitarian" nil (((hh y uw) 1) ((m ae) 1) ((n ax) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("humanities" nil (((hh y uw) 0) ((m ae) 1) ((n ih) 0) ((t iy z) 0))) +("humanity" nil (((hh y uw) 0) ((m ae) 1) ((n ih) 0) ((t iy) 0))) +("humanize" nil (((hh y uw) 1) ((m ax) 0) ((n ay z) 1))) +("humanizing" nil (((hh y uw) 1) ((m ax) 0) ((n ay) 1) ((z ih ng) 0))) +("humankind" nil (((hh y uw) 1) ((m ax n) 0) ((k ay n d) 1))) +("humanly" nil (((hh y uw) 1) ((m ax n) 0) ((l iy) 0))) +("humann" nil (((hh y uw) 1) ((m ax n) 0))) +("humanness" nil (((hh y uw) 1) ((m ax n) 0) ((n ax s) 0))) +("humans" nil (((hh y uw) 1) ((m ax n z) 0))) +("humbarger" nil (((hh ah m) 1) ((b aa r) 1) ((g er) 0))) +("humber" nil (((hh ah m) 1) ((b er) 0))) +("humbert" nil (((hh ah m) 1) ((b er t) 0))) +("humberto" nil (((hh ax m) 0) ((b er) 1) ((t ow) 1))) +("humble" nil (((hh ah m) 1) ((b ax l) 0))) +("humbled" nil (((hh ah m) 1) ((b ax l d) 0))) +("humbler" nil (((hh ah m) 1) ((b ax) 0) ((l er) 0))) +("humbles" nil (((hh ah m) 1) ((b ax l z) 0))) +("humblest" nil (((hh ah m) 1) ((b ax) 0) ((l ax s t) 0))) +("humbling" nil (((hh ah m) 1) ((b ax) 0) ((l ih ng) 0))) +("humbly" nil (((hh ah m) 1) ((b l iy) 0))) +("humboldt" nil (((hh ah m) 1) ((b ow l t) 1))) +("humbug" nil (((hh ah m) 1) ((b ah g) 1))) +("humburg" nil (((hh ah m) 1) ((b er g) 0))) +("humdinger" nil (((hh ah m) 1) ((d ih ng) 0) ((er) 0))) +("humdrum" nil (((hh ah m) 1) ((d r ah m) 1))) +("hume" nil (((hh y uw m) 1))) +("humenik" nil (((hh y uw) 1) ((m ih) 0) ((n ih k) 0))) +("humerous" nil (((hh y uw) 1) ((m er) 0) ((ax s) 0))) +("humerus" nil (((hh y uw) 1) ((m er) 0) ((ax s) 0))) +("humes" nil (((hh y uw m z) 1))) +("humfrey" nil (((hh ah m) 1) ((f r iy) 0))) +("humfry" nil (((hh ah m) 1) ((f er) 0) ((iy) 0))) +("humi" nil (((hh y uw) 1) ((m iy) 0))) +("humid" nil (((hh y uw) 1) ((m ax d) 0))) +("humidifiers" nil (((hh y uw) 0) ((m ih) 1) ((d ax) 0) ((f ay) 1) ((er z) 0))) +("humidity" nil (((hh y uw) 0) ((m ih) 1) ((d ax) 0) ((t iy) 0))) +("humiliate" nil (((hh y uw) 0) ((m ih) 1) ((l iy) 0) ((ey t) 1))) +("humiliated" nil (((hh y uw) 0) ((m ih) 1) ((l iy) 0) ((ey) 1) ((t ih d) 0))) +("humiliating" nil (((hh y uw) 0) ((m ih) 1) ((l iy) 0) ((ey) 1) ((t ih ng) 0))) +("humiliation" nil (((hh y uw) 0) ((m ih) 1) ((l iy) 0) ((ey) 1) ((sh ax n) 0))) +("humiliations" nil (((hh y uw) 1) ((m ih) 1) ((l iy) 0) ((ey) 1) ((sh ax n z) 0))) +("humility" nil (((hh y uw) 0) ((m ih) 1) ((l ih) 0) ((t iy) 0))) +("humiston" nil (((hh y uw) 1) ((m ih) 0) ((s t aa n) 0))) +("humke" nil (((hh ah m) 1) ((k iy) 0))) +("huml" nil (((hh ah) 1) ((m ax l) 0))) +("humm" nil (((hh ah m) 1))) +("hummel" nil (((hh ah) 1) ((m ax l) 0))) +("hummell" nil (((hh ah) 1) ((m ax l) 0))) +("hummer" nil (((hh ah) 1) ((m er) 0))) +("humming" nil (((hh ah) 1) ((m ih ng) 0))) +("hummingbird" nil (((hh ah) 1) ((m ih ng) 0) ((b er d) 1))) +("hummingbirds" nil (((hh ah) 1) ((m ih ng) 0) ((b er d z) 1))) +("humongous" nil (((hh y uw) 0) ((m ao ng) 1) ((g ax s) 0))) +("humor" nil (((hh y uw) 1) ((m er) 0))) +("humoral" nil (((hh y uw) 1) ((m er) 0) ((ax l) 0))) +("humored" nil (((hh y uw) 1) ((m er d) 0))) +("humorist" nil (((hh y uw) 1) ((m er) 0) ((ax s t) 0))) +("humorists" nil (((hh y uw) 1) ((m er) 0) ((ih s t s) 0))) +("humorless" nil (((hh y uw) 1) ((m er) 0) ((l ax s) 0))) +("humorous" nil (((hh y uw) 1) ((m er) 0) ((ax s) 0))) +("hump" nil (((hh ah m p) 1))) +("humpal" nil (((hh ah m) 1) ((p ax l) 0))) +("humpback" nil (((hh ah m p) 1) ((b ae k) 1))) +("humped" nil (((hh ah m p t) 1))) +("humpert" nil (((hh ah m) 1) ((p er t) 1))) +("humph" nil (((hh ah m f) 1))) +("humphery" nil (((hh ah m) 1) ((f er) 0) ((iy) 0))) +("humpherys" nil (((hh ah m) 1) ((f er) 0) ((iy z) 0))) +("humphrey" nil (((hh ah m) 1) ((f r iy) 0))) +("humphreys" nil (((hh ah m) 1) ((f r iy z) 0))) +("humphries" nil (((hh ah m) 1) ((f er) 0) ((iy z) 0))) +("humphry" nil (((hh ah m) 1) ((f r iy) 0))) +("humpty" nil (((hh ah m p) 1) ((t iy) 0))) +("hums" nil (((hh ah m z) 1))) +("humulin" nil (((hh y uw) 1) ((m y uw) 1) ((l ih n) 0))) +("humus" nil (((hh y uw) 1) ((m ax s) 0))) +("humvee" nil (((hh ah m) 1) ((v iy) 1))) +("humvees" nil (((hh ah m) 1) ((v iy z) 1))) +("hun" nil (((hh uw n) 1))) +("hun" nil (((hh ah n) 1))) +("hunan" nil (((hh uw) 1) ((n aa n) 0))) +("hunch" nil (((hh ah n ch) 1))) +("hunchback" nil (((hh ah n ch) 1) ((b ae k) 1))) +("hunched" nil (((hh ah n ch t) 1))) +("hunches" nil (((hh ah n) 1) ((ch ih z) 0))) +("hund" nil (((hh ah n d) 1))) +("hundertmark" nil (((hh ah n) 1) ((d er t) 0) ((m aa r k) 1))) +("hundley" nil (((hh ah n d) 1) ((l iy) 0))) +("hundred" nil (((hh ah n) 1) ((d r ax d) 0))) +("hundreds" nil (((hh ah n) 1) ((d r ax d z) 0))) +("hundredth" nil (((hh ah n) 1) ((d r ax d th) 0))) +("hundredths" nil (((hh ah n) 1) ((d r ax d th s) 0))) +("hundredweight" nil (((hh ah n) 1) ((d r ax) 0) ((d w ey t) 1))) +("hundt" nil (((hh ah n t) 1))) +("huneke" nil (((hh ah) 1) ((n ih k) 0))) +("huneycutt" nil (((hh ah) 1) ((n iy) 0) ((k ax t) 0))) +("hung" nil (((hh ah ng) 1))) +("hungarian" nil (((hh ax ng) 0) ((g eh) 1) ((r iy) 0) ((ax n) 0))) +("hungarians" nil (((hh ax ng) 0) ((g eh) 1) ((r iy) 0) ((ax n z) 0))) +("hungary" nil (((hh ah ng) 1) ((g er) 0) ((iy) 0))) +("hungate" nil (((hh ah ng) 1) ((ey t) 0))) +("hunger" nil (((hh ah ng) 1) ((g er) 0))) +("hungerford" nil (((hh ah ng) 1) ((g er) 0) ((f er d) 0))) +("hungerfords" nil (((hh ah ng) 1) ((g er) 0) ((f er d z) 0))) +("hungering" nil (((hh ah ng) 1) ((g er) 0) ((ih ng) 0))) +("hungrier" nil (((hh ah ng) 1) ((g r iy) 0) ((er) 0))) +("hungrily" nil (((hh ah ng) 1) ((g r ax) 0) ((l iy) 0))) +("hungry" nil (((hh ah ng) 1) ((g r iy) 0))) +("hunk" nil (((hh ah ng k) 1))) +("hunke" nil (((hh ah ng k) 1))) +("hunkele" nil (((hh ah ng) 1) ((k ax l) 0))) +("hunker" nil (((hh ah ng) 1) ((k er) 0))) +("hunkered" nil (((hh ah ng) 1) ((k er d) 0))) +("hunkering" nil (((hh ah ng) 1) ((k er) 0) ((ih ng) 0))) +("hunkins" nil (((hh ah ng) 1) ((k ih n z) 0))) +("hunks" nil (((hh ah ng k s) 1))) +("hunky" nil (((hh ah ng) 1) ((k iy) 0))) +("hunley" nil (((hh ah n) 1) ((l iy) 0))) +("hunn" nil (((hh ah n) 1))) +("hunnell" nil (((hh ah) 1) ((n ax l) 0))) +("hunnewell" nil (((hh ah) 1) ((n ih) 0) ((w eh l) 0))) +("hunnicutt" nil (((hh ah) 1) ((n ih) 0) ((k ax t) 0))) +("hunsaker" nil (((hh ah n) 1) ((s ax) 0) ((k er) 0))) +("hunsberger" nil (((hh ah n s) 1) ((b er) 0) ((g er) 0))) +("hunsicker" nil (((hh ah n) 1) ((s ih) 0) ((k er) 0))) +("hunsinger" nil (((hh ah n) 1) ((s ih ng) 0) ((er) 0))) +("hunsley" nil (((hh ah n) 1) ((s l iy) 0))) +("hunsucker" nil (((hh ah n) 1) ((s ax) 0) ((k er) 0))) +("hunt" nil (((hh ah n t) 1))) +("huntco" nil (((hh ah n t) 1) ((k ow) 0))) +("hunte" nil (((hh ah n t) 1))) +("hunted" nil (((hh ah n) 1) ((t ax d) 0))) +("hunter" nil (((hh ah n) 1) ((t er) 0))) +("hunters" nil (((hh ah n) 1) ((t er z) 0))) +("hunting" nil (((hh ah n) 1) ((t ih ng) 0))) +("huntingdon" nil (((hh ah n) 1) ((t ih ng) 0) ((d ih n) 0))) +("huntington" nil (((hh ah n) 1) ((t ih ng) 0) ((t ax n) 0))) +("huntley" nil (((hh ah n t) 1) ((l iy) 0))) +("hunton" nil (((hh ah n) 1) ((t ax n) 0))) +("huntoon" nil (((hh ax n) 0) ((t uw n) 1))) +("huntress" nil (((hh ah n) 1) ((t r ih s) 0))) +("hunts" nil (((hh ah n t s) 1))) +("huntsinger" nil (((hh ah n t) 1) ((s ih n) 0) ((jh er) 0))) +("huntsman" nil (((hh ah n t) 1) ((s m ax n) 0))) +("huntsville" nil (((hh ah n t) 1) ((s v ih l) 0))) +("huntway" nil (((hh ah n) 1) ((t w ey) 1))) +("huntzinger" nil (((hh ah n t) 1) ((z ih ng) 0) ((er) 0))) +("hunza" nil (((hh ah n) 1) ((z ax) 0))) +("hunzeker" nil (((hh ah n) 1) ((z ih) 0) ((k er) 0))) +("hunziker" nil (((hh ah n) 1) ((z ih) 0) ((k er) 0))) +("huo" nil (((hh w ao) 1))) +("huot" nil (((hh y uw) 1) ((ax t) 0))) +("hupe" nil (((hh y uw p) 1))) +("hupfer" nil (((hh ah p) 1) ((f er) 0))) +("hupp" nil (((hh ah p) 1))) +("huppert" nil (((hh ah) 1) ((p er t) 0))) +("hur" nil (((hh er) 1))) +("hurco" nil (((hh er) 1) ((k ow) 1))) +("hurd" nil (((hh er d) 1))) +("hurdle" nil (((hh er) 1) ((d ax l) 0))) +("hurdler" nil (((hh er) 1) ((d ax) 0) ((l er) 0))) +("hurdles" nil (((hh er) 1) ((d ax l z) 0))) +("hurdling" nil (((hh er) 1) ((d ax) 0) ((l ih ng) 0))) +("hurdman" nil (((hh er d) 1) ((m ax n) 0))) +("hurford" nil (((hh er) 1) ((f er d) 0))) +("hurl" nil (((hh er l) 1))) +("hurlbert" nil (((hh er l) 1) ((b er t) 0))) +("hurlburt" nil (((hh er l) 1) ((b er t) 0))) +("hurlbut" nil (((hh er l) 1) ((b ax t) 0))) +("hurlbutt" nil (((hh er l) 1) ((b ax t) 0))) +("hurled" nil (((hh er l d) 1))) +("hurless" nil (((hh er) 1) ((l ax s) 0))) +("hurley" nil (((hh er) 1) ((l iy) 0))) +("hurling" nil (((hh er) 1) ((l ih ng) 0))) +("hurlock" nil (((hh er) 1) ((l ax k) 0))) +("hurm" nil (((hh er m) 1))) +("hurn" nil (((hh er n) 1))) +("hurney" nil (((hh er) 1) ((n iy) 0))) +("huron" nil (((hh y uw) 1) ((r aa n) 1))) +("hurrah" nil (((hh er) 0) ((r aa) 1))) +("hurrahed" nil (((hh er) 0) ((r aa d) 1))) +("hurrell" nil (((hh ao) 1) ((r ax l) 0))) +("hurricane" nil (((hh er) 1) ((ax) 0) ((k ey n) 1))) +("hurricanes" nil (((hh er) 1) ((ax) 0) ((k ey n z) 1))) +("hurried" nil (((hh er) 1) ((iy d) 0))) +("hurriedly" nil (((hh er) 1) ((iy d) 0) ((l iy) 0))) +("hurries" nil (((hh er) 1) ((iy z) 0))) +("hurry" nil (((hh er) 1) ((iy) 0))) +("hurrying" nil (((hh er) 1) ((iy) 0) ((ih ng) 0))) +("hursey" nil (((hh er) 1) ((s iy) 0))) +("hursh" nil (((hh er sh) 1))) +("hurst" nil (((hh er s t) 1))) +("hurston" nil (((hh er) 1) ((s t ax n) 0))) +("hurt" nil (((hh er t) 1))) +("hurta" nil (((hh er) 1) ((t ax) 0))) +("hurtado" nil (((hh er) 0) ((t aa) 1) ((d ow) 0))) +("hurteau" nil (((hh er) 0) ((t ow) 1))) +("hurtful" nil (((hh er t) 1) ((f ax l) 0))) +("hurtig" nil (((hh er) 1) ((t ih g) 0))) +("hurting" nil (((hh er) 1) ((t ih ng) 0))) +("hurtle" nil (((hh er) 1) ((t ax l) 0))) +("hurtling" nil (((hh er t) 1) ((l ih ng) 0))) +("hurts" nil (((hh er t s) 1))) +("hurtt" nil (((hh er t) 1))) +("hurtubise" nil (((hh er) 1) ((t ax) 0) ((b ay z) 0))) +("hurvitz" nil (((hh er) 1) ((v ih t s) 0))) +("hurwitz" nil (((hh er) 1) ((w ih t s) 0))) +("husain" nil (((hh ah) 1) ((s ay n) 0))) +("husak" nil (((hh uw) 1) ((s ax k) 0))) +("husar" nil (((hh uw) 1) ((s er) 0))) +("husband" nil (((hh ah z) 1) ((b ax n d) 0))) +("husbandry" nil (((hh ah z) 1) ((b ax n) 0) ((d r iy) 0))) +("husbands" nil (((hh ah z) 1) ((b ax n d z) 0))) +("husby" nil (((hh ah s) 1) ((b iy) 0))) +("huschka" nil (((hh ah sh) 1) ((k ax) 0))) +("huse" nil (((hh y uw z) 1))) +("huseby" nil (((hh ah) 1) ((s ih) 0) ((b iy) 0))) +("huseman" nil (((hh uw) 1) ((s m ax n) 0))) +("husen" nil (((hh uw) 1) ((s ax n) 0))) +("huser" nil (((hh y uw) 1) ((z er) 0))) +("hush" nil (((hh ah sh) 1))) +("hushed" nil (((hh ah sh t) 1))) +("husic" nil (((hh y uw) 1) ((z ih k) 0))) +("husk" nil (((hh ah s k) 1))) +("huska" nil (((hh ah) 1) ((s k ax) 0))) +("huskey" nil (((hh ah) 1) ((s k iy) 0))) +("huskins" nil (((hh ah) 1) ((s k ih n z) 0))) +("husks" nil (((hh ah s k s) 1))) +("husky" nil (((hh ah) 1) ((s k iy) 0))) +("husman" nil (((hh ah) 1) ((s m ax n) 0))) +("husmann" nil (((hh ah) 1) ((s m ax n) 0))) +("huson" nil (((hh uw) 1) ((s ax n) 0))) +("huss" nil (((hh ah s) 1))) +("hussain" nil (((hh uw) 0) ((s ey n) 1))) +("hussar" nil (((hh ah) 1) ((s er) 0))) +("hussein" nil (((hh uw) 0) ((s ey n) 1))) +("husseini" nil (((hh y uw) 0) ((s ey) 1) ((n iy) 0))) +("husser" nil (((hh ah) 1) ((s er) 0))) +("hussey" nil (((hh ah) 1) ((s iy) 0))) +("hussite" nil (((hh ah) 1) ((s ay t) 1))) +("hussman" nil (((hh ah) 1) ((s m ax n) 0))) +("husson" nil (((hh ah) 1) ((s ax n) 0))) +("hussong" nil (((hh ah) 1) ((s ao ng) 1))) +("hussy" nil (((hh ah) 1) ((s iy) 0))) +("hust" nil (((hh ah s t) 1))) +("hustad" nil (((hh ah) 1) ((s t ax d) 0))) +("hustead" nil (((hh ah) 1) ((s t eh d) 0))) +("husted" nil (((hh ah) 1) ((s t ih d) 0))) +("huster" nil (((hh ah) 1) ((s t er) 0))) +("hustings" nil (((hh ah) 1) ((s t ih ng z) 0))) +("hustle" nil (((hh ah) 1) ((s ax l) 0))) +("hustled" nil (((hh ah) 1) ((s ax l d) 0))) +("hustler" nil (((hh ah) 1) ((s ax) 0) ((l er) 0))) +("hustlers" nil (((hh ah) 1) ((s ax) 0) ((l er z) 0))) +("hustles" nil (((hh ah) 1) ((s ax l z) 0))) +("hustling" nil (((hh ah) 1) ((s ax) 0) ((l ih ng) 0))) +("huston" nil (((hh ah) 1) ((s t ax n) 0))) +("hut" nil (((hh ah t) 1))) +("huta" nil (((hh uw) 1) ((t ax) 0))) +("hutch" nil (((hh ah ch) 1))) +("hutchcraft" nil (((hh ah ch) 1) ((k r ae f t) 1))) +("hutchens" nil (((hh ah) 1) ((ch ax n z) 0))) +("hutcheon" nil (((hh ah) 1) ((ch iy) 0) ((ax n) 0))) +("hutcherson" nil (((hh ah) 1) ((ch er) 0) ((s ax n) 0))) +("hutcheson" nil (((hh ah) 1) ((ch ih) 0) ((s ax n) 0))) +("hutchings" nil (((hh ah) 1) ((ch ih ng z) 0))) +("hutchins" nil (((hh ah t) 1) ((ch ih n z) 1))) +("hutchinson" nil (((hh ah) 1) ((ch ih n) 0) ((s ax n) 0))) +("hutchison" nil (((hh ah) 1) ((ch ih) 0) ((s ax n) 0))) +("huth" nil (((hh uw th) 1))) +("hutmacher" nil (((hh ah t) 1) ((m ax) 0) ((k er) 0))) +("hutnick" nil (((hh ah t) 1) ((n ih k) 0))) +("huto" nil (((hh uw) 1) ((t ow) 1))) +("huts" nil (((hh ah t s) 1))) +("hutsell" nil (((hh ah t) 1) ((s ax l) 0))) +("hutson" nil (((hh ah t) 1) ((s ax n) 0))) +("hutt" nil (((hh ah t) 1))) +("hutter" nil (((hh ah) 1) ((t er) 0))) +("huttner" nil (((hh ah t) 1) ((n er) 0))) +("hutto" nil (((hh uw) 1) ((t ow) 0))) +("hutton" nil (((hh ah) 1) ((t ax n) 0))) +("hutu" nil (((hh uw) 1) ((t uw) 1))) +("hutus" nil (((hh uw) 1) ((t uw z) 1))) +("hutzel" nil (((hh ah t) 1) ((z ax l) 0))) +("hutzell" nil (((hh ah t) 1) ((z ax l) 0))) +("hutzelman" nil (((hh ah t) 1) ((s ax l) 0) ((m ax n) 0))) +("hutzler" nil (((hh ah t) 1) ((s l er) 0))) +("huval" nil (((hh uw) 0) ((v ae l) 1))) +("huwe" nil (((hh uw w) 1))) +("hux" nil (((hh ah k s) 1))) +("huxford" nil (((hh ah k) 1) ((s f er d) 0))) +("huxley" nil (((hh ah k) 1) ((s l iy) 0))) +("huxtable" nil (((hh ah k) 1) ((s t ax) 0) ((b ax l) 0))) +("huxtables" nil (((hh ah k) 1) ((s t ax) 0) ((b ax l z) 0))) +("huyck" nil (((hh ay k) 1))) +("huyett" nil (((hh ay) 1) ((ih t) 0))) +("huyler" nil (((hh ay) 1) ((l er) 0))) +("huynh" nil (((hh ay n) 1))) +("huyser" nil (((hh ay) 1) ((s er) 0))) +("huzhou" nil (((hh uw) 1) ((jh ow) 1))) +("hwa" nil (((hh w aa) 1))) +("hwan" nil (((hh w aa n) 1))) +("hwang" nil (((hh w ae ng) 1))) +("hy" nil (((hh ay) 1))) +("hyacinth" nil (((hh ay) 1) ((ax) 0) ((s ih n th) 1))) +("hyacintha" nil (((hh ay) 1) ((ax) 0) ((s ih n) 1) ((th ax) 0))) +("hyacinthe" nil (((hh ay) 1) ((ax) 0) ((s ih n th) 0))) +("hyacinthia" nil (((hh ay) 1) ((ax) 0) ((s ih n) 1) ((th iy) 0) ((ax) 0))) +("hyacinthie" nil (((hh ay) 1) ((ax) 0) ((s ih n) 1) ((th iy) 0))) +("hyacinths" nil (((hh ay) 1) ((ax) 0) ((s ih n th s) 0))) +("hyades" nil (((hh ay) 1) ((ax) 0) ((d iy z) 1))) +("hyaluronic" nil (((hh ay) 1) ((ax) 0) ((l er) 0) ((aa) 1) ((n ih k) 0))) +("hyams" nil (((hh ay) 1) ((ax m z) 0))) +("hyannis" nil (((hh ay) 0) ((ae) 1) ((n ih s) 0))) +("hyatt" nil (((hh ay) 1) ((ax t) 0))) +("hybl" nil (((hh ih) 1) ((b ax l) 0))) +("hybrid" nil (((hh ay) 1) ((b r ax d) 0))) +("hybridization" nil (((hh ay) 1) ((b r ax) 0) ((d ax) 0) ((z ey) 1) ((sh ax n) 0))) +("hybridize" nil (((hh ay) 1) ((b r ax) 0) ((d ay z) 1))) +("hybrids" nil (((hh ay) 1) ((b r ax d z) 0))) +("hybritech" nil (((hh ay) 1) ((b r ih) 0) ((t eh k) 1))) +("hyche" nil (((hh ay ch) 1))) +("hycor" nil (((hh ay) 1) ((k ao r) 1))) +("hycroft" nil (((hh ay) 1) ((k r ao f t) 1))) +("hyde" nil (((hh ay d) 1))) +("hyden" nil (((hh ay) 1) ((d ax n) 0))) +("hyder" nil (((hh ay) 1) ((d er) 0))) +("hydock" nil (((hh ay) 1) ((d ax k) 0))) +("hydra" nil (((hh ay) 1) ((d r ax) 0))) +("hydrant" nil (((hh ay) 1) ((d r ax n t) 0))) +("hydras" nil (((hh ay) 1) ((d r ax z) 0))) +("hydrate" nil (((hh ay) 1) ((d r ey t) 1))) +("hydrated" nil (((hh ay) 1) ((d r ey) 1) ((t ax d) 0))) +("hydration" nil (((hh ay) 0) ((d r ey) 1) ((sh ax n) 0))) +("hydraulic" nil (((hh ay) 0) ((d r ao) 1) ((l ih k) 0))) +("hydraulics" nil (((hh ay) 0) ((d r ao) 1) ((l ih k s) 0))) +("hydrazine" nil (((hh ay) 1) ((d r ax) 0) ((z iy n) 1))) +("hydrick" nil (((hh ih) 1) ((d r ih k) 0))) +("hydride" nil (((hh ay) 1) ((d r ay d) 1))) +("hydro" nil (((hh ay) 1) ((d r ow) 1))) +("hydrocarbon" nil (((hh ay) 1) ((d r ow) 0) ((k aa r) 1) ((b ax n) 0))) +("hydrocarbons" nil (((hh ay) 1) ((d r ow) 0) ((k aa r) 1) ((b ax n z) 0))) +("hydroelectric" nil (((hh ay) 1) ((d r ow) 0) ((ih) 0) ((l eh k) 1) ((t r ih k) 0))) +("hydrofoil" nil (((hh ay) 1) ((d r ax) 0) ((f oy l) 1))) +("hydrogen" nil (((hh ay) 1) ((d r ax) 0) ((jh ax n) 0))) +("hydrogenate" nil (((hh ay) 1) ((d r ax) 0) ((jh ax) 0) ((n ey t) 1))) +("hydrogenated" nil (((hh ay) 1) ((d r ax) 0) ((jh ax) 0) ((n ey) 1) ((t ih d) 0))) +("hydrogenates" nil (((hh ay) 1) ((d r ax) 0) ((jh ax) 0) ((n ey t s) 1))) +("hydrogenating" nil (((hh ay) 1) ((d r ax) 0) ((jh ax) 0) ((n ey) 1) ((t ih ng) 0))) +("hydrogenation" nil (((hh ay) 1) ((d r aa) 1) ((jh ax) 0) ((n ey) 1) ((sh ax n) 0))) +("hydrogens" nil (((hh ay) 1) ((d r ax) 0) ((jh ax n z) 0))) +("hydrographic" nil (((hh ay) 1) ((d r ax) 0) ((g r ae) 1) ((f ih k) 0))) +("hydrolysis" nil (((hh ay) 0) ((d r aa) 1) ((l ax) 0) ((s ax s) 0))) +("hydrolyzed" nil (((hh ay) 1) ((d r ax) 0) ((l ay z d) 1))) +("hydrolyzing" nil (((hh ay) 1) ((d r ax) 0) ((l ay) 1) ((z ih ng) 0))) +("hydrometer" nil (((hh ay) 0) ((d r aa) 1) ((m ax) 0) ((t er) 0))) +("hydron" nil (((hh ay) 1) ((d r ax n) 0))) +("hydrophilic" nil (((hh ay) 1) ((d r ax) 0) ((f ih) 1) ((l ih k) 0))) +("hydroponic" nil (((hh ay) 1) ((d r ax) 0) ((p aa) 1) ((n ih k) 0))) +("hydropower" nil (((hh ay) 1) ((d r ow) 0) ((p aw r) 1))) +("hydrosol" nil (((hh ay) 1) ((d r ax) 0) ((s aa l) 1))) +("hydrosulfide" nil (((hh ay) 1) ((d r ow) 0) ((s ah l) 1) ((f ay d) 1))) +("hydrotherapy" nil (((hh ay) 1) ((d r ow) 0) ((th eh) 1) ((r ax) 0) ((p iy) 0))) +("hydrothermal" nil (((hh ay) 1) ((d r ow) 0) ((th er) 1) ((m ax l) 0))) +("hydrous" nil (((hh ay) 1) ((d r ax s) 0))) +("hydroxide" nil (((hh ay) 0) ((d r aa k) 1) ((s ay d) 0))) +("hydroxides" nil (((hh ay) 0) ((d r aa k) 1) ((s ay d z) 0))) +("hyena" nil (((hh ay) 0) ((iy) 1) ((n ax) 0))) +("hyenas" nil (((hh ay) 0) ((iy) 1) ((n ax z) 0))) +("hyer" nil (((hh ay) 1) ((er) 0))) +("hyers" nil (((hh ay) 1) ((er z) 0))) +("hygeia" nil (((hh ay) 1) ((jh ey) 1) ((ax) 0))) +("hygiene" nil (((hh ay) 1) ((jh iy n) 1))) +("hygienist" nil (((hh ay) 1) ((g iy) 1) ((n ih s t) 0))) +("hygienists" nil (((hh ay) 1) ((g iy) 1) ((n ih s t s) 0))) +("hygrometer" nil (((hh ay) 0) ((g r aa) 1) ((m ax) 0) ((t er) 0))) +("hykes" nil (((hh ay k s) 1))) +("hyland" nil (((hh ay) 1) ((l ax n d) 0))) +("hyle" nil (((hh ay l) 1))) +("hyler" nil (((hh ay) 1) ((l er) 0))) +("hylsa" nil (((hh ay l) 1) ((s ax) 0))) +("hyman" nil (((hh ay) 1) ((m ax n) 0))) +("hymans" nil (((hh ay) 1) ((m ax n z) 0))) +("hymas" nil (((hh ay) 1) ((m ax z) 0))) +("hymel" nil (((hh ay) 1) ((m ax l) 0))) +("hymer" nil (((hh ay) 1) ((m er) 0))) +("hymes" nil (((hh ay m z) 1))) +("hymn" nil (((hh ih m) 1))) +("hymnals" nil (((hh ih m) 1) ((n ax l z) 0))) +("hymnology" nil (((hh ih m) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("hymns" nil (((hh ih m z) 1))) +("hymowitz" nil (((hh ih) 1) ((m ax) 0) ((w ih t s) 0))) +("hynd" nil (((hh ih n d) 1))) +("hyndman" nil (((hh ih n d) 1) ((m ax n) 0))) +("hynds" nil (((hh ih n d z) 1))) +("hynek" nil (((hh ay) 1) ((n ih k) 0))) +("hynes" nil (((hh ay n z) 1))) +("hynson" nil (((hh ih n) 1) ((s ax n) 0))) +("hyogo" nil (((hh y ow) 1) ((g ow) 0))) +("hyotan" nil (((hh y ow) 1) ((t ae n) 1))) +("hype" nil (((hh ay p) 1))) +("hyped" nil (((hh ay p t) 1))) +("hyper" nil (((hh ay) 1) ((p er) 0))) +("hyperactive" nil (((hh ay) 1) ((p er) 0) ((ae k) 1) ((t ih v) 0))) +("hyperactivity" nil (((hh ay) 1) ((p er) 0) ((ae k) 0) ((t ih) 1) ((v ih) 0) ((t iy) 0))) +("hyperbola" nil (((hh ay) 0) ((p er) 1) ((b ax) 0) ((l ax) 0))) +("hyperbole" nil (((hh ay) 0) ((p er) 1) ((b ax) 0) ((l iy) 1))) +("hyperbolic" nil (((hh ay) 1) ((p er) 0) ((b aa) 1) ((l ih k) 0))) +("hyperborean" nil (((hh ay) 1) ((p er) 0) ((b ao) 1) ((r iy) 0) ((ax n) 0))) +("hypercard" nil (((hh ay) 1) ((p er) 0) ((k aa r d) 1))) +("hypercritical" nil (((hh ay) 1) ((p er) 0) ((k r ih) 1) ((t ih) 0) ((k ax l) 0))) +("hyperinflation" nil (((hh ay) 1) ((p er) 0) ((ih n) 0) ((f l ey) 1) ((sh ax n) 0))) +("hyperion" nil (((hh ay) 0) ((p ih) 1) ((r iy) 0) ((ax n) 0))) +("hyperkinetic" nil (((hh ay) 1) ((p er) 0) ((k ih) 0) ((n eh) 1) ((t ih k) 0))) +("hypermarket" nil (((hh ay) 1) ((p er) 0) ((m aa r) 1) ((k ih t) 0))) +("hypermarkets" nil (((hh ay) 1) ((p er) 0) ((m aa r) 1) ((k ih t s) 0))) +("hyperopia" nil (((hh ay) 1) ((p er) 0) ((ow) 1) ((p iy) 0) ((ax) 0))) +("hypersensitive" nil (((hh ay) 1) ((p er) 0) ((s eh n) 1) ((s ih) 0) ((t ih v) 0))) +("hypersonic" nil (((hh ay) 1) ((p er) 0) ((s aa) 1) ((n ih k) 0))) +("hypertension" nil (((hh ay) 1) ((p er) 0) ((t eh n) 1) ((sh ax n) 0))) +("hypertensive" nil (((hh ay) 1) ((p er) 0) ((t eh n) 1) ((s ih v) 0))) +("hypertext" nil (((hh ay) 1) ((p er) 0) ((t eh k s t) 1))) +("hypertonic" nil (((hh ay) 1) ((p er) 0) ((t aa) 1) ((n ih k) 0))) +("hypes" nil (((hh ay p s) 1))) +("hyphae" nil (((hh ay) 1) ((f iy) 1))) +("hyphen" nil (((hh ay) 1) ((f ax n) 0))) +("hyphenated" nil (((hh ay) 1) ((f ax) 0) ((n ey) 1) ((t ih d) 0))) +("hyping" nil (((hh ay) 1) ((p ih ng) 0))) +("hypnosis" nil (((hh ih p) 0) ((n ow) 1) ((s ax s) 0))) +("hypnotic" nil (((hh ih p) 0) ((n aa) 1) ((t ih k) 0))) +("hypnotically" n (((hh ih p) 1) ((n aa) 1) ((t ax) 0) ((k ax) 0) ((l iy) 0))) +("hypnotics" nil (((hh ih p) 0) ((n aa) 1) ((t ih k s) 0))) +("hypnotism" nil (((hh ih p) 1) ((n ax) 0) ((t ih) 1) ((z ax m) 0))) +("hypnotized" nil (((hh ih p) 1) ((n ax) 0) ((t ay z d) 1))) +("hypo" nil (((hh ay) 1) ((p ow) 0))) +("hypochondria" nil (((hh ay) 1) ((p ax) 0) ((k aa n) 1) ((d r iy) 0) ((ax) 0))) +("hypocrisy" nil (((hh ih) 0) ((p aa) 1) ((k r ax) 0) ((s iy) 0))) +("hypocrite" nil (((hh ih) 1) ((p ax) 0) ((k r ih t) 1))) +("hypocrites" nil (((hh ih) 1) ((p ax) 0) ((k r ih t s) 1))) +("hypocritical" nil (((hh ih) 1) ((p ax) 0) ((k r ih) 1) ((t ih) 0) ((k ax l) 0))) +("hypodermic" nil (((hh ay) 1) ((p ax) 0) ((d er) 1) ((m ih k) 0))) +("hypoglycemia" nil (((hh ay) 1) ((p ow) 0) ((g l ay) 0) ((s iy) 1) ((m iy) 0) ((ax) 0))) +("hypoglycemic" nil (((hh ay) 1) ((p ow) 0) ((g l ay) 0) ((s iy) 1) ((m ih k) 0))) +("hypolite" nil (((hh ay) 1) ((p ax) 0) ((l ay t) 0))) +("hyponex" nil (((hh ay) 1) ((p ow) 0) ((n eh k s) 1))) +("hypotension" nil (((hh ay) 1) ((p ow) 0) ((t eh n) 1) ((sh ax n) 0))) +("hypothalamic" nil (((hh ay) 1) ((p ow) 0) ((th ax) 0) ((l ae) 1) ((m ih k) 0))) +("hypothalamus" n (((hh ay) 1) ((p ax) 0) ((th ae) 1) ((l ax) 0) ((m ax s) 0))) +("hypotheken" nil (((hh ay) 1) ((p aa) 1) ((th ax) 0) ((k ax n) 0))) +("hypothermia" nil (((hh ay) 1) ((p ax) 0) ((th er) 1) ((m iy) 0) ((ax) 0))) +("hypotheses" nil (((hh ay) 0) ((p aa) 1) ((th ax) 0) ((s iy z) 1))) +("hypothesis" nil (((hh ay) 0) ((p aa) 1) ((th ax) 0) ((s ax s) 0))) +("hypothesize" nil (((hh ay) 0) ((p aa) 1) ((th ax) 0) ((s ay z) 1))) +("hypothesized" nil (((hh ay) 0) ((p aa) 1) ((th ax) 0) ((s ay z d) 1))) +("hypothetical" nil (((hh ay) 1) ((p ax) 0) ((th eh) 1) ((t ax) 0) ((k ax l) 0))) +("hypothetically" nil (((hh ay) 1) ((p ax) 0) ((th eh) 1) ((t ih) 0) ((k l iy) 0))) +("hypoxia" nil (((hh ay) 0) ((p aa k) 1) ((s iy) 0) ((ax) 0))) +("hyraxes" nil (((hh ay) 1) ((r ae k) 0) ((s ax z) 0))) +("hyre" nil (((hh ay r) 1))) +("hysell" nil (((hh ay) 1) ((s ax l) 0))) +("hyser" nil (((hh ay) 1) ((z er) 0))) +("hyslop" nil (((hh ay) 1) ((s l ax p) 0))) +("hyson" nil (((hh ay) 1) ((s ax n) 0))) +("hysong" nil (((hh ay) 1) ((s ao ng) 1))) +("hyssop" nil (((hh ih) 1) ((s ax p) 0))) +("hyster" nil (((hh ih) 1) ((s t er) 0))) +("hysterectomies" n (((hh ih) 1) ((s t er) 0) ((eh k) 0) ((t ax) 0) ((m iy z) 0))) +("hysterectomy" nil (((hh ih) 1) ((s t er) 0) ((eh k) 1) ((t ax) 0) ((m iy) 0))) +("hysteria" nil (((hh ih) 0) ((s t eh) 1) ((r iy) 0) ((ax) 0))) +("hysterical" nil (((hh ih) 0) ((s t eh) 1) ((r ih) 0) ((k ax l) 0))) +("hysterically" nil (((hh ih) 1) ((s t eh) 1) ((r ih) 0) ((k l iy) 0))) +("hyun" nil (((hh ay) 1) ((ax n) 0))) +("hyundai" nil (((hh y ah n) 1) ((d ey) 1))) +("hyundais" nil (((hh y ah n) 1) ((d ey z) 1))) +("i" nil (((ay) 1))) +("ia" nil (((iy) 1) ((ax) 0))) +("iaas" nil (((ay) 1) ((ae s) 2))) +("iaas" nil (((ay) 1) ((ey) 1) ((ey) 1) ((eh s) 1))) +("iacobelli" nil (((iy) 0) ((aa) 1) ((k ow) 0) ((b eh) 1) ((l iy) 0))) +("iacobellis" nil (((iy) 0) ((aa) 1) ((k ow) 0) ((b eh) 1) ((l ih s) 0))) +("iacobucci" nil (((iy) 0) ((aa) 0) ((k ow) 0) ((b uw) 1) ((ch iy) 0))) +("iacocca" nil (((ay) 1) ((ax) 0) ((k ow) 1) ((k ax) 0))) +("iacona" nil (((ay) 1) ((ax) 0) ((k ow) 1) ((n ax) 0))) +("iacono" nil (((ay) 1) ((ax) 0) ((k ow) 1) ((n ow) 0))) +("iacovelli" nil (((iy) 0) ((aa) 1) ((k ow) 0) ((v eh) 1) ((l iy) 0))) +("iafrate" nil (((ay) 1) ((ax) 0) ((f r ey) 1) ((t iy) 0))) +("iago" nil (((iy) 0) ((aa) 1) ((g ow) 0))) +("iain" nil (((iy) 0) ((ey n) 1))) +("iakovos" nil (((iy) 0) ((aa) 1) ((k ow) 0) ((v ow s) 0))) +("iams" nil (((iy) 1) ((aa m z) 0))) +("ian" nil (((iy) 1) ((ax n) 0))) +("iannaccone" nil (((iy) 0) ((aa) 1) ((n ax) 0) ((k ow) 1) ((n iy) 0))) +("iannacone" nil (((iy) 0) ((aa) 1) ((n ax) 0) ((k ow) 1) ((n iy) 0))) +("iannamico" nil (((iy) 0) ((aa) 1) ((n ax) 0) ((m iy) 1) ((k ow) 0))) +("iannelli" nil (((iy) 0) ((ax) 0) ((n eh) 1) ((l iy) 0))) +("iannello" nil (((iy) 0) ((ax) 0) ((n eh) 1) ((l ow) 0))) +("ianni" nil (((iy) 0) ((aa) 1) ((n iy) 0))) +("ianniello" nil (((iy) 0) ((aa) 1) ((n iy) 0) ((eh) 1) ((l ow) 0))) +("iannone" nil (((iy) 0) ((ax) 0) ((n ow) 1) ((n iy) 0))) +("iannotti" nil (((iy) 0) ((ax) 0) ((n ow) 1) ((t iy) 0))) +("iannucci" nil (((iy) 0) ((ax) 0) ((n uw) 1) ((ch iy) 0))) +("iannuzzi" nil (((iy) 0) ((ax) 0) ((n uw t) 1) ((s iy) 0))) +("iantha" nil (((iy) 0) ((aa n) 1) ((th ax) 0))) +("ianthe" nil (((iy) 0) ((aa n) 1) ((th ey) 0))) +("ianthina" nil (((iy) 0) ((ax n) 0) ((th iy) 1) ((n ax) 0))) +("iason" nil (((iy) 1) ((ax) 0) ((s ax n) 0))) +("iavarone" nil (((iy) 0) ((aa) 1) ((v er) 0) ((ow) 1) ((n iy) 0))) +("ib" nil (((ih b) 1))) +("ibach" nil (((ih) 1) ((b aa k) 0))) +("ibanez" nil (((ih) 0) ((b aa) 1) ((n eh z) 0))) +("ibaraki" nil (((ay) 1) ((b er) 0) ((aa) 1) ((k iy) 0))) +("ibarra" nil (((ih) 0) ((b aa) 1) ((r ax) 0))) +("ibbotson" nil (((ih) 1) ((b ax t) 0) ((s ax n) 0))) +("iberia" nil (((ay) 0) ((b ih) 1) ((r iy) 0) ((ax) 0))) +("iberian" nil (((ay) 0) ((b ih) 1) ((r iy) 0) ((ax n) 0))) +("ibex" nil (((ay) 1) ((b eh k s) 0))) +("ibis" nil (((ay) 1) ((b ax s) 0))) +("ibmer" nil (((ih b) 1) ((m er) 0))) +("ibmers" nil (((ih b) 1) ((m er z) 0))) +("ibn" nil (((ih) 1) ((b ax n) 0))) +("ibrahim" nil (((ih) 1) ((b r aa) 0) ((hh iy m) 1))) +("ibrow" nil (((ay) 1) ((b r aw) 1))) +("ibsen" nil (((ih b) 1) ((s ax n) 0))) +("ibuprofen" nil (((ay) 1) ((b y uw) 0) ((p r ow) 1) ((f ax n) 0))) +("icahn" nil (((ay) 1) ((k aa n) 0))) +("icard" nil (((ih) 0) ((k aa r d) 1))) +("icarus" nil (((ih) 1) ((k er) 1) ((ax s) 0))) +("ice" nil (((ay s) 1))) +("iceberg" nil (((ay s) 1) ((b er g) 0))) +("icebergs" nil (((ay s) 1) ((b er g z) 0))) +("icebox" nil (((ay s) 1) ((b aa k s) 1))) +("icebreaker" nil (((ay s) 1) ((b r ey) 1) ((k er) 0))) +("icebreakers" nil (((ay s) 1) ((b r ey) 1) ((k er z) 0))) +("iced" nil (((ay s t) 1))) +("iceland" nil (((ay) 1) ((s l ax n d) 0))) +("icelandair" nil (((ay) 1) ((s l ae n) 0) ((d eh r) 1))) +("icelandic" nil (((ay) 0) ((s l ae n) 1) ((d ih k) 0))) +("icenhour" nil (((ih) 1) ((s ax) 0) ((n aw r) 0))) +("icenhower" nil (((ih) 1) ((s ax n) 0) ((hh aw) 1) ((er) 0))) +("icenogle" nil (((ih) 1) ((s ax) 0) ((n ow) 1) ((g ax l) 0))) +("ices" nil (((ay) 1) ((s ax z) 0))) +("iceskating" nil (((ay s) 1) ((s k ey) 1) ((t ih ng) 0))) +("ich" nil (((ih ch) 1))) +("ichi" nil (((iy) 1) ((ch iy) 0))) +("ichibanya" nil (((iy) 1) ((ch iy) 0) ((b ae n) 1) ((y ax) 0))) +("ichikawa" nil (((ih) 0) ((ch iy) 0) ((k aa) 1) ((w ax) 0))) +("ichiro" nil (((iy) 1) ((ch ih) 0) ((r ow) 0))) +("icicles" nil (((ay) 1) ((s ih) 0) ((k ax l z) 0))) +("icing" nil (((ay) 1) ((s ih ng) 0))) +("ickes" nil (((ih k s) 1))) +("iclr" nil (((ay) 1) ((s iy) 1) ((eh l) 1) ((aa r) 1))) +("icml" nil (((ay) 1) ((s iy) 1) ((eh m) 1) ((eh l) 1))) +("icon" nil (((ay) 1) ((k aa n) 0))) +("iconoclasm" nil (((ay) 1) ((k aa) 1) ((n ax) 0) ((k l ae) 1) ((z ax m) 0))) +("iconoclast" nil (((ay) 1) ((k aa) 1) ((n ax) 0) ((k l ae s t) 1))) +("iconoclastic" nil (((ay) 1) ((k ax) 0) ((n ax) 0) ((k l ae) 1) ((s t ih k) 0))) +("iconography" nil (((ay) 1) ((k ax) 0) ((n aa) 1) ((g r ax) 0) ((f iy) 0))) +("icons" nil (((ay) 1) ((k aa n z) 1))) +("icy" nil (((ay) 1) ((s iy) 0))) +("id" nil (((ay) 1) ((d iy) 1))) +("id" nil (((ih d) 1))) +("ida" nil (((ay) 1) ((d ax) 0))) +("idaho" nil (((ay) 1) ((d ax) 0) ((hh ow) 1))) +("idalia" nil (((ih) 0) ((d aa) 1) ((l y ax) 0))) +("idalina" nil (((ih) 0) ((d aa) 0) ((l iy) 1) ((n ax) 0))) +("idaline" nil (((ih) 1) ((d ax) 0) ((l ay n) 0))) +("iddings" nil (((ih) 1) ((d ih ng z) 0))) +("ide" nil (((ay d) 1))) +("idea" nil (((ay) 0) ((d iy) 1) ((ax) 0))) +("ideal" nil (((ay) 0) ((d iy l) 1))) +("idealab" nil (((ay) 0) ((d iy) 1) ((ax) 0) ((l ae b) 2))) +("idealism" nil (((ay) 0) ((d iy) 1) ((l ih) 0) ((z ax m) 0))) +("idealist" nil (((ay) 0) ((d iy) 1) ((l ih s t) 0))) +("idealistic" nil (((ay) 0) ((d iy) 1) ((ax) 0) ((l ih) 1) ((s t ih k) 0))) +("idealists" nil (((ay) 0) ((d iy) 1) ((l ih s t s) 0))) +("idealize" nil (((ay) 0) ((d iy) 1) ((l ay z) 1))) +("idealized" nil (((ay) 0) ((d iy) 1) ((ax) 0) ((l ay z d) 1))) +("ideally" nil (((ay) 0) ((d iy) 1) ((l iy) 0))) +("ideals" nil (((ay) 0) ((d iy l z) 1))) +("ideas" nil (((ay) 0) ((d iy) 1) ((ax z) 0))) +("idec" nil (((ay) 1) ((d ax k) 0))) +("iden" nil (((ay) 1) ((d ax n) 0))) +("identa" nil (((ay) 0) ((d eh n) 1) ((t ax) 0))) +("identical" nil (((ay) 0) ((d eh n) 1) ((t ih) 0) ((k ax l) 0))) +("identics" nil (((ay) 0) ((d eh n) 1) ((t ih k s) 0))) +("identifiable" nil (((ay) 0) ((d eh n) 1) ((t ax) 0) ((f ay) 1) ((ax) 0) ((b ax l) 0))) +("identification" nil (((ay) 0) ((d eh n) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("identifications" nil (((ay) 0) ((d eh n) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("identified" nil (((ay) 0) ((d eh n) 1) ((t ax) 0) ((f ay d) 1))) +("identifies" nil (((ay) 0) ((d eh n) 1) ((t ax) 0) ((f ay z) 1))) +("identify" nil (((ay) 0) ((d eh n) 1) ((t ax) 0) ((f ay) 1))) +("identifying" nil (((ay) 0) ((d eh n) 1) ((t ax) 0) ((f ay) 1) ((ih ng) 0))) +("identities" nil (((ay) 0) ((d eh n) 1) ((t ih) 0) ((t iy z) 0))) +("identity" nil (((ay) 0) ((d eh n) 1) ((t ax) 0) ((t iy) 0))) +("ideological" nil (((ay) 1) ((d iy) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("ideologically" nil (((ay) 1) ((d iy) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k l iy) 0))) +("ideologies" nil (((ay) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh iy z) 0))) +("ideologist" nil (((ay) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("ideologists" nil (((ay) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("ideologue" nil (((ay) 1) ((d iy) 0) ((ax) 0) ((l ow g) 0))) +("ideologues" nil (((ay) 1) ((d iy) 0) ((ax) 0) ((l ao g z) 0))) +("ideology" nil (((ay) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("ideonomy" nil (((ay) 1) ((d iy) 0) ((aa) 1) ((n ax) 0) ((m iy) 0))) +("idette" nil (((ay) 1) ((d eh t) 1))) +("idiocy" nil (((ih) 1) ((d iy) 0) ((ax) 0) ((s iy) 0))) +("idiom" nil (((ih) 1) ((d iy) 0) ((ax m) 0))) +("idiomatic" nil (((ih) 1) ((d iy) 0) ((ax) 0) ((m ae) 1) ((t ih k) 0))) +("idioms" nil (((ih) 1) ((d iy) 0) ((ax m z) 0))) +("idiosyncratic" nil (((ih) 0) ((d iy) 0) ((ow) 0) ((s ih n) 0) ((k r ae) 1) ((t ih k) 0))) +("idiot" nil (((ih) 1) ((d iy) 0) ((ax t) 0))) +("idiotic" nil (((ih) 1) ((d iy) 0) ((aa) 1) ((t ih k) 0))) +("idiotically" nil (((ih) 1) ((d iy) 0) ((aa) 1) ((t ih) 0) ((k l iy) 0))) +("idiots" nil (((ih) 1) ((d iy) 0) ((ax t s) 0))) +("idle" nil (((ay) 1) ((d ax l) 0))) +("idled" nil (((ay) 1) ((d ax l d) 0))) +("idleman" nil (((ay) 1) ((d ax l) 0) ((m ax n) 0))) +("idleness" nil (((ay) 1) ((d ax l) 0) ((n ax s) 0))) +("idler" nil (((ay) 1) ((d ax) 0) ((l er) 0))) +("idles" nil (((ay) 1) ((d ax l z) 0))) +("idling" nil (((ay) 1) ((d ax) 0) ((l ih ng) 0))) +("idly" nil (((ay d) 1) ((l iy) 0))) +("ido" nil (((iy) 1) ((d ow) 1))) +("idol" nil (((ay) 1) ((d ax l) 0))) +("idola" nil (((ih) 0) ((d ow) 1) ((l ax) 0))) +("idolatrous" nil (((ay) 0) ((d aa) 1) ((l ax) 0) ((t r ax s) 0))) +("idolize" nil (((ay) 1) ((d ax) 0) ((l ay z) 1))) +("idolized" nil (((ay) 1) ((d ax) 0) ((l ay z d) 1))) +("idolizes" nil (((ay) 1) ((d ax) 0) ((l ay) 1) ((z ih z) 0))) +("idolizing" nil (((ay) 1) ((d ax) 0) ((l ay) 1) ((z ih ng) 0))) +("idols" nil (((ay) 1) ((d ax l z) 0))) +("idona" nil (((ih) 0) ((d ow) 1) ((n ax) 0))) +("idonia" nil (((ih) 0) ((d ow) 1) ((n iy) 0) ((ax) 0))) +("idrocarburi" nil (((ih) 0) ((d r aa) 1) ((k aa r) 1) ((b uh) 1) ((r iy) 0))) +("iduna" nil (((ih) 0) ((d uw) 1) ((n ax) 0))) +("idyll" nil (((ay) 1) ((d ax l) 0))) +("idyllic" nil (((ay) 0) ((d ih) 1) ((l ih k) 0))) +("IELTS" nil (((ay l t s) 1))) +("ierardi" nil (((iy) 0) ((er) 0) ((aa r) 1) ((d iy) 0))) +("ierne" nil (((ih r n) 1))) +("iezzi" nil (((iy) 0) ((eh t) 1) ((s iy) 0))) +("if" nil (((ih f) 1))) +("iffy" nil (((ih) 1) ((f iy) 0))) +("ifil" nil (((ay) 0) ((f iy l) 1))) +("ifill" nil (((ih) 0) ((f iy l) 1))) +("ifint" nil (((ay) 1) ((f ih n t) 0))) +("ifs" nil (((ih f s) 1))) +("igarashi" nil (((iy) 1) ((g aa) 0) ((r aa) 1) ((sh iy) 0))) +("ige" nil (((ay jh) 1))) +("igel" nil (((ih) 1) ((g ax l) 0))) +("igene" nil (((ay) 0) ((jh iy n) 1))) +("iger" nil (((ay) 1) ((g er) 0))) +("iglehart" nil (((ay) 1) ((g ax l) 0) ((hh aa r t) 0))) +("iglesia" nil (((iy) 1) ((g l ey) 1) ((s iy) 0) ((ax) 0))) +("iglesias" nil (((ih) 0) ((g l ey) 1) ((s iy) 0) ((ih s) 0))) +("igloo" nil (((ih) 1) ((g l uw) 0))) +("ignace" nil (((ih g) 1) ((n ax s) 0))) +("ignacio" nil (((ih g) 0) ((n aa) 1) ((s iy) 0) ((ow) 0))) +("ignasiak" nil (((ih g) 0) ((n aa) 1) ((s iy) 0) ((ae k) 0))) +("ignatia" nil (((ih g) 0) ((n aa) 1) ((sh ax) 0))) +("ignatius" nil (((ih g) 0) ((n ey) 1) ((sh ax s) 0))) +("ignatowski" nil (((ih g) 0) ((n ax) 0) ((t ao f) 1) ((s k iy) 0))) +("ignatz" nil (((ih g) 1) ((n ax t s) 0))) +("igneous" nil (((ih g) 1) ((n iy) 0) ((ax s) 0))) +("ignite" nil (((ih g) 0) ((n ay t) 1))) +("ignited" nil (((ih g) 0) ((n ay) 1) ((t ih d) 0))) +("ignites" nil (((ih g) 0) ((n ay t s) 1))) +("igniting" nil (((ih g) 0) ((n ay) 1) ((t ih ng) 0))) +("ignition" nil (((ih g) 0) ((n ih) 1) ((sh ax n) 0))) +("ignoble" nil (((ih g) 0) ((n ow) 1) ((b ax l) 0))) +("ignominious" nil (((ih g) 1) ((n ax) 0) ((m ih) 1) ((n iy) 0) ((ax s) 0))) +("ignominy" nil (((ih g) 1) ((n ow) 0) ((m ih) 1) ((n iy) 0))) +("ignoramus" nil (((ih g) 1) ((n er) 0) ((ey) 1) ((m ax s) 0))) +("ignorance" nil (((ih g) 1) ((n er) 0) ((ax n s) 0))) +("ignorant" nil (((ih g) 1) ((n er) 0) ((ax n t) 0))) +("ignore" nil (((ih g) 0) ((n ao r) 1))) +("ignored" nil (((ih g) 0) ((n ao r d) 1))) +("ignores" nil (((ih g) 0) ((n ao r z) 1))) +("ignoring" nil (((ih g) 0) ((n ao) 1) ((r ih ng) 0))) +("igo" nil (((iy) 1) ((g ow) 0))) +("igoe" nil (((iy) 1) ((g ow) 0))) +("igon" nil (((ay) 1) ((g ax n) 0))) +("igor" nil (((ih) 0) ((g ao r) 1))) +("igou" nil (((ih) 0) ((g uw) 1))) +("iguana" nil (((ih) 0) ((g w aa) 1) ((n ax) 0))) +("iguanas" nil (((ih) 0) ((g w aa) 1) ((n ax z) 0))) +("ihasz" nil (((ay) 1) ((hh ae s) 0))) +("ihde" nil (((ih d) 1))) +("ihle" nil (((ay) 1) ((hh ax l) 0))) +("ihlenfeldt" nil (((ih) 1) ((l ih n) 0) ((f ih l t) 0))) +("ihnen" nil (((ih) 1) ((n ax n) 0))) +("ihrig" nil (((ih) 1) ((r ih g) 0))) +("ihrke" nil (((ih r k) 1))) +("iiams" nil (((iy) 1) ((ax m z) 0))) +("iida" nil (((iy) 1) ((d ax) 0))) +("iie" nil (((iy) 1) ((iy) 0))) +("ijames" nil (((ih) 0) ((y aa) 1) ((m eh s) 0))) +("ijaz" nil (((ih) 1) ((jh ax z) 0))) +("ikard" nil (((ih) 1) ((k er d) 0))) +("ike" nil (((ay k) 1))) +("ikea" nil (((ay) 1) ((k iy) 1) ((ax) 0))) +("ikeda" nil (((ih) 0) ((k ey) 1) ((d ax) 0))) +("ikenberry" nil (((ay) 1) ((k ax n) 0) ((b eh) 1) ((r iy) 0))) +("ikerd" nil (((ih) 1) ((k er d) 0))) +("ikeuchi" nil (((iy) 0) ((k uw) 1) ((ch iy) 0))) +("ikey" nil (((ih) 1) ((k iy) 0))) +("ikie" nil (((ih) 1) ((k iy) 0))) +("ikle" nil (((ih) 1) ((k ax l) 0))) +("ikner" nil (((ih k) 1) ((n er) 0))) +("il" nil (((ih l) 1))) +("ila" nil (((iy) 1) ((l ax) 0))) +("ilalis" nil (((ih) 1) ((l ae) 1) ((l ax s) 0))) +("ilan" nil (((iy) 1) ((l aa n) 1))) +("ilardi" nil (((ih) 0) ((l aa r) 1) ((d iy) 0))) +("ilbo" nil (((ih l) 1) ((b ow) 0))) +("ileana" nil (((ih) 1) ((l iy) 0) ((ae) 1) ((n ax) 0))) +("ilene" nil (((ih) 1) ((l iy n) 0))) +("iler" nil (((ay) 1) ((l er) 0))) +("iles" nil (((ay l z) 1))) +("ileto" nil (((ay) 0) ((l ey) 1) ((d ow) 0))) +("ilg" nil (((ih l g) 1))) +("ilgenfritz" nil (((ih l) 1) ((g ih n) 0) ((f r ih t s) 0))) +("ilhae" nil (((ih l) 0) ((hh ey) 1))) +("iliad" nil (((ih) 1) ((l iy) 0) ((ax d) 0))) +("iliano" nil (((ih) 1) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("iliescu" nil (((ih) 1) ((l iy) 0) ((eh) 1) ((s k y uw) 1))) +("iliff" nil (((ih) 1) ((l ih f) 0))) +("iljin" nil (((ih l) 1) ((jh ih n) 0))) +("ilk" nil (((ih l k) 1))) +("ilka" nil (((ih l) 1) ((k ax) 0))) +("ill" nil (((ih l) 1))) +("illegal" nil (((ih) 0) ((l iy) 1) ((g ax l) 0))) +("illegalities" nil (((ih) 1) ((l iy) 0) ((g ae) 1) ((l ih) 0) ((t iy z) 0))) +("illegality" nil (((ih) 1) ((l iy) 0) ((g ae) 1) ((l ih) 0) ((t iy) 0))) +("illegally" nil (((ih) 0) ((l iy) 1) ((g ax) 0) ((l iy) 0))) +("illegals" nil (((ih) 0) ((l iy) 1) ((g ax l z) 0))) +("illegible" nil (((ih) 0) ((l eh) 1) ((jh ax) 0) ((b ax l) 0))) +("illegitimacy" nil (((ih) 1) ((l ih) 0) ((jh ih) 1) ((t ax) 0) ((m ax) 0) ((s iy) 0))) +("illegitimate" nil (((ih) 1) ((l ih) 0) ((jh ih) 1) ((t ax) 0) ((m ih t) 0))) +("illes" nil (((ay l z) 1))) +("illg" nil (((ih l g) 1))) +("illicit" nil (((ih) 0) ((l ih) 1) ((s ax t) 0))) +("illicitly" nil (((ih) 1) ((l ih) 0) ((s ih t) 0) ((l iy) 0))) +("illig" nil (((ih) 1) ((l ih g) 0))) +("illingworth" nil (((ih) 1) ((l ih ng) 0) ((w er th) 1))) +("illinois" nil (((ih) 1) ((l ax) 0) ((n oy) 1))) +("illiquid" nil (((ih) 0) ((l ih) 1) ((k w ih d) 0))) +("illiquidity" nil (((ih) 1) ((l ih) 0) ((k w ih) 1) ((d ih) 0) ((t iy) 0))) +("illiteracy" nil (((ih) 0) ((l ih) 1) ((t er) 0) ((ax) 0) ((s iy) 0))) +("illiterate" nil (((ih) 0) ((l ih) 1) ((t er) 0) ((ax t) 0))) +("illiterates" nil (((ih) 1) ((l ih) 1) ((t er) 0) ((ax t s) 0))) +("illness" nil (((ih l) 1) ((n ax s) 0))) +("illnesses" nil (((ih l) 1) ((n ax) 0) ((s ih z) 0))) +("illogic" nil (((ih) 0) ((l aa) 1) ((jh ih k) 0))) +("illogical" nil (((ih) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("ills" nil (((ih l z) 1))) +("illuminate" nil (((ih) 0) ((l uw) 1) ((m ih) 0) ((n ih t) 0))) +("illuminated" nil (((ih) 0) ((l uw) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("illuminates" nil (((ih) 0) ((l uw) 1) ((m ax) 0) ((n ey t s) 1))) +("illuminating" nil (((ih) 0) ((l uw) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("illumination" nil (((ih) 0) ((l uw) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("illuminator" nil (((ih) 0) ((l uw) 1) ((m ax) 0) ((n ey) 1) ((t er) 0))) +("illumined" nil (((ih) 0) ((l uw) 1) ((m ax n d) 0))) +("illusion" nil (((ih) 0) ((l uw) 1) ((zh ax n) 0))) +("illusionary" nil (((ih) 0) ((l uw) 1) ((zh ax) 0) ((n eh) 1) ((r iy) 0))) +("illusionism" nil (((ih) 0) ((l uw) 1) ((zh ax) 0) ((n ih) 1) ((z ax m) 0))) +("illusionist" nil (((ih) 0) ((l uw) 1) ((zh ax) 0) ((n ax s t) 0))) +("illusionists" nil (((ih) 0) ((l uw) 1) ((zh ax) 0) ((n ax s t s) 0))) +("illusions" nil (((ih) 0) ((l uw) 1) ((zh ax n z) 0))) +("illusory" nil (((ih) 0) ((l uw) 1) ((s er) 0) ((iy) 0))) +("illustrate" nil (((ih) 1) ((l ax) 0) ((s t r ey t) 1))) +("illustrated" nil (((ih) 1) ((l ax) 0) ((s t r ey) 1) ((t ax d) 0))) +("illustrates" nil (((ih) 1) ((l ax) 0) ((s t r ey t s) 1))) +("illustrating" nil (((ih) 1) ((l ax) 0) ((s t r ey) 1) ((t ih ng) 0))) +("illustration" nil (((ih) 1) ((l ax) 0) ((s t r ey) 1) ((sh ax n) 0))) +("illustrations" nil (((ih) 1) ((l ax) 0) ((s t r ey) 1) ((sh ax n z) 0))) +("illustrative" nil (((ih) 0) ((l ah) 1) ((s t r ax) 0) ((t ih v) 0))) +("illustrator" nil (((ih) 1) ((l ax) 0) ((s t r ey) 1) ((t er) 0))) +("illustrators" nil (((ih) 1) ((l ax) 0) ((s t r ey) 1) ((t er z) 0))) +("illustrious" nil (((ih) 0) ((l ah) 1) ((s t r iy) 0) ((ax s) 0))) +("illyrian" nil (((ih) 0) ((l ih) 1) ((r iy) 0) ((ax n) 0))) +("ilo" nil (((ay) 1) ((l ow) 0))) +("ilona" nil (((ih) 0) ((l ow) 1) ((n ax) 0))) +("ilopango" nil (((iy) 1) ((l ow) 0) ((p ae ng) 1) ((g ow) 0))) +("ilsa" nil (((ih l) 1) ((s ax) 0))) +("ilse" nil (((ih l s) 1))) +("ilsley" nil (((ih l) 1) ((z l iy) 0))) +("ilva" nil (((ih l) 1) ((v ax) 0))) +("ilya" nil (((ih) 1) ((l y ax) 0))) +("Ilyich" n (((iy) 1) ((l y ax ch) 0))) +("im" nil (((ih m) 1))) +("image" nil (((ih) 1) ((m ax jh) 0))) +("imagenet" nil (((ih) 1) ((m ih jh) 0) ((n eh t) 0))) +("imageries" nil (((ih) 1) ((m ih jh) 0) ((r iy z) 0))) +("imagery" nil (((ih) 1) ((m ax jh) 0) ((r iy) 0))) +("images" nil (((ih) 1) ((m ax) 0) ((jh ax z) 0))) +("imaginable" nil (((ih) 0) ((m ae) 1) ((jh ax) 0) ((n ax) 0) ((b ax l) 0))) +("imaginary" nil (((ih) 0) ((m ae) 1) ((jh ax) 0) ((n eh) 1) ((r iy) 0))) +("imagination" nil (((ih) 0) ((m ae) 1) ((jh ax) 0) ((n ey) 1) ((sh ax n) 0))) +("imaginations" nil (((ih) 0) ((m ae) 1) ((jh ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("imaginative" nil (((ih) 0) ((m ae) 1) ((jh ax) 0) ((n ax) 0) ((t ih v) 0))) +("imaginatively" nil (((ih) 0) ((m ae) 1) ((jh ax) 0) ((n ax) 0) ((t ih) 0) ((v l iy) 0))) +("imagine" nil (((ih) 0) ((m ae) 1) ((jh ax n) 0))) +("imagined" nil (((ih) 0) ((m ae) 1) ((jh ax n d) 0))) +("imagineering" nil (((ih) 0) ((m ae) 1) ((jh ax) 0) ((n ih) 1) ((r ih ng) 0))) +("imagines" nil (((ih) 0) ((m ae) 1) ((jh ax n z) 0))) +("imaging" nil (((ih) 1) ((m ih) 0) ((jh ih ng) 0))) +("imagining" nil (((ih) 0) ((m ae) 1) ((jh ax) 0) ((n ih ng) 0))) +("imai" nil (((ih) 0) ((m ay) 1))) +("imam" nil (((ay) 1) ((m ae m) 0))) +("imamura" nil (((ih) 0) ((m aa) 0) ((m uh) 1) ((r ax) 0))) +("iman" nil (((ay) 1) ((m ax n) 0))) +("imari" nil (((iy) 0) ((m aa) 1) ((r iy) 0))) +("imasco" nil (((ih) 0) ((m ae) 1) ((s ow) 0))) +("imax" nil (((ay) 1) ((m ae k s) 1))) +("imbalance" nil (((ih m) 0) ((b ae) 1) ((l ax n s) 0))) +("imbalances" nil (((ih m) 0) ((b ae) 1) ((l ax n) 0) ((s ih z) 0))) +("imbedded" nil (((ih m) 0) ((b eh) 1) ((d ih d) 0))) +("imber" nil (((ih m) 1) ((b er) 0))) +("imbibe" nil (((ih m) 0) ((b ay b) 1))) +("imbibed" nil (((ih m) 0) ((b ay b d) 1))) +("imboden" nil (((ih m) 1) ((b ow) 0) ((d ax n) 0))) +("imbroglio" nil (((ih m) 0) ((b r ow) 1) ((l y ow) 0))) +("imbrogno" nil (((ih m) 0) ((b r ow g) 1) ((n ow) 0))) +("imbued" nil (((ih m) 0) ((b y uw d) 1))) +("imburgia" nil (((ih m) 1) ((b er) 0) ((g iy) 0) ((ax) 0))) +("imcera" nil (((ih m) 1) ((s eh) 1) ((r ax) 0))) +("imel" nil (((ih) 1) ((m ax l) 0))) +("imelda" nil (((ih) 0) ((m eh l) 1) ((d ax) 0))) +("imes" nil (((ay m z) 1))) +("imhof" nil (((ih m) 1) ((hh ax f) 0))) +("imhoff" nil (((ih m) 1) ((hh ao f) 1))) +("imig" nil (((ih) 1) ((m ih g) 0))) +("imitable" nil (((ih) 1) ((m ax) 0) ((t ax) 0) ((b ax l) 0))) +("imitate" nil (((ih) 1) ((m ax) 0) ((t ey t) 1))) +("imitated" nil (((ih) 1) ((m ax) 0) ((t ey) 1) ((t ih d) 0))) +("imitates" nil (((ih) 1) ((m ax) 0) ((t ey t s) 1))) +("imitating" nil (((ih) 1) ((m ax) 0) ((t ey) 1) ((t ih ng) 0))) +("imitation" nil (((ih) 1) ((m ax) 0) ((t ey) 1) ((sh ax n) 0))) +("imitations" nil (((ih) 1) ((m ih) 0) ((t ey) 1) ((sh ax n z) 0))) +("imitative" nil (((ih) 1) ((m ax) 0) ((t ey) 1) ((t ih v) 0))) +("imitator" nil (((ih) 1) ((m ax) 0) ((t ey) 1) ((t er) 0))) +("imitators" nil (((ih) 1) ((m ih) 0) ((t ey) 1) ((t er z) 0))) +("imlay" nil (((ih m) 0) ((l ey) 1))) +("imler" nil (((ih m) 1) ((l er) 0))) +("imm" nil (((ay) 1) ((eh) 1) ((m eh m) 1))) +("immaculate" nil (((ih) 0) ((m ae) 1) ((k y uw) 0) ((l ih t) 0))) +("immaculately" nil (((ih) 0) ((m ae) 1) ((k y ax) 0) ((l ax t) 0) ((l iy) 0))) +("immanence" nil (((ih) 1) ((m ax) 0) ((n ax n s) 0))) +("immanent" nil (((ih) 1) ((m ax) 0) ((n ax n t) 0))) +("immanuel" nil (((ih) 1) ((m ax) 0) ((n uh l) 0))) +("immaterial" nil (((ih) 1) ((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax l) 0))) +("immature" nil (((ih) 1) ((m ax) 0) ((t y uh r) 1))) +("immaturity" nil (((ih) 1) ((m ax) 0) ((ch uh) 1) ((r ih) 0) ((t iy) 0))) +("immeasurably" nil (((ih) 0) ((m eh) 1) ((z er) 0) ((ae) 1) ((b l iy) 0))) +("immediacy" nil (((ih) 0) ((m iy) 1) ((d iy) 0) ((ax) 0) ((s iy) 0))) +("immediate" nil (((ih) 0) ((m iy) 1) ((d iy) 0) ((ax t) 0))) +("immediately" nil (((ih) 0) ((m iy) 1) ((d iy) 0) ((ax t) 0) ((l iy) 0))) +("immel" nil (((ih) 1) ((m ax l) 0))) +("immemorial" nil (((ih) 1) ((m ax) 0) ((m ao) 1) ((r iy) 0) ((ax l) 0))) +("immense" nil (((ih) 0) ((m eh n s) 1))) +("immensely" nil (((ih) 0) ((m eh n) 1) ((s l iy) 0))) +("immerman" nil (((ih) 1) ((m er) 0) ((m ax n) 0))) +("immerse" nil (((ih) 0) ((m er s) 1))) +("immersed" nil (((ih) 0) ((m er s t) 1))) +("immersion" nil (((ih) 0) ((m er) 1) ((zh ax n) 0))) +("immigrant" nil (((ih) 1) ((m ax) 0) ((g r ax n t) 0))) +("immigrants" nil (((ih) 1) ((m ax) 0) ((g r ax n t s) 0))) +("immigrate" nil (((ih) 1) ((m ax) 0) ((g r ey t) 1))) +("immigrated" nil (((ih) 1) ((m ax) 0) ((g r ey) 1) ((t ih d) 0))) +("immigration" nil (((ih) 1) ((m ax) 0) ((g r ey) 1) ((sh ax n) 0))) +("imminent" nil (((ih) 1) ((m ax) 0) ((n ax n t) 0))) +("imminently" nil (((ih) 1) ((m ax) 0) ((n ax n t) 0) ((l iy) 0))) +("immiscible" nil (((ih) 0) ((m ih) 1) ((s ax) 0) ((b ax l) 0))) +("immobile" nil (((ih) 0) ((m ow) 1) ((b ax l) 0))) +("immobility" nil (((ih) 1) ((m ow) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("immobilized" nil (((ih) 0) ((m ow) 1) ((b ax) 0) ((l ay z d) 1))) +("immobilizing" nil (((ih) 0) ((m ow) 1) ((b ax) 0) ((l ay) 1) ((z ih ng) 0))) +("immoral" nil (((ih) 0) ((m ao) 1) ((r ax l) 0))) +("immorality" nil (((ih) 1) ((m er) 0) ((ae) 1) ((l ih) 0) ((t iy) 0))) +("immortal" nil (((ih) 0) ((m ao r) 1) ((t ax l) 0))) +("immortality" nil (((ih) 1) ((m ao r) 0) ((t ae) 1) ((l ih) 0) ((t iy) 0))) +("immortalize" nil (((ih) 0) ((m ao r) 1) ((t ax) 0) ((l ay z) 0))) +("immortalized" nil (((ih) 0) ((m ao r) 1) ((t ax) 0) ((l ay z d) 0))) +("immortalizes" nil (((ih) 0) ((m ao r) 1) ((t ax) 0) ((l ay) 0) ((z ih z) 0))) +("immortalizing" nil (((ih) 0) ((m ao r) 1) ((t ax) 0) ((l ay) 0) ((z ih ng) 0))) +("immotile" nil (((ih) 0) ((m ow) 1) ((t ax l) 0))) +("immovable" nil (((ih) 0) ((m uw) 1) ((v ax) 0) ((b ax l) 0))) +("immulogic" nil (((ih) 1) ((m y uw) 0) ((l aa) 1) ((jh ih k) 0))) +("immune" nil (((ih) 0) ((m y uw n) 1))) +("immunetech" nil (((ih) 1) ((m y uw n) 0) ((t eh k) 1))) +("immunex" nil (((ih) 1) ((m y uw) 0) ((n eh k s) 0))) +("immunities" nil (((ih) 0) ((m y uw) 1) ((n ih) 0) ((t iy z) 0))) +("immunity" nil (((ih) 0) ((m y uw) 1) ((n ax) 0) ((t iy) 0))) +("immunization" nil (((ih) 1) ((m y uw) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("immunizations" nil (((ih) 1) ((m y uw) 0) ((n ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("immunize" nil (((ih) 1) ((m y uw) 0) ((n ay z) 1))) +("immunized" nil (((ih) 1) ((m y ax) 0) ((n ay z d) 1))) +("immunizes" nil (((ih) 1) ((m y ax) 0) ((n ay) 1) ((z ih z) 0))) +("immunizing" nil (((ih) 1) ((m y ax) 0) ((n ay) 1) ((z ih ng) 0))) +("immuno" nil (((ih) 0) ((m y uw) 1) ((n ow) 0))) +("immunodeficiency" nil (((ih) 1) ((m y uw) 0) ((n ow) 0) ((d ih) 1) ((f ih) 1) ((sh ax n) 0) ((s iy) 0))) +("immunological" nil (((ih) 1) ((m y uw) 0) ((n ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("immunologist" nil (((ih) 1) ((m y uw) 0) ((n aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("immunology" nil (((ih) 1) ((m y uw) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("immunomedics" nil (((ih) 1) ((m y uw) 0) ((n ow) 0) ((m eh) 1) ((d ih k s) 0))) +("immunotherapy" nil (((ih) 1) ((m y uw) 0) ((n ow) 0) ((th eh) 1) ((r ax) 0) ((p iy) 0))) +("immutable" nil (((ih) 0) ((m y uw) 1) ((t ax) 0) ((b ax l) 0))) +("imnet" nil (((ih m) 1) ((n eh t) 1))) +("imo" nil (((ay) 1) ((m ow) 0))) +("imogen" nil (((ih) 1) ((m ax) 0) ((g ax n) 0))) +("imogene" nil (((ih) 1) ((m ax) 0) ((jh iy n) 1))) +("imondi" nil (((ih) 0) ((m ow n) 1) ((d iy) 0))) +("impact" n (((ih m) 1) ((p ae k t) 0))) +("impact" v (((ih m) 0) ((p ae k t) 1))) +("impacted" nil (((ih m) 1) ((p ae k) 1) ((t ih d) 0))) +("impacting" nil (((ih m) 0) ((p ae k) 1) ((t ih ng) 0))) +("impacts" n (((ih m) 1) ((p ae k t s) 0))) +("impacts" v (((ih m) 0) ((p ae k t s) 1))) +("impair" nil (((ih m) 0) ((p eh r) 1))) +("impaired" nil (((ih m) 0) ((p eh r d) 1))) +("impairing" nil (((ih m) 0) ((p eh) 1) ((r ih ng) 0))) +("impairment" nil (((ih m) 0) ((p eh r) 1) ((m ax n t) 0))) +("impairs" nil (((ih m) 0) ((p eh r z) 1))) +("impala" nil (((ih m) 0) ((p aa) 1) ((l ax) 0))) +("impaled" nil (((ih m) 0) ((p ey l d) 1))) +("impart" nil (((ih m) 0) ((p aa r t) 1))) +("imparted" nil (((ih m) 0) ((p aa r) 1) ((t ih d) 0))) +("impartial" nil (((ih m) 0) ((p aa r) 1) ((sh ax l) 0))) +("impartiality" nil (((ih m) 0) ((p aa r) 1) ((sh iy) 0) ((ae) 1) ((l ih) 0) ((t iy) 0))) +("impartially" nil (((ih m) 0) ((p aa r) 1) ((sh ax) 0) ((l iy) 0))) +("imparting" nil (((ih m) 0) ((p aa r) 1) ((t ih ng) 0))) +("impassable" nil (((ih m) 0) ((p ae) 1) ((s ax) 0) ((b ax l) 0))) +("impasse" nil (((ih m) 0) ((p ae s) 1))) +("impassioned" nil (((ih m) 0) ((p ae) 1) ((sh ax n d) 0))) +("impassive" nil (((ih m) 0) ((p ae) 1) ((s ih v) 0))) +("impassively" nil (((ih m) 0) ((p ae) 1) ((s ih) 0) ((v l iy) 0))) +("impastato" nil (((ih m) 0) ((p aa) 0) ((s t aa) 1) ((t ow) 0))) +("impatience" nil (((ih m) 0) ((p ey) 1) ((sh ax n s) 0))) +("impatiens" nil (((ih m) 0) ((p ey) 1) ((sh ax n z) 0))) +("impatient" nil (((ih m) 0) ((p ey) 1) ((sh ax n t) 0))) +("impatiently" nil (((ih m) 0) ((p ey) 1) ((sh ax n t) 0) ((l iy) 0))) +("impeach" nil (((ih m) 0) ((p iy ch) 1))) +("impeached" nil (((ih m) 0) ((p iy ch t) 1))) +("impeachment" nil (((ih m) 0) ((p iy ch) 1) ((m ax n t) 0))) +("impeachments" nil (((ih m) 0) ((p iy ch) 1) ((m ax n t s) 0))) +("impeccable" nil (((ih m) 0) ((p eh) 1) ((k ax) 0) ((b ax l) 0))) +("impeccably" nil (((ih m) 0) ((p eh) 1) ((k ax) 0) ((b l iy) 0))) +("impedance" nil (((ih m) 0) ((p iy) 1) ((d ax n s) 0))) +("impede" nil (((ih m) 0) ((p iy d) 1))) +("impeded" nil (((ih m) 0) ((p iy) 1) ((d ih d) 0))) +("impedes" nil (((ih m) 0) ((p iy d z) 1))) +("impediment" nil (((ih m) 0) ((p eh) 1) ((d ax) 0) ((m ax n t) 0))) +("impediments" nil (((ih m) 0) ((p eh) 1) ((d ax) 0) ((m ax n t s) 0))) +("impeding" nil (((ih m) 0) ((p iy) 1) ((d ih ng) 0))) +("impelled" nil (((ih m) 0) ((p eh l d) 1))) +("impending" nil (((ih m) 0) ((p eh n) 1) ((d ih ng) 0))) +("impenetrable" nil (((ih m) 0) ((p eh) 1) ((n ax) 0) ((t r ax) 0) ((b ax l) 0))) +("imperative" nil (((ih m) 0) ((p eh) 1) ((r ax) 0) ((t ih v) 0))) +("imperatives" nil (((ih m) 0) ((p eh) 1) ((r ax) 0) ((t ih v z) 0))) +("imperato" nil (((ih m) 0) ((p er) 0) ((aa) 1) ((t ow) 0))) +("imperceptible" nil (((ih m) 1) ((p er) 0) ((s eh p) 1) ((t ih) 0) ((b ax l) 0))) +("imperceptibly" nil (((ih m) 1) ((p er) 0) ((s eh p) 1) ((t ih) 0) ((b l iy) 0))) +("imperfect" nil (((ih m) 0) ((p er) 1) ((f ih k t) 0))) +("imperfection" nil (((ih m) 1) ((p er) 0) ((f eh k) 1) ((sh ax n) 0))) +("imperfections" nil (((ih m) 1) ((p er) 0) ((f eh k) 1) ((sh ax n z) 0))) +("imperfectly" nil (((ih m) 0) ((p er) 1) ((f ih k t) 0) ((l iy) 0))) +("imperia" nil (((ih m) 0) ((p iy) 1) ((r iy) 0) ((ax) 0))) +("imperial" nil (((ih m) 0) ((p ih) 1) ((r iy) 0) ((ax l) 0))) +("imperiale" nil (((ih m) 0) ((p er) 0) ((iy) 0) ((aa) 1) ((l iy) 0))) +("imperialism" nil (((ih m) 0) ((p ih) 1) ((r iy) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("imperialist" nil (((ih m) 0) ((p ih) 1) ((r iy) 0) ((ax) 0) ((l ih s t) 0))) +("imperialistic" nil (((ih m) 0) ((p iy) 1) ((r iy) 0) ((ax) 0) ((l ih) 1) ((s t ih k) 0))) +("imperialists" nil (((ih m) 0) ((p ih) 1) ((r iy) 0) ((ax) 0) ((l ih s t s) 0))) +("imperil" nil (((ih m) 0) ((p eh) 1) ((r ax l) 0))) +("imperiled" nil (((ih m) 0) ((p eh) 1) ((r ax l d) 0))) +("imperiling" nil (((ih m) 0) ((p eh) 1) ((r ax) 0) ((l ih ng) 0))) +("imperils" nil (((ih m) 0) ((p eh) 1) ((r ax l z) 0))) +("imperious" nil (((ih m) 0) ((p ih) 1) ((r iy) 0) ((ax s) 0))) +("impermissible" nil (((ih m) 1) ((p er) 0) ((m ih) 1) ((s ih) 0) ((b ax l) 0))) +("impersonal" nil (((ih m) 0) ((p er) 1) ((s ax) 0) ((n ax l) 0))) +("impersonality" nil (((ih m) 0) ((p er) 1) ((s ax) 0) ((n ae) 1) ((l ax) 0) ((t iy) 0))) +("impersonate" n (((ax m) 0) ((p eh r) 1) ((s ax) 0) ((n ey t) 0))) +("impersonating" nil (((ih m) 0) ((p er) 1) ((s ax) 0) ((n ey) 1) ((t ih ng) 0))) +("impersonation" nil (((ih m) 1) ((p er) 0) ((s ax) 0) ((n ey) 1) ((sh ax n) 0))) +("impersonator" nil (((ih m) 0) ((p er) 1) ((s ax) 0) ((n ey) 0) ((t er) 0))) +("impersonators" nil (((ih m) 0) ((p er) 1) ((s ax) 0) ((n ey) 1) ((t er z) 0))) +("impertinent" nil (((ih m) 0) ((p er) 1) ((t ax) 0) ((n ax n t) 0))) +("impervious" nil (((ih m) 0) ((p er) 1) ((v iy) 0) ((ax s) 0))) +("impetuous" nil (((ih m) 0) ((p eh ch) 1) ((w ax s) 0))) +("impetus" nil (((ih m) 1) ((p ax) 0) ((t ax s) 0))) +("impinge" nil (((ih m) 0) ((p ih n jh) 1))) +("impish" nil (((ih m) 1) ((p ih sh) 0))) +("implacable" nil (((ih m) 0) ((p l ae) 1) ((k ax) 0) ((b ax l) 0))) +("implant" nil (((ih m) 0) ((p l ae n t) 1))) +("implantable" nil (((ih m) 1) ((p l ae n) 1) ((t ax) 0) ((b ax l) 0))) +("implantation" nil (((ih m) 0) ((p l ae n) 1) ((t ey) 1) ((sh ax n) 0))) +("implanted" nil (((ih m) 0) ((p l ae n) 1) ((t ih d) 0))) +("implanting" nil (((ih m) 0) ((p l ae n) 1) ((t ih ng) 0))) +("implants" nil (((ih m) 0) ((p l ae n t s) 1))) +("implausible" nil (((ih m) 0) ((p l ao) 1) ((z ax) 0) ((b ax l) 0))) +("implausibly" nil (((ih m) 0) ((p l ao) 1) ((z ax) 0) ((b l iy) 0))) +("implement" n (((ih m) 1) ((p l ax) 0) ((m ax n t) 0))) +("implement" v (((ih m) 1) ((p l ax) 0) ((m eh n t) 1))) +("implementation" nil (((ih m) 1) ((p l ax) 0) ((m eh n) 0) ((t ey) 1) ((sh ax n) 0))) +("implemented" nil (((ih m) 1) ((p l ax) 0) ((m eh n) 1) ((t ax d) 0))) +("implementing" nil (((ih m) 1) ((p l ax) 0) ((m eh n) 1) ((t ih ng) 0))) +("implements" n (((ih m) 1) ((p l ax) 0) ((m ax n t s) 0))) +("implements" v (((ih m) 1) ((p l ax) 0) ((m eh n t s) 1))) +("implicate" nil (((ih m) 1) ((p l ih) 0) ((k ey t) 1))) +("implicated" nil (((ih m) 1) ((p l ih) 0) ((k ey) 1) ((t ih d) 0))) +("implicating" nil (((ih m) 1) ((p l ih) 0) ((k ey) 1) ((t ih ng) 0))) +("implication" nil (((ih m) 1) ((p l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("implications" nil (((ih m) 1) ((p l ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("implicit" nil (((ih m) 0) ((p l ih) 1) ((s ax t) 0))) +("implicitly" nil (((ih m) 0) ((p l ih) 1) ((s ax t) 0) ((l iy) 0))) +("implied" nil (((ih m) 0) ((p l ay d) 1))) +("implies" nil (((ih m) 0) ((p l ay z) 1))) +("implode" nil (((ih m) 0) ((p l ow d) 1))) +("imploded" nil (((ih m) 0) ((p l ow) 1) ((d ih d) 0))) +("implore" nil (((ih m) 0) ((p l ao r) 1))) +("implored" nil (((ih m) 0) ((p l ao r d) 1))) +("implores" nil (((ih m) 0) ((p l ao r z) 1))) +("imploring" nil (((ih m) 0) ((p l ao) 1) ((r ih ng) 0))) +("implosion" nil (((ih m) 0) ((p l ow) 1) ((zh ax n) 0))) +("imply" nil (((ih m) 0) ((p l ay) 1))) +("implying" nil (((ih m) 0) ((p l ay) 1) ((ih ng) 0))) +("impolite" nil (((ih m) 0) ((p ax) 0) ((l ay t) 1))) +("impolitic" nil (((ih m) 0) ((p ao) 1) ((l ih) 1) ((t ih k) 1))) +("imponderable" nil (((ih m) 0) ((p aa n) 1) ((d er) 0) ((ax) 0) ((b ax l) 0))) +("imponderables" nil (((ih m) 0) ((p aa n) 1) ((d er) 0) ((ax) 0) ((b ax l z) 0))) +("import" n (((ih m) 1) ((p ao r t) 0))) +("import" v (((ih m) 0) ((p ao r t) 1))) +("importance" nil (((ih m) 0) ((p ao r) 1) ((t ax n s) 0))) +("important" nil (((ih m) 0) ((p ao r) 1) ((t ax n t) 0))) +("importantly" nil (((ih m) 0) ((p ao r) 1) ((t ax n t) 0) ((l iy) 0))) +("importation" nil (((ih m) 1) ((p ao r) 0) ((t ey) 1) ((sh ax n) 0))) +("imported" nil (((ih m) 0) ((p ao r) 1) ((t ih d) 0))) +("importer" nil (((ih m) 0) ((p ao r) 1) ((t er) 0))) +("importers" nil (((ih m) 0) ((p ao r) 1) ((t er z) 0))) +("importing" nil (((ih m) 0) ((p ao r) 1) ((t ih ng) 0))) +("imports" n (((ih m) 1) ((p ao r t s) 0))) +("imports" v (((ih m) 0) ((p ao r t s) 1))) +("impose" nil (((ih m) 0) ((p ow z) 1))) +("imposed" nil (((ih m) 0) ((p ow z d) 1))) +("imposes" nil (((ih m) 0) ((p ow) 1) ((z ax z) 0))) +("imposing" nil (((ih m) 0) ((p ow) 1) ((z ih ng) 0))) +("imposition" nil (((ih m) 1) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("impossibility" nil (((ih m) 0) ((p ao) 1) ((s ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("impossible" nil (((ih m) 0) ((p aa) 1) ((s ax) 0) ((b ax l) 0))) +("impossibly" nil (((ih m) 0) ((p aa) 1) ((s ax) 0) ((b l iy) 0))) +("impostors" nil (((ih m) 0) ((p ao) 1) ((s t er z) 0))) +("impotence" nil (((ih m) 1) ((p ax) 0) ((t ax n s) 0))) +("impotent" nil (((ih m) 1) ((p ax) 0) ((t ax n t) 0))) +("impound" nil (((ih m) 0) ((p aw n d) 1))) +("impounded" nil (((ih m) 0) ((p aw n) 1) ((d ih d) 0))) +("impoundment" nil (((ih m) 0) ((p aw n d) 1) ((m ax n t) 0))) +("impoundments" nil (((ih m) 0) ((p aw n d) 1) ((m ax n t s) 0))) +("impoverish" nil (((ih m) 0) ((p aa) 1) ((v r ih sh) 0))) +("impoverished" nil (((ih m) 0) ((p aa) 1) ((v r ih sh t) 0))) +("impoverishes" nil (((ih m) 0) ((p aa) 1) ((v r ih) 0) ((sh ax z) 0))) +("impoverishment" nil (((ih m) 0) ((p aa) 1) ((v r ih) 0) ((sh m ax n t) 0))) +("impracticable" nil (((ih m) 0) ((p r ae k) 1) ((t ih) 0) ((k ax) 0) ((b ax l) 0))) +("impractical" nil (((ih m) 0) ((p r ae k) 1) ((t ax) 0) ((k ax l) 0))) +("imprecise" nil (((ih m) 1) ((p r ax) 0) ((s ay s) 1))) +("impregnable" nil (((ih m) 0) ((p r eh g) 1) ((n ax) 0) ((b ax l) 0))) +("impregnated" nil (((ih m) 0) ((p r eh g) 1) ((n ey) 1) ((t ax d) 0))) +("impregnation" nil (((ih m) 0) ((p r eh g) 1) ((n ey) 1) ((sh ax n) 0))) +("impresario" nil (((ih m) 1) ((p r ih) 0) ((s aa) 1) ((r iy) 0) ((ow) 1))) +("impress" n (((ih m) 1) ((p r eh s) 0))) +("impress" v (((ih m) 0) ((p r eh s) 1))) +("impressed" nil (((ih m) 0) ((p r eh s t) 1))) +("impresses" n (((ih m) 1) ((p r eh) 0) ((s ih z) 0))) +("impresses" v (((ih m) 0) ((p r eh) 1) ((s ih z) 0))) +("impressing" nil (((ih m) 0) ((p r eh) 1) ((s ih ng) 0))) +("impression" nil (((ih m) 0) ((p r eh) 1) ((sh ax n) 0))) +("impressionable" nil (((ih m) 0) ((p r eh) 1) ((sh ax) 0) ((n ax) 0) ((b ax l) 0))) +("impressionism" nil (((ih m) 0) ((p r eh) 1) ((sh ax) 0) ((n ih) 1) ((z ax m) 0))) +("impressionist" nil (((ih m) 0) ((p r eh) 1) ((sh ax) 0) ((n ax s t) 0))) +("impressionistic" nil (((ih m) 0) ((p r eh) 1) ((sh ax) 0) ((n ih) 1) ((s t ih k) 0))) +("impressionists" nil (((ih m) 0) ((p r eh) 1) ((sh ax) 0) ((n ih s t s) 0))) +("impressions" nil (((ih m) 0) ((p r eh) 1) ((sh ax n z) 0))) +("impressive" nil (((ih m) 0) ((p r eh) 1) ((s ih v) 0))) +("impressively" nil (((ih m) 0) ((p r eh) 1) ((s ih) 0) ((v l iy) 0))) +("impressment" nil (((ih m) 0) ((p r eh) 1) ((s m ax n t) 0))) +("imprimatur" nil (((ih m) 1) ((p r ih) 0) ((m aa) 1) ((t er) 0))) +("imprimis" nil (((ih m) 0) ((p r iy) 1) ((m ih s) 0))) +("imprint" n (((ih m) 1) ((p r ih n t) 0))) +("imprint" v (((ih m) 0) ((p r ih n t) 1))) +("imprinted" nil (((ih m) 0) ((p r ih n) 1) ((t ih d) 0))) +("imprints" n (((ih m) 1) ((p r ih n t s) 0))) +("imprints" v (((ih m) 0) ((p r ih n t s) 1))) +("imprison" nil (((ih m) 0) ((p r ih) 1) ((z ax n) 0))) +("imprisoned" nil (((ih m) 0) ((p r ih) 1) ((z ax n d) 0))) +("imprisoning" nil (((ih m) 0) ((p r ih) 1) ((z ax) 0) ((n ih ng) 0))) +("imprisonment" nil (((ih m) 0) ((p r ih) 1) ((z ax n) 0) ((m ax n t) 0))) +("improbable" nil (((ih m) 0) ((p r aa) 1) ((b ax) 0) ((b ax l) 0))) +("improbably" nil (((ih m) 0) ((p r aa) 1) ((b ax) 0) ((b l iy) 0))) +("impromptu" nil (((ih m) 0) ((p r aa m p) 1) ((t uw) 0))) +("improper" nil (((ih m) 0) ((p r aa) 1) ((p er) 0))) +("improperly" nil (((ih m) 0) ((p r aa) 1) ((p er) 0) ((l iy) 0))) +("improprieties" nil (((ih m) 1) ((p r ax) 0) ((p r ay) 1) ((ax) 0) ((t iy z) 0))) +("impropriety" nil (((ih m) 1) ((p r ax) 0) ((p r ay) 1) ((ax) 0) ((t iy) 0))) +("improv" nil (((ih m) 1) ((p r aa v) 1))) +("improve" nil (((ih m) 0) ((p r uw v) 1))) +("improved" nil (((ih m) 0) ((p r uw v d) 1))) +("improvement" nil (((ih m) 0) ((p r uw v) 1) ((m ax n t) 0))) +("improvements" nil (((ih m) 0) ((p r uw v) 1) ((m ax n t s) 0))) +("improves" nil (((ih m) 0) ((p r uw v z) 1))) +("improving" nil (((ih m) 0) ((p r uw) 1) ((v ih ng) 0))) +("improvisation" nil (((ih m) 1) ((p r ax) 0) ((v ih) 0) ((z ey) 1) ((sh ax n) 0))) +("improvisational" nil (((ih m) 1) ((p r ax) 0) ((v ih) 0) ((z ey) 1) ((sh ax) 0) ((n ax l) 0))) +("improvise" nil (((ih m) 1) ((p r ax) 0) ((v ay z) 1))) +("improvised" nil (((ih m) 1) ((p r ax) 0) ((v ay z d) 1))) +("improvising" nil (((ih m) 1) ((p r ax) 0) ((v ay) 1) ((z ih ng) 0))) +("imprudence" nil (((ih m) 0) ((p r uw) 1) ((d ax n s) 0))) +("imprudent" nil (((ih m) 0) ((p r uw) 1) ((d ax n t) 0))) +("imprudently" nil (((ih m) 0) ((p r uw) 1) ((d ax n t) 0) ((l iy) 0))) +("impson" nil (((ih m p) 1) ((s ax n) 0))) +("impudent" n (((ih m) 1) ((p y ax) 0) ((d ax n t) 0))) +("impugn" nil (((ih m) 0) ((p y uw n) 1))) +("impugned" nil (((ih m) 0) ((p y uw n d) 1))) +("impugning" nil (((ih m) 0) ((p y uw) 1) ((n ih ng) 0))) +("impulse" nil (((ih m) 1) ((p ax l s) 0))) +("impulses" nil (((ih m) 1) ((p ax l) 0) ((s ih z) 0))) +("impulsive" nil (((ih m) 0) ((p ah l) 1) ((s ih v) 0))) +("impulsively" nil (((ih m) 0) ((p ah l) 1) ((s ih) 0) ((v l iy) 0))) +("impunity" nil (((ih m) 0) ((p y uw) 1) ((n ih) 0) ((t iy) 0))) +("impure" nil (((ih m) 0) ((p y uh r) 1))) +("impurities" nil (((ih m) 0) ((p y uh) 1) ((r ax) 0) ((t iy z) 0))) +("impurity" nil (((ih m) 0) ((p y uh) 1) ((r ax) 0) ((t iy) 0))) +("imputation" nil (((ih m) 1) ((p y ax) 0) ((t ey) 1) ((sh ax n) 0))) +("imputed" nil (((ih m) 0) ((p y uw) 1) ((t ih d) 0))) +("imre" nil (((ih) 1) ((m r ax) 0))) +("imreg" nil (((ih) 1) ((m r eh g) 1))) +("imrie" nil (((ih) 1) ((m er) 0) ((iy) 0))) +("imus" nil (((ay) 1) ((m ax s) 0))) +("in" nil (((ih n) 0))) +("ina" nil (((iy) 1) ((n ax) 0))) +("inability" nil (((ih) 1) ((n ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("inabinet" nil (((ih) 0) ((n ax) 0) ((b ih) 1) ((n ih t) 0))) +("inaccessible" nil (((ih) 1) ((n ax k) 0) ((s eh) 1) ((s ax) 0) ((b ax l) 0))) +("inaccuracies" nil (((ih) 0) ((n ae) 1) ((k y er) 0) ((ae) 1) ((s iy z) 0))) +("inaccuracy" nil (((ih) 0) ((n ae) 1) ((k y er) 0) ((ax) 0) ((s iy) 0))) +("inaccurate" nil (((ih) 0) ((n ae) 1) ((k y er) 0) ((ax t) 0))) +("inaccurately" nil (((ih) 0) ((n ae) 1) ((k y er) 0) ((ax t) 0) ((l iy) 0))) +("inacom" nil (((ih) 1) ((n ax) 0) ((k aa m) 1))) +("inacomp" nil (((ay) 1) ((n ax) 0) ((k aa m p) 1))) +("inaction" nil (((ih) 0) ((n ae k) 1) ((sh ax n) 0))) +("inactivated" nil (((ih) 0) ((n ae k) 1) ((t ih) 0) ((v ey) 1) ((t ih d) 0))) +("inactivation" nil (((ih) 0) ((n ae k) 1) ((t ih) 0) ((v ey) 1) ((sh ax n) 0))) +("inactive" nil (((ih) 0) ((n ae k) 1) ((t ih v) 0))) +("inactivity" nil (((ih) 0) ((n ae k) 0) ((t ih) 1) ((v ih) 0) ((t iy) 0))) +("inadequacies" nil (((ih) 0) ((n ae) 1) ((d ax) 0) ((k w ax) 0) ((s iy z) 0))) +("inadequacy" nil (((ih) 0) ((n ae) 1) ((d ih) 0) ((k w ax) 0) ((s iy) 0))) +("inadequate" nil (((ih) 0) ((n ae) 1) ((d ax) 0) ((k w ax t) 0))) +("inadequately" nil (((ih) 0) ((n ae) 1) ((d ax) 0) ((k w ax t) 0) ((l iy) 0))) +("inadmissible" nil (((ih) 0) ((n ax d) 0) ((m ih) 1) ((s ax) 0) ((b ax l) 0))) +("inadvertent" nil (((ih) 1) ((n ax d) 0) ((v er) 1) ((t ax n t) 0))) +("inadvertently" nil (((ih) 1) ((n ax d) 0) ((v er) 1) ((t ax n t) 0) ((l iy) 0))) +("inadvisable" nil (((ih) 0) ((n ax d) 0) ((v ay) 1) ((z ax) 0) ((b ax l) 0))) +("inalienable" nil (((ih) 0) ((n ey) 1) ((l y ax) 0) ((n ax) 0) ((b ax l) 0))) +("inamura" nil (((ih) 1) ((n ax) 0) ((m uh) 1) ((r ax) 0))) +("inane" nil (((ih) 0) ((n ey n) 1))) +("inanimate" nil (((ih) 0) ((n ae) 1) ((n ax) 0) ((m ax t) 0))) +("inapplicable" nil (((ih) 0) ((n ae) 1) ((p l ih) 0) ((k ax) 0) ((b ax l) 0))) +("inappropriate" nil (((ih) 1) ((n ax) 0) ((p r ow) 1) ((p r iy) 0) ((ih t) 0))) +("inappropriately" nil (((ih) 0) ((n ax) 0) ((p r aa) 1) ((p r iy) 0) ((ax t) 0) ((l iy) 0))) +("inarticulate" nil (((ih) 0) ((n aa r) 0) ((t ih) 1) ((k y ax) 0) ((l ax t) 0))) +("inasmuch" nil (((ih) 0) ((n ae) 1) ((s m ax k) 0))) +("inattention" nil (((ih) 0) ((n ax) 0) ((t eh n) 1) ((ch ax n) 0))) +("inattentive" nil (((ih) 1) ((n ax) 0) ((t eh n) 1) ((t ih v) 0))) +("inaudible" nil (((ih) 0) ((n ao) 1) ((d ax) 0) ((b ax l) 0))) +("inaugural" nil (((ih) 0) ((n ao) 1) ((g er) 0) ((ax l) 0))) +("inaugurate" nil (((ih) 0) ((n ao) 1) ((g y er) 0) ((ih t) 0))) +("inaugurated" nil (((ih) 0) ((n ao) 1) ((g er) 0) ((ey) 1) ((t ih d) 0))) +("inaugurates" nil (((ih) 0) ((n ao) 1) ((g y er) 0) ((ih t s) 0))) +("inaugurating" nil (((ih) 0) ((n ao) 1) ((g y er) 0) ((ey) 1) ((t ih ng) 0))) +("inauguration" nil (((ih) 0) ((n ao) 1) ((g y er) 0) ((ey) 1) ((sh ax n) 0))) +("inauspicious" nil (((ih) 0) ((n aw) 1) ((s p ih) 1) ((sh ih s) 0))) +("inboard" nil (((ih n) 1) ((b ao r d) 1))) +("inboden" nil (((ih n) 1) ((b ow) 0) ((d ax n) 0))) +("inbody" nil (((ih n) 1) ((b aa) 0) ((d iy) 0))) +("inborn" nil (((ih n) 1) ((b ao r n) 1))) +("inbound" nil (((ih n) 0) ((b aw n d) 1))) +("inbred" nil (((ih n) 1) ((b r eh d) 1))) +("inc" nil (((ih ng k) 1))) +("inca" nil (((ih ng) 1) ((k ax) 0))) +("incalculable" nil (((ih n) 0) ((k ae l) 1) ((k y ax) 0) ((l ax) 0) ((b ax l) 0))) +("incandescent" nil (((ih n) 1) ((k ax n) 0) ((d eh) 1) ((s ax n t) 0))) +("incantation" nil (((ih n) 0) ((k ae n) 1) ((t ey) 1) ((sh ax n) 0))) +("incantatory" nil (((ih n) 0) ((k ae n) 1) ((t ax) 0) ((t ao) 1) ((r iy) 0))) +("incapable" nil (((ih n) 0) ((k ey) 1) ((p ax) 0) ((b ax l) 0))) +("incapacitated" nil (((ih n) 0) ((k ax) 0) ((p ae) 1) ((s ih) 0) ((t ey) 1) ((t ih d) 0))) +("incapacitation" nil (((ih n) 0) ((k ax) 0) ((p ae) 1) ((s ih) 0) ((t ey) 1) ((sh ax n) 0))) +("incapacity" nil (((ih n) 0) ((k ax) 0) ((p ae) 1) ((s ax) 0) ((t iy) 0))) +("incarcerate" nil (((ih n) 0) ((k aa r) 1) ((s er) 0) ((ey t) 1))) +("incarcerated" nil (((ih n) 0) ((k aa r) 1) ((s er) 0) ((ey) 1) ((t ih d) 0))) +("incarcerating" nil (((ih n) 0) ((k aa r) 1) ((s er) 0) ((ey) 1) ((t ih ng) 0))) +("incarceration" nil (((ih n) 0) ((k aa r) 1) ((s er) 0) ((ey) 1) ((sh ax n) 0))) +("incarnate" nil (((ih n) 0) ((k aa r) 1) ((n ax t) 0))) +("incarnation" nil (((ih n) 0) ((k aa r) 1) ((n ey) 1) ((sh ax n) 0))) +("incarnations" nil (((ih n) 0) ((k aa r) 0) ((n ey) 1) ((sh ax n z) 0))) +("incas" nil (((ih ng) 1) ((k ax z) 0))) +("incase" nil (((ih n) 0) ((k ey s) 1))) +("incata" nil (((ih ng) 0) ((k aa) 1) ((t ax) 0))) +("ince" nil (((ih n s) 1))) +("incendiary" nil (((ih n) 0) ((s eh n) 1) ((d iy) 0) ((eh) 0) ((r iy) 0))) +("incense" n (((ih n) 1) ((s eh n s) 1))) +("incense" v (((ih n) 0) ((s eh n s) 1))) +("incensed" nil (((ih n) 1) ((s eh n s t) 1))) +("incentive" nil (((ih n) 0) ((s eh n) 1) ((t ih v) 0))) +("incentives" nil (((ih n) 0) ((s eh n) 1) ((t ih v z) 0))) +("inception" nil (((ih n) 0) ((s eh p) 1) ((sh ax n) 0))) +("incessant" nil (((ih n) 0) ((s eh) 1) ((s ax n t) 0))) +("incessantly" nil (((ih n) 0) ((s eh) 1) ((s ax n t) 0) ((l iy) 0))) +("incest" nil (((ih n) 1) ((s eh s t) 1))) +("incestuous" nil (((ih n) 0) ((s eh s ch) 1) ((w ax s) 0))) +("inch" nil (((ih n ch) 1))) +("inchcape" nil (((ih n ch) 1) ((k ey p) 1))) +("inched" nil (((ih n ch t) 1))) +("inches" nil (((ih n) 1) ((ch ax z) 0))) +("inching" nil (((ih n) 1) ((ch ih ng) 0))) +("inchoate" nil (((ih n) 0) ((k ow) 1) ((ax t) 0))) +("inchon" nil (((ih n) 1) ((ch ax n) 0))) +("incidence" nil (((ih n) 1) ((s ax) 0) ((d ax n s) 0))) +("incidences" nil (((ih n) 1) ((s ax) 0) ((d ax n) 0) ((s ih z) 0))) +("incident" nil (((ih n) 1) ((s ax) 0) ((d ax n t) 0))) +("incidental" nil (((ih n) 1) ((s ih) 0) ((d eh n) 1) ((t ax l) 0))) +("incidentally" nil (((ih n) 1) ((s ih) 0) ((d eh n) 1) ((t ax) 0) ((l iy) 0))) +("incidentals" nil (((ih n) 1) ((s ih) 0) ((d eh n) 1) ((t ax l z) 0))) +("incidents" nil (((ih n) 1) ((s ax) 0) ((d ax n t s) 0))) +("incinerate" nil (((ih n) 0) ((s ih) 1) ((n er) 0) ((ey t) 1))) +("incinerated" nil (((ih n) 0) ((s ih) 1) ((n er) 0) ((ey) 1) ((t ih d) 0))) +("incinerating" nil (((ih n) 0) ((s ih) 1) ((n er) 0) ((ey) 1) ((t ih ng) 0))) +("incineration" nil (((ih n) 0) ((s ih) 1) ((n er) 0) ((ey) 1) ((sh ax n) 0))) +("incinerator" nil (((ih n) 0) ((s ih) 1) ((n er) 0) ((ey) 1) ((t er) 0))) +("incinerators" nil (((ih n) 0) ((s ih) 1) ((n er) 0) ((ey) 1) ((t er z) 0))) +("incipient" nil (((ih n) 0) ((s ih) 1) ((p iy) 0) ((ax n t) 0))) +("incision" nil (((ih n) 0) ((s ih) 1) ((zh ax n) 0))) +("incisive" nil (((ih n) 0) ((s ay) 1) ((s ih v) 0))) +("incisor" nil (((ih n) 0) ((s ay) 1) ((z er) 0))) +("incisors" nil (((ih n) 0) ((s ay) 1) ((z er z) 0))) +("incite" nil (((ih n) 0) ((s ay t) 1))) +("incited" nil (((ih n) 0) ((s ay) 1) ((t ih d) 0))) +("inciting" nil (((ih n) 0) ((s ay) 1) ((t ih ng) 0))) +("inclement" nil (((ih n) 0) ((k l eh) 1) ((m ax n t) 0))) +("inclination" nil (((ih n) 1) ((k l ax) 0) ((n ey) 1) ((sh ax n) 0))) +("inclinations" nil (((ih n) 1) ((k l ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("incline" n (((ih n) 1) ((k l ay n) 0))) +("incline" v (((ih n) 0) ((k l ay n) 1))) +("inclined" nil (((ih n) 0) ((k l ay n d) 1))) +("inclines" n (((ih n) 1) ((k l ay n z) 0))) +("inclines" v (((ih n) 0) ((k l ay n z) 1))) +("inclosure" nil (((ih n) 0) ((k l ow) 1) ((zh er) 0))) +("include" nil (((ih n) 0) ((k l uw d) 1))) +("included" nil (((ih n) 0) ((k l uw) 1) ((d ax d) 0))) +("includes" nil (((ih n) 0) ((k l uw d z) 1))) +("including" nil (((ih n) 0) ((k l uw) 1) ((d ih ng) 0))) +("inclusion" nil (((ih n) 0) ((k l uw) 1) ((zh ax n) 0))) +("inclusions" nil (((ih n) 0) ((k l uw) 1) ((zh ax n z) 0))) +("inclusive" nil (((ih n) 0) ((k l uw) 1) ((s ih v) 0))) +("inco" nil (((ih n) 1) ((k ow) 1))) +("incoherence" nil (((ih n) 0) ((k ow) 0) ((hh ih) 1) ((r ax n s) 0))) +("incoherent" nil (((ih n) 0) ((k ow) 0) ((hh ih) 1) ((r ax n t) 0))) +("incoherently" nil (((ih n) 0) ((k ow) 0) ((hh ih) 1) ((r ax n t) 0) ((l iy) 0))) +("incom" nil (((ih ng) 1) ((k ax m) 0))) +("income" nil (((ih n) 1) ((k ah m) 1))) +("incomes" nil (((ih n) 1) ((k ah m z) 1))) +("incoming" nil (((ih n) 1) ((k ah) 1) ((m ih ng) 0))) +("incommunicado" nil (((ih n) 1) ((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k aa) 1) ((d ow) 0))) +("incomparable" nil (((ih n) 0) ((k aa m) 1) ((p er) 0) ((ax) 0) ((b ax l) 0))) +("incomparably" nil (((ih n) 0) ((k aa m) 1) ((p er) 0) ((ax) 0) ((b l iy) 0))) +("incompatibility" nil (((ih n) 0) ((k aa m) 1) ((p ax) 0) ((t ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("incompatible" nil (((ih n) 0) ((k ax m) 0) ((p ae) 1) ((t ax) 0) ((b ax l) 0))) +("incompetence" nil (((ih n) 0) ((k aa m) 1) ((p ax) 0) ((t ax n s) 0))) +("incompetent" nil (((ih n) 0) ((k aa m) 1) ((p ax) 0) ((t ax n t) 0))) +("incompetents" nil (((ih ng) 0) ((k aa m) 1) ((p ax) 0) ((t ax n t s) 0))) +("incomplete" nil (((ih n) 0) ((k ax m) 0) ((p l iy t) 1))) +("incompletely" n (((ih n) 1) ((k ax m) 0) ((p l iy t) 1) ((l iy) 0))) +("incomprehensible" nil (((ih ng) 0) ((k aa m) 1) ((p r ax) 0) ((hh eh n) 1) ((s ih) 0) ((b ax l) 0))) +("incompressible" nil (((ih n) 0) ((k ax m) 0) ((p r eh) 1) ((s ax) 0) ((b ax l) 0))) +("inconceivable" nil (((ih n) 1) ((k ax n) 0) ((s iy) 1) ((v ax) 0) ((b ax l) 0))) +("inconclusive" nil (((ih n) 0) ((k ax n) 0) ((k l uw) 1) ((s ih v) 0))) +("inconclusively" nil (((ih ng) 0) ((k aa n) 1) ((k l uw) 0) ((s ih) 0) ((v l iy) 0))) +("incongruity" nil (((ih ng) 1) ((k ao ng) 0) ((r uw) 1) ((ih) 0) ((t iy) 0))) +("incongruous" nil (((ih ng) 0) ((k ao ng) 1) ((r uw) 0) ((ax s) 0))) +("incongruously" nil (((ih ng) 0) ((k ao ng) 1) ((r uw) 0) ((ax) 0) ((s l iy) 0))) +("inconsequential" nil (((ih ng) 0) ((k aa n) 1) ((s ax) 0) ((k w eh n) 1) ((ch ax l) 0))) +("inconsistencies" nil (((ih ng) 0) ((k aa n) 1) ((s ih) 0) ((s t eh n) 1) ((s iy z) 0))) +("inconsistency" nil (((ih n) 1) ((k ax n) 0) ((s ih) 1) ((s t ax n) 0) ((s iy) 0))) +("inconsistent" nil (((ih n) 1) ((k ax n) 0) ((s ih) 1) ((s t ax n t) 0))) +("inconspicuous" nil (((ih ng) 0) ((k aa n) 1) ((s p ih) 0) ((k w ax s) 0))) +("inconstancy" nil (((ih n) 0) ((k aa n) 1) ((s t ax n) 0) ((s iy) 0))) +("incontinence" nil (((ih n) 0) ((k aa n) 1) ((t ax) 0) ((n ax n s) 0))) +("incontinent" nil (((ih n) 0) ((k aa n) 1) ((t ax) 0) ((n ax n t) 0))) +("incontrovertible" nil (((ih ng) 0) ((k aa n) 1) ((t r ow) 0) ((v er) 1) ((t ih) 0) ((b ax l) 0))) +("inconvenience" nil (((ih n) 1) ((k ax n) 0) ((v iy) 1) ((n y ax n s) 0))) +("inconvenienced" nil (((ih n) 1) ((k ax n) 0) ((v iy) 1) ((n y ax n s t) 0))) +("inconveniences" nil (((ih n) 1) ((k ax n) 0) ((v iy) 1) ((n y ax n) 0) ((s ih z) 0))) +("inconvenient" nil (((ih n) 1) ((k ax n) 0) ((v iy) 1) ((n y ax n t) 0))) +("incoordination" nil (((ih n) 0) ((k ow) 1) ((ao r) 1) ((d ax) 0) ((n ey) 1) ((sh ax n) 0))) +("incorporate" nil (((ih n) 0) ((k ao r) 1) ((p er) 0) ((ey t) 1))) +("incorporated" nil (((ih n) 0) ((k ao r) 1) ((p er) 0) ((ey) 1) ((t ax d) 0))) +("incorporates" nil (((ih n) 0) ((k ao r) 1) ((p er) 0) ((ey t s) 1))) +("incorporating" nil (((ih n) 0) ((k ao r) 1) ((p er) 0) ((ey) 1) ((t ih ng) 0))) +("incorporation" nil (((ih n) 0) ((k ao r) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("incorporations" nil (((ih n) 0) ((k ao r) 1) ((p er) 0) ((ey) 1) ((sh ax n z) 0))) +("incorrect" nil (((ih n) 0) ((k er) 0) ((eh k t) 1))) +("incorrectly" nil (((ih n) 0) ((k er) 0) ((eh k t) 1) ((l iy) 0))) +("incorrigible" nil (((ih n) 0) ((k aa) 1) ((r ax) 0) ((jh ax) 0) ((b ax l) 0))) +("incorruptible" n (((ih n) 1) ((k er) 0) ((ah p) 1) ((t ax) 0) ((b ax l) 0))) +("incorvaia" nil (((ih n) 0) ((k ao r) 0) ((v aa) 1) ((y ax) 0))) +("increase" n (((ih n) 1) ((k r iy s) 1))) +("increase" v (((ih n) 0) ((k r iy s) 1))) +("increased" nil (((ih n) 0) ((k r iy s t) 1))) +("increases" n (((ih n) 1) ((k r iy) 0) ((s ax z) 0))) +("increases" v (((ih n) 0) ((k r iy) 1) ((s ax z) 0))) +("increasing" nil (((ih n) 0) ((k r iy) 1) ((s ih ng) 0))) +("increasingly" nil (((ih n) 0) ((k r iy) 1) ((s ih ng) 0) ((l iy) 0))) +("incredible" nil (((ih n) 0) ((k r eh) 1) ((d ax) 0) ((b ax l) 0))) +("incredibly" nil (((ih n) 0) ((k r eh) 1) ((d ax) 0) ((b l iy) 0))) +("incredulity" nil (((ih n) 1) ((k r ax) 0) ((d uw) 1) ((l ih) 0) ((t iy) 0))) +("incredulous" nil (((ih n) 0) ((k r eh) 1) ((jh ax) 0) ((l ax s) 0))) +("increment" nil (((ih n) 1) ((k r ax) 0) ((m ax n t) 0))) +("incremental" nil (((ih n) 1) ((k r ax) 0) ((m eh n) 1) ((t ax l) 0))) +("incrementally" nil (((ih n) 0) ((k r ax) 0) ((m eh n) 1) ((t ax) 0) ((l iy) 0))) +("increments" nil (((ih ng) 1) ((k r ax) 0) ((m ax n t s) 0))) +("incriminate" nil (((ih n) 0) ((k r ih) 1) ((m ax) 0) ((n ey t) 1))) +("incriminating" nil (((ih n) 0) ((k r ih) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("incrimination" nil (((ih n) 0) ((k r ih) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("incrustation" nil (((ih n) 1) ((k r ax) 0) ((s t ey) 1) ((sh ax n) 0))) +("incstar" nil (((ih ng k) 1) ((s t aa r) 1))) +("incubating" nil (((ih n) 1) ((k y ax) 0) ((b ey) 1) ((t ih ng) 0))) +("incubation" nil (((ih ng) 1) ((k y uw) 0) ((b ey) 1) ((sh ax n) 0))) +("incubator" nil (((ih ng) 1) ((k y ax) 0) ((b ey) 1) ((t er) 0))) +("incubators" nil (((ih ng) 1) ((k y uw) 0) ((b ey) 1) ((t er z) 0))) +("inculcate" nil (((ih ng) 1) ((k ax l) 0) ((k ey t) 1))) +("incumbency" nil (((ih n) 0) ((k ah m) 1) ((b ax n) 0) ((s iy) 0))) +("incumbent" nil (((ih n) 0) ((k ah m) 1) ((b ax n t) 0))) +("incumbents" nil (((ih n) 0) ((k ah m) 1) ((b ax n t s) 0))) +("incur" nil (((ih n) 0) ((k er) 1))) +("incurable" nil (((ih n) 0) ((k y uh) 1) ((r ax) 0) ((b ax l) 0))) +("incurred" nil (((ih n) 0) ((k er d) 1))) +("incurring" nil (((ih n) 0) ((k er) 1) ((ih ng) 0))) +("incurs" nil (((ih n) 0) ((k er z) 1))) +("incursion" nil (((ih n) 0) ((k er) 1) ((zh ax n) 0))) +("incursions" nil (((ih n) 0) ((k er) 1) ((zh ax n z) 0))) +("inda" nil (((iy n) 1) ((d ax) 0))) +("indaba" nil (((ih n) 0) ((d aa) 1) ((b ax) 0))) +("indal" nil (((ih n) 1) ((d ax l) 0))) +("indata" nil (((ih n) 0) ((d aa) 1) ((t ax) 0))) +("indebted" nil (((ih n) 0) ((d eh) 1) ((t ax d) 0))) +("indebtedness" nil (((ih n) 0) ((d eh) 1) ((t ih d) 0) ((n ih s) 0))) +("indec" nil (((ih n) 1) ((d eh k) 0))) +("indecency" nil (((ih n) 0) ((d iy) 1) ((s ax n) 0) ((s iy) 0))) +("indecent" nil (((ih n) 0) ((d iy) 1) ((s ax n t) 0))) +("indecision" nil (((ih n) 0) ((d ih) 0) ((s ih) 1) ((zh ax n) 0))) +("indecisive" nil (((ih n) 1) ((d ih) 0) ((s ay) 1) ((s ih v) 0))) +("indecisiveness" nil (((ih n) 0) ((d eh) 1) ((s ih) 0) ((s ih v) 0) ((n ax s) 0))) +("indeed" nil (((ih n) 0) ((d iy d) 1))) +("indefatigable" nil (((ih n) 1) ((d ih) 0) ((f ae) 1) ((t ih) 0) ((g ax) 0) ((b ax l) 0))) +("indefensible" nil (((ih n) 0) ((d ih) 0) ((f eh n) 1) ((s ax) 0) ((b ax l) 0))) +("indefinable" nil (((ih n) 0) ((d ih) 0) ((f ay) 1) ((n ax) 0) ((b ax l) 0))) +("indefinite" nil (((ih n) 0) ((d eh) 1) ((f ax) 0) ((n ax t) 0))) +("indefinitely" nil (((ih n) 0) ((d eh) 1) ((f ax) 0) ((n ax t) 0) ((l iy) 0))) +("indelible" nil (((ih n) 0) ((d eh) 1) ((l ih) 0) ((b ax l) 0))) +("indelibly" nil (((ih n) 0) ((d eh) 1) ((l ax) 0) ((b l iy) 0))) +("indelicate" nil (((ih n) 0) ((d eh) 1) ((l ih) 0) ((k ax t) 0))) +("indelicato" nil (((ih n) 0) ((d eh) 0) ((l iy) 0) ((k aa) 1) ((t ow) 0))) +("indemnification" nil (((ih n) 0) ((d eh m) 1) ((n ax) 0) ((f ih) 0) ((k ey) 1) ((sh ax n) 0))) +("indemnified" nil (((ih n) 0) ((d eh m) 1) ((n ax) 0) ((f ay d) 1))) +("indemnify" nil (((ih n) 0) ((d eh m) 1) ((n ax) 0) ((f ay) 1))) +("indemnifying" nil (((ih n) 0) ((d eh m) 1) ((n ih) 0) ((f ay) 1) ((ih ng) 0))) +("indemnities" nil (((ih n) 0) ((d eh m) 1) ((n ih) 0) ((t iy z) 0))) +("indemnity" nil (((ih n) 0) ((d eh m) 1) ((n ax) 0) ((t iy) 0))) +("indent" n (((ih n) 1) ((d eh n t) 0))) +("indent" v (((ih n) 0) ((d eh n t) 1))) +("indents" n (((ih n) 1) ((d eh n t s) 0))) +("indents" v (((ih n) 0) ((d eh n t s) 1))) +("indenture" nil (((ih n) 0) ((d eh n) 1) ((ch er) 0))) +("indentured" nil (((ih n) 0) ((d eh n) 1) ((ch er d) 0))) +("indentures" nil (((ih n) 0) ((d eh n) 1) ((ch er z) 0))) +("independence" nil (((ih n) 1) ((d ih) 0) ((p eh n) 1) ((d ax n s) 0))) +("independent" nil (((ih n) 1) ((d ih) 0) ((p eh n) 1) ((d ax n t) 0))) +("independently" nil (((ih n) 1) ((d ih) 0) ((p eh n) 1) ((d ax n t) 0) ((l iy) 0))) +("independents" nil (((ih n) 1) ((d ih) 0) ((p eh n) 1) ((d ax n t s) 0))) +("inderal" nil (((ih n) 1) ((d er) 0) ((ax l) 0))) +("indestructibility" nil (((ih n) 1) ((d ax) 0) ((s t r ah k) 1) ((t ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("indestructible" nil (((ih n) 1) ((d ax) 0) ((s t r ah k) 1) ((t ih) 0) ((b ax l) 0))) +("indeterminate" nil (((ih n) 1) ((d ih) 0) ((t er) 1) ((m ih) 0) ((n ih t) 0))) +("index" nil (((ih n) 1) ((d eh k s) 0))) +("indexation" nil (((ih n) 1) ((d eh k) 1) ((s ey) 1) ((sh ax n) 0))) +("indexed" nil (((ih n) 1) ((d eh k s t) 0))) +("indexers" nil (((ih n) 1) ((d eh k) 1) ((s er z) 0))) +("indexes" nil (((ih n) 1) ((d eh k) 0) ((s ih z) 0))) +("indexing" nil (((ih n) 1) ((d eh k) 0) ((s ih ng) 0))) +("india" nil (((ih n) 1) ((d iy) 0) ((ax) 0))) +("indian" nil (((ih n) 1) ((d iy) 0) ((ax n) 0))) +("indiana" nil (((ih n) 1) ((d iy) 0) ((ae) 1) ((n ax) 0))) +("indianapolis" nil (((ih n) 1) ((d iy) 0) ((ax) 0) ((n ae) 1) ((p ax) 0) ((l ih s) 0))) +("indianians" nil (((ih n) 1) ((d iy) 0) ((ae) 1) ((n iy) 0) ((ax n z) 0))) +("indians" nil (((ih n) 1) ((d iy) 0) ((ax n z) 0))) +("indic" nil (((ih n) 1) ((d ih k) 0))) +("indicate" nil (((ih n) 1) ((d ax) 0) ((k ey t) 1))) +("indicated" nil (((ih n) 1) ((d ax) 0) ((k ey) 1) ((t ax d) 0))) +("indicates" nil (((ih n) 1) ((d ax) 0) ((k ey t s) 1))) +("indicating" nil (((ih n) 1) ((d ax) 0) ((k ey) 1) ((t ih ng) 0))) +("indication" nil (((ih n) 1) ((d ax) 0) ((k ey) 1) ((sh ax n) 0))) +("indications" nil (((ih n) 1) ((d ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("indicative" nil (((ih n) 0) ((d ih) 1) ((k ax) 0) ((t ih v) 0))) +("indicator" nil (((ih n) 1) ((d ax) 0) ((k ey) 1) ((t er) 0))) +("indicators" nil (((ih n) 1) ((d ax) 0) ((k ey) 1) ((t er z) 0))) +("indices" nil (((ih n) 1) ((d ih) 0) ((s iy z) 1))) +("indict" nil (((ih n) 0) ((d ay t) 1))) +("indicted" nil (((ih n) 0) ((d ay) 1) ((t ax d) 0))) +("indicting" nil (((ih n) 0) ((d ay) 1) ((t ih ng) 0))) +("indictment" nil (((ih n) 0) ((d ay t) 1) ((m ax n t) 0))) +("indictments" nil (((ih n) 0) ((d ay t) 1) ((m ax n t s) 0))) +("indies" nil (((ih n) 1) ((d iy z) 0))) +("indifference" nil (((ih n) 0) ((d ih) 1) ((f er) 0) ((ax n s) 0))) +("indifferent" nil (((ih n) 0) ((d ih) 1) ((f r ax n t) 0))) +("indigenous" nil (((ih n) 0) ((d ih) 1) ((jh ax) 0) ((n ax s) 0))) +("indigenously" nil (((ih n) 0) ((d ih) 1) ((jh ax) 0) ((n ax) 0) ((s l iy) 0))) +("indigent" nil (((ih n) 1) ((d ih) 0) ((jh ax n t) 0))) +("indigents" nil (((ih n) 1) ((d ih) 0) ((jh ax n t s) 0))) +("indigestion" nil (((ih n) 1) ((d ay) 0) ((jh eh s) 1) ((ch ax n) 0))) +("indignant" nil (((ih n) 0) ((d ih g) 1) ((n ax n t) 0))) +("indignantly" nil (((ih n) 0) ((d ih g) 1) ((n ax n t) 0) ((l iy) 0))) +("indignation" nil (((ih n) 1) ((d ih g) 0) ((n ey) 1) ((sh ax n) 0))) +("indignities" nil (((ih n) 0) ((d ih g) 1) ((n ax) 0) ((t iy z) 0))) +("indignity" nil (((ih n) 0) ((d ih g) 1) ((n ax) 0) ((t iy) 0))) +("indigo" nil (((ih n) 1) ((d ax) 0) ((g ow) 1))) +("indira" nil (((ih n) 0) ((d ih) 1) ((r ax) 0))) +("indirect" nil (((ih n) 0) ((d er) 0) ((eh k t) 1))) +("indirectly" nil (((ih n) 0) ((d er) 0) ((eh k t) 1) ((l iy) 0))) +("indiscreet" nil (((ih n) 0) ((d ih) 0) ((s k r iy t) 1))) +("indiscretion" n (((ih n) 1) ((d ax) 0) ((s k r eh) 1) ((sh ax n) 0))) +("indiscretions" nil (((ih n) 1) ((d ih) 0) ((s k r eh) 1) ((sh ax n z) 0))) +("indiscriminate" nil (((ih n) 0) ((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ax t) 0))) +("indiscriminately" nil (((ih n) 1) ((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ax t) 0) ((l iy) 0))) +("indispensable" nil (((ih n) 1) ((d ih) 0) ((s p eh n) 1) ((s ax) 0) ((b ax l) 0))) +("indispensible" nil (((ih n) 1) ((d ih) 0) ((s p eh n) 1) ((s ih) 0) ((b ax l) 0))) +("indisputable" nil (((ih n) 1) ((d ih) 0) ((s p y uw) 1) ((t ax) 0) ((b ax l) 0))) +("indisputably" nil (((ih n) 0) ((d ih) 1) ((s p y uw) 0) ((t ae) 1) ((b l iy) 0))) +("indistinct" nil (((ih n) 0) ((d ih) 0) ((s t ih ng k t) 1))) +("indistinguishable" nil (((ih n) 0) ((d ih) 0) ((s t ih ng) 1) ((g w ih) 0) ((sh ax) 0) ((b ax l) 0))) +("indite" nil (((ih n) 0) ((d ay t) 1))) +("indited" nil (((ih n) 0) ((d ay) 1) ((t ih d) 0))) +("indium" nil (((ih n) 1) ((d iy) 0) ((ax m) 0))) +("individual" nil (((ih n) 1) ((d ax) 0) ((v ih) 1) ((jh ax) 0) ((w ax l) 0))) +("individualism" nil (((ih n) 1) ((d ih) 0) ((v ih) 0) ((d uw) 1) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("individualist" nil (((ih n) 1) ((d ih) 0) ((v ih) 0) ((d uw) 1) ((ax) 0) ((l ih s t) 0))) +("individualistic" nil (((ih n) 1) ((d ih) 0) ((v ih) 1) ((jh uw) 0) ((ax) 0) ((l ih) 1) ((s t ih k) 0))) +("individualists" nil (((ih n) 1) ((d ax) 0) ((v ih) 1) ((jh uw) 0) ((ax) 0) ((l ih s t s) 0))) +("individuality" nil (((ih n) 0) ((d ih) 1) ((v ih) 0) ((jh uw) 0) ((ae) 1) ((l ih) 0) ((t iy) 0))) +("individualized" nil (((ih n) 1) ((d ih) 0) ((v ih) 1) ((jh uw) 0) ((ax) 0) ((l ay z d) 0))) +("individually" nil (((ih n) 1) ((d ih) 0) ((v ih) 1) ((jh uw) 0) ((ax) 0) ((l iy) 0))) +("individuals" nil (((ih n) 1) ((d ax) 0) ((v ih) 1) ((jh ax) 0) ((w ax l z) 0))) +("indivisible" nil (((ih n) 1) ((d ih) 0) ((v ih) 1) ((z ih) 0) ((b ax l) 0))) +("indo" nil (((ih n) 1) ((d ow) 0))) +("indochina" nil (((ih n) 1) ((d ow) 0) ((ch ay) 1) ((n ax) 0))) +("indochinese" nil (((ih n) 1) ((d ow) 0) ((ch ay) 1) ((n iy z) 1))) +("indoctrinated" nil (((ih n) 0) ((d aa k) 1) ((t r ax) 0) ((n ey) 1) ((t ih d) 0))) +("indoctrination" nil (((ih n) 0) ((d aa k) 1) ((t r ax) 0) ((n ey) 1) ((sh ax n) 0))) +("indolent" nil (((ih n) 1) ((d ax) 0) ((l ax n t) 0))) +("indomitable" nil (((ih n) 0) ((d aa) 1) ((m ax) 0) ((t ax) 0) ((b ax l) 0))) +("indonesia" nil (((ih n) 1) ((d ow) 0) ((n iy) 1) ((zh ax) 0))) +("indonesian" nil (((ih n) 1) ((d ow) 0) ((n iy) 1) ((zh ax n) 0))) +("indonesians" nil (((ih n) 1) ((d ow) 0) ((n iy) 1) ((s iy) 0) ((ax n z) 0))) +("indoor" nil (((ih n) 1) ((d ao r) 1))) +("indoors" nil (((ih n) 1) ((d ao r z) 1))) +("indosuez" nil (((ih n) 1) ((d ow) 0) ((s uw) 0) ((ey z) 1))) +("indovina" nil (((ih n) 0) ((d ow) 0) ((v iy) 1) ((n ax) 0))) +("indri" nil (((ih n) 1) ((d r iy) 1))) +("induce" nil (((ih n) 0) ((d uw s) 1))) +("induced" nil (((ih n) 0) ((d uw s t) 1))) +("inducement" nil (((ih n) 0) ((d uw) 1) ((s m ax n t) 0))) +("inducements" nil (((ih n) 0) ((d uw) 1) ((s m ax n t s) 0))) +("induces" nil (((ih n) 0) ((d uw) 1) ((s ih z) 0))) +("inducing" nil (((ih n) 0) ((d uw) 1) ((s ih ng) 0))) +("inductance" nil (((ih n) 0) ((d ah k) 1) ((t ax n s) 0))) +("inducted" nil (((ih n) 0) ((d ah k) 1) ((t ax d) 0))) +("inductees" nil (((ih n) 0) ((d ah k) 1) ((t iy z) 1))) +("induction" nil (((ih n) 0) ((d ah k) 1) ((sh ax n) 0))) +("inductor" nil (((ih n) 0) ((d ah k) 1) ((t er) 0))) +("indulge" nil (((ih n) 0) ((d ah l jh) 1))) +("indulged" nil (((ih n) 0) ((d ah l jh d) 1))) +("indulgence" nil (((ih n) 0) ((d ah l) 1) ((jh ax n s) 0))) +("indulgences" nil (((ih n) 0) ((d ah l) 1) ((jh ax n) 0) ((s ax z) 0))) +("indulgent" nil (((ih n) 0) ((d ah l) 1) ((jh ax n t) 0))) +("indulges" nil (((ih n) 0) ((d ah l) 1) ((jh ih z) 0))) +("indulging" nil (((ih n) 0) ((d ah l) 1) ((jh ih ng) 0))) +("indus" nil (((ih n) 1) ((d ax s) 0))) +("industri" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0))) +("industria" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax) 0))) +("industrial" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax l) 0))) +("industriale" nil (((ih n) 1) ((d ax) 0) ((s t r iy) 0) ((aa) 1) ((l iy) 0))) +("industriali" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((aa) 1) ((l iy) 0))) +("industrialist" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax) 0) ((l ih s t) 0))) +("industrialists" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax) 0) ((l ih s t s) 0))) +("industrialization" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("industrialize" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax) 0) ((l ay z) 1))) +("industrialized" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax) 0) ((l ay z d) 1))) +("industrializing" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax) 0) ((l ay) 1) ((z ih ng) 0))) +("industrially" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax) 0) ((l iy) 0))) +("industrials" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax l z) 0))) +("industrie" nil (((ih n) 1) ((d ax) 0) ((s t r iy) 0))) +("industrielle" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((eh l) 1))) +("industrier" nil (((ih n) 1) ((d ax) 0) ((s t r iy) 1) ((er) 0))) +("industries" nil (((ih n) 1) ((d ax) 0) ((s t r iy z) 0))) +("industrious" nil (((ih n) 0) ((d ah) 1) ((s t r iy) 0) ((ax s) 0))) +("industrivaerden" nil (((ih n) 1) ((d ax) 0) ((s t r iy) 0) ((v eh r) 1) ((d ax n) 0))) +("industry" nil (((ih n) 1) ((d ax) 0) ((s t r iy) 0))) +("industrywide" nil (((ih n) 1) ((d ax) 0) ((s t r iy) 0) ((w ay d) 1))) +("indy" nil (((ih n) 1) ((d iy) 0))) +("inebriated" n (((ax) 0) ((n iy) 1) ((b r ax) 0) ((ey) 1) ((t ax d) 0))) +("inedible" nil (((ih) 0) ((n eh) 1) ((d ax) 0) ((b ax l) 0))) +("ineffable" nil (((ih) 0) ((n eh) 1) ((f ax) 0) ((b ax l) 0))) +("ineffective" nil (((ih) 0) ((n ih) 0) ((f eh k) 1) ((t ih v) 0))) +("ineffectiveness" nil (((ih) 1) ((n ax) 0) ((f eh k) 1) ((t ih v) 0) ((n ax s) 0))) +("ineffectual" nil (((ih) 1) ((n ax) 0) ((f eh k) 1) ((ch uw) 0) ((ax l) 0))) +("inefficiencies" nil (((ih) 0) ((n ih) 0) ((f ih) 1) ((sh ax n) 0) ((s iy z) 0))) +("inefficiency" nil (((ih) 0) ((n ih) 0) ((f ih) 1) ((sh ax n) 0) ((s iy) 0))) +("inefficient" nil (((ih) 0) ((n ih) 0) ((f ih) 1) ((sh ax n t) 0))) +("inefficiently" nil (((ih) 0) ((n ih) 0) ((f ih) 1) ((sh ax n t) 0) ((l iy) 0))) +("inelastic" nil (((ih) 1) ((n ax) 0) ((l ae) 1) ((s t ih k) 0))) +("inelegant" n (((ax) 0) ((n eh) 1) ((l ax) 0) ((g ax n t) 0))) +("ineligible" nil (((ih) 0) ((n eh) 1) ((l ih) 0) ((jh ax) 0) ((b ax l) 0))) +("inept" nil (((ih) 0) ((n eh p t) 1))) +("ineptitude" nil (((ih) 0) ((n eh p) 1) ((t ih) 0) ((t uw d) 1))) +("ineptly" nil (((ih) 0) ((n eh p t) 1) ((l iy) 0))) +("inequalities" nil (((ih) 1) ((n ax) 0) ((k w aa) 1) ((l ih) 0) ((t iy z) 0))) +("inequality" nil (((ih) 1) ((n ih) 0) ((k w aa) 1) ((l ax) 0) ((t iy) 0))) +("inequitable" nil (((ih) 0) ((n eh) 1) ((k w ax) 0) ((t ax) 0) ((b ax l) 0))) +("inequities" nil (((ih) 0) ((n eh) 1) ((k w ax) 0) ((t iy z) 0))) +("inequity" nil (((ih) 0) ((n eh) 1) ((k w ax) 0) ((t iy) 0))) +("inerco" nil (((ih) 0) ((n er) 1) ((k ow) 0))) +("inert" nil (((ih) 0) ((n er t) 1))) +("inertia" nil (((ih) 0) ((n er) 1) ((sh ax) 0))) +("inertial" nil (((ih) 0) ((n er) 1) ((sh ax l) 0))) +("ines" nil (((ih) 1) ((n ih s) 0))) +("inescapable" nil (((ih) 1) ((n ih) 0) ((s k ey) 1) ((p ax) 0) ((b ax l) 0))) +("inevitability" nil (((ih) 0) ((n eh) 1) ((v ih) 0) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("inevitable" nil (((ih) 0) ((n eh) 1) ((v ax) 0) ((t ax) 0) ((b ax l) 0))) +("inevitably" nil (((ih) 0) ((n eh) 1) ((v ax) 0) ((t ax) 0) ((b l iy) 0))) +("inexact" nil (((ih) 0) ((n ih g) 0) ((z ae k t) 1))) +("inexcusable" nil (((ih) 0) ((n ih k) 0) ((s k y uw) 1) ((z ax) 0) ((b ax l) 0))) +("inexhaustible" nil (((ih) 0) ((n ih g) 0) ((z ao) 1) ((s t ax) 0) ((b ax l) 0))) +("inexorable" nil (((ih) 1) ((n eh k) 1) ((s er) 0) ((ax) 0) ((b ax l) 0))) +("inexorably" nil (((ih) 0) ((n eh k) 1) ((s er) 0) ((ax) 0) ((b l iy) 0))) +("inexpensive" nil (((ih) 1) ((n ih k) 0) ((s p eh n) 1) ((s ih v) 0))) +("inexpensively" nil (((ih) 1) ((n ax k) 0) ((s p eh n) 1) ((s ih) 0) ((v l iy) 0))) +("inexperience" nil (((ih) 1) ((n ih k) 0) ((s p ih) 1) ((r iy) 0) ((ax n s) 0))) +("inexperienced" nil (((ih) 0) ((n ih k) 0) ((s p ih) 1) ((r iy) 0) ((ax n s t) 0))) +("inexplicable" nil (((ih) 1) ((n ax k) 0) ((s p l ih) 1) ((s ax) 0) ((b ax l) 0))) +("inexplicably" nil (((ih) 1) ((n ih k) 0) ((s p l ih) 1) ((k ax) 0) ((b l iy) 0))) +("inextricably" nil (((ih) 0) ((n eh k) 1) ((s t r ih) 0) ((k ax) 0) ((b l iy) 0))) +("inez" nil (((ih) 0) ((n eh z) 1))) +("infallibility" nil (((ih n) 0) ((f ae) 1) ((l ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("infallible" nil (((ih n) 0) ((f ae) 1) ((l ax) 0) ((b ax l) 0))) +("infamous" nil (((ih n) 1) ((f ax) 0) ((m ax s) 0))) +("infamy" nil (((ih n) 1) ((f ax) 0) ((m iy) 0))) +("infancy" nil (((ih n) 1) ((f ax n) 0) ((s iy) 0))) +("infant" nil (((ih n) 1) ((f ax n t) 0))) +("infante" nil (((ih n) 0) ((f aa n) 1) ((t ey) 1))) +("infanticide" nil (((ih n) 0) ((f ae n) 1) ((t ax) 0) ((s ay d) 1))) +("infantile" nil (((ih n) 1) ((f ax n) 0) ((t ih l) 0))) +("infantino" nil (((ih n) 0) ((f aa n) 0) ((t iy) 1) ((n ow) 0))) +("infantry" nil (((ih n) 1) ((f ax n) 0) ((t r iy) 0))) +("infantryman" nil (((ih n) 1) ((f ae n) 0) ((t r iy) 0) ((m ax n) 0))) +("infantrymen" nil (((ih n) 1) ((f ae n) 0) ((t r iy) 0) ((m ax n) 0))) +("infants" nil (((ih n) 1) ((f ax n t s) 0))) +("infarction" nil (((ih n) 0) ((f aa r k) 1) ((sh ax n) 0))) +("infatuated" nil (((ih n) 0) ((f ae) 1) ((ch uw) 0) ((ey) 1) ((t ih d) 0))) +("infatuation" nil (((ih n) 0) ((f ae) 1) ((ch uw) 0) ((ey) 1) ((sh ax n) 0))) +("infeasible" nil (((ih n) 0) ((f iy) 1) ((z ax) 0) ((b ax l) 0))) +("infect" nil (((ih n) 0) ((f eh k t) 1))) +("infected" nil (((ih n) 0) ((f eh k) 1) ((t ax d) 0))) +("infecting" nil (((ih n) 0) ((f eh k) 1) ((t ih ng) 0))) +("infection" nil (((ih n) 0) ((f eh k) 1) ((sh ax n) 0))) +("infections" nil (((ih n) 0) ((f eh k) 1) ((sh ax n z) 0))) +("infectious" nil (((ih n) 0) ((f eh k) 1) ((sh ax s) 0))) +("infective" nil (((ih n) 0) ((f eh k) 1) ((t ih v) 0))) +("infects" nil (((ih n) 0) ((f eh k t s) 1))) +("infer" nil (((ih n) 0) ((f er) 1))) +("inference" nil (((ih n) 1) ((f er) 0) ((ax n s) 0))) +("inferences" nil (((ih n) 1) ((f er) 0) ((eh n) 1) ((s ih z) 0))) +("inferior" nil (((ih n) 0) ((f ih) 1) ((r iy) 0) ((er) 0))) +("inferiority" nil (((ih n) 1) ((f ih) 0) ((r iy) 0) ((ao) 1) ((r ih) 0) ((t iy) 0))) +("infernal" nil (((ih n) 0) ((f er) 1) ((n ax l) 0))) +("inferno" nil (((ih n) 0) ((f er) 1) ((n ow) 0))) +("inferred" nil (((ih n) 0) ((f er d) 1))) +("inferring" nil (((ih n) 0) ((f er) 1) ((ih ng) 0))) +("infertile" nil (((ih n) 0) ((f er) 1) ((t ax l) 0))) +("infertility" nil (((ih n) 1) ((f er) 0) ((t ih) 1) ((l ih) 0) ((t iy) 0))) +("infest" n (((ax n) 0) ((f eh s t) 1))) +("infestation" nil (((ih n) 0) ((f eh) 1) ((s t ey) 1) ((sh ax n) 0))) +("infestations" nil (((ih n) 1) ((f eh) 1) ((s t ey) 1) ((sh ax n z) 0))) +("infested" nil (((ih n) 0) ((f eh) 1) ((s t ax d) 0))) +("infests" nil (((ih n) 0) ((f eh s t s) 1))) +("infidel" nil (((ih n) 1) ((f ih) 0) ((d eh l) 1))) +("infidelities" nil (((ih n) 1) ((f ih) 0) ((d eh) 1) ((l ih) 0) ((t iy z) 0))) +("infidelity" nil (((ih n) 1) ((f ih) 0) ((d eh) 1) ((l ih) 0) ((t iy) 0))) +("infield" nil (((ih n) 1) ((f iy l d) 1))) +("infielder" nil (((ih n) 1) ((f iy l) 1) ((d er) 0))) +("infielders" nil (((ih n) 1) ((f iy l) 1) ((d er z) 0))) +("infighting" nil (((ih n) 1) ((f ay) 1) ((t ih ng) 0))) +("infiltrate" nil (((ih n) 0) ((f ih l) 1) ((t r ey t) 1))) +("infiltrated" nil (((ih n) 0) ((f ih l) 1) ((t r ey) 1) ((t ih d) 0))) +("infiltrating" nil (((ih n) 0) ((f ih l) 1) ((t r ey) 1) ((t ih ng) 0))) +("infiltration" nil (((ih n) 1) ((f ih l) 0) ((t r ey) 1) ((sh ax n) 0))) +("infinger" nil (((ih n) 1) ((f ih ng) 0) ((er) 0))) +("infinite" nil (((ih n) 1) ((f ax) 0) ((n ax t) 0))) +("infinitely" nil (((ih n) 1) ((f ax) 0) ((n ax t) 0) ((l iy) 0))) +("infinitesimal" nil (((ih n) 1) ((f ih) 0) ((n ih) 0) ((t eh) 1) ((s ih) 0) ((m ax l) 0))) +("infiniti" nil (((ih n) 0) ((f ih) 1) ((n ih) 0) ((t iy) 0))) +("infinity" nil (((ih n) 0) ((f ih) 1) ((n ax) 0) ((t iy) 0))) +("infirm" nil (((ih n) 0) ((f er m) 1))) +("infirmary" nil (((ih n) 0) ((f er) 1) ((m er) 0) ((iy) 0))) +("inflame" nil (((ih n) 0) ((f l ey m) 1))) +("inflamed" nil (((ih n) 0) ((f l ey m d) 1))) +("inflames" n (((ax n) 0) ((f l ey m z) 1))) +("inflaming" nil (((ih n) 0) ((f l ey) 1) ((m ih ng) 0))) +("inflammable" nil (((ih n) 0) ((f l ae) 1) ((m ax) 0) ((b ax l) 0))) +("inflammation" nil (((ih n) 1) ((f l ax) 0) ((m ey) 1) ((sh ax n) 0))) +("inflammatory" nil (((ih n) 0) ((f l ae) 1) ((m ax) 0) ((t ao) 1) ((r iy) 0))) +("inflatable" nil (((ih n) 0) ((f l ey) 1) ((t ax) 0) ((b ax l) 0))) +("inflate" nil (((ih n) 0) ((f l ey t) 1))) +("inflated" nil (((ih n) 0) ((f l ey) 1) ((t ax d) 0))) +("inflates" nil (((ih n) 0) ((f l ey t s) 1))) +("inflating" nil (((ih n) 0) ((f l ey) 1) ((t ih ng) 0))) +("inflation" nil (((ih n) 0) ((f l ey) 1) ((sh ax n) 0))) +("inflationary" nil (((ih n) 0) ((f l ey) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("inflator" nil (((ih n) 0) ((f l ey) 1) ((t er) 0))) +("inflected" nil (((ih n) 0) ((f l eh k) 1) ((t ax d) 0))) +("inflection" nil (((ih n) 0) ((f l eh k) 1) ((sh ax n) 0))) +("inflections" nil (((ih n) 0) ((f l eh k) 1) ((sh ax n z) 0))) +("inflexibility" nil (((ih n) 0) ((f l eh k) 1) ((s ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("inflexible" nil (((ih n) 0) ((f l eh k) 1) ((s ax) 0) ((b ax l) 0))) +("inflict" nil (((ih n) 0) ((f l ih k t) 1))) +("inflicted" nil (((ih n) 0) ((f l ih k) 1) ((t ih d) 0))) +("inflicting" nil (((ih n) 0) ((f l ih k) 1) ((t ih ng) 0))) +("infliction" nil (((ih n) 0) ((f l ih k) 1) ((sh ax n) 0))) +("inflicts" nil (((ih n) 0) ((f l ih k t s) 1))) +("inflight" nil (((ih n) 1) ((f l ay t) 1))) +("inflow" nil (((ih n) 1) ((f l ow) 1))) +("inflows" nil (((ih n) 1) ((f l ow z) 1))) +("influence" nil (((ih n) 1) ((f l uw) 0) ((ax n s) 0))) +("influenced" nil (((ih n) 1) ((f l uw) 0) ((ax n s t) 0))) +("influences" nil (((ih n) 1) ((f l uw) 1) ((ax n) 0) ((s ih z) 0))) +("influencing" nil (((ih n) 1) ((f l uw) 1) ((ax n) 0) ((s ih ng) 0))) +("influential" nil (((ih n) 1) ((f l uw) 0) ((eh n) 1) ((ch ax l) 0))) +("influenza" nil (((ih n) 1) ((f l uw) 0) ((eh n) 1) ((z ax) 0))) +("influx" nil (((ih n) 1) ((f l ah k s) 1))) +("info" nil (((ih n) 1) ((f ow) 0))) +("infocorp" nil (((ih n) 1) ((f ow) 0) ((k ao r p) 1))) +("infomercial" nil (((ih n) 1) ((f ow) 0) ((m er) 1) ((sh ax l) 0))) +("infomercials" nil (((ih n) 1) ((f ow) 0) ((m er) 1) ((sh ax l z) 0))) +("inform" nil (((ih n) 0) ((f ao r m) 1))) +("informal" nil (((ih n) 0) ((f ao r) 1) ((m ax l) 0))) +("informality" nil (((ih n) 1) ((f er) 0) ((m ae) 1) ((l ih) 0) ((t iy) 0))) +("informally" nil (((ih n) 0) ((f ao r) 1) ((m ax) 0) ((l iy) 0))) +("informals" nil (((ih n) 0) ((f ao r) 1) ((m ax l z) 0))) +("informant" nil (((ih n) 0) ((f ao r) 1) ((m ax n t) 0))) +("informants" nil (((ih n) 0) ((f ao r) 1) ((m ax n t s) 0))) +("informatics" nil (((ih n) 1) ((f er) 0) ((m ae) 1) ((t ih k s) 0))) +("information" nil (((ih n) 1) ((f er) 0) ((m ey) 1) ((sh ax n) 0))) +("informational" nil (((ih n) 1) ((f er) 0) ((m ey) 1) ((sh ax) 0) ((n ax l) 0))) +("informations" nil (((ih n) 1) ((f er) 0) ((m ey) 1) ((sh ax n z) 0))) +("informative" nil (((ih n) 0) ((f ao r) 1) ((m ax) 0) ((t ih v) 0))) +("informed" nil (((ih n) 0) ((f ao r m d) 1))) +("informer" nil (((ih n) 0) ((f ao r) 1) ((m er) 0))) +("informers" nil (((ih n) 0) ((f ao r) 1) ((m er z) 0))) +("informing" nil (((ih n) 0) ((f ao r) 1) ((m ih ng) 0))) +("informix" nil (((ih n) 0) ((f ao r) 1) ((m ih k s) 0))) +("informs" nil (((ih n) 0) ((f ao r m z) 1))) +("infoscan" nil (((ih n) 1) ((f ow) 0) ((s k ae n) 1))) +("infotech" nil (((ih n) 1) ((f ow) 0) ((t eh k) 1))) +("infotechnology" nil (((ih n) 1) ((f ow) 0) ((t eh k) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("infotron" nil (((ih n) 1) ((f ow) 0) ((t r aa n) 1))) +("infoworld" nil (((ih n) 1) ((f ow) 0) ((w er l d) 1))) +("infra" nil (((ih n) 1) ((f r ax) 0))) +("infraction" nil (((ih n) 0) ((f r ae k) 1) ((sh ax n) 0))) +("infractions" nil (((ih n) 0) ((f r ae k) 1) ((sh ax n z) 0))) +("infrared" nil (((ih n) 1) ((f r er) 0) ((eh d) 1))) +("infrastructural" nil (((ih n) 1) ((f r ax) 0) ((s t r ah k) 1) ((ch er) 0) ((ax l) 0))) +("infrastructure" nil (((ih n) 1) ((f r ax) 0) ((s t r ah k) 1) ((ch er) 0))) +("infrastructures" nil (((ih n) 1) ((f r ax) 0) ((s t r ah k) 1) ((ch er z) 0))) +("infrequency" nil (((ih n) 0) ((f r iy) 1) ((k w ax n) 0) ((s iy) 0))) +("infrequent" nil (((ih n) 0) ((f r iy) 1) ((k w ax n t) 0))) +("infrequently" nil (((ih n) 0) ((f r iy) 1) ((k w ax n t) 0) ((l iy) 0))) +("infringe" nil (((ih n) 0) ((f r ih n jh) 1))) +("infringed" nil (((ih n) 0) ((f r ih n jh d) 1))) +("infringement" nil (((ih n) 0) ((f r ih n jh) 1) ((m ax n t) 0))) +("infringements" nil (((ih n) 0) ((f r ih n jh) 1) ((m ax n t s) 0))) +("infringes" nil (((ih n) 0) ((f r ih n) 1) ((jh ih z) 0))) +("infringing" nil (((ih n) 0) ((f r ih n) 1) ((jh ih ng) 0))) +("infuriate" nil (((ih n) 0) ((f y uh) 1) ((r iy) 0) ((ey t) 1))) +("infuriated" nil (((ih n) 0) ((f y uh) 1) ((r iy) 0) ((ey) 1) ((t ax d) 0))) +("infuriates" nil (((ih n) 0) ((f y uh) 1) ((r iy) 0) ((ey t s) 1))) +("infuriating" nil (((ih n) 0) ((f y uh) 1) ((r iy) 0) ((ey) 1) ((t ih ng) 0))) +("infuse" nil (((ih n) 0) ((f y uw z) 1))) +("infused" nil (((ih n) 0) ((f y uw z d) 1))) +("infuses" nil (((ih n) 0) ((f y uw) 1) ((z ih z) 0))) +("infusing" nil (((ih n) 0) ((f y uw) 1) ((z ih ng) 0))) +("infusion" nil (((ih n) 0) ((f y uw) 1) ((zh ax n) 0))) +("infusions" nil (((ih n) 0) ((f y uw) 1) ((zh ax n z) 0))) +("ing" nil (((ih ng) 1))) +("inga" nil (((iy ng) 1) ((g ax) 0))) +("ingalls" nil (((ih ng) 0) ((g ao l z) 1))) +("ingalsbe" nil (((ih ng) 1) ((g ax l s) 0) ((b iy) 0))) +("ingar" nil (((ih ng) 1) ((g er) 0))) +("ingber" nil (((ih ng) 1) ((b er) 0))) +("inge" nil (((ih n jh) 1))) +("ingelheim" nil (((ih ng) 1) ((g ax l) 0) ((hh ay m) 1))) +("ingels" nil (((ih ng) 1) ((g ax l z) 0))) +("ingemar" nil (((ih ng) 1) ((g ih) 0) ((m er) 0))) +("ingenious" nil (((ih n) 0) ((jh iy) 1) ((n y ax s) 0))) +("ingeniously" nil (((ih n) 0) ((jh iy) 1) ((n y ax) 0) ((s l iy) 0))) +("ingenito" nil (((ih ng) 0) ((g eh) 0) ((n iy) 1) ((t ow) 0))) +("ingenue" nil (((ih n) 0) ((jh eh) 1) ((n y uw) 0))) +("ingenuity" nil (((ih n) 0) ((jh ax) 0) ((n uw) 1) ((ax) 0) ((t iy) 0))) +("ingenuous" nil (((ih n) 0) ((jh eh) 1) ((n y uw) 0) ((ax s) 0))) +("inger" nil (((ih ng) 1) ((er) 0))) +("ingersoll" nil (((ih ng) 1) ((g er) 0) ((s ao l) 0))) +("ingerson" nil (((ih ng) 1) ((g er) 0) ((s ax n) 0))) +("ingest" nil (((ih n) 0) ((jh eh s t) 1))) +("ingested" nil (((ih n) 0) ((jh eh) 1) ((s t ax d) 0))) +("ingesting" nil (((ih n) 0) ((jh eh) 1) ((s t ih ng) 0))) +("ingestion" nil (((ih n) 0) ((jh eh s) 1) ((ch ax n) 0))) +("ingham" nil (((ih ng) 1) ((ax m) 0))) +("inghram" nil (((ih ng) 0) ((g r ae m) 1))) +("ingimarson" nil (((ih ng) 1) ((ax) 0) ((m aa r) 1) ((s ax n) 0))) +("ingle" nil (((ih ng) 1) ((g ax l) 0))) +("inglebert" nil (((ih ng) 1) ((g l ih) 0) ((b er t) 0))) +("inglenook" nil (((ih ng) 1) ((g ax l) 0) ((n uh k) 1))) +("ingles" nil (((ih ng) 1) ((g ax l z) 0))) +("inglese" nil (((ih ng) 1) ((g l iy z) 0))) +("inglett" nil (((ih ng) 0) ((g l eh t) 1))) +("inglewood" nil (((ih ng) 1) ((g ax l) 0) ((w uh d) 1))) +("inglis" nil (((ih ng) 1) ((g l ih s) 0))) +("inglish" nil (((ih ng) 1) ((g ax) 0) ((l ih sh) 0))) +("inglorious" nil (((ih n) 0) ((g l ao) 1) ((r iy) 0) ((ax s) 0))) +("ingman" nil (((ih ng) 1) ((m ax n) 0))) +("ingmar" nil (((ih ng) 1) ((m aa r) 0))) +("ingmire" nil (((ih ng) 1) ((m ay r) 0))) +("ingo" nil (((ih ng) 1) ((g ow) 0))) +("ingoglia" nil (((ih ng) 0) ((g ow) 1) ((g l iy) 0) ((ax) 0))) +("ingold" nil (((ih ng) 1) ((g ow l d) 0))) +("ingot" nil (((ih ng) 1) ((g ax t) 0))) +("ingots" nil (((ih ng) 1) ((g ax t s) 0))) +("ingraham" nil (((ih ng) 1) ((g r ax) 0) ((hh ae m) 1))) +("ingrained" nil (((ih n) 0) ((g r ey n d) 1))) +("ingram" nil (((ih ng) 1) ((g r ax m) 0))) +("ingrao" nil (((iy ng) 1) ((g r aw) 0))) +("ingrassia" nil (((ih ng) 0) ((g r aa) 1) ((sh ax) 0))) +("ingratiate" nil (((ih n) 0) ((g r ey) 1) ((sh iy) 0) ((ey t) 1))) +("ingratiating" nil (((ih n) 0) ((g r ey) 1) ((sh iy) 0) ((ey) 1) ((t ih ng) 0))) +("ingredient" nil (((ih n) 0) ((g r iy) 1) ((d iy) 0) ((ax n t) 0))) +("ingredients" nil (((ih n) 0) ((g r iy) 1) ((d iy) 0) ((ax n t s) 0))) +("ingria" nil (((ih ng) 1) ((g r iy) 0) ((ax) 0))) +("ingrid" nil (((ih ng) 1) ((g r ih d) 0))) +("ingrum" nil (((ih ng) 1) ((g r ax m) 0))) +("ingvar" nil (((ih ng) 1) ((v aa r) 0))) +("ingwersen" nil (((ih ng) 1) ((g w er) 0) ((s ax n) 0))) +("inhabit" nil (((ih n) 0) ((hh ae) 1) ((b ax t) 0))) +("inhabitants" nil (((ih n) 0) ((hh ae) 1) ((b ax) 0) ((t ax n t s) 0))) +("inhabitation" nil (((ih n) 0) ((hh ae) 1) ((b ax) 0) ((t ey) 1) ((sh ax n) 0))) +("inhabited" nil (((ih n) 0) ((hh ae) 1) ((b ax) 0) ((t ax d) 0))) +("inhalable" nil (((ih n) 0) ((hh ey) 1) ((l ax) 0) ((b ax l) 0))) +("inhalation" nil (((ih) 0) ((n ax) 0) ((l ey) 1) ((sh ax n) 0))) +("inhale" nil (((ih n) 0) ((hh ey l) 1))) +("inhaled" nil (((ih n) 0) ((hh ey l d) 1))) +("inhaler" nil (((ih n) 0) ((hh ey) 1) ((l er) 0))) +("inhaling" nil (((ih n) 0) ((hh ey) 1) ((l ih ng) 0))) +("inherent" nil (((ih n) 0) ((hh ih) 1) ((r ax n t) 0))) +("inherently" nil (((ih n) 0) ((hh ih) 1) ((r ax n t) 0) ((l iy) 0))) +("inherit" nil (((ih n) 0) ((hh eh) 1) ((r ax t) 0))) +("inheritable" nil (((ih n) 0) ((hh eh) 1) ((r ax) 0) ((t ax) 0) ((b ax l) 0))) +("inheritance" nil (((ih n) 0) ((hh eh) 1) ((r ax) 0) ((t ax n s) 0))) +("inherited" nil (((ih n) 0) ((hh eh) 1) ((r ax) 0) ((t ih d) 0))) +("inheriting" nil (((ih n) 0) ((hh eh) 1) ((r ax) 0) ((t ih ng) 0))) +("inherits" nil (((ih n) 0) ((hh eh) 1) ((r ax t s) 0))) +("inhibit" nil (((ih n) 0) ((hh ih) 1) ((b ax t) 0))) +("inhibited" nil (((ih n) 0) ((hh ih) 1) ((b ax) 0) ((t ih d) 0))) +("inhibiting" nil (((ih n) 0) ((hh ih) 1) ((b ax) 0) ((t ih ng) 0))) +("inhibition" nil (((ih n) 1) ((hh ax) 0) ((b ih) 1) ((sh ax n) 0))) +("inhibitions" nil (((ih n) 1) ((hh ax) 0) ((b ih) 1) ((sh ax n z) 0))) +("inhibitor" nil (((ih n) 0) ((hh ih) 1) ((b ax) 0) ((t er) 0))) +("inhibitors" nil (((ih n) 0) ((hh ih) 1) ((b ax) 0) ((t er z) 0))) +("inhibitory" nil (((ih n) 0) ((hh ih) 1) ((b ax) 0) ((t ao) 1) ((r iy) 0))) +("inhibits" nil (((ih n) 0) ((hh ih) 1) ((b ax t s) 0))) +("inhofe" nil (((ih n) 1) ((hh ow f) 1))) +("inhospitable" nil (((ih n) 0) ((hh aa) 1) ((s p ax) 0) ((t ax) 0) ((b ax l) 0))) +("inhouse" nil (((ih n) 1) ((hh aw s) 1))) +("inhuman" nil (((ih n) 0) ((hh y uw) 1) ((m ax n) 0))) +("inhumane" nil (((ih n) 0) ((hh y uw) 0) ((m ey n) 1))) +("iniga" nil (((ih) 0) ((n iy) 1) ((g ax) 0))) +("iniguez" nil (((ih) 0) ((n iy) 1) ((g eh z) 0))) +("iniki" nil (((iy) 0) ((n iy) 1) ((k iy) 0))) +("inimical" nil (((ih) 0) ((n ih) 1) ((m ih) 0) ((k ax l) 0))) +("inimitable" nil (((ih) 0) ((n ih) 1) ((m ax) 0) ((t ax) 0) ((b ax l) 0))) +("iniss" nil (((ih) 1) ((n ih s) 0))) +("initial" nil (((ih) 0) ((n ih) 1) ((sh ax l) 0))) +("initialed" nil (((ih) 0) ((n ih) 1) ((sh ax l d) 0))) +("initially" nil (((ih) 0) ((n ih) 1) ((sh ax) 0) ((l iy) 0))) +("initials" nil (((ih) 0) ((n ih) 1) ((sh ax l z) 0))) +("initiate" n (((ih) 0) ((n ih) 1) ((sh iy) 0) ((ax t) 0))) +("initiate" v (((ih) 0) ((n ih) 1) ((sh iy) 0) ((ey t) 1))) +("initiated" nil (((ih) 0) ((n ih) 1) ((sh iy) 0) ((ey) 1) ((t ax d) 0))) +("initiates" n (((ih) 0) ((n ih) 1) ((sh iy) 0) ((ax t s) 0))) +("initiates" v (((ih) 0) ((n ih) 1) ((sh iy) 0) ((ey t s) 1))) +("initiating" nil (((ih) 0) ((n ih) 1) ((sh iy) 0) ((ey) 1) ((t ih ng) 0))) +("initiation" nil (((ih) 0) ((n ih) 1) ((sh iy) 0) ((ey) 1) ((sh ax n) 0))) +("initiative" nil (((ih) 0) ((n ih) 1) ((sh ax) 0) ((t ih v) 0))) +("initiatives" nil (((ih) 0) ((n ih) 1) ((sh ax) 0) ((t ih v z) 0))) +("initiator" nil (((ih) 1) ((n ih) 0) ((sh iy) 1) ((ey) 0) ((t er) 0))) +("initiators" nil (((ih) 0) ((n ih) 1) ((sh iy) 0) ((ey) 0) ((t er z) 0))) +("initio" nil (((ih) 0) ((n ih) 1) ((t iy) 0) ((ow) 0))) +("iniziativa" nil (((ih) 1) ((n ih) 0) ((z iy) 1) ((ax) 0) ((t iy) 1) ((v ax) 0))) +("inject" nil (((ih n) 0) ((jh eh k t) 1))) +("injectable" nil (((ih n) 0) ((jh eh k) 1) ((t ax) 0) ((b ax l) 0))) +("injected" nil (((ih n) 0) ((jh eh k) 1) ((t ax d) 0))) +("injecting" nil (((ih n) 0) ((jh eh k) 1) ((t ih ng) 0))) +("injection" nil (((ih n) 0) ((jh eh k) 1) ((sh ax n) 0))) +("injections" nil (((ih n) 0) ((jh eh k) 1) ((sh ax n z) 0))) +("injector" nil (((ih n) 0) ((jh eh k) 1) ((t er) 0))) +("injectors" nil (((ih n) 0) ((jh eh k) 1) ((t er z) 0))) +("injects" nil (((ih n) 0) ((jh eh k t s) 1))) +("injuction" nil (((ih n) 0) ((jh ah k) 1) ((sh ax n) 0))) +("injunction" nil (((ih n) 0) ((jh ah ng k) 1) ((sh ax n) 0))) +("injunctions" nil (((ih n) 0) ((jh ah ng k) 1) ((sh ax n z) 0))) +("injunctive" nil (((ih n) 0) ((jh ah ng k) 1) ((t ih v) 0))) +("injure" nil (((ih n) 1) ((jh er) 0))) +("injured" nil (((ih n) 1) ((jh er d) 0))) +("injures" nil (((ih n) 1) ((jh er z) 0))) +("injuries" nil (((ih n) 1) ((jh er) 0) ((iy z) 0))) +("injuring" nil (((ih n) 1) ((jh er) 0) ((ih ng) 0))) +("injurious" nil (((ih n) 0) ((jh uh) 1) ((r iy) 0) ((ax s) 0))) +("injury" nil (((ih n) 1) ((jh er) 0) ((iy) 0))) +("injustice" nil (((ih n) 0) ((jh ah) 1) ((s t ih s) 0))) +("injustices" nil (((ih n) 0) ((jh ah) 1) ((s t ax) 0) ((s ih z) 0))) +("ink" nil (((ih ng k) 1))) +("inkatha" nil (((ih ng) 0) ((k ae) 1) ((th ax) 0))) +("inkblot" nil (((ih ng k) 1) ((b l aa t) 1))) +("inkjet" nil (((ih ng k) 1) ((jh eh t) 1))) +("inkling" nil (((ih ng) 1) ((k l ih ng) 0))) +("inks" nil (((ih ng k s) 1))) +("inky" nil (((ih ng) 1) ((k iy) 0))) +("inlaid" nil (((ih n) 1) ((l ey d) 1))) +("inland" nil (((ih n) 1) ((l ae n d) 1))) +("inlaws" nil (((ih n) 0) ((l ao z) 1))) +("inlay" nil (((ih n) 1) ((l ey) 1))) +("inlet" nil (((ih n) 1) ((l eh t) 1))) +("inlets" nil (((ih n) 1) ((l eh t s) 1))) +("inlow" nil (((ih n) 0) ((l ow) 1))) +("inmac" nil (((ih n) 1) ((m ae k) 0))) +("inman" nil (((ih n) 1) ((m ax n) 0))) +("inmarsat" nil (((ih n) 0) ((m aa r) 1) ((s ae t) 1))) +("inmate" nil (((ih n) 1) ((m ey t) 1))) +("inmates" nil (((ih n) 1) ((m ey t s) 1))) +("inmex" nil (((ih n) 1) ((m eh k s) 1))) +("inmobiliaria" nil (((ih n) 0) ((m ow) 1) ((b ax) 0) ((l iy) 0) ((eh) 1) ((r iy) 0) ((ax) 0))) +("inmon" nil (((ih n) 1) ((m ax n) 0))) +("inmont" nil (((ih n) 1) ((m aa n t) 1))) +("inn" nil (((ih n) 1))) +("innards" nil (((ih) 1) ((n er d z) 0))) +("innate" nil (((ih) 0) ((n ey t) 1))) +("inner" nil (((ih) 1) ((n er) 0))) +("innermost" nil (((ih) 1) ((n er) 0) ((m ow s t) 1))) +("innerspace" nil (((ih) 1) ((n er) 0) ((s p ey s) 1))) +("innes" nil (((ih) 1) ((n ax s) 0))) +("inness" nil (((ih) 1) ((n ih s) 0))) +("inning" nil (((ih) 1) ((n ih ng) 0))) +("innings" nil (((ih) 1) ((n ih ng z) 0))) +("innis" nil (((ih) 1) ((n ih s) 0))) +("innisfree" nil (((ih) 1) ((n ih s) 0) ((f r iy) 1))) +("inniss" nil (((ih) 1) ((n ih s) 0))) +("innkeeper" nil (((ih n) 1) ((k iy) 1) ((p er) 0))) +("innkeepers" nil (((ih n) 1) ((k iy) 1) ((p er z) 0))) +("inno" nil (((ih) 1) ((n ow) 0))) +("innocence" nil (((ih) 1) ((n ax) 0) ((s ax n s) 0))) +("innocent" nil (((ih) 1) ((n ax) 0) ((s ax n t) 0))) +("innocenti" nil (((ih) 0) ((n ow) 0) ((ch eh n) 1) ((t iy) 0))) +("innocently" nil (((ih) 1) ((n ax) 0) ((s ax n t) 0) ((l iy) 0))) +("innocents" nil (((ih) 1) ((n ax) 0) ((s ax n t s) 0))) +("innocuous" nil (((ih) 0) ((n aa) 1) ((k y uw) 0) ((ax s) 0))) +("innominate" nil (((ih) 0) ((n aa) 1) ((m ax) 0) ((n ax t) 0))) +("innopac" nil (((ih) 1) ((n ax) 0) ((p ae k) 1))) +("innotel" nil (((ih) 1) ((n ow) 0) ((t eh l) 1))) +("innovate" nil (((ih) 1) ((n ax) 0) ((v ey t) 1))) +("innovated" nil (((ih) 1) ((n ax) 0) ((v ey) 1) ((t ih d) 0))) +("innovation" nil (((ih) 1) ((n ax) 0) ((v ey) 1) ((sh ax n) 0))) +("innovations" nil (((ih) 1) ((n ax) 0) ((v ey) 1) ((sh ax n z) 0))) +("innovative" nil (((ih) 1) ((n ax) 0) ((v ey) 1) ((t ih v) 0))) +("innovator" nil (((ih) 1) ((n ax) 0) ((v ey) 1) ((t er) 0))) +("innovators" nil (((ih) 1) ((n ax) 0) ((v ey) 1) ((t er z) 0))) +("inns" nil (((ih n z) 1))) +("innuendo" nil (((ih) 0) ((n y uw) 0) ((eh n) 1) ((d ow) 0))) +("innuendoes" nil (((ih) 0) ((n y uw) 0) ((eh n) 1) ((d ow z) 0))) +("innuendos" nil (((ih) 0) ((n y uw) 0) ((eh n) 1) ((d ow z) 0))) +("innumerable" nil (((ih) 0) ((n uw) 1) ((m er) 0) ((ax) 0) ((b ax l) 0))) +("inocencio" nil (((ih) 0) ((n ow) 0) ((ch eh n) 1) ((ch iy) 0) ((ow) 0))) +("inoculate" nil (((ih) 0) ((n aa) 1) ((k y ax) 0) ((l ey t) 1))) +("inoculated" nil (((ih) 0) ((n aa) 1) ((k y ax) 0) ((l ey) 1) ((t ih d) 0))) +("inoculation" nil (((ih) 0) ((n aa) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("inoffensive" nil (((ih) 0) ((n ax) 0) ((f eh n) 1) ((s ih v) 0))) +("inoperable" nil (((ih) 0) ((n aa) 1) ((p er) 0) ((ax) 0) ((b ax l) 0))) +("inoperative" nil (((ih) 0) ((n aa) 1) ((p er) 0) ((ax) 0) ((t ih v) 0))) +("inopportune" nil (((ih) 0) ((n aa) 1) ((p er) 0) ((t uw n) 1))) +("inordinate" nil (((ih) 0) ((n ao r) 1) ((d ax) 0) ((n ih t) 0))) +("inordinately" nil (((ih) 0) ((n ao r) 1) ((d ax) 0) ((n ax t) 0) ((l iy) 0))) +("inorganic" nil (((ih) 0) ((n ao r) 0) ((g ae) 1) ((n ih k) 0))) +("inoue" nil (((ih) 0) ((n ow) 1) ((ey) 0))) +("inouye" nil (((ih) 0) ((n uw) 1) ((ey) 0))) +("inpatient" nil (((ih n) 1) ((p ey) 1) ((sh ax n t) 0))) +("inpatients" nil (((ih n) 0) ((p ey) 1) ((sh ax n t s) 0))) +("input" nil (((ih n) 1) ((p uh t) 1))) +("inputs" nil (((ih n) 1) ((p uh t s) 1))) +("inquest" nil (((ih n) 1) ((k w eh s t) 1))) +("inquire" nil (((ih n) 0) ((k w ay r) 1))) +("inquired" nil (((ih n) 0) ((k w ay) 1) ((er d) 0))) +("inquirer" nil (((ih n) 0) ((k w ay) 1) ((r er) 0))) +("inquires" nil (((ih n) 0) ((k w ay) 1) ((er z) 0))) +("inquiries" nil (((ih n) 0) ((k w ay) 1) ((er) 0) ((iy z) 0))) +("inquiring" nil (((ih n) 0) ((k w ay) 1) ((er) 0) ((ih ng) 0))) +("inquiry" nil (((ih n) 0) ((k w ay) 1) ((r iy) 0))) +("inquisition" nil (((ih n) 1) ((k w ax) 0) ((z ih) 1) ((sh ax n) 0))) +("inquisitive" nil (((ih n) 0) ((k w ih) 1) ((z ih) 0) ((t ih v) 0))) +("inquisitors" nil (((ih n) 0) ((k w ih) 1) ((z ax) 0) ((t er z) 0))) +("inroad" nil (((ih n) 1) ((r ow d) 1))) +("inroads" nil (((ih n) 1) ((r ow d z) 1))) +("ins" nil (((ih n z) 1))) +("insalaco" nil (((ih n) 0) ((s aa) 0) ((l aa) 1) ((k ow) 0))) +("insane" nil (((ih n) 0) ((s ey n) 1))) +("insanely" n (((ax n) 0) ((s ey n) 1) ((l iy) 0))) +("insanity" nil (((ih n) 0) ((s ae) 1) ((n ax) 0) ((t iy) 0))) +("insatiable" nil (((ih n) 0) ((s ey) 1) ((sh ax) 0) ((b ax l) 0))) +("inscho" nil (((ih n) 1) ((sh ow) 0))) +("insco" nil (((iy n) 1) ((s k ow) 0))) +("inscoe" nil (((ih n) 0) ((s k ow) 1))) +("inscore" nil (((ih n) 0) ((s k ao) 1) ((r iy) 0))) +("inscribed" nil (((ih n) 0) ((s k r ay b d) 1))) +("inscription" nil (((ih n) 0) ((s k r ih p) 1) ((sh ax n) 0))) +("inscriptions" nil (((ih n) 0) ((s k r ih p) 1) ((sh ax n z) 0))) +("inscrutable" nil (((ih n) 0) ((s k r uw) 1) ((t ax) 0) ((b ax l) 0))) +("insect" nil (((ih n) 1) ((s eh k t) 1))) +("insecticide" nil (((ih n) 0) ((s eh k) 1) ((t ax) 0) ((s ay d) 1))) +("insecticides" nil (((ih n) 0) ((s eh k) 1) ((t ax) 0) ((s ay d z) 1))) +("insectivorous" nil (((ih n) 0) ((s eh k) 0) ((t ih) 1) ((v er) 0) ((ax s) 0))) +("insects" nil (((ih n) 1) ((s eh k t s) 1))) +("insecure" nil (((ih n) 1) ((s ax) 0) ((k y er) 0))) +("insecurities" nil (((ih n) 1) ((s ax) 0) ((k y uh) 1) ((r ih) 0) ((t iy z) 0))) +("insecurity" nil (((ih n) 1) ((s ih) 0) ((k y uh) 1) ((r ih) 0) ((t iy) 0))) +("insel" nil (((ih n) 1) ((s ax l) 0))) +("insemination" nil (((ih n) 0) ((s eh) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("insensitive" nil (((ih n) 0) ((s eh n) 1) ((s ax) 0) ((t ih v) 0))) +("insensitivity" nil (((ih n) 0) ((s eh n) 1) ((s ax) 0) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("inseparable" nil (((ih n) 0) ((s eh) 1) ((p er) 0) ((ax) 0) ((b ax l) 0))) +("inserra" nil (((ih n) 0) ((s eh) 1) ((r ax) 0))) +("insert" n (((ih n) 1) ((s er r t) 0))) +("insert" v (((ih n) 0) ((s er t) 1))) +("inserted" nil (((ih n) 0) ((s er) 1) ((t ax d) 0))) +("inserting" nil (((ih n) 0) ((s er) 1) ((t ih ng) 0))) +("insertion" nil (((ih n) 0) ((s er) 1) ((sh ax n) 0))) +("inserts" n (((ih n) 1) ((s er t s) 0))) +("inserts" v (((ih n) 0) ((s er t s) 1))) +("inset" nil (((ih n) 1) ((s eh t) 1))) +("inshore" nil (((ih n) 1) ((sh ao r) 1))) +("inside" nil (((ih n) 0) ((s ay d) 1))) +("insider" nil (((ih n) 0) ((s ay) 1) ((d er) 0))) +("insiders" nil (((ih n) 0) ((s ay) 1) ((d er z) 0))) +("insides" nil (((ih n) 0) ((s ay d z) 1))) +("insidious" nil (((ih n) 0) ((s ih) 1) ((d iy) 0) ((ax s) 0))) +("insight" nil (((ih n) 1) ((s ay t) 1))) +("insightful" nil (((ih n) 1) ((s ay t) 1) ((f ax l) 0))) +("insights" nil (((ih n) 1) ((s ay t s) 1))) +("insignia" nil (((ih n) 0) ((s ih g) 1) ((n iy) 0) ((ax) 0))) +("insignificance" nil (((ih n) 1) ((s ih g) 0) ((n y ih) 1) ((f ih) 0) ((k ax n s) 0))) +("insignificant" nil (((ih n) 1) ((s ih g) 0) ((n y ih) 1) ((f ih) 0) ((k ax n t) 0))) +("insilco" nil (((ih n) 0) ((s ih l) 1) ((k ow) 0))) +("insincere" nil (((ih n) 1) ((s ih n) 0) ((s ih r) 1))) +("insinuate" nil (((ih n) 0) ((s ih) 1) ((n y uw) 0) ((ey t) 0))) +("insinuating" nil (((ih n) 0) ((s ih) 1) ((n y uw) 0) ((ey) 0) ((t ih ng) 0))) +("insinuation" nil (((ih n) 0) ((s ih) 1) ((n y uw) 0) ((ey) 1) ((sh ax n) 0))) +("insinuations" nil (((ih n) 0) ((s ih) 1) ((n y uw) 0) ((ey) 1) ((sh ax n z) 0))) +("insist" nil (((ih n) 0) ((s ih s t) 1))) +("insisted" nil (((ih n) 0) ((s ih) 1) ((s t ax d) 0))) +("insistence" nil (((ih n) 0) ((s ih) 1) ((s t ax n s) 0))) +("insistent" nil (((ih n) 0) ((s ih) 1) ((s t ax n t) 0))) +("insistently" nil (((ih n) 0) ((s ih) 1) ((s t ax n t) 0) ((l iy) 0))) +("insisting" nil (((ih n) 0) ((s ih) 1) ((s t ih ng) 0))) +("insists" nil (((ih n) 0) ((s ih s t s) 1))) +("insituform" nil (((ih n) 0) ((s ih) 1) ((t uw) 1) ((f ao r m) 0))) +("inskeep" nil (((ih n z) 1) ((k iy p) 1))) +("insko" nil (((ih n) 1) ((s k ow) 0))) +("insley" nil (((ih n) 1) ((s l iy) 0))) +("insofar" nil (((ih n) 1) ((s ax) 0) ((f aa r) 0))) +("insolence" nil (((ih n) 1) ((s ax) 0) ((l ax n s) 0))) +("insolent" nil (((ih n) 1) ((s ax) 0) ((l ax n t) 0))) +("insoluble" nil (((ih n) 0) ((s aa) 1) ((l y ax) 0) ((b ax l) 0))) +("insolvencies" nil (((ih n) 0) ((s aa l) 1) ((v ax n) 0) ((s iy z) 0))) +("insolvency" nil (((ih n) 0) ((s aa l) 1) ((v ax n) 0) ((s iy) 0))) +("insolvent" nil (((ih n) 0) ((s aa l) 1) ((v ax n t) 0))) +("insomnia" nil (((ih n) 0) ((s aa m) 1) ((n iy) 0) ((ax) 0))) +("inspect" nil (((ih n) 0) ((s p eh k t) 1))) +("inspected" nil (((ih n) 0) ((s p eh k) 1) ((t ih d) 0))) +("inspecting" nil (((ih n) 0) ((s p eh k) 1) ((t ih ng) 0))) +("inspection" nil (((ih n) 0) ((s p eh k) 1) ((sh ax n) 0))) +("inspections" nil (((ih n) 0) ((s p eh k) 1) ((sh ax n z) 0))) +("inspector" nil (((ih n) 0) ((s p eh k) 1) ((t er) 0))) +("inspectorate" nil (((ih n) 0) ((s p eh k) 1) ((t er) 0) ((ax t) 0))) +("inspectors" nil (((ih n) 0) ((s p eh k) 1) ((t er z) 0))) +("inspects" nil (((ih n) 0) ((s p eh k t s) 1))) +("inspeech" nil (((ih n) 0) ((s p iy ch) 1))) +("inspiration" nil (((ih n) 1) ((s p er) 0) ((ey) 1) ((sh ax n) 0))) +("inspirational" nil (((ih n) 1) ((s p er) 0) ((ey) 1) ((sh ax) 0) ((n ax l) 0))) +("inspirations" nil (((ih n) 1) ((s p er) 0) ((ey) 1) ((sh ax n z) 0))) +("inspire" nil (((ih n) 0) ((s p ay r) 1))) +("inspired" nil (((ih n) 0) ((s p ay) 1) ((er d) 0))) +("inspires" nil (((ih n) 0) ((s p ay r z) 1))) +("inspiring" nil (((ih n) 0) ((s p ay) 1) ((r ih ng) 0))) +("instabilities" nil (((ih n) 1) ((s t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy z) 0))) +("instability" nil (((ih n) 1) ((s t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("instagram" nil (((ih n) 1) ((s t ax) 0) ((g r ae m) 2))) +("install" nil (((ih n) 0) ((s t ao l) 1))) +("installation" nil (((ih n) 1) ((s t ax) 0) ((l ey) 1) ((sh ax n) 0))) +("installations" nil (((ih n) 1) ((s t ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("installed" nil (((ih n) 0) ((s t ao l d) 1))) +("installer" nil (((ih n) 0) ((s t ao) 1) ((l er) 0))) +("installers" nil (((ih n) 0) ((s t ao) 1) ((l er z) 0))) +("installing" nil (((ih n) 0) ((s t ao) 1) ((l ih ng) 0))) +("installment" nil (((ih n) 0) ((s t ao l) 1) ((m ax n t) 0))) +("installments" nil (((ih n) 0) ((s t ao l) 1) ((m ax n t s) 0))) +("installs" nil (((ih n) 0) ((s t ao l z) 1))) +("instance" nil (((ih n) 1) ((s t ax n s) 0))) +("instances" nil (((ih n) 1) ((s t ax n) 0) ((s ax z) 0))) +("instant" nil (((ih n) 1) ((s t ax n t) 0))) +("instantaneous" nil (((ih n) 1) ((s t ax n) 0) ((t ae) 1) ((n iy) 0) ((ax s) 0))) +("instantaneously" nil (((ih n) 1) ((s t ax n) 0) ((t ae) 1) ((n iy) 0) ((ax) 0) ((s l iy) 0))) +("instantly" nil (((ih n) 1) ((s t ax n t) 0) ((l iy) 0))) +("instead" nil (((ih n) 0) ((s t eh d) 1))) +("instigate" nil (((ih n) 1) ((s t ax) 0) ((g ey t) 1))) +("instigated" nil (((ih n) 1) ((s t ax) 0) ((g ey) 1) ((t ih d) 0))) +("instigating" nil (((ih n) 1) ((s t ax) 0) ((g ey) 1) ((t ih ng) 0))) +("instigation" nil (((ih n) 1) ((s t ih) 0) ((g ey) 1) ((sh ax n) 0))) +("instigator" nil (((ih n) 1) ((s t ax) 0) ((g ey) 1) ((t er) 0))) +("instill" nil (((ih n) 0) ((s t ih l) 1))) +("instilled" nil (((ih n) 0) ((s t ih l d) 1))) +("instilling" nil (((ih n) 0) ((s t ih) 1) ((l ih ng) 0))) +("instinct" nil (((ih n) 1) ((s t ih ng k t) 0))) +("instinctive" nil (((ih n) 0) ((s t ih ng k) 1) ((t ih v) 0))) +("instinctively" nil (((ih n) 0) ((s t ih ng k) 1) ((t ih) 0) ((v l iy) 0))) +("instincts" nil (((ih n) 1) ((s t ih ng k t s) 0))) +("instinet" nil (((ih n) 1) ((s t ih) 0) ((n eh t) 1))) +("institut" nil (((ih n) 1) ((s t ih) 0) ((t uw t) 0))) +("institute" nil (((ih n) 1) ((s t ax) 0) ((t uw t) 1))) +("instituted" nil (((ih n) 1) ((s t ax) 0) ((t uw) 1) ((t ax d) 0))) +("institutes" nil (((ih n) 1) ((s t ax) 0) ((t uw t s) 1))) +("instituting" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((t ih ng) 0))) +("institution" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax n) 0))) +("institutional" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax l) 0))) +("institutionalist" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l ax s t) 0))) +("institutionalists" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l ax s t s) 0))) +("institutionalization" nil (((ih n) 0) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("institutionalize" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l ay z) 0))) +("institutionalized" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l ay z d) 0))) +("institutionalizes" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l ay) 0) ((z ih z) 0))) +("institutionalizing" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l ay) 0) ((z ih ng) 0))) +("institutionally" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("institutions" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((sh ax n z) 0))) +("instituto" nil (((ih n) 1) ((s t ih) 0) ((t uw) 1) ((t ow) 0))) +("instone" nil (((ih n) 1) ((s t ow n) 1))) +("instruct" nil (((ih n) 0) ((s t r ah k t) 1))) +("instructed" nil (((ih n) 0) ((s t r ah k) 1) ((t ax d) 0))) +("instructgpt" nil (((ih n) 0) ((s t r ah k t) 1) ((jh iy) 1) ((p iy) 1) ((t iy) 1))) +("instructing" nil (((ih n) 0) ((s t r ah k) 1) ((t ih ng) 0))) +("instruction" nil (((ih n) 0) ((s t r ah k) 1) ((sh ax n) 0))) +("instructional" nil (((ih n) 0) ((s t r ah k) 1) ((sh ax) 0) ((n ax l) 0))) +("instructions" nil (((ih n) 0) ((s t r ah k) 1) ((sh ax n z) 0))) +("instructive" nil (((ih n) 0) ((s t r ah k) 1) ((t ih v) 0))) +("instructor" nil (((ih n) 0) ((s t r ah k) 1) ((t er) 0))) +("instructors" nil (((ih n) 0) ((s t r ah k) 1) ((t er z) 0))) +("instructs" nil (((ih n) 0) ((s t r ah k t s) 1))) +("instrument" nil (((ih n) 1) ((s t r ax) 0) ((m ax n t) 0))) +("instrumental" nil (((ih n) 1) ((s t r ax) 0) ((m eh n) 1) ((t ax l) 0))) +("instrumentalists" nil (((ih n) 1) ((s t r ax) 0) ((m eh n) 1) ((t ax) 0) ((l ih s t s) 0))) +("instrumentals" nil (((ih n) 1) ((s t r ax) 0) ((m eh n) 1) ((t ax l z) 0))) +("instrumentation" nil (((ih n) 1) ((s t r ax) 0) ((m eh n) 1) ((t ey) 1) ((sh ax n) 0))) +("instruments" nil (((ih n) 1) ((s t r ax) 0) ((m ax n t s) 0))) +("insubordination" nil (((ih n) 0) ((s ax) 0) ((b ao r) 1) ((d ax) 0) ((n ey) 1) ((sh ax n) 0))) +("insubstantial" nil (((ih n) 0) ((s ax b) 0) ((s t ae n) 1) ((ch ax l) 0))) +("insufferable" nil (((ih n) 0) ((s ah) 1) ((f er) 0) ((ax) 0) ((b ax l) 0))) +("insufficient" nil (((ih n) 0) ((s ax) 0) ((f ih) 1) ((sh ax n t) 0))) +("insufficiently" nil (((ih n) 1) ((s ax) 0) ((f ih) 1) ((sh ax n t) 0) ((l iy) 0))) +("insular" nil (((ih n) 1) ((s ax) 0) ((l er) 0))) +("insularity" nil (((ih n) 1) ((s ax) 0) ((l eh) 1) ((r ih) 0) ((t iy) 0))) +("insulate" nil (((ih n) 1) ((s ax) 0) ((l ey t) 1))) +("insulated" nil (((ih n) 1) ((s ax) 0) ((l ey) 1) ((t ax d) 0))) +("insulating" nil (((ih n) 1) ((s ax) 0) ((l ey) 1) ((t ih ng) 0))) +("insulation" nil (((ih n) 1) ((s ax) 0) ((l ey) 1) ((sh ax n) 0))) +("insulator" nil (((ih n) 1) ((s ax) 0) ((l ey) 1) ((t er) 0))) +("insulators" nil (((ih n) 1) ((s ax) 0) ((l ey) 1) ((t er z) 0))) +("insulin" nil (((ih n) 1) ((s ax) 0) ((l ax n) 0))) +("insult" n (((ih n) 1) ((s ax l t) 0))) +("insult" v (((ih n) 0) ((s ah l t) 1))) +("insulted" nil (((ih n) 0) ((s ah l) 1) ((t ih d) 0))) +("insulting" nil (((ih n) 0) ((s ah l) 1) ((t ih ng) 0))) +("insults" n (((ih n) 0) ((s ah l t s) 1))) +("insults" v (((ih n) 1) ((s ax l t s) 0))) +("insuperable" n (((ax n) 0) ((s uw) 1) ((p er) 0) ((ax) 0) ((b ax l) 0))) +("insupportable" nil (((ih n) 0) ((s ax) 0) ((p ao r) 1) ((t ax) 0) ((b ax l) 0))) +("insurance" nil (((ih n) 0) ((sh uh) 1) ((r ax n s) 0))) +("insurances" nil (((ih n) 0) ((sh uh) 1) ((r ax n) 0) ((s ih z) 0))) +("insure" nil (((ih n) 0) ((sh uh r) 1))) +("insured" nil (((ih n) 0) ((sh uh r d) 1))) +("insurer" nil (((ih n) 0) ((sh uh) 1) ((r er) 0))) +("insurers" nil (((ih n) 0) ((sh uh) 1) ((r er z) 0))) +("insures" nil (((ih n) 0) ((sh uh r z) 1))) +("insurgencies" nil (((ih n) 0) ((s er) 1) ((jh ax n) 0) ((s iy z) 0))) +("insurgency" nil (((ih n) 0) ((s er) 1) ((jh ax n) 0) ((s iy) 0))) +("insurgent" nil (((ih n) 0) ((s er) 1) ((jh ax n t) 0))) +("insurgents" nil (((ih n) 0) ((s er) 1) ((jh ax n t s) 0))) +("insuring" nil (((ih n) 0) ((sh uh) 1) ((r ih ng) 0))) +("insurmountable" nil (((ih n) 1) ((s er) 0) ((m aw n) 1) ((t ax) 0) ((b ax l) 0))) +("insurrection" nil (((ih n) 1) ((s er) 0) ((eh k) 1) ((sh ax n) 0))) +("intact" nil (((ih n) 0) ((t ae k t) 1))) +("intaglio" nil (((ih n) 0) ((t ae) 1) ((l y ow) 0))) +("intake" nil (((ih n) 1) ((t ey k) 1))) +("intan" nil (((ih n) 1) ((t ax n) 0))) +("intangible" nil (((ih n) 0) ((t ae n) 1) ((jh ax) 0) ((b ax l) 0))) +("intangibles" nil (((ih n) 0) ((t ae n) 1) ((jh ax) 0) ((b ax l z) 0))) +("intefadeh" nil (((ih n) 1) ((t ax) 0) ((f aa) 1) ((d ax) 0))) +("integer" nil (((ih n) 1) ((t ax) 0) ((jh er) 0))) +("integers" nil (((ih n) 1) ((t ax) 0) ((jh er z) 0))) +("integon" nil (((ih n) 1) ((t ax) 0) ((g aa n) 0))) +("integra" nil (((ih n) 0) ((t eh) 1) ((g r ax) 0))) +("integral" nil (((ih n) 1) ((t ax) 0) ((g r ax l) 0))) +("integrate" nil (((ih n) 1) ((t ax) 0) ((g r ey t) 1))) +("integrated" nil (((ih n) 1) ((t ax) 0) ((g r ey) 1) ((t ax d) 0))) +("integrates" nil (((ih n) 1) ((t ax) 0) ((g r ey t s) 1))) +("integrating" nil (((ih n) 1) ((t ax) 0) ((g r ey) 1) ((t ih ng) 0))) +("integration" nil (((ih n) 1) ((t ax) 0) ((g r ey) 1) ((sh ax n) 0))) +("integrations" nil (((ih n) 1) ((t ax) 0) ((g r ey) 1) ((sh ax n z) 0))) +("integrator" nil (((ih n) 1) ((t ax) 0) ((g r ey) 1) ((t er) 0))) +("integrators" nil (((ih n) 1) ((t ax) 0) ((g r ey) 1) ((t er z) 0))) +("integrelin" nil (((ih n) 1) ((t ax) 0) ((g r eh) 1) ((l ax n) 0))) +("integrity" nil (((ih n) 0) ((t eh) 1) ((g r ax) 0) ((t iy) 0))) +("integument" nil (((ih n) 0) ((t eh) 1) ((g y ax) 0) ((m ax n t) 0))) +("intel" nil (((ih n) 1) ((t eh l) 1))) +("intelco" nil (((ih n) 0) ((t eh l) 1) ((k ow) 0))) +("intelcom" nil (((ih n) 1) ((t eh l) 1) ((k aa m) 0))) +("intellect" nil (((ih n) 1) ((t ax) 0) ((l eh k t) 1))) +("intellects" nil (((ih n) 1) ((t ax) 0) ((l eh k t s) 1))) +("intellectual" nil (((ih n) 1) ((t ax) 0) ((l eh k) 1) ((ch uw) 0) ((ax l) 0))) +("intellectualism" nil (((ih n) 0) ((t eh) 1) ((l ax k) 0) ((ch uw) 1) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("intellectually" nil (((ih n) 1) ((t ax) 0) ((l eh k) 1) ((ch uw) 0) ((ax) 0) ((l iy) 0))) +("intellectuals" nil (((ih n) 1) ((t ax) 0) ((l eh k) 1) ((ch uw) 0) ((ax l z) 0))) +("intellicall" nil (((ih n) 0) ((t eh) 1) ((l ih) 0) ((k ao l) 1))) +("intellicorp" nil (((ih n) 0) ((t eh) 1) ((l ih) 0) ((k ao r p) 1))) +("intelligence" nil (((ih n) 0) ((t eh) 1) ((l ax) 0) ((jh ax n s) 0))) +("intelligent" nil (((ih n) 0) ((t eh) 1) ((l ax) 0) ((jh ax n t) 0))) +("intelligently" nil (((ih n) 0) ((t eh) 1) ((l ih) 0) ((jh ax n t) 0) ((l iy) 0))) +("intelligentsia" nil (((ih n) 0) ((t eh) 1) ((l ax) 0) ((jh eh n t) 1) ((s iy) 0) ((ax) 0))) +("intelligible" nil (((ih n) 0) ((t eh) 1) ((l ax) 0) ((jh ax) 0) ((b ax l) 0))) +("intelogic" nil (((ih n) 1) ((t ax) 0) ((l aa) 1) ((jh ih k) 0))) +("intelsat" nil (((ih n) 1) ((t eh l) 1) ((s ae t) 0))) +("intemperate" nil (((ih n) 0) ((t eh m) 1) ((p er) 0) ((ax t) 0))) +("intend" nil (((ih n) 0) ((t eh n d) 1))) +("intended" nil (((ih n) 0) ((t eh n) 1) ((d ax d) 0))) +("intending" nil (((ih n) 0) ((t eh n) 1) ((d ih ng) 0))) +("intends" nil (((ih n) 0) ((t eh n d z) 1))) +("intense" nil (((ih n) 0) ((t eh n s) 1))) +("intensely" nil (((ih n) 0) ((t eh n) 1) ((s l iy) 0))) +("intensification" nil (((ih n) 0) ((t eh n) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("intensified" nil (((ih n) 0) ((t eh n) 1) ((s ax) 0) ((f ay d) 1))) +("intensifies" nil (((ih n) 0) ((t eh n) 1) ((s ax) 0) ((f ay z) 1))) +("intensify" nil (((ih n) 0) ((t eh n) 1) ((s ax) 0) ((f ay) 1))) +("intensifying" nil (((ih n) 0) ((t eh n) 1) ((s ax) 0) ((f ay) 1) ((ih ng) 0))) +("intensity" nil (((ih n) 0) ((t eh n) 1) ((s ax) 0) ((t iy) 0))) +("intensive" nil (((ih n) 0) ((t eh n) 1) ((s ih v) 0))) +("intensively" nil (((ih n) 0) ((t eh n) 1) ((s ih) 0) ((v l iy) 0))) +("intent" nil (((ih n) 0) ((t eh n t) 1))) +("intention" nil (((ih n) 0) ((t eh n) 1) ((ch ax n) 0))) +("intentional" nil (((ih n) 0) ((t eh n) 1) ((sh ax) 0) ((n ax l) 0))) +("intentionally" nil (((ih n) 0) ((t eh n) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("intentioned" nil (((ih n) 0) ((t eh n) 1) ((ch ax n d) 0))) +("intentions" nil (((ih n) 0) ((t eh n) 1) ((ch ax n z) 0))) +("intently" nil (((ih n) 0) ((t eh n t) 1) ((l iy) 0))) +("intents" nil (((ih n) 0) ((t eh n t s) 1))) +("inter" nil (((ih n) 0) ((t er) 1))) +("interacciones" nil (((ih n) 1) ((t er) 0) ((ae k) 1) ((s iy) 0) ((ow n z) 1))) +("interact" nil (((ih n) 1) ((t er) 0) ((ae k t) 1))) +("interacting" nil (((ih n) 1) ((t er) 0) ((ae k) 1) ((t ih ng) 0))) +("interaction" nil (((ih n) 1) ((t er) 0) ((ae k) 1) ((sh ax n) 0))) +("interactions" nil (((ih n) 1) ((t er) 0) ((ae k) 1) ((sh ax n z) 0))) +("interactive" nil (((ih n) 1) ((t er) 0) ((ae k) 1) ((t ih v) 0))) +("interactivity" nil (((ih n) 1) ((t er) 0) ((ae k) 1) ((t ih) 1) ((v ih) 0) ((t iy) 0))) +("interacts" nil (((ih n) 1) ((t er) 0) ((ae k t s) 1))) +("interagency" nil (((ih n) 1) ((t er) 0) ((ey) 1) ((jh ax n) 0) ((s iy) 0))) +("interamerican" nil (((ih n) 1) ((t er) 0) ((ax) 0) ((m eh) 1) ((r ax) 0) ((k ax n) 0))) +("interand" nil (((ih n) 1) ((t er) 0) ((ax n d) 0))) +("interbank" nil (((ih n) 1) ((t er) 0) ((b ae ng k) 1))) +("interbred" nil (((ih n) 1) ((t er) 0) ((b r eh d) 1))) +("interbrew" nil (((ih n) 1) ((t er) 1) ((b r uw) 1))) +("intercable" nil (((ih n) 1) ((t er) 0) ((k ey) 1) ((b ax l) 0))) +("intercare" nil (((ih n) 1) ((t er) 0) ((k eh r) 1))) +("intercede" nil (((ih n) 1) ((t er) 0) ((s iy d) 1))) +("interceded" nil (((ih n) 1) ((t er) 0) ((s iy) 1) ((d ih d) 0))) +("interceding" nil (((ih n) 1) ((t er) 0) ((s iy) 1) ((d ih ng) 0))) +("intercellular" nil (((ih n) 1) ((t er) 0) ((s eh) 1) ((l y ax) 0) ((l er) 0))) +("intercept" nil (((ih n) 1) ((t er) 0) ((s eh p t) 1))) +("intercepted" nil (((ih n) 1) ((t er) 0) ((s eh p) 1) ((t ax d) 0))) +("intercepting" nil (((ih n) 1) ((t er) 0) ((s eh p) 1) ((t ih ng) 0))) +("interception" nil (((ih n) 1) ((t er) 0) ((s eh p) 1) ((sh ax n) 0))) +("interceptions" nil (((ih n) 1) ((t er) 0) ((s eh p) 1) ((sh ax n z) 0))) +("interceptor" nil (((ih n) 1) ((t er) 0) ((s eh p) 1) ((t er) 0))) +("interceptors" nil (((ih n) 1) ((t er) 0) ((s eh p) 1) ((t er z) 0))) +("intercepts" nil (((ih n) 1) ((t er) 0) ((s eh p t s) 1))) +("intercession" nil (((ih n) 1) ((t er) 0) ((s eh) 1) ((sh ax n) 0))) +("interchange" nil (((ih n) 1) ((t er) 0) ((ch ey n jh) 1))) +("interchangeable" nil (((ih n) 1) ((t er) 0) ((ch ey n) 1) ((jh ax) 0) ((b ax l) 0))) +("interchangeably" nil (((ih n) 1) ((t er) 0) ((ch ey n) 1) ((jh ax) 0) ((b l iy) 0))) +("interchanges" nil (((ih n) 1) ((t er) 0) ((ch ey n) 1) ((jh ih z) 0))) +("intercity" nil (((ih n) 1) ((t er) 0) ((s ih) 1) ((t iy) 0))) +("interco" nil (((ih n) 1) ((t er) 0) ((k ow) 1))) +("intercollegiate" nil (((ih n) 1) ((t er) 0) ((k ax) 0) ((l iy) 1) ((jh ax t) 0))) +("intercom" nil (((ih n) 1) ((t er) 0) ((k aa m) 1))) +("intercompany" nil (((ih n) 1) ((t er) 0) ((k ah m) 1) ((p ax) 0) ((n iy) 0))) +("interconnect" nil (((ih n) 1) ((t er) 0) ((k ax) 0) ((n eh k t) 1))) +("interconnected" nil (((ih n) 1) ((t er) 0) ((k ax) 0) ((n eh k) 1) ((t ih d) 0))) +("interconnection" nil (((ih n) 1) ((t er) 0) ((k ax) 0) ((n eh k) 1) ((sh ax n) 0))) +("interconnections" nil (((ih n) 1) ((t er) 0) ((k ax) 0) ((n eh k) 1) ((sh ax n z) 0))) +("intercontinental" nil (((ih n) 1) ((t er) 0) ((k aa n) 1) ((t ax) 0) ((n eh n) 1) ((t ax l) 0))) +("intercontinentale" nil (((ih n) 1) ((t er) 0) ((k ax n) 0) ((t ih) 1) ((n ax n) 0) ((t aa l) 1))) +("intercorp" nil (((ih n) 1) ((t er) 0) ((k ao r p) 1))) +("intercorporation" nil (((ih n) 0) ((t er) 0) ((k ao r) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("intercourse" nil (((ih n) 1) ((t er) 0) ((k ao r s) 1))) +("intercultural" nil (((ih n) 1) ((t er) 0) ((k ah l) 1) ((ch er) 0) ((ax l) 0))) +("intercurrent" nil (((ih n) 1) ((t er) 0) ((k er) 1) ((ax n t) 0))) +("interdealer" nil (((ih n) 1) ((t er) 0) ((d iy) 1) ((l er) 0))) +("interdependence" nil (((ih n) 1) ((t er) 0) ((d ax) 0) ((p eh n) 1) ((d ax n s) 0))) +("interdependent" nil (((ih n) 1) ((t er) 0) ((d ih) 0) ((p eh n) 1) ((d ax n t) 0))) +("interdict" nil (((ih n) 1) ((t er) 0) ((d ih k t) 1))) +("interdicted" nil (((ih n) 1) ((t er) 0) ((d ih k) 1) ((t ih d) 0))) +("interdictes" nil (((ih n) 1) ((t er) 0) ((d ih k t s) 1))) +("interdicting" nil (((ih n) 1) ((t er) 0) ((d ih k) 1) ((t ih ng) 0))) +("interdiction" nil (((ih n) 1) ((t er) 0) ((d ih k) 1) ((sh ax n) 0))) +("interdigital" nil (((ih n) 1) ((t er) 0) ((d ih) 1) ((jh ax) 0) ((t ax l) 0))) +("interdisciplinary" nil (((ih n) 1) ((t er) 0) ((d ih) 1) ((s ax) 0) ((p l ax) 0) ((n eh) 1) ((r iy) 0))) +("interdyne" nil (((ih n) 1) ((t er) 0) ((d ay n) 1))) +("interest" nil (((ih n) 1) ((t r ax s t) 0))) +("interested" nil (((ih n) 1) ((t r ax) 0) ((s t ax d) 0))) +("interesting" nil (((ih n) 1) ((t r ax) 0) ((s t ih ng) 0))) +("interestingly" nil (((ih n) 1) ((t er) 0) ((eh) 1) ((s t ih ng) 0) ((l iy) 0))) +("interestrate" nil (((ih n) 1) ((t er) 0) ((ax) 0) ((s t r ey t) 1))) +("interests" nil (((ih n) 1) ((t r ax s t s) 0))) +("interface" nil (((ih n) 1) ((t er) 0) ((f ey s) 1))) +("interfaces" nil (((ih n) 1) ((t er) 0) ((f ey) 1) ((s ih z) 0))) +("interfaith" nil (((ih n) 1) ((t er) 0) ((f ey th) 1))) +("interfax" nil (((ih n) 1) ((t er) 0) ((f ae k s) 1))) +("interfere" nil (((ih n) 1) ((t er) 0) ((f ih r) 1))) +("interfered" nil (((ih n) 1) ((t er) 0) ((f ih r d) 1))) +("interference" nil (((ih n) 1) ((t er) 0) ((f ih) 1) ((r ax n s) 0))) +("interferes" nil (((ih n) 1) ((t er) 0) ((f ih r z) 1))) +("interfering" nil (((ih n) 1) ((t er) 0) ((f ih) 1) ((r ih ng) 0))) +("interferometer" nil (((ih n) 1) ((t er) 0) ((f er) 0) ((aa) 1) ((m ax) 0) ((t er) 0))) +("interferon" nil (((ih n) 1) ((t er) 0) ((f eh) 1) ((r aa n) 0))) +("interferons" nil (((ih n) 0) ((t er) 0) ((f ih) 1) ((r aa n z) 0))) +("interfirst" nil (((ih n) 1) ((t er) 0) ((f er s t) 1))) +("interflug" nil (((ih n) 1) ((t er) 0) ((f l ax g) 0))) +("interfunding" nil (((ih n) 1) ((t er) 0) ((f ah n) 1) ((d ih ng) 0))) +("intergenerational" nil (((ih n) 1) ((t er) 0) ((jh eh) 1) ((n er) 0) ((ey) 1) ((sh ax) 0) ((n ax l) 0))) +("intergovernmental" nil (((ih n) 1) ((t er) 0) ((g ah) 1) ((v er n) 0) ((m eh n) 1) ((t ax l) 0))) +("intergraph" nil (((ih n) 1) ((t er) 0) ((g r ae f) 1))) +("intergroup" nil (((ih n) 1) ((t er) 0) ((g r uw p) 1))) +("interim" nil (((ih n) 1) ((t er) 0) ((ax m) 0))) +("interior" nil (((ih n) 0) ((t ih) 1) ((r iy) 0) ((er) 0))) +("interiors" nil (((ih n) 0) ((t ih) 1) ((r iy) 0) ((er z) 0))) +("interject" nil (((ih n) 1) ((t er) 0) ((jh eh k t) 1))) +("interjected" nil (((ih n) 1) ((t er) 0) ((jh eh k) 1) ((t ih d) 0))) +("interjections" nil (((ih n) 1) ((t er) 0) ((jh eh k) 1) ((sh ax n z) 0))) +("interjects" nil (((ih n) 1) ((t er) 0) ((jh eh k t s) 1))) +("interlaced" nil (((ih n) 1) ((t er) 0) ((l ey s t) 1))) +("interlake" nil (((ih n) 1) ((t er) 0) ((l ey k) 1))) +("interleaf" nil (((ih n) 1) ((t er) 0) ((l iy f) 1))) +("interleaving" nil (((ih n) 1) ((t er) 0) ((l iy) 1) ((v ih ng) 0))) +("interleukin" nil (((ih n) 1) ((t er) 0) ((l uw) 1) ((k ih n) 0))) +("interlink" nil (((ih n) 1) ((t er) 0) ((l ih ng k) 1))) +("interlinked" nil (((ih n) 1) ((t er) 0) ((l ih ng k t) 1))) +("interlock" nil (((ih n) 1) ((t er) 0) ((l aa k) 1))) +("interlocking" nil (((ih n) 1) ((t er) 0) ((l aa) 1) ((k ih ng) 0))) +("interlocutors" nil (((ih n) 1) ((t er) 0) ((l aa) 1) ((k y ax) 0) ((t er z) 0))) +("interloper" nil (((ih n) 1) ((t er) 0) ((l ow) 1) ((p er) 0))) +("interlopers" nil (((ih n) 1) ((t er) 0) ((l ow) 1) ((p er z) 0))) +("interlude" nil (((ih n) 1) ((t er) 0) ((l uw d) 1))) +("interludes" nil (((ih n) 1) ((t er) 0) ((l uw d z) 1))) +("intermagnetics" nil (((ih n) 1) ((t er) 0) ((m ae g) 0) ((n eh) 1) ((t ih k s) 0))) +("intermark" nil (((ih n) 1) ((t er) 0) ((m aa r k) 1))) +("intermarket" nil (((ih n) 1) ((t er) 0) ((m aa r) 1) ((k ih t) 0))) +("intermarriage" nil (((ih n) 1) ((t er) 0) ((m eh) 1) ((r ih jh) 0))) +("intermarried" nil (((ih n) 1) ((t er) 0) ((m ae) 1) ((r iy d) 0))) +("intermec" nil (((ih n) 1) ((t er) 0) ((m ax k) 0))) +("intermedia" nil (((ih n) 1) ((t er) 0) ((m iy) 1) ((d iy) 0) ((ax) 0))) +("intermediaries" nil (((ih n) 1) ((t er) 0) ((m iy) 1) ((d iy) 0) ((eh) 1) ((r iy z) 0))) +("intermediary" nil (((ih n) 1) ((t er) 0) ((m iy) 1) ((d iy) 0) ((eh) 0) ((r iy) 0))) +("intermediate" nil (((ih n) 1) ((t er) 0) ((m iy) 1) ((d iy) 0) ((ih t) 0))) +("intermediates" nil (((ih n) 1) ((t er) 0) ((m iy) 1) ((d iy) 0) ((ax t s) 0))) +("intermedics" nil (((ih n) 1) ((t er) 0) ((m eh) 1) ((d ih k s) 0))) +("intermet" nil (((ih n) 1) ((t er) 0) ((m eh t) 1))) +("interminable" nil (((ih n) 0) ((t er) 1) ((m ax) 0) ((n ax) 0) ((b ax l) 0))) +("interminably" nil (((ih n) 1) ((t er) 0) ((m ih) 0) ((n ae) 1) ((b l iy) 0))) +("intermingle" nil (((ih n) 1) ((t er) 0) ((m ih ng) 1) ((g ax l) 0))) +("intermingled" nil (((ih n) 1) ((t er) 0) ((m ih ng) 1) ((g ax l d) 0))) +("intermingling" nil (((ih n) 1) ((t er) 0) ((m ih ng) 1) ((g ax) 0) ((l ih ng) 0))) +("intermission" nil (((ih n) 1) ((t er) 0) ((m ih) 1) ((sh ax n) 0))) +("intermissions" nil (((ih n) 1) ((t er) 0) ((m ih) 1) ((sh ax n z) 0))) +("intermittent" nil (((ih n) 1) ((t er) 0) ((m ih) 1) ((t ax n t) 0))) +("intermittently" nil (((ih n) 1) ((t er) 0) ((m ih) 1) ((t ax n t) 0) ((l iy) 0))) +("intermixed" nil (((ih n) 1) ((t er) 0) ((m ih k s t) 1))) +("intermodal" nil (((ih n) 1) ((t er) 0) ((m ow) 1) ((d ax l) 0))) +("intermolecular" nil (((ih n) 1) ((t er) 0) ((m ax) 0) ((l eh) 1) ((k y ax) 0) ((l er) 0))) +("intermountain" nil (((ih n) 0) ((t er) 0) ((m aw n) 1) ((t ih n) 0))) +("intern" n (((ih n) 1) ((t er n) 0))) +("intern" v (((ih n) 0) ((t er n) 1))) +("internacional" nil (((ih n) 1) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax l) 0))) +("internal" nil (((ih n) 0) ((t er) 1) ((n ax l) 0))) +("internally" nil (((ih n) 0) ((t er) 1) ((n ax) 0) ((l iy) 0))) +("international" nil (((ih n) 1) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax l) 0))) +("internationale" nil (((ih n) 0) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n aa) 1) ((l iy) 0))) +("internationalism" nil (((ih n) 0) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 1) ((z ax m) 0))) +("internationalist" nil (((ih n) 0) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih s t) 0))) +("internationalists" nil (((ih n) 1) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih s t s) 0))) +("internationalization" nil (((ih n) 1) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("internationalize" nil (((ih n) 1) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay z) 1))) +("internationalized" nil (((ih n) 0) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay z d) 0))) +("internationally" nil (((ih n) 1) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("internationals" nil (((ih n) 1) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax l z) 0))) +("internatonal" nil (((ih n) 1) ((t er) 0) ((n ae) 1) ((sh ax) 0) ((n ax l) 0))) +("internecine" nil (((ih n) 0) ((t er) 1) ((n ax) 0) ((s iy n) 1))) +("interned" nil (((ih n) 1) ((t er n d) 1))) +("internees" nil (((ih n) 0) ((t er) 0) ((n iy z) 1))) +("internet" nil (((ih n) 1) ((t er) 0) ((n eh t) 1))) +("internist" nil (((ih n) 0) ((t er) 1) ((n ih s t) 0))) +("internists" nil (((ih n) 0) ((t er) 1) ((n ih s t s) 0))) +("internment" nil (((ih n) 0) ((t er n) 1) ((m ax n t) 0))) +("internorth" nil (((ih n) 1) ((t er) 0) ((n ao r th) 0))) +("interns" n (((ih n) 1) ((t er n z) 0))) +("interns" v (((ih n) 1) ((t er n z) 1))) +("internship" nil (((ih n) 1) ((t er n) 0) ((sh ih p) 1))) +("internships" nil (((ih n) 1) ((t er n) 0) ((sh ih p s) 1))) +("interoffice" nil (((ih n) 1) ((t er) 0) ((ao) 1) ((f ax s) 0))) +("interpart" nil (((ih n) 1) ((t er) 0) ((p aa r t) 1))) +("interpersonal" nil (((ih n) 1) ((t er) 0) ((p er) 1) ((s ax) 0) ((n ax l) 0))) +("interplanetary" nil (((ih n) 1) ((t er) 0) ((p l ae) 1) ((n ax) 0) ((t eh) 1) ((r iy) 0))) +("interplay" nil (((ih n) 1) ((t er) 0) ((p l ey) 1))) +("interpol" nil (((ih n) 1) ((t er) 0) ((p ow l) 1))) +("interpolated" nil (((ih) 1) ((t er) 1) ((p ax) 0) ((l ey) 1) ((t ih d) 0))) +("interpret" nil (((ih n) 0) ((t er) 1) ((p r ax t) 0))) +("interpretation" nil (((ih n) 0) ((t er) 1) ((p r ih) 0) ((t ey) 1) ((sh ax n) 0))) +("interpretations" nil (((ih n) 0) ((t er) 1) ((p r ih) 0) ((t ey) 1) ((sh ax n z) 0))) +("interpreted" nil (((ih n) 0) ((t er) 1) ((p r ax) 0) ((t ax d) 0))) +("interpreter" nil (((ih n) 0) ((t er) 1) ((p r ax) 0) ((t er) 0))) +("interpreters" nil (((ih n) 0) ((t er) 1) ((p r ax) 0) ((t er z) 0))) +("interpreting" nil (((ih n) 1) ((t er) 0) ((p r eh) 1) ((t ih ng) 0))) +("interpretive" nil (((ih n) 0) ((t er) 1) ((p r ax) 0) ((t ih v) 0))) +("interprets" nil (((ih n) 0) ((t er) 1) ((p r ax t s) 0))) +("interprovincial" nil (((ih n) 1) ((t er) 0) ((p r ow) 0) ((v ih n) 1) ((sh ax l) 0))) +("interpublic" nil (((ih n) 1) ((t er) 0) ((p ah) 1) ((b l ih k) 0))) +("interracial" nil (((ih n) 1) ((t er) 0) ((r ey) 1) ((sh ax l) 0))) +("interrante" nil (((ih n) 0) ((t er) 0) ((r aa n) 1) ((t iy) 0))) +("interred" nil (((ih n) 1) ((t er d) 1))) +("interregnum" nil (((ih n) 1) ((t er) 0) ((r eh g) 1) ((n ax m) 0))) +("interrelate" nil (((ih n) 1) ((t er) 0) ((r ih) 0) ((l ey t) 1))) +("interrelated" nil (((ih n) 1) ((t er) 0) ((r ih) 0) ((l ey) 1) ((t ih d) 0))) +("interrent" nil (((ih n) 1) ((t er) 0) ((eh n t) 1))) +("interrogate" nil (((ih n) 0) ((t eh) 1) ((r ax) 0) ((g ey t) 1))) +("interrogated" nil (((ih n) 0) ((t eh) 1) ((r ax) 0) ((g ey) 1) ((t ih d) 0))) +("interrogating" nil (((ih n) 0) ((t eh) 1) ((r ax) 0) ((g ey) 1) ((t ih ng) 0))) +("interrogation" nil (((ih n) 0) ((t eh) 1) ((r ax) 0) ((g ey) 1) ((sh ax n) 0))) +("interrogations" nil (((ih n) 0) ((t eh) 1) ((r ax) 0) ((g ey) 1) ((sh ax n z) 0))) +("interrogator" nil (((ih n) 1) ((t eh) 1) ((r ax) 0) ((g ey) 1) ((t er) 0))) +("interrogators" nil (((ih n) 1) ((t eh) 1) ((r ax) 0) ((g ey) 1) ((t er z) 0))) +("interrupt" nil (((ih n) 1) ((t er) 0) ((ah p t) 1))) +("interrupted" nil (((ih n) 1) ((t er) 0) ((ah p) 1) ((t ih d) 0))) +("interruptible" nil (((ih n) 1) ((t er) 0) ((r ah p) 1) ((t ih) 0) ((b ax l) 0))) +("interrupting" nil (((ih n) 1) ((t er) 0) ((ah p) 1) ((t ih ng) 0))) +("interruption" nil (((ih n) 1) ((t er) 0) ((ah p) 1) ((sh ax n) 0))) +("interruptions" nil (((ih n) 1) ((t er) 0) ((ah p) 1) ((sh ax n z) 0))) +("interrupts" nil (((ih n) 1) ((t er) 0) ((ah p t s) 1))) +("interscholastic" nil (((ih n) 1) ((t er) 0) ((s k ax) 0) ((l ae) 1) ((s t ih k) 0))) +("interscope" nil (((ih n) 1) ((t er) 0) ((s k ow p) 1))) +("intersec" nil (((ih n) 1) ((t er) 0) ((s eh k) 0))) +("intersect" nil (((ih n) 1) ((t er) 0) ((s eh k t) 1))) +("intersected" nil (((ih n) 1) ((t er) 0) ((s eh k) 1) ((t ih d) 0))) +("intersecting" nil (((ih n) 1) ((t er) 0) ((s eh k) 1) ((t ih ng) 0))) +("intersection" nil (((ih n) 1) ((t er) 0) ((s eh k) 1) ((sh ax n) 0))) +("intersections" nil (((ih n) 1) ((t er) 0) ((s eh k) 1) ((sh ax n z) 0))) +("intersects" nil (((ih n) 1) ((t er) 0) ((s eh k t s) 1))) +("interspec" nil (((ih n) 1) ((t er) 0) ((s p eh k) 0))) +("interspersed" nil (((ih n) 1) ((t er) 0) ((s p er s t) 1))) +("interstate" nil (((ih n) 1) ((t er) 0) ((s t ey t) 1))) +("interstates" nil (((ih n) 1) ((t er) 0) ((s t ey t s) 1))) +("interstellar" nil (((ih n) 1) ((t er) 0) ((s t eh) 1) ((l er) 0))) +("intertan" nil (((ih n) 1) ((t er) 0) ((t ae n) 1))) +("intertech" nil (((ih n) 1) ((t er) 0) ((t eh k) 1))) +("intertechnology" nil (((ih n) 1) ((t er) 0) ((t ax k) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("intertect" nil (((ih n) 1) ((t er) 0) ((t eh k t) 1))) +("intertidal" nil (((ih n) 1) ((t er) 0) ((t ay) 1) ((d ax l) 0))) +("intertrans" nil (((ih n) 1) ((t er) 0) ((t r ae n z) 1))) +("intertribal" nil (((ih n) 1) ((t er) 0) ((t r ay) 1) ((b ax l) 0))) +("intertwined" nil (((ih n) 0) ((t er) 0) ((t w ay n d) 1))) +("intertwining" nil (((ih n) 1) ((t er) 0) ((t w ay) 1) ((n ih ng) 0))) +("interurban" nil (((ih n) 1) ((t er) 0) ((er) 1) ((b ax n) 0))) +("interval" nil (((ih n) 1) ((t er) 0) ((v ax l) 0))) +("intervals" nil (((ih n) 1) ((t er) 0) ((v ax l z) 0))) +("intervene" nil (((ih n) 1) ((t er) 0) ((v iy n) 1))) +("intervened" nil (((ih n) 1) ((t er) 0) ((v iy n d) 1))) +("intervenes" nil (((ih n) 1) ((t er) 0) ((v iy n z) 1))) +("intervening" nil (((ih n) 1) ((t er) 0) ((v iy) 1) ((n ih ng) 0))) +("intervenors" nil (((ih n) 1) ((t er) 0) ((v iy) 1) ((n er z) 0))) +("intervention" nil (((ih n) 1) ((t er) 0) ((v eh n) 1) ((ch ax n) 0))) +("interventionism" nil (((ih n) 1) ((t er) 0) ((v eh n) 1) ((ch ax) 0) ((n ih) 1) ((z ax m) 0))) +("interventionist" nil (((ih n) 1) ((t er) 0) ((v eh n) 1) ((sh ax) 0) ((n ih s t) 0))) +("interventionists" nil (((ih n) 1) ((t er) 0) ((v eh n) 1) ((ch ax) 0) ((n ih s t s) 0))) +("interventions" nil (((ih n) 1) ((t er) 0) ((v eh n) 1) ((ch ax n z) 0))) +("interview" nil (((ih n) 1) ((t er) 0) ((v y uw) 1))) +("interviewed" nil (((ih n) 1) ((t er) 0) ((v y uw d) 1))) +("interviewee" nil (((ih n) 0) ((t er) 0) ((v y uw) 0) ((iy) 1))) +("interviewees" nil (((ih n) 0) ((t er) 0) ((v y uw) 0) ((iy z) 1))) +("interviewer" nil (((ih n) 1) ((t er) 0) ((v y uw) 1) ((er) 0))) +("interviewers" nil (((ih n) 1) ((t er) 0) ((v y uw) 1) ((er z) 0))) +("interviewing" nil (((ih n) 1) ((t er) 0) ((v y uw) 1) ((ih ng) 0))) +("interviews" nil (((ih n) 1) ((t er) 0) ((v y uw z) 1))) +("intervoice" nil (((ih n) 1) ((t er) 0) ((v oy s) 1))) +("interweaves" n (((ih n) 1) ((t er) 0) ((w iy v z) 1))) +("interweaving" nil (((ih n) 1) ((t er) 0) ((w iy) 1) ((v ih ng) 0))) +("interwoven" nil (((ih n) 1) ((t er) 0) ((w ow) 1) ((v ax n) 0))) +("intestinal" nil (((ih n) 0) ((t eh) 1) ((s t ax) 0) ((n ax l) 0))) +("intestine" nil (((ih n) 0) ((t eh) 1) ((s t ax n) 0))) +("intestines" nil (((ih n) 0) ((t eh) 1) ((s t ax n z) 0))) +("intex" nil (((ih n) 1) ((t eh k s) 1))) +("inti" nil (((ih n) 1) ((t iy) 0))) +("intifada" nil (((ih n) 1) ((t ih) 0) ((f aa) 1) ((d ax) 0))) +("intifadeh" n (((ih n) 1) ((t ax) 0) ((f aa) 1) ((d ey) 0))) +("intimacy" nil (((ih n) 1) ((t ax) 0) ((m ax) 0) ((s iy) 0))) +("intimate" nil (((ih n) 1) ((t ax) 0) ((m ax t) 0))) +("intimated" nil (((ih n) 1) ((t ax) 0) ((m ey) 1) ((t ih d) 0))) +("intimately" nil (((ih n) 1) ((t ax) 0) ((m ax t) 0) ((l iy) 0))) +("intimates" nil (((ih n) 1) ((t ax) 0) ((m ax t s) 0))) +("intimations" nil (((ih n) 1) ((t ih) 0) ((m ey) 1) ((sh ax n z) 0))) +("intimidate" nil (((ih n) 0) ((t ih) 1) ((m ih) 0) ((d ey t) 1))) +("intimidated" nil (((ih n) 0) ((t ih) 1) ((m ih) 0) ((d ey) 1) ((t ih d) 0))) +("intimidates" nil (((ih n) 0) ((t ih) 1) ((m ih) 0) ((d ey t s) 1))) +("intimidating" nil (((ih n) 0) ((t ih) 1) ((m ih) 0) ((d ey) 1) ((t ih ng) 0))) +("intimidation" nil (((ih n) 0) ((t ih) 1) ((m ih) 0) ((d ey) 1) ((sh ax n) 0))) +("intis" nil (((ih n) 1) ((t ih s) 0))) +("into" nil (((ih n) 0) ((t uw) 1))) +("intolerable" nil (((ih n) 0) ((t aa) 1) ((l er) 0) ((ax) 0) ((b ax l) 0))) +("intolerably" nil (((ih n) 0) ((t aa) 1) ((l er) 0) ((ax) 0) ((b l iy) 0))) +("intolerance" nil (((ih n) 0) ((t aa) 1) ((l er) 0) ((ax n s) 0))) +("intolerant" nil (((ih n) 0) ((t aa) 1) ((l er) 0) ((ax n t) 0))) +("intoned" nil (((ih n) 0) ((t ow n d) 1))) +("intones" nil (((ih n) 0) ((t ow n z) 1))) +("intoning" nil (((ih n) 0) ((t ow) 1) ((n ih ng) 0))) +("intourist" nil (((ih n) 0) ((t uh) 1) ((r ih s t) 0))) +("intoxicated" nil (((ih n) 0) ((t aa k) 1) ((s ax) 0) ((k ey) 1) ((t ax d) 0))) +("intoxicating" nil (((ih n) 0) ((t aa k) 1) ((s ih) 0) ((k ey) 1) ((t ih ng) 0))) +("intoxication" nil (((ih n) 0) ((t aa k) 1) ((s ax) 0) ((k ey) 1) ((sh ax n) 0))) +("intra" nil (((ih n) 1) ((t r ax) 0))) +("intracompany" nil (((ih n) 1) ((t r ax) 0) ((k aa m) 1) ((p ax) 0) ((n iy) 0))) +("intracranial" nil (((ih n) 1) ((t r ax) 0) ((k r ey) 1) ((n iy) 0) ((ax l) 0))) +("intractable" nil (((ih n) 0) ((t r ae k) 1) ((t ax) 0) ((b ax l) 0))) +("intraday" nil (((ih n) 1) ((t r ax) 0) ((d ey) 1))) +("intramarginal" nil (((ih n) 1) ((t r ax) 0) ((m aa r) 1) ((jh ih) 0) ((n ax l) 0))) +("intramural" nil (((ih n) 1) ((t r ax) 0) ((m y uh) 1) ((r ax l) 0))) +("intransigence" nil (((ih n) 0) ((t r ae n) 1) ((s ax) 0) ((jh ax n s) 0))) +("intransigent" nil (((ih n) 0) ((t r ae n) 1) ((s ax) 0) ((jh ax n t) 0))) +("intraocular" nil (((ih n) 1) ((t r ax) 0) ((ow) 1) ((k y uw) 0) ((l er) 0))) +("intraparty" nil (((ih n) 1) ((t r ax) 0) ((p aa r) 1) ((t iy) 0))) +("intrastate" nil (((ih n) 1) ((t r ax) 0) ((s t ey t) 1))) +("intrauterine" nil (((ih n) 1) ((t r ax) 0) ((y uw) 1) ((t er) 0) ((ih n) 0))) +("intravenous" nil (((ih n) 1) ((t r ax) 0) ((v iy) 1) ((n ax s) 0))) +("intravenously" nil (((ih n) 0) ((t r ae) 1) ((v ax) 0) ((n ax) 0) ((s l iy) 0))) +("intrawest" nil (((ih n) 1) ((t r ax) 0) ((w ax s t) 0))) +("intrepid" nil (((ih n) 0) ((t r eh) 1) ((p ax d) 0))) +("intrex" nil (((ih n) 1) ((t r ax k s) 0))) +("intricacies" nil (((ih n) 1) ((t r ax) 0) ((k ax) 0) ((s iy z) 0))) +("intricate" nil (((ih n) 1) ((t r ax) 0) ((k ax t) 0))) +("intricately" nil (((ih n) 1) ((t r ax) 0) ((k ax t) 0) ((l iy) 0))) +("intrieri" nil (((ih n) 0) ((t r ih) 1) ((r iy) 0))) +("intrigue" nil (((ih n) 0) ((t r iy g) 1))) +("intrigued" nil (((ih n) 1) ((t r iy g d) 0))) +("intrigues" nil (((ih n) 0) ((t r iy g z) 1))) +("intriguing" nil (((ih n) 0) ((t r iy) 1) ((g ih ng) 0))) +("intriguingly" nil (((ih n) 0) ((t r iy) 1) ((g ih ng) 0) ((l iy) 0))) +("intrinsic" nil (((ih n) 0) ((t r ih n) 1) ((s ih k) 0))) +("intrinsically" nil (((ih n) 0) ((t r ih n) 1) ((s ih) 0) ((k ax) 0) ((l iy) 0))) +("introduce" nil (((ih n) 1) ((t r ax) 0) ((d uw s) 1))) +("introduced" nil (((ih n) 1) ((t r ax) 0) ((d uw s t) 1))) +("introduces" nil (((ih n) 1) ((t r ax) 0) ((d uw) 1) ((s ih z) 0))) +("introducing" nil (((ih n) 1) ((t r ax) 0) ((d uw) 1) ((s ih ng) 0))) +("introduction" nil (((ih n) 1) ((t r ax) 0) ((d ah k) 1) ((sh ax n) 0))) +("introductions" nil (((ih n) 1) ((t r ax) 0) ((d ah k) 1) ((sh ax n z) 0))) +("introductory" nil (((ih n) 1) ((t r ax) 0) ((d ah k) 1) ((t er) 0) ((iy) 0))) +("intron" nil (((ih n) 1) ((t r ax n) 0))) +("introspection" nil (((ih n) 1) ((t r ax) 0) ((s p eh k) 1) ((sh ax n) 0))) +("introspective" nil (((ih n) 1) ((t r ax) 0) ((s p eh k) 1) ((t ih v) 0))) +("introverted" nil (((ih n) 1) ((t r ow) 0) ((v er) 1) ((t ih d) 0))) +("intrude" nil (((ih n) 0) ((t r uw d) 1))) +("intruded" nil (((ih n) 0) ((t r uw) 1) ((d ax d) 0))) +("intruder" nil (((ih n) 0) ((t r uw) 1) ((d er) 0))) +("intruders" nil (((ih n) 0) ((t r uw) 1) ((d er z) 0))) +("intrudes" nil (((ih n) 0) ((t r uw d z) 1))) +("intruding" nil (((ih n) 0) ((t r uw) 1) ((d ih ng) 0))) +("intrusion" nil (((ih n) 0) ((t r uw) 1) ((zh ax n) 0))) +("intrusions" nil (((ih n) 0) ((t r uw) 1) ((zh ax n z) 0))) +("intrusive" nil (((ih n) 0) ((t r uw) 1) ((s ih v) 0))) +("intuit" nil (((ih n) 0) ((t uw) 1) ((ax t) 0))) +("intuition" nil (((ih n) 1) ((t uw) 0) ((ih) 1) ((sh ax n) 0))) +("intuitive" nil (((ih n) 0) ((t uw) 1) ((ax) 0) ((t ih v) 0))) +("intuitively" nil (((ih n) 0) ((t uw) 1) ((ih) 0) ((t ih) 0) ((v l iy) 0))) +("inuit" nil (((ih) 1) ((n uw t) 0))) +("inundate" nil (((ih) 1) ((n ax n) 0) ((d ey t) 1))) +("inundated" nil (((ih) 1) ((n ax n) 0) ((d ey) 1) ((t ih d) 0))) +("inundations" nil (((ih) 1) ((n ax n) 0) ((d ey) 1) ((sh ax n z) 0))) +("inured" nil (((ih) 0) ((n y uh r d) 1))) +("invacare" nil (((ih n) 1) ((v ax) 0) ((k eh r) 1))) +("invade" nil (((ih n) 0) ((v ey d) 1))) +("invaded" nil (((ih n) 0) ((v ey) 1) ((d ax d) 0))) +("invader" nil (((ih n) 0) ((v ey) 1) ((d er) 0))) +("invaders" nil (((ih n) 0) ((v ey) 1) ((d er z) 0))) +("invades" nil (((ih n) 0) ((v ey d z) 1))) +("invading" nil (((ih n) 0) ((v ey) 1) ((d ih ng) 0))) +("invalid" j (((ih n) 1) ((v ah) 1) ((l ax d) 0))) +("invalid" n (((ih n) 1) ((v ax) 0) ((l ax d) 0))) +("invalidate" nil (((ih n) 0) ((v ae) 1) ((l ih) 0) ((d ey t) 1))) +("invalidated" nil (((ih n) 0) ((v ae) 1) ((l ax) 0) ((d ey) 1) ((t ax d) 0))) +("invalidating" nil (((ih n) 0) ((v ae) 1) ((l ax) 0) ((d ey) 1) ((t ih ng) 0))) +("invalidation" nil (((ih n) 0) ((v ae) 1) ((l ax) 0) ((d ey) 1) ((sh ax n) 0))) +("invalids" nil (((ih n) 1) ((v ax) 0) ((l ax d z) 0))) +("invaluable" nil (((ih n) 0) ((v ae) 1) ((l y ax) 0) ((b ax l) 0))) +("invariably" nil (((ih n) 0) ((v eh) 1) ((r iy) 0) ((ax) 0) ((b l iy) 0))) +("invariance" nil (((ih n) 0) ((v eh) 1) ((r iy) 0) ((ax n s) 0))) +("invariant" nil (((ih n) 0) ((v eh) 1) ((r iy) 0) ((ax n t) 0))) +("invasion" nil (((ih n) 0) ((v ey) 1) ((zh ax n) 0))) +("invasions" nil (((ih n) 0) ((v ey) 1) ((zh ax n z) 0))) +("invasive" nil (((ih n) 0) ((v ey) 1) ((s ih v) 0))) +("invective" nil (((ih n) 0) ((v eh k) 1) ((t ih v) 0))) +("inveighed" n (((ax n) 0) ((v ey d) 1))) +("invent" nil (((ih n) 0) ((v eh n t) 1))) +("invented" nil (((ih n) 0) ((v eh n) 1) ((t ax d) 0))) +("inventing" nil (((ih n) 0) ((v eh n) 1) ((t ih ng) 0))) +("invention" nil (((ih n) 0) ((v eh n) 1) ((sh ax n) 0))) +("inventions" nil (((ih n) 0) ((v eh n) 1) ((sh ax n z) 0))) +("inventive" nil (((ih n) 0) ((v eh n) 1) ((t ih v) 0))) +("inventiveness" nil (((ih n) 0) ((v eh n) 1) ((t ih v) 0) ((n ax s) 0))) +("inventor" nil (((ih n) 0) ((v eh n) 1) ((t er) 0))) +("inventoried" nil (((ih n) 1) ((v ax n) 0) ((t ao) 1) ((r iy d) 0))) +("inventories" nil (((ih n) 1) ((v ax n) 0) ((t ao) 1) ((r iy z) 0))) +("inventors" nil (((ih n) 0) ((v eh n) 1) ((t er z) 0))) +("inventory" nil (((ih n) 1) ((v ax n) 0) ((t ao) 1) ((r iy) 0))) +("invents" nil (((ih n) 0) ((v eh n t s) 1))) +("inverlat" nil (((ih n) 1) ((v er) 0) ((l ae t) 1))) +("inverness" nil (((ih n) 1) ((v er) 0) ((n eh s) 1))) +("inverse" nil (((ih n) 0) ((v er s) 1))) +("inversely" nil (((ih n) 0) ((v er) 1) ((s l iy) 0))) +("inversion" nil (((ih n) 0) ((v er) 1) ((zh ax n) 0))) +("invertebrates" nil (((ih n) 0) ((v er) 1) ((t ax) 0) ((b r ax t s) 0))) +("inverted" nil (((ih n) 0) ((v er) 1) ((t ih d) 0))) +("invesco" nil (((ih n) 0) ((v eh) 1) ((s k ow) 0))) +("invest" nil (((ih n) 0) ((v eh s t) 1))) +("investable" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((b ax l) 0))) +("investcorp" nil (((ih n) 0) ((v eh s t) 1) ((k ao r p) 0))) +("invested" nil (((ih n) 0) ((v eh) 1) ((s t ax d) 0))) +("investigate" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ey t) 1))) +("investigated" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ey) 1) ((t ax d) 0))) +("investigates" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ey t s) 1))) +("investigating" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ey) 1) ((t ih ng) 0))) +("investigation" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ey) 1) ((sh ax n) 0))) +("investigational" nil (((ih n) 0) ((v eh) 0) ((s t ih) 0) ((g ey) 1) ((sh ax) 0) ((n ax l) 0))) +("investigations" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ey) 1) ((sh ax n z) 0))) +("investigative" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ey) 1) ((t ih v) 0))) +("investigator" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ey) 1) ((t er) 0))) +("investigators" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ey) 1) ((t er z) 0))) +("investigatory" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((g ax) 0) ((t ao) 1) ((r iy) 0))) +("investimento" nil (((ih n) 0) ((v eh) 1) ((s t ih) 0) ((m eh n) 1) ((t ow) 0))) +("investing" nil (((ih n) 0) ((v eh) 1) ((s t ih ng) 0))) +("investissements" nil (((ih n) 1) ((v eh) 1) ((s t iy) 1) ((z ih) 0) ((m aa n t s) 0))) +("investiture" nil (((ih n) 0) ((v eh) 1) ((s t ax) 0) ((ch er) 0))) +("investment" nil (((ih n) 0) ((v eh s t) 1) ((m ax n t) 0))) +("investments" nil (((ih n) 0) ((v eh s t) 1) ((m ax n t s) 0))) +("investnet" nil (((ih n) 0) ((v eh s t) 1) ((n eh t) 1))) +("investor" nil (((ih n) 0) ((v eh) 1) ((s t er) 0))) +("investors" nil (((ih n) 0) ((v eh) 1) ((s t er z) 0))) +("invests" nil (((ih n) 0) ((v eh s t s) 1))) +("inveterate" nil (((ih n) 0) ((v eh) 1) ((t er) 0) ((ax t) 0))) +("invidious" nil (((ih n) 0) ((v ih) 1) ((d iy) 0) ((ax s) 0))) +("invigorate" nil (((ih n) 0) ((v ih) 1) ((g er) 0) ((ih t) 0))) +("invigorated" nil (((ih n) 0) ((v ih) 1) ((g er) 0) ((ey) 1) ((t ih d) 0))) +("invigorating" nil (((ih n) 0) ((v ih) 1) ((g er) 0) ((ey) 1) ((t ih ng) 0))) +("invincibility" nil (((ih n) 0) ((v ih n) 1) ((s ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("invincible" nil (((ih n) 0) ((v ih n) 1) ((s ax) 0) ((b ax l) 0))) +("inviolable" nil (((ih n) 0) ((v ay) 1) ((ax) 0) ((l ax) 0) ((b ax l) 0))) +("inviolate" nil (((ih n) 0) ((v ay) 1) ((ax) 0) ((l ih t) 0))) +("invirase" nil (((ih n) 1) ((v ay) 1) ((r ey z) 1))) +("invisibility" nil (((ih n) 0) ((v ih) 1) ((z ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("invisible" nil (((ih n) 0) ((v ih) 1) ((z ax) 0) ((b ax l) 0))) +("invisibles" nil (((ih n) 1) ((v ih) 1) ((z ax) 0) ((b ax l z) 0))) +("invitation" nil (((ih n) 1) ((v ih) 0) ((t ey) 1) ((sh ax n) 0))) +("invitational" nil (((ih n) 1) ((v ax) 0) ((t ey) 1) ((sh ax) 0) ((n ax l) 0))) +("invitations" nil (((ih n) 1) ((v ih) 0) ((t ey) 1) ((sh ax n z) 0))) +("invite" n (((ih n) 1) ((v ay t) 0))) +("invite" v (((ih n) 0) ((v ay t) 1))) +("invited" nil (((ih n) 0) ((v ay) 1) ((t ax d) 0))) +("invites" n (((ih n) 1) ((v ay t s) 0))) +("invites" v (((ih n) 0) ((v ay t s) 1))) +("inviting" nil (((ih n) 0) ((v ay) 1) ((t ih ng) 0))) +("invitron" nil (((ih n) 1) ((v ih) 0) ((t r aa n) 0))) +("invocation" nil (((ih n) 1) ((v ax) 0) ((k ey) 1) ((sh ax n) 0))) +("invoice" nil (((ih n) 1) ((v oy s) 0))) +("invoices" nil (((ih n) 1) ((v oy) 0) ((s ih z) 0))) +("invoicing" nil (((ih n) 1) ((v oy) 1) ((s ih ng) 0))) +("invoke" nil (((ih n) 0) ((v ow k) 1))) +("invoked" nil (((ih n) 0) ((v ow k t) 1))) +("invokes" nil (((ih n) 0) ((v ow k s) 1))) +("invoking" nil (((ih n) 0) ((v ow) 1) ((k ih ng) 0))) +("involuntarily" nil (((ih n) 1) ((v ow) 0) ((l ah n) 1) ((t er) 0) ((ih) 1) ((l iy) 0))) +("involuntary" nil (((ih n) 0) ((v aa) 1) ((l ax n) 0) ((t eh) 1) ((r iy) 0))) +("involve" nil (((ih n) 0) ((v aa l v) 1))) +("involved" nil (((ih n) 0) ((v aa l v d) 1))) +("involvement" nil (((ih n) 0) ((v aa l v) 1) ((m ax n t) 0))) +("involves" nil (((ih n) 0) ((v aa l v z) 1))) +("involving" nil (((ih n) 0) ((v aa l) 1) ((v ih ng) 0))) +("invulnerability" nil (((ih n) 0) ((v ah l) 1) ((n er) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("invulnerable" nil (((ih n) 0) ((v ah l) 1) ((n er) 0) ((ax) 0) ((b ax l) 0))) +("inward" nil (((ih n) 1) ((w er d) 0))) +("inwardly" nil (((ih n) 1) ((w er d) 0) ((l iy) 0))) +("inwood" nil (((ih n) 1) ((w uh d) 1))) +("iny" nil (((ih) 1) ((n iy) 0))) +("inzer" nil (((ih n) 1) ((z er) 0))) +("io" nil (((ay) 1) ((ow) 0))) +("iodice" nil (((ay) 1) ((ax) 0) ((d ay s) 1))) +("iodide" nil (((ay) 1) ((ax) 0) ((d ay d) 1))) +("iodides" nil (((ay) 1) ((ax) 0) ((d ay d z) 1))) +("iodine" nil (((ay) 1) ((ax) 0) ((d ay n) 1))) +("iola" nil (((ay) 0) ((ow) 1) ((l ax) 0))) +("iolande" nil (((iy) 0) ((ow) 0) ((l aa n) 1) ((d iy) 0))) +("iole" nil (((iy) 0) ((ow) 1) ((l iy) 0))) +("iomega" nil (((ay) 1) ((ow) 0) ((m ey) 1) ((g ax) 0))) +("ion" nil (((ay) 1) ((ax n) 0))) +("iona" nil (((ay) 0) ((ow) 1) ((n ax) 0))) +("ione" nil (((ay) 0) ((ow) 1) ((n iy) 0))) +("ionic" nil (((ay) 0) ((aa) 1) ((n ih k) 0))) +("ionics" nil (((ay) 0) ((aa) 1) ((n ih k s) 0))) +("ionization" nil (((ay) 1) ((ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("ionizers" nil (((ay) 1) ((ax) 0) ((n ay) 1) ((z er z) 0))) +("ionizing" nil (((ay) 1) ((ax) 0) ((n ay) 1) ((z ih ng) 0))) +("ionospheric" nil (((ay) 0) ((aa) 1) ((n ax) 0) ((s f eh) 1) ((r ih k) 0))) +("ions" nil (((ay) 1) ((ax n z) 0))) +("iorio" nil (((iy) 0) ((ao) 1) ((r iy) 0) ((ow) 0))) +("ios" nil (((ay) 1) ((ow) 1) ((eh s) 1))) +("iosif" nil (((ay) 1) ((ax) 0) ((s ih f) 0))) +("iosue" nil (((ay) 0) ((ow) 1) ((s uw) 0))) +("iota" nil (((ay) 0) ((ow) 1) ((t ax) 0))) +("iott" nil (((ay) 1) ((ax t) 0))) +("iou" nil (((ay) 1) ((ow) 1) ((y uw) 1))) +("iovine" nil (((iy) 0) ((ow) 0) ((v iy) 1) ((n iy) 0))) +("iovino" nil (((iy) 0) ((ow) 0) ((v iy) 1) ((n ow) 0))) +("iowa" nil (((ay) 1) ((ax) 0) ((w ax) 0))) +("iowan" nil (((ay) 1) ((ax) 0) ((w ax n) 0))) +("iowans" nil (((ay) 1) ((ax) 0) ((w ax n z) 0))) +("ip" nil (((ih p) 1))) +("ipa" nil (((ay) 1) ((p iy) 1) ((ey) 1))) +("ipad" n (((ay) 1) ((p ae d) 1))) +("ipads" n (((ay) 1) ((p ae d z) 1))) +("ipalco" nil (((iy) 0) ((p ae l) 1) ((k ow) 0))) +("ipco" nil (((ih p) 1) ((k ow) 0))) +("iphone" n (((ay) 1) ((f ow n) 1))) +("iphones" n (((ay) 1) ((f ow n z) 1))) +("ipock" nil (((ih) 1) ((p ax k) 0))) +("ipod" n (((ay) 1) ((p aa d) 0))) +("ipods" n (((ay) 1) ((p aa d z) 0))) +("ippolito" nil (((ih) 1) ((p ow) 0) ((l iy) 1) ((t ow) 0))) +("ipsco" nil (((ih p) 1) ((s k ow) 0))) +("ipsen" nil (((ih p) 1) ((s ax n) 0))) +("iptay" nil (((ih p) 1) ((t ey) 0))) +("iqbal" nil (((ih k) 1) ((b ax l) 0))) +("ira" nil (((ay) 1) ((r ax) 0))) +("iran" nil (((ih) 0) ((r aa n) 1))) +("iranamok" nil (((ay) 1) ((r ax) 0) ((n aa) 1) ((m aa k) 0))) +("irangate" nil (((ih) 0) ((r aa n) 1) ((g ey t) 1))) +("irani" nil (((ih) 0) ((r aa) 1) ((n iy) 0))) +("iranian" nil (((ih) 0) ((r aa) 1) ((n iy) 0) ((ax n) 0))) +("iranians" nil (((ay) 0) ((r ey) 1) ((n iy) 0) ((ax n z) 0))) +("iranscam" nil (((ay) 0) ((r ae n) 1) ((s k ae m) 0))) +("iraq" nil (((ih) 0) ((r aa k) 1))) +("iraqi" nil (((ih) 0) ((r ae) 1) ((k iy) 0))) +("iraqis" nil (((ih) 0) ((r ae) 1) ((k iy z) 0))) +("iras" nil (((ay) 1) ((r ax z) 0))) +("irascible" nil (((ih) 0) ((r ae) 1) ((s ih) 0) ((b ax l) 0))) +("irate" nil (((ay) 0) ((r ey t) 1))) +("irby" nil (((er) 1) ((b iy) 0))) +("ire" nil (((ay r) 1))) +("ireene" nil (((ay) 0) ((r iy n) 1))) +("irelan" nil (((ih) 0) ((r ey) 0) ((l aa n) 1))) +("ireland" nil (((ay) 1) ((er) 0) ((l ax n d) 0))) +("irell" nil (((ay) 0) ((r eh l) 1))) +("irena" nil (((ih) 0) ((r ey) 1) ((n ax) 0))) +("irene" nil (((ay) 0) ((r iy n) 1))) +("ireson" nil (((ih) 1) ((r ih) 0) ((s ax n) 0))) +("ireta" nil (((ih) 0) ((r ey) 1) ((t ax) 0))) +("ireton" nil (((ih) 1) ((r ih) 0) ((t aa n) 0))) +("iretta" nil (((ih) 0) ((r eh) 1) ((t ax) 0))) +("irette" nil (((ih) 0) ((r eh t) 1))) +("irey" nil (((ay) 1) ((r iy) 0))) +("irian" nil (((ay) 1) ((r iy) 0) ((ax n) 0))) +("irianese" nil (((ay) 0) ((r iy) 1) ((ax) 0) ((n iy s) 1))) +("irick" nil (((ih) 1) ((r ih k) 0))) +("iridescent" nil (((ih) 1) ((r ax) 0) ((d eh) 1) ((s ax n t) 0))) +("iridium" nil (((ih) 0) ((r ih) 1) ((d iy) 0) ((ax m) 0))) +("irimajiri" nil (((ay) 0) ((r iy) 1) ((m ax) 0) ((jh ih) 1) ((r iy) 0))) +("irina" nil (((ih) 0) ((r iy) 1) ((n ax) 0))) +("iris" nil (((ay) 1) ((r ax s) 0))) +("irises" nil (((ay) 1) ((r ax) 0) ((s ih z) 0))) +("irish" nil (((ay) 1) ((r ih sh) 0))) +("irishman" nil (((ay) 1) ((r ih) 0) ((sh m ax n) 0))) +("irizarry" nil (((ih) 1) ((r ih) 0) ((z ae) 0) ((r iy) 0))) +("irk" nil (((er k) 1))) +("irked" nil (((er k t) 1))) +("irks" nil (((er k s) 1))) +("irksome" nil (((er k) 1) ((s ax m) 0))) +("irkutsk" nil (((er) 0) ((k uh t s k) 1))) +("irlbeck" nil (((er l) 1) ((b eh k) 0))) +("irma" nil (((er) 1) ((m ax) 0))) +("iron" nil (((ay) 1) ((er n) 0))) +("ironclad" nil (((ay) 1) ((er n) 0) ((k l ae d) 1))) +("ironed" nil (((ay) 1) ((er n d) 0))) +("ironic" nil (((ay) 0) ((r aa) 1) ((n ih k) 0))) +("ironical" nil (((ay) 0) ((r aa) 1) ((n ih) 0) ((k ax l) 0))) +("ironically" nil (((ay) 0) ((r aa) 1) ((n ih) 0) ((k l iy) 0))) +("ironies" nil (((ay) 1) ((r ax) 0) ((n iy z) 0))) +("ironing" nil (((ay) 1) ((er) 0) ((n ih ng) 0))) +("ironize" nil (((ay) 1) ((er) 0) ((n ay z) 1))) +("ironized" nil (((ay) 1) ((er) 0) ((n ay z d) 1))) +("ironizer" nil (((ay) 1) ((er) 0) ((n ay) 1) ((z er) 0))) +("ironizes" nil (((ay) 1) ((er) 0) ((n ay) 1) ((z ih z) 0))) +("ironizing" nil (((ay) 1) ((er) 0) ((n ay) 1) ((z ih ng) 0))) +("irons" nil (((ay) 1) ((er n z) 0))) +("ironside" nil (((ay) 1) ((er n) 0) ((s ay d) 1))) +("ironsides" nil (((ay) 1) ((er n) 0) ((s ay d z) 1))) +("ironton" nil (((ay r n) 1) ((t ax n) 0))) +("ironwood" nil (((ay) 1) ((er n) 0) ((w uh d) 1))) +("irony" nil (((ay) 1) ((r ax) 0) ((n iy) 0))) +("iroquois" nil (((ih) 1) ((r ax) 0) ((k w oy) 1))) +("irradiated" nil (((ih) 0) ((r ey) 1) ((d iy) 0) ((ey) 1) ((t ih d) 0))) +("irradiation" nil (((ih) 0) ((r ey) 1) ((d iy) 0) ((ey) 1) ((sh ax n) 0))) +("irrational" nil (((ih) 0) ((r ae) 1) ((sh ax) 0) ((n ax l) 0))) +("irrationality" nil (((ih) 0) ((r ae) 1) ((sh ax) 0) ((n ae) 1) ((l ax) 0) ((t iy) 0))) +("irrationally" nil (((ih) 0) ((r ae) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("irreconcilable" nil (((ih) 0) ((r eh) 1) ((k ax n) 0) ((s ay) 1) ((l ax) 0) ((b ax l) 0))) +("irredentism" nil (((ih) 1) ((r ax) 0) ((d eh n) 1) ((t ih) 0) ((z ax m) 0))) +("irrefutable" nil (((ih) 0) ((r ax) 0) ((f y uw) 1) ((t ax) 0) ((b ax l) 0))) +("irregular" nil (((ih) 0) ((r eh) 1) ((g y ax) 0) ((l er) 0))) +("irregularities" nil (((ih) 0) ((r eh) 0) ((g y ax) 0) ((l eh) 1) ((r ax) 0) ((t iy z) 0))) +("irregularity" nil (((ih) 0) ((r eh) 1) ((g y ax) 0) ((l eh) 1) ((r ax) 0) ((t iy) 0))) +("irregularly" nil (((ih) 0) ((r eh) 1) ((g y ax) 0) ((l er) 0) ((l iy) 0))) +("irrelevance" nil (((ih) 0) ((r eh) 1) ((l ax) 0) ((v ax n s) 0))) +("irrelevancy" nil (((ih) 0) ((r eh) 1) ((l ax) 0) ((v ax n) 0) ((s iy) 0))) +("irrelevant" nil (((ih) 0) ((r eh) 1) ((l ax) 0) ((v ax n t) 0))) +("irremediable" nil (((ih) 1) ((r ih) 0) ((m iy) 1) ((d iy) 0) ((ax) 0) ((b ax l) 0))) +("irreparable" nil (((ih) 0) ((r eh) 1) ((p er) 0) ((ax) 0) ((b ax l) 0))) +("irreparably" nil (((ih) 0) ((r eh) 1) ((p er) 0) ((ax) 0) ((b l iy) 0))) +("irreplaceable" nil (((ih) 0) ((r ax) 0) ((p l ey) 1) ((s ax) 0) ((b ax l) 0))) +("irrepressible" nil (((ih) 0) ((r ax) 0) ((p r eh) 1) ((s ax) 0) ((b ax l) 0))) +("irresistible" nil (((ih) 1) ((r ih) 0) ((z ih) 1) ((s t ax) 0) ((b ax l) 0))) +("irresistibly" nil (((ih) 1) ((r ih) 0) ((z ih) 1) ((s t ax) 0) ((b l iy) 0))) +("irrespective" nil (((ih) 0) ((r ax) 0) ((s p eh k) 1) ((t ih v) 0))) +("irresponsibility" nil (((ih) 0) ((r ax) 0) ((s p aa n) 1) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("irresponsible" nil (((ih) 0) ((r ax) 0) ((s p aa n) 1) ((s ax) 0) ((b ax l) 0))) +("irresponsibly" nil (((ih) 0) ((r ax) 0) ((s p aa n) 1) ((s ax) 0) ((b l iy) 0))) +("irretrievably" nil (((ih) 0) ((r ax) 0) ((t r iy) 1) ((v ax) 0) ((b l iy) 0))) +("irreverence" nil (((ih) 0) ((r eh) 1) ((v er) 0) ((ax n s) 0))) +("irreverent" nil (((ih) 0) ((r eh) 1) ((v er) 0) ((ax n t) 0))) +("irreversible" nil (((ih) 1) ((r ih) 0) ((v er) 1) ((s ax) 0) ((b ax l) 0))) +("irreversibly" nil (((ih) 1) ((r ih) 0) ((v er) 1) ((s ax) 0) ((b l iy) 0))) +("irrevocable" nil (((ih) 0) ((r eh) 1) ((v ax) 0) ((k ax) 0) ((b ax l) 0))) +("irrevocably" nil (((ih) 0) ((r eh) 1) ((v ax) 0) ((k ax) 0) ((b l iy) 0))) +("irrigate" nil (((ih) 1) ((r ax) 0) ((g ey t) 1))) +("irrigated" nil (((ih) 1) ((r ax) 0) ((g ey) 1) ((t ih d) 0))) +("irrigation" nil (((ih) 1) ((r ax) 0) ((g ey) 1) ((sh ax n) 0))) +("irrigators" nil (((ih) 1) ((r ax) 0) ((g ey) 1) ((t er z) 0))) +("irritable" nil (((ih) 1) ((r ax) 0) ((t ax) 0) ((b ax l) 0))) +("irritant" nil (((ih) 1) ((r ax) 0) ((t ax n t) 0))) +("irritants" nil (((ih) 1) ((r ax) 0) ((t ax n t s) 0))) +("irritate" nil (((ih) 1) ((r ih) 0) ((t ey t) 1))) +("irritated" nil (((ih) 1) ((r ax) 0) ((t ey) 1) ((t ax d) 0))) +("irritates" nil (((ih) 1) ((r ih) 0) ((t ey t s) 1))) +("irritating" nil (((ih) 1) ((r ax) 0) ((t ey) 1) ((t ih ng) 0))) +("irritation" nil (((ih) 1) ((r ih) 0) ((t ey) 1) ((sh ax n) 0))) +("irv" nil (((er v) 1))) +("irvette" nil (((er) 0) ((v eh t) 1))) +("irvin" nil (((er) 1) ((v ih n) 0))) +("irvine" nil (((er) 1) ((v ay n) 0))) +("irving" nil (((er) 1) ((v ih ng) 0))) +("irwin" nil (((er) 1) ((w ax n) 0))) +("irwindale" nil (((er) 1) ((w ih n) 0) ((d ey l) 1))) +("is" nil (((ih z) 1))) +("isa" nil (((iy) 1) ((s ax) 0))) +("isaac" nil (((ay) 1) ((z ax k) 0))) +("isaacks" nil (((ih) 1) ((s aa k s) 0))) +("isaacs" nil (((ay) 1) ((z ih k s) 0))) +("isaacson" nil (((ay) 1) ((z ih k) 0) ((s ax n) 0))) +("isaak" nil (((ih) 0) ((s aa k) 1))) +("isabel" nil (((ih) 1) ((z ax) 0) ((b eh l) 1))) +("isabell" nil (((ih) 0) ((s aa) 0) ((b eh l) 1))) +("isabella" nil (((ih) 1) ((z ax) 0) ((b eh) 1) ((l ax) 0))) +("isabelle" nil (((ih) 1) ((z ax) 0) ((b eh l) 1))) +("isackson" nil (((ih) 1) ((s ax k) 0) ((s ax n) 0))) +("isadore" nil (((ih) 0) ((s aa) 0) ((d ao) 1) ((r ey) 0))) +("isaiah" nil (((ay) 1) ((z ey) 1) ((ax) 0))) +("isaksen" nil (((ih) 1) ((s ax k) 0) ((s ax n) 0))) +("isakson" nil (((ih) 1) ((s ax k) 0) ((s ax n) 0))) +("isaly" nil (((ih) 1) ((s ax) 0) ((l iy) 0))) +("isautier" nil (((ay) 0) ((s ao) 1) ((t y er) 0))) +("isbell" nil (((ih s) 1) ((b eh l) 0))) +("isbill" nil (((ih s) 0) ((b ih l) 1))) +("iscariot" nil (((ih) 0) ((s k eh) 1) ((r iy) 0) ((ax t) 0))) +("isch" nil (((ih sh) 1))) +("ise" nil (((ay z) 1))) +("iselin" nil (((ih) 1) ((s ih) 0) ((l ih n) 0))) +("iseman" nil (((ay) 1) ((s m ax n) 0))) +("iseminger" nil (((ih) 1) ((s iy) 0) ((m ih ng) 0) ((er) 0))) +("isenberg" nil (((ay) 1) ((z ax n) 0) ((b er g) 0))) +("isenhart" nil (((ay) 1) ((z ax n) 0) ((hh aa r t) 1))) +("isenhour" nil (((ih) 1) ((s ih) 0) ((n aw r) 0))) +("isenhower" nil (((ih) 1) ((s ih n) 0) ((hh ow) 0) ((er) 0))) +("isensee" nil (((ay) 1) ((z ax n) 0) ((s iy) 1))) +("iser" nil (((ay) 1) ((z er) 0))) +("isetan" nil (((ih) 1) ((s ih) 0) ((t ax n) 0))) +("isgrigg" nil (((ih s) 0) ((g r ih g) 1))) +("isgro" nil (((iy s) 1) ((g r ow) 0))) +("isgur" nil (((ih s) 1) ((g er) 0))) +("ish" nil (((ih sh) 1))) +("isham" nil (((ih) 1) ((sh ax m) 0))) +("ishaq" nil (((ih) 1) ((sh ae k) 0))) +("ishare" nil (((ay) 1) ((sh eh r) 2))) +("ishares" nil (((ay) 1) ((sh eh r z) 2))) +("ishee" nil (((ih) 1) ((sh iy) 0))) +("isherwood" nil (((ih) 1) ((sh er) 0) ((w uh d) 1))) +("ishi" nil (((ih) 1) ((sh iy) 0))) +("ishibashi" nil (((ih) 0) ((sh iy) 0) ((b aa) 1) ((sh iy) 0))) +("ishida" nil (((ih) 0) ((sh iy) 1) ((d ax) 0))) +("ishihara" nil (((ih) 0) ((sh iy) 0) ((hh aa) 1) ((r ax) 0))) +("ishii" nil (((ih) 0) ((sh iy) 1) ((iy) 0))) +("ishikawa" nil (((ih) 0) ((sh iy) 0) ((k aa) 1) ((w ax) 0))) +("ishikawajima" nil (((iy) 1) ((sh ih) 0) ((k aa) 1) ((w ax) 0) ((jh iy) 1) ((m ax) 0))) +("ishikura" nil (((ih) 1) ((sh ih) 0) ((k uh) 1) ((r ax) 0))) +("ishimura" nil (((iy) 1) ((sh ih) 0) ((m uw) 1) ((r ax) 0))) +("ishler" nil (((ih) 1) ((sh l er) 0))) +("ishmael" nil (((ih) 1) ((sh m iy l) 0))) +("ishman" nil (((ih) 1) ((sh m ax n) 0))) +("ishtar" nil (((ih sh) 1) ((t aa r) 0))) +("isidore" nil (((ih) 1) ((z ih) 0) ((d ao r) 1))) +("isis" nil (((ay) 1) ((s ax s) 0))) +("iskra" nil (((ih) 1) ((s k r ax) 0))) +("islam" nil (((ih) 0) ((s l aa m) 1))) +("islamabad" nil (((ih) 0) ((s l ae) 1) ((m ax) 0) ((b ae d) 0))) +("islami" nil (((ih) 0) ((z l aa) 1) ((m iy) 0))) +("islamic" nil (((ih) 0) ((z l aa) 1) ((m ih k) 0))) +("islamization" nil (((ih) 1) ((z l aa) 0) ((m ax) 0) ((z ey) 1) ((sh ax n) 0))) +("island" nil (((ay) 1) ((l ax n d) 0))) +("islander" nil (((ay) 1) ((l ax n) 0) ((d er) 0))) +("islanders" nil (((ay) 1) ((l ax n) 0) ((d er z) 0))) +("islandia" nil (((ay) 1) ((l ae n) 1) ((d iy) 0) ((ax) 0))) +("islands" nil (((ay) 1) ((l ax n d z) 0))) +("islas" nil (((ay) 1) ((l ax z) 0))) +("isle" nil (((ay l) 1))) +("isleen" nil (((ay) 1) ((l iy n) 0))) +("isler" nil (((ay) 1) ((l er) 0))) +("isles" nil (((ay l z) 1))) +("islets" nil (((ay) 1) ((l ax t s) 0))) +("isley" nil (((ay) 1) ((l iy) 0))) +("islip" nil (((ay) 1) ((s l ih p) 0))) +("ism" nil (((ih) 1) ((z ax m) 0))) +("ismail" nil (((ih) 1) ((s m ey l) 0))) +("isms" nil (((ih) 1) ((z ax m z) 0))) +("isner" nil (((ih) 1) ((s n er) 0))) +("isocyanate" nil (((ay) 1) ((s ax) 0) ((s ay) 1) ((ax) 0) ((n ey t) 1))) +("isoda" nil (((iy) 1) ((s ow) 1) ((d ax) 0))) +("isoelectronic" nil (((ay) 1) ((s ow) 0) ((ih) 0) ((l eh k) 0) ((t r aa) 1) ((n ih k) 0))) +("isoetec" nil (((ay) 1) ((s ow) 0) ((t eh k) 1))) +("isola" nil (((ay) 0) ((s aa) 1) ((l ax) 0))) +("isolate" nil (((ay) 1) ((s ax) 0) ((l ey t) 1))) +("isolated" nil (((ay) 1) ((s ax) 0) ((l ey) 1) ((t ax d) 0))) +("isolates" nil (((ay) 1) ((s ax) 0) ((l ey t s) 1))) +("isolating" nil (((ay) 1) ((s ax) 0) ((l ey) 1) ((t ih ng) 0))) +("isolation" nil (((ay) 1) ((s ax) 0) ((l ey) 1) ((sh ax n) 0))) +("isolationism" nil (((ay) 1) ((s ax) 0) ((l ey) 1) ((sh ax) 0) ((n ih) 1) ((z ax m) 0))) +("isolationist" nil (((ay) 1) ((s ax) 0) ((l ey) 1) ((sh ax) 0) ((n ax s t) 0))) +("isolationists" nil (((ay) 1) ((s ax) 0) ((l ey) 1) ((sh ax) 0) ((n ih s t s) 0))) +("isolde" nil (((ih) 0) ((s ow l) 1) ((d ax) 0))) +("isom" nil (((ay) 1) ((s ax m) 0))) +("isomedix" nil (((ay) 1) ((s ow) 0) ((m eh) 1) ((d ih k s) 0))) +("isomer" nil (((ay) 1) ((s ax) 0) ((m er) 0))) +("isomers" nil (((ay) 1) ((s ax) 0) ((m er z) 0))) +("isomorphism" nil (((ay) 1) ((s ax) 0) ((m ao r) 1) ((f ih) 0) ((z ax m) 0))) +("ison" nil (((ih) 1) ((s ax n) 0))) +("isoprinosine" nil (((ih) 1) ((s ax) 0) ((p r ih) 1) ((n ax) 0) ((s iy n) 1))) +("isosceles" nil (((ih) 0) ((s ao) 1) ((s eh) 1) ((l eh z) 0))) +("isothermal" nil (((ay) 1) ((s ax) 0) ((th er) 1) ((m ax l) 0))) +("isotoner" nil (((ih) 1) ((z ow) 0) ((t ah) 1) ((n er) 0))) +("isotonic" nil (((ay) 1) ((s ax) 0) ((t aa) 1) ((n ih k) 0))) +("isotope" nil (((ay) 1) ((s ax) 0) ((t ow p) 1))) +("isotopes" nil (((ay) 1) ((s ax) 0) ((t ow p s) 1))) +("isotopic" nil (((ay) 1) ((s ax) 0) ((t aa) 1) ((p ih k) 0))) +("isoxicam" nil (((ih) 0) ((s aa k) 1) ((s ih) 0) ((k ax m) 0))) +("Isozaki" n (((iy) 1) ((s ax) 0) ((z aa) 1) ((k iy) 0))) +("ispra" nil (((ih) 1) ((s p r ax) 0))) +("israel" nil (((ih z) 1) ((r iy) 0) ((ax l) 0))) +("israeli" nil (((ih z) 0) ((r ey) 1) ((l iy) 0))) +("israelis" nil (((ih z) 0) ((r ey) 1) ((l iy z) 0))) +("israeloff" nil (((ih) 0) ((s r ey) 1) ((l ao f) 0))) +("israelson" nil (((ih) 1) ((s r eh l) 0) ((s ax n) 0))) +("isreal" nil (((ih z) 1) ((r ax l) 0))) +("issa" nil (((ih) 1) ((s ax) 0))) +("issac" nil (((ih) 1) ((s ax k) 0))) +("issam" nil (((ih) 1) ((s ax m) 0))) +("issar" nil (((iy) 1) ((s aa r) 1))) +("issie" nil (((ih) 1) ((s iy) 0))) +("issing" nil (((ih) 1) ((s ih ng) 0))) +("issuable" nil (((ih) 1) ((sh uw) 0) ((ax) 0) ((b ax l) 0))) +("issuance" nil (((ih) 1) ((sh uw) 0) ((ax n s) 0))) +("issuances" nil (((ih) 1) ((sh uw) 0) ((ax n) 0) ((s ih z) 0))) +("issue" nil (((ih) 1) ((sh uw) 0))) +("issued" nil (((ih) 1) ((sh uw d) 0))) +("issueless" nil (((ih) 1) ((sh uw) 0) ((l ax s) 0))) +("issuer" nil (((ih) 1) ((sh uw) 0) ((er) 0))) +("issuers" nil (((ih) 1) ((sh uw) 0) ((er z) 0))) +("issues" nil (((ih) 1) ((sh uw z) 0))) +("issuing" nil (((ih) 1) ((sh uw) 0) ((ih ng) 0))) +("issy" nil (((ih) 1) ((s iy) 0))) +("istana" nil (((ih s) 0) ((t aa) 1) ((n ax) 0))) +("istanbul" nil (((ih) 1) ((s t aa n) 0) ((b uw l) 1))) +("istat" nil (((ih) 1) ((s t ae t) 0))) +("istel" nil (((ih) 1) ((s t eh l) 0))) +("isthmus" nil (((ih) 1) ((s m ax s) 0))) +("istituto" nil (((ih) 1) ((s t ih) 0) ((t uw) 1) ((t ow) 0))) +("istook" nil (((ih) 1) ((s t uh k) 1))) +("istre" nil (((ih) 1) ((s t er) 0))) +("isuzu" nil (((ih) 0) ((s uw) 1) ((z uw) 0))) +("it" nil (((ih t) 1))) +("ita" nil (((ay) 1) ((t ax) 0))) +("italia" nil (((iy) 0) ((t ae) 1) ((l iy) 0) ((ax) 0))) +("italian" nil (((ih) 0) ((t ae) 1) ((l y ax n) 0))) +("italiana" nil (((ih) 0) ((t ae) 1) ((l iy) 0) ((ae) 1) ((n ax) 0))) +("italianate" nil (((ih) 0) ((t ae) 1) ((l y ax) 0) ((n ey t) 1))) +("italiano" nil (((ih) 0) ((t aa) 0) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("italians" nil (((ih) 0) ((t ae) 1) ((l y ax n z) 0))) +("italic" nil (((ay) 0) ((t ae) 1) ((l ih k) 0))) +("italics" nil (((ay) 0) ((t ae) 1) ((l ih k s) 0))) +("italtel" nil (((ih) 0) ((t ae l) 1) ((t eh l) 1))) +("italy" nil (((ih) 1) ((t ax) 0) ((l iy) 0))) +("itamar" nil (((iy) 1) ((t ax) 0) ((m aa r) 1))) +("itami" nil (((ih) 0) ((t aa) 1) ((m iy) 0))) +("itar" nil (((iy) 1) ((t aa r) 1))) +("itasca" nil (((ay) 0) ((t ae) 1) ((s k ax) 0))) +("itch" nil (((ih ch) 1))) +("itches" nil (((ih) 1) ((ch ax z) 0))) +("itching" nil (((ih) 1) ((ch ih ng) 0))) +("itchy" nil (((ih) 1) ((ch iy) 0))) +("ite" nil (((ay) 1) ((t iy) 1) ((iy) 1))) +("itek" nil (((ay) 1) ((t eh k) 1))) +("itel" nil (((ay) 1) ((t eh l) 1))) +("item" nil (((ay) 1) ((t ax m) 0))) +("itemize" nil (((ay) 1) ((t ax) 0) ((m ay z) 1))) +("itemized" nil (((ay) 1) ((t ax) 0) ((m ay z d) 1))) +("itemizers" nil (((ay) 1) ((t ax) 0) ((m ay) 1) ((z er z) 0))) +("itemizing" nil (((ay) 1) ((t ax) 0) ((m ay) 1) ((z ih ng) 0))) +("items" nil (((ay) 1) ((t ax m z) 0))) +("iten" nil (((ay) 1) ((t ax n) 0))) +("iterative" nil (((ih) 1) ((t er) 0) ((ey) 1) ((t ih v) 0))) +("ithaca" nil (((ih) 1) ((th ax) 0) ((k ax) 0))) +("itinerant" nil (((ay) 0) ((t ih) 1) ((n er) 0) ((ax n t) 0))) +("itineraries" nil (((ay) 0) ((t ih) 1) ((n er) 0) ((eh) 1) ((r iy z) 0))) +("itinerary" nil (((ay) 0) ((t ih) 1) ((n er) 0) ((eh) 1) ((r iy) 0))) +("itkin" nil (((ih t) 0) ((k ih n) 1))) +("itll" n (((ih) 1) ((t ax l) 0))) +("ito" nil (((iy) 1) ((t ow) 0))) +("itochu" nil (((iy) 1) ((t ow) 1) ((ch uw) 1))) +("itoh" nil (((iy) 1) ((t ow) 0))) +("its" nil (((ih t s) 1))) +("itself" nil (((ih t) 0) ((s eh l f) 1))) +("ittner" nil (((ih t) 1) ((n er) 0))) +("itzhak" nil (((ih t) 1) ((s aa k) 0))) +("itzkowitz" nil (((ih t) 1) ((s k ax) 0) ((w ih t s) 0))) +("iuliano" nil (((iy) 0) ((uw) 0) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("iva" nil (((iy) 1) ((v ax) 0))) +("ivaco" nil (((ay) 1) ((v ax) 0) ((k ow) 1))) +("ivan" nil (((ay) 1) ((v ax n) 0))) +("ivana" nil (((ih) 0) ((v aa) 1) ((n ax) 0))) +("ivancic" nil (((ih) 0) ((v ae ng) 1) ((k ih k) 0))) +("ivane" nil (((ih) 1) ((v ax n) 0))) +("ivanhoe" nil (((ay) 1) ((v ax n) 0) ((hh ow) 1))) +("ivanna" nil (((ih) 0) ((v aa) 1) ((n ax) 0))) +("ivanoff" nil (((ih) 1) ((v ax) 0) ((n ao f) 0))) +("ivanov" nil (((ih) 1) ((v ax) 0) ((n aa v) 0))) +("ivar" nil (((ih) 1) ((v er) 0))) +("ivatans" nil (((ay) 1) ((v ax) 0) ((t ax n z) 0))) +("ivax" nil (((ay) 1) ((v ae k s) 0))) +("iven" nil (((ay) 1) ((v ax n) 0))) +("ivens" nil (((ay) 1) ((v ax n z) 0))) +("iver" nil (((ay) 1) ((v er) 0))) +("ivern" nil (((ay) 1) ((v er n) 0))) +("ivers" nil (((ay) 1) ((v er z) 0))) +("iversen" nil (((ih) 0) ((v er) 1) ((s ax n) 0))) +("iverson" nil (((ay) 1) ((v er) 0) ((s ax n) 0))) +("ivery" nil (((ay) 1) ((v er) 0) ((iy) 0))) +("ives" nil (((ay v z) 1))) +("ivester" nil (((ay) 1) ((v eh) 1) ((s t er) 0))) +("ivey" nil (((ay) 1) ((v iy) 0))) +("ivie" nil (((ay) 1) ((v iy) 0))) +("ivins" nil (((ih) 1) ((v ih n z) 0))) +("ivor" nil (((ay) 1) ((v er) 0))) +("ivorians" nil (((ay) 0) ((v ao) 1) ((r iy) 0) ((ax n z) 0))) +("ivory" nil (((ay) 1) ((v er) 0) ((iy) 0))) +("ivy" nil (((ay) 1) ((v iy) 0))) +("iwai" nil (((ay) 0) ((w ay) 1))) +("iwaki" nil (((ay) 0) ((w aa) 1) ((k iy) 0))) +("iwamoto" nil (((ih) 0) ((w aa) 0) ((m ow) 1) ((t ow) 0))) +("iwan" nil (((iy) 1) ((w aa n) 0))) +("iwanicki" nil (((ih) 0) ((v ax) 0) ((n ih t) 1) ((s k iy) 0))) +("iwanski" nil (((ih) 0) ((v ae n) 1) ((s k iy) 0))) +("iwasaki" nil (((iy) 1) ((w aa) 0) ((s aa) 1) ((k iy) 0))) +("iwata" nil (((ih) 0) ((w aa) 1) ((t ax) 0))) +("iwate" nil (((ay) 0) ((w ey t) 1))) +("iwen" nil (((ih) 1) ((w ax n) 0))) +("iwerks" nil (((ay) 1) ((w er k s) 1))) +("iwinski" nil (((ih) 0) ((v ih n) 1) ((s k iy) 0))) +("iwo" nil (((ay) 1) ((w ow) 0))) +("ixion" nil (((ih k) 0) ((s ay) 1) ((ax n) 0))) +("iyer" nil (((ay) 1) ((er) 0))) +("izaguirre" nil (((ih) 0) ((z ax) 0) ((g w ih) 1) ((r ey) 0))) +("izansky" nil (((ih) 0) ((z ae n) 1) ((s k iy) 0))) +("izard" nil (((ih) 1) ((z er d) 0))) +("izatt" nil (((iy) 1) ((z aa t) 0))) +("izetbegovic" nil (((ih) 1) ((z eh t) 0) ((b eh) 1) ((g ow) 0) ((v ih ch) 1))) +("izod" nil (((ay) 1) ((z aa d) 0))) +("izquierdo" nil (((ih z) 0) ((k w ih r) 1) ((d ow) 0))) +("izumi" nil (((ih) 0) ((z uw) 1) ((m iy) 0))) +("izvestia" nil (((ih z) 0) ((v eh) 1) ((s t iy) 0) ((ax) 0))) +("izzard" nil (((ih) 1) ((z er d) 0))) +("izzi" nil (((ih) 1) ((z iy) 0))) +("izzo" nil (((ih) 1) ((z ow) 0))) +("izzy" nil (((ih) 1) ((z iy) 0))) +("j" nil (((jh ey) 1))) +("ja" nil (((y aa) 1))) +("jab" nil (((jh ae b) 1))) +("jabbar" nil (((jh ax) 0) ((b aa r) 1))) +("jabbed" nil (((jh ae b d) 1))) +("jabbing" nil (((jh ae) 1) ((b ih ng) 0))) +("jabbour" nil (((zh ax) 0) ((b uh r) 1))) +("jaber" nil (((jh ey) 1) ((b er) 0))) +("jablon" nil (((jh ae) 1) ((b l ax n) 0))) +("jablonowski" nil (((y ax) 0) ((b l ax) 0) ((n ao f) 1) ((s k iy) 0))) +("jablonski" nil (((y ax) 0) ((b l aa n) 1) ((s k iy) 0))) +("jablonsky" nil (((y ax) 0) ((b l aa n) 1) ((s k iy) 0))) +("jabs" nil (((jh ae b z) 1))) +("jac" nil (((jh ae k) 1))) +("jacek" nil (((jh aa) 1) ((ch eh k) 1))) +("jachim" nil (((jh ae) 1) ((k ih m) 0))) +("jacinda" nil (((jh ax) 0) ((s ih n) 1) ((d ax) 0))) +("jacinta" nil (((jh ax) 0) ((s ih n) 1) ((t ax) 0))) +("jacinth" nil (((jh ae) 1) ((s ih n th) 0))) +("jacintha" nil (((jh ax) 0) ((s ih n) 1) ((th ax) 0))) +("jacinthe" nil (((jh ae) 1) ((s ih n th) 0))) +("jacinto" nil (((jh ax) 0) ((s ih n) 1) ((t ow) 0))) +("jack" nil (((jh ae k) 1))) +("jacka" nil (((jh ae) 1) ((k ax) 0))) +("jackal" nil (((jh ae) 1) ((k ax l) 0))) +("jackass" nil (((jh ae) 1) ((k ae s) 1))) +("jacked" nil (((jh ae k t) 1))) +("jackel" nil (((jh ae) 1) ((k ax l) 0))) +("jackelyn" nil (((jh ae) 1) ((k ih) 0) ((l ih n) 0))) +("jacket" nil (((jh ae) 1) ((k ax t) 0))) +("jacketed" nil (((jh ae) 1) ((k ax) 0) ((t ih d) 0))) +("jackets" nil (((jh ae) 1) ((k ih t s) 0))) +("jackett" nil (((jh ae) 1) ((k ih t) 0))) +("jackhammer" nil (((jh ae k) 1) ((hh ae) 1) ((m er) 0))) +("jackhammers" nil (((jh ae k) 1) ((hh ae) 1) ((m er z) 0))) +("jacki" nil (((jh ae) 1) ((k iy) 0))) +("jackie" nil (((jh ae) 1) ((k iy) 0))) +("jacking" nil (((jh ae) 1) ((k ih ng) 0))) +("jackley" nil (((jh ae) 1) ((k l iy) 0))) +("jacklin" nil (((jh ae) 1) ((k l ih n) 0))) +("jackman" nil (((jh ae k) 1) ((m ax n) 0))) +("jacko" nil (((jh ae) 1) ((k ow) 0))) +("jackovich" nil (((jh ae) 1) ((k ax) 0) ((v ih ch) 0))) +("jackowski" nil (((y ax) 0) ((s k ao f) 1) ((s k iy) 0))) +("jackpot" nil (((jh ae k) 1) ((p aa t) 1))) +("jackpots" nil (((jh ae k) 1) ((p aa t s) 1))) +("jackrabbit" nil (((jh ae) 1) ((k r ae) 1) ((b ax t) 0))) +("jacks" nil (((jh ae k s) 1))) +("jackson" nil (((jh ae k) 1) ((s ax n) 0))) +("jacksonian" nil (((jh ae k) 0) ((s ow) 1) ((n iy) 0) ((ax n) 0))) +("jacksons" nil (((jh ae k) 1) ((s ax n z) 0))) +("jacksonville" nil (((jh ae k) 1) ((s ax n) 0) ((v ih l) 1))) +("jacky" nil (((jh ae) 1) ((k iy) 0))) +("jaclyn" nil (((jh ae) 1) ((k l ih n) 0))) +("jaco" nil (((y aa) 1) ((k ow) 0))) +("jacob" nil (((jh ey) 1) ((k ax b) 0))) +("jacoba" nil (((y aa) 0) ((k ow) 1) ((b ax) 0))) +("jacobe" nil (((jh ae) 1) ((k ax b) 0))) +("jacobean" nil (((jh ae) 1) ((k ax) 0) ((b iy) 1) ((ax n) 0))) +("jacober" nil (((jh ey) 1) ((k ax) 0) ((b er) 0))) +("jacobi" nil (((y aa) 0) ((k ow) 1) ((b iy) 0))) +("jacobin" nil (((jh ae) 1) ((k ax) 0) ((b ax n) 0))) +("jacobina" nil (((y ax) 0) ((k ax) 0) ((b ay) 1) ((n ax) 0))) +("jacobine" nil (((jh ae) 1) ((k ax) 0) ((b ay n) 1))) +("jacobite" nil (((jh ae) 1) ((k ax) 0) ((b ay t) 1))) +("jacobites" nil (((jh ae) 1) ((k ax) 0) ((b ay t s) 1))) +("jacobo" nil (((y aa) 0) ((k ow) 1) ((b ow) 0))) +("jacoboski" nil (((jh ae) 1) ((k ow) 0) ((b ao) 1) ((s k iy) 0))) +("jacobowitz" nil (((y ax) 0) ((k aa) 1) ((b ax) 0) ((w ih t s) 0))) +("jacobs" nil (((jh ey) 1) ((k ax b z) 0))) +("jacobsen" nil (((jh ey) 1) ((k ax b) 0) ((s ax n) 0))) +("jacobson" nil (((jh ey) 1) ((k ax b) 0) ((s ax n) 0))) +("jacobus" nil (((jh ax) 0) ((k ow) 1) ((b ax s) 0))) +("jacoby" nil (((jh ax) 0) ((k ow) 1) ((b iy) 0))) +("jacome" nil (((jh ax) 0) ((k ow m) 1))) +("jacor" nil (((jh ey) 1) ((k ao r) 1))) +("jacot" nil (((jh ae) 1) ((k ax t) 0))) +("jacox" nil (((jh ae) 1) ((k aa k s) 0))) +("jacque" nil (((zh ey k) 1))) +("jacqueline" nil (((jh ae) 1) ((k w ax) 0) ((l ih n) 0))) +("jacquelyn" nil (((jh ae) 1) ((k w ih) 0) ((l ih n) 0))) +("jacques" nil (((zh aa k) 1))) +("jacquet" nil (((y aa) 1) ((k ey t) 0))) +("jacquetta" nil (((jh aa) 0) ((k eh) 1) ((t ax) 0))) +("jacquez" nil (((y aa) 0) ((k w eh z) 1))) +("jacquie" nil (((jh ae) 1) ((k w iy) 0))) +("jacquin" nil (((jh ae) 1) ((k w ih n) 0))) +("jacquot" nil (((zh ax) 0) ((k w ow) 1))) +("jacuzzi" nil (((jh ax) 0) ((k y uw) 1) ((z iy) 0))) +("jade" nil (((jh ey d) 1))) +("jaded" nil (((jh ey) 1) ((d ax d) 0))) +("jadeite" nil (((jh ey) 1) ((d ay t) 1))) +("jades" nil (((jh ey d z) 1))) +("jadwin" nil (((jh ae) 1) ((d w ih n) 0))) +("jae" nil (((jh ey) 1))) +("jaeckel" nil (((y eh) 1) ((k ax l) 0))) +("jaeger" nil (((y eh) 1) ((g er) 0))) +("jaegers" nil (((y eh) 1) ((g er z) 0))) +("jaekel" nil (((y eh) 1) ((k ax l) 0))) +("jaenicke" nil (((y eh) 1) ((n ih k) 0))) +("jafco" nil (((jh ae f) 1) ((k ow) 0))) +("jaffa" nil (((jh ae) 1) ((f ax) 0))) +("jaffar" nil (((jh ax) 0) ((f aa r) 1))) +("jaffe" nil (((jh ae) 1) ((f iy) 0))) +("jaffee" nil (((jh ae) 1) ((f iy) 0))) +("jaffna" nil (((jh ae f) 1) ((n ax) 0))) +("jaffray" nil (((jh ae) 1) ((f r ey) 0))) +("jaffrey" nil (((jh ae) 1) ((f r iy) 0))) +("jager" nil (((jh ey) 1) ((g er) 0))) +("jagged" nil (((jh ae g d) 1))) +("jagger" nil (((jh ae) 1) ((g er) 0))) +("jaggers" nil (((jh ae) 1) ((g er z) 0))) +("jagiello" nil (((jh aa) 0) ((jh eh) 1) ((l ow) 0))) +("jagielski" nil (((y ax) 0) ((g iy l) 1) ((s k iy) 0))) +("jaglom" nil (((jh ae) 1) ((g l ax m) 0))) +("jago" nil (((y aa) 1) ((g ow) 0))) +("jagoda" nil (((jh aa) 0) ((g ow) 1) ((d ax) 0))) +("jagodzinski" nil (((y ax) 0) ((g ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("jagow" nil (((y aa) 1) ((g ow) 0))) +("jags" nil (((jh ae g z) 1))) +("jagt" nil (((jh ae t) 1))) +("jaguar" nil (((jh ae) 1) ((g w aa r) 1))) +("jaguars" nil (((jh ae) 1) ((g w aa r z) 1))) +("jahn" nil (((jh ae n) 1))) +("jahner" nil (((jh aa) 1) ((n er) 0))) +("jahnke" nil (((jh ae ng k) 1))) +("jahns" nil (((jh aa n z) 1))) +("jahr" nil (((jh aa r) 1))) +("jai" nil (((jh ay) 1))) +("jail" nil (((jh ey l) 1))) +("jailed" nil (((jh ey l d) 1))) +("jailhouse" nil (((jh ey l) 1) ((hh aw s) 1))) +("jailing" nil (((jh ey) 1) ((l ih ng) 0))) +("jails" nil (((jh ey l z) 1))) +("jaime" nil (((hh ay) 1) ((m iy) 0))) +("jaimes" nil (((hh ay) 1) ((m iy z) 0))) +("jain" nil (((jh ay n) 1))) +("jainism" nil (((jh ey) 1) ((n ih) 0) ((z ax m) 0))) +("jakab" nil (((jh ae) 1) ((k ax b) 0))) +("jakarta" nil (((jh ax) 0) ((k aa r) 1) ((t ax) 0))) +("jake" nil (((jh ey k) 1))) +("jakel" nil (((jh ae) 1) ((k ax l) 0))) +("jakes" nil (((jh ey k s) 1))) +("jakeway" nil (((jh ey) 1) ((k w ey) 1))) +("jakie" nil (((jh ae) 1) ((k iy) 0))) +("jakob" nil (((jh ae) 1) ((k ax b) 0))) +("jakobsen" nil (((jh ae) 1) ((k ax b) 0) ((s ax n) 0))) +("jakubek" nil (((y ax) 0) ((k uw) 1) ((b eh k) 0))) +("jakubiak" nil (((y ax) 0) ((k ah) 1) ((b iy) 0) ((ae k) 0))) +("jakubik" nil (((y ax) 0) ((k uw) 1) ((b ih k) 0))) +("jakubowicz" nil (((y ax) 0) ((k ah) 1) ((b ax) 0) ((v ih ch) 0))) +("jakubowski" nil (((y ax) 0) ((k ax) 0) ((b ao f) 1) ((s k iy) 0))) +("jalalabad" nil (((jh ax) 0) ((l ae) 1) ((l ax) 0) ((b ae d) 0))) +("jalan" nil (((jh aa) 1) ((l aa n) 0))) +("jalbert" nil (((jh ae l) 1) ((b er t) 0))) +("jalopy" nil (((jh ax) 0) ((l aa) 1) ((p iy) 0))) +("jam" nil (((jh ae m) 1))) +("jama" nil (((jh ae) 1) ((m ax) 0))) +("jamaica" nil (((jh ax) 0) ((m ey) 1) ((k ax) 0))) +("jamaican" nil (((jh ax) 0) ((m ey) 1) ((k ax n) 0))) +("jamaicans" nil (((jh ax) 0) ((m ey) 1) ((k ax n z) 0))) +("jamail" nil (((jh ax) 0) ((m ey l) 1))) +("jamal" nil (((jh ax) 0) ((m aa l) 1))) +("jamar" nil (((y aa) 0) ((m aa r) 1))) +("jamb" nil (((jh ae m) 1))) +("jambor" nil (((y aa m) 0) ((b ao r) 1))) +("jamerson" nil (((jh ae) 1) ((m er) 0) ((s ax n) 0))) +("james" nil (((jh ey m z) 1))) +("jameson" nil (((jh ey m) 1) ((s ax n) 0))) +("jamestown" nil (((jh ey m z) 1) ((t aw n) 1))) +("jamesway" nil (((jh ey m) 1) ((z w ey) 1))) +("jamie" nil (((jh ey) 1) ((m iy) 0))) +("jamieson" nil (((jh ey) 1) ((m ih) 0) ((s ax n) 0))) +("Jamil" n (((jh ax) 0) ((m iy l) 1))) +("jamison" nil (((jh ey) 1) ((m ih) 0) ((s ax n) 0))) +("jammed" nil (((jh ae m d) 1))) +("jammers" nil (((jh ae) 1) ((m er z) 0))) +("jamming" nil (((jh ae) 1) ((m ih ng) 0))) +("jammu" nil (((jh ax) 0) ((m uw) 1))) +("jamrog" nil (((jh ae) 1) ((m r ax g) 0))) +("jamroz" nil (((y aa) 1) ((m r ow z) 0))) +("jams" nil (((jh ae m z) 1))) +("jamshedpur" nil (((jh ae m) 1) ((sh eh d) 1) ((p er) 0))) +("jan" nil (((jh ae n) 1))) +("jana" nil (((jh ae) 1) ((n ax) 0))) +("janacek" nil (((y ae) 1) ((n ax) 0) ((ch eh k) 0))) +("janachowski" nil (((jh ae) 1) ((n ax) 0) ((ch aw) 1) ((s k iy) 0))) +("janak" nil (((y ae) 1) ((n ax k) 0))) +("janardhan" nil (((jh ax) 0) ((n aa r) 1) ((d ax n) 0))) +("janas" nil (((jh ae) 1) ((n ax z) 0))) +("Janata" n (((jh ax) 0) ((n ae) 1) ((t ax) 0))) +("janca" nil (((jh ae ng) 1) ((k ax) 0))) +("janco" nil (((jh ae ng) 1) ((k ow) 0))) +("janczak" nil (((y ae n) 1) ((ch ae k) 0))) +("janda" nil (((jh ae n) 1) ((d ax) 0))) +("jandreau" nil (((zh ax n) 0) ((d r ow) 1))) +("jandt" nil (((jh ae n t) 1))) +("jane" nil (((jh ey n) 1))) +("janecek" nil (((y ae) 1) ((n ih) 0) ((ch eh k) 0))) +("janeczko" nil (((y ax) 0) ((n eh ch) 1) ((k ow) 0))) +("janeiro" nil (((jh ax) 0) ((n eh) 1) ((r ow) 1))) +("janek" nil (((y ae) 1) ((n eh k) 0))) +("janel" nil (((jh ae) 1) ((n ax l) 0))) +("janella" nil (((jh ax) 0) ((n eh) 1) ((l ax) 0))) +("janelle" nil (((zh ax) 0) ((n eh l) 1))) +("janes" nil (((jh ey n z) 1))) +("janesville" nil (((jh ey n z) 1) ((v ih l) 1))) +("janet" nil (((jh ae) 1) ((n ax t) 0))) +("janette" nil (((jh ax) 0) ((n eh t) 1))) +("janeway" nil (((jh ey n) 1) ((w ey) 1))) +("janey" nil (((jh ey) 1) ((n iy) 0))) +("jang" nil (((jh ae ng) 1))) +("jangled" nil (((jh ae ng) 1) ((g ax l d) 0))) +("jani" nil (((y aa) 1) ((n iy) 0))) +("janiak" nil (((y ae) 1) ((n iy) 0) ((ae k) 0))) +("janice" nil (((jh ae) 1) ((n ax s) 0))) +("janicek" nil (((y ae) 1) ((n ih) 0) ((ch eh k) 0))) +("janick" nil (((jh ae) 1) ((n ih k) 0))) +("janicke" nil (((jh ae) 1) ((n ih k) 0))) +("janicki" nil (((jh ax) 0) ((n ih) 1) ((k iy) 0))) +("janie" nil (((jh ey) 1) ((n iy) 0))) +("janiga" nil (((jh ae) 1) ((n ih) 0) ((g ax) 0))) +("janik" nil (((y ae) 1) ((n ih k) 0))) +("janikowski" nil (((y ax) 0) ((n ih) 0) ((k ao f) 1) ((s k iy) 0))) +("janina" nil (((jh ax) 0) ((n iy) 1) ((n ax) 0))) +("janine" nil (((jh ax) 0) ((n iy n) 1))) +("janis" nil (((jh ae) 1) ((n ih s) 0))) +("janisch" nil (((jh ae) 1) ((n ih sh) 0))) +("janish" nil (((y ae) 1) ((n ih sh) 0))) +("janiszewski" nil (((y ax) 0) ((n ih) 0) ((sh eh f) 1) ((s k iy) 0))) +("janitor" nil (((jh ae) 1) ((n ax) 0) ((t er) 0))) +("janitorial" nil (((jh ae) 1) ((n ih) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("janitors" nil (((jh ae) 1) ((n ax) 0) ((t er z) 0))) +("jank" nil (((jh ae ng k) 1))) +("janka" nil (((jh ae ng) 1) ((k ax) 0))) +("janke" nil (((jh ae ng k) 1))) +("jankiewicz" nil (((y ae n) 1) ((k ax) 0) ((v ih ch) 0))) +("janklow" nil (((jh ae ng) 1) ((k l ow) 0))) +("janko" nil (((jh ae ng) 1) ((k ow) 0))) +("jankovic" nil (((jh ae ng) 1) ((k ax) 0) ((v ih k) 0))) +("jankovich" nil (((jh ae ng) 1) ((k ax) 0) ((v ih ch) 0))) +("jankowiak" nil (((y ax ng) 0) ((k aw) 1) ((iy) 0) ((ae k) 0))) +("jankowski" nil (((y ax ng) 0) ((k ao f) 1) ((s k iy) 0))) +("jann" nil (((jh ae n) 1))) +("janna" nil (((jh ae) 1) ((n ax) 0))) +("janney" nil (((jh ae) 1) ((n iy) 0))) +("janning" nil (((jh ae) 1) ((n ih ng) 0))) +("jannock" nil (((jh ae) 1) ((n ax k) 0))) +("jannotta" nil (((jh ax) 0) ((n aa) 1) ((t ax) 0))) +("janoff" nil (((jh ae) 1) ((n ao f) 0))) +("janofsky" nil (((jh ax) 0) ((n ao f) 1) ((s k iy) 0))) +("janos" nil (((jh ae) 1) ((n ow s) 0))) +("janosik" nil (((y ax) 0) ((n ow) 1) ((s ih k) 0))) +("janoski" nil (((y ax) 0) ((n aw) 1) ((s k iy) 0))) +("janosko" nil (((y ax) 0) ((n ow) 1) ((s k ow) 0))) +("janosky" nil (((y ax) 0) ((n ow) 1) ((s k iy) 0))) +("janota" nil (((y ax) 0) ((n ow) 1) ((t ax) 0))) +("janousek" nil (((y ax) 0) ((n uw) 1) ((s eh k) 0))) +("janovsky" nil (((jh ax) 0) ((n aa v) 1) ((s k iy) 0))) +("janow" nil (((y ae) 1) ((n ow) 0))) +("janowiak" nil (((y ax) 0) ((n aw) 1) ((iy) 0) ((ae k) 0))) +("janowicz" nil (((y ae) 1) ((n ax) 0) ((v ih ch) 0))) +("janowitz" nil (((y ae) 1) ((n ax) 0) ((w ih t s) 0))) +("janowski" nil (((y ax) 0) ((n ao f) 1) ((s k iy) 0))) +("jans" nil (((jh ae n z) 1))) +("jansa" nil (((jh ae n) 1) ((s ax) 0))) +("jansen" nil (((jh ae n) 1) ((s ax n) 0))) +("jansenism" nil (((jh ae n) 1) ((s ih) 0) ((n ih) 1) ((z ax m) 0))) +("jansenist" nil (((jh ae n) 1) ((s ax) 0) ((n ax s t) 0))) +("jansenists" nil (((jh ae n) 1) ((s ax) 0) ((n ax s t s) 0))) +("jansky" nil (((y ae n) 1) ((s k iy) 0))) +("jansma" nil (((y ae n) 1) ((s m ax) 0))) +("janson" nil (((jh ae n) 1) ((s ax n) 0))) +("janssen" nil (((jh ae n) 1) ((s ax n) 0))) +("janssens" nil (((jh ae n) 1) ((s ax n z) 0))) +("jansson" nil (((jh ae n) 1) ((s ax n) 0))) +("janthina" nil (((y aa n) 0) ((th iy) 1) ((n ax) 0))) +("jantz" nil (((jh ae n t s) 1))) +("jantzen" nil (((jh ae n t) 1) ((z ax n) 0))) +("january" nil (((jh ae) 1) ((n y uw) 0) ((eh) 1) ((r iy) 0))) +("janus" nil (((jh ey) 1) ((n ax s) 0))) +("janusz" nil (((y aa) 1) ((n uh sh) 0))) +("januszewski" nil (((y ax) 0) ((n ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("janvrin" nil (((jh ae n) 1) ((v r ih n) 0))) +("janz" nil (((jh ae n z) 1))) +("janzen" nil (((jh ae n) 1) ((z ax n) 0))) +("jap" nil (((jh ae p) 1))) +("japan" nil (((jh ax) 0) ((p ae n) 1))) +("japanese" nil (((jh ae) 1) ((p ax) 0) ((n iy z) 1))) +("japans" nil (((jh ax) 0) ((p ae n z) 1))) +("japonica" nil (((jh ax) 0) ((p aa) 1) ((n ax) 0) ((k ax) 0))) +("japs" nil (((jh ae p s) 1))) +("jaqua" nil (((y ae) 1) ((k w ax) 0))) +("jaquay" nil (((zh ax) 0) ((k ey) 1))) +("jaques" nil (((jh ae k s) 1))) +("jaquess" nil (((y aa) 1) ((k w ih s) 0))) +("jaquez" nil (((y aa) 0) ((k w eh z) 1))) +("jaquish" nil (((jh ae) 1) ((k w ih sh) 0))) +("jaquith" nil (((jh ae) 1) ((k w ih th) 0))) +("jar" nil (((jh aa r) 1))) +("jara" nil (((jh aa) 1) ((r ax) 0))) +("jaramillo" nil (((jh ae) 1) ((r ax) 0) ((m ih) 1) ((l ow) 0))) +("jarboe" nil (((jh aa r) 1) ((b ow) 1))) +("jarchow" nil (((jh aa r) 1) ((ch aw) 1))) +("jardin" nil (((jh aa r) 1) ((d ih n) 0))) +("jardine" nil (((jh aa r) 1) ((d ay n) 1))) +("jarecki" nil (((y er) 0) ((eh t) 1) ((s k iy) 0))) +("jared" nil (((jh eh) 1) ((r ih d) 0))) +("jarema" nil (((y er) 0) ((iy) 1) ((m ax) 0))) +("jares" nil (((zh eh r z) 1))) +("jargon" nil (((jh aa r) 1) ((g ax n) 0))) +("jarislowsky" nil (((jh eh) 1) ((r ih) 0) ((s l aw) 1) ((s k iy) 0))) +("jarman" nil (((jh aa r) 1) ((m ax n) 0))) +("jarmon" nil (((y aa r) 0) ((m ao n) 1))) +("jarnagin" nil (((jh aa r) 1) ((n ax) 0) ((jh ih n) 0))) +("jarnigan" nil (((jh aa r) 1) ((n ih) 0) ((g ae n) 0))) +("jaros" nil (((y aa) 1) ((r ow z) 0))) +("jarosz" nil (((y aa) 1) ((r ax sh) 0))) +("jaroszewski" nil (((y er) 0) ((ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("jaroszynski" nil (((jh eh) 1) ((r ax) 0) ((z ih n) 1) ((s k iy) 0))) +("jarrard" nil (((zh er) 0) ((aa r d) 1))) +("jarratt" nil (((jh ae) 1) ((r ax t) 0))) +("jarreau" nil (((zh er) 0) ((ow) 1))) +("jarred" nil (((jh aa r d) 1))) +("jarrell" nil (((y aa) 0) ((r ey l) 1))) +("jarrells" nil (((jh ae) 1) ((r ax l z) 0))) +("jarrett" nil (((jh eh) 1) ((r ax t) 0))) +("jarriel" nil (((zh er) 0) ((iy l) 1))) +("jarring" nil (((jh aa) 1) ((r ih ng) 0))) +("jarryd" nil (((jh ae) 1) ((r ih d) 0))) +("jars" nil (((jh aa r z) 1))) +("jaruzelski" nil (((jh eh) 1) ((r ax) 0) ((z eh l) 1) ((s k iy) 0))) +("jarvi" nil (((jh aa r) 1) ((v iy) 0))) +("jarvia" nil (((jh aa r) 1) ((v iy) 0) ((ax) 0))) +("jarvie" nil (((jh aa r) 1) ((v iy) 0))) +("jarvik" nil (((jh aa r) 1) ((v ih k) 0))) +("jarvinen" nil (((jh aa r) 1) ((v ih) 0) ((n ax n) 0))) +("jarvis" nil (((jh aa r) 1) ((v ax s) 0))) +("jarzombek" nil (((y er) 0) ((z aa m) 1) ((b eh k) 0))) +("jas" nil (((jh ey m z) 1))) +("jasek" nil (((y aa) 1) ((s eh k) 0))) +("jasinowski" nil (((jh ae) 1) ((s ih) 0) ((n aw) 1) ((s k iy) 0))) +("jasinski" nil (((y ax) 0) ((s ih n) 1) ((s k iy) 0))) +("jaskiewicz" nil (((y aa) 1) ((s k ax) 0) ((v ih ch) 0))) +("jasko" nil (((y aa) 1) ((s k ow) 0))) +("jaskolski" nil (((y ax) 0) ((s k ow l) 1) ((s k iy) 0))) +("jaskot" nil (((y aa) 1) ((s k ax t) 0))) +("jaskowiak" nil (((y ax) 0) ((s k aw) 1) ((iy) 0) ((ae k) 0))) +("jaskulski" nil (((y ax) 0) ((s k ah l) 1) ((s k iy) 0))) +("jasmer" nil (((jh ae) 1) ((s ax) 0) ((m er) 0))) +("jasmin" nil (((jh ae z) 1) ((m ih n) 0))) +("jasmina" nil (((y ax) 0) ((s m ay) 1) ((n ax) 0))) +("jasmine" nil (((jh ae z) 1) ((m ax n) 0))) +("jaso" nil (((y aa) 1) ((s ow) 0))) +("jason" nil (((jh ey) 1) ((s ax n) 0))) +("jaspal" nil (((jh ae) 1) ((s p aa l) 0))) +("jasper" nil (((jh ae) 1) ((s p er) 0))) +("jaspers" nil (((jh ae) 1) ((s p er z) 0))) +("jasperson" nil (((jh ae) 1) ((s p er) 0) ((s ax n) 0))) +("jass" nil (((jh ae s) 1))) +("jasso" nil (((jh ae) 1) ((s ow) 0))) +("jaster" nil (((jh ae) 1) ((s t er) 0))) +("jauch" nil (((jh ao ch) 1))) +("jaudon" nil (((y aw) 0) ((d ao n) 1))) +("jaundice" nil (((jh ao n) 1) ((d ax s) 0))) +("jaundiced" nil (((jh ao n) 1) ((d ih s t) 0))) +("jaunt" nil (((jh ao n t) 1))) +("jauntily" nil (((jh ao n) 1) ((t ax) 0) ((l iy) 0))) +("jaunts" nil (((jh ao n t s) 1))) +("jaunty" nil (((jh ao n) 1) ((t iy) 0))) +("jauregui" nil (((y aw) 0) ((r ey) 1) ((g w iy) 0))) +("jaurequi" nil (((y aw) 0) ((r ey) 1) ((k w iy) 0))) +("java" nil (((jh aa) 1) ((v ax) 0))) +("javanese" nil (((jh aa) 1) ((v ax) 0) ((n iy z) 1))) +("javelin" nil (((jh ae) 1) ((v ax) 0) ((l ax n) 0))) +("javett" nil (((jh ae) 1) ((v ax t) 0))) +("javier" nil (((hh aa) 1) ((v iy) 0) ((eh r) 1))) +("javits" nil (((jh ae) 1) ((v ih t s) 0))) +("javorsky" nil (((y ax) 0) ((v ao r) 1) ((s k iy) 0))) +("jaw" nil (((jh ao) 1))) +("jawad" nil (((jh ax) 0) ((w aa d) 1))) +("jawbone" nil (((jh ao) 1) ((b ow n) 1))) +("jawboning" nil (((jh ao) 1) ((b ow) 1) ((n ih ng) 0))) +("jawed" nil (((jh ao d) 1))) +("jaworowski" nil (((y ax) 0) ((w er) 0) ((ao f) 1) ((s k iy) 0))) +("jaworski" nil (((jh ax) 0) ((w ao r) 1) ((s k iy) 0))) +("jaws" nil (((jh ao z) 1))) +("jay" nil (((jh ey) 1))) +("jaya" nil (((jh ay) 1) ((ax) 0))) +("jayashankar" nil (((jh ay) 1) ((ax) 0) ((sh aa ng) 1) ((k aa r) 0))) +("jaycees" nil (((jh ey) 1) ((s iy z) 1))) +("jaycox" nil (((jh ey) 1) ((k aa k s) 1))) +("jaye" nil (((jh ey) 1))) +("jayewardene" nil (((jh ey) 1) ((w ao r) 0) ((d iy n) 1))) +("jayme" nil (((jh ey) 1) ((m iy) 0))) +("jaymes" nil (((jh ey) 1) ((m iy z) 0))) +("jayne" nil (((jh ey n) 1))) +("jaynes" nil (((jh ey n z) 1))) +("jayroe" nil (((jh ey) 1) ((r ow) 1))) +("jays" nil (((jh ey z) 1))) +("jayson" nil (((jh ey) 1) ((z ax n) 0))) +("jaywalking" nil (((jh ey) 1) ((w ao) 1) ((k ih ng) 0))) +("jazmin" nil (((jh ae z) 1) ((m ih n) 0))) +("jazz" nil (((jh ae z) 1))) +("jazzed" nil (((jh ae z d) 1))) +("jazzman" nil (((jh ae z) 1) ((m ae n) 1))) +("jazzmen" nil (((jh ae z) 1) ((m ax n) 0))) +("jazzy" nil (((jh ae) 1) ((z iy) 0))) +("jcube" nil (((jh ey) 1) ((k y uw b) 1))) +("je" nil (((jh iy) 1))) +("jealous" nil (((jh eh) 1) ((l ax s) 0))) +("jealousies" nil (((jh eh) 1) ((l ax) 0) ((s iy z) 0))) +("jealously" nil (((jh eh) 1) ((l ax) 0) ((s l iy) 0))) +("jealousy" nil (((jh eh) 1) ((l ax) 0) ((s iy) 0))) +("jean" nil (((jh iy n) 1))) +("jeana" nil (((jh iy) 1) ((n ax) 0))) +("jeanbaptiste" nil (((zh eh n) 1) ((b ax p) 0) ((t ih s t) 0))) +("jeancourt" nil (((jh iy n) 1) ((k ao r t) 1))) +("jeane" nil (((jh iy n) 1))) +("jeanes" nil (((jh iy n z) 1))) +("jeanette" nil (((jh ax) 0) ((n eh t) 1))) +("jeaney" nil (((jh iy) 1) ((n iy) 0))) +("jeanie" nil (((jh iy) 1) ((n iy) 0))) +("jeanlouis" nil (((zh aa n) 1) ((l uw) 0) ((iy z) 1))) +("jeanmichele" nil (((zh aa n) 1) ((m ax) 0) ((sh eh l) 1))) +("jeanne" nil (((jh iy n) 1))) +("jeannette" nil (((jh ax) 0) ((n eh t) 1))) +("jeannie" nil (((jh iy) 1) ((n iy) 0))) +("jeanniot" nil (((jh iy) 1) ((n iy) 0) ((ax t) 0))) +("jeanpierre" nil (((zh ao n) 0) ((p iy) 0) ((eh r) 1))) +("jeans" nil (((jh iy n z) 1))) +("jeansonne" nil (((jh eh n) 1) ((s ax n) 0))) +("jeb" nil (((jh eh b) 1))) +("jech" nil (((jh eh k) 1))) +("jed" nil (((jh eh d) 1))) +("jedlicka" nil (((y ih d) 0) ((l ih) 1) ((s k ax) 0))) +("jee" nil (((jh iy) 1))) +("jeep" nil (((jh iy p) 1))) +("jeepney" nil (((jh iy p) 1) ((n iy) 0))) +("jeeps" nil (((jh iy p s) 1))) +("jeered" nil (((jh ih r d) 1))) +("jeering" nil (((jh iy) 1) ((r ih ng) 0))) +("jeers" nil (((jh iy r z) 1))) +("jefcoat" nil (((jh eh f) 1) ((k ow t) 1))) +("jeff" nil (((jh eh f) 1))) +("jeffcoat" nil (((jh eh f) 1) ((k ow t) 0))) +("jeffer" nil (((jh eh) 1) ((f er) 0))) +("jefferey" nil (((jh eh) 1) ((f er) 0) ((iy) 0))) +("jefferies" nil (((jh eh) 1) ((f r iy z) 0))) +("jefferis" nil (((jh eh) 1) ((f er) 0) ((ih s) 0))) +("jeffers" nil (((jh eh) 1) ((f er z) 0))) +("jefferson" nil (((jh eh) 1) ((f er) 0) ((s ax n) 0))) +("jeffersonian" nil (((jh eh) 1) ((f er) 0) ((s ow) 1) ((n iy) 0) ((ax n) 0))) +("jeffery" nil (((jh eh) 1) ((f er) 0) ((iy) 0))) +("jefferys" nil (((jh eh) 1) ((f er) 0) ((iy z) 0))) +("jeffords" nil (((jh eh) 1) ((f er d z) 0))) +("jeffress" nil (((jh eh) 1) ((f r ih s) 0))) +("jeffrey" nil (((jh eh) 1) ((f r iy) 0))) +("jeffreys" nil (((jh eh) 1) ((f r iy z) 0))) +("jeffries" nil (((jh eh) 1) ((f r iy z) 0))) +("jeffry" nil (((jh eh) 1) ((f r iy) 0))) +("jeffs" nil (((jh eh f s) 1))) +("jeffus" nil (((jh eh) 1) ((f ax s) 0))) +("jeffy" nil (((jh eh) 1) ((f iy) 0))) +("jehle" nil (((jh eh) 1) ((hh ax l) 0))) +("jehovah" nil (((jh ax) 0) ((hh ow) 1) ((v ax) 0))) +("jekel" nil (((jh eh) 1) ((k ax l) 0))) +("jekyll" nil (((jh eh) 1) ((k ax l) 0))) +("jelapang" nil (((jh eh) 1) ((l ax) 0) ((p aa ng) 2))) +("jelen" nil (((jh eh) 1) ((l ax n) 0))) +("jelinek" nil (((jh eh) 1) ((l ax) 0) ((n ih k) 0))) +("jelinski" nil (((y ih) 0) ((l ih n) 1) ((s k iy) 0))) +("jelks" nil (((jh eh l k s) 1))) +("jell" nil (((jh eh l) 1))) +("jelley" nil (((jh eh) 1) ((l iy) 0))) +("jellied" nil (((jh eh) 1) ((l iy d) 0))) +("jellies" nil (((jh eh) 1) ((l iy z) 0))) +("jellison" nil (((jh eh) 1) ((l ih) 0) ((s ax n) 0))) +("jello" nil (((jh eh) 1) ((l ow) 0))) +("jelly" nil (((jh eh) 1) ((l iy) 0))) +("jellyfish" nil (((jh eh) 1) ((l iy) 0) ((f ih sh) 1))) +("jem" nil (((jh eh m) 1))) +("jemie" nil (((jh eh) 1) ((m iy) 0))) +("jemima" nil (((jh eh) 0) ((m iy) 1) ((m ax) 0))) +("jemison" nil (((jh eh) 1) ((m ih) 0) ((s ax n) 0))) +("jemmie" nil (((jh eh) 1) ((m iy) 0))) +("jemmott" nil (((jh eh) 1) ((m ax t) 0))) +("jen" nil (((jh eh n) 1))) +("jena" nil (((jh iy) 1) ((n ax) 0))) +("jencks" nil (((jh eh ng k s) 1))) +("jendro" nil (((jh eh n) 1) ((d r ow) 0))) +("jenison" nil (((jh eh) 1) ((n ih) 0) ((s ax n) 0))) +("jenkens" nil (((jh eh ng) 1) ((k ax n z) 0))) +("jenkin" nil (((jh eh ng) 1) ((k ih n) 0))) +("jenkins" nil (((jh eh ng) 1) ((k ax n z) 0))) +("jenkinson" nil (((jh eh ng) 1) ((k ih n) 0) ((s ax n) 0))) +("jenks" nil (((jh eh ng k s) 1))) +("jenn" nil (((jh eh n) 1))) +("jenne" nil (((jh eh n) 1))) +("jenner" nil (((jh eh) 1) ((n er) 0))) +("jenness" nil (((jh eh) 1) ((n ih s) 0))) +("jennett" nil (((jh eh) 1) ((n ih t) 0))) +("jennette" nil (((zh ih) 0) ((n eh t) 1))) +("jennewein" nil (((jh eh) 1) ((n uw) 0) ((ay n) 1))) +("jenney" nil (((jh eh) 1) ((n iy) 0))) +("jenni" nil (((jh eh) 1) ((n iy) 0))) +("jennie" nil (((jh eh) 1) ((n iy) 0))) +("jennifer" nil (((jh eh) 1) ((n ax) 0) ((f er) 0))) +("jenning" nil (((jh eh) 1) ((n ih ng) 0))) +("jenninger" nil (((jh eh) 1) ((n ih ng) 0) ((er) 0))) +("jennings" nil (((jh eh) 1) ((n ih ng z) 0))) +("jennison" nil (((jh eh) 1) ((n ih) 0) ((s ax n) 0))) +("jenny" nil (((jh eh) 1) ((n iy) 0))) +("jenrette" nil (((jh eh n) 1) ((r eh t) 1))) +("jens" nil (((jh eh n z) 1))) +("jensen" nil (((jh eh n) 1) ((s ax n) 0))) +("jenson" nil (((jh eh n) 1) ((s ax n) 0))) +("jenssen" nil (((jh eh n) 1) ((s ax n) 0))) +("jent" nil (((jh eh n t) 1))) +("jentsch" nil (((jh eh n ch) 1))) +("jentz" nil (((jh eh n t s) 1))) +("jeong" nil (((jh eh ng) 1))) +("jeopardize" nil (((jh eh) 1) ((p er) 0) ((d ay z) 1))) +("jeopardized" nil (((jh eh) 1) ((p er) 0) ((d ay z d) 1))) +("jeopardizes" nil (((jh eh) 1) ((p er) 0) ((d ay) 1) ((z ih z) 0))) +("jeopardizing" nil (((jh eh) 1) ((p er) 0) ((d ay) 1) ((z ih ng) 0))) +("jeopardy" nil (((jh eh) 1) ((p er) 0) ((d iy) 0))) +("jeppesen" nil (((jh eh) 1) ((p iy) 0) ((z ax n) 0))) +("jeppson" nil (((jh eh p) 1) ((s ax n) 0))) +("jepsen" nil (((jh eh p) 1) ((s ax n) 0))) +("jepson" nil (((jh eh p) 1) ((s ax n) 0))) +("jerabek" nil (((jh eh) 1) ((r ax) 0) ((b ih k) 0))) +("jerald" nil (((jh eh) 1) ((r ax l d) 0))) +("jerboas" nil (((jh er) 0) ((b ow) 1) ((ax z) 0))) +("jerde" nil (((jh er d) 1))) +("jerden" nil (((jh er) 1) ((d ax n) 0))) +("jere" nil (((jh eh) 1) ((r iy) 0))) +("jereb" nil (((jh eh) 1) ((r ih b) 0))) +("jereissati" nil (((jh eh) 0) ((r ey) 1) ((s aa) 1) ((t iy) 0))) +("jerel" nil (((jh eh) 1) ((r ax l) 0))) +("jereld" nil (((jh eh) 1) ((r ih l d) 0))) +("jeremia" nil (((y eh) 0) ((r iy) 1) ((m iy) 0) ((ax) 0))) +("jeremiads" n (((jh eh) 1) ((r ax) 0) ((m ay) 1) ((ax d z) 0))) +("jeremiah" nil (((jh eh) 1) ((r ax) 0) ((m ay) 1) ((ax) 0))) +("jeremy" nil (((jh eh) 1) ((r ax) 0) ((m iy) 0))) +("jerez" nil (((y eh) 0) ((r eh z) 1))) +("jergens" nil (((jh er) 1) ((g ax n z) 0))) +("jergenson" nil (((jh er) 1) ((g ih n) 0) ((s ax n) 0))) +("jerger" nil (((jh er) 1) ((g er) 0))) +("jeri" nil (((jh eh) 1) ((r iy) 0))) +("jericho" nil (((jh eh) 1) ((r ih) 0) ((k ow) 1))) +("jerk" nil (((jh er k) 1))) +("jerked" nil (((jh er k t) 1))) +("jerking" nil (((jh er) 1) ((k ih ng) 0))) +("jerkins" nil (((jh er) 1) ((k ih n z) 0))) +("jerks" nil (((jh er k s) 1))) +("jerky" nil (((jh er) 1) ((k iy) 0))) +("jerman" nil (((jh er) 1) ((m ax n) 0))) +("jermyn" nil (((jh er) 1) ((m ih n) 0))) +("jernberg" nil (((jh er n) 1) ((b er g) 0))) +("jernigan" nil (((jh er) 1) ((n ih) 0) ((g ae n) 0))) +("jeroboam" nil (((jh eh) 1) ((r ax) 0) ((b ow) 1) ((ax m) 0))) +("jerold" nil (((jh eh) 1) ((r ow l d) 0))) +("jerome" nil (((jh er) 0) ((ow m) 1))) +("jerr" nil (((jh er) 1))) +("jerrell" nil (((y eh) 0) ((r ey l) 1))) +("jerri" nil (((jh eh) 1) ((r iy) 0))) +("jerrico" nil (((jh eh) 1) ((r ih) 0) ((k ow) 1))) +("jerrie" nil (((jh eh) 1) ((r iy) 0))) +("jerritts" nil (((jh eh) 1) ((r ih t s) 0))) +("jerrold" nil (((jh eh) 1) ((r ax l d) 0))) +("jerrome" nil (((y eh) 0) ((r ow) 1) ((m ey) 0))) +("jerry" nil (((jh eh) 1) ((r iy) 0))) +("jersey" nil (((jh er) 1) ((z iy) 0))) +("jerseys" nil (((jh er) 1) ((z iy z) 0))) +("jersusalem" nil (((jh er) 0) ((uw) 1) ((s ax) 0) ((l ax m) 0))) +("jerusalem" nil (((jh er) 0) ((uw) 1) ((s ax) 0) ((l ax m) 0))) +("jerusha" nil (((jh eh) 1) ((r ax) 0) ((sh ax) 0))) +("jervis" nil (((jh er) 1) ((v ih s) 0))) +("jerzak" nil (((y er) 1) ((z ax k) 0))) +("jerzy" nil (((jh er) 1) ((z iy) 0))) +("jeschke" nil (((jh eh sh k) 1))) +("jeske" nil (((jh eh s k) 1))) +("jesmer" nil (((jh eh) 1) ((s ax) 0) ((m er) 0))) +("jesper" nil (((jh eh) 1) ((s p er) 0))) +("jespersen" nil (((jh eh) 1) ((s p er) 0) ((s ax n) 0))) +("jesperson" nil (((jh eh) 1) ((s p er) 0) ((s ax n) 0))) +("jess" nil (((jh eh s) 1))) +("jessalynn" nil (((jh eh) 1) ((s ax) 0) ((l ih n) 0))) +("jessamine" nil (((jh eh) 1) ((s ax) 0) ((m ih n) 0))) +("jessamyn" nil (((jh eh) 1) ((s ax) 0) ((m ih n) 0))) +("jesse" nil (((jh eh) 1) ((s iy) 0))) +("jessee" nil (((jh eh) 1) ((s iy) 1))) +("jesselson" nil (((jh eh) 1) ((s ax l) 0) ((s ax n) 0))) +("jessen" nil (((jh eh) 1) ((s ax n) 0))) +("jesser" nil (((jh eh) 1) ((s er) 0))) +("jessica" nil (((jh eh) 1) ((s ih) 0) ((k ax) 0))) +("jessie" nil (((jh eh) 1) ((s iy) 0))) +("jesson" nil (((jh eh) 1) ((s ax n) 0))) +("jessop" nil (((jh eh) 1) ((s ax p) 0))) +("jessup" nil (((jh eh) 1) ((s ah p) 1))) +("jessye" nil (((jh eh) 1) ((s iy) 0))) +("jest" nil (((jh eh s t) 1))) +("jester" nil (((jh eh) 1) ((s t er) 0))) +("jests" nil (((jh eh s t s) 1))) +("jesudason" nil (((jh eh) 1) ((s uw) 1) ((d ax) 0) ((s ax n) 0))) +("jesuit" nil (((jh eh) 1) ((zh uw) 0) ((ih t) 0))) +("jesuits" nil (((jh eh) 1) ((zh uw) 0) ((ih t s) 0))) +("jesup" nil (((jh eh) 1) ((s ax p) 0))) +("jesus" nil (((jh iy) 1) ((z ax s) 0))) +("jet" nil (((jh eh t) 1))) +("jetborne" nil (((jh eh t) 1) ((b ao r n) 1))) +("jeter" nil (((jh iy) 1) ((t er) 0))) +("jethro" nil (((jh eh) 1) ((th r ow) 0))) +("jetliner" nil (((jh eh t) 1) ((l ay) 1) ((n er) 0))) +("jetliners" nil (((jh eh t) 1) ((l ay) 1) ((n er z) 0))) +("jetro" nil (((jh eh) 1) ((t r ow) 0))) +("jets" nil (((jh eh t s) 1))) +("jetstream" nil (((jh eh t) 1) ((s t r iy m) 1))) +("jetstreams" nil (((jh eh t) 1) ((s t r iy m z) 1))) +("jett" nil (((jh eh t) 1))) +("jetta" nil (((jh eh) 1) ((t ax) 0))) +("jette" nil (((jh eh t) 1))) +("jetted" nil (((jh eh) 1) ((t ih d) 0))) +("jetter" nil (((jh eh) 1) ((t er) 0))) +("jetting" nil (((jh eh) 1) ((t ih ng) 0))) +("jettison" nil (((jh eh) 1) ((t ih) 0) ((s ax n) 0))) +("jettisoned" nil (((jh eh) 1) ((t ih) 0) ((s ax n d) 0))) +("jettisoning" nil (((jh eh) 1) ((t ax) 0) ((s ax) 0) ((n ih ng) 0))) +("jetton" nil (((jh eh) 1) ((t ax n) 0))) +("jetty" nil (((jh eh) 1) ((t iy) 0))) +("jeumont" nil (((jh uw) 1) ((m aa n t) 1))) +("jew" nil (((jh uw) 1))) +("jewel" nil (((jh uw) 1) ((ax l) 0))) +("jewelcor" nil (((jh uw) 1) ((ax l) 0) ((k ao r) 0))) +("jeweler" nil (((jh uw) 1) ((ax) 0) ((l er) 0))) +("jewelers" nil (((jh uw) 1) ((ax) 0) ((l er z) 0))) +("jewell" nil (((jh uw) 1) ((ih l) 0))) +("jewellers" nil (((jh uw) 1) ((ax) 0) ((l er z) 0))) +("jewelmasters" nil (((jh uw) 1) ((ax l) 0) ((m ae) 1) ((s t er z) 0))) +("jewelry" nil (((jh uw) 1) ((ax l) 0) ((r iy) 0))) +("jewels" nil (((jh uw) 1) ((ax l z) 0))) +("jewess" nil (((jh uw) 1) ((ax s) 0))) +("jewett" nil (((jh uw) 1) ((ih t) 0))) +("jewfishes" nil (((jh uw) 1) ((f ih) 1) ((sh ih z) 0))) +("jewish" nil (((jh uw) 1) ((ih sh) 0))) +("jewkes" nil (((jh uw k s) 1))) +("jewry" nil (((jh uw) 1) ((r iy) 0))) +("jews" nil (((jh uw z) 1))) +("jex" nil (((jh eh k s) 1))) +("jeyaretnam" nil (((jh ey) 1) ((er) 0) ((eh t) 1) ((n ax m) 0))) +("jezek" nil (((y eh) 1) ((z eh k) 0))) +("jezewski" nil (((y ih) 0) ((z eh f) 1) ((s k iy) 0))) +("jezierski" nil (((y ih) 0) ((z ih r) 1) ((s k iy) 0))) +("jeziorski" nil (((y ih) 0) ((z iy) 0) ((ao r) 1) ((s k iy) 0))) +("jfet" nil (((jh) 0) ((f eh t) 1))) +("jha" nil (((jh aa) 1))) +("jhirmack" nil (((jh er) 1) ((m ae k) 0))) +("ji" nil (((jh iy) 1))) +("jia" nil (((jh y aa) 1))) +("jiabao" nil (((jh y aa) 1) ((b aw) 1))) +("jiahao" nil (((jh y aa) 1) ((hh aw) 1))) +("jiahua" nil (((jh y aa) 1) ((hh w aa) 1))) +("jiamin" nil (((jh y aa) 1) ((m iy n) 1))) +("jiaming" nil (((jh y aa) 1) ((m iy ng) 1))) +("jiamusi" nil (((jh y aa) 1) ((m uw) 1) ((s uh) 1))) +("jian" nil (((jh y ae n) 1))) +("jianbo" nil (((jh y ae n) 1) ((b w ao) 1))) +("jiang" nil (((jh y aa ng) 1))) +("jiangsu" nil (((jh y aa ng) 1) ((s uw) 1))) +("jiangxi" nil (((jh y aa ng) 1) ((sh iy) 1))) +("jiangyou" nil (((jh y aa ng) 1) ((y ow) 1))) +("jianjun" nil (((jh y ae n) 1) ((jh uw n) 1))) +("jiao" nil (((jh y aw) 1))) +("jiaohua" nil (((jh y aw) 1) ((hh w aa) 1))) +("jiaolong" nil (((jh y aw) 1) ((l ow ng) 1))) +("jiaozi" nil (((jh y aw) 1) ((d z uh) 1))) +("jiaozuo" nil (((jh y aw) 1) ((d z w ao) 1))) +("jiar" nil (((jh iy) 0) ((aa r) 1))) +("jiawen" nil (((jh y aa) 1) ((w eh n) 1))) +("jiaxian" nil (((jh y aa) 1) ((sh y ae n) 1))) +("jiaxing" nil (((jh y aa) 1) ((sh iy ng) 1))) +("jiayi" nil (((jh y aa) 1) ((y iy) 1))) +("jiayuguan" nil (((jh y aa) 1) ((y uw) 1) ((g w aa n) 1))) +("jibe" nil (((jh ay b) 1))) +("jibes" nil (((jh ay b z) 1))) +("jicha" nil (((jh ih) 1) ((ch ax) 0))) +("jie" nil (((jh y eh) 1))) +("jiefang" nil (((jh y eh) 1) ((f aa ng) 1))) +("jiesang" nil (((jh y eh) 1) ((s aa ng) 1))) +("jieyang" nil (((jh y eh) 1) ((y aa ng) 1))) +("jiezhen" nil (((jh y eh) 1) ((jh eh n) 1))) +("jif" nil (((jh ih f) 1))) +("jiffy" nil (((jh ih) 1) ((f iy) 0))) +("jig" nil (((jh ih g) 1))) +("jiggetts" nil (((jh ih) 1) ((g ih t s) 0))) +("jiggling" nil (((jh ih) 1) ((g ax) 0) ((l ih ng) 0))) +("jigs" nil (((jh ih g z) 1))) +("jigsaw" nil (((jh ih g) 1) ((s ao) 1))) +("jiguang" nil (((jh iy) 1) ((g w aa ng) 1))) +("jihad" nil (((jh iy) 1) ((hh ae d) 0))) +("jike" nil (((jh iy) 1) ((k ah) 0))) +("jilek" nil (((jh ih) 1) ((l ih k) 0))) +("jiles" nil (((jh ay l z) 1))) +("jilin" nil (((jh iy) 1) ((l iy n) 1))) +("jill" nil (((jh ih l) 1))) +("jillion" nil (((jh ih) 1) ((l y ax n) 0))) +("jillions" nil (((jh ih) 1) ((l y ax n z) 0))) +("jillson" nil (((jh ih l) 1) ((s ax n) 0))) +("jilted" nil (((jh ih l) 1) ((t ih d) 0))) +("jim" nil (((jh ih m) 1))) +("jima" nil (((jh iy) 1) ((m ax) 0))) +("jimenez" nil (((hh ih) 1) ((m eh) 1) ((n eh z) 1))) +("jimerson" nil (((jh ih) 1) ((m er) 0) ((s ax n) 0))) +("jimi" nil (((jh ih) 1) ((m iy) 0))) +("jiminez" nil (((hh ih) 0) ((m eh) 1) ((n eh z) 1))) +("jimison" nil (((jh ih) 1) ((m ih) 0) ((s ax n) 0))) +("jimmerson" nil (((jh ih) 1) ((m er) 0) ((s ax n) 0))) +("jimmie" nil (((jh ih) 1) ((m iy) 0))) +("jimmied" nil (((jh ih) 1) ((m iy d) 0))) +("jimmy" nil (((jh ih) 1) ((m iy) 0))) +("jin" nil (((jh ih n) 1))) +("jinan" nil (((jh iy) 1) ((n aa n) 1))) +("jinchang" nil (((jh iy n) 1) ((ch aa ng) 1))) +("jincheng" nil (((jh iy n) 1) ((ch ah ng) 0))) +("jindo" nil (((jh ih n) 1) ((d ow) 0))) +("jindra" nil (((jh ih n) 1) ((d r ax) 0))) +("jines" nil (((jh ay n z) 1))) +("jing" nil (((jh iy ng) 1))) +("jingdezhen" nil (((jh iy ng) 1) ((d ah) 0) ((jh eh n) 1))) +("jinggangshan" nil (((jh iy ng) 1) ((g aa ng) 1) ((sh aa n) 1))) +("jingjing" nil (((jh iy ng) 1) ((jh iy ng) 1))) +("jingle" nil (((jh ih ng) 1) ((g ax l) 0))) +("jingles" nil (((jh ih ng) 1) ((g ax l z) 0))) +("jingmen" nil (((jh iy ng) 1) ((m eh n) 1))) +("jingoism" nil (((jh ih ng) 1) ((g ow) 1) ((ih) 0) ((z ax m) 0))) +("jingoistic" nil (((jh ih ng) 0) ((g ow) 0) ((ih) 1) ((s t ih k) 0))) +("jingshan" nil (((jh iy ng) 1) ((sh aa n) 1))) +("jingsheng" nil (((jh ih ng) 1) ((sh eh ng) 0))) +("jinghua" nil (((jh iy ng) 1) ((hh w aa) 1))) +("jingzhou" nil (((jh iy ng) 1) ((jh ow) 1))) +("jining" nil (((jh iy) 1) ((n iy ng) 1))) +("jinjin" nil (((jh iy n) 1) ((jh iy n) 1))) +("jinjue" nil (((jh iy n) 1) ((jh y eh) 1))) +("jinkins" nil (((jh ih ng) 1) ((k ih n z) 0))) +("jinks" nil (((jh ih ng k s) 1))) +("jinright" nil (((jh ih n) 1) ((r ay t) 1))) +("jinshan" nil (((jh iy n) 1) ((sh aa n) 1))) +("jinx" nil (((jh ih ng k s) 1))) +("jinzhong" nil (((jh iy n) 1) ((jh ow ng) 1))) +("jinzhou" nil (((jh iy n) 1) ((jh ow) 1))) +("jiong" nil (((jh y ow ng) 1))) +("jipson" nil (((jh ih p) 1) ((s ax n) 0))) +("jirak" nil (((jh ao) 1) ((r ax k) 0))) +("jirga" nil (((jh er) 1) ((g ax) 0))) +("jiri" nil (((jh ih) 1) ((r iy) 0))) +("jirik" nil (((jh ao) 1) ((r ih k) 0))) +("jiron" nil (((y ih) 0) ((r ao n) 1))) +("jirsa" nil (((y ih r) 1) ((s ax) 0))) +("jishiteng" nil (((jh iy) 1) ((sh uh) 1) ((t ah ng) 0))) +("jitao" nil (((jh iy) 1) ((t aw) 1))) +("jitney" nil (((jh ih t) 1) ((n iy) 0))) +("jitterbugging" nil (((jh ih) 1) ((t er) 0) ((b ah) 1) ((g ih ng) 0))) +("jitters" nil (((jh ih) 1) ((t er z) 0))) +("jittery" nil (((jh ih) 1) ((t er) 0) ((iy) 0))) +("jiu" nil (((jh y ow) 1))) +("jiuchenggong" nil (((jh y ow) 1) ((ch ah ng) 0) ((g ow ng) 1))) +("jiujiang" nil (((jh y ow) 1) ((jh y aa ng) 1))) +("jiuquan" nil (((jh y ow) 1) ((ch y uh) 0) ((aa n) 1))) +("jiuzhaigou" nil (((jh y ow) 1) ((jh ay) 1) ((g ow) 1))) +("jive" nil (((jh ay v) 1))) +("jividen" nil (((y iy) 0) ((v ay) 1) ((d ax n) 0))) +("jiving" nil (((jh ay) 1) ((v ih ng) 0))) +("jixi" nil (((jh iy) 1) ((sh iy) 1))) +("jizhou" nil (((jh iy) 1) ((jh ow) 1))) +("jo" nil (((jh ow) 1))) +("joachim" nil (((y ow) 1) ((aa) 1) ((k ih m) 0))) +("joachims" nil (((y ow) 1) ((aa) 1) ((k ih m z) 0))) +("joakima" nil (((jh ow) 1) ((k iy) 1) ((m ax) 0))) +("joan" nil (((jh ow n) 1))) +("joann" nil (((jh ow) 1) ((ae n) 1))) +("joanna" nil (((jh ow) 0) ((ae) 1) ((n ax) 0))) +("joanne" nil (((jh ow) 1) ((ae n) 1))) +("joanou" nil (((jh ow) 1) ((n uw) 1))) +("joao" nil (((jh ow) 1) ((ow) 0))) +("joaquim" nil (((w aa) 1) ((k iy m) 1))) +("joaquin" nil (((w aa) 1) ((k iy n) 1))) +("job" nil (((jh aa b) 1))) +("jobbers" nil (((jh aa) 1) ((b er z) 0))) +("jobe" nil (((jh ow b) 1))) +("jobes" nil (((jh ow b z) 1))) +("jobete" nil (((jh ow) 0) ((b iy t) 1))) +("jobin" nil (((jh ow) 1) ((b ih n) 0))) +("jobina" nil (((y ow) 0) ((b iy) 1) ((n ax) 0))) +("jobless" nil (((jh aa) 1) ((b l ax s) 0))) +("joblessness" nil (((jh aa) 1) ((b l ax) 0) ((s n ax s) 0))) +("jobs" nil (((jh aa b z) 1))) +("jobson" nil (((jh aa b) 1) ((s ax n) 0))) +("jobst" nil (((jh aa b s t) 1))) +("jobyna" nil (((y ax) 0) ((b iy) 1) ((n ax) 0))) +("jocelin" nil (((jh ao) 1) ((s l ih n) 1))) +("joceline" nil (((jh ao) 1) ((s l ih n) 1))) +("jocelyn" nil (((jh ao) 1) ((s l ih n) 1))) +("jocelyne" nil (((jh ao) 1) ((s l ih n) 1))) +("jochem" nil (((jh aa) 1) ((k ih m) 0))) +("jochen" nil (((jh ow) 1) ((k ax n) 0))) +("jochim" nil (((jh aa) 1) ((k ih m) 0))) +("jochum" nil (((jh aa) 1) ((k ax m) 0))) +("jock" nil (((jh aa k) 1))) +("jockey" nil (((jh aa) 1) ((k iy) 0))) +("jockeying" nil (((jh aa) 1) ((k iy) 0) ((ih ng) 0))) +("jockeys" nil (((jh aa) 1) ((k iy z) 0))) +("jocks" nil (((jh aa k s) 1))) +("jocosa" nil (((y ow) 0) ((k ow) 1) ((s ax) 0))) +("jocular" nil (((jh aa) 1) ((k y ax) 0) ((l er) 0))) +("jocylan" nil (((jh ao) 1) ((s l ax n) 0))) +("jodi" nil (((jh ow) 1) ((d iy) 0))) +("jodie" nil (((jh ow) 1) ((d iy) 0))) +("jodoin" nil (((zh ax) 0) ((d oy n) 1))) +("jody" nil (((jh ow) 1) ((d iy) 0))) +("joe" nil (((jh ow) 1))) +("joedicke" nil (((jh ow) 1) ((d ih k) 0))) +("joel" nil (((jh ow) 1) ((ax l) 0))) +("joelson" nil (((jh ow l) 1) ((s ax n) 0))) +("joens" nil (((jh ow n z) 1))) +("joerg" nil (((jh ao r g) 1))) +("joerger" nil (((y er) 1) ((g er) 0))) +("joers" nil (((jh ow) 1) ((er z) 0))) +("joes" nil (((jh ow z) 1))) +("joette" nil (((zh ow) 0) ((eh t) 1))) +("joey" nil (((jh ow) 1) ((iy) 0))) +("joffe" nil (((jh aa f) 1))) +("joffrey" nil (((jh ao) 1) ((f r iy) 0))) +("joffrion" nil (((y ow) 0) ((f r iy) 0) ((ao n) 1))) +("jog" nil (((jh aa g) 1))) +("jogged" nil (((jh aa g d) 1))) +("jogger" nil (((jh aa) 1) ((g er) 0))) +("joggers" nil (((jh aa) 1) ((g er z) 0))) +("jogging" nil (((jh aa) 1) ((g ih ng) 0))) +("jogs" nil (((jh aa g z) 1))) +("joh" nil (((jh ow) 1))) +("johan" nil (((y ow) 0) ((hh aa n) 1))) +("johann" nil (((y ow) 1) ((hh aa n) 0))) +("johanna" nil (((jh ax) 0) ((hh ae) 1) ((n ax) 0))) +("johannes" nil (((jh ow) 0) ((hh ae) 1) ((n ax s) 0))) +("johannesburg" nil (((jh ow) 1) ((hh ae) 1) ((n ih s) 0) ((b er g) 0))) +("johannesen" nil (((jh ow) 1) ((hh ae) 1) ((n ih) 0) ((s ax n) 0))) +("johannessen" nil (((jh ow) 1) ((hh ae) 1) ((n ih) 0) ((s ax n) 0))) +("johanning" nil (((y ow) 1) ((hh ae) 1) ((n ih ng) 0))) +("johanns" nil (((y ow) 1) ((hh aa n z) 0))) +("johannsen" nil (((jh ow) 1) ((hh ae n) 1) ((s ax n) 0))) +("johansen" nil (((jh ow) 1) ((hh ae n) 1) ((s ax n) 0))) +("johanson" nil (((jh ow) 1) ((hh ae n) 1) ((s ax n) 0))) +("johansson" nil (((y ow) 1) ((hh aa n) 1) ((s ax n) 0))) +("john" nil (((jh aa n) 1))) +("johnathon" nil (((jh aa) 1) ((n ax) 0) ((th ax n) 0))) +("johndrow" nil (((jh aa n) 1) ((d r ow) 0))) +("johnnie" nil (((jh aa) 1) ((n iy) 0))) +("johnny" nil (((jh aa) 1) ((n iy) 0))) +("johns" nil (((jh aa n z) 1))) +("johnsen" nil (((jh aa n) 1) ((s ax n) 0))) +("johnsey" nil (((jh aa n) 1) ((z iy) 0))) +("johnson" nil (((jh aa n) 1) ((s ax n) 0))) +("johnsons" nil (((jh aa n) 1) ((s ax n z) 0))) +("johnsrud" nil (((jh aa n) 1) ((s r ax d) 0))) +("johnston" nil (((jh aa n) 1) ((s t ax n) 0))) +("johnstone" nil (((jh aa n) 1) ((s t ow n) 1))) +("johnstown" nil (((jh aa n z) 1) ((t aw n) 1))) +("johor" nil (((jh ow) 2) ((hh ao r) 1))) +("johson" nil (((jh aa) 1) ((s ax n) 0))) +("joice" nil (((jh oy s) 1))) +("joie" nil (((zh) 0) ((w aa) 1))) +("join" nil (((jh oy n) 1))) +("joined" nil (((jh oy n d) 1))) +("joiner" nil (((jh oy) 1) ((n er) 0))) +("joinery" nil (((jh oy) 1) ((n er) 0) ((iy) 0))) +("joines" nil (((jh oy n z) 1))) +("joining" nil (((jh oy) 1) ((n ih ng) 0))) +("joins" nil (((jh oy n z) 1))) +("joint" nil (((jh oy n t) 1))) +("jointed" nil (((jh oy n) 1) ((t ax d) 0))) +("jointly" nil (((jh oy n t) 1) ((l iy) 0))) +("jointness" nil (((jh oy n t) 1) ((n ax s) 0))) +("joints" nil (((jh oy n t s) 1))) +("joist" nil (((jh oy s t) 1))) +("joists" nil (((jh oy s t s) 1))) +("jojola" nil (((y ow) 0) ((y ow) 1) ((l ax) 0))) +("joke" nil (((jh ow k) 1))) +("joked" nil (((jh ow k t) 1))) +("jokela" nil (((jh aa) 1) ((k ih) 0) ((l ax) 0))) +("joker" nil (((jh ow) 1) ((k er) 0))) +("jokers" nil (((jh ow) 1) ((k er z) 0))) +("jokerst" nil (((jh aa) 1) ((k er s t) 0))) +("jokes" nil (((jh ow k s) 1))) +("jokhang" nil (((jh aa k) 1) ((hh ae ng) 0))) +("joki" nil (((jh ow) 1) ((k iy) 0))) +("jokinen" nil (((jh ax) 0) ((k ih) 1) ((n ax n) 0))) +("joking" nil (((jh ow) 1) ((k ih ng) 0))) +("jokingly" nil (((jh ow) 1) ((k ih ng) 0) ((l iy) 0))) +("joles" nil (((jh ow l z) 1))) +("joletta" nil (((jh ow) 0) ((l eh) 1) ((t ax) 0))) +("jolette" nil (((jh ow) 1) ((l eh t) 1))) +("jolicoeur" nil (((zh aa) 1) ((l ih) 0) ((k er) 0))) +("joliet" nil (((jh ow) 1) ((l iy) 0) ((eh t) 1))) +("jolin" nil (((jh ow) 1) ((l ih n) 0))) +("jolivette" nil (((zh aa) 1) ((l ih) 0) ((v eh t) 0))) +("jolla" nil (((hh oy) 1) ((y ax) 0))) +("jolley" nil (((jh aa) 1) ((l iy) 0))) +("jollie" nil (((jh aa) 1) ((l iy) 0))) +("jollies" nil (((jh aa) 1) ((l iy z) 0))) +("jolliff" nil (((jh aa) 1) ((l ih f) 0))) +("jolliffe" nil (((jh aa) 1) ((l ih f) 0))) +("jolly" nil (((jh aa) 1) ((l iy) 0))) +("jollying" nil (((jh aa) 1) ((l iy) 0) ((ih ng) 0))) +("jolson" nil (((jh ow l) 1) ((s ax n) 0))) +("jolt" nil (((jh ow l t) 1))) +("jolted" nil (((jh ow l) 1) ((t ih d) 0))) +("jolting" nil (((jh ow l) 1) ((t ih ng) 0))) +("jolts" nil (((jh ow l t s) 1))) +("joly" nil (((jh ow) 1) ((l iy) 0))) +("jon" nil (((jh aa n) 1))) +("jonah" nil (((jh ow) 1) ((n ax) 0))) +("jonas" nil (((jh ow) 1) ((n ax s) 0))) +("jonassaint" nil (((jh ow) 1) ((n ax) 0) ((s ey n t) 1))) +("jonassen" nil (((jh aa) 1) ((n ax) 0) ((s ax n) 0))) +("jonathan" nil (((jh aa) 1) ((n ax) 0) ((th ax n) 0))) +("jonathon" nil (((jh aa) 1) ((n ax) 0) ((th ax n) 0))) +("joncas" nil (((jh aa ng) 1) ((k ax z) 0))) +("jone" nil (((jh ow n) 1))) +("jones" nil (((jh ow n z) 1))) +("joneses" nil (((jh ow n) 1) ((z ih z) 0))) +("jong" nil (((jh ao ng) 1))) +("joni" nil (((jh ow) 1) ((n iy) 0))) +("jonker" nil (((jh aa ng) 1) ((k er) 0))) +("jonn" nil (((jh aa n) 1))) +("jonothan" nil (((jh aa) 1) ((n ax) 0) ((th ax n) 0))) +("jonson" nil (((jh aa n) 1) ((s ax n) 0))) +("jonsson" nil (((jh aa n) 1) ((s ax n) 0))) +("joo" nil (((jh uw) 1))) +("joong" nil (((jh uh ng) 1))) +("joos" nil (((jh uw z) 1))) +("joost" nil (((jh uw s t) 1))) +("joosten" nil (((y uw) 1) ((s ax n) 0))) +("joplin" nil (((jh aa) 1) ((p l ih n) 0))) +("jopling" nil (((jh ow) 1) ((p ax) 0) ((l ih ng) 0))) +("jopp" nil (((jh aa p) 1))) +("jordache" nil (((jh ao r) 1) ((d ae sh) 1))) +("jordahl" nil (((jh ao r) 1) ((d aa l) 0))) +("jordan" nil (((jh ao r) 1) ((d ax n) 0))) +("jordana" nil (((y ao r) 0) ((d ae) 1) ((n ax) 0))) +("jordanian" nil (((jh ao r) 1) ((d ey) 1) ((n iy) 0) ((ax n) 0))) +("jordanians" nil (((jh ao r) 0) ((d ey) 1) ((n iy) 0) ((ax n z) 0))) +("jorde" nil (((jh ao r d) 1))) +("jorden" nil (((jh ao r) 1) ((d ax n) 0))) +("jorge" nil (((hh ao r) 1) ((hh ey) 0))) +("jorgensen" nil (((jh ao r) 1) ((g ax n) 0) ((s ax n) 0))) +("jorgenson" nil (((jh ao r) 1) ((jh ih n) 0) ((s ax n) 0))) +("jorio" nil (((jh ao) 1) ((r iy) 0) ((ow) 0))) +("jornal" nil (((jh ao r) 1) ((n ax l) 0))) +("jorstad" nil (((jh ao r) 1) ((s t ax d) 0))) +("jory" nil (((jh ao) 1) ((r iy) 0))) +("jos" nil (((jh ow z) 1))) +("josceline" nil (((jh aa) 1) ((s ih) 0) ((l ay n) 1))) +("joscelyn" nil (((jh aa) 1) ((s ih) 0) ((l ih n) 0))) +("joscelyne" nil (((jh aa) 1) ((s ih) 0) ((l ay n) 1))) +("jose" nil (((hh ow) 1) ((z ey) 1))) +("josef" nil (((jh ow) 1) ((s ax f) 0))) +("joseph" nil (((jh ow) 1) ((s ax f) 0))) +("josepha" nil (((jh ow) 0) ((s eh) 1) ((f ax) 0))) +("josephina" nil (((jh aa) 0) ((s ih) 0) ((f ay) 1) ((n ax) 0))) +("josephine" nil (((jh ow) 1) ((s ax) 0) ((f iy n) 1))) +("josephs" nil (((jh ow) 1) ((s ih f s) 0))) +("josephson" nil (((jh ow) 1) ((s ax f) 0) ((s ax n) 0))) +("josephthal" nil (((jh ow) 1) ((s ax f) 0) ((th ao l) 1))) +("josephus" nil (((jh ow) 0) ((s iy) 1) ((f ax s) 0))) +("joser" nil (((jh ow) 1) ((z er) 0))) +("josette" nil (((zh ax) 0) ((s eh t) 1))) +("josey" nil (((jh ow) 1) ((z iy) 0))) +("josh" nil (((jh aa sh) 1))) +("joshi" nil (((jh ow) 1) ((sh iy) 0))) +("joshua" nil (((jh aa) 1) ((sh uw) 0) ((ax) 0))) +("josiah" nil (((jh ow) 0) ((s ay) 1) ((ax) 0))) +("josie" nil (((jh ow) 1) ((z iy) 0))) +("josleyn" nil (((jh aa) 1) ((s l ih n) 1))) +("joslin" nil (((jh aa) 1) ((s l ih n) 0))) +("joslyn" nil (((jh ao) 1) ((s l ih n) 0))) +("jospin" nil (((jh aa) 1) ((s p ih n) 0))) +("joss" nil (((jh ao s) 1))) +("josselyn" nil (((jh aa) 1) ((s ih) 0) ((l ih n) 0))) +("jost" nil (((jh aa s t) 1))) +("josten" nil (((jh aa) 1) ((s ax n) 0))) +("jostens" nil (((jh ao) 1) ((s t ax n z) 0))) +("jostes" nil (((jh ow s t s) 1))) +("jostle" nil (((jh aa) 1) ((s ax l) 0))) +("jostled" nil (((jh aa) 1) ((s ax l d) 0))) +("jostling" nil (((jh aa) 1) ((s ax) 0) ((l ih ng) 0))) +("joswick" nil (((jh aa) 1) ((s w ih k) 0))) +("jot" nil (((jh aa t) 1))) +("jotted" nil (((jh aa) 1) ((t ih d) 0))) +("joubert" nil (((y aw) 1) ((b er t) 0))) +("jouett" nil (((jh aa) 1) ((uw t) 0))) +("joule" nil (((jh uw l) 1))) +("joules" nil (((jh uw l z) 1))) +("jour" nil (((jh aw r) 1))) +("jourdan" nil (((zh uh r) 0) ((d ae n) 1))) +("jouret" nil (((zh) 0) ((w aa) 0) ((r ey) 1))) +("journal" nil (((jh er) 1) ((n ax l) 0))) +("journalese" nil (((jh er) 1) ((n ax) 0) ((l iy z) 1))) +("journalism" nil (((jh er) 1) ((n ax) 0) ((l ih) 1) ((z ax m) 0))) +("journalist" nil (((jh er) 1) ((n ax) 0) ((l ax s t) 0))) +("journalistic" nil (((jh er) 1) ((n ax) 0) ((l ih) 1) ((s t ih k) 0))) +("journalists" nil (((jh er) 1) ((n ax) 0) ((l ax s t s) 0))) +("journals" nil (((jh er) 1) ((n ax l z) 0))) +("journey" nil (((jh er) 1) ((n iy) 0))) +("journeyed" nil (((jh er) 1) ((n iy d) 0))) +("journeying" nil (((jh er) 1) ((n iy) 0) ((ih ng) 0))) +("journeyman" nil (((jh er) 1) ((n iy) 0) ((m ae n) 1))) +("journeys" nil (((jh er) 1) ((n iy z) 0))) +("jousting" nil (((jh aw) 1) ((s t ih ng) 0))) +("jovan" nil (((jh ow) 1) ((v ax n) 0))) +("jovanovic" nil (((y ax) 0) ((v ax) 0) ((n aa) 1) ((v ih k) 0))) +("jovanovich" nil (((jh ow) 0) ((v ae) 1) ((n ax) 0) ((v ih ch) 0))) +("jovi" nil (((jh ow) 1) ((v iy) 0))) +("jovial" nil (((jh ow) 1) ((v iy) 0) ((ax l) 0))) +("jovian" nil (((jh ow) 1) ((v iy) 0) ((ax n) 0))) +("jovita" nil (((y ax) 0) ((v ay) 1) ((t ax) 0))) +("jovito" nil (((jh ow) 0) ((v iy) 1) ((t ow) 0))) +("jowers" nil (((jh aw) 1) ((er z) 0))) +("jowett" nil (((jh aw) 1) ((ih t) 0))) +("jowl" nil (((jh aw l) 1))) +("jowley" nil (((jh ow) 1) ((l iy) 0))) +("jowls" nil (((jh aw l z) 1))) +("jowly" nil (((jh aw) 1) ((l iy) 0))) +("joy" nil (((jh oy) 1))) +("joyal" nil (((jh oy) 1) ((ax l) 0))) +("joyce" nil (((jh oy s) 1))) +("joycelyn" nil (((jh oy) 1) ((s l ih n) 1))) +("joye" nil (((jh oy) 1))) +("joyful" nil (((jh oy) 1) ((f ax l) 0))) +("joyfully" nil (((jh oy) 1) ((f ax) 0) ((l iy) 0))) +("joyner" nil (((jh oy) 1) ((n er) 0))) +("joynes" nil (((jh oy n z) 1))) +("joynt" nil (((jh oy n t) 1))) +("joyoni" nil (((jh oy) 0) ((ow) 1) ((n iy) 0))) +("joyous" nil (((jh oy) 1) ((ax s) 0))) +("joyride" nil (((jh oy) 1) ((r ay d) 1))) +("joys" nil (((jh oy z) 1))) +("joystick" nil (((jh oy) 1) ((s t ih k) 1))) +("jozef" nil (((jh ow) 1) ((z ax f) 0))) +("jozwiak" nil (((y aa z) 1) ((v iy) 0) ((ae k) 0))) +("jpmorgan" nil (((jh ey) 1) ((p iy) 1) ((m ao r) 1) ((g ax n) 0))) +("jr" nil (((jh uw) 1) ((n y er) 0))) +("ju" nil (((jh uw) 1))) +("jua" nil (((jh uw) 1) ((ax) 0))) +("juan" nil (((hh w aa n) 1))) +("juana" nil (((w aa) 1) ((n ax) 0))) +("juanita" nil (((w aa) 0) ((n iy) 1) ((t ax) 0))) +("juarez" nil (((w aa) 1) ((r eh z) 1))) +("juba" nil (((jh uw) 1) ((b ax) 0))) +("jubb" nil (((jh ah b) 1))) +("jubilant" nil (((jh uw) 1) ((b ax) 0) ((l ax n t) 0))) +("jubilation" nil (((jh uw) 1) ((b ax) 0) ((l ey) 1) ((sh ax n) 0))) +("jubilee" nil (((jh uw) 1) ((b ax) 0) ((l iy) 1))) +("juckett" nil (((jh ah) 1) ((k ih t) 0))) +("judah" nil (((jh uw) 1) ((d ax) 0))) +("judaism" nil (((jh uw) 1) ((d ey) 0) ((ih) 1) ((z ax m) 0))) +("judas" nil (((jh uw) 1) ((d ax s) 0))) +("juday" nil (((jh uw) 1) ((d ey) 1))) +("judd" nil (((jh ah d) 1))) +("judds" nil (((jh ah d z) 1))) +("jude" nil (((jh uw d) 1))) +("judea" nil (((jh uw) 0) ((d iy) 1) ((ax) 0))) +("judeo" nil (((jh uw) 0) ((d ey) 1) ((ow) 0))) +("judge" nil (((jh ah jh) 1))) +("judged" nil (((jh ah jh d) 1))) +("judgement" nil (((jh ah jh) 1) ((m ax n t) 0))) +("judgements" nil (((jh ah jh) 1) ((m ax n t s) 0))) +("judges" nil (((jh ah) 1) ((jh ih z) 0))) +("judgeship" nil (((jh ah jh) 1) ((sh ih p) 1))) +("judgeships" nil (((jh ah jh) 1) ((sh ih p s) 1))) +("judging" nil (((jh ah) 1) ((jh ih ng) 0))) +("judgment" nil (((jh ah jh) 1) ((m ax n t) 0))) +("judgmental" nil (((jh ax jh) 0) ((m eh n) 1) ((t ax l) 0))) +("judgments" nil (((jh ah jh) 1) ((m ax n t s) 0))) +("judicate" nil (((jh uw) 1) ((d ih) 0) ((k ey t) 1))) +("judice" nil (((jh uw) 1) ((d ih s) 0))) +("judicial" nil (((jh uw) 0) ((d ih) 1) ((sh ax l) 0))) +("judicially" nil (((jh uw) 0) ((d ih) 1) ((sh ax) 0) ((l iy) 0))) +("judiciary" nil (((jh uw) 0) ((d ih) 1) ((sh iy) 0) ((eh) 1) ((r iy) 0))) +("judicious" nil (((jh uw) 0) ((d ih) 1) ((sh ax s) 0))) +("judiciously" nil (((jh uw) 0) ((d ih) 1) ((sh ih) 0) ((s l iy) 0))) +("judie" nil (((jh ah) 1) ((d iy) 0))) +("judishe" nil (((jh uw) 1) ((d iy sh) 1))) +("judith" nil (((jh uw) 1) ((d ax th) 0))) +("judkins" nil (((jh ah d) 1) ((k ih n z) 0))) +("judo" nil (((jh uw) 1) ((d ow) 1))) +("judson" nil (((jh ah d) 1) ((s ax n) 0))) +("judy" nil (((jh uw) 1) ((d iy) 0))) +("jue" nil (((jh uw) 1))) +("juedes" nil (((jh) 0) ((w eh) 1) ((d eh s) 0))) +("juel" nil (((jh uw l) 1))) +("juenemann" nil (((y uw n) 1) ((m ax n) 0))) +("juenger" nil (((y uw ng) 1) ((g er) 0))) +("juergen" nil (((y er) 1) ((g ax n) 0))) +("juergens" nil (((y er) 1) ((g ax n z) 0))) +("jueteng" nil (((jh uw) 1) ((t eh ng) 1))) +("juett" nil (((jh uw t) 1))) +("jug" nil (((jh ah g) 1))) +("juge" nil (((jh uw jh) 1))) +("juggernaut" nil (((jh ah) 1) ((g er) 0) ((n ao t) 1))) +("juggle" nil (((jh ah) 1) ((g ax l) 0))) +("juggled" nil (((jh ah) 1) ((g ax l d) 0))) +("juggler" nil (((jh ah) 1) ((g ax) 0) ((l er) 0))) +("jugglers" nil (((jh ah) 1) ((g ax) 0) ((l er z) 0))) +("juggles" nil (((jh ah) 1) ((g ax l z) 0))) +("juggling" nil (((jh ah) 1) ((g ax) 0) ((l ih ng) 0))) +("jugs" nil (((jh ah g z) 1))) +("jugular" nil (((jh uw) 1) ((g y ax) 0) ((l er) 0))) +("juhas" nil (((jh uw) 1) ((ax z) 0))) +("juhasz" nil (((y ah) 1) ((hh ax sh) 0))) +("juhl" nil (((jh ah l) 1))) +("juhlin" nil (((jh uw) 1) ((l ih n) 0))) +("juhnke" nil (((jh ah ng k) 1))) +("juice" nil (((jh uw s) 1))) +("juices" nil (((jh uw) 1) ((s ax z) 0))) +("juicier" nil (((jh uw) 0) ((ih s) 1) ((y er) 0))) +("juiciest" nil (((jh uw) 1) ((s iy) 0) ((ax s t) 0))) +("juicy" nil (((jh uw) 1) ((s iy) 0))) +("juilliard" nil (((jh uw) 1) ((l iy) 0) ((aa r d) 0))) +("jujitsu" nil (((jh uw) 0) ((jh ih t) 1) ((s uw) 1))) +("jujo" nil (((jh uw) 1) ((jh ow) 0))) +("jukebox" nil (((jh uw k) 1) ((b aa k s) 1))) +("jukes" nil (((jh uw k s) 1))) +("juki" nil (((jh uw) 1) ((k iy) 0))) +("jule" nil (((jh uw l) 1))) +("jules" nil (((jh uw l z) 1))) +("juli" nil (((jh uw) 1) ((l iy) 0))) +("julia" nil (((jh uw) 1) ((l y ax) 0))) +("julian" nil (((jh uw) 1) ((l iy) 0) ((ax n) 0))) +("juliana" nil (((jh uw) 1) ((l iy) 0) ((ae) 1) ((n ax) 0))) +("julianne" nil (((jh uw) 1) ((l iy) 0) ((eh n) 1))) +("juliano" nil (((jh uw) 1) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("julie" nil (((jh uw) 1) ((l iy) 0))) +("julien" nil (((jh uw) 1) ((l iy) 0) ((ax n) 0))) +("juliet" nil (((jh uw) 1) ((l iy) 0) ((eh t) 1))) +("julieta" nil (((y uw) 0) ((l iy) 1) ((t ax) 0))) +("julietta" nil (((jh uw) 0) ((l iy) 0) ((eh) 1) ((t ax) 0))) +("juliette" nil (((jh uw) 0) ((l iy) 0) ((eh t) 1))) +("julin" nil (((jh uw) 1) ((l ih n) 0))) +("julina" nil (((y uw) 0) ((l iy) 1) ((n ax) 0))) +("juline" nil (((jh uw) 1) ((l ay n) 0))) +("julio" nil (((jh uw) 1) ((l iy) 0) ((ow) 0))) +("julius" nil (((jh uw) 1) ((l y ax s) 0))) +("juliusz" nil (((jh uw) 1) ((l iy) 0) ((uw s) 0))) +("julson" nil (((jh ah l) 1) ((s ax n) 0))) +("july" nil (((jh uw) 1) ((l ay) 1))) +("jumble" nil (((jh ah m) 1) ((b ax l) 0))) +("jumbled" nil (((jh ah m) 1) ((b ax l d) 0))) +("jumbo" nil (((jh ah m) 1) ((b ow) 0))) +("jumbos" nil (((jh ah m) 1) ((b ow z) 1))) +("jumonville" nil (((zh ah) 1) ((m ax n) 0) ((v ih l) 0))) +("jump" nil (((jh ah m p) 1))) +("jumped" nil (((jh ah m p t) 1))) +("jumper" nil (((jh ah m) 1) ((p er) 0))) +("jumpers" nil (((jh ah m) 1) ((p er z) 0))) +("jumping" nil (((jh ah m) 1) ((p ih ng) 0))) +("jumps" nil (((jh ah m p s) 1))) +("jumpstart" nil (((jh ah m p) 1) ((s t aa r t) 1))) +("jumpsuit" nil (((jh ah m p) 1) ((s uw t) 1))) +("jumpy" nil (((jh ah m) 1) ((p iy) 0))) +("jun" nil (((jh uw n) 1))) +("junco" nil (((jh ah ng) 1) ((k ow) 0))) +("junction" nil (((jh ah ng k) 1) ((sh ax n) 0))) +("juncture" nil (((jh ah ng k) 1) ((ch er) 0))) +("junctures" nil (((jh ah ng k) 1) ((ch er z) 0))) +("junda" nil (((jh ah n) 1) ((d ax) 0))) +("jundt" nil (((jh ah n t) 1))) +("june" nil (((jh uw n) 1))) +("juneau" nil (((jh uw) 1) ((n ow) 0))) +("junejo" nil (((jh uw) 0) ((n ey) 1) ((hh ow) 0))) +("junek" nil (((jh uw) 1) ((n ih k) 0))) +("junella" nil (((jh uw) 1) ((n eh) 1) ((l ax) 0))) +("junes" nil (((jh uw n z) 1))) +("junette" nil (((jh uw) 1) ((n eh t) 1))) +("jung" nil (((y uh ng) 1))) +("jungbluth" nil (((jh ah ng) 1) ((b l uw th) 0))) +("junge" nil (((jh ah n g) 1))) +("jungels" nil (((jh ah ng) 1) ((g ax l z) 0))) +("junger" nil (((jh ah ng) 1) ((er) 0))) +("jungers" nil (((jh ah ng) 1) ((er z) 0))) +("junghans" nil (((jh ah ng) 1) ((g ax n z) 0))) +("jungle" nil (((jh ah ng) 1) ((g ax l) 0))) +("jungles" nil (((jh ah ng) 1) ((g ax l z) 0))) +("jungman" nil (((jh ah ng) 1) ((m ax n) 0))) +("jungwirth" nil (((jh ah ng) 1) ((g w er th) 0))) +("junia" nil (((y uw) 1) ((n iy) 0) ((ax) 0))) +("juniata" nil (((y uw) 0) ((n iy) 0) ((aa) 1) ((t ax) 0))) +("junine" nil (((jh ah) 1) ((n ih n) 0))) +("junior" nil (((jh uw) 1) ((n y er) 0))) +("juniors" nil (((jh uw) 1) ((n y er z) 0))) +("juniper" nil (((jh uw) 1) ((n ax) 0) ((p er) 0))) +("junipers" nil (((jh uw) 1) ((n ih) 0) ((p er z) 0))) +("junius" nil (((jh uw) 1) ((n iy) 0) ((ih s) 0))) +("junji" nil (((jh ah n) 1) ((jh iy) 0))) +("junk" nil (((jh ah ng k) 1))) +("junkbond" nil (((jh ah ng k) 1) ((b aa n d) 1))) +("junked" nil (((jh ah ng k t) 1))) +("junker" nil (((jh ah ng) 1) ((k er) 0))) +("junket" nil (((jh ah ng) 1) ((k ih t) 0))) +("junkets" nil (((jh ah ng) 1) ((k ih t s) 0))) +("junkholders" nil (((jh ah ng k) 1) ((hh ow l) 1) ((d er z) 0))) +("junkie" nil (((jh ah ng) 1) ((k iy) 0))) +("junkier" nil (((jh ah ng) 1) ((k iy) 0) ((er) 0))) +("junkies" nil (((jh ah ng) 1) ((k iy z) 0))) +("junkiest" nil (((jh ah ng) 1) ((k iy) 0) ((ax s t) 0))) +("junkin" nil (((jh ah ng) 1) ((k ih n) 0))) +("junking" nil (((jh ah ng) 1) ((k ih ng) 0))) +("junkins" nil (((jh ah ng) 1) ((k ih n z) 1))) +("junky" nil (((jh ah ng) 1) ((k iy) 0))) +("junkyard" nil (((jh ah ng) 1) ((k y aa r d) 1))) +("junkyards" nil (((jh ah ng) 1) ((k y aa r d z) 1))) +("junlin" nil (((jh uw n) 1) ((l iy n) 1))) +("junlong" nil (((jh uw n) 1) ((l ow ng) 1))) +("juno" nil (((jh uw) 1) ((n ow) 0))) +("junod" nil (((jh uw) 1) ((n ax d) 0))) +("junot" nil (((jh uw) 1) ((n ax t) 0))) +("junta" nil (((hh uh n) 1) ((t ax) 0))) +("juntunen" nil (((jh ah n) 1) ((t ax) 0) ((n ax n) 0))) +("junyan" nil (((jh uw n) 1) ((y ae n) 1))) +("jupin" nil (((jh uw) 1) ((p ih n) 0))) +("jupiter" nil (((jh uw) 1) ((p ax) 0) ((t er) 0))) +("juppe" nil (((jh uw) 1) ((p iy) 0))) +("jurado" nil (((y uh) 0) ((r aa) 1) ((d ow) 0))) +("juran" nil (((y uh) 0) ((r aa n) 1))) +("juranek" nil (((jh uh) 1) ((r ax) 0) ((n ih k) 0))) +("juras" nil (((jh uh) 1) ((r ax z) 0))) +("jurassic" nil (((jh uh) 0) ((r ae) 1) ((s ih k) 0))) +("jurczak" nil (((y er) 1) ((ch ae k) 0))) +("jurczyk" nil (((y er) 1) ((ch ih k) 0))) +("jure" nil (((jh uh r) 1))) +("jurek" nil (((jh uh) 1) ((r eh k) 0))) +("jurewicz" nil (((jh uh) 1) ((r ax) 0) ((v ih ch) 0))) +("jurgen" nil (((jh er) 1) ((g ax n) 0))) +("jurgens" nil (((jh er) 1) ((g ax n z) 0))) +("jurgensen" nil (((jh er) 1) ((g ih n) 0) ((s ax n) 0))) +("jurgensmeyer" nil (((jh er) 1) ((g ax n z) 0) ((m ay r) 1))) +("jurgenson" nil (((jh er) 1) ((g ih n) 0) ((s ax n) 0))) +("jurica" nil (((jh uh) 1) ((r ih) 0) ((k ax) 0))) +("jurich" nil (((jh uh) 1) ((r ih k) 0))) +("juries" nil (((jh uh) 1) ((r iy z) 0))) +("juris" nil (((jh uh) 1) ((r ih s) 0))) +("jurisdiction" nil (((jh uh) 1) ((r ax s) 0) ((d ih k) 1) ((sh ax n) 0))) +("jurisdictional" nil (((jh uh) 1) ((r ax s) 0) ((d ih k) 1) ((sh ax) 0) ((n ax l) 0))) +("jurisdictions" nil (((jh uh) 1) ((r ih s) 0) ((d ih k) 1) ((sh ax n z) 0))) +("jurisprudence" nil (((jh uh) 1) ((r ax) 0) ((s p r uw) 1) ((d ax n s) 0))) +("jurisprudential" nil (((jh uh) 1) ((r ax) 0) ((s p r uw) 1) ((d eh n) 1) ((sh ax l) 0))) +("jurist" nil (((jh uh) 1) ((r ax s t) 0))) +("jurists" nil (((jh uh) 1) ((r ih s t s) 0))) +("jurkiewicz" nil (((y er) 1) ((k ax) 0) ((v ih ch) 0))) +("jurkovich" nil (((y er) 1) ((k ax) 0) ((v ih ch) 0))) +("jurkowski" nil (((y er) 0) ((k ao f) 1) ((s k iy) 0))) +("jurney" nil (((jh er) 1) ((n iy) 0))) +("jurong" nil (((jh uh) 1) ((r aa ng) 1))) +("juror" nil (((jh uh) 1) ((r er) 0))) +("jurors" nil (((jh uh) 1) ((r er z) 0))) +("jurs" nil (((jh er z) 1))) +("jury" nil (((jh uh) 1) ((r iy) 0))) +("jusco" nil (((jh ah) 1) ((s k ow) 0))) +("jusino" nil (((y uw) 0) ((s iy) 1) ((n ow) 0))) +("just" nil (((jh ah s t) 1))) +("justa" nil (((jh ah) 1) ((s t ax) 0))) +("justen" nil (((jh ah) 1) ((s t ax n) 0))) +("juster" nil (((jh ah) 1) ((s t er) 0))) +("justesen" nil (((jh ah) 1) ((s t iy) 0) ((z ax n) 0))) +("justice" nil (((jh ah) 1) ((s t ax s) 0))) +("justices" nil (((jh ah) 1) ((s t ax) 0) ((s ax z) 0))) +("justifiable" nil (((jh ah) 1) ((s t ax) 0) ((f ay) 1) ((ax) 0) ((b ax l) 0))) +("justifiably" nil (((jh ah) 1) ((s t ax) 0) ((f ay) 1) ((ax) 0) ((b l iy) 0))) +("justification" nil (((jh ah) 1) ((s t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("justifications" nil (((jh ah) 1) ((s t ih) 0) ((f ih) 0) ((k ey) 1) ((sh ax n z) 0))) +("justified" nil (((jh ah) 1) ((s t ax) 0) ((f ay d) 1))) +("justifies" nil (((jh ah) 1) ((s t ax) 0) ((f ay z) 1))) +("justify" nil (((jh ah) 1) ((s t ax) 0) ((f ay) 1))) +("justifying" nil (((jh ah) 1) ((s t ax) 0) ((f ay) 1) ((ih ng) 0))) +("justin" nil (((jh ah) 1) ((s t ax n) 0))) +("justina" nil (((y uw) 0) ((s t iy) 1) ((n ax) 0))) +("justine" nil (((jh ax) 0) ((s t iy n) 1))) +("justiniano" nil (((jh uw) 0) ((s t iy) 0) ((n iy) 0) ((aa) 1) ((n ow) 0))) +("justino" nil (((jh ax) 0) ((s t iy) 1) ((n ow) 0))) +("justis" nil (((y uw) 1) ((s t ih s) 0))) +("justiss" nil (((y uw) 1) ((s t iy s) 0))) +("justly" nil (((jh ah s t) 1) ((l iy) 0))) +("justman" nil (((jh ah s t) 1) ((m ax n) 0))) +("justo" nil (((jh ah) 1) ((s t ow) 0))) +("justus" nil (((jh ah) 1) ((s t ax s) 0))) +("justy" nil (((jh ah) 1) ((s t iy) 0))) +("jute" nil (((jh uw t) 1))) +("jutland" nil (((jh ah t) 1) ((l ax n d) 0))) +("jutras" nil (((y uw) 1) ((t r aa z) 0))) +("jutting" nil (((jh ah) 1) ((t ih ng) 0))) +("juul" nil (((jh uw) 1) ((ax l) 0))) +("juve" nil (((jh uw v) 1))) +("juvenile" nil (((jh uw) 1) ((v ax) 0) ((n ax l) 0))) +("juveniles" nil (((jh uw) 1) ((v ax) 0) ((n ax l z) 0))) +("juxtaposed" nil (((jh ah k) 1) ((s t ax) 0) ((p ow z d) 1))) +("juxtaposition" nil (((jh ah k) 1) ((s t ax) 0) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("juxtapositions" nil (((jh ah k) 1) ((s t ax) 0) ((p ax) 0) ((z ih) 1) ((sh ax n z) 0))) +("jvan" nil (((jh y uh) 2) ((aa n) 1))) +("jve" nil (((jh y uh) 2) ((eh) 1))) +("jyishane" nil (((jh iy) 1) ((sh ey n) 1))) +("jynx" nil (((jh ih ng k s) 1))) +("k" nil (((k ey) 1))) +("ka" nil (((k aa) 1))) +("kaas" nil (((k aa z) 1))) +("kaatz" nil (((k aa t s) 1))) +("kabat" nil (((k ae) 1) ((b ax t) 0))) +("kabbalah" nil (((k ax) 0) ((b aa) 1) ((l ax) 0))) +("kabbani" nil (((k ax) 0) ((b aa) 1) ((n iy) 0))) +("kabel" nil (((k ae) 1) ((b ax l) 0))) +("kabi" nil (((k ae) 1) ((b iy) 0))) +("kabivitrum" nil (((k ax) 0) ((b ih) 1) ((v ih) 0) ((t r ax m) 0))) +("kable" nil (((k ey) 1) ((b ax l) 0))) +("kabler" nil (((k ey) 1) ((b ax) 0) ((l er) 0))) +("kabral" nil (((k ax) 0) ((b r aa l) 1))) +("kabuki" nil (((k ax) 0) ((b uw) 1) ((k iy) 1))) +("kabul" nil (((k aa) 1) ((b uh l) 0))) +("kacer" nil (((k ey) 1) ((s er) 0))) +("kach" nil (((k ae ch) 1))) +("kachel" nil (((k ae) 1) ((k ax l) 0))) +("kachmar" nil (((k ae k) 1) ((m er) 0))) +("kachur" nil (((k ae) 1) ((ch er) 0))) +("kackley" nil (((k ae) 1) ((k l iy) 0))) +("kaczmarczyk" nil (((k aa ch) 1) ((m er) 0) ((ch ih k) 0))) +("kaczmarek" nil (((k ax ch) 0) ((m aa) 1) ((r eh k) 0))) +("kaczmarski" nil (((k ax ch) 0) ((m aa r) 1) ((s k iy) 0))) +("kaczor" nil (((k aa) 1) ((ch er) 0))) +("kaczorowski" nil (((k ax) 0) ((ch er) 0) ((ao f) 1) ((s k iy) 0))) +("kaczynski" nil (((k ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("kadaloor" nil (((k aa) 1) ((d ax) 0) ((l ao r) 0))) +("kadar" nil (((k ae) 1) ((d er) 0))) +("kade" nil (((k ey d) 1))) +("kadel" nil (((k ae) 1) ((d ax l) 0))) +("kaden" nil (((k ey) 1) ((d ax n) 0))) +("kader" nil (((k ey) 1) ((d er) 0))) +("kading" nil (((k ey) 1) ((d ih ng) 0))) +("kadish" nil (((k ey) 1) ((d ih sh) 0))) +("kadlec" nil (((k aa d) 1) ((l ih k) 0))) +("kadow" nil (((k aa) 1) ((d ow) 0))) +("kadrmas" nil (((k ae) 1) ((d er) 0) ((m aa z) 1))) +("kady" nil (((k ey) 1) ((d iy) 0))) +("kaeding" nil (((k eh) 1) ((d ih ng) 0))) +("kaehler" nil (((k eh) 1) ((l er) 0))) +("kaelin" nil (((k eh) 1) ((l ih n) 0))) +("kaercher" nil (((k eh r) 1) ((k er) 0))) +("kaeser" nil (((k ey) 1) ((z er) 0))) +("kaestner" nil (((k eh s t) 1) ((n er) 0))) +("kaetzel" nil (((k eh t) 1) ((z ax l) 0))) +("kafer" nil (((k ey) 1) ((f er) 0))) +("kaffenberger" nil (((k ae) 1) ((f ax n) 0) ((b er) 0) ((g er) 0))) +("kafka" nil (((k aa f) 1) ((k ax) 0))) +("kafkaesque" nil (((k aa f) 1) ((k ax) 0) ((eh s k) 1))) +("kagami" nil (((k ae) 1) ((g ax) 0) ((m iy) 0))) +("kagan" nil (((k ey) 1) ((g ax n) 0))) +("kagarlitsky" nil (((k ae) 1) ((g er) 0) ((l ih t) 1) ((s k iy) 1))) +("kagawa" nil (((k ax) 0) ((g aa) 1) ((w ax) 0))) +("kage" nil (((k ey jh) 1))) +("kagel" nil (((k ey) 1) ((g ax l) 0))) +("kagey" nil (((k ey) 1) ((jh iy) 0))) +("kageyama" nil (((k aa) 1) ((g iy) 0) ((aa) 1) ((m ax) 0))) +("kagin" nil (((k ey) 1) ((g ih n) 0))) +("kagins" nil (((k ey) 1) ((g ih n z) 0))) +("kagler" nil (((k ae) 1) ((g l er) 0))) +("kagy" nil (((k ey) 1) ((g iy) 0))) +("kah" nil (((k aa) 1))) +("kahan" nil (((k ax) 0) ((hh aa n) 1))) +("kahane" nil (((k ax) 0) ((hh aa) 1) ((n ey) 1))) +("kahl" nil (((k aa l) 1))) +("kahle" nil (((k aa l) 1))) +("kahler" nil (((k aa) 1) ((l er) 0))) +("kahley" nil (((k aa) 1) ((l iy) 0))) +("kahn" nil (((k aa n) 1))) +("kahng" nil (((k aa ng) 1))) +("kahr" nil (((k aa r) 1))) +("kahre" nil (((k eh r) 1))) +("kahrs" nil (((k aa r z) 1))) +("kai" nil (((k ay) 1))) +("kaifeng" nil (((k ay) 1) ((f ow ng) 1))) +("kaifu" nil (((k ay) 1) ((f uw) 1))) +("kaigler" nil (((k ey) 1) ((g l er) 0))) +("kail" nil (((k ey l) 1))) +("kailash" nil (((k ey) 1) ((l ax sh) 0))) +("kaim" nil (((k ey m) 1))) +("kain" nil (((k ey n) 1))) +("kaine" nil (((k ey n) 1))) +("kainer" nil (((k ey) 1) ((n er) 0))) +("kainz" nil (((k ey n z) 1))) +("kairamo" nil (((k eh) 1) ((r aa) 1) ((m ow) 0))) +("kairey" nil (((k eh) 1) ((r iy) 0))) +("kaiser" nil (((k ay) 1) ((z er) 0))) +("kaiseraugst" nil (((k ay) 1) ((z er) 0) ((ao g s t) 0))) +("kaisertech" nil (((k ay) 1) ((z er) 0) ((t eh k) 1))) +("kaisha" nil (((k ey) 1) ((sh ax) 0))) +("kaji" nil (((k aa) 1) ((jh iy) 0))) +("kajima" nil (((k aa) 1) ((jh iy) 1) ((m ax) 0))) +("kaka" nil (((k aa) 1) ((k aa) 1))) +("kakadu" nil (((k aa) 1) ((k aa) 1) ((d uw) 0))) +("kaki" nil (((k aa) 1) ((k iy) 0))) +("kakimoto" nil (((k aa) 1) ((k ih) 0) ((m ow) 1) ((t ow) 0))) +("kakos" nil (((k ey) 1) ((k ow z) 0))) +("kaktovik" nil (((k ae k) 1) ((t ow) 1) ((v ih k) 0))) +("kakuei" nil (((k ae) 1) ((k y uw) 0) ((iy) 0))) +("kakumaru" nil (((k aa) 1) ((k uw) 0) ((m aa) 1) ((r uw) 0))) +("kalafut" nil (((k ae) 1) ((l ax) 0) ((f ax t) 0))) +("kalal" nil (((k ey) 1) ((l ax l) 0))) +("kalamazoo" nil (((k ae) 1) ((l ax) 0) ((m ax) 0) ((z uw) 1))) +("kalan" nil (((k ey) 1) ((l ax n) 0))) +("kalas" nil (((k aa) 1) ((l ax z) 0))) +("kalashnikov" nil (((k ax) 0) ((l ae) 1) ((sh n ih) 0) ((k aa v) 1))) +("kalata" nil (((k ax) 0) ((l aa) 1) ((t ax) 0))) +("kalb" nil (((k ae l b) 1))) +("kalbach" nil (((k ae l) 1) ((b aa k) 1))) +("kalberer" nil (((k ae l) 1) ((b er) 0) ((er) 0))) +("kalbfleisch" nil (((k ae l b) 1) ((f l ay sh) 1))) +("kale" nil (((k ey l) 1))) +("kaleel" nil (((k ae) 1) ((l iy l) 0))) +("kaleida" nil (((k ax) 0) ((l ay) 1) ((d ax) 0))) +("kaleidoscope" nil (((k ax) 0) ((l ay) 1) ((d ax) 0) ((s k ow p) 1))) +("kalen" nil (((k ey) 1) ((l ax n) 0))) +("kaler" nil (((k ey) 1) ((l er) 0))) +("Kales" n (((k ey l z) 1))) +("kaleta" nil (((k ae) 1) ((l ih) 0) ((t ax) 0))) +("kaley" nil (((k ey) 1) ((l iy) 0))) +("kalgoorlie" nil (((k ae l) 1) ((g uw r) 1) ((l iy) 0))) +("kaliamman" nil (((k aa) 2) ((l iy) 0) ((aa) 1) ((m ax n) 0))) +("kalikow" nil (((k ae) 1) ((l ih) 0) ((k ow) 0))) +("kalil" nil (((k ae) 1) ((l ax l) 0))) +("kalin" nil (((k ae) 1) ((l ih n) 0))) +("kalina" nil (((k ax) 0) ((l ay) 1) ((n ax) 0))) +("kalinoski" nil (((k ax) 0) ((l ih) 0) ((n aw) 1) ((s k iy) 0))) +("kalinowski" nil (((k ax) 0) ((l ih) 0) ((n ao f) 1) ((s k iy) 0))) +("kalinske" nil (((k ax) 0) ((l ih n) 1) ((s k iy) 0))) +("kalinski" nil (((k ax) 0) ((l ih n) 1) ((s k iy) 0))) +("kalis" nil (((k ae) 1) ((l ih s) 0))) +("kalish" nil (((k ae) 1) ((l ih sh) 0))) +("kalisz" nil (((k aa) 1) ((l ih sh) 0))) +("kaliszewski" nil (((k ax) 0) ((l ih) 0) ((sh eh f) 1) ((s k iy) 0))) +("kalivoda" nil (((k ax) 0) ((l ih) 0) ((v ow) 1) ((d ax) 0))) +("kalk" nil (((k ao k) 1))) +("kalka" nil (((k ae l) 1) ((k ax) 0))) +("kalkbrenner" nil (((k ae l k) 1) ((b r ih) 0) ((n er) 0))) +("kall" nil (((k ao l) 1))) +("kalla" nil (((k ae) 1) ((l ax) 0))) +("kallal" nil (((k ae) 1) ((l ax l) 0))) +("kallam" nil (((k ae) 1) ((l ax m) 0))) +("kallang" nil (((k aa) 1) ((l aa ng) 0))) +("kallas" nil (((k ae) 1) ((l ax z) 0))) +("kallay" nil (((k ae) 1) ((l ey) 0))) +("kallen" nil (((k ao) 1) ((l ax n) 0))) +("kallenbach" nil (((k ae) 1) ((l ih n) 0) ((b aa k) 0))) +("kallenberger" nil (((k ao) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("kallhoff" nil (((k ae l) 1) ((hh ao f) 0))) +("kalliel" nil (((k ae) 1) ((l iy) 0) ((ax l) 0))) +("kallio" nil (((k ae) 1) ((l iy) 0) ((ow) 0))) +("kallis" nil (((k ae) 1) ((l ih s) 0))) +("kallman" nil (((k ao l) 1) ((m ax n) 0))) +("kallmeyer" nil (((k ae l) 1) ((m ay) 0) ((er) 0))) +("kallstrom" nil (((k ae l) 1) ((s t r ax m) 0))) +("kallus" nil (((k ae) 1) ((l ax s) 0))) +("kalman" nil (((k ae l) 1) ((m ax n) 0))) +("kalmanovitz" nil (((k ae l) 1) ((m ae) 1) ((n ax) 0) ((v ih t s) 0))) +("kalmar" nil (((k ae l) 1) ((m er) 0))) +("kalmbach" nil (((k ae l m) 1) ((b aa k) 0))) +("kalmus" nil (((k ae l) 1) ((m ih s) 0))) +("kalnins" nil (((k ae l) 1) ((n ih n z) 0))) +("kalo" nil (((k ey) 1) ((l ow) 0))) +("kalok" nil (((k ae) 1) ((l aa k) 1))) +("kalous" nil (((k ae) 1) ((l ax s) 0))) +("kalp" nil (((k ae l p) 1))) +("kalt" nil (((k ao l t) 1))) +("kaltenbach" nil (((k ae l) 1) ((t ih n) 0) ((b aa k) 0))) +("kaltenbacher" nil (((k aa l) 1) ((t ax n) 0) ((b aa) 1) ((k er) 0))) +("kalter" nil (((k ao l) 1) ((t er) 0))) +("kalthoff" nil (((k ae l th) 1))) +("kaluza" nil (((k ax) 0) ((l uw) 1) ((z ax) 0))) +("kaluzny" nil (((k ax) 0) ((l ah z) 1) ((n iy) 0))) +("kalvar" nil (((k ae l) 1) ((v aa r) 0))) +("kam" nil (((k ae m) 1))) +("kama" nil (((k aa) 1) ((m ax) 0))) +("kamakau" nil (((k aa) 1) ((m ax) 0) ((k aa) 1) ((uw) 0))) +("kamal" nil (((k ey) 1) ((m ax l) 0))) +("kamala" nil (((k ax) 0) ((m aa) 1) ((l ax) 0))) +("kamali" nil (((k ax) 0) ((m aa) 1) ((l iy) 0))) +("kaman" nil (((k ey) 1) ((m ax n) 0))) +("kamber" nil (((k ae m) 1) ((b er) 0))) +("kamchatka" nil (((k ae m) 1) ((ch ae t) 1) ((k ax) 0))) +("kamehameha" nil (((k ax) 0) ((m ey) 1) ((ax) 0) ((m ey) 1) ((ax) 0))) +("kamei" nil (((k ae) 1) ((m iy) 0))) +("kamel" nil (((k aa) 1) ((m ax l) 0))) +("kamen" nil (((k aa) 1) ((m eh n) 0))) +("kamenar" nil (((k ae) 1) ((m ax) 0) ((n er) 0))) +("kamens" nil (((k aa) 1) ((m eh n z) 0))) +("kamentsev" nil (((k ax) 0) ((m eh n t) 1) ((s aa v) 1))) +("kamer" nil (((k ey) 1) ((m er) 0))) +("kamerer" nil (((k ae) 1) ((m er) 0) ((er) 0))) +("kamikaze" nil (((k aa) 1) ((m ax) 0) ((k aa) 1) ((z iy) 0))) +("kamin" nil (((k aa) 1) ((m iy n) 0))) +("kaminer" nil (((k ae) 1) ((m ih) 0) ((n er) 0))) +("kamins" nil (((k ae) 1) ((m ih n z) 0))) +("kaminski" nil (((k ax) 0) ((m ih n) 1) ((s k iy) 0))) +("kaminsky" nil (((k ax) 0) ((m ih n) 1) ((s k iy) 0))) +("Kamisar" n (((k ae) 1) ((m ax) 0) ((s aa r) 0))) +("kamke" nil (((k ae m) 1) ((k iy) 0))) +("kamler" nil (((k ae) 1) ((m ax) 0) ((l er) 0))) +("kamm" nil (((k ae m) 1))) +("kamman" nil (((k ae) 1) ((m ax n) 0))) +("kammer" nil (((k ae) 1) ((m er) 0))) +("kammerer" nil (((k ae) 1) ((m er) 0) ((er) 0))) +("kammerzell" nil (((k ae) 1) ((m er) 0) ((z ax l) 0))) +("kammeyer" nil (((k ae) 1) ((m ay) 0) ((er) 0))) +("kamp" nil (((k ae m p) 1))) +("kampa" nil (((k ae m) 1) ((p ax) 0))) +("kampe" nil (((k ae m p) 1))) +("kampelman" nil (((k ae m) 1) ((p ax l) 0) ((m ax n) 0))) +("kampen" nil (((k ae m) 1) ((p ax n) 0))) +("kamper" nil (((k ae m) 1) ((p er) 0))) +("kampf" nil (((k ae m p f) 1))) +("kampfer" nil (((k ae m p) 1) ((f er) 0))) +("kamphaus" nil (((k ae m p) 1) ((hh aw s) 1))) +("kampman" nil (((k ae m p) 1) ((m ax n) 0))) +("kampmann" nil (((k ae m p) 1) ((m ax n) 0))) +("kampong" nil (((k aa m) 1) ((p ao ng) 0))) +("kamps" nil (((k ae m p s) 1))) +("kampschulte" nil (((k ae m p) 1) ((sh uh l) 1) ((t iy) 0))) +("Kampuchea" n (((k ae m) 0) ((p ax) 0) ((ch iy) 1) ((ax) 0))) +("kamradt" nil (((k ae) 1) ((m r ax t) 0))) +("kamrath" nil (((k ae) 1) ((m r ax th) 0))) +("kamstra" nil (((k ae m) 1) ((s t r ax) 0))) +("kan" nil (((k ae n) 1))) +("kana" nil (((k ae) 1) ((n ax) 0))) +("kanade" nil (((k ax) 0) ((n aa) 1) ((d ey) 1))) +("kanady" nil (((k ae) 1) ((n ax) 0) ((d iy) 0))) +("kanagy" nil (((k ae) 1) ((n ax) 0) ((jh iy) 0))) +("kanak" nil (((k ae) 1) ((n ax k) 0))) +("kanan" nil (((k ey) 1) ((n ax n) 0))) +("kanarek" nil (((k ae) 1) ((n er) 0) ((ih k) 0))) +("kanawa" nil (((k aa) 1) ((n aa) 1) ((w ax) 0))) +("kanawha" nil (((k ax) 0) ((n ao) 1) ((hh ax) 0))) +("kanazawa" nil (((k aa) 1) ((n aa) 0) ((z aa) 1) ((w ax) 0))) +("kanda" nil (((k ae n) 1) ((d ax) 0))) +("kandahar" nil (((k ae n) 1) ((d ax) 0) ((hh aa r) 0))) +("kandel" nil (((k ae n) 1) ((d ax l) 0))) +("kandler" nil (((k ae n d) 1) ((l er) 0))) +("kandt" nil (((k ae n t) 1))) +("kane" nil (((k ey n) 1))) +("kaneb" nil (((k ae) 1) ((n ax b) 0))) +("kanegsberg" nil (((k ae) 1) ((n ax g z) 0) ((b er g) 0))) +("kaneko" nil (((k aa) 0) ((n ey) 1) ((k ow) 0))) +("kanemaru" nil (((k ae) 1) ((n eh) 0) ((m aa) 1) ((r uw) 0))) +("kaner" nil (((k ey) 1) ((n er) 0))) +("kaneshiro" nil (((k aa) 0) ((n ey) 0) ((sh ih) 1) ((r ow) 0))) +("kaney" nil (((k ey) 1) ((n iy) 0))) +("kang" nil (((k ae ng) 1))) +("kangaroo" nil (((k ae ng) 1) ((g er) 0) ((uw) 1))) +("kangaroos" nil (((k ae ng) 1) ((g er) 0) ((uw z) 1))) +("kangas" nil (((k ae ng) 1) ((g ax z) 0))) +("kanghua" nil (((k ae ng) 1) ((hh y uw) 0) ((ax) 0))) +("kangkang" nil (((k aa ng) 1) ((k aa ng) 1))) +("kangkar" nil (((k aa ng) 1) ((k aa) 0))) +("kangs" nil (((k ae ng z) 1))) +("kangyo" nil (((k ae n jh) 1) ((y ow) 0))) +("kania" nil (((k aa) 0) ((n iy) 1) ((ax) 0))) +("kaniewski" nil (((k aa) 0) ((n iy) 0) ((eh f) 1) ((s k iy) 0))) +("kanipe" nil (((k ae) 1) ((n ih p) 0))) +("kanis" nil (((k ae) 1) ((n ih s) 0))) +("Kanise" n (((k ae) 1) ((n iy z) 0))) +("kanitz" nil (((k ae) 1) ((n ih t s) 0))) +("kanji" nil (((k ae n) 1) ((jh iy) 0))) +("kankakee" nil (((k ae ng) 1) ((k ih) 0) ((k iy) 0))) +("kankaku" nil (((k aa n) 1) ((k aa) 1) ((k uw) 0))) +("kann" nil (((k ae n) 1))) +("kannan" nil (((k aa) 1) ((n ax n) 0))) +("kanne" nil (((k ae n) 1))) +("kannenberg" nil (((k ae) 1) ((n ax n) 0) ((b er g) 0))) +("kanner" nil (((k ae) 1) ((n er) 0))) +("kanno" nil (((k ae) 1) ((n ow) 0))) +("kano" nil (((k aa) 1) ((n ow) 0))) +("kanode" nil (((k ax) 0) ((n ow d) 1))) +("kanon" nil (((k ey) 1) ((n ax n) 0))) +("kanouse" nil (((k aa) 0) ((n ow) 0) ((uw) 1) ((s ey) 0))) +("kansai" nil (((k ae n) 0) ((s ay) 1))) +("kansallis" nil (((k ae n) 1) ((s ae) 1) ((l ih s) 0))) +("kansan" nil (((k ae n) 1) ((z ax n) 0))) +("kansas" nil (((k ae n) 1) ((z ax s) 0))) +("kant" nil (((k ae n t) 1))) +("kanter" nil (((k ae n) 1) ((t er) 0))) +("kantian" nil (((k ae n) 1) ((t iy) 0) ((ax n) 0))) +("kantner" nil (((k ae n t) 1) ((n er) 0))) +("kantola" nil (((k ax n) 0) ((t ow) 1) ((l ax) 0))) +("kantor" nil (((k ae n) 1) ((t er) 0))) +("kantrowitz" nil (((k ae n) 1) ((t r ax) 0) ((w ih t s) 0))) +("kantz" nil (((k ae n t s) 1))) +("kanz" nil (((k ae n z) 1))) +("kanzler" nil (((k ae n) 1) ((z l er) 0))) +("kao" nil (((k aw) 1))) +("kaohsiung" nil (((k ey) 1) ((ow) 1) ((s iy) 0) ((ax ng) 0))) +("kaolin" nil (((k aw) 1) ((l ih n) 0))) +("kaori" nil (((k ao) 1) ((r iy) 0))) +("kapaun" nil (((k ae) 1) ((p aw n) 0))) +("kapfer" nil (((k ae p) 1) ((f er) 0))) +("kapinos" nil (((k ae) 1) ((p ih) 0) ((n ow z) 0))) +("kapitan" nil (((k ae) 1) ((p ih) 0) ((t ax n) 0))) +("kaplain" nil (((k ae) 1) ((p l ax n) 0))) +("kaplan" nil (((k ae) 1) ((p l ax n) 0))) +("kapler" nil (((k ey) 1) ((p ax) 0) ((l er) 0))) +("kaplin" nil (((k ae) 1) ((p l ih n) 0))) +("kaplow" nil (((k ae) 1) ((p l ow) 0))) +("kaplowitz" nil (((k aa) 1) ((p l ax) 0) ((w ih t s) 0))) +("kapner" nil (((k ae p) 1) ((n er) 0))) +("kapnick" nil (((k ae p) 1) ((n ih k) 0))) +("kapoor" nil (((k ax) 0) ((p uw r) 1))) +("kapor" nil (((k ey) 1) ((p er) 0))) +("kapp" nil (((k ae p) 1))) +("kappa" nil (((k ae) 1) ((p ax) 0))) +("kappel" nil (((k ae) 1) ((p ax l) 0))) +("kappeler" nil (((k ae) 1) ((p ax) 0) ((l er) 0))) +("kappelman" nil (((k ae) 1) ((p ax l) 0) ((m ax n) 0))) +("kapper" nil (((k ae) 1) ((p er) 0))) +("kappes" nil (((k ae p s) 1))) +("kappler" nil (((k ae) 1) ((p l er) 0))) +("kappus" nil (((k ae) 1) ((p ax s) 0))) +("kapral" nil (((k ae) 1) ((p r ax l) 0))) +("kaps" nil (((k ae p s) 1))) +("kapton" nil (((k ae p) 1) ((t ax n) 0))) +("kaptur" nil (((k ae p) 1) ((t er) 0))) +("kapur" nil (((k ae) 1) ((p er) 0))) +("kapuscinski" nil (((k ax) 0) ((p ax s) 0) ((ch ih n) 1) ((s k iy) 0))) +("kapusta" nil (((k ax) 0) ((p ah) 1) ((s t ax) 0))) +("kar" nil (((k aa r) 1))) +("kara" nil (((k eh) 1) ((r ax) 0))) +("karabakh" nil (((k eh) 1) ((r ax) 0) ((b ae k) 0))) +("karabin" nil (((k aa) 0) ((r aa) 1) ((b iy n) 0))) +("karachi" nil (((k aa) 0) ((r aa) 1) ((ch iy) 0))) +("karadzic" nil (((k aa) 0) ((r aa) 1) ((jh ih k) 0))) +("karaffa" nil (((k ae) 1) ((r ax) 0) ((f ax) 0))) +("karajan" nil (((k eh) 1) ((r ax) 0) ((jh ax n) 0))) +("karam" nil (((k ae) 1) ((r ax m) 0))) +("karami" nil (((k er) 0) ((aa) 1) ((m iy) 0))) +("karan" nil (((k eh) 1) ((r ax n) 0))) +("karaoke" nil (((k eh) 1) ((r iy) 0) ((ow) 1) ((k iy) 0))) +("karas" nil (((k aa) 1) ((r ax z) 0))) +("karasawa" nil (((k aa) 1) ((r ax) 0) ((s aa) 1) ((w ax) 0))) +("karasek" nil (((k er) 0) ((aa) 1) ((s eh k) 0))) +("karasik" nil (((k er) 0) ((aa) 1) ((s ih k) 0))) +("karat" nil (((k eh) 1) ((r ax t) 0))) +("karate" nil (((k er) 0) ((aa) 1) ((t iy) 0))) +("karatsu" nil (((k er) 0) ((ae t) 1) ((s uw) 1))) +("karatz" nil (((k eh) 1) ((r ax t s) 0))) +("karban" nil (((k aa r) 1) ((b ax n) 0))) +("karbassioun" nil (((k aa r) 1) ((b ae) 1) ((s iy) 0) ((uw n) 1))) +("karber" nil (((k aa r) 1) ((b er) 0))) +("karbowski" nil (((k er) 0) ((b ao f) 1) ((s k iy) 0))) +("karch" nil (((k aa r k) 1))) +("karcher" nil (((k aa r) 1) ((ch er) 0))) +("karcz" nil (((k aa r ch) 1))) +("karczewski" nil (((k er) 0) ((ch eh f) 1) ((s k iy) 0))) +("kardashian" nil (((k aa) 1) ((d ax) 0) ((sh ey n) 1))) +("kardell" nil (((k aa r) 1) ((d ax l) 0))) +("kardos" nil (((k aa r) 1) ((d ow z) 0))) +("kareem" nil (((k er) 0) ((iy m) 1))) +("karel" nil (((k eh) 1) ((r ax l) 0))) +("karelian" nil (((k er) 0) ((iy) 1) ((l iy) 0) ((ax n) 0))) +("karels" nil (((k eh) 1) ((r ax l z) 0))) +("karen" nil (((k eh) 1) ((r ax n) 0))) +("karenina" nil (((k eh) 1) ((r eh) 0) ((n iy) 1) ((n ax) 0))) +("karet" nil (((k eh) 1) ((r ax t) 0))) +("karg" nil (((k aa r g) 1))) +("karger" nil (((k aa r) 1) ((g er) 0))) +("karges" nil (((k aa r) 1) ((jh ih z) 0))) +("kari" nil (((k eh) 1) ((r iy) 0))) +("karibu" nil (((k eh) 1) ((r iy) 1) ((b uw) 0))) +("karim" nil (((k er) 0) ((iy m) 1))) +("karimi" nil (((k aa) 0) ((r iy) 1) ((m iy) 0))) +("karin" nil (((k eh) 1) ((r ih n) 0))) +("karino" nil (((k eh) 1) ((r iy) 1) ((n ow) 0))) +("kariotis" nil (((k aa) 1) ((r iy) 0) ((ow) 1) ((t ih s) 0))) +("karis" nil (((k eh) 1) ((r iy z) 0))) +("karl" nil (((k aa r l) 1))) +("karla" nil (((k aa r) 1) ((l ax) 0))) +("karle" nil (((k aa) 1) ((r ax l) 0))) +("karlen" nil (((k aa r) 1) ((l ax n) 0))) +("karlheinz" nil (((k aa r l) 1) ((hh ay n z) 1))) +("karlik" nil (((k aa r) 1) ((l ih k) 0))) +("karlin" nil (((k aa r) 1) ((l ih n) 0))) +("karline" nil (((k aa r) 1) ((l ay n) 1))) +("karls" nil (((k aa r l z) 1))) +("karlsen" nil (((k aa r l) 1) ((s ax n) 0))) +("karlson" nil (((k aa r l) 1) ((s ax n) 0))) +("karlsruhe" nil (((k aa r l z) 1) ((r uw) 1))) +("karlsson" nil (((k aa r l) 1) ((s ax n) 0))) +("karma" nil (((k aa r) 1) ((m ax) 0))) +("karman" nil (((k aa r) 1) ((m ax n) 0))) +("karn" nil (((k aa r n) 1))) +("karner" nil (((k aa r) 1) ((n er) 0))) +("karnes" nil (((k aa r n z) 1))) +("karney" nil (((k aa r) 1) ((n iy) 0))) +("karns" nil (((k aa r n z) 1))) +("karnsund" nil (((k aa r n) 1) ((s ax n d) 0))) +("karol" nil (((k eh) 1) ((r ao l) 0))) +("karolina" nil (((k eh) 1) ((r ax) 0) ((l ay) 1) ((n ax) 0))) +("karoline" nil (((k eh) 1) ((r ax) 0) ((l ay n) 1))) +("karolinska" nil (((k eh) 1) ((r ow) 0) ((l ih n) 1) ((s k ax) 0))) +("karoly" nil (((k er) 0) ((ow) 1) ((l iy) 0))) +("karolyi" nil (((k er) 0) ((ow) 1) ((l y iy) 0))) +("karolyn" nil (((k ae) 1) ((r ax) 0) ((l ih n) 0))) +("karon" nil (((k eh) 1) ((r ax n) 0))) +("karos" nil (((k aa) 1) ((r ow s) 0))) +("karoun" nil (((k er) 0) ((uw n) 1))) +("karow" nil (((k aa) 1) ((r ow) 0))) +("karp" nil (((k aa r p) 1))) +("karpatkin" nil (((k aa r) 1) ((p ae t) 1) ((k ih n) 0))) +("karpel" nil (((k aa r) 1) ((p ax l) 0))) +("karpen" nil (((k aa r) 1) ((p ax n) 0))) +("karpf" nil (((k aa r p f) 1))) +("karpinski" nil (((k er) 0) ((p ih n) 1) ((s k iy) 0))) +("karpov" nil (((k aa r) 1) ((p aa v) 1))) +("karpowicz" nil (((k aa r) 1) ((p ax) 0) ((v ih ch) 0))) +("karr" nil (((k aa r) 1))) +("karraker" nil (((k aa) 1) ((r ax) 0) ((k er) 0))) +("karras" nil (((k ae) 1) ((r ax z) 0))) +("karren" nil (((k ae) 1) ((r ax n) 0))) +("karrer" nil (((k aa) 1) ((r er) 0))) +("karrick" nil (((k ae) 1) ((r ih k) 0))) +("karriker" nil (((k ae) 1) ((r ih) 0) ((k er) 0))) +("karry" nil (((k eh) 1) ((r iy) 0))) +("karsh" nil (((k aa r sh) 1))) +("karshner" nil (((k aa r) 1) ((sh n er) 0))) +("karson" nil (((k aa r) 1) ((s ax n) 0))) +("karst" nil (((k aa r s t) 1))) +("karstadt" nil (((k aa r) 1) ((s t ae t) 1))) +("karsten" nil (((k aa r) 1) ((s ax n) 0))) +("karstens" nil (((k aa r) 1) ((s ax n z) 0))) +("karstetter" nil (((k aa r) 1) ((s t ih) 0) ((t er) 0))) +("kartasasmita" nil (((k aa r) 0) ((t ae) 1) ((s ax) 0) ((s m iy) 1) ((t ax) 0))) +("kartchner" nil (((k aa r ch) 1) ((n er) 0))) +("karter" nil (((k aa r) 1) ((t er) 0))) +("kartes" nil (((k aa r t s) 1))) +("karun" nil (((k er) 0) ((uw n) 1))) +("karvonen" nil (((k aa r) 1) ((v ax) 0) ((n ax n) 0))) +("karwoski" nil (((k er) 0) ((v aw) 1) ((s k iy) 0))) +("karwowski" nil (((k er) 0) ((v ao f) 1) ((s k iy) 0))) +("kary" nil (((k eh) 1) ((r iy) 0))) +("karydakis" nil (((k eh) 1) ((r iy) 0) ((d ae) 1) ((k ih s) 0))) +("karyn" nil (((k ae) 1) ((r ih n) 0))) +("kasal" nil (((k ey) 1) ((s ax l) 0))) +("kasch" nil (((k ae sh) 1))) +("kaschak" nil (((k ae) 1) ((sh ax k) 0))) +("kasdorf" nil (((k ae s) 1) ((d ao r f) 0))) +("kase" nil (((k ey z) 1))) +("kasel" nil (((k ae) 1) ((s ax l) 0))) +("kasell" nil (((k ae) 1) ((s ax l) 0))) +("kaseman" nil (((k ey) 1) ((s m ax n) 0))) +("kaser" nil (((k ey) 1) ((z er) 0))) +("kasey" nil (((k ae) 1) ((s iy) 0))) +("kash" nil (((k ae sh) 1))) +("kashiwagi" nil (((k ae) 1) ((sh ih) 0) ((w ae) 1) ((g iy) 0))) +("kashiwahara" nil (((k aa) 1) ((sh iy) 0) ((w ax) 0) ((hh aa) 1) ((r ax) 0))) +("kashmir" nil (((k ae) 1) ((sh m ih r) 0))) +("kashner" nil (((k ae) 1) ((sh n er) 0))) +("kashoggi" nil (((k ax) 0) ((sh aa) 1) ((jh iy) 0))) +("kashuba" nil (((k ax) 0) ((sh uw) 1) ((b ax) 0))) +("kasich" nil (((k aa) 1) ((s ih ch) 0))) +("kasik" nil (((k aa) 1) ((s ih k) 0))) +("kasinger" nil (((k ae) 1) ((s ih n) 0) ((jh er) 0))) +("kaska" nil (((k aa) 1) ((s k ax) 0))) +("kaske" nil (((k ae) 1) ((s k iy) 0))) +("kaskel" nil (((k ae) 1) ((s k ax l) 0))) +("kasler" nil (((k ae) 1) ((s ax) 0) ((l er) 0))) +("kasmer" nil (((k ae) 1) ((s ax) 0) ((m er) 0))) +("kasmira" nil (((k ax) 0) ((s m ay) 1) ((r ax) 0))) +("kasner" nil (((k ae) 1) ((s n er) 0))) +("kaspar" nil (((k ae) 1) ((s p er) 0))) +("kasparek" nil (((k ae) 1) ((s p er) 0) ((ih k) 0))) +("kasparian" nil (((k ax) 0) ((s p eh) 1) ((r iy) 0) ((ax n) 0))) +("kasparov" nil (((k ae) 1) ((s p er) 0) ((aa v) 0))) +("kasper" nil (((k ae) 1) ((s p er) 0))) +("kasperek" nil (((k ae) 1) ((s p er) 0) ((ih k) 0))) +("kasperski" nil (((k ax) 0) ((s p er) 1) ((s k iy) 0))) +("kasprowicz" nil (((k aa) 1) ((s p r ax) 0) ((v ih ch) 0))) +("kasprzak" nil (((k aa) 1) ((s p er) 0) ((z ax k) 0))) +("kasprzyk" nil (((k aa) 1) ((s p er) 0) ((z ih k) 0))) +("kasputys" nil (((k ae) 1) ((s p y uw) 1) ((t ih s) 0))) +("kasriel" nil (((k ae) 1) ((s r iy) 0) ((ax l) 0))) +("kass" nil (((k ae s) 1))) +("kassa" nil (((k ae) 1) ((s ax) 0))) +("kassab" nil (((k ae) 1) ((s ax b) 0))) +("kassan" nil (((k ae) 1) ((s ax n) 0))) +("kassar" nil (((k ae) 1) ((s er) 0))) +("kassebaum" nil (((k ae) 1) ((s ax) 0) ((b aw m) 1))) +("kassel" nil (((k ae) 1) ((s ax l) 0))) +("kassem" nil (((k ae) 1) ((s ax m) 0))) +("kassen" nil (((k ae) 1) ((s ax n) 0))) +("kassin" nil (((k ae) 1) ((s ih n) 0))) +("kassing" nil (((k ae) 1) ((s ih ng) 0))) +("kassis" nil (((k ae) 1) ((s ih s) 0))) +("kassler" nil (((k ae) 1) ((s l er) 0))) +("kassner" nil (((k ae) 1) ((s n er) 0))) +("kasson" nil (((k ae) 1) ((s ax n) 0))) +("kast" nil (((k ae s t) 1))) +("kastel" nil (((k ey) 1) ((s t ax l) 0))) +("kastelic" nil (((k ax) 0) ((s t eh) 1) ((l ih k) 0))) +("kasten" nil (((k ae) 1) ((s t ax n) 0))) +("kastenmeier" nil (((k ae) 1) ((s t ax n) 0) ((m ay r) 1))) +("kastens" nil (((k ey) 1) ((s ax n z) 0))) +("kaster" nil (((k ae) 1) ((s t er) 0))) +("kastl" nil (((k ae) 1) ((s t ax l) 0))) +("kastle" nil (((k ae) 1) ((s ax l) 0))) +("kastler" nil (((k ae s t) 1) ((l er) 0))) +("kastner" nil (((k ae s t) 1) ((n er) 0))) +("kasun" nil (((k aa) 1) ((s uw n) 0))) +("kasza" nil (((k aa) 1) ((sh ax) 0))) +("kaszuba" nil (((k ax) 0) ((sh uw) 1) ((b ax) 0))) +("kat" nil (((k ae t) 1))) +("kataoka" nil (((k aa) 0) ((t aa) 0) ((ow) 1) ((k ax) 0))) +("katarina" nil (((k aa) 1) ((t er) 0) ((iy) 1) ((n ax) 0))) +("katashiba" nil (((k ae) 1) ((t ax) 0) ((sh iy) 1) ((b ax) 0))) +("katayama" nil (((k aa) 0) ((t aa) 0) ((y aa) 1) ((m ax) 0))) +("katcher" nil (((k ae) 1) ((ch er) 0))) +("kate" nil (((k ey t) 1))) +("katen" nil (((k ey) 1) ((t ax n) 0))) +("kater" nil (((k ey) 1) ((t er) 0))) +("kates" nil (((k ey t s) 1))) +("kath" nil (((k ae th) 1))) +("kathan" nil (((k ae) 1) ((th ax n) 0))) +("katharina" nil (((k ae) 1) ((th eh) 0) ((r iy) 1) ((n ax) 0))) +("katharine" nil (((k ae) 1) ((th r ih n) 0))) +("katherine" nil (((k ae) 1) ((th er) 0) ((ih n) 0))) +("kathi" nil (((k ae) 1) ((th iy) 0))) +("kathie" nil (((k ae) 1) ((th iy) 0))) +("kathleen" nil (((k ae th) 0) ((l iy n) 1))) +("kathlene" nil (((k ae th) 1) ((l iy n) 1))) +("kathline" nil (((k ae th) 1) ((l ay n) 1))) +("kathman" nil (((k ae th) 1) ((m ax n) 0))) +("kathryn" nil (((k ae) 1) ((th r ih n) 0))) +("kathy" nil (((k ae) 1) ((th iy) 0))) +("katia" nil (((k aa) 1) ((t iy) 0) ((ax) 0))) +("katie" n (((k ey) 1) ((t iy) 0))) +("katie" nil (((k ae) 1) ((t iy) 0))) +("katmandu" nil (((k ae t) 1) ((m ae n) 0) ((d uw) 1))) +("kato" nil (((k ey) 1) ((t ow) 0))) +("katona" nil (((k aa) 0) ((t ow) 1) ((n ax) 0))) +("katragadda" nil (((k aa) 1) ((t ax) 0) ((g aa) 1) ((d ax) 0))) +("kats" nil (((k ae t s) 1))) +("katsanos" nil (((k ae t) 1) ((s aa) 1) ((n ow s) 0))) +("katsaros" nil (((k ae t) 1) ((s er) 0) ((ow z) 0))) +("katsumi" nil (((k aa t) 1) ((s uw) 1) ((m iy) 0))) +("katsushi" nil (((k ae t) 1) ((s uw) 1) ((sh iy) 0))) +("katt" nil (((k ae t) 1))) +("kattner" nil (((k ae t) 1) ((n er) 0))) +("katy" nil (((k ey) 1) ((t iy) 0))) +("katyn" nil (((k ey) 1) ((t ih n) 1))) +("katz" nil (((k ae t s) 1))) +("katzen" nil (((k ae t) 1) ((z ax n) 0))) +("katzenbach" nil (((k ae t) 1) ((s ax n) 0) ((b aa k) 1))) +("katzenberg" nil (((k ae t) 1) ((s ax n) 0) ((b er g) 0))) +("katzenberger" nil (((k ae t) 1) ((z ax n) 0) ((b er) 0) ((g er) 0))) +("katzenstein" nil (((k ae t) 1) ((s ax n) 0) ((s t ay n) 0))) +("katzer" nil (((k ae t) 1) ((s er) 0))) +("katzin" nil (((k ae t) 1) ((s ih n) 0))) +("katzman" nil (((k ae t) 1) ((s m ax n) 0))) +("kau" nil (((k aw) 1))) +("kauai" nil (((k aw) 1) ((ay) 1))) +("kauble" nil (((k ao) 1) ((b ax l) 0))) +("kaucher" nil (((k aw) 1) ((k er) 0))) +("kauer" nil (((k aw) 1) ((er) 0))) +("kaufer" nil (((k ao) 1) ((f er) 0))) +("kauffman" nil (((k ao f) 1) ((m ax n) 0))) +("kauffmann" nil (((k ao f) 1) ((m ax n) 0))) +("kaufhof" nil (((k ao f) 1) ((hh ao f) 0))) +("kaufhold" nil (((k aw f) 1) ((hh ow l d) 0))) +("kaufman" nil (((k ao f) 1) ((m ax n) 0))) +("kaufmann" nil (((k ao f) 1) ((m ax n) 0))) +("kauk" nil (((k ao k) 1))) +("kaul" nil (((k ao l) 1))) +("kaunda" nil (((k ao n) 1) ((d ax) 0))) +("kaup" nil (((k ao p) 1))) +("kaupp" nil (((k ao p) 1))) +("kauppi" nil (((k ao) 1) ((p iy) 0))) +("kaus" nil (((k ao z) 1))) +("kausch" nil (((k aw sh) 1))) +("kauth" nil (((k ao th) 1))) +("kautz" nil (((k ao t s) 1))) +("kautzman" nil (((k aw t) 1) ((s m ax n) 0))) +("kauzlarich" nil (((k aw) 1) ((z l er) 0) ((ih k) 0))) +("kavan" nil (((k ey) 1) ((v ax n) 0))) +("kavanagh" nil (((k ae) 1) ((v ax) 0) ((n ao) 1))) +("kavanaugh" nil (((k ae) 1) ((v ax) 0) ((n ao) 1))) +("kaveney" nil (((k ae) 1) ((v ih) 0) ((n iy) 0))) +("kavner" nil (((k ae v) 1) ((n er) 0))) +("kawa" nil (((k aa) 1) ((w ax) 0))) +("kawaguchi" nil (((k aa) 1) ((w aa) 0) ((g uw) 1) ((ch iy) 0))) +("kawahara" nil (((k aa) 1) ((w aa) 0) ((hh aa) 1) ((r ax) 0))) +("kawai" nil (((k aa) 0) ((w aa) 1) ((iy) 0))) +("kawakami" nil (((k aa) 1) ((w aa) 0) ((k aa) 1) ((m iy) 0))) +("kawamoto" nil (((k aa) 0) ((w aa) 0) ((m ow) 1) ((t ow) 0))) +("kawamura" nil (((k aw) 1) ((aa) 0) ((m uh) 1) ((r ax) 0))) +("kawano" nil (((k aa) 0) ((w aa) 1) ((n ow) 0))) +("kawasaki" nil (((k aa) 1) ((w aa) 0) ((s aa) 1) ((k iy) 0))) +("kawashima" nil (((k aa) 1) ((w aa) 0) ((sh iy) 1) ((m ax) 0))) +("kawate" nil (((k aa) 1) ((w aa) 1) ((t ey) 1))) +("kawecki" nil (((k aa) 0) ((v eh t) 1) ((s k iy) 0))) +("kaweske" nil (((k aa) 0) ((v eh) 1) ((s k iy) 0))) +("kay" nil (((k ey) 1))) +("kaya" nil (((k aa) 1) ((y ax) 0))) +("kayak" nil (((k ay) 1) ((ae k) 0))) +("kayaking" nil (((k ay) 1) ((ae) 1) ((k ih ng) 0))) +("kayaks" nil (((k ay) 1) ((ae k s) 0))) +("kaydon" nil (((k ey) 1) ((d ax n) 0))) +("kaye" nil (((k ey) 1))) +("kayes" nil (((k ey z) 1))) +("kaylie" nil (((k ey) 1) ((l iy) 0))) +("kaylor" nil (((k ey) 1) ((l er) 0))) +("kayne" nil (((k ey n) 1))) +("kayo" nil (((k ey) 0) ((ow) 1))) +("kaypro" nil (((k ey) 1) ((p r ow) 0))) +("kays" nil (((k ey z) 1))) +("kayser" nil (((k ey) 1) ((z er) 0))) +("kaysersberg" nil (((k ay) 1) ((z er z) 0) ((b er g) 0))) +("kazakh" nil (((k ae) 1) ((z ae k) 0))) +("kazakhs" nil (((k ae) 1) ((z ae k s) 0))) +("kazakhstan" nil (((k aa) 1) ((z aa k) 0) ((s t aa n) 1))) +("kazan" nil (((k ey) 1) ((z ax n) 0))) +("kazanjian" nil (((k ax) 0) ((z ae n) 1) ((jh iy) 0) ((ax n) 0))) +("kazarian" nil (((k ax) 0) ((z eh) 1) ((r iy) 0) ((ax n) 0))) +("kazda" nil (((k aa z) 1) ((d ax) 0))) +("kazee" nil (((k aa) 1) ((z iy) 0))) +("kazempour" nil (((k ax) 0) ((z eh m) 1) ((p aw r) 0))) +("kazen" nil (((k ae) 1) ((z ax n) 0))) +("kazikaev" nil (((k ae) 1) ((z ih) 0) ((k ey v) 1))) +("kazin" nil (((k ey) 1) ((z ih n) 0))) +("kazis" nil (((k ae) 1) ((z ih s) 0))) +("kazlauskas" nil (((k ae) 1) ((z l aw) 0) ((s k ax z) 0))) +("kazmer" nil (((k ae z) 1) ((m er) 0))) +("kazmierczak" nil (((k aa z) 1) ((m ih r) 0) ((ch ae k) 0))) +("kazmierski" nil (((k ax z) 0) ((m ih r) 1) ((s k iy) 0))) +("kazoo" nil (((k ax) 0) ((z uw) 1))) +("kazuhiko" nil (((k aa) 1) ((z uw) 0) ((hh iy) 1) ((k ow) 0))) +("kazuo" nil (((k aa) 1) ((z uw) 1) ((ow) 0))) +("ke" nil (((k ah) 0))) +("kea" nil (((k iy) 1))) +("keach" nil (((k iy ch) 1))) +("keadle" nil (((k iy) 1) ((d ax l) 0))) +("keady" nil (((k iy) 1) ((d iy) 0))) +("keagle" nil (((k iy) 1) ((g ax l) 0))) +("keagy" nil (((k iy) 1) ((jh iy) 0))) +("keahey" nil (((k iy) 1) ((hh iy) 0))) +("keal" nil (((k iy l) 1))) +("kealey" nil (((k iy) 1) ((l iy) 0))) +("kealy" nil (((k iy) 1) ((l iy) 0))) +("kean" nil (((k iy n) 1))) +("keane" nil (((k iy n) 1))) +("keaney" nil (((k iy) 1) ((n iy) 0))) +("kear" nil (((k ih r) 1))) +("kearby" nil (((k er) 1) ((b iy) 0))) +("kearfott" nil (((k ih r) 1) ((f aa t) 0))) +("kearley" nil (((k er) 1) ((l iy) 0))) +("kearn" nil (((k er n) 1))) +("kearney" nil (((k er) 1) ((n iy) 0))) +("kearns" nil (((k er n z) 1))) +("kearny" nil (((k er) 1) ((n iy) 0))) +("kearse" nil (((k er s) 1))) +("keary" nil (((k ih) 1) ((r iy) 0))) +("keas" nil (((k iy z) 1))) +("keasler" nil (((k iy) 1) ((z l er) 0))) +("keasling" nil (((k iy) 1) ((z l ih ng) 0))) +("keast" nil (((k iy s t) 1))) +("keat" nil (((k eh t) 1))) +("keath" nil (((k iy th) 1))) +("keathley" nil (((k iy th) 1) ((l iy) 0))) +("keating" nil (((k iy) 1) ((t ih ng) 0))) +("keatley" nil (((k iy t) 1) ((l iy) 0))) +("keaton" nil (((k iy) 1) ((t ax n) 0))) +("keator" nil (((k iy) 1) ((t er) 0))) +("keats" nil (((k iy t s) 1))) +("keatts" nil (((k iy t s) 1))) +("keaveney" nil (((k iy) 1) ((v ih) 0) ((n iy) 0))) +("keaveny" nil (((k iy) 1) ((v ih) 0) ((n iy) 0))) +("keay" nil (((k iy) 1) ((iy) 0))) +("keck" nil (((k eh k) 1))) +("keckler" nil (((k eh) 1) ((k l er) 0))) +("kedar" nil (((k iy) 1) ((d er) 0))) +("keddy" nil (((k eh) 1) ((d iy) 0))) +("kedrowski" nil (((k ih) 0) ((d r ao f) 1) ((s k iy) 0))) +("keds" nil (((k eh d z) 1))) +("kedzierski" nil (((k ih) 0) ((jh ih r) 1) ((s k iy) 0))) +("kee" nil (((k iy) 1))) +("keeble" nil (((k iy) 1) ((b ax l) 0))) +("keebler" nil (((k iy) 1) ((b l er) 0))) +("keech" nil (((k iy ch) 1))) +("keedy" nil (((k iy) 1) ((d iy) 0))) +("keef" nil (((k iy f) 1))) +("keefe" nil (((k iy f) 1))) +("keefer" nil (((k iy) 1) ((f er) 0))) +("keeffe" nil (((k iy f) 1))) +("keegali" nil (((k iy) 1) ((g aa) 1) ((l iy) 0))) +("keegan" nil (((k iy) 1) ((g ax n) 0))) +("keehan" nil (((k iy) 1) ((ax n) 0))) +("keehn" nil (((k iy n) 1))) +("keehner" nil (((k iy) 1) ((n er) 0))) +("keel" nil (((k iy l) 1))) +("keelan" nil (((k iy) 1) ((l ax n) 0))) +("keele" nil (((k iy l) 1))) +("keeler" nil (((k iy) 1) ((l er) 0))) +("keeley" nil (((k iy) 1) ((l iy) 0))) +("keelin" nil (((k iy) 1) ((l ih n) 0))) +("keeling" nil (((k iy) 1) ((l ih ng) 0))) +("keels" nil (((k iy l z) 1))) +("keelson" nil (((k eh l) 1) ((s ax n) 0))) +("keely" nil (((k iy) 1) ((l iy) 0))) +("keen" nil (((k iy n) 1))) +("keena" nil (((k iy) 1) ((n ax) 0))) +("keenan" nil (((k iy) 1) ((n ax n) 0))) +("keene" nil (((k iy n) 1))) +("keeneland" nil (((k iy) 1) ((n ax) 0) ((l ax n d) 0))) +("keener" nil (((k iy) 1) ((n er) 0))) +("keenest" nil (((k iy) 1) ((n ax s t) 0))) +("keeney" nil (((k iy) 1) ((n iy) 0))) +("keenly" nil (((k iy n) 1) ((l iy) 0))) +("keenum" nil (((k iy) 1) ((n ax m) 0))) +("keeny" nil (((k iy) 1) ((n iy) 0))) +("keep" nil (((k iy p) 1))) +("keeper" nil (((k iy) 1) ((p er) 0))) +("keepers" nil (((k iy) 1) ((p er z) 0))) +("keeping" nil (((k iy) 1) ((p ih ng) 0))) +("keeps" nil (((k iy p s) 1))) +("keepsakes" nil (((k iy p) 1) ((s ey k s) 1))) +("keeran" nil (((k ih) 1) ((r ax n) 0))) +("kees" nil (((k iy z) 1))) +("keese" nil (((k iy z) 1))) +("keesee" nil (((k iy) 0) ((s iy) 1))) +("keesey" nil (((k iy) 1) ((s iy) 0))) +("keesler" nil (((k iy) 1) ((z l er) 0))) +("keesling" nil (((k iy) 1) ((z l ih ng) 0))) +("keetch" nil (((k iy ch) 1))) +("keeter" nil (((k iy) 1) ((t er) 0))) +("keeth" nil (((k iy th) 1))) +("keeton" nil (((k iy) 1) ((t ax n) 0))) +("keever" nil (((k iy) 1) ((v er) 0))) +("keevil" nil (((k iy) 1) ((v ax l) 0))) +("keezer" nil (((k iy) 1) ((z er) 0))) +("kefauver" nil (((k eh) 1) ((f aw) 0) ((v er) 0))) +("keffer" nil (((k eh) 1) ((f er) 0))) +("keg" nil (((k eh g) 1))) +("kegel" nil (((k eh) 1) ((jh ax l) 0))) +("kegg" nil (((k eh g) 1))) +("kegler" nil (((k eh) 1) ((g l er) 0))) +("kegley" nil (((k eh) 1) ((g l iy) 0))) +("kegs" nil (((k eh g z) 1))) +("kehl" nil (((k eh l) 1))) +("kehler" nil (((k eh) 1) ((l er) 0))) +("kehm" nil (((k eh m) 1))) +("kehn" nil (((k eh n) 1))) +("kehne" nil (((k eh n) 1))) +("kehoe" nil (((k eh) 1) ((hh ow) 0))) +("kehr" nil (((k eh r) 1))) +("kehrer" nil (((k eh) 1) ((r er) 0))) +("kehres" nil (((k eh r z) 1))) +("kei" nil (((k ey) 1))) +("keicher" nil (((k ay) 1) ((k er) 0))) +("keidanren" nil (((k ay) 1) ((d ae n) 1) ((r ax n) 0))) +("keidel" nil (((k ay) 1) ((d ax l) 0))) +("keifer" nil (((k iy) 1) ((f er) 0))) +("keiffer" nil (((k iy) 1) ((f er) 0))) +("keigley" nil (((k iy) 1) ((g l iy) 0))) +("keiichi" nil (((k ey) 1) ((iy) 1) ((ch iy) 0))) +("keiji" nil (((k iy) 1) ((jh iy) 0))) +("keiko" nil (((k ey) 1) ((k ow) 0))) +("keil" nil (((k iy l) 1))) +("keillor" nil (((k iy) 1) ((l er) 0))) +("keilman" nil (((k ay l) 1) ((m ax n) 0))) +("keim" nil (((k iy m) 1))) +("keimig" nil (((k iy) 1) ((m ih g) 0))) +("keinath" nil (((k ay) 1) ((n ax th) 0))) +("keiner" nil (((k iy) 1) ((n er) 0))) +("keio" nil (((k ey) 1) ((ow) 0))) +("keiper" nil (((k iy) 1) ((p er) 0))) +("keir" nil (((k iy r) 1))) +("keiretsu" nil (((k ih) 1) ((r eh t) 1) ((s uw) 0))) +("keirn" nil (((k ih r n) 1))) +("keirns" nil (((k ay r n z) 1))) +("keirsey" nil (((k ih r) 1) ((s iy) 0))) +("keisei" nil (((k ay) 1) ((s ey) 1))) +("keiser" nil (((k ay) 1) ((s er) 0))) +("keisler" nil (((k ay) 1) ((s ax) 0) ((l er) 0))) +("keisling" nil (((k ay) 1) ((s ax) 0) ((l ih ng) 0))) +("keister" nil (((k iy) 1) ((ih) 0) ((s t er) 0))) +("keisuke" nil (((k ey) 1) ((s uw) 1) ((k iy) 0))) +("keitel" nil (((k ay) 1) ((t ax l) 0))) +("keiter" nil (((k iy) 1) ((t er) 0))) +("keith" nil (((k iy th) 1))) +("keithley" nil (((k iy th) 1) ((l iy) 0))) +("keithly" nil (((k iy th) 1) ((l iy) 0))) +("keitt" nil (((k iy t) 1))) +("keitz" nil (((k iy t s) 1))) +("keizai" nil (((k iy) 1) ((z ey) 0))) +("keizer" nil (((k ay) 1) ((z er) 0))) +("kekst" nil (((k eh k s t) 1))) +("Kelantan" nil (((k ah) 0) ((l aa n) 1) ((t aa n) 0))) +("kelbaugh" nil (((k eh l) 1) ((b ao) 1))) +("kelber" nil (((k eh l) 1) ((b er) 0))) +("kelby" nil (((k eh l) 1) ((b iy) 0))) +("kelcey" nil (((k eh l) 1) ((s iy) 0))) +("kelch" nil (((k eh l ch) 1))) +("kelchner" nil (((k eh l k) 1) ((n er) 0))) +("kelda" nil (((k eh l) 1) ((d ax) 0))) +("kelder" nil (((k eh l) 1) ((d er) 0))) +("keleher" nil (((k eh) 1) ((l ih) 0) ((hh er) 0))) +("keleman" nil (((k iy l) 1) ((m ax n) 0))) +("kelemen" nil (((k iy l) 1) ((m eh n) 0))) +("kelker" nil (((k eh l) 1) ((k er) 0))) +("kell" nil (((k eh l) 1))) +("kellam" nil (((k eh) 1) ((l ax m) 0))) +("kellams" nil (((k eh) 1) ((l ax m z) 0))) +("kellar" nil (((k eh) 1) ((l er) 0))) +("kelleher" nil (((k eh) 1) ((l ih) 0) ((hh er) 0))) +("kellems" nil (((k eh) 1) ((l ih m z) 0))) +("kellen" nil (((k eh) 1) ((l ax n) 0))) +("kellenberger" nil (((k eh) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("kellenyi" nil (((k eh) 1) ((l eh) 1) ((n y iy) 0))) +("keller" nil (((k eh) 1) ((l er) 0))) +("kellerman" nil (((k eh) 1) ((l er) 0) ((m ax n) 0))) +("kellermann" nil (((k eh) 1) ((l er) 0) ((m ax n) 0))) +("kellett" nil (((k eh) 1) ((l ih t) 0))) +("kelley" nil (((k eh) 1) ((l iy) 0))) +("kelli" nil (((k eh) 1) ((l iy) 0))) +("kelliher" nil (((k eh) 1) ((l ih) 0) ((hh er) 0))) +("kelling" nil (((k eh) 1) ((l ih ng) 0))) +("kellis" nil (((k eh) 1) ((l ih s) 0))) +("kellison" nil (((k eh) 1) ((l ih) 0) ((s ax n) 0))) +("kellman" nil (((k eh l) 1) ((m ax n) 0))) +("kellner" nil (((k eh l) 1) ((n er) 0))) +("kellogg" nil (((k eh) 1) ((l ao g) 0))) +("kellough" nil (((k eh) 1) ((l aw) 0))) +("kellow" nil (((k eh) 1) ((l ow) 0))) +("kells" nil (((k eh l z) 1))) +("kellum" nil (((k eh) 1) ((l ax m) 0))) +("kellwood" nil (((k eh l) 1) ((w uh d) 1))) +("kelly" nil (((k eh) 1) ((l iy) 0))) +("kelm" nil (((k eh l m) 1))) +("kelman" nil (((k eh l) 1) ((m ax n) 0))) +("kelner" nil (((k eh l) 1) ((n er) 0))) +("kelnhofer" nil (((k eh l n) 1) ((hh ax) 0) ((f er) 0))) +("kelp" nil (((k eh l p) 1))) +("kelps" nil (((k eh l p s) 1))) +("kelsall" nil (((k eh l) 1) ((s ax l) 0))) +("kelsay" nil (((k eh l) 1) ((s ey) 0))) +("kelsch" nil (((k eh l sh) 1))) +("kelsey" nil (((k eh l) 1) ((s iy) 0))) +("kelso" nil (((k eh l) 1) ((s ow) 0))) +("kelsoe" nil (((k eh l) 1) ((s ow) 0))) +("kelson" nil (((k eh l) 1) ((s ax n) 0))) +("kelter" nil (((k eh l) 1) ((t er) 0))) +("kelting" nil (((k eh l) 1) ((t ih ng) 0))) +("keltner" nil (((k eh l t) 1) ((n er) 0))) +("kelton" nil (((k eh l) 1) ((t ax n) 0))) +("kelty" nil (((k eh l) 1) ((t iy) 0))) +("keltz" nil (((k eh l t s) 1))) +("kelvan" nil (((k eh l) 1) ((v ax n) 0))) +("kelven" nil (((k eh l) 1) ((v ax n) 0))) +("kelvin" nil (((k eh l) 1) ((v ax n) 0))) +("kem" nil (((k eh m) 1))) +("kemal" nil (((k ax) 0) ((m aa l) 1))) +("kembangan" nil (((k ax) 0) ((m aa) 1) ((ng aa n) 0))) +("kembel" nil (((k eh m) 1) ((b ax l) 0))) +("kemble" nil (((k eh m) 1) ((b ax l) 0))) +("kemeny" nil (((k eh) 1) ((m ih) 0) ((n iy) 0))) +("kemerer" nil (((k eh) 1) ((m er) 0) ((er) 0))) +("kemery" nil (((k eh) 1) ((m er) 0) ((iy) 0))) +("kemler" nil (((k eh m) 1) ((l er) 0))) +("kemmer" nil (((k eh) 1) ((m er) 0))) +("kemmerer" nil (((k eh) 1) ((m er) 0) ((er) 0))) +("kemmerling" nil (((k eh) 1) ((m er) 0) ((l ih ng) 0))) +("kemmons" nil (((k eh) 1) ((m ax n z) 0))) +("kemner" nil (((k eh m) 1) ((n er) 0))) +("kemnitz" nil (((k eh m) 1) ((n ih t s) 0))) +("kemp" nil (((k eh m p) 1))) +("kempa" nil (((k eh m) 1) ((p ax) 0))) +("kempe" nil (((k eh m p) 1))) +("kempel" nil (((k eh m) 1) ((p ax l) 0))) +("kempen" nil (((k eh m) 1) ((p ax n) 0))) +("kemper" nil (((k eh m) 1) ((p er) 0))) +("kempf" nil (((k eh m p f) 1))) +("kempfer" nil (((k eh m p) 1) ((f er) 0))) +("kempke" nil (((k eh m p k) 1))) +("kempker" nil (((k eh m p) 1) ((k er) 0))) +("kemple" nil (((k eh m) 1) ((p ax l) 0))) +("kempler" nil (((k eh m) 1) ((p l er) 0))) +("kemplin" nil (((k eh m) 1) ((p l ih n) 0))) +("kempner" nil (((k eh m p) 1) ((n er) 0))) +("kemppainen" nil (((k eh m) 1) ((p ay) 0) ((n ax n) 0))) +("kempski" nil (((k eh m p) 1) ((s k iy) 0))) +("kempson" nil (((k eh m p) 1) ((s ax n) 0))) +("kempster" nil (((k eh m p) 1) ((s t er) 0))) +("kempton" nil (((k eh m p) 1) ((t ax n) 0))) +("ken" nil (((k eh n) 1))) +("kenaf" nil (((k eh) 1) ((n ae f) 0))) +("kenagy" nil (((k eh) 1) ((n ax) 0) ((jh iy) 0))) +("kenan" nil (((k iy) 1) ((n ax n) 0))) +("kendal" nil (((k eh n) 1) ((d ax l) 0))) +("kendall" nil (((k eh n) 1) ((d ax l) 0))) +("kendavis" nil (((k eh n) 1) ((d ey) 1) ((v ih s) 0))) +("kendell" nil (((k eh n) 1) ((d ax l) 0))) +("kender" nil (((k eh n) 1) ((d er) 0))) +("kendig" nil (((k eh n) 1) ((d ih g) 0))) +("kendle" nil (((k eh n) 1) ((d ax l) 0))) +("kendra" nil (((k eh n) 1) ((d r ax) 0))) +("kendrick" nil (((k eh n) 1) ((d r ih k) 0))) +("kendricks" nil (((k eh n) 1) ((d r ih k s) 0))) +("kendzierski" nil (((k ih n) 0) ((jh ih r) 1) ((s k iy) 0))) +("kendzior" nil (((k ih n) 0) ((jh iy) 1) ((er) 0))) +("kenealy" nil (((k eh) 1) ((n iy) 0) ((ax) 0) ((l iy) 0))) +("kenefick" nil (((k eh) 1) ((n ih) 0) ((f ih k) 0))) +("kenerson" nil (((k eh) 1) ((n er) 0) ((s ax n) 0))) +("kenetech" nil (((k eh) 1) ((n ih) 0) ((t eh k) 0))) +("kenfield" nil (((k eh n) 1) ((f iy l d) 1))) +("keng" nil (((k eh ng) 1))) +("kenichi" nil (((k eh) 1) ((n iy) 1) ((ch iy) 0))) +("kenilworth" nil (((k eh) 1) ((n ax l) 0) ((w er th) 1))) +("kenison" nil (((k eh) 1) ((n ih) 0) ((s ax n) 0))) +("keniston" nil (((k eh) 1) ((n ih) 0) ((s t aa n) 0))) +("kenji" nil (((k eh n) 1) ((jh iy) 0))) +("kenkel" nil (((k eh ng) 1) ((k ax l) 0))) +("kenley" nil (((k eh n) 1) ((l iy) 0))) +("kenmare" nil (((k eh n) 1) ((m eh r) 1))) +("kenmore" nil (((k eh n) 1) ((m ao r) 1))) +("kenn" nil (((k eh n) 1))) +("kenna" nil (((k eh) 1) ((n ax) 0))) +("kennamer" nil (((k eh) 1) ((n ax) 0) ((m er) 0))) +("kennametal" nil (((k eh) 1) ((n ax) 0) ((m eh) 1) ((t ax l) 0))) +("kennan" nil (((k eh) 1) ((n ax n) 0))) +("kennard" nil (((k eh) 1) ((n er d) 0))) +("kenneally" nil (((k eh) 1) ((n ax) 0) ((l iy) 0))) +("kennebeck" nil (((k eh n) 1) ((b eh k) 0))) +("kennebrew" nil (((k eh) 1) ((n ih) 0) ((b r uw) 0))) +("kennebunkport" nil (((k eh) 1) ((n ax) 0) ((b ah ng k) 1) ((p ao r t) 1))) +("kennecott" nil (((k eh) 1) ((n ax) 0) ((k aa t) 1))) +("kennedy" nil (((k eh) 1) ((n ax) 0) ((d iy) 0))) +("kennedys" nil (((k eh) 1) ((n ax) 0) ((d iy z) 0))) +("kennel" nil (((k eh) 1) ((n ax l) 0))) +("kennell" nil (((k eh) 1) ((n ax l) 0))) +("kennelly" nil (((k eh) 1) ((n ax) 0) ((l iy) 0))) +("kennels" nil (((k eh) 1) ((n ax l z) 0))) +("kennemer" nil (((k eh) 1) ((n iy) 0) ((m er) 0))) +("kennemore" nil (((k eh n) 1) ((m ao r) 0))) +("kenner" nil (((k eh) 1) ((n er) 0))) +("kennerly" nil (((k eh) 1) ((n er) 0) ((l iy) 0))) +("kennerson" nil (((k eh) 1) ((n er) 0) ((s ax n) 0))) +("kennesaw" nil (((k eh) 1) ((n ax) 0) ((s ao) 1))) +("kenneth" nil (((k eh) 1) ((n ih th) 0))) +("kennett" nil (((k eh) 1) ((n ax t) 0))) +("kenney" nil (((k eh) 1) ((n iy) 0))) +("kenning" nil (((k eh) 1) ((n ih ng) 0))) +("kennington" nil (((k eh) 1) ((n ih ng) 0) ((t ax n) 0))) +("kennison" nil (((k eh) 1) ((n ih) 0) ((s ax n) 0))) +("kennon" nil (((k eh) 1) ((n ax n) 0))) +("kenny" nil (((k eh) 1) ((n iy) 0))) +("keno" nil (((k iy) 1) ((n ow) 0))) +("kenosha" nil (((k ih) 0) ((n ow) 1) ((sh ax) 0))) +("kenoyer" nil (((k eh) 1) ((n oy) 0) ((er) 0))) +("kenrick" nil (((k eh n) 1) ((r ih k) 0))) +("kensinger" nil (((k eh n) 1) ((s ih n) 0) ((jh er) 0))) +("kensington" nil (((k eh n) 1) ((z ih ng) 0) ((t ax n) 0))) +("kensler" nil (((k eh n) 1) ((s ax) 0) ((l er) 0))) +("kent" nil (((k eh n t) 1))) +("kente" nil (((k eh n) 1) ((t ey) 0))) +("kentner" nil (((k eh n t) 1) ((n er) 0))) +("kenton" nil (((k eh n) 1) ((t ax n) 0))) +("kentuckians" nil (((k eh n) 1) ((t ah) 1) ((k iy) 0) ((ax n z) 0))) +("kentucky" nil (((k ax n) 0) ((t ah) 1) ((k iy) 0))) +("kenward" nil (((k eh n) 1) ((w er d) 0))) +("kenway" nil (((k eh n) 1) ((w ey) 1))) +("kenwood" nil (((k eh n) 1) ((w uh d) 1))) +("kenworth" nil (((k eh n) 1) ((w er th) 1))) +("kenworthy" nil (((k eh n) 1) ((w er) 1) ((dh iy) 0))) +("kenya" nil (((k eh) 1) ((n y ax) 0))) +("kenyan" nil (((k eh) 1) ((n y ax n) 0))) +("kenyon" nil (((k eh) 1) ((n y ax n) 0))) +("kenzie" nil (((k eh n) 1) ((z iy) 0))) +("kenzo" nil (((k eh n) 1) ((z ow) 0))) +("keo" nil (((k iy) 1) ((ow) 0))) +("keogh" nil (((k iy) 1) ((ow) 0))) +("keohane" nil (((k iy) 1) ((ax) 0) ((hh ey n) 1))) +("keough" nil (((k iy) 1) ((ow) 0))) +("keown" nil (((k iy) 1) ((ow n) 0))) +("kepco" nil (((k eh p) 1) ((k ow) 0))) +("kephart" nil (((k eh) 1) ((f aa r t) 0))) +("kepler" nil (((k eh) 1) ((p l er) 0))) +("kepley" nil (((k eh) 1) ((p l iy) 0))) +("keplinger" nil (((k eh) 1) ((p ax) 0) ((l ih ng) 0) ((er) 0))) +("kepner" nil (((k eh p) 1) ((n er) 0))) +("kepp" nil (((k eh p) 1))) +("keppel" nil (((k eh) 1) ((p ax l) 0))) +("kepple" nil (((k eh) 1) ((p ax l) 0))) +("keppler" nil (((k eh) 1) ((p l er) 0))) +("kept" nil (((k eh p t) 1))) +("ker" nil (((k er) 1))) +("kera" nil (((k eh) 1) ((r ax) 0))) +("kerala" nil (((k eh) 1) ((r aa) 1) ((l ax) 0))) +("keranen" nil (((k eh) 1) ((r ax) 0) ((n ax n) 0))) +("keratin" nil (((k eh) 1) ((r ax) 0) ((t ax n) 0))) +("kerbau" nil (((k er) 1) ((b aw) 2))) +("kerbel" nil (((k er) 1) ((b ax l) 0))) +("kerber" nil (((k er) 1) ((b er) 0))) +("kerbow" nil (((k er) 1) ((b ow) 0))) +("kerbs" nil (((k er b z) 1))) +("kerby" nil (((k er) 1) ((b iy) 0))) +("kerce" nil (((k er s) 1))) +("kercher" nil (((k er) 1) ((k er) 0))) +("kercheval" nil (((k er) 1) ((ch ih) 0) ((v ax l) 0))) +("kerchiefs" nil (((k er) 1) ((ch ax f s) 0))) +("kerchner" nil (((k er k) 1) ((n er) 0))) +("kerekes" nil (((k eh) 1) ((r ih k s) 0))) +("kerestes" nil (((k eh) 1) ((r ih s t s) 0))) +("keresztes" nil (((k eh) 1) ((r ax) 0) ((s t iy z) 0))) +("kerfoot" nil (((k er) 1) ((f uh t) 0))) +("kerien" nil (((k eh) 1) ((r iy) 0) ((ax n) 0))) +("kerin" nil (((k eh) 1) ((r ih n) 0))) +("kerins" nil (((k eh) 1) ((r ih n z) 0))) +("kerker" nil (((k er) 1) ((k er) 0))) +("kerkhoff" nil (((k er k) 1) ((hh ao f) 0))) +("kerkman" nil (((k er k) 1) ((m ax n) 0))) +("kerkorian" nil (((k er) 0) ((k ao) 1) ((r iy) 0) ((ax n) 0))) +("kerl" nil (((k er l) 1))) +("kerley" nil (((k er) 1) ((l iy) 0))) +("kerlin" nil (((k er) 1) ((l ih n) 0))) +("kerman" nil (((k er) 1) ((m ax n) 0))) +("kermit" nil (((k er) 1) ((m ih t) 0))) +("kern" nil (((k er n) 1))) +("kernaghan" nil (((k er) 0) ((n ae g) 1) ((hh ax n) 0))) +("kernan" nil (((k er) 1) ((n ax n) 0))) +("kernel" nil (((k er) 1) ((n ax l) 0))) +("kernels" nil (((k er) 1) ((n ax l z) 0))) +("kernen" nil (((k er) 1) ((n ax n) 0))) +("kerner" nil (((k er) 1) ((n er) 0))) +("kernes" nil (((k er n z) 1))) +("kerney" nil (((k er) 1) ((n iy) 0))) +("kernite" nil (((k er) 1) ((n ay t) 0))) +("kernodle" nil (((k er) 1) ((n ow) 0) ((d ax l) 0))) +("kerns" nil (((k er n z) 1))) +("kerosene" nil (((k eh) 1) ((r ax) 0) ((s iy n) 1))) +("Kerouac" n (((k eh) 1) ((r ow) 0) ((ae k) 0))) +("kerpedjiev" nil (((k er) 0) ((p eh) 1) ((jh iy) 0) ((eh v) 1))) +("kerper" nil (((k er) 1) ((p er) 0))) +("kerr" nil (((k er) 1))) +("kerrey" nil (((k eh) 1) ((r iy) 0))) +("kerrick" nil (((k eh) 1) ((r ih k) 0))) +("kerridge" nil (((k eh) 1) ((r ih jh) 0))) +("kerrigan" nil (((k eh) 1) ((r ih) 0) ((g ax n) 0))) +("kerrville" nil (((k er) 1) ((v ih l) 1))) +("kerry" nil (((k eh) 1) ((r iy) 0))) +("kersch" nil (((k er sh) 1))) +("kerscher" nil (((k er) 1) ((sh er) 0))) +("kerschner" nil (((k er) 1) ((sh n er) 0))) +("kersee" nil (((k er) 1) ((s iy) 0))) +("kersey" nil (((k er) 1) ((s iy) 0))) +("kersh" nil (((k er sh) 1))) +("kershaw" nil (((k er) 1) ((sh aa) 1))) +("kershner" nil (((k er) 1) ((sh n er) 0))) +("kerst" nil (((k er s t) 1))) +("kerstein" nil (((k er) 1) ((s t ay n) 0))) +("kersten" nil (((k er) 1) ((s ax n) 0))) +("kerstetter" nil (((k er) 1) ((s t ih) 0) ((t er) 0))) +("kersting" nil (((k er) 1) ((s t ih ng) 0))) +("kertesz" nil (((k er) 1) ((t ih sh) 0))) +("kerth" nil (((k er th) 1))) +("kertz" nil (((k er t s) 1))) +("kervin" nil (((k er) 1) ((v ih n) 0))) +("kerwen" nil (((k er) 1) ((w ax n) 0))) +("kerwin" nil (((k er) 1) ((w ih n) 0))) +("kerwood" nil (((k er) 1) ((w uh d) 0))) +("kerzner" nil (((k er z) 1) ((n er) 0))) +("kesel" nil (((k eh) 1) ((s ax l) 0))) +("keshishian" nil (((k ih) 0) ((sh ih) 1) ((sh iy) 0) ((ax n) 0))) +("kesinger" nil (((k eh) 1) ((s ih ng) 0) ((er) 0))) +("keske" nil (((k eh s k) 1))) +("keslar" nil (((k eh) 1) ((s l er) 0))) +("kesler" nil (((k eh) 1) ((s ax) 0) ((l er) 0))) +("kesling" nil (((k eh) 1) ((s ax) 0) ((l ih ng) 0))) +("kesner" nil (((k eh) 1) ((s n er) 0))) +("kess" nil (((k eh s) 1))) +("kessel" nil (((k eh) 1) ((s ax l) 0))) +("kessell" nil (((k eh) 1) ((s ax l) 0))) +("kesselman" nil (((k eh) 1) ((s ax l) 0) ((m ax n) 0))) +("kesselring" nil (((k eh) 1) ((s ih l) 0) ((r ih ng) 0))) +("kessen" nil (((k eh) 1) ((s ax n) 0))) +("kessenich" nil (((k eh) 1) ((s ih) 0) ((n ih k) 0))) +("kessinger" nil (((k eh) 1) ((s ih ng) 0) ((er) 0))) +("kessler" nil (((k eh) 1) ((s l er) 0))) +("kessner" nil (((k eh) 1) ((s n er) 0))) +("kestel" nil (((k eh) 1) ((s t ax l) 0))) +("kesten" nil (((k eh) 1) ((s ax n) 0))) +("kestenbaum" nil (((k eh) 1) ((s ax n) 0) ((b aw m) 0))) +("kester" nil (((k eh) 1) ((s t er) 0))) +("kesterson" nil (((k eh) 1) ((s t er) 0) ((s ax n) 0))) +("kesting" nil (((k eh) 1) ((s t ih ng) 0))) +("kestler" nil (((k eh s t) 1) ((l er) 0))) +("kestner" nil (((k eh s t) 1) ((n er) 0))) +("kestrels" nil (((k eh) 1) ((s t r ax l z) 0))) +("keswick" nil (((k eh) 1) ((s w ih k) 1))) +("ketch" nil (((k eh ch) 1))) +("ketcham" nil (((k eh) 1) ((ch ax m) 0))) +("ketchem" nil (((k eh) 1) ((ch ih m) 0))) +("ketchen" nil (((k eh) 1) ((ch ax n) 0))) +("ketcher" nil (((k eh) 1) ((ch er) 0))) +("ketcherside" nil (((k eh) 1) ((ch er) 0) ((s ay d) 1))) +("ketchie" nil (((k eh) 1) ((ch iy) 0))) +("ketchikan" nil (((k eh) 1) ((ch ih) 0) ((k ae n) 0))) +("ketchledge" nil (((k eh ch) 1) ((l eh jh) 1))) +("ketchum" nil (((k eh) 1) ((ch ax m) 0))) +("ketchup" nil (((k eh) 1) ((ch ax p) 0))) +("ketelhut" nil (((k eh) 1) ((t ih l) 0) ((hh ax t) 0))) +("ketelsen" nil (((k eh) 1) ((t ih l) 0) ((s ax n) 0))) +("ketema" nil (((k eh) 1) ((t ey) 1) ((m ax) 0))) +("keteyian" nil (((k ax) 0) ((t ey) 1) ((ax n) 0))) +("ketler" nil (((k eh t) 1) ((l er) 0))) +("ketner" nil (((k eh t) 1) ((n er) 0))) +("keto" nil (((k ey) 1) ((t ow) 0))) +("ketola" nil (((k eh) 1) ((t ax) 0) ((l ax) 0))) +("ketone" nil (((k iy) 1) ((t ow n) 0))) +("ketou" nil (((k ax) 0) ((t uw) 1))) +("ketron" nil (((k eh) 1) ((t r ax n) 0))) +("kett" nil (((k eh t) 1))) +("kettell" nil (((k eh) 1) ((t ax l) 0))) +("ketter" nil (((k eh) 1) ((t er) 0))) +("ketterer" nil (((k eh) 1) ((t er) 0) ((er) 0))) +("kettering" nil (((k eh) 1) ((t er) 0) ((ih ng) 0))) +("ketterling" nil (((k eh) 1) ((t er) 0) ((l ih ng) 0))) +("ketterman" nil (((k eh) 1) ((t er) 0) ((m ax n) 0))) +("ketti" nil (((k eh) 1) ((t iy) 0))) +("kettle" nil (((k eh) 1) ((t ax l) 0))) +("kettler" nil (((k eh) 1) ((t ax) 0) ((l er) 0))) +("kettles" nil (((k eh) 1) ((t ax l z) 0))) +("kettlewell" nil (((k eh) 1) ((t ax l) 0) ((w eh l) 1))) +("kettner" nil (((k eh t) 1) ((n er) 0))) +("ketura" nil (((k eh) 1) ((t uh) 0) ((r ax) 0))) +("ketz" nil (((k eh t s) 1))) +("ketzel" nil (((k eh t) 1) ((s ax l) 0))) +("keune" nil (((k y uw n) 1))) +("kevan" nil (((k eh) 1) ((v ax n) 0))) +("keven" nil (((k iy) 1) ((v ax n) 0))) +("kever" nil (((k eh) 1) ((v er) 0))) +("kevex" nil (((k eh) 1) ((v ax k s) 0))) +("keville" nil (((k iy) 1) ((v ih l) 0))) +("kevin" nil (((k eh) 1) ((v ih n) 0))) +("kevlar" nil (((k eh) 1) ((v l er) 0))) +("kevlin" nil (((k eh) 1) ((v l ih n) 0))) +("kevorkian" nil (((k ax) 0) ((v ao r) 1) ((k iy) 0) ((ax n) 0))) +("kew" nil (((k y uw) 1))) +("kewaunee" nil (((k y uw) 0) ((ao) 1) ((n iy) 0))) +("kewley" nil (((k y uw) 1) ((l iy) 0))) +("key" nil (((k iy) 1))) +("keyboard" nil (((k iy) 1) ((b ao r d) 1))) +("keyboards" nil (((k iy) 1) ((b ao r d z) 1))) +("keycorp" nil (((k iy) 1) ((k ao r p) 0))) +("keye" nil (((k ay) 1))) +("keyed" nil (((k iy d) 1))) +("keyes" nil (((k iy z) 1))) +("keyhole" nil (((k iy) 1) ((hh ow l) 1))) +("keying" nil (((k iy) 1) ((ih ng) 0))) +("keyless" nil (((k iy) 1) ((l ax s) 0))) +("keylon" nil (((k ey) 1) ((l ax n) 0))) +("keynes" nil (((k ey n z) 1))) +("keynesian" nil (((k ey n) 1) ((z iy) 0) ((ax n) 0))) +("keynesians" nil (((k ey) 1) ((n iy) 1) ((s iy) 0) ((ax n z) 0))) +("keynote" nil (((k iy) 1) ((n ow t) 1))) +("keypad" nil (((k iy) 1) ((p ae d) 1))) +("keypads" nil (((k iy) 1) ((p ae d z) 1))) +("keys" nil (((k iy z) 1))) +("keyser" nil (((k ay) 1) ((z er) 0))) +("keysor" nil (((k iy) 1) ((s er) 0))) +("keystone" nil (((k iy) 1) ((s t ow n) 1))) +("keyton" nil (((k iy) 1) ((t ax n) 0))) +("keyworth" nil (((k iy) 1) ((w er th) 1))) +("keziah" nil (((k ax) 0) ((z iy) 1) ((ax) 0))) +("kganakga" nil (((k ax) 0) ((g ax) 0) ((n ae) 1) ((g ax) 0))) +("kgori" nil (((k ax) 0) ((g ao) 1) ((r iy) 0))) +("khabarovsk" nil (((k ae) 1) ((b er) 0) ((aa f s k) 1))) +("khad" nil (((k ae d) 1))) +("khaki" nil (((k aa) 1) ((k iy) 0))) +("khakis" nil (((k ae) 1) ((k iy z) 0))) +("khalaf" nil (((k ae) 1) ((l ax f) 0))) +("Khaled" n (((k aa) 1) ((l eh d) 0))) +("khalid" nil (((k aa) 1) ((l ih d) 0))) +("khalifa" nil (((k ax) 0) ((l iy) 1) ((f ax) 0))) +("khalil" nil (((k ae) 1) ((l ax l) 0))) +("khalsa" nil (((k aa l) 1) ((s ax) 0))) +("khamenei" nil (((k ax) 0) ((m ey) 1) ((n iy) 1))) +("khan" nil (((k aa n) 1))) +("khanate" nil (((k aa) 1) ((n ey t) 0))) +("khanna" nil (((k ae) 1) ((n ax) 0))) +("kharg" nil (((k aa r g) 1))) +("khartoum" nil (((k aa r) 1) ((t uw m) 1))) +("khasbulatov" nil (((k aa s) 1) ((b ax) 0) ((l aa) 1) ((t aa f) 0))) +("khashoggi" nil (((k ax) 0) ((sh aa) 1) ((jh iy) 0))) +("khatib" nil (((k aa) 1) ((t ih b) 0))) +("kheel" nil (((k iy l) 1))) +("khem" nil (((k eh m) 1))) +("khmer" nil (((k) 0) ((m eh r) 1))) +("khomeini" nil (((k ow) 0) ((m ey) 1) ((n iy) 0))) +("khoo" nil (((k uw) 1))) +("khosla" nil (((k ao) 1) ((s l ax) 0))) +("khost" nil (((k ow s t) 1))) +("khouri" nil (((k aw) 1) ((r iy) 0))) +("khoury" nil (((k aw) 1) ((r iy) 0))) +("khrushchev" nil (((k r uw s) 1) ((ch eh v) 1))) +("khumalo" nil (((k y uw) 0) ((m aa) 1) ((l ow) 0))) +("khuu" nil (((k uw) 1))) +("ki" nil (((k iy) 1))) +("kia" nil (((k iy) 1) ((er) 0))) +("kiam" nil (((k iy) 1) ((ax m) 0))) +("kiawah" nil (((k ay) 1) ((ax) 0) ((w ax) 0))) +("kibbe" nil (((k ih b) 1))) +("kibbee" nil (((k ih) 1) ((b iy) 1))) +("kibbey" nil (((k ih) 1) ((b iy) 0))) +("kibble" nil (((k ih) 1) ((b ax l) 0))) +("kibbutz" nil (((k ih) 0) ((b uh t s) 1))) +("kibbutzim" nil (((k ih) 1) ((b uh t) 0) ((s ih m) 1))) +("kibbutzniks" nil (((k ih) 0) ((b uh t) 1) ((s n ih k s) 0))) +("kibby" nil (((k ih) 1) ((b iy) 0))) +("kibler" nil (((k ao) 1) ((b ax) 0) ((l er) 0))) +("kibodeaux" nil (((k ih) 1) ((b ax) 0) ((d ow) 0))) +("kichline" nil (((k ih) 1) ((k l ay n) 1))) +("kick" nil (((k ih k) 1))) +("kickback" nil (((k ih k) 1) ((b ae k) 1))) +("kickbacks" nil (((k ih k) 1) ((b ae k s) 1))) +("kicked" nil (((k ih k t) 1))) +("kicker" nil (((k ih) 1) ((k er) 0))) +("kickers" nil (((k ih) 1) ((k er z) 0))) +("kicking" nil (((k ih) 1) ((k ih ng) 0))) +("kicklighter" nil (((k ih) 1) ((k l ay) 1) ((t er) 0))) +("kickoff" nil (((k ih) 1) ((k ao f) 1))) +("kicks" nil (((k ih k s) 1))) +("kid" nil (((k ih d) 1))) +("kida" nil (((k iy) 1) ((d ax) 0))) +("kidd" nil (((k ih d) 1))) +("kidde" nil (((k ih d) 1))) +("kidded" nil (((k ih) 1) ((d ih d) 0))) +("kidder" nil (((k ih) 1) ((d er) 0))) +("kiddie" nil (((k ih) 1) ((d iy) 0))) +("kiddies" nil (((k ih) 1) ((d iy z) 0))) +("kidding" nil (((k ih) 1) ((d ih ng) 0))) +("kiddy" nil (((k ih) 1) ((d iy) 0))) +("kidman" nil (((k ih d) 1) ((m ax n) 0))) +("kidnap" nil (((k ih d) 1) ((n ae p) 1))) +("kidnaped" nil (((k ih d) 1) ((n ae p t) 1))) +("kidnapers" n (((k ih d) 1) ((n ae) 0) ((p er z) 0))) +("kidnaping" nil (((k ih d) 1) ((n ae) 1) ((p ih ng) 0))) +("kidnapped" nil (((k ih d) 1) ((n ae p t) 1))) +("kidnapper" nil (((k ih d) 1) ((n ae) 1) ((p er) 0))) +("kidnappers" nil (((k ih d) 1) ((n ae) 1) ((p er z) 0))) +("kidnapping" nil (((k ih d) 1) ((n ae) 1) ((p ih ng) 0))) +("kidnappings" nil (((k ih d) 1) ((n ae) 1) ((p ih ng z) 0))) +("kidnaps" nil (((k ih d) 1) ((n ae p s) 1))) +("kidney" nil (((k ih d) 1) ((n iy) 0))) +("kidneys" nil (((k ih d) 1) ((n iy z) 0))) +("kido" nil (((k iy) 1) ((d ow) 0))) +("kids" nil (((k ih d z) 1))) +("kidstock" nil (((k ih d) 1) ((s t aa k) 1))) +("kidwell" nil (((k ih) 1) ((d w eh l) 1))) +("kiecker" nil (((k iy) 1) ((k er) 0))) +("kiedrowski" nil (((k iy) 0) ((d r ao f) 1) ((s k iy) 0))) +("kief" nil (((k iy f) 1))) +("kiefer" nil (((k iy) 1) ((f er) 0))) +("kieffer" nil (((k iy) 1) ((f er) 0))) +("kieft" nil (((k iy f t) 1))) +("kiehl" nil (((k iy l) 1))) +("kiehn" nil (((k iy n) 1))) +("kiehne" nil (((k iy n) 1))) +("kiel" nil (((k iy l) 1))) +("kielar" nil (((k iy) 1) ((l er) 0))) +("kielb" nil (((k iy l b) 1))) +("kielbasa" nil (((k iy l) 0) ((b aa) 1) ((s ax) 0))) +("kieler" nil (((k iy) 1) ((l er) 0))) +("kielley" nil (((k iy) 1) ((l iy) 0))) +("kielman" nil (((k iy l) 1) ((m ax n) 0))) +("kielty" nil (((k iy l) 1) ((t iy) 0))) +("kiely" nil (((k iy) 1) ((l iy) 0))) +("kienan" nil (((k iy) 1) ((n ax n) 0))) +("kienast" nil (((k iy) 1) ((n ax s t) 0))) +("kiene" nil (((k iy n) 1))) +("kiener" nil (((k iy) 1) ((n er) 0))) +("kieninger" nil (((k iy) 1) ((n ih ng) 0) ((er) 0))) +("kienitz" nil (((k iy) 1) ((n ih t s) 0))) +("kienle" nil (((k iy) 1) ((n ax l) 0))) +("kientz" nil (((k iy n t s) 1))) +("kienzle" nil (((k iy n) 1) ((z ax l) 0))) +("kieper" nil (((k iy) 1) ((p er) 0))) +("kier" nil (((k ih r) 1))) +("kieran" nil (((k iy) 1) ((r ax n) 0))) +("kiernan" nil (((k ih r) 1) ((n ax n) 0))) +("kierscht" nil (((k ih r sh t) 1))) +("kierstead" nil (((k ih r) 1) ((s t eh d) 0))) +("kierulff" nil (((k iy) 1) ((r ax l f) 0))) +("kies" nil (((k ay s) 1))) +("kieschnick" nil (((k iy) 1) ((sh n ih k) 0))) +("kiesel" nil (((k iy) 1) ((s ax l) 0))) +("kieselmann" nil (((k iy) 1) ((z ax l) 0) ((m ax n) 0))) +("kieser" nil (((k iy) 1) ((s er) 0))) +("kiesewetter" nil (((k iy) 1) ((s uw) 0) ((ih) 0) ((t er) 0))) +("kiesler" nil (((k iy) 1) ((z l er) 0))) +("kiesling" nil (((k iy) 1) ((z l ih ng) 0))) +("kiesow" nil (((k iy) 1) ((s ow) 0))) +("kiess" nil (((k iy s) 1))) +("kiessling" nil (((k iy) 1) ((s l ih ng) 0))) +("kiester" nil (((k ay) 1) ((ih) 0) ((s t er) 0))) +("kietzman" nil (((k iy t) 1) ((s m ax n) 0))) +("kiev" nil (((k iy) 1) ((eh v) 1))) +("kievan" nil (((k iy) 1) ((v ax n) 0))) +("kievit" nil (((k iy) 1) ((v ih t) 0))) +("kiewit" nil (((k iy) 1) ((w ih t) 0))) +("kifer" nil (((k ay) 1) ((f er) 0))) +("kiff" nil (((k ih f) 1))) +("kigale" nil (((k iy) 0) ((g aa) 1) ((l iy) 0))) +("kigali" nil (((k iy) 0) ((g aa) 1) ((l iy) 0))) +("kiger" nil (((k ay) 1) ((g er) 0))) +("kiggins" nil (((k ih) 1) ((g ih n z) 0))) +("kight" nil (((k ay t) 1))) +("kightlinger" nil (((k ay) 1) ((t ax) 0) ((l ih ng) 0) ((er) 0))) +("kihn" nil (((k ih n) 1))) +("kiichi" nil (((k iy) 0) ((iy) 1) ((ch iy) 0))) +("kijowski" nil (((k ih) 0) ((y ao f) 1) ((s k iy) 0))) +("kika" nil (((k ih) 1) ((k ax) 0))) +("kiker" nil (((k ay) 1) ((k er) 0))) +("kiki" nil (((k iy) 1) ((k iy) 0))) +("kikkoman" nil (((k iy) 1) ((k ow) 0) ((m aa n) 0))) +("kikta" nil (((k ih k) 1) ((t ax) 0))) +("kikuchi" nil (((k iy) 0) ((k uw) 1) ((ch iy) 0))) +("kikumura" nil (((k iy) 1) ((k uw) 1) ((m uw) 1) ((r ax) 0))) +("kilbane" nil (((k ih l) 1) ((b ax n) 0))) +("kilborn" nil (((k ih l) 1) ((b er n) 0))) +("kilborne" nil (((k ih l) 1) ((b ao r n) 1))) +("kilbourn" nil (((k ih l) 1) ((b er n) 0))) +("kilbourne" nil (((k ih l) 1) ((b er n) 0))) +("kilbride" nil (((k ih l) 1) ((b r ay d) 1))) +("kilburg" nil (((k ih l) 1) ((b er g) 0))) +("kilburn" nil (((k ih l) 1) ((b er n) 0))) +("kilbury" nil (((k ih l) 1) ((b eh) 1) ((r iy) 0))) +("kilby" nil (((k ih l) 1) ((b iy) 0))) +("kilcoyne" nil (((k ih l) 1) ((k oy n) 0))) +("kilcrease" nil (((k ih l) 0) ((k r iy s) 1))) +("kilcullen" nil (((k ih l) 0) ((k ah) 1) ((l ax n) 0))) +("kilday" nil (((k ih l) 1) ((d ey) 1))) +("kildee" nil (((k ih l) 1) ((d iy) 0))) +("kildow" nil (((k ih l) 1) ((d ow) 0))) +("kilduff" nil (((k ih l) 1) ((d ax f) 0))) +("kile" nil (((k ay l) 1))) +("kilen" nil (((k ih) 1) ((l ax n) 0))) +("kiley" nil (((k ay) 1) ((l iy) 0))) +("kilgo" nil (((k ih l) 1) ((g ow) 0))) +("kilgore" nil (((k ih l) 1) ((g ao r) 0))) +("kilgour" nil (((k ih l) 1) ((g er) 0))) +("kilgus" nil (((k ih l) 1) ((g ax s) 0))) +("kilian" nil (((k ih) 1) ((l iy) 0) ((ax n) 0))) +("kilimanjaro" nil (((k ih) 0) ((l iy) 1) ((m ax n) 0) ((jh aa) 1) ((r ow) 0))) +("kilker" nil (((k ih l) 1) ((k er) 0))) +("kill" nil (((k ih l) 1))) +("killam" nil (((k ih) 1) ((l ax m) 0))) +("kille" nil (((k ih l) 1))) +("killeagh" nil (((k ih) 0) ((l iy g) 1))) +("killebrew" nil (((k ih) 1) ((l ih) 0) ((b r uw) 0))) +("killed" nil (((k ih l d) 1))) +("killeen" nil (((k ih) 0) ((l iy n) 1))) +("killen" nil (((k ih) 1) ((l ax n) 0))) +("killer" nil (((k ih) 1) ((l er) 0))) +("killers" nil (((k ih) 1) ((l er z) 0))) +("killey" nil (((k ih) 1) ((l iy) 0))) +("killgore" nil (((k ih l) 1) ((g ao r) 1))) +("killian" nil (((k ih) 1) ((l y ax n) 0))) +("killifish" nil (((k ih) 1) ((l ih) 0) ((f ih sh) 0))) +("killilea" nil (((k ih) 0) ((l ih) 0) ((l iy) 1) ((ax) 0))) +("killin" nil (((k ih) 1) ((l ih n) 0))) +("killing" nil (((k ih) 1) ((l ih ng) 0))) +("killingbeck" nil (((k ih) 1) ((l ih ng) 0) ((b eh k) 1))) +("killinger" nil (((k ih) 1) ((l ih ng) 0) ((er) 0))) +("killings" nil (((k ih) 1) ((l ih ng z) 0))) +("killingsworth" nil (((k ih) 1) ((l ih ng) 0) ((z w er th) 1))) +("killington" nil (((k ih) 1) ((l ih ng) 0) ((t ax n) 0))) +("killion" nil (((k ih) 1) ((l y ax n) 0))) +("killman" nil (((k ih l) 1) ((m ax n) 0))) +("killmer" nil (((k ih l) 1) ((m er) 0))) +("killmon" nil (((k ih l) 1) ((m ax n) 0))) +("killoran" nil (((k ih) 1) ((l er) 0) ((ax n) 0))) +("killory" nil (((k ih) 1) ((l er) 0) ((iy) 0))) +("killough" nil (((k ih) 1) ((l aw) 0))) +("killpack" nil (((k ih l) 1) ((p ae k) 1))) +("kills" nil (((k ih l z) 1))) +("kilman" nil (((k ih l) 1) ((m ax n) 0))) +("kilmarnock" nil (((k ih l) 0) ((m aa r) 1) ((n aa k) 1))) +("kilmartin" nil (((k ih l) 0) ((m aa r) 1) ((t ih n) 0))) +("kilmer" nil (((k ih l) 1) ((m er) 0))) +("kiln" nil (((k ih l n) 1))) +("kilns" nil (((k ih l n z) 1))) +("kilo" nil (((k ih) 1) ((l ow) 1))) +("kilobit" nil (((k ih) 1) ((l ax) 0) ((b ih t) 0))) +("kilobytes" nil (((k ih) 1) ((l ow) 0) ((b ay t s) 1))) +("kilogram" nil (((k ih) 1) ((l ax) 0) ((g r ae m) 1))) +("kilograms" nil (((k ih) 1) ((l ax) 0) ((g r ae m z) 1))) +("kilohertz" n (((k ih) 1) ((l ax) 0) ((hh er t s) 1))) +("kilometer" nil (((k ax) 0) ((l aa) 1) ((m ax) 0) ((t er) 0))) +("kilometers" nil (((k ax) 0) ((l aa) 1) ((m ax) 0) ((t er z) 0))) +("kilometre" nil (((k ax) 0) ((l aa) 1) ((m ax) 0) ((t er) 0))) +("kilometres" nil (((k ax) 0) ((l aa) 1) ((m ax) 0) ((t er z) 0))) +("kilos" nil (((k iy) 1) ((l ow z) 1))) +("kilowatt" nil (((k ih) 1) ((l ax) 0) ((w aa t) 1))) +("kilowatts" nil (((k ih) 1) ((l ax) 0) ((w aa t s) 1))) +("kilpatrick" nil (((k ih l) 1) ((p ae) 1) ((t r ih k) 0))) +("kilroy" nil (((k ih l) 1) ((r oy) 1))) +("kilter" nil (((k ih l) 1) ((t er) 0))) +("kilton" nil (((k ih l) 1) ((t ax n) 0))) +("kilts" nil (((k ih l t s) 1))) +("kilty" nil (((k ih l) 1) ((t iy) 0))) +("kilzer" nil (((k ih l) 1) ((z er) 0))) +("kim" nil (((k ih m) 1))) +("kimba" nil (((k ih m) 1) ((b ax) 0))) +("kimball" nil (((k ih m) 1) ((b ax l) 0))) +("kimbel" nil (((k ih m) 1) ((b ax l) 0))) +("kimbell" nil (((k ih m) 1) ((b eh l) 0))) +("kimber" nil (((k ih m) 1) ((b er) 0))) +("kimberley" nil (((k ih m) 1) ((b er) 0) ((l iy) 0))) +("kimberlin" nil (((k ih m) 1) ((b er) 0) ((l ih n) 0))) +("kimberling" nil (((k ih m) 1) ((b er) 0) ((l ih ng) 0))) +("kimberly" nil (((k ih m) 1) ((b er) 0) ((l iy) 0))) +("kimble" nil (((k ih m) 1) ((b ax l) 0))) +("kimbler" nil (((k ih m) 1) ((b l er) 0))) +("kimbley" nil (((k ih m) 1) ((b l iy) 0))) +("kimbrel" nil (((k ih m) 1) ((b r ax l) 0))) +("kimbrell" nil (((k ih m) 1) ((b r ax l) 0))) +("kimbriel" nil (((k ih m) 1) ((b r iy) 0) ((ax l) 0))) +("kimbro" nil (((k ih m) 1) ((b r ow) 0))) +("kimbrough" nil (((k ih m) 1) ((b r aw) 0))) +("kimche" nil (((k ih m) 1) ((ch iy) 0))) +("kimchi" nil (((k ih m) 1) ((ch iy) 0))) +("kimco" nil (((k ih m) 1) ((k ow) 0))) +("kime" nil (((k ay m) 1))) +("kimel" nil (((k ih) 1) ((m ax l) 0))) +("kimery" nil (((k ih) 1) ((m er) 0) ((iy) 0))) +("kimes" nil (((k ay m z) 1))) +("kimler" nil (((k ih) 1) ((m ax) 0) ((l er) 0))) +("kimm" nil (((k ih m) 1))) +("kimmel" nil (((k ih) 1) ((m ax l) 0))) +("kimmell" nil (((k ih) 1) ((m ax l) 0))) +("kimmelman" nil (((k ih) 1) ((m ax l) 0) ((m ax n) 0))) +("kimmer" nil (((k ih) 1) ((m er) 0))) +("kimmerle" nil (((k ih) 1) ((m er) 0) ((ax l) 0))) +("kimmet" nil (((k ih) 1) ((m ih t) 0))) +("kimmey" nil (((k ih) 1) ((m iy) 0))) +("kimmich" nil (((k ih) 1) ((m ih ch) 0))) +("kimmins" nil (((k ih) 1) ((m ih n z) 0))) +("kimmitt" nil (((k ih) 1) ((m ih t) 0))) +("kimmons" nil (((k ih) 1) ((m ax n z) 0))) +("kimono" nil (((k ax) 0) ((m ow) 1) ((n ax) 0))) +("kimonos" nil (((k ax) 0) ((m ow) 1) ((n ax z) 0))) +("kimoto" nil (((k iy) 0) ((m ow) 1) ((t ow) 0))) +("kimpel" nil (((k ih m) 1) ((p ax l) 0))) +("kimple" nil (((k ih m) 1) ((p ax l) 0))) +("kimpo" nil (((k ih m) 1) ((p ow) 0))) +("kimpton" nil (((k ih m p) 1) ((t ax n) 0))) +("kimrey" nil (((k ih) 1) ((m r iy) 0))) +("kims" nil (((k ih m z) 1))) +("kimsey" nil (((k ih m) 1) ((z iy) 0))) +("kimura" nil (((k iy) 0) ((m uh) 1) ((r ax) 0))) +("kimzey" nil (((k ih m) 1) ((z iy) 0))) +("kin" nil (((k ih n) 1))) +("kinard" nil (((k ih) 1) ((n er d) 0))) +("kinark" nil (((k ih) 1) ((n aa r k) 0))) +("kinburn" nil (((k ih n) 1) ((b er n) 1))) +("kincade" nil (((k ih n) 1) ((k ey d) 1))) +("kincaid" nil (((k ih n) 1) ((k ey d) 1))) +("kincannon" nil (((k ih n) 1) ((k ae) 1) ((n ax n) 0))) +("kincer" nil (((k ih n) 1) ((s er) 0))) +("kinch" nil (((k ih n ch) 1))) +("kincheloe" nil (((k ih n) 1) ((ch ih) 0) ((l ow) 0))) +("kinchen" nil (((k ih ng) 1) ((k ax n) 0))) +("kincy" nil (((k ih n) 1) ((s iy) 0))) +("kind" nil (((k ay n d) 1))) +("kinda" nil (((k ih n) 1) ((d ax) 0))) +("kindall" nil (((k ih n) 1) ((d ax l) 0))) +("kindel" nil (((k ih n) 1) ((d ax l) 0))) +("kindell" nil (((k ih n) 1) ((d ax l) 0))) +("kinder" nil (((k ay n) 1) ((d er) 0))) +("kindergarten" nil (((k ih n) 1) ((d er) 0) ((g aa r) 1) ((t ax n) 0))) +("kindergartens" nil (((k ih n) 1) ((d er) 0) ((g aa r) 1) ((t ax n z) 0))) +("kindergartner" nil (((k ih n) 1) ((d er) 0) ((g aa r t) 1) ((n er) 0))) +("kindergartners" nil (((k ih n) 1) ((d er) 0) ((g aa r t) 1) ((n er z) 0))) +("kinderman" nil (((k ay n) 1) ((d er) 0) ((m ax n) 0))) +("kindest" nil (((k ay n) 1) ((d ax s t) 0))) +("kindig" nil (((k ih n) 1) ((d ih g) 0))) +("kindle" nil (((k ih n) 1) ((d ax l) 0))) +("kindleberger" nil (((k ih n) 1) ((d ax l) 0) ((b er) 0) ((g er) 0))) +("kindled" nil (((k ih n) 1) ((d ax l d) 0))) +("kindler" nil (((k ih n) 1) ((d ax) 0) ((l er) 0))) +("kindley" nil (((k ih n d) 1) ((l iy) 0))) +("kindling" nil (((k ih n d) 1) ((l ih ng) 0))) +("kindly" nil (((k ay n d) 1) ((l iy) 0))) +("kindness" nil (((k ay n d) 1) ((n ax s) 0))) +("kindran" nil (((k ih n) 1) ((d r ax n) 0))) +("kindred" nil (((k ih n) 1) ((d r ih d) 0))) +("kindrick" nil (((k ih n) 1) ((d r ih k) 0))) +("kinds" nil (((k ay n d z) 1))) +("kindt" nil (((k ih n t) 1))) +("kindy" nil (((k ay n) 1) ((d iy) 0))) +("kinepolis" nil (((k ih) 0) ((n eh) 1) ((p ax) 0) ((l ih s) 0))) +("kiner" nil (((k ay) 1) ((n er) 0))) +("kines" nil (((k ay n z) 1))) +("kinesiology" nil (((k ih) 1) ((n ih) 0) ((s iy) 1) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("kinesthetic" nil (((k ih) 1) ((n ax s) 0) ((th eh) 1) ((t ih k) 0))) +("kineta" nil (((k ih) 1) ((n ih) 0) ((t ax) 0))) +("kinetic" nil (((k ax) 0) ((n eh) 1) ((t ih k) 0))) +("kinetics" nil (((k ax) 0) ((n eh) 1) ((t ih k s) 0))) +("king" nil (((k ih ng) 1))) +("kingbirds" nil (((k ih ng) 1) ((b er d z) 1))) +("kingdom" nil (((k ih ng) 1) ((d ax m) 0))) +("kingdoms" nil (((k ih ng) 1) ((d ax m z) 0))) +("kingdon" nil (((k ih ng) 1) ((d ax n) 0))) +("kingen" nil (((k ih ng) 1) ((ax n) 0))) +("kingery" nil (((k ih ng) 1) ((g er) 0) ((iy) 0))) +("kingfisher" nil (((k ih ng) 1) ((f ih) 1) ((sh er) 0))) +("kingfishers" nil (((k ih ng) 1) ((f ih) 1) ((sh er z) 0))) +("kingham" nil (((k ih ng) 1) ((hh ae m) 1))) +("kinghorn" nil (((k ih ng) 1) ((hh er n) 0))) +("kingly" nil (((k ih ng) 1) ((l iy) 0))) +("kingma" nil (((k ih ng) 1) ((m ax) 0))) +("kingmaker" nil (((k ih ng) 1) ((m ey) 1) ((k er) 0))) +("kingman" nil (((k ih ng) 1) ((m ax n) 0))) +("kingon" nil (((k ih ng) 1) ((ao n) 1))) +("kingpin" nil (((k ih ng) 1) ((p ih n) 1))) +("kingpins" nil (((k ih ng) 1) ((p ih n z) 1))) +("kingrey" nil (((k ih ng) 1) ((g r iy) 0))) +("kingry" nil (((k ih ng) 1) ((g er) 0) ((iy) 0))) +("kings" nil (((k ih ng z) 1))) +("kingsborough" nil (((k ih ng z) 1) ((b er) 1) ((ow) 0))) +("kingsbridge" nil (((k ih ng z) 1) ((b r ih jh) 1))) +("kingsbury" nil (((k ih ng z) 1) ((b eh) 1) ((r iy) 0))) +("kingsey" nil (((k ih ng) 1) ((z iy) 0))) +("kingsford" nil (((k ih ng) 1) ((s f er d) 0))) +("kingship" nil (((k ih ng) 1) ((sh ih p) 0))) +("kingsland" nil (((k ih ng) 1) ((z l ae n d) 0))) +("kingsley" nil (((k ih ng) 1) ((z l iy) 0))) +("kingsolver" nil (((k ih ng) 1) ((s aa l) 0) ((v er) 0))) +("kingsport" nil (((k ih ng) 1) ((s p ao r t) 1))) +("kingston" nil (((k ih ng) 1) ((s t ax n) 0))) +("kingsville" nil (((k ih ng z) 1) ((v ih l) 1))) +("kingswell" nil (((k ih ng g) 1) ((z w eh l) 0))) +("kington" nil (((k ih ng) 1) ((t ax n) 0))) +("kinion" nil (((k ih) 1) ((n y ax n) 0))) +("kiniry" nil (((k ih) 1) ((n ay) 0) ((r iy) 0))) +("kinkade" nil (((k ih ng) 1) ((k ax d) 0))) +("kinkead" nil (((k ih ng) 1) ((k eh d) 0))) +("kinkel" nil (((k ih ng) 1) ((k ax l) 0))) +("kinker" nil (((k ih ng) 1) ((k er) 0))) +("kinkle" nil (((k ih ng) 1) ((k ax l) 0))) +("kinks" nil (((k ih ng k s) 1))) +("kinky" nil (((k ih ng) 1) ((k iy) 0))) +("kinlaw" nil (((k ih n) 1) ((l ao) 1))) +("kinley" nil (((k ih n) 1) ((l iy) 0))) +("kinloch" nil (((k ih n) 1) ((l ax k) 0))) +("kinman" nil (((k ih n) 1) ((m ax n) 0))) +("kinn" nil (((k ih n) 1))) +("kinnaird" nil (((k ih) 1) ((n er d) 0))) +("kinnaman" nil (((k ih) 1) ((n ax) 0) ((m ax n) 0))) +("kinnamon" nil (((k ih) 1) ((n ax) 0) ((m ax n) 0))) +("kinnan" nil (((k ih) 1) ((n ax n) 0))) +("kinnard" nil (((k ih) 1) ((n er d) 0))) +("kinne" nil (((k ih n) 1))) +("kinnear" nil (((k ih) 1) ((n ih r) 1))) +("kinnebrew" nil (((k ih) 1) ((n ih) 0) ((b r uw) 0))) +("kinnell" nil (((k ih) 1) ((n ax l) 0))) +("kinner" nil (((k ih) 1) ((n er) 0))) +("kinnett" nil (((k ih) 1) ((n ih t) 0))) +("kinney" nil (((k ih) 1) ((n iy) 0))) +("kinnick" nil (((k ih) 1) ((n ih k) 0))) +("kinnie" nil (((k ih) 1) ((n iy) 0))) +("kinnison" nil (((k ih) 1) ((n ih) 0) ((s ax n) 0))) +("kinnock" nil (((k ih) 1) ((n ax k) 0))) +("kinnunen" nil (((k ih) 0) ((n ah) 1) ((n ax n) 0))) +("kinoshita" nil (((k iy) 0) ((n ow) 0) ((sh iy) 1) ((t ax) 0))) +("kinsel" nil (((k ih n) 1) ((s ax l) 0))) +("kinsell" nil (((k ih n) 1) ((s ax l) 0))) +("kinsella" nil (((k iy n) 0) ((s eh) 1) ((l ax) 0))) +("kinser" nil (((k ih n) 1) ((s er) 0))) +("kinsey" nil (((k ih n) 1) ((z iy) 0))) +("kinship" nil (((k ih n) 1) ((sh ih p) 1))) +("kinsinger" nil (((k ih n) 1) ((s ih n) 0) ((jh er) 0))) +("kinsler" nil (((k ih n) 1) ((s ax) 0) ((l er) 0))) +("kinsley" nil (((k ih n) 1) ((z l iy) 0))) +("kinslow" nil (((k ih n) 1) ((s l ow) 1))) +("kinsman" nil (((k ih n z) 1) ((m ae n) 1))) +("kinst" nil (((k ih n s t) 1))) +("kinstler" nil (((k ih n s t) 1) ((l er) 0))) +("kint" nil (((k ih n t) 1))) +("kinter" nil (((k ih n) 1) ((t er) 0))) +("kintigh" nil (((k ih n) 1) ((t ay) 0))) +("kintner" nil (((k ih n t) 1) ((n er) 0))) +("kinton" nil (((k ih n) 1) ((t ax n) 0))) +("kintz" nil (((k ih n t s) 1))) +("kintzel" nil (((k ih n t) 1) ((z ax l) 0))) +("kinyon" nil (((k ih) 1) ((n y ax n) 0))) +("kinzel" nil (((k ih n) 1) ((z ax l) 0))) +("kinzer" nil (((k ih n) 1) ((z er) 0))) +("kinzey" nil (((k ih n) 1) ((z iy) 0))) +("kinzie" nil (((k ih n) 1) ((z iy) 0))) +("kinzler" nil (((k ih n) 1) ((z l er) 0))) +("kinzlmaier" nil (((k ih n) 1) ((z ax l) 0) ((m ay) 1) ((er) 0))) +("kio" nil (((k iy) 1) ((ow) 0))) +("kiosk" nil (((k iy) 1) ((ao s k) 1))) +("kiosks" nil (((k iy) 1) ((ao s k s) 1))) +("kious" nil (((k ay) 1) ((ax s) 0))) +("kip" nil (((k ih p) 1))) +("kiper" nil (((k ay) 1) ((p er) 0))) +("kipfer" nil (((k ih p) 1) ((f er) 0))) +("kipling" nil (((k ih) 1) ((p l ih ng) 0))) +("kiplinger" nil (((k ay) 1) ((p ax) 0) ((l ih ng) 0) ((er) 0))) +("kipnis" nil (((k ih p) 1) ((n ih s) 0))) +("kipp" nil (((k ih p) 1))) +("kipper" nil (((k ih) 1) ((p er) 0))) +("kippers" nil (((k ih) 1) ((p er z) 0))) +("kippes" nil (((k ih p s) 1))) +("kippur" nil (((k ih) 1) ((p er) 0))) +("kiracofe" nil (((k ih) 1) ((r ax) 0) ((k ow f) 1))) +("kiraly" nil (((k ih) 1) ((r ax) 0) ((l iy) 0))) +("kirby" nil (((k er) 1) ((b iy) 0))) +("kirch" nil (((k er k) 1))) +("kirchberg" nil (((k er k) 1) ((b er g) 0))) +("kirchberger" nil (((k er ch) 1) ((b er) 0) ((g er) 0))) +("kirchen" nil (((k er) 1) ((k ax n) 0))) +("kircher" nil (((k er) 1) ((k er) 0))) +("kirchgessner" nil (((k er k) 1) ((g ih) 0) ((s n er) 0))) +("kirchhofer" nil (((k er k) 1) ((hh ax) 0) ((f er) 0))) +("kirchhoff" nil (((k er k) 1) ((hh ao f) 0))) +("kirchman" nil (((k er k) 1) ((m ax n) 0))) +("kirchner" nil (((k er k) 1) ((n er) 0))) +("kirchoff" nil (((k er k) 1) ((hh ao f) 0))) +("kirgan" nil (((k er) 1) ((g ax n) 0))) +("Kirghizia" n (((k ax r) 0) ((g ih t) 1) ((s iy) 0) ((ax) 0))) +("kiri" nil (((k ih) 1) ((r iy) 0))) +("kiribati" nil (((k ih) 1) ((r ih) 1) ((b aa) 1) ((t iy) 0))) +("kirin" nil (((k ih) 1) ((r ih n) 0))) +("kirk" nil (((k er k) 1))) +("kirkbride" nil (((k er k) 1) ((b r ay d) 0))) +("kirkby" nil (((k er k) 1) ((b iy) 0))) +("kirkeby" nil (((k er) 1) ((k ih) 0) ((b iy) 0))) +("kirkendall" nil (((k er) 0) ((k eh n) 1) ((d ax l) 0))) +("kirkendoll" nil (((k er) 0) ((k eh n) 1) ((d ow l) 0))) +("kirker" nil (((k er) 1) ((k er) 0))) +("kirkey" nil (((k er) 1) ((k iy) 0))) +("kirkham" nil (((k er k) 1) ((hh ax m) 0))) +("kirkhart" nil (((k er k) 1) ((hh aa r t) 0))) +("kirkland" nil (((k er) 1) ((k l ax n d) 0))) +("kirkley" nil (((k er) 1) ((k l iy) 0))) +("kirklin" nil (((k er) 1) ((k l ih n) 0))) +("kirkman" nil (((k er k) 1) ((m ax n) 0))) +("kirkner" nil (((k er k) 1) ((n er) 0))) +("kirkpatrick" nil (((k er k) 0) ((p ae) 1) ((t r ih k) 0))) +("kirks" nil (((k er k s) 1))) +("kirksey" nil (((k er k) 1) ((s iy) 0))) +("kirkuk" nil (((k ih r) 1) ((k uh k) 1))) +("kirkwood" nil (((k er) 1) ((k w uh d) 0))) +("kirley" nil (((k er) 1) ((l iy) 0))) +("kirlin" nil (((k er) 1) ((l ih n) 0))) +("kirmse" nil (((k er m) 1) ((s iy) 0))) +("kirn" nil (((k er n) 1))) +("kirnan" nil (((k er) 1) ((n ax n) 0))) +("kirner" nil (((k er) 1) ((n er) 0))) +("kirouac" nil (((k ay) 1) ((r aw) 0) ((ae k) 0))) +("kirov" nil (((k ih) 1) ((r aa v) 0))) +("kirsch" nil (((k er sh) 1))) +("kirschbaum" nil (((k er sh) 1) ((b aw m) 0))) +("kirschenbaum" nil (((k er) 1) ((sh ax n) 0) ((b aw m) 0))) +("kirschenmann" nil (((k er) 1) ((sh ax n) 0) ((m ax n) 0))) +("kirschman" nil (((k er) 1) ((sh m ax n) 0))) +("kirschner" nil (((k er) 1) ((sh n er) 0))) +("kirsh" nil (((k er sh) 1))) +("kirshbaum" nil (((k er sh) 1) ((b aw m) 1))) +("kirshenbaum" nil (((k er) 1) ((sh ax n) 0) ((b aw m) 0))) +("kirshner" nil (((k er) 1) ((sh n er) 0))) +("kirst" nil (((k er s t) 1))) +("kirstein" nil (((k er) 1) ((s t ay n) 0))) +("kirsten" nil (((k er) 1) ((s t ax n) 0))) +("kirstie" nil (((k er) 1) ((s t iy) 0))) +("kirstin" nil (((k er) 1) ((s t ih n) 0))) +("kirt" nil (((k er t) 1))) +("kirtland" nil (((k er t) 1) ((l ax n d) 0))) +("kirtley" nil (((k er t) 1) ((l iy) 0))) +("kirton" nil (((k er) 1) ((t ax n) 0))) +("kirts" nil (((k er t s) 1))) +("kirven" nil (((k er) 1) ((v ax n) 0))) +("kirwan" nil (((k er) 1) ((w ao n) 0))) +("kirwin" nil (((k er) 1) ((w ih n) 0))) +("kiryas" nil (((k ih r) 1) ((y ax s) 0))) +("kiryat" nil (((k ih r) 1) ((y ax t) 0))) +("kis" nil (((k ih s) 1))) +("kisamore" nil (((k iy) 0) ((s aa) 1) ((m ao r) 0))) +("kisan" nil (((k ih) 1) ((z ax n) 0))) +("kisch" nil (((k ih sh) 1))) +("kisco" nil (((k ih) 1) ((s k ow) 0))) +("kise" nil (((k ay z) 1))) +("kiser" nil (((k ay) 1) ((z er) 0))) +("kish" nil (((k ih sh) 1))) +("kisha" nil (((k ih) 1) ((sh ax) 0))) +("kishbaugh" nil (((k ih sh) 1) ((b aw) 0))) +("kishi" nil (((k iy) 1) ((sh iy) 0))) +("kisiel" nil (((k ih) 1) ((s iy l) 0))) +("kiska" nil (((k ih) 1) ((s k ax) 0))) +("kisler" nil (((k ih) 1) ((s ax) 0) ((l er) 0))) +("kisling" nil (((k ih) 1) ((s ax) 0) ((l ih ng) 0))) +("kismet" nil (((k ih z) 1) ((m ih t) 0))) +("kismets" nil (((k ih z) 1) ((m ih t s) 0))) +("kisner" nil (((k ih) 1) ((s n er) 0))) +("kisor" nil (((k ay) 1) ((z er) 0))) +("kiss" nil (((k ih s) 1))) +("kissack" nil (((k ih) 1) ((s ax k) 0))) +("kissam" nil (((k ih) 1) ((s ax m) 0))) +("kissane" nil (((k ih) 1) ((s ax n) 0))) +("kissed" nil (((k ih s t) 1))) +("kissee" nil (((k ih) 1) ((s iy) 1))) +("kissel" nil (((k ih) 1) ((s ax l) 0))) +("kissell" nil (((k ih) 1) ((s ax l) 0))) +("kisses" nil (((k ih) 1) ((s ax z) 0))) +("kissick" nil (((k ih) 1) ((s ih k) 0))) +("kissimmee" nil (((k ih) 0) ((s ih) 1) ((m iy) 0))) +("kissing" nil (((k ih) 1) ((s ih ng) 0))) +("kissinger" nil (((k ih) 1) ((s ih n) 0) ((jh er) 0))) +("kissler" nil (((k ih) 1) ((s l er) 0))) +("kissling" nil (((k ih) 1) ((s l ih ng) 0))) +("kissner" nil (((k ih) 1) ((s n er) 0))) +("kist" nil (((k ih s t) 1))) +("kister" nil (((k ih) 1) ((s t er) 0))) +("kistler" nil (((k ih s t) 1) ((l er) 0))) +("kistner" nil (((k ih s t) 1) ((n er) 0))) +("kiszczak" nil (((k ih) 1) ((z ae k) 0))) +("kit" nil (((k ih t) 1))) +("kita" nil (((k iy) 1) ((t ax) 0))) +("kitagawa" nil (((k iy) 0) ((t aa) 0) ((g aa) 1) ((w ax) 0))) +("kitajima" nil (((k iy) 1) ((t ax) 0) ((jh iy) 1) ((m ax) 0))) +("kitamura" nil (((k iy) 0) ((t aa) 0) ((m uh) 1) ((r ax) 0))) +("kitcat" nil (((k ih t) 1) ((k ae t) 1))) +("kitch" nil (((k ih ch) 1))) +("kitchel" nil (((k ih) 1) ((ch ax l) 0))) +("kitchell" nil (((k ih) 1) ((ch ax l) 0))) +("kitchen" nil (((k ih) 1) ((ch ax n) 0))) +("kitchenaid" nil (((k ih) 1) ((ch ax) 0) ((n ey d) 1))) +("kitchenette" nil (((k ih) 1) ((ch ax) 0) ((n eh t) 1))) +("kitchens" nil (((k ih) 1) ((ch ax n z) 0))) +("kitchenware" nil (((k ih) 1) ((ch ax n) 0) ((w eh r) 1))) +("kitchin" nil (((k ih) 1) ((ch ih n) 0))) +("kitching" nil (((k ih) 1) ((ch ih ng) 0))) +("kitchings" nil (((k ih) 1) ((ch ih ng z) 0))) +("kite" nil (((k ay t) 1))) +("kites" nil (((k ay t s) 1))) +("kithcart" nil (((k ih th) 1) ((k aa r t) 1))) +("kitimat" nil (((k ih) 1) ((t ih) 0) ((m ae t) 0))) +("kiting" nil (((k ay) 1) ((t ih ng) 0))) +("kitner" nil (((k ih t) 1) ((n er) 0))) +("kitowski" nil (((k ih) 0) ((t ao f) 1) ((s k iy) 0))) +("kits" nil (((k ih t s) 1))) +("kitsch" nil (((k ih ch) 1))) +("kitson" nil (((k ih t) 1) ((s ax n) 0))) +("kitt" nil (((k ih t) 1))) +("kittaneh" nil (((k ih) 0) ((t aa) 1) ((n eh) 1))) +("kittel" nil (((k ih) 1) ((t ax l) 0))) +("kittell" nil (((k ih) 1) ((t ax l) 0))) +("kittelson" nil (((k ih) 1) ((t ih l) 0) ((s ax n) 0))) +("kitten" nil (((k ih) 1) ((t ax n) 0))) +("kittens" nil (((k ih) 1) ((t ax n z) 0))) +("kitterman" nil (((k ih) 1) ((t er) 0) ((m ax n) 0))) +("kittinger" nil (((k ih) 1) ((t ih ng) 0) ((er) 0))) +("kittiwake" nil (((k ih) 1) ((t ih) 0) ((w ey k) 1))) +("kittle" nil (((k ih) 1) ((t ax l) 0))) +("kittler" nil (((k ih) 1) ((t ax) 0) ((l er) 0))) +("kittles" nil (((k ih) 1) ((t ax l z) 0))) +("kittleson" nil (((k ih t) 1) ((l ih) 0) ((s ax n) 0))) +("kittner" nil (((k ih t) 1) ((n er) 0))) +("kittredge" nil (((k ih) 1) ((t r ih jh) 0))) +("kittrell" nil (((k ih) 1) ((t r ax l) 0))) +("kitts" nil (((k ih t s) 1))) +("kitty" nil (((k ih) 1) ((t iy) 0))) +("kitz" nil (((k ih t s) 1))) +("kitzman" nil (((k ih t) 1) ((s m ax n) 0))) +("kitzmiller" nil (((k ih t) 1) ((s m ih) 1) ((l er) 0))) +("kivela" nil (((k ih) 1) ((v ih) 0) ((l ax) 0))) +("kivett" nil (((k ih) 1) ((v ih t) 0))) +("kivi" nil (((k ih) 1) ((v iy) 0))) +("kiwanis" nil (((k ih) 0) ((w aa) 1) ((n ih s) 0))) +("kiwi" nil (((k iy) 1) ((w iy) 0))) +("kiwis" nil (((k ih) 1) ((w ih s) 0))) +("kiyoshi" nil (((k ih) 0) ((y ow) 1) ((sh iy) 0))) +("kiyotaka" nil (((k iy) 1) ((ow) 0) ((t aa) 1) ((k ax) 0))) +("kizer" nil (((k ay) 1) ((z er) 0))) +("kizziah" nil (((k ih) 1) ((z iy) 0) ((ax) 0))) +("kjar" nil (((k ax) 0) ((jh aa r) 1))) +("kjell" nil (((k y eh l) 1))) +("kjellberg" nil (((jh eh l) 1) ((b er g) 0))) +("kjenstad" nil (((k y eh n) 1) ((s t ae d) 1))) +("kjos" nil (((k ax) 0) ((jh aa s) 1))) +("kk" nil (((k ey) 1) ((k ey) 1))) +("klaas" nil (((k l aa s) 1))) +("klaassen" nil (((k l aa) 1) ((s ax n) 0))) +("klabunde" nil (((k l ae) 1) ((b ax n d) 0))) +("kladstrup" nil (((k l ae d) 1) ((s t r ax p) 0))) +("klages" nil (((k l ey) 1) ((jh ih z) 0))) +("klahn" nil (((k l ae n) 1))) +("klahr" nil (((k l ae r) 1))) +("klaiber" nil (((k l ey) 1) ((b er) 0))) +("klamer" nil (((k l ey) 1) ((m er) 0))) +("klamm" nil (((k l ae m) 1))) +("klammer" nil (((k l ae) 1) ((m er) 0))) +("klamon" nil (((k l ey) 1) ((m ax n) 0))) +("klan" nil (((k l ae n) 1))) +("klang" nil (((k l ae ng) 1))) +("klann" nil (((k l ae n) 1))) +("klansmen" nil (((k l ae n z) 1) ((m ax n) 0))) +("klapp" nil (((k l ae p) 1))) +("klapper" nil (((k l ae) 1) ((p er) 0))) +("klapperich" nil (((k l ae) 1) ((p er) 0) ((ih k) 0))) +("klar" nil (((k l aa r) 1))) +("klare" nil (((k l eh r) 1))) +("klarich" nil (((k l ae) 1) ((r ih k) 0))) +("klarman" nil (((k l aa r) 1) ((m ax n) 0))) +("klas" nil (((k l ae s) 1))) +("klase" nil (((k l ey z) 1))) +("klasen" nil (((k l ey) 1) ((s ax n) 0))) +("klass" nil (((k l ae s) 1))) +("klassen" nil (((k l ae) 1) ((s ax n) 0))) +("klatsky" nil (((k l ae t) 1) ((s k iy) 0))) +("klatt" nil (((k l ae t) 1))) +("klauber" nil (((k l aw) 1) ((b er) 0))) +("klauer" nil (((k l aw) 1) ((er) 0))) +("klaus" nil (((k l aw s) 1))) +("klauser" nil (((k l aw) 1) ((s er) 0))) +("klausing" nil (((k l aw) 1) ((s ih ng) 0))) +("klausner" nil (((k l aw) 1) ((s n er) 0))) +("klaver" nil (((k l ey) 1) ((v er) 0))) +("klawitter" nil (((k l ao) 1) ((ih) 0) ((t er) 0))) +("klay" nil (((k l ey) 1))) +("klayman" nil (((k l ey) 1) ((m ax n) 0))) +("kleban" nil (((k l eh) 1) ((b ax n) 0))) +("klebba" nil (((k l eh) 1) ((b ax) 0))) +("klebe" nil (((k l iy b) 1))) +("kleber" nil (((k l iy) 1) ((b er) 0))) +("klecka" nil (((k l eh) 1) ((k ax) 0))) +("klecker" nil (((k l eh) 1) ((k er) 0))) +("kleckner" nil (((k l eh k) 1) ((n er) 0))) +("klee" nil (((k l iy) 1))) +("kleeman" nil (((k l iy) 1) ((m ax n) 0))) +("kleen" nil (((k l iy n) 1))) +("kleenex" nil (((k l iy) 1) ((n ax k s) 0))) +("kleer" nil (((k l ih r) 1))) +("klees" nil (((k l iy z) 1))) +("kleffner" nil (((k l eh f) 1) ((n er) 0))) +("kleiber" nil (((k l ay) 1) ((b er) 0))) +("kleier" nil (((k l ay) 1) ((er) 0))) +("kleiman" nil (((k l ay) 1) ((m ax n) 0))) +("klein" nil (((k l ay n) 1))) +("kleinberg" nil (((k l ay n) 1) ((b er g) 0))) +("kleindienst" nil (((k l ay n) 1) ((d iy n s t) 1))) +("kleine" nil (((k l ay n) 1))) +("kleiner" nil (((k l ay) 1) ((n er) 0))) +("kleinert" nil (((k l ay) 1) ((n er t) 0))) +("kleinfeld" nil (((k l ay n) 1) ((f eh l d) 1))) +("kleinfelter" nil (((k l ay n) 1) ((f ih l) 0) ((t er) 0))) +("kleinhans" nil (((k l ay n) 1) ((hh ax n z) 0))) +("kleinhenz" nil (((k l ay n) 1) ((hh ih n s) 0))) +("kleinknecht" nil (((k l ay ng k) 1) ((n ih k t) 0))) +("kleinman" nil (((k l ay n) 1) ((m ax n) 0))) +("kleinpaste" nil (((k l ay n) 1) ((p ey s t) 1))) +("kleinpeter" nil (((k l ay n) 1) ((p iy) 0) ((t er) 0))) +("kleinsasser" nil (((k l ay n) 1) ((s ax) 0) ((s er) 0))) +("kleinschmidt" nil (((k l ay n) 1) ((sh m ih t) 1))) +("kleinsmith" nil (((k l ay n) 1) ((s m ih th) 0))) +("kleinwort" nil (((k l ay n) 1) ((w er t) 0))) +("kleis" nil (((k l ay z) 1))) +("kleiss" nil (((k l ay s) 1))) +("kleist" nil (((k l ay s t) 1))) +("klejna" nil (((k l ey) 1) ((n er) 0))) +("klem" nil (((k l eh m) 1))) +("klema" nil (((k l eh) 1) ((m ax) 0))) +("kleman" nil (((k l eh) 1) ((m ax n) 0))) +("klemann" nil (((k l eh) 1) ((m ax n) 0))) +("klemens" nil (((k l eh) 1) ((m ax n s) 0))) +("klement" nil (((k l eh) 1) ((m ax n t) 0))) +("klemm" nil (((k l eh m) 1))) +("klemme" nil (((k l eh m) 1))) +("klemmer" nil (((k l eh) 1) ((m er) 0))) +("klemp" nil (((k l eh m p) 1))) +("klempner" nil (((k l eh m p) 1) ((n er) 0))) +("klemz" nil (((k l eh m z) 1))) +("klenk" nil (((k l eh ng k) 1))) +("klenke" nil (((k l eh ng k) 1))) +("klepac" nil (((k l eh) 1) ((p ax k) 0))) +("klepfer" nil (((k l eh p) 1) ((f er) 0))) +("kleppe" nil (((k l eh p) 1))) +("klepper" nil (((k l eh) 1) ((p er) 0))) +("kleppinger" nil (((k l eh) 1) ((p ih ng) 0) ((er) 0))) +("klerk" nil (((k l er k) 1))) +("klesch" nil (((k l eh sh) 1))) +("klesken" nil (((k l eh) 1) ((s k ax n) 0))) +("kless" nil (((k l eh s) 1))) +("klett" nil (((k l eh t) 1))) +("kleve" nil (((k l iy v) 1))) +("kleven" nil (((k l iy) 1) ((v ax n) 0))) +("klever" nil (((k l eh) 1) ((v er) 0))) +("kley" nil (((k l ey) 1))) +("klich" nil (((k l ih ch) 1))) +("klick" nil (((k l ih k) 1))) +("kliebert" nil (((k l iy) 1) ((b er t) 0))) +("klieg" nil (((k l iy g) 1))) +("klier" nil (((k l ay) 1) ((er) 0))) +("kliethermes" nil (((k l iy) 1) ((th er m z) 0))) +("kliewer" nil (((k l iy) 1) ((w er) 0))) +("kligman" nil (((k l ih g) 1) ((m ax n) 0))) +("klim" nil (((k l ih m) 1))) +("klima" nil (((k l ay) 1) ((m ax) 0))) +("klimas" nil (((k l ay) 1) ((m ax z) 0))) +("klimaszewski" nil (((k l ih) 0) ((m ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("klimczak" nil (((k l ih m) 1) ((ch ae k) 0))) +("klimek" nil (((k l ih) 1) ((m ih k) 0))) +("kliment" nil (((k l ay) 1) ((m ax n t) 0))) +("klimowicz" nil (((k l ih) 1) ((m ax) 0) ((v ih ch) 0))) +("klinck" nil (((k l ih ng k) 1))) +("klindt" nil (((k l ih n t) 1))) +("klindworth" nil (((k l ih n) 1) ((d w er th) 0))) +("kline" nil (((k l ay n) 1))) +("klinedinst" nil (((k l ih) 1) ((n ih) 0) ((d ih n s t) 0))) +("klinefelter" nil (((k l ih) 1) ((n ih) 0) ((f ih l) 0) ((t er) 0))) +("kling" nil (((k l ih ng) 1))) +("klingaman" nil (((k l ih ng) 1) ((g ax) 0) ((m ax n) 0))) +("klingbeil" nil (((k l ih ng) 1) ((b ay l) 0))) +("klingberg" nil (((k l ih ng) 1) ((b er g) 0))) +("klinge" nil (((k l ih n jh) 1))) +("klingel" nil (((k l ih ng) 1) ((g ax l) 0))) +("klingenberg" nil (((k l ih ng) 1) ((ax n) 0) ((b er g) 0))) +("klingensmith" nil (((k l ih ng) 1) ((g ih n) 0) ((s m ih th) 0))) +("klinger" nil (((k l ih ng) 1) ((er) 0))) +("klingerman" nil (((k l ih ng) 1) ((er) 0) ((m ax n) 0))) +("klinghoffer" nil (((k l ih ng) 1) ((hh ao) 1) ((f er) 0))) +("klingler" nil (((k l ih ng) 1) ((g ax) 0) ((l er) 0))) +("klingman" nil (((k l ih ng) 1) ((m ax n) 0))) +("klink" nil (((k l ih ng k) 1))) +("klinke" nil (((k l ih ng k) 1))) +("klinker" nil (((k l ih ng) 1) ((k er) 0))) +("klinkhammer" nil (((k l ih ng k) 1) ((hh ae) 0) ((m er) 0))) +("klinkner" nil (((k l ih ng k) 1) ((n er) 0))) +("klint" nil (((k l ih n t) 1))) +("klintworth" nil (((k l ih n) 1) ((t w er th) 0))) +("klinzing" nil (((k l ih n) 1) ((z ih ng) 0))) +("klipfel" nil (((k l ih p) 1) ((f ax l) 0))) +("klipp" nil (((k l ih p) 1))) +("klippel" nil (((k l ih) 1) ((p ax l) 0))) +("klish" nil (((k l ih sh) 1))) +("klitz" nil (((k l ih t s) 1))) +("klitzke" nil (((k l ih t z k) 1))) +("kloberdanz" nil (((k l aa) 1) ((b er) 0) ((d ax n s) 0))) +("kloc" nil (((k l aa k) 1))) +("klocek" nil (((k l ow) 1) ((s ih k) 0))) +("klock" nil (((k l aa k) 1))) +("klocke" nil (((k l aa k) 1))) +("kloeckner" nil (((k l ow k) 1) ((n er) 0))) +("kloehn" nil (((k l ow n) 1))) +("kloepfer" nil (((k l ow p) 1) ((f er) 0))) +("kloeppel" nil (((k l ow) 1) ((p ax l) 0))) +("kloepper" nil (((k l ow) 1) ((p er) 0))) +("kloiber" nil (((k l oy) 1) ((b er) 0))) +("klomp" nil (((k l aa m p) 1))) +("klondike" nil (((k l aa n) 1) ((d ay k) 1))) +("klonowski" nil (((k l ax) 0) ((n ao f) 1) ((s k iy) 0))) +("klontz" nil (((k l aa n t s) 1))) +("kloos" nil (((k l uw z) 1))) +("klooster" nil (((k l uw) 1) ((s t er) 0))) +("kloosterman" nil (((k l uw) 1) ((s t er) 0) ((m ax n) 0))) +("klopf" nil (((k l aa p f) 1))) +("klopfenstein" nil (((k l aa p) 1) ((f ax n) 0) ((s t ay n) 0))) +("klopfer" nil (((k l aa p) 1) ((f er) 0))) +("klopp" nil (((k l aa p) 1))) +("kloppenburg" nil (((k l aa) 1) ((p ax n) 0) ((b er g) 0))) +("klos" nil (((k l aa s) 1))) +("klose" nil (((k l ow z) 1))) +("klosinski" nil (((k l ax) 0) ((s ih n) 1) ((s k iy) 0))) +("klosowski" nil (((k l ax) 0) ((s ao f) 1) ((s k iy) 0))) +("kloss" nil (((k l ao s) 1))) +("klossner" nil (((k l aa) 1) ((s n er) 0))) +("kloster" nil (((k l ao) 1) ((s t er) 0))) +("klosterman" nil (((k l aa) 1) ((s t er) 0) ((m ax n) 0))) +("klostermann" nil (((k l aa) 1) ((s t er) 0) ((m ax n) 0))) +("kloth" nil (((k l aa th) 1))) +("klotz" nil (((k l aa t s) 1))) +("klotzbach" nil (((k l aa t s) 1) ((b aa k) 0))) +("klucevsek" nil (((k l uw) 0) ((s eh v) 1) ((s eh k) 0))) +("kluck" nil (((k l ah k) 1))) +("kludt" nil (((k l ah d t) 1))) +("kluender" nil (((k l uh n) 1) ((d er) 0))) +("kluesner" nil (((k l uh) 1) ((s n er) 0))) +("kluever" nil (((k l uh) 1) ((v er) 0))) +("klug" nil (((k l ah g) 1))) +("kluge" nil (((k l uw jh) 1))) +("kluger" nil (((k l uw) 1) ((g er) 0))) +("klugh" nil (((k l ah) 1))) +("klugman" nil (((k l ah g) 1) ((m ax n) 0))) +("klugt" nil (((k l ah t) 1))) +("klukas" nil (((k l uw) 1) ((k ax z) 0))) +("klumb" nil (((k l ah m) 1))) +("klump" nil (((k l ah m p) 1))) +("klumpp" nil (((k l ah m p) 1))) +("klunder" nil (((k l ah n) 1) ((d er) 0))) +("klundt" nil (((k l ah n t) 1))) +("klunk" nil (((k l ah ng k) 1))) +("klus" nil (((k l ah s) 1))) +("klusman" nil (((k l ah) 1) ((s m ax n) 0))) +("klute" nil (((k l uw t) 1))) +("kluth" nil (((k l uw th) 1))) +("klutts" nil (((k l ah t s) 1))) +("kluttz" nil (((k l ah t s) 1))) +("klutz" nil (((k l ah t s) 1))) +("klutznick" nil (((k l ah t) 1) ((s n ih k) 0))) +("kluver" nil (((k l uw) 1) ((v er) 0))) +("kluwer" nil (((k l uw) 1) ((w er) 0))) +("klux" nil (((k l ah k s) 1))) +("klym" nil (((k l ih m) 1))) +("klynveld" nil (((k l ih n) 1) ((v eh l d) 1))) +("kmart" nil (((k ey) 1) ((m aa r t) 1))) +("kmetz" nil (((k ax) 0) ((m eh t s) 1))) +("kmiec" nil (((k ax) 0) ((m iy k) 1))) +("kmiecik" nil (((k ax) 0) ((m iy) 1) ((ch ih k) 0))) +("knaack" nil (((n aa k) 1))) +("knaak" nil (((n aa k) 1))) +("knab" nil (((n ae b) 1))) +("knabb" nil (((n ae b) 1))) +("knabe" nil (((n ey b) 1))) +("knable" nil (((n ey) 1) ((b ax l) 0))) +("knack" nil (((n ae k) 1))) +("knacks" nil (((n ae k s) 1))) +("knackstedt" nil (((n ae k) 1) ((s t ih t) 0))) +("knaggs" nil (((n ae g z) 1))) +("knape" nil (((n ey p) 1))) +("knapik" nil (((n ae) 1) ((p ih k) 0))) +("knapke" nil (((n ey p k) 1))) +("knapp" nil (((n ae p) 1))) +("knappenberger" nil (((n ae) 1) ((p ax n) 0) ((b er) 0) ((g er) 0))) +("knapper" nil (((n ae) 1) ((p er) 0))) +("knapton" nil (((n ae p) 1) ((t ax n) 0))) +("knarr" nil (((n ae r) 1))) +("knaub" nil (((n ao b) 1))) +("knauer" nil (((n aw) 1) ((er) 0))) +("knauf" nil (((n ao f) 1))) +("knauff" nil (((n ao f) 1))) +("knaup" nil (((n ao p) 1))) +("knaus" nil (((n ao z) 1))) +("knauss" nil (((n ao s) 1))) +("knave" nil (((n ey v) 1))) +("knaves" nil (((n ey v z) 1))) +("kneading" nil (((n iy) 1) ((d ih ng) 0))) +("kneafsey" nil (((n iy f) 1) ((s iy) 0))) +("kneale" nil (((n iy l) 1))) +("knebel" nil (((n eh) 1) ((b ax l) 0))) +("knecht" nil (((n eh k t) 1))) +("knechtel" nil (((n eh k) 1) ((t ax l) 0))) +("knee" nil (((n iy) 1))) +("kneebone" nil (((n iy) 1) ((b ow n) 1))) +("kneecap" nil (((n iy) 1) ((k ae p) 1))) +("kneece" nil (((n iy s) 1))) +("kneed" nil (((n iy d) 1))) +("kneel" nil (((n iy l) 1))) +("kneeland" nil (((n iy) 1) ((l ax n d) 0))) +("kneeling" nil (((n iy) 1) ((l ih ng) 0))) +("kneer" nil (((n ih r) 1))) +("knees" nil (((n iy z) 1))) +("kneip" nil (((n iy p) 1))) +("kneisel" nil (((n ay) 1) ((s ax l) 0))) +("kneisley" nil (((n iy) 1) ((s l iy) 0))) +("knell" nil (((n eh l) 1))) +("kneller" nil (((n eh) 1) ((l er) 0))) +("knelt" nil (((n eh l t) 1))) +("knepp" nil (((n eh p) 1))) +("knepper" nil (((n eh) 1) ((p er) 0))) +("knerr" nil (((n eh r) 1))) +("kness" nil (((n eh s) 1))) +("knesset" nil (((n eh) 1) ((s ax t) 0))) +("knew" nil (((n uw) 1))) +("knezevich" nil (((n eh) 1) ((z ih) 0) ((v ih ch) 0))) +("knicely" nil (((n ay) 1) ((s l iy) 0))) +("knick" nil (((n ih k) 1))) +("knickerbocker" nil (((n ih) 1) ((k er) 0) ((b aa) 1) ((k er) 0))) +("knickerbockered" nil (((n ih) 1) ((k er) 0) ((b aa) 1) ((k er d) 0))) +("knickerbockers" nil (((n ih) 1) ((k er) 0) ((b aa) 1) ((k er z) 0))) +("knickers" nil (((n ih) 1) ((k er z) 0))) +("knickknack" nil (((n ih k) 1) ((n ae k) 1))) +("knickknacks" nil (((n ih k) 1) ((n ae k s) 1))) +("knicks" nil (((n ih k s) 1))) +("knief" nil (((n iy f) 1))) +("kniep" nil (((n iy p) 1))) +("knieriem" nil (((n iy) 1) ((r iy m) 1))) +("knierim" nil (((n ih) 1) ((r ih m) 0))) +("knies" nil (((n ay z) 1))) +("kniess" nil (((n iy s) 1))) +("knievel" nil (((k ax) 0) ((n iy) 1) ((v ax l) 0))) +("knife" nil (((n ay f) 1))) +("knifelike" nil (((n ay) 1) ((f l ay k) 1))) +("kniffen" nil (((n ih) 1) ((f ax n) 0))) +("kniffin" nil (((n ih) 1) ((f ih n) 0))) +("knifing" n (((n ay) 1) ((f ax ng) 0))) +("knigge" nil (((n ih g) 1))) +("knight" nil (((n ay t) 1))) +("knighten" nil (((n ay) 1) ((t ax n) 0))) +("knighthood" nil (((n ay t) 1) ((hh uh d) 1))) +("knightly" nil (((n ay t) 1) ((l iy) 0))) +("knighton" nil (((n ay) 1) ((t ax n) 0))) +("knights" nil (((n ay t s) 1))) +("knill" nil (((n ih l) 1))) +("knipe" nil (((n ay p) 1))) +("knipfer" nil (((n ih p) 1) ((f er) 0))) +("knipp" nil (((n ih p) 1))) +("knippa" nil (((n ih) 1) ((p ax) 0))) +("knippel" nil (((n ih) 1) ((p ax l) 0))) +("knippenberg" nil (((n ih) 1) ((p ax n) 0) ((b er g) 0))) +("knipper" nil (((n ih) 1) ((p er) 0))) +("knipple" nil (((n ih) 1) ((p ax l) 0))) +("knisely" nil (((n ay) 1) ((z l iy) 0))) +("kniskern" nil (((n ih) 1) ((s k er n) 0))) +("knisley" nil (((n ih) 1) ((s l iy) 0))) +("knispel" nil (((n ih) 1) ((s p ax l) 0))) +("kniss" nil (((n ih s) 1))) +("knit" nil (((n ih t) 1))) +("knits" nil (((n ih t s) 1))) +("knitted" nil (((n ih) 1) ((t ax d) 0))) +("knittel" nil (((n ih) 1) ((t ax l) 0))) +("knitter" nil (((n ih) 1) ((t er) 0))) +("knitting" nil (((n ih) 1) ((t ih ng) 0))) +("knittle" nil (((n ih) 1) ((t ax l) 0))) +("knitwear" nil (((n ih) 1) ((t w eh r) 1))) +("knives" nil (((n ay v z) 1))) +("knob" nil (((n aa b) 1))) +("knobbe" nil (((n aa b) 1))) +("knobby" nil (((n aa) 1) ((b iy) 0))) +("knobel" nil (((n ow) 1) ((b ax l) 0))) +("knoblauch" nil (((n aa) 1) ((b l aw k) 0))) +("knoble" nil (((n ow) 1) ((b ax l) 0))) +("knobloch" nil (((n aa) 1) ((b l ax k) 0))) +("knoblock" nil (((n aa) 1) ((b l aa k) 0))) +("knobs" nil (((n aa b z) 1))) +("knoch" nil (((n aa k) 1))) +("knoche" nil (((n aa ch) 1))) +("knochel" nil (((n aa) 1) ((k ax l) 0))) +("knock" nil (((n aa k) 1))) +("knockdown" nil (((n aa k) 1) ((d aw n) 1))) +("knocked" nil (((n aa k t) 1))) +("knocking" nil (((n aa) 1) ((k ih ng) 0))) +("knockoff" nil (((n aa) 1) ((k ao f) 1))) +("knockoffs" nil (((n aa) 1) ((k ao f s) 1))) +("knockout" nil (((n aa) 1) ((k aw t) 1))) +("knocks" nil (((n aa k s) 1))) +("knode" nil (((n ow d) 1))) +("knodel" nil (((n ow) 1) ((d ax l) 0))) +("knodle" nil (((n ow) 1) ((d ax l) 0))) +("knoebel" nil (((n ow) 1) ((b ax l) 0))) +("knoedler" nil (((n ow) 1) ((d ax) 0) ((l er) 0))) +("knoell" nil (((n ow l) 1))) +("knoff" nil (((n ao f) 1))) +("knogo" nil (((n ow) 1) ((g ow) 0))) +("knoke" nil (((n ow k) 1))) +("knoles" nil (((n ow l z) 1))) +("knoll" nil (((n ow l) 1))) +("knoop" nil (((n uw p) 1))) +("knop" nil (((n aa p) 1))) +("knope" nil (((n ow p) 1))) +("knopf" nil (((n aa p f) 1))) +("knopp" nil (((n aa p) 1))) +("knorr" nil (((n ao r) 1))) +("knost" nil (((n aa s t) 1))) +("knot" nil (((n aa t) 1))) +("knotek" nil (((n ow) 1) ((t ih k) 0))) +("knoth" nil (((n aa th) 1))) +("knots" nil (((n aa t s) 1))) +("knott" nil (((n aa t) 1))) +("knotted" nil (((n aa) 1) ((t ih d) 0))) +("knotts" nil (((n aa t s) 1))) +("knotty" nil (((n aa) 1) ((t iy) 0))) +("knouff" nil (((n ow f) 1))) +("knous" nil (((n ao s) 1))) +("knouse" nil (((n aw s) 1))) +("know" nil (((n ow) 1))) +("knowed" nil (((n ow d) 1))) +("knower" nil (((n ow) 1) ((er) 0))) +("knowing" nil (((n ow) 1) ((ih ng) 0))) +("knowingly" nil (((n ow) 1) ((ih ng) 0) ((l iy) 0))) +("knowledge" nil (((n aa) 1) ((l ax jh) 0))) +("knowledgeable" nil (((n aa) 1) ((l ax) 0) ((jh ax) 0) ((b ax l) 0))) +("knowledgeably" nil (((n aa) 1) ((l ih) 0) ((jh ax) 0) ((b l iy) 0))) +("knowledgeware" nil (((n aa) 1) ((l ih jh) 0) ((w eh r) 1))) +("knowles" nil (((n ow l z) 1))) +("knowlton" nil (((n ow l) 1) ((t ax n) 0))) +("known" nil (((n ow n) 1))) +("knows" nil (((n ow z) 1))) +("knox" nil (((n aa k s) 1))) +("knoxville" nil (((n aa k) 1) ((s v ih l) 0))) +("knoy" nil (((n oy) 1))) +("knuckle" nil (((n ah) 1) ((k ax l) 0))) +("knuckles" nil (((n ah) 1) ((k ax l z) 0))) +("knudsen" nil (((n uw d) 1) ((s ax n) 0))) +("knudson" nil (((n uw d) 1) ((s ax n) 0))) +("knudtson" nil (((n uw t) 1) ((s ax n) 0))) +("knueppel" nil (((n uw) 1) ((p ax l) 0))) +("knupp" nil (((n ah p) 1))) +("knust" nil (((n ah s t) 1))) +("knut" nil (((n ah t) 1))) +("Knute" n (((k ax) 0) ((n uw t) 1))) +("knuth" nil (((n uw th) 1))) +("knuts" nil (((n ah t s) 1))) +("knutsen" nil (((n ah t) 1) ((s ax n) 0))) +("knutson" nil (((k) 0) ((n uw t) 1) ((s ax n) 0))) +("knutzen" nil (((n ah t) 1) ((z ax n) 0))) +("ko" nil (((k ow) 1))) +("koala" nil (((k ow) 0) ((aa) 1) ((l ax) 0))) +("koalas" nil (((k ow) 0) ((aa) 1) ((l ax z) 0))) +("koba" nil (((k ow) 1) ((b ax) 0))) +("kobacker" nil (((k ow) 1) ((b ae) 1) ((k er) 0))) +("kobak" nil (((k ow) 1) ((b ax k) 0))) +("kobayashi" nil (((k ow) 1) ((b aa) 0) ((y aa) 1) ((sh iy) 0))) +("kobe" nil (((k ow b) 1))) +("kobel" nil (((k ow) 1) ((b ax l) 0))) +("kober" nil (((k ow) 1) ((b er) 0))) +("koberstein" nil (((k ow) 1) ((b er) 0) ((s t ay n) 0))) +("kobes" nil (((k ow b z) 1))) +("koble" nil (((k ow) 1) ((b ax l) 0))) +("kobler" nil (((k ow) 1) ((b ax) 0) ((l er) 0))) +("kobren" nil (((k aa) 1) ((b r ax n) 0))) +("kobrin" nil (((k aa) 1) ((b r ih n) 0))) +("kobs" nil (((k aa b z) 1))) +("kobus" nil (((k ow) 1) ((b ax s) 0))) +("koby" nil (((k ow) 1) ((b iy) 0))) +("kobylarz" nil (((k ax) 0) ((b ih) 1) ((l er z) 0))) +("kobylinski" nil (((k ax) 0) ((b ih) 0) ((l ih n) 1) ((s k iy) 0))) +("kobza" nil (((k aa b) 1) ((z ax) 0))) +("kocak" nil (((k ow) 1) ((k ax k) 0))) +("koch" nil (((k ao ch) 1))) +("kochan" nil (((k aa) 1) ((k ax n) 0))) +("kochanek" nil (((k aa) 1) ((k ax) 0) ((n ih k) 0))) +("kochanowski" nil (((k ax) 0) ((hh ax) 0) ((n ao f) 1) ((s k iy) 0))) +("kochanski" nil (((k ax) 0) ((hh ae n) 1) ((s k iy) 0))) +("kochel" nil (((k aa) 1) ((k ax l) 0))) +("kochendorfer" nil (((k aa) 1) ((k ih n) 0) ((d ao r) 0) ((f er) 0))) +("kocher" nil (((k ao) 1) ((ch er) 0))) +("kochevar" nil (((k ax) 0) ((hh eh) 1) ((v er) 0))) +("kochis" nil (((k aa) 1) ((k ih s) 0))) +("kochman" nil (((k aa k) 1) ((m ax n) 0))) +("koci" nil (((k ow) 1) ((s iy) 0))) +("kocian" nil (((k ow) 1) ((sh ax n) 0))) +("kociemba" nil (((k ow) 1) ((s iy) 0) ((eh m) 1) ((b ax) 0))) +("kocinski" nil (((k ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("kociolek" nil (((k ow) 1) ((s iy) 0) ((ow) 1) ((l eh k) 0))) +("kocis" nil (((k ow) 1) ((s ih s) 0))) +("kock" nil (((k aa k) 1))) +("kocourek" nil (((k ax) 0) ((k uh) 1) ((r eh k) 0))) +("kocsis" nil (((k aa k) 1) ((s ih s) 0))) +("kocur" nil (((k ow) 1) ((k er) 0))) +("kocurek" nil (((k ax) 0) ((k y uw) 1) ((r eh k) 0))) +("kodacolor" nil (((k ow) 1) ((d ax) 0) ((k ah) 1) ((l er) 0))) +("kodak" nil (((k ow) 1) ((d ae k) 1))) +("kodama" nil (((k ow) 0) ((d aa) 1) ((m ax) 0))) +("kodiak" nil (((k ow) 1) ((d iy) 0) ((ae k) 1))) +("kodo" nil (((k ow) 1) ((d ow) 0))) +("koebel" nil (((k ow) 1) ((b ax l) 0))) +("koedinger" nil (((k ow) 1) ((d ih ng) 0) ((er) 0))) +("koegel" nil (((k ow) 1) ((g ax l) 0))) +("koegler" nil (((k ow) 1) ((g ax) 0) ((l er) 0))) +("koehl" nil (((k ow l) 1))) +("koehler" nil (((k ow) 1) ((l er) 0))) +("koehn" nil (((k ow n) 1))) +("koehne" nil (((k ow n) 1))) +("koehnen" nil (((k ow) 1) ((n ax n) 0))) +("koeki" nil (((k ow) 1) ((k iy) 0))) +("koelle" nil (((k ow l) 1))) +("koeller" nil (((k ow) 1) ((l er) 0))) +("koelling" nil (((k ow) 1) ((l ih ng) 0))) +("koelsch" nil (((k ow l sh) 1))) +("koelzer" nil (((k ow l) 1) ((z er) 0))) +("koen" nil (((k ow n) 1))) +("koeneman" nil (((k aa) 1) ((iy n) 0) ((m ax n) 0))) +("koenen" nil (((k ow) 1) ((n ax n) 0))) +("koenig" nil (((k er) 1) ((n ih g) 0))) +("koenigs" nil (((k er) 1) ((n ih g z) 0))) +("koenigsberg" nil (((k ow) 1) ((n ih g z) 0) ((b er g) 0))) +("koenigsfeld" nil (((k ow) 1) ((n ih g z) 0) ((f eh l d) 1))) +("koep" nil (((k ow p) 1))) +("koepke" nil (((k ow p k) 1))) +("koepp" nil (((k ow p) 1))) +("koeppe" nil (((k ow p) 1))) +("koeppel" nil (((k ow) 1) ((p ax l) 0))) +("koeppen" nil (((k ow) 1) ((p ax n) 0))) +("koepsel" nil (((k ow p) 1) ((s ax l) 0))) +("koepsell" nil (((k ow p) 1) ((s ax l) 0))) +("koerber" nil (((k ao r) 1) ((b er) 0))) +("koerner" nil (((k ao r) 1) ((n er) 0))) +("koester" nil (((k ow) 1) ((s t er) 0))) +("koesters" nil (((k ow) 1) ((s t er z) 0))) +("koestler" nil (((k ow) 1) ((s ax) 0) ((l er) 0))) +("koestner" nil (((k ow s t) 1) ((n er) 0))) +("koether" nil (((k ow) 1) ((dh er) 0))) +("koetje" nil (((k ow t jh) 1))) +("koetter" nil (((k ow) 1) ((t er) 0))) +("koetting" nil (((k ow) 1) ((t ih ng) 0))) +("koff" nil (((k ao f) 1))) +("koffler" nil (((k aa) 1) ((f ax) 0) ((l er) 0))) +("koffman" nil (((k ao f) 1) ((m ax n) 0))) +("kofler" nil (((k ow) 1) ((f ax) 0) ((l er) 0))) +("kofoed" nil (((k ow) 1) ((f ow d) 0))) +("kofron" nil (((k aa) 1) ((f r ax n) 0))) +("koga" nil (((k ow) 1) ((g ax) 0))) +("kogan" nil (((k ow) 1) ((g ax n) 0))) +("kogel" nil (((k ow) 1) ((g ax l) 0))) +("koger" nil (((k ow) 1) ((g er) 0))) +("kogler" nil (((k ow) 1) ((g ax) 0) ((l er) 0))) +("koglin" nil (((k aa) 1) ((g l ih n) 0))) +("kogut" nil (((k ow) 1) ((g ax t) 0))) +("kogyo" nil (((k ow jh) 1) ((y ow) 0))) +("koh" nil (((k ow) 1))) +("kohan" nil (((k ow) 1) ((hh aa n) 0))) +("kohen" nil (((k ow) 1) ((ax n) 0))) +("kohl" nil (((k ow l) 1))) +("kohlbeck" nil (((k ow l) 1) ((b eh k) 1))) +("kohlberg" nil (((k ow l) 1) ((b er g) 0))) +("kohlenberg" nil (((k ow) 1) ((l ax n) 0) ((b er g) 0))) +("kohler" nil (((k ow) 1) ((l er) 0))) +("kohles" nil (((k ow) 1) ((hh ax l z) 0))) +("kohlhepp" nil (((k ow l) 1) ((hh ih p) 0))) +("kohlhoff" nil (((k ow l) 1) ((hh ao f) 1))) +("kohli" nil (((k ow) 1) ((l iy) 0))) +("kohlman" nil (((k ow l) 1) ((m ax n) 0))) +("kohlmann" nil (((k ow l) 1) ((m ax n) 0))) +("kohlmeier" nil (((k ow l) 1) ((m ay) 0) ((er) 0))) +("kohlmeyer" nil (((k ow l) 1) ((m ay) 0) ((er) 0))) +("kohls" nil (((k ow l z) 1))) +("kohn" nil (((k aa n) 1))) +("kohne" nil (((k ow n) 1))) +("kohnen" nil (((k ow) 1) ((n ax n) 0))) +("kohner" nil (((k ow) 1) ((n er) 0))) +("kohnke" nil (((k aa ng k) 1))) +("kohout" nil (((k ow) 1) ((aw t) 0))) +("kohr" nil (((k ao r) 1))) +("kohring" nil (((k ao) 1) ((r ih ng) 0))) +("kohrs" nil (((k ao r z) 1))) +("kohtoro" nil (((k ow) 0) ((t ao) 1) ((r ow) 0))) +("kohut" nil (((k ow) 1) ((ax t) 0))) +("koichi" nil (((k ow) 0) ((iy) 1) ((ch iy) 0))) +("koido" nil (((k oy) 1) ((d ow) 0))) +("koike" nil (((k oy k) 1))) +("koito" nil (((k oy) 1) ((t ow) 0))) +("koivisto" nil (((k oy) 1) ((v ih) 1) ((s t ow) 0))) +("koji" nil (((k ow) 1) ((jh iy) 0))) +("kojima" nil (((k ax) 0) ((y ay) 1) ((m ax) 0))) +("kok" nil (((k aa k) 1))) +("kokan" nil (((k ow) 1) ((k ax n) 0))) +("kokate" nil (((k ow) 1) ((k aa) 1) ((t ey) 1))) +("koke" nil (((k ow k) 1))) +("koken" nil (((k ow) 1) ((k ax n) 0))) +("koker" nil (((k ow) 1) ((k er) 0))) +("kokes" nil (((k ow k s) 1))) +("kokesh" nil (((k aa) 1) ((k ih sh) 0))) +("kokinda" nil (((k ax) 0) ((k ih n) 1) ((d ax) 0))) +("koko" nil (((k ow) 1) ((k ow) 0))) +("kokomo" nil (((k ow) 1) ((k ax) 0) ((m ow) 1))) +("kokoschka" nil (((k ax) 0) ((k ao sh) 1) ((k ax) 0))) +("kokoszka" nil (((k ax) 0) ((k aa sh) 1) ((k ax) 0))) +("kokusai" nil (((k aa) 1) ((k y uw) 0) ((s ay) 1))) +("kol" nil (((k ow l) 1))) +("kolakowski" nil (((k ax) 0) ((l ax) 0) ((k ao f) 1) ((s k iy) 0))) +("kolander" nil (((k aa) 1) ((l ax n) 0) ((d er) 0))) +("kolar" nil (((k ow) 1) ((l er) 0))) +("kolarik" nil (((k ax) 0) ((l aa) 1) ((r ih k) 0))) +("kolasa" nil (((k ax) 0) ((l aa) 1) ((s ax) 0))) +("kolasinski" nil (((k ax) 0) ((l ax) 0) ((s ih n) 1) ((s k iy) 0))) +("kolb" nil (((k ow l b) 1))) +("kolbe" nil (((k ow l b) 1))) +("kolbeck" nil (((k aa l) 1) ((b eh k) 0))) +("kolber" nil (((k ow l) 1) ((b er) 0))) +("kolberg" nil (((k ow l) 1) ((b er g) 0))) +("kolbo" nil (((k ow l) 1) ((b ow) 0))) +("kolden" nil (((k ow l) 1) ((d ax n) 0))) +("kole" nil (((k ow l) 1))) +("kolek" nil (((k ow) 1) ((l eh k) 0))) +("kolenda" nil (((k ax) 0) ((l eh n) 1) ((d ax) 0))) +("kolesar" nil (((k ax) 0) ((l eh) 1) ((s er) 0))) +("kolich" nil (((k aa) 1) ((l ih hh) 0))) +("kolin" nil (((k ow) 1) ((l ih n) 0))) +("kolinski" nil (((k ax) 0) ((l ih n) 1) ((s k iy) 0))) +("kolk" nil (((k ow k) 1))) +("kolka" nil (((k ow l) 1) ((k ax) 0))) +("kolker" nil (((k ow) 1) ((k er) 0))) +("koll" nil (((k aa l) 1))) +("kollar" nil (((k aa) 1) ((l er) 0))) +("kollasch" nil (((k aa) 1) ((l ax sh) 0))) +("kollath" nil (((k aa) 1) ((l ax th) 0))) +("kolle" nil (((k aa l) 1))) +("koller" nil (((k aa) 1) ((l er) 0))) +("kolling" nil (((k aa) 1) ((l ih ng) 0))) +("kollman" nil (((k aa l) 1) ((m ax n) 0))) +("kollmann" nil (((k aa l) 1) ((m ax n) 0))) +("kollmeyer" nil (((k aa l) 1) ((m ay) 0) ((er) 0))) +("kollmorgen" nil (((k ow l) 0) ((m ao r) 1) ((g ax n) 0))) +("kolm" nil (((k ow m) 1))) +("kolman" nil (((k aa l) 1) ((m ax n) 0))) +("kolodny" nil (((k ax) 0) ((l aa d) 1) ((n iy) 0))) +("kolodziej" nil (((k ax) 0) ((l aa d) 1) ((z iy jh) 0))) +("kolodziejski" nil (((k ax) 0) ((l aa) 1) ((jh iy) 0) ((ey) 1) ((s k iy) 0))) +("kolojejchick" nil (((k ow) 1) ((l ow) 0) ((jh ey) 1) ((ch ih k) 0))) +("kolokoff" nil (((k aa) 1) ((l ax) 0) ((k ao f) 1))) +("koloski" nil (((k ax) 0) ((l aw) 1) ((s k iy) 0))) +("kolowich" nil (((k aa) 1) ((l ax) 0) ((w ih ch) 0))) +("kolp" nil (((k ow l p) 1))) +("kolski" nil (((k ow l) 1) ((s k iy) 0))) +("kolsky" nil (((k ow l) 1) ((s k iy) 0))) +("kolstad" nil (((k ow l) 1) ((s t ax d) 0))) +("kolter" nil (((k ow l) 1) ((t er) 0))) +("kolterman" nil (((k ow l) 1) ((t er) 0) ((m ax n) 0))) +("kolton" nil (((k ow l) 1) ((t ax n) 0))) +("koltz" nil (((k ow l t s) 1))) +("komaba" nil (((k ow) 0) ((m aa) 1) ((b ax) 0))) +("komag" nil (((k ow) 1) ((m ae g) 0))) +("koman" nil (((k ow) 1) ((m ax n) 0))) +("komansky" nil (((k ow) 0) ((m ae n) 1) ((s k iy) 0))) +("komar" nil (((k ow) 1) ((m er) 0))) +("komara" nil (((k ow) 0) ((m aa) 1) ((r ax) 0))) +("komarek" nil (((k ow) 0) ((m aa) 1) ((r eh k) 0))) +("komarik" nil (((k ow) 0) ((m aa) 1) ((r ih k) 0))) +("komatsu" nil (((k ow) 0) ((m aa t) 1) ((s uw) 1))) +("kombat" nil (((k aa m) 1) ((b ae t) 0))) +("komer" nil (((k ow) 1) ((m er) 0))) +("komercni" nil (((k ow) 1) ((m er ch) 1) ((n iy) 0))) +("komi" nil (((k ow) 1) ((m iy) 0))) +("komine" nil (((k ow) 1) ((m ay n) 1))) +("komineft" nil (((k aa) 1) ((m ih) 0) ((n eh f t) 0))) +("komisar" nil (((k ax) 0) ((m ih) 1) ((s er) 0))) +("kommer" nil (((k aa) 1) ((m er) 0))) +("komori" nil (((k ow) 0) ((m ao) 1) ((r iy) 0))) +("komorny" nil (((k ow) 0) ((m ao r) 1) ((n iy) 0))) +("komorowski" nil (((k ax) 0) ((m er) 0) ((ao f) 1) ((s k iy) 0))) +("komoto" nil (((k ow) 0) ((m ow) 1) ((t ow) 0))) +("komp" nil (((k aa m p) 1))) +("komsomol" nil (((k aa m) 1) ((s ow) 0) ((m ax l) 0))) +("Komsomolskaya" n (((k ax m) 0) ((s aa) 1) ((m ax l) 0) ((s k ay) 1) ((ax) 0))) +("komura" nil (((k ow) 1) ((m uh) 1) ((r ax) 0))) +("kon" nil (((k aa n) 1))) +("konarski" nil (((k ax) 0) ((n aa r) 1) ((s k iy) 0))) +("konczal" nil (((k aa n) 1) ((ch ax l) 0))) +("kondas" nil (((k aa n) 1) ((d ax z) 0))) +("kondo" nil (((k aa n) 1) ((d ow) 0))) +("kondracki" nil (((k ax n) 0) ((d r aa t) 1) ((s k iy) 0))) +("kondrat" nil (((k aa n) 1) ((d r ax t) 0))) +("konecny" nil (((k ax) 0) ((n eh k) 1) ((n iy) 0))) +("konen" nil (((k aa) 1) ((n ax n) 0))) +("konfrontasi" nil (((k aa n) 1) ((f r aa n) 0) ((t aa) 1) ((s iy) 0))) +("kong" nil (((k ao ng) 1))) +("kongming" nil (((k ow ng) 1) ((m iy ng) 1))) +("kongsberg" nil (((k ao ng z) 1) ((b er g) 0))) +("kongzi" nil (((k ow ng) 1) ((d z uh) 1))) +("konica" nil (((k aa) 1) ((n ih) 0) ((k ax) 0))) +("konicek" nil (((k aa) 1) ((n ih) 0) ((ch eh k) 1))) +("konicki" nil (((k ax) 0) ((n ih t) 1) ((s k iy) 0))) +("konieczka" nil (((k ax) 0) ((n iy ch) 1) ((k ax) 0))) +("konieczny" nil (((k ax) 0) ((n iy ch) 1) ((n iy) 0))) +("konig" nil (((k aa) 1) ((n ih g) 0))) +("koning" nil (((k ow) 1) ((n ih ng) 0))) +("koninklijke" nil (((k aa) 1) ((n ih ng) 0) ((k l iy) 1) ((k iy) 0))) +("konishi" nil (((k ow) 0) ((n iy) 1) ((sh iy) 0))) +("konishiroku" nil (((k aa) 1) ((n ih) 1) ((sh ih) 0) ((r ow) 1) ((k uw) 1))) +("konitzer" nil (((k aa) 1) ((n ih t) 0) ((z er) 0))) +("konkel" nil (((k aa ng) 1) ((k ax l) 0))) +("konkle" nil (((k aa ng) 1) ((k ax l) 0))) +("konkol" nil (((k aa ng) 1) ((k ao l) 0))) +("konner" nil (((k aa) 1) ((n er) 0))) +("kono" nil (((k ow) 1) ((n ow) 0))) +("konold" nil (((k aa) 1) ((n ow l d) 0))) +("konop" nil (((k ow) 1) ((n ax p) 0))) +("konopka" nil (((k ax) 0) ((n ow p) 1) ((k ax) 0))) +("konrad" nil (((k aa n) 1) ((r ax d) 0))) +("konrath" nil (((k aa n) 1) ((r ax th) 0))) +("konstantin" nil (((k aa n) 1) ((s t ih n) 0) ((t iy n) 1))) +("konsultat" nil (((k aa n) 1) ((s ax l) 0) ((t aa t) 1))) +("kontos" nil (((k aa n) 1) ((t ow z) 0))) +("kontras" nil (((k aa n) 1) ((t r ax s) 0))) +("kontrollbank" nil (((k aa n) 1) ((t r ax l) 0) ((b ae ng k) 1))) +("konwinski" nil (((k ax n) 0) ((v ih n) 1) ((s k iy) 0))) +("konz" nil (((k aa n z) 1))) +("konzen" nil (((k aa n) 1) ((z ax n) 0))) +("konzi" nil (((k aa n) 1) ((z iy) 0))) +("koo" nil (((k uw) 1))) +("koob" nil (((k uw b) 1))) +("koogler" nil (((k uw) 1) ((g l er) 0))) +("kooi" nil (((k uw) 1) ((iy) 0))) +("kooiker" nil (((k uw) 1) ((ih) 0) ((k er) 0))) +("kooiman" nil (((k uw) 1) ((ih) 0) ((m ax n) 0))) +("kooistra" nil (((k uw) 0) ((ih z) 1) ((t r ax) 0))) +("kook" nil (((k uh k) 1))) +("kooken" nil (((k uw) 1) ((k ax n) 0))) +("kooker" nil (((k uh) 1) ((k er) 0))) +("kooks" nil (((k uh k s) 1))) +("kool" nil (((k uw l) 1))) +("koon" nil (((k uw n) 1))) +("koonce" nil (((k uw n s) 1))) +("koone" nil (((k uw n) 1))) +("kooning" nil (((k uw) 1) ((n ih ng) 0))) +("koons" nil (((k uw n z) 1))) +("koonts" nil (((k uw n t s) 1))) +("koontz" nil (((k uw n t s) 1))) +("koop" nil (((k uw p) 1))) +("koopman" nil (((k uw p) 1) ((m ax n) 0))) +("koopmann" nil (((k uw p) 1) ((m ax n) 0))) +("koops" nil (((k uw p s) 1))) +("koor" nil (((k uw r) 1))) +("koors" nil (((k uh r z) 1))) +("koos" nil (((k uw z) 1))) +("kooser" nil (((k uw) 1) ((z er) 0))) +("kootenay" nil (((k uw) 1) ((t ax) 0) ((n ey) 1))) +("kooy" nil (((k uw) 1) ((iy) 0))) +("kooyman" nil (((k aa) 1) ((oy) 0) ((m ax n) 0))) +("kopacz" nil (((k aa) 1) ((p ax ch) 0))) +("kopas" nil (((k ow) 1) ((p ax z) 0))) +("kopczynski" nil (((k ax p) 0) ((ch ih n) 1) ((s k iy) 0))) +("kope" nil (((k ow p) 1))) +("kopec" nil (((k ow) 1) ((p ih k) 0))) +("kopecky" nil (((k ax) 0) ((p eh t) 1) ((s k iy) 0))) +("kopeks" nil (((k ow) 1) ((p ax k s) 0))) +("kopel" nil (((k ow) 1) ((p ax l) 0))) +("kopelman" nil (((k ow) 1) ((p ax l) 0) ((m ax n) 0))) +("koper" nil (((k ow) 1) ((p er) 0))) +("kopera" nil (((k ax) 0) ((p ih) 1) ((r ax) 0))) +("koperski" nil (((k ax) 0) ((p er) 1) ((s k iy) 0))) +("kopetski" nil (((k ax) 0) ((p eh t) 1) ((s k iy) 0))) +("kopf" nil (((k ao p f) 1))) +("kopinski" nil (((k ax) 0) ((p ih n) 1) ((s k iy) 0))) +("kopischke" nil (((k ax) 0) ((p ih sh) 1) ((k iy) 0))) +("kopit" nil (((k aa) 1) ((p ih t) 0))) +("kopka" nil (((k ow p) 1) ((k ax) 0))) +("kopke" nil (((k ow p k) 1))) +("kopko" nil (((k ow p) 1) ((k ow) 0))) +("koplan" nil (((k aa) 1) ((p l ax n) 0))) +("koplin" nil (((k aa) 1) ((p l ih n) 0))) +("koplovitz" nil (((k aa) 1) ((p l ax) 0) ((v ih t s) 0))) +("kopp" nil (((k aa p) 1))) +("koppe" nil (((k aa p) 1))) +("koppel" nil (((k aa) 1) ((p ax l) 0))) +("koppell" nil (((k aa) 1) ((p ax l) 0))) +("koppelman" nil (((k aa) 1) ((p ax l) 0) ((m ax n) 0))) +("koppen" nil (((k aa) 1) ((p ax n) 0))) +("koppenhaver" nil (((k aa) 1) ((p ih n) 0) ((hh ax) 0) ((v er) 0))) +("kopper" nil (((k aa) 1) ((p er) 0))) +("koppers" nil (((k aa) 1) ((p er z) 0))) +("koppes" nil (((k aa p s) 1))) +("kopplin" nil (((k aa) 1) ((p l ih n) 0))) +("kopriva" nil (((k aa) 1) ((p r ih) 0) ((v ax) 0))) +("koprowski" nil (((k ax) 0) ((p r ao f) 1) ((s k iy) 0))) +("kops" nil (((k aa p s) 1))) +("kopy" nil (((k aa) 1) ((p iy) 0))) +("kora" nil (((k ao) 1) ((r ax) 0))) +("koral" nil (((k ao) 1) ((r ax l) 0))) +("koran" nil (((k ao) 0) ((r aa n) 1))) +("koranda" nil (((k er) 0) ((ae n) 1) ((d ax) 0))) +("koranic" nil (((k ao) 0) ((r ae) 1) ((n ih k) 0))) +("korb" nil (((k ao r b) 1))) +("korba" nil (((k ao r) 1) ((b ax) 0))) +("korbel" nil (((k ao r) 1) ((b ax l) 0))) +("korber" nil (((k ao r) 1) ((b er) 0))) +("korbren" nil (((k ao r) 1) ((b r eh n) 0))) +("korby" nil (((k ao r) 1) ((b iy) 0))) +("korczak" nil (((k ao r) 1) ((ch ae k) 0))) +("korda" nil (((k ao r) 1) ((d ax) 0))) +("korea" nil (((k ao) 0) ((r iy) 1) ((ax) 0))) +("koreagate" nil (((k ao) 0) ((r iy) 1) ((ax) 0) ((g ey t) 1))) +("korean" nil (((k ao) 0) ((r iy) 1) ((ax n) 0))) +("koreans" nil (((k ao) 0) ((r iy) 1) ((ax n z) 0))) +("koreas" nil (((k ao) 1) ((r iy) 0) ((ax z) 0))) +("korell" nil (((k ao) 1) ((r ax l) 0))) +("koren" nil (((k ao) 1) ((r ax n) 0))) +("korenek" nil (((k ao) 1) ((r ih) 0) ((n ih k) 0))) +("koresh" nil (((k ao) 1) ((r eh sh) 1))) +("koret" nil (((k ao) 1) ((r ax t) 0))) +("korey" nil (((k ao) 1) ((r iy) 0))) +("korf" nil (((k ao r f) 1))) +("korff" nil (((k ao r f) 1))) +("korfhage" nil (((k ao r f) 1) ((hh ih jh) 0))) +("korhonen" nil (((k ao r) 1) ((hh ax) 0) ((n ax n) 0))) +("korinek" nil (((k ao) 1) ((r ih) 0) ((n ih k) 0))) +("korman" nil (((k ao r) 1) ((m ax n) 0))) +("kormos" nil (((k ao r) 1) ((m ow z) 0))) +("korn" nil (((k ao r n) 1))) +("kornacki" nil (((k er) 0) ((n aa t) 1) ((s k iy) 0))) +("kornberg" nil (((k ao r n) 1) ((b er g) 0))) +("kornblum" nil (((k ao r n) 1) ((b l ax m) 0))) +("kornbluth" nil (((k ao r n) 1) ((b l uw th) 0))) +("kornegay" nil (((k ao r) 1) ((n ih) 0) ((g ey) 0))) +("kornel" nil (((k ao r) 0) ((n eh l) 1))) +("korner" nil (((k ao r) 1) ((n er) 0))) +("kornfeld" nil (((k ao r n) 1) ((f eh l d) 0))) +("kornhauser" nil (((k ao r n) 1) ((hh aw) 0) ((z er) 0))) +("kornreich" nil (((k ao r n) 1) ((r ay k) 0))) +("korns" nil (((k ao n z) 1))) +("korol" nil (((k ao) 1) ((r ao l) 0))) +("korologos" nil (((k ao) 0) ((r aa) 1) ((l ow) 1) ((g ow s) 0))) +("korona" nil (((k er) 0) ((ow) 1) ((n ax) 0))) +("korotich" nil (((k ao) 1) ((r ax) 0) ((t ih ch) 0))) +("korpela" nil (((k er) 0) ((p iy) 1) ((l ax) 0))) +("korpi" nil (((k ao r) 1) ((p iy) 0))) +("korry" nil (((k ao) 1) ((r iy) 0))) +("kors" nil (((k ao r s) 1))) +("korson" nil (((k ao r) 1) ((s ax n) 0))) +("kort" nil (((k ao r t) 1))) +("korte" nil (((k ao r t) 1))) +("korten" nil (((k ao r) 1) ((t ax n) 0))) +("korth" nil (((k ao r th) 1))) +("korthals" nil (((k ao r) 1) ((th ax l z) 0))) +("kortman" nil (((k ao r t) 1) ((m ax n) 0))) +("kortum" nil (((k ao r) 1) ((t ax m) 0))) +("kortz" nil (((k ao r t s) 1))) +("koruna" nil (((k ao) 0) ((r uw) 1) ((n ax) 0))) +("korver" nil (((k ao r) 1) ((v er) 0))) +("kory" nil (((k ao) 1) ((r iy) 0))) +("koryagin" nil (((k ao r) 1) ((y aa) 1) ((g ih n) 0))) +("korzeniewski" nil (((k er) 0) ((z ih) 1) ((n iy) 0) ((eh f) 1) ((s k iy) 0))) +("kos" nil (((k aa s) 1))) +("kosa" nil (((k ow) 1) ((s ax) 0))) +("kosak" nil (((k ow) 1) ((s ax k) 0))) +("kosakowski" nil (((k ax) 0) ((s ax) 0) ((k ao f) 1) ((s k iy) 0))) +("kosan" nil (((k ow) 1) ((z ax n) 0))) +("kosanke" nil (((k aa) 1) ((s ax ng k) 0))) +("kosanovich" nil (((k ax) 0) ((s ae) 1) ((n ax) 0) ((v ih ch) 0))) +("kosar" nil (((k ow) 1) ((s er) 0))) +("kosberg" nil (((k ao z) 1) ((b er g) 0))) +("kosbie" nil (((k aa z) 1) ((b iy) 0))) +("kosch" nil (((k ao sh) 1))) +("koscielniak" nil (((k ax s) 0) ((ch iy l) 1) ((n iy) 0) ((ae k) 0))) +("koscinski" nil (((k ax s) 0) ((ch ih n) 1) ((s k iy) 0))) +("kosco" nil (((k ow) 1) ((s k ow) 0))) +("kosecoff" nil (((k ow) 1) ((s ax) 0) ((k ao f) 0))) +("kosek" nil (((k ow) 1) ((s eh k) 0))) +("kosel" nil (((k ow) 1) ((s ax l) 0))) +("koser" nil (((k ow) 1) ((z er) 0))) +("kosh" nil (((k aa sh) 1))) +("kosher" nil (((k ow) 1) ((sh er) 0))) +("kosiba" nil (((k ow) 0) ((s iy) 1) ((b ax) 0))) +("kosier" nil (((k ow) 1) ((s iy) 0) ((er) 0))) +("kosik" nil (((k ow) 1) ((s ih k) 0))) +("kosin" nil (((k ow) 1) ((s ih n) 0))) +("kosinski" nil (((k ax) 0) ((s ih n) 1) ((s k iy) 0))) +("koska" nil (((k ow) 1) ((s k ax) 0))) +("koskela" nil (((k ax) 0) ((s k iy) 1) ((l ax) 0))) +("koskey" nil (((k aa) 1) ((s k iy) 0))) +("koski" nil (((k aw) 1) ((s k iy) 0))) +("koskinen" nil (((k aa) 1) ((s k ih) 0) ((n ax n) 0))) +("kosko" nil (((k ow) 1) ((s k ow) 0))) +("koskotas" nil (((k ao) 1) ((s k ow) 1) ((t ax s) 0))) +("kosky" nil (((k aa) 1) ((s k iy) 0))) +("kosloski" nil (((k ax) 0) ((s l aw) 1) ((s k iy) 0))) +("koslosky" nil (((k ax) 0) ((s l ow) 1) ((s k iy) 0))) +("koslow" nil (((k aa) 1) ((s l ow) 0))) +("koslowski" nil (((k ax) 0) ((s l ao f) 1) ((s k iy) 0))) +("kosman" nil (((k aa) 1) ((s m ax n) 0))) +("kosmatka" nil (((k ax) 0) ((s m aa t) 1) ((k ax) 0))) +("kosmetsky" nil (((k aa z) 1) ((m eh t) 1) ((s k iy) 0))) +("kosmicki" nil (((k ax) 0) ((s m ih t) 1) ((s k iy) 0))) +("kosnovsky" nil (((k aa z) 1) ((n aa f) 1) ((s k iy) 0))) +("kosovo" nil (((k ow) 1) ((s ow) 0) ((v ow) 1))) +("kosowski" nil (((k ax) 0) ((s ao f) 1) ((s k iy) 0))) +("kosowsky" nil (((k ax) 0) ((s aw) 1) ((s k iy) 0))) +("koss" nil (((k ao s) 1))) +("kossman" nil (((k ao) 1) ((s m ax n) 0))) +("kossow" nil (((k aa) 1) ((s ow) 0))) +("kost" nil (((k aa s t) 1))) +("kosta" nil (((k ow) 1) ((s t ax) 0))) +("kostal" nil (((k aa) 1) ((s t ax l) 0))) +("kostas" nil (((k ow) 1) ((s t ax z) 0))) +("kostecki" nil (((k ax) 0) ((s t eh t) 1) ((s k iy) 0))) +("kostek" nil (((k aa) 1) ((s t eh k) 0))) +("kostelecky" nil (((k ax) 0) ((s t eh) 0) ((l eh t) 1) ((s k iy) 0))) +("kostelnik" nil (((k ax) 0) ((s t eh l) 1) ((n ih k) 0))) +("koster" nil (((k aa) 1) ((s t er) 0))) +("kostic" nil (((k aa) 1) ((s t ih k) 0))) +("kostick" nil (((k ow) 1) ((s t ih k) 0))) +("kostka" nil (((k aa s t) 1) ((k ax) 0))) +("kostmayer" nil (((k ao s t) 1) ((m ey) 1) ((er) 0))) +("kostoff" nil (((k aa) 1) ((s t ao f) 0))) +("kostrzewa" nil (((k ax s t r) 0) ((z uw) 1) ((ax) 0))) +("kostrzewski" nil (((k ao) 1) ((s t er) 0) ((z eh f) 1) ((s k iy) 0))) +("kosub" nil (((k ow) 1) ((s ax b) 0))) +("kosy" nil (((k ow) 1) ((s iy) 0))) +("kosyakov" nil (((k ow s) 1) ((y ax) 0) ((k aa v) 0))) +("kosygin" nil (((k ow) 1) ((s ih) 0) ((g ih n) 0))) +("kot" nil (((k aa t) 1))) +("kotara" nil (((k ow) 0) ((t aa) 1) ((r ax) 0))) +("kotarski" nil (((k ax) 0) ((t aa r) 1) ((s k iy) 0))) +("kotas" nil (((k ow) 1) ((t ax z) 0))) +("kotch" nil (((k aa ch) 1))) +("kote" nil (((k ow t) 1))) +("kotecki" nil (((k ax) 0) ((t eh t) 1) ((s k iy) 0))) +("kotek" nil (((k ow) 1) ((t eh k) 1))) +("koteles" nil (((k aa) 1) ((t eh) 0) ((l eh z) 0))) +("koth" nil (((k aa th) 1))) +("kothari" nil (((k aa) 1) ((th er) 0) ((iy) 0))) +("kothe" nil (((k ow dh) 1))) +("kotila" nil (((k ax) 0) ((t ay) 1) ((l ax) 0))) +("kotlarz" nil (((k aa t) 1) ((l er z) 0))) +("kotler" nil (((k ow) 1) ((t ax) 0) ((l er) 0))) +("kotlowitz" nil (((k aa t) 1) ((l ax) 0) ((w ih t s) 0))) +("kotowski" nil (((k ax) 0) ((t ao f) 1) ((s k iy) 0))) +("kotsonis" nil (((k ae t) 1) ((s ow) 1) ((n ax s) 0))) +("kott" nil (((k aa t) 1))) +("kotter" nil (((k aa) 1) ((t er) 0))) +("kottke" nil (((k aa t) 1) ((k iy) 0))) +("kottler" nil (((k aa t) 1) ((l er) 0))) +("kottwitz" nil (((k aa) 1) ((t w ih t s) 0))) +("kotula" nil (((k ax) 0) ((t uw) 1) ((l ax) 0))) +("kotz" nil (((k aa t s) 1))) +("kou" nil (((k ow) 1))) +("kouba" nil (((k uw) 1) ((b ax) 0))) +("koudelka" nil (((k aw) 0) ((d eh l) 1) ((k ax) 0))) +("kough" nil (((k aw) 1))) +("kouns" nil (((k aw n z) 1))) +("kountz" nil (((k aw n t s) 1))) +("kouri" nil (((k ow) 0) ((uh) 1) ((r iy) 0))) +("kouril" nil (((k uw) 1) ((r ax l) 0))) +("kourou" nil (((k uw) 1) ((r uw) 1))) +("koury" nil (((k aw) 1) ((r iy) 0))) +("kovac" nil (((k ow) 1) ((v ax k) 0))) +("kovacevic" nil (((k ax) 0) ((v ax) 0) ((ch eh) 1) ((v ih k) 0))) +("kovacevich" nil (((k ax) 0) ((v aa) 1) ((ch ih) 0) ((v ih ch) 0))) +("kovach" nil (((k ow) 1) ((v aa k) 0))) +("kovacic" nil (((k ax) 0) ((v aa) 1) ((k ih k) 0))) +("kovacich" nil (((k ax) 0) ((v aa) 1) ((ch ih hh) 0))) +("kovacik" nil (((k aa) 1) ((v ax) 0) ((ch ih k) 0))) +("kovack" nil (((k aa) 1) ((v ax k) 0))) +("kovacs" nil (((k ow) 1) ((v ae k s) 0))) +("koval" nil (((k ow) 1) ((v ax l) 0))) +("kovalchik" nil (((k ax) 0) ((v aa l) 1) ((hh ih k) 0))) +("kovalcik" nil (((k aa) 1) ((v ax l) 0) ((ch ih k) 0))) +("kovaleski" nil (((k ax) 0) ((v ax) 0) ((l eh) 1) ((s k iy) 0))) +("kovalik" nil (((k ax) 0) ((v aa) 1) ((l ih k) 0))) +("kovalsky" nil (((k ax) 0) ((v aa l) 1) ((s k iy) 0))) +("kovan" nil (((k ow) 1) ((v ax n) 0))) +("kovar" nil (((k ow) 1) ((v er) 0))) +("kovarik" nil (((k ax) 0) ((v aa) 1) ((r ih k) 0))) +("kovatch" nil (((k aa) 1) ((v ax ch) 0))) +("kovats" nil (((k ow) 1) ((v ax t s) 0))) +("koven" nil (((k ow) 1) ((v ax n) 0))) +("kover" nil (((k ow) 1) ((v er) 0))) +("koversada" nil (((k ah) 1) ((v er) 0) ((s aa) 1) ((t ax) 0))) +("kovich" nil (((k aa) 1) ((v ih ch) 0))) +("kowal" nil (((k aw) 1) ((ax l) 0))) +("kowalchuk" nil (((k aw) 0) ((aa l) 1) ((hh ax k) 0))) +("kowalczyk" nil (((k aw) 1) ((ax l) 0) ((ch ih k) 0))) +("kowaleski" nil (((k aw) 0) ((ax) 0) ((l eh) 1) ((s k iy) 0))) +("kowalewski" nil (((k aw) 0) ((ax) 0) ((l eh f) 1) ((s k iy) 0))) +("kowalik" nil (((k aw) 0) ((aa) 1) ((l ih k) 0))) +("kowalke" nil (((k aa) 1) ((w ao k) 1))) +("kowalkowski" nil (((k aa) 1) ((w ao) 0) ((k ao f) 1) ((s k iy) 0))) +("kowall" nil (((k aw) 1) ((ax l) 0))) +("kowalski" nil (((k ax) 0) ((w aa l) 1) ((s k iy) 0))) +("kowalsky" nil (((k aw) 0) ((aa l) 1) ((s k iy) 0))) +("kowitz" nil (((k aa) 1) ((w ih t s) 0))) +("kownacki" nil (((k aw) 1) ((n aa) 1) ((k iy) 0))) +("kowtowing" n (((k aw) 1) ((t aw) 0) ((ax ng) 0))) +("koyama" nil (((k ow) 0) ((y aa) 1) ((m ax) 0))) +("koyo" nil (((k oy) 1) ((ow) 0))) +("koza" nil (((k ow) 1) ((z ax) 0))) +("kozak" nil (((k ow) 1) ((z ax k) 0))) +("kozakiewicz" nil (((k ax) 0) ((z aa) 1) ((k ax) 0) ((v ih ch) 0))) +("kozar" nil (((k ow) 1) ((z er) 0))) +("kozberg" nil (((k aa z) 1) ((b er g) 0))) +("kozel" nil (((k ow) 1) ((z ax l) 0))) +("kozicki" nil (((k ax) 0) ((z ih t) 1) ((s k iy) 0))) +("koziel" nil (((k aa) 1) ((z iy l) 0))) +("kozik" nil (((k ow) 1) ((z ih k) 0))) +("kozikowski" nil (((k ax) 0) ((z ih) 0) ((k ao f) 1) ((s k iy) 0))) +("kozinski" nil (((k ax) 0) ((z ih n) 1) ((s k iy) 0))) +("koziol" nil (((k aa) 1) ((z iy) 0) ((ao l) 0))) +("kozlik" nil (((k aa) 1) ((z l ih k) 0))) +("kozloff" nil (((k aa) 1) ((z l ao f) 0))) +("kozloski" nil (((k ax) 0) ((z l aw) 1) ((s k iy) 0))) +("kozlow" nil (((k aa) 1) ((z l ow) 0))) +("kozlowski" nil (((k ax) 0) ((z l ao f) 1) ((s k iy) 0))) +("kozma" nil (((k ow z) 1) ((m ax) 0))) +("kozminski" nil (((k ax z) 0) ((m ih n) 1) ((s k iy) 0))) +("koznovsky" nil (((k aa z) 1) ((n aa f) 1) ((s k iy) 0))) +("kozo" nil (((k ow) 1) ((z ow) 0))) +("kozol" nil (((k ow) 1) ((z ax l) 0))) +("kozub" nil (((k ow) 1) ((z ax b) 0))) +("kozuch" nil (((k aa) 1) ((z ax hh) 0))) +("kozyrev" nil (((k aa) 1) ((z er) 0) ((eh v) 1))) +("kraai" nil (((k r aa) 1) ((iy) 0))) +("kraatz" nil (((k r aa t s) 1))) +("krabbe" nil (((k r ae b) 1))) +("krabbenhoft" nil (((k r ae) 1) ((b ih n) 0) ((hh ax f t) 0))) +("krabill" nil (((k r ae) 1) ((b ax l) 0))) +("krach" nil (((k r ae ch) 1))) +("kracht" nil (((k r ae k t) 1))) +("krack" nil (((k r ae k) 1))) +("kracke" nil (((k r ae k) 1))) +("kraeger" nil (((k r eh) 1) ((g er) 0))) +("kraemer" nil (((k r eh) 1) ((m er) 0))) +("kraeutler" nil (((k r aw t) 1) ((l er) 0))) +("krafft" nil (((k r ae f t) 1))) +("kraft" nil (((k r ae f t) 1))) +("kraftwerk" nil (((k r ae f) 1) ((t w er k) 0))) +("krage" nil (((k r ey jh) 1))) +("krager" nil (((k r ey) 1) ((g er) 0))) +("kragh" nil (((k r ae g) 1))) +("kragt" nil (((k r ae g t) 1))) +("krah" nil (((k r aa) 1))) +("krahenbuhl" nil (((k r aa) 1) ((ih n) 0) ((b ax l) 0))) +("krahl" nil (((k r aa l) 1))) +("krahn" nil (((k r ae n) 1))) +("krain" nil (((k r ey n) 1))) +("krajewski" nil (((k r ay) 0) ((eh f) 1) ((s k iy) 0))) +("krajicek" nil (((k r ay) 1) ((ih) 0) ((ch eh k) 0))) +("krajina" nil (((k r ay) 1) ((n ax) 0))) +("kraker" nil (((k r ey) 1) ((k er) 0))) +("krakow" nil (((k r aa) 1) ((k aw) 0))) +("krakower" nil (((k r ae) 1) ((k ow) 0) ((er) 0))) +("krakowski" nil (((k r ax) 0) ((k ao f) 1) ((s k iy) 0))) +("kral" nil (((k r ae l) 1))) +("kralicek" nil (((k r aa) 1) ((l ih) 0) ((ch eh k) 0))) +("kralik" nil (((k r aa) 1) ((l ih k) 0))) +("krall" nil (((k r ao l) 1))) +("kram" nil (((k r ae m) 1))) +("kramar" nil (((k r ae) 1) ((m er) 0))) +("kramer" nil (((k r ey) 1) ((m er) 0))) +("kramlich" nil (((k r ae m) 1) ((l ih k) 0))) +("kramm" nil (((k r ae m) 1))) +("kramme" nil (((k r ae m) 1))) +("krammer" nil (((k r ae) 1) ((m er) 0))) +("krammes" nil (((k r ae m z) 1))) +("kramp" nil (((k r ae m p) 1))) +("krampe" nil (((k r ae m p) 1))) +("krane" nil (((k r ey n) 1))) +("kraner" nil (((k r ey) 1) ((n er) 0))) +("kranich" nil (((k r ae) 1) ((n ih ch) 0))) +("kranji" nil (((k r aa n) 1) ((jh iy) 0))) +("krans" nil (((k r ae n z) 1))) +("krantz" nil (((k r ae n t s) 1))) +("kranz" nil (((k r ae n z) 1))) +("kranzler" nil (((k r ae n) 1) ((z l er) 0))) +("krapels" nil (((k r ae) 1) ((p ax l z) 0))) +("krapf" nil (((k r ae p f) 1))) +("krapp" nil (((k r ae p) 1))) +("kras" nil (((k r ae s) 1))) +("krasinski" nil (((k r ax) 0) ((s ih n) 1) ((s k iy) 0))) +("kraska" nil (((k r aa) 1) ((s k ax) 0))) +("krasner" nil (((k r ae) 1) ((s n er) 0))) +("krasnoff" nil (((k r ae) 1) ((s n ao f) 0))) +("krasnow" nil (((k r aa) 1) ((s n ow) 0))) +("krasnoyarsk" nil (((k r ae) 0) ((s n oy) 1) ((aa r s k) 0))) +("krasny" nil (((k r ae z) 1) ((n iy) 0))) +("krasowski" nil (((k r ax) 0) ((s ao f) 1) ((s k iy) 0))) +("krass" nil (((k r ae s) 1))) +("kraszewski" nil (((k r ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("krat" nil (((k r ae t) 1))) +("kratky" nil (((k r ae t) 1) ((k iy) 0))) +("kratochvil" nil (((k r ae) 1) ((t ax k) 0) ((v ax l) 0))) +("kratt" nil (((k r ae t) 1))) +("kratz" nil (((k r ae t s) 1))) +("kratzer" nil (((k r ey t) 1) ((z er) 0))) +("kratzke" nil (((k r ae t z k) 1))) +("krauer" nil (((k r aw r) 1))) +("kraus" nil (((k r aw s) 1))) +("krause" nil (((k r ao s) 1))) +("krauser" nil (((k r aw) 1) ((s er) 0))) +("kraushaar" nil (((k r aw) 1) ((sh aa r) 1))) +("krauskopf" nil (((k r aw) 1) ((s k ao f) 0))) +("krauss" nil (((k r aw s) 1))) +("krausse" nil (((k r ao s) 1))) +("krausz" nil (((k r aw sh) 1))) +("kraut" nil (((k r aw t) 1))) +("krauter" nil (((k r aw) 1) ((t er) 0))) +("krauth" nil (((k r ao th) 1))) +("krauze" nil (((k r aw z) 1))) +("kravchuk" nil (((k r aa v) 1) ((ch uh k) 1))) +("kravetz" nil (((k r ae) 1) ((v ih t s) 0))) +("kravis" nil (((k r ae) 1) ((v ih s) 0))) +("kravitz" nil (((k r ae) 1) ((v ih t s) 0))) +("krawccykiewi" nil (((k r aw) 1) ((ch ih) 0) ((k uw) 1) ((iy) 0))) +("krawchuk" nil (((k r ao) 1) ((ch ax k) 0))) +("krawczak" nil (((k r aa v) 1) ((ch ae k) 0))) +("krawczyk" nil (((k r aa v) 1) ((ch ih k) 0))) +("krawiec" nil (((k r aa) 1) ((v iy k) 0))) +("krawitz" nil (((k r aa) 1) ((w ih t s) 0))) +("kray" nil (((k r ey) 1))) +("kraynak" nil (((k r ey) 1) ((n ax k) 0))) +("kreadoai" nil (((k r iy) 1) ((d ow) 0) ((ey) 1) ((ay) 1))) +("kreager" nil (((k r iy) 1) ((g er) 0))) +("kreamer" nil (((k r iy) 1) ((m er) 0))) +("krebbs" nil (((k r eh b z) 1))) +("krebs" nil (((k r eh b z) 1))) +("krebsbach" nil (((k r eh b z) 1) ((b aa k) 0))) +("krech" nil (((k r eh k) 1))) +("kredietbank" nil (((k r eh) 0) ((d iy t) 0) ((b ae ng k) 1))) +("kredit" nil (((k r eh) 1) ((t ih t) 0))) +("kreditanstalt" nil (((k r eh) 0) ((d ih) 1) ((t ah n) 1) ((s t ao l t) 1))) +("kreeger" nil (((k r iy) 1) ((g er) 0))) +("kreft" nil (((k r eh f t) 1))) +("kreg" nil (((k r eh g) 1))) +("kregel" nil (((k r eh) 1) ((g ax l) 0))) +("kreger" nil (((k r iy) 1) ((g er) 0))) +("kreh" nil (((k r eh) 1))) +("krehbiel" nil (((k r eh) 1) ((b iy l) 0))) +("kreher" nil (((k r eh r) 1))) +("kreicher" nil (((k r ay) 1) ((k er) 0))) +("kreider" nil (((k r ay) 1) ((d er) 0))) +("kreidler" nil (((k r ay) 1) ((d ax) 0) ((l er) 0))) +("kreifels" nil (((k r ay) 1) ((f ax l z) 0))) +("kreig" nil (((k r iy g) 1))) +("kreiger" nil (((k r ay) 1) ((g er) 0))) +("kreiling" nil (((k r ay) 1) ((l ih ng) 0))) +("kreimer" nil (((k r ay) 1) ((m er) 0))) +("krein" nil (((k r ey n) 1))) +("kreiner" nil (((k r ay) 1) ((n er) 0))) +("kreis" nil (((k r iy z) 1))) +("kreisberg" nil (((k r ay s) 1) ((b er g) 0))) +("kreischer" nil (((k r ay) 1) ((sh er) 0))) +("kreisel" nil (((k r ay) 1) ((s ax l) 0))) +("kreiser" nil (((k r ay) 1) ((s er) 0))) +("kreisher" nil (((k r iy) 1) ((ih) 0) ((sh er) 0))) +("kreisler" nil (((k r ay) 1) ((s l er) 0))) +("kreisman" nil (((k r ay) 1) ((s m ax n) 0))) +("kreiss" nil (((k r ay s) 1))) +("kreiter" nil (((k r ay) 1) ((t er) 0))) +("kreitman" nil (((k r ay t) 1) ((m ax n) 0))) +("kreitner" nil (((k r ay t) 1) ((n er) 0))) +("kreitz" nil (((k r iy t s) 1))) +("kreitzberg" nil (((k r ay t s) 1) ((b er g) 0))) +("kreitzer" nil (((k r ay t) 1) ((z er) 0))) +("krejci" nil (((k r eh jh) 1) ((s iy) 0))) +("krell" nil (((k r eh l) 1))) +("kremer" nil (((k r iy) 1) ((m er) 0))) +("kremers" nil (((k r iy) 1) ((m er z) 0))) +("kremlin" nil (((k r eh m) 1) ((l ax n) 0))) +("kremlinologists" nil (((k r eh m) 1) ((l ih) 0) ((n aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("krempa" nil (((k r eh m) 1) ((p ax) 0))) +("krempasky" nil (((k r ih m) 0) ((p aa) 1) ((s k iy) 0))) +("kren" nil (((k r eh n) 1))) +("krenek" nil (((k r eh) 1) ((n ih k) 0))) +("krengel" nil (((k r eh ng) 1) ((g ax l) 0))) +("krenik" nil (((k r eh) 1) ((n ih k) 0))) +("krenke" nil (((k r eh ng k) 1))) +("krenn" nil (((k r eh n) 1))) +("krentz" nil (((k r eh n t s) 1))) +("krenwinkle" nil (((k r eh n) 1) ((w ih ng) 1) ((k ax l) 0))) +("krenz" nil (((k r eh n z) 1))) +("krenzer" nil (((k r eh n) 1) ((z er) 0))) +("krepps" nil (((k r eh p s) 1))) +("kreps" nil (((k r eh p s) 1))) +("kresa" nil (((k r iy) 1) ((s er) 0))) +("kresge" nil (((k r eh s) 1) ((g iy) 0))) +("kress" nil (((k r eh s) 1))) +("kresse" nil (((k r eh s) 1))) +("kresser" nil (((k r eh) 1) ((s er) 0))) +("kressin" nil (((k r eh) 1) ((s ih n) 0))) +("kressler" nil (((k r eh) 1) ((s l er) 0))) +("kretchman" nil (((k r eh ch) 1) ((m ax n) 0))) +("kretchmer" nil (((k r eh ch) 1) ((m er) 0))) +("kretsch" nil (((k r eh ch) 1))) +("kretschmar" nil (((k r eh ch) 1) ((m er) 0))) +("kretschmer" nil (((k r eh ch) 1) ((m er) 0))) +("kretz" nil (((k r eh t s) 1))) +("kretzer" nil (((k r eh t) 1) ((z er) 0))) +("kretzschmar" nil (((k r eh ch) 1) ((m er) 0))) +("kreuger" nil (((k r oy) 1) ((g er) 0))) +("kreul" nil (((k r uw l) 1))) +("kreuser" nil (((k r oy) 1) ((s er) 0))) +("kreuter" nil (((k r oy) 1) ((t er) 0))) +("kreutz" nil (((k r uw t s) 1))) +("kreuzer" nil (((k r uw) 1) ((z er) 0))) +("krewson" nil (((k r uw) 1) ((s ax n) 0))) +("krey" nil (((k r ey) 1))) +("kribs" nil (((k r ih b z) 1))) +("krichbaum" nil (((k r ih k) 1) ((b aw m) 0))) +("krick" nil (((k r ih k) 1))) +("krider" nil (((k r ay) 1) ((d er) 0))) +("kridler" nil (((k r ih d) 1) ((l er) 0))) +("kriebel" nil (((k r iy) 1) ((b ax l) 0))) +("krieg" nil (((k r iy g) 1))) +("kriegel" nil (((k r iy) 1) ((g ax l) 0))) +("krieger" nil (((k r iy) 1) ((g er) 0))) +("krienke" nil (((k r iy ng k) 1))) +("krier" nil (((k r ay) 1) ((er) 0))) +("kriese" nil (((k r iy z) 1))) +("kriesel" nil (((k r iy) 1) ((s ax l) 0))) +("kriete" nil (((k r iy t) 1))) +("krigbaum" nil (((k r ih g) 1) ((b aw m) 1))) +("kriger" nil (((k r ay) 1) ((g er) 0))) +("krikalev" nil (((k r ih) 1) ((k ax) 0) ((l eh v) 1))) +("krikorian" nil (((k r ih) 0) ((k ao) 1) ((r iy) 0) ((ax n) 0))) +("krill" nil (((k r ih l) 1))) +("krim" nil (((k r ih m) 1))) +("krimmel" nil (((k r ih) 1) ((m ax l) 0))) +("kriner" nil (((k r ay) 1) ((n er) 0))) +("kring" nil (((k r ih ng) 1))) +("kringen" nil (((k r ih ng) 1) ((ax n) 0))) +("krings" nil (((k r ih ng z) 1))) +("krinke" nil (((k r ih ng k) 1))) +("krinsky" nil (((k r ih n) 1) ((s k iy) 0))) +("kris" nil (((k r ih s) 1))) +("krisch" nil (((k r ih sh) 1))) +("krischer" nil (((k r ih) 1) ((sh er) 0))) +("krise" nil (((k r ay z) 1))) +("krisher" nil (((k r ih) 1) ((sh er) 0))) +("krishna" nil (((k r ih) 1) ((sh n ax) 0))) +("krishnan" nil (((k r ih) 1) ((sh n ax n) 0))) +("krisko" nil (((k r ih) 1) ((s k ow) 0))) +("krispies" nil (((k r ih) 1) ((s p iy z) 0))) +("kriss" nil (((k r ih s) 1))) +("krist" nil (((k r ih s t) 1))) +("krista" nil (((k r ih) 1) ((s t ax) 0))) +("kristallnacht" nil (((k r ih) 1) ((s t ax l) 0) ((n aa k t) 1))) +("kristen" nil (((k r ih) 1) ((s ax n) 0))) +("kristensen" nil (((k r ih) 1) ((s t ax n) 0) ((s ax n) 0))) +("kristi" nil (((k r ih) 1) ((s t iy) 0))) +("kristiansen" nil (((k r ih s) 1) ((ch ax n) 0) ((s ax n) 0))) +("kristin" nil (((k r ih) 1) ((s t ih n) 0))) +("kristine" nil (((k r ih) 0) ((s t iy n) 1))) +("kristof" nil (((k r ih) 1) ((s t ax f) 0))) +("kristoff" nil (((k r ih) 1) ((s t ao f) 0))) +("kristoffe" nil (((k r ih) 1) ((s ao f) 0))) +("kristol" nil (((k r ih) 1) ((s t ax l) 0))) +("kristy" nil (((k r ih) 1) ((s t iy) 0))) +("kritz" nil (((k r ih t s) 1))) +("kritzer" nil (((k r ih t) 1) ((z er) 0))) +("krivanek" nil (((k r ih) 1) ((v ax) 0) ((n ih k) 0))) +("kriz" nil (((k r ih z) 1))) +("krizan" nil (((k r ih) 1) ((z ax n) 0))) +("krizek" nil (((k r ih) 1) ((z eh k) 0))) +("krob" nil (((k r aa b) 1))) +("kroboth" nil (((k r aa) 1) ((b ax th) 0))) +("kroc" nil (((k r aa k) 1))) +("krock" nil (((k r aa k) 1))) +("kroeber" nil (((k r ow) 1) ((b er) 0))) +("kroeger" nil (((k r ow) 1) ((g er) 0))) +("kroegers" nil (((k r ow) 1) ((g er z) 0))) +("kroeker" nil (((k r ow) 1) ((k er) 0))) +("kroener" nil (((k r ow) 1) ((n er) 0))) +("kroening" nil (((k r aa) 1) ((ax) 0) ((n ih ng) 0))) +("kroenke" nil (((k r ow ng k) 1))) +("kroes" nil (((k r ow z) 1))) +("kroese" nil (((k r ow s) 1))) +("kroeze" nil (((k r ow z) 1))) +("kroft" nil (((k r aa f t) 1))) +("krog" nil (((k r aa g) 1))) +("kroger" nil (((k r ow) 1) ((g er) 0))) +("krogh" nil (((k r ow) 1))) +("krogman" nil (((k r aa g) 1) ((m ax n) 0))) +("krogstad" nil (((k r aa g) 1) ((s t ax d) 0))) +("kroh" nil (((k r ow) 1))) +("krohn" nil (((k r ow n) 1))) +("krok" nil (((k r aa k) 1))) +("krol" nil (((k r ao l) 1))) +("krolak" nil (((k r ow) 1) ((l ax k) 0))) +("krolczyk" nil (((k r ow l) 1) ((ch ih k) 0))) +("krolick" nil (((k r aa) 1) ((l ih k) 0))) +("krolikowski" nil (((k r ax) 0) ((l ih) 0) ((k ao f) 1) ((s k iy) 0))) +("kroll" nil (((k r ao l) 1))) +("krom" nil (((k r aa m) 1))) +("krome" nil (((k r ow m) 1))) +("kromer" nil (((k r ow) 1) ((m er) 0))) +("kromm" nil (((k r aa m) 1))) +("kron" nil (((k r aa n) 1))) +("krona" nil (((k r ow) 1) ((n ax) 0))) +("kronberg" nil (((k r aa n) 1) ((b er g) 0))) +("krone" nil (((k r ow) 1) ((n ax) 0))) +("kronenberg" nil (((k r aa) 1) ((n ax n) 0) ((b er g) 0))) +("kronenberger" nil (((k r aa) 1) ((n ax n) 0) ((b er) 0) ((g er) 0))) +("kroner" nil (((k r ow) 1) ((n er) 0))) +("kronick" nil (((k r aa) 1) ((n ih k) 0))) +("kronish" nil (((k r aa) 1) ((n ih sh) 0))) +("kronk" nil (((k r aa ng k) 1))) +("kronor" nil (((k r ow) 1) ((n er) 0))) +("kronos" nil (((k r ow) 1) ((n ow s) 0))) +("krontz" nil (((k r aa n t s) 1))) +("kroon" nil (((k r uw n) 1))) +("kropf" nil (((k r aa p f) 1))) +("kropp" nil (((k r aa p) 1))) +("kross" nil (((k r ao s) 1))) +("krossel" nil (((k r ao) 1) ((s ax l) 0))) +("krotkov" nil (((k r ao t) 1) ((k ao v) 0))) +("krotz" nil (((k r aa t s) 1))) +("krotzer" nil (((k r ow t) 1) ((z er) 0))) +("krouner" nil (((k r uw) 1) ((n er) 0))) +("kroupa" nil (((k r uw) 1) ((p ax) 0))) +("krouse" nil (((k r aw s) 1))) +("krout" nil (((k r aw t) 1))) +("krowe" nil (((k r ow) 1))) +("krowitz" nil (((k r aw) 1) ((ih t s) 0))) +("kroy" nil (((k r oy) 1))) +("kruchten" nil (((k r ah k) 1) ((t ax n) 0))) +("kruck" nil (((k r ah k) 1))) +("kruckeberg" nil (((k r ah k) 1) ((b er g) 0))) +("kruckenberg" nil (((k r ah) 1) ((k ax n) 0) ((b er g) 0))) +("kruczek" nil (((k r ah) 1) ((ch eh k) 0))) +("krudman" nil (((k r ah d) 1) ((m ax n) 0))) +("krueger" nil (((k r uw) 1) ((g er) 0))) +("kruer" nil (((k r uw) 1) ((er) 0))) +("krug" nil (((k r ah g) 1))) +("kruger" nil (((k r uw) 1) ((g er) 0))) +("krugerrand" nil (((k r uw) 0) ((g eh) 1) ((r ae n d) 0))) +("krugh" nil (((k r ah) 1))) +("krugman" nil (((k r ah g) 1) ((m ax n) 0))) +("kruk" nil (((k r ah k) 1))) +("krukowski" nil (((k r ax) 0) ((k ao f) 1) ((s k iy) 0))) +("krul" nil (((k r ah l) 1))) +("krull" nil (((k r ah l) 1))) +("krum" nil (((k r ah m) 1))) +("krumholz" nil (((k r ah m) 1) ((hh ow l z) 1))) +("krumm" nil (((k r ah m) 1))) +("krumme" nil (((k r ah m) 1))) +("krummel" nil (((k r ah) 1) ((m ax l) 0))) +("krumrey" nil (((k r ah) 1) ((m r iy) 0))) +("krumwiede" nil (((k r ah m) 1) ((w iy d) 1))) +("krupa" nil (((k r uw) 1) ((p ax) 0))) +("krupicka" nil (((k r uw) 1) ((p ih) 1) ((k ax) 0))) +("krupinski" nil (((k r ax) 0) ((p ih n) 1) ((s k iy) 0))) +("krupka" nil (((k r ah p) 1) ((k ax) 0))) +("krupman" nil (((k r ah p) 1) ((m ax n) 0))) +("krupnick" nil (((k r ah p) 1) ((n ih k) 0))) +("krupp" nil (((k r ah p) 1))) +("kruppa" nil (((k r ah) 1) ((p ax) 0))) +("krupski" nil (((k r ah p) 1) ((s k iy) 0))) +("krus" nil (((k r ah s) 1))) +("kruschke" nil (((k r ah sh k) 1))) +("kruse" nil (((k r uw z) 1))) +("krusemark" nil (((k r ah) 1) ((s ih) 0) ((m aa r k) 0))) +("krusinski" nil (((k r ax) 0) ((s ih n) 1) ((s k iy) 0))) +("kruszewski" nil (((k r ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("kruszka" nil (((k r ah sh) 1) ((k ax) 0))) +("kruszynski" nil (((k r ax) 0) ((sh ih n) 1) ((s k iy) 0))) +("krutick" nil (((k r uw) 1) ((t ih k) 1))) +("krutsinger" nil (((k r ah t) 1) ((s ih n) 0) ((jh er) 0))) +("kruttschnitt" nil (((k r ah ch) 1) ((n ih t) 0))) +("krutz" nil (((k r ah t s) 1))) +("kruzel" nil (((k r uw) 1) ((z ax l) 0))) +("krych" nil (((k r ih ch) 1))) +("kryder" nil (((k r ay) 1) ((d er) 0))) +("kryger" nil (((k r ay) 1) ((g er) 0))) +("krygier" nil (((k r ay) 1) ((g iy) 0) ((er) 0))) +("krypton" nil (((k r ih p) 1) ((t aa n) 0))) +("kryptos" nil (((k r ih p) 1) ((t ow s) 0))) +("krysiak" nil (((k r ih) 1) ((s iy) 0) ((ae k) 0))) +("Kryuchkov" n (((k r uw ch) 1) ((k ax v) 0))) +("krzeminski" nil (((k r ih) 0) ((m ih n) 1) ((s k iy) 0))) +("krzysztof" nil (((k r ay) 1) ((s t ao f) 0))) +("krzywicki" nil (((k r ih) 0) ((v ih t) 1) ((s k iy) 0))) +("krzyzanowski" nil (((k r ih) 0) ((z ax) 0) ((n ao f) 1) ((s k iy) 0))) +("ksiazek" nil (((k ax) 0) ((s iy) 0) ((aa) 1) ((z eh k) 0))) +("ku" nil (((k uw) 1))) +("kua" nil (((k w aa) 1))) +("kuai" nil (((k w ay) 1))) +("kuala" nil (((k w aa) 1) ((l ax) 0))) +("kuan" nil (((k w aa n) 1))) +("kuang" nil (((k w aa ng) 1))) +("kuba" nil (((k y uw) 1) ((b ax) 0))) +("kubacki" nil (((k ax) 0) ((b aa t) 1) ((s k iy) 0))) +("kubala" nil (((k ax) 0) ((b aa) 1) ((l ax) 0))) +("kuban" nil (((k y uw) 1) ((b ax n) 0))) +("kubas" nil (((k uw) 1) ((b ax z) 0))) +("kubat" nil (((k uw) 1) ((b ax t) 0))) +("kube" nil (((k y uw b) 1))) +("kubena" nil (((k ax) 0) ((b iy) 1) ((n ax) 0))) +("Kubernetes" nil (((k uw) 2) ((b er) 0) ((n eh) 1) ((t ih s) 0))) +("kuberski" nil (((k ax) 0) ((b er) 1) ((s k iy) 0))) +("kubes" nil (((k y uw b z) 1))) +("kubiak" nil (((k uw) 1) ((b iy) 0) ((ae k) 0))) +("kubic" nil (((k y uw) 1) ((b ih k) 0))) +("kubica" nil (((k y uw) 1) ((b ih) 0) ((k ax) 0))) +("kubicek" nil (((k ah) 1) ((b ih) 0) ((ch eh k) 0))) +("kubick" nil (((k y uw) 1) ((b ih k) 0))) +("kubicki" nil (((k ax) 0) ((b ih t) 1) ((s k iy) 0))) +("kubik" nil (((k y uw) 1) ((b ih k) 0))) +("kubin" nil (((k y uw) 1) ((b ih n) 0))) +("kubinski" nil (((k ax) 0) ((b ih n) 1) ((s k iy) 0))) +("kubis" nil (((k uw) 1) ((b ih s) 0))) +("kubisiak" nil (((k ax) 0) ((b ih) 1) ((s iy) 0) ((ae k) 0))) +("kubitz" nil (((k y uw) 1) ((b ih t s) 0))) +("kubler" nil (((k y uw) 1) ((b ax) 0) ((l er) 0))) +("kubly" nil (((k ah) 1) ((b l iy) 0))) +("kubo" nil (((k y uw) 1) ((b ow) 0))) +("kubota" nil (((k uw) 0) ((b ow) 1) ((t ax) 0))) +("kubrick" nil (((k y uw) 1) ((b r ih k) 1))) +("kuby" nil (((k y uw) 1) ((b iy) 0))) +("kuc" nil (((k ah k) 1))) +("kucan" nil (((k y uw) 1) ((k ax n) 0))) +("kucera" nil (((k ax) 0) ((ch ih) 1) ((r ax) 0))) +("kucewicz" nil (((k y uw) 1) ((s ih) 0) ((w ih t s) 0))) +("kuch" nil (((k ah ch) 1))) +("kuchar" nil (((k ah) 1) ((k er) 0))) +("kucharski" nil (((k ax) 0) ((ch aa r) 1) ((s k iy) 0))) +("kuchenbecker" nil (((k ah) 1) ((k ih n) 0) ((b eh) 0) ((k er) 0))) +("kucher" nil (((k ah) 1) ((k er) 0))) +("kuchera" nil (((k ah) 1) ((ch er) 0) ((ax) 0))) +("kuchinski" nil (((k ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("kuchinsky" nil (((k ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("kuchler" nil (((k ah) 1) ((k ax) 0) ((l er) 0))) +("kuchma" nil (((k uw ch) 1) ((m ax) 0))) +("kuchta" nil (((k ah ch) 1) ((t ax) 0))) +("kucinski" nil (((k ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("kuck" nil (((k ah k) 1))) +("kuczek" nil (((k ah) 1) ((ch eh k) 0))) +("kuczynski" nil (((k ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("kuder" nil (((k y uw) 1) ((d er) 0))) +("kudla" nil (((k ah d) 1) ((l ax) 0))) +("kudlow" nil (((k ah d) 1) ((l ow) 0))) +("kudner" nil (((k ah d) 1) ((n er) 0))) +("kudos" nil (((k uw) 1) ((d ow s) 0))) +("kudrna" nil (((k ah) 1) ((d er) 1) ((n ax) 0))) +("kudzu" nil (((k ah d) 1) ((z uw) 0))) +("kuebler" nil (((k uh) 1) ((b ax) 0) ((l er) 0))) +("kuechler" nil (((k uh) 1) ((k ax) 0) ((l er) 0))) +("kueck" nil (((k uw k) 1))) +("kuecker" nil (((k uh) 1) ((k er) 0))) +("kuehl" nil (((k uh l) 1))) +("kuehler" nil (((k uh) 1) ((l er) 0))) +("kuehn" nil (((k uw n) 1))) +("kuehne" nil (((k uw n) 1))) +("kuehnel" nil (((k uh) 1) ((n ax l) 0))) +("kuehner" nil (((k uh) 1) ((n er) 0))) +("kuehnle" nil (((k uh) 1) ((n ax l) 0))) +("kueker" nil (((k uh) 1) ((k er) 0))) +("kuenheim" nil (((k y uw) 1) ((ax n) 0) ((hh ay m) 1))) +("kuennen" nil (((k uh) 1) ((n ax n) 0))) +("kuenstler" nil (((k uh n) 1) ((s ax) 0) ((l er) 0))) +("kuenzel" nil (((k uh n) 1) ((z ax l) 0))) +("kuenzi" nil (((k uw) 0) ((ey n) 1) ((z iy) 0))) +("kuenzli" nil (((k uh n) 1) ((z l iy) 0))) +("kuester" nil (((k uh) 1) ((s t er) 0))) +("kuether" nil (((k uh) 1) ((dh er) 0))) +("kufahl" nil (((k ah) 1) ((f aa l) 0))) +("kuffel" nil (((k ah) 1) ((f ax l) 0))) +("kugel" nil (((k uw) 1) ((g ax l) 0))) +("kugelman" nil (((k ah) 1) ((g ax l) 0) ((m ax n) 0))) +("kugler" nil (((k uw) 1) ((g ax) 0) ((l er) 0))) +("kuhar" nil (((k uw) 1) ((er) 0))) +("kuhl" nil (((k ah l) 1))) +("kuhle" nil (((k uw) 1) ((ax l) 0))) +("kuhlenschmidt" nil (((k y uw) 1) ((l ax n) 0) ((sh m ih t) 1))) +("kuhlman" nil (((k uw l) 1) ((m ax n) 0))) +("kuhlmann" nil (((k uw l) 1) ((m ax n) 0))) +("kuhn" nil (((k uw n) 1))) +("kuhne" nil (((k ah n) 1))) +("kuhner" nil (((k uw) 1) ((n er) 0))) +("kuhnert" nil (((k uw) 1) ((n er t) 0))) +("kuhnke" nil (((k ah ng k) 1))) +("kuhnle" nil (((k ah) 1) ((n ax l) 0))) +("kuhns" nil (((k uw n z) 1))) +("kuhr" nil (((k er) 1))) +("kuhrt" nil (((k er t) 1))) +("kui" nil (((k w ey) 1))) +("kuiken" nil (((k uw) 1) ((k ax n) 0))) +("kuiper" nil (((k uw) 1) ((p er) 0))) +("kuipers" nil (((k uw) 1) ((p er z) 0))) +("kujala" nil (((k ay) 0) ((aa) 1) ((l ax) 0))) +("kujawa" nil (((k uw) 0) ((jh aa) 1) ((w ax) 0))) +("kujawski" nil (((k ax) 0) ((y aa f) 1) ((s k iy) 0))) +("kuk" nil (((k ah k) 1))) +("kuker" nil (((k y uw) 1) ((k er) 0))) +("kukje" nil (((k uw) 1) ((k y ih) 0))) +("kukla" nil (((k ah) 1) ((k l ax) 0))) +("kuklinski" nil (((k ax) 0) ((k l ih n) 1) ((s k iy) 0))) +("kukowski" nil (((k ax) 0) ((k ao f) 1) ((s k iy) 0))) +("kukuk" nil (((k uw) 1) ((k ax k) 0))) +("kula" nil (((k uw) 1) ((l ax) 0))) +("kulaga" nil (((k uw) 0) ((l aa) 1) ((g ax) 0))) +("kulakowski" nil (((k y uw) 0) ((l ax) 0) ((k ao f) 1) ((s k iy) 0))) +("kulas" nil (((k y uw) 1) ((l ax z) 0))) +("kulesa" nil (((k y uw) 0) ((l iy) 1) ((s ax) 0))) +("kulesza" nil (((k y uw) 0) ((l eh) 1) ((sh ax) 0))) +("kulhanek" nil (((k ah l) 1) ((hh ax) 0) ((n eh k) 0))) +("kulich" nil (((k y uw) 1) ((l ih k) 0))) +("kulick" nil (((k y uw) 1) ((l ih k) 0))) +("kulig" nil (((k y uw) 1) ((l ih g) 0))) +("kuligowski" nil (((k y uw) 0) ((l ih) 0) ((g ao f) 1) ((s k iy) 0))) +("kulik" nil (((k y uw) 1) ((l ih k) 0))) +("kulikowski" nil (((k y uw) 0) ((l ih) 0) ((k ao f) 1) ((s k iy) 0))) +("kulinski" nil (((k y uw) 0) ((l ih n) 1) ((s k iy) 0))) +("kulis" nil (((k uw) 1) ((l ih s) 0))) +("kulish" nil (((k y uw) 1) ((l ih sh) 0))) +("kulka" nil (((k ah l) 1) ((k ax) 0))) +("kulkarni" nil (((k ax l) 0) ((k aa r) 1) ((n iy) 0))) +("kull" nil (((k ah l) 1))) +("kulla" nil (((k ah) 1) ((l ax) 0))) +("kullberg" nil (((k ah l) 1) ((b er g) 0))) +("kullman" nil (((k ah l) 1) ((m ax n) 0))) +("kully" nil (((k ah) 1) ((l iy) 0))) +("kulow" nil (((k y uw) 1) ((l ow) 0))) +("kulp" nil (((k ah l p) 1))) +("kulpa" nil (((k ah l) 1) ((p ax) 0))) +("kulwicki" nil (((k ax l) 0) ((v ih t) 1) ((s k iy) 0))) +("kulzer" nil (((k ah l) 1) ((z er) 0))) +("kumagai" nil (((k uw) 0) ((m aa) 0) ((g aa) 1) ((iy) 0))) +("kumar" nil (((k uw) 0) ((m aa r) 1))) +("kumble" nil (((k ah m) 1) ((b ax l) 0))) +("kume" nil (((k y uw m) 1))) +("kumler" nil (((k ah m) 1) ((l er) 0))) +("kumm" nil (((k ah m) 1))) +("kummer" nil (((k ah) 1) ((m er) 0))) +("kumouri" nil (((k uw) 1) ((m ao) 1) ((r iy) 0))) +("kump" nil (((k ah m p) 1))) +("kumpf" nil (((k ah m p f) 1))) +("kumquat" nil (((k ah m) 1) ((k w aa t) 0))) +("kun" nil (((k uw n) 1))) +("kuna" nil (((k y uw) 1) ((n ax) 0))) +("kunaev" nil (((k y uw) 0) ((n ey v) 1))) +("kunath" nil (((k ah) 1) ((n ax th) 0))) +("kunayev" nil (((k y uw) 0) ((n ey) 1) ((ax v) 0))) +("kunce" nil (((k ah n s) 1))) +("kunda" nil (((k ah n) 1) ((d ax) 0))) +("kunde" nil (((k ah n d) 1))) +("kundera" nil (((k ax n) 0) ((d eh) 1) ((r ax) 0))) +("kundert" nil (((k ah n) 1) ((d er t) 0))) +("kundinger" nil (((k ah n) 1) ((d ih ng) 0) ((er) 0))) +("kundrat" nil (((k ah n) 1) ((d r ax t) 0))) +("kunert" nil (((k y uw) 1) ((n er t) 0))) +("kunes" nil (((k y uw n z) 1))) +("kunesh" nil (((k ah) 1) ((n ih sh) 0))) +("kuney" nil (((k y uw) 1) ((n iy) 0))) +("kung" nil (((k ah ng) 1))) +("kunin" nil (((k y uw) 1) ((n ih n) 0))) +("kunio" nil (((k y uw) 1) ((n iy) 0) ((ow) 0))) +("kunka" nil (((k ah ng) 1) ((k ax) 0))) +("kunkel" nil (((k ah ng) 1) ((k ax l) 0))) +("kunkle" nil (((k ah ng) 1) ((k ax l) 0))) +("kunkler" nil (((k ah ng) 1) ((k l er) 0))) +("kunming" nil (((k uw n) 1) ((m iy ng) 1))) +("kunqu" nil (((k uw n) 1) ((ch y uw) 1))) +("kuns" nil (((k ah n z) 1))) +("kunselman" nil (((k ah n) 1) ((s ax l) 0) ((m ax n) 0))) +("kunshan" nil (((k uw n) 1) ((sh aa n) 1))) +("kunsman" nil (((k ah n) 1) ((s m ax n) 0))) +("kunst" nil (((k ah n s t) 1))) +("kunstler" nil (((k ah n s t) 1) ((l er) 0))) +("kuntz" nil (((k ah n t s) 1))) +("kuntze" nil (((k ah n t z) 1))) +("kuntzman" nil (((k ah n t) 1) ((s m ax n) 0))) +("kunz" nil (((k ah n z) 1))) +("kunze" nil (((k ah n z) 1))) +("kunzelman" nil (((k ah n) 1) ((z ax l) 0) ((m ax n) 0))) +("kunzler" nil (((k ah n) 1) ((z l er) 0))) +("kunzman" nil (((k ah n z) 1) ((m ax n) 0))) +("kuo" nil (((k w ao) 1))) +("kuo" nil (((k uw) 1) ((ow) 0))) +("kuomintang" nil (((k w ow) 1) ((m ih n) 1) ((t ae ng) 1))) +("kupang" nil (((k uw) 1) ((p aa ng) 0))) +("kupec" nil (((k uw) 1) ((p ih k) 0))) +("kuper" nil (((k y uw) 1) ((p er) 0))) +("kuperman" nil (((k uw) 1) ((p er) 0) ((m ax n) 0))) +("kupfer" nil (((k ah p) 1) ((f er) 0))) +("kupferman" nil (((k ah p) 1) ((f er) 0) ((m ax n) 0))) +("kupiec" nil (((k ah) 1) ((p iy k) 0))) +("kupka" nil (((k ah p) 1) ((k ax) 0))) +("kupor" nil (((k y uw) 1) ((p er) 0))) +("kupper" nil (((k ah) 1) ((p er) 0))) +("kuralt" nil (((k y er) 0) ((ao l t) 1))) +("kuramoto" nil (((k uh) 0) ((r aa) 0) ((m ow) 1) ((t ow) 0))) +("kuranari" nil (((k uh) 1) ((r ax) 0) ((n aa) 1) ((r iy) 0))) +("kuras" nil (((k uh) 1) ((r ax z) 0))) +("kurd" nil (((k er d) 1))) +("kurdish" nil (((k er) 1) ((d ih sh) 0))) +("kurdistan" nil (((k er) 1) ((d ih) 0) ((s t ae n) 1))) +("kurds" nil (((k er d z) 1))) +("kurdziel" nil (((k er d) 1) ((z iy l) 0))) +("kurek" nil (((k y uw) 1) ((r eh k) 0))) +("kurian" nil (((k y uh) 1) ((r iy) 0) ((ax n) 0))) +("kuriansky" nil (((k uh) 1) ((r iy) 0) ((ae n) 1) ((s k iy) 0))) +("kurihara" nil (((k uw) 1) ((r ih) 0) ((hh aa) 1) ((r ax) 0))) +("kurilla" nil (((k er) 0) ((ih) 1) ((l ax) 0))) +("kurinsky" nil (((k y er) 1) ((ih n) 1) ((s k iy) 0))) +("kurk" nil (((k er k) 1))) +("kurka" nil (((k er) 1) ((k ax) 0))) +("kurkjian" nil (((k er k) 1) ((jh iy) 0) ((ax n) 0))) +("kurkowski" nil (((k er) 0) ((k ao f) 1) ((s k iy) 0))) +("kurlak" nil (((k er) 1) ((l ae k) 0))) +("kurland" nil (((k er) 1) ((l ax n d) 0))) +("kurlander" nil (((k er) 1) ((l ax n) 0) ((d er) 0))) +("kurman" nil (((k er) 1) ((m ax n) 0))) +("kurmel" nil (((k er) 1) ((m ax l) 0))) +("kurnit" nil (((k er) 1) ((n ih t) 0))) +("kuroda" nil (((k er) 0) ((ow) 1) ((d ax) 0))) +("kurokawa" nil (((k uw) 1) ((r ow) 0) ((k aa) 1) ((w ax) 0))) +("kurosawa" nil (((k uh) 1) ((r ow) 0) ((s aa) 1) ((w ax) 0))) +("kurowski" nil (((k er) 0) ((ao f) 1) ((s k iy) 0))) +("kurt" nil (((k er t) 1))) +("kurtenbach" nil (((k er) 1) ((t ih n) 0) ((b aa k) 0))) +("kurth" nil (((k er th) 1))) +("kurtis" nil (((k er) 1) ((t ih s) 0))) +("kurtz" nil (((k er t s) 1))) +("kurtzman" nil (((k er t) 1) ((s m ax n) 0))) +("kuruman" nil (((k y uh) 1) ((r uw) 0) ((m ax n) 0))) +("kurumizowa" nil (((k uh) 1) ((r uw) 0) ((m iy) 0) ((z ow) 1) ((ax) 0))) +("kury" nil (((k y uw) 1) ((r iy) 0))) +("kurylo" nil (((k er) 0) ((ih) 1) ((l ow) 0))) +("kurz" nil (((k er z) 1))) +("kurzawa" nil (((k uh r) 0) ((z aa) 1) ((w ax) 0))) +("kurzweil" nil (((k er) 0) ((z w ay l) 1))) +("kus" nil (((k ah s) 1))) +("kusch" nil (((k ah sh) 1))) +("kuschel" nil (((k ah) 1) ((sh ax l) 0))) +("kuse" nil (((k y uw z) 1))) +("kusek" nil (((k uw) 1) ((s eh k) 0))) +("kusel" nil (((k uw) 1) ((s ax l) 0))) +("kush" nil (((k uh sh) 1))) +("kushner" nil (((k ah) 1) ((sh n er) 0))) +("kushnir" nil (((k ah) 1) ((sh n er) 0))) +("kusiak" nil (((k ah) 1) ((s iy) 0) ((ae k) 0))) +("kuske" nil (((k ah s k) 1))) +("kusler" nil (((k ah) 1) ((s ax) 0) ((l er) 0))) +("kuss" nil (((k ah s) 1))) +("kusserow" nil (((k ah) 1) ((s er) 0) ((ow) 0))) +("kussman" nil (((k ah) 1) ((s m ax n) 0))) +("kuster" nil (((k ah) 1) ((s t er) 0))) +("kustra" nil (((k ah) 1) ((s t r ax) 0))) +("kutch" nil (((k ah ch) 1))) +("kutcher" nil (((k ah) 1) ((ch er) 0))) +("kuter" nil (((k y uw) 1) ((t er) 0))) +("kutner" nil (((k ah t) 1) ((n er) 0))) +("kutsch" nil (((k ah ch) 1))) +("kutscher" nil (((k ah) 1) ((ch er) 0))) +("kutter" nil (((k ah) 1) ((t er) 0))) +("kuttner" nil (((k ah t) 1) ((n er) 0))) +("kutz" nil (((k ah t s) 1))) +("kutzer" nil (((k ah t) 1) ((z er) 0))) +("kuwahara" nil (((k uw) 1) ((w aa) 0) ((hh aa) 1) ((r ax) 0))) +("kuwait" nil (((k uw) 0) ((w ey t) 1))) +("kuwaiti" nil (((k uw) 0) ((w ey) 1) ((t iy) 0))) +("kuwaitis" nil (((k uw) 0) ((w ey) 1) ((t iy z) 0))) +("kuwam" nil (((k y uw) 1) ((w aa m) 0))) +("kuykendall" nil (((k ay) 1) ((k eh n) 0) ((d aa l) 1))) +("kuyper" nil (((k ay) 1) ((p er) 0))) +("kuzara" nil (((k y uw) 0) ((z aa) 1) ((r ax) 0))) +("kuze" nil (((k y uw z) 1))) +("kuzel" nil (((k uw) 1) ((z ax l) 0))) +("kuzma" nil (((k ah z) 1) ((m ax) 0))) +("kuzminski" nil (((k ax z) 0) ((m ih n) 1) ((s k iy) 0))) +("kuznets" nil (((k ah z) 1) ((n eh t s) 1))) +("kuznia" nil (((k ah z) 1) ((n iy) 0) ((ax) 0))) +("kuzniar" nil (((k ah z) 1) ((n y er) 0))) +("kuznicki" nil (((k ax z) 0) ((n ih t) 1) ((s k iy) 0))) +("kvale" nil (((k ax) 0) ((v ey l) 1))) +("kvam" nil (((k ax) 0) ((v ae m) 1))) +("kvamme" nil (((k ax) 0) ((v ae m) 1))) +("kvasnicka" nil (((k ax) 0) ((v ax) 0) ((s n ih) 1) ((s k ax) 0))) +("kvetch" nil (((k ax) 0) ((v eh ch) 1))) +("kveton" nil (((k ax) 0) ((v eh) 1) ((t ax n) 0))) +("kvistad" nil (((k ax) 0) ((v ih) 1) ((s t ae d) 1))) +("kvitsinsky" nil (((k ax) 0) ((v ih t) 0) ((s ih n) 1) ((s k iy) 0))) +("kwak" nil (((k w ae k) 1))) +("kwan" nil (((k w aa n) 1))) +("kwang" nil (((k w aa ng) 1))) +("kwangju" nil (((k w aa ng) 0) ((jh uw) 1))) +("kwanza" nil (((k w aa n) 1) ((z ax) 0))) +("kwasniewski" nil (((k w ax z) 0) ((n eh f) 1) ((s k iy) 0))) +("kwasnik" nil (((k w aa z) 1) ((n ih k) 0))) +("kwasny" nil (((k w aa z) 1) ((n iy) 0))) +("kwazulu" nil (((k w aa) 0) ((z uw) 1) ((l uw) 0))) +("kweisi" nil (((k w ay) 1) ((z iy) 0))) +("kwh" nil (((k ey) 1) ((d ah) 1) ((b ax) 0) ((l y uw) 0) ((ey ch) 1))) +("kwiatek" nil (((k w iy) 0) ((aa) 1) ((t eh k) 0))) +("kwiatkowski" nil (((k w iy) 0) ((ax t) 0) ((k ao f) 1) ((s k iy) 0))) +("kwiecien" nil (((k w iy) 1) ((s iy n) 0))) +("kwiecinski" nil (((k w iy) 0) ((ch ih n) 1) ((s k iy) 0))) +("kwik" nil (((k w ih k) 1))) +("kwitny" nil (((k w ih t) 1) ((n iy) 0))) +("kwok" nil (((k w aa k) 1))) +("kwolek" nil (((k w ow) 1) ((l eh k) 0))) +("kwon" nil (((k w aa n) 1))) +("kwong" nil (((k w ao ng) 1))) +("kyd" nil (((k ih d) 1))) +("kyer" nil (((k ay) 1) ((er) 0))) +("kyes" nil (((k ay z) 1))) +("kyger" nil (((k ay) 1) ((g er) 0))) +("kyi" nil (((k iy) 1))) +("kyker" nil (((k ay) 1) ((k er) 0))) +("kyle" nil (((k ay l) 1))) +("kyler" nil (((k ay) 1) ((l er) 0))) +("kyles" nil (((k ay l z) 1))) +("kyllo" nil (((k ih) 1) ((l ow) 0))) +("kyllonen" nil (((k ih) 0) ((l aa) 1) ((n ax n) 0))) +("kyna" nil (((k ih) 1) ((n ax) 0))) +("kynard" nil (((k ih) 1) ((n er d) 0))) +("kyne" nil (((k ay n) 1))) +("kynikos" nil (((k ih) 0) ((n iy) 1) ((k ow s) 0))) +("kyocera" nil (((k y ow) 0) ((s eh) 1) ((r ax) 0))) +("kyodo" nil (((k y ow) 1) ((d ow) 0))) +("kyokuto" nil (((k y aa) 0) ((k uw) 1) ((t ow) 0))) +("kyong" nil (((k y ao ng) 1))) +("kyongsang" nil (((k y ao ng) 1) ((s ae ng) 0))) +("kyoto" nil (((k y ow) 1) ((t ow) 0))) +("kyowa" nil (((k y ow) 1) ((ax) 0))) +("kyrgyzstan" nil (((k ih r) 1) ((g ih) 0) ((s t ae n) 1))) +("kysar" nil (((k ih) 1) ((s er) 0))) +("kyser" nil (((k ay) 1) ((s er) 0))) +("kysor" nil (((k ay) 1) ((s er) 0))) +("kyte" nil (((k ay t) 1))) +("kytril" nil (((k ih) 1) ((t r ih l) 0))) +("kyu" nil (((k y uw) 1))) +("kyung" nil (((k y ah ng) 1))) +("kyushu" nil (((k y ah) 1) ((sh uw) 0))) +("kyzar" nil (((k ih) 1) ((z er) 0))) +("kyzer" nil (((k ay) 1) ((z er) 0))) +("l" nil (((eh l) 1))) +("la" nil (((l ah) 0))) +("laabs" nil (((l aa b z) 1))) +("laack" nil (((l aa k) 1))) +("laaco" nil (((l aa) 1) ((k ow) 0))) +("laake" nil (((l aa k) 1))) +("laakso" nil (((l aa k) 1) ((s ow) 0))) +("laas" nil (((l aa z) 1))) +("laatsch" nil (((l aa ch) 1))) +("lab" nil (((l ae b) 1))) +("laba" nil (((l aa) 1) ((b aa) 1))) +("labadie" nil (((l ae) 1) ((b ax) 0) ((d iy) 0))) +("laban" nil (((l ey) 1) ((b ax n) 0))) +("laband" nil (((l aa) 0) ((b ae n d) 1))) +("labant" nil (((l ax) 0) ((b ae n t) 1))) +("labar" nil (((l ax) 0) ((b aa r) 1))) +("labarbera" nil (((l aa) 0) ((b aa r) 0) ((b eh) 1) ((r ax) 0))) +("labarge" nil (((l ae) 1) ((b aa r g) 0))) +("labarr" nil (((l ax) 0) ((b ae r) 1))) +("labarre" nil (((l aa) 0) ((b aa) 1) ((r ey) 0))) +("labat" nil (((l aa) 1) ((b aa t) 0))) +("labate" nil (((l aa) 1) ((b ey t) 0))) +("labaton" nil (((l ae) 1) ((b ax) 0) ((t ax n) 0))) +("labatt" nil (((l ax) 0) ((b ae t) 1))) +("labauve" nil (((l ax) 0) ((b ow v) 1))) +("labay" nil (((l ae) 1) ((b ey) 0))) +("labbe" nil (((l ae b) 1))) +("labe" nil (((l ey b) 1))) +("labeau" nil (((l ax) 0) ((b ow) 1))) +("label" nil (((l ey) 1) ((b ax l) 0))) +("labeled" nil (((l ey) 1) ((b ax l d) 0))) +("labeling" nil (((l ey) 1) ((b ax) 0) ((l ih ng) 0))) +("labell" nil (((l ax) 0) ((b eh l) 1))) +("labella" nil (((l ax) 0) ((b eh) 1) ((l ax) 0))) +("labelle" nil (((l ax) 0) ((b eh l) 1))) +("labelled" nil (((l ey) 1) ((b ax l d) 0))) +("labels" nil (((l ey) 1) ((b ax l z) 0))) +("labenski" nil (((l aa) 0) ((b eh n) 1) ((s k iy) 0))) +("laber" nil (((l ey) 1) ((b er) 0))) +("laberge" nil (((l aa) 1) ((b er g) 0))) +("labianca" nil (((l aa) 0) ((b iy) 0) ((aa ng) 1) ((k ax) 0))) +("labine" nil (((l aa) 0) ((b iy) 1) ((n iy) 0))) +("lablanc" nil (((l ax) 0) ((b l ae ng k) 1))) +("labo" nil (((l aa) 1) ((b ow) 0))) +("laboda" nil (((l aa) 0) ((b ow) 1) ((d ax) 0))) +("labombard" nil (((l ae) 1) ((b ax m) 0) ((b er d) 0))) +("labonte" nil (((l ax) 0) ((b aa n t) 1))) +("labor" nil (((l ey) 1) ((b er) 0))) +("laboratoires" nil (((l ax) 0) ((b ao) 1) ((r ax) 0) ((t w aa z) 1))) +("laboratories" nil (((l ae) 1) ((b r ax) 0) ((t ao) 2) ((r iy z) 0))) +("laboratory" nil (((l ae) 1) ((b r ax) 0) ((t ao) 2) ((r iy) 0))) +("laborde" nil (((l ax) 0) ((b ao r d) 1))) +("labore" nil (((l ax) 0) ((b ao r) 1))) +("labored" nil (((l ey) 1) ((b er d) 0))) +("laborer" nil (((l ey) 1) ((b er) 0) ((er) 0))) +("laborers" nil (((l ey) 1) ((b er) 0) ((er z) 0))) +("laboring" nil (((l ey) 1) ((b er) 0) ((ih ng) 0))) +("laborious" nil (((l ax) 0) ((b ao) 1) ((r iy) 0) ((ax s) 0))) +("laboriously" nil (((l ax) 0) ((b ao) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("labors" nil (((l ey) 1) ((b er z) 0))) +("labossiere" nil (((l ae) 1) ((b ax) 0) ((s iy) 0) ((eh r) 0))) +("labouisse" nil (((l aa) 0) ((b uw s) 1))) +("labounty" nil (((l ax) 0) ((b aw n) 1) ((t iy) 0))) +("labour" n (((l ey) 1) ((b er) 0))) +("labour" nil (((l ey) 1) ((b aw r) 1))) +("laboured" n (((l ey) 1) ((b er d) 0))) +("labouring" n (((l ey) 1) ((b er) 0) ((ax ng) 0))) +("labours" n (((l ey) 1) ((b er z) 0))) +("labove" nil (((l ax) 0) ((b ah v) 1))) +("labow" nil (((l ae) 1) ((b ow) 0))) +("laboy" nil (((l ax) 0) ((b oy) 1))) +("labrador" nil (((l ae) 1) ((b r ax) 0) ((d ao r) 1))) +("labrake" nil (((l ae) 1) ((b r ax k) 0))) +("labranche" nil (((l aa) 0) ((b r aa n) 1) ((k iy) 0))) +("labreck" nil (((l ae) 1) ((b r ih k) 0))) +("labrecque" nil (((l ax) 0) ((b r eh k) 1))) +("labree" nil (((l ax) 0) ((b r iy) 1))) +("labrie" nil (((l ae) 1) ((b er) 0) ((iy) 0))) +("labrioche" nil (((l aa) 1) ((b r iy) 0) ((ow sh) 1))) +("labriola" nil (((l aa) 0) ((b r iy) 0) ((ow) 1) ((l ax) 0))) +("labrosse" nil (((l aa) 0) ((b r ow) 1) ((s iy) 0))) +("labs" nil (((l ae b z) 1))) +("labuda" nil (((l ax) 0) ((b y uw) 1) ((d ax) 0))) +("labus" nil (((l ae) 1) ((b ih s) 0))) +("labyrinth" nil (((l ae) 1) ((b er) 0) ((ih n th) 1))) +("labyrinthine" nil (((l ae) 1) ((b er) 0) ((ih n) 1) ((th iy n) 1))) +("lac" nil (((l ae k) 1))) +("lacana" nil (((l aa) 0) ((k ae) 1) ((n ax) 0))) +("lacasse" nil (((l aa) 0) ((k aa) 1) ((s iy) 0))) +("lacava" nil (((l aa) 0) ((k aa) 1) ((v ax) 0))) +("lacayo" nil (((l aa) 0) ((k ey) 1) ((ow) 0))) +("lacaze" nil (((l aa) 0) ((k aa) 1) ((z iy) 0))) +("laccoliths" nil (((l ae) 1) ((k ax) 0) ((l ih th s) 0))) +("lace" nil (((l ey s) 1))) +("laced" nil (((l ey s t) 1))) +("lacefield" nil (((l ey) 1) ((s f iy l d) 1))) +("lacer" nil (((l ey) 1) ((s er) 0))) +("lacerate" nil (((l ae) 1) ((s er) 0) ((ey t) 1))) +("laceration" nil (((l ae) 1) ((s er) 0) ((ey) 1) ((sh ax n) 0))) +("lacerations" nil (((l ae) 1) ((s er) 0) ((ey) 1) ((sh ax n z) 0))) +("lacerte" nil (((l aa) 0) ((ch eh r) 1) ((t iy) 0))) +("laces" nil (((l ey) 1) ((s ax z) 0))) +("lacewell" nil (((l ey) 1) ((s w eh l) 1))) +("lacey" nil (((l ey) 1) ((s iy) 0))) +("lach" nil (((l ae ch) 1))) +("lachance" nil (((l aa) 1) ((k ax n s) 0))) +("lachapelle" nil (((l ae) 1) ((sh ax) 0) ((p ax l) 0))) +("lacharite" nil (((l ae) 1) ((ch er) 0) ((ay t) 1))) +("lache" nil (((l ae ch) 1))) +("lachenbruch" nil (((l ae) 1) ((k ax n) 0) ((b r uw k) 1))) +("lacher" nil (((l ae) 1) ((k er) 0))) +("lachica" nil (((l ae) 1) ((ch ih) 0) ((k ax) 0))) +("lachlan" nil (((l ae) 1) ((k l ax n) 0))) +("lachman" nil (((l ae k) 1) ((m ax n) 0))) +("lachmar" nil (((l ae k) 1) ((m aa r) 0))) +("lachney" nil (((l ae k) 1) ((n iy) 0))) +("lachowicz" nil (((l aa) 1) ((hh ax) 0) ((v ih ch) 0))) +("lacina" nil (((l aa) 0) ((ch iy) 1) ((n ax) 0))) +("lacivita" nil (((l aa) 0) ((ch iy) 0) ((v iy) 1) ((t ax) 0))) +("lack" nil (((l ae k) 1))) +("lackadaisical" nil (((l ae) 1) ((k ax) 0) ((d ey) 1) ((z ih) 0) ((k ax l) 0))) +("lackawanna" nil (((l ae) 1) ((k ax) 0) ((w aa) 1) ((n ax) 0))) +("lacked" nil (((l ae k t) 1))) +("lackey" nil (((l ae) 1) ((k iy) 0))) +("lackeys" nil (((l ae) 1) ((k iy z) 0))) +("lackie" nil (((l ae) 1) ((k iy) 0))) +("lacking" nil (((l ae) 1) ((k ih ng) 0))) +("lackluster" nil (((l ae) 1) ((k l ah) 1) ((s t er) 0))) +("lackman" nil (((l ae k) 1) ((m ax n) 0))) +("lackner" nil (((l ae k) 1) ((n er) 0))) +("lacko" nil (((l ae) 1) ((k ow) 0))) +("lackovic" nil (((l ae) 1) ((k ax) 0) ((v ih k) 0))) +("lacks" nil (((l ae k s) 1))) +("laclair" nil (((l ae) 1) ((k l er) 0))) +("laclede" nil (((l aa) 0) ((k l iy d) 1))) +("lacock" nil (((l ae) 1) ((k ax k) 0))) +("lacomb" nil (((l ae) 1) ((k ax m) 0))) +("lacombe" nil (((l aa) 0) ((k ow m) 1) ((b iy) 0))) +("laconic" nil (((l aa) 0) ((k aa) 1) ((n ih k) 0))) +("laconte" nil (((l aa) 0) ((k ow n) 1) ((t iy) 0))) +("lacorte" nil (((l aa) 0) ((k ao r) 1) ((t iy) 0))) +("lacoss" nil (((l ax) 0) ((k aa s) 1))) +("lacosse" nil (((l aa) 0) ((k ow) 1) ((s iy) 0))) +("lacoste" nil (((l aa) 0) ((k ao s t) 1))) +("lacount" nil (((l ax) 0) ((k uw n t) 1))) +("lacour" nil (((l ax) 0) ((k uh r) 1))) +("lacourse" nil (((l ax) 0) ((k uh r s) 1))) +("lacoursiere" nil (((l ae) 1) ((k uh r) 0) ((s iy) 0) ((eh r) 0))) +("lacouture" nil (((l ae) 1) ((k uw) 0) ((ch er) 0))) +("lacovara" nil (((l aa) 0) ((k ow) 0) ((v aa) 1) ((r ax) 0))) +("lacquer" nil (((l ae) 1) ((k er) 0))) +("lacquered" nil (((l ae) 1) ((k er d) 0))) +("lacroix" nil (((l ax) 0) ((k r oy) 1))) +("lacross" nil (((l ax) 0) ((k r ao s) 1))) +("lacrosse" nil (((l ax) 0) ((k r ao s) 1))) +("lactase" nil (((l ae k) 1) ((t ey s) 1))) +("lactating" nil (((l ae k) 1) ((t ey) 0) ((t ih ng) 0))) +("lactation" nil (((l ae k) 0) ((t ey) 1) ((sh ax n) 0))) +("lacteals" nil (((l ae k) 1) ((t iy l z) 1))) +("lacter" nil (((l ae k) 1) ((t er) 0))) +("lactic" nil (((l ae k) 1) ((t ih k) 0))) +("lactobacillus" nil (((l ae k) 1) ((t ow) 0) ((b ax) 0) ((s ih) 1) ((l ax s) 0))) +("lactone" nil (((l ae k) 1) ((t ow n) 0))) +("lactose" nil (((l ae k) 1) ((t ow s) 0))) +("lacy" nil (((l ey) 1) ((s iy) 0))) +("lad" nil (((l ae d) 1))) +("lada" nil (((l aa) 1) ((d ax) 0))) +("ladas" nil (((l aa) 1) ((d ax z) 0))) +("ladbroke" nil (((l ae d) 1) ((b r ow k) 1))) +("ladd" nil (((l ae d) 1))) +("ladder" nil (((l ae) 1) ((d er) 0))) +("ladders" nil (((l ae) 1) ((d er z) 0))) +("lade" nil (((l ey d) 1))) +("ladehoff" nil (((l ae) 1) ((d ax) 0) ((hh ao f) 0))) +("laden" nil (((l ey) 1) ((d ax n) 0))) +("ladenburg" nil (((l ey) 1) ((d ax n) 0) ((b er g) 0))) +("lader" nil (((l ey) 1) ((d er) 0))) +("ladewig" nil (((l ae) 1) ((d uw) 0) ((ih g) 0))) +("ladies" nil (((l ey) 1) ((d iy z) 0))) +("lading" nil (((l ey) 1) ((d ih ng) 0))) +("ladino" nil (((l ax) 0) ((d iy) 1) ((n ow) 0))) +("ladish" nil (((l aa) 0) ((d ih sh) 1))) +("ladle" nil (((l ey) 1) ((d ax l) 0))) +("ladled" nil (((l ey) 1) ((d ax l d) 0))) +("ladles" nil (((l ey) 1) ((d ax l z) 0))) +("ladley" nil (((l ae d) 1) ((l iy) 0))) +("ladner" nil (((l ae d) 1) ((n er) 0))) +("ladnier" nil (((l ae d) 1) ((n iy) 0) ((er) 0))) +("ladouceur" nil (((l ae) 1) ((d uw) 0) ((s er) 0))) +("ladow" nil (((l ae) 1) ((d ow) 0))) +("lads" nil (((l ae d z) 1))) +("ladson" nil (((l ae d) 1) ((s ax n) 0))) +("laduca" nil (((l aa) 0) ((d uw) 1) ((k ax) 0))) +("ladue" nil (((l aa) 1) ((d w eh) 0))) +("laduke" nil (((l aa) 0) ((d uw) 1) ((k ey) 0))) +("ladwig" nil (((l ae) 1) ((d w ih g) 0))) +("lady" nil (((l ey) 1) ((d iy) 0))) +("ladybird" nil (((l ey) 1) ((d iy) 0) ((b er d) 1))) +("ladybugs" nil (((l ey) 1) ((d iy) 0) ((b ah g z) 1))) +("ladylike" nil (((l ey) 1) ((d iy) 0) ((l ay k) 1))) +("laenderbank" nil (((l ae n) 1) ((d er) 0) ((b ae ng k) 1))) +("laevo" nil (((l ey) 1) ((v ow) 0))) +("lafalce" nil (((l aa) 0) ((f ae l) 1) ((s iy) 0))) +("lafarge" nil (((l aa) 0) ((f aa r jh) 1))) +("lafata" nil (((l aa) 0) ((f aa) 1) ((t ax) 0))) +("lafauci" nil (((l aa) 0) ((f ao) 1) ((ch iy) 0))) +("lafave" nil (((l ax) 0) ((f ey v) 1))) +("lafavor" nil (((l ae) 1) ((f ax) 0) ((v er) 0))) +("lafayette" nil (((l aa) 1) ((f iy) 0) ((eh t) 1))) +("lafer" nil (((l ey) 1) ((f er) 0))) +("laferriere" nil (((l ae) 1) ((f er) 0) ((iy) 0) ((eh r) 0))) +("lafever" nil (((l ae) 1) ((f eh) 0) ((v er) 0))) +("lafevers" nil (((l ae) 1) ((f eh) 0) ((v er z) 0))) +("lafeyette" nil (((l aa) 1) ((f iy) 0) ((eh t) 1))) +("laff" nil (((l ae f) 1))) +("laffer" nil (((l ae) 1) ((f er) 0))) +("lafferty" nil (((l ae) 1) ((f er) 0) ((t iy) 0))) +("laffey" nil (((l ae) 1) ((f iy) 0))) +("laffin" nil (((l ae) 1) ((f ih n) 0))) +("laffitte" nil (((l ax) 0) ((f ih t) 1))) +("laffoon" nil (((l ax) 0) ((f uw n) 1))) +("lafite" nil (((l aa) 0) ((f ay t) 1))) +("lafitte" nil (((l ax) 0) ((f ih t) 1))) +("laflam" nil (((l ax) 0) ((f l ae m) 1))) +("laflamme" nil (((l ae) 1) ((f l ih m) 0))) +("lafleche" nil (((l ax) 0) ((f l eh sh) 1))) +("lafler" nil (((l ey) 1) ((f ax) 0) ((l er) 0))) +("lafleur" nil (((l ax) 0) ((f l er) 1))) +("laflin" nil (((l ae) 1) ((f l ih n) 0))) +("lafoe" nil (((l ax) 0) ((f ow) 1))) +("lafollette" nil (((l ae) 1) ((f ax) 0) ((l eh t) 0))) +("lafon" nil (((l ae) 1) ((f ax n) 0))) +("lafond" nil (((l ax) 0) ((f aa n d) 1))) +("lafont" nil (((l ax) 0) ((f aa n t) 1))) +("lafontaine" nil (((l ae) 1) ((f ax n) 0) ((t ey n) 1))) +("lafontant" nil (((l aa) 0) ((f aa n) 1) ((t ax n t) 0))) +("laforce" nil (((l ax) 0) ((f ao r s) 1))) +("laforest" nil (((l ax) 0) ((f ao) 1) ((r ax s t) 0))) +("laforge" nil (((l ax) 0) ((f ao r g) 1))) +("laforte" nil (((l ax) 0) ((f ao r t) 1))) +("lafortune" nil (((l ae) 1) ((f er) 0) ((t uw n) 0))) +("lafosse" nil (((l ax) 0) ((f aa s) 1))) +("lafountain" nil (((l aa) 1) ((f aa n) 1) ((t ey n) 1))) +("lafountaine" nil (((l aa) 1) ((f aa n) 1) ((t ey n) 1))) +("lafoy" nil (((l ax) 0) ((f oy) 1))) +("laframboise" nil (((l ah) 1) ((f r ae m) 1) ((b w aa) 1))) +("lafrance" nil (((l ax) 0) ((f r ae n s) 1))) +("lafreniere" nil (((l ae) 1) ((f r ih) 0) ((n iy) 0) ((eh r) 0))) +("lafrenz" nil (((l ae) 1) ((f r ih n s) 0))) +("lafuente" nil (((l aa f) 0) ((w eh n) 1) ((t ey) 0))) +("lag" nil (((l ae g) 1))) +("lagace" nil (((l aa) 0) ((g aa) 1) ((ch iy) 0))) +("lagan" nil (((l ae) 1) ((g ax n) 0))) +("lagana" nil (((l aa) 0) ((g ae) 1) ((n ax) 0))) +("lagarde" nil (((l aa) 0) ((g aa r) 1) ((d iy) 0))) +("lagardere" nil (((l aa) 0) ((g aa r) 0) ((d ih r) 1))) +("lagasse" nil (((l aa) 0) ((g aa) 1) ((s iy) 0))) +("lagattuta" nil (((l aa) 0) ((g aa) 0) ((t uw) 1) ((t ax) 0))) +("lage" nil (((l ey jh) 1))) +("lager" nil (((l aa) 1) ((g er) 0))) +("Lagerfeld" n (((l ae) 1) ((g er) 0) ((f eh l d) 0))) +("lagergren" nil (((l ey) 1) ((g er) 0) ((g r eh n) 0))) +("lagerquist" nil (((l ey) 1) ((g er) 0) ((k w ih s t) 0))) +("lagerstrom" nil (((l ey) 1) ((g er) 0) ((s t r ax m) 0))) +("lagesse" nil (((l ae) 1) ((g eh s) 0))) +("laggard" nil (((l ae) 1) ((g er d) 0))) +("laggards" nil (((l ae) 1) ((g er d z) 0))) +("lagged" nil (((l ae g d) 1))) +("lagging" nil (((l ae) 1) ((g ih ng) 0))) +("lagle" nil (((l ey) 1) ((g ax l) 0))) +("lagnado" nil (((l aa g) 1) ((n aa) 1) ((d ow) 0))) +("lago" nil (((l aa) 1) ((g ow) 0))) +("lagomarsino" nil (((l aa) 0) ((g ow) 1) ((m aa r) 0) ((s iy) 1) ((n ow) 0))) +("lagoon" nil (((l ax) 0) ((g uw n) 1))) +("lagoons" nil (((l ax) 0) ((g uw n z) 1))) +("lagos" nil (((l ey) 1) ((g ao s) 0))) +("lagow" nil (((l ae) 1) ((g ow) 0))) +("lagrange" nil (((l ae) 1) ((g r ey n jh) 1))) +("lagreca" nil (((l aa) 0) ((g r eh) 1) ((k ax) 0))) +("lagroceria" nil (((l aa) 0) ((g r ow) 1) ((s er) 0) ((iy) 1) ((ah) 1))) +("lagrone" nil (((l aa) 0) ((g r ow) 1) ((n iy) 0))) +("lagrow" nil (((l ae) 1) ((g r ow) 1))) +("lags" nil (((l ae g z) 1))) +("laguardia" nil (((l ax) 0) ((g w aa r) 1) ((d iy) 0) ((ax) 0))) +("lague" nil (((l aa g) 1))) +("laguna" nil (((l ax) 0) ((g uw) 1) ((n ax) 0))) +("lagunas" nil (((l ax) 0) ((g uw) 1) ((n ax z) 0))) +("lahaie" nil (((l ae) 1) ((hh iy) 0))) +("laham" nil (((l ae) 1) ((hh ax m) 0))) +("lahaye" nil (((l ae) 1) ((hh ey) 0))) +("lahey" nil (((l ey) 1) ((hh iy) 0))) +("lahiff" nil (((l ae) 1) ((hh ih f) 0))) +("lahm" nil (((l ae m) 1))) +("lahman" nil (((l aa) 1) ((m ax n) 0))) +("lahmann" nil (((l aa) 1) ((m ax n) 0))) +("lahn" nil (((l ae n) 1))) +("lahood" nil (((l aa) 1) ((hh uh d) 0))) +("lahore" nil (((l aa) 0) ((hh ao r) 1))) +("lahr" nil (((l aa r) 1))) +("lahti" nil (((l aa) 1) ((t iy) 0))) +("lahue" nil (((l ae) 1) ((hh y uw) 0))) +("lai" nil (((l ay) 1))) +("laib" nil (((l ey b) 1))) +("laibin" nil (((l ay) 1) ((b iy n) 1))) +("laible" nil (((l ey) 1) ((b ax l) 0))) +("laibowitz" nil (((l ey) 1) ((b ax) 0) ((w ih t s) 0))) +("laibrook" nil (((l ey) 1) ((b r uh k) 1))) +("laiche" nil (((l ey ch) 1))) +("laid" nil (((l ey d) 1))) +("laidig" nil (((l ey) 1) ((d ih g) 0))) +("laidlaw" nil (((l ey d) 1) ((l ao) 1))) +("laidler" nil (((l ey d) 1) ((l er) 0))) +("laidley" nil (((l ey d) 1) ((l iy) 0))) +("lail" nil (((l ey l) 1))) +("laimbeer" nil (((l ey m) 1) ((b ih r) 1))) +("lain" nil (((l ey n) 1))) +("laine" nil (((l ey n) 1))) +("laing" nil (((l aa) 1) ((ih ng) 0))) +("lainhart" nil (((l ay n) 1) ((hh aa r t) 0))) +("laino" nil (((l ey) 1) ((n ow) 0))) +("lair" nil (((l eh r) 1))) +("laird" nil (((l eh r d) 1))) +("lairmore" nil (((l eh r) 1) ((m ao r) 0))) +("lairson" nil (((l eh r) 1) ((s ax n) 0))) +("lais" nil (((l ey z) 1))) +("laissez" nil (((l ey) 1) ((z ey) 1))) +("lait" nil (((l ey) 1))) +("laitinen" nil (((l ay) 1) ((t ih) 0) ((n ax n) 0))) +("laity" nil (((l ey) 1) ((ax) 0) ((t iy) 0))) +("laiwu" nil (((l ay) 1) ((w uw) 1))) +("lajeunesse" nil (((l ae) 1) ((y oy) 0) ((n eh s) 0))) +("lajoie" nil (((l ae jh) 1) ((w aa) 0))) +("lajous" nil (((l ax) 0) ((zh uw s) 1))) +("lak" nil (((l ae k) 1))) +("lakatos" nil (((l ae) 1) ((k ax) 0) ((t ow z) 0))) +("lake" nil (((l ey k) 1))) +("lakefield" nil (((l ey k) 1) ((f iy l d) 1))) +("lakefront" nil (((l ey k) 1) ((f r ah n t) 1))) +("lakeland" nil (((l ey) 1) ((k l ax n d) 0))) +("lakeman" nil (((l ey k) 1) ((m ax n) 0))) +("laker" nil (((l ey) 1) ((k er) 0))) +("lakers" nil (((l ey) 1) ((k er z) 0))) +("lakes" nil (((l ey k s) 1))) +("lakeshore" nil (((l ey k) 1) ((sh ao r) 1))) +("lakeside" nil (((l ey k) 1) ((s ay d) 1))) +("lakeview" nil (((l ey k) 1) ((v y uw) 1))) +("lakewood" nil (((l ey) 1) ((k w uh d) 1))) +("lakey" nil (((l ey) 1) ((k iy) 0))) +("lakin" nil (((l ae) 1) ((k ih n) 0))) +("lakins" nil (((l ae) 1) ((k ih n z) 0))) +("lakshmi" nil (((l aa k sh) 2) ((m iy) 1))) +("lakshminarayan" nil (((l aa k sh) 2) ((m iy) 1) ((n aa) 1) ((r ax) 0) ((y aa n) 0))) +("lal" nil (((l ae l) 1))) +("lala" nil (((l aa) 1) ((l aa) 0))) +("lalande" nil (((l aa) 0) ((l aa n) 1) ((d iy) 0))) +("lali" nil (((l aa) 1) ((l iy) 0))) +("laliberte" nil (((l aa) 0) ((l iy) 0) ((b eh r) 1) ((t iy) 0))) +("lalit" nil (((l ax) 0) ((l iy t) 1))) +("lalita" nil (((l ax) 0) ((l iy) 1) ((t ax) 0))) +("lalitesh" nil (((l aa) 1) ((l ih) 1) ((t eh sh) 1))) +("lall" nil (((l ao l) 1))) +("lalla" nil (((l ae) 1) ((l ax) 0))) +("lalley" nil (((l ae) 1) ((l iy) 0))) +("lalli" nil (((l ae) 1) ((l iy) 0))) +("lallie" nil (((l ao) 1) ((l iy) 0))) +("lallier" nil (((l ae) 1) ((l iy) 0) ((er) 0))) +("lally" nil (((l ae) 1) ((l iy) 0))) +("lalonde" nil (((l aa) 0) ((l ow n) 1) ((d iy) 0))) +("lalone" nil (((l aa) 0) ((l ow) 1) ((n iy) 0))) +("lalor" nil (((l ae) 0) ((l ao r) 1))) +("lam" nil (((l ae m) 1))) +("lama" nil (((l aa) 1) ((m ax) 0))) +("lamacchia" nil (((l aa) 0) ((m aa) 1) ((k iy) 0) ((ax) 0))) +("lamagna" nil (((l aa) 0) ((m aa g) 1) ((n ax) 0))) +("lamaist" nil (((l aa) 1) ((m ay) 0) ((ih s t) 0))) +("laman" nil (((l ey) 1) ((m ax n) 0))) +("lamanna" nil (((l ae) 1) ((m ih) 0) ((n ax) 0))) +("lamantia" nil (((l aa) 0) ((m aa n) 1) ((sh ax) 0))) +("lamar" nil (((l ax) 0) ((m aa r) 1))) +("lamarca" nil (((l aa) 0) ((m aa r) 1) ((k ax) 0))) +("lamarche" nil (((l aa) 0) ((m aa r) 1) ((k iy) 0))) +("lamarr" nil (((l aa) 0) ((m aa r) 1))) +("lamarre" nil (((l aa) 0) ((m aa) 1) ((r iy) 0))) +("lamartina" nil (((l aa) 0) ((m aa r) 0) ((t iy) 1) ((n ax) 0))) +("lamaster" nil (((l aa) 1) ((m ae) 0) ((s t er) 0))) +("lamastus" nil (((l ae) 1) ((m ax) 0) ((s t ih s) 0))) +("lamattina" nil (((l aa) 0) ((m aa) 0) ((t iy) 1) ((n ax) 0))) +("lamaur" nil (((l ax) 0) ((m ao r) 1))) +("lamay" nil (((l ae) 1) ((m ey) 0))) +("lamb" nil (((l ae m) 1))) +("lambaste" nil (((l ae m) 1) ((b ae s t) 1))) +("lambasted" nil (((l ae m) 1) ((b ae) 1) ((s t ih d) 0))) +("lambastes" nil (((l ae m) 1) ((b ae s t s) 1))) +("lambasting" nil (((l ae m) 0) ((b ey) 1) ((s t ih ng) 0))) +("lambda" nil (((l ae m) 1) ((d ax) 0))) +("lambdin" nil (((l ae m) 1) ((d ih n) 0))) +("lambe" nil (((l ae m) 1))) +("lamberg" nil (((l ae m) 1) ((b er g) 0))) +("lamberson" nil (((l ae m) 1) ((b er) 0) ((s ax n) 0))) +("lambert" nil (((l ae m) 1) ((b er t) 0))) +("lamberth" nil (((l ae m) 1) ((b er th) 0))) +("lamberti" nil (((l aa m) 0) ((b eh r) 1) ((t iy) 0))) +("lamberto" nil (((l aa m) 0) ((b eh r) 1) ((t ow) 1))) +("lamberton" nil (((l ae m) 1) ((b er) 0) ((t ax n) 0))) +("lambertson" nil (((l ae m) 1) ((b er t) 0) ((s ax n) 0))) +("lamberty" nil (((l ae m) 1) ((b er) 0) ((t iy) 0))) +("lambeth" nil (((l ae m) 1) ((b ih th) 0))) +("lambiase" nil (((l aa m) 0) ((b iy) 0) ((aa) 1) ((s iy) 0))) +("lambie" nil (((l ae m) 1) ((b iy) 0))) +("lambing" nil (((l ae) 1) ((m ih ng) 0))) +("lamborghini" nil (((l ae m) 1) ((b er) 0) ((g iy) 1) ((n iy) 0))) +("lamborghinis" nil (((l ae m) 1) ((b er) 0) ((g iy) 1) ((n iy z) 0))) +("lamborn" nil (((l ax m) 0) ((b ao r n) 1))) +("lamboy" nil (((l ae m) 1) ((b oy) 1))) +("lambrecht" nil (((l ae m) 1) ((b r ih k t) 0))) +("lambright" nil (((l ae m) 1) ((b r ay t) 1))) +("lambro" nil (((l ae m) 1) ((b r ow) 0))) +("lambros" nil (((l ae m) 1) ((b r ow z) 0))) +("lambs" nil (((l ae m z) 1))) +("lambsdorff" nil (((l ae m z) 1) ((d ao r f) 0))) +("lambson" nil (((l ae m) 1) ((s ax n) 0))) +("lamby" nil (((l ae m) 1) ((b iy) 0))) +("lame" nil (((l ey m) 1))) +("lamellar" nil (((l ax) 0) ((m eh) 1) ((l er) 0))) +("lamely" nil (((l ey m) 1) ((l iy) 0))) +("lamendola" nil (((l aa) 0) ((m eh n) 0) ((d ow) 1) ((l ax) 0))) +("lament" nil (((l ax) 0) ((m eh n t) 1))) +("lamentable" nil (((l ax) 0) ((m eh n) 1) ((t ax) 0) ((b ax l) 0))) +("lamented" nil (((l ax) 0) ((m eh n) 1) ((t ih d) 0))) +("lamenting" nil (((l ax) 0) ((m eh n) 1) ((t ih ng) 0))) +("laments" nil (((l ax) 0) ((m eh n t s) 1))) +("lamer" nil (((l ey) 1) ((m er) 0))) +("lamere" nil (((l aa) 0) ((m eh) 1) ((r ey) 0))) +("lamers" nil (((l ey) 1) ((m er z) 0))) +("lamey" nil (((l ey) 1) ((m iy) 0))) +("lamia" nil (((l ey) 1) ((m iy) 0) ((ax) 0))) +("lamica" nil (((l ae) 1) ((m ih) 0) ((k ax) 0))) +("lamie" nil (((l ey) 1) ((m iy) 0))) +("lamina" nil (((l ae) 1) ((m ax) 0) ((n ax) 0))) +("laminack" nil (((l ae) 1) ((m ih) 0) ((n ax k) 0))) +("laminated" nil (((l ae) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("laminates" nil (((l ae) 1) ((m ax) 0) ((n ax t s) 0))) +("laminating" nil (((l ae) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("lamine" nil (((l ax) 0) ((m iy n) 1))) +("lamirande" nil (((l aa) 0) ((m ih) 0) ((r aa n) 1) ((d iy) 0))) +("lamison" nil (((l ae) 1) ((m ih) 0) ((s ax n) 0))) +("lamke" nil (((l ae m) 1) ((k iy) 0))) +("lamkin" nil (((l ae m) 1) ((k ih n) 0))) +("lamle" nil (((l ae m) 1) ((l iy) 0))) +("lamm" nil (((l ae m) 1))) +("lamme" nil (((l ae m) 1))) +("lammers" nil (((l ae) 1) ((m er z) 0))) +("lammert" nil (((l ae) 1) ((m er t) 0))) +("lammey" nil (((l ae) 1) ((m iy) 0))) +("lammi" nil (((l ae) 1) ((m iy) 0))) +("lammon" nil (((l ae) 1) ((m ax n) 0))) +("lammond" nil (((l ae) 1) ((m ax n d) 0))) +("lammons" nil (((l ae) 1) ((m ax n z) 0))) +("lamon" nil (((l aa) 0) ((m ao n) 1))) +("lamond" nil (((l ax) 0) ((m aa n d) 1))) +("lamonica" nil (((l aa) 0) ((m ow) 0) ((n iy) 1) ((k ax) 0))) +("lamons" nil (((l aa) 1) ((m ow n z) 0))) +("lamont" nil (((l ax) 0) ((m aa n t) 1))) +("lamontagne" nil (((l aa) 1) ((m aa n) 0) ((t ey n) 1))) +("lamonte" nil (((l aa) 0) ((m aa n t) 1))) +("lamora" nil (((l aa) 0) ((m ao) 1) ((r ax) 0))) +("lamore" nil (((l aa) 1) ((m ao r) 0))) +("lamoreaux" nil (((l ae) 1) ((m er) 0) ((ow) 0))) +("lamoreux" nil (((l ae) 1) ((m er) 0) ((ow) 0))) +("lamorte" nil (((l aa) 0) ((m ao r) 1) ((t iy) 0))) +("lamos" nil (((l aa) 1) ((m ow s) 0))) +("lamothe" nil (((l ae) 1) ((m ax dh) 0))) +("lamott" nil (((l ax) 0) ((m aa t) 1))) +("lamotta" nil (((l aa) 0) ((m ow) 1) ((t ax) 0))) +("lamotte" nil (((l ax) 0) ((m ao t) 1))) +("lamountain" nil (((l ae) 1) ((m uw n) 0) ((t ey n) 0))) +("lamoureaux" nil (((l ae) 1) ((m uh) 0) ((r ow) 0))) +("lamoureux" nil (((l ae) 1) ((m uh) 0) ((r ow) 0))) +("lamp" nil (((l ae m p) 1))) +("lampe" nil (((l ae m p) 1))) +("lampert" nil (((l ae m) 1) ((p er t) 1))) +("lampf" nil (((l ae m p f) 1))) +("lamphear" nil (((l ae m) 1) ((f er) 0))) +("lamphere" nil (((l ae m) 1) ((f er) 0))) +("lamphier" nil (((l ae m) 1) ((f iy) 0) ((er) 0))) +("lampi" nil (((l ae m) 1) ((p iy) 0))) +("lamping" nil (((l ae m) 1) ((p ih ng) 0))) +("lampkin" nil (((l ae m p) 1) ((k ih n) 0))) +("lampkins" nil (((l ae m p) 1) ((k ih n z) 0))) +("lampl" nil (((l ae m) 1) ((p ax l) 0))) +("lampley" nil (((l ae m) 1) ((p l iy) 0))) +("lamplighters" nil (((l ae m) 1) ((p l ay) 1) ((t er z) 0))) +("lampman" nil (((l ae m p) 1) ((m ax n) 0))) +("lampo" nil (((l ae m) 1) ((p ow) 0))) +("lampoon" nil (((l ae m) 0) ((p uw n) 1))) +("lampooned" nil (((l ae m) 0) ((p uw n d) 1))) +("lamport" nil (((l ae m) 1) ((p ao r t) 1))) +("lampp" nil (((l ae m p) 1))) +("lampposts" nil (((l ae m p) 1) ((p ow s t s) 1))) +("lamprey" nil (((l ae m) 1) ((p r iy) 0))) +("lampreys" nil (((l ae m) 1) ((p r iy z) 0))) +("lampron" nil (((l ae m) 1) ((p r ax n) 0))) +("lampros" nil (((l ae m) 1) ((p r ow z) 0))) +("lamps" nil (((l ae m p s) 1))) +("lampson" nil (((l ae m p) 1) ((s ax n) 0))) +("lampton" nil (((l ae m p) 1) ((t ax n) 0))) +("lamson" nil (((l ae m) 1) ((s ax n) 0))) +("lamston" nil (((l ae m) 1) ((s t ax n) 0))) +("lamy" nil (((l ey) 1) ((m iy) 0))) +("lan" nil (((l ae n) 1))) +("lana" nil (((l ae) 1) ((n ax) 0))) +("lanagan" nil (((l ae) 1) ((n ax) 0) ((g ae n) 0))) +("lanahan" nil (((l ae) 1) ((n ax) 0) ((hh ae n) 0))) +("lanasa" nil (((l aa) 0) ((n aa) 1) ((s ax) 0))) +("lancang" nil (((l aa n) 1) ((t s aa ng) 1))) +("lancashire" nil (((l ae ng) 1) ((k ax) 0) ((sh ay r) 1))) +("lancaster" nil (((l ae n) 1) ((k ae) 1) ((s t er) 0))) +("lancastrian" nil (((l ae ng) 1) ((k ae) 1) ((s t r iy) 0) ((ax n) 0))) +("lance" nil (((l ae n s) 1))) +("lancelet" nil (((l ae n) 1) ((s l ax t) 0))) +("lancelot" nil (((l ae n) 1) ((s ax) 0) ((l aa t) 1))) +("lanceolate" nil (((l ae n) 1) ((s iy) 0) ((ax) 0) ((l ey t) 1))) +("lancer" nil (((l ae n) 1) ((s er) 0))) +("lancers" nil (((l ae n) 1) ((s er z) 0))) +("lancet" nil (((l ae n) 1) ((s ax t) 0))) +("lancets" nil (((l ae n) 1) ((s ax t s) 0))) +("lancia" nil (((l aa n) 1) ((ch ax) 0))) +("lancing" nil (((l ae n) 1) ((s ih ng) 0))) +("lancit" nil (((l ae n) 1) ((s ih t) 0))) +("lanclos" nil (((l ae n) 1) ((k l ow z) 0))) +("lancome" nil (((l ae n) 1) ((k ax m) 0))) +("lancon" nil (((l ae ng) 1) ((k ax n) 0))) +("lancour" nil (((l ax n) 0) ((k uh r) 1))) +("lanctot" nil (((l ae ng k) 1) ((t ax t) 0))) +("lancz" nil (((l ae n ch) 1))) +("land" nil (((l ae n d) 1))) +("landa" nil (((l ae n) 1) ((d ax) 0))) +("landau" nil (((l ae n) 1) ((d aw) 1))) +("landauer" nil (((l ae n) 1) ((d aw) 1) ((er) 0))) +("landay" nil (((l ae n) 1) ((d ey) 1))) +("landbank" nil (((l ae n d) 1) ((b ae ng k) 1))) +("landberg" nil (((l ae n d) 1) ((b er g) 0))) +("lande" nil (((l ae n d) 1))) +("landeck" nil (((l ae n) 1) ((d ih k) 0))) +("landed" nil (((l ae n) 1) ((d ax d) 0))) +("landefeld" nil (((l ae n) 1) ((d ih) 0) ((f eh l d) 0))) +("landell" nil (((l ae n) 0) ((d eh l) 1))) +("landen" nil (((l ae n) 1) ((d ax n) 0))) +("landenberger" nil (((l ae n) 1) ((d ax n) 0) ((b er) 0) ((g er) 0))) +("lander" nil (((l ae n) 1) ((d er) 0))) +("landeros" nil (((l ae n) 1) ((d er) 0) ((ow z) 0))) +("landers" nil (((l ae n) 1) ((d er z) 0))) +("landes" nil (((l ae n d z) 1))) +("landesbank" nil (((l ae n) 1) ((d iy z) 0) ((b ae ng k) 1))) +("landesman" nil (((l ae n) 1) ((d ih) 0) ((s m ax n) 0))) +("landess" nil (((l ae n) 1) ((d ax s) 0))) +("landfair" nil (((l ae n d) 1) ((f eh r) 1))) +("landfall" nil (((l ae n d) 1) ((f ao l) 1))) +("landfill" nil (((l ae n d) 1) ((f ih l) 1))) +("landfilling" nil (((l ae n d) 1) ((f ih) 0) ((l ih ng) 0))) +("landfills" nil (((l ae n d) 1) ((f ih l z) 1))) +("landforms" nil (((l ae n d) 1) ((f ao r m z) 1))) +("landfried" nil (((l ae n d) 1) ((f er) 0) ((iy d) 0))) +("landgraf" nil (((l ae n jh) 1) ((r ax f) 0))) +("landgrave" nil (((l ae n d) 1) ((g r ey v) 1))) +("landgrebe" nil (((l ae n jh) 1) ((r ih b) 0))) +("landgren" nil (((l ae n d) 1) ((g r eh n) 0))) +("landholders" nil (((l ae n d) 1) ((hh ow l) 1) ((d er z) 0))) +("landholding" nil (((l ae n d) 1) ((hh ow l) 1) ((d ih ng) 0))) +("landholdings" nil (((l ae n d) 1) ((hh ow l) 1) ((d ih ng z) 0))) +("landi" nil (((l ae n) 1) ((d iy) 0))) +("landin" nil (((l ae n) 1) ((d ih n) 0))) +("landing" nil (((l ae n) 1) ((d ih ng) 0))) +("landingham" nil (((l ae n) 1) ((d ih ng) 0) ((hh ae m) 1))) +("landings" nil (((l ae n) 1) ((d ih ng z) 0))) +("landini" nil (((l aa n) 0) ((d iy) 1) ((n iy) 0))) +("landino" nil (((l aa n) 0) ((d iy) 1) ((n ow) 0))) +("landis" nil (((l ae n) 1) ((d ih s) 0))) +("landlady" nil (((l ae n d) 1) ((l ey) 1) ((d iy) 0))) +("landler" nil (((l ae n d) 1) ((l er) 0))) +("landless" nil (((l ae n d) 1) ((l ax s) 0))) +("landlocked" nil (((l ae n d) 1) ((l aa k t) 1))) +("landlord" nil (((l ae n d) 1) ((l ao r d) 1))) +("landlords" nil (((l ae n d) 1) ((l ao r d z) 1))) +("landman" nil (((l ae n d) 1) ((m ax n) 0))) +("landmark" nil (((l ae n d) 1) ((m aa r k) 1))) +("landmarks" nil (((l ae n d) 1) ((m aa r k s) 1))) +("landmass" nil (((l ae n d) 1) ((m ae s) 1))) +("landmesser" nil (((l ae n d) 1) ((m eh) 1) ((s er) 0))) +("lando" nil (((l ae n) 1) ((d ow) 0))) +("landolfi" nil (((l aa n) 0) ((d ow l) 1) ((f iy) 0))) +("landolt" nil (((l ae n) 1) ((d ow l t) 1))) +("landon" nil (((l ae n) 1) ((d ax n) 0))) +("landor" nil (((l ae n) 1) ((d er) 0))) +("landover" nil (((l ae n) 1) ((d ow) 1) ((v er) 0))) +("landow" nil (((l ae n) 1) ((d ow) 0))) +("landowner" nil (((l ae n) 1) ((d ow) 1) ((n er) 0))) +("landowners" nil (((l ae n) 1) ((d ow) 1) ((n er z) 0))) +("landowski" nil (((l ax n) 0) ((d ao f) 1) ((s k iy) 0))) +("landreneau" nil (((l ae n) 1) ((d r ih) 0) ((n ow) 0))) +("landress" nil (((l ae n) 1) ((d r ih s) 0))) +("landreth" nil (((l ae n) 1) ((d r ih th) 0))) +("landrigan" nil (((l ae n) 1) ((d r ih) 0) ((g ax n) 0))) +("landrith" nil (((l ae n) 1) ((d r ih th) 0))) +("landrum" nil (((l ae n) 1) ((d r ax m) 0))) +("landrus" nil (((l ae n) 1) ((d r ax s) 0))) +("landry" nil (((l ae n) 1) ((d r iy) 0))) +("lands" nil (((l ae n d z) 1))) +("landsat" nil (((l ae n d) 1) ((s ae t) 1))) +("landsberg" nil (((l ae n d z) 1) ((b er g) 0))) +("landsberger" nil (((l ae n d z) 1) ((b er) 0) ((g er) 0))) +("landsbergis" nil (((l ae n d z) 1) ((b er) 0) ((g ax s) 0))) +("landscape" nil (((l ae n d) 1) ((s k ey p) 1))) +("landscaped" nil (((l ae n d) 1) ((s k ey p t) 1))) +("landscaper" nil (((l ae n d) 1) ((s k ey) 1) ((p er) 0))) +("landscapers" nil (((l ae n d) 1) ((s k ey) 1) ((p er z) 0))) +("landscapes" nil (((l ae n d) 1) ((s k ey p s) 1))) +("landscaping" nil (((l ae n d) 1) ((s k ey) 1) ((p ih ng) 0))) +("landslide" nil (((l ae n d) 1) ((s l ay d) 1))) +("landslides" nil (((l ae n d) 1) ((s l ay d z) 1))) +("landsman" nil (((l ae n d z) 1) ((m ax n) 0))) +("landstrom" nil (((l ae n d) 1) ((s t r ax m) 0))) +("landt" nil (((l ae n t) 1))) +("landward" nil (((l ae n) 1) ((d w er d) 0))) +("landwehr" nil (((l ae n) 1) ((d w ih r) 0))) +("landy" nil (((l ae n) 1) ((d iy) 0))) +("lane" nil (((l ey n) 1))) +("lanehart" nil (((l ey n) 1) ((hh aa r t) 1))) +("lanes" nil (((l ey n z) 1))) +("lanese" nil (((l aa) 0) ((n ey) 1) ((z iy) 0))) +("lanete" nil (((l ax) 0) ((n iy t) 1))) +("laneve" nil (((l ax) 0) ((n iy v) 1))) +("laney" nil (((l ey) 1) ((n iy) 0))) +("lanfear" nil (((l ae n) 1) ((f er) 0))) +("lanford" nil (((l ae n) 1) ((f er d) 0))) +("lang" nil (((l ae ng) 1))) +("langan" nil (((l ae ng) 1) ((g ax n) 0))) +("langbehn" nil (((l ae ng) 1) ((b ih n) 0))) +("langbein" nil (((l ae ng) 1) ((b ay n) 0))) +("langbo" nil (((l ae ng) 1) ((b ow) 0))) +("langdale" nil (((l ae ng) 1) ((d ey l) 1))) +("langdon" nil (((l ae ng) 1) ((d ax n) 0))) +("lange" nil (((l ae ng) 1))) +("langel" nil (((l ey ng) 1) ((g ax l) 0))) +("langeland" nil (((l ey ng) 1) ((g ih) 0) ((l ax n d) 0))) +("langelier" nil (((l ey n jh) 1) ((l iy) 0) ((er) 0))) +("langella" nil (((l ae n) 0) ((jh eh) 1) ((l er) 0))) +("langen" nil (((l ae ng) 1) ((ax n) 0))) +("langenbach" nil (((l ey ng) 1) ((g ih n) 0) ((b aa k) 0))) +("langenberg" nil (((l ae ng) 1) ((ax n) 0) ((b er g) 0))) +("langenderfer" nil (((l ey ng) 1) ((g ih n) 0) ((d er) 0) ((f er) 0))) +("langendorf" nil (((l ey ng) 1) ((g ih n) 0) ((d ao r f) 0))) +("langenfeld" nil (((l ey ng) 1) ((g ih n) 0) ((f eh l d) 0))) +("langer" nil (((l ae ng) 1) ((er) 0))) +("langerman" nil (((l ae ng) 1) ((er) 0) ((m ax n) 0))) +("langevin" nil (((l ey ng) 1) ((g ih) 0) ((v ih n) 0))) +("langfang" nil (((l aa ng) 1) ((f aa ng) 1))) +("langfeldt" nil (((l ae ng) 1) ((f eh l t) 0))) +("langfitt" nil (((l ae ng) 1) ((f ih t) 0))) +("langford" nil (((l ae ng) 1) ((f er d) 0))) +("langguth" nil (((l ae n) 1) ((g uw th) 0))) +("langham" nil (((l ae ng) 1) ((hh ae m) 0))) +("langhans" nil (((l ae ng) 1) ((hh ax n z) 0))) +("langhoff" nil (((l ae ng) 1) ((hh ao f) 0))) +("langhorne" nil (((l ae ng) 1) ((hh ao r n) 0))) +("langhorst" nil (((l ae ng) 1) ((hh ao r s t) 0))) +("langill" nil (((l ae ng) 1) ((g ax l) 0))) +("langille" nil (((l aa ng) 0) ((g iy) 1) ((l iy) 0))) +("langlais" nil (((l ax ng) 0) ((g l ey) 1))) +("langland" nil (((l ae ng) 1) ((l ax n d) 0))) +("langley" nil (((l ae ng) 1) ((l iy) 0))) +("langlinais" nil (((l ae ng) 1) ((g l ih) 0) ((n ey) 0))) +("langlois" nil (((l ax ng l) 0) ((w aa) 1))) +("langman" nil (((l ae ng) 1) ((m ax n) 0))) +("langner" nil (((l ae ng) 1) ((n er) 0))) +("lango" nil (((l aa ng) 1) ((g ow) 0))) +("langone" nil (((l aa ng) 0) ((g ow) 1) ((n iy) 0))) +("langowski" nil (((l ax ng) 0) ((g ao f) 1) ((s k iy) 0))) +("langrehr" nil (((l ae ng) 1) ((g r ih r) 0))) +("langridge" nil (((l ae ng) 1) ((g r ih jh) 0))) +("langsam" nil (((l ae ng) 1) ((s ax m) 0))) +("langsdorf" nil (((l ae ng z) 1) ((d ao r f) 0))) +("langseth" nil (((l ae ng) 1) ((s eh th) 0))) +("langsford" nil (((l ae ng z) 1) ((f er d) 0))) +("langstaff" nil (((l ae ng) 1) ((s t ae f) 0))) +("langston" nil (((l ae ng) 1) ((s t ax n) 0))) +("langton" nil (((l ae ng) 1) ((t ax n) 0))) +("language" nil (((l ae ng) 1) ((g w ax jh) 0))) +("languages" nil (((l ae ng) 1) ((g w ax) 0) ((jh ax z) 0))) +("languid" nil (((l ae ng) 1) ((g w ax d) 0))) +("languish" nil (((l ae ng) 1) ((g w ih sh) 0))) +("languished" nil (((l ae ng) 1) ((g w ih sh t) 0))) +("languishes" nil (((l ae ng) 1) ((g w ih) 0) ((sh ih z) 0))) +("languishing" nil (((l ae ng) 1) ((g w ih) 0) ((sh ih ng) 0))) +("languorous" n (((l ae ng) 1) ((ao) 0) ((r ax s) 0))) +("langwell" nil (((l ae ng) 1) ((g w eh l) 0))) +("langworth" nil (((l ae ng) 1) ((g w er th) 0))) +("langworthy" nil (((l ae ng) 1) ((w er) 0) ((dh iy) 0))) +("lanham" nil (((l ae) 1) ((n ax m) 0))) +("lani" nil (((l aa) 1) ((n iy) 0))) +("lanier" nil (((l ax) 0) ((n ih r) 1))) +("lanigan" nil (((l ae) 1) ((n ih) 0) ((g ax n) 0))) +("laning" nil (((l ey) 1) ((n ih ng) 0))) +("laningham" nil (((l ae) 1) ((n ih ng) 0) ((hh ae m) 1))) +("lanius" nil (((l ey) 1) ((n iy) 0) ((ih s) 0))) +("lank" nil (((l ae ng k) 1))) +("lanka" nil (((l ae ng) 1) ((k ax) 0))) +("lankan" nil (((l ae ng) 1) ((k ax n) 0))) +("lankans" nil (((l ae ng) 1) ((k ax n z) 0))) +("lankford" nil (((l ae ng k) 1) ((f er d) 0))) +("lanktree" nil (((l ae ng k) 1) ((t r iy) 1))) +("lanky" nil (((l ae ng) 1) ((k iy) 0))) +("lanlan" nil (((l aa n) 1) ((l aa n) 1))) +("lanman" nil (((l ae n) 1) ((m ax n) 0))) +("lann" nil (((l ae n) 1))) +("lanna" nil (((l ae) 1) ((n ax) 0))) +("lannan" nil (((l ae) 1) ((n ax n) 0))) +("lannen" nil (((l ae) 1) ((n ax n) 0))) +("lanners" nil (((l ae) 1) ((n er z) 0))) +("lanni" nil (((l ae) 1) ((n iy) 0))) +("lanning" nil (((l ae) 1) ((n ih ng) 0))) +("lannom" nil (((l ae) 1) ((n ax m) 0))) +("lannon" nil (((l ae) 1) ((n ax n) 0))) +("lanny" nil (((l ae) 1) ((n iy) 0))) +("lano" nil (((l aa) 1) ((n ow) 0))) +("lanolin" nil (((l ae) 1) ((n ax) 0) ((l ax n) 0))) +("lanoue" nil (((l ae) 1) ((n uw) 0) ((ey) 1))) +("lanouette" nil (((l ae) 1) ((n uw) 0) ((eh t) 0))) +("lanphear" nil (((l ae n) 1) ((f ih r) 1))) +("lanpher" nil (((l ae n) 1) ((f er) 0))) +("lanphere" nil (((l ae n) 1) ((f ih r) 1))) +("lanphier" nil (((l ae n) 1) ((f ih r) 0))) +("lansberry" nil (((l ae n z) 1) ((b eh) 1) ((r iy) 0))) +("lansbury" nil (((l ae n z) 1) ((b er) 1) ((iy) 0))) +("lansdale" nil (((l ae n z) 1) ((d ey l) 1))) +("lansdell" nil (((l ae n z) 1) ((d ax l) 0))) +("lansdown" nil (((l ae n z) 1) ((d aw n) 0))) +("lansdowne" nil (((l ae n s) 1) ((d aw n) 1))) +("lanser" nil (((l ae n) 1) ((s er) 0))) +("lansford" nil (((l ae n) 1) ((s f er d) 0))) +("lansing" nil (((l ae n) 1) ((s ih ng) 0))) +("lansky" nil (((l ae n) 1) ((s k iy) 0))) +("lanston" nil (((l ae n) 1) ((s t ax n) 0))) +("lant" nil (((l ae n t) 1))) +("lantana" nil (((l ae n) 0) ((t ae) 1) ((n ax) 0))) +("lanter" nil (((l ae n) 1) ((t er) 0))) +("lanterman" nil (((l ae n) 1) ((t er) 0) ((m ax n) 0))) +("lantern" nil (((l ae n) 1) ((t er n) 0))) +("lanterns" nil (((l ae n) 1) ((t er n z) 0))) +("lanthanum" nil (((l ae n) 1) ((th ax) 0) ((n ax m) 0))) +("lanthier" nil (((l ae n) 1) ((th iy) 0) ((er) 0))) +("lanting" nil (((l ae n) 1) ((t ih ng) 0))) +("lantis" nil (((l aa n) 1) ((t ih s) 0))) +("lantos" nil (((l ae n) 1) ((t ow s) 0))) +("lantrip" nil (((l ae n) 1) ((t r ih p) 0))) +("lantry" nil (((l ae n) 1) ((t r iy) 0))) +("lantz" nil (((l ae n t s) 1))) +("lantzy" nil (((l ae n t) 1) ((z iy) 0))) +("lanum" nil (((l ae) 1) ((n ax m) 0))) +("lanvin" nil (((l ae n) 1) ((v ih n) 0))) +("lanyi" nil (((l aa) 1) ((n y iy) 0))) +("lanyon" nil (((l ae) 1) ((n y ax n) 0))) +("lanz" nil (((l ae n z) 1))) +("lanza" nil (((l ae n) 1) ((z ax) 0))) +("lanzelotti" nil (((l ae n) 1) ((z ax) 0) ((l aa) 1) ((t iy) 0))) +("lanzer" nil (((l ae n) 1) ((z er) 0))) +("lanzet" nil (((l ae n) 1) ((z ax t) 0))) +("lanzhou" nil (((l aa n) 1) ((jh ow) 1))) +("lanzi" nil (((l ae n) 1) ((z iy) 0))) +("lanzillo" nil (((l ae n) 1) ((z ih) 1) ((l ow) 0))) +("lanzo" nil (((l ae n) 1) ((z ow) 0))) +("lao" nil (((l aw) 1))) +("laos" nil (((l aa) 1) ((ow s) 0))) +("laoshan" nil (((l aw) 1) ((sh aa n) 1))) +("laotian" nil (((l ey) 0) ((ow) 1) ((sh ax n) 0))) +("lap" nil (((l ae p) 1))) +("lapage" nil (((l aa) 1) ((p ih jh) 0))) +("lapaglia" nil (((l aa) 0) ((p aa) 1) ((g l iy) 0) ((ax) 0))) +("lapalme" nil (((l aa) 0) ((p aa l) 1) ((m iy) 0))) +("lapan" nil (((l ax) 0) ((p ae n) 1))) +("laparoscopic" nil (((l ae) 1) ((p er) 0) ((aa) 1) ((s k ax) 0) ((p ih k) 0))) +("lapdog" nil (((l ae p) 1) ((d ao g) 1))) +("lape" nil (((l ey p) 1))) +("lapel" nil (((l ax) 0) ((p eh l) 1))) +("lapels" n (((l ax) 0) ((p eh l z) 1))) +("lapenna" nil (((l aa) 0) ((p eh) 1) ((n ax) 0))) +("lapenta" nil (((l aa) 0) ((p eh n) 1) ((t ax) 0))) +("laperle" nil (((l ae) 1) ((p er) 0) ((ax l) 0))) +("lapeyrouse" nil (((l ae) 1) ((p ih) 0) ((r uw s) 0))) +("lapham" nil (((l ae) 1) ((f ax m) 0))) +("lapiana" nil (((l aa) 0) ((p iy) 0) ((ae) 1) ((n ax) 0))) +("lapidary" nil (((l ae) 1) ((p ax) 0) ((d eh) 1) ((r iy) 0))) +("lapides" nil (((l ax) 0) ((p ay d z) 1))) +("lapidus" nil (((l ae) 1) ((p ih) 0) ((d ih s) 0))) +("lapier" nil (((l ey) 1) ((p iy) 0) ((er) 0))) +("lapierre" nil (((l ae) 1) ((p iy) 0) ((eh r) 0))) +("lapin" nil (((l ae) 1) ((p ih n) 0))) +("lapine" nil (((l aa) 0) ((p iy) 1) ((n iy) 0))) +("lapinski" nil (((l ax) 0) ((p ih n) 1) ((s k iy) 0))) +("lapinsky" nil (((l ax) 0) ((p ih n) 1) ((s k iy) 0))) +("lapka" nil (((l aa p) 1) ((k ax) 0))) +("laplaca" nil (((l ax) 0) ((p l aa) 1) ((k ax) 0))) +("lapland" nil (((l ae) 1) ((p l ae n d) 1))) +("laplant" nil (((l ax) 0) ((p l ao n t) 1))) +("laplante" nil (((l ax) 0) ((p l aa n) 1) ((t iy) 0))) +("laplume" nil (((l ax) 0) ((p l uw m) 1))) +("lapoint" nil (((l ax) 0) ((p oy n t) 1))) +("lapointe" nil (((l ax) 0) ((p oy n t) 1))) +("lapolla" nil (((l ax) 0) ((p ow) 1) ((l ax) 0))) +("laporta" nil (((l ax) 0) ((p ao r) 1) ((t ax) 0))) +("laporte" nil (((l ax) 0) ((p ao r t) 1))) +("lapp" nil (((l ae p) 1))) +("lappe" nil (((l ae p) 1))) +("lapped" nil (((l ae p t) 1))) +("lappen" nil (((l ae) 1) ((p ax n) 0))) +("lappin" nil (((l ax) 0) ((p ae n) 1))) +("lapping" nil (((l ae) 1) ((p ih ng) 0))) +("lapps" nil (((l ae p s) 1))) +("laprade" nil (((l aa) 0) ((p r aa) 1) ((d iy) 0))) +("laprairie" nil (((l ax) 0) ((p r eh) 1) ((r iy) 0))) +("lapre" nil (((l ey) 1) ((p er) 0))) +("laprise" nil (((l aa) 1) ((p r ay z) 0))) +("laps" nil (((l ae p s) 1))) +("lapse" nil (((l ae p s) 1))) +("lapsed" nil (((l ae p s t) 1))) +("lapses" nil (((l ae p) 1) ((s ih z) 0))) +("lapsing" nil (((l ae p) 1) ((s ih ng) 0))) +("lapsley" nil (((l ae p) 1) ((s l iy) 0))) +("laptop" nil (((l ae p) 1) ((t aa p) 1))) +("laptops" nil (((l ae p) 1) ((t aa p s) 1))) +("lar" nil (((l aa r) 1))) +("lara" nil (((l aa) 1) ((r ax) 0))) +("larabee" nil (((l ae) 1) ((r ax) 0) ((b iy) 0))) +("laraia" nil (((l aa) 0) ((r aa) 1) ((y ax) 0))) +("laraine" nil (((l er) 0) ((ey n) 1))) +("laramee" nil (((l ae) 1) ((r ax) 0) ((m iy) 0))) +("laramie" nil (((l eh) 1) ((r ax) 0) ((m iy) 0))) +("laramore" nil (((l ae) 1) ((r ax) 0) ((m ao r) 1))) +("laraway" nil (((l ae) 1) ((r ax) 0) ((w ey) 1))) +("larcenous" nil (((l aa r) 1) ((s ax) 0) ((n ax s) 0))) +("larceny" nil (((l aa r) 1) ((s ax) 0) ((n iy) 0))) +("larch" nil (((l aa r ch) 1))) +("larche" nil (((l aa r) 1) ((ch iy) 0))) +("larchmont" nil (((l aa r ch) 1) ((m aa n t) 1))) +("larco" nil (((l aa r) 1) ((k ow) 1))) +("larcom" nil (((l aa r) 1) ((k aa m) 1))) +("lard" nil (((l aa r d) 1))) +("larded" nil (((l aa r) 1) ((d ih d) 0))) +("larder" nil (((l aa r) 1) ((d er) 0))) +("lardner" nil (((l aa r d) 1) ((n er) 0))) +("lare" nil (((l eh r) 1))) +("lareau" nil (((l er) 0) ((ow) 1))) +("laredo" nil (((l er) 0) ((ey) 1) ((d ow) 0))) +("lareina" nil (((l aa) 0) ((r ey) 0) ((iy) 1) ((n ax) 0))) +("larena" nil (((l aa) 0) ((r eh) 1) ((n ax) 0))) +("larew" nil (((l ae) 1) ((r uw) 0))) +("large" nil (((l aa r jh) 1))) +("largely" nil (((l aa r jh) 1) ((l iy) 0))) +("largen" nil (((l aa r) 1) ((g ax n) 0))) +("largent" nil (((l aa r) 1) ((jh ax n t) 0))) +("larger" nil (((l aa r) 1) ((jh er) 0))) +("largess" nil (((l aa r) 1) ((jh ax s) 0))) +("largesse" nil (((l aa r) 0) ((g eh s) 1))) +("largest" nil (((l aa r) 1) ((jh ax s t) 0))) +("largo" nil (((l aa r) 1) ((g ow) 0))) +("lariat" nil (((l eh) 1) ((r iy) 0) ((ax t) 0))) +("lariccia" nil (((l aa) 0) ((r iy) 1) ((ch ax) 0))) +("larijani" nil (((l eh) 1) ((r ih) 0) ((jh aa) 1) ((n iy) 0))) +("larimer" nil (((l ae) 1) ((r ih) 0) ((m er) 0))) +("larimore" nil (((l aa) 0) ((r iy) 1) ((m ao r) 0))) +("larina" nil (((l aa) 0) ((r iy) 1) ((n ax) 0))) +("larine" nil (((l aa) 0) ((r iy) 1) ((n iy) 0))) +("larios" nil (((l aa) 0) ((r iy) 1) ((ow z) 0))) +("lariscy" nil (((l er) 0) ((ih) 1) ((s k iy) 0))) +("larison" nil (((l ae) 1) ((r ih) 0) ((s ax n) 0))) +("larissa" nil (((l aa) 0) ((r iy) 1) ((s ax) 0))) +("larivee" nil (((l ae) 1) ((r ih) 0) ((v iy) 0))) +("lariviere" nil (((l ae) 1) ((r ih) 0) ((v iy) 0) ((eh r) 0))) +("larizza" nil (((l er) 0) ((ih) 1) ((z ax) 0))) +("lark" nil (((l aa r k) 1))) +("larke" nil (((l aa r k) 1))) +("larkey" nil (((l aa r) 1) ((k iy) 0))) +("larkin" nil (((l aa r) 1) ((k ih n) 0))) +("larkins" nil (((l aa r) 1) ((k ih n z) 0))) +("larks" nil (((l aa r k s) 1))) +("larkspur" nil (((l aa r k) 1) ((s p er) 1))) +("larmer" nil (((l aa r) 1) ((m er) 0))) +("larmon" nil (((l aa r) 1) ((m ax n) 0))) +("larmore" nil (((l aa r) 1) ((m ao r) 0))) +("larned" nil (((l aa r n d) 1))) +("larner" nil (((l aa r) 1) ((n er) 0))) +("larocca" nil (((l aa) 0) ((r ow) 1) ((k ax) 0))) +("larocco" nil (((l aa) 0) ((r ow) 1) ((k ow) 0))) +("laroche" nil (((l aa) 0) ((r ow sh) 1))) +("larochelle" nil (((l ae) 1) ((r ax) 0) ((sh ax l) 0))) +("larock" nil (((l ae) 1) ((r ax k) 0))) +("larocque" nil (((l er) 0) ((ow k) 1))) +("laroe" nil (((l ae) 1) ((r ow) 0))) +("laroque" nil (((l er) 0) ((ow k) 1))) +("larosa" nil (((l aa) 0) ((r ow) 1) ((s ax) 0))) +("larose" nil (((l aa) 0) ((r ow) 1) ((s iy) 0))) +("larosiere" nil (((l aa) 0) ((r ow s) 0) ((y eh r) 1))) +("larouche" nil (((l aa) 0) ((r uw sh) 1))) +("laroux" nil (((l er) 0) ((uw) 1))) +("larowe" nil (((l ae) 1) ((r aw) 0))) +("larrabee" nil (((l ae) 1) ((r ax) 0) ((b iy) 0))) +("larrance" nil (((l ae) 1) ((r ax n s) 0))) +("larrea" nil (((l ae) 1) ((r iy) 0) ((ax) 0))) +("larrick" nil (((l ae) 1) ((r ih k) 0))) +("larrimore" nil (((l aa) 0) ((r iy) 1) ((m ao r) 0))) +("larrison" nil (((l ae) 1) ((r ih) 0) ((s ax n) 0))) +("larrivee" nil (((l ae) 1) ((r ih) 0) ((v iy) 0))) +("larroquette" nil (((l aa) 1) ((r ow) 0) ((k eh t) 1))) +("larrow" nil (((l ae) 1) ((r ow) 0))) +("larry" nil (((l eh) 1) ((r iy) 0))) +("lars" nil (((l aa r z) 1))) +("larsen" nil (((l aa r) 1) ((s ax n) 0))) +("larsh" nil (((l aa r sh) 1))) +("larson" nil (((l aa r) 1) ((s ax n) 0))) +("larsson" nil (((l aa r) 1) ((s ax n) 0))) +("larue" nil (((l er) 0) ((uw) 1))) +("larussa" nil (((l aa) 0) ((r uw) 1) ((s ax) 0))) +("larusso" nil (((l aa) 0) ((r uw) 1) ((s ow) 0))) +("larva" nil (((l aa r) 1) ((v ax) 0))) +("larvae" nil (((l aa r) 1) ((v iy) 0))) +("larval" nil (((l aa r) 1) ((v ax l) 0))) +("lary" nil (((l eh) 1) ((r iy) 0))) +("laryngeal" nil (((l er) 0) ((ih n) 1) ((jh iy) 0) ((ax l) 0))) +("laryngitis" nil (((l eh) 1) ((r ax n) 0) ((jh ay) 1) ((t ax s) 0))) +("larynx" nil (((l eh) 1) ((r ih ng k s) 0))) +("larzelere" nil (((l er) 0) ((z eh) 1) ((l er) 0))) +("las" nil (((l aa s) 1))) +("lasa" nil (((l aa) 1) ((s aa) 1))) +("lasagna" nil (((l aa) 0) ((s aa) 1) ((n y ax) 0))) +("lasala" nil (((l aa) 0) ((s aa) 1) ((l ax) 0))) +("lasalle" nil (((l ax) 0) ((s ae l) 1))) +("lasater" nil (((l ae) 1) ((s ey) 0) ((t er) 0))) +("lasca" nil (((l aa) 1) ((s k ax) 0))) +("lascala" nil (((l aa) 0) ((s k aa) 1) ((l ax) 0))) +("lasch" nil (((l ae sh) 1))) +("lascivious" nil (((l ax) 0) ((s ih) 1) ((v iy) 0) ((ax s) 0))) +("lasco" nil (((l aa) 1) ((s k ow) 0))) +("lascola" nil (((l aa) 0) ((s k ow) 1) ((l ax) 0))) +("lase" nil (((l ey z) 1))) +("lasecki" nil (((l ax) 0) ((s eh t) 1) ((s k iy) 0))) +("lasek" nil (((l aa) 1) ((s eh k) 0))) +("laser" nil (((l ey) 1) ((z er) 0))) +("LaserOPS" nil (((l ey) 1) ((z er) 0) ((aa p s) 1))) +("lasers" nil (((l ey) 1) ((z er z) 0))) +("lasersonics" nil (((l aa) 0) ((s er) 0) ((s aa) 1) ((n ih k s) 0))) +("laseter" nil (((l ae) 1) ((s iy) 0) ((t er) 0))) +("lash" nil (((l ae sh) 1))) +("lashbrook" nil (((l ae sh) 1) ((b r uh k) 1))) +("lashed" nil (((l ae sh t) 1))) +("lasher" nil (((l ae) 1) ((sh er) 0))) +("lashes" nil (((l ae) 1) ((sh ih z) 0))) +("lashing" nil (((l ae) 1) ((sh ih ng) 0))) +("lashings" nil (((l ae) 1) ((sh ih ng z) 0))) +("lashlee" nil (((l ae) 1) ((sh l iy) 1))) +("lashley" nil (((l ae) 1) ((sh l iy) 0))) +("lashomb" nil (((l ae) 1) ((sh ax m) 0))) +("lashua" nil (((l ae) 1) ((sh uw) 0) ((ae) 0))) +("lashway" nil (((l ae) 1) ((sh w ey) 1))) +("lasiter" nil (((l ae) 1) ((s ay) 0) ((t er) 0))) +("lask" nil (((l ae s k) 1))) +("laska" nil (((l aa) 1) ((s k ax) 0))) +("laske" nil (((l ey s k) 1))) +("lasker" nil (((l ae) 1) ((s k er) 0))) +("laskey" nil (((l ae) 1) ((s k iy) 0))) +("laski" nil (((l aa) 1) ((s k iy) 0))) +("laskin" nil (((l ae) 1) ((s k ih n) 0))) +("lasko" nil (((l ae) 1) ((s k ow) 0))) +("laskowski" nil (((l ax) 0) ((s k ao f) 1) ((s k iy) 0))) +("lasky" nil (((l ae) 1) ((s k iy) 0))) +("lasley" nil (((l ae) 1) ((s l iy) 0))) +("laslo" nil (((l aa) 1) ((s l ow) 0))) +("lasmo" nil (((l ae) 1) ((s m ow) 0))) +("lasorda" nil (((l ax) 0) ((s ao r) 1) ((d ax) 0))) +("lasorsa" nil (((l aa) 0) ((s ao r) 1) ((s ax) 0))) +("lasota" nil (((l aa) 0) ((s ow) 1) ((t ax) 0))) +("laspina" nil (((l aa) 0) ((s p iy) 1) ((n ax) 0))) +("lass" nil (((l ae s) 1))) +("lasseigne" nil (((l ax) 0) ((s ey n y) 1))) +("lassen" nil (((l ae) 1) ((s ax n) 0))) +("lasser" nil (((l ae) 1) ((s er) 0))) +("lasseter" nil (((l ae) 1) ((s iy) 0) ((t er) 0))) +("lassetter" nil (((l ae) 1) ((s ih) 0) ((t er) 0))) +("lassie" nil (((l ae) 1) ((s iy) 0))) +("lassila" nil (((l aa) 0) ((s iy) 1) ((l ax) 0))) +("lassiter" nil (((l ae) 1) ((s ay) 0) ((t er) 0))) +("lassman" nil (((l ae) 1) ((s m ax n) 0))) +("lassner" nil (((l ae) 1) ((s n er) 0))) +("lasso" nil (((l ae) 1) ((s ow) 0))) +("lasswell" nil (((l ae) 1) ((s w eh l) 1))) +("last" nil (((l ae s t) 1))) +("lasted" nil (((l ae) 1) ((s t ax d) 0))) +("laster" nil (((l ae) 1) ((s t er) 0))) +("lastest" nil (((l ae) 1) ((s t ax s t) 0))) +("lasting" nil (((l ae) 1) ((s t ih ng) 0))) +("lastinger" nil (((l ae) 1) ((s t ih ng) 0) ((er) 0))) +("lastly" nil (((l ae s t) 1) ((l iy) 0))) +("lastra" nil (((l ae) 1) ((s t r ax) 0))) +("lastrapes" nil (((l aa) 0) ((s t r aa) 1) ((p eh s) 0))) +("lasts" nil (((l ae s t s) 1))) +("lasumma" nil (((l ax) 0) ((s uw) 1) ((m ax) 0))) +("lasure" nil (((l aa) 1) ((zh er) 0))) +("laswell" nil (((l ae) 1) ((s w eh l) 1))) +("laszlo" nil (((l ae) 1) ((z l ow) 0))) +("lat" nil (((l aa t) 1))) +("lata" nil (((l aa) 1) ((t ax) 0))) +("lataif" nil (((l aa) 0) ((t ey f) 1))) +("latanze" nil (((l ax) 0) ((t aa n) 1) ((z ey) 1))) +("latch" nil (((l ae ch) 1))) +("latchaw" nil (((l ae) 1) ((ch ao) 0))) +("latched" nil (((l ae ch t) 1))) +("latches" nil (((l ae) 1) ((ch ax z) 0))) +("latchford" nil (((l ae ch) 1) ((f er d) 0))) +("latching" nil (((l ae) 1) ((ch ih ng) 0))) +("latchkey" nil (((l ae ch) 1) ((k iy) 1))) +("late" nil (((l ey t) 1))) +("latecomers" nil (((l aa) 0) ((t eh) 1) ((k ax) 0) ((m er z) 0))) +("latella" nil (((l aa) 0) ((t eh) 1) ((l ax) 0))) +("lately" nil (((l ey t) 1) ((l iy) 0))) +("latency" nil (((l ey) 1) ((t ax n) 0) ((s iy) 0))) +("latendresse" nil (((l ae) 1) ((t ih n) 0) ((d r eh s) 0))) +("lateness" nil (((l ey t) 1) ((n ax s) 0))) +("latent" nil (((l ey) 1) ((t ax n t) 0))) +("later" nil (((l ey) 1) ((t er) 0))) +("lateral" nil (((l ae) 1) ((t er) 0) ((ax l) 0))) +("laterites" nil (((l ae) 1) ((t er) 0) ((ay t s) 1))) +("laterriere" nil (((l aa) 0) ((t eh r) 1) ((y eh r) 1))) +("laterza" nil (((l aa) 0) ((t eh r) 1) ((z ax) 0))) +("latest" nil (((l ey) 1) ((t ax s t) 0))) +("latex" nil (((l ey) 1) ((t eh k s) 1))) +("latexes" nil (((l ey) 1) ((t eh k) 0) ((s ax z) 0))) +("lath" nil (((l ae th) 1))) +("latham" nil (((l ae) 1) ((th ax m) 0))) +("lathan" nil (((l ae) 1) ((th ax n) 0))) +("lathe" nil (((l ey dh) 1))) +("lathem" nil (((l ae) 1) ((th ih m) 0))) +("lather" nil (((l ae) 1) ((dh er) 0))) +("lathers" nil (((l ae) 1) ((dh er z) 0))) +("lathes" nil (((l ey dh z) 1))) +("lathon" nil (((l ae) 1) ((th ax n) 0))) +("lathouris" nil (((l ax) 0) ((th uw) 1) ((r ih s) 0))) +("lathrop" nil (((l ae) 1) ((th r ax p) 0))) +("latigo" nil (((l ax) 0) ((t iy) 1) ((g ow) 0))) +("latimer" nil (((l ae) 1) ((t ax) 0) ((m er) 0))) +("latimore" nil (((l aa) 0) ((t iy) 1) ((m ao r) 0))) +("latin" nil (((l ae) 1) ((t ax n) 0))) +("latina" nil (((l aa) 0) ((t iy) 1) ((n ax) 0))) +("latinate" nil (((l ae) 1) ((t ax) 0) ((n ey t) 1))) +("latini" nil (((l aa) 0) ((t iy) 1) ((n iy) 0))) +("latino" nil (((l aa) 0) ((t iy) 1) ((n ow) 0))) +("latinos" nil (((l aa) 0) ((t iy) 1) ((n ow s) 0))) +("latins" nil (((l ae) 1) ((t ax n z) 0))) +("latiolais" nil (((l ae) 1) ((t iy) 0) ((ax) 0) ((l ey) 0))) +("latitude" nil (((l ae) 1) ((t ax) 0) ((t uw d) 1))) +("latitudes" nil (((l ae) 1) ((t ax) 0) ((t uw d z) 1))) +("latitudinal" nil (((l ae) 1) ((t ax) 0) ((t uw) 1) ((d ax) 0) ((n ax l) 0))) +("latka" nil (((l aa t) 1) ((k ax) 0))) +("latner" nil (((l ae t) 1) ((n er) 0))) +("lato" nil (((l aa) 1) ((t ow) 0))) +("laton" nil (((l ae) 1) ((t ax n) 0))) +("latona" nil (((l aa) 0) ((t ow) 1) ((n ax) 0))) +("latonia" nil (((l aa) 0) ((t ow) 1) ((n iy) 0) ((ax) 0))) +("latorre" nil (((l aa) 0) ((t ao) 1) ((r iy) 0))) +("latour" nil (((l ax) 0) ((t uh r) 1))) +("latourette" nil (((l ae) 1) ((t uh) 0) ((r eh t) 0))) +("latrobe" nil (((l aa) 0) ((t r ow b) 1))) +("lats" nil (((l aa t s) 1))) +("latsch" nil (((l ae ch) 1))) +("latshaw" nil (((l ae) 1) ((ch ao) 1))) +("latson" nil (((l ae t) 1) ((s ax n) 0))) +("latta" nil (((l ae) 1) ((t ax) 0))) +("lattanzi" nil (((l aa) 0) ((t aa n) 1) ((z iy) 0))) +("lattanzio" nil (((l aa) 0) ((t aa n) 1) ((z iy) 0) ((ow) 0))) +("latter" nil (((l ae) 1) ((t er) 0))) +("lattice" nil (((l ae) 1) ((t ax s) 0))) +("latticework" nil (((l ae) 1) ((t ax) 0) ((s w er k) 1))) +("lattimer" nil (((l ae) 1) ((t ax) 0) ((m er) 0))) +("lattimore" nil (((l aa) 0) ((t iy) 1) ((m ao r) 0))) +("lattin" nil (((l ae) 1) ((t ih n) 0))) +("lattner" nil (((l ae t) 1) ((n er) 0))) +("latty" nil (((l ae) 1) ((t iy) 0))) +("latulippe" nil (((l aa) 0) ((t uw) 0) ((l iy) 1) ((p iy) 0))) +("latvala" nil (((l aa t) 0) ((v aa) 1) ((l ax) 0))) +("latvia" nil (((l ae t) 1) ((v iy) 0) ((ax) 0))) +("latvian" nil (((l ae t) 1) ((v iy) 0) ((ax n) 0))) +("latvians" nil (((l ae t) 1) ((v iy) 0) ((ax n z) 0))) +("latz" nil (((l ae t s) 1))) +("lau" nil (((l aw) 1))) +("laub" nil (((l ao b) 1))) +("laubach" nil (((l aw) 1) ((b aa k) 1))) +("laubacher" nil (((l aw) 1) ((b aa) 1) ((k er) 0))) +("laube" nil (((l ao b) 1))) +("laubenstein" nil (((l aw) 1) ((b ax n) 0) ((s t ay n) 0))) +("laubenthal" nil (((l aw) 1) ((b ih n) 0) ((th ax l) 0))) +("lauber" nil (((l aw) 1) ((b er) 0))) +("laubhan" nil (((l aw b) 1) ((hh ax n) 0))) +("laubscher" nil (((l aw b) 1) ((sh er) 0))) +("lauck" nil (((l ao k) 1))) +("laud" nil (((l ao d) 1))) +("laudable" nil (((l ao) 1) ((d ax) 0) ((b ax l) 0))) +("laudanum" nil (((l ao) 1) ((d ax) 0) ((n ax m) 0))) +("laudatory" nil (((l ao) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0))) +("laude" nil (((l ao d) 1))) +("lauded" nil (((l ao) 1) ((d ih d) 0))) +("laudenslager" nil (((l aw) 1) ((d ih n) 0) ((s l ey) 0) ((g er) 0))) +("lauder" nil (((l ao) 1) ((d er) 0))) +("lauderback" nil (((l aw) 1) ((d er) 0) ((b ae k) 0))) +("lauderbaugh" nil (((l ao) 0) ((d er) 1) ((b ao) 0))) +("lauderdale" nil (((l ao) 1) ((d er) 0) ((d ey l) 1))) +("laudicina" nil (((l ao) 0) ((d iy) 0) ((ch iy) 1) ((n ax) 0))) +("lauding" nil (((l ao) 1) ((d ih ng) 0))) +("laudise" nil (((l ao) 1) ((d ay z) 1))) +("laudon" nil (((l ao) 1) ((d ax n) 0))) +("lauds" nil (((l ao d z) 1))) +("laue" nil (((l aw) 1) ((iy) 0))) +("lauer" nil (((l aw) 1) ((er) 0))) +("lauerman" nil (((l aw) 1) ((er) 0) ((m ax n) 0))) +("lauf" nil (((l ao f) 1))) +("laufenberg" nil (((l aw) 1) ((f ax n) 0) ((b er g) 0))) +("laufer" nil (((l ao) 1) ((f er) 0))) +("lauffer" nil (((l ao) 1) ((f er) 0))) +("laugh" nil (((l ae f) 1))) +("laughable" nil (((l ae) 1) ((f ax) 0) ((b ax l) 0))) +("laughed" nil (((l ae f t) 1))) +("laughery" nil (((l ae) 1) ((f er) 0) ((iy) 0))) +("laughing" nil (((l ae) 1) ((f ih ng) 0))) +("laughinghouse" nil (((l ae) 1) ((f ih ng) 0) ((hh aw s) 1))) +("laughingly" nil (((l ae) 1) ((f ih ng) 0) ((l iy) 0))) +("laughingstock" nil (((l ae) 1) ((f ih ng) 0) ((s t aa k) 1))) +("laughlin" nil (((l aa) 1) ((k l ih n) 0))) +("laughman" nil (((l ae f) 1) ((m ax n) 0))) +("laughner" nil (((l ae f) 1) ((n er) 0))) +("laughrey" nil (((l ae) 1) ((f r iy) 0))) +("laughridge" nil (((l ae) 1) ((f r ih jh) 1))) +("laughs" nil (((l ae f s) 1))) +("laughter" nil (((l ae f) 1) ((t er) 0))) +("laughton" nil (((l ao) 1) ((t ax n) 0))) +("lauinger" nil (((l aw) 1) ((ih ng) 0) ((er) 0))) +("lauman" nil (((l aw) 1) ((m ax n) 0))) +("laumann" nil (((l aw) 1) ((m ax n) 0))) +("laun" nil (((l ao n) 1))) +("launcelot" nil (((l ao n) 1) ((s ih) 0) ((l aa t) 1))) +("launch" nil (((l ao n ch) 1))) +("launched" nil (((l ao n ch t) 1))) +("launcher" nil (((l ao n) 1) ((ch er) 0))) +("launchers" nil (((l ao n) 1) ((ch er z) 0))) +("launches" nil (((l ao n) 1) ((ch ax z) 0))) +("launching" nil (((l ao n) 1) ((ch ih ng) 0))) +("launchings" nil (((l ao n) 1) ((ch ih ng z) 0))) +("launder" nil (((l ao n) 1) ((d er) 0))) +("laundered" nil (((l ao n) 1) ((d er d) 0))) +("launderer" nil (((l ao n) 1) ((d er) 0) ((er) 0))) +("launderers" nil (((l ao n) 1) ((d er) 0) ((er z) 0))) +("laundering" nil (((l ao n) 1) ((d er) 0) ((ih ng) 0))) +("laundries" nil (((l ao n) 1) ((d r iy z) 0))) +("laundromat" nil (((l ao n) 1) ((d r ax) 0) ((m ae t) 1))) +("laundry" nil (((l ao n) 1) ((d r iy) 0))) +("launer" nil (((l ao) 1) ((n er) 0))) +("launius" nil (((l aw) 1) ((n iy) 0) ((ih s) 0))) +("lauper" nil (((l aw) 1) ((p er) 0))) +("laur" nil (((l ao r) 1))) +("laura" nil (((l ao) 1) ((r ax) 0))) +("laurance" nil (((l ao) 1) ((r ax n s) 0))) +("laurdan" nil (((l ao r) 1) ((d ax n) 0))) +("laure" nil (((l ao r) 1))) +("laureano" nil (((l ao) 0) ((r iy) 1) ((n ow) 0))) +("laureate" nil (((l ao) 1) ((r iy) 0) ((ax t) 0))) +("laureates" nil (((l ao) 1) ((r iy) 0) ((ax t s) 0))) +("laureen" nil (((l ao) 0) ((r iy n) 1))) +("laurel" nil (((l ao) 1) ((r ax l) 0))) +("laurels" nil (((l ao) 1) ((r ax l z) 0))) +("lauren" nil (((l ao) 1) ((r ax n) 0))) +("laurena" nil (((l ao) 0) ((r eh) 1) ((n ax) 0))) +("laurence" nil (((l ao) 1) ((r ax n s) 0))) +("laurene" nil (((l ao) 0) ((r iy n) 1))) +("laurens" nil (((l ao) 1) ((r ax n z) 0))) +("laurent" nil (((l ao) 1) ((r ax n t) 0))) +("laurentian" nil (((l ao) 0) ((r eh n) 1) ((sh ax n) 0))) +("laurentiis" nil (((l ao) 1) ((r ax n) 0) ((t iy z) 1))) +("laurenz" nil (((l aw) 1) ((r ey n z) 0))) +("lauretarian" nil (((l ao) 1) ((r ih) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("lauretta" nil (((l er) 0) ((eh) 1) ((t ax) 0))) +("laurette" nil (((l ao) 0) ((r eh t) 1))) +("lauria" nil (((l ao) 1) ((r iy) 0) ((ax) 0))) +("lauriats" nil (((l aa) 1) ((r iy) 0) ((ih t s) 0))) +("laurice" nil (((l ao) 1) ((r ih s) 0))) +("lauricella" nil (((l ao) 1) ((r ih) 0) ((s eh) 1) ((l ax) 0))) +("laurich" nil (((l aw) 1) ((r ih k) 0))) +("lauridsen" nil (((l ao) 0) ((r ih d) 1) ((s ax n) 0))) +("laurie" nil (((l ao) 1) ((r iy) 0))) +("laurin" nil (((l ao) 1) ((r ih n) 0))) +("laurino" nil (((l ao) 0) ((r iy) 1) ((n ow) 0))) +("lauritsen" nil (((l aw) 1) ((r ih t) 0) ((s ax n) 0))) +("lauritzen" nil (((l aw) 1) ((r ih t) 0) ((z ax n) 0))) +("lauro" nil (((l ao) 1) ((r ow) 0))) +("laursen" nil (((l aw r) 1) ((s ax n) 0))) +("laury" nil (((l ao) 1) ((r iy) 0))) +("lausanne" nil (((l ao) 1) ((s ae n) 1))) +("lausch" nil (((l aw sh) 1))) +("laut" nil (((l ao t) 1))) +("lauten" nil (((l aw) 1) ((t ax n) 0))) +("lautenbach" nil (((l aw) 1) ((t ax n) 0) ((b aa k) 0))) +("lautenberg" nil (((l aw) 1) ((t ax n) 0) ((b er g) 0))) +("lautenschlager" nil (((l aw) 1) ((t ih n) 0) ((sh l ey) 0) ((g er) 0))) +("lauter" nil (((l aw) 1) ((t er) 0))) +("lauterbach" nil (((l aw) 1) ((t er) 0) ((b aa k) 0))) +("lauth" nil (((l ao th) 1))) +("lautner" nil (((l aw t) 1) ((n er) 0))) +("lautzenheiser" nil (((l aw t) 1) ((z ax n) 0) ((hh ay) 0) ((z er) 0))) +("lauver" nil (((l aw) 1) ((v er) 0))) +("laux" nil (((l ao k s) 1))) +("lauzon" nil (((l aw) 1) ((z ax n) 0))) +("lava" nil (((l aa) 1) ((v ax) 0))) +("laval" nil (((l ax) 0) ((v aa l) 1))) +("lavalle" nil (((l aa) 0) ((v aa) 1) ((l iy) 0))) +("lavallee" nil (((l ae) 1) ((v ax) 0) ((l iy) 0))) +("lavalley" nil (((l ae) 1) ((v ax) 0) ((l iy) 0))) +("lavan" nil (((l ey) 1) ((v ax n) 0))) +("lavarnway" nil (((l ax) 0) ((v aa r n) 1) ((w ey) 0))) +("lavatories" nil (((l ae) 1) ((v ax) 0) ((t ao) 1) ((r iy z) 0))) +("lavatory" nil (((l ae) 1) ((v ax) 0) ((t ao) 1) ((r iy) 0))) +("lave" nil (((l ey v) 1))) +("lavecchia" nil (((l aa) 0) ((v eh) 1) ((k iy) 0) ((ax) 0))) +("laveda" nil (((l aa) 0) ((v ey) 1) ((d ax) 0))) +("lavell" nil (((l aa) 0) ((v ey l) 1))) +("lavelle" nil (((l ax) 0) ((v eh l) 1))) +("lavely" nil (((l ey) 1) ((v l iy) 0))) +("laven" nil (((l ey) 1) ((v ax n) 0))) +("lavender" nil (((l ae) 1) ((v ax n) 0) ((d er) 0))) +("laventhol" nil (((l ey) 1) ((v ax n) 0) ((th aa l) 0))) +("laventure" nil (((l aa) 0) ((v eh n) 1) ((ch er) 0))) +("laver" nil (((l ey) 1) ((v er) 0))) +("laverdiere" nil (((l aa) 0) ((v er) 0) ((d ih) 1) ((r iy) 0))) +("laverdure" nil (((l aa) 0) ((v er) 0) ((d uh) 1) ((r iy) 0))) +("lavere" nil (((l aa) 0) ((v eh) 1) ((r ey) 0))) +("lavergne" nil (((l ax) 0) ((v er n y) 1))) +("laverne" nil (((l ax) 0) ((v er n) 1))) +("lavers" nil (((l ey) 1) ((v er z) 0))) +("laverty" nil (((l ae) 1) ((v er) 0) ((t iy) 0))) +("lavery" nil (((l ey) 1) ((v er) 0) ((iy) 0))) +("lavetta" nil (((l aa) 0) ((v eh) 1) ((t ax) 0))) +("lavette" nil (((l ax) 0) ((v eh t) 1))) +("lavey" nil (((l ey) 1) ((v iy) 0))) +("lavi" nil (((l ey) 1) ((v iy) 0))) +("lavie" nil (((l ax) 0) ((v iy) 1))) +("lavie" nil (((l ey) 1) ((v iy) 0))) +("lavigne" nil (((l ax) 0) ((v ih n y) 1))) +("lavin" nil (((l ae) 1) ((v ih n) 0))) +("lavina" nil (((l aa) 0) ((v iy) 1) ((n ax) 0))) +("lavinder" nil (((l ae) 1) ((v ih n) 0) ((d er) 0))) +("lavine" nil (((l aa) 0) ((v iy) 1) ((n iy) 0))) +("lavinia" nil (((l ax) 0) ((v ih) 1) ((n y ax) 0))) +("laviolette" nil (((l ae) 1) ((v iy) 0) ((ow) 0) ((l eh t) 1))) +("lavis" nil (((l ae) 1) ((v ih s) 0))) +("lavish" nil (((l ae) 1) ((v ih sh) 0))) +("lavished" nil (((l ae) 1) ((v ih sh t) 0))) +("lavishes" nil (((l ae) 1) ((v ih) 0) ((sh ax z) 0))) +("lavishing" nil (((l ae) 1) ((v ih) 0) ((sh ih ng) 0))) +("lavishly" nil (((l ae) 1) ((v ih) 0) ((sh l iy) 0))) +("lavoie" nil (((l ax v) 0) ((w aa) 1))) +("lavorgna" nil (((l ax) 0) ((v ao r) 1) ((n ax) 0))) +("lavoro" nil (((l ax) 0) ((v ao) 1) ((r ow) 0))) +("lavoy" nil (((l ax) 0) ((v oy) 1))) +("lavy" nil (((l ey) 1) ((v iy) 0))) +("law" nil (((l ao) 1))) +("lawall" nil (((l aw) 1) ((ax l) 0))) +("laware" nil (((l ax) 0) ((w eh r) 1))) +("lawbreakers" nil (((l ao) 1) ((b r ey) 1) ((k er z) 0))) +("lawbreaking" nil (((l ao) 1) ((b r ey) 1) ((k ih ng) 0))) +("lawes" nil (((l ao z) 1))) +("lawford" nil (((l ao) 1) ((f er d) 0))) +("lawful" nil (((l ao) 1) ((f ax l) 0))) +("lawfully" nil (((l ao) 1) ((f ax) 0) ((l iy) 0))) +("lawhead" nil (((l ao) 1) ((hh eh d) 1))) +("lawhon" nil (((l ao) 1) ((hh ax n) 0))) +("lawhorn" nil (((l ae) 1) ((w er n) 0))) +("lawhorne" nil (((l ae) 1) ((w er n) 0))) +("lawing" nil (((l ao) 1) ((ih ng) 0))) +("lawler" nil (((l ao) 1) ((l er) 0))) +("lawless" nil (((l ao) 1) ((l ax s) 0))) +("lawlessness" nil (((l ao) 1) ((l ax) 0) ((s n ax s) 0))) +("lawley" nil (((l ao) 1) ((l iy) 0))) +("lawlis" nil (((l ao) 1) ((l ih s) 0))) +("lawlor" nil (((l ao) 1) ((l er) 0))) +("lawmaker" nil (((l ao) 1) ((m ey) 1) ((k er) 0))) +("lawmakers" nil (((l ao) 1) ((m ey) 1) ((k er z) 0))) +("lawmaking" nil (((l ao) 1) ((m ey) 1) ((k ih ng) 0))) +("lawman" nil (((l ao) 1) ((m ax n) 0))) +("lawmen" nil (((l ao) 1) ((m eh n) 1))) +("lawn" nil (((l ao n) 1))) +("lawner" nil (((l ao) 1) ((n er) 0))) +("lawniczak" nil (((l aa v) 1) ((n ih) 0) ((ch ae k) 0))) +("lawnmower" nil (((l ao n) 1) ((m ow) 1) ((er) 0))) +("lawns" nil (((l ao n z) 1))) +("lawnsdale" nil (((l ao n z) 1) ((d ey l) 1))) +("lawplan" nil (((l ao) 1) ((p l ae n) 1))) +("lawrance" nil (((l ao) 1) ((r ax n s) 0))) +("lawrence" nil (((l ao) 1) ((r ax n s) 0))) +("lawrenceburg" nil (((l ao) 1) ((r ax n s) 0) ((b er g) 0))) +("lawrenceville" nil (((l ao) 1) ((r ax n) 0) ((s v ih l) 1))) +("lawrencium" nil (((l ao) 0) ((r eh n) 1) ((s iy) 0) ((ax m) 0))) +("lawrenz" nil (((l aa) 1) ((v r ih n z) 0))) +("lawrie" nil (((l ao) 1) ((r iy) 0))) +("lawry" nil (((l ao) 1) ((r iy) 0))) +("laws" nil (((l ao z) 1))) +("lawshe" nil (((l ao sh) 1))) +("lawson" nil (((l ao) 1) ((s ax n) 0))) +("lawsuit" nil (((l ao) 1) ((s uw t) 1))) +("lawsuits" nil (((l ao) 1) ((s uw t s) 1))) +("lawter" nil (((l ao) 1) ((t er) 0))) +("lawther" nil (((l ao) 1) ((dh er) 0))) +("lawton" nil (((l ao) 1) ((t ax n) 0))) +("lawver" nil (((l ao) 1) ((v er) 0))) +("lawyer" nil (((l ao) 1) ((y er) 0))) +("lawyering" nil (((l ao) 1) ((y er) 0) ((ih ng) 0))) +("lawyerly" nil (((l ao) 1) ((y er) 0) ((l iy) 0))) +("lawyers" nil (((l ao) 1) ((y er z) 0))) +("lax" nil (((l ae k s) 1))) +("laxalt" nil (((l ae k) 1) ((s aa l t) 0))) +("laxative" nil (((l ae k) 1) ((s ax) 0) ((t ih v) 0))) +("laxatives" nil (((l ae k) 1) ((s ax) 0) ((t ih v z) 0))) +("laxey" nil (((l ae k) 1) ((s iy) 0))) +("laxity" nil (((l ae k) 1) ((s ax) 0) ((t iy) 0))) +("laxson" nil (((l ae k) 1) ((s ax n) 0))) +("laxton" nil (((l ae k) 1) ((s t ax n) 0))) +("lay" nil (((l ey) 1))) +("layar" nil (((l aa) 1) ((y ax) 0))) +("layborne" nil (((l ey) 1) ((b ao r n) 1))) +("laycock" nil (((l ey) 1) ((k aa k) 1))) +("layden" nil (((l ey) 1) ((d ax n) 0))) +("laye" nil (((l ey) 1))) +("layer" nil (((l ey) 1) ((er) 0))) +("layered" nil (((l ey) 1) ((er d) 0))) +("layering" nil (((l ey) 1) ((er) 0) ((ih ng) 0))) +("layers" nil (((l ey) 1) ((er z) 0))) +("layfield" nil (((l ey) 1) ((f iy l d) 1))) +("laying" nil (((l ey) 1) ((ih ng) 0))) +("layland" nil (((l ey) 1) ((l ax n d) 0))) +("layman" nil (((l ey) 1) ((m ax n) 0))) +("laymen" nil (((l ey) 1) ((m ax n) 0))) +("laymon" nil (((l ey) 1) ((m ax n) 0))) +("layne" nil (((l ey n) 1))) +("layoff" nil (((l ey) 1) ((ao f) 1))) +("layoffs" nil (((l ey) 1) ((ao f s) 1))) +("layout" nil (((l ey) 1) ((aw t) 1))) +("layouts" nil (((l ey) 1) ((aw t s) 1))) +("layover" nil (((l ey) 1) ((ow) 1) ((v er) 0))) +("layovers" nil (((l ey) 1) ((ow) 1) ((v er z) 0))) +("lays" nil (((l ey z) 1))) +("layson" nil (((l ey) 1) ((z ax n) 0))) +("layton" nil (((l ey) 1) ((t ax n) 0))) +("lazar" nil (((l ey) 1) ((z er) 0))) +("lazard" nil (((l ax) 0) ((z aa r d) 1))) +("lazare" nil (((l aa) 0) ((z aa) 1) ((r ey) 0))) +("lazaro" nil (((l ax) 0) ((z aa) 1) ((r ow) 0))) +("lazaroff" nil (((l ae) 1) ((z er) 0) ((ao f) 0))) +("lazarski" nil (((l ax) 0) ((z aa r) 1) ((s k iy) 0))) +("lazarus" nil (((l ae) 1) ((z er) 0) ((ax s) 0))) +("lazarz" nil (((l aa) 1) ((z aa r z) 0))) +("lazcano" nil (((l aa z) 0) ((k aa) 1) ((n ow) 0))) +("lazear" nil (((l ax) 0) ((z ih r) 1))) +("lazenby" nil (((l ae) 1) ((z ih n) 0) ((b iy) 0))) +("lazer" nil (((l ey) 1) ((z er) 0))) +("lazier" nil (((l ey) 1) ((z iy) 0) ((er) 0))) +("laziest" nil (((l ey) 1) ((z iy) 0) ((ax s t) 0))) +("lazily" nil (((l ae) 1) ((z ax) 0) ((l iy) 0))) +("laziness" nil (((l ey) 1) ((z iy) 0) ((n ax s) 0))) +("lazo" nil (((l aa) 1) ((z ow) 0))) +("lazor" nil (((l aa) 0) ((z ao r) 1))) +("lazuli" nil (((l ax) 0) ((z uw) 1) ((l iy) 0))) +("lazulite" nil (((l ae) 1) ((z ax) 0) ((l ay t) 1))) +("lazur" nil (((l ae) 1) ((z er) 0))) +("lazy" nil (((l ey) 1) ((z iy) 0))) +("lazzara" nil (((l aa t) 0) ((s aa) 1) ((r ax) 0))) +("lazzari" nil (((l aa t) 0) ((s aa) 1) ((r iy) 0))) +("lazzarini" nil (((l aa t) 0) ((s aa) 0) ((r iy) 1) ((n iy) 0))) +("lazzaro" nil (((l aa t) 0) ((s aa) 1) ((r ow) 0))) +("lazzell" nil (((l ae) 1) ((z ax l) 0))) +("lcs" nil (((eh l) 1) ((s iy) 1) ((eh s) 1))) +("ldbrinkman" nil (((l ax d) 0) ((b r ih ng k) 1) ((m ax n) 0))) +("le" nil (((l ax) 0))) +("lea" nil (((l iy) 1))) +("leabo" nil (((l iy) 1) ((b ow) 0))) +("leach" nil (((l iy ch) 1))) +("leached" nil (((l iy ch t) 1))) +("leaches" nil (((l iy) 1) ((ch ih z) 0))) +("leaching" nil (((l iy) 1) ((ch ih ng) 0))) +("leachman" nil (((l iy ch) 1) ((m ax n) 0))) +("leacock" nil (((l iy) 1) ((k aa k) 1))) +("lead" n (((l eh d) 1))) +("lead" v (((l iy d) 1))) +("lead" v_p (((l eh d) 1))) +("leadbetter" nil (((l iy d) 1) ((b ih) 0) ((t er) 0))) +("leaded" nil (((l eh) 1) ((d ih d) 0))) +("leaden" nil (((l eh) 1) ((d ax n) 0))) +("leader" nil (((l iy) 1) ((d er) 0))) +("leaderless" nil (((l iy) 1) ((d er) 0) ((l ax s) 0))) +("leaders" nil (((l iy) 1) ((d er z) 0))) +("leadership" nil (((l iy) 1) ((d er) 0) ((sh ih p) 1))) +("leaderships" nil (((l iy) 1) ((d er) 0) ((sh ih p s) 1))) +("leading" nil (((l iy) 1) ((d ih ng) 0))) +("leadingham" nil (((l iy) 1) ((d ih ng) 0) ((hh ae m) 1))) +("leadoff" nil (((l iy) 1) ((d ao f) 1))) +("leads" nil (((l iy d z) 1))) +("leadville" nil (((l eh d) 1) ((v ih l) 1))) +("leadwork" nil (((l eh) 1) ((d w er k) 1))) +("leaf" nil (((l iy f) 1))) +("leafed" nil (((l iy f t) 1))) +("leafhoppers" nil (((l iy f) 1) ((hh aa) 1) ((p er z) 0))) +("leafing" nil (((l iy) 1) ((f ih ng) 0))) +("leafless" nil (((l iy) 1) ((f l ax s) 0))) +("leaflet" nil (((l iy) 1) ((f l ax t) 0))) +("leaflets" nil (((l iy) 1) ((f l ax t s) 0))) +("leaflike" nil (((l iy) 1) ((f l ay k) 1))) +("leafs" nil (((l iy f s) 1))) +("leafy" nil (((l iy) 1) ((f iy) 0))) +("league" nil (((l iy g) 1))) +("leaguer" nil (((l iy) 1) ((g er) 0))) +("leaguers" nil (((l iy) 1) ((g er z) 0))) +("leagues" nil (((l iy g z) 1))) +("leah" nil (((l iy) 1) ((ax) 0))) +("leahey" nil (((l ey) 1) ((hh iy) 0))) +("leahy" nil (((l ey) 1) ((hh iy) 0))) +("leak" nil (((l iy k) 1))) +("leakage" nil (((l iy) 1) ((k ax jh) 0))) +("leake" nil (((l iy k) 1))) +("leaked" nil (((l iy k t) 1))) +("leaker" nil (((l iy) 1) ((k er) 0))) +("leakers" nil (((l iy) 1) ((k er z) 0))) +("leakey" nil (((l iy) 1) ((k iy) 0))) +("leaking" nil (((l iy) 1) ((k ih ng) 0))) +("leaks" nil (((l iy k s) 1))) +("leaky" nil (((l iy) 1) ((k iy) 0))) +("leal" nil (((l iy l) 1))) +("leala" nil (((l iy) 1) ((l ax) 0))) +("lealia" nil (((l iy) 1) ((l iy) 0) ((ax) 0))) +("lealie" nil (((l iy) 1) ((l iy) 0))) +("leaman" nil (((l iy) 1) ((m ax n) 0))) +("leamer" nil (((l iy) 1) ((m er) 0))) +("leaming" nil (((l iy) 1) ((m ih ng) 0))) +("leamon" nil (((l iy) 1) ((m ax n) 0))) +("leamy" nil (((l iy) 1) ((m iy) 0))) +("lean" nil (((l iy n) 1))) +("leana" nil (((l iy) 1) ((n ax) 0))) +("leander" nil (((l iy) 0) ((ae n) 1) ((d er) 0))) +("leandro" nil (((l iy) 0) ((aa n) 1) ((d r ow) 0))) +("leaned" nil (((l iy n d) 1))) +("leaner" nil (((l iy) 1) ((n er) 0))) +("leaners" nil (((l iy) 1) ((n er z) 0))) +("leanest" nil (((l iy) 1) ((n ax s t) 0))) +("leaning" nil (((l iy) 1) ((n ih ng) 0))) +("leanings" nil (((l iy) 1) ((n ih ng z) 0))) +("leann" nil (((l iy) 0) ((ae n) 1))) +("leans" nil (((l iy n z) 1))) +("leap" nil (((l iy p) 1))) +("leaped" nil (((l eh p t) 1))) +("leapfrog" nil (((l iy p) 1) ((f r ao g) 1))) +("leapfrogged" nil (((l iy p) 1) ((f r ao g d) 1))) +("leapfrogging" nil (((l iy p) 1) ((f r ao) 1) ((g ih ng) 0))) +("leaphart" nil (((l iy p) 1) ((hh aa r t) 1))) +("leaping" nil (((l iy) 1) ((p ih ng) 0))) +("leapley" nil (((l iy) 1) ((p l iy) 0))) +("leaps" nil (((l iy p s) 1))) +("leapt" nil (((l eh p t) 1))) +("lear" nil (((l ih r) 1))) +("leard" nil (((l er d) 1))) +("learjet" nil (((l ih r) 1) ((jh eh t) 1))) +("learn" nil (((l er n) 1))) +("learned" nil (((l er n d) 1))) +("learner" nil (((l er) 1) ((n er) 0))) +("learners" nil (((l er) 1) ((n er z) 0))) +("learning" nil (((l er) 1) ((n ih ng) 0))) +("learns" nil (((l er n z) 1))) +("learonal" nil (((l iy) 1) ((r ax) 0) ((n ax l) 0))) +("leary" nil (((l ih) 1) ((r iy) 0))) +("leas" nil (((l iy z) 1))) +("leasable" nil (((l iy) 1) ((s ax) 0) ((b ax l) 0))) +("leasco" nil (((l iy) 1) ((s k ow) 0))) +("lease" nil (((l iy s) 1))) +("leaseback" nil (((l iy s) 1) ((b ae k) 1))) +("leasebacks" nil (((l iy s) 1) ((b ae k s) 1))) +("leased" nil (((l iy s t) 1))) +("leasehold" nil (((l iy s) 1) ((hh ow l d) 1))) +("leaser" nil (((l iy) 1) ((s er) 0))) +("leases" nil (((l iy) 1) ((s ih z) 0))) +("leaseway" nil (((l iy) 1) ((s w ey) 1))) +("leash" nil (((l iy sh) 1))) +("leashes" nil (((l iy) 1) ((sh ih z) 0))) +("leasing" nil (((l iy) 1) ((s ih ng) 0))) +("leask" nil (((l iy s k) 1))) +("leason" nil (((l iy) 1) ((s ax n) 0))) +("least" nil (((l iy s t) 1))) +("leasure" nil (((l eh) 1) ((zh er) 0))) +("leath" nil (((l iy th) 1))) +("leatham" nil (((l iy) 1) ((th ax m) 0))) +("leathem" nil (((l eh) 1) ((th ih m) 0))) +("leather" nil (((l eh) 1) ((dh er) 0))) +("leatherback" nil (((l eh) 1) ((dh er) 0) ((b ae k) 1))) +("leatherbacks" nil (((l eh) 1) ((dh er) 0) ((b ae k s) 1))) +("leatherberry" nil (((l eh) 1) ((dh er) 0) ((b eh) 1) ((r iy) 0))) +("leatherbury" nil (((l eh) 1) ((dh er) 0) ((b eh) 1) ((r iy) 0))) +("leatherman" nil (((l eh) 1) ((dh er) 0) ((m ax n) 0))) +("leathers" nil (((l eh) 1) ((dh er z) 0))) +("leatherwood" nil (((l eh) 1) ((dh er) 0) ((w uh d) 1))) +("leathery" nil (((l eh) 1) ((dh er) 0) ((iy) 0))) +("leaton" nil (((l iy) 1) ((t ax n) 0))) +("leatrice" nil (((l iy) 1) ((t r ih s) 0))) +("leave" nil (((l iy v) 1))) +("leavell" nil (((l iy) 1) ((v ax l) 0))) +("leavelle" nil (((l ax) 0) ((v eh l) 1))) +("leavened" nil (((l eh) 1) ((v ax n d) 0))) +("leavening" nil (((l eh) 1) ((v ax) 0) ((n ih ng) 0))) +("leavens" nil (((l eh) 1) ((v ax n z) 0))) +("leavenworth" nil (((l eh) 1) ((v ax n) 0) ((w er th) 1))) +("leaver" nil (((l iy) 1) ((v er) 0))) +("leaverton" nil (((l iy) 1) ((v er) 0) ((t ax n) 0))) +("leaves" nil (((l iy v z) 1))) +("leavey" nil (((l iy) 1) ((v iy) 0))) +("leaving" nil (((l iy) 1) ((v ih ng) 0))) +("leavings" nil (((l iy) 1) ((v ih ng z) 0))) +("leavins" nil (((l iy) 1) ((v ih n z) 0))) +("leavitt" nil (((l eh) 1) ((v ih t) 0))) +("leavy" nil (((l iy) 1) ((v iy) 0))) +("leazer" nil (((l iy) 1) ((z er) 0))) +("lebanese" nil (((l eh) 1) ((b ax) 0) ((n iy z) 1))) +("lebanon" nil (((l eh) 1) ((b ax) 0) ((n ax n) 0))) +("lebar" nil (((l eh) 1) ((b aa) 0))) +("lebaron" nil (((l ax) 0) ((b eh) 1) ((r ax n) 0))) +("lebarron" nil (((l ax) 0) ((b eh) 1) ((r ax n) 0))) +("lebeau" nil (((l ih) 0) ((b ow) 1))) +("lebeck" nil (((l iy) 1) ((b eh k) 0))) +("lebeda" nil (((l ey) 0) ((b ey) 1) ((d ax) 0))) +("lebegue" nil (((l eh) 1) ((b ih g) 0))) +("lebel" nil (((l eh) 1) ((b ax l) 0))) +("leben" nil (((l eh) 1) ((b ax n) 0))) +("lebenthal" nil (((l eh) 1) ((b ax n) 0) ((th ao l) 1))) +("leber" nil (((l iy) 1) ((b er) 0))) +("lebert" nil (((l eh) 1) ((b er t) 0))) +("leblanc" nil (((l ax) 0) ((b l ae ng k) 1))) +("leble" nil (((l eh) 1) ((b ax l) 0))) +("lebleu" nil (((l eh) 1) ((b l uw) 0))) +("leblond" nil (((l ih) 0) ((b l aa n d) 1))) +("lebo" nil (((l ey) 1) ((b ow) 0))) +("leboeuf" nil (((l ax) 0) ((b ah f) 1))) +("lebold" nil (((l eh) 1) ((b ow l d) 0))) +("lebon" nil (((l eh) 1) ((b ax n) 0))) +("lebouef" nil (((l ax) 0) ((b ah f) 1))) +("lebovitz" nil (((l eh) 1) ((b ax) 0) ((v ih t s) 0))) +("lebow" nil (((l ax) 0) ((b ow) 1))) +("lebowitz" nil (((l eh) 1) ((b ax) 0) ((w ih t s) 0))) +("lebrecht" nil (((l eh) 1) ((b r ih k t) 0))) +("lebreton" nil (((l eh) 1) ((b r ih) 0) ((t aa n) 0))) +("lebron" nil (((l eh) 1) ((b r ax n) 0))) +("lebrun" nil (((l eh) 1) ((b r ax n) 0))) +("lebsack" nil (((l eh b) 1) ((s ax k) 0))) +("lecates" nil (((l ih) 0) ((k ey t s) 1))) +("leccese" nil (((l eh) 0) ((ch ey) 1) ((z iy) 0))) +("lech" nil (((l eh k) 1))) +("lecher" nil (((l eh) 1) ((ch er) 0))) +("lecherous" nil (((l eh) 1) ((ch er) 0) ((ax s) 0))) +("lechler" nil (((l eh) 1) ((k l er) 0))) +("lechman" nil (((l eh k) 1) ((m ax n) 0))) +("lechmere" nil (((l eh k) 1) ((m ih r) 1))) +("lechner" nil (((l eh k) 1) ((n er) 0))) +("lechtenberg" nil (((l eh k) 1) ((t ax n) 0) ((b er g) 0))) +("lechters" nil (((l eh k) 1) ((t er z) 0))) +("lechuga" nil (((l eh) 1) ((ch uw) 0) ((g ax) 0))) +("lecithin" nil (((l eh) 1) ((s ax) 0) ((th ax n) 0))) +("leck" nil (((l eh k) 1))) +("leckey" nil (((l eh) 1) ((k iy) 0))) +("leckie" nil (((l eh) 1) ((k iy) 0))) +("leckrone" nil (((l eh) 1) ((k r ax n) 0))) +("leclair" nil (((l eh) 1) ((k l er) 0))) +("leclaire" nil (((l ih) 0) ((k l eh r) 1))) +("leclerc" nil (((l ax) 0) ((k l er k) 1))) +("leclercq" nil (((l eh) 1) ((k l er k) 0))) +("leclere" nil (((l eh) 1) ((k l er) 0))) +("lecli" nil (((l eh) 1) ((k l iy) 0))) +("lecocq" nil (((l eh) 1) ((k ax k) 0))) +("lecompte" nil (((l eh) 1) ((k ax m p t) 0))) +("lecomte" nil (((l ih) 0) ((k aa m t) 1))) +("leconte" nil (((l eh) 0) ((k ow n) 1) ((t iy) 0))) +("lecount" nil (((l ih) 0) ((k uw n t) 1))) +("lecrone" nil (((l eh) 0) ((k r ow) 1) ((n iy) 0))) +("lecroy" nil (((l eh) 1) ((k r oy) 0))) +("lectec" nil (((l eh k) 1) ((t eh k) 1))) +("lectern" nil (((l eh k) 1) ((t er n) 0))) +("lector" nil (((l eh k) 1) ((t er) 0))) +("lecture" nil (((l eh k) 1) ((ch er) 0))) +("lectured" nil (((l eh k) 1) ((ch er d) 0))) +("lecturer" nil (((l eh k) 1) ((ch er) 0) ((er) 0))) +("lecturers" nil (((l eh k) 1) ((ch er) 0) ((er z) 0))) +("lectures" nil (((l eh k) 1) ((ch er z) 0))) +("lecturing" nil (((l eh k) 1) ((ch er) 0) ((ih ng) 0))) +("lecun" nil (((l ax) 0) ((k uw n) 1))) +("lecuyer" nil (((l eh) 1) ((k ay) 0) ((er) 0))) +("lecy" nil (((l iy) 1) ((s iy) 0))) +("led" nil (((l eh d) 1))) +("leda" nil (((l iy) 1) ((d ax) 0))) +("leday" nil (((l iy) 1) ((d ey) 0))) +("ledbetter" nil (((l eh d) 1) ((b er) 0) ((t er) 0))) +("ledden" nil (((l eh) 1) ((d ax n) 0))) +("leddy" nil (((l eh) 1) ((d iy) 0))) +("ledeen" nil (((l ax) 0) ((d iy n) 1))) +("leder" nil (((l eh) 1) ((d er) 0))) +("lederer" nil (((l eh) 1) ((d er) 0) ((er) 0))) +("lederle" nil (((l eh) 1) ((d er) 0) ((l iy) 0))) +("lederman" nil (((l iy) 1) ((d er) 0) ((m ax n) 0))) +("ledesma" nil (((l eh) 0) ((d eh) 1) ((s m ax) 0))) +("ledet" nil (((l eh) 1) ((d ih t) 0))) +("ledezma" nil (((l ey) 0) ((d ey z) 1) ((m ax) 0))) +("ledford" nil (((l eh d) 1) ((f er d) 0))) +("ledge" nil (((l eh jh) 1))) +("ledger" nil (((l eh) 1) ((jh er) 0))) +("ledgers" nil (((l eh) 1) ((jh er z) 0))) +("ledgerwood" nil (((l eh) 1) ((jh er) 0) ((w uh d) 1))) +("ledges" nil (((l eh) 1) ((jh ih z) 0))) +("ledin" nil (((l eh) 1) ((d ih n) 0))) +("ledlow" nil (((l eh d) 1) ((l ow) 1))) +("ledo" nil (((l ey) 1) ((d ow) 0))) +("ledonne" nil (((l eh) 1) ((d ax n) 0))) +("ledoux" nil (((l ih) 0) ((d uw) 1))) +("ledvina" nil (((l eh d) 0) ((v iy) 1) ((n ax) 0))) +("ledwell" nil (((l eh) 1) ((d w eh l) 1))) +("ledwith" nil (((l eh) 1) ((d w ih th) 1))) +("ledyard" nil (((l eh) 1) ((d y er d) 0))) +("lee" nil (((l iy) 1))) +("leeb" nil (((l iy b) 1))) +("leece" nil (((l iy s) 1))) +("leech" nil (((l iy ch) 1))) +("leeches" nil (((l iy) 1) ((ch ih z) 0))) +("leeco" nil (((l iy) 1) ((k ow) 0))) +("leed" nil (((l iy d) 1))) +("leeder" nil (((l iy) 1) ((d er) 0))) +("leedham" nil (((l iy d) 1) ((hh ax m) 0))) +("leedom" nil (((l iy) 1) ((d ax m) 0))) +("leeds" nil (((l iy d z) 1))) +("leedy" nil (((l iy) 1) ((d iy) 0))) +("leek" nil (((l iy k) 1))) +("leeks" nil (((l iy k s) 1))) +("leeman" nil (((l iy) 1) ((m ax n) 0))) +("leeming" nil (((l iy) 1) ((m ih ng) 0))) +("leemon" nil (((l iy) 1) ((m ax n) 0))) +("leen" nil (((l iy n) 1))) +("leep" nil (((l iy p) 1))) +("leeper" nil (((l iy) 1) ((p er) 0))) +("leery" nil (((l ih) 1) ((r iy) 0))) +("lees" nil (((l iy z) 1))) +("leesburg" nil (((l iy z) 1) ((b er g) 0))) +("leese" nil (((l iy s) 1))) +("leeser" nil (((l iy) 1) ((s er) 0))) +("leeson" nil (((l iy) 1) ((s ax n) 0))) +("leet" nil (((l iy t) 1))) +("leetch" nil (((l iy ch) 1))) +("leete" nil (((l iy t) 1))) +("leeth" nil (((l iy th) 1))) +("leeuwen" nil (((l uw) 1) ((ax n) 0))) +("leever" nil (((l iy) 1) ((v er) 0))) +("leeward" nil (((l iy) 1) ((w er d) 0))) +("leeway" nil (((l iy) 1) ((w ey) 1))) +("lefauve" nil (((l ax) 0) ((f aa v) 1))) +("lefave" nil (((l ih) 0) ((f ey v) 1))) +("lefcourt" nil (((l eh f) 1) ((k ao r t) 1))) +("lefeber" nil (((l ax) 0) ((f ey) 1) ((b er) 0))) +("lefebre" nil (((l ax) 0) ((f ey) 1) ((b er) 0))) +("lefebure" nil (((l eh) 1) ((f ih) 0) ((b y uw r) 0))) +("lefebvre" nil (((l ax) 0) ((f ey) 1) ((b er) 0))) +("lefever" nil (((l ax) 0) ((f ey) 1) ((v er) 0))) +("lefevers" nil (((l ax) 0) ((f ey) 1) ((v er z) 0))) +("lefevre" nil (((l ax) 0) ((f ey) 1) ((v er) 0))) +("leff" nil (((l eh f) 1))) +("leffel" nil (((l eh) 1) ((f ax l) 0))) +("leffert" nil (((l eh) 1) ((f er t) 0))) +("lefferts" nil (((l eh) 1) ((f er t s) 0))) +("leffew" nil (((l eh) 1) ((f y uw) 0))) +("leffingwell" nil (((l eh) 1) ((f ih ng) 0) ((g w eh l) 0))) +("leffler" nil (((l eh) 1) ((f l er) 0))) +("lefkowitz" nil (((l eh f) 1) ((k ax) 0) ((w ih t s) 0))) +("lefler" nil (((l eh) 1) ((f l er) 0))) +("leflore" nil (((l eh) 1) ((f l er) 0))) +("lefort" nil (((l eh) 1) ((f er t) 0))) +("lefrak" nil (((l eh) 1) ((f r ae k) 0))) +("lefrancois" nil (((l eh) 1) ((f r ax n) 0) ((k w aa) 0))) +("lefrere" nil (((l ax) 0) ((f r eh r) 1))) +("left" nil (((l eh f t) 1))) +("lefties" nil (((l eh f) 1) ((t iy z) 0))) +("leftism" nil (((l eh f) 1) ((t ih) 1) ((z ax m) 0))) +("leftist" nil (((l eh f) 1) ((t ih s t) 0))) +("leftists" nil (((l eh f) 1) ((t ih s t s) 0))) +("lefton" nil (((l eh f) 1) ((t ax n) 0))) +("leftover" nil (((l eh f) 1) ((t ow) 1) ((v er) 0))) +("leftovers" nil (((l eh f) 1) ((t ow) 1) ((v er z) 0))) +("leftridge" nil (((l eh f) 1) ((t r ih jh) 1))) +("leftward" nil (((l eh f) 1) ((t w er d) 0))) +("leftwich" nil (((l eh f) 1) ((t w ih k) 0))) +("leftwing" nil (((l eh f) 1) ((t w ih ng) 1))) +("lefty" nil (((l eh f) 1) ((t iy) 0))) +("leg" nil (((l eh g) 1))) +("legacies" nil (((l eh) 1) ((g ax) 0) ((s iy z) 0))) +("legacy" nil (((l eh) 1) ((g ax) 0) ((s iy) 0))) +("legal" nil (((l iy) 1) ((g ax l) 0))) +("legalese" nil (((l eh) 1) ((g ax) 0) ((l iy s) 1))) +("legalism" nil (((l iy) 1) ((g ax) 0) ((l ih) 1) ((z ax m) 0))) +("legalistic" nil (((l eh) 1) ((g ax) 0) ((l ih) 1) ((s t ih k) 0))) +("legalities" nil (((l iy) 0) ((g ae) 1) ((l ih) 0) ((t iy z) 0))) +("legality" nil (((l iy) 0) ((g ae) 1) ((l ax) 0) ((t iy) 0))) +("legalization" nil (((l iy) 1) ((g ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("legalize" nil (((l iy) 1) ((g ax) 0) ((l ay z) 1))) +("legalized" nil (((l iy) 1) ((g ax) 0) ((l ay z d) 1))) +("legalizing" nil (((l iy) 1) ((g ax) 0) ((l ay) 1) ((z ih ng) 0))) +("legally" nil (((l iy) 1) ((g ax) 0) ((l iy) 0))) +("legals" nil (((l iy) 1) ((g ax l z) 0))) +("legan" nil (((l eh) 1) ((g ax n) 0))) +("legare" nil (((l eh) 0) ((g aa) 1) ((r iy) 0))) +("legaspi" nil (((l eh) 0) ((g aa) 1) ((s p iy) 0))) +("legate" nil (((l eh) 1) ((g ax t) 0))) +("legates" nil (((l eh) 1) ((g ax t s) 0))) +("legault" nil (((l ih) 0) ((g ow) 1))) +("lege" nil (((l iy jh) 1))) +("legend" nil (((l eh) 1) ((jh ax n d) 0))) +("legendary" nil (((l eh) 1) ((jh ax n) 0) ((d eh) 1) ((r iy) 0))) +("legendre" nil (((l eh) 1) ((g ih n) 0) ((d r ey) 0))) +("legends" nil (((l eh) 1) ((jh ax n d z) 0))) +("legent" nil (((l eh) 1) ((jh ax n t) 0))) +("leger" nil (((l eh) 1) ((jh er) 0))) +("legerdemain" nil (((l eh) 1) ((jh er) 0) ((d ax) 0) ((m ey n) 1))) +("legere" nil (((l eh) 1) ((g er) 0))) +("legette" nil (((l ih) 0) ((zh eh t) 1))) +("legg" nil (((l eh g) 1))) +("legge" nil (((l eh g) 1))) +("legged" nil (((l eh) 1) ((g ax d) 0))) +("leggett" nil (((l eh) 1) ((g ih t) 0))) +("leggette" nil (((l eh) 1) ((g eh t) 1))) +("leggings" nil (((l eh) 1) ((g ih ng z) 0))) +("leggio" nil (((l eh) 1) ((jh iy) 0) ((ow) 0))) +("leggitt" nil (((l eh) 1) ((g ih t) 0))) +("leggy" nil (((l eh) 1) ((g iy) 0))) +("leghorn" nil (((l eh g) 1) ((hh ao r n) 0))) +("leghorns" nil (((l eh g) 1) ((hh ao r n z) 0))) +("legibility" nil (((l eh) 1) ((jh ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("legible" nil (((l eh) 0) ((g ax) 0) ((b ax l) 0))) +("legion" nil (((l iy) 1) ((jh ax n) 0))) +("legionaries" nil (((l iy) 1) ((jh ax) 0) ((n eh) 1) ((r iy z) 0))) +("legions" nil (((l iy) 1) ((jh ax n z) 0))) +("legislate" nil (((l eh) 1) ((jh ih) 0) ((s l ey t) 1))) +("legislated" nil (((l eh) 1) ((jh ax) 0) ((s l ey) 1) ((t ax d) 0))) +("legislates" nil (((l eh) 1) ((jh ih) 0) ((s l ey t s) 1))) +("legislating" nil (((l eh) 1) ((jh ih) 0) ((s l ey) 1) ((t ih ng) 0))) +("legislation" nil (((l eh) 1) ((jh ax) 0) ((s l ey) 1) ((sh ax n) 0))) +("legislative" nil (((l eh) 1) ((jh ax) 0) ((s l ey) 1) ((t ih v) 0))) +("legislatively" nil (((l eh) 1) ((jh ih) 0) ((s l ey) 1) ((t ih) 0) ((v l iy) 0))) +("legislator" nil (((l eh) 1) ((jh ax) 0) ((s l ey) 1) ((t er) 0))) +("legislators" nil (((l eh) 1) ((jh ax) 0) ((s l ey) 1) ((t er z) 0))) +("legislature" nil (((l eh) 1) ((jh ax) 0) ((s l ey) 1) ((ch er) 0))) +("legislatures" nil (((l eh) 1) ((jh ih) 0) ((s l ey) 1) ((ch er z) 0))) +("legit" nil (((l eh) 1) ((jh ih t) 0))) +("legitimacy" nil (((l ax) 0) ((jh ih) 1) ((t ax) 0) ((m ax) 0) ((s iy) 0))) +("legitimate" nil (((l ax) 0) ((jh ih) 1) ((t ax) 0) ((m ax t) 0))) +("legitimately" nil (((l ax) 0) ((jh ih) 1) ((t ax) 0) ((m ax t) 0) ((l iy) 0))) +("legitimize" nil (((l ax) 0) ((jh ih) 1) ((t ax) 0) ((m ay z) 1))) +("legitimized" nil (((l ih) 0) ((jh ih) 1) ((t ax) 0) ((m ay z d) 1))) +("legitimizes" nil (((l ih) 0) ((jh ih) 1) ((t ax) 0) ((m ay) 1) ((z ih z) 0))) +("legitimizing" nil (((l ih) 0) ((jh ih) 1) ((t ax) 0) ((m ay) 1) ((z ih ng) 0))) +("legler" nil (((l eh) 1) ((g l er) 0))) +("legless" nil (((l eh) 1) ((g l ax s) 0))) +("legner" nil (((l eh g) 1) ((n er) 0))) +("lego" nil (((l eh) 1) ((g ow) 0))) +("legore" nil (((l eh) 1) ((g ao r) 1))) +("legrand" nil (((l eh) 1) ((g r ae n d) 0))) +("legrande" nil (((l eh) 1) ((g r ae n d) 0))) +("legree" nil (((l ih) 0) ((g r iy) 1))) +("legroom" nil (((l ax) 0) ((g r uw m) 1))) +("legros" nil (((l eh) 1) ((g r ow z) 0))) +("legs" nil (((l eh g z) 1))) +("legume" nil (((l eh) 1) ((g y uw m) 1))) +("legumes" nil (((l eh) 1) ((g y uw m z) 1))) +("legwork" nil (((l eh) 1) ((g w er k) 1))) +("leh" nil (((l eh) 1))) +("lehan" nil (((l iy) 1) ((hh ae n) 0))) +("lehane" nil (((l ax) 0) ((hh ey n) 1))) +("lehder" nil (((l eh) 1) ((d er) 0))) +("lehenbauer" nil (((l ey) 1) ((ax n) 0) ((b aw) 0) ((er) 0))) +("lehew" nil (((l ey) 1) ((hh y uw) 0))) +("lehigh" nil (((l iy) 1) ((hh ay) 1))) +("lehl" nil (((l eh l) 1))) +("lehman" nil (((l iy) 1) ((m ax n) 0))) +("lehmann" nil (((l ey) 1) ((m ax n) 0))) +("lehmer" nil (((l eh) 1) ((m er) 0))) +("lehmkuhl" nil (((l eh m) 1) ((k ax l) 0))) +("lehn" nil (((l eh n) 1))) +("lehne" nil (((l eh n) 1))) +("lehnen" nil (((l eh) 1) ((n ax n) 0))) +("lehner" nil (((l eh) 1) ((n er) 0))) +("lehnert" nil (((l eh) 1) ((n er t) 0))) +("lehnhoff" nil (((l eh n) 1) ((hh ao f) 0))) +("lehr" nil (((l eh r) 1))) +("lehrer" nil (((l eh) 1) ((r er) 0))) +("lehrke" nil (((l eh r k) 1))) +("lehrman" nil (((l eh r) 1) ((m ax n) 0))) +("lehrmann" nil (((l eh r) 1) ((m ax n) 0))) +("lehtinen" nil (((l eh) 1) ((t ih) 0) ((n ax n) 0))) +("lehtonen" nil (((l ih) 0) ((t aa) 1) ((n ax n) 0))) +("lei" nil (((l ey) 1))) +("leib" nil (((l iy b) 1))) +("leibel" nil (((l ay) 1) ((b ax l) 0))) +("leibensperger" nil (((l ay) 1) ((b ih n) 0) ((s p er) 0) ((g er) 0))) +("leiber" nil (((l iy) 1) ((b er) 0))) +("leibert" nil (((l ay) 1) ((b er t) 0))) +("leibfried" nil (((l ay b) 1) ((f er) 0) ((iy d) 0))) +("leibler" nil (((l iy) 1) ((b l er) 0))) +("leibman" nil (((l iy b) 1) ((m ax n) 0))) +("leibniz" nil (((l iy b) 1) ((n ih z) 0))) +("leibold" nil (((l ay) 1) ((b ow l d) 1))) +("leibovit" nil (((l iy) 1) ((b ax) 0) ((v ih t) 0))) +("leibovitz" nil (((l iy) 1) ((b ax) 0) ((v ih t s) 0))) +("leibowitz" nil (((l iy) 1) ((b ow) 0) ((ih t s) 0))) +("leibrand" nil (((l ay) 1) ((b r ae n d) 1))) +("leibrock" nil (((l ay) 1) ((b r ax k) 0))) +("leiby" nil (((l iy) 1) ((b iy) 0))) +("leicester" nil (((l eh) 1) ((s t er) 0))) +("leichliter" nil (((l ay) 1) ((k l iy) 0) ((t er) 0))) +("leichner" nil (((l ay k) 1) ((n er) 0))) +("leicht" nil (((l ay k t) 1))) +("leichter" nil (((l ay k) 1) ((t er) 0))) +("leichtman" nil (((l ay k t) 1) ((m ax n) 0))) +("leichty" nil (((l ay k) 1) ((t iy) 0))) +("leick" nil (((l iy k) 1))) +("leider" nil (((l ay) 1) ((d er) 0))) +("leiderman" nil (((l ay) 1) ((d er) 0) ((m ax n) 0))) +("leidig" nil (((l ay) 1) ((d ih g) 0))) +("leidner" nil (((l ay d) 1) ((n er) 0))) +("leidy" nil (((l iy) 1) ((d iy) 0))) +("leier" nil (((l ay) 1) ((er) 0))) +("leif" nil (((l iy f) 1))) +("leifer" nil (((l ay) 1) ((f er) 0))) +("leifeste" nil (((l ay) 1) ((f ih s t) 0))) +("leifheit" nil (((l ay f) 1) ((hh ay t) 0))) +("leigh" nil (((l iy) 1))) +("leight" nil (((l ey t) 1))) +("leighton" nil (((l ey) 1) ((t ax n) 0))) +("leighty" nil (((l ey) 1) ((t iy) 0))) +("leija" nil (((l iy) 1) ((y ax) 0))) +("leikam" nil (((l ay) 1) ((k ax m) 0))) +("leiken" nil (((l ay) 1) ((k ax n) 0))) +("leiker" nil (((l ay) 1) ((k er) 0))) +("leila" nil (((l iy) 1) ((l ax) 0))) +("leilani" nil (((l ax) 0) ((l aa) 1) ((n iy) 0))) +("leilei" nil (((l ey) 1) ((l ey) 1))) +("leilia" nil (((l iy) 1) ((l iy) 0) ((ax) 0))) +("leiman" nil (((l ay) 1) ((m ax n) 0))) +("leimbach" nil (((l ay m) 1) ((b aa k) 1))) +("leimer" nil (((l ay) 1) ((m er) 0))) +("lein" nil (((l iy n) 1))) +("leinart" nil (((l ay) 1) ((n aa r t) 0))) +("leinbach" nil (((l ay n) 1) ((b aa k) 1))) +("leinberger" nil (((l ay n) 1) ((b er) 0) ((g er) 0))) +("leindecker" nil (((l ay n) 1) ((d ih) 0) ((k er) 0))) +("leinen" nil (((l ay) 1) ((n ax n) 0))) +("leiner" nil (((l ay) 1) ((n er) 0))) +("leingang" nil (((l ay ng) 1) ((g ax ng) 0))) +("leininger" nil (((l ay) 1) ((n ih ng) 0) ((er) 0))) +("leino" nil (((l ey) 0) ((iy) 1) ((n ow) 0))) +("leinonen" nil (((l ay) 1) ((n ax) 0) ((n ax n) 0))) +("leins" nil (((l iy n z) 1))) +("leinsdorf" nil (((l ay n z) 1) ((d ao r f) 1))) +("leinweber" nil (((l ay n) 1) ((w ih) 0) ((b er) 0))) +("leiper" nil (((l iy) 1) ((p er) 0))) +("leiphart" nil (((l ay p) 1) ((hh aa r t) 0))) +("leipold" nil (((l ay) 1) ((p ow l d) 0))) +("leipzig" nil (((l ay p) 1) ((s ih g) 0))) +("leis" nil (((l ey z) 1))) +("leischner" nil (((l ay) 1) ((sh n er) 0))) +("leise" nil (((l iy s) 1))) +("leisenring" nil (((l ay) 1) ((s ih n) 0) ((r ih ng) 0))) +("leiser" nil (((l ay) 1) ((s er) 0))) +("leisey" nil (((l iy) 1) ((s iy) 0))) +("leishman" nil (((l iy) 1) ((sh m ax n) 0))) +("leising" nil (((l ay) 1) ((s ih ng) 0))) +("leisinger" nil (((l ay) 1) ((s ih n) 0) ((jh er) 0))) +("leisner" nil (((l ay) 1) ((s n er) 0))) +("leiss" nil (((l ay s) 1))) +("leist" nil (((l iy) 1) ((ih s t) 0))) +("leister" nil (((l iy) 1) ((s t er) 0))) +("leistikow" nil (((l ay) 0) ((s t ih) 1) ((k ow) 0))) +("leistner" nil (((l ay s t) 1) ((n er) 0))) +("leisure" nil (((l eh) 1) ((zh er) 0))) +("leisurely" nil (((l iy) 1) ((z er) 0) ((l iy) 0))) +("leisy" nil (((l iy) 1) ((s iy) 0))) +("leitch" nil (((l iy ch) 1))) +("leite" nil (((l iy t) 1))) +("leiter" nil (((l ay) 1) ((t er) 0))) +("leiterman" nil (((l ay) 1) ((t er) 0) ((m ax n) 0))) +("leith" nil (((l iy th) 1))) +("leitha" nil (((l iy) 1) ((dh ax) 0))) +("leithia" nil (((l iy) 1) ((dh iy) 0) ((ax) 0))) +("leitman" nil (((l ay t) 1) ((m ax n) 0))) +("leitmotif" nil (((l ay t) 1) ((m ow) 0) ((t iy f) 1))) +("leitner" nil (((l ay t) 1) ((n er) 0))) +("leitz" nil (((l iy t s) 1))) +("leitzel" nil (((l ay t) 1) ((z ax l) 0))) +("leitzke" nil (((l ay t z k) 1))) +("leiva" nil (((l iy) 1) ((v ax) 0))) +("leja" nil (((l ey) 1) ((y ax) 0))) +("lejeune" nil (((l eh) 1) ((y oy n) 0))) +("lek" nil (((l eh k) 1))) +("lekachman" nil (((l eh) 1) ((k aa k) 1) ((m ax n) 0))) +("lekas" nil (((l iy) 1) ((k ax z) 0))) +("lekberg" nil (((l eh k) 1) ((b er g) 0))) +("lela" nil (((l iy) 1) ((l ax) 0))) +("lelah" nil (((l eh) 1) ((l ax) 0))) +("leland" nil (((l iy) 1) ((l ax n d) 0))) +("lele" nil (((l ah) 0) ((l ah) 0))) +("leleux" nil (((l ih) 0) ((l ow) 1))) +("lelia" nil (((l iy) 1) ((l y ax) 0))) +("lellouche" nil (((l eh) 0) ((l uw sh) 1))) +("lem" nil (((l eh m) 1))) +("lema" nil (((l iy) 1) ((m ax) 0))) +("lemaire" nil (((l ax) 0) ((m eh r) 1))) +("lemaitre" nil (((l ih) 0) ((m ey) 1) ((t er) 0))) +("leman" nil (((l iy) 1) ((m ax n) 0))) +("lemans" nil (((l eh) 1) ((m ax n z) 0))) +("lemanski" nil (((l ih) 0) ((m ae n) 1) ((s k iy) 0))) +("lemar" nil (((l ih) 0) ((m aa r) 1))) +("lemarr" nil (((l eh) 1) ((m er) 0))) +("lemaster" nil (((l iy) 1) ((m ae) 0) ((s t er) 0))) +("lemasters" nil (((l ax) 0) ((m ae) 1) ((s t er z) 0))) +("lemay" nil (((l eh) 1) ((m ey) 0))) +("lembcke" nil (((l eh m b k) 1))) +("lemberg" nil (((l eh m) 1) ((b er g) 0))) +("lemberger" nil (((l eh m) 1) ((b er) 0) ((g er) 0))) +("lembke" nil (((l eh m b k) 1))) +("lembo" nil (((l eh m) 1) ((b ow) 0))) +("lemburg" nil (((l eh m) 1) ((b er g) 0))) +("lemcke" nil (((l eh m k) 1))) +("lemelin" nil (((l eh) 1) ((m ih) 0) ((l ih n) 0))) +("lemelle" nil (((l ih) 0) ((m eh l) 1))) +("lemen" nil (((l iy) 1) ((m eh n) 0))) +("lemercier" nil (((l ax) 0) ((m er) 1) ((s iy) 0) ((er) 0))) +("lemere" nil (((l eh) 1) ((m er) 0))) +("lemery" nil (((l eh) 1) ((m er) 0) ((iy) 0))) +("lemieux" nil (((l ax) 0) ((m y uw) 1))) +("leming" nil (((l iy) 1) ((m ih ng) 0))) +("lemire" nil (((l ey) 0) ((m ih) 1) ((r ey) 0))) +("lemke" nil (((l eh m) 1) ((k iy) 0))) +("lemler" nil (((l eh m) 1) ((l er) 0))) +("lemley" nil (((l eh m) 1) ((l iy) 0))) +("lemm" nil (((l eh m) 1))) +("lemma" nil (((l eh) 1) ((m ax) 0))) +("lemme" nil (((l eh) 1) ((m ax) 0))) +("lemmen" nil (((l eh) 1) ((m eh n) 0))) +("lemmer" nil (((l eh) 1) ((m er) 0))) +("lemmerman" nil (((l eh) 1) ((m er) 0) ((m ax n) 0))) +("lemmie" nil (((l eh) 1) ((m iy) 0))) +("lemming" nil (((l eh) 1) ((m ih ng) 0))) +("lemmings" nil (((l eh) 1) ((m ih ng z) 0))) +("lemmo" nil (((l eh) 1) ((m ow) 0))) +("lemmon" nil (((l eh) 1) ((m ax n) 0))) +("lemmond" nil (((l eh) 1) ((m ax n d) 0))) +("lemmons" nil (((l eh) 1) ((m ax n z) 0))) +("lemoine" nil (((l ih) 0) ((m oy n) 1))) +("lemon" nil (((l eh) 1) ((m ax n) 0))) +("lemonade" nil (((l eh) 1) ((m ax) 0) ((n ey d) 1))) +("lemond" nil (((l eh) 1) ((m ax n d) 0))) +("lemonds" nil (((l eh) 1) ((m ax n d z) 0))) +("Lemonick" b (((l eh) 0) ((m ah) 1) ((n ax k) 0))) +("lemons" nil (((l eh) 1) ((m ax n z) 0))) +("lemont" nil (((l ax) 0) ((m aa n t) 1))) +("lemos" nil (((l iy) 1) ((m ow z) 0))) +("lemp" nil (((l eh m p) 1))) +("lempert" nil (((l eh m) 1) ((p er t) 0))) +("lempke" nil (((l eh m p k) 1))) +("lemuela" nil (((l eh) 0) ((m uw) 1) ((l ax) 0))) +("lemurs" nil (((l iy) 1) ((m er z) 0))) +("lemus" nil (((l iy) 1) ((m ax s) 0))) +("len" nil (((l eh n) 1))) +("lena" nil (((l iy) 1) ((n ax) 0))) +("lenahan" nil (((l eh) 1) ((n ax) 0) ((hh ae n) 0))) +("lenard" nil (((l eh) 1) ((n er d) 0))) +("lenart" nil (((l eh) 1) ((n er t) 0))) +("lenarz" nil (((l ey) 1) ((n aa r z) 0))) +("lencioni" nil (((l eh n) 0) ((ch ow) 1) ((n iy) 0))) +("lend" nil (((l eh n d) 1))) +("lender" nil (((l eh n) 1) ((d er) 0))) +("lenderman" nil (((l eh n) 1) ((d er) 0) ((m ax n) 0))) +("lenders" nil (((l eh n) 1) ((d er z) 0))) +("lending" nil (((l eh n) 1) ((d ih ng) 0))) +("lendings" nil (((l eh n) 1) ((d ih ng z) 0))) +("lendl" nil (((l eh n) 1) ((d ax l) 0))) +("lends" nil (((l eh n d z) 1))) +("lene" nil (((l iy n) 1))) +("lenehan" nil (((l eh) 1) ((n ih) 0) ((hh ae n) 0))) +("leneta" nil (((l eh) 0) ((n eh) 1) ((t ax) 0))) +("lenexa" nil (((l eh) 0) ((n eh k) 1) ((s ax) 0))) +("leng" nil (((l eh ng) 1))) +("lengacher" nil (((l eh ng) 1) ((g ax) 0) ((k er) 0))) +("lengel" nil (((l eh ng) 1) ((g ax l) 0))) +("lenger" nil (((l eh ng) 1) ((er) 0))) +("lengle" nil (((l ih ng) 1) ((ax l) 0))) +("length" nil (((l eh ng k th) 1))) +("lengthen" nil (((l eh ng) 1) ((th ax n) 0))) +("lengthened" nil (((l eh ng) 1) ((th ax n d) 0))) +("lengthening" nil (((l eh ng) 1) ((th ax) 0) ((n ih ng) 0))) +("lengthens" nil (((l eh ng) 1) ((th ax n z) 0))) +("lengths" nil (((l eh ng k th s) 1))) +("lengthways" nil (((l eh ng) 1) ((th w ey z) 1))) +("lengthwise" nil (((l eh ng) 1) ((th w ay z) 1))) +("lengthy" nil (((l eh ng) 1) ((th iy) 0))) +("lengyel" nil (((l eh ng) 1) ((y eh l) 1))) +("lenhard" nil (((l eh) 1) ((n er d) 0))) +("lenhardt" nil (((l eh n) 1) ((hh aa r t) 1))) +("lenhart" nil (((l eh n) 1) ((hh aa r t) 1))) +("lenhoff" nil (((l eh n) 1) ((hh ao f) 1))) +("leniency" nil (((l iy) 1) ((n y ax n) 0) ((s iy) 0))) +("lenient" nil (((l iy) 1) ((n iy) 0) ((ax n t) 0))) +("leniently" nil (((l iy) 1) ((n y ax n t) 0) ((l iy) 0))) +("lenig" nil (((l eh) 1) ((n ih g) 0))) +("lenihan" nil (((l eh) 1) ((n ih) 0) ((hh ae n) 0))) +("lenin" nil (((l eh) 1) ((n ax n) 0))) +("leningrad" nil (((l eh) 1) ((n ax n) 0) ((g r ae d) 1))) +("lenington" nil (((l eh) 1) ((n ih ng) 0) ((t ax n) 0))) +("leninism" nil (((l eh) 1) ((n ih) 0) ((n ih) 1) ((z ax m) 0))) +("leninist" nil (((l eh) 1) ((n ih) 0) ((n ih s t) 0))) +("lenis" nil (((l iy) 1) ((n ax s) 0))) +("lenita" nil (((l eh) 0) ((n iy) 1) ((t ax) 0))) +("lenius" nil (((l iy) 1) ((n iy) 0) ((ih s) 0))) +("lenk" nil (((l eh ng k) 1))) +("lenke" nil (((l eh ng k) 1))) +("lenker" nil (((l eh ng) 1) ((k er) 0))) +("lennane" nil (((l eh) 0) ((n ey n) 1))) +("lennar" nil (((l eh) 1) ((n er) 0))) +("lennard" nil (((l eh) 1) ((n er d) 0))) +("lennartz" nil (((l eh) 1) ((n aa r t s) 0))) +("lennie" nil (((l eh) 1) ((n iy) 0))) +("lennig" nil (((l eh) 1) ((n ih g) 0))) +("lenning" nil (((l eh) 1) ((n ih ng) 0))) +("lennon" nil (((l eh) 1) ((n ax n) 0))) +("lennox" nil (((l eh) 1) ((n ax k s) 0))) +("lenny" nil (((l eh) 1) ((n iy) 0))) +("leno" nil (((l eh) 1) ((n ow) 0))) +("lenon" nil (((l eh) 1) ((n ax n) 0))) +("lenora" nil (((l eh) 1) ((n er) 0) ((ax) 0))) +("lenore" nil (((l ax) 0) ((n ao r) 1))) +("lenos" nil (((l iy) 1) ((n ow z) 0))) +("lenox" nil (((l eh) 1) ((n ax k s) 0))) +("lens" nil (((l eh n z) 1))) +("lenscrafters" nil (((l eh n z) 1) ((k r ae f) 1) ((t er z) 0))) +("lenses" nil (((l eh n) 1) ((z ax z) 0))) +("lensing" nil (((l eh n) 1) ((s ih ng) 0))) +("lent" nil (((l eh n t) 1))) +("lentil" nil (((l eh n) 1) ((t ax l) 0))) +("lentils" nil (((l eh n) 1) ((t ax l z) 0))) +("lentinan" nil (((l eh n) 1) ((t ih) 0) ((n ax n) 0))) +("lentine" nil (((l eh n) 0) ((t iy) 1) ((n iy) 0))) +("lentini" nil (((l eh n) 0) ((t iy) 1) ((n iy) 0))) +("lentner" nil (((l eh n t) 1) ((n er) 0))) +("lento" nil (((l eh n) 1) ((t ow) 0))) +("lenton" nil (((l eh n) 1) ((t ax n) 0))) +("lentor" nil (((l eh n) 1) ((t ao r) 0))) +("lents" nil (((l eh n t s) 1))) +("lentsch" nil (((l eh n ch) 1))) +("lentz" nil (((l eh n t s) 1))) +("lentzsch" nil (((l eh n t s) 1))) +("leny" nil (((l eh) 1) ((n iy) 0))) +("lenz" nil (((l eh n z) 1))) +("lenzen" nil (((l eh n) 1) ((z ax n) 0))) +("lenzi" nil (((l eh n) 1) ((z iy) 0))) +("lenzini" nil (((l eh n) 0) ((z iy) 1) ((n iy) 0))) +("lenzo" nil (((l eh n) 1) ((z ow) 0))) +("leo" nil (((l iy) 1) ((ow) 0))) +("leoda" nil (((l eh) 1) ((d ax) 0))) +("leoine" nil (((l ih) 0) ((oy n) 1))) +("leola" nil (((l eh) 1) ((l ax) 0))) +("leoma" nil (((l ih) 0) ((ow) 1) ((m ax) 0))) +("leominster" nil (((l iy) 1) ((ow) 0) ((m ih n) 1) ((s t er) 0))) +("leon" nil (((l iy) 1) ((aa n) 0))) +("leona" nil (((l iy) 1) ((ow) 0) ((n ax) 0))) +("leonara" nil (((l eh) 0) ((n aa) 1) ((r ax) 0))) +("leonard" nil (((l eh) 1) ((n er d) 0))) +("leonarda" nil (((l eh) 0) ((n aa r) 1) ((d ax) 0))) +("leonardi" nil (((l eh) 0) ((n aa r) 1) ((d iy) 0))) +("leonardis" nil (((l eh) 1) ((n aa r) 0) ((d ih s) 0))) +("leonardo" nil (((l iy) 1) ((ax) 0) ((n aa r) 1) ((d ow) 0))) +("leone" nil (((l iy) 0) ((ow n) 1))) +("leonel" nil (((l iy) 1) ((ow) 0) ((n ax l) 0))) +("leonelle" nil (((l eh) 0) ((n eh l) 1))) +("leonelli" nil (((l eh) 0) ((n eh) 1) ((l iy) 0))) +("leonerd" nil (((l iy) 1) ((ax) 0) ((n er d) 0))) +("leones" nil (((l iy) 0) ((ow n z) 1))) +("leonetti" nil (((l eh) 0) ((n eh) 1) ((t iy) 0))) +("leong" nil (((l eh ng) 1))) +("leonhard" nil (((l iy) 1) ((ax n) 0) ((hh aa r t) 0))) +("leonhardt" nil (((l eh n) 1) ((hh aa r t) 0))) +("leonhart" nil (((l eh n) 1) ((hh aa r t) 0))) +("leoni" nil (((l eh) 0) ((ow) 1) ((n iy) 0))) +("leonid" nil (((l iy) 1) ((ax) 0) ((n ih d) 0))) +("leonie" nil (((l eh) 1) ((n iy) 0))) +("leonora" nil (((l iy) 1) ((ax) 0) ((n ao) 1) ((r ax) 0))) +("leonore" nil (((l iy) 1) ((ax) 0) ((n ao r) 0))) +("leontine" nil (((l eh n) 0) ((t iy) 1) ((n iy) 0))) +("leontyne" nil (((l eh n) 1) ((t ay n) 0))) +("leopard" nil (((l eh) 1) ((p er d) 0))) +("leopards" nil (((l eh) 1) ((p er d z) 0))) +("leopold" nil (((l iy) 1) ((ax) 0) ((p ow l d) 1))) +("leopoldina" nil (((l eh) 0) ((p ow l) 0) ((d iy) 1) ((n ax) 0))) +("leopoldine" nil (((l eh) 0) ((p ow l) 0) ((d iy) 1) ((n iy) 0))) +("leopoldo" nil (((l iy) 1) ((ax) 0) ((p ow l) 1) ((d ow) 0))) +("leora" nil (((l eh) 1) ((r ax) 0))) +("leos" nil (((l iy) 1) ((ow z) 0))) +("leota" nil (((l eh) 1) ((t ax) 0))) +("leotard" nil (((l iy) 1) ((ax) 0) ((t aa r d) 1))) +("lep" nil (((l eh p) 1))) +("lepage" nil (((l eh) 1) ((p ih jh) 0))) +("lepak" nil (((l eh) 1) ((p ax k) 0))) +("lepard" nil (((l eh) 1) ((p er d) 0))) +("lepe" nil (((l iy p) 1))) +("leper" nil (((l eh) 1) ((p er) 0))) +("lepera" nil (((l eh) 0) ((p eh) 1) ((r ax) 0))) +("lepere" nil (((l ey) 0) ((p eh) 1) ((r ey) 0))) +("lepers" nil (((l eh) 1) ((p er z) 0))) +("lepine" nil (((l eh) 0) ((p iy) 1) ((n iy) 0))) +("lepisto" nil (((l eh) 0) ((p iy) 1) ((s t ow) 0))) +("lepkowski" nil (((l ih p) 0) ((k ao f) 1) ((s k iy) 0))) +("lepley" nil (((l eh) 1) ((p l iy) 0))) +("lepore" nil (((l eh) 0) ((p ao) 1) ((r iy) 0))) +("lepp" nil (((l eh p) 1))) +("leppanen" nil (((l eh) 1) ((p ax) 0) ((n ax n) 0))) +("leppard" nil (((l eh) 1) ((p er d) 0))) +("leppek" nil (((l eh) 1) ((p ih k) 0))) +("lepper" nil (((l eh) 1) ((p er) 0))) +("leppert" nil (((l eh) 1) ((p er t) 0))) +("leppla" nil (((l eh) 1) ((p l ax) 0))) +("leppo" nil (((l eh) 1) ((p ow) 0))) +("lepre" nil (((l eh) 1) ((p er) 0))) +("leprosy" nil (((l eh) 1) ((p r ax) 0) ((s iy) 0))) +("leptonic" nil (((l eh p) 0) ((t aa) 1) ((n ih k) 0))) +("lequire" nil (((l ey) 0) ((k w ih) 1) ((r ey) 0))) +("lerach" nil (((l eh) 1) ((r ax k) 0))) +("lerch" nil (((l er k) 1))) +("lerche" nil (((l er ch) 1))) +("lereah" nil (((l eh) 1) ((r ey) 1) ((ax) 0))) +("lerette" nil (((l er) 0) ((eh t) 1))) +("lerew" nil (((l eh) 1) ((r uw) 0))) +("lerma" nil (((l er) 1) ((m ax) 0))) +("lerman" nil (((l eh r) 1) ((m ax n) 0))) +("lerner" nil (((l er) 1) ((n er) 0))) +("leroux" nil (((l er) 0) ((uw) 1))) +("leroy" nil (((l iy) 1) ((r oy) 1))) +("lerro" nil (((l eh) 1) ((r ow) 0))) +("lersch" nil (((l er sh) 1))) +("lerum" nil (((l eh) 1) ((r ax m) 0))) +("les" nil (((l eh s) 1))) +("lesa" nil (((l iy) 1) ((s ax) 0))) +("lesabre" nil (((l ax) 0) ((s ey) 1) ((b er) 0))) +("lesabres" nil (((l eh) 1) ((s ax) 0) ((b r ax s) 0))) +("lesage" nil (((l eh) 1) ((s ih jh) 0))) +("lesane" nil (((l ey) 0) ((s aa) 1) ((n ey) 0))) +("lesbian" nil (((l eh z) 1) ((b iy) 0) ((ax n) 0))) +("lesbians" nil (((l eh z) 1) ((b iy) 0) ((ax n z) 0))) +("lescaze" nil (((l ax) 0) ((s k ey z) 1))) +("lesch" nil (((l eh sh) 1))) +("leschly" nil (((l eh) 1) ((sh l iy) 0))) +("leser" nil (((l eh) 1) ((s er) 0))) +("lesesne" nil (((l eh) 1) ((s ih n) 0))) +("lesh" nil (((l eh sh) 1))) +("leshan" nil (((l ah) 0) ((sh aa n) 1))) +("lesharo" nil (((l eh) 0) ((sh aa) 1) ((r ow) 0))) +("lesher" nil (((l eh) 1) ((sh er) 0))) +("lesiak" nil (((l eh) 1) ((s iy) 0) ((ae k) 0))) +("lesieur" nil (((l eh) 1) ((s iy) 0) ((er) 0))) +("lesinski" nil (((l ih) 0) ((s ih n) 1) ((s k iy) 0))) +("lesion" nil (((l iy) 1) ((zh ax n) 0))) +("lesions" nil (((l iy) 1) ((zh ax n z) 0))) +("leske" nil (((l eh s k) 1))) +("lesko" nil (((l eh) 1) ((s k ow) 0))) +("lesley" nil (((l eh) 1) ((s l iy) 0))) +("leslie" nil (((l eh) 1) ((s l iy) 0))) +("lesmeister" nil (((l eh) 1) ((s m ay) 1) ((s t er) 0))) +("lesner" nil (((l eh) 1) ((s n er) 0))) +("lesniak" nil (((l eh) 1) ((s n iy) 0) ((ae k) 0))) +("lesnick" nil (((l eh) 1) ((s n ih k) 0))) +("lesniewski" nil (((l eh) 0) ((s n eh f) 1) ((s k iy) 0))) +("lesotho" nil (((l eh) 0) ((s ow) 1) ((th ow) 0))) +("lesperance" nil (((l eh) 0) ((s p er) 0) ((aa n s) 1))) +("lespinasse" nil (((l eh) 1) ((s p ih) 0) ((n ae s) 0))) +("less" nil (((l eh s) 1))) +("lessard" nil (((l eh) 1) ((s er d) 0))) +("lessee" nil (((l eh) 0) ((s iy) 1))) +("lessees" nil (((l eh) 0) ((s iy z) 1))) +("lessen" nil (((l eh) 1) ((s ax n) 0))) +("lessened" nil (((l eh) 1) ((s ax n d) 0))) +("lessening" nil (((l eh) 1) ((s ax) 0) ((n ih ng) 0))) +("lessens" nil (((l eh) 1) ((s ax n z) 0))) +("lesser" nil (((l eh) 1) ((s er) 0))) +("lessig" nil (((l eh) 1) ((s ih g) 0))) +("lessin" nil (((l eh) 1) ((s ih n) 0))) +("lessing" nil (((l eh) 1) ((s ih ng) 0))) +("lessley" nil (((l eh) 1) ((s l iy) 0))) +("lessman" nil (((l eh) 1) ((s m ax n) 0))) +("lessner" nil (((l eh) 1) ((s n er) 0))) +("lesson" nil (((l eh) 1) ((s ax n) 0))) +("lessons" nil (((l eh) 1) ((s ax n z) 0))) +("lessor" nil (((l eh) 1) ((s er) 0))) +("lessors" nil (((l eh) 1) ((s er z) 0))) +("lest" nil (((l eh s t) 1))) +("lestat" nil (((l eh) 1) ((s t ae t) 1))) +("lester" nil (((l eh) 1) ((s t er) 0))) +("lestrange" nil (((l eh) 0) ((s t r ey n jh) 1))) +("lesuer" nil (((l eh) 0) ((s uw) 1) ((er) 0))) +("lesueur" nil (((l eh) 0) ((s uw) 1) ((er) 0))) +("lesure" nil (((l eh) 0) ((sh uh r) 1))) +("leszczynski" nil (((l eh) 0) ((sh ih n) 1) ((s k iy) 0))) +("leszek" nil (((l eh) 1) ((s eh k) 0))) +("let" nil (((l eh t) 1))) +("leta" nil (((l eh) 1) ((t ax) 0))) +("letarte" nil (((l eh) 1) ((t aa r t) 0))) +("letcher" nil (((l eh) 1) ((ch er) 0))) +("letchworth" nil (((l eh ch) 1) ((w er th) 0))) +("letdown" nil (((l eh t) 1) ((d aw n) 1))) +("letellier" nil (((l eh) 1) ((t ax) 0) ((l iy) 0) ((er) 0))) +("letendre" nil (((l ax) 0) ((t aa n) 1) ((d r ax) 0))) +("leth" nil (((l eh th) 1))) +("letha" nil (((l eh) 1) ((th ax) 0))) +("lethal" nil (((l iy) 1) ((th ax l) 0))) +("lethality" nil (((l iy) 0) ((th ae) 1) ((l ax) 0) ((t iy) 0))) +("lethargic" nil (((l ax) 0) ((th aa r) 1) ((jh ih k) 0))) +("lethargy" nil (((l eh) 1) ((th er) 0) ((jh iy) 0))) +("lethco" nil (((l eh th) 1) ((k ow) 0))) +("lethia" nil (((l eh) 1) ((th iy) 0) ((ax) 0))) +("leticia" nil (((l ax) 0) ((t ih) 1) ((sh ax) 0))) +("letitia" nil (((l ih) 0) ((t ih) 1) ((sh iy) 0) ((ax) 0))) +("letizia" nil (((l eh) 0) ((t iy) 1) ((z iy) 0) ((ax) 0))) +("letner" nil (((l eh t) 1) ((n er) 0))) +("leto" nil (((l iy) 1) ((t ow) 0))) +("letourneau" nil (((l eh) 1) ((t uh r) 0) ((n ow) 0))) +("lets" nil (((l eh t s) 1))) +("letsch" nil (((l eh ch) 1))) +("letsinger" nil (((l eh t) 1) ((s ih n) 0) ((jh er) 0))) +("letson" nil (((l eh t) 1) ((s ax n) 0))) +("lett" nil (((l eh t) 1))) +("lettau" nil (((l ih) 0) ((t ow) 1))) +("letter" nil (((l eh) 1) ((t er) 0))) +("lettered" nil (((l eh) 1) ((t er d) 0))) +("letterhead" nil (((l eh) 1) ((t er) 0) ((hh eh d) 1))) +("lettering" nil (((l eh) 1) ((t er) 0) ((ih ng) 0))) +("letterman" nil (((l eh) 1) ((t er) 0) ((m ax n) 0))) +("letterpress" nil (((l eh) 1) ((t er) 0) ((p r eh s) 1))) +("letters" nil (((l eh) 1) ((t er z) 0))) +("lettice" nil (((l eh) 1) ((t ih s) 0))) +("lettie" nil (((l eh) 1) ((t iy) 0))) +("lettiere" nil (((l eh) 1) ((t iy) 0) ((eh r) 0))) +("lettieri" nil (((l eh) 0) ((t ih) 1) ((r iy) 0))) +("letting" nil (((l eh) 1) ((t ih ng) 0))) +("lettish" nil (((l eh) 1) ((t ih sh) 0))) +("letts" nil (((l eh t s) 1))) +("lettuce" nil (((l eh) 1) ((t ax s) 0))) +("letty" nil (((l eh) 1) ((t iy) 0))) +("letup" nil (((l eh) 1) ((t ah p) 1))) +("letz" nil (((l eh t s) 1))) +("leu" nil (((l uw) 1))) +("leubert" nil (((l uw) 1) ((b er t) 0))) +("leucadia" nil (((l uw) 0) ((k ey) 1) ((d iy) 0) ((ax) 0))) +("leuck" nil (((l uw k) 1))) +("leuenberger" nil (((l uw) 1) ((ax n) 0) ((b er) 0) ((g er) 0))) +("leuffer" nil (((l uw) 1) ((f er) 0))) +("leugers" nil (((l oy) 1) ((g er z) 0))) +("leukemia" nil (((l uw) 0) ((k iy) 1) ((m iy) 0) ((ax) 0))) +("leukocyte" nil (((l uw) 1) ((k ax) 0) ((s ay t) 1))) +("leumi" nil (((l uw) 1) ((m iy) 0))) +("leung" nil (((l uw ng) 1))) +("leupold" nil (((l oy) 1) ((p ow l d) 0))) +("leuschner" nil (((l oy) 1) ((sh n er) 0))) +("leuthold" nil (((l oy) 1) ((th ow l d) 0))) +("leutwiler" nil (((l uw) 1) ((t w ay) 1) ((l er) 0))) +("leuzzi" nil (((l uw) 1) ((z iy) 0))) +("lev" nil (((l eh v) 1))) +("leva" nil (((l eh) 1) ((v ax) 0))) +("leval" nil (((l ax) 0) ((v aa l) 1))) +("levalley" nil (((l eh) 1) ((v ax) 0) ((l iy) 0))) +("levamisole" nil (((l ax) 0) ((v ae) 1) ((m ih) 0) ((s ow l) 1))) +("levan" nil (((l eh) 1) ((v ax n) 0))) +("levana" nil (((l ih) 0) ((v ae) 1) ((n ax) 0))) +("levander" nil (((l eh) 1) ((v ax n) 0) ((d er) 0))) +("levandoski" nil (((l ih) 0) ((v ax n) 0) ((d aw) 1) ((s k iy) 0))) +("levandowski" nil (((l ih) 0) ((v ax n) 0) ((d ao f) 1) ((s k iy) 0))) +("levangie" nil (((l eh) 1) ((v ax ng) 0) ((iy) 0))) +("levant" nil (((l ax) 0) ((v ae n t) 1))) +("levario" nil (((l ey) 0) ((v aa) 1) ((r iy) 0) ((ow) 0))) +("levasseur" nil (((l eh) 1) ((v ax) 0) ((s er) 0))) +("levay" nil (((l eh) 1) ((v ey) 0))) +("levchenko" nil (((l eh v) 1) ((ch eh ng) 1) ((k ow) 0))) +("leve" nil (((l iy v) 1))) +("leveck" nil (((l eh) 1) ((v ih k) 0))) +("levee" nil (((l eh) 1) ((v iy) 0))) +("levees" nil (((l eh) 1) ((v iy z) 0))) +("leveille" nil (((l eh) 1) ((v ay l) 0))) +("level" nil (((l eh) 1) ((v ax l) 0))) +("leveled" nil (((l eh) 1) ((v ax l d) 0))) +("levelers" nil (((l eh) 1) ((v ax) 0) ((l er z) 0))) +("leveling" nil (((l eh) 1) ((v ax) 0) ((l ih ng) 0))) +("levell" nil (((l ey) 0) ((v ey l) 1))) +("levelled" nil (((l eh) 1) ((v ax l d) 0))) +("levels" nil (((l eh) 1) ((v ax l z) 0))) +("leven" nil (((l iy) 1) ((v ax n) 0))) +("levenberg" nil (((l iy) 1) ((v ax n) 0) ((b er g) 0))) +("levendusky" nil (((l ih) 0) ((v ih n) 0) ((d ah) 1) ((s k iy) 0))) +("levene" nil (((l eh) 1) ((v iy n) 0))) +("levengood" nil (((l eh) 1) ((v ih n) 0) ((g uh d) 0))) +("levenhagen" nil (((l eh) 1) ((v ih n) 0) ((hh ax) 0) ((g ax n) 0))) +("levens" nil (((l iy) 1) ((v ax n z) 0))) +("levenson" nil (((l eh) 1) ((v ih n) 0) ((s ax n) 0))) +("levenstein" nil (((l iy) 1) ((v ax n) 0) ((s t ay n) 0))) +("leventhal" nil (((l eh) 1) ((v ax n) 0) ((th ao l) 1))) +("leveque" nil (((l ax) 0) ((v iy k) 1))) +("lever" nil (((l eh) 1) ((v er) 0))) +("leverage" nil (((l eh) 1) ((v er) 0) ((ih jh) 0))) +("leveraged" nil (((l iy) 1) ((v er) 0) ((ih jh d) 0))) +("leveraging" nil (((l eh) 1) ((v r ih) 0) ((jh ih ng) 0))) +("leverenz" nil (((l eh) 1) ((v er) 0) ((ih n s) 0))) +("leverett" nil (((l eh) 1) ((v er) 0) ((eh t) 0))) +("leverette" nil (((l eh) 1) ((v er) 0) ((eh t) 0))) +("leverich" nil (((l eh) 1) ((v er) 0) ((ih k) 0))) +("levering" nil (((l eh) 1) ((v er) 0) ((ih ng) 0))) +("leverone" nil (((l eh) 0) ((v er) 0) ((ow) 1) ((n iy) 0))) +("levers" nil (((l eh) 1) ((v er z) 0))) +("leverson" nil (((l eh) 1) ((v er) 0) ((s ax n) 0))) +("levert" nil (((l eh) 1) ((v er t) 0))) +("leverton" nil (((l ih) 0) ((v er) 1) ((t ax n) 0))) +("levesque" nil (((l ih) 0) ((v eh s k) 1))) +("levett" nil (((l eh) 1) ((v ih t) 0))) +("levey" nil (((l ih) 0) ((v ey) 1))) +("levi" nil (((l iy) 1) ((v ay) 0))) +("leviathan" nil (((l ax) 0) ((v ay) 1) ((ax) 0) ((th ax n) 0))) +("levick" nil (((l eh) 1) ((v ih k) 0))) +("levie" nil (((l iy) 1) ((v iy) 0))) +("levied" nil (((l eh) 1) ((v iy d) 0))) +("levien" nil (((l eh) 1) ((v iy) 0) ((ax n) 0))) +("levies" nil (((l eh) 1) ((v iy z) 0))) +("leviev" nil (((l ax) 0) ((v iy v) 1))) +("levin" nil (((l eh) 1) ((v ih n) 0))) +("levina" nil (((l eh) 0) ((v iy) 1) ((n ax) 0))) +("levine" nil (((l ax) 0) ((v iy n) 1))) +("leviner" nil (((l eh) 1) ((v ih) 0) ((n er) 0))) +("levings" nil (((l eh) 1) ((v ih ng z) 0))) +("levingston" nil (((l ih) 1) ((v ih ng) 0) ((s t ax n) 0))) +("levins" nil (((l eh) 1) ((v ih n z) 0))) +("levinsky" nil (((l ih) 0) ((v ih n) 1) ((s k iy) 0))) +("levinson" nil (((l eh) 1) ((v ih n) 0) ((s ax n) 0))) +("levis" nil (((l eh) 1) ((v ih s) 0))) +("levison" nil (((l eh) 1) ((v ih) 0) ((s ax n) 0))) +("levit" nil (((l eh) 1) ((v ih t) 0))) +("levitan" nil (((l eh) 1) ((v ih) 0) ((t ax n) 0))) +("levitated" nil (((l eh) 1) ((v ih) 0) ((t ey) 1) ((t ih d) 0))) +("levitating" nil (((l eh) 1) ((v ax) 0) ((t ey) 1) ((t ih ng) 0))) +("levitation" nil (((l eh) 1) ((v ih) 0) ((t ey) 1) ((sh ax n) 0))) +("levitch" nil (((l eh) 1) ((v ih ch) 0))) +("leviton" nil (((l ih) 0) ((v ih) 1) ((t ax n) 0))) +("levitsky" nil (((l ih) 0) ((v ih t) 1) ((s k iy) 0))) +("levitt" nil (((l eh) 1) ((v ih t) 0))) +("levitte" nil (((l eh) 1) ((v ih t) 0))) +("levittown" nil (((l eh) 1) ((v ih) 0) ((t aw n) 1))) +("levity" nil (((l eh) 1) ((v ih) 0) ((t iy) 0))) +("levitz" nil (((l eh) 1) ((v ih t s) 0))) +("levy" nil (((l eh) 1) ((v iy) 0))) +("levying" nil (((l eh) 1) ((v iy) 0) ((ih ng) 0))) +("lew" nil (((l uw) 1))) +("lewallen" nil (((l uw) 0) ((ao) 1) ((l ax n) 0))) +("lewan" nil (((l uw) 1) ((ax n) 0))) +("lewandoski" nil (((l uw) 0) ((ax n) 0) ((d aw) 1) ((s k iy) 0))) +("lewandowski" nil (((l uw) 0) ((ax n) 0) ((d ao f) 1) ((s k iy) 0))) +("lewanna" nil (((l uw) 1) ((ih) 0) ((n ax) 0))) +("lewd" nil (((l uw d) 1))) +("lewellen" nil (((l uw) 1) ((eh) 1) ((l ax n) 0))) +("lewelling" nil (((l uw) 1) ((eh) 1) ((l ih ng) 0))) +("lewellyn" nil (((l uw) 1) ((eh) 1) ((l ih n) 0))) +("lewensky" nil (((l uw) 1) ((eh n) 1) ((s k iy) 0))) +("lewers" nil (((l uw) 1) ((er z) 0))) +("lewey" nil (((l uw) 1) ((iy) 0))) +("lewicki" nil (((l uw) 0) ((ih t) 1) ((s k iy) 0))) +("lewin" nil (((l uw) 1) ((ih n) 0))) +("lewing" nil (((l uw) 1) ((ih ng) 0))) +("lewins" nil (((l uw) 1) ((ih n z) 0))) +("lewinski" nil (((l uw) 0) ((ih n) 1) ((s k iy) 0))) +("lewinsky" nil (((l uw) 0) ((ih n) 1) ((s k iy) 0))) +("lewinsohn" nil (((l uw) 1) ((ih n) 0) ((s ax n) 0))) +("lewinton" nil (((l uw) 1) ((ih n) 0) ((t ax n) 0))) +("lewis" nil (((l uw) 1) ((ih s) 0))) +("lewisburg" nil (((l uw) 1) ((ih s) 0) ((b er g) 0))) +("lewiston" nil (((l uw) 1) ((ax) 0) ((s t ax n) 0))) +("lewkowicz" nil (((l uw) 1) ((k ax) 0) ((v ih ch) 0))) +("lewman" nil (((l uw) 1) ((m ax n) 0))) +("lewter" nil (((l uw) 1) ((t er) 0))) +("lewton" nil (((l uw) 1) ((t ax n) 0))) +("lewy" nil (((l uw) 1) ((iy) 0))) +("lex" nil (((l eh k s) 1))) +("lexical" nil (((l eh k) 1) ((s ih) 0) ((k ax l) 0))) +("lexicographer" nil (((l eh k) 1) ((s ih) 0) ((k aa) 1) ((g r ax) 0) ((f er) 0))) +("lexicon" nil (((l eh k) 1) ((s ih) 0) ((k aa n) 1))) +("lexie" nil (((l eh k) 1) ((s iy) 0))) +("lexine" nil (((l eh k) 1) ((s ay n) 0))) +("lexington" nil (((l eh k) 1) ((s ih ng) 0) ((t ax n) 0))) +("lexis" nil (((l eh k) 1) ((s ih s) 0))) +("lexmark" nil (((l eh k) 1) ((s m aa r k) 1))) +("lexus" nil (((l eh k) 1) ((s ax s) 0))) +("ley" nil (((l ey) 1))) +("leya" nil (((l ey) 1) ((ax) 0))) +("leyba" nil (((l ey) 1) ((b ax) 0))) +("leyda" nil (((l ey) 1) ((d ax) 0))) +("leyden" nil (((l ay) 1) ((d ax n) 0))) +("leyendecker" nil (((l ay n) 1) ((d ih) 0) ((k er) 0))) +("leyh" nil (((l ey) 1))) +("leyland" nil (((l ey) 1) ((l ax n d) 0))) +("leyrer" nil (((l ey) 1) ((r er) 0))) +("leys" nil (((l ey z) 1))) +("leysen" nil (((l ey) 1) ((s ax n) 0))) +("leyva" nil (((l ey) 1) ((v ax) 0))) +("lezotte" nil (((l ih) 0) ((z ao t) 1))) +("lhasa" nil (((l aa) 1) ((s ax) 0))) +("lheureux" nil (((l er) 0) ((ow) 1))) +("lhommedieu" nil (((l ow) 1) ((m eh) 0) ((d y uw) 1))) +("li" nil (((l iy) 1))) +("lia" nil (((l iy) 1) ((ax) 0))) +("liabilities" nil (((l ay) 1) ((ax) 0) ((b ih) 1) ((l ax) 0) ((t iy z) 0))) +("liability" nil (((l ay) 1) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("liable" nil (((l ay) 1) ((ax) 0) ((b ax l) 0))) +("liacos" nil (((l ay) 0) ((aa) 1) ((k ow s) 0))) +("liaison" nil (((l iy) 0) ((ey) 1) ((z aa n) 1))) +("liaisons" nil (((l iy) 0) ((ey) 1) ((s aa n z) 1))) +("liam" nil (((l iy) 1) ((ax m) 0))) +("lian" nil (((l y ae n) 1))) +("liana" nil (((l iy) 0) ((aa) 1) ((n ax) 0))) +("lianda" nil (((l y ae n) 1) ((d aa) 1))) +("liane" nil (((l iy) 0) ((ae n) 1))) +("liang" nil (((l y aa ng) 1))) +("liangliang" nil (((l y aa ng) 1) ((l y aa ng) 1))) +("liangzheng" nil (((l y aa ng) 1) ((jh ah ng) 0))) +("lianna" nil (((l iy) 0) ((aa) 1) ((n ax) 0))) +("lianne" nil (((l iy) 0) ((ae n) 1))) +("lianying" nil (((l y ae n) 1) ((y iy ng) 1))) +("lianyungang" nil (((l y ae n) 1) ((y uw n) 1) ((g aa ng) 1))) +("liao" nil (((l y aw) 1))) +("liaocheng" nil (((l y aw) 1) ((ch ah ng) 0))) +("liaoning" nil (((l y aw) 1) ((n iy ng) 1))) +("liaoyang" nil (((l y aw) 1) ((y aa ng) 1))) +("liaoyuan" nil (((l y aw) 1) ((y uh) 0) ((aa n) 1))) +("liar" nil (((l ay) 1) ((er) 0))) +("liars" nil (((l ay) 1) ((er z) 0))) +("liasson" nil (((l ey) 1) ((z aa n) 0))) +("lib" nil (((l ih b) 1))) +("libbey" nil (((l ih) 1) ((b iy) 0))) +("libby" nil (((l ih) 1) ((b iy) 0))) +("libel" nil (((l ay) 1) ((b ax l) 0))) +("libeled" nil (((l ay) 1) ((b ax l d) 0))) +("libelous" nil (((l ay) 1) ((b ax) 0) ((l ax s) 0))) +("liberace" nil (((l ih) 1) ((b er) 0) ((ax s) 0))) +("liberal" nil (((l ih) 1) ((b er) 0) ((ax l) 0))) +("liberalism" nil (((l ih) 1) ((b er) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("liberality" nil (((l ih) 1) ((b er) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("liberalization" nil (((l ih) 1) ((b r ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("liberalizations" nil (((l ih) 0) ((b er) 0) ((ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n z) 0))) +("liberalize" nil (((l ih) 1) ((b er) 0) ((ax) 0) ((l ay z) 1))) +("liberalized" nil (((l ih) 1) ((b er) 0) ((ax) 0) ((l ay z d) 1))) +("liberalizing" nil (((l ih) 1) ((b er) 0) ((ax) 0) ((l ay) 1) ((z ih ng) 0))) +("liberally" nil (((l ih) 1) ((b er) 0) ((ax) 0) ((l iy) 0))) +("liberals" nil (((l ih) 1) ((b er) 0) ((ax l z) 0))) +("liberate" nil (((l ih) 1) ((b er) 0) ((ey t) 1))) +("liberated" nil (((l ih) 1) ((b er) 0) ((ey) 1) ((t ih d) 0))) +("liberati" nil (((l iy) 0) ((b er) 0) ((aa) 1) ((t iy) 0))) +("liberating" nil (((l ih) 1) ((b er) 0) ((ey) 1) ((t ih ng) 0))) +("liberation" nil (((l ih) 1) ((b er) 0) ((ey) 1) ((sh ax n) 0))) +("liberato" nil (((l iy) 0) ((b er) 0) ((aa) 1) ((t ow) 0))) +("liberatore" nil (((l iy) 0) ((b er) 0) ((aa) 0) ((t ao) 1) ((r iy) 0))) +("liberia" nil (((l ay) 0) ((b ih) 1) ((r iy) 0) ((ax) 0))) +("liberian" nil (((l ay) 0) ((b ih) 1) ((r iy) 0) ((ax n) 0))) +("liberman" nil (((l ih) 1) ((b er) 0) ((m ax n) 0))) +("libert" nil (((l ih) 1) ((b er t) 0))) +("libertarian" nil (((l ih) 1) ((b er) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("libertarians" nil (((l ih) 1) ((b er) 0) ((t eh) 1) ((r iy) 0) ((ax n z) 0))) +("liberti" nil (((l iy) 0) ((b eh r) 1) ((t iy) 0))) +("liberties" nil (((l ih) 1) ((b er) 0) ((t iy z) 0))) +("libertine" nil (((l ih) 1) ((b er) 0) ((t iy n) 1))) +("libertines" nil (((l ih) 1) ((b er) 0) ((t iy n z) 1))) +("liberto" nil (((l iy) 0) ((b eh r) 1) ((t ow) 0))) +("liberty" nil (((l ih) 1) ((b er) 0) ((t iy) 0))) +("libido" nil (((l ax) 0) ((b iy) 1) ((d ow) 0))) +("libman" nil (((l ih b) 1) ((m ax n) 0))) +("libor" nil (((l iy) 1) ((b er) 0))) +("libra" nil (((l iy) 1) ((b r ax) 0))) +("librarian" nil (((l ay) 0) ((b r eh) 1) ((r iy) 0) ((ax n) 0))) +("librarians" nil (((l ay) 0) ((b r eh) 1) ((r iy) 0) ((ax n z) 0))) +("libraries" nil (((l ay) 1) ((b r eh) 1) ((r iy z) 0))) +("library" nil (((l ay) 1) ((b r eh) 1) ((r iy) 0))) +("libration" nil (((l ay) 0) ((b r ey) 1) ((sh ax n) 0))) +("libravox" n (((l iy) 1) ((b r ax) 0) ((v aa k s) 1))) +("librettist" nil (((l ax) 0) ((b r eh) 1) ((t ax s t) 0))) +("libretto" nil (((l ax) 0) ((b r eh) 1) ((t ow) 0))) +("librizzi" nil (((l iy) 0) ((b r iy t) 1) ((s iy) 0))) +("liby" nil (((l ay) 1) ((b iy) 0))) +("libya" nil (((l ih) 1) ((b iy) 0) ((ax) 0))) +("libyan" nil (((l ih) 1) ((b iy) 0) ((ax n) 0))) +("libyans" nil (((l ih) 1) ((b iy) 0) ((ax n z) 0))) +("licari" nil (((l iy) 0) ((k aa) 1) ((r iy) 0))) +("licata" nil (((l iy) 0) ((k aa) 1) ((t ax) 0))) +("licausi" nil (((l iy) 0) ((k ao) 1) ((s iy) 0))) +("licavoli" nil (((l iy) 0) ((k aa) 0) ((v ow) 1) ((l iy) 0))) +("licciardi" nil (((l iy) 0) ((ch aa r) 1) ((d iy) 0))) +("lice" nil (((l ay s) 1))) +("licea" nil (((l ih) 1) ((s iy) 0) ((ax) 0))) +("licence" nil (((l ay) 1) ((s ax n s) 0))) +("licences" nil (((l ay) 1) ((s ax n) 0) ((s ih z) 0))) +("license" nil (((l ay) 1) ((s ax n s) 0))) +("licensed" nil (((l ay) 1) ((s ax n s t) 0))) +("licensee" nil (((l ay) 1) ((s ax n) 0) ((s iy) 1))) +("licensees" nil (((l ay) 1) ((s ax n) 0) ((s iy z) 1))) +("licenser" nil (((l ay) 1) ((s ax n) 0) ((s er) 0))) +("licenses" nil (((l ay) 1) ((s ax n) 0) ((s ih z) 0))) +("licensing" nil (((l ay) 1) ((s ax n) 0) ((s ih ng) 0))) +("licensor" nil (((l ay) 1) ((s ax n) 0) ((s er) 0))) +("licensure" nil (((l ay) 1) ((s ax n) 0) ((ch er) 0))) +("licentious" nil (((l ay) 0) ((s eh n) 1) ((ch ax s) 0))) +("lich" nil (((l ih ch) 1))) +("lichen" nil (((l ay) 1) ((k ax n) 0))) +("lichens" nil (((l ay) 1) ((k ax n z) 0))) +("lichlyter" nil (((l ih) 1) ((k l ay) 0) ((t er) 0))) +("licht" nil (((l ih k t) 1))) +("lichtblau" nil (((l ih ch t) 1) ((b l aw) 1))) +("lichte" nil (((l ih ch t) 1))) +("lichten" nil (((l ih k) 1) ((t ax n) 0))) +("lichtenberg" nil (((l ih k) 1) ((t ax n) 0) ((b er g) 0))) +("lichtenberger" nil (((l ih k) 1) ((t ax n) 0) ((b er) 0) ((g er) 0))) +("lichtenfels" nil (((l ih k) 1) ((t ih n) 0) ((f ax l z) 0))) +("lichtenstein" nil (((l ih k) 1) ((t ax n) 0) ((s t iy n) 1))) +("lichtenwalner" nil (((l ih k) 1) ((t ih n) 0) ((w ax l) 0) ((n er) 0))) +("lichtenwalter" nil (((l ih k) 1) ((t ih n) 0) ((w ax l) 0) ((t er) 0))) +("lichter" nil (((l ih k) 1) ((t er) 0))) +("lichterman" nil (((l ih k) 1) ((t er) 0) ((m ax n) 0))) +("lichtman" nil (((l ih k t) 1) ((m ax n) 0))) +("lichty" nil (((l ih ch) 1) ((t iy) 0))) +("licio" nil (((l ih) 1) ((s iy) 0) ((ow) 0))) +("licitra" nil (((l iy) 0) ((ch iy) 1) ((t r ax) 0))) +("lick" nil (((l ih k) 1))) +("licked" nil (((l ih k t) 1))) +("licker" nil (((l ih) 1) ((k er) 0))) +("licking" nil (((l ih) 1) ((k ih ng) 0))) +("licklider" nil (((l ih) 1) ((k l ay) 0) ((d er) 0))) +("licks" nil (((l ih k s) 1))) +("lickteig" nil (((l ih k) 1) ((t ay g) 1))) +("lico" nil (((l iy) 1) ((k ow) 0))) +("licon" nil (((l ih) 1) ((k ax n) 0))) +("licorice" nil (((l ih) 1) ((k er) 0) ((ih sh) 0))) +("lid" nil (((l ih d) 1))) +("liddell" nil (((l ih) 1) ((d ax l) 0))) +("liddick" nil (((l ih) 1) ((d ih k) 0))) +("liddicoat" nil (((l ih) 1) ((d ih) 0) ((k ow t) 1))) +("liddle" nil (((l ih) 1) ((d ax l) 0))) +("liddy" nil (((l ih) 1) ((d iy) 0))) +("lide" nil (((l ay d) 1))) +("liden" nil (((l ay) 1) ((d ax n) 0))) +("lidgerwood" nil (((l ih) 1) ((jh er) 0) ((w uh d) 1))) +("lido" nil (((l iy) 1) ((d ow) 0))) +("lids" nil (((l ih d z) 1))) +("lie" nil (((l ay) 1))) +("lieb" nil (((l iy b) 1))) +("liebe" nil (((l iy b) 1))) +("liebel" nil (((l iy) 1) ((b ax l) 0))) +("liebeler" nil (((l iy) 1) ((b ax) 0) ((l er) 0))) +("liebelt" nil (((l iy) 1) ((b ih l t) 0))) +("liebenow" nil (((l iy) 1) ((b ih) 0) ((n ow) 0))) +("lieber" nil (((l iy) 1) ((b er) 0))) +("lieberman" nil (((l iy) 1) ((b er) 0) ((m ax n) 0))) +("liebermann" nil (((l iy) 1) ((b er) 0) ((m ax n) 0))) +("liebert" nil (((l iy) 1) ((b er t) 0))) +("lieberthal" nil (((l iy) 1) ((b er) 0) ((th ao l) 1))) +("liebig" nil (((l iy) 1) ((b ih g) 0))) +("liebl" nil (((l iy) 1) ((b ax l) 0))) +("liebler" nil (((l iy) 1) ((b l er) 0))) +("liebling" nil (((l iy) 1) ((b ax) 0) ((l ih ng) 0))) +("liebman" nil (((l iy b) 1) ((m ax n) 0))) +("liebmann" nil (((l iy b) 1) ((m ax n) 0))) +("liebowitz" nil (((l iy) 1) ((b ax) 0) ((w ih t s) 0))) +("liechtenstein" nil (((l ih k) 1) ((t ax n) 0) ((s t ay n) 1))) +("liechty" nil (((l iy ch) 1) ((t iy) 0))) +("lied" nil (((l ay d) 1))) +("liedel" nil (((l iy) 1) ((d ax l) 0))) +("lieder" nil (((l iy) 1) ((d er) 0))) +("liederman" nil (((l iy) 1) ((d er) 0) ((m ax n) 0))) +("liedtke" nil (((l iy t) 1) ((k iy) 0))) +("lief" nil (((l iy f) 1))) +("liefer" nil (((l iy) 1) ((f er) 0))) +("liege" nil (((l iy jh) 1))) +("liem" nil (((l iy m) 1))) +("liemandt" nil (((l iy) 1) ((m ae n t) 0))) +("lien" nil (((l iy n) 1))) +("lienau" nil (((l ax) 0) ((n ow) 1))) +("lienemann" nil (((l iy) 1) ((n ax) 0) ((m ax n) 0))) +("liener" nil (((l iy) 1) ((n er) 0))) +("lienhard" nil (((l iy n) 1) ((hh aa r d) 1))) +("lienhart" nil (((l iy n) 1) ((hh aa r t) 1))) +("liens" nil (((l iy n z) 1))) +("lierman" nil (((l ih r) 1) ((m ax n) 0))) +("liermann" nil (((l ih r) 1) ((m ax n) 0))) +("lies" nil (((l ay z) 1))) +("liesch" nil (((l iy sh) 1))) +("liese" nil (((l iy z) 1))) +("lieser" nil (((l iy) 1) ((s er) 0))) +("lieske" nil (((l iy) 1) ((s k iy) 0))) +("lietz" nil (((l iy t s) 1))) +("lietzke" nil (((l iy t z) 1) ((k iy) 0))) +("lieu" nil (((l uw) 1))) +("lieurance" nil (((l uw) 1) ((r ax n s) 0))) +("Lieut" nil (((l uw) 0) ((t eh) 1) ((n ax n t) 0))) +("lieutenant" nil (((l uw) 0) ((t eh) 1) ((n ax n t) 0))) +("lieutenants" nil (((l uw) 0) ((t eh) 1) ((n ax n t s) 0))) +("lifa" nil (((l iy) 1) ((f aa) 1))) +("life" nil (((l ay f) 1))) +("lifeblood" nil (((l ay f) 1) ((b l ah d) 1))) +("lifeboat" nil (((l ay f) 1) ((b ow t) 1))) +("lifeboats" nil (((l ay f) 1) ((b ow t s) 1))) +("lifeco" nil (((l iy f) 1) ((k ow) 1))) +("lifeguard" nil (((l ay f) 1) ((g aa r d) 1))) +("lifeless" nil (((l ay) 1) ((f l ax s) 0))) +("lifelike" nil (((l ay) 1) ((f l ay k) 1))) +("lifeline" nil (((l ay) 1) ((f l ay n) 1))) +("lifelines" nil (((l ay) 1) ((f l ay n z) 1))) +("lifelong" nil (((l ay) 1) ((f l ao ng) 1))) +("lifer" nil (((l ay) 1) ((f er) 0))) +("lifers" nil (((l ay) 1) ((f er z) 0))) +("lifes" nil (((l ay f s) 1))) +("lifesaver" nil (((l ay f) 1) ((s ey) 1) ((v er) 0))) +("lifesavers" nil (((l ay f) 1) ((s ey) 1) ((v er z) 0))) +("lifesaving" nil (((l ay f) 1) ((s ey) 1) ((v ih ng) 0))) +("lifespan" nil (((l ay f) 1) ((s p ae n) 1))) +("lifestyle" nil (((l ay f) 1) ((s t ay l) 1))) +("lifestyles" nil (((l ay f) 1) ((s t ay l z) 1))) +("lifetime" nil (((l ay f) 1) ((t ay m) 1))) +("lifetimes" nil (((l ay f) 1) ((t ay m z) 1))) +("liff" nil (((l ih f) 1))) +("liffe" nil (((l ih f) 1))) +("lifland" nil (((l ih) 1) ((f l ax n d) 0))) +("lifo" nil (((l iy) 1) ((f ow) 0))) +("liford" nil (((l ih) 1) ((f er d) 0))) +("lifsey" nil (((l ih f) 1) ((s iy) 0))) +("lifshitz" nil (((l ih f) 1) ((sh ih t s) 0))) +("lifson" nil (((l ih f) 1) ((s aa n) 1))) +("lift" nil (((l ih f t) 1))) +("lifted" nil (((l ih f) 1) ((t ax d) 0))) +("lifter" nil (((l ih f) 1) ((t er) 0))) +("lifters" nil (((l ih f) 1) ((t er z) 0))) +("liftin" nil (((l ih f) 1) ((t ih n) 0))) +("lifting" nil (((l ih f) 1) ((t ih ng) 0))) +("liftoff" nil (((l ih f) 1) ((t ao f) 1))) +("lifton" nil (((l ih f) 1) ((t ax n) 0))) +("lifts" nil (((l ih f t s) 1))) +("ligachev" nil (((l ih) 1) ((g ax) 0) ((ch eh v) 0))) +("ligament" nil (((l ih) 1) ((g ax) 0) ((m ax n t) 0))) +("ligaments" nil (((l ih) 1) ((g ax) 0) ((m ax n t s) 0))) +("ligand" nil (((l ih) 1) ((g ax n d) 0))) +("ligands" nil (((l ih) 1) ((g ax n d z) 0))) +("ligas" nil (((l ay) 1) ((g ax z) 0))) +("ligation" nil (((l ay) 0) ((g ey) 1) ((sh ax n) 0))) +("ligget" nil (((l ih) 1) ((g ih t) 0))) +("liggett" nil (((l ih) 1) ((g ih t) 0))) +("liggins" nil (((l ih) 1) ((g ih n z) 0))) +("liggio" nil (((l iy) 1) ((jh iy) 0) ((ow) 0))) +("light" nil (((l ay t) 1))) +("lightbulb" nil (((l ay t) 1) ((b ah l b) 1))) +("lightbulbs" nil (((l ay t) 1) ((b ah l b z) 1))) +("lightcap" nil (((l ay t) 1) ((k ae p) 1))) +("lighted" nil (((l ay) 1) ((t ax d) 0))) +("lighten" nil (((l ay) 1) ((t ax n) 0))) +("lightened" nil (((l ay) 1) ((t ax n d) 0))) +("lightening" nil (((l ay) 1) ((t ax) 0) ((n ih ng) 0))) +("lighter" nil (((l ay) 1) ((t er) 0))) +("lighters" nil (((l ay) 1) ((t er z) 0))) +("lightest" nil (((l ay) 1) ((t ax s t) 0))) +("lightfastness" nil (((l ay t) 1) ((f ae s t) 1) ((n ax s) 0))) +("lightfoot" nil (((l ay t) 1) ((f uh t) 1))) +("lighthall" nil (((l ay t) 1) ((hh ao l) 1))) +("lightheadedness" nil (((l ay t) 1) ((hh eh) 1) ((d ax d) 0) ((n ax s) 0))) +("lighthearted" nil (((l ay t) 1) ((hh aa r) 1) ((t ih d) 0))) +("lighthizer" nil (((l ay t) 1) ((hh ay) 1) ((z er) 0))) +("lighthouse" nil (((l ay t) 1) ((hh aw s) 1))) +("lighthouses" nil (((l ay t) 1) ((hh aw) 1) ((s ih z) 0))) +("lighting" nil (((l ay) 1) ((t ih ng) 0))) +("lightle" nil (((l ay) 1) ((t ax l) 0))) +("lightly" nil (((l ay t) 1) ((l iy) 0))) +("lightner" nil (((l ay t) 1) ((n er) 0))) +("lightness" nil (((l ay t) 1) ((n ax s) 0))) +("lightning" nil (((l ay t) 1) ((n ih ng) 0))) +("lights" nil (((l ay t s) 1))) +("lightsey" nil (((l ay t) 1) ((s iy) 0))) +("lightship" nil (((l ay t) 1) ((sh ih p) 1))) +("lightships" nil (((l ay t) 1) ((sh ih p s) 1))) +("lightstone" nil (((l ay t) 1) ((s t ow n) 1))) +("lightweight" nil (((l ay) 1) ((t w ey t) 1))) +("lighty" nil (((l ay) 1) ((t iy) 0))) +("ligman" nil (((l ih g) 1) ((m ax n) 0))) +("lignin" nil (((l ih g) 1) ((n ih n) 0))) +("lignite" nil (((l ih g) 1) ((n ay t) 1))) +("ligon" nil (((l ih) 1) ((g ax n) 0))) +("liguori" nil (((l iy) 0) ((g ao) 1) ((r iy) 0))) +("lihua" nil (((l iy) 1) ((hh w aa) 1))) +("lihui" nil (((l iy) 1) ((hh w ey) 1))) +("lijewski" nil (((l ih) 0) ((y eh f) 1) ((s k iy) 0))) +("lijiang" nil (((l iy) 1) ((jh y aa ng) 1))) +("likable" nil (((l ay) 1) ((k ax) 0) ((b ax l) 0))) +("like" nil (((l ay k) 1))) +("likeable" nil (((l ay) 1) ((k ax) 0) ((b ax l) 0))) +("liked" nil (((l ay k t) 1))) +("likelier" nil (((l ay) 1) ((k l iy) 0) ((er) 0))) +("likeliest" nil (((l ay) 1) ((k l iy) 0) ((ax s t) 0))) +("likelihood" nil (((l ay) 1) ((k l iy) 0) ((hh uh d) 1))) +("likely" nil (((l ay) 1) ((k l iy) 0))) +("liken" nil (((l ay) 1) ((k ax n) 0))) +("likened" nil (((l ay) 1) ((k ax n d) 0))) +("likeness" nil (((l ay k) 1) ((n ax s) 0))) +("likenesses" nil (((l ay k) 1) ((n ax) 0) ((s ih z) 0))) +("likening" nil (((l ay) 1) ((k ax) 0) ((n ih ng) 0))) +("likens" nil (((l ay) 1) ((k ax n z) 0))) +("likes" nil (((l ay k s) 1))) +("likewise" nil (((l ay) 1) ((k w ay z) 1))) +("likhachov" nil (((l ih) 1) ((k ax) 0) ((ch aa v) 0))) +("likhyani" nil (((l ih) 0) ((k y aa) 1) ((n iy) 0))) +("liking" nil (((l ay) 1) ((k ih ng) 0))) +("likins" nil (((l ih) 1) ((k ih n z) 0))) +("likud" nil (((l ih) 1) ((k ax d) 0))) +("lil" nil (((l ih l) 1))) +("lila" nil (((l iy) 1) ((l ax) 0))) +("lilac" nil (((l ay) 1) ((l ae k) 1))) +("lilacs" nil (((l ay) 1) ((l ae k s) 1))) +("lilah" nil (((l ih) 1) ((l ax) 0))) +("lilco" nil (((l ih l) 1) ((k ow) 0))) +("lile" nil (((l ay l) 1))) +("liles" nil (((l ay l z) 1))) +("liley" nil (((l ih) 1) ((l iy) 0))) +("lili" nil (((l ih) 1) ((l iy) 0))) +("lilia" nil (((l iy) 1) ((l iy) 0) ((ax) 0))) +("lilian" nil (((l ih) 1) ((l iy) 0) ((ax n) 0))) +("liliana" nil (((l ih) 1) ((l iy) 0) ((ae) 1) ((n ax) 0))) +("liliane" nil (((l ih) 0) ((l iy) 0) ((ae n) 1))) +("lilias" nil (((l ay) 1) ((l iy) 0) ((ax z) 0))) +("lilien" nil (((l ih) 1) ((l iy) 0) ((ax n) 0))) +("lilienthal" nil (((l ih) 1) ((l iy n) 0) ((th ax l) 0))) +("lilies" nil (((l ih) 1) ((l iy z) 0))) +("lilith" nil (((l ih) 1) ((l ih th) 0))) +("lilja" nil (((l iy) 1) ((l y ax) 0))) +("liljedahl" nil (((l ih l) 1) ((jh ih) 0) ((d aa l) 0))) +("liljegren" nil (((l ih l) 1) ((jh ih) 0) ((g r eh n) 0))) +("lill" nil (((l ih l) 1))) +("lilla" nil (((l ih) 1) ((l ax) 0))) +("lillard" nil (((l ih) 1) ((l er d) 0))) +("lille" nil (((l ih l) 1))) +("lillehamer" nil (((l ih) 1) ((l iy) 0) ((hh ae) 1) ((m er) 0))) +("lillehammer" nil (((l ih) 1) ((l iy) 0) ((hh ae) 1) ((m er) 0))) +("liller" nil (((l ih) 1) ((l er) 0))) +("lilley" nil (((l ih) 1) ((l iy) 0))) +("lilli" nil (((l ih) 1) ((l iy) 0))) +("lillian" nil (((l ih) 1) ((l iy) 0) ((ax n) 0))) +("lillibridge" nil (((l ih) 1) ((l ih) 0) ((b r ih jh) 1))) +("lillich" nil (((l ih) 1) ((l ih k) 0))) +("lillicrop" nil (((l ih) 1) ((l ih) 0) ((k r aa p) 0))) +("lillie" nil (((l ih) 1) ((l iy) 0))) +("lilliputian" nil (((l ih) 1) ((l ax) 0) ((p y uw) 1) ((sh ax n) 0))) +("lillis" nil (((l ih) 1) ((l ih s) 0))) +("lillo" nil (((l ih) 1) ((l ow) 0))) +("lilly" nil (((l ih) 1) ((l iy) 0))) +("lilt" nil (((l ih l t) 1))) +("lily" nil (((l ih) 1) ((l iy) 0))) +("lilyan" nil (((l ih) 1) ((l iy) 0) ((ax n) 0))) +("lilybell" nil (((l ih) 1) ((l iy) 0) ((b eh l) 1))) +("lim" nil (((l ih m) 1))) +("lima" nil (((l ay) 1) ((m ax) 0))) +("liman" nil (((l ay) 1) ((m ax n) 0))) +("limas" nil (((l ay) 1) ((m ax z) 0))) +("limb" nil (((l ih m) 1))) +("limbach" nil (((l ih m) 1) ((b aa k) 1))) +("limbaugh" nil (((l ih m) 1) ((b ao) 1))) +("limbed" nil (((l ih m d) 1))) +("limber" nil (((l ih m) 1) ((b er) 0))) +("limberg" nil (((l ih m) 1) ((b er g) 0))) +("limbers" nil (((l ih m) 1) ((b er z) 0))) +("limbert" nil (((l ih m) 1) ((b er t) 0))) +("limbless" nil (((l ih m) 1) ((l ax s) 0))) +("limbo" nil (((l ih m) 1) ((b ow) 0))) +("limbrick" nil (((l ih m) 1) ((b r ih k) 0))) +("limbs" nil (((l ih m z) 1))) +("limburg" nil (((l ih m) 1) ((b er g) 0))) +("lime" nil (((l ay m) 1))) +("limehouse" nil (((l ay m) 1) ((hh aw s) 1))) +("limelight" nil (((l ay m) 1) ((l ay t) 1))) +("limerick" nil (((l ih) 1) ((m er) 0) ((ih k) 0))) +("limericks" nil (((l ih) 1) ((m er) 0) ((ih k s) 0))) +("limes" nil (((l ay m z) 1))) +("limestone" nil (((l ay m) 1) ((s t ow n) 1))) +("limestones" nil (((l ay m) 1) ((s t ow n z) 1))) +("liming" nil (((l ay) 1) ((m ih ng) 0))) +("limit" nil (((l ih) 1) ((m ih t) 0))) +("limit" nil (((l ih) 1) ((m ax t) 0))) +("limitation" nil (((l ih) 1) ((m ih) 0) ((t ey) 1) ((sh ax n) 0))) +("limitations" nil (((l ih) 1) ((m ih) 0) ((t ey) 1) ((sh ax n z) 0))) +("limited" nil (((l ih) 1) ((m ax) 0) ((t ax d) 0))) +("limiting" nil (((l ih) 1) ((m ax) 0) ((t ih ng) 0))) +("limitless" nil (((l ih) 1) ((m ax t) 0) ((l ax s) 0))) +("limits" nil (((l ih) 1) ((m ax t s) 0))) +("limmer" nil (((l ih) 1) ((m er) 0))) +("limnology" nil (((l ih m) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("limo" nil (((l ih) 1) ((m ow) 0))) +("limoges" nil (((l ih) 0) ((m ow) 1) ((jh ih z) 0))) +("limon" nil (((l ih) 1) ((m ax n) 0))) +("limonite" nil (((l ay) 1) ((m ax) 0) ((n ay t) 1))) +("limousine" nil (((l ih) 1) ((m ax) 0) ((z iy n) 1))) +("limousines" nil (((l ih) 1) ((m ax) 0) ((z iy n z) 1))) +("limp" nil (((l ih m p) 1))) +("limped" nil (((l ih m p t) 1))) +("limpert" nil (((l ih m) 1) ((p er t) 0))) +("limpets" nil (((l ih m) 1) ((p ax t s) 0))) +("limping" nil (((l ih m) 1) ((p ih ng) 0))) +("limply" n (((l ih m) 1) ((p l iy) 0))) +("lin" nil (((l ih n) 1))) +("lina" nil (((l iy) 1) ((n ax) 0))) +("linafelter" nil (((l ih) 1) ((n ax) 0) ((f eh l) 1) ((t er) 0))) +("linage" nil (((l ay) 1) ((n ih jh) 0))) +("linam" nil (((l ih) 1) ((n ax m) 0))) +("linares" nil (((l ih) 1) ((n er z) 0))) +("linc" nil (((l ih ng k) 1))) +("lincang" nil (((l iy n) 1) ((t s aa ng) 1))) +("lincare" nil (((l ih n) 1) ((k eh r) 1))) +("lince" nil (((l ih n s) 1))) +("lincecum" nil (((l ih n) 1) ((s ih) 0) ((k ax m) 0))) +("linch" nil (((l ih n ch) 1))) +("linchpin" nil (((l ih n ch) 1) ((p ih n) 1))) +("lincicome" nil (((l ih n) 1) ((s ih) 0) ((k ow m) 1))) +("linck" nil (((l ih ng k) 1))) +("lincks" nil (((l ih ng k s) 1))) +("lincoln" nil (((l ih ng) 1) ((k ax n) 0))) +("lincolns" nil (((l ih ng) 1) ((k ax n z) 0))) +("lincolnshire" nil (((l ih ng) 1) ((k ax n) 0) ((sh ih r) 1))) +("lind" nil (((l ih n d) 1))) +("linda" nil (((l ih n) 1) ((d ax) 0))) +("lindahl" nil (((l ih n) 1) ((d aa l) 1))) +("lindaman" nil (((l ih n) 1) ((d ax) 0) ((m ax n) 0))) +("lindamood" nil (((l ih n) 1) ((d ax) 0) ((m uw d) 1))) +("lindane" nil (((l ih n) 1) ((d ey n) 1))) +("lindau" nil (((l ih n) 1) ((d aw) 0))) +("lindauer" nil (((l ih n) 1) ((d aw) 0) ((er) 0))) +("lindbeck" nil (((l ay n d) 1) ((b eh k) 0))) +("lindberg" nil (((l ay n d) 1) ((b er g) 0))) +("lindbergh" nil (((l ih n d) 1) ((b er g) 0))) +("lindblad" nil (((l ih n d) 1) ((b l ax d) 0))) +("lindblom" nil (((l ih n d) 1) ((b l ax m) 0))) +("lindbloom" nil (((l ih n d) 1) ((b l uw m) 1))) +("lindburg" nil (((l ay n d) 1) ((b er g) 0))) +("linde" nil (((l ih n d) 1))) +("lindeen" nil (((l ih n) 1) ((d iy n) 0))) +("lindell" nil (((l ih n) 1) ((d ax l) 0))) +("lindeman" nil (((l ih n d) 1) ((m ax n) 0))) +("lindemann" nil (((l ih n) 1) ((d ax) 0) ((m ax n) 0))) +("lindemuth" nil (((l ih n) 1) ((d ih) 0) ((m uw th) 0))) +("linden" nil (((l ih n) 1) ((d ax n) 0))) +("lindenbaum" nil (((l ay n) 1) ((d ax n) 0) ((b aw m) 0))) +("lindenberg" nil (((l ih n) 1) ((d ax n) 0) ((b er g) 0))) +("lindenberger" nil (((l ih n) 1) ((d ax n) 0) ((b er) 0) ((g er) 0))) +("lindenmuth" nil (((l ih n) 1) ((d ih n) 0) ((m uw th) 0))) +("linder" nil (((l ih n) 1) ((d er) 0))) +("linderman" nil (((l ay n) 1) ((d er) 0) ((m ax n) 0))) +("lindfors" nil (((l ih n d) 1) ((f er z) 0))) +("lindgren" nil (((l ih n d) 1) ((g r eh n) 0))) +("lindh" nil (((l ih n d) 1))) +("lindholm" nil (((l ih n d) 1) ((hh ow l m) 1))) +("lindhorst" nil (((l ih n d) 1) ((hh ao r s t) 0))) +("lindig" nil (((l ih n) 1) ((d ih g) 0))) +("lindler" nil (((l ih n d) 1) ((l er) 0))) +("lindley" nil (((l ih n d) 1) ((l iy) 0))) +("lindman" nil (((l ih n d) 1) ((m ax n) 0))) +("lindmark" nil (((l ih n d) 1) ((m aa r k) 1))) +("lindner" nil (((l ih n d) 1) ((n er) 0))) +("lindo" nil (((l ih n) 1) ((d ow) 0))) +("lindon" nil (((l ih n) 1) ((d ax n) 0))) +("lindow" nil (((l ih n) 1) ((d ow) 0))) +("lindquist" nil (((l ih n d) 1) ((k w ih s t) 1))) +("lindroth" nil (((l ih n) 1) ((d r ao th) 1))) +("lindsay" nil (((l ih n d) 1) ((z iy) 0))) +("lindseth" nil (((l ih n d) 1) ((s ih th) 0))) +("lindsey" nil (((l ih n d) 1) ((z iy) 0))) +("lindskog" nil (((l ih n d) 1) ((s k ax g) 0))) +("lindsley" nil (((l ih n d) 1) ((s l iy) 0))) +("lindstedt" nil (((l ih n d) 1) ((s t ih t) 0))) +("lindstrand" nil (((l ih n d) 1) ((s t r ax n d) 0))) +("lindstrom" nil (((l ih n d) 1) ((s t r ax m) 0))) +("lindvall" nil (((l ih n d) 1) ((v ax l) 0))) +("lindy" nil (((l ih n) 1) ((d iy) 0))) +("line" nil (((l ay n) 1))) +("lineage" nil (((l ih) 1) ((n iy) 0) ((ax jh) 0))) +("lineages" nil (((l ih) 1) ((n iy) 0) ((ih) 0) ((jh ih z) 0))) +("lineal" nil (((l ih) 1) ((n iy) 0) ((ax l) 0))) +("linear" nil (((l ih) 1) ((n iy) 0) ((er) 0))) +("linearly" nil (((l ih) 1) ((n iy) 0) ((er) 0) ((l iy) 0))) +("lineback" nil (((l ay n) 1) ((b ae k) 1))) +("linebacker" nil (((l ay n) 1) ((b ae) 1) ((k er) 0))) +("linebackers" nil (((l ay n) 1) ((b ae) 1) ((k er z) 0))) +("linebarger" nil (((l ih) 1) ((n ih) 0) ((b aa r) 0) ((g er) 0))) +("linebaugh" nil (((l ih) 1) ((n ih) 0) ((b ao) 0))) +("lineberger" nil (((l ay n) 1) ((b er) 0) ((g er) 0))) +("lineberry" nil (((l ay n) 1) ((b eh) 1) ((r iy) 0))) +("lined" nil (((l ay n d) 1))) +("linehan" nil (((l ih) 1) ((n ih) 0) ((hh ae n) 0))) +("lineman" nil (((l ay n) 1) ((m ax n) 0))) +("linemen" nil (((l ay n) 1) ((m ax n) 0))) +("linen" nil (((l ih) 1) ((n ax n) 0))) +("linenberger" nil (((l ih) 1) ((n ax n) 0) ((b er) 0) ((g er) 0))) +("linens" nil (((l ih) 1) ((n ax n z) 0))) +("liner" nil (((l ay) 1) ((n er) 0))) +("linerboard" nil (((l ay) 1) ((n er) 0) ((b ao r d) 1))) +("liners" nil (((l ay) 1) ((n er z) 0))) +("lines" nil (((l ay n z) 1))) +("linette" nil (((l ih) 0) ((n eh t) 1))) +("lineup" nil (((l ay) 1) ((n ah p) 1))) +("lineups" nil (((l ay) 1) ((n ah p s) 1))) +("lineweaver" nil (((l ay n) 1) ((w iy) 1) ((v er) 0))) +("linfen" nil (((l iy n) 1) ((f eh n) 1))) +("linford" nil (((l ih n) 1) ((f er d) 0))) +("ling" nil (((l ih ng) 1))) +("lingafelter" nil (((l ih ng) 1) ((g ax) 0) ((f ih l) 0) ((t er) 0))) +("lingard" nil (((l ih ng) 1) ((g er d) 0))) +("lingelbach" nil (((l ih ng) 1) ((g ih l) 0) ((b aa k) 0))) +("lingenfelter" nil (((l ih ng) 1) ((g ih n) 0) ((f ih l) 0) ((t er) 0))) +("linger" nil (((l ih ng) 1) ((g er) 0))) +("lingered" nil (((l ih ng) 1) ((g er d) 0))) +("lingerfelt" nil (((l ih ng) 1) ((g er) 0) ((f eh l t) 1))) +("lingerie" nil (((l aa n) 1) ((zh er) 0) ((ey) 1))) +("lingering" nil (((l ih ng) 1) ((g er) 0) ((ih ng) 0))) +("lingers" nil (((l ih ng) 1) ((g er z) 0))) +("lingg" nil (((l ih ng g) 1))) +("lingle" nil (((l ih ng) 1) ((g ax l) 0))) +("lingling" nil (((l iy ng) 1) ((l iy ng) 1))) +("lingner" nil (((l ih ng) 1) ((n er) 0))) +("lingo" nil (((l ih ng) 1) ((g ow) 0))) +("lingua" nil (((l ih ng) 1) ((g w ax) 0))) +("linguist" nil (((l ih ng) 1) ((g w ax s t) 0))) +("linguistic" nil (((l ih ng) 0) ((g w ih) 1) ((s t ih k) 0))) +("linguistically" nil (((l ih ng) 0) ((g w ih) 1) ((s t ih) 0) ((k l iy) 0))) +("linguistics" nil (((l ih ng) 0) ((g w ih) 1) ((s t ih k s) 0))) +("linguists" nil (((l ih ng) 1) ((g w ax s t s) 0))) +("lingus" nil (((l ih ng) 1) ((g ax s) 0))) +("linh" nil (((l ih n) 1))) +("linhardt" nil (((l ih n) 1) ((hh aa r t) 1))) +("linhares" nil (((l ih n) 1) ((hh er z) 0))) +("linhart" nil (((l ih n) 1) ((hh aa r t) 1))) +("lini" nil (((l iy) 1) ((n iy) 0))) +("lining" nil (((l ay) 1) ((n ih ng) 0))) +("lininger" nil (((l ay) 1) ((n ih ng) 0) ((er) 0))) +("linings" nil (((l ay) 1) ((n ih ng z) 0))) +("link" nil (((l ih ng k) 1))) +("linkage" nil (((l ih ng) 1) ((k ax jh) 0))) +("linkages" nil (((l ih ng) 1) ((k ih) 0) ((jh ih z) 0))) +("linke" nil (((l ih ng k) 1))) +("linked" nil (((l ih ng k t) 1))) +("linkenhoker" nil (((l ih ng) 1) ((k ih n) 0) ((hh ax) 0) ((k er) 0))) +("linker" nil (((l ih ng) 1) ((k er) 0))) +("linking" nil (((l ih ng) 1) ((k ih ng) 0))) +("linkous" nil (((l ih ng) 1) ((k ax s) 0))) +("links" nil (((l ih ng k s) 1))) +("linkup" nil (((l ih ng) 1) ((k ah p) 1))) +("linkups" nil (((l ih ng) 1) ((k ah p s) 1))) +("linkway" nil (((l ih ng k) 1) ((w ey) 1))) +("linley" nil (((l ih n) 1) ((l iy) 0))) +("linlin" nil (((l iy n) 1) ((l iy n) 1))) +("linn" nil (((l ih n) 1))) +("linnane" nil (((l ih) 1) ((n ax n) 0))) +("linnas" nil (((l ih) 1) ((n ax s) 0))) +("linne" nil (((l ih n) 1))) +("linnea" nil (((l ih) 1) ((n iy) 0) ((ax) 0))) +("linnehan" nil (((l ih) 1) ((n ih) 0) ((hh ae n) 0))) +("linnell" nil (((l ih) 1) ((n ax l) 0))) +("linneman" nil (((l ih n) 1) ((m ax n) 0))) +("linnemann" nil (((l ih n) 1) ((m ax n) 0))) +("linnet" nil (((l ih) 1) ((n ih t) 0))) +("linney" nil (((l ih) 1) ((n iy) 0))) +("linnik" nil (((l ih) 1) ((n ih k) 0))) +("lino" nil (((l iy) 1) ((n ow) 0))) +("linoleum" nil (((l ax) 0) ((n ow) 1) ((l iy) 0) ((ax m) 0))) +("linotype" nil (((l ih) 1) ((n ow) 0) ((t ay p) 1))) +("linowes" nil (((l ih) 1) ((n ow z) 0))) +("linquist" nil (((l ih n) 1) ((k w ih s t) 0))) +("lins" nil (((l ih n z) 1))) +("linsay" nil (((l ih n) 1) ((s ey) 0))) +("linscomb" nil (((l ih n) 1) ((s k ax m) 0))) +("linscott" nil (((l ih n) 1) ((s k ax t) 0))) +("linse" nil (((l ih n s) 1))) +("linseed" nil (((l ih n) 1) ((s iy d) 1))) +("linsey" nil (((l ih n) 1) ((z iy) 0))) +("linskey" nil (((l ih n) 1) ((s k iy) 0))) +("linsky" nil (((l ih n) 1) ((s k iy) 0))) +("linsley" nil (((l ih n) 1) ((s l iy) 0))) +("linson" nil (((l ih n) 1) ((s ax n) 0))) +("linstrom" nil (((l ih n) 1) ((s t r ax m) 0))) +("lint" nil (((l ih n t) 1))) +("lintas" nil (((l ih n) 1) ((t ax s) 0))) +("lintel" nil (((l ih n) 1) ((t ax l) 0))) +("linters" nil (((l ih n) 1) ((t er z) 0))) +("linthicum" nil (((l ih n) 1) ((th ih) 0) ((k ax m) 0))) +("lintner" nil (((l ih n t) 1) ((n er) 0))) +("linton" nil (((l ih n) 1) ((t ax n) 0))) +("lintz" nil (((l ih n t s) 1))) +("linus" nil (((l ay) 1) ((n ax s) 0))) +("linux" n (((l ih) 1) ((n ih k s) 0))) +("linux" n (((l ih) 1) ((n ah k s) 0))) +("linville" nil (((l iy n) 1) ((v ih l) 0))) +("linwick" nil (((l ih n) 1) ((w ih k) 1))) +("linwood" nil (((l ih n) 1) ((w uh d) 1))) +("linyi" nil (((l iy n) 1) ((y iy) 1))) +("linz" nil (((l ih n z) 1))) +("linzer" nil (((l ih n) 1) ((z er) 0))) +("linzey" nil (((l ih n) 1) ((z iy) 0))) +("linzy" nil (((l ih n) 1) ((z iy) 0))) +("lion" nil (((l ay) 1) ((ax n) 0))) +("lionberger" nil (((l ay) 1) ((ax n) 0) ((b er) 0) ((g er) 0))) +("lionel" nil (((l ay) 1) ((ax) 0) ((n ax l) 0))) +("lionetti" nil (((l iy) 0) ((ax) 0) ((n eh) 1) ((t iy) 0))) +("lionheart" nil (((l ay) 1) ((ax n) 0) ((hh aa r t) 1))) +("lionized" nil (((l ay) 1) ((ax) 0) ((n ay z d) 1))) +("lions" nil (((l ay) 1) ((ax n z) 0))) +("liotier" nil (((l iy) 0) ((ow) 1) ((t iy) 0) ((ey) 1))) +("liotta" nil (((l iy) 0) ((ow) 1) ((t ax) 0))) +("liou" nil (((l iy) 0) ((uw) 1))) +("lip" nil (((l ih p) 1))) +("lipa" nil (((l iy) 1) ((p ax) 0))) +("lipari" nil (((l iy) 0) ((p aa) 1) ((r iy) 0))) +("lipe" nil (((l ay p) 1))) +("lipford" nil (((l ih p) 1) ((f er d) 0))) +("lipham" nil (((l ih) 1) ((f ax m) 0))) +("lipid" nil (((l ay) 1) ((p ax d) 0))) +("liping" nil (((l iy) 1) ((p iy ng) 1))) +("lipinski" nil (((l ih) 0) ((p ih n) 1) ((s k iy) 0))) +("lipka" nil (((l ih p) 1) ((k ax) 0))) +("lipke" nil (((l ih p k) 1))) +("lipkin" nil (((l ih p) 1) ((k ih n) 0))) +("lipkind" nil (((l ih p) 1) ((k ih n d) 0))) +("lipman" nil (((l ih p) 1) ((m ax n) 0))) +("lipnick" nil (((l ih p) 1) ((n ih k) 1))) +("lipoprotein" nil (((l ih) 1) ((p ax) 0) ((p r ow) 1) ((t iy n) 0))) +("lipoproteins" nil (((l ih) 1) ((p ow) 0) ((p r ow) 1) ((t iy n z) 0))) +("liposome" nil (((l ih) 1) ((p ax) 0) ((s ow m) 1))) +("liposomes" nil (((l ih) 1) ((p ax) 0) ((s ow m z) 1))) +("liposuction" nil (((l ih) 1) ((p ow) 0) ((s ah k) 1) ((sh ax n) 0))) +("lipovsky" nil (((l ih) 0) ((p aa v) 1) ((s k iy) 0))) +("lipp" nil (((l ih p) 1))) +("lippa" nil (((l ih) 1) ((p ax) 0))) +("lippard" nil (((l ih) 1) ((p er d) 0))) +("lippe" nil (((l ih p) 1))) +("lipped" nil (((l ih p t) 1))) +("lippens" nil (((l ih) 1) ((p ax n z) 0))) +("lipper" nil (((l ih) 1) ((p er) 0))) +("lippert" nil (((l ih) 1) ((p er t) 0))) +("lippi" nil (((l ih) 1) ((p iy) 0))) +("lippincott" nil (((l ih) 1) ((p ih n) 0) ((k ax t) 0))) +("lippitt" nil (((l ih) 1) ((p ih t) 0))) +("lippman" nil (((l ih p) 1) ((m ax n) 0))) +("lippmann" nil (((l ih p) 1) ((m ax n) 0))) +("lippo" nil (((l ih) 1) ((p ow) 0))) +("lippold" nil (((l ih) 1) ((p ow l d) 1))) +("lipps" nil (((l ih p s) 1))) +("lippy" nil (((l ih) 1) ((p iy) 0))) +("lips" nil (((l ih p s) 1))) +("lipschitz" nil (((l ih p) 1) ((sh ih t s) 0))) +("lipschultz" nil (((l ih p) 1) ((sh ax l t s) 0))) +("lipschutz" nil (((l ih p) 1) ((sh ax t s) 0))) +("lipscomb" nil (((l ih p) 1) ((s k ax m) 0))) +("lipsett" nil (((l ih p) 1) ((s ih t) 0))) +("lipsey" nil (((l ih p) 1) ((s iy) 0))) +("lipshie" nil (((l ih p) 1) ((sh iy) 0))) +("lipshutz" nil (((l ih p) 1) ((sh ax t s) 0))) +("lipsig" nil (((l ih p) 1) ((s ih g) 0))) +("lipsitz" nil (((l ih p) 1) ((s ih t s) 0))) +("lipski" nil (((l ih p) 1) ((s k iy) 1))) +("lipsky" nil (((l ih p) 1) ((s k ay) 1))) +("lipson" nil (((l ih p) 1) ((s ax n) 0))) +("lipstein" nil (((l ih p) 1) ((s t iy n) 1))) +("lipstick" nil (((l ih p) 1) ((s t ih k) 1))) +("lipsticks" nil (((l ih p) 1) ((s t ih k s) 1))) +("liptak" nil (((l ih p) 1) ((t ax k) 0))) +("lipton" nil (((l ih p) 1) ((t ax n) 0))) +("lipuma" nil (((l iy) 0) ((p uw) 1) ((m ax) 0))) +("liquefaction" nil (((l ih) 1) ((k w ax) 0) ((f ae k) 1) ((sh ax n) 0))) +("liquefied" nil (((l ih) 1) ((k w ax) 0) ((f ay d) 1))) +("liquefy" nil (((l ih) 1) ((k w ax) 0) ((f ay) 1))) +("liqueur" nil (((l ih) 0) ((k er) 1))) +("liqueurs" nil (((l ih) 0) ((k er z) 1))) +("liquid" nil (((l ih) 1) ((k w ax d) 0))) +("liquidate" nil (((l ih) 1) ((k w ih) 0) ((d ey t) 1))) +("liquidated" nil (((l ih) 1) ((k w ih) 0) ((d ey) 1) ((t ih d) 0))) +("liquidates" nil (((l ih) 1) ((k w ih) 0) ((d ey t s) 1))) +("liquidating" nil (((l ih) 1) ((k w ih) 0) ((d ey) 1) ((t ih ng) 0))) +("liquidation" nil (((l ih) 1) ((k w ih) 0) ((d ey) 1) ((sh ax n) 0))) +("liquidations" nil (((l ih) 1) ((k w ih) 0) ((d ey) 1) ((sh ax n z) 0))) +("liquidator" nil (((l ih) 1) ((k w ih) 0) ((d ey) 1) ((t er) 0))) +("liquidators" nil (((l ih) 1) ((k w ih) 0) ((d ey) 1) ((t er z) 0))) +("liquide" nil (((l ih) 0) ((k w ay d) 1))) +("liquidities" nil (((l ih) 0) ((k w ih) 1) ((d ax) 0) ((t iy z) 0))) +("liquidity" nil (((l ih) 0) ((k w ih) 1) ((d ax) 0) ((t iy) 0))) +("liquids" nil (((l ih) 1) ((k w ax d z) 0))) +("liqun" nil (((l ih) 0) ((k uw n) 1))) +("liquor" nil (((l ih) 1) ((k er) 0))) +("liquori" nil (((l iy) 0) ((k ao) 1) ((r iy) 0))) +("liquors" nil (((l ih) 1) ((k er z) 0))) +("lira" nil (((l ih) 1) ((r ax) 0))) +("lire" nil (((l ih) 1) ((r ax) 0))) +("lirette" nil (((l er) 0) ((eh t) 1))) +("liro" nil (((l ih) 1) ((r ow) 0))) +("lis" nil (((l ih s) 1))) +("lisa" nil (((l iy) 1) ((s ax) 0))) +("lisabet" nil (((l ih) 1) ((s ax) 0) ((b eh t) 0))) +("lisabeth" nil (((l ih) 1) ((s ax) 0) ((b eh th) 0))) +("lisak" nil (((l ih) 1) ((s ax k) 0))) +("lisanti" nil (((l ih) 0) ((s ae n) 1) ((t iy) 0))) +("lisbeth" nil (((l ih s) 1) ((b ih th) 0))) +("lisbon" nil (((l ih z) 1) ((b ax n) 0))) +("lisby" nil (((l ih s) 1) ((b iy) 0))) +("lisco" nil (((l ih) 1) ((s k ow) 0))) +("liscom" nil (((l ih) 1) ((s k ax m) 0))) +("lise" nil (((l ay z) 1))) +("lisec" nil (((l ih) 1) ((z ax k) 0))) +("lisenbee" nil (((l ih) 0) ((s eh n) 1) ((b iy) 0))) +("lisenby" nil (((l ih) 1) ((s ih n) 0) ((b iy) 0))) +("lisette" nil (((l ih) 0) ((s eh t) 1))) +("lish" nil (((l ih sh) 1))) +("lishman" nil (((l ih) 1) ((sh m ax n) 0))) +("lisi" nil (((l iy) 1) ((s iy) 0))) +("lisiecki" nil (((l ih) 0) ((s iy t) 1) ((s k iy) 0))) +("lisk" nil (((l ih s k) 1))) +("liska" nil (((l ih) 1) ((s k ax) 0))) +("liske" nil (((l ih s k) 1))) +("liskey" nil (((l ih) 1) ((s k iy) 0))) +("lisko" nil (((l ih) 1) ((s k ow) 0))) +("lisle" nil (((l ay) 1) ((ax l) 0))) +("lisman" nil (((l ih z) 1) ((m ax n) 0))) +("lisowski" nil (((l ih) 0) ((s ao f) 1) ((s k iy) 0))) +("lisp" nil (((l ih s p) 1))) +("liss" nil (((l ih s) 1))) +("lissa" nil (((l ih) 1) ((s ax) 0))) +("lissack" nil (((l ih) 1) ((s ax k) 0))) +("lissie" nil (((l ih) 1) ((s iy) 0))) +("lissner" nil (((l ih) 1) ((s n er) 0))) +("lissy" nil (((l ih) 1) ((s iy) 0))) +("list" nil (((l ih s t) 1))) +("listed" nil (((l ih) 1) ((s t ax d) 0))) +("listen" nil (((l ih) 1) ((s ax n) 0))) +("listened" nil (((l ih) 1) ((s ax n d) 0))) +("listener" nil (((l ih) 1) ((s ax) 0) ((n er) 0))) +("listeners" nil (((l ih) 1) ((s ax) 0) ((n er z) 0))) +("listening" nil (((l ih) 1) ((s ax) 0) ((n ih ng) 0))) +("listens" nil (((l ih) 1) ((s ax n z) 0))) +("lister" nil (((l ih) 1) ((s t er) 0))) +("listeria" nil (((l ih) 0) ((s t ih) 1) ((r iy) 0) ((ax) 0))) +("listerine" nil (((l ih) 1) ((s t er) 0) ((iy n) 1))) +("listerines" nil (((l ih) 1) ((s t er) 0) ((iy n z) 1))) +("listing" nil (((l ih) 1) ((s t ih ng) 0))) +("listings" nil (((l ih) 1) ((s t ih ng z) 0))) +("listless" nil (((l ih s t) 1) ((l ax s) 0))) +("listlessly" nil (((l ih s t) 1) ((l ax) 0) ((s l iy) 0))) +("liston" nil (((l ih) 1) ((s t ax n) 0))) +("lists" nil (((l ih s t s) 1))) +("liszewski" nil (((l ih) 0) ((sh eh f) 1) ((s k iy) 0))) +("liszka" nil (((l ih sh) 1) ((k ax) 0))) +("liszt" nil (((l ih s t) 1))) +("lit" nil (((l ih t) 1))) +("lita" nil (((l iy) 1) ((t ax) 0))) +("litaker" nil (((l ih) 1) ((t ey) 0) ((k er) 0))) +("litalien" nil (((l ih) 1) ((t ax) 0) ((l iy n) 0))) +("litan" nil (((l ay) 1) ((t ax n) 0))) +("litanies" nil (((l ih) 1) ((t ax) 0) ((n iy z) 0))) +("litany" nil (((l ih) 1) ((t ax) 0) ((n iy) 0))) +("litchfield" nil (((l ih ch) 1) ((f iy l d) 0))) +("litchford" nil (((l ih ch) 1) ((f er d) 0))) +("litco" nil (((l ih t) 1) ((k ow) 1))) +("lite" nil (((l ay t) 1))) +("liter" nil (((l iy) 1) ((t er) 0))) +("literacy" nil (((l ih) 1) ((t er) 0) ((ax) 0) ((s iy) 0))) +("literal" nil (((l ih) 1) ((t er) 0) ((ax l) 0))) +("literally" nil (((l ih) 1) ((t er) 0) ((ax) 0) ((l iy) 0))) +("literary" nil (((l ih) 1) ((t er) 0) ((eh) 1) ((r iy) 0))) +("literate" nil (((l ih) 1) ((t er) 0) ((ax t) 0))) +("literati" nil (((l ih) 1) ((t er) 0) ((aa) 1) ((t iy) 0))) +("literature" nil (((l ih) 1) ((t er) 0) ((ax) 0) ((ch er) 0))) +("literaturnaya" nil (((l ih) 0) ((t eh) 1) ((r ax) 0) ((t er) 0) ((n ay) 1) ((ax) 0))) +("liters" nil (((l iy) 1) ((t er z) 0))) +("lites" nil (((l ay t s) 1))) +("lithe" nil (((l ay dh) 1))) +("litherland" nil (((l ih) 1) ((th er) 0) ((l ax n d) 0))) +("lithgow" nil (((l ih th) 1) ((g aw) 0))) +("lithic" nil (((l ih) 1) ((th ih k) 0))) +("lithium" nil (((l ih) 1) ((th iy) 0) ((ax m) 0))) +("lithograph" nil (((l ih) 1) ((th ax) 0) ((g r ae f) 1))) +("lithographic" nil (((l ih) 1) ((th ax) 0) ((g r ae) 1) ((f ih k) 0))) +("lithographs" nil (((l ih) 1) ((th ax) 0) ((g r ae f s) 1))) +("lithography" nil (((l ax) 0) ((th aa) 1) ((g r ax) 0) ((f iy) 0))) +("lithotripter" nil (((l ih) 1) ((th ax) 0) ((t r ih p) 1) ((t er) 0))) +("lithuania" nil (((l ih) 1) ((th ax) 0) ((w ey) 1) ((n iy) 0) ((ax) 0))) +("lithuanian" nil (((l ih) 1) ((th ax) 0) ((w ey) 1) ((n iy) 0) ((ax n) 0))) +("lithuanians" nil (((l ih) 1) ((th ax) 0) ((w ey) 1) ((n iy) 0) ((ax n z) 0))) +("litigant" nil (((l ih) 1) ((t ih) 0) ((g ax n t) 0))) +("litigants" nil (((l ih) 1) ((t ih) 0) ((g ax n t s) 0))) +("litigate" nil (((l ih) 1) ((t ih) 0) ((g ey t) 1))) +("litigated" nil (((l ih) 1) ((t ih) 0) ((g ey) 1) ((t ih d) 0))) +("litigating" nil (((l ih) 1) ((t ih) 0) ((g ey) 1) ((t ih ng) 0))) +("litigation" nil (((l ih) 1) ((t ax) 0) ((g ey) 1) ((sh ax n) 0))) +("litigator" nil (((l ih) 1) ((t ax) 0) ((g ey) 1) ((t er) 0))) +("litigators" nil (((l ih) 1) ((t ax) 0) ((g ey) 1) ((t er z) 0))) +("litigious" nil (((l ih) 0) ((t ih) 1) ((jh ax s) 0))) +("litke" nil (((l ih t) 1) ((k iy) 0))) +("litle" nil (((l ay) 1) ((t ax l) 0))) +("litman" nil (((l ih t) 1) ((m ax n) 0))) +("litmus" nil (((l ih t) 1) ((m ax s) 0))) +("lits" nil (((l ih t s) 1))) +("litsey" nil (((l ih t) 1) ((s iy) 0))) +("litt" nil (((l ih t) 1))) +("litteken" nil (((l ih) 1) ((t ih) 0) ((k ax n) 0))) +("littell" nil (((l ih) 1) ((t ax l) 0))) +("litten" nil (((l ih) 1) ((t ax n) 0))) +("litter" nil (((l ih) 1) ((t er) 0))) +("litteral" nil (((l ih) 1) ((t er) 0) ((ax l) 0))) +("littered" nil (((l ih) 1) ((t er d) 0))) +("littering" nil (((l ih) 1) ((t er) 0) ((ih ng) 0))) +("litters" nil (((l ih) 1) ((t er z) 0))) +("littig" nil (((l ih) 1) ((t ih g) 0))) +("little" nil (((l ih) 1) ((t ax l) 0))) +("littleboy" nil (((l ih) 1) ((t ax l) 0) ((b oy) 1))) +("littlechild" nil (((l ih) 1) ((t ax l) 0) ((ch ay l d) 1))) +("littlefield" nil (((l ih) 1) ((t ax l) 0) ((f iy l d) 1))) +("littleford" nil (((l ih t) 1) ((l ih) 0) ((f er d) 0))) +("littlejohn" nil (((l ih) 1) ((t ax l) 0) ((jh aa n) 1))) +("littlepage" nil (((l ih) 1) ((t ax l) 0) ((p ey jh) 1))) +("littler" nil (((l ih) 1) ((t ax) 0) ((l er) 0))) +("littles" nil (((l ih) 1) ((t ax l z) 0))) +("littlest" nil (((l ih) 1) ((t ax) 0) ((l ax s t) 0))) +("littleton" nil (((l ih) 1) ((t ax l) 0) ((t ax n) 0))) +("littlewood" nil (((l ih) 1) ((t ax l) 0) ((w uh d) 1))) +("littman" nil (((l ih t) 1) ((m ax n) 0))) +("littmann" nil (((l ih t) 1) ((m ax n) 0))) +("litton" nil (((l ih) 1) ((t ax n) 0))) +("littoral" nil (((l ih) 1) ((t er) 0) ((ax l) 0))) +("littrell" nil (((l ih) 1) ((t r ax l) 0))) +("litts" nil (((l ih t s) 1))) +("litty" nil (((l ih) 1) ((t iy) 0))) +("liturgical" nil (((l ax) 0) ((t er) 1) ((jh ih) 0) ((k ax l) 0))) +("liturgy" nil (((l ih) 1) ((t er) 0) ((jh iy) 0))) +("litvack" nil (((l ih t) 1) ((v ae k) 0))) +("litvak" nil (((l ih t) 1) ((v ax k) 0))) +("litvin" nil (((l ih t) 1) ((v ih n) 0))) +("litwack" nil (((l ih) 1) ((t w ao k) 0))) +("litwak" nil (((l ih) 1) ((t w ax k) 0))) +("litwiller" nil (((l ih) 0) ((t w ih) 1) ((l er) 0))) +("litwin" nil (((l ih) 1) ((t w ih n) 0))) +("litz" nil (((l ih t s) 1))) +("litzenberg" nil (((l ih t) 1) ((z ax n) 0) ((b er g) 0))) +("litzenberger" nil (((l ih t) 1) ((z ax n) 0) ((b er) 0) ((g er) 0))) +("litzinger" nil (((l ih t) 1) ((z ih ng) 0) ((er) 0))) +("liu" nil (((l y ow) 1))) +("liupanshui" nil (((l y ow) 1) ((p aa n) 1) ((sh w ey) 1))) +("liuyang" nil (((l y ow) 1) ((y aa ng) 1))) +("liuzhou" nil (((l y ow) 1) ((jh ow) 1))) +("liuzza" nil (((l iy) 0) ((uw t) 1) ((s ax) 0))) +("liuzzi" nil (((l iy) 0) ((uw t) 1) ((s iy) 0))) +("livable" nil (((l ih) 1) ((v ax) 0) ((b ax l) 0))) +("live" j (((l ay v) 1))) +("live" v (((l ih v) 1))) +("lived" nil (((l ih v d) 1))) +("livelier" nil (((l ih) 0) ((v eh) 1) ((l y er) 0))) +("liveliest" nil (((l ih) 1) ((v ax) 0) ((l iy s t) 1))) +("livelihood" nil (((l ay) 1) ((v l iy) 0) ((hh uh d) 1))) +("livelihoods" nil (((l ih) 1) ((v ax) 0) ((l ih) 0) ((hh uh d z) 1))) +("liveliness" nil (((l ay) 1) ((v l iy) 0) ((n ax s) 0))) +("lively" nil (((l ay) 1) ((v l iy) 0))) +("liven" nil (((l ay) 1) ((v ax n) 0))) +("livened" nil (((l ay) 1) ((v ax n d) 0))) +("livengood" nil (((l ih) 1) ((v ih n) 0) ((g uh d) 0))) +("liver" nil (((l ih) 1) ((v er) 0))) +("livergood" nil (((l ih) 1) ((v er) 0) ((g uh d) 1))) +("liveried" nil (((l ih) 1) ((v r iy d) 0))) +("liverman" nil (((l ih) 1) ((v er) 0) ((m ax n) 0))) +("livermore" nil (((l ih) 0) ((v er) 0) ((m ao r) 1))) +("livernois" nil (((l ih) 1) ((v er n) 0) ((w aa) 1))) +("liverpool" nil (((l ih) 1) ((v er) 0) ((p uw l) 1))) +("livers" nil (((l ih) 1) ((v er z) 0))) +("liverworts" nil (((l ih) 1) ((v er) 0) ((w er t s) 0))) +("lives" n (((l ay v z) 1))) +("lives" v (((l ih v z) 1))) +("livesay" nil (((l ih) 1) ((v ih) 0) ((s ey) 0))) +("livesey" nil (((l ih) 1) ((v ih) 0) ((s iy) 0))) +("livestock" nil (((l ay v) 1) ((s t aa k) 1))) +("livezey" nil (((l ih) 1) ((v ih) 0) ((z iy) 0))) +("livia" nil (((l ih) 1) ((v iy) 0) ((ax) 0))) +("livid" nil (((l ih) 1) ((v ih d) 0))) +("living" nil (((l ih) 1) ((v ih ng) 0))) +("livingood" nil (((l ih) 1) ((v ih n) 0) ((g uh d) 1))) +("livings" nil (((l ih) 1) ((v ih ng z) 0))) +("livingston" nil (((l ih) 1) ((v ih ng) 0) ((s t ax n) 0))) +("livingstone" nil (((l ih) 1) ((v ih ng) 0) ((s t ow n) 1))) +("livingwell" nil (((l ih) 1) ((v ih ng) 0) ((w eh l) 1))) +("livolsi" nil (((l iy) 0) ((v ow l) 1) ((s iy) 0))) +("livonia" nil (((l ih) 0) ((v ow) 1) ((n y ax) 0))) +("livoti" nil (((l iy) 0) ((v ow) 1) ((t iy) 0))) +("livsey" nil (((l ih v) 1) ((z iy) 0))) +("livvie" nil (((l ih) 1) ((v iy) 0))) +("liwei" nil (((l iy) 1) ((w ey) 1))) +("liyan" nil (((l iy) 1) ((y ae n) 1))) +("liz" nil (((l ih z) 1))) +("liza" nil (((l iy) 1) ((z ax) 0))) +("lizabeth" nil (((l ih) 1) ((z ax) 0) ((b eh th) 0))) +("lizak" nil (((l ih) 1) ((z ax k) 0))) +("lizard" nil (((l ih) 1) ((z er d) 0))) +("lizards" nil (((l ih) 1) ((z er d z) 0))) +("lizarraga" nil (((l iy) 0) ((z aa) 0) ((r aa) 1) ((g ax) 0))) +("lizhi" nil (((l ih) 1) ((z iy) 0))) +("lizotte" nil (((l ih) 0) ((z ao t) 1))) +("lizzie" nil (((l ih) 1) ((z iy) 0))) +("lizzy" nil (((l ih) 1) ((z iy) 0))) +("Ljubljana" n (((l uh b) 1) ((l y ae) 1) ((n ae) 0))) +("ljubomir" nil (((l y uw) 1) ((b ow) 0) ((m ih r) 1))) +("llama" nil (((l aa) 1) ((m ax) 0))) +("llamas" nil (((l aa) 1) ((m ax z) 0))) +("llana" nil (((l ae) 1) ((n ax) 0))) +("llanas" nil (((l ae) 1) ((n ax z) 0))) +("llanes" nil (((l ey n z) 1))) +("llano" nil (((l aa) 1) ((n ow) 0))) +("llanos" nil (((l aa) 1) ((n ow z) 0))) +("llerena" nil (((l eh) 0) ((r ey) 1) ((n ax) 0))) +("llewellyn" nil (((l uw) 1) ((eh) 1) ((l ih n) 0))) +("llewelyn" nil (((l uw) 1) ((ih) 0) ((l ih n) 0))) +("llorens" nil (((l ao) 0) ((r ey) 1) ((ax n z) 0))) +("llorente" nil (((l ao) 0) ((r ey n) 1) ((t ey) 0))) +("llosa" nil (((l ow) 1) ((s ax) 0))) +("llovio" nil (((l ow) 1) ((v iy) 0) ((ow) 0))) +("lloyd" nil (((l oy d) 1))) +("lloyds" nil (((l oy d z) 1))) +("lo" nil (((l ow) 1))) +("load" nil (((l ow d) 1))) +("loaded" nil (((l ow) 1) ((d ax d) 0))) +("loader" nil (((l ow) 1) ((d er) 0))) +("loaders" nil (((l ow) 1) ((d er z) 0))) +("loadholt" nil (((l ow d) 1) ((hh ow l t) 1))) +("loading" nil (((l ow) 1) ((d ih ng) 0))) +("loadings" nil (((l ow) 1) ((d ih ng z) 0))) +("loadman" nil (((l ow d) 1) ((m ax n) 0))) +("loads" nil (((l ow d z) 1))) +("loaf" nil (((l ow f) 1))) +("loafers" nil (((l ow) 1) ((f er z) 0))) +("loafs" nil (((l ow f s) 1))) +("loaiza" nil (((l ow) 0) ((aa) 0) ((iy) 1) ((z ax) 0))) +("loam" nil (((l ow m) 1))) +("loamy" nil (((l ow) 1) ((m iy) 0))) +("loan" nil (((l ow n) 1))) +("loaned" nil (((l ow n d) 1))) +("loaning" nil (((l ow) 1) ((n ih ng) 0))) +("loanloss" nil (((l ow n) 1) ((l ao s) 1))) +("loans" nil (((l ow n z) 1))) +("loar" nil (((l ao r) 1))) +("loath" nil (((l ow th) 1))) +("loathe" nil (((l ow dh) 1))) +("loathed" nil (((l ow dh d) 1))) +("loathing" nil (((l ow) 1) ((th ih ng) 0))) +("loathsome" nil (((l ow dh) 1) ((s ax m) 0))) +("loaves" nil (((l ow v z) 1))) +("lob" nil (((l aa b) 1))) +("lobato" nil (((l ow) 0) ((b aa) 1) ((t ow) 0))) +("lobaugh" nil (((l aa) 1) ((b ao) 0))) +("lobb" nil (((l aa b) 1))) +("lobban" nil (((l aa) 1) ((b ax n) 0))) +("lobbed" nil (((l aa b d) 1))) +("lobbia" nil (((l aa) 1) ((b iy) 0) ((ax) 0))) +("lobbied" nil (((l aa) 1) ((b iy d) 0))) +("lobbies" nil (((l aa) 1) ((b iy z) 0))) +("lobbing" nil (((l aa) 1) ((b ih ng) 0))) +("lobby" nil (((l aa) 1) ((b iy) 0))) +("lobbying" nil (((l aa) 1) ((b iy) 0) ((ih ng) 0))) +("lobbyist" nil (((l aa) 1) ((b iy) 0) ((ax s t) 0))) +("lobbyists" nil (((l aa) 1) ((b iy) 0) ((ih s t s) 0))) +("lobdell" nil (((l aa b) 1) ((d ax l) 0))) +("lobe" nil (((l ow b) 1))) +("lobed" nil (((l ow b d) 1))) +("lobel" nil (((l ow) 1) ((b ax l) 0))) +("lobell" nil (((l ow) 0) ((b eh l) 1))) +("lobello" nil (((l ow) 0) ((b eh) 1) ((l ow) 0))) +("lober" nil (((l ow) 1) ((b er) 0))) +("loberg" nil (((l ow) 1) ((b er g) 0))) +("lobes" nil (((l ow b z) 1))) +("lobianco" nil (((l ow) 0) ((b iy) 0) ((aa n) 1) ((k ow) 0))) +("loblaw" nil (((l aa) 0) ((b l ao) 1))) +("loblolly" nil (((l aa) 1) ((b l aa) 1) ((l iy) 0))) +("lobo" nil (((l ow) 1) ((b ow) 0))) +("lobos" nil (((l ow) 1) ((b ow s) 0))) +("lobosco" nil (((l ow) 0) ((b ow) 1) ((s k ow) 0))) +("lobotomy" nil (((l ow) 1) ((b ow) 1) ((t ow) 1) ((m iy) 0))) +("lobster" nil (((l aa b) 1) ((s t er) 0))) +("lobsterman" nil (((l aa b) 1) ((s t er) 0) ((m ax n) 0))) +("lobstermen" nil (((l aa b) 1) ((s t er) 0) ((m ih n) 0))) +("lobsters" nil (((l aa b) 1) ((s t er z) 0))) +("lobue" nil (((l ow) 1) ((b w eh) 0))) +("lobules" nil (((l aa) 1) ((b y uw l z) 1))) +("local" nil (((l ow) 1) ((k ax l) 0))) +("locale" nil (((l ow) 0) ((k ae l) 1))) +("locales" nil (((l ow) 0) ((k ae l z) 1))) +("localities" nil (((l ow) 0) ((k ae) 1) ((l ih) 0) ((t iy z) 0))) +("locality" nil (((l ow) 0) ((k ae) 1) ((l ax) 0) ((t iy) 0))) +("localization" nil (((l ow) 1) ((k ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("localized" nil (((l ow) 1) ((k ax) 0) ((l ay z d) 1))) +("locally" nil (((l ow) 1) ((k ax) 0) ((l iy) 0))) +("locals" nil (((l ow) 1) ((k ax l z) 0))) +("locascio" nil (((l ax) 0) ((k ae) 1) ((s iy) 0) ((ow) 0))) +("locastro" nil (((l ax) 0) ((k ae) 1) ((s t r ow) 0))) +("locate" nil (((l ow) 1) ((k ey t) 1))) +("located" nil (((l ow) 1) ((k ey) 1) ((t ax d) 0))) +("locatelli" nil (((l ow) 0) ((k aa) 0) ((t eh) 1) ((l iy) 0))) +("locates" nil (((l ow) 1) ((k ey t s) 1))) +("locating" nil (((l ow) 1) ((k ey) 1) ((t ih ng) 0))) +("location" nil (((l ow) 0) ((k ey) 1) ((sh ax n) 0))) +("locations" nil (((l ow) 0) ((k ey) 1) ((sh ax n z) 0))) +("locator" nil (((l ow) 1) ((k ey) 1) ((t er) 0))) +("locey" nil (((l ow) 1) ((s iy) 0))) +("loch" nil (((l aa k) 1))) +("locher" nil (((l aa) 1) ((k er) 0))) +("lochhead" nil (((l aa k) 1) ((hh eh d) 1))) +("lochner" nil (((l aa k) 1) ((n er) 0))) +("lochridge" nil (((l aa) 1) ((k r ih jh) 0))) +("locicero" nil (((l ow) 0) ((ch iy) 0) ((ch eh) 1) ((r ow) 0))) +("lock" nil (((l aa k) 1))) +("lockaby" nil (((l aa) 1) ((k ax) 0) ((b iy) 0))) +("lockamy" nil (((l aa) 1) ((k ax) 0) ((m iy) 0))) +("lockard" nil (((l aa) 1) ((k er d) 0))) +("lockart" nil (((l aa) 1) ((k aa r t) 1))) +("locke" nil (((l aa k) 1))) +("locked" nil (((l aa k t) 1))) +("locken" nil (((l aa) 1) ((k ax n) 0))) +("locker" nil (((l aa) 1) ((k er) 0))) +("lockerbie" nil (((l aa) 1) ((k er) 0) ((b iy) 0))) +("lockerby" nil (((l aa) 1) ((k er) 0) ((b iy) 0))) +("lockerman" nil (((l aa) 1) ((k er) 0) ((m ax n) 0))) +("lockers" nil (((l aa) 1) ((k er z) 0))) +("lockert" nil (((l aa) 1) ((k er t) 0))) +("lockett" nil (((l aa) 1) ((k ih t) 0))) +("lockey" nil (((l aa) 1) ((k iy) 0))) +("lockhart" nil (((l aa k) 1) ((hh aa r t) 1))) +("lockheed" nil (((l aa k) 1) ((hh iy d) 1))) +("lockie" nil (((l aa) 1) ((k iy) 0))) +("locking" nil (((l aa) 1) ((k ih ng) 0))) +("locklair" nil (((l aa) 1) ((k l er) 0))) +("locklar" nil (((l aa) 1) ((k l er) 0))) +("locklear" nil (((l aa) 1) ((k l er) 0))) +("lockley" nil (((l aa) 1) ((k l iy) 0))) +("locklin" nil (((l aa) 1) ((k l ih n) 0))) +("lockman" nil (((l aa k) 1) ((m ax n) 0))) +("lockmiller" nil (((l aa k) 1) ((m ih) 1) ((l er) 0))) +("lockner" nil (((l aa k) 1) ((n er) 0))) +("lockout" nil (((l aa) 1) ((k aw t) 1))) +("lockouts" nil (((l aa) 1) ((k aw t s) 1))) +("lockrem" nil (((l aa) 1) ((k r ih m) 0))) +("lockridge" nil (((l aa) 1) ((k r ih jh) 1))) +("locks" nil (((l aa k s) 1))) +("locksmith" nil (((l aa k) 1) ((s m ih th) 1))) +("lockstep" nil (((l aa k) 1) ((s t eh p) 1))) +("lockup" nil (((l aa) 1) ((k ah p) 1))) +("lockwood" nil (((l aa) 1) ((k w uh d) 1))) +("lockyer" nil (((l aa) 1) ((k y er) 0))) +("loco" nil (((l ow) 1) ((k ow) 0))) +("lococo" nil (((l ow) 0) ((k ow) 1) ((k ow) 0))) +("locomotion" nil (((l ow) 1) ((k ax) 0) ((m ow) 1) ((sh ax n) 0))) +("locomotive" nil (((l ow) 1) ((k ax) 0) ((m ow) 1) ((t ih v) 0))) +("locomotives" nil (((l ow) 1) ((k ax) 0) ((m ow) 1) ((t ih v z) 0))) +("locomotor" nil (((l ow) 1) ((k ax) 0) ((m ow) 1) ((t er) 0))) +("loconte" nil (((l ow) 0) ((k ow n) 1) ((t iy) 0))) +("locsin" nil (((l aa k) 1) ((s ih n) 0))) +("loctite" nil (((l aa k) 1) ((t ay t) 1))) +("locurto" nil (((l ow) 0) ((k uh r) 1) ((t ow) 0))) +("locus" nil (((l ow) 1) ((k ax s) 0))) +("locust" nil (((l ow) 1) ((k ax s t) 0))) +("locusts" nil (((l ow) 1) ((k ax s t s) 0))) +("locy" nil (((l ow) 1) ((s iy) 0))) +("lodato" nil (((l ow) 0) ((d aa) 1) ((t ow) 0))) +("lode" nil (((l ow d) 1))) +("lodema" nil (((l ow) 0) ((d eh) 1) ((m ax) 0))) +("loden" nil (((l ow) 1) ((d ax n) 0))) +("loder" nil (((l ow) 1) ((d er) 0))) +("lodes" nil (((l ow d z) 1))) +("lodestar" nil (((l ow d) 1) ((s t aa r) 1))) +("lodestone" nil (((l ow d) 1) ((s t ow n) 1))) +("lodge" nil (((l aa jh) 1))) +("lodged" nil (((l aa jh d) 1))) +("lodgepole" nil (((l aa jh) 1) ((p ow l) 1))) +("lodges" nil (((l aa) 1) ((jh ax z) 0))) +("lodging" nil (((l aa) 1) ((jh ih ng) 0))) +("lodgings" nil (((l aa) 1) ((jh ih ng z) 0))) +("lodi" nil (((l ow) 1) ((d ay) 0))) +("lodico" nil (((l ow) 0) ((d iy) 1) ((k ow) 0))) +("lodley" nil (((l aa d) 1) ((l iy) 0))) +("lodwick" nil (((l aa) 1) ((d w ih k) 0))) +("lodwrick" nil (((l aa) 1) ((d r ih k) 0))) +("loe" nil (((l ow) 1))) +("loeb" nil (((l ow b) 1))) +("loeber" nil (((l ow) 1) ((b er) 0))) +("loeffel" nil (((l ow) 1) ((f ax l) 0))) +("loeffelholz" nil (((l ow) 1) ((f ih l) 0) ((hh ow l z) 0))) +("loeffler" nil (((l ow) 1) ((f l er) 0))) +("loehr" nil (((l ao r) 1))) +("loella" nil (((l ow) 1) ((eh) 1) ((l ax) 0))) +("loeper" nil (((l ow) 1) ((p er) 0))) +("loepfe" nil (((l ow p) 1) ((f iy) 0))) +("loera" nil (((l ao) 1) ((r ax) 0))) +("loesch" nil (((l ow sh) 1))) +("loesche" nil (((l ow sh) 1))) +("loescher" nil (((l ow) 1) ((sh er) 0))) +("loeser" nil (((l ow) 1) ((z er) 0))) +("loess" nil (((l ow) 1) ((ax s) 0))) +("loew" nil (((l aa) 1) ((uw) 0))) +("loewe" nil (((l aa) 1) ((uw) 0))) +("loewen" nil (((l aa) 1) ((uw) 0) ((ax n) 0))) +("loewenson" nil (((l ow) 1) ((w ax n) 0) ((s ax n) 0))) +("loewenstein" nil (((l aa) 1) ((uw) 0) ((ax n) 0) ((s t ay n) 0))) +("loewenthal" nil (((l aa) 1) ((uw) 0) ((ih n) 0) ((th ax l) 0))) +("loewi" nil (((l ow) 1) ((w iy) 0))) +("loews" nil (((l ow z) 1))) +("loewy" nil (((l ow) 1) ((iy) 0))) +("lofaro" nil (((l ow) 0) ((f aa) 1) ((r ow) 0))) +("lofaso" nil (((l ow) 0) ((f aa) 1) ((s ow) 0))) +("loffredo" nil (((l ow) 0) ((f r ey) 1) ((d ow) 0))) +("lofgren" nil (((l aa f) 1) ((g r eh n) 0))) +("lofland" nil (((l aa) 1) ((f l ax n d) 0))) +("loflin" nil (((l aa) 1) ((f l ih n) 0))) +("lofquist" nil (((l aa f) 1) ((k w ih s t) 0))) +("lofstrom" nil (((l aa f) 1) ((s t r ax m) 0))) +("loft" nil (((l ao f t) 1))) +("lofthouse" nil (((l ao f t) 1) ((hh aw s) 1))) +("lofthus" nil (((l aa f) 1) ((th ih s) 0))) +("loftier" nil (((l ao f) 1) ((t iy) 0) ((er) 0))) +("loftin" nil (((l aa f) 1) ((t ih n) 0))) +("loftis" nil (((l aa f) 1) ((t ih s) 0))) +("lofton" nil (((l aa f) 1) ((t ax n) 0))) +("lofts" nil (((l ao f t s) 1))) +("loftus" nil (((l ao f) 1) ((t ax s) 0))) +("lofty" nil (((l ao f) 1) ((t iy) 0))) +("log" nil (((l ao g) 1))) +("logan" nil (((l ow) 1) ((g ax n) 0))) +("logar" nil (((l ow) 1) ((g er) 0))) +("logarithm" nil (((l aa) 1) ((g er) 0) ((ih) 1) ((dh ax m) 0))) +("logarithmic" nil (((l aa) 1) ((g er) 0) ((ih dh) 1) ((m ih k) 0))) +("logarithms" nil (((l aa) 1) ((g er) 0) ((ih) 1) ((dh ax m z) 0))) +("logbook" nil (((l ao g) 1) ((b uh k) 1))) +("loge" nil (((l ow jh) 1))) +("loges" nil (((l ow) 1) ((jh ih z) 0))) +("logged" nil (((l ao g d) 1))) +("loggerhead" nil (((l ao) 1) ((g er) 0) ((hh eh d) 1))) +("loggerheads" nil (((l aa) 1) ((g er) 0) ((hh eh d z) 1))) +("loggers" nil (((l aa) 1) ((g er z) 0))) +("loggia" nil (((l aa) 1) ((g iy) 0) ((ax) 0))) +("logging" nil (((l ao) 1) ((g ih ng) 0))) +("loggins" nil (((l aa) 1) ((g ih n z) 0))) +("loghry" nil (((l aa) 1) ((g r iy) 0))) +("logic" nil (((l aa) 1) ((jh ih k) 0))) +("logica" nil (((l aa) 1) ((jh ih) 0) ((k ax) 0))) +("logical" nil (((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("logically" nil (((l aa) 1) ((jh ih) 0) ((k l iy) 0))) +("logician" nil (((l ow) 0) ((jh ih) 1) ((sh ax n) 0))) +("logicon" nil (((l aa) 1) ((jh ih) 0) ((k aa n) 1))) +("logie" nil (((l ow) 1) ((jh iy) 0))) +("logistic" nil (((l ax) 0) ((jh ih) 1) ((s t ih k) 0))) +("logistical" nil (((l ax) 0) ((jh ih) 1) ((s t ih) 0) ((k ax l) 0))) +("logistically" nil (((l ax) 0) ((jh ih) 1) ((s t ih) 0) ((k l iy) 0))) +("logistics" nil (((l ax) 0) ((jh ih) 1) ((s t ih k s) 0))) +("logiudice" nil (((l ow) 0) ((jh uw) 1) ((d ax s) 0))) +("logjam" nil (((l aa g) 1) ((jh ae m) 1))) +("logjams" nil (((l aa g) 1) ((jh ae m z) 1))) +("logo" nil (((l ow) 1) ((g ow) 0))) +("logograms" nil (((l ao) 1) ((g ax) 0) ((g r ae m z) 1))) +("logographic" nil (((l ao) 1) ((g ax) 0) ((g r ae) 1) ((f ih k) 0))) +("logos" nil (((l ow) 1) ((g ow z) 1))) +("logothetis" nil (((l ow) 1) ((g ow) 0) ((th eh) 1) ((t ih s) 0))) +("lograsso" nil (((l ow) 0) ((g r aa) 1) ((s ow) 0))) +("logs" nil (((l ao g z) 1))) +("logsdon" nil (((l aa g z) 1) ((d ax n) 0))) +("logston" nil (((l aa g) 1) ((s t ax n) 0))) +("logue" nil (((l ow g) 1))) +("loguidice" nil (((l ow) 0) ((g ay) 1) ((d ih s) 0))) +("logwood" nil (((l aa) 1) ((g w uh d) 1))) +("loh" nil (((l ow) 1))) +("lohengrin" nil (((l ow) 1) ((ax n) 0) ((g r ih n) 0))) +("lohman" nil (((l ow) 1) ((m ax n) 0))) +("lohmann" nil (((l ow) 1) ((m ax n) 0))) +("lohmeier" nil (((l ow) 1) ((m ay) 0) ((er) 0))) +("lohmeyer" nil (((l ow) 1) ((m ay) 0) ((er) 0))) +("lohn" nil (((l aa n) 1))) +("lohner" nil (((l ow) 1) ((n er) 0))) +("lohnes" nil (((l ow n z) 1))) +("lohr" nil (((l ao r) 1))) +("lohrenz" nil (((l ao) 1) ((r ih n s) 0))) +("lohrey" nil (((l aa) 1) ((r iy) 0))) +("lohrman" nil (((l ao r) 1) ((m ax n) 0))) +("lohrmann" nil (((l ao r) 1) ((m ax n) 0))) +("lohse" nil (((l ow s) 1))) +("loiacano" nil (((l ow) 0) ((y ax) 0) ((k aa) 1) ((n ow) 0))) +("loiacono" nil (((l ow) 0) ((y ax) 0) ((k ow) 1) ((n ow) 0))) +("loibl" nil (((l oy) 1) ((b ax l) 0))) +("loin" nil (((l oy n) 1))) +("loincloth" nil (((l oy n) 1) ((k l ao th) 1))) +("loire" nil (((l oy r) 1))) +("lois" nil (((l ow) 1) ((ax s) 0))) +("loise" nil (((l uw) 1) ((ax s) 0))) +("loiseau" nil (((l uw) 1) ((ax) 0) ((s ow) 1))) +("loisel" nil (((l oy) 0) ((z eh l) 1))) +("loiselle" nil (((l oy) 0) ((z eh l) 1))) +("loiter" nil (((l oy) 1) ((t er) 0))) +("loitering" nil (((l oy) 1) ((t er) 0) ((ih ng) 0))) +("lok" nil (((l aa k) 1))) +("loken" nil (((l ow) 1) ((k ax n) 0))) +("loker" nil (((l ow) 1) ((k er) 0))) +("lokey" nil (((l ow) 1) ((k iy) 0))) +("lokkee" nil (((l aa) 1) ((k iy) 0))) +("lokken" nil (((l aa) 1) ((k ax n) 0))) +("lola" nil (((l ow) 1) ((l ax) 0))) +("loleta" nil (((l ow) 0) ((l eh) 1) ((t ax) 0))) +("lolita" nil (((l ow) 0) ((l iy) 1) ((t ax) 0))) +("loll" nil (((l aa l) 1))) +("lollapalooza" nil (((l aa) 1) ((l ax) 0) ((p ax) 0) ((l uw) 1) ((z ax) 0))) +("lollapaloozas" nil (((l aa) 1) ((l ax) 0) ((p ax) 0) ((l uw) 1) ((z ax z) 0))) +("lollar" nil (((l aa) 1) ((l er) 0))) +("lollard" nil (((l aa) 1) ((l er d) 0))) +("lolley" nil (((l aa) 1) ((l iy) 0))) +("lolli" nil (((l aa) 1) ((l iy) 0))) +("lolling" nil (((l aa) 1) ((l ih ng) 0))) +("lollipop" nil (((l aa) 1) ((l iy) 0) ((p aa p) 1))) +("lollipops" nil (((l aa) 1) ((l iy) 0) ((p aa p s) 1))) +("lollis" nil (((l ax) 0) ((l iy s) 1))) +("lolly" nil (((l aa) 1) ((l iy) 0))) +("loma" nil (((l ow) 1) ((m ax) 0))) +("lomak" nil (((l ow) 1) ((m ae k) 0))) +("loman" nil (((l ow) 1) ((m ax n) 0))) +("lomas" nil (((l ow) 1) ((m ax z) 0))) +("lomasney" nil (((l aa) 1) ((m ax) 0) ((s n iy) 0))) +("lomax" nil (((l ow) 1) ((m ae k s) 1))) +("lomb" nil (((l aa m) 1))) +("lomba" nil (((l aa m) 1) ((b ax) 0))) +("lombard" nil (((l aa m) 1) ((b aa r d) 0))) +("lombardi" nil (((l aa m) 0) ((b aa r) 1) ((d iy) 0))) +("lombardo" nil (((l aa m) 0) ((b aa r) 1) ((d ow) 0))) +("lombards" nil (((l aa m) 1) ((b aa r d z) 0))) +("lomeli" nil (((l ow) 0) ((m eh) 1) ((l iy) 0))) +("lommen" nil (((l ow) 1) ((m ax n) 0))) +("lomonaco" nil (((l ow) 0) ((m ow) 0) ((n aa) 1) ((k ow) 0))) +("lompoc" nil (((l aa m) 1) ((p aa k) 0))) +("lon" nil (((l aa n) 1))) +("lona" nil (((l ow) 1) ((n ax) 0))) +("lonardo" nil (((l ow) 0) ((n aa r) 1) ((d ow) 0))) +("lonas" nil (((l ow) 1) ((n ax z) 0))) +("loncar" nil (((l aa n) 1) ((k aa r) 0))) +("londo" nil (((l aa n) 1) ((d ow) 0))) +("london" nil (((l ah n) 1) ((d ax n) 0))) +("londonderry" nil (((l ah n) 1) ((d ax n) 0) ((d eh) 1) ((r iy) 0))) +("londoner" nil (((l ah n) 1) ((d ax) 0) ((n er) 0))) +("londoners" nil (((l ah n) 1) ((d ax) 0) ((n er z) 0))) +("londono" nil (((l ow n) 0) ((d ow) 1) ((n ow) 0))) +("lone" nil (((l ow n) 1))) +("loneliness" nil (((l ow n) 1) ((l iy) 0) ((n ax s) 0))) +("lonely" nil (((l ow n) 1) ((l iy) 0))) +("loner" nil (((l ow) 1) ((n er) 0))) +("lonergan" nil (((l aa) 1) ((n er) 0) ((g ax n) 0))) +("lonero" nil (((l ow) 0) ((n eh) 1) ((r ow) 0))) +("lones" nil (((l ow n z) 1))) +("lonesome" nil (((l ow n) 1) ((s ax m) 0))) +("lonetree" nil (((l ow n) 1) ((t r iy) 1))) +("loney" nil (((l ow) 1) ((n iy) 0))) +("long" nil (((l ao ng) 1))) +("longacre" nil (((l ao ng) 1) ((ey) 1) ((k er) 0))) +("longaker" nil (((l aa ng) 1) ((g ax) 0) ((k er) 0))) +("longan" nil (((l aa ng) 1) ((g ax n) 0))) +("longanecker" nil (((l aa ng) 1) ((g ax) 0) ((n eh) 0) ((k er) 0))) +("longbow" nil (((l ao ng) 1) ((b ow) 1))) +("longbrake" nil (((l ao ng) 1) ((b r ey k) 1))) +("longchamp" nil (((l ao ng) 1) ((sh ae m p) 1))) +("longcor" nil (((l ow ng g) 0) ((k ao r) 1))) +("longden" nil (((l ao ng) 1) ((d eh n) 1))) +("longe" nil (((l aa n jh) 1))) +("longed" nil (((l ao ng d) 1))) +("longenecker" nil (((l aa n jh) 1) ((n eh) 0) ((k er) 0))) +("longer" nil (((l ao ng) 1) ((g er) 0))) +("longerbeam" nil (((l ao ng) 1) ((g er) 0) ((b iy m) 1))) +("longest" nil (((l ao ng) 1) ((g ax s t) 0))) +("longevity" nil (((l ao n) 0) ((jh eh) 1) ((v ax) 0) ((t iy) 0))) +("longfellow" nil (((l ao ng) 1) ((f eh) 1) ((l ow) 0))) +("longfield" nil (((l ao ng) 1) ((f iy l d) 1))) +("longgushan" nil (((l ow ng) 1) ((g uw) 1) ((sh aa n) 1))) +("longhair" nil (((l ao ng) 1) ((hh eh r) 1))) +("longhand" nil (((l ao ng) 1) ((hh ae n d) 1))) +("longhi" nil (((l ow n) 1) ((g iy) 0))) +("longhorn" nil (((l ao ng) 1) ((hh ao r n) 1))) +("longhorns" nil (((l ao ng) 1) ((hh ao r n z) 1))) +("longhouse" nil (((l ao ng) 1) ((hh aw s) 1))) +("longhurst" nil (((l aa ng) 1) ((hh er s t) 0))) +("longing" nil (((l ao ng) 1) ((ih ng) 0))) +("longingly" nil (((l ao ng) 1) ((ih ng) 0) ((l iy) 0))) +("longings" nil (((l ao ng) 1) ((ih ng z) 0))) +("longino" nil (((l ow ng) 0) ((g iy) 1) ((n ow) 0))) +("longish" nil (((l ao ng) 1) ((ih sh) 0))) +("longitude" nil (((l aa n) 1) ((jh ax) 0) ((t uw d) 1))) +("longitudes" nil (((l aa n) 1) ((jh ax) 0) ((t uw d z) 1))) +("longitudinal" nil (((l aa n) 1) ((jh ax) 0) ((t uw) 1) ((d ax) 0) ((n ax l) 0))) +("longji" nil (((l ow ng) 1) ((jh iy) 1))) +("longjing" nil (((l ow ng) 1) ((jh iy ng) 1))) +("longleaf" nil (((l ao ng) 1) ((l iy f) 1))) +("longlegs" nil (((l ao ng) 1) ((l eh g z) 1))) +("longley" nil (((l aa ng) 1) ((g l iy) 0))) +("longman" nil (((l ao ng) 1) ((m ax n) 0))) +("longmeyer" nil (((l ao ng) 1) ((m ay) 1) ((er) 0))) +("longmire" nil (((l aa ng) 1) ((m ay r) 0))) +("longmont" nil (((l ao ng) 1) ((m aa n t) 1))) +("longmore" nil (((l ow ng) 1) ((m ao r) 0))) +("longnan" nil (((l ow ng) 1) ((n aa n) 1))) +("longnecker" nil (((l ao ng) 1) ((n eh) 1) ((k er) 0))) +("longo" nil (((l ao ng) 1) ((g ow) 0))) +("longobardi" nil (((l ow ng) 0) ((g ow) 0) ((b aa r) 1) ((d iy) 0))) +("longoria" nil (((l ow ng) 0) ((g ao) 1) ((r iy) 0) ((ax) 0))) +("longping" nil (((l ow ng) 1) ((p iy ng) 1))) +("longpre" nil (((l aa ng) 1) ((p er) 0))) +("longrange" nil (((l ao ng) 1) ((r ey n jh) 1))) +("longs" nil (((l ao ng z) 1))) +("longshore" nil (((l ao ng) 1) ((sh ao r) 1))) +("longshoremen" nil (((l ao ng) 1) ((sh ao r) 1) ((m ih n) 0))) +("longshot" nil (((l ao ng) 1) ((sh aa t) 1))) +("longspurs" nil (((l ao ng) 1) ((s p er z) 1))) +("longstaff" nil (((l ao ng) 1) ((s t ae f) 1))) +("longstanding" nil (((l ao ng) 1) ((s t ae n) 1) ((d ih ng) 0))) +("longstreet" nil (((l ao ng) 1) ((s t r iy t) 1))) +("longstreth" nil (((l aa ng) 1) ((s t r eh th) 0))) +("longsworth" nil (((l ao ng) 1) ((z w er th) 1))) +("longterm" nil (((l ao ng) 1) ((t er m) 1))) +("longtime" nil (((l ao ng) 1) ((t ay m) 1))) +("longtin" nil (((l ao ng) 1) ((t ih n) 0))) +("longton" nil (((l ao ng) 1) ((t ax n) 0))) +("longuet" nil (((l ao ng) 1) ((w eh t) 1))) +("longview" nil (((l ao ng) 1) ((v y uw) 1))) +("longwell" nil (((l ao ng) 1) ((w eh l) 1))) +("longwood" nil (((l ao ng) 1) ((w uh d) 1))) +("longworth" nil (((l ao ng) 1) ((w er th) 1))) +("longyan" nil (((l ow ng) 1) ((y ae n) 1))) +("longyang" nil (((l ow ng) 1) ((y aa ng) 1))) +("longyi" nil (((l ow ng) 1) ((y iy) 1))) +("lonigro" nil (((l ow) 0) ((n iy) 1) ((g r ow) 0))) +("lonnie" nil (((l ao) 1) ((n iy) 0))) +("lonon" nil (((l ow) 1) ((n ax n) 0))) +("lonrho" nil (((l aa n) 1) ((r ow) 0))) +("lons" nil (((l aa n z) 1))) +("lonsdale" nil (((l aa n s) 1) ((d ey l) 1))) +("lonski" nil (((l aa n) 1) ((s k iy) 0))) +("lonsky" nil (((l aa n) 1) ((s k iy) 0))) +("lonsway" nil (((l aa n) 1) ((s w ey) 0))) +("loo" nil (((l uw) 1))) +("looart" nil (((l uw) 1) ((aa r t) 0))) +("looby" nil (((l uw) 1) ((b iy) 0))) +("look" nil (((l uh k) 1))) +("lookabaugh" nil (((l uw) 1) ((k ax) 0) ((b ao) 0))) +("lookabill" nil (((l uh) 1) ((k ax) 0) ((b ih l) 1))) +("lookalike" nil (((l uh) 1) ((k ax) 0) ((l ay k) 1))) +("looked" nil (((l uh k t) 1))) +("looker" nil (((l uh) 1) ((k er) 0))) +("looking" nil (((l uh) 1) ((k ih ng) 0))) +("lookingbill" nil (((l uh) 1) ((k ih ng) 0) ((b ih l) 1))) +("lookout" nil (((l uh) 1) ((k aw t) 1))) +("looks" nil (((l uh k s) 1))) +("loom" nil (((l uw m) 1))) +("looman" nil (((l uw) 1) ((m ax n) 0))) +("loomed" nil (((l uw m d) 1))) +("loomer" nil (((l uw) 1) ((m er) 0))) +("looming" nil (((l uw) 1) ((m ih ng) 0))) +("loomis" nil (((l uw) 1) ((m ih s) 0))) +("looms" nil (((l uw m z) 1))) +("loon" nil (((l uw n) 1))) +("looney" nil (((l uw) 1) ((n iy) 0))) +("loong" nil (((l uh ng) 1))) +("loons" nil (((l uw n z) 1))) +("loony" nil (((l uw) 1) ((n iy) 0))) +("loop" nil (((l uw p) 1))) +("looped" nil (((l uw p t) 1))) +("looper" nil (((l uw) 1) ((p er) 0))) +("loopers" nil (((l uw) 1) ((p er z) 0))) +("loophole" nil (((l uw p) 1) ((hh ow l) 1))) +("loopholes" nil (((l uw p) 1) ((hh ow l z) 1))) +("loops" nil (((l uw p s) 1))) +("loopy" nil (((l uw) 1) ((p iy) 0))) +("loos" nil (((l uw z) 1))) +("loose" nil (((l uw s) 1))) +("loosed" nil (((l uw s t) 1))) +("loosely" nil (((l uw) 1) ((s l iy) 0))) +("loosen" nil (((l uw) 1) ((s ax n) 0))) +("loosened" nil (((l uw) 1) ((s ax n d) 0))) +("loosening" nil (((l uw) 1) ((s ax) 0) ((n ih ng) 0))) +("loosens" nil (((l uw) 1) ((s ax n z) 0))) +("looser" nil (((l uw) 1) ((s er) 0))) +("looses" nil (((l uw) 1) ((s ih z) 0))) +("loosestrife" nil (((l uw s) 1) ((s t r ay f) 1))) +("loosestrifes" nil (((l uw s) 1) ((s t r ay f s) 1))) +("loosing" nil (((l uw) 1) ((s ih ng) 0))) +("loot" nil (((l uw t) 1))) +("looted" nil (((l uw) 1) ((t ax d) 0))) +("lootens" nil (((l uw) 1) ((t ax n z) 0))) +("looter" nil (((l uw) 1) ((t er) 0))) +("looters" nil (((l uw) 1) ((t er z) 0))) +("looting" nil (((l uw) 1) ((t ih ng) 0))) +("lootloot" nil (((l uw t) 1) ((l uw t) 1))) +("lop" nil (((l aa p) 1))) +("lopardo" nil (((l ow) 0) ((p aa r) 1) ((d ow) 0))) +("lopata" nil (((l ow) 0) ((p aa) 1) ((t ax) 0))) +("lopatin" nil (((l ow) 0) ((p aa) 0) ((t iy n) 1))) +("lope" nil (((l ow p) 1))) +("lopeman" nil (((l ow p) 1) ((m ax n) 0))) +("loper" nil (((l ow) 1) ((p er) 0))) +("lopes" nil (((l ow p s) 1))) +("lopez" nil (((l ow) 1) ((p eh z) 0))) +("lopiccolo" nil (((l ow) 0) ((p iy) 0) ((k ow) 1) ((l ow) 0))) +("lopid" nil (((l ow) 1) ((p ih d) 0))) +("lopinto" nil (((l ax) 0) ((p ih n) 1) ((t ow) 0))) +("lopp" nil (((l aa p) 1))) +("lopped" nil (((l aa p t) 1))) +("loppers" nil (((l aa) 1) ((p er z) 0))) +("lopping" nil (((l aa) 1) ((p ih ng) 0))) +("loppnow" nil (((l aa p) 1) ((n aw) 0))) +("lopresti" nil (((l ow) 0) ((p r eh) 1) ((s t iy) 0))) +("lopresto" nil (((l ow) 0) ((p r eh) 1) ((s t ow) 0))) +("loprete" nil (((l ow) 1) ((p r iy t) 0))) +("lopsided" nil (((l aa p) 1) ((s ay) 1) ((d ih d) 0))) +("loquacious" nil (((l ow) 0) ((k w ey) 1) ((sh ax s) 0))) +("loquat" nil (((l ow) 1) ((k w aa t) 1))) +("lor" nil (((l ao r) 1))) +("lora" nil (((l ao) 1) ((r ax) 0))) +("lorah" nil (((l ao) 1) ((r ax) 0))) +("lorain" nil (((l er) 0) ((ey n) 1))) +("loraine" nil (((l er) 0) ((ey n) 1))) +("loral" nil (((l ao) 1) ((r ax l) 0))) +("loran" nil (((l ao) 1) ((r ae n) 1))) +("lorance" nil (((l ao) 1) ((r ax n s) 0))) +("lorang" nil (((l ao) 1) ((r ax ng) 0))) +("loranger" nil (((l ao) 1) ((r ey n) 0) ((jh er) 0))) +("lorber" nil (((l ao r) 1) ((b er) 0))) +("lorch" nil (((l ao r k) 1))) +("lord" nil (((l ao r d) 1))) +("lorden" nil (((l ao r) 1) ((d ax n) 0))) +("lordi" nil (((l ao r) 1) ((d iy) 0))) +("lords" nil (((l ao r d z) 1))) +("lordstown" nil (((l ao r d z) 1) ((t aw n) 1))) +("lore" nil (((l ao r) 1))) +("lorean" nil (((l ao) 1) ((r iy) 0) ((ax n) 0))) +("loredo" nil (((l ao) 0) ((r ey) 1) ((d ow) 0))) +("loree" nil (((l ao) 1) ((r iy) 1))) +("lorek" nil (((l ao) 1) ((r ih k) 0))) +("lorelei" nil (((l ao) 1) ((r ih) 0) ((l ay) 1))) +("lorelli" nil (((l ao) 0) ((r eh) 1) ((l iy) 0))) +("lorello" nil (((l ao) 0) ((r eh) 1) ((l ow) 0))) +("loren" nil (((l ao) 1) ((r ax n) 0))) +("lorena" nil (((l ao) 0) ((r eh) 1) ((n ax) 0))) +("lorenc" nil (((l ao) 1) ((r ih ng k) 0))) +("lorence" nil (((l ao) 1) ((r ax n s) 0))) +("lorene" nil (((l ao) 0) ((r iy n) 1))) +("lorensen" nil (((l ao) 1) ((r ih n) 0) ((s ax n) 0))) +("lorenson" nil (((l ao) 1) ((r ih n) 0) ((s ax n) 0))) +("lorentz" nil (((l ao) 1) ((r ih n t s) 0))) +("lorentzen" nil (((l ao) 1) ((r ih n t) 0) ((z ax n) 0))) +("lorenz" nil (((l er) 0) ((eh n t s) 1))) +("lorenza" nil (((l ao) 0) ((r eh n) 1) ((z ax) 0))) +("lorenzana" nil (((l ao) 0) ((r eh n) 0) ((z ae) 1) ((n ax) 0))) +("lorenzen" nil (((l ao) 1) ((r ih n) 0) ((z ax n) 0))) +("lorenzetti" nil (((l ao) 0) ((r eh n) 0) ((z eh) 1) ((t iy) 0))) +("lorenzi" nil (((l ao) 0) ((r eh n) 1) ((z iy) 0))) +("lorenzini" nil (((l ao) 0) ((r eh n) 0) ((z iy) 1) ((n iy) 0))) +("lorenzo" nil (((l er) 0) ((eh n) 1) ((z ow) 0))) +("loreto" nil (((l ao) 0) ((r eh) 1) ((t ow) 0))) +("loretta" nil (((l er) 0) ((eh) 1) ((t ax) 0))) +("lorette" nil (((l ao) 0) ((r eh t) 1))) +("loretto" nil (((l ao) 0) ((r eh) 1) ((t ow) 0))) +("lorey" nil (((l ao) 1) ((r iy) 0))) +("lorge" nil (((l ao r jh) 1))) +("lori" nil (((l ao) 1) ((r iy) 0))) +("loria" nil (((l ao) 1) ((r iy) 0) ((ax) 0))) +("lorick" nil (((l ao) 1) ((r ih k) 0))) +("lorie" nil (((l ao) 1) ((r iy) 0))) +("lorillard" nil (((l ao) 1) ((r ax) 0) ((l aa r d) 0))) +("lorimar" nil (((l ao) 1) ((r ax) 0) ((m aa r) 0))) +("lorimer" nil (((l ao) 1) ((r ih) 0) ((m er) 0))) +("lorimor" nil (((l ao) 1) ((r ih) 0) ((m er) 0))) +("lorin" nil (((l ao) 1) ((r ih n) 0))) +("lorincz" nil (((l ao) 1) ((r ih n ch) 0))) +("loring" nil (((l ao) 1) ((r ih ng) 0))) +("lorino" nil (((l ao) 0) ((r iy) 1) ((n ow) 0))) +("lorio" nil (((l ao) 1) ((r iy) 0) ((ow) 0))) +("loris" nil (((l ao) 1) ((r ih s) 0))) +("lorita" nil (((l ao) 0) ((r iy) 1) ((t ax) 0))) +("lorman" nil (((l ao r) 1) ((m ax n) 0))) +("lormand" nil (((l ao r) 1) ((m ax n d) 0))) +("lorna" nil (((l ao r) 1) ((n ax) 0))) +("lorne" nil (((l ao r n) 1))) +("lorong" nil (((l ao) 1) ((r ao ng) 2))) +("lorraine" nil (((l er) 0) ((ey n) 1))) +("lorrie" nil (((l ao) 1) ((r iy) 0))) +("lorry" nil (((l ao) 1) ((r iy) 0))) +("lorson" nil (((l ao r) 1) ((s ax n) 0))) +("lortel" nil (((l ao r) 1) ((t eh l) 1))) +("lortie" nil (((l ao r) 1) ((t iy) 0))) +("lorton" nil (((l ao r) 1) ((t ax n) 0))) +("lortz" nil (((l ao r t s) 1))) +("lorusso" nil (((l ao) 0) ((r uw) 1) ((s ow) 0))) +("lory" nil (((l ao) 1) ((r iy) 0))) +("los" nil (((l ao s) 1))) +("losada" nil (((l ow) 0) ((s aa) 1) ((d ax) 0))) +("losasso" nil (((l ow) 0) ((s aa) 1) ((s ow) 0))) +("loscalzo" nil (((l ow) 0) ((s k aa l) 1) ((z ow) 0))) +("losch" nil (((l ao sh) 1))) +("loschiavo" nil (((l ow) 0) ((s k iy) 0) ((aa) 1) ((v ow) 0))) +("lose" nil (((l uw z) 1))) +("losec" nil (((l ow) 1) ((z ax k) 0))) +("losee" nil (((l ax) 0) ((s iy) 1))) +("loseke" nil (((l aa) 1) ((s ih k) 0))) +("loser" nil (((l uw) 1) ((z er) 0))) +("losers" nil (((l uw) 1) ((z er z) 0))) +("loses" nil (((l uw) 1) ((z ax z) 0))) +("losey" nil (((l aa) 1) ((s iy) 0))) +("losh" nil (((l aa sh) 1))) +("losing" nil (((l uw) 1) ((z ih ng) 0))) +("losinski" nil (((l ax) 0) ((s ih n) 1) ((s k iy) 0))) +("losito" nil (((l ow) 0) ((s iy) 1) ((t ow) 0))) +("loso" nil (((l ow) 1) ((s ow) 0))) +("losoya" nil (((l aa) 1) ((s oy) 0) ((ae) 0))) +("loss" nil (((l ao s) 1))) +("losses" nil (((l ao) 1) ((s ax z) 0))) +("lossing" nil (((l ao) 1) ((s ih ng) 0))) +("lost" nil (((l ao s t) 1))) +("losurdo" nil (((l ow) 0) ((s uh r) 1) ((d ow) 0))) +("lot" nil (((l aa t) 1))) +("loth" nil (((l aa th) 1))) +("Lothar" n (((l ao) 0) ((th aa r) 1))) +("lothian" nil (((l aa) 1) ((th iy) 0) ((ax n) 0))) +("lothrop" nil (((l aa) 1) ((th r ax p) 0))) +("lothson" nil (((l aa th) 1) ((s ax n) 0))) +("lotion" nil (((l ow) 1) ((sh ax n) 0))) +("lotions" nil (((l ow) 1) ((sh ax n z) 0))) +("lotito" nil (((l ow) 0) ((t iy) 1) ((t ow) 0))) +("loton" nil (((l ow) 1) ((t ax n) 0))) +("lots" nil (((l aa t s) 1))) +("lotspeich" nil (((l aa t) 1) ((s p ay k) 0))) +("lott" nil (((l aa t) 1))) +("lotta" nil (((l aa) 1) ((t ax) 0))) +("lotte" nil (((l aa t) 1))) +("lotter" nil (((l aa) 1) ((t er) 0))) +("lotteries" nil (((l aa) 1) ((t er) 0) ((iy z) 0))) +("lottery" nil (((l aa) 1) ((t er) 0) ((iy) 0))) +("lottes" nil (((l aa t s) 1))) +("lottie" nil (((l aa) 1) ((t iy) 0))) +("lottman" nil (((l aa t) 1) ((m ax n) 0))) +("lotto" nil (((l aa) 1) ((t ow) 1))) +("lotts" nil (((l aa t s) 1))) +("lotty" nil (((l aa) 1) ((t iy) 0))) +("lotus" nil (((l ow) 1) ((t ax s) 0))) +("lotz" nil (((l aa t s) 1))) +("lotze" nil (((l ow t z) 1))) +("lou" nil (((l uw) 1))) +("louanna" nil (((l aw) 0) ((aa) 1) ((n ax) 0))) +("louart" nil (((l uw) 1) ((aa r t) 0))) +("louck" nil (((l aw k) 1))) +("loucks" nil (((l aw k s) 1))) +("loud" nil (((l aw d) 1))) +("louden" nil (((l aw) 1) ((d ax n) 0))) +("loudenslager" nil (((l aw) 1) ((d ih n) 0) ((s l ey) 0) ((g er) 0))) +("louder" nil (((l aw) 1) ((d er) 0))) +("louderback" nil (((l aw) 1) ((d er) 0) ((b ae k) 1))) +("loudermilk" nil (((l aw) 1) ((d er) 0) ((m ih l k) 1))) +("loudest" nil (((l aw) 1) ((d ax s t) 0))) +("loudi" nil (((l ow) 1) ((d iy) 1))) +("loudin" nil (((l uw) 0) ((d ae n) 1))) +("loudly" nil (((l aw d) 1) ((l iy) 0))) +("loudon" nil (((l aw) 1) ((d ax n) 0))) +("loudspeaker" nil (((l aw d) 1) ((s p iy) 1) ((k er) 0))) +("loudspeakers" nil (((l aw d) 1) ((s p iy) 1) ((k er z) 0))) +("louella" nil (((l aw) 0) ((eh) 1) ((l ax) 0))) +("louganis" nil (((l uw) 1) ((g ey) 1) ((n ih s) 0))) +("lougee" nil (((l aw) 1) ((jh iy) 0))) +("lough" nil (((l aw) 1))) +("lougheed" nil (((l aw) 1) ((iy d) 0))) +("loughery" nil (((l aw) 1) ((er) 0) ((iy) 0))) +("loughlin" nil (((l ao) 1) ((f l ih n) 0))) +("loughman" nil (((l aw) 1) ((m ax n) 0))) +("loughmiller" nil (((l aw) 1) ((m ax) 0) ((l er) 0))) +("loughner" nil (((l aw) 1) ((n er) 0))) +("loughney" nil (((l aw) 1) ((n iy) 0))) +("loughran" nil (((l aw) 1) ((r ax n) 0))) +("loughrey" nil (((l aw) 1) ((r iy) 0))) +("loughridge" nil (((l aw) 1) ((r ih jh) 0))) +("loughry" nil (((l aw) 1) ((r iy) 0))) +("louie" nil (((l uw) 0) ((iy) 1))) +("louis" nil (((l uw) 1) ((ih s) 0))) +("louisa" nil (((l uw) 0) ((iy) 1) ((z ax) 0))) +("louise" nil (((l uw) 0) ((iy z) 1))) +("louisette" nil (((l) 0) ((w iy) 0) ((z eh t) 1))) +("louisiana" nil (((l uw) 0) ((iy) 1) ((z iy) 0) ((ae) 1) ((n ax) 0))) +("louisville" nil (((l uw) 1) ((iy) 0) ((v ih l) 1))) +("louk" nil (((l aw k) 1))) +("louks" nil (((l aw k s) 1))) +("loulan" nil (((l ow) 1) ((l aa n) 1))) +("lounge" nil (((l aw n jh) 1))) +("lounges" nil (((l aw n) 1) ((jh ih z) 0))) +("lounging" nil (((l aw n) 1) ((jh ih ng) 0))) +("lounsberry" nil (((l aw n s) 1) ((b eh) 0) ((r iy) 0))) +("loup" nil (((l uw p) 1))) +("loupe" nil (((l uw p) 1))) +("louque" nil (((l uw k) 1))) +("lourdes" nil (((l ao r d z) 1))) +("loureiro" nil (((l uh) 0) ((r eh) 1) ((r ow) 0))) +("lourenco" nil (((l aw) 0) ((r eh n) 1) ((k ow) 0))) +("lourie" nil (((l aw) 1) ((r iy) 0))) +("loury" nil (((l uw) 1) ((r iy) 0))) +("louse" nil (((l aw s) 1))) +("lousiness" nil (((l aw) 1) ((z iy) 0) ((n ax s) 0))) +("lousy" nil (((l aw) 1) ((z iy) 0))) +("louth" nil (((l aw th) 1))) +("louthan" nil (((l aw) 1) ((th ax n) 0))) +("loutzenhiser" nil (((l aw t) 1) ((z ih n) 0) ((hh ay) 0) ((z er) 0))) +("louvier" nil (((l aw) 1) ((v iy) 0) ((er) 0))) +("louviere" nil (((l uw) 1) ((v iy) 0) ((eh r) 0))) +("louvre" nil (((l uw) 1) ((v r ax) 0))) +("louw" nil (((l uw) 1))) +("loux" nil (((l uw) 1))) +("lovaas" nil (((l aa) 1) ((v aa z) 0))) +("lovable" nil (((l ah) 1) ((v ax) 0) ((b ax l) 0))) +("lovage" nil (((l ah) 1) ((v ax jh) 0))) +("lovallo" nil (((l ow) 0) ((v aa) 1) ((l ow) 0))) +("lovan" nil (((l ow) 1) ((v ax n) 0))) +("lovas" nil (((l ow) 1) ((v ax z) 0))) +("lovastatin" nil (((l ow) 0) ((v ae) 1) ((s t ax) 0) ((t ih n) 0))) +("lovato" nil (((l ow) 0) ((v aa) 1) ((t ow) 0))) +("love" nil (((l ah v) 1))) +("loveall" nil (((l ah) 1) ((v ao l) 1))) +("lovecchio" nil (((l ax) 0) ((v eh) 1) ((k iy) 0) ((ow) 0))) +("loved" nil (((l ah v d) 1))) +("loveday" nil (((l ah v) 1) ((d ey) 1))) +("lovegrove" nil (((l ah v) 1) ((g r ow v) 1))) +("lovejoy" nil (((l ah v) 1) ((jh oy) 1))) +("lovelace" nil (((l ah) 1) ((v l ey s) 1))) +("loveland" nil (((l ah) 1) ((v l ax n d) 0))) +("loveless" nil (((l ah) 1) ((v l ax s) 0))) +("lovell" nil (((l ah) 1) ((v ax l) 0))) +("lovely" nil (((l ah) 1) ((v l iy) 0))) +("loven" nil (((l ah) 1) ((v ax n) 0))) +("lover" nil (((l ah) 1) ((v er) 0))) +("loverde" nil (((l ow) 0) ((v eh r) 1) ((d iy) 0))) +("loveridge" nil (((l ah) 1) ((v r ih jh) 1))) +("lovering" nil (((l ah) 1) ((v er) 0) ((ih ng) 0))) +("lovern" nil (((l ah) 1) ((v er n) 0))) +("lovers" nil (((l ah) 1) ((v er z) 0))) +("loves" nil (((l ah v z) 1))) +("lovett" nil (((l ah) 1) ((v ih t) 0))) +("lovette" nil (((l ah) 1) ((v eh t) 1))) +("lovewell" nil (((l ah v) 1) ((w eh l) 1))) +("lovgren" nil (((l aa v) 1) ((g r eh n) 0))) +("lovick" nil (((l aa) 1) ((v ih k) 0))) +("lovie" nil (((l ah) 1) ((v iy) 0))) +("lovin" nil (((l ow) 1) ((v ih n) 0))) +("loving" nil (((l ah) 1) ((v ih ng) 0))) +("lovinger" nil (((l ah) 1) ((v ih ng) 0) ((er) 0))) +("lovingly" nil (((l ah) 1) ((v ih ng) 0) ((l iy) 0))) +("lovingood" nil (((l aa) 1) ((v ih n) 0) ((g uh d) 0))) +("lovings" nil (((l ah) 1) ((v ih ng z) 0))) +("lovins" nil (((l ow) 1) ((v ih n z) 0))) +("lovitt" nil (((l aa) 1) ((v ih t) 0))) +("lovler" nil (((l ah) 1) ((v l er) 0))) +("lovvorn" nil (((l aa) 1) ((v er n) 0))) +("low" nil (((l ow) 1))) +("lowborn" nil (((l ow) 1) ((b ao r n) 1))) +("lowden" nil (((l ow) 1) ((d ax n) 0))) +("lowder" nil (((l ow) 1) ((d er) 0))) +("lowdermilk" nil (((l ow) 0) ((d er) 1) ((m ih l k) 0))) +("lowe" nil (((l ow) 1))) +("lowekamp" nil (((l ow) 1) ((k ae m p) 1))) +("lowell" nil (((l ow) 1) ((ax l) 0))) +("lowen" nil (((l ow) 1) ((ax n) 0))) +("lowenberg" nil (((l ow) 1) ((ax n) 0) ((b er g) 0))) +("lowenstein" nil (((l ow) 1) ((ax n) 0) ((s t ay n) 1))) +("lowenthal" nil (((l ow) 1) ((ih n) 0) ((th ax l) 0))) +("lower" nil (((l ow) 1) ((er) 0))) +("lowered" nil (((l ow) 1) ((er d) 0))) +("lowering" nil (((l ow) 1) ((er) 0) ((ih ng) 0))) +("lowers" nil (((l ow) 1) ((er z) 0))) +("lowery" nil (((l aw) 1) ((er) 0) ((iy) 0))) +("lowes" nil (((l ow z) 1))) +("lowest" nil (((l ow) 1) ((ax s t) 0))) +("lowey" nil (((l ow) 1) ((iy) 0))) +("lowing" nil (((l ow) 1) ((ih ng) 0))) +("lowlands" nil (((l ow) 1) ((l ae n d z) 1))) +("lowly" nil (((l ow) 1) ((l iy) 0))) +("lowman" nil (((l ow) 1) ((m ax n) 0))) +("lown" nil (((l aw n) 1))) +("lowndes" nil (((l ow n) 1) ((d iy z) 0))) +("lowney" nil (((l ow) 1) ((n iy) 0))) +("lowrance" nil (((l ao) 1) ((r ax n s) 0))) +("lowrey" nil (((l aw) 1) ((r iy) 0))) +("lowrie" nil (((l ao) 1) ((r iy) 0))) +("lowrimore" nil (((l ao) 1) ((r iy) 0) ((m ao r) 0))) +("lowry" nil (((l aw) 1) ((r iy) 0))) +("lows" nil (((l ow z) 1))) +("lowther" nil (((l ow) 1) ((dh er) 0))) +("lowy" nil (((l ow) 1) ((iy) 0))) +("lox" nil (((l aa k s) 1))) +("loy" nil (((l oy) 1))) +("loya" nil (((l oy) 1) ((ax) 0))) +("loyal" nil (((l oy) 1) ((ax l) 0))) +("loyalist" nil (((l oy) 1) ((ax) 0) ((l ih s t) 0))) +("loyalists" nil (((l oy) 1) ((ax) 0) ((l ih s t s) 0))) +("loyall" nil (((l oy) 1) ((ax l) 0))) +("loyally" nil (((l oy) 1) ((ax) 0) ((l iy) 0))) +("loyalties" nil (((l oy) 1) ((ax l) 0) ((t iy z) 0))) +("loyalty" nil (((l oy) 1) ((ax l) 0) ((t iy) 0))) +("loyce" nil (((l oy s) 1))) +("loyd" nil (((l oy d) 1))) +("loye" nil (((l oy) 1))) +("loyer" nil (((l oy) 1) ((er) 0))) +("loynd" nil (((l oy n d) 1))) +("loyola" nil (((l oy) 1) ((ow) 1) ((l ax) 0))) +("loza" nil (((l ow) 1) ((z ax) 0))) +("lozada" nil (((l ow) 0) ((z aa) 1) ((d ax) 0))) +("lozano" nil (((l ow) 0) ((z aa) 1) ((n ow) 0))) +("lozeau" nil (((l ax) 0) ((z ow) 1))) +("lozenges" nil (((l ao) 1) ((z ax n) 0) ((jh ax z) 0))) +("lozier" nil (((l ow) 1) ((z iy) 0) ((er) 0))) +("lozinski" nil (((l ax) 0) ((z ih n) 1) ((s k iy) 0))) +("lozito" nil (((l ow) 0) ((z iy) 1) ((t ow) 0))) +("lozon" nil (((l ow) 1) ((z ax n) 0))) +("lozoya" nil (((l ow) 0) ((z oy) 1) ((ax) 0))) +("lp" nil (((eh l) 1) ((p iy) 1))) +("lpn" nil (((eh l) 1) ((p iy) 1) ((eh n) 1))) +("lrt" nil (((eh l) 1) ((aa r) 1) ((t iy) 1))) +("ls" nil (((eh) 1) ((l eh s) 1))) +("lsd" nil (((eh) 1) ((l eh s) 1) ((d iy) 1))) +("lta" nil (((eh l) 1) ((t iy) 1) ((ey) 1))) +("ltd" nil (((l ih) 1) ((m ih) 0) ((t ih d) 0))) +("lu" nil (((l uw) 1))) +("lua" nil (((l uw) 1) ((ax) 0))) +("luallen" nil (((l uw) 0) ((ae) 1) ((l ax n) 0))) +("luan" nil (((l w aa n) 1))) +("luana" nil (((l uw) 0) ((ae) 1) ((n ax) 0))) +("luanda" nil (((l uw) 0) ((aa n) 1) ((d ax) 0))) +("luane" nil (((l uw) 1) ((ax n) 0))) +("luau" nil (((l uw) 1) ((aw) 1))) +("luba" nil (((l uw) 1) ((b ax) 0))) +("lubar" nil (((l uw) 1) ((b aa r) 0))) +("lubarsky" nil (((l ax) 0) ((b aa r) 1) ((s k iy) 0))) +("lubas" nil (((l uw) 1) ((b ax z) 0))) +("lubavitcher" nil (((l uw) 1) ((b ax) 0) ((v ih) 1) ((ch er) 0))) +("lubavitchers" nil (((l uw) 1) ((b ax) 0) ((v ih) 1) ((ch er z) 0))) +("lubben" nil (((l ah) 1) ((b ax n) 0))) +("lubbers" nil (((l ah) 1) ((b er z) 0))) +("lubbock" nil (((l ah) 1) ((b ax k) 0))) +("lube" nil (((l uw b) 1))) +("lubeck" nil (((l uw) 1) ((b eh k) 1))) +("lubell" nil (((l uw) 1) ((b eh l) 0))) +("lubensky" nil (((l uw) 0) ((b eh n) 1) ((s k iy) 0))) +("luber" nil (((l uw) 1) ((b er) 0))) +("lubicons" nil (((l uw) 1) ((b ih) 0) ((k aa n z) 1))) +("lubin" nil (((l uw) 1) ((b ih n) 0))) +("lubinski" nil (((l ax) 0) ((b ih n) 1) ((s k iy) 0))) +("lubinsky" nil (((l ax) 0) ((b ih n) 1) ((s k iy) 0))) +("lubitz" nil (((l uw) 1) ((b ih t s) 0))) +("lubke" nil (((l ah b k) 1))) +("lublin" nil (((l ah) 1) ((b l ih n) 0))) +("lubow" nil (((l uw) 1) ((b ow) 0))) +("lubowski" nil (((l uw) 0) ((b aw) 1) ((s k iy) 0))) +("lubrano" nil (((l uw) 0) ((b r aa) 1) ((n ow) 0))) +("lubricant" nil (((l uw) 1) ((b r ax) 0) ((k ax n t) 0))) +("lubricants" nil (((l uw) 1) ((b r ax) 0) ((k ax n t s) 0))) +("lubricate" nil (((l uw) 1) ((b r ih) 0) ((k ey t) 1))) +("lubricated" nil (((l uw) 1) ((b r ax) 0) ((k ey) 1) ((t ih d) 0))) +("lubricating" nil (((l uw) 1) ((b r ax) 0) ((k ey) 1) ((t ih ng) 0))) +("lubrication" nil (((l uw) 1) ((b r ih) 0) ((k ey) 1) ((sh ax n) 0))) +("lubrizol" nil (((l uw) 1) ((b r ih) 0) ((z aa l) 0))) +("luby" nil (((l uw) 1) ((b iy) 0))) +("luc" nil (((l uw k) 1))) +("luca" nil (((l uw) 1) ((k ax) 0))) +("lucado" nil (((l uw) 0) ((k aa) 1) ((d ow) 0))) +("lucarelli" nil (((l uw) 0) ((k aa) 0) ((r eh) 1) ((l iy) 0))) +("lucas" nil (((l uw) 1) ((k ax s) 0))) +("lucasfilm" nil (((l uw) 0) ((k ae) 1) ((s f ih l m) 0))) +("lucca" nil (((l uw) 1) ((k ax) 0))) +("lucchese" nil (((l uw) 0) ((k ey) 1) ((z iy) 0))) +("lucchesi" nil (((l uw) 0) ((k eh) 1) ((s iy) 0))) +("lucchetti" nil (((l uw) 0) ((k eh) 1) ((t iy) 0))) +("lucci" nil (((l uw) 1) ((ch iy) 0))) +("lucco" nil (((l uw) 1) ((k ow) 0))) +("luce" nil (((l uw s) 1))) +("lucente" nil (((l uw) 0) ((ch eh n) 1) ((t iy) 0))) +("lucerne" nil (((l uw) 1) ((s er n) 0))) +("lucero" nil (((l uw) 0) ((ch eh) 1) ((r ow) 0))) +("lucette" nil (((l uw) 1) ((s eh t) 1))) +("lucey" nil (((l uw) 1) ((s iy) 0))) +("luchini" nil (((l uw) 0) ((k iy) 1) ((n iy) 0))) +("luchsinger" nil (((l ah k) 1) ((s ih n) 0) ((jh er) 0))) +("lucht" nil (((l ah k t) 1))) +("lucia" nil (((l uw) 1) ((sh ax) 0))) +("lucian" nil (((l uw) 1) ((sh ax n) 0))) +("luciani" nil (((l uw) 1) ((ch ax) 0) ((n iy) 0))) +("lucianna" nil (((l uw) 1) ((ch ax) 0) ((n ax) 0))) +("luciano" nil (((l uw) 0) ((ch iy) 0) ((aa) 1) ((n ow) 0))) +("lucich" nil (((l ah) 1) ((ch ih hh) 0))) +("lucid" nil (((l uw) 1) ((s ax d) 0))) +("lucida" nil (((l uw) 0) ((ch iy) 1) ((d ax) 0))) +("lucido" nil (((l uw) 0) ((ch iy) 1) ((d ow) 0))) +("lucie" nil (((l uw) 1) ((s iy) 0))) +("lucien" nil (((l uw) 1) ((s iy) 0) ((ax n) 0))) +("lucienne" nil (((l uw) 0) ((ch iy) 1) ((eh n) 0))) +("lucier" nil (((l uw) 1) ((s iy) 0) ((er) 0))) +("lucifer" nil (((l uw) 1) ((s ax) 0) ((f er) 0))) +("lucile" nil (((l uw) 0) ((s iy l) 1))) +("lucille" nil (((l uw) 0) ((s iy l) 1))) +("lucinda" nil (((l uw) 0) ((s ih n) 1) ((d ax) 0))) +("lucio" nil (((l uw) 1) ((s iy) 0) ((ow) 0))) +("lucite" nil (((l uw) 1) ((s ay t) 1))) +("lucius" nil (((l uw) 1) ((sh ax s) 0))) +("luciw" nil (((l uw) 1) ((s ih) 0))) +("luck" nil (((l ah k) 1))) +("lucke" nil (((l ah k) 1))) +("lucken" nil (((l ah) 1) ((k ax n) 0))) +("luckenbach" nil (((l ah) 1) ((k ih n) 0) ((b aa k) 0))) +("luckenbaugh" nil (((l ax) 0) ((k eh n) 1) ((b ao) 0))) +("luckenbill" nil (((l ah) 1) ((k ih n) 0) ((b ax l) 0))) +("lucker" nil (((l ah) 1) ((k er) 0))) +("luckett" nil (((l ah) 1) ((k ih t) 0))) +("luckey" nil (((l ah) 1) ((k iy) 0))) +("luckhardt" nil (((l ah k) 1) ((hh aa r t) 1))) +("luckie" nil (((l ah) 1) ((k iy) 0))) +("luckier" nil (((l ah) 1) ((k iy) 0) ((er) 0))) +("luckiest" nil (((l ax) 0) ((k iy s t) 1))) +("luckily" nil (((l ah) 1) ((k ax) 0) ((l iy) 0))) +("lucking" nil (((l ah) 1) ((k ih ng) 0))) +("luckless" nil (((l ah) 1) ((k l ax s) 0))) +("luckman" nil (((l ah k) 1) ((m ax n) 0))) +("luckow" nil (((l ah) 1) ((s k ow) 0))) +("lucks" nil (((l ah k s) 1))) +("lucky" nil (((l ah) 1) ((k iy) 0))) +("luckyn" nil (((l ah) 1) ((k ih n) 0))) +("lucrative" nil (((l uw) 1) ((k r ax) 0) ((t ih v) 0))) +("lucrecia" nil (((l uw) 0) ((k r iy) 1) ((sh ax) 0))) +("lucretia" nil (((l uw) 0) ((k r iy) 1) ((sh ax) 0))) +("lucus" nil (((l uw) 1) ((k ax s) 0))) +("lucy" nil (((l uw) 1) ((s iy) 0))) +("lucys" nil (((l uw) 1) ((s iy z) 0))) +("luczak" nil (((l ah) 1) ((ch ae k) 0))) +("ludcke" nil (((l ah d) 1) ((k iy) 0))) +("ludden" nil (((l ah) 1) ((d ax n) 0))) +("luddite" nil (((l ah) 1) ((d ay t) 1))) +("luddites" nil (((l ah) 1) ((d ay t s) 1))) +("luddy" nil (((l ah) 1) ((d iy) 0))) +("ludeke" nil (((l ah) 1) ((d ih k) 0))) +("ludella" nil (((l uw) 1) ((d eh) 1) ((l ax) 0))) +("ludeman" nil (((l uw d) 1) ((m ax n) 0))) +("ludemann" nil (((l uw d) 1) ((m ax n) 0))) +("ludewig" nil (((l ah) 1) ((d uw) 0) ((ih g) 0))) +("ludicrous" nil (((l uw) 1) ((d ax) 0) ((k r ax s) 0))) +("ludicrously" nil (((l uw) 1) ((d ax) 0) ((k r ax) 0) ((s l iy) 0))) +("ludington" nil (((l ah) 1) ((d ih ng) 0) ((t ax n) 0))) +("ludite" nil (((l uw) 1) ((d ay t) 0))) +("ludites" nil (((l uw) 1) ((d ay t s) 0))) +("ludke" nil (((l ah d) 1) ((k iy) 0))) +("ludlam" nil (((l ah d) 1) ((l ax m) 0))) +("ludlow" nil (((l ah d) 1) ((l ow) 1))) +("ludlum" nil (((l ah d) 1) ((l ax m) 0))) +("ludmer" nil (((l ah d) 1) ((m er) 0))) +("ludmila" nil (((l ax d) 0) ((m ay) 1) ((l ax) 0))) +("ludmilla" nil (((l ax d) 0) ((m ih) 1) ((l ax) 0))) +("ludolph" nil (((l ah) 1) ((d ow l f) 0))) +("ludtke" nil (((l ah d) 1) ((k iy) 0))) +("ludvigsen" nil (((l ah d) 1) ((v ih g) 0) ((s ax n) 0))) +("ludvigson" nil (((l ah d) 1) ((v ih g) 0) ((s ax n) 0))) +("ludvik" nil (((l ah d) 1) ((v ih k) 0))) +("ludwick" nil (((l ah) 1) ((d w ih k) 0))) +("ludwig" nil (((l ah) 1) ((d w ih g) 0))) +("ludwiga" nil (((l ax d) 0) ((v ay) 1) ((g ax) 0))) +("ludwigshafen" nil (((l ax) 0) ((d w ih g) 1) ((sh ax) 0) ((f ax n) 0))) +("ludwin" nil (((l ah) 1) ((d w ih n) 0))) +("ludy" nil (((l uw) 1) ((d iy) 0))) +("lue" nil (((l uw) 1))) +("luebbe" nil (((l uw b) 1))) +("luebbers" nil (((l uh) 1) ((b er z) 0))) +("luebbert" nil (((l uh) 1) ((b er t) 0))) +("luebke" nil (((l uw b k) 1))) +("lueck" nil (((l uw) 1) ((ih k) 0))) +("luecke" nil (((l uw k) 1))) +("luedecke" nil (((l uh) 1) ((d ih k) 0))) +("lueder" nil (((l uh) 1) ((d er) 0))) +("lueders" nil (((l uh) 1) ((d er z) 0))) +("luedke" nil (((l uw d) 1) ((k iy) 0))) +("luedtke" nil (((l uh d) 1) ((k iy) 0))) +("lueh" nil (((l) 0) ((w eh) 1))) +("luehring" nil (((l uh) 1) ((r ih ng) 0))) +("luehrs" nil (((l uh r z) 1))) +("lueken" nil (((l uh) 1) ((k ax n) 0))) +("luella" nil (((l uw) 1) ((eh) 1) ((l ax) 0))) +("luelle" nil (((l uw l) 1))) +("luellen" nil (((l uh) 1) ((l ax n) 0))) +("luepke" nil (((l uw p) 1) ((k iy) 0))) +("luera" nil (((l uw) 0) ((eh) 1) ((r ax) 0))) +("lueras" nil (((l uh) 1) ((r ax z) 0))) +("luers" nil (((l uw) 1) ((er z) 0))) +("luerssen" nil (((l uw r) 1) ((s ax n) 0))) +("lueth" nil (((l uw th) 1))) +("luetkemeyer" nil (((l uh t) 1) ((k ih) 0) ((m ay) 0) ((er) 0))) +("luevano" nil (((l uw) 0) ((eh) 0) ((v aa) 1) ((n ow) 0))) +("luff" nil (((l ah f) 1))) +("luffed" nil (((l ah f t) 1))) +("luffman" nil (((l ah f) 1) ((m ax n) 0))) +("lufkin" nil (((l ah f) 1) ((k ih n) 0))) +("luft" nil (((l ah f t) 1))) +("lufthansa" nil (((l ax f) 0) ((t ae n) 1) ((z ax) 0))) +("luftig" nil (((l ah f) 1) ((t ih g) 0))) +("lufttransport" nil (((l ah f) 1) ((t r ae n z) 1) ((p ao r t) 1))) +("lug" nil (((l ah g) 1))) +("lugano" nil (((l uw) 0) ((g aa) 1) ((n ow) 0))) +("lugar" nil (((l uw) 1) ((g er) 0))) +("luge" nil (((l uw jh) 1))) +("luger" nil (((l uw) 1) ((g er) 0))) +("lugers" nil (((l uw) 1) ((g er z) 0))) +("luggage" nil (((l ah) 1) ((g ax jh) 0))) +("lugging" nil (((l ah) 1) ((g ih ng) 0))) +("lugi" nil (((l uw) 1) ((g iy) 0))) +("luginbill" nil (((l ah) 1) ((g ih n) 0) ((b ax l) 0))) +("luginbuhl" nil (((l ah) 1) ((g ih n) 0) ((b ax l) 0))) +("lugo" nil (((l uw) 1) ((g ow) 0))) +("lugs" nil (((l ah g z) 1))) +("lugubrious" nil (((l uw) 0) ((g y uw) 1) ((b r iy) 0) ((ax s) 0))) +("lugworms" nil (((l ah) 1) ((g w er m z) 0))) +("luhman" nil (((l ah) 1) ((m ax n) 0))) +("luhmann" nil (((l ah) 1) ((m ax n) 0))) +("luhn" nil (((l ah n) 1))) +("luhr" nil (((l er) 1))) +("luhring" nil (((l uh) 1) ((r ih ng) 0))) +("luhrs" nil (((l uh r z) 1))) +("lui" nil (((l uw) 1) ((ih) 0))) +("luick" nil (((l uw k) 1))) +("luigi" nil (((l uw) 0) ((iy) 1) ((jh iy) 0))) +("luikart" nil (((l uw) 1) ((k aa r t) 0))) +("luis" nil (((l uw) 0) ((iy s) 1))) +("luisa" nil (((l uw) 0) ((iy) 1) ((z ax) 0))) +("luisi" nil (((l uw) 1) ((s iy) 0))) +("luiz" nil (((l uw z) 1))) +("lujan" nil (((l uw) 0) ((y aa n) 1))) +("lujiazui" nil (((l uw) 1) ((jh y aa) 1) ((d z w ey) 1))) +("luk" nil (((l ah k) 1))) +("luka" nil (((l uw) 1) ((k ax) 0))) +("lukach" nil (((l ah) 1) ((k ax k) 0))) +("lukacs" nil (((l ah) 1) ((k ax k s) 0))) +("lukas" nil (((l uw) 1) ((k ax z) 0))) +("lukash" nil (((l uw) 0) ((k ae sh) 1))) +("lukasiewicz" nil (((l ax) 0) ((k aa) 1) ((s ax) 0) ((v ih ch) 0))) +("lukasik" nil (((l ax) 0) ((k aa) 1) ((s ih k) 0))) +("lukaszewski" nil (((l ax) 0) ((k ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("luke" nil (((l uw k) 1))) +("lukehart" nil (((l uw k) 1) ((hh aa r t) 0))) +("luken" nil (((l uw) 1) ((k ax n) 0))) +("lukenbill" nil (((l ah) 1) ((k ih n) 0) ((b ax l) 0))) +("lukens" nil (((l uw) 1) ((k ax n z) 0))) +("luker" nil (((l uw) 1) ((k er) 0))) +("lukes" nil (((l uw k s) 1))) +("lukewarm" nil (((l uw) 1) ((k w ao r m) 1))) +("lukin" nil (((l uw) 1) ((k ih n) 0))) +("lukins" nil (((l uw) 1) ((k ih n z) 0))) +("lukman" nil (((l ah k) 1) ((m ax n) 0))) +("lukoil" nil (((l uw) 1) ((k oy l) 1))) +("lukowski" nil (((l ax) 0) ((k ao f) 1) ((s k iy) 0))) +("luks" nil (((l ah k s) 1))) +("lukyanov" nil (((l uw) 1) ((k y ax) 0) ((n aa v) 0))) +("lula" nil (((l uw) 1) ((l ax) 0))) +("lulie" nil (((l ah) 1) ((l iy) 0))) +("lull" nil (((l ah l) 1))) +("lullaby" nil (((l ah) 1) ((l ax) 0) ((b ay) 1))) +("lulled" nil (((l ah l d) 1))) +("lulling" nil (((l ah) 1) ((l ih ng) 0))) +("lulls" nil (((l ah l z) 1))) +("lulu" nil (((l uw) 1) ((l uw) 1))) +("lum" nil (((l ah m) 1))) +("luma" nil (((l uw) 1) ((m ax) 0))) +("luman" nil (((l uw) 1) ((m ax n) 0))) +("lumb" nil (((l ah m) 1))) +("lumbago" nil (((l ax m) 0) ((b ey) 1) ((g ow) 1))) +("lumbar" nil (((l ah m) 1) ((b aa r) 1))) +("lumbard" nil (((l ah m) 1) ((b er d) 0))) +("lumber" nil (((l ah m) 1) ((b er) 0))) +("lumbering" nil (((l ah m) 1) ((b er) 0) ((ih ng) 0))) +("lumberjack" nil (((l ah m) 1) ((b er) 0) ((jh ae k) 1))) +("lumbert" nil (((l ah m) 1) ((b er t) 0))) +("lumberyard" nil (((l ah m) 1) ((b er) 0) ((y aa r d) 1))) +("lumberyards" nil (((l ah m) 1) ((b er) 0) ((y aa r d z) 1))) +("lumbra" nil (((l ah m) 1) ((b r ax) 0))) +("lumen" nil (((l uw) 1) ((m ax n) 0))) +("lumex" nil (((l uw) 1) ((m ax k s) 0))) +("lumia" nil (((l uw) 1) ((m iy) 0) ((ax) 0))) +("lumina" nil (((l uw) 1) ((m ih) 0) ((n ax) 0))) +("luminal" nil (((l uw) 1) ((m ax) 0) ((n ax l) 0))) +("luminance" nil (((l uw) 1) ((m ax) 0) ((n ax n s) 0))) +("luminaries" nil (((l uw) 1) ((m ax) 0) ((n eh) 1) ((r iy z) 0))) +("luminescence" nil (((l uw) 1) ((m ax) 0) ((n eh) 1) ((s ax n s) 0))) +("luminescent" nil (((l uw) 1) ((m ax) 0) ((n eh) 1) ((s ax n t) 0))) +("luminoso" nil (((l uw) 1) ((m ih) 0) ((n ow) 1) ((s ow) 0))) +("luminous" nil (((l uw) 1) ((m ax) 0) ((n ax s) 0))) +("lumley" nil (((l ah m) 1) ((l iy) 0))) +("lumm" nil (((l ah m) 1))) +("lummus" nil (((l ah) 1) ((m ax s) 0))) +("lumonics" nil (((l uw) 0) ((m aa) 1) ((n ih k s) 0))) +("lump" nil (((l ah m p) 1))) +("lumpectomies" nil (((l ah m) 1) ((p eh k) 1) ((t ax) 0) ((m iy z) 0))) +("lumpectomy" nil (((l ah m) 1) ((p eh k) 1) ((t ax) 0) ((m iy) 0))) +("lumped" nil (((l ah m p t) 1))) +("lumping" nil (((l ah m) 1) ((p ih ng) 0))) +("lumpkin" nil (((l ah m p) 1) ((k ih n) 0))) +("lumpkins" nil (((l ah m p) 1) ((k ih n z) 0))) +("lumpp" nil (((l ah m p) 1))) +("lumps" nil (((l ah m p s) 1))) +("lumpur" nil (((l ah m) 1) ((p uh r) 1))) +("lumpy" nil (((l ah m) 1) ((p iy) 0))) +("lumsden" nil (((l ah m s) 1) ((d ax n) 0))) +("lun" nil (((l uw n) 1))) +("luna" nil (((l uw) 1) ((n ax) 0))) +("lunacy" nil (((l uw) 1) ((n ax) 0) ((s iy) 0))) +("lunar" nil (((l uw) 1) ((n er) 0))) +("lunati" nil (((l uw) 0) ((n aa) 0) ((t iy) 1))) +("lunatic" nil (((l uw) 1) ((n ax) 0) ((t ih k) 1))) +("lunatics" nil (((l uw) 1) ((n ax) 0) ((t ih k s) 1))) +("lunceford" nil (((l ah n) 1) ((s ih) 0) ((f ao r d) 0))) +("lunch" nil (((l ah n ch) 1))) +("lunched" nil (((l ah n ch t) 1))) +("luncheon" nil (((l ah n) 1) ((ch ax n) 0))) +("luncheonette" nil (((l ah n) 1) ((ch ih) 0) ((n eh t) 1))) +("luncheons" nil (((l ah n) 1) ((ch ax n z) 0))) +("lunches" nil (((l ah n) 1) ((ch ih z) 0))) +("lunching" nil (((l ah n) 1) ((ch ih ng) 0))) +("lunchroom" nil (((l ah n ch) 1) ((r uw m) 1))) +("lunchtime" nil (((l ah n ch) 1) ((t ay m) 1))) +("lund" nil (((l ah n d) 1))) +("lundahl" nil (((l ah n) 1) ((d aa l) 1))) +("lunday" nil (((l ah n) 1) ((d ey) 1))) +("lundberg" nil (((l ah n d) 1) ((b er g) 0))) +("lundblad" nil (((l ah n d) 1) ((b l ax d) 0))) +("lundborg" nil (((l ah n d) 1) ((b ao r g) 0))) +("lunde" nil (((l ah n d) 1))) +("lundeen" nil (((l ah n) 1) ((d iy n) 0))) +("lundell" nil (((l ah n) 1) ((d ax l) 0))) +("lunden" nil (((l ah n) 1) ((d ax n) 0))) +("lunder" nil (((l ah n) 1) ((d er) 0))) +("lundgren" nil (((l ah n d) 1) ((g r eh n) 0))) +("lundholm" nil (((l ah n d) 1) ((hh ow l m) 1))) +("lundin" nil (((l ah n) 1) ((d ih n) 0))) +("lundmark" nil (((l ah n d) 1) ((m aa r k) 1))) +("lundquist" nil (((l ah n d) 1) ((k w ih s t) 1))) +("lundstedt" nil (((l ah n d) 1) ((s t ih t) 0))) +("lundsten" nil (((l ah n d) 1) ((s ax n) 0))) +("lundstrom" nil (((l ah n d) 1) ((s t r ax m) 0))) +("lundt" nil (((l ah n t) 1))) +("lundy" nil (((l ah n) 1) ((d iy) 0))) +("lunetta" nil (((l uw) 0) ((n eh) 1) ((t ax) 0))) +("lung" nil (((l ah ng) 1))) +("lunge" nil (((l ah n jh) 1))) +("lunged" nil (((l ah n jh d) 1))) +("lunger" nil (((l ah ng) 1) ((er) 0))) +("lunges" nil (((l ah n) 1) ((jh ih z) 0))) +("lungfish" nil (((l ah ng) 1) ((f ih sh) 1))) +("lunging" nil (((l ah n) 1) ((jh ih ng) 0))) +("lungren" nil (((l ah n) 1) ((g r eh n) 0))) +("lungs" nil (((l ah ng z) 1))) +("lunn" nil (((l ah n) 1))) +("lunney" nil (((l ah) 1) ((n iy) 0))) +("lunny" nil (((l ah) 1) ((n iy) 0))) +("lunsford" nil (((l ah n) 1) ((s f er d) 0))) +("lunt" nil (((l ah n t) 1))) +("luntz" nil (((l ah n t s) 1))) +("lunyu" nil (((l uw n) 1) ((y uw) 1))) +("lunz" nil (((l ah n z) 1))) +("luo" nil (((l w ao) 1))) +("luohe" nil (((l w ao) 1) ((hh ah) 0))) +("luoma" nil (((l uw) 0) ((ow) 1) ((m ax) 0))) +("luong" nil (((l uw) 0) ((ao ng) 1))) +("luongo" nil (((l uw) 0) ((ow ng) 1) ((g ow) 0))) +("luoyang" nil (((l w ao) 1) ((y aa ng) 1))) +("lupa" nil (((l uw) 1) ((p ax) 0))) +("lupatkin" nil (((l uw) 1) ((p aa t) 1) ((k ih n) 0))) +("lupe" nil (((l uw p) 1))) +("luper" nil (((l uw) 1) ((p er) 0))) +("lupfer" nil (((l ah p) 1) ((f er) 0))) +("lupi" nil (((l uw) 1) ((p iy) 0))) +("lupica" nil (((l uw) 0) ((p iy) 1) ((k ax) 0))) +("lupien" nil (((l ah) 1) ((p iy n) 0))) +("lupin" nil (((l uw) 1) ((p ax n) 0))) +("lupinacci" nil (((l uw) 0) ((p iy) 0) ((n aa) 1) ((ch iy) 0))) +("lupine" nil (((l uw) 1) ((p ay n) 1))) +("lupinski" nil (((l ax) 0) ((p ih n) 1) ((s k iy) 0))) +("luplow" nil (((l ah) 1) ((p l ow) 0))) +("lupo" nil (((l uw) 1) ((p ow) 0))) +("luppino" nil (((l uw) 0) ((p iy) 1) ((n ow) 0))) +("luptak" nil (((l ah p) 1) ((t ax k) 0))) +("lupton" nil (((l ah p) 1) ((t ax n) 0))) +("lupus" nil (((l uw) 1) ((p ax s) 0))) +("luque" nil (((l uw k) 1))) +("luquette" nil (((l ax) 0) ((k eh t) 1))) +("lura" nil (((l uh) 1) ((r ax) 0))) +("lurch" nil (((l er ch) 1))) +("lurched" nil (((l er ch t) 1))) +("lurches" nil (((l er) 1) ((ch ih z) 0))) +("lurching" nil (((l er) 1) ((ch ih ng) 0))) +("lure" nil (((l uh r) 1))) +("lured" nil (((l uh r d) 1))) +("lures" nil (((l uh r z) 1))) +("lurette" nil (((l er) 0) ((eh t) 1))) +("lurgi" nil (((l er) 1) ((jh iy) 0))) +("luria" nil (((l uh) 1) ((r iy) 0) ((ax) 0))) +("lurid" nil (((l uh) 1) ((r ax d) 0))) +("lurie" nil (((l uh) 1) ((r iy) 0))) +("luring" nil (((l uh) 1) ((r ih ng) 0))) +("lurk" nil (((l er k) 1))) +("lurked" nil (((l er k t) 1))) +("lurking" nil (((l er) 1) ((k ih ng) 0))) +("lurks" nil (((l er k s) 1))) +("lurleen" nil (((l er) 0) ((l iy n) 1))) +("lurlene" nil (((l er) 1) ((l iy n) 0))) +("lurline" nil (((l er) 1) ((l ay n) 0))) +("lurvey" nil (((l er) 0) ((v ey) 1))) +("lurz" nil (((l er z) 1))) +("lusaka" nil (((l uw) 0) ((s aa) 1) ((k ax) 0))) +("lusardi" nil (((l uw) 0) ((s aa r) 1) ((d iy) 0))) +("lusby" nil (((l ah s) 1) ((b iy) 0))) +("lusch" nil (((l ah sh) 1))) +("luscher" nil (((l ah) 1) ((sh er) 0))) +("luscious" n (((l ah) 1) ((sh ax s) 0))) +("luscombe" nil (((l uw) 0) ((s k ow m) 1) ((b iy) 0))) +("luse" nil (((l uw z) 1))) +("lush" nil (((l ah sh) 1))) +("lushan" nil (((l uw) 1) ((sh aa n) 1))) +("lusher" nil (((l ah) 1) ((sh er) 0))) +("lushly" nil (((l ah) 1) ((sh l iy) 0))) +("lusignan" nil (((l ah) 1) ((s ih g) 0) ((n ax n) 0))) +("lusinchi" nil (((l uw) 0) ((s ih n) 1) ((ch iy) 0))) +("lusitania" nil (((l uw) 1) ((s ax) 0) ((t ey) 1) ((n iy) 0) ((ax) 0))) +("lusitanias" nil (((l uw) 1) ((s ax) 0) ((t ey) 1) ((n iy) 0) ((ax z) 0))) +("lusk" nil (((l ah s k) 1))) +("luskin" nil (((l ah) 1) ((s k ih n) 0))) +("lusky" nil (((l ah) 1) ((s k iy) 0))) +("lusser" nil (((l ah) 1) ((s er) 0))) +("lussier" nil (((l ah) 1) ((s iy) 0) ((er) 0))) +("lust" nil (((l ah s t) 1))) +("lusted" nil (((l ah) 1) ((s t ih d) 0))) +("luster" nil (((l ah) 1) ((s t er) 0))) +("lustful" nil (((l ah s t) 1) ((f ax l) 0))) +("lustgarten" nil (((l ah s t) 1) ((g aa r) 1) ((d ax n) 0))) +("lustig" nil (((l ah) 1) ((s t ih g) 0))) +("lusting" nil (((l ah) 1) ((s t ih ng) 0))) +("lustre" nil (((l ah) 1) ((s t er) 0))) +("lustrous" nil (((l ah) 1) ((s t r ax s) 0))) +("lusty" nil (((l ah) 1) ((s t iy) 0))) +("lute" nil (((l uw t) 1))) +("lutea" nil (((l uw) 1) ((t iy) 0) ((ax) 0))) +("luten" nil (((l uw) 1) ((t ax n) 0))) +("luter" nil (((l uw) 1) ((t er) 0))) +("lutes" nil (((l uw t s) 1))) +("lutey" nil (((l uw) 1) ((t iy) 0))) +("lutfalla" nil (((l ax t) 0) ((f ae) 1) ((l ax) 0))) +("lutgen" nil (((l ah t) 1) ((g ax n) 0))) +("luth" nil (((l uw th) 1))) +("luther" nil (((l uw) 1) ((th er) 0))) +("lutheran" nil (((l uw) 1) ((th er) 0) ((ax n) 0))) +("luthi" nil (((l uw) 1) ((dh iy) 0))) +("luthy" nil (((l ah) 1) ((th iy) 0))) +("lutman" nil (((l ah t) 1) ((m ax n) 0))) +("luton" nil (((l uw) 1) ((t ax n) 0))) +("lutsky" nil (((l ah t) 1) ((s k iy) 0))) +("lutter" nil (((l ah) 1) ((t er) 0))) +("lutterman" nil (((l ah) 1) ((t er) 0) ((m ax n) 0))) +("luttman" nil (((l ah t) 1) ((m ax n) 0))) +("lutton" nil (((l ah) 1) ((t ax n) 0))) +("luttrell" nil (((l ah) 1) ((t r ax l) 0))) +("luttrull" nil (((l ah) 1) ((t r ax l) 0))) +("luttwak" nil (((l ah) 1) ((t w aa k) 0))) +("luty" nil (((l uw) 1) ((t iy) 0))) +("lutz" nil (((l ah t s) 1))) +("lutze" nil (((l ah t z) 1))) +("lutzke" nil (((l ah t z k) 1))) +("luu" nil (((l uw) 1) ((uw) 0))) +("luvena" nil (((l ah) 1) ((v ih) 0) ((n ax) 0))) +("luvs" nil (((l ah v z) 1))) +("luwana" nil (((l ax) 0) ((w ae) 1) ((n ax) 0))) +("lux" nil (((l ah k s) 1))) +("luxe" nil (((l ah k s) 1))) +("luxembourg" nil (((l ah k) 1) ((s ax m) 0) ((b ao r g) 1))) +("luxenberg" nil (((l ah k) 1) ((s ax n) 0) ((b er g) 0))) +("luxor" nil (((l ah k) 1) ((s er) 0))) +("luxottica" nil (((l ah k) 1) ((s ow) 0) ((t iy) 1) ((k ax) 0))) +("luxton" nil (((l ah k) 1) ((s t ax n) 0))) +("luxuriant" nil (((l ax g) 0) ((zh er) 1) ((iy) 0) ((ax n t) 0))) +("luxuries" nil (((l ah g) 1) ((zh er) 0) ((iy z) 0))) +("luxurious" nil (((l ax g) 0) ((zh er) 1) ((iy) 0) ((ax s) 0))) +("luxury" nil (((l ah g) 1) ((zh er) 0) ((iy) 0))) +("luyster" nil (((l ay) 1) ((s t er) 0))) +("luz" nil (((l ah z) 1))) +("luzader" nil (((l ah) 1) ((z ax) 0) ((d er) 0))) +("luzar" nil (((l uw) 1) ((z er) 0))) +("luzhkov" nil (((l uw zh) 1) ((k ao v) 1))) +("luzhou" nil (((l uw) 1) ((jh ow) 1))) +("luzier" nil (((l uw) 1) ((z iy) 0) ((er) 0))) +("luzon" nil (((l uw) 1) ((z aa n) 0))) +("luzzi" nil (((l uw t) 1) ((s iy) 0))) +("lve" nil (((l y uh) 0) ((eh) 1))) +("lvliang" nil (((l y uw) 1) ((l y aa ng) 1))) +("lwin" nil (((l) 0) ((w ih n) 1))) +("lxi" nil (((l k) 0) ((s iy) 1))) +("ly" nil (((l ay) 1))) +("lyall" nil (((l ay) 1) ((ax l) 0))) +("lybarger" nil (((l ay) 1) ((b aa r) 1) ((g er) 0))) +("lybeck" nil (((l ay) 1) ((b eh k) 1))) +("lybrand" nil (((l ay) 1) ((b r ae n d) 1))) +("lycan" nil (((l ay) 1) ((k ax n) 0))) +("lycoming" nil (((l ay) 1) ((k ax) 0) ((m ih ng) 0))) +("lycra" nil (((l ay) 1) ((k r ax) 0))) +("lyda" nil (((l ay) 1) ((d ax) 0))) +("lydall" nil (((l ay) 1) ((d ax l) 0))) +("lyday" nil (((l ay) 1) ((d ey) 1))) +("lyde" nil (((l ay d) 1))) +("lyden" nil (((l ay) 1) ((d ax n) 0))) +("lydia" nil (((l ih) 1) ((d iy) 0) ((ax) 0))) +("lydic" nil (((l ih) 1) ((d ih k) 0))) +("lydick" nil (((l ih) 1) ((d ih k) 0))) +("lydie" nil (((l ih) 1) ((d iy) 0))) +("lydon" nil (((l ih) 1) ((d ax n) 0))) +("lye" nil (((l ay) 1))) +("lyell" nil (((l ay) 1) ((eh l) 1))) +("lyerla" nil (((l ay) 1) ((er) 1) ((l ax) 0))) +("lyerly" nil (((l ay) 1) ((er) 0) ((l iy) 0))) +("lyford" nil (((l ih) 1) ((f er d) 0))) +("lying" nil (((l ay) 1) ((ih ng) 0))) +("lyke" nil (((l ay k) 1))) +("lykens" nil (((l ay) 1) ((k ax n z) 0))) +("lykes" nil (((l ay k s) 1))) +("lykin" nil (((l ay) 1) ((k ax n) 0))) +("lykins" nil (((l ih) 1) ((k ax n z) 0))) +("lyle" nil (((l ay l) 1))) +("lyles" nil (((l ay l z) 1))) +("lyman" nil (((l ay) 1) ((m ax n) 0))) +("lyme" nil (((l ay m) 1))) +("lymph" nil (((l ih m f) 1))) +("lymphadenopathy" nil (((l ih m) 1) ((f ax) 0) ((d eh) 1) ((n ax) 0) ((p ae) 1) ((th iy) 0))) +("lymphocytes" nil (((l ih m) 1) ((f ax) 0) ((s ay t s) 1))) +("lymphoma" nil (((l ih m) 0) ((f ow) 1) ((m ax) 0))) +("lymphomas" nil (((l ih m) 0) ((f ow) 1) ((m ax z) 0))) +("lyn" nil (((l ih n) 1))) +("lynam" nil (((l ih) 1) ((n ax m) 0))) +("lynch" nil (((l ih n ch) 1))) +("lynchburg" nil (((l ih n ch) 1) ((b er g) 0))) +("lynched" nil (((l ih n ch t) 1))) +("lynching" nil (((l ih n) 1) ((ch ih ng) 0))) +("lynd" nil (((l ih n d) 1))) +("lynda" nil (((l ih n) 1) ((d ax) 0))) +("lynde" nil (((l ih n d) 1))) +("lynden" nil (((l ih n) 1) ((d ax n) 0))) +("lyndhurst" nil (((l ih n d) 1) ((hh er s t) 0))) +("lyndon" nil (((l ih n) 1) ((d ax n) 0))) +("lynds" nil (((l ih n d z) 1))) +("lyne" nil (((l ay n) 1))) +("lynes" nil (((l ay n z) 1))) +("lyness" nil (((l ay) 1) ((n eh s) 1))) +("lynette" nil (((l ay) 1) ((n eh t) 1))) +("lynford" nil (((l ih n) 1) ((f er d) 0))) +("lyng" nil (((l ih ng) 1))) +("lynk" nil (((l ih ng k) 1))) +("lynn" nil (((l ih n) 1))) +("lynna" nil (((l ay) 1) ((n ax) 0))) +("lynne" nil (((l ih n) 1))) +("lynott" nil (((l ay) 1) ((n ax t) 0))) +("lynskey" nil (((l ih n) 1) ((s k iy) 0))) +("lynton" nil (((l ih n) 1) ((t ax n) 0))) +("lynx" nil (((l ih ng k s) 1))) +("lynxes" nil (((l ih ng k) 1) ((s ih z) 0))) +("lyon" nil (((l ay) 1) ((ax n) 0))) +("lyondell" nil (((l ay) 1) ((ax n) 0) ((d eh l) 1))) +("lyonnais" nil (((l iy) 1) ((ax) 0) ((n ey) 1))) +("lyonnaise" nil (((l ay) 1) ((ax) 0) ((n ey z) 1))) +("lyons" nil (((l ay) 1) ((ax n z) 0))) +("lyphomed" nil (((l ay) 1) ((f ax) 0) ((m eh d) 0))) +("lyra" nil (((l ay) 1) ((r ax) 0))) +("lyre" nil (((l ay r) 1))) +("lyric" nil (((l ih) 1) ((r ih k) 0))) +("lyrical" nil (((l ih) 1) ((r ih) 0) ((k ax l) 0))) +("lyricism" nil (((l ay) 1) ((r ih) 0) ((s ih) 1) ((z ax m) 0))) +("lyricist" nil (((l ay) 1) ((r ih) 0) ((s ih s t) 0))) +("lyrics" nil (((l ih) 1) ((r ih k s) 0))) +("lyris" nil (((l ih) 1) ((r ih s) 0))) +("lyrist" nil (((l ay) 1) ((r ih s t) 0))) +("lysaght" nil (((l ay) 1) ((s aa t) 0))) +("lysander" nil (((l ay) 1) ((s ae n) 1) ((d er) 0))) +("lysandra" nil (((l ay) 1) ((s ae n) 1) ((d r ax) 0))) +("lysine" nil (((l ay) 1) ((s iy n) 0))) +("lysis" nil (((l ay) 1) ((s ih s) 0))) +("lyski" nil (((l ay) 1) ((s k iy) 0))) +("lysne" nil (((l ay n) 1))) +("lysol" nil (((l ay) 1) ((s ao l) 1))) +("lyssy" nil (((l ih) 1) ((s iy) 0))) +("lyster" nil (((l ih) 1) ((s t er) 0))) +("lyter" nil (((l ay) 1) ((t er) 0))) +("lythgoe" nil (((l ih th) 1) ((g ow) 0))) +("lytle" nil (((l ay) 1) ((t ax l) 0))) +("lyttle" nil (((l ih) 1) ((t ax l) 0))) +("lytton" nil (((l ih) 1) ((t ax n) 0))) +("lyubimov" nil (((l y uw) 1) ((b ax) 0) ((m aa v) 0))) +("lyvers" nil (((l ay) 1) ((v er z) 0))) +("m" nil (((eh m) 1))) +("ma" nil (((m aa) 1))) +("maack" nil (((m aa k) 1))) +("maaco" nil (((m ey) 1) ((k ow) 0))) +("maag" nil (((m aa g) 1))) +("maahs" nil (((m aa z) 1))) +("maalox" nil (((m ey) 1) ((l aa k s) 0))) +("maanshan" nil (((m aa) 1) ((aa n) 1) ((sh aa n) 1))) +("maas" nil (((m ae s) 1))) +("maas" nil (((m aa z) 1))) +("maass" nil (((m aa s) 1))) +("maassen" nil (((m aa) 1) ((s ax n) 0))) +("maastricht" nil (((m aa) 1) ((s t r ih k t) 1))) +("mab" nil (((m ae b) 1))) +("mabe" nil (((m ey b) 1))) +("mabee" nil (((m ae) 1) ((b iy) 0))) +("mabel" nil (((m ey) 1) ((b ax l) 0))) +("mabelle" nil (((m ax) 0) ((b eh l) 1))) +("maben" nil (((m ae) 1) ((b ax n) 0))) +("maberry" nil (((m aa) 1) ((b eh) 0) ((r iy) 0))) +("mabery" nil (((m ae) 1) ((b er) 0) ((iy) 0))) +("mabey" nil (((m ey) 1) ((b iy) 0))) +("mabie" nil (((m ae) 1) ((b iy) 0))) +("mabile" nil (((m aa) 1) ((b ax l) 0))) +("mabin" nil (((m ae) 1) ((b ih n) 0))) +("mable" nil (((m ey) 1) ((b ax l) 0))) +("mabley" nil (((m ae) 1) ((b l iy) 0))) +("mabon" nil (((m ey) 1) ((b ax n) 0))) +("mabrey" nil (((m ae) 1) ((b r iy) 0))) +("mabry" nil (((m ae) 1) ((b er) 0) ((iy) 0))) +("mabus" nil (((m ae) 1) ((b ih s) 0))) +("mac" nil (((m ae k) 1))) +("macabre" nil (((m ax) 0) ((k aa) 1) ((b r ax) 0))) +("macadam" nil (((m ax) 0) ((k ae) 1) ((d ax m) 0))) +("macadamia" nil (((m ae) 1) ((k ax) 0) ((d ey) 1) ((m iy) 0) ((ax) 0))) +("macallister" nil (((m ax) 0) ((k ae) 1) ((l ih) 0) ((s t er) 0))) +("macalpine" nil (((m ax) 0) ((k ae l) 1) ((p ay n) 1))) +("macaluso" nil (((m ae) 1) ((k ax) 0) ((l uw) 1) ((s ow) 0))) +("macandrews" nil (((m ax) 0) ((k ae n) 1) ((d r uw z) 1))) +("macao" nil (((m ax) 0) ((k aw) 1))) +("macaques" nil (((m ax) 0) ((k aa k s) 1))) +("macari" nil (((m aa) 0) ((k aa) 1) ((r iy) 0))) +("macaroni" nil (((m ae) 1) ((k er) 0) ((ow) 1) ((n iy) 0))) +("macarthur" nil (((m ax) 0) ((k aa r) 1) ((th er) 0))) +("macartney" nil (((m ax) 0) ((k aa r t) 1) ((n iy) 0))) +("macaulay" nil (((m ax) 0) ((k ao) 1) ((l iy) 0))) +("macauley" nil (((m ax) 0) ((k ao) 1) ((l iy) 0))) +("macaw" nil (((m ax) 0) ((k ao) 1))) +("macaws" nil (((m ax) 0) ((k ao z) 1))) +("macbeth" nil (((m ax k) 0) ((b eh th) 1))) +("macbride" nil (((m ax k) 0) ((b r ay d) 1))) +("maccabean" nil (((m ae) 1) ((k ax) 0) ((b iy) 1) ((ax n) 0))) +("maccabees" nil (((m ae) 1) ((k ax) 0) ((b iy z) 1))) +("maccallum" nil (((m ax) 0) ((k ae) 1) ((l ax m) 0))) +("maccaquano" nil (((m ae) 1) ((k ax) 0) ((k w aa) 1) ((n ow) 0))) +("maccarone" nil (((m ae) 1) ((k er) 0) ((ow n) 1))) +("maccarthy" nil (((m ax) 0) ((k aa r) 1) ((th iy) 0))) +("macchi" nil (((m ae) 1) ((k iy) 0))) +("macchia" nil (((m ae) 1) ((k iy) 0) ((ax) 0))) +("macchio" nil (((m ae) 1) ((k iy) 0) ((ow) 0))) +("macconnell" nil (((m ax) 0) ((k aa) 1) ((n ax l) 0))) +("maccormack" nil (((m ax) 0) ((k ao r) 1) ((m ax k) 0))) +("macdermott" nil (((m ax k) 0) ((d er) 1) ((m ax t) 0))) +("macdiarmid" nil (((m ax k) 0) ((d ih r) 1) ((m ih d) 0))) +("macdill" nil (((m ax k) 0) ((d ih l) 1))) +("macdonald" nil (((m ax k) 0) ((d aa) 1) ((n ax l d) 0))) +("macdonell" nil (((m ax k) 0) ((d aa) 1) ((n ax l) 0))) +("macdonnell" nil (((m ax k) 0) ((d aa) 1) ((n ax l) 0))) +("macdonough" nil (((m ax k) 0) ((d aa) 1) ((n ax f) 0))) +("macdougal" nil (((m ax k) 0) ((d uw) 1) ((g ax l) 0))) +("macdougall" nil (((m ax k) 0) ((d uw) 1) ((g ax l) 0))) +("macduff" nil (((m ax k) 0) ((d ah f) 1))) +("mace" nil (((m ey s) 1))) +("maceachern" nil (((m ax) 0) ((k iy) 1) ((ch er n) 0))) +("maceda" nil (((m ax) 0) ((s ey) 1) ((d ax) 0))) +("macedo" nil (((m ax) 0) ((s ey) 1) ((d ow) 0))) +("macedonia" nil (((m ae) 1) ((s ax) 0) ((d ow) 1) ((n iy) 0) ((ax) 0))) +("macedonian" nil (((m ae) 1) ((s ax) 0) ((d ow) 1) ((n iy) 0) ((ax n) 0))) +("macek" nil (((m ih) 0) ((k eh k) 1))) +("macera" nil (((m ax) 0) ((s eh) 1) ((r ax) 0))) +("macewan" nil (((m ax) 0) ((ch uw) 1) ((ax n) 0))) +("macewen" nil (((m ax) 0) ((k uw) 1) ((ax n) 0))) +("macey" nil (((m ey) 1) ((s iy) 0))) +("macfadden" nil (((m ax k) 0) ((f ae) 1) ((d ax n) 0))) +("macfadyen" nil (((m ax k) 0) ((f ae) 1) ((d iy) 0) ((ax n) 0))) +("macfarland" nil (((m ax k) 0) ((f aa r) 1) ((l ax n d) 0))) +("macfarlane" nil (((m ax k) 0) ((f aa r) 1) ((l ax n) 0))) +("macgowan" nil (((m ax) 0) ((g aw) 1) ((ax n) 0))) +("macgregor" nil (((m ax) 0) ((g r eh) 1) ((g er) 0))) +("macgyver" nil (((m ax) 0) ((g ay) 1) ((v er) 0))) +("mach" nil (((m aa k) 1))) +("macha" nil (((m ae) 1) ((ch ax) 0))) +("machacek" nil (((m ae) 1) ((k ax) 0) ((s ih k) 0))) +("machado" nil (((m ax) 0) ((ch aa) 1) ((d ow) 0))) +("machala" nil (((m ax) 0) ((ch aa) 1) ((l ax) 0))) +("machamer" nil (((m ae) 1) ((k ax) 0) ((m er) 0))) +("mache" nil (((m ae ch) 1))) +("machel" nil (((m ae) 1) ((ch ax l) 0))) +("machen" nil (((m ae) 1) ((k ax n) 0))) +("macher" nil (((m ae) 1) ((k er) 0))) +("macheski" nil (((m ax) 0) ((ch eh) 1) ((s k iy) 0))) +("machete" nil (((m ax) 0) ((sh eh) 1) ((t iy) 1))) +("machetes" nil (((m ax) 0) ((sh eh) 1) ((t iy z) 1))) +("machi" nil (((m aa) 1) ((k iy) 0))) +("machiavelli" nil (((m aa) 1) ((k iy) 0) ((ax) 0) ((v eh) 1) ((l iy) 0))) +("machiavellian" nil (((m aa) 1) ((k iy) 0) ((ax) 0) ((v eh) 1) ((l iy) 0) ((ax n) 0))) +("machida" nil (((m ax) 0) ((ch iy) 1) ((d ax) 0))) +("machin" nil (((m ae) 1) ((ch ih n) 0))) +("machination" nil (((m ae) 1) ((k ax) 0) ((n ey) 1) ((sh ax n) 0))) +("machinations" nil (((m ae) 1) ((k ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("machine" nil (((m ax) 0) ((sh iy n) 1))) +("machinea" nil (((m ae) 1) ((sh ax) 0) ((n iy) 1) ((ax) 0))) +("machined" nil (((m ax) 0) ((sh iy n d) 1))) +("machineries" nil (((m ax) 0) ((sh iy) 1) ((n er) 0) ((iy z) 0))) +("machinery" nil (((m ax) 0) ((sh iy) 1) ((n er) 0) ((iy) 0))) +("machines" nil (((m ax) 0) ((sh iy n z) 1))) +("machining" nil (((m ax) 0) ((sh iy) 1) ((n ih ng) 0))) +("machinist" nil (((m ax) 0) ((sh iy) 1) ((n ax s t) 0))) +("machinists" nil (((m ax) 0) ((sh iy) 1) ((n ih s t s) 0))) +("machismo" nil (((m ax) 0) ((ch ih z) 1) ((m ow) 0))) +("machnik" nil (((m ae k) 1) ((n ih k) 0))) +("macho" nil (((m aa) 1) ((ch ow) 0))) +("machold" nil (((m ax) 0) ((hh ow l d) 1))) +("machowski" nil (((m ax) 0) ((ch ao f) 1) ((s k iy) 0))) +("macht" nil (((m ae ch t) 1))) +("machtley" nil (((m ae t ch) 1) ((l iy) 0))) +("machuca" nil (((m ax) 0) ((ch uw) 1) ((k ax) 0))) +("machuga" nil (((m ax) 0) ((ch uw) 1) ((g ax) 0))) +("maciag" nil (((m ax) 0) ((k ey g) 1))) +("macias" nil (((m aa) 0) ((s iy) 1) ((ax s) 0))) +("maciejewski" nil (((m ax) 0) ((ch eh f) 1) ((s k iy) 0))) +("maciel" nil (((m ih) 0) ((k iy l) 1))) +("macik" nil (((m aa) 1) ((ch ih k) 0))) +("macinnes" nil (((m ax) 0) ((k ih) 1) ((n ax s) 0))) +("macinnis" nil (((m ax) 0) ((k ih) 1) ((n ax s) 0))) +("macintax" nil (((m ae) 1) ((k ax n) 0) ((t ae k s) 1))) +("macintosh" nil (((m ae) 1) ((k ax n) 0) ((t ao sh) 1))) +("macintoshes" nil (((m ae) 1) ((k ax n) 0) ((t ao) 1) ((sh ih z) 0))) +("macintyre" nil (((m ae) 1) ((k ax n) 0) ((t ay r) 1))) +("macioce" nil (((m aa) 0) ((ch ow) 1) ((ch iy) 0))) +("maciolek" nil (((m ax) 0) ((ch iy) 0) ((ow) 1) ((l eh k) 0))) +("macisaac" nil (((m ax) 0) ((ch ih) 1) ((s ae k) 1))) +("maciver" nil (((m iy) 1) ((k ih) 0) ((v er) 0))) +("mack" nil (((m ae k) 1))) +("mackall" nil (((m ae) 1) ((k ax l) 0))) +("mackay" nil (((m ax) 0) ((k ey) 1))) +("macke" nil (((m ae k) 1))) +("mackel" nil (((m ae) 1) ((k ax l) 0))) +("mackellar" nil (((m ax) 0) ((k eh) 1) ((l er) 0))) +("macken" nil (((m ae) 1) ((k ax n) 0))) +("mackenzie" nil (((m ax) 0) ((k eh n) 1) ((z iy) 0))) +("mackerel" nil (((m ae) 1) ((k er) 0) ((ax l) 0))) +("mackert" nil (((m ae) 1) ((k er t) 0))) +("mackey" nil (((m ae) 1) ((k iy) 0))) +("mackie" nil (((m ae) 1) ((k iy) 0))) +("mackiewicz" nil (((m ae) 1) ((k iy) 0) ((ax) 0) ((w ih t s) 0))) +("mackin" nil (((m ae) 1) ((k ih n) 0))) +("mackinaw" nil (((m ae) 1) ((k ax) 0) ((n ao) 1))) +("mackinley" nil (((m ax) 0) ((k ih n) 1) ((l iy) 0))) +("mackinney" nil (((m ax) 0) ((k ih) 1) ((n iy) 0))) +("mackinnon" nil (((m ax) 0) ((k ih) 1) ((n ax n) 0))) +("mackintosh" nil (((m ae) 1) ((k ax n) 0) ((t aa sh) 1))) +("macklem" nil (((m ae) 1) ((k l ax m) 0))) +("mackler" nil (((m ae) 1) ((k l er) 0))) +("mackley" nil (((m ae) 1) ((k l iy) 0))) +("macklin" nil (((m ae) 1) ((k l ih n) 0))) +("macknight" nil (((m ax k) 0) ((n ay t) 1))) +("macko" nil (((m ae) 1) ((k ow) 0))) +("mackowiak" nil (((m ax) 0) ((s k aw) 1) ((iy) 0) ((ae k) 0))) +("mackowski" nil (((m ax) 0) ((s k ao f) 1) ((s k iy) 0))) +("macks" nil (((m ae k s) 1))) +("macktal" nil (((m ae k) 1) ((t ax l) 0))) +("maclachlan" nil (((m ax) 0) ((k l ae) 1) ((k l ax n) 0))) +("maclaine" nil (((m ax) 0) ((k l ey n) 1))) +("maclaren" nil (((m ax) 0) ((k l eh) 1) ((r ax n) 0))) +("maclaughlin" nil (((m ax) 0) ((k l ao) 1) ((k l ih n) 0))) +("maclay" nil (((m ax) 0) ((k l ey) 1))) +("maclean" nil (((m ax) 0) ((k l ey n) 1))) +("maclellan" nil (((m ax) 0) ((k l eh) 1) ((l ax n) 0))) +("maclennan" nil (((m ax) 0) ((k l eh) 1) ((n ax n) 0))) +("macleod" nil (((m ax) 0) ((k l aw d) 1))) +("maclin" nil (((m ae) 1) ((k l ax n) 0))) +("macmahon" nil (((m ax k) 0) ((m ae n) 1))) +("macmaster" nil (((m ax k) 0) ((m ae) 1) ((s t er) 0))) +("macmillan" nil (((m ax k) 0) ((m ih) 1) ((l ax n) 0))) +("macmullen" nil (((m ax k) 0) ((m ah) 1) ((l ax n) 0))) +("macmurray" nil (((m ax k) 0) ((m er) 1) ((iy) 0))) +("macnab" nil (((m ax k) 0) ((n ae b) 1))) +("macnair" nil (((m ax k) 0) ((n eh r) 1))) +("macnamara" nil (((m ae k) 1) ((n ax) 0) ((m eh) 1) ((r ax) 0))) +("macnaughton" nil (((m ax k) 0) ((n ao) 1) ((t ax n) 0))) +("macneal" nil (((m ax k) 0) ((n iy l) 1))) +("macneil" nil (((m ax k) 0) ((n iy l) 1))) +("macneill" nil (((m ax k) 0) ((n iy l) 1))) +("macomb" nil (((m ey) 1) ((k ax m) 0))) +("macomber" nil (((m ax) 0) ((k aa m) 1) ((b er) 0))) +("macon" nil (((m ey) 1) ((k ax n) 0))) +("macoute" nil (((m ax) 0) ((k uw t) 1))) +("macoutes" nil (((m ax) 0) ((k uw t s) 1))) +("macphail" nil (((m ax k) 0) ((f ey l) 1))) +("macphee" nil (((m ax k) 0) ((f iy) 1))) +("macpherson" nil (((m ax k) 0) ((f er) 1) ((s ax n) 0))) +("macquarrie" nil (((m ax) 0) ((k eh) 1) ((r iy) 0))) +("macqueen" nil (((m ax) 0) ((k w iy n) 1))) +("macrae" nil (((m ax) 0) ((k r ey) 1))) +("macrame" nil (((m ae) 1) ((k r ax) 0) ((m ey) 1))) +("macri" nil (((m ae) 1) ((k r iy) 0))) +("macro" nil (((m ae) 1) ((k r ow) 0))) +("macrodantin" nil (((m ae) 1) ((k r ow) 0) ((d ae n) 1) ((t ih n) 0))) +("macroeconomic" nil (((m ae) 1) ((k r ow) 0) ((eh) 0) ((k ax) 0) ((n aa) 1) ((m ih k) 0))) +("macroeconomics" nil (((m ae) 1) ((k r ow) 0) ((eh) 0) ((k ax) 0) ((n aa) 1) ((m ih k s) 0))) +("macromedia" nil (((m ae) 1) ((k r ow) 0) ((m iy) 1) ((d iy) 0) ((ax) 0))) +("macrophage" nil (((m ae) 1) ((k r ow) 0) ((f ey jh) 1))) +("macrophages" nil (((m ae) 1) ((k r ow) 0) ((f ey) 1) ((jh ih z) 0))) +("macrovision" nil (((m ae) 1) ((k r ow) 0) ((v ih) 1) ((zh ax n) 0))) +("macs" nil (((m ae k s) 1))) +("macsharry" nil (((m ax k) 0) ((sh eh) 1) ((r iy) 0))) +("mactaggart" nil (((m ax k) 0) ((t ae) 1) ((g er t) 0))) +("mactan" nil (((m ax k) 0) ((t ae n) 1))) +("mactavish" nil (((m ax k) 0) ((t ae) 1) ((v ih sh) 0))) +("macumber" nil (((m ax) 0) ((k ah m) 1) ((b er) 0))) +("macumolo" nil (((m ax) 0) ((k uw) 1) ((m ow) 0) ((l ow) 0))) +("macvicar" nil (((m ax k) 0) ((v ih) 1) ((k er) 0))) +("macwilliams" nil (((m ax) 0) ((k w ih) 1) ((l y ax m z) 0))) +("macworld" nil (((m ae) 1) ((k w er l d) 1))) +("macy" nil (((m ey) 1) ((s iy) 0))) +("maczko" nil (((m aa ch) 1) ((k ow) 0))) +("mad" nil (((m ae d) 1))) +("mada" nil (((m aa) 1) ((d ax) 0))) +("madagascar" nil (((m ae) 1) ((d ax) 0) ((g ae) 1) ((s k er) 0))) +("madalena" nil (((m ae) 1) ((d ax) 0) ((l ey) 1) ((n ax) 0))) +("madam" nil (((m ae) 1) ((d ax m) 0))) +("Madama" n (((m ax) 0) ((d ae) 1) ((m ax) 0))) +("madame" nil (((m ae) 1) ((d ax m) 0))) +("madan" nil (((m ey) 1) ((d ax n) 0))) +("madar" nil (((m ae) 1) ((d er) 0))) +("madara" nil (((m aa) 0) ((d aa) 1) ((r ax) 0))) +("madaras" nil (((m aa) 0) ((d aa) 1) ((r aa z) 0))) +("madaris" nil (((m ae) 1) ((d er) 0) ((ih s) 0))) +("maday" nil (((m aa) 1) ((d ey) 0))) +("madcap" nil (((m ae d) 1) ((k ae p) 1))) +("madd" nil (((m ae d) 1))) +("maddalena" nil (((m aa) 0) ((d aa) 0) ((l eh) 1) ((n ax) 0))) +("maddamma" nil (((m ax) 0) ((d aa) 1) ((m ax) 0))) +("madden" nil (((m ae) 1) ((d ax n) 0))) +("maddening" nil (((m ae) 1) ((d ax) 0) ((n ih ng) 0))) +("maddeningly" nil (((m ae) 1) ((d ax) 0) ((n ih ng) 0) ((l iy) 0))) +("madder" nil (((m ae) 1) ((d er) 0))) +("maddie" nil (((m ae) 1) ((d iy) 0))) +("madding" nil (((m ae) 1) ((d ih ng) 0))) +("maddison" nil (((m ae) 1) ((d ih) 0) ((s ax n) 0))) +("maddock" nil (((m ae) 1) ((d ax k) 0))) +("maddocks" nil (((m ae) 1) ((d ax k s) 0))) +("maddox" nil (((m ae) 1) ((d ax k s) 0))) +("maddux" nil (((m ae) 1) ((d ax k s) 0))) +("maddy" nil (((m ae) 1) ((d iy) 0))) +("made" nil (((m ey d) 1))) +("madeira" nil (((m ax) 0) ((d ih) 1) ((r ax) 0))) +("madej" nil (((m ae) 1) ((d ih jh) 0))) +("madel" nil (((m ae) 1) ((d ax l) 0))) +("madelaine" nil (((m ae) 1) ((d ih) 0) ((l ey n) 0))) +("madeleine" nil (((m ae) 1) ((d ax) 0) ((l eh n) 1))) +("madelena" nil (((m aa) 0) ((d eh) 0) ((l eh) 1) ((n ax) 0))) +("madelene" nil (((m ae) 0) ((d ax) 0) ((l iy n) 1))) +("madelin" nil (((m ae) 1) ((d ax) 0) ((l ih n) 0))) +("madeline" nil (((m ae) 1) ((d ax) 0) ((l ih n) 0))) +("madella" nil (((m ax) 0) ((d eh) 1) ((l ax) 0))) +("madelle" nil (((m ax) 0) ((d eh l) 1))) +("madelon" nil (((m aa) 0) ((d ey) 0) ((l ao n) 1))) +("mademoiselle" nil (((m ae) 1) ((d ax) 0) ((m ax) 0) ((z eh l) 1))) +("maden" nil (((m ey) 1) ((d ax n) 0))) +("mader" nil (((m ey) 1) ((d er) 0))) +("madera" nil (((m aa) 0) ((d eh) 1) ((r ax) 0))) +("madere" nil (((m ae) 1) ((d er) 0))) +("madero" nil (((m aa) 0) ((d eh) 1) ((r ow) 0))) +("madewell" nil (((m ae) 1) ((d ih) 0) ((w eh l) 0))) +("madey" nil (((m ey) 1) ((d iy) 0))) +("madge" nil (((m ae jh) 1))) +("madhouse" nil (((m ae d) 1) ((hh aw s) 1))) +("madhusudan" nil (((m aa d) 1) ((hh uw) 0) ((s uw) 1) ((d ax n) 0))) +("madia" nil (((m aa) 1) ((d iy) 0) ((ax) 0))) +("madigan" nil (((m ae) 1) ((d ih) 0) ((g ax n) 0))) +("madill" nil (((m aa) 0) ((d iy l) 1))) +("madison" nil (((m ae) 1) ((d ax) 0) ((s ax n) 0))) +("madkins" nil (((m ae d) 1) ((k ih n z) 0))) +("madl" nil (((m ae) 1) ((d ax l) 0))) +("madlen" nil (((m ae) 1) ((d ax) 0) ((l ax n) 0))) +("madlin" nil (((m ae d) 1) ((l ih n) 0))) +("madlock" nil (((m ae d) 1) ((l aa k) 1))) +("madly" nil (((m ae d) 1) ((l iy) 0))) +("madman" nil (((m ae d) 1) ((m ae n) 1))) +("madmen" nil (((m ae d) 1) ((m ax n) 0))) +("madness" nil (((m ae d) 1) ((n ax s) 0))) +("madoc" nil (((m ae) 1) ((d ax k) 0))) +("madock" nil (((m ae) 1) ((d ax k) 0))) +("madoff" nil (((m ae) 1) ((d ao f) 1))) +("madog" nil (((m ae) 1) ((d ax g) 0))) +("madole" nil (((m ax) 0) ((d ow l) 1))) +("madonia" nil (((m aa) 0) ((d ow) 1) ((n iy) 0) ((ax) 0))) +("madonna" nil (((m ax) 0) ((d aa) 1) ((n ax) 0))) +("madora" nil (((m ax) 0) ((d ao) 1) ((r ax) 0))) +("madore" nil (((m ax) 0) ((d ao) 1) ((r ey) 0))) +("madra" nil (((m aa) 1) ((d r ax) 0))) +("madras" nil (((m ae) 1) ((d r ax s) 0))) +("madre" nil (((m ae) 1) ((d r ax) 0))) +("madrid" nil (((m ax) 0) ((d r ih d) 1))) +("madrigal" nil (((m ae) 1) ((d r ax) 0) ((g ax l) 0))) +("madrigals" nil (((m ae) 1) ((d r ax) 0) ((g ax l z) 0))) +("madril" nil (((m ae) 1) ((d r ih l) 0))) +("madron" nil (((m ae) 1) ((d r ax n) 0))) +("madruga" nil (((m ae) 1) ((d r uw) 0) ((g ax) 0))) +("madry" nil (((m ae) 1) ((d r iy) 0))) +("madsen" nil (((m ae d) 1) ((s ax n) 0))) +("madson" nil (((m ae d) 1) ((s ax n) 0))) +("madstones" nil (((m ae d) 1) ((s t ow n z) 1))) +("mady" nil (((m ey) 1) ((d iy) 0))) +("mae" nil (((m ey) 1))) +("maeda" nil (((m ay) 1) ((d ax) 0))) +("maeda" nil (((m ey) 0) ((iy) 1) ((d ax) 0))) +("maeder" nil (((m eh) 1) ((d er) 0))) +("maekawa" nil (((m aa) 1) ((ih) 0) ((k aa) 1) ((w ax) 0))) +("maelstrom" nil (((m ey l) 1) ((s t r ax m) 0))) +("maenza" nil (((m aa) 0) ((eh n) 1) ((z ax) 0))) +("maersk" nil (((m eh r s k) 1))) +("maertens" nil (((m eh r) 1) ((t ax n z) 0))) +("maertz" nil (((m eh r t s) 1))) +("maerz" nil (((m eh r z) 1))) +("maes" nil (((m ey z) 1))) +("maese" nil (((m iy s) 1))) +("maestas" nil (((m eh) 1) ((s t ax z) 0))) +("maestri" nil (((m aa) 0) ((eh) 1) ((s t r iy) 0))) +("maestro" nil (((m ay) 1) ((s t r ow) 0))) +("maez" nil (((m ay) 0) ((eh z) 1))) +("maffei" nil (((m ae) 1) ((f ay) 0))) +("maffeo" nil (((m aa) 1) ((f iy) 0) ((ow) 0))) +("maffett" nil (((m ae) 1) ((f ih t) 0))) +("maffia" nil (((m ae) 1) ((f iy) 0) ((ax) 0))) +("maffucci" nil (((m aa) 0) ((f uw) 1) ((ch iy) 0))) +("mafia" nil (((m aa) 1) ((f iy) 0) ((ax) 0))) +("mag" nil (((m ae g) 1))) +("magallanes" nil (((m ae) 1) ((g ax) 0) ((l ey n z) 1))) +("magallon" nil (((m ae) 1) ((g ax) 0) ((l aa n) 0))) +("magan" nil (((m ey) 1) ((g ax n) 0))) +("magana" nil (((m aa) 0) ((g ae) 1) ((n ax) 0))) +("magar" nil (((m ae) 1) ((g er) 0))) +("magarian" nil (((m ax) 0) ((g eh) 1) ((r iy) 0) ((ax n) 0))) +("magaw" nil (((m ae) 1) ((g ao) 0))) +("magazine" nil (((m ae) 1) ((g ax) 0) ((z iy n) 1))) +("magaziner" nil (((m ae) 1) ((g ax) 0) ((z iy) 1) ((n er) 0))) +("magazines" nil (((m ae) 1) ((g ax) 0) ((z iy n z) 1))) +("magby" nil (((m ae g) 1) ((b iy) 0))) +("magda" nil (((m ae g) 1) ((d ax) 0))) +("magdala" nil (((m aa g) 0) ((d aa) 1) ((l ax) 0))) +("magdalen" nil (((m ae g) 1) ((d ax) 0) ((l ax n) 0))) +("magdalena" nil (((m ae g) 1) ((d ax) 0) ((l iy) 1) ((n ax) 0))) +("magdalene" nil (((m ae g) 1) ((d ax) 0) ((l iy n) 1))) +("magdaleno" nil (((m aa g) 0) ((d aa) 0) ((l ey) 1) ((n ow) 0))) +("magee" nil (((m ax) 0) ((g iy) 1))) +("magel" nil (((m ae) 1) ((g ax l) 0))) +("magellan" nil (((m ax) 0) ((jh eh) 1) ((l ax n) 0))) +("magellanic" nil (((m ae) 1) ((jh ax) 0) ((l ae) 1) ((n ih k) 0))) +("magenta" nil (((m ax) 0) ((jh eh n) 1) ((t ax) 0))) +("mager" nil (((m ae) 1) ((g er) 0))) +("magerman" nil (((m ae) 1) ((g er) 0) ((m ax n) 0))) +("magers" nil (((m ae) 1) ((g er z) 0))) +("mages" nil (((m ey) 1) ((jh ih z) 0))) +("maggard" nil (((m ae) 1) ((g er d) 0))) +("maggart" nil (((m ae) 1) ((g er t) 0))) +("maggi" nil (((m ae) 1) ((jh iy) 0))) +("maggie" nil (((m ae) 1) ((g iy) 0))) +("maggio" nil (((m aa) 1) ((jh iy) 0) ((ow) 0))) +("maggot" nil (((m ae) 1) ((g ax t) 0))) +("maggots" nil (((m ae) 1) ((g ax t s) 0))) +("maggs" nil (((m ae g z) 1))) +("magi" nil (((m ey) 1) ((jh ay) 0))) +("magic" nil (((m ae) 1) ((jh ih k) 0))) +("magical" nil (((m ae) 1) ((jh ih) 0) ((k ax l) 0))) +("magically" nil (((m ae) 1) ((jh ih) 0) ((k ax) 0) ((l iy) 0))) +("magician" nil (((m ax) 0) ((jh ih) 1) ((sh ax n) 0))) +("magicians" nil (((m ax) 0) ((jh ih) 1) ((sh ax n z) 0))) +("magid" nil (((m ae) 1) ((jh ih d) 0))) +("magie" nil (((m ey) 1) ((jh iy) 0))) +("magiera" nil (((m aa) 0) ((jh ih) 1) ((r ax) 0))) +("magill" nil (((m ae) 1) ((jh ax l) 0))) +("magin" nil (((m ae) 1) ((jh ih n) 0))) +("maginn" nil (((m ae) 1) ((jh ih n) 0))) +("maginnis" nil (((m ae) 1) ((jh ih) 0) ((n ih s) 0))) +("maginot" nil (((m ae) 1) ((jh ih) 0) ((n aa) 0))) +("magistad" nil (((m ae) 1) ((jh ih) 0) ((s t ae d) 1))) +("magisterial" nil (((m ae) 1) ((jh ih) 0) ((s t iy) 1) ((r iy) 0) ((ax l) 0))) +("magistrate" nil (((m ae) 1) ((jh ax) 0) ((s t r ey t) 1))) +("magistrates" nil (((m ae) 1) ((jh ih) 0) ((s t r ey t s) 1))) +("magistro" nil (((m aa) 0) ((jh iy) 1) ((s t r ow) 0))) +("maglaj" nil (((m aa) 1) ((g l ay) 1))) +("maglev" nil (((m ae) 1) ((g l eh v) 1))) +("magley" nil (((m ae) 1) ((g l iy) 0))) +("magliano" nil (((m aa) 0) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("maglica" nil (((m ae) 1) ((g l ih) 0) ((k ax) 0))) +("maglio" nil (((m ae) 1) ((g l iy) 0) ((ow) 0))) +("magliocco" nil (((m aa) 0) ((g l iy) 0) ((ow) 1) ((k ow) 0))) +("maglione" nil (((m aa) 0) ((g l iy) 0) ((ow) 1) ((n iy) 0))) +("magma" nil (((m ae g) 1) ((m ax) 0))) +("magna" nil (((m ae g) 1) ((n ax) 0))) +("magnan" nil (((m ae g) 1) ((n ax n) 0))) +("magnani" nil (((m aa g) 0) ((n aa) 1) ((n iy) 0))) +("magnanimity" n (((m ae g) 1) ((n ax) 0) ((n ih) 1) ((m ax) 0) ((t iy) 0))) +("magnanimous" nil (((m ae g) 0) ((n ae) 1) ((n ax) 0) ((m ax s) 0))) +("magnano" nil (((m aa g) 0) ((n aa) 1) ((n ow) 0))) +("magnant" nil (((m ae g) 1) ((n ax n t) 0))) +("magnate" nil (((m ae g) 1) ((n ax t) 0))) +("magnates" nil (((m ae g) 1) ((n ey t s) 1))) +("magnavox" nil (((m ae g) 1) ((n ax) 0) ((v aa k s) 0))) +("magner" nil (((m ae g) 1) ((n er) 0))) +("magnesia" nil (((m ae g) 0) ((n iy) 1) ((zh ax) 0))) +("magnesite" nil (((m ae g) 1) ((n ax) 0) ((s ay t) 1))) +("magnesium" nil (((m ae g) 0) ((n iy) 1) ((z iy) 0) ((ax m) 0))) +("magness" nil (((m ax g) 0) ((n iy s) 1))) +("magnet" nil (((m ae g) 1) ((n ax t) 0))) +("magnetek" nil (((m ae g) 1) ((n eh) 0) ((t eh k) 1))) +("magneti" nil (((m ae g) 0) ((n eh) 1) ((t iy) 0))) +("magnetic" nil (((m ae g) 0) ((n eh) 1) ((t ih k) 0))) +("magnetically" nil (((m ae g) 0) ((n eh) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("magnetics" nil (((m ae g) 0) ((n eh) 1) ((t ih k s) 0))) +("magnetism" nil (((m ae g) 1) ((n ax) 0) ((t ih) 1) ((z ax m) 0))) +("magnetite" nil (((m ae g) 1) ((n ax) 0) ((t ay t) 1))) +("magnetization" nil (((m ae g) 1) ((n ax) 0) ((t ax) 0) ((z ey) 1) ((sh ax n) 0))) +("magnetized" nil (((m ae g) 1) ((n ih) 0) ((t ay z d) 1))) +("magnetometer" nil (((m ae g) 1) ((n ax) 0) ((t aa) 1) ((m ax) 0) ((t er) 0))) +("magnetron" nil (((m ae g) 1) ((n ax) 0) ((t r aa n) 1))) +("magnets" nil (((m ae g) 1) ((n ax t s) 0))) +("magnification" nil (((m ae g) 1) ((n ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("magnifications" nil (((m ae g) 1) ((n ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("magnificent" nil (((m ae g) 0) ((n ih) 1) ((f ax) 0) ((s ax n t) 0))) +("magnificently" nil (((m ae g) 0) ((n ih) 1) ((f ax) 0) ((s ax n t) 0) ((l iy) 0))) +("magnified" nil (((m ae g) 1) ((n ax) 0) ((f ay d) 1))) +("magnifiers" nil (((m ae g) 1) ((n ax) 0) ((f ay) 1) ((er z) 0))) +("magnifies" nil (((m ae g) 1) ((n ax) 0) ((f ay z) 1))) +("magnify" nil (((m ae g) 1) ((n ax) 0) ((f ay) 1))) +("magnifying" nil (((m ae g) 1) ((n ax) 0) ((f ay) 1) ((ih ng) 0))) +("magnin" nil (((m ae g) 1) ((n ih n) 0))) +("magnitogorsk" nil (((m ae g) 0) ((n ih) 1) ((t ax) 0) ((g ao r s k) 0))) +("magnitude" nil (((m ae g) 1) ((n ax) 0) ((t uw d) 1))) +("magnitudes" nil (((m ae g) 1) ((n ax) 0) ((t uw d z) 1))) +("magno" nil (((m ae g) 1) ((n ow) 0))) +("magnolia" nil (((m ae g) 0) ((n ow) 1) ((l y ax) 0))) +("magnolias" nil (((m ae g) 0) ((n ow) 1) ((l y ax z) 0))) +("magnone" nil (((m aa g) 0) ((n ow) 1) ((n iy) 0))) +("magnum" nil (((m ae g) 1) ((n ax m) 0))) +("magnus" nil (((m ae g) 1) ((n ax s) 0))) +("magnuson" nil (((m ae g) 1) ((n ax) 0) ((s ax n) 0))) +("magnussen" nil (((m ae g) 1) ((n ax) 0) ((s ax n) 0))) +("magnusson" nil (((m ae g) 1) ((n ax) 0) ((s ax n) 0))) +("magoon" nil (((m ax) 0) ((g uw n) 1))) +("magouirk" nil (((m ax) 0) ((g w er k) 1))) +("magowan" nil (((m aa) 0) ((g ow) 1) ((w aa n) 0))) +("magpie" nil (((m ae g) 1) ((p ay) 1))) +("magpies" nil (((m ae g) 1) ((p ay z) 1))) +("magrane" nil (((m ae) 1) ((g r ey n) 1))) +("magrath" nil (((m ax) 0) ((g r ae th) 1))) +("magri" nil (((m ae) 1) ((g r iy) 0))) +("magrini" nil (((m aa) 0) ((g r iy) 1) ((n iy) 0))) +("magro" nil (((m ae) 1) ((g r ow) 0))) +("magruder" nil (((m ax) 0) ((g r uw) 1) ((d er) 0))) +("mags" nil (((m ae g z) 1))) +("magten" nil (((m ae g) 1) ((t eh n) 1))) +("maguire" nil (((m ax) 0) ((g w ay r) 1))) +("magwood" nil (((m ae) 1) ((g w uh d) 1))) +("magyar" nil (((m ae) 1) ((g y aa r) 1))) +("magyars" nil (((m ae) 1) ((g y aa r z) 1))) +("mah" nil (((m aa) 1))) +("mahabharata" nil (((m aa) 0) ((hh aa) 0) ((b er) 0) ((aa) 1) ((t ax) 0))) +("mahady" nil (((m ae) 1) ((hh ax) 0) ((d iy) 0))) +("mahaffey" nil (((m ax) 0) ((hh ae) 1) ((f iy) 0))) +("mahaffy" nil (((m ae) 1) ((hh ax) 0) ((f iy) 0))) +("mahal" nil (((m ax) 0) ((hh aa l) 1))) +("mahala" nil (((m ae) 1) ((hh ax) 0) ((l ax) 0))) +("mahalah" nil (((m ae) 1) ((hh ax) 0) ((l ax) 0))) +("mahalia" nil (((m ax) 0) ((hh ae) 1) ((l iy) 0) ((ax) 0))) +("mahan" nil (((m ey) 1) ((ax n) 0))) +("mahaney" nil (((m ax) 0) ((hh ey) 1) ((n iy) 0))) +("mahannah" nil (((m ax) 0) ((hh ae) 1) ((n ax) 0))) +("mahany" nil (((m ae) 1) ((hh ax) 0) ((n iy) 0))) +("mahar" nil (((m ae) 1) ((hh er) 0))) +("maharaja" nil (((m aa) 1) ((hh er) 0) ((aa) 1) ((zh ah) 1))) +("maharajahs" nil (((m aa) 0) ((hh er) 0) ((aa) 1) ((jh ax z) 0))) +("maharashtra" nil (((m aa) 1) ((hh er) 0) ((aa sh) 1) ((t r ah) 1))) +("mahathir" nil (((m ae) 1) ((hh ax) 0) ((th er) 0))) +("mahatma" nil (((m ax) 0) ((hh aa t) 1) ((m ax) 0))) +("mahayana" nil (((m aa) 1) ((hh ax) 0) ((y aa) 1) ((n ax) 0))) +("mahdi" nil (((m aa) 1) ((d iy) 0))) +("mahe" nil (((m ey) 1) ((hh iy) 0))) +("maher" nil (((m aa r) 1))) +("mahesh" nil (((m ax) 0) ((hh eh sh) 1))) +("maheu" nil (((m ae) 1) ((hh y uw) 0))) +("mahfouz" nil (((m aa) 0) ((f uw z) 1))) +("mahin" nil (((m ae) 1) ((hh ih n) 0))) +("mahindra" nil (((m ax) 0) ((hh ih n) 1) ((d r ax) 0))) +("mahl" nil (((m aa l) 1))) +("mahle" nil (((m ey) 1) ((hh ax l) 0))) +("mahler" nil (((m aa) 1) ((l er) 0))) +("mahlman" nil (((m aa l) 1) ((m ax n) 0))) +("mahlmann" nil (((m aa l) 1) ((m ax n) 0))) +("mahlstedt" nil (((m aa l) 1) ((s t ih t) 0))) +("mahlum" nil (((m aa) 1) ((l ax m) 0))) +("mahmood" nil (((m ae) 1) ((m uw d) 0))) +("mahmud" nil (((m ae) 1) ((m uw d) 0))) +("mahn" nil (((m ae n) 1))) +("mahnke" nil (((m ae ng k) 1))) +("mahnken" nil (((m aa ng) 1) ((k ax n) 0))) +("mahogany" nil (((m ax) 0) ((hh aa) 1) ((g ax) 0) ((n iy) 0))) +("mahon" nil (((m ey) 1) ((ax n) 0))) +("mahone" nil (((m ae) 1) ((hh ax n) 0))) +("mahoney" nil (((m ax) 0) ((hh ow) 1) ((n iy) 0))) +("mahony" nil (((m ae) 1) ((hh ax) 0) ((n iy) 0))) +("mahood" nil (((m aa) 1) ((hh uh d) 0))) +("mahowald" nil (((m ae) 1) ((hh aw) 0) ((ao l d) 0))) +("mahr" nil (((m aa r) 1))) +("mahrt" nil (((m aa r t) 1))) +("mahtar" nil (((m aa) 1) ((t er) 0))) +("mahurin" nil (((m ae) 1) ((hh y er) 0) ((ih n) 0))) +("mahwah" nil (((m aa) 1) ((w ax) 0))) +("mai" nil (((m ay) 1))) +("maia" nil (((m ay) 1) ((ax) 0))) +("maid" nil (((m ey d) 1))) +("maida" nil (((m ey) 1) ((d ax) 0))) +("maidel" nil (((m ey) 1) ((d ax l) 0))) +("maiden" nil (((m ey) 1) ((d ax n) 0))) +("maidenform" nil (((m ey) 1) ((d ax n) 0) ((f ao r m) 1))) +("maidens" nil (((m ey) 1) ((d ax n z) 0))) +("maidie" nil (((m ey) 1) ((d iy) 0))) +("maids" nil (((m ey d z) 1))) +("maiello" nil (((m ay) 1) ((eh) 1) ((l ow) 0))) +("maier" nil (((m ey) 1) ((er) 0))) +("maiers" nil (((m ey) 1) ((er z) 0))) +("maietta" nil (((m ay) 0) ((eh) 1) ((t ax) 0))) +("mail" nil (((m ey l) 1))) +("mailbox" nil (((m ey l) 1) ((b aa k s) 1))) +("mailboxes" nil (((m ey l) 1) ((b aa k) 1) ((s ih z) 0))) +("maile" nil (((m ey l) 1))) +("mailed" nil (((m ey l d) 1))) +("mailer" nil (((m ey) 1) ((l er) 0))) +("mailers" nil (((m ey) 1) ((l er z) 0))) +("mailey" nil (((m ey) 1) ((l iy) 0))) +("mailgram" nil (((m ey l) 1) ((g r ae m) 1))) +("mailgrams" nil (((m ey l) 1) ((g r ae m z) 1))) +("mailhot" nil (((m ay l) 1) ((hh ax t) 0))) +("mailing" nil (((m ey) 1) ((l ih ng) 0))) +("mailings" nil (((m ey) 1) ((l ih ng z) 0))) +("maillard" nil (((m eh) 0) ((l aa r d) 1))) +("maille" nil (((m ey l) 1))) +("maillet" nil (((m eh) 0) ((l eh t) 1))) +("mailloux" nil (((m eh) 0) ((l uw) 1))) +("mailman" nil (((m ey l) 1) ((m ae n) 1))) +("mailroom" nil (((m ey l) 1) ((r uw m) 1))) +("mails" nil (((m ey l z) 1))) +("mailson" nil (((m ey l) 1) ((s ax n) 0))) +("maim" nil (((m ey m) 1))) +("maimed" nil (((m ey m d) 1))) +("maimone" nil (((m ey) 1) ((m ow n) 1))) +("maims" nil (((m ey m z) 1))) +("main" nil (((m ey n) 1))) +("maina" nil (((m ey) 1) ((n ax) 0))) +("mainard" nil (((m ey) 1) ((n er d) 0))) +("maine" nil (((m ey n) 1))) +("mainer" nil (((m ey) 1) ((n er) 0))) +("maines" nil (((m ey n z) 1))) +("mainframe" nil (((m ey n) 1) ((f r ey m) 1))) +("mainframes" nil (((m ey n) 1) ((f r ey m z) 1))) +("mainichi" nil (((m aa) 1) ((ih) 0) ((n iy) 1) ((ch iy) 0))) +("mainland" nil (((m ey n) 1) ((l ae n d) 1))) +("mainlanders" nil (((m ey n) 1) ((l ae n) 1) ((d er z) 0))) +("mainline" nil (((m ey n) 1) ((l ay n) 1))) +("mainly" nil (((m ey n) 1) ((l iy) 0))) +("maino" nil (((m ey) 1) ((n ow) 0))) +("mainor" nil (((m ey) 1) ((n er) 0))) +("mainord" nil (((m eh) 0) ((n ao r d) 1))) +("mains" nil (((m ey n z) 1))) +("mainstay" nil (((m ey n) 1) ((s t ey) 1))) +("mainstays" nil (((m ey n) 1) ((s t ey z) 1))) +("mainstream" nil (((m ey n) 1) ((s t r iy m) 1))) +("mainstreet" nil (((m ey n) 1) ((s t r iy t) 1))) +("maintain" nil (((m ey n) 0) ((t ey n) 1))) +("maintained" nil (((m ey n) 0) ((t ey n d) 1))) +("maintaining" nil (((m ey n) 0) ((t ey) 1) ((n ih ng) 0))) +("maintains" nil (((m ey n) 0) ((t ey n z) 1))) +("maintenance" nil (((m ey n) 1) ((t ax) 0) ((n ax n s) 0))) +("mainville" nil (((m ey n) 1) ((v ih l) 1))) +("mainwaring" nil (((m ey n) 1) ((w eh) 1) ((r ih ng) 0))) +("mainz" nil (((m ey n z) 1))) +("maio" nil (((m ey) 1) ((ow) 0))) +("maiolo" nil (((m ay) 1) ((ow) 0) ((l ow) 0))) +("maione" nil (((m ay) 1) ((ow) 0) ((n iy) 0))) +("maiorana" nil (((m ay) 0) ((ao) 0) ((r ae) 1) ((n ax) 0))) +("maiorano" nil (((m ay) 1) ((ao) 0) ((r aa) 0) ((n ow) 0))) +("maiorino" nil (((m ay) 0) ((ao) 0) ((r iy) 1) ((n ow) 0))) +("mair" nil (((m eh r) 1))) +("maire" nil (((m eh r) 1))) +("mairs" nil (((m eh r z) 1))) +("mais" nil (((m ey z) 1))) +("maisano" nil (((m ax) 0) ((s aa) 1) ((n ow) 0))) +("maisch" nil (((m ay sh) 1))) +("maisel" nil (((m ay) 1) ((s ax l) 0))) +("maish" nil (((m aa) 1) ((ih sh) 0))) +("maisie" nil (((m ey) 1) ((z iy) 0))) +("maison" nil (((m ey) 1) ((z ax n) 0))) +("maisonet" nil (((m eh) 1) ((s ax) 0) ((n ih t) 0))) +("maitland" nil (((m ey t) 1) ((l ax n d) 0))) +("maitre" nil (((m ey) 1) ((t r ax) 0))) +("maize" nil (((m ey z) 1))) +("maiziere" nil (((m ey) 1) ((z ih r) 1))) +("majcher" nil (((m ae jh) 1) ((k er) 0))) +("majchrzak" nil (((m ay r) 1) ((z ax k) 0))) +("majer" nil (((m ey) 1) ((jh er) 0))) +("majerus" nil (((m ae) 1) ((jh er) 0) ((ih s) 0))) +("majeske" nil (((m ay) 0) ((eh) 1) ((s k iy) 0))) +("majeski" nil (((m ay) 0) ((eh) 1) ((s k iy) 0))) +("majesta" nil (((m aa) 0) ((y ey) 1) ((s t ax) 0))) +("majestic" nil (((m ax) 0) ((jh eh) 1) ((s t ih k) 0))) +("majestically" nil (((m ax) 0) ((jh eh) 1) ((s t ih) 0) ((k ax) 0) ((l iy) 0))) +("majesty" nil (((m ae) 1) ((jh ax) 0) ((s t iy) 0))) +("majette" nil (((m ax) 0) ((zh eh t) 1))) +("majeure" nil (((m ax) 0) ((jh uw r) 1))) +("majewski" nil (((m ay) 0) ((eh f) 1) ((s k iy) 0))) +("majik" nil (((m ae) 1) ((jh ih k) 0))) +("majka" nil (((m ay) 1) ((k ax) 0))) +("majkowski" nil (((m ay) 0) ((k ao f) 1) ((s k iy) 0))) +("majnoon" nil (((m ae jh) 1) ((n uw n) 1))) +("major" nil (((m ey) 1) ((jh er) 0))) +("majored" nil (((m ey) 1) ((jh er d) 0))) +("majoring" nil (((m ey) 1) ((jh er) 0) ((ih ng) 0))) +("majoritarian" nil (((m ae) 1) ((jh er) 0) ((ih) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("majorities" nil (((m ax) 0) ((jh ao) 1) ((r ih) 0) ((t iy z) 0))) +("majority" nil (((m ax) 0) ((jh ao) 1) ((r ax) 0) ((t iy) 0))) +("majoros" nil (((m aa) 0) ((y ao) 1) ((r ow z) 0))) +("majors" nil (((m ey) 1) ((jh er z) 0))) +("majrooh" nil (((m ae jh) 1) ((r uw) 0))) +("majure" nil (((m aa) 0) ((y uh) 1) ((r ey) 0))) +("mak" nil (((m ae k) 1))) +("makar" nil (((m ae) 1) ((k er) 0))) +("makara" nil (((m aa) 0) ((k aa) 1) ((r ax) 0))) +("makarewicz" nil (((m ax) 0) ((k aa) 1) ((r ih) 0) ((v ih ch) 0))) +("make" nil (((m ey k) 1))) +("makegoods" nil (((m ey k) 1) ((g uh d z) 1))) +("makela" nil (((m ae) 1) ((k ih) 0) ((l ax) 0))) +("makeover" nil (((m ae) 1) ((k iy) 0) ((ow) 1) ((v er) 0))) +("makepeace" nil (((m ae) 1) ((k ih) 0) ((p iy s) 0))) +("maker" nil (((m ey) 1) ((k er) 0))) +("makers" nil (((m ey) 1) ((k er z) 0))) +("makes" nil (((m ey k s) 1))) +("makeshift" nil (((m ey k) 1) ((sh ih f t) 1))) +("makeup" nil (((m ey) 1) ((k ah p) 1))) +("makhoul" nil (((m ax) 0) ((k uw l) 1))) +("maki" nil (((m aa) 1) ((k iy) 0))) +("makin" nil (((m ae) 1) ((k ih n) 0))) +("makinen" nil (((m ae) 1) ((k ih) 0) ((n ax n) 0))) +("making" nil (((m ey) 1) ((k ih ng) 0))) +("makings" nil (((m ey) 1) ((k ih ng z) 0))) +("makinson" nil (((m ae) 1) ((k ih n) 0) ((s ax n) 0))) +("makita" nil (((m ax) 0) ((k iy) 1) ((t ax) 0))) +("mako" nil (((m aa) 1) ((k ow) 0))) +("makos" nil (((m ey) 1) ((k ow z) 0))) +("makoto" nil (((m ax) 0) ((k ow) 1) ((t ow) 0))) +("makowski" nil (((m ax) 0) ((k ao f) 1) ((s k iy) 0))) +("makowsky" nil (((m ax) 0) ((k aw) 1) ((s k iy) 0))) +("makris" nil (((m ae) 1) ((k r ih s) 0))) +("makro" nil (((m ae) 1) ((k r ow) 0))) +("maksoud" nil (((m ae k) 0) ((s uw d) 1))) +("maktoum" nil (((m ae k) 0) ((t uw m) 1))) +("maktoums" nil (((m ae k) 0) ((t uw m z) 1))) +("makuch" nil (((m ae) 1) ((k ax k) 0))) +("mal" nil (((m ae l) 1))) +("mala" nil (((m aa) 1) ((l ax) 0))) +("malabre" nil (((m ae) 1) ((l ax) 0) ((b r ax) 0))) +("malacanang" nil (((m ax) 0) ((l ae) 1) ((k ax) 0) ((n ae ng) 0))) +("malacca" nil (((m ax) 0) ((l ae) 1) ((k ax) 0))) +("malachowski" nil (((m ax) 0) ((l ax) 0) ((hh ao f) 1) ((s k iy) 0))) +("maladies" nil (((m ae) 1) ((l ax) 0) ((d iy z) 0))) +("maladjusted" nil (((m ae) 1) ((l ax) 0) ((jh ah) 1) ((s t ih d) 0))) +("maladroit" nil (((m ae) 1) ((l ax) 0) ((d r oy t) 1))) +("malady" nil (((m ae) 1) ((l ax) 0) ((d iy) 0))) +("malaga" nil (((m ae) 1) ((l ax) 0) ((g ax) 0))) +("malagasy" nil (((m ae) 1) ((l ax) 0) ((g ae) 1) ((s iy) 0))) +("malaise" nil (((m ae) 0) ((l ey z) 1))) +("malak" nil (((m ae) 1) ((l ax k) 0))) +("malamud" nil (((m ae) 1) ((l ax) 0) ((m ax d) 0))) +("malamute" nil (((m ae) 1) ((l ax) 0) ((m y uw t) 1))) +("malan" nil (((m ey) 1) ((l ax n) 0))) +("maland" nil (((m ae) 1) ((l ax n d) 0))) +("malaney" nil (((m ax) 0) ((l ey) 1) ((n iy) 0))) +("malanga" nil (((m aa) 0) ((l aa ng) 1) ((g ax) 0))) +("malanowski" nil (((m ax) 0) ((l ax) 0) ((n ao f) 1) ((s k iy) 0))) +("malaprop" nil (((m ae) 1) ((l ax) 0) ((p r aa p) 1))) +("malara" nil (((m aa) 0) ((l aa) 1) ((r ax) 0))) +("malaria" nil (((m ax) 0) ((l eh) 1) ((r iy) 0) ((ax) 0))) +("malarial" nil (((m ax) 0) ((l eh) 1) ((r iy) 0) ((ax l) 0))) +("malarkey" nil (((m ax) 0) ((l aa r) 1) ((k iy) 0))) +("malaspina" nil (((m aa) 0) ((l aa) 0) ((s p iy) 1) ((n ax) 0))) +("malatesta" nil (((m aa) 0) ((l aa) 0) ((t eh) 1) ((s t ax) 0))) +("malave" nil (((m aa) 0) ((l aa) 1) ((v iy) 0))) +("malawi" nil (((m ax) 0) ((l aa) 1) ((w iy) 0))) +("malay" nil (((m ah) 0) ((l ey) 1))) +("malay" nil (((m ey) 1) ((l ey) 0))) +("malayan" nil (((m ax) 0) ((l ey) 1) ((ax n) 0))) +("malays" nil (((m ax) 0) ((l ey z) 1))) +("malaysia" nil (((m ax) 0) ((l ey) 1) ((zh ax) 0))) +("malaysian" nil (((m ax) 0) ((l ey) 1) ((zh ax n) 0))) +("malaysians" nil (((m ax) 0) ((l ey) 1) ((zh ax n z) 0))) +("malbon" nil (((m ae l) 1) ((b ax n) 0))) +("malbrough" nil (((m ae l) 1) ((b r aw) 0))) +("malburg" nil (((m ae l) 1) ((b er g) 0))) +("malchow" nil (((m aa l) 1) ((hh aw) 0))) +("malcolm" nil (((m ae l) 1) ((k ax m) 0))) +("malcolmson" nil (((m ae l) 1) ((k ax m) 0) ((s ax n) 0))) +("malcom" nil (((m ae l) 1) ((k ax m) 0))) +("malcomb" nil (((m ae l) 1) ((k ax m) 0))) +("malcomson" nil (((m ae l) 1) ((k ax m) 0) ((s ax n) 0))) +("malcontents" nil (((m ae l) 1) ((k ax n) 0) ((t eh n t s) 1))) +("malczewski" nil (((m ax l) 0) ((ch eh f) 1) ((s k iy) 0))) +("malden" nil (((m ao l) 1) ((d ax n) 0))) +("maldives" nil (((m ao l) 1) ((d ay v z) 1))) +("maldonado" nil (((m ae l) 0) ((d ax) 0) ((n aa) 1) ((d ow) 0))) +("maldutis" nil (((m aa l) 0) ((d uw) 1) ((t ih s) 0))) +("male" nil (((m ey l) 1))) +("malec" nil (((m aa) 1) ((l ih k) 0))) +("malecha" nil (((m ax) 0) ((l eh) 1) ((ch ax) 0))) +("malecki" nil (((m ax) 0) ((l eh) 1) ((k iy) 0))) +("malefactors" nil (((m ae) 1) ((l ax) 0) ((f ae k) 1) ((t er z) 0))) +("malek" nil (((m aa) 1) ((l eh k) 0))) +("malena" nil (((m ae) 1) ((l ih) 0) ((n ax) 0))) +("maleness" n (((m ey l) 1) ((n ax s) 0))) +("malenfant" nil (((m aa) 0) ((l ey n) 1) ((f ax n t) 0))) +("maler" nil (((m ey) 1) ((l er) 0))) +("malerba" nil (((m aa) 0) ((l eh r) 1) ((b ax) 0))) +("males" nil (((m ey l z) 1))) +("maleski" nil (((m ax) 0) ((l eh) 1) ((s k iy) 0))) +("malesky" nil (((m ax) 0) ((l eh) 1) ((s k iy) 0))) +("malevolent" nil (((m ax) 0) ((l eh) 1) ((v ax) 0) ((l ax n t) 0))) +("maley" nil (((m ey) 1) ((l iy) 0))) +("malfeasance" nil (((m ae l) 1) ((f iy) 1) ((z ax n s) 0))) +("malfitano" nil (((m ae l) 1) ((f ih) 0) ((t aa) 1) ((n ow) 0))) +("malformations" nil (((m ae l) 1) ((f ao r) 0) ((m ey) 1) ((sh ax n z) 0))) +("malformed" nil (((m ae l) 1) ((f ao r m d) 1))) +("malfunction" nil (((m ae l) 0) ((f ah ng k) 1) ((sh ax n) 0))) +("malfunctioned" nil (((m ae l) 0) ((f ah ng k) 1) ((sh ax n d) 0))) +("malfunctioning" nil (((m ae l) 0) ((f ah ng k) 1) ((sh ax) 0) ((n ih ng) 0))) +("malfunctions" nil (((m ae l) 0) ((f ah ng k) 1) ((sh ax n z) 0))) +("malhotra" nil (((m ae l) 1) ((hh aa) 1) ((t r ax) 0))) +("mali" nil (((m aa) 1) ((l iy) 0))) +("malia" nil (((m aa) 1) ((l iy) 0) ((ax) 0))) +("malibu" nil (((m ae) 1) ((l ax) 0) ((b uw) 0))) +("malice" nil (((m ae) 1) ((l ax s) 0))) +("malicious" nil (((m ax) 0) ((l ih) 1) ((sh ax s) 0))) +("maliciously" nil (((m ax) 0) ((l ih) 1) ((sh ih) 0) ((s l iy) 0))) +("malick" nil (((m ae) 1) ((l ih k) 0))) +("malicki" nil (((m ax) 0) ((l ih) 1) ((k iy) 0))) +("malicoat" nil (((m ae) 1) ((l ih) 0) ((k ow t) 1))) +("malignancies" nil (((m ax) 0) ((l ih g) 1) ((n ax n) 0) ((s iy z) 0))) +("malignancy" nil (((m ax) 0) ((l ih g) 1) ((n ax n) 0) ((s iy) 0))) +("malignant" nil (((m ax) 0) ((l ih g) 1) ((n ax n t) 0))) +("maligned" nil (((m ax) 0) ((l ay n d) 1))) +("malik" nil (((m ae) 1) ((l ih k) 0))) +("malin" nil (((m ae) 1) ((l ih n) 0))) +("malina" nil (((m aa) 0) ((l iy) 1) ((n ax) 0))) +("malinak" nil (((m ae) 1) ((l ih) 0) ((n ae k) 1))) +("malinda" nil (((m aa) 0) ((l iy n) 1) ((d ax) 0))) +("malinde" nil (((m ae) 1) ((l ih n d) 0))) +("maline" nil (((m aa) 0) ((l iy) 1) ((n iy) 0))) +("malinoski" nil (((m ax) 0) ((l ih) 0) ((n aw) 1) ((s k iy) 0))) +("malinowski" nil (((m ax) 0) ((l ih) 0) ((n ao f) 1) ((s k iy) 0))) +("malinski" nil (((m ax) 0) ((l ih n) 1) ((s k iy) 0))) +("malis" nil (((m aa) 1) ((l iy z) 0))) +("maliszewski" nil (((m ax) 0) ((l ih) 0) ((sh eh f) 1) ((s k iy) 0))) +("malizia" nil (((m ax) 0) ((l ih) 1) ((z iy) 0) ((ax) 0))) +("malkiel" nil (((m ao l) 1) ((k iy) 0) ((ax l) 0))) +("malkiewicz" nil (((m aa l) 1) ((k ax) 0) ((v ih ch) 0))) +("malkin" nil (((m ae l) 1) ((k ih n) 0))) +("malkovich" nil (((m ao l) 1) ((k ax) 0) ((v ih ch) 0))) +("malkowski" nil (((m ax l) 0) ((k ao f) 1) ((s k iy) 0))) +("mall" nil (((m ao l) 1))) +("mallard" nil (((m ae) 1) ((l er d) 0))) +("mallards" nil (((m ae) 1) ((l er d z) 0))) +("malle" nil (((m ae l) 1))) +("malleability" nil (((m ae) 1) ((l iy) 0) ((ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("malleable" nil (((m ae) 1) ((l iy) 0) ((ax) 0) ((b ax l) 0))) +("mallek" nil (((m ae) 1) ((l ih k) 0))) +("mallen" nil (((m ao) 1) ((l ax n) 0))) +("maller" nil (((m ao) 1) ((l er) 0))) +("mallery" nil (((m ae) 1) ((l er) 0) ((iy) 0))) +("mallet" nil (((m ae) 1) ((l ih t) 0))) +("malleton" nil (((m ae) 1) ((l ax) 0) ((t ax n) 0))) +("mallett" nil (((m ae) 1) ((l ih t) 0))) +("mallette" nil (((m ax) 0) ((l eh t) 1))) +("malley" nil (((m ae) 1) ((l iy) 0))) +("mallia" nil (((m aa) 1) ((l iy) 0) ((ax) 0))) +("mallick" nil (((m ae) 1) ((l ih k) 0))) +("mallicoat" nil (((m ae) 1) ((l ih) 0) ((k ow t) 0))) +("mallie" nil (((m ao) 1) ((l iy) 0))) +("mallightco" nil (((m ae) 1) ((l ay t) 1) ((k ow) 0))) +("mallin" nil (((m ae) 1) ((l ih n) 0))) +("mallinckrodt" nil (((m ae) 1) ((l ih ng) 0) ((k r aa t) 1))) +("mallinger" nil (((m ao) 1) ((l ih ng) 0) ((er) 0))) +("mallinson" nil (((m ae) 1) ((l ih n) 0) ((s ax n) 0))) +("mallis" nil (((m ae) 1) ((l ih s) 0))) +("mallison" nil (((m ae) 1) ((l ih) 0) ((s ax n) 0))) +("mallo" nil (((m aa) 1) ((l ow) 0))) +("malloch" nil (((m ae) 1) ((l ax k) 0))) +("mallon" nil (((m ae) 1) ((l ax n) 0))) +("mallonee" nil (((m ae) 0) ((l ax) 0) ((n iy) 1))) +("mallory" nil (((m ae) 1) ((l er) 0) ((iy) 0))) +("mallow" nil (((m ae) 1) ((l ow) 0))) +("mallows" nil (((m ae) 1) ((l ow z) 0))) +("malloy" nil (((m ax) 0) ((l oy) 1))) +("mallozzi" nil (((m ae) 1) ((l aa) 1) ((z iy) 0))) +("malls" nil (((m ao l z) 1))) +("mally" nil (((m ae) 1) ((l iy) 0))) +("malm" nil (((m aa m) 1))) +("malmberg" nil (((m aa l m) 1) ((b er g) 0))) +("malmgren" nil (((m ae l m) 1) ((g r eh n) 0))) +("malmquist" nil (((m ae l m) 1) ((k w ih s t) 0))) +("malmstrom" nil (((m ae l m) 1) ((s t r ax m) 0))) +("malnar" nil (((m ae l) 1) ((n er) 0))) +("malnourished" nil (((m ae l) 0) ((n er) 1) ((ih sh t) 0))) +("malnutrition" nil (((m ae l) 1) ((n uw) 0) ((t r ih) 1) ((sh ax n) 0))) +("malo" nil (((m aa) 1) ((l ow) 0))) +("malon" nil (((m ae) 1) ((l ax n) 0))) +("malone" nil (((m ax) 0) ((l ow n) 1))) +("maloney" nil (((m ax) 0) ((l ow) 1) ((n iy) 0))) +("maloof" nil (((m ax) 0) ((l uw f) 1))) +("malott" nil (((m ax) 0) ((l aa t) 1))) +("malouf" nil (((m ae) 1) ((l ow f) 0))) +("maloy" nil (((m ae) 1) ((l oy) 0))) +("malpass" nil (((m ae l) 1) ((p ax s) 0))) +("malphrus" nil (((m ae l) 1) ((f r ax s) 0))) +("malpractice" nil (((m ae l) 0) ((p r ae k) 1) ((t ax s) 0))) +("malrite" nil (((m ae l) 1) ((r ay t) 1))) +("malsom" nil (((m ae l) 1) ((s ax m) 0))) +("malson" nil (((m ae l) 1) ((s ax n) 0))) +("malstrom" nil (((m ae l) 1) ((s t r ax m) 0))) +("malt" nil (((m ao l t) 1))) +("malta" nil (((m ao l) 1) ((t ax) 0))) +("maltais" nil (((m ax l) 0) ((t ey) 1))) +("maltase" nil (((m ao l) 1) ((t ey s) 1))) +("maltbie" nil (((m ae l t) 1) ((b iy) 0))) +("maltby" nil (((m ae l t) 1) ((b iy) 0))) +("malted" nil (((m ao l) 1) ((t ax d) 0))) +("malter" nil (((m ao l) 1) ((t er) 0))) +("maltese" nil (((m ao l) 0) ((t iy z) 1))) +("malting" nil (((m ao l) 1) ((t ih ng) 0))) +("maltose" nil (((m ao l) 1) ((t ow s) 0))) +("maltreated" nil (((m ae l) 0) ((t r iy) 1) ((t ih d) 0))) +("maltreatment" nil (((m ae l) 0) ((t r iy t) 1) ((m ax n t) 0))) +("malts" nil (((m ao l t s) 1))) +("maltz" nil (((m ae l t s) 1))) +("malueg" nil (((m ae) 1) ((l uh g) 0))) +("maluken" nil (((m ae) 1) ((l uw) 1) ((k ih n) 0))) +("malva" nil (((m aa l) 1) ((v ax) 0))) +("malval" nil (((m aa l) 1) ((v aa l) 0))) +("malveaux" nil (((m ae l) 0) ((v ow) 1))) +("malvern" nil (((m ae l) 1) ((v er n) 0))) +("malvie" nil (((m ao l) 1) ((v iy) 0))) +("malvin" nil (((m ae l) 1) ((v ih n) 0))) +("malvina" nil (((m aa l) 0) ((v iy) 1) ((n ax) 0))) +("malvinas" nil (((m ao l) 0) ((v iy) 1) ((n ax s) 0))) +("maly" nil (((m ey) 1) ((l iy) 0))) +("malzahn" nil (((m ae l) 1) ((z ax n) 0))) +("mama" nil (((m aa) 1) ((m ax) 0))) +("mamaroneck" nil (((m ax) 0) ((m eh) 1) ((r ax) 0) ((n eh k) 0))) +("mamas" nil (((m aa) 1) ((m ax z) 0))) +("mamba" nil (((m aa m) 1) ((b ax) 0))) +("mambas" nil (((m aa m) 1) ((b ax z) 0))) +("mambo" nil (((m aa m) 1) ((b ow) 0))) +("mame" nil (((m ey m) 1))) +("mameluke" nil (((m ae) 1) ((m ax) 0) ((l uw k) 1))) +("mamet" nil (((m ae) 1) ((m ax t) 0))) +("mamie" nil (((m ey) 1) ((m iy) 0))) +("mamis" nil (((m ae) 1) ((m ih s) 0))) +("mamma" nil (((m aa) 1) ((m ax) 0))) +("mammal" nil (((m ae) 1) ((m ax l) 0))) +("mammalian" nil (((m ax) 0) ((m ey) 1) ((l iy) 0) ((ax n) 0))) +("mammallike" nil (((m ae) 1) ((m ax l) 0) ((l ay k) 1))) +("mammals" nil (((m ae) 1) ((m ax l z) 0))) +("mammary" nil (((m ae) 1) ((m er) 0) ((iy) 0))) +("mammen" nil (((m ae) 1) ((m ax n) 0))) +("mammogram" nil (((m ae) 1) ((m ow) 0) ((g r ae m) 1))) +("mammograms" nil (((m ae) 1) ((m ow) 0) ((g r ae m z) 1))) +("mammography" nil (((m ax) 0) ((m ow) 1) ((g r ax) 0) ((f iy) 0))) +("mammoth" nil (((m ae) 1) ((m ax th) 0))) +("mammoths" nil (((m ae) 1) ((m ax th s) 0))) +("mamone" nil (((m ax) 0) ((m ow n) 1))) +("mamula" nil (((m ae) 1) ((m y uw) 0) ((l ax) 0))) +("man" nil (((m ae n) 1))) +("mana" nil (((m aa) 1) ((n ax) 0))) +("manac" nil (((m ae) 1) ((n ae k) 0))) +("manafort" nil (((m ae) 1) ((n ax) 0) ((f ao r t) 0))) +("manage" nil (((m ae) 1) ((n ax jh) 0))) +("manageable" nil (((m ae) 1) ((n ih) 0) ((jh ax) 0) ((b ax l) 0))) +("managed" nil (((m ae) 1) ((n ax jh d) 0))) +("management" nil (((m ae) 1) ((n ax jh) 0) ((m ax n t) 0))) +("managements" nil (((m ae) 1) ((n ih jh) 0) ((m ax n t s) 0))) +("manager" nil (((m ae) 1) ((n ax) 0) ((jh er) 0))) +("managerial" nil (((m ae) 1) ((n ih) 0) ((jh ih) 1) ((r iy) 0) ((ax l) 0))) +("managers" nil (((m ae) 1) ((n ax) 0) ((jh er z) 0))) +("manages" nil (((m ae) 1) ((n ih) 0) ((jh ih z) 0))) +("managing" nil (((m ae) 1) ((n ih) 0) ((jh ih ng) 0))) +("managment" nil (((m ae) 1) ((n ih jh) 0) ((m ax n t) 0))) +("managua" nil (((m ax) 0) ((n aa) 1) ((g w ax) 0))) +("manahan" nil (((m ae) 1) ((n ax) 0) ((hh ae n) 0))) +("manak" nil (((m ae) 1) ((n ax k) 0))) +("manalo" nil (((m aa) 0) ((n aa) 1) ((l ow) 0))) +("manard" nil (((m ae) 1) ((n er d) 0))) +("manas" nil (((m aa) 1) ((n ax z) 0))) +("manasco" nil (((m aa) 0) ((n aa) 1) ((s k ow) 0))) +("manasion" nil (((m ae) 1) ((n ax) 0) ((sh ax n) 0))) +("manassas" nil (((m ax) 0) ((n aa) 1) ((s ax s) 0))) +("manatee" nil (((m ae) 1) ((n ax) 0) ((t iy) 1))) +("manatees" nil (((m ae) 1) ((n ax) 0) ((t iy z) 1))) +("manatt" nil (((m ae) 1) ((n ax t) 0))) +("manbeck" nil (((m ae n) 1) ((b eh k) 1))) +("mance" nil (((m ae n s) 1))) +("mancebo" nil (((m aa n) 0) ((ch eh) 1) ((b ow) 0))) +("mancera" nil (((m ae n) 0) ((s eh) 1) ((r ax) 0))) +("mancha" nil (((m aa n) 1) ((k ax) 0))) +("manchester" nil (((m ae n) 1) ((ch eh) 1) ((s t er) 0))) +("manchu" nil (((m ae n) 1) ((ch uw) 0))) +("manchuria" nil (((m ae n) 0) ((ch uh) 1) ((r iy) 0) ((ax) 0))) +("mancil" nil (((m ae n) 1) ((s ih l) 0))) +("mancilla" nil (((m ae n) 1) ((s ih) 1) ((l ax) 0))) +("mancillas" nil (((m ax n) 0) ((s ih) 1) ((l ax z) 0))) +("mancinelli" nil (((m aa n) 0) ((ch iy) 0) ((n eh) 1) ((l iy) 0))) +("mancini" nil (((m aa n) 0) ((ch iy) 1) ((n iy) 0))) +("mancino" nil (((m aa n) 0) ((ch iy) 1) ((n ow) 0))) +("manco" nil (((m ae ng) 1) ((k ow) 0))) +("mancusi" nil (((m aa n) 0) ((k uw) 1) ((s iy) 0))) +("mancuso" nil (((m ae ng) 1) ((k y uw) 1) ((s ow) 0))) +("manda" nil (((m ae n) 1) ((d ax) 0))) +("mandalay" nil (((m ae n) 1) ((d ax) 0) ((l ey) 1))) +("mandalit" nil (((m ae n) 1) ((d ax) 0) ((l ih t) 1))) +("mandamus" nil (((m ae n) 0) ((d ey) 1) ((m ax s) 0))) +("mandarin" nil (((m ae n) 1) ((d er) 0) ((ax n) 0))) +("mandarino" nil (((m aa n) 0) ((d aa) 0) ((r iy) 1) ((n ow) 0))) +("mandarins" nil (((m ae n) 1) ((d er) 0) ((ax n z) 0))) +("mandate" nil (((m ae n) 1) ((d ey t) 1))) +("mandated" nil (((m ae n) 1) ((d ey) 1) ((t ih d) 0))) +("mandates" nil (((m ae n) 1) ((d ey t s) 1))) +("mandating" nil (((m ae n) 1) ((d ey) 1) ((t ih ng) 0))) +("mandato" nil (((m aa n) 0) ((d aa) 1) ((t ow) 0))) +("mandatory" nil (((m ae n) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0))) +("mandel" nil (((m ae n) 1) ((d ax l) 0))) +("mandela" nil (((m ae n) 1) ((d eh) 1) ((l ax) 0))) +("mandelbaum" nil (((m ae n) 1) ((d ax l) 0) ((b aw m) 1))) +("mandell" nil (((m ae n) 1) ((d ax l) 0))) +("mandella" nil (((m ae n) 1) ((d eh) 1) ((l ax) 0))) +("mander" nil (((m ae n) 1) ((d er) 0))) +("manders" nil (((m ae n) 1) ((d er z) 0))) +("manderscheid" nil (((m ae n) 1) ((d er) 0) ((sh ay d) 1))) +("manderson" nil (((m ae n) 1) ((d er) 0) ((s ax n) 0))) +("mandeville" nil (((m ae n) 1) ((d ax) 0) ((v ih l) 1))) +("mandible" nil (((m ae n) 1) ((d ax) 0) ((b ax l) 0))) +("mandich" nil (((m ae n) 1) ((d ih k) 0))) +("mandie" nil (((m ae n) 1) ((d iy) 0))) +("mandigo" nil (((m aa n) 0) ((d iy) 1) ((g ow) 0))) +("mandl" nil (((m ae n) 1) ((d ax l) 0))) +("mandle" nil (((m ae n) 1) ((d ax l) 0))) +("mandler" nil (((m ae n d) 1) ((l er) 0))) +("mandolin" nil (((m ae n) 1) ((d ax) 0) ((l ih n) 1))) +("mandracchia" nil (((m ae n) 1) ((d r ae) 1) ((k iy) 0) ((ax) 0))) +("mandrake" nil (((m ae n) 1) ((d r ey k) 1))) +("mandrell" nil (((m ae n) 1) ((d r ax l) 0))) +("mandresh" nil (((m ae n) 0) ((d r eh sh) 1))) +("mandrill" nil (((m ae n) 1) ((d r ih l) 0))) +("mandt" nil (((m ae n t) 1))) +("mandujano" nil (((m aa n) 0) ((d uw) 0) ((y aa) 1) ((n ow) 0))) +("mandy" nil (((m ae n) 1) ((d iy) 0))) +("mane" nil (((m ey n) 1))) +("maned" nil (((m ey n d) 1))) +("manella" nil (((m ax) 0) ((n eh) 1) ((l ax) 0))) +("maner" nil (((m ey) 1) ((n er) 0))) +("maners" nil (((m ey) 1) ((n er z) 0))) +("manes" nil (((m ey n z) 1))) +("maness" nil (((m aa) 1) ((n ih s) 0))) +("manet" nil (((m ae) 0) ((n ey) 1))) +("manette" nil (((m ax) 0) ((n eh t) 1))) +("maneuver" nil (((m ax) 0) ((n uw) 1) ((v er) 0))) +("maneuverability" nil (((m ax) 0) ((n uw) 1) ((v er) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("maneuverable" nil (((m ax) 0) ((n uw) 1) ((v er) 0) ((ax) 0) ((b ax l) 0))) +("maneuvered" nil (((m ax) 0) ((n uw) 1) ((v er d) 0))) +("maneuvering" nil (((m ax) 0) ((n uw) 1) ((v er) 0) ((ih ng) 0))) +("maneuverings" nil (((m ax) 0) ((n uw) 1) ((v er) 0) ((ih ng z) 0))) +("maneuvers" nil (((m ax) 0) ((n uw) 1) ((v er z) 0))) +("maneval" nil (((m aa) 0) ((n ey) 0) ((v ae l) 1))) +("maney" nil (((m ey) 1) ((n iy) 0))) +("manford" nil (((m ae n) 1) ((f er d) 0))) +("manfra" nil (((m ae n) 1) ((f r ax) 0))) +("manfre" nil (((m ae n) 1) ((f er) 0))) +("manfred" nil (((m ae n) 1) ((f r ih d) 0))) +("manfredi" nil (((m aa n) 0) ((f r eh) 1) ((d iy) 0))) +("manfredo" nil (((m aa n) 0) ((f r ey) 1) ((d ow) 0))) +("manfully" nil (((m ae n) 1) ((f ax) 0) ((l iy) 0))) +("mang" nil (((m ae ng) 1))) +("manga" nil (((m ae ng) 1) ((g ax) 0))) +("mangan" nil (((m ae ng) 1) ((g ax n) 0))) +("manganaro" nil (((m aa ng) 0) ((g aa) 0) ((n aa) 1) ((r ow) 0))) +("manganello" nil (((m aa ng) 0) ((g aa) 0) ((n eh) 1) ((l ow) 0))) +("manganese" nil (((m ae ng) 1) ((g ax) 0) ((n iy z) 1))) +("manganiello" nil (((m aa ng) 0) ((g aa) 0) ((n iy) 0) ((eh) 1) ((l ow) 0))) +("mangano" nil (((m aa ng) 0) ((g aa) 1) ((n ow) 0))) +("mangas" nil (((m ae ng) 1) ((g ax z) 0))) +("mange" nil (((m ey n jh) 1))) +("mangel" nil (((m ey ng) 1) ((g ax l) 0))) +("mangels" nil (((m ey ng) 1) ((g ax l z) 0))) +("mangement" nil (((m ey n jh) 1) ((m ax n t) 0))) +("mangen" nil (((m ae ng) 1) ((ax n) 0))) +("manger" nil (((m ey n) 1) ((jh er) 0))) +("manges" nil (((m ey n) 1) ((jh ih z) 0))) +("mangham" nil (((m ae ng) 1) ((g ax m) 0))) +("mangiapane" nil (((m ae n) 1) ((jh iy) 0) ((ax) 0) ((p ey n) 1))) +("mangiaracina" nil (((m aa n) 1) ((jh er) 0) ((aa) 0) ((ch iy) 0) ((n ax) 0))) +("mangieri" nil (((m aa ng) 0) ((g ih) 1) ((r iy) 0))) +("mangin" nil (((m ae ng) 1) ((g ih n) 0))) +("mangine" nil (((m aa ng) 0) ((g iy) 1) ((n iy) 0))) +("mangini" nil (((m aa ng) 0) ((g iy) 1) ((n iy) 0))) +("mangino" nil (((m aa ng) 0) ((g iy) 1) ((n ow) 0))) +("mangione" nil (((m aa n) 0) ((jh ow) 1) ((n iy) 0))) +("manglapus" nil (((m ae ng) 1) ((l ax) 0) ((p ax s) 0))) +("mangle" nil (((m ae ng) 1) ((g ax l) 0))) +("mangled" nil (((m ae ng) 1) ((g ax l d) 0))) +("mangling" nil (((m ae ng) 1) ((g ax) 0) ((l ih ng) 0))) +("mango" nil (((m ae ng) 1) ((g ow) 0))) +("mangoes" nil (((m ae ng) 1) ((g ow z) 0))) +("mangold" nil (((m ae n) 1) ((g ow l d) 1))) +("mangone" nil (((m aa ng) 0) ((g ow) 1) ((n iy) 0))) +("mangope" nil (((m ae ng) 0) ((g ow) 1) ((p ey) 1))) +("mangosteen" nil (((m ae ng) 1) ((g ow) 0) ((s t iy n) 1))) +("mangosteens" nil (((m ae ng) 1) ((g ow) 0) ((s t iy n z) 1))) +("mangosuthu" nil (((m ae ng) 1) ((g ax) 0) ((s ah) 1) ((th uw) 0))) +("mangrove" nil (((m ae n) 1) ((g r ow v) 1))) +("mangrum" nil (((m ae ng) 1) ((g r ax m) 0))) +("mangual" nil (((m ae n) 1) ((g ax l) 0))) +("mangum" nil (((m ae ng) 1) ((g ax m) 0))) +("mangus" nil (((m ae ng) 1) ((g ih s) 0))) +("mangy" nil (((m ey n) 1) ((jh iy) 0))) +("manhandled" nil (((m ae n) 1) ((hh ae n) 1) ((d ax l d) 0))) +("manhart" nil (((m ae n) 1) ((hh aa r t) 1))) +("manhasset" nil (((m ae n) 0) ((hh ae) 1) ((s eh t) 0))) +("manhattan" nil (((m ae n) 0) ((hh ae) 1) ((t ax n) 0))) +("Manhattanites" n (((m ae n) 0) ((hh ae) 1) ((t ax) 0) ((n ay t s) 1))) +("manheim" nil (((m ae n) 1) ((hh ay m) 0))) +("manhole" nil (((m ae n) 1) ((hh ow l) 1))) +("manhood" nil (((m ae n) 1) ((hh uh d) 1))) +("manhunt" nil (((m ae n) 1) ((hh ah n t) 1))) +("mani" nil (((m aa) 1) ((n iy) 0))) +("mania" nil (((m ey) 1) ((n iy) 0) ((ax) 0))) +("maniac" nil (((m ey) 1) ((n iy) 0) ((ae k) 1))) +("maniacal" nil (((m ax) 0) ((n ay) 1) ((ax) 0) ((k ax l) 0))) +("maniaci" nil (((m aa) 0) ((n iy) 0) ((aa) 1) ((ch iy) 0))) +("maniacs" nil (((m ey) 1) ((n iy) 0) ((ae k s) 1))) +("maniatis" nil (((m ae) 1) ((n iy) 0) ((aa) 1) ((t ih s) 0))) +("manic" nil (((m ae) 1) ((n ih k) 0))) +("Manichaean" n (((m ae) 1) ((n ax) 0) ((k iy) 0) ((ax n) 0))) +("manicure" nil (((m ae) 1) ((n ih) 0) ((k y er) 0))) +("manicured" nil (((m ae) 1) ((n ih) 0) ((k y er d) 0))) +("manier" nil (((m eh) 1) ((n iy) 0) ((er) 0))) +("manifest" nil (((m ae) 1) ((n ax) 0) ((f eh s t) 1))) +("manifestation" nil (((m ae) 1) ((n ax) 0) ((f eh) 0) ((s t ey) 1) ((sh ax n) 0))) +("manifestations" nil (((m ae) 1) ((n ax) 0) ((f eh) 0) ((s t ey) 1) ((sh ax n z) 0))) +("manifested" nil (((m ae) 1) ((n ax) 0) ((f eh) 1) ((s t ax d) 0))) +("manifestly" nil (((m ae) 1) ((n ax) 0) ((f eh s t) 0) ((l iy) 0))) +("manifesto" nil (((m ae) 1) ((n ax) 0) ((f eh) 1) ((s t ow) 1))) +("manifestos" n (((m ae) 1) ((n ax) 0) ((f eh) 1) ((s t ow s) 0))) +("manifests" nil (((m ae) 1) ((n ax) 0) ((f eh s t s) 1))) +("manifold" nil (((m ae) 1) ((n ax) 0) ((f ow l d) 1))) +("manigat" nil (((m ae) 1) ((n ih) 0) ((g ae t) 0))) +("manigault" nil (((m ae) 1) ((n ih) 0) ((g ao l t) 0))) +("manigo" nil (((m aa) 0) ((n iy) 1) ((g ow) 0))) +("manila" nil (((m ax) 0) ((n ih) 1) ((l ax) 0))) +("manioc" nil (((m ae) 1) ((n iy) 0) ((aa k) 1))) +("manion" nil (((m aa) 0) ((n y ao n) 1))) +("maniples" nil (((m ae) 1) ((n ax) 0) ((p ax l z) 0))) +("manipulate" nil (((m ax) 0) ((n ih) 1) ((p y ax) 0) ((l ey t) 1))) +("manipulated" nil (((m ax) 0) ((n ih) 1) ((p y ax) 0) ((l ey) 1) ((t ih d) 0))) +("manipulates" nil (((m ax) 0) ((n ih) 1) ((p y ax) 0) ((l ey t s) 1))) +("manipulating" nil (((m ax) 0) ((n ih) 1) ((p y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("manipulation" nil (((m ax) 0) ((n ih) 1) ((p y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("manipulations" nil (((m ax) 0) ((n ih) 1) ((p y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("manipulative" nil (((m ax) 0) ((n ih) 1) ((p y ax) 0) ((l ey) 1) ((t ih v) 0))) +("manipulator" nil (((m ax) 0) ((n ih) 1) ((p y ax) 0) ((l ey) 1) ((t er) 0))) +("manipulators" nil (((m ax) 0) ((n ih) 1) ((p y ax) 0) ((l ey) 1) ((t er z) 0))) +("manis" nil (((m ae) 1) ((n ih s) 0))) +("maniscalco" nil (((m aa) 0) ((n iy) 0) ((s k aa l) 1) ((k ow) 0))) +("manischewitz" nil (((m ae) 1) ((n ih) 0) ((sh eh) 1) ((v ih t s) 0))) +("manish" nil (((m ae) 1) ((n ih sh) 0))) +("manitoba" nil (((m ae) 1) ((n ih) 0) ((t ow) 1) ((b ax) 0))) +("manitowoc" nil (((m ae) 1) ((n ih) 0) ((t ax) 0) ((w aa k) 0))) +("manjarrez" nil (((m aa) 0) ((n y aa) 1) ((r eh z) 0))) +("mank" nil (((m ae ng k) 1))) +("manka" nil (((m ae ng) 1) ((k ax) 0))) +("manke" nil (((m ae ng k) 1))) +("manker" nil (((m ae ng) 1) ((k er) 0))) +("mankey" nil (((m ae n) 1) ((k iy) 1))) +("mankiewicz" nil (((m ae ng) 1) ((k ih) 0) ((w ih t s) 0))) +("mankin" nil (((m ae ng) 1) ((k ih n) 0))) +("mankind" nil (((m ae n) 1) ((k ay n d) 1))) +("mankinds" nil (((m ae n) 1) ((k ay n d z) 1))) +("mankins" nil (((m ae ng) 1) ((k ih n z) 0))) +("manko" nil (((m ae ng) 1) ((k ow) 0))) +("mankowski" nil (((m ax ng) 0) ((k ao f) 1) ((s k iy) 0))) +("manley" nil (((m ae n) 1) ((l iy) 0))) +("manlove" nil (((m ae n) 1) ((l ah v) 1))) +("manly" nil (((m ae n) 1) ((l iy) 0))) +("manmade" nil (((m ae n) 1) ((m ey d) 1))) +("mann" nil (((m ae n) 1))) +("manna" nil (((m ae) 1) ((n ax) 0))) +("mannarino" nil (((m ae) 1) ((n er) 0) ((iy) 0) ((n ow) 0))) +("manne" nil (((m ae n) 1))) +("manned" nil (((m ae n d) 1))) +("mannella" nil (((m aa) 0) ((n eh) 1) ((l ax) 0))) +("mannen" nil (((m ae) 1) ((n ax n) 0))) +("mannequin" nil (((m ae) 1) ((n ax) 0) ((k ih n) 0))) +("mannequins" nil (((m ae) 1) ((n ax) 0) ((k ih n z) 0))) +("manner" nil (((m ae) 1) ((n er) 0))) +("mannered" nil (((m ae) 1) ((n er d) 0))) +("mannering" nil (((m ae) 1) ((n er) 0) ((ih ng) 0))) +("mannerism" nil (((m ae) 1) ((n er) 0) ((ih) 1) ((z ax m) 0))) +("mannerisms" nil (((m ae) 1) ((n er) 0) ((ih) 1) ((z ax m z) 0))) +("mannerist" nil (((m ae) 1) ((n er) 0) ((ax s t) 0))) +("manners" nil (((m ae) 1) ((n er z) 0))) +("mannes" nil (((m ae n z) 1))) +("mannesmann" nil (((m ae) 1) ((n ax) 0) ((s m ax n) 0))) +("manney" nil (((m ae) 1) ((n iy) 0))) +("mannheim" nil (((m ae n) 1) ((hh ay m) 0))) +("manni" nil (((m ae) 1) ((n iy) 0))) +("mannie" nil (((m ae) 1) ((n iy) 0))) +("mannina" nil (((m ae) 1) ((n ih) 0) ((n ax) 0))) +("manninen" nil (((m ae) 1) ((n ih) 0) ((n ax n) 0))) +("manning" nil (((m ae) 1) ((n ih ng) 0))) +("mannino" nil (((m ae) 1) ((n iy) 0) ((n ow) 0))) +("mannion" nil (((m ae) 1) ((n y ax n) 0))) +("mannis" nil (((m ae) 1) ((n ih s) 0))) +("mannix" nil (((m ae) 1) ((n ih k s) 0))) +("manno" nil (((m ae) 1) ((n ow) 0))) +("mannon" nil (((m ae) 1) ((n ax n) 0))) +("manns" nil (((m ae n z) 1))) +("manny" nil (((m ae) 1) ((n iy) 0))) +("mano" nil (((m aa) 1) ((n ow) 0))) +("manocchio" nil (((m aa) 0) ((n ow) 1) ((k iy) 0) ((ow) 0))) +("manolis" nil (((m ae) 1) ((n ax) 0) ((l ih s) 0))) +("manon" nil (((m aa) 0) ((n ao n) 1))) +("manoogian" nil (((m ax) 0) ((n uw) 1) ((jh iy) 0) ((ax n) 0))) +("manor" nil (((m ae) 1) ((n er) 0))) +("manors" nil (((m ae) 1) ((n er z) 0))) +("manos" nil (((m ey) 1) ((n ow z) 0))) +("manpower" nil (((m ae n) 1) ((p aw) 1) ((er) 0))) +("manring" nil (((m ae n) 1) ((r ih ng) 1))) +("manrique" nil (((m ax n) 0) ((r iy k) 1))) +("manriquez" nil (((m aa n) 0) ((r iy) 1) ((k w eh z) 0))) +("manry" nil (((m ae n) 1) ((r iy) 0))) +("mans" nil (((m ae n z) 1))) +("manseau" nil (((m ax n) 0) ((s ow) 1))) +("mansel" nil (((m ae n) 1) ((s ax l) 0))) +("mansell" nil (((m ae n) 1) ((s ax l) 0))) +("manser" nil (((m ae n) 1) ((s er) 0))) +("mansfield" nil (((m ae n z) 1) ((f iy l d) 1))) +("manship" nil (((m ae n) 1) ((sh ih p) 1))) +("mansion" nil (((m ae n) 1) ((sh ax n) 0))) +("mansions" nil (((m ae n) 1) ((ch ax n z) 0))) +("manske" nil (((m ae n s k) 1))) +("mansker" nil (((m ae n) 1) ((s k er) 0))) +("manslaughter" nil (((m ae n) 1) ((s l ao) 1) ((t er) 0))) +("manso" nil (((m ae n) 1) ((s ow) 0))) +("manson" nil (((m ae n) 1) ((s ax n) 0))) +("mansour" nil (((m ae n) 1) ((s er) 0))) +("mansueto" nil (((m ae n) 0) ((s w ey) 1) ((t ow) 0))) +("mansur" nil (((m ae n) 1) ((s er) 0))) +("manta" nil (((m ae n) 1) ((t ax) 0))) +("mantei" nil (((m ae n) 1) ((t ay) 0))) +("mantel" nil (((m ae n) 1) ((t ax l) 0))) +("mantell" nil (((m ae n) 0) ((t eh l) 1))) +("manter" nil (((m ae n) 1) ((t er) 0))) +("manternach" nil (((m ae n) 1) ((t er) 0) ((n ax k) 0))) +("manteufel" nil (((m ae n) 1) ((t oy) 0) ((f ax l) 0))) +("mantey" nil (((m ae n) 1) ((t iy) 0))) +("manthe" nil (((m ae n dh) 1))) +("manthei" nil (((m ae n) 1) ((dh ay) 0))) +("manthey" nil (((m ae n) 1) ((th iy) 0))) +("mantia" nil (((m aa n) 1) ((sh ax) 0))) +("mantilla" nil (((m ae n) 0) ((t ih) 1) ((l ax) 0))) +("mantione" nil (((m aa n) 0) ((t iy) 0) ((ow) 1) ((n iy) 0))) +("mantle" nil (((m ae n) 1) ((t ax l) 0))) +("mantles" nil (((m ae n) 1) ((t ax l z) 0))) +("manton" nil (((m ae n) 1) ((t ax n) 0))) +("mantooth" nil (((m ae n) 1) ((t uw th) 1))) +("mantra" nil (((m ae n) 1) ((t r ax) 0))) +("mantua" nil (((m ae n) 1) ((ch uw) 0) ((ax) 0))) +("mantz" nil (((m ae n t s) 1))) +("manual" nil (((m ae) 1) ((n y uw) 0) ((ax l) 0))) +("manually" nil (((m ae) 1) ((n y uw) 0) ((ax) 0) ((l iy) 0))) +("manuals" nil (((m ae) 1) ((n y uw) 0) ((ax l z) 0))) +("manucher" nil (((m ae) 1) ((n uw) 0) ((k er) 0))) +("manuel" nil (((m aa n) 0) ((w eh l) 1))) +("manuela" nil (((m ae n) 0) ((w ey) 1) ((l ax) 0))) +("manuele" nil (((m ae) 1) ((n uh l) 0))) +("manuevering" nil (((m ax) 0) ((n uw) 1) ((v er) 0) ((ih ng) 0))) +("manufacture" nil (((m ae) 1) ((n y ax) 0) ((f ae k) 1) ((ch er) 0))) +("manufactured" nil (((m ae) 1) ((n y ax) 0) ((f ae k) 1) ((ch er d) 0))) +("manufacturer" nil (((m ae) 1) ((n y ax) 0) ((f ae k) 1) ((ch er) 0) ((er) 0))) +("manufacturers" nil (((m ae) 1) ((n y ax) 0) ((f ae k) 1) ((ch er) 0) ((er z) 0))) +("manufactures" nil (((m ae) 1) ((n y ax) 0) ((f ae k) 1) ((ch er z) 0))) +("manufacturing" nil (((m ae) 1) ((n y ax) 0) ((f ae k) 1) ((ch er) 0) ((ih ng) 0))) +("manure" nil (((m ax) 0) ((n uh r) 1))) +("manus" nil (((m ey) 1) ((n ih s) 0))) +("manuscript" nil (((m ae) 1) ((n y ax) 0) ((s k r ih p t) 1))) +("manuscripts" nil (((m ae) 1) ((n y ax) 0) ((s k r ih p t s) 1))) +("manvel" nil (((m ae n) 1) ((v ax l) 0))) +("manvil" nil (((m ae n) 1) ((v ih l) 0))) +("manville" nil (((m ae n) 1) ((v ih l) 0))) +("manwaring" nil (((m ae n) 1) ((w eh) 1) ((r ih ng) 0))) +("manwarren" nil (((m ax n) 0) ((w ao) 1) ((r ax n) 0))) +("manweb" nil (((m ae n) 1) ((w eh b) 1))) +("manwell" nil (((m ae n) 1) ((w eh l) 1))) +("manwiller" nil (((m ae n) 1) ((w ih) 1) ((l er) 0))) +("manx" nil (((m ae ng k s) 1))) +("many" nil (((m eh) 1) ((n iy) 0))) +("manz" nil (((m ae n z) 1))) +("manzanares" nil (((m aa n) 0) ((z aa) 0) ((n aa) 1) ((r eh s) 0))) +("manzanilla" nil (((m ae n) 1) ((z ax) 0) ((n ih) 1) ((l ax) 0))) +("manzano" nil (((m aa n) 0) ((z aa) 1) ((n ow) 0))) +("manzella" nil (((m ae n) 1) ((z eh) 1) ((l ax) 0))) +("manzer" nil (((m ae n) 1) ((z er) 0))) +("manzi" nil (((m ae n) 1) ((z iy) 0))) +("manzione" nil (((m aa n) 0) ((z iy) 0) ((ow) 1) ((n iy) 0))) +("manzo" nil (((m ae n) 1) ((z ow) 0))) +("mao" nil (((m aw) 1))) +("maoist" nil (((m aw) 1) ((ih s t) 0))) +("maoists" nil (((m aw) 1) ((ih s t s) 0))) +("maomao" nil (((m aw) 1) ((m aw) 1))) +("maoming" nil (((m aw) 1) ((m iy ng) 1))) +("maori" nil (((m aw) 1) ((r iy) 0))) +("maoris" nil (((m ey) 1) ((er) 0) ((ih s) 0))) +("map" nil (((m ae p) 1))) +("mapco" nil (((m ae p) 1) ((k ow) 0))) +("mapel" nil (((m ae) 1) ((p ax l) 0))) +("mapes" nil (((m ey p s) 1))) +("mapi" nil (((m ae) 1) ((p iy) 0))) +("maple" nil (((m ey) 1) ((p ax l) 0))) +("maples" nil (((m ey) 1) ((p ax l z) 0))) +("maplewood" nil (((m ey) 1) ((p ax l) 0) ((w uh d) 1))) +("mapp" nil (((m ae p) 1))) +("mapped" nil (((m ae p t) 1))) +("mapping" nil (((m ae) 1) ((p ih ng) 0))) +("mapplethorpe" nil (((m ae) 1) ((p l ax) 0) ((th ao r p) 0))) +("maps" nil (((m ae p s) 1))) +("maputo" nil (((m ax) 0) ((p uw) 1) ((t ow) 0))) +("maquila" nil (((m ax) 0) ((k w iy) 1) ((l ax) 0))) +("maquiladora" nil (((m ae) 1) ((k w ih) 0) ((l ae) 1) ((d er) 0) ((ax) 0))) +("maquiladoras" nil (((m ae) 0) ((k iy) 1) ((y ax) 0) ((d ao) 1) ((r ax s) 0))) +("maquilas" nil (((m ae) 1) ((k w ax) 0) ((l ax s) 0))) +("mar" nil (((m aa r) 1))) +("mara" nil (((m aa) 1) ((r ax) 0))) +("marabella" nil (((m ae) 1) ((r ax) 0) ((b eh) 1) ((l ax) 0))) +("marable" nil (((m eh) 1) ((r ax) 0) ((b ax l) 0))) +("marabou" nil (((m eh) 1) ((r ax) 0) ((b uw) 1))) +("maracle" nil (((m aa) 1) ((r ax) 0) ((k ax l) 0))) +("maradona" nil (((m aa) 1) ((r ax) 0) ((d ow) 1) ((n ah) 1))) +("maradonna" nil (((m aa) 1) ((r ax) 0) ((d ow) 1) ((n ah) 1))) +("marafat" nil (((m eh) 1) ((r ax) 0) ((f ae t) 0))) +("marais" nil (((m eh) 1) ((r ey) 1))) +("marak" nil (((m ae) 1) ((r ax k) 0))) +("maralina" nil (((m aa) 0) ((r aa) 0) ((l iy) 1) ((n ax) 0))) +("maraline" nil (((m aa) 0) ((r aa) 0) ((l iy) 1) ((n iy) 0))) +("maran" nil (((m aa) 0) ((r aa n) 1))) +("maranda" nil (((m er) 0) ((ae n) 1) ((d ax) 0))) +("marando" nil (((m er) 0) ((ae n) 1) ((d ow) 0))) +("marano" nil (((m aa) 0) ((r aa) 1) ((n ow) 0))) +("maranon" nil (((m eh) 1) ((r ax) 0) ((n aa n) 0))) +("marantette" nil (((m eh) 1) ((r ax n) 0) ((t eh t) 1))) +("maranto" nil (((m er) 0) ((ae n) 1) ((t ow) 0))) +("marantz" nil (((m ae) 1) ((r ax n t s) 0))) +("maranville" nil (((m aa) 0) ((r aa n) 1) ((v ih l) 0))) +("maras" nil (((m aa) 1) ((r ax z) 0))) +("marasco" nil (((m aa) 0) ((r aa) 1) ((s k ow) 0))) +("marasek" nil (((m er) 0) ((aa) 1) ((s eh k) 0))) +("marash" nil (((m aa) 1) ((r ax sh) 0))) +("marathon" nil (((m eh) 1) ((r ax) 0) ((th aa n) 1))) +("marathons" nil (((m eh) 1) ((r ax) 0) ((th aa n z) 1))) +("marauders" nil (((m er) 0) ((ao) 1) ((d er z) 0))) +("maravilla" nil (((m aa) 0) ((r aa) 0) ((v ih) 1) ((l ax) 0))) +("marbach" nil (((m aa r) 1) ((b aa k) 1))) +("marbella" nil (((m aa r) 1) ((b eh) 1) ((l ax) 0))) +("marberry" nil (((m aa r) 1) ((b eh) 1) ((r iy) 0))) +("marbil" nil (((m aa r) 1) ((b ih l) 0))) +("marble" nil (((m aa r) 1) ((b ax l) 0))) +("marbled" nil (((m aa r) 1) ((b ax l d) 0))) +("marblehead" nil (((m aa r) 1) ((b ax l) 0) ((hh eh d) 1))) +("marbles" nil (((m aa r) 1) ((b ax l z) 0))) +("marbod" nil (((m aa r) 1) ((b aa d) 0))) +("marbry" nil (((m aa r) 1) ((b r iy) 0))) +("marburger" nil (((m aa r) 1) ((b er) 0) ((g er) 0))) +("marbury" nil (((m aa r) 1) ((b eh) 1) ((r iy) 0))) +("marbut" nil (((m aa r) 1) ((b ax t) 0))) +("marc" nil (((m aa r k) 1))) +("marcade" nil (((m aa r) 1) ((k ey d) 1))) +("marcano" nil (((m aa r) 0) ((k aa) 1) ((n ow) 0))) +("marcantel" nil (((m aa r) 0) ((k aa n) 0) ((t eh l) 1))) +("marcantonio" nil (((m aa r) 1) ((k ax n) 0) ((t ow) 1) ((n iy) 0) ((ow) 0))) +("marceau" nil (((m aa r) 0) ((s ow) 1))) +("marceaux" nil (((m aa r) 0) ((s ow) 1))) +("marcel" nil (((m aa r) 0) ((s eh l) 1))) +("marcela" nil (((m aa r) 0) ((ch eh) 1) ((l ax) 0))) +("marcelia" nil (((m aa r) 0) ((ch eh) 1) ((l iy) 0) ((ax) 0))) +("marcelino" nil (((m aa r) 0) ((ch eh) 0) ((l iy) 1) ((n ow) 0))) +("marcell" nil (((m aa r) 0) ((s ey l) 1))) +("marcella" nil (((m aa r) 0) ((s eh) 1) ((l ax) 0))) +("marcelle" nil (((m aa r) 0) ((s eh l) 1))) +("marcelli" nil (((m aa r) 0) ((ch eh) 1) ((l iy) 0))) +("marcellina" nil (((m aa r) 0) ((ch eh) 0) ((l iy) 1) ((n ax) 0))) +("marcelline" nil (((m aa r) 0) ((ch eh) 0) ((l iy) 1) ((n iy) 0))) +("marcellino" nil (((m aa r) 0) ((ch eh) 0) ((l iy) 1) ((n ow) 0))) +("marcello" nil (((m aa r) 1) ((s eh) 1) ((l ow) 0))) +("marcellus" nil (((m aa r) 0) ((s eh) 1) ((l ax s) 0))) +("marcelo" nil (((m aa r) 0) ((ch eh) 1) ((l ow) 0))) +("march" nil (((m aa r ch) 1))) +("marchak" nil (((m aa r) 1) ((ch ax k) 0))) +("marchal" nil (((m aa r) 1) ((ch ax l) 0))) +("marchand" nil (((m aa r k) 0) ((hh ae n d) 1))) +("marchant" nil (((m aa r) 1) ((ch ax n t) 0))) +("marchbanks" nil (((m aa r ch) 1) ((b ae ng k s) 1))) +("marche" nil (((m aa r sh) 1))) +("marched" nil (((m aa r ch t) 1))) +("marchers" nil (((m aa r) 1) ((ch er z) 0))) +("marches" nil (((m aa r) 1) ((ch ih z) 0))) +("marchesani" nil (((m aa r) 0) ((k eh) 0) ((s aa) 1) ((n iy) 0))) +("marchesano" nil (((m aa r) 0) ((k eh) 0) ((s aa) 1) ((n ow) 0))) +("marcheschi" nil (((m aa r) 0) ((ch eh) 1) ((sh iy) 0))) +("marchese" nil (((m aa r) 0) ((k iy) 1) ((z iy) 0))) +("marchesi" nil (((m aa r) 0) ((k eh) 1) ((s iy) 0))) +("marchessault" nil (((m aa r) 1) ((sh ih) 0) ((s ow) 0))) +("marchetta" nil (((m aa r) 0) ((k eh) 1) ((t ax) 0))) +("marchetti" nil (((m aa r) 0) ((k eh) 1) ((t iy) 0))) +("marchewka" nil (((m er ch) 0) ((y uw) 1) ((k ax) 0))) +("marchi" nil (((m aa r) 1) ((k iy) 0))) +("marching" nil (((m aa r) 1) ((ch ih ng) 0))) +("marchini" nil (((m aa r) 0) ((k iy) 1) ((n iy) 0))) +("marchio" nil (((m aa r) 1) ((k iy) 0) ((ow) 0))) +("marchione" nil (((m aa r) 0) ((k iy) 0) ((ow) 1) ((n iy) 0))) +("marchita" nil (((m aa r) 0) ((k iy) 1) ((t ax) 0))) +("marchitto" nil (((m aa r) 0) ((k iy) 1) ((t ow) 0))) +("marchman" nil (((m aa r k) 1) ((m ax n) 0))) +("marcia" nil (((m aa r) 1) ((sh ax) 0))) +("marcial" nil (((m aa r) 0) ((s iy) 0) ((aa l) 1))) +("marciano" nil (((m aa r) 0) ((ch iy) 0) ((aa) 1) ((n ow) 0))) +("marciante" nil (((m aa r) 1) ((ch ax n) 0) ((t iy) 0))) +("marcie" nil (((m aa r) 1) ((k iy) 0))) +("marcil" nil (((m aa r) 1) ((s ih l) 0))) +("marcile" nil (((m aa r) 1) ((ch ax l) 0))) +("marcilio" nil (((m aa r) 0) ((s iy) 1) ((l iy) 0) ((ow) 0))) +("marcille" nil (((m aa r) 1) ((s ih l) 0))) +("marcin" nil (((m aa r) 0) ((s iy n) 1))) +("marcinek" nil (((m er) 0) ((ch ih) 1) ((n eh k) 0))) +("marciniak" nil (((m er) 0) ((ch ih) 1) ((n iy) 0) ((ae k) 0))) +("marcinko" nil (((m aa r) 1) ((s ih ng) 1) ((k ow) 0))) +("marcinkowski" nil (((m er) 0) ((ch ih ng) 0) ((k ao f) 1) ((s k iy) 0))) +("marcinkus" nil (((m aa r) 1) ((s ih ng) 1) ((k ax s) 0))) +("marckesano" nil (((m aa r) 1) ((k eh) 1) ((s aa) 1) ((n ow) 0))) +("marcks" nil (((m aa r k s) 1))) +("marcmann" nil (((m aa r k) 1) ((m ax n) 0))) +("marco" nil (((m aa r) 1) ((k ow) 0))) +("marcoe" nil (((m aa r) 1) ((k ow) 0))) +("marcom" nil (((m aa r) 1) ((k ax m) 0))) +("marcon" nil (((m aa r) 1) ((k ax n) 0))) +("marcone" nil (((m aa r) 0) ((k ow) 1) ((n iy) 0))) +("marconi" nil (((m aa r) 0) ((k ow) 1) ((n iy) 0))) +("marcor" nil (((m aa r) 1) ((k ao r) 1))) +("marcos" nil (((m aa r) 1) ((k ow s) 0))) +("marcoses" nil (((m aa r) 0) ((k ow) 1) ((s ih z) 0))) +("marcott" nil (((m aa r) 0) ((k aa t) 1))) +("marcotte" nil (((m aa r) 0) ((k ao t) 1))) +("marcou" nil (((m aa r) 0) ((k uw) 1))) +("marcoux" nil (((m aa r) 0) ((k uw) 1))) +("marcrum" nil (((m aa r) 1) ((k r ax m) 0))) +("marcucci" nil (((m aa r) 0) ((k uw) 1) ((ch iy) 0))) +("marcum" nil (((m aa r) 1) ((k ax m) 0))) +("marcus" nil (((m aa r) 1) ((k ax s) 0))) +("marcussen" nil (((m aa r) 1) ((k ax) 0) ((s ax n) 0))) +("marcy" nil (((m aa r) 1) ((s iy) 0))) +("marczak" nil (((m aa r) 1) ((ch ae k) 0))) +("marden" nil (((m aa r) 1) ((d ax n) 0))) +("marder" nil (((m aa r) 1) ((d er) 0))) +("mardi" nil (((m aa r) 1) ((t iy) 0))) +("mardis" nil (((m aa r) 1) ((d ih s) 0))) +("mardon" nil (((m aa r) 1) ((d ax n) 0))) +("mare" nil (((m eh r) 1))) +("maready" nil (((m er) 0) ((eh) 1) ((d iy) 0))) +("marean" nil (((m aa) 0) ((r iy n) 1))) +("marek" nil (((m aa) 1) ((r eh k) 0))) +("marelda" nil (((m aa) 0) ((r eh l) 1) ((d ax) 0))) +("marella" nil (((m er) 0) ((eh) 1) ((l ax) 0))) +("marelli" nil (((m eh) 0) ((r eh) 1) ((l iy) 0))) +("mareno" nil (((m aa) 0) ((r eh) 1) ((n ow) 0))) +("mares" nil (((m eh r z) 1))) +("maresca" nil (((m aa) 0) ((r eh) 1) ((s k ax) 0))) +("maresco" nil (((m aa) 0) ((r eh) 1) ((s k ow) 0))) +("maresh" nil (((m ae) 1) ((r ih sh) 0))) +("maret" nil (((m aa) 1) ((r ey t) 0))) +("marett" nil (((m ae) 1) ((r ih t) 0))) +("maretta" nil (((m aa) 0) ((r eh) 1) ((t ax) 0))) +("marette" nil (((m er) 0) ((eh t) 1))) +("marez" nil (((m aa) 0) ((r eh z) 1))) +("marfa" nil (((m aa r) 1) ((f ax) 0))) +("marga" nil (((m aa r) 1) ((g ax) 0))) +("margalo" nil (((m aa r) 0) ((g aa) 1) ((l ow) 0))) +("margaret" nil (((m aa r) 1) ((g er) 0) ((ih t) 0))) +("margareta" nil (((m aa r) 0) ((g aa) 0) ((r eh) 1) ((t ax) 0))) +("margarete" nil (((m aa r) 1) ((g er) 0) ((iy t) 1))) +("margarethe" nil (((m aa r) 0) ((g aa) 0) ((r eh) 1) ((dh iy) 0))) +("margaretten" nil (((m aa r) 1) ((g er) 0) ((eh) 1) ((t ax n) 0))) +("margarine" nil (((m aa r) 1) ((jh er) 0) ((ax n) 0))) +("margarita" nil (((m aa r) 1) ((g er) 0) ((iy) 1) ((t ax) 0))) +("margaritas" nil (((m aa r) 1) ((g eh) 0) ((r iy) 1) ((t ax s) 0))) +("margaux" nil (((m aa r) 0) ((g ow) 1))) +("marge" nil (((m aa r jh) 1))) +("margeotes" nil (((m aa r) 1) ((jh iy) 0) ((ow) 1) ((t iy z) 0))) +("margerum" nil (((m aa r) 1) ((g er) 0) ((ax m) 0))) +("margery" nil (((m aa r) 1) ((jh er) 0) ((iy) 0))) +("margeson" nil (((m aa r) 1) ((g ih) 0) ((s ax n) 0))) +("marget" nil (((m aa r) 1) ((g ih t) 0))) +("margette" nil (((m aa r) 0) ((zh eh t) 1))) +("margie" nil (((m aa r) 1) ((jh iy) 0))) +("margin" nil (((m aa r) 1) ((jh ax n) 0))) +("marginal" nil (((m aa r) 1) ((jh ax) 0) ((n ax l) 0))) +("marginalize" nil (((m aa r) 1) ((jh ax) 0) ((n ax) 0) ((l ay z) 1))) +("marginalized" nil (((m aa r) 1) ((jh ax) 0) ((n ax) 0) ((l ay z d) 1))) +("marginalizes" nil (((m aa r) 1) ((jh ax) 0) ((n ax) 0) ((l ay) 1) ((z ih z) 0))) +("marginalizing" nil (((m aa r) 1) ((jh ax) 0) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("marginally" nil (((m aa r) 1) ((jh ax) 0) ((n ax) 0) ((l iy) 0))) +("margined" nil (((m aa r) 1) ((jh ax n d) 0))) +("margining" nil (((m aa r) 1) ((jh ax) 0) ((n ih ng) 0))) +("margins" nil (((m aa r) 1) ((jh ax n z) 0))) +("margiotta" nil (((m aa r) 0) ((jh ow) 1) ((t ax) 0))) +("margittai" nil (((m aa r) 1) ((jh ih) 0) ((t ay) 1))) +("margo" nil (((m aa r) 1) ((g ow) 0))) +("margolies" nil (((m aa r) 0) ((g ow) 1) ((l iy z) 0))) +("margolin" nil (((m aa r) 1) ((g ax) 0) ((l ih n) 0))) +("margolis" nil (((m aa r) 0) ((g ow) 1) ((l ih s) 0))) +("margory" nil (((m er) 0) ((g er) 1) ((iy) 0))) +("margoshes" nil (((m aa r) 0) ((g ao) 1) ((sh ih z) 0))) +("margot" nil (((m aa r) 1) ((g ow) 0))) +("margraf" nil (((m aa r) 1) ((g r ax f) 0))) +("margrave" nil (((m aa r) 1) ((g r ey v) 1))) +("margret" nil (((m aa) 1) ((g r eh t) 0))) +("marguerite" nil (((m aa r) 1) ((g er) 0) ((iy t) 1))) +("margulies" nil (((m aa r) 1) ((g uw) 0) ((l iy z) 0))) +("margulis" nil (((m aa r) 1) ((g ax) 0) ((l ih s) 0))) +("margy" nil (((m aa r) 1) ((jh iy) 0))) +("marhefka" nil (((m er) 0) ((hh eh f) 1) ((k ax) 0))) +("mari" nil (((m aa) 1) ((r iy) 0))) +("maria" nil (((m er) 0) ((iy) 1) ((ax) 0))) +("mariachi" nil (((m aa) 1) ((r iy) 0) ((aa) 1) ((ch iy) 0))) +("mariah" nil (((m er) 0) ((ay) 1) ((ax) 0))) +("mariam" nil (((m eh) 1) ((r iy) 0) ((ae m) 0))) +("marian" nil (((m eh) 1) ((r iy) 0) ((ax n) 0))) +("mariana" nil (((m eh) 1) ((r iy) 0) ((ae) 1) ((n ax) 0))) +("marianas" nil (((m eh) 1) ((r iy) 0) ((ae) 1) ((n ax s) 0))) +("mariani" nil (((m aa) 0) ((r iy) 0) ((aa) 1) ((n iy) 0))) +("marianna" nil (((m aa) 0) ((r iy) 0) ((aa) 1) ((n ax) 0))) +("marianne" nil (((m eh) 1) ((r iy) 0) ((ae n) 1))) +("mariano" nil (((m eh) 1) ((r iy) 0) ((aa) 1) ((n ow) 0))) +("maribel" nil (((m ae) 1) ((r ih) 0) ((b eh l) 0))) +("marice" nil (((m aa) 1) ((r ih s) 0))) +("marich" nil (((m ae) 1) ((r ih k) 0))) +("maricle" nil (((m ae) 1) ((r ih) 0) ((k ax l) 0))) +("maricopa" nil (((m eh) 1) ((r ih) 0) ((k ow) 1) ((p ax) 0))) +("marie" nil (((m er) 0) ((iy) 1))) +("mariel" nil (((m eh) 1) ((r iy) 0) ((ax l) 0))) +("marielitos" nil (((m eh) 0) ((r iy) 1) ((eh) 0) ((l iy) 1) ((t ow s) 0))) +("marien" nil (((m eh) 1) ((r iy n) 0))) +("marienbonn" nil (((m eh) 1) ((r iy n) 0) ((b ao n) 1))) +("marier" nil (((m eh) 1) ((r iy) 0) ((er) 0))) +("marietta" nil (((m eh) 1) ((r iy) 0) ((eh) 1) ((t ax) 0))) +("mariette" nil (((m eh) 1) ((r iy) 0) ((eh t) 1))) +("marigold" nil (((m eh) 1) ((r ax) 0) ((g ow l d) 1))) +("marigolds" nil (((m eh) 1) ((r ax) 0) ((g ow l d z) 1))) +("marijuana" nil (((m eh) 1) ((r ax) 0) ((w aa) 1) ((n ax) 0))) +("marik" nil (((m ae) 1) ((r ih k) 0))) +("marilda" nil (((m aa) 0) ((r iy l) 1) ((d ax) 0))) +("marilin" nil (((m ae) 1) ((r ih) 0) ((l ih n) 0))) +("marilla" nil (((m aa) 0) ((r ih) 1) ((l ax) 0))) +("marilyn" nil (((m eh) 1) ((r ax) 0) ((l ax n) 0))) +("marilynn" nil (((m eh) 1) ((r ax) 0) ((l ax n) 0))) +("marimba" nil (((m er) 0) ((ih m) 1) ((b ax) 0))) +("marin" nil (((m eh) 1) ((r ih n) 0))) +("marina" nil (((m er) 0) ((iy) 1) ((n ax) 0))) +("marinaccio" nil (((m aa) 0) ((r ih) 0) ((n aa) 1) ((ch iy) 0) ((ow) 0))) +("marinaro" nil (((m aa) 0) ((r ih) 0) ((n aa) 1) ((r ow) 0))) +("marinas" nil (((m er) 0) ((iy) 1) ((n ax z) 0))) +("marinated" nil (((m eh) 1) ((r ax) 0) ((n ey) 1) ((t ih d) 0))) +("marine" nil (((m er) 0) ((iy n) 1))) +("marineau" nil (((m eh) 1) ((r ih) 0) ((n ow) 0))) +("marineland" nil (((m er) 0) ((iy n) 1) ((l ax n d) 0))) +("marinelli" nil (((m aa) 0) ((r ih) 0) ((n eh) 1) ((l iy) 0))) +("marinello" nil (((m aa) 0) ((r ih) 0) ((n eh) 1) ((l ow) 0))) +("mariner" nil (((m eh) 1) ((r ax) 0) ((n er) 0))) +("mariners" nil (((m eh) 1) ((r ax) 0) ((n er z) 0))) +("marines" nil (((m er) 0) ((iy n z) 1))) +("marinez" nil (((m aa) 0) ((r iy) 1) ((n eh z) 0))) +("maring" nil (((m eh) 1) ((r ih ng) 0))) +("marini" nil (((m aa) 0) ((r iy) 1) ((n iy) 0))) +("marinkovich" nil (((m er) 0) ((ih ng) 1) ((k ax) 0) ((v ih ch) 0))) +("marino" nil (((m er) 0) ((iy) 1) ((n ow) 0))) +("marinoff" nil (((m ae) 1) ((r ih) 0) ((n ao f) 0))) +("marinos" nil (((m er) 0) ((iy) 1) ((n ow z) 0))) +("marinucci" nil (((m aa) 0) ((r iy) 0) ((n uw) 1) ((ch iy) 0))) +("marinvest" nil (((m er) 0) ((ih n) 1) ((v ax s t) 0))) +("mario" nil (((m aa) 1) ((r iy) 0) ((ow) 0))) +("marion" nil (((m eh) 1) ((r iy) 0) ((ax n) 0))) +("mariotta" nil (((m eh) 1) ((r iy) 0) ((aa) 1) ((t ax) 0))) +("mariotti" nil (((m aa) 0) ((r iy) 0) ((ow) 1) ((t iy) 0))) +("maris" nil (((m eh) 1) ((r ih s) 0))) +("mariscal" nil (((m aa) 1) ((r ax) 0) ((s k ax l) 0))) +("marital" nil (((m eh) 1) ((r ax) 0) ((t ax l) 0))) +("maritime" nil (((m eh) 1) ((r ax) 0) ((t ay m) 1))) +("maritz" nil (((m eh) 1) ((r ih t s) 0))) +("mariucci" nil (((m eh) 1) ((r iy) 0) ((uw) 1) ((ch iy) 0))) +("marius" nil (((m eh) 1) ((r iy) 0) ((ax s) 0))) +("marjai" nil (((m aa r) 1) ((jh ey) 0))) +("marje" nil (((m aa r jh) 1))) +("marjie" nil (((m aa r) 1) ((jh iy) 0))) +("marjorie" nil (((m aa r) 1) ((jh er) 0) ((iy) 0))) +("marjory" nil (((m aa r) 1) ((jh er) 0) ((iy) 0))) +("marjy" nil (((m aa r) 1) ((jh iy) 0))) +("mark" nil (((m aa r k) 1))) +("markair" nil (((m aa r) 1) ((k eh r) 1))) +("markarian" nil (((m aa r) 1) ((k eh) 1) ((r iy) 0) ((ax n) 0))) +("markdown" nil (((m aa r k) 1) ((d aw n) 1))) +("markdowns" nil (((m aa r k) 1) ((d aw n z) 1))) +("marke" nil (((m aa r k) 1))) +("marked" nil (((m aa r k t) 1))) +("markedly" nil (((m aa r) 1) ((k ax d) 0) ((l iy) 0))) +("markee" nil (((m aa r) 1) ((k iy) 1))) +("markel" nil (((m aa r) 1) ((k ax l) 0))) +("markell" nil (((m aa r) 1) ((k ax l) 0))) +("marken" nil (((m aa r) 1) ((k ax n) 0))) +("marker" nil (((m aa r) 1) ((k er) 0))) +("markers" nil (((m aa r) 1) ((k er z) 0))) +("markert" nil (((m aa r) 1) ((k er t) 0))) +("markese" nil (((m aa r) 0) ((k iy s) 1))) +("market" nil (((m aa r) 1) ((k ax t) 0))) +("marketability" nil (((m aa r) 1) ((k ih) 0) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("marketable" nil (((m aa r) 1) ((k ax) 0) ((t ax) 0) ((b ax l) 0))) +("marketamerica" nil (((m aa r) 1) ((k ax) 0) ((t ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("marketed" nil (((m aa r) 1) ((k ax) 0) ((t ax d) 0))) +("marketeer" nil (((m aa r) 1) ((k ax) 0) ((t ih r) 1))) +("marketeers" nil (((m aa r) 1) ((k ax) 0) ((t ih r z) 1))) +("marketer" nil (((m aa r) 1) ((k ax) 0) ((t er) 0))) +("marketers" nil (((m aa r) 1) ((k ax) 0) ((t er s) 0))) +("marketing" nil (((m aa r) 1) ((k ax) 0) ((t ih ng) 0))) +("marketings" nil (((m aa r) 1) ((k ax) 0) ((t ih ng z) 0))) +("marketmakers" nil (((m aa r) 1) ((k ax t) 0) ((m ey) 1) ((k er z) 0))) +("marketplace" nil (((m aa r) 1) ((k ax t) 0) ((p l ey s) 1))) +("marketplaces" nil (((m aa r) 1) ((k ax t) 0) ((p l ey) 1) ((s ih z) 0))) +("markets" nil (((m aa r) 1) ((k ax t s) 0))) +("marketscope" nil (((m aa r) 1) ((k ax t) 0) ((s k ow p) 1))) +("marketwide" nil (((m aa r) 1) ((k ax) 0) ((t w ay d) 1))) +("markey" nil (((m aa r) 1) ((k iy) 1))) +("markgraf" nil (((m aa r k) 1) ((g r ax f) 0))) +("markham" nil (((m aa r) 1) ((k ax m) 0))) +("markiewicz" nil (((m aa r) 1) ((k ax) 0) ((v ih ch) 0))) +("markin" nil (((m aa r) 1) ((k ih n) 0))) +("marking" nil (((m aa r) 1) ((k ih ng) 0))) +("markings" nil (((m aa r) 1) ((k ih ng z) 0))) +("markka" nil (((m aa r) 1) ((k ax) 0))) +("markkaa" nil (((m aa r) 0) ((k aa) 1))) +("markkas" nil (((m aa r) 1) ((k ax s) 0))) +("markland" nil (((m aa r) 1) ((k l ax n d) 0))) +("markle" nil (((m aa r) 1) ((k ax l) 0))) +("markley" nil (((m aa r) 1) ((k l iy) 0))) +("markman" nil (((m aa r k) 1) ((m ax n) 0))) +("marko" nil (((m aa r) 1) ((k ow) 0))) +("markoff" nil (((m aa r) 1) ((k ao f) 1))) +("markos" nil (((m aa r) 1) ((k ow z) 0))) +("markovic" nil (((m aa r) 1) ((k ax) 0) ((v ih k) 0))) +("markovich" nil (((m aa r) 1) ((k ax) 0) ((v ih ch) 0))) +("markovitz" nil (((m aa r) 1) ((k ax) 0) ((v ih t s) 0))) +("markow" nil (((m aa r) 1) ((k ow) 0))) +("markowicz" nil (((m aa r) 1) ((k ax) 0) ((v ih ch) 0))) +("markowitz" nil (((m aa r) 1) ((k ax) 0) ((w ih t s) 0))) +("markowski" nil (((m er) 0) ((k ao f) 1) ((s k iy) 0))) +("marks" nil (((m aa r k s) 1))) +("marksberry" nil (((m aa r k s) 1) ((b eh) 1) ((r iy) 0))) +("marksmanship" nil (((m aa r k) 1) ((s m ax n) 0) ((sh ih p) 0))) +("markson" nil (((m aa r k) 1) ((s ax n) 0))) +("markum" nil (((m aa r) 1) ((k ax m) 0))) +("markunas" nil (((m aa r) 1) ((k uw) 0) ((n ax z) 0))) +("markup" nil (((m aa r) 1) ((k ah p) 1))) +("markups" nil (((m aa r) 1) ((k ah p s) 1))) +("markus" nil (((m aa r) 1) ((k ax s) 0))) +("markuson" nil (((m aa r) 1) ((k ax) 0) ((s ax n) 0))) +("markwardt" nil (((m aa r) 1) ((k w ao r t) 0))) +("markwell" nil (((m aa r) 1) ((k w eh l) 1))) +("markwood" nil (((m aa r) 1) ((k w uh d) 1))) +("marla" nil (((m aa r) 1) ((l ax) 0))) +("marland" nil (((m aa r) 1) ((l ax n d) 0))) +("marlar" nil (((m aa r) 1) ((l er) 0))) +("marlatt" nil (((m aa r) 1) ((l ax t) 0))) +("marlboro" nil (((m aa r l) 1) ((b er) 0) ((ow) 0))) +("marlboros" nil (((m aa r l) 1) ((b er) 0) ((r ow z) 0))) +("marlborough" nil (((m aa r l) 1) ((b er) 0) ((ow) 0))) +("marleen" nil (((m aa r) 0) ((l iy n) 1))) +("marleene" nil (((m aa r) 0) ((l iy n) 1))) +("marlen" nil (((m aa r) 1) ((l ax n) 0))) +("marlena" nil (((m aa r) 0) ((l ey) 1) ((n ax) 0))) +("marlene" nil (((m aa r) 1) ((l iy n) 1))) +("marlens" nil (((m aa r) 1) ((l ax n z) 0))) +("marler" nil (((m aa r) 1) ((l er) 0))) +("marlett" nil (((m aa r) 1) ((l ih t) 0))) +("marlette" nil (((m aa r) 1) ((l eh t) 1))) +("marley" nil (((m aa r) 1) ((l iy) 0))) +("marliave" nil (((m aa r) 1) ((l iy) 0) ((eh v) 1))) +("marlin" nil (((m aa r) 1) ((l ax n) 0))) +("marling" nil (((m aa r) 1) ((l ih ng) 0))) +("marlins" nil (((m aa r) 1) ((l ax n z) 0))) +("marlo" nil (((m aa r) 1) ((l ow) 0))) +("marlon" nil (((m aa r) 1) ((l ax n) 0))) +("marlow" nil (((m aa r) 1) ((l ow) 0))) +("marlowe" nil (((m aa r) 1) ((l ow) 1))) +("marlton" nil (((m aa r l) 1) ((t ax n) 0))) +("marmaduke" nil (((m aa r) 1) ((m ax) 0) ((d uw k) 1))) +("marmalade" nil (((m aa r) 1) ((m ax) 0) ((l ey d) 1))) +("marmara" nil (((m aa r) 0) ((m aa) 1) ((r ax) 0))) +("marmer" nil (((m aa r) 1) ((m er) 0))) +("marmion" nil (((m aa r) 1) ((m iy) 0) ((ax n) 0))) +("marmo" nil (((m aa r) 1) ((m ow) 0))) +("marmolejo" nil (((m aa r) 0) ((m ow) 0) ((l ey) 1) ((y ow) 0))) +("marmon" nil (((m aa r) 1) ((m ax n) 0))) +("marmor" nil (((m aa r) 1) ((m er) 0))) +("marmoset" nil (((m aa r) 1) ((m ax) 0) ((z eh t) 1))) +("marnell" nil (((m aa r) 1) ((n ax l) 0))) +("marner" nil (((m aa r) 1) ((n er) 0))) +("marney" nil (((m aa r) 1) ((n iy) 0))) +("maro" nil (((m aa) 1) ((r ow) 0))) +("marogen" nil (((m eh) 1) ((r ow) 0) ((g ax n) 0))) +("marohl" nil (((m ae) 1) ((r ow l) 0))) +("marohn" nil (((m aa) 1) ((r ax n) 0))) +("marois" nil (((m er) 0) ((w aa) 1))) +("marold" nil (((m ae) 1) ((r ow l d) 0))) +("marolf" nil (((m ae) 1) ((r ow l f) 0))) +("marolt" nil (((m ae) 1) ((r ow l t) 0))) +("maron" nil (((m aa) 0) ((r ao n) 1))) +("marone" nil (((m er) 0) ((ow n) 1))) +("maroney" nil (((m er) 0) ((ow) 1) ((n iy) 0))) +("maroni" nil (((m aa) 0) ((r ow) 1) ((n iy) 0))) +("maronite" nil (((m eh) 1) ((r ax) 0) ((n ay t) 1))) +("maroon" nil (((m er) 0) ((uw n) 1))) +("marooned" nil (((m er) 0) ((uw n d) 1))) +("marose" nil (((m er) 0) ((ow s) 1))) +("marotta" nil (((m er) 0) ((aa) 1) ((t ax) 0))) +("marotte" nil (((m er) 0) ((ao t) 1))) +("marotto" nil (((m aa) 0) ((r ow) 1) ((t ow) 0))) +("marotz" nil (((m ae) 1) ((r ax t s) 0))) +("marous" nil (((m eh) 1) ((r ax s) 0))) +("marovich" nil (((m aa) 1) ((r ax) 0) ((v ih ch) 0))) +("marplan" nil (((m aa r) 1) ((p l ae n) 1))) +("marple" nil (((m aa r) 1) ((p ax l) 0))) +("marquand" nil (((m aa r) 1) ((k w ax n d) 0))) +("marquard" nil (((m aa r) 0) ((k w aa r d) 1))) +("marquardt" nil (((m aa r) 1) ((k w aa r t) 0))) +("marquart" nil (((m aa r) 1) ((k w aa r t) 0))) +("marque" nil (((m aa r k) 1))) +("marquee" nil (((m aa r) 0) ((k iy) 1))) +("marquees" n (((m aa r) 1) ((k iy z) 0))) +("marques" nil (((m aa r k s) 1))) +("marquess" nil (((m aa r) 1) ((k w ax s) 0))) +("marquest" nil (((m aa r) 1) ((k w eh s t) 1))) +("marquette" nil (((m aa r) 0) ((k eh t) 1))) +("marquez" nil (((m aa r) 0) ((k eh z) 1))) +("marquis" nil (((m aa r) 1) ((k iy) 1))) +("marquiss" nil (((m aa r) 1) ((k w iy s) 0))) +("marquita" nil (((m aa r) 0) ((k w iy) 1) ((t ax) 0))) +("marr" nil (((m aa r) 1))) +("marra" nil (((m aa) 1) ((r ax) 0))) +("marrazzo" nil (((m aa) 1) ((r aa) 1) ((z ow) 0))) +("marred" nil (((m aa r d) 1))) +("marren" nil (((m aa) 1) ((r ax n) 0))) +("marrero" nil (((m aa) 1) ((r eh) 1) ((r ow) 0))) +("marrett" nil (((m eh) 1) ((r ih t) 0))) +("marriage" nil (((m eh) 1) ((r ih jh) 0))) +("marriages" nil (((m eh) 1) ((r ih) 0) ((jh ih z) 0))) +("married" nil (((m eh) 1) ((r iy d) 0))) +("marries" nil (((m eh) 1) ((r iy z) 0))) +("marrin" nil (((m ae) 1) ((r ih n) 0))) +("marriner" nil (((m eh) 1) ((r ih) 0) ((n er) 0))) +("marring" nil (((m aa) 1) ((r ih ng) 0))) +("marriott" nil (((m eh) 1) ((r iy) 0) ((ax t) 0))) +("marris" nil (((m ae) 1) ((r ih s) 0))) +("marro" nil (((m aa) 1) ((r ow) 0))) +("marrocco" nil (((m aa) 0) ((r ow) 1) ((k ow) 0))) +("marron" nil (((m eh) 1) ((r ax n) 0))) +("marrone" nil (((m aa) 0) ((r ow) 1) ((n iy) 0))) +("marroquin" nil (((m aa) 0) ((r ow) 0) ((k w iy n) 1))) +("marrow" nil (((m eh) 1) ((r ow) 0))) +("marrs" nil (((m aa r z) 1))) +("marrufo" nil (((m aa) 1) ((r uw) 1) ((f ow) 0))) +("marrujo" nil (((m aa) 0) ((r uw) 1) ((y ow) 0))) +("marry" nil (((m eh) 1) ((r iy) 0))) +("marrying" nil (((m eh) 1) ((r iy) 0) ((ih ng) 0))) +("mars" nil (((m aa r z) 1))) +("marsal" nil (((m aa r) 1) ((s ax l) 0))) +("marsala" nil (((m aa r) 0) ((s aa) 1) ((l ax) 0))) +("marsalis" nil (((m aa r) 1) ((s ax) 0) ((l ih s) 0))) +("marsam" nil (((m aa r) 1) ((s ae m) 0))) +("marsch" nil (((m aa r sh) 1))) +("marschalk" nil (((m aa r) 1) ((sh ao k) 1))) +("marschall" nil (((m aa r) 1) ((sh ax l) 0))) +("marschke" nil (((m aa r sh k) 1))) +("marschner" nil (((m aa r) 1) ((sh n er) 0))) +("marsden" nil (((m aa r s) 1) ((d ax n) 0))) +("marsdon" nil (((m aa r s) 1) ((d ax n) 0))) +("marse" nil (((m aa r s) 1))) +("marsee" nil (((m aa r) 1) ((s iy) 1))) +("marseille" nil (((m aa r) 0) ((s ay l) 1))) +("marseilles" nil (((m aa r) 0) ((s ay) 1) ((l ax s) 0))) +("marsella" nil (((m aa r) 1) ((s eh) 1) ((l ax) 0))) +("marsh" nil (((m aa r sh) 1))) +("marsha" nil (((m aa r) 1) ((sh ax) 0))) +("marshak" nil (((m aa r) 1) ((sh ax k) 0))) +("marshal" nil (((m aa r) 1) ((sh ax l) 0))) +("marshaled" nil (((m aa r) 1) ((sh ax l d) 0))) +("marshaling" nil (((m aa r) 1) ((sh ax) 0) ((l ih ng) 0))) +("marshall" nil (((m aa r) 1) ((sh ax l) 0))) +("marshalled" nil (((m aa r) 1) ((sh ax l d) 0))) +("marshalls" nil (((m aa r) 1) ((sh ao l z) 1))) +("marshalltown" nil (((m aa r) 1) ((sh ax l) 0) ((t aw n) 1))) +("marshals" nil (((m aa r) 1) ((sh ax l z) 0))) +("marshburn" nil (((m aa r sh) 1) ((b er n) 1))) +("marshes" nil (((m aa r) 1) ((sh ax z) 0))) +("marshfield" nil (((m aa r sh) 1) ((f iy l d) 1))) +("marshmallow" nil (((m aa r) 1) ((sh m eh) 1) ((l ow) 0))) +("marshmallows" nil (((m aa r) 1) ((sh m eh) 1) ((l ow z) 0))) +("marshman" nil (((m aa r) 1) ((sh m ax n) 0))) +("marshy" nil (((m aa r) 1) ((sh iy) 0))) +("marsicano" nil (((m aa r) 0) ((s iy) 0) ((k aa) 1) ((n ow) 0))) +("marsico" nil (((m aa r) 0) ((s iy) 1) ((k ow) 0))) +("marsiglia" nil (((m aa r) 1) ((s ih) 1) ((g l iy) 0) ((ax) 0))) +("marsili" nil (((m aa r) 0) ((s iy) 1) ((l iy) 0))) +("marsiling" nil (((m aa r) 1) ((s ih) 0) ((l ih ng) 0))) +("marsland" nil (((m aa r) 1) ((s l ax n d) 0))) +("marso" nil (((m aa r) 1) ((s ow) 0))) +("marsolek" nil (((m aa r) 1) ((s ax) 0) ((l eh k) 0))) +("marson" nil (((m aa r) 1) ((s ax n) 0))) +("marsteller" nil (((m aa r z) 1) ((t eh) 1) ((l er) 0))) +("marsters" nil (((m aa r) 1) ((s t er z) 0))) +("marston" nil (((m aa r) 1) ((s t ax n) 0))) +("marsupial" nil (((m aa r) 0) ((s uw) 1) ((p iy) 0) ((ax l) 0))) +("marszalek" nil (((m er) 0) ((sh aa) 1) ((l eh k) 0))) +("mart" nil (((m aa r t) 1))) +("marta" nil (((m aa r) 1) ((t ax) 0))) +("marte" nil (((m aa r t) 1))) +("martech" nil (((m aa r) 1) ((t eh k) 1))) +("martel" nil (((m aa r) 1) ((t eh l) 1))) +("martell" nil (((m aa r) 1) ((t eh l) 1))) +("martella" nil (((m aa r) 1) ((t eh) 1) ((l ax) 0))) +("martelle" nil (((m aa r) 0) ((t eh l) 1))) +("martelli" nil (((m aa r) 0) ((t eh) 1) ((l iy) 0))) +("martellini" nil (((m aa r) 1) ((t eh) 1) ((l iy) 1) ((n iy) 0))) +("martello" nil (((m aa r) 0) ((t eh) 1) ((l ow) 0))) +("marten" nil (((m aa r) 1) ((t ax n) 0))) +("marteney" nil (((m aa r) 1) ((t ih) 0) ((n iy) 0))) +("martens" nil (((m aa r) 1) ((t ax n z) 0))) +("martensen" nil (((m aa r) 1) ((t ih n) 0) ((s ax n) 0))) +("martenson" nil (((m aa r) 1) ((t ih n) 0) ((s ax n) 0))) +("marter" nil (((m aa r) 1) ((t er) 0))) +("marth" nil (((m aa r th) 1))) +("martha" nil (((m aa r) 1) ((th ax) 0))) +("marthaler" nil (((m aa r) 1) ((th ax) 0) ((l er) 0))) +("marthe" nil (((m aa r dh) 1))) +("marthena" nil (((m aa r) 1) ((th ih) 0) ((n ax) 0))) +("marti" nil (((m aa r) 1) ((t iy) 0))) +("martial" nil (((m aa r) 1) ((sh ax l) 0))) +("martian" nil (((m aa r) 1) ((sh ax n) 0))) +("martie" nil (((m aa r) 1) ((t iy) 0))) +("martin" nil (((m aa r) 1) ((t ax n) 0))) +("martina" nil (((m aa r) 0) ((t iy) 1) ((n ax) 0))) +("martindale" nil (((m aa r) 1) ((t ih n) 0) ((d ey l) 0))) +("martine" nil (((m aa r) 0) ((t iy n) 1))) +("martineau" nil (((m aa r) 1) ((t ih) 0) ((n ow) 1))) +("martinec" nil (((m aa r) 1) ((t ih) 0) ((n eh k) 0))) +("martinek" nil (((m aa r) 1) ((t ih) 0) ((n ih k) 0))) +("martines" nil (((m aa r) 0) ((t iy n z) 1))) +("martinez" nil (((m aa r) 0) ((t iy) 1) ((n eh z) 0))) +("marting" nil (((m aa r) 1) ((t ih ng) 0))) +("martingale" nil (((m aa r) 1) ((t ax n) 0) ((g ey l) 1))) +("martini" nil (((m aa r) 0) ((t iy) 1) ((n iy) 0))) +("martinique" nil (((m aa r) 0) ((t ih) 0) ((n iy k) 1))) +("martinis" nil (((m aa r) 0) ((t iy) 1) ((n iy z) 0))) +("martinka" nil (((m aa r) 1) ((t ih ng) 1) ((k ax) 0))) +("martinko" nil (((m aa r) 1) ((t ih ng) 1) ((k ow) 0))) +("martino" nil (((m aa r) 0) ((t iy) 1) ((n ow) 0))) +("martinovich" nil (((m aa r) 1) ((t ih) 1) ((n ax) 0) ((v ih ch) 0))) +("martins" nil (((m aa r) 1) ((t ih n z) 0))) +("martinsen" nil (((m aa r) 0) ((t ih n) 1) ((s ax n) 0))) +("martinson" nil (((m aa r) 1) ((t ih n) 0) ((s ax n) 0))) +("martiny" nil (((m aa r) 1) ((t ih) 0) ((n iy) 0))) +("martire" nil (((m aa r) 0) ((t ih) 1) ((r iy) 0))) +("martirosov" nil (((m aa r) 0) ((t ih) 1) ((r ax) 0) ((s aa v) 0))) +("martis" nil (((m aa r) 1) ((t ih s) 0))) +("martita" nil (((m aa r) 0) ((t iy) 1) ((t ax) 0))) +("martocci" nil (((m aa r) 0) ((t ow) 1) ((ch iy) 0))) +("marton" nil (((m aa r) 1) ((t ax n) 0))) +("martone" nil (((m aa r) 0) ((t ow) 1) ((n iy) 0))) +("martorana" nil (((m aa r) 0) ((t ao) 0) ((r ae) 1) ((n ax) 0))) +("martorano" nil (((m aa r) 0) ((t ao) 0) ((r aa) 1) ((n ow) 0))) +("martorelli" nil (((m aa r) 0) ((t ao) 0) ((r eh) 1) ((l iy) 0))) +("marts" nil (((m aa r t s) 1))) +("martucci" nil (((m aa r) 0) ((t uw) 1) ((ch iy) 0))) +("marturano" nil (((m aa r) 0) ((t uh) 0) ((r aa) 1) ((n ow) 0))) +("martus" nil (((m aa r) 1) ((t ax s) 0))) +("marty" nil (((m aa r) 1) ((t iy) 0))) +("martyn" nil (((m aa r) 1) ((t ih n) 0))) +("martyr" nil (((m aa r) 1) ((t er) 0))) +("martyrdom" nil (((m aa r) 1) ((t er) 0) ((d ax m) 0))) +("martyre" nil (((m aa r) 0) ((t ay r) 1))) +("martyred" nil (((m aa r) 1) ((t er d) 0))) +("martyrs" nil (((m aa r) 1) ((t er z) 0))) +("martz" nil (((m aa r t s) 1))) +("marubeni" nil (((m aa) 1) ((r uw) 0) ((b iy) 1) ((n iy) 0))) +("maruca" nil (((m er) 0) ((uw) 1) ((k ax) 0))) +("marucci" nil (((m aa) 0) ((r uw) 1) ((ch iy) 0))) +("marui" nil (((m er) 0) ((uw) 1) ((iy) 0))) +("marukin" nil (((m er) 0) ((uw) 1) ((k ih n) 0))) +("marulanda" nil (((m ae) 1) ((r uw) 0) ((l ae n) 1) ((d ax) 0))) +("marullo" nil (((m aa) 0) ((r uw) 1) ((l ow) 0))) +("maruska" nil (((m er) 0) ((ah) 1) ((s k ax) 0))) +("maruti" nil (((m er) 0) ((uw) 1) ((t iy) 0))) +("maruyama" nil (((m aa) 1) ((r uw) 0) ((y aa) 1) ((m ax) 0))) +("maruyu" nil (((m eh) 1) ((r uw) 0) ((y uw) 0))) +("marv" nil (((m aa r v) 1))) +("marva" nil (((m aa r) 1) ((v ax) 0))) +("marvel" nil (((m aa r) 1) ((v ax l) 0))) +("marvela" nil (((m aa r) 0) ((v ey) 1) ((l ax) 0))) +("marveled" nil (((m aa r) 1) ((v ax l d) 0))) +("marvell" nil (((m aa r) 0) ((v eh l) 1))) +("marvella" nil (((m aa r) 1) ((v eh) 1) ((l ax) 0))) +("marvelle" nil (((m aa r) 0) ((v eh l) 1))) +("marvelous" nil (((m aa r) 1) ((v ax) 0) ((l ax s) 0))) +("marvelously" nil (((m aa r) 1) ((v ax) 0) ((l ax) 0) ((s l iy) 0))) +("marvels" nil (((m aa r) 1) ((v ax l z) 0))) +("marver" nil (((m aa r) 1) ((v er) 0))) +("marvin" nil (((m aa r) 1) ((v ih n) 0))) +("marwick" nil (((m aa r) 1) ((w ih k) 1))) +("marwin" nil (((m aa r) 1) ((w ih n) 0))) +("marwood" nil (((m aa r) 1) ((w uh d) 1))) +("marx" nil (((m aa r k s) 1))) +("marxen" nil (((m aa r k) 1) ((s ax n) 0))) +("marxism" nil (((m aa r k) 1) ((s ih) 0) ((z ax m) 0))) +("marxist" nil (((m aa r k) 1) ((s ax s t) 0))) +("marxists" nil (((m aa r k) 1) ((s ih s t s) 0))) +("mary" nil (((m eh) 1) ((r iy) 0))) +("marya" nil (((m aa r) 1) ((y ax) 0))) +("maryann" nil (((m eh) 0) ((r iy) 0) ((ae n) 1))) +("maryanne" nil (((m eh) 0) ((r iy) 0) ((ae n) 1))) +("maryland" nil (((m eh) 1) ((r ax) 0) ((l ax n d) 0))) +("marylin" nil (((m ae) 1) ((r ih) 0) ((l ih n) 0))) +("marylou" nil (((m ae) 1) ((r ih) 0) ((l uw) 0))) +("marymount" nil (((m eh) 1) ((r iy) 0) ((m aw n t) 1))) +("maryruth" nil (((m ae) 1) ((r ih) 0) ((r uw th) 0))) +("maryse" nil (((m aa) 0) ((r iy s) 1))) +("marysville" nil (((m eh) 1) ((r iy z) 0) ((v ih l) 1))) +("maryville" nil (((m eh) 1) ((r iy) 0) ((v ih l) 1))) +("marz" nil (((m aa r z) 1))) +("marzan" nil (((m aa r) 1) ((z ax n) 0))) +("marzano" nil (((m aa r) 0) ((z aa) 1) ((n ow) 0))) +("marzec" nil (((m aa r) 1) ((z ih k) 0))) +("marzette" nil (((m aa r) 1) ((z eh t) 1))) +("marzilli" nil (((m aa r) 0) ((z iy) 1) ((l iy) 0))) +("marzo" nil (((m aa r) 1) ((z ow) 0))) +("marzolf" nil (((m aa r) 1) ((z ow l f) 1))) +("marzotto" nil (((m aa r) 1) ((z aa) 1) ((t ow) 0))) +("marzullo" nil (((m aa r) 0) ((z uw) 1) ((l ow) 0))) +("mas" nil (((m aa z) 1))) +("masa" nil (((m aa) 1) ((s ax) 0))) +("masaaki" nil (((m aa) 1) ((s aa) 0) ((aa) 1) ((k iy) 0))) +("masahiko" nil (((m aa) 1) ((s aa) 0) ((hh iy) 1) ((k ow) 0))) +("masahiro" nil (((m aa) 1) ((s aa) 0) ((hh ih) 1) ((r ow) 0))) +("masai" nil (((m aa) 0) ((s aa) 1) ((iy) 0))) +("masakazu" nil (((m aa) 1) ((s aa) 0) ((k aa) 1) ((z uw) 0))) +("masaki" nil (((m aa) 0) ((s aa) 1) ((k iy) 0))) +("masami" nil (((m aa) 0) ((s aa) 1) ((m iy) 0))) +("masao" nil (((m aa) 0) ((s aa) 1) ((ow) 0))) +("masaru" nil (((m aa) 0) ((s aa) 1) ((r uw) 0))) +("masaya" nil (((m aa) 0) ((s aa) 1) ((y ax) 0))) +("masayoshi" nil (((m aa) 1) ((s aa) 0) ((y ow) 1) ((sh iy) 0))) +("masayuki" nil (((m aa) 1) ((s aa) 0) ((y uw) 1) ((k iy) 0))) +("mascara" nil (((m ae) 0) ((s k eh) 1) ((r ax) 0))) +("mascarenas" nil (((m ae) 1) ((s k er) 0) ((ih) 0) ((n ax z) 0))) +("mascari" nil (((m aa) 0) ((s k aa) 1) ((r iy) 0))) +("mascaro" nil (((m aa) 0) ((s k aa) 1) ((r ow) 0))) +("masch" nil (((m ae sh) 1))) +("maschino" nil (((m aa) 0) ((s k iy) 1) ((n ow) 0))) +("maschke" nil (((m ae sh k) 1))) +("masci" nil (((m ae) 1) ((s iy) 0))) +("mascia" nil (((m aa s) 1) ((ch ax) 0))) +("masciarelli" nil (((m aa s) 0) ((ch er) 0) ((eh) 1) ((l iy) 0))) +("mascio" nil (((m ae) 1) ((s iy) 0) ((ow) 0))) +("mascioli" nil (((m aa s) 0) ((ch ow) 1) ((l iy) 0))) +("masco" nil (((m ae) 1) ((s k ow) 0))) +("mascola" nil (((m aa) 0) ((s k ow) 1) ((l ax) 0))) +("mascolo" nil (((m aa) 0) ((s k ow) 1) ((l ow) 0))) +("mascorro" nil (((m aa) 0) ((s k ao) 1) ((r ow) 0))) +("mascot" nil (((m ae) 1) ((s k ax t) 0))) +("masculine" nil (((m ae) 1) ((s k y ax) 0) ((l ax n) 0))) +("masculinity" nil (((m ae) 1) ((s k y ax) 0) ((l ih) 1) ((n ax) 0) ((t iy) 0))) +("masden" nil (((m ae s) 1) ((d ax n) 0))) +("mase" nil (((m ey z) 1))) +("masefield" nil (((m ey z) 1) ((f iy l d) 1))) +("masek" nil (((m aa) 1) ((s eh k) 0))) +("masella" nil (((m ax) 0) ((s eh) 1) ((l ax) 0))) +("maselli" nil (((m ax) 0) ((s eh) 1) ((l iy) 0))) +("maseng" nil (((m ae) 1) ((s ih ng) 0))) +("maser" nil (((m ey) 1) ((z er) 0))) +("maserati" nil (((m ae) 1) ((s eh) 0) ((r aa) 1) ((t iy) 0))) +("maseri" nil (((m ax) 0) ((s eh) 1) ((r iy) 0))) +("mash" nil (((m ae sh) 1))) +("mashaw" nil (((m ae) 1) ((sh ao) 0))) +("mashburn" nil (((m ae sh) 1) ((b er n) 1))) +("mashed" nil (((m ae sh t) 1))) +("mashek" nil (((m ae) 1) ((sh ih k) 0))) +("masi" nil (((m aa) 1) ((s iy) 0))) +("masiello" nil (((m aa) 0) ((s iy) 0) ((eh) 1) ((l ow) 0))) +("masin" nil (((m aa) 1) ((s ih n) 0))) +("masini" nil (((m aa) 0) ((s iy) 1) ((n iy) 0))) +("masino" nil (((m aa) 0) ((s iy) 1) ((n ow) 0))) +("masius" nil (((m ae) 1) ((s iy) 0) ((ax s) 0))) +("mask" nil (((m ae s k) 1))) +("maske" nil (((m ey s k) 1))) +("masked" nil (((m ae s k t) 1))) +("maskell" nil (((m ae) 1) ((s k ax l) 0))) +("masker" nil (((m ae) 1) ((s k er) 0))) +("masking" nil (((m ae) 1) ((s k ih ng) 0))) +("masks" nil (((m ae s k s) 1))) +("maslanka" nil (((m ax) 0) ((s l ae ng) 1) ((k ax) 0))) +("maslen" nil (((m ae) 1) ((s ax) 0) ((l ax n) 0))) +("masley" nil (((m ae) 1) ((s l iy) 0))) +("maslin" nil (((m ae) 1) ((z l ih n) 0))) +("maslow" nil (((m aa) 1) ((s l ow) 0))) +("maslowski" nil (((m ax) 0) ((s l ao f) 1) ((s k iy) 0))) +("maslyukov" nil (((m ae s) 1) ((l y uw) 0) ((k aa v) 1))) +("masochism" nil (((m ae) 1) ((s ax) 0) ((k ih) 0) ((z ax m) 0))) +("mason" nil (((m ey) 1) ((s ax n) 0))) +("masone" nil (((m ax) 0) ((s ow n) 1))) +("masoner" nil (((m ey) 1) ((s ax) 0) ((n er) 0))) +("masonic" nil (((m ax) 0) ((s aa) 1) ((n ih k) 0))) +("masonite" nil (((m ae) 1) ((s ax) 0) ((n ay t) 1))) +("masonry" nil (((m ey) 1) ((s ax n) 0) ((r iy) 0))) +("masons" nil (((m ey) 1) ((s ax n z) 0))) +("masquerade" nil (((m ae) 1) ((s k er) 0) ((ey d) 1))) +("masquerading" nil (((m ae) 1) ((s k er) 0) ((ey) 1) ((d ih ng) 0))) +("masri" nil (((m aa) 1) ((s r iy) 0))) +("mass" nil (((m ae s) 1))) +("massa" nil (((m ae) 1) ((s ax) 0))) +("massachusetts" nil (((m ae) 1) ((s ax) 0) ((ch uw) 1) ((s ax t s) 0))) +("massachussetts" nil (((m ae) 1) ((s ax) 0) ((ch uw) 1) ((s ax t s) 0))) +("massacre" nil (((m ae) 1) ((s ax) 0) ((k er) 0))) +("massacred" nil (((m ae) 1) ((s ax) 0) ((k er d) 0))) +("massacres" nil (((m ae) 1) ((s ih) 0) ((k er z) 0))) +("massacring" nil (((m ae) 1) ((s ax) 0) ((k er) 0) ((ih ng) 0))) +("massad" nil (((m ae) 1) ((s ax d) 0))) +("massage" nil (((m ax) 0) ((s aa zh) 1))) +("massaged" nil (((m ax) 0) ((s aa zh d) 1))) +("massager" nil (((m ax) 0) ((s aa) 1) ((zh er) 0))) +("massages" nil (((m ax) 0) ((s aa) 1) ((zh ih z) 0))) +("massaging" nil (((m ax) 0) ((s aa) 1) ((zh ih ng) 0))) +("massar" nil (((m ae) 1) ((s er) 0))) +("massari" nil (((m aa) 0) ((s aa) 1) ((r iy) 0))) +("massaro" nil (((m ax) 0) ((s aa) 1) ((r ow) 0))) +("masse" nil (((m ae s) 1))) +("massed" nil (((m ae s t) 1))) +("massenburg" nil (((m ae) 1) ((s ax n) 0) ((b er g) 0))) +("massengale" nil (((m ae) 1) ((s ax n) 0) ((g ey l) 1))) +("massengill" nil (((m ae) 1) ((s ax n) 0) ((g ih l) 1))) +("masser" nil (((m ae) 1) ((s er) 0))) +("masses" nil (((m ae) 1) ((s ax z) 0))) +("massett" nil (((m ae) 1) ((s ih t) 0))) +("massey" nil (((m ae) 1) ((s iy) 0))) +("massi" nil (((m ae) 1) ((s iy) 0))) +("massicotte" nil (((m ae) 1) ((s ih) 0) ((k ao t) 0))) +("massie" nil (((m ae) 1) ((s iy) 0))) +("massieu" nil (((m ae) 1) ((s iy) 0) ((uw) 0))) +("massif" nil (((m ae) 0) ((s iy f) 1))) +("massimino" nil (((m aa) 0) ((s iy) 0) ((m iy) 1) ((n ow) 0))) +("massimo" nil (((m ae) 1) ((s ih) 0) ((m ow) 1))) +("massing" nil (((m ae) 1) ((s ih ng) 0))) +("massingale" nil (((m aa) 0) ((s ih ng) 0) ((g aa) 1) ((l iy) 0))) +("massingill" nil (((m ae) 1) ((s ih ng) 0) ((g ax l) 0))) +("massive" nil (((m ae) 1) ((s ih v) 0))) +("massively" nil (((m ae) 1) ((s ih) 0) ((v l iy) 0))) +("massman" nil (((m ae) 1) ((s m ax n) 0))) +("massmann" nil (((m ae) 1) ((s m ax n) 0))) +("massmutual" nil (((m ae s) 1) ((m y uw) 1) ((ch uw) 0) ((ax l) 0))) +("masso" nil (((m ae) 1) ((s ow) 0))) +("masson" nil (((m ae) 1) ((s ax n) 0))) +("massoni" nil (((m aa) 0) ((s ow) 1) ((n iy) 0))) +("massoth" nil (((m ae) 1) ((s ax th) 0))) +("Massoud" n (((m ax) 0) ((s uw d) 1))) +("massport" nil (((m ae) 1) ((s p ao r t) 1))) +("massucci" nil (((m aa) 0) ((s uw) 1) ((ch iy) 0))) +("mast" nil (((m ae s t) 1))) +("mastandrea" nil (((m aa) 0) ((s t aa n) 1) ((d r iy) 0) ((ax) 0))) +("mastectomy" nil (((m ae) 0) ((s t eh k) 1) ((t ax) 0) ((m iy) 0))) +("masted" nil (((m ae) 1) ((s t ax d) 0))) +("mastel" nil (((m ey) 1) ((s t ax l) 0))) +("masteller" nil (((m ey) 1) ((s t ax) 0) ((l er) 0))) +("masten" nil (((m ae) 1) ((s t ax n) 0))) +("master" nil (((m ae) 1) ((s t er) 0))) +("mastercard" nil (((m ae) 1) ((s t er) 0) ((k aa r d) 1))) +("mastercards" nil (((m ae) 1) ((s t er) 0) ((k aa r d z) 1))) +("mastered" nil (((m ae) 1) ((s t er d) 0))) +("masterful" nil (((m ae) 1) ((s t er) 0) ((f ax l) 0))) +("masterfully" nil (((m ae) 1) ((s t er) 0) ((f ax) 0) ((l iy) 0))) +("mastergate" nil (((m ae) 1) ((s t er) 0) ((g ey t) 1))) +("mastering" nil (((m ae) 1) ((s t er) 0) ((ih ng) 0))) +("masterly" nil (((m ae) 1) ((s t er) 0) ((l iy) 0))) +("masterman" nil (((m ae) 1) ((s t er) 0) ((m ax n) 0))) +("mastermind" nil (((m ae) 1) ((s t er) 0) ((m ay n d) 1))) +("masterminded" nil (((m ae) 1) ((s t er) 0) ((m ay n) 1) ((d ih d) 0))) +("masterminding" nil (((m ae) 1) ((s t er) 0) ((m ay n) 1) ((d ih ng) 0))) +("masterpiece" nil (((m ae) 1) ((s t er) 0) ((p iy s) 1))) +("masterpieces" nil (((m ae) 1) ((s t er) 0) ((p iy) 1) ((s ax z) 0))) +("masters" nil (((m ae) 1) ((s t er z) 0))) +("masterson" nil (((m ae) 1) ((s t er) 0) ((s ax n) 0))) +("masterstroke" nil (((m ae) 1) ((s t er) 0) ((s t r ow k) 1))) +("masterwork" nil (((m ae) 1) ((s t er) 0) ((w er k) 1))) +("masterworks" nil (((m ae) 1) ((s t er) 0) ((w er k s) 1))) +("mastery" nil (((m ae) 1) ((s t er) 0) ((iy) 0))) +("masthead" nil (((m ae s t) 1) ((hh eh d) 1))) +("mastif" nil (((m ae) 1) ((s t ax f) 0))) +("mastiff" nil (((m ae) 1) ((s t ax f) 0))) +("mastifs" nil (((m ae) 1) ((s t ax f s) 0))) +("mastin" nil (((m ae) 1) ((s t ih n) 0))) +("mastoiditis" nil (((m ae) 1) ((s t oy) 0) ((d ay) 1) ((t ax s) 0))) +("maston" nil (((m ae) 1) ((s t ax n) 0))) +("mastrangelo" nil (((m aa) 0) ((s t r aa ng) 0) ((g eh) 1) ((l ow) 0))) +("mastrianni" nil (((m aa) 0) ((s t r iy) 0) ((aa) 1) ((n iy) 0))) +("mastriano" nil (((m aa) 0) ((s t r iy) 0) ((aa) 1) ((n ow) 0))) +("mastrich" nil (((m ae) 1) ((s t r ih ch) 0))) +("mastro" nil (((m ae) 1) ((s t r ow) 0))) +("mastrocola" nil (((m ae) 0) ((s t r ow) 0) ((k ow) 1) ((l ax) 0))) +("mastrogiovanni" nil (((m ae) 0) ((s t r ow) 0) ((jh ow) 0) ((v aa) 1) ((n iy) 0))) +("mastroianni" nil (((m ae) 0) ((s t r ow) 0) ((y aa) 1) ((n iy) 0))) +("mastronardi" nil (((m ae) 0) ((s t r ow) 0) ((n aa r) 1) ((d iy) 0))) +("mastropietro" nil (((m ae) 0) ((s t r ow) 0) ((p iy) 1) ((t r ow) 0))) +("masturbate" nil (((m ae) 1) ((s t er) 0) ((b ey t) 1))) +("masturbated" nil (((m ae) 1) ((s t er) 0) ((b ey) 1) ((t ih d) 0))) +("masturbates" nil (((m ae) 1) ((s t er) 0) ((b ey t s) 1))) +("masturbation" nil (((m ae) 1) ((s t er) 0) ((b ey) 1) ((sh ax n) 0))) +("masucci" nil (((m aa) 0) ((s uw) 1) ((ch iy) 0))) +("masuda" nil (((m ax) 0) ((s uw) 1) ((d ax) 0))) +("masullo" nil (((m aa) 0) ((s uw) 1) ((l ow) 0))) +("masur" nil (((m ae) 1) ((s er) 0))) +("mat" nil (((m ae t) 1))) +("mata" nil (((m aa) 1) ((t ax) 0))) +("matador" nil (((m ae) 1) ((t ax) 0) ((d ao r) 1))) +("matagorda" nil (((m ae) 1) ((t ax) 0) ((g ao r) 1) ((d ax) 0))) +("matala" nil (((m ax) 0) ((t aa) 1) ((l ax) 0))) +("matalin" nil (((m ae) 1) ((t ax) 0) ((l ih n) 0))) +("matalon" nil (((m aa) 0) ((t aa) 0) ((l ao n) 1))) +("matamoros" nil (((m aa) 0) ((t aa) 0) ((m ao) 1) ((r ow s) 0))) +("matarazzo" nil (((m aa) 0) ((t aa) 0) ((r aa) 1) ((z ow) 0))) +("matarese" nil (((m aa) 0) ((t aa) 0) ((r ey) 1) ((z iy) 0))) +("matas" nil (((m aa) 1) ((t ax z) 0))) +("matassa" nil (((m aa) 0) ((t aa) 1) ((s ax) 0))) +("mataya" nil (((m aa) 0) ((t aa) 1) ((y ax) 0))) +("match" nil (((m ae ch) 1))) +("matchbook" nil (((m ae ch) 1) ((b uh k) 1))) +("matchbox" nil (((m ae ch) 1) ((b aa k s) 1))) +("matched" nil (((m ae ch t) 1))) +("matches" nil (((m ae) 1) ((ch ax z) 0))) +("matchett" nil (((m ae) 1) ((ch ih t) 0))) +("matching" nil (((m ae) 1) ((ch ih ng) 0))) +("matchlocks" nil (((m ae ch) 1) ((l aa k s) 1))) +("matchmaker" nil (((m ae ch) 1) ((m ey) 1) ((k er) 0))) +("matchmakers" nil (((m ae ch) 1) ((m ey) 1) ((k er z) 0))) +("matchmaking" nil (((m ae ch) 1) ((m ey) 1) ((k ih ng) 0))) +("matchup" nil (((m ae) 1) ((ch ax p) 0))) +("matchups" nil (((m ae) 1) ((ch ax p s) 0))) +("mate" nil (((m ey t) 1))) +("matecki" nil (((m ax) 0) ((t eh) 1) ((k iy) 0))) +("mateer" nil (((m ax) 0) ((t ih r) 1))) +("mateja" nil (((m aa) 0) ((t ey) 1) ((y ax) 0))) +("matejka" nil (((m ax) 0) ((t ey) 1) ((k ax) 0))) +("matell" nil (((m ax) 0) ((t eh l) 1))) +("matelski" nil (((m ax) 0) ((t eh l) 1) ((s k iy) 0))) +("mateo" nil (((m aa) 0) ((t ey) 1) ((ow) 0))) +("mater" nil (((m aa) 1) ((t er) 0))) +("matera" nil (((m aa) 0) ((t eh) 1) ((r ax) 0))) +("material" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax l) 0))) +("materialism" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("materialist" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax) 0) ((l ih s t) 0))) +("materialistic" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax) 0) ((l ih) 1) ((s t ih k) 0))) +("materialize" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax) 0) ((l ay z) 1))) +("materialized" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax) 0) ((l ay z d) 1))) +("materializes" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax) 0) ((l ay) 1) ((z ih z) 0))) +("materializing" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax) 0) ((l ay) 1) ((z ih ng) 0))) +("materially" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax) 0) ((l iy) 0))) +("materials" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((ax l z) 0))) +("materiel" nil (((m ax) 0) ((t ih) 1) ((r iy) 0) ((eh l) 1))) +("matern" nil (((m ae) 1) ((t er n) 0))) +("materna" nil (((m aa) 0) ((t eh r) 1) ((n ax) 0))) +("maternal" nil (((m ax) 0) ((t er) 1) ((n ax l) 0))) +("maternity" nil (((m ax) 0) ((t er) 1) ((n ih) 0) ((t iy) 0))) +("mates" nil (((m ey t s) 1))) +("matewan" nil (((m ae) 1) ((t uw) 1) ((aa n) 0))) +("matey" nil (((m ey) 1) ((t iy) 0))) +("math" nil (((m ae th) 1))) +("mathai" nil (((m aa) 0) ((dh aa) 1) ((iy) 0))) +("mathe" nil (((m ey dh) 1))) +("mathea" nil (((m ae) 1) ((dh iy) 0) ((ax) 0))) +("matheis" nil (((m ae) 1) ((dh ay z) 0))) +("mathematical" nil (((m ae) 1) ((th ax) 0) ((m ae) 1) ((t ih) 0) ((k ax l) 0))) +("mathematically" nil (((m ae) 1) ((th ax) 0) ((m ae) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("mathematician" nil (((m ae) 1) ((th ax) 0) ((m ax) 0) ((t ih) 1) ((sh ax n) 0))) +("mathematicians" nil (((m ae) 1) ((th ax) 0) ((m ax) 0) ((t ih) 1) ((sh ax n z) 0))) +("mathematics" nil (((m ae) 1) ((th ax) 0) ((m ae) 1) ((t ih k s) 0))) +("mathena" nil (((m ae) 1) ((th ih) 0) ((n ax) 0))) +("matheney" nil (((m ae) 1) ((th ih) 0) ((n iy) 0))) +("matheny" nil (((m ae) 1) ((th ih) 0) ((n iy) 0))) +("mather" nil (((m ae) 1) ((dh er) 0))) +("matherly" nil (((m ae) 1) ((dh er) 0) ((l iy) 0))) +("mathern" nil (((m ae) 1) ((dh er n) 0))) +("matherne" nil (((m ae) 1) ((th er n) 0))) +("mathers" nil (((m ae) 1) ((dh er z) 0))) +("matherson" nil (((m ae) 1) ((th er) 0) ((s ax n) 0))) +("mathes" nil (((m ae) 1) ((th ih s) 0))) +("matheson" nil (((m ae) 1) ((th ax) 0) ((s ax n) 0))) +("matheus" nil (((m ae) 1) ((dh oy z) 0))) +("mathew" nil (((m ae th) 1) ((y uw) 0))) +("mathews" nil (((m ae th) 1) ((y uw z) 0))) +("mathewson" nil (((m ae th) 1) ((y uw) 0) ((s ax n) 0))) +("mathey" nil (((m ae) 1) ((dh iy) 0))) +("mathia" nil (((m aa) 1) ((dh iy) 0) ((ax) 0))) +("mathias" nil (((m ax) 0) ((th ay) 1) ((ax s) 0))) +("mathiasen" nil (((m ax) 0) ((th ay) 1) ((ax) 0) ((s ax n) 0))) +("mathiason" nil (((m ax) 0) ((th ay) 1) ((ax) 0) ((s ax n) 0))) +("mathie" nil (((m ae) 1) ((th iy) 0))) +("mathies" nil (((m ae) 1) ((th iy z) 0))) +("mathiesen" nil (((m ae) 1) ((th iy) 0) ((s ax n) 0))) +("mathieson" nil (((m ax) 0) ((th iy) 1) ((z ax n) 0))) +("mathieu" nil (((m ae th) 1) ((y uw) 0))) +("mathilda" nil (((m ax) 0) ((t ih l) 1) ((d ax) 0))) +("mathilde" nil (((m ae) 1) ((th ih l d) 0))) +("mathis" nil (((m ae) 1) ((th ih s) 0))) +("mathisen" nil (((m ae) 1) ((th ay) 0) ((z ax n) 0))) +("mathison" nil (((m ae) 1) ((th ih) 0) ((s ax n) 0))) +("mathur" nil (((m ae) 1) ((th er) 0))) +("mathwig" nil (((m ae) 1) ((th w ih g) 0))) +("mathy" nil (((m ae) 1) ((th iy) 0))) +("mathys" nil (((m ey) 1) ((th iy z) 0))) +("matias" nil (((m aa) 1) ((sh ax z) 0))) +("matic" nil (((m ae) 1) ((t ih k) 0))) +("matif" nil (((m aa) 0) ((t iy f) 1))) +("matilda" nil (((m ax) 0) ((t ih l) 1) ((d ax) 0))) +("matinee" nil (((m ae) 1) ((t ih) 0) ((n ey) 1))) +("mating" nil (((m ey) 1) ((t ih ng) 0))) +("matis" nil (((m aa) 1) ((t ih s) 0))) +("matisse" nil (((m ae) 1) ((t ih s) 0))) +("matkin" nil (((m ae t) 1) ((k ih n) 0))) +("matkins" nil (((m ae t) 1) ((k ih n z) 0))) +("matkovich" nil (((m aa t) 1) ((k ax) 0) ((v ih ch) 0))) +("matlack" nil (((m ae t) 1) ((l ae k) 1))) +("matlick" nil (((m ae t) 1) ((l ih k) 0))) +("matlin" nil (((m ae t) 1) ((l ih n) 0))) +("matlock" nil (((m ae t) 1) ((l aa k) 1))) +("matney" nil (((m ae t) 1) ((n iy) 0))) +("mato" nil (((m aa) 1) ((t ow) 0))) +("matos" nil (((m aa) 1) ((t ow z) 0))) +("matott" nil (((m ae) 1) ((t ax t) 0))) +("matousek" nil (((m ax) 0) ((t uw) 1) ((s eh k) 0))) +("matra" nil (((m ae) 1) ((t r ax) 0))) +("matranga" nil (((m aa) 0) ((t r aa ng) 1) ((g ax) 0))) +("matriarch" nil (((m ey) 1) ((t r iy) 0) ((aa r k) 1))) +("matriarchal" nil (((m ey) 1) ((t r iy) 0) ((aa r) 1) ((k ax l) 0))) +("matriarchy" nil (((m ey) 1) ((t r iy) 0) ((aa r) 1) ((k iy) 0))) +("matrilineal" nil (((m ae) 1) ((t r ih) 0) ((l ih) 1) ((n iy) 0) ((ax l) 0))) +("matrimonial" nil (((m ae) 1) ((t r ax) 0) ((m ow) 1) ((n iy) 0) ((ax l) 0))) +("matrimony" nil (((m ae) 1) ((t r ax) 0) ((m ow) 1) ((n iy) 0))) +("matrix" nil (((m ey) 1) ((t r ih k s) 0))) +("matron" nil (((m ey) 1) ((t r ax n) 0))) +("matronly" nil (((m ey) 1) ((t r ax n) 0) ((l iy) 0))) +("matrons" nil (((m ey) 1) ((t r ax n z) 0))) +("mats" nil (((m ae t s) 1))) +("matsapa" nil (((m ae t) 0) ((s aa) 1) ((p ax) 0))) +("matsen" nil (((m aa t) 1) ((s ax n) 0))) +("matsko" nil (((m aa t) 1) ((s k ow) 0))) +("matson" nil (((m aa t) 1) ((s ax n) 0))) +("matsubara" nil (((m aa t) 1) ((s uw) 1) ((b aa) 1) ((r ax) 0))) +("matsuda" nil (((m aa t) 0) ((s uw) 1) ((d ax) 0))) +("matsui" nil (((m aa t) 0) ((s uw) 1) ((iy) 0))) +("matsukawa" nil (((m aa t) 1) ((s uw) 1) ((k aa) 1) ((w ax) 0))) +("matsumoto" nil (((m aa t) 0) ((s uw) 0) ((m ow) 1) ((t ow) 0))) +("matsumura" nil (((m aa t) 0) ((s uw) 0) ((m uh) 1) ((r ax) 0))) +("matsunaga" nil (((m aa t) 0) ((s uw) 0) ((n aa) 1) ((g ax) 0))) +("matsuo" nil (((m aa t) 0) ((s uw) 1) ((ow) 0))) +("matsuoka" nil (((m aa t) 0) ((s uw) 0) ((ow) 1) ((k ax) 0))) +("matsushita" nil (((m aa t) 0) ((s uw) 0) ((sh iy) 1) ((t ax) 0))) +("matsuura" nil (((m aa t) 0) ((s uw) 0) ((uh) 1) ((r ax) 0))) +("matt" nil (((m ae t) 1))) +("matta" nil (((m ae) 1) ((t ax) 0))) +("mattar" nil (((m aa) 1) ((t ax) 0))) +("matte" nil (((m ae t) 1))) +("mattea" nil (((m ae) 1) ((sh ax) 0))) +("mattei" nil (((m ae) 1) ((t ay) 0))) +("matteis" nil (((m ax) 0) ((t ay s) 1))) +("mattel" nil (((m ax) 0) ((t eh l) 1))) +("matteo" nil (((m aa) 0) ((t ey) 1) ((ow) 0))) +("matter" nil (((m ae) 1) ((t er) 0))) +("mattera" nil (((m aa) 0) ((t eh) 1) ((r ax) 0))) +("mattered" nil (((m ae) 1) ((t er d) 0))) +("mattern" nil (((m ae) 1) ((t er n) 0))) +("matters" nil (((m ae) 1) ((t er z) 0))) +("mattes" nil (((m ae t s) 1))) +("matteson" nil (((m ae) 1) ((t ih) 0) ((s ax n) 0))) +("matteucci" nil (((m aa) 0) ((t uw) 1) ((ch iy) 0))) +("matthea" nil (((m ae t) 1) ((dh iy) 0) ((ax) 0))) +("mattheis" nil (((m ae t) 1) ((dh ay z) 0))) +("matthes" nil (((m ae t dh z) 1))) +("matthew" nil (((m ae th) 1) ((y uw) 0))) +("matthews" nil (((m ae th) 1) ((y uw z) 0))) +("matthewson" nil (((m ae th) 1) ((y uw) 0) ((s ax n) 0))) +("matthey" nil (((m ae t) 1) ((dh iy) 0))) +("matthia" nil (((m aa t) 1) ((dh iy) 0) ((ax) 0))) +("matthias" nil (((m ax) 0) ((th ay) 1) ((ax s) 0))) +("matthies" nil (((m ae) 1) ((th iy z) 0))) +("matthiesen" nil (((m ae) 1) ((th iy) 0) ((s ax n) 0))) +("matthis" nil (((m ae) 1) ((th ih s) 0))) +("matthys" nil (((m ae) 1) ((th iy z) 0))) +("mattias" nil (((m ae) 1) ((sh ax z) 0))) +("mattice" nil (((m aa) 1) ((t ih s) 0))) +("mattick" nil (((m ae) 1) ((t ih k) 0))) +("mattie" nil (((m ae) 1) ((t iy) 0))) +("mattila" nil (((m aa) 0) ((t iy) 1) ((l ax) 0))) +("mattina" nil (((m aa) 0) ((t iy) 1) ((n ax) 0))) +("matting" nil (((m ae) 1) ((t ih ng) 0))) +("mattingley" nil (((m ae) 1) ((t ih ng) 0) ((g l iy) 0))) +("mattingly" nil (((m ae) 1) ((t ih ng) 0) ((l iy) 0))) +("mattioli" nil (((m aa) 0) ((t iy) 0) ((ow) 1) ((l iy) 0))) +("mattis" nil (((m ae) 1) ((t ih s) 0))) +("mattison" nil (((m ae) 1) ((t ih) 0) ((s ax n) 0))) +("mattke" nil (((m ae t) 1) ((k iy) 0))) +("mattocks" nil (((m ae) 1) ((t ax k s) 0))) +("matton" nil (((m ae) 1) ((t ax n) 0))) +("mattoon" nil (((m ax) 0) ((t uw n) 1))) +("mattos" nil (((m ae) 1) ((t ow z) 0))) +("mattox" nil (((m ae) 1) ((t ax k s) 0))) +("mattress" nil (((m ae) 1) ((t r ax s) 0))) +("mattresses" nil (((m ae) 1) ((t r ax) 0) ((s ax z) 0))) +("matts" nil (((m ae t s) 1))) +("mattson" nil (((m ae t) 1) ((s ax n) 0))) +("mattucci" nil (((m aa) 0) ((t uw) 1) ((ch iy) 0))) +("matty" nil (((m ae) 1) ((t iy) 0))) +("matula" nil (((m aa) 0) ((t uw) 1) ((l ax) 0))) +("matulich" nil (((m ax) 0) ((t y uw) 1) ((l ih hh) 0))) +("matulis" nil (((m ae) 1) ((t ax) 0) ((l ih s) 0))) +("maturation" nil (((m ae) 1) ((ch er) 0) ((ey) 1) ((sh ax n) 0))) +("mature" nil (((m ax) 0) ((ch uh r) 1))) +("matured" nil (((m ax) 0) ((t y uh r d) 1))) +("matures" nil (((m ax) 0) ((ch uh r z) 1))) +("maturing" nil (((m ax) 0) ((ch uh) 1) ((r ih ng) 0))) +("maturities" nil (((m ax) 0) ((ch uh) 1) ((r ih) 0) ((t iy z) 0))) +("maturity" nil (((m ax) 0) ((ch uh) 1) ((r ax) 0) ((t iy) 0))) +("maturo" nil (((m aa) 0) ((t uh) 1) ((r ow) 0))) +("matus" nil (((m ae) 1) ((t ih s) 0))) +("matuschka" nil (((m ax) 0) ((t ah sh) 1) ((k ax) 0))) +("matusek" nil (((m ax) 0) ((t uw) 1) ((s eh k) 0))) +("matusiak" nil (((m ax) 0) ((t ah) 1) ((s iy) 0) ((ae k) 0))) +("matusik" nil (((m ax) 0) ((t uw) 1) ((s ih k) 0))) +("matuska" nil (((m ax) 0) ((t ah) 1) ((s k ax) 0))) +("matuszak" nil (((m ax) 0) ((t ah) 1) ((sh ax k) 0))) +("matuszewski" nil (((m ax) 0) ((t ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("matyas" nil (((m ae) 1) ((t y ax s) 0))) +("matz" nil (((m ae t s) 1))) +("matza" nil (((m aa t) 1) ((z ax) 0))) +("matzek" nil (((m ae t) 1) ((z ih k) 0))) +("matzen" nil (((m ae t) 1) ((z ax n) 0))) +("matzinger" nil (((m ey t) 1) ((z ih ng) 0) ((er) 0))) +("matzke" nil (((m ae t z k) 1))) +("matzner" nil (((m ae t) 1) ((s n er) 0))) +("mau" nil (((m ow) 1))) +("mauceri" nil (((m ao) 0) ((ch eh) 1) ((r iy) 0))) +("mauch" nil (((m ao ch) 1))) +("maucher" nil (((m aw) 1) ((ch er) 0))) +("mauck" nil (((m ao k) 1))) +("maud" nil (((m ao d) 1))) +("maude" nil (((m ao d) 1))) +("maudlin" nil (((m ao d) 1) ((l ih n) 0))) +("maue" nil (((m aw) 1) ((iy) 0))) +("mauer" nil (((m aw) 1) ((er) 0))) +("mauger" nil (((m ao) 1) ((g er) 0))) +("maugeri" nil (((m ao) 0) ((jh eh) 1) ((r iy) 0))) +("maughan" nil (((m ao) 1) ((g ax n) 0))) +("maui" nil (((m aw) 1) ((iy) 0))) +("mauk" nil (((m ao k) 1))) +("maul" nil (((m ao l) 1))) +("maulden" nil (((m aw l) 1) ((d ax n) 0))) +("mauldin" nil (((m aw l) 1) ((d ax n) 0))) +("maulding" nil (((m ao l) 1) ((d ih ng) 0))) +("maule" nil (((m ao l) 1))) +("mauled" nil (((m ao l d) 1))) +("mauler" nil (((m ao) 1) ((l er) 0))) +("maull" nil (((m ao l) 1))) +("maulsby" nil (((m ao l s) 1) ((b iy) 0))) +("mault" nil (((m ao l t) 1))) +("maultasch" nil (((m ao l) 1) ((t ae sh) 0))) +("maultsby" nil (((m ao l t s) 1) ((b iy) 0))) +("maumee" nil (((m aw) 1) ((m iy) 0))) +("mauna" nil (((m ao) 1) ((n ax) 0))) +("maund" nil (((m ao n d) 1))) +("maune" nil (((m ao n) 1))) +("mauney" nil (((m ao) 1) ((n iy) 0))) +("maung" nil (((m ao ng) 1))) +("maupin" nil (((m ow) 0) ((p ae n) 1))) +("maura" nil (((m ao) 1) ((r ax) 0))) +("maureen" nil (((m ao) 0) ((r iy n) 1))) +("maurer" nil (((m ao) 1) ((r er) 0))) +("mauri" nil (((m ao) 1) ((r iy) 0))) +("maurice" nil (((m ao) 0) ((r iy s) 1))) +("mauricio" nil (((m aw) 0) ((r iy) 1) ((s iy) 0) ((ow) 0))) +("maurie" nil (((m ao) 1) ((r iy) 0))) +("mauriello" nil (((m ao) 1) ((r iy) 0) ((eh) 1) ((l ow) 0))) +("maurin" nil (((m ao) 1) ((r ih n) 0))) +("maurine" nil (((m ao) 0) ((r iy) 1) ((n iy) 0))) +("maurita" nil (((m ao) 0) ((r iy) 1) ((t ax) 0))) +("mauritania" nil (((m ao) 1) ((r ih) 0) ((t ey) 1) ((n iy) 0) ((ax) 0))) +("mauritius" nil (((m ao) 0) ((r ih) 1) ((t iy) 0) ((ax s) 0))) +("mauritz" nil (((m ao) 1) ((r ih t s) 0))) +("maurizio" nil (((m ao) 0) ((r ih) 1) ((z iy) 0) ((ow) 0))) +("mauro" nil (((m ao) 1) ((r ow) 0))) +("maurus" nil (((m ao) 1) ((r ax s) 0))) +("maury" nil (((m ao) 1) ((r iy) 0))) +("maus" nil (((m ao z) 1))) +("mauser" nil (((m aw) 1) ((s er) 0))) +("mausoleum" nil (((m ao) 1) ((s ax) 0) ((l iy) 1) ((ax m) 0))) +("mausolf" nil (((m aw) 1) ((s ow l f) 0))) +("mauss" nil (((m ao s) 1))) +("mausser" nil (((m aw) 1) ((s er) 0))) +("maust" nil (((m ao s t) 1))) +("maute" nil (((m ao t) 1))) +("mauthe" nil (((m ao dh) 1))) +("mautner" nil (((m ao t) 1) ((n er) 0))) +("mautz" nil (((m ao t s) 1))) +("mauve" nil (((m ao v) 1))) +("mauzey" nil (((m ao) 1) ((z iy) 0))) +("mauzy" nil (((m ao) 1) ((z iy) 0))) +("mave" nil (((m ey v) 1))) +("maven" nil (((m ey) 1) ((v ax n) 0))) +("mavens" nil (((m ey) 1) ((v ax n z) 0))) +("maverick" nil (((m ae) 1) ((v er) 0) ((ih k) 0))) +("mavericks" nil (((m ae) 1) ((v er) 0) ((ih k s) 0))) +("maverix" nil (((m ae) 1) ((v er) 0) ((ih k s) 0))) +("maves" nil (((m ey v z) 1))) +("mavis" nil (((m ey) 1) ((v ih s) 0))) +("mavrodi" nil (((m ae) 0) ((v r ow) 1) ((d iy) 0))) +("mavroules" nil (((m ae) 0) ((v r uw l z) 1))) +("maw" nil (((m ao) 1))) +("mawhinney" nil (((m ae) 1) ((w ih) 0) ((n iy) 0))) +("mawkish" nil (((m ao) 1) ((k ih sh) 0))) +("mawr" nil (((m ao) 1) ((er) 0))) +("mawson" nil (((m ao) 1) ((s ax n) 0))) +("mawyer" nil (((m ao) 1) ((iy) 0) ((er) 0))) +("max" nil (((m ae k s) 1))) +("maxa" nil (((m ae k) 1) ((s ax) 0))) +("maxam" nil (((m ae k) 1) ((s ax m) 0))) +("maxcy" nil (((m ae k) 1) ((s iy) 0))) +("maxed" nil (((m ae k s t) 1))) +("maxell" nil (((m ae k) 0) ((s eh l) 1))) +("maxey" nil (((m ae k) 1) ((s iy) 0))) +("maxfield" nil (((m ae k) 1) ((s f iy l d) 0))) +("maxham" nil (((m ae k) 1) ((s ax m) 0))) +("maxi" nil (((m ae k) 1) ((s iy) 0))) +("maxicare" nil (((m ae k) 1) ((s iy) 0) ((k eh r) 1))) +("maxie" nil (((m ae k) 1) ((s iy) 0))) +("maxilla" nil (((m ae k) 0) ((s ih) 1) ((l ax) 0))) +("maxim" nil (((m ae k) 1) ((s ax m) 0))) +("maxima" nil (((m ae k) 1) ((s ax) 0) ((m ax) 0))) +("maximal" nil (((m ae k) 1) ((s ax) 0) ((m ax l) 0))) +("maxime" nil (((m ae k) 0) ((s iy m) 1))) +("maximilian" nil (((m ae k) 1) ((s ih) 0) ((m ih) 1) ((l iy) 0) ((ax n) 0))) +("maximization" nil (((m ae k) 1) ((s ih) 0) ((m ih) 0) ((z ey) 1) ((sh ax n) 0))) +("maximize" nil (((m ae k) 1) ((s ax) 0) ((m ay z) 1))) +("maximized" nil (((m ae k) 1) ((s ax) 0) ((m ay z d) 1))) +("maximizes" nil (((m ae k) 1) ((s ax) 0) ((m ay) 1) ((z ih z) 0))) +("maximizing" nil (((m ae k) 1) ((s ax) 0) ((m ay) 1) ((z ih ng) 0))) +("maxims" nil (((m ae k) 1) ((s ax m z) 0))) +("maximum" nil (((m ae k) 1) ((s ax) 0) ((m ax m) 0))) +("maxine" nil (((m ae k) 0) ((s iy n) 1))) +("maxion" nil (((m ae k) 1) ((s iy) 0) ((aa n) 0))) +("maxis" nil (((m ae k) 1) ((s iy z) 0))) +("maxon" nil (((m ae k) 1) ((s ax n) 0))) +("maxpharma" nil (((m ae k) 0) ((s f aa r) 1) ((m ax) 0))) +("maxsaver" nil (((m ae k) 1) ((s ey) 1) ((v er) 0))) +("maxsavers" nil (((m ae k) 1) ((s ax) 0) ((v er z) 0))) +("maxson" nil (((m ae k) 1) ((s ax n) 0))) +("maxton" nil (((m ae k) 1) ((s t ax n) 0))) +("maxtor" nil (((m ae k) 1) ((s t er) 0))) +("maxus" nil (((m ae k) 1) ((s ax s) 0))) +("maxwell" nil (((m ae k) 1) ((s w eh l) 1))) +("maxx" nil (((m ae k s) 1))) +("maxxam" nil (((m ae k) 1) ((s ax m) 0))) +("maxxim" nil (((m ae k) 1) ((s ih m) 0))) +("maxy" nil (((m ae k) 1) ((s iy) 0))) +("maxzide" nil (((m ae k) 0) ((s iy) 1) ((t ax) 0))) +("may" nil (((m ey) 1))) +("maya" nil (((m ay) 1) ((ax) 0))) +("mayall" nil (((m ey) 1) ((ao l) 1))) +("mayan" nil (((m ay) 1) ((ax n) 0))) +("maybe" nil (((m ey) 1) ((b iy) 0))) +("maybee" nil (((m ey) 1) ((b iy) 1))) +("maybelle" nil (((m ey) 1) ((b eh l) 1))) +("maybelline" nil (((m ey) 1) ((b ax) 0) ((l iy n) 1))) +("mayben" nil (((m ey) 1) ((b ax n) 0))) +("mayberry" nil (((m ey) 1) ((b eh) 1) ((r iy) 0))) +("maybin" nil (((m ey) 1) ((b ih n) 0))) +("maybury" nil (((m ey) 1) ((b eh) 1) ((r iy) 0))) +("maycock" nil (((m ey) 1) ((k aa k) 1))) +("mayda" nil (((m ey) 1) ((d ax) 0))) +("mayde" nil (((m ey d) 1))) +("mayden" nil (((m ey) 1) ((d ax n) 0))) +("maydena" nil (((m ey) 1) ((d ih) 0) ((n ax) 0))) +("maye" nil (((m ey) 1))) +("mayeaux" nil (((m ey) 1) ((ow) 0))) +("mayeda" nil (((m ay) 0) ((iy) 1) ((d ax) 0))) +("mayer" nil (((m ey) 1) ((er) 0))) +("mayernik" nil (((m ey) 0) ((er) 1) ((n ih k) 0))) +("mayers" nil (((m ey) 1) ((er z) 0))) +("mayerson" nil (((m ey) 1) ((er) 0) ((s ax n) 0))) +("mayes" nil (((m ey z) 1))) +("mayeux" nil (((m ey) 0) ((ow) 1))) +("mayfair" nil (((m ey) 1) ((f eh r) 1))) +("mayfield" nil (((m ey) 1) ((f iy l d) 1))) +("mayflower" nil (((m ey) 1) ((f l aw) 1) ((er) 0))) +("mayhall" nil (((m ey) 1) ((hh ao l) 1))) +("mayhan" nil (((m ey) 1) ((ax n) 0))) +("mayhem" nil (((m ey) 1) ((hh eh m) 1))) +("mayher" nil (((m ey) 1) ((er) 0))) +("mayhew" nil (((m ey) 1) ((hh y uw) 0))) +("mayhue" nil (((m ey) 1) ((hh y uw) 1))) +("mayhugh" nil (((m ey) 1) ((hh ax) 0))) +("mayland" nil (((m ey) 1) ((l ax n d) 0))) +("mayle" nil (((m ey l) 1))) +("mayme" nil (((m ey m) 1))) +("maynard" nil (((m ey) 1) ((n er d) 0))) +("mayne" nil (((m ey n) 1))) +("mayner" nil (((m ey) 1) ((n er) 0))) +("maynes" nil (((m ey n z) 1))) +("maynor" nil (((m ey) 1) ((n er) 0))) +("mayo" nil (((m ey) 1) ((ow) 0))) +("mayon" nil (((m ey) 0) ((ao n) 1))) +("mayonnaise" nil (((m ey) 1) ((ax) 0) ((n ey z) 1))) +("mayor" nil (((m ey) 1) ((er) 0))) +("mayoral" nil (((m ey) 1) ((er) 0) ((ax l) 0))) +("mayoralty" nil (((m ey) 1) ((er) 0) ((ax l) 0) ((t iy) 0))) +("mayorga" nil (((m ey) 1) ((ao r) 1) ((g ax) 0))) +("mayors" nil (((m ey) 1) ((er z) 0))) +("mayotte" nil (((m ey) 0) ((ao t) 1))) +("mayr" nil (((m ey r) 1))) +("mays" nil (((m ey z) 1))) +("mayse" nil (((m ey z) 1))) +("mayson" nil (((m ey) 1) ((z ax n) 0))) +("maytag" nil (((m ey) 1) ((t ae g) 1))) +("mayton" nil (((m ey) 1) ((t ax n) 0))) +("mayville" nil (((m ey) 1) ((v ih l) 1))) +("mayweather" nil (((m ey) 1) ((w eh) 1) ((dh er) 0))) +("maz" nil (((m aa z) 1))) +("maza" nil (((m aa) 1) ((z ax) 0))) +("mazanec" nil (((m ax) 0) ((z ae) 1) ((n ih k) 0))) +("mazankowski" nil (((m ae) 1) ((z ax ng) 0) ((k aw) 1) ((s k iy) 0))) +("mazda" nil (((m aa z) 1) ((d ax) 0))) +("maze" nil (((m ey z) 1))) +("mazeika" nil (((m ax) 0) ((z ay) 1) ((k ax) 0))) +("mazeltov" nil (((m aa) 1) ((z ax l) 0) ((t aa f) 1))) +("mazer" nil (((m ey) 1) ((z er) 0))) +("mazes" nil (((m ey) 1) ((z ih z) 0))) +("maziarz" nil (((m ax) 0) ((z iy) 1) ((er z) 0))) +("mazie" nil (((m ey) 1) ((z iy) 0))) +("mazo" nil (((m aa) 1) ((z ow) 0))) +("mazola" nil (((m ax) 0) ((z ow) 1) ((l ax) 0))) +("mazon" nil (((m aa) 0) ((z ao n) 1))) +("mazor" nil (((m aa) 0) ((z ao r) 1))) +("mazowiecki" nil (((m ax) 0) ((z ow) 1) ((iy) 0) ((eh) 1) ((k iy) 0))) +("mazur" nil (((m ae) 1) ((z er) 0))) +("mazurek" nil (((m ax z) 0) ((y uw) 1) ((r eh k) 0))) +("mazurkas" nil (((m ax) 0) ((z er) 1) ((k ax z) 0))) +("mazurkiewicz" nil (((m ax) 0) ((z er) 1) ((k ax) 0) ((v ih ch) 0))) +("mazurowski" nil (((m ax) 0) ((z er) 0) ((ao f) 1) ((s k iy) 0))) +("mazyck" nil (((m ae) 1) ((z ih k) 0))) +("mazza" nil (((m ae) 1) ((z ax) 0))) +("mazzaferro" nil (((m ae) 1) ((z ax) 0) ((f eh) 1) ((r ow) 0))) +("mazzanti" nil (((m aa t) 0) ((s aa n) 1) ((t iy) 0))) +("mazzara" nil (((m aa t) 0) ((s aa) 1) ((r ax) 0))) +("mazzarella" nil (((m aa t) 0) ((s aa) 0) ((r eh) 1) ((l ax) 0))) +("mazzeh" nil (((m aa) 1) ((z ey) 0))) +("mazzei" nil (((m aa t) 0) ((s ey) 1) ((iy) 0))) +("mazzella" nil (((m aa t) 0) ((s eh) 1) ((l ax) 0))) +("mazzeo" nil (((m ae) 1) ((z iy) 0) ((ow) 0))) +("mazzetti" nil (((m aa t) 0) ((s eh) 1) ((t iy) 0))) +("mazzie" nil (((m ae) 1) ((z iy) 0))) +("mazziotti" nil (((m aa t) 0) ((s iy) 0) ((ow) 1) ((t iy) 0))) +("mazzo" nil (((m ae) 1) ((z ow) 0))) +("mazzocchi" nil (((m aa t) 0) ((s ow) 1) ((k iy) 0))) +("mazzocco" nil (((m aa t) 0) ((s ow) 1) ((k ow) 0))) +("mazzola" nil (((m aa t) 0) ((s ow) 1) ((l ax) 0))) +("mazzoli" nil (((m ax) 0) ((z ow) 1) ((l iy) 0))) +("mazzone" nil (((m aa t) 0) ((s ow) 1) ((n iy) 0))) +("mazzoni" nil (((m aa t) 0) ((s ow) 1) ((n iy) 0))) +("mazzorana" nil (((m ae) 1) ((z er) 0) ((aa) 1) ((n ax) 0))) +("mazzotta" nil (((m aa t) 0) ((s ow) 1) ((t ax) 0))) +("mazzuca" nil (((m aa t) 0) ((s uw) 1) ((k ax) 0))) +("mazzucco" nil (((m aa t) 0) ((s uw) 1) ((k ow) 0))) +("mba" nil (((eh m) 1) ((b iy) 1) ((ey) 1))) +("mbank" nil (((eh m) 1) ((b ae ng k) 1))) +("mbeki" nil (((m) 0) ((b eh) 1) ((k iy) 0))) +("mc" nil (((m ih k) 0))) +("mcabee" nil (((m ax) 0) ((k ae) 1) ((b iy) 0))) +("mcadam" nil (((m ax) 0) ((k ae) 1) ((d ax m) 0))) +("mcadams" nil (((m ax) 0) ((k ae) 1) ((d ax m z) 0))) +("mcadoo" nil (((m ae) 1) ((k ax) 0) ((d uw) 1))) +("mcadory" nil (((m ax) 0) ((k ae) 1) ((d er) 0) ((iy) 0))) +("mcadow" nil (((m ax) 0) ((k ae) 1) ((d ow) 0))) +("mcafee" nil (((m ae) 1) ((k ax) 0) ((f iy) 1))) +("mcaffee" nil (((m ae) 1) ((k ax) 0) ((f iy) 0))) +("mcaleer" nil (((m ae) 1) ((k ax) 0) ((l ih r) 0))) +("mcaleese" nil (((m ae) 1) ((k ax) 0) ((l iy z) 0))) +("mcalexander" nil (((m ax) 0) ((k ae) 1) ((l ih g) 0) ((z ae n) 1) ((d er) 0))) +("mcalinden" nil (((m ax) 0) ((k l ih n) 1) ((d ax n) 0))) +("mcalister" nil (((m ax) 0) ((k ae) 1) ((l ax) 0) ((s t er) 0))) +("mcallen" nil (((m ax) 0) ((k ao) 1) ((l ax n) 0))) +("mcallister" nil (((m ax) 0) ((k ae) 1) ((l ax) 0) ((s t er) 0))) +("mcaloon" nil (((m ae) 1) ((k ax) 0) ((l uw n) 1))) +("mcalpin" nil (((m ax) 0) ((k ae l) 1) ((p ax n) 0))) +("mcalpine" nil (((m ax) 0) ((k ae l) 1) ((p ay n) 1))) +("mcamis" nil (((m ax) 0) ((k ae) 1) ((m ax s) 0))) +("mcan" nil (((m ax) 0) ((k ae n) 1))) +("mcanally" nil (((m ae) 1) ((k ax) 0) ((n ae) 1) ((l iy) 0))) +("mcanany" nil (((m ax) 0) ((k ae) 1) ((n ax) 0) ((n iy) 0))) +("mcandrew" nil (((m ax) 0) ((k ae n) 1) ((d r uw) 1))) +("mcandrews" nil (((m ax) 0) ((k ae n) 1) ((d r uw z) 1))) +("mcanelly" nil (((m ae) 1) ((k ax) 0) ((n ae) 1) ((l iy) 0))) +("mcaninch" nil (((m ax) 0) ((k ae) 1) ((n ih n ch) 0))) +("mcannally" nil (((m ae) 1) ((k ax) 0) ((n ae) 1) ((l iy) 0))) +("mcanulty" nil (((m ae) 1) ((k ax) 0) ((n ax l) 0) ((t iy) 0))) +("mcardle" nil (((m ax) 0) ((k aa r) 1) ((d ax l) 0))) +("mcarthur" nil (((m ax) 0) ((k aa r) 1) ((th er) 0))) +("mcartor" nil (((m ax) 0) ((k aa r) 1) ((t er) 0))) +("mcatee" nil (((m ax) 0) ((k ae) 1) ((t iy) 0))) +("mcateer" nil (((m ae) 1) ((k ax) 0) ((t ih r) 1))) +("mcaulay" nil (((m ax) 0) ((k ao) 1) ((l ey) 0))) +("mcauley" nil (((m ax) 0) ((k ao) 1) ((l iy) 0))) +("mcauliff" nil (((m ax) 0) ((k ao) 1) ((l ax f) 0))) +("mcauliffe" nil (((m ax) 0) ((k ao) 1) ((l ax f) 0))) +("mcavity" nil (((m ax) 0) ((k ae) 1) ((v ax) 0) ((t iy) 0))) +("mcavoy" nil (((m ae) 1) ((k ax) 0) ((v oy) 1))) +("mcbain" nil (((m ax k) 0) ((b ey n) 1))) +("mcbane" nil (((m ax k) 0) ((b ey n) 1))) +("mcbay" nil (((m ax k) 0) ((b ey) 1))) +("mcbean" nil (((m ax k) 0) ((b iy n) 1))) +("mcbeath" nil (((m ax k) 0) ((b eh th) 1))) +("mcbee" nil (((m ax k) 0) ((b iy) 1))) +("mcbeth" nil (((m ax k) 0) ((b eh th) 1))) +("mcbirney" nil (((m ax k) 0) ((b er) 1) ((n iy) 0))) +("mcbrayer" nil (((m ax k) 0) ((b r ey) 1) ((er) 0))) +("mcbrearty" nil (((m ax k) 0) ((b r ih r) 1) ((t iy) 0))) +("mcbreen" nil (((m ax k) 0) ((b r iy n) 1))) +("mcbride" nil (((m ax k) 0) ((b r ay d) 1))) +("mcbridge" nil (((m ax k) 0) ((b r ih jh) 1))) +("mcbrien" nil (((m ax k) 0) ((b r ay) 1) ((ax n) 0))) +("mcbroom" nil (((m ax k) 0) ((b r uw m) 1))) +("mcbryar" nil (((m ax k) 0) ((b r ay) 1) ((er) 0))) +("mcbryde" nil (((m ax k) 0) ((b r ay d) 1))) +("mcburnett" nil (((m ax k) 0) ((b er) 1) ((n ax t) 0))) +("mcburney" nil (((m ax k) 0) ((b er) 1) ((n iy) 0))) +("mccaa" nil (((m ax) 0) ((k aa) 1))) +("mccabe" nil (((m ax) 0) ((k ey b) 1))) +("mccadden" nil (((m ax) 0) ((k ae) 1) ((d ax n) 0))) +("mccafferty" nil (((m ax) 0) ((k ae) 1) ((f er) 0) ((t iy) 0))) +("mccaffery" nil (((m ax) 0) ((k ae) 1) ((f r iy) 0))) +("mccaffrey" nil (((m ax) 0) ((k ae) 1) ((f r iy) 0))) +("mccaghren" nil (((m ax) 0) ((k ae) 1) ((g r ax n) 0))) +("mccague" nil (((m ax) 0) ((k ey g) 1))) +("mccahan" nil (((m ax) 0) ((k ae n) 1))) +("mccahill" nil (((m ax) 0) ((k aa) 1) ((hh ih l) 1))) +("mccaig" nil (((m ax) 0) ((k ey g) 1))) +("mccain" nil (((m ax) 0) ((k ey n) 1))) +("mccaleb" nil (((m ax) 0) ((k ey) 1) ((l ax b) 0))) +("mccalip" nil (((m ax) 0) ((k ae) 1) ((l ih p) 1))) +("mccalister" nil (((m ax) 0) ((k ae) 1) ((l ax) 0) ((s t er) 0))) +("mccall" nil (((m ax) 0) ((k ao l) 1))) +("mccalla" nil (((m ax) 0) ((k ae) 1) ((l ax) 0))) +("mccallen" nil (((m ax) 0) ((k ao) 1) ((l ax n) 0))) +("mccalley" nil (((m ax) 0) ((k ae) 1) ((l iy) 0))) +("mccallie" nil (((m ax) 0) ((k ao) 1) ((l iy) 0))) +("mccallion" nil (((m ax) 0) ((k ae) 1) ((l y ax n) 0))) +("mccallister" nil (((m ax) 0) ((k ae) 1) ((l ax) 0) ((s t er) 0))) +("mccallon" nil (((m ax) 0) ((k ae) 1) ((l ax n) 0))) +("mccallum" nil (((m ax) 0) ((k ae) 1) ((l ax m) 0))) +("mccalmont" nil (((m ax) 0) ((k ae l) 1) ((m ax n t) 0))) +("mccamant" nil (((m ax) 0) ((k ae) 1) ((m ax n t) 0))) +("mccambridge" nil (((m ax) 0) ((k ae m) 1) ((b r ih jh) 1))) +("mccamey" nil (((m ax) 0) ((k ae) 1) ((m iy) 0))) +("mccamish" nil (((m ax) 0) ((k ae) 1) ((m ih sh) 1))) +("mccammon" nil (((m ax) 0) ((k ae) 1) ((m ax n) 0))) +("mccampbell" nil (((m ax) 0) ((k ae m p) 1) ((b ax l) 0))) +("mccamy" nil (((m ax) 0) ((k ey) 1) ((m iy) 0))) +("mccan" nil (((m ax) 0) ((k ae n) 1))) +("mccance" nil (((m ax) 0) ((k ae n s) 1))) +("mccandless" nil (((m ax) 0) ((k ae n d) 1) ((l ax s) 0))) +("mccandlish" nil (((m ax) 0) ((k ae n d) 1) ((l ih sh) 0))) +("mccane" nil (((m ax) 0) ((k ey n) 1))) +("mccanless" nil (((m ax) 0) ((k ae n) 1) ((l ax s) 0))) +("mccann" nil (((m ax) 0) ((k ae n) 1))) +("mccanna" nil (((m ax) 0) ((k ae) 1) ((n ax) 0))) +("mccannon" nil (((m ax) 0) ((k ae) 1) ((n ax n) 0))) +("mccants" nil (((m ax) 0) ((k ae n t s) 1))) +("mccard" nil (((m ax) 0) ((k aa r d) 1))) +("mccardell" nil (((m ax) 0) ((k aa r) 1) ((d ax l) 0))) +("mccardle" nil (((m ax) 0) ((k aa r) 1) ((d ax l) 0))) +("mccarey" nil (((m ax) 0) ((k ae) 1) ((r iy) 0))) +("mccargar" nil (((m ax) 0) ((k aa r) 1) ((g er) 0))) +("mccargo" nil (((m ax) 0) ((k aa r) 1) ((g ow) 0))) +("mccarl" nil (((m ax) 0) ((k aa r l) 1))) +("mccarley" nil (((m ax) 0) ((k aa r) 1) ((l iy) 0))) +("mccarn" nil (((m ax) 0) ((k aa r n) 1))) +("mccarney" nil (((m ax) 0) ((k aa r) 1) ((n iy) 0))) +("mccarran" nil (((m ax) 0) ((k eh) 1) ((r ax n) 0))) +("mccarrell" nil (((m ax) 0) ((k ae) 1) ((r ax l) 0))) +("mccarren" nil (((m ax) 0) ((k eh) 1) ((r ax n) 0))) +("mccarrick" nil (((m ax) 0) ((k ae) 1) ((r ih k) 0))) +("mccarroll" nil (((m ax) 0) ((k ae) 1) ((r ax l) 0))) +("mccarron" nil (((m ax) 0) ((k ae) 1) ((r ax n) 0))) +("mccarry" nil (((m ax) 0) ((k ae) 1) ((r iy) 0))) +("mccarson" nil (((m ax) 0) ((k aa r) 1) ((s ax n) 0))) +("mccart" nil (((m ax) 0) ((k aa r t) 1))) +("mccartan" nil (((m ax) 0) ((k aa r) 1) ((t ax n) 0))) +("mccarten" nil (((m ax) 0) ((k aa r) 1) ((t ax n) 0))) +("mccarter" nil (((m ax) 0) ((k aa r) 1) ((t er) 0))) +("mccartha" nil (((m ax) 0) ((k aa r) 1) ((th ax) 0))) +("mccarthy" nil (((m ax) 0) ((k aa r) 1) ((th iy) 0))) +("mccarthyism" nil (((m ax) 0) ((k aa r) 1) ((th iy) 0) ((ih) 0) ((z ax m) 0))) +("mccartin" nil (((m ax) 0) ((k aa r) 1) ((t ax n) 0))) +("mccartney" nil (((m ax) 0) ((k aa r t) 1) ((n iy) 0))) +("mccartt" nil (((m ax) 0) ((k aa r t) 1))) +("mccarty" nil (((m ax) 0) ((k aa r) 1) ((t iy) 0))) +("mccarver" nil (((m ax) 0) ((k aa r) 1) ((v er) 0))) +("mccarville" nil (((m ax) 0) ((k aa r) 0) ((v ax l) 0))) +("mccary" nil (((m iy) 1) ((k eh) 0) ((r iy) 0))) +("mccaskey" nil (((m ax) 0) ((k ae) 1) ((s k iy) 0))) +("mccaskill" nil (((m ax) 0) ((k ae) 1) ((s k ax l) 0))) +("mccasland" nil (((m ax) 0) ((k ae) 1) ((z l ax n d) 0))) +("mccaslin" nil (((m ax) 0) ((k ae) 1) ((z l ax n) 0))) +("mccaughan" nil (((m ax) 0) ((k ao n) 1))) +("mccaughey" nil (((m ax) 0) ((k ao) 1) ((iy) 0))) +("mccaul" nil (((m ax) 0) ((k ao l) 1))) +("mccauley" nil (((m ax) 0) ((k ao) 1) ((l iy) 0))) +("mccaulley" nil (((m ax) 0) ((k ao) 1) ((l iy) 0))) +("mccausland" nil (((m ax) 0) ((k ao) 1) ((z l ax n d) 0))) +("mccauslin" nil (((m ax) 0) ((k ao) 1) ((z l ax n) 0))) +("mccaw" nil (((m ax) 0) ((k ao) 1))) +("mccawley" nil (((m ax) 0) ((k ao) 1) ((l iy) 0))) +("mccay" nil (((m ax) 0) ((k ey) 1))) +("mcchesney" nil (((m ax k) 0) ((ch eh z) 1) ((n iy) 0))) +("mcchristian" nil (((m ax) 0) ((k r ih s) 1) ((ch ax n) 0))) +("mcclafferty" nil (((m ax) 0) ((k l ae) 1) ((f er) 0) ((t iy) 0))) +("mcclaflin" nil (((m ax) 0) ((k l ae) 1) ((f l ax n) 0))) +("mcclain" nil (((m ax) 0) ((k l ey n) 1))) +("mcclaine" nil (((m ax) 0) ((k l ey n) 1))) +("mcclam" nil (((m ax) 0) ((k l ae m) 1))) +("mcclanahan" nil (((m ax) 0) ((k l ae) 1) ((n ax) 0) ((hh ae n) 0))) +("mcclane" nil (((m ax) 0) ((k l ey n) 1))) +("mcclaran" nil (((m ax) 0) ((k l ae) 1) ((r ax n) 0))) +("mcclard" nil (((m iy) 1) ((k l er d) 0))) +("mcclaren" nil (((m ax) 0) ((k l eh) 1) ((r ax n) 0))) +("mcclarnon" nil (((m ax) 0) ((k l aa r) 1) ((n ax n) 0))) +("mcclarty" nil (((m ax) 0) ((k l aa r) 1) ((t iy) 0))) +("mcclary" nil (((m ax) 0) ((k l eh) 1) ((r iy) 0))) +("mcclaskey" nil (((m ax) 0) ((k l ae) 1) ((s k iy) 0))) +("mcclatchey" nil (((m ax) 0) ((k l ae) 1) ((ch iy) 0))) +("mcclatchy" nil (((m ax) 0) ((k l ae) 1) ((ch iy) 0))) +("mcclaugherty" nil (((m ax) 0) ((k l ae) 1) ((f er) 0) ((t iy) 0))) +("mcclave" nil (((m ax) 0) ((k l ey v) 1))) +("mcclay" nil (((m ax) 0) ((k l ey) 1))) +("mccleaf" nil (((m ax) 0) ((k l iy f) 1))) +("mcclean" nil (((m ax) 0) ((k l iy n) 1))) +("mccleary" nil (((m ax) 0) ((k l ih) 1) ((r iy) 0))) +("mccleave" nil (((m ax) 0) ((k l iy v) 1))) +("mccleery" nil (((m ax) 0) ((k l ih) 1) ((r iy) 0))) +("mcclees" nil (((m ax) 0) ((k l iy z) 1))) +("mccleese" nil (((m ax) 0) ((k l iy s) 1))) +("mcclellan" nil (((m ax) 0) ((k l eh) 1) ((l ax n) 0))) +("mcclelland" nil (((m ax) 0) ((k l eh) 1) ((l ax n d) 0))) +("mcclellen" nil (((m ax) 0) ((k l eh) 1) ((l ax n) 0))) +("mcclements" nil (((m ax) 0) ((k l eh) 1) ((m ax n t s) 0))) +("mcclenaghan" nil (((m ax) 0) ((k l eh) 1) ((n ax) 0) ((g ax n) 0))) +("mcclenahan" nil (((m ax) 0) ((k l eh) 1) ((n ax) 0) ((hh ae n) 0))) +("mcclenathan" nil (((m ax) 0) ((k l eh) 1) ((n ax) 0) ((th ax n) 0))) +("mcclendon" nil (((m ax) 0) ((k l ey n) 1) ((d ax n) 0))) +("mcclenny" nil (((m ax) 0) ((k l eh) 1) ((n iy) 0))) +("mccleskey" nil (((m ax) 0) ((k l eh) 1) ((s k iy) 0))) +("mcclimans" nil (((m ax) 0) ((k l ay) 1) ((m ax n z) 0))) +("mcclintic" nil (((m ax) 0) ((k l ih n) 1) ((t ih k) 0))) +("mcclintick" nil (((m ax) 0) ((k l ih n) 1) ((t ih k) 0))) +("mcclintock" nil (((m ax) 0) ((g l ih n) 1) ((t aa k) 0))) +("mcclinton" nil (((m ax) 0) ((k l ih n) 1) ((t ax n) 0))) +("mcclish" nil (((m ax) 0) ((k l ih sh) 1))) +("mcclory" nil (((m ax) 0) ((k l ao) 1) ((r iy) 0))) +("mccloskey" nil (((m ax) 0) ((k l ao) 1) ((s k iy) 0))) +("mcclosky" nil (((m ax) 0) ((k l ao) 1) ((s k iy) 0))) +("mccloud" nil (((m ax) 0) ((k l aw d) 1))) +("mccloy" nil (((m ax) 0) ((k l oy) 1))) +("mccluer" nil (((m ax) 0) ((k l uw r) 1))) +("mcclune" nil (((m ax) 0) ((k l uw n) 1))) +("mccluney" nil (((m ax) 0) ((k l uw) 1) ((n iy) 0))) +("mcclung" nil (((m ax) 0) ((k l ah ng) 1))) +("mcclure" nil (((m ax) 0) ((k l uw r) 1))) +("mcclurg" nil (((m ax) 0) ((k l er g) 1))) +("mcclurkin" nil (((m ax) 0) ((k l er) 1) ((k ax n) 0))) +("mccluskey" nil (((m ax) 0) ((k l ah) 1) ((s k iy) 0))) +("mccoig" nil (((m ax) 0) ((k oy g) 1))) +("mccoin" nil (((m ax) 0) ((k oy n) 1))) +("mccole" nil (((m ax) 0) ((k ow l) 1))) +("mccolgan" nil (((m ax) 0) ((k ow l) 1) ((g ax n) 0))) +("mccoll" nil (((m ax) 0) ((k ow l) 1))) +("mccollam" nil (((m ax) 0) ((k aa) 1) ((l ax m) 0))) +("mccolley" nil (((m ax) 0) ((k aa) 1) ((l iy) 0))) +("mccollister" nil (((m ax) 0) ((k aa) 1) ((l ax) 0) ((s t er) 0))) +("mccolloch" nil (((m ax) 0) ((k aa) 1) ((l ax k) 0))) +("mccollom" nil (((m ax) 0) ((k aa) 1) ((l ax m) 0))) +("mccollough" nil (((m ax) 0) ((k aa) 1) ((l ax) 0))) +("mccollum" nil (((m ax) 0) ((k ao) 1) ((l ax m) 0))) +("mccolm" nil (((m ax) 0) ((k ow m) 1))) +("mccomas" nil (((m ax) 0) ((k ow) 1) ((m ax s) 0))) +("mccomb" nil (((m ax) 0) ((k ow m) 1))) +("mccomber" nil (((m ax) 0) ((k ow m) 1) ((b er) 0))) +("mccombie" nil (((m ax) 0) ((k ow m) 1) ((b iy) 0))) +("mccombs" nil (((m ax) 0) ((k aa m z) 1))) +("mccommon" nil (((m ax) 0) ((k aa) 1) ((m ax n) 0))) +("mccommons" nil (((m ax) 0) ((k aa) 1) ((m ax n z) 0))) +("mccomsey" nil (((m ax) 0) ((k aa m) 1) ((s iy) 0))) +("mcconaghy" nil (((m ax) 0) ((k aa) 1) ((n ax) 0) ((g iy) 0))) +("mcconaha" nil (((m ax) 0) ((k aa) 1) ((n ax) 0) ((hh aa) 0))) +("mcconahay" nil (((m ax) 0) ((k aa) 1) ((n ax) 0) ((hh ey) 1))) +("mcconahy" nil (((m ax) 0) ((k aa) 1) ((n ax) 0) ((hh iy) 0))) +("mcconathy" nil (((m ax) 0) ((k aa) 1) ((n ax) 0) ((th iy) 0))) +("mcconaughey" nil (((m ax) 0) ((k aa) 1) ((n ax) 0) ((g ey) 0))) +("mcconaughy" nil (((m ax) 0) ((k aa) 1) ((n ax) 0) ((g iy) 0))) +("mccone" nil (((m ax) 0) ((k ow n) 1))) +("mcconico" nil (((m ax) 0) ((k aa) 1) ((n ax) 0) ((k ow) 0))) +("mcconkey" nil (((m ax) 0) ((k aa ng) 1) ((k iy) 0))) +("mcconn" nil (((m ax) 0) ((k aa n) 1))) +("mcconnaughey" nil (((m ax) 0) ((k aa) 1) ((n ax) 0) ((g ey) 0))) +("mcconnel" nil (((m ax) 0) ((k aa) 1) ((n ax l) 0))) +("mcconnell" nil (((m ax) 0) ((k aa) 1) ((n ax l) 0))) +("mcconnon" nil (((m ax) 0) ((k aa) 1) ((n ax n) 0))) +("mcconville" nil (((m ax) 0) ((k aa n) 1) ((v ih l) 1))) +("mccooey" nil (((m ax) 0) ((k uw) 1) ((iy) 0))) +("mccook" nil (((m ax) 0) ((k uh k) 1))) +("mccool" nil (((m ax) 0) ((k uw l) 1))) +("mccord" nil (((m ax) 0) ((k ao r d) 1))) +("mccorkel" nil (((m ax) 0) ((k ao r) 1) ((k ax l) 0))) +("mccorkell" nil (((m ax) 0) ((k ao r) 1) ((k ax l) 0))) +("mccorkindale" nil (((m ax) 0) ((k ao r) 1) ((k ax n) 0) ((d ey l) 1))) +("mccorkle" nil (((m ax) 0) ((k ao r) 1) ((k ax l) 0))) +("mccormac" nil (((m ax) 0) ((k ao r) 1) ((m ax k) 0))) +("mccormack" nil (((m ax) 0) ((k ao r) 1) ((m ax k) 0))) +("mccormick" nil (((m ax) 0) ((k ao r) 1) ((m ih k) 0))) +("mccorquodale" nil (((m ax) 0) ((k ao r) 1) ((k ax) 0) ((d ey l) 1))) +("mccorry" nil (((m ax) 0) ((k ao) 1) ((r iy) 0))) +("mccort" nil (((m ax) 0) ((k ao r t) 1))) +("mccorvey" nil (((m ax) 0) ((k ao r) 1) ((v iy) 0))) +("mccosh" nil (((m ax) 0) ((k aa sh) 1))) +("mccoskey" nil (((m ax) 0) ((k aa) 1) ((s k iy) 0))) +("mccotter" nil (((m ax) 0) ((k aa) 1) ((t er) 0))) +("mccoun" nil (((m ax) 0) ((k aw n) 1))) +("mccourt" nil (((m ax) 0) ((k ao r t) 1))) +("mccowan" nil (((m ax) 0) ((k aw) 1) ((ax n) 0))) +("mccowen" nil (((m ax) 0) ((k aw) 1) ((ax n) 0))) +("mccowin" nil (((m ax) 0) ((k aw) 1) ((ih n) 0))) +("mccown" nil (((m ax) 0) ((k aw n) 1))) +("mccoy" nil (((m ax) 0) ((k oy) 1))) +("mccoys" nil (((m ax) 0) ((k oy z) 1))) +("mccracken" nil (((m ax) 0) ((k r ae) 1) ((k ax n) 0))) +("mccrackin" nil (((m ax) 0) ((k r ae) 1) ((k ax n) 0))) +("mccrady" nil (((m ax) 0) ((k r ey) 1) ((d iy) 0))) +("mccrae" nil (((m ax) 0) ((k r ey) 1))) +("mccraney" nil (((m ax) 0) ((k r ae) 1) ((n iy) 0))) +("mccranie" nil (((m ax) 0) ((k r ey) 1) ((n iy) 0))) +("mccrary" nil (((m ax) 0) ((k r eh) 1) ((r iy) 0))) +("mccravy" nil (((m ax) 0) ((k r ey) 1) ((v iy) 0))) +("mccraw" nil (((m ax) 0) ((k r ao) 1))) +("mccray" nil (((m ax) 0) ((k r ey) 1))) +("mccrea" nil (((m ax) 0) ((k r ey) 1))) +("mccreadie" nil (((m ax) 0) ((k r iy) 1) ((d iy) 0))) +("mccready" nil (((m ax) 0) ((k r iy) 1) ((d iy) 0))) +("mccreary" nil (((m ax) 0) ((k r ih) 1) ((r iy) 0))) +("mccredie" nil (((m ax) 0) ((k r iy) 1) ((d iy) 0))) +("mccree" nil (((m ax) 0) ((k r iy) 1))) +("mccreedy" nil (((m ax) 0) ((k r iy) 1) ((d iy) 0))) +("mccreery" nil (((m ax) 0) ((k r ih) 1) ((r iy) 0))) +("mccreight" nil (((m ax) 0) ((k r ey t) 1))) +("mccreless" nil (((m ax) 0) ((k r iy) 1) ((l ax s) 0))) +("mccrickard" nil (((m ax) 0) ((k r ih) 1) ((k er d) 0))) +("mccright" nil (((m ax) 0) ((k r ay t) 1))) +("mccrillis" nil (((m ax) 0) ((k r ih) 1) ((l ax s) 0))) +("mccrimmon" nil (((m ax) 0) ((k r ih) 1) ((m ax n) 0))) +("mccrocklin" nil (((m ax) 0) ((k r aa) 1) ((k l ax n) 0))) +("mccrone" nil (((m ax) 0) ((k r ow n) 1))) +("mccrorey" nil (((m ax) 0) ((k r ao) 1) ((r iy) 0))) +("mccrory" nil (((m ax) 0) ((k r ao) 1) ((r iy) 0))) +("mccroskey" nil (((m ax) 0) ((k r aa) 1) ((s k iy) 0))) +("mccrossen" nil (((m ax) 0) ((k r ao) 1) ((s ax n) 0))) +("mccrudden" nil (((m ax) 0) ((k r ah) 1) ((d ax n) 0))) +("mccrum" nil (((m ax) 0) ((k r ah m) 1))) +("mccrumb" nil (((m ax) 0) ((k r ah m) 1))) +("mccrystal" nil (((m ax) 0) ((k r ih) 1) ((s t ax l) 0))) +("mccuan" nil (((m ax) 0) ((k uw) 1) ((ax n) 0))) +("mccubbin" nil (((m ax) 0) ((k ah) 1) ((b ax n) 0))) +("mccubbins" nil (((m ax) 0) ((k ah) 1) ((b ax n z) 0))) +("mccue" nil (((m ax) 0) ((k y uw) 1))) +("mccuen" nil (((m ax) 0) ((k y uw n) 1))) +("mccuin" nil (((m ax) 0) ((k uw) 1) ((ax n) 0))) +("mccuistion" nil (((m ax) 0) ((k w ih) 1) ((sh ax n) 0))) +("mccuiston" nil (((m ax) 0) ((k w ih) 1) ((s t ax n) 0))) +("mcculla" nil (((m ax) 0) ((k ah) 1) ((l ax) 0))) +("mccullagh" nil (((m ax) 0) ((k ah) 1) ((l ax g) 0))) +("mccullah" nil (((m ax) 0) ((k ah) 1) ((l ax) 0))) +("mccullar" nil (((m ax) 0) ((k ah) 1) ((l er) 0))) +("mccullars" nil (((m ax) 0) ((k ah) 1) ((l er z) 0))) +("mccullen" nil (((m ax) 0) ((k ah) 1) ((l ax n) 0))) +("mcculler" nil (((m ax) 0) ((k ah) 1) ((l er) 0))) +("mccullers" nil (((m ax) 0) ((k ah) 1) ((l er z) 0))) +("mcculley" nil (((m ax) 0) ((k ah) 1) ((l iy) 0))) +("mcculloch" nil (((m ax) 0) ((k ah) 1) ((l ax k) 0))) +("mcculloh" nil (((m ax) 0) ((k ah) 1) ((l ax) 0))) +("mccullough" nil (((m ax) 0) ((k ah) 1) ((l ax) 0))) +("mccullum" nil (((m ax) 0) ((k ah) 1) ((l ax m) 0))) +("mccully" nil (((m ax) 0) ((k ah) 1) ((l iy) 0))) +("mccumber" nil (((m ax) 0) ((k ah m) 1) ((b er) 0))) +("mccune" nil (((m ax) 0) ((k y uw n) 1))) +("mccurdy" nil (((m ax) 0) ((k er) 1) ((d iy) 0))) +("mccurley" nil (((m ax) 0) ((k er) 1) ((l iy) 0))) +("mccurry" nil (((m ax) 0) ((k er) 1) ((iy) 0))) +("mccusker" nil (((m ax) 0) ((k ah) 1) ((s k er) 0))) +("mccutchan" nil (((m ax) 0) ((k ah) 1) ((ch ax n) 0))) +("mccutchen" nil (((m ax) 0) ((k ah) 1) ((ch ax n) 0))) +("mccutcheon" nil (((m ax) 0) ((k ah) 1) ((ch ax n) 0))) +("mcdade" nil (((m ax k) 0) ((d ey d) 1))) +("mcdaid" nil (((m ax k) 0) ((d ey d) 1))) +("mcdanel" nil (((m ax k) 0) ((d ae) 1) ((n ax l) 0))) +("mcdaniel" nil (((m ax k) 0) ((d ae) 1) ((n y ax l) 0))) +("mcdaniels" nil (((m ax k) 0) ((d ae) 1) ((n y ax l z) 0))) +("mcdannel" nil (((m ax k) 0) ((d ae) 1) ((n ax l) 0))) +("mcdaris" nil (((m ax k) 0) ((d ae) 1) ((r ax s) 0))) +("mcdavid" nil (((m ax k) 0) ((d ey) 1) ((v ax d) 0))) +("mcdavitt" nil (((m ax k) 0) ((d ae) 1) ((v ax t) 0))) +("mcdeal" nil (((m ax k) 0) ((d iy l) 1))) +("mcdearmon" nil (((m ax k) 0) ((d er) 1) ((m ax n) 0))) +("mcdermid" nil (((m ax k) 0) ((d er) 1) ((m ax d) 0))) +("mcdermitt" nil (((m ax k) 0) ((d er) 1) ((m ax t) 0))) +("mcdermott" nil (((m ax k) 0) ((d er) 1) ((m ax t) 0))) +("mcdevitt" nil (((m ax k) 0) ((d eh) 1) ((v ax t) 0))) +("mcdiarmid" nil (((m ax k) 0) ((d eh r) 1) ((m ax d) 0))) +("mcdill" nil (((m ax k) 0) ((d ih l) 1))) +("mcdivett" nil (((m ax) 0) ((d ih) 1) ((v ax t) 0))) +("mcdivitt" nil (((m ax k) 0) ((d ih) 1) ((v ax t) 0))) +("mcdole" nil (((m ax k) 0) ((d ow l) 1))) +("mcdonagh" nil (((m ax k) 0) ((d ah) 1) ((n ax) 0))) +("mcdonald" nil (((m ax k) 0) ((d aa) 1) ((n ax l d) 0))) +("mcdonalds" nil (((m ax k) 0) ((d aa) 1) ((n ax l d z) 0))) +("mcdonell" nil (((m ax k) 0) ((d aa) 1) ((n ax l) 0))) +("mcdonnell" nil (((m ax k) 0) ((d aa) 1) ((n ax l) 0))) +("mcdonough" nil (((m ax k) 0) ((d ah) 1) ((n ax) 0))) +("mcdorman" nil (((m ax k) 0) ((d ao r) 1) ((m ax n) 0))) +("mcdougal" nil (((m ax k) 0) ((d uw) 1) ((g ax l) 0))) +("mcdougald" nil (((m ax k) 0) ((d uw) 1) ((g ax l d) 0))) +("mcdougall" nil (((m ax k) 0) ((d uw) 1) ((g ax l) 0))) +("mcdougals" nil (((m ax k) 0) ((d uw) 1) ((g ax l z) 0))) +("mcdougle" nil (((m ax k) 0) ((d uw) 1) ((g ax l) 0))) +("mcdow" nil (((m ax k) 0) ((d aw) 1))) +("mcdowall" nil (((m ax k) 0) ((d aw) 1) ((ax l) 0))) +("mcdowell" nil (((m ax k) 0) ((d aw) 1) ((ax l) 0))) +("mcduff" nil (((m ax k) 0) ((d ah f) 1))) +("mcduffee" nil (((m ax k) 0) ((d ah) 1) ((f iy) 0))) +("mcduffie" nil (((m ax k) 0) ((d ah) 1) ((f iy) 0))) +("mcduffy" nil (((m ax k) 0) ((d ah) 1) ((f iy) 0))) +("mceachern" nil (((m ax) 0) ((k iy) 1) ((ch er n) 0))) +("mceachin" nil (((m ax) 0) ((k iy) 1) ((ch ax n) 0))) +("mcelderry" nil (((m ae) 1) ((k ax l) 0) ((d ih) 1) ((r iy) 0))) +("mceldowney" nil (((m ae) 1) ((k ax l) 0) ((d aw) 1) ((n iy) 0))) +("mcelfresh" nil (((m ae) 1) ((k ax l) 0) ((f r eh sh) 1))) +("mcelhaney" nil (((m ae) 1) ((k ax l) 0) ((hh ey) 1) ((n iy) 0))) +("mcelhannon" nil (((m ae) 1) ((k ax l) 0) ((hh ae) 1) ((n ax n) 0))) +("mcelhany" nil (((m ae) 1) ((k ax l) 0) ((hh ey) 1) ((n iy) 0))) +("mcelheney" nil (((m ae) 1) ((k ax l) 0) ((hh ey) 1) ((n iy) 0))) +("mcelheny" nil (((m ae) 1) ((k ax l) 0) ((hh iy) 1) ((n iy) 0))) +("mcelhiney" nil (((m ae) 1) ((k ax l) 0) ((hh ih) 1) ((n iy) 0))) +("mcelhinney" nil (((m ae) 1) ((k ax l) 0) ((hh ih) 1) ((n iy) 0))) +("mcelhinny" nil (((m ae) 1) ((k ax l) 0) ((hh ih) 1) ((n iy) 0))) +("mcelhone" nil (((m ae) 1) ((k ax l) 0) ((hh ow n) 1))) +("mcelligott" nil (((m ax) 0) ((k eh) 1) ((l ax) 0) ((g ax t) 0))) +("mcelmurray" nil (((m ae) 1) ((k ax l) 0) ((m er) 1) ((iy) 0))) +("mcelmurry" nil (((m ae) 1) ((k ax l) 0) ((m er) 1) ((r iy) 0))) +("mcelrath" nil (((m ae) 1) ((k ax l) 0) ((r ae th) 1))) +("mcelravy" nil (((m ae) 1) ((k ax l) 0) ((r ey) 1) ((v iy) 0))) +("mcelreath" nil (((m ae) 1) ((k ax l) 0) ((r ae th) 1))) +("mcelroy" nil (((m ae) 1) ((k ax l) 0) ((r oy) 1))) +("mcelvain" nil (((m ae) 1) ((k ax l) 0) ((v ey n) 1))) +("mcelvaine" nil (((m ae) 1) ((k ax l) 0) ((v ey n) 1))) +("mcelveen" nil (((m ae) 1) ((k ax l) 0) ((v iy n) 1))) +("mcelwain" nil (((m ae) 1) ((k ax l) 0) ((w ey n) 1))) +("mcelwaine" nil (((m ae) 1) ((k ax l) 0) ((w ey n) 1))) +("mcelwee" nil (((m ae) 1) ((k ax l) 0) ((w iy) 0))) +("mcelyea" nil (((m ae) 1) ((k ax) 0) ((l y ey) 1))) +("mcenaney" nil (((m ae) 1) ((k ax) 0) ((n ey) 1) ((n iy) 0))) +("mcenany" nil (((m ae) 1) ((k ax) 0) ((n ey) 1) ((n iy) 0))) +("mcendree" nil (((m ax) 0) ((k eh n) 1) ((d r iy) 1))) +("mcenerney" nil (((m ae) 1) ((k ax) 0) ((n er) 0) ((n iy) 0))) +("mcenery" nil (((m ax) 0) ((k eh) 1) ((n er) 0) ((iy) 0))) +("mcenroe" nil (((m ae) 1) ((k ax n) 0) ((r ow) 0))) +("mcentee" nil (((m ae) 1) ((k ax n) 0) ((t iy) 0))) +("mcentire" nil (((m ae) 1) ((k ax n) 0) ((t ay r) 0))) +("mcentyre" nil (((m ae) 1) ((k ax n) 0) ((t ay r) 0))) +("mcerlean" nil (((m ax) 0) ((k er) 1) ((l iy n) 0))) +("mceuen" nil (((m ax) 0) ((k y uw) 1) ((ax n) 0))) +("mcever" nil (((m ax) 0) ((k eh) 1) ((v er) 0))) +("mcevers" nil (((m ax) 0) ((k eh) 1) ((v er z) 0))) +("mcevilly" nil (((m ax) 0) ((k eh) 1) ((v ax) 0) ((l iy) 0))) +("mcevoy" nil (((m ae) 1) ((k ax) 0) ((v oy) 1))) +("mcewan" nil (((m ae) 1) ((k uw) 0) ((ae n) 0))) +("mcewen" nil (((m ax) 0) ((k y uw) 1) ((ax n) 0))) +("mcfadden" nil (((m ax k) 0) ((f ae) 1) ((d ax n) 0))) +("mcfaddin" nil (((m ax k) 0) ((f ae) 1) ((d ax n) 0))) +("mcfadin" nil (((m ax k) 0) ((f ae) 1) ((d ax n) 0))) +("mcfadyen" nil (((m ax k) 0) ((f ae) 1) ((d iy) 0) ((ax n) 0))) +("mcfall" nil (((m ax k) 0) ((f ao l) 1))) +("mcfalls" nil (((m ax k) 0) ((f ao l z) 1))) +("mcfann" nil (((m ax k) 0) ((f ae n) 1))) +("mcfarlan" nil (((m ax k) 0) ((f aa r) 1) ((l ax n) 0))) +("mcfarland" nil (((m ax k) 0) ((f aa r) 1) ((l ax n d) 0))) +("mcfarlane" nil (((m ax k) 0) ((f aa r) 1) ((l ax n) 0))) +("mcfarlin" nil (((m ax k) 0) ((f aa r) 1) ((l ax n) 0))) +("mcfarling" nil (((m ax k) 0) ((f aa r) 1) ((l ih ng) 0))) +("mcfarren" nil (((m ax k) 0) ((f eh) 1) ((r ax n) 0))) +("mcfate" nil (((m ax k) 0) ((f ey t) 1))) +("mcfatridge" nil (((m ax k) 0) ((f ae) 1) ((t r ih jh) 0))) +("mcfatter" nil (((m ax k) 0) ((f ae) 1) ((t er) 0))) +("mcfaul" nil (((m ax k) 0) ((f ao l) 1))) +("mcfayden" nil (((m ax k) 0) ((f ey) 1) ((d ax n) 0))) +("mcfee" nil (((m ax k) 0) ((f iy) 1))) +("mcfeely" nil (((m ax k) 0) ((f iy) 1) ((l iy) 0))) +("mcfeeters" nil (((m ax k) 0) ((f iy) 1) ((t er z) 0))) +("mcferran" nil (((m ax k) 0) ((f eh) 1) ((r ax n) 0))) +("mcferren" nil (((m ax k) 0) ((f eh) 1) ((r ax n) 0))) +("mcferrin" nil (((m ax k) 0) ((f eh) 1) ((r ax n) 0))) +("mcferron" nil (((m ax k) 0) ((f eh) 1) ((r ax n) 0))) +("mcfetridge" nil (((m ax k) 0) ((f eh) 1) ((t r ih jh) 0))) +("mcgaffey" nil (((m ax) 0) ((g ae) 1) ((f iy) 0))) +("mcgagh" nil (((m ax) 0) ((g ao) 1))) +("mcgaha" nil (((m ax) 0) ((g aa) 1) ((hh ax) 0))) +("mcgahan" nil (((m ax) 0) ((g ae) 1) ((hh ax n) 0))) +("mcgahee" nil (((m ax) 0) ((g ae) 1) ((hh iy) 0))) +("mcgahey" nil (((m ax) 0) ((g ae) 1) ((hh iy) 0))) +("mcgalliard" nil (((m ax) 0) ((g ae) 1) ((l iy) 0) ((aa r d) 0))) +("mcgann" nil (((m ax) 0) ((g ae n) 1))) +("mcgannon" nil (((m ax) 0) ((g ae) 1) ((n ax n) 0))) +("mcgarity" nil (((m ax) 0) ((g ae) 1) ((r ax) 0) ((t iy) 0))) +("mcgarr" nil (((m ax) 0) ((g aa r) 1))) +("mcgarrah" nil (((m ax) 0) ((g ae) 1) ((r ax) 0))) +("mcgarrigle" nil (((m ax) 0) ((g ae) 1) ((r ax) 0) ((g ax l) 0))) +("mcgarrity" nil (((m ax) 0) ((g ae) 1) ((r ax) 0) ((t iy) 0))) +("mcgarry" nil (((m ax) 0) ((g eh) 1) ((r iy) 0))) +("mcgarvey" nil (((m ax) 0) ((g aa r) 0) ((v ey) 1))) +("mcgary" nil (((m ax) 0) ((g eh) 1) ((r iy) 0))) +("mcgath" nil (((m ax) 0) ((g ae th) 1))) +("mcgaugh" nil (((m ax) 0) ((g ao) 1))) +("mcgaughey" nil (((m ax) 0) ((g ao) 1) ((iy) 0))) +("mcgaughy" nil (((m ax) 0) ((g ao) 1) ((iy) 0))) +("mcgauley" nil (((m ax) 0) ((g ao) 1) ((l iy) 0))) +("mcgavin" nil (((m ax) 0) ((g ae) 1) ((v ax n) 0))) +("mcgavock" nil (((m ax) 0) ((g ae) 1) ((v ax k) 0))) +("mcgaw" nil (((m ax) 0) ((g ao) 1))) +("mcgeachy" nil (((m ax) 0) ((g iy) 1) ((ch iy) 0))) +("mcgeary" nil (((m ax) 0) ((g ih) 1) ((r iy) 0))) +("mcgee" nil (((m ax) 0) ((g iy) 1))) +("mcgeehan" nil (((m ax) 0) ((g iy) 1) ((hh ax n) 0))) +("mcgeever" nil (((m ax) 0) ((g iy) 1) ((v er) 0))) +("mcgegan" nil (((m ax) 0) ((g eh) 1) ((g ax n) 0))) +("mcgeorge" nil (((m ax k) 0) ((jh ao r jh) 1))) +("mcgeough" nil (((m ax) 0) ((g ah f) 1))) +("mcgettigan" nil (((m ax) 0) ((g eh) 1) ((t ax) 0) ((g ax n) 0))) +("mcghee" nil (((m ax) 0) ((g iy) 1))) +("mcghie" nil (((m ax) 0) ((g iy) 1))) +("mcgibbon" nil (((m ax) 0) ((g ih) 1) ((b ax n) 0))) +("mcgill" nil (((m ax) 0) ((g ih l) 1))) +("mcgillen" nil (((m ax) 0) ((g ih) 1) ((l ax n) 0))) +("mcgillicuddy" nil (((m ax) 0) ((g ih) 1) ((l ax) 0) ((k ax) 0) ((d iy) 0))) +("mcgillis" nil (((m ax) 0) ((g ih) 1) ((l ax s) 0))) +("mcgillivray" nil (((m ax) 0) ((g ih) 1) ((l ax) 0) ((v r ey) 0))) +("mcgilton" nil (((m ax) 0) ((g ih l) 1) ((t ax n) 0))) +("mcgilvery" nil (((m ax) 0) ((g ih l) 1) ((v er) 0) ((iy) 0))) +("mcgilvray" nil (((m ax) 0) ((g ih l) 1) ((v r iy) 0))) +("mcginley" nil (((m ax) 0) ((g ih n) 1) ((l iy) 0))) +("mcginn" nil (((m ax) 0) ((g ih n) 1))) +("mcginnes" nil (((m ax) 0) ((g ih n z) 1))) +("mcginness" nil (((m ax) 0) ((g ih) 1) ((n ax s) 0))) +("mcginnis" nil (((m ax) 0) ((g ih) 1) ((n ax s) 0))) +("mcginniss" nil (((m ax) 0) ((g ih) 1) ((n ax s) 0))) +("mcginnity" nil (((m ax) 0) ((g ih) 1) ((n ax) 0) ((t iy) 0))) +("mcginty" nil (((m ax) 0) ((g ih n) 1) ((t iy) 0))) +("mcgirr" nil (((m ax) 0) ((g er) 1))) +("mcgirt" nil (((m ax) 0) ((g er t) 1))) +("mcgivern" nil (((m ax) 0) ((g ih) 1) ((v er n) 0))) +("mcgivney" nil (((m ax) 0) ((g ih v) 1) ((n iy) 0))) +("mcglade" nil (((m ax) 0) ((g l ey d) 1))) +("mcglamery" nil (((m ax) 0) ((g l ae) 1) ((m er) 0) ((iy) 0))) +("mcglashan" nil (((m ax) 0) ((g l ae) 1) ((sh ax n) 0))) +("mcglasson" nil (((m ax) 0) ((g l ae) 1) ((s ax n) 0))) +("mcglaughlin" nil (((m ax) 0) ((g l ao) 1) ((f l ax n) 0))) +("mcglaun" nil (((m ax) 0) ((g l ao n) 1))) +("mcglinchey" nil (((m ax) 0) ((g l ih n) 1) ((ch iy) 0))) +("mcglinn" nil (((m ax) 0) ((g l ih n) 1))) +("mcglocklin" nil (((m ax) 0) ((g l aa) 1) ((k l ax n) 0))) +("mcgloin" nil (((m ax) 0) ((g l oy n) 1))) +("mcglone" nil (((m ax) 0) ((g l ow n) 1))) +("mcglory" nil (((m ax) 0) ((g l ao) 1) ((r iy) 0))) +("mcglothen" nil (((m ax) 0) ((g l aa) 1) ((th ax n) 0))) +("mcglothin" nil (((m ax) 0) ((g l aa) 1) ((th ax n) 0))) +("mcglothlin" nil (((m ax) 0) ((g l aa th) 1) ((l ax n) 0))) +("mcglynn" nil (((m ax) 0) ((g l ih n) 1))) +("mcgoey" nil (((m ax) 0) ((g aa) 1) ((iy) 0))) +("mcgoff" nil (((m ax) 0) ((g ao f) 1))) +("mcgoldrick" nil (((m ax) 0) ((g ow l) 1) ((d r ax k) 0))) +("mcgols" nil (((m ax k) 0) ((g aa l z) 1))) +("mcgonagle" nil (((m ax) 0) ((g aa) 1) ((n ax) 0) ((g ax l) 0))) +("mcgonigal" nil (((m ax) 0) ((g aa) 1) ((n ax) 0) ((g ax l) 0))) +("mcgonigle" nil (((m ax) 0) ((g aa) 1) ((n ax) 0) ((g ax l) 0))) +("mcgough" nil (((m ax) 0) ((g aw) 1))) +("mcgourty" nil (((m ax) 0) ((g uh r) 1) ((t iy) 0))) +("mcgovern" nil (((m ax) 0) ((g ah) 1) ((v er n) 0))) +("mcgowan" nil (((m ax) 0) ((g aw) 1) ((ax n) 0))) +("mcgowen" nil (((m ax) 0) ((g aw) 1) ((ax n) 0))) +("mcgowin" nil (((m ax k) 0) ((g aw) 1) ((ax n) 0))) +("mcgown" nil (((m ax) 0) ((g aw n) 1))) +("mcgrady" nil (((m ax) 0) ((g r ey) 1) ((d iy) 0))) +("mcgrail" nil (((m ax) 0) ((g r ey l) 1))) +("mcgrain" nil (((m ax) 0) ((g r ey n) 1))) +("mcgranahan" nil (((m ax) 0) ((g r ae) 1) ((n ax) 0) ((hh ae n) 1))) +("mcgrane" nil (((m ax) 0) ((g r ey n) 1))) +("mcgrath" nil (((m ax) 0) ((g r ae th) 1))) +("mcgraw" nil (((m ax) 0) ((g r ao) 1))) +("mcgray" nil (((m ax) 0) ((g r ey) 1))) +("mcgreal" nil (((m ax) 0) ((g r iy l) 1))) +("mcgreevey" nil (((m ax) 0) ((g r iy) 1) ((v iy) 0))) +("mcgreevy" nil (((m ax) 0) ((g r iy) 1) ((v iy) 0))) +("mcgregor" nil (((m ax) 0) ((g r eh) 1) ((g er) 0))) +("mcgregory" nil (((m ax) 0) ((g r eh) 1) ((g er) 0) ((iy) 0))) +("mcgrevin" nil (((m ax) 0) ((g r eh) 1) ((v ax n) 0))) +("mcgrew" nil (((m ax) 0) ((g r uw) 1))) +("mcgriff" nil (((m ax) 0) ((g r ih f) 1))) +("mcgroarty" nil (((m ax) 0) ((g r ao r) 1) ((t iy) 0))) +("mcgrogan" nil (((m ax) 0) ((g r ow) 1) ((g ax n) 0))) +("mcgrory" nil (((m ax) 0) ((g r ao) 1) ((r iy) 0))) +("mcgruder" nil (((m ax) 0) ((g r uw) 1) ((d er) 0))) +("mcguane" nil (((m ax) 0) ((g w ey n) 1))) +("mcguckin" nil (((m ax) 0) ((g ah) 1) ((k ax n) 0))) +("mcgue" nil (((m ax) 0) ((g y uw) 1))) +("mcguffee" nil (((m ax) 0) ((g ah) 1) ((f iy) 0))) +("mcguffey" nil (((m ax) 0) ((g ah) 1) ((f iy) 0))) +("mcguffie" nil (((m ax) 0) ((g ah) 1) ((f iy) 0))) +("mcguffin" nil (((m ax) 0) ((g ah) 1) ((f ax n) 0))) +("mcguigan" nil (((m ax) 0) ((g ih) 1) ((g ax n) 0))) +("mcguiness" nil (((m ax) 0) ((g ih) 1) ((n ax s) 0))) +("mcguinn" nil (((m ax) 0) ((g ih n) 1))) +("mcguinness" nil (((m ax) 0) ((g ih) 1) ((n ax s) 0))) +("mcguire" nil (((m ax) 0) ((g w ay r) 1))) +("mcguirk" nil (((m ax) 0) ((g er k) 1))) +("mcguirt" nil (((m ax) 0) ((g er t) 1))) +("mcgurk" nil (((m ax) 0) ((g er k) 1))) +("mcgurn" nil (((m ax) 0) ((g er n) 1))) +("mcguyer" nil (((m ax) 0) ((g ay) 1) ((er) 0))) +("mcgwire" nil (((m ax) 0) ((g w ay r) 1))) +("mchaffie" nil (((m ax) 0) ((k ae) 1) ((f iy) 0))) +("mchale" nil (((m ax) 0) ((k ey l) 1))) +("mcham" nil (((m ax) 0) ((k ae m) 1))) +("mchan" nil (((m ax) 0) ((k ae n) 1))) +("mchaney" nil (((m ax) 0) ((k ae) 1) ((n iy) 0))) +("mchargue" nil (((m ax) 0) ((k aa r g) 1))) +("mchatton" nil (((m ax) 0) ((k ae) 1) ((t ax n) 0))) +("mchenry" nil (((m ax) 0) ((k eh n) 1) ((r iy) 0))) +("mchone" nil (((m ax) 0) ((k ow n) 1))) +("mchugh" nil (((m ax) 0) ((k y uw) 1))) +("mcilhenny" nil (((m ae) 1) ((k ih l) 1) ((hh eh) 1) ((n iy) 0))) +("mcilrath" nil (((m ae) 1) ((k ax l) 0) ((r ae th) 1))) +("mcilroy" nil (((m ae) 1) ((k ax l) 0) ((r oy) 1))) +("mcilvain" nil (((m ae) 1) ((k ih l) 1) ((v ey n) 1))) +("mcilvaine" nil (((m ae) 1) ((k ih l) 1) ((v ey n) 1))) +("mcilveen" nil (((m ae) 1) ((k ih l) 1) ((v iy n) 1))) +("mcilwain" nil (((m ae) 1) ((k ih l) 1) ((w ey n) 1))) +("mcinerney" nil (((m ae) 1) ((k ax) 0) ((n er) 0) ((n iy) 0))) +("mcinerny" nil (((m ae) 1) ((k ax) 0) ((n er) 0) ((n iy) 0))) +("mcingvale" nil (((m ae) 1) ((k ih ng) 0) ((v ey l) 1))) +("mcinnes" nil (((m ax) 0) ((g ih) 1) ((n ax s) 0))) +("mcinnis" nil (((m ax) 0) ((g ih) 1) ((n ax s) 0))) +("mcinroy" nil (((m ae) 1) ((k ih n) 1) ((r oy) 1))) +("mcintee" nil (((m ae) 1) ((k ih n) 1) ((t iy) 1))) +("mcintire" nil (((m ae) 1) ((k ih n) 1) ((t ay r) 1))) +("mcintosh" nil (((m ae) 1) ((k ax n) 0) ((t ao sh) 1))) +("mcinturf" nil (((m ae) 1) ((k ih n) 1) ((t er f) 1))) +("mcinturff" nil (((m ae) 1) ((k ih n) 1) ((t er f) 1))) +("mcintyre" nil (((m ae) 1) ((k ih n) 1) ((t ay r) 1))) +("mcinvale" nil (((m ae) 1) ((k ih n) 1) ((v ey l) 1))) +("mcisaac" nil (((m ax) 0) ((k ay) 1) ((z ax k) 0))) +("mciver" nil (((m ax) 0) ((k ih) 1) ((v er) 0))) +("mcivor" nil (((m ax) 0) ((k ih) 1) ((v er) 0))) +("mcjunkin" nil (((m ax k) 0) ((jh ah ng) 1) ((k ax n) 0))) +("mcjunkins" nil (((m ax k) 0) ((jh ah ng) 1) ((k ax n z) 0))) +("mckaig" nil (((m ax) 0) ((k ey g) 1))) +("mckain" nil (((m ax) 0) ((k ey n) 1))) +("mckamey" nil (((m ax) 0) ((k ae) 1) ((m iy) 0))) +("mckane" nil (((m ax) 0) ((k ey n) 1))) +("mckanna" nil (((m ax) 0) ((k ae) 1) ((n ax) 0))) +("mckay" nil (((m ax) 0) ((k ey) 1))) +("mckeag" nil (((m ax) 0) ((k iy g) 1))) +("mckeague" nil (((m ax) 0) ((k iy g) 1))) +("mckean" nil (((m ax) 0) ((k iy n) 1))) +("mckeand" nil (((m ax) 0) ((k iy n d) 1))) +("mckechnie" nil (((m ax) 0) ((k eh k) 1) ((n iy) 0))) +("mckee" nil (((m ax) 0) ((k iy) 1))) +("mckeegan" nil (((m ax) 0) ((k iy) 1) ((g ax n) 0))) +("mckeehan" nil (((m ax) 0) ((k iy) 1) ((hh ax n) 0))) +("mckeel" nil (((m ax) 0) ((k iy l) 1))) +("mckeeman" nil (((m ax) 0) ((k iy) 1) ((m ax n) 0))) +("mckeen" nil (((m ax) 0) ((k iy n) 1))) +("mckeesport" nil (((m ax) 0) ((k iy) 1) ((s p ao r t) 1))) +("mckeever" nil (((m ax) 0) ((k iy) 1) ((v er) 0))) +("mckeithan" nil (((m ax) 0) ((k iy) 1) ((th ax n) 0))) +("mckeithen" nil (((m ax) 0) ((k iy) 1) ((th ax n) 0))) +("mckell" nil (((m ax) 0) ((k eh l) 1))) +("mckellar" nil (((m ax) 0) ((k eh) 1) ((l er) 0))) +("mckeller" nil (((m ax) 0) ((k eh) 1) ((l er) 0))) +("mckellips" nil (((m ax) 0) ((k eh) 1) ((l ih p s) 0))) +("mckelvey" nil (((m ae) 1) ((k ax l) 0) ((v ey) 1))) +("mckelvie" nil (((m ae) 1) ((k ax l) 0) ((v iy) 1))) +("mckelvy" nil (((m ae) 1) ((k ax l) 0) ((v iy) 1))) +("mckemie" nil (((m ax) 0) ((k eh) 1) ((m iy) 0))) +("mckendree" nil (((m ax) 0) ((k eh n) 1) ((d r iy) 0))) +("mckendrick" nil (((m ax) 0) ((k eh n) 1) ((d r ih k) 0))) +("mckendry" nil (((m ax) 0) ((k eh n) 1) ((d r iy) 0))) +("mckenna" nil (((m ax) 0) ((k eh) 1) ((n ax) 0))) +("mckenney" nil (((m ax) 0) ((k eh) 1) ((n iy) 0))) +("mckennon" nil (((m ax) 0) ((k eh) 1) ((n ax n) 0))) +("mckenny" nil (((m ax) 0) ((k eh) 1) ((n iy) 0))) +("mckenrick" nil (((m ax) 0) ((k eh n) 1) ((r ih k) 0))) +("mckenzie" nil (((m ax) 0) ((k eh n) 1) ((z iy) 0))) +("mckeon" nil (((m ax) 0) ((k iy) 1) ((ax n) 0))) +("mckeone" nil (((m ax) 0) ((k iy) 1) ((ax n) 0))) +("mckeough" nil (((m ax) 0) ((k iy) 1) ((ow) 0))) +("mckeown" nil (((m ax) 0) ((k y uw) 1) ((ax n) 0))) +("mckercher" nil (((m ax) 0) ((k er) 1) ((ch er) 0))) +("mckern" nil (((m ax) 0) ((k er n) 1))) +("mckernan" nil (((m ax) 0) ((k er) 1) ((n ax n) 0))) +("mckesson" nil (((m ax) 0) ((k eh) 1) ((s ax n) 0))) +("mckethan" nil (((m ax) 0) ((k eh) 1) ((th ax n) 0))) +("mckevitt" nil (((m ax) 0) ((k eh) 1) ((v ax t) 0))) +("mckey" nil (((m ax) 0) ((k iy) 1))) +("mckibben" nil (((m ax) 0) ((k ih) 1) ((b ax n) 0))) +("mckibbin" nil (((m ax) 0) ((k ih) 1) ((b ax n) 0))) +("mckibbon" nil (((m ax) 0) ((k ih) 1) ((b ax n) 0))) +("mckids" nil (((m ax) 0) ((k ih d z) 1))) +("mckie" nil (((m ax) 0) ((k iy) 1))) +("mckiernan" nil (((m ax) 0) ((k ih r) 1) ((n ax n) 0))) +("mckillip" nil (((m ax) 0) ((k ih) 1) ((l ax p) 0))) +("mckillop" nil (((m ax) 0) ((k ih) 1) ((l ax p) 0))) +("mckim" nil (((m ax) 0) ((k ih m) 1))) +("mckimmey" nil (((m ax) 0) ((k ih) 1) ((m iy) 0))) +("mckimmy" nil (((m ax) 0) ((k ih) 1) ((m iy) 0))) +("mckinlay" nil (((m ax) 0) ((k ih n) 1) ((l iy) 0))) +("mckinley" nil (((m ax) 0) ((k ih n) 1) ((l iy) 0))) +("mckinney" nil (((m ax) 0) ((k ih) 1) ((n iy) 0))) +("mckinnie" nil (((m ax) 0) ((k ih) 1) ((n iy) 0))) +("mckinnis" nil (((m ax) 0) ((k ih) 1) ((n ax s) 0))) +("mckinnon" nil (((m ax) 0) ((k ih) 1) ((n ax n) 0))) +("mckinsey" nil (((m ax) 0) ((k ih n) 1) ((z iy) 0))) +("mckinstry" nil (((m ax) 0) ((k ih n) 1) ((s t r iy) 0))) +("mckinzie" nil (((m ax) 0) ((k ih n) 1) ((z iy) 0))) +("mckissack" nil (((m ax) 0) ((k ih) 1) ((s ax k) 0))) +("mckissic" nil (((m ax) 0) ((k ih) 1) ((s ih k) 0))) +("mckissick" nil (((m ax) 0) ((k ih) 1) ((s ih k) 0))) +("mckitrick" nil (((m ax) 0) ((k ih) 1) ((t r ih k) 0))) +("mckittrick" nil (((m ax) 0) ((k ih) 1) ((t r ih k) 0))) +("mckneely" nil (((m ax k) 0) ((n iy) 1) ((l iy) 0))) +("mcknew" nil (((m ax k) 0) ((n uw) 1))) +("mcknight" nil (((m ax k) 0) ((n ay t) 1))) +("mckone" nil (((m ax) 0) ((k ow n) 1))) +("mckowen" nil (((m ax) 0) ((k aw) 1) ((ax n) 0))) +("mckown" nil (((m ax) 0) ((k ow n) 1))) +("mckoy" nil (((m ax) 0) ((k oy) 1))) +("mckune" nil (((m ax) 0) ((k y uw n) 1))) +("mclachlan" nil (((m ax) 0) ((k l aa) 1) ((k l ax n) 0))) +("mclafferty" nil (((m ax) 0) ((k l ae) 1) ((f er) 0) ((t iy) 0))) +("mclain" nil (((m ax) 0) ((k l ey n) 1))) +("mclamb" nil (((m ax) 0) ((k l ae m) 1))) +("mclanahan" nil (((m ax) 0) ((k l ae) 1) ((n ax) 0) ((hh ae n) 0))) +("mclane" nil (((m ax) 0) ((k l ey n) 1))) +("mclaren" nil (((m ax) 0) ((k l eh) 1) ((r ax n) 0))) +("mclarney" nil (((m ax) 0) ((k l aa r) 1) ((n iy) 0))) +("mclarty" nil (((m ax) 0) ((k l aa r) 1) ((t iy) 0))) +("mclauchlin" nil (((m ax) 0) ((k l ao) 1) ((k l ax n) 0))) +("mclaughlin" nil (((m ax) 0) ((g l aa) 1) ((k l ax n) 0))) +("mclaurin" nil (((m ax) 0) ((k l ao) 1) ((r ax n) 0))) +("mclaury" nil (((m ax) 0) ((k l ao) 1) ((r iy) 0))) +("mclawhorn" nil (((m ax) 0) ((k l ae) 1) ((w er n) 0))) +("mclay" nil (((m ax) 0) ((k l ey) 1))) +("mclean" nil (((m ax) 0) ((k l iy n) 1))) +("mclear" nil (((m ax) 0) ((k l ih r) 1))) +("mcleary" nil (((m ax) 0) ((k l ih) 1) ((r iy) 0))) +("mclees" nil (((m ax) 0) ((k l iy z) 1))) +("mcleish" nil (((m ax) 0) ((k l iy sh) 1))) +("mcleland" nil (((m ax) 0) ((k l eh) 1) ((l ax n d) 0))) +("mclellan" nil (((m ax) 0) ((k l eh) 1) ((l ax n) 0))) +("mclelland" nil (((m ax) 0) ((k l eh) 1) ((l ax n d) 0))) +("mclendon" nil (((m ax) 0) ((k l eh n) 1) ((d ax n) 0))) +("mclennan" nil (((m ax) 0) ((k l eh) 1) ((n ax n) 0))) +("mcleod" nil (((m ax) 0) ((k l aw d) 1))) +("mcleroy" nil (((m ax) 0) ((k l iy) 1) ((r oy) 0))) +("mclerran" nil (((m ax) 0) ((k l eh) 1) ((r ax n) 0))) +("mclester" nil (((m ax) 0) ((k l eh) 1) ((s t er) 0))) +("mclin" nil (((m ax) 0) ((k l ih n) 1))) +("mclinden" nil (((m ax) 0) ((k l ih n) 1) ((d ax n) 0))) +("mclinn" nil (((m ax) 0) ((k l ih n) 1))) +("mclish" nil (((m ax) 0) ((k l ih sh) 1))) +("mcloud" nil (((m ax) 0) ((k l aw d) 1))) +("mclouth" nil (((m ax) 0) ((k l aw th) 1))) +("mclucas" nil (((m ax) 0) ((k l uw) 1) ((k ax z) 0))) +("mcluckie" nil (((m ax) 0) ((k l ah) 1) ((k iy) 0))) +("mclure" nil (((m ax) 0) ((k l uw r) 1))) +("mcmackin" nil (((m ax k) 0) ((m ae) 1) ((k ax n) 0))) +("mcmahan" nil (((m ax k) 0) ((m ey) 1) ((hh ax n) 0))) +("mcmahen" nil (((m ax k) 0) ((m ey) 1) ((hh ax n) 0))) +("mcmahill" nil (((m ax k) 0) ((m ey) 1) ((hh ih l) 1))) +("mcmahon" nil (((m ax k) 0) ((m ey) 1) ((ax n) 0))) +("mcmains" nil (((m ax k) 0) ((m ey n z) 1))) +("mcmaken" nil (((m ax k) 0) ((m ey) 1) ((k ax n) 0))) +("mcmakin" nil (((m ax k) 0) ((m ae) 1) ((k ax n) 0))) +("mcmanama" nil (((m ax k) 0) ((m ae) 1) ((n ax) 0) ((m ax) 0))) +("mcmanaman" nil (((m ax k) 0) ((m ae) 1) ((n ax) 0) ((m ax n) 0))) +("mcmanamon" nil (((m ax k) 0) ((m ae) 1) ((n ax) 0) ((m ax n) 0))) +("mcmanaway" nil (((m ax k) 0) ((m ae) 1) ((n ax) 0) ((w ey) 0))) +("mcmanigal" nil (((m ax k) 0) ((m ae) 1) ((n ax) 0) ((g ax l) 0))) +("mcmanis" nil (((m ax k) 0) ((m ae) 1) ((n ax s) 0))) +("mcmann" nil (((m ax k) 0) ((m ae n) 1))) +("mcmannis" nil (((m ax k) 0) ((m ae) 1) ((n ax s) 0))) +("mcmanus" nil (((m ax k) 0) ((m ae) 1) ((n ax s) 0))) +("mcmartin" nil (((m ax k) 0) ((m aa r) 1) ((t ax n) 0))) +("mcmaster" nil (((m ax k) 0) ((m ae) 1) ((s t er) 0))) +("mcmasters" nil (((m ax k) 0) ((m ae) 1) ((s t er z) 0))) +("mcmath" nil (((m ax k) 0) ((m ae th) 1))) +("mcmeans" nil (((m ax k) 0) ((m iy n z) 1))) +("mcmeekin" nil (((m ax k) 0) ((m iy) 1) ((k ax n) 0))) +("mcmeen" nil (((m ax k) 0) ((m iy n) 1))) +("mcmenamin" nil (((m ax k) 0) ((m eh) 1) ((n ax) 0) ((m ax n) 0))) +("mcmenamy" nil (((m ax k) 0) ((m eh) 1) ((n ax) 0) ((m iy) 0))) +("mcmenemy" nil (((m ax k) 0) ((m eh) 1) ((n ax) 0) ((m iy) 0))) +("mcmennamin" nil (((m ax k) 0) ((m eh) 1) ((n ax) 0) ((m ax n) 0))) +("mcmichael" nil (((m ax k) 0) ((m ay) 1) ((k ax l) 0))) +("mcmichen" nil (((m ax k) 0) ((m ih) 1) ((ch ax n) 0))) +("mcmickle" nil (((m ax k) 0) ((m ih) 1) ((k ax l) 0))) +("mcmillan" nil (((m ax k) 0) ((m ih) 1) ((l ax n) 0))) +("mcmillen" nil (((m ax k) 0) ((m ih) 1) ((l ax n) 0))) +("mcmiller" nil (((m ax k) 0) ((m ih) 1) ((l er) 0))) +("mcmillian" nil (((m ax k) 0) ((m ih) 1) ((l y ax n) 0))) +("mcmillin" nil (((m ax k) 0) ((m ih) 1) ((l ih n) 0))) +("mcmillion" nil (((m ax k) 0) ((m ih) 1) ((l y ax n) 0))) +("mcmillon" nil (((m ax k) 0) ((m ih) 1) ((l ax n) 0))) +("mcminn" nil (((m ax k) 0) ((m ih n) 1))) +("mcmonagle" nil (((m ax k) 0) ((m aa) 1) ((n ax) 0) ((g ax l) 0))) +("mcmonigle" nil (((m ax k) 0) ((m aa) 1) ((n ax) 0) ((g ax l) 0))) +("mcmoran" nil (((m ax k) 0) ((m ao) 1) ((r ax n) 0))) +("mcmorran" nil (((m ax k) 0) ((m ao) 1) ((r ax n) 0))) +("mcmorris" nil (((m ax k) 0) ((m ao) 1) ((r ax s) 0))) +("mcmorrow" nil (((m ax k) 0) ((m ao) 1) ((r ow) 0))) +("mcmuffin" nil (((m ax k) 0) ((m ah) 1) ((f ax n) 0))) +("mcmullan" nil (((m ax k) 0) ((m ah) 1) ((l ax n) 0))) +("mcmullen" nil (((m ax) 0) ((k ah) 1) ((l ax n) 0))) +("mcmullin" nil (((m ax k) 0) ((m ah) 1) ((l ax n) 0))) +("mcmunn" nil (((m ax k) 0) ((m ah n) 1))) +("mcmurdo" nil (((m ax k) 0) ((m er) 1) ((d ow) 0))) +("mcmurphy" nil (((m ax k) 0) ((m er) 1) ((f iy) 0))) +("mcmurray" nil (((m ax k) 0) ((m er) 1) ((ey) 0))) +("mcmurrey" nil (((m ax k) 0) ((m er) 1) ((iy) 0))) +("mcmurry" nil (((m ax k) 0) ((m er) 1) ((iy) 0))) +("mcmurtrey" nil (((m ax k) 0) ((m er) 1) ((t r iy) 0))) +("mcmurtrie" nil (((m ax k) 0) ((m er) 1) ((t er) 0) ((iy) 0))) +("mcmurtry" nil (((m ax k) 0) ((m er) 1) ((t r iy) 0))) +("mcnab" nil (((m ax k) 0) ((n ae b) 1))) +("mcnabb" nil (((m ax k) 0) ((n ae b) 1))) +("mcnair" nil (((m ax k) 0) ((n eh r) 1))) +("mcnairy" nil (((m ax k) 0) ((n eh) 1) ((r iy) 0))) +("mcnall" nil (((m ax k) 0) ((n ao l) 1))) +("mcnalley" nil (((m ax k) 0) ((n ae) 1) ((l iy) 0))) +("mcnally" nil (((m ax k) 0) ((n ae) 1) ((l iy) 0))) +("mcnamara" nil (((m ae k) 1) ((n ax) 0) ((m eh) 1) ((r ax) 0))) +("mcnamee" nil (((m ae k) 1) ((n ax) 0) ((m iy) 0))) +("mcnamer" nil (((m ax k) 0) ((n ey) 1) ((m er) 0))) +("mcnaney" nil (((m ax k) 0) ((n ae) 1) ((n iy) 0))) +("mcnary" nil (((m ax k) 0) ((n eh) 1) ((r iy) 0))) +("mcnatt" nil (((m ax k) 0) ((n ae t) 1))) +("mcnaught" nil (((m ax k) 0) ((n ao t) 1))) +("mcnaughton" nil (((m ax k) 0) ((n ao) 1) ((t ax n) 0))) +("mcnay" nil (((m ax k) 0) ((n ey) 1))) +("mcneal" nil (((m ax k) 0) ((n iy l) 1))) +("mcnealy" nil (((m ax k) 0) ((n iy) 1) ((l iy) 0))) +("mcnear" nil (((m ax k) 0) ((n ih r) 1))) +("mcneary" nil (((m ax k) 0) ((n ih) 1) ((r iy) 0))) +("mcnease" nil (((m ax k) 0) ((n iy z) 1))) +("mcnee" nil (((m ax k) 0) ((n iy) 1))) +("mcneece" nil (((m ax k) 0) ((n iy s) 1))) +("mcneel" nil (((m ax k) 0) ((n iy l) 1))) +("mcneeley" nil (((m ax k) 0) ((n iy) 1) ((l iy) 0))) +("mcneely" nil (((m ax k) 0) ((n iy) 1) ((l iy) 0))) +("mcneer" nil (((m ax k) 0) ((n ih r) 1))) +("mcnees" nil (((m ax k) 0) ((n iy z) 1))) +("mcneese" nil (((m ax k) 0) ((n iy s) 1))) +("mcneff" nil (((m ax k) 0) ((n eh f) 1))) +("mcneice" nil (((m ax k) 0) ((n iy s) 1))) +("mcneil" nil (((m ax k) 0) ((n iy l) 1))) +("mcneill" nil (((m ax k) 0) ((n iy l) 1))) +("mcneilly" nil (((m ax k) 0) ((n iy) 1) ((l iy) 0))) +("mcneish" nil (((m ax k) 0) ((n iy sh) 1))) +("mcnelis" nil (((m ax k) 0) ((n eh) 1) ((l ax s) 0))) +("mcnellis" nil (((m ax k) 0) ((n eh) 1) ((l ax s) 0))) +("mcnelly" nil (((m ax k) 0) ((n eh) 1) ((l iy) 0))) +("mcnemar" nil (((m ae k) 1) ((n ax) 0) ((m aa r) 1))) +("mcnerney" nil (((m ax k) 0) ((n er) 1) ((n iy) 0))) +("mcnett" nil (((m ax k) 0) ((n eh t) 1))) +("mcnevin" nil (((m ax k) 0) ((n eh) 1) ((v ax n) 0))) +("mcnew" nil (((m ax k) 0) ((n uw) 1))) +("mcnichol" nil (((m ax k) 0) ((n ih) 1) ((k ax l) 0))) +("mcnicholas" nil (((m ax k) 0) ((n ih) 1) ((l ax) 0) ((l ax s) 0))) +("mcnichols" nil (((m ax k) 0) ((n ih) 1) ((k ax l z) 0))) +("mcnickle" nil (((m ax k) 0) ((n ih) 1) ((k ax l) 0))) +("mcnicol" nil (((m ax k) 0) ((n ih) 1) ((k ao l) 0))) +("mcniel" nil (((m ax k) 0) ((n iy l) 1))) +("mcniff" nil (((m ax k) 0) ((n ih f) 1))) +("mcninch" nil (((m ax k) 0) ((n ih n ch) 1))) +("mcnish" nil (((m ax k) 0) ((n ih sh) 1))) +("mcnitt" nil (((m ax k) 0) ((n ih t) 1))) +("mcnorton" nil (((m ax k) 0) ((n ao r) 1) ((t ax n) 0))) +("mcnuggets" nil (((m ax k) 0) ((n ah) 1) ((g ax t s) 0))) +("mcnulty" nil (((m ax k) 0) ((n ah l) 1) ((t iy) 0))) +("mcnutt" nil (((m ax k) 0) ((n ah t) 1))) +("mcomber" nil (((m ax) 0) ((k aa m) 1) ((b er) 0))) +("mcorp" nil (((eh m) 1) ((k ao r p) 1))) +("mcpaper" nil (((m ax k) 0) ((p ey) 1) ((p er) 0))) +("mcparland" nil (((m ax k) 0) ((p aa r) 1) ((l ax n d) 0))) +("mcpartland" nil (((m ax k) 0) ((p aa r t) 1) ((l ax n d) 0))) +("mcpartlin" nil (((m ax k) 0) ((p aa r t) 1) ((l ax n) 0))) +("mcpeak" nil (((m ax k) 0) ((p iy k) 1))) +("mcpeake" nil (((m ax k) 0) ((p iy k) 1))) +("mcpeck" nil (((m ax k) 0) ((p eh k) 1))) +("mcpeek" nil (((m ax k) 0) ((p iy k) 1))) +("mcpeters" nil (((m ax k) 0) ((p iy) 1) ((t er z) 0))) +("mcphail" nil (((m ax k) 0) ((f ey l) 1))) +("mcphatter" nil (((m ax k) 0) ((f ae) 1) ((t er) 0))) +("mcphaul" nil (((m ax k) 0) ((f ao l) 1))) +("mcphearson" nil (((m ax k) 0) ((f er) 1) ((s ax n) 0))) +("mcphee" nil (((m ax k) 0) ((f iy) 1))) +("mcpheeters" nil (((m ax k) 0) ((f iy) 1) ((t er z) 0))) +("mcpheron" nil (((m ax k) 0) ((f eh) 1) ((r ax n) 0))) +("mcpherson" nil (((m ax k) 0) ((f er) 1) ((s ax n) 0))) +("mcphie" nil (((m ax k) 0) ((f iy) 1))) +("mcphillips" nil (((m ax k) 0) ((f ih) 1) ((l ax p s) 0))) +("mcpike" nil (((m ax k) 0) ((p ay k) 1))) +("mcquade" nil (((m ax) 0) ((k w ey d) 1))) +("mcquaid" nil (((m ax) 0) ((k w ey d) 1))) +("mcquaide" nil (((m ax) 0) ((k w ey d) 1))) +("mcquaig" nil (((m ax) 0) ((k w ey g) 1))) +("mcquain" nil (((m ax) 0) ((k w ey n) 1))) +("mcquarrie" nil (((m ax) 0) ((k w ao) 1) ((r iy) 0))) +("mcquary" nil (((m iy) 1) ((k w eh) 0) ((r iy) 0))) +("mcquay" nil (((m ax) 0) ((k ey) 1))) +("mcqueary" nil (((m ax) 0) ((k w ih) 1) ((r iy) 0))) +("mcqueen" nil (((m ax) 0) ((k w iy n) 1))) +("mcqueeney" nil (((m ax) 0) ((k w iy) 1) ((n iy) 0))) +("mcquerry" nil (((m ax) 0) ((k w eh) 1) ((r iy) 0))) +("mcquigg" nil (((m ax) 0) ((k w ih g) 1))) +("mcquilkin" nil (((m ax) 0) ((k w ih l) 1) ((k ax n) 0))) +("mcquillan" nil (((m ax) 0) ((k w ih) 1) ((l ax n) 0))) +("mcquillen" nil (((m ax) 0) ((k w ih) 1) ((l ax n) 0))) +("mcquillin" nil (((m ax) 0) ((k w ih) 1) ((l ax n) 0))) +("mcquinn" nil (((m ax) 0) ((k w ih n) 1))) +("mcquire" nil (((m ax) 0) ((k w ay r) 1))) +("mcquiston" nil (((m ax) 0) ((k w ih) 1) ((s t ax n) 0))) +("mcquitty" nil (((m ax) 0) ((k w ih) 1) ((t iy) 0))) +("mcquown" nil (((m ax) 0) ((k w aw n) 1))) +("mcrae" nil (((m ax) 0) ((k r ey) 1))) +("mcraney" nil (((m ax) 0) ((k r ae) 1) ((n iy) 0))) +("mcray" nil (((m ax) 0) ((k r ey) 1))) +("mcree" nil (((m ax) 0) ((k r iy) 1))) +("mcreynolds" nil (((m ax) 0) ((k r ey) 1) ((n ax l d z) 0))) +("mcright" nil (((m ax) 0) ((k r ay t) 1))) +("mcroberts" nil (((m ax) 0) ((k r aa) 1) ((b er t s) 0))) +("mcrorie" nil (((m ax) 0) ((k r ao) 1) ((r iy) 0))) +("mcroy" nil (((m ax) 0) ((k r oy) 1))) +("mcshan" nil (((m ax k) 0) ((sh ae n) 1))) +("mcshane" nil (((m ax k) 0) ((sh ey n) 1))) +("mcshea" nil (((m ax k) 0) ((sh ey) 1))) +("mcsherry" nil (((m ax k) 0) ((sh eh) 1) ((r iy) 0))) +("mcsleep" nil (((m ax k) 0) ((s l iy p) 1))) +("mcsorley" nil (((m ax k) 0) ((s ao r) 1) ((l iy) 0))) +("mcspadden" nil (((m ax k) 0) ((s p ae) 1) ((d ax n) 0))) +("mcstay" nil (((m ax k) 0) ((s t ey) 1))) +("mcswain" nil (((m ax k) 0) ((s w ey n) 1))) +("mcsween" nil (((m ax k) 0) ((s w iy n) 1))) +("mcsweeney" nil (((m ax k) 0) ((s w iy) 1) ((n iy) 0))) +("mctaggart" nil (((m ax k) 0) ((t ae) 1) ((g er t) 0))) +("mctague" nil (((m ax k) 0) ((t ey g) 1))) +("mctavish" nil (((m ax k) 0) ((t ey) 1) ((v ih sh) 0))) +("mcteer" nil (((m ax k) 0) ((t ih r) 1))) +("mcternan" nil (((m ax k) 0) ((t er) 1) ((n ax n) 0))) +("mctier" nil (((m ax k) 0) ((t ay) 1) ((er) 0))) +("mctiernan" nil (((m ax k) 0) ((t ay r) 1) ((n ax n) 0))) +("mctighe" nil (((m ax k) 0) ((t ay g) 1))) +("mctigue" nil (((m ax k) 0) ((t iy g) 1))) +("mcvay" nil (((m ax k) 0) ((v ey) 1))) +("mcvea" nil (((m ax k) 0) ((v iy) 1))) +("mcveigh" nil (((m ax k) 0) ((v ey) 1))) +("mcvey" nil (((m ax k) 0) ((v ey) 1))) +("mcvicar" nil (((m ax k) 0) ((v ih) 1) ((k er) 0))) +("mcvicker" nil (((m ax k) 0) ((v ih) 1) ((k er) 0))) +("mcvoy" nil (((m ax k) 0) ((v oy) 1))) +("mcwain" nil (((m ax) 0) ((k w ey n) 1))) +("mcwaters" nil (((m ax) 0) ((k w ao) 1) ((t er z) 0))) +("mcwatters" nil (((m ax) 0) ((k w ao) 1) ((t er z) 0))) +("mcweeney" nil (((m ax) 0) ((k w iy) 1) ((n iy) 0))) +("mcwethy" nil (((m ax) 0) ((k w eh) 1) ((th iy) 0))) +("mcwherter" nil (((m ax) 0) ((k w er) 1) ((t er) 0))) +("mcwhinney" nil (((m ax) 0) ((k w ih) 1) ((n iy) 0))) +("mcwhirt" nil (((m ax) 0) ((k w er t) 1))) +("mcwhirter" nil (((m ax) 0) ((k w er) 1) ((t er) 0))) +("mcwhite" nil (((m ax) 0) ((k w ay t) 1))) +("mcwhorter" nil (((m ax) 0) ((k w ao r) 1) ((t er) 0))) +("mcwilliam" nil (((m ax) 0) ((k w ih) 1) ((l y ax m) 0))) +("mcwilliams" nil (((m ax) 0) ((k w ih) 1) ((l y ax m z) 0))) +("mcwright" nil (((m ax) 0) ((k r ay t) 1))) +("mczeal" nil (((m ax k) 0) ((z iy l) 1))) +("MDIS" nil (((eh m) 1) ((d iy) 1) ((ay) 1) ((eh s) 1))) +("me" nil (((m iy) 1))) +("mea" nil (((m iy) 1))) +("meacham" nil (((m iy) 1) ((ch ax m) 0))) +("meachum" nil (((m iy) 1) ((ch ax m) 0))) +("mead" nil (((m iy d) 1))) +("meade" nil (((m iy d) 1))) +("meader" nil (((m iy) 1) ((d er) 0))) +("meaders" nil (((m iy) 1) ((d er z) 0))) +("meador" nil (((m iy) 1) ((d er) 0))) +("meadors" nil (((m iy) 1) ((d er z) 0))) +("meadow" nil (((m eh) 1) ((d ow) 1))) +("meadowlands" nil (((m eh) 1) ((d ow) 0) ((l ae n d z) 1))) +("meadowlark" nil (((m eh) 1) ((d ow) 0) ((l aa r k) 1))) +("meadows" nil (((m eh) 1) ((d ow z) 1))) +("meads" nil (((m iy d z) 1))) +("meager" nil (((m iy) 1) ((g er) 0))) +("meagher" nil (((m aa r) 1))) +("meaker" nil (((m iy) 1) ((k er) 0))) +("meakin" nil (((m iy) 1) ((k ih n) 0))) +("meal" nil (((m iy l) 1))) +("mealer" nil (((m iy) 1) ((l er) 0))) +("mealey" nil (((m iy) 1) ((l iy) 0))) +("mealing" nil (((m iy) 1) ((l ih ng) 0))) +("mealor" nil (((m iy) 1) ((l er) 0))) +("meals" nil (((m iy l z) 1))) +("mealtime" nil (((m iy l) 1) ((t ay m) 1))) +("mealy" nil (((m iy) 1) ((l iy) 0))) +("mealynosed" nil (((m iy) 1) ((l iy) 0) ((n ow z d) 1))) +("mean" nil (((m iy n) 1))) +("meander" nil (((m iy) 0) ((ae n) 1) ((d er) 0))) +("meandered" nil (((m iy) 0) ((ae n) 1) ((d er d) 0))) +("meandering" nil (((m iy) 0) ((ae n) 1) ((d er) 0) ((ih ng) 0))) +("meanders" nil (((m iy) 0) ((ae n) 1) ((d er z) 0))) +("meaner" nil (((m iy) 1) ((n er) 0))) +("meanest" nil (((m iy) 1) ((n ax s t) 0))) +("meaney" nil (((m iy) 1) ((n iy) 0))) +("meaning" nil (((m iy) 1) ((n ih ng) 0))) +("meaningful" nil (((m iy) 1) ((n ih ng) 0) ((f ax l) 0))) +("meaningfully" nil (((m iy) 1) ((n ih ng) 0) ((f ax) 0) ((l iy) 0))) +("meaningless" nil (((m iy) 1) ((n ih ng) 0) ((l ax s) 0))) +("meanings" nil (((m iy) 1) ((n ih ng z) 0))) +("meanness" nil (((m iy n) 1) ((n ax s) 0))) +("meanor" nil (((m iy) 1) ((n er) 0))) +("means" nil (((m iy n z) 1))) +("meanspirited" n (((m iy n) 1) ((s p ih) 1) ((r ax) 0) ((t ax d) 0))) +("meant" nil (((m eh n t) 1))) +("meantime" nil (((m iy n) 1) ((t ay m) 1))) +("meanwhile" nil (((m iy n) 1) ((w ay l) 1))) +("meany" nil (((m iy) 1) ((n iy) 0))) +("mear" nil (((m ih r) 1))) +("meara" nil (((m iy) 1) ((r ax) 0))) +("meares" nil (((m iy r z) 1))) +("mearns" nil (((m er n z) 1))) +("mears" nil (((m ih r z) 1))) +("mease" nil (((m iy z) 1))) +("measel" nil (((m iy) 1) ((z ax l) 0))) +("measles" nil (((m iy) 1) ((z ax l z) 0))) +("measly" nil (((m iy) 1) ((z l iy) 0))) +("measurable" nil (((m eh) 1) ((zh er) 0) ((ax) 0) ((b ax l) 0))) +("measurably" nil (((m eh) 1) ((zh er) 0) ((ax) 0) ((b l iy) 0))) +("measure" nil (((m eh) 1) ((zh er) 0))) +("measured" nil (((m eh) 1) ((zh er d) 0))) +("measurement" nil (((m eh) 1) ((zh er) 0) ((m ax n t) 0))) +("measurements" nil (((m eh) 1) ((zh er) 0) ((m ax n t s) 0))) +("measures" nil (((m eh) 1) ((zh er z) 0))) +("measurex" nil (((m eh) 1) ((z er) 0) ((ax k s) 0))) +("measuring" nil (((m eh) 1) ((zh er) 0) ((ih ng) 0))) +("meat" nil (((m iy t) 1))) +("meatball" nil (((m iy t) 1) ((b ao l) 1))) +("meatballs" nil (((m iy t) 1) ((b ao l z) 1))) +("meath" nil (((m iy th) 1))) +("meatier" nil (((m iy) 1) ((t iy) 0) ((er) 0))) +("meatpacker" nil (((m iy t) 1) ((p ae) 1) ((k er) 0))) +("meatpackers" nil (((m iy t) 1) ((p ae) 1) ((k er z) 0))) +("meatpacking" nil (((m iy t) 1) ((p ae) 1) ((k ih ng) 0))) +("meats" nil (((m iy t s) 1))) +("meaty" nil (((m iy) 1) ((t iy) 0))) +("meaux" nil (((m ow) 1))) +("meave" nil (((m iy v) 1))) +("mebane" nil (((m eh) 1) ((b ax n) 0))) +("meca" nil (((m eh) 1) ((k ax) 0))) +("mecca" nil (((m eh) 1) ((k ax) 0))) +("mech" nil (((m eh k) 1))) +("mecham" nil (((m eh) 1) ((ch ax m) 0))) +("mechanic" nil (((m ax) 0) ((k ae) 1) ((n ih k) 0))) +("mechanical" nil (((m ax) 0) ((k ae) 1) ((n ih) 0) ((k ax l) 0))) +("mechanically" nil (((m ax) 0) ((k ae) 1) ((n ih) 0) ((k l iy) 0))) +("mechanics" nil (((m ax) 0) ((k ae) 1) ((n ih k s) 0))) +("mechanicsburg" nil (((m ax) 0) ((k ae) 1) ((n ih k s) 0) ((b er g) 0))) +("mechanism" nil (((m eh) 1) ((k ax) 0) ((n ih) 2) ((z ax m) 0))) +("mechanisms" nil (((m eh) 1) ((k ax) 0) ((n ih) 2) ((z ax m z) 0))) +("mechanistic" nil (((m eh) 1) ((k ax) 0) ((n ih) 1) ((s t ih k) 0))) +("mechanization" nil (((m eh) 1) ((k ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("mechanized" nil (((m eh) 1) ((k ax) 0) ((n ay z d) 1))) +("meche" nil (((m eh ch) 1))) +("mechem" nil (((m eh) 1) ((k ih m) 0))) +("mechler" nil (((m eh) 1) ((k l er) 0))) +("mechling" nil (((m eh) 1) ((k l ih ng) 0))) +("meciar" nil (((m eh) 1) ((s iy) 0) ((aa r) 0))) +("meck" nil (((m eh k) 1))) +("meckel" nil (((m eh) 1) ((k ax l) 0))) +("meckes" nil (((m eh k s) 1))) +("mecklenburg" nil (((m eh) 1) ((k l ax n) 0) ((b er g) 0))) +("meckler" nil (((m eh) 1) ((k l er) 0))) +("meckley" nil (((m eh) 1) ((k l iy) 0))) +("meckstroth" nil (((m eh k) 1) ((s t r ao th) 0))) +("mecum" nil (((m eh) 1) ((k ax m) 0))) +("med" nil (((m eh d) 1))) +("meda" nil (((m ey) 1) ((d ax) 0))) +("medaglia" nil (((m eh) 0) ((d aa) 1) ((g l iy) 0) ((ax) 0))) +("medal" nil (((m eh) 1) ((d ax l) 0))) +("medalist" nil (((m eh) 1) ((d ax) 0) ((l ih s t) 0))) +("medalists" nil (((m eh) 1) ((d ax) 0) ((l ih s t s) 0))) +("medallion" nil (((m ax) 0) ((d ae) 1) ((l y ax n) 0))) +("medallions" nil (((m ax) 0) ((d ae) 1) ((l y ax n z) 0))) +("medals" nil (((m eh) 1) ((d ax l z) 0))) +("medaphis" nil (((m eh) 1) ((d ax) 0) ((f ih s) 1))) +("medar" nil (((m eh) 1) ((d er) 0))) +("medarex" nil (((m eh) 1) ((d er) 0) ((eh k s) 1))) +("medaris" nil (((m ey) 0) ((d aa) 1) ((r ih s) 0))) +("medcalf" nil (((m eh d) 1) ((k ae l f) 0))) +("medchem" nil (((m eh d) 1) ((k eh m) 1))) +("medco" nil (((m eh d) 1) ((k ow) 0))) +("meddaugh" nil (((m eh) 1) ((d ao) 0))) +("medders" nil (((m eh) 1) ((d er z) 0))) +("meddle" nil (((m eh) 1) ((d ax l) 0))) +("meddlesome" nil (((m eh) 1) ((d ax l) 0) ((s ax m) 0))) +("meddling" nil (((m eh) 1) ((d ax) 0) ((l ih ng) 0))) +("medea" nil (((m ax) 0) ((d iy) 1) ((ax) 0))) +("medearis" nil (((m eh) 1) ((d er) 0) ((ih s) 0))) +("Medecins" n (((m eh) 0) ((d ax) 0) ((s ae n z) 1))) +("medeiros" nil (((m ey) 0) ((d ih) 1) ((r ow z) 0))) +("medel" nil (((m eh) 1) ((d ax l) 0))) +("medellin" nil (((m ih) 0) ((d eh) 1) ((l ih n) 0))) +("medema" nil (((m eh) 0) ((d eh) 1) ((m ax) 0))) +("medendorp" nil (((m eh) 1) ((d eh n) 0) ((d ao r p) 0))) +("meder" nil (((m iy) 1) ((d er) 0))) +("mederos" nil (((m eh) 1) ((d er) 0) ((ow z) 0))) +("medes" nil (((m iy d z) 1))) +("medeva" nil (((m eh) 1) ((d eh) 1) ((v ax) 0))) +("medex" nil (((m eh) 1) ((d ax k s) 0))) +("medfacts" nil (((m eh d) 1) ((f ae k t s) 1))) +("medfirst" nil (((m eh d) 1) ((f er s t) 1))) +("medfly" nil (((m eh d) 1) ((f l iy) 0))) +("medford" nil (((m eh d) 1) ((f er d) 0))) +("medgar" nil (((m eh d) 1) ((g er) 0))) +("medi" nil (((m eh) 1) ((d iy) 0))) +("media" nil (((m iy) 1) ((d iy) 0) ((ax) 0))) +("mediamark" nil (((m iy) 1) ((d iy) 0) ((ax) 0) ((m aa r k) 1))) +("median" nil (((m iy) 1) ((d iy) 0) ((ax n) 0))) +("medianews" nil (((m iy) 1) ((d iy) 0) ((ax) 0) ((y uw z) 1))) +("mediaset" nil (((m iy) 1) ((d iy) 0) ((ax) 0) ((s eh t) 1))) +("mediate" nil (((m iy) 1) ((d iy) 0) ((ey t) 1))) +("mediated" nil (((m iy) 1) ((d iy) 0) ((ey) 1) ((t ih d) 0))) +("mediating" nil (((m iy) 1) ((d iy) 0) ((ey) 1) ((t ih ng) 0))) +("mediation" nil (((m iy) 1) ((d iy) 0) ((ey) 1) ((sh ax n) 0))) +("mediator" nil (((m iy) 1) ((d iy) 0) ((ey) 1) ((t er) 0))) +("mediators" nil (((m iy) 1) ((d iy) 0) ((ey) 1) ((t er z) 0))) +("medic" nil (((m eh) 1) ((d ih k) 0))) +("medicaid" nil (((m eh) 1) ((d ax) 0) ((k ey d) 1))) +("medical" nil (((m eh) 1) ((d ax) 0) ((k ax l) 0))) +("medically" nil (((m eh) 1) ((d ax) 0) ((k l iy) 0))) +("medicare" nil (((m eh) 1) ((d ax) 0) ((k eh r) 1))) +("medicate" nil (((m eh) 1) ((d ih) 0) ((k ey t) 1))) +("medication" nil (((m eh) 1) ((d ax) 0) ((k ey) 1) ((sh ax n) 0))) +("medications" nil (((m eh) 1) ((d ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("medici" nil (((m eh) 0) ((d iy) 1) ((s iy) 0))) +("medicinal" nil (((m ax) 0) ((d ih) 1) ((s ax) 0) ((n ax l) 0))) +("medicinally" nil (((m ax) 0) ((d ih) 1) ((s ax) 0) ((n ax) 0) ((l iy) 0))) +("medicine" nil (((m eh) 1) ((d ax) 0) ((s ax n) 0))) +("medicines" nil (((m eh) 1) ((d ax) 0) ((s ax n z) 0))) +("medico" nil (((m eh) 1) ((d ih) 0) ((k ow) 1))) +("medics" nil (((m eh) 1) ((d ih k s) 0))) +("medicus" nil (((m eh) 1) ((d ih) 0) ((k ax s) 0))) +("medieval" nil (((m ih) 0) ((d iy) 1) ((v ax l) 0))) +("medigap" nil (((m eh) 1) ((d ih) 0) ((g ae p) 0))) +("medimmune" nil (((m eh) 1) ((d ih) 0) ((m y uw n) 1))) +("medin" nil (((m ey) 0) ((d iy n) 1))) +("medina" nil (((m ax) 0) ((d ay) 1) ((n ax) 0))) +("medinger" nil (((m iy) 1) ((d ih ng) 0) ((er) 0))) +("medio" nil (((m iy) 1) ((d iy) 0) ((ow) 0))) +("mediobanca" nil (((m ih) 0) ((d iy) 1) ((ow) 0) ((b ae ng) 1) ((k ax) 0))) +("mediocre" nil (((m iy) 1) ((d iy) 0) ((ow) 1) ((k er) 0))) +("mediocrity" nil (((m iy) 1) ((d iy) 0) ((aa) 1) ((k r ax) 0) ((t iy) 0))) +("mediplex" nil (((m eh) 1) ((d ih) 0) ((p l eh k s) 1))) +("mediq" nil (((m eh) 0) ((d iy k) 1))) +("medisgroups" nil (((m eh) 1) ((d ih s) 0) ((g r uw p s) 1))) +("meditate" nil (((m eh) 1) ((d ax) 0) ((t ey t) 1))) +("meditating" nil (((m eh) 1) ((d ax) 0) ((t ey) 1) ((t ih ng) 0))) +("meditation" nil (((m eh) 1) ((d ax) 0) ((t ey) 1) ((sh ax n) 0))) +("meditations" nil (((m eh) 1) ((d ih) 0) ((t ey) 1) ((sh ax n z) 0))) +("meditative" nil (((m eh) 1) ((d ax) 0) ((t ey) 1) ((t ih v) 0))) +("mediterranean" nil (((m eh) 1) ((d ax) 0) ((t er) 0) ((ey) 1) ((n iy) 0) ((ax n) 0))) +("meditrust" nil (((m eh) 1) ((d ih) 0) ((t r ah s t) 1))) +("meditz" nil (((m eh) 1) ((d ih t s) 0))) +("medium" nil (((m iy) 1) ((d iy) 0) ((ax m) 0))) +("mediums" nil (((m iy) 1) ((d iy) 0) ((ax m z) 0))) +("medixchange" nil (((m eh) 2) ((d ih k s) 0) ((ch ey n jh) 1))) +("medland" nil (((m eh d) 1) ((l ax n d) 0))) +("medlar" nil (((m eh d) 1) ((l er) 0))) +("medlen" nil (((m eh) 1) ((d ax) 0) ((l ax n) 0))) +("medler" nil (((m eh d) 1) ((l er) 0))) +("medley" nil (((m eh d) 1) ((l iy) 0))) +("medlin" nil (((m eh d) 1) ((l ih n) 0))) +("medlock" nil (((m eh d) 1) ((l ax k) 0))) +("mednick" nil (((m eh d) 1) ((n ih k) 0))) +("medoff" nil (((m eh) 1) ((d ao f) 0))) +("medora" nil (((m ey) 0) ((d ao) 1) ((r ax) 0))) +("medrano" nil (((m eh) 0) ((d r aa) 1) ((n ow) 0))) +("medserv" nil (((m eh d) 1) ((s er v) 0))) +("medsker" nil (((m eh d) 1) ((s k er) 0))) +("medstone" nil (((m eh d) 1) ((s t ow n) 1))) +("medtronic" nil (((m eh d) 0) ((t r aa) 1) ((n ih k) 0))) +("medulla" nil (((m ih) 0) ((d ah) 1) ((l ax) 0))) +("medusa" nil (((m ax) 0) ((d uw) 1) ((s ax) 0))) +("medusas" nil (((m ax) 0) ((d uw) 1) ((s ax z) 0))) +("medved" nil (((m eh d v d) 1))) +("medvedev" nil (((m eh d) 1) ((v ax) 0) ((d eh v) 1))) +("medwin" nil (((m eh) 1) ((d w ih n) 0))) +("mee" nil (((m iy) 1))) +("meece" nil (((m iy s) 1))) +("meech" nil (((m iy ch) 1))) +("meeder" nil (((m iy) 1) ((d er) 0))) +("meegan" nil (((m iy) 1) ((g ax n) 0))) +("meehan" nil (((m iy) 1) ((ax n) 0))) +("meehans" nil (((m iy) 1) ((hh ae n z) 1))) +("meehl" nil (((m iy l) 1))) +("meek" nil (((m iy k) 1))) +("meeker" nil (((m iy) 1) ((k er) 0))) +("meekins" nil (((m iy) 1) ((k ih n z) 0))) +("meekly" nil (((m iy) 1) ((k l iy) 0))) +("meeks" nil (((m iy k s) 1))) +("meeler" nil (((m iy) 1) ((l er) 0))) +("meenaghan" nil (((m iy) 1) ((n ax) 0) ((hh ae n) 0))) +("meenan" nil (((m iy) 1) ((n ax n) 0))) +("meents" nil (((m iy n t s) 1))) +("meer" nil (((m iy) 1) ((er) 0))) +("meers" nil (((m iy) 1) ((er z) 0))) +("mees" nil (((m iy z) 1))) +("meese" nil (((m iy s) 1))) +("meester" nil (((m iy) 1) ((s t er) 0))) +("meet" nil (((m iy t) 1))) +("meeting" nil (((m iy) 1) ((t ih ng) 0))) +("meetings" nil (((m iy) 1) ((t ih ng z) 0))) +("meets" nil (((m iy t s) 1))) +("meetze" nil (((m iy t z) 1))) +("meeuwsen" nil (((m iy) 1) ((uw) 1) ((s ax n) 0))) +("mefferd" nil (((m eh) 1) ((f er d) 0))) +("meffert" nil (((m eh) 1) ((f er t) 0))) +("mefford" nil (((m eh) 1) ((f er d) 0))) +("meg" nil (((m eh g) 1))) +("mega" nil (((m eh) 1) ((g ax) 0))) +("megabit" nil (((m eh) 1) ((g ax) 0) ((b ih t) 0))) +("megabucks" nil (((m eh) 1) ((g ax) 0) ((b ah k s) 1))) +("megabyte" nil (((m eh) 1) ((g ax) 0) ((b ay t) 1))) +("megabytes" nil (((m eh) 1) ((g ax) 0) ((b ay t s) 1))) +("megacarriers" nil (((m eh) 1) ((g ax) 0) ((k ae r) 1) ((y er z) 0))) +("megace" nil (((m iy) 1) ((g ax s) 0))) +("megadeal" nil (((m eh) 1) ((g ax) 0) ((d iy l) 1))) +("megadeals" nil (((m eh) 1) ((g ax) 0) ((d iy l z) 1))) +("megadeath" nil (((m eh) 1) ((g ax) 0) ((d eh th) 1))) +("megafoods" nil (((m eh) 1) ((g ax) 0) ((f uw d z) 1))) +("megahertz" nil (((m eh) 1) ((g ax) 0) ((hh er t s) 0))) +("megahouse" nil (((m eh) 1) ((g ax) 0) ((hh aw s) 1))) +("megahouses" nil (((m eh) 1) ((g ax) 0) ((hh aw) 1) ((s ih z) 0))) +("megalomania" nil (((m eh) 1) ((g ax) 0) ((l ow) 0) ((m ey) 1) ((n iy) 0) ((ax) 0))) +("megalomaniac" nil (((m eh) 1) ((g ax) 0) ((l ow) 0) ((m ey) 1) ((n iy) 0) ((ae k) 1))) +("megalomaniacal" n (((m eh) 1) ((g l ax) 0) ((m ey) 1) ((n iy) 0) ((ax) 0) ((k ax l) 0))) +("megalopolis" nil (((m eh) 1) ((g ax) 0) ((l aa) 1) ((p ax) 0) ((l ax s) 0))) +("megamergers" nil (((m eh) 1) ((g ax) 0) ((m er) 1) ((jh er z) 0))) +("megan" nil (((m ey) 1) ((g ax n) 0))) +("megaphone" nil (((m eh) 1) ((g ax) 0) ((f ow n) 1))) +("megaphones" nil (((m eh) 1) ((g ax) 0) ((f ow n z) 1))) +("megaquest" nil (((m eh) 1) ((g ax) 0) ((k w eh s t) 1))) +("megarry" nil (((m eh) 1) ((g er) 0) ((iy) 0))) +("megastores" nil (((m eh) 1) ((g ax) 0) ((s t ao r z) 1))) +("megatron" nil (((m eh) 1) ((g ax) 0) ((t r aa n) 0))) +("megawatt" nil (((m eh) 1) ((g ax) 0) ((w aa t) 1))) +("megawatts" nil (((m eh) 1) ((g ax) 0) ((w aa t s) 1))) +("megee" nil (((m eh) 1) ((jh iy) 0))) +("meger" nil (((m eh) 1) ((g er) 0))) +("megginson" nil (((m eh) 1) ((g ih n) 0) ((s ax n) 0))) +("meggison" nil (((m eh) 1) ((g ih) 0) ((s ax n) 0))) +("meggs" nil (((m eh g z) 1))) +("meghdar" nil (((m eh g) 1) ((d aa r) 0))) +("megill" nil (((m eh) 1) ((jh ax l) 0))) +("megna" nil (((m eh g) 1) ((n ax) 0))) +("mehaffey" nil (((m eh) 1) ((hh ax) 0) ((f iy) 0))) +("mehall" nil (((m ax) 0) ((hh ao l) 1))) +("mehan" nil (((m ey) 1) ((hh ae n) 0))) +("meharg" nil (((m ey) 1) ((hh aa r g) 1))) +("mehdi" nil (((m eh) 1) ((d iy) 0))) +("mehetabel" nil (((m ih) 0) ((hh eh) 1) ((t ax) 0) ((b ih l) 0))) +("mehitabel" nil (((m eh) 1) ((hh ih) 0) ((t ax) 0) ((b ax l) 0))) +("mehitabelle" nil (((m eh) 1) ((hh ih) 0) ((t ax) 0) ((b ax l) 0))) +("mehl" nil (((m eh l) 1))) +("mehlberg" nil (((m eh l) 1) ((b er g) 0))) +("mehle" nil (((m eh) 1) ((hh ax l) 0))) +("mehlenbacher" nil (((m eh) 1) ((l ih n) 0) ((b aa) 0) ((k er) 0))) +("mehler" nil (((m eh) 1) ((l er) 0))) +("mehlhaff" nil (((m eh l) 1) ((hh ax f) 0))) +("mehlhoff" nil (((m eh l) 1) ((hh ao f) 0))) +("mehlhorn" nil (((m eh l) 1) ((hh er n) 0))) +("mehling" nil (((m eh) 1) ((l ih ng) 0))) +("mehlman" nil (((m eh l) 1) ((m ax n) 0))) +("mehmet" nil (((m eh) 1) ((m ax t) 0))) +("mehner" nil (((m eh) 1) ((n er) 0))) +("mehnert" nil (((m eh) 1) ((n er t) 0))) +("mehr" nil (((m eh r) 1))) +("mehrabian" nil (((m eh) 1) ((r ey) 1) ((b iy) 0) ((ax n) 0))) +("mehran" nil (((m eh) 1) ((r ax n) 0))) +("mehrens" nil (((m eh) 1) ((r ax n z) 0))) +("mehrer" nil (((m eh) 1) ((r er) 0))) +("mehring" nil (((m eh) 1) ((r ih ng) 0))) +("mehringer" nil (((m eh) 1) ((r ih ng) 0) ((er) 0))) +("mehrtens" nil (((m eh r) 1) ((t ax n z) 0))) +("mehta" nil (((m eh) 1) ((t ax) 0))) +("mei" nil (((m ey) 1))) +("meidinger" nil (((m ay) 1) ((d ih ng) 0) ((er) 0))) +("meidl" nil (((m iy) 1) ((d ax l) 0))) +("meier" nil (((m ay) 1) ((er) 0))) +("meierfeld" nil (((m ay r) 1) ((f eh l d) 1))) +("meighan" nil (((m ey g) 1) ((hh ax n) 0))) +("meigher" nil (((m ey) 1) ((g er) 0))) +("meiji" nil (((m ey) 1) ((jh iy) 1))) +("meikle" nil (((m iy) 1) ((k ax l) 0))) +("meili" nil (((m ey) 1) ((l iy) 1))) +("meilin" nil (((m ey) 1) ((l iy n) 1))) +("meimei" nil (((m ey) 1) ((m ey) 1))) +("mein" nil (((m iy n) 1))) +("meincke" nil (((m ay ng k) 1))) +("meinders" nil (((m ay n) 1) ((d er z) 0))) +("meindl" nil (((m ay n) 1) ((d ax l) 0))) +("meine" nil (((m iy n) 1))) +("meinecke" nil (((m ay) 1) ((n ih k) 0))) +("meineke" nil (((m ay) 1) ((n ih k) 0))) +("meinen" nil (((m ay) 1) ((n ax n) 0))) +("meiner" nil (((m ay) 1) ((n er) 0))) +("meiners" nil (((m ay) 1) ((n er z) 0))) +("meinert" nil (((m ay) 1) ((n er t) 0))) +("meinertzhagen" nil (((m ay) 1) ((n er t s) 0) ((hh aa) 1) ((g ax n) 0))) +("meinhardt" nil (((m ay n) 1) ((hh aa r t) 1))) +("meinhart" nil (((m ay n) 1) ((hh aa r t) 1))) +("meinhold" nil (((m ay n) 1) ((hh ow l d) 1))) +("meininger" nil (((m ay) 1) ((n ih ng) 0) ((er) 0))) +("meinke" nil (((m iy ng k) 1))) +("meints" nil (((m ay n t s) 1))) +("meinzer" nil (((m ay n) 1) ((z er) 0))) +("meiosis" nil (((m ay) 0) ((ow) 1) ((s ax s) 0))) +("meiping" nil (((m ey) 1) ((p iy ng) 1))) +("meir" nil (((m ih r) 1))) +("meiring" nil (((m ay) 1) ((r ih ng) 0))) +("meis" nil (((m iy z) 1))) +("meisch" nil (((m ay sh) 1))) +("meise" nil (((m iy s) 1))) +("meisel" nil (((m ay) 1) ((s ax l) 0))) +("meisels" nil (((m ay) 1) ((s ax l z) 0))) +("meisenheimer" nil (((m ay) 1) ((s ih n) 0) ((hh ay) 0) ((m er) 0))) +("meiser" nil (((m ay) 1) ((s er) 0))) +("meishan" nil (((m ay) 1) ((sh ax n) 0))) +("meisinger" nil (((m ay) 1) ((s ih n) 0) ((jh er) 0))) +("meisler" nil (((m ay) 1) ((s ax) 0) ((l er) 0))) +("meisner" nil (((m ay) 1) ((s n er) 0))) +("meiss" nil (((m ay s) 1))) +("meissner" nil (((m ay) 1) ((s n er) 0))) +("meister" nil (((m ay) 1) ((s t er) 0))) +("meitz" nil (((m iy t s) 1))) +("meitzler" nil (((m ay t) 1) ((s l er) 0))) +("meixner" nil (((m iy k) 1) ((s n er) 0))) +("meiyuh" nil (((m ey) 0) ((y uw) 1))) +("meizhou" nil (((m ey) 1) ((jh ow) 1))) +("mejia" nil (((m ey) 1) ((y iy) 0) ((ax) 0))) +("mejias" nil (((m ey) 0) ((y iy) 1) ((ax z) 0))) +("mekeel" nil (((m eh) 1) ((k iy l) 0))) +("mekong" nil (((m ey) 1) ((k aa ng) 0))) +("mel" nil (((m eh l) 1))) +("Melaka" nil (((m ah) 0) ((l aa) 1) ((k ah) 0))) +("melamed" nil (((m eh) 1) ((l ax) 0) ((m eh d) 0))) +("melamine" nil (((m eh) 1) ((l ax) 0) ((m iy n) 1))) +("melancholic" nil (((m eh) 1) ((l ax n) 0) ((k aa) 1) ((l ih k) 0))) +("melancholy" nil (((m eh) 1) ((l ax n) 0) ((k aa) 1) ((l iy) 0))) +("melancon" nil (((m ih) 0) ((l ae n) 1) ((k ax n) 0))) +("meland" nil (((m eh) 1) ((l ax n d) 0))) +("melander" nil (((m eh) 1) ((l ax n) 0) ((d er) 0))) +("melanesian" nil (((m eh) 1) ((l ax) 0) ((n iy) 1) ((z ax n) 0))) +("melanesians" nil (((m eh) 1) ((l ax) 0) ((n iy) 1) ((s iy) 0) ((ax n z) 0))) +("melange" nil (((m eh) 1) ((l ae ng) 0))) +("melanie" nil (((m eh) 1) ((l ax) 0) ((n iy) 0))) +("melanin" nil (((m eh) 1) ((l ax) 0) ((n ax n) 0))) +("melanoma" nil (((m eh) 1) ((l ax) 0) ((n ow) 1) ((m ax) 0))) +("melanson" nil (((m eh) 1) ((l ax n) 0) ((s ax n) 0))) +("melantha" nil (((m ih) 0) ((l ae n) 1) ((dh ax) 0))) +("melany" nil (((m eh) 1) ((l ax) 0) ((n iy) 0))) +("melaragno" nil (((m eh) 0) ((l aa) 0) ((r aa g) 1) ((n ow) 0))) +("melatonin" nil (((m eh) 1) ((l ax) 0) ((t ow) 1) ((n ax n) 0))) +("melba" nil (((m eh l) 1) ((b ax) 0))) +("melberg" nil (((m eh l) 1) ((b er g) 0))) +("melbourne" nil (((m eh l) 1) ((b er n) 0))) +("melburn" nil (((m eh l) 1) ((b er n) 0))) +("melby" nil (((m eh l) 1) ((b iy) 0))) +("melcher" nil (((m eh l) 1) ((ch er) 0))) +("melchert" nil (((m eh l) 1) ((ch er t) 0))) +("melching" nil (((m eh l) 1) ((ch ih ng) 0))) +("melchior" nil (((m ey l) 0) ((ch iy) 1) ((er) 0))) +("melchiorre" nil (((m eh l) 0) ((k iy) 0) ((ao) 1) ((r ey) 0))) +("melchor" nil (((m eh l) 1) ((ch er) 0))) +("meld" nil (((m eh l d) 1))) +("melded" nil (((m eh l) 1) ((d ax d) 0))) +("melder" nil (((m eh l) 1) ((d er) 0))) +("melding" nil (((m eh l) 1) ((d ih ng) 0))) +("meldon" nil (((m eh l) 1) ((d ax n) 0))) +("meldrum" nil (((m eh l) 1) ((d r ax m) 0))) +("mele" nil (((m iy l) 1))) +("melear" nil (((m eh) 1) ((l er) 0))) +("melee" nil (((m ey) 1) ((l ey) 1))) +("melendez" nil (((m ax) 0) ((l eh n) 1) ((d eh z) 0))) +("melendrez" nil (((m ey) 0) ((l ey n) 1) ((d r eh z) 0))) +("melendy" nil (((m ih) 0) ((l eh n) 1) ((d iy) 0))) +("melero" nil (((m ey) 0) ((l eh) 1) ((r ow) 0))) +("meleski" nil (((m ih) 0) ((l eh) 1) ((s k iy) 0))) +("melessa" nil (((m eh) 0) ((l eh) 1) ((s ax) 0))) +("melfi" nil (((m eh l) 1) ((f iy) 0))) +("melgaard" nil (((m eh l) 1) ((g aa r d) 1))) +("melgar" nil (((m ey l) 0) ((g aa r) 1))) +("melgoza" nil (((m eh l) 0) ((g ow) 1) ((z ax) 0))) +("melhorn" nil (((m eh l) 1) ((hh er n) 0))) +("meli" nil (((m eh) 1) ((l iy) 0))) +("melia" nil (((m eh) 1) ((l iy) 0) ((ax) 0))) +("melican" nil (((m eh) 1) ((l ih) 0) ((k ax n) 0))) +("melicent" nil (((m eh) 1) ((l ih) 0) ((s ax n t) 0))) +("melichar" nil (((m eh) 1) ((l ih) 0) ((k er) 0))) +("melick" nil (((m eh) 1) ((l ih k) 0))) +("melikian" nil (((m ih) 0) ((l ih) 1) ((k iy) 0) ((ax n) 0))) +("melillo" nil (((m eh) 0) ((l ih) 1) ((l ow) 0))) +("melin" nil (((m eh) 1) ((l ih n) 0))) +("melina" nil (((m eh) 0) ((l iy) 1) ((n ax) 0))) +("melinda" nil (((m ax) 0) ((l ih n) 1) ((d ax) 0))) +("meline" nil (((m eh) 1) ((l ay n) 0))) +("meling" nil (((m eh) 1) ((l ih ng) 0))) +("melisent" nil (((m eh) 1) ((l ih) 0) ((s ax n t) 0))) +("melissa" nil (((m ax) 0) ((l ih) 1) ((s ax) 0))) +("melisse" nil (((m eh) 1) ((l ih s) 0))) +("melita" nil (((m eh) 0) ((l iy) 1) ((t ax) 0))) +("melito" nil (((m eh) 0) ((l iy) 1) ((t ow) 0))) +("melitta" nil (((m eh) 0) ((l iy) 1) ((t ax) 0))) +("melius" nil (((m iy) 1) ((l iy) 0) ((ih s) 0))) +("melka" nil (((m eh l) 1) ((k ax) 0))) +("melkar" nil (((m eh l) 1) ((k aa r) 1))) +("melkonian" nil (((m eh l) 1) ((k ow) 1) ((n iy) 0) ((ax n) 0))) +("mell" nil (((m eh l) 1))) +("mella" nil (((m eh) 1) ((l ax) 0))) +("melland" nil (((m eh) 1) ((l ax n d) 0))) +("mellaril" nil (((m eh) 1) ((l er) 0) ((ax l) 0))) +("melle" nil (((m eh l) 1))) +("mellem" nil (((m eh) 1) ((l ih m) 0))) +("mellema" nil (((m eh) 0) ((l eh) 1) ((m ax) 0))) +("mellen" nil (((m eh) 1) ((l ax n) 0))) +("meller" nil (((m eh) 1) ((l er) 0))) +("mellett" nil (((m eh) 1) ((l ih t) 0))) +("melley" nil (((m eh) 1) ((l iy) 0))) +("mellgren" nil (((m eh l) 1) ((g r eh n) 0))) +("melli" nil (((m eh) 1) ((l iy) 0))) +("mellicent" nil (((m ey) 0) ((l iy) 1) ((s ax n t) 0))) +("mellick" nil (((m eh) 1) ((l ih k) 0))) +("mellie" nil (((m eh) 1) ((l iy) 0))) +("mellin" nil (((m eh) 1) ((l ih n) 0))) +("melling" nil (((m eh) 1) ((l ih ng) 0))) +("mellinger" nil (((m eh) 1) ((l ih ng) 0) ((er) 0))) +("mellis" nil (((m eh) 1) ((l ih s) 0))) +("mellish" nil (((m eh) 1) ((l ih sh) 0))) +("mellman" nil (((m eh l) 1) ((m ax n) 0))) +("mello" nil (((m eh) 1) ((l ow) 0))) +("melloan" nil (((m eh) 0) ((l ow n) 1))) +("mellon" nil (((m eh) 1) ((l ax n) 0))) +("mellons" nil (((m eh) 1) ((l ax n z) 0))) +("mellor" nil (((m eh) 1) ((l er) 0))) +("mellott" nil (((m eh) 1) ((l ax t) 0))) +("mellow" nil (((m eh) 1) ((l ow) 0))) +("mellowed" nil (((m eh) 1) ((l ow d) 0))) +("mellowing" nil (((m eh) 1) ((l ow) 0) ((ih ng) 0))) +("melly" nil (((m eh) 1) ((l iy) 0))) +("melman" nil (((m eh l) 1) ((m ax n) 0))) +("melnick" nil (((m eh l) 1) ((n ih k) 0))) +("melnik" nil (((m eh l) 1) ((n ih k) 0))) +("melnor" nil (((m eh l) 1) ((n er) 0))) +("melnyk" nil (((m eh l) 1) ((n ih k) 0))) +("melo" nil (((m eh) 1) ((l ow) 0))) +("meloche" nil (((m eh) 0) ((l ow) 1) ((k iy) 0))) +("melodic" nil (((m ax) 0) ((l aa) 1) ((d ih k) 0))) +("melodies" nil (((m eh) 1) ((l ax) 0) ((d iy z) 0))) +("melodious" nil (((m ax) 0) ((l ow) 1) ((d iy) 0) ((ax s) 0))) +("melodrama" nil (((m eh) 1) ((l ax) 0) ((d r aa) 1) ((m ax) 0))) +("melodramas" nil (((m eh) 1) ((l ax) 0) ((d r aa) 1) ((m ax z) 0))) +("melodramatic" nil (((m eh) 1) ((l ax) 0) ((d r ax) 0) ((m ae) 1) ((t ih k) 0))) +("melody" nil (((m eh) 1) ((l ax) 0) ((d iy) 0))) +("melon" nil (((m eh) 1) ((l ax n) 0))) +("melone" nil (((m eh) 0) ((l ow) 1) ((n iy) 0))) +("meloni" nil (((m eh) 0) ((l ow) 1) ((n iy) 0))) +("melons" nil (((m eh) 1) ((l ax n z) 0))) +("meloy" nil (((m eh) 1) ((l oy) 0))) +("melquist" nil (((m eh l) 1) ((k w ih s t) 1))) +("melridge" nil (((m eh l) 1) ((r ih jh) 1))) +("melrod" nil (((m eh l) 1) ((r aa d) 1))) +("melrose" nil (((m eh l) 1) ((r ow z) 1))) +("melroy" nil (((m eh l) 1) ((r oy) 1))) +("melson" nil (((m eh l) 1) ((s ax n) 0))) +("melt" nil (((m eh l t) 1))) +("meltdown" nil (((m eh l t) 1) ((d aw n) 1))) +("melted" nil (((m eh l) 1) ((t ax d) 0))) +("melting" nil (((m eh l) 1) ((t ih ng) 0))) +("melton" nil (((m eh l) 1) ((t ax n) 0))) +("melts" nil (((m eh l t s) 1))) +("meltwater" nil (((m eh l) 1) ((t w aa) 1) ((t er) 0))) +("meltz" nil (((m eh l t s) 1))) +("meltzer" nil (((m eh l t) 1) ((s er) 0))) +("melucci" nil (((m eh) 0) ((l uw) 1) ((ch iy) 0))) +("melugin" nil (((m eh) 1) ((l ax) 0) ((g ih n) 0))) +("melva" nil (((m eh l) 1) ((v ax) 0))) +("melvie" nil (((m eh l) 1) ((v iy) 0))) +("melville" nil (((m eh l) 1) ((v ih l) 0))) +("melvin" nil (((m eh l) 1) ((v ih n) 0))) +("melvina" nil (((m eh l) 0) ((v iy) 1) ((n ax) 0))) +("melvine" nil (((m eh l) 1) ((v ay n) 1))) +("melvyn" nil (((m eh l) 1) ((v ih n) 0))) +("melzer" nil (((m eh l) 1) ((z er) 0))) +("member" nil (((m eh m) 1) ((b er) 0))) +("membered" nil (((m eh m) 1) ((b er d) 0))) +("members" nil (((m eh m) 1) ((b er z) 0))) +("membership" nil (((m eh m) 1) ((b er) 0) ((sh ih p) 1))) +("memberships" nil (((m eh m) 1) ((b er) 0) ((sh ih p s) 1))) +("membrane" nil (((m eh m) 1) ((b r ey n) 1))) +("membranes" nil (((m eh m) 1) ((b r ey n z) 1))) +("membranous" nil (((m eh m) 1) ((b r ax) 0) ((n ax s) 0))) +("memel" nil (((m eh) 1) ((m ax l) 0))) +("memento" nil (((m ih) 0) ((m eh n) 1) ((t ow) 0))) +("mementos" nil (((m ih) 0) ((m eh n) 1) ((t ow z) 0))) +("memmer" nil (((m eh) 1) ((m er) 0))) +("memmott" nil (((m eh) 1) ((m ax t) 0))) +("memnon" nil (((m eh m) 1) ((n aa n) 1))) +("memo" nil (((m eh) 1) ((m ow) 1))) +("memoir" nil (((m eh m) 1) ((w aa r) 1))) +("memoirs" nil (((m eh m) 1) ((w aa r z) 1))) +("memoli" nil (((m eh) 0) ((m ow) 1) ((l iy) 0))) +("memorabilia" nil (((m eh) 1) ((m er) 0) ((ax) 0) ((b iy) 1) ((l y ax) 0))) +("memorable" nil (((m eh) 1) ((m er) 0) ((ax) 0) ((b ax l) 0))) +("memorably" nil (((m eh) 1) ((m er) 0) ((ax) 0) ((b l iy) 0))) +("memoranda" nil (((m eh) 1) ((m er) 0) ((ae n) 1) ((d ax) 0))) +("memorandum" nil (((m eh) 1) ((m er) 0) ((ae n) 1) ((d ax m) 0))) +("memorandums" nil (((m eh) 1) ((m er) 0) ((ae n) 1) ((d ax m z) 0))) +("memorex" nil (((m eh) 1) ((m ao) 0) ((r eh k s) 1))) +("memorial" nil (((m ax) 0) ((m ao) 1) ((r iy) 0) ((ax l) 0))) +("memorialized" nil (((m ax) 0) ((m ao) 1) ((r iy) 0) ((ax) 0) ((l ay z d) 1))) +("memorials" nil (((m ax) 0) ((m ao) 1) ((r iy) 0) ((ax l z) 0))) +("memories" nil (((m eh) 1) ((m er) 0) ((iy z) 0))) +("memorize" nil (((m eh) 1) ((m er) 0) ((ay z) 1))) +("memorized" nil (((m eh) 1) ((m er) 0) ((ay z d) 1))) +("memorizing" nil (((m eh) 1) ((m er) 0) ((ay) 1) ((z ih ng) 0))) +("memory" nil (((m eh) 1) ((m er) 0) ((iy) 0))) +("memos" nil (((m eh) 1) ((m ow z) 0))) +("memotec" nil (((m eh) 1) ((m ow) 0) ((t eh k) 1))) +("memphis" nil (((m eh m) 1) ((f ax s) 0))) +("memtec" nil (((m eh m) 1) ((t eh k) 1))) +("men" nil (((m eh n) 1))) +("mena" nil (((m iy) 1) ((n ax) 0))) +("menace" nil (((m eh) 1) ((n ax s) 0))) +("menaced" n (((m eh) 1) ((n ax s d) 0))) +("menaces" n (((m eh) 1) ((n ax) 0) ((s ax z) 0))) +("menachem" nil (((m ax) 0) ((n aa) 1) ((hh ax m) 0))) +("menacing" nil (((m eh) 1) ((n ax) 0) ((s ih ng) 0))) +("menacingly" nil (((m eh) 1) ((n ax) 0) ((s ih ng) 0) ((l iy) 0))) +("menagerie" nil (((m ax) 0) ((n ae) 1) ((jh er) 0) ((iy) 0))) +("menahem" nil (((m ax) 0) ((n aa) 1) ((hh ax m) 0))) +("menaker" nil (((m eh) 1) ((n ax) 0) ((k er) 0))) +("menapace" nil (((m eh) 0) ((n aa) 0) ((p aa) 1) ((ch iy) 0))) +("menard" nil (((m ih) 0) ((n aa r d) 1))) +("menasco" nil (((m eh) 0) ((n aa) 1) ((s k ow) 0))) +("menasion" nil (((m eh) 0) ((n ae) 1) ((s iy) 0) ((ax n) 0))) +("menatep" nil (((m eh) 1) ((n ax) 0) ((t eh p) 1))) +("mencer" nil (((m eh n) 1) ((s er) 0))) +("mench" nil (((m eh n ch) 1))) +("menchaca" nil (((m eh n) 0) ((k aa) 1) ((k ax) 0))) +("mencher" nil (((m eh n) 1) ((ch er) 0))) +("mencken" nil (((m eh ng) 1) ((k ax n) 0))) +("menconi" nil (((m eh n) 0) ((k ow) 1) ((n iy) 0))) +("mend" nil (((m eh n d) 1))) +("mendacity" nil (((m eh n) 0) ((d ae) 1) ((s ih) 0) ((t iy) 0))) +("mende" nil (((m eh n d) 1))) +("mended" nil (((m eh n) 1) ((d ih d) 0))) +("mendel" nil (((m eh n) 1) ((d ax l) 0))) +("mendell" nil (((m eh n) 1) ((d eh l) 1))) +("mendelsohn" nil (((m eh n) 1) ((d ax l) 0) ((s ax n) 0))) +("mendelson" nil (((m eh n) 1) ((d ax l) 0) ((s ax n) 0))) +("mendenhall" nil (((m eh n) 1) ((d ax n) 0) ((hh ao l) 1))) +("mendes" nil (((m ey n) 1) ((d eh s) 0))) +("mendez" nil (((m eh n) 0) ((d eh z) 1))) +("mendicino" nil (((m eh n) 0) ((d iy) 0) ((ch iy) 1) ((n ow) 0))) +("mendieta" nil (((m eh n) 0) ((d iy) 1) ((t ax) 0))) +("mendillo" nil (((m eh n) 1) ((d ih) 1) ((l ow) 0))) +("mending" nil (((m eh n) 1) ((d ih ng) 0))) +("mendiola" nil (((m eh n) 1) ((d iy) 0) ((ow) 1) ((l ax) 0))) +("mendivil" nil (((m ey n) 0) ((d iy) 0) ((v iy l) 1))) +("mendlowitz" nil (((m eh n d) 1) ((l ax) 0) ((w ih t s) 0))) +("mendocino" nil (((m eh n) 1) ((d ax) 0) ((s iy) 1) ((n ow) 0))) +("mendola" nil (((m eh n) 0) ((d ow) 1) ((l ax) 0))) +("mendolia" nil (((m eh n) 0) ((d ow) 1) ((l iy) 0) ((ax) 0))) +("mendonca" nil (((m eh n) 0) ((d ow n) 1) ((k ax) 0))) +("mendonsa" nil (((m eh n) 1) ((d aa n) 1) ((s ax) 0))) +("mendosa" nil (((m eh n) 0) ((d ow) 1) ((s ax) 0))) +("mendoza" nil (((m eh n) 0) ((d ow) 1) ((z ax) 0))) +("mendyk" nil (((m eh n) 1) ((d ih k) 0))) +("menear" nil (((m ih) 0) ((n ih r) 1))) +("meneely" nil (((m ih) 0) ((n iy) 1) ((l iy) 0))) +("menees" nil (((m eh) 1) ((n iy z) 1))) +("menefee" nil (((m eh) 1) ((n ih) 0) ((f iy) 0))) +("menem" nil (((m eh) 1) ((n ax m) 0))) +("menendez" nil (((m eh) 0) ((n eh n) 1) ((d eh z) 0))) +("meneses" nil (((m ey) 0) ((n ey) 1) ((s eh s) 0))) +("menezes" nil (((m ey) 0) ((n ey) 1) ((z eh s) 0))) +("meng" nil (((m eh ng) 1))) +("menge" nil (((m eh n jh) 1))) +("mengel" nil (((m eh ng) 1) ((g ax l) 0))) +("Mengele" n (((m eh n) 1) ((g ax) 0) ((l ey) 0))) +("menger" nil (((m eh n) 1) ((jh er) 0))) +("mengers" nil (((m eh ng) 1) ((g er z) 0))) +("menges" nil (((m eh n) 1) ((jh ih z) 0))) +("menghini" nil (((m eh n) 0) ((g iy) 1) ((n iy) 0))) +("mengistu" nil (((m eh ng) 1) ((g iy) 1) ((s t uw) 0))) +("mengmeng" nil (((m ah ng) 0) ((m ah ng) 0))) +("mengshan" nil (((m ah ng) 0) ((sh aa n) 1))) +("menhaden" nil (((m eh n) 0) ((hh ey) 1) ((d ax n) 0))) +("menial" nil (((m iy) 1) ((n iy) 0) ((ax l) 0))) +("menifee" nil (((m eh) 1) ((n ih) 0) ((f iy) 1))) +("menil" nil (((m eh) 0) ((n iy l) 1))) +("meningitis" nil (((m eh) 1) ((n ax n) 0) ((jh ay) 1) ((t ax s) 0))) +("menjivar" nil (((m ey) 0) ((n y iy) 0) ((v aa r) 1))) +("menk" nil (((m eh ng k) 1))) +("menka" nil (((m eh ng) 1) ((k ax) 0))) +("menke" nil (((m eh ng k) 1))) +("menken" nil (((m eh ng) 1) ((k ax n) 0))) +("menkes" nil (((m eh ng k s) 1))) +("menlo" nil (((m eh n) 1) ((l ow) 0))) +("menn" nil (((m eh n) 1))) +("menna" nil (((m eh) 1) ((n ax) 0))) +("mennan" nil (((m eh) 1) ((n ax n) 0))) +("menne" nil (((m eh n) 1))) +("mennella" nil (((m eh) 1) ((n eh) 1) ((l ax) 0))) +("mennen" nil (((m eh) 1) ((n ax n) 0))) +("mennenga" nil (((m ih) 0) ((n eh ng) 1) ((g ax) 0))) +("menning" nil (((m eh) 1) ((n ih ng) 0))) +("menninger" nil (((m eh) 1) ((n ih ng) 0) ((er) 0))) +("mennini" nil (((m eh) 0) ((n iy) 1) ((n iy) 0))) +("mennonite" nil (((m eh) 1) ((n ax) 0) ((n ay t) 1))) +("mennonites" nil (((m eh) 1) ((n ax) 0) ((n ay t s) 1))) +("meno" nil (((m ey) 1) ((n ow) 0))) +("menon" nil (((m ey) 0) ((n ao n) 1))) +("menopausal" nil (((m eh) 1) ((n ax) 0) ((p aw) 1) ((s ax l) 0))) +("menopause" nil (((m eh) 1) ((n ax) 0) ((p aw s) 1))) +("menor" nil (((m eh) 1) ((n er) 0))) +("menorah" nil (((m ax) 0) ((n ao) 1) ((r ax) 0))) +("menorahs" nil (((m ax) 0) ((n ao) 1) ((r ax z) 0))) +("menotomy" nil (((m ih) 0) ((n aa) 1) ((t ih) 0) ((m iy) 0))) +("mens" nil (((m eh n z) 1))) +("mensah" nil (((m eh n) 1) ((s ax) 0))) +("mensch" nil (((m eh n sh) 1))) +("menser" nil (((m eh n) 1) ((s er) 0))) +("mensik" nil (((m eh n) 1) ((s ih k) 0))) +("mensing" nil (((m eh n) 1) ((s ih ng) 0))) +("mensinger" nil (((m eh n) 1) ((s ih n) 0) ((jh er) 0))) +("menstrual" nil (((m eh n) 1) ((s t r uw) 0) ((ax l) 0))) +("menstruation" n (((m ax n) 0) ((s t r ey) 1) ((sh ax n) 0))) +("menswear" nil (((m eh n) 1) ((z w ey r) 1))) +("mental" nil (((m eh n) 1) ((t ax l) 0))) +("mentality" nil (((m eh n) 0) ((t ae) 1) ((l ax) 0) ((t iy) 0))) +("mentally" nil (((m eh n) 1) ((t ax) 0) ((l iy) 0))) +("mente" nil (((m eh n t) 1))) +("mentel" nil (((m ey n) 0) ((t eh l) 1))) +("menter" nil (((m eh n) 1) ((t er) 0))) +("menthol" nil (((m eh n) 1) ((th ao l) 0))) +("mentholatum" nil (((m eh n) 1) ((th ax) 0) ((l ey) 1) ((t ax m) 0))) +("mentink" nil (((m eh n) 1) ((t ih ng k) 0))) +("mention" nil (((m eh n) 1) ((sh ax n) 0))) +("mentioned" nil (((m eh n) 1) ((sh ax n d) 0))) +("mentioning" nil (((m eh n) 1) ((sh ax) 0) ((n ih ng) 0))) +("mentions" nil (((m eh n) 1) ((sh ax n z) 0))) +("mento" nil (((m eh n) 1) ((t ow) 0))) +("menton" nil (((m eh n) 1) ((t ax n) 0))) +("mentor" nil (((m eh n) 1) ((t ao r) 1))) +("mentoring" nil (((m eh n) 1) ((t er) 0) ((ih ng) 0))) +("mentors" nil (((m eh n) 1) ((t er z) 0))) +("mentz" nil (((m eh n t s) 1))) +("mentzel" nil (((m eh n t) 1) ((z ax l) 0))) +("mentzer" nil (((m eh n t) 1) ((z er) 0))) +("menu" nil (((m eh) 1) ((n y uw) 0))) +("menuhin" nil (((m ax) 0) ((n uw) 1) ((hh ih n) 0))) +("menus" nil (((m eh) 1) ((n y uw z) 0))) +("menz" nil (((m eh n z) 1))) +("menze" nil (((m eh n z) 1))) +("menzel" nil (((m eh n) 1) ((z ax l) 0))) +("menzer" nil (((m eh n) 1) ((z er) 0))) +("menzie" nil (((m eh n) 1) ((z iy) 0))) +("menzies" nil (((m eh n) 1) ((z iy z) 0))) +("meo" nil (((m iy) 1) ((ow) 0))) +("meola" nil (((m iy) 0) ((aa) 1) ((l ax) 0))) +("meow" nil (((m iy) 0) ((aw) 1))) +("mequon" nil (((m eh) 1) ((k w ax n) 0))) +("mer" nil (((m eh r) 1))) +("merabank" nil (((m eh) 1) ((r ax) 0) ((b ae ng k) 1))) +("merah" nil (((m eh) 1) ((r ax) 0))) +("meranda" nil (((m er) 0) ((aa n) 1) ((d ax) 0))) +("meraz" nil (((m eh) 1) ((r aa z) 0))) +("merc" nil (((m er k) 1))) +("mercadante" nil (((m er) 0) ((k aa) 0) ((d aa n) 1) ((t iy) 0))) +("mercado" nil (((m er) 0) ((k aa) 1) ((d ow) 0))) +("mercantil" nil (((m er) 0) ((k ae n) 1) ((t ih l) 0))) +("mercantile" nil (((m er) 1) ((k ax n) 0) ((t ay l) 1))) +("mercantilism" nil (((m er) 0) ((k ae n) 1) ((t ax) 0) ((l ih) 1) ((z ax m) 0))) +("mercantilist" nil (((m er) 0) ((k ae n) 1) ((t ax) 0) ((l ih s t) 0))) +("mercator" nil (((m er) 0) ((k ey) 1) ((t er) 0))) +("merce" nil (((m er s) 1))) +("mercedes" nil (((m er) 0) ((s ey) 1) ((d iy z) 0))) +("mercedeses" nil (((m er) 1) ((s ey) 1) ((d iy) 1) ((z ih z) 0))) +("mercenaries" nil (((m er) 1) ((s ax) 0) ((n eh) 1) ((r iy z) 0))) +("mercenary" nil (((m er) 1) ((s ax) 0) ((n eh) 1) ((r iy) 0))) +("mercer" nil (((m er) 1) ((s er) 0))) +("merchandise" nil (((m er) 1) ((ch ax n) 0) ((d ay z) 1))) +("merchandiser" nil (((m er) 1) ((ch ax n) 0) ((d ay) 1) ((z er) 0))) +("merchandisers" nil (((m er) 1) ((ch ax n) 0) ((d ay) 1) ((z er z) 0))) +("merchandising" nil (((m er) 1) ((ch ax n) 0) ((d ay) 1) ((z ih ng) 0))) +("merchant" nil (((m er) 1) ((ch ax n t) 0))) +("merchantmen" nil (((m er) 1) ((ch ax n t) 0) ((m ih n) 0))) +("merchants" nil (((m er) 1) ((ch ax n t s) 0))) +("merchantsbank" nil (((m er) 1) ((ch ax n t s) 0) ((b ae ng k) 1))) +("mercier" nil (((m er) 1) ((s iy) 0) ((er) 0))) +("mercies" nil (((m er) 1) ((s iy z) 0))) +("merciful" nil (((m er) 1) ((s ih) 0) ((f ax l) 0))) +("mercifully" nil (((m er) 1) ((s ih) 0) ((f ax) 0) ((l iy) 0))) +("merciless" nil (((m er) 1) ((s ax) 0) ((l ax s) 0))) +("mercilessly" nil (((m er) 1) ((s ax) 0) ((l ax) 0) ((s l iy) 0))) +("merck" nil (((m er k) 1))) +("mercosur" nil (((m er) 1) ((k ow) 1) ((s er) 1))) +("mercure" nil (((m er) 0) ((k uh) 1) ((r iy) 0))) +("mercuri" nil (((m er) 0) ((k uh) 1) ((r iy) 0))) +("mercurial" nil (((m er) 0) ((k y uh) 1) ((r iy) 0) ((ax l) 0))) +("mercuric" nil (((m er) 0) ((k y uh) 1) ((r ih k) 0))) +("mercurio" nil (((m er) 0) ((k uh) 1) ((r iy) 0) ((ow) 0))) +("mercury" nil (((m er) 1) ((k y er) 0) ((iy) 0))) +("mercy" nil (((m er) 1) ((s iy) 0))) +("merdyce" nil (((m er) 1) ((d ay s) 0))) +("mere" nil (((m ih r) 1))) +("meredith" nil (((m eh) 1) ((r ih) 0) ((d ih th) 0))) +("merely" nil (((m ih r) 1) ((l iy) 0))) +("merenda" nil (((m eh) 0) ((r ey n) 1) ((d ax) 0))) +("merendino" nil (((m er) 0) ((eh n) 0) ((d iy) 1) ((n ow) 0))) +("merest" nil (((m eh) 1) ((r ax s t) 0))) +("merfeld" nil (((m er) 1) ((f eh l d) 0))) +("merge" nil (((m er jh) 1))) +("merged" nil (((m er jh d) 1))) +("mergen" nil (((m er) 1) ((g ax n) 0))) +("merger" nil (((m er) 1) ((jh er) 0))) +("mergers" nil (((m er) 1) ((jh er z) 0))) +("merges" nil (((m er) 1) ((jh ih z) 0))) +("merging" nil (((m er) 1) ((jh ih ng) 0))) +("merhige" nil (((m er) 0) ((hh iy jh) 1))) +("meriam" nil (((m ih) 1) ((r iy) 0) ((ih m) 0))) +("merica" nil (((m eh) 1) ((r ih) 0) ((k ax) 0))) +("mericantante" nil (((m eh) 0) ((r iy) 1) ((k ax n) 0) ((t aa n) 1) ((t ey) 0))) +("mericle" nil (((m eh) 1) ((r ih) 0) ((k ax l) 0))) +("merida" nil (((m er) 0) ((iy) 1) ((d ax) 0))) +("meriden" nil (((m eh) 1) ((r ih) 0) ((d ax n) 0))) +("merideth" nil (((m eh) 1) ((r ih) 0) ((d ih th) 0))) +("meridian" nil (((m er) 0) ((ih) 1) ((d iy) 0) ((ax n) 0))) +("meridien" nil (((m er) 0) ((ih) 1) ((d iy) 0) ((ax n) 0))) +("meridionale" nil (((m er) 0) ((ih) 1) ((d iy) 0) ((ax) 0) ((n aa) 1) ((l iy) 0))) +("meridith" nil (((m eh) 1) ((r ih) 0) ((d ih th) 0))) +("meridor" nil (((m eh) 1) ((r ih) 0) ((d ao r) 0))) +("meriel" nil (((m ih) 1) ((r iy l) 0))) +("merieux" nil (((m eh) 1) ((r iy) 0) ((uw) 1))) +("merillat" nil (((m eh) 1) ((r ih) 0) ((l ae t) 0))) +("merino" nil (((m er) 0) ((iy) 1) ((n ow) 0))) +("merion" nil (((m eh) 1) ((r iy) 0) ((ax n) 0))) +("meris" nil (((m eh) 1) ((r ax s) 0))) +("merisel" nil (((m eh) 1) ((r ih) 0) ((s eh l) 1))) +("merit" nil (((m eh) 1) ((r ax t) 0))) +("merited" nil (((m eh) 1) ((r ih) 0) ((t ih d) 0))) +("merithew" nil (((m er) 0) ((ih th) 1) ((y uw) 0))) +("meritless" nil (((m eh) 1) ((r ih t) 0) ((l ax s) 0))) +("meritor" nil (((m eh) 1) ((r ax) 0) ((t er) 0))) +("meritorious" nil (((m eh) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0) ((ax s) 0))) +("merits" nil (((m eh) 1) ((r ax t s) 0))) +("meritt" nil (((m eh) 1) ((r ih t) 0))) +("meriweather" nil (((m eh) 1) ((r ih) 0) ((w eh) 1) ((dh er) 0))) +("meriwether" nil (((m eh) 1) ((r ih) 0) ((w eh) 1) ((dh er) 0))) +("merk" nil (((m er k) 1))) +("merkel" nil (((m er) 1) ((k ax l) 0))) +("merker" nil (((m er) 1) ((k er) 0))) +("merkey" nil (((m er) 1) ((k iy) 0))) +("merkin" nil (((m er) 1) ((k ih n) 0))) +("merkle" nil (((m er) 1) ((k ax l) 0))) +("merkley" nil (((m er) 1) ((k l iy) 0))) +("merklin" nil (((m er) 1) ((k l ih n) 0))) +("merksamer" nil (((m er k) 1) ((s ax) 0) ((m er) 0))) +("merkt" nil (((m er k t) 1))) +("merkur" nil (((m er) 1) ((k er) 0))) +("merl" nil (((m er l) 1))) +("merle" nil (((m er l) 1))) +("merlin" nil (((m er) 1) ((l ih n) 0))) +("merlina" nil (((m er) 0) ((l iy) 1) ((n ax) 0))) +("merline" nil (((m er) 1) ((l ay n) 0))) +("merlino" nil (((m er) 0) ((l iy) 1) ((n ow) 0))) +("merlins" nil (((m er) 1) ((l ih n z) 0))) +("merlion" nil (((m er) 1) ((l ay) 2) ((ax n) 0))) +("merlis" nil (((m er) 1) ((l iy z) 0))) +("merlo" nil (((m eh r) 1) ((l ow) 0))) +("merlot" nil (((m er) 1) ((l ax t) 0))) +("mermaid" nil (((m er) 1) ((m ey d) 1))) +("mermaids" nil (((m er) 1) ((m ey d z) 1))) +("merman" nil (((m er) 1) ((m ae n) 1))) +("mermelstein" nil (((m er) 1) ((m ax l) 0) ((s t ay n) 0))) +("merna" nil (((m eh r) 1) ((n ax) 0))) +("merner" nil (((m er) 1) ((n er) 0))) +("mernick" nil (((m er) 1) ((n ih k) 0))) +("mero" nil (((m eh) 1) ((r ow) 0))) +("merola" nil (((m er) 0) ((ow) 1) ((l ax) 0))) +("merolla" nil (((m er) 0) ((ow) 1) ((l ax) 0))) +("meroney" nil (((m eh) 1) ((r ax) 0) ((n iy) 0))) +("merow" nil (((m eh) 1) ((r ow) 0))) +("merrell" nil (((m eh) 1) ((r ax l) 0))) +("merrett" nil (((m eh) 1) ((r ih t) 0))) +("merriam" nil (((m eh) 1) ((r iy) 0) ((ax m) 0))) +("merrick" nil (((m eh) 1) ((r ih k) 0))) +("merricks" nil (((m eh) 1) ((r ih k s) 0))) +("merrie" nil (((m eh) 1) ((r iy) 0))) +("merrier" nil (((m eh) 1) ((r iy) 0) ((er) 0))) +("merrifield" nil (((m eh) 1) ((r ih) 0) ((f iy l d) 1))) +("merrigan" nil (((m eh) 1) ((r ih) 0) ((g ax n) 0))) +("merrihew" nil (((m er) 0) ((ih) 1) ((hh y uw) 0))) +("merrill" nil (((m eh) 1) ((r ax l) 0))) +("merrily" nil (((m eh) 1) ((r ax) 0) ((l iy) 0))) +("merrimac" nil (((m eh) 1) ((r ih) 0) ((m ae k) 0))) +("merrimack" nil (((m eh) 1) ((r ih) 0) ((m ae k) 1))) +("merriman" nil (((m eh) 1) ((r ih) 0) ((m ax n) 0))) +("merriment" n (((m eh) 1) ((r ax) 0) ((m ax n t) 0))) +("merrin" nil (((m eh) 1) ((r ih n) 0))) +("merriott" nil (((m eh) 1) ((r iy) 0) ((ax t) 0))) +("merritt" nil (((m eh) 1) ((r ih t) 0))) +("merritts" nil (((m eh) 1) ((r ih t s) 0))) +("merriweather" nil (((m eh) 0) ((r ih) 0) ((w eh) 1) ((dh er) 0))) +("merriwether" nil (((m eh) 1) ((r ih) 0) ((w ih) 0) ((dh er) 0))) +("merrow" nil (((m eh) 1) ((r ow) 0))) +("merry" nil (((m eh) 1) ((r iy) 0))) +("merryfield" nil (((m eh) 1) ((r iy) 0) ((f iy l d) 1))) +("merryman" nil (((m eh) 1) ((r iy) 0) ((m ax n) 0))) +("mers" nil (((m er z) 1))) +("mersch" nil (((m er sh) 1))) +("mersereau" nil (((m er) 1) ((s er) 0) ((ow) 0))) +("mershon" nil (((m er) 1) ((sh ax n) 0))) +("mersman" nil (((m er) 1) ((s m ax n) 0))) +("merson" nil (((m er) 1) ((s ax n) 0))) +("merta" nil (((m eh r) 1) ((t ax) 0))) +("merten" nil (((m er) 1) ((t ax n) 0))) +("mertens" nil (((m er) 1) ((t ax n z) 0))) +("mertes" nil (((m eh r) 1) ((t eh s) 0))) +("mertice" nil (((m eh r) 1) ((t ih s) 0))) +("mertins" nil (((m er) 1) ((t ih n z) 0))) +("mertle" nil (((m er) 1) ((t ax l) 0))) +("merton" nil (((m er) 1) ((t ax n) 0))) +("mertz" nil (((m er t s) 1))) +("merv" nil (((m er v) 1))) +("mervin" nil (((m er) 1) ((v ih n) 0))) +("mervine" nil (((m er) 1) ((v ay n) 0))) +("mervis" nil (((m er) 1) ((v ih s) 0))) +("mervyn" nil (((m er) 1) ((v ih n) 0))) +("merwe" nil (((m er) 1) ((w iy) 0))) +("merwin" nil (((m er) 1) ((w ih n) 0))) +("merwyn" nil (((m er) 1) ((w ih n) 0))) +("meryl" nil (((m eh) 1) ((r ax l) 0))) +("merz" nil (((m er z) 1))) +("mesa" nil (((m ey) 1) ((s ax) 0))) +("mesaba" nil (((m eh) 0) ((s aa) 1) ((b ax) 0))) +("mesaros" nil (((m ey) 0) ((s aa) 1) ((r ow z) 0))) +("mesbic" nil (((m eh s) 1) ((b ih k) 0))) +("mesbics" nil (((m eh s) 1) ((b ih k s) 0))) +("mescaline" nil (((m eh) 1) ((s k ax) 0) ((l iy n) 1))) +("mesch" nil (((m eh sh) 1))) +("mescher" nil (((m eh) 1) ((sh er) 0))) +("meschke" nil (((m eh sh k) 1))) +("meselsohn" nil (((m eh) 1) ((z ax l) 0) ((s ax n) 0))) +("meselson" nil (((m eh) 1) ((z ax l) 0) ((s ax n) 0))) +("mesenbrink" nil (((m eh) 1) ((s ih n) 0) ((b r ih ng k) 0))) +("mesenteric" nil (((m eh) 1) ((s ax n) 0) ((t eh) 1) ((r ih k) 0))) +("meserole" nil (((m eh) 0) ((s er) 0) ((ow) 1) ((l iy) 0))) +("meserve" nil (((m eh) 1) ((s er v) 0))) +("meservey" nil (((m eh) 0) ((z er) 0) ((v ey) 1))) +("mesh" nil (((m eh sh) 1))) +("meshed" nil (((m eh sh t) 1))) +("meshell" nil (((m eh) 1) ((sh ax l) 0))) +("meshes" nil (((m eh) 1) ((sh ih z) 0))) +("meshing" nil (((m eh) 1) ((sh ih ng) 0))) +("meshulam" nil (((m eh) 1) ((sh uw) 0) ((l ae m) 0))) +("mesick" nil (((m eh) 1) ((s ih k) 0))) +("mesirow" nil (((m eh) 1) ((s ih) 0) ((r ow) 0))) +("meske" nil (((m eh s k) 1))) +("mesker" nil (((m eh) 1) ((s k er) 0))) +("meskill" nil (((m eh) 1) ((s k ih l) 0))) +("meskimen" nil (((m eh) 1) ((s k iy) 0) ((m eh n) 0))) +("mesko" nil (((m eh) 1) ((s k ow) 0))) +("mesler" nil (((m eh) 1) ((s ax) 0) ((l er) 0))) +("mesmer" nil (((m eh z) 1) ((m er) 0))) +("mesmerism" nil (((m eh) 1) ((s m er) 0) ((ih) 1) ((z ax m) 0))) +("mesmerized" nil (((m eh z) 1) ((m er) 0) ((ay z d) 1))) +("mesmerizing" nil (((m eh z) 1) ((m er) 0) ((ay) 1) ((z ih ng) 0))) +("mesner" nil (((m eh) 1) ((s n er) 0))) +("mesodermal" nil (((m eh) 1) ((z ax) 0) ((d er) 1) ((m ax l) 0))) +("mesolithic" nil (((m eh) 1) ((z ax) 0) ((l ih) 1) ((th ih k) 0))) +("meson" nil (((m ey) 1) ((z aa n) 1))) +("mesons" nil (((m iy) 1) ((z aa n z) 1))) +("mesopotamia" nil (((m eh) 1) ((s ax) 0) ((p ax) 0) ((t ey) 1) ((m iy) 0) ((ax) 0))) +("mesopotamian" nil (((m eh) 1) ((s ax) 0) ((p ax) 0) ((t ey) 1) ((m iy) 0) ((ax n) 0))) +("mesopotamians" nil (((m eh) 1) ((s ax) 0) ((p ax) 0) ((t ey) 1) ((m iy) 0) ((ax n z) 0))) +("mesothelioma" nil (((m eh) 1) ((s ax) 0) ((th iy) 1) ((l iy) 0) ((ow) 1) ((m ax) 0))) +("mesothorax" nil (((m eh) 1) ((z ax) 0) ((th ao) 1) ((r ae k s) 1))) +("mesozoic" nil (((m eh) 1) ((s ax) 0) ((z ow) 1) ((ih k) 0))) +("mesquite" nil (((m eh) 1) ((s k iy t) 1))) +("mess" nil (((m eh s) 1))) +("messa" nil (((m eh) 1) ((s ax) 0))) +("message" nil (((m eh) 1) ((s ax jh) 0))) +("messagepad" nil (((m eh) 1) ((s ax jh) 0) ((p ae d) 1))) +("messages" nil (((m eh) 1) ((s ax) 0) ((jh ax z) 0))) +("messaging" nil (((m eh) 1) ((s ih) 0) ((jh ih ng) 0))) +("messamore" nil (((m eh) 0) ((s aa) 1) ((m ao r) 0))) +("messana" nil (((m eh) 0) ((s ae) 1) ((n ax) 0))) +("messed" nil (((m eh s t) 1))) +("messel" nil (((m eh) 1) ((s ax l) 0))) +("messenger" nil (((m eh) 1) ((s ax n) 0) ((jh er) 0))) +("messengers" nil (((m eh) 1) ((s ax n) 0) ((jh er z) 0))) +("messer" nil (((m eh) 1) ((s er) 0))) +("messerli" nil (((m eh) 1) ((s er) 0) ((l iy) 0))) +("messerly" nil (((m eh) 1) ((s er) 0) ((l iy) 0))) +("messerschmidt" nil (((m eh) 1) ((s er) 0) ((sh m ih t) 1))) +("messerschmitt" nil (((m eh) 1) ((s er) 0) ((sh m ih t) 1))) +("messersmith" nil (((m eh) 1) ((s er) 0) ((s m ih th) 1))) +("messes" nil (((m eh) 1) ((s ih z) 0))) +("messiaen" nil (((m eh) 1) ((s iy) 0) ((ey n) 1))) +("messiah" nil (((m ax) 0) ((s ay) 1) ((ax) 0))) +("messiahs" nil (((m ax) 0) ((s ay) 1) ((ax z) 0))) +("messianic" nil (((m eh) 1) ((s iy) 0) ((ae) 1) ((n ih k) 0))) +("messick" nil (((m eh) 1) ((s ih k) 0))) +("messier" nil (((m eh) 1) ((s iy) 0) ((er) 0))) +("messimer" nil (((m eh) 1) ((s ih) 0) ((m er) 0))) +("messina" nil (((m ih) 0) ((s iy) 1) ((n ax) 0))) +("messineo" nil (((m eh) 1) ((s ih) 1) ((n iy) 0) ((ow) 0))) +("messing" nil (((m eh) 1) ((s ih ng) 0))) +("messinger" nil (((m eh) 1) ((s ih ng) 0) ((er) 0))) +("messler" nil (((m eh) 1) ((s l er) 0))) +("messman" nil (((m eh) 1) ((s m ax n) 0))) +("messmer" nil (((m eh) 1) ((s m er) 0))) +("messmore" nil (((m eh) 1) ((s m ao r) 0))) +("messner" nil (((m eh) 1) ((s n er) 0))) +("messrs" nil (((m eh) 1) ((s er z) 0))) +("messy" nil (((m eh) 1) ((s iy) 0))) +("mest" nil (((m eh s t) 1))) +("mesta" nil (((m eh) 1) ((s t ax) 0))) +("mestas" nil (((m eh) 1) ((s t ax z) 0))) +("mestek" nil (((m eh) 1) ((s t eh k) 1))) +("mester" nil (((m eh) 1) ((s t er) 0))) +("mestizo" nil (((m eh) 0) ((s t iy) 1) ((z ow) 0))) +("meston" nil (((m eh) 1) ((s t ax n) 0))) +("mestrallet" nil (((m eh) 1) ((s t r ax) 0) ((l eh t) 1))) +("mestre" nil (((m eh) 1) ((s t er) 0))) +("meszaros" nil (((m ih) 0) ((sh aa) 1) ((r ow z) 0))) +("met" nil (((m eh t) 1))) +("meta" nil (((m eh) 1) ((t ax) 0))) +("meta" nil (((m iy) 1) ((t ax) 0))) +("metabolic" nil (((m eh) 1) ((t ax) 0) ((b aa) 1) ((l ih k) 0))) +("metabolism" nil (((m ax) 0) ((t ae) 1) ((b ax) 0) ((l ih) 1) ((z ax m) 0))) +("metabolisms" nil (((m ax) 0) ((t ae) 1) ((b ax) 0) ((l ih) 1) ((z ax m z) 0))) +("metabolize" nil (((m ax) 0) ((t ae) 1) ((b ax) 0) ((l ay z) 1))) +("metacarpals" nil (((m eh) 1) ((t ax) 0) ((k aa r) 1) ((p ax l z) 0))) +("metairie" nil (((m ax) 0) ((t eh) 1) ((r iy) 0))) +("metal" nil (((m eh) 1) ((t ax l) 0))) +("metall" nil (((m eh) 1) ((t ao l) 1))) +("metallgesellschaft" nil (((m eh) 1) ((t ax l) 0) ((g eh) 1) ((s ax l) 0) ((sh ae f t) 1))) +("metallic" nil (((m ax) 0) ((t ae) 1) ((l ih k) 0))) +("metallo" nil (((m eh) 0) ((t aa) 1) ((l ow) 0))) +("metallurgical" nil (((m eh) 1) ((t ax) 0) ((l er) 1) ((jh ih) 0) ((k ax l) 0))) +("metallurgy" nil (((m eh) 1) ((t ax) 0) ((l er) 0) ((jh iy) 0))) +("metals" nil (((m eh) 1) ((t ax l z) 0))) +("metalwork" nil (((m eh) 1) ((t ax l) 0) ((w er k) 1))) +("metalworker" nil (((m eh) 1) ((t ax l) 0) ((w er) 1) ((k er) 0))) +("metalworkers" nil (((m eh) 1) ((t ax l) 0) ((w er) 1) ((k er z) 0))) +("metalworking" nil (((m eh) 1) ((t ax l) 0) ((w er) 1) ((k ih ng) 0))) +("metamorphic" nil (((m eh) 1) ((t ax) 0) ((m ao r) 1) ((f ih k) 0))) +("metamorphose" nil (((m eh) 1) ((t ax) 0) ((m ao r) 1) ((f ow z) 0))) +("metamorphosis" nil (((m eh) 1) ((t ax) 0) ((m ao r) 1) ((f ax) 0) ((s ax s) 0))) +("metamucil" nil (((m eh) 1) ((t ax) 0) ((m y uw) 1) ((s ax l) 0))) +("metaphor" nil (((m eh) 1) ((t ax) 0) ((f ao r) 0))) +("metaphorical" nil (((m eh) 1) ((t ax) 0) ((f ao) 1) ((r ih) 0) ((k ax l) 0))) +("metaphors" nil (((m eh) 1) ((t ax) 0) ((f ao r z) 0))) +("metaphysical" nil (((m eh) 1) ((t ax) 0) ((f ih) 1) ((z ih) 0) ((k ax l) 0))) +("metaphysics" nil (((m eh) 1) ((t ax) 0) ((f ih) 1) ((z ih k s) 0))) +("metathorax" nil (((m eh) 1) ((t ax) 0) ((th ao) 1) ((r ae k s) 1))) +("metcalf" nil (((m eh t) 1) ((k ae f) 1))) +("metcalfe" nil (((m eh t) 1) ((k ax l f) 0))) +("metcom" nil (((m eh t) 1) ((k aa m) 0))) +("mete" nil (((m iy t) 1))) +("meted" nil (((m iy) 1) ((t ih d) 0))) +("meteor" nil (((m iy) 1) ((t iy) 0) ((er) 0))) +("meteoric" nil (((m iy) 1) ((t iy) 0) ((ao) 1) ((r ih k) 0))) +("meteorological" nil (((m iy) 1) ((t iy) 0) ((ao) 1) ((r ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("meteorologist" nil (((m iy) 1) ((t iy) 0) ((er) 0) ((aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("meteorologists" nil (((m iy) 1) ((t iy) 0) ((er) 0) ((aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("meteorology" nil (((m iy) 1) ((t iy) 0) ((er) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("meter" nil (((m iy) 1) ((t er) 0))) +("metering" nil (((m iy) 1) ((t er) 0) ((ih ng) 0))) +("meters" nil (((m iy) 1) ((t er z) 0))) +("metex" nil (((m eh) 1) ((t eh k s) 1))) +("meth" nil (((m eh th) 1))) +("methadone" nil (((m eh) 1) ((th ax) 0) ((d ow n) 1))) +("methamphetamine" nil (((m eh) 1) ((th ae m) 0) ((f eh) 1) ((t ax) 0) ((m iy n) 0))) +("methane" nil (((m eh) 1) ((th ey n) 1))) +("methanex" nil (((m eh) 1) ((th ax) 0) ((n eh k s) 1))) +("methanol" nil (((m eh) 1) ((th ax) 0) ((n aa l) 1))) +("methazine" nil (((m eh) 1) ((th ax) 0) ((z iy n) 1))) +("metheney" nil (((m eh) 1) ((th ih) 0) ((n iy) 0))) +("metheny" nil (((m eh) 1) ((th ih) 0) ((n iy) 0))) +("methner" nil (((m eh th) 1) ((n er) 0))) +("method" nil (((m eh) 1) ((th ax d) 0))) +("methode" nil (((m ax) 0) ((th ow d) 1))) +("methodical" nil (((m ax) 0) ((th aa) 1) ((d ax) 0) ((k ax l) 0))) +("methodically" nil (((m ax) 0) ((th aa) 1) ((d ih) 0) ((k ax) 0) ((l iy) 0))) +("methodism" nil (((m eh) 1) ((th ax) 0) ((d ih) 1) ((z ax m) 0))) +("methodisms" nil (((m eh) 1) ((th ax) 0) ((d ih) 1) ((z ax m z) 0))) +("methodist" nil (((m eh) 1) ((th ax) 0) ((d ax s t) 0))) +("methodological" nil (((m eh) 1) ((th ax) 0) ((d ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("methodologies" nil (((m eh) 1) ((th ow) 0) ((d aa) 1) ((l ax) 0) ((jh iy z) 0))) +("methodology" nil (((m eh) 1) ((th ax) 0) ((d aa) 1) ((l ax) 0) ((jh iy) 0))) +("methods" nil (((m eh) 1) ((th ax d z) 0))) +("methot" nil (((m eh) 1) ((th ax t) 0))) +("methotrexate" nil (((m eh) 1) ((th ow) 0) ((t r eh k) 1) ((s ey t) 1))) +("methuselah" nil (((m ax th) 0) ((y uw) 1) ((z ax) 0) ((l ax) 0))) +("methvin" nil (((m eh th) 1) ((v ih n) 0))) +("methyl" nil (((m eh) 1) ((th ax l) 0))) +("methylene" nil (((m eh) 1) ((th ih) 0) ((l iy n) 1))) +("metics" nil (((m eh) 1) ((t ih k s) 0))) +("meticulous" nil (((m ax) 0) ((t ih) 1) ((k y ax) 0) ((l ax s) 0))) +("meticulously" nil (((m ax) 0) ((t ih) 1) ((k y ax) 0) ((l ax) 0) ((s l iy) 0))) +("metier" nil (((m eh) 1) ((t y er) 0))) +("metis" nil (((m eh) 1) ((t ih s) 0))) +("metivier" nil (((m eh) 1) ((t ih) 0) ((v iy) 0) ((er) 0))) +("metlife" nil (((m eh t) 1) ((l ay f) 1))) +("metolachlor" nil (((m ax) 0) ((t ow) 1) ((l ax) 0) ((k l er) 0))) +("metoyer" nil (((m eh) 1) ((t oy) 0) ((er) 0))) +("metpath" nil (((m eh t) 1) ((p ae th) 1))) +("metra" nil (((m eh) 1) ((t r ax) 0))) +("metrahealth" nil (((m eh) 1) ((t r ax) 0) ((hh eh l th) 1))) +("metre" nil (((m iy) 1) ((t er) 0))) +("metres" nil (((m iy) 1) ((t er z) 0))) +("metric" nil (((m eh) 1) ((t r ih k) 0))) +("metrical" nil (((m eh) 1) ((t r ih) 0) ((k ax l) 0))) +("metrically" nil (((m eh) 1) ((t r ih) 0) ((k ax) 0) ((l iy) 0))) +("metrick" nil (((m eh) 1) ((t r ih k) 0))) +("metrics" nil (((m eh) 1) ((t r ih k s) 0))) +("metro" nil (((m eh) 1) ((t r ow) 1))) +("metrobanc" nil (((m eh) 1) ((t r ow) 0) ((b ae ng k) 1))) +("metrobank" nil (((m eh) 1) ((t r ow) 0) ((b ae ng k) 1))) +("metrocall" nil (((m eh) 1) ((t r ow) 1) ((k ao l) 1))) +("metrocolor" nil (((m eh) 1) ((t r ow) 0) ((k ah) 1) ((l er) 0))) +("metrocorp" nil (((m eh) 1) ((t r ow) 0) ((k ao r p) 1))) +("metrodome" nil (((m eh) 1) ((t r ow) 0) ((d ow m) 1))) +("metromail" nil (((m eh) 1) ((t r ow) 0) ((m ey l) 1))) +("metromedia" nil (((m eh) 1) ((t r ow) 0) ((m iy) 1) ((d iy) 0) ((ax) 0))) +("metroplex" nil (((m eh) 1) ((t r ow) 0) ((p l eh k s) 1))) +("metropol" nil (((m eh) 1) ((t r ax) 0) ((p ow l) 1))) +("metropolis" nil (((m ax) 0) ((t r aa) 1) ((p ax) 0) ((l ax s) 0))) +("metropolitain" nil (((m eh) 1) ((t r ax) 0) ((p ao) 1) ((l ax) 0) ((t ax n) 0))) +("metropolitan" nil (((m eh) 1) ((t r ax) 0) ((p aa) 1) ((l ax) 0) ((t ax n) 0))) +("metropolitans" nil (((m eh) 1) ((t r ax) 0) ((p aa) 1) ((l ax) 0) ((t ax n z) 0))) +("mets" nil (((m eh t s) 1))) +("metsker" nil (((m eh t) 1) ((s k er) 0))) +("mette" nil (((m eh t) 1))) +("metter" nil (((m eh) 1) ((t er) 0))) +("metternich" nil (((m eh) 1) ((t er) 0) ((n ih ch) 0))) +("mettle" nil (((m eh) 1) ((t ax l) 0))) +("mettlen" nil (((m eh t) 1) ((l ax n) 0))) +("mettler" nil (((m eh t) 1) ((l er) 0))) +("metts" nil (((m eh t s) 1))) +("mettur" nil (((m eh) 1) ((t er) 0))) +("metz" nil (((m eh t s) 1))) +("metze" nil (((m eh t) 1) ((z ax) 0))) +("metzenbaum" nil (((m eh t) 1) ((s ax n) 0) ((b aw m) 1))) +("metzer" nil (((m eh t) 1) ((s er) 0))) +("metzgar" nil (((m eh t s) 1) ((g er) 0))) +("metzger" nil (((m eh t s) 1) ((g er) 0))) +("metzinger" nil (((m eh t) 1) ((z ih ng) 0) ((er) 0))) +("metzker" nil (((m eh t) 1) ((s k er) 0))) +("metzler" nil (((m eh t) 1) ((s l er) 0))) +("metzner" nil (((m eh t) 1) ((s n er) 0))) +("meunier" nil (((m oy) 1) ((n iy) 0) ((er) 0))) +("meurer" nil (((m er) 1) ((er) 0))) +("meuse" nil (((m y uw z) 1))) +("meuser" nil (((m oy) 1) ((s er) 0))) +("meuth" nil (((m y uw th) 1))) +("mevacor" nil (((m eh) 1) ((v ax) 0) ((k ao r) 1))) +("mew" nil (((m y uw) 1))) +("mewborn" nil (((m y uw) 1) ((b er n) 0))) +("mewes" nil (((m y uw z) 1))) +("mex" nil (((m eh k s) 1))) +("mexicali" nil (((m eh k) 1) ((s ih) 0) ((k aa) 1) ((l iy) 0))) +("mexican" nil (((m eh k) 1) ((s ax) 0) ((k ax n) 0))) +("mexicana" nil (((m eh k) 1) ((s ih) 0) ((k ae) 1) ((n ax) 0))) +("mexicano" nil (((m eh k) 1) ((s ih) 0) ((k aa) 1) ((n ow) 0))) +("mexicanos" nil (((m eh k) 1) ((s ih) 0) ((k aa) 1) ((n ow z) 0))) +("mexicans" nil (((m eh k) 1) ((s ih) 0) ((k ax n z) 0))) +("mexico" nil (((m eh k) 1) ((s ax) 0) ((k ow) 1))) +("mey" nil (((m ey) 1))) +("meyer" nil (((m ay) 1) ((er) 0))) +("meyerbeer" nil (((m ay) 1) ((er) 0) ((b ih r) 1))) +("meyerhoff" nil (((m ay) 1) ((er) 0) ((hh ao f) 0))) +("meyering" nil (((m ey) 1) ((er) 0) ((ih ng) 0))) +("meyerman" nil (((m ay) 1) ((er) 0) ((m ax n) 0))) +("meyerowitz" nil (((m ay) 1) ((er) 0) ((ax) 0) ((w ih t s) 0))) +("meyers" nil (((m ay) 1) ((er z) 0))) +("meyerson" nil (((m ay) 1) ((er) 0) ((s ax n) 0))) +("meyn" nil (((m ey n) 1))) +("meyo" nil (((m ey) 1) ((ow) 0))) +("meyohas" nil (((m ey) 0) ((ow) 1) ((hh aa s) 0))) +("meza" nil (((m eh) 1) ((z ax) 0))) +("mezera" nil (((m ey) 0) ((z eh) 1) ((r ax) 0))) +("mezey" nil (((m eh) 1) ((z iy) 0))) +("mezger" nil (((m eh z) 1) ((jh er) 0))) +("mezo" nil (((m eh) 1) ((z ow) 0))) +("mezvinsky" nil (((m eh z) 1) ((v ih n) 1) ((s k iy) 0))) +("mezzaluna" nil (((m eh t) 1) ((s ax) 0) ((l uw) 1) ((n ax) 0))) +("mezzanine" nil (((m eh) 1) ((z ax) 0) ((n iy n) 1))) +("mezzo" nil (((m eh) 1) ((z ow) 0))) +("mfume" nil (((eh m) 1) ((f uw) 1) ((m ey) 1))) +("mhoon" nil (((m) 0) ((hh uw n) 1))) +("mi" nil (((m iy) 1))) +("mia" nil (((m iy) 1) ((ax) 0))) +("miami" nil (((m ay) 0) ((ae) 1) ((m iy) 0))) +("mian" nil (((m y aa n) 1))) +("miano" nil (((m iy) 0) ((aa) 1) ((n ow) 0))) +("mianyang" nil (((m y ae n) 1) ((y aa ng) 1))) +("miao" nil (((m y aw) 1))) +("miara" nil (((m ay) 0) ((aa) 1) ((r ax) 0))) +("miasma" nil (((m iy) 0) ((ae z) 1) ((m ax) 0))) +("miata" nil (((m iy) 0) ((aa) 1) ((t ax) 0))) +("miazga" nil (((m iy) 0) ((aa z) 1) ((g ax) 0))) +("mic" nil (((m ih k) 1))) +("mica" nil (((m ay) 1) ((k ax) 0))) +("micaela" nil (((m iy) 0) ((k ey) 1) ((l ax) 0))) +("micale" nil (((m iy) 0) ((k aa) 1) ((l iy) 0))) +("micallef" nil (((m ih) 1) ((k ax) 0) ((l eh f) 0))) +("micciche" nil (((m iy) 0) ((ch iy) 1) ((k iy) 0))) +("miccio" nil (((m iy) 1) ((ch iy) 0) ((ow) 0))) +("mice" nil (((m ay s) 1))) +("micek" nil (((m ih) 1) ((ch eh k) 0))) +("miceli" nil (((m iy) 0) ((ch eh) 1) ((l iy) 0))) +("mich" nil (((m ih ch) 1))) +("michael" nil (((m ay) 1) ((k ax l) 0))) +("michaela" nil (((m ay) 0) ((k eh) 1) ((l ax) 0))) +("michaelina" nil (((m ay) 1) ((k ax) 0) ((l iy) 1) ((n ax) 0))) +("michaeline" nil (((m ay) 1) ((k ax) 0) ((l ay n) 0))) +("michaelis" nil (((m ay) 1) ((k eh) 1) ((l ih s) 0))) +("michaella" nil (((m ay) 1) ((k eh) 1) ((l ax) 0))) +("michaels" nil (((m ay) 1) ((k ax l z) 0))) +("michaelsen" nil (((m ay) 1) ((k ax l) 0) ((s ax n) 0))) +("michaelson" nil (((m ay) 1) ((k ax l) 0) ((s ax n) 0))) +("michal" nil (((m ih) 1) ((ch ax l) 0))) +("michalak" nil (((m ih) 1) ((ch ax) 0) ((l ae k) 0))) +("michalec" nil (((m ih) 0) ((hh aa) 1) ((l ih k) 0))) +("michalek" nil (((m ih) 0) ((hh aa) 1) ((l eh k) 0))) +("michalik" nil (((m ih) 1) ((k ax) 0) ((l ih k) 0))) +("michalowski" nil (((m ih) 1) ((ch ax) 0) ((l ao f) 1) ((s k iy) 0))) +("michals" nil (((m ih) 1) ((ch ax l z) 0))) +("michalski" nil (((m ih) 1) ((ch aa l) 1) ((s k iy) 0))) +("michalsky" nil (((m ih) 1) ((ch aa l) 1) ((s k iy) 0))) +("michaud" nil (((m ih) 0) ((sh ow) 1))) +("michaux" nil (((m ih) 0) ((sh ow) 1))) +("michcon" nil (((m ih sh) 1) ((k aa n) 0))) +("micheal" nil (((m ay) 1) ((k ax l) 0))) +("micheaux" nil (((m ih) 0) ((sh ow) 1))) +("michel" nil (((m ih) 0) ((sh eh l) 1))) +("michelangelo" nil (((m ay) 1) ((k ax) 0) ((l ae n) 1) ((jh ax) 0) ((l ow) 1))) +("michele" nil (((m ih) 0) ((sh eh l) 1))) +("micheletti" nil (((m ih) 0) ((k ax) 0) ((l eh) 1) ((t iy) 0))) +("micheli" nil (((m ih) 0) ((k eh) 1) ((l iy) 0))) +("michelin" nil (((m ih) 1) ((sh ax) 0) ((l ax n) 0))) +("michelina" nil (((m ih) 0) ((k ax) 0) ((l iy) 1) ((n ax) 0))) +("micheline" nil (((m ih) 1) ((sh ax) 0) ((l ax n) 0))) +("michelini" nil (((m ih) 0) ((k ax) 0) ((l iy) 1) ((n iy) 0))) +("michell" nil (((m ih) 1) ((ch ax l) 0))) +("michelle" nil (((m ih) 0) ((sh eh l) 1))) +("michelli" nil (((m ih) 0) ((ch eh) 1) ((l iy) 0))) +("michelman" nil (((m ay) 1) ((k ax l) 0) ((m ax n) 0))) +("michelob" nil (((m ih) 1) ((k ax) 0) ((l ow b) 0))) +("michelotti" nil (((m ih) 0) ((k ax) 0) ((l ow) 1) ((t iy) 0))) +("michels" nil (((m ih) 0) ((sh eh l z) 1))) +("michelsen" nil (((m ay) 1) ((k ax l) 0) ((s ax n) 0))) +("michelson" nil (((m ay) 1) ((k ax l) 0) ((s ax n) 0))) +("michener" nil (((m ih ch) 1) ((n er) 0))) +("michie" nil (((m ih) 1) ((ch iy) 0))) +("michiels" nil (((m ay) 1) ((k ax l z) 0))) +("michigan" nil (((m ih) 1) ((sh ih) 0) ((g ax n) 0))) +("michio" nil (((m ih) 1) ((ch iy) 0) ((ow) 0))) +("michl" nil (((m ih) 1) ((ch ax l) 0))) +("michler" nil (((m ih ch) 1) ((l er) 0))) +("michna" nil (((m ih ch) 1) ((n ax) 0))) +("michoacan" nil (((m ih) 0) ((ch ow) 1) ((k ax n) 0))) +("michon" nil (((m ih) 1) ((ch ax n) 0))) +("mick" nil (((m ih k) 1))) +("micka" nil (((m ih) 1) ((k ax) 0))) +("micke" nil (((m ih k) 1))) +("mickel" nil (((m ih) 1) ((k ax l) 0))) +("mickelberry" nil (((m ih) 1) ((k ax l) 0) ((b eh) 1) ((r iy) 0))) +("mickels" nil (((m ih) 1) ((k ax l z) 0))) +("mickelsen" nil (((m ih) 1) ((k ax l) 0) ((s ax n) 0))) +("mickelson" nil (((m ih) 1) ((k ax l) 0) ((s ax n) 0))) +("mickens" nil (((m ih) 1) ((k ax n z) 0))) +("mickey" nil (((m ih) 1) ((k iy) 0))) +("mickie" nil (((m ih) 1) ((k iy) 0))) +("mickiewicz" nil (((m ih) 1) ((k ax) 0) ((v ih ch) 0))) +("mickish" nil (((m ih) 1) ((k ih sh) 0))) +("mickle" nil (((m ih) 1) ((k ax l) 0))) +("mickler" nil (((m ih) 1) ((k l er) 0))) +("mickles" nil (((m ih) 1) ((k ax l z) 0))) +("mickley" nil (((m ih) 1) ((k l iy) 0))) +("mickus" nil (((m ih) 1) ((k ax s) 0))) +("micky" nil (((m ih) 1) ((k iy) 0))) +("micoin" nil (((m ih) 0) ((k oy n) 1))) +("micom" nil (((m ay) 1) ((k aa m) 0))) +("micro" nil (((m ay) 1) ((k r ow) 1))) +("microage" nil (((m ay) 1) ((k r ow) 0) ((ey jh) 1))) +("microaire" nil (((m ay) 1) ((k r ow) 0) ((eh r) 1))) +("microamerica" nil (((m ay) 1) ((k r ow) 0) ((ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("microbe" nil (((m ay) 1) ((k r ow b) 1))) +("microbes" nil (((m ay) 1) ((k r ow b z) 1))) +("microbial" nil (((m ay) 0) ((k r ow) 1) ((b iy) 0) ((ax l) 0))) +("microbilt" nil (((m ay) 1) ((k r ow) 0) ((b ih l t) 1))) +("microbiologist" nil (((m ay) 1) ((k r ow) 0) ((b iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("microbiology" nil (((m ay) 1) ((k r ow) 0) ((b ay) 1) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("microbreweries" nil (((m ay) 1) ((k r ow) 1) ((b r uw) 1) ((er) 0) ((iy z) 0))) +("microbrewery" nil (((m ay) 1) ((k r ow) 1) ((b r uw) 1) ((er) 0) ((iy) 0))) +("microchip" nil (((m ay) 1) ((k r ow) 1) ((ch ih p) 1))) +("microchips" nil (((m ay) 1) ((k r ow) 1) ((ch ih p s) 1))) +("microcircuits" nil (((m ay) 1) ((k r ow) 0) ((s er) 1) ((k ax t s) 0))) +("microclimates" nil (((m ay) 1) ((k r ow) 0) ((k l ay) 1) ((m ax t s) 0))) +("microcode" nil (((m ay) 1) ((k r ow) 0) ((k ow d) 1))) +("microcom" nil (((m ay) 1) ((k r ow) 0) ((k aa m) 1))) +("microcomputer" nil (((m ay) 1) ((k r ow) 1) ((k ax m) 0) ((p y uw) 1) ((t er) 0))) +("microcomputers" nil (((m ay) 1) ((k r ow) 1) ((k ax m) 0) ((p y uw) 1) ((t er z) 0))) +("microcosm" nil (((m ay) 1) ((k r ax) 0) ((k aa) 1) ((z ax m) 0))) +("microdyne" nil (((m ay) 1) ((k r ow) 0) ((d ay n) 1))) +("microeconomic" nil (((m ay) 1) ((k r ow) 0) ((eh) 1) ((k ax) 0) ((n aa) 1) ((m ih k) 0))) +("microeconomics" nil (((m ay) 1) ((k r ow) 0) ((eh) 1) ((k ax) 0) ((n aa) 1) ((m ih k s) 0))) +("microelectronic" nil (((m ay) 1) ((k r ow) 0) ((ih) 0) ((l eh k) 0) ((t r aa) 1) ((n ih k) 0))) +("microelectronics" nil (((m ay) 1) ((k r ow) 0) ((ih) 0) ((l eh k) 0) ((t r aa) 1) ((n ih k s) 0))) +("microelettronica" nil (((m ay) 1) ((k r ow) 0) ((ih) 0) ((l eh) 0) ((t r aa) 1) ((n ih) 0) ((k ax) 0))) +("microfiche" nil (((m ay) 1) ((k r ow) 0) ((f iy ch) 1))) +("microfilm" nil (((m ay) 1) ((k r ax) 0) ((f ih l m) 1))) +("microfossils" nil (((m ay) 1) ((k r ow) 1) ((f aa) 1) ((s ax l z) 0))) +("microgenesys" nil (((m ay) 1) ((k r ow) 0) ((jh eh) 1) ((n ax) 0) ((s ih s) 0))) +("micrografx" nil (((m ay) 1) ((k r ow) 0) ((g r ae) 1) ((f eh k s) 0))) +("micrograms" nil (((m ay) 1) ((k r ow) 0) ((g r ae m z) 1))) +("micrographic" nil (((m ay) 1) ((k r ow) 0) ((g r ae) 1) ((f ih k) 0))) +("micrographics" nil (((m ay) 1) ((k r ow) 0) ((g r ae) 1) ((f ih k s) 0))) +("micromanage" nil (((m ay) 1) ((k r ow) 0) ((m ae) 1) ((n ih jh) 0))) +("micromanagement" nil (((m ay) 1) ((k r ow) 0) ((m ae) 1) ((n ih jh) 0) ((m ax n t) 0))) +("micrometer" nil (((m ay) 0) ((k r aa) 1) ((m ax) 0) ((t er) 0))) +("micron" nil (((m ay) 1) ((k r aa n) 1))) +("micronesia" nil (((m ay) 1) ((k r ow) 0) ((n iy) 1) ((zh ax) 0))) +("micronics" nil (((m ay) 1) ((k r ao) 1) ((n ih k s) 1))) +("microns" nil (((m ay) 1) ((k r aa n z) 1))) +("microorganism" nil (((m ay) 1) ((k r ow) 0) ((ao r) 1) ((g ax) 0) ((n ih) 1) ((z ax m) 0))) +("microorganisms" nil (((m ay) 1) ((k r ow) 0) ((ao r) 1) ((g ax) 0) ((n ih) 1) ((z ax m z) 0))) +("micropaleontology" nil (((m ay) 1) ((k r ow) 0) ((p ey) 1) ((l iy) 0) ((ax n) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("microphone" nil (((m ay) 1) ((k r ax) 0) ((f ow n) 1))) +("microphones" nil (((m ay) 1) ((k r ow) 0) ((f ow n z) 1))) +("micropolis" nil (((m ay) 1) ((k r ao) 1) ((p ax) 0) ((l ih s) 0))) +("micropro" nil (((m ay) 1) ((k r ow) 0) ((p r ow) 1))) +("microprocessor" nil (((m ay) 1) ((k r ow) 0) ((p r aa) 1) ((s eh) 0) ((s er) 0))) +("microprocessors" nil (((m ay) 1) ((k r ow) 0) ((p r aa) 1) ((s eh) 0) ((s er z) 0))) +("microprose" nil (((m ay) 1) ((k r ow) 0) ((p r ow z) 1))) +("micros" nil (((m ay) 1) ((k r ow z) 0))) +("microscope" nil (((m ay) 1) ((k r ax) 0) ((s k ow p) 1))) +("microscopes" nil (((m ay) 1) ((k r ax) 0) ((s k ow p s) 1))) +("microscopic" nil (((m ay) 1) ((k r ax) 0) ((s k aa) 1) ((p ih k) 0))) +("microscopically" nil (((m ay) 1) ((k r ax) 0) ((s k aa) 1) ((p ih) 0) ((k l iy) 0))) +("microsemi" nil (((m ay) 1) ((k r ow) 0) ((s eh) 1) ((m iy) 0))) +("microsoft" nil (((m ay) 1) ((k r ow) 1) ((s ao f t) 1))) +("microsystems" nil (((m ay) 1) ((k r ow) 1) ((s ih) 1) ((s t ax m z) 0))) +("microtel" nil (((m ay) 1) ((k r ow) 0) ((t eh l) 1))) +("microtubules" nil (((m ay) 1) ((k r ow) 1) ((t uw) 1) ((b y uw l z) 0))) +("microvax" nil (((m ay) 1) ((k r ow) 0) ((v ae k s) 1))) +("microware" nil (((m ay) 1) ((k r ow) 1) ((w eh r) 1))) +("microwavable" nil (((m ay) 1) ((k r ow) 0) ((w ey) 1) ((v ax) 0) ((b ax l) 0))) +("microwave" nil (((m ay) 1) ((k r ax) 0) ((w ey v) 1))) +("microwaved" nil (((m ay) 1) ((k r ow) 0) ((w ey v d) 1))) +("microwaves" nil (((m ay) 1) ((k r ow) 0) ((w ey v z) 1))) +("microx" nil (((m ih) 1) ((k r ax k s) 0))) +("micucci" nil (((m iy) 0) ((k uw) 1) ((ch iy) 0))) +("mid" nil (((m ih d) 1))) +("midafternoon" nil (((m ih) 1) ((d ae f) 1) ((t er) 0) ((n uw n) 1))) +("midair" nil (((m ih) 1) ((d eh r) 1))) +("midamerica" nil (((m ih) 1) ((d ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("midas" nil (((m ay) 1) ((d ax s) 0))) +("midcap" nil (((m ih d) 1) ((k ae p) 1))) +("midcentury" nil (((m ih d) 0) ((s eh n) 1) ((ch er) 0) ((iy) 0))) +("midcon" nil (((m ih d) 1) ((k aa n) 1))) +("midcontinent" nil (((m ih d) 0) ((k aa n) 1) ((t ih) 0) ((n ax n t) 0))) +("midcourse" nil (((m ih d) 1) ((k ao r s) 1))) +("middaugh" nil (((m ih) 1) ((d ao) 0))) +("midday" nil (((m ih d) 1) ((d ey) 1))) +("middendorf" nil (((m ih) 1) ((d ax n) 0) ((d ao r f) 1))) +("middenstandsbank" nil (((m ih) 0) ((d eh n) 1) ((s t ae n d z) 0) ((b ae ng k) 1))) +("middle" nil (((m ih) 1) ((d ax l) 0))) +("middlebrook" nil (((m ih) 1) ((d ax l) 0) ((b r uh k) 1))) +("middlebrooks" nil (((m ih) 1) ((d ax l) 0) ((b r uh k s) 1))) +("middleburg" nil (((m ih) 1) ((d ax l) 0) ((b er g) 0))) +("middlebury" nil (((m ih) 1) ((d ax l) 0) ((b eh) 1) ((r iy) 0))) +("middlekauff" nil (((m ih) 1) ((d ax l) 0) ((k ow f) 0))) +("middleman" nil (((m ih) 1) ((d ax l) 0) ((m ae n) 1))) +("middlemen" nil (((m ih) 1) ((d ax l) 0) ((m eh n) 1))) +("middlemiss" nil (((m ih) 1) ((d ax l) 0) ((m ih s) 1))) +("middlesex" nil (((m ih) 1) ((d ax l) 0) ((s eh k s) 1))) +("middlesworth" nil (((m ih) 1) ((d ax l) 0) ((z w er th) 1))) +("middleton" nil (((m ih) 1) ((d ax l) 0) ((t ax n) 0))) +("middletown" nil (((m ih) 1) ((d ax l) 0) ((t aw n) 1))) +("middleweight" nil (((m ih) 1) ((d ax l) 0) ((w ey t) 1))) +("middling" nil (((m ih) 1) ((d ax) 0) ((l ih ng) 0))) +("mideast" nil (((m ih) 1) ((d iy s t) 1))) +("mideastern" nil (((m ih) 1) ((d iy) 1) ((s t er n) 0))) +("midflight" nil (((m ih d) 1) ((f l ay t) 1))) +("midges" nil (((m ih) 1) ((jh ax z) 0))) +("midget" nil (((m ih) 1) ((jh ax t) 0))) +("midgetman" nil (((m ih) 1) ((jh ax t) 0) ((m ae n) 1))) +("midgett" nil (((m ih) 1) ((jh ih t) 0))) +("midgette" nil (((m ih) 0) ((jh eh t) 1))) +("midgley" nil (((m ih jh) 1) ((l iy) 0))) +("midi" nil (((m iy) 1) ((d iy) 0))) +("midjourney" nil (((m ih d) 1) ((jh er) 1) ((n iy) 0))) +("midkiff" nil (((m ih d) 1) ((k ih f) 0))) +("midland" nil (((m ih d) 1) ((l ae n d) 1))) +("midlands" nil (((m ih d) 1) ((l ae n d z) 1))) +("midlantic" nil (((m ih d) 0) ((l ae n) 1) ((t ih k) 0))) +("midler" nil (((m ih d) 1) ((l er) 0))) +("midlevel" nil (((m ih d) 1) ((l ax) 0) ((v ax l) 0))) +("midlife" nil (((m ih d) 1) ((l ay f) 1))) +("midmorning" nil (((m ih d) 1) ((m ao r) 1) ((n ih ng) 0))) +("midnight" nil (((m ih d) 1) ((n ay t) 1))) +("midpac" nil (((m ih d) 1) ((p ae k) 1))) +("midpoint" nil (((m ih d) 1) ((p oy n t) 1))) +("midpriced" nil (((m ih d) 1) ((p r ay s t) 1))) +("midrange" nil (((m ih) 1) ((d r ey n jh) 1))) +("midrib" nil (((m ih) 1) ((d r ih b) 0))) +("midseason" nil (((m ih d) 1) ((s iy) 1) ((z ax n) 0))) +("midsection" nil (((m ih d) 1) ((s eh k) 1) ((sh ax n) 0))) +("midsession" nil (((m ih d) 1) ((s eh) 1) ((sh ax n) 0))) +("midshipman" nil (((m ih d) 1) ((sh ih p) 1) ((m ax n) 0))) +("midshipmen" nil (((m ih d) 1) ((sh ih p) 1) ((m eh n) 0))) +("midsize" nil (((m ih d) 1) ((s ay z) 1))) +("midsized" nil (((m ih d) 1) ((s ay z d) 1))) +("midst" nil (((m ih d s t) 1))) +("midstream" nil (((m ih d) 1) ((s t r iy m) 1))) +("midsummer" nil (((m ih d) 1) ((s ah) 1) ((m er) 0))) +("midterm" nil (((m ih d) 1) ((t er m) 1))) +("midthun" nil (((m ih d) 1) ((th ax n) 0))) +("midtown" nil (((m ih d) 1) ((t aw n) 1))) +("midura" nil (((m iy) 0) ((d uh) 1) ((r ax) 0))) +("midway" nil (((m ih) 1) ((d w ey) 1))) +("midweek" nil (((m ih) 1) ((d w iy k) 1))) +("midwest" nil (((m ih) 1) ((d w eh s t) 1))) +("midwestern" nil (((m ih) 0) ((d w eh) 1) ((s t er n) 0))) +("midwesterner" nil (((m ih) 1) ((d w eh) 1) ((s t er) 0) ((n er) 0))) +("midwesterners" nil (((m ih) 0) ((d w eh) 1) ((s t er) 0) ((n er z) 0))) +("midwife" nil (((m ih) 1) ((d w ay f) 1))) +("midwifery" nil (((m ih) 1) ((d w ay) 1) ((f er) 0) ((iy) 0))) +("midwinter" nil (((m ih) 1) ((d w ih n) 1) ((t er) 0))) +("midwives" nil (((m ih) 1) ((d w ay v z) 1))) +("midyear" nil (((m ih) 1) ((d y ih r) 1))) +("midyett" nil (((m ih) 1) ((d y eh t) 1))) +("midyette" nil (((m ih) 1) ((d y eh t) 1))) +("mie" nil (((m y eh) 1))) +("miears" nil (((m iy) 0) ((ih r z) 1))) +("mieczkowski" nil (((m iy ch) 0) ((k ao f) 1) ((s k iy) 0))) +("mieczyslaw" nil (((m iy) 1) ((ch ih) 0) ((s l ao) 1))) +("miedema" nil (((m iy) 0) ((d eh) 1) ((m ax) 0))) +("mielcarek" nil (((m iy l) 0) ((k aa) 1) ((r eh k) 0))) +("miele" nil (((m iy l) 1))) +("mielke" nil (((m iy l) 1) ((k iy) 0))) +("mien" nil (((m iy n) 1))) +("mieno" nil (((m iy) 1) ((n ow) 0))) +("mier" nil (((m ay) 1) ((er) 0))) +("miera" nil (((m iy) 1) ((r ax) 0))) +("mieras" nil (((m ih) 0) ((r aa z) 1))) +("miers" nil (((m ay) 1) ((er z) 0))) +("miert" nil (((m ay) 1) ((er t) 0))) +("mierzejewski" nil (((m ih r) 0) ((z ey) 0) ((eh f) 1) ((s k iy) 0))) +("mierzwa" nil (((m iy r) 1) ((z w ax) 0))) +("mies" nil (((m ay z) 1))) +("miesner" nil (((m iy z) 1) ((n er) 0))) +("miesse" nil (((m iy s) 1))) +("miffed" nil (((m ih f t) 1))) +("mifflin" nil (((m ih) 1) ((f l ih n) 0))) +("mifsud" nil (((m ih f) 1) ((s ax d) 0))) +("mig" nil (((m ih g) 1))) +("migdal" nil (((m ih g) 1) ((d ax l) 0))) +("migent" nil (((m ih) 1) ((jh ax n t) 0))) +("miggins" nil (((m ih) 1) ((g ih n z) 0))) +("might" nil (((m ay t) 1))) +("mightiest" nil (((m ay) 1) ((t iy) 0) ((ax s t) 0))) +("mightily" nil (((m ay) 1) ((t ax) 0) ((l iy) 0))) +("mightnt" nil (((m ay) 0) ((t ax n t) 0))) +("mightnt" nil (((m ay t n t) 1))) +("mighty" nil (((m ay) 1) ((t iy) 0))) +("migliaccio" nil (((m iy) 0) ((g l iy) 0) ((aa) 1) ((ch iy) 0) ((ow) 0))) +("migliore" nil (((m iy) 0) ((g l iy) 0) ((ao) 1) ((r iy) 0))) +("mignanelli" nil (((m ih g) 0) ((n ax) 0) ((n eh) 1) ((l iy) 0))) +("mignano" nil (((m iy g) 0) ((n aa) 1) ((n ow) 0))) +("migneault" nil (((m ih g) 0) ((n ow) 1))) +("mignogna" nil (((m iy g) 0) ((n ow g) 1) ((n ax) 0))) +("mignon" nil (((m ih g) 1) ((n ax n) 0))) +("mignone" nil (((m iy g) 0) ((n ow) 1) ((n iy) 0))) +("mignons" nil (((m ih g) 1) ((n ax n z) 0))) +("migra" nil (((m ih) 1) ((g r ax) 0))) +("migraine" nil (((m ay) 1) ((g r ey n) 1))) +("migraines" nil (((m ay) 1) ((g r ey n z) 1))) +("migrant" nil (((m ay) 1) ((g r ax n t) 0))) +("migrants" nil (((m ay) 1) ((g r ax n t s) 0))) +("migrate" nil (((m ay) 1) ((g r ey t) 1))) +("migrated" nil (((m ay) 1) ((g r ey) 1) ((t ih d) 0))) +("migrating" nil (((m ay) 1) ((g r ey) 1) ((t ih ng) 0))) +("migration" nil (((m ay) 0) ((g r ey) 1) ((sh ax n) 0))) +("migrations" nil (((m ay) 0) ((g r ey) 1) ((sh ax n z) 0))) +("migratory" nil (((m ay) 1) ((g r ax) 0) ((t ao) 1) ((r iy) 0))) +("migs" nil (((m ih g z) 1))) +("miguel" nil (((m ih) 0) ((g eh l) 1))) +("migues" nil (((m iy) 1) ((g eh s) 0))) +("miguez" nil (((m iy) 0) ((g eh z) 1))) +("mihai" nil (((m iy) 1) ((hh ay) 1))) +("mihal" nil (((m ay) 1) ((hh ax l) 0))) +("mihalek" nil (((m ih) 1) ((hh ax) 0) ((l eh k) 0))) +("mihalic" nil (((m ih) 0) ((hh ae) 1) ((l ih k) 0))) +("mihalik" nil (((m ih) 1) ((hh ax) 0) ((l ih k) 0))) +("mihalko" nil (((m ih) 0) ((hh ae l) 1) ((k ow) 0))) +("mihaly" nil (((m ih) 1) ((hh ax) 0) ((l iy) 0))) +("mihelich" nil (((m ih) 1) ((hh ih) 0) ((l ih k) 0))) +("mihm" nil (((m ih m) 1))) +("mihn" nil (((m ih n) 1))) +("mihok" nil (((m ih) 1) ((hh ax k) 0))) +("mijares" nil (((m iy) 0) ((y aa) 1) ((r eh s) 0))) +("mika" nil (((m iy) 1) ((k ax) 0))) +("mikado" nil (((m ih) 0) ((k aa) 1) ((d ow) 0))) +("mikaela" nil (((m iy) 0) ((k ey) 1) ((l ax) 0))) +("mikal" nil (((m iy) 1) ((k ax l) 0))) +("mike" nil (((m ay k) 1))) +("mikel" nil (((m ih) 1) ((k ax l) 0))) +("mikell" nil (((m ih) 1) ((k ax l) 0))) +("mikels" nil (((m ih) 1) ((k ax l z) 0))) +("mikelson" nil (((m ih) 1) ((k ih l) 0) ((s ax n) 0))) +("mikes" nil (((m ay k s) 1))) +("mikesell" nil (((m ih) 1) ((k ih) 0) ((s ax l) 0))) +("mikesh" nil (((m ih) 1) ((k ih sh) 0))) +("mikeska" nil (((m ih) 0) ((k eh) 1) ((s k ax) 0))) +("mikey" nil (((m ay) 1) ((k iy) 0))) +("mikhail" nil (((m ih) 0) ((k ey l) 1))) +("mikita" nil (((m ih) 0) ((k iy) 1) ((t ax) 0))) +("mikkelsen" nil (((m ih) 0) ((k eh l) 1) ((s ax n) 0))) +("mikkelson" nil (((m ih) 1) ((k ih l) 0) ((s ax n) 0))) +("mikkola" nil (((m ih) 0) ((k ow) 1) ((l ax) 0))) +("miklas" nil (((m ay) 1) ((k l ax z) 0))) +("mikles" nil (((m ay) 1) ((k ax l z) 0))) +("miklos" nil (((m iy) 1) ((k l ow s) 0))) +("miko" nil (((m ay) 1) ((k ow) 0))) +("mikol" nil (((m ih) 1) ((k ao l) 0))) +("mikolajczak" nil (((m ih) 0) ((k aa) 1) ((l ay) 0) ((ch ae k) 0))) +("mikolajczyk" nil (((m ih) 0) ((k aa) 1) ((l ay) 0) ((ch ih k) 0))) +("mikos" nil (((m ay) 1) ((k ow z) 0))) +("mikrut" nil (((m ih) 1) ((k r ax t) 0))) +("miksch" nil (((m ih k sh) 1))) +("mikula" nil (((m ih) 0) ((k uw) 1) ((l ax) 0))) +("mikulak" nil (((m ih) 0) ((k uw) 1) ((l ax k) 0))) +("mikulec" nil (((m ih) 0) ((k uw) 1) ((l ih k) 0))) +("mikulic" nil (((m ih) 0) ((k uw) 1) ((l ih k) 0))) +("mikulich" nil (((m ih) 0) ((k y uw) 1) ((l ih hh) 0))) +("mikulski" nil (((m ih) 0) ((k ah l) 1) ((s k iy) 0))) +("mikus" nil (((m ay) 1) ((k ax s) 0))) +("mikva" nil (((m ih k) 1) ((v ax) 0))) +("mikz" nil (((m ih k s) 1))) +("mil" nil (((m ih l) 1))) +("milacron" nil (((m ih) 1) ((l ax) 0) ((k r aa n) 0))) +("milagro" nil (((m ih) 0) ((l ae) 1) ((g r ow) 0))) +("milam" nil (((m ih) 1) ((l ax m) 0))) +("milan" nil (((m ax) 0) ((l aa n) 1))) +("milani" nil (((m iy) 0) ((l aa) 1) ((n iy) 0))) +("milano" nil (((m iy) 0) ((l aa) 1) ((n ow) 0))) +("milanowski" nil (((m ih) 0) ((l ax) 0) ((n ao f) 1) ((s k iy) 0))) +("milardo" nil (((m iy) 0) ((l aa r) 1) ((d ow) 0))) +("milas" nil (((m ay) 1) ((l ax z) 0))) +("milazzo" nil (((m iy) 0) ((l aa) 1) ((z ow) 0))) +("milbank" nil (((m ih l) 1) ((b ae ng k) 1))) +("milbauer" nil (((m ih l) 1) ((b aw) 0) ((er) 0))) +("milberg" nil (((m ih l) 1) ((b er g) 0))) +("milberger" nil (((m ih l) 1) ((b er) 0) ((g er) 0))) +("milbourn" nil (((m ih l) 0) ((b uh r n) 1))) +("milbourne" nil (((m ih l) 0) ((b uh r n) 1))) +("milbrandt" nil (((m ih l) 1) ((b r ax n t) 0))) +("milbrath" nil (((m ih l) 1) ((b r ax th) 0))) +("milburn" nil (((m ih l) 1) ((b er n) 1))) +("milby" nil (((m ih l) 1) ((b iy) 0))) +("milch" nil (((m ih l ch) 1))) +("mild" nil (((m ay l d) 1))) +("mildenberger" nil (((m ay l) 1) ((d ax n) 0) ((b er) 0) ((g er) 0))) +("milder" nil (((m ay l) 1) ((d er) 0))) +("mildest" nil (((m ay l) 1) ((d ax s t) 0))) +("mildew" nil (((m ih l) 1) ((d uw) 1))) +("mildews" nil (((m ih l) 1) ((d uw z) 1))) +("mildly" nil (((m ay l d) 1) ((l iy) 0))) +("mildred" nil (((m ih l) 1) ((d r ih d) 0))) +("mildrid" nil (((m ih l) 1) ((d er) 0) ((ih d) 0))) +("mile" nil (((m ay l) 1))) +("mileage" nil (((m ay) 1) ((l ax jh) 0))) +("mileham" nil (((m ih) 1) ((l ih) 0) ((hh ae m) 0))) +("miler" nil (((m ay) 1) ((l er) 0))) +("miles" nil (((m ay l z) 1))) +("mileski" nil (((m ih) 0) ((l eh) 1) ((s k iy) 0))) +("milestone" nil (((m ay l) 1) ((s t ow n) 1))) +("milestones" nil (((m ay l) 1) ((s t ow n z) 1))) +("miletich" nil (((m ih) 1) ((l ih) 0) ((t ih k) 0))) +("milewski" nil (((m ih) 0) ((l eh f) 1) ((s k iy) 0))) +("miley" nil (((m ay) 1) ((l iy) 0))) +("milford" nil (((m ih l) 1) ((f er d) 0))) +("milgram" nil (((m ih l) 1) ((g r ae m) 1))) +("milham" nil (((m ih l) 1) ((hh ax m) 0))) +("milhoan" nil (((m ih l) 1) ((hh ow n) 0))) +("milholland" nil (((m ih l) 1) ((hh ax) 0) ((l ax n d) 0))) +("milhollin" nil (((m ih l) 0) ((hh aa) 1) ((l ih n) 0))) +("milhorn" nil (((m ih l) 1) ((hh er n) 0))) +("milhous" nil (((m ih l) 1) ((hh aw s) 1))) +("milhouse" nil (((m ih l) 1) ((hh aw s) 1))) +("milian" nil (((m ih) 1) ((l iy) 0) ((ax n) 0))) +("milicent" nil (((m ih) 1) ((l ih) 0) ((s ih n t) 0))) +("milich" nil (((m ih) 1) ((l ih k) 0))) +("milici" nil (((m iy) 0) ((l iy) 1) ((ch iy) 0))) +("milieu" nil (((m ih) 0) ((l y uh) 1))) +("milissent" nil (((m ih) 1) ((l ih) 0) ((s ax n t) 0))) +("militancy" nil (((m ih) 1) ((l ax) 0) ((t ax n) 0) ((s iy) 0))) +("militant" nil (((m ih) 1) ((l ax) 0) ((t ax n t) 0))) +("militants" nil (((m ih) 1) ((l ax) 0) ((t ax n t s) 0))) +("militaries" nil (((m ih) 1) ((l ax) 0) ((t eh) 1) ((r iy z) 0))) +("militarily" nil (((m ih) 1) ((l ax) 0) ((t eh) 1) ((r ax) 0) ((l iy) 0))) +("militarism" nil (((m ih) 1) ((l ax) 0) ((t er) 0) ((ih) 1) ((z ax m) 0))) +("militaristic" nil (((m ih) 1) ((l ih) 0) ((t er) 0) ((ih) 1) ((s t ih k) 0))) +("militarists" nil (((m ih) 1) ((l ax) 0) ((t er) 0) ((ih s t s) 0))) +("militarized" nil (((m ih) 1) ((l ax) 0) ((t er) 0) ((ay z d) 1))) +("military" nil (((m ih) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0))) +("militate" nil (((m ih) 1) ((l ih) 0) ((t ey t) 1))) +("militello" nil (((m iy) 0) ((l iy) 0) ((t eh) 1) ((l ow) 0))) +("militia" nil (((m ax) 0) ((l ih) 1) ((sh ax) 0))) +("militiamen" nil (((m ax) 0) ((l ih) 1) ((sh ax) 0) ((m ih n) 0))) +("militias" nil (((m ax) 0) ((l ih) 1) ((sh ax z) 0))) +("milito" nil (((m iy) 0) ((l iy) 1) ((t ow) 0))) +("milius" nil (((m ay) 1) ((l iy) 0) ((ih s) 0))) +("milk" nil (((m ih l k) 1))) +("milke" nil (((m ih l k) 1))) +("milked" nil (((m ih l k t) 1))) +("milken" nil (((m ih l) 1) ((k ax n) 0))) +("milkens" nil (((m ih l) 1) ((k ax n z) 0))) +("milking" nil (((m ih l) 1) ((k ih ng) 0))) +("milkman" nil (((m ih l k) 1) ((m ae n) 1))) +("milko" nil (((m ih l) 1) ((k ow) 0))) +("milkovich" nil (((m ih l) 1) ((k ax) 0) ((v ih ch) 0))) +("milkowski" nil (((m ih l) 0) ((k ao f) 1) ((s k iy) 0))) +("milks" nil (((m ih l k s) 1))) +("milkshake" nil (((m ih l k) 1) ((sh ey k) 1))) +("milkweed" nil (((m ih l) 1) ((k w iy d) 1))) +("milky" nil (((m ih l) 1) ((k iy) 0))) +("mill" nil (((m ih l) 1))) +("millage" nil (((m ih) 1) ((l ih jh) 0))) +("millan" nil (((m ih) 1) ((l ax n) 0))) +("millar" nil (((m ih) 1) ((l er) 0))) +("millard" nil (((m ih) 1) ((l er d) 0))) +("millau" nil (((m ih) 1) ((l aw) 0))) +("millay" nil (((m ih) 0) ((l ey) 1))) +("millburn" nil (((m ih l) 1) ((b er n) 0))) +("mille" nil (((m ih l) 1))) +("milled" nil (((m ih l d) 1))) +("milledge" nil (((m ih) 1) ((l ih jh) 0))) +("millen" nil (((m ih) 1) ((l ax n) 0))) +("millender" nil (((m ih) 1) ((l eh n) 0) ((d er) 0))) +("millenia" nil (((m ax) 0) ((l eh) 1) ((n iy) 0) ((ax) 0))) +("millennia" nil (((m ax) 0) ((l eh) 1) ((n iy) 0) ((ax) 0))) +("millennial" nil (((m ih) 0) ((l eh) 1) ((n iy) 0) ((ax l) 0))) +("millennium" nil (((m ax) 0) ((l eh) 1) ((n iy) 0) ((ax m) 0))) +("millenniums" nil (((m ax) 0) ((l eh) 1) ((n iy) 0) ((ax m z) 0))) +("miller" nil (((m ih) 1) ((l er) 0))) +("millerick" nil (((m ih) 1) ((l er) 0) ((ih k) 0))) +("millers" nil (((m ih) 1) ((l er z) 0))) +("milleson" nil (((m ih) 1) ((l ih) 0) ((s ax n) 0))) +("millet" nil (((m ih) 1) ((l ax t) 0))) +("millets" nil (((m ih) 1) ((l ax t s) 0))) +("millett" nil (((m ih) 1) ((l ih t) 0))) +("millette" nil (((m ih) 0) ((l eh t) 1))) +("milley" nil (((m ih) 1) ((l iy) 0))) +("millhouse" nil (((m ih l) 1) ((hh aw s) 1))) +("millibar" nil (((m ih) 1) ((l ax) 0) ((b aa r) 1))) +("millican" nil (((m ih) 1) ((l ih) 0) ((k ax n) 0))) +("millicent" nil (((m ih) 1) ((l ih) 0) ((s ih n t) 0))) +("millicom" nil (((m ih) 1) ((l ih) 0) ((k ax m) 0))) +("millie" nil (((m ih) 1) ((l iy) 0))) +("milliet" nil (((m ih) 1) ((l iy) 0) ((eh t) 1))) +("milligal" nil (((m ih) 1) ((l ih) 0) ((g ax l) 0))) +("milligan" nil (((m ih) 1) ((l ih) 0) ((g ax n) 0))) +("milligram" nil (((m ih) 1) ((l ax) 0) ((g r ae m) 1))) +("milligrams" nil (((m ih) 1) ((l ax) 0) ((g r ae m z) 1))) +("millikan" nil (((m ih) 1) ((l ax) 0) ((k ax n) 0))) +("milliken" nil (((m ih) 1) ((l ih) 0) ((k ax n) 0))) +("millikin" nil (((m ih) 1) ((l ih) 0) ((k ih n) 0))) +("milliliters" nil (((m ih) 1) ((l ax) 0) ((l iy) 1) ((t er z) 0))) +("milliman" nil (((m ih) 1) ((l ih) 0) ((m ax n) 0))) +("millimeter" nil (((m ih) 1) ((l ax) 0) ((m iy) 1) ((t er) 0))) +("millimeters" nil (((m ih) 1) ((l ax) 0) ((m iy) 1) ((t er z) 0))) +("millin" nil (((m ih) 1) ((l ax n) 0))) +("milliner" nil (((m ih) 1) ((l ih) 0) ((n er) 0))) +("milling" nil (((m ih) 1) ((l ih ng) 0))) +("millington" nil (((m ih) 1) ((l ih ng) 0) ((t ax n) 0))) +("million" nil (((m ih) 1) ((l y ax n) 0))) +("millionaire" nil (((m ih) 1) ((l y ax) 0) ((n eh r) 1))) +("millionaires" nil (((m ih) 1) ((l y ax) 0) ((n eh r z) 1))) +("millions" nil (((m ih) 1) ((l y ax n z) 0))) +("millionth" nil (((m ih) 1) ((l y ax n th) 0))) +("millionths" nil (((m ih) 1) ((l y ax n t th s) 0))) +("millipore" nil (((m ih) 1) ((l ih) 0) ((p ao r) 1))) +("milliron" nil (((m ih) 1) ((l er) 0) ((ax n) 0))) +("millirons" nil (((m ih) 1) ((l er) 0) ((ow n z) 0))) +("millis" nil (((m ih) 1) ((l ih s) 0))) +("millisent" nil (((m ih) 1) ((l ax) 0) ((s ax n t) 0))) +("milllion" nil (((m ih) 1) ((l y ax n) 0))) +("millman" nil (((m ih l) 1) ((m ax n) 0))) +("milln" nil (((m ih l n) 1))) +("millner" nil (((m ih l) 1) ((n er) 0))) +("millon" nil (((m ih) 1) ((l ax n) 0))) +("milloy" nil (((m ih) 1) ((l oy) 0))) +("mills" nil (((m ih l z) 1))) +("millsap" nil (((m ih l) 1) ((s ae p) 1))) +("millsaps" nil (((m ih l) 1) ((s ae p s) 1))) +("millspaugh" nil (((m ih l) 1) ((s p ao) 0))) +("millstein" nil (((m ih l) 1) ((s t ay n) 1))) +("millstone" nil (((m ih l) 1) ((s t ow n) 1))) +("millward" nil (((m ih l) 1) ((w er d) 0))) +("millwood" nil (((m ih l) 1) ((w uh d) 1))) +("milly" nil (((m ih) 1) ((l iy) 0))) +("milman" nil (((m ih l) 1) ((m ax n) 0))) +("milne" nil (((m ih l n) 1))) +("milner" nil (((m ih l) 1) ((n er) 0))) +("milnes" nil (((m ih l n z) 1))) +("milo" nil (((m ay) 1) ((l ow) 0))) +("milonas" nil (((m iy) 0) ((l ow) 1) ((n aa z) 0))) +("milone" nil (((m ih) 0) ((l ow n) 1))) +("milos" nil (((m iy) 1) ((l ow z) 0))) +("milosevic" nil (((m ih) 0) ((l ow) 1) ((s ax) 0) ((v ih k) 0))) +("milosevich" nil (((m ih) 0) ((l aa) 1) ((s ih) 0) ((v ih ch) 0))) +("milosh" nil (((m ih) 0) ((l ao sh) 1))) +("milot" nil (((m ih) 1) ((l ax t) 0))) +("milpitas" nil (((m ih l) 0) ((p iy) 1) ((t ax s) 0))) +("milroy" nil (((m ih l) 1) ((r oy) 1))) +("mils" nil (((m ih l z) 1))) +("milsap" nil (((m ih l) 1) ((s ae p) 1))) +("milson" nil (((m ih l) 1) ((s ax n) 0))) +("milstead" nil (((m ih l) 1) ((s t eh d) 1))) +("milstein" nil (((m ih l) 1) ((s t ay n) 1))) +("milt" nil (((m ih l t) 1))) +("miltenberger" nil (((m ih l) 1) ((t ax n) 0) ((b er) 0) ((g er) 0))) +("miltner" nil (((m ih l t) 1) ((n er) 0))) +("milton" nil (((m ih l) 1) ((t ax n) 0))) +("miltonic" nil (((m ih l) 0) ((t aa) 1) ((n ih k) 0))) +("milu" nil (((m iy) 1) ((l uw) 1))) +("milum" nil (((m ih) 1) ((l ax m) 0))) +("milunovich" nil (((m ih) 0) ((l uw) 1) ((n ax) 0) ((v ih ch) 0))) +("milward" nil (((m ih l) 1) ((w er d) 0))) +("milwaukee" nil (((m ih l) 0) ((w ao) 1) ((k iy) 0))) +("milz" nil (((m ih l z) 1))) +("mim" nil (((m ih m) 1))) +("mimbs" nil (((m ih m z) 1))) +("mime" nil (((m ay m) 1))) +("mimeograph" nil (((m ih) 1) ((m iy) 0) ((ax) 0) ((g r ae f) 1))) +("mimi" nil (((m iy) 1) ((m iy) 0))) +("mimic" nil (((m ih) 1) ((m ih k) 0))) +("mimicked" nil (((m ih) 1) ((m ih k t) 0))) +("mimicking" nil (((m ih) 1) ((m ih) 0) ((k ih ng) 0))) +("mimicry" nil (((m ih) 1) ((m ih) 0) ((k r iy) 0))) +("mimics" nil (((m ih) 1) ((m ih k s) 0))) +("mimis" nil (((m iy) 1) ((m iy z) 0))) +("mimms" nil (((m ih m z) 1))) +("mimnaugh" nil (((m ih m) 1) ((n aw) 0))) +("mimosa" nil (((m ih) 0) ((m ow) 1) ((s ax) 0))) +("mims" nil (((m ih m z) 1))) +("min" nil (((m ih n) 1))) +("mina" nil (((m iy) 1) ((n ax) 0))) +("minahan" nil (((m ih) 1) ((n ax) 0) ((hh ae n) 0))) +("minami" nil (((m iy) 0) ((n aa) 1) ((m iy) 0))) +("minamide" nil (((m ih) 1) ((n ax) 0) ((m iy) 1) ((d ey) 0))) +("minar" nil (((m ay) 1) ((n er) 0))) +("minard" nil (((m ih) 0) ((n aa r d) 1))) +("minardos" nil (((m ih) 0) ((n aa r) 1) ((d ow s) 0))) +("minarets" nil (((m ih) 1) ((n er) 0) ((eh t s) 1))) +("minarik" nil (((m ih) 1) ((n er) 0) ((ih k) 0))) +("minas" nil (((m iy) 1) ((n ax s) 0))) +("minasian" nil (((m ih) 0) ((n ae) 1) ((zh ih n) 0))) +("minassian" nil (((m ih) 0) ((n ae s) 1) ((zh ih n) 0))) +("minatome" nil (((m ih) 1) ((n ax) 0) ((t ow m) 1))) +("minc" nil (((m ih ng k) 1))) +("mince" nil (((m ih n s) 1))) +("minced" nil (((m ih n s t) 1))) +("mincemeat" nil (((m ih n) 1) ((s m iy t) 1))) +("mincer" nil (((m ih n) 1) ((s er) 0))) +("mincey" nil (((m ih n) 1) ((s iy) 0))) +("minch" nil (((m ih n ch) 1))) +("mincher" nil (((m ih n) 1) ((ch er) 0))) +("minchew" nil (((m ih n ch) 1) ((y uw) 0))) +("minchey" nil (((m ih n) 1) ((ch iy) 0))) +("minchin" nil (((m ih n) 1) ((ch ih n) 0))) +("mincing" nil (((m ih n) 1) ((s ih ng) 0))) +("minckler" nil (((m ih ng) 1) ((k l er) 0))) +("mincks" nil (((m ih ng k s) 1))) +("mincy" nil (((m ih n) 1) ((s iy) 0))) +("mind" nil (((m ay n d) 1))) +("minda" nil (((m ih n) 1) ((d ax) 0))) +("mindanao" nil (((m ih n) 1) ((d ax) 0) ((n aw) 1))) +("minded" nil (((m ay n) 1) ((d ax d) 0))) +("mindedly" nil (((m ay n) 1) ((d ih d) 0) ((l iy) 0))) +("mindedness" nil (((m ay n) 1) ((d ih d) 0) ((n ax s) 0))) +("mindel" nil (((m ih n) 1) ((d ax l) 0))) +("minden" nil (((m ay n) 1) ((d ax n) 0))) +("minder" nil (((m ay n) 1) ((d er) 0))) +("mindful" nil (((m ay n d) 1) ((f ax l) 0))) +("minding" nil (((m ay n) 1) ((d ih ng) 0))) +("mindless" nil (((m ay n d) 1) ((l ax s) 0))) +("mindlessly" nil (((m ay n d) 1) ((l ax) 0) ((s l iy) 0))) +("mindlin" nil (((m ih n d) 1) ((l ih n) 0))) +("minds" nil (((m ay n d z) 1))) +("mindset" nil (((m ay n d) 1) ((s eh t) 1))) +("mindy" nil (((m ih n) 1) ((d iy) 0))) +("mine" nil (((m ay n) 1))) +("minea" nil (((m ih) 0) ((n iy) 1) ((ax) 0))) +("minear" nil (((m ih) 0) ((n ih r) 1))) +("mineau" nil (((m ih) 0) ((n ow) 1))) +("minebea" nil (((m ih) 1) ((n ax) 0) ((b iy) 1) ((ax) 0))) +("mined" nil (((m ay n d) 1))) +("mineer" nil (((m ay) 1) ((n er) 0))) +("minefield" nil (((m ay n) 1) ((f iy l d) 1))) +("minehan" nil (((m ih) 1) ((n ih) 0) ((hh ae n) 0))) +("minehart" nil (((m ay n) 1) ((hh aa r t) 1))) +("minella" nil (((m ih) 0) ((n eh) 1) ((l ax) 0))) +("minelli" nil (((m ih) 0) ((n eh) 1) ((l iy) 0))) +("mineo" nil (((m ih) 1) ((n iy) 0) ((ow) 0))) +("mineola" nil (((m ih) 1) ((n iy) 0) ((ow) 1) ((l ax) 0))) +("mineowners" nil (((m ay) 1) ((n ow) 1) ((n er z) 0))) +("miner" nil (((m ay) 1) ((n er) 0))) +("minera" nil (((m ih) 0) ((n eh) 1) ((r ax) 0))) +("mineral" nil (((m ih) 1) ((n er) 0) ((ax l) 0))) +("mineralization" nil (((m ih) 1) ((n er) 0) ((ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("mineralogically" nil (((m ih) 1) ((n er) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax) 0) ((l iy) 0))) +("mineralogist" nil (((m ih) 1) ((n er) 0) ((ae) 1) ((l ax) 0) ((jh ih s t) 0))) +("mineralogy" nil (((m ih) 1) ((n er) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("minerals" nil (((m ih) 1) ((n er) 0) ((ax l z) 0))) +("minerd" nil (((m ih) 1) ((n er d) 0))) +("miners" nil (((m ay) 1) ((n er z) 0))) +("minerva" nil (((m ax) 0) ((n er) 1) ((v ax) 0))) +("minervini" nil (((m iy) 1) ((n er) 0) ((v iy) 1) ((n iy) 0))) +("mines" nil (((m ay n z) 1))) +("minesweeper" nil (((m ay n) 1) ((s w iy) 1) ((p er) 0))) +("minesweepers" nil (((m ay n) 1) ((s w iy) 1) ((p er z) 0))) +("minet" nil (((m ih) 1) ((n ih t) 0))) +("mineta" nil (((m ih) 0) ((n ey) 1) ((t ax) 0))) +("minette" nil (((m ih) 0) ((n eh t) 1))) +("mineworkers" nil (((m ay n) 1) ((w er) 1) ((k er z) 0))) +("ming" nil (((m iy ng) 1))) +("minge" nil (((m ih n jh) 1))) +("minger" nil (((m ih ng) 1) ((er) 0))) +("minges" nil (((m ih n) 1) ((jh ih z) 0))) +("minghua" nil (((m iy ng) 1) ((hh w aa) 1))) +("mingle" nil (((m ih ng) 1) ((g ax l) 0))) +("mingled" nil (((m ih ng) 1) ((g ax l d) 0))) +("mingles" nil (((m ih ng) 1) ((g ax l z) 0))) +("mingling" nil (((m ih ng) 1) ((g ax) 0) ((l ih ng) 0))) +("mingo" nil (((m iy ng) 1) ((g ow) 0))) +("mings" nil (((m ih ng z) 1))) +("mingus" nil (((m ih ng) 1) ((g ih s) 0))) +("mingyu" nil (((m iy ng) 1) ((y uw) 1))) +("minh" nil (((m ih n) 1))) +("mini" nil (((m ih) 1) ((n iy) 0))) +("miniard" nil (((m ih) 1) ((n y er d) 0))) +("miniature" nil (((m ih) 1) ((n iy) 0) ((ax) 0) ((ch er) 0))) +("miniatures" nil (((m ih) 1) ((n iy) 0) ((ax) 0) ((ch er z) 0))) +("miniaturization" nil (((m ih) 1) ((n iy) 0) ((ax) 0) ((ch er) 0) ((ih) 0) ((z ey) 1) ((sh ax n) 0))) +("miniaturized" nil (((m ih) 1) ((n ih) 0) ((ch er) 0) ((ay z d) 1))) +("minibuses" nil (((m ih) 1) ((n iy) 0) ((b ah) 1) ((s ih z) 0))) +("minicar" nil (((m ih) 1) ((n iy) 0) ((k aa r) 1))) +("minicars" nil (((m ih) 1) ((n iy) 0) ((k aa r z) 1))) +("minich" nil (((m ih) 1) ((n ih ch) 0))) +("minichiello" nil (((m iy) 0) ((n iy) 0) ((k iy) 0) ((eh) 1) ((l ow) 0))) +("minick" nil (((m ih) 1) ((n ih k) 0))) +("minicomputer" nil (((m ih) 1) ((n iy) 0) ((k ax m) 0) ((p y uw) 1) ((t er) 0))) +("minicomputers" nil (((m ih) 1) ((n iy) 0) ((k ax m) 0) ((p y uw) 1) ((t er z) 0))) +("minicucci" nil (((m iy) 0) ((n iy) 0) ((k uw) 1) ((ch iy) 0))) +("minidisc" nil (((m ih) 1) ((n iy) 0) ((d ih s k) 1))) +("minier" nil (((m ih) 1) ((n iy) 0) ((er) 0))) +("minihan" nil (((m ih) 1) ((n ih) 0) ((hh ae n) 0))) +("minilab" nil (((m ih) 1) ((n iy) 0) ((l ae b) 1))) +("minilabs" nil (((m ih) 1) ((n iy) 0) ((l ae b z) 1))) +("minimal" nil (((m ih) 1) ((n ax) 0) ((m ax l) 0))) +("minimalism" nil (((m ih) 1) ((n ax) 0) ((m ax) 0) ((l ih) 1) ((z ax m) 0))) +("minimalist" nil (((m ih) 1) ((n ax) 0) ((m ax) 0) ((l ih s t) 0))) +("minimally" nil (((m ih) 1) ((n ax) 0) ((m ax) 0) ((l iy) 0))) +("minimill" nil (((m ih) 1) ((n iy) 0) ((m aa l) 1))) +("minimills" nil (((m ih) 1) ((n iy) 0) ((m ih l z) 1))) +("minimize" nil (((m ih) 1) ((n ax) 0) ((m ay z) 1))) +("minimized" nil (((m ih) 1) ((n ax) 0) ((m ay z d) 1))) +("minimizes" nil (((m ih) 1) ((n ax) 0) ((m ay) 1) ((z ax z) 0))) +("minimizing" nil (((m ih) 1) ((n ax) 0) ((m ay) 1) ((z ih ng) 0))) +("minimum" nil (((m ih) 1) ((n ax) 0) ((m ax m) 0))) +("minimums" nil (((m ih) 1) ((n ih) 0) ((m ax m z) 0))) +("mining" nil (((m ay) 1) ((n ih ng) 0))) +("mininger" nil (((m ay) 1) ((n ih ng) 0) ((er) 0))) +("minion" nil (((m ih) 1) ((n y ax n) 0))) +("minions" nil (((m ih) 1) ((n y ax n z) 0))) +("minis" nil (((m ih) 1) ((n iy z) 0))) +("miniscribe" nil (((m ih) 1) ((n iy) 0) ((s k r ay b) 1))) +("miniscule" nil (((m ih) 1) ((n ih) 0) ((s k y uw l) 0))) +("miniseries" nil (((m ih) 1) ((n ih) 0) ((s eh) 1) ((r iy z) 0))) +("minish" nil (((m ih) 1) ((n ih sh) 0))) +("miniskirt" nil (((m ih) 1) ((n iy) 0) ((s k er t) 1))) +("miniskirts" nil (((m ih) 1) ((n iy) 0) ((s k er t s) 1))) +("minister" nil (((m ih) 1) ((n ax) 0) ((s t er) 0))) +("ministerial" nil (((m ih) 1) ((n ih) 0) ((s t iy) 1) ((r iy) 0) ((ax l) 0))) +("ministers" nil (((m ih) 1) ((n ax) 0) ((s t er z) 0))) +("ministrations" nil (((m ih) 1) ((n ax) 0) ((s t r ey) 1) ((sh ax n z) 0))) +("ministries" nil (((m ih) 1) ((n ih) 0) ((s t r iy z) 0))) +("ministry" nil (((m ih) 1) ((n ax) 0) ((s t r iy) 0))) +("minisupercomputer" nil (((m ih) 1) ((n iy) 0) ((s uw) 1) ((p er) 0) ((k ah m) 1) ((p y uw) 1) ((t er) 0))) +("minisupercomputers" nil (((m ih) 1) ((n iy) 0) ((s uw) 1) ((p er) 0) ((k ah m) 1) ((p y uw) 1) ((t er z) 0))) +("minit" nil (((m ih) 1) ((n ih t) 0))) +("minitel" nil (((m ih) 1) ((n ax) 0) ((t eh l) 1))) +("minium" nil (((m ih) 1) ((n iy) 0) ((ax m) 0))) +("minivan" nil (((m ih) 1) ((n iy) 0) ((v ae n) 1))) +("minivans" nil (((m ih) 1) ((n iy) 0) ((v ae n z) 1))) +("minix" nil (((m ih) 1) ((n ih k s) 0))) +("minjares" nil (((m iy) 0) ((n y aa) 1) ((r eh s) 0))) +("minjarez" nil (((m iy) 0) ((n y aa) 1) ((r eh z) 0))) +("mink" nil (((m ih ng k) 1))) +("minke" nil (((m ih ng k) 1))) +("minkel" nil (((m ih ng) 1) ((k ax l) 0))) +("minkin" nil (((m ih ng) 1) ((k ih n) 0))) +("minkler" nil (((m ih ng) 1) ((k l er) 0))) +("minkoff" nil (((m ih ng) 1) ((k ao f) 1))) +("minkow" nil (((m ih ng) 1) ((k aw) 0))) +("minks" nil (((m ih ng k s) 1))) +("minmin" nil (((m iy n) 1) ((m iy n) 1))) +("minna" nil (((m ih) 1) ((n ax) 0))) +("minnaar" nil (((m ih) 0) ((n aa r) 1))) +("minnan" nil (((m iy n) 1) ((n aa n) 1))) +("minneapolis" nil (((m ih) 1) ((n iy) 0) ((ae) 1) ((p ax) 0) ((l ih s) 0))) +("minnelli" nil (((m ih) 0) ((n eh) 1) ((l iy) 0))) +("minner" nil (((m ih) 1) ((n er) 0))) +("minnesota" nil (((m ih) 1) ((n ih) 0) ((s ow) 1) ((t ax) 0))) +("minnesotan" nil (((m ih) 1) ((n ax) 0) ((s ow) 1) ((t ax n) 0))) +("minnesotans" nil (((m ih) 1) ((n ax) 0) ((s ow) 1) ((t ax n z) 0))) +("minnetonka" nil (((m ih) 1) ((n ih) 0) ((t ao ng) 1) ((k ax) 0))) +("minney" nil (((m ih) 1) ((n iy) 0))) +("minnich" nil (((m ih) 1) ((n ih ch) 0))) +("minnick" nil (((m ih) 1) ((n ih k) 0))) +("minnie" nil (((m ih) 1) ((n iy) 0))) +("minniear" nil (((m ih) 1) ((n iy) 0) ((ih r) 1))) +("minnifield" nil (((m ih) 1) ((n ax) 0) ((f iy l d) 1))) +("minnig" nil (((m ih) 1) ((n ih g) 0))) +("minnis" nil (((m ih) 1) ((n ih s) 0))) +("minniti" nil (((m iy) 0) ((n iy) 1) ((t iy) 0))) +("minnix" nil (((m ih) 1) ((n ih k s) 0))) +("minnow" nil (((m ih) 1) ((n ow) 0))) +("minnows" nil (((m ih) 1) ((n ow z) 0))) +("minns" nil (((m ih n z) 1))) +("minntech" nil (((m ih n) 1) ((t eh k) 1))) +("minny" nil (((m ih) 1) ((n iy) 0))) +("mino" nil (((m iy) 1) ((n ow) 0))) +("minoan" nil (((m ax) 0) ((n ow) 1) ((ax n) 0))) +("minogue" nil (((m iy) 1) ((n ao g) 0))) +("minoli" nil (((m ih) 0) ((n ow) 1) ((l iy) 0))) +("minolta" nil (((m ih) 0) ((n aa l) 1) ((t ah) 1))) +("minor" nil (((m ay) 1) ((n er) 0))) +("minorca" nil (((m ax) 0) ((n ao r) 1) ((k ax) 0))) +("minorco" nil (((m ih) 0) ((n ao r) 1) ((k ow) 0))) +("minoring" nil (((m ay) 1) ((n er) 0) ((ih ng) 0))) +("minorite" nil (((m ih) 1) ((n er) 0) ((ay t) 1))) +("minorities" nil (((m ay) 0) ((n ao) 1) ((r ax) 0) ((t iy z) 0))) +("minority" nil (((m ay) 0) ((n ao) 1) ((r ax) 0) ((t iy) 0))) +("minors" nil (((m ay) 1) ((n er z) 0))) +("minoru" nil (((m ih) 0) ((n ao) 1) ((r uw) 0))) +("minot" nil (((m ih) 1) ((n ax t) 0))) +("minott" nil (((m ih) 1) ((n ax t) 0))) +("minow" nil (((m ih) 1) ((n ow) 0))) +("minoxidil" nil (((m ih) 0) ((n aa k) 1) ((s ih) 0) ((d ih l) 0))) +("minpeco" nil (((m ih n) 0) ((p eh) 1) ((k ow) 0))) +("minshall" nil (((m ih n) 1) ((sh ax l) 0))) +("minshang" nil (((m iy n) 1) ((sh aa ng) 1))) +("minshew" nil (((m ih n) 1) ((sh uw) 0))) +("minsk" nil (((m ih n s k) 1))) +("minskoff" nil (((m ih n) 1) ((s k ao f) 0))) +("minsky" nil (((m ih n) 1) ((s k iy) 0))) +("minson" nil (((m ih n) 1) ((s ax n) 0))) +("minstar" nil (((m ih n) 1) ((s t aa r) 1))) +("minster" nil (((m ih n) 1) ((s t er) 0))) +("minstrel" nil (((m ih n) 1) ((s t r ax l) 0))) +("minstrels" nil (((m ih n) 1) ((s t r ax l z) 0))) +("mint" nil (((m ih n t) 1))) +("minta" nil (((m ih n) 1) ((t ax) 0))) +("mintage" nil (((m ih n) 1) ((t ax jh) 0))) +("minted" nil (((m ih n) 1) ((t ih d) 0))) +("minteer" nil (((m ih n) 1) ((t ih r) 1))) +("minter" nil (((m ih n) 1) ((t er) 0))) +("mintha" nil (((m ih n) 1) ((th ax) 0))) +("mintier" nil (((m ih n) 1) ((t iy) 0) ((er) 0))) +("minting" nil (((m ih n) 1) ((t ih ng) 0))) +("minto" nil (((m ih n) 1) ((t ow) 0))) +("minton" nil (((m ih n) 1) ((t ax n) 0))) +("mints" nil (((m ih n t s) 1))) +("minturn" nil (((m ih n) 1) ((t er n) 1))) +("mintz" nil (((m ih n t s) 1))) +("mintzer" nil (((m ih n t) 1) ((z er) 0))) +("minuet" nil (((m ih) 1) ((n y ax) 0) ((w eh t) 1))) +("minus" nil (((m ay) 1) ((n ax s) 0))) +("minuscule" nil (((m ih) 1) ((n ax) 0) ((s k y uw l) 1))) +("minuses" nil (((m ay) 1) ((n ax) 0) ((s ih z) 0))) +("minute" j (((m ih) 1) ((n uw t) 0))) +("minute" n (((m ih) 1) ((n ax t) 0))) +("minutely" nil (((m ih) 1) ((n ax t) 0) ((l iy) 0))) +("minuteman" nil (((m ih) 1) ((n ax t) 0) ((m ae n) 1))) +("minutes" nil (((m ih) 1) ((n ax t s) 0))) +("minutiae" nil (((m ih) 0) ((n uw) 1) ((sh iy) 0) ((ax) 0))) +("minyard" nil (((m ih) 1) ((n y aa r d) 0))) +("miocene" nil (((m ay) 1) ((ax) 0) ((s iy n) 1))) +("mion" nil (((m ay) 1) ((ax n) 0))) +("mione" nil (((m ay) 1) ((ow n) 1))) +("miot" nil (((m ay) 1) ((ax t) 0))) +("miotke" nil (((m ay) 1) ((aa t) 1) ((k iy) 0))) +("mips" nil (((m ih p s) 1))) +("mir" nil (((m ih r) 1))) +("mira" nil (((m ih) 1) ((r ax) 0))) +("mirabal" nil (((m ih) 1) ((r ax) 0) ((b ax l) 0))) +("mirabel" nil (((m ih) 0) ((r aa) 0) ((b eh l) 1))) +("mirabella" nil (((m ih) 0) ((r aa) 0) ((b eh) 1) ((l ax) 0))) +("mirabelle" nil (((m ao) 1) ((r ax) 0) ((b ax l) 0))) +("mirabelli" nil (((m ih) 0) ((r aa) 0) ((b eh) 1) ((l iy) 0))) +("mirabile" nil (((m ih) 0) ((r aa) 1) ((b ax l) 0))) +("mirabito" nil (((m ih) 0) ((r aa) 0) ((b iy) 1) ((t ow) 0))) +("miracid" nil (((m ih) 1) ((r ae) 1) ((s ax d) 0))) +("miracle" nil (((m ih) 1) ((r ax) 0) ((k ax l) 0))) +("miracles" nil (((m ih) 1) ((r ax) 0) ((k ax l z) 0))) +("miraculous" nil (((m er) 0) ((ae) 1) ((k y ax) 0) ((l ax s) 0))) +("miraculously" nil (((m er) 0) ((ae) 1) ((k y ax) 0) ((l ax) 0) ((s l iy) 0))) +("mirada" nil (((m ih) 0) ((r aa) 1) ((d ax) 0))) +("mirage" nil (((m er) 0) ((aa zh) 1))) +("miraglia" nil (((m ih) 0) ((r ae) 1) ((g l iy) 0) ((ax) 0))) +("mirak" nil (((m ih) 1) ((r ae k) 0))) +("miramax" nil (((m ih) 1) ((r ax) 0) ((m ae k s) 1))) +("miramontes" nil (((m ih) 0) ((r aa) 0) ((m ow n) 1) ((t eh s) 0))) +("miranda" nil (((m er) 0) ((ae n) 1) ((d ax) 0))) +("mirando" nil (((m ih) 0) ((r ae n) 1) ((d ow) 0))) +("mire" nil (((m ay r) 1))) +("mired" nil (((m ay r d) 1))) +("mireles" nil (((m ih) 0) ((r ey) 1) ((l eh s) 0))) +("mirelez" nil (((m ih) 0) ((r ey) 1) ((l eh z) 0))) +("mirella" nil (((m ih) 0) ((r eh) 1) ((l ax) 0))) +("mirelle" nil (((m er) 0) ((eh l) 1))) +("mirenda" nil (((m ih) 0) ((r eh n) 1) ((d ax) 0))) +("mires" nil (((m ay r z) 1))) +("miriam" nil (((m ih) 1) ((r iy) 0) ((ax m) 0))) +("mirick" nil (((m ih) 1) ((r ih k) 0))) +("mirilla" nil (((m ih) 0) ((r ih) 1) ((l ax) 0))) +("mirkin" nil (((m er) 1) ((k ih n) 0))) +("mirna" nil (((m er) 1) ((n ax) 0))) +("miro" nil (((m ih) 1) ((r ow) 0))) +("miron" nil (((m ih) 0) ((r ao n) 1))) +("mironenko" nil (((m ih) 1) ((r ow) 0) ((n eh ng) 1) ((k ow) 0))) +("miroslav" nil (((m ih) 1) ((r ax) 0) ((s l aa v) 0))) +("mirra" nil (((m ih) 1) ((r ax) 0))) +("mirror" nil (((m ih) 1) ((r er) 0))) +("mirrored" nil (((m ih) 1) ((r er d) 0))) +("mirroring" nil (((m ih) 1) ((r er) 0) ((ih ng) 0))) +("mirrors" nil (((m ih) 1) ((r er z) 0))) +("mirsky" nil (((m er) 1) ((s k iy) 0))) +("mirth" nil (((m er th) 1))) +("mirti" nil (((m er) 1) ((t iy) 0))) +("mirtle" nil (((m er) 1) ((t ax l) 0))) +("mirto" nil (((m ih r) 1) ((t ow) 0))) +("mirv" nil (((m er v) 1))) +("mirza" nil (((m er) 1) ((z ax) 0))) +("mis" nil (((m ih s) 1))) +("misadventures" nil (((m ih) 0) ((s ax d) 0) ((v eh n) 1) ((ch er z) 0))) +("misallocated" nil (((m ih) 0) ((s ae) 1) ((l ax) 0) ((k ey) 1) ((t ih d) 0))) +("misallocation" nil (((m ih) 0) ((s ae) 1) ((l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("misanthrope" nil (((m ih) 1) ((s ax n) 0) ((th r ow p) 1))) +("misapplication" nil (((m ih) 1) ((s ae) 0) ((p l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("misapplied" nil (((m ih) 1) ((s ax) 0) ((p l ay d) 1))) +("misapplying" nil (((m ih) 0) ((s ax) 0) ((p l ay) 1) ((ih ng) 0))) +("misapprehension" nil (((m ih) 0) ((s ae) 1) ((p r iy) 0) ((hh eh n) 1) ((sh ax n) 0))) +("misappropriate" nil (((m ih) 0) ((s ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey t) 1))) +("misappropriated" nil (((m ih) 1) ((s ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey) 1) ((t ih d) 0))) +("misappropriating" nil (((m ih) 1) ((s ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey) 1) ((t ih ng) 0))) +("misappropriation" nil (((m ih) 1) ((s ax) 0) ((p r ow) 1) ((p r iy) 0) ((ey) 1) ((sh ax n) 0))) +("misawa" nil (((m ih) 0) ((s aa) 1) ((w ax) 0))) +("misbegotten" nil (((m ih s) 1) ((b ax) 0) ((g aa) 1) ((t ax n) 0))) +("misbehaving" nil (((m ih s) 1) ((b ax) 0) ((hh ey) 1) ((v ih ng) 0))) +("misbehavior" nil (((m ih s) 1) ((b ax) 0) ((hh ey) 1) ((v y er) 0))) +("misbrener" nil (((m ih s) 1) ((b r eh) 1) ((n er) 0))) +("miscalculated" nil (((m ih) 0) ((s k ae l) 1) ((k y ax) 0) ((l ey) 1) ((t ih d) 0))) +("miscalculation" nil (((m ih) 0) ((s k ae l) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("miscalculations" nil (((m ih) 0) ((s k ae l) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("miscarriage" nil (((m ih) 0) ((s k eh) 1) ((r ax jh) 0))) +("miscarriages" nil (((m ih) 0) ((s k eh) 1) ((r ih) 0) ((jh ih z) 0))) +("miscast" nil (((m ih) 0) ((s k ae s t) 1))) +("miscayuna" nil (((m ih) 1) ((s k ay) 0) ((y uw) 1) ((n ax) 0))) +("miscellaneous" nil (((m ih) 1) ((s ax) 0) ((l ey) 1) ((n iy) 0) ((ax s) 0))) +("miscellany" nil (((m ih) 1) ((s ax) 0) ((l ey) 1) ((n iy) 0))) +("misch" nil (((m ih sh) 1))) +("mischa" nil (((m ih) 1) ((sh ax) 0))) +("mischarged" nil (((m ih s) 0) ((ch aa r jh d) 1))) +("mischarges" nil (((m ih s) 0) ((ch aa r) 1) ((jh ih z) 0))) +("mischarging" nil (((m ih s) 0) ((ch aa r) 1) ((jh ih ng) 0))) +("mischel" nil (((m ih) 1) ((sh ax l) 0))) +("mischer" nil (((m ih) 1) ((sh er) 0))) +("mischief" nil (((m ih s) 1) ((ch ax f) 0))) +("mischievous" nil (((m ih s) 1) ((ch ax) 0) ((v ax s) 0))) +("mischievously" n (((m ax s) 0) ((ch iy) 1) ((v y ax) 0) ((s l iy) 0))) +("mischke" nil (((m ih sh k) 1))) +("mischler" nil (((m ih) 1) ((sh ax) 0) ((l er) 0))) +("miscibility" nil (((m ih) 1) ((s ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("miscible" nil (((m ih) 1) ((s ax) 0) ((b ax l) 0))) +("misconceived" nil (((m ih) 0) ((s k ax n) 0) ((s iy v d) 1))) +("misconception" nil (((m ih) 0) ((s k ax n) 0) ((s eh p) 1) ((sh ax n) 0))) +("misconceptions" nil (((m ih) 1) ((s k ax n) 0) ((s eh p) 1) ((sh ax n z) 0))) +("misconduct" n (((m ih) 0) ((s k aa n) 1) ((d ax k t) 0))) +("misconduct" v (((m ih) 0) ((s k ax n) 0) ((d ah k t) 1))) +("misconstrue" nil (((m ih) 0) ((s k ax n) 0) ((s t r uw) 1))) +("misconstrued" nil (((m ih) 1) ((s k ax n) 0) ((s t r uw d) 1))) +("miscount" nil (((m ih) 1) ((s k aw n t) 1))) +("miscreant" n (((m ih) 1) ((s k r iy) 0) ((ax n t) 0))) +("miscreants" nil (((m ih) 1) ((s k r iy) 0) ((ax n t s) 0))) +("miscreations" nil (((m ih) 1) ((s k r iy) 0) ((ey) 1) ((sh ax n z) 0))) +("miscues" nil (((m ih) 1) ((s k y uw z) 1))) +("misdeed" nil (((m ih s) 1) ((d iy d) 1))) +("misdeeds" nil (((m ih s) 0) ((d iy d z) 1))) +("misdemeanor" nil (((m ih s) 1) ((d ax) 0) ((m iy) 1) ((n er) 0))) +("misdemeanors" nil (((m ih s) 1) ((d ax) 0) ((m iy) 1) ((n er z) 0))) +("misdiagnosed" nil (((m ih s) 0) ((d ay) 1) ((ih g) 0) ((n ow s t) 1))) +("misdirected" nil (((m ih s) 1) ((d ih) 0) ((r eh k) 1) ((t ih d) 0))) +("misek" nil (((m ih) 1) ((s eh k) 0))) +("misener" nil (((m ih) 1) ((s iy) 0) ((n er) 0))) +("misenheimer" nil (((m ih) 1) ((s ih n) 0) ((hh ay) 0) ((m er) 0))) +("miser" nil (((m ay) 1) ((z er) 0))) +("miserable" nil (((m ih) 1) ((z er) 0) ((ax) 0) ((b ax l) 0))) +("miserables" nil (((m ih) 1) ((z er) 0) ((ax) 0) ((b ax l z) 0))) +("miserably" nil (((m ih) 1) ((z er) 0) ((ax) 0) ((b l iy) 0))) +("miseries" nil (((m ih) 1) ((z er) 0) ((iy z) 0))) +("miserly" nil (((m ay) 1) ((z er) 0) ((l iy) 0))) +("misery" nil (((m ih) 1) ((z er) 0) ((iy) 0))) +("mises" nil (((m ay) 1) ((z ih z) 0))) +("misfeldt" nil (((m ih) 1) ((s f ih l t) 0))) +("misfire" nil (((m ih) 0) ((s f ay) 1) ((er) 0))) +("misfit" nil (((m ih) 0) ((s f ih t) 1))) +("misfits" nil (((m ih) 1) ((s f ih t s) 1))) +("misfortune" nil (((m ih) 0) ((s f ao r) 1) ((ch ax n) 0))) +("misfortunes" nil (((m ih) 0) ((s f ao r) 1) ((ch ax n z) 0))) +("misgivings" nil (((m ih s) 0) ((g ih) 1) ((v ih ng z) 0))) +("misgovernment" nil (((m ih s) 0) ((g ah) 1) ((v er n) 0) ((m ax n t) 0))) +("misguided" nil (((m ih s) 0) ((g ay) 1) ((d ih d) 0))) +("mish" nil (((m ih sh) 1))) +("mishandle" nil (((m ih s) 0) ((hh ae n) 1) ((d ax l) 0))) +("mishandled" nil (((m ih s) 0) ((hh ae n) 1) ((d ax l d) 0))) +("mishandling" nil (((m ih s) 0) ((hh ae n d) 1) ((l ih ng) 0))) +("mishap" nil (((m ih s) 1) ((hh ae p) 1))) +("mishaps" nil (((m ih s) 1) ((hh ae p s) 1))) +("mishawaka" nil (((m ih) 1) ((sh ax) 0) ((w ao) 1) ((k ax) 0))) +("mishawaum" nil (((m ih) 1) ((sh ax) 0) ((w aa m) 1))) +("mishawum" nil (((m ih) 1) ((sh ax) 0) ((w ah m) 1))) +("mishkin" nil (((m iy sh) 1) ((k iy n) 0))) +("mishler" nil (((m ih) 1) ((sh l er) 0))) +("mishmash" nil (((m ih) 1) ((sh m ae sh) 1))) +("mishoe" nil (((m iy) 1) ((sh uw) 0))) +("mishra" nil (((m ih) 1) ((sh r ax) 0))) +("misiak" nil (((m ih) 1) ((s iy) 0) ((ae k) 0))) +("misiaszek" nil (((m ih) 0) ((s iy) 0) ((aa) 1) ((sh eh k) 0))) +("misidentified" nil (((m ih) 0) ((s ay) 0) ((d eh n) 1) ((t ih) 0) ((f ay d) 1))) +("misiewicz" nil (((m ih) 1) ((s ax) 0) ((v ih ch) 0))) +("misinformation" nil (((m ih) 0) ((z ih n) 0) ((f er) 0) ((m ey) 1) ((sh ax n) 0))) +("misinformed" nil (((m ih) 0) ((s ih n) 0) ((f ao r m d) 1))) +("misinterpret" nil (((m ih) 0) ((s ih n) 0) ((t er) 1) ((p r ax t) 0))) +("misinterpretation" nil (((m ih) 0) ((s ih n) 0) ((t er) 1) ((p r ax) 0) ((t ey) 1) ((sh ax n) 0))) +("misinterpreted" nil (((m ih) 0) ((s ih n) 0) ((t er) 1) ((p r ax) 0) ((t ih d) 0))) +("misinterpreting" nil (((m ih) 0) ((s ih n) 0) ((t er) 1) ((p r ax) 0) ((t ih ng) 0))) +("misjudged" nil (((m ih s) 0) ((jh ah jh d) 1))) +("misjudgment" nil (((m ih s) 0) ((jh ah jh) 1) ((m ax n t) 0))) +("misjudgments" nil (((m ih s) 0) ((jh ah jh) 1) ((m ax n t s) 0))) +("miska" nil (((m ih) 1) ((s k ax) 0))) +("miske" nil (((m ih s k) 1))) +("miskell" nil (((m ih) 1) ((s k ax l) 0))) +("miskito" nil (((m ih) 0) ((s k iy) 1) ((t ow) 0))) +("miskitos" nil (((m ih) 0) ((s k iy) 1) ((t ow s) 0))) +("misko" nil (((m ih) 1) ((s k ow) 0))) +("mislabeled" nil (((m ih) 0) ((s l ey) 1) ((b ax l d) 0))) +("mislabeling" nil (((m ih) 0) ((s l ey) 1) ((b ax) 0) ((l ih ng) 0))) +("mislaid" nil (((m ih) 0) ((s l ey d) 1))) +("mislead" nil (((m ih) 0) ((s l iy d) 1))) +("misleading" nil (((m ih) 0) ((s l iy) 1) ((d ih ng) 0))) +("misleadingly" nil (((m ih) 0) ((s l iy) 1) ((d ih ng) 0) ((l iy) 0))) +("misleads" nil (((m ih) 0) ((s l iy d z) 1))) +("misled" nil (((m ih) 0) ((s l eh d) 1))) +("mismanaged" nil (((m ih) 0) ((s m ae) 1) ((n ih jh d) 0))) +("mismanagement" nil (((m ih) 0) ((s m ae) 1) ((n ih jh) 0) ((m ax n t) 0))) +("mismanaging" nil (((m ih) 0) ((s m ae) 1) ((n ih) 0) ((jh ih ng) 0))) +("mismatch" nil (((m ih) 0) ((s m ae ch) 1))) +("mismatched" nil (((m ih) 0) ((s m ae ch t) 1))) +("mismatches" nil (((m ih) 0) ((s m ae) 1) ((ch ih z) 0))) +("misner" nil (((m ih z) 1) ((n er) 0))) +("misnomer" nil (((m ih) 0) ((s n ow) 1) ((m er) 0))) +("miso" n (((m iy) 1) ((s ow) 0))) +("misperceives" nil (((m ih) 0) ((s p er) 0) ((s iy v z) 1))) +("misperception" nil (((m ih) 1) ((s p er) 0) ((s eh p) 1) ((sh ax n) 0))) +("misperceptions" nil (((m ih) 0) ((s p er) 0) ((s eh p) 1) ((sh ax n z) 0))) +("misplace" nil (((m ih) 0) ((s p l ey s) 1))) +("misplaced" nil (((m ih) 0) ((s p l ey s t) 1))) +("mispriced" nil (((m ih) 0) ((s p r ay s t) 1))) +("misprint" n (((m ih) 1) ((s p r ih n t) 0))) +("misprint" v (((m ih) 0) ((s p r ih n t) 1))) +("misprints" n (((m ih) 1) ((s p r ih n t s) 0))) +("misprints" v (((m ih) 0) ((s p r ih n t s) 1))) +("misprision" nil (((m ih) 0) ((s p r ih) 1) ((zh ax n) 0))) +("misquote" nil (((m ih) 0) ((s k w ow t) 1))) +("misquoted" nil (((m ih) 0) ((s k w ow) 1) ((t ih d) 0))) +("misread" nil (((m ih) 0) ((s r iy d) 1))) +("misreading" nil (((m ih) 0) ((s r iy) 1) ((d ih ng) 0))) +("misreported" nil (((m ih) 0) ((s r ih) 0) ((p ao r) 1) ((t ih d) 0))) +("misrepresent" nil (((m ih) 0) ((s r eh) 1) ((p r ax) 0) ((z eh n t) 1))) +("misrepresentation" nil (((m ih) 1) ((s r eh) 0) ((p r ih) 0) ((z eh n) 0) ((t ey) 1) ((sh ax n) 0))) +("misrepresentations" nil (((m ih) 1) ((s r eh) 0) ((p r ih) 0) ((z eh n) 0) ((t ey) 1) ((sh ax n z) 0))) +("misrepresented" nil (((m ih) 1) ((s r eh) 0) ((p r ih) 0) ((z eh n) 1) ((t ih d) 0))) +("misrepresenting" nil (((m ih) 0) ((s r eh) 1) ((p r ax) 0) ((z eh n) 1) ((t ih ng) 0))) +("misrepresents" nil (((m ih) 0) ((s r eh) 1) ((p r ax) 0) ((z eh n t s) 1))) +("misrule" nil (((m ih) 0) ((s r uw l) 1))) +("miss" nil (((m ih s) 1))) +("missal" nil (((m ih) 1) ((s ax l) 0))) +("missed" nil (((m ih s t) 1))) +("missel" nil (((m ih) 1) ((s ax l) 0))) +("misses" nil (((m ih) 1) ((s ax z) 0))) +("missett" nil (((m ih) 1) ((s ax t) 0))) +("missey" nil (((m ih) 1) ((s iy) 0))) +("misshapen" nil (((m ih s) 0) ((sh ey) 1) ((p ax n) 0))) +("missie" nil (((m ih) 1) ((s iy) 0))) +("missildine" nil (((m ih) 0) ((s iy l) 0) ((d iy) 1) ((n iy) 0))) +("missile" nil (((m ih) 1) ((s ax l) 0))) +("missiles" nil (((m ih) 1) ((s ax l z) 0))) +("missimer" nil (((m ih) 1) ((s ih) 0) ((m er) 0))) +("missing" nil (((m ih) 1) ((s ih ng) 0))) +("mission" nil (((m ih) 1) ((sh ax n) 0))) +("missionaries" nil (((m ih) 1) ((sh ax) 0) ((n eh) 1) ((r iy z) 0))) +("missionary" nil (((m ih) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("missions" nil (((m ih) 1) ((sh ax n z) 0))) +("missis" nil (((m ih) 1) ((s ax s) 0))) +("mississauga" nil (((m ih) 1) ((s ih) 0) ((s ao) 1) ((g ax) 0))) +("mississippi" nil (((m ih) 1) ((s ih) 0) ((s ih) 1) ((p iy) 0))) +("mississippian" nil (((m ih) 1) ((s ih) 0) ((s ih) 1) ((p iy) 0) ((ax n) 0))) +("missive" nil (((m ih) 1) ((s ih v) 0))) +("missler" nil (((m ih) 1) ((s l er) 0))) +("missoula" nil (((m ih) 0) ((z uw) 1) ((l ax) 0))) +("missouri" nil (((m ax) 0) ((z uh) 1) ((r iy) 0))) +("misspeak" nil (((m ih s) 0) ((s p iy k) 1))) +("misspelled" nil (((m ih s) 0) ((s p eh l d) 1))) +("misspelling" nil (((m ih s) 0) ((s p eh) 1) ((l ih ng) 0))) +("misspending" nil (((m ih s) 0) ((s p eh n) 1) ((d ih ng) 0))) +("misspent" nil (((m ih s) 0) ((s p eh n t) 1))) +("misspoke" nil (((m ih s) 0) ((s p ow k) 1))) +("misstated" nil (((m ih s) 0) ((s t ey) 1) ((t ih d) 0))) +("misstatement" nil (((m ih) 0) ((s t ey t) 1) ((m ax n t) 0))) +("misstatements" nil (((m ih) 0) ((s t ey t) 1) ((m ax n t s) 0))) +("misstates" nil (((m ih s) 0) ((s t ey t s) 1))) +("misstating" nil (((m ih s) 0) ((s t ey) 1) ((t ih ng) 0))) +("misstep" nil (((m ih s) 0) ((s t eh p) 1))) +("missteps" nil (((m ih s) 0) ((s t eh p s) 1))) +("missy" nil (((m ih) 1) ((s iy) 0))) +("mist" nil (((m ih s t) 1))) +("mistake" nil (((m ih) 0) ((s t ey k) 1))) +("mistaken" nil (((m ih) 0) ((s t ey) 1) ((k ax n) 0))) +("mistakenly" nil (((m ih) 0) ((s t ey) 1) ((k ax n) 0) ((l iy) 0))) +("mistakes" nil (((m ih) 0) ((s t ey k s) 1))) +("mistaking" nil (((m ih) 0) ((s t ey) 1) ((k ih ng) 0))) +("mister" nil (((m ih) 1) ((s t er) 0))) +("misters" nil (((m ih) 1) ((s t er z) 0))) +("mistic" nil (((m ih) 1) ((s t ih k) 0))) +("mistler" nil (((m ih s t) 1) ((l er) 0))) +("mistletoe" nil (((m ih) 1) ((s ax l) 0) ((t ow) 1))) +("mistook" nil (((m ih) 0) ((s t uh k) 1))) +("mistral" nil (((m ih) 1) ((s t r ax l) 0))) +("mistreat" nil (((m ih) 0) ((s t r iy t) 1))) +("mistreated" nil (((m ih) 0) ((s t r iy) 1) ((t ih d) 0))) +("mistreating" nil (((m ih) 0) ((s t r iy) 1) ((t ih ng) 0))) +("mistreatment" nil (((m ih) 0) ((s t r iy t) 1) ((m ax n t) 0))) +("mistreats" nil (((m ih) 0) ((s t r iy t s) 1))) +("mistress" nil (((m ih) 1) ((s t r ax s) 0))) +("mistresses" nil (((m ih) 1) ((s t r ax) 0) ((s ax z) 0))) +("mistretta" nil (((m ih) 0) ((s t r eh) 1) ((t ax) 0))) +("mistrial" nil (((m ih) 0) ((s t r ay) 1) ((ax l) 0))) +("mistrials" nil (((m ih) 0) ((s t r ay) 1) ((ax l z) 0))) +("mistrust" nil (((m ih) 0) ((s t r ah s t) 1))) +("mistrusted" nil (((m ih) 0) ((s t r ah) 1) ((s t ih d) 0))) +("mistry" nil (((m ih) 1) ((s t r iy) 0))) +("mists" nil (((m ih s t s) 1))) +("misty" nil (((m ih) 1) ((s t iy) 0))) +("misunderstand" nil (((m ih) 0) ((s ax n) 0) ((d er) 0) ((s t ae n d) 1))) +("misunderstanding" nil (((m ih) 1) ((s ax n) 0) ((d er) 0) ((s t ae n) 1) ((d ih ng) 0))) +("misunderstandings" nil (((m ih) 0) ((s ah n) 1) ((d er) 0) ((s t ae n) 1) ((d ih ng z) 0))) +("misunderstood" nil (((m ih) 1) ((s ax n) 0) ((d er) 0) ((s t uh d) 1))) +("misuraca" nil (((m ih) 0) ((s uh) 0) ((r aa) 1) ((k ax) 0))) +("misuse" n (((m ih s) 0) ((y uw s) 1))) +("misuse" v (((m ih s) 0) ((y uw z) 1))) +("misused" nil (((m ih s) 0) ((y uw z d) 1))) +("misuses" n (((m ih s) 0) ((y uw) 1) ((s ih z) 0))) +("misuses" v (((m ih s) 0) ((y uw) 1) ((z ih z) 0))) +("misusing" nil (((m ih s) 0) ((y uw) 1) ((z ih ng) 0))) +("mita" nil (((m iy) 1) ((t ax) 0))) +("mitamura" nil (((m iy) 1) ((t ax) 0) ((m uh) 1) ((r ax) 0))) +("mitch" nil (((m ih ch) 1))) +("mitcham" nil (((m ih) 1) ((ch ax m) 0))) +("mitchel" nil (((m ih) 1) ((ch ax l) 0))) +("mitchell" nil (((m ih) 1) ((ch ax l) 0))) +("mitchelson" nil (((m ih) 1) ((ch ax l) 0) ((s ax n) 0))) +("mitcheltree" nil (((m ih) 0) ((ch ih l) 0) ((t r iy) 1))) +("mitchem" nil (((m ih) 1) ((ch ih m) 0))) +("mitchener" nil (((m ih) 1) ((ch iy) 0) ((n er) 0))) +("mitchner" nil (((m ih ch) 1) ((n er) 0))) +("mitchum" nil (((m ih) 1) ((ch ax m) 0))) +("mite" nil (((m ay t) 1))) +("mitek" nil (((m ay) 1) ((t eh k) 1))) +("mitel" nil (((m ay) 1) ((t eh l) 1))) +("miter" nil (((m ay) 1) ((t er) 0))) +("mitering" nil (((m ay) 1) ((t er) 0) ((ih ng) 0))) +("mites" nil (((m ay t s) 1))) +("mithcell" nil (((m ih th) 1) ((s ax l) 0))) +("mithridates" nil (((m ih) 1) ((th r ih) 0) ((d ey t s) 1))) +("mithun" nil (((m ih) 1) ((th ax n) 0))) +("miti" nil (((m ih) 1) ((t iy) 1))) +("mitigate" nil (((m ih) 1) ((t ax) 0) ((g ey t) 1))) +("mitigated" nil (((m ih) 1) ((t ax) 0) ((g ey) 1) ((t ih d) 0))) +("mitigating" nil (((m ih) 1) ((t ax) 0) ((g ey) 1) ((t ih ng) 0))) +("mitigation" nil (((m ih) 1) ((t ih) 0) ((g ey) 1) ((sh ax n) 0))) +("mitman" nil (((m ih t) 1) ((m ax n) 0))) +("mitnick" nil (((m ih t) 1) ((n ih k) 0))) +("mitofsky" nil (((m ih) 0) ((t ao f) 1) ((s k iy) 0))) +("mitra" nil (((m ih) 1) ((t r ax) 0))) +("mitral" nil (((m ay) 1) ((t r ax l) 0))) +("mitrano" nil (((m iy) 0) ((t r aa) 1) ((n ow) 0))) +("mitre" nil (((m ih) 1) ((t r iy) 0))) +("mitro" nil (((m ih) 1) ((t r ow) 0))) +("mitrovich" nil (((m ih) 1) ((t r ax) 0) ((v ih ch) 0))) +("mitsch" nil (((m ih ch) 1))) +("mitschke" nil (((m ih ch k) 1))) +("mitsotakis" nil (((m ih t) 1) ((s ow) 0) ((t aa) 1) ((k ih s) 0))) +("mitsuba" nil (((m iy t) 0) ((s uw) 1) ((b ax) 0))) +("mitsubishi" nil (((m ih t) 1) ((s uw) 1) ((b iy) 1) ((sh iy) 0))) +("mitsui" nil (((m iy t) 0) ((s uw) 1) ((iy) 0))) +("mitsukoshi" nil (((m iy t) 1) ((s uw) 1) ((k ow) 1) ((sh iy) 0))) +("mitsuru" nil (((m iy t) 0) ((s uw) 1) ((r uw) 0))) +("mitt" nil (((m ih t) 1))) +("mittag" nil (((m ih) 1) ((t ax g) 0))) +("mittan" nil (((m ih) 1) ((t ax n) 0))) +("mitteleuropa" nil (((m ih) 1) ((t eh) 1) ((l uw) 1) ((r ow) 1) ((p ax) 0))) +("mittelman" nil (((m ih) 1) ((t ax l) 0) ((m ax n) 0))) +("mittelstadt" nil (((m ih) 1) ((t ih l sh) 0) ((t ae t) 0))) +("mittelstaedt" nil (((m ih) 1) ((t ih l) 0) ((s t eh t) 0))) +("mittelsteadt" nil (((m ih) 1) ((t ih l) 0) ((s t eh t) 0))) +("mitten" nil (((m ih) 1) ((t ax n) 0))) +("mittendorf" nil (((m ih) 1) ((t ih n) 0) ((d ao r f) 0))) +("mittens" nil (((m ih) 1) ((t ax n z) 0))) +("mitterand" nil (((m iy) 1) ((t er) 0) ((ao n d) 1))) +("mitterrand" nil (((m iy) 1) ((t er) 0) ((ao n d) 1))) +("mittleman" nil (((m ih) 1) ((t ax l) 0) ((m ax n) 0))) +("mittler" nil (((m ih t) 1) ((l er) 0))) +("mittman" nil (((m ih t) 1) ((m ax n) 0))) +("mitton" nil (((m ih) 1) ((t ax n) 0))) +("mitts" nil (((m ih t s) 1))) +("mityunov" nil (((m ih) 1) ((t y uw) 0) ((n aa v) 0))) +("mitzel" nil (((m ih t) 1) ((z ax l) 0))) +("mitzi" nil (((m ih t) 1) ((s iy) 0))) +("mitzner" nil (((m ih t) 1) ((s n er) 0))) +("mitzvah" nil (((m ih t) 1) ((s v ax) 0))) +("miu" nil (((m y ow) 1))) +("miura" nil (((m iy) 0) ((uh) 1) ((r ax) 0))) +("mix" nil (((m ih k s) 1))) +("mixed" nil (((m ih k s t) 1))) +("mixer" nil (((m ih k) 1) ((s er) 0))) +("mixers" nil (((m ih k) 1) ((s er z) 0))) +("mixes" nil (((m ih k) 1) ((s ax z) 0))) +("mixing" nil (((m ih k) 1) ((s ih ng) 0))) +("mixon" nil (((m ih k) 1) ((s ax n) 0))) +("mixson" nil (((m ih k) 1) ((s ax n) 0))) +("mixte" nil (((m ih k s t) 1))) +("mixter" nil (((m ih k) 1) ((s t er) 0))) +("mixture" nil (((m ih k s) 1) ((ch er) 0))) +("mixtures" nil (((m ih k s) 1) ((ch er z) 0))) +("mixup" nil (((m ih k) 1) ((s ax p) 0))) +("miyagawa" nil (((m iy) 1) ((aa) 0) ((g aa) 1) ((w ax) 0))) +("miyahara" nil (((m iy) 1) ((y aa) 0) ((hh aa) 1) ((r ax) 0))) +("miyake" nil (((m iy) 0) ((y aa) 1) ((k ey) 0))) +("miyako" nil (((m iy) 1) ((ah) 1) ((k ow) 1))) +("miyamori" nil (((m iy) 1) ((aa) 0) ((m ao) 1) ((r iy) 0))) +("miyamoto" nil (((m iy) 0) ((y aa) 0) ((m ow) 1) ((t ow) 0))) +("miyasaki" nil (((m iy) 1) ((y aa) 0) ((s aa) 1) ((k iy) 0))) +("miyasato" nil (((m iy) 0) ((y aa) 0) ((s aa) 1) ((t ow) 0))) +("miyashiro" nil (((m iy) 0) ((y aa) 0) ((sh ih) 1) ((r ow) 0))) +("miyazaki" nil (((m iy) 1) ((y aa) 0) ((z aa) 1) ((k iy) 0))) +("miyazawa" nil (((m iy) 1) ((y ax) 0) ((z aa) 1) ((w ax) 0))) +("mizar" nil (((m ay) 1) ((z aa r) 1))) +("mize" nil (((m ay z) 1))) +("mizel" nil (((m ay) 1) ((z ax l) 0))) +("mizell" nil (((m ih) 1) ((z ax l) 0))) +("mizelle" nil (((m ih) 0) ((z eh l) 1))) +("mizen" nil (((m ay) 1) ((z ax n) 0))) +("mizer" nil (((m ay) 1) ((z er) 0))) +("mizner" nil (((m ih z) 1) ((n er) 0))) +("mizrahi" nil (((m iy z) 0) ((r aa) 1) ((hh iy) 0))) +("mizuno" nil (((m ih) 0) ((z uw) 1) ((n ow) 0))) +("mizzell" nil (((m ih) 1) ((z ax l) 0))) +("mkhatshwa" nil (((m ax) 0) ((k ae ch) 1) ((w ax) 0))) +("mladic" nil (((m) 0) ((l aa) 1) ((d ih ch) 0))) +("mlecko" nil (((m) 0) ((l eh) 1) ((k ow) 0))) +("mlotok" nil (((m) 0) ((l ow) 1) ((t aa k) 1))) +("mme" nil (((m iy) 1))) +("mmonoxide" nil (((m ax) 0) ((n aa k) 1) ((s ay d) 0))) +("mnemonics" nil (((n ih) 0) ((m aa) 1) ((n ih k s) 0))) +("mnookin" nil (((m) 0) ((n uh) 1) ((k ax n) 0))) +("mo" nil (((m ow) 1))) +("moab" nil (((m ow) 1) ((ae b) 0))) +("moacq" nil (((m ow k) 1))) +("moad" nil (((m ow d) 1))) +("moak" nil (((m ow k) 1))) +("moakley" nil (((m ow) 1) ((k l iy) 0))) +("moami" nil (((m ow) 1) ((m iy) 0))) +("moammar" nil (((m ow) 1) ((ax) 0) ((m aa r) 1))) +("moan" nil (((m ow n) 1))) +("moaned" nil (((m ow n d) 1))) +("moaning" nil (((m ow) 1) ((n ih ng) 0))) +("moans" nil (((m ow n z) 1))) +("moat" nil (((m ow t) 1))) +("moates" nil (((m ow) 1) ((ey t s) 1))) +("moats" nil (((m ow t s) 1))) +("mob" nil (((m aa b) 1))) +("mobay" nil (((m ow) 0) ((b ey) 1))) +("mobbed" nil (((m aa b d) 1))) +("mobbs" nil (((m aa b z) 1))) +("mobe" nil (((m ow b) 1))) +("moberg" nil (((m ow) 1) ((b er g) 0))) +("moberly" nil (((m ow) 1) ((b er) 0) ((l iy) 0))) +("mobil" nil (((m ow) 1) ((b ax l) 0))) +("mobile" nil (((m ow) 1) ((b ax l) 0))) +("mobiles" nil (((m ow) 1) ((b ax l z) 0))) +("mobilia" nil (((m ow) 0) ((b iy) 1) ((l iy) 0) ((ax) 0))) +("mobiliare" nil (((m ow) 1) ((b ax) 0) ((l eh r) 1))) +("mobility" nil (((m ow) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("mobilization" nil (((m ow) 1) ((b ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("mobilizations" nil (((m ow) 1) ((b ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("mobilize" nil (((m ow) 1) ((b ax) 0) ((l ay z) 1))) +("mobilized" nil (((m ow) 1) ((b ax) 0) ((l ay z d) 1))) +("mobilizing" nil (((m ow) 1) ((b ax) 0) ((l ay) 1) ((z ih ng) 0))) +("mobius" nil (((m ow) 1) ((b iy) 0) ((ax s) 0))) +("mobley" nil (((m ow) 1) ((b l iy) 0))) +("mobs" nil (((m aa b z) 1))) +("mobster" nil (((m aa b) 1) ((s t er) 0))) +("mobsters" nil (((m aa b) 1) ((s t er z) 0))) +("mobutu" nil (((m ow) 0) ((b y uw) 1) ((t uw) 1))) +("moby" nil (((m ow) 1) ((b iy) 0))) +("moca" nil (((m ow) 1) ((k ax) 0))) +("mocarski" nil (((m ax) 0) ((k aa r) 1) ((s k iy) 0))) +("mocatta" nil (((m ax) 0) ((k aa) 1) ((t ax) 0))) +("moccasin" nil (((m aa) 1) ((k ax) 0) ((s ax n) 0))) +("moccia" nil (((m ow) 1) ((ch ax) 0))) +("moccio" nil (((m ow) 1) ((ch iy) 0) ((ow) 0))) +("moceri" nil (((m ow) 0) ((ch eh) 1) ((r iy) 0))) +("moch" nil (((m aa k) 1))) +("mocha" nil (((m ow) 1) ((k ax) 0))) +("mochel" nil (((m aa) 1) ((k ax l) 0))) +("mochida" nil (((m ax) 0) ((ch iy) 1) ((d ax) 0))) +("mochizuki" nil (((m ow) 0) ((ch iy) 0) ((z uw) 1) ((k iy) 0))) +("mock" nil (((m aa k) 1))) +("mocked" nil (((m aa k t) 1))) +("mockery" nil (((m aa) 1) ((k er) 0) ((iy) 0))) +("mocking" nil (((m aa) 1) ((k ih ng) 0))) +("mockingbird" nil (((m aa) 1) ((k ih ng) 0) ((b er d) 1))) +("mockler" nil (((m aa) 1) ((k l er) 0))) +("mocks" nil (((m aa k s) 1))) +("moczygemba" nil (((m ax) 0) ((ch ih) 0) ((g eh m) 1) ((b ax) 0))) +("modalities" nil (((m ow) 0) ((d ae) 1) ((l ax) 0) ((t iy z) 0))) +("modarressi" nil (((m ow) 0) ((d aa) 1) ((r eh) 1) ((s iy) 0))) +("mode" nil (((m ow d) 1))) +("moded" nil (((m ow) 1) ((d ih d) 0))) +("model" nil (((m aa) 1) ((d ax l) 0))) +("modeled" nil (((m aa) 1) ((d ax l d) 0))) +("modeling" nil (((m aa) 1) ((d ax) 0) ((l ih ng) 0))) +("modell" nil (((m ow) 0) ((d ey l) 1))) +("modelo" nil (((m ow) 0) ((d eh) 1) ((l ow) 0))) +("models" nil (((m aa) 1) ((d ax l z) 0))) +("modelscope" nil (((m aa) 1) ((d ax l) 0) ((s g ow p) 1))) +("modem" nil (((m ow) 1) ((d ax m) 0))) +("modems" nil (((m ow) 1) ((d ax m z) 0))) +("moden" nil (((m ow) 1) ((d ax n) 0))) +("modena" nil (((m ow) 0) ((d eh) 1) ((n ax) 0))) +("moder" nil (((m ow) 1) ((d er) 0))) +("moderate" n (((m aa) 1) ((d er) 0) ((ax t) 0))) +("moderate" v (((m aa) 1) ((d er) 0) ((ey t) 0))) +("moderated" nil (((m aa) 1) ((d er) 0) ((ey) 1) ((t ih d) 0))) +("moderately" nil (((m aa) 1) ((d er) 0) ((ax t) 0) ((l iy) 0))) +("moderates" n (((m aa) 1) ((d er) 0) ((ax t s) 0))) +("moderates" y (((m aa) 1) ((d er) 0) ((ey t s) 0))) +("moderating" nil (((m aa) 1) ((d er) 0) ((ey) 1) ((t ih ng) 0))) +("moderation" nil (((m aa) 1) ((d er) 0) ((ey) 1) ((sh ax n) 0))) +("moderator" nil (((m aa) 1) ((d er) 0) ((ey) 1) ((t er) 0))) +("modern" nil (((m aa) 1) ((d er n) 0))) +("moderna" nil (((m ah) 0) ((d er) 1) ((n ax) 0))) +("modernism" nil (((m aa) 1) ((d er) 0) ((n ih) 1) ((z ax m) 0))) +("modernist" nil (((m aa) 1) ((d er) 0) ((n ax s t) 0))) +("modernists" nil (((m aa) 1) ((d er) 0) ((n ax s t s) 0))) +("modernity" nil (((m aa) 0) ((d er) 1) ((n ax) 0) ((t iy) 0))) +("modernization" nil (((m aa) 1) ((d er) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("modernize" nil (((m aa) 1) ((d er) 0) ((n ay z) 1))) +("modernized" nil (((m aa) 1) ((d er) 0) ((n ay z d) 1))) +("modernizing" nil (((m aa) 1) ((d er) 0) ((n ay) 1) ((z ih ng) 0))) +("moderns" nil (((m aa) 1) ((d er n z) 0))) +("modes" nil (((m ow d z) 1))) +("modesitt" nil (((m aa) 1) ((d ih) 0) ((s ih t) 0))) +("modest" nil (((m aa) 1) ((d ax s t) 0))) +("modesta" nil (((m ow) 0) ((d eh) 1) ((s t ax) 0))) +("modestia" nil (((m ow) 0) ((d eh s) 1) ((t y ax) 0))) +("modestine" nil (((m ow) 0) ((d eh) 0) ((s t iy) 1) ((n iy) 0))) +("modestly" nil (((m aa) 1) ((d ax s t) 0) ((l iy) 0))) +("modesto" nil (((m ow) 0) ((d eh) 1) ((s t ow) 0))) +("modesty" nil (((m aa) 1) ((d ax) 0) ((s t iy) 0))) +("modglin" nil (((m aa jh) 1) ((l ih n) 0))) +("modi" nil (((m ow) 1) ((d iy) 0))) +("modic" nil (((m aa) 1) ((d ih k) 0))) +("modica" nil (((m ow) 0) ((d iy) 1) ((k ax) 0))) +("modicum" nil (((m aa) 1) ((d ih) 0) ((k ax m) 0))) +("modification" nil (((m aa) 1) ((d ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("modifications" nil (((m aa) 1) ((d ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("modified" nil (((m aa) 1) ((d ax) 0) ((f ay d) 1))) +("modifies" nil (((m aa) 1) ((d ax) 0) ((f ay z) 1))) +("modify" nil (((m aa) 1) ((d ax) 0) ((f ay) 1))) +("modifying" nil (((m aa) 1) ((d ax) 0) ((f ay) 1) ((ih ng) 0))) +("modigliani" nil (((m ow) 0) ((d ih) 1) ((g l iy) 0) ((aa) 1) ((n iy) 0))) +("modine" nil (((m ow) 0) ((d iy n) 1))) +("modisette" nil (((m aa) 1) ((d ih) 0) ((s eh t) 0))) +("modjeski" nil (((m ax) 0) ((jh eh) 1) ((s k iy) 0))) +("modlin" nil (((m aa d) 1) ((l ih n) 0))) +("modrak" nil (((m aa) 1) ((d r ax k) 0))) +("modrow" nil (((m aa) 1) ((d r ow) 0))) +("modugno" nil (((m ow) 0) ((d uw g) 1) ((n ow) 0))) +("modulaire" nil (((m ao) 1) ((jh uw) 0) ((l eh r) 1))) +("modular" nil (((m aa) 1) ((jh ax) 0) ((l er) 0))) +("modulate" nil (((m ao jh) 1) ((y uw) 0) ((l ey t) 0))) +("modulation" nil (((m aa) 1) ((jh ax) 0) ((l ey) 1) ((sh ax n) 0))) +("modulator" nil (((m aa) 1) ((jh ax) 0) ((l ey) 1) ((t er) 0))) +("module" nil (((m aa) 1) ((jh uw l) 0))) +("modules" nil (((m aa) 1) ((jh uw l z) 0))) +("modus" nil (((m ow) 1) ((d ax s) 0))) +("mody" nil (((m ow) 1) ((d iy) 0))) +("modzelewski" nil (((m ax) 0) ((jh ih) 0) ((l eh f) 1) ((s k iy) 0))) +("MoE" nil (((eh m) 1) ((ow) 1) ((iy) 1))) +("moe" nil (((m ow) 1))) +("moebius" nil (((m ow) 1) ((b iy) 0) ((ih s) 0))) +("moeckel" nil (((m ow) 1) ((k ax l) 0))) +("moede" nil (((m ow d) 1))) +("moehle" nil (((m ow) 1) ((hh ax l) 0))) +("moehlman" nil (((m ow l) 1) ((m ax n) 0))) +("moehring" nil (((m ao) 1) ((r ih ng) 0))) +("moeller" nil (((m ow) 1) ((l er) 0))) +("moellering" nil (((m ow) 1) ((l er) 0) ((ih ng) 0))) +("moen" nil (((m ow n) 1))) +("moench" nil (((m ow ng k) 1))) +("moening" nil (((m aa) 1) ((ax) 0) ((n ih ng) 0))) +("moerbe" nil (((m ao r b) 1))) +("moerke" nil (((m ao r k) 1))) +("moerman" nil (((m ow) 1) ((er) 0) ((m ax n) 0))) +("moers" nil (((m ow) 1) ((er z) 0))) +("moertel" nil (((m ao r) 1) ((t eh l) 1))) +("moes" nil (((m ow z) 1))) +("moesch" nil (((m ow sh) 1))) +("moeser" nil (((m ow) 1) ((z er) 0))) +("moessner" nil (((m ow) 1) ((s n er) 0))) +("moet" nil (((m ow) 1) ((ih t) 0))) +("mof" nil (((m aa f) 1))) +("moffa" nil (((m aa) 1) ((f ax) 0))) +("moffat" nil (((m aa) 1) ((f ax t) 0))) +("moffatt" nil (((m aa) 1) ((f ax t) 0))) +("moffet" nil (((m aa) 1) ((f ih t) 0))) +("moffett" nil (((m aa) 1) ((f ih t) 0))) +("moffit" nil (((m aa) 1) ((f ih t) 0))) +("moffitt" nil (((m aa) 1) ((f ih t) 0))) +("mofford" nil (((m ao) 1) ((f er d) 0))) +("mofield" nil (((m ow) 1) ((f iy l d) 1))) +("moga" nil (((m ow) 1) ((g ax) 0))) +("mogadishu" nil (((m ow) 1) ((g ax) 0) ((d iy) 1) ((sh uw) 1))) +("mogan" nil (((m ow) 1) ((g ax n) 0))) +("mogao" nil (((m ao) 1) ((g aw) 1))) +("mogavero" nil (((m ow) 0) ((g aa) 0) ((v eh) 1) ((r ow) 0))) +("mogel" nil (((m ow) 1) ((g ax l) 0))) +("mogensen" nil (((m aa) 1) ((g ih n) 0) ((s ax n) 0))) +("moger" nil (((m ow) 1) ((g er) 0))) +("mogg" nil (((m aa g) 1))) +("mogle" nil (((m ow) 1) ((g ax l) 0))) +("moglia" nil (((m aa) 1) ((g l iy) 0) ((ax) 0))) +("mogopa" nil (((m ow) 0) ((g ow) 1) ((p ax) 0))) +("mogul" nil (((m ow) 1) ((g ax l) 0))) +("moguls" nil (((m ow) 1) ((g ax l z) 0))) +("mohair" nil (((m ow) 1) ((hh eh r) 1))) +("mohamad" nil (((m ax) 0) ((hh aa) 1) ((m ax d) 0))) +("mohamed" nil (((m ow) 0) ((hh aa) 1) ((m eh d) 0))) +("mohammad" nil (((m ow) 0) ((hh aa) 1) ((m eh d) 0))) +("mohammed" nil (((m ow) 0) ((hh ae) 1) ((m ih d) 0))) +("mohan" nil (((m ow) 1) ((hh aa n) 0))) +("mohar" nil (((m ow) 1) ((hh er) 0))) +("mohasco" nil (((m ow) 0) ((hh ae) 1) ((s k ow) 0))) +("mohawk" nil (((m ow) 1) ((hh ao k) 1))) +("mohawks" nil (((m ow) 1) ((hh ao k s) 1))) +("moher" nil (((m aa) 1) ((hh er) 0))) +("mohl" nil (((m ow l) 1))) +("mohler" nil (((m ow) 1) ((l er) 0))) +("mohlman" nil (((m ow l) 1) ((m ax n) 0))) +("mohn" nil (((m aa n) 1))) +("mohney" nil (((m aa) 1) ((n iy) 0))) +("mohnkern" nil (((m aa n) 1) ((k er n) 0))) +("mohon" nil (((m ow) 1) ((hh ax n) 0))) +("mohr" nil (((m ao r) 1))) +("mohring" nil (((m ao) 1) ((r ih ng) 0))) +("mohrman" nil (((m ao r) 1) ((m ax n) 0))) +("mohrmann" nil (((m ao r) 1) ((m ax n) 0))) +("mohs" nil (((m aa s) 1))) +("mohtashemi" nil (((m ow) 1) ((t ax) 0) ((sh ey) 1) ((m iy) 0))) +("moi" nil (((m) 0) ((w aa) 1))) +("moilanen" nil (((m oy) 1) ((l ax) 0) ((n ax n) 0))) +("moina" nil (((m oy) 1) ((n ax) 0))) +("moines" nil (((m oy n z) 1))) +("moir" nil (((m oy r) 1))) +("moira" nil (((m oy) 1) ((r ax) 0))) +("moisan" nil (((m oy) 0) ((z ae n) 1))) +("moise" nil (((m oy z) 1))) +("moises" nil (((m oy) 1) ((z ih z) 0))) +("moisi" nil (((m oy) 1) ((s iy) 0))) +("moist" nil (((m oy s t) 1))) +("moistened" nil (((m oy) 1) ((s ax n d) 0))) +("moisture" nil (((m oy s) 1) ((ch er) 0))) +("moisturizer" nil (((m oy s) 1) ((ch er) 0) ((ay) 1) ((z er) 0))) +("mojave" nil (((m ow) 0) ((hh aa) 1) ((v iy) 0))) +("mojica" nil (((m ow) 0) ((y iy) 1) ((k ax) 0))) +("mojito" nil (((m ow) 0) ((hh iy) 1) ((t ow) 0))) +("mojo" nil (((m ow) 1) ((jh ow) 0))) +("mok" nil (((m aa k) 1))) +("moka" nil (((m ow) 1) ((k ax) 0))) +("mokhiber" nil (((m aa k) 1) ((hh ih) 0) ((b er) 0))) +("mokoena" nil (((m ax) 0) ((k ow) 1) ((n ax) 0))) +("mokry" nil (((m aa) 1) ((k r iy) 0))) +("mol" nil (((m ao l) 1))) +("mola" nil (((m ow) 1) ((l ax) 0))) +("molaison" nil (((m ax) 0) ((l ey) 1) ((z ax n) 0))) +("moland" nil (((m aa) 1) ((l ax n d) 0))) +("molander" nil (((m aa) 1) ((l ax n) 0) ((d er) 0))) +("molano" nil (((m ow) 0) ((l aa) 1) ((n ow) 0))) +("molasses" nil (((m ax) 0) ((l ae) 1) ((s ax z) 0))) +("molchan" nil (((m ow l) 1) ((ch ax n) 0))) +("mold" nil (((m ow l d) 1))) +("moldable" nil (((m ow l) 1) ((d ax) 0) ((b ax l) 0))) +("moldavia" nil (((m ow l) 1) ((d ey) 1) ((v iy) 0) ((ax) 0))) +("moldavian" nil (((m ow l) 1) ((d ey) 1) ((v iy) 0) ((ax n) 0))) +("molded" nil (((m ow l) 1) ((d ax d) 0))) +("molden" nil (((m ow l) 1) ((d ax n) 0))) +("moldenhauer" nil (((m ow l) 1) ((d ih n) 0) ((hh aw) 0) ((er) 0))) +("molder" nil (((m ow l) 1) ((d er) 0))) +("molders" nil (((m ow l) 1) ((d er z) 0))) +("molding" nil (((m ow l) 1) ((d ih ng) 0))) +("moldings" nil (((m ow l) 1) ((d ih ng z) 0))) +("moldova" nil (((m ow l) 1) ((d ow) 1) ((v ax) 0))) +("moldovan" nil (((m ow l) 1) ((d ow) 0) ((v aa n) 1))) +("molds" nil (((m ow l d z) 1))) +("moldy" nil (((m ow l) 1) ((d iy) 0))) +("mole" nil (((m ow l) 1))) +("molecular" nil (((m ax) 0) ((l eh) 1) ((k y ax) 0) ((l er) 0))) +("molecule" nil (((m aa) 1) ((l ax) 0) ((k y uw l) 1))) +("molecules" nil (((m aa) 1) ((l ax) 0) ((k y uw l z) 1))) +("moleculon" nil (((m ow) 0) ((l eh) 1) ((k y uw) 0) ((l aa n) 0))) +("molehill" nil (((m ow l) 1) ((hh ih l) 1))) +("molelike" nil (((m ow l) 1) ((l ay k) 1))) +("molen" nil (((m ow) 1) ((l ax n) 0))) +("molenaar" nil (((m aa) 1) ((l ih) 0) ((n aa r) 0))) +("molenda" nil (((m ow) 0) ((l eh n) 1) ((d ax) 0))) +("moler" nil (((m ow) 1) ((l er) 0))) +("moles" nil (((m ow l z) 1))) +("moleski" nil (((m ax) 0) ((l eh) 1) ((s k iy) 0))) +("molesky" nil (((m ax) 0) ((l eh) 1) ((s k iy) 0))) +("molest" nil (((m ax) 0) ((l eh s t) 1))) +("molestation" nil (((m ow) 1) ((l eh) 0) ((s t ey) 1) ((sh ax n) 0))) +("molested" nil (((m ax) 0) ((l eh) 1) ((s t ih d) 0))) +("molester" nil (((m ax) 0) ((l eh) 1) ((s t er) 0))) +("molesting" nil (((m ax) 0) ((l eh) 1) ((s t ih ng) 0))) +("molests" nil (((m ax) 0) ((l eh s t s) 1))) +("molesworth" nil (((m ow l) 1) ((z w er th) 1))) +("molex" nil (((m ow) 1) ((l ax k s) 0))) +("moliere" nil (((m ow) 0) ((l y eh r) 1))) +("molin" nil (((m ow) 1) ((l ih n) 0))) +("molina" nil (((m ax) 0) ((l iy) 1) ((n ax) 0))) +("molinar" nil (((m aa) 1) ((l ih) 0) ((n er) 0))) +("molinari" nil (((m ao) 1) ((l ax) 0) ((n aa) 1) ((r iy) 0))) +("molinaro" nil (((m ow) 0) ((l iy) 0) ((n aa) 1) ((r ow) 0))) +("moline" nil (((m ow) 0) ((l iy n) 1))) +("molineaux" nil (((m ao) 1) ((l ax) 0) ((n ow) 1))) +("molinelli" nil (((m ow) 0) ((l iy) 0) ((n eh) 1) ((l iy) 0))) +("molino" nil (((m ow) 0) ((l iy) 1) ((n ow) 0))) +("molitor" nil (((m ow) 0) ((l iy) 1) ((t er) 0))) +("moll" nil (((m aa l) 1))) +("molle" nil (((m aa l) 1))) +("mollenhauer" nil (((m aa) 1) ((l ih n) 0) ((hh aw) 0) ((er) 0))) +("mollenkopf" nil (((m aa) 1) ((l ax n) 0) ((k ao p f) 0))) +("moller" nil (((m aa) 1) ((l er) 0))) +("mollet" nil (((m aa) 1) ((l ih t) 0))) +("mollett" nil (((m aa) 1) ((l ih t) 0))) +("molley" nil (((m aa) 1) ((l iy) 0))) +("mollica" nil (((m aa) 1) ((l ih) 0) ((k ax) 0))) +("mollie" nil (((m aa) 1) ((l iy) 0))) +("mollified" nil (((m aa) 1) ((l ax) 0) ((f ay d) 1))) +("mollify" nil (((m aa) 1) ((l ax) 0) ((f ay) 1))) +("mollison" nil (((m aa) 1) ((l ih) 0) ((s ax n) 0))) +("mollner" nil (((m aa l) 1) ((n er) 0))) +("mollo" nil (((m aa) 1) ((l ow) 0))) +("mollohan" nil (((m aa) 1) ((l ax) 0) ((hh ae n) 0))) +("molloy" nil (((m aa) 1) ((l oy) 0))) +("mollusk" nil (((m aa) 1) ((l ax s k) 0))) +("mollusks" nil (((m aa) 1) ((l ax s k s) 0))) +("molly" nil (((m aa) 1) ((l iy) 0))) +("mollycoddle" nil (((m aa) 1) ((l iy) 0) ((k aa) 1) ((d ax l) 0))) +("molnar" nil (((m ow l) 1) ((n er) 0))) +("molner" nil (((m ow l) 1) ((n er) 0))) +("molock" nil (((m aa) 1) ((l ax k) 0))) +("molokai" nil (((m aa) 1) ((l ax) 0) ((k ay) 1))) +("moloney" nil (((m ax) 0) ((l ow) 1) ((n iy) 0))) +("molony" nil (((m ax) 0) ((l ao) 1) ((n iy) 0))) +("molotov" nil (((m ao) 1) ((l ax) 0) ((t aa f) 1))) +("molpus" nil (((m ao l) 1) ((p ax s) 0))) +("molson" nil (((m ow l) 1) ((s ax n) 0))) +("molstad" nil (((m ow l) 1) ((s t ax d) 0))) +("molt" nil (((m ow l t) 1))) +("molten" nil (((m ow l) 1) ((t ax n) 0))) +("molter" nil (((m ow l) 1) ((t er) 0))) +("molting" nil (((m ow l) 1) ((t ih ng) 0))) +("molton" nil (((m ow l) 1) ((t ax n) 0))) +("moltz" nil (((m ow l t s) 1))) +("moly" nil (((m ow) 1) ((l iy) 0))) +("molybdenum" nil (((m ax) 0) ((l ih b) 1) ((d ih) 0) ((n ax m) 0))) +("molyneaux" nil (((m aa) 1) ((l ih) 0) ((n ow) 0))) +("molzahn" nil (((m ow l) 1) ((z ax n) 0))) +("mom" nil (((m aa m) 1))) +("moma" nil (((m ow) 1) ((m ax) 0))) +("moman" nil (((m ow) 1) ((m ax n) 0))) +("momayez" nil (((m ow) 0) ((m ey) 1) ((eh z) 0))) +("mombasa" nil (((m aa m) 0) ((b aa) 1) ((s ax) 0))) +("moment" nil (((m ow) 1) ((m ax n t) 0))) +("momentarily" nil (((m ow) 1) ((m ax n) 0) ((t eh) 1) ((r ax) 0) ((l iy) 0))) +("momentary" nil (((m ow) 1) ((m ax n) 0) ((t eh) 1) ((r iy) 0))) +("momentous" nil (((m ow) 0) ((m eh n) 1) ((t ax s) 0))) +("moments" nil (((m ow) 1) ((m ax n t s) 0))) +("momentum" nil (((m ow) 0) ((m eh n) 1) ((t ax m) 0))) +("momigliano" nil (((m ow) 0) ((m ih) 1) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("momma" nil (((m aa) 1) ((m ax) 0))) +("mommens" nil (((m aa) 1) ((m ax n z) 0))) +("mommy" nil (((m aa) 1) ((m iy) 0))) +("momokawa" nil (((m ow) 1) ((m ow) 0) ((k aa) 1) ((w ax) 0))) +("moms" nil (((m aa m z) 1))) +("mon" nil (((m ow n) 1))) +("mona" nil (((m ow) 1) ((n ax) 0))) +("monacelli" nil (((m ow) 0) ((n aa) 0) ((ch eh) 1) ((l iy) 0))) +("monachino" nil (((m ow) 0) ((n aa) 0) ((k iy) 1) ((n ow) 0))) +("monaco" nil (((m aa) 1) ((n ax) 0) ((k ow) 1))) +("monad" nil (((m ow) 1) ((n ae d) 0))) +("monadnock" nil (((m aa) 1) ((n ae d) 1) ((n aa k) 0))) +("monagene" nil (((m aa) 1) ((n ax) 0) ((jh iy n) 1))) +("monaghan" nil (((m aa) 1) ((n ax) 0) ((hh ae n) 0))) +("monahan" nil (((m aa) 1) ((n ax) 0) ((hh ae n) 0))) +("monarch" nil (((m aa) 1) ((n aa r k) 1))) +("monarchies" nil (((m aa) 1) ((n aa r) 0) ((k iy z) 0))) +("monarchs" nil (((m aa) 1) ((n aa r k s) 1))) +("monarchy" nil (((m aa) 1) ((n aa r) 0) ((k iy) 0))) +("monarrez" nil (((m ow) 0) ((n aa) 1) ((r eh z) 0))) +("monash" nil (((m aa) 1) ((n ae sh) 1))) +("monasteries" nil (((m aa) 1) ((n ax) 0) ((s t eh) 1) ((r iy z) 0))) +("monastery" nil (((m aa) 1) ((n ax) 0) ((s t eh) 1) ((r iy) 0))) +("monastic" nil (((m ax) 0) ((n ae) 1) ((s t ih k) 0))) +("monasticism" nil (((m ax) 0) ((n ae) 1) ((s t ax) 0) ((s ih) 1) ((z ax m) 0))) +("monatomic" nil (((m aa) 1) ((n ax) 0) ((t aa) 1) ((m ih k) 0))) +("monca" nil (((m ow n) 1) ((k ax) 0))) +("moncada" nil (((m ow n) 0) ((k aa) 1) ((d ax) 0))) +("moncayo" nil (((m ow n) 0) ((k ey) 1) ((ow) 0))) +("monceaux" nil (((m ax n) 0) ((s ow) 1))) +("moncrief" nil (((m aa n) 1) ((k r iy f) 0))) +("moncur" nil (((m aa n) 1) ((k er) 0))) +("moncure" nil (((m ow n) 0) ((k uh) 1) ((r iy) 0))) +("moncus" nil (((m aa n) 1) ((k ih s) 0))) +("monda" nil (((m aa n) 1) ((d ax) 0))) +("mondadori" nil (((m aa n) 1) ((d ax) 0) ((d ao) 1) ((r iy) 0))) +("mondale" nil (((m aa n) 1) ((d ey l) 1))) +("mondavi" nil (((m aa n) 0) ((d aa) 1) ((v iy) 0))) +("monday" nil (((m ah n) 1) ((d ey) 0))) +("monday" nil (((m ah n) 1) ((d iy) 0))) +("mondays" nil (((m ah n) 1) ((d ey z) 0))) +("mondays" nil (((m ah n) 1) ((d iy z) 0))) +("monde" nil (((m aa n d) 1))) +("mondelli" nil (((m ow n) 0) ((d eh) 1) ((l iy) 0))) +("mondello" nil (((m aa n) 1) ((d eh) 1) ((l ow) 0))) +("mondeo" nil (((m aa n) 1) ((d ey) 1) ((ow) 0))) +("mondex" nil (((m aa n) 1) ((d eh k s) 0))) +("mondo" nil (((m aa n) 1) ((d ow) 0))) +("mondor" nil (((m aa n) 1) ((d er) 0))) +("mondragon" nil (((m ow n) 0) ((d r aa) 0) ((g ao n) 1))) +("mondry" nil (((m aa n) 1) ((d r iy) 0))) +("monds" nil (((m aa n d z) 1))) +("mondschein" nil (((m aa n d) 1) ((sh ay n) 1))) +("mondy" nil (((m aa n) 1) ((d iy) 0))) +("mone" nil (((m ow n) 1))) +("monell" nil (((m aa) 1) ((n ax l) 0))) +("mones" nil (((m ow n z) 1))) +("monessen" nil (((m ow) 1) ((n ax) 0) ((s ax n) 0))) +("monet" nil (((m ow) 0) ((n ey) 1))) +("monetarism" nil (((m aa) 1) ((n ax) 0) ((t er) 0) ((ih) 1) ((z ax m) 0))) +("monetarist" nil (((m aa) 1) ((n ax) 0) ((t er) 0) ((ih s t) 0))) +("monetarists" nil (((m aa) 1) ((n ax) 0) ((t er) 0) ((ih s t s) 1))) +("monetary" nil (((m aa) 1) ((n ax) 0) ((t eh) 1) ((r iy) 0))) +("monett" nil (((m aa) 1) ((n ih t) 0))) +("monette" nil (((m ax) 0) ((n eh t) 1))) +("money" nil (((m ah) 1) ((n iy) 0))) +("moneycard" nil (((m ah) 1) ((n iy) 0) ((k aa r d) 1))) +("moneycenter" nil (((m ah) 1) ((n iy) 0) ((s eh n) 1) ((t er) 0))) +("moneyed" nil (((m ah) 1) ((n iy d) 0))) +("moneyline" nil (((m ah) 1) ((n iy) 0) ((l ay n) 1))) +("moneymaker" nil (((m ah) 1) ((n iy) 0) ((m ey) 1) ((k er) 0))) +("moneymakers" nil (((m ah) 1) ((n iy) 0) ((m ey) 1) ((k er z) 0))) +("moneymaking" nil (((m ah) 1) ((n iy) 0) ((m ey) 1) ((k ih ng) 0))) +("moneypenny" nil (((m ah) 1) ((n iy) 0) ((p eh) 1) ((n iy) 0))) +("moneywatch" nil (((m ah) 1) ((n iy) 0) ((w aa ch) 1))) +("moneyweek" nil (((m ah) 1) ((n iy) 0) ((w iy k) 1))) +("monfils" nil (((m aa n) 1) ((f ih l z) 0))) +("monfort" nil (((m aa n) 1) ((f er t) 0))) +("monforte" nil (((m ow n) 0) ((f ao r) 1) ((t iy) 0))) +("mong" nil (((m ao ng) 1))) +("mongan" nil (((m aa ng) 1) ((g ax n) 0))) +("monge" nil (((m aa n jh) 1))) +("mongeau" nil (((m ax ng) 0) ((g ow) 1))) +("mongelli" nil (((m ow ng) 0) ((g eh) 1) ((l iy) 0))) +("mongeon" nil (((m aa n) 1) ((jh ih n) 0))) +("monger" nil (((m ah ng) 1) ((g er) 0))) +("mongering" nil (((m ah ng) 1) ((g er) 0) ((ih ng) 0))) +("mongers" nil (((m ah ng) 1) ((g er z) 0))) +("mongiello" nil (((m ow n) 0) ((jh eh) 1) ((l ow) 0))) +("mongillo" nil (((m ow ng) 0) ((g ih) 1) ((l ow) 0))) +("mongol" nil (((m aa ng) 1) ((g ax l) 0))) +("mongold" nil (((m aa n) 1) ((g ow l d) 1))) +("mongolia" nil (((m aa ng) 0) ((g ow) 1) ((l iy) 0) ((ax) 0))) +("mongolian" nil (((m aa ng) 0) ((g ow) 1) ((l iy) 0) ((ax n) 0))) +("mongoloid" nil (((m aa ng) 1) ((g ax) 0) ((l oy d) 1))) +("mongols" nil (((m aa ng) 1) ((g ax l z) 0))) +("mongoose" nil (((m aa ng) 1) ((g uw s) 0))) +("mongooses" nil (((m aa ng) 1) ((g uw) 0) ((s ax z) 0))) +("mongosutu" nil (((m aa ng) 1) ((g ow) 0) ((s uw) 1) ((t uw) 0))) +("mongstad" nil (((m ao ng) 1) ((s t ae d) 1))) +("monhollen" nil (((m aa n) 1) ((hh ax) 0) ((l ax n) 0))) +("monica" nil (((m aa) 1) ((n ih) 0) ((k ax) 0))) +("monical" nil (((m aa) 1) ((n ih) 0) ((k ax l) 0))) +("monico" nil (((m ow) 0) ((n iy) 1) ((k ow) 0))) +("monied" nil (((m ah) 1) ((n iy d) 0))) +("monier" nil (((m ow) 1) ((n iy) 0) ((er) 0))) +("monies" nil (((m ah) 1) ((n iy z) 0))) +("monieson" nil (((m ow) 1) ((n iy) 0) ((s ax n) 0))) +("monigold" nil (((m aa) 1) ((n ih) 0) ((g ow l d) 1))) +("moniker" nil (((m aa) 1) ((n ih) 0) ((k er) 0))) +("monikers" nil (((m aa) 1) ((n ih) 0) ((k er z) 0))) +("moninger" nil (((m ow) 1) ((n ih ng) 0) ((er) 0))) +("monism" nil (((m aa) 1) ((n ih) 0) ((z ax m) 0))) +("monisms" nil (((m aa) 1) ((n ih) 0) ((z ax m z) 0))) +("monitor" nil (((m aa) 1) ((n ax) 0) ((t er) 0))) +("monitored" nil (((m aa) 1) ((n ax) 0) ((t er d) 0))) +("monitoring" nil (((m aa) 1) ((n ax) 0) ((t er) 0) ((ih ng) 0))) +("monitors" nil (((m aa) 1) ((n ax) 0) ((t er z) 0))) +("moniz" nil (((m aa) 1) ((n ih z) 0))) +("monje" nil (((m aa n jh) 1))) +("monk" nil (((m ah ng k) 1))) +("monkees" nil (((m aa ng) 1) ((k iy z) 0))) +("monkey" nil (((m ah ng) 1) ((k iy) 0))) +("monkeylike" nil (((m ah ng) 1) ((k iy) 0) ((l ay k) 1))) +("monkeys" nil (((m ah ng) 1) ((k iy z) 0))) +("monks" nil (((m ah ng k s) 1))) +("monmouth" nil (((m aa n) 1) ((m ax th) 0))) +("monn" nil (((m aa n) 1))) +("monnett" nil (((m aa) 1) ((n ih t) 0))) +("monnier" nil (((m aa) 1) ((n iy) 0) ((er) 0))) +("monnig" nil (((m aa) 1) ((n ih g) 0))) +("monnin" nil (((m aa) 1) ((n ih n) 0))) +("mono" nil (((m ow) 1) ((n ow) 0))) +("monocarpic" nil (((m aa) 1) ((n ax) 0) ((k aa r) 1) ((p ih k) 0))) +("monochromatic" nil (((m aa) 1) ((n ax) 0) ((k r ow) 0) ((m ae) 1) ((t ih k) 0))) +("monochrome" nil (((m aa) 1) ((n ax) 0) ((k r ow m) 1))) +("monoclate" nil (((m aa) 1) ((n ax) 0) ((k l ey t) 1))) +("monoclinic" nil (((m aa) 1) ((n ax) 0) ((k l ih) 1) ((n ih k) 0))) +("monoclonal" nil (((m aa) 1) ((n ax) 0) ((k l ow) 1) ((n ax l) 0))) +("monogamous" nil (((m ax) 0) ((n aa) 1) ((g ax) 0) ((m ax s) 0))) +("monogamy" nil (((m ax) 0) ((n aa) 1) ((g ax) 0) ((m iy) 0))) +("monogram" nil (((m aa) 1) ((n ax) 0) ((g r ae m) 1))) +("monogrammed" nil (((m aa) 1) ((n ax) 0) ((g r ae m d) 1))) +("monograph" nil (((m aa) 1) ((n ax) 0) ((g r ae f) 1))) +("monohull" nil (((m aa) 1) ((n ax) 0) ((hh ax l) 0))) +("monolingual" nil (((m aa) 1) ((n ax) 0) ((l ih ng) 1) ((g w ax l) 0))) +("monolith" nil (((m aa) 1) ((n ax) 0) ((l ih th) 1))) +("monolithic" nil (((m aa) 1) ((n ax) 0) ((l ih) 1) ((th ih k) 0))) +("monologue" nil (((m aa) 1) ((n ax) 0) ((l ao g) 1))) +("monologues" nil (((m aa) 1) ((n ax) 0) ((l ao g z) 1))) +("monomer" nil (((m aa) 1) ((n ax) 0) ((m er) 0))) +("monomers" nil (((m aa) 1) ((n ax) 0) ((m er z) 0))) +("monongahela" nil (((m ax) 0) ((n ao ng) 1) ((g ax) 0) ((hh ey) 1) ((l ax) 0))) +("mononuclear" nil (((m aa) 1) ((n ax) 0) ((n uw) 1) ((k l iy) 0) ((er) 0))) +("monophonic" nil (((m aa) 1) ((n ax) 0) ((f aa) 1) ((n ih k) 0))) +("monoplanes" nil (((m aa) 1) ((n ax) 0) ((p l ey n z) 1))) +("monopole" nil (((m aa) 1) ((n ax) 0) ((p ow l) 1))) +("monopoles" nil (((m aa) 1) ((n ax) 0) ((p ow l z) 1))) +("monopolies" nil (((m ax) 0) ((n aa) 1) ((p ax) 0) ((l iy z) 0))) +("monopolist" nil (((m ax) 0) ((n aa) 1) ((p ax) 0) ((l ax s t) 0))) +("monopolistic" nil (((m ax) 0) ((n aa) 1) ((p ax) 0) ((l ih) 1) ((s t ih k) 0))) +("monopolization" nil (((m ax) 0) ((n aa) 1) ((p ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("monopolize" nil (((m ax) 0) ((n aa) 1) ((p ax) 0) ((l ay z) 1))) +("monopolized" nil (((m ax) 0) ((n aa) 1) ((p ax) 0) ((l ay z d) 1))) +("monopolizes" nil (((m ax) 0) ((n aa) 1) ((p ax) 0) ((l ay) 1) ((z ih z) 0))) +("monopolizing" nil (((m ax) 0) ((n aa) 1) ((p ax) 0) ((l ay) 1) ((z ih ng) 0))) +("monopoly" nil (((m ax) 0) ((n aa) 1) ((p ax) 0) ((l iy) 0))) +("monorail" nil (((m aa) 1) ((n er) 0) ((ey l) 1))) +("monorails" nil (((m aa) 1) ((n er) 0) ((ey l z) 1))) +("monosaccharide" nil (((m aa) 1) ((n ax) 0) ((s ae) 1) ((k er) 0) ((ay d) 1))) +("monoszon" nil (((m aa) 1) ((n ax) 0) ((z aa n) 1))) +("monotheism" nil (((m aa) 1) ((n ax) 0) ((th iy) 0) ((ih) 0) ((z ax m) 0))) +("monotone" nil (((m aa) 1) ((n ax) 0) ((t ow n) 1))) +("monotonous" nil (((m ax) 0) ((n aa) 1) ((t ax) 0) ((n ax s) 0))) +("monotony" nil (((m ax) 0) ((n aa) 1) ((t ax) 0) ((n iy) 0))) +("monotype" nil (((m aa) 1) ((n ax) 0) ((t ay p) 1))) +("monovalent" nil (((m aa) 1) ((n ax) 0) ((v ey) 1) ((l ax n t) 0))) +("monoxide" nil (((m ax) 0) ((n aa k) 1) ((s ay d) 0))) +("monreal" nil (((m aa n) 1) ((r ax l) 0))) +("monro" nil (((m aa n) 1) ((r ow) 0))) +("monroe" nil (((m ax n) 0) ((r ow) 1))) +("monroeville" nil (((m aa n) 0) ((r ow) 1) ((v ih l) 1))) +("monrovia" nil (((m aa n) 1) ((r ow) 1) ((v iy) 0) ((ax) 0))) +("monroy" nil (((m aa n) 1) ((r oy) 1))) +("monsanto" nil (((m aa n) 1) ((s ae n) 1) ((t ow) 0))) +("monsees" nil (((m aa n) 1) ((s iy z) 1))) +("monsen" nil (((m aa n) 1) ((s ax n) 0))) +("monsey" nil (((m aa n) 1) ((z iy) 0))) +("monsieur" nil (((m ax s) 0) ((y er) 1))) +("monsieurs" nil (((m ax s) 0) ((y er z) 1))) +("monsignor" nil (((m aa n) 0) ((s iy) 1) ((n y er) 0))) +("monsignors" nil (((m aa n) 0) ((s iy) 1) ((n y er z) 0))) +("monsky" nil (((m aa n) 1) ((s k iy) 0))) +("monsod" nil (((m aa n) 1) ((s aa d) 0))) +("monson" nil (((m aa n) 1) ((s ax n) 0))) +("monsoon" nil (((m aa n) 0) ((s uw n) 1))) +("monsoons" nil (((m aa n) 0) ((s uw n z) 1))) +("monsour" nil (((m aa n) 1) ((s er) 0))) +("monster" nil (((m aa n) 1) ((s t er) 0))) +("monsters" nil (((m aa n) 1) ((s t er z) 0))) +("monstrosity" nil (((m aa n) 0) ((s t r aa) 1) ((s ax) 0) ((t iy) 0))) +("monstrous" nil (((m aa n) 1) ((s t r ax s) 0))) +("mont" nil (((m aa n t) 1))) +("montag" nil (((m ax n) 0) ((t ae g) 1))) +("montage" nil (((m aa n) 1) ((t ih jh) 0))) +("montagna" nil (((m ow n) 0) ((t aa g) 1) ((n ax) 0))) +("montagne" nil (((m ax n) 0) ((t ey n y) 1))) +("montagnier" nil (((m aa n) 0) ((t ae) 1) ((n y er) 0))) +("montagnino" nil (((m ow n) 0) ((t aa g) 0) ((n iy) 1) ((n ow) 0))) +("montagu" nil (((m aa n) 1) ((t ax) 0) ((g y uw) 1))) +("montague" nil (((m aa n) 1) ((t ax) 0) ((g y uw) 1))) +("montalban" nil (((m aa n) 0) ((t ae l) 1) ((b ax n) 0))) +("montalbano" nil (((m ow n) 0) ((t aa l) 0) ((b aa) 1) ((n ow) 0))) +("montalbo" nil (((m aa n) 1) ((t ae l) 1) ((b ow) 0))) +("montalto" nil (((m ow n) 0) ((t aa l) 1) ((t ow) 0))) +("montalvo" nil (((m ow n) 0) ((t aa l) 1) ((v ow) 0))) +("montana" nil (((m aa n) 0) ((t ae) 1) ((n ax) 0))) +("montanari" nil (((m ow n) 0) ((t aa) 0) ((n aa) 1) ((r iy) 0))) +("montanaro" nil (((m ow n) 0) ((t aa) 0) ((n aa) 1) ((r ow) 0))) +("montand" nil (((m aa n) 1) ((t ax n d) 0))) +("montanez" nil (((m ow n) 0) ((t aa) 1) ((n eh z) 0))) +("montante" nil (((m ow n) 0) ((t aa n) 1) ((t iy) 0))) +("montanye" nil (((m ow n) 0) ((t aa) 1) ((n y ey) 0))) +("montavon" nil (((m ow n) 0) ((t aa) 0) ((v ao n) 1))) +("montazeri" nil (((m aa n) 1) ((t ax) 0) ((z eh) 1) ((r iy) 0))) +("montblanc" nil (((m aa n t) 0) ((b l ae ng k) 1))) +("montclair" nil (((m aa n t) 1) ((k l eh r) 1))) +("monte" nil (((m aa n) 1) ((t iy) 0))) +("monteagudo" nil (((m ow n) 0) ((t ax) 0) ((g uw) 1) ((d ow) 0))) +("montebello" nil (((m aa n) 1) ((t ih) 0) ((b eh) 1) ((l ow) 0))) +("montecalvo" nil (((m ow n) 0) ((t eh) 0) ((k aa l) 1) ((v ow) 0))) +("montedison" nil (((m aa n) 0) ((t eh) 1) ((d ih) 0) ((s ax n) 0))) +("montee" nil (((m aa n) 1) ((t iy) 0))) +("montefiore" nil (((m aa n) 1) ((t ax) 0) ((f iy) 0) ((ao) 1) ((r iy) 0))) +("monteforte" nil (((m ow n) 0) ((t eh) 0) ((f ao r) 1) ((t iy) 0))) +("montefusco" nil (((m ow n) 0) ((t eh) 0) ((f uw) 1) ((s k ow) 0))) +("monteil" nil (((m aa n) 0) ((t ay l) 1))) +("monteiro" nil (((m aa n) 0) ((t eh) 1) ((r ow) 0))) +("montejano" nil (((m aa n) 0) ((t ey) 0) ((aa) 1) ((n ow) 0))) +("montel" nil (((m aa n) 0) ((t eh l) 1))) +("monteleone" nil (((m aa n) 0) ((t ey) 0) ((l ey) 0) ((ow) 1) ((n iy) 0))) +("montella" nil (((m aa n) 1) ((t eh) 1) ((l ax) 0))) +("montello" nil (((m aa n) 1) ((t eh) 1) ((l ow) 0))) +("montelongo" nil (((m aa n) 0) ((t eh) 0) ((l ow ng) 1) ((g ow) 0))) +("montemarano" nil (((m aa n) 0) ((t eh) 0) ((m aa) 0) ((r aa) 1) ((n ow) 0))) +("montemayor" nil (((m aa n) 0) ((t ey) 0) ((m ey) 0) ((ao r) 1))) +("montemurro" nil (((m aa n) 0) ((t eh) 0) ((m uh) 1) ((r ow) 0))) +("montenay" nil (((m aa n) 1) ((t ax) 0) ((n ey) 1))) +("montenegro" nil (((m aa n) 1) ((t ax) 0) ((n ey) 1) ((g r ow) 0))) +("monter" nil (((m aa n) 1) ((t er) 0))) +("monterey" nil (((m aa n) 1) ((t er) 0) ((ey) 1))) +("montero" nil (((m aa n) 0) ((t eh) 1) ((r ow) 0))) +("monterosso" nil (((m ow n) 0) ((t er) 0) ((ow) 1) ((s ow) 0))) +("monterrey" nil (((m aa n) 1) ((t er) 0) ((ey) 1))) +("montes" nil (((m aa n) 1) ((t iy z) 0))) +("montesano" nil (((m ow n) 0) ((t eh) 0) ((s aa) 1) ((n ow) 0))) +("montesdeoca" nil (((m ow n) 0) ((t eh s) 0) ((d iy) 0) ((aa) 1) ((k ax) 0))) +("montesi" nil (((m ow n) 0) ((t eh) 1) ((s iy) 0))) +("montesino" nil (((m ow n) 0) ((t eh) 0) ((s iy) 1) ((n ow) 0))) +("monteverde" nil (((m ow n) 0) ((t eh) 0) ((v eh r) 1) ((d iy) 0))) +("montevideo" nil (((m aa n) 1) ((t ax) 0) ((v ih) 1) ((d iy) 0) ((ow) 1))) +("montez" nil (((m ow n) 0) ((t eh z) 1))) +("montezuma" nil (((m aa n) 1) ((t ih) 0) ((z uw) 1) ((m ax) 0))) +("montford" nil (((m ax n t) 0) ((f ao r d) 1))) +("montfort" nil (((m aa n t) 1) ((f er t) 0))) +("montgomery" nil (((m aa n t) 0) ((g ah) 1) ((m r iy) 0))) +("montgoris" nil (((m aa n t) 0) ((g ao) 1) ((r ih s) 0))) +("month" nil (((m ah n th) 1))) +("monthlong" nil (((m ah n th) 1) ((l ao ng) 1))) +("monthly" nil (((m ah n th) 1) ((l iy) 0))) +("months" nil (((m ah n th s) 1))) +("monti" nil (((m aa n) 1) ((t iy) 0))) +("monticciolo" nil (((m aa n) 0) ((t iy) 1) ((ch iy) 0) ((ow) 1) ((l ow) 0))) +("monticello" nil (((m aa n) 1) ((t ax) 0) ((s eh) 1) ((l ow) 0))) +("montie" nil (((m aa n) 1) ((t iy) 0))) +("montiel" nil (((m ow n) 0) ((t iy) 0) ((eh l) 1))) +("montien" nil (((m aa n) 1) ((t iy) 1) ((eh n) 0))) +("montieth" nil (((m aa n) 1) ((t iy) 0) ((ih th) 0))) +("montijo" nil (((m ow n) 0) ((t iy) 1) ((y ow) 0))) +("montini" nil (((m ow n) 0) ((t iy) 1) ((n iy) 0))) +("montjoy" nil (((m aa n t) 1) ((jh oy) 1))) +("montminy" nil (((m aa n t) 1) ((m ih) 0) ((n iy) 0))) +("montone" nil (((m ow n) 0) ((t ow) 1) ((n iy) 0))) +("montooth" nil (((m aa n) 1) ((t uw th) 1))) +("montoya" nil (((m aa n) 0) ((t oy) 1) ((ax) 0))) +("montpelier" nil (((m aa n t) 0) ((p iy) 1) ((l iy) 0) ((er) 0))) +("montreal" nil (((m ah n) 1) ((t r iy) 0) ((ao l) 1))) +("montrone" nil (((m aa n) 0) ((t r ow n) 1))) +("montrose" nil (((m aa n) 1) ((t r ow z) 1))) +("montross" nil (((m ow n) 1) ((t r ow s) 0))) +("montroy" nil (((m aa n) 1) ((t r oy) 1))) +("monts" nil (((m aa n t s) 1))) +("montuori" nil (((m ow n) 0) ((t w ao) 1) ((r iy) 0))) +("montvale" nil (((m aa n t) 1) ((v ey l) 1))) +("montville" nil (((m ow n t) 1) ((v ih l) 0))) +("monty" nil (((m ao n) 1) ((t iy) 0))) +("montz" nil (((m aa n t s) 1))) +("monument" nil (((m aa) 1) ((n y ax) 0) ((m ax n t) 0))) +("monumental" nil (((m aa) 1) ((n y ax) 0) ((m eh n) 1) ((t ax l) 0))) +("monuments" nil (((m aa) 1) ((n y ax) 0) ((m ax n t s) 0))) +("monus" nil (((m ow) 1) ((n ax s) 0))) +("mony" nil (((m ow) 1) ((n iy) 0))) +("monzert" nil (((m aa n) 1) ((z er t) 0))) +("monzingo" nil (((m ow n) 0) ((z iy ng) 1) ((g ow) 0))) +("monzo" nil (((m aa n) 1) ((z ow) 0))) +("monzon" nil (((m ow n) 0) ((z ao n) 1))) +("monzonite" nil (((m aa n) 1) ((z ax) 0) ((n ay t) 1))) +("mooberry" nil (((m uw) 1) ((b eh) 1) ((r iy) 0))) +("mood" nil (((m uw d) 1))) +("moodie" nil (((m uw) 1) ((d iy) 0))) +("moods" nil (((m uw d z) 1))) +("moody" nil (((m uw) 1) ((d iy) 0))) +("mooers" nil (((m uw) 1) ((er z) 0))) +("moog" nil (((m uw g) 1))) +("mook" nil (((m uh k) 1))) +("moomaw" nil (((m uw) 1) ((m ao) 1))) +("moomey" nil (((m uw) 1) ((m iy) 0))) +("moon" nil (((m uw n) 1))) +("moondreamers" nil (((m uw n) 1) ((d r iy) 1) ((m er z) 0))) +("moone" nil (((m uw n) 1))) +("mooney" nil (((m uw) 1) ((n iy) 0))) +("mooneyham" nil (((m uw) 1) ((n iy) 0) ((hh ax m) 0))) +("mooneyhan" nil (((m uw) 1) ((n iy) 0) ((hh ax n) 0))) +("moonlight" nil (((m uw n) 1) ((l ay t) 1))) +("moonlighting" nil (((m uw n) 1) ((l ay) 1) ((t ih ng) 0))) +("moonlike" nil (((m uw n) 1) ((l ay k) 1))) +("moonlit" nil (((m uw n) 1) ((l ih t) 1))) +("moons" nil (((m uw n z) 1))) +("moonshine" nil (((m uw n) 1) ((sh ay n) 1))) +("moonstone" nil (((m uw n) 1) ((s t ow n) 1))) +("moonstruck" nil (((m uw n) 1) ((s t r ah k) 1))) +("moonves" nil (((m uw n) 1) ((v eh z) 0))) +("moor" nil (((m uh r) 1))) +("mooradian" nil (((m uh) 0) ((r ey) 1) ((d iy) 0) ((ax n) 0))) +("moorco" nil (((m uh r) 1) ((k ow) 0))) +("moore" nil (((m uh r) 1))) +("moored" nil (((m uh r d) 1))) +("moorefield" nil (((m uh) 1) ((r ih) 0) ((f iy l d) 0))) +("moorehead" nil (((m uh r) 1) ((hh eh d) 1))) +("moorehouse" nil (((m uh r) 1) ((hh aw s) 1))) +("moorer" nil (((m uh) 1) ((r er) 0))) +("moores" nil (((m uh r z) 1))) +("moorestown" nil (((m ao r z) 1) ((t aw n) 1))) +("moorhead" nil (((m uh r) 1) ((hh eh d) 1))) +("moorhouse" nil (((m uh r) 1) ((hh aw s) 1))) +("mooring" nil (((m uh) 1) ((r ih ng) 0))) +("moorings" nil (((m uw) 1) ((r ih ng z) 0))) +("moorish" nil (((m uh) 1) ((r ih sh) 0))) +("moorland" nil (((m uh r) 1) ((l ae n d) 1))) +("moorlands" nil (((m uh r) 1) ((l ae n d z) 1))) +("moorman" nil (((m uh r) 1) ((m ax n) 0))) +("moors" nil (((m uh r z) 1))) +("moos" nil (((m uw z) 1))) +("moosa" nil (((m uw) 1) ((s ax) 0))) +("moose" nil (((m uw s) 1))) +("moosehead" nil (((m uw s) 1) ((hh eh d) 1))) +("moosman" nil (((m uw) 1) ((s m ax n) 0))) +("moot" nil (((m uw t) 1))) +("moothart" nil (((m uw) 1) ((th aa r t) 0))) +("moots" nil (((m uw t s) 1))) +("mooty" nil (((m uw) 1) ((t iy) 0))) +("mootz" nil (((m uw t s) 1))) +("mop" nil (((m aa p) 1))) +("mopboard" nil (((m aa p) 1) ((b ao r d) 1))) +("moping" nil (((m ow) 1) ((p ih ng) 0))) +("mopped" nil (((m aa p t) 1))) +("moppes" nil (((m aa p s) 1))) +("mopping" nil (((m aa) 1) ((p ih ng) 0))) +("mops" nil (((m aa p s) 1))) +("moquin" nil (((m ow) 0) ((k w iy n) 1))) +("mor" nil (((m ao r) 1))) +("mora" nil (((m ao) 1) ((r ax) 0))) +("morabito" nil (((m ao) 0) ((r aa) 0) ((b iy) 1) ((t ow) 0))) +("morace" nil (((m ao) 0) ((r aa) 1) ((ch iy) 0))) +("morad" nil (((m ao) 1) ((r ax d) 0))) +("morado" nil (((m ao) 0) ((r aa) 1) ((d ow) 0))) +("moraga" nil (((m ao) 0) ((r aa) 1) ((g ax) 0))) +("moragne" nil (((m er) 0) ((ey n y) 1))) +("morahan" nil (((m ao) 1) ((r ax) 0) ((hh ae n) 0))) +("morain" nil (((m er) 0) ((ey n) 1))) +("morainal" nil (((m er) 0) ((ey) 1) ((n ax l) 0))) +("moraine" nil (((m er) 0) ((ey n) 1))) +("morais" nil (((m er) 0) ((ey) 1))) +("moraitis" nil (((m ao) 0) ((r ay) 1) ((t ih s) 0))) +("moral" nil (((m ao) 1) ((r ax l) 0))) +("morale" nil (((m er) 0) ((ae l) 1))) +("morales" nil (((m er) 0) ((ae l z) 1))) +("moralez" nil (((m ao) 0) ((r aa) 1) ((l eh z) 0))) +("moralism" nil (((m ao) 1) ((r ax) 0) ((l ih) 1) ((z ax m) 0))) +("moralist" nil (((m ao) 1) ((r ax) 0) ((l ih s t) 0))) +("moralistic" nil (((m ao) 1) ((r ax) 0) ((l ih) 1) ((s t ih k) 0))) +("moralists" nil (((m ao) 1) ((r ax) 0) ((l ih s t s) 0))) +("morality" nil (((m er) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("moralizing" nil (((m ao) 1) ((r ax) 0) ((l ay) 1) ((z ih ng) 0))) +("morally" nil (((m ao) 1) ((r ax) 0) ((l iy) 0))) +("morals" nil (((m ao) 1) ((r ax l z) 0))) +("moran" nil (((m er) 0) ((ae n) 1))) +("morand" nil (((m ao) 1) ((r ax n d) 0))) +("morandi" nil (((m ao) 0) ((r aa n) 1) ((d iy) 0))) +("morando" nil (((m ao) 0) ((r aa n) 1) ((d ow) 0))) +("morang" nil (((m ao) 1) ((r ax ng) 0))) +("morano" nil (((m ao) 0) ((r aa) 1) ((n ow) 0))) +("morant" nil (((m ao) 1) ((r ax n t) 0))) +("morante" nil (((m ao) 0) ((r aa n) 1) ((t iy) 0))) +("morash" nil (((m ao) 1) ((r ax sh) 0))) +("moraski" nil (((m er) 0) ((aa) 1) ((s k iy) 0))) +("morass" nil (((m er) 0) ((ae s) 1))) +("morasses" nil (((m er) 0) ((ae) 1) ((s ih z) 0))) +("morath" nil (((m ao) 1) ((r ax th) 0))) +("moratoria" nil (((m ao) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0) ((ax) 0))) +("moratorium" nil (((m ao) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0) ((ax m) 0))) +("moratoriums" nil (((m ao) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0) ((ax m z) 0))) +("moravec" nil (((m er) 0) ((aa) 1) ((v ih k) 0))) +("moravek" nil (((m ao) 1) ((r ax) 0) ((v ih k) 0))) +("moravian" nil (((m er) 0) ((ey) 1) ((v iy) 0) ((ax n) 0))) +("morawski" nil (((m er) 0) ((aa f) 1) ((s k iy) 0))) +("moray" nil (((m er) 0) ((ey) 1))) +("morays" nil (((m er) 0) ((ey z) 1))) +("morbid" nil (((m ao r) 1) ((b ax d) 0))) +("morbidity" nil (((m ao r) 0) ((b ih) 1) ((d ax) 0) ((t iy) 0))) +("morby" nil (((m ao r) 1) ((b iy) 0))) +("morcom" nil (((m ao r) 1) ((k ax m) 0))) +("mord" nil (((m ao r d) 1))) +("mordant" nil (((m ao r) 1) ((d ax n t) 0))) +("mordechai" nil (((m ao r) 1) ((d ax) 0) ((k ay) 1))) +("morden" nil (((m ao r) 1) ((d ax n) 0))) +("more" nil (((m ao r) 1))) +("morea" nil (((m ao) 1) ((r iy) 0) ((ax) 0))) +("moreau" nil (((m er) 0) ((ow) 1))) +("moredock" nil (((m ao) 1) ((r ih) 0) ((d aa k) 0))) +("moree" nil (((m er) 0) ((iy) 1))) +("moreen" nil (((m ao) 0) ((r iy n) 1))) +("morefield" nil (((m ao) 1) ((r ih) 0) ((f iy l d) 1))) +("morehart" nil (((m ao) 1) ((r ih) 0) ((hh aa r t) 0))) +("morehead" nil (((m ao r) 1) ((hh eh d) 0))) +("morehouse" nil (((m ao r) 1) ((hh aw s) 1))) +("moreira" nil (((m ao) 0) ((r eh) 1) ((r ax) 0))) +("morejon" nil (((m ao) 1) ((r ih) 0) ((jh aa n) 0))) +("morel" nil (((m er) 0) ((eh l) 1))) +("moreland" nil (((m ao r) 1) ((l ax n d) 0))) +("morell" nil (((m ao) 1) ((r ax l) 0))) +("morella" nil (((m ao) 0) ((r eh) 1) ((l ax) 0))) +("morelli" nil (((m ao) 0) ((r eh) 1) ((l iy) 0))) +("morello" nil (((m er) 0) ((eh) 1) ((l ow) 0))) +("morelock" nil (((m ao) 1) ((r ih) 0) ((l aa k) 0))) +("moreman" nil (((m ao r) 1) ((m ax n) 0))) +("moren" nil (((m ao) 1) ((r ax n) 0))) +("morena" nil (((m ao) 0) ((r ey) 1) ((n ax) 0))) +("morency" nil (((m ao) 0) ((r ao n) 1) ((s iy) 0))) +("moreno" nil (((m ao) 0) ((r iy) 1) ((n ow) 0))) +("moreover" nil (((m ao) 0) ((r ow) 1) ((v er) 0))) +("morera" nil (((m ao) 0) ((r eh) 1) ((r ax) 0))) +("mores" nil (((m ao) 1) ((r ey z) 1))) +("moresco" nil (((m ao) 0) ((r eh) 1) ((s k ow) 0))) +("moret" nil (((m ao) 1) ((r ih t) 0))) +("moreton" nil (((m ao) 1) ((r ih) 0) ((t aa n) 0))) +("moretti" nil (((m ao) 0) ((r eh) 1) ((t iy) 0))) +("moretto" nil (((m ao) 0) ((r eh) 1) ((t ow) 0))) +("moretz" nil (((m ao) 1) ((r ih t s) 0))) +("morever" nil (((m ao r) 1) ((v er) 0))) +("morey" nil (((m ao) 1) ((r iy) 0))) +("morfin" nil (((m ao r) 1) ((f ih n) 0))) +("morford" nil (((m ao r) 1) ((f er d) 0))) +("morga" nil (((m ao r) 1) ((g ax) 0))) +("morgado" nil (((m ao r) 0) ((g aa) 1) ((d ow) 0))) +("morgan" nil (((m ao r) 1) ((g ax n) 0))) +("morgana" nil (((m ao r) 0) ((g ae) 1) ((n ax) 0))) +("morgans" nil (((m ao r) 1) ((g ax n z) 0))) +("morganstern" nil (((m ao r) 1) ((g ax n) 0) ((s t er n) 0))) +("morgante" nil (((m ao r) 0) ((g aa n) 1) ((t iy) 0))) +("morganti" nil (((m ao r) 0) ((g aa n) 1) ((t iy) 0))) +("morgantown" nil (((m ao r) 1) ((g ax n) 0) ((t aw n) 1))) +("morgart" nil (((m ao r) 1) ((g aa r t) 0))) +("morgen" nil (((m ao r) 1) ((g ax n) 0))) +("morgenroth" nil (((m ao r) 1) ((g ih n) 0) ((r ao th) 0))) +("morgenstern" nil (((m ao r) 1) ((g ih n) 0) ((s t er n) 0))) +("morgenthaler" nil (((m ao r) 1) ((g ih n) 0) ((th ax) 0) ((l er) 0))) +("morgenthau" nil (((m ao r) 1) ((g ax n) 0) ((th aw) 1))) +("morgue" nil (((m ao r g) 1))) +("morgun" nil (((m ao r) 1) ((g ax n) 0))) +("mori" nil (((m ao) 1) ((r iy) 0))) +("moria" nil (((m ao) 1) ((r iy) 0) ((ax) 0))) +("moriarity" nil (((m ao) 1) ((r iy) 0) ((aa) 1) ((r ax) 0) ((t iy) 0))) +("moriarty" nil (((m ao) 1) ((r iy) 0) ((aa r) 1) ((t iy) 0))) +("moribund" nil (((m ao) 1) ((r ax) 0) ((b ax n d) 0))) +("moric" nil (((m ao) 1) ((r ih k) 0))) +("morice" nil (((m ao) 1) ((r ih s) 0))) +("morici" nil (((m ao) 0) ((r iy) 1) ((ch iy) 0))) +("morihiro" nil (((m ao) 0) ((r iy) 0) ((hh ih) 1) ((r ow) 0))) +("morikawa" nil (((m ao) 0) ((r iy) 0) ((k aa) 1) ((w ax) 0))) +("morillo" nil (((m ao) 0) ((r ih) 1) ((l ow) 0))) +("morimoto" nil (((m ao) 0) ((r iy) 0) ((m ow) 1) ((t ow) 0))) +("morin" nil (((m ao) 1) ((r ih n) 0))) +("morine" nil (((m ao) 0) ((r iy) 1) ((n iy) 0))) +("moring" nil (((m ao) 1) ((r ih ng) 0))) +("morini" nil (((m ao) 0) ((r iy) 1) ((n iy) 0))) +("morino" nil (((m ao) 0) ((r iy) 1) ((n ow) 0))) +("morioka" nil (((m ao) 0) ((r iy) 0) ((ow) 1) ((k ax) 0))) +("moris" nil (((m ao) 1) ((r ih s) 0))) +("morisette" nil (((m ao) 1) ((r ih) 0) ((s eh t) 0))) +("morishita" nil (((m ao) 0) ((r iy) 0) ((sh iy) 1) ((t ax) 0))) +("morison" nil (((m ao) 1) ((r ih) 0) ((s ax n) 0))) +("morissette" nil (((m ao) 1) ((r ih) 0) ((s eh t) 0))) +("morita" nil (((m ao) 0) ((r iy) 1) ((t ax) 0))) +("moritz" nil (((m ao) 0) ((r ih t s) 1))) +("moriya" nil (((m ao) 0) ((r iy) 1) ((ax) 0))) +("mork" nil (((m ao r k) 1))) +("morken" nil (((m ao r) 1) ((k ax n) 0))) +("morlan" nil (((m ao r) 1) ((l ax n) 0))) +("morland" nil (((m ao r) 1) ((l ax n d) 0))) +("morley" nil (((m ao r) 1) ((l iy) 0))) +("morlock" nil (((m ao r) 1) ((l ax k) 0))) +("morman" nil (((m ao r) 1) ((m ax n) 0))) +("mormile" nil (((m ao r) 1) ((m ay l) 0))) +("mormino" nil (((m ao r) 0) ((m iy) 1) ((n ow) 0))) +("mormon" nil (((m ao r) 1) ((m ax n) 0))) +("mormons" nil (((m ao r) 1) ((m ax n z) 0))) +("morna" nil (((m ao r) 1) ((n ax) 0))) +("morneau" nil (((m er) 0) ((n ow) 1))) +("morneault" nil (((m er) 0) ((n ow) 1))) +("morning" nil (((m ao r) 1) ((n ih ng) 0))) +("mornings" nil (((m ao r) 1) ((n ih ng z) 0))) +("morningstar" nil (((m ao r) 1) ((n ih ng) 0) ((s t aa r) 1))) +("moro" nil (((m ao) 1) ((r ow) 1))) +("moroccan" nil (((m er) 0) ((aa) 1) ((k ax n) 0))) +("moroccans" nil (((m er) 0) ((aa) 1) ((k ax n z) 0))) +("morocco" nil (((m er) 0) ((aa) 1) ((k ow) 0))) +("moron" nil (((m ao) 1) ((r aa n) 1))) +("morones" nil (((m ao) 0) ((r ow) 1) ((n eh s) 0))) +("moroney" nil (((m er) 0) ((ow) 1) ((n iy) 0))) +("moroni" nil (((m er) 0) ((ow) 1) ((n iy) 0))) +("moros" nil (((m ao) 1) ((r ow z) 0))) +("morose" nil (((m er) 0) ((ow s) 1))) +("morosky" nil (((m ao) 0) ((r ao) 1) ((s k iy) 0))) +("morovcic" nil (((m ao) 0) ((r aa v) 1) ((ch ih k) 0))) +("moroz" nil (((m ao) 1) ((r ow z) 0))) +("morphew" nil (((m ao r) 1) ((f y uw) 0))) +("morphin" nil (((m ao r) 1) ((f ax n) 0))) +("morphine" nil (((m ao r) 1) ((f iy n) 0))) +("morphis" nil (((m ao r) 1) ((f ih s) 0))) +("morphogenesis" nil (((m ao r) 1) ((f ax) 0) ((jh eh) 1) ((n ax) 0) ((s ax s) 0))) +("morphological" nil (((m ao r) 1) ((f ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("morphology" nil (((m ao r) 0) ((f aa) 1) ((l ax) 0) ((jh iy) 0))) +("morphs" nil (((m ao r f s) 1))) +("morr" nil (((m ao r) 1))) +("morra" nil (((m ao) 1) ((r ax) 0))) +("morrall" nil (((m ao) 0) ((r aa l) 1))) +("morreale" nil (((m ao) 0) ((r iy) 1) ((l iy) 0))) +("morrell" nil (((m ao) 0) ((r eh l) 1))) +("morren" nil (((m ao) 1) ((r ax n) 0))) +("morrical" nil (((m ao) 1) ((r ih) 0) ((k ax l) 0))) +("morrie" nil (((m ao) 1) ((r iy) 0))) +("morrill" nil (((m ao) 0) ((r iy l) 1))) +("morrin" nil (((m ao) 1) ((r ih n) 0))) +("morris" nil (((m ao) 1) ((r ax s) 0))) +("morrisett" nil (((m ao) 1) ((r ax) 0) ((s eh t) 1))) +("morrisette" nil (((m ao) 1) ((r ih) 0) ((s eh t) 0))) +("morrisey" nil (((m ao) 1) ((r ih) 0) ((s iy) 0))) +("morrish" nil (((m ao) 1) ((r ih sh) 0))) +("morrison" nil (((m ao) 1) ((r ih) 0) ((s ax n) 0))) +("morrissette" nil (((m ao) 1) ((r ih) 0) ((s eh t) 0))) +("morrissey" nil (((m ao) 1) ((r ih) 0) ((s iy) 0))) +("morristown" nil (((m ao) 1) ((r ax) 0) ((s t aw n) 1))) +("morrisville" nil (((m ao) 1) ((r ax) 0) ((s v ih l) 1))) +("morro" nil (((m ao) 1) ((r ow) 0))) +("morrone" nil (((m ao) 0) ((r ow) 1) ((n iy) 0))) +("morrow" nil (((m aa) 1) ((r ow) 0))) +("morsch" nil (((m ao r sh) 1))) +("morse" nil (((m ao r s) 1))) +("morsel" nil (((m ao r) 1) ((s ax l) 0))) +("morsels" nil (((m ao r) 1) ((s ax l z) 0))) +("morson" nil (((m ao r) 1) ((s ax n) 0))) +("morss" nil (((m ao r s) 1))) +("mort" nil (((m ao r t) 1))) +("mortage" nil (((m ao r) 1) ((t ih jh) 0))) +("mortages" nil (((m ao r) 1) ((t ih) 0) ((jh ih z) 0))) +("mortal" nil (((m ao r) 1) ((t ax l) 0))) +("mortality" nil (((m ao r) 0) ((t ae) 1) ((l ax) 0) ((t iy) 0))) +("mortally" nil (((m ao r) 1) ((t ax) 0) ((l iy) 0))) +("mortals" nil (((m ao r) 1) ((t ax l z) 0))) +("mortar" nil (((m ao r) 1) ((t er) 0))) +("mortara" nil (((m ao r) 0) ((t aa) 1) ((r ax) 0))) +("mortars" nil (((m ao r) 1) ((t er z) 0))) +("mortell" nil (((m ao r) 0) ((t ey l) 1))) +("mortellaro" nil (((m ao r) 0) ((t eh) 0) ((l aa) 1) ((r ow) 0))) +("mortem" nil (((m ao r) 1) ((t ax m) 0))) +("morten" nil (((m ao r) 1) ((t ax n) 0))) +("mortensen" nil (((m ao r) 1) ((t ih n) 0) ((s ax n) 0))) +("mortenson" nil (((m ao r) 1) ((t ih n) 0) ((s ax n) 0))) +("morter" nil (((m ao r) 1) ((t er) 0))) +("mortgage" nil (((m ao r) 1) ((g ax jh) 0))) +("mortgaged" nil (((m ao r) 1) ((g ih jh d) 0))) +("mortgagepower" nil (((m ao r) 1) ((g ih jh) 0) ((p aw r) 1))) +("mortgages" nil (((m ao r) 1) ((g ax) 0) ((jh ax z) 0))) +("mortgaging" nil (((m ao r) 1) ((g ih) 0) ((jh ih ng) 0))) +("mortician" nil (((m ao r) 0) ((t ih) 1) ((sh ax n) 0))) +("mortie" nil (((m ao r) 1) ((t iy) 0))) +("mortier" nil (((m ao r) 1) ((t iy) 0) ((er) 0))) +("mortified" nil (((m ao r) 1) ((t ax) 0) ((f ay d) 1))) +("mortimer" nil (((m ao r) 1) ((t ih) 0) ((m er) 0))) +("mortimore" nil (((m ao r) 0) ((t iy) 1) ((m ao r) 0))) +("mortis" nil (((m ao r) 1) ((t ih s) 0))) +("mortland" nil (((m ao r t) 1) ((l ax n d) 0))) +("mortner" nil (((m ao r t) 1) ((n er) 0))) +("morton" nil (((m ao r) 1) ((t ax n) 0))) +("mortuary" nil (((m ao r) 1) ((ch uw) 0) ((eh) 1) ((r iy) 0))) +("moruhiro" nil (((m ao) 1) ((r uw) 0) ((hh ih) 1) ((r ow) 0))) +("morvant" nil (((m ao r) 1) ((v ax n t) 0))) +("morven" nil (((m ao r) 1) ((v ax n) 0))) +("morvillo" nil (((m ao r) 0) ((v ih) 1) ((l ow) 0))) +("mory" nil (((m ao) 1) ((r iy) 0))) +("morze" nil (((m ao r z) 1))) +("mosaic" nil (((m ow) 0) ((z ey) 1) ((ih k) 0))) +("mosaical" nil (((m ow) 0) ((z ey) 1) ((ih) 0) ((k ax l) 0))) +("mosaics" nil (((m ow) 0) ((z ey) 1) ((ih k s) 0))) +("mosbacher" nil (((m aa s) 1) ((b aa) 0) ((k er) 0))) +("mosbrucker" nil (((m aa s) 1) ((b r ax) 0) ((k er) 0))) +("mosca" nil (((m ow) 1) ((s k ax) 0))) +("moscato" nil (((m ow) 0) ((s k aa) 1) ((t ow) 0))) +("moschella" nil (((m ow) 0) ((s k eh) 1) ((l ax) 0))) +("moschetti" nil (((m ow) 0) ((s k eh) 1) ((t iy) 0))) +("mosco" nil (((m ow) 1) ((s k ow) 0))) +("moscom" nil (((m ao) 1) ((s k ax m) 0))) +("moscoso" nil (((m ow) 0) ((s k ow) 1) ((s ow) 0))) +("moscow" nil (((m aa) 1) ((s k ow) 1))) +("mose" nil (((m ow z) 1))) +("mosel" nil (((m ow) 1) ((s ax l) 0))) +("moseley" nil (((m ow) 1) ((z l iy) 0))) +("moselle" nil (((m ow) 0) ((z eh l) 1))) +("mosely" nil (((m ow) 1) ((z l iy) 0))) +("moseman" nil (((m ow) 1) ((s m ax n) 0))) +("moser" nil (((m ow) 1) ((z er) 0))) +("moses" nil (((m ow) 1) ((z ax s) 0))) +("mosey" nil (((m ow) 1) ((z iy) 0))) +("moshe" nil (((m ow) 0) ((sh eh) 1))) +("mosher" nil (((m ow) 1) ((zh er) 0))) +("moshier" nil (((m aa) 1) ((sh iy) 0) ((er) 0))) +("moshood" nil (((m aa s) 1) ((hh uh d) 1))) +("mosie" nil (((m aa) 1) ((s iy) 0))) +("mosier" nil (((m ow) 1) ((zh er) 0))) +("mosiman" nil (((m ow) 1) ((s iy) 0) ((m ax n) 0))) +("moskal" nil (((m aa) 1) ((s k ax l) 0))) +("mosko" nil (((m ow) 1) ((s k ow) 0))) +("moskolenko" nil (((m ao) 1) ((s k ow) 0) ((l eh ng) 1) ((k ow) 0))) +("moskovitz" nil (((m aa) 1) ((s k ax) 0) ((v ih t s) 0))) +("moskow" nil (((m aa) 1) ((s k ow) 0))) +("moskowitz" nil (((m ao) 1) ((s k ax) 0) ((w ih t s) 0))) +("moskwa" nil (((m aa s k) 1) ((v ax) 0))) +("mosle" nil (((m ow) 1) ((s ax l) 0))) +("moslem" nil (((m aa) 1) ((z l ax m) 0))) +("moslems" nil (((m aa) 1) ((z l ax m z) 0))) +("mosler" nil (((m aa) 1) ((s ax) 0) ((l er) 0))) +("mosley" nil (((m ow) 1) ((z l iy) 0))) +("mosman" nil (((m aa) 1) ((s m ax n) 0))) +("mosque" nil (((m aa s k) 1))) +("mosqueda" nil (((m ow) 0) ((s k w ey) 1) ((d ax) 0))) +("mosquera" nil (((m ow) 0) ((s k w eh) 1) ((r ax) 0))) +("mosques" nil (((m aa s k s) 1))) +("mosquito" nil (((m ax) 0) ((s k iy) 1) ((t ow) 0))) +("mosquitoes" nil (((m ax) 0) ((s k iy) 1) ((t ow z) 0))) +("mosquitos" nil (((m ax) 0) ((s k iy) 1) ((t ow z) 0))) +("moss" nil (((m ao s) 1))) +("mossad" nil (((m ow) 0) ((s ae d) 1))) +("mossbarger" nil (((m aa s) 1) ((b aa r) 0) ((g er) 0))) +("mossberg" nil (((m ao s) 1) ((b er g) 0))) +("mossburg" nil (((m ao s) 1) ((b er g) 0))) +("mosser" nil (((m ao) 1) ((s er) 0))) +("mosses" nil (((m ao) 1) ((s ax z) 0))) +("mossey" nil (((m aa) 1) ((s iy) 0))) +("mossholder" nil (((m ao s) 1) ((hh ow l) 1) ((d er) 0))) +("mosslike" nil (((m ao) 1) ((s l ay k) 1))) +("mossman" nil (((m ao) 1) ((s m ax n) 0))) +("mosso" nil (((m ow) 1) ((s ow) 0))) +("most" nil (((m ow s t) 1))) +("mostar" nil (((m ow) 1) ((s t aa r) 0))) +("mostek" nil (((m aa) 1) ((s t ih k) 0))) +("mosteller" nil (((m aa) 1) ((s t ax) 0) ((l er) 0))) +("moster" nil (((m ow) 1) ((s t er) 0))) +("mostly" nil (((m ow s t) 1) ((l iy) 0))) +("mostoller" nil (((m aa) 1) ((s t ow) 0) ((l er) 0))) +("mostow" nil (((m aa) 1) ((s t aw) 0))) +("mostrom" nil (((m aa) 1) ((s t r ax m) 0))) +("mostyn" nil (((m aa) 1) ((s t ih n) 0))) +("mosur" nil (((m ow) 1) ((s uh r) 1))) +("moszkowski" nil (((m aa) 1) ((s k aw) 1) ((s k iy) 0))) +("mota" nil (((m ow) 1) ((t ax) 0))) +("mote" nil (((m ow t) 1))) +("motel" nil (((m ow) 0) ((t eh l) 1))) +("motels" nil (((m ow) 0) ((t eh l z) 1))) +("moten" nil (((m ow) 1) ((t ax n) 0))) +("motes" nil (((m ow t s) 1))) +("moteurs" nil (((m ow) 0) ((t uw r z) 1))) +("moth" nil (((m ao th) 1))) +("mothball" nil (((m ao th) 1) ((b ao l) 1))) +("mothballed" nil (((m ao th) 1) ((b ao l d) 1))) +("mothballing" nil (((m ao th) 1) ((b ao) 1) ((l ih ng) 0))) +("mothballs" nil (((m ao th) 1) ((b ao l z) 1))) +("mother" nil (((m ah) 1) ((dh er) 0))) +("mothercare" nil (((m ah) 1) ((dh er) 0) ((k eh r) 1))) +("motherhood" nil (((m ah) 1) ((dh er) 0) ((hh uh d) 1))) +("mothering" nil (((m ah) 1) ((dh er) 0) ((ih ng) 0))) +("motherland" nil (((m ah) 1) ((dh er) 0) ((l ae n d) 1))) +("motherly" nil (((m ah) 1) ((dh er) 0) ((l iy) 0))) +("mothers" nil (((m ah) 1) ((dh er z) 0))) +("mothershead" nil (((m ah) 1) ((dh er z) 0) ((hh eh d) 1))) +("mothershed" nil (((m ah) 1) ((dh er) 0) ((sh eh d) 1))) +("mothon" nil (((m aa) 1) ((th ax n) 0))) +("moths" nil (((m ao th s) 1))) +("motif" nil (((m ow) 0) ((t iy f) 1))) +("motifs" nil (((m ow) 0) ((t iy f s) 1))) +("motile" nil (((m ow) 1) ((t ax l) 0))) +("motility" nil (((m ow) 0) ((t ih) 1) ((l ih) 0) ((t iy) 0))) +("motion" nil (((m ow) 1) ((sh ax n) 0))) +("motioning" nil (((m ow) 1) ((sh ax) 0) ((n ih ng) 0))) +("motionless" nil (((m ow) 1) ((sh ax n) 0) ((l ax s) 0))) +("motions" nil (((m ow) 1) ((sh ax n z) 0))) +("motivate" nil (((m ow) 1) ((t ax) 0) ((v ey t) 1))) +("motivated" nil (((m ow) 1) ((t ax) 0) ((v ey) 1) ((t ax d) 0))) +("motivates" nil (((m ow) 1) ((t ax) 0) ((v ey t s) 1))) +("motivating" nil (((m ow) 1) ((t ax) 0) ((v ey) 1) ((t ih ng) 0))) +("motivation" nil (((m ow) 1) ((t ax) 0) ((v ey) 1) ((sh ax n) 0))) +("motivational" nil (((m ow) 1) ((t ax) 0) ((v ey) 1) ((sh ax) 0) ((n ax l) 0))) +("motivations" nil (((m ow) 1) ((t ax) 0) ((v ey) 1) ((sh ax n z) 0))) +("motivator" nil (((m ow) 1) ((t ax) 0) ((v ey) 0) ((t er) 0))) +("motive" nil (((m ow) 1) ((t ih v) 0))) +("motives" nil (((m ow) 1) ((t ih v z) 0))) +("motl" nil (((m aa) 1) ((t ax l) 0))) +("motley" nil (((m aa t) 1) ((l iy) 0))) +("moto" nil (((m ow) 1) ((t ow) 0))) +("motohashi" nil (((m ow) 1) ((t ow) 0) ((hh aa) 1) ((sh iy) 0))) +("motola" nil (((m ow) 0) ((t ow) 1) ((l ax) 0))) +("moton" nil (((m ow) 1) ((t ow n) 0))) +("motonori" nil (((m ow) 1) ((t ow) 0) ((n ao) 1) ((r iy) 0))) +("motor" nil (((m ow) 1) ((t er) 0))) +("motorbike" nil (((m ow) 1) ((t er) 0) ((b ay k) 1))) +("motorbikes" nil (((m ow) 1) ((t er) 0) ((b ay k s) 1))) +("motorboat" nil (((m ow) 1) ((t er) 0) ((b ow t) 1))) +("motorboats" n (((m ow) 1) ((t er) 0) ((b ow t s) 0))) +("motorcade" nil (((m ow) 1) ((t er) 0) ((k ey d) 1))) +("motorcars" nil (((m ow) 1) ((t er) 0) ((k aa r z) 1))) +("motorcycle" nil (((m ow) 1) ((t er) 0) ((s ay) 1) ((k ax l) 0))) +("motorcycles" nil (((m ow) 1) ((t er) 0) ((s ay) 1) ((k ax l z) 0))) +("motorcyclist" nil (((m ow) 1) ((t er) 0) ((s ay) 1) ((k ax) 0) ((l ih s t) 0))) +("motorcyclists" nil (((m ow) 1) ((t er) 0) ((s ay) 1) ((k ax) 0) ((l ih s t s) 0))) +("motoren" nil (((m ow) 1) ((t er) 0) ((ax n) 0))) +("motoring" nil (((m ow) 1) ((t er) 0) ((ih ng) 0))) +("motorist" nil (((m ow) 1) ((t er) 0) ((ih s t) 0))) +("motorists" nil (((m ow) 1) ((t er) 0) ((ax s t s) 0))) +("motorize" nil (((m ow) 1) ((t er) 0) ((ay z) 1))) +("motorized" nil (((m ow) 1) ((t er) 0) ((ay z d) 1))) +("motorola" nil (((m ow) 1) ((t er) 0) ((ow) 1) ((l ax) 0))) +("motors" nil (((m ow) 1) ((t er z) 0))) +("motown" nil (((m ow) 1) ((t aw n) 1))) +("motrin" nil (((m aa) 1) ((t r ih n) 0))) +("mots" nil (((m aa t s) 1))) +("motsinger" nil (((m aa t) 1) ((s ih n) 0) ((jh er) 0))) +("motsoaledi" nil (((m aa t) 0) ((s ow) 0) ((l ey) 1) ((d iy) 0))) +("mott" nil (((m aa t) 1))) +("motte" nil (((m aa t) 1))) +("motter" nil (((m aa) 1) ((t er) 0))) +("mottern" nil (((m aa) 1) ((t er n) 0))) +("mottl" nil (((m aa) 1) ((t ax l) 0))) +("mottled" nil (((m aa) 1) ((t ax l d) 0))) +("mottley" nil (((m aa t) 1) ((l iy) 0))) +("mottling" nil (((m aa) 1) ((t ax) 0) ((l ih ng) 0))) +("motto" nil (((m aa) 1) ((t ow) 0))) +("mottola" nil (((m ow) 0) ((t ow) 1) ((l ax) 0))) +("mottram" nil (((m aa) 1) ((t r ax m) 0))) +("motts" nil (((m aa t s) 1))) +("mottus" nil (((m aa) 1) ((t ax s) 0))) +("motyka" nil (((m aa) 1) ((t ay) 0) ((k ax) 0))) +("motyl" nil (((m ow) 1) ((t ax l) 0))) +("motz" nil (((m aa t s) 1))) +("motzer" nil (((m ow t) 1) ((z er) 0))) +("motzko" nil (((m aa t) 1) ((s k ow) 0))) +("mou" nil (((m ow) 1))) +("moua" nil (((m aw) 1) ((ax) 0))) +("moudry" nil (((m ow) 1) ((d r iy) 0))) +("moudy" nil (((m aw) 1) ((d iy) 0))) +("moueix" nil (((m uw) 1) ((w ay k s) 1))) +("moul" nil (((m aw l) 1))) +("mould" nil (((m ow l d) 1))) +("moulden" nil (((m ow l) 1) ((d ax n) 0))) +("moulder" nil (((m ow l) 1) ((d er) 0))) +("moulds" nil (((m ow l d z) 1))) +("mouldy" nil (((m ow l) 1) ((d iy) 0))) +("moulin" nil (((m uw) 0) ((l ae n) 1))) +("moulinex" nil (((m uw) 1) ((l ih) 0) ((n eh k s) 0))) +("moulthrop" nil (((m aw l) 1) ((th r ax p) 0))) +("moulton" nil (((m ow l) 1) ((t ax n) 0))) +("moultrie" nil (((m ow l) 1) ((t r iy) 0))) +("mounce" nil (((m aw n s) 1))) +("mound" nil (((m aw n d) 1))) +("mounds" nil (((m aw n d z) 1))) +("mounger" nil (((m aw ng) 1) ((er) 0))) +("mounsey" nil (((m aw n) 1) ((s iy) 0))) +("mount" nil (((m aw n t) 1))) +("mountain" nil (((m aw n) 1) ((t ax n) 0))) +("mountaineer" nil (((m aw n) 1) ((t ih) 0) ((n ih r) 1))) +("mountainous" nil (((m aw n) 1) ((t ax) 0) ((n ax s) 0))) +("mountains" nil (((m aw n) 1) ((t ax n z) 0))) +("mountainside" nil (((m aw n) 1) ((t ax n) 0) ((s ay d) 1))) +("mountainsides" nil (((m aw n) 1) ((t ax n) 0) ((s ay d z) 1))) +("mountaintop" nil (((m aw n) 1) ((t ax n) 0) ((t aa p) 1))) +("mountbatten" nil (((m aw n t) 0) ((b ae) 1) ((t ax n) 0))) +("mountcastle" nil (((m aw n t) 1) ((k ae) 1) ((s ax l) 0))) +("mounted" nil (((m aw n) 1) ((t ax d) 0))) +("mountford" nil (((m uw n t) 0) ((f ao r d) 1))) +("mounties" nil (((m aw n) 1) ((t iy z) 0))) +("mounting" nil (((m aw n) 1) ((t ih ng) 0))) +("mountjoy" nil (((m aw n t) 1) ((jh oy) 1))) +("mountleigh" nil (((m aw n t) 1) ((l iy) 1))) +("mounts" nil (((m aw n t s) 1))) +("mountz" nil (((m aw n t s) 1))) +("moura" nil (((m uh) 1) ((r ax) 0))) +("mourad" nil (((m uw) 1) ((r ae d) 0))) +("mouradian" nil (((m ao) 0) ((r ey) 1) ((d iy) 0) ((ax n) 0))) +("mourer" nil (((m ao) 1) ((r er) 0))) +("mourn" nil (((m ao r n) 1))) +("mourned" nil (((m ao r n d) 1))) +("mourners" nil (((m ao r) 1) ((n er z) 0))) +("mournful" nil (((m ao r n) 1) ((f ax l) 0))) +("mourning" nil (((m ao r) 1) ((n ih ng) 0))) +("mourns" nil (((m ao r n z) 1))) +("mouse" nil (((m aw s) 1))) +("mousehole" nil (((m aw s) 1) ((hh ow l) 1))) +("mousel" nil (((m uw) 0) ((s eh l) 1))) +("mouser" nil (((m aw) 1) ((z er) 0))) +("mousers" nil (((m aw) 1) ((z er z) 0))) +("mousetrap" nil (((m aw) 1) ((s t r ae p) 1))) +("mousley" nil (((m aw) 1) ((s l iy) 0))) +("moussa" nil (((m aw) 1) ((s ax) 0))) +("mousse" nil (((m uw s) 1))) +("mousseau" nil (((m uw) 1) ((s ow) 1))) +("moustache" nil (((m ah) 1) ((s t ae sh) 1))) +("mouth" n (((m aw th) 1))) +("mouth" v (((m aw dh) 1))) +("mouthed" nil (((m aw dh d) 1))) +("mouthful" nil (((m aw th) 1) ((f uh l) 1))) +("mouthing" nil (((m aw) 1) ((dh ih ng) 0))) +("mouthparts" nil (((m aw th) 1) ((p aa r t s) 1))) +("mouthpiece" nil (((m aw th) 1) ((p iy s) 1))) +("mouthpieces" nil (((m aw th) 1) ((p iy) 1) ((s ih z) 0))) +("mouths" nil (((m aw dh z) 1))) +("mouthwash" nil (((m aw) 1) ((th w aa sh) 1))) +("mouthy" nil (((m aw) 1) ((th iy) 0))) +("moutray" nil (((m uw) 0) ((t r ey) 1))) +("moutse" nil (((m uw t) 1) ((s iy) 0))) +("mouw" nil (((m aw w) 1))) +("mouzon" nil (((m uw) 0) ((z ao n) 1))) +("movable" nil (((m uw) 1) ((v ax) 0) ((b ax l) 0))) +("move" nil (((m uw v) 1))) +("moved" nil (((m uw v d) 1))) +("movement" nil (((m uw v) 1) ((m ax n t) 0))) +("movements" nil (((m uw v) 1) ((m ax n t s) 0))) +("mover" nil (((m uw) 1) ((v er) 0))) +("movers" nil (((m uw) 1) ((v er z) 0))) +("moves" nil (((m uw v z) 1))) +("movida" nil (((m uw) 1) ((v iy) 1) ((d ax) 0))) +("movie" nil (((m uw) 1) ((v iy) 0))) +("moviegoer" n (((m uw) 1) ((v iy) 0) ((g ow) 0) ((er) 0))) +("moviegoers" nil (((m uw) 1) ((v iy) 1) ((g ow) 1) ((er z) 0))) +("movielab" nil (((m uw) 1) ((v iy) 0) ((l ae b) 1))) +("movies" nil (((m uw) 1) ((v iy z) 0))) +("movietime" nil (((m uw) 1) ((v iy) 0) ((t ay m) 1))) +("moving" nil (((m uw) 1) ((v ih ng) 0))) +("movingly" nil (((m uw) 1) ((v ih ng) 0) ((l iy) 0))) +("mow" nil (((m ow) 1))) +("mowat" nil (((m ow) 1) ((ax t) 0))) +("mowatt" nil (((m ow) 1) ((ax t) 0))) +("mowbray" nil (((m ow) 1) ((b r ey) 0))) +("mowdy" nil (((m ow) 1) ((d iy) 0))) +("mowed" nil (((m ow d) 1))) +("mowell" nil (((m aa) 1) ((w eh l) 0))) +("mowen" nil (((m ow) 1) ((ax n) 0))) +("mower" nil (((m ow) 1) ((er) 0))) +("mowers" nil (((m ow) 1) ((er z) 0))) +("mowery" nil (((m aw) 1) ((er) 0) ((iy) 0))) +("mowing" nil (((m ow) 1) ((ih ng) 0))) +("mowrer" nil (((m ao) 1) ((r er) 0))) +("mowrey" nil (((m ao) 1) ((r iy) 0))) +("mowry" nil (((m ao) 1) ((r iy) 0))) +("mows" nil (((m ow z) 1))) +("moxie" nil (((m aa k) 1) ((s iy) 0))) +("moxley" nil (((m aa k) 1) ((s l iy) 0))) +("moxon" nil (((m aa k) 1) ((s ax n) 0))) +("moy" nil (((m oy) 1))) +("moya" nil (((m oy) 1) ((ax) 0))) +("moye" nil (((m ao) 1) ((y eh) 1))) +("moyer" nil (((m oy) 1) ((er) 0))) +("moyers" nil (((m oy) 1) ((er z) 0))) +("moyes" nil (((m oy z) 1))) +("moylan" nil (((m oy) 1) ((l ax n) 0))) +("moyle" nil (((m oy l) 1))) +("moyna" nil (((m oy) 1) ((n ax) 0))) +("moynahan" nil (((m oy) 1) ((n ax) 0) ((hh ae n) 0))) +("moynihan" nil (((m oy) 1) ((n ih) 0) ((hh ae n) 0))) +("moyse" nil (((m oy s) 1))) +("mozambican" nil (((m ow) 1) ((z ae m) 0) ((b iy) 0) ((k ax n) 0))) +("mozambicans" nil (((m ow) 1) ((z ae m) 0) ((b iy) 0) ((k ax n z) 0))) +("mozambique" nil (((m ow) 1) ((z ae m) 0) ((b iy k) 1))) +("mozart" nil (((m ow) 1) ((z aa r t) 0))) +("mozartean" nil (((m ow) 1) ((z aa r) 1) ((t iy) 0) ((ax n) 0))) +("mozee" nil (((m aa) 1) ((z iy) 0))) +("mozelle" nil (((m ax) 0) ((z eh l) 1))) +("mozena" nil (((m ax) 0) ((z iy) 1) ((n ax) 0))) +("mozer" nil (((m ow) 1) ((z er) 0))) +("mozi" nil (((m ao) 1) ((z uh) 1))) +("mozingo" nil (((m ow) 0) ((z iy ng) 1) ((g ow) 0))) +("mozley" nil (((m aa) 1) ((z l iy) 0))) +("mpeg" nil (((eh m) 1) ((p eh g) 1))) +("mpg" nil (((eh m) 1) ((p iy) 1) ((jh iy) 1))) +("mph" nil (((eh m) 1) ((p iy) 1) ((ey ch) 1))) +("mr" nil (((m ih) 1) ((s t er) 0))) +("mraz" nil (((m r ae z) 1))) +("mrazek" nil (((m r aa) 1) ((z eh k) 0))) +("mrazik" nil (((m r aa) 1) ((z ih k) 0))) +("mroczek" nil (((m r aa) 1) ((ch eh k) 0))) +("mroczka" nil (((m r aa ch) 1) ((k ax) 0))) +("mroczkowski" nil (((m r ax ch) 0) ((k ao f) 1) ((s k iy) 0))) +("mrotek" nil (((m r ow) 1) ((t eh k) 1))) +("mroz" nil (((m r aa z) 1))) +("mrozek" nil (((m r ow) 1) ((z eh k) 0))) +("mrozinski" nil (((m r ax) 0) ((z ih n) 1) ((s k iy) 0))) +("mrs" nil (((m ih) 1) ((s ih z) 0))) +("mrt" nil (((eh m) 1) ((aa r) 1) ((t iy) 1))) +("mruk" nil (((m r ah k) 1))) +("ms" nil (((m ih z) 1))) +("msgr" nil (((m aa n) 0) ((s iy) 1) ((n y er) 0))) +("mssrs" nil (((m eh) 1) ((s er z) 0))) +("mt" nil (((m aw n t) 1))) +("mtel" nil (((eh m) 1) ((t eh l) 1))) +("mu" nil (((m uw) 1))) +("Muammar" n (((m uw) 0) ((ae m) 1) ((m aa r) 1))) +("mubai" nil (((m uw) 1) ((b ay) 1))) +("mubarak" nil (((m uw) 0) ((b aa) 1) ((r ih k) 0))) +("mucci" nil (((m uw) 1) ((ch iy) 0))) +("muccio" nil (((m uw) 1) ((ch iy) 0) ((ow) 0))) +("much" nil (((m ah ch) 1))) +("mucha" nil (((m ah) 1) ((ch ax) 0))) +("muchmore" nil (((m ah k) 1) ((m ao r) 0))) +("muchnick" nil (((m ah k) 1) ((n ih k) 0))) +("muchow" nil (((m ah) 1) ((ch ow) 0))) +("muck" nil (((m ah k) 1))) +("muckenfuss" nil (((m ah) 1) ((k ax n) 0) ((f ah s) 1))) +("muckey" nil (((m ah) 1) ((k iy) 0))) +("mucking" nil (((m ah) 1) ((k ih ng) 0))) +("muckle" nil (((m ah) 1) ((k ax l) 0))) +("muckleroy" nil (((m ah) 1) ((k l er) 0) ((oy) 0))) +("muckraker" nil (((m ah) 1) ((k r ey) 1) ((k er) 0))) +("muckraking" nil (((m ah) 1) ((k r ey) 1) ((k ih ng) 0))) +("mucky" nil (((m ah) 1) ((k iy) 0))) +("mucosa" nil (((m y uw) 0) ((k ow) 1) ((s ax) 0))) +("mucosal" nil (((m y uw) 0) ((k ow) 1) ((s ax l) 0))) +("mucous" nil (((m y uw) 1) ((k ax s) 0))) +("mucus" nil (((m y uw) 1) ((k ax s) 0))) +("mud" nil (((m ah d) 1))) +("mudanjiang" nil (((m uw) 1) ((d aa n) 1) ((jh y aa ng) 1))) +("mudd" nil (((m ah d) 1))) +("muddied" nil (((m ah) 1) ((d iy d) 0))) +("muddier" nil (((m ah) 1) ((d iy) 0) ((er) 0))) +("muddle" nil (((m ah) 1) ((d ax l) 0))) +("muddled" nil (((m ah) 1) ((d ax l d) 0))) +("muddleheaded" nil (((m ah) 1) ((d ax l) 0) ((hh eh) 1) ((d ax d) 0))) +("muddles" nil (((m ah) 1) ((d ax l z) 0))) +("muddling" nil (((m ah) 1) ((d ax) 0) ((l ih ng) 0))) +("muddy" nil (((m ah) 1) ((d iy) 0))) +("mudge" nil (((m ah jh) 1))) +("mudgett" nil (((m ah) 1) ((jh ih t) 0))) +("mudra" nil (((m ah) 1) ((d r ax) 0))) +("mudrick" nil (((m ah) 1) ((d r ih k) 0))) +("mudry" nil (((m ah) 1) ((d r iy) 0))) +("muds" nil (((m ah d z) 1))) +("mudslinging" nil (((m ah d) 1) ((s l ih ng) 1) ((ih ng) 0))) +("mudwagon" nil (((m ah) 1) ((d w ae) 1) ((g ax n) 0))) +("muecke" nil (((m uw k) 1))) +("muegge" nil (((m uw g) 1))) +("muehl" nil (((m y uw l) 1))) +("muehlbauer" nil (((m y uw l) 1) ((b aw) 0) ((er) 0))) +("muehlebach" nil (((m y uw l) 1) ((b aa k) 1))) +("mueller" nil (((m y uw) 1) ((l er) 0))) +("muellner" nil (((m y uw l) 1) ((n er) 0))) +("muench" nil (((m y uw ng k) 1))) +("muenchen" nil (((m y uw n) 1) ((ch ax n) 0))) +("muenchow" nil (((m uw n) 1) ((ch aw) 0))) +("muenster" nil (((m y uw n) 1) ((s t er) 0))) +("muetzel" nil (((m y uw t) 1) ((z ax l) 0))) +("muff" nil (((m ah f) 1))) +("muffin" nil (((m ah) 1) ((f ax n) 0))) +("muffins" nil (((m ah) 1) ((f ax n z) 0))) +("muffle" nil (((m ah) 1) ((f ax l) 0))) +("muffled" nil (((m ah) 1) ((f ax l d) 0))) +("muffler" nil (((m ah) 1) ((f l er) 0))) +("mufflers" nil (((m ah) 1) ((f l er z) 0))) +("muffley" nil (((m ah) 1) ((f l iy) 0))) +("muffoletto" nil (((m uw) 0) ((f ow) 0) ((l eh) 1) ((t ow) 0))) +("muffs" nil (((m ah f s) 1))) +("muffy" nil (((m ah) 1) ((f iy) 0))) +("mug" nil (((m ah g) 1))) +("mugabe" nil (((m uw) 0) ((g aa) 1) ((b ey) 0))) +("mugar" nil (((m y uw) 1) ((g er) 0))) +("mugavero" nil (((m uw) 0) ((g aa) 0) ((v eh) 1) ((r ow) 0))) +("mugford" nil (((m ah g) 1) ((f er d) 0))) +("mugged" nil (((m ah g d) 1))) +("mugger" nil (((m ah) 1) ((g er) 0))) +("muggeridge" nil (((m ah) 1) ((g er) 0) ((ih jh) 1))) +("muggers" nil (((m ah) 1) ((g er z) 0))) +("mugging" nil (((m ah) 1) ((g ih ng) 0))) +("muggings" nil (((m ah) 1) ((g ih ng z) 0))) +("muggsy" nil (((m ah g) 1) ((s iy) 0))) +("muggy" nil (((m ah) 1) ((g iy) 0))) +("mughniyeh" nil (((m ah g) 1) ((n ih) 0) ((y ax) 0))) +("mugniyah" nil (((m ah g) 1) ((n ih) 0) ((y ax) 0))) +("mugs" nil (((m ah g z) 1))) +("muha" nil (((m y uw) 1) ((hh ax) 0))) +("muhamed" nil (((m uh) 0) ((hh aa) 1) ((m eh d) 0))) +("muhammad" nil (((m uh) 0) ((hh aa) 1) ((m ax d) 0))) +("muhammed" nil (((m uh) 0) ((hh aa) 1) ((m eh d) 0))) +("muharram" nil (((m ax) 0) ((hh ae) 1) ((r ax m) 0))) +("muhl" nil (((m ah l) 1))) +("muhlbauer" nil (((m uw l) 1) ((b aw) 0) ((er) 0))) +("muhlenkamp" nil (((m uw) 1) ((l ih n) 0) ((k ae m p) 0))) +("muhr" nil (((m uh r) 1))) +("muhs" nil (((m ah s) 1))) +("mui" nil (((m uw) 1) ((ih) 0))) +("muilenburg" nil (((m uw) 1) ((l ax n) 0) ((b er g) 0))) +("muir" nil (((m y uh r) 1))) +("muirfield" nil (((m y uh r) 1) ((f iy l d) 0))) +("muirhead" nil (((m y uh r) 1) ((hh eh d) 1))) +("muise" nil (((m uw z) 1))) +("mujahadeen" nil (((m y uw) 0) ((jh ae) 1) ((hh ax) 0) ((d iy n) 1))) +("mujahedeen" nil (((m uw) 1) ((jh ax) 0) ((hh eh) 0) ((d iy n) 1))) +("mujahedin" n (((m uw) 1) ((hh ax) 0) ((hh eh) 0) ((d iy n) 0))) +("mujahideen" nil (((m uw) 1) ((jh ax) 0) ((hh eh) 0) ((d iy n) 1))) +("mujica" nil (((m y uw) 1) ((jh ih) 0) ((k ax) 0))) +("mujzel" nil (((m ah jh) 1) ((z ax l) 0))) +("mukai" nil (((m uw) 0) ((k aa) 1) ((iy) 0))) +("mukasey" nil (((m y uw) 1) ((k ih) 0) ((s iy) 0))) +("mukherjee" nil (((m ax k) 0) ((hh er) 1) ((jh iy) 0))) +("mukhopadhyay" nil (((m uw) 1) ((k ow) 0) ((p aa) 1) ((d y ay) 0))) +("mukluk" nil (((m ah) 1) ((k l ax k) 0))) +("mula" nil (((m y uw) 1) ((l ax) 0))) +("mulan" nil (((m uw) 1) ((l aa n) 1))) +("mulanaphy" nil (((m y uw) 1) ((l ax) 0) ((n ae) 1) ((f iy) 0))) +("mulanax" nil (((m y uw) 1) ((l ax) 0) ((n ae k s) 0))) +("mulatto" nil (((m ax) 0) ((l aa) 1) ((t ow) 0))) +("mulberry" nil (((m ah l) 1) ((b eh) 1) ((r iy) 0))) +("mulcahey" nil (((m ah l) 1) ((k ax) 0) ((hh iy) 0))) +("mulcahy" nil (((m ax l) 0) ((k ey) 1) ((hh iy) 0))) +("mulcare" nil (((m ah l) 1) ((k er) 0))) +("mulch" nil (((m ah l ch) 1))) +("mulched" nil (((m ah l ch t) 1))) +("mulches" nil (((m ah l) 1) ((ch ih z) 0))) +("mulching" nil (((m ah l) 1) ((ch ih ng) 0))) +("mulder" nil (((m ah) 1) ((d er) 0))) +("muldoon" nil (((m ax l) 0) ((d uw n) 1))) +("muldowney" nil (((m ah l) 1) ((d aw) 0) ((n iy) 0))) +("muldrew" nil (((m ah l) 1) ((d r uw) 0))) +("muldrow" nil (((m ah l) 1) ((d r aw) 0))) +("mule" nil (((m y uw l) 1))) +("mules" nil (((m y uw l z) 1))) +("mulford" nil (((m ah l) 1) ((f er d) 0))) +("mulgrew" nil (((m ah l) 1) ((g r uw) 0))) +("mulhall" nil (((m ah l) 1) ((hh ax l) 0))) +("mulhearn" nil (((m ah l) 1) ((hh er n) 0))) +("mulheren" nil (((m ax l) 0) ((hh eh) 1) ((r ax n) 0))) +("mulherin" nil (((m ah l) 1) ((hh er) 0) ((ih n) 0))) +("mulhern" nil (((m ah l) 1) ((hh er n) 0))) +("mulholland" nil (((m ah l) 1) ((hh aa) 1) ((l ax n d) 0))) +("mulhouse" nil (((m ah l) 1) ((hh aw s) 1))) +("mulkern" nil (((m ah l) 1) ((k er n) 0))) +("mulkey" nil (((m ah l) 1) ((k iy) 0))) +("mulkins" nil (((m ah l) 1) ((k ih n z) 0))) +("mull" nil (((m ah l) 1))) +("mullady" nil (((m ah) 1) ((l ax) 0) ((d iy) 0))) +("mullah" nil (((m ah) 1) ((l ax) 0))) +("mullahs" nil (((m ah) 1) ((l ax z) 0))) +("mullally" nil (((m ah) 1) ((l ax) 0) ((l iy) 0))) +("mullaly" nil (((m ah) 1) ((l ax) 0) ((l iy) 0))) +("mullan" nil (((m ah) 1) ((l ax n) 0))) +("mullane" nil (((m ah) 1) ((l ax n) 0))) +("mullaney" nil (((m ah) 1) ((l ax) 0) ((n iy) 0))) +("mullany" nil (((m ah) 1) ((l ax) 0) ((n iy) 0))) +("mullarkey" nil (((m ax) 0) ((l aa r) 1) ((k iy) 0))) +("mulled" nil (((m ah l d) 1))) +("mullen" nil (((m ah) 1) ((l ax n) 0))) +("mullenax" nil (((m ah) 1) ((l ax) 0) ((n ae k s) 1))) +("mullendore" nil (((m uw) 0) ((l eh n) 1) ((d ao r) 0))) +("mullenix" nil (((m uw) 1) ((l ih) 0) ((n ih k s) 0))) +("mullens" nil (((m ah) 1) ((l ax n z) 0))) +("muller" nil (((m ah) 1) ((l er) 0))) +("mullet" nil (((m ah) 1) ((l ax t) 0))) +("mullett" nil (((m uw) 1) ((l ih t) 0))) +("mullican" nil (((m ah) 1) ((l ih) 0) ((k ax n) 0))) +("mulligan" nil (((m ah) 1) ((l ih) 0) ((g ax n) 0))) +("mulliken" nil (((m ah) 1) ((l ih) 0) ((k ax n) 0))) +("mullikin" nil (((m ah) 1) ((l ih) 0) ((k ih n) 0))) +("mullin" nil (((m ah) 1) ((l ih n) 0))) +("mullinax" nil (((m ah) 1) ((l ih) 0) ((n ae k s) 0))) +("mullineaux" nil (((m ah) 1) ((l ih) 0) ((n ow) 1))) +("mulling" nil (((m ah) 1) ((l ih ng) 0))) +("mullings" nil (((m ah) 1) ((l ih ng z) 0))) +("mullinix" nil (((m ah) 1) ((l ih) 0) ((n ih k s) 0))) +("mullins" nil (((m ah) 1) ((l ih n z) 1))) +("mullis" nil (((m ah) 1) ((l ih s) 0))) +("mulloy" nil (((m ah) 1) ((l oy) 0))) +("mulls" nil (((m ah l z) 1))) +("mulnix" nil (((m ah l) 1) ((n ih k s) 0))) +("mulqueen" nil (((m ax l) 0) ((k w iy n) 1))) +("mulroney" nil (((m ax l) 0) ((r ow) 1) ((n iy) 0))) +("mulrooney" nil (((m ah l) 1) ((r uw) 0) ((n iy) 0))) +("mulroy" nil (((m ah l) 1) ((r oy) 1))) +("mulry" nil (((m ah l) 1) ((r iy) 0))) +("multer" nil (((m ah l) 1) ((t er) 0))) +("multi" nil (((m ah l) 1) ((t iy) 0))) +("multibank" nil (((m ah l) 1) ((t iy) 0) ((b ae ng k) 1))) +("multibillion" nil (((m ah l) 1) ((t ay) 1) ((b ih) 1) ((l y ax n) 0))) +("multicandidate" nil (((m ah l) 1) ((t iy) 0) ((k ae n) 1) ((d ih) 0) ((d ey t) 1))) +("multicenter" nil (((m ah l) 1) ((t iy) 0) ((s eh n) 1) ((t er) 0))) +("multicolored" nil (((m ah l) 1) ((t iy) 0) ((k ah) 1) ((l er d) 0))) +("multicultural" nil (((m ah l) 1) ((t iy) 0) ((k ah l) 1) ((ch er) 0) ((ax l) 0))) +("multiculturalism" nil (((m ah l) 1) ((t iy) 0) ((k ah l) 1) ((ch er) 0) ((ax) 0) ((l ih) 0) ((z ax m) 0))) +("multiemployer" nil (((m ah l) 1) ((t iy) 0) ((ih m) 0) ((p l oy) 1) ((er) 0))) +("multifaceted" nil (((m ah l) 1) ((t iy) 0) ((f ae) 1) ((s ax) 0) ((t ih d) 0))) +("multifamily" nil (((m ah l) 1) ((t ay) 0) ((f ae) 1) ((m ax) 0) ((l iy) 0))) +("multifoods" nil (((m ah l) 1) ((t iy) 0) ((f uw d z) 1))) +("multilateral" nil (((m ah l) 1) ((t ih) 0) ((l ae) 1) ((t er) 0) ((ax l) 0))) +("multilayer" nil (((m ah l) 1) ((t iy) 0) ((l ey) 1) ((er) 0))) +("multilayered" nil (((m ah l) 1) ((t iy) 0) ((l ey) 1) ((er d) 0))) +("multilevel" nil (((m ah l) 1) ((t ay) 0) ((l eh) 1) ((v ax l) 0))) +("multiline" nil (((m ah l) 1) ((t iy) 0) ((l ay n) 1))) +("multilingual" nil (((m ah l) 1) ((t iy) 0) ((l ih ng) 1) ((w ax l) 0))) +("multimarket" nil (((m ah l) 1) ((t iy) 0) ((m aa r) 1) ((k ih t) 0))) +("multimate" nil (((m ah l) 1) ((t iy) 0) ((m ey t) 1))) +("multimedia" nil (((m ah l) 1) ((t iy) 0) ((m iy) 1) ((d iy) 0) ((ax) 0))) +("multimillion" nil (((m ah l) 1) ((t ay) 1) ((m ih) 1) ((l y ax n) 0))) +("multimillionaire" nil (((m ah l) 1) ((t iy) 0) ((m ih) 1) ((l y ax) 0) ((n eh r) 1))) +("multimillionaires" nil (((m ah l) 1) ((t iy) 0) ((m ih) 1) ((l y ax) 0) ((n eh r z) 1))) +("multinational" nil (((m ah l) 1) ((t ay) 1) ((n ae) 1) ((sh ax) 0) ((n ax l) 0))) +("multinationals" nil (((m ah l) 1) ((t ay) 1) ((n ae) 1) ((sh ax) 0) ((n ax l z) 0))) +("multipart" nil (((m ah l) 1) ((t iy) 0) ((p aa r t) 1))) +("multiparty" nil (((m ah l) 1) ((t iy) 0) ((p aa r) 1) ((t iy) 0))) +("multiplayer" nil (((m ah l) 1) ((t iy) 0) ((p l ey) 1) ((er) 0))) +("multiple" nil (((m ah l) 1) ((t ax) 0) ((p ax l) 0))) +("multiples" nil (((m ah l) 1) ((t ax) 0) ((p ax l z) 0))) +("multiplex" nil (((m ah l) 1) ((t iy) 0) ((p l eh k s) 1))) +("multiplexer" nil (((m ah l) 1) ((t iy) 0) ((p l eh k) 1) ((s er) 0))) +("multiplexers" nil (((m ah l) 1) ((t iy) 0) ((p l eh k) 1) ((s er z) 0))) +("multiplication" nil (((m ah l) 1) ((t ax) 0) ((p l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("multiplicity" nil (((m ah l) 1) ((t ax) 0) ((p l ih) 1) ((s ih) 0) ((t iy) 0))) +("multiplied" nil (((m ah l) 1) ((t ax) 0) ((p l ay d) 1))) +("multiplier" nil (((m ah l) 1) ((t ax) 0) ((p l ay) 1) ((er) 0))) +("multiplies" nil (((m ah l) 1) ((t ax) 0) ((p l ay z) 1))) +("multiply" nil (((m ah l) 1) ((t ax) 0) ((p l ay) 1))) +("multiplying" nil (((m ah l) 1) ((t ax) 0) ((p l ay) 1) ((ih ng) 0))) +("multiprocessor" nil (((m ah l) 1) ((t iy) 0) ((p r aa) 1) ((s eh) 1) ((s er) 0))) +("multipurpose" nil (((m ah l) 1) ((t iy) 0) ((p er) 1) ((p ax s) 0))) +("multiracial" nil (((m ah l) 1) ((t ay) 1) ((r ey) 1) ((sh ax l) 0))) +("multistate" nil (((m ah l) 1) ((t iy) 0) ((s t ey t) 1))) +("multistory" nil (((m ah l) 1) ((t iy) 0) ((s t ao) 1) ((r iy) 0))) +("multitasking" nil (((m ah l) 1) ((t iy) 0) ((t ae) 1) ((s k ih ng) 0))) +("multitude" nil (((m ah l) 1) ((t ax) 0) ((t uw d) 1))) +("multitudes" nil (((m ah l) 1) ((t ax) 0) ((t y uw d z) 1))) +("multiuser" nil (((m ah l) 1) ((t iy) 0) ((y uw) 1) ((z er) 0))) +("multivalve" nil (((m ah l) 1) ((t iy) 0) ((v ae l v) 0))) +("multivision" nil (((m ah l) 1) ((t iy) 0) ((v ih) 1) ((zh ax n) 0))) +("multiyear" nil (((m ah l) 1) ((t iy) 0) ((y iy r) 1))) +("multnomah" nil (((m ah l) 1) ((n ow) 1) ((m ax) 0))) +("mulvaney" nil (((m ah l) 1) ((v ey) 1) ((n iy) 0))) +("mulvany" nil (((m ah l) 1) ((v ey) 1) ((n iy) 0))) +("mulvehill" nil (((m ah l v) 1) ((hh ih l) 0))) +("mulvey" nil (((m ax l) 0) ((v ey) 1))) +("mulvihill" nil (((m ah l) 1) ((v iy) 0) ((hh ih l) 0))) +("mum" nil (((m ah m) 1))) +("muma" nil (((m y uw) 1) ((m ax) 0))) +("mumaw" nil (((m uw) 1) ((m ao) 0))) +("mumble" nil (((m ah m) 1) ((b ax l) 0))) +("mumbled" nil (((m ah m) 1) ((b ax l d) 0))) +("mumbles" nil (((m ah m) 1) ((b ax l z) 0))) +("mumbling" nil (((m ah m) 1) ((b ax) 0) ((l ih ng) 0))) +("mumbo" nil (((m ah m) 1) ((b ow) 0))) +("mumby" nil (((m ah m) 1) ((b iy) 0))) +("mumford" nil (((m ah m) 1) ((f er d) 0))) +("mumm" nil (((m ah m) 1))) +("mumma" nil (((m ah) 1) ((m ax) 0))) +("mumme" nil (((m ah m) 1))) +("mummert" nil (((m ah) 1) ((m er t) 0))) +("mummey" nil (((m ah) 1) ((m iy) 0))) +("mummies" nil (((m ah) 1) ((m iy z) 0))) +("mummification" nil (((m ah) 1) ((m ih) 0) ((f ih) 0) ((k ey) 1) ((sh ax n) 0))) +("mummified" nil (((m ah) 1) ((m ih) 0) ((f ay d) 1))) +("mummifying" nil (((m ah) 1) ((m ax) 0) ((f ay) 1) ((ih ng) 0))) +("mummy" nil (((m ah) 1) ((m iy) 0))) +("mumper" nil (((m ah m) 1) ((p er) 0))) +("mumphrey" nil (((m ah m) 1) ((f r iy) 0))) +("mumpower" nil (((m ah m) 1) ((p ow) 0) ((er) 0))) +("mumps" nil (((m ah m p s) 1))) +("mums" nil (((m ah m z) 1))) +("mun" nil (((m ah n) 1))) +("munafo" nil (((m uw) 0) ((n aa) 1) ((f ow) 0))) +("munce" nil (((m ah n s) 1))) +("muncey" nil (((m ah n) 1) ((s iy) 0))) +("munch" nil (((m ah n ch) 1))) +("munchies" nil (((m ah n) 1) ((ch iy z) 1))) +("munching" nil (((m ah n) 1) ((ch ih ng) 0))) +("muncie" nil (((m ah n) 1) ((s iy) 0))) +("muncipal" nil (((m ah n) 1) ((s ih) 0) ((p ax l) 0))) +("muncy" nil (((m ah n) 1) ((s iy) 0))) +("mund" nil (((m ah n d) 1))) +("mundane" nil (((m ax n) 0) ((d ey n) 1))) +("munday" nil (((m ah n) 1) ((d ey) 1))) +("mundell" nil (((m ah n) 1) ((d ax l) 0))) +("munden" nil (((m ah n) 1) ((d ax n) 0))) +("mundi" nil (((m ah n) 1) ((d iy) 0))) +("mundie" nil (((m ah n) 1) ((d iy) 0))) +("mundinger" nil (((m ah n) 1) ((d ih ng) 0) ((er) 0))) +("mundis" nil (((m ah n) 1) ((d ih s) 0))) +("mundo" nil (((m ah n) 1) ((d ow) 0))) +("mundorf" nil (((m ah n) 1) ((d ao r f) 0))) +("mundorff" nil (((m ah n) 1) ((d ao r f) 0))) +("mundt" nil (((m ah n t) 1))) +("mundy" nil (((m ah n) 1) ((d iy) 0))) +("munford" nil (((m ah n) 1) ((f er d) 0))) +("munger" nil (((m ah ng) 1) ((er) 0))) +("mungia" nil (((m uw n) 1) ((jh ax) 0))) +("mungin" nil (((m ah ng) 1) ((g ih n) 0))) +("mungle" nil (((m ah ng) 1) ((g ax l) 0))) +("mungo" nil (((m ah ng) 1) ((g ow) 0))) +("munguia" nil (((m uw n) 1) ((g w iy) 0) ((ax) 0))) +("muni" nil (((m y uw) 1) ((n iy) 0))) +("munich" nil (((m y uw) 1) ((n ih k) 0))) +("municipal" nil (((m y uw) 0) ((n ih) 1) ((s ax) 0) ((p ax l) 0))) +("municipalities" nil (((m y uw) 1) ((n ih) 0) ((s ax) 0) ((p ae) 1) ((l ih) 0) ((t iy z) 0))) +("municipality" nil (((m y uw) 1) ((n ih) 0) ((s ax) 0) ((p ae) 1) ((l ax) 0) ((t iy) 0))) +("municipally" nil (((m y uw) 0) ((n ih) 1) ((s ih) 0) ((p ax) 0) ((l iy) 0))) +("municipals" nil (((m y uw) 0) ((n ih) 1) ((s ih) 0) ((p ax l z) 0))) +("munier" nil (((m y uw) 1) ((n iy) 0) ((er) 0))) +("munis" nil (((m y uw) 1) ((n ih s) 0))) +("munitions" nil (((m y uw) 0) ((n ih) 1) ((sh ax n z) 0))) +("muniz" nil (((m y uw) 1) ((n ih z) 0))) +("munk" nil (((m ah ng k) 1))) +("munkres" nil (((m ah ng) 1) ((k er z) 0))) +("munley" nil (((m ah n) 1) ((l iy) 0))) +("munn" nil (((m ah n) 1))) +("munnell" nil (((m ah) 1) ((n ax l) 0))) +("munnerlyn" nil (((m ax) 0) ((n er) 1) ((l ih n) 0))) +("munns" nil (((m ah n z) 1))) +("munos" nil (((m uw) 1) ((n ow z) 0))) +("munoz" nil (((m uw) 1) ((n y ow z) 0))) +("munro" nil (((m ax n) 0) ((r ow) 1))) +("munroe" nil (((m ah n) 1) ((r ow) 0))) +("muns" nil (((m ah n z) 1))) +("munsch" nil (((m ah n sh) 1))) +("munsell" nil (((m ah n) 1) ((s ax l) 0))) +("munsey" nil (((m ah n) 1) ((z iy) 0))) +("munsingwear" nil (((m ah n) 1) ((s ih ng) 0) ((w eh r) 1))) +("munson" nil (((m ah n) 1) ((s ax n) 0))) +("munster" nil (((m ah n) 1) ((s t er) 0))) +("munsterman" nil (((m ah n) 1) ((s t er) 0) ((m ax n) 0))) +("munt" nil (((m ah n t) 1))) +("muntean" nil (((m ax n) 0) ((t iy n) 1))) +("munter" nil (((m ah n) 1) ((t er) 0))) +("muntz" nil (((m ah n t s) 1))) +("munyan" nil (((m ah) 1) ((n y ax n) 0))) +("munyon" nil (((m ah) 1) ((n y ax n) 0))) +("munz" nil (((m ah n z) 1))) +("munzer" nil (((m ah n) 1) ((z er) 0))) +("muoio" nil (((m) 0) ((w ow) 1) ((iy) 0) ((ow) 0))) +("muppet" nil (((m ah) 1) ((p ax t) 0))) +("muppets" nil (((m ah) 1) ((p ih t s) 0))) +("mura" nil (((m uh) 1) ((r ax) 0))) +("murad" nil (((m y uh) 1) ((r ae d) 0))) +("murai" nil (((m y er) 0) ((ay) 1))) +("murakami" nil (((m uh) 0) ((r aa) 0) ((k aa) 1) ((m iy) 0))) +("mural" nil (((m y uh) 1) ((r ax l) 0))) +("murali" nil (((m er) 0) ((aa) 1) ((l iy) 0))) +("murals" nil (((m y uh) 1) ((r ax l z) 0))) +("muramatsu" nil (((m uw) 1) ((r aa) 0) ((m aa t) 1) ((s uw) 1))) +("muramoto" nil (((m uh) 0) ((r aa) 0) ((m ow) 1) ((t ow) 0))) +("muranaga" nil (((m er) 0) ((r ax) 0) ((n aa) 1) ((g ax) 0))) +("murano" nil (((m uh) 0) ((r aa) 1) ((n ow) 0))) +("muraoka" nil (((m uh) 0) ((r aa) 0) ((ow) 1) ((k ax) 0))) +("murase" nil (((m y er) 1) ((ey z) 0))) +("muraski" nil (((m er) 0) ((aa) 1) ((s k iy) 0))) +("murasky" nil (((m er) 0) ((ae) 1) ((s k iy) 0))) +("murata" nil (((m uh) 0) ((r aa) 1) ((t ax) 0))) +("muratore" nil (((m uh) 0) ((r aa) 0) ((t ao) 1) ((r ey) 0))) +("murawski" nil (((m er) 0) ((aa f) 1) ((s k iy) 0))) +("murayama" nil (((m er) 1) ((ay) 0) ((aa) 1) ((m ax) 0))) +("murch" nil (((m er k) 1))) +("murchie" nil (((m er) 1) ((ch iy) 0))) +("murchinson" nil (((m er) 1) ((ch ih n) 0) ((s ax n) 0))) +("murchison" nil (((m er) 1) ((ch ih) 0) ((s ax n) 0))) +("murdaugh" nil (((m er) 1) ((d ao) 0))) +("murden" nil (((m er) 1) ((d ax n) 0))) +("murder" nil (((m er) 1) ((d er) 0))) +("murdered" nil (((m er) 1) ((d er d) 0))) +("murderer" nil (((m er) 1) ((d er) 0) ((er) 0))) +("murderers" nil (((m er) 1) ((d er) 0) ((er z) 0))) +("murdering" nil (((m er) 1) ((d er) 0) ((ih ng) 0))) +("murderous" nil (((m er) 1) ((d er) 0) ((ax s) 0))) +("murders" nil (((m er) 1) ((d er z) 0))) +("murdick" nil (((m er) 1) ((d ih k) 0))) +("murdoch" nil (((m er) 1) ((d aa k) 0))) +("murdock" nil (((m er) 1) ((d aa k) 0))) +("murdy" nil (((m er) 1) ((d iy) 0))) +("murff" nil (((m er f) 1))) +("murfin" nil (((m er) 1) ((f ih n) 0))) +("murguia" nil (((m uh r) 1) ((g w iy) 0) ((ax) 0))) +("muri" nil (((m uh) 1) ((r iy) 0))) +("murial" nil (((m y uh) 1) ((r iy) 0) ((ax l) 0))) +("murias" nil (((m y uh) 1) ((r iy) 0) ((ax s) 0))) +("muriel" nil (((m y uh) 1) ((r iy) 0) ((ax l) 0))) +("murihuro" nil (((m uh) 1) ((r iy) 0) ((hh uh) 1) ((r ow) 0))) +("murin" nil (((m y uh) 1) ((r ih n) 0))) +("murine" nil (((m y uh) 1) ((r iy n) 1))) +("murjani" nil (((m er) 0) ((jh aa) 1) ((n iy) 0))) +("murk" nil (((m er k) 1))) +("murkier" nil (((m er) 1) ((k iy) 0) ((er) 0))) +("murkowski" nil (((m er) 0) ((k aw) 1) ((s k iy) 0))) +("murky" nil (((m er) 1) ((k iy) 0))) +("murley" nil (((m er) 1) ((l iy) 0))) +("murmansk" nil (((m er) 0) ((m ae n s k) 0))) +("murmur" nil (((m er) 1) ((m er) 0))) +("murmured" nil (((m er) 1) ((m er d) 0))) +("murmuring" nil (((m er) 1) ((m er) 0) ((ih ng) 0))) +("murmurs" nil (((m er) 1) ((m er z) 0))) +("murnan" nil (((m er) 1) ((n ax n) 0))) +("murnane" nil (((m er) 1) ((n ax n) 0))) +("muro" nil (((m uh) 1) ((r ow) 0))) +("murong" nil (((m uh) 1) ((r ow ng) 1))) +("murph" nil (((m er f) 1))) +("murphey" nil (((m er) 1) ((f iy) 0))) +("murphree" nil (((m er) 0) ((f r iy) 1))) +("murphrey" nil (((m er) 1) ((f r iy) 0))) +("murphy" nil (((m er) 1) ((f iy) 0))) +("murphys" nil (((m er) 1) ((f iy z) 0))) +("murr" nil (((m er) 1))) +("murrah" nil (((m ao) 1) ((r ax) 0))) +("murray" nil (((m er) 1) ((iy) 0))) +("murree" nil (((m er) 1) ((iy) 0))) +("murrelet" nil (((m er) 1) ((l ih t) 0))) +("murrell" nil (((m ao) 1) ((r ax l) 0))) +("murren" nil (((m er) 1) ((ax n) 0))) +("murrey" nil (((m er) 1) ((iy) 0))) +("murrie" nil (((m er) 1) ((iy) 0))) +("murrieta" nil (((m uh) 0) ((r iy) 1) ((t ax) 0))) +("murrill" nil (((m ao) 1) ((r ax l) 0))) +("murrin" nil (((m ao) 1) ((r ih n) 0))) +("murrow" nil (((m ao) 1) ((r ow) 0))) +("murry" nil (((m er) 1) ((iy) 0))) +("murtagh" nil (((m er) 1) ((t ax g) 0))) +("murtaugh" nil (((m er) 1) ((t ao) 0))) +("murtha" nil (((m er) 1) ((th ax) 0))) +("murthy" nil (((m er) 1) ((th iy) 0))) +("murto" nil (((m er) 1) ((t ow) 1))) +("murton" nil (((m er) 1) ((t ax n) 0))) +("murty" nil (((m er) 1) ((t iy) 0))) +("murveit" nil (((m er) 0) ((v iy t) 1))) +("murzyn" nil (((m er) 1) ((z ih n) 0))) +("musa" nil (((m y uw) 1) ((s ax) 0))) +("musacchio" nil (((m y uw) 1) ((s ae) 1) ((k iy) 0) ((ow) 0))) +("musante" nil (((m uw) 0) ((s aa n) 1) ((t iy) 0))) +("musarra" nil (((m uw) 0) ((s aa) 1) ((r ax) 0))) +("musavi" nil (((m y uw) 0) ((s aa) 1) ((v iy) 0))) +("musburger" nil (((m ah s) 1) ((b er) 0) ((g er) 0))) +("muscarella" nil (((m uw) 0) ((s k aa) 0) ((r eh) 1) ((l ax) 0))) +("muscarello" nil (((m uw) 0) ((s k aa) 0) ((r eh) 1) ((l ow) 0))) +("muscat" nil (((m ah) 1) ((s k ae t) 0))) +("muscato" nil (((m uw) 0) ((s k aa) 1) ((t ow) 0))) +("musch" nil (((m ah sh) 1))) +("muscle" nil (((m ah) 1) ((s ax l) 0))) +("muscled" nil (((m ah) 1) ((s ax l d) 0))) +("muscles" nil (((m ah) 1) ((s ax l z) 0))) +("muscling" nil (((m ah) 1) ((s ax) 0) ((l ih ng) 0))) +("musco" nil (((m uw) 1) ((s k ow) 0))) +("muscocho" nil (((m ax) 0) ((s k aa) 1) ((ch ow) 0))) +("muscovite" nil (((m ah) 1) ((s k ax) 0) ((v ay t) 1))) +("muscovites" nil (((m ah) 1) ((s k ax) 0) ((v ay t s) 1))) +("muscular" nil (((m ah) 1) ((s k y ax) 0) ((l er) 0))) +("musculature" nil (((m ah) 1) ((s k y ax) 0) ((l ax) 0) ((ch er) 0))) +("muse" nil (((m y uw z) 1))) +("mused" nil (((m y uw z d) 1))) +("musee" nil (((m y uw) 1) ((z iy) 1))) +("muses" nil (((m y uw) 1) ((z ax z) 0))) +("museum" nil (((m y uw) 0) ((z iy) 1) ((ax m) 0))) +("museums" nil (((m y uw) 0) ((z iy) 1) ((ax m z) 0))) +("musgrave" nil (((m ah s) 1) ((g r ax v) 0))) +("musgrove" nil (((m ah s) 1) ((g r ax v) 0))) +("mush" nil (((m ah sh) 1))) +("mushroom" nil (((m ah) 1) ((sh r uw m) 0))) +("mushroomed" nil (((m ah) 1) ((sh r uh m d) 1))) +("mushrooming" nil (((m ah) 1) ((sh r uh) 1) ((m ih ng) 0))) +("mushrooms" nil (((m ah) 1) ((sh r uw m z) 0))) +("mushrush" nil (((m ah) 1) ((sh r ax sh) 0))) +("mushtaq" nil (((m ah sh) 1) ((t ae k) 0))) +("mushy" nil (((m ah) 1) ((sh iy) 0))) +("musial" nil (((m y uw) 1) ((z iy) 0) ((ax l) 0))) +("music" nil (((m y uw) 1) ((z ih k) 0))) +("musica" nil (((m y uw) 1) ((z ih) 0) ((k ax) 0))) +("musical" nil (((m y uw) 1) ((z ih) 0) ((k ax l) 0))) +("musicality" nil (((m y uw) 1) ((z ih) 0) ((k ae) 1) ((l ax) 0) ((t iy) 0))) +("musically" nil (((m y uw) 1) ((z ih) 0) ((k l iy) 0))) +("musicals" nil (((m y uw) 1) ((z ih) 0) ((k ax l z) 0))) +("musich" nil (((m y uw) 1) ((s ih k) 0))) +("musician" nil (((m y uw) 0) ((z ih) 1) ((sh ax n) 0))) +("musicians" nil (((m y uw) 0) ((z ih) 1) ((sh ax n z) 0))) +("musick" nil (((m y uw) 1) ((s ih k) 0))) +("musicland" nil (((m y uw) 1) ((z ih) 0) ((k l ae n d) 1))) +("musicologist" nil (((m y uw) 1) ((z ih) 0) ((k aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("musidora" nil (((m uw) 0) ((s iy) 0) ((d ao) 1) ((r ax) 0))) +("musil" nil (((m uw) 1) ((z ax l) 0))) +("musing" nil (((m y uw) 1) ((z ih ng) 0))) +("musings" nil (((m y uw) 1) ((z ih ng z) 0))) +("musk" nil (((m ah s k) 1))) +("muska" nil (((m ah) 1) ((s k ax) 0))) +("muske" nil (((m ah s k) 1))) +("muskegon" nil (((m ax) 0) ((s k iy) 1) ((g ih n) 0))) +("musket" nil (((m ah) 1) ((s k ax t) 0))) +("muskie" nil (((m ah) 1) ((s k iy) 0))) +("muskmelon" nil (((m ah s k) 1) ((m eh) 1) ((l ax n) 0))) +("muskogee" nil (((m ax) 0) ((s k ow) 1) ((g iy) 0))) +("muskopf" nil (((m ah) 1) ((s k ao p f) 0))) +("muskrat" nil (((m ah) 1) ((s k r ae t) 1))) +("musky" nil (((m ah) 1) ((s k iy) 0))) +("muslim" nil (((m ah) 1) ((z l ax m) 0))) +("muslims" nil (((m ah) 1) ((z l ax m z) 0))) +("muslin" nil (((m ah) 1) ((z l ax n) 0))) +("musman" nil (((m ah) 1) ((s m ax n) 0))) +("musolf" nil (((m y uw) 1) ((s ow l f) 1))) +("musolino" nil (((m uw) 0) ((s ow) 0) ((l iy) 1) ((n ow) 0))) +("musschenbroek" nil (((m ax s) 0) ((ch eh n) 1) ((b r ow k) 0))) +("mussell" nil (((m ah) 1) ((s ax l) 0))) +("musselman" nil (((m ah) 1) ((s ax l) 0) ((m ax n) 0))) +("mussels" nil (((m ah) 1) ((s ax l z) 0))) +("musselwhite" nil (((m ah) 1) ((s ax l) 0) ((w ay t) 1))) +("musser" nil (((m ah) 1) ((s er) 0))) +("mussman" nil (((m ah) 1) ((s m ax n) 0))) +("musso" nil (((m uw) 1) ((s ow) 0))) +("mussolini" nil (((m uw) 1) ((s ow) 0) ((l iy) 1) ((n iy) 0))) +("musson" nil (((m ah) 1) ((s ax n) 0))) +("must" nil (((m ah s t) 1))) +("mustache" nil (((m ah) 1) ((s t ae sh) 1))) +("mustached" nil (((m ah) 1) ((s t ae sh t) 1))) +("mustaches" nil (((m ah) 1) ((s t ae) 1) ((sh ih z) 0))) +("mustachioed" nil (((m ax) 0) ((s t ae) 1) ((sh iy) 0) ((ow d) 1))) +("mustafa" nil (((m uw) 0) ((s t aa) 1) ((f ax) 0))) +("mustain" nil (((m ax) 0) ((s t ey n) 1))) +("mustang" nil (((m ah) 1) ((s t ae ng) 1))) +("mustangs" nil (((m ah) 1) ((s t ae ng z) 1))) +("mustard" nil (((m ah) 1) ((s t er d) 0))) +("mustards" nil (((m ah) 1) ((s t er d z) 0))) +("muster" nil (((m ah) 1) ((s t er) 0))) +("mustered" nil (((m ah) 1) ((s t er d) 0))) +("mustering" nil (((m ah) 1) ((s t er) 0) ((ih ng) 0))) +("musters" nil (((m ah) 1) ((s t er z) 0))) +("mustin" nil (((m ah) 1) ((s t ih n) 0))) +("mustnt" nil (((m ah) 1) ((s ax n t) 0))) +("mustnt" nil (((m ah s n t) 1))) +("musto" nil (((m ah) 1) ((s t ow) 0))) +("mustoe" nil (((m ah) 1) ((s t ow) 0))) +("muston" nil (((m ah) 1) ((s t ax n) 0))) +("musty" nil (((m ah) 1) ((s t iy) 0))) +("musumeci" nil (((m uw) 0) ((s uw) 0) ((m eh) 1) ((ch iy) 0))) +("muszynski" nil (((m ax) 0) ((sh ih n) 1) ((s k iy) 0))) +("mutagens" nil (((m y uw) 1) ((t ax) 0) ((jh eh n z) 0))) +("mutant" nil (((m y uw) 1) ((t ax n t) 0))) +("mutate" nil (((m y uw) 1) ((t ey t) 1))) +("mutated" nil (((m y uw) 1) ((t ey) 1) ((t ih d) 0))) +("mutation" nil (((m y uw) 0) ((t ey) 1) ((sh ax n) 0))) +("mutations" nil (((m y uw) 0) ((t ey) 1) ((sh ax n z) 0))) +("mutch" nil (((m ah ch) 1))) +("mutchler" nil (((m ah ch) 1) ((l er) 0))) +("mute" nil (((m y uw t) 1))) +("muted" nil (((m y uw) 1) ((t ih d) 0))) +("mutert" nil (((m y uw) 1) ((t er t) 0))) +("muth" nil (((m uw th) 1))) +("muti" nil (((m uw) 1) ((t iy) 1))) +("mutilate" nil (((m y uw) 1) ((t ax) 0) ((l ey t) 1))) +("mutilated" nil (((m y uw) 1) ((t ax) 0) ((l ey) 1) ((t ax d) 0))) +("mutilating" nil (((m y uw) 1) ((t ax) 0) ((l ey) 1) ((t ih ng) 0))) +("mutilation" nil (((m y uw) 1) ((t ax) 0) ((l ey) 1) ((sh ax n) 0))) +("mutineer" nil (((m y uw) 1) ((t ax) 0) ((n ih r) 1))) +("mutineers" nil (((m y uw) 1) ((t ih) 0) ((n ih r z) 1))) +("muting" nil (((m y uw) 1) ((t ih ng) 0))) +("mutinied" nil (((m y uw) 1) ((t ax) 0) ((n iy d) 0))) +("mutinies" nil (((m y uw) 1) ((t ax) 0) ((n iy z) 0))) +("mutinous" nil (((m y uw) 1) ((t ax) 0) ((n ax s) 0))) +("mutiny" nil (((m y uw) 1) ((t ax) 0) ((n iy) 0))) +("mutlangen" nil (((m ax t) 0) ((l ae ng) 1) ((g ax n) 0))) +("mutsch" nil (((m ah ch) 1))) +("mutschler" nil (((m ah ch) 1) ((l er) 0))) +("mutt" nil (((m ah t) 1))) +("mutter" nil (((m ah) 1) ((t er) 0))) +("muttered" nil (((m ah) 1) ((t er d) 0))) +("muttering" nil (((m ah) 1) ((t er) 0) ((ih ng) 0))) +("mutterings" nil (((m ah) 1) ((t er) 0) ((ih ng z) 0))) +("mutters" nil (((m ah) 1) ((t er z) 0))) +("mutton" nil (((m ah) 1) ((t ax n) 0))) +("mutts" nil (((m ah t s) 1))) +("mutual" nil (((m y uw) 1) ((ch ax) 0) ((w ax l) 0))) +("mutualism" nil (((m y uw) 1) ((ch ax) 0) ((w ax) 0) ((l ih) 1) ((z ax m) 0))) +("mutually" nil (((m y uw) 1) ((ch uw) 0) ((ax) 0) ((l iy) 0))) +("mutz" nil (((m ah t s) 1))) +("mutzman" nil (((m ah t) 1) ((s m ax n) 0))) +("muzak" nil (((m y uw) 1) ((z ae k) 0))) +("muzik" nil (((m y uw) 1) ((z ih k) 0))) +("muzio" nil (((m y uw) 1) ((z iy) 0) ((ow) 0))) +("muzyka" nil (((m y uw) 0) ((z ih) 1) ((k ax) 0))) +("muzzey" nil (((m ah) 1) ((z iy) 0))) +("muzzle" nil (((m ah) 1) ((z ax l) 0))) +("muzzled" nil (((m ah) 1) ((z ax l d) 0))) +("muzzles" nil (((m ah) 1) ((z ax l z) 0))) +("muzzy" nil (((m ah) 1) ((z iy) 0))) +("my" nil (((m ay) 1))) +("myanmar" nil (((m y aa n) 1) ((m aa r) 1))) +("myatt" nil (((m ay) 1) ((ax t) 0))) +("mycenaean" nil (((m ay) 1) ((s ax) 0) ((n iy) 1) ((ax n) 0))) +("mycogen" nil (((m ay) 1) ((k ow) 0) ((g ax n) 0))) +("mycology" nil (((m ay) 0) ((k aa) 1) ((l ax) 0) ((jh iy) 0))) +("myelin" nil (((m ay) 1) ((ih) 0) ((l ih n) 0))) +("myer" nil (((m ay) 1) ((er) 0))) +("myers" nil (((m ay) 1) ((er z) 0))) +("myerson" nil (((m ay r) 1) ((s ax n) 0))) +("myette" nil (((m ay) 1) ((eh t) 1))) +("myhand" nil (((m ay) 1) ((hh ae n d) 1))) +("myhre" nil (((m ih r) 1))) +("myhren" nil (((m ih) 1) ((r ax n) 0))) +("myklebust" nil (((m ih) 1) ((k l ih) 0) ((b ax s t) 0))) +("mylan" nil (((m ay) 1) ((l ax n) 0))) +("myler" nil (((m ay) 1) ((l er) 0))) +("myles" nil (((m ay l z) 1))) +("mylod" nil (((m ay) 1) ((l aa d) 0))) +("myna" nil (((m ay) 1) ((n ax) 0))) +("mynatt" nil (((m ih) 1) ((n ax t) 0))) +("mynhier" nil (((m ih n) 1) ((hh iy) 0) ((er) 0))) +("myocardial" nil (((m ay) 1) ((ax) 0) ((k aa r) 1) ((d iy) 0) ((ax l) 0))) +("myocardium" nil (((m ay) 1) ((ax) 0) ((k aa r) 1) ((d iy) 0) ((ax m) 0))) +("myojin" nil (((m y ow) 1) ((jh ih n) 1))) +("myopia" nil (((m ay) 0) ((ow) 1) ((p iy) 0) ((ax) 0))) +("myopic" nil (((m ay) 0) ((aa) 1) ((p ih k) 0))) +("myoscint" nil (((m y ao) 1) ((s ih n t) 0))) +("myosin" nil (((m ay) 1) ((ax) 0) ((s ax n) 0))) +("myotrophin" nil (((m ay) 1) ((ow) 0) ((t r ow) 1) ((f ih n) 0))) +("myra" nil (((m ay) 1) ((r ax) 0))) +("myracle" nil (((m ih) 1) ((r ax) 0) ((k ax l) 0))) +("myre" nil (((m ay r) 1))) +("myren" nil (((m ay) 1) ((r ax n) 0))) +("myreon" nil (((m ay) 1) ((r iy) 0) ((ax n) 0))) +("myres" nil (((m ay r z) 1))) +("myriad" nil (((m ih) 1) ((r iy) 0) ((ax d) 0))) +("myrick" nil (((m ay) 1) ((r ih k) 0))) +("myrilla" nil (((m ih) 0) ((r ih) 1) ((l ax) 0))) +("myrlene" nil (((m ih r) 1) ((l iy n) 0))) +("myrmidon" nil (((m er) 1) ((m ih) 0) ((d ih n) 0))) +("myrmidons" nil (((m er) 1) ((m ih) 0) ((d ih n z) 0))) +("myrna" nil (((m er) 1) ((n ax) 0))) +("myron" nil (((m ay) 1) ((r ax n) 0))) +("myrrh" nil (((m er) 1))) +("myrta" nil (((m er) 1) ((t ax) 0))) +("myrtia" nil (((m er) 1) ((sh ax) 0))) +("myrtice" nil (((m ih r) 1) ((t ih s) 0))) +("myrtis" nil (((m ih r) 1) ((t ih s) 0))) +("myrtle" nil (((m er) 1) ((t ax l) 0))) +("myrtles" nil (((m er) 1) ((t ax l z) 0))) +("myself" nil (((m ay) 1) ((s eh l f) 1))) +("myslinski" nil (((m ih) 0) ((s l ih n) 1) ((s k iy) 0))) +("mysliwiec" nil (((m ih) 0) ((s l ih) 1) ((v iy k) 0))) +("mystere" nil (((m ih) 1) ((s t ih r) 1))) +("mysteries" nil (((m ih) 1) ((s t er) 0) ((iy z) 0))) +("mysterious" nil (((m ih) 0) ((s t ih) 1) ((r iy) 0) ((ax s) 0))) +("mysteriously" nil (((m ih) 1) ((s t ih) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("mysterium" nil (((m ih) 1) ((s t iy) 1) ((r iy) 0) ((ax m) 0))) +("mystery" nil (((m ih) 1) ((s t er) 0) ((iy) 0))) +("mystic" nil (((m ih) 1) ((s t ih k) 0))) +("mystical" nil (((m ih) 1) ((s t ih) 0) ((k ax l) 0))) +("mysticism" nil (((m ih) 1) ((s t ih) 0) ((s ih) 1) ((z ax m) 0))) +("mystics" nil (((m ih) 1) ((s t ih k s) 0))) +("mystified" nil (((m ih) 1) ((s t ax) 0) ((f ay d) 1))) +("mystifying" nil (((m ih) 1) ((s t ax) 0) ((f ay) 1) ((ih ng) 0))) +("mystique" nil (((m ih) 0) ((s t iy k) 1))) +("myszka" nil (((m ih sh) 1) ((k ax) 0))) +("myth" nil (((m ih th) 1))) +("mythic" nil (((m ih) 1) ((th ih k) 0))) +("mythical" nil (((m ih) 1) ((th ax) 0) ((k ax l) 0))) +("mythological" nil (((m ih) 1) ((th ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("mythology" nil (((m ax) 0) ((th aa) 1) ((l ax) 0) ((jh iy) 0))) +("myths" nil (((m ih th s) 1))) +("myung" nil (((m y ah ng) 1))) +("n" nil (((eh n) 1))) +("na" nil (((n aa) 1))) +("naab" nil (((n aa b) 1))) +("NAACP" n (((eh n) 1) ((d ah) 1) ((b ax) 0) ((l ey) 1) ((s iy) 0) ((p iy) 1))) +("naas" nil (((n aa z) 1))) +("nab" nil (((n ae b) 1))) +("nabb" nil (((n ae b) 1))) +("nabbed" nil (((n ae b d) 1))) +("nabbing" nil (((n ae) 1) ((b ih ng) 0))) +("naber" nil (((n ey) 1) ((b er) 0))) +("nabers" nil (((n ey) 1) ((b er z) 0))) +("nabi" nil (((n aa) 1) ((b iy) 0))) +("nabil" nil (((n aa) 0) ((b iy) 1))) +("nabisco" nil (((n ax) 0) ((b ih) 1) ((s k ow) 0))) +("nablus" nil (((n ae) 1) ((b l ax s) 0))) +("nabob" nil (((n ae) 1) ((b aa b) 0))) +("nabokov" nil (((n ae) 1) ((b ax) 0) ((k aa v) 1))) +("nabors" nil (((n ey) 1) ((b er z) 0))) +("nabozny" nil (((n ax) 0) ((b aa z) 1) ((n iy) 0))) +("naccarato" nil (((n aa) 0) ((k er) 0) ((aa) 1) ((t ow) 0))) +("nacchio" nil (((n ae) 1) ((k iy) 0) ((ow) 0))) +("nacco" nil (((n ae) 1) ((k ow) 0))) +("nace" nil (((n ey s) 1))) +("nachbar" nil (((n ae k) 1) ((b er) 0))) +("nachman" nil (((n ae k) 1) ((m ax n) 0))) +("nachmany" nil (((n ae k) 1) ((m ax) 0) ((n iy) 0))) +("nacho" nil (((n ae) 1) ((ch ow) 0))) +("nachreiner" nil (((n ae) 1) ((k r ay) 0) ((n er) 0))) +("nachtigal" nil (((n ae ch) 1) ((t ih) 0) ((g ax l) 0))) +("Nachtwey" n (((n ae k) 1) ((t w ey) 0))) +("nacional" nil (((n ey) 1) ((s iy) 1) ((ax) 0) ((n ax l) 0))) +("nack" nil (((n ae k) 1))) +("nacke" nil (((n ae k) 1))) +("naclerio" nil (((n aa) 0) ((k l eh) 1) ((r iy) 0) ((ow) 0))) +("nacobre" nil (((n ae) 1) ((k ax) 0) ((b r ax) 0))) +("nacogdoches" nil (((n ax) 0) ((k aa g) 1) ((d ax) 0) ((ch ih z) 0))) +("nad" nil (((n ae d) 1))) +("nada" nil (((n aa) 1) ((d ax) 0))) +("nadeau" nil (((n ax) 0) ((d ow) 1))) +("nadein" nil (((n ax) 0) ((d ay n) 1))) +("nadel" nil (((n aa) 0) ((d eh l) 1))) +("nadell" nil (((n aa) 0) ((d ey l) 1))) +("nader" nil (((n ey) 1) ((d er) 0))) +("naderites" nil (((n ey) 1) ((d er) 0) ((ay t s) 1))) +("nadgwick" nil (((n ae jh) 1) ((w ih k) 1))) +("Nadia" n (((n aa) 1) ((d iy) 0) ((ax) 0))) +("nadine" nil (((n ax) 0) ((d iy n) 1))) +("nading" nil (((n ey) 1) ((d ih ng) 0))) +("nadir" nil (((n ey) 1) ((d er) 0))) +("nadja" nil (((n ae) 1) ((d y ax) 0))) +("nadler" nil (((n ey) 1) ((d ax) 0) ((l er) 0))) +("nadolny" nil (((n ax) 0) ((d ow l) 1) ((n iy) 0))) +("nadolski" nil (((n ax) 0) ((d ow l) 1) ((s k iy) 0))) +("naef" nil (((n iy f) 1))) +("naegele" nil (((n eh) 1) ((g ax l) 0))) +("naegeli" nil (((n eh) 1) ((g ih) 0) ((l iy) 0))) +("naeger" nil (((n eh) 1) ((g er) 0))) +("naeve" nil (((n iy v) 1))) +("nafco" nil (((n ae f) 1) ((k ow) 0))) +("naff" nil (((n ae f) 1))) +("naffziger" nil (((n ae f) 1) ((z ih) 0) ((g er) 0))) +("nafta" nil (((n ae f) 1) ((t ax) 0))) +("naftalis" nil (((n ae f) 0) ((t aa) 1) ((l ih s) 0))) +("nafziger" nil (((n ae f) 1) ((z ih) 0) ((g er) 0))) +("nag" nil (((n ae g) 1))) +("nagai" nil (((n aa) 0) ((g aa) 1) ((iy) 0))) +("nagano" nil (((n aa) 0) ((g aa) 1) ((n ow) 0))) +("nagao" nil (((n aa) 0) ((g aa) 1) ((ow) 0))) +("nagasaki" nil (((n aa) 1) ((g aa) 0) ((s aa) 1) ((k iy) 0))) +("nagata" nil (((n aa) 0) ((g aa) 1) ((t ax) 0))) +("nagel" nil (((n ey) 1) ((g ax l) 0))) +("nagele" nil (((n ae) 1) ((g ax l) 0))) +("nagengast" nil (((n ae) 1) ((g ih ng) 0) ((g ax s t) 0))) +("nager" nil (((n ey) 1) ((g er) 0))) +("nagged" nil (((n ae g d) 1))) +("nagging" nil (((n ae) 1) ((g ih ng) 0))) +("nagi" nil (((n aa) 1) ((g iy) 0))) +("nagin" nil (((n ey) 1) ((g ih n) 0))) +("nagle" nil (((n ey) 1) ((g ax l) 0))) +("nagler" nil (((n ey) 1) ((g l er) 0))) +("nagorno" nil (((n ax) 0) ((g ao r) 1) ((n ow) 0))) +("nagorski" nil (((n ax) 0) ((g ao r) 1) ((s k iy) 0))) +("nagoya" nil (((n ax) 0) ((g oy) 1) ((ax) 0))) +("nagy" nil (((n ey) 1) ((g iy) 0))) +("nagymaros" nil (((n ae) 1) ((jh ih) 0) ((m aa) 1) ((r ow s) 0))) +("nah" nil (((n aa) 1))) +("nahas" nil (((n aa) 1) ((hh ax z) 0))) +("nahm" nil (((n ae m) 1))) +("nahmias" nil (((n aa) 1) ((m iy) 0) ((ax z) 0))) +("nahum" nil (((n ae) 1) ((hh ax m) 0))) +("nai" nil (((n ay) 1))) +("naidoo" nil (((n ey) 1) ((d uw) 1))) +("naify" nil (((n ey) 1) ((f ay) 1))) +("naik" nil (((n ey k) 1))) +("nail" nil (((n ey l) 1))) +("nailed" nil (((n ey l d) 1))) +("nailing" nil (((n ey) 1) ((l ih ng) 0))) +("naill" nil (((n ey l) 1))) +("nailor" nil (((n ey) 1) ((l er) 0))) +("nails" nil (((n ey l z) 1))) +("naim" nil (((n ay) 1) ((ih m) 0))) +("naiman" nil (((n ey) 1) ((m ax n) 0))) +("nair" nil (((n eh r) 1))) +("naira" nil (((n eh) 1) ((r ax) 0))) +("nairn" nil (((n eh r n) 1))) +("nairne" nil (((n eh r n) 1))) +("nairobi" nil (((n ay) 1) ((r ow) 1) ((b iy) 0))) +("naisbitt" nil (((n ey s) 1) ((b ih t) 0))) +("naish" nil (((n aa) 1) ((ih sh) 0))) +("naismith" nil (((n ey z) 1) ((m ih th) 0))) +("naito" nil (((n ey) 1) ((t ow) 0))) +("naive" nil (((n ay) 1) ((iy v) 1))) +("naively" nil (((n aa) 0) ((iy) 1) ((v l iy) 0))) +("naivete" nil (((n aa) 0) ((iy) 1) ((v ax) 0) ((t ey) 1))) +("najar" nil (((n aa) 0) ((y aa r) 1))) +("najarian" nil (((n ax) 0) ((jh eh) 1) ((r iy) 0) ((ax n) 0))) +("najera" nil (((n aa) 0) ((jh eh) 1) ((r ax) 0))) +("najib" nil (((n ax) 0) ((jh iy b) 1))) +("najibullah" nil (((n ae) 1) ((jh ih) 0) ((b uh) 1) ((l ax) 0))) +("najjar" nil (((n aa) 0) ((y aa r) 1))) +("nakagawa" nil (((n aa) 0) ((k aa) 0) ((g aa) 1) ((w ax) 0))) +("nakahara" nil (((n aa) 0) ((k aa) 0) ((hh aa) 1) ((r ax) 0))) +("nakai" nil (((n aa) 0) ((k aa) 1) ((iy) 0))) +("nakajima" nil (((n aa) 0) ((k aa) 0) ((jh iy) 1) ((m ax) 0))) +("nakama" nil (((n aa) 0) ((k aa) 1) ((m ax) 0))) +("nakamoto" nil (((n aa) 0) ((k aa) 0) ((m ow) 1) ((t ow) 0))) +("nakamura" nil (((n aa) 0) ((k aa) 0) ((m uh) 1) ((r ax) 0))) +("nakanishi" nil (((n aa) 0) ((k aa) 0) ((n iy) 1) ((sh iy) 0))) +("nakano" nil (((n aa) 0) ((k aa) 1) ((n ow) 0))) +("nakao" nil (((n aa) 0) ((k aa) 1) ((ow) 0))) +("nakashima" nil (((n aa) 0) ((k aa) 0) ((sh iy) 1) ((m ax) 0))) +("nakasone" nil (((n aa) 1) ((k ax) 0) ((s ow) 1) ((n iy) 0))) +("nakata" nil (((n aa) 0) ((k aa) 1) ((t ax) 0))) +("nakatani" nil (((n aa) 0) ((k aa) 0) ((t aa) 1) ((n iy) 0))) +("nakayama" nil (((n aa) 0) ((k aa) 0) ((y aa) 1) ((m ax) 0))) +("naked" nil (((n ey) 1) ((k ax d) 0))) +("nakhamkin" nil (((n ae) 1) ((k ae m) 1) ((k ih n) 0))) +("nalbandian" nil (((n ae l) 1) ((b ae n) 1) ((d iy) 0) ((ax n) 0))) +("nalbone" nil (((n ae l) 1) ((b ow n) 1))) +("nalcap" nil (((n ae l) 1) ((k ae p) 0))) +("nalco" nil (((n ae l) 1) ((k ow) 0))) +("naldo" nil (((n aa l) 1) ((d ow) 0))) +("nale" nil (((n ey l) 1))) +("nalepa" nil (((n ax) 0) ((l iy) 1) ((p ax) 0))) +("nall" nil (((n ao l) 1))) +("nalley" nil (((n ae) 1) ((l iy) 0))) +("nalls" nil (((n ao l z) 1))) +("nally" nil (((n ae) 1) ((l iy) 0))) +("nam" nil (((n ae m) 1))) +("namby" nil (((n ae m) 1) ((b iy) 0))) +("name" nil (((n ey m) 1))) +("named" nil (((n ey m d) 1))) +("nameless" nil (((n ey m) 1) ((l ax s) 0))) +("namely" nil (((n ey m) 1) ((l iy) 0))) +("nameplate" nil (((n ey m) 1) ((p l ey t) 1))) +("nameplates" nil (((n ey m) 1) ((p l ey t s) 1))) +("namer" nil (((n ey) 1) ((m er) 0))) +("names" nil (((n ey m z) 1))) +("namesake" nil (((n ey m) 1) ((s ey k) 1))) +("namibia" nil (((n ax) 0) ((m ih) 1) ((b iy) 0) ((ax) 0))) +("namibian" nil (((n ax) 0) ((m ih) 1) ((b iy) 0) ((ax n) 0))) +("naming" nil (((n ey) 1) ((m ih ng) 0))) +("namphy" nil (((n ae m) 1) ((f iy) 0))) +("nan" nil (((n ae n) 1))) +("nana" nil (((n ae) 1) ((n ax) 0))) +("nancarrow" nil (((n ae ng) 1) ((k ae) 1) ((r ow) 0))) +("nance" nil (((n ae n s) 1))) +("nanchang" nil (((n aa n) 1) ((ch aa ng) 1))) +("nanchong" nil (((n aa n) 1) ((ch ow ng) 1))) +("nancy" nil (((n ae n) 1) ((s iy) 0))) +("nandaime" nil (((n ae n) 1) ((d ey m) 1))) +("nandi" nil (((n aa n) 1) ((d iy) 0))) +("nandita" nil (((n aa n) 0) ((d iy) 1) ((t ax) 0))) +("nando" nil (((n ae n) 1) ((d ow) 0))) +("nanette" nil (((n ax) 0) ((n eh t) 1))) +("nanez" nil (((n aa) 0) ((n eh z) 1))) +("nang" nil (((n ae ng) 1))) +("nangaku" nil (((n ae ng) 1) ((g aa) 1) ((k uw) 1))) +("nangle" nil (((n ae ng) 1) ((g ax l) 0))) +("nanhai" nil (((n aa n) 1) ((hh ay) 1))) +("nanhaizi" nil (((n aa n) 1) ((hh ay) 1) ((d z uh) 1))) +("nania" nil (((n aa) 1) ((n iy) 0) ((ax) 0))) +("nanjing" nil (((n aa n) 1) ((jh iy ng) 1))) +("nankai" nil (((n ae ng) 0) ((k ay) 1))) +("nankervis" nil (((n ae ng) 1) ((k er) 0) ((v ih s) 0))) +("nanking" nil (((n ae ng) 1) ((k ih ng) 0))) +("nanna" nil (((n ae) 1) ((n ax) 0))) +("nannan" nil (((n aa n) 1) ((n aa n) 1))) +("nanney" nil (((n ae) 1) ((n iy) 0))) +("nanni" nil (((n ae) 1) ((n iy) 0))) +("nannies" nil (((n ae) 1) ((n iy z) 0))) +("nanning" nil (((n aa n) 1) ((n iy ng) 1))) +("nanninga" nil (((n aa) 0) ((n iy ng) 1) ((g ax) 0))) +("nannini" nil (((n aa) 0) ((n iy) 1) ((n iy) 0))) +("nanny" nil (((n ae) 1) ((n iy) 0))) +("nano" nil (((n ae) 1) ((n ow) 0))) +("nanometer" nil (((n ae) 1) ((n ow) 0) ((m iy) 1) ((t er) 0))) +("nanometers" nil (((n ae) 1) ((n ow) 0) ((m iy) 1) ((t er z) 0))) +("nanometre" nil (((n ae) 1) ((n ow) 0) ((m iy) 1) ((t er) 0))) +("nanometres" nil (((n ae) 1) ((n ow) 0) ((m iy) 1) ((t er z) 0))) +("nanos" nil (((n aa) 1) ((n ow z) 0))) +("nanosecond" nil (((n ae) 1) ((n ow) 0) ((s eh) 1) ((k ax n d) 0))) +("nanoseconds" nil (((n ae) 1) ((n ow) 0) ((s eh) 1) ((k ax n d z) 0))) +("nanping" nil (((n aa n) 1) ((p iy ng) 1))) +("nantes" nil (((n ae n t s) 1))) +("nantong" nil (((n aa n) 1) ((t ow ng) 1))) +("nantucket" nil (((n ae n) 0) ((t ah) 1) ((k ih t) 0))) +("nantz" nil (((n ae n t s) 1))) +("nanyang" nil (((n aa n) 1) ((y aa ng) 1))) +("nanyue" nil (((n aa n) 1) ((y w eh) 1))) +("nao" nil (((n aw) 1))) +("naoma" nil (((n aa) 0) ((ow) 1) ((m ax) 0))) +("naomi" nil (((n ey) 0) ((ow) 1) ((m iy) 0))) +("nap" nil (((n ae p) 1))) +("napa" nil (((n ae) 1) ((p ax) 0))) +("napalm" nil (((n ey) 1) ((p aa m) 0))) +("napco" nil (((n ae p) 1) ((k ow) 0))) +("napea" nil (((n aa) 1) ((p iy) 0) ((ax) 0))) +("naperville" nil (((n ey) 1) ((p er) 0) ((v ih l) 1))) +("naphtha" nil (((n ae f) 1) ((th ax) 0))) +("naphthalene" nil (((n ae f) 1) ((th ax) 0) ((l iy n) 1))) +("napier" nil (((n ey) 1) ((p iy) 0) ((er) 0))) +("napierala" nil (((n aa) 0) ((p ih) 0) ((r aa) 1) ((l ax) 0))) +("napkin" nil (((n ae p) 1) ((k ih n) 0))) +("napkins" nil (((n ae p) 1) ((k ih n z) 0))) +("naples" nil (((n ey) 1) ((p ax l z) 0))) +("napoleon" nil (((n ax) 0) ((p ow) 1) ((l iy) 0) ((ax n) 0))) +("napoleonic" nil (((n ax) 0) ((p ow) 1) ((l iy) 0) ((aa) 1) ((n ih k) 0))) +("napoles" nil (((n ae) 1) ((p ax l z) 0))) +("napoletano" nil (((n aa) 0) ((p ow) 0) ((l eh) 0) ((t aa) 1) ((n ow) 0))) +("napoli" nil (((n ae) 1) ((p ax) 0) ((l iy) 0))) +("napolitan" nil (((n aa) 0) ((p ow) 0) ((l iy) 0) ((t aa n) 1))) +("napolitano" nil (((n aa) 0) ((p ow) 0) ((l iy) 0) ((t aa) 1) ((n ow) 0))) +("napora" nil (((n aa) 0) ((p ao) 1) ((r ax) 0))) +("napp" nil (((n ae p) 1))) +("nappa" nil (((n ae) 1) ((p ax) 0))) +("napped" nil (((n ae p t) 1))) +("napper" nil (((n ae) 1) ((p er) 0))) +("nappi" nil (((n ae) 1) ((p iy) 0))) +("nappier" nil (((n ae) 1) ((p iy) 0) ((er) 0))) +("napping" nil (((n ae) 1) ((p ih ng) 0))) +("nappo" nil (((n ae) 1) ((p ow) 0))) +("naprosyn" nil (((n ae) 1) ((p r ax) 0) ((s ih n) 0))) +("naps" nil (((n ae p s) 1))) +("naquin" nil (((n ae) 1) ((k w ih n) 0))) +("naqvi" nil (((n ae k) 1) ((v iy) 0))) +("nara" nil (((n aa) 1) ((r ax) 0))) +("naramore" nil (((n aa) 0) ((r aa) 1) ((m ao r) 0))) +("naranjo" nil (((n aa) 0) ((r aa) 1) ((n y ow) 0))) +("narasimha" nil (((n aa) 1) ((r ax) 0) ((s ih m) 1) ((hh aa) 1))) +("narasimhan" nil (((n aa) 1) ((r ax) 0) ((s ih m) 1) ((hh aa n) 1))) +("narayan" nil (((n aa) 0) ((r aa) 1) ((y aa n) 0))) +("narayanan" nil (((n aa) 1) ((r ay) 0) ((aa) 1) ((n ax n) 0))) +("narazaki" nil (((n aa) 1) ((r aa) 0) ((z aa) 1) ((k iy) 0))) +("narc" nil (((n aa r k) 1))) +("narciso" nil (((n aa r) 0) ((ch iy) 1) ((s ow) 0))) +("narcisse" nil (((n aa r) 1) ((s ih s) 0))) +("narcissism" nil (((n aa r) 1) ((s ih) 0) ((s ih) 1) ((z ax m) 0))) +("narcissistic" nil (((n aa r) 1) ((s ih) 0) ((s ih) 1) ((s t ih k) 0))) +("narcissus" nil (((n aa r) 0) ((s ih) 1) ((s ax s) 0))) +("narco" nil (((n aa r) 1) ((k ow) 0))) +("narcolepsy" nil (((n aa r) 1) ((k ax) 0) ((l eh p) 1) ((s iy) 0))) +("narcos" nil (((n aa r) 1) ((k ow s) 0))) +("narcotic" nil (((n aa r) 0) ((k aa) 1) ((t ih k) 0))) +("narcotics" nil (((n aa r) 0) ((k aa) 1) ((t ih k s) 0))) +("narcotraficantes" n (((n ae r) 1) ((k ax) 0) ((t r ae) 1) ((f ax) 0) ((k ae n) 1) ((t iy z) 0))) +("nard" nil (((n aa r d) 1))) +("narda" nil (((n aa r) 1) ((d ax) 0))) +("nardella" nil (((n aa r) 1) ((d eh) 1) ((l ax) 0))) +("nardelli" nil (((n aa r) 0) ((d eh) 1) ((l iy) 0))) +("nardi" nil (((n aa r) 1) ((d iy) 0))) +("nardiello" nil (((n aa r) 0) ((d iy) 0) ((eh) 1) ((l ow) 0))) +("nardini" nil (((n aa r) 0) ((d iy) 1) ((n iy) 0))) +("nardo" nil (((n aa r) 1) ((d ow) 0))) +("nardone" nil (((n aa r) 0) ((d ow) 1) ((n iy) 0))) +("nardozzi" nil (((n aa r) 0) ((d ow t) 1) ((s iy) 0))) +("narducci" nil (((n aa r) 0) ((d uw) 1) ((ch iy) 0))) +("nares" nil (((n ae r z) 1))) +("narita" nil (((n eh) 0) ((r iy) 1) ((t ax) 0))) +("narjes" nil (((n aa r) 1) ((y ax s) 0))) +("narlikar" nil (((n aa r) 1) ((l ih) 0) ((k aa r) 1))) +("narlock" nil (((n aa r) 1) ((l ax k) 0))) +("naro" nil (((n aa) 1) ((r ow) 0))) +("narodny" nil (((n er) 0) ((aa d) 1) ((n iy) 0))) +("naron" nil (((n aa) 0) ((r ao n) 1))) +("narragansett" nil (((n eh) 1) ((r ax) 0) ((g ae n) 1) ((s ax t) 0))) +("narramore" nil (((n aa) 0) ((r aa) 1) ((m ao r) 0))) +("narrate" nil (((n eh) 1) ((r ey t) 1))) +("narrated" nil (((n eh) 1) ((r ey) 1) ((t ih d) 0))) +("narrates" nil (((n eh) 0) ((r ey t s) 1))) +("narration" nil (((n eh) 0) ((r ey) 1) ((sh ax n) 0))) +("narrative" nil (((n ae) 1) ((r ax) 0) ((t ih v) 0))) +("narratives" nil (((n ae) 1) ((r ax) 0) ((t ih v z) 0))) +("narrator" nil (((n eh) 1) ((r ey) 0) ((t er) 0))) +("narrators" nil (((n eh) 1) ((r ey) 1) ((t er z) 0))) +("narron" nil (((n ae) 1) ((r ax n) 0))) +("narrow" nil (((n eh) 1) ((r ow) 0))) +("narrowed" nil (((n eh) 1) ((r ow d) 0))) +("narrower" nil (((n eh) 1) ((r ow) 0) ((er) 0))) +("narrowest" nil (((n eh) 1) ((r ow) 0) ((ax s t) 0))) +("narrowing" nil (((n eh) 1) ((r ow) 0) ((ih ng) 0))) +("narrowly" nil (((n eh) 1) ((r ow) 0) ((l iy) 0))) +("narrowness" nil (((n eh) 1) ((r ow) 0) ((n ax s) 0))) +("narrows" nil (((n eh) 1) ((r ow z) 0))) +("nars" nil (((n aa r z) 1))) +("narum" nil (((n er) 0) ((ah m) 1))) +("narvaez" nil (((n aa r) 0) ((v aa) 1) ((eh z) 0))) +("narveson" nil (((n aa r) 1) ((v ih) 0) ((s ax n) 0))) +("nary" nil (((n eh) 1) ((r iy) 0))) +("nasa" nil (((n ae) 1) ((s ax) 0))) +("nasal" nil (((n ey) 1) ((z ax l) 0))) +("nasally" nil (((n ey) 1) ((z ax) 0) ((l iy) 0))) +("nasby" nil (((n ae s) 1) ((b iy) 0))) +("nasca" nil (((n aa) 1) ((s k ax) 0))) +("nascar" nil (((n ae) 1) ((s k aa r) 1))) +("nascent" nil (((n ey) 1) ((s ax n t) 0))) +("nascimento" nil (((n ae) 1) ((s ih) 0) ((m eh n) 1) ((t ow) 0))) +("nasco" nil (((n ae) 1) ((s k ow) 0))) +("nasdaq" nil (((n ae z) 1) ((d ae k) 0))) +("nase" nil (((n ey z) 1))) +("naser" nil (((n ey) 1) ((z er) 0))) +("nash" nil (((n ae sh) 1))) +("nashashibi" nil (((n ae) 1) ((sh ax) 0) ((sh iy) 1) ((b iy) 0))) +("nashburg" nil (((n ae sh) 1) ((b er g) 0))) +("nashua" nil (((n ae) 1) ((sh uw) 0) ((ax) 0))) +("nashville" nil (((n ae sh) 1) ((v ih l) 0))) +("nasi" nil (((n aa) 1) ((s iy) 0))) +("nasional" nil (((n ae) 1) ((s iy) 0) ((ax) 0) ((n ae l) 1))) +("naslund" nil (((n ae) 1) ((s l ax n d) 0))) +("naso" nil (((n aa) 1) ((s ow) 0))) +("nason" nil (((n ae) 1) ((s ax n) 0))) +("nasopharynx" nil (((n ax) 0) ((s aa) 1) ((f er) 0) ((ih ng k s) 0))) +("nasr" nil (((n aa) 1) ((s er) 0))) +("nass" nil (((n ae s) 1))) +("nassar" nil (((n ae) 1) ((s er) 0))) +("nassau" nil (((n ae) 1) ((s ao) 0))) +("nasser" nil (((n ae) 1) ((s er) 0))) +("nassif" nil (((n ae) 1) ((s ih f) 0))) +("nast" nil (((n ae s t) 1))) +("nasta" nil (((n ae) 1) ((s t ax) 0))) +("nastasi" nil (((n aa) 0) ((s t aa) 1) ((s iy) 0))) +("nastier" nil (((n ae) 1) ((s t iy) 0) ((er) 0))) +("nastiest" nil (((n ae) 1) ((s t iy) 0) ((ax s t) 0))) +("nastiness" nil (((n ae) 1) ((s t iy) 0) ((n ax s) 0))) +("nasty" nil (((n ae) 1) ((s t iy) 0))) +("nasworthy" nil (((n ae) 1) ((s w er) 0) ((dh iy) 0))) +("nat" nil (((n ae t) 1))) +("nata" nil (((n aa) 1) ((t ax) 0))) +("natal" nil (((n ey) 1) ((t ax l) 0))) +("natala" nil (((n aa) 0) ((t aa) 1) ((l ax) 0))) +("natale" nil (((n aa) 0) ((t aa) 1) ((l iy) 0))) +("natali" nil (((n aa) 0) ((t aa) 1) ((l iy) 0))) +("natalia" nil (((n ax) 0) ((t aa) 1) ((l y ax) 0))) +("natalie" nil (((n ae) 1) ((t ax) 0) ((l iy) 0))) +("natalle" nil (((n ax) 0) ((t aa) 1) ((l ey) 0))) +("natan" nil (((n ey) 1) ((t ax n) 0))) +("natasha" nil (((n ax) 0) ((t aa) 1) ((sh ax) 0))) +("natcher" nil (((n ae) 1) ((ch er) 0))) +("natchez" nil (((n ae) 1) ((ch eh z) 1))) +("nate" nil (((n ey t) 1))) +("nath" nil (((n ae th) 1))) +("nathalia" nil (((n ax) 0) ((th ae) 1) ((l iy) 0) ((ax) 0))) +("nathalie" nil (((n ae) 1) ((t ax) 0) ((l iy) 0))) +("nathan" nil (((n ey) 1) ((th ax n) 0))) +("nathanael" nil (((n ae) 1) ((th ax) 0) ((n ey l) 1))) +("nathania" nil (((n ax) 0) ((th ae) 1) ((n iy) 0) ((ax) 0))) +("nathaniel" nil (((n ax) 0) ((th ae) 1) ((n y ax l) 0))) +("nathanson" nil (((n ae) 1) ((th ax n) 0) ((s ax n) 0))) +("nathe" nil (((n ey dh) 1))) +("nathene" nil (((n ax) 0) ((th iy n) 1))) +("natick" nil (((n ey) 1) ((t ih k) 0))) +("nation" nil (((n ey) 1) ((sh ax n) 0))) +("nationair" nil (((n ey) 1) ((sh ax) 0) ((n eh r) 1))) +("national" nil (((n ae) 1) ((sh ax) 0) ((n ax l) 0))) +("nationale" nil (((n ae) 1) ((sh ax) 0) ((n ae) 1) ((l ey) 0))) +("nationales" nil (((n ae) 1) ((sh ax) 0) ((n aa) 1) ((l eh s) 0))) +("nationalism" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 1) ((z ax m) 0))) +("nationalist" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ax s t) 0))) +("nationalistic" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 1) ((s t ih k) 0))) +("nationalists" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih s t s) 0))) +("nationalities" nil (((n ae) 1) ((sh ax) 0) ((n ae) 1) ((l ih) 0) ((t iy z) 0))) +("nationality" nil (((n ae) 1) ((sh ax) 0) ((n ae) 1) ((l ax) 0) ((t iy) 0))) +("nationalization" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("nationalizations" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("nationalize" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay z) 1))) +("nationalized" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay z d) 1))) +("nationalizing" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("nationally" nil (((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("nationals" nil (((n ae) 1) ((sh ax) 0) ((n ax l z) 0))) +("nationhood" nil (((n ey) 1) ((sh ax n) 0) ((hh uh d) 1))) +("nations" nil (((n ey) 1) ((sh ax n z) 0))) +("nationsbanc" nil (((n ey) 1) ((sh ax n z) 0) ((b ae ng k) 1))) +("nationsbank" nil (((n ey) 1) ((sh ax n z) 0) ((b ae ng k) 1))) +("nationwide" nil (((n ey) 1) ((sh ax n) 0) ((w ay d) 1))) +("native" nil (((n ey) 1) ((t ih v) 0))) +("natives" nil (((n ey) 1) ((t ih v z) 0))) +("natividad" nil (((n ax) 0) ((t ih) 0) ((v ih) 0) ((d aa d) 1))) +("nativism" nil (((n ey) 1) ((t ih) 0) ((v ih) 1) ((z ax m) 0))) +("nativist" nil (((n ey) 1) ((t ih) 0) ((v ih s t) 1))) +("nativity" nil (((n ax) 0) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("nato" nil (((n ey) 1) ((t ow) 0))) +("natoli" nil (((n aa) 0) ((t ow) 1) ((l iy) 0))) +("natomas" nil (((n ey) 1) ((t ow) 1) ((m ax z) 0))) +("nats" nil (((n ae t s) 1))) +("natter" nil (((n ae) 1) ((t er) 0))) +("nattie" nil (((n ae) 1) ((t iy) 0))) +("nattily" nil (((n ae) 1) ((t ax) 0) ((l iy) 0))) +("natty" nil (((n ae) 1) ((t iy) 0))) +("natuna" nil (((n ax) 0) ((t uw) 1) ((n ax) 0))) +("natural" nil (((n ae) 1) ((ch er) 0) ((ax l) 0))) +("naturalism" nil (((n ae) 1) ((ch er) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("naturalist" nil (((n ae) 1) ((ch er) 0) ((ax) 0) ((l ax s t) 0))) +("naturalistic" nil (((n ae) 1) ((ch er) 0) ((ax) 0) ((l ih) 1) ((s t ih k) 0))) +("naturalists" nil (((n ae) 1) ((ch er) 0) ((ax) 0) ((l ih s t s) 0))) +("naturalization" nil (((n ae) 1) ((ch er) 0) ((ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("naturalized" nil (((n ae) 1) ((ch er) 0) ((ax) 0) ((l ay z d) 1))) +("naturally" nil (((n ae) 1) ((ch er) 0) ((ax) 0) ((l iy) 0))) +("nature" nil (((n ey) 1) ((ch er) 0))) +("natured" nil (((n ey) 1) ((ch er d) 0))) +("naturedly" nil (((n ey) 1) ((ch er d) 0) ((l iy) 0))) +("natwest" nil (((n ae) 1) ((t w eh s t) 1))) +("natzke" nil (((n ae t z k) 1))) +("nau" nil (((n ow) 1))) +("nauer" nil (((n aw) 1) ((er) 0))) +("nauert" nil (((n aw) 1) ((er t) 0))) +("naugatuck" nil (((n ao) 1) ((g ax) 0) ((t ah k) 1))) +("naught" nil (((n ao t) 1))) +("naughton" nil (((n ao) 1) ((t ax n) 0))) +("naughty" nil (((n ao) 1) ((t iy) 0))) +("naugle" nil (((n ao) 1) ((g ax l) 0))) +("naugles" nil (((n ao) 1) ((g ax l z) 0))) +("nault" nil (((n ao l t) 1))) +("nauman" nil (((n aw) 1) ((m ax n) 0))) +("naumann" nil (((n aw) 1) ((m ax n) 0))) +("naus" nil (((n ao z) 1))) +("nausea" nil (((n ao) 1) ((z iy) 0) ((ax) 0))) +("nauseam" nil (((n aw) 1) ((z iy m) 1))) +("nauseated" nil (((n ao) 1) ((z iy) 0) ((ey) 1) ((t ax d) 0))) +("nauseating" nil (((n ao) 1) ((zh iy) 0) ((ey) 1) ((t ih ng) 0))) +("nauss" nil (((n ao s) 1))) +("nauta" nil (((n aa) 0) ((uw) 1) ((t ax) 0))) +("nautical" nil (((n ao) 1) ((t ax) 0) ((k ax l) 0))) +("nautilus" nil (((n ao) 1) ((t ax) 0) ((l ax s) 0))) +("nava" nil (((n aa) 1) ((v ax) 0))) +("navajo" nil (((n aa) 1) ((v ax) 0) ((hh ow) 1))) +("Navajos" n (((n ae) 1) ((v ax) 0) ((hh ow z) 0))) +("naval" nil (((n ey) 1) ((v ax l) 0))) +("navar" nil (((n aa) 0) ((v aa r) 1))) +("navarette" nil (((n ae) 1) ((v er) 0) ((eh t) 1))) +("navarra" nil (((n aa) 0) ((v aa) 1) ((r ax) 0))) +("navarrete" nil (((n ae) 1) ((v er) 0) ((iy t) 1))) +("navarrette" nil (((n ae) 1) ((v er) 0) ((eh t) 1))) +("navarro" nil (((n ax) 0) ((v aa) 1) ((r ow) 0))) +("navas" nil (((n aa) 1) ((v ax s) 0))) +("navcom" nil (((n ae v) 1) ((k aa m) 1))) +("nave" nil (((n ey v) 1))) +("navel" nil (((n ey) 1) ((v ax l) 0))) +("navellier" nil (((n ax) 0) ((v eh) 1) ((l y er) 0))) +("navickas" nil (((n aa) 0) ((v iy) 1) ((k aa z) 0))) +("navies" nil (((n ey) 1) ((v iy z) 0))) +("navigable" nil (((n ae) 1) ((v ax) 0) ((g ax) 0) ((b ax l) 0))) +("navigate" nil (((n ae) 1) ((v ax) 0) ((g ey t) 1))) +("navigated" nil (((n ae) 1) ((v ax) 0) ((g ey) 1) ((t ih d) 0))) +("navigating" nil (((n ae) 1) ((v ax) 0) ((g ey) 1) ((t ih ng) 0))) +("navigation" nil (((n ae) 1) ((v ax) 0) ((g ey) 1) ((sh ax n) 0))) +("navigational" nil (((n ae) 1) ((v ax) 0) ((g ey) 1) ((sh ax) 0) ((n ax l) 0))) +("navigator" nil (((n ae) 1) ((v ax) 0) ((g ey) 1) ((t er) 0))) +("navigators" nil (((n ae) 1) ((v ax) 0) ((g ey) 1) ((t er z) 0))) +("navin" nil (((n aa) 0) ((v iy n) 1))) +("navis" nil (((n aa) 1) ((v ih s) 0))) +("navistar" nil (((n ae) 1) ((v ih) 0) ((s t aa r) 1))) +("navratilova" nil (((n ae) 0) ((v r ae) 1) ((t ih) 0) ((l ow) 1) ((v ax) 0))) +("navstar" nil (((n ae v) 1) ((s t aa r) 1))) +("navy" nil (((n ey) 1) ((v iy) 0))) +("nawrocki" nil (((n aa) 0) ((v r ow t) 1) ((s k iy) 0))) +("nawrot" nil (((n ao) 1) ((r ax t) 0))) +("nay" nil (((n ey) 1))) +("nayden" nil (((n ey) 1) ((d ih n) 0))) +("naylor" nil (((n ey) 1) ((l er) 0))) +("naysayers" nil (((n ey) 1) ((s ey) 1) ((er z) 0))) +("nazar" nil (((n aa) 0) ((z aa r) 1))) +("Nazarbayev" n (((n ae) 1) ((z er) 0) ((b ay) 1) ((ax v) 0))) +("nazarian" nil (((n ax) 0) ((z eh) 1) ((r iy) 0) ((ax n) 0))) +("nazario" nil (((n aa) 0) ((z aa) 1) ((r iy) 0) ((ow) 0))) +("nazer" nil (((n ey) 1) ((z er) 0))) +("nazi" nil (((n aa t) 1) ((s iy) 0))) +("nazionale" nil (((n aa t) 0) ((s iy) 0) ((ow) 0) ((n aa) 1) ((l iy) 0))) +("nazis" nil (((n aa t) 1) ((s iy z) 0))) +("nazism" nil (((n ae) 1) ((z ih) 0) ((z ax m) 0))) +("nazzaro" nil (((n aa t) 0) ((s aa) 1) ((r ow) 0))) +("nba" nil (((eh n) 1) ((b iy) 1) ((ey) 1))) +("ne" nil (((n ah) 0))) +("ne" nil (((n iy) 1))) +("neace" nil (((n iy s) 1))) +("nead" nil (((n iy d) 1))) +("neagle" nil (((n iy) 1) ((g ax l) 0))) +("neal" nil (((n iy l) 1))) +("neala" nil (((n iy) 1) ((l ax) 0))) +("neale" nil (((n iy l) 1))) +("nealey" nil (((n iy) 1) ((l iy) 0))) +("nealis" nil (((n iy) 1) ((l ih s) 0))) +("neall" nil (((n iy l) 1))) +("nealon" nil (((n iy) 1) ((l ax n) 0))) +("nealson" nil (((n iy l) 1) ((s ax n) 0))) +("nealy" nil (((n iy) 1) ((l iy) 0))) +("neanderthal" nil (((n iy) 0) ((ae n) 1) ((d er) 0) ((th ao l) 1))) +("neanderthals" nil (((n iy) 0) ((ae n) 1) ((d er) 0) ((th ao l z) 1))) +("neapolitan" nil (((n iy) 1) ((ax) 0) ((p aa) 1) ((l ax) 0) ((t ax n) 0))) +("near" nil (((n ih r) 1))) +("nearby" nil (((n ih r) 1) ((b ay) 1))) +("neared" nil (((n ih r d) 1))) +("nearer" nil (((n ih) 1) ((r er) 0))) +("nearest" nil (((n ih) 1) ((r ax s t) 0))) +("nearhood" nil (((n ih r) 1) ((hh uh d) 0))) +("nearing" nil (((n ih) 1) ((r ih ng) 0))) +("nearly" nil (((n ih r) 1) ((l iy) 0))) +("nears" nil (((n ih r z) 1))) +("nearsighted" nil (((n iy r) 1) ((s ay) 1) ((t ih d) 0))) +("nearsightedness" nil (((n iy r) 1) ((s ay) 1) ((t ih d) 0) ((n ax s) 0))) +("neary" nil (((n ih) 1) ((r iy) 0))) +("neas" nil (((n iy z) 1))) +("nease" nil (((n iy z) 1))) +("neat" nil (((n iy t) 1))) +("neater" nil (((n iy) 1) ((t er) 0))) +("neatest" nil (((n iy) 1) ((t ax s t) 0))) +("neathery" nil (((n eh) 1) ((th er) 0) ((iy) 0))) +("neatly" nil (((n iy t) 1) ((l iy) 0))) +("neatness" nil (((n iy t) 1) ((n ax s) 0))) +("neault" nil (((n ow) 1))) +("neave" nil (((n iy v) 1))) +("neaves" nil (((n iy v z) 1))) +("nebeker" nil (((n eh) 1) ((b ih) 0) ((k er) 0))) +("nebel" nil (((n eh) 1) ((b ax l) 0))) +("nebergall" nil (((n iy) 1) ((b er) 0) ((g ax l) 0))) +("neblett" nil (((n eh) 1) ((b l ih t) 0))) +("nebraska" nil (((n ax) 0) ((b r ae) 1) ((s k ax) 0))) +("nebraskans" nil (((n ax) 0) ((b r ae) 1) ((s k ax n z) 0))) +("nebula" nil (((n eh) 1) ((b y ax) 0) ((l ax) 0))) +("nebulous" nil (((n eh) 1) ((b y ax) 0) ((l ax s) 0))) +("nec" nil (((n eh k) 1))) +("necaise" nil (((n eh) 1) ((k ay s) 0))) +("necci" nil (((n eh) 1) ((ch iy) 0))) +("necessarilly" nil (((n eh) 1) ((s ax) 0) ((s eh) 1) ((r ax) 0) ((l iy) 0))) +("necessarily" nil (((n eh) 1) ((s ax) 0) ((s eh) 1) ((r ax) 0) ((l iy) 0))) +("necessary" nil (((n eh) 1) ((s ax) 0) ((s eh) 1) ((r iy) 0))) +("necessitate" nil (((n ax) 0) ((s eh) 1) ((s ax) 0) ((t ey t) 1))) +("necessitated" nil (((n ax) 0) ((s eh) 1) ((s ax) 0) ((t ey) 1) ((t ax d) 0))) +("necessitates" nil (((n ax) 0) ((s eh) 1) ((s ax) 0) ((t ey t s) 1))) +("necessitating" nil (((n ax) 0) ((s eh) 1) ((s ih) 0) ((t ey) 1) ((t ih ng) 0))) +("necessities" nil (((n ax) 0) ((s eh) 1) ((s ih) 0) ((t iy z) 0))) +("necessity" nil (((n ax) 0) ((s eh) 1) ((s ax) 0) ((t iy) 0))) +("nechayev" nil (((n eh) 1) ((ch ay) 1) ((eh v) 0))) +("nechyba" nil (((n eh) 1) ((ch iy) 1) ((b ax) 0))) +("neck" nil (((n eh k) 1))) +("necked" nil (((n eh k t) 1))) +("necker" nil (((n eh) 1) ((k er) 0))) +("necklace" nil (((n eh) 1) ((k l ax s) 0))) +("necklaces" nil (((n eh) 1) ((k l ax) 0) ((s ih z) 0))) +("necklacing" nil (((n eh) 1) ((k l ax) 0) ((s ih ng) 0))) +("necks" nil (((n eh k s) 1))) +("necktie" nil (((n eh k) 1) ((t ay) 1))) +("neckties" nil (((n eh k) 1) ((t ay z) 1))) +("neckwear" nil (((n eh) 1) ((k w eh r) 1))) +("neco" nil (((n iy) 1) ((k ow) 0))) +("necromancy" nil (((n eh) 1) ((k r ax) 0) ((m ae n) 1) ((s iy) 0))) +("necropolis" nil (((n ax) 0) ((k r aa) 1) ((p ax) 0) ((l ax s) 0))) +("necrosis" nil (((n ax) 0) ((k r ow) 1) ((s ax s) 0))) +("nectar" nil (((n eh k) 1) ((t er) 0))) +("necula" nil (((n eh) 1) ((k y uw) 0) ((l ax) 0))) +("ned" nil (((n eh d) 1))) +("neda" nil (((n ey) 1) ((d ax) 0))) +("nedd" nil (((n eh d) 1))) +("nedda" nil (((n eh) 1) ((d ax) 0))) +("neddick" nil (((n eh) 1) ((d ih k) 0))) +("neddo" nil (((n eh) 1) ((d ow) 0))) +("nedeau" nil (((n ih) 0) ((d ow) 1))) +("nederland" nil (((n eh) 1) ((d er) 0) ((l ax n d) 0))) +("nederlanden" nil (((n eh) 1) ((d er) 0) ((l ae n) 1) ((d ax n) 0))) +("nederlander" nil (((n eh) 1) ((d er) 0) ((l ae n) 1) ((d er) 0))) +("nederlandsche" nil (((n eh) 1) ((d er) 0) ((l ae n d) 1) ((sh iy) 0))) +("nederlandse" nil (((n eh) 1) ((d er) 0) ((l ae n d) 1) ((s iy) 0))) +("nedlloyd" nil (((n eh) 1) ((d ax) 0) ((l oy d) 1))) +("nedrow" nil (((n eh) 1) ((d r ow) 0))) +("nedved" nil (((n eh d v d) 1))) +("nee" nil (((n iy) 1))) +("neeb" nil (((n iy b) 1))) +("neece" nil (((n iy s) 1))) +("neeco" nil (((n iy) 1) ((k ow) 0))) +("need" nil (((n iy d) 1))) +("needed" nil (((n iy) 1) ((d ax d) 0))) +("needelman" nil (((n iy) 1) ((d ax l) 0) ((m ax n) 0))) +("needful" nil (((n iy d) 1) ((f ax l) 0))) +("needham" nil (((n iy) 1) ((d ax m) 0))) +("neediest" nil (((n iy) 1) ((d iy) 0) ((ih s t) 0))) +("needing" nil (((n iy) 1) ((d ih ng) 0))) +("needle" nil (((n iy) 1) ((d ax l) 0))) +("needled" nil (((n iy) 1) ((d ax l d) 0))) +("needlefish" nil (((n iy) 1) ((d ax l) 0) ((f ih sh) 1))) +("needlelike" nil (((n iy) 1) ((d ax l) 0) ((l ay k) 1))) +("needleman" nil (((n iy) 1) ((d ax l) 0) ((m ax n) 0))) +("needlepoint" nil (((n iy) 1) ((d ax l) 0) ((p oy n t) 1))) +("needler" nil (((n iy) 1) ((d ax) 0) ((l er) 0))) +("needles" nil (((n iy) 1) ((d ax l z) 0))) +("needless" nil (((n iy d) 1) ((l ax s) 0))) +("needlessly" nil (((n iy d) 1) ((l ax) 0) ((s l iy) 0))) +("needlework" nil (((n iy) 1) ((d ax l) 0) ((w er k) 1))) +("needling" nil (((n iy d) 1) ((l ih ng) 0))) +("needs" nil (((n iy d z) 1))) +("needy" nil (((n iy) 1) ((d iy) 0))) +("neef" nil (((n iy f) 1))) +("neel" nil (((n iy l) 1))) +("neeld" nil (((n iy l d) 1))) +("neeley" nil (((n iy) 1) ((l iy) 0))) +("neels" nil (((n iy l z) 1))) +("neely" nil (((n iy) 1) ((l iy) 0))) +("neeman" nil (((n iy) 1) ((m ax n) 0))) +("neenan" nil (((n iy) 1) ((n ax n) 0))) +("neeper" nil (((n iy) 1) ((p er) 0))) +("neer" nil (((n ih r) 1))) +("nees" nil (((n iy z) 1))) +("neese" nil (((n iy z) 1))) +("neeson" nil (((n iy) 1) ((s ax n) 0))) +("neet" nil (((n iy t) 1))) +("nefarious" nil (((n ax) 0) ((f eh) 1) ((r iy) 0) ((ax s) 0))) +("neff" nil (((n eh f) 1))) +("neg" nil (((n eh g) 1))) +("negara" nil (((n eh) 0) ((g aa) 1) ((r ax) 0))) +("negate" nil (((n ih) 0) ((g ey t) 1))) +("negated" nil (((n iy) 1) ((g ey) 0) ((t ih d) 0))) +("negates" nil (((n ih) 0) ((g ey t s) 1))) +("negating" nil (((n ih) 0) ((g ey) 1) ((t ih ng) 0))) +("negative" nil (((n eh) 1) ((g ax) 0) ((t ih v) 0))) +("negatively" nil (((n eh) 1) ((g ax) 0) ((t ih) 0) ((v l iy) 0))) +("negatives" nil (((n eh) 1) ((g ax) 0) ((t ih v z) 0))) +("negativism" nil (((n eh) 1) ((g ax) 0) ((t ih) 0) ((v ih) 1) ((z ax m) 0))) +("negativity" nil (((n eh) 1) ((g ax) 0) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("negatrons" nil (((n eh) 1) ((g ax) 0) ((t r aa n z) 0))) +("Negeri" nil (((n eh) 1) ((g er) 0) ((iy) 0))) +("negev" nil (((n eh) 1) ((g eh v) 1))) +("neglect" nil (((n ax) 0) ((g l eh k t) 1))) +("neglected" nil (((n ax) 0) ((g l eh k) 1) ((t ax d) 0))) +("neglectful" nil (((n ih) 0) ((g l eh k t) 1) ((f ax l) 0))) +("neglecting" nil (((n ih) 0) ((g l eh k) 1) ((t ih ng) 0))) +("neglects" nil (((n ih) 0) ((g l eh k t s) 1))) +("negley" nil (((n eh) 1) ((g l iy) 0))) +("neglia" nil (((n eh) 1) ((g l iy) 0) ((ax) 0))) +("negligence" nil (((n eh) 1) ((g l ax) 0) ((jh ax n s) 0))) +("negligent" nil (((n eh) 1) ((g l ax) 0) ((jh ax n t) 0))) +("negligently" nil (((n eh) 1) ((g l ih) 0) ((jh ax n t) 0) ((l iy) 0))) +("negligible" nil (((n eh) 1) ((g l ax) 0) ((jh ax) 0) ((b ax l) 0))) +("negotiable" nil (((n ax) 0) ((g ow) 1) ((sh ax) 0) ((b ax l) 0))) +("negotiate" nil (((n ax) 0) ((g ow) 1) ((sh iy) 0) ((ey t) 1))) +("negotiated" nil (((n ax) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((t ax d) 0))) +("negotiates" nil (((n ih) 0) ((g ow) 1) ((sh iy) 0) ((ey t s) 1))) +("negotiating" nil (((n ih) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((t ih ng) 0))) +("negotiation" nil (((n ih) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((sh ax n) 0))) +("negotiations" nil (((n ax) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((sh ax n z) 0))) +("negotiator" nil (((n ax) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((t er) 0))) +("negotiators" nil (((n ih) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((t er z) 0))) +("negrete" nil (((n eh) 1) ((g r iy t) 1))) +("negri" nil (((n eh) 1) ((g r iy) 0))) +("negrin" nil (((n eh) 1) ((g r ih n) 0))) +("negro" nil (((n iy) 1) ((g r ow) 0))) +("negroes" nil (((n iy) 1) ((g r ow z) 0))) +("negroid" nil (((n iy) 1) ((g r oy d) 0))) +("negron" nil (((n eh) 1) ((g r ax n) 0))) +("negroni" nil (((n eh) 1) ((g r ow) 1) ((n iy) 0))) +("negros" nil (((n iy) 1) ((g r ow z) 0))) +("negs" nil (((n eh g z) 1))) +("negus" nil (((n iy) 1) ((g ax s) 0))) +("nehemiah" nil (((n iy) 1) ((ax) 0) ((m ay) 1) ((ax) 0))) +("neher" nil (((n ey) 1) ((er) 0))) +("nehls" nil (((n eh l z) 1))) +("nehring" nil (((n eh) 1) ((r ih ng) 0))) +("nehru" nil (((n ey) 1) ((r uw) 1))) +("nei" nil (((n ey) 1))) +("neibauer" nil (((n ay) 1) ((b aw) 0) ((er) 0))) +("neibert" nil (((n iy) 1) ((b er t) 0))) +("neice" nil (((n iy s) 1))) +("neider" nil (((n iy) 1) ((d er) 0))) +("neidhardt" nil (((n ay d) 1) ((hh aa r t) 0))) +("neidhart" nil (((n ay d) 1) ((hh aa r t) 0))) +("neidigh" nil (((n iy) 1) ((d ay) 1))) +("neidl" nil (((n iy) 1) ((d ax l) 0))) +("neidlinger" nil (((n ay) 1) ((d ax) 0) ((l ih ng) 0) ((er) 0))) +("neier" nil (((n ay) 1) ((er) 0))) +("neifert" nil (((n iy) 1) ((f er t) 0))) +("neiger" nil (((n ay) 1) ((g er) 0))) +("neighbor" nil (((n ey) 1) ((b er) 0))) +("neighborhood" nil (((n ey) 1) ((b er) 0) ((hh uh d) 1))) +("neighborhoods" nil (((n ey) 1) ((b er) 0) ((hh uh d z) 1))) +("neighboring" nil (((n ey) 1) ((b er) 0) ((ih ng) 0))) +("neighborly" nil (((n ey) 1) ((b er) 0) ((l iy) 0))) +("neighbors" nil (((n ey) 1) ((b er z) 0))) +("neighmond" nil (((n ey) 1) ((m ax n d) 0))) +("neijiang" nil (((n ey) 1) ((jh y aa ng) 1))) +("neikirk" nil (((n iy) 1) ((k er k) 0))) +("neil" nil (((n iy l) 1))) +("neilan" nil (((n iy) 1) ((l ax n) 0))) +("neild" nil (((n iy l d) 1))) +("neill" nil (((n iy l) 1))) +("neils" nil (((n iy l z) 1))) +("neilsen" nil (((n ay l) 1) ((s ax n) 0))) +("neilson" nil (((n iy l) 1) ((s ax n) 0))) +("neiman" nil (((n iy) 1) ((m ax n) 0))) +("neimenggu" nil (((n ey) 1) ((m ah ng) 0) ((g uw) 1))) +("neimeyer" nil (((n ay) 1) ((m ay) 0) ((er) 0))) +("nein" nil (((n iy n) 1))) +("neira" nil (((n eh) 1) ((r ax) 0))) +("neis" nil (((n iy z) 1))) +("neisen" nil (((n ay) 1) ((s ax n) 0))) +("neises" nil (((n iy) 1) ((z ih z) 0))) +("neisler" nil (((n ay) 1) ((s ax) 0) ((l er) 0))) +("neiss" nil (((n iy s) 1))) +("neiswender" nil (((n ay) 1) ((s w eh n) 0) ((d er) 0))) +("neither" nil (((n iy) 1) ((dh er) 0))) +("neitz" nil (((n iy t s) 1))) +("neitzel" nil (((n ay t) 1) ((z ax l) 0))) +("neitzke" nil (((n ay t z k) 1))) +("nej" nil (((n ey) 1))) +("nekoosa" nil (((n ih) 0) ((k uw) 1) ((s ax) 0))) +("nekton" nil (((n eh k) 1) ((t ax n) 0))) +("nel" nil (((n eh l) 1))) +("nela" nil (((n eh) 1) ((l ax) 0))) +("nelda" nil (((n eh l) 1) ((d ax) 0))) +("nelia" nil (((n eh) 1) ((l iy) 0) ((ax) 0))) +("nelina" nil (((n eh) 0) ((l iy) 1) ((n ax) 0))) +("nelita" nil (((n eh) 0) ((l iy) 1) ((t ax) 0))) +("nell" nil (((n eh l) 1))) +("nella" nil (((n eh) 1) ((l ax) 0))) +("nellcor" nil (((n eh l) 1) ((k ao r) 1))) +("nelle" nil (((n eh l) 1))) +("neller" nil (((n eh) 1) ((l er) 0))) +("nelles" nil (((n eh l z) 1))) +("nellette" nil (((n eh) 1) ((l eh t) 1))) +("nelli" nil (((n eh) 1) ((l iy) 0))) +("nelliana" nil (((n eh) 1) ((l iy) 0) ((ae) 1) ((n ax) 0))) +("nellie" nil (((n eh) 1) ((l iy) 0))) +("nelligan" nil (((n eh) 1) ((l ih) 0) ((g ax n) 0))) +("nellis" nil (((n eh) 1) ((l ih s) 0))) +("nellwyn" nil (((n eh l) 1) ((w ih n) 0))) +("nelly" nil (((n eh) 1) ((l iy) 0))) +("nelms" nil (((n eh l m z) 1))) +("neloms" nil (((n eh) 1) ((l ax m z) 0))) +("nelon" nil (((n eh) 1) ((l ax n) 0))) +("nels" nil (((n eh l z) 1))) +("nelsen" nil (((n eh l) 1) ((s ax n) 0))) +("nelson" nil (((n eh l) 1) ((s ax n) 0))) +("nematode" nil (((n eh) 1) ((m ax) 0) ((t ow d) 1))) +("nematodes" nil (((n eh) 1) ((m ax) 0) ((t ow d z) 1))) +("nemean" nil (((n iy) 1) ((m iy) 0) ((ax n) 0))) +("nemec" nil (((n eh) 1) ((m ih k) 0))) +("nemecek" nil (((n eh) 1) ((m ih) 0) ((s ih k) 0))) +("nemer" nil (((n iy) 1) ((m er) 0))) +("nemeroff" nil (((n eh) 1) ((m er) 0) ((ao f) 0))) +("nemes" nil (((n iy m z) 1))) +("nemesis" nil (((n eh) 1) ((m ax) 0) ((s ih s) 0))) +("nemeth" nil (((n ey) 1) ((m ih th) 0))) +("nemetz" nil (((n eh) 1) ((m ih t s) 0))) +("nemitz" nil (((n eh) 1) ((m ih t s) 0))) +("nemmers" nil (((n eh) 1) ((m er z) 0))) +("nemo" nil (((n eh) 1) ((m ow) 0))) +("nemos" nil (((n iy) 1) ((m ow z) 0))) +("nemours" nil (((n ih) 0) ((m ao r z) 1))) +("nen" nil (((n eh n) 1))) +("nendick" nil (((n eh n) 1) ((d ih k) 0))) +("nene" nil (((n iy n) 1))) +("neng" nil (((n ah ng) 0))) +("nenninger" nil (((n eh) 1) ((n ih ng) 0) ((er) 0))) +("neo" nil (((n iy) 1) ((ow) 0))) +("neoax" nil (((n iy) 1) ((ow) 0) ((ae k s) 1))) +("neoclassic" nil (((n iy) 1) ((ow) 0) ((k l ae) 1) ((s ih k) 0))) +("neoclassical" nil (((n iy) 1) ((ow) 0) ((k l ae) 1) ((s ih) 0) ((k ax l) 0))) +("neoconservative" nil (((n iy) 1) ((ow) 0) ((k ax n) 0) ((s er) 1) ((v ax) 0) ((t ih v) 0))) +("neoconservatives" nil (((n iy) 1) ((ow) 0) ((k ax n) 0) ((s er) 1) ((v ax) 0) ((t ih v z) 0))) +("neola" nil (((n iy) 0) ((aa) 1) ((l ax) 0))) +("neoliberal" nil (((n iy) 1) ((ow) 0) ((l ih) 1) ((b er) 0) ((ax l) 0))) +("neoliberals" nil (((n iy) 1) ((ow) 0) ((l ih) 1) ((b er) 0) ((ax l z) 0))) +("neoma" nil (((n ey) 0) ((ow) 1) ((m ax) 0))) +("neon" nil (((n iy) 1) ((aa n) 0))) +("neonatal" nil (((n iy) 1) ((ow) 0) ((n ey) 1) ((t ax l) 0))) +("neons" nil (((n iy) 1) ((aa n z) 1))) +("neophyte" nil (((n iy) 1) ((ax) 0) ((f ay t) 1))) +("neophytes" nil (((n iy) 1) ((ax) 0) ((f ay t s) 1))) +("neoplasm" nil (((n iy) 1) ((ax) 0) ((p l ae) 1) ((z ax m) 0))) +("neoplatonic" nil (((n iy) 1) ((ow) 0) ((p l ax) 0) ((t aa) 1) ((n ih k) 0))) +("neoplatonist" nil (((n iy) 1) ((ow) 0) ((p l ey) 1) ((t ax) 0) ((n ax s t) 0))) +("neoprene" nil (((n iy) 1) ((ax) 0) ((p r iy n) 1))) +("neoprobe" nil (((n iy) 1) ((ow) 0) ((p r ow b) 1))) +("neorx" nil (((n iy) 1) ((ow) 0) ((r eh k s) 1))) +("neotenic" nil (((n iy) 1) ((ax) 0) ((t iy) 1) ((n ih k) 0))) +("neoteny" nil (((n iy) 0) ((aa) 1) ((t ax) 0) ((n iy) 0))) +("nepa" nil (((n iy) 1) ((p ax) 0))) +("nepal" nil (((n ax) 0) ((p ao l) 1))) +("nepalese" nil (((n eh) 1) ((p ax) 0) ((l iy z) 1))) +("nepali" nil (((n ax) 0) ((p ao) 1) ((l iy) 0))) +("nephew" nil (((n eh) 1) ((f y uw) 0))) +("nephews" nil (((n eh) 1) ((f y uw z) 0))) +("nephridium" nil (((n ax) 0) ((f r ih) 1) ((d iy) 0) ((ax m) 0))) +("nephrite" nil (((n eh) 1) ((f r ay t) 0))) +("nephron" nil (((n eh) 1) ((f r aa n) 0))) +("nephrosis" nil (((n ax) 0) ((f r ow) 1) ((s ax s) 0))) +("nepl" nil (((n eh) 1) ((p ax l) 0))) +("neponset" nil (((n ax) 0) ((p aa n) 1) ((s ih t) 0))) +("nepool" nil (((n ax) 0) ((p uw l) 1))) +("nepotism" nil (((n eh) 1) ((p ax) 0) ((t ih) 1) ((z ax m) 0))) +("neptune" nil (((n eh p) 1) ((t uw n) 0))) +("neptunium" nil (((n eh p) 0) ((t uw) 1) ((n iy) 0) ((ax m) 0))) +("ner" nil (((eh n) 1) ((iy) 1) ((aa r) 1))) +("nerco" nil (((n er) 1) ((k ow) 0))) +("nerd" nil (((n er d) 1))) +("nerds" nil (((n er d z) 1))) +("nerdy" nil (((n er) 1) ((d iy) 0))) +("nerenberg" nil (((n ih) 1) ((r ax n) 0) ((b er g) 0))) +("neri" nil (((n eh) 1) ((r iy) 0))) +("nerice" nil (((n eh) 1) ((r ih s) 0))) +("nerine" nil (((n eh) 1) ((r iy n) 0))) +("nerio" nil (((n eh) 1) ((r iy) 0) ((ow) 0))) +("neritic" nil (((n er) 0) ((ih) 1) ((t ih k) 0))) +("nerlich" nil (((n er) 1) ((l ih k) 0))) +("nerney" nil (((n er) 1) ((n iy) 0))) +("nero" nil (((n ih) 1) ((r ow) 0))) +("nerone" nil (((n eh) 1) ((r ax n) 0))) +("nerren" nil (((n eh) 1) ((r ax n) 0))) +("nervana" nil (((n er) 0) ((v ae) 1) ((n ax) 0))) +("nerve" nil (((n er v) 1))) +("nerves" nil (((n er v z) 1))) +("nervosa" nil (((n er) 0) ((v ow) 1) ((s ax) 0))) +("nervous" nil (((n er) 1) ((v ax s) 0))) +("nervously" nil (((n er) 1) ((v ax) 0) ((s l iy) 0))) +("nervousness" nil (((n er) 1) ((v ax) 0) ((s n ax s) 0))) +("nervy" nil (((n er) 1) ((v iy) 0))) +("nes" nil (((n eh s) 1))) +("nesbit" nil (((n eh s) 1) ((b ih t) 0))) +("nesbitt" nil (((n eh z) 1) ((b ih t) 0))) +("nesby" nil (((n eh s) 1) ((b iy) 0))) +("nesci" nil (((n eh) 1) ((s iy) 0))) +("nesheim" nil (((n eh s) 1) ((hh ay m) 1))) +("nesi" nil (((n eh) 1) ((s iy) 0))) +("nesler" nil (((n eh) 1) ((s ax) 0) ((l er) 0))) +("nesmith" nil (((n eh z) 1) ((m ih th) 0))) +("ness" nil (((n eh s) 1))) +("nessa" nil (((n eh) 1) ((s ax) 0))) +("nessel" nil (((n eh) 1) ((s ax l) 0))) +("nessen" nil (((n iy) 1) ((s ax n) 0))) +("nesser" nil (((n eh) 1) ((s er) 0))) +("nesseth" nil (((n eh) 1) ((s ih th) 0))) +("nessi" nil (((n eh) 1) ((s iy) 0))) +("nessie" nil (((n eh) 1) ((s iy) 0))) +("nessler" nil (((n eh) 1) ((s l er) 0))) +("nest" nil (((n eh s t) 1))) +("nesta" nil (((n eh) 1) ((s t ax) 0))) +("neste" nil (((n eh s t) 1))) +("nestea" nil (((n eh) 1) ((s t iy) 0) ((ax) 0))) +("nested" nil (((n eh) 1) ((s t ax d) 0))) +("nester" nil (((n eh) 1) ((s t er) 0))) +("nesters" nil (((n eh) 1) ((s t er z) 0))) +("nesting" nil (((n eh) 1) ((s t ih ng) 0))) +("nestle" nil (((n eh) 1) ((s ax l) 0))) +("nestled" nil (((n eh) 1) ((s ax l d) 0))) +("nestler" nil (((n eh) 1) ((s ax) 0) ((l er) 0))) +("nestles" nil (((n eh) 1) ((s ax l z) 0))) +("nestling" nil (((n eh s t) 1) ((l ih ng) 0))) +("nestlings" nil (((n eh s t) 1) ((l ih ng z) 0))) +("nestor" nil (((n eh) 1) ((s t er) 0))) +("nestorian" nil (((n eh) 0) ((s t ao) 1) ((r iy) 0) ((ax n) 0))) +("nestorianism" nil (((n eh) 0) ((s t ao) 1) ((r iy) 0) ((ax) 0) ((n ih) 0) ((z ax m) 0))) +("nests" nil (((n eh s t s) 1))) +("net" nil (((n eh t) 1))) +("netanyahu" nil (((n eh) 1) ((t ax) 0) ((n y aa) 1) ((hh uw) 1))) +("netback" nil (((n eh t) 1) ((b ae k) 1))) +("netcom" nil (((n eh t) 1) ((k aa m) 1))) +("neth" nil (((n eh th) 1))) +("nether" nil (((n eh) 1) ((dh er) 0))) +("nethercutt" nil (((n eh) 1) ((th er) 0) ((k ax t) 0))) +("netherland" nil (((n eh) 1) ((dh er) 0) ((l ax n d) 0))) +("netherlandic" nil (((n eh) 1) ((dh er) 0) ((l ae n) 1) ((d ih k) 0))) +("netherlands" nil (((n eh) 1) ((dh er) 0) ((l ax n d z) 0))) +("nethers" nil (((n eh) 1) ((dh er z) 0))) +("netherton" nil (((n eh) 1) ((dh er) 0) ((t ax n) 0))) +("netherworld" nil (((n eh) 1) ((dh er) 0) ((w er l d) 1))) +("nethery" nil (((n eh) 1) ((dh er) 0) ((iy) 0))) +("nethuva" nil (((n eh) 1) ((th uw) 1) ((v ax) 0))) +("netlike" nil (((n eh t) 1) ((l ay k) 1))) +("neto" nil (((n eh) 1) ((t ow) 0))) +("nets" nil (((n eh t s) 1))) +("netscape" nil (((n eh t) 1) ((s k ey p) 1))) +("nett" nil (((n eh t) 1))) +("netta" nil (((n eh) 1) ((t ax) 0))) +("netted" nil (((n eh) 1) ((t ih d) 0))) +("netter" nil (((n eh) 1) ((t er) 0))) +("netterville" nil (((n eh) 1) ((t er) 0) ((v ih l) 0))) +("nettesheim" nil (((n eh) 1) ((t ih s) 0) ((sh ay m) 0))) +("nettie" nil (((n eh) 1) ((t iy) 0))) +("netting" nil (((n eh) 1) ((t ih ng) 0))) +("nettle" nil (((n eh) 1) ((t ax l) 0))) +("nettled" nil (((n eh) 1) ((t ax l d) 0))) +("nettles" nil (((n eh) 1) ((t ax l z) 0))) +("nettlesome" nil (((n eh) 1) ((t ax l) 0) ((s ax m) 0))) +("nettleton" nil (((n eh) 1) ((t ax l) 0) ((t ax n) 0))) +("netto" nil (((n eh) 1) ((t ow) 0))) +("netty" nil (((n eh) 1) ((t iy) 0))) +("netview" nil (((n eh t) 1) ((v y uw) 1))) +("netware" nil (((n eh) 1) ((t w eh r) 1))) +("network" nil (((n eh) 1) ((t w er k) 1))) +("networked" nil (((n eh) 1) ((t w er k t) 1))) +("networking" nil (((n eh) 1) ((t w er) 1) ((k ih ng) 0))) +("networks" nil (((n eh) 1) ((t w er k s) 1))) +("networth" nil (((n eh) 1) ((t w er th) 1))) +("netz" nil (((n eh t s) 1))) +("netzel" nil (((n eh t) 1) ((z ax l) 0))) +("netzer" nil (((n eh t) 1) ((z er) 0))) +("netzley" nil (((n eh t) 1) ((s l iy) 0))) +("neu" nil (((n oy) 1))) +("neubauer" nil (((n uw) 1) ((b aw) 0) ((er) 0))) +("neubecker" nil (((n uw) 1) ((b eh) 1) ((k er) 0))) +("neuber" nil (((n uw) 1) ((b er) 0))) +("neuberger" nil (((n uw) 1) ((b er) 0) ((g er) 0))) +("neubert" nil (((n uw) 1) ((b er t) 0))) +("neuburg" nil (((n uw) 1) ((b er g) 0))) +("neuburger" nil (((n uw) 1) ((b er) 0) ((g er) 0))) +("neudecker" nil (((n uw) 1) ((d ih) 0) ((k er) 0))) +("neue" nil (((n uw) 1) ((iy) 0))) +("neuendorf" nil (((n uw) 1) ((ax n) 0) ((d ao r f) 0))) +("neuendorffer" nil (((n uw n) 1) ((d ao r) 0) ((f er) 0))) +("neuenfeldt" nil (((n uw) 1) ((ax n) 0) ((f eh l t) 0))) +("neuenschwander" nil (((n uw) 1) ((ax n) 0) ((sh w ao n) 0) ((d er) 0))) +("neuer" nil (((n oy) 1) ((er) 0))) +("neufeld" nil (((n uw) 1) ((f eh l d) 1))) +("neugebauer" nil (((n uw) 1) ((g ax) 0) ((b aw) 0) ((er) 0))) +("neugent" nil (((n uw) 1) ((jh ax n t) 0))) +("neuhart" nil (((n uw) 1) ((hh aa r t) 1))) +("neuharth" nil (((n uw) 1) ((hh aa r th) 1))) +("neuhaus" nil (((n uw) 1) ((hh aw s) 1))) +("neuhauser" nil (((n uw) 1) ((hh aw) 1) ((z er) 0))) +("neuhoff" nil (((n uw) 1) ((hh ao f) 1))) +("neukam" nil (((n uw) 1) ((k ax m) 0))) +("neukirchen" nil (((n uw) 1) ((k er) 0) ((ch ax n) 0))) +("neukom" nil (((n uw) 1) ((k aa m) 0))) +("neumaier" nil (((n uw) 1) ((m ay) 0) ((er) 0))) +("neuman" nil (((n uw) 1) ((m ax n) 0))) +("neumann" nil (((n uw) 1) ((m ax n) 0))) +("neumayer" nil (((n uw) 1) ((m ey) 1) ((er) 0))) +("neumeier" nil (((n uw) 1) ((m ay) 0) ((er) 0))) +("neumeister" nil (((n uw) 1) ((m ay) 1) ((s t er) 0))) +("neumeyer" nil (((n uw) 1) ((m ay) 0) ((er) 0))) +("neumiller" nil (((n uw) 1) ((m ax) 0) ((l er) 0))) +("neuner" nil (((n uw) 1) ((n er) 0))) +("neupert" nil (((n uw) 1) ((p er t) 0))) +("neupogen" nil (((n uw) 1) ((p ow) 0) ((jh eh n) 1))) +("neural" nil (((n uh) 1) ((r ax l) 0))) +("neurofibromatosis" nil (((n uh) 1) ((r ow) 0) ((f ay) 0) ((b r ow) 1) ((m ax) 0) ((t ow) 1) ((s ih s) 0))) +("neurohr" nil (((n uh) 1) ((r ao r) 0))) +("neurologic" nil (((n uh) 1) ((r ax) 0) ((l aa) 1) ((jh ih k) 0))) +("neurological" nil (((n uh) 1) ((r ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("neurologist" nil (((n uh) 0) ((r aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("neurology" nil (((n uh) 0) ((r aa) 1) ((l ax) 0) ((jh iy) 0))) +("neurons" nil (((n uh) 1) ((r aa n z) 0))) +("neuropathy" nil (((n uh) 1) ((r ow) 0) ((p ae) 1) ((th iy) 0))) +("neuroscience" nil (((n y uh) 1) ((r ow) 0) ((s ay) 1) ((ax n s) 0))) +("neuroses" nil (((n uh) 0) ((r ow) 1) ((s iy z) 0))) +("neurosis" nil (((n uh) 0) ((r ow) 1) ((s ax s) 0))) +("neurosurgeon" nil (((n uh) 1) ((r ow) 0) ((s er) 1) ((jh ax n) 0))) +("neurosurgeons" nil (((n uh) 1) ((r ow) 0) ((s er) 1) ((jh ax n z) 0))) +("neurosurgery" n (((n y uw) 1) ((r ax) 0) ((s er) 1) ((jh er) 0) ((iy) 0))) +("neuroth" nil (((n uh) 1) ((r ao th) 0))) +("neurotic" nil (((n uh) 0) ((r aa) 1) ((t ih k) 0))) +("neuser" nil (((n uw) 1) ((s er) 0))) +("neustadt" nil (((n uw sh) 1) ((t ae t) 0))) +("neuter" nil (((n uw) 1) ((t er) 0))) +("neutered" nil (((n uw) 1) ((t er d) 0))) +("neutering" nil (((n uw) 1) ((t er) 0) ((ih ng) 0))) +("neutral" nil (((n uw) 1) ((t r ax l) 0))) +("neutralism" nil (((n uw) 1) ((t r ax) 0) ((l ih) 1) ((z ax m) 0))) +("neutralist" nil (((n uw) 1) ((t r ax) 0) ((l ax s t) 0))) +("neutrality" nil (((n uw) 0) ((t r ae) 1) ((l ax) 0) ((t iy) 0))) +("neutralization" nil (((n uw) 1) ((t r ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("neutralize" nil (((n uw) 1) ((t r ax) 0) ((l ay z) 1))) +("neutralized" nil (((n uw) 1) ((t r ax) 0) ((l ay z d) 1))) +("neutralizes" nil (((n uw) 1) ((t r ax) 0) ((l ay) 1) ((z ih z) 0))) +("neutralizing" nil (((n uw) 1) ((t r ax) 0) ((l ay) 1) ((z ih ng) 0))) +("neutrino" nil (((n uw) 0) ((t r iy) 1) ((n ow) 0))) +("neutrinos" nil (((n uw) 0) ((t r iy) 1) ((n ow z) 0))) +("neutrogena" nil (((n uw) 1) ((t r ax) 0) ((jh iy) 1) ((n ax) 0))) +("neutron" nil (((n uw) 1) ((t r aa n) 1))) +("neutrons" nil (((n uw) 1) ((t r aa n z) 1))) +("neuville" nil (((n uw) 1) ((v ih l) 1))) +("neuwirth" nil (((n uw) 1) ((w er th) 0))) +("neuzil" nil (((n uw) 1) ((z ax l) 0))) +("neva" nil (((n ey) 1) ((v ax) 0))) +("nevada" nil (((n ax) 0) ((v aa) 1) ((d ax) 0))) +("nevala" nil (((n ey) 0) ((v aa) 1) ((l ax) 0))) +("nevarez" nil (((n ey) 0) ((v aa) 1) ((r eh z) 0))) +("neve" nil (((n iy v) 1))) +("neveau" nil (((n ih) 0) ((v ow) 1))) +("nevel" nil (((n ey) 0) ((v eh l) 1))) +("nevels" nil (((n eh) 1) ((v ax l z) 0))) +("never" nil (((n eh) 1) ((v er) 0))) +("nevers" nil (((n eh) 1) ((v er z) 0))) +("nevertheless" nil (((n eh) 1) ((v er) 0) ((dh ax) 0) ((l eh s) 1))) +("neves" nil (((n iy v z) 1))) +("neveu" nil (((n ih) 0) ((v uw) 1))) +("nevil" nil (((n ey) 0) ((v iy l) 1))) +("nevile" nil (((n ey) 0) ((v ay l) 1))) +("nevill" nil (((n eh) 1) ((v ih l) 0))) +("neville" nil (((n eh) 1) ((v ih l) 0))) +("nevills" nil (((n eh) 1) ((v ih l z) 0))) +("nevils" nil (((n eh) 1) ((v ax l z) 0))) +("nevin" nil (((n eh) 1) ((v ih n) 0))) +("nevins" nil (((n eh) 1) ((v ih n z) 0))) +("nevis" nil (((n eh) 1) ((v ih s) 0))) +("nevitt" nil (((n eh) 1) ((v ih t) 0))) +("nevius" nil (((n iy) 1) ((v iy) 0) ((ih s) 0))) +("new" nil (((n uw) 1))) +("newall" nil (((n uw) 1) ((ao l) 1))) +("newark" nil (((n uw) 1) ((er k) 0))) +("newbauer" nil (((n uw) 1) ((b aw) 0) ((er) 0))) +("newberg" nil (((n uw) 1) ((b er g) 0))) +("newberger" nil (((n uw) 1) ((b er) 0) ((g er) 0))) +("newbern" nil (((n uw) 1) ((b er n) 0))) +("newberry" nil (((n uw) 1) ((b eh) 1) ((r iy) 0))) +("newbery" nil (((n uw) 1) ((b eh) 1) ((r iy) 0))) +("newbill" nil (((n uw) 1) ((b ih l) 1))) +("newbold" nil (((n uw) 1) ((b ow l d) 1))) +("newborn" nil (((n uw) 1) ((b ao r n) 0))) +("newborns" nil (((n uw) 1) ((b ao r n z) 1))) +("newbridge" nil (((n uw) 1) ((b r ih jh) 1))) +("newbrough" nil (((n uw) 1) ((b r aw) 0))) +("newburg" nil (((n uw) 1) ((b er g) 0))) +("newburger" nil (((n uw) 1) ((b er) 0) ((g er) 0))) +("newburn" nil (((n uw) 1) ((b er n) 1))) +("newbury" nil (((n uw) 1) ((b eh) 1) ((r iy) 0))) +("newby" nil (((n uw) 1) ((b iy) 0))) +("newcastle" nil (((n uw) 1) ((k ae) 1) ((s ax l) 0))) +("newcom" nil (((n uw) 1) ((k ax m) 0))) +("newcomb" nil (((n uw) 1) ((k ax m) 0))) +("newcombe" nil (((n uw) 1) ((k ax m) 0))) +("newcome" nil (((n uw) 1) ((k ax m) 0))) +("newcomer" nil (((n uw) 1) ((k ah) 1) ((m er) 0))) +("newcomers" nil (((n uw) 1) ((k ah) 1) ((m er z) 0))) +("newcor" nil (((n uw) 1) ((k ao r) 1))) +("newedge" nil (((n uw) 1) ((ax jh) 0))) +("newell" nil (((n uw) 1) ((ax l) 0))) +("newer" nil (((n uw) 1) ((er) 0))) +("newest" nil (((n uw) 1) ((ax s t) 0))) +("newey" nil (((n uw) 1) ((iy) 0))) +("newfangled" nil (((n uw) 1) ((f ae ng) 1) ((g ax l d) 0))) +("newfield" nil (((n uw) 1) ((f iy l d) 1))) +("newfound" nil (((n uw) 1) ((f aw n d) 1))) +("newfoundland" nil (((n uw) 1) ((f ax n d) 0) ((l ax n d) 0))) +("newgard" nil (((n uw) 1) ((g er d) 0))) +("newgate" nil (((n uw) 1) ((g ey t) 0))) +("newgateway" nil (((n uw) 1) ((g ey) 1) ((t w ey) 1))) +("newhall" nil (((n uw) 1) ((hh ao l) 1))) +("newhard" nil (((n uw) 1) ((hh aa r d) 1))) +("newhart" nil (((n uw) 1) ((hh aa r t) 1))) +("newhouse" nil (((n uw) 1) ((hh aw s) 1))) +("newill" nil (((n iy) 0) ((w ih l) 1))) +("newingham" nil (((n uw) 1) ((ih ng) 0) ((hh ae m) 1))) +("newish" nil (((n uw) 1) ((ih sh) 0))) +("newkirk" nil (((n uw) 1) ((k er k) 0))) +("newlan" nil (((n uw) 1) ((l ax n) 0))) +("newland" nil (((n uw) 1) ((l ax n d) 0))) +("newlin" nil (((n uw) 1) ((l ih n) 0))) +("newlon" nil (((n uw) 1) ((l ax n) 0))) +("newlun" nil (((n uw) 1) ((l ax n) 0))) +("newly" nil (((n uw) 1) ((l iy) 0))) +("newlyn" nil (((n uw) 1) ((l ih n) 0))) +("newlywed" nil (((n uw) 1) ((l iy) 0) ((w eh d) 1))) +("newlyweds" nil (((n uw) 1) ((l iy) 0) ((w eh d z) 1))) +("newman" nil (((n uw) 1) ((m ax n) 0))) +("newmann" nil (((n uw) 1) ((m ax n) 0))) +("newmark" nil (((n uw) 1) ((m aa r k) 1))) +("newmarket" nil (((n uw) 1) ((m aa r) 1) ((k ax t) 0))) +("newmeyer" nil (((n uw) 1) ((m ay) 0) ((er) 0))) +("newmont" nil (((n uw) 1) ((m aa n t) 1))) +("newmyer" nil (((n uw) 1) ((m iy) 0) ((er) 0))) +("newnam" nil (((n uw) 1) ((n ax m) 0))) +("newness" nil (((n uw) 1) ((n ax s) 0))) +("neworld" nil (((n eh) 1) ((w er l d) 1))) +("newport" nil (((n uw) 1) ((p ao r t) 0))) +("newquist" nil (((n uw) 1) ((k w ih s t) 1))) +("news" nil (((n uw z) 1))) +("newscast" nil (((n uw z) 1) ((k ae s t) 1))) +("newscaster" nil (((n uw z) 1) ((k ae) 1) ((s t er) 0))) +("newscasters" nil (((n uw z) 1) ((k ae) 1) ((s t er z) 0))) +("newscasts" nil (((n uw z) 1) ((k ae s t s) 1))) +("newscorp" nil (((n uw z) 1) ((k ao r p) 1))) +("newsday" nil (((n uw z) 1) ((d ey) 1))) +("newsgroups" nil (((n uw z) 1) ((g r uw p s) 1))) +("newsham" nil (((n uw) 1) ((sh ax m) 0))) +("newshour" nil (((n uw) 1) ((z aw r) 1))) +("newsletter" nil (((n uw) 1) ((z l eh) 1) ((t er) 0))) +("newsletters" nil (((n uw) 1) ((z l eh) 1) ((t er z) 0))) +("newsmagazine" nil (((n uw z) 1) ((m ae) 1) ((g ax) 0) ((z iy n) 1))) +("newsmaker" nil (((n uw z) 1) ((m ey) 1) ((k er) 0))) +("newsmakers" nil (((n uw z) 1) ((m ey) 1) ((k er z) 0))) +("newsman" nil (((n uw z) 1) ((m ae n) 1))) +("newsmen" nil (((n uw z) 1) ((m ih n) 0))) +("newsom" nil (((n uw) 1) ((z ax m) 0))) +("newsome" nil (((n uw) 1) ((s ax m) 0))) +("newson" nil (((n uw) 1) ((s ax n) 0))) +("newspaper" nil (((n uw z) 1) ((p ey) 1) ((p er) 0))) +("newspaperman" nil (((n uw z) 1) ((p ey) 1) ((p er) 0) ((m ae n) 1))) +("newspapermen" nil (((n uw z) 1) ((p ae) 1) ((p er) 0) ((m ax n) 0))) +("newspapers" nil (((n uw z) 1) ((p ey) 1) ((p er z) 0))) +("newspeak" nil (((n uw) 1) ((s p iy k) 1))) +("newsprint" nil (((n uw z) 1) ((p r ih n t) 1))) +("newsreel" nil (((n uw z) 1) ((r iy l) 1))) +("newsreels" nil (((n uw z) 1) ((r iy l z) 1))) +("newsroom" nil (((n uw z) 1) ((r uw m) 1))) +("newsrooms" nil (((n uw z) 1) ((r uw m z) 1))) +("newsstand" nil (((n uw z) 1) ((s t ae n d) 1))) +("newsstands" nil (((n uw z) 1) ((s t ae n d z) 1))) +("newstrom" nil (((n uw z) 1) ((t r ax m) 0))) +("newsum" nil (((n uw) 1) ((z ax m) 0))) +("newswanger" nil (((n uw) 1) ((z w ao ng) 0) ((er) 0))) +("newsweek" nil (((n uw) 1) ((z w iy k) 1))) +("newsweekly" nil (((n uw) 1) ((z w iy) 1) ((k l iy) 0))) +("newswire" nil (((n uw) 1) ((z w ay r) 1))) +("newswires" nil (((n uw) 1) ((z w ay r z) 1))) +("newsworthy" nil (((n uw) 1) ((z w er) 1) ((dh iy) 0))) +("newsy" nil (((n uw) 1) ((z iy) 0))) +("newt" nil (((n uw t) 1))) +("newton" nil (((n uw) 1) ((t ax n) 0))) +("newtonchik" nil (((n uw) 1) ((t aa n) 1) ((ch ih k) 0))) +("newtonian" nil (((n uw) 0) ((t ow) 1) ((n iy) 0) ((ax n) 0))) +("newtown" nil (((n uw) 1) ((t aw n) 1))) +("newtowne" nil (((n uw) 1) ((t aw n) 1))) +("newts" nil (((n uw t s) 1))) +("newvector" nil (((n uw) 1) ((v eh k) 1) ((t er) 0))) +("newville" nil (((n uw) 1) ((v ih l) 1))) +("newwave" nil (((n uw) 1) ((w ey v) 1))) +("nexgen" nil (((n eh k s) 1) ((jh eh n) 1))) +("nexis" nil (((n eh k) 1) ((s ih s) 0))) +("next" nil (((n eh k s t) 1))) +("nextel" nil (((n eh k) 1) ((s t eh l) 1))) +("nextstep" nil (((n eh k s t) 1) ((s t eh p) 1))) +("nexus" nil (((n eh k) 1) ((s ax s) 0))) +("ney" nil (((n ey) 1))) +("neyens" nil (((n ay n z) 1))) +("neyer" nil (((n ey) 1) ((er) 0))) +("neyhart" nil (((n ey) 1) ((hh aa r t) 1))) +("neyland" nil (((n ey) 1) ((l ax n d) 0))) +("neylon" nil (((n ey) 1) ((l ax n) 0))) +("neyman" nil (((n ey) 1) ((m ax n) 0))) +("neysa" nil (((n ey) 1) ((s ax) 0))) +("nez" nil (((n eh z) 1))) +("nezha" nil (((n ah) 0) ((jh aa) 1))) +("ng" nil (((eh ng) 1))) +("ngai" nil (((g ay) 1))) +("ngema" nil (((eh n) 0) ((jh eh) 1) ((m aa) 0))) +("nghi" nil (((g iy) 1))) +("ngo" nil (((g ow) 1))) +("nguyen" nil (((n uw) 0) ((y eh n) 1))) +("ni" nil (((n iy) 1))) +("niacin" nil (((n ay) 1) ((ax) 0) ((s ax n) 0))) +("nian" nil (((n y ae n) 1))) +("niang" nil (((n y aa ng) 1))) +("niangao" nil (((n y ae n) 1) ((g aw) 1))) +("niagara" nil (((n ay) 0) ((ae) 1) ((g r ax) 0))) +("niaid" nil (((n ay) 1) ((ey d) 1))) +("nial" nil (((n ay) 1) ((ax l) 0))) +("niall" nil (((n ay l) 1))) +("niao" nil (((n y aw) 1))) +("nib" nil (((n ih b) 1))) +("nibbe" nil (((n ih b) 1))) +("nibble" nil (((n ih) 1) ((b ax l) 0))) +("nibbled" nil (((n ih) 1) ((b ax l d) 0))) +("nibbles" nil (((n ih) 1) ((b ax l z) 0))) +("nibbling" nil (((n ih) 1) ((b ax) 0) ((l ih ng) 0))) +("nibert" nil (((n ih) 1) ((b er t) 0))) +("niblack" nil (((n ih) 1) ((b l ae k) 1))) +("niblett" nil (((n ih) 1) ((b l ih t) 0))) +("niblock" nil (((n ih) 1) ((b l aa k) 1))) +("nibong" nil (((n iy) 1) ((b ao ng) 0))) +("nibs" nil (((n ih b z) 1))) +("nicandros" nil (((n ih) 0) ((k ae n) 1) ((d r ow s) 0))) +("nicaragua" nil (((n ih) 1) ((k er) 0) ((aa) 1) ((g w ax) 0))) +("nicaraguan" nil (((n ih) 1) ((k er) 0) ((aa) 1) ((g w ax n) 0))) +("nicaraguans" nil (((n ih) 1) ((k er) 0) ((aa) 1) ((g w ax n z) 0))) +("nicastro" nil (((n ih) 0) ((k ae) 1) ((s t r ow) 0))) +("niccoli" nil (((n iy) 0) ((k ow) 1) ((l iy) 0))) +("niccolite" nil (((n ih) 1) ((k ax) 0) ((l ay t) 1))) +("niccum" nil (((n ih) 1) ((k ax m) 0))) +("nice" nil (((n ay s) 1))) +("nicely" nil (((n ay) 1) ((s l iy) 0))) +("niceness" nil (((n ay) 1) ((s n ax s) 0))) +("nicer" nil (((n ay) 1) ((s er) 0))) +("nicest" nil (((n ay) 1) ((s ih s t) 0))) +("niceties" nil (((n ay) 1) ((s ih) 0) ((t iy z) 0))) +("niche" nil (((n ih ch) 1))) +("nichelson" nil (((n ih) 1) ((ch ih l) 0) ((s ax n) 0))) +("niches" nil (((n ih) 1) ((ch ih z) 0))) +("nichol" nil (((n ih) 1) ((k ao l) 0))) +("nichola" nil (((n ih) 0) ((hh ow) 1) ((l ax) 0))) +("nicholas" nil (((n ih) 1) ((k ax) 0) ((l ax s) 0))) +("nicholes" nil (((n ih k) 1) ((hh ow l z) 0))) +("nicholi" nil (((n ih) 1) ((k ax) 0) ((l ay) 0))) +("nicholl" nil (((n ih) 1) ((k ax l) 0))) +("nicholls" nil (((n ih) 1) ((k ax l z) 0))) +("nichols" nil (((n ih) 1) ((k ax l z) 0))) +("nicholson" nil (((n ih) 1) ((k ax l) 0) ((s ax n) 0))) +("nichter" nil (((n ih k) 1) ((t er) 0))) +("nick" nil (((n ih k) 1))) +("nicked" nil (((n ih k t) 1))) +("nickel" nil (((n ih) 1) ((k ax l) 0))) +("nickell" nil (((n ih) 1) ((k ax l) 0))) +("nickelodeon" nil (((n ih) 1) ((k ih) 0) ((l ow) 1) ((d iy) 0) ((ax n) 0))) +("nickels" nil (((n ih) 1) ((k ax l z) 0))) +("nickelson" nil (((n ih) 1) ((k ih l) 0) ((s ax n) 0))) +("nickens" nil (((n ih) 1) ((k ax n z) 0))) +("nickerson" nil (((n ih) 1) ((k er) 0) ((s ax n) 0))) +("nickeson" nil (((n ih) 1) ((k ih) 0) ((s ax n) 0))) +("nickey" nil (((n ih) 1) ((k iy) 0))) +("nicki" nil (((n ih) 1) ((k iy) 0))) +("nicklas" nil (((n ih) 1) ((k l ax z) 0))) +("nicklaus" nil (((n ih) 1) ((k l ax s) 0))) +("nickle" nil (((n ih) 1) ((k ax l) 0))) +("nickleby" nil (((n ih) 1) ((k ax l) 0) ((b iy) 0))) +("nickles" nil (((n ih) 1) ((k ax l z) 0))) +("nickless" nil (((n ih) 1) ((k l ax s) 0))) +("nicklin" nil (((n ih) 1) ((k l ih n) 0))) +("nicklow" nil (((n ih) 1) ((k l ow) 1))) +("nickname" nil (((n ih k) 1) ((n ey m) 1))) +("nicknamed" nil (((n ih k) 1) ((n ey m d) 1))) +("nicknames" nil (((n ih k) 1) ((n ey m z) 1))) +("nickol" nil (((n ih) 1) ((k ax l) 0))) +("nickolas" nil (((n ih) 1) ((k ax) 0) ((l ax z) 0))) +("nickoloff" nil (((n ih) 1) ((k ax) 0) ((l ao f) 0))) +("nickols" nil (((n ih) 1) ((k ax l z) 0))) +("nickolson" nil (((n ih) 1) ((k ow l) 0) ((s ax n) 0))) +("nicks" nil (((n ih k s) 1))) +("nickson" nil (((n ih k) 1) ((s ax n) 0))) +("nickum" nil (((n ih) 1) ((k ax m) 0))) +("nicky" nil (((n ih) 1) ((k iy) 0))) +("niclaneshia" nil (((n ih) 1) ((k l ax) 0) ((n eh) 1) ((sh ax) 0))) +("nicley" nil (((n ih) 1) ((k l iy) 0))) +("nico" nil (((n iy) 1) ((k ow) 0))) +("nicodemo" nil (((n iy) 1) ((k ow) 0) ((d ey) 1) ((m ow) 0))) +("nicoderm" nil (((n ih) 1) ((k ax) 0) ((d er m) 1))) +("nicol" nil (((n ih) 1) ((k ax l) 0))) +("nicola" nil (((n ih) 0) ((k ow) 1) ((l ax) 0))) +("nicolae" nil (((n ih) 1) ((k ow) 0) ((l ay) 1))) +("nicolai" nil (((n iy) 0) ((k ow) 0) ((l aa) 1) ((iy) 0))) +("nicolaides" nil (((n ih) 1) ((k ax) 0) ((l ey d z) 0))) +("nicolaisen" nil (((n ih) 1) ((k ax) 0) ((l ay) 0) ((s ax n) 0))) +("nicolas" nil (((n ih) 1) ((k ax) 0) ((l ax s) 0))) +("nicolau" nil (((n ih) 1) ((k ax) 0) ((l aw) 0))) +("nicolaus" nil (((n ih) 1) ((k ax) 0) ((l aw z) 0))) +("nicolay" nil (((n ih) 1) ((k ax) 0) ((l ey) 1))) +("nicole" nil (((n ih) 0) ((k ow l) 1))) +("nicolet" nil (((n ih) 1) ((k ax) 0) ((l eh t) 1))) +("nicoletta" nil (((n ih) 1) ((k ax) 0) ((l eh) 1) ((t ax) 0))) +("nicolette" nil (((n ih) 1) ((k ax) 0) ((l eh t) 1))) +("nicoletti" nil (((n iy) 0) ((k ow) 0) ((l eh) 1) ((t iy) 0))) +("nicoli" nil (((n iy) 0) ((k ow) 1) ((l iy) 0))) +("nicolin" nil (((n ih) 1) ((k ax) 0) ((l ih n) 0))) +("nicolina" nil (((n iy) 1) ((k ow) 0) ((l iy) 1) ((n ax) 0))) +("nicoline" nil (((n iy) 0) ((k ow) 0) ((l iy) 1) ((n iy) 0))) +("nicolini" nil (((n iy) 1) ((k ow) 0) ((l iy) 1) ((n iy) 0))) +("nicoll" nil (((n ih) 1) ((k ax l) 0))) +("nicolle" nil (((n ih) 0) ((k ow l) 1))) +("nicolls" nil (((n ih) 1) ((k ax l z) 0))) +("nicolo" nil (((n ih) 1) ((k ax) 0) ((l ow) 0))) +("nicoloff" nil (((n ih) 1) ((k ax) 0) ((l ao f) 0))) +("nicolosi" nil (((n iy) 0) ((k ow) 0) ((l ow) 1) ((s iy) 0))) +("nicols" nil (((n ih) 1) ((k ax l z) 0))) +("nicolson" nil (((n ih) 1) ((k ow l) 0) ((s ax n) 0))) +("nicor" nil (((n ay) 1) ((k ao r) 1))) +("nicorette" nil (((n ih) 1) ((k er) 0) ((eh t) 1))) +("nicosia" nil (((n ih) 0) ((k ax) 0) ((s iy) 1) ((ax) 0))) +("nicoski" nil (((n ih) 0) ((k ao) 1) ((s k iy) 0))) +("nicoson" nil (((n ih) 1) ((k ax) 0) ((s ax n) 0))) +("nicotera" nil (((n iy) 1) ((k ow) 0) ((t eh) 1) ((r ax) 0))) +("nicotine" nil (((n ih) 1) ((k ax) 0) ((t iy n) 1))) +("nicotra" nil (((n ih) 0) ((k aa) 1) ((t r ax) 0))) +("nida" nil (((n iy) 1) ((d ax) 0))) +("nidal" nil (((n ih) 0) ((d aa l) 1))) +("niday" nil (((n ay) 1) ((d ey) 1))) +("nidiffer" nil (((n ih) 1) ((d ih) 0) ((f er) 0))) +("nie" nil (((n y eh) 1))) +("niebauer" nil (((n iy) 1) ((b aw) 0) ((er) 0))) +("niebling" nil (((n iy) 1) ((b ax) 0) ((l ih ng) 0))) +("niebuhr" nil (((n iy) 1) ((b uh r) 0))) +("niebur" nil (((n iy) 1) ((b er) 0))) +("niece" nil (((n iy s) 1))) +("nieces" nil (((n iy) 1) ((s ih z) 0))) +("nied" nil (((n iy d) 1))) +("niedbala" nil (((n iy d) 0) ((b aa) 1) ((l ax) 0))) +("niedbalski" nil (((n iy d) 0) ((b aa l) 1) ((s k iy) 0))) +("nieder" nil (((n iy) 1) ((d er) 0))) +("niederer" nil (((n iy) 1) ((d er) 0) ((er) 0))) +("niederhauser" nil (((n iy) 1) ((d er) 0) ((hh aw) 0) ((z er) 0))) +("niederman" nil (((n ay) 1) ((d er) 0) ((m ax n) 0))) +("niedermeier" nil (((n iy) 1) ((d er) 0) ((m ay) 0) ((er) 0))) +("niedermeyer" nil (((n iy) 1) ((d er) 0) ((m ay) 0) ((er) 0))) +("niedzielski" nil (((n iy) 0) ((jh iy l) 1) ((s k iy) 0))) +("niedzwiecki" nil (((n iy jh) 0) ((v iy t) 1) ((s k iy) 0))) +("niehaus" nil (((n iy) 1) ((hh aw s) 1))) +("niehoff" nil (((n iy) 1) ((hh ao f) 0))) +("niekamp" nil (((n iy) 1) ((k ae m p) 1))) +("nieland" nil (((n iy) 1) ((l ax n d) 0))) +("nield" nil (((n iy l d) 1))) +("nields" nil (((n iy l d z) 1))) +("niels" nil (((n iy l z) 1))) +("nielsen" nil (((n iy l) 1) ((s ax n) 0))) +("nielson" nil (((n iy l) 1) ((s ax n) 0))) +("nieman" nil (((n iy) 1) ((m ax n) 0))) +("niemann" nil (((n iy) 1) ((m ax n) 0))) +("niemczyk" nil (((n iy m) 1) ((ch ih k) 0))) +("niemeier" nil (((n iy) 1) ((m ay) 0) ((er) 0))) +("niemela" nil (((n iy) 0) ((m eh) 1) ((l ax) 0))) +("niemeyer" nil (((n iy) 1) ((m ay) 0) ((er) 0))) +("niemi" nil (((n iy) 1) ((m iy) 0))) +("niemiec" nil (((n iy) 1) ((m iy k) 1))) +("niemuth" nil (((n iy) 1) ((m ax th) 0))) +("nienaber" nil (((n iy) 1) ((n ax) 0) ((b er) 0))) +("nienhaus" nil (((n iy n) 1) ((hh aw s) 1))) +("nienhuis" nil (((n iy n) 1) ((hh uw) 0) ((ih z) 0))) +("nienow" nil (((n iy) 1) ((n ow) 0))) +("nier" nil (((n iy) 1) ((er) 0))) +("nierenberg" nil (((n ih) 1) ((r ax n) 0) ((b er g) 0))) +("nierman" nil (((n ih r) 1) ((m ax n) 0))) +("nies" nil (((n ay z) 1))) +("niese" nil (((n iy z) 1))) +("niesen" nil (((n iy) 1) ((s ax n) 0))) +("niess" nil (((n iy s) 1))) +("nieto" nil (((n iy) 1) ((t ow) 0))) +("nietzsche" nil (((n iy) 1) ((ch iy) 0))) +("nieves" nil (((n iy) 0) ((eh) 1) ((v eh s) 0))) +("niezgoda" nil (((n iy z) 0) ((g ow) 1) ((d ax) 0))) +("nifong" nil (((n ih) 1) ((f ao ng) 0))) +("nifty" nil (((n ih f) 1) ((t iy) 0))) +("nigel" nil (((n ay) 1) ((jh ax l) 0))) +("niger" nil (((n ay) 1) ((jh er) 0))) +("nigeria" nil (((n ay) 0) ((jh ih) 1) ((r iy) 0) ((ax) 0))) +("nigerian" nil (((n ay) 0) ((jh ih) 1) ((r iy) 0) ((ax n) 0))) +("nigerians" nil (((n ay) 0) ((jh ih) 1) ((r iy) 0) ((ax n z) 0))) +("nigg" nil (((n ih g) 1))) +("niggardliness" nil (((n ih) 1) ((g er d) 0) ((l iy) 0) ((n ax s) 0))) +("niggardly" nil (((n ih) 1) ((g er d) 0) ((l iy) 0))) +("nigger" nil (((n ih) 1) ((g er) 0))) +("niggers" nil (((n ih) 1) ((g er z) 0))) +("nigh" nil (((n ay) 1))) +("nighswonger" nil (((n ay) 1) ((s w ao ng) 0) ((er) 0))) +("night" nil (((n ay t) 1))) +("nightclub" nil (((n ay t) 1) ((k l ah b) 1))) +("nightclubs" nil (((n ay t) 1) ((k l ah b z) 1))) +("nightengale" nil (((n ay) 1) ((t ih ng) 0) ((g ax l) 0))) +("nighters" nil (((n ay) 1) ((t er z) 0))) +("nightfall" nil (((n ay t) 1) ((f ao l) 1))) +("nighthawk" nil (((n ay t) 1) ((hh ao k) 1))) +("nightingale" nil (((n ay) 1) ((t ih ng) 0) ((g ey l) 0))) +("nightlife" nil (((n ay t) 1) ((l ay f) 1))) +("nightline" nil (((n ay t) 1) ((l ay n) 1))) +("nightlines" nil (((n ay t) 1) ((l ay n z) 1))) +("nightly" nil (((n ay t) 1) ((l iy) 0))) +("nightmare" nil (((n ay t) 1) ((m eh r) 1))) +("nightmares" nil (((n ay t) 1) ((m eh r z) 1))) +("nightmarish" nil (((n ay t) 1) ((m eh) 1) ((r ih sh) 0))) +("nightrider" nil (((n ay t) 1) ((r ay) 1) ((d er) 0))) +("nightriders" nil (((n ay t) 1) ((r ay) 1) ((d er z) 0))) +("nights" nil (((n ay t s) 1))) +("nightshade" nil (((n ay) 1) ((ch ey d) 1))) +("nightshirt" nil (((n ay) 1) ((ch er t) 1))) +("nightstage" nil (((n ay t) 1) ((s t ey jh) 1))) +("nighttime" nil (((n ay t) 1) ((t ay m) 1))) +("nighttimes" nil (((n ay t) 1) ((t ay m z) 1))) +("nigrelli" nil (((n iy) 0) ((g r eh) 1) ((l iy) 0))) +("nigris" nil (((n ih) 1) ((g r ih s) 0))) +("nigro" nil (((n ih) 1) ((g r ow) 0))) +("niguel" nil (((n ih) 0) ((g eh l) 1))) +("NIH" n (((eh) 1) ((n ay) 0) ((ey ch) 1))) +("nihao" nil (((n iy) 1) ((hh aw) 1))) +("nihart" nil (((n ih) 1) ((hh aa r t) 0))) +("nihei" nil (((n ih) 0) ((hh ey) 1))) +("nihilism" nil (((n ay) 1) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("nihilists" nil (((n ay) 1) ((ax) 0) ((l ax s t s) 0))) +("nihiser" nil (((n ih) 1) ((hh ay) 0) ((z er) 0))) +("nihon" nil (((n ih) 1) ((hh aa n) 0))) +("niihau" nil (((n iy) 1) ((hh aw) 0))) +("nik" nil (((n ih k) 1))) +("nike" nil (((n ay) 1) ((k iy) 0))) +("nikes" nil (((n ay k s) 1))) +("nikita" nil (((n ih) 1) ((k iy) 1) ((t ax) 0))) +("nikkei" nil (((n ih) 0) ((k ey) 1))) +("nikkel" nil (((n ih) 1) ((k ax l) 0))) +("nikkhah" nil (((n ih k) 1) ((hh aa) 0))) +("nikki" nil (((n ih) 1) ((k iy) 0))) +("nikko" nil (((n iy) 1) ((k ow) 0))) +("nikolai" nil (((n ih) 1) ((k ow) 0) ((l ay) 1))) +("nikolaus" nil (((n ih) 1) ((k ax) 0) ((l aw z) 0))) +("nikolic" nil (((n ih) 0) ((k aa) 1) ((l ih k) 0))) +("nikolich" nil (((n ih) 0) ((k aa) 1) ((l ih hh) 0))) +("nikon" nil (((n ay) 1) ((k aa n) 1))) +("nil" nil (((n ih l) 1))) +("nila" nil (((n iy) 1) ((l ax) 0))) +("nilan" nil (((n iy) 0) ((l aa n) 1))) +("niland" nil (((n ay) 1) ((l ax n d) 0))) +("nile" nil (((n ay l) 1))) +("niles" nil (((n ay l z) 1))) +("nilges" nil (((n ih l) 1) ((jh ih z) 0))) +("nill" nil (((n ih l) 1))) +("nilles" nil (((n ay l z) 1))) +("nilly" nil (((n ih) 1) ((l iy) 0))) +("nils" nil (((n ih l z) 1))) +("nilsen" nil (((n ih l) 1) ((s ax n) 0))) +("nilson" nil (((n ih l) 1) ((s ax n) 0))) +("nilsson" nil (((n ih l) 1) ((s ax n) 0))) +("nimble" nil (((n ih m) 1) ((b ax l) 0))) +("nimbly" nil (((n ih m) 1) ((b l iy) 0))) +("nimbus" nil (((n ih m) 1) ((b ax s) 0))) +("nimby" nil (((n ih m) 1) ((b iy) 0))) +("nimitz" nil (((n ih) 1) ((m ih t s) 0))) +("nimmer" nil (((n ih) 1) ((m er) 0))) +("nimmo" nil (((n ih) 1) ((m ow) 0))) +("nimmons" nil (((n ih) 1) ((m ax n z) 0))) +("nimrod" nil (((n ih) 1) ((m r aa d) 0))) +("nimrodi" nil (((n ih) 0) ((m r ow) 1) ((d iy) 0))) +("nims" nil (((n ih m z) 1))) +("nimtz" nil (((n ih m t s) 1))) +("nin" nil (((n iy n) 1))) +("nina" nil (((n ay) 1) ((n ax) 0))) +("ninagawa" nil (((n iy) 1) ((n aa) 0) ((g aa) 1) ((w ax) 0))) +("nincompoop" nil (((n ih ng) 1) ((k ax m) 0) ((p uw p) 1))) +("nincompoops" nil (((n ih ng) 1) ((k ax m) 0) ((p uw p s) 1))) +("nine" nil (((n ay n) 1))) +("ninefold" nil (((n ih n) 1) ((f ow l d) 1))) +("niner" nil (((n ay) 1) ((n er) 0))) +("niners" nil (((n ay) 1) ((n er z) 0))) +("nines" nil (((n ay n z) 1))) +("nineteen" nil (((n ay n) 1) ((t iy n) 1))) +("nineteenth" nil (((n ay n) 1) ((t iy n th) 1))) +("nineties" nil (((n ay n) 1) ((t iy z) 0))) +("ninetieth" nil (((n ay n) 1) ((t iy) 0) ((ih th) 0))) +("ninette" nil (((n ih) 0) ((n eh t) 1))) +("ninety" nil (((n ay n) 1) ((t iy) 0))) +("nineveh" nil (((n ih) 1) ((n ax) 0) ((v ax) 0))) +("ning" nil (((n iy ng) 1))) +("ningbo" nil (((n iy ng) 1) ((b w ao) 1))) +("ningde" nil (((n iy ng) 1) ((d ah) 0))) +("ningxia" nil (((n iy ng) 1) ((sh y aa) 1))) +("nini" nil (((n iy) 1) ((n iy) 1))) +("ninja" nil (((n ih n) 1) ((jh ax) 0))) +("ninneman" nil (((n ih n) 1) ((m ax n) 0))) +("nino" nil (((n iy) 1) ((n ow) 0))) +("ninon" nil (((n ih) 1) ((n ax n) 0))) +("nintendo" nil (((n ih n) 0) ((t eh n) 1) ((d ow) 0))) +("ninth" nil (((n ay n th) 1))) +("ninths" nil (((n ay n th s) 1))) +("niobite" nil (((n ay) 1) ((ow) 0) ((b ay t) 1))) +("niobium" nil (((n ay) 1) ((ow) 1) ((b iy) 0) ((ax m) 0))) +("nip" nil (((n ih p) 1))) +("nipon" nil (((n ih) 1) ((p aa n) 1))) +("nipp" nil (((n ih p) 1))) +("nipped" nil (((n ih p t) 1))) +("nipper" nil (((n ih) 1) ((p er) 0))) +("nippert" nil (((n ih) 1) ((p er t) 0))) +("nipping" nil (((n ih) 1) ((p ih ng) 0))) +("nipple" nil (((n ih) 1) ((p ax l) 0))) +("nippon" nil (((n ih) 1) ((p aa n) 1))) +("nippondenso" nil (((n ih) 1) ((p aa n) 1) ((d eh n) 1) ((s ow) 0))) +("nippy" nil (((n ih) 1) ((p iy) 0))) +("nipsco" nil (((n ih p) 1) ((s k ow) 0))) +("niquette" nil (((n ih) 0) ((k eh t) 1))) +("nir" nil (((n ih r) 1))) +("nirenberg" nil (((n ay) 1) ((r ax n) 0) ((b er g) 0))) +("niro" nil (((n ih) 1) ((r ow) 0))) +("nirvana" nil (((n ih r) 0) ((v aa) 1) ((n ax) 0))) +("nisbet" nil (((n ih z) 1) ((b ax t) 0))) +("nisbett" nil (((n ih s) 1) ((b ih t) 0))) +("nisei" nil (((n ih) 0) ((s ey) 1))) +("nishi" nil (((n iy) 1) ((sh iy) 0))) +("nishida" nil (((n iy) 0) ((sh iy) 1) ((d ax) 0))) +("nishikawa" nil (((n iy) 0) ((sh iy) 0) ((k aa) 1) ((w ax) 0))) +("nishimo" nil (((n ih) 0) ((sh iy) 1) ((m ow) 0))) +("nishimoto" nil (((n iy) 0) ((sh iy) 0) ((m ow) 1) ((t ow) 0))) +("nishimura" nil (((n iy) 0) ((sh iy) 0) ((m uh) 1) ((r ax) 0))) +("nishioka" nil (((n iy) 1) ((sh iy) 0) ((ow) 1) ((k ax) 0))) +("nishiyama" nil (((n iy) 0) ((sh iy) 0) ((y aa) 1) ((m ax) 0))) +("nishizawa" nil (((n iy) 1) ((sh ih) 0) ((z aa) 1) ((w ax) 0))) +("niskanen" nil (((n ih) 1) ((s k ax) 0) ((n ax n) 0))) +("nisley" nil (((n ih) 1) ((z l iy) 0))) +("nissa" nil (((n ih) 1) ((s ax) 0))) +("nissan" nil (((n iy) 1) ((s aa n) 0))) +("nissans" nil (((n iy) 1) ((s aa n z) 0))) +("nissei" nil (((n ih) 0) ((s ey) 1))) +("nissen" nil (((n ih) 1) ((s ax n) 0))) +("nissenbaum" nil (((n ih) 1) ((s ax n) 0) ((b aw m) 1))) +("nisshin" nil (((n ih) 1) ((sh ih n) 0))) +("nissho" nil (((n ih) 1) ((sh ow) 0))) +("nissim" nil (((n ih) 1) ((s ih m) 0))) +("nissin" nil (((n ih) 1) ((s ih n) 0))) +("nissley" nil (((n ih) 1) ((s l iy) 0))) +("nist" nil (((n ih s t) 1))) +("nistler" nil (((n ih s t) 1) ((l er) 0))) +("niswander" nil (((n ih) 1) ((s w ao n) 0) ((d er) 0))) +("niswonger" nil (((n ih) 1) ((s w ao ng) 0) ((er) 0))) +("nit" nil (((n ih t) 1))) +("nita" nil (((n iy) 1) ((t ax) 0))) +("nite" nil (((n ay t) 1))) +("nithuekan" nil (((n ih) 1) ((th w ax) 0) ((k aa n) 1))) +("nitka" nil (((n ih t) 1) ((k ax) 0))) +("nitpicking" nil (((n ih t) 1) ((p ih) 1) ((k ih ng) 0))) +("nitrate" nil (((n ay) 1) ((t r ey t) 1))) +("nitrating" nil (((n ay) 1) ((t r ey) 1) ((t ih ng) 0))) +("nitration" nil (((n ay) 0) ((t r ey) 1) ((sh ax n) 0))) +("nitric" nil (((n ay) 1) ((t r ih k) 0))) +("nitride" nil (((n ay) 1) ((t r ay d) 0))) +("nitriles" nil (((n ay) 1) ((t r ax l z) 0))) +("nitro" nil (((n ih) 1) ((t r ow) 0))) +("nitrocellulose" nil (((n ay) 1) ((t r ow) 0) ((s eh) 1) ((l y ax) 0) ((l ow s) 1))) +("nitrogen" nil (((n ay) 1) ((t r ax) 0) ((jh ax n) 0))) +("nitrogenous" nil (((n ay) 0) ((t r aa) 1) ((jh ax) 0) ((n ax s) 0))) +("nitroglycerin" nil (((n ay) 1) ((t r ax) 0) ((g l ih) 1) ((s er) 0) ((ax n) 0))) +("nitrosamines" nil (((n ih) 0) ((t r aa) 1) ((s ax) 0) ((m iy) 1) ((n eh z) 0))) +("nitrous" nil (((n ih) 1) ((t r ax s) 0))) +("nitsch" nil (((n ih ch) 1))) +("nitsche" nil (((n ih ch) 1))) +("nitschke" nil (((n ih ch k) 1))) +("nitta" nil (((n ih) 1) ((t ax) 0))) +("nitto" nil (((n ih) 1) ((t ow) 0))) +("nitty" nil (((n ih) 1) ((t iy) 0))) +("nitz" nil (((n ih t s) 1))) +("nitza" nil (((n ih t) 1) ((z ax) 0))) +("nitzberg" nil (((n ih t s) 1) ((b er g) 0))) +("nitze" nil (((n ih t) 1) ((s iy) 0))) +("nitzel" nil (((n ih t) 1) ((z ax l) 0))) +("nitzsche" nil (((n ih t z sh) 1))) +("niu" nil (((n y ow) 1))) +("niulang" nil (((n y uw) 1) ((l aa ng) 1))) +("niuniu" nil (((n y uw) 1) ((n y uw) 1))) +("niven" nil (((n ay) 1) ((v ax n) 0))) +("nivens" nil (((n ay) 1) ((v ax n z) 0))) +("niver" nil (((n ay) 1) ((v er) 0))) +("nivison" nil (((n ih) 1) ((v ih) 0) ((s ax n) 0))) +("nix" nil (((n ih k s) 1))) +("nixdorf" nil (((n ih k s) 1) ((d ao r f) 1))) +("nixed" nil (((n ih k s t) 1))) +("nixes" nil (((n ih k) 1) ((s ih z) 0))) +("nixie" nil (((n ih k) 1) ((s iy) 0))) +("nixon" nil (((n ih k) 1) ((s ax n) 0))) +("nizar" nil (((n ay) 1) ((z aa r) 0))) +("nizhny" nil (((n ih zh) 1) ((n iy) 0))) +("niziolek" nil (((n ih) 0) ((z iy) 0) ((ow) 1) ((l eh k) 0))) +("niznik" nil (((n ih z) 1) ((n ih k) 0))) +("njt" nil (((eh n) 1) ((jh ey) 1) ((t iy) 1))) +("no" nil (((n ow) 1))) +("noa" nil (((n ow) 1) ((ax) 0))) +("noack" nil (((n ow k) 1))) +("noah" nil (((n ow) 1) ((ax) 0))) +("noakes" nil (((n ow k s) 1))) +("noam" nil (((n ow m) 1))) +("noami" nil (((n ow) 1) ((m iy) 0))) +("nobbe" nil (((n aa b) 1))) +("nobec" nil (((n ow) 0) ((b eh k) 1))) +("nobel" nil (((n ow) 0) ((b eh l) 1))) +("nobelium" nil (((n ow) 0) ((b eh) 1) ((l iy) 0) ((ax m) 0))) +("nobile" nil (((n aa) 1) ((b ax l) 0))) +("nobility" nil (((n ow) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("nobis" nil (((n ow) 1) ((b ih s) 0))) +("noble" nil (((n ow) 1) ((b ax l) 0))) +("nobleman" nil (((n ow) 1) ((b ax l) 0) ((m ax n) 0))) +("nobles" nil (((n ow) 1) ((b ax l z) 0))) +("noblesse" nil (((n ow) 0) ((b l eh s) 1))) +("noblet" nil (((n aa) 1) ((b l ax t) 0))) +("noblett" nil (((n aa) 1) ((b l ih t) 0))) +("noblewoman" nil (((n ow) 1) ((b ax l) 0) ((w uh) 1) ((m ax n) 0))) +("noblin" nil (((n aa) 1) ((b l ih n) 0))) +("noblitt" nil (((n aa) 1) ((b l ih t) 0))) +("nobly" nil (((n aa) 1) ((b l iy) 0))) +("nobodies" nil (((n ow) 1) ((b aa) 1) ((d iy z) 1))) +("nobody" nil (((n ow) 1) ((b aa) 1) ((d iy) 1))) +("noboru" nil (((n ow) 0) ((b ao) 1) ((r uw) 0))) +("nobrega" nil (((n aa) 1) ((b r ih) 0) ((g ax) 0))) +("nobriga" nil (((n aa) 1) ((b r ih) 0) ((g ax) 0))) +("nobuaki" nil (((n ow) 1) ((b uw) 0) ((aa) 1) ((k iy) 0))) +("nobuo" nil (((n ow) 0) ((b uw) 1) ((ow) 0))) +("nobuto" nil (((n ow) 0) ((b uw) 1) ((t ow) 0))) +("nobuyuki" nil (((n ow) 1) ((b uw) 0) ((y uw) 1) ((k iy) 0))) +("noce" nil (((n ow s) 1))) +("nocella" nil (((n ow) 0) ((ch eh) 1) ((l ax) 0))) +("nocera" nil (((n ow) 0) ((ch eh) 1) ((r ax) 0))) +("nock" nil (((n aa k) 1))) +("nocturnal" nil (((n aa k) 0) ((t er) 1) ((n ax l) 0))) +("nod" nil (((n aa d) 1))) +("noda" nil (((n ow) 1) ((d ax) 0))) +("nodded" nil (((n aa) 1) ((d ax d) 0))) +("nodding" nil (((n aa) 1) ((d ih ng) 0))) +("node" nil (((n ow d) 1))) +("nodes" nil (((n ow d z) 1))) +("nodine" nil (((n ow) 0) ((d iy) 1) ((n iy) 0))) +("nods" nil (((n aa d z) 1))) +("nodular" nil (((n aa) 1) ((jh ax) 0) ((l er) 0))) +("nodules" nil (((n aa) 1) ((jh uw l z) 0))) +("noe" nil (((n ow) 1))) +("noecker" nil (((n ow) 1) ((k er) 0))) +("noel" nil (((n ow) 0) ((eh l) 1))) +("noell" nil (((n ow l) 1))) +("noelle" nil (((n ow) 0) ((eh l) 1))) +("noes" nil (((n ow z) 1))) +("noeth" nil (((n ow th) 1))) +("noffke" nil (((n aa f k) 1))) +("noffsinger" nil (((n aa f) 1) ((s ih n) 0) ((jh er) 0))) +("nofsinger" nil (((n aa f) 1) ((s ih n) 0) ((jh er) 0))) +("noftsker" nil (((n ao f t) 1) ((s k er) 0))) +("nofziger" nil (((n ao f) 1) ((z ih) 0) ((g er) 0))) +("noga" nil (((n ow) 1) ((g ax) 0))) +("nogales" nil (((n ow) 0) ((g aa) 1) ((l eh s) 0))) +("nogawa" nil (((n ow) 0) ((g aa) 1) ((w ax) 0))) +("noggle" nil (((n aa) 1) ((g ax l) 0))) +("nogle" nil (((n ow) 1) ((g ax l) 0))) +("noguchi" nil (((n ow) 0) ((g uw) 1) ((ch iy) 0))) +("nogueira" nil (((n ow) 0) ((g eh) 1) ((r ax) 0))) +("noguera" nil (((n ow) 0) ((g eh) 1) ((r ax) 0))) +("noh" nil (((n ow) 1))) +("nohl" nil (((n ow l) 1))) +("nohr" nil (((n ao r) 1))) +("noir" nil (((n oy r) 1))) +("noire" n (((n ax) 0) ((w ae r) 1))) +("noirs" nil (((n oy r z) 1))) +("noise" nil (((n oy z) 1))) +("noises" nil (((n oy) 1) ((z ih z) 0))) +("noisier" nil (((n oy) 1) ((z iy) 0) ((er) 0))) +("noisiest" nil (((n oy) 1) ((z iy) 0) ((ax s t) 0))) +("noisily" nil (((n oy) 1) ((z ax) 0) ((l iy) 0))) +("noisy" nil (((n oy) 1) ((z iy) 0))) +("nokes" nil (((n ow k s) 1))) +("nokia" nil (((n ow) 1) ((k iy) 0) ((ax) 0))) +("nokyo" nil (((n ow) 1) ((k y ow) 0))) +("nola" nil (((n ow) 1) ((l ax) 0))) +("nolan" nil (((n ow) 1) ((l ax n) 0))) +("nolana" nil (((n ow) 0) ((l ae) 1) ((n ax) 0))) +("noland" nil (((n ow) 1) ((l ax n d) 0))) +("nolasco" nil (((n ow) 0) ((l aa) 1) ((s k ow) 0))) +("nold" nil (((n ow l d) 1))) +("nolde" nil (((n ow l d) 1))) +("nolden" nil (((n ow l) 1) ((d ax n) 0))) +("nolder" nil (((n ow l) 1) ((d er) 0))) +("nole" nil (((n ow l) 1))) +("nolen" nil (((n aa) 1) ((l ax n) 0))) +("noles" nil (((n ow l z) 1))) +("nolet" nil (((n ow) 1) ((l ih t) 0))) +("noleta" nil (((n ow) 0) ((l eh) 1) ((t ax) 0))) +("nolette" nil (((n ow) 1) ((l eh t) 1))) +("nolf" nil (((n ow l f) 1))) +("nolie" nil (((n aa) 1) ((l iy) 0))) +("nolin" nil (((n ow) 1) ((l ih n) 0))) +("nolita" nil (((n ow) 0) ((l iy) 1) ((t ax) 0))) +("noll" nil (((n ow l) 1))) +("nolla" nil (((n ow) 1) ((l ax) 0))) +("nollan" nil (((n aa) 1) ((l ax n) 0))) +("noller" nil (((n ow) 1) ((l er) 0))) +("nolley" nil (((n aa) 1) ((l iy) 0))) +("nollie" nil (((n ow) 1) ((l iy) 0))) +("nolt" nil (((n ow l t) 1))) +("nolte" nil (((n ow l t) 1))) +("nolting" nil (((n ow l) 1) ((t ih ng) 0))) +("nom" nil (((n aa m) 1))) +("nomad" nil (((n ow) 1) ((m ae d) 1))) +("nomadic" nil (((n ow) 0) ((m ae) 1) ((d ih k) 0))) +("nomads" nil (((n ow) 1) ((m ae d z) 1))) +("nome" nil (((n ow m) 1))) +("nomenclature" nil (((n ow) 1) ((m ax n) 0) ((k l ey) 1) ((ch er) 0))) +("nomenklatura" nil (((n ow) 0) ((m eh ng) 1) ((k l ax) 0) ((ch uh) 1) ((r ax) 0))) +("nomi" nil (((n ow) 1) ((m iy) 0))) +("nominal" nil (((n aa) 1) ((m ax) 0) ((n ax l) 0))) +("nominally" nil (((n aa) 1) ((m ax) 0) ((n ax) 0) ((l iy) 0))) +("nominate" nil (((n aa) 1) ((m ax) 0) ((n ax t) 0))) +("nominated" nil (((n aa) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("nominates" nil (((n aa) 1) ((m ax) 0) ((n ey t s) 1))) +("nominating" nil (((n aa) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("nomination" nil (((n aa) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("nominations" nil (((n aa) 1) ((m ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("nominee" nil (((n aa) 1) ((m ax) 0) ((n iy) 1))) +("nominees" nil (((n aa) 1) ((m ax) 0) ((n iy z) 1))) +("nomu" nil (((n ow) 1) ((m uw) 2))) +("nomura" nil (((n ow) 0) ((m uh) 1) ((r ax) 0))) +("non" nil (((n aa n) 1))) +("nona" nil (((n aa) 1) ((n ax) 0))) +("nonacademic" nil (((n aa) 0) ((n ae) 1) ((k ax) 0) ((d eh) 1) ((m ih k) 0))) +("nonaccrual" nil (((n aa) 1) ((n ax) 0) ((k r uw) 1) ((ax l) 0))) +("nonaccruing" nil (((n aa) 1) ((n ax) 0) ((k r uw) 1) ((ih ng) 0))) +("nonaggression" nil (((n aa) 1) ((n ax) 0) ((g r eh) 1) ((sh ax n) 0))) +("nonagricultural" nil (((n aa) 1) ((n ae) 1) ((g r ih) 0) ((k ah l) 1) ((ch er) 0) ((ax l) 0))) +("nonalcoholic" nil (((n aa) 1) ((n ae l) 1) ((k ax) 0) ((hh aa) 1) ((l ih k) 0))) +("nonaligned" nil (((n aa) 1) ((n ax) 0) ((l ay n d) 1))) +("nonautomotive" nil (((n aa) 1) ((n ao) 1) ((t ow) 0) ((m ow) 1) ((t ih v) 0))) +("nonbank" nil (((n aa n) 1) ((b ae ng k) 1))) +("nonbanking" nil (((n aa n) 1) ((b ae ng) 1) ((k ih ng) 0))) +("nonbelievers" nil (((n aa n) 1) ((b ax) 0) ((l iy) 1) ((v er z) 0))) +("nonbinding" nil (((n aa n) 1) ((b ay n) 1) ((d ih ng) 0))) +("nonbiting" nil (((n aa n) 0) ((b ay) 1) ((t ih ng) 0))) +("nonbuilding" nil (((n aa n) 1) ((b ih l) 1) ((d ih ng) 0))) +("nonbusiness" nil (((n aa n) 1) ((b ih z) 1) ((n ax s) 0))) +("noncallable" nil (((n aa n) 0) ((k ao) 1) ((l ax) 0) ((b ax l) 0))) +("noncash" nil (((n aa n) 1) ((k ae sh) 1))) +("nonchalance" nil (((n aa n) 1) ((sh ax) 0) ((l aa n s) 1))) +("nonchalant" nil (((n aa n) 1) ((sh ax) 0) ((l aa n t) 1))) +("nonchalantly" nil (((n aa n) 1) ((sh ax) 0) ((l aa n t) 1) ((l iy) 0))) +("noncolor" nil (((n aa n) 0) ((k ah) 1) ((l er) 0))) +("noncombatant" n (((n aa n) 1) ((k aa m) 1) ((b ax) 0) ((t ax n t) 0))) +("noncombatants" nil (((n aa n) 1) ((k ax m) 0) ((b ae) 1) ((t ax n t s) 0))) +("noncommercial" nil (((n aa n) 1) ((k ax) 0) ((m er) 1) ((sh ax l) 0))) +("noncommittal" nil (((n aa n) 1) ((k ax) 0) ((m ih) 1) ((t ax l) 0))) +("noncommunist" nil (((n aa n) 1) ((k aa) 1) ((m y uw) 0) ((n ih s t) 0))) +("noncompete" nil (((n aa n) 0) ((k ax m) 0) ((p iy t) 1))) +("noncompetitive" nil (((n aa n) 1) ((k ax m) 0) ((p eh) 1) ((t ax) 0) ((t ih v) 0))) +("noncompliance" nil (((n aa n) 1) ((k ax m) 0) ((p l ay) 1) ((ax n s) 0))) +("nonconformist" nil (((n aa n) 1) ((k ax n) 0) ((f ao r) 1) ((m ih s t) 0))) +("nonconformists" nil (((n aa n) 1) ((k ax n) 0) ((f ao r) 1) ((m ax s t s) 0))) +("nonconformity" nil (((n aa n) 1) ((k ax n) 0) ((f ao r) 1) ((m ax) 0) ((t iy) 0))) +("noncontract" nil (((n aa n) 0) ((k aa n) 1) ((t r ae k t) 1))) +("noncontroversial" nil (((n aa n) 0) ((k aa n) 1) ((t r ax) 0) ((v er) 1) ((sh ax l) 0))) +("nonconvertible" nil (((n aa n) 0) ((k ax n) 0) ((v er) 1) ((t ax) 0) ((b ax l) 0))) +("noncore" nil (((n aa n) 1) ((k ao r) 1))) +("noncorporate" nil (((n aa n) 0) ((k ao r) 1) ((p r ax t) 0))) +("noncriminal" nil (((n aa n) 0) ((k r ih) 1) ((m ih) 0) ((n ax l) 0))) +("noncumulative" nil (((n aa n) 0) ((k y uw) 1) ((m y ax) 0) ((l ax) 0) ((t ih v) 0))) +("nondeductible" nil (((n aa n) 0) ((d ih) 0) ((d ah k) 1) ((t ih) 0) ((b ax l) 0))) +("nondefense" nil (((n aa n) 0) ((d ih) 0) ((f eh n s) 1))) +("nondescript" nil (((n aa n) 1) ((d ih) 0) ((s k r ih p t) 1))) +("nondirect" nil (((n aa n) 1) ((d er) 0) ((eh k t) 1))) +("nondiscrimination" nil (((n aa n) 0) ((d ih) 1) ((s k r ih) 0) ((m ih) 0) ((n ey) 1) ((sh ax n) 0))) +("nondiscriminatory" nil (((n aa n) 1) ((d ih) 0) ((s k r ih) 1) ((m ax) 0) ((n ax) 0) ((t ao) 1) ((r iy) 0))) +("nondollar" nil (((n aa n) 1) ((d aa) 1) ((l er) 0))) +("nondurable" nil (((n aa n) 0) ((d uh) 1) ((r ax) 0) ((b ax l) 0))) +("nondurables" nil (((n aa n) 0) ((d uh) 1) ((r ax) 0) ((b ax l z) 0))) +("none" nil (((n ah n) 1))) +("noneconomic" nil (((n aa) 1) ((n eh) 1) ((k ax) 0) ((n aa) 1) ((m ih k) 0))) +("nonelectrical" nil (((n aa) 0) ((n ih) 0) ((l eh k) 1) ((t r ih) 0) ((k ax l) 0))) +("nonemergency" nil (((n aa) 1) ((n ih) 0) ((m er) 1) ((jh ax n) 0) ((s iy) 0))) +("nonentity" nil (((n aa) 0) ((n eh n) 1) ((t ax) 0) ((t iy) 0))) +("nonessential" nil (((n aa) 1) ((n ih) 0) ((s eh n) 1) ((ch ax l) 0))) +("nonesuch" nil (((n ah n) 1) ((s ah ch) 1))) +("nonetheless" nil (((n ah n) 1) ((dh ax) 0) ((l eh s) 1))) +("nonevent" nil (((n aa) 1) ((n ih) 0) ((v eh n t) 1))) +("nonexclusive" nil (((n aa) 1) ((n ih k) 0) ((s k l uw) 1) ((s ih v) 0))) +("nonexecutive" nil (((n aa) 1) ((n ih g) 0) ((z eh) 1) ((k y ax) 0) ((t ih v) 0))) +("nonexistent" nil (((n aa) 1) ((n ax g) 0) ((z ih) 1) ((s t ax n t) 0))) +("nonfarm" nil (((n aa n) 1) ((f aa r m) 1))) +("nonfat" nil (((n aa n) 1) ((f ae t) 1))) +("nonfatal" nil (((n aa n) 1) ((f ey) 1) ((t ax l) 0))) +("nonferrous" nil (((n aa n) 0) ((f eh) 1) ((r ax s) 0))) +("nonfiction" nil (((n aa n) 0) ((f ih k) 1) ((sh ax n) 0))) +("nonfinancial" nil (((n aa n) 0) ((f ax) 0) ((n ae n) 1) ((sh ax l) 0))) +("nonfood" nil (((n aa n) 1) ((f uw d) 1))) +("nong" nil (((n ow ng) 1))) +("nongovernment" nil (((n aa n) 0) ((g ah) 1) ((v er n) 0) ((m ax n t) 0))) +("nongovernmental" nil (((n aa n) 0) ((g ah) 1) ((v er n) 0) ((m eh n) 1) ((t ax l) 0))) +("nongreek" nil (((n aa n) 1) ((g r iy k) 1))) +("nonhuman" nil (((n aa n) 0) ((hh y uw) 1) ((m ax n) 0))) +("nonie" nil (((n aa) 1) ((n iy) 0))) +("noninflationary" nil (((n aa) 1) ((n ih n) 0) ((f l ey) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("noninterest" nil (((n aa) 0) ((n ih n) 1) ((t r ax s t) 0))) +("noninterference" nil (((n aa) 1) ((n ih n) 1) ((t er) 0) ((f ih) 1) ((r ax n s) 0))) +("nonintervention" nil (((n aa) 1) ((n ih n) 1) ((t er) 0) ((v eh n) 1) ((ch ax n) 0))) +("nonjets" nil (((n aa n) 1) ((jh eh t s) 1))) +("nonlethal" nil (((n aa n) 0) ((l iy) 1) ((th ax l) 0))) +("nonlinear" nil (((n aa n) 0) ((l ih) 1) ((n iy) 1) ((er) 0))) +("nonliturgical" nil (((n aa n) 0) ((l ax) 0) ((t er) 1) ((jh ih) 0) ((k ax l) 0))) +("nonmanagement" nil (((n aa n) 0) ((m ae) 1) ((n ih jh) 0) ((m ax n t) 0))) +("nonmanufacturing" nil (((n aa n) 1) ((m ae) 1) ((n y ax) 0) ((f ae k) 1) ((ch er) 0) ((ih ng) 0))) +("nonmember" nil (((n aa n) 0) ((m eh m) 1) ((b er) 0))) +("nonmembers" nil (((n aa n) 0) ((m eh m) 1) ((b er z) 0))) +("nonmilitary" nil (((n aa n) 0) ((m ih) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0))) +("nonmusical" n (((n aa n) 1) ((m y uh) 1) ((z ax) 0) ((k ax l) 0))) +("nonnative" nil (((n aa) 1) ((n ey) 1) ((t ih v) 0))) +("nonnemacher" nil (((n aa) 1) ((n ih) 0) ((m ax) 0) ((k er) 0))) +("nonnuclear" nil (((n aa) 1) ((n uw) 1) ((k l iy) 1) ((er) 0))) +("nonoperating" nil (((n aa) 1) ((n ao) 1) ((p er) 0) ((ey) 1) ((t ih ng) 0))) +("nonpacifists" nil (((n aa n) 1) ((p ae) 1) ((s ih) 0) ((f ih s t s) 0))) +("nonpartisan" nil (((n aa n) 0) ((p aa r) 1) ((t ax) 0) ((z ax n) 0))) +("nonpaying" nil (((n aa n) 0) ((p ey) 1) ((ih ng) 0))) +("nonpayment" nil (((n aa n) 0) ((p ey) 1) ((m ax n t) 0))) +("nonperforming" nil (((n aa n) 0) ((p er) 0) ((f ao r) 1) ((m ih ng) 0))) +("nonplanar" nil (((n aa n) 0) ((p l ey) 1) ((n er) 0))) +("nonplussed" nil (((n aa n) 0) ((p l ah s t) 1))) +("nonpoisonous" nil (((n aa n) 0) ((p oy) 1) ((z ax) 0) ((n ax s) 0))) +("nonpolitical" nil (((n aa n) 1) ((p ax) 0) ((l ih) 1) ((t ih) 0) ((k ax l) 0))) +("nonprescription" nil (((n aa n) 1) ((p r ax) 0) ((s k r ih p) 1) ((sh ax n) 0))) +("nonproductive" nil (((n aa n) 1) ((p r ax) 0) ((d ah k) 1) ((t ih v) 0))) +("nonprofessional" nil (((n aa n) 1) ((p r ax) 0) ((f eh) 1) ((sh ax) 0) ((n ax l) 0))) +("nonprofessionals" nil (((n aa n) 0) ((p r ax) 0) ((f eh) 1) ((sh ax) 0) ((n ax l z) 0))) +("nonprofit" nil (((n aa n) 0) ((p r aa) 1) ((f ax t) 0))) +("nonprofits" nil (((n aa n) 1) ((p r aa) 1) ((f ih t s) 0))) +("nonproliferation" nil (((n aa n) 0) ((p r ax) 0) ((l ih) 1) ((f er) 0) ((ey) 1) ((sh ax n) 0))) +("nonpublic" nil (((n aa n) 0) ((p ah) 1) ((b l ih k) 0))) +("nonqualified" nil (((n aa n) 0) ((k w aa) 1) ((l ax) 0) ((f ay d) 1))) +("nonracial" nil (((n aa n) 0) ((r ey) 1) ((sh ax l) 0))) +("nonrecurring" nil (((n aa n) 0) ((r ih) 0) ((k er) 1) ((ih ng) 0))) +("nonrefundable" nil (((n aa n) 0) ((r ih) 0) ((f ah n) 1) ((d ax) 0) ((b ax l) 0))) +("nonregulated" nil (((n aa n) 0) ((r eh) 1) ((g y ax) 0) ((l ey) 1) ((t ih d) 0))) +("nonreligious" nil (((n aa n) 1) ((r ih) 0) ((l ih) 1) ((jh ax s) 0))) +("nonrenewable" nil (((n aa n) 0) ((r iy) 0) ((n uw) 1) ((ax) 0) ((b ax l) 0))) +("nonresident" nil (((n aa n) 0) ((r eh) 1) ((z ax) 0) ((d ax n t) 0))) +("nonresidential" nil (((n aa n) 1) ((r eh) 1) ((z ax) 0) ((d eh n) 1) ((sh ax l) 0))) +("nonresidents" nil (((n aa n) 0) ((r eh) 1) ((z ax) 0) ((d ax n t s) 0))) +("nonroman" nil (((n aa n) 0) ((r ow) 1) ((m ax n) 0))) +("nonruling" nil (((n aa n) 0) ((r uw) 1) ((l ih ng) 0))) +("nonsectarian" nil (((n aa n) 1) ((s eh k) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("nonsense" nil (((n aa n) 1) ((s eh n s) 0))) +("nonsensical" nil (((n aa n) 0) ((s eh n) 1) ((s ih) 0) ((k ax l) 0))) +("nonsmoker" nil (((n aa n) 0) ((s m ow) 1) ((k er) 0))) +("nonsmokers" nil (((n aa n) 0) ((s m ow) 1) ((k er z) 0))) +("nonsmoking" nil (((n aa n) 1) ((s m ow) 1) ((k ih ng) 0))) +("nonspecific" nil (((n aa n) 1) ((s p ax) 0) ((s ih) 1) ((f ih k) 0))) +("nonsporting" nil (((n aa n) 0) ((s p ao r) 1) ((t ih ng) 0))) +("nonstandard" nil (((n aa n) 0) ((s t ae n) 1) ((d er d) 0))) +("nonstarter" nil (((n aa n) 0) ((s t aa r) 1) ((t er) 0))) +("nonstick" nil (((n aa n) 0) ((s t ih k) 1))) +("nonstop" nil (((n aa n) 1) ((s t aa p) 1))) +("nonstops" nil (((n aa n) 1) ((s t aa p s) 1))) +("nonstrategic" nil (((n aa n) 0) ((s t r ax) 0) ((t iy) 1) ((jh ih k) 0))) +("nonsurgical" nil (((n aa n) 0) ((s er) 1) ((jh ih) 0) ((k ax l) 0))) +("nontaxable" nil (((n aa n) 0) ((t ae k) 1) ((s ax) 0) ((b ax l) 0))) +("nontechnical" nil (((n aa n) 0) ((t eh k) 1) ((n ih) 0) ((k ax l) 0))) +("nontoxic" nil (((n aa n) 0) ((t aa k) 1) ((s ih k) 0))) +("nontraditional" nil (((n aa n) 1) ((t r ax) 0) ((d ih) 1) ((sh ax) 0) ((n ax l) 0))) +("nontransferable" nil (((n aa n) 1) ((t r ae n) 1) ((s f er) 1) ((ax) 0) ((b ax l) 0))) +("nonunion" nil (((n aa) 0) ((n y uw) 1) ((n y ax n) 0))) +("nonunionized" nil (((n aa) 0) ((n y uw) 1) ((n y ax) 0) ((n ay z d) 1))) +("nonutility" nil (((n aa) 1) ((n y uw) 0) ((t ih) 1) ((l ih) 0) ((t iy) 0))) +("nonviolence" nil (((n aa n) 0) ((v ay) 1) ((ax) 0) ((l ax n s) 0))) +("nonviolent" nil (((n aa n) 0) ((v ay) 1) ((ax) 0) ((l ax n t) 0))) +("nonvolatile" nil (((n aa n) 0) ((v aa) 1) ((l ax) 0) ((t ax l) 0))) +("nonvoting" nil (((n aa n) 0) ((v ow) 1) ((t ih ng) 0))) +("nonwhite" nil (((n aa n) 1) ((w ay t) 1))) +("nonwhites" nil (((n aa n) 1) ((w ay t s) 1))) +("nonwovens" nil (((n aa n) 1) ((w ow) 1) ((v ax n z) 0))) +("noodle" nil (((n uw) 1) ((d ax l) 0))) +("noodles" nil (((n uw) 1) ((d ax l z) 0))) +("nook" nil (((n uh k) 1))) +("nooks" nil (((n uh k s) 1))) +("noon" nil (((n uw n) 1))) +("noonan" nil (((n uw) 1) ((n ax n) 0))) +("noone" nil (((n uw n) 1))) +("nooney" nil (((n uw) 1) ((n iy) 0))) +("noons" nil (((n uw n z) 1))) +("noontime" nil (((n uw n) 1) ((t ay m) 1))) +("noorda" nil (((n uh r) 1) ((d ax) 0))) +("noose" nil (((n uw s) 1))) +("nope" nil (((n ow p) 1))) +("nor" nil (((n ao r) 1))) +("nora" nil (((n ao) 1) ((r ax) 0))) +("norah" nil (((n ao) 1) ((r ax) 0))) +("noramco" nil (((n ao) 0) ((r ae m) 1) ((k ow) 0))) +("noranda" nil (((n ao) 0) ((r ae n) 1) ((d ax) 0))) +("norbeck" nil (((n ao r) 1) ((b eh k) 0))) +("norberg" nil (((n ao r) 1) ((b er g) 0))) +("norbert" nil (((n ao r) 1) ((b er t) 0))) +("norberta" nil (((n ao r) 0) ((b eh r) 1) ((t ax) 0))) +("norberto" nil (((n ao r) 0) ((b er) 1) ((t ow) 1))) +("norbury" nil (((n ao r) 1) ((b eh) 0) ((r iy) 0))) +("norby" nil (((n ao r) 1) ((b iy) 0))) +("norcen" nil (((n ao r) 1) ((s ax n) 0))) +("norcia" nil (((n ao r) 1) ((ch ax) 0))) +("norco" nil (((n ao r) 1) ((k ow) 0))) +("norcross" nil (((n ao r) 1) ((k r ao s) 0))) +("nord" nil (((n ao r d) 1))) +("nordahl" nil (((n ao r) 1) ((d aa l) 0))) +("nordan" nil (((n ao r) 1) ((d ax n) 0))) +("nordbanken" nil (((n ao r d) 1) ((b ae ng) 1) ((k ax n) 0))) +("nordberg" nil (((n ao r d) 1) ((b er g) 0))) +("nordby" nil (((n ao r d) 1) ((b iy) 0))) +("nordeen" nil (((n er) 0) ((d iy n) 1))) +("nordell" nil (((n ao r) 1) ((d ax l) 0))) +("norden" nil (((n ao r) 1) ((d ax n) 0))) +("norder" nil (((n ao r) 1) ((d er) 0))) +("nordgren" nil (((n ao r d) 1) ((g r eh n) 0))) +("nordic" nil (((n ao r) 1) ((d ih k) 0))) +("nordica" nil (((n ao r) 1) ((d ih) 0) ((k ax) 0))) +("nordictrack" nil (((n ao r) 1) ((d ih k) 0) ((t r ae k) 1))) +("nordin" nil (((n ao r) 1) ((d ih n) 0))) +("nordine" nil (((n ao r) 0) ((d iy) 1) ((n iy) 0))) +("nordio" nil (((n ao r) 1) ((d iy) 0) ((ow) 0))) +("nordisk" nil (((n ao r) 1) ((d ih s k) 1))) +("nordling" nil (((n ao r) 1) ((d ax) 0) ((l ih ng) 0))) +("nordlund" nil (((n ao r d) 1) ((l ax n d) 0))) +("nordman" nil (((n ao r d) 1) ((m ax n) 0))) +("nordmann" nil (((n ao r d) 1) ((m ax n) 0))) +("nordmeyer" nil (((n ao r d) 1) ((m ay) 0) ((er) 0))) +("nordquist" nil (((n ao r d) 1) ((k w ih s t) 0))) +("nordson" nil (((n ao r d) 1) ((s ax n) 0))) +("nordstrom" nil (((n ao r d) 1) ((s t r ax m) 0))) +("nordstroms" nil (((n ao r d) 1) ((s t r ax m z) 0))) +("nordyke" nil (((n ao r) 1) ((d ay k) 1))) +("noreco" nil (((n ao) 0) ((r eh) 1) ((k ow) 0))) +("nored" nil (((n ao r d) 1))) +("noreen" nil (((n er) 0) ((iy n) 1))) +("noreiga" nil (((n ao) 0) ((r ey) 1) ((g ax) 0))) +("norelco" nil (((n er) 0) ((eh l) 1) ((k ow) 0))) +("norell" nil (((n ao) 1) ((r ax l) 0))) +("norem" nil (((n ao) 1) ((r ih m) 0))) +("noren" nil (((n ao) 1) ((r ax n) 0))) +("norenberg" nil (((n ao) 1) ((r ax n) 0) ((b er g) 0))) +("norex" nil (((n ao) 1) ((r ax k s) 0))) +("norfleet" nil (((n ao r) 1) ((f l iy t) 1))) +("norfolk" nil (((n ao r) 1) ((f ax k) 0))) +("norgaard" nil (((n ao r) 1) ((g aa r d) 0))) +("norgard" nil (((n ao r) 1) ((g er d) 0))) +("norge" nil (((n ao r jh) 1))) +("norgren" nil (((n ao r) 1) ((g r ax n) 0))) +("noriega" nil (((n ao) 1) ((r iy) 0) ((ey) 1) ((g ax) 0))) +("noriegas" nil (((n ao) 1) ((r iy) 0) ((ey) 1) ((g ax s) 0))) +("norilsk" nil (((n ao) 1) ((r ih l s k) 1))) +("norimatsu" nil (((n ao) 1) ((r iy) 0) ((m aa t) 1) ((s uw) 0))) +("norinchukin" nil (((n ao) 1) ((r ih n) 0) ((ch uw) 1) ((k ih n) 0))) +("nork" nil (((n ao r k) 1))) +("norkus" nil (((n ao r) 1) ((k ih s) 0))) +("norland" nil (((n ao r) 1) ((l ax n d) 0))) +("norlander" nil (((n ao r) 1) ((l ax n) 0) ((d er) 0))) +("norlin" nil (((n ao r) 1) ((l ih n) 0))) +("norling" nil (((n ao r) 1) ((l ih ng) 0))) +("norm" nil (((n ao r m) 1))) +("norma" nil (((n ao r) 1) ((m ax) 0))) +("normal" nil (((n ao r) 1) ((m ax l) 0))) +("normalcy" nil (((n ao r) 1) ((m ax l) 0) ((s iy) 0))) +("normality" nil (((n ao r) 1) ((m ae) 1) ((l ax) 0) ((t iy) 0))) +("normalization" nil (((n ao r) 1) ((m ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("normalize" nil (((n ao r) 1) ((m ax) 0) ((l ay z) 1))) +("normalized" nil (((n ao r) 1) ((m ax) 0) ((l ay z d) 1))) +("normalizing" nil (((n ao r) 1) ((m ax) 0) ((l ay) 1) ((z ih ng) 0))) +("normally" nil (((n ao r) 1) ((m ax) 0) ((l iy) 0))) +("norman" nil (((n ao r) 1) ((m ax n) 0))) +("normand" nil (((n ao r) 1) ((m ax n d) 0))) +("normandin" nil (((n ao r) 1) ((m ax n) 0) ((d ih n) 0))) +("normandy" nil (((n ao r) 1) ((m ax n) 0) ((d iy) 0))) +("normative" nil (((n ao r) 1) ((m ax) 0) ((t ih v) 0))) +("norment" nil (((n ao r) 1) ((m ax n t) 0))) +("normick" nil (((n ao r) 1) ((m ih k) 0))) +("normie" nil (((n ao r) 1) ((m iy) 0))) +("normile" nil (((n ao r) 1) ((m ay l) 0))) +("normington" nil (((n ao r) 1) ((m ih ng) 0) ((t ax n) 0))) +("normoyle" nil (((n ao r) 1) ((m oy l) 0))) +("norms" nil (((n ao r m z) 1))) +("normy" nil (((n ao r) 1) ((m iy) 0))) +("norna" nil (((n ao r) 1) ((n ax) 0))) +("norodom" nil (((n ao) 1) ((r ow) 0) ((d ah m) 1))) +("norplant" nil (((n ao r) 1) ((p l ae n t) 1))) +("norquist" nil (((n ao r) 1) ((k w ih s t) 0))) +("norred" nil (((n ao r d) 1))) +("norrell" nil (((n ao) 1) ((r ax l) 0))) +("norrie" nil (((n ao) 1) ((r iy) 0))) +("norrington" nil (((n ao) 1) ((r ih ng) 0) ((t ax n) 0))) +("norris" nil (((n ao) 1) ((r ih s) 0))) +("norrod" nil (((n ao) 1) ((r ax d) 0))) +("norry" nil (((n ao) 1) ((r iy) 0))) +("norse" nil (((n ao r s) 1))) +("norsemen" nil (((n ao r) 1) ((s m ih n) 0))) +("norsk" nil (((n ao r s k) 1))) +("norske" nil (((n ao r) 1) ((s k iy) 0))) +("norstan" nil (((n ao r) 1) ((s t ax n) 0))) +("norstar" nil (((n ao r) 1) ((s t aa r) 1))) +("norstrom" nil (((n ao r) 1) ((s t r ax m) 0))) +("norsworthy" nil (((n ao r) 1) ((s w er) 0) ((dh iy) 0))) +("norte" nil (((n ao r t) 1))) +("nortek" nil (((n ao r) 1) ((t eh k) 1))) +("nortel" nil (((n ao r) 1) ((t eh l) 0))) +("north" nil (((n ao r th) 1))) +("northam" nil (((n ao r) 1) ((th ax m) 0))) +("northampton" nil (((n ao r) 1) ((th ae m p) 1) ((t ax n) 0))) +("northbrook" nil (((n ao r th) 1) ((b r uh k) 1))) +("northcliff" nil (((n ao r th) 1) ((k l ih f) 0))) +("northcott" nil (((n ao r th) 1) ((k ax t) 0))) +("northcraft" nil (((n ao r th) 1) ((k r ae f t) 1))) +("northcutt" nil (((n ao r th) 1) ((k ax t) 0))) +("northeast" nil (((n ao r) 1) ((th iy s t) 1))) +("northeastern" nil (((n ao r) 1) ((th iy) 1) ((s t er n) 0))) +("northeasterners" nil (((n ao r) 0) ((th iy) 1) ((s t er) 0) ((n er z) 0))) +("northeastward" nil (((n ao r) 1) ((th iy s) 1) ((t w er d) 0))) +("norther" nil (((n ao r) 1) ((dh er) 0))) +("northerly" nil (((n ao r) 1) ((dh er) 0) ((l iy) 0))) +("northern" nil (((n ao r) 1) ((dh er n) 0))) +("northerner" nil (((n ao r) 1) ((dh er) 0) ((n er) 0))) +("northerners" nil (((n ao r) 1) ((dh er) 0) ((n er z) 0))) +("northernmost" nil (((n ao r) 1) ((dh er n) 0) ((m ow s t) 1))) +("northey" nil (((n ao r) 1) ((dh iy) 0))) +("northfield" nil (((n ao r th) 1) ((f iy l d) 1))) +("northgate" nil (((n ao r th) 1) ((g ey t) 1))) +("northington" nil (((n ao r) 1) ((th ih ng) 0) ((t ax n) 0))) +("northland" nil (((n ao r th) 1) ((l ae n d) 1))) +("northridge" nil (((n ao r) 1) ((th r ih jh) 1))) +("northrop" nil (((n ao r) 1) ((th r ax p) 0))) +("northrup" nil (((n ao r) 1) ((th r ax p) 0))) +("northstar" nil (((n ao r th) 1) ((s t aa r) 1))) +("northumberland" nil (((n ao r) 0) ((th ah m) 1) ((b er) 0) ((l ax n d) 0))) +("northup" nil (((n ao r) 1) ((th ah p) 1))) +("northvale" nil (((n ao r th) 1) ((v ey l) 1))) +("northview" nil (((n ao r th) 1) ((v y uw) 1))) +("northward" nil (((n ao r) 1) ((th w er d) 0))) +("northway" nil (((n ao r) 1) ((th w ey) 1))) +("northwest" nil (((n ao r) 1) ((th w eh s t) 1))) +("northwestern" nil (((n ao r) 1) ((th w eh) 1) ((s t er n) 0))) +("northwood" nil (((n ao r) 1) ((th w uh d) 1))) +("norton" nil (((n ao r) 1) ((t ax n) 0))) +("norvel" nil (((n ao r) 1) ((v ax l) 0))) +("norvell" nil (((n ao r) 1) ((v ax l) 0))) +("norvil" nil (((n ao r) 1) ((v ax l) 0))) +("norville" nil (((n ao r) 1) ((v ih l) 0))) +("norvin" nil (((n ao r) 1) ((v ih n) 0))) +("norwalk" nil (((n ao r) 1) ((w ao k) 1))) +("norward" nil (((n ao r) 1) ((w er d) 0))) +("norway" nil (((n ao r) 1) ((w ey) 1))) +("norweb" nil (((n ao r) 1) ((w eh b) 1))) +("norwegian" nil (((n ao r) 1) ((w iy) 1) ((jh ax n) 0))) +("norwegians" nil (((n ao r) 0) ((w iy) 1) ((jh ax n z) 0))) +("norwell" nil (((n ao r) 1) ((w eh l) 0))) +("norwest" nil (((n ao r) 1) ((w eh s t) 1))) +("norwich" nil (((n ao r) 1) ((w ih ch) 0))) +("norwin" nil (((n ao r) 1) ((w ih n) 0))) +("norwitz" nil (((n ao r) 1) ((w ih t s) 0))) +("norwood" nil (((n ao r) 1) ((w uh d) 0))) +("norwyn" nil (((n ao r) 1) ((w ih n) 0))) +("nosal" nil (((n ow) 1) ((z ax l) 0))) +("nose" nil (((n ow z) 1))) +("nosebleed" nil (((n ow z) 1) ((b l iy d) 1))) +("nosed" nil (((n ow z d) 1))) +("nosedive" nil (((n ow z) 1) ((d ay v) 1))) +("nosedived" nil (((n ow z) 1) ((d ay v d) 1))) +("nosek" nil (((n ow) 1) ((s eh k) 0))) +("noses" nil (((n ow) 1) ((z ih z) 0))) +("noseworthy" nil (((n ow) 1) ((z w er) 1) ((dh iy) 0))) +("nosiness" nil (((n ow) 1) ((z iy) 0) ((n ax s) 0))) +("nosing" nil (((n ow) 1) ((z ih ng) 0))) +("noska" nil (((n ow) 1) ((s k ax) 0))) +("noss" nil (((n ao s) 1))) +("nostalgia" nil (((n ao) 0) ((s t ae l) 1) ((jh ax) 0))) +("nostalgic" nil (((n ao) 0) ((s t ae l) 1) ((jh ih k) 0))) +("nostra" nil (((n ao) 1) ((s t r ax) 0))) +("Nostradamus" n (((n aa) 1) ((s t r ax) 0) ((d ae) 1) ((m ax s) 0))) +("nostrand" nil (((n aa) 1) ((s t r ax n d) 0))) +("nostrils" nil (((n aa) 1) ((s t r ax l z) 0))) +("nostrums" nil (((n aa) 1) ((s t r ax m z) 0))) +("nosy" n (((n ow) 1) ((z iy) 0))) +("not" nil (((n aa t) 1))) +("notable" nil (((n ow) 1) ((t ax) 0) ((b ax l) 0))) +("notables" nil (((n ow) 1) ((t ax) 0) ((b ax l z) 0))) +("notably" nil (((n ow) 1) ((t ax) 0) ((b l iy) 0))) +("notarianni" nil (((n ow) 0) ((t aa) 0) ((r iy) 0) ((aa) 1) ((n iy) 0))) +("notaro" nil (((n ow) 0) ((t aa) 1) ((r ow) 0))) +("notary" nil (((n ow) 1) ((t er) 0) ((iy) 0))) +("notation" nil (((n ow) 0) ((t ey) 1) ((sh ax n) 0))) +("notations" nil (((n ow) 0) ((t ey) 1) ((sh ax n z) 0))) +("notch" nil (((n aa ch) 1))) +("notched" nil (((n aa ch t) 1))) +("notches" nil (((n aa) 1) ((ch ax z) 0))) +("note" nil (((n ow t) 1))) +("notebaert" nil (((n ow) 1) ((t ax) 0) ((b eh r t) 1))) +("notebook" nil (((n ow t) 1) ((b uh k) 1))) +("notebooks" nil (((n ow t) 1) ((b uh k s) 1))) +("noteboom" nil (((n aa) 1) ((t ih) 0) ((b uw m) 0))) +("noted" nil (((n ow) 1) ((t ax d) 0))) +("noteholders" nil (((n ow t) 1) ((hh ow l) 1) ((d er z) 0))) +("notes" nil (((n ow t s) 1))) +("notestine" nil (((n ow) 0) ((t eh) 0) ((s t iy) 1) ((n iy) 0))) +("noteware" nil (((n ow) 1) ((t w eh r) 1))) +("noteworthy" nil (((n ow) 1) ((t w er) 1) ((dh iy) 0))) +("noth" nil (((n aa th) 1))) +("nothdurft" nil (((n aa th) 1) ((d er f t) 0))) +("nothin" nil (((n aa) 1) ((th ih n) 0))) +("nothing" nil (((n ah) 1) ((th ih ng) 0))) +("nothingness" nil (((n ah) 1) ((th ih ng) 0) ((n ax s) 0))) +("nothings" nil (((n ah) 1) ((th ih ng z) 0))) +("nothnagel" nil (((n aa th) 1) ((n ax) 0) ((g ax l) 0))) +("nothstein" nil (((n aa th) 1) ((s t iy n) 1))) +("notice" nil (((n ow) 1) ((t ax s) 0))) +("noticeable" nil (((n ow) 1) ((t ax) 0) ((s ax) 0) ((b ax l) 0))) +("noticeably" nil (((n ow) 1) ((t ih) 0) ((s ax) 0) ((b l iy) 0))) +("noticed" nil (((n ow) 1) ((t ax s t) 0))) +("notices" nil (((n ow) 1) ((t ax) 0) ((s ax z) 0))) +("noticing" nil (((n ow) 1) ((t ih) 0) ((s ih ng) 0))) +("notification" nil (((n ow) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("notifications" nil (((n ow) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("notified" nil (((n ow) 1) ((t ax) 0) ((f ay d) 1))) +("notifies" nil (((n ow) 1) ((t ax) 0) ((f ay z) 1))) +("notify" nil (((n ow) 1) ((t ax) 0) ((f ay) 1))) +("notifying" nil (((n ow) 1) ((t ax) 0) ((f ay) 1) ((ih ng) 0))) +("noting" nil (((n ow) 1) ((t ih ng) 0))) +("notion" nil (((n ow) 1) ((sh ax n) 0))) +("notions" nil (((n ow) 1) ((sh ax n z) 0))) +("notis" nil (((n ow) 1) ((t ih s) 0))) +("noto" nil (((n ow) 1) ((t ow) 0))) +("notochord" nil (((n ow) 1) ((t ax) 0) ((k ao r d) 1))) +("notoriety" nil (((n ow) 1) ((t er) 0) ((ay) 1) ((ax) 0) ((t iy) 0))) +("notorious" nil (((n ow) 0) ((t ao) 1) ((r iy) 0) ((ax s) 0))) +("notoriously" nil (((n ow) 0) ((t ao) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("notre" nil (((n ow) 1) ((t r ax) 0))) +("nots" nil (((n aa t s) 1))) +("nott" nil (((n aa t) 1))) +("nottage" nil (((n aa) 1) ((t ih jh) 0))) +("notte" nil (((n aa t) 1))) +("notter" nil (((n aa) 1) ((t er) 0))) +("nottingham" nil (((n aa) 1) ((t ih ng) 0) ((hh ae m) 1))) +("notwithstanding" nil (((n aa) 1) ((t w ih th) 0) ((s t ae n) 1) ((d ih ng) 0))) +("notz" nil (((n aa t s) 1))) +("nou" nil (((n ow) 1))) +("noun" nil (((n aw n) 1))) +("nourish" nil (((n er) 1) ((ih sh) 0))) +("nourished" nil (((n er) 1) ((ih sh t) 0))) +("nourishing" nil (((n er) 1) ((ih) 0) ((sh ih ng) 0))) +("nourishment" nil (((n er) 1) ((ih) 0) ((sh m ax n t) 0))) +("nourse" nil (((n ao r s) 1))) +("nouveau" nil (((n uw) 1) ((v ow) 1))) +("nouvel" nil (((n uw) 1) ((v ax l) 0))) +("nouvelle" nil (((n uw) 1) ((v eh l) 1))) +("nov" nil (((n ow) 0) ((v eh m) 1) ((b er) 0))) +("nova" nil (((n ow) 1) ((v ax) 0))) +("novacare" nil (((n ow) 1) ((v ax) 0) ((k eh r) 1))) +("novacek" nil (((n aa) 1) ((v ax) 0) ((ch eh k) 0))) +("novack" nil (((n aa) 1) ((v ax k) 0))) +("novacor" nil (((n ow) 1) ((v ax) 0) ((k ao r) 1))) +("novak" nil (((n ow) 1) ((v ae k) 0))) +("novakovich" nil (((n ax) 0) ((v aa) 1) ((k ax) 0) ((v ih ch) 0))) +("novakowski" nil (((n ax) 0) ((v ax) 0) ((k ao f) 1) ((s k iy) 0))) +("novametrix" nil (((n ow) 0) ((v ae) 1) ((m ax) 0) ((t r ih k s) 0))) +("novas" nil (((n ow) 1) ((v ax z) 0))) +("novato" nil (((n ow) 0) ((v aa) 1) ((t ow) 0))) +("novel" nil (((n aa) 1) ((v ax l) 0))) +("novelist" nil (((n aa) 1) ((v ax) 0) ((l ax s t) 0))) +("novelistic" nil (((n aa) 1) ((v ax) 0) ((l ih) 1) ((s t ih k) 0))) +("novelists" nil (((n aa) 1) ((v ax) 0) ((l ax s t s) 0))) +("novell" nil (((n ow) 0) ((v eh l) 1))) +("novella" nil (((n ow) 0) ((v eh) 1) ((l ax) 0))) +("novelli" nil (((n ow) 0) ((v eh) 1) ((l iy) 0))) +("novello" nil (((n ow) 0) ((v eh) 1) ((l ow) 0))) +("novellus" nil (((n ow) 0) ((v eh) 1) ((l ax s) 0))) +("novelly" nil (((n ow) 1) ((v ax) 0) ((l iy) 0))) +("novels" nil (((n aa) 1) ((v ax l z) 0))) +("novelties" nil (((n aa) 1) ((v ax l) 0) ((t iy z) 0))) +("novelty" nil (((n aa) 1) ((v ax l) 0) ((t iy) 0))) +("november" nil (((n ow) 0) ((v eh m) 1) ((b er) 0))) +("novena" nil (((n ow) 0) ((v iy) 1) ((n ax) 0))) +("noverco" nil (((n ow) 0) ((v er) 1) ((k ow) 0))) +("novey" nil (((n ow) 1) ((v iy) 0))) +("novgorod" nil (((n aa v) 1) ((g er) 0) ((aa d) 1))) +("novia" nil (((n ow) 1) ((v iy) 0) ((ax) 0))) +("novice" nil (((n aa) 1) ((v ax s) 0))) +("novices" nil (((n aa) 1) ((v ax) 0) ((s ih z) 0))) +("novick" nil (((n ow) 1) ((v ih k) 0))) +("novicki" nil (((n ax) 0) ((v ih t) 1) ((s k iy) 0))) +("novinger" nil (((n ow) 1) ((v ih ng) 0) ((er) 0))) +("novitski" nil (((n ax) 0) ((v ih t) 1) ((s k iy) 0))) +("novitsky" nil (((n ax) 0) ((v ih t) 1) ((s k iy) 0))) +("novo" nil (((n ow) 1) ((v ow) 0))) +("novoa" nil (((n ow) 0) ((v ow) 1) ((ax) 0))) +("novopharm" nil (((n ow) 1) ((v ow) 0) ((f aa r m) 1))) +("novosad" nil (((n aa) 1) ((v ax) 0) ((s ae d) 0))) +("novosel" nil (((n aa) 1) ((v ax) 0) ((s eh l) 0))) +("novosibirsk" nil (((n ow) 0) ((v ax) 0) ((s ih) 0) ((b er s k) 1))) +("novosti" nil (((n ow) 0) ((v ao) 1) ((s t iy) 0))) +("novotney" nil (((n aa) 1) ((v ax t) 0) ((n iy) 0))) +("novotny" nil (((n ax) 0) ((v ow t) 1) ((n iy) 0))) +("novum" nil (((n ow) 1) ((v ax m) 0))) +("novy" nil (((n ow) 1) ((v iy) 0))) +("now" nil (((n aw) 1))) +("nowa" nil (((n aw) 1) ((ax) 0))) +("nowack" nil (((n aw) 1) ((ax k) 0))) +("nowacki" nil (((n aw) 0) ((aa t) 1) ((s k iy) 0))) +("nowaczyk" nil (((n aw) 1) ((ax) 0) ((ch ih k) 1))) +("nowadays" nil (((n aw) 1) ((ax) 0) ((d ey z) 1))) +("nowak" nil (((n ow) 1) ((v ae k) 0))) +("nowakowski" nil (((n aw) 0) ((ax) 0) ((k ao f) 1) ((s k iy) 0))) +("nowell" nil (((n ow) 1) ((ax l) 0))) +("nowels" nil (((n aw) 1) ((ax l z) 0))) +("nowhere" nil (((n ow) 1) ((w eh r) 1))) +("nowicki" nil (((n aw) 0) ((ih t) 1) ((s k iy) 0))) +("nowinski" nil (((n aw) 0) ((ih n) 1) ((s k iy) 0))) +("nowlan" nil (((n aw) 1) ((l ax n) 0))) +("nowland" nil (((n aw) 1) ((l ax n d) 0))) +("nowlin" nil (((n aw) 1) ((l ih n) 0))) +("nowling" nil (((n aw) 1) ((l ih ng) 0))) +("nowotny" nil (((n aw) 0) ((ow t) 1) ((n iy) 0))) +("noxell" nil (((n aa k) 0) ((s eh l) 1))) +("noxema" nil (((n aa k) 1) ((s m aa) 0))) +("noxious" nil (((n aa k) 1) ((sh ax s) 0))) +("noxon" nil (((n aa k) 1) ((s ax n) 0))) +("noxso" nil (((n aa k) 1) ((s ow) 0))) +("noyce" nil (((n oy s) 1))) +("noyd" nil (((n oy d) 1))) +("noyes" nil (((n oy z) 1))) +("noyola" nil (((n oy) 1) ((ow) 1) ((l ax) 0))) +("nozzle" nil (((n aa) 1) ((z ax l) 0))) +("nozzles" nil (((n aa) 1) ((z ax l z) 0))) +("NRIC" nil (((eh n) 1) ((aa r) 1) ((ay) 1) ((s iy) 1))) +("nsf" nil (((eh n) 1) ((eh s) 1) ((eh f) 1))) +("nu" nil (((n uw) 1))) +("nuala" nil (((n uw) 0) ((aa) 1) ((l ax) 0))) +("nuan" nil (((n w aa n) 1))) +("nuance" nil (((n uw) 1) ((aa n s) 0))) +("nuanced" nil (((n uw) 1) ((aa n s t) 0))) +("nuances" nil (((n uw) 1) ((aa n) 0) ((s ih z) 0))) +("nub" nil (((n ah b) 1))) +("nuber" nil (((n uw) 1) ((b er) 0))) +("nubian" nil (((n y uw) 1) ((b iy) 0) ((ax n) 0))) +("nucci" nil (((n uw) 1) ((ch iy) 0))) +("nuccio" nil (((n uw) 1) ((ch iy) 0) ((ow) 0))) +("nuckles" nil (((n ah) 1) ((k ax l z) 0))) +("nuckolls" nil (((n ah) 1) ((k ax l z) 0))) +("nuckols" nil (((n ah) 1) ((k ax l z) 0))) +("nuclear" nil (((n uw) 1) ((k l iy) 0) ((er) 0))) +("nucleation" nil (((n uw) 1) ((k l iy) 0) ((ey) 1) ((sh ax n) 0))) +("nuclei" nil (((n uw) 1) ((k l iy) 0) ((ay) 1))) +("nucleic" nil (((n uw) 0) ((k l ey) 1) ((ih k) 0))) +("nucleonics" nil (((n ah) 1) ((k l iy) 0) ((aa) 1) ((n ih k s) 0))) +("nucleotide" nil (((n uw) 1) ((k l iy) 0) ((ax) 0) ((t ay d) 1))) +("nucleus" nil (((n uw) 1) ((k l iy) 0) ((ax s) 0))) +("nucor" nil (((n uw) 1) ((k ao r) 1))) +("nucorp" nil (((n uw) 1) ((k ao r p) 1))) +("nudd" nil (((n ah d) 1))) +("nude" nil (((n uw d) 1))) +("nudelman" nil (((n ah) 1) ((d ax l) 0) ((m ax n) 0))) +("nudes" nil (((n uw d z) 1))) +("nudge" nil (((n ah jh) 1))) +("nudged" nil (((n ah jh d) 1))) +("nudges" nil (((n ah) 1) ((jh ih z) 0))) +("nudging" nil (((n ah) 1) ((jh ih ng) 0))) +("nudist" nil (((n uw) 1) ((d ih s t) 0))) +("nudity" nil (((n uw) 1) ((d ih) 0) ((t iy) 0))) +("nudo" nil (((n uw) 1) ((d ow) 0))) +("nue" nil (((n y uh) 2) ((eh) 1))) +("nuevo" nil (((n w ey) 1) ((v ow) 0))) +("nuexco" nil (((n w ey k) 1) ((s k ow) 0))) +("nufer" nil (((n uw) 1) ((f er) 0))) +("nuffer" nil (((n ah) 1) ((f er) 0))) +("nugan" nil (((n uw) 1) ((g ax n) 0))) +("nugent" nil (((n uw) 1) ((jh ax n t) 0))) +("nugget" nil (((n ah) 1) ((g ih t) 0))) +("nuggets" nil (((n ah) 1) ((g ax t s) 0))) +("nuhfer" nil (((n uw) 1) ((f er) 0))) +("nuhn" nil (((n ah n) 1))) +("nuisance" nil (((n uw) 1) ((s ax n s) 0))) +("nuisances" n (((n uw) 1) ((s ax n) 0) ((s ax z) 0))) +("nujoma" nil (((n uw) 0) ((jh ow) 1) ((m ax) 0))) +("nuke" nil (((n uw k) 1))) +("nukem" nil (((n uw) 1) ((k ax m) 0))) +("nukes" nil (((n uw k s) 1))) +("null" nil (((n ah l) 1))) +("nullified" nil (((n ah) 1) ((l ax) 0) ((f ay d) 1))) +("nullifies" nil (((n ah) 1) ((l ax) 0) ((f ay z) 1))) +("nullify" nil (((n ah) 1) ((l ax) 0) ((f ay) 1))) +("nullifying" nil (((n ah) 1) ((l ax) 0) ((f ay) 1) ((ih ng) 0))) +("nulph" nil (((n ah l f) 1))) +("nulton" nil (((n ah l) 1) ((t ax n) 0))) +("nulty" nil (((n ah l) 1) ((t iy) 0))) +("numac" nil (((n uw) 1) ((m ae k) 0))) +("numb" nil (((n ah m) 1))) +("numbed" nil (((n ah m d) 1))) +("number" nil (((n ah m) 1) ((b er) 0))) +("numbered" nil (((n ah m) 1) ((b er d) 0))) +("numbering" nil (((n ah m) 1) ((b er) 0) ((ih ng) 0))) +("numbers" nil (((n ah m) 1) ((b er z) 0))) +("numbing" nil (((n ah) 1) ((m ih ng) 0))) +("numbingly" nil (((n ah) 1) ((m ih ng) 0) ((l iy) 0))) +("numbness" nil (((n ah m) 1) ((n ax s) 0))) +("numed" nil (((n uw) 0) ((m eh d) 1))) +("numeiri" nil (((n uw) 0) ((m ey) 1) ((r iy) 0))) +("numerals" nil (((n uw) 1) ((m er) 0) ((ax l z) 0))) +("numerica" nil (((n uw) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("numerical" nil (((n uw) 0) ((m eh) 1) ((r ax) 0) ((k ax l) 0))) +("numerically" nil (((n uw) 0) ((m eh) 1) ((r ih) 0) ((k l iy) 0))) +("numerous" nil (((n uw) 1) ((m er) 0) ((ax s) 0))) +("numidia" nil (((n uw) 0) ((m ih) 1) ((d iy) 0) ((ax) 0))) +("numismatic" nil (((n uw) 1) ((m ih) 0) ((s m ae) 1) ((t ih k) 0))) +("numismatics" nil (((n uw) 1) ((m ih) 0) ((s m ae) 1) ((t ih k s) 0))) +("numismatists" nil (((n uw) 0) ((m ih) 1) ((s m ax) 0) ((t ih s t s) 1))) +("nummi" nil (((n uw) 1) ((m iy) 0))) +("nun" nil (((n ah n) 1))) +("nunamaker" nil (((n uw) 0) ((n aa) 1) ((m ey) 0) ((k er) 0))) +("nunan" nil (((n uw) 1) ((n aa n) 0))) +("nuncio" nil (((n ah n) 1) ((s iy) 0) ((ow) 0))) +("nunemaker" nil (((n uw n) 1) ((m ey) 1) ((k er) 0))) +("nunes" nil (((n uw n z) 1))) +("nunez" nil (((n uw) 1) ((n eh z) 0))) +("nungesser" nil (((n ah ng) 1) ((g ih) 0) ((s er) 0))) +("nunley" nil (((n ah n) 1) ((l iy) 0))) +("nunn" nil (((n ah n) 1))) +("nunnally" nil (((n ah) 1) ((n ax) 0) ((l iy) 0))) +("nunnelley" nil (((n ah) 1) ((n ih) 0) ((l iy) 0))) +("nunnelly" nil (((n ah) 1) ((n ax) 0) ((l iy) 0))) +("nunnery" nil (((n ah) 1) ((n er) 0) ((iy) 0))) +("nuno" nil (((n uw) 1) ((n ow) 0))) +("nuns" nil (((n ah n z) 1))) +("nunsense" nil (((n ah n) 1) ((s eh n s) 1))) +("nunziata" nil (((n uw n) 0) ((z iy) 0) ((aa) 1) ((t ax) 0))) +("nunziato" nil (((n uw n) 0) ((z iy) 0) ((aa) 1) ((t ow) 0))) +("nunzio" nil (((n ah n) 1) ((z iy) 0) ((ow) 0))) +("nuo" nil (((n w ao) 1))) +("nuova" nil (((n) 0) ((w ow) 1) ((v ax) 0))) +("nuovo" nil (((n) 0) ((w ow) 1) ((v ow) 0))) +("nupeng" nil (((n y uw) 1) ((p eh ng) 0))) +("nuptial" nil (((n ah p) 1) ((ch ax l) 0))) +("nuremberg" nil (((n uh) 1) ((r ax m) 0) ((b er g) 0))) +("nureyev" nil (((n er) 0) ((ay) 1) ((ax v) 0))) +("nurmi" nil (((n uh r) 1) ((m iy) 0))) +("nurnberger" nil (((n er n) 1) ((b er) 0) ((g er) 0))) +("nurock" nil (((n uw) 1) ((r aa k) 1))) +("nurre" nil (((n er) 1))) +("nurse" nil (((n er s) 1))) +("nursed" nil (((n er s t) 1))) +("nurseries" nil (((n er) 1) ((s er) 0) ((iy z) 0))) +("nursery" nil (((n er) 1) ((s er) 0) ((iy) 0))) +("nurseryman" nil (((n er) 1) ((s er) 0) ((iy) 0) ((m ae n) 1))) +("nurserymen" nil (((n er) 1) ((s er) 0) ((iy) 0) ((m ax n) 0))) +("nurses" nil (((n er) 1) ((s ax z) 0))) +("nursing" nil (((n er) 1) ((s ih ng) 0))) +("nurture" nil (((n er) 1) ((ch er) 0))) +("nurtured" nil (((n er) 1) ((ch er d) 0))) +("nurturer" nil (((n er) 1) ((t er) 0) ((er) 0))) +("nurtures" nil (((n er) 1) ((ch er z) 0))) +("nurturing" nil (((n er) 1) ((ch er) 0) ((ih ng) 0))) +("nusbaum" nil (((n iy) 1) ((ih s) 0) ((b aw m) 0))) +("nuss" nil (((n ah s) 1))) +("nussbaum" nil (((n ah s) 1) ((b aw m) 1))) +("nussbaumer" nil (((n ah s) 1) ((b aw) 1) ((m er) 0))) +("nusser" nil (((n ah) 1) ((s er) 0))) +("nussle" nil (((n ah) 1) ((s ax l) 0))) +("nusz" nil (((n ah sh) 1))) +("nut" nil (((n ah t) 1))) +("nutcracker" nil (((n ah t) 1) ((k r ae) 1) ((k er) 0))) +("nute" nil (((n y uw t) 1))) +("nutlets" nil (((n ah t) 1) ((l ax t s) 0))) +("nutley" nil (((n ah t) 1) ((l iy) 0))) +("nutmeg" nil (((n ah t) 1) ((m eh g) 1))) +("nutone" nil (((n uw) 1) ((t ow n) 1))) +("nutrasweet" nil (((n uw) 1) ((t r ax) 0) ((s w iy t) 1))) +("nutri" nil (((n uw) 1) ((t r iy) 0))) +("nutriclean" nil (((n uw) 1) ((t r ih) 0) ((k l iy n) 1))) +("nutrient" nil (((n uw) 1) ((t r iy) 0) ((ax n t) 0))) +("nutrients" nil (((n uw) 1) ((t r iy) 0) ((ax n t s) 0))) +("nutrition" nil (((n uw) 0) ((t r ih) 1) ((sh ax n) 0))) +("nutritional" nil (((n uw) 0) ((t r ih) 1) ((sh ax) 0) ((n ax l) 0))) +("nutritionist" nil (((n uw) 0) ((t r ih) 1) ((sh ax) 0) ((n ih s t) 0))) +("nutritionists" nil (((n uw) 0) ((t r ih) 1) ((sh ax) 0) ((n ih s t s) 0))) +("nutritious" nil (((n uw) 0) ((t r ih) 1) ((sh ax s) 0))) +("nutritive" nil (((n uw) 1) ((t r ax) 0) ((t ih v) 0))) +("nuts" nil (((n ah t s) 1))) +("nutshell" nil (((n ah) 1) ((ch eh l) 1))) +("nutt" nil (((n ah t) 1))) +("nuttall" nil (((n ah) 1) ((t ax l) 0))) +("nutter" nil (((n ah) 1) ((t er) 0))) +("nutting" nil (((n ah) 1) ((t ih ng) 0))) +("nuttle" nil (((n ah) 1) ((t ax l) 0))) +("nutty" nil (((n ah) 1) ((t iy) 0))) +("nuveen" nil (((n uw) 0) ((v iy n) 1))) +("nuxoll" nil (((n ah k) 1) ((s ax l) 0))) +("nuys" nil (((n ay z) 1))) +("nuzum" nil (((n uw) 1) ((z ax m) 0))) +("nuzzi" nil (((n uw t) 1) ((s iy) 0))) +("nuzzle" nil (((n ah) 1) ((z ax l) 0))) +("nuzzo" nil (((n uw) 1) ((z ow) 0))) +("nvhomes" nil (((eh n) 1) ((v iy) 1) ((hh ow m z) 1))) +("nvryan" nil (((eh n) 0) ((v r ay) 1) ((ax n) 0))) +("nyack" nil (((n ay) 1) ((ae k) 1))) +("nyberg" nil (((n ay) 1) ((b er g) 0))) +("nyborg" nil (((n ih) 1) ((b ao r g) 0))) +("nyce" nil (((n ay s) 1))) +("nycor" nil (((n ay) 1) ((k ao r) 1))) +("nycum" nil (((n ih) 1) ((k ax m) 0))) +("nycz" nil (((n ih ch) 1))) +("nydam" nil (((n ih) 1) ((d ax m) 0))) +("nydegger" nil (((n ih) 1) ((d ih) 0) ((g er) 0))) +("nydia" nil (((n ih) 1) ((d iy) 0) ((ax) 0))) +("nye" nil (((n ay) 1))) +("nyenhuis" nil (((n ay) 1) ((ax n) 0) ((hh uw s) 1))) +("nyerere" nil (((n ay) 1) ((er) 0) ((ih r) 1))) +("nyers" nil (((n ay r z) 1))) +("nyet" nil (((n y eh t) 1))) +("nygaard" nil (((n ih) 1) ((g aa r d) 0))) +("nygard" nil (((n ih) 1) ((g er d) 0))) +("nygren" nil (((n ih) 1) ((g r eh n) 0))) +("nyholm" nil (((n ih) 1) ((hh ow l m) 0))) +("nyhus" nil (((n ih) 1) ((hh ih s) 0))) +("nyland" nil (((n ih) 1) ((l ax n d) 0))) +("nylander" nil (((n ih) 1) ((l ax n) 0) ((d er) 0))) +("nylen" nil (((n ih) 1) ((l ax n) 0))) +("nylex" nil (((n ay) 1) ((l ax k s) 0))) +("nylon" nil (((n ay) 1) ((l aa n) 1))) +("nylons" nil (((n ay) 1) ((l aa n z) 1))) +("nylund" nil (((n ih) 1) ((l ax n d) 0))) +("nyman" nil (((n ay) 1) ((m ax n) 0))) +("nymex" nil (((n ay) 1) ((m eh k s) 1))) +("nymph" nil (((n ih m f) 1))) +("nymphomaniac" nil (((n ih m) 1) ((f ax) 0) ((m ey) 1) ((n iy) 0) ((ae k) 1))) +("nymphomaniacs" nil (((n ih m) 1) ((f ax) 0) ((m ey) 1) ((n iy) 0) ((ae k s) 1))) +("nymphs" nil (((n ih m f s) 1))) +("nynex" nil (((n ay) 1) ((n eh k s) 1))) +("nyquist" nil (((n ih) 1) ((k w ih s t) 0))) +("nyssa" nil (((n ih) 1) ((s ax) 0))) +("nystrom" nil (((n ay) 1) ((s t r ax m) 0))) +("nyx" nil (((n ih k s) 1))) +("o" nil (((ow) 1))) +("oad" nil (((ow) 1) ((ey) 1) ((d iy) 1))) +("oahu" nil (((ow) 1) ((aa) 1) ((hh uw) 0))) +("oak" nil (((ow k) 1))) +("oakar" nil (((ow) 1) ((k aa r) 1))) +("oakbrook" nil (((ow k) 1) ((b r uh k) 1))) +("oakdale" nil (((ow k) 1) ((d ey l) 1))) +("oakes" nil (((ow k s) 1))) +("oakey" nil (((ow) 1) ((k iy) 0))) +("oakite" nil (((ow) 1) ((k ay t) 1))) +("oakland" nil (((ow) 1) ((k l ax n d) 0))) +("oakleaf" nil (((ow) 1) ((k l iy f) 1))) +("oakley" nil (((ow) 1) ((k l iy) 0))) +("oakman" nil (((ow k) 1) ((m ax n) 0))) +("oakmark" nil (((ow k) 1) ((m aa r k) 1))) +("oakmont" nil (((ow k) 1) ((m aa n t) 1))) +("oaks" nil (((ow k s) 1))) +("oakville" nil (((ow k) 1) ((v ih l) 1))) +("oakwood" nil (((ow) 1) ((k w uh d) 1))) +("oana" nil (((ow) 1) ((n ax) 0))) +("oanh" nil (((ow n) 1))) +("oar" nil (((ao r) 1))) +("oared" nil (((ao r d) 1))) +("oarlock" nil (((ao r) 1) ((l aa k) 1))) +("oars" nil (((ao r z) 1))) +("oarsman" nil (((ao r z) 1) ((m ax n) 0))) +("oas" nil (((ow z) 1))) +("oases" nil (((ow) 0) ((ey) 1) ((s iy z) 0))) +("oasis" nil (((ow) 0) ((ey) 1) ((s ax s) 0))) +("oat" nil (((ow t) 1))) +("oates" nil (((ow t s) 1))) +("oath" nil (((ow th) 1))) +("oathout" nil (((ow) 1) ((th aw t) 1))) +("oaths" nil (((ow dh z) 1))) +("oatis" nil (((ow) 1) ((t ih s) 0))) +("oatley" nil (((ow t) 1) ((l iy) 0))) +("oatman" nil (((ow t) 1) ((m ax n) 0))) +("oatmeal" nil (((ow t) 1) ((m iy l) 1))) +("oats" nil (((ow t s) 1))) +("oaxaca" nil (((ow k) 1) ((s ax) 0) ((k ax) 0))) +("oba" nil (((ow) 1) ((b ax) 0))) +("obadiah" nil (((ow) 1) ((b ax) 0) ((d ay) 1) ((ax) 0))) +("obando" nil (((ow) 0) ((b ae n) 1) ((d ow) 0))) +("obanion" nil (((ow) 0) ((b aa) 0) ((n y ao n) 1))) +("obannon" nil (((aa) 1) ((b ax) 0) ((n aa n) 0))) +("obar" nil (((ax) 0) ((b aa r) 1))) +("obara" nil (((ow) 0) ((b aa) 1) ((r ax) 0))) +("obarr" nil (((ow) 0) ((b aa r) 1))) +("obedience" nil (((ow) 0) ((b iy) 1) ((d iy) 0) ((ax n s) 0))) +("obedient" nil (((ow) 0) ((b iy) 1) ((d iy) 0) ((ax n t) 0))) +("obediently" nil (((ow) 0) ((b iy) 1) ((d iy) 0) ((ax n t) 0) ((l iy) 0))) +("obeid" nil (((ow) 0) ((b ay d) 1))) +("obeirne" nil (((aa) 1) ((b ay r n) 0))) +("obelia" nil (((ow) 0) ((b eh) 1) ((l iy) 0) ((ax) 0))) +("obenchain" nil (((aa) 1) ((b ih n) 0) ((k ay n) 0))) +("obenshain" nil (((aa) 1) ((b ih n) 0) ((sh ay n) 0))) +("ober" nil (((ow) 1) ((b er) 0))) +("oberbeck" nil (((aa) 1) ((b er) 0) ((b eh k) 0))) +("oberdorf" nil (((aa) 1) ((b er) 0) ((d ao r f) 0))) +("oberg" nil (((ow) 1) ((b er g) 0))) +("oberhaus" nil (((aa) 1) ((b er) 0) ((hh aw s) 0))) +("oberhausen" nil (((ow) 1) ((b er) 0) ((hh aw) 1) ((z ax n) 0))) +("oberhelman" nil (((aa) 1) ((b er) 0) ((hh ax l) 0) ((m ax n) 0))) +("oberholtzer" nil (((aa) 1) ((b er) 0) ((hh ow l t) 0) ((z er) 0))) +("oberlander" nil (((aa) 1) ((b er) 0) ((l ax n) 0) ((d er) 0))) +("oberle" nil (((aa) 1) ((b er) 0) ((ax l) 0))) +("oberlin" nil (((ow) 1) ((b er) 0) ((l ih n) 0))) +("oberly" nil (((ow) 1) ((b er) 0) ((l iy) 0))) +("obermaier" nil (((ow) 1) ((b er) 0) ((m ay r) 1))) +("oberman" nil (((aa) 1) ((b er) 0) ((m ax n) 0))) +("obermeier" nil (((aa) 1) ((b er) 0) ((m ay) 0) ((er) 0))) +("obermeyer" nil (((aa) 1) ((b er) 0) ((m ay) 0) ((er) 0))) +("obermiller" nil (((aa) 1) ((b er) 0) ((m ax) 0) ((l er) 0))) +("oberon" nil (((ow) 1) ((b er) 0) ((aa n) 1))) +("oberry" nil (((ow) 1) ((b eh) 0) ((r iy) 0))) +("oberst" nil (((aa) 1) ((b er s t) 0))) +("oberstar" nil (((ow) 1) ((b er) 0) ((s t aa r) 1))) +("obert" nil (((aa) 1) ((b er t) 0))) +("oberweis" nil (((ow) 1) ((b er) 0) ((w ay s) 1))) +("obese" nil (((ow) 0) ((b iy s) 1))) +("obesity" nil (((ow) 0) ((b iy) 1) ((s ax) 0) ((t iy) 0))) +("obey" nil (((ow) 0) ((b ey) 1))) +("obeyed" nil (((ow) 0) ((b ey d) 1))) +("obeying" nil (((ow) 0) ((b ey) 1) ((ih ng) 0))) +("obeys" nil (((ow) 0) ((b ey z) 1))) +("obfuscate" nil (((aa b) 1) ((f ax) 0) ((s k ey t) 1))) +("obfuscation" nil (((aa b) 1) ((f ax) 0) ((s k ey) 1) ((sh ax n) 0))) +("obie" nil (((ow) 1) ((b iy) 0))) +("obispo" nil (((ow) 0) ((b ih) 1) ((s p ow) 0))) +("obit" nil (((ow) 1) ((b ax t) 0))) +("obits" nil (((aa) 1) ((b ih t s) 0))) +("obituaries" nil (((ow) 0) ((b ih) 1) ((ch uw) 0) ((eh) 1) ((r iy z) 0))) +("obituary" nil (((ow) 0) ((b ih) 1) ((ch uw) 0) ((eh) 1) ((r iy) 0))) +("object" n (((aa b) 1) ((jh eh k t) 0))) +("object" v (((ax b) 0) ((jh eh k t) 1))) +("objected" nil (((ax b) 0) ((jh eh k) 1) ((t ax d) 0))) +("objecting" nil (((ax b) 0) ((jh eh k) 1) ((t ih ng) 0))) +("objection" nil (((ax b) 0) ((jh eh k) 1) ((sh ax n) 0))) +("objectionable" nil (((ax b) 0) ((jh eh k) 1) ((sh ax) 0) ((n ax) 0) ((b ax l) 0))) +("objections" nil (((ax b) 0) ((jh eh k) 1) ((sh ax n z) 0))) +("objective" nil (((ax b) 0) ((jh eh k) 1) ((t ih v) 0))) +("objectively" nil (((aa b) 0) ((jh eh k) 1) ((t ih) 0) ((v l iy) 0))) +("objectives" nil (((ax b) 0) ((jh eh k) 1) ((t ih v z) 0))) +("objectivity" nil (((aa b) 1) ((jh eh k) 0) ((t ih) 1) ((v ih) 0) ((t iy) 0))) +("objector" nil (((ax b) 0) ((jh eh k) 1) ((t er) 0))) +("objectors" nil (((ax b) 0) ((jh eh k) 1) ((t er z) 0))) +("objects" n (((aa b) 1) ((jh eh k t s) 0))) +("objects" v (((ax b) 0) ((jh eh k t s) 1))) +("oblak" nil (((aa) 1) ((b l ax k) 0))) +("oblander" nil (((aa) 1) ((b l ax n) 0) ((d er) 0))) +("oblast" nil (((aa) 1) ((b l ae s t) 0))) +("oblate" nil (((aa) 0) ((b l ey t) 1))) +("obligate" nil (((aa) 1) ((b l ax) 0) ((g ey t) 1))) +("obligated" nil (((aa) 1) ((b l ax) 0) ((g ey) 1) ((t ih d) 0))) +("obligates" nil (((aa) 1) ((b l ax) 0) ((g ey t s) 1))) +("obligation" nil (((aa) 1) ((b l ax) 0) ((g ey) 1) ((sh ax n) 0))) +("obligations" nil (((aa) 1) ((b l ax) 0) ((g ey) 1) ((sh ax n z) 0))) +("obligatory" nil (((ax) 0) ((b l ih) 1) ((g ax) 0) ((t ao) 1) ((r iy) 0))) +("oblige" nil (((ax) 0) ((b l ay jh) 1))) +("obliged" nil (((ax) 0) ((b l ay jh d) 1))) +("obliges" nil (((ax) 0) ((b l ay) 1) ((jh ih z) 0))) +("obliging" nil (((ax) 0) ((b l ay) 1) ((jh ih ng) 0))) +("obligingly" nil (((ax) 0) ((b l ay) 1) ((jh ih ng) 0) ((l iy) 0))) +("oblinger" nil (((ow) 1) ((b ax) 0) ((l ih ng) 0) ((er) 0))) +("oblique" nil (((ax) 0) ((b l iy k) 1))) +("obliquely" nil (((ow) 0) ((b l iy) 1) ((k l iy) 0))) +("obliterate" nil (((ax) 0) ((b l ih) 1) ((t er) 0) ((ey t) 1))) +("obliterated" nil (((ax) 0) ((b l ih) 1) ((t er) 0) ((ey) 1) ((t ih d) 0))) +("oblivion" nil (((ax) 0) ((b l ih) 1) ((v iy) 0) ((ax n) 0))) +("oblivious" nil (((ax) 0) ((b l ih) 1) ((v iy) 0) ((ax s) 0))) +("oblong" nil (((aa) 1) ((b l ao ng) 0))) +("obnoxious" nil (((aa b) 0) ((n aa k) 1) ((sh ax s) 0))) +("oboe" nil (((ow) 1) ((b ow) 0))) +("oboist" nil (((ow) 1) ((b ow) 0) ((ax s t) 0))) +("obon" nil (((ow) 1) ((b ax n) 0))) +("oboyle" nil (((aa) 1) ((b oy l) 0))) +("obradovich" nil (((ax) 0) ((b r aa) 1) ((d ax) 0) ((v ih ch) 0))) +("obrecht" nil (((aa) 1) ((b r ih k t) 0))) +("obregon" nil (((aa) 1) ((b r ih) 0) ((g ax n) 0))) +("obremski" nil (((ax) 0) ((b r eh m) 1) ((s k iy) 0))) +("obrenovich" nil (((ax) 0) ((b r eh) 1) ((n ax) 0) ((v ih ch) 0))) +("obrian" nil (((aa) 1) ((b r iy) 0) ((ax n) 0))) +("obriant" nil (((ow) 0) ((b r iy) 1) ((ax n t) 0))) +("obrien" nil (((ow) 0) ((b r ay) 1) ((ax n) 0))) +("obringer" nil (((aa) 1) ((b r ih ng) 0) ((er) 0))) +("obrinsky" nil (((ow) 0) ((b r ih n) 1) ((s k iy) 0))) +("obryan" nil (((ow) 0) ((b r ay) 1) ((ax n) 0))) +("obryant" nil (((ow) 0) ((b r ay) 1) ((ax n t) 0))) +("obscene" nil (((aa b) 0) ((s iy n) 1))) +("obscenely" nil (((aa b) 0) ((s iy) 1) ((n ax) 0) ((l iy) 0))) +("obscenities" nil (((aa b) 0) ((s eh) 1) ((n ih) 0) ((t iy z) 0))) +("obscenity" nil (((ax b) 0) ((s eh) 1) ((n ax) 0) ((t iy) 0))) +("obscure" nil (((ax b) 0) ((s k y uh r) 1))) +("obscured" nil (((ax b) 0) ((s k y uh r d) 1))) +("obscures" nil (((ax b) 0) ((s k y uh r z) 1))) +("obscuring" nil (((ax b) 0) ((s k y uh) 1) ((r ih ng) 0))) +("obscurity" nil (((ax b) 0) ((s k y uh) 1) ((r ax) 0) ((t iy) 0))) +("obsequious" nil (((ax b) 0) ((s iy) 1) ((k w iy) 0) ((ax s) 0))) +("observable" nil (((ax b) 0) ((z er) 1) ((v ax) 0) ((b ax l) 0))) +("observance" nil (((ax b) 0) ((z er) 1) ((v ax n s) 0))) +("observances" nil (((ax b) 0) ((z er) 1) ((v ax n) 0) ((s ih z) 0))) +("observant" nil (((ax b) 0) ((z er) 1) ((v ax n t) 0))) +("observateur" nil (((aa b) 0) ((z er) 1) ((v ax) 0) ((t uh r) 1))) +("observation" nil (((aa b) 1) ((z er) 0) ((v ey) 1) ((sh ax n) 0))) +("observations" nil (((aa b) 1) ((z er) 0) ((v ey) 1) ((sh ax n z) 0))) +("observatories" nil (((ax b) 0) ((z er) 1) ((v ax) 0) ((t ao) 1) ((r iy z) 0))) +("observatory" nil (((ax b) 0) ((z er) 1) ((v ax) 0) ((t ao) 1) ((r iy) 0))) +("observe" nil (((ax b) 0) ((z er v) 1))) +("observed" nil (((ax b) 0) ((z er v d) 1))) +("observer" nil (((ax b) 0) ((z er) 1) ((v er) 0))) +("observers" nil (((ax b) 0) ((z er) 1) ((v er z) 0))) +("observes" nil (((ax b) 0) ((z er v z) 1))) +("observing" nil (((ax b) 0) ((z er) 1) ((v ih ng) 0))) +("obsessed" nil (((ax b) 0) ((s eh s t) 1))) +("obsession" nil (((ax b) 0) ((s eh) 1) ((sh ax n) 0))) +("obsessional" nil (((ax b) 0) ((s eh) 1) ((sh ax) 0) ((n ax l) 0))) +("obsessions" nil (((ax b) 0) ((s eh) 1) ((sh ax n z) 0))) +("obsessive" nil (((ax b) 0) ((s eh) 1) ((s ih v) 0))) +("obsessively" nil (((aa b) 0) ((s eh) 1) ((s ih) 0) ((v l iy) 0))) +("obsidian" nil (((ax b) 0) ((s ih) 1) ((d iy) 0) ((ax n) 0))) +("obsolescence" nil (((aa b) 1) ((s ax) 0) ((l eh) 1) ((s ax n s) 0))) +("obsolescent" nil (((aa b) 1) ((s ax) 0) ((l eh) 1) ((s ax n t) 0))) +("obsolete" nil (((aa b) 1) ((s ax) 0) ((l iy t) 1))) +("obst" nil (((aa b s t) 1))) +("obstacle" nil (((aa b) 1) ((s t ax) 0) ((k ax l) 0))) +("obstacles" nil (((aa b) 1) ((s t ax) 0) ((k ax l z) 0))) +("obstetrician" nil (((aa b) 1) ((s t ax) 0) ((t r ih) 1) ((sh ax n) 0))) +("obstetricians" nil (((aa b) 1) ((s t ax) 0) ((t r ih) 1) ((sh ax n z) 0))) +("obstetrics" nil (((ax b) 0) ((s t eh) 1) ((t r ih k s) 0))) +("obstfeld" nil (((aa b s t) 1) ((f eh l d) 1))) +("obstinacy" nil (((aa b) 1) ((s t ax) 0) ((n ax) 0) ((s iy) 0))) +("obstinate" n (((aa b) 1) ((s t ax) 0) ((n ax t) 0))) +("obstinate" nil (((aa b) 1) ((s t ax) 0) ((n ax t) 0))) +("obstruct" nil (((ax b) 0) ((s t r ah k t) 1))) +("obstructed" nil (((ax b) 0) ((s t r ah k) 1) ((t ih d) 0))) +("obstructing" nil (((ax b) 0) ((s t r ah k) 1) ((t ih ng) 0))) +("obstruction" nil (((ax b) 0) ((s t r ah k) 1) ((sh ax n) 0))) +("obstructionism" nil (((ax b) 0) ((s t r ah k) 1) ((sh ax) 0) ((n ih) 1) ((z ax m) 0))) +("obstructionist" nil (((ax b) 0) ((s t r ah k) 1) ((sh ax) 0) ((n ax s t) 0))) +("obstructionists" nil (((ax b) 0) ((s t r ah k) 1) ((sh ax) 0) ((n ax s t s) 0))) +("obstructive" nil (((ax b) 0) ((s t r ah k) 1) ((t ih v) 0))) +("obtain" nil (((ax b) 0) ((t ey n) 1))) +("obtainable" nil (((ax b) 0) ((t ey) 1) ((n ax) 0) ((b ax l) 0))) +("obtained" nil (((ax b) 0) ((t ey n d) 1))) +("obtaining" nil (((ax b) 0) ((t ey) 1) ((n ih ng) 0))) +("obtains" nil (((ax b) 0) ((t ey n z) 1))) +("obtrudes" nil (((ax b) 0) ((t r uw d z) 1))) +("obtrusive" nil (((ax b) 0) ((t r uw) 1) ((s ih v) 0))) +("obtuse" nil (((aa b) 0) ((t uw s) 1))) +("obuchowski" nil (((ax) 0) ((b ax) 0) ((hh ao f) 1) ((s k iy) 0))) +("obverse" nil (((ax b) 0) ((v er s) 1))) +("obviate" nil (((aa b) 1) ((v iy) 0) ((ey t) 1))) +("obviating" nil (((aa b) 1) ((v iy) 0) ((ey) 1) ((t ih ng) 0))) +("obvious" nil (((aa b) 1) ((v iy) 0) ((ax s) 0))) +("obviously" nil (((aa b) 1) ((v iy) 0) ((ax) 0) ((s l iy) 0))) +("obyrne" nil (((aa) 1) ((b ay r n) 0))) +("ocain" nil (((ow) 0) ((k aa) 0) ((iy n) 1))) +("ocala" nil (((ow) 0) ((k ae) 1) ((l ax) 0))) +("ocallaghan" nil (((aa) 0) ((k ax) 0) ((l ae g) 1) ((hh ax n) 0))) +("ocampo" nil (((ow) 0) ((k ae m) 1) ((p ow) 0))) +("ocana" nil (((ow) 0) ((k ae) 1) ((n ax) 0))) +("ocanas" nil (((ow) 0) ((k ae) 1) ((n ax z) 0))) +("ocarroll" nil (((ow) 0) ((k aa) 0) ((r ow l) 1))) +("ocasio" nil (((ow) 0) ((k aa) 1) ((s iy) 0) ((ow) 0))) +("ocaw" nil (((ow) 0) ((k ao) 1))) +("OCBC" nil (((ow) 1) ((s iy) 1) ((b iy) 1) ((s iy) 1))) +("occasion" nil (((ax) 0) ((k ey) 1) ((zh ax n) 0))) +("occasional" nil (((ax) 0) ((k ey) 1) ((zh ax) 0) ((n ax l) 0))) +("occasionally" nil (((ax) 0) ((k ey) 1) ((zh ax) 0) ((n ax) 0) ((l iy) 0))) +("occasioned" nil (((ax) 0) ((k ey) 1) ((zh ax n d) 0))) +("occasions" nil (((ax) 0) ((k ey) 1) ((zh ax n z) 0))) +("occhino" nil (((ow) 1) ((k iy) 1) ((n ow) 0))) +("occhipinti" nil (((ow) 0) ((k iy) 0) ((p iy n) 1) ((t iy) 0))) +("occhoa" nil (((ow) 1) ((ch ow) 1) ((ax) 0))) +("occidental" nil (((aa k) 1) ((s ax) 0) ((d eh n) 1) ((t ax l) 0))) +("occidentale" nil (((aa k) 1) ((s ih) 0) ((d eh n) 1) ((t ax l) 0))) +("occipital" nil (((aa k) 0) ((s ih) 1) ((p ax) 0) ((t ax l) 0))) +("occlusion" nil (((ax) 0) ((k l uw) 1) ((zh ax n) 0))) +("occult" nil (((ax) 0) ((k ah l t) 1))) +("occupancy" nil (((aa) 1) ((k y ax) 0) ((p ax n) 0) ((s iy) 0))) +("occupant" nil (((aa) 1) ((k y ax) 0) ((p ax n t) 0))) +("occupants" nil (((aa) 1) ((k y ax) 0) ((p ax n t s) 0))) +("occupation" nil (((aa) 1) ((k y ax) 0) ((p ey) 1) ((sh ax n) 0))) +("occupational" nil (((aa) 0) ((k y ax) 0) ((p ey) 1) ((sh ax) 0) ((n ax l) 0))) +("occupations" nil (((aa) 1) ((k y ax) 0) ((p ey) 1) ((sh ax n z) 0))) +("occupied" nil (((aa) 1) ((k y ax) 0) ((p ay d) 1))) +("occupiers" n (((aa) 1) ((k y ax) 0) ((p ay r z) 1))) +("occupies" nil (((aa) 1) ((k y ax) 0) ((p ay z) 1))) +("occupy" nil (((aa) 1) ((k y ax) 0) ((p ay) 1))) +("occupying" nil (((aa) 1) ((k y ax) 0) ((p ay) 1) ((ih ng) 0))) +("occur" nil (((ax) 0) ((k er) 1))) +("occured" nil (((ax) 0) ((k er d) 1))) +("occuring" nil (((ax) 0) ((k er) 1) ((ih ng) 0))) +("occurred" nil (((ax) 0) ((k er d) 1))) +("occurrence" nil (((ax) 0) ((k er) 1) ((ax n s) 0))) +("occurrences" nil (((ax) 0) ((k er) 1) ((ax n) 0) ((s ih z) 0))) +("occurring" nil (((ax) 0) ((k er) 1) ((ih ng) 0))) +("occurs" nil (((ax) 0) ((k er z) 1))) +("ocean" nil (((ow) 1) ((sh ax n) 0))) +("oceaneering" nil (((ow) 1) ((sh ax) 0) ((n ih) 1) ((r ih ng) 0))) +("oceanfront" nil (((ow) 1) ((sh ax n) 0) ((f r ah n t) 1))) +("oceangoing" nil (((ow) 1) ((sh ax n) 0) ((g ow) 1) ((ih ng) 0))) +("oceanic" nil (((ow) 1) ((sh iy) 0) ((ae) 1) ((n ih k) 0))) +("oceanographic" nil (((ow) 1) ((sh ax) 0) ((n ax) 0) ((g r ae) 1) ((f ih k) 0))) +("oceanography" nil (((ow) 1) ((sh ax) 0) ((n aa) 1) ((g r ax) 0) ((f iy) 0))) +("oceans" nil (((ow) 1) ((sh ax n z) 0))) +("oceanside" nil (((ow) 1) ((sh ax n) 0) ((s ay d) 1))) +("oceanview" nil (((ow) 1) ((sh ax n) 0) ((v uw) 1))) +("ocelot" nil (((aa) 1) ((s ax) 0) ((l aa t) 1))) +("och" nil (((aa k) 1))) +("ocheltree" nil (((aa) 0) ((ch ih l) 0) ((t r iy) 1))) +("ochoa" nil (((aa) 1) ((ch ow) 1) ((ax) 0))) +("ochra" nil (((aa) 1) ((k r ax) 0))) +("ochre" nil (((ow) 1) ((k er) 0))) +("ochs" nil (((aa k s) 1))) +("ochsenschlager" nil (((aa k) 1) ((s ax n) 0) ((sh l aa) 1) ((g er) 0))) +("ochsner" nil (((aa k) 1) ((s n er) 0))) +("ocilla" nil (((ow) 0) ((s ih) 1) ((l ax) 0))) +("ocker" nil (((aa) 1) ((k er) 0))) +("ockerbloom" nil (((aa) 1) ((k er) 0) ((b l uw m) 0))) +("ockerman" nil (((aa) 1) ((k er) 0) ((m ax n) 0))) +("oclair" nil (((aa) 1) ((k l er) 0))) +("oclock" n (((ax) 0) ((k l aa k) 1))) +("ocon" nil (((ax) 0) ((k aa n) 1))) +("oconnell" nil (((ow) 0) ((k aa) 1) ((n ax l) 0))) +("oconner" nil (((aa) 1) ((k ax) 0) ((n er) 0))) +("oconnor" nil (((ow) 0) ((k aa) 1) ((n er) 0))) +("oct" nil (((ao k) 0) ((t ow) 1) ((b er) 0))) +("octagon" nil (((aa k) 1) ((t ax) 0) ((g aa n) 1))) +("octagonal" nil (((aa k) 0) ((t ae) 1) ((g ax) 0) ((n ax l) 0))) +("octahedral" nil (((aa k) 1) ((t ax) 0) ((hh iy) 1) ((d r ax l) 0))) +("octane" nil (((aa k) 1) ((t ey n) 0))) +("octave" nil (((aa k) 1) ((t ih v) 0))) +("octaves" nil (((aa k) 1) ((t ih v z) 0))) +("octavia" nil (((aa k) 0) ((t ey) 1) ((v iy) 0) ((ax) 0))) +("octavio" nil (((aa k) 1) ((t ey) 1) ((v iy) 0) ((ow) 0))) +("octavius" nil (((aa k) 0) ((t ey) 1) ((v iy) 0) ((ax s) 0))) +("octavus" nil (((aa k) 1) ((t ax) 0) ((v uw s) 0))) +("octel" nil (((aa k) 1) ((t eh l) 1))) +("octet" nil (((aa k) 0) ((t eh t) 1))) +("octillion" nil (((aa k) 0) ((t ih) 1) ((l y ax n) 0))) +("october" nil (((aa k) 0) ((t ow) 1) ((b er) 0))) +("octogenarian" nil (((aa k) 1) ((t ax) 0) ((jh ih) 0) ((n eh) 1) ((r iy) 0) ((ax n) 0))) +("octopus" nil (((aa k) 1) ((t ax) 0) ((p uh s) 1))) +("oda" nil (((ow) 1) ((d ax) 0))) +("odaiko" nil (((ow) 0) ((d ey) 1) ((k ow) 0))) +("odaniel" nil (((aa) 1) ((d ax) 0) ((n iy l) 0))) +("oday" nil (((ow) 1) ((d ey) 0))) +("odd" nil (((aa d) 1))) +("oddball" nil (((aa d) 1) ((b ao l) 1))) +("oddballs" nil (((aa d) 1) ((b ao l z) 1))) +("odden" nil (((aa) 1) ((d ax n) 0))) +("odder" nil (((aa) 1) ((d er) 0))) +("oddest" nil (((aa) 1) ((d ax s t) 0))) +("oddities" nil (((aa) 1) ((d ax) 0) ((t iy z) 0))) +("oddity" nil (((aa) 1) ((d ax) 0) ((t iy) 0))) +("oddler" nil (((aa d) 1) ((l er) 0))) +("oddly" nil (((aa d) 1) ((l iy) 0))) +("odds" nil (((aa d z) 1))) +("oddsmakers" nil (((aa d z) 1) ((m ey) 1) ((k er z) 0))) +("oddy" nil (((aa) 1) ((d iy) 0))) +("ode" nil (((ow d) 1))) +("odea" nil (((aa) 1) ((d iy) 0) ((ax) 0))) +("odegaard" nil (((aa) 1) ((d ih) 0) ((g aa r d) 0))) +("odegard" nil (((aa) 1) ((d ih) 0) ((g er d) 0))) +("odekirk" nil (((aa) 1) ((d ih) 0) ((k er k) 0))) +("odele" nil (((ow) 0) ((d eh) 1) ((l iy) 0))) +("odelet" nil (((aa) 1) ((d ih) 0) ((l ih t) 0))) +("odelette" nil (((aa) 1) ((d ih) 0) ((l eh t) 0))) +("odelia" nil (((ow) 0) ((d eh) 1) ((l iy) 0) ((ax) 0))) +("odelinda" nil (((ow) 0) ((d eh) 0) ((l iy n) 1) ((d ax) 0))) +("odell" nil (((ow) 0) ((d eh l) 1))) +("odella" nil (((ow) 0) ((d eh) 1) ((l ax) 0))) +("odem" nil (((ow) 1) ((d ih m) 0))) +("oden" nil (((ow) 1) ((d ax n) 0))) +("odenthal" nil (((aa) 1) ((d ih n) 0) ((th ax l) 0))) +("odeon" nil (((ow) 1) ((d iy) 0) ((ax n) 0))) +("oder" nil (((ow) 1) ((d er) 0))) +("odes" nil (((ow d z) 1))) +("odessa" nil (((ow) 0) ((d eh) 1) ((s ax) 0))) +("odetics" nil (((ow) 0) ((d eh) 1) ((t ih k s) 0))) +("odette" nil (((ow) 1) ((d eh t) 1))) +("odgers" nil (((aa) 1) ((jh er z) 0))) +("odier" nil (((ow) 1) ((d iy) 0) ((er) 0))) +("odilia" nil (((ow) 0) ((d iy) 1) ((l iy) 0) ((ax) 0))) +("odin" nil (((ow) 1) ((d ax n) 0))) +("odiorne" nil (((ow) 0) ((d iy) 0) ((ao r) 1) ((n iy) 0))) +("odious" nil (((ow) 1) ((d iy) 0) ((ax s) 0))) +("odland" nil (((aa d) 1) ((l ax n d) 0))) +("odle" nil (((ow) 1) ((d ax l) 0))) +("odneal" nil (((aa d) 1) ((n ax l) 0))) +("odoherty" nil (((aa) 1) ((d ax) 0) ((hh er) 0) ((t iy) 0))) +("odolf" nil (((aa) 1) ((d ow l f) 0))) +("odom" nil (((ow) 1) ((d ax m) 0))) +("odometer" nil (((ow) 1) ((d aa) 1) ((m ax) 0) ((t er) 0))) +("odometers" nil (((ow) 1) ((d aa) 1) ((m ax) 0) ((t er z) 0))) +("odoms" nil (((ow) 1) ((d ax m z) 0))) +("odonald" nil (((aa) 1) ((d ax) 0) ((n ao l d) 0))) +("odonnel" nil (((aa) 1) ((d ax) 0) ((n eh l) 0))) +("odonnell" nil (((ow) 0) ((d aa) 1) ((n ax l) 0))) +("odonoghue" nil (((aa) 1) ((d ax) 0) ((n aa g) 0) ((hh uw) 0))) +("odonohue" nil (((aa) 1) ((d ax) 0) ((n aa) 0) ((hh y uw) 0))) +("odonovan" nil (((aa) 0) ((d ax) 0) ((n ow) 1) ((v ax n) 0))) +("odor" nil (((ow) 1) ((d er) 0))) +("odorant" nil (((ow) 1) ((d er) 0) ((ax n t) 0))) +("odorless" nil (((ow) 1) ((d er) 0) ((l ax s) 0))) +("odorous" nil (((ow) 1) ((d er) 0) ((ax s) 0))) +("odors" nil (((ow) 1) ((d er z) 0))) +("odowd" nil (((aa) 1) ((d aw d) 0))) +("odp" nil (((ow) 1) ((d iy) 1) ((p iy) 1))) +("odriscoll" nil (((aa) 1) ((d r ih) 0) ((s k aa l) 0))) +("odum" nil (((ow) 1) ((d ax m) 0))) +("odwyer" nil (((aa) 1) ((d w iy) 0) ((er) 0))) +("odysseus" nil (((ow) 0) ((d ih) 1) ((s iy) 0) ((ax s) 0))) +("odyssey" nil (((aa) 1) ((d ax) 0) ((s iy) 0))) +("oedipal" nil (((eh) 1) ((d ax) 0) ((p ax l) 0))) +("oedipus" nil (((ow) 0) ((d iy) 1) ((p ax s) 0))) +("oehler" nil (((ow) 1) ((l er) 0))) +("oehlert" nil (((ow) 1) ((l er t) 0))) +("oehlke" nil (((ow l k) 1))) +("oehme" nil (((ow m) 1))) +("oehmen" nil (((ow) 1) ((m ax n) 0))) +("oehmens" nil (((ow) 1) ((m ax n z) 0))) +("oehrlein" nil (((ao r) 1) ((l ay n) 0))) +("oeien" nil (((ow) 1) ((iy) 0) ((ax n) 0))) +("oelke" nil (((ow l k) 1))) +("oelkers" nil (((ow l) 1) ((k er z) 0))) +("oelman" nil (((ow l) 1) ((m ax n) 0))) +("oelrich" nil (((ow l) 1) ((r ih k) 0))) +("oelschlager" nil (((ow l) 1) ((sh l ey) 0) ((g er) 0))) +("oerlikon" nil (((ao r) 1) ((l ih) 0) ((k aa n) 1))) +("oertel" nil (((ao r) 1) ((t ax l) 0))) +("oesch" nil (((ow sh) 1))) +("oeser" nil (((ow) 1) ((z er) 0))) +("oest" nil (((ow) 1) ((ih s t) 0))) +("oesterle" nil (((ow) 1) ((s t er) 0) ((ax l) 0))) +("oesterling" nil (((ow) 1) ((s t er) 0) ((l ih ng) 0))) +("oesterreich" nil (((ow) 1) ((s t er) 0) ((ay k) 0))) +("oesterreichische" nil (((ow) 1) ((s t er) 0) ((ay) 1) ((k ih) 0) ((sh iy) 0))) +("oestreich" nil (((ow) 1) ((s t r ay k) 1))) +("oestreicher" nil (((ow) 1) ((s t r ay) 1) ((k er) 0))) +("oetken" nil (((ow t) 1) ((k ax n) 0))) +("oetting" nil (((ow) 1) ((t ih ng) 0))) +("oettinger" nil (((ow) 1) ((t ih n) 0) ((jh er) 0))) +("oeuvre" nil (((uw) 1) ((v r ax) 0))) +("of" nil (((ah v) 1))) +("ofallon" nil (((aa) 1) ((f ax) 0) ((l aa n) 0))) +("ofarrell" nil (((aa) 1) ((f er) 0) ((eh l) 0))) +("ofc" nil (((ow) 1) ((eh f) 1) ((s iy) 1))) +("ofelia" nil (((ow) 0) ((f ey) 1) ((l iy) 0) ((ax) 0))) +("ofer" nil (((ow) 1) ((f er) 0))) +("off" nil (((ao f) 1))) +("offbeat" nil (((ao f) 1) ((b iy t) 1))) +("offen" nil (((ao) 1) ((f ax n) 0))) +("offend" nil (((ax) 0) ((f eh n d) 1))) +("offended" nil (((ax) 0) ((f eh n) 1) ((d ax d) 0))) +("offender" nil (((ax) 0) ((f eh n) 1) ((d er) 0))) +("offenders" nil (((ax) 0) ((f eh n) 1) ((d er z) 0))) +("offending" nil (((ax) 0) ((f eh n) 1) ((d ih ng) 0))) +("offends" nil (((ax) 0) ((f eh n d z) 1))) +("offense" nil (((ax) 0) ((f eh n s) 1))) +("offenses" nil (((ax) 0) ((f eh n) 1) ((s ih z) 0))) +("offensive" nil (((ax) 0) ((f eh n) 1) ((s ih v) 0))) +("offensively" nil (((ax) 0) ((f eh n) 1) ((s ih) 0) ((v l iy) 0))) +("offensives" nil (((ax) 0) ((f eh n) 1) ((s ih v z) 0))) +("offer" nil (((ao) 1) ((f er) 0))) +("offerdahl" nil (((aa) 1) ((f er) 0) ((d aa l) 0))) +("offered" nil (((ao) 1) ((f er d) 0))) +("offerer" nil (((ao) 1) ((f er) 0) ((er) 0))) +("offering" nil (((ao) 1) ((f er) 0) ((ih ng) 0))) +("offerings" nil (((ao) 1) ((f er) 0) ((ih ng z) 0))) +("offerman" nil (((ao) 1) ((f er) 0) ((m ax n) 0))) +("offermann" nil (((ao) 1) ((f er) 0) ((m ax n) 0))) +("offers" nil (((ao) 1) ((f er z) 0))) +("offhand" nil (((ao f) 1) ((hh ae n d) 1))) +("offical" nil (((ax) 0) ((f ih) 0) ((sh ax l) 0))) +("officals" nil (((ao) 1) ((f ih) 0) ((k ax l z) 0))) +("office" nil (((ao) 1) ((f ax s) 0))) +("officeholder" nil (((ao) 1) ((f ax s) 0) ((hh ow l) 1) ((d er) 0))) +("officeholders" nil (((ao) 1) ((f ax s) 0) ((hh ow l) 1) ((d er z) 0))) +("officemax" nil (((ao) 1) ((f ax) 0) ((s m ae k s) 1))) +("officer" nil (((ao) 1) ((f ax) 0) ((s er) 0))) +("officers" nil (((ao) 1) ((f ax) 0) ((s er z) 0))) +("offices" nil (((ao) 1) ((f ax) 0) ((s ax z) 0))) +("official" nil (((ax) 0) ((f ih) 1) ((sh ax l) 0))) +("officialdom" nil (((ax) 0) ((f ih) 1) ((sh ax l) 0) ((d ax m) 0))) +("officially" nil (((ax) 0) ((f ih) 1) ((sh ax) 0) ((l iy) 0))) +("officials" nil (((ax) 0) ((f ih) 1) ((sh ax l z) 0))) +("officiate" nil (((ax) 0) ((f ih) 1) ((sh iy) 0) ((ey t) 1))) +("officiated" nil (((ax) 0) ((f ih) 1) ((sh iy) 0) ((ey) 1) ((t ax d) 0))) +("officiating" nil (((ax) 0) ((f ih) 1) ((sh iy) 0) ((ey) 1) ((t ih ng) 0))) +("officio" nil (((ax) 0) ((f ih) 1) ((s iy) 0) ((ow) 0))) +("offield" nil (((aa) 1) ((f iy l d) 1))) +("offill" nil (((ao) 1) ((f ih l) 1))) +("offing" nil (((ao) 1) ((f ih ng) 0))) +("offner" nil (((aa f) 1) ((n er) 0))) +("offord" nil (((aa) 1) ((f er d) 0))) +("offs" nil (((ao f s) 1))) +("offset" nil (((ao f) 0) ((s eh t) 1))) +("offsets" nil (((ao f) 1) ((s eh t s) 1))) +("offsetting" nil (((ao f) 0) ((s eh) 1) ((t ih ng) 0))) +("offshoot" nil (((ao f) 1) ((sh uw t) 1))) +("offshoots" nil (((ao f) 1) ((sh uw t s) 1))) +("offshore" nil (((ao f) 1) ((sh ao r) 1))) +("offspring" nil (((ao f) 1) ((s p r ih ng) 1))) +("offstage" nil (((ao f) 1) ((s t ey jh) 1))) +("offutt" nil (((aa) 1) ((f ax t) 0))) +("ofilia" nil (((ow) 0) ((f iy) 1) ((l iy) 0) ((ax) 0))) +("oflaherty" nil (((aa) 1) ((f l ax) 0) ((hh er) 0) ((t iy) 0))) +("oflynn" nil (((aa) 1) ((f l ih n) 0))) +("oft" nil (((ao f t) 1))) +("oftedahl" nil (((aa f) 1) ((t ih) 0) ((d aa l) 0))) +("oftel" nil (((aa f) 1) ((t eh l) 1))) +("often" nil (((ao) 1) ((f ax n) 0))) +("oftener" nil (((ao) 1) ((f ax) 0) ((n er) 0))) +("oftentimes" nil (((ao) 1) ((f ax n) 0) ((t ay m z) 1))) +("og" nil (((aa g) 1))) +("ogan" nil (((ow) 1) ((g ax n) 0))) +("ogara" nil (((ow) 0) ((g aa) 1) ((r ax) 0))) +("ogata" nil (((ow) 0) ((g aa) 1) ((t ax) 0))) +("ogawa" nil (((ow) 0) ((g aa) 1) ((w ax) 0))) +("ogborn" nil (((aa g) 1) ((b er n) 0))) +("ogburn" nil (((aa g) 1) ((b er n) 0))) +("ogden" nil (((aa g) 1) ((d ax n) 0))) +("ogg" nil (((aa g) 1))) +("ogier" nil (((ow) 1) ((g iy) 0) ((er) 0))) +("ogilvie" nil (((aa) 1) ((jh ih l) 0) ((v iy) 0))) +("ogilvy" nil (((ow) 1) ((g ax l) 0) ((v iy) 0))) +("ogle" nil (((ow) 1) ((g ax l) 0))) +("oglebay" nil (((ow) 1) ((g ax l) 0) ((b ey) 1))) +("ogled" nil (((ow) 1) ((g ax l d) 0))) +("ogles" nil (((ow) 1) ((g ax l z) 0))) +("oglesbee" nil (((ow) 1) ((g ax l z) 0) ((b iy) 1))) +("oglesby" nil (((aa) 1) ((g l ih s) 0) ((b iy) 0))) +("oglethorpe" nil (((ow) 1) ((g ax l) 0) ((th ao r p) 1))) +("ogletree" nil (((ow) 1) ((g ax l) 0) ((t r iy) 1))) +("ognibene" nil (((ow g) 0) ((n iy) 0) ((b eh) 1) ((n ax) 0))) +("ogonyok" nil (((ow) 0) ((g ow) 1) ((n y aa k) 0))) +("ogorman" nil (((aa) 1) ((g er) 0) ((m ax n) 0))) +("ogrady" nil (((ax) 0) ((g r aa) 1) ((d iy) 0))) +("ogre" nil (((ow) 1) ((g er) 0))) +("ogren" nil (((aa) 1) ((g r eh n) 0))) +("ogress" nil (((ow) 1) ((g r ax s) 0))) +("oguin" nil (((ow) 0) ((g uw) 1) ((iy n) 0))) +("oguinn" nil (((aa) 1) ((g ih n) 0))) +("oh" nil (((ow) 1))) +("ohagan" nil (((ow) 0) ((hh aa) 1) ((g aa n) 0))) +("ohair" nil (((aa) 1) ((hh er) 0))) +("ohalloran" nil (((aa) 0) ((hh ax) 0) ((l ao) 1) ((r ax n) 0))) +("ohanesian" nil (((aa) 0) ((hh ax) 0) ((n eh) 1) ((zh ih n) 0))) +("ohanian" nil (((ax) 0) ((hh ey) 1) ((n iy) 0) ((ax n) 0))) +("ohanlon" nil (((ax) 0) ((hh ae n) 1) ((l ax n) 0))) +("OHara" n (((ow) 0) ((hh aa) 1) ((r ax) 0))) +("ohare" nil (((ow) 0) ((hh aa) 1) ((r ey) 0))) +("oharra" nil (((aa) 1) ((hh er) 0) ((ax) 0))) +("ohashi" nil (((ow) 0) ((hh aa) 1) ((sh iy) 0))) +("ohaver" nil (((aa) 1) ((hh ax) 0) ((v er) 0))) +("ohba" nil (((ow) 1) ((b ax) 0))) +("ohbayashi" nil (((ow) 1) ((b aa) 0) ((y aa) 1) ((sh iy) 0))) +("ohearn" nil (((aa) 1) ((hh er n) 0))) +("ohern" nil (((aa) 1) ((hh er n) 0))) +("oherron" nil (((aa) 1) ((hh er) 0) ((aa n) 0))) +("ohio" nil (((ow) 0) ((hh ay) 1) ((ow) 0))) +("ohioans" nil (((ow) 1) ((hh ay) 1) ((ow) 1) ((ax n z) 0))) +("ohkawara" nil (((ow) 1) ((k aa) 1) ((w aa) 1) ((r ax) 0))) +("ohl" nil (((ow l) 1))) +("ohland" nil (((ow) 1) ((l ax n d) 0))) +("ohlendorf" nil (((ow) 1) ((l ih n) 0) ((d ao r f) 0))) +("ohler" nil (((ow) 1) ((l er) 0))) +("ohlin" nil (((ow) 1) ((l ih n) 0))) +("ohlinger" nil (((ow) 1) ((l ih ng) 0) ((er) 0))) +("ohlman" nil (((ow l) 1) ((m ax n) 0))) +("ohlmann" nil (((ow l) 1) ((m ax n) 0))) +("ohlmeyer" nil (((ow l) 1) ((m ay r) 1))) +("ohlrich" nil (((ow l) 1) ((r ih k) 0))) +("ohlsen" nil (((ow l) 1) ((s ax n) 0))) +("ohlson" nil (((ow l) 1) ((s ax n) 0))) +("ohlsson" nil (((ow l) 1) ((s ax n) 0))) +("ohm" nil (((ow m) 1))) +("ohmae" nil (((ow) 1) ((m ey) 1))) +("ohman" nil (((ow) 1) ((m ax n) 0))) +("ohmann" nil (((ow) 1) ((m ax n) 0))) +("ohmer" nil (((ow) 1) ((m er) 0))) +("ohms" nil (((ow m z) 1))) +("ohmura" nil (((ow) 0) ((m uw) 1) ((r ax) 0))) +("ohnemus" nil (((ow) 1) ((n ih) 0) ((m ih s) 0))) +("ohnstad" nil (((ow n) 1) ((s t ax d) 0))) +("ohr" nil (((ao r) 1))) +("ohrt" nil (((ao r t) 1))) +("ohs" nil (((ow z) 1))) +("oi" nil (((oy) 1))) +("oie" nil (((oy) 1))) +("oien" nil (((aa) 1) ((iy n) 0))) +("oil" nil (((oy l) 1))) +("oiled" nil (((oy l d) 1))) +("oiler" nil (((oy) 1) ((l er) 0))) +("oilers" nil (((oy) 1) ((l er z) 0))) +("oilfield" nil (((oy l) 1) ((f iy l d) 1))) +("oilfields" nil (((oy l) 1) ((f iy l d z) 1))) +("oiling" nil (((oy) 1) ((l ih ng) 0))) +("oilman" nil (((oy l) 1) ((m ae n) 1))) +("oilmen" nil (((oy l) 1) ((m eh n) 1))) +("oils" nil (((oy l z) 1))) +("oilseed" nil (((oy l) 1) ((s iy d) 1))) +("oilseeds" nil (((oy l) 1) ((s iy d z) 1))) +("oilwell" nil (((oy l) 1) ((w eh l) 1))) +("oily" nil (((oy) 1) ((l iy) 0))) +("ointment" nil (((oy n t) 1) ((m ax n t) 0))) +("oip" nil (((ow) 1) ((ay) 1) ((p iy) 1))) +("oishi" nil (((ow) 0) ((iy) 1) ((sh iy) 0))) +("oja" nil (((ow) 1) ((y ax) 0))) +("ojala" nil (((ow) 0) ((y aa) 1) ((l ax) 0))) +("ojeda" nil (((ow) 0) ((y ey) 1) ((d ax) 0))) +("oji" nil (((ow) 1) ((jh iy) 0))) +("ojibwa" nil (((ow) 0) ((jh ih) 1) ((b w ax) 0))) +("ok" nil (((ow) 1) ((k ey) 1))) +("oka" nil (((ow) 1) ((k ax) 0))) +("okabe" nil (((ow) 0) ((k aa) 1) ((b ey) 0))) +("okada" nil (((ow) 0) ((k aa) 1) ((d ax) 0))) +("okamoto" nil (((ow) 1) ((k ax) 0) ((m ow) 1) ((t ow) 0))) +("okamura" nil (((ow) 1) ((k ax) 0) ((m uh) 1) ((r ax) 0))) +("okane" nil (((ow) 0) ((k aa) 1) ((n ey) 0))) +("okano" nil (((ow) 0) ((k aa) 1) ((n ow) 0))) +("okasaki" nil (((ow) 1) ((k ax) 0) ((s aa) 1) ((k iy) 0))) +("okasan" nil (((ow) 0) ((k ey) 1) ((z ax n) 0))) +("okay" nil (((ow) 1) ((k ey) 1))) +("okayed" nil (((ow) 1) ((k ey) 1) ((ax d) 0))) +("okays" nil (((ow) 1) ((k ey z) 1))) +("okazaki" nil (((ow) 0) ((k aa) 0) ((z aa) 1) ((k iy) 0))) +("okeechobee" nil (((ow) 0) ((k iy) 1) ((ch ow) 1) ((b iy) 0))) +("okeefe" nil (((aa) 1) ((k iy f) 0))) +("okeeffe" nil (((aa) 1) ((k iy f) 0))) +("okelley" nil (((aa) 1) ((k ih) 0) ((l iy) 0))) +("okelly" nil (((aa) 1) ((k ax) 0) ((l iy) 0))) +("oken" nil (((ow) 0) ((k ey) 1) ((ax n) 0))) +("okerlund" nil (((aa) 1) ((k er) 0) ((l ax n d) 0))) +("okeson" nil (((aa) 1) ((k ih) 0) ((s ax n) 0))) +("okey" nil (((ow) 1) ((k iy) 0))) +("oki" nil (((ow) 1) ((k iy) 0))) +("okie" nil (((ow) 1) ((k iy) 0))) +("okimoto" nil (((ow) 0) ((k iy) 0) ((m ow) 1) ((t ow) 0))) +("okin" nil (((ow) 1) ((k ih n) 0))) +("okinawa" nil (((ow) 1) ((k ih) 1) ((n aa) 1) ((w ax) 0))) +("okinawans" nil (((ow) 1) ((k ih) 1) ((n aa) 1) ((w ax n z) 0))) +("oklahoma" nil (((ow) 1) ((k l ax) 0) ((hh ow) 1) ((m ax) 0))) +("okon" nil (((ow) 1) ((k ow n) 0))) +("okoniewski" nil (((ow) 0) ((k aa) 1) ((n iy) 0) ((eh f) 1) ((s k iy) 0))) +("okonski" nil (((ax) 0) ((k aa n) 1) ((s k iy) 0))) +("okpo" nil (((aa k) 1) ((p ow) 0))) +("okra" nil (((ow) 1) ((k r ax) 0))) +("okray" nil (((aa) 1) ((k r ey) 0))) +("oksana" nil (((aa k) 1) ((s ae) 1) ((n ax) 0))) +("oksenberg" nil (((aa k) 1) ((s ax n) 0) ((b er g) 0))) +("okubo" nil (((ow) 0) ((k uw) 1) ((b ow) 0))) +("okuda" nil (((ow) 0) ((k uw) 1) ((d ax) 0))) +("okuma" nil (((ow) 0) ((k y uw) 1) ((m er) 0))) +("okumura" nil (((ow) 0) ((k uw) 0) ((m uh) 1) ((r ax) 0))) +("okun" nil (((ow) 1) ((k uw n) 0))) +("okuno" nil (((ow) 0) ((k y uw) 1) ((n ow) 0))) +("okura" nil (((ow) 0) ((k uw) 1) ((r ax) 0))) +("okurowski" nil (((ow) 0) ((k er) 0) ((ow) 1) ((s k iy) 0))) +("ola" nil (((ow) 1) ((l ax) 0))) +("olack" nil (((ow) 1) ((l ae k) 0))) +("olaf" nil (((ow) 1) ((l aa f) 0))) +("olafson" nil (((aa) 1) ((l ax f) 0) ((s ax n) 0))) +("olague" nil (((ow) 1) ((l aa g) 0))) +("olah" nil (((ax) 0) ((l aa) 1))) +("olajuwon" nil (((ax) 0) ((l ay) 1) ((jh uw) 0) ((aa n) 1))) +("oland" nil (((aa) 1) ((l ax n d) 0))) +("olander" nil (((aa) 1) ((l ax n) 0) ((d er) 0))) +("olano" nil (((ax) 0) ((l aa) 1) ((n ow) 0))) +("olathe" nil (((ow) 0) ((l ae) 1) ((th iy) 0))) +("olaughlin" nil (((ax) 0) ((l ao) 1) ((k l ih n) 0))) +("olay" nil (((ow) 0) ((l ey) 1))) +("olayan" nil (((ow) 0) ((l ay) 1) ((ax n) 0))) +("olberding" nil (((ow l) 1) ((b er) 0) ((d ih ng) 0))) +("olbrich" nil (((ow l) 1) ((b r ih k) 0))) +("olcott" nil (((ow l) 1) ((k ax t) 0))) +("olczak" nil (((ow l) 1) ((ch ae k) 0))) +("old" nil (((ow l d) 1))) +("oldaker" nil (((ow l) 1) ((d ax) 0) ((k er) 0))) +("oldani" nil (((ow l) 0) ((d aa) 1) ((n iy) 0))) +("olde" nil (((ow l d) 1))) +("olden" nil (((ow l) 1) ((d ax n) 0))) +("oldenburg" nil (((ow l) 1) ((d ax n) 0) ((b er g) 0))) +("oldenkamp" nil (((ow l) 1) ((d ih n) 0) ((k ae m p) 0))) +("older" nil (((ow l) 1) ((d er) 0))) +("oldest" nil (((ow l) 1) ((d ax s t) 0))) +("oldfather" nil (((ow l d) 1) ((f aa) 1) ((dh er) 0))) +("oldfield" nil (((ow l d) 1) ((f iy l d) 1))) +("oldham" nil (((ow l) 1) ((d ax m) 0))) +("oldies" nil (((ow l) 1) ((d iy z) 0))) +("oldroyd" nil (((ow l) 1) ((d r oy d) 1))) +("olds" nil (((ow l d z) 1))) +("oldsmobile" nil (((ow l d z) 1) ((m ow) 0) ((b iy l) 1))) +("oldsmobiles" nil (((ow l d z) 1) ((m ow) 0) ((b iy l z) 1))) +("oldsters" nil (((ow l d) 1) ((s t er z) 0))) +("oldt" nil (((ow l t) 1))) +("ole" nil (((ow l) 1))) +("olea" nil (((aa) 1) ((l iy) 0) ((ax) 0))) +("olean" nil (((ow) 0) ((l iy n) 1))) +("oleander" nil (((ow) 1) ((l iy) 0) ((ae n) 1) ((d er) 0))) +("olear" nil (((aa) 1) ((l er) 0))) +("oleary" nil (((aa) 1) ((l er) 0) ((iy) 0))) +("oleaster" nil (((ow) 1) ((l iy) 0) ((ae) 1) ((s t er) 0))) +("olefins" nil (((ow) 1) ((l ax) 0) ((f ih n z) 0))) +("oleg" nil (((ow) 1) ((l ax g) 0))) +("olejniczak" nil (((ax) 0) ((l ey) 1) ((n ih) 0) ((ch ae k) 0))) +("olejnik" nil (((ax) 0) ((l ey) 1) ((n ih k) 0))) +("oleksiak" nil (((ax) 0) ((l eh k) 1) ((s iy) 0) ((ae k) 0))) +("oleksy" nil (((ax) 0) ((l eh k) 1) ((s iy) 0))) +("olen" nil (((aa) 1) ((l ax n) 0))) +("olender" nil (((aa) 1) ((l eh n) 0) ((d er) 0))) +("olenick" nil (((aa) 1) ((l ih) 0) ((n ih k) 0))) +("olenik" nil (((aa) 1) ((l ih) 0) ((n ih k) 0))) +("oleo" nil (((ow) 1) ((l iy) 0) ((ow) 1))) +("oler" nil (((ow) 1) ((l er) 0))) +("oles" nil (((ow l z) 1))) +("olesen" nil (((aa) 1) ((l iy) 0) ((z ax n) 0))) +("oleske" nil (((ow) 1) ((l ax) 0) ((s k iy) 0))) +("olesky" nil (((ax) 0) ((l eh) 1) ((s k iy) 0))) +("oleson" nil (((aa) 1) ((l ih) 0) ((s ax n) 0))) +("olestra" nil (((ow) 0) ((l eh) 1) ((s t r ax) 0))) +("olexa" nil (((ax) 0) ((l iy k) 1) ((s ax) 0))) +("oley" nil (((ow) 1) ((l iy) 0))) +("olfactory" nil (((ow l) 0) ((f ae k) 1) ((t er) 0) ((iy) 0))) +("olga" nil (((ow l) 1) ((g ax) 0))) +("olguin" nil (((ow l) 1) ((g ih n) 0))) +("olick" nil (((ow) 1) ((l ih k) 0))) +("oliff" nil (((aa) 1) ((l ih f) 0))) +("oligarch" nil (((ow) 1) ((l ih) 0) ((g aa r k) 1))) +("oligarchy" nil (((aa) 1) ((l ax) 0) ((g aa r) 1) ((k iy) 0))) +("oliger" nil (((aa) 1) ((l ih) 0) ((g er) 0))) +("oligocene" nil (((aa) 1) ((l ax) 0) ((g ow) 0) ((s iy n) 1))) +("oligopolistic" nil (((ow) 0) ((l ih) 1) ((g ax) 0) ((p ow) 0) ((l ih) 1) ((s t ih k) 0))) +("oligopoly" nil (((aa) 1) ((l ih) 0) ((g aa) 1) ((p ax) 0) ((l iy) 0))) +("olin" nil (((ow) 1) ((l ih n) 0))) +("olinda" nil (((ow) 0) ((l iy n) 1) ((d ax) 0))) +("olinde" nil (((aa) 1) ((l ih n d) 0))) +("olinger" nil (((aa) 1) ((l ih ng) 0) ((er) 0))) +("oliphant" nil (((aa) 1) ((l ih) 0) ((f ax n t) 0))) +("oliva" nil (((ow) 0) ((l iy) 1) ((v ax) 0))) +("olivares" nil (((ow) 0) ((l iy) 0) ((v aa) 1) ((r eh s) 0))) +("olivarez" nil (((ow) 0) ((l iy) 0) ((v aa) 1) ((r eh z) 0))) +("olivas" nil (((ow) 0) ((l iy) 1) ((v aa z) 0))) +("olive" nil (((aa) 1) ((l ax v) 0))) +("oliveira" nil (((aa) 1) ((l ih) 0) ((v ey) 1) ((r ax) 0))) +("oliver" nil (((aa) 1) ((l ax) 0) ((v er) 0))) +("olivera" nil (((ow) 0) ((l iy) 0) ((v eh) 1) ((r ax) 0))) +("oliveras" nil (((ow) 0) ((l iy) 0) ((v eh) 1) ((r aa z) 0))) +("oliveri" nil (((ow) 0) ((l iy) 0) ((v eh) 1) ((r iy) 0))) +("oliveria" nil (((aa) 1) ((l ih) 0) ((v iy) 1) ((r iy) 0) ((ax) 0))) +("oliverio" nil (((aa) 1) ((l ih) 0) ((v iy) 1) ((r iy) 0) ((ow) 0))) +("olivero" nil (((ow) 0) ((l iy) 0) ((v eh) 1) ((r ow) 0))) +("oliveros" nil (((ow) 0) ((l iy) 0) ((v eh) 1) ((r ow z) 0))) +("olives" nil (((aa) 1) ((l ih v z) 0))) +("oliveto" nil (((ow) 0) ((l iy) 0) ((v ey) 1) ((t ow) 0))) +("olivette" nil (((aa) 1) ((l ih) 0) ((v eh t) 1))) +("olivetti" nil (((aa) 1) ((l ih) 0) ((v eh) 1) ((t iy) 0))) +("olivia" nil (((ow) 0) ((l ih) 1) ((v iy) 0) ((ax) 0))) +("olivier" nil (((ow) 1) ((l ih) 1) ((v iy) 1) ((ey) 1))) +("olivieri" nil (((ow) 0) ((l iy) 0) ((v ih) 1) ((r iy) 0))) +("olivine" nil (((aa) 1) ((l ax) 0) ((v iy n) 1))) +("olivo" nil (((ao) 0) ((l iy) 1) ((v ow) 0))) +("olk" nil (((ow k) 1))) +("olkowski" nil (((ow l) 0) ((k ao f) 1) ((s k iy) 0))) +("ollar" nil (((aa) 1) ((l er) 0))) +("oller" nil (((aa) 1) ((l er) 0))) +("olley" nil (((aa) 1) ((l iy) 0))) +("ollie" nil (((aa) 1) ((l iy) 0))) +("olliff" nil (((aa) 1) ((l ih f) 0))) +("ollila" nil (((aa) 1) ((l ih) 0) ((l ax) 0))) +("ollinger" nil (((aa) 1) ((l ih ng) 0) ((er) 0))) +("ollis" nil (((ao) 1) ((l iy z) 0))) +("ollison" nil (((aa) 1) ((l ih) 0) ((s ax n) 0))) +("olly" nil (((aa) 1) ((l iy) 0))) +("olmeda" nil (((ow l) 0) ((m ey) 1) ((d ax) 0))) +("olmedo" nil (((ow l) 0) ((m ey) 1) ((d ow) 0))) +("olmo" nil (((ow l) 1) ((m ow) 0))) +("olmos" nil (((ow l) 1) ((m ow z) 0))) +("olmstead" nil (((ow l m) 1) ((s t eh d) 1))) +("olney" nil (((ow l) 1) ((n iy) 0))) +("olof" nil (((ow) 1) ((l ao f) 0))) +("olofson" nil (((aa) 1) ((l ax f) 0) ((s ax n) 0))) +("olokuei" nil (((ow) 1) ((l ow) 0) ((k uw) 1) ((iy) 0))) +("oloughlin" nil (((ax) 0) ((l aw) 1) ((k l ih n) 0))) +("olsen" nil (((ow l) 1) ((s ax n) 0))) +("olshan" nil (((ow l) 1) ((sh ax n) 0))) +("olshansky" nil (((ow l) 1) ((sh ax n) 0) ((s k iy) 0))) +("olshefski" nil (((ow l) 0) ((sh eh f) 1) ((s k iy) 0))) +("olsher" nil (((ow l) 1) ((sh er) 0))) +("olson" nil (((ow l) 1) ((s ax n) 0))) +("olsson" nil (((ow l) 1) ((s ax n) 0))) +("olstad" nil (((ow l) 1) ((s t ax d) 0))) +("olsten" nil (((ow l) 1) ((s t ax n) 0))) +("olszewski" nil (((ow l) 0) ((sh eh f) 1) ((s k iy) 0))) +("olt" nil (((ow l t) 1))) +("olthoff" nil (((ow l t) 1) ((hh ao f) 1))) +("oltman" nil (((ow l t) 1) ((m ax n) 0))) +("oltmann" nil (((ow l t) 1) ((m ax n) 0))) +("oltmanns" nil (((ow l t) 1) ((m ax n z) 0))) +("olund" nil (((aa) 1) ((l ax n d) 0))) +("olva" nil (((ow l) 1) ((v ax) 0))) +("olver" nil (((ow l) 1) ((v er) 0))) +("olvera" nil (((ow l) 0) ((v eh) 1) ((r ax) 0))) +("olvey" nil (((ow l) 1) ((v iy) 0))) +("olympia" nil (((ow) 0) ((l ih m) 1) ((p iy) 0) ((ax) 0))) +("olympiad" nil (((ow) 0) ((l ih m) 1) ((p iy) 0) ((ae d) 1))) +("olympian" nil (((ow) 0) ((l ih m) 1) ((p iy) 0) ((ax n) 0))) +("olympians" nil (((ow) 0) ((l ih m) 1) ((p iy) 0) ((ax n z) 0))) +("olympias" nil (((ow) 0) ((l ih m) 1) ((p iy) 0) ((ax s) 0))) +("olympic" nil (((ow) 0) ((l ih m) 1) ((p ih k) 0))) +("olympics" nil (((ow) 0) ((l ih m) 1) ((p ih k s) 0))) +("olympus" nil (((ow) 0) ((l ih m) 1) ((p ax s) 0))) +("oma" nil (((ow) 1) ((m ax) 0))) +("omaha" nil (((ow) 1) ((m ax) 0) ((hh aa) 1))) +("omahoney" nil (((aa) 1) ((m ax) 0) ((hh aa) 0) ((n iy) 0))) +("omahony" nil (((aa) 1) ((m ax) 0) ((hh ax) 0) ((n iy) 0))) +("omalley" nil (((aa) 1) ((m ax) 0) ((l iy) 0))) +("oman" nil (((ow) 0) ((m aa n) 1))) +("omani" nil (((ow) 0) ((m aa) 1) ((n iy) 0))) +("omans" nil (((ow) 0) ((m aa n z) 1))) +("omar" nil (((ow) 1) ((m aa r) 0))) +("omara" nil (((ow) 0) ((m aa) 1) ((r ax) 0))) +("omary" nil (((ax) 0) ((m eh) 1) ((r iy) 0))) +("ombudsman" nil (((aa m) 1) ((b ax d z) 0) ((m ax n) 0))) +("omdahl" nil (((aa m) 1) ((d aa l) 1))) +("omead" nil (((ow) 0) ((m iy d) 1))) +("omeara" nil (((ow) 1) ((m iy) 1) ((r ax) 0))) +("omega" nil (((ow) 0) ((m eh) 1) ((g ax) 0))) +("omelet" nil (((aa m) 1) ((l ax t) 0))) +("omelets" nil (((aa m) 1) ((l ax t s) 0))) +("omelia" nil (((ow) 0) ((m eh) 1) ((l iy) 0) ((ax) 0))) +("omen" nil (((ow) 1) ((m ax n) 0))) +("omens" nil (((ow) 1) ((m ax n z) 0))) +("omer" nil (((ow) 1) ((m er) 0))) +("ominous" nil (((aa) 1) ((m ax) 0) ((n ax s) 0))) +("ominously" nil (((aa) 1) ((m ax) 0) ((n ax) 0) ((s l iy) 0))) +("omission" nil (((ow) 0) ((m ih) 1) ((sh ax n) 0))) +("omissions" nil (((ow) 0) ((m ih) 1) ((sh ax n z) 0))) +("omit" nil (((ow) 0) ((m ih t) 1))) +("omits" nil (((ow) 0) ((m ih t s) 1))) +("omitted" nil (((ow) 0) ((m ih) 1) ((t ax d) 0))) +("omitting" nil (((ow) 0) ((m ih) 1) ((t ih ng) 0))) +("omlor" nil (((aa m) 1) ((l er) 0))) +("ommen" nil (((aa) 1) ((m ax n) 0))) +("omni" nil (((aa m) 1) ((n iy) 0))) +("omnibank" nil (((aa m) 1) ((n ih) 0) ((b ae ng k) 1))) +("omnibook" nil (((aa m) 1) ((n ih) 0) ((b uh k) 1))) +("omnibus" nil (((aa m) 1) ((n ax) 0) ((b ax s) 0))) +("omnibuses" nil (((aa m) 1) ((n ax) 0) ((b ax) 0) ((s ax z) 0))) +("omnicare" nil (((aa m) 1) ((n ih) 0) ((k eh r) 1))) +("omnicom" nil (((aa m) 1) ((n ih) 0) ((k aa m) 0))) +("omnipotence" nil (((aa m) 0) ((n ih) 1) ((p ax) 0) ((t ax n s) 0))) +("omnipotent" nil (((aa m) 0) ((n ih) 1) ((p ax) 0) ((t ax n t) 0))) +("omnipresence" nil (((aa m) 1) ((n ax) 0) ((p r eh) 1) ((z ax n s) 0))) +("omnipresent" nil (((aa m) 1) ((n ih) 0) ((p r eh) 1) ((z ax n t) 0))) +("omniscient" nil (((aa m) 0) ((n ih) 1) ((sh ax n t) 0))) +("omnivorous" nil (((aa m) 0) ((n ih) 1) ((v er) 0) ((ax s) 0))) +("omohundro" nil (((ow) 0) ((m ow) 0) ((hh uw n) 1) ((d r ow) 0))) +("omonia" nil (((ax) 0) ((m ow) 1) ((n iy) 0) ((ax) 0))) +("omori" nil (((ow) 0) ((m ao) 1) ((r iy) 0))) +("omron" nil (((aa) 1) ((m r ax n) 0))) +("on" nil (((aa n) 1))) +("ona" nil (((ax) 0) ((n aa) 1))) +("onagers" nil (((aa) 1) ((n ax) 0) ((jh er z) 0))) +("onan" nil (((ow) 1) ((n ax n) 0))) +("onassis" nil (((ow) 0) ((n ae) 1) ((s ih s) 0))) +("onate" nil (((ow) 1) ((n ey t) 0))) +("onawa" nil (((ow) 0) ((n aa) 1) ((w ax) 0))) +("onboard" nil (((aa n) 1) ((b ao r d) 1))) +("oncale" nil (((ow n) 0) ((k aa) 1) ((l iy) 0))) +("once" nil (((w ah n s) 1))) +("oncogen" nil (((aa ng) 1) ((k ow) 0) ((g ax n) 0))) +("oncogene" nil (((aa ng) 1) ((k ow) 0) ((jh iy n) 1))) +("oncogenes" nil (((aa ng) 0) ((k aa) 1) ((jh eh) 1) ((n iy s) 0))) +("oncologist" nil (((aa ng) 0) ((k aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("oncologists" nil (((aa ng) 0) ((k aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("oncology" nil (((aa ng) 0) ((k aa) 1) ((l ax) 0) ((jh iy) 0))) +("oncoming" nil (((ao n) 1) ((k ah) 1) ((m ih ng) 0))) +("oncor" nil (((aa n) 1) ((k ao r) 1))) +("ondaatje" nil (((aa n) 0) ((d aa) 1) ((t y ax) 0))) +("onder" nil (((aa n) 1) ((d er) 0))) +("onderdonk" nil (((aa n) 1) ((d er) 0) ((d ax ng k) 0))) +("ondo" nil (((ao n) 1) ((d ow) 0))) +("ondracek" nil (((aa n) 1) ((d r ax) 0) ((s eh k) 0))) +("one" nil (((w ah n) 1))) +("oneal" nil (((ow) 0) ((n iy l) 1))) +("oneall" nil (((aa) 1) ((n ax l) 0))) +("onecomm" nil (((w ah n) 1) ((k aa m) 1))) +("oneida" nil (((ow) 0) ((n ay) 1) ((d ax) 0))) +("oneil" nil (((ow) 0) ((n iy l) 1))) +("oneill" nil (((ow) 0) ((n iy l) 1))) +("oneness" nil (((w ah n) 1) ((n ax s) 0))) +("oneok" nil (((ow) 1) ((n iy) 0) ((aa k) 0))) +("onerous" nil (((ow) 1) ((n er) 0) ((ax s) 0))) +("ones" nil (((w ah n z) 1))) +("oneself" nil (((w ah n) 1) ((s eh l f) 1))) +("onetime" nil (((w ah n) 1) ((t ay m) 1))) +("onex" nil (((w ah) 1) ((n eh k s) 1))) +("oney" nil (((ow) 1) ((n iy) 0))) +("oneyear" nil (((w ah) 1) ((n y ih r) 1))) +("ong" nil (((ao ng) 1))) +("ongoing" nil (((aa n) 1) ((g ow) 1) ((ih ng) 0))) +("ongpin" nil (((ao ng) 1) ((p ih n) 0))) +("onion" nil (((ah) 1) ((n y ax n) 0))) +("onions" nil (((ah) 1) ((n y ax n z) 0))) +("onishi" nil (((ow) 0) ((n iy) 1) ((sh iy) 0))) +("onken" nil (((aa ng) 1) ((k ax n) 0))) +("onley" nil (((aa n) 1) ((l iy) 0))) +("online" nil (((ao n) 1) ((l ay n) 1))) +("onlooker" nil (((ao n) 1) ((l uh) 1) ((k er) 0))) +("onlookers" nil (((ao n) 1) ((l uh) 1) ((k er z) 0))) +("only" nil (((ow n) 1) ((l iy) 0))) +("onnen" nil (((aa) 1) ((n ax n) 0))) +("onni" nil (((aa) 1) ((n iy) 0))) +("onno" nil (((aa) 1) ((n ow) 0))) +("ono" nil (((ow) 1) ((n ow) 0))) +("onoda" nil (((ow) 0) ((n ow) 1) ((d er) 0))) +("onofre" nil (((ow) 0) ((n ao) 1) ((f r iy) 0))) +("onofrio" nil (((ow) 0) ((n ow) 1) ((f r iy) 0) ((ow) 0))) +("onomastics" nil (((aa) 1) ((n ax) 0) ((m ae) 1) ((s t ih k s) 0))) +("onondaga" nil (((aa) 1) ((n ax n) 0) ((d ao) 1) ((g ax) 0))) +("onorato" nil (((ow) 0) ((n ao) 0) ((r aa) 1) ((t ow) 0))) +("onrushing" nil (((aa n) 1) ((r ah) 1) ((sh ih ng) 0))) +("ons" nil (((aa n z) 1))) +("onscreen" nil (((aa n) 1) ((s k r iy n) 1))) +("onset" nil (((aa n) 1) ((s eh t) 1))) +("onshore" nil (((aa n) 1) ((sh ao r) 1))) +("onsite" nil (((aa n) 1) ((s ay t) 1))) +("onslaught" nil (((ao n) 1) ((s l ao t) 1))) +("onslow" nil (((aa n) 1) ((s l ow) 0))) +("onstad" nil (((aa n) 1) ((s t ax d) 0))) +("onstage" nil (((aa n) 1) ((s t ey jh) 1))) +("onstott" nil (((aa n) 1) ((s t ax t) 0))) +("ontario" nil (((aa n) 0) ((t eh) 1) ((r iy) 0) ((ow) 0))) +("ontiveros" nil (((ow n) 0) ((t iy) 0) ((v eh) 1) ((r ow z) 0))) +("ontko" nil (((aa n t) 1) ((k ow) 0))) +("onto" nil (((aa n) 1) ((t uw) 0))) +("ontogeny" nil (((aa n) 0) ((t aa) 1) ((jh ax) 0) ((n iy) 0))) +("ontological" nil (((aa n) 1) ((t ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("ontology" nil (((aa n) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("onus" nil (((ow) 1) ((n ax s) 0))) +("onward" nil (((ao n) 1) ((w er d) 0))) +("onwards" nil (((aa n) 1) ((w er d z) 0))) +("onyx" nil (((aa) 1) ((n ih k s) 0))) +("oodles" nil (((uw) 1) ((d ax l z) 0))) +("ooh" nil (((uw) 1))) +("oohs" nil (((uw z) 1))) +("ooley" nil (((uw) 1) ((l iy) 0))) +("oolong" nil (((uw) 1) ((l ao ng) 0))) +("oomph" nil (((uw m f) 1))) +("oona" nil (((uw) 1) ((n ax) 0))) +("oooh" nil (((uw) 1))) +("ooohs" nil (((uw z) 1))) +("oops" nil (((uw p s) 1))) +("ooten" nil (((ow) 0) ((ow) 0) ((t ey) 1) ((ax n) 0))) +("ooze" nil (((uw z) 1))) +("oozed" nil (((uw z d) 1))) +("oozes" nil (((uw) 1) ((z ih z) 0))) +("oozing" nil (((uw) 1) ((z ih ng) 0))) +("op" nil (((aa p) 1))) +("opacity" nil (((ow) 0) ((p ae) 1) ((s ax) 0) ((t iy) 0))) +("opal" nil (((ow) 1) ((p ax l) 0))) +("opalina" nil (((ow) 0) ((p aa) 0) ((l iy) 1) ((n ax) 0))) +("opaline" nil (((ow) 1) ((p ax) 0) ((l iy n) 1))) +("opalka" nil (((ax) 0) ((p aa l) 1) ((k ax) 0))) +("opaque" nil (((ow) 0) ((p ey k) 1))) +("opax" nil (((ow) 1) ((p ae k s) 1))) +("opcom" nil (((aa p) 1) ((k aa m) 0))) +("opdahl" nil (((aa p) 1) ((d aa l) 1))) +("opdyke" nil (((aa p) 1) ((d ay k) 1))) +("opec" nil (((ow) 1) ((p eh k) 1))) +("opel" nil (((ow) 1) ((p ax l) 0))) +("open" nil (((ow) 1) ((p ax n) 0))) +("openai" nil (((ow) 1) ((p ax n) 0) ((ey) 1) ((ay) 1))) +("opened" nil (((ow) 1) ((p ax n d) 0))) +("opener" nil (((ow) 1) ((p ax) 0) ((n er) 0))) +("openers" nil (((ow) 1) ((p ax) 0) ((n er z) 0))) +("opening" nil (((ow) 1) ((p ax) 0) ((n ih ng) 0))) +("openings" nil (((ow) 1) ((p ax) 0) ((n ih ng z) 0))) +("openly" nil (((ow) 1) ((p ax n) 0) ((l iy) 0))) +("openness" nil (((ow) 1) ((p ax n) 0) ((n ax s) 0))) +("opens" nil (((ow) 1) ((p ax n z) 0))) +("openshaw" nil (((ow) 1) ((p ax n) 0) ((sh ao) 1))) +("openwork" nil (((ow) 1) ((p ax n) 0) ((w er k) 1))) +("opera" nil (((aa) 1) ((p r ax) 0))) +("operable" nil (((aa) 1) ((p er) 0) ((ax) 0) ((b ax l) 0))) +("operandi" nil (((aa) 1) ((p er) 0) ((ae n) 1) ((d iy) 0))) +("operant" nil (((aa) 1) ((p er) 0) ((ax n t) 0))) +("operas" nil (((aa) 1) ((p r ax z) 0))) +("operate" nil (((aa) 1) ((p er) 0) ((ey t) 1))) +("operated" nil (((aa) 1) ((p er) 0) ((ey) 1) ((t ax d) 0))) +("operates" nil (((aa) 1) ((p er) 0) ((ey t s) 1))) +("operatic" nil (((aa) 1) ((p er) 0) ((ae) 1) ((t ih k) 0))) +("operating" nil (((aa) 1) ((p er) 0) ((ey) 1) ((t ih ng) 0))) +("operation" nil (((aa) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("operational" nil (((aa) 1) ((p er) 0) ((ey) 1) ((sh ax) 0) ((n ax l) 0))) +("operationally" nil (((aa) 1) ((p er) 0) ((ey) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("operations" nil (((aa) 1) ((p er) 0) ((ey) 1) ((sh ax n z) 0))) +("operative" nil (((aa) 1) ((p er) 0) ((ax) 0) ((t ih v) 0))) +("operatives" nil (((aa) 1) ((p er) 0) ((ax) 0) ((t ih v z) 0))) +("operator" nil (((aa) 1) ((p er) 0) ((ey) 1) ((t er) 0))) +("operators" nil (((aa) 1) ((p er) 0) ((ey) 1) ((t er z) 0))) +("opere" nil (((ow) 0) ((p eh r) 1))) +("operetta" nil (((aa) 1) ((p er) 0) ((eh) 1) ((t ax) 0))) +("operettas" nil (((aa) 1) ((p er) 0) ((eh) 1) ((t ax z) 0))) +("opfer" nil (((aa p) 1) ((f er) 0))) +("opheim" nil (((aa p) 1) ((hh ay m) 1))) +("ophelia" nil (((ax) 0) ((f iy) 1) ((l y ax) 0))) +("ophthalmic" nil (((aa f) 0) ((th ae l) 1) ((m ih k) 0))) +("ophthalmologist" nil (((aa p) 1) ((th ax) 0) ((m aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("ophthalmologists" nil (((aa p) 1) ((th ax) 0) ((m aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("ophthalmology" nil (((aa p) 1) ((th ax) 0) ((m aa) 1) ((l ax) 0) ((jh iy) 0))) +("ophthalmoscope" nil (((aa f) 0) ((th ae l) 1) ((m ax) 0) ((s k ow p) 1))) +("ophuls" nil (((ow) 1) ((f ax l z) 0))) +("opiate" nil (((ow) 1) ((p iy) 0) ((ax t) 0))) +("opic" nil (((aa) 1) ((p ih k) 0))) +("opie" nil (((aa) 1) ((p iy) 0))) +("opiela" nil (((ow) 1) ((p iy) 1) ((l ax) 0))) +("opine" nil (((ow) 0) ((p ay n) 1))) +("opined" nil (((ow) 0) ((p ay n d) 1))) +("opines" nil (((ow) 0) ((p ay n z) 1))) +("opining" nil (((ow) 0) ((p ay) 1) ((n ih ng) 0))) +("opinion" nil (((ax) 0) ((p ih) 1) ((n y ax n) 0))) +("opinionated" nil (((ax) 0) ((p ih) 1) ((n y ax) 0) ((n ey) 1) ((t ih d) 0))) +("opinions" nil (((ax) 0) ((p ih) 1) ((n y ax n z) 0))) +("opitz" nil (((aa) 1) ((p ih t s) 0))) +("opium" nil (((ow) 1) ((p iy) 0) ((ax m) 0))) +("opland" nil (((aa) 1) ((p l ax n d) 0))) +("ople" nil (((ow) 1) ((p ax l) 0))) +("oplinger" nil (((ow) 1) ((p ax) 0) ((l ih ng) 0) ((er) 0))) +("opossum" nil (((ow) 0) ((p aa) 1) ((s ax m) 0))) +("opp" nil (((aa p) 1))) +("oppedisano" nil (((ow) 0) ((p eh) 0) ((d iy) 0) ((s aa) 1) ((n ow) 0))) +("oppel" nil (((aa) 1) ((p ax l) 0))) +("oppelt" nil (((aa) 1) ((p ih l t) 0))) +("oppenheim" nil (((aa) 1) ((p ih n) 0) ((hh ay m) 1))) +("oppenheimer" nil (((aa) 1) ((p ax n) 0) ((hh ay) 1) ((m er) 0))) +("oppenheimers" nil (((aa) 1) ((p ax n) 0) ((hh ay) 1) ((m er z) 0))) +("oppens" nil (((aa) 1) ((p ax n z) 0))) +("opper" nil (((aa) 1) ((p er) 0))) +("opperman" nil (((aa) 1) ((p er) 0) ((m ax n) 0))) +("oppermann" nil (((aa) 1) ((p er) 0) ((m ax n) 0))) +("oppliger" nil (((aa) 1) ((p l ih) 0) ((g er) 0))) +("oppo" nil (((ow) 1) ((p ow) 0))) +("opponent" nil (((ax) 0) ((p ow) 1) ((n ax n t) 0))) +("opponents" nil (((ax) 0) ((p ow) 1) ((n ax n t s) 0))) +("opportune" nil (((aa) 1) ((p er) 0) ((t uw n) 1))) +("opportunism" nil (((aa) 1) ((p er) 0) ((t uw) 1) ((n ih) 1) ((z ax m) 0))) +("opportunist" nil (((aa) 1) ((p er) 0) ((t uw) 1) ((n ih s t) 0))) +("opportunistic" nil (((aa) 1) ((p er) 0) ((t uw) 1) ((n ih) 1) ((s t ih k) 0))) +("opportunists" nil (((aa) 1) ((p er) 0) ((t uw) 1) ((n ih s t s) 0))) +("opportunites" nil (((aa) 1) ((p er) 0) ((t uw) 0) ((n ay t s) 0))) +("opportunities" nil (((aa) 1) ((p er) 0) ((t uw) 1) ((n ax) 0) ((t iy z) 0))) +("opportunity" nil (((aa) 1) ((p er) 0) ((t uw) 1) ((n ax) 0) ((t iy) 0))) +("oppose" nil (((ax) 0) ((p ow z) 1))) +("opposed" nil (((ax) 0) ((p ow z d) 1))) +("opposes" nil (((ax) 0) ((p ow) 1) ((z ih z) 0))) +("opposing" nil (((ax) 0) ((p ow) 1) ((z ih ng) 0))) +("opposite" nil (((aa) 1) ((p ax) 0) ((z ax t) 0))) +("opposites" nil (((aa) 1) ((p ax) 0) ((z ax t s) 0))) +("opposition" nil (((aa) 1) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("oppress" nil (((ax) 0) ((p r eh s) 1))) +("oppressed" nil (((ax) 0) ((p r eh s t) 1))) +("oppression" nil (((ax) 0) ((p r eh) 1) ((sh ax n) 0))) +("oppressive" nil (((ax) 0) ((p r eh) 1) ((s ih v) 0))) +("oppressor" nil (((ax) 0) ((p r eh) 1) ((s er) 0))) +("oppressors" nil (((ax) 0) ((p r eh) 1) ((s er z) 0))) +("opprobrium" nil (((ax) 0) ((p r ow) 1) ((b r iy) 0) ((ax m) 0))) +("oprah" nil (((ow) 1) ((p r ax) 0))) +("opry" nil (((aa) 1) ((p r iy) 0))) +("opryland" nil (((aa) 1) ((p r iy) 0) ((l ax n d) 0))) +("ops" nil (((aa p s) 1))) +("opsahl" nil (((aa p) 1) ((s aa l) 0))) +("opsal" nil (((aa p) 1) ((s ax l) 0))) +("opt" nil (((aa p t) 1))) +("optation" nil (((aa p) 1) ((t ey) 1) ((sh ax n) 0))) +("opted" nil (((aa p) 1) ((t ih d) 0))) +("optek" nil (((aa p) 1) ((t eh k) 1))) +("optic" nil (((aa p) 1) ((t ih k) 0))) +("optica" nil (((aa p) 1) ((t ih) 0) ((k ax) 0))) +("optical" nil (((aa p) 1) ((t ih) 0) ((k ax l) 0))) +("optically" nil (((aa p) 1) ((t ih) 0) ((k l iy) 0))) +("opticians" nil (((aa p) 0) ((t ih) 1) ((sh ax n z) 0))) +("optics" nil (((aa p) 1) ((t ih k s) 0))) +("optima" nil (((aa p) 1) ((t ax) 0) ((m ax) 0))) +("optimal" nil (((aa p) 1) ((t ax) 0) ((m ax l) 0))) +("optimism" nil (((aa p) 1) ((t ax) 0) ((m ih) 1) ((z ax m) 0))) +("optimist" nil (((aa p) 1) ((t ax) 0) ((m ih s t) 0))) +("optimistic" nil (((aa p) 1) ((t ax) 0) ((m ih) 1) ((s t ih k) 0))) +("optimistically" nil (((aa p) 1) ((t ih) 0) ((m ih) 1) ((s t ih) 0) ((k ax) 0) ((l iy) 0))) +("optimists" nil (((aa p) 1) ((t ax) 0) ((m ih s t s) 0))) +("optimization" nil (((aa p) 0) ((t ax) 0) ((m ax) 0) ((z ey) 1) ((sh ax n) 0))) +("optimize" nil (((aa p) 1) ((t ax) 0) ((m ay z) 1))) +("optimum" nil (((aa p) 1) ((t ax) 0) ((m ax m) 0))) +("opting" nil (((aa p) 1) ((t ih ng) 0))) +("option" nil (((aa p) 1) ((sh ax n) 0))) +("optional" nil (((aa p) 1) ((sh ax) 0) ((n ax l) 0))) +("optioned" nil (((aa p) 1) ((sh ax n d) 0))) +("options" nil (((aa p) 1) ((sh ax n z) 0))) +("opto" nil (((aa p) 1) ((t ow) 0))) +("optometric" nil (((aa p) 1) ((t ow) 0) ((m eh) 1) ((t r ih k) 0))) +("optometrists" nil (((aa p) 0) ((t aa) 1) ((m ax) 0) ((t r ih s t s) 0))) +("optometry" nil (((aa p) 0) ((t aa) 1) ((m ax) 0) ((t r iy) 0))) +("opts" nil (((aa p t s) 1))) +("optus" nil (((aa p) 1) ((t ax s) 0))) +("OPU" nil (((ow) 1) ((p iy) 1) ((y uw) 1))) +("opulence" nil (((aa) 1) ((p y ax) 0) ((l ax n s) 0))) +("opulent" nil (((aa) 1) ((p y ax) 0) ((l ax n t) 0))) +("opus" nil (((ow) 1) ((p ax s) 0))) +("oquendo" nil (((ow) 0) ((k w eh n) 1) ((d ow) 0))) +("oquin" nil (((ow) 0) ((k w iy n) 1))) +("oquinn" nil (((ow) 0) ((k w iy n) 1))) +("or" nil (((ao r) 1))) +("ora" nil (((ao) 1) ((r ax) 0))) +("orabel" nil (((ao) 0) ((r aa) 0) ((b eh l) 1))) +("orabelle" nil (((ao) 1) ((r ax) 0) ((b ax l) 0))) +("oracle" nil (((ao) 1) ((r ax) 0) ((k ax l) 0))) +("oracles" nil (((ao) 1) ((r ax) 0) ((k ax l z) 0))) +("oradour" nil (((ao) 1) ((r ax) 0) ((d ao r) 1))) +("oraflex" nil (((ao) 1) ((r ax) 0) ((f l eh k s) 1))) +("orahood" nil (((ao) 1) ((r ax) 0) ((hh uh d) 1))) +("oral" nil (((ao) 1) ((r ax l) 0))) +("oralia" nil (((ao) 0) ((r aa) 1) ((l iy) 0) ((ax) 0))) +("oralie" nil (((ao) 1) ((r ax) 0) ((l iy) 0))) +("orally" nil (((ao) 1) ((r ax) 0) ((l iy) 0))) +("oram" nil (((ao) 1) ((r ax m) 0))) +("oran" nil (((ao) 0) ((r aa n) 1))) +("orand" nil (((ao) 1) ((r ax n d) 0))) +("orange" nil (((ao) 1) ((r ax n jh) 0))) +("orangeburg" nil (((ao) 1) ((r ax n jh) 0) ((b er g) 0))) +("oranges" nil (((ao) 1) ((r ax n) 0) ((jh ax z) 0))) +("orangina" nil (((ao) 0) ((r ae n) 0) ((jh iy) 1) ((n er) 0))) +("oration" nil (((ao) 0) ((r ey) 1) ((sh ax n) 0))) +("orator" nil (((ao) 1) ((r ax) 0) ((t er) 0))) +("oratorical" nil (((ao) 1) ((r ax) 0) ((t ao) 1) ((r ax) 0) ((k ax l) 0))) +("oratorio" nil (((aa) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0) ((ow) 0))) +("orators" nil (((ao) 1) ((r ax) 0) ((t er z) 0))) +("oratory" nil (((ao) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0))) +("oravec" nil (((ao) 0) ((r aa) 1) ((v ih k) 0))) +("oravetz" nil (((ao) 1) ((r ax) 0) ((v ih t s) 0))) +("orb" nil (((ao r b) 1))) +("orbach" nil (((ao r) 1) ((b aa k) 0))) +("orban" nil (((ao r) 1) ((b ax n) 0))) +("orbanco" nil (((ao r) 0) ((b ae ng) 1) ((k ow) 0))) +("orben" nil (((ao r) 1) ((b ax n) 0))) +("orbis" nil (((ao r) 1) ((b ih s) 0))) +("orbit" nil (((ao r) 1) ((b ax t) 0))) +("orbital" nil (((ao r) 1) ((b ax) 0) ((t ax l) 0))) +("orbiter" nil (((ao r) 1) ((b ax) 0) ((t er) 0))) +("orbiting" nil (((ao r) 1) ((b ax) 0) ((t ih ng) 0))) +("orbits" nil (((ao r) 1) ((b ax t s) 0))) +("orcas" nil (((ao r) 1) ((k ax s) 0))) +("orchard" nil (((ao r) 1) ((ch er d) 0))) +("orchards" nil (((ao r) 1) ((ch er d z) 0))) +("orchestra" nil (((ao r) 1) ((k ax) 0) ((s t r ax) 0))) +("orchestral" nil (((ao r) 0) ((k eh) 1) ((s t r ax l) 0))) +("orchestrally" nil (((ao r) 0) ((k eh) 1) ((s t r ax) 0) ((l iy) 0))) +("orchestras" nil (((ao r) 1) ((k ax) 0) ((s t r ax z) 0))) +("orchestrate" nil (((ao r) 1) ((k ih) 0) ((s t r ey t) 1))) +("orchestrated" nil (((ao r) 1) ((k ih) 0) ((s t r ey) 1) ((t ih d) 0))) +("orchestrates" nil (((ao r) 1) ((k ax) 0) ((s t r ey t s) 1))) +("orchestrating" nil (((ao r) 1) ((k ih) 0) ((s t r ey) 1) ((t ih ng) 0))) +("orchestration" nil (((ao r) 1) ((k ax) 0) ((s t r ey) 1) ((sh ax n) 0))) +("orchestrations" nil (((ao r) 1) ((k ax) 0) ((s t r ey) 1) ((sh ax n z) 0))) +("orchid" nil (((ao r) 1) ((k ax d) 0))) +("orchids" nil (((ao r) 1) ((k ax d z) 0))) +("orcutt" nil (((ao r) 1) ((k ax t) 0))) +("ord" nil (((ao r d) 1))) +("ordain" nil (((ao r) 0) ((d ey n) 1))) +("ordained" nil (((ao r) 0) ((d ey n d) 1))) +("ordaz" nil (((ao r) 1) ((d aa z) 0))) +("ordeal" nil (((ao r) 0) ((d iy l) 1))) +("ordeals" n (((ao r) 0) ((d iy l z) 1))) +("ordella" nil (((ao r) 1) ((d eh) 1) ((l ax) 0))) +("order" nil (((ao r) 1) ((d er) 0))) +("ordered" nil (((ao r) 1) ((d er d) 0))) +("ordering" nil (((ao r) 1) ((d er) 0) ((ih ng) 0))) +("orderliness" nil (((ao r) 1) ((d er) 0) ((l iy) 0) ((n ax s) 0))) +("orderly" nil (((ao r) 1) ((d er) 0) ((l iy) 0))) +("orders" nil (((ao r) 1) ((d er z) 0))) +("ordinance" nil (((ao r) 1) ((d ax) 0) ((n ax n s) 0))) +("ordinances" nil (((ao r) 1) ((d ax) 0) ((n ax n) 0) ((s ih z) 0))) +("ordinaries" nil (((ao r) 1) ((d ax) 0) ((n eh) 1) ((r iy z) 0))) +("ordinarily" nil (((ao r) 1) ((d ax) 0) ((n eh) 1) ((r ax) 0) ((l iy) 0))) +("ordinary" nil (((ao r) 1) ((d ax) 0) ((n eh) 1) ((r iy) 0))) +("ordination" nil (((ao r) 1) ((d ax) 0) ((n ey) 1) ((sh ax n) 0))) +("ordiway" nil (((ao r) 1) ((d iy) 0) ((w ey) 0))) +("ordnance" nil (((ao r d) 1) ((n ax n s) 0))) +("ordonez" nil (((ao r) 0) ((d ow) 1) ((n eh z) 0))) +("ordoyne" nil (((ao r) 1) ((d oy n) 0))) +("ordway" nil (((ao r) 1) ((d w ey) 0))) +("ore" nil (((ao r) 1))) +("orea" nil (((er) 0) ((iy) 1) ((ax) 0))) +("orear" nil (((er) 0) ((ih r) 1))) +("orebaugh" nil (((ao) 0) ((r eh) 1) ((b ao) 0))) +("oreffice" nil (((ao) 0) ((r eh) 1) ((f ih s) 0))) +("orefice" nil (((ao) 0) ((r eh) 1) ((f ay s) 0))) +("oregan" nil (((ao) 0) ((r eh) 1) ((g ax n) 0))) +("oregano" nil (((ao) 1) ((r eh) 1) ((g ax) 0) ((n ow) 1))) +("oregon" nil (((ao) 1) ((r ax) 0) ((g ax n) 0))) +("oregonian" nil (((ao) 1) ((r ax) 0) ((g ow) 1) ((n iy) 0) ((ax n) 0))) +("oreilly" nil (((ao) 1) ((r ax) 0) ((l iy) 0))) +("orel" nil (((ao) 1) ((r ax l) 0))) +("orela" nil (((ao) 0) ((r eh) 1) ((l ax) 0))) +("orelia" nil (((ao) 0) ((r eh) 1) ((l iy) 0) ((ax) 0))) +("orellana" nil (((ao) 0) ((r eh) 0) ((l ae) 1) ((n ax) 0))) +("orem" nil (((ao) 1) ((r ih m) 0))) +("oren" nil (((ao) 1) ((r ax n) 0))) +("orenda" nil (((ao) 0) ((r eh n) 1) ((d ax) 0))) +("orendorff" nil (((ao) 1) ((r ih n) 0) ((d ao r f) 0))) +("orens" nil (((ao) 1) ((r ax n z) 0))) +("orenstein" nil (((ao) 1) ((r ax n) 0) ((s t ay n) 0))) +("oreo" nil (((ao) 1) ((r iy) 0) ((ow) 0))) +("ores" nil (((ao r z) 1))) +("oreskovich" nil (((ao) 0) ((r eh) 1) ((s k ax) 0) ((v ih ch) 0))) +("orestes" nil (((ao) 0) ((r eh) 1) ((s t iy z) 0))) +("orf" nil (((ao r f) 1))) +("orfield" nil (((ao r) 1) ((f iy l d) 0))) +("orford" nil (((ao r) 1) ((f er d) 0))) +("org" nil (((ao r g) 1))) +("organ" nil (((ao r) 1) ((g ax n) 0))) +("organelles" nil (((ao r) 1) ((g ax) 0) ((n eh l z) 1))) +("organic" nil (((ao r) 0) ((g ae) 1) ((n ih k) 0))) +("organically" nil (((ao r) 0) ((g ae) 1) ((n ih) 0) ((k l iy) 0))) +("organisation" nil (((ao r) 1) ((g ax) 0) ((n ih) 0) ((z ey) 1) ((sh ax n) 0))) +("organism" nil (((ao r) 1) ((g ax) 0) ((n ih) 1) ((z ax m) 0))) +("organismic" nil (((ao r) 1) ((g ax) 0) ((n ih z) 1) ((m ih k) 0))) +("organisms" nil (((ao r) 1) ((g ax) 0) ((n ih) 1) ((z ax m z) 0))) +("organist" nil (((ao r) 1) ((g ax) 0) ((n ax s t) 0))) +("organization" nil (((ao r) 1) ((g ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("organizational" nil (((ao r) 1) ((g ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax) 0) ((n ax l) 0))) +("organizations" nil (((ao r) 1) ((g ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("organize" nil (((ao r) 1) ((g ax) 0) ((n ay z) 1))) +("organized" nil (((ao r) 1) ((g ax) 0) ((n ay z d) 1))) +("organizer" nil (((ao r) 1) ((g ax) 0) ((n ay) 1) ((z er) 0))) +("organizers" nil (((ao r) 1) ((g ax) 0) ((n ay) 1) ((z er z) 0))) +("organizes" nil (((ao r) 1) ((g ax) 0) ((n ay) 1) ((z ih z) 0))) +("organizing" nil (((ao r) 1) ((g ax) 0) ((n ay) 1) ((z ih ng) 0))) +("organogenesis" nil (((ao r) 1) ((g ax) 0) ((n ow) 0) ((jh eh) 1) ((n ax) 0) ((s ih s) 0))) +("organs" nil (((ao r) 1) ((g ax n z) 0))) +("organum" nil (((ao r) 1) ((g ax) 0) ((n ax m) 0))) +("orgasm" nil (((ao r) 1) ((g ae) 0) ((z ax m) 0))) +("orgasms" nil (((ao r) 1) ((g ae) 0) ((z ax m z) 0))) +("orgel" nil (((ao r) 1) ((g ax l) 0))) +("orgeron" nil (((ao r) 1) ((g er) 0) ((ax n) 0))) +("orgies" nil (((ao r) 1) ((jh iy z) 0))) +("orgill" nil (((ao r) 1) ((jh ax l) 0))) +("orginally" nil (((ao r) 1) ((jh ih) 0) ((n ax) 0) ((l iy) 0))) +("orgotein" nil (((ao r) 1) ((g ow) 0) ((t ay n) 1))) +("orgy" nil (((ao r) 1) ((jh iy) 0))) +("ori" nil (((ao) 1) ((r iy) 0))) +("oriana" nil (((ao) 0) ((r iy) 0) ((ae) 1) ((n ax) 0))) +("orick" nil (((ao) 1) ((r ih k) 0))) +("orielda" nil (((ao) 0) ((r iy l) 1) ((d ax) 0))) +("orielle" nil (((ao) 1) ((r iy) 0) ((eh l) 0))) +("orient" nil (((ao) 1) ((r iy) 0) ((eh n t) 1))) +("oriental" nil (((ao) 1) ((r iy) 0) ((eh n) 1) ((t ax l) 0))) +("orientals" nil (((ao) 1) ((r iy) 0) ((eh n) 1) ((t ax l z) 0))) +("orientation" nil (((ao) 1) ((r iy) 0) ((eh n) 0) ((t ey) 1) ((sh ax n) 0))) +("oriented" nil (((ao) 1) ((r iy) 0) ((eh n) 1) ((t ax d) 0))) +("orifices" nil (((ao) 1) ((r ax) 0) ((f ax) 0) ((s ax z) 0))) +("origin" nil (((ao) 1) ((r ax) 0) ((jh ax n) 0))) +("original" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ax l) 0))) +("originality" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("originally" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ax) 0) ((l iy) 0))) +("originals" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ax l z) 0))) +("originate" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ey t) 1))) +("originated" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ey) 1) ((t ax d) 0))) +("originates" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ey t s) 1))) +("originating" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ey) 1) ((t ih ng) 0))) +("origination" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ey) 1) ((sh ax n) 0))) +("originations" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("originator" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ey) 1) ((t er) 0))) +("originators" nil (((er) 0) ((ih) 1) ((jh ax) 0) ((n ey) 1) ((t er z) 0))) +("origins" nil (((ao) 1) ((r ax) 0) ((jh ih n z) 0))) +("oriley" nil (((ao) 1) ((r ih) 0) ((l iy) 0))) +("orilla" nil (((ao) 0) ((r ih) 1) ((l ax) 0))) +("orin" nil (((ao) 1) ((r ih n) 0))) +("orinda" nil (((er) 0) ((ih n) 1) ((d ax) 0))) +("orinoco" nil (((ao) 1) ((r ax) 0) ((n ow) 1) ((k ow) 0))) +("oriola" nil (((ao) 0) ((r iy) 0) ((ow) 1) ((l ax) 0))) +("oriole" nil (((ao) 1) ((r iy) 0) ((ow l) 1))) +("orioles" nil (((ao) 1) ((r iy) 0) ((ow l z) 1))) +("orion" nil (((ow) 0) ((r ay) 1) ((ax n) 0))) +("oriordan" nil (((ow) 0) ((r ih r) 1) ((d ax n) 0))) +("oritz" nil (((ao) 1) ((r ih t s) 0))) +("orix" nil (((ao) 1) ((r ih k s) 0))) +("orkem" nil (((ao r) 1) ((k ax m) 0))) +("orkin" nil (((ao r) 1) ((k ih n) 0))) +("orkney" nil (((ao r k) 1) ((n iy) 0))) +("orky" nil (((ao r) 1) ((k iy) 0))) +("orlan" nil (((ao r) 1) ((l ax n) 0))) +("orland" nil (((ao r) 1) ((l ax n d) 0))) +("orlanda" nil (((ao r) 0) ((l aa n) 1) ((d ax) 0))) +("orlandi" nil (((ao r) 0) ((l aa n) 1) ((d iy) 0))) +("orlando" nil (((ao r) 0) ((l ae n) 1) ((d ow) 0))) +("orleans" nil (((ao r) 1) ((l iy) 0) ((ax n z) 0))) +("orlena" nil (((ao r) 1) ((l ih) 0) ((n ax) 0))) +("orlene" nil (((ao r) 1) ((l iy n) 1))) +("orlich" nil (((ao r) 1) ((l ih k) 0))) +("orlick" nil (((ao r) 1) ((l ih k) 0))) +("orloff" nil (((ao r) 1) ((l ao f) 0))) +("orloski" nil (((ao r) 0) ((l aw) 1) ((s k iy) 0))) +("orlosky" nil (((ao r) 0) ((l ow) 1) ((s k iy) 0))) +("orlowski" nil (((ao r) 0) ((l ao f) 1) ((s k iy) 0))) +("orly" nil (((ao r) 1) ((l iy) 0))) +("orman" nil (((ao r) 1) ((m ax n) 0))) +("ormand" nil (((ao r) 1) ((m ax n d) 0))) +("orme" nil (((ao r m) 1))) +("ormerod" nil (((ao r) 1) ((m er) 0) ((ax d) 0))) +("ormes" nil (((ao r m z) 1))) +("ormiston" nil (((ao r) 1) ((m ih) 0) ((s t aa n) 0))) +("ormond" nil (((ao r) 1) ((m ax n d) 0))) +("ormonde" nil (((ao r) 1) ((m ax n d) 0))) +("ormsbee" nil (((ao r m z) 1) ((b iy) 0))) +("ormsby" nil (((ao r m z) 1) ((b iy) 0))) +("orn" nil (((ao r n) 1))) +("orna" nil (((ao r) 1) ((n ax) 0))) +("ornament" nil (((ao r) 1) ((n ax) 0) ((m ax n t) 0))) +("ornamental" nil (((ao r) 1) ((n ax) 0) ((m eh n) 1) ((t ax l) 0))) +("ornamentation" nil (((ao r) 1) ((n ax) 0) ((m eh n) 0) ((t ey) 1) ((sh ax n) 0))) +("ornamented" nil (((ao r) 1) ((n ax) 0) ((m eh n) 1) ((t ih d) 0))) +("ornaments" nil (((ao r) 1) ((n ax) 0) ((m ax n t s) 0))) +("ornate" nil (((ao r) 0) ((n ey t) 1))) +("ornda" nil (((ao r n) 1) ((d ax) 0))) +("orndoff" nil (((ao r n) 1) ((d ao f) 0))) +("orndorff" nil (((ao r n) 1) ((d ao r f) 0))) +("orne" nil (((ao r n) 1))) +("ornelas" nil (((ao r) 1) ((n ih) 0) ((l ax z) 0))) +("ornellas" nil (((ao r) 0) ((n eh) 1) ((l ax z) 0))) +("orner" nil (((ao r) 1) ((n er) 0))) +("ornery" nil (((ao r) 1) ((n er) 0) ((iy) 0))) +("ornstein" nil (((ao r n) 1) ((s t ay n) 0))) +("oro" nil (((ao) 1) ((r ow) 0))) +("oroark" nil (((ao) 1) ((r ao r k) 0))) +("orogenic" nil (((ao) 1) ((r ax) 0) ((jh eh) 1) ((n ih k) 0))) +("orogil" nil (((ao) 1) ((r ow) 0) ((g ih l) 1))) +("orographic" nil (((ao) 1) ((r ax) 0) ((g r ae) 1) ((f ih k) 0))) +("orona" nil (((ao) 0) ((r ow) 1) ((n ax) 0))) +("oropeza" nil (((ao) 0) ((r ow) 0) ((p eh) 1) ((z ax) 0))) +("oros" nil (((ao) 1) ((r ow z) 0))) +("orosco" nil (((ao) 0) ((r ow) 1) ((s k ow) 0))) +("orosz" nil (((ao) 1) ((r ax sh) 0))) +("orourke" nil (((er) 0) ((uh r k) 1))) +("orozco" nil (((ao) 0) ((r ow z) 1) ((k ow) 0))) +("orpah" nil (((ao r) 1) ((p aa) 0))) +("orphan" nil (((ao r) 1) ((f ax n) 0))) +("orphanage" nil (((ao r) 1) ((f ax) 0) ((n ax jh) 0))) +("orphanages" nil (((ao r) 1) ((f ax) 0) ((n ih) 0) ((jh ih z) 0))) +("orphaned" nil (((ao r) 1) ((f ax n d) 0))) +("orphaning" nil (((ao r) 1) ((f ax) 0) ((n ih ng) 0))) +("orphans" nil (((ao r) 1) ((f ax n z) 0))) +("orphee" nil (((ao r) 1) ((f iy) 0))) +("orpheum" nil (((ao r) 1) ((f iy) 0) ((uw m) 0))) +("orpheus" nil (((ao r) 1) ((f iy) 0) ((ax s) 0))) +("orphic" nil (((ao r) 1) ((f ih k) 0))) +("orpiment" nil (((ao r) 1) ((p ax) 0) ((m ax n t) 0))) +("orr" nil (((ao r) 1))) +("orran" nil (((ao) 0) ((r aa n) 1))) +("orrell" nil (((ao) 0) ((r ey l) 1))) +("orren" nil (((ao) 1) ((r ax n) 0))) +("orrery" nil (((ao) 1) ((r er) 0) ((iy) 0))) +("orrick" nil (((ao) 1) ((r ih k) 0))) +("orrico" nil (((ao) 0) ((r iy) 1) ((k ow) 0))) +("orrin" nil (((ao) 1) ((r ih n) 0))) +("orris" nil (((ao) 1) ((r ih s) 0))) +("orrison" nil (((ao) 1) ((r ih) 0) ((s ax n) 0))) +("orsa" nil (((ao r) 1) ((s ax) 0))) +("orsak" nil (((ao r) 1) ((s ax k) 0))) +("orsay" nil (((ao r) 1) ((s ey) 1))) +("orsborn" nil (((ao r s) 1) ((b er n) 0))) +("orsburn" nil (((ao r s) 1) ((b er n) 0))) +("orser" nil (((ao r) 1) ((s er) 0))) +("orsi" nil (((ao r) 1) ((s iy) 0))) +("orsini" nil (((ao r) 0) ((s iy) 1) ((n iy) 0))) +("orsino" nil (((ao r) 0) ((s iy) 1) ((n ow) 0))) +("orso" nil (((ao r) 1) ((s ow) 0))) +("orsola" nil (((ao r) 0) ((s ow) 1) ((l ax) 0))) +("orson" nil (((ao r) 1) ((s ax n) 0))) +("ort" nil (((ao r t) 1))) +("orta" nil (((ao r) 1) ((t ax) 0))) +("ortega" nil (((ao r) 0) ((t ey) 1) ((g ax) 0))) +("ortegas" nil (((ao r) 0) ((t ey) 1) ((g ax s) 0))) +("ortego" nil (((ao r) 0) ((t ey) 1) ((g ow) 0))) +("ortegon" nil (((ao r) 0) ((t ey) 0) ((g ao n) 1))) +("orten" nil (((ao r) 1) ((t ax n) 0))) +("ortenzio" nil (((ao r) 0) ((t eh n) 1) ((z iy) 0) ((ow) 0))) +("ortez" nil (((ao r) 0) ((t eh z) 1))) +("orth" nil (((ao r th) 1))) +("ortho" nil (((ao r) 1) ((th ow) 1))) +("orthoclase" nil (((ao r) 1) ((th ax) 0) ((k l ey s) 1))) +("orthodontia" nil (((ao r) 1) ((th ax) 0) ((d aa n) 1) ((ch iy) 0) ((ax) 0))) +("orthodontic" nil (((ao r) 1) ((th ax) 0) ((d aa n) 1) ((t ih k) 0))) +("orthodontics" nil (((ao r) 1) ((th ax) 0) ((d aa n) 1) ((t ih k s) 0))) +("orthodontist" nil (((ao r) 1) ((th ax) 0) ((d aa n) 1) ((t ax s t) 0))) +("orthodontists" nil (((ao r) 1) ((th ax) 0) ((d aa n) 1) ((t ax s t s) 0))) +("orthodox" nil (((ao r) 1) ((th ax) 0) ((d aa k s) 1))) +("orthodoxy" nil (((ao r) 1) ((th ax) 0) ((d aa k) 1) ((s iy) 0))) +("orthography" nil (((ao r) 0) ((th aa) 1) ((g r ax) 0) ((f iy) 0))) +("orthopedic" nil (((ao r) 1) ((th ax) 0) ((p iy) 1) ((d ih k) 0))) +("orthopedists" nil (((ao r) 1) ((th ax) 0) ((p iy) 1) ((d ax s t s) 0))) +("ortis" nil (((ao r) 1) ((t ih s) 0))) +("ortiz" nil (((ao r) 1) ((t iy z) 1))) +("ortlieb" nil (((ao r t) 1) ((l iy b) 1))) +("ortloff" nil (((ao r t) 1) ((l ao f) 0))) +("ortman" nil (((ao r t) 1) ((m ax n) 0))) +("ortmann" nil (((ao r t) 1) ((m ax n) 0))) +("ortner" nil (((ao r t) 1) ((n er) 0))) +("ortolano" nil (((ao r) 0) ((t ow) 0) ((l aa) 1) ((n ow) 0))) +("orton" nil (((ao r) 1) ((t ax n) 0))) +("ortwein" nil (((ao r) 1) ((t w ay n) 0))) +("ortwin" nil (((ao r) 1) ((t w ih n) 0))) +("orum" nil (((ao) 1) ((r ax m) 0))) +("orva" nil (((ao r) 1) ((v ax) 0))) +("orval" nil (((ao r) 1) ((v ax l) 0))) +("orville" nil (((ao r) 1) ((v ih l) 0))) +("orvin" nil (((ao r) 1) ((v ih n) 0))) +("orvis" nil (((ao r) 1) ((v ih s) 0))) +("orwell" nil (((ao r) 1) ((w eh l) 1))) +("orwellian" nil (((ao r) 1) ((w eh) 1) ((l iy) 0) ((ax n) 0))) +("orwick" nil (((ao r) 1) ((w ih k) 0))) +("orwig" nil (((ao r) 1) ((w ih g) 0))) +("ory" nil (((ao) 1) ((r iy) 0))) +("oryx" nil (((ao) 1) ((r ih k s) 0))) +("orzech" nil (((ao r) 1) ((z ih hh) 0))) +("orzechowski" nil (((ao r) 0) ((z ih) 0) ((hh ao f) 1) ((s k iy) 0))) +("orzel" nil (((ao r) 1) ((z ax l) 0))) +("os" nil (((aa s) 1))) +("osage" nil (((ow) 0) ((s ey jh) 1))) +("osages" nil (((ow) 0) ((s ey) 1) ((jh ax z) 0))) +("osaka" nil (((ow) 0) ((s aa) 1) ((k ax) 0))) +("osake" nil (((ow) 0) ((s aa) 1) ((k iy) 0))) +("osaki" nil (((ow) 0) ((s aa) 1) ((k iy) 0))) +("osakowa" nil (((ow) 1) ((s ax) 0) ((k ow) 1) ((ax) 0))) +("osamu" nil (((ow) 0) ((s aa) 1) ((m uw) 0))) +("osberg" nil (((aa s) 1) ((b er g) 0))) +("osbert" nil (((aa s) 1) ((b er t) 0))) +("osbon" nil (((aa s) 1) ((b ax n) 0))) +("osborn" nil (((ao z) 1) ((b ao r n) 1))) +("osborne" nil (((ao z) 1) ((b ao r n) 1))) +("osbourn" nil (((aa s) 1) ((b er n) 0))) +("osbourne" nil (((aa s) 1) ((b er n) 0))) +("osbun" nil (((aa s) 1) ((b ax n) 0))) +("osburn" nil (((aa s) 1) ((b er n) 1))) +("osby" nil (((aa s) 1) ((b iy) 0))) +("oscar" nil (((ao) 1) ((s k er) 0))) +("oscars" nil (((ao) 1) ((s k er z) 0))) +("oscarson" nil (((aa) 1) ((s k aa r) 0) ((s ax n) 0))) +("osceola" nil (((ao) 1) ((s k iy) 0) ((ow) 1) ((l ax) 0))) +("oscillates" nil (((aa) 1) ((s ax) 0) ((l ey t s) 1))) +("oscillating" nil (((aa) 1) ((s ax) 0) ((l ey) 1) ((t ih ng) 0))) +("oscillation" nil (((aa) 1) ((s ax) 0) ((l ey) 1) ((sh ax n) 0))) +("oscillations" nil (((aa) 1) ((s ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("oscillator" nil (((aa) 1) ((s ax) 0) ((l ey) 1) ((t er) 0))) +("oscillators" nil (((aa) 1) ((s ax) 0) ((l ey) 1) ((t er z) 0))) +("oscillatory" nil (((aa) 1) ((s ax) 0) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("oscilloscopes" nil (((ao) 1) ((s ih) 1) ((l ax) 0) ((s k ow p s) 1))) +("osco" nil (((aa) 1) ((s k ow) 0))) +("ose" nil (((ow z) 1))) +("oseguera" nil (((ow) 0) ((s ey) 0) ((g eh) 1) ((r ax) 0))) +("oser" nil (((ow) 1) ((s er) 0))) +("osgood" nil (((aa s) 1) ((g uh d) 1))) +("osha" nil (((ow) 1) ((sh ax) 0))) +("oshatz" nil (((ow) 0) ((sh ae t s) 1))) +("oshaughnessy" nil (((ow) 1) ((sh aa) 1) ((n ih) 0) ((s iy) 0))) +("oshawa" nil (((ao) 1) ((sh aa) 1) ((w ax) 0))) +("oshea" nil (((aa) 1) ((sh iy) 0) ((ax) 0))) +("oshel" nil (((aa) 1) ((sh ax l) 0))) +("oshell" nil (((aa) 1) ((sh ax l) 0))) +("osher" nil (((aa) 1) ((sh er) 0))) +("oshields" nil (((aa) 1) ((sh iy l d z) 0))) +("oshima" nil (((ow) 0) ((sh iy) 1) ((m ax) 0))) +("oshiro" nil (((ow) 0) ((sh ih) 1) ((r ow) 0))) +("oshita" nil (((ow) 0) ((sh iy) 1) ((t ax) 0))) +("oshkosh" nil (((ao sh) 1) ((k ao sh) 1))) +("oshman" nil (((ao) 1) ((sh m ax n) 0))) +("osiecki" nil (((ax) 0) ((s iy t) 1) ((s k iy) 0))) +("osika" nil (((ax) 0) ((s ay) 1) ((k ax) 0))) +("osim" nil (((ow) 1) ((s iy m) 0))) +("osinski" nil (((ax) 0) ((s ih n) 1) ((s k iy) 0))) +("oskar" nil (((ao) 1) ((s k er) 0))) +("osland" nil (((aa) 1) ((s l ax n d) 0))) +("osler" nil (((aa) 1) ((z l er) 0))) +("osley" nil (((aa) 1) ((s l iy) 0))) +("oslin" nil (((aa) 1) ((s l ih n) 0))) +("oslo" nil (((aa) 1) ((z l ow) 0))) +("oslund" nil (((aa) 1) ((s l ax n d) 0))) +("osman" nil (((aa) 1) ((s m ax n) 0))) +("osmar" nil (((aa) 1) ((s m er) 0))) +("osmena" nil (((ao z) 1) ((m iy) 1) ((n ax) 0))) +("osment" nil (((aa) 1) ((s m ax n t) 0))) +("osmer" nil (((aa) 1) ((s ax) 0) ((m er) 0))) +("osmium" nil (((aa z) 1) ((m iy) 0) ((ax m) 0))) +("osmon" nil (((aa) 1) ((s m ax n) 0))) +("osmond" nil (((aa) 1) ((s m ax n d) 0))) +("osmonds" nil (((ao z) 1) ((m ax n d z) 0))) +("osmosis" nil (((ao z) 1) ((m ow) 1) ((s ih s) 0))) +("osmotic" nil (((aa z) 0) ((m aa) 1) ((t ax k) 0))) +("osmun" nil (((aa z) 1) ((m ax n) 0))) +("osmund" nil (((aa) 1) ((s m ax n d) 0))) +("osmundson" nil (((aa z) 1) ((m ax n d) 0) ((s ax n) 0))) +("osorio" nil (((ow) 0) ((s ao) 1) ((r iy) 0) ((ow) 0))) +("osowski" nil (((ax) 0) ((s ao f) 1) ((s k iy) 0))) +("ospina" nil (((ow) 0) ((s p iy) 1) ((n ax) 0))) +("osprey" nil (((ao) 1) ((s p r iy) 0))) +("osred" nil (((aa) 1) ((s er d) 0))) +("osric" nil (((aa z) 1) ((r ih k) 0))) +("oss" nil (((ao s) 1))) +("ossa" nil (((aa) 1) ((s ax) 0))) +("ossicles" nil (((aa) 1) ((s ax) 0) ((k ax l z) 0))) +("ossification" nil (((aa) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("ossified" nil (((aa) 1) ((s ax) 0) ((f ay d) 1))) +("ossify" nil (((aa) 1) ((s ax) 0) ((f ay) 1))) +("ossman" nil (((aa) 1) ((s m ax n) 0))) +("osso" nil (((ow) 1) ((s ow) 0))) +("osswald" nil (((aa) 1) ((s w ax l d) 0))) +("ost" nil (((ow s t) 1))) +("ostberg" nil (((aa s t) 1) ((b er g) 0))) +("ostby" nil (((aa s t) 1) ((b iy) 0))) +("osteen" nil (((aa) 1) ((s t iy n) 1))) +("osten" nil (((aa) 1) ((s ax n) 0))) +("ostendorf" nil (((aa) 1) ((s t ax n) 0) ((d ao r f) 0))) +("ostensible" nil (((aa) 0) ((s t eh n) 1) ((s ax) 0) ((b ax l) 0))) +("ostensibly" nil (((aa) 0) ((s t eh n) 1) ((s ax) 0) ((b l iy) 0))) +("ostenson" nil (((aa) 1) ((s t ih n) 0) ((s ax n) 0))) +("ostentation" nil (((ao) 1) ((s t eh n) 0) ((t ey) 1) ((sh ax n) 0))) +("ostentatious" nil (((aa) 1) ((s t ax n) 0) ((t ey) 1) ((sh ax s) 0))) +("ostentatiously" nil (((aa) 1) ((s t ax n) 0) ((t ey) 1) ((sh ax) 0) ((s l iy) 0))) +("osteoarthritis" nil (((aa) 1) ((s t iy) 0) ((ow) 1) ((aa r) 0) ((th r ay) 1) ((t ax s) 0))) +("osteopathic" nil (((aa) 1) ((s t iy) 0) ((ax) 0) ((p ae) 1) ((th ih k) 0))) +("osteoporosis" nil (((ao) 1) ((s t iy) 0) ((aa) 1) ((p er) 0) ((ow) 1) ((s ih s) 0))) +("oster" nil (((aa) 1) ((s t er) 0))) +("osterberg" nil (((aa) 1) ((s t er) 0) ((b er g) 0))) +("ostergaard" nil (((aa) 1) ((s t er) 0) ((g aa r d) 0))) +("ostergard" nil (((aa) 1) ((s t er) 0) ((g er d) 0))) +("ostergren" nil (((aa) 1) ((s t er) 0) ((g r eh n) 0))) +("osterhaus" nil (((aa) 1) ((s t er) 0) ((hh aw s) 0))) +("osterhoff" nil (((ow) 1) ((s t er) 0) ((hh ao f) 1))) +("osterholt" nil (((aa) 1) ((s t er) 0) ((hh ow l t) 0))) +("osterhoudt" nil (((aa) 1) ((s t er) 0) ((hh aw t) 0))) +("osterhout" nil (((aa) 1) ((s t er) 0) ((hh aw t) 0))) +("osterkamp" nil (((aa) 1) ((s t er) 0) ((k ae m p) 0))) +("osterling" nil (((aa) 1) ((s t er) 0) ((l ih ng) 0))) +("osterloh" nil (((ow) 0) ((s t eh r) 1) ((l ow) 0))) +("osterlund" nil (((aa) 1) ((s t er) 0) ((l ax n d) 0))) +("osterman" nil (((aa) 1) ((s t er) 0) ((m ax n) 0))) +("ostermann" nil (((aa) 1) ((s t er) 0) ((m ax n) 0))) +("ostermeier" nil (((aa) 1) ((s t er) 0) ((m ay) 0) ((er) 0))) +("ostermeyer" nil (((aa) 1) ((s t er) 1) ((m ay) 1) ((er) 0))) +("ostermiller" nil (((aa) 1) ((s t er) 0) ((m ax) 0) ((l er) 0))) +("osterreichische" nil (((ao) 1) ((s t er) 0) ((r ay) 1) ((k ih) 0) ((sh iy) 0))) +("ostertag" nil (((aa) 1) ((s t er) 0) ((t ax g) 0))) +("osthoff" nil (((aa s t) 1) ((hh ao f) 0))) +("ostia" nil (((aa) 1) ((s t iy) 0) ((ax) 0))) +("ostin" nil (((aa) 1) ((s t ax n) 0))) +("ostinato" nil (((aa) 1) ((s t ax) 0) ((n aa) 1) ((t ow) 1))) +("osting" nil (((aa) 1) ((s t ih ng) 0))) +("ostling" nil (((aa) 1) ((s ax) 0) ((l ih ng) 0))) +("ostlund" nil (((aa s t) 1) ((l ax n d) 0))) +("ostman" nil (((aa s t) 1) ((m ax n) 0))) +("ostpolitik" nil (((ow s t) 1) ((p ow) 1) ((l ih) 0) ((t ih k) 1))) +("ostracism" nil (((ao) 1) ((s t r ax) 0) ((s ih) 1) ((z ax m) 0))) +("ostracized" nil (((ao) 1) ((s t r ax) 0) ((s ay z d) 1))) +("ostrand" nil (((aa) 1) ((s t r ax n d) 0))) +("ostrander" nil (((aa) 1) ((s t r ax n) 0) ((d er) 0))) +("ostrem" nil (((aa) 1) ((s t r ih m) 0))) +("ostrich" nil (((aa) 1) ((s t r ih ch) 0))) +("ostriches" nil (((aa) 1) ((s t r ih) 0) ((ch ih z) 0))) +("ostroff" nil (((ao) 1) ((s t r ao f) 0))) +("ostrogoths" nil (((aa) 1) ((s t r ax) 0) ((g aa th s) 1))) +("ostrom" nil (((aa) 1) ((s t r ax m) 0))) +("ostroski" nil (((ax) 0) ((s t r aw) 1) ((s k iy) 0))) +("ostrosky" nil (((ax) 0) ((s t r ow) 1) ((s k iy) 0))) +("ostrow" nil (((aa) 1) ((s t r aw) 0))) +("ostrowski" nil (((ax) 0) ((s t r ao f) 1) ((s k iy) 0))) +("ostrowsky" nil (((ax) 0) ((s t r aw) 1) ((s k iy) 0))) +("ostrum" nil (((aa) 1) ((s t r ax m) 0))) +("ostwald" nil (((aa s) 1) ((t w ax l d) 0))) +("osuch" nil (((aa) 1) ((s ax k) 0))) +("osullivan" nil (((aa) 0) ((s ax) 0) ((l ih) 1) ((v ax n) 0))) +("osuna" nil (((ow) 0) ((s uw) 1) ((n ax) 0))) +("oswald" nil (((ao) 1) ((z w ao l d) 0))) +("oswalt" nil (((aa) 1) ((s w ax l t) 0))) +("oswego" nil (((aa) 0) ((s w iy) 1) ((g ow) 0))) +("oswell" nil (((aa) 1) ((s w eh l) 1))) +("ota" nil (((ow) 1) ((t ax) 0))) +("otaiba" nil (((ow) 0) ((t ey) 1) ((b ax) 0))) +("otani" nil (((ow) 0) ((t aa) 1) ((n iy) 0))) +("otello" nil (((ow) 0) ((t eh) 1) ((l ow) 0))) +("oteri" nil (((ow) 0) ((t eh) 1) ((r iy) 0))) +("otero" nil (((ow) 0) ((t eh) 1) ((r ow) 0))) +("otey" nil (((ow) 1) ((t iy) 0))) +("otha" nil (((ax) 0) ((dh aa) 1))) +("othello" nil (((ax) 0) ((th eh) 1) ((l ow) 0))) +("other" nil (((ah) 1) ((dh er) 0))) +("otherness" nil (((ah) 1) ((dh er) 0) ((n ax s) 0))) +("others" nil (((ah) 1) ((dh er z) 0))) +("otherwise" nil (((ah) 1) ((dh er) 0) ((w ay z) 1))) +("otherworldly" nil (((ah) 1) ((dh er) 0) ((w er l d) 1) ((l iy) 0))) +("othilia" nil (((ow) 0) ((th iy) 1) ((l iy) 0) ((ax) 0))) +("othman" nil (((aa th) 1) ((m ax n) 0))) +("otis" nil (((ow) 1) ((t ih s) 0))) +("otmar" nil (((aa t) 1) ((m aa r) 0))) +("otology" nil (((ow) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("otomobil" nil (((ow) 0) ((t ow) 1) ((m ow) 0) ((b ax l) 0))) +("otoole" nil (((aa) 1) ((t uw l) 0))) +("otremba" nil (((ow) 0) ((t r eh m) 1) ((b ax) 0))) +("otsego" nil (((aa t) 0) ((s ey) 1) ((g ow) 0))) +("otsuka" nil (((ow t) 0) ((s uw) 1) ((k ax) 0))) +("ott" nil (((aa t) 1))) +("ottaviani" nil (((ow) 0) ((t aa) 0) ((v iy) 0) ((aa) 1) ((n iy) 0))) +("ottaviano" nil (((ow) 0) ((t aa) 0) ((v iy) 0) ((aa) 1) ((n ow) 0))) +("ottawa" nil (((aa) 1) ((t ax) 0) ((w aa) 1))) +("ottaway" nil (((aa) 1) ((t ax) 0) ((w ey) 0))) +("otte" nil (((aa t) 1))) +("otten" nil (((aa) 1) ((t ax n) 0))) +("ottens" nil (((aa) 1) ((t ax n z) 0))) +("otter" nil (((aa) 1) ((t er) 0))) +("otterbein" nil (((aa) 1) ((t er) 0) ((b ay n) 0))) +("otterloo" nil (((aa) 1) ((t er) 0) ((l uw) 1))) +("otters" nil (((aa) 1) ((t er z) 0))) +("otterson" nil (((aa) 1) ((t er) 0) ((s ax n) 0))) +("ottesen" nil (((aa) 1) ((t iy) 0) ((z ax n) 0))) +("otteson" nil (((aa) 1) ((t ih) 0) ((s ax n) 0))) +("ottilie" nil (((aa) 1) ((t ax) 0) ((l iy) 0))) +("otting" nil (((aa) 1) ((t ih ng) 0))) +("ottley" nil (((aa t) 1) ((l iy) 0))) +("ottman" nil (((aa t) 1) ((m ax n) 0))) +("otto" nil (((aa) 1) ((t ow) 1))) +("ottoman" nil (((aa) 1) ((t ax) 0) ((m ax n) 0))) +("ottosen" nil (((aa) 1) ((t ow) 0) ((s ax n) 0))) +("ottoson" nil (((aa) 1) ((t ax) 0) ((s ax n) 0))) +("otts" nil (((aa t s) 1))) +("ottum" nil (((aa) 1) ((t ax m) 0))) +("otwell" nil (((aa) 1) ((t w eh l) 1))) +("ou" nil (((ow) 1))) +("oubre" nil (((uw) 1) ((b er) 0))) +("ouch" nil (((aw ch) 1))) +("ouderkirk" nil (((aw) 1) ((d er) 0) ((k er k) 0))) +("ouelette" nil (((aa) 1) ((uw) 0) ((l eh t) 0))) +("ouellet" nil (((aa) 1) ((uw) 0) ((l ih t) 0))) +("ouellette" nil (((aa) 1) ((uw) 0) ((l eh t) 0))) +("ought" nil (((ao t) 1))) +("oughta" nil (((ao) 1) ((t ax) 0))) +("oughtnt" nil (((ao) 1) ((t ax n t) 0))) +("oughtnt" nil (((ao t n t) 1))) +("ouimet" nil (((w iy) 0) ((m eh t) 1))) +("ouimette" nil (((w iy) 0) ((m eh t) 1))) +("ounce" nil (((aw n s) 1))) +("ounces" nil (((aw n) 1) ((s ax z) 0))) +("ounsted" nil (((aw n) 1) ((s t eh d) 1))) +("our" nil (((aw) 1) ((er) 0))) +("ourada" nil (((ow) 0) ((uh) 0) ((r aa) 1) ((d ax) 0))) +("ours" nil (((aw) 1) ((er z) 0))) +("ourself" nil (((aw) 0) ((er) 0) ((s eh l f) 1))) +("ourselves" nil (((aw) 0) ((er) 0) ((s eh l v z) 1))) +("ourso" nil (((er) 1) ((s ow) 0))) +("ousley" nil (((aw) 1) ((s l iy) 0))) +("oust" nil (((aw s t) 1))) +("oustanding" nil (((uw) 1) ((s t ae n) 1) ((d ih ng) 0))) +("ousted" nil (((aw) 1) ((s t ih d) 0))) +("ouster" nil (((aw) 1) ((s t er) 0))) +("ousting" nil (((aw) 1) ((s t ih ng) 0))) +("out" nil (((aw t) 1))) +("outage" nil (((aw) 1) ((t ax jh) 0))) +("outages" nil (((aw) 1) ((t ih) 0) ((jh ih z) 0))) +("outback" nil (((aw t) 1) ((b ae k) 1))) +("outbid" nil (((aw t) 1) ((b ih d) 1))) +("outbidding" nil (((aw t) 1) ((b ih) 1) ((d ih ng) 0))) +("outboard" nil (((aw t) 1) ((b ao r d) 1))) +("outbound" nil (((aw t) 1) ((b aw n d) 1))) +("outbreak" nil (((aw t) 1) ((b r ey k) 1))) +("outbreaks" nil (((aw t) 1) ((b r ey k s) 1))) +("outburst" nil (((aw t) 1) ((b er s t) 1))) +("outbursts" nil (((aw t) 1) ((b er s t s) 1))) +("outcalt" nil (((aw t) 1) ((k ax l t) 0))) +("outcast" nil (((aw t) 1) ((k ae s t) 1))) +("outcasts" nil (((aw t) 1) ((k ae s t s) 1))) +("outclass" nil (((aw t) 1) ((k l ae s) 1))) +("outcome" nil (((aw t) 1) ((k ah m) 1))) +("outcomes" nil (((aw t) 1) ((k ah m z) 1))) +("outcries" nil (((aw t) 1) ((k r ay z) 1))) +("outcry" nil (((aw t) 1) ((k r ay) 1))) +("outdated" nil (((aw t) 1) ((d ey) 1) ((t ih d) 0))) +("outdid" nil (((aw t) 1) ((d ih d) 1))) +("outdistancing" nil (((aw t) 1) ((d ih) 1) ((s t ax n) 0) ((s ih ng) 0))) +("outdo" nil (((aw t) 1) ((d uw) 1))) +("outdone" nil (((aw t) 1) ((d ah n) 1))) +("outdoor" nil (((aw t) 1) ((d ao r) 1))) +("outdoors" nil (((aw t) 1) ((d ao r z) 1))) +("outdoorsman" n (((aw t) 1) ((d ao r z) 0) ((m ax n) 0))) +("outen" nil (((aw) 1) ((t ax n) 0))) +("outer" nil (((aw) 1) ((t er) 0))) +("outermost" nil (((aw) 1) ((t er) 0) ((m ow s t) 1))) +("outerwear" nil (((aw) 1) ((t er) 0) ((w eh r) 1))) +("outfield" nil (((aw t) 1) ((f iy l d) 1))) +("outfielder" nil (((aw t) 1) ((f iy l) 1) ((d er) 0))) +("outfielders" nil (((aw t) 1) ((f iy l) 1) ((d er z) 0))) +("outfit" nil (((aw t) 1) ((f ih t) 1))) +("outfits" nil (((aw t) 1) ((f ih t s) 1))) +("outfitted" nil (((aw t) 1) ((f ih) 1) ((t ih d) 0))) +("outfitter" nil (((aw t) 1) ((f ih) 1) ((t er) 0))) +("outfitters" nil (((aw t) 1) ((f ih) 1) ((t er z) 0))) +("outfitting" nil (((aw t) 1) ((f ih) 1) ((t ih ng) 0))) +("outflank" nil (((aw t) 1) ((f l ae ng k) 1))) +("outflanked" nil (((aw t) 0) ((f l ae ng k t) 1))) +("outflow" nil (((aw t) 1) ((f l ow) 1))) +("outflows" nil (((aw t) 1) ((f l ow z) 1))) +("outfoxed" nil (((aw t) 0) ((f aa k s t) 1))) +("outgained" nil (((aw t) 1) ((g ey n d) 1))) +("outgo" nil (((aw t) 1) ((g ow) 1))) +("outgoing" nil (((aw t) 1) ((g ow) 1) ((ih ng) 0))) +("outgrew" nil (((aw t) 1) ((g r uw) 1))) +("outgrow" nil (((aw t) 1) ((g r ow) 1))) +("outgrowing" nil (((aw t) 1) ((g r ow) 1) ((ih ng) 0))) +("outgrown" nil (((aw t) 1) ((g r ow n) 1))) +("outgrowth" nil (((aw t) 1) ((g r ow th) 1))) +("outguess" nil (((aw t) 1) ((g eh s) 1))) +("outgunned" nil (((aw t) 1) ((g ah n d) 1))) +("outhouse" nil (((aw t) 1) ((hh aw s) 1))) +("outhouses" nil (((aw t) 1) ((hh aw) 1) ((s ih z) 0))) +("outing" nil (((aw) 1) ((t ih ng) 0))) +("outings" nil (((aw) 1) ((t ih ng z) 0))) +("outland" nil (((aw t) 1) ((l ae n d) 1))) +("outlandish" nil (((aw t) 0) ((l ae n) 1) ((d ih sh) 0))) +("outlast" nil (((aw t) 1) ((l ae s t) 1))) +("outlasted" nil (((aw t) 1) ((l ae) 1) ((s t ih d) 0))) +("outlaw" nil (((aw t) 1) ((l ao) 1))) +("outlawed" nil (((aw t) 1) ((l ao d) 1))) +("outlawing" nil (((aw t) 1) ((l ao) 1) ((ih ng) 0))) +("outlawry" nil (((aw t) 1) ((l ao) 1) ((r iy) 0))) +("outlaws" nil (((aw t) 1) ((l ao z) 1))) +("outlay" nil (((aw t) 1) ((l ey) 1))) +("outlays" nil (((aw t) 1) ((l ey z) 1))) +("outler" nil (((aw) 1) ((t ax) 0) ((l er) 0))) +("outlet" nil (((aw t) 1) ((l eh t) 1))) +("outlets" nil (((aw t) 1) ((l eh t s) 1))) +("outley" nil (((aw t) 1) ((l iy) 0))) +("outline" nil (((aw t) 1) ((l ay n) 1))) +("outlined" nil (((aw t) 1) ((l ay n d) 1))) +("outlines" nil (((aw t) 1) ((l ay n z) 1))) +("outlining" nil (((aw t) 1) ((l ay) 1) ((n ih ng) 0))) +("outlive" nil (((aw t) 1) ((l ih v) 1))) +("outlived" nil (((aw t) 1) ((l ih v d) 1))) +("outlook" nil (((aw t) 1) ((l uh k) 1))) +("outlooks" nil (((aw t) 1) ((l uh k s) 1))) +("outlying" nil (((aw t) 1) ((l ay) 1) ((ih ng) 0))) +("outman" nil (((aw t) 1) ((m ax n) 0))) +("outmaneuver" nil (((aw t) 0) ((m ax) 0) ((n uw) 1) ((v er) 0))) +("outmaneuvered" nil (((aw t) 0) ((m ax) 0) ((n uw) 1) ((v er d) 0))) +("outmoded" nil (((aw t) 1) ((m ow) 1) ((d ax d) 0))) +("outnumber" nil (((aw t) 0) ((n ah m) 1) ((b er) 0))) +("outnumbered" nil (((aw t) 1) ((n ah m) 1) ((b er d) 0))) +("outnumbering" nil (((aw t) 1) ((n ah m) 1) ((b er) 0) ((ih ng) 0))) +("outokumpu" nil (((uw) 1) ((t ax) 0) ((k ah m) 1) ((p uw) 0))) +("outpace" nil (((aw t) 1) ((p ey s) 1))) +("outpaced" nil (((aw t) 1) ((p ey s t) 1))) +("outpaces" nil (((aw t) 1) ((p ey) 1) ((s ih z) 0))) +("outpacing" nil (((aw t) 1) ((p ey) 1) ((s ih ng) 0))) +("outpatient" nil (((aw t) 1) ((p ey) 1) ((sh ax n t) 0))) +("outperform" nil (((aw t) 1) ((p er) 0) ((f ao r m) 1))) +("outperformance" nil (((aw t) 1) ((p er) 0) ((f ao r) 1) ((m ax n s) 0))) +("outperformed" nil (((aw t) 1) ((p er) 0) ((f ao r m d) 1))) +("outperformer" nil (((aw t) 1) ((p er) 0) ((f ao r) 1) ((m er) 0))) +("outperforming" nil (((aw t) 1) ((p er) 0) ((f ao r) 1) ((m ih ng) 0))) +("outperforms" nil (((aw t) 1) ((p er) 0) ((f ao r m z) 1))) +("outplacement" nil (((aw t) 1) ((p l ey) 1) ((s m ax n t) 0))) +("outpost" nil (((aw t) 1) ((p ow s t) 1))) +("outposts" nil (((aw t) 1) ((p ow s t s) 1))) +("outpouching" nil (((aw t) 1) ((p aw) 1) ((ch ih ng) 0))) +("outpouring" nil (((aw t) 1) ((p ao) 1) ((r ih ng) 0))) +("output" nil (((aw t) 1) ((p uh t) 1))) +("outputs" nil (((aw t) 1) ((p uh t s) 1))) +("outrage" nil (((aw) 1) ((t r ey jh) 1))) +("outraged" nil (((aw) 1) ((t r ey jh d) 1))) +("outrageous" nil (((aw) 0) ((t r ey) 1) ((jh ax s) 0))) +("outrageously" nil (((aw) 1) ((t r ey) 1) ((jh ax) 0) ((s l iy) 0))) +("outrages" nil (((aw) 1) ((t r ey) 1) ((jh ih z) 0))) +("outraging" nil (((aw) 1) ((t r ey) 1) ((jh ih ng) 0))) +("outram" nil (((uw) 1) ((t r ax m) 0))) +("outreach" nil (((aw) 1) ((t r iy ch) 1))) +("outriders" nil (((aw) 1) ((t r ay) 1) ((d er z) 0))) +("outrigger" nil (((aw) 1) ((t r ih) 1) ((g er) 0))) +("outright" nil (((aw) 1) ((t r ay t) 1))) +("outrun" nil (((aw) 0) ((t r ah n) 1))) +("outs" nil (((aw t s) 1))) +("outscored" nil (((aw t) 0) ((s k ao r d) 1))) +("outsell" nil (((aw t) 0) ((s eh l) 1))) +("outselling" nil (((aw t) 0) ((s eh) 1) ((l ih ng) 0))) +("outsells" nil (((aw t) 0) ((s eh l z) 1))) +("outset" nil (((aw t) 1) ((s eh t) 1))) +("outshine" nil (((aw) 1) ((ch ay n) 1))) +("outshone" nil (((aw t) 0) ((sh ow n) 1))) +("outside" nil (((aw t) 1) ((s ay d) 1))) +("outsider" nil (((aw t) 0) ((s ay) 1) ((d er) 0))) +("outsiders" nil (((aw t) 0) ((s ay) 1) ((d er z) 0))) +("outsides" nil (((aw t) 1) ((s ay d z) 1))) +("outsized" nil (((aw t) 1) ((s ay z d) 1))) +("outskirts" nil (((aw t) 1) ((s k er t s) 1))) +("outsmart" nil (((aw t) 1) ((s m aa r t) 1))) +("outsold" nil (((aw t) 0) ((s ow l d) 1))) +("outsourcing" nil (((aw t) 1) ((s ao r) 1) ((s ih ng) 0))) +("outspend" nil (((aw t) 1) ((s p eh n d) 1))) +("outspending" nil (((aw t) 1) ((s p eh n) 1) ((d ih ng) 0))) +("outspent" nil (((aw t) 0) ((s p eh n t) 1))) +("outspoken" nil (((aw t) 1) ((s p ow) 1) ((k ax n) 0))) +("outspokenness" nil (((aw t) 0) ((s p ow) 1) ((k ax) 0) ((n ax s) 0))) +("outstanding" nil (((aw t) 1) ((s t ae n) 1) ((d ih ng) 0))) +("outstretched" nil (((aw t) 0) ((s t r eh ch t) 1))) +("outstrip" nil (((aw t) 0) ((s t r ih p) 1))) +("outstripped" nil (((aw t) 0) ((s t r ih p t) 1))) +("outstripping" nil (((aw t) 0) ((s t r ih) 1) ((p ih ng) 0))) +("outstrips" nil (((aw t) 0) ((s t r ih p s) 1))) +("outta" nil (((uw) 1) ((t ax) 0))) +("outten" nil (((aw) 1) ((t ax n) 0))) +("outvoted" nil (((aw t) 0) ((v ow) 1) ((t ax d) 0))) +("outward" nil (((aw) 1) ((t w er d) 0))) +("outwardly" nil (((aw) 1) ((t w er d) 0) ((l iy) 0))) +("outwards" nil (((aw) 1) ((t w er d z) 0))) +("outweigh" nil (((aw) 1) ((t w ey) 1))) +("outweighed" nil (((aw) 0) ((t w ey d) 1))) +("outweighing" nil (((aw) 1) ((t w ey) 1) ((ih ng) 0))) +("outweighs" nil (((aw) 1) ((t w ey z) 1))) +("outwit" nil (((aw) 1) ((t w ih t) 1))) +("outwitting" nil (((aw) 1) ((t w ih) 1) ((t ih ng) 0))) +("ouyang" nil (((oy) 1) ((y aa ng) 1))) +("ouzts" nil (((aw z t s) 1))) +("oval" nil (((ow) 1) ((v ax l) 0))) +("ovalle" nil (((aa) 1) ((v ey l) 0))) +("ovarian" nil (((ow) 0) ((v eh) 1) ((r iy) 0) ((ax n) 0))) +("ovaries" n (((ow) 1) ((v er) 0) ((iy z) 0))) +("ovary" nil (((ow) 1) ((v er) 0) ((iy) 0))) +("ovate" nil (((ow) 1) ((v ey t) 0))) +("ovation" nil (((ow) 0) ((v ey) 1) ((sh ax n) 0))) +("ovations" nil (((ow) 0) ((v ey) 1) ((sh ax n z) 0))) +("oven" nil (((ah) 1) ((v ax n) 0))) +("ovens" nil (((ah) 1) ((v ax n z) 0))) +("over" nil (((ow) 1) ((v er) 0))) +("overabundance" nil (((ow) 1) ((v er) 0) ((ax) 0) ((b ah n) 1) ((d ax n s) 0))) +("overacker" nil (((ow) 1) ((v er) 0) ((ax) 0) ((k er) 0))) +("overacted" nil (((ow) 1) ((v er) 0) ((ae k) 1) ((t ih d) 0))) +("overactive" nil (((ow) 1) ((v er) 0) ((ae k) 1) ((t ih v) 0))) +("overall" j (((ow) 1) ((v er) 0) ((ao l) 1))) +("overall" n (((ow) 1) ((v er) 0) ((ao l) 1))) +("overallotment" nil (((ow) 1) ((v er) 0) ((ax) 0) ((l aa t) 1) ((m ax n t) 0))) +("overallotments" nil (((ow) 1) ((v er) 0) ((ax) 0) ((l aa t) 1) ((m ax n t s) 0))) +("overalls" nil (((ow) 1) ((v er) 0) ((ao l z) 1))) +("overambitious" nil (((ow) 1) ((v er) 0) ((ae m) 0) ((b ih) 1) ((sh ax s) 0))) +("overarching" nil (((ow) 1) ((v er) 0) ((aa r) 1) ((ch ih ng) 0))) +("overbaugh" nil (((ow) 0) ((v er) 1) ((b ao) 0))) +("overbay" nil (((ow) 1) ((v er) 0) ((b ey) 1))) +("overbearing" nil (((ow) 1) ((v er) 0) ((b eh) 1) ((r ih ng) 0))) +("overbeck" nil (((ow) 1) ((v er) 0) ((b eh k) 1))) +("overbey" nil (((ow) 1) ((v er) 0) ((b iy) 0))) +("overbilling" nil (((ow) 1) ((v er) 0) ((b ih) 1) ((l ih ng) 0))) +("overblown" nil (((ow) 1) ((v er) 0) ((b l ow n) 1))) +("overboard" nil (((ow) 1) ((v er) 0) ((b ao r d) 1))) +("overbooked" nil (((ow) 1) ((v er) 0) ((b uh k t) 1))) +("overbooking" nil (((ow) 1) ((v er) 0) ((b uh) 1) ((k ih ng) 0))) +("overbought" nil (((ow) 1) ((v er) 0) ((b ao t) 1))) +("overbuilding" nil (((ow) 1) ((v er) 0) ((b ih l) 1) ((d ih ng) 0))) +("overbuilt" nil (((ow) 1) ((v er) 0) ((b ih l t) 1))) +("overburden" nil (((ow) 1) ((v er) 0) ((b er) 1) ((d ax n) 0))) +("overburdened" nil (((ow) 1) ((v er) 0) ((b er) 1) ((d ax n d) 0))) +("overby" nil (((ow) 1) ((v er) 0) ((b iy) 0))) +("Overbye" n (((ow) 1) ((v er) 0) ((b ay) 0))) +("overcame" nil (((ow) 1) ((v er) 0) ((k ey m) 1))) +("overcapacity" nil (((ow) 1) ((v er) 0) ((k ax) 0) ((p ae) 1) ((s ax) 0) ((t iy) 0))) +("overcash" nil (((ow) 1) ((v er) 0) ((k ae sh) 1))) +("overcast" nil (((ow) 1) ((v er) 0) ((k ae s t) 1))) +("overcharge" nil (((ow) 1) ((v er) 0) ((ch aa r jh) 1))) +("overcharged" nil (((ow) 1) ((v er) 0) ((ch aa r jh d) 1))) +("overcharges" nil (((ow) 1) ((v er) 0) ((ch aa r) 1) ((jh ih z) 0))) +("overcharging" nil (((ow) 1) ((v er) 0) ((ch aa r) 1) ((jh ih ng) 0))) +("overcoat" nil (((ow) 1) ((v er) 0) ((k ow t) 1))) +("overcome" nil (((ow) 1) ((v er) 0) ((k ah m) 1))) +("overcomes" nil (((ow) 1) ((v er) 0) ((k ah m z) 1))) +("overcoming" nil (((ow) 1) ((v er) 0) ((k ah) 1) ((m ih ng) 0))) +("overconfidence" nil (((ow) 1) ((v er) 0) ((k aa n) 1) ((f ih) 0) ((d ax n s) 0))) +("overconfident" nil (((ow) 1) ((v er) 0) ((k aa n) 1) ((f ih) 0) ((d ax n t) 0))) +("overconsumption" nil (((ow) 1) ((v er) 0) ((k ax n) 0) ((s ah m p) 1) ((sh ax n) 0))) +("overcooked" nil (((ow) 1) ((v er) 0) ((k uh k t) 1))) +("overcrowded" nil (((ow) 1) ((v er) 0) ((k r aw) 1) ((d ih d) 0))) +("overcrowding" nil (((ow) 1) ((v er) 0) ((k r aw) 1) ((d ih ng) 0))) +("overdamping" nil (((ow) 1) ((v er) 0) ((d ae m) 1) ((p ih ng) 0))) +("overdependence" nil (((ow) 1) ((v er) 0) ((d ih) 0) ((p eh n) 1) ((d ax n s) 0))) +("overdid" nil (((ow) 1) ((v er) 0) ((d ih d) 1))) +("overdo" nil (((ow) 1) ((v er) 0) ((d uw) 1))) +("overdoing" nil (((ow) 1) ((v er) 0) ((d uw) 1) ((ih ng) 0))) +("overdone" nil (((ow) 1) ((v er) 0) ((d ah n) 1))) +("overdorf" nil (((ow) 1) ((v er) 0) ((d ao r f) 0))) +("overdose" nil (((ow) 1) ((v er) 0) ((d ow s) 1))) +("overdosed" nil (((ow) 1) ((v er) 0) ((d ow s t) 1))) +("overdoses" nil (((ow) 1) ((v er) 0) ((d ow) 1) ((s ih z) 0))) +("overdraft" nil (((ow) 1) ((v er) 0) ((d r ae f t) 1))) +("overdrafting" nil (((ow) 1) ((v er) 0) ((d r ae f) 1) ((t ih ng) 0))) +("overdrafts" nil (((ow) 1) ((v er) 0) ((d r ae f t s) 1))) +("overdraw" nil (((ow) 1) ((v er) 0) ((d r ao) 1))) +("overdrawn" nil (((ow) 1) ((v er) 0) ((d r ao n) 1))) +("overdress" nil (((ow) 1) ((v er) 0) ((d r eh s) 1))) +("overdrive" nil (((ow) 1) ((v er) 0) ((d r ay v) 1))) +("overdue" nil (((ow) 1) ((v er) 0) ((d uw) 1))) +("overeager" nil (((ow) 1) ((v er) 0) ((iy) 1) ((g er) 0))) +("overeat" nil (((ow) 1) ((v er) 0) ((iy t) 1))) +("overeating" nil (((ow) 1) ((v er) 0) ((iy) 1) ((t ih ng) 0))) +("overemphasize" nil (((ow) 1) ((v er) 0) ((eh m) 1) ((f ax) 0) ((s ay z) 1))) +("overestimate" nil (((ow) 1) ((v er) 0) ((eh) 1) ((s t ax) 0) ((m ey t) 1))) +("overestimated" nil (((ow) 1) ((v er) 0) ((eh) 1) ((s t ax) 0) ((m ey) 1) ((t ih d) 0))) +("overestimates" nil (((ow) 1) ((v er) 0) ((eh) 1) ((s t ax) 0) ((m ey t s) 1))) +("overestimating" nil (((ow) 1) ((v er) 0) ((eh) 1) ((s t ax) 0) ((m ey) 1) ((t ih ng) 0))) +("overexpansion" nil (((ow) 1) ((v er) 0) ((ih k) 0) ((s p ae n) 1) ((sh ax n) 0))) +("overexposed" nil (((ow) 1) ((v er) 0) ((ih k) 0) ((s p ow z d) 1))) +("overexposure" nil (((ow) 1) ((v er) 0) ((ih k) 0) ((s p ow) 1) ((zh er) 0))) +("overextended" nil (((ow) 1) ((v er) 0) ((ih k) 0) ((s t eh n) 1) ((d ax d) 0))) +("overextending" nil (((ow) 1) ((v er) 0) ((ih k) 0) ((s t eh n) 1) ((d ih ng) 0))) +("overfeed" nil (((ow) 1) ((v er) 0) ((f iy d) 1))) +("overfelt" nil (((ow) 1) ((v er) 0) ((f eh l t) 1))) +("overfield" nil (((ow) 1) ((v er) 0) ((f iy l d) 1))) +("overfill" nil (((ow) 1) ((v er) 0) ((f ih l) 1))) +("overfishing" nil (((ow) 1) ((v er) 0) ((f ih) 1) ((sh ih ng) 0))) +("overflights" nil (((ow) 1) ((v er) 0) ((f l ay t s) 1))) +("overflow" nil (((ow) 1) ((v er) 0) ((f l ow) 1))) +("overflowed" nil (((ow) 1) ((v er) 0) ((f l ow d) 1))) +("overflowing" nil (((ow) 1) ((v er) 0) ((f l ow) 1) ((ih ng) 0))) +("overflows" nil (((ow) 1) ((v er) 0) ((f l ow z) 1))) +("overfunded" nil (((ow) 1) ((v er) 0) ((f ah n) 1) ((d ih d) 0))) +("overfunding" nil (((ow) 1) ((v er) 0) ((f ah n) 1) ((d ih ng) 0))) +("overgaard" nil (((ow) 1) ((v er) 0) ((g aa r d) 1))) +("overgenerous" nil (((ow) 1) ((v er) 0) ((jh eh) 1) ((n er) 0) ((ax s) 0))) +("overgrazing" nil (((ow) 1) ((v er) 0) ((g r ey) 1) ((z ih ng) 0))) +("overgrown" nil (((ow) 1) ((v er) 0) ((g r ow n) 1))) +("overhang" nil (((ow) 1) ((v er) 0) ((hh ae ng) 1))) +("overhanging" nil (((ow) 1) ((v er) 0) ((hh ae ng) 1) ((ih ng) 0))) +("overhangs" nil (((ow) 1) ((v er) 0) ((hh ae ng z) 1))) +("overhaul" nil (((ow) 1) ((v er) 0) ((hh ao l) 1))) +("overhauled" nil (((ow) 1) ((v er) 0) ((hh ao l d) 1))) +("overhauling" nil (((ow) 1) ((v er) 0) ((hh ao) 1) ((l ih ng) 0))) +("overhauls" nil (((ow) 1) ((v er) 0) ((hh ao l z) 1))) +("overhead" nil (((ow) 1) ((v er) 0) ((hh eh d) 1))) +("overheads" nil (((ow) 1) ((v er) 0) ((hh eh d z) 1))) +("overhear" nil (((ow) 1) ((v er) 0) ((hh ih r) 1))) +("overheard" nil (((ow) 1) ((v er) 0) ((hh er d) 1))) +("overhearing" nil (((ow) 1) ((v er) 0) ((hh ih) 1) ((r ih ng) 0))) +("overheat" nil (((ow) 1) ((v er) 0) ((hh iy t) 1))) +("overheated" nil (((ow) 1) ((v er) 0) ((hh iy) 1) ((t ih d) 0))) +("overheating" nil (((ow) 1) ((v er) 0) ((hh iy) 1) ((t ih ng) 0))) +("overholser" nil (((ow) 1) ((v er) 0) ((hh ow l) 1) ((s er) 0))) +("overholt" nil (((ow) 1) ((v er) 0) ((hh ow l t) 0))) +("overholtzer" nil (((ow) 1) ((v er) 0) ((hh ow l t) 0) ((z er) 0))) +("overhyped" n (((ow) 1) ((v er) 0) ((hh ay p t) 1))) +("overjoyed" nil (((ow) 1) ((v er) 0) ((jh oy d) 1))) +("overkill" nil (((ow) 1) ((v er) 0) ((k ih l) 1))) +("overkilling" nil (((ow) 1) ((v er) 0) ((k ih) 1) ((l ih ng) 0))) +("overlaid" nil (((ow) 1) ((v er) 0) ((l ey d) 1))) +("overlain" nil (((ow) 1) ((v er) 0) ((l ey n) 1))) +("overland" nil (((ow) 1) ((v er) 0) ((l ae n d) 1))) +("overlap" nil (((ow) 1) ((v er) 0) ((l ae p) 1))) +("overlapped" nil (((ow) 1) ((v er) 0) ((l ae p t) 1))) +("overlapping" nil (((ow) 1) ((v er) 0) ((l ae) 1) ((p ih ng) 0))) +("overlaps" nil (((ow) 1) ((v er) 0) ((l ae p s) 1))) +("overlay" nil (((ow) 1) ((v er) 0) ((l ey) 1))) +("overlays" nil (((ow) 1) ((v er) 0) ((l ey z) 1))) +("overleveraged" nil (((ow) 1) ((v er) 0) ((l eh) 1) ((v r ih jh d) 0))) +("overley" nil (((ow) 1) ((v er) 0) ((l iy) 0))) +("overload" nil (((ow) 1) ((v er) 0) ((l ow d) 1))) +("overloaded" nil (((ow) 1) ((v er) 0) ((l ow) 1) ((d ih d) 0))) +("overloading" nil (((ow) 1) ((v er) 0) ((l ow) 1) ((d ih ng) 0))) +("overloads" nil (((ow) 1) ((v er) 0) ((l ow d z) 1))) +("overlock" nil (((ow) 1) ((v er) 0) ((l aa k) 1))) +("overlook" nil (((ow) 1) ((v er) 0) ((l uh k) 1))) +("overlooked" nil (((ow) 1) ((v er) 0) ((l uh k t) 1))) +("overlooking" nil (((ow) 1) ((v er) 0) ((l uh) 1) ((k ih ng) 0))) +("overlooks" nil (((ow) 1) ((v er) 0) ((l uh k s) 1))) +("overlord" nil (((ow) 1) ((v er) 0) ((l ao r d) 1))) +("overlords" nil (((ow) 1) ((v er) 0) ((l ao r d z) 1))) +("overly" nil (((ow) 1) ((v er) 0) ((l iy) 0))) +("overlying" nil (((ow) 1) ((v er) 0) ((l ay) 1) ((ih ng) 0))) +("overman" nil (((ow) 1) ((v er) 0) ((m ax n) 0))) +("overmatched" nil (((ow) 1) ((v er) 0) ((m ae ch t) 1))) +("overmyer" nil (((ow) 1) ((v er) 0) ((m iy) 0) ((er) 0))) +("overnight" nil (((ow) 1) ((v er) 0) ((n ay t) 1))) +("overnighters" nil (((ow) 1) ((v er) 0) ((n ay) 1) ((t er z) 0))) +("overnite" nil (((ow) 1) ((v er) 0) ((n ay t) 1))) +("overoptimism" nil (((ow) 1) ((v er) 0) ((aa p) 1) ((t ih) 0) ((m ih) 1) ((z ax m) 0))) +("overpaid" nil (((ow) 1) ((v er) 0) ((p ey d) 1))) +("overpass" nil (((ow) 1) ((v er) 0) ((p ae s) 1))) +("overpasses" nil (((ow) 1) ((v er) 0) ((p ae) 1) ((s ih z) 0))) +("overpay" nil (((ow) 1) ((v er) 0) ((p ey) 1))) +("overpaying" nil (((ow) 1) ((v er) 0) ((p ey) 1) ((ih ng) 0))) +("overpayment" nil (((ow) 1) ((v er) 0) ((p ey) 1) ((m ax n t) 0))) +("overpayments" nil (((ow) 1) ((v er) 0) ((p ey) 1) ((m ax n t s) 0))) +("overpeck" nil (((ow) 1) ((v er) 0) ((p eh k) 1))) +("overplayed" nil (((ow) 1) ((v er) 0) ((p l ey d) 1))) +("overpopulation" nil (((ow) 1) ((v er) 0) ((p aa) 1) ((p y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("overpowered" nil (((ow) 1) ((v er) 0) ((p aw) 1) ((er d) 0))) +("overpowering" nil (((ow) 1) ((v er) 0) ((p aw) 1) ((r ih ng) 0))) +("overpriced" nil (((ow) 1) ((v er) 0) ((p r ay s t) 1))) +("overproduce" nil (((ow) 1) ((v er) 0) ((p r ax) 0) ((d uw s) 1))) +("overproduced" nil (((ow) 1) ((v er) 0) ((p r ax) 0) ((d uw s t) 1))) +("overproducers" nil (((ow) 1) ((v er) 0) ((p r ax) 0) ((d uw) 1) ((s er z) 0))) +("overproducing" nil (((ow) 1) ((v er) 0) ((p r ax) 0) ((d y uw) 1) ((s ih ng) 0))) +("overproduction" nil (((ow) 1) ((v er) 0) ((p r ax) 0) ((d ah k) 1) ((sh ax n) 0))) +("overprotection" nil (((ow) 1) ((v er) 0) ((p r ax) 0) ((t eh k) 1) ((sh ax n) 0))) +("overqualified" nil (((ow) 1) ((v er) 0) ((k w aa) 1) ((l ax) 0) ((f ay d) 1))) +("overran" nil (((ow) 1) ((v er) 0) ((r ae n) 1))) +("overrated" nil (((ow) 1) ((v er) 0) ((r ey) 1) ((t ih d) 0))) +("overreach" nil (((ow) 1) ((v er) 0) ((r iy ch) 1))) +("overreached" nil (((ow) 1) ((v er) 0) ((r iy ch t) 1))) +("overreaches" nil (((ow) 1) ((v er) 0) ((r iy) 1) ((ch ih z) 0))) +("overreaching" nil (((ow) 1) ((v er) 0) ((r iy) 1) ((ch ih ng) 0))) +("overreact" nil (((ow) 1) ((v er) 0) ((r iy) 0) ((ae k t) 1))) +("overreacted" nil (((ow) 1) ((v er) 0) ((r iy) 0) ((ae k) 1) ((t ih d) 0))) +("overreacting" nil (((ow) 1) ((v er) 0) ((r iy) 0) ((ae k) 1) ((t ih ng) 0))) +("overreaction" nil (((ow) 1) ((v er) 0) ((r iy) 0) ((ae k) 1) ((sh ax n) 0))) +("overregulated" nil (((ow) 1) ((v er) 0) ((r eh) 1) ((g y ax) 0) ((l ey) 1) ((t ih d) 0))) +("overregulation" nil (((ow) 1) ((v er) 0) ((r eh) 1) ((g y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("overreliance" nil (((ow) 1) ((v er) 0) ((r ih) 0) ((l ay) 1) ((ax n s) 0))) +("overrepresented" nil (((ow) 1) ((v er) 0) ((r eh) 1) ((p r ih) 0) ((z eh n) 1) ((t ih d) 0))) +("overridden" nil (((ow) 1) ((v er) 0) ((r ih) 1) ((d ax n) 0))) +("override" nil (((ow) 1) ((v er) 0) ((r ay d) 1))) +("overrides" nil (((ow) 1) ((v er) 0) ((r ay d z) 1))) +("overriding" nil (((ow) 1) ((v er) 0) ((r ay) 1) ((d ih ng) 0))) +("overripe" nil (((ow) 1) ((v er) 0) ((r ay p) 1))) +("overrode" nil (((ow) 1) ((v er) 0) ((r ow d) 1))) +("overrule" nil (((ow) 1) ((v er) 0) ((r uw l) 1))) +("overruled" nil (((ow) 1) ((v er) 0) ((r uw l d) 1))) +("overruling" nil (((ow) 1) ((v er) 0) ((r uw) 1) ((l ih ng) 0))) +("overrun" nil (((ow) 1) ((v er) 0) ((r ah n) 1))) +("overrunning" nil (((ow) 1) ((v er) 0) ((r ah) 1) ((n ih ng) 0))) +("overruns" nil (((ow) 1) ((v er) 0) ((r ah n z) 1))) +("overs" nil (((ow) 1) ((v er z) 0))) +("oversaw" nil (((ow) 1) ((v er) 0) ((s ao) 1))) +("overseas" nil (((ow) 1) ((v er) 0) ((s iy z) 1))) +("oversee" nil (((ow) 1) ((v er) 0) ((s iy) 1))) +("overseeing" nil (((ow) 1) ((v er) 0) ((s iy) 1) ((ih ng) 0))) +("overseen" nil (((ow) 1) ((v er) 0) ((s iy n) 1))) +("overseer" nil (((ow) 1) ((v er) 0) ((s iy) 1) ((er) 0))) +("overseers" nil (((ow) 1) ((v er) 0) ((s iy) 1) ((er z) 0))) +("oversees" nil (((ow) 1) ((v er) 0) ((s iy z) 1))) +("overselling" nil (((ow) 1) ((v er) 0) ((s eh) 1) ((l ih ng) 0))) +("overshadow" nil (((ow) 1) ((v er) 0) ((sh ae) 1) ((d ow) 0))) +("overshadowed" nil (((ow) 1) ((v er) 0) ((sh ae) 1) ((d ow d) 0))) +("overshadowing" nil (((ow) 1) ((v er) 0) ((sh ae) 1) ((d ow) 0) ((ih ng) 0))) +("overshadows" nil (((ow) 1) ((v er) 0) ((sh ae) 1) ((d ow z) 0))) +("overshoot" nil (((ow) 1) ((v er) 0) ((sh uw t) 1))) +("overshooting" nil (((ow) 1) ((v er) 0) ((sh uw) 1) ((t ih ng) 0))) +("overshot" nil (((ow) 1) ((v er) 0) ((sh aa t) 1))) +("oversight" nil (((ow) 1) ((v er) 0) ((s ay t) 1))) +("oversimplified" nil (((ow) 1) ((v er) 0) ((s ih m) 1) ((p l ih) 0) ((f ay d) 1))) +("oversize" nil (((ow) 1) ((v er) 0) ((s ay z) 1))) +("oversized" nil (((ow) 1) ((v er) 0) ((s ay z d) 1))) +("oversizes" nil (((ow) 1) ((v er) 0) ((s ay) 1) ((z ih z) 0))) +("overslept" nil (((ow) 1) ((v er) 0) ((s l eh p t) 1))) +("oversold" nil (((ow) 1) ((v er) 0) ((s ow l d) 1))) +("overson" nil (((ow) 1) ((v er) 0) ((s ax n) 0))) +("overspend" nil (((ow) 1) ((v er) 0) ((s p eh n d) 1))) +("overspending" nil (((ow) 1) ((v er) 0) ((s p eh n) 1) ((d ih ng) 0))) +("overspends" nil (((ow) 1) ((v er) 0) ((s p eh n d z) 1))) +("overspent" nil (((ow) 1) ((v er) 0) ((s p eh n t) 1))) +("overstaffed" nil (((ow) 1) ((v er) 0) ((s t ae f t) 1))) +("overstate" nil (((ow) 1) ((v er) 0) ((s t ey t) 1))) +("overstated" nil (((ow) 1) ((v er) 0) ((s t ey) 1) ((t ih d) 0))) +("overstatement" nil (((ow) 1) ((v er) 0) ((s t ey t) 1) ((m ax n t) 0))) +("overstatements" nil (((ow) 1) ((v er) 0) ((s t ey t) 1) ((m ax n t s) 0))) +("overstates" nil (((ow) 1) ((v er) 0) ((s t ey t s) 1))) +("overstating" nil (((ow) 1) ((v er) 0) ((s t ey) 1) ((t ih ng) 0))) +("overstayed" nil (((ow) 1) ((v er) 0) ((s t ey d) 1))) +("overstep" nil (((ow) 1) ((v er) 0) ((s t eh p) 1))) +("overstepped" nil (((ow) 1) ((v er) 0) ((s t eh p t) 1))) +("overstepping" nil (((ow) 1) ((v er) 0) ((s t eh) 1) ((p ih ng) 0))) +("overstocked" nil (((ow) 1) ((v er) 0) ((s t aa k t) 1))) +("overstreet" nil (((ow) 1) ((v er) 0) ((s t r iy t) 1))) +("overstrom" nil (((ow) 1) ((v er) 0) ((s t r aa m) 1))) +("overstuffed" nil (((ow) 1) ((v er) 0) ((s t ah f t) 1))) +("oversubscribed" nil (((ow) 1) ((v er) 0) ((s ax b) 0) ((s k r ay b d) 1))) +("oversupplied" nil (((ow) 1) ((v er) 0) ((s ax) 0) ((p l ay d) 1))) +("oversupply" nil (((ow) 1) ((v er) 0) ((s ax) 0) ((p l ay) 1))) +("overt" nil (((ow) 0) ((v er t) 1))) +("overtake" nil (((ow) 1) ((v er) 0) ((t ey k) 1))) +("overtaken" nil (((ow) 1) ((v er) 0) ((t ey) 1) ((k ax n) 0))) +("overtaking" nil (((ow) 1) ((v er) 0) ((t ey) 1) ((k ih ng) 0))) +("overtax" nil (((ow) 1) ((v er) 0) ((t ae k s) 1))) +("overtaxed" nil (((ow) 1) ((v er) 0) ((t ae k s t) 1))) +("overthrew" nil (((ow) 1) ((v er) 0) ((th r uw) 1))) +("overthrow" nil (((ow) 1) ((v er) 0) ((th r ow) 1))) +("overthrowing" nil (((ow) 1) ((v er) 0) ((th r ow) 1) ((ih ng) 0))) +("overthrown" nil (((ow) 1) ((v er) 0) ((th r ow n) 1))) +("overtime" nil (((ow) 1) ((v er) 0) ((t ay m) 1))) +("overtly" nil (((ow) 0) ((v er t) 1) ((l iy) 0))) +("overton" nil (((ow) 1) ((v er) 0) ((t ax n) 0))) +("overtones" nil (((ow) 1) ((v er) 0) ((t ow n z) 1))) +("overtook" nil (((ow) 1) ((v er) 0) ((t uh k) 1))) +("overture" nil (((ow) 1) ((v er) 0) ((ch er) 0))) +("overtures" nil (((ow) 1) ((v er) 0) ((ch uh r z) 1))) +("overturf" nil (((ow) 1) ((v er) 0) ((t er f) 1))) +("overturn" nil (((ow) 1) ((v er) 0) ((t er n) 1))) +("overturned" nil (((ow) 1) ((v er) 0) ((t er n d) 1))) +("overturning" nil (((ow) 1) ((v er) 0) ((t er) 1) ((n ih ng) 0))) +("overturns" nil (((ow) 1) ((v er) 0) ((t er n z) 1))) +("overuse" nil (((ow) 1) ((v er) 0) ((y uw z) 1))) +("overused" nil (((ow) 1) ((v er) 0) ((y uw z d) 1))) +("overvaluation" nil (((ow) 1) ((v er) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((sh ax n) 0))) +("overvalued" nil (((ow) 1) ((v er) 0) ((v ae) 1) ((l y uw d) 0))) +("overview" nil (((ow) 1) ((v er) 0) ((v y uw) 1))) +("overweight" nil (((ow) 1) ((v er) 0) ((w ey t) 1))) +("overweighted" nil (((ow) 1) ((v er) 0) ((w ey) 1) ((t ih d) 0))) +("overwhelm" nil (((ow) 1) ((v er) 0) ((w eh l m) 1))) +("overwhelmed" nil (((ow) 1) ((v er) 0) ((w eh l m d) 1))) +("overwhelming" nil (((ow) 1) ((v er) 0) ((w eh l) 1) ((m ih ng) 0))) +("overwhelmingly" nil (((ow) 1) ((v er) 0) ((w eh l) 1) ((m ih ng) 0) ((l iy) 0))) +("overwhelms" nil (((ow) 1) ((v er) 0) ((w eh l m z) 1))) +("overwinter" nil (((ow) 1) ((v er) 0) ((w ih n) 1) ((t er) 0))) +("overwork" nil (((ow) 1) ((v er) 0) ((w er k) 1))) +("overworked" nil (((ow) 1) ((v er) 0) ((w er k t) 1))) +("overwritten" nil (((ow) 1) ((v er) 0) ((r ih) 1) ((t ax n) 0))) +("overwrought" nil (((ow) 1) ((v er) 0) ((r ao t) 1))) +("overy" nil (((ow) 1) ((v er) 0) ((iy) 0))) +("overzealous" nil (((ow) 1) ((v er) 0) ((z eh) 1) ((l ax s) 0))) +("oveson" nil (((aa) 1) ((v ax) 0) ((s ax n) 0))) +("ovett" nil (((ow) 1) ((v eh t) 1))) +("ovex" nil (((ow) 1) ((v eh k s) 0))) +("oviatt" nil (((ow) 1) ((v iy) 0) ((aa t) 1))) +("oviedo" nil (((ow) 0) ((v iy) 0) ((ey) 1) ((d ow) 0))) +("oviparous" nil (((ow) 0) ((v ih) 1) ((p er) 0) ((ax s) 0))) +("ovitt" nil (((ow) 1) ((v ih t) 0))) +("ovitz" nil (((ow) 0) ((v ih t s) 1))) +("ovoid" nil (((ow) 1) ((v oy d) 1))) +("ovonic" nil (((ow) 0) ((v aa) 1) ((n ih k) 0))) +("ovoviviparous" nil (((ow) 1) ((v ow) 1) ((v ay) 1) ((v ih) 1) ((p er) 0) ((ax s) 0))) +("ovshinsky" nil (((aa v) 0) ((sh ih n) 1) ((s k iy) 0))) +("ovulation" nil (((ow) 1) ((v y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("ovule" nil (((ow) 1) ((v y uw l) 0))) +("ovum" nil (((ow) 1) ((v ax m) 0))) +("ow" nil (((ow) 1))) +("owades" nil (((ow) 1) ((aa d z) 0))) +("owczarzak" nil (((aw) 0) ((ch aa r) 1) ((z ax k) 0))) +("owe" nil (((ow) 1))) +("owed" nil (((ow d) 1))) +("owen" nil (((ow) 1) ((ax n) 0))) +("owenby" nil (((aw) 1) ((ih n) 0) ((b iy) 0))) +("owens" nil (((ow) 1) ((ax n z) 0))) +("owensboro" nil (((ow) 1) ((ax n z) 0) ((b er) 0) ((ow) 0))) +("owensby" nil (((aw) 1) ((ih n s) 0) ((b iy) 0))) +("owes" nil (((ow z) 1))) +("owing" nil (((ow) 1) ((ih ng) 0))) +("owings" nil (((ow) 1) ((ih ng z) 0))) +("owl" nil (((aw l) 1))) +("owlish" n (((aw) 1) ((l ax sh) 0))) +("owls" nil (((aw l z) 1))) +("own" nil (((ow n) 1))) +("ownbey" nil (((aw n) 1) ((b iy) 0))) +("ownby" nil (((aw n) 1) ((b iy) 0))) +("owned" nil (((ow n d) 1))) +("owner" nil (((ow) 1) ((n er) 0))) +("owners" nil (((ow) 1) ((n er z) 0))) +("ownership" nil (((ow) 1) ((n er) 0) ((sh ih p) 1))) +("owning" nil (((ow) 1) ((n ih ng) 0))) +("owns" nil (((ow n z) 1))) +("owosso" nil (((ow) 0) ((ao) 1) ((s ow) 0))) +("owsley" nil (((aw) 1) ((s l iy) 0))) +("owyhee" nil (((ow) 1) ((ih) 0) ((hh iy) 0))) +("ox" nil (((aa k s) 1))) +("oxalates" nil (((aa k) 1) ((s ax) 0) ((l ey t s) 1))) +("oxalis" nil (((aa k) 1) ((s ax) 0) ((l ax s) 0))) +("oxbow" nil (((aa k s) 1) ((b ow) 1))) +("oxbridge" nil (((aa k s) 1) ((b r ih jh) 1))) +("oxcart" nil (((aa k) 1) ((s k aa r t) 1))) +("oxdon" nil (((aa k s) 1) ((d aa n) 1))) +("oxen" nil (((aa k) 1) ((s ax n) 0))) +("oxendine" nil (((aa k) 1) ((s ih n) 0) ((d ay n) 0))) +("oxfam" nil (((aa k) 1) ((s f ae m) 1))) +("oxford" nil (((aa k) 1) ((s f er d) 0))) +("oxfords" nil (((aa k) 1) ((s f er d z) 0))) +("oxidant" nil (((aa k) 1) ((s ax) 0) ((d ax n t) 0))) +("oxidants" nil (((aa k) 1) ((s ih) 0) ((d ax n t s) 0))) +("oxidation" nil (((aa k) 1) ((s ax) 0) ((d ey) 1) ((sh ax n) 0))) +("oxide" nil (((aa k) 1) ((s ay d) 1))) +("oxides" nil (((aa k) 1) ((s ay d z) 1))) +("oxidized" nil (((aa k) 1) ((s ax) 0) ((d ay z d) 1))) +("oxidizer" nil (((aa k) 1) ((s ih) 0) ((d ay) 1) ((z er) 0))) +("oxidizing" nil (((aa k) 1) ((s ax) 0) ((d ay) 1) ((z ih ng) 0))) +("oxidyne" nil (((aa k) 1) ((s ih) 0) ((d ay n) 1))) +("oxley" nil (((aa k) 1) ((s l iy) 0))) +("oxman" nil (((aa k) 1) ((s m ax n) 0))) +("oxnard" nil (((aa k) 1) ((s n er d) 0))) +("oxner" nil (((aa k) 1) ((s n er) 0))) +("oxoco" nil (((aa k) 0) ((s ow) 1) ((k ow) 0))) +("oxton" nil (((aa k) 1) ((s t ax n) 0))) +("oxy" nil (((aa k) 1) ((s iy) 0))) +("oxygen" nil (((aa k) 1) ((s ax) 0) ((jh ax n) 0))) +("oxygenate" nil (((aa k) 1) ((s ax) 0) ((jh ax) 0) ((n ey t) 1))) +("oxygenated" nil (((aa k) 1) ((s ax) 0) ((jh ax) 0) ((n ey) 1) ((t ax d) 0))) +("oxymoron" nil (((aa k) 0) ((s ih) 1) ((m er) 0) ((aa n) 0))) +("oxytocin" nil (((aa k) 1) ((s ax) 0) ((t ow) 1) ((s ax n) 0))) +("oy" nil (((oy) 1))) +("oyama" nil (((ow) 0) ((y aa) 1) ((m ax) 0))) +("oye" nil (((oy) 1))) +("oyen" nil (((oy) 1) ((ih n) 0))) +("oyer" nil (((oy) 1) ((er) 0))) +("oyler" nil (((oy) 1) ((l er) 0))) +("oyola" nil (((oy) 1) ((ow) 1) ((l ax) 0))) +("oyster" nil (((oy) 1) ((s t er) 0))) +("oysters" nil (((oy) 1) ((s t er z) 0))) +("oz" nil (((aa z) 1))) +("ozaki" nil (((ow) 0) ((z aa) 1) ((k iy) 0))) +("ozal" nil (((ow) 1) ((z ax l) 0))) +("ozanich" nil (((ax) 0) ((z ae) 1) ((n ih hh) 0))) +("ozanne" nil (((ow) 1) ((z ae n) 0))) +("ozark" nil (((ow) 1) ((z aa r k) 1))) +("ozarks" nil (((ow) 1) ((z aa r k s) 1))) +("ozawa" nil (((ow) 0) ((z aa) 1) ((w ax) 0))) +("ozbun" nil (((aa z) 1) ((b ax n) 0))) +("ozburn" nil (((aa z) 1) ((b er n) 0))) +("ozelle" nil (((ax) 0) ((z eh l) 1))) +("ozga" nil (((ow z) 1) ((g ax) 0))) +("ozick" nil (((ow) 1) ((z ih k) 0))) +("ozier" nil (((ow) 1) ((z iy) 0) ((er) 0))) +("ozimek" nil (((ax) 0) ((z ih) 1) ((m eh k) 0))) +("ozment" nil (((aa z) 1) ((m ax n t) 0))) +("ozmun" nil (((aa z) 1) ((m ax n) 0))) +("ozolins" nil (((ow) 0) ((z ow) 1) ((l iy n z) 0))) +("ozols" nil (((ow) 1) ((z ow l z) 0))) +("ozone" nil (((ow) 1) ((z ow n) 1))) +("ozora" nil (((ax) 0) ((z ao) 1) ((r ax) 0))) +("ozuna" nil (((ow) 0) ((z uw) 1) ((n ax) 0))) +("ozzie" nil (((aa) 1) ((z iy) 0))) +("p" nil (((p iy) 1))) +("pa" nil (((p aa) 1))) +("paap" nil (((p aa p) 1))) +("paape" nil (((p aa p) 1))) +("paar" nil (((p aa r) 1))) +("PaaS" nil (((p ae s) 1))) +("paasch" nil (((p aa sh) 1))) +("paavola" nil (((p aa) 1) ((v ow) 1) ((l ax) 0))) +("pablo" nil (((p aa) 1) ((b l ow) 0))) +("pablum" nil (((p ae) 1) ((b l ax m) 0))) +("pabon" nil (((p aa) 0) ((b ao n) 1))) +("pabst" nil (((p ae b s t) 1))) +("pac" nil (((p ae k) 1))) +("paca" nil (((p aa) 1) ((k ax) 0))) +("paccar" nil (((p ax) 0) ((k aa r) 1))) +("paccione" nil (((p aa k) 0) ((ch ow) 1) ((n iy) 0))) +("pace" nil (((p ey s) 1))) +("paced" nil (((p ey s t) 1))) +("pacella" nil (((p ax) 0) ((s eh) 1) ((l ax) 0))) +("pacelli" nil (((p ax) 0) ((s eh) 1) ((l iy) 0))) +("pacemaker" nil (((p ey) 1) ((s m ey) 1) ((k er) 0))) +("pacemakers" nil (((p ey) 1) ((s m ey) 1) ((k er z) 0))) +("pacer" nil (((p ey) 1) ((s er) 0))) +("pacers" nil (((p ey) 1) ((s er z) 0))) +("paces" nil (((p ey) 1) ((s ih z) 0))) +("pacesetter" nil (((p ey) 1) ((s eh) 1) ((t er) 0))) +("paceway" nil (((p ey) 1) ((s w ey) 1))) +("pacey" nil (((p ey) 1) ((s iy) 0))) +("pacheco" nil (((p ax) 0) ((ch eh) 1) ((k ow) 0))) +("pachinko" nil (((p ax) 0) ((ch ih ng) 1) ((k ow) 0))) +("pacholder" nil (((p ae) 1) ((ch ax l) 0) ((d er) 0))) +("pacholski" nil (((p ax) 0) ((hh ow l) 1) ((s k iy) 0))) +("pachter" nil (((p ae k) 1) ((t er) 0))) +("pachysandra" nil (((p ae) 1) ((ch ih) 0) ((s ae n) 1) ((d r ax) 0))) +("paci" nil (((p aa) 1) ((ch iy) 0))) +("pacific" nil (((p ax) 0) ((s ih) 1) ((f ih k) 0))) +("pacifica" nil (((p ax) 0) ((s ih) 1) ((f ih) 0) ((k ax) 0))) +("pacificare" nil (((p ax) 0) ((s ih) 1) ((f ih) 0) ((k eh r) 1))) +("pacification" nil (((p ae) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("pacifico" nil (((p aa) 0) ((ch iy) 0) ((f iy) 1) ((k ow) 0))) +("pacificorp" nil (((p ax) 0) ((s ih) 1) ((f ih) 0) ((k ao r p) 0))) +("pacified" nil (((p ae) 1) ((s ax) 0) ((f ay d) 1))) +("pacifier" nil (((p ae) 1) ((s ax) 0) ((f ay) 1) ((er) 0))) +("pacifiers" nil (((p ae) 1) ((s ax) 0) ((f ay) 1) ((er z) 0))) +("pacifism" nil (((p ae) 1) ((s ih) 0) ((f ih) 1) ((z ax m) 0))) +("pacifist" nil (((p ae) 1) ((s ih) 0) ((f ih s t) 0))) +("pacifists" nil (((p ae) 1) ((s ih) 0) ((f ih s t s) 0))) +("pacify" nil (((p ae) 1) ((s ax) 0) ((f ay) 1))) +("pacing" nil (((p ey) 1) ((s ih ng) 0))) +("pacini" nil (((p aa) 0) ((ch iy) 1) ((n iy) 0))) +("pacino" nil (((p ax) 0) ((s iy) 1) ((n ow) 0))) +("pack" nil (((p ae k) 1))) +("package" nil (((p ae) 1) ((k ax jh) 0))) +("packaged" nil (((p ae) 1) ((k ih jh d) 0))) +("packager" nil (((p ae) 1) ((k ih) 0) ((jh er) 0))) +("packagers" nil (((p ae) 1) ((k ih) 0) ((jh er z) 0))) +("packages" nil (((p ae) 1) ((k ax) 0) ((jh ax z) 0))) +("packaging" nil (((p ae) 1) ((k ih) 0) ((jh ih ng) 0))) +("packard" nil (((p ae) 1) ((k er d) 0))) +("packed" nil (((p ae k t) 1))) +("packer" nil (((p ae) 1) ((k er) 0))) +("packers" nil (((p ae) 1) ((k er z) 0))) +("packet" nil (((p ae) 1) ((k ax t) 0))) +("packets" nil (((p ae) 1) ((k ih t s) 0))) +("packett" nil (((p ae) 1) ((k ih t) 0))) +("packham" nil (((p ae k) 1) ((hh ax m) 0))) +("packing" nil (((p ae) 1) ((k ih ng) 0))) +("packinghouse" nil (((p ae) 1) ((k ih ng) 0) ((hh aw s) 1))) +("packman" nil (((p ae k) 1) ((m ax n) 0))) +("packs" nil (((p ae k s) 1))) +("packwood" nil (((p ae) 1) ((k w uh d) 1))) +("pacman" nil (((p ae k) 1) ((m ax n) 0))) +("paco" nil (((p ey) 1) ((k ow) 0))) +("pacs" nil (((p ae k s) 1))) +("pact" nil (((p ae k t) 1))) +("pactel" nil (((p ae k) 1) ((t eh l) 1))) +("pacto" nil (((p ae k) 1) ((t ow) 0))) +("pacts" nil (((p ae k t s) 1))) +("pacyna" nil (((p aa) 1) ((k iy) 0) ((n ax) 0))) +("paczkowski" nil (((p ax ch) 0) ((k ao f) 1) ((s k iy) 0))) +("pad" nil (((p ae d) 1))) +("padang" nil (((p aa) 1) ((d aa ng) 0))) +("paddack" nil (((p ae) 1) ((d ax k) 0))) +("padded" nil (((p ae) 1) ((d ax d) 0))) +("padden" nil (((p ae) 1) ((d ax n) 0))) +("paddies" nil (((p ae) 1) ((d iy z) 0))) +("padding" nil (((p ae) 1) ((d ih ng) 0))) +("paddington" nil (((p ae) 1) ((d ih ng) 0) ((t ax n) 0))) +("paddle" nil (((p ae) 1) ((d ax l) 0))) +("paddled" nil (((p ae) 1) ((d ax l d) 0))) +("paddles" nil (((p ae) 1) ((d ax l z) 0))) +("paddling" nil (((p ae) 1) ((d ax) 0) ((l ih ng) 0))) +("paddock" nil (((p ae) 1) ((d ax k) 0))) +("paddy" nil (((p ae) 1) ((d iy) 0))) +("paden" nil (((p ey) 1) ((d ax n) 0))) +("padfield" nil (((p ae d) 1) ((f iy l d) 1))) +("padget" nil (((p ae) 1) ((jh ih t) 0))) +("padgett" nil (((p ae) 1) ((jh ih t) 0))) +("padgitt" nil (((p ae) 1) ((jh ih t) 0))) +("padilla" nil (((p ax) 0) ((d ih) 1) ((l ax) 0))) +("padley" nil (((p ae d) 1) ((l iy) 0))) +("padlock" nil (((p ae d) 1) ((l aa k) 1))) +("padlocked" nil (((p ae d) 1) ((l aa k t) 1))) +("padlocks" nil (((p ae d) 1) ((l aa k s) 1))) +("padovano" nil (((p aa) 0) ((d ow) 0) ((v aa) 1) ((n ow) 0))) +("padre" nil (((p ae) 1) ((d r ey) 1))) +("padres" nil (((p ae) 1) ((d r ey z) 1))) +("padrick" nil (((p ae) 1) ((d r ih k) 0))) +("padro" nil (((p aa) 1) ((d r ow) 0))) +("padron" nil (((p ae) 1) ((d r ax n) 0))) +("pads" nil (((p ae d z) 1))) +("padua" nil (((p ae) 1) ((d y uw) 0) ((ax) 0))) +("paduano" nil (((p aa) 0) ((d uw) 0) ((aa) 1) ((n ow) 0))) +("paducah" nil (((p ax) 0) ((d uw) 1) ((k ax) 0))) +("padula" nil (((p aa) 0) ((d uw) 1) ((l ax) 0))) +("pae" nil (((p ay) 1))) +("paean" nil (((p iy) 1) ((ax n) 0))) +("paeans" nil (((p iy) 1) ((ax n z) 0))) +("paek" nil (((p iy k) 1))) +("paeth" nil (((p iy th) 1))) +("paetz" nil (((p iy t s) 1))) +("paez" nil (((p ay) 0) ((eh z) 1))) +("paff" nil (((p ae f) 1))) +("pafford" nil (((p ae) 1) ((f er d) 0))) +("pagan" nil (((p ey) 1) ((g ax n) 0))) +("paganelli" nil (((p aa) 0) ((g aa) 0) ((n eh) 1) ((l iy) 0))) +("pagani" nil (((p aa) 0) ((g aa) 1) ((n iy) 0))) +("paganini" nil (((p ae) 1) ((g ax) 0) ((n iy) 1) ((n iy) 0))) +("paganism" nil (((p ey) 1) ((g ax) 0) ((n ih) 1) ((z ax m) 0))) +("pagano" nil (((p aa) 0) ((g aa) 1) ((n ow) 0))) +("pagar" nil (((p aa) 1) ((g ax) 0))) +("pagar" nil (((p ae) 1) ((g er) 0))) +("page" nil (((p ey jh) 1))) +("pageant" nil (((p ae) 1) ((jh ax n t) 0))) +("pageantry" nil (((p ae) 1) ((jh ax n) 0) ((t r iy) 0))) +("pageants" nil (((p ae) 1) ((jh ax n t s) 0))) +("paged" nil (((p ey jh d) 1))) +("pagel" nil (((p ae) 1) ((g ax l) 0))) +("pagels" nil (((p ae) 1) ((g ax l z) 0))) +("pagemaker" nil (((p ey jh) 1) ((m ey) 1) ((k er) 0))) +("pagenkopf" nil (((p ae) 1) ((g ax n) 0) ((k ao p f) 0))) +("pager" nil (((p ey) 1) ((jh er) 0))) +("pagers" nil (((p ey) 1) ((jh er z) 0))) +("pages" nil (((p ey) 1) ((jh ax z) 0))) +("paget" nil (((p ae) 1) ((jh ax t) 0))) +("pagett" nil (((p ae) 1) ((jh ax t) 0))) +("pagette" nil (((p ae) 1) ((jh eh t) 1))) +("pagezy" nil (((p ae) 1) ((jh eh) 1) ((z iy) 0))) +("pagination" nil (((p ae) 1) ((jh ax) 0) ((n ey) 1) ((sh ax n) 0))) +("paging" nil (((p ey) 1) ((jh ih ng) 0))) +("paglia" nil (((p ae) 1) ((g l iy) 0) ((ax) 0))) +("pagliaro" nil (((p ae) 1) ((g l iy) 0) ((aa) 1) ((r ow) 0))) +("pagliarulo" nil (((p ae) 1) ((g l iy) 0) ((er) 0) ((uw) 1) ((l ow) 0))) +("pagliuca" nil (((p ae) 1) ((g l iy) 0) ((uw) 1) ((k ax) 0))) +("pagni" nil (((p ae g) 1) ((n iy) 0))) +("pagnotta" nil (((p aa g) 0) ((n ow) 1) ((t ax) 0))) +("pagoda" nil (((p ax) 0) ((g ow) 1) ((d ax) 0))) +("pagurian" nil (((p ax) 0) ((g y uh) 1) ((r iy) 0) ((ax n) 0))) +("pah" nil (((p ae) 1))) +("pahl" nil (((p aa l) 1))) +("pahnos" nil (((p aa) 1) ((n ow s) 0))) +("pai" nil (((p ay) 1))) +("paid" nil (((p ey d) 1))) +("paige" nil (((p ey jh) 1))) +("paik" nil (((p ey k) 1))) +("pail" nil (((p ey l) 1))) +("paille" nil (((p ey l) 1))) +("pails" nil (((p ey l z) 1))) +("pain" nil (((p ey n) 1))) +("paine" nil (((p ey n) 1))) +("pained" nil (((p ey n d) 1))) +("painewebber" nil (((p ey n) 1) ((w eh) 1) ((b er) 0))) +("painful" nil (((p ey n) 1) ((f ax l) 0))) +("painfully" nil (((p ey n) 1) ((f ax) 0) ((l iy) 0))) +("painkiller" nil (((p ey n) 1) ((k ih) 1) ((l er) 0))) +("painkillers" nil (((p ey n) 1) ((k ih) 1) ((l er z) 0))) +("painless" nil (((p ey n) 1) ((l ax s) 0))) +("painlessly" nil (((p ey n) 1) ((l ax) 0) ((s l iy) 0))) +("paino" nil (((p ey) 1) ((n ow) 0))) +("pains" nil (((p ey n z) 1))) +("painstaking" nil (((p ey n) 1) ((s t ey) 1) ((k ih ng) 0))) +("painstakingly" nil (((p ey n) 1) ((s t ey) 1) ((k ih ng) 0) ((l iy) 0))) +("paint" nil (((p ey n t) 1))) +("paintbrush" nil (((p ey n t) 1) ((b r ah sh) 1))) +("paintbrushes" nil (((p ey n t) 1) ((b r ah) 1) ((sh ih s) 0))) +("painted" nil (((p ey n) 1) ((t ax d) 0))) +("painter" nil (((p ey n) 1) ((t er) 0))) +("painterly" nil (((p ey n) 1) ((t er) 0) ((l iy) 0))) +("painters" nil (((p ey n) 1) ((t er z) 0))) +("painting" nil (((p ey n) 1) ((t ih ng) 0))) +("paintings" nil (((p ey n) 1) ((t ih ng z) 0))) +("paints" nil (((p ey n t s) 1))) +("pair" nil (((p eh r) 1))) +("paired" nil (((p eh r d) 1))) +("pairing" nil (((p eh) 1) ((r ih ng) 0))) +("pairs" nil (((p eh r z) 1))) +("pais" nil (((p ey z) 1))) +("paisley" nil (((p ey) 1) ((z l iy) 0))) +("pait" nil (((p ey t) 1))) +("paiute" nil (((p ay) 1) ((y uw t) 0))) +("paiva" nil (((p ey) 1) ((v ax) 0))) +("paiz" nil (((p ey z) 1))) +("pajak" nil (((p ay) 1) ((ax k) 0))) +("pajama" nil (((p ax) 0) ((jh aa) 1) ((m ax) 0))) +("pajamas" nil (((p ax) 0) ((jh aa) 1) ((m ax z) 0))) +("pak" nil (((p ae k) 1))) +("pake" nil (((p ey k) 1))) +("pakeha" nil (((p ax) 0) ((k ey) 1) ((hh aa) 0))) +("pakistan" nil (((p ae) 1) ((k ih) 0) ((s t ae n) 1))) +("pakistani" nil (((p ae) 1) ((k ih) 0) ((s t ae) 1) ((n iy) 0))) +("pakistanian" nil (((p ae) 1) ((k ih) 0) ((s t ae) 1) ((n iy) 0) ((ax n) 0))) +("pakistanis" nil (((p ae) 1) ((k ih) 0) ((s t ae) 1) ((n iy z) 0))) +("pakkir" nil (((p aa) 1) ((k er) 0))) +("pakula" nil (((p ax) 0) ((k uw) 1) ((l ax) 0))) +("pakulski" nil (((p ax) 0) ((k ah l) 1) ((s k iy) 0))) +("pal" nil (((p ae l) 1))) +("palace" nil (((p ae) 1) ((l ax s) 0))) +("palaces" nil (((p ae) 1) ((l ax) 0) ((s ax z) 0))) +("palacio" nil (((p ax) 0) ((l ey) 1) ((s iy) 0) ((ow) 0))) +("palacios" nil (((p aa) 0) ((l aa) 0) ((s iy) 1) ((ow z) 0))) +("paladino" nil (((p aa) 0) ((l aa) 0) ((d iy) 1) ((n ow) 0))) +("palafox" nil (((p ae) 1) ((l ax) 0) ((f aa k s) 1))) +("palais" nil (((p ax) 0) ((l ey) 1))) +("palardy" nil (((p ax) 0) ((l aa r) 1) ((d iy) 0))) +("palash" nil (((p ax) 0) ((l ae sh) 1))) +("palatability" nil (((p ae) 1) ((l ax) 0) ((t ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("palatable" nil (((p ae) 1) ((l ax) 0) ((t ax) 0) ((b ax l) 0))) +("palate" nil (((p ae) 1) ((l ax t) 0))) +("palates" nil (((p ae) 1) ((l ax t s) 0))) +("palatial" nil (((p ax) 0) ((l ey) 1) ((sh ax l) 0))) +("palatine" nil (((p ae) 1) ((l ax) 0) ((t ay n) 1))) +("palau" nil (((p ae) 1) ((l aw) 0))) +("palauans" nil (((p ax) 0) ((l aw) 1) ((ax n z) 0))) +("palay" nil (((p ey) 1) ((l ey) 1))) +("palazzi" nil (((p aa) 0) ((l aa t) 1) ((s iy) 0))) +("palazzo" nil (((p ax) 0) ((l aa) 1) ((z ow) 0))) +("palazzola" nil (((p aa) 0) ((l aa t) 0) ((s ow) 1) ((l ax) 0))) +("palazzolo" nil (((p aa) 0) ((l aa t) 0) ((s ow) 1) ((l ow) 0))) +("palca" nil (((p ae l) 1) ((k ax) 0))) +("palco" nil (((p ae l) 1) ((k ow) 0))) +("pale" nil (((p ey l) 1))) +("palecek" nil (((p aa) 1) ((l ih) 0) ((ch eh k) 0))) +("paled" nil (((p ey l d) 1))) +("palen" nil (((p ae) 1) ((l ax n) 0))) +("paleobotany" nil (((p ey) 1) ((l iy) 0) ((ow) 0) ((b aa) 1) ((t ax) 0) ((n iy) 0))) +("paleocene" nil (((p ey) 1) ((l iy) 0) ((ax) 0) ((s iy n) 1))) +("paleontology" nil (((p ey) 1) ((l iy) 0) ((ax n) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("paleozoic" nil (((p ey) 1) ((l iy) 0) ((ax) 0) ((z ow) 1) ((ih k) 0))) +("palermo" nil (((p ax) 0) ((l eh r) 1) ((m ow) 0))) +("pales" nil (((p ey l z) 1))) +("palese" nil (((p aa) 0) ((l ey) 1) ((z iy) 0))) +("palest" nil (((p ey) 1) ((l ax s t) 0))) +("palestine" nil (((p ae) 1) ((l ax) 0) ((s t ay n) 1))) +("palestinian" nil (((p ae) 1) ((l ih) 0) ((s t ih) 1) ((n iy) 0) ((ax n) 0))) +("palestinians" nil (((p ae) 1) ((l ih) 0) ((s t ih) 1) ((n iy) 0) ((ax n z) 0))) +("palette" nil (((p ae) 1) ((l ax t) 0))) +("paley" nil (((p ey) 1) ((l iy) 0))) +("palfrey" nil (((p ae l) 1) ((f r iy) 0))) +("palin" nil (((p ae) 1) ((l ih n) 0))) +("palinkas" nil (((p ae) 1) ((l ih ng) 0) ((k ax z) 0))) +("palisades" nil (((p ae) 1) ((l ih) 0) ((s ey d z) 1))) +("palka" nil (((p ae l) 1) ((k ax) 0))) +("palko" nil (((p ae l) 1) ((k ow) 0))) +("palkovic" nil (((p ax l) 0) ((k aa) 1) ((v ih k) 0))) +("pall" nil (((p aa l) 1))) +("palla" nil (((p ae) 1) ((l ax) 0))) +("palladino" nil (((p aa) 0) ((l aa) 0) ((d iy) 1) ((n ow) 0))) +("palladium" nil (((p ax) 0) ((l ey) 1) ((d iy) 0) ((ax m) 0))) +("pallante" nil (((p aa) 0) ((l aa n) 1) ((t iy) 0))) +("pallas" nil (((p ae) 1) ((l ax s) 0))) +("paller" nil (((p ae) 1) ((l er) 0))) +("palleschi" nil (((p aa) 0) ((l eh) 1) ((s k iy) 0))) +("pallet" nil (((p ae) 1) ((l ax t) 0))) +("pallett" nil (((p ae) 1) ((l ax t) 0))) +("palliative" nil (((p ae) 1) ((l iy) 0) ((ax) 0) ((t ih v) 0))) +("palliatives" nil (((p ae) 1) ((l iy) 0) ((ax) 0) ((t ih v z) 0))) +("pallid" nil (((p ae) 1) ((l ax d) 0))) +("pallo" nil (((p ae) 1) ((l ow) 0))) +("pallone" nil (((p aa) 0) ((l ow) 1) ((n iy) 0))) +("palm" nil (((p aa m) 1))) +("palma" nil (((p aa l) 1) ((m ax) 0))) +("palmateer" nil (((p ae l) 1) ((m ax) 0) ((t ih r) 0))) +("palmatier" nil (((p ae l) 1) ((m ax) 0) ((t iy) 0) ((er) 0))) +("palmdale" nil (((p aa m) 1) ((d ey l) 1))) +("palme" nil (((p aa m) 1))) +("palmer" nil (((p aa) 1) ((m er) 0))) +("palmeri" nil (((p aa l) 0) ((m eh) 1) ((r iy) 0))) +("palmerino" nil (((p ao l) 1) ((m eh) 0) ((r iy) 1) ((n ow) 0))) +("palmero" nil (((p aa l) 0) ((m eh) 1) ((r ow) 0))) +("palmerton" nil (((p aa) 1) ((m er) 0) ((t ax n) 0))) +("palmertree" nil (((p aa) 1) ((m er) 0) ((t r iy) 1))) +("palmetto" nil (((p ae l) 0) ((m eh) 1) ((t ow) 0))) +("palmgren" nil (((p ae l m) 1) ((g r eh n) 0))) +("palmieri" nil (((p ao l) 1) ((m iy) 0) ((eh) 1) ((r iy) 0))) +("palmira" nil (((p aa l) 0) ((m ih) 1) ((r ax) 0))) +("palmisano" nil (((p aa l) 0) ((m iy) 0) ((s aa) 1) ((n ow) 0))) +("palmistry" nil (((p aa) 1) ((m ih) 0) ((s t r iy) 0))) +("palmiter" nil (((p ae l) 1) ((m ay) 0) ((t er) 0))) +("palmitic" nil (((p ae l) 0) ((m ih) 1) ((t ih k) 0))) +("palmolive" nil (((p aa l) 0) ((m aa) 1) ((l ih v) 0))) +("palmore" nil (((p ae l) 1) ((m ao r) 0))) +("palmquist" nil (((p ae l m) 1) ((k w ih s t) 0))) +("palms" nil (((p aa m z) 1))) +("palmstierna" nil (((p ao l m) 1) ((s t iy) 0) ((eh r) 1) ((n ax) 0))) +("palo" nil (((p ae) 1) ((l ow) 0))) +("paloma" nil (((p aa) 0) ((l ow) 1) ((m ax) 0))) +("palomar" nil (((p ae) 1) ((l ax) 0) ((m aa r) 0))) +("palomares" nil (((p aa) 0) ((l ow) 0) ((m aa) 1) ((r eh s) 0))) +("palomba" nil (((p aa) 0) ((l ow m) 1) ((b ax) 0))) +("palombi" nil (((p ax) 0) ((l aa m) 1) ((b iy) 0))) +("palombo" nil (((p ax) 0) ((l aa m) 1) ((b ow) 0))) +("palometa" nil (((p aa) 0) ((l ow) 0) ((m eh) 1) ((t ax) 0))) +("palomino" nil (((p ae) 1) ((l ax) 0) ((m iy) 1) ((n ow) 0))) +("palomita" nil (((p aa) 0) ((l ow) 0) ((m iy) 1) ((t ax) 0))) +("palomo" nil (((p aa) 0) ((l ow) 1) ((m ow) 0))) +("palone" nil (((p ax) 0) ((l ow n) 1))) +("palos" nil (((p aa) 1) ((l ow z) 0))) +("palpable" nil (((p ae l) 1) ((p ax) 0) ((b ax l) 0))) +("palpably" nil (((p ae l) 1) ((p ax) 0) ((b l iy) 0))) +("palpitation" nil (((p ae l) 1) ((p ax) 0) ((t ey) 1) ((sh ax n) 0))) +("palpitations" nil (((p ae l) 1) ((p ih) 0) ((t ey) 1) ((sh ax n z) 0))) +("pals" nil (((p ae l z) 1))) +("palsy" nil (((p ao l) 1) ((z iy) 0))) +("paltry" nil (((p ao l) 1) ((t r iy) 0))) +("paltz" nil (((p ao l t s) 1))) +("paluch" nil (((p ae) 1) ((l ax k) 0))) +("paluck" nil (((p ae) 1) ((l ax k) 0))) +("palumbo" nil (((p ax) 0) ((l ah m) 1) ((b ow) 0))) +("paluzzi" nil (((p aa) 0) ((l uw t) 1) ((s iy) 0))) +("pam" nil (((p ae m) 1))) +("pamby" nil (((p ae m) 1) ((b iy) 0))) +("pamela" nil (((p ae) 1) ((m ax) 0) ((l ax) 0))) +("pamelina" nil (((p aa) 0) ((m eh) 0) ((l iy) 1) ((n ax) 0))) +("pamella" nil (((p ax) 0) ((m eh) 1) ((l ax) 0))) +("pamer" nil (((p ey) 1) ((m er) 0))) +("pammy" nil (((p ae) 1) ((m iy) 0))) +("pamour" nil (((p ae) 1) ((m ao r) 0))) +("pampas" nil (((p ae m) 1) ((p ax z) 0))) +("pampel" nil (((p ae m) 1) ((p ax l) 0))) +("pamper" nil (((p ae m) 1) ((p er) 0))) +("pampered" nil (((p ae m) 1) ((p er d) 0))) +("pamperin" nil (((p ae m) 1) ((p er) 0) ((ih n) 0))) +("pampering" nil (((p ae m) 1) ((p er) 0) ((ih ng) 0))) +("pampers" nil (((p ae m) 1) ((p er z) 0))) +("pamphlet" nil (((p ae m) 1) ((f l ax t) 0))) +("pamphleteer" nil (((p ae m) 1) ((f l ax) 0) ((t ih r) 1))) +("pamphlets" nil (((p ae m) 1) ((f l ax t s) 0))) +("pamplin" nil (((p ae m) 1) ((p l ih n) 0))) +("pan" nil (((p ae n) 1))) +("panacea" nil (((p ae) 1) ((n ax) 0) ((s iy) 1) ((ax) 0))) +("panache" nil (((p ax) 0) ((n aa sh) 1))) +("panaco" nil (((p ae) 1) ((n ax) 0) ((k ow) 0))) +("panagopoulos" nil (((p ae) 0) ((n ax) 0) ((g aa) 1) ((p ax) 0) ((l ih s) 0))) +("panagos" nil (((p aa) 0) ((n aa) 1) ((g ow z) 0))) +("panama" nil (((p ae) 1) ((n ax) 0) ((m aa) 1))) +("panamanian" nil (((p ae) 1) ((n ax) 0) ((m ey) 1) ((n iy) 0) ((ax n) 0))) +("panamanians" nil (((p ae) 1) ((n ax) 0) ((m ey) 1) ((n iy) 0) ((ax n z) 0))) +("panamsat" nil (((p ax) 0) ((n ae m) 1) ((s ae t) 0))) +("panaro" nil (((p aa) 0) ((n aa) 1) ((r ow) 0))) +("panas" nil (((p ae) 1) ((n ax z) 0))) +("panasonic" nil (((p ae) 1) ((n ax) 0) ((s aa) 1) ((n ih k) 0))) +("pancake" nil (((p ae n) 1) ((k ey k) 1))) +("pancakes" nil (((p ae n) 1) ((k ey k s) 1))) +("pancanadian" nil (((p ae ng) 1) ((k ax) 0) ((n ey) 1) ((d iy) 0) ((ax n) 0))) +("pancho" nil (((p ae n) 1) ((ch ow) 0))) +("panciera" nil (((p aa n) 0) ((ch ih) 1) ((r ax) 0))) +("pancoast" nil (((p ae n) 1) ((k ow s t) 1))) +("pancontinental" nil (((p ae n) 1) ((k aa n) 1) ((t ax) 0) ((n eh n) 1) ((t ax l) 0))) +("pancreas" nil (((p ae n) 1) ((k r iy) 0) ((ax s) 0))) +("pancreatic" nil (((p ae n) 1) ((k r iy) 0) ((ae) 1) ((t ih k) 0))) +("panda" nil (((p ae n) 1) ((d ax) 0))) +("pandanus" nil (((p ae n) 0) ((d ey) 1) ((n ax s) 0))) +("pandas" nil (((p ae n) 1) ((d ax z) 0))) +("pandemic" nil (((p ae n) 0) ((d eh) 1) ((m ih k) 0))) +("pandemonium" nil (((p ae n) 1) ((d ih) 0) ((m ow) 1) ((n iy) 0) ((ax m) 0))) +("pander" nil (((p ae n) 1) ((d er) 0))) +("pandered" nil (((p ae n) 1) ((d er d) 0))) +("pandering" nil (((p ae n) 1) ((d er) 0) ((ih ng) 0))) +("pandey" nil (((p aa n) 1) ((d ey) 1))) +("pandick" nil (((p ae n) 1) ((d ih k) 1))) +("pandit" nil (((p ah n) 1) ((d ax t) 0))) +("pando" nil (((p aa n) 1) ((d ow) 0))) +("pandolfi" nil (((p aa n) 0) ((d ow l) 1) ((f iy) 0))) +("pandolfo" nil (((p aa n) 0) ((d ow l) 1) ((f ow) 0))) +("pandora" nil (((p ae n) 0) ((d ao) 1) ((r ax) 0))) +("pandya" nil (((p aa n) 1) ((d y ax) 0))) +("pane" nil (((p ey n) 1))) +("panebianco" nil (((p aa) 0) ((n eh) 0) ((b iy) 0) ((aa n) 1) ((k ow) 0))) +("panek" nil (((p ae) 1) ((n ih k) 0))) +("panel" nil (((p ae) 1) ((n ax l) 0))) +("paneled" nil (((p ae) 1) ((n ax l d) 0))) +("paneling" nil (((p ae) 1) ((n ax) 0) ((l ih ng) 0))) +("panelist" nil (((p ae) 1) ((n ax) 0) ((l ax s t) 0))) +("panelists" nil (((p ae) 1) ((n ax) 0) ((l ih s t s) 0))) +("panelization" nil (((p ae) 1) ((n ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("panelized" nil (((p ae) 1) ((n ax) 0) ((l ay z d) 1))) +("panella" nil (((p ax) 0) ((n eh) 1) ((l ax) 0))) +("panels" nil (((p ae) 1) ((n ax l z) 0))) +("panem" nil (((p ey) 1) ((n ax m) 0))) +("panepinto" nil (((p aa) 0) ((n eh) 0) ((p iy n) 1) ((t ow) 0))) +("panes" nil (((p ey n z) 1))) +("panetta" nil (((p ax) 0) ((n eh) 1) ((t ax) 0))) +("panfida" nil (((p ae n) 1) ((f iy) 1) ((d ax) 0))) +("panfil" nil (((p ae n) 1) ((f ih l) 0))) +("panfile" nil (((p ae n) 1) ((f ay l) 1))) +("panfuls" nil (((p ae n) 1) ((f ax l z) 0))) +("pang" nil (((p ae ng) 1))) +("pangallo" nil (((p aa ng) 0) ((g aa) 1) ((l ow) 0))) +("pangborn" nil (((p ae ng) 1) ((b ao r n) 1))) +("pangburn" nil (((p ae ng) 1) ((b er n) 1))) +("pangels" nil (((p ae ng) 1) ((g eh l z) 1))) +("pangle" nil (((p ae ng) 1) ((g ax l) 0))) +("pangpang" nil (((p aa ng) 1) ((p aa ng) 1))) +("pangs" nil (((p ae ng z) 1))) +("panhandle" nil (((p ae n) 1) ((hh ae n) 1) ((d ax l) 0))) +("paniagua" nil (((p aa) 0) ((n iy) 0) ((aa) 1) ((g ax) 0))) +("panic" nil (((p ae) 1) ((n ih k) 0))) +("paniccia" nil (((p aa) 0) ((n iy) 1) ((ch ax) 0))) +("panicked" nil (((p ae) 1) ((n ih k t) 0))) +("panicking" nil (((p ae) 1) ((n ih) 0) ((k ih ng) 0))) +("panicky" nil (((p ae) 1) ((n ih) 0) ((k iy) 0))) +("panico" nil (((p aa) 0) ((n iy) 1) ((k ow) 0))) +("panics" nil (((p ae) 1) ((n ih k s) 0))) +("panik" nil (((p ae) 1) ((n ih k) 0))) +("panjang" nil (((p ae n) 1) ((jh aa ng) 0))) +("panjin" nil (((p aa n) 1) ((jh iy n) 1))) +("pankau" nil (((p ae ng) 1) ((k aw) 0))) +("pankey" nil (((p ae n) 1) ((k iy) 1))) +("pankki" nil (((p ae ng) 1) ((k iy) 0))) +("panko" nil (((p ae ng) 1) ((k ow) 0))) +("pankonin" nil (((p ae ng) 1) ((k ax) 0) ((n ih n) 0))) +("pankow" nil (((p ae ng) 1) ((k ow) 0))) +("pankratz" nil (((p ae ng) 1) ((k r ax t s) 0))) +("panky" nil (((p ae ng) 1) ((k iy) 0))) +("panmunjom" nil (((p ae n) 1) ((m uw n) 0) ((jh ao m) 1))) +("panmure" nil (((p ae n) 1) ((m uh r) 1))) +("panned" nil (((p ae n d) 1))) +("pannell" nil (((p ae) 1) ((n ax l) 0))) +("pannier" nil (((p ae) 1) ((n iy) 0) ((er) 0))) +("pannill" nil (((p ae) 1) ((n ih l) 0))) +("panning" nil (((p ae) 1) ((n ih ng) 0))) +("pannone" nil (((p aa) 0) ((n ow) 1) ((n iy) 0))) +("pannu" nil (((p aa) 1) ((n uw) 0))) +("pannullo" nil (((p aa) 0) ((n uw) 1) ((l ow) 0))) +("panny" nil (((p ae) 1) ((n iy) 0))) +("panoply" nil (((p ae) 1) ((n aa) 0) ((p l iy) 0))) +("panopolys" nil (((p ax) 0) ((n aa) 1) ((p ax) 0) ((l iy z) 0))) +("panora" nil (((p ax) 0) ((n ao) 1) ((r ax) 0))) +("panorama" nil (((p ae) 1) ((n er) 0) ((ae) 1) ((m ax) 0))) +("panoramic" nil (((p ae) 1) ((n er) 0) ((ae) 1) ((m ih k) 0))) +("panos" nil (((p aa) 1) ((n ow s) 0))) +("panoz" nil (((p ae) 1) ((n aa z) 0))) +("panozzo" nil (((p ax) 0) ((n aa) 1) ((z ow) 0))) +("panpan" nil (((p aa n) 1) ((p aa n) 1))) +("panphila" nil (((p ae n) 1) ((f ih) 0) ((l ax) 0))) +("pans" nil (((p ae n z) 1))) +("pansies" nil (((p ae n) 1) ((z iy z) 0))) +("pansophic" nil (((p ae n) 1) ((s ax) 0) ((f ih k) 0))) +("pansy" nil (((p ae n) 1) ((z iy) 0))) +("pant" nil (((p ae n t) 1))) +("pantaleo" nil (((p aa n) 0) ((t aa) 1) ((l iy) 0) ((ow) 0))) +("pantalone" nil (((p ae n) 1) ((t ax) 0) ((l ow n) 1))) +("pantaloons" nil (((p ae n) 1) ((t ax) 0) ((l uw n z) 1))) +("pantano" nil (((p aa n) 0) ((t aa) 1) ((n ow) 0))) +("panted" nil (((p ae n) 1) ((t ih d) 0))) +("pantel" nil (((p aa n) 0) ((t eh l) 1))) +("panter" nil (((p ae n) 1) ((t er) 0))) +("panthea" nil (((p ae n) 1) ((th iy) 0) ((ax) 0))) +("pantheistic" nil (((p ae n) 1) ((th iy) 0) ((ih) 1) ((s t ih k) 0))) +("pantheon" nil (((p ae n) 1) ((th iy) 0) ((aa n) 1))) +("panther" nil (((p ae n) 1) ((th er) 0))) +("panthers" nil (((p ae n) 1) ((th er z) 0))) +("panties" nil (((p ae n) 1) ((t iy z) 0))) +("panting" nil (((p ae n) 1) ((t ih ng) 0))) +("pantle" nil (((p ae n) 1) ((t ax l) 0))) +("pantoja" nil (((p aa n) 0) ((t ow) 1) ((y ax) 0))) +("pantomime" nil (((p ae n) 1) ((t ax) 0) ((m ay m) 1))) +("panton" nil (((p ae n) 1) ((t ax n) 0))) +("pantry" nil (((p ae n) 1) ((t r iy) 0))) +("pants" nil (((p ae n t s) 1))) +("pantsuit" nil (((p ae n t) 1) ((s uw t) 1))) +("pantuso" nil (((p aa n) 0) ((t uw) 1) ((s ow) 0))) +("panty" nil (((p ae n) 1) ((t iy) 0))) +("pantyhose" nil (((p ae n) 1) ((t iy) 0) ((hh ow z) 1))) +("panza" nil (((p ae n) 1) ((z ax) 0))) +("panzarella" nil (((p aa n) 0) ((z aa) 0) ((r eh) 1) ((l ax) 0))) +("panzer" nil (((p ae n) 1) ((z er) 0))) +("panzhihua" nil (((p aa n) 1) ((jh uh) 1) ((hh w aa) 1))) +("panzica" nil (((p ae n) 1) ((z ih) 0) ((k ax) 0))) +("pao" nil (((p aw) 1))) +("paolella" nil (((p aa) 0) ((ow) 0) ((l eh) 1) ((l ax) 0))) +("paoletti" nil (((p aa) 0) ((ow) 0) ((l eh) 1) ((t iy) 0))) +("paoli" nil (((p aw) 1) ((l iy) 0))) +("paolillo" nil (((p aa) 0) ((ow) 0) ((l ih) 1) ((l ow) 0))) +("paolini" nil (((p aa) 0) ((ow) 0) ((l iy) 1) ((n iy) 0))) +("paolino" nil (((p aa) 0) ((ow) 0) ((l iy) 1) ((n ow) 0))) +("paolo" nil (((p aw) 1) ((l ow) 0))) +("paolucci" nil (((p aa) 0) ((ow) 0) ((l uw) 1) ((ch iy) 0))) +("paone" nil (((p ey) 1) ((ow n) 1))) +("paonessa" nil (((p aa) 0) ((ow) 0) ((n eh) 1) ((s ax) 0))) +("pap" nil (((p ae p) 1))) +("papa" nil (((p aa) 1) ((p ax) 0))) +("papacy" nil (((p ey) 1) ((p ax) 0) ((s iy) 0))) +("papadakis" nil (((p aa) 0) ((p aa) 0) ((d aa) 1) ((k ih s) 0))) +("papadopoulos" nil (((p ae) 1) ((p ax) 0) ((d aa) 1) ((p ax) 0) ((l ax s) 0))) +("papageorge" nil (((p ae) 1) ((p ax) 0) ((jh ao r jh) 1))) +("papago" nil (((p aa) 1) ((p ax) 0) ((g ow) 1))) +("papal" nil (((p ey) 1) ((p ax l) 0))) +("papale" nil (((p aa) 0) ((p aa) 1) ((l iy) 0))) +("papaleo" nil (((p aa) 0) ((p ey) 0) ((l iy) 1) ((ax) 0))) +("papalia" nil (((p aa) 0) ((p aa) 1) ((l iy) 0) ((ax) 0))) +("papandrea" nil (((p aa) 0) ((p aa n) 1) ((d r iy) 0) ((ax) 0))) +("papandreou" nil (((p ax) 0) ((p ae n) 1) ((d r iy) 0) ((uw) 1))) +("papania" nil (((p aa) 0) ((p aa) 1) ((n iy) 0) ((ax) 0))) +("paparazzi" n (((p ae) 1) ((p er) 0) ((ae t) 0) ((s iy) 0))) +("paparella" nil (((p aa) 0) ((p aa) 0) ((r eh) 1) ((l ax) 0))) +("papas" nil (((p aa) 1) ((p ax z) 0))) +("papaw" nil (((p ao) 1) ((p ao) 0))) +("papay" nil (((p ae) 1) ((p ey) 0))) +("papaya" nil (((p ax) 0) ((p ay) 1) ((ax) 0))) +("papayas" nil (((p ax) 0) ((p ay) 1) ((ax z) 0))) +("papazian" nil (((p ax) 0) ((p ey) 1) ((z iy) 0) ((ax n) 0))) +("pape" nil (((p ey p) 1))) +("papenfuss" nil (((p ae) 1) ((p ax n) 0) ((f ah s) 1))) +("paper" nil (((p ey) 1) ((p er) 0))) +("paperback" nil (((p ey) 1) ((p er) 0) ((b ae k) 1))) +("paperbacks" nil (((p ey) 1) ((p er) 0) ((b ae k s) 1))) +("paperboard" nil (((p ey) 1) ((p er) 0) ((b ao r d) 1))) +("paperboy" nil (((p ey) 1) ((p er) 0) ((b oy) 1))) +("paperboys" nil (((p ey) 1) ((p er) 0) ((b oy z) 1))) +("papered" nil (((p ey) 1) ((p er d) 0))) +("papering" nil (((p ey) 1) ((p er) 0) ((ih ng) 0))) +("paperless" nil (((p ey) 1) ((p er) 0) ((l ax s) 0))) +("papermaking" nil (((p ae) 1) ((p er) 0) ((m ey) 1) ((k ih ng) 0))) +("papermate" nil (((p ey) 1) ((p er) 0) ((m ey t) 1))) +("papers" nil (((p ey) 1) ((p er z) 0))) +("paperweight" nil (((p ey) 1) ((p er) 0) ((w ey t) 1))) +("paperwork" nil (((p ey) 1) ((p er) 0) ((w er k) 1))) +("paperworkers" nil (((p ey) 1) ((p er) 0) ((w er) 1) ((k er z) 0))) +("papery" nil (((p ey) 1) ((p er) 0) ((iy) 0))) +("papesh" nil (((p ae) 1) ((p ih sh) 0))) +("papier" nil (((p ey) 1) ((p y er) 0))) +("papilloma" nil (((p ae) 1) ((p ih) 0) ((l ow) 1) ((m ax) 0))) +("papin" nil (((p aa) 0) ((p iy n) 1))) +("papineau" nil (((p ae) 1) ((p ih) 0) ((n ow) 1))) +("papini" nil (((p aa) 0) ((p iy) 1) ((n iy) 0))) +("papke" nil (((p ey p k) 1))) +("papp" nil (((p ae p) 1))) +("pappa" nil (((p ae) 1) ((p ax) 0))) +("pappadio" nil (((p ax) 0) ((p ey) 1) ((d iy) 0) ((ow) 0))) +("pappalardo" nil (((p aa) 0) ((p aa) 0) ((l aa r) 1) ((d ow) 0))) +("papparich" nil (((p aa) 1) ((p ax) 0) ((r ih ch) 1))) +("pappas" nil (((p ae) 1) ((p ax s) 0))) +("pappert" nil (((p ae) 1) ((p er t) 0))) +("paprika" nil (((p ae) 0) ((p r iy) 1) ((k ax) 0))) +("paprocki" nil (((p ax) 0) ((p r ow t) 1) ((s k iy) 0))) +("papson" nil (((p ae p) 1) ((s ax n) 0))) +("papua" nil (((p ae) 1) ((p y uw) 0) ((ax) 0))) +("paque" nil (((p ae k) 1))) +("paquet" nil (((p aa) 1) ((k ey t) 0))) +("paquette" nil (((p ax) 0) ((k eh t) 1))) +("paquin" nil (((p ae) 1) ((k w ih n) 0))) +("par" nil (((p aa r) 1))) +("para" nil (((p eh) 1) ((r ax) 0))) +("parable" nil (((p eh) 1) ((r ax) 0) ((b ax l) 0))) +("parables" nil (((p eh) 1) ((r ax) 0) ((b ax l z) 0))) +("parabola" nil (((p er) 0) ((ae) 1) ((b ax) 0) ((l ax) 0))) +("parabolic" nil (((p eh) 1) ((r ax) 0) ((b aa) 1) ((l ih k) 0))) +("parachute" nil (((p eh) 1) ((r ax) 0) ((sh uw t) 1))) +("parachuted" nil (((p eh) 1) ((r ax) 0) ((sh uw) 1) ((t ih d) 0))) +("parachutes" nil (((p eh) 1) ((r ax) 0) ((sh uw t s) 1))) +("parachuting" nil (((p eh) 1) ((r ax) 0) ((sh uw) 1) ((t ih ng) 0))) +("parada" nil (((p er) 0) ((ae) 1) ((d ax) 0))) +("parade" nil (((p er) 0) ((ey d) 1))) +("paraded" nil (((p er) 0) ((ey) 1) ((d ih d) 0))) +("paradee" nil (((p eh) 1) ((r ax) 0) ((d iy) 0))) +("parades" nil (((p er) 0) ((ey d z) 1))) +("paradigm" nil (((p eh) 1) ((r ax) 0) ((d ay m) 1))) +("paradigms" nil (((p eh) 1) ((r ax) 0) ((d ay m z) 1))) +("parading" nil (((p er) 0) ((ey) 1) ((d ih ng) 0))) +("paradis" nil (((p er) 0) ((ae) 1) ((d ih s) 0))) +("paradise" nil (((p eh) 1) ((r ax) 0) ((d ay s) 1))) +("paradiso" nil (((p er) 0) ((ax) 0) ((d iy) 1) ((s ow) 0))) +("parador" nil (((p eh) 1) ((r ax) 0) ((d ao r) 1))) +("paradowski" nil (((p er) 0) ((ax) 0) ((d ao f) 1) ((s k iy) 0))) +("paradox" nil (((p eh) 1) ((r ax) 0) ((d aa k s) 1))) +("paradoxes" nil (((p eh) 1) ((r ax) 0) ((d aa k) 1) ((s ih z) 0))) +("paradoxical" nil (((p eh) 1) ((r ax) 0) ((d aa k) 1) ((s ih) 0) ((k ax l) 0))) +("paradoxically" nil (((p eh) 1) ((r ax) 0) ((d aa k) 1) ((s ax) 0) ((k l iy) 0))) +("parady" nil (((p er) 0) ((ae) 1) ((d iy) 0))) +("paradyne" nil (((p eh) 1) ((r ax) 0) ((d ay n) 1))) +("paraffin" nil (((p eh) 1) ((r ax) 0) ((f ax n) 0))) +("paragon" nil (((p eh) 1) ((r ax) 0) ((g aa n) 1))) +("paragraph" nil (((p ae) 1) ((r ax) 0) ((g r ae f) 1))) +("paragraphs" nil (((p ae) 1) ((r ax) 0) ((g r ae f s) 1))) +("paraguay" nil (((p eh) 1) ((r ax) 0) ((g w ey) 1))) +("paraguayan" nil (((p eh) 1) ((r ax) 0) ((g w ay) 1) ((ax n) 0))) +("parakeet" nil (((p eh) 1) ((r ax) 0) ((k iy t) 1))) +("parakeets" nil (((p eh) 1) ((r ax) 0) ((k iy t s) 1))) +("paralegal" nil (((p eh) 1) ((r ax) 0) ((l iy) 1) ((g ax l) 0))) +("paralegals" nil (((p eh) 1) ((r ax) 0) ((l iy) 1) ((g ax l z) 0))) +("parallel" nil (((p eh) 1) ((r ax) 0) ((l eh l) 1))) +("paralleled" nil (((p eh) 1) ((r ax) 0) ((l eh l d) 1))) +("paralleling" nil (((p eh) 1) ((r ax) 0) ((l eh) 1) ((l ih ng) 0))) +("parallelism" nil (((p eh) 1) ((r ax) 0) ((l eh) 1) ((l ih) 1) ((z ax m) 0))) +("parallelogram" nil (((p eh) 2) ((r ax) 0) ((l eh) 1) ((l ax) 0) ((g r ae m) 2))) +("parallelograms" nil (((p eh) 2) ((r ax) 0) ((l eh) 1) ((l ax) 0) ((g r ae m z) 2))) +("parallels" nil (((p eh) 1) ((r ax) 0) ((l eh l z) 1))) +("paralympic" nil (((p eh) 1) ((r ax) 0) ((l ih m) 1) ((p ih k) 0))) +("paralysis" nil (((p er) 0) ((ae) 1) ((l ax) 0) ((s ax s) 0))) +("paralytic" nil (((p eh) 1) ((r ax) 0) ((l ih) 1) ((t ih k) 0))) +("paralyze" nil (((p eh) 1) ((r ax) 0) ((l ay z) 1))) +("paralyzed" nil (((p eh) 1) ((r ax) 0) ((l ay z d) 1))) +("paralyzes" nil (((p eh) 1) ((r ax) 0) ((l ay) 1) ((z ih z) 0))) +("paralyzing" nil (((p eh) 1) ((r ax) 0) ((l ay) 1) ((z ih ng) 0))) +("paramagnetic" nil (((p ae) 1) ((r ax) 0) ((m ae g) 1) ((n eh) 1) ((t ih k) 0))) +("paramax" nil (((p eh) 1) ((r ax) 0) ((m ae k s) 0))) +("paramecium" nil (((p eh) 1) ((r ax) 0) ((m iy) 1) ((s iy) 0) ((ax m) 0))) +("paramedics" nil (((p eh) 1) ((r ax) 0) ((m eh) 1) ((d ih k s) 0))) +("parameter" nil (((p er) 0) ((ae) 1) ((m ax) 0) ((t er) 0))) +("parameters" nil (((p er) 0) ((ae) 1) ((m ax) 0) ((t er z) 0))) +("parametric" nil (((p eh) 1) ((r ax) 0) ((m eh) 1) ((t r ih k) 0))) +("paramilitaries" nil (((p eh) 1) ((r ax) 0) ((m ih) 1) ((l ax) 0) ((t eh) 1) ((r iy z) 0))) +("paramilitary" nil (((p eh) 1) ((r ax) 0) ((m ih) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0))) +("paramo" nil (((p er) 0) ((ae) 1) ((m ow) 0))) +("paramonova" nil (((p eh) 1) ((r ax) 0) ((m ax) 0) ((n ow) 1) ((v ax) 0))) +("paramore" nil (((p eh) 1) ((ax) 0) ((m ao r) 1))) +("paramount" nil (((p eh) 1) ((r ax) 0) ((m aw n t) 1))) +("paramour" n (((p ae) 1) ((r ax) 0) ((m ao r) 0))) +("paramus" nil (((p er) 0) ((ae) 1) ((m ax s) 0))) +("parana" nil (((p er) 0) ((aa) 1) ((n ax) 0))) +("paranoia" nil (((p eh) 1) ((r ax) 0) ((n oy) 1) ((ax) 0))) +("paranoiac" nil (((p eh) 1) ((r ax) 0) ((n oy) 1) ((ae k) 1))) +("paranoid" nil (((p eh) 1) ((r ax) 0) ((n oy d) 1))) +("paranormal" n (((p ae) 1) ((r ax) 0) ((n ao r) 1) ((m ax l) 0))) +("paraphernalia" nil (((p eh) 1) ((r ax) 0) ((f ax) 0) ((n ey) 1) ((l y ax) 0))) +("paraphrase" nil (((p eh) 1) ((r ax) 0) ((f r ey z) 1))) +("paraphrasing" nil (((p eh) 1) ((r ax) 0) ((f r ey) 1) ((z ih ng) 0))) +("paraplegia" nil (((p eh) 1) ((r ax) 0) ((p l iy) 1) ((jh iy) 0) ((ax) 0))) +("paraplegic" nil (((p eh) 1) ((r ax) 0) ((p l eh) 1) ((g ih k) 0))) +("parasite" nil (((p eh) 1) ((r ax) 0) ((s ay t) 1))) +("parasites" nil (((p eh) 1) ((r ax) 0) ((s ay t s) 1))) +("parasitic" nil (((p eh) 1) ((r ax) 0) ((s ih) 1) ((t ih k) 0))) +("parasympathetic" nil (((p eh) 1) ((r ax) 0) ((s ih m) 1) ((p ax) 0) ((th eh) 1) ((t ih k) 0))) +("paratore" nil (((p er) 0) ((ax) 0) ((t ao) 1) ((r iy) 0))) +("paratrooper" nil (((p eh) 1) ((r ax) 0) ((t r uw) 1) ((p er) 0))) +("paratroopers" nil (((p eh) 1) ((r ax) 0) ((t r uw) 1) ((p er z) 0))) +("paratroops" nil (((p eh) 1) ((r ax) 0) ((t r uw p s) 1))) +("parazoa" nil (((p eh) 1) ((r ax) 0) ((z ow) 1) ((ax) 0))) +("parboil" nil (((p aa r) 1) ((b oy l) 1))) +("parboiling" nil (((p aa r) 1) ((b oy) 1) ((l ih ng) 0))) +("parc" nil (((p aa r k) 1))) +("parcel" nil (((p aa r) 1) ((s ax l) 0))) +("parceled" nil (((p aa r) 1) ((s ax l d) 0))) +("parceling" nil (((p aa r) 1) ((s ax) 0) ((l ih ng) 0))) +("parcell" nil (((p aa r) 0) ((s ey l) 1))) +("parcells" nil (((p aa r) 1) ((s ax l z) 0))) +("parcels" nil (((p aa r) 1) ((s ax l z) 0))) +("parched" nil (((p aa r ch t) 1))) +("parcher" nil (((p aa r) 1) ((ch er) 0))) +("parchman" nil (((p aa r k) 1) ((m ax n) 0))) +("parchment" nil (((p aa r ch) 1) ((m ax n t) 0))) +("parchmentlike" nil (((p aa r ch) 1) ((m ax n t) 0) ((l ay k) 1))) +("parcplace" nil (((p aa r k) 1) ((p l ey s) 1))) +("parde" nil (((p aa r d) 1))) +("pardee" nil (((p aa r) 1) ((d iy) 0))) +("parden" nil (((p aa r) 1) ((d ax n) 0))) +("pardi" nil (((p aa r) 1) ((d iy) 0))) +("pardini" nil (((p aa r) 0) ((d iy) 1) ((n iy) 0))) +("pardo" nil (((p aa r) 1) ((d ow) 0))) +("pardoe" nil (((p aa r) 1) ((d ow) 1))) +("pardon" nil (((p aa r) 1) ((d ax n) 0))) +("pardoned" nil (((p aa r) 1) ((d ax n d) 0))) +("pardoning" nil (((p aa r) 1) ((d ax) 0) ((n ih ng) 0))) +("pardons" nil (((p aa r) 1) ((d ax n z) 0))) +("pardue" nil (((p aa r) 1) ((d uw) 1))) +("pardus" nil (((p aa r) 1) ((d ax s) 0))) +("pardy" nil (((p aa r) 1) ((d iy) 0))) +("pare" nil (((p eh r) 1))) +("pared" nil (((p eh r d) 1))) +("paredes" nil (((p aa) 0) ((r ey) 1) ((d eh s) 0))) +("paredez" nil (((p aa) 0) ((r ey) 1) ((d eh z) 0))) +("parekh" nil (((p aa) 1) ((r ih k) 0))) +("parella" nil (((p aa) 0) ((r eh) 1) ((l ax) 0))) +("parent" nil (((p eh) 1) ((r ax n t) 0))) +("parentage" nil (((p eh) 1) ((r ax n) 0) ((t ax jh) 0))) +("parental" nil (((p er) 0) ((eh n) 1) ((t ax l) 0))) +("parente" nil (((p aa) 0) ((r eh n) 1) ((t iy) 0))) +("parenteau" nil (((p aa) 0) ((r eh n) 1) ((t ow) 0))) +("parentheses" nil (((p er) 0) ((eh n) 1) ((th ax) 0) ((s iy z) 1))) +("parenthesis" nil (((p er) 0) ((eh n) 1) ((th ax) 0) ((s ih s) 0))) +("parenthood" nil (((p eh) 1) ((r ax n t) 0) ((hh uh d) 1))) +("parenti" nil (((p aa) 0) ((r eh n) 1) ((t iy) 0))) +("parenting" nil (((p eh) 1) ((r ax n) 0) ((t ih ng) 0))) +("parents" nil (((p eh) 1) ((r ax n t s) 0))) +("pares" nil (((p eh r z) 1))) +("pareti" nil (((p eh) 1) ((r eh) 1) ((t iy) 0))) +("paretti" nil (((p eh) 1) ((r eh) 1) ((t iy) 0))) +("parfitt" nil (((p aa r) 1) ((f ih t) 0))) +("parfums" nil (((p er) 0) ((f y uw m z) 1))) +("parga" nil (((p aa r) 1) ((g ax) 0))) +("pargesa" nil (((p aa r) 0) ((jh eh) 1) ((s ax) 0))) +("parham" nil (((p aa r) 1) ((hh ax m) 0))) +("pariah" nil (((p er) 0) ((ay) 1) ((ax) 0))) +("pariahs" nil (((p er) 0) ((ay) 1) ((ax z) 0))) +("paribas" nil (((p eh) 0) ((r iy) 1) ((b ax s) 0))) +("parietal" nil (((p er) 0) ((ay) 1) ((ax) 0) ((t ax l) 0))) +("parikh" nil (((p ae) 1) ((r ih k) 0))) +("parillo" nil (((p aa) 0) ((r ih) 1) ((l ow) 0))) +("parimutuel" nil (((p eh) 1) ((r ih) 0) ((m y uw) 1) ((ch uw) 0) ((ax l) 0))) +("paring" nil (((p eh) 1) ((r ih ng) 0))) +("paris" nil (((p eh) 1) ((r ih s) 0))) +("parise" nil (((p aa) 1) ((r ay z) 0))) +("pariseau" nil (((p ae) 1) ((r ih) 0) ((s ow) 0))) +("parish" nil (((p ae) 1) ((r ih sh) 0))) +("parishes" nil (((p ae) 1) ((r ih) 0) ((sh ih z) 0))) +("parishioner" nil (((p er) 0) ((ih) 1) ((sh ax) 0) ((n er) 0))) +("parishioners" nil (((p er) 0) ((ih) 1) ((sh ax) 0) ((n er z) 0))) +("parisi" nil (((p aa) 0) ((r iy) 1) ((s iy) 0))) +("parisian" nil (((p er) 0) ((ih) 1) ((zh ax n) 0))) +("parisians" nil (((p er) 0) ((ih) 1) ((s iy) 0) ((ax n z) 0))) +("parisienne" nil (((p er) 0) ((ih) 1) ((s iy) 0) ((eh n) 1))) +("parities" nil (((p eh) 1) ((r ax) 0) ((t iy z) 0))) +("parity" nil (((p eh) 1) ((r ax) 0) ((t iy) 0))) +("parizeau" nil (((p eh) 1) ((r ih) 0) ((z ow) 1))) +("parizek" nil (((p er) 0) ((ih) 1) ((z eh k) 0))) +("parizo" nil (((p aa) 0) ((r iy) 1) ((z ow) 0))) +("park" nil (((p aa r k) 1))) +("parke" nil (((p aa r k) 1))) +("parked" nil (((p aa r k t) 1))) +("parker" nil (((p aa r) 1) ((k er) 0))) +("parkers" nil (((p aa r) 1) ((k er z) 0))) +("parkersburg" nil (((p aa r) 1) ((k er z) 0) ((b er g) 0))) +("parkerson" nil (((p aa r) 1) ((k er) 0) ((s ax n) 0))) +("parkes" nil (((p aa r k s) 1))) +("parkey" nil (((p aa r) 1) ((k iy) 1))) +("parkhill" nil (((p aa r k) 1) ((hh ih l) 1))) +("parkhurst" nil (((p aa r k) 1) ((hh er s t) 0))) +("parkin" nil (((p aa r) 1) ((k ih n) 0))) +("parking" nil (((p aa r) 1) ((k ih ng) 0))) +("parkins" nil (((p aa r) 1) ((k ih n z) 0))) +("parkinson" nil (((p aa r) 1) ((k ih n) 0) ((s ax n) 0))) +("parkison" nil (((p aa r) 1) ((k ih) 0) ((s ax n) 0))) +("parkland" nil (((p aa r) 1) ((k l ae n d) 1))) +("parklane" nil (((p aa r) 1) ((l ey n) 1))) +("parkman" nil (((p aa r k) 1) ((m ax n) 0))) +("parks" nil (((p aa r k s) 1))) +("parkside" nil (((p aa r k) 1) ((s ay d) 1))) +("parkway" nil (((p aa r) 1) ((k w ey) 1))) +("parlance" nil (((p aa r) 1) ((l ax n s) 0))) +("parlato" nil (((p aa r) 0) ((l aa) 1) ((t ow) 0))) +("parlay" nil (((p aa r) 1) ((l ey) 0))) +("parlayed" nil (((p aa r) 1) ((l ey d) 1))) +("parlaying" nil (((p aa r) 1) ((l ey) 0) ((ih ng) 0))) +("parlee" nil (((p aa r) 1) ((l iy) 1))) +("parler" nil (((p aa r) 1) ((l er) 0))) +("parlett" nil (((p aa r) 1) ((l ih t) 0))) +("parlette" nil (((p aa r) 1) ((l eh t) 1))) +("parley" nil (((p aa r) 1) ((l iy) 0))) +("parliament" nil (((p aa r) 1) ((l ax) 0) ((m ax n t) 0))) +("parliamentarian" nil (((p aa r) 1) ((l ax) 0) ((m ax n) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("parliamentarians" nil (((p aa r) 1) ((l ax) 0) ((m eh n) 0) ((t eh) 1) ((r iy) 0) ((ax n z) 0))) +("parliamentary" nil (((p aa r) 1) ((l ax) 0) ((m eh n) 1) ((t er) 0) ((iy) 0))) +("parliaments" nil (((p aa r) 1) ((l ax) 0) ((m ax n t s) 0))) +("parlier" nil (((p aa r) 1) ((l iy) 0) ((er) 0))) +("parlin" nil (((p aa r) 1) ((l ih n) 0))) +("parlodel" nil (((p aa r) 1) ((l ow) 1) ((d eh l) 1))) +("parlor" nil (((p aa r) 1) ((l er) 0))) +("parlors" nil (((p aa r) 1) ((l er z) 0))) +("parlour" nil (((p aa r) 1) ((l er) 0))) +("parlow" nil (((p aa r) 1) ((l ow) 1))) +("parma" nil (((p aa r) 1) ((m ax) 0))) +("parmalat" nil (((p aa r) 1) ((m ax) 0) ((l ae t) 1))) +("parman" nil (((p aa r) 1) ((m ax n) 0))) +("parmar" nil (((p aa r) 1) ((m aa r) 1))) +("parmele" nil (((p aa r) 0) ((m eh) 1) ((l iy) 0))) +("parmelee" nil (((p aa r) 1) ((m ih) 0) ((l iy) 0))) +("parmenter" nil (((p aa r) 1) ((m ax n) 0) ((t er) 0))) +("parmentier" nil (((p aa r) 1) ((m ax n) 0) ((t iy) 0) ((er) 0))) +("parmer" nil (((p aa r) 1) ((m er) 0))) +("parmesan" nil (((p aa r) 1) ((m ax) 0) ((z aa n) 1))) +("parmeter" nil (((p aa r) 1) ((m ih) 0) ((t er) 0))) +("parmley" nil (((p aa r m) 1) ((l iy) 0))) +("parnassus" nil (((p aa r) 1) ((n ae) 1) ((s ax s) 0))) +("parnell" nil (((p aa r) 1) ((n ax l) 0))) +("parnella" nil (((p aa r) 0) ((n eh) 1) ((l ax) 0))) +("parnes" nil (((p aa r n z) 1))) +("parness" nil (((p aa r) 1) ((n ax s) 0))) +("paro" nil (((p aa) 1) ((r ow) 0))) +("parochial" nil (((p er) 0) ((ow) 1) ((k iy) 0) ((ax l) 0))) +("parochialism" nil (((p er) 0) ((ow) 1) ((k iy) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("parodi" nil (((p aa) 0) ((r ow) 1) ((d iy) 0))) +("parodied" nil (((p eh) 1) ((r ax) 0) ((d iy d) 0))) +("parodies" nil (((p eh) 1) ((r ax) 0) ((d iy z) 0))) +("parodist" nil (((p ae) 1) ((r ax) 0) ((d ih s t) 0))) +("parody" nil (((p eh) 1) ((r ax) 0) ((d iy) 0))) +("parodying" n (((p ae) 1) ((r ax) 0) ((d iy) 0) ((ax ng) 0))) +("parole" nil (((p er) 0) ((ow l) 1))) +("paroled" nil (((p er) 0) ((ow l d) 1))) +("parolees" nil (((p er) 0) ((ow) 1) ((l iy z) 1))) +("paroles" nil (((p er) 0) ((ow l z) 1))) +("paroling" nil (((p er) 0) ((ow) 1) ((l ih ng) 0))) +("paroxysm" n (((p ax) 0) ((r aa k) 1) ((s ax) 0) ((z ax m) 0))) +("parpart" nil (((p aa r) 1) ((p aa r t) 1))) +("parquet" nil (((p aa r) 0) ((k ey) 1))) +("parr" nil (((p aa r) 1))) +("parra" nil (((p aa) 1) ((r ax) 0))) +("parrack" nil (((p ae) 1) ((r ax k) 0))) +("parramore" nil (((p aa) 0) ((r aa) 1) ((m ao r) 0))) +("parras" nil (((p eh) 1) ((r ax z) 0))) +("parrella" nil (((p aa) 0) ((r eh) 1) ((l ax) 0))) +("parrent" nil (((p aa) 1) ((r ax n t) 0))) +("parrett" nil (((p ae) 1) ((r ih t) 0))) +("parretti" nil (((p er) 0) ((eh) 1) ((t iy) 0))) +("parried" nil (((p eh) 1) ((r iy d) 0))) +("parrill" nil (((p ae) 1) ((r ax l) 0))) +("parrilla" nil (((p aa) 1) ((r ih) 1) ((l ax) 0))) +("parrillo" nil (((p aa) 1) ((r ih) 1) ((l ow) 0))) +("parrinello" nil (((p aa) 0) ((r iy) 0) ((n eh) 1) ((l ow) 0))) +("parrino" nil (((p aa) 1) ((r iy) 1) ((n ow) 0))) +("parriott" nil (((p ae) 1) ((r iy) 0) ((ax t) 0))) +("parris" nil (((p eh) 1) ((r ih s) 0))) +("parrish" nil (((p eh) 1) ((r ih sh) 0))) +("parrishes" nil (((p eh) 1) ((r ih) 0) ((sh ih z) 0))) +("parrot" nil (((p eh) 1) ((r ax t) 0))) +("parroted" n (((p ae) 1) ((r ax) 0) ((t ax d) 0))) +("parrots" nil (((p eh) 1) ((r ax t s) 0))) +("parrott" nil (((p eh) 1) ((r ax t) 0))) +("parrotta" nil (((p aa) 0) ((r ow) 1) ((t ax) 0))) +("parrow" nil (((p ae) 1) ((r ow) 0))) +("parry" nil (((p eh) 1) ((r iy) 0))) +("pars" nil (((p aa r z) 1))) +("parse" nil (((p aa r s) 1))) +("parsec" nil (((p aa r) 1) ((s eh k) 1))) +("parsefal" nil (((p aa r) 1) ((s ih) 0) ((f ax l) 0))) +("parsell" nil (((p aa r) 1) ((s ax l) 0))) +("parshall" nil (((p aa r) 1) ((sh ax l) 0))) +("parshley" nil (((p aa r) 1) ((sh l iy) 0))) +("parsifal" nil (((p aa r) 1) ((s ih) 0) ((f ax l) 0))) +("parsimony" nil (((p aa r) 1) ((s ax) 0) ((m ow) 1) ((n iy) 0))) +("parsing" nil (((p aa r) 1) ((s ih ng) 0))) +("parsippany" nil (((p aa r) 0) ((s ih) 1) ((p ax) 0) ((n iy) 0))) +("parsky" nil (((p aa r) 1) ((s k iy) 0))) +("parsley" nil (((p aa r) 1) ((s l iy) 0))) +("parslow" nil (((p aa r) 1) ((s l ow) 1))) +("parson" nil (((p aa r) 1) ((s ax n) 0))) +("parsonage" nil (((p aa r) 1) ((s ax) 0) ((n ih jh) 0))) +("parsons" nil (((p aa r) 1) ((s ax n z) 0))) +("parsow" nil (((p aa r) 1) ((s ow) 0))) +("part" nil (((p aa r t) 1))) +("partain" nil (((p aa r) 0) ((t ey n) 1))) +("partake" nil (((p aa r) 0) ((t ey k) 1))) +("partch" nil (((p aa r ch) 1))) +("partecipazioni" nil (((p aa r) 1) ((t eh) 1) ((s ih) 0) ((p ae) 1) ((z iy) 0) ((ow) 1) ((n iy) 0))) +("parted" nil (((p aa r) 1) ((t ax d) 0))) +("partee" nil (((p aa r) 1) ((t iy) 1))) +("parten" nil (((p aa r) 1) ((t ax n) 0))) +("partenope" nil (((p aa r) 1) ((t ax) 0) ((n ow p) 1))) +("parthenia" nil (((p aa r) 0) ((th eh) 1) ((n iy) 0) ((ax) 0))) +("parthenogenetic" nil (((p aa r) 1) ((th ax) 0) ((n ow) 0) ((jh ax) 0) ((n eh) 1) ((t ih k) 0))) +("parthenon" nil (((p aa r) 1) ((th ax) 0) ((n aa n) 1))) +("parthian" nil (((p aa r) 1) ((th iy) 0) ((ax n) 0))) +("parti" nil (((p aa r) 1) ((t iy) 0))) +("partial" nil (((p aa r) 1) ((sh ax l) 0))) +("partiality" nil (((p aa r) 1) ((sh iy) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("partially" nil (((p aa r) 1) ((sh ax) 0) ((l iy) 0))) +("participant" nil (((p aa r) 0) ((t ih) 1) ((s ax) 0) ((p ax n t) 0))) +("participants" nil (((p aa r) 0) ((t ih) 1) ((s ax) 0) ((p ax n t s) 0))) +("participate" nil (((p aa r) 0) ((t ih) 1) ((s ax) 0) ((p ey t) 1))) +("participated" nil (((p aa r) 0) ((t ih) 1) ((s ax) 0) ((p ey) 1) ((t ax d) 0))) +("participates" nil (((p aa r) 0) ((t ih) 1) ((s ax) 0) ((p ey t s) 1))) +("participating" nil (((p aa r) 0) ((t ih) 1) ((s ax) 0) ((p ey) 1) ((t ih ng) 0))) +("participation" nil (((p aa r) 0) ((t ih) 1) ((s ax) 0) ((p ey) 1) ((sh ax n) 0))) +("participations" nil (((p aa r) 0) ((t ih) 1) ((s ax) 0) ((p ey) 1) ((sh ax n z) 0))) +("participative" nil (((p aa r) 1) ((t ih) 1) ((s ax) 0) ((p ax) 0) ((t ih v) 0))) +("participatory" nil (((p aa r) 1) ((t ih) 1) ((s ax) 0) ((p ax) 0) ((t ao) 1) ((r iy) 0))) +("particle" nil (((p aa r) 1) ((t ax) 0) ((k ax l) 0))) +("particles" nil (((p aa r) 1) ((t ax) 0) ((k ax l z) 0))) +("particular" nil (((p er) 0) ((t ih) 1) ((k y ax) 0) ((l er) 0))) +("particularity" nil (((p er) 0) ((t ih) 1) ((k y ax) 0) ((l ae) 1) ((r ax) 0) ((t iy) 0))) +("particularly" nil (((p aa r) 1) ((t ih) 1) ((k y ax) 0) ((l er) 0) ((l iy) 0))) +("particulars" nil (((p er) 0) ((t ih) 1) ((k y ax) 0) ((l er z) 0))) +("particulary" nil (((p aa r) 1) ((t ih) 1) ((k y ax) 0) ((l eh) 1) ((r iy) 0))) +("particulate" nil (((p er) 0) ((t ih) 1) ((k y ax) 0) ((l ax t) 0))) +("particulates" nil (((p aa r) 1) ((t ih) 1) ((k y ax) 0) ((l ax t s) 0))) +("partida" nil (((p aa r) 0) ((t iy) 1) ((d ax) 0))) +("partido" nil (((p aa r) 0) ((t iy) 1) ((d ow) 0))) +("parties" nil (((p aa r) 1) ((t iy z) 0))) +("partin" nil (((p aa r) 1) ((t ih n) 0))) +("parting" nil (((p aa r) 1) ((t ih ng) 0))) +("partington" nil (((p aa r) 1) ((t ih ng) 0) ((t ax n) 0))) +("partisan" nil (((p aa r) 1) ((t ax) 0) ((z ax n) 0))) +("partisans" nil (((p aa r) 1) ((t ax) 0) ((z ax n z) 0))) +("partisanship" nil (((p aa r) 1) ((t ax) 0) ((z ax n) 0) ((sh ih p) 1))) +("partition" nil (((p aa r) 0) ((t ih) 1) ((sh ax n) 0))) +("partitioned" nil (((p aa r) 0) ((t ih) 1) ((sh ax n d) 0))) +("partitions" nil (((p aa r) 0) ((t ih) 1) ((sh ax n z) 0))) +("partlow" nil (((p aa r t) 1) ((l ow) 1))) +("partly" nil (((p aa r t) 1) ((l iy) 0))) +("partner" nil (((p aa r t) 1) ((n er) 0))) +("partnering" nil (((p aa r t) 1) ((n er) 0) ((ih ng) 0))) +("partners" nil (((p aa r t) 1) ((n er z) 0))) +("partnership" nil (((p aa r t) 1) ((n er) 0) ((sh ih p) 1))) +("partnerships" nil (((p aa r t) 1) ((n er) 0) ((sh ih p s) 1))) +("partney" nil (((p aa r t) 1) ((n iy) 0))) +("parton" nil (((p aa r) 1) ((t ax n) 0))) +("partridge" nil (((p aa r) 1) ((t r ax jh) 0))) +("partridges" nil (((p aa r) 1) ((t r ih) 0) ((jh ih z) 0))) +("parts" nil (((p aa r t s) 1))) +("parttime" nil (((p aa r t) 1) ((t ay m) 1))) +("party" nil (((p aa r) 1) ((t iy) 0))) +("partying" nil (((p aa r) 1) ((t iy) 0) ((ih ng) 0))) +("partyka" nil (((p er) 0) ((t ih) 1) ((k ax) 0))) +("parvin" nil (((p aa r) 1) ((v ih n) 0))) +("parziale" nil (((p aa r) 1) ((z iy) 0) ((aa) 1) ((l iy) 0))) +("parzych" nil (((p aa r) 1) ((z ih hh) 0))) +("pas" nil (((p aa z) 1))) +("pasadena" nil (((p ae) 1) ((s ax) 0) ((d iy) 1) ((n er) 0))) +("pascal" nil (((p ae) 0) ((s k ae l) 1))) +("pascale" nil (((p ae) 0) ((s k ae l) 1))) +("pascarella" nil (((p aa) 0) ((s k aa) 0) ((r eh) 1) ((l ax) 0))) +("pascarelli" nil (((p aa) 0) ((s k aa) 0) ((r eh) 1) ((l iy) 0))) +("pasch" nil (((p ae s k) 1))) +("paschal" nil (((p ae) 1) ((sh ax l) 0))) +("paschall" nil (((p ae) 1) ((sh ax l) 0))) +("paschen" nil (((p ae) 1) ((sh ax n) 0))) +("paschke" nil (((p ae sh k) 1))) +("pasco" nil (((p aa) 1) ((s k ow) 0))) +("pascoe" nil (((p ae) 1) ((s k ow) 0))) +("pascua" nil (((p aa) 0) ((s k uw) 1) ((ax) 0))) +("pascual" nil (((p ae) 1) ((s k uw) 0) ((ax l) 0))) +("pascucci" nil (((p aa) 0) ((s k uw) 1) ((ch iy) 0))) +("pascutto" nil (((p ax) 0) ((s k y uw) 1) ((t ow) 0))) +("pascuzzi" nil (((p aa) 0) ((s k uw t) 1) ((s iy) 0))) +("pasek" nil (((p aa) 1) ((s eh k) 0))) +("paseo" nil (((p aa) 0) ((s ey) 1) ((ow) 1))) +("pash" nil (((p ae sh) 1))) +("pasha" nil (((p ax) 0) ((sh aa) 1))) +("pashley" nil (((p ae) 1) ((sh l iy) 0))) +("pasillas" nil (((p aa) 0) ((s ih) 1) ((l ax z) 0))) +("pasion" nil (((p aa) 0) ((zh iy n) 1))) +("pasir" nil (((p aa) 1) ((s er) 0))) +("pask" nil (((p ae s k) 1))) +("paske" nil (((p ey s k) 1))) +("paskey" nil (((p ae) 1) ((s k iy) 0))) +("pasko" nil (((p aa) 1) ((s k ow) 0))) +("paslay" nil (((p ae) 1) ((s l ey) 0))) +("pasley" nil (((p ae) 1) ((s l iy) 0))) +("pasman" nil (((p ae) 1) ((s m ax n) 0))) +("paso" nil (((p ae) 1) ((s ow) 0))) +("pasok" nil (((p aa) 1) ((z aa k) 0))) +("pasqua" nil (((p aa) 1) ((s k w ax) 0))) +("pasquale" nil (((p aa) 0) ((s k w aa) 1) ((l ey) 0))) +("pasquarella" nil (((p aa) 0) ((s k w aa) 0) ((r eh) 1) ((l ax) 0))) +("pasquarelli" nil (((p aa) 0) ((s k w aa) 0) ((r eh) 1) ((l iy) 0))) +("pasquarello" nil (((p aa) 0) ((s k w aa) 0) ((r eh) 1) ((l ow) 0))) +("pasquariello" nil (((p aa) 0) ((s k w aa) 0) ((r iy) 0) ((eh) 1) ((l ow) 0))) +("pasque" nil (((p ae s k) 1))) +("pasquinelli" nil (((p aa) 0) ((s k w iy) 0) ((n eh) 1) ((l iy) 0))) +("pasquini" nil (((p aa) 0) ((s k w iy) 1) ((n iy) 0))) +("pass" nil (((p ae s) 1))) +("passable" nil (((p ae) 1) ((s ax) 0) ((b ax l) 0))) +("passably" nil (((p ae) 1) ((s ax) 0) ((b l iy) 0))) +("passafiume" nil (((p aa) 0) ((s aa) 0) ((f iy) 1) ((uw m) 0))) +("passage" nil (((p ae) 1) ((s ax jh) 0))) +("passages" nil (((p ae) 1) ((s ax) 0) ((jh ax z) 0))) +("passageway" nil (((p ae) 1) ((s ax jh) 0) ((w ey) 1))) +("passaic" nil (((p ax) 0) ((s ey) 1) ((ih k) 0))) +("passalacqua" nil (((p ae) 1) ((s ax) 0) ((l ae) 1) ((k w ax) 0))) +("passanisi" nil (((p aa) 0) ((s aa) 0) ((n iy) 1) ((s iy) 0))) +("passante" nil (((p aa) 0) ((s aa n) 1) ((t iy) 0))) +("passantino" nil (((p aa) 0) ((s aa n) 0) ((t iy) 1) ((n ow) 0))) +("passarella" nil (((p aa) 0) ((s aa) 0) ((r eh) 1) ((l ax) 0))) +("passarelli" nil (((p aa) 0) ((s aa) 0) ((r eh) 1) ((l iy) 0))) +("passaretti" nil (((p aa) 0) ((s aa) 0) ((r eh) 1) ((t iy) 0))) +("passaro" nil (((p aa) 0) ((s aa) 1) ((r ow) 0))) +("passat" nil (((p ae) 1) ((s ae t) 0))) +("passbook" nil (((p ae s) 1) ((b uh k) 1))) +("passe" nil (((p ae) 1) ((s ey) 1))) +("passed" nil (((p ae s t) 1))) +("passel" nil (((p ae) 1) ((s ih l) 0))) +("passenger" nil (((p ae) 1) ((s ax n) 0) ((jh er) 0))) +("passengers" nil (((p ae) 1) ((s ax n) 0) ((jh er z) 0))) +("passer" nil (((p ae) 1) ((s er) 0))) +("passerby" n (((p ae) 1) ((s er) 0) ((b ay) 0))) +("passero" nil (((p aa) 0) ((s eh) 1) ((r ow) 0))) +("passers" nil (((p ae) 1) ((s er z) 0))) +("passersby" nil (((p ae) 1) ((s er z) 0) ((b iy) 0))) +("passes" nil (((p ae) 1) ((s ax z) 0))) +("passey" nil (((p ae) 1) ((s iy) 0))) +("passim" nil (((p ae) 0) ((s iy m) 1))) +("passing" nil (((p ae) 1) ((s ih ng) 0))) +("passino" nil (((p aa) 0) ((s iy) 1) ((n ow) 0))) +("passion" nil (((p ae) 1) ((sh ax n) 0))) +("passionate" nil (((p ae) 1) ((sh ax) 0) ((n ax t) 0))) +("passionately" nil (((p ae) 1) ((sh ax) 0) ((n ax t) 0) ((l iy) 0))) +("passions" nil (((p ae) 1) ((sh ax n z) 0))) +("passive" nil (((p ae) 1) ((s ih v) 0))) +("passively" nil (((p ae) 1) ((s ih) 0) ((v l iy) 0))) +("passivity" nil (((p ax) 0) ((s ih) 1) ((v ih) 0) ((t iy) 0))) +("passman" nil (((p ae) 1) ((s m ax n) 0))) +("passmore" nil (((p aa) 1) ((s m ao r) 0))) +("passon" nil (((p ae) 1) ((s ax n) 0))) +("passover" nil (((p ae) 1) ((s ow) 1) ((v er) 0))) +("passow" nil (((p ae) 1) ((s ow) 0))) +("passport" nil (((p ae) 1) ((s p ao r t) 1))) +("passports" nil (((p ae) 1) ((s p ao r t s) 1))) +("password" nil (((p ae) 1) ((s w er d) 1))) +("passwords" nil (((p ae) 1) ((s w er d z) 1))) +("past" nil (((p ae s t) 1))) +("pasta" nil (((p aa) 1) ((s t ax) 0))) +("pastas" nil (((p aa) 1) ((s t ax z) 0))) +("paste" nil (((p ey s t) 1))) +("pasted" nil (((p ey) 1) ((s t ih d) 0))) +("pastel" nil (((p ae) 0) ((s t eh l) 1))) +("pastels" nil (((p ae) 0) ((s t eh l z) 1))) +("paster" nil (((p ae) 1) ((s t er) 0))) +("pasternack" nil (((p ae) 1) ((s t er) 0) ((n ae k) 0))) +("pasternak" nil (((p ae) 1) ((s t er) 0) ((n ae k) 0))) +("pastes" nil (((p ey s t s) 1))) +("pasteur" nil (((p ax) 0) ((s t uw r) 1))) +("pasteurization" nil (((p ae s) 1) ((ch er) 0) ((ax) 0) ((z ey) 1) ((sh ax n) 0))) +("pasteurized" nil (((p ae s) 1) ((ch er) 0) ((ay z d) 1))) +("pastiche" nil (((p ae) 1) ((s t iy sh) 1))) +("pastiches" n (((p ax) 0) ((s t iy) 1) ((ch ax z) 0))) +("pastime" nil (((p ae) 1) ((s t ay m) 1))) +("pastimes" nil (((p ae) 1) ((s t ay m z) 1))) +("pasting" nil (((p ey) 1) ((s t ih ng) 0))) +("pastor" nil (((p ae) 1) ((s t er) 0))) +("pastora" nil (((p ae) 0) ((s t ao) 1) ((r ax) 0))) +("pastoral" nil (((p ae) 1) ((s t er) 0) ((ax l) 0))) +("pastoralism" nil (((p ae) 1) ((s t er) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("pastore" nil (((p ae) 1) ((s t ao r) 1))) +("pastorino" nil (((p aa) 0) ((s t ao) 0) ((r iy) 1) ((n ow) 0))) +("pastorius" nil (((p ae) 1) ((s t ao) 0) ((r iy) 0) ((ih s) 0))) +("pastors" nil (((p ae) 1) ((s t er z) 0))) +("pastrami" nil (((p ax) 0) ((s t r aa) 1) ((m iy) 0))) +("pastrana" nil (((p aa) 0) ((s t r ae) 1) ((n ax) 0))) +("pastries" nil (((p ey) 1) ((s t r iy z) 0))) +("pastry" nil (((p ey) 1) ((s t r iy) 0))) +("pastula" nil (((p aa) 0) ((s t uw) 1) ((l ax) 0))) +("pasture" nil (((p ae s) 1) ((ch er) 0))) +("pastures" nil (((p ae s) 1) ((ch er z) 0))) +("paszek" nil (((p aa) 1) ((sh eh k) 0))) +("paszkiewicz" nil (((p aa sh) 1) ((k ax) 0) ((v ih ch) 0))) +("pasztor" nil (((p ae) 1) ((s t er) 0))) +("pat" nil (((p ae t) 1))) +("patagonia" nil (((p ae) 1) ((t ax) 0) ((g ow) 1) ((n iy) 0) ((ax) 0))) +("patagonian" nil (((p ae) 1) ((t ax) 0) ((g ow) 1) ((n iy) 0) ((ax n) 0))) +("patak" nil (((p ae) 1) ((t ax k) 0))) +("pataki" nil (((p ax) 0) ((t aa) 1) ((k iy) 0))) +("pataky" nil (((p ae) 1) ((t ax) 0) ((k iy) 0))) +("patalano" nil (((p aa) 0) ((t aa) 0) ((l aa) 1) ((n ow) 0))) +("patane" nil (((p ae) 1) ((t ax n) 0))) +("patch" nil (((p ae ch) 1))) +("patched" nil (((p ae ch t) 1))) +("patchell" nil (((p ae) 1) ((ch ax l) 0))) +("patchen" nil (((p ae) 1) ((ch ax n) 0))) +("patches" nil (((p ae) 1) ((ch ax z) 0))) +("patchett" nil (((p ae) 1) ((ch ih t) 0))) +("patchin" nil (((p ae) 1) ((ch ih n) 0))) +("patching" nil (((p ae) 1) ((ch ih ng) 0))) +("patchwork" nil (((p ae ch) 1) ((w er k) 1))) +("patchworks" nil (((p ae ch) 1) ((w er k s) 1))) +("patchy" nil (((p ae) 1) ((ch iy) 0))) +("patco" nil (((p ae t) 1) ((k ow) 0))) +("pate" nil (((p ey t) 1))) +("patek" nil (((p aa) 1) ((t eh k) 0))) +("patel" nil (((p ax) 0) ((t eh l) 1))) +("patella" nil (((p ax) 0) ((t eh) 1) ((l ax) 0))) +("patenaude" nil (((p ae) 1) ((t ih) 0) ((n ow d) 0))) +("patent" nil (((p ae) 1) ((t ax n t) 0))) +("patentable" nil (((p ae) 1) ((t ax n) 0) ((t ax) 0) ((b ax l) 0))) +("patented" nil (((p ae) 1) ((t ax n) 0) ((t ax d) 0))) +("patenting" nil (((p ae) 1) ((t ax n) 0) ((t ih ng) 0))) +("patently" nil (((p ae) 1) ((t ax n t) 0) ((l iy) 0))) +("patents" nil (((p ae) 1) ((t ax n t s) 0))) +("pater" nil (((p ey) 1) ((t er) 0))) +("patera" nil (((p aa) 0) ((t eh) 1) ((r ax) 0))) +("paterfamilias" n (((p ae) 1) ((t er) 0) ((f ax) 0) ((m iy) 1) ((l iy) 0) ((ax z) 0))) +("paternal" nil (((p ax) 0) ((t er) 1) ((n ax l) 0))) +("paternalism" nil (((p ax) 0) ((t er) 1) ((n ax) 0) ((l ih) 1) ((z ax m) 0))) +("paternalistic" nil (((p ax) 0) ((t er) 1) ((n ax) 0) ((l ih) 1) ((s t ih k) 0))) +("paternity" nil (((p ax) 0) ((t er) 1) ((n ih) 0) ((t iy) 0))) +("paterno" nil (((p aa) 0) ((t eh r) 1) ((n ow) 0))) +("paternostro" nil (((p aa) 0) ((t er) 0) ((n ow) 1) ((s t r ow) 0))) +("paterson" nil (((p ae) 1) ((t er) 0) ((s ax n) 0))) +("pates" nil (((p ey t s) 1))) +("patey" nil (((p ey) 1) ((t iy) 0))) +("path" nil (((p ae th) 1))) +("pathan" nil (((p ae) 1) ((th ax n) 0))) +("pathans" nil (((p ae) 1) ((th ax n z) 0))) +("pathe" nil (((p ae th) 1))) +("pathetic" nil (((p ax) 0) ((th eh) 1) ((t ih k) 0))) +("pathetically" nil (((p ax) 0) ((th eh) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("pathfinder" nil (((p ae th) 1) ((f ay n) 1) ((d er) 0))) +("pathmark" nil (((p ae th) 1) ((m aa r k) 1))) +("pathogenic" nil (((p ae) 1) ((th ax) 0) ((jh eh) 1) ((n ih k) 0))) +("pathogens" nil (((p ae) 1) ((th ax) 0) ((jh ax n z) 0))) +("pathological" nil (((p ae) 1) ((th ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("pathologies" nil (((p ax) 0) ((th aa) 1) ((l ax) 0) ((jh iy z) 0))) +("pathologist" nil (((p ax) 0) ((th aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("pathologists" nil (((p ax) 0) ((th aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("pathology" nil (((p ax) 0) ((th aa) 1) ((l ax) 0) ((jh iy) 0))) +("pathos" nil (((p ey) 1) ((th aa s) 0))) +("paths" nil (((p ae dh z) 1))) +("pathway" nil (((p ae) 1) ((th w ey) 1))) +("pathways" nil (((p ae) 1) ((th w ey z) 1))) +("patience" nil (((p ey) 1) ((sh ax n s) 0))) +("patient" nil (((p ey) 1) ((sh ax n t) 0))) +("patiently" nil (((p ey) 1) ((sh ax n t) 0) ((l iy) 0))) +("patients" nil (((p ey) 1) ((sh ax n t s) 0))) +("patillo" nil (((p ax) 0) ((t ih) 1) ((l ow) 0))) +("patin" nil (((p ae) 1) ((t ih n) 0))) +("patina" nil (((p ax) 0) ((t iy) 1) ((n ax) 0))) +("patinkin" nil (((p ax) 0) ((t ih ng) 1) ((k ih n) 0))) +("patino" nil (((p aa) 0) ((t iy) 1) ((n ow) 0))) +("patio" nil (((p ae) 1) ((t iy) 0) ((ow) 1))) +("patios" nil (((p ae) 1) ((t iy) 0) ((ow z) 1))) +("patlan" nil (((p ae t) 1) ((l ax n) 0))) +("patlex" nil (((p ae t) 1) ((l eh k s) 0))) +("patman" nil (((p ae t) 1) ((m ax n) 0))) +("patmore" nil (((p ae t) 1) ((m ao r) 0))) +("patnaude" nil (((p aa t) 0) ((n ao) 1) ((d iy) 0))) +("patnode" nil (((p ae t) 1) ((n ow d) 1))) +("paton" nil (((p ae) 1) ((t ax n) 0))) +("patons" nil (((p ae) 1) ((t ax n z) 0))) +("patriarca" nil (((p aa) 0) ((t r iy) 0) ((aa r) 1) ((k ax) 0))) +("patriarch" nil (((p ey) 1) ((t r iy) 0) ((aa r k) 1))) +("patriarchal" nil (((p ey) 1) ((t r iy) 0) ((aa r) 1) ((k ax l) 0))) +("patriarchate" nil (((p ey) 1) ((t r iy) 0) ((aa r) 1) ((k ax t) 0))) +("patriarchs" nil (((p ey) 1) ((t r iy) 0) ((aa r k s) 1))) +("patriarchy" nil (((p ey) 1) ((t r iy) 0) ((aa r) 1) ((k iy) 0))) +("patrice" nil (((p ax) 0) ((t r iy s) 1))) +("patricelli" nil (((p aa) 0) ((t r iy) 0) ((ch eh) 1) ((l iy) 0))) +("patricia" nil (((p ax) 0) ((t r ih) 1) ((sh ax) 0))) +("patrician" nil (((p ax) 0) ((t r ih) 1) ((sh ax n) 0))) +("patricians" nil (((p ax) 0) ((t r ih) 1) ((sh ax n z) 0))) +("patricio" nil (((p ax) 0) ((t r ih) 1) ((s iy) 0) ((ow) 0))) +("patrick" nil (((p ae) 1) ((t r ih k) 0))) +("patricks" nil (((p ae) 1) ((t r ih k s) 0))) +("patricof" nil (((p ae) 1) ((t r ih) 0) ((k ao f) 1))) +("patridge" nil (((p ae) 1) ((t r ih jh) 1))) +("patrie" nil (((p ae) 1) ((t er) 0) ((iy) 0))) +("patrilineal" nil (((p ae) 1) ((t r ih) 0) ((l ih) 1) ((n iy) 0) ((ax l) 0))) +("patrimony" nil (((p ae) 1) ((t r ax) 0) ((m ow) 1) ((n iy) 0))) +("patriot" nil (((p ey) 1) ((t r iy) 0) ((ax t) 0))) +("patriotic" nil (((p ey) 1) ((t r iy) 0) ((aa) 1) ((t ih k) 0))) +("patriotism" nil (((p ey) 1) ((t r iy) 0) ((ax) 0) ((t ih) 1) ((z ax m) 0))) +("patriots" nil (((p ey) 1) ((t r iy) 0) ((ax t s) 0))) +("patristic" nil (((p ax) 0) ((t r ih) 1) ((s t ih k) 0))) +("patrizio" nil (((p aa) 0) ((t r iy) 1) ((z iy) 0) ((ow) 0))) +("patrol" nil (((p ax) 0) ((t r ow l) 1))) +("patrolled" nil (((p ax) 0) ((t r ow l d) 1))) +("patrolling" nil (((p ax) 0) ((t r ow) 1) ((l ih ng) 0))) +("patrolman" nil (((p ax) 0) ((t r ow l) 1) ((m ae n) 1))) +("patrolmen" nil (((p ax) 0) ((t r ow l) 0) ((m eh n) 1))) +("patrols" nil (((p ax) 0) ((t r ow l z) 1))) +("patron" nil (((p ey) 1) ((t r ax n) 0))) +("patronage" nil (((p ae) 1) ((t r ax) 0) ((n ih jh) 0))) +("patrone" nil (((p aa) 0) ((t r ow) 1) ((n iy) 0))) +("patronize" nil (((p ey) 1) ((t r ax) 0) ((n ay z) 1))) +("patronized" nil (((p ey) 1) ((t r ax) 0) ((n ay z d) 1))) +("patronizing" nil (((p ey) 1) ((t r ax) 0) ((n ay) 1) ((z ih ng) 0))) +("patrons" nil (((p ey) 1) ((t r ax n z) 0))) +("patronymic" nil (((p ae) 1) ((t r ax) 0) ((n ih) 1) ((m ih k) 0))) +("patry" nil (((p ae) 1) ((t r iy) 0))) +("pats" nil (((p ae t s) 1))) +("patsies" nil (((p ae t) 1) ((s iy z) 0))) +("patsy" nil (((p ae t) 1) ((s iy) 0))) +("patt" nil (((p ae t) 1))) +("patted" nil (((p ae) 1) ((t ax d) 0))) +("pattee" nil (((p ae) 1) ((t iy) 1))) +("patten" nil (((p ae) 1) ((t ax n) 0))) +("patter" nil (((p ae) 1) ((t er) 0))) +("pattered" nil (((p ae) 1) ((t er d) 0))) +("pattern" nil (((p ae) 1) ((t er n) 0))) +("patterned" nil (((p ae) 1) ((t er n d) 0))) +("patterns" nil (((p ae) 1) ((t er n z) 0))) +("patterson" nil (((p ae) 1) ((t er) 0) ((s ax n) 0))) +("patteson" nil (((p ae) 1) ((t ih) 0) ((s ax n) 0))) +("patti" nil (((p ae) 1) ((t iy) 0))) +("pattie" nil (((p ae) 1) ((t iy) 0))) +("patties" nil (((p ae) 1) ((t iy z) 0))) +("pattillo" nil (((p aa) 0) ((t ih) 1) ((l ow) 0))) +("pattin" nil (((p ae) 1) ((t ih n) 0))) +("patting" nil (((p ae) 1) ((t ih ng) 0))) +("pattinson" nil (((p ae) 1) ((t ih n) 0) ((s ax n) 0))) +("pattis" nil (((p ae) 1) ((t ih s) 0))) +("pattison" nil (((p ae) 1) ((t ih) 0) ((s ax n) 0))) +("pattiz" nil (((p ae) 1) ((t ih z) 0))) +("patton" nil (((p ae) 1) ((t ax n) 0))) +("patty" nil (((p ae) 1) ((t iy) 0))) +("paty" nil (((p ey) 1) ((t iy) 0))) +("patz" nil (((p ae t s) 1))) +("patzer" nil (((p ey t) 1) ((z er) 0))) +("patzke" nil (((p ae t z k) 1))) +("paucity" nil (((p ao) 1) ((s ax) 0) ((t iy) 0))) +("paugh" nil (((p ao) 1))) +("paul" nil (((p ao l) 1))) +("paula" nil (((p ao) 1) ((l ax) 0))) +("paulding" nil (((p ao l) 1) ((d ih ng) 0))) +("paule" nil (((p ao l) 1))) +("paules" nil (((p ow l z) 1))) +("pauletta" nil (((p aa) 0) ((l eh) 1) ((t ax) 0))) +("paulette" nil (((p ao) 0) ((l eh t) 1))) +("pauley" nil (((p ao) 1) ((l iy) 0))) +("paulhus" nil (((p aw l) 1) ((hh ih s) 0))) +("pauli" nil (((p ao) 1) ((l iy) 0))) +("paulick" nil (((p ao) 1) ((l ih k) 0))) +("paulik" nil (((p ao) 1) ((l ih k) 0))) +("paulin" nil (((p ao) 1) ((l ih n) 0))) +("paulina" nil (((p ao) 1) ((l iy) 1) ((n ax) 0))) +("pauline" nil (((p ao) 0) ((l iy n) 1))) +("pauling" nil (((p ao) 1) ((l ih ng) 0))) +("paulino" nil (((p ao) 0) ((l iy) 1) ((n ow) 0))) +("paulita" nil (((p ao) 0) ((l iy) 1) ((t ax) 0))) +("paulk" nil (((p ao l k) 1))) +("paull" nil (((p ao l) 1))) +("paullin" nil (((p ao) 1) ((l ih n) 0))) +("paulo" nil (((p ao) 1) ((l ow) 0))) +("paulos" nil (((p aw) 1) ((l ow z) 0))) +("pauls" nil (((p ao l z) 1))) +("paulsen" nil (((p aw l) 1) ((s ax n) 0))) +("paulson" nil (((p ao l) 1) ((s ax n) 0))) +("paulus" nil (((p ao) 1) ((l ax s) 0))) +("pauly" nil (((p ao) 1) ((l iy) 0))) +("paunchy" nil (((p ao n) 1) ((ch iy) 0))) +("paup" nil (((p ao p) 1))) +("pauper" nil (((p ao) 1) ((p er) 0))) +("pause" nil (((p ao z) 1))) +("paused" nil (((p ao z d) 1))) +("pauses" nil (((p ao) 1) ((z ax z) 0))) +("pausing" nil (((p ao) 1) ((z ih ng) 0))) +("paustian" nil (((p ao z) 1) ((ch ih n) 0))) +("pautler" nil (((p aw) 1) ((t ax) 0) ((l er) 0))) +("pautsch" nil (((p aw ch) 1))) +("pautz" nil (((p ao t s) 1))) +("pauwels" nil (((p aw) 1) ((w ax l z) 0))) +("pavao" nil (((p aa) 1) ((v aw) 0))) +("pavarotti" nil (((p ae) 1) ((v er) 0) ((aa) 1) ((t iy) 0))) +("pave" nil (((p ey v) 1))) +("paved" nil (((p ey v d) 1))) +("pavek" nil (((p ae) 1) ((v ih k) 0))) +("pavel" nil (((p ae) 1) ((v ax l) 0))) +("pavelka" nil (((p ax) 0) ((v eh l) 1) ((k ax) 0))) +("pavelko" nil (((p ax) 0) ((v eh l) 1) ((k ow) 0))) +("pavement" nil (((p ey v) 1) ((m ax n t) 0))) +("pavements" nil (((p ey v) 1) ((m ax n t s) 0))) +("paver" nil (((p ey) 1) ((v er) 0))) +("paves" nil (((p ey v z) 1))) +("pavese" nil (((p aa) 0) ((v ey) 1) ((z iy) 0))) +("pavey" nil (((p ey) 1) ((v iy) 0))) +("pavia" nil (((p ey) 1) ((v iy) 0) ((ax) 0))) +("pavich" nil (((p ae) 1) ((v ih ch) 0))) +("pavilion" nil (((p ax) 0) ((v ih) 1) ((l y ax n) 0))) +("pavilions" nil (((p ax) 0) ((v ih) 1) ((l y ax n z) 0))) +("pavillion" nil (((p ax) 0) ((v ih) 1) ((l y ax n) 0))) +("paving" nil (((p ey) 1) ((v ih ng) 0))) +("pavlak" nil (((p aa) 1) ((v l ax k) 0))) +("pavlic" nil (((p ae) 1) ((v l ih k) 0))) +("pavlica" nil (((p ae) 1) ((v l ih) 0) ((k ax) 0))) +("pavlicek" nil (((p aa) 1) ((v l ih) 0) ((ch eh k) 0))) +("pavlich" nil (((p aa) 1) ((v l ih hh) 0))) +("pavlick" nil (((p ae) 1) ((v l ih k) 0))) +("pavlik" nil (((p ae) 1) ((v l ih k) 0))) +("pavlis" nil (((p ae) 1) ((v l ih s) 0))) +("pavlock" nil (((p ae) 1) ((v l ax k) 0))) +("pavlov" nil (((p ae) 1) ((v l aa v) 0))) +("pavlovian" nil (((p ae) 1) ((v l ow) 1) ((v iy) 0) ((ax n) 0))) +("pavlovic" nil (((p ax) 0) ((v l aa) 1) ((v ih k) 0))) +("pavlovich" nil (((p ae) 1) ((v l ax) 0) ((v ih ch) 0))) +("pavon" nil (((p aa) 1) ((v ax n) 0))) +("pavone" nil (((p ax) 0) ((v ow n) 1))) +("paw" nil (((p ao) 1))) +("pawelek" nil (((p aa) 0) ((v eh) 1) ((l eh k) 0))) +("pawelski" nil (((p aa) 0) ((v eh l) 1) ((s k iy) 0))) +("pawlak" nil (((p ao) 1) ((l ax k) 0))) +("pawley" nil (((p ao) 1) ((l iy) 0))) +("pawlicki" nil (((p aa) 0) ((v l ih t) 1) ((s k iy) 0))) +("pawlik" nil (((p ao) 1) ((l ih k) 0))) +("pawlikowski" nil (((p aa) 0) ((v l ih) 0) ((k ao f) 1) ((s k iy) 0))) +("pawling" nil (((p ao) 1) ((l ih ng) 0))) +("pawloski" nil (((p aa) 0) ((v l aw) 1) ((s k iy) 0))) +("pawlowicz" nil (((p aa) 1) ((v l ax) 0) ((v ih ch) 0))) +("pawlowski" nil (((p aa) 0) ((v l ao f) 1) ((s k iy) 0))) +("pawluk" nil (((p aa) 1) ((v l ax k) 0))) +("pawn" nil (((p ao n) 1))) +("pawned" nil (((p ao n d) 1))) +("pawnee" nil (((p ao) 1) ((n iy) 1))) +("pawnees" nil (((p ao) 1) ((n iy z) 1))) +("pawns" nil (((p ao n z) 1))) +("pawnshop" nil (((p ao n) 1) ((sh aa p) 1))) +("pawnshops" nil (((p ao n) 1) ((sh aa p s) 1))) +("paws" nil (((p ao z) 1))) +("pawson" nil (((p ao) 1) ((s ax n) 0))) +("pawtucket" nil (((p ao) 1) ((t ah) 1) ((k ih t) 0))) +("pawtuxet" nil (((p ao) 1) ((t ah k) 1) ((s ax t) 0))) +("pax" nil (((p ae k s) 1))) +("paxar" nil (((p ae k) 1) ((s er) 0))) +("paxman" nil (((p ae k) 1) ((s m ax n) 0))) +("paxon" nil (((p ae k) 1) ((s ax n) 0))) +("paxson" nil (((p ae k) 1) ((s ax n) 0))) +("paxton" nil (((p ae k) 1) ((s t ax n) 0))) +("pay" nil (((p ey) 1))) +("paya" nil (((p aa) 1) ((y aa) 2))) +("payable" nil (((p ey) 1) ((ax) 0) ((b ax l) 0))) +("payables" nil (((p ey) 1) ((ax) 0) ((b ax l z) 0))) +("payan" nil (((p ey) 1) ((ax n) 0))) +("payback" nil (((p ey) 1) ((b ae k) 1))) +("paycheck" nil (((p ey) 1) ((ch eh k) 1))) +("paychecks" nil (((p ey) 1) ((ch eh k s) 1))) +("paychex" nil (((p ey) 1) ((ch eh k s) 1))) +("payco" nil (((p ey) 1) ((k ow) 0))) +("payday" nil (((p ey) 1) ((d ey) 1))) +("paye" nil (((p ey) 1))) +("payer" nil (((p ey) 1) ((er) 0))) +("payers" nil (((p ey) 1) ((er z) 0))) +("payette" nil (((p ey) 1) ((eh t) 1))) +("payeur" nil (((p ey) 0) ((er) 1))) +("paying" nil (((p ey) 1) ((ih ng) 0))) +("payless" nil (((p ey) 1) ((l eh s) 1))) +("payload" nil (((p ey) 1) ((l ow d) 1))) +("payloads" nil (((p ey) 1) ((l ow d z) 1))) +("paylor" nil (((p ey) 1) ((l er) 0))) +("payment" nil (((p ey) 1) ((m ax n t) 0))) +("payments" nil (((p ey) 1) ((m ax n t s) 0))) +("payne" nil (((p ey n) 1))) +("paynter" nil (((p ey n) 1) ((t er) 0))) +("payoff" nil (((p ey) 1) ((ao f) 1))) +("payoffs" nil (((p ey) 1) ((ao f s) 1))) +("payoh" nil (((p aa) 1) ((y ow) 0))) +("payola" nil (((p ey) 1) ((ow) 1) ((l ax) 0))) +("payout" nil (((p ey) 1) ((aw t) 0))) +("payouts" nil (((p ey) 1) ((aw t s) 0))) +("payroll" nil (((p ey) 1) ((r ow l) 0))) +("payrolls" nil (((p ey) 1) ((r ow l z) 0))) +("pays" nil (((p ey z) 1))) +("payson" nil (((p ey) 1) ((z ax n) 0))) +("paysop" nil (((p ey) 1) ((s aa p) 1))) +("paysops" nil (((p ey) 1) ((s aa p s) 1))) +("payton" nil (((p ey) 1) ((t ax n) 0))) +("paz" nil (((p aa z) 1))) +("pazner" nil (((p aa z) 1) ((n er) 0))) +("pazos" nil (((p aa) 1) ((z ow z) 0))) +("pea" nil (((p iy) 1))) +("peabody" nil (((p iy) 1) ((b aa) 1) ((d iy) 0))) +("peace" nil (((p iy s) 1))) +("peaceable" nil (((p iy) 1) ((s ax) 0) ((b ax l) 0))) +("peaceful" nil (((p iy) 1) ((s f ax l) 0))) +("peacefully" nil (((p iy) 1) ((s f ax) 0) ((l iy) 0))) +("peacefulness" nil (((p iy) 1) ((s f ax l) 0) ((n ax s) 0))) +("peacekeeper" nil (((p iy) 1) ((s k iy) 1) ((p er) 0))) +("peacekeepers" nil (((p iy) 1) ((s k iy) 1) ((p er z) 0))) +("peacekeeping" nil (((p iy) 1) ((s k iy) 1) ((p ih ng) 0))) +("peacemaker" nil (((p iy) 1) ((s m ey) 1) ((k er) 0))) +("peacemakers" nil (((p iy) 1) ((s m ey) 1) ((k er z) 0))) +("peacemaking" nil (((p iy) 1) ((s m ey) 1) ((k ih ng) 0))) +("peacetime" nil (((p iy) 1) ((s t ay m) 1))) +("peach" nil (((p iy ch) 1))) +("peacher" nil (((p iy) 1) ((ch er) 0))) +("peaches" nil (((p iy) 1) ((ch ax z) 0))) +("peachey" nil (((p iy) 1) ((ch iy) 0))) +("peachtree" nil (((p iy ch) 1) ((t r iy) 1))) +("peachy" nil (((p iy) 1) ((ch iy) 0))) +("peacock" nil (((p iy) 1) ((k aa k) 1))) +("peacocks" nil (((p iy) 1) ((k aa k s) 1))) +("peaden" nil (((p eh) 1) ((d ax n) 0))) +("peafowl" nil (((p iy) 1) ((f aw l) 1))) +("peagler" nil (((p iy) 1) ((g l er) 0))) +("peak" nil (((p iy k) 1))) +("peake" nil (((p iy k) 1))) +("peaked" nil (((p iy k t) 1))) +("peakes" nil (((p iy k s) 1))) +("peaking" nil (((p iy) 1) ((k ih ng) 0))) +("peaks" nil (((p iy k s) 1))) +("peal" nil (((p iy l) 1))) +("peale" nil (((p iy l) 1))) +("pealer" nil (((p iy) 1) ((l er) 0))) +("peanut" nil (((p iy) 1) ((n ax t) 0))) +("peanuts" nil (((p iy) 1) ((n ax t s) 0))) +("peapack" nil (((p iy) 1) ((p ae k) 1))) +("pear" nil (((p eh r) 1))) +("pearce" nil (((p ih r s) 1))) +("pearcy" nil (((p er) 1) ((k iy) 0))) +("pearl" nil (((p er l) 1))) +("pearle" nil (((p er l) 1))) +("pearline" nil (((p er) 1) ((l ay n) 0))) +("pearling" nil (((p er) 1) ((l ih ng) 0))) +("pearlman" nil (((p er l) 1) ((m ae n) 1))) +("pearls" nil (((p er l z) 1))) +("pearlstein" nil (((p er l) 1) ((s t ay n) 1))) +("pearlstine" nil (((p er l) 1) ((s t ay n) 1))) +("pearly" nil (((p er) 1) ((l iy) 0))) +("pearman" nil (((p eh r) 1) ((m ax n) 0))) +("pears" nil (((p eh r z) 1))) +("pearse" nil (((p er s) 1))) +("pearson" nil (((p ih r) 1) ((s ax n) 0))) +("peart" nil (((p er t) 1))) +("peary" nil (((p iy) 1) ((r iy) 0))) +("peas" nil (((p iy z) 1))) +("peasant" nil (((p eh) 1) ((z ax n t) 0))) +("peasantry" nil (((p eh) 1) ((z ax n) 0) ((t r iy) 0))) +("peasants" nil (((p eh) 1) ((z ax n t s) 0))) +("pease" nil (((p iy z) 1))) +("peasey" nil (((p iy) 1) ((z iy) 0))) +("peaslee" nil (((p iy) 1) ((z l iy) 1))) +("peasley" nil (((p iy) 1) ((z l iy) 0))) +("peat" nil (((p iy t) 1))) +("peatross" nil (((p iy) 1) ((t r ax s) 0))) +("peaudouce" nil (((p ow) 1) ((d uw s) 1))) +("peavey" nil (((p iy) 1) ((v iy) 0))) +("peavler" nil (((p iy) 1) ((v l er) 0))) +("peavy" nil (((p iy) 1) ((v iy) 0))) +("peay" nil (((p iy) 1))) +("pebble" nil (((p eh) 1) ((b ax l) 0))) +("pebbles" nil (((p eh) 1) ((b ax l z) 0))) +("pebereau" nil (((p eh) 1) ((b er) 0) ((ow) 1))) +("pebley" nil (((p eh) 1) ((b l iy) 0))) +("pecan" nil (((p ax) 0) ((k aa n) 1))) +("pecans" nil (((p ih) 0) ((k ae n z) 1))) +("pecci" nil (((p eh) 1) ((ch iy) 0))) +("pech" nil (((p eh k) 1))) +("pecha" nil (((p eh) 1) ((ch ax) 0))) +("pechacek" nil (((p eh) 1) ((k ax) 0) ((s ih k) 0))) +("pechin" nil (((p eh) 1) ((ch ih n) 0))) +("pechiney" nil (((p eh) 1) ((ch ih) 0) ((n iy) 0))) +("pechman" nil (((p eh k) 1) ((m ax n) 0))) +("pechora" nil (((p ax) 0) ((k ao) 1) ((r ax) 0))) +("pecht" nil (((p eh k t) 1))) +("pecina" nil (((p eh) 0) ((ch iy) 1) ((n ax) 0))) +("peck" nil (((p eh k) 1))) +("pecka" nil (((p eh) 1) ((k ax) 0))) +("peckenpaugh" nil (((p ih) 0) ((k eh n) 1) ((p ao) 0))) +("peckham" nil (((p eh) 1) ((k ax m) 0))) +("pecking" nil (((p eh) 1) ((k ih ng) 0))) +("peckinpaugh" nil (((p ih) 0) ((k ih n) 1) ((p ao) 0))) +("peckman" nil (((p eh k) 1) ((m ax n) 0))) +("peco" nil (((p ey) 1) ((k ow) 0))) +("pecor" nil (((p eh) 1) ((k er) 0))) +("pecora" nil (((p eh) 0) ((k ao) 1) ((r ax) 0))) +("pecoraro" nil (((p eh) 0) ((k ao) 0) ((r aa) 1) ((r ow) 0))) +("pecore" nil (((p eh) 0) ((k ao) 1) ((r iy) 0))) +("pecot" nil (((p eh) 1) ((k ax t) 0))) +("pectic" nil (((p eh k) 1) ((t ih k) 0))) +("pectin" nil (((p eh k) 1) ((t ax n) 0))) +("pectoral" nil (((p eh k) 1) ((t er) 0) ((ax l) 0))) +("peculiar" nil (((p ax) 0) ((k y uw) 1) ((l y er) 0))) +("peculiarities" nil (((p ih) 0) ((k y uw) 1) ((l iy) 0) ((eh) 1) ((r ax) 0) ((t iy z) 0))) +("peculiarity" nil (((p ih) 0) ((k y uw) 1) ((l iy) 0) ((eh) 1) ((r ax) 0) ((t iy) 0))) +("peculiarly" nil (((p ih) 0) ((k y uw) 1) ((l y er) 0) ((l iy) 0))) +("pecuniary" nil (((p eh) 0) ((k y uw) 1) ((n iy) 0) ((eh) 1) ((r iy) 0))) +("pedagogical" nil (((p eh) 1) ((d ax) 0) ((g aa) 1) ((jh ih) 0) ((k ax l) 0))) +("pedagogy" nil (((p eh) 1) ((d ax) 0) ((g ow) 1) ((jh iy) 0))) +("pedal" nil (((p eh) 1) ((d ax l) 0))) +("pedaled" nil (((p eh) 1) ((d ax l d) 0))) +("pedaling" nil (((p eh) 1) ((d ax) 0) ((l ih ng) 0))) +("pedalled" nil (((p eh) 1) ((d ax l d) 0))) +("pedals" nil (((p eh) 1) ((d ax l z) 0))) +("pedantic" nil (((p ax) 0) ((d ae n) 1) ((t ih k) 0))) +("pedantry" nil (((p eh) 1) ((d ax n) 0) ((t r iy) 0))) +("peddicord" nil (((p eh) 1) ((d ih) 0) ((k ao r d) 0))) +("peddie" nil (((p eh) 1) ((d iy) 0))) +("peddle" nil (((p eh) 1) ((d ax l) 0))) +("peddled" nil (((p eh) 1) ((d ax l d) 0))) +("peddler" nil (((p eh d) 1) ((l er) 0))) +("peddlers" nil (((p eh d) 1) ((l er z) 0))) +("peddles" nil (((p eh) 1) ((d ax l z) 0))) +("peddling" nil (((p eh) 1) ((d ax) 0) ((l ih ng) 0))) +("peddy" nil (((p eh) 1) ((d iy) 0))) +("peden" nil (((p eh) 1) ((d ax n) 0))) +("pedersen" nil (((p eh) 1) ((d er) 0) ((s ax n) 0))) +("pederson" nil (((p eh) 1) ((d er) 0) ((s ax n) 0))) +("pedestal" nil (((p eh) 1) ((d ax) 0) ((s t ax l) 0))) +("pedestals" nil (((p eh) 1) ((d ax) 0) ((s t ax l z) 0))) +("pedestrian" nil (((p ax) 0) ((d eh) 1) ((s t r iy) 0) ((ax n) 0))) +("pedestrians" nil (((p ax) 0) ((d eh) 1) ((s t r iy) 0) ((ax n z) 0))) +("pediatric" nil (((p iy) 1) ((d iy) 0) ((ae) 1) ((t r ih k) 0))) +("pediatrician" nil (((p iy) 1) ((d iy) 0) ((ax) 0) ((t r ih) 1) ((sh ax n) 0))) +("pediatricians" nil (((p iy) 1) ((d iy) 0) ((ax) 0) ((t r ih) 1) ((sh ax n z) 0))) +("pediatrics" nil (((p iy) 1) ((d iy) 0) ((ae) 1) ((t r ih k s) 0))) +("pedicure" nil (((p eh) 1) ((d ih) 0) ((k y er) 0))) +("pedigo" nil (((p eh) 0) ((d iy) 1) ((g ow) 0))) +("pedigree" nil (((p eh) 1) ((d ax) 0) ((g r iy) 0))) +("pedley" nil (((p eh d) 1) ((l iy) 0))) +("pedone" nil (((p ey) 0) ((d ow) 1) ((n ey) 0))) +("pedowitz" nil (((p eh) 1) ((d ow) 0) ((ih t s) 0))) +("pedraza" nil (((p ey) 0) ((d r aa) 1) ((z ax) 0))) +("pedretti" nil (((p eh) 0) ((d r eh) 1) ((t iy) 0))) +("pedrick" nil (((p eh) 1) ((d r ih k) 0))) +("pedro" nil (((p ey) 1) ((d r ow) 0))) +("pedroli" nil (((p eh) 1) ((d r ow) 1) ((l iy) 0))) +("pedros" nil (((p ey) 1) ((d r ow z) 0))) +("pedrosa" nil (((p ey) 0) ((d r ow) 1) ((s ax) 0))) +("pedroso" nil (((p ey) 0) ((d r ow) 1) ((s ow) 0))) +("pedrotti" nil (((p eh) 0) ((d r ow) 1) ((t iy) 0))) +("pedroza" nil (((p ey) 0) ((d r ow) 1) ((z ax) 0))) +("pee" nil (((p iy) 1))) +("peebler" nil (((p iy) 1) ((b l er) 0))) +("peebles" nil (((p iy) 1) ((b ax l z) 0))) +("peed" nil (((p iy d) 1))) +("peedin" nil (((p iy) 1) ((d ih n) 0))) +("peek" nil (((p iy k) 1))) +("peeked" nil (((p iy k t) 1))) +("peeking" nil (((p iy) 1) ((k ih ng) 0))) +("peeks" nil (((p iy k s) 1))) +("peel" nil (((p iy l) 1))) +("peele" nil (((p iy l) 1))) +("peeled" nil (((p iy l d) 1))) +("peeler" nil (((p iy) 1) ((l er) 0))) +("peeling" nil (((p iy) 1) ((l ih ng) 0))) +("peels" nil (((p iy l z) 1))) +("peens" nil (((p iy n z) 1))) +("peep" nil (((p iy p) 1))) +("peeped" n (((p iy p t) 1))) +("peeping" nil (((p iy) 1) ((p ih ng) 0))) +("peeples" nil (((p iy) 1) ((p ax l z) 0))) +("peer" nil (((p ih r) 1))) +("peerage" nil (((p ih) 1) ((r ax jh) 0))) +("peered" nil (((p ih r d) 1))) +("peering" nil (((p iy) 1) ((r ih ng) 0))) +("peerless" nil (((p ih r) 1) ((l ih s) 0))) +("peers" nil (((p ih r z) 1))) +("peerson" nil (((p ih r) 1) ((s ax n) 0))) +("peery" nil (((p iy) 1) ((r iy) 0))) +("peet" nil (((p iy t) 1))) +("peete" nil (((p iy t) 1))) +("peeters" nil (((p iy) 1) ((t er z) 0))) +("peets" nil (((p iy t s) 1))) +("peetz" nil (((p iy t s) 1))) +("peeve" nil (((p iy v) 1))) +("peeved" nil (((p iy v d) 1))) +("peeves" nil (((p iy v z) 1))) +("peevey" nil (((p iy) 1) ((v iy) 0))) +("peevy" nil (((p iy) 1) ((v iy) 0))) +("peewee" nil (((p iy) 1) ((w iy) 1))) +("peffer" nil (((p eh) 1) ((f er) 0))) +("peffley" nil (((p eh) 1) ((f l iy) 0))) +("peformance" nil (((p ax) 0) ((f ao r) 1) ((m ax n s) 0))) +("peg" nil (((p eh g) 1))) +("pegasus" nil (((p eh) 1) ((g ax) 0) ((s ax s) 0))) +("pegboards" nil (((p eh g) 1) ((b ao r d z) 1))) +("pegg" nil (((p eh g) 1))) +("pegged" nil (((p eh g d) 1))) +("peggie" nil (((p eh) 1) ((g iy) 0))) +("pegging" nil (((p eh) 1) ((g ih ng) 0))) +("peggs" nil (((p eh g z) 1))) +("peggy" nil (((p eh) 1) ((g iy) 0))) +("peglow" nil (((p eh) 1) ((g l ow) 1))) +("pegmatite" nil (((p eh g) 1) ((m ax) 0) ((t ay t) 1))) +("pegram" nil (((p eh) 1) ((g r ae m) 1))) +("pegs" nil (((p eh g z) 1))) +("peguero" nil (((p ey) 0) ((g eh) 1) ((r ow) 0))) +("pegues" nil (((p ey) 1) ((g eh s) 0))) +("pehl" nil (((p eh l) 1))) +("pehrson" nil (((p eh r) 1) ((s ax n) 0))) +("pei" nil (((p ey) 1))) +("PEI" nil (((p iy) 1) ((iy) 1) ((ay) 1))) +("peichun" nil (((p ey) 1) ((ch w uw n) 1))) +("peifer" nil (((p ay) 1) ((f er) 0))) +("peiffer" nil (((p ay) 1) ((f er) 0))) +("peil" nil (((p iy l) 1))) +("peinado" nil (((p ey) 0) ((iy) 0) ((n aa) 1) ((d ow) 0))) +("peine" nil (((p iy n) 1))) +("peipu" nil (((p ey) 1) ((p uw) 1))) +("peirce" nil (((p ih r s) 1))) +("peirson" nil (((p iy r) 1) ((s ax n) 0))) +("PEIs" nil (((p iy) 1) ((iy) 1) ((ay z) 1))) +("peiser" nil (((p ay) 1) ((s er) 0))) +("peitz" nil (((p iy t s) 1))) +("peixoto" nil (((p ax k) 0) ((s ow) 1) ((t ow) 0))) +("pejorative" nil (((p ax) 0) ((jh ao) 1) ((r ax) 0) ((t ih v) 0))) +("pekala" nil (((p ih) 0) ((k aa) 1) ((l ax) 0))) +("pekar" nil (((p eh) 1) ((k er) 0))) +("pekarek" nil (((p eh) 1) ((k er) 0) ((ih k) 0))) +("pekin" nil (((p iy) 1) ((k ax n) 0))) +("peking" nil (((p iy) 1) ((k ih ng) 1))) +("peko" nil (((p iy) 1) ((k ow) 0))) +("pekrul" nil (((p eh) 1) ((k r ax l) 0))) +("peladeau" nil (((p eh) 1) ((l ax) 0) ((d ow) 1))) +("pelaez" nil (((p ey) 0) ((l aa) 1) ((eh z) 0))) +("pelagia" nil (((p eh) 0) ((l aa) 1) ((jh ax) 0))) +("pelagians" nil (((p ih) 0) ((l ey) 1) ((jh iy) 0) ((ax n z) 0))) +("pelagic" nil (((p ax) 0) ((l ae) 1) ((jh ih k) 0))) +("pelayo" nil (((p ey) 0) ((l ey) 1) ((ow) 0))) +("pelc" nil (((p eh l k) 1))) +("pelchat" nil (((p eh l) 1) ((ch ax t) 0))) +("pelczar" nil (((p eh l) 1) ((ch er) 0))) +("pele" nil (((p eh) 1) ((l ey) 0))) +("pelekunu" nil (((p eh) 1) ((l ax) 0) ((k uw) 1) ((n uw) 0))) +("pelerin" nil (((p eh) 1) ((l er) 0) ((ih n) 0))) +("pelfrey" nil (((p eh l) 1) ((f r iy) 0))) +("pelham" nil (((p eh) 1) ((l ax m) 0))) +("pelican" nil (((p eh) 1) ((l ax) 0) ((k ax n) 0))) +("pelicans" nil (((p eh) 1) ((l ih) 0) ((k ax n z) 0))) +("pelikan" nil (((p eh) 1) ((l ih) 0) ((k ae n) 0))) +("pelino" nil (((p eh) 0) ((l iy) 1) ((n ow) 0))) +("pelissier" nil (((p eh) 1) ((l ih) 0) ((s iy) 0) ((er) 0))) +("pelka" nil (((p eh l) 1) ((k ax) 0))) +("pelkey" nil (((p eh l) 1) ((k iy) 0))) +("pelky" nil (((p eh l) 1) ((k iy) 0))) +("pell" nil (((p eh l) 1))) +("pella" nil (((p eh) 1) ((l ax) 0))) +("pellagra" nil (((p ax) 0) ((l ae) 1) ((g r ax) 0))) +("pelland" nil (((p eh) 1) ((l ax n d) 0))) +("pelle" nil (((p eh l) 1))) +("pellecchia" nil (((p eh) 1) ((l eh) 1) ((k iy) 0) ((ax) 0))) +("pellegrin" nil (((p eh) 1) ((l ih) 0) ((g r ih n) 0))) +("pellegrini" nil (((p eh) 1) ((l eh) 0) ((g r iy) 1) ((n iy) 0))) +("pellegrino" nil (((p eh) 1) ((l eh) 0) ((g r iy) 1) ((n ow) 0))) +("peller" nil (((p eh) 1) ((l er) 0))) +("pellerin" nil (((p eh) 1) ((l er) 0) ((ih n) 0))) +("pellerito" nil (((p eh) 0) ((l er) 0) ((iy) 1) ((t ow) 0))) +("pellet" nil (((p eh) 1) ((l ax t) 0))) +("pelleted" nil (((p eh) 1) ((l ax) 0) ((t ax d) 0))) +("pelletier" nil (((p eh) 0) ((l ax) 0) ((t ih r) 1))) +("pellets" nil (((p eh) 1) ((l ax t s) 0))) +("pellett" nil (((p eh) 1) ((l ih t) 0))) +("pelleu" nil (((p eh) 1) ((l uw) 0))) +("pelley" nil (((p eh) 1) ((l iy) 0))) +("pellicane" nil (((p eh) 1) ((l ih) 0) ((k ey n) 1))) +("pellicano" nil (((p eh) 0) ((l iy) 0) ((k aa) 1) ((n ow) 0))) +("pellman" nil (((p eh l) 1) ((m ax n) 0))) +("pellow" nil (((p eh) 1) ((l ow) 0))) +("pellum" nil (((p eh) 1) ((l ax m) 0))) +("pelon" nil (((p eh) 1) ((l ax n) 0))) +("peloponnesian" nil (((p eh) 1) ((l ax) 0) ((p ax) 0) ((n iy) 1) ((zh ax n) 0))) +("peloquin" nil (((p ey) 0) ((l ow) 0) ((k w iy n) 1))) +("pelosi" nil (((p eh) 0) ((l ow) 1) ((s iy) 0))) +("peloso" nil (((p eh) 0) ((l ow) 1) ((s ow) 0))) +("pelot" nil (((p eh) 1) ((l ax t) 0))) +("pelphrey" nil (((p eh l) 1) ((f r iy) 0))) +("pels" nil (((p eh l z) 1))) +("pelster" nil (((p eh l) 1) ((s t er) 0))) +("pelt" nil (((p eh l t) 1))) +("pelted" nil (((p eh l) 1) ((t ih d) 0))) +("peltier" nil (((p eh l) 1) ((t iy) 0) ((er) 0))) +("pelto" nil (((p eh l) 1) ((t ow) 0))) +("pelton" nil (((p eh l) 1) ((t ax n) 0))) +("pelts" nil (((p eh l t s) 1))) +("peltz" nil (((p eh l t s) 1))) +("peltzer" nil (((p eh l t) 1) ((z er) 0))) +("peluso" nil (((p eh) 0) ((l uw) 1) ((s ow) 0))) +("pelvic" nil (((p eh l) 1) ((v ih k) 0))) +("pelvis" nil (((p eh l) 1) ((v ax s) 0))) +("pelz" nil (((p eh l z) 1))) +("pelzel" nil (((p eh l) 1) ((z ax l) 0))) +("pelzer" nil (((p eh l) 1) ((z er) 0))) +("pember" nil (((p eh m) 1) ((b er) 0))) +("pemberton" nil (((p eh m) 1) ((b er) 0) ((t ax n) 0))) +("pembina" nil (((p eh m) 1) ((b ih) 0) ((n ax) 0))) +("pemble" nil (((p eh m) 1) ((b ax l) 0))) +("pembleton" nil (((p eh m) 1) ((b l ih) 0) ((t aa n) 0))) +("pembridge" nil (((p eh m) 1) ((b r ih jh) 1))) +("pembroke" nil (((p eh m) 1) ((b r ow k) 1))) +("pemex" nil (((p eh) 1) ((m eh k s) 1))) +("pen" nil (((p eh n) 1))) +("pena" nil (((p eh) 1) ((n ax) 0))) +("penal" nil (((p iy) 1) ((n ax l) 0))) +("penalize" nil (((p eh) 1) ((n ax) 0) ((l ay z) 1))) +("penalized" nil (((p iy) 1) ((n ax) 0) ((l ay z d) 1))) +("penalizes" nil (((p eh) 1) ((n ax) 0) ((l ay) 1) ((z ih z) 0))) +("penalizing" nil (((p iy) 1) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("penaloza" nil (((p eh) 0) ((n aa) 0) ((l ow) 1) ((z ax) 0))) +("penalties" nil (((p eh) 1) ((n ax l) 0) ((t iy z) 0))) +("penalty" nil (((p eh) 1) ((n ax l) 0) ((t iy) 0))) +("penance" nil (((p eh) 1) ((n ax n s) 0))) +("penang" nil (((p eh) 0) ((n ae ng) 1))) +("penans" nil (((p eh) 1) ((n ax n z) 0))) +("penberthy" nil (((p ih n) 0) ((b er) 1) ((th iy) 0))) +("pence" nil (((p eh n s) 1))) +("penchant" nil (((p eh n) 1) ((ch ax n t) 0))) +("pencil" nil (((p eh n) 1) ((s ax l) 0))) +("penciled" nil (((p eh n) 1) ((s ax l d) 0))) +("pencils" nil (((p eh n) 1) ((s ax l z) 0))) +("pendant" nil (((p eh n) 1) ((d ax n t) 0))) +("pendarvis" nil (((p eh n) 1) ((d aa r) 0) ((v ih s) 0))) +("pendell" nil (((p eh n) 1) ((d ax l) 0))) +("pendelton" nil (((p ih n) 0) ((d eh l) 1) ((t ax n) 0))) +("pender" nil (((p eh n) 1) ((d er) 0))) +("pendergast" nil (((p eh n) 1) ((d er) 0) ((g ae s t) 1))) +("pendergraft" nil (((p eh n) 1) ((d er) 0) ((g r ax f t) 0))) +("pendergraph" nil (((p eh n) 1) ((d er) 0) ((g r ae f) 1))) +("pendergrass" nil (((p eh n) 1) ((d er) 0) ((g r ax s) 0))) +("pendergrast" nil (((p eh n) 1) ((d er) 0) ((g r ax s t) 0))) +("penders" nil (((p eh n) 1) ((d er z) 0))) +("pending" nil (((p eh n) 1) ((d ih ng) 0))) +("pendleton" nil (((p eh n) 1) ((d ax l) 0) ((t ax n) 0))) +("pendley" nil (((p eh n d) 1) ((l iy) 0))) +("pendola" nil (((p eh n) 0) ((d ow) 1) ((l ax) 0))) +("pendril" nil (((p eh n) 1) ((d r ih l) 0))) +("pendry" nil (((p eh n) 1) ((d r iy) 0))) +("pendulous" nil (((p eh n) 1) ((jh ax) 0) ((l ax s) 0))) +("pendulum" nil (((p eh n) 1) ((jh ax) 0) ((l ax m) 0))) +("pendyala" nil (((p eh) 1) ((d y aa) 1) ((l ax) 0))) +("penelope" nil (((p ax) 0) ((n eh) 1) ((l ax) 0) ((p iy) 0))) +("penetrate" nil (((p eh) 1) ((n ax) 0) ((t r ey t) 1))) +("penetrated" nil (((p eh) 1) ((n ax) 0) ((t r ey) 1) ((t ax d) 0))) +("penetrates" nil (((p eh) 1) ((n ax) 0) ((t r ey t s) 1))) +("penetrating" nil (((p eh) 1) ((n ax) 0) ((t r ey) 1) ((t ih ng) 0))) +("penetration" nil (((p eh) 1) ((n ax) 0) ((t r ey) 1) ((sh ax n) 0))) +("penfield" nil (((p eh n) 1) ((f iy l d) 1))) +("penfil" nil (((p eh n) 1) ((f ih l) 0))) +("penfold" nil (((p eh n) 1) ((f ow l d) 1))) +("peng" nil (((p ah ng) 0))) +("pengassan" nil (((p eh ng) 1) ((g ae) 1) ((s ax n) 0))) +("pengelly" nil (((p eh ng) 1) ((g ax) 0) ((l iy) 0))) +("pengo" nil (((p eh ng) 1) ((g ow) 0))) +("pengpeng" nil (((p ah ng) 0) ((p ah ng) 0))) +("penguin" nil (((p eh ng) 1) ((g w ax n) 0))) +("penguins" nil (((p eh ng) 1) ((g w ax n z) 0))) +("penh" nil (((p eh n) 1))) +("penicillin" nil (((p eh) 1) ((n ax) 0) ((s ih) 1) ((l ax n) 0))) +("penicillins" nil (((p eh) 1) ((n ax) 0) ((s ih) 1) ((l ax n z) 0))) +("penick" nil (((p eh) 1) ((n ih k) 0))) +("penikese" nil (((p eh) 1) ((n ih) 0) ((k iy z) 1))) +("penile" nil (((p iy) 1) ((n ay l) 0))) +("peninger" nil (((p eh) 1) ((n ih ng) 0) ((er) 0))) +("peninsula" nil (((p ax) 0) ((n ih n) 1) ((s ax) 0) ((l ax) 0))) +("peninsular" nil (((p ax) 0) ((n ih n) 1) ((s ax) 0) ((l er) 0))) +("penis" nil (((p eh) 1) ((n ih s) 0))) +("peniston" nil (((p eh) 1) ((n ih) 0) ((s t aa n) 0))) +("penitent" nil (((p eh) 1) ((n ih) 0) ((t ih n t) 0))) +("penitentiary" nil (((p eh) 1) ((n ih) 0) ((t eh n) 1) ((ch er) 0) ((iy) 0))) +("penix" nil (((p eh) 1) ((n ih k s) 0))) +("penkala" nil (((p ih ng) 0) ((k aa) 1) ((l ax) 0))) +("penkava" nil (((p eh ng) 0) ((k aa) 1) ((v ax) 0))) +("penland" nil (((p eh n) 1) ((l ax n d) 0))) +("penley" nil (((p eh n) 1) ((l iy) 0))) +("penman" nil (((p eh n) 1) ((m ax n) 0))) +("penn" nil (((p eh n) 1))) +("penna" nil (((p eh) 1) ((n ax) 0))) +("pennacchio" nil (((p eh) 0) ((n aa) 1) ((k iy) 0) ((ow) 0))) +("pennant" nil (((p eh) 1) ((n ax n t) 0))) +("pennants" nil (((p eh) 1) ((n ax n t s) 0))) +("pennbancorp" nil (((p eh n) 1) ((b ae n) 1) ((k ao r p) 1))) +("penncorp" nil (((p eh n) 1) ((k ao r p) 1))) +("pennebaker" nil (((p eh) 1) ((n ih) 0) ((b ax) 0) ((k er) 0))) +("penned" nil (((p eh n d) 1))) +("pennel" nil (((p eh) 1) ((n ax l) 0))) +("pennell" nil (((p eh) 1) ((n ax l) 0))) +("pennella" nil (((p eh) 1) ((n eh) 1) ((l ax) 0))) +("penner" nil (((p eh) 1) ((n er) 0))) +("pennex" nil (((p eh) 1) ((n ax k s) 0))) +("penney" nil (((p eh) 1) ((n iy) 0))) +("pennick" nil (((p eh) 1) ((n ih k) 0))) +("pennie" nil (((p eh) 1) ((n iy) 0))) +("pennies" nil (((p eh) 1) ((n iy z) 0))) +("penniless" nil (((p eh) 1) ((n iy) 0) ((l ax s) 0))) +("penniman" nil (((p eh) 1) ((n ih) 0) ((m ax n) 0))) +("penning" nil (((p eh) 1) ((n ih ng) 0))) +("penninger" nil (((p eh) 1) ((n ih ng) 0) ((er) 0))) +("pennings" nil (((p eh) 1) ((n ih ng z) 0))) +("pennington" nil (((p eh) 1) ((n ih ng) 0) ((t ax n) 0))) +("pennino" nil (((p eh) 0) ((n iy) 1) ((n ow) 0))) +("pennisi" nil (((p eh) 0) ((n iy) 1) ((s iy) 0))) +("pennix" nil (((p eh) 1) ((n ih k s) 0))) +("pennock" nil (((p eh) 1) ((n ax k) 0))) +("penns" nil (((p eh n z) 1))) +("pennsauken" nil (((p eh n) 1) ((s ao) 1) ((k ax n) 0))) +("pennsylvania" nil (((p eh n) 1) ((s ax l) 0) ((v ey) 1) ((n y ax) 0))) +("pennsylvanian" nil (((p eh n) 1) ((s ih l) 0) ((v ey) 1) ((n iy) 0) ((ax n) 0))) +("pennsylvanians" nil (((p eh n) 1) ((s ih l) 0) ((v ey) 1) ((n iy) 0) ((ax n z) 0))) +("pennwalt" nil (((p eh n) 1) ((w ao l t) 1))) +("penny" nil (((p eh) 1) ((n iy) 0))) +("pennypacker" nil (((p eh) 1) ((n ih) 0) ((p ae) 0) ((k er) 0))) +("pennywell" nil (((p eh) 1) ((n iy) 0) ((w eh l) 1))) +("pennzoil" nil (((p eh n) 1) ((z oy l) 1))) +("penobscot" nil (((p ax) 0) ((n aa b) 1) ((s k aa t) 0))) +("penology" nil (((p iy) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("penoyer" nil (((p eh) 1) ((n oy) 0) ((er) 0))) +("penril" nil (((p eh n) 1) ((r ih l) 0))) +("penrod" nil (((p eh n) 1) ((r aa d) 1))) +("penrose" nil (((p eh n) 1) ((r ow z) 1))) +("penry" nil (((p eh n) 1) ((r iy) 0))) +("pens" nil (((p eh n z) 1))) +("pensacola" nil (((p eh n) 1) ((s ax) 0) ((k ow) 1) ((l ax) 0))) +("pense" nil (((p eh n s) 1))) +("pensinger" nil (((p eh n) 1) ((s ih n) 0) ((jh er) 0))) +("pension" nil (((p eh n) 1) ((sh ax n) 0))) +("pensioner" nil (((p eh n) 1) ((sh ax) 0) ((n er) 0))) +("pensioners" nil (((p eh n) 1) ((sh ax) 0) ((n er z) 0))) +("pensions" nil (((p eh n) 1) ((sh ax n z) 0))) +("pensive" nil (((p eh n) 1) ((s ih v) 0))) +("penske" nil (((p eh n) 1) ((s k iy) 0))) +("penson" nil (((p eh n) 1) ((s ax n) 0))) +("pensyl" nil (((p eh n) 1) ((s ih l) 0))) +("pent" nil (((p eh n t) 1))) +("penta" nil (((p eh n) 1) ((t ax) 0))) +("pentagon" nil (((p eh n) 1) ((t ih) 0) ((g aa n) 1))) +("pentagons" nil (((p eh n) 1) ((t ih) 0) ((g aa n z) 1))) +("pentair" nil (((p eh n) 1) ((t eh r) 1))) +("pentamidine" nil (((p eh n) 1) ((t ae) 1) ((m ih) 0) ((d iy n) 1))) +("pentane" nil (((p eh n) 1) ((t ey n) 1))) +("pentathlon" nil (((p eh n) 0) ((t ae th) 1) ((l ax n) 0))) +("pentax" nil (((p eh n) 1) ((t ae k s) 1))) +("pentech" nil (((p eh n) 1) ((t eh k) 1))) +("pentecost" nil (((p eh n) 1) ((t ax) 0) ((k ao s t) 1))) +("pentecostal" nil (((p eh n) 1) ((t ax) 0) ((k ao) 1) ((s t ax l) 0))) +("penthea" nil (((p eh n) 1) ((th iy) 0) ((ax) 0))) +("penthouse" nil (((p eh n t) 1) ((hh aw s) 1))) +("pentimento" nil (((p eh n) 1) ((t ih) 0) ((m eh n) 1) ((t ow) 0))) +("pentium" nil (((p eh n) 1) ((t iy) 0) ((ax m) 0))) +("pentiums" nil (((p eh n) 1) ((t iy) 0) ((ax m z) 0))) +("pentland" nil (((p eh n t) 1) ((l ax n d) 0))) +("penton" nil (((p eh n) 1) ((t ax n) 0))) +("pentron" nil (((p eh n) 1) ((t r ax n) 0))) +("pentrust" nil (((p eh n) 1) ((t r ah s t) 1))) +("pentz" nil (((p eh n t s) 1))) +("penuel" nil (((p eh) 1) ((n uh l) 0))) +("penumbra" nil (((p ih) 0) ((n ah m) 1) ((b r ax) 0))) +("penwell" nil (((p eh n) 1) ((w eh l) 1))) +("penwest" nil (((p eh n) 1) ((w eh s t) 1))) +("penza" nil (((p eh n) 1) ((z ax) 0))) +("penzer" nil (((p eh n) 1) ((z er) 0))) +("peon" nil (((p iy) 1) ((ax n) 0))) +("peonies" nil (((p iy) 1) ((ax) 0) ((n iy z) 0))) +("peons" nil (((p iy) 1) ((ax n z) 0))) +("peony" nil (((p iy) 1) ((ax) 0) ((n iy) 0))) +("people" nil (((p iy) 1) ((p ax l) 0))) +("peopled" nil (((p iy) 1) ((p ax l d) 0))) +("peoples" nil (((p iy) 1) ((p ax l z) 0))) +("peoria" nil (((p iy) 0) ((ao) 1) ((r iy) 0) ((ax) 0))) +("pep" nil (((p eh p) 1))) +("pepcid" nil (((p eh p) 1) ((s ih d) 0))) +("pepe" nil (((p eh) 1) ((p iy) 0))) +("pepenadores" nil (((p eh) 1) ((p eh) 1) ((n ax) 0) ((d ao) 1) ((r eh z) 0))) +("peper" nil (((p eh) 1) ((p er) 0))) +("pepi" nil (((p eh) 1) ((p iy) 0))) +("pepin" nil (((p eh) 1) ((p ih n) 0))) +("pepita" nil (((p eh) 0) ((p iy) 1) ((t ax) 0))) +("pepitone" nil (((p eh) 1) ((p ih) 0) ((t ow n) 1))) +("peplinski" nil (((p ih) 0) ((p l ih n) 1) ((s k iy) 0))) +("peplow" nil (((p eh) 1) ((p l ow) 1))) +("peppard" nil (((p eh) 1) ((p er d) 0))) +("peppel" nil (((p eh) 1) ((p ax l) 0))) +("pepper" nil (((p eh) 1) ((p er) 0))) +("peppered" nil (((p eh) 1) ((p er d) 0))) +("pepperell" nil (((p eh) 1) ((p er) 0) ((ax l) 0))) +("pepperidge" nil (((p eh) 1) ((p er) 0) ((ih jh) 1))) +("peppering" nil (((p eh) 1) ((p er) 0) ((ih ng) 0))) +("pepperman" nil (((p eh) 1) ((p er) 0) ((m ax n) 0))) +("peppermint" nil (((p eh) 1) ((p er) 0) ((m ih n t) 1))) +("pepperoni" nil (((p eh) 1) ((p er) 0) ((ow) 1) ((n iy) 0))) +("peppers" nil (((p eh) 1) ((p er z) 0))) +("peppi" nil (((p eh) 1) ((p iy) 0))) +("peppin" nil (((p eh) 1) ((p ih n) 0))) +("pepple" nil (((p eh) 1) ((p ax l) 0))) +("peppler" nil (((p eh) 1) ((p l er) 0))) +("peppy" nil (((p eh) 1) ((p iy) 0))) +("pepsi" nil (((p eh p) 1) ((s iy) 0))) +("pepsico" nil (((p eh p) 1) ((s ih) 0) ((k ow) 0))) +("peptic" nil (((p eh p) 1) ((t ih k) 0))) +("peptide" nil (((p eh p) 1) ((t ay d) 1))) +("peptides" nil (((p eh p) 1) ((t ay d z) 1))) +("pequeno" nil (((p ey) 0) ((k w ey) 1) ((n ow) 0))) +("pequignot" nil (((p ih) 0) ((k w ih g) 1) ((n ax t) 0))) +("per" nil (((p er) 1))) +("pera" nil (((p er) 1) ((ax) 0))) +("peragine" nil (((p er) 0) ((aa) 0) ((jh iy) 1) ((n iy) 0))) +("peraino" nil (((p er) 0) ((aa) 0) ((iy) 1) ((n ow) 0))) +("perala" nil (((p er) 0) ((aa) 1) ((l ax) 0))) +("perales" nil (((p er) 0) ((aa) 1) ((l eh s) 0))) +("peralez" nil (((p er) 0) ((aa) 1) ((l eh z) 0))) +("peralta" nil (((p er) 0) ((aa l) 1) ((t ax) 0))) +("peras" nil (((p eh) 1) ((r ax s) 0))) +("peraza" nil (((p er) 0) ((aa) 1) ((z ax) 0))) +("perazzo" nil (((p er) 0) ((aa) 1) ((z ow) 0))) +("perc" nil (((p er k) 1))) +("perce" nil (((p er s) 1))) +("perceive" nil (((p er) 0) ((s iy v) 1))) +("perceived" nil (((p er) 0) ((s iy v d) 1))) +("perceives" nil (((p er) 0) ((s iy v z) 1))) +("perceiving" nil (((p er) 0) ((s iy) 1) ((v ih ng) 0))) +("percell" nil (((p er) 0) ((s eh l) 1))) +("percent" nil (((p er) 0) ((s eh n t) 1))) +("percentage" nil (((p er) 0) ((s eh n) 1) ((t ax jh) 0))) +("percentages" nil (((p er) 0) ((s eh n) 1) ((t ih) 0) ((jh ih z) 0))) +("percentile" nil (((p er) 0) ((s eh n) 1) ((t ay l) 1))) +("percentiles" nil (((p er) 0) ((s eh n) 1) ((t ay l z) 1))) +("perceptible" nil (((p er) 0) ((s eh p) 1) ((t ax) 0) ((b ax l) 0))) +("perception" nil (((p er) 0) ((s eh p) 1) ((sh ax n) 0))) +("perceptions" nil (((p er) 0) ((s eh p) 1) ((sh ax n z) 0))) +("perceptive" nil (((p er) 0) ((s eh p) 1) ((t ih v) 0))) +("perceptual" nil (((p er) 0) ((s eh p) 1) ((ch ax) 0) ((w ax l) 0))) +("perceval" nil (((p er) 0) ((s ey) 0) ((v ae l) 1))) +("perch" nil (((p er ch) 1))) +("perched" nil (((p er ch t) 1))) +("perches" nil (((p er) 1) ((ch ih z) 0))) +("perchlorate" nil (((p er) 0) ((k l ao) 1) ((r ey t) 0))) +("perchloric" nil (((p er) 0) ((k l ao) 1) ((r ih k) 0))) +("percifield" nil (((p er) 1) ((s ih) 0) ((f iy l d) 0))) +("percival" nil (((p er) 1) ((s ih) 0) ((v ax l) 0))) +("percle" nil (((p er) 1) ((k ax l) 0))) +("percolate" nil (((p er) 1) ((k ax) 0) ((l ey t) 1))) +("percolating" nil (((p er) 1) ((k ax) 0) ((l ey) 1) ((t ih ng) 0))) +("percs" nil (((p er k s) 1))) +("percussion" nil (((p er) 0) ((k ah) 1) ((sh ax n) 0))) +("percussionist" nil (((p er) 0) ((k ah) 1) ((sh ax) 0) ((n ih s t) 0))) +("percutaneous" nil (((p er) 0) ((k y uw) 0) ((t ey) 1) ((n iy) 0) ((ax s) 0))) +("percy" nil (((p er) 1) ((s iy) 0))) +("perdew" nil (((p er) 1) ((d uw) 0))) +("perdita" nil (((p er) 0) ((d iy) 1) ((t ax) 0))) +("perdomo" nil (((p er) 0) ((d ow) 1) ((m ow) 0))) +("perdue" nil (((p er) 0) ((d uw) 1))) +("pere" nil (((p er) 1))) +("perea" nil (((p er) 0) ((iy) 1) ((ax) 0))) +("pereda" nil (((p er) 0) ((ey) 1) ((d ax) 0))) +("peregoy" nil (((p er) 1) ((ih) 0) ((g oy) 0))) +("peregrine" nil (((p eh) 1) ((r ax) 0) ((g r iy n) 1))) +("peregrines" nil (((p eh) 1) ((r ax) 0) ((g r iy n z) 1))) +("pereira" nil (((p er) 0) ((eh) 1) ((r ax) 0))) +("perella" nil (((p er) 0) ((eh) 1) ((l ax) 0))) +("perelman" nil (((p eh) 1) ((r ax l) 0) ((m ax n) 0))) +("peremptory" nil (((p er) 0) ((eh m p) 1) ((t er) 0) ((iy) 0))) +("perennial" nil (((p er) 0) ((eh) 1) ((n iy) 0) ((ax l) 0))) +("perennially" nil (((p er) 0) ((eh) 1) ((n iy) 0) ((ax) 0) ((l iy) 0))) +("perennials" nil (((p er) 0) ((eh) 1) ((n iy) 0) ((ax l z) 0))) +("perera" nil (((p er) 0) ((eh) 1) ((r ax) 0))) +("peres" nil (((p eh) 1) ((r eh z) 0))) +("perestroika" nil (((p eh) 1) ((r ax) 0) ((s t r oy) 1) ((k ax) 0))) +("peretti" nil (((p er) 0) ((eh) 1) ((t iy) 0))) +("peretz" nil (((p er) 1) ((ih t s) 0))) +("pereyra" nil (((p er) 0) ((eh) 1) ((r ax) 0))) +("perez" nil (((p eh) 1) ((r eh z) 0))) +("perfect" j (((p er) 1) ((f ax k t) 0))) +("perfect" v (((p er) 0) ((f eh k t) 1))) +("perfecta" nil (((p er) 0) ((f eh k) 1) ((t ax) 0))) +("perfected" nil (((p er) 0) ((f eh k) 1) ((t ax d) 0))) +("perfecting" nil (((p er) 0) ((f eh k) 1) ((t ih ng) 0))) +("perfection" nil (((p er) 0) ((f eh k) 1) ((sh ax n) 0))) +("perfectionism" nil (((p er) 0) ((f eh k) 1) ((sh ax) 0) ((n ih) 1) ((z ax m) 0))) +("perfectionist" nil (((p er) 0) ((f eh k) 1) ((sh ax) 0) ((n ax s t) 0))) +("perfectly" nil (((p er) 1) ((f ax k t) 0) ((l iy) 0))) +("perfetti" nil (((p er) 0) ((f eh) 1) ((t iy) 0))) +("perfetto" nil (((p er) 0) ((f eh) 1) ((t ow) 0))) +("perfidy" nil (((p er) 1) ((f ih) 0) ((d iy) 0))) +("perforated" nil (((p er) 1) ((f er) 0) ((ey) 1) ((t ax d) 0))) +("perforation" nil (((p er) 1) ((f er) 0) ((ey) 1) ((sh ax n) 0))) +("perforations" nil (((p er) 1) ((f er) 0) ((ey) 1) ((sh ax n z) 0))) +("perforce" nil (((p er) 0) ((f ao r s) 1))) +("perform" nil (((p er) 0) ((f ao r m) 1))) +("performa" nil (((p er) 0) ((f ao r) 1) ((m ax) 0))) +("performance" nil (((p er) 0) ((f ao r) 1) ((m ax n s) 0))) +("performances" nil (((p er) 0) ((f ao r) 1) ((m ax n) 0) ((s ax z) 0))) +("performed" nil (((p er) 0) ((f ao r m d) 1))) +("performer" nil (((p er) 0) ((f ao r) 1) ((m er) 0))) +("performers" nil (((p er) 0) ((f ao r) 1) ((m er z) 0))) +("performing" nil (((p er) 0) ((f ao r) 1) ((m ih ng) 0))) +("performs" nil (((p er) 0) ((f ao r m z) 1))) +("perfume" nil (((p er) 0) ((f y uw m) 1))) +("perfumed" nil (((p er) 0) ((f y uw m d) 1))) +("perfumes" nil (((p er) 0) ((f y uw m z) 1))) +("perfunctory" nil (((p er) 0) ((f ah ng k) 1) ((t er) 0) ((iy) 0))) +("pergamon" nil (((p er) 1) ((g ax) 0) ((m ax n) 0))) +("pergande" nil (((p er) 1) ((g ih n d) 0))) +("pergola" nil (((p er) 0) ((g ow) 1) ((l ax) 0))) +("perham" nil (((p er) 1) ((hh ax m) 0))) +("perhaps" nil (((p er) 0) ((hh ae p s) 1))) +("perich" nil (((p er) 1) ((ih k) 0))) +("perignon" nil (((p er) 0) ((ih) 1) ((n y aa n) 0))) +("perigo" nil (((p er) 0) ((iy) 1) ((g ow) 0))) +("peril" nil (((p eh) 1) ((r ax l) 0))) +("perillo" nil (((p er) 0) ((ih) 1) ((l ow) 0))) +("perilous" nil (((p eh) 1) ((r ax) 0) ((l ax s) 0))) +("perilously" nil (((p eh) 1) ((r ax) 0) ((l ax) 0) ((s l iy) 0))) +("perils" nil (((p eh) 1) ((r ax l z) 0))) +("periman" nil (((p er) 1) ((iy) 0) ((m ax n) 0))) +("perimeter" nil (((p er) 0) ((ih) 1) ((m ax) 0) ((t er) 0))) +("perin" nil (((p er) 1) ((ih n) 0))) +("perine" nil (((p er) 0) ((iy) 1) ((n iy) 0))) +("perini" nil (((p er) 0) ((iy) 1) ((n iy) 0))) +("perino" nil (((p er) 0) ((iy) 1) ((n ow) 0))) +("period" nil (((p ih) 1) ((r iy) 0) ((ax d) 0))) +("periodic" nil (((p ih) 1) ((r iy) 0) ((aa) 1) ((d ih k) 0))) +("periodical" nil (((p ih) 1) ((r iy) 0) ((aa) 1) ((d ih) 0) ((k ax l) 0))) +("periodically" nil (((p iy) 1) ((r iy) 0) ((aa) 1) ((d ih) 0) ((k ax) 0) ((l iy) 0))) +("periodicals" nil (((p ih) 1) ((r iy) 0) ((aa) 1) ((d ih) 0) ((k ax l z) 0))) +("periodontal" nil (((p eh) 1) ((r iy) 0) ((ax) 0) ((d aa n) 1) ((t ax l) 0))) +("periods" nil (((p ih) 1) ((r iy) 0) ((ax d z) 0))) +("peripatetic" nil (((p eh) 1) ((r ax) 0) ((p ax) 0) ((t eh) 1) ((t ih k) 0))) +("peripheral" nil (((p er) 0) ((ih) 1) ((f er) 0) ((ax l) 0))) +("peripherals" nil (((p er) 0) ((ih) 1) ((f er) 0) ((ax l z) 0))) +("periphery" nil (((p er) 0) ((ih) 1) ((f er) 0) ((iy) 0))) +("periscope" nil (((p eh) 1) ((r ax) 0) ((s k ow p) 1))) +("perish" nil (((p eh) 1) ((r ih sh) 0))) +("perishable" nil (((p eh) 1) ((r ih) 0) ((sh ax) 0) ((b ax l) 0))) +("perished" nil (((p eh) 1) ((r ih sh t) 0))) +("peristyle" nil (((p eh) 1) ((r ax) 0) ((s t ay l) 1))) +("perito" nil (((p eh) 1) ((r iy) 1) ((t ow) 0))) +("perjured" nil (((p er) 1) ((jh er d) 0))) +("perjury" nil (((p er) 1) ((jh er) 0) ((iy) 0))) +("perk" nil (((p er k) 1))) +("perked" nil (((p er k t) 1))) +("perkey" nil (((p er) 1) ((k iy) 0))) +("perkin" nil (((p er) 1) ((k ih n) 0))) +("perking" nil (((p er) 1) ((k ih ng) 0))) +("perkins" nil (((p er) 1) ((k ax n z) 0))) +("perkinson" nil (((p er) 1) ((k ih n) 0) ((s ax n) 0))) +("perko" nil (((p er) 1) ((k ow) 0))) +("perkovic" nil (((p er) 1) ((k ax) 0) ((v ih ch) 0))) +("perkovich" nil (((p er) 1) ((k ax) 0) ((v ih ch) 0))) +("perkowski" nil (((p er) 0) ((k ao f) 1) ((s k iy) 0))) +("perks" nil (((p er k s) 1))) +("perky" nil (((p er) 1) ((k iy) 0))) +("perl" nil (((p er l) 1))) +("perla" nil (((p er) 1) ((l ax) 0))) +("perlberg" nil (((p er l) 1) ((b er g) 0))) +("perle" nil (((p er l) 1))) +("perley" nil (((p er) 1) ((l iy) 0))) +("perlin" nil (((p er) 1) ((l ih n) 0))) +("perlis" nil (((p er) 1) ((l ih s) 1))) +("perlite" nil (((p er) 1) ((l ay t) 0))) +("perlman" nil (((p er l) 1) ((m ax n) 0))) +("perlmutter" nil (((p er l) 1) ((m ah) 1) ((t er) 0))) +("perlow" nil (((p er) 1) ((l ow) 0))) +("perls" nil (((p er l z) 1))) +("perlstein" nil (((p er l) 1) ((s t ay n) 0))) +("perma" nil (((p er) 1) ((m ax) 0))) +("perman" nil (((p er) 1) ((m ax n) 0))) +("permanence" nil (((p er) 1) ((m ax) 0) ((n ax n s) 0))) +("permanent" nil (((p er) 1) ((m ax) 0) ((n ax n t) 0))) +("permanente" nil (((p er) 1) ((m ax) 0) ((n eh n) 1) ((t ey) 0))) +("permanently" nil (((p er) 1) ((m ax) 0) ((n ax n t) 0) ((l iy) 0))) +("permeability" nil (((p er) 0) ((m iy) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("permeate" nil (((p er) 1) ((m iy) 0) ((ey t) 1))) +("permeated" nil (((p er) 1) ((m iy) 0) ((ey) 1) ((t ih d) 0))) +("permeates" nil (((p er) 1) ((m iy) 0) ((ey t s) 1))) +("permenter" nil (((p er) 1) ((m ax n) 0) ((t er) 0))) +("permiam" nil (((p er) 0) ((m ay) 1) ((ax m) 0))) +("permian" nil (((p er) 1) ((m iy) 0) ((ax n) 0))) +("permissible" nil (((p er) 0) ((m ih) 1) ((s ax) 0) ((b ax l) 0))) +("permission" nil (((p er) 0) ((m ih) 1) ((sh ax n) 0))) +("permissions" nil (((p er) 0) ((m ih) 1) ((sh ax n z) 0))) +("permissive" nil (((p er) 0) ((m ih) 1) ((s ih v) 0))) +("permissiveness" nil (((p er) 0) ((m ih) 1) ((s ih v) 0) ((n ax s) 0))) +("permit" n (((p er) 1) ((m ih t) 0))) +("permit" v (((p er) 0) ((m ih t) 1))) +("permits" n (((p er) 1) ((m ih t s) 0))) +("permits" v (((p er) 0) ((m ih t s) 1))) +("permitted" nil (((p er) 0) ((m ih) 1) ((t ax d) 0))) +("permitting" nil (((p er) 0) ((m ih) 1) ((t ih ng) 0))) +("permut" nil (((p er) 1) ((m ax t) 0))) +("permutations" nil (((p er) 1) ((m y uw) 0) ((t ey) 1) ((sh ax n z) 0))) +("perna" nil (((p er) 1) ((n ax) 0))) +("pernell" nil (((p er) 1) ((n ax l) 0))) +("pernella" nil (((p er) 0) ((n eh) 1) ((l ax) 0))) +("pernice" nil (((p er) 1) ((n ih s) 0))) +("perniciaro" nil (((p er) 0) ((n iy) 1) ((ch er) 0) ((ow) 0))) +("pernicious" nil (((p er) 0) ((n ih) 1) ((sh ax s) 0))) +("perno" nil (((p er) 1) ((n ow) 0))) +("pernod" nil (((p eh r) 0) ((n ow) 1))) +("pero" nil (((p er) 1) ((ow) 0))) +("peron" nil (((p er) 0) ((ao n) 1))) +("perona" nil (((p er) 0) ((ow) 1) ((n ax) 0))) +("perone" nil (((p er) 0) ((ow n) 1))) +("peroni" nil (((p er) 0) ((ow) 1) ((n iy) 0))) +("peronism" nil (((p eh) 1) ((r ax) 0) ((n ih) 1) ((z ax m) 0))) +("peronist" nil (((p eh) 1) ((r ax) 0) ((n ih s t) 0))) +("peronists" nil (((p eh) 1) ((r ax) 0) ((n ih s t s) 0))) +("perot" nil (((p er) 0) ((ow) 1))) +("perotti" nil (((p er) 0) ((ow) 1) ((t iy) 0))) +("peroutka" nil (((p er) 0) ((uw t) 1) ((k ax) 0))) +("perovich" nil (((p er) 1) ((ax) 0) ((v ih ch) 0))) +("peroxide" nil (((p er) 0) ((aa k) 1) ((s ay d) 1))) +("perpendicular" nil (((p er) 1) ((p ax n) 0) ((d ih) 1) ((k y ax) 0) ((l er) 0))) +("perpetrate" nil (((p er) 1) ((p ax) 0) ((t r ey t) 1))) +("perpetrated" nil (((p er) 1) ((p ax) 0) ((t r ey) 1) ((t ih d) 0))) +("perpetrating" nil (((p er) 1) ((p ax) 0) ((t r ey) 1) ((t ih ng) 0))) +("perpetrator" nil (((p er) 1) ((p ax) 0) ((t r ey) 1) ((t er) 0))) +("perpetrators" nil (((p er) 1) ((p ax) 0) ((t r ey) 1) ((t er z) 0))) +("perpetual" nil (((p er) 0) ((p eh) 1) ((ch uw) 0) ((ax l) 0))) +("perpetually" nil (((p er) 0) ((p eh) 1) ((ch uw) 0) ((ax) 0) ((l iy) 0))) +("perpetuals" nil (((p er) 0) ((p eh) 1) ((ch uw) 0) ((ax l z) 0))) +("perpetuate" nil (((p er) 0) ((p eh) 1) ((ch ax) 0) ((w ey t) 1))) +("perpetuated" nil (((p er) 0) ((p eh) 1) ((ch ax) 0) ((w ey) 1) ((t ih d) 0))) +("perpetuates" nil (((p er) 0) ((p eh) 1) ((ch ax) 0) ((w ey t s) 1))) +("perpetuating" nil (((p er) 0) ((p eh) 1) ((ch ax) 0) ((w ey) 1) ((t ih ng) 0))) +("perpetuation" nil (((p er) 0) ((p eh) 1) ((ch ax) 0) ((w ey) 1) ((sh ax n) 0))) +("perpetuity" nil (((p er) 1) ((p ih) 0) ((t y uw) 1) ((ih) 0) ((t iy) 0))) +("perpich" nil (((p er) 1) ((p ih k) 0))) +("perplexed" nil (((p er) 0) ((p l eh k s t) 1))) +("perplexes" nil (((p er) 0) ((p l eh k) 1) ((s ih z) 0))) +("perplexing" nil (((p er) 0) ((p l eh k) 1) ((s ih ng) 0))) +("perplexity" nil (((p er) 0) ((p l eh k) 1) ((s ax) 0) ((t iy) 0))) +("perquisites" nil (((p er) 1) ((k w ax) 0) ((z ih t s) 0))) +("perra" nil (((p er) 1) ((r ax) 0))) +("perras" nil (((p er) 1) ((r ax z) 0))) +("perrault" nil (((p eh) 1) ((r ao l t) 0))) +("perreault" nil (((p er) 0) ((r ow) 1))) +("perreira" nil (((p er) 0) ((r eh) 1) ((r ax) 0))) +("perrell" nil (((p er) 0) ((r ey l) 1))) +("perrella" nil (((p er) 0) ((r eh) 1) ((l ax) 0))) +("perrelli" nil (((p er) 0) ((r eh) 1) ((l iy) 0))) +("perren" nil (((p er) 1) ((r ax n) 0))) +("perret" nil (((p er) 1) ((r ih t) 0))) +("perrett" nil (((p er) 1) ((r ih t) 0))) +("perretta" nil (((p er) 0) ((r eh) 1) ((t ax) 0))) +("perretti" nil (((p er) 0) ((r eh) 1) ((t iy) 0))) +("perri" nil (((p er) 1) ((r iy) 0))) +("perricone" nil (((p er) 0) ((r iy) 0) ((k ow) 1) ((n iy) 0))) +("perriello" nil (((p er) 0) ((r iy) 0) ((eh) 1) ((l ow) 0))) +("perrier" nil (((p eh) 1) ((r iy) 0) ((er) 0))) +("perrigo" nil (((p er) 0) ((r iy) 1) ((g ow) 0))) +("perrin" nil (((p eh) 1) ((r ih n) 0))) +("perrine" nil (((p er) 0) ((r iy) 1) ((n iy) 0))) +("perrino" nil (((p er) 0) ((r iy) 1) ((n ow) 0))) +("perrins" nil (((p eh) 1) ((r ih n z) 0))) +("perritt" nil (((p er) 1) ((r ih t) 0))) +("perro" nil (((p er) 1) ((r ow) 0))) +("perrodin" nil (((p er) 1) ((r ax) 0) ((d ih n) 0))) +("perron" nil (((p eh) 1) ((r ax n) 0))) +("perrone" nil (((p er) 0) ((r ow) 1) ((n iy) 0))) +("perrot" nil (((p er) 1) ((r ax t) 0))) +("perrott" nil (((p er) 0) ((r aa t) 1))) +("perrotta" nil (((p er) 0) ((r ow) 1) ((t ax) 0))) +("perrotti" nil (((p er) 0) ((r ow) 1) ((t iy) 0))) +("perrotto" nil (((p er) 0) ((r ow) 1) ((t ow) 0))) +("perrow" nil (((p er) 1) ((r ow) 0))) +("perry" nil (((p eh) 1) ((r iy) 0))) +("perryman" nil (((p er) 1) ((r iy) 0) ((m ax n) 0))) +("perryn" nil (((p er) 1) ((r ih n) 0))) +("persall" nil (((p er) 1) ((s ax l) 0))) +("persaud" nil (((p er) 1) ((s ao d) 0))) +("perschbacher" nil (((p er sh) 1) ((b aa) 0) ((k er) 0))) +("perse" nil (((p er s) 1))) +("persecute" nil (((p er) 1) ((s ax) 0) ((k y uw t) 1))) +("persecuted" nil (((p er) 1) ((s ax) 0) ((k y uw) 1) ((t ax d) 0))) +("persecuting" nil (((p er) 1) ((s ih) 0) ((k y uw) 1) ((t ih ng) 0))) +("persecution" nil (((p er) 1) ((s ax) 0) ((k y uw) 1) ((sh ax n) 0))) +("persepolis" nil (((p er) 0) ((s eh) 1) ((p ax) 0) ((l ax s) 0))) +("perseptive" nil (((p er) 0) ((s eh p) 1) ((t ih v) 0))) +("perses" nil (((p er) 1) ((s ih z) 0))) +("perseus" nil (((p er) 1) ((s iy) 0) ((ax s) 0))) +("perseverance" nil (((p er) 1) ((s ax) 0) ((v ih) 1) ((r ax n s) 0))) +("persevere" nil (((p er) 0) ((s ax) 0) ((v ih r) 1))) +("persevered" nil (((p er) 1) ((s ax) 0) ((v ih r d) 1))) +("pershall" nil (((p er) 1) ((sh ax l) 0))) +("pershare" nil (((p er) 0) ((sh eh r) 1))) +("pershing" nil (((p er) 1) ((sh ih ng) 0))) +("pershings" nil (((p er) 1) ((sh ih ng z) 0))) +("persia" nil (((p er) 1) ((zh ax) 0))) +("persian" nil (((p er) 1) ((zh ax n) 0))) +("persians" nil (((p er) 1) ((zh ax n z) 0))) +("persico" nil (((p er) 0) ((s iy) 1) ((k ow) 0))) +("persing" nil (((p er) 1) ((s ih ng) 0))) +("persinger" nil (((p er) 1) ((s ih n) 0) ((jh er) 0))) +("persis" nil (((p er) 1) ((s ih s) 0))) +("persist" nil (((p er) 0) ((s ih s t) 1))) +("persisted" nil (((p er) 0) ((s ih) 1) ((s t ax d) 0))) +("persistence" nil (((p er) 0) ((s ih) 1) ((s t ax n s) 0))) +("persistent" nil (((p er) 0) ((s ih) 1) ((s t ax n t) 0))) +("persistently" nil (((p er) 0) ((s ih) 1) ((s t ax n t) 0) ((l iy) 0))) +("persisting" nil (((p er) 0) ((s ih) 1) ((s t ih ng) 0))) +("persists" nil (((p er) 0) ((s ih s t s) 1))) +("persky" nil (((p er) 1) ((s k iy) 0))) +("persley" nil (((p er) 1) ((s l iy) 0))) +("person" nil (((p er) 1) ((s ax n) 0))) +("persona" nil (((p er) 0) ((s ow) 1) ((n ax) 0))) +("personable" nil (((p er) 1) ((s ax) 0) ((n ax) 0) ((b ax l) 0))) +("personably" nil (((p er) 1) ((s ax) 0) ((n ax) 0) ((b l iy) 0))) +("personal" nil (((p er) 1) ((s ax) 0) ((n ax l) 0))) +("personalink" nil (((p er) 1) ((s ax) 0) ((n ax) 0) ((l ih ng k) 1))) +("personalise" nil (((p er) 2) ((s ax) 0) ((n ax) 0) ((l ay z) 1))) +("personalised" nil (((p er) 2) ((s ax) 0) ((n ax) 0) ((l ay z d) 1))) +("personalising" nil (((p er) 2) ((s ax) 0) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("personalities" nil (((p er) 1) ((s ax) 0) ((n ae) 1) ((l ih) 0) ((t iy z) 0))) +("personality" nil (((p er) 1) ((s ax) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("personalize" nil (((p er) 2) ((s ax) 0) ((n ax) 0) ((l ay z) 1))) +("personalized" nil (((p er) 2) ((s ax) 0) ((n ax) 0) ((l ay z d) 1))) +("personalizing" nil (((p er) 2) ((s ax) 0) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("personally" nil (((p er) 1) ((s ax) 0) ((n ax) 0) ((l iy) 0))) +("personics" nil (((p er) 0) ((s aa) 1) ((n ih k s) 0))) +("personification" nil (((p er) 0) ((s aa) 1) ((n ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("personified" nil (((p er) 0) ((s aa) 1) ((n ax) 0) ((f ay d) 1))) +("personifies" nil (((p er) 0) ((s aa) 1) ((n ax) 0) ((f ay z) 1))) +("personify" nil (((p er) 0) ((s aa) 1) ((n ax) 0) ((f ay) 1))) +("personnel" nil (((p er) 1) ((s ax) 0) ((n eh l) 1))) +("persons" nil (((p er) 1) ((s ax n z) 0))) +("perspective" nil (((p er) 0) ((s p eh k) 1) ((t ih v) 0))) +("perspectives" nil (((p er) 0) ((s p eh k) 1) ((t ih v z) 0))) +("perspiration" nil (((p er) 1) ((s p er) 0) ((ey) 1) ((sh ax n) 0))) +("perspire" nil (((p er) 0) ((s p ay r) 1))) +("persson" nil (((p er) 1) ((s ax n) 0))) +("persuadable" nil (((p er) 0) ((s w ey) 1) ((d ax) 0) ((b ax l) 0))) +("persuade" nil (((p er) 0) ((s w ey d) 1))) +("persuaded" nil (((p er) 0) ((s w ey) 1) ((d ax d) 0))) +("persuades" nil (((p er) 0) ((s w ey d z) 1))) +("persuading" nil (((p er) 0) ((s w ey) 1) ((d ih ng) 0))) +("persuasion" nil (((p er) 0) ((s w ey) 1) ((zh ax n) 0))) +("persuasions" nil (((p er) 0) ((s w ey) 1) ((zh ax n z) 0))) +("persuasive" nil (((p er) 0) ((s w ey) 1) ((s ih v) 0))) +("persuasively" nil (((p er) 0) ((s w ey) 1) ((s ih) 0) ((v l iy) 0))) +("persuasiveness" nil (((p er) 0) ((s w ey) 1) ((s ih v) 0) ((n ax s) 0))) +("persyn" nil (((p er) 1) ((s ih n) 0))) +("pert" nil (((p er t) 1))) +("pertain" nil (((p er) 0) ((t ey n) 1))) +("pertained" nil (((p er) 0) ((t ey n d) 1))) +("pertaining" nil (((p er) 0) ((t ey) 1) ((n ih ng) 0))) +("pertains" nil (((p er) 0) ((t ey n z) 1))) +("pertamina" nil (((p er) 0) ((t ax) 0) ((m iy) 1) ((n ax) 0))) +("perth" nil (((p er th) 1))) +("pertinent" nil (((p er) 1) ((t ax) 0) ((n ax n t) 0))) +("pertschuk" nil (((p er t) 1) ((ch ax k) 0))) +("pertuit" nil (((p er) 1) ((t ih t) 0))) +("perturbation" nil (((p er) 1) ((t er) 0) ((b ey) 1) ((sh ax n) 0))) +("perturbations" nil (((p er) 1) ((t er) 0) ((b ey) 1) ((sh ax n z) 0))) +("perturbed" nil (((p er) 0) ((t er b d) 1))) +("perturbs" nil (((p er) 0) ((t er b z) 1))) +("pertussis" nil (((p er) 0) ((t ah) 1) ((s ih s) 0))) +("peru" nil (((p er) 0) ((uw) 1))) +("perugina" nil (((p eh) 1) ((r uw) 0) ((jh iy) 1) ((n ax) 0))) +("perugini" nil (((p er) 0) ((uw) 0) ((jh iy) 1) ((n iy) 0))) +("perulac" nil (((p eh) 1) ((r uw) 0) ((l ae k) 0))) +("perusal" nil (((p er) 0) ((uw) 1) ((z ax l) 0))) +("peruse" nil (((p er) 0) ((uw z) 1))) +("perused" nil (((p er) 0) ((uw z d) 1))) +("perusing" nil (((p er) 0) ((uw) 1) ((z ih ng) 0))) +("perusse" nil (((p er) 0) ((uw) 1) ((s iy) 0))) +("peruvian" nil (((p er) 0) ((uw) 1) ((v iy) 0) ((ax n) 0))) +("peruvians" nil (((p er) 0) ((uw) 1) ((v iy) 0) ((ax n z) 0))) +("peruzzi" nil (((p er) 0) ((uw t) 1) ((s iy) 0))) +("pervade" nil (((p er) 0) ((v ey d) 1))) +("pervaded" nil (((p er) 0) ((v ey) 1) ((d ih d) 0))) +("pervades" nil (((p er) 0) ((v ey d z) 1))) +("pervading" nil (((p er) 0) ((v ey) 1) ((d ih ng) 0))) +("pervasive" nil (((p er) 0) ((v ey) 1) ((s ih v) 0))) +("pervasiveness" nil (((p er) 0) ((v ey) 1) ((s ih v) 0) ((n ih s) 0))) +("perverse" nil (((p er) 0) ((v er s) 1))) +("perversely" nil (((p er) 0) ((v er) 1) ((s l iy) 0))) +("perversion" nil (((p er) 0) ((v er) 1) ((zh ax n) 0))) +("perversity" nil (((p er) 0) ((v er) 1) ((s ax) 0) ((t iy) 0))) +("pervert" n (((p er) 1) ((v er t) 0))) +("pervert" v (((p er) 0) ((v er t) 1))) +("perverted" nil (((p er) 0) ((v er) 1) ((t ih d) 0))) +("perverting" nil (((p er) 0) ((v er) 1) ((t ih ng) 0))) +("perverts" n (((p er) 1) ((v er t s) 0))) +("perverts" v (((p er) 0) ((v er t s) 1))) +("perz" nil (((p er z) 1))) +("pesatori" nil (((p eh) 1) ((s ax) 0) ((t ao) 1) ((r iy) 0))) +("pesavento" nil (((p eh) 1) ((s ax) 0) ((v eh n) 1) ((t ow) 0))) +("pescatore" nil (((p eh) 0) ((s k aa) 0) ((t ao) 1) ((r iy) 0))) +("pesce" nil (((p eh s) 1))) +("pesch" nil (((p eh sh) 1))) +("peschel" nil (((p eh) 1) ((sh ax l) 0))) +("peschke" nil (((p eh sh k) 1))) +("Pesci" n (((p eh) 1) ((s k iy) 0))) +("pesek" nil (((p eh) 1) ((s eh k) 0))) +("peseta" nil (((p ax) 0) ((s ey) 1) ((t ax) 0))) +("pesetas" nil (((p ax) 0) ((s ey) 1) ((t ax z) 0))) +("pesh" nil (((p eh sh) 1))) +("peshawar" nil (((p eh) 1) ((sh ax) 0) ((w ao r) 0))) +("peshek" nil (((p eh) 1) ((sh eh k) 0))) +("pesina" nil (((p eh) 0) ((s iy) 1) ((n ax) 0))) +("peskin" nil (((p eh) 1) ((s k ih n) 0))) +("pesky" nil (((p eh) 1) ((s k iy) 0))) +("pesnell" nil (((p ih) 0) ((s n eh l) 1))) +("peso" nil (((p ey) 1) ((s ow) 0))) +("pesola" nil (((p eh) 0) ((s ow) 1) ((l ax) 0))) +("pesos" nil (((p ey) 1) ((s ow z) 0))) +("pessimism" nil (((p eh) 1) ((s ax) 0) ((m ih) 1) ((z ax m) 0))) +("pessimist" nil (((p eh) 1) ((s ax) 0) ((m ax s t) 0))) +("pessimistic" nil (((p eh) 1) ((s ax) 0) ((m ih) 1) ((s t ih k) 0))) +("pessimists" nil (((p eh) 1) ((s ax) 0) ((m ih s t s) 0))) +("pessin" nil (((p eh) 1) ((s ih n) 0))) +("pest" nil (((p eh s t) 1))) +("pesta" nil (((p eh) 1) ((s t ax) 0))) +("pestana" nil (((p eh) 0) ((s t ae) 1) ((n ax) 0))) +("pester" nil (((p eh) 1) ((s t er) 0))) +("pestered" nil (((p eh) 1) ((s t er d) 0))) +("pestering" nil (((p eh) 1) ((s t er) 0) ((ih ng) 0))) +("pesticide" nil (((p eh) 1) ((s t ax) 0) ((s ay d) 1))) +("pesticides" nil (((p eh) 1) ((s t ax) 0) ((s ay d z) 1))) +("pestilence" nil (((p eh) 1) ((s t ax) 0) ((l ax n s) 0))) +("pestillo" nil (((p eh) 1) ((s t ih) 1) ((l ow) 0))) +("pestka" nil (((p eh s t) 1) ((k ax) 0))) +("pests" nil (((p eh s t s) 1))) +("pet" nil (((p eh t) 1))) +("peta" nil (((p iy) 1) ((t ax) 0))) +("petak" nil (((p eh) 1) ((t ax k) 0))) +("petals" nil (((p eh) 1) ((t ax l z) 0))) +("petaluma" nil (((p eh) 1) ((t ax) 0) ((l uw) 1) ((m ax) 0))) +("petard" nil (((p eh) 1) ((t er d) 0))) +("pete" nil (((p iy t) 1))) +("peter" nil (((p iy) 1) ((t er) 0))) +("peterbilt" nil (((p iy) 1) ((t er) 0) ((b ih l t) 1))) +("peterborough" nil (((p iy) 1) ((t er) 0) ((b er) 0) ((ow) 0))) +("petered" nil (((p iy) 1) ((t er d) 0))) +("petering" nil (((p iy) 1) ((t er) 0) ((ih ng) 0))) +("peterka" nil (((p ih) 0) ((t er) 1) ((k ax) 0))) +("peterkin" nil (((p ih) 0) ((t er) 1) ((k ih n) 0))) +("peterman" nil (((p iy) 1) ((t er) 0) ((m ax n) 0))) +("petermann" nil (((p iy) 1) ((t er) 0) ((m ax n) 0))) +("peterpaul" nil (((p iy) 1) ((t er) 0) ((p ao l) 1))) +("peters" nil (((p iy) 1) ((t er z) 0))) +("petersburg" nil (((p iy) 1) ((t er z) 0) ((b er g) 0))) +("petersen" nil (((p iy) 1) ((t er) 0) ((s ax n) 0))) +("peterson" nil (((p iy) 1) ((t er) 0) ((s ax n) 0))) +("petery" nil (((p iy) 1) ((t er) 0) ((iy) 0))) +("Peterzell" n (((p iy) 1) ((t er) 0) ((z eh l) 0))) +("petey" nil (((p eh) 1) ((t iy) 0))) +("peth" nil (((p eh th) 1))) +("pethel" nil (((p eh) 1) ((th ax l) 0))) +("pethtel" nil (((p eh) 1) ((th ax l) 0))) +("petie" nil (((p eh) 1) ((t iy) 0))) +("petillo" nil (((p eh) 0) ((t ih) 1) ((l ow) 0))) +("petipa" nil (((p eh) 1) ((t iy) 1) ((p ax) 0))) +("petir" nil (((p ax) 0) ((t iy r) 1))) +("petit" nil (((p eh) 1) ((t iy) 0))) +("petite" nil (((p ax) 0) ((t iy t) 1))) +("petites" nil (((p eh) 1) ((t iy t s) 1))) +("petition" nil (((p ax) 0) ((t ih) 1) ((sh ax n) 0))) +("petitioned" nil (((p ax) 0) ((t ih) 1) ((sh ax n d) 0))) +("petitioner" nil (((p ax) 0) ((t ih) 1) ((sh ax) 0) ((n er) 0))) +("petitioners" nil (((p ax) 0) ((t ih) 1) ((sh ax) 0) ((n er z) 0))) +("petitioning" nil (((p ax) 0) ((t ih) 1) ((sh ax) 0) ((n ih ng) 0))) +("petitions" nil (((p ax) 0) ((t ih) 1) ((sh ax n z) 0))) +("petitjean" nil (((p ih) 0) ((t ih t) 1) ((jh ax n) 0))) +("petito" nil (((p eh) 0) ((t iy) 1) ((t ow) 0))) +("petitt" nil (((p eh) 1) ((t ih t) 0))) +("petitti" nil (((p eh) 0) ((t iy) 1) ((t iy) 0))) +("petitto" nil (((p eh) 0) ((t iy) 1) ((t ow) 0))) +("petko" nil (((p eh t) 1) ((k ow) 0))) +("petkus" nil (((p eh t) 1) ((k ih s) 0))) +("peto" nil (((p iy) 1) ((t ow) 0))) +("petra" nil (((p eh) 1) ((t r ax) 0))) +("petracca" nil (((p eh) 0) ((t r aa) 1) ((k ax) 0))) +("petraglia" nil (((p eh) 0) ((t r aa) 1) ((g l iy) 0) ((ax) 0))) +("petraitis" nil (((p eh) 0) ((t r ay) 1) ((t ih s) 0))) +("petrak" nil (((p eh) 1) ((t r ax k) 0))) +("petrakis" nil (((p eh) 1) ((t r ax) 0) ((k ih s) 0))) +("petralia" nil (((p eh) 0) ((t r aa) 1) ((l iy) 0) ((ax) 0))) +("petrarca" nil (((p eh) 1) ((t r aa r) 1) ((k ax) 0))) +("petras" nil (((p eh) 1) ((t r ax z) 0))) +("petrasek" nil (((p ih) 0) ((t r aa) 1) ((s eh k) 0))) +("petrash" nil (((p eh) 1) ((t r ax sh) 0))) +("petrauskas" nil (((p eh) 1) ((t r aw) 0) ((s k ax z) 0))) +("petre" nil (((p eh) 1) ((t er) 0))) +("petrea" nil (((p eh) 1) ((t r iy) 0) ((ax) 0))) +("petree" nil (((p eh) 1) ((t r iy) 1))) +("petrella" nil (((p eh) 1) ((t r eh) 1) ((l ax) 0))) +("petrelli" nil (((p eh) 0) ((t r eh) 1) ((l iy) 0))) +("petrels" nil (((p eh) 1) ((t r ax l z) 0))) +("petrey" nil (((p eh) 1) ((t r iy) 0))) +("petri" nil (((p eh) 1) ((t r iy) 0))) +("petrich" nil (((p eh) 1) ((t r ih k) 0))) +("petricioli" nil (((p eh) 1) ((t r ih) 0) ((s iy) 0) ((ow) 1) ((l iy) 0))) +("petrick" nil (((p eh) 1) ((t r ih k) 0))) +("petrides" nil (((p eh) 1) ((t r ay d z) 0))) +("petrie" nil (((p eh) 1) ((t r iy) 0))) +("petrified" nil (((p eh) 1) ((t r ax) 0) ((f ay d) 1))) +("petrik" nil (((p eh) 1) ((t r ih k) 0))) +("petrilla" nil (((p eh) 1) ((t r ih) 1) ((l ax) 0))) +("petrilli" nil (((p eh) 0) ((t r iy) 1) ((l iy) 0))) +("petrillo" nil (((p eh) 1) ((t r ih) 1) ((l ow) 0))) +("petrin" nil (((p eh) 1) ((t r ih n) 0))) +("petrina" nil (((p eh) 0) ((t r iy) 1) ((n ax) 0))) +("petrini" nil (((p eh) 0) ((t r iy) 1) ((n iy) 0))) +("petrino" nil (((p eh) 0) ((t r iy) 1) ((n ow) 0))) +("petrizzo" nil (((p eh) 0) ((t r iy) 1) ((z ow) 0))) +("petro" nil (((p eh) 1) ((t r ow) 0))) +("petrobras" nil (((p eh) 1) ((t r aa) 1) ((b r ax s) 0))) +("petrocelli" nil (((p eh) 0) ((t r ow) 0) ((ch eh) 1) ((l iy) 0))) +("petrochemical" nil (((p eh) 1) ((t r ow) 0) ((k eh) 1) ((m ih) 0) ((k ax l) 0))) +("petrochemicals" nil (((p eh) 1) ((t r ow) 0) ((k eh) 1) ((m ih) 0) ((k ax l z) 0))) +("petrocorp" nil (((p eh) 1) ((t r ow) 0) ((k ao r p) 1))) +("petrodollars" nil (((p eh) 1) ((t r ow) 0) ((d aa) 1) ((l er z) 0))) +("petroff" nil (((p eh) 1) ((t r ao f) 0))) +("petrofina" nil (((p eh) 1) ((t r ax) 0) ((f iy) 1) ((n ax) 0))) +("petrolane" nil (((p eh) 1) ((t r ow) 0) ((l ey n) 1))) +("petrolear" nil (((p eh) 1) ((t r ow) 0) ((l ih r) 1))) +("petroleos" nil (((p ax) 0) ((t r ow) 1) ((l iy) 0) ((ow s) 0))) +("petroles" nil (((p eh) 1) ((t r ow l z) 1))) +("petroleum" nil (((p ax) 0) ((t r ow) 1) ((l iy) 0) ((ax m) 0))) +("petrology" nil (((p ax) 0) ((t r aa) 1) ((l ax) 0) ((jh iy) 0))) +("petromin" nil (((p eh) 1) ((t r ax) 0) ((m ih n) 0))) +("petrominerals" nil (((p eh) 1) ((t r ow) 0) ((m ih) 1) ((n er) 0) ((ax l z) 0))) +("petronas" nil (((p eh) 1) ((t r ow) 1) ((n ax s) 0))) +("petrone" nil (((p eh) 0) ((t r ow) 1) ((n iy) 0))) +("petronella" nil (((p eh) 1) ((t r ow) 0) ((n eh) 1) ((l ax) 0))) +("petroni" nil (((p eh) 0) ((t r ow) 1) ((n iy) 0))) +("petronia" nil (((p eh) 0) ((t r ow) 1) ((n iy) 0) ((ax) 0))) +("petronilla" nil (((p eh) 1) ((t r ax) 0) ((n ih) 1) ((l ax) 0))) +("petronio" nil (((p eh) 1) ((t r ow) 1) ((n iy) 0) ((ow) 0))) +("petropoulos" nil (((p ih) 0) ((t r aa) 1) ((p ax) 0) ((l ih s) 0))) +("petros" nil (((p eh) 1) ((t r ow z) 0))) +("petrosino" nil (((p eh) 0) ((t r ow) 0) ((s iy) 1) ((n ow) 0))) +("petroski" nil (((p ih) 0) ((t r aw) 1) ((s k iy) 0))) +("petrosky" nil (((p ih) 0) ((t r ow) 1) ((s k iy) 0))) +("petrossian" nil (((p ax) 0) ((t r ao) 1) ((z ax n) 0))) +("petrosynthese" nil (((p ax) 0) ((t r ow) 1) ((s ih n) 0) ((th iy s) 1))) +("petrovic" nil (((p ih) 0) ((t r aa) 1) ((v ih k) 0))) +("petrovich" nil (((p eh) 1) ((t r ax) 0) ((v ih ch) 0))) +("petrovietnam" nil (((p eh) 1) ((t r ow) 0) ((v iy) 1) ((eh t) 0) ((n aa m) 1))) +("petrow" nil (((p eh) 1) ((t r ow) 1))) +("petrowski" nil (((p ih) 0) ((t r ao f) 1) ((s k iy) 0))) +("petrowsky" nil (((p ih) 0) ((t r aw) 1) ((s k iy) 0))) +("petru" nil (((p eh) 1) ((t r uw) 0))) +("petruccelli" nil (((p eh) 1) ((t r uw) 0) ((ch eh) 1) ((l iy) 0))) +("petrucci" nil (((p eh) 0) ((t r uw) 1) ((ch iy) 0))) +("petrucelli" nil (((p eh) 0) ((t r uw) 0) ((ch eh) 1) ((l iy) 0))) +("petrus" nil (((p eh) 1) ((t r ax s) 0))) +("petruska" nil (((p ih) 0) ((t r ah) 1) ((s k ax) 0))) +("petruzzelli" nil (((p eh) 0) ((t r uw t) 0) ((s eh) 1) ((l iy) 0))) +("petruzzi" nil (((p eh) 0) ((t r uw t) 1) ((s iy) 0))) +("petry" nil (((p eh) 1) ((t r iy) 0))) +("pets" nil (((p eh t s) 1))) +("petsch" nil (((p eh ch) 1))) +("petsche" nil (((p eh ch) 1))) +("petsmart" nil (((p eh t) 1) ((s m aa r t) 1))) +("petstuff" nil (((p eh t) 1) ((s t ah f) 1))) +("pett" nil (((p eh t) 1))) +("petta" nil (((p eh) 1) ((t ax) 0))) +("pettaway" nil (((p eh) 1) ((t ax) 0) ((w ey) 0))) +("petted" nil (((p eh) 1) ((t ax d) 0))) +("pettee" nil (((p eh) 1) ((t iy) 1))) +("pettengill" nil (((p eh) 1) ((t ih ng) 0) ((g ax l) 0))) +("petter" nil (((p eh) 1) ((t er) 0))) +("pettersen" nil (((p eh) 1) ((t er) 0) ((s ax n) 0))) +("petterson" nil (((p eh) 1) ((t er) 0) ((s ax n) 0))) +("pettersson" nil (((p iy) 1) ((t er) 0) ((s ax n) 0))) +("pettet" nil (((p eh) 1) ((t ih t) 0))) +("petteway" nil (((p eh) 1) ((t w ey) 0))) +("pettey" nil (((p eh) 1) ((t iy) 0))) +("petteys" nil (((p eh) 1) ((t iy z) 0))) +("petti" nil (((p eh) 1) ((t iy) 0))) +("petticoats" nil (((p eh) 1) ((t iy) 0) ((k ow t s) 1))) +("pettie" nil (((p eh) 1) ((t iy) 0))) +("petties" nil (((p eh) 1) ((t iy z) 0))) +("pettigrew" nil (((p eh) 1) ((t ih) 0) ((g r uw) 0))) +("pettijohn" nil (((p eh) 1) ((t ih) 0) ((jh aa n) 0))) +("pettinato" nil (((p eh) 0) ((t iy) 0) ((n aa) 1) ((t ow) 0))) +("pettine" nil (((p eh) 0) ((t iy) 1) ((n iy) 0))) +("pettiness" nil (((p eh) 1) ((t iy) 0) ((n ax s) 0))) +("petting" nil (((p eh) 1) ((t ih ng) 0))) +("pettinger" nil (((p eh) 1) ((t ih ng) 0) ((er) 0))) +("pettingill" nil (((p ih) 0) ((t ih ng) 1) ((g ax l) 0))) +("pettis" nil (((p eh) 1) ((t ih s) 0))) +("pettit" nil (((p eh) 1) ((t ih t) 0))) +("pettitt" nil (((p eh) 1) ((t ih t) 0))) +("pettry" nil (((p eh) 1) ((t r iy) 0))) +("pettus" nil (((p eh) 1) ((t ax s) 0))) +("pettway" nil (((p eh) 1) ((t w ey) 1))) +("petty" nil (((p eh) 1) ((t iy) 0))) +("petulance" nil (((p eh) 1) ((ch ax) 0) ((l ax n s) 0))) +("petulant" nil (((p eh) 1) ((ch ax) 0) ((l ax n t) 0))) +("petunia" nil (((p ax) 0) ((t uw) 1) ((n iy) 0) ((ax) 0))) +("petunias" nil (((p ax) 0) ((t uw) 1) ((n iy) 0) ((ax s) 0))) +("petway" nil (((p eh) 1) ((t w ey) 1))) +("petz" nil (((p eh t s) 1))) +("petzel" nil (((p eh t) 1) ((z ax l) 0))) +("petzinger" nil (((p eh t) 1) ((s ih ng) 1) ((er) 0))) +("petzold" nil (((p eh t) 1) ((z ow l d) 0))) +("petzoldt" nil (((p eh t) 1) ((z ow l t) 0))) +("peugeot" nil (((p y uw) 0) ((zh ow) 1))) +("peugh" nil (((p y uw) 1))) +("pevehouse" nil (((p iy v) 1) ((hh aw s) 1))) +("peveler" nil (((p eh) 1) ((v ax) 0) ((l er) 0))) +("peverell" nil (((p eh) 1) ((v er) 0) ((eh l) 1))) +("peveto" nil (((p eh) 0) ((v eh) 1) ((t ow) 0))) +("pevey" nil (((p ih) 0) ((v ey) 1))) +("pew" nil (((p y uw) 1))) +("pewabic" nil (((p y uw) 1) ((aa) 1) ((b ih k) 0))) +("pewex" nil (((p eh) 1) ((w eh k s) 1))) +("pewitt" nil (((p y uw) 1) ((ih t) 0))) +("pews" nil (((p y uw z) 1))) +("pewter" nil (((p y uw) 1) ((t er) 0))) +("peyman" nil (((p ey) 1) ((m ax n) 0))) +("peyrelevade" nil (((p eh) 1) ((r eh) 1) ((l ax) 0) ((v ey d) 1))) +("peyser" nil (((p ey) 1) ((z er) 0))) +("peyton" nil (((p ey) 1) ((t ax n) 0))) +("pez" nil (((p eh z) 1))) +("pezeshkan" nil (((p ax) 0) ((z eh sh) 1) ((k ax n) 0))) +("pezim" nil (((p eh) 1) ((z iy m) 1))) +("pezza" nil (((p eh) 1) ((z ax) 0))) +("pezzella" nil (((p eh t) 0) ((s eh) 1) ((l ax) 0))) +("pezzullo" nil (((p eh t) 0) ((s uw) 1) ((l ow) 0))) +("pfaff" nil (((f ae f) 1))) +("pfahl" nil (((f aa l) 1))) +("pfahler" nil (((f aa) 1) ((l er) 0))) +("pfalzgraf" nil (((f ae l z) 1) ((g r ae f) 0))) +("pfannenstiel" nil (((f ae) 1) ((n ax n) 0) ((s t iy l) 0))) +("pfarr" nil (((f aa r) 1))) +("pfau" nil (((f aw) 1))) +("pfeffer" nil (((f eh) 1) ((f er) 0))) +("pfefferkorn" nil (((f eh) 1) ((f er) 0) ((k ao r n) 1))) +("pfefferle" nil (((f eh) 1) ((f er) 0) ((ax l) 0))) +("pfeifer" nil (((f ay) 1) ((f er) 0))) +("pfeiffer" nil (((f ay) 1) ((f er) 0))) +("pfeifle" nil (((f ay) 1) ((f ax l) 0))) +("pfeil" nil (((f ay l) 1))) +("pfennig" nil (((f eh) 1) ((n ih g) 0))) +("pfennigs" nil (((f eh) 1) ((n ih g z) 0))) +("pfenning" nil (((f eh) 1) ((n ih ng) 0))) +("pfenninger" nil (((f eh) 1) ((n ih ng) 0) ((er) 0))) +("pfeuffer" nil (((f y uw) 1) ((f er) 0))) +("pfiester" nil (((f ay) 1) ((s t er) 0))) +("pfiffner" nil (((f ih f) 1) ((n er) 0))) +("pfingsten" nil (((f ih ng) 1) ((s t ax n) 0))) +("pfister" nil (((f ih) 1) ((s t er) 0))) +("pfisterer" nil (((f ih) 1) ((s t er) 0) ((er) 0))) +("pfizer" nil (((f ay) 1) ((z er) 0))) +("pflaum" nil (((f l aw m) 1))) +("pfleger" nil (((f l iy) 1) ((g er) 0))) +("pfleiderer" nil (((f l ay) 1) ((d er) 0) ((er) 0))) +("pflieger" nil (((f l iy) 1) ((g er) 0))) +("pflueger" nil (((f l uw) 1) ((g er) 0))) +("pflug" nil (((f l uw g) 1))) +("pfluger" nil (((f l uw) 1) ((g er) 0))) +("pflum" nil (((f l ah m) 1))) +("pfohl" nil (((f ow l) 1))) +("pforzheimer" nil (((f ao r z) 1) ((hh ay) 1) ((m er) 0))) +("pfost" nil (((f aa s t) 1))) +("pfund" nil (((f ah n d) 1))) +("pfundstein" nil (((f ah n d) 1) ((s t iy n) 1))) +("ph" nil (((p iy) 1) ((ey ch) 1))) +("phagan" nil (((f ey) 1) ((g ax n) 0))) +("phair" nil (((f eh r) 1))) +("phalanges" nil (((f ax) 0) ((l ae n) 1) ((jh iy z) 0))) +("phalanx" nil (((f ey) 1) ((l ae ng k s) 0))) +("phalen" nil (((f ae) 1) ((l ax n) 0))) +("phallic" nil (((f ae) 1) ((l ih k) 0))) +("pham" nil (((f ae m) 1))) +("phan" nil (((f ae n) 1))) +("phaneuf" nil (((f ae) 1) ((n uw f) 0))) +("phantasm" nil (((f ae n) 1) ((t ae) 1) ((z ax m) 0))) +("phantom" nil (((f ae n) 1) ((t ax m) 0))) +("phantoms" nil (((f ae n) 1) ((t ax m z) 0))) +("phar" nil (((f aa r) 1))) +("Pharaoh" n (((f ey) 1) ((r ow) 0))) +("pharaon" nil (((f eh) 1) ((r ow n) 0))) +("pharaonic" nil (((f eh) 1) ((r ax) 0) ((aa) 1) ((n ih k) 0))) +("phares" nil (((f eh r z) 1))) +("pharis" nil (((f ae) 1) ((r ax s) 0))) +("pharisaism" nil (((f ae) 1) ((r ih) 0) ((s ey) 1) ((ih) 1) ((z ax m) 0))) +("phariss" nil (((f er) 0) ((ih s) 1))) +("pharma" nil (((f aa r) 1) ((m ax) 0))) +("pharmaceutical" nil (((f aa r) 1) ((m ax) 0) ((s uw) 1) ((t ih) 0) ((k ax l) 0))) +("pharmaceuticals" nil (((f aa r) 1) ((m ax) 0) ((s uw) 1) ((t ih) 0) ((k ax l z) 0))) +("pharmacia" nil (((f aa r) 0) ((m ey) 1) ((s iy) 0) ((ax) 0))) +("pharmacies" nil (((f aa r) 1) ((m ax) 0) ((s iy z) 0))) +("pharmacist" nil (((f aa r) 1) ((m ax) 0) ((s ih s t) 0))) +("pharmacists" nil (((f aa r) 1) ((m ax) 0) ((s ih s t s) 0))) +("pharmacological" nil (((f aa r) 1) ((m ax) 0) ((k ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("pharmacologist" nil (((f aa r) 1) ((m ax) 0) ((k aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("pharmacology" nil (((f aa r) 1) ((m ax) 0) ((k aa) 1) ((l ax) 0) ((jh iy) 0))) +("pharmacy" nil (((f aa r) 1) ((m ax) 0) ((s iy) 0))) +("pharmakinetics" nil (((f aa r) 1) ((m ax) 0) ((k ax) 0) ((n eh) 1) ((t ih k s) 0))) +("pharo" nil (((f aa) 1) ((r ow) 0))) +("pharoah" nil (((f ey) 1) ((r ow) 0))) +("pharos" nil (((f eh) 1) ((r ow z) 1))) +("pharr" nil (((f aa r) 1))) +("pharris" nil (((f ae) 1) ((r ih s) 0))) +("pharynx" nil (((f eh) 1) ((r ih ng k s) 0))) +("phase" nil (((f ey z) 1))) +("phased" nil (((f ey z d) 1))) +("phaseout" nil (((f ey) 1) ((z aw t) 1))) +("phases" nil (((f ey) 1) ((z ax z) 0))) +("phasing" nil (((f ey) 1) ((z ih ng) 0))) +("pheasant" nil (((f eh) 1) ((z ax n t) 0))) +("pheasants" nil (((f eh) 1) ((z ax n t s) 0))) +("phebe" nil (((f iy) 1) ((b iy) 0))) +("phebus" nil (((f iy) 1) ((b ax s) 0))) +("phedra" nil (((f eh) 1) ((d r ax) 0))) +("phegley" nil (((f eh) 1) ((g l iy) 0))) +("phelan" nil (((f eh) 1) ((l ax n) 0))) +("phelps" nil (((f eh l p s) 1))) +("phenicie" nil (((f eh) 1) ((n ax) 0) ((k iy) 0))) +("phenix" nil (((f eh) 1) ((n ih k s) 0))) +("phenol" nil (((f iy) 1) ((n aa l) 0))) +("phenolic" nil (((f ax) 0) ((n aa) 1) ((l ih k) 0))) +("phenom" nil (((f eh) 1) ((n ax m) 0))) +("phenomena" nil (((f ax) 0) ((n aa) 1) ((m ax) 0) ((n ax) 0))) +("phenomenal" nil (((f ax) 0) ((n aa) 1) ((m ax) 0) ((n ax l) 0))) +("phenomenally" nil (((f ax) 0) ((n aa) 1) ((m ax) 0) ((n ax) 0) ((l iy) 0))) +("phenomenon" nil (((f ax) 0) ((n aa) 1) ((m ax) 0) ((n aa n) 1))) +("phenotypic" nil (((f iy) 1) ((n ax) 0) ((t ih) 1) ((p ih k) 0))) +("pherigo" nil (((f eh) 0) ((r iy) 1) ((g ow) 0))) +("pheromones" nil (((f eh) 1) ((r ax) 0) ((m ow n z) 1))) +("pherson" nil (((f er) 1) ((s ax n) 0))) +("phetteplace" nil (((f eh t) 1) ((p l ey s) 0))) +("phew" nil (((f y uw) 1))) +("phi" nil (((f ay) 1))) +("phibbs" nil (((f ih b z) 1))) +("phibro" nil (((f ih) 1) ((b r ow) 0))) +("phifer" nil (((f ay) 1) ((f er) 0))) +("phil" nil (((f ih l) 1))) +("philadelphia" nil (((f ih) 1) ((l ax) 0) ((d eh l) 1) ((f iy) 0) ((ax) 0))) +("philadelphians" nil (((f ih) 1) ((l ax) 0) ((d eh l) 1) ((f iy) 0) ((ax n z) 0))) +("philadephia" nil (((f ih) 1) ((l ax) 0) ((d eh) 1) ((f iy) 0) ((ax) 0))) +("philana" nil (((f ih) 0) ((l ae) 1) ((n ax) 0))) +("philandering" nil (((f ay) 1) ((l ae n) 1) ((d er) 0) ((ih ng) 0))) +("philantha" nil (((f ih) 0) ((l ae n) 1) ((th ax) 0))) +("philanthropic" nil (((f ih) 1) ((l ax n) 0) ((th r aa) 1) ((p ih k) 0))) +("philanthropies" nil (((f ax) 0) ((l ae n) 1) ((th r ax) 0) ((p iy z) 0))) +("philanthropist" nil (((f ax) 0) ((l ae n) 1) ((th r ax) 0) ((p ax s t) 0))) +("philanthropists" nil (((f ih) 0) ((l ae n) 1) ((th r ax) 0) ((p ih s t s) 0))) +("philanthropy" nil (((f ih) 0) ((l ae n) 1) ((th r ax) 0) ((p iy) 0))) +("philbeck" nil (((f ih l) 1) ((b eh k) 1))) +("philbert" nil (((f ih l) 1) ((b er t) 0))) +("philberta" nil (((f ih l) 0) ((b er) 1) ((t ax) 0))) +("philbin" nil (((f ih l) 1) ((b ih n) 0))) +("philbrick" nil (((f ih l) 1) ((b r ih k) 0))) +("philbrook" nil (((f ih l) 1) ((b r uh k) 1))) +("philene" nil (((f ih) 0) ((l iy n) 1))) +("phileo" nil (((f ih) 1) ((l iy) 0) ((ow) 0))) +("philharmonia" nil (((f ih l) 1) ((hh aa r) 0) ((m ow) 1) ((n iy) 0) ((ax) 0))) +("philharmonic" nil (((f ih l) 1) ((hh aa r) 1) ((m aa) 1) ((n ih k) 0))) +("philhower" nil (((f ih) 1) ((l aw) 0) ((er) 0))) +("philibert" nil (((f ih) 1) ((l ih) 0) ((b er t) 0))) +("philibosian" nil (((f ih) 1) ((l ih) 0) ((b ow) 1) ((z iy) 0) ((ax n) 0))) +("philida" nil (((f ax) 0) ((l iy) 1) ((d ax) 0))) +("philina" nil (((f ax) 0) ((l iy) 1) ((n ax) 0))) +("philip" nil (((f ih) 1) ((l ax p) 0))) +("philipp" nil (((f ih) 1) ((l ih p) 0))) +("philippa" nil (((f ih) 0) ((l ih) 1) ((p ax) 0))) +("philippe" nil (((f ih) 0) ((l iy) 1) ((p ey) 0))) +("philippi" nil (((f ih) 0) ((l ih) 1) ((p iy) 0))) +("philippic" nil (((f ih) 0) ((l ih) 1) ((p ih k) 0))) +("philippine" nil (((f ih) 1) ((l ax) 0) ((p iy n) 1))) +("philippines" nil (((f ih) 1) ((l ax) 0) ((p iy n z) 1))) +("philipps" nil (((f ih) 1) ((l ih p s) 0))) +("philips" nil (((f ih) 1) ((l ax p s) 0))) +("philipson" nil (((f ih) 1) ((l ax p) 0) ((s ax n) 0))) +("philistia" nil (((f ih) 0) ((l ih) 1) ((s t iy) 0) ((ax) 0))) +("philistine" nil (((f ih) 1) ((l ax) 0) ((s t iy n) 1))) +("philistines" nil (((f ih) 1) ((l ax) 0) ((s t iy n z) 1))) +("phillabaum" nil (((f ih) 1) ((l ax) 0) ((b aw m) 1))) +("philley" nil (((f ih) 1) ((l iy) 0))) +("phillie" nil (((f ih) 1) ((l iy) 0))) +("phillies" nil (((f ih) 1) ((l iy z) 0))) +("phillip" nil (((f ih) 1) ((l ih p) 0))) +("phillipe" nil (((f ih) 0) ((l iy p) 1))) +("phillipines" nil (((f ih) 1) ((l ax) 0) ((p iy n z) 1))) +("phillipp" nil (((f ih) 1) ((l ih p) 0))) +("phillippe" nil (((f ih) 1) ((l ax p) 0))) +("phillippi" nil (((f ax) 0) ((l iy) 1) ((p iy) 0))) +("phillipps" nil (((f ih) 1) ((l ih p s) 0))) +("phillips" nil (((f ih) 1) ((l ih p s) 0))) +("phillipson" nil (((f ih) 1) ((l ax p) 0) ((s ax n) 0))) +("phillis" nil (((f ih) 1) ((l ih s) 0))) +("philly" nil (((f ih) 1) ((l iy) 0))) +("philo" nil (((f iy) 1) ((l ow) 0))) +("philodendron" nil (((f ih) 1) ((l ax) 0) ((d eh n) 1) ((d r ax n) 0))) +("philomela" nil (((f ih) 1) ((l ax) 0) ((m iy) 1) ((l ax) 0))) +("philomena" nil (((f ih) 0) ((l ax) 0) ((m iy) 1) ((n ax) 0))) +("philon" nil (((f ih) 1) ((l ax n) 0))) +("philosopher" nil (((f ax) 0) ((l aa) 1) ((s ax) 0) ((f er) 0))) +("philosophers" nil (((f ax) 0) ((l aa) 1) ((s ax) 0) ((f er z) 0))) +("philosophic" nil (((f ih) 1) ((l ax) 0) ((s aa) 1) ((f ih k) 0))) +("philosophical" nil (((f ih) 1) ((l ax) 0) ((s aa) 1) ((f ih) 0) ((k ax l) 0))) +("philosophically" nil (((f ih) 1) ((l ax) 0) ((s aa) 1) ((f ih) 0) ((k ax) 0) ((l iy) 0))) +("philosophies" nil (((f ax) 0) ((l aa) 1) ((s ax) 0) ((f iy z) 0))) +("philosophy" nil (((f ax) 0) ((l aa) 1) ((s ax) 0) ((f iy) 0))) +("philp" nil (((f ih l p) 1))) +("philpot" nil (((f ih l) 1) ((p ax t) 0))) +("philpott" nil (((f ih l) 1) ((p ax t) 0))) +("philson" nil (((f ih l) 1) ((s ax n) 0))) +("philyaw" nil (((f ih) 1) ((l y aa) 1))) +("phineas" nil (((f ih) 1) ((n iy) 0) ((ax s) 0))) +("phinney" nil (((f ih) 1) ((n iy) 0))) +("phippen" nil (((f ih) 1) ((p ax n) 0))) +("phipps" nil (((f ih p s) 1))) +("phlcorp" nil (((p iy) 1) ((ey) 1) ((ch eh l) 1) ((k ao r p) 1))) +("phlogopite" nil (((f l aa) 1) ((g ax) 0) ((p ay t) 1))) +("phnom" nil (((f) 0) ((n aa m) 1))) +("phobia" nil (((f ow) 1) ((b iy) 0) ((ax) 0))) +("phobias" nil (((f ow) 1) ((b iy) 0) ((ax z) 0))) +("phobos" nil (((f ow) 1) ((b ow s) 0))) +("phoebe" nil (((f iy) 1) ((b iy) 0))) +("phoebus" nil (((f iy) 1) ((b ax s) 0))) +("phoenicia" nil (((f ax) 0) ((n iy) 1) ((sh ax) 0))) +("phoenician" nil (((f ax) 0) ((n iy) 1) ((sh ax n) 0))) +("phoenicians" nil (((f ax) 0) ((n iy) 1) ((sh ax n z) 0))) +("phoenix" nil (((f iy) 1) ((n ih k s) 0))) +("phone" nil (((f ow n) 1))) +("phoned" nil (((f ow n d) 1))) +("phonemate" nil (((f ow n) 1) ((m ey t) 1))) +("phones" nil (((f ow n z) 1))) +("phonetic" nil (((f ax) 0) ((n eh) 1) ((t ih k) 0))) +("phonetically" nil (((f ax) 0) ((n eh) 1) ((t ih) 0) ((k l iy) 0))) +("phonetics" nil (((f ax) 0) ((n eh) 1) ((t ih k s) 0))) +("phoney" nil (((f ow) 1) ((n iy) 0))) +("phonic" nil (((f aa) 1) ((n ih k) 0))) +("phonics" nil (((f aa) 1) ((n ih k s) 0))) +("phoning" nil (((f ow) 1) ((n ih ng) 0))) +("phonograph" nil (((f ow) 1) ((n ax) 0) ((g r ae f) 1))) +("phonological" nil (((f ow) 1) ((n ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("phony" nil (((f ow) 1) ((n iy) 0))) +("phosphate" nil (((f aa) 1) ((s f ey t) 0))) +("phosphates" nil (((f aa) 1) ((s f ey t s) 0))) +("phosphatic" nil (((f aa) 0) ((s f ae) 1) ((t ih k) 0))) +("phosphor" nil (((f aa) 1) ((s f ao r) 1))) +("phosphorescence" nil (((f aa) 1) ((s f er) 0) ((eh) 1) ((s ax n s) 0))) +("phosphoric" nil (((f aa) 1) ((s f er) 0) ((ih k) 0))) +("phosphorites" nil (((f aa) 1) ((s f er) 0) ((ay t s) 1))) +("phosphorous" nil (((f aa) 1) ((s f er) 0) ((ax s) 0))) +("phosphors" nil (((f aa) 1) ((s f ao r z) 1))) +("phosphorus" nil (((f aa) 1) ((s f er) 0) ((ax s) 0))) +("photo" nil (((f ow) 1) ((t ow) 1))) +("photochemical" nil (((f ow) 1) ((t ow) 0) ((k eh) 1) ((m ax) 0) ((k ax l) 0))) +("photoconductive" nil (((f ow) 1) ((t ow) 0) ((k ax n) 0) ((d ah k) 1) ((t ih v) 0))) +("photocopied" nil (((f ow) 1) ((t ow) 0) ((k aa) 1) ((p iy d) 0))) +("photocopier" nil (((f ow) 1) ((t ow) 0) ((k aa) 1) ((p iy) 0) ((er) 0))) +("photocopiers" nil (((f ow) 1) ((t ow) 0) ((k aa) 1) ((p iy) 0) ((er z) 0))) +("photocopies" nil (((f ow) 1) ((t ow) 0) ((k aa) 1) ((p iy z) 0))) +("photocopy" nil (((f ow) 1) ((t ow) 0) ((k aa) 1) ((p iy) 0))) +("photocopying" nil (((f ow) 1) ((t ow) 0) ((k aa) 1) ((p iy) 0) ((ih ng) 0))) +("photodynamic" nil (((f ow) 1) ((t ow) 0) ((d ay) 0) ((n ae) 1) ((m ih k) 0))) +("photoelectric" nil (((f ow) 1) ((t ow) 0) ((ih) 0) ((l eh k) 1) ((t r ih k) 0))) +("photofinisher" nil (((f ow) 1) ((t ow) 0) ((f ih) 1) ((n ih) 1) ((sh er) 0))) +("photofinishers" nil (((f ow) 1) ((t ow) 0) ((f ih) 1) ((n ih) 1) ((sh er z) 0))) +("photofinishing" nil (((f ow) 1) ((t ow) 0) ((f ih) 1) ((n ih) 0) ((sh ih ng) 0))) +("photogenic" nil (((f ow) 1) ((t ax) 0) ((jh eh) 1) ((n ih k) 0))) +("photograph" nil (((f ow) 1) ((t ax) 0) ((g r ae f) 1))) +("photographed" nil (((f ow) 1) ((t ax) 0) ((g r ae f t) 1))) +("photographer" nil (((f ax) 0) ((t aa) 1) ((g r ax) 0) ((f er) 0))) +("photographers" nil (((f ax) 0) ((t aa) 1) ((g r ax) 0) ((f er z) 0))) +("photographic" nil (((f ow) 1) ((t ax) 0) ((g r ae) 1) ((f ih k) 0))) +("photographing" nil (((f ow) 1) ((t ax) 0) ((g r ae) 1) ((f ih ng) 0))) +("photographs" nil (((f ow) 1) ((t ax) 0) ((g r ae f s) 1))) +("photography" nil (((f ax) 0) ((t aa) 1) ((g r ax) 0) ((f iy) 0))) +("photon" nil (((f ow) 1) ((t aa n) 1))) +("photons" nil (((f ow) 1) ((t aa n z) 1))) +("photorefractive" nil (((f ow) 1) ((t ow) 0) ((r ih) 0) ((f r ae k) 1) ((t ih v) 0))) +("photos" nil (((f ow) 1) ((t ow z) 1))) +("photoshop" nil (((f ow) 1) ((t ow) 0) ((sh aa p) 0))) +("photosynthesis" nil (((f ow) 1) ((t ow) 0) ((s ih n) 1) ((th ax) 0) ((s ih s) 0))) +("phototaxis" nil (((f ow) 1) ((t ax) 0) ((t ae k) 1) ((s ih s) 0))) +("phototron" nil (((f ow) 1) ((t ax) 0) ((t r aa n) 0))) +("photovoltaic" nil (((f ow) 1) ((t ax) 0) ((v ow l) 1) ((t ey) 1) ((ih k) 0))) +("photovoltaics" nil (((f ow) 1) ((t ow) 0) ((v ow l) 0) ((t ey) 1) ((ih k s) 0))) +("photronics" nil (((f ow) 1) ((t r aa) 1) ((n ih k s) 0))) +("phrase" nil (((f r ey z) 1))) +("phrased" nil (((f r ey z d) 1))) +("phrases" nil (((f r ey) 1) ((z ax z) 0))) +("phrasing" nil (((f r ey) 1) ((z ih ng) 0))) +("phrygian" nil (((f r ih) 1) ((jh iy) 0) ((ax n) 0))) +("phu" nil (((f uw) 1))) +("phua" nil (((f y uw) 1) ((ax) 0))) +("phung" nil (((f ah ng) 1))) +("phuong" nil (((f uw) 0) ((ao ng) 1))) +("phut" nil (((f ah t) 1))) +("phy" nil (((f ay) 1))) +("phyla" nil (((f ay) 1) ((l ax) 0))) +("phyle" nil (((f ay l) 1))) +("phylis" nil (((f ay) 1) ((l ax s) 0))) +("phyllis" nil (((f ih) 1) ((l ih s) 0))) +("phyllys" nil (((f ih) 1) ((l iy z) 0))) +("phylogeny" nil (((f ay) 0) ((l aa) 1) ((jh ax) 0) ((n iy) 0))) +("phylum" nil (((f ay) 1) ((l ax m) 0))) +("physical" nil (((f ih) 1) ((z ih) 0) ((k ax l) 0))) +("physically" nil (((f ih) 1) ((z ih) 0) ((k ax) 0) ((l iy) 0))) +("physicals" nil (((f ih) 1) ((z ih) 0) ((k ax l z) 0))) +("physician" nil (((f ax) 0) ((z ih) 1) ((sh ax n) 0))) +("physicians" nil (((f ax) 0) ((z ih) 1) ((sh ax n z) 0))) +("physicist" nil (((f ih) 1) ((z ih) 0) ((s ih s t) 0))) +("physicists" nil (((f ih) 1) ((z ih) 0) ((s ih s t s) 0))) +("physics" nil (((f ih) 1) ((z ih k s) 0))) +("physio" nil (((f ih) 1) ((z iy) 0) ((ow) 0))) +("physiological" nil (((f ih) 1) ((z iy) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("physiologist" nil (((f ih) 1) ((z iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("physiology" nil (((f ih) 1) ((z iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("physique" nil (((f ax) 0) ((z iy k) 1))) +("phytogeography" nil (((f ay) 0) ((t ow) 0) ((jh iy) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("phytoplankton" nil (((f ay) 1) ((t ow) 0) ((p l ae ng) 1) ((t ax n) 0))) +("pi" nil (((p ay) 1))) +("pia" nil (((p iy) 1) ((ax) 0))) +("piacente" nil (((p iy) 0) ((aa) 0) ((ch eh n) 1) ((t iy) 0))) +("piacentini" nil (((p iy) 0) ((aa) 0) ((ch eh n) 0) ((t iy) 1) ((n iy) 0))) +("piaget" nil (((p iy) 1) ((ax) 0) ((z ey) 1))) +("pian" nil (((p y ae n) 1))) +("pianist" nil (((p iy) 0) ((ae) 1) ((n ax s t) 0))) +("pianists" nil (((p iy) 0) ((ae) 1) ((n ax s t s) 0))) +("pianka" nil (((p iy) 0) ((aa ng) 1) ((k ax) 0))) +("piano" nil (((p iy) 0) ((ae) 1) ((n ow) 0))) +("pianos" nil (((p iy) 0) ((ae) 1) ((n ow z) 0))) +("piao" nil (((p y aw) 1))) +("piascik" nil (((p iy) 1) ((ax s) 0) ((ch ih k) 0))) +("piasecki" nil (((p iy) 0) ((ax) 0) ((s eh t) 1) ((s k iy) 0))) +("piasio" nil (((p iy) 0) ((ae) 1) ((s iy) 0) ((ow) 0))) +("piatek" nil (((p iy) 0) ((aa) 1) ((t eh k) 0))) +("piatkowski" nil (((p iy) 0) ((ax t) 0) ((k ao f) 1) ((s k iy) 0))) +("piatt" nil (((p ay) 1) ((ax t) 0))) +("piazza" nil (((p iy) 0) ((ae) 1) ((z ax) 0))) +("piazzolla" nil (((p iy) 1) ((ax) 0) ((z aa) 1) ((l ax) 0))) +("pic" nil (((p ih k) 1))) +("pica" nil (((p ay) 1) ((k ax) 0))) +("picante" nil (((p iy) 0) ((k aa n) 1) ((t ey) 0))) +("picard" nil (((p ih) 0) ((k aa r d) 1))) +("picariello" nil (((p iy) 0) ((k aa) 0) ((r iy) 0) ((eh) 1) ((l ow) 0))) +("picaro" nil (((p iy) 1) ((k aa) 0) ((r ow) 1))) +("picas" nil (((p ay) 1) ((k ax z) 0))) +("picasso" nil (((p ih) 0) ((k aa) 1) ((s ow) 0))) +("picassos" nil (((p ih) 0) ((k aa) 1) ((s ow s) 0))) +("picayune" nil (((p ih) 1) ((k iy) 0) ((y uw n) 1))) +("picazo" nil (((p iy) 0) ((k aa) 1) ((z ow) 0))) +("piccadilly" nil (((p ih) 1) ((k ax) 0) ((d ih) 1) ((l iy) 0))) +("picchi" nil (((p ih) 1) ((k iy) 0))) +("picciano" nil (((p iy) 1) ((ch iy) 0) ((aa) 1) ((n ow) 0))) +("piccinini" nil (((p iy) 0) ((ch iy) 0) ((n iy) 1) ((n iy) 0))) +("piccione" nil (((p iy k) 0) ((ch ow) 1) ((n iy) 0))) +("piccirilli" nil (((p iy) 0) ((ch ih) 0) ((r iy) 1) ((l iy) 0))) +("piccirillo" nil (((p iy) 0) ((ch ih) 0) ((r ih) 1) ((l ow) 0))) +("picco" nil (((p ih) 1) ((k ow) 0))) +("piccola" nil (((p iy) 0) ((k ow) 1) ((l ax) 0))) +("piccoli" nil (((p iy) 0) ((k ow) 1) ((l iy) 0))) +("piccolo" nil (((p ih) 1) ((k ax) 0) ((l ow) 1))) +("piccone" nil (((p iy) 0) ((k ow) 1) ((n iy) 0))) +("picha" nil (((p ih) 1) ((ch ax) 0))) +("pichai" nil (((p ih) 0) ((ch ay) 1))) +("piche" nil (((p ih ch) 1))) +("picheny" nil (((p ax) 0) ((ch ey) 1) ((n iy) 0))) +("picher" nil (((p ih) 1) ((ch er) 0))) +("pichette" nil (((p ax) 0) ((sh eh t) 1))) +("pichler" nil (((p ih) 1) ((k ax) 0) ((l er) 0))) +("pichon" nil (((p ih) 1) ((ch ax n) 0))) +("picht" nil (((p ih k t) 1))) +("picinich" nil (((p ih) 1) ((s ih) 0) ((n ih ch) 0))) +("pick" nil (((p ih k) 1))) +("pickands" nil (((p ih) 1) ((k ax n d z) 0))) +("pickar" nil (((p ih) 0) ((k aa r) 1))) +("pickard" nil (((p ih) 0) ((k aa r d) 1))) +("pickart" nil (((p ih) 1) ((k aa r t) 1))) +("picked" nil (((p ih k t) 1))) +("pickel" nil (((p ih) 1) ((k ax l) 0))) +("pickell" nil (((p ih) 1) ((k ax l) 0))) +("pickelsimer" nil (((p ih) 1) ((k ih l) 0) ((s ih) 0) ((m er) 0))) +("picken" nil (((p ih) 1) ((k ax n) 0))) +("pickens" nil (((p ih) 1) ((k ax n z) 0))) +("picker" nil (((p ih) 1) ((k er) 0))) +("pickeral" nil (((p ih) 1) ((k er) 0) ((ax l) 0))) +("pickerel" nil (((p ih) 1) ((k er) 0) ((ax l) 0))) +("pickerell" nil (((p ih) 1) ((k er) 0) ((ax l) 0))) +("pickerill" nil (((p ih) 1) ((k er) 0) ((ih l) 1))) +("pickering" nil (((p ih) 1) ((k er) 0) ((ih ng) 0))) +("pickers" nil (((p ih) 1) ((k er z) 0))) +("pickert" nil (((p ih) 1) ((k er t) 0))) +("picket" nil (((p ih) 1) ((k ax t) 0))) +("picketed" nil (((p ih) 1) ((k ax) 0) ((t ih d) 0))) +("picketers" nil (((p ih) 1) ((k ax) 0) ((t er z) 0))) +("picketing" nil (((p ih) 1) ((k ax) 0) ((t ih ng) 0))) +("pickets" nil (((p ih) 1) ((k ax t s) 0))) +("pickett" nil (((p ih) 1) ((k ih t) 0))) +("pickford" nil (((p ih k) 1) ((f er d) 0))) +("pickier" nil (((p ih) 1) ((k iy) 0) ((er) 0))) +("picking" nil (((p ih) 1) ((k ih ng) 0))) +("pickings" nil (((p ih) 1) ((k ih ng z) 0))) +("pickle" nil (((p ih) 1) ((k ax l) 0))) +("pickled" nil (((p ih) 1) ((k ax l d) 0))) +("pickler" nil (((p ih) 1) ((k ax) 0) ((l er) 0))) +("pickles" nil (((p ih) 1) ((k ax l z) 0))) +("picklesimer" nil (((p ih) 1) ((k l ih) 0) ((s ih) 0) ((m er) 0))) +("pickling" nil (((p ih) 1) ((k l ih ng) 0))) +("pickney" nil (((p ih k) 1) ((n iy) 0))) +("pickpocket" nil (((p ih k) 1) ((p aa) 1) ((k ax t) 0))) +("pickpockets" nil (((p ih k) 1) ((p aa) 1) ((k ax t s) 0))) +("pickrel" nil (((p ih) 1) ((k r ax l) 0))) +("pickrell" nil (((p ih) 1) ((k r ax l) 0))) +("pickren" nil (((p ih) 1) ((k er) 0) ((ax n) 0))) +("pickron" nil (((p ih) 1) ((k r ax n) 0))) +("picks" nil (((p ih k s) 1))) +("pickup" nil (((p ih) 1) ((k ah p) 1))) +("pickups" nil (((p ih) 1) ((k ah p s) 1))) +("pickus" nil (((p ih) 1) ((k ax s) 0))) +("pickwick" nil (((p ih) 1) ((k w ih k) 1))) +("pickworth" nil (((p ih) 1) ((k w er th) 1))) +("picky" nil (((p ih) 1) ((k iy) 0))) +("picnic" nil (((p ih k) 1) ((n ih k) 1))) +("picnics" nil (((p ih k) 1) ((n ih k s) 1))) +("pico" nil (((p iy) 1) ((k ow) 0))) +("picon" nil (((p ih) 1) ((k ax n) 0))) +("picone" nil (((p ih) 0) ((k ow n) 1))) +("picop" nil (((p ih) 1) ((k aa p) 1))) +("picotte" nil (((p ih) 0) ((k ao t) 1))) +("picou" nil (((p iy) 1) ((k uw) 0))) +("picoult" nil (((p ih) 0) ((k ow l t) 1))) +("picower" nil (((p ih) 1) ((k aw r) 1))) +("pictet" nil (((p ih k) 1) ((t ih t) 0))) +("picton" nil (((p ih k) 1) ((t ax n) 0))) +("pictorial" nil (((p ih k) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("picts" nil (((p ih k t s) 1))) +("picture" nil (((p ih k) 1) ((ch er) 0))) +("pictured" nil (((p ih k) 1) ((ch er d) 0))) +("pictures" nil (((p ih k) 1) ((ch er z) 0))) +("picturesque" nil (((p ih k) 1) ((ch er) 0) ((ax s k) 0))) +("picturetel" nil (((p ih k) 1) ((ch er) 1) ((t eh l) 1))) +("picturing" nil (((p ih k) 1) ((ch er) 0) ((ih ng) 0))) +("pidcock" nil (((p ih d) 1) ((k ax k) 0))) +("piddle" nil (((p ih) 1) ((d ax l) 0))) +("piddles" nil (((p ih) 1) ((d ax l z) 0))) +("piddling" nil (((p ih) 1) ((d ax) 0) ((l ih ng) 0))) +("piddock" nil (((p ih) 1) ((d ax k) 0))) +("pidgeon" nil (((p ih d) 1) ((jh ih n) 0))) +("pie" nil (((p ay) 1))) +("piebald" nil (((p ay) 1) ((b ao l d) 1))) +("piece" nil (((p iy s) 1))) +("pieced" nil (((p iy s t) 1))) +("piecemeal" nil (((p iy) 1) ((s m iy l) 1))) +("pieces" nil (((p iy) 1) ((s ax z) 0))) +("piecework" nil (((p iy) 1) ((s w er k) 1))) +("piech" nil (((p iy ch) 1))) +("piechocki" nil (((p iy) 0) ((hh ow t) 1) ((s k iy) 0))) +("piechota" nil (((p iy) 0) ((hh ow) 1) ((t ax) 0))) +("piechowski" nil (((p iy) 0) ((hh ao f) 1) ((s k iy) 0))) +("piecing" nil (((p iy) 1) ((s ih ng) 0))) +("piecuch" nil (((p iy) 1) ((k ax k) 0))) +("pieczynski" nil (((p iy) 0) ((ch ih n) 1) ((s k iy) 0))) +("pied" nil (((p ay d) 1))) +("piedboeuf" nil (((p iy d) 1) ((b ah f) 1))) +("piedmont" nil (((p iy d) 1) ((m aa n t) 1))) +("piedra" nil (((p iy) 1) ((d r ax) 0))) +("piehl" nil (((p iy l) 1))) +("piekarski" nil (((p iy) 0) ((k aa r) 1) ((s k iy) 0))) +("piel" nil (((p iy l) 1))) +("piela" nil (((p iy) 1) ((l ax) 0))) +("pienta" nil (((p iy n) 1) ((t ax) 0))) +("pieper" nil (((p iy) 1) ((p er) 0))) +("piepgras" nil (((p iy p) 1) ((g r ae s) 1))) +("piepho" nil (((p iy) 1) ((f ow) 0))) +("pier" nil (((p ih r) 1))) +("pieraccini" nil (((p ih) 1) ((r ax) 0) ((ch iy) 1) ((n iy) 0))) +("pieratt" nil (((p iy) 1) ((r ax t) 0))) +("pierce" nil (((p ih r s) 1))) +("pierceall" nil (((p ih r) 0) ((s iy l) 1))) +("pierced" nil (((p ih r s t) 1))) +("piercey" nil (((p ih r) 0) ((s iy) 1))) +("piercing" nil (((p ih r) 1) ((s ih ng) 0))) +("piercy" nil (((p ih r) 1) ((k iy) 0))) +("pierette" nil (((p ih) 0) ((r eh t) 1))) +("pieri" nil (((p iy) 1) ((r iy) 0))) +("pierini" nil (((p ih) 0) ((r iy) 1) ((n iy) 0))) +("pierman" nil (((p ih r) 1) ((m ax n) 0))) +("piero" nil (((p iy) 1) ((r ow) 0))) +("pieroni" nil (((p ih) 0) ((r ow) 1) ((n iy) 0))) +("pierotti" nil (((p ih) 0) ((r ow) 1) ((t iy) 0))) +("pierpoint" nil (((p ih r) 0) ((p oy n t) 1))) +("pierpont" nil (((p ih r) 1) ((p aa n t) 1))) +("pierre" nil (((p iy) 0) ((eh r) 1))) +("pierrelouis" nil (((p ih) 1) ((r ih l) 0) ((w iy z) 0))) +("pierrepont" nil (((p ih) 0) ((r ey) 1) ((p ow n t) 0))) +("pierro" nil (((p ih) 1) ((r ow) 0))) +("pierron" nil (((p ih) 0) ((r ao n) 1))) +("piers" nil (((p ih r z) 1))) +("piersall" nil (((p ih r) 1) ((s ax l) 0))) +("piersol" nil (((p ih r) 1) ((s ao l) 0))) +("pierson" nil (((p ih r) 1) ((s ax n) 0))) +("pies" nil (((p ay z) 1))) +("piet" nil (((p ay) 1) ((ih t) 0))) +("pieter" nil (((p iy) 1) ((t er) 0))) +("pietermaritzburg" nil (((p iy) 1) ((t er) 0) ((m eh) 1) ((r ih t s) 0) ((b er g) 0))) +("pieters" nil (((p iy) 1) ((t er z) 0))) +("pieties" nil (((p ay) 1) ((ax) 0) ((t iy z) 0))) +("pietila" nil (((p iy) 0) ((t iy) 1) ((l ax) 0))) +("pietism" nil (((p iy) 1) ((t ih) 0) ((z ax m) 0))) +("pietrangelo" nil (((p iy) 0) ((t r aa ng) 0) ((g eh) 1) ((l ow) 0))) +("pietras" nil (((p iy) 1) ((t r ax z) 0))) +("pietro" nil (((p iy) 0) ((eh) 1) ((t r ow) 0))) +("pietrowski" nil (((p iy) 0) ((t r ao f) 1) ((s k iy) 0))) +("pietruski" nil (((p iy) 1) ((eh) 0) ((t r ah) 1) ((s k iy) 0))) +("pietruszka" nil (((p iy) 0) ((t r ah sh) 1) ((k ax) 0))) +("pietrzak" nil (((p iy) 1) ((t er) 0) ((z ae k) 0))) +("pietrzyk" nil (((p iy) 1) ((t er) 0) ((z ih k) 0))) +("pietsch" nil (((p iy ch) 1))) +("piette" nil (((p iy t) 1))) +("piety" nil (((p ay) 1) ((ax) 0) ((t iy) 0))) +("pietz" nil (((p iy t s) 1))) +("pifer" nil (((p ay) 1) ((f er) 0))) +("pig" nil (((p ih g) 1))) +("pigeon" nil (((p ih) 1) ((jh ax n) 0))) +("pigeonholed" nil (((p ih) 1) ((jh ax n) 0) ((hh ow l d) 1))) +("pigeons" nil (((p ih) 1) ((jh ax n z) 0))) +("pigford" nil (((p ih g) 1) ((f er d) 0))) +("pigg" nil (((p ih g) 1))) +("piggee" nil (((p ih) 1) ((g iy) 1))) +("piggly" nil (((p ih) 1) ((g l iy) 0))) +("piggott" nil (((p ih) 1) ((g ax t) 0))) +("piggy" nil (((p ih) 1) ((g iy) 0))) +("piggyback" nil (((p ih) 1) ((g iy) 0) ((b ae k) 1))) +("piggybacked" nil (((p ih) 1) ((g iy) 0) ((b ae k t) 1))) +("piggybacking" nil (((p ih) 1) ((g iy) 0) ((b ae) 1) ((k ih ng) 0))) +("pigman" nil (((p ih g) 1) ((m ax n) 0))) +("pigment" nil (((p ih g) 1) ((m ax n t) 0))) +("pigmentation" nil (((p ih g) 1) ((m ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("pigments" nil (((p ih g) 1) ((m ax n t s) 0))) +("pigmied" nil (((p ih g) 1) ((m iy d) 0))) +("pigmy" nil (((p ih g) 1) ((m iy) 0))) +("pignataro" nil (((p iy g) 0) ((n aa) 0) ((t aa) 1) ((r ow) 0))) +("pignatelli" nil (((p iy g) 0) ((n aa) 0) ((t eh) 1) ((l iy) 0))) +("pignato" nil (((p iy g) 0) ((n aa) 1) ((t ow) 0))) +("pignone" nil (((p iy g) 0) ((n ow) 1) ((n iy) 0))) +("pigott" nil (((p ih) 1) ((g ax t) 0))) +("pigs" nil (((p ih g z) 1))) +("pigskin" nil (((p ih g) 1) ((s k ih n) 1))) +("pigue" nil (((p iy g) 1))) +("pih" nil (((p ih) 1))) +("pihl" nil (((p ih l) 1))) +("pik" nil (((p ih k) 1))) +("pike" nil (((p ay k) 1))) +("piker" nil (((p ay) 1) ((k er) 0))) +("pikes" nil (((p ay k s) 1))) +("pikul" nil (((p ih) 1) ((k ax l) 0))) +("pikula" nil (((p ih) 0) ((k uw) 1) ((l ax) 0))) +("pikus" nil (((p ay) 1) ((k ax s) 0))) +("pil" nil (((p ih l) 1))) +("piland" nil (((p ih) 1) ((l ax n d) 0))) +("pilant" nil (((p iy) 1) ((l ax n t) 0))) +("pilar" nil (((p ay) 1) ((l er) 0))) +("pilarski" nil (((p ih) 0) ((l aa r) 1) ((s k iy) 0))) +("pilasters" nil (((p ax) 0) ((l ae) 1) ((s t er z) 0))) +("pilat" nil (((p iy) 1) ((l aa t) 0))) +("pilato" nil (((p iy) 0) ((l aa) 1) ((t ow) 0))) +("pilch" nil (((p ih l ch) 1))) +("pilcher" nil (((p ih l) 1) ((ch er) 0))) +("pile" nil (((p ay l) 1))) +("pilecki" nil (((p ih) 0) ((l eh) 1) ((k iy) 0))) +("piled" nil (((p ay l d) 1))) +("pileggi" nil (((p ih) 0) ((l eh) 1) ((jh iy) 0))) +("piles" nil (((p ay l z) 1))) +("pileup" nil (((p ay) 1) ((l ah p) 1))) +("pilevsky" nil (((p ih) 0) ((l eh v) 1) ((s k iy) 0))) +("pilferage" nil (((p ih l) 1) ((f er) 0) ((ih jh) 0))) +("pilfering" nil (((p ih l) 1) ((f er) 0) ((ih ng) 0))) +("pilger" nil (((p ih l) 1) ((g er) 0))) +("pilgram" nil (((p ih l) 1) ((g r ax m) 0))) +("pilgreen" nil (((p ih l) 0) ((g r iy n) 1))) +("pilgrim" nil (((p ih l) 1) ((g r ax m) 0))) +("pilgrimage" nil (((p ih l) 1) ((g r ax) 0) ((m ax jh) 0))) +("pilgrimages" nil (((p ih l) 1) ((g r ax) 0) ((m ih) 0) ((jh ih z) 0))) +("pilgrims" nil (((p ih l) 1) ((g r ax m z) 0))) +("piling" nil (((p ay) 1) ((l ih ng) 0))) +("pilings" nil (((p ay) 1) ((l ih ng z) 0))) +("pilkenton" nil (((p ih l) 0) ((k eh n) 1) ((t ax n) 0))) +("pilkerton" nil (((p ih l) 0) ((k er) 1) ((t ax n) 0))) +("pilkington" nil (((p ih l) 1) ((k ih ng) 0) ((t ax n) 0))) +("pilkinton" nil (((p ih l) 1) ((k ih n) 0) ((t ax n) 0))) +("pill" nil (((p ih l) 1))) +("pilla" nil (((p ih) 1) ((l ax) 0))) +("pillage" nil (((p ih) 1) ((l ih jh) 0))) +("pillaged" nil (((p ih) 1) ((l ih jh d) 0))) +("pillager" nil (((p ih) 1) ((l ih) 0) ((jh er) 0))) +("pillagers" nil (((p ih) 1) ((l ih) 0) ((jh er z) 0))) +("pillages" nil (((p ih) 1) ((l ih) 0) ((jh ih z) 0))) +("pillaging" nil (((p ih) 1) ((l ih) 0) ((jh ih ng) 0))) +("pillar" nil (((p ih) 1) ((l er) 0))) +("pillard" nil (((p ih) 1) ((l er d) 0))) +("pillars" nil (((p ih) 1) ((l er z) 0))) +("pille" nil (((p ih l) 1))) +("piller" nil (((p ih) 1) ((l er) 0))) +("pilley" nil (((p ih) 1) ((l iy) 0))) +("pilling" nil (((p ih) 1) ((l ih ng) 0))) +("pillion" nil (((p ih) 1) ((l y ax n) 0))) +("pilloried" nil (((p ih) 1) ((l er) 0) ((iy d) 0))) +("pillow" nil (((p ih) 1) ((l ow) 0))) +("pillows" nil (((p ih) 1) ((l ow z) 0))) +("pillowtex" nil (((p ih) 1) ((l ow) 0) ((t eh k s) 1))) +("pills" nil (((p ih l z) 1))) +("pillsbury" nil (((p ih l z) 1) ((b eh) 1) ((r iy) 0))) +("pilon" nil (((p iy) 0) ((l ao n) 1))) +("pilot" nil (((p ay) 1) ((l ax t) 0))) +("piloted" nil (((p ay) 1) ((l ax) 0) ((t ih d) 0))) +("piloting" nil (((p ay) 1) ((l ax) 0) ((t ih ng) 0))) +("pilotless" nil (((p ay) 1) ((l ax t) 0) ((l ax s) 0))) +("pilots" nil (((p ay) 1) ((l ax t s) 0))) +("pilotte" nil (((p ih) 0) ((l ao t) 1))) +("pilson" nil (((p ih l) 1) ((s ax n) 0))) +("piltz" nil (((p ih l t s) 1))) +("pilz" nil (((p ih l z) 1))) +("pima" nil (((p iy) 1) ((m ax) 0))) +("pimco" nil (((p ih m) 1) ((k ow) 0))) +("pimental" nil (((p ih) 0) ((m eh n) 1) ((t ax l) 0))) +("pimentel" nil (((p ih) 1) ((m ih n) 0) ((t ax l) 0))) +("pimm" nil (((p ih m) 1))) +("pimp" nil (((p ih m p) 1))) +("pimple" nil (((p ih m) 1) ((p ax l) 0))) +("pimples" nil (((p ih m) 1) ((p ax l z) 0))) +("pimps" nil (((p ih m p s) 1))) +("pin" nil (((p ih n) 1))) +("pina" nil (((p iy) 1) ((n ax) 0))) +("pinard" nil (((p ih) 1) ((n er d) 0))) +("pinault" nil (((p ih) 1) ((n ao l t) 1))) +("pinball" nil (((p ih n) 1) ((b ao l) 1))) +("pincavage" nil (((p ih ng) 1) ((k ax) 0) ((v ih jh) 0))) +("pincerlike" nil (((p ih n) 1) ((s er) 0) ((l ay k) 1))) +("pincers" nil (((p ih n) 1) ((s er z) 0))) +("pinch" nil (((p ih n ch) 1))) +("pinched" nil (((p ih n ch t) 1))) +("pincher" nil (((p ih n) 1) ((ch er) 0))) +("pinchers" nil (((p ih n) 1) ((ch er z) 0))) +("pinching" nil (((p ih n) 1) ((ch ih ng) 0))) +("pinckard" nil (((p ih ng) 1) ((k er d) 0))) +("pinckney" nil (((p ih ng k) 1) ((n iy) 0))) +("pincus" nil (((p ih ng) 1) ((k ax s) 0))) +("pindaric" nil (((p ih n) 0) ((d ae) 1) ((r ih k) 0))) +("pindell" nil (((p ih n) 1) ((d ax l) 0))) +("pinder" nil (((p ay n) 1) ((d er) 0))) +("pindling" nil (((p ih n d) 1) ((l ih ng) 0))) +("pine" nil (((p ay n) 1))) +("pineapple" nil (((p ay) 1) ((n ae) 1) ((p ax l) 0))) +("pineapples" nil (((p ay) 1) ((n ae) 1) ((p ax l z) 0))) +("pineau" nil (((p ih) 0) ((n ow) 1))) +("pineda" nil (((p iy) 0) ((n eh) 1) ((d ax) 0))) +("pinedo" nil (((p iy) 0) ((n ey) 1) ((d ow) 0))) +("pinegar" nil (((p ih) 1) ((n ih) 0) ((g er) 0))) +("pineiro" nil (((p iy) 0) ((n eh) 1) ((r ow) 0))) +("pinellas" nil (((p ih) 0) ((n eh) 1) ((l ax s) 0))) +("pinelli" nil (((p ih) 0) ((n eh) 1) ((l iy) 0))) +("pineo" nil (((p ih) 1) ((n iy) 0) ((ow) 0))) +("piner" nil (((p ay) 1) ((n er) 0))) +("pinero" nil (((p ih) 0) ((n eh) 1) ((r ow) 0))) +("pines" nil (((p ay n z) 1))) +("pinetta" nil (((p ax) 0) ((n eh) 1) ((t ax) 0))) +("pinette" nil (((p ih) 0) ((n eh t) 1))) +("ping" nil (((p ih ng) 1))) +("pingdingshan" nil (((p iy ng) 1) ((d iy ng) 1) ((sh aa n) 1))) +("pingel" nil (((p ih ng) 1) ((g ax l) 0))) +("pingitore" nil (((p ih ng) 0) ((g iy) 0) ((t ao) 1) ((r iy) 0))) +("pingleton" nil (((p ih ng) 1) ((g l ih) 0) ((t aa n) 0))) +("pingley" nil (((p ih ng) 1) ((g l iy) 0))) +("pingliang" nil (((p iy ng) 1) ((l y aa ng) 1))) +("pingping" nil (((p iy ng) 1) ((p iy ng) 1))) +("pingpong" nil (((p ih ng) 1) ((p ao ng) 0))) +("pingree" nil (((p ih ng) 0) ((g r iy) 1))) +("pingxiang" nil (((p iy ng) 1) ((sh y aa ng) 1))) +("pingyu" nil (((p iy ng) 1) ((y uw) 1))) +("pinheiro" nil (((p iy n) 0) ((hh eh) 1) ((r ow) 0))) +("pinho" nil (((p ih n) 1) ((hh ow) 0))) +("pinholes" nil (((p ih n) 1) ((hh ow l z) 1))) +("pini" nil (((p iy) 1) ((n iy) 0))) +("pining" nil (((p ay) 1) ((n ih ng) 0))) +("pinion" nil (((p ih) 1) ((n y ax n) 0))) +("pink" nil (((p ih ng k) 1))) +("pinkard" nil (((p ih ng) 1) ((k er d) 0))) +("pinkelman" nil (((p ih ng) 1) ((k ax l) 0) ((m ax n) 0))) +("pinkerman" nil (((p ih ng) 1) ((k er) 0) ((m ax n) 0))) +("pinkerton" nil (((p ih ng) 1) ((k er) 0) ((t ax n) 0))) +("pinkett" nil (((p ih ng) 1) ((k ih t) 0))) +("pinkham" nil (((p ih ng k) 1) ((hh ax m) 0))) +("pinkie" nil (((p ih ng) 1) ((k iy) 0))) +("pinkish" nil (((p ih ng) 1) ((k ih sh) 0))) +("pinkley" nil (((p ih ng) 1) ((k l iy) 0))) +("pinkney" nil (((p ih ng k) 1) ((n iy) 0))) +("pinkos" nil (((p ih ng) 1) ((k ow z) 0))) +("pinkowski" nil (((p ih ng) 0) ((k ao f) 1) ((s k iy) 0))) +("pinks" nil (((p ih ng k s) 1))) +("pinkstaff" nil (((p ih ng k) 1) ((s t ae f) 1))) +("pinkston" nil (((p ih ng k) 1) ((s t ax n) 0))) +("pinkus" nil (((p ih ng) 1) ((k ax s) 0))) +("pinkwater" nil (((p ih ng) 1) ((k w ao) 1) ((t er) 0))) +("pinn" nil (((p ih n) 1))) +("pinnacle" nil (((p ih) 1) ((n ax) 0) ((k ax l) 0))) +("pinned" nil (((p ih n d) 1))) +("pinnell" nil (((p ih) 1) ((n ax l) 0))) +("pinneo" nil (((p ih) 1) ((n iy) 0) ((ow) 0))) +("pinner" nil (((p ih) 1) ((n er) 0))) +("pinney" nil (((p ih) 1) ((n iy) 0))) +("pinnick" nil (((p ih) 1) ((n ih k) 0))) +("pinning" nil (((p ih) 1) ((n ih ng) 0))) +("pinnix" nil (((p ih) 1) ((n ih k s) 0))) +("pinnock" nil (((p ih) 1) ((n ax k) 0))) +("pinnow" nil (((p ih) 1) ((n ow) 0))) +("pino" nil (((p iy) 1) ((n ow) 0))) +("pinocchio" nil (((p ih) 0) ((n ow) 1) ((k iy) 0) ((ow) 0))) +("pinochet" nil (((p ih) 1) ((n ax) 0) ((sh ey) 1))) +("pinola" nil (((p ih) 0) ((n ow) 1) ((l ax) 0))) +("pinot" nil (((p ih) 1) ((n ax t) 0))) +("pinpoint" nil (((p ih n) 1) ((p oy n t) 1))) +("pinpointed" nil (((p ih n) 1) ((p oy n) 1) ((t ih d) 0))) +("pinpointing" nil (((p ih n) 1) ((p oy n) 1) ((t ih ng) 0))) +("pinpoints" nil (((p ih n) 1) ((p oy n t s) 1))) +("pins" nil (((p ih n z) 1))) +("pinsker" nil (((p ih n) 1) ((s k er) 0))) +("pinsky" nil (((p ih n) 1) ((s k iy) 0))) +("pinson" nil (((p ih n) 1) ((s ax n) 0))) +("pinsoneault" nil (((p ih n) 1) ((s ax) 0) ((n ao l t) 1))) +("pinstripe" nil (((p ih n) 1) ((s t r ay p) 1))) +("pinstriped" nil (((p ih n) 1) ((s t r ay p t) 1))) +("pinstripes" nil (((p ih n) 1) ((s t r ay p s) 1))) +("pint" nil (((p ay n t) 1))) +("pintar" nil (((p iy n) 0) ((t aa r) 1))) +("pinter" nil (((p ay n) 1) ((t er) 0))) +("pinto" nil (((p ih n) 1) ((t ow) 1))) +("pints" nil (((p ay n t s) 1))) +("pinup" n (((p ih) 1) ((n ah p) 1))) +("pinups" n (((p ih) 1) ((n ah p s) 1))) +("piny" nil (((p ay) 1) ((n iy) 0))) +("pinyan" nil (((p ih) 1) ((n y ax n) 0))) +("pinzon" nil (((p ih n) 1) ((z ao n) 1))) +("pio" nil (((p ay) 1) ((ow) 0))) +("pion" nil (((p ay) 1) ((aa n) 1))) +("pioneer" nil (((p ay) 1) ((ax) 0) ((n ih r) 1))) +("pioneered" nil (((p ay) 1) ((ax) 0) ((n ih r d) 1))) +("pioneering" nil (((p ay) 1) ((ax) 0) ((n ih) 1) ((r ih ng) 0))) +("pioneers" nil (((p ay) 1) ((ax) 0) ((n ih r z) 1))) +("piontek" nil (((p iy) 0) ((ow n) 1) ((t eh k) 0))) +("piontkowski" nil (((p iy) 0) ((ow n t) 0) ((k ao f) 1) ((s k iy) 0))) +("piorkowski" nil (((p iy) 0) ((ao r) 0) ((k ao f) 1) ((s k iy) 0))) +("piotrowski" nil (((p iy) 0) ((ow) 0) ((t r ao f) 1) ((s k iy) 0))) +("piotter" nil (((p iy) 0) ((aa) 1) ((t er) 0))) +("pious" nil (((p ay) 1) ((ax s) 0))) +("piously" nil (((p ay) 1) ((ax) 0) ((s l iy) 0))) +("pipe" nil (((p ay p) 1))) +("piped" nil (((p ay p t) 1))) +("pipefishes" nil (((p ay p) 1) ((f ih) 1) ((sh ih z) 0))) +("pipeline" nil (((p ay) 1) ((p l ay n) 1))) +("pipelines" nil (((p ay) 1) ((p l ay n z) 1))) +("piper" nil (((p ay) 1) ((p er) 0))) +("pipers" nil (((p ay) 1) ((p er z) 0))) +("pipes" nil (((p ay p s) 1))) +("pipetec" nil (((p ay p) 1) ((t eh k) 1))) +("pipher" nil (((p ih) 1) ((f er) 0))) +("piping" nil (((p ay) 1) ((p ih ng) 0))) +("pipitone" nil (((p ih) 1) ((p ih) 0) ((t ow n) 1))) +("pipkin" nil (((p ih p) 1) ((k ih n) 0))) +("pipkins" nil (((p ih p) 1) ((k ih n z) 0))) +("pipp" nil (((p ih p) 1))) +("pippen" nil (((p ih) 1) ((p ax n) 0))) +("pippenger" nil (((p ih) 1) ((p ih n) 0) ((jh er) 0))) +("pippert" nil (((p ih) 1) ((p er t) 0))) +("pippin" nil (((p ih) 1) ((p ih n) 0))) +("pippins" nil (((p ih) 1) ((p ih n z) 0))) +("pips" nil (((p ih p s) 1))) +("piquant" nil (((p iy) 1) ((k ax n t) 0))) +("pique" nil (((p iy k) 1))) +("piqued" nil (((p iy k t) 1))) +("piquette" nil (((p ih) 0) ((k eh t) 1))) +("piracy" nil (((p ay) 1) ((r ax) 0) ((s iy) 0))) +("piraino" nil (((p ih) 0) ((r ey) 1) ((n ow) 0))) +("pirandello" nil (((p ih) 1) ((r ax n) 0) ((d eh) 1) ((l ow) 0))) +("piranha" nil (((p ih) 0) ((r ae n) 1) ((hh ax) 0))) +("pirate" nil (((p ay) 1) ((r ax t) 0))) +("pirated" nil (((p ay) 1) ((r ax) 0) ((t ih d) 0))) +("pirates" nil (((p ay) 1) ((r ax t s) 0))) +("pirating" nil (((p ay) 1) ((r ax) 0) ((t ih ng) 0))) +("pirelli" nil (((p ih) 0) ((r eh) 1) ((l iy) 0))) +("pires" nil (((p ay r z) 1))) +("pirie" nil (((p ih) 1) ((r iy) 0))) +("pirkey" nil (((p er) 1) ((k iy) 0))) +("pirkl" nil (((p er) 1) ((k ax l) 0))) +("pirkle" nil (((p er) 1) ((k ax l) 0))) +("pirko" nil (((p er) 1) ((k ow) 0))) +("piro" nil (((p ih) 1) ((r ow) 0))) +("pirog" nil (((p er) 0) ((aa g) 1))) +("pirone" nil (((p ih) 0) ((r ow n) 1))) +("pirouettes" nil (((p ih) 1) ((r uw) 0) ((eh t s) 1))) +("pirozzi" nil (((p ih) 0) ((r aa) 1) ((z iy) 0))) +("pirrello" nil (((p ih) 0) ((r eh) 1) ((l ow) 0))) +("pirro" nil (((p ih) 1) ((r ow) 0))) +("pirrone" nil (((p ih) 0) ((r ow) 1) ((n iy) 0))) +("pirtle" nil (((p er) 1) ((t ax l) 0))) +("pisa" nil (((p iy) 1) ((s ax) 0))) +("pisani" nil (((p iy) 0) ((s aa) 1) ((n iy) 0))) +("pisano" nil (((p iy) 0) ((s aa) 1) ((n ow) 0))) +("pisarek" nil (((p ih) 1) ((s er) 0) ((eh k) 0))) +("pisarski" nil (((p ih) 0) ((s aa r) 1) ((s k iy) 0))) +("piscataway" nil (((p ih) 0) ((s k ae) 1) ((t ax) 0) ((w ey) 1))) +("pisces" nil (((p ay) 1) ((s iy z) 0))) +("pischel" nil (((p ih) 1) ((sh ax l) 0))) +("pischke" nil (((p ih sh k) 1))) +("pisciotta" nil (((p iy s) 0) ((ch ow) 1) ((t ax) 0))) +("piscitelli" nil (((p iy s) 0) ((ch iy) 0) ((t eh) 1) ((l iy) 0))) +("piscitello" nil (((p ih) 1) ((s ih) 0) ((t eh) 1) ((l ow) 0))) +("piscopo" nil (((p iy) 0) ((s k ow) 1) ((p ow) 0))) +("pisello" nil (((p ih) 0) ((s eh) 1) ((l ow) 0))) +("pisoni" nil (((p ih) 0) ((s ow) 1) ((n iy) 0))) +("piss" nil (((p ih s) 1))) +("pistachio" nil (((p ax) 0) ((s t ae) 1) ((sh iy) 0) ((ow) 1))) +("pistachios" nil (((p ax) 0) ((s t ae) 1) ((sh iy) 0) ((ow z) 1))) +("pistil" nil (((p ih) 1) ((s t ax l) 0))) +("pistilli" nil (((p iy) 0) ((s t iy) 1) ((l iy) 0))) +("pistol" nil (((p ih) 1) ((s t ax l) 0))) +("pistole" nil (((p ih) 0) ((s t ow l) 1))) +("pistols" nil (((p ih) 1) ((s t ax l z) 0))) +("piston" nil (((p ih) 1) ((s t ax n) 0))) +("pistone" nil (((p iy) 1) ((s t ow n) 0))) +("pistons" nil (((p ih) 1) ((s t ax n z) 0))) +("pistor" nil (((p ih) 1) ((s t er) 0))) +("pistorio" nil (((p ih) 1) ((s t ao) 1) ((r iy) 0) ((ow) 0))) +("pit" nil (((p ih t) 1))) +("pita" nil (((p iy) 1) ((t ax) 0))) +("pitblado" nil (((p ih t) 0) ((b l aa) 1) ((d ow) 0))) +("pitch" nil (((p ih ch) 1))) +("pitchblende" nil (((p ih ch) 1) ((b l eh n d) 1))) +("pitched" nil (((p ih ch t) 1))) +("pitcher" nil (((p ih) 1) ((ch er) 0))) +("pitchers" nil (((p ih) 1) ((ch er z) 0))) +("pitches" nil (((p ih) 1) ((ch ih z) 0))) +("pitchford" nil (((p ih ch) 1) ((f er d) 0))) +("pitchfork" nil (((p ih ch) 1) ((f ao r k) 1))) +("pitching" nil (((p ih) 1) ((ch ih ng) 0))) +("pitchman" nil (((p ih ch) 1) ((m ax n) 0))) +("pitchmen" nil (((p ih ch) 1) ((m eh n) 1))) +("pitcock" nil (((p ih t) 1) ((k aa k) 1))) +("pitfall" nil (((p ih t) 1) ((f ao l) 1))) +("pitfalls" nil (((p ih t) 1) ((f ao l z) 1))) +("pith" nil (((p ih th) 1))) +("pithy" nil (((p ih) 1) ((th iy) 0))) +("pitiable" nil (((p ih) 1) ((t iy) 0) ((ax) 0) ((b ax l) 0))) +("pitiful" nil (((p ih) 1) ((t ax) 0) ((f ax l) 0))) +("pitifully" nil (((p ih) 1) ((t ih) 0) ((f ax) 0) ((l iy) 0))) +("pitiless" nil (((p ih) 1) ((t iy) 0) ((l ax s) 0))) +("pitkin" nil (((p ih t) 1) ((k ih n) 0))) +("pitman" nil (((p ih t) 1) ((m ax n) 0))) +("pitner" nil (((p ih t) 1) ((n er) 0))) +("pitney" nil (((p ih t) 1) ((n iy) 0))) +("pitofsky" nil (((p ax) 0) ((t aa f) 1) ((s k iy) 0))) +("pitre" nil (((p ay) 1) ((t er) 0))) +("pits" nil (((p ih t s) 1))) +("pitsch" nil (((p ih ch) 1))) +("pitsenbarger" nil (((p ih t) 1) ((s ih n) 0) ((b aa r) 0) ((g er) 0))) +("pitstick" nil (((p ih t) 1) ((s t ih k) 1))) +("pitt" nil (((p ih t) 1))) +("pittance" nil (((p ih) 1) ((t ax n s) 0))) +("pittard" nil (((p ih) 1) ((t er d) 0))) +("pitted" nil (((p ih) 1) ((t ax d) 0))) +("pittencrieff" nil (((p ih) 1) ((t ih n) 0) ((k r iy f) 1))) +("pittenger" nil (((p ih) 1) ((t ih n) 0) ((jh er) 0))) +("pitting" nil (((p ih) 1) ((t ih ng) 0))) +("pittinger" nil (((p ih) 1) ((t ih ng) 0) ((er) 0))) +("pittle" nil (((p ih) 1) ((t ax l) 0))) +("pittman" nil (((p ih t) 1) ((m ax n) 0))) +("pittner" nil (((p ih t) 1) ((n er) 0))) +("pitts" nil (((p ih t s) 1))) +("pittsboro" nil (((p ih t s) 1) ((b er) 0) ((ow) 0))) +("pittsburg" nil (((p ih t s) 1) ((b er g) 0))) +("pittsburgh" nil (((p ih t s) 1) ((b er g) 0))) +("pittsburghers" nil (((p ih t s) 1) ((b er) 0) ((g er z) 0))) +("pittsfield" nil (((p ih t) 1) ((s f iy l d) 0))) +("pittsford" nil (((p ih t) 1) ((s f er d) 0))) +("pittsley" nil (((p ih t) 1) ((s l iy) 0))) +("pittston" nil (((p ih t) 1) ((s t ax n) 0))) +("pituitary" nil (((p ax) 0) ((t uw) 1) ((ax) 0) ((t eh) 1) ((r iy) 0))) +("pity" nil (((p ih) 1) ((t iy) 0))) +("pitying" nil (((p ih) 1) ((t iy) 0) ((ih ng) 0))) +("pitz" nil (((p ih t s) 1))) +("pitzen" nil (((p ih t) 1) ((z ax n) 0))) +("pitzer" nil (((p ih t) 1) ((z er) 0))) +("piver" nil (((p ay) 1) ((v er) 0))) +("pivonka" nil (((p ih) 0) ((v aa ng) 1) ((k ax) 0))) +("pivot" nil (((p ih) 1) ((v ax t) 0))) +("pivotal" nil (((p ih) 1) ((v ax) 0) ((t ax l) 0))) +("pivoted" nil (((p ih) 1) ((v ax) 0) ((t ax d) 0))) +("pixel" nil (((p ih k) 1) ((s ax l) 0))) +("pixels" nil (((p ih k) 1) ((s ax l z) 0))) +("pixie" nil (((p ih k) 1) ((s iy) 0))) +("pixler" nil (((p ih k) 1) ((s l er) 0))) +("pixley" nil (((p ih k) 1) ((s l iy) 0))) +("pizana" nil (((p iy) 0) ((z ae) 1) ((n ax) 0))) +("pizano" nil (((p iy) 0) ((z aa) 1) ((n ow) 0))) +("pizarro" nil (((p ih) 0) ((z aa) 1) ((r ow) 0))) +("pizazz" nil (((p ih) 0) ((z ae z) 1))) +("pizer" nil (((p ay) 1) ((z er) 0))) +("pizza" nil (((p iy t) 1) ((s ax) 0))) +("pizzano" nil (((p iy t) 0) ((s aa) 1) ((n ow) 0))) +("pizzas" nil (((p iy t) 1) ((s ax z) 0))) +("pizzazz" nil (((p ih) 1) ((z ae z) 1))) +("pizzeria" nil (((p iy t) 1) ((s er) 0) ((iy) 1) ((ax) 0))) +("pizzerias" nil (((p iy t) 1) ((s er) 0) ((iy) 1) ((ax z) 0))) +("pizzi" nil (((p ih) 1) ((z iy) 0))) +("pizzimenti" nil (((p iy t) 0) ((s iy) 0) ((m eh n) 1) ((t iy) 0))) +("pizzino" nil (((p iy t) 0) ((s iy) 1) ((n ow) 0))) +("pizzitola" nil (((p iy t) 0) ((s iy) 0) ((t ow) 1) ((l ax) 0))) +("pizzo" nil (((p ih) 1) ((z ow) 0))) +("pizzolato" nil (((p iy t) 0) ((s ow) 0) ((l aa) 1) ((t ow) 0))) +("pizzuti" nil (((p iy t) 0) ((s uw) 1) ((t iy) 0))) +("pizzuto" nil (((p iy t) 0) ((s uw) 1) ((t ow) 0))) +("pla" nil (((p l aa) 1))) +("placard" nil (((p l ae) 1) ((k er d) 0))) +("placards" nil (((p l ae) 1) ((k er d z) 0))) +("placate" nil (((p l ey) 1) ((k ey t) 0))) +("placating" nil (((p l ey) 1) ((k ey) 1) ((t ih ng) 0))) +("place" nil (((p l ey s) 1))) +("placebo" nil (((p l ax) 0) ((s iy) 1) ((b ow) 0))) +("placebos" nil (((p l ax) 0) ((s iy) 1) ((b ow z) 0))) +("placed" nil (((p l ey s t) 1))) +("placek" nil (((p l aa) 1) ((ch eh k) 1))) +("placement" nil (((p l ey) 1) ((s m ax n t) 0))) +("placements" nil (((p l ey) 1) ((s m ax n t s) 0))) +("placencia" nil (((p l aa) 0) ((ch eh n) 1) ((ch ax) 0))) +("placenta" nil (((p l ax) 0) ((s eh n) 1) ((t ax) 0))) +("placentia" nil (((p l ax) 0) ((s eh n) 1) ((sh ax) 0))) +("placer" nil (((p l ae) 1) ((s er) 0))) +("places" nil (((p l ey) 1) ((s ax z) 0))) +("placeway" nil (((p l ey) 1) ((s w ey) 1))) +("placid" nil (((p l ae) 1) ((s ax d) 0))) +("placida" nil (((p l aa) 0) ((ch iy) 1) ((d ax) 0))) +("placido" nil (((p l aa) 1) ((ch ih) 0) ((d ow) 0))) +("placing" nil (((p l ey) 1) ((s ih ng) 0))) +("plack" nil (((p l ae k) 1))) +("placke" nil (((p l ae k) 1))) +("placko" nil (((p l ae) 1) ((k ow) 0))) +("placoid" nil (((p l ae) 1) ((k oy d) 0))) +("placzek" nil (((p l aa) 1) ((ch eh k) 0))) +("plagens" nil (((p l ae) 1) ((g ax n z) 0))) +("plagge" nil (((p l ae g) 1))) +("plagiarism" nil (((p l ey) 1) ((jh er) 0) ((ih) 1) ((z ax m) 0))) +("plagiarized" nil (((p l ey) 1) ((jh iy) 0) ((er) 0) ((ay z d) 1))) +("plagioclase" nil (((p l ey) 1) ((jh iy) 0) ((ax) 0) ((k l ey s) 1))) +("plague" nil (((p l ey g) 1))) +("plagued" nil (((p l ey g d) 1))) +("plagues" nil (((p l ey g z) 1))) +("plaguing" nil (((p l ey) 1) ((g ih ng) 0))) +("plaia" nil (((p l aa) 1) ((y ax) 0))) +("plaid" nil (((p l ae d) 1))) +("plain" nil (((p l ey n) 1))) +("plainclothes" nil (((p l ey n) 1) ((k l ow z) 1))) +("plainer" nil (((p l ey) 1) ((n er) 0))) +("plaines" nil (((p l ey n z) 1))) +("plainfield" nil (((p l ey n) 1) ((f iy l d) 1))) +("plainly" nil (((p l ey n) 1) ((l iy) 0))) +("plains" nil (((p l ey n z) 1))) +("plainsong" nil (((p l ey n) 1) ((s ao ng) 1))) +("plaintiff" nil (((p l ey n) 1) ((t ax f) 0))) +("plaintiffs" nil (((p l ey n) 1) ((t ih f s) 0))) +("plaintive" nil (((p l ey n) 1) ((t ih v) 0))) +("plaintively" nil (((p l ey n) 1) ((t ay) 1) ((v l iy) 0))) +("plainview" nil (((p l ey n) 1) ((v y uw) 1))) +("plair" nil (((p l eh r) 1))) +("plaisance" nil (((p l ey) 1) ((s ax n s) 0))) +("plaisted" nil (((p l aa) 1) ((ih) 0) ((s t ih d) 0))) +("plake" nil (((p l ey k) 1))) +("plam" nil (((p l ae m) 1))) +("plamann" nil (((p l aa) 1) ((m ax n) 0))) +("plambeck" nil (((p l ae m) 1) ((b eh k) 1))) +("plamondon" nil (((p l aa) 0) ((m ow n) 0) ((d ao n) 1))) +("plan" nil (((p l ae n) 1))) +("planar" nil (((p l ey) 1) ((n er) 0))) +("planarian" nil (((p l ax) 0) ((n eh) 1) ((r iy) 0) ((ax n) 0))) +("planas" nil (((p l ae) 1) ((n ax z) 0))) +("planck" nil (((p l ae ng k) 1))) +("plane" nil (((p l ey n) 1))) +("planecon" nil (((p l ae) 1) ((n ax) 0) ((k aa n) 1))) +("planed" nil (((p l ey n d) 1))) +("planeload" nil (((p l ae) 1) ((n ax) 0) ((l ow d) 1))) +("planeloads" nil (((p l ae) 1) ((n ax) 0) ((l ow d z) 1))) +("planer" nil (((p l ey) 1) ((n er) 0))) +("planers" nil (((p l ey) 1) ((n er z) 0))) +("planes" nil (((p l ey n z) 1))) +("planet" nil (((p l ae) 1) ((n ax t) 0))) +("planetarium" nil (((p l ae) 1) ((n ax) 0) ((t eh) 1) ((r iy) 0) ((ax m) 0))) +("planetary" nil (((p l ae) 1) ((n ax) 0) ((t eh) 1) ((r iy) 0))) +("planets" nil (((p l ae) 1) ((n ax t s) 0))) +("planitzer" nil (((p l ae) 1) ((n ih t) 0) ((s er) 0))) +("plank" nil (((p l ae ng k) 1))) +("planking" nil (((p l ae ng) 1) ((k ih ng) 0))) +("planks" nil (((p l ae ng k s) 1))) +("plankton" nil (((p l ae ng k) 1) ((t ax n) 0))) +("planktonic" nil (((p l ae ng k) 0) ((t aa) 1) ((n ih k) 0))) +("planned" nil (((p l ae n d) 1))) +("planner" nil (((p l ae) 1) ((n er) 0))) +("planners" nil (((p l ae) 1) ((n er z) 0))) +("planning" nil (((p l ae) 1) ((n ih ng) 0))) +("plano" nil (((p l ey) 1) ((n ow) 0))) +("plans" nil (((p l ae n z) 1))) +("plant" nil (((p l ae n t) 1))) +("plantain" nil (((p l ae n) 1) ((t ax n) 0))) +("plantains" nil (((p l ae n) 1) ((t ax n z) 0))) +("plantation" nil (((p l ae n) 1) ((t ey) 1) ((sh ax n) 0))) +("plantations" nil (((p l ae n) 1) ((t ey) 1) ((sh ax n z) 0))) +("plante" nil (((p l ae n t) 1))) +("planted" nil (((p l ae n) 1) ((t ax d) 0))) +("planter" nil (((p l ae n) 1) ((t er) 0))) +("planters" nil (((p l ae n) 1) ((t er z) 0))) +("plantiffs" nil (((p l ae n) 1) ((t ih f s) 0))) +("planting" nil (((p l ae n) 1) ((t ih ng) 0))) +("plantings" nil (((p l ae n) 1) ((t ih ng z) 0))) +("plantlike" nil (((p l ae n t) 1) ((l ay k) 1))) +("plantronics" nil (((p l ae n) 1) ((t r aa) 1) ((n ih k s) 0))) +("plants" nil (((p l ae n t s) 1))) +("plantz" nil (((p l ae n t s) 1))) +("plaque" nil (((p l ae k) 1))) +("plaques" nil (((p l ae k s) 1))) +("plas" nil (((p l ae s) 1))) +("plascencia" nil (((p l aa s) 0) ((ch eh n) 1) ((ch ax) 0))) +("plasencia" nil (((p l aa) 0) ((s eh n) 1) ((ch ax) 0))) +("plaskett" nil (((p l ae) 1) ((s k ih t) 0))) +("plasma" nil (((p l ae z) 1) ((m ax) 0))) +("plasminogen" nil (((p l ae z) 1) ((m ih) 1) ((n ax) 0) ((jh ih n) 0))) +("plasmodia" nil (((p l ae z) 0) ((m ow) 1) ((d iy) 0) ((ax) 0))) +("plasmodium" nil (((p l ae z) 0) ((m ow) 1) ((d iy) 0) ((ax m) 0))) +("plass" nil (((p l ae s) 1))) +("plassard" nil (((p l ae) 1) ((s er d) 0))) +("plasse" nil (((p l ae s) 1))) +("plaster" nil (((p l ae) 1) ((s t er) 0))) +("plasterboard" nil (((p l ae) 1) ((s t er) 0) ((b ao r d) 1))) +("plastered" nil (((p l ae) 1) ((s t er d) 0))) +("plasterer" nil (((p l ae) 1) ((s t er) 0) ((er) 0))) +("plastering" nil (((p l ae) 1) ((s t er) 0) ((ih ng) 0))) +("plasters" nil (((p l ae) 1) ((s t er z) 0))) +("plasterwork" nil (((p l ae) 1) ((s t er) 0) ((w er k) 1))) +("plastic" nil (((p l ae) 1) ((s t ih k) 0))) +("plasticine" nil (((p l ae) 1) ((s t ih) 0) ((s iy n) 1))) +("plasticizer" nil (((p l ae) 1) ((s t ax) 0) ((s ay) 1) ((z er) 0))) +("plastics" nil (((p l ae) 1) ((s t ih k s) 0))) +("plata" nil (((p l aa) 1) ((t ax) 0))) +("plate" nil (((p l ey t) 1))) +("plateau" nil (((p l ae) 0) ((t ow) 1))) +("plateaued" nil (((p l ae) 0) ((t ow d) 1))) +("plateauing" nil (((p l ax) 0) ((t ow) 1) ((ih ng) 0))) +("plated" nil (((p l ey) 1) ((t ax d) 0))) +("platek" nil (((p l aa) 1) ((t eh k) 0))) +("platelets" nil (((p l ey t) 1) ((l ax t s) 0))) +("platelike" nil (((p l ey t) 1) ((l ay k) 1))) +("platen" nil (((p l ae) 1) ((t ax n) 0))) +("plater" nil (((p l ey) 1) ((t er) 0))) +("plates" nil (((p l ey t s) 1))) +("platform" nil (((p l ae t) 1) ((f ao r m) 1))) +("platforms" nil (((p l ae t) 1) ((f ao r m z) 1))) +("plath" nil (((p l ae th) 1))) +("plating" nil (((p l ey) 1) ((t ih ng) 0))) +("platinum" nil (((p l ae t) 1) ((n ax m) 0))) +("platitudes" nil (((p l ae) 1) ((t ih) 0) ((t uw d z) 1))) +("platner" nil (((p l ae t) 1) ((n er) 0))) +("plato" nil (((p l ey) 1) ((t ow) 0))) +("platona" nil (((p l aa) 0) ((t ow) 1) ((n ax) 0))) +("platonic" nil (((p l ax) 0) ((t aa) 1) ((n ih k) 0))) +("platonists" nil (((p l ey) 1) ((t ax) 0) ((n ax s t s) 0))) +("platoon" nil (((p l ax) 0) ((t uw n) 1))) +("platoons" nil (((p l ax) 0) ((t uw n z) 1))) +("platt" nil (((p l ae t) 1))) +("platte" nil (((p l ae t) 1))) +("platten" nil (((p l ae) 1) ((t ax n) 0))) +("platter" nil (((p l ae) 1) ((t er) 0))) +("platters" nil (((p l ae) 1) ((t er z) 0))) +("plattner" nil (((p l ae t) 1) ((n er) 0))) +("platts" nil (((p l ae t s) 1))) +("platy" nil (((p l ey) 1) ((t iy) 0))) +("platypus" nil (((p l ae) 1) ((t ax) 0) ((p uh s) 1))) +("platz" nil (((p l ae t s) 1))) +("platzer" nil (((p l ey t) 1) ((z er) 0))) +("plauche" nil (((p l ao ch) 1))) +("plaudits" nil (((p l ao) 1) ((d ih t s) 0))) +("plaugher" nil (((p l ao) 1) ((er) 0))) +("plausibility" nil (((p l ao) 1) ((z ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("plausible" nil (((p l ao) 1) ((z ax) 0) ((b ax l) 0))) +("plausibly" nil (((p l ao) 1) ((z ax) 0) ((b l iy) 0))) +("plaut" nil (((p l ao t) 1))) +("plautz" nil (((p l ao t s) 1))) +("plax" nil (((p l ae k s) 1))) +("play" nil (((p l ey) 1))) +("playa" nil (((p l ay) 1) ((ax) 0))) +("playback" nil (((p l ey) 1) ((b ae k) 1))) +("playboy" nil (((p l ey) 1) ((b oy) 1))) +("playcount" nil (((p l ey) 1) ((k aw n t) 1))) +("played" nil (((p l ey d) 1))) +("player" nil (((p l ey) 1) ((er) 0))) +("players" nil (((p l ey) 1) ((er z) 0))) +("playford" nil (((p l ey) 1) ((f er d) 0))) +("playful" nil (((p l ey) 1) ((f ax l) 0))) +("playfully" nil (((p l ey) 1) ((f ax) 0) ((l iy) 0))) +("playfulness" nil (((p l ey) 1) ((f ax l) 0) ((n ax s) 0))) +("playgoers" n (((p l ey) 1) ((g ow) 1) ((er z) 0))) +("playground" nil (((p l ey) 1) ((g r aw n d) 1))) +("playgrounds" nil (((p l ey) 1) ((g r aw n d z) 1))) +("playhouse" nil (((p l ey) 1) ((hh aw s) 1))) +("playing" nil (((p l ey) 1) ((ih ng) 0))) +("playmate" nil (((p l ey) 1) ((m ey t) 1))) +("playmates" nil (((p l ey) 1) ((m ey t s) 1))) +("playoff" nil (((p l ey) 1) ((ao f) 1))) +("playoffs" nil (((p l ey) 1) ((ao f s) 1))) +("playpen" nil (((p l ey) 1) ((p eh n) 1))) +("playroom" nil (((p l ey) 1) ((r uw m) 1))) +("plays" nil (((p l ey z) 1))) +("playstation" nil (((p l ey) 1) ((s t ey) 1) ((sh ax n) 0))) +("playtex" nil (((p l ey) 1) ((t eh k s) 1))) +("plaything" nil (((p l ey) 1) ((th ih ng) 1))) +("playthings" nil (((p l ey) 1) ((th ih ng z) 1))) +("playwright" nil (((p l ey) 1) ((r ay t) 1))) +("playwrights" nil (((p l ey) 1) ((r ay t s) 1))) +("plaza" nil (((p l aa) 1) ((z ax) 0))) +("plazas" nil (((p l aa) 1) ((z ax z) 0))) +("plea" nil (((p l iy) 1))) +("plead" nil (((p l iy d) 1))) +("pleaded" nil (((p l iy) 1) ((d ax d) 0))) +("pleading" nil (((p l iy) 1) ((d ih ng) 0))) +("pleadings" nil (((p l iy) 1) ((d ih ng z) 0))) +("pleads" nil (((p l iy d z) 1))) +("pleas" nil (((p l iy z) 1))) +("pleasant" nil (((p l eh) 1) ((z ax n t) 0))) +("pleasantly" nil (((p l eh) 1) ((z ax n t) 0) ((l iy) 0))) +("pleasanton" nil (((p l eh) 1) ((z ax n) 0) ((t ax n) 0))) +("pleasantries" nil (((p l eh) 1) ((z ax n) 0) ((t r iy z) 0))) +("pleasants" nil (((p l eh) 1) ((z ax n t s) 0))) +("pleasantville" nil (((p l eh) 1) ((z ax n t) 0) ((v ih l) 1))) +("please" nil (((p l iy z) 1))) +("pleased" nil (((p l iy z d) 1))) +("pleaser" nil (((p l iy) 1) ((z er) 0))) +("pleases" nil (((p l iy) 1) ((z ih z) 0))) +("pleasing" nil (((p l iy) 1) ((z ih ng) 0))) +("pleasingly" nil (((p l iy) 1) ((z ih ng) 0) ((l iy) 0))) +("pleasurable" nil (((p l eh) 1) ((zh er) 0) ((ax) 0) ((b ax l) 0))) +("pleasurama" nil (((p l eh) 1) ((zh uh) 0) ((r ae) 1) ((m ax) 0))) +("pleasure" nil (((p l eh) 1) ((zh er) 0))) +("pleasures" nil (((p l eh) 1) ((zh er z) 0))) +("pleats" nil (((p l iy t s) 1))) +("plebeians" nil (((p l ax) 0) ((b iy) 1) ((ax n z) 0))) +("plebiscite" nil (((p l eh) 1) ((b ax) 0) ((s ay t) 1))) +("pled" nil (((p l eh d) 1))) +("pledge" nil (((p l eh jh) 1))) +("pledged" nil (((p l eh jh d) 1))) +("pledger" nil (((p l eh) 1) ((jh er) 0))) +("pledges" nil (((p l eh) 1) ((jh ih z) 0))) +("pledging" nil (((p l eh) 1) ((jh ih ng) 0))) +("pleiad" nil (((p l iy) 1) ((ax d) 0))) +("pleiades" nil (((p l iy) 1) ((ax) 0) ((d iy z) 1))) +("pleiads" nil (((p l iy) 1) ((ax d z) 0))) +("plein" nil (((p l iy n) 1))) +("pleistocene" nil (((p l ay) 1) ((s t ax) 0) ((s iy n) 1))) +("plemmons" nil (((p l eh) 1) ((m ax n z) 0))) +("plemons" nil (((p l eh) 1) ((m ax n z) 0))) +("plenary" nil (((p l eh) 1) ((n er) 0) ((iy) 0))) +("plenmeer" nil (((p l eh n) 0) ((m ih r) 1))) +("plentiful" nil (((p l eh n) 1) ((t ax) 0) ((f ax l) 0))) +("plenty" nil (((p l eh n) 1) ((t iy) 0))) +("plenum" nil (((p l eh) 1) ((n ax m) 0))) +("plescia" nil (((p l ey) 1) ((s iy) 0) ((ax) 0))) +("plese" nil (((p l iy z) 1))) +("pleshar" nil (((p l eh) 1) ((sh aa r) 1))) +("pleskow" nil (((p l eh) 1) ((s k aw) 0))) +("pless" nil (((p l eh s) 1))) +("plessey" nil (((p l eh) 1) ((s iy) 0))) +("plessinger" nil (((p l eh) 1) ((s ih ng) 0) ((er) 0))) +("plessis" nil (((p l eh) 1) ((s ih s) 0))) +("pletcher" nil (((p l eh) 1) ((ch er) 0))) +("plethora" nil (((p l eh) 1) ((th er) 0) ((ax) 0))) +("pletscher" nil (((p l eh) 1) ((ch er) 0))) +("plett" nil (((p l eh t) 1))) +("pletz" nil (((p l eh t s) 1))) +("pleurisy" nil (((p l uh) 1) ((r ax) 0) ((s iy) 0))) +("pleva" nil (((p l ey) 1) ((v ax) 0))) +("plew" nil (((p l uw) 1))) +("plewa" nil (((p l uw) 1) ((ax) 0))) +("Plexiglas" n (((p l eh k) 1) ((s iy) 0) ((g l ae s) 0))) +("plexus" nil (((p l eh k) 1) ((s ax s) 0))) +("pliable" nil (((p l ay) 1) ((ax) 0) ((b ax l) 0))) +("pliant" nil (((p l ay) 1) ((ax n t) 0))) +("plichta" nil (((p l ih ch) 1) ((t ax) 0))) +("plied" nil (((p l ay d) 1))) +("pliers" nil (((p l ay) 1) ((er z) 0))) +("plies" nil (((p l ay z) 1))) +("plight" nil (((p l ay t) 1))) +("pliler" nil (((p l ay) 1) ((l er) 0))) +("plimpton" nil (((p l ih m p) 1) ((t ax n) 0))) +("plinius" nil (((p l ih) 1) ((n iy) 0) ((ax s) 0))) +("plink" nil (((p l ih ng k) 1))) +("plinking" nil (((p l ih ng) 1) ((k ih ng) 0))) +("plinth" nil (((p l ih n th) 1))) +("pliny" nil (((p l ih) 1) ((n iy) 0))) +("pliocene" nil (((p l ay) 1) ((ax) 0) ((s iy n) 1))) +("plisetskaya" nil (((p l ih) 1) ((s ax t) 0) ((s k ay) 1) ((ax) 0))) +("pliska" nil (((p l ih) 1) ((s k ax) 0))) +("plitt" nil (((p l ih t) 1))) +("plocar" nil (((p l ow) 1) ((k aa r) 0))) +("plocek" nil (((p l ow) 1) ((ch eh k) 1))) +("ploch" nil (((p l aa k) 1))) +("plocher" nil (((p l aa) 1) ((k er) 0))) +("plock" nil (((p l aa k) 1))) +("plod" nil (((p l aa d) 1))) +("plodded" nil (((p l aa) 1) ((d ax d) 0))) +("plodding" nil (((p l aa) 1) ((d ih ng) 0))) +("ploeger" nil (((p l ow) 1) ((g er) 0))) +("ploetz" nil (((p l ow t s) 1))) +("plog" nil (((p l aa g) 1))) +("plohn" nil (((p l ow n) 1))) +("plonka" nil (((p l ow ng) 1) ((k ax) 0))) +("plonski" nil (((p l aa n) 1) ((s k iy) 0))) +("ploof" nil (((p l uw f) 1))) +("plop" nil (((p l aa p) 1))) +("plopped" nil (((p l aa p t) 1))) +("ploss" nil (((p l ao s) 1))) +("plot" nil (((p l aa t) 1))) +("plotkin" nil (((p l aa t) 1) ((k ih n) 0))) +("plotner" nil (((p l aa t) 1) ((n er) 0))) +("plotnick" nil (((p l aa t) 1) ((n ih k) 0))) +("plots" nil (((p l aa t s) 1))) +("plott" nil (((p l aa t) 1))) +("plotted" nil (((p l aa) 1) ((t ax d) 0))) +("plotters" nil (((p l aa) 1) ((t er z) 0))) +("plotting" nil (((p l aa) 1) ((t ih ng) 0))) +("plotts" nil (((p l aa t s) 1))) +("plotz" nil (((p l aa t s) 1))) +("plouff" nil (((p l ow f) 1))) +("plouffe" nil (((p l ow f) 1))) +("plough" nil (((p l aw) 1))) +("ploughed" nil (((p l aw d) 1))) +("plourde" nil (((p l ao r d) 1))) +("plovers" nil (((p l ah) 1) ((v er z) 0))) +("plow" nil (((p l aw) 1))) +("plowden" nil (((p l aw) 1) ((d ax n) 0))) +("plowed" nil (((p l aw d) 1))) +("plowing" nil (((p l aw) 1) ((ih ng) 0))) +("plowman" nil (((p l aw) 1) ((m ax n) 0))) +("plows" nil (((p l aw z) 1))) +("ploy" nil (((p l oy) 1))) +("ploys" nil (((p l oy z) 1))) +("plucinski" nil (((p l ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("pluck" nil (((p l ah k) 1))) +("plucked" nil (((p l ah k t) 1))) +("plucker" nil (((p l ah) 1) ((k er) 0))) +("plucking" nil (((p l ah) 1) ((k ih ng) 0))) +("plucks" nil (((p l ah k s) 1))) +("plucky" nil (((p l ah) 1) ((k iy) 0))) +("plude" nil (((p l uw d) 1))) +("plue" nil (((p l uw) 1))) +("pluff" nil (((p l ah f) 1))) +("plug" nil (((p l ah g) 1))) +("plugged" nil (((p l ah g d) 1))) +("plugging" nil (((p l ah) 1) ((g ih ng) 0))) +("plugs" nil (((p l ah g z) 1))) +("plum" nil (((p l ah m) 1))) +("plumage" nil (((p l uw) 1) ((m ax jh) 0))) +("plumages" nil (((p l uw) 1) ((m ax) 0) ((jh ax z) 0))) +("plumb" nil (((p l ah m) 1))) +("plumbed" nil (((p l ah m d) 1))) +("plumber" nil (((p l ah) 1) ((m er) 0))) +("plumbers" nil (((p l ah) 1) ((m er z) 0))) +("plumbing" nil (((p l ah) 1) ((m ih ng) 0))) +("plume" nil (((p l uw m) 1))) +("plumer" nil (((p l uw) 1) ((m er) 0))) +("plumeri" nil (((p l uw) 1) ((m eh) 1) ((r iy) 0))) +("plumes" nil (((p l uw m z) 1))) +("plumlee" nil (((p l ah m) 1) ((l iy) 1))) +("plumley" nil (((p l ah m) 1) ((l iy) 0))) +("plummer" nil (((p l ah) 1) ((m er) 0))) +("plummet" nil (((p l ah) 1) ((m ax t) 0))) +("plummeted" nil (((p l ah) 1) ((m ax) 0) ((t ih d) 0))) +("plummeting" nil (((p l ah) 1) ((m ax) 0) ((t ih ng) 0))) +("plummets" nil (((p l ah) 1) ((m ax t s) 0))) +("plump" nil (((p l ah m p) 1))) +("plumped" nil (((p l ah m p t) 1))) +("plums" nil (((p l ah m z) 1))) +("plunder" nil (((p l ah n) 1) ((d er) 0))) +("plundered" nil (((p l ah n) 1) ((d er d) 0))) +("plundering" nil (((p l ah n) 1) ((d er) 0) ((ih ng) 0))) +("plunge" nil (((p l ah n jh) 1))) +("plunged" nil (((p l ah n jh d) 1))) +("plunger" nil (((p l ah n) 1) ((jh er) 0))) +("plunges" nil (((p l ah n) 1) ((jh ih z) 0))) +("plunging" nil (((p l ah n) 1) ((jh ih ng) 0))) +("plunk" nil (((p l ah ng k) 1))) +("plunked" nil (((p l ah ng k t) 1))) +("plunkers" nil (((p l ah ng) 1) ((k er z) 0))) +("plunkett" nil (((p l ah ng) 1) ((k ih t) 0))) +("plunking" nil (((p l ah ng) 1) ((k ih ng) 0))) +("plunkitt" nil (((p l ah ng) 1) ((k ih t) 0))) +("plural" nil (((p l uh) 1) ((r ax l) 0))) +("pluralism" nil (((p l uh) 1) ((r ax) 0) ((l ih) 1) ((z ax m) 0))) +("pluralistic" nil (((p l uh) 1) ((r ax) 0) ((l ih) 1) ((s t ih k) 0))) +("plurality" nil (((p l er) 0) ((ae) 1) ((l ih) 0) ((t iy) 0))) +("plus" nil (((p l ah s) 1))) +("pluses" nil (((p l ah) 1) ((s ih z) 0))) +("plush" nil (((p l ah sh) 1))) +("pluta" nil (((p l uw) 1) ((t ax) 0))) +("pluth" nil (((p l uw th) 1))) +("pluto" nil (((p l uw) 1) ((t ow) 0))) +("plutonian" nil (((p l uw) 0) ((t ow) 1) ((n iy) 0) ((ax n) 0))) +("plutonic" nil (((p l uw) 0) ((t aa) 1) ((n ih k) 0))) +("plutonium" nil (((p l uw) 0) ((t ow) 1) ((n iy) 0) ((ax m) 0))) +("pluvial" nil (((p l uw) 1) ((v iy) 0) ((ax l) 0))) +("ply" nil (((p l ay) 1))) +("plybon" nil (((p l ih) 1) ((b ax n) 0))) +("plying" nil (((p l ay) 1) ((ih ng) 0))) +("plyler" nil (((p l ay) 1) ((l er) 0))) +("plymale" nil (((p l ay) 1) ((m ey l) 1))) +("plymouth" nil (((p l ih) 1) ((m ax th) 0))) +("plympton" nil (((p l ih m p) 1) ((t ax n) 0))) +("plywood" nil (((p l ay) 1) ((w uh d) 1))) +("pm" nil (((p iy) 1) ((eh m) 1))) +("pneumatic" nil (((n uw) 0) ((m ae) 1) ((t ih k) 0))) +("pneumatics" nil (((n uh) 0) ((m ae) 1) ((t ih k s) 0))) +("pneumo" nil (((n uw) 1) ((m ow) 0))) +("pneumocystis" nil (((n uw) 0) ((m ow) 1) ((s ih) 0) ((s t ih s) 0))) +("pneumonia" nil (((n uw) 0) ((m ow) 1) ((n y ax) 0))) +("pneumonic" nil (((n uw) 0) ((m aa) 1) ((n ih k) 0))) +("po" nil (((p ow) 1))) +("poach" nil (((p ow ch) 1))) +("poached" nil (((p ow ch t) 1))) +("poachers" nil (((p ow) 1) ((ch er z) 0))) +("poaching" nil (((p ow) 1) ((ch ih ng) 0))) +("poag" nil (((p ow g) 1))) +("poage" nil (((p ow) 1) ((ih jh) 0))) +("poarch" nil (((p ao r hh) 1))) +("pobanz" nil (((p ow) 1) ((b aa n z) 0))) +("pobla" nil (((p ow) 1) ((b l ax) 0))) +("pobst" nil (((p aa b s t) 1))) +("POC" nil (((p iy) 1) ((ow) 1) ((s iy) 1))) +("pocahontas" nil (((p ow) 1) ((k ax) 0) ((hh aa n) 1) ((t ax s) 0))) +("poch" nil (((p aa k) 1))) +("poche" nil (((p aa ch) 1))) +("pochiluk" nil (((p ax) 0) ((ch iy) 1) ((l uw k) 0))) +("pociask" nil (((p ax) 0) ((ch iy) 1) ((ax s k) 0))) +("pocius" nil (((p ow) 1) ((s iy) 0) ((ih s) 0))) +("pocked" nil (((p aa k t) 1))) +("pocket" nil (((p aa) 1) ((k ax t) 0))) +("pocketbook" nil (((p aa) 1) ((k ax t) 0) ((b uh k) 1))) +("pocketbooks" nil (((p aa) 1) ((k ax t) 0) ((b uh k s) 1))) +("pocketed" nil (((p aa) 1) ((k ax) 0) ((t ih d) 0))) +("pocketful" nil (((p aa) 1) ((k ax t) 0) ((f uh l) 1))) +("pocketing" nil (((p aa) 1) ((k ax) 0) ((t ih ng) 0))) +("pockets" nil (((p aa) 1) ((k ax t s) 0))) +("pocklington" nil (((p aa) 1) ((k l ih ng) 0) ((t ax n) 0))) +("pockmarked" nil (((p aa k) 1) ((m aa r k t) 1))) +("poclain" nil (((p aa) 1) ((k l ih n) 0))) +("poco" nil (((p ow) 1) ((k ow) 0))) +("pocock" nil (((p aa) 1) ((k ax k) 0))) +("pocono" nil (((p ow) 1) ((k ax) 0) ((n ow) 1))) +("poconos" nil (((p ow) 1) ((k ax) 0) ((n ow z) 0))) +("pocus" nil (((p ow) 1) ((k ax s) 0))) +("pod" nil (((p aa d) 1))) +("podany" nil (((p ax) 0) ((d ao) 1) ((n iy) 0))) +("podell" nil (((p ow) 0) ((d ey l) 1))) +("podesta" nil (((p ow) 0) ((d eh) 1) ((s t ax) 0))) +("podge" nil (((p aa jh) 1))) +("podgorski" nil (((p aa) 0) ((jh ao r) 1) ((s k iy) 0))) +("podgurski" nil (((p aa) 0) ((jh er) 1) ((s k iy) 0))) +("podhoretz" nil (((p aa d) 1) ((hh er) 0) ((eh t s) 0))) +("podium" nil (((p ow) 1) ((d iy) 0) ((ax m) 0))) +("podiums" nil (((p ow) 1) ((d iy) 0) ((ax m z) 0))) +("podleska" nil (((p aa d) 1) ((l eh) 1) ((s k ax) 0))) +("podnar" nil (((p aa d) 1) ((n aa r) 1))) +("podolak" nil (((p ax) 0) ((d ow) 1) ((l ax k) 0))) +("podoll" nil (((p aa) 1) ((d ax l) 0))) +("podolski" nil (((p ax) 0) ((d ow l) 1) ((s k iy) 0))) +("podolsky" nil (((p ax) 0) ((d ow l) 1) ((s k iy) 0))) +("podrasky" nil (((p ax) 0) ((d r ae) 1) ((s k iy) 0))) +("podraza" nil (((p ow) 0) ((d r aa) 1) ((z ax) 0))) +("pods" nil (((p aa d z) 1))) +("podunk" nil (((p ow) 1) ((t ax ng k) 0))) +("poduska" nil (((p ow) 0) ((d ah) 1) ((s k ax) 0))) +("poe" nil (((p ow) 1))) +("poehl" nil (((p ow l) 1))) +("poehler" nil (((p ow) 1) ((l er) 0))) +("poehlman" nil (((p ow l) 1) ((m ax n) 0))) +("poel" nil (((p ow) 1) ((ax l) 0))) +("poelman" nil (((p ow l) 1) ((m ax n) 0))) +("poem" nil (((p ow) 1) ((ax m) 0))) +("poems" nil (((p ow) 1) ((ax m z) 0))) +("poer" nil (((p ow) 1) ((er) 0))) +("poeschel" nil (((p ow) 1) ((sh ax l) 0))) +("poeschl" nil (((p ow) 1) ((s k ax l) 0))) +("poet" nil (((p ow) 1) ((ax t) 0))) +("poetic" nil (((p ow) 0) ((eh) 1) ((t ih k) 0))) +("poetry" nil (((p ow) 1) ((ax) 0) ((t r iy) 0))) +("poets" nil (((p ow) 1) ((ax t s) 0))) +("pofahl" nil (((p aa) 1) ((f aa l) 0))) +("poff" nil (((p ao f) 1))) +("poffenbarger" nil (((p aa) 1) ((f ih n) 0) ((b aa r) 0) ((g er) 0))) +("poffenberger" nil (((p ao) 1) ((f ax n) 0) ((b er) 0) ((g er) 0))) +("poggi" nil (((p aa) 1) ((jh iy) 0))) +("poggioli" nil (((p ow) 1) ((jh ow) 1) ((l iy) 0))) +("pogo" nil (((p ow) 1) ((g ow) 1))) +("pogorzelski" nil (((p ax) 0) ((g er) 0) ((z eh l) 1) ((s k iy) 0))) +("pogroms" nil (((p ax) 0) ((g r aa m z) 1))) +("pogue" nil (((p ow g) 1))) +("poh" nil (((p ow) 1))) +("pohang" nil (((p ow) 1) ((hh ae ng) 0))) +("pohjola" nil (((p ow) 1) ((jh ow) 1) ((l ax) 0))) +("pohl" nil (((p ow l) 1))) +("pohlad" nil (((p ow) 1) ((l ae d) 0))) +("pohle" nil (((p ow) 1) ((hh ax l) 0))) +("pohlman" nil (((p ow l) 1) ((m ax n) 0))) +("pohlmann" nil (((p ow l) 1) ((m ax n) 0))) +("pohnpei" nil (((p ow n) 1) ((p ey) 1))) +("poignancy" nil (((p oy) 1) ((n y ax n) 0) ((s iy) 0))) +("poignant" nil (((p oy) 1) ((n y ax n t) 0))) +("poignantly" nil (((p oy) 1) ((n y ax n t) 0) ((l iy) 0))) +("poindexter" nil (((p oy n) 1) ((d eh k) 1) ((s t er) 0))) +("poinot" nil (((p oy) 1) ((n aa t) 1))) +("poinsett" nil (((p oy n) 1) ((s ih t) 0))) +("poinsettia" nil (((p oy n) 0) ((s eh) 1) ((t iy) 0) ((ax) 0))) +("poinsettias" nil (((p oy n) 0) ((s eh) 1) ((t iy) 0) ((ax z) 0))) +("point" nil (((p oy n t) 1))) +("pointe" nil (((p oy n t) 1))) +("pointed" nil (((p oy n) 1) ((t ax d) 0))) +("pointedly" nil (((p oy n) 1) ((t ih d) 0) ((l iy) 0))) +("pointer" nil (((p oy n) 1) ((t er) 0))) +("pointers" nil (((p oy n) 1) ((t er z) 0))) +("pointing" nil (((p oy n) 1) ((t ih ng) 0))) +("pointless" nil (((p oy n t) 1) ((l ax s) 0))) +("points" nil (((p oy n t s) 1))) +("pointy" nil (((p oy n) 1) ((t iy) 0))) +("poirier" nil (((p oy) 1) ((r iy) 0) ((er) 0))) +("poirrier" nil (((p oy) 1) ((r iy) 0) ((er) 0))) +("poise" nil (((p oy z) 1))) +("poised" nil (((p oy z d) 1))) +("poison" nil (((p oy) 1) ((z ax n) 0))) +("poisoned" nil (((p oy) 1) ((z ax n d) 0))) +("poisoning" nil (((p oy) 1) ((z ax) 0) ((n ih ng) 0))) +("poisonings" nil (((p oy) 1) ((z ax) 0) ((n ih ng z) 0))) +("poisonous" nil (((p oy) 1) ((z ax) 0) ((n ax s) 0))) +("poisons" nil (((p oy) 1) ((z ax n z) 0))) +("poissant" nil (((p oy z) 0) ((s ao n t) 1))) +("poisson" nil (((p oy z) 1) ((s ax n) 0))) +("poitier" nil (((p oy) 1) ((t y er) 0))) +("poitra" nil (((p oy) 1) ((t r ax) 0))) +("poitras" nil (((p oy) 0) ((t r aa z) 1))) +("pokazukha" nil (((p aa) 1) ((k ax) 0) ((z uw k) 1) ((hh ax) 0))) +("poke" nil (((p ow k) 1))) +("poked" nil (((p ow k t) 1))) +("poker" nil (((p ow) 1) ((k er) 0))) +("pokes" nil (((p ow k s) 1))) +("pokeweed" nil (((p ow) 1) ((k w iy d) 1))) +("pokey" nil (((p ow) 1) ((k iy) 0))) +("poking" nil (((p ow) 1) ((k ih ng) 0))) +("pokorney" nil (((p aa) 1) ((k er) 0) ((n iy) 0))) +("pokorny" nil (((p ax) 0) ((k ao r) 1) ((n iy) 0))) +("pokorski" nil (((p ax) 0) ((k ao r) 1) ((s k iy) 0))) +("poky" nil (((p ow) 1) ((k iy) 0))) +("pol" nil (((p ao l) 1))) +("polacek" nil (((p aa) 1) ((l ax) 0) ((ch eh k) 0))) +("polachek" nil (((p aa) 1) ((l ax) 0) ((k ih k) 0))) +("polack" nil (((p ow) 1) ((l ae k) 0))) +("polak" nil (((p ow) 1) ((l ax k) 0))) +("polakoff" nil (((p aa) 1) ((l ax) 0) ((k ao f) 0))) +("polakowski" nil (((p ax) 0) ((l ax) 0) ((k ao f) 1) ((s k iy) 0))) +("polan" nil (((p ow) 1) ((l ax n) 0))) +("polanco" nil (((p ow) 0) ((l aa n) 1) ((k ow) 0))) +("poland" nil (((p ow) 1) ((l ax n d) 0))) +("polanski" nil (((p ax) 0) ((l ae n) 1) ((s k iy) 0))) +("polansky" nil (((p ax) 0) ((l ae n) 1) ((s k iy) 0))) +("polar" nil (((p ow) 1) ((l er) 0))) +("polarimeter" nil (((p ow) 1) ((l er) 0) ((ih) 1) ((m ax) 0) ((t er) 0))) +("polaris" nil (((p ow) 0) ((l eh) 1) ((r ax s) 0))) +("polariscope" nil (((p ow) 0) ((l eh) 1) ((r ax) 0) ((s k ow p) 1))) +("polarity" nil (((p ow) 0) ((l eh) 1) ((r ax) 0) ((t iy) 0))) +("polarization" nil (((p ow) 1) ((l er) 0) ((ax) 0) ((z ey) 1) ((sh ax n) 0))) +("polarize" nil (((p ow) 1) ((l er) 0) ((ay z) 1))) +("polarized" nil (((p ow) 1) ((l er) 0) ((ay z d) 1))) +("polarizer" nil (((p ow) 1) ((l er) 0) ((ay) 1) ((z er) 0))) +("polarizing" nil (((p ow) 1) ((l er) 0) ((ay) 1) ((z ih ng) 0))) +("polarography" nil (((p ow) 1) ((l er) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("polaroid" nil (((p ow) 1) ((l er) 0) ((oy d) 1))) +("polasek" nil (((p ax) 0) ((l aa) 1) ((s eh k) 0))) +("polaski" nil (((p ax) 0) ((l aa) 1) ((s k iy) 0))) +("polasky" nil (((p ax) 0) ((l aa) 1) ((s k iy) 0))) +("polce" nil (((p ow l s) 1))) +("polcyn" nil (((p ow l) 1) ((s ih n) 0))) +("polder" nil (((p ow l) 1) ((d er) 0))) +("pole" nil (((p ow l) 1))) +("polecat" nil (((p ow l) 1) ((k ae t) 1))) +("polecats" nil (((p ow l) 1) ((k ae t s) 1))) +("polek" nil (((p ow) 1) ((l eh k) 0))) +("polemic" nil (((p ax) 0) ((l eh) 1) ((m ih k) 0))) +("polemical" nil (((p ax) 0) ((l eh) 1) ((m ax) 0) ((k ax l) 0))) +("polemicist" nil (((p ax) 0) ((l eh) 1) ((m ax) 0) ((s ax s t) 0))) +("polemics" nil (((p ow) 0) ((l eh) 1) ((m ih k s) 0))) +("polen" nil (((p ow) 1) ((l ax n) 0))) +("poles" nil (((p ow l z) 1))) +("poletti" nil (((p ow) 0) ((l eh) 1) ((t iy) 0))) +("polevanov" nil (((p ax) 0) ((l eh) 1) ((v ax) 0) ((n aa v) 0))) +("polevoi" nil (((p ow) 1) ((l ax) 0) ((v oy) 1))) +("poleward" nil (((p ow l) 1) ((w er d) 0))) +("poley" nil (((p ow) 1) ((l iy) 0))) +("polgar" nil (((p ow l) 1) ((g er) 0))) +("polhamus" nil (((p ow l) 1) ((hh ax) 0) ((m ih s) 0))) +("polhemus" nil (((p ow l) 1) ((hh ih) 0) ((m ax s) 0))) +("polhill" nil (((p ow l) 1) ((hh ih l) 1))) +("poli" nil (((p ow) 1) ((l iy) 0))) +("policastro" nil (((p ow) 0) ((l iy) 0) ((k ae) 1) ((s t r ow) 0))) +("police" nil (((p ax) 0) ((l iy s) 1))) +("policed" nil (((p ax) 0) ((l iy s t) 1))) +("policeman" nil (((p ax) 0) ((l iy) 1) ((s m ax n) 0))) +("policemen" nil (((p ax) 0) ((l iy) 1) ((s m ih n) 0))) +("polices" nil (((p ax) 0) ((l iy) 1) ((s ih z) 0))) +("policewoman" nil (((p ax) 0) ((l iy) 1) ((s w uh) 1) ((m ax n) 0))) +("polich" nil (((p aa) 1) ((l ih k) 0))) +("policies" nil (((p aa) 1) ((l ax) 0) ((s iy z) 0))) +("policing" nil (((p ax) 0) ((l iy) 1) ((s ih ng) 0))) +("policy" nil (((p aa) 1) ((l ax) 0) ((s iy) 0))) +("policyholder" nil (((p aa) 1) ((l ax) 0) ((s iy) 0) ((hh ow l) 1) ((d er) 0))) +("policyholders" nil (((p aa) 1) ((l ax) 0) ((s iy) 0) ((hh ow l) 1) ((d er z) 0))) +("policymaker" n (((p aa) 1) ((l ax) 0) ((s iy) 0) ((m ey) 1) ((k er) 0))) +("policymakers" nil (((p aa) 1) ((l ax) 0) ((s iy) 0) ((m ey) 1) ((k er z) 0))) +("policymaking" nil (((p aa) 1) ((l ax) 0) ((s iy) 0) ((m ey) 1) ((k ih ng) 0))) +("polidori" nil (((p ow) 0) ((l iy) 0) ((d ao) 1) ((r iy) 0))) +("polidoro" nil (((p ow) 0) ((l iy) 0) ((d ao) 1) ((r ow) 0))) +("polifroni" nil (((p aa) 0) ((l ax) 0) ((f r ow) 1) ((n iy) 0))) +("polimeni" nil (((p ow) 0) ((l iy) 0) ((m eh) 1) ((n iy) 0))) +("polin" nil (((p ow) 1) ((l ih n) 0))) +("poling" nil (((p ow) 1) ((l ih ng) 0))) +("polino" nil (((p ow) 0) ((l iy) 1) ((n ow) 0))) +("polinski" nil (((p ax) 0) ((l ih n) 1) ((s k iy) 0))) +("polinsky" nil (((p ax) 0) ((l ih n) 1) ((s k iy) 0))) +("polio" nil (((p ow) 1) ((l iy) 0) ((ow) 1))) +("poliquin" nil (((p ow) 0) ((l iy) 0) ((k w iy n) 1))) +("polis" nil (((p ow) 1) ((l ax s) 0))) +("polisario" nil (((p ow) 1) ((l ih) 0) ((s eh) 1) ((r iy) 0) ((ow) 0))) +("polish" nil (((p aa) 1) ((l ih sh) 0))) +("polished" nil (((p aa) 1) ((l ih sh t) 0))) +("polishing" nil (((p aa) 1) ((l ih) 0) ((sh ih ng) 0))) +("politano" nil (((p ow) 0) ((l iy) 0) ((t aa) 1) ((n ow) 0))) +("politburo" nil (((p aa) 1) ((l ax t) 0) ((b y uh) 1) ((r ow) 0))) +("polite" nil (((p ax) 0) ((l ay t) 1))) +("politely" nil (((p ax) 0) ((l ay t) 1) ((l iy) 0))) +("politeness" nil (((p ax) 0) ((l ay t) 1) ((n ax s) 0))) +("polites" nil (((p ax) 0) ((l ay t s) 1))) +("politi" nil (((p ow) 0) ((l iy) 1) ((t iy) 0))) +("politic" nil (((p aa) 1) ((l ax) 0) ((t ih k) 1))) +("political" nil (((p ax) 0) ((l ih) 1) ((t ax) 0) ((k ax l) 0))) +("politically" nil (((p ax) 0) ((l ih) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("politician" nil (((p aa) 1) ((l ax) 0) ((t ih) 1) ((sh ax n) 0))) +("politicians" nil (((p aa) 1) ((l ax) 0) ((t ih) 1) ((sh ax n z) 0))) +("politicization" nil (((p ax) 0) ((l ih) 1) ((t ax) 0) ((s ax) 0) ((z ey) 1) ((sh ax n) 0))) +("politicize" nil (((p ax) 0) ((l ih) 1) ((t ih) 0) ((s ay z) 1))) +("politicized" nil (((p ax) 0) ((l ih) 1) ((t ih) 0) ((s ay z d) 1))) +("politicizing" nil (((p ax) 0) ((l ih) 1) ((t ih) 0) ((s ay) 1) ((z ih ng) 0))) +("politicking" nil (((p aa) 1) ((l ax) 0) ((t ih) 1) ((k ih ng) 0))) +("politico" nil (((p ax) 0) ((l ih) 1) ((t ih) 0) ((k ow) 1))) +("politicos" nil (((p ax) 0) ((l ih) 1) ((t ih) 0) ((k ow z) 1))) +("politics" nil (((p aa) 1) ((l ax) 0) ((t ih k s) 1))) +("politis" nil (((p aa) 1) ((l ay) 0) ((t ih s) 0))) +("polito" nil (((p ow) 0) ((l iy) 1) ((t ow) 0))) +("politte" nil (((p ax) 0) ((l ih t) 1))) +("polity" nil (((p aa) 1) ((l ax) 0) ((t iy) 0))) +("politz" nil (((p aa) 1) ((l ih t s) 0))) +("polivka" nil (((p ow) 0) ((l iy v) 1) ((k ax) 0))) +("polizzi" nil (((p ow) 0) ((l iy t) 1) ((s iy) 0))) +("polk" nil (((p ow k) 1))) +("polka" nil (((p ow l) 1) ((k ax) 0))) +("polkas" nil (((p ow l) 1) ((k ax z) 0))) +("polkinghorn" nil (((p ow l) 1) ((k ih ng) 0) ((hh ao r n) 1))) +("poll" nil (((p ow l) 1))) +("pollack" nil (((p aa) 1) ((l ax k) 0))) +("pollak" nil (((p aa) 1) ((l ax k) 0))) +("pollan" nil (((p aa) 1) ((l ax n) 0))) +("polland" nil (((p aa) 1) ((l ax n d) 0))) +("pollard" nil (((p aa) 1) ((l er d) 0))) +("polled" nil (((p ow l d) 1))) +("pollen" nil (((p aa) 1) ((l ax n) 0))) +("pollet" nil (((p aa) 1) ((l ih t) 0))) +("pollett" nil (((p aa) 1) ((l ih t) 0))) +("polley" nil (((p aa) 1) ((l iy) 0))) +("pollick" nil (((p aa) 1) ((l ih k) 0))) +("pollina" nil (((p ow) 0) ((l iy) 1) ((n ax) 0))) +("pollinate" nil (((p aa) 1) ((l ax) 0) ((n ey t) 1))) +("pollinated" nil (((p aa) 1) ((l ih) 0) ((n ey) 1) ((t ih d) 0))) +("pollination" nil (((p aa) 1) ((l ax) 0) ((n ey) 1) ((sh ax n) 0))) +("polling" nil (((p ow) 1) ((l ih ng) 0))) +("pollinger" nil (((p ow) 1) ((l ih ng) 0) ((er) 0))) +("pollini" nil (((p ax) 0) ((l iy) 1) ((n iy) 0))) +("pollinia" nil (((p aa) 0) ((l ih) 1) ((n iy) 0) ((ax) 0))) +("pollino" nil (((p ow) 0) ((l iy) 1) ((n ow) 0))) +("pollio" nil (((p aa) 1) ((l iy) 0) ((ow) 0))) +("pollitt" nil (((p aa) 1) ((l ih t) 0))) +("pollman" nil (((p ow l) 1) ((m ax n) 0))) +("pollner" nil (((p ow l) 1) ((n er) 0))) +("pollo" nil (((p aa) 1) ((l ow) 0))) +("pollock" nil (((p aa) 1) ((l ax k) 0))) +("polloi" nil (((p aa) 1) ((l oy) 1))) +("pollok" nil (((p aa) 1) ((l ax k) 0))) +("polls" nil (((p ow l z) 1))) +("pollster" nil (((p ow l) 1) ((s t er) 0))) +("pollsters" nil (((p ow l) 1) ((s t er z) 0))) +("pollutant" nil (((p ax) 0) ((l uw) 1) ((t ax n t) 0))) +("pollutants" nil (((p ax) 0) ((l uw) 1) ((t ax n t s) 0))) +("pollute" nil (((p ax) 0) ((l uw t) 1))) +("polluted" nil (((p ax) 0) ((l uw) 1) ((t ax d) 0))) +("polluter" nil (((p ax) 0) ((l uw) 1) ((t er) 0))) +("polluters" nil (((p ax) 0) ((l uw) 1) ((t er z) 0))) +("polluting" nil (((p ax) 0) ((l uw) 1) ((t ih ng) 0))) +("pollution" nil (((p ax) 0) ((l uw) 1) ((sh ax n) 0))) +("pollux" nil (((p aa) 1) ((l ax k s) 0))) +("polly" nil (((p aa) 1) ((l iy) 0))) +("pollyanna" nil (((p aa) 1) ((l iy) 0) ((ae) 1) ((n ax) 0))) +("polo" nil (((p ow) 1) ((l ow) 0))) +("polonaise" nil (((p aa) 1) ((l ax) 0) ((n ey z) 1))) +("polonium" nil (((p ax) 0) ((l ow) 1) ((n iy) 0) ((ax m) 0))) +("polonsky" nil (((p ax) 0) ((l aa n) 1) ((s k iy) 0))) +("pols" nil (((p ow l z) 1))) +("polsby" nil (((p ow l z) 1) ((b iy) 0))) +("polsinelli" nil (((p ow l) 0) ((s iy) 0) ((n eh) 1) ((l iy) 0))) +("polsky" nil (((p ow l) 1) ((s k iy) 0))) +("polson" nil (((p ow l) 1) ((s ax n) 0))) +("polster" nil (((p ow l) 1) ((s t er) 0))) +("polston" nil (((p ow l) 1) ((s t ax n) 0))) +("poltergeists" nil (((p ow l) 1) ((t er) 0) ((g ay s t s) 1))) +("poltrack" nil (((p ow l) 1) ((t r ae k) 1))) +("polus" nil (((p ow) 1) ((l ax s) 0))) +("poly" nil (((p aa) 1) ((l iy) 0))) +("polyacetylene" nil (((p aa) 1) ((l iy) 0) ((ax) 0) ((s eh) 1) ((t ax) 0) ((l iy n) 1))) +("polyak" nil (((p aa) 1) ((l iy) 0) ((ae k) 0))) +("polyamide" nil (((p aa) 1) ((l iy) 0) ((ae) 1) ((m ay d) 1))) +("polyandrous" nil (((p aa) 1) ((l iy) 0) ((ae n) 1) ((d r ax s) 0))) +("polyandry" nil (((p aa) 1) ((l iy) 0) ((ae n) 1) ((d r iy) 0))) +("polybutylene" nil (((p aa) 1) ((l iy) 0) ((b y uw) 1) ((t ax) 0) ((l iy n) 1))) +("polycarpic" nil (((p aa) 1) ((l ih) 0) ((k aa r) 1) ((p ih k) 0))) +("polycast" nil (((p aa) 1) ((l iy) 0) ((k ae s t) 1))) +("polychlorinated" nil (((p aa) 1) ((l iy) 0) ((k l ao) 1) ((r ih) 0) ((n ey) 1) ((t ih d) 0))) +("polychrome" nil (((p aa) 1) ((l ih) 0) ((k r ow m) 1))) +("polyconomics" nil (((p aa) 1) ((l ih) 0) ((k ax) 0) ((n aa) 1) ((m ih k s) 0))) +("polyester" nil (((p aa) 1) ((l iy) 0) ((eh) 1) ((s t er) 0))) +("polyesters" nil (((p aa) 1) ((l iy) 0) ((eh) 1) ((s t er z) 0))) +("polyethylene" nil (((p aa) 1) ((l iy) 0) ((eh) 1) ((th ax) 0) ((l iy n) 1))) +("polygamous" nil (((p ax) 0) ((l ih) 1) ((g ax) 0) ((m ax s) 0))) +("polygamy" nil (((p ax) 0) ((l ih) 1) ((g ax) 0) ((m iy) 0))) +("polyglot" nil (((p aa) 1) ((l iy) 0) ((g l aa t) 0))) +("polygon" nil (((p aa) 1) ((l ih) 0) ((g aa n) 1))) +("polygonal" nil (((p ax) 0) ((l ih) 1) ((g ax) 0) ((n ax l) 0))) +("polygram" nil (((p aa) 1) ((l iy) 0) ((g r ae m) 1))) +("polygraph" nil (((p aa) 1) ((l ih) 0) ((g r ae f) 1))) +("polygraphs" nil (((p aa) 1) ((l iy) 0) ((g r ae f s) 1))) +("polygynous" nil (((p ax) 0) ((l ih) 1) ((jh ax) 0) ((n ax s) 0))) +("polygyny" nil (((p ax) 0) ((l ih) 1) ((jh ax) 0) ((n iy) 0))) +("polyhedron" nil (((p aa) 1) ((l ih) 0) ((hh iy) 1) ((d r ax n) 0))) +("polyhedrons" nil (((p aa) 1) ((l ih) 0) ((hh iy) 1) ((d r ax n z) 0))) +("polyhemoglobin" nil (((p aa) 1) ((l ih) 0) ((hh ax) 0) ((m aa) 1) ((g l ax) 0) ((b ih n) 0))) +("polymer" nil (((p aa) 1) ((l ax) 0) ((m er) 0))) +("polymerase" nil (((p aa) 1) ((l ih) 0) ((m er) 0) ((ey s) 1))) +("polymerized" nil (((p aa) 1) ((l ih) 0) ((m er) 0) ((ay z d) 1))) +("polymerizes" nil (((p aa) 1) ((l ih) 0) ((m er) 0) ((ay) 1) ((z ax z) 0))) +("polymers" nil (((p aa) 1) ((l ih) 0) ((m er z) 0))) +("polynesia" nil (((p aa) 1) ((l ih) 0) ((n iy) 1) ((zh ax) 0))) +("polynesian" nil (((p aa) 1) ((l ih) 0) ((n iy) 1) ((zh ax n) 0))) +("polynomial" nil (((p aa) 1) ((l ih) 0) ((n ow) 1) ((m iy) 0) ((ax l) 0))) +("polyphase" nil (((p aa) 1) ((l ih) 0) ((f ey z) 1))) +("polyphonic" nil (((p aa) 1) ((l ih) 0) ((f aa) 1) ((n ih k) 0))) +("polyphony" nil (((p ax) 0) ((l ih) 1) ((f ax) 0) ((n iy) 0))) +("polypropylene" nil (((p aa) 1) ((l iy) 0) ((p r ow) 1) ((p ax) 0) ((l iy n) 1))) +("polyps" nil (((p aa) 1) ((l ih p s) 0))) +("polysaccharide" nil (((p aa) 1) ((l ih) 0) ((s ae) 1) ((k er) 0) ((ay d) 1))) +("polysaccharides" nil (((p aa) 1) ((l ih) 0) ((s ae) 1) ((k er) 0) ((ay d z) 1))) +("polysar" nil (((p aa) 1) ((l ih) 0) ((s aa r) 0))) +("polysilicon" nil (((p aa) 1) ((l iy) 0) ((s ih) 1) ((l ih) 0) ((k aa n) 1))) +("polystyrene" nil (((p aa) 1) ((l ih) 0) ((s t ay) 1) ((r iy n) 1))) +("polytechnic" nil (((p aa) 1) ((l ih) 0) ((t eh k) 1) ((n ih k) 0))) +("polytheism" nil (((p aa) 1) ((l ih) 0) ((th iy) 0) ((ih) 0) ((z ax m) 0))) +("polytheistic" nil (((p aa) 1) ((l ih) 0) ((th iy) 0) ((ih) 1) ((s t ih k) 0))) +("polyurethane" nil (((p aa) 1) ((l iy) 0) ((uh) 1) ((r ax) 0) ((th ey n) 1))) +("polyvinyl" nil (((p aa) 1) ((l iy) 0) ((v ay) 1) ((n ax l) 0))) +("polzer" nil (((p ow l) 1) ((z er) 0))) +("polzin" nil (((p ow l) 1) ((z ih n) 0))) +("poma" nil (((p ow) 1) ((m ax) 0))) +("pombo" nil (((p aa m) 1) ((b ow) 0))) +("pomerance" nil (((p aa) 1) ((m er) 0) ((ae n s) 1))) +("pomerania" nil (((p aa) 1) ((m er) 0) ((ey) 1) ((n iy) 0) ((ax) 0))) +("pomeranian" nil (((p aa) 1) ((m er) 0) ((ey) 1) ((n iy) 0) ((ax n) 0))) +("pomerantz" nil (((p aa) 1) ((m er) 0) ((ae n t s) 1))) +("pomeranz" nil (((p aa) 1) ((m er) 0) ((ae n s) 1))) +("pomerleau" nil (((p aa) 1) ((m er) 0) ((l ow) 0))) +("pomeroy" nil (((p aa) 1) ((m er) 0) ((oy) 1))) +("pomicino" nil (((p ow) 1) ((m ih) 0) ((s iy) 1) ((n ow) 0))) +("pommel" nil (((p aa) 1) ((m ax l) 0))) +("pommer" nil (((p aa) 1) ((m er) 0))) +("pommier" nil (((p aa) 1) ((m iy) 0) ((er) 0))) +("pomo" nil (((p ow) 1) ((m ow) 0))) +("pomodoro" nil (((p aa) 1) ((m ax) 0) ((d ao) 1) ((r ow) 0))) +("pomology" nil (((p ow) 0) ((m aa) 1) ((l ax) 0) ((jh iy) 0))) +("pomona" nil (((p ow) 0) ((m ow) 1) ((n ax) 0))) +("pomp" nil (((p aa m p) 1))) +("pompa" nil (((p aa m) 1) ((p ax) 0))) +("pompadur" nil (((p aa m) 1) ((p ax) 0) ((d er) 0))) +("pompano" nil (((p aa m) 1) ((p ax) 0) ((n ow) 1))) +("pompeo" nil (((p ow m) 1) ((p iy) 0) ((ow) 0))) +("pomper" nil (((p aa m) 1) ((p er) 0))) +("pompey" nil (((p aa m) 1) ((p iy) 0))) +("pompidou" nil (((p aa m) 1) ((p ih) 0) ((d uw) 1))) +("pompilio" nil (((p ow m) 0) ((p iy) 1) ((l iy) 0) ((ow) 0))) +("pomplun" nil (((p aa m) 1) ((p l ax n) 0))) +("pompon" nil (((p aa m) 1) ((p aa n) 1))) +("pomponio" nil (((p ow m) 0) ((p ow) 1) ((n iy) 0) ((ow) 0))) +("pompons" nil (((p aa m) 1) ((p aa n z) 1))) +("pomposity" nil (((p aa m) 1) ((p aa) 1) ((s ih) 0) ((t iy) 0))) +("pompous" nil (((p aa m) 1) ((p ax s) 0))) +("pompousness" nil (((p aa m) 1) ((p ax) 0) ((s n ax s) 0))) +("pomrenze" nil (((p aa) 1) ((m r ax n z) 0))) +("pomroy" nil (((p aa) 1) ((m r oy) 1))) +("pon" nil (((p aa n) 1))) +("ponce" nil (((p ow n) 1) ((s ey) 0))) +("poncet" nil (((p aa n) 1) ((s ax t) 0))) +("pond" nil (((p aa n d) 1))) +("ponder" nil (((p aa n) 1) ((d er) 0))) +("pondered" nil (((p aa n) 1) ((d er d) 0))) +("pondering" nil (((p aa n) 1) ((d er) 0) ((ih ng) 0))) +("ponderosa" nil (((p aa n) 1) ((d er) 0) ((ow) 1) ((s ax) 0))) +("ponderous" nil (((p aa n) 1) ((d er) 0) ((ax s) 0))) +("ponders" nil (((p aa n) 1) ((d er z) 0))) +("ponds" nil (((p aa n d z) 1))) +("pong" nil (((p ao ng) 1))) +("pongratz" nil (((p aa ng) 1) ((g r ax t s) 0))) +("poniatowski" nil (((p ax) 0) ((n iy) 0) ((ax) 0) ((t ao f) 1) ((s k iy) 0))) +("ponied" nil (((p ow) 1) ((n iy d) 0))) +("ponies" nil (((p ow) 1) ((n iy z) 0))) +("pons" nil (((p aa n z) 1))) +("ponsolle" nil (((p aa n) 1) ((s ow l) 0))) +("pont" nil (((p aa n t) 1))) +("pontarelli" nil (((p ow n) 0) ((t aa) 0) ((r eh) 1) ((l iy) 0))) +("pontbriand" nil (((p aa n t) 1) ((b r iy) 0) ((ax n d) 0))) +("ponte" nil (((p aa n t) 1))) +("pontes" nil (((p ow n) 1) ((t eh s) 0))) +("ponti" nil (((p aa n) 1) ((t iy) 0))) +("pontiac" nil (((p aa n) 1) ((t iy) 0) ((ae k) 1))) +("pontiacs" nil (((p aa n) 1) ((t iy) 0) ((ae k s) 1))) +("pontiff" nil (((p aa n) 1) ((t ax f) 0))) +("pontifical" nil (((p aa n) 0) ((t ih) 1) ((f ax) 0) ((k ax l) 0))) +("pontificate" nil (((p aa n) 0) ((t ih) 1) ((f ax) 0) ((k ey t) 1))) +("pontificated" nil (((p aa n) 0) ((t ih) 1) ((f ax) 0) ((k ey) 1) ((t ih d) 0))) +("pontificater" nil (((p aa n) 0) ((t ih) 1) ((f ax) 0) ((k ey) 1) ((t er) 0))) +("pontificates" nil (((p aa n) 0) ((t ih) 1) ((f ax) 0) ((k ey t s) 1))) +("pontificating" nil (((p aa n) 0) ((t ih) 1) ((f ax) 0) ((k ey) 1) ((t ih ng) 0))) +("pontification" nil (((p aa n) 0) ((t ih) 1) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("pontifications" nil (((p aa n) 0) ((t ih) 1) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("pontikes" nil (((p aa n) 1) ((t iy) 1) ((k eh z) 1))) +("pontillo" nil (((p ow n) 0) ((t ih) 1) ((l ow) 0))) +("pontious" nil (((p ow n) 1) ((sh ih s) 0))) +("pontius" nil (((p aa n) 1) ((t iy) 0) ((ih s) 0))) +("ponto" nil (((p aa n) 1) ((t ow) 0))) +("ponton" nil (((p aa n) 1) ((t ax n) 0))) +("pontoon" nil (((p aa n) 0) ((t uw n) 1))) +("pontoons" nil (((p aa n) 1) ((t uw n z) 1))) +("ponts" nil (((p aa n t s) 1))) +("pony" nil (((p ow) 1) ((n iy) 0))) +("ponzetti" nil (((p aa n) 0) ((z eh) 1) ((t iy) 0))) +("ponzi" nil (((p aa n) 1) ((z iy) 0))) +("ponzio" nil (((p aa n) 1) ((z iy) 0) ((ow) 0))) +("ponzo" nil (((p aa n) 1) ((z ow) 0))) +("poo" nil (((p uw) 1))) +("pooch" nil (((p uw ch) 1))) +("pooches" nil (((p uw) 1) ((ch ih z) 0))) +("poodle" nil (((p uw) 1) ((d ax l) 0))) +("poodles" nil (((p uw) 1) ((d ax l z) 0))) +("poof" nil (((p uw f) 1))) +("pooh" nil (((p uw) 1))) +("poohed" nil (((p uw d) 1))) +("pool" nil (((p uw l) 1))) +("poole" nil (((p uw l) 1))) +("pooled" nil (((p uw l d) 1))) +("pooler" nil (((p uw) 1) ((l er) 0))) +("pooley" nil (((p uw) 1) ((l iy) 0))) +("pooling" nil (((p uw) 1) ((l ih ng) 0))) +("pools" nil (((p uw l z) 1))) +("poolside" nil (((p uw l) 1) ((s ay d) 1))) +("poon" nil (((p uw n) 1))) +("poop" nil (((p uw p) 1))) +("pooped" nil (((p uw p t) 1))) +("poops" nil (((p uw p s) 1))) +("poor" nil (((p uh r) 1))) +("poorbaugh" nil (((p uh r) 1) ((b ao) 0))) +("poore" nil (((p uh r) 1))) +("poorer" nil (((p uh) 1) ((r er) 0))) +("poorest" nil (((p uh) 1) ((r ih s t) 0))) +("poorhouse" nil (((p uh r) 1) ((hh aw s) 1))) +("poorly" nil (((p uh r) 1) ((l iy) 0))) +("poorman" nil (((p uh r) 1) ((m ax n) 0))) +("poors" nil (((p uh r z) 1))) +("pooser" nil (((p uw) 1) ((z er) 0))) +("poovey" nil (((p uw) 1) ((v iy) 0))) +("pop" nil (((p aa p) 1))) +("popa" nil (((p ow) 1) ((p ax) 0))) +("popcorn" nil (((p aa p) 1) ((k ao r n) 1))) +("pope" nil (((p ow p) 1))) +("popeil" nil (((p ow) 1) ((p iy l) 1))) +("popejoy" nil (((p ow p) 1) ((jh oy) 1))) +("popek" nil (((p ow) 1) ((p ih k) 0))) +("popelka" nil (((p ax) 0) ((p eh l) 1) ((k ax) 0))) +("popeye" nil (((p aa) 1) ((p ay) 1))) +("popeyes" nil (((p ao) 1) ((p ay z) 1))) +("popham" nil (((p aa) 1) ((f ax m) 0))) +("popick" nil (((p aa) 1) ((p ih k) 0))) +("popiel" nil (((p aa) 1) ((p iy l) 0))) +("popieluszko" nil (((p ow) 0) ((p iy) 1) ((eh) 0) ((l ah) 1) ((s k ow) 0))) +("popik" nil (((p ow) 1) ((p ih k) 0))) +("popken" nil (((p aa p) 1) ((k ax n) 0))) +("popkin" nil (((p aa p) 1) ((k ih n) 0))) +("popko" nil (((p ow p) 1) ((k ow) 0))) +("poplar" nil (((p aa) 1) ((p l er) 0))) +("poplawski" nil (((p ax) 0) ((p l aa f) 1) ((s k iy) 0))) +("poplin" nil (((p aa) 1) ((p l ih n) 0))) +("popoff" nil (((p aa) 1) ((p ao f) 1))) +("popolare" nil (((p aa) 1) ((p ow) 0) ((l aa) 1) ((r iy) 0))) +("popov" nil (((p ow) 1) ((p ax v) 0))) +("popovic" nil (((p aa) 1) ((p ax) 0) ((v ih k) 0))) +("popovich" nil (((p aa) 1) ((p ax) 0) ((v ih ch) 0))) +("popowski" nil (((p ax) 0) ((p ao f) 1) ((s k iy) 0))) +("popp" nil (((p aa p) 1))) +("poppa" nil (((p aa) 1) ((p ax) 0))) +("poppe" nil (((p aa p) 1))) +("poppea" nil (((p aa) 1) ((p iy) 0) ((ax) 0))) +("popped" nil (((p aa p t) 1))) +("poppell" nil (((p aa) 1) ((p ax l) 0))) +("poppen" nil (((p aa) 1) ((p ax n) 0))) +("popper" nil (((p aa) 1) ((p er) 0))) +("poppers" nil (((p aa) 1) ((p er z) 0))) +("poppies" nil (((p aa) 1) ((p iy z) 0))) +("popping" nil (((p aa) 1) ((p ih ng) 0))) +("popple" nil (((p aa) 1) ((p ax l) 0))) +("poppleton" nil (((p aa) 1) ((p l ih) 0) ((t aa n) 0))) +("popplewell" nil (((p aa) 1) ((p l ih) 0) ((w eh l) 0))) +("poppy" nil (((p aa) 1) ((p iy) 0))) +("pops" nil (((p aa p s) 1))) +("popsicle" nil (((p aa p) 1) ((s ih) 0) ((k ax l) 0))) +("populace" nil (((p aa) 1) ((p y ax) 0) ((l ax s) 0))) +("popular" nil (((p aa) 1) ((p y ax) 0) ((l er) 0))) +("popularity" nil (((p aa) 1) ((p y ax) 0) ((l eh) 1) ((r ax) 0) ((t iy) 0))) +("popularization" nil (((p aa) 1) ((p y ax) 0) ((l er) 0) ((ax) 0) ((z ey) 1) ((sh ax n) 0))) +("popularize" nil (((p aa) 1) ((p y ax) 0) ((l er) 0) ((ay z) 1))) +("popularized" nil (((p aa) 1) ((p y ax) 0) ((l er) 0) ((ay z d) 1))) +("popularizer" nil (((p aa) 1) ((p y ax) 0) ((l er) 0) ((ay) 1) ((z er) 0))) +("popularizing" nil (((p aa) 1) ((p y ax) 0) ((l er) 0) ((ay) 1) ((z ih ng) 0))) +("popularly" nil (((p aa) 1) ((p y ax) 0) ((l er) 0) ((l iy) 0))) +("populate" nil (((p aa) 1) ((p y ax) 0) ((l ey t) 1))) +("populated" nil (((p aa) 1) ((p y ax) 0) ((l ey) 1) ((t ax d) 0))) +("populating" nil (((p aa) 1) ((p y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("population" nil (((p aa) 1) ((p y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("populations" nil (((p aa) 1) ((p y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("populism" nil (((p aa) 1) ((p y ax) 0) ((l ih) 1) ((z ax m) 0))) +("populist" nil (((p aa) 1) ((p y ax) 0) ((l ax s t) 0))) +("populists" nil (((p aa) 1) ((p y ax) 0) ((l ih s t s) 0))) +("populous" nil (((p aa) 1) ((p y ax) 0) ((l ax s) 0))) +("popwell" nil (((p aa) 1) ((p w eh l) 1))) +("poquette" nil (((p ax) 0) ((k eh t) 1))) +("por" nil (((p ao r) 1))) +("porada" nil (((p ao) 0) ((r aa) 1) ((d ax) 0))) +("porath" nil (((p ao) 1) ((r ax th) 0))) +("porcaro" nil (((p ao r) 0) ((k aa) 1) ((r ow) 0))) +("porcelain" nil (((p ao r) 1) ((s ax) 0) ((l ax n) 0))) +("porcelains" nil (((p ao r) 1) ((s ax) 0) ((l ax n z) 0))) +("porcella" nil (((p ao r) 0) ((ch eh) 1) ((l ax) 0))) +("porcelli" nil (((p ao r) 0) ((ch eh) 1) ((l iy) 0))) +("porcello" nil (((p ao r) 0) ((ch eh) 1) ((l ow) 0))) +("porch" nil (((p ao r ch) 1))) +("porche" nil (((p ao r ch) 1))) +("porcher" nil (((p ao r) 1) ((ch er) 0))) +("porches" nil (((p ao r) 1) ((ch ax z) 0))) +("porchia" nil (((p ao r) 1) ((k iy) 0) ((ax) 0))) +("porco" nil (((p ao r) 1) ((k ow) 0))) +("porcupine" nil (((p ao r) 1) ((k y ax) 0) ((p ay n) 1))) +("porcupines" nil (((p ao r) 1) ((k y ax) 0) ((p ay n z) 1))) +("pordy" nil (((p ao r) 1) ((d iy) 0))) +("pore" nil (((p ao r) 1))) +("pored" nil (((p ao r d) 1))) +("poremba" nil (((p ao) 0) ((r eh m) 1) ((b ax) 0))) +("pores" nil (((p ao r z) 1))) +("porges" nil (((p ao r) 1) ((jh ih z) 0))) +("porgy" nil (((p ao r) 1) ((g iy) 0))) +("poring" nil (((p ao) 1) ((r ih ng) 0))) +("pork" nil (((p ao r k) 1))) +("porky" nil (((p ao r) 1) ((k iy) 0))) +("porn" nil (((p ao r n) 1))) +("porno" nil (((p ao r) 1) ((n ow) 0))) +("pornographic" nil (((p ao r) 1) ((n ax) 0) ((g r ae) 1) ((f ih k) 0))) +("pornography" nil (((p ao r) 0) ((n aa) 1) ((g r ax) 0) ((f iy) 0))) +("porous" nil (((p ao) 1) ((r ax s) 0))) +("porphyritic" nil (((p ao r) 1) ((f er) 0) ((ih) 1) ((t ih k) 0))) +("porphyry" nil (((p ao r) 1) ((f er) 0) ((iy) 0))) +("porpoises" nil (((p ao r) 1) ((p ax) 0) ((s ax z) 0))) +("porr" nil (((p ao r) 1))) +("porras" nil (((p ao) 1) ((r aa z) 0))) +("porrazzo" nil (((p ao) 0) ((r aa) 1) ((z ow) 0))) +("porreca" nil (((p ao) 0) ((r eh) 1) ((k ax) 0))) +("porretta" nil (((p ao) 0) ((r eh) 1) ((t ax) 0))) +("porridge" nil (((p ao) 1) ((r ax jh) 0))) +("porritt" nil (((p ao) 1) ((r ih t) 0))) +("porro" nil (((p ao) 1) ((r ow) 0))) +("porsche" nil (((p ao r) 1) ((sh ax) 0))) +("porsches" nil (((p ao r) 1) ((sh ih z) 0))) +("port" nil (((p ao r t) 1))) +("porta" nil (((p ao r) 1) ((t ax) 0))) +("portability" nil (((p ao r) 1) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("portable" nil (((p ao r) 1) ((t ax) 0) ((b ax l) 0))) +("portables" nil (((p ao r) 1) ((t ax) 0) ((b ax l z) 0))) +("portage" nil (((p ao r) 1) ((t ax jh) 0))) +("portal" nil (((p ao r) 1) ((t ax l) 0))) +("portales" nil (((p ao r) 0) ((t aa) 1) ((l eh s) 0))) +("portals" nil (((p ao r) 1) ((t ax l z) 0))) +("portanova" nil (((p ao r) 0) ((t aa) 0) ((n ow) 1) ((v ax) 0))) +("porte" nil (((p ao r t) 1))) +("portec" nil (((p ao r) 1) ((t eh k) 1))) +("portee" nil (((p ao r) 1) ((t iy) 1))) +("portela" nil (((p ao r) 0) ((t eh) 1) ((l ax) 0))) +("portell" nil (((p ao r) 0) ((t ey l) 1))) +("portelli" nil (((p ao r) 0) ((t eh) 1) ((l iy) 0))) +("portend" nil (((p ao r) 0) ((t eh n d) 1))) +("portending" nil (((p ao r) 0) ((t eh n) 1) ((d ih ng) 0))) +("portends" nil (((p ao r) 0) ((t eh n d z) 1))) +("portent" nil (((p ao r) 1) ((t eh n t) 0))) +("portentous" nil (((p ao r) 0) ((t eh n) 1) ((t ax s) 0))) +("portents" nil (((p ao r) 1) ((t eh n t s) 1))) +("porteous" nil (((p ao r) 1) ((t iy) 0) ((ih s) 0))) +("porter" nil (((p ao r) 1) ((t er) 0))) +("portera" nil (((p ao r) 0) ((t eh) 1) ((r ax) 0))) +("porterages" nil (((p ao r) 1) ((t er) 0) ((ih) 0) ((jh ih z) 0))) +("porterfield" nil (((p ao r) 1) ((t er) 0) ((f iy l d) 1))) +("portfolio" nil (((p ao r t) 0) ((f ow) 1) ((l iy) 0) ((ow) 1))) +("portfolios" nil (((p ao r t) 0) ((f ow) 1) ((l iy) 0) ((ow z) 1))) +("porth" nil (((p ao r th) 1))) +("portia" nil (((p ao r) 1) ((sh ax) 0))) +("portico" nil (((p ao r) 1) ((t ax) 0) ((k ow) 1))) +("portier" nil (((p ao r) 1) ((t iy) 0) ((er) 0))) +("portilla" nil (((p ao r) 1) ((t ih) 1) ((l ax) 0))) +("portillo" nil (((p ao r) 1) ((t ih) 1) ((l ow) 0))) +("porting" nil (((p ao r) 1) ((t ih ng) 0))) +("portion" nil (((p ao r) 1) ((sh ax n) 0))) +("portions" nil (((p ao r) 1) ((sh ax n z) 0))) +("portis" nil (((p ao r) 1) ((t ih s) 0))) +("portland" nil (((p ao r t) 1) ((l ax n d) 0))) +("portlock" nil (((p ao r t) 1) ((l aa k) 1))) +("portly" nil (((p ao r t) 1) ((l iy) 0))) +("portman" nil (((p ao r t) 1) ((m ax n) 0))) +("portner" nil (((p ao r t) 1) ((n er) 0))) +("portney" nil (((p ao r t) 1) ((n iy) 0))) +("portnoy" nil (((p ao r t) 1) ((n oy) 0))) +("porto" nil (((p ao r) 1) ((t ow) 0))) +("portrait" nil (((p ao r) 1) ((t r ax t) 0))) +("portraits" nil (((p ao r) 1) ((t r ax t s) 0))) +("portray" nil (((p ao r) 0) ((t r ey) 1))) +("portrayal" nil (((p ao r) 0) ((t r ey) 1) ((ax l) 0))) +("portrayals" nil (((p ao r) 0) ((t r ey) 1) ((ax l z) 0))) +("portrayed" nil (((p ao r) 0) ((t r ey d) 1))) +("portraying" nil (((p ao r) 0) ((t r ey) 1) ((ih ng) 0))) +("portrays" nil (((p ao r) 0) ((t r ey z) 1))) +("ports" nil (((p ao r t s) 1))) +("portsmouth" nil (((p ao r t) 1) ((s m ax th) 0))) +("portugal" nil (((p ao r) 1) ((ch ax) 0) ((g ax l) 0))) +("portugalia" nil (((p ao r) 1) ((ch uw) 1) ((g ey) 1) ((l iy) 0) ((ax) 0))) +("portuguese" nil (((p ao r) 1) ((ch ax) 0) ((g iy z) 1))) +("portune" nil (((p ao r) 0) ((t uw n) 1))) +("portwood" nil (((p ao r) 1) ((t w uh d) 1))) +("portz" nil (((p ao r t s) 1))) +("porzio" nil (((p ao r) 1) ((z iy) 0) ((ow) 0))) +("posa" nil (((p ow) 1) ((s ax) 0))) +("posada" nil (((p ow) 0) ((s aa) 1) ((d ax) 0))) +("POSB" nil (((p iy) 1) ((ow) 1) ((eh s) 1) ((b iy) 1))) +("posch" nil (((p ao sh) 1))) +("posco" nil (((p ao) 1) ((s k ow) 0))) +("pose" nil (((p ow z) 1))) +("posed" nil (((p ow z d) 1))) +("poseidon" nil (((p ax) 0) ((s ay) 1) ((d ax n) 0))) +("posen" nil (((p ow) 1) ((z ax n) 0))) +("poser" nil (((p ow) 1) ((z er) 0))) +("poses" nil (((p ow) 1) ((z ax z) 0))) +("posey" nil (((p ow) 1) ((z iy) 0))) +("posh" nil (((p aa sh) 1))) +("posing" nil (((p ow) 1) ((z ih ng) 0))) +("posit" nil (((p aa) 1) ((z ax t) 0))) +("posited" nil (((p aa) 1) ((z ax) 0) ((t ax d) 0))) +("position" nil (((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("positioned" nil (((p ax) 0) ((z ih) 1) ((sh ax n d) 0))) +("positioning" nil (((p ax) 0) ((z ih) 1) ((sh ax) 0) ((n ih ng) 0))) +("positions" nil (((p ax) 0) ((z ih) 1) ((sh ax n z) 0))) +("positive" nil (((p aa) 1) ((z ax) 0) ((t ih v) 0))) +("positively" nil (((p aa) 1) ((z ax) 0) ((t ih) 0) ((v l iy) 0))) +("positives" nil (((p aa) 1) ((z ax) 0) ((t ih v z) 0))) +("positivism" nil (((p aa) 1) ((z ax) 0) ((t ih) 0) ((v ih) 1) ((z ax m) 0))) +("positron" nil (((p aa) 1) ((z ax) 0) ((t r aa n) 1))) +("positrons" nil (((p aa) 1) ((z ax) 0) ((t r aa n z) 1))) +("posits" nil (((p aa) 1) ((z ax t s) 0))) +("posluns" nil (((p ao) 1) ((z l ax n z) 0))) +("posluszny" nil (((p ax) 0) ((s l ah) 1) ((sh n iy) 0))) +("posner" nil (((p ow z) 1) ((n er) 0))) +("posners" nil (((p ow z) 1) ((n er z) 0))) +("posnick" nil (((p ao) 1) ((s n ih k) 0))) +("pospisil" nil (((p ow) 0) ((s p iy) 0) ((s iy l) 1))) +("poss" nil (((p ao s) 1))) +("posse" nil (((p aa) 1) ((s iy) 0))) +("possehl" nil (((p aa) 1) ((s ax l) 0))) +("possess" nil (((p ax) 0) ((z eh s) 1))) +("possessed" nil (((p ax) 0) ((z eh s t) 1))) +("possesses" nil (((p ax) 0) ((z eh) 1) ((s ax z) 0))) +("possessing" nil (((p ax) 0) ((z eh) 1) ((s ih ng) 0))) +("possession" nil (((p ax) 0) ((z eh) 1) ((sh ax n) 0))) +("possessions" nil (((p ax) 0) ((z eh) 1) ((sh ax n z) 0))) +("possessive" nil (((p ax) 0) ((z eh) 1) ((s ih v) 0))) +("possessor" nil (((p ax) 0) ((z eh) 1) ((s er) 0))) +("possibilities" nil (((p aa) 1) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy z) 0))) +("possibility" nil (((p aa) 1) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("possible" nil (((p aa) 1) ((s ax) 0) ((b ax l) 0))) +("possiblity" nil (((p aa) 1) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("possibly" nil (((p aa) 1) ((s ax) 0) ((b l iy) 0))) +("possum" nil (((p aa) 1) ((s ax m) 0))) +("possums" nil (((p aa) 1) ((s ax m z) 0))) +("post" nil (((p ow s t) 1))) +("postage" nil (((p ow) 1) ((s t ax jh) 0))) +("postal" nil (((p ow) 1) ((s t ax l) 0))) +("postcard" nil (((p ow s t) 1) ((k aa r d) 1))) +("postcards" nil (((p ow s t) 1) ((k aa r d z) 1))) +("postcrash" nil (((p ow s t) 1) ((k r ae sh) 1))) +("postdate" nil (((p ow s t) 1) ((d ey t) 1))) +("postdoctoral" nil (((p ow s t) 1) ((d aa k) 1) ((t er) 0) ((ax l) 0))) +("posted" nil (((p ow) 1) ((s t ih d) 0))) +("postel" nil (((p aa) 1) ((s t ax l) 0))) +("postell" nil (((p aa) 1) ((s t ax l) 0))) +("postema" nil (((p aa) 0) ((s t eh) 1) ((m ax) 0))) +("posten" nil (((p ow) 1) ((s t ax n) 0))) +("poster" nil (((p ow) 1) ((s t er) 0))) +("posteraro" nil (((p ao) 1) ((s t eh) 0) ((r aa) 1) ((r ow) 0))) +("posterity" nil (((p aa) 0) ((s t eh) 1) ((r ax) 0) ((t iy) 0))) +("posters" nil (((p ow) 1) ((s t er z) 0))) +("postgraduate" n (((p ow s t) 1) ((g r ae) 1) ((jh ax) 0) ((w ax t) 0))) +("postholes" nil (((p ow s t) 1) ((hh ow l z) 1))) +("posthumous" nil (((p aa s) 1) ((ch uh) 0) ((m ax s) 0))) +("posthumously" nil (((p aa s) 1) ((ch uh) 0) ((m ax) 0) ((s l iy) 0))) +("postindustrial" n (((p ow) 1) ((s t ax n) 0) ((d ah s t r) 1) ((y ax l) 0))) +("posting" nil (((p ow) 1) ((s t ih ng) 0))) +("postings" nil (((p ow) 1) ((s t ih ng z) 0))) +("postipankki" nil (((p ao) 1) ((s t ih) 0) ((p ae ng) 1) ((k iy) 0))) +("postle" nil (((p aa) 1) ((s ax l) 0))) +("postlethwait" nil (((p ow s t) 1) ((l ih) 0) ((th w ey t) 0))) +("postlewait" nil (((p ow s t) 1) ((l uw) 0) ((ey t) 0))) +("postlewaite" nil (((p ow s t) 1) ((l uw) 0) ((ey t) 0))) +("postma" nil (((p ow s t) 1) ((m ax) 0))) +("postman" nil (((p ow s t) 1) ((m ax n) 0))) +("postmarked" nil (((p ow s t) 1) ((m aa r k t) 1))) +("postmaster" nil (((p ow s t) 1) ((m ae) 1) ((s t er) 0))) +("postmasters" nil (((p ow s t) 1) ((m ae) 1) ((s t er z) 0))) +("postmenopausal" n (((p ow s t) 1) ((m eh) 0) ((n ax) 0) ((p ao) 1) ((s ax l) 0))) +("postmodern" nil (((p ow s t) 1) ((m aa) 1) ((d er n) 0))) +("postnatal" nil (((p ow s t) 1) ((n ey) 1) ((t ax l) 0))) +("poston" nil (((p ow) 1) ((s t ax n) 0))) +("postpone" nil (((p ow s t) 0) ((p ow n) 1))) +("postponed" nil (((p ow s t) 0) ((p ow n d) 1))) +("postponement" nil (((p ow s t) 0) ((p ow n) 1) ((m ax n t) 0))) +("postponements" nil (((p ow s t) 0) ((p ow n) 1) ((m ax n t s) 0))) +("postpones" nil (((p ow s t) 0) ((p ow n z) 1))) +("postponing" nil (((p ow s t) 0) ((p ow) 1) ((n ih ng) 0))) +("postrelle" nil (((p ow) 1) ((s t r eh l) 1))) +("postretirement" nil (((p ow) 1) ((s t r iy) 0) ((t ay) 1) ((er) 0) ((m ax n t) 0))) +("posts" nil (((p ow s t s) 1))) +("postscript" nil (((p ow) 1) ((s k r ih p t) 1))) +("postscripts" nil (((p ow) 1) ((s k r ih p t s) 1))) +("postseason" n (((p ow s t) 1) ((s iy) 1) ((s ax n) 0))) +("postulate" nil (((p aa s) 1) ((ch ax) 0) ((l ey t) 1))) +("postulates" nil (((p aa s) 1) ((ch ax) 0) ((l ey t s) 1))) +("posture" nil (((p aa s) 1) ((ch er) 0))) +("postures" nil (((p aa s) 1) ((ch er z) 0))) +("posturing" nil (((p aa s) 1) ((ch er) 0) ((ih ng) 0))) +("postwar" nil (((p ow s) 1) ((t w ao r) 1))) +("pot" nil (((p aa t) 1))) +("potable" nil (((p ow) 1) ((t ax) 0) ((b ax l) 0))) +("potamkin" nil (((p ow) 1) ((t ae m) 1) ((k ih n) 0))) +("potapov" nil (((p aa) 1) ((t ax) 0) ((p aa v) 1))) +("potash" nil (((p aa) 1) ((t ae sh) 1))) +("potassium" nil (((p ax) 0) ((t ae) 1) ((s iy) 0) ((ax m) 0))) +("potato" nil (((p ax) 0) ((t ey) 1) ((t ow) 1))) +("potatoes" nil (((p ax) 0) ((t ey) 1) ((t ow z) 0))) +("pote" nil (((p ow t) 1))) +("poteat" nil (((p ow) 0) ((t iy t) 1))) +("poteet" nil (((p aa) 1) ((t iy t) 0))) +("poteete" nil (((p aa) 1) ((t iy t) 0))) +("potemkin" nil (((p ax) 0) ((t eh m) 1) ((k ih n) 0))) +("potempa" nil (((p ow) 0) ((t eh m) 1) ((p ax) 0))) +("potency" nil (((p ow) 1) ((t ax n) 0) ((s iy) 0))) +("potent" nil (((p ow) 1) ((t ax n t) 0))) +("potentates" nil (((p ow) 1) ((t ax n) 0) ((t ey t s) 1))) +("potential" nil (((p ax) 0) ((t eh n) 1) ((sh ax l) 0))) +("potentially" nil (((p ax) 0) ((t eh n) 1) ((sh ax) 0) ((l iy) 0))) +("potentials" nil (((p ax) 0) ((t eh n) 1) ((ch ax l z) 0))) +("potenza" nil (((p ow) 0) ((t eh n) 1) ((z ax) 0))) +("poth" nil (((p aa th) 1))) +("pothier" nil (((p ow) 1) ((th iy) 0) ((er) 0))) +("pothitos" nil (((p ax) 0) ((th iy) 1) ((t ow s) 0))) +("pothole" nil (((p aa t) 1) ((hh ow l) 1))) +("potholes" nil (((p aa t) 1) ((hh ow l z) 1))) +("potier" nil (((p ow) 1) ((t iy) 0) ((er) 0))) +("potiker" nil (((p ow) 1) ((t ih) 0) ((k er) 0))) +("potion" nil (((p ow) 1) ((sh ax n) 0))) +("potions" nil (((p ow) 1) ((sh ax n z) 0))) +("potlatch" nil (((p aa t) 1) ((l ae ch) 1))) +("potluck" nil (((p aa t) 1) ((l ah k) 1))) +("potocki" nil (((p ax) 0) ((t ow t) 1) ((s k iy) 0))) +("potomac" nil (((p ax) 0) ((t ow) 1) ((m ax k) 0))) +("potong" nil (((p ao) 1) ((t ao ng) 1))) +("potpie" nil (((p aa t) 1) ((p ay) 1))) +("potpourri" nil (((p ow) 1) ((p uh) 0) ((r iy) 1))) +("potratz" nil (((p aa) 1) ((t r ax t s) 0))) +("pots" nil (((p aa t s) 1))) +("potsdam" nil (((p aa t s) 1) ((d ae m) 1))) +("potshots" nil (((p aa) 1) ((ch aa t s) 1))) +("pott" nil (((p aa t) 1))) +("pottebaum" nil (((p aa t) 1) ((b aw m) 0))) +("potted" nil (((p aa) 1) ((t ih d) 0))) +("potteiger" nil (((p aa) 1) ((t ay) 0) ((g er) 0))) +("pottenger" nil (((p aa) 1) ((t ih n) 0) ((jh er) 0))) +("potter" nil (((p aa) 1) ((t er) 0))) +("potters" nil (((p aa) 1) ((t er z) 0))) +("pottery" nil (((p aa) 1) ((t er) 0) ((iy) 0))) +("potthast" nil (((p aa) 1) ((th ax s t) 0))) +("potthoff" nil (((p aa t) 1) ((hh ao f) 1))) +("pottinger" nil (((p aa) 1) ((t ih ng) 0) ((er) 0))) +("pottle" nil (((p aa) 1) ((t ax l) 0))) +("pottorff" nil (((p aa) 1) ((t er f) 0))) +("potts" nil (((p aa t s) 1))) +("potty" nil (((p aa) 1) ((t iy) 0))) +("potucek" nil (((p aa) 1) ((t ax) 0) ((ch eh k) 0))) +("potvin" nil (((p aa t) 1) ((v ih n) 0))) +("pou" nil (((p ow) 1))) +("pouch" nil (((p aw ch) 1))) +("poucher" nil (((p aw) 1) ((ch er) 0))) +("pouches" nil (((p aw) 1) ((ch ax z) 0))) +("poudrier" nil (((p aw) 1) ((d er) 0) ((iy) 0) ((er) 0))) +("pough" nil (((p aw) 1))) +("poughkeepsie" nil (((p ax) 0) ((k ih p) 1) ((s iy) 0))) +("poul" nil (((p uw l) 1))) +("poulenc" nil (((p uw) 1) ((l ax ng k) 0))) +("poulin" nil (((p uw) 0) ((l ae n) 1))) +("pouliot" nil (((p uw) 1) ((l iy) 0) ((ow) 0))) +("poulos" nil (((p ax) 0) ((l iy s) 1))) +("poulsen" nil (((p aw l) 1) ((s ax n) 0))) +("poulson" nil (((p aw l) 1) ((s ax n) 0))) +("poulter" nil (((p ow l) 1) ((t er) 0))) +("poultices" nil (((p ow l) 1) ((t ax) 0) ((s ax z) 0))) +("poulton" nil (((p aw l) 1) ((t ax n) 0))) +("poultry" nil (((p ow l) 1) ((t r iy) 0))) +("pounce" nil (((p aw n s) 1))) +("pounced" nil (((p aw n s t) 1))) +("pouncey" nil (((p aw n) 1) ((s iy) 0))) +("pouncing" nil (((p aw n) 1) ((s ih ng) 0))) +("pouncy" nil (((p uw ng) 0) ((k iy) 1))) +("pound" nil (((p aw n d) 1))) +("poundage" nil (((p aw n) 1) ((d ih jh) 0))) +("pounded" nil (((p aw n) 1) ((d ih d) 0))) +("pounder" nil (((p aw n) 1) ((d er) 0))) +("pounders" nil (((p aw n) 1) ((d er z) 0))) +("pounding" nil (((p aw n) 1) ((d ih ng) 0))) +("pounds" nil (((p aw n d z) 1))) +("poundstone" nil (((p aw n d) 1) ((s t ow n) 1))) +("poupard" nil (((p uw) 1) ((p er d) 0))) +("pour" nil (((p ao r) 1))) +("pourciau" nil (((p ao r) 1) ((s iy) 0) ((ow) 0))) +("poured" nil (((p ao r d) 1))) +("pouring" nil (((p ao) 1) ((r ih ng) 0))) +("pours" nil (((p ao r z) 1))) +("poussaint" nil (((p uw) 1) ((s aa n t) 1))) +("poussin" nil (((p uw) 1) ((s ih n) 0))) +("pousson" nil (((p uw) 1) ((s aa n) 1))) +("poust" nil (((p aw s t) 1))) +("pout" nil (((p aw t) 1))) +("pouted" nil (((p aw) 1) ((t ih d) 0))) +("pouter" nil (((p aw) 1) ((t er) 0))) +("pouting" nil (((p aw) 1) ((t ih ng) 0))) +("poutre" nil (((p aw) 1) ((t er) 0))) +("pouts" nil (((p aw t s) 1))) +("pouty" nil (((p aw) 1) ((t iy) 0))) +("poveromo" nil (((p ow) 1) ((v eh) 0) ((r ow) 1) ((m ow) 0))) +("poverty" nil (((p aa) 1) ((v er) 0) ((t iy) 0))) +("povich" nil (((p ow) 1) ((v ih ch) 0))) +("pow" nil (((p aw) 1))) +("powder" nil (((p aw) 1) ((d er) 0))) +("powdered" nil (((p aw) 1) ((d er d) 0))) +("powderly" nil (((p aw) 1) ((d er) 0) ((l iy) 0))) +("powders" nil (((p aw) 1) ((d er z) 0))) +("powdery" nil (((p aw) 1) ((d er) 0) ((iy) 0))) +("powe" nil (((p aw) 1))) +("powell" nil (((p aw) 1) ((ax l) 0))) +("powelson" nil (((p aw) 1) ((ax l) 0) ((s ax n) 0))) +("power" nil (((p aw) 1) ((er) 0))) +("powerboat" nil (((p aw) 1) ((er) 0) ((b ow t) 1))) +("powerbook" nil (((p aw) 1) ((er) 0) ((b uh k) 1))) +("powercise" nil (((p aw r) 1) ((s ay z) 1))) +("powered" nil (((p aw) 1) ((er d) 0))) +("powerful" nil (((p aw) 1) ((er) 0) ((f ax l) 0))) +("powerfully" nil (((p aw) 1) ((er) 0) ((f l iy) 0))) +("powergen" nil (((p aw) 1) ((er) 0) ((jh eh n) 1))) +("powerhouse" nil (((p aw) 1) ((er) 0) ((hh aw s) 1))) +("powerhouses" nil (((p aw) 1) ((er) 0) ((hh aw) 1) ((s ih z) 0))) +("powering" nil (((p aw) 1) ((er) 0) ((ih ng) 0))) +("powerless" nil (((p aw) 1) ((er) 0) ((l ax s) 0))) +("powerlessness" nil (((p aw) 1) ((er) 0) ((l ax) 0) ((s n ax s) 0))) +("powerpc" nil (((p aw) 1) ((er) 0) ((p iy) 1) ((s iy) 1))) +("powerpcs" nil (((p aw) 1) ((er) 0) ((p iy) 1) ((s iy z) 1))) +("powers" nil (((p aw) 1) ((er z) 0))) +("powersoft" nil (((p aw) 1) ((er) 0) ((s aa f t) 1))) +("powertrain" nil (((p aw r) 1) ((t r ey n) 1))) +("powis" nil (((p aw) 1) ((ih s) 0))) +("powles" nil (((p aw) 1) ((ax l z) 0))) +("powless" nil (((p aw) 1) ((l ih s) 0))) +("powley" nil (((p aw) 1) ((l iy) 0))) +("pownall" nil (((p aw) 1) ((n ax l) 0))) +("pows" nil (((p ow z) 1))) +("powwow" nil (((p aw) 1) ((w aw) 1))) +("pox" nil (((p aa k s) 1))) +("poyer" nil (((p oy) 1) ((er) 0))) +("poyner" nil (((p oy) 1) ((n er) 0))) +("poynor" nil (((p oy) 1) ((n er) 0))) +("poynter" nil (((p oy n) 1) ((t er) 0))) +("poynton" nil (((p oy n) 1) ((t ah n) 1))) +("poyser" nil (((p oy) 1) ((s er) 0))) +("poythress" nil (((p oy) 1) ((th r ih s) 0))) +("poznan" nil (((p aa z) 1) ((n ax n) 0))) +("poznanski" nil (((p ax z) 0) ((n ae n) 1) ((s k iy) 0))) +("pozner" nil (((p aa z) 1) ((n er) 0))) +("pozniak" nil (((p aa z) 1) ((n iy) 0) ((ae k) 0))) +("poznikov" nil (((p aa z) 1) ((n ih) 0) ((k aa v) 1))) +("pozo" nil (((p ow) 1) ((z ow) 0))) +("pozos" nil (((p ow) 1) ((z ow s) 0))) +("pozzi" nil (((p aa) 1) ((z iy) 0))) +("ppm" nil (((p iy) 1) ((p iy) 1) ((eh m) 1))) +("ppo" nil (((p iy) 1) ((p iy) 1) ((ow) 1))) +("prab" nil (((p r ae b) 1))) +("pracht" nil (((p r ae k t) 1))) +("practicable" nil (((p r ae k) 1) ((t ax) 0) ((k ax) 0) ((b ax l) 0))) +("practical" nil (((p r ae k) 1) ((t ax) 0) ((k ax l) 0))) +("practicality" nil (((p r ae k) 1) ((t ih) 0) ((k ae) 1) ((l ax) 0) ((t iy) 0))) +("practically" nil (((p r ae k) 1) ((t ax) 0) ((k l iy) 0))) +("practice" nil (((p r ae k) 1) ((t ax s) 0))) +("practiced" nil (((p r ae k) 1) ((t ax s t) 0))) +("practices" nil (((p r ae k) 1) ((t ax) 0) ((s ax z) 0))) +("practicing" nil (((p r ae k) 1) ((t ax) 0) ((s ih ng) 0))) +("practitioner" nil (((p r ae k) 0) ((t ih) 1) ((sh ax) 0) ((n er) 0))) +("practitioners" nil (((p r ae k) 0) ((t ih) 1) ((sh ax) 0) ((n er z) 0))) +("prada" nil (((p r aa) 1) ((d ax) 0))) +("pradesh" nil (((p r ax) 0) ((d eh sh) 1))) +("pradetto" nil (((p r ax) 0) ((d eh) 1) ((t ow) 0))) +("prado" nil (((p r aa) 1) ((d ow) 0))) +("praetor" nil (((p r iy) 1) ((t er) 0))) +("praetorian" nil (((p r iy) 0) ((t ao) 1) ((r iy) 0) ((ax n) 0))) +("prager" nil (((p r ey) 1) ((g er) 0))) +("pragmatic" nil (((p r ae g) 0) ((m ae) 1) ((t ih k) 0))) +("pragmatically" nil (((p r ae g) 0) ((m ae) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("pragmatism" nil (((p r ae g) 1) ((m ax) 0) ((t ih) 1) ((z ax m) 0))) +("pragmatist" nil (((p r ae g) 1) ((m ax) 0) ((t ih s t) 0))) +("pragmatists" nil (((p r ae g) 1) ((m ax) 0) ((t ih s t s) 0))) +("prague" nil (((p r aa g) 1))) +("prahl" nil (((p r aa l) 1))) +("prairie" nil (((p r eh) 1) ((r iy) 0))) +("prairies" nil (((p r ey) 1) ((r iy z) 0))) +("praise" nil (((p r ey z) 1))) +("praised" nil (((p r ey z d) 1))) +("praises" nil (((p r ey) 1) ((z ax z) 0))) +("praiseworthy" nil (((p r ey) 1) ((z w er) 1) ((dh iy) 0))) +("praising" nil (((p r ey) 1) ((z ih ng) 0))) +("prall" nil (((p r ao l) 1))) +("pralle" nil (((p r ey l) 1))) +("prances" nil (((p r ae n) 1) ((s ih z) 0))) +("prancing" nil (((p r ae n) 1) ((s ih ng) 0))) +("prange" nil (((p r ey n jh) 1))) +("pranger" nil (((p r ey n) 1) ((jh er) 0))) +("prank" nil (((p r ae ng k) 1))) +("pranks" nil (((p r ae ng k s) 1))) +("prankster" nil (((p r ae ng k) 1) ((s t er) 0))) +("prapas" nil (((p r aa) 1) ((p ax s) 0))) +("prasad" nil (((p r ae) 1) ((s ax d) 0))) +("prasek" nil (((p r aa) 1) ((s eh k) 0))) +("prashant" nil (((p r aa) 1) ((sh aa n t) 1))) +("prater" nil (((p r ey) 1) ((t er) 0))) +("pratfalls" nil (((p r ae t) 1) ((f ao l z) 1))) +("prather" nil (((p r ae) 1) ((dh er) 0))) +("prato" nil (((p r aa) 1) ((t ow) 0))) +("prats" nil (((p r ae t s) 1))) +("pratt" nil (((p r ae t) 1))) +("pratte" nil (((p r ae t) 1))) +("prattle" nil (((p r ae) 1) ((t ax l) 0))) +("prattville" nil (((p r ae t) 1) ((v ih l) 0))) +("praun" nil (((p r ao n) 1))) +("prause" nil (((p r ao z) 1))) +("pravda" nil (((p r ae v) 1) ((d ax) 0))) +("prawn" nil (((p r ao n) 1))) +("prawns" nil (((p r ao n z) 1))) +("praxair" nil (((p r ae k) 1) ((s eh r) 1))) +("praxis" nil (((p r ae k) 1) ((s ih s) 0))) +("pray" nil (((p r ey) 1))) +("prayed" nil (((p r ey d) 1))) +("prayer" nil (((p r eh r) 1))) +("prayers" nil (((p r eh r z) 1))) +("praying" nil (((p r ey) 1) ((ih ng) 0))) +("prays" nil (((p r ey z) 1))) +("praytor" nil (((p r ey) 1) ((t er) 0))) +("prazak" nil (((p r aa) 1) ((z ax k) 0))) +("prchal" nil (((p r) 0) ((sh ae l) 1))) +("pre" nil (((p r iy) 1))) +("preach" nil (((p r iy ch) 1))) +("preached" nil (((p r iy ch t) 1))) +("preacher" nil (((p r iy) 1) ((ch er) 0))) +("preachers" nil (((p r iy) 1) ((ch er z) 0))) +("preaches" nil (((p r iy) 1) ((ch ih z) 0))) +("preaching" nil (((p r iy) 1) ((ch ih ng) 0))) +("preadolescent" n (((p r iy) 1) ((ae) 1) ((d ax) 0) ((l eh) 0) ((s ax n t) 0))) +("preakness" nil (((p r iy k) 1) ((n ax s) 0))) +("preamble" nil (((p r iy) 0) ((ae m) 1) ((b ax l) 0))) +("prearranged" nil (((p r iy) 1) ((er) 0) ((ey n jh d) 1))) +("preas" nil (((p r iy z) 1))) +("prebble" nil (((p r eh) 1) ((b ax l) 0))) +("prebe" nil (((p r iy b) 1))) +("preble" nil (((p r eh) 1) ((b ax l) 0))) +("prebon" nil (((p r iy) 1) ((b aa n) 0))) +("precambrian" nil (((p r iy) 0) ((k ae m) 1) ((b r iy) 0) ((ax n) 0))) +("precancerous" n (((p r iy) 0) ((k ae n) 1) ((s er) 0) ((ax s) 0))) +("precarious" nil (((p r iy) 0) ((k eh) 1) ((r iy) 0) ((ax s) 0))) +("precariously" nil (((p r ih) 0) ((k eh) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("precast" nil (((p r iy) 0) ((k ae s t) 1))) +("precaution" nil (((p r iy) 0) ((k ao) 1) ((sh ax n) 0))) +("precautionary" nil (((p r ih) 0) ((k ao) 1) ((sh ax) 0) ((n eh) 0) ((r iy) 0))) +("precautions" nil (((p r iy) 0) ((k ao) 1) ((sh ax n z) 0))) +("precede" nil (((p r ih) 0) ((s iy d) 1))) +("preceded" nil (((p r ih) 0) ((s iy) 1) ((d ih d) 0))) +("precedence" nil (((p r eh) 1) ((s ax) 0) ((d ax n s) 0))) +("precedent" nil (((p r eh) 1) ((s ih) 0) ((d ax n t) 0))) +("precedents" nil (((p r eh) 1) ((s ax) 0) ((d ax n t s) 0))) +("precedes" nil (((p r ih) 0) ((s iy d z) 1))) +("preceding" nil (((p r iy) 0) ((s iy) 1) ((d ih ng) 0))) +("preceeding" nil (((p r ih) 0) ((s iy) 1) ((d ih ng) 0))) +("precept" nil (((p r iy) 1) ((s eh p t) 1))) +("precepts" nil (((p r iy) 1) ((s eh p t s) 1))) +("precession" nil (((p r iy) 0) ((s eh) 1) ((sh ax n) 0))) +("precht" nil (((p r eh k t) 1))) +("prechter" nil (((p r eh k) 1) ((t er) 0))) +("prechtl" nil (((p r eh k) 1) ((t ax l) 0))) +("preciado" nil (((p r eh) 0) ((ch aa) 1) ((d ow) 0))) +("precinct" nil (((p r iy) 1) ((s ih ng k t) 1))) +("precincts" nil (((p r iy) 1) ((s ih ng k t s) 1))) +("precious" nil (((p r eh) 1) ((sh ax s) 0))) +("precipice" nil (((p r eh) 1) ((s ax) 0) ((p ax s) 0))) +("precipitate" nil (((p r ih) 0) ((s ih) 1) ((p ih) 0) ((t ey t) 1))) +("precipitated" nil (((p r ih) 0) ((s ih) 1) ((p ih) 0) ((t ey) 1) ((t ih d) 0))) +("precipitating" nil (((p r ih) 0) ((s ih) 1) ((p ax) 0) ((t ey) 1) ((t ih ng) 0))) +("precipitation" nil (((p r ih) 0) ((s ih) 1) ((p ih) 0) ((t ey) 1) ((sh ax n) 0))) +("precipitous" nil (((p r ih) 0) ((s ih) 1) ((p ih) 0) ((t ax s) 0))) +("precipitously" nil (((p r iy) 1) ((s ih) 1) ((p ih) 0) ((t ax) 0) ((s l iy) 0))) +("precis" nil (((p r ey) 1) ((s iy) 1))) +("precise" nil (((p r ih) 0) ((s ay s) 1))) +("precisely" nil (((p r ih) 0) ((s ay) 1) ((s l iy) 0))) +("precision" nil (((p r iy) 0) ((s ih) 1) ((zh ax n) 0))) +("preclinical" nil (((p r iy) 0) ((k l ih) 1) ((n ih) 0) ((k ax l) 0))) +("preclude" nil (((p r ih) 0) ((k l uw d) 1))) +("precluded" nil (((p r ih) 0) ((k l uw) 1) ((d ih d) 0))) +("precludes" nil (((p r ih) 0) ((k l uw d z) 1))) +("precluding" nil (((p r ih) 0) ((k l uw) 1) ((d ih ng) 0))) +("precocious" nil (((p r ih) 0) ((k ow) 1) ((sh ax s) 0))) +("preconceived" nil (((p r iy) 1) ((k ax n) 0) ((s iy v d) 1))) +("preconceptions" nil (((p r iy) 0) ((k ax n) 0) ((s eh p) 1) ((sh ax n z) 0))) +("precondition" nil (((p r iy) 1) ((k ax n) 0) ((d ih) 1) ((sh ax n) 0))) +("preconditions" nil (((p r iy) 1) ((k ax n) 0) ((d ih) 1) ((sh ax n z) 0))) +("precook" nil (((p r iy) 1) ((k uh k) 1))) +("precooked" nil (((p r iy) 0) ((k uh k t) 1))) +("precourt" nil (((p r ih) 0) ((k ao r t) 1))) +("precrash" nil (((p r iy) 0) ((k r ae sh) 1))) +("precursor" nil (((p r iy) 0) ((k er) 1) ((s er) 0))) +("precursors" nil (((p r iy) 0) ((k er) 1) ((s er z) 0))) +("predaceous" nil (((p r iy) 0) ((d ey) 1) ((sh ax s) 0))) +("predate" nil (((p r iy) 0) ((d ey t) 1))) +("predated" nil (((p r iy) 0) ((d ey) 1) ((t ih d) 0))) +("predates" nil (((p r iy) 1) ((d ey t s) 1))) +("predator" nil (((p r eh) 1) ((d ax) 0) ((t er) 0))) +("predators" nil (((p r eh) 1) ((d ax) 0) ((t er z) 0))) +("predatory" nil (((p r eh) 1) ((d ax) 0) ((t ao) 1) ((r iy) 0))) +("predawn" nil (((p r iy) 0) ((d ao n) 1))) +("preddy" nil (((p r eh) 1) ((d iy) 0))) +("predecessor" nil (((p r eh) 1) ((d ax) 0) ((s eh) 1) ((s er) 0))) +("predecessors" nil (((p r eh) 1) ((d ax) 0) ((s eh) 1) ((s er z) 0))) +("predestination" nil (((p r iy) 1) ((d eh) 1) ((s t ax) 0) ((n ey) 1) ((sh ax n) 0))) +("predetermined" nil (((p r iy) 1) ((d iy) 0) ((t er) 1) ((m ih n d) 0))) +("predicament" nil (((p r ih) 0) ((d ih) 1) ((k ax) 0) ((m ax n t) 0))) +("predicaments" nil (((p r ih) 0) ((d ih) 1) ((k ax) 0) ((m ax n t s) 0))) +("predicate" n (((p r eh) 1) ((d ih) 0) ((k ax t) 0))) +("predicate" v (((p r eh) 1) ((d ih) 0) ((k ey t) 1))) +("predicated" nil (((p r eh) 1) ((d ax) 0) ((k ey) 1) ((t ih d) 0))) +("predicates" n (((p r eh) 1) ((d ih) 0) ((k ax t s) 0))) +("predicates" v (((p r eh) 1) ((d ax) 0) ((k ey t s) 1))) +("predict" nil (((p r ih) 0) ((d ih k t) 1))) +("predictability" nil (((p r ih) 0) ((d ih k) 1) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("predictable" nil (((p r ih) 0) ((d ih k) 1) ((t ax) 0) ((b ax l) 0))) +("predictably" nil (((p r ih) 0) ((d ih k) 1) ((t ax) 0) ((b l iy) 0))) +("predicted" nil (((p r ih) 0) ((d ih k) 1) ((t ih d) 0))) +("predicting" nil (((p r ih) 0) ((d ih k) 1) ((t ih ng) 0))) +("prediction" nil (((p r iy) 0) ((d ih k) 1) ((sh ax n) 0))) +("predictions" nil (((p r iy) 0) ((d ih k) 1) ((sh ax n z) 0))) +("predictive" nil (((p r ih) 0) ((d ih k) 1) ((t ih v) 0))) +("predictor" nil (((p r ih) 0) ((d ih k) 1) ((t er) 0))) +("predictors" nil (((p r ih) 0) ((d ih k) 1) ((t er z) 0))) +("predicts" nil (((p r ih) 0) ((d ih k t s) 1))) +("predilection" nil (((p r eh) 1) ((d ax) 0) ((l eh k) 1) ((sh ax n) 0))) +("predilections" nil (((p r eh) 1) ((d ax) 0) ((l eh k) 1) ((sh ax n z) 0))) +("predispose" nil (((p r iy) 1) ((d ih) 0) ((s p ow z) 1))) +("predisposed" nil (((p r iy) 1) ((d ih) 0) ((s p ow z d) 1))) +("predisposing" nil (((p r iy) 1) ((d ih) 0) ((s p ow) 1) ((z ih ng) 0))) +("predisposition" nil (((p r iy) 1) ((d ih) 0) ((s p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("predispositions" nil (((p r iy) 1) ((d ih) 0) ((s p ax) 0) ((z ih) 1) ((sh ax n z) 0))) +("predmore" nil (((p r eh d) 1) ((m ao r) 0))) +("predominance" nil (((p r ih) 0) ((d aa) 1) ((m ax) 0) ((n ax n s) 0))) +("predominant" nil (((p r ih) 0) ((d aa) 1) ((m ax) 0) ((n ax n t) 0))) +("predominantly" nil (((p r ih) 0) ((d aa) 1) ((m ax) 0) ((n ax n t) 0) ((l iy) 0))) +("predominate" nil (((p r ih) 0) ((d aa) 1) ((m ax) 0) ((n ey t) 1))) +("predominated" nil (((p r ih) 0) ((d aa) 1) ((m ax) 0) ((n ey) 1) ((t ih d) 0))) +("predominately" nil (((p r ih) 0) ((d aa) 1) ((m ax) 0) ((n ax t) 0) ((l iy) 0))) +("predominates" nil (((p r ih) 0) ((d aa) 1) ((m ax) 0) ((n ey t s) 1))) +("predominating" nil (((p r ih) 0) ((d aa) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("pree" nil (((p r iy) 1))) +("preece" nil (((p r iy s) 1))) +("preeminence" nil (((p r iy) 0) ((eh) 1) ((m ax) 0) ((n ax n s) 0))) +("preeminent" nil (((p r iy) 0) ((eh) 1) ((m ax) 0) ((n ax n t) 0))) +("preempt" nil (((p r iy) 1) ((eh m p t) 1))) +("preempted" nil (((p r iy) 0) ((eh m p) 1) ((t ih d) 0))) +("preemption" nil (((p r iy) 1) ((eh m p) 1) ((sh ax n) 0))) +("preemptive" nil (((p r iy) 0) ((eh m p) 1) ((t ih v) 0))) +("preened" nil (((p r iy n d) 1))) +("preening" nil (((p r iy) 1) ((n ih ng) 0))) +("preexist" nil (((p r iy) 1) ((ih g) 0) ((z ih s t) 1))) +("preexisted" nil (((p r iy) 1) ((ih g) 0) ((z ih) 1) ((s t ih d) 0))) +("preexisting" nil (((p r iy) 1) ((ih g) 0) ((z ih) 1) ((s t ih ng) 0))) +("preexists" nil (((p r iy) 1) ((ih g) 0) ((z ih s t s) 1))) +("prefab" nil (((p r iy) 1) ((f ae b) 1))) +("prefabricated" nil (((p r iy) 0) ((f ae) 1) ((b r ih) 0) ((k ey) 1) ((t ih d) 0))) +("prefabrication" nil (((p r iy) 1) ((f ae) 1) ((b r ax) 0) ((k ey) 1) ((sh ax n) 0))) +("prefabs" nil (((p r iy) 1) ((f ae b z) 1))) +("preface" nil (((p r eh) 1) ((f ax s) 0))) +("prefaced" nil (((p r eh) 1) ((f ax s t) 0))) +("prefect" nil (((p r iy) 1) ((f eh k t) 1))) +("prefectural" nil (((p r iy) 0) ((f eh k) 1) ((ch er) 0) ((ax l) 0))) +("prefecture" nil (((p r iy) 1) ((f eh k) 1) ((ch er) 0))) +("prefer" nil (((p r ax) 0) ((f er) 1))) +("preferable" nil (((p r eh) 1) ((f er) 0) ((ax) 0) ((b ax l) 0))) +("preferably" nil (((p r eh) 1) ((f er) 0) ((ax) 0) ((b l iy) 0))) +("prefered" nil (((p r ih) 0) ((f er d) 1))) +("preference" nil (((p r eh) 1) ((f er) 0) ((ax n s) 0))) +("preferenced" nil (((p r eh) 1) ((f er) 0) ((ax n s t) 0))) +("preferences" nil (((p r eh) 1) ((f er) 0) ((ax n) 0) ((s ih z) 0))) +("preferential" nil (((p r eh) 1) ((f er) 0) ((eh n) 1) ((ch ax l) 0))) +("preferentially" nil (((p r eh) 1) ((f er) 0) ((eh n) 1) ((ch ax) 0) ((l iy) 0))) +("preferred" nil (((p r ax) 0) ((f er d) 1))) +("preferreds" nil (((p r iy) 0) ((f er) 1) ((ax d z) 0))) +("preferring" nil (((p r ih) 0) ((f er) 1) ((ih ng) 0))) +("prefers" nil (((p r ax) 0) ((f er z) 1))) +("prefix" nil (((p r iy) 1) ((f ih k s) 0))) +("prefrontal" nil (((p r iy) 0) ((f r ah n) 1) ((t ax l) 0))) +("pregame" n (((p r iy) 1) ((g ey m) 1))) +("pregler" nil (((p r eh) 1) ((g l er) 0))) +("pregnancies" nil (((p r eh g) 1) ((n ax n) 0) ((s iy z) 0))) +("pregnancy" nil (((p r eh g) 1) ((n ax n) 0) ((s iy) 0))) +("pregnant" nil (((p r eh g) 1) ((n ax n t) 0))) +("prego" nil (((p r ey) 1) ((g ow) 0))) +("preheim" nil (((p r eh) 1) ((hh ay m) 0))) +("prehistoric" nil (((p r iy) 1) ((hh ih) 0) ((s t ao) 1) ((r ih k) 0))) +("prehn" nil (((p r eh n) 1))) +("preignition" nil (((p r iy) 1) ((ax g) 0) ((n ih) 1) ((sh ax n) 0))) +("preinvasion" n (((p r iy) 1) ((ax n) 0) ((v ey) 1) ((sh ax n) 0))) +("preis" nil (((p r iy z) 1))) +("preiser" nil (((p r ay) 1) ((s er) 0))) +("preisig" nil (((p r ay) 1) ((z ih g) 0))) +("preisler" nil (((p r ay) 1) ((s ax) 0) ((l er) 0))) +("preiss" nil (((p r ay s) 1))) +("prejean" nil (((p r iy) 1) ((jh iy n) 1))) +("prejudged" nil (((p r iy) 0) ((jh ah jh d) 1))) +("prejudgment" nil (((p r iy) 0) ((jh ah jh) 1) ((m ax n t) 0))) +("prejudice" nil (((p r eh) 1) ((jh ax) 0) ((d ih s) 0))) +("prejudiced" nil (((p r eh) 1) ((jh ax) 0) ((d ax s t) 0))) +("prejudices" nil (((p r eh) 1) ((jh ax) 0) ((d ih) 0) ((s ih z) 0))) +("prejudicial" nil (((p r eh) 1) ((jh ax) 0) ((d ih) 1) ((sh ax l) 0))) +("prelate" nil (((p r eh) 1) ((l ih t) 0))) +("prelates" nil (((p r eh) 1) ((l ih t s) 0))) +("preliminarily" nil (((p r ih) 0) ((l ih) 1) ((m ax) 0) ((n eh) 1) ((r ih) 0) ((l iy) 0))) +("preliminary" nil (((p r ih) 0) ((l ih) 1) ((m ax) 0) ((n eh) 1) ((r iy) 0))) +("prelims" nil (((p r iy) 1) ((l ih m z) 1))) +("prell" nil (((p r eh l) 1))) +("prellwitz" nil (((p r eh l) 1) ((w ih t s) 0))) +("prelude" nil (((p r ey) 1) ((l uw d) 1))) +("preludes" nil (((p r ey) 1) ((l uw d z) 1))) +("prem" nil (((p r eh m) 1))) +("premadasa" nil (((p r iy) 1) ((m ax) 0) ((d aa) 1) ((s ax) 0))) +("premarin" nil (((p r eh) 1) ((m er) 0) ((ih n) 0))) +("premarital" nil (((p r iy) 0) ((m eh) 1) ((r ax) 0) ((t ax l) 0))) +("premark" nil (((p r iy) 0) ((m aa r k) 1))) +("premarket" nil (((p r iy) 1) ((m aa r) 1) ((k ax t) 0))) +("premature" nil (((p r iy) 1) ((m ax) 0) ((ch uh r) 1))) +("prematurely" nil (((p r iy) 1) ((m ax) 0) ((ch uh r) 1) ((l iy) 0))) +("premed" n (((p r iy) 1) ((m eh d) 1))) +("premeditate" nil (((p r iy) 0) ((m eh) 1) ((d ax) 0) ((t ey t) 1))) +("premeditated" nil (((p r iy) 0) ((m eh) 1) ((d ax) 0) ((t ey) 1) ((t ih d) 0))) +("premeditation" nil (((p r iy) 0) ((m eh) 1) ((d ax) 0) ((t ey) 1) ((sh ax n) 0))) +("premier" nil (((p r eh) 0) ((m ih r) 1))) +("premiere" nil (((p r eh) 0) ((m ih r) 1))) +("premiered" nil (((p r eh) 0) ((m ih r d) 1))) +("premieres" nil (((p r eh) 0) ((m ih r z) 1))) +("premiering" nil (((p r eh) 0) ((m ih) 1) ((r ih ng) 0))) +("premiers" nil (((p r eh) 0) ((m ih r z) 1))) +("premiership" nil (((p r eh) 0) ((m ih r) 1) ((sh ih p) 1))) +("premise" nil (((p r eh) 1) ((m ih s) 0))) +("premised" nil (((p r eh) 1) ((m ax s t) 0))) +("premises" nil (((p r eh) 1) ((m ax) 0) ((s ax z) 0))) +("premium" nil (((p r iy) 1) ((m iy) 0) ((ax m) 0))) +("premiums" nil (((p r iy) 1) ((m iy) 0) ((ax m z) 0))) +("premo" nil (((p r eh) 1) ((m ow) 0))) +("prenatal" nil (((p r iy) 0) ((n ey) 1) ((t ax l) 0))) +("prendergast" nil (((p r eh n) 1) ((d er) 0) ((g ae s t) 1))) +("prenger" nil (((p r eh n) 1) ((jh er) 0))) +("prenn" nil (((p r eh n) 1))) +("prensa" nil (((p r eh n) 1) ((s ax) 0))) +("prentice" nil (((p r eh n) 1) ((t ih s) 0))) +("prentiss" nil (((p r eh n) 1) ((t ih s) 0))) +("prentnieks" nil (((p r eh n t) 1) ((n iy) 0) ((eh k s) 1))) +("prenuptial" n (((p r iy) 0) ((n ah p) 1) ((sh ax l) 0))) +("preoccupation" nil (((p r iy) 0) ((aa) 1) ((k y ax) 0) ((p ey) 1) ((sh ax n) 0))) +("preoccupations" nil (((p r iy) 0) ((aa) 1) ((k y ax) 0) ((p ey) 1) ((sh ax n z) 0))) +("preoccupied" nil (((p r iy) 0) ((aa) 1) ((k y ax) 0) ((p ay d) 1))) +("preoccupies" nil (((p r iy) 0) ((aa) 1) ((k y ax) 0) ((p ay z) 1))) +("preoccupy" nil (((p r iy) 0) ((aa) 1) ((k y ax) 0) ((p ay) 1))) +("preordained" nil (((p r iy) 1) ((ao r) 0) ((d ey n d) 1))) +("prep" nil (((p r eh p) 1))) +("prepackaged" nil (((p r iy) 0) ((p ae) 1) ((k ax jh d) 0))) +("prepaid" nil (((p r iy) 0) ((p ey d) 1))) +("preparation" nil (((p r eh) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("preparations" nil (((p r eh) 1) ((p er) 0) ((ey) 1) ((sh ax n z) 0))) +("preparatory" nil (((p r ih) 0) ((p eh) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0))) +("prepare" nil (((p r iy) 0) ((p eh r) 1))) +("prepared" nil (((p r iy) 0) ((p eh r d) 1))) +("preparedness" nil (((p r iy) 0) ((p eh) 1) ((r ax d) 0) ((n ax s) 0))) +("preparer" nil (((p r iy) 0) ((p eh) 1) ((r er) 0))) +("preparers" nil (((p r iy) 0) ((p eh) 1) ((r er z) 0))) +("prepares" nil (((p r iy) 0) ((p eh r z) 1))) +("preparing" nil (((p r iy) 0) ((p eh) 1) ((r ih ng) 0))) +("prepay" nil (((p r iy) 0) ((p ey) 1))) +("prepaying" nil (((p r iy) 0) ((p ey) 1) ((ih ng) 0))) +("prepayment" nil (((p r iy) 0) ((p ey) 1) ((m ax n t) 0))) +("prepayments" nil (((p r iy) 0) ((p ey) 1) ((m ax n t s) 0))) +("preplanning" nil (((p r iy) 0) ((p l ae) 1) ((n ih ng) 0))) +("preponderance" nil (((p r iy) 0) ((p aa n) 1) ((d r ax n s) 0))) +("preposterous" nil (((p r ih) 0) ((p aa) 1) ((s t er) 0) ((ax s) 0))) +("prepped" nil (((p r eh p t) 1))) +("preppie" nil (((p r eh) 1) ((p iy) 0))) +("preppy" nil (((p r eh) 1) ((p iy) 0))) +("prerecorded" nil (((p r iy) 1) ((r iy) 0) ((k ao r) 1) ((d ih d) 0))) +("prerequisite" nil (((p r iy) 0) ((r eh) 1) ((k w ax) 0) ((z ax t) 0))) +("prerequisites" nil (((p r iy) 0) ((r eh) 1) ((k w ax) 0) ((z ax t s) 0))) +("prerogative" nil (((p r ih) 0) ((r aa) 1) ((g ax) 0) ((t ih v) 0))) +("prerogatives" nil (((p r ih) 0) ((r aa) 1) ((g ax) 0) ((t ih v z) 0))) +("pres" nil (((p r eh z) 1))) +("presage" nil (((p r eh) 1) ((s ih jh) 0))) +("presaged" nil (((p r eh) 1) ((s ih jh d) 0))) +("presages" nil (((p r eh) 1) ((s ih) 0) ((jh ih z) 0))) +("presaging" nil (((p r eh) 1) ((s ih) 0) ((jh ih ng) 0))) +("presale" nil (((p r iy) 1) ((s ey l) 1))) +("presario" nil (((p r ih) 0) ((s aa) 1) ((r iy) 0) ((ow) 1))) +("presby" nil (((p r eh s) 1) ((b iy) 0))) +("presbyterian" nil (((p r eh s) 1) ((b ih) 0) ((t ih) 1) ((r iy) 0) ((ax n) 0))) +("Presbyterians" n (((p r eh s) 0) ((b ax) 0) ((t iy) 1) ((r iy) 0) ((ax n z) 0))) +("preschel" nil (((p r eh) 1) ((sh ax l) 0))) +("prescher" nil (((p r eh) 1) ((sh er) 0))) +("preschool" nil (((p r iy) 0) ((s k uw l) 1))) +("preschoolers" nil (((p r iy) 1) ((s k uw) 1) ((l er z) 0))) +("prescience" nil (((p r iy) 1) ((sh iy) 0) ((ax n s) 0))) +("prescient" nil (((p r eh) 1) ((s iy) 0) ((ax n t) 0))) +("prescot" nil (((p r eh) 1) ((s k ax t) 0))) +("prescott" nil (((p r eh) 1) ((s k aa t) 0))) +("prescribe" nil (((p r ax) 0) ((s k r ay b) 1))) +("prescribed" nil (((p r iy) 0) ((s k r ay b d) 1))) +("prescribers" nil (((p r iy) 0) ((s k r ay) 1) ((b er z) 0))) +("prescribes" nil (((p r iy) 0) ((s k r ay b z) 1))) +("prescribing" nil (((p r iy) 0) ((s k r ay) 1) ((b ih ng) 0))) +("prescription" nil (((p r ax) 0) ((s k r ih p) 1) ((sh ax n) 0))) +("prescriptions" nil (((p r ax) 0) ((s k r ih p) 1) ((sh ax n z) 0))) +("preseason" n (((p r iy) 1) ((s iy) 1) ((s ax n) 0))) +("presence" nil (((p r eh) 1) ((z ax n s) 0))) +("presences" nil (((p r eh) 1) ((z ax n) 0) ((s ih z) 0))) +("present" n (((p r eh) 1) ((z ax n t) 0))) +("present" v (((p r iy) 0) ((z eh n t) 1))) +("presentable" nil (((p r ax) 0) ((z eh n) 1) ((t ax) 0) ((b ax l) 0))) +("presentation" nil (((p r eh) 1) ((z ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("presentations" nil (((p r eh) 1) ((z ax n) 0) ((t ey) 1) ((sh ax n z) 0))) +("presented" nil (((p r iy) 0) ((z eh n) 1) ((t ax d) 0))) +("presenter" nil (((p r eh) 1) ((z ax n) 0) ((t er) 0))) +("presenters" nil (((p r eh) 1) ((z ax n) 0) ((t er z) 0))) +("presenting" nil (((p r ih) 0) ((z eh n) 1) ((t ih ng) 0))) +("presently" nil (((p r eh) 1) ((z ax n t) 0) ((l iy) 0))) +("presentment" nil (((p r iy) 0) ((z eh n t) 1) ((m ax n t) 0))) +("presents" n (((p r eh) 1) ((z ax n t s) 0))) +("presents" v (((p r iy) 0) ((z eh n t s) 1))) +("preservation" nil (((p r eh) 1) ((z er) 0) ((v ey) 1) ((sh ax n) 0))) +("preservationist" nil (((p r eh) 1) ((z er) 0) ((v ey) 1) ((sh ax) 0) ((n ih s t) 0))) +("preservationists" nil (((p r eh) 1) ((z er) 0) ((v ey) 1) ((sh ax) 0) ((n ih s t s) 0))) +("preservative" nil (((p r iy) 0) ((z er) 1) ((v ax) 0) ((t ih v) 0))) +("preservatives" nil (((p r ax) 0) ((z er) 1) ((v ax) 0) ((t ih v z) 0))) +("preserve" nil (((p r ax) 0) ((z er v) 1))) +("preserved" nil (((p r ax) 0) ((z er v d) 1))) +("preserves" nil (((p r ax) 0) ((z er v z) 1))) +("preserving" nil (((p r ax) 0) ((z er) 1) ((v ih ng) 0))) +("preset" nil (((p r iy) 0) ((s eh t) 1))) +("preside" nil (((p r ih) 0) ((z ay d) 1))) +("presided" nil (((p r ih) 0) ((z ay) 1) ((d ih d) 0))) +("presidencies" nil (((p r eh) 1) ((z ax) 0) ((d ax n) 0) ((s iy z) 0))) +("presidency" nil (((p r eh) 1) ((z ax) 0) ((d ax n) 0) ((s iy) 0))) +("president" nil (((p r eh) 1) ((z ax) 0) ((d ah n t) 0))) +("presidential" nil (((p r eh) 1) ((z ax) 0) ((d eh n) 1) ((ch ax l) 0))) +("presidentialist" nil (((p r eh) 1) ((z ax) 0) ((d eh n) 1) ((ch ax) 0) ((l ih s t) 0))) +("presidentially" nil (((p r eh) 1) ((s ih) 0) ((d eh n) 1) ((ch ax) 0) ((l iy) 0))) +("presidents" nil (((p r eh) 1) ((z ax) 0) ((d ah n t s) 0))) +("presides" nil (((p r ih) 0) ((z ay d z) 1))) +("presiding" nil (((p r ih) 0) ((z ay) 1) ((d ih ng) 0))) +("presidio" nil (((p r ih) 0) ((s ih) 1) ((d iy) 0) ((ow) 1))) +("presidium" nil (((p r ih) 0) ((s ih) 1) ((d iy) 0) ((ax m) 0))) +("preslar" nil (((p r ih) 0) ((s l aa r) 1))) +("presler" nil (((p r eh) 1) ((s ax) 0) ((l er) 0))) +("presley" nil (((p r eh) 1) ((s l iy) 0))) +("presnall" nil (((p r eh) 1) ((s n ax l) 0))) +("presnell" nil (((p r eh) 1) ((s n ax l) 0))) +("presplit" nil (((p r iy) 1) ((s p l ih t) 1))) +("press" nil (((p r eh s) 1))) +("pressboard" nil (((p r eh s) 1) ((b ao r d) 1))) +("pressburger" nil (((p r eh s) 1) ((b er) 0) ((g er) 0))) +("presse" nil (((p r eh s) 1))) +("pressed" nil (((p r eh s t) 1))) +("pressel" nil (((p r eh) 1) ((s ax l) 0))) +("presser" nil (((p r eh) 1) ((s er) 0))) +("presses" nil (((p r eh) 1) ((s ax z) 0))) +("pressey" nil (((p r eh) 1) ((s iy) 0))) +("pressing" nil (((p r eh) 1) ((s ih ng) 0))) +("pressler" nil (((p r eh) 1) ((s l er) 0))) +("pressley" nil (((p r eh) 1) ((s l iy) 0))) +("pressly" nil (((p r eh) 1) ((s l iy) 0))) +("pressman" nil (((p r eh) 1) ((s m ax n) 0))) +("pressnell" nil (((p r eh) 1) ((s n ax l) 0))) +("presson" nil (((p r eh) 1) ((s ax n) 0))) +("presstek" nil (((p r eh) 1) ((s t eh k) 1))) +("pressure" nil (((p r eh) 1) ((sh er) 0))) +("pressured" nil (((p r eh) 1) ((sh er d) 0))) +("pressures" nil (((p r eh) 1) ((sh er z) 0))) +("pressuring" nil (((p r eh) 1) ((sh er) 0) ((ih ng) 0))) +("pressurization" nil (((p r eh) 1) ((sh er) 0) ((ih) 0) ((z ey) 1) ((sh ax n) 0))) +("pressurized" nil (((p r eh) 1) ((sh er) 0) ((ay z d) 1))) +("presswood" nil (((p r eh) 1) ((s w uh d) 1))) +("prest" nil (((p r eh s t) 1))) +("presta" nil (((p r eh) 1) ((s t ax) 0))) +("prestage" nil (((p r eh) 1) ((s t ih jh) 0))) +("presti" nil (((p r eh) 1) ((s t iy) 0))) +("prestia" nil (((p r eh s) 1) ((t y ax) 0))) +("prestidge" nil (((p r eh) 1) ((s t ih jh) 0))) +("prestige" nil (((p r eh) 0) ((s t iy zh) 1))) +("prestigiacomo" nil (((p r eh) 0) ((s t iy) 1) ((jh ax) 0) ((k ow) 0) ((m ow) 0))) +("prestigious" nil (((p r eh) 0) ((s t ih) 1) ((jh ax s) 0))) +("presto" nil (((p r eh) 1) ((s t ow) 1))) +("preston" nil (((p r eh) 1) ((s t ax n) 0))) +("prestowitz" nil (((p r eh) 1) ((s t ax) 0) ((w ih t s) 0))) +("prestridge" nil (((p r eh) 1) ((s t r ih jh) 0))) +("prestwich" nil (((p r eh s) 1) ((t w ih ch) 0))) +("prestwood" nil (((p r eh s) 1) ((t w uh d) 1))) +("presumably" nil (((p r ax) 0) ((z uw) 1) ((m ax) 0) ((b l iy) 0))) +("presume" nil (((p r ih) 0) ((z uw m) 1))) +("presumed" nil (((p r ax) 0) ((z uw m d) 1))) +("presumes" nil (((p r ax) 0) ((z uw m z) 1))) +("presuming" nil (((p r ih) 0) ((z uw) 1) ((m ih ng) 0))) +("presummit" n (((p r iy) 1) ((s ah) 1) ((m ax t) 0))) +("presumption" nil (((p r ih) 0) ((z ah m p) 1) ((sh ax n) 0))) +("presumptive" nil (((p r iy) 0) ((z ah m p) 1) ((t ih v) 0))) +("presumptuous" nil (((p r ih) 0) ((z ah m p) 1) ((ch ax) 0) ((w ax s) 0))) +("presupposes" nil (((p r iy) 1) ((s ax) 0) ((p ow) 1) ((z ih z) 0))) +("presupposition" nil (((p r iy) 1) ((s ax) 0) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("presutti" nil (((p r eh) 0) ((s uw) 1) ((t iy) 0))) +("preszler" nil (((p r eh) 1) ((s l er) 0))) +("pretax" nil (((p r iy) 1) ((t ae k s) 1))) +("prete" nil (((p r iy t) 1))) +("pretend" nil (((p r iy) 0) ((t eh n d) 1))) +("pretended" nil (((p r iy) 0) ((t eh n) 1) ((d ax d) 0))) +("pretending" nil (((p r iy) 0) ((t eh n) 1) ((d ih ng) 0))) +("pretends" nil (((p r iy) 0) ((t eh n d z) 1))) +("pretense" nil (((p r iy) 0) ((t eh n s) 1))) +("pretenses" nil (((p r iy) 0) ((t eh n) 1) ((s ih z) 0))) +("pretension" nil (((p r iy) 0) ((t eh n) 1) ((sh ax n) 0))) +("pretensions" nil (((p r ax) 0) ((t eh n) 1) ((sh ax n z) 0))) +("pretentious" nil (((p r iy) 0) ((t eh n) 1) ((sh ax s) 0))) +("preternatural" n (((p r iy) 0) ((t er) 0) ((n ae t) 1) ((ch er) 0) ((ax l) 0))) +("pretext" nil (((p r iy) 1) ((t eh k s t) 1))) +("pretoria" nil (((p r iy) 0) ((t ao) 1) ((r iy) 0) ((ax) 0))) +("pretrial" nil (((p r iy) 0) ((t r ay) 1) ((ax l) 0))) +("pretti" nil (((p r eh) 1) ((t iy) 0))) +("prettier" nil (((p r ih) 1) ((t iy) 0) ((er) 0))) +("pretties" nil (((p r ih) 1) ((t iy z) 0))) +("prettiest" nil (((p r ih) 1) ((t iy) 0) ((ax s t) 0))) +("pretty" nil (((p r ih) 1) ((t iy) 0))) +("prettyman" nil (((p r eh) 1) ((t iy) 0) ((m ax n) 0))) +("pretzel" nil (((p r eh t) 1) ((z ax l) 0))) +("pretzels" nil (((p r eh t) 1) ((z ax l z) 0))) +("pretzer" nil (((p r eh t) 1) ((z er) 0))) +("preuss" nil (((p r uw s) 1))) +("preussag" nil (((p r uw) 1) ((s ae g) 0))) +("preusser" nil (((p r oy) 1) ((s er) 0))) +("prevail" nil (((p r ih) 0) ((v ey l) 1))) +("prevailed" nil (((p r ih) 0) ((v ey l d) 1))) +("prevailing" nil (((p r ih) 0) ((v ey) 1) ((l ih ng) 0))) +("prevails" nil (((p r ih) 0) ((v ey l z) 1))) +("prevalence" nil (((p r eh) 1) ((v ax) 0) ((l ax n s) 0))) +("prevalent" nil (((p r eh) 1) ((v ax) 0) ((l ax n t) 0))) +("prevatt" nil (((p r ih) 0) ((v ae t) 1))) +("prevatte" nil (((p r ih) 0) ((v ae t) 1))) +("prevent" nil (((p r ih) 0) ((v eh n t) 1))) +("preventable" nil (((p r ih) 0) ((v eh n) 1) ((t ax) 0) ((b ax l) 0))) +("preventative" nil (((p r iy) 0) ((v eh n) 1) ((t ax) 0) ((t ih v) 0))) +("preventatives" nil (((p r iy) 0) ((v eh n) 1) ((t ax) 0) ((t ih v z) 0))) +("prevented" nil (((p r ih) 0) ((v eh n) 1) ((t ih d) 0))) +("preventing" nil (((p r ih) 0) ((v eh n) 1) ((t ih ng) 0))) +("prevention" nil (((p r iy) 0) ((v eh n) 1) ((sh ax n) 0))) +("preventive" nil (((p r ih) 0) ((v eh n) 1) ((t ih v) 0))) +("prevents" nil (((p r ih) 0) ((v eh n t s) 1))) +("prevette" nil (((p r ih) 0) ((v eh t) 1))) +("preview" nil (((p r iy) 1) ((v y uw) 1))) +("previewed" nil (((p r iy) 1) ((v y uw d) 1))) +("previewing" nil (((p r iy) 1) ((v y uw) 1) ((ih ng) 0))) +("previews" nil (((p r iy) 1) ((v y uw z) 1))) +("previous" nil (((p r iy) 1) ((v iy) 0) ((ax s) 0))) +("previously" nil (((p r iy) 1) ((v iy) 0) ((ax) 0) ((s l iy) 0))) +("previte" nil (((p r eh) 1) ((v ay t) 0))) +("previti" nil (((p r eh) 0) ((v iy) 1) ((t iy) 0))) +("prevo" nil (((p r eh) 1) ((v ow) 0))) +("prevost" nil (((p r ey) 1) ((v ow s t) 0))) +("prew" nil (((p r uw) 1))) +("prewar" nil (((p r iy) 0) ((w ao r) 1))) +("preway" nil (((p r iy) 1) ((w ey) 1))) +("prewett" nil (((p r uw) 1) ((ih t) 0))) +("prewitt" nil (((p r uw) 1) ((ih t) 0))) +("prey" nil (((p r ey) 1))) +("preyed" nil (((p r ey d) 1))) +("preyer" nil (((p r ey) 1) ((er) 0))) +("preying" nil (((p r ey) 1) ((ih ng) 0))) +("preys" nil (((p r ey z) 1))) +("preziosi" nil (((p r eh) 0) ((z iy) 0) ((ow) 1) ((s iy) 0))) +("prezioso" nil (((p r eh) 0) ((z iy) 0) ((ow) 1) ((s ow) 0))) +("prezzano" nil (((p r eh) 0) ((z aa) 1) ((n ow) 0))) +("priam" nil (((p r ay) 1) ((ae m) 1))) +("pribble" nil (((p r ih) 1) ((b ax l) 0))) +("pribula" nil (((p r iy) 0) ((b uw) 1) ((l ax) 0))) +("pribyl" nil (((p r ih) 1) ((b ax l) 0))) +("price" nil (((p r ay s) 1))) +("priced" nil (((p r ay s t) 1))) +("priceless" nil (((p r ay) 1) ((s l ax s) 0))) +("pricer" nil (((p r ay) 1) ((s er) 0))) +("prices" nil (((p r ay) 1) ((s ax z) 0))) +("pricey" nil (((p r ay) 1) ((s iy) 0))) +("prichard" nil (((p r ih) 1) ((ch er d) 0))) +("prichett" nil (((p r ih) 1) ((ch ih t) 0))) +("pricier" nil (((p r ay) 1) ((s iy) 0) ((er) 0))) +("priciest" nil (((p r ay) 1) ((s iy) 0) ((ih s t) 0))) +("pricing" nil (((p r ay) 1) ((s ih ng) 0))) +("pricings" nil (((p r ay) 1) ((s ih ng z) 0))) +("prick" nil (((p r ih k) 1))) +("pricked" nil (((p r ih k t) 1))) +("prickett" nil (((p r ih) 1) ((k ih t) 0))) +("pricklebacks" nil (((p r ih) 1) ((k ax l) 0) ((b ae k s) 1))) +("prickly" nil (((p r ih) 1) ((k l iy) 0))) +("pricks" nil (((p r ih k s) 1))) +("pricor" nil (((p r ay) 1) ((k ao r) 1))) +("priddy" nil (((p r ih) 1) ((d iy) 0))) +("pride" nil (((p r ay d) 1))) +("prideaux" nil (((p r ih) 1) ((d ow) 0))) +("prided" nil (((p r ay) 1) ((d ih d) 0))) +("pridemore" nil (((p r ay d) 1) ((m ao r) 0))) +("prides" nil (((p r ay d z) 1))) +("pridgen" nil (((p r ih) 1) ((jh ax n) 0))) +("pridgeon" nil (((p r ih d) 1) ((jh ih n) 0))) +("pridmore" nil (((p r ih d) 1) ((m ao r) 0))) +("priebe" nil (((p r iy b) 1))) +("pried" nil (((p r ay d) 1))) +("priem" nil (((p r iy m) 1))) +("prien" nil (((p r iy n) 1))) +("prier" nil (((p r ay) 1) ((er) 0))) +("pries" nil (((p r ay z) 1))) +("priess" nil (((p r iy s) 1))) +("priest" nil (((p r iy s t) 1))) +("priester" nil (((p r iy) 1) ((s t er) 0))) +("priestess" nil (((p r iy) 1) ((s t ax s) 0))) +("priesthood" nil (((p r iy s t) 1) ((hh uh d) 0))) +("priestley" nil (((p r iy s t) 1) ((l iy) 0))) +("priestly" nil (((p r iy s t) 1) ((l iy) 0))) +("priests" nil (((p r iy s t s) 1))) +("prieta" nil (((p r iy) 1) ((t ax) 0))) +("prieto" nil (((p r iy) 1) ((t ow) 0))) +("prieur" nil (((p r iy) 1) ((er) 0))) +("prig" nil (((p r ih g) 1))) +("prigge" nil (((p r ih g) 1))) +("prigmore" nil (((p r ih g) 1) ((m ao r) 0))) +("prihoda" nil (((p r iy) 0) ((hh ow) 1) ((d ax) 0))) +("prill" nil (((p r ih l) 1))) +("prillaman" nil (((p r ih) 1) ((l ax) 0) ((m ax n) 0))) +("prim" nil (((p r ih m) 1))) +("prima" nil (((p r iy) 1) ((m ax) 0))) +("primack" nil (((p r ih) 1) ((m ax k) 0))) +("primacy" nil (((p r ay) 1) ((m ax) 0) ((s iy) 0))) +("primal" nil (((p r ay) 1) ((m ax l) 0))) +("primaries" nil (((p r ay) 1) ((m eh) 1) ((r iy z) 0))) +("primarily" nil (((p r ay) 0) ((m eh) 1) ((r ax) 0) ((l iy) 0))) +("primark" nil (((p r ih) 1) ((m aa r k) 0))) +("primary" nil (((p r ay) 1) ((m eh) 1) ((r iy) 0))) +("primate" nil (((p r ay) 1) ((m ey t) 1))) +("primates" nil (((p r ay) 1) ((m ey t s) 1))) +("primavera" nil (((p r iy) 0) ((m aa) 0) ((v eh) 1) ((r ax) 0))) +("prime" nil (((p r ay m) 1))) +("primeau" nil (((p r ih) 0) ((m ow) 1))) +("primeaux" nil (((p r ih) 0) ((m ow) 1))) +("primebank" nil (((p r ay m) 1) ((b ae ng k) 1))) +("primeco" nil (((p r ay m) 1) ((k ow) 1))) +("primed" nil (((p r ay m d) 1))) +("primenews" nil (((p r ay m) 1) ((n uw z) 1))) +("primer" nil (((p r ay) 1) ((m er) 0))) +("primerica" nil (((p r ih) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("primes" nil (((p r ay m z) 1))) +("primestar" nil (((p r ay m) 1) ((s t aa r) 1))) +("primetime" nil (((p r ay m) 1) ((t ay m) 1))) +("primeval" nil (((p r ay) 0) ((m iy) 1) ((v ax l) 0))) +("primiano" nil (((p r iy) 1) ((m iy) 0) ((aa) 1) ((n ow) 0))) +("priming" nil (((p r ay) 1) ((m ih ng) 0))) +("primitive" nil (((p r ih) 1) ((m ax) 0) ((t ih v) 0))) +("primitivistic" nil (((p r ih) 1) ((m ih) 0) ((t ih) 0) ((v ih) 1) ((s t ih k) 0))) +("primly" nil (((p r ih m) 1) ((l iy) 0))) +("primm" nil (((p r ih m) 1))) +("primmer" nil (((p r ih) 1) ((m er) 0))) +("primo" nil (((p r iy) 1) ((m ow) 1))) +("primordial" nil (((p r ih) 0) ((m ao r) 1) ((d iy) 0) ((ax l) 0))) +("primrose" nil (((p r ih) 1) ((m r ow z) 1))) +("primroses" nil (((p r ih) 1) ((m r ow) 1) ((z ax z) 0))) +("primus" nil (((p r ay) 1) ((m ax s) 0))) +("prince" nil (((p r ih n s) 1))) +("princely" nil (((p r ih n) 1) ((s l iy) 0))) +("princes" nil (((p r ih n) 1) ((s ax z) 0))) +("princess" nil (((p r ih n) 1) ((s eh s) 0))) +("princeton" nil (((p r ih n) 1) ((s t ax n) 0))) +("princeville" nil (((p r ih n) 1) ((s v ih l) 1))) +("principal" nil (((p r ih n) 1) ((s ax) 0) ((p ax l) 0))) +("principality" nil (((p r ih n) 1) ((s ih) 0) ((p ae) 1) ((l ih) 0) ((t iy) 0))) +("principally" nil (((p r ih n) 1) ((s ih) 0) ((p l iy) 0))) +("principals" nil (((p r ih n) 1) ((s ax) 0) ((p ax l z) 0))) +("principato" nil (((p r iy n) 0) ((ch iy) 0) ((p aa) 1) ((t ow) 0))) +("principe" nil (((p r iy n) 0) ((ch iy) 1) ((p iy) 0))) +("principle" nil (((p r ih n) 1) ((s ax) 0) ((p ax l) 0))) +("principled" nil (((p r ih n) 1) ((s ax) 0) ((p ax l d) 0))) +("principles" nil (((p r ih n) 1) ((s ax) 0) ((p ax l z) 0))) +("prindiville" nil (((p r iy n) 0) ((d iy) 1) ((v ih l) 0))) +("prindl" nil (((p r ih n) 1) ((d ax l) 0))) +("prindle" nil (((p r ih n) 1) ((d ax l) 0))) +("prine" nil (((p r ay n) 1))) +("pring" nil (((p r ih ng) 1))) +("pringle" nil (((p r ih ng) 1) ((g ax l) 0))) +("prinkey" nil (((p r ih ng) 1) ((k iy) 0))) +("prinos" nil (((p r iy) 1) ((n ow s) 0))) +("prins" nil (((p r ih n z) 1))) +("prinsen" nil (((p r ih n) 1) ((s ax n) 0))) +("prinsep" nil (((p r ih n) 1) ((s eh p) 0))) +("print" nil (((p r ih n t) 1))) +("printable" nil (((p r ih n) 1) ((t ax) 0) ((b ax l) 0))) +("printed" nil (((p r ih n) 1) ((t ax d) 0))) +("printemps" nil (((p r ih n) 1) ((t eh m p s) 0))) +("printer" nil (((p r ih n) 1) ((t er) 0))) +("printers" nil (((p r ih n) 1) ((t er z) 0))) +("printing" nil (((p r ih n) 1) ((t ih ng) 0))) +("printings" nil (((p r ih n) 1) ((t ih ng z) 0))) +("printmaker" nil (((p r ih n t) 1) ((m ey) 1) ((k er) 0))) +("printmakers" nil (((p r ih n t) 1) ((m ey) 1) ((k er z) 0))) +("printon" nil (((p r ih n) 1) ((t ax n) 0))) +("printout" nil (((p r ih n) 1) ((t aw t) 1))) +("printouts" nil (((p r ih n) 1) ((t aw t s) 1))) +("prints" nil (((p r ih n t s) 1))) +("printup" nil (((p r ih n) 1) ((t ah p) 1))) +("printy" nil (((p r ih n) 1) ((t iy) 0))) +("printz" nil (((p r ih n t s) 1))) +("prinz" nil (((p r ih n z) 1))) +("priola" nil (((p r iy) 0) ((ow) 1) ((l ax) 0))) +("prioleau" nil (((p r iy) 0) ((ow) 1) ((l ow) 0))) +("priolo" nil (((p r iy) 0) ((ow) 1) ((l ow) 0))) +("prior" nil (((p r ay) 1) ((er) 0))) +("priore" nil (((p r iy) 0) ((ao) 1) ((r iy) 0))) +("priorities" nil (((p r ay) 0) ((ao) 1) ((r ax) 0) ((t iy z) 0))) +("prioritize" nil (((p r ay) 0) ((ao) 1) ((r ax) 0) ((t ay z) 1))) +("prioritized" nil (((p r ay) 0) ((ao) 1) ((r ax) 0) ((t ay z d) 1))) +("prioritizes" nil (((p r ay) 0) ((ao) 1) ((r ax) 0) ((t ay) 1) ((z ih z) 0))) +("prioritizing" nil (((p r ay) 0) ((ao) 1) ((r ax) 0) ((t ay) 1) ((z ih ng) 0))) +("priority" nil (((p r ay) 0) ((ao) 1) ((r ax) 0) ((t iy) 0))) +("priors" nil (((p r ay) 1) ((er z) 0))) +("priory" nil (((p r ay) 1) ((er) 0) ((iy) 0))) +("pris" nil (((p r ih s) 1))) +("priscilla" nil (((p r ih) 0) ((s ih) 1) ((l ax) 0))) +("prisco" nil (((p r iy) 1) ((s k ow) 0))) +("prisk" nil (((p r ih s k) 1))) +("prism" nil (((p r ih) 1) ((z ax m) 0))) +("prismatic" nil (((p r ih z) 0) ((m ae) 1) ((t ih k) 0))) +("prison" nil (((p r ih) 1) ((z ax n) 0))) +("prisoner" nil (((p r ih) 1) ((z ax) 0) ((n er) 0))) +("prisoners" nil (((p r ih) 1) ((z ax) 0) ((n er z) 0))) +("prisons" nil (((p r ih) 1) ((z ax n z) 0))) +("prissie" nil (((p r ih) 1) ((s iy) 0))) +("prissy" nil (((p r ih) 1) ((s iy) 0))) +("pristine" nil (((p r ih) 1) ((s t iy n) 0))) +("pritchard" nil (((p r ih) 1) ((ch er d) 0))) +("pritchett" nil (((p r ih) 1) ((ch ih t) 0))) +("pritt" nil (((p r ih t) 1))) +("pritts" nil (((p r ih t s) 1))) +("pritz" nil (((p r ih t s) 1))) +("pritzker" nil (((p r ih t) 1) ((s k er) 0))) +("pritzkers" nil (((p r ih t) 1) ((s k er z) 0))) +("pritzl" nil (((p r ih t) 1) ((z ax l) 0))) +("privacies" nil (((p r ay) 1) ((v ax) 0) ((s iy z) 0))) +("privacy" nil (((p r ay) 1) ((v ax) 0) ((s iy) 0))) +("private" nil (((p r ay) 1) ((v ax t) 0))) +("privately" nil (((p r ay) 1) ((v ax t) 0) ((l iy) 0))) +("privates" nil (((p r ay) 1) ((v ax t s) 0))) +("privations" nil (((p r ay) 0) ((v ey) 1) ((sh ax n z) 0))) +("privatisation" nil (((p r ay) 1) ((v ax) 0) ((t ax) 0) ((z ey) 1) ((sh ax n) 0))) +("privatization" nil (((p r ay) 1) ((v ax) 0) ((t ax) 0) ((z ey) 1) ((sh ax n) 0))) +("privatizations" nil (((p r ay) 1) ((v ax) 0) ((t ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("privatize" nil (((p r ih) 1) ((v ax) 0) ((t ay z) 1))) +("privatized" nil (((p r ay) 1) ((v ax) 0) ((t ay z d) 1))) +("privatizing" nil (((p r ay) 1) ((v ax) 0) ((t ay) 1) ((z ih ng) 0))) +("privett" nil (((p r ih) 1) ((v ih t) 0))) +("privette" nil (((p r ih) 0) ((v eh t) 1))) +("privilege" nil (((p r ih) 1) ((v l ax jh) 0))) +("privileged" nil (((p r ih) 1) ((v l ax jh d) 0))) +("privileges" nil (((p r ih) 1) ((v l ax) 0) ((jh ax z) 0))) +("privitera" nil (((p r iy) 0) ((v iy) 0) ((t eh) 1) ((r ax) 0))) +("privott" nil (((p r ih) 1) ((v ax t) 0))) +("privy" nil (((p r ih) 1) ((v iy) 0))) +("prix" nil (((p r iy) 1))) +("prize" nil (((p r ay z) 1))) +("prized" nil (((p r ay z d) 1))) +("prizes" nil (((p r ay) 1) ((z ax z) 0))) +("prizewinner" n (((p r ay) 1) ((z w ih) 1) ((n er) 0))) +("prizewinners" n (((p r ay) 1) ((z w ih) 1) ((n er z) 0))) +("prizewinning" n (((p r ay) 1) ((z w ih) 1) ((n ax ng) 0))) +("prizm" nil (((p r ih) 1) ((z ax m) 0))) +("pro" nil (((p r ow) 1))) +("proactive" nil (((p r ow) 1) ((ae k) 1) ((t ih v) 0))) +("probabilities" nil (((p r aa) 1) ((b ax) 0) ((b ih) 1) ((l ax) 0) ((t iy z) 0))) +("probability" nil (((p r aa) 1) ((b ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("probable" nil (((p r aa) 1) ((b ax) 0) ((b ax l) 0))) +("probably" nil (((p r aa) 1) ((b ax) 0) ((b l iy) 0))) +("probasco" nil (((p r ow) 0) ((b aa) 1) ((s k ow) 0))) +("probate" nil (((p r ow) 1) ((b ey t) 1))) +("probation" nil (((p r ow) 0) ((b ey) 1) ((sh ax n) 0))) +("probationary" nil (((p r ow) 0) ((b ey) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("probationers" nil (((p r ow) 0) ((b ey) 1) ((sh ax) 0) ((n er z) 0))) +("probative" nil (((p r ow) 0) ((b ey) 1) ((t ih v) 0))) +("probe" nil (((p r ow b) 1))) +("probed" nil (((p r ow b d) 1))) +("probenecid" nil (((p r aa) 1) ((b eh) 1) ((n ax) 0) ((s ih d) 0))) +("probert" nil (((p r aa) 1) ((b er t) 0))) +("probes" nil (((p r ow b z) 1))) +("probing" nil (((p r ow) 1) ((b ih ng) 0))) +("probity" nil (((p r ow) 1) ((b ax) 0) ((t iy) 0))) +("problem" nil (((p r aa) 1) ((b l ax m) 0))) +("problematic" nil (((p r aa) 1) ((b l ax) 0) ((m ae) 1) ((t ih k) 0))) +("problematical" nil (((p r aa) 1) ((b l ax) 0) ((m ae) 1) ((t ih) 0) ((k ax l) 0))) +("problems" nil (((p r aa) 1) ((b l ax m z) 0))) +("proboscis" nil (((p r ow) 0) ((b aa) 1) ((s ax s) 0))) +("probst" nil (((p r aa b s t) 1))) +("probursa" nil (((p r ow) 1) ((b er) 1) ((s ax) 0))) +("probus" nil (((p r ow) 1) ((b ih s) 0))) +("probusiness" n (((p r ow) 0) ((b ih z) 1) ((n ax s) 0))) +("procaccini" nil (((p r ow) 0) ((k aa) 0) ((ch iy) 1) ((n iy) 0))) +("procaine" nil (((p r ow) 1) ((k ey n) 1))) +("procardia" nil (((p r ow) 0) ((k aa r) 1) ((d iy) 0) ((ax) 0))) +("procassini" nil (((p r aa) 1) ((k ax) 0) ((s iy) 1) ((n iy) 0))) +("procedural" nil (((p r ax) 0) ((s iy) 1) ((jh er) 0) ((ax l) 0))) +("procedure" nil (((p r ax) 0) ((s iy) 1) ((jh er) 0))) +("procedures" nil (((p r ax) 0) ((s iy) 1) ((jh er z) 0))) +("proceed" n (((p r ow) 0) ((s iy d) 1))) +("proceed" v (((p r ax) 0) ((s iy d) 1))) +("proceeded" nil (((p r ax) 0) ((s iy) 1) ((d ax d) 0))) +("proceeding" nil (((p r ax) 0) ((s iy) 1) ((d ih ng) 0))) +("proceedings" nil (((p r ow) 0) ((s iy) 1) ((d ih ng z) 0))) +("proceeds" n (((p r ow) 0) ((s iy d z) 1))) +("proceeds" v (((p r ax) 0) ((s iy d z) 1))) +("procell" nil (((p r ow) 0) ((s eh l) 1))) +("proceso" nil (((p r ow) 1) ((s eh) 1) ((s ow) 0))) +("process" nil (((p r aa) 1) ((s eh s) 1))) +("processed" nil (((p r aa) 1) ((s eh s t) 0))) +("processes" nil (((p r aa) 1) ((s eh) 0) ((s ax z) 0))) +("processing" nil (((p r aa) 1) ((s eh) 0) ((s ih ng) 0))) +("procession" nil (((p r ax) 0) ((s eh) 1) ((sh ax n) 0))) +("processional" nil (((p r ax) 0) ((s eh) 1) ((sh ax) 0) ((n ax l) 0))) +("processions" nil (((p r ow) 0) ((s eh) 1) ((sh ax n z) 0))) +("processor" nil (((p r aa) 1) ((s eh) 1) ((s er) 0))) +("processors" nil (((p r aa) 1) ((s eh) 1) ((s er z) 0))) +("proch" nil (((p r aa k) 1))) +("prochaska" nil (((p r ax) 0) ((hh aa) 1) ((s k ax) 0))) +("prochazka" nil (((p r ax) 0) ((hh aa z) 1) ((k ax) 0))) +("prochnow" nil (((p r aa) 1) ((n aw) 0))) +("procida" nil (((p r ow) 0) ((ch iy) 1) ((d ax) 0))) +("prock" nil (((p r aa k) 1))) +("prockter" nil (((p r aa k) 1) ((t er) 0))) +("proclaim" nil (((p r ow) 0) ((k l ey m) 1))) +("proclaimed" nil (((p r ow) 0) ((k l ey m d) 1))) +("proclaiming" nil (((p r ow) 0) ((k l ey) 1) ((m ih ng) 0))) +("proclaims" nil (((p r ow) 0) ((k l ey m z) 1))) +("proclamation" nil (((p r aa) 1) ((k l ax) 0) ((m ey) 1) ((sh ax n) 0))) +("proclamations" nil (((p r aa) 1) ((k l ax) 0) ((m ey) 1) ((sh ax n z) 0))) +("proclivities" nil (((p r ow) 0) ((k l ih) 1) ((v ax) 0) ((t iy z) 0))) +("proclivity" nil (((p r ow) 0) ((k l ih) 1) ((v ax) 0) ((t iy) 0))) +("proconsul" nil (((p r ow) 0) ((k aa n) 1) ((s ax l) 0))) +("procopio" nil (((p r ow) 0) ((k ow) 1) ((p iy) 0) ((ow) 0))) +("procordia" nil (((p r aa) 0) ((k ao r) 1) ((d iy) 0) ((ax) 0))) +("procrastinate" nil (((p r ax) 0) ((k r ae) 1) ((s t ax) 0) ((n ey t) 1))) +("procrastinating" nil (((p r ax) 0) ((k r ae) 1) ((s t ax) 0) ((n ey) 1) ((t ih ng) 0))) +("procrastination" nil (((p r ax) 0) ((k r ae) 1) ((s t ax) 0) ((n ey) 1) ((sh ax n) 0))) +("procreate" nil (((p r ow) 1) ((k r iy) 0) ((ey t) 1))) +("procreates" nil (((p r ow) 1) ((k r iy) 0) ((ey t s) 1))) +("procreation" nil (((p r ow) 1) ((k r iy) 0) ((ey) 1) ((sh ax n) 0))) +("procter" nil (((p r aa k) 1) ((t er) 0))) +("proctor" nil (((p r aa k) 1) ((t er) 0))) +("proctors" nil (((p r aa k) 1) ((t er z) 0))) +("proctorsilex" nil (((p r ao k) 1) ((t er) 0) ((s ay) 1) ((l eh k s) 0))) +("procure" nil (((p r ow) 0) ((k y uh r) 1))) +("procured" nil (((p r ow) 0) ((k y uh r d) 1))) +("procurement" nil (((p r ow) 0) ((k y uh r) 1) ((m ax n t) 0))) +("procurements" nil (((p r ow) 0) ((k y uh r) 1) ((m ax n t s) 0))) +("procurer" nil (((p r ow) 0) ((k y uh) 1) ((r er) 0))) +("procuring" nil (((p r ow) 0) ((k y uh) 1) ((r ih ng) 0))) +("procyte" nil (((p r ow) 1) ((s ay t) 1))) +("prod" nil (((p r aa d) 1))) +("prodded" nil (((p r aa) 1) ((d ih d) 0))) +("prodding" nil (((p r aa) 1) ((d ih ng) 0))) +("prodemocracy" n (((p r ow) 1) ((d ax) 0) ((m aa) 1) ((k r ax) 0) ((s iy) 0))) +("prodi" nil (((p r ow) 1) ((d iy) 0))) +("prodigal" nil (((p r aa) 1) ((d ih) 0) ((g ax l) 0))) +("prodigies" nil (((p r aa) 1) ((d ax) 0) ((jh iy z) 0))) +("prodigious" nil (((p r ax) 0) ((d ih) 1) ((jh ax s) 0))) +("prodigiously" nil (((p r ow) 0) ((d ih) 1) ((jh ih) 0) ((s l iy) 0))) +("prodigy" nil (((p r aa) 1) ((d ax) 0) ((jh iy) 0))) +("prods" nil (((p r aa d z) 1))) +("produce" n (((p r ow) 1) ((d uw s) 0))) +("produce" v (((p r ax) 0) ((d uw s) 1))) +("produced" nil (((p r ax) 0) ((d uw s t) 1))) +("producer" nil (((p r ax) 0) ((d uw) 1) ((s er) 0))) +("producers" nil (((p r ax) 0) ((d uw) 1) ((s er z) 0))) +("produces" n (((p r ax) 0) ((d uw) 1) ((s ih z) 0))) +("produces" v (((p r ax) 0) ((d uw) 1) ((s ax z) 0))) +("producing" nil (((p r ax) 0) ((d uw) 1) ((s ih ng) 0))) +("product" nil (((p r aa) 1) ((d ax k t) 0))) +("production" nil (((p r ax) 0) ((d ah k) 1) ((sh ax n) 0))) +("productions" nil (((p r ax) 0) ((d ah k) 1) ((sh ax n z) 0))) +("productive" nil (((p r ax) 0) ((d ah k) 1) ((t ih v) 0))) +("productively" nil (((p r ax) 0) ((d ah k) 1) ((t ih) 0) ((v l iy) 0))) +("productivity" nil (((p r ow) 1) ((d ax k) 0) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("products" nil (((p r aa) 1) ((d ax k t s) 0))) +("proehl" nil (((p r ow l) 1))) +("profane" nil (((p r ow) 0) ((f ey n) 1))) +("profanity" nil (((p r ow) 0) ((f ae) 1) ((n ax) 0) ((t iy) 0))) +("profess" nil (((p r ax) 0) ((f eh s) 1))) +("professed" nil (((p r ax) 0) ((f eh s t) 1))) +("professes" nil (((p r ax) 0) ((f eh) 1) ((s ih z) 0))) +("professing" nil (((p r ax) 0) ((f eh) 1) ((s ih ng) 0))) +("profession" nil (((p r ax) 0) ((f eh) 1) ((sh ax n) 0))) +("professional" nil (((p r ax) 0) ((f eh) 1) ((sh ax) 0) ((n ax l) 0))) +("professionalism" nil (((p r ax) 0) ((f eh) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 1) ((z ax m) 0))) +("professionally" nil (((p r ax) 0) ((f eh) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("professionals" nil (((p r ax) 0) ((f eh) 1) ((sh ax) 0) ((n ax l z) 0))) +("professions" nil (((p r ax) 0) ((f eh) 1) ((sh ax n z) 0))) +("professor" nil (((p r ax) 0) ((f eh) 1) ((s er) 0))) +("professorial" nil (((p r ow) 1) ((f ax) 0) ((s ao) 1) ((r iy) 0) ((ax l) 0))) +("professors" nil (((p r ax) 0) ((f eh) 1) ((s er z) 0))) +("professorship" nil (((p r ax) 0) ((f eh) 1) ((s er) 0) ((sh ih p) 1))) +("profeta" nil (((p r ow) 0) ((f eh) 1) ((t ax) 0))) +("proffer" nil (((p r aa) 1) ((f er) 0))) +("proffered" nil (((p r aa) 1) ((f er d) 0))) +("proffering" nil (((p r aa) 1) ((f er) 0) ((ih ng) 0))) +("proffit" nil (((p r aa) 1) ((f ih t) 0))) +("proffitt" nil (((p r aa) 1) ((f ih t) 0))) +("proficiency" nil (((p r ax) 0) ((f ih) 1) ((sh ax n) 0) ((s iy) 0))) +("proficient" nil (((p r aa) 0) ((f ih) 1) ((sh ax n t) 0))) +("profile" nil (((p r ow) 1) ((f ay l) 1))) +("profiled" nil (((p r ow) 1) ((f ay l d) 1))) +("profiles" nil (((p r ow) 1) ((f ay l z) 1))) +("profiling" nil (((p r ow) 1) ((f ay) 1) ((l ih ng) 0))) +("profit" nil (((p r aa) 1) ((f ax t) 0))) +("profitability" nil (((p r aa) 1) ((f ih) 0) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("profitable" nil (((p r aa) 1) ((f ax) 0) ((t ax) 0) ((b ax l) 0))) +("profitablity" nil (((p r aa) 1) ((f ax) 0) ((t ax) 0) ((b l ih) 1) ((t iy) 0))) +("profitably" nil (((p r aa) 1) ((f ax) 0) ((t ax) 0) ((b l iy) 0))) +("profited" nil (((p r aa) 1) ((f ax) 0) ((t ax d) 0))) +("profiteering" nil (((p r aa) 1) ((f ax) 0) ((t ih) 1) ((r ih ng) 0))) +("profiteers" nil (((p r aa) 1) ((f ax) 0) ((t ih r z) 1))) +("profiting" nil (((p r aa) 1) ((f ax) 0) ((t ih ng) 0))) +("profits" nil (((p r aa) 1) ((f ax t s) 0))) +("profitt" nil (((p r aa) 1) ((f ih t) 0))) +("profittaking" nil (((p r aa) 1) ((f ih t) 0) ((t ey) 1) ((k ih ng) 0))) +("profligacy" nil (((p r ao) 1) ((f l ih) 0) ((g ae) 1) ((s iy) 0))) +("profligate" nil (((p r ao) 1) ((f l ih) 0) ((g ey t) 1))) +("profound" nil (((p r ow) 0) ((f aw n d) 1))) +("profoundly" nil (((p r ow) 0) ((f aw n d) 1) ((l iy) 0))) +("profs" nil (((p r aa f s) 1))) +("profuse" nil (((p r ax) 0) ((f y uw s) 1))) +("profusely" nil (((p r ax) 0) ((f y uw) 1) ((s l iy) 0))) +("profusion" nil (((p r ax) 0) ((f y uw) 1) ((zh ax n) 0))) +("progams" nil (((p r ow) 1) ((g ae m z) 0))) +("progenitor" nil (((p r ow) 0) ((jh eh) 1) ((n ih) 0) ((t er) 0))) +("progeny" nil (((p r aa) 1) ((jh ax) 0) ((n iy) 0))) +("progesterone" nil (((p r ow) 0) ((jh eh) 1) ((s t er) 0) ((ow n) 1))) +("proglacial" nil (((p r ow) 0) ((g l ey) 1) ((sh ax l) 0))) +("prognoses" nil (((p r aa g) 0) ((n ow) 1) ((s iy z) 0))) +("prognosis" nil (((p r aa g) 0) ((n ow) 1) ((s ax s) 0))) +("prognosticate" nil (((p r aa g) 1) ((n aa) 1) ((s t ax) 0) ((k ey t) 1))) +("prognosticated" nil (((p r aa g) 1) ((n aa) 1) ((s t ax) 0) ((k ey) 1) ((t ih d) 0))) +("prognosticater" nil (((p r aa g) 1) ((n aa) 1) ((s t ax) 0) ((k ey) 1) ((t er) 0))) +("prognosticates" nil (((p r aa g) 1) ((n aa) 1) ((s t ax) 0) ((k ey t s) 1))) +("prognosticating" nil (((p r aa g) 1) ((n aa) 1) ((s t ax) 0) ((k ey) 1) ((t ih ng) 0))) +("prognosticative" nil (((p r aa g) 1) ((n aa) 1) ((s t ax) 0) ((k ey) 1) ((t ih v) 0))) +("program" nil (((p r ow) 1) ((g r ae m) 1))) +("programing" nil (((p r ow) 1) ((g r ae) 1) ((m ih ng) 0))) +("programmable" nil (((p r ow) 1) ((g r ae) 1) ((m ax) 0) ((b ax l) 0))) +("programmatic" nil (((p r aa) 1) ((g r ax) 0) ((m ae) 1) ((t ih k) 0))) +("programme" nil (((p r ow) 1) ((g r ae m) 1))) +("programmed" nil (((p r ow) 1) ((g r ae m d) 1))) +("programmer" nil (((p r ow) 1) ((g r ae) 1) ((m er) 0))) +("programmers" nil (((p r ow) 1) ((g r ae) 1) ((m er z) 0))) +("programming" nil (((p r ow) 1) ((g r ae) 1) ((m ih ng) 0))) +("programs" nil (((p r ow) 1) ((g r ae m z) 1))) +("progress" n (((p r aa) 1) ((g r eh s) 0))) +("progress" v (((p r ax) 0) ((g r eh s) 1))) +("progressed" nil (((p r ax) 0) ((g r eh s t) 1))) +("progresses" nil (((p r aa) 1) ((g r eh) 1) ((s ax z) 0))) +("progressing" nil (((p r ax) 0) ((g r eh) 1) ((s ih ng) 0))) +("progression" nil (((p r ax) 0) ((g r eh) 1) ((sh ax n) 0))) +("progressive" nil (((p r ax) 0) ((g r eh) 1) ((s ih v) 0))) +("progressively" nil (((p r aa) 0) ((g r eh) 1) ((s ih) 0) ((v l iy) 0))) +("progressives" nil (((p r aa) 0) ((g r eh) 1) ((s ih v z) 0))) +("progressivity" nil (((p r aa) 1) ((g r eh) 0) ((s ih) 1) ((v ax) 0) ((t iy) 0))) +("prohaska" nil (((p r ax) 0) ((hh aa) 1) ((s k ax) 0))) +("prohibit" nil (((p r ow) 0) ((hh ih) 1) ((b ax t) 0))) +("prohibited" nil (((p r ow) 0) ((hh ih) 1) ((b ax) 0) ((t ax d) 0))) +("prohibiting" nil (((p r ow) 0) ((hh ih) 1) ((b ax) 0) ((t ih ng) 0))) +("prohibition" nil (((p r ow) 1) ((ax) 0) ((b ih) 1) ((sh ax n) 0))) +("prohibitions" nil (((p r ow) 1) ((ax) 0) ((b ih) 1) ((sh ax n z) 0))) +("prohibitive" nil (((p r ow) 0) ((hh ih) 1) ((b ax) 0) ((t ih v) 0))) +("prohibitively" nil (((p r ow) 0) ((hh ih) 1) ((b ax) 0) ((t ih) 0) ((v l iy) 0))) +("prohibitory" nil (((p r ow) 0) ((hh ih) 1) ((b ax) 0) ((t ao) 1) ((r iy) 0))) +("prohibits" nil (((p r ow) 0) ((hh ih) 1) ((b ax t s) 0))) +("proia" nil (((p r ow) 1) ((y ax) 0))) +("proietti" nil (((p r oy) 0) ((eh) 1) ((t iy) 0))) +("proj" n (((p r aa) 1) ((jh eh k t) 0))) +("project" n (((p r aa) 1) ((jh eh k t) 0))) +("project" v (((p r ax) 0) ((jh eh k t) 1))) +("projected" nil (((p r ax) 0) ((jh eh k) 1) ((t ax d) 0))) +("projectile" nil (((p r ax) 0) ((jh eh k) 1) ((t ax l) 0))) +("projectiles" nil (((p r ax) 0) ((jh eh k) 1) ((t ax l z) 0))) +("projecting" nil (((p r ax) 0) ((jh eh k) 1) ((t ih ng) 0))) +("projection" nil (((p r ax) 0) ((jh eh k) 1) ((sh ax n) 0))) +("projections" nil (((p r ax) 0) ((jh eh k) 1) ((sh ax n z) 0))) +("projective" nil (((p r ax) 0) ((jh eh k) 1) ((t ih v) 0))) +("projector" nil (((p r ax) 0) ((jh eh k) 1) ((t er) 0))) +("projectors" nil (((p r ax) 0) ((jh eh k) 1) ((t er z) 0))) +("projects" n (((p r aa) 1) ((jh eh k t s) 0))) +("projects" v (((p r ax) 0) ((jh eh k t s) 1))) +("prokofiev" nil (((p r aa) 1) ((k ow) 0) ((f iy v) 1))) +("prokop" nil (((p r ow) 1) ((k ax p) 0))) +("prolactin" nil (((p r ow) 0) ((l ae k) 1) ((t ax n) 0))) +("proler" nil (((p r ow) 1) ((l er) 0))) +("proletarian" nil (((p r ow) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("proletariat" nil (((p r ow) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0) ((ax t) 0))) +("proleukin" nil (((p r ow) 1) ((l uw) 0) ((k ih n) 0))) +("proliferate" nil (((p r ow) 0) ((l ih) 1) ((f er) 0) ((ey t) 1))) +("proliferated" nil (((p r ax) 0) ((l ih) 1) ((f er) 0) ((ey) 1) ((t ih d) 0))) +("proliferating" nil (((p r ow) 0) ((l ih) 1) ((f er) 0) ((ey) 1) ((t ih ng) 0))) +("proliferation" nil (((p r ow) 1) ((l ih) 0) ((f er) 0) ((ey) 1) ((sh ax n) 0))) +("prolific" nil (((p r ow) 0) ((l ih) 1) ((f ih k) 0))) +("prolifically" nil (((p r ow) 0) ((l ih) 1) ((f ih) 0) ((k l iy) 0))) +("prolinea" nil (((p r ow) 1) ((l ih) 1) ((n iy) 0) ((ax) 0))) +("prolog" nil (((p r ow) 0) ((l aa g) 1))) +("prologue" nil (((p r ow) 1) ((l aa g) 0))) +("prolong" nil (((p r ax) 0) ((l ao ng) 1))) +("prolonged" nil (((p r ax) 0) ((l ao ng d) 1))) +("prolonging" nil (((p r ow) 0) ((l ao ng) 1) ((ih ng) 0))) +("prolongs" nil (((p r ax) 0) ((l ao ng z) 1))) +("prom" nil (((p r aa m) 1))) +("promenade" nil (((p r aa) 1) ((m ax) 0) ((n ey d) 1))) +("promethium" nil (((p r ax) 0) ((m iy) 1) ((th iy) 0) ((ax m) 0))) +("prominence" nil (((p r aa) 1) ((m ax) 0) ((n ax n s) 0))) +("prominences" nil (((p r aa) 1) ((m ax) 0) ((n ax n) 0) ((s ax z) 0))) +("prominent" nil (((p r aa) 1) ((m ax) 0) ((n ax n t) 0))) +("prominently" nil (((p r aa) 1) ((m ax) 0) ((n ax n t) 0) ((l iy) 0))) +("promiscuity" nil (((p r ow) 1) ((m ih) 0) ((s k y uw) 1) ((ax) 0) ((t iy) 0))) +("promiscuous" nil (((p r ow) 1) ((m ih) 0) ((s k w ax s) 0))) +("promise" nil (((p r aa) 1) ((m ax s) 0))) +("promised" nil (((p r aa) 1) ((m ax s t) 0))) +("promises" nil (((p r aa) 1) ((m ax) 0) ((s ax z) 0))) +("promising" nil (((p r aa) 1) ((m ax) 0) ((s ih ng) 0))) +("promissory" nil (((p r aa) 1) ((m ax) 0) ((s ao) 1) ((r iy) 0))) +("promontory" nil (((p r aa) 1) ((m ax n) 0) ((t ao) 1) ((r iy) 0))) +("promote" nil (((p r ax) 0) ((m ow t) 1))) +("promoted" nil (((p r ax) 0) ((m ow) 1) ((t ax d) 0))) +("promoter" nil (((p r ax) 0) ((m ow) 1) ((t er) 0))) +("promoters" nil (((p r ax) 0) ((m ow) 1) ((t er z) 0))) +("promotes" nil (((p r ax) 0) ((m ow t s) 1))) +("promoting" nil (((p r ax) 0) ((m ow) 1) ((t ih ng) 0))) +("promotion" nil (((p r ax) 0) ((m ow) 1) ((sh ax n) 0))) +("promotional" nil (((p r ax) 0) ((m ow) 1) ((sh ax) 0) ((n ax l) 0))) +("promotions" nil (((p r ax) 0) ((m ow) 1) ((sh ax n z) 0))) +("prompt" nil (((p r aa m p t) 1))) +("prompted" nil (((p r aa m p) 1) ((t ax d) 0))) +("prompting" nil (((p r aa m p) 1) ((t ih ng) 0))) +("promptly" nil (((p r aa m p t) 1) ((l iy) 0))) +("prompts" nil (((p r aa m p t s) 1))) +("promulgate" nil (((p r ow) 0) ((m ah l) 1) ((g ey t) 0))) +("promulgated" nil (((p r aa) 1) ((m ax l) 0) ((g ey) 1) ((t ax d) 0))) +("promulgating" nil (((p r aa) 1) ((m ax l) 0) ((g ey) 1) ((t ih ng) 0))) +("promus" nil (((p r ow) 1) ((m ax s) 0))) +("prone" nil (((p r ow n) 1))) +("pronged" nil (((p r ao ng d) 1))) +("pronghorn" nil (((p r ao ng) 1) ((hh ao r n) 1))) +("pronoun" nil (((p r ow) 1) ((n aw n) 0))) +("pronounce" nil (((p r ax) 0) ((n aw n s) 1))) +("pronounced" nil (((p r ax) 0) ((n aw n s t) 1))) +("pronouncement" nil (((p r ax) 0) ((n aw n) 1) ((s m ax n t) 0))) +("pronouncements" nil (((p r ax) 0) ((n aw n) 1) ((s m ax n t s) 0))) +("pronounces" nil (((p r ax) 0) ((n aw n) 1) ((s ih z) 0))) +("pronouncing" nil (((p r ax) 0) ((n aw n) 1) ((s ih ng) 0))) +("pronouns" nil (((p r ow) 1) ((n aw n z) 0))) +("pronovost" nil (((p r ow) 0) ((n ow) 1) ((v ow s t) 0))) +("pronto" nil (((p r aa n) 1) ((t ow) 0))) +("pronunciation" nil (((p r ax) 0) ((n ah n) 1) ((s iy) 0) ((ey) 1) ((sh ax n) 0))) +("proof" nil (((p r uw f) 1))) +("proofed" nil (((p r uw f t) 1))) +("proofing" nil (((p r uw) 1) ((f ih ng) 0))) +("proofreading" nil (((p r uw) 1) ((f r iy) 1) ((d ih ng) 0))) +("proofs" nil (((p r uw f s) 1))) +("prop" nil (((p r aa p) 1))) +("propaganda" nil (((p r aa) 1) ((p ax) 0) ((g ae n) 1) ((d ax) 0))) +("propagandist" nil (((p r aa) 1) ((p ax) 0) ((g ae n) 1) ((d ax s t) 0))) +("propagandistic" nil (((p r aa) 1) ((p ax) 0) ((g ax n) 0) ((d ih) 1) ((s t ih k) 0))) +("propagandists" nil (((p r aa) 1) ((p ax) 0) ((g ae n) 1) ((d ax s t s) 0))) +("propagandize" nil (((p r aa) 1) ((p ax) 0) ((g ae n) 1) ((d ay z) 1))) +("propagate" nil (((p r aa) 1) ((p ax) 0) ((g ey t) 1))) +("propagated" nil (((p r aa) 1) ((p ax) 0) ((g ey) 1) ((t ih d) 0))) +("propagating" nil (((p r aa) 1) ((p ax) 0) ((g ey) 1) ((t ih ng) 0))) +("propagation" nil (((p r aa) 1) ((p ax) 0) ((g ey) 1) ((sh ax n) 0))) +("propane" nil (((p r ow) 1) ((p ey n) 1))) +("propel" nil (((p r ax) 0) ((p eh l) 1))) +("propellant" nil (((p r ax) 0) ((p eh) 1) ((l ax n t) 0))) +("propellants" nil (((p r ow) 0) ((p eh) 1) ((l ax n t s) 0))) +("propelled" nil (((p r ax) 0) ((p eh l d) 1))) +("propeller" nil (((p r ax) 0) ((p eh) 1) ((l er) 0))) +("propellers" nil (((p r ax) 0) ((p eh) 1) ((l er z) 0))) +("propelling" nil (((p r ax) 0) ((p eh) 1) ((l ih ng) 0))) +("propels" nil (((p r ax) 0) ((p eh l z) 1))) +("propensities" nil (((p r ax) 0) ((p eh n) 1) ((s ax) 0) ((t iy z) 0))) +("propensity" nil (((p r ax) 0) ((p eh n) 1) ((s ih) 0) ((t iy) 0))) +("proper" nil (((p r aa) 1) ((p er) 0))) +("properly" nil (((p r aa) 1) ((p er) 0) ((l iy) 0))) +("properties" nil (((p r aa) 1) ((p er) 0) ((t iy z) 0))) +("property" nil (((p r aa) 1) ((p er) 0) ((t iy) 0))) +("propes" nil (((p r ow p s) 1))) +("propfan" nil (((p r aa p) 1) ((f ae n) 1))) +("prophecies" nil (((p r aa) 1) ((f ax) 0) ((s iy z) 0))) +("prophecy" nil (((p r aa) 1) ((f ax) 0) ((s iy) 0))) +("prophesied" nil (((p r aa) 1) ((f ax) 0) ((s ay d) 1))) +("prophesies" nil (((p r aa) 1) ((f ax) 0) ((s ay z) 0))) +("prophet" nil (((p r aa) 1) ((f ax t) 0))) +("prophetess" nil (((p r aa) 1) ((f ax) 0) ((t ax s) 0))) +("prophetic" nil (((p r ax) 0) ((f eh) 1) ((t ih k) 0))) +("prophets" nil (((p r aa) 1) ((f ax t s) 0))) +("propionic" nil (((p r ow) 1) ((p iy) 0) ((aa) 1) ((n ih k) 0))) +("propitious" nil (((p r ax) 0) ((p ih) 1) ((sh ax s) 0))) +("proponent" nil (((p r ax) 0) ((p ow) 1) ((n ax n t) 0))) +("proponents" nil (((p r ax) 0) ((p ow) 1) ((n ax n t s) 0))) +("proportion" nil (((p r ax) 0) ((p ao r) 1) ((sh ax n) 0))) +("proportional" nil (((p r ax) 0) ((p ao r) 1) ((sh ax) 0) ((n ax l) 0))) +("proportionally" nil (((p r ax) 0) ((p ao r) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("proportionate" nil (((p r ax) 0) ((p ao r) 1) ((sh ax) 0) ((n ax t) 0))) +("proportionately" nil (((p r ax) 0) ((p ao r) 1) ((sh ax) 0) ((n ax t) 0) ((l iy) 0))) +("proportioned" nil (((p r ax) 0) ((p ao r) 1) ((sh ax n d) 0))) +("proportions" nil (((p r ax) 0) ((p ao r) 1) ((sh ax n z) 0))) +("proposal" nil (((p r ax) 0) ((p ow) 1) ((z ax l) 0))) +("proposals" nil (((p r ax) 0) ((p ow) 1) ((z ax l z) 0))) +("propose" nil (((p r ax) 0) ((p ow z) 1))) +("proposed" nil (((p r ax) 0) ((p ow z d) 1))) +("proposes" nil (((p r ax) 0) ((p ow) 1) ((z ih z) 0))) +("proposing" nil (((p r ax) 0) ((p ow) 1) ((z ih ng) 0))) +("proposition" nil (((p r aa) 1) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("propositions" nil (((p r aa) 1) ((p ax) 0) ((z ih) 1) ((sh ax n z) 0))) +("propounded" nil (((p r ax) 0) ((p aw n) 1) ((d ax d) 0))) +("propp" nil (((p r aa p) 1))) +("propped" nil (((p r aa p t) 1))) +("propper" nil (((p r aa) 1) ((p er) 0))) +("propping" nil (((p r aa) 1) ((p ih ng) 0))) +("propps" nil (((p r aa p s) 1))) +("proprietaries" nil (((p r ax) 0) ((p r ay) 1) ((ax) 0) ((t eh) 1) ((r iy z) 0))) +("proprietary" nil (((p r ax) 0) ((p r ay) 1) ((ax) 0) ((t eh) 1) ((r iy) 0))) +("proprietor" nil (((p r ax) 0) ((p r ay) 1) ((ax) 0) ((t er) 0))) +("proprietors" nil (((p r ax) 0) ((p r ay) 1) ((ax) 0) ((t er z) 0))) +("proprietorship" nil (((p r ax) 0) ((p r ay) 1) ((ax) 0) ((t er) 0) ((sh ih p) 1))) +("proprietorships" nil (((p r ax) 0) ((p r ay) 1) ((ax) 0) ((t er) 0) ((sh ih p s) 1))) +("propriety" nil (((p r ax) 0) ((p r ay) 1) ((ax) 0) ((t iy) 0))) +("props" nil (((p r aa p s) 1))) +("propst" nil (((p r aa p s t) 1))) +("propulsion" nil (((p r ax) 0) ((p ah l) 1) ((sh ax n) 0))) +("propylene" nil (((p r ow) 0) ((p ax) 0) ((l iy n) 1))) +("prorated" nil (((p r ow) 1) ((r ey) 1) ((t ih d) 0))) +("proration" nil (((p r ow) 1) ((r ey) 1) ((sh ax n) 0))) +("prorok" nil (((p r ao) 1) ((r ax k) 0))) +("pros" nil (((p r ow z) 1))) +("prosaic" nil (((p r ow) 0) ((z ey) 1) ((ih k) 0))) +("proscar" nil (((p r ao) 1) ((s k aa r) 1))) +("prosch" nil (((p r ao sh) 1))) +("proscia" nil (((p r ow s) 1) ((ch ax) 0))) +("proscribe" nil (((p r ow) 0) ((s k r ay b) 1))) +("proscribed" nil (((p r ow) 0) ((s k r ay b d) 1))) +("proscribes" nil (((p r ow) 0) ((s k r ay b z) 1))) +("proscription" nil (((p r ow) 0) ((s k r ih p) 1) ((sh ax n) 0))) +("prose" nil (((p r ow z) 1))) +("prosecutable" nil (((p r aa) 1) ((s ih) 0) ((k y uw) 1) ((t ax) 0) ((b ax l) 0))) +("prosecute" nil (((p r aa) 1) ((s ax) 0) ((k y uw t) 1))) +("prosecuted" nil (((p r aa) 1) ((s ih) 0) ((k y uw) 1) ((t ih d) 0))) +("prosecutes" nil (((p r aa) 1) ((s ih) 0) ((k y uw t s) 1))) +("prosecuting" nil (((p r aa) 1) ((s ih) 0) ((k y uw) 1) ((t ih ng) 0))) +("prosecution" nil (((p r aa) 1) ((s ax) 0) ((k y uw) 1) ((sh ax n) 0))) +("prosecutions" nil (((p r aa) 1) ((s ax) 0) ((k y uw) 1) ((sh ax n z) 0))) +("prosecutor" nil (((p r aa) 1) ((s ih) 0) ((k y uw) 1) ((t er) 0))) +("prosecutorial" nil (((p r aa) 1) ((s ih) 0) ((k y uw) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("prosecutors" nil (((p r aa) 1) ((s ih) 0) ((k y uw) 1) ((t er z) 0))) +("prosek" nil (((p r ow) 1) ((s eh k) 0))) +("proselytize" nil (((p r aa) 1) ((s ax) 0) ((l ax) 0) ((t ay z) 1))) +("proselytized" nil (((p r aa) 1) ((s ax) 0) ((l ax) 0) ((t ay z d) 1))) +("proselytizing" nil (((p r aa) 1) ((s ax) 0) ((l ax) 0) ((t ay) 1) ((z ih ng) 0))) +("proserpina" nil (((p r ow) 0) ((s er) 1) ((p ax) 0) ((n ax) 0))) +("proserv" nil (((p r ow) 1) ((s er v) 1))) +("proshare" nil (((p r ow) 1) ((sh eh r) 1))) +("prosise" nil (((p r ow) 1) ((s ay z) 0))) +("proskauer" nil (((p r ao) 1) ((s k aw r) 0))) +("proske" nil (((p r ow s k) 1))) +("prosody" nil (((p r aa) 1) ((s ax) 0) ((d iy) 0))) +("prosorba" nil (((p r aa) 0) ((s ao r) 1) ((b ax) 0))) +("prospect" nil (((p r aa) 1) ((s p eh k t) 0))) +("prospecting" nil (((p r ao) 1) ((s p eh k) 1) ((t ih ng) 0))) +("prospective" nil (((p r ax) 0) ((s p eh k) 1) ((t ih v) 0))) +("prospectively" nil (((p r ax) 0) ((s p eh k) 1) ((t ih) 0) ((v l iy) 0))) +("prospector" nil (((p r ao) 1) ((s p eh k) 1) ((t er) 0))) +("prospectors" nil (((p r ao) 1) ((s p eh k) 1) ((t er z) 0))) +("prospects" nil (((p r aa) 1) ((s p eh k t s) 0))) +("prospectus" nil (((p r ax) 0) ((s p eh k) 1) ((t ax s) 0))) +("prospectuses" nil (((p r ax) 0) ((s p eh k) 1) ((t ax) 0) ((s ih z) 0))) +("prosper" nil (((p r aa) 1) ((s p er) 0))) +("prospera" nil (((p r ow) 0) ((s p eh) 1) ((r ax) 0))) +("prospered" nil (((p r aa) 1) ((s p er d) 0))) +("prosperi" nil (((p r ow) 0) ((s p eh) 1) ((r iy) 0))) +("prospering" nil (((p r aa) 1) ((s p er) 0) ((ih ng) 0))) +("prosperity" nil (((p r aa) 0) ((s p eh) 1) ((r ax) 0) ((t iy) 0))) +("prosperous" nil (((p r aa) 1) ((s p er) 0) ((ax s) 0))) +("prospers" nil (((p r aa) 1) ((s p er z) 0))) +("pross" nil (((p r ao s) 1))) +("prosser" nil (((p r ao) 1) ((s er) 0))) +("prost" nil (((p r aa s t) 1))) +("prostaglandin" nil (((p r ow) 0) ((s t ae) 0) ((g l ae n) 1) ((d ih n) 0))) +("prostaglandins" nil (((p r ow) 0) ((s t ae) 0) ((g l ae n) 1) ((d ih n z) 0))) +("prostate" nil (((p r aa) 1) ((s t ey t) 1))) +("prostatic" nil (((p r ow) 0) ((s t ae) 1) ((t ih k) 0))) +("prostheses" nil (((p r aa s) 0) ((th iy) 1) ((s iy z) 0))) +("prosthesis" nil (((p r ao s) 1) ((th eh) 1) ((s ih s) 0))) +("prosthetics" nil (((p r aa s) 0) ((th eh) 1) ((t ih k s) 0))) +("prostitute" nil (((p r aa) 1) ((s t ax) 0) ((t uw t) 1))) +("prostitutes" nil (((p r aa) 1) ((s t ax) 0) ((t uw t s) 1))) +("prostitution" nil (((p r aa) 1) ((s t ax) 0) ((t uw) 1) ((sh ax n) 0))) +("prostrate" nil (((p r aa) 1) ((s t r ey t) 0))) +("prostration" nil (((p r aa) 0) ((s t r ey) 1) ((sh ax n) 0))) +("protagonist" nil (((p r ow) 0) ((t ae) 1) ((g ax) 0) ((n ax s t) 0))) +("protagonists" nil (((p r ow) 0) ((t ae) 1) ((g ax) 0) ((n ax s t s) 0))) +("protean" nil (((p r ow) 0) ((t iy) 1) ((ax n) 0))) +("protease" nil (((p r ow) 1) ((t iy) 0) ((ey z) 1))) +("protect" nil (((p r ax) 0) ((t eh k t) 1))) +("protected" nil (((p r ax) 0) ((t eh k) 1) ((t ax d) 0))) +("protecting" nil (((p r ax) 0) ((t eh k) 1) ((t ih ng) 0))) +("protection" nil (((p r ax) 0) ((t eh k) 1) ((sh ax n) 0))) +("protectionism" nil (((p r ax) 0) ((t eh k) 1) ((sh ax) 0) ((n ih) 1) ((z ax m) 0))) +("protectionist" nil (((p r ax) 0) ((t eh k) 1) ((sh ax) 0) ((n ih s t) 0))) +("protectionists" nil (((p r ax) 0) ((t eh k) 1) ((sh ax) 0) ((n ih s t s) 0))) +("protections" nil (((p r ax) 0) ((t eh k) 1) ((sh ax n z) 0))) +("protective" nil (((p r ax) 0) ((t eh k) 1) ((t ih v) 0))) +("protectively" nil (((p r ow) 0) ((t eh k) 1) ((t ih) 0) ((v l iy) 0))) +("protector" nil (((p r ax) 0) ((t eh k) 1) ((t er) 0))) +("protectorate" nil (((p r ax) 0) ((t eh k) 1) ((t er) 0) ((ax t) 0))) +("protectors" nil (((p r ax) 0) ((t eh k) 1) ((t er z) 0))) +("protects" nil (((p r ax) 0) ((t eh k t s) 1))) +("protege" nil (((p r ow) 1) ((t ax) 0) ((zh ey) 1))) +("proteges" nil (((p r ow) 1) ((t ih) 0) ((z ey z) 1))) +("protein" nil (((p r ow) 1) ((t iy n) 1))) +("proteins" nil (((p r ow) 1) ((t iy n z) 1))) +("protest" n (((p r ow) 1) ((t eh s t) 0))) +("protest" v (((p r ow) 1) ((t eh s t) 1))) +("protestant" nil (((p r aa) 1) ((t ax) 0) ((s t ax n t) 0))) +("protestantism" nil (((p r aa) 1) ((t ax) 0) ((s t ax n) 0) ((t ih) 1) ((z ax m) 0))) +("protestants" nil (((p r aa) 1) ((t ax) 0) ((s t ax n t s) 0))) +("protestations" nil (((p r ow) 1) ((t eh) 1) ((s t ey) 1) ((sh ax n z) 0))) +("protested" nil (((p r ax) 0) ((t eh) 1) ((s t ax d) 0))) +("protester" nil (((p r ow) 1) ((t eh) 1) ((s t er) 0))) +("protesters" nil (((p r ow) 1) ((t eh) 1) ((s t er z) 0))) +("protesting" nil (((p r ax) 0) ((t eh) 1) ((s t ih ng) 0))) +("protestors" nil (((p r ow) 1) ((t eh) 1) ((s t er z) 0))) +("protests" n (((p r ow) 1) ((t eh s t s) 0))) +("protests" v (((p r ow) 1) ((t eh s t s) 1))) +("prothallus" nil (((p r ow) 1) ((th ae) 1) ((l ax s) 0))) +("prothero" nil (((p r aa) 1) ((dh er) 0) ((ow) 1))) +("prothorax" nil (((p r ow) 0) ((th ao) 1) ((r ae k s) 0))) +("prothro" nil (((p r ow) 1) ((th r ow) 0))) +("protigal" nil (((p r aa) 1) ((t ih) 0) ((g ax l) 0))) +("protium" nil (((p r ow) 1) ((t iy) 0) ((ax m) 0))) +("proto" nil (((p r ow) 1) ((t ax) 0))) +("protocol" nil (((p r ow) 1) ((t ax) 0) ((k aa l) 1))) +("protocols" nil (((p r ow) 1) ((t ax) 0) ((k ao l z) 1))) +("protohistory" nil (((p r ow) 1) ((t ow) 0) ((hh ih) 1) ((s t er) 0) ((iy) 0))) +("proton" nil (((p r ow) 1) ((t aa n) 1))) +("protons" nil (((p r ow) 1) ((t aa n z) 1))) +("prototype" nil (((p r ow) 1) ((t ax) 0) ((t ay p) 1))) +("prototypes" nil (((p r ow) 1) ((t ax) 0) ((t ay p s) 1))) +("prototypical" nil (((p r ow) 1) ((t ax) 0) ((t ih) 1) ((p ih) 0) ((k ax l) 0))) +("protozoa" nil (((p r ow) 1) ((t ax) 0) ((z ow) 1) ((ax) 0))) +("protozoan" nil (((p r ow) 1) ((t ax) 0) ((z ow) 1) ((ax n) 0))) +("protozoans" nil (((p r ow) 1) ((t ax) 0) ((z ow) 1) ((ax n z) 0))) +("protracted" nil (((p r ow) 0) ((t r ae k) 1) ((t ih d) 0))) +("protropin" nil (((p r aa) 1) ((t r ax) 0) ((p ih n) 0))) +("protrude" nil (((p r ow) 0) ((t r uw d) 1))) +("protruding" nil (((p r ow) 0) ((t r uw) 1) ((d ih ng) 0))) +("protuberances" nil (((p r ow) 0) ((t uw) 1) ((b er) 0) ((ax n) 0) ((s ax z) 0))) +("protz" nil (((p r aa t s) 1))) +("protzman" nil (((p r aa t) 1) ((s m ax n) 0))) +("proud" nil (((p r aw d) 1))) +("prouder" nil (((p r aw) 1) ((d er) 0))) +("proudest" nil (((p r aw) 1) ((d ax s t) 0))) +("proudfit" nil (((p r aw d) 1) ((f ih t) 1))) +("proudfoot" nil (((p r aw d) 1) ((f uh t) 1))) +("proudly" nil (((p r aw d) 1) ((l iy) 0))) +("prough" nil (((p r aw) 1))) +("proulx" nil (((p r aw l k s) 1))) +("prouse" nil (((p r aw s) 1))) +("proust" nil (((p r aw s t) 1))) +("prout" nil (((p r aw t) 1))) +("prouty" nil (((p r aw) 1) ((t iy) 0))) +("provable" nil (((p r uw) 1) ((v ax) 0) ((b ax l) 0))) +("provance" nil (((p r ow) 1) ((v ax n s) 0))) +("provant" nil (((p r ow) 1) ((v ax n t) 0))) +("prove" nil (((p r uw v) 1))) +("proved" nil (((p r uw v d) 1))) +("proven" nil (((p r uw) 1) ((v ax n) 0))) +("provenance" nil (((p r aa) 1) ((v ax) 0) ((n ax n s) 0))) +("provence" nil (((p r ow) 1) ((v ax n s) 0))) +("provencher" nil (((p r aa) 1) ((v ih n) 0) ((ch er) 0))) +("provencio" nil (((p r ow) 1) ((v eh n) 1) ((s iy) 0) ((ow) 0))) +("proventus" nil (((p r ow) 1) ((v eh n) 1) ((t ax s) 0))) +("provenza" nil (((p r ow) 1) ((v eh n) 1) ((z ax) 0))) +("provenzano" nil (((p r ow) 1) ((v eh n) 0) ((z aa) 1) ((n ow) 0))) +("provera" nil (((p r ow) 1) ((v eh) 1) ((r ax) 0))) +("proverb" nil (((p r ow) 1) ((v er b) 0))) +("proverbial" nil (((p r ax) 0) ((v er) 1) ((b iy) 0) ((ax l) 0))) +("proves" nil (((p r uw v z) 1))) +("provide" nil (((p r ax) 0) ((v ay d) 1))) +("provided" nil (((p r ax) 0) ((v ay) 1) ((d ax d) 0))) +("providence" nil (((p r aa) 1) ((v ax) 0) ((d ax n s) 0))) +("provideniya" nil (((p r ow) 1) ((v ih) 0) ((d eh) 1) ((n ih) 0) ((y ax) 0))) +("provident" nil (((p r aa) 1) ((v ih) 0) ((d ax n t) 0))) +("providential" nil (((p r aa) 1) ((v ax) 0) ((d eh n) 1) ((ch ax l) 0))) +("provider" nil (((p r ax) 0) ((v ay) 1) ((d er) 0))) +("providers" nil (((p r ax) 0) ((v ay) 1) ((d er z) 0))) +("provides" nil (((p r ax) 0) ((v ay d z) 1))) +("providian" nil (((p r ow) 1) ((v ih) 1) ((d iy) 0) ((ax n) 0))) +("providing" nil (((p r ax) 0) ((v ay) 1) ((d ih ng) 0))) +("provigo" nil (((p r ow) 1) ((v ih) 1) ((g ow) 0))) +("province" nil (((p r aa) 1) ((v ax n s) 0))) +("provinces" nil (((p r aa) 1) ((v ax n) 0) ((s ax z) 0))) +("provincetown" nil (((p r aa) 1) ((v ax n) 0) ((s t aw n) 1))) +("provincial" nil (((p r ax) 0) ((v ih n) 1) ((sh ax l) 0))) +("provincialism" nil (((p r ax) 0) ((v ih n) 1) ((ch ax) 0) ((l ih) 1) ((z ax m) 0))) +("provincially" nil (((p r ax) 0) ((v ih n) 1) ((sh ax) 0) ((l iy) 0))) +("provine" nil (((p r ow) 0) ((v iy) 1) ((n iy) 0))) +("proving" nil (((p r uw) 1) ((v ih ng) 0))) +("provision" nil (((p r ax) 0) ((v ih) 1) ((zh ax n) 0))) +("provisional" nil (((p r ax) 0) ((v ih) 1) ((zh ax) 0) ((n ax l) 0))) +("provisionally" nil (((p r ax) 0) ((v ih) 1) ((zh ax) 0) ((n ax) 0) ((l iy) 0))) +("provisioning" nil (((p r ax) 0) ((v ih) 1) ((zh ax) 0) ((n ih ng) 0))) +("provisions" nil (((p r ax) 0) ((v ih) 1) ((zh ax n z) 0))) +("proviso" nil (((p r ax) 0) ((v ay) 1) ((z ow) 0))) +("provo" nil (((p r ow) 1) ((v ow) 0))) +("provocateur" n (((p r ax) 0) ((v ao) 0) ((k ax) 0) ((t uh r) 1))) +("provocateurs" n (((p r ax) 0) ((v ao) 0) ((k ax) 0) ((t uh r z) 1))) +("provocation" nil (((p r aa) 1) ((v ax) 0) ((k ey) 1) ((sh ax n) 0))) +("provocations" nil (((p r aa) 1) ((v ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("provocative" nil (((p r ow) 0) ((v aa) 1) ((k ax) 0) ((t ih v) 0))) +("provocatively" nil (((p r ow) 0) ((v aa) 1) ((k ax) 0) ((t ih) 0) ((v l iy) 0))) +("provoke" nil (((p r ax) 0) ((v ow k) 1))) +("provoked" nil (((p r ax) 0) ((v ow k t) 1))) +("provokes" nil (((p r ax) 0) ((v ow k s) 1))) +("provoking" nil (((p r ax) 0) ((v ow) 1) ((k ih ng) 0))) +("provost" nil (((p r ow) 1) ((v ow s t) 0))) +("provosts" nil (((p r ow) 1) ((v ow s t s) 0))) +("provus" nil (((p r ow) 1) ((v ax s) 0))) +("prow" nil (((p r aw) 1))) +("prowant" nil (((p r aw) 1) ((ax n t) 0))) +("prowell" nil (((p r aa) 1) ((w eh l) 0))) +("prowess" nil (((p r aw) 1) ((ax s) 0))) +("prowl" nil (((p r aw l) 1))) +("prowler" nil (((p r aw) 1) ((l er) 0))) +("prowling" nil (((p r aw) 1) ((l ih ng) 0))) +("prows" nil (((p r aw z) 1))) +("prowse" nil (((p r aw z) 1))) +("proxies" nil (((p r aa k) 1) ((s iy z) 0))) +("proximal" nil (((p r aa k) 1) ((s ax) 0) ((m ax l) 0))) +("proximate" nil (((p r aa k) 1) ((s ax) 0) ((m ax t) 0))) +("proximity" nil (((p r aa k) 0) ((s ih) 1) ((m ax) 0) ((t iy) 0))) +("proxmire" nil (((p r aa k) 1) ((s m ay r) 1))) +("proxy" nil (((p r aa k) 1) ((s iy) 0))) +("prozac" nil (((p r ow) 1) ((z ae k) 1))) +("pru" nil (((p r uw) 1))) +("prucapital" nil (((p r uw) 1) ((k ae) 1) ((p ih) 0) ((t ax l) 0))) +("prucha" nil (((p r ah) 1) ((ch ax) 0))) +("prude" nil (((p r uw d) 1))) +("pruden" nil (((p r uw) 1) ((d ax n) 0))) +("prudence" nil (((p r uw) 1) ((d ax n s) 0))) +("prudency" nil (((p r uw) 1) ((d ax n) 0) ((s iy) 0))) +("prudent" nil (((p r uw) 1) ((d ax n t) 0))) +("prudente" nil (((p r ah) 1) ((d ih n t) 0))) +("prudential" nil (((p r uw) 0) ((d eh n) 1) ((ch ax l) 0))) +("prudentialbache" nil (((p r uw) 0) ((d eh n) 1) ((t iy) 0) ((ae l) 1) ((b ae ch) 0))) +("prudently" nil (((p r uw) 1) ((d ax n t) 0) ((l iy) 0))) +("prudentrust" nil (((p r uw) 1) ((d ax n) 0) ((t r ah s t) 1))) +("prudhoe" nil (((p r ah d) 1) ((hh ow) 1))) +("prudhomme" nil (((p r ah d) 1) ((hh ax m) 0))) +("prudish" nil (((p r uw) 1) ((d ih sh) 0))) +("prue" nil (((p r uw) 1))) +("pruess" nil (((p r uw s) 1))) +("prueter" nil (((p r uh) 1) ((t er) 0))) +("pruett" nil (((p r uw t) 1))) +("pruette" nil (((p r uw) 0) ((eh t) 1))) +("prugh" nil (((p r uw) 1))) +("pruiett" nil (((p r uw) 1) ((ih t) 0))) +("pruitt" nil (((p r uw) 1) ((ih t) 0))) +("prune" nil (((p r uw n) 1))) +("pruneau" nil (((p r ax) 0) ((n ow) 1))) +("pruned" nil (((p r uw n d) 1))) +("pruneda" nil (((p r uw) 0) ((n eh) 1) ((d ax) 0))) +("prunedale" nil (((p r uw n) 1) ((d ey l) 1))) +("prunella" nil (((p r uw) 0) ((n eh) 1) ((l ax) 0))) +("pruner" nil (((p r uw) 1) ((n er) 0))) +("prunes" nil (((p r uw n z) 1))) +("prunier" nil (((p r uw) 1) ((n iy) 0) ((er) 0))) +("pruning" nil (((p r uw) 1) ((n ih ng) 0))) +("prunskiene" nil (((p r uw n) 1) ((s k iy n) 1))) +("prunty" nil (((p r ah n) 1) ((t iy) 0))) +("prurient" nil (((p r uh) 1) ((r iy) 0) ((ax n t) 0))) +("prus" nil (((p r ah s) 1))) +("prusak" nil (((p r uw) 1) ((s ax k) 0))) +("prusha" nil (((p r ah) 1) ((sh ax) 0))) +("prusinski" nil (((p r ax) 0) ((s ih n) 1) ((s k iy) 0))) +("pruski" nil (((p r ah) 1) ((s k iy) 0))) +("pruss" nil (((p r ah s) 1))) +("prussia" nil (((p r ah) 1) ((sh ax) 0))) +("prussian" nil (((p r ah) 1) ((sh ax n) 0))) +("prust" nil (((p r ah s t) 1))) +("prutzman" nil (((p r ah t) 1) ((s m ax n) 0))) +("pruyn" nil (((p r ay n) 1))) +("pry" nil (((p r ay) 1))) +("pryce" nil (((p r ay s) 1))) +("pryde" nil (((p r ay d) 1))) +("pryer" nil (((p r ay) 1) ((er) 0))) +("prying" nil (((p r ay) 1) ((ih ng) 0))) +("pryor" nil (((p r ay) 1) ((er) 0))) +("przybyl" nil (((p er) 0) ((z ih) 1) ((b ax l) 0))) +("przybyla" nil (((p er) 1) ((z ax) 0) ((b ih) 1) ((l ax) 0))) +("przybylski" nil (((p er) 1) ((z ax) 0) ((b ih l) 1) ((s k iy) 0))) +("przybysz" nil (((p er) 0) ((z ih) 1) ((b ih sh) 0))) +("przywara" nil (((p er) 0) ((z ax) 0) ((v aa) 1) ((r ax) 0))) +("psalm" nil (((s aa l m) 1))) +("psalms" nil (((s aa l m z) 1))) +("psalter" nil (((s ao l) 1) ((t er) 0))) +("psalters" nil (((s ao l) 1) ((t er z) 0))) +("psarouthakis" nil (((s eh) 1) ((r uw) 0) ((th aa) 1) ((k ih s) 0))) +("psc" nil (((p iy) 1) ((eh s) 1) ((s iy) 1))) +("psencik" nil (((s eh n) 1) ((s ih k) 0))) +("pseudo" nil (((s uw) 1) ((d ow) 0))) +("pseudomonas" nil (((s uw) 1) ((d ax) 0) ((m ow) 1) ((n ax z) 0))) +("pseudonym" nil (((s uw) 1) ((d ax) 0) ((n ih m) 1))) +("pseudonyms" nil (((s uw) 1) ((d ax) 0) ((n ih m z) 1))) +("pseudopodial" nil (((s uw) 1) ((d ax) 0) ((p ow) 1) ((d iy) 0) ((ax l) 0))) +("pseudoscience" nil (((s uw) 1) ((d ow) 0) ((s ay) 1) ((ax n s) 0))) +("pseudoscientific" nil (((s uw) 1) ((d ow) 0) ((s ay) 1) ((ax n) 0) ((t ih) 1) ((f ih k) 0))) +("psi" nil (((s ay) 1))) +("psilocybin" nil (((s ay) 1) ((l ax) 0) ((s ay) 1) ((b ax n) 0))) +("psoriasis" nil (((s er) 0) ((ay) 1) ((ax) 0) ((s ax s) 0))) +("psych" nil (((s ay k) 1))) +("psyche" nil (((s ay) 1) ((k iy) 0))) +("psychedelic" nil (((s ay) 1) ((k ax) 0) ((d eh) 1) ((l ih k) 0))) +("psyches" nil (((s ay) 1) ((k iy z) 0))) +("psychiatric" nil (((s ay) 1) ((k iy) 0) ((ae) 1) ((t r ih k) 0))) +("psychiatrist" nil (((s ax) 0) ((k ay) 1) ((ax) 0) ((t r ax s t) 0))) +("psychiatrists" nil (((s ax) 0) ((k ay) 1) ((ax) 0) ((t r ax s t s) 0))) +("psychiatry" nil (((s ay) 0) ((k ay) 1) ((ax) 0) ((t r iy) 0))) +("psychic" nil (((s ay) 1) ((k ih k) 0))) +("psychical" nil (((s ay) 1) ((k ih) 0) ((k ax l) 0))) +("psychics" nil (((s ay) 1) ((k ih k s) 0))) +("psycho" nil (((s ay) 1) ((k ow) 0))) +("psychoanalysis" nil (((s ay) 1) ((k ow) 0) ((ax) 0) ((n ae) 1) ((l ax) 0) ((s ax s) 0))) +("psychoanalyst" nil (((s ay) 1) ((k ow) 0) ((ae) 1) ((n ax) 0) ((l ax s t) 0))) +("psychoanalytic" nil (((s ay) 1) ((k ow) 0) ((ae) 1) ((n ax) 0) ((l ih) 1) ((t ih k) 0))) +("psychobabble" nil (((s ay) 1) ((k ow) 0) ((b ae) 1) ((b ax l) 0))) +("psychodynamic" nil (((s ay) 1) ((k ow) 0) ((d ay) 0) ((n ae) 1) ((m ih k) 0))) +("psychogenic" nil (((s ay) 1) ((k ow) 0) ((jh eh) 1) ((n ih k) 0))) +("psychokinesis" nil (((s ay) 1) ((k ow) 0) ((k ax) 0) ((n iy) 1) ((s ax s) 0))) +("psychological" nil (((s ay) 1) ((k ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("psychologically" nil (((s ay) 1) ((k ax) 0) ((l aa) 1) ((jh ih) 0) ((k l iy) 0))) +("psychologist" nil (((s ay) 0) ((k aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("psychologists" nil (((s ay) 0) ((k aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("psychology" nil (((s ay) 0) ((k aa) 1) ((l ax) 0) ((jh iy) 0))) +("psychopath" nil (((s ay) 1) ((k ow) 0) ((p ae th) 1))) +("psychopathic" nil (((s ay) 1) ((k ax) 0) ((p ae) 1) ((th ih k) 0))) +("psychopaths" nil (((s ay) 1) ((k ow) 0) ((p ae th s) 1))) +("psychopathy" nil (((s ay) 0) ((k aa) 1) ((p ax) 0) ((th iy) 0))) +("psychosis" nil (((s ay) 0) ((k ow) 1) ((s ax s) 0))) +("psychotherapeutic" nil (((s ay) 1) ((k ow) 0) ((th eh) 1) ((r ax) 0) ((p y uw) 1) ((t ih k) 0))) +("psychotherapist" nil (((s ay) 1) ((k ax) 0) ((th eh) 1) ((r ax) 0) ((p ih s t) 0))) +("psychotherapists" nil (((s ay) 1) ((k ax) 0) ((th eh) 1) ((r ax) 0) ((p ih s t s) 0))) +("psychotherapy" nil (((s ay) 1) ((k ow) 0) ((th eh) 1) ((r ax) 0) ((p iy) 0))) +("psychotic" nil (((s ay) 1) ((k aa) 1) ((t ih k) 0))) +("psyllium" nil (((s ih) 1) ((l iy) 0) ((ax m) 0))) +("ptacek" nil (((t aa) 1) ((ch eh k) 1))) +("ptak" nil (((t ae k) 1))) +("pte" nil (((p r ay) 1) ((v ax t) 0))) +("ptolemaic" nil (((t aa) 1) ((l ax) 0) ((m ey) 1) ((ih k) 0))) +("ptolemy" nil (((t aa) 1) ((l ax) 0) ((m iy) 0))) +("ptomaines" nil (((t ow) 1) ((m ey n z) 0))) +("pty" nil (((t ay) 1))) +("pu" nil (((p uw) 1))) +("puat" nil (((p y uw) 1) ((ae t) 0))) +("pub" nil (((p ah b) 1))) +("pubco" nil (((p ah b) 1) ((k ow) 0))) +("puberty" nil (((p y uw) 1) ((b er) 0) ((t iy) 0))) +("public" nil (((p ah) 1) ((b l ih k) 0))) +("publication" nil (((p ah) 1) ((b l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("publications" nil (((p ah) 1) ((b l ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("publicis" nil (((p ax) 0) ((b l iy) 1) ((s ih s) 0))) +("publicist" nil (((p ah) 1) ((b l ih) 0) ((s ih s t) 0))) +("publicists" nil (((p ah) 1) ((b l ih) 0) ((s ih s t s) 0))) +("publicity" nil (((p ax) 0) ((b l ih) 1) ((s ax) 0) ((t iy) 0))) +("publicize" nil (((p ah) 1) ((b l ih) 0) ((s ay z) 1))) +("publicized" nil (((p ah) 1) ((b l ih) 0) ((s ay z d) 1))) +("publicizing" nil (((p ah) 1) ((b l ax) 0) ((s ay) 1) ((z ih ng) 0))) +("publicker" nil (((p ah) 1) ((b l ih) 0) ((k er) 0))) +("publicly" nil (((p ah) 1) ((b l ih) 0) ((k l iy) 0))) +("publics" nil (((p ah) 1) ((b l ih k s) 0))) +("publish" nil (((p ah) 1) ((b l ih sh) 0))) +("published" nil (((p ah) 1) ((b l ih sh t) 0))) +("publisher" nil (((p ah) 1) ((b l ih) 0) ((sh er) 0))) +("publishers" nil (((p ah) 1) ((b l ih) 0) ((sh er z) 0))) +("publishes" nil (((p ah) 1) ((b l ih) 0) ((sh ax z) 0))) +("publishing" nil (((p ah) 1) ((b l ih) 0) ((sh ih ng) 0))) +("publishings" nil (((p ah) 1) ((b l ih) 0) ((sh ih ng z) 0))) +("publitech" nil (((p ah) 1) ((b l ih) 0) ((t eh k) 1))) +("publix" nil (((p ah) 1) ((b l ih k s) 0))) +("pubs" nil (((p ah b z) 1))) +("pucci" nil (((p uw) 1) ((ch iy) 0))) +("pucciarelli" nil (((p uw) 0) ((ch er) 0) ((eh) 1) ((l iy) 0))) +("puccinelli" nil (((p uw) 0) ((ch iy) 0) ((n eh) 1) ((l iy) 0))) +("puccini" nil (((p uw) 0) ((ch iy) 1) ((n iy) 0))) +("puccio" nil (((p uw) 1) ((ch iy) 0) ((ow) 0))) +("puchalski" nil (((p ax) 0) ((hh aa l) 1) ((s k iy) 0))) +("puche" nil (((p uw ch) 1))) +("pucillo" nil (((p uw) 0) ((ch ih) 1) ((l ow) 0))) +("puck" nil (((p ah k) 1))) +("puckett" nil (((p ah) 1) ((k ih t) 0))) +("puckish" nil (((p ah) 1) ((k ih sh) 0))) +("pudding" nil (((p uh) 1) ((d ih ng) 0))) +("puddings" nil (((p uh) 1) ((d ih ng z) 0))) +("puddle" nil (((p ah) 1) ((d ax l) 0))) +("puddles" nil (((p ah) 1) ((d ax l z) 0))) +("puder" nil (((p y uw) 1) ((d er) 0))) +("pudgies" nil (((p ah) 1) ((jh iy z) 0))) +("pudgy" nil (((p ah) 1) ((jh iy) 0))) +("pudlo" nil (((p ah d) 1) ((l ow) 0))) +("pudong" nil (((p uw) 1) ((d ow ng) 1))) +("pudwill" nil (((p ax) 0) ((d w ih l) 1))) +("puebla" nil (((p w ey) 1) ((b l ax) 0))) +("pueblo" nil (((p w eh) 1) ((b l ow) 0))) +("puente" nil (((p uw n t) 1))) +("puentes" nil (((p w eh n) 1) ((t eh s) 0))) +("puer" nil (((p uw) 1) ((er) 1))) +("puerile" nil (((p y uw) 0) ((r iy l) 1))) +("puerto" nil (((p w eh r) 1) ((t ow) 1))) +("puett" nil (((p uw t) 1))) +("puetz" nil (((p uw t s) 1))) +("pufahl" nil (((p y uw) 1) ((f aa l) 0))) +("puff" nil (((p ah f) 1))) +("puffed" nil (((p ah f t) 1))) +("puffenbarger" nil (((p ah) 1) ((f ih n) 0) ((b aa r) 0) ((g er) 0))) +("puffer" nil (((p ah) 1) ((f er) 0))) +("puffery" nil (((p ah) 1) ((f er) 0) ((iy) 0))) +("puffing" nil (((p ah) 1) ((f ih ng) 0))) +("puffs" nil (((p ah f s) 1))) +("puffy" nil (((p ah) 1) ((f iy) 0))) +("puga" nil (((p y uw) 1) ((g ax) 0))) +("puget" nil (((p y uw) 1) ((jh ih t) 0))) +("pugh" nil (((p y uw) 1))) +("puglia" nil (((p ah) 1) ((g l iy) 0) ((ax) 0))) +("pugliese" nil (((p uw) 0) ((g l iy) 0) ((ey) 1) ((z iy) 0))) +("puglisi" nil (((p uw) 0) ((g l iy) 1) ((s iy) 0))) +("pugmire" nil (((p ah g) 1) ((m ay r) 1))) +("pugnacious" nil (((p ax g) 0) ((n ae) 1) ((sh ih s) 0))) +("pugsley" nil (((p ah g) 1) ((s l iy) 0))) +("puhl" nil (((p ah l) 1))) +("puig" nil (((p uw g) 1))) +("pujol" nil (((p y uw) 1) ((jh ax l) 0))) +("pulaski" nil (((p y uw) 0) ((l ae) 1) ((s k iy) 0))) +("pulcini" nil (((p uw l) 0) ((ch iy) 1) ((n iy) 0))) +("puleo" nil (((p uw) 1) ((l iy) 0) ((ow) 0))) +("pulford" nil (((p uh l) 1) ((f er d) 0))) +("pulice" nil (((p uw) 1) ((l ih s) 0))) +("pulido" nil (((p uw) 0) ((l iy) 1) ((d ow) 0))) +("pulitzer" nil (((p uh) 1) ((l ax t) 0) ((s er) 0))) +("pulkrabek" nil (((p ah l) 1) ((k r ax) 0) ((b ih k) 0))) +("pull" nil (((p uh l) 1))) +("pullam" nil (((p uh) 1) ((l ax m) 0))) +("pullan" nil (((p uh) 1) ((l ax n) 0))) +("pullano" nil (((p uw) 0) ((l aa) 1) ((n ow) 0))) +("pullara" nil (((p uw) 0) ((l aa) 1) ((r ax) 0))) +("pullback" nil (((p uh l) 1) ((b ae k) 1))) +("pullbacks" nil (((p uh l) 1) ((b ae k s) 1))) +("pulled" nil (((p uh l d) 1))) +("pullen" nil (((p uh) 1) ((l ax n) 0))) +("puller" nil (((p uh) 1) ((l er) 0))) +("pulley" nil (((p uh) 1) ((l iy) 0))) +("pulleys" nil (((p uh) 1) ((l iy z) 0))) +("pulliam" nil (((p uh) 1) ((l iy) 0) ((ax m) 0))) +("pullin" nil (((p uh) 1) ((l ih n) 0))) +("pulling" nil (((p uh) 1) ((l ih ng) 0))) +("pullins" nil (((p uh) 1) ((l ih n z) 0))) +("pullman" nil (((p uh l) 1) ((m ax n) 0))) +("pullout" nil (((p uh) 1) ((l aw t) 1))) +("pullouts" nil (((p uh) 1) ((l aw t s) 1))) +("pulls" nil (((p uh l z) 1))) +("pullum" nil (((p uh) 1) ((l ax m) 0))) +("pulmazyme" nil (((p uh l) 1) ((m ax) 0) ((z ay m) 1))) +("pulmonary" nil (((p uh l) 1) ((m ax) 0) ((n eh) 1) ((r iy) 0))) +("pulmozyme" nil (((p uh l) 1) ((m ow) 0) ((z ay m) 1))) +("pulos" nil (((p uw) 1) ((l ow z) 0))) +("pulp" nil (((p ah l p) 1))) +("pulping" nil (((p ah l) 1) ((p ih ng) 0))) +("pulpit" nil (((p uh l) 1) ((p ih t) 0))) +("pulpits" nil (((p uh l) 1) ((p ih t s) 0))) +("pulpwood" nil (((p ah l) 1) ((p w uh d) 1))) +("puls" nil (((p uh l z) 1))) +("pulsar" nil (((p uh l) 1) ((s er) 0))) +("pulsating" nil (((p ah l) 1) ((s ey) 1) ((t ih ng) 0))) +("pulse" nil (((p ah l s) 1))) +("pulses" nil (((p ah l) 1) ((s ih z) 0))) +("pulsifer" nil (((p ah l) 1) ((s ih) 0) ((f er) 0))) +("pulsing" nil (((p ah l) 1) ((s ih ng) 0))) +("pulsipher" nil (((p uh l) 1) ((s ih) 0) ((f er) 0))) +("pulte" nil (((p uh l) 1) ((t iy) 0))) +("pultz" nil (((p uh l t s) 1))) +("pulver" nil (((p uh l) 1) ((v er) 0))) +("pulverize" nil (((p ah l) 1) ((v er) 0) ((ay z) 1))) +("pulverized" nil (((p ah l) 1) ((v er) 0) ((ay z d) 1))) +("pulvermacher" nil (((p ah l) 1) ((v er) 0) ((m ax) 0) ((k er) 0))) +("puma" nil (((p uw) 1) ((m ax) 0))) +("pumice" nil (((p ah) 1) ((m ax s) 0))) +("pumilia" nil (((p uw) 0) ((m iy) 1) ((l iy) 0) ((ax) 0))) +("puming" nil (((p uw) 1) ((m ih ng) 0))) +("pummel" nil (((p ah) 1) ((m ax l) 0))) +("pummeled" nil (((p ah) 1) ((m ax l d) 0))) +("pummeling" nil (((p ah) 1) ((m ax) 0) ((l ih ng) 0))) +("pummill" nil (((p ah) 1) ((m ih l) 0))) +("pump" nil (((p ah m p) 1))) +("pumped" nil (((p ah m p t) 1))) +("pumpernickel" nil (((p ah m) 1) ((p er) 0) ((n ih) 1) ((k ax l) 0))) +("pumphrey" nil (((p ah m) 1) ((f r iy) 0))) +("pumping" nil (((p ah m) 1) ((p ih ng) 0))) +("pumpkin" nil (((p ah m p) 1) ((k ih n) 0))) +("pumpkins" nil (((p ah m p) 1) ((k ax n z) 0))) +("pumps" nil (((p ah m p s) 1))) +("pun" nil (((p ah n) 1))) +("punch" nil (((p ah n ch) 1))) +("punched" nil (((p ah n ch t) 1))) +("punches" nil (((p ah n) 1) ((ch ih z) 0))) +("punching" nil (((p ah n) 1) ((ch ih ng) 0))) +("punchline" nil (((p ah n ch) 1) ((l ay n) 1))) +("punchy" nil (((p ah n) 1) ((ch iy) 0))) +("punctilious" nil (((p ax ng k) 0) ((t ih) 1) ((l iy) 0) ((ax s) 0))) +("punctuality" nil (((p ah ng k) 1) ((ch uw) 0) ((ae) 1) ((l ih) 0) ((t iy) 0))) +("punctuate" nil (((p ah ng k) 1) ((ch uw) 0) ((ey t) 1))) +("punctuated" nil (((p ah ng k) 1) ((ch uw) 0) ((ey) 1) ((t ih d) 0))) +("punctuating" nil (((p ah ng k) 1) ((ch uw) 0) ((ey) 1) ((d ih ng) 0))) +("punctuation" nil (((p ah ng k) 1) ((ch uw) 0) ((ey) 1) ((sh ax n) 0))) +("puncture" nil (((p ah ng k) 1) ((ch er) 0))) +("punctured" nil (((p ah ng k) 1) ((ch er d) 0))) +("punctures" nil (((p ah ng k) 1) ((ch er z) 0))) +("puncturing" nil (((p ah ng k) 1) ((ch er) 0) ((ih ng) 0))) +("pundit" nil (((p ah n) 1) ((d ax t) 0))) +("pundits" nil (((p ah n) 1) ((d ih t s) 0))) +("pundt" nil (((p ah n t) 1))) +("puneet" nil (((p uw) 1) ((n iy t) 1))) +("pung" nil (((p ah ng) 1))) +("pungent" nil (((p ah n) 1) ((jh ax n t) 0))) +("pungently" nil (((p ah n) 1) ((jh ax n t) 0) ((l iy) 0))) +("punggol" nil (((p ah ng) 1) ((g ax l) 2))) +("punic" nil (((p y uw) 1) ((n ih k) 0))) +("punish" nil (((p ah) 1) ((n ih sh) 0))) +("punishable" nil (((p ah) 1) ((n ih) 0) ((sh ax) 0) ((b ax l) 0))) +("punished" nil (((p ah) 1) ((n ih sh t) 0))) +("punishes" nil (((p ah) 1) ((n ih) 0) ((sh ax z) 0))) +("punishing" nil (((p ah) 1) ((n ih) 0) ((sh ih ng) 0))) +("punishment" nil (((p ah) 1) ((n ih) 0) ((sh m ax n t) 0))) +("punishments" nil (((p ah) 1) ((n ih) 0) ((sh m ax n t s) 0))) +("punitive" nil (((p y uw) 1) ((n ax) 0) ((t ih v) 0))) +("punjab" nil (((p ax n) 0) ((jh aa b) 1))) +("punk" nil (((p ah ng k) 1))) +("punkin" nil (((p ah ng) 1) ((k ih n) 0))) +("punks" nil (((p ah ng k s) 1))) +("punky" nil (((p ah ng) 1) ((k iy) 0))) +("puns" nil (((p ah n z) 1))) +("punt" nil (((p ah n t) 1))) +("punta" nil (((p uh n) 1) ((t er) 0))) +("punter" nil (((p ah n) 1) ((t er) 0))) +("punto" nil (((p uw n) 1) ((t ow) 1))) +("punts" nil (((p ah n t s) 1))) +("puny" nil (((p y uw) 1) ((n iy) 0))) +("puopolo" nil (((p w ow) 0) ((p ow) 1) ((l ow) 0))) +("pup" nil (((p ah p) 1))) +("pupil" nil (((p y uw) 1) ((p ax l) 0))) +("pupils" nil (((p y uw) 1) ((p ax l z) 0))) +("pupo" nil (((p uw) 1) ((p ow) 0))) +("puppet" nil (((p ah) 1) ((p ax t) 0))) +("puppeteers" n (((p ah) 1) ((p ax) 0) ((t iy r z) 1))) +("puppets" nil (((p ah) 1) ((p ax t s) 0))) +("puppies" nil (((p ah) 1) ((p iy z) 0))) +("puppy" nil (((p ah) 1) ((p iy) 0))) +("pups" nil (((p ah p s) 1))) +("pur" nil (((p er) 1))) +("pura" nil (((p uh) 1) ((r ax) 0))) +("purcell" nil (((p er) 0) ((s eh l) 1))) +("purchase" nil (((p er) 1) ((ch ax s) 0))) +("purchased" nil (((p er) 1) ((ch ax s t) 0))) +("purchaser" nil (((p er) 1) ((ch ax) 0) ((s er) 0))) +("purchasers" nil (((p er) 1) ((ch ax) 0) ((s er z) 0))) +("purchases" nil (((p er) 1) ((ch ax) 0) ((s ax z) 0))) +("purchasing" nil (((p er) 1) ((ch ax) 0) ((s ih ng) 0))) +("purdie" nil (((p er) 1) ((d iy) 0))) +("purdin" nil (((p er) 1) ((d ih n) 0))) +("purdom" nil (((p er) 1) ((d ax m) 0))) +("purdon" nil (((p er) 1) ((d ax n) 0))) +("purdue" nil (((p er) 0) ((d uw) 1))) +("purdum" nil (((p er) 1) ((d ax m) 0))) +("purdy" nil (((p er) 1) ((d iy) 0))) +("pure" nil (((p y uh r) 1))) +("purebred" nil (((p y uh r) 1) ((b r eh d) 1))) +("purebreds" nil (((p y uh r) 1) ((b r eh d z) 1))) +("puree" nil (((p y uh) 0) ((r ey) 1))) +("purely" nil (((p y uh r) 1) ((l iy) 0))) +("purer" nil (((p y uh) 1) ((r er) 0))) +("purest" nil (((p y uh) 1) ((r ax s t) 0))) +("purex" nil (((p y uh) 1) ((r eh k s) 0))) +("purgason" nil (((p er) 1) ((g ax) 0) ((s ax n) 0))) +("purgatory" nil (((p er) 1) ((g ax) 0) ((t ao) 1) ((r iy) 0))) +("purge" nil (((p er jh) 1))) +("purged" nil (((p er jh d) 1))) +("purges" nil (((p er) 1) ((jh ih z) 0))) +("purging" nil (((p er) 1) ((jh ih ng) 0))) +("puri" nil (((p uh) 1) ((r iy) 0))) +("puricelli" nil (((p uh) 0) ((r iy) 0) ((ch eh) 1) ((l iy) 0))) +("purification" nil (((p y uh) 1) ((r ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("purified" nil (((p y uh) 1) ((r ax) 0) ((f ay d) 1))) +("purifiers" nil (((p y uh) 1) ((r ax) 0) ((f ay) 1) ((er z) 0))) +("purifoy" nil (((p y uw) 1) ((r ih) 0) ((f oy) 0))) +("purify" nil (((p y uh) 1) ((r ax) 0) ((f ay) 1))) +("purifying" nil (((p y uh) 1) ((r ax) 0) ((f ay) 1) ((ih ng) 0))) +("purina" nil (((p y uh) 0) ((r ih) 1) ((n ax) 0))) +("purington" nil (((p y uh) 1) ((r ih ng) 0) ((t ax n) 0))) +("purinton" nil (((p y uw) 1) ((r ih n) 0) ((t ax n) 0))) +("puris" nil (((p y uh) 1) ((r ih s) 0))) +("purist" nil (((p y uh) 1) ((r ih s t) 0))) +("puristic" nil (((p y uh) 0) ((r ih) 1) ((s t ih k) 0))) +("purists" nil (((p y uh) 1) ((r ax s t s) 0))) +("puritan" nil (((p y uh) 1) ((r ax) 0) ((t ax n) 0))) +("puritanical" nil (((p y uh) 1) ((r ax) 0) ((t ae) 1) ((n ih) 0) ((k ax l) 0))) +("puritanism" nil (((p y uh) 1) ((r ax) 0) ((t ax) 0) ((n ih) 1) ((z ax m) 0))) +("puritanisms" nil (((p y uh) 1) ((r ax) 0) ((t ax) 0) ((n ih) 1) ((z ax m z) 0))) +("puritans" nil (((p y uh) 1) ((r ax) 0) ((t ax n z) 0))) +("purity" nil (((p y uh) 1) ((r ax) 0) ((t iy) 0))) +("purk" nil (((p er k) 1))) +("purkey" nil (((p er) 1) ((k iy) 0))) +("purloined" nil (((p er) 0) ((l oy n d) 1))) +("purnell" nil (((p er) 1) ((n ax l) 0))) +("purolator" nil (((p y uh) 1) ((r ax) 0) ((l ey) 0) ((t er) 0))) +("purpa" nil (((p er) 1) ((p ax) 0))) +("purple" nil (((p er) 1) ((p ax l) 0))) +("purplish" nil (((p er) 1) ((p l ih sh) 0))) +("purport" nil (((p er) 1) ((p ao r t) 1))) +("purported" nil (((p er) 0) ((p ao r) 1) ((t ih d) 0))) +("purportedly" nil (((p er) 0) ((p ao r) 1) ((t ih d) 0) ((l iy) 0))) +("purporting" nil (((p er) 0) ((p ao r) 1) ((t ih ng) 0))) +("purports" nil (((p er) 1) ((p ao r t s) 1))) +("purpose" nil (((p er) 1) ((p ax s) 0))) +("purposeful" nil (((p er) 1) ((p ax) 0) ((s f ax l) 0))) +("purposefully" nil (((p er) 1) ((p ax) 0) ((s f ax) 0) ((l iy) 0))) +("purposeless" nil (((p er) 1) ((p ax) 0) ((s l ax s) 0))) +("purposely" nil (((p er) 1) ((p ax) 0) ((s l iy) 0))) +("purposes" nil (((p er) 1) ((p ax) 0) ((s ax z) 0))) +("purring" nil (((p er) 1) ((ih ng) 0))) +("purrington" nil (((p er) 1) ((ih ng) 0) ((t ax n) 0))) +("purrs" nil (((p er z) 1))) +("purse" nil (((p er s) 1))) +("pursed" nil (((p er s t) 1))) +("pursel" nil (((p er) 1) ((s ax l) 0))) +("pursell" nil (((p er) 1) ((s ax l) 0))) +("purser" nil (((p er) 1) ((s er) 0))) +("purses" nil (((p er) 1) ((s ih z) 0))) +("pursifull" nil (((p er) 1) ((s ih) 0) ((f ax l) 0))) +("pursley" nil (((p er) 1) ((s l iy) 0))) +("pursuant" nil (((p er) 0) ((s uw) 1) ((ax n t) 0))) +("pursue" nil (((p er) 0) ((s uw) 1))) +("pursued" nil (((p er) 0) ((s uw d) 1))) +("pursuers" nil (((p er) 0) ((s uw) 1) ((er z) 0))) +("pursues" nil (((p er) 0) ((s uw z) 1))) +("pursuing" nil (((p er) 0) ((s uw) 1) ((ih ng) 0))) +("pursuit" nil (((p er) 0) ((s uw t) 1))) +("pursuits" nil (((p er) 0) ((s uw t s) 1))) +("purtee" nil (((p er) 1) ((t iy) 0))) +("purtell" nil (((p er) 1) ((t ax l) 0))) +("purtle" nil (((p er) 1) ((t ax l) 0))) +("purves" nil (((p er v z) 1))) +("purvey" nil (((p er) 0) ((v ey) 1))) +("purveyor" nil (((p er) 0) ((v ey) 1) ((er) 0))) +("purveyors" nil (((p er) 0) ((v ey) 1) ((er z) 0))) +("purviance" nil (((p uh r) 0) ((v iy) 1) ((ax n s) 0))) +("purview" nil (((p er) 1) ((v y uw) 1))) +("purvin" nil (((p er) 1) ((v ih n) 0))) +("purvis" nil (((p er) 1) ((v ih s) 0))) +("puryear" nil (((p er) 1) ((y ih r) 1))) +("pusan" nil (((p uw) 1) ((s aa n) 0))) +("pusateri" nil (((p uw) 0) ((s aa) 0) ((t eh) 1) ((r iy) 0))) +("pusch" nil (((p ah sh) 1))) +("pusey" nil (((p y uw) 1) ((z iy) 0))) +("push" nil (((p uh sh) 1))) +("pushed" nil (((p uh sh t) 1))) +("pusher" nil (((p uh) 1) ((sh er) 0))) +("pushers" nil (((p uh) 1) ((sh er z) 0))) +("pushes" nil (((p uh) 1) ((sh ax z) 0))) +("pushing" nil (((p uh) 1) ((sh ih ng) 0))) +("pushkin" nil (((p uh sh) 1) ((k ih n) 0))) +("pushover" nil (((p uh) 1) ((sh ow) 1) ((v er) 0))) +("pushups" nil (((p uh) 1) ((sh ah p s) 1))) +("pushy" nil (((p uh) 1) ((sh iy) 0))) +("puskar" nil (((p ah) 1) ((s k er) 0))) +("puskarich" nil (((p ah) 1) ((s k er) 0) ((ih k) 0))) +("puskas" nil (((p ah) 1) ((s k ax z) 0))) +("pussy" nil (((p uh) 1) ((s iy) 0))) +("pussycat" n (((p uh) 1) ((s iy) 0) ((k ae t) 0))) +("pustejovsky" nil (((p ax) 0) ((s t ey) 0) ((aa v) 1) ((s k iy) 0))) +("put" nil (((p uh t) 1))) +("putative" nil (((p y uw) 1) ((t ax) 0) ((t ih v) 0))) +("putco" nil (((p ah t) 1) ((k ow) 0))) +("puterbaugh" nil (((p y uw) 0) ((t er) 1) ((b ao) 0))) +("puth" nil (((p uw th) 1))) +("puthoff" nil (((p ah t) 1) ((hh ao f) 1))) +("putian" nil (((p uw) 1) ((t y ae n) 1))) +("putman" nil (((p ah t) 1) ((m ax n) 0))) +("putnam" nil (((p ah t) 1) ((n ax m) 0))) +("putney" nil (((p ah t) 1) ((n iy) 0))) +("putonghua" nil (((p uw) 1) ((t ow ng) 1) ((hh w aa) 1))) +("putrid" nil (((p y uw) 1) ((t r ih d) 0))) +("puts" nil (((p uh t s) 1))) +("putsch" n (((p uh t ch) 1))) +("putt" nil (((p ah t) 1))) +("puttable" nil (((p ah) 1) ((t ax) 0) ((b ax l) 0))) +("putted" nil (((p ah) 1) ((t ih d) 0))) +("putter" nil (((p ah) 1) ((t er) 0))) +("putterer" nil (((p ah) 1) ((t er) 0) ((er) 0))) +("putterman" nil (((p ah) 1) ((t er) 0) ((m ax n) 0))) +("putters" nil (((p ah) 1) ((t er z) 0))) +("putting" nil (((p ah) 1) ((t ih ng) 0))) +("putting" v (((p uh) 1) ((t ih ng) 0))) +("puttnam" nil (((p ah t) 1) ((n ax m) 0))) +("putts" nil (((p ah t s) 1))) +("putty" nil (((p ah) 1) ((t iy) 0))) +("putuo" nil (((p uw) 1) ((t w ao) 1))) +("puxi" nil (((p uw) 1) ((sh iy) 1))) +("puyang" nil (((p uw) 1) ((y aa ng) 1))) +("putz" nil (((p ah t s) 1))) +("putzier" nil (((p ah t) 1) ((z iy) 0) ((er) 0))) +("puusepp" nil (((p uw) 1) ((z ax p) 0))) +("puza" nil (((p uw) 1) ((z ax) 0))) +("puzio" nil (((p uw) 1) ((z iy) 0) ((ow) 0))) +("puzo" nil (((p uw) 1) ((z ow) 0))) +("puzzle" nil (((p ah) 1) ((z ax l) 0))) +("puzzled" nil (((p ah) 1) ((z ax l d) 0))) +("puzzlement" nil (((p ah) 1) ((z ax l) 0) ((m ax n t) 0))) +("puzzler" nil (((p ah) 1) ((z l er) 0))) +("puzzles" nil (((p ah) 1) ((z ax l z) 0))) +("puzzling" nil (((p ah) 1) ((z ax) 0) ((l ih ng) 0))) +("puzzo" nil (((p uw) 1) ((z ow) 0))) +("pyatt" nil (((p ay) 1) ((ax t) 0))) +("pyburn" nil (((p ih) 1) ((b er n) 0))) +("pye" nil (((p ay) 1))) +("pyeatt" nil (((p ay) 1) ((ax t) 0))) +("pygmalion" nil (((p ih g) 1) ((m ey) 1) ((l y ax n) 0))) +("pygmy" nil (((p ih g) 1) ((m iy) 0))) +("pyka" nil (((p ih) 1) ((k ax) 0))) +("pyke" nil (((p ay k) 1))) +("pyland" nil (((p ay) 1) ((l ax n d) 0))) +("pylant" nil (((p y) 0) ((l ao n t) 1))) +("pyle" nil (((p ay l) 1))) +("pyles" nil (((p ay l z) 1))) +("pylons" nil (((p ay) 1) ((l aa n z) 1))) +("pylori" nil (((p ay) 1) ((l ao) 1) ((r iy) 0))) +("pylos" nil (((p ay) 1) ((l ow s) 0))) +("pymm" nil (((p ih m) 1))) +("pyne" nil (((p ay n) 1))) +("pynes" nil (((p ay n z) 1))) +("pyongyang" nil (((p y ao ng) 1) ((y ae ng) 1))) +("pyper" nil (((p ay) 1) ((p er) 0))) +("pyramid" nil (((p ih) 1) ((r ax) 0) ((m ih d) 0))) +("pyramidal" nil (((p er) 0) ((ae) 1) ((m ax) 0) ((d ax l) 0))) +("pyramids" nil (((p ih) 1) ((r ax) 0) ((m ih d z) 0))) +("pyrena" nil (((p ih) 0) ((r iy) 1) ((n ax) 0))) +("pyrenees" nil (((p ih) 1) ((r ax) 0) ((iy z) 0))) +("pyrite" nil (((p ay) 1) ((r ay t) 0))) +("pyro" nil (((p ay) 1) ((r ow) 0))) +("pyron" nil (((p ih) 1) ((r ax n) 0))) +("pyrotechnics" nil (((p ay) 1) ((r ow) 0) ((t eh k) 1) ((n ih k s) 0))) +("pyroxene" nil (((p ay) 0) ((r aa k) 1) ((s iy n) 0))) +("pyrrhic" nil (((p ih) 1) ((r ih k) 0))) +("pysher" nil (((p ih) 1) ((sh er) 0))) +("pytel" nil (((p ih) 1) ((t ax l) 0))) +("pythia" nil (((p ih) 1) ((th iy) 0) ((ax) 0))) +("python" nil (((p ay) 1) ((th aa n) 0))) +("pytorch" nil (((p ay) 1) ((t ao r ch) 2))) +("pyxis" nil (((p ih k) 1) ((s ih s) 0))) +("q" nil (((k y uw) 1))) +("qa" nil (((k y uw) 1) ((ey) 1))) +("qantas" nil (((k ae n) 1) ((t ax s) 0))) +("qatar" nil (((k ah) 1) ((t aa r) 1))) +("qawi" nil (((k aa) 1) ((w iy) 0))) +("qb" nil (((k y uw) 1) ((b iy) 1))) +("qi" nil (((ch iy) 1))) +("qia" nil (((ch y aa) 1))) +("qian" nil (((ch y ae n) 1))) +("qiandao" nil (((ch y ae n) 1) ((d aw) 1))) +("qiang" nil (((ch y aa ng) 1))) +("qiangqiang" nil (((ch y aa ng) 1) ((ch y aa ng) 1))) +("qianlong" nil (((ch y ae n) 1) ((l ow ng) 1))) +("qianmen" nil (((ch y ae n) 1) ((m eh n) 1))) +("qianshi" nil (((ch y ae n) 1) ((sh uh) 1))) +("qiantang" nil (((ch y ae n) 1) ((t aa ng) 1))) +("qianwen" nil (((ch y ae n) 1) ((w eh n) 1))) +("qiao" nil (((ch y aw) 1))) +("qiaoqiao" nil (((ch y aw) 1) ((ch y aw) 1))) +("qiaotou" nil (((ch y aw) 1) ((t ow) 1))) +("qiaozhi" nil (((ch y aw) 1) ((jh uh) 1))) +("qichen" nil (((ch iy) 1) ((ch eh n) 1))) +("qie" nil (((ch y eh) 1))) +("qilou" nil (((ch iy) 1) ((l ow) 1))) +("qin" nil (((ch iy n) 1))) +("qing" nil (((ch iy ng) 1))) +("qingbuliang" nil (((ch iy ng) 1) ((b uw) 1) ((l y aa ng) 1))) +("qingdao" nil (((ch iy ng) 1) ((d aw) 1))) +("qinghai" nil (((ch iy ng) 1) ((hh ay) 1))) +("qinghua" nil (((ch iy ng) 1) ((hh w aa) 1))) +("qingming" nil (((ch iy ng) 1) ((m iy ng) 1))) +("qingshuihe" nil (((ch iy ng) 1) ((sh w ey) 1) ((hh ah) 0))) +("qingyang" nil (((ch iy ng) 1) ((y aa ng) 1))) +("qingyuan" nil (((ch iy ng) 1) ((y uh) 0) ((aa n) 1))) +("qinhuangdao" nil (((ch iy n) 1) ((hh w aa ng) 1) ((d aw) 1))) +("qinmou" nil (((ch iy n) 1) ((m ow) 1))) +("qinshihuang" nil (((ch iy n) 1) ((sh uh) 1) ((hh w aa ng) 1))) +("qintex" nil (((k ih n) 1) ((t eh k s) 1))) +("qinzhou" nil (((ch iy n) 1) ((jh ow) 1))) +("qiong" nil (((ch y ow ng) 1))) +("qionghua" nil (((ch y ow ng) 1) ((hh w aa) 1))) +("qipao" nil (((ch iy) 1) ((p aw) 1))) +("qiqi" nil (((ch iy) 1) ((ch iy) 1))) +("qiqiao" nil (((ch iy) 1) ((ch y aw) 1))) +("qiqihaer" nil (((ch iy) 1) ((ch iy) 1) ((hh aa) 1) ((er) 1))) +("qitaihe" nil (((ch iy) 1) ((t ay) 1) ((hh ah) 0))) +("qiu" nil (((ch y ow) 1))) +("qiyun" nil (((ch iy) 1) ((y uw n) 1))) +("qmax" nil (((k y uw) 1) ((m ae k s) 1))) +("qom" nil (((k aa m) 1))) +("qu" nil (((ch y uw) 1))) +("qua" nil (((k w aa) 1))) +("quach" nil (((k w aa ch) 1))) +("quack" nil (((k w ae k) 1))) +("quackenbush" nil (((k w ae) 1) ((k ax n) 0) ((b uh sh) 1))) +("quackery" nil (((k w ae) 1) ((k er) 0) ((iy) 0))) +("quacks" nil (((k w ae k s) 1))) +("quad" nil (((k w aa d) 1))) +("quade" nil (((k w ey d) 1))) +("quadra" nil (((k w ae) 1) ((d r ax) 0))) +("quadrant" nil (((k w aa) 1) ((d r ax n t) 0))) +("quadrennial" nil (((k w aa) 0) ((d r eh) 1) ((n iy) 0) ((ax l) 0))) +("quadrex" nil (((k w aa) 1) ((d r eh k s) 0))) +("quadriceps" nil (((k w aa) 1) ((d r ax) 0) ((s eh p s) 1))) +("quadriplegic" nil (((k w aa) 1) ((d r ax) 0) ((p l iy) 1) ((jh ih k) 0))) +("quadruple" nil (((k w aa) 0) ((d r uw) 1) ((p ax l) 0))) +("quadrupled" nil (((k w aa) 0) ((d r uw) 1) ((p ax l d) 0))) +("quadrupling" nil (((k w aa) 0) ((d r uw) 1) ((p ax) 0) ((l ih ng) 0))) +("quaglia" nil (((k w ae) 1) ((g l iy) 0) ((ax) 0))) +("quagmire" nil (((k w ae g) 1) ((m ay) 1) ((er) 0))) +("quai" nil (((k iy) 1))) +("quaid" nil (((k w ey d) 1))) +("quail" nil (((k w ey l) 1))) +("quails" nil (((k w ey l z) 1))) +("quain" nil (((k w ey n) 1))) +("quaint" nil (((k w ey n t) 1))) +("quaintance" nil (((k w ey n) 1) ((t ax n s) 0))) +("quaintly" nil (((k w ey n t) 1) ((l iy) 0))) +("quake" nil (((k w ey k) 1))) +("quakenbush" nil (((k w ax) 0) ((k eh n) 1) ((b ax sh) 0))) +("quaker" nil (((k w ey) 1) ((k er) 0))) +("quakes" nil (((k w ey k s) 1))) +("quaking" nil (((k w ey) 1) ((k ih ng) 0))) +("qual" nil (((k w aa l) 1))) +("qualcast" nil (((k w aa l) 1) ((k ae s t) 1))) +("qualcomm" nil (((k w aa l) 1) ((k aa m) 1))) +("quale" nil (((k w ey l) 1))) +("qualex" nil (((k w aa) 1) ((l eh k s) 0))) +("qualey" nil (((k w ey) 1) ((l iy) 0))) +("qualification" nil (((k w aa) 1) ((l ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("qualifications" nil (((k w aa) 1) ((l ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("qualified" nil (((k w aa) 1) ((l ax) 0) ((f ay d) 1))) +("qualifier" nil (((k w aa) 1) ((l ax) 0) ((f ay) 1) ((er) 0))) +("qualifies" nil (((k w aa) 1) ((l ax) 0) ((f ay z) 1))) +("qualify" nil (((k w aa) 1) ((l ax) 0) ((f ay) 1))) +("qualifying" nil (((k w aa) 1) ((l ax) 0) ((f ay) 1) ((ih ng) 0))) +("qualitative" nil (((k w aa) 1) ((l ax) 0) ((t ey) 1) ((t ih v) 0))) +("qualities" nil (((k w aa) 1) ((l ax) 0) ((t iy z) 0))) +("quality" nil (((k w aa) 1) ((l ax) 0) ((t iy) 0))) +("qualley" nil (((k w ao) 1) ((l iy) 0))) +("qualls" nil (((k w aa l z) 1))) +("qualms" nil (((k w aa m z) 1))) +("quam" nil (((k w aa m) 1))) +("quamme" nil (((k w ae m) 1))) +("quan" nil (((ch y uh) 0) ((aa n) 1))) +("quandaries" nil (((k w aa n) 1) ((d er) 0) ((iy z) 0))) +("quandary" nil (((k w aa n) 1) ((d er) 0) ((iy) 0))) +("quandt" nil (((k w ao n d t) 1))) +("quanex" nil (((k w aa) 1) ((n eh k s) 0))) +("quang" nil (((k w ao ng) 1))) +("quant" nil (((k w ae n t) 1))) +("quantico" nil (((k w aa n) 1) ((t ih) 0) ((k ow) 0))) +("quantified" nil (((k w aa n) 1) ((t ih) 0) ((f ay d) 1))) +("quantify" nil (((k w aa n) 1) ((t ih) 0) ((f ay) 1))) +("quantifying" nil (((k w aa n) 1) ((t ih) 0) ((f ay) 1) ((ih ng) 0))) +("quantitative" nil (((k w aa n) 1) ((t ih) 0) ((t ey) 1) ((t ih v) 0))) +("quantities" nil (((k w aa n) 1) ((t ax) 0) ((t iy z) 0))) +("quantity" nil (((k w aa n) 1) ((t ax) 0) ((t iy) 0))) +("quantum" nil (((k w aa n) 1) ((t ax m) 0))) +("quanzhou" nil (((ch y uh) 0) ((aa n) 1) ((jh ow) 1))) +("quaquil" nil (((k w ae) 1) ((k w ih l) 0))) +("quaranta" nil (((k w er) 0) ((ae n) 1) ((t ax) 0))) +("quarante" nil (((k w er) 0) ((aa n) 1) ((t ey) 0))) +("quarantine" nil (((k w ao) 1) ((r ax n) 0) ((t iy n) 1))) +("quarantined" nil (((k w ao) 1) ((r ax n) 0) ((t iy n d) 1))) +("quarantines" nil (((k w ao) 1) ((r ax n) 0) ((t iy n z) 1))) +("quarantining" nil (((k w ao) 1) ((r ax n) 0) ((t iy) 1) ((n ih ng) 0))) +("quark" nil (((k w aa r k) 1))) +("quarks" nil (((k w aa r k s) 1))) +("quarles" nil (((k w ao r l z) 1))) +("quarnstrom" nil (((k w ao r n) 1) ((s t r ax m) 0))) +("quarre" nil (((k w aa r) 1))) +("quarrel" nil (((k w ao) 1) ((r ax l) 0))) +("quarreled" nil (((k w ao) 1) ((r ax l d) 0))) +("quarreling" nil (((k w aa) 1) ((r ax) 0) ((l ih ng) 0))) +("quarrels" nil (((k w ao) 1) ((r ax l z) 0))) +("quarrelsome" nil (((k w ao) 1) ((r ax l) 0) ((s ax m) 0))) +("quarries" nil (((k w ao) 1) ((r iy z) 0))) +("quarry" nil (((k w ao) 1) ((r iy) 0))) +("quarrying" nil (((k w ao) 1) ((r iy) 0) ((ih ng) 0))) +("quart" nil (((k w ao r t) 1))) +("quartararo" nil (((k w aa r) 0) ((t aa) 0) ((r aa) 1) ((r ow) 0))) +("quarter" nil (((k w ao r) 1) ((t er) 0))) +("quarterback" nil (((k w ao r) 1) ((t er) 0) ((b ae k) 1))) +("quarterbacking" nil (((k w ao r) 1) ((t er) 0) ((b ae) 1) ((k ih ng) 0))) +("quarterbacks" nil (((k w ao r) 1) ((t er) 0) ((b ae k s) 1))) +("quarterdeck" nil (((k w ao r) 1) ((t er) 0) ((d eh k) 1))) +("quarterly" nil (((k w ao r) 1) ((t er) 0) ((l iy) 0))) +("quarterman" nil (((k w ao r) 1) ((t er) 0) ((m ax n) 0))) +("quarters" nil (((k w ao r) 1) ((t er z) 0))) +("quartet" nil (((k w ao r) 0) ((t eh t) 1))) +("quartets" nil (((k w ao r) 0) ((t eh t s) 1))) +("quartile" nil (((k w ao r) 1) ((t ih l) 0))) +("quarto" nil (((k w ao r) 1) ((t ow) 0))) +("quarts" nil (((k w ao r t s) 1))) +("quartz" nil (((k w ao r t s) 1))) +("quasar" nil (((k w ey) 1) ((z aa r) 0))) +("quash" nil (((k w ao sh) 1))) +("quashed" nil (((k w ao sh t) 1))) +("quashing" nil (((k w ao) 1) ((sh ih ng) 0))) +("quasi" nil (((k w aa) 1) ((s iy) 0))) +("quassia" nil (((k w aa) 1) ((sh iy) 0) ((ax) 0))) +("quast" nil (((k w aa s t) 1))) +("quaternary" nil (((k w aa) 1) ((t er) 0) ((n eh) 1) ((r iy) 0))) +("quattlebaum" nil (((k w ao) 1) ((t ax l) 0) ((b aw m) 0))) +("quattro" nil (((k w ao) 1) ((t r ow) 0))) +("quattrocchi" nil (((k w aa) 0) ((t r ow) 1) ((k iy) 0))) +("quattrochi" nil (((k w aa) 0) ((t r ow) 1) ((k iy) 0))) +("quattrone" nil (((k w aa) 0) ((t r ow) 1) ((n iy) 0))) +("quave" nil (((k w ey v) 1))) +("quay" nil (((k iy) 1))) +("quayle" nil (((k w ey l) 1))) +("quazulu" nil (((k w aa) 1) ((z uw) 1) ((l uw) 0))) +("quddus" nil (((k uw) 1) ((d uw s) 1))) +("que" nil (((k y uw) 1))) +("quealy" nil (((k w iy) 1) ((l iy) 0))) +("queasiness" nil (((k w iy) 1) ((z iy) 0) ((n ax s) 0))) +("queasy" nil (((k w iy) 1) ((z iy) 0))) +("queau" nil (((k w ow) 1))) +("quebec" nil (((k w ax) 0) ((b eh k) 1))) +("quebeckers" nil (((k w eh) 1) ((b eh) 1) ((k er z) 0))) +("quebecois" nil (((k w eh) 1) ((b ax) 0) ((s w aa) 1))) +("quebecoise" nil (((k eh) 1) ((b eh) 0) ((k w aa) 1))) +("quebecor" nil (((k w eh) 1) ((b ih) 0) ((k ao r) 0))) +("quebedeaux" nil (((k w eh) 1) ((b ih) 0) ((d ow) 0))) +("quechee" nil (((k w eh) 1) ((ch iy) 0))) +("queen" nil (((k w iy n) 1))) +("queena" nil (((k w iy) 1) ((n ax) 0))) +("queenan" nil (((k w iy) 1) ((n ax n) 0))) +("queener" nil (((k w iy) 1) ((n er) 0))) +("queenfish" nil (((k w iy n) 1) ((f ih sh) 1))) +("queenie" nil (((k w iy) 1) ((n iy) 0))) +("queens" nil (((k w iy n z) 1))) +("queensberry" nil (((k w iy n z) 1) ((b eh) 1) ((r iy) 0))) +("queensland" nil (((k w iy n) 1) ((z l ae n d) 1))) +("queenstown" nil (((k w iy n z) 1) ((t aw n) 0))) +("queensway" nil (((k w iy n) 1) ((z w ey) 1))) +("queer" nil (((k w ih r) 1))) +("queerer" nil (((k w ih) 1) ((r er) 0))) +("quell" nil (((k w eh l) 1))) +("quelled" nil (((k w eh l d) 1))) +("quellette" nil (((k w ih) 0) ((l eh t) 1))) +("quelling" nil (((k w eh) 1) ((l ih ng) 0))) +("quello" nil (((k w eh) 1) ((l ow) 0))) +("quemoy" nil (((k w ih) 0) ((m oy) 1))) +("quenby" nil (((k w eh n) 1) ((b iy) 0))) +("quench" nil (((k w eh n ch) 1))) +("quenching" nil (((k w eh n) 1) ((ch ih ng) 0))) +("quennel" nil (((k w eh) 1) ((n ax l) 0))) +("quenneville" nil (((k w ey) 0) ((n ey) 0) ((v ih l) 1))) +("quentin" nil (((k w eh n) 1) ((t ih n) 0))) +("quenzer" nil (((k w eh n) 1) ((z er) 0))) +("querida" nil (((k w eh) 0) ((r iy) 1) ((d ax) 0))) +("queried" nil (((k w ih) 1) ((r iy d) 0))) +("queries" nil (((k w ih) 1) ((r iy z) 0))) +("querns" nil (((k w er n z) 1))) +("querry" nil (((k w eh) 1) ((r iy) 0))) +("querulous" nil (((k w eh) 1) ((r ax) 0) ((l ax s) 0))) +("query" nil (((k w iy) 1) ((r iy) 0))) +("quesada" nil (((k w ey) 0) ((s aa) 1) ((d ax) 0))) +("quesenberry" nil (((k w iy) 1) ((z ax n) 0) ((b eh) 0) ((r iy) 0))) +("quesinberry" nil (((k w eh) 1) ((s ih n) 0) ((b eh) 0) ((r iy) 0))) +("quesnel" nil (((k w ey) 0) ((s n eh l) 1))) +("quesnell" nil (((k w ey) 0) ((s n ey l) 1))) +("quest" nil (((k w eh s t) 1))) +("questar" nil (((k w eh) 1) ((s t er) 0))) +("questech" nil (((k w eh) 1) ((s t eh k) 1))) +("question" nil (((k w eh s) 1) ((ch ax n) 0))) +("questionable" nil (((k w eh s) 1) ((ch ax) 0) ((n ax) 0) ((b ax l) 0))) +("questioned" nil (((k w eh s) 1) ((ch ax n d) 0))) +("questioner" nil (((k w eh s) 1) ((ch ax) 0) ((n er) 0))) +("questioners" nil (((k w eh s) 1) ((ch ax) 0) ((n er z) 0))) +("questioning" nil (((k w eh s) 1) ((ch ax) 0) ((n ih ng) 0))) +("questionnaire" nil (((k w eh s) 1) ((ch ax) 0) ((n eh r) 1))) +("questionnaires" nil (((k w eh s) 1) ((ch ax) 0) ((n eh r z) 1))) +("questions" nil (((k w eh s) 1) ((ch ax n z) 0))) +("questran" nil (((k w eh) 1) ((s t r ae n) 1))) +("questrom" nil (((k w eh) 1) ((s t r ax m) 0))) +("quests" nil (((k w eh s t s) 1))) +("queue" nil (((k y uw) 1))) +("queues" nil (((k y uw z) 1))) +("queuing" nil (((k y uw) 1) ((ih ng) 0))) +("quevedo" nil (((k w ey) 0) ((v ey) 1) ((d ow) 0))) +("quezada" nil (((k w ey) 0) ((z aa) 1) ((d ax) 0))) +("Quezon" n (((k w eh) 1) ((z ax n) 0))) +("qui" nil (((k w iy) 1))) +("quibble" nil (((k w ih) 1) ((b ax l) 0))) +("quibbles" nil (((k w ih) 1) ((b ax l z) 0))) +("quibbling" nil (((k w ih) 1) ((b ax) 0) ((l ih ng) 0))) +("quiche" nil (((k iy sh) 1))) +("quick" nil (((k w ih k) 1))) +("quickel" nil (((k w ih) 1) ((k ax l) 0))) +("quicken" nil (((k w ih) 1) ((k ax n) 0))) +("quickened" nil (((k w ih) 1) ((k ax n d) 0))) +("quickening" nil (((k w ih) 1) ((k ax) 0) ((n ih ng) 0))) +("quickens" nil (((k w ih) 1) ((k ax n z) 0))) +("quicker" nil (((k w ih) 1) ((k er) 0))) +("quickest" nil (((k w ih) 1) ((k ih s t) 0))) +("quickie" nil (((k w ih) 1) ((k iy) 0))) +("quickly" nil (((k w ih) 1) ((k l iy) 0))) +("quickness" nil (((k w ih k) 1) ((n ax s) 0))) +("quicksand" nil (((k w ih k) 1) ((s ae n d) 1))) +("quicksands" nil (((k w ih k) 1) ((s ae n d z) 1))) +("quicksilver" nil (((k w ih k) 1) ((s ih l) 1) ((v er) 0))) +("quicktime" nil (((k w ih k) 1) ((t ay m) 1))) +("quid" nil (((k w ih d) 1))) +("quiescent" nil (((k w ay) 0) ((eh) 1) ((s ax n t) 0))) +("quiet" nil (((k w ay) 1) ((ax t) 0))) +("quieted" nil (((k w ay) 1) ((ax) 0) ((t ax d) 0))) +("quieter" nil (((k w ay) 1) ((ax) 0) ((t er) 0))) +("quietest" nil (((k w ay) 1) ((ax) 0) ((t ax s t) 0))) +("quieting" nil (((k w ay) 1) ((ax) 0) ((t ih ng) 0))) +("quietist" nil (((k w ay) 1) ((ax) 0) ((t ax s t) 0))) +("quietly" nil (((k w ay) 1) ((ax t) 0) ((l iy) 0))) +("quietness" nil (((k w ay) 1) ((ax t) 0) ((n ax s) 0))) +("quiett" nil (((k w iy t) 1))) +("quigg" nil (((k w ih g) 1))) +("quiggle" nil (((k w ih) 1) ((g ax l) 0))) +("quigley" nil (((k w ih) 1) ((g l iy) 0))) +("quijada" nil (((k w iy) 0) ((y aa) 1) ((d ax) 0))) +("quijano" nil (((k w iy) 0) ((y aa) 1) ((n ow) 0))) +("quik" nil (((k w ih k) 1))) +("quiksilver" nil (((k w ih k) 1) ((s ih l) 1) ((v er) 0))) +("quilali" nil (((k w ih) 0) ((l aa) 1) ((l iy) 0))) +("quiles" nil (((k w iy) 1) ((l eh s) 0))) +("quilici" nil (((k w iy) 0) ((l iy) 1) ((ch iy) 0))) +("quill" nil (((k w ih l) 1))) +("quillan" nil (((k w ih) 1) ((l ax n) 0))) +("quillen" nil (((k w ih) 1) ((l ax n) 0))) +("quillian" nil (((k w ih) 1) ((l y ax n) 0))) +("quillin" nil (((k w ih) 1) ((l ih n) 0))) +("quilling" nil (((k w ih) 1) ((l ih ng) 0))) +("quillman" nil (((k w iy l) 0) ((m ae n) 1))) +("quillon" nil (((k w ih) 1) ((l ax n) 0))) +("quilmes" nil (((k w ih l m z) 1))) +("quilt" nil (((k w ih l t) 1))) +("quilted" nil (((k w ih l) 1) ((t ih d) 0))) +("quilter" nil (((k w ih l) 1) ((t er) 0))) +("quilters" nil (((k w ih l) 1) ((t er z) 0))) +("quilting" nil (((k w ih l) 1) ((t ih ng) 0))) +("quilts" nil (((k w ih l t s) 1))) +("quilty" nil (((k w ih l) 1) ((t iy) 0))) +("quimby" nil (((k w ih m) 1) ((b iy) 0))) +("quin" nil (((k w ih n) 1))) +("quina" nil (((k w iy) 1) ((n ax) 0))) +("quinby" nil (((k w ih n) 1) ((b iy) 0))) +("quince" nil (((k w ih n s) 1))) +("quincy" nil (((k w ih n) 1) ((s iy) 0))) +("quindlen" nil (((k w ih n d) 1) ((l ax n) 0))) +("quine" nil (((k w ay n) 1))) +("quinine" nil (((k w ay) 1) ((n ay n) 1))) +("quinlan" nil (((k w ih n) 1) ((l ax n) 0))) +("quinley" nil (((k w ih n) 1) ((l iy) 0))) +("quinlin" nil (((k w ih n) 1) ((l ih n) 0))) +("quinlivan" nil (((k w ih n) 1) ((l ih) 0) ((v ax n) 0))) +("quinn" nil (((k w ih n) 1))) +("quinnell" nil (((k w ih) 1) ((n ax l) 0))) +("quinney" nil (((k w ih) 1) ((n iy) 0))) +("quinobequin" nil (((k w ih) 1) ((n ow) 1) ((b ih) 0) ((k w ih n) 0))) +("quinoco" nil (((k w ih) 0) ((n ow) 1) ((k ow) 0))) +("quinon" nil (((k w ih) 1) ((n ax n) 0))) +("quinones" nil (((k w ih) 0) ((n ow n z) 1))) +("quinonez" nil (((k w iy) 0) ((n ow) 1) ((n eh z) 0))) +("quint" nil (((k w ih n t) 1))) +("quinta" nil (((k w ih n) 1) ((t ax) 0))) +("quintal" nil (((k w ih n) 1) ((t ax l) 0))) +("quintana" nil (((k w iy n) 0) ((t ae) 1) ((n ax) 0))) +("quintanar" nil (((k w ih n) 1) ((t ax) 0) ((n er) 0))) +("quintanilla" nil (((k w ih n) 1) ((t ax) 0) ((n ih) 1) ((l ax) 0))) +("quintela" nil (((k w iy n) 0) ((t ey) 1) ((l ax) 0))) +("quinter" nil (((k w ih n) 1) ((t er) 0))) +("quintero" nil (((k w iy n) 0) ((t eh) 1) ((r ow) 0))) +("quinteros" nil (((k w iy n) 0) ((t eh) 1) ((r ow z) 0))) +("quintessence" nil (((k w ih n) 0) ((t eh) 1) ((s ax n s) 0))) +("quintessential" nil (((k w ih n) 1) ((t ih) 0) ((s eh n) 1) ((sh ax l) 0))) +("quintessentially" nil (((k w ih n) 1) ((t ax) 0) ((s eh n) 1) ((ch ax) 0) ((l iy) 0))) +("quintet" nil (((k w ih n) 0) ((t eh t) 1))) +("quintile" nil (((k w ih n) 1) ((t ih l) 0))) +("quintin" nil (((k w ih n) 1) ((t ih n) 0))) +("quintina" nil (((k w iy n) 0) ((t iy) 1) ((n ax) 0))) +("quinto" nil (((k w ih n) 1) ((t ow) 0))) +("quinton" nil (((k w ih n) 0) ((t ao n) 1))) +("quints" nil (((k w ih n t s) 1))) +("quintuple" nil (((k w ih n) 1) ((t uw) 0) ((p ax l) 0))) +("quintupled" nil (((k w ih n) 0) ((t y uw) 1) ((p ax l d) 0))) +("quip" nil (((k w ih p) 1))) +("quipp" nil (((k w ih p) 1))) +("quipped" nil (((k w ih p t) 1))) +("quips" nil (((k w ih p s) 1))) +("quiram" nil (((k w ao) 1) ((r ax m) 0))) +("quire" nil (((k w ay r) 1))) +("quirin" nil (((k w ih) 1) ((r ih n) 0))) +("quiring" nil (((k w ay) 1) ((r ih ng) 0))) +("quirion" nil (((k w ih) 1) ((r iy) 0) ((ax n) 0))) +("quirk" nil (((k w er k) 1))) +("quirke" nil (((k w er k) 1))) +("quirks" nil (((k w er k s) 1))) +("quirky" nil (((k w er) 1) ((k iy) 0))) +("quiroga" nil (((k w ih) 0) ((r ow) 1) ((g ax) 0))) +("quiros" nil (((k w ih) 1) ((r ow z) 0))) +("quiroz" nil (((k w ih) 1) ((r ow z) 0))) +("quisenberry" nil (((k w ay) 1) ((z ax n) 0) ((b eh) 0) ((r iy) 0))) +("quisling" nil (((k w ih) 1) ((z l ih ng) 0))) +("quist" nil (((k w ih s t) 1))) +("quit" nil (((k w ih t) 1))) +("quite" nil (((k w ay t) 1))) +("quito" nil (((k w iy) 1) ((t ow) 0))) +("quits" nil (((k w ih t s) 1))) +("quitter" nil (((k w ih) 1) ((t er) 0))) +("quitters" nil (((k w ih) 1) ((t er z) 0))) +("quitting" nil (((k w ih) 1) ((t ih ng) 0))) +("quiver" nil (((k w ih) 1) ((v er) 0))) +("quivering" nil (((k w ih) 1) ((v er) 0) ((ih ng) 0))) +("quixote" nil (((k iy) 0) ((hh ow) 1) ((t iy) 0))) +("quixotic" nil (((k w ih k) 0) ((s aa) 1) ((t ih k) 0))) +("quiz" nil (((k w ih z) 1))) +("quizzed" nil (((k w ih z d) 1))) +("quizzes" nil (((k w ih) 1) ((z ih z) 0))) +("qujing" nil (((ch y uw) 1) ((jh iy ng) 1))) +("quo" nil (((k w ow) 1))) +("quon" nil (((k w aa n) 1))) +("quorum" nil (((k w ao) 1) ((r ax m) 0))) +("quorums" nil (((k w ao) 1) ((r ax m z) 0))) +("quota" nil (((k w ow) 1) ((t ax) 0))) +("quotable" nil (((k w ow) 1) ((t ax) 0) ((b ax l) 0))) +("quotas" nil (((k w ow) 1) ((t ax z) 0))) +("quotation" nil (((k w ow) 0) ((t ey) 1) ((sh ax n) 0))) +("quotations" nil (((k w ow) 0) ((t ey) 1) ((sh ax n z) 0))) +("quote" nil (((k w ow t) 1))) +("quoted" nil (((k w ow) 1) ((t ax d) 0))) +("quotes" nil (((k w ow t s) 1))) +("quotient" nil (((k w ow) 1) ((sh ax n t) 0))) +("quoting" nil (((k w ow) 1) ((t ih ng) 0))) +("quotron" nil (((k w aa) 1) ((t r ax n) 0))) +("qureshey" nil (((k uh) 0) ((r ey) 1) ((sh ey) 0))) +("qureshi" nil (((k uh) 0) ((r ey) 1) ((sh iy) 0))) +("qutang" nil (((ch y uw) 1) ((t aa ng) 1))) +("quzhou" nil (((ch y uw) 1) ((jh ow) 1))) +("qvan" nil (((ch w aa n) 1))) +("qve" nil (((ch y uh) 2) ((eh) 1))) +("r" nil (((aa r) 1))) +("raab" nil (((r aa b) 1))) +("raabe" nil (((r aa b) 1))) +("raad" nil (((r aa d) 1))) +("raap" nil (((r aa p) 1))) +("raasch" nil (((r aa sh) 1))) +("raatz" nil (((r aa t s) 1))) +("rab" nil (((r ae b) 1))) +("rabago" nil (((r aa) 0) ((b aa) 1) ((g ow) 0))) +("rabalais" nil (((r ae) 1) ((b ax) 0) ((l ey) 1))) +("rabb" nil (((r ae b) 1))) +("rabbi" nil (((r ae) 1) ((b ay) 1))) +("rabbinical" nil (((r ax) 0) ((b ih) 1) ((n ih) 0) ((k ax l) 0))) +("rabbis" nil (((r ae) 1) ((b ay z) 1))) +("rabbit" nil (((r ae) 1) ((b ax t) 0))) +("rabbitlike" nil (((r ae) 1) ((b ax t) 0) ((l ay k) 1))) +("rabbits" nil (((r ae) 1) ((b ax t s) 0))) +("rabbitt" nil (((r ae) 1) ((b ih t) 0))) +("rabble" nil (((r ae) 1) ((b ax l) 0))) +("rabe" nil (((r ey b) 1))) +("rabel" nil (((r ae) 1) ((b ax l) 0))) +("raben" nil (((r ae) 1) ((b ax n) 0))) +("rabenold" nil (((r ae) 1) ((b ih) 0) ((n ow l d) 1))) +("raber" nil (((r ey) 1) ((b er) 0))) +("rabey" nil (((r ey) 1) ((b iy) 0))) +("rabi" nil (((r aa) 1) ((b iy) 0))) +("rabid" nil (((r ae) 1) ((b ih d) 0))) +("rabideau" nil (((r ae) 1) ((b ih) 0) ((d ow) 1))) +("rabies" nil (((r ey) 1) ((b iy z) 0))) +("rabin" nil (((r aa) 1) ((b iy n) 1))) +("rabine" nil (((r ax) 0) ((b iy n) 1))) +("rabiner" nil (((r ax) 0) ((b iy) 1) ((n er) 0))) +("rabinovich" nil (((r ax) 0) ((b ih) 1) ((n ax) 0) ((v ih ch) 0))) +("rabinovitz" nil (((r ax) 0) ((b ih) 1) ((n ax) 0) ((v ih t s) 0))) +("rabinowitz" nil (((r ax) 0) ((b ih) 1) ((n ax) 0) ((w ih t s) 0))) +("rabkin" nil (((r ae b) 1) ((k ih n) 0))) +("rabobank" nil (((r aa) 1) ((b ow) 0) ((b ae ng k) 1))) +("raboin" nil (((r ax) 0) ((b oy n) 1))) +("rabold" nil (((r ae) 1) ((b ow l d) 0))) +("rabon" nil (((r aa) 0) ((b ao n) 1))) +("raborn" nil (((r ae) 1) ((b er n) 0))) +("rabourn" nil (((r ax) 0) ((b uh r n) 1))) +("raboy" nil (((r ae) 1) ((b oy) 0))) +("rabuck" nil (((r ae) 1) ((b ax k) 0))) +("rabuka" nil (((r ax) 0) ((b uw) 1) ((k ax) 0))) +("rabun" nil (((r ae) 1) ((b ax n) 0))) +("raburn" nil (((r ae) 1) ((b er n) 0))) +("raby" nil (((r ey) 1) ((b iy) 0))) +("racal" nil (((r ae) 1) ((k ax l) 0))) +("racamier" nil (((r ae) 1) ((k ax) 0) ((m ay r) 1))) +("racanelli" nil (((r aa) 0) ((k aa) 0) ((n eh) 1) ((l iy) 0))) +("racca" nil (((r ae) 1) ((k ax) 0))) +("raccoon" nil (((r ae) 0) ((k uw n) 1))) +("raccoons" nil (((r ae) 0) ((k uw n z) 1))) +("race" nil (((r ey s) 1))) +("raced" nil (((r ey s t) 1))) +("racehorse" nil (((r ey s) 1) ((hh ao r s) 1))) +("racehorses" nil (((r ae s) 1) ((hh ao r) 1) ((s ih z) 0))) +("racemes" nil (((r ey) 0) ((s iy m z) 1))) +("racer" nil (((r ey) 1) ((s er) 0))) +("racers" nil (((r ey) 1) ((s er z) 0))) +("races" nil (((r ey) 1) ((s ax z) 0))) +("racetrack" nil (((r ey) 1) ((s t r ae k) 1))) +("racetracks" nil (((r ey) 1) ((s t r ae k s) 1))) +("racette" nil (((r ax) 0) ((s eh t) 1))) +("raceway" nil (((r ey) 1) ((s w ey) 1))) +("racey" nil (((r ey) 1) ((s iy) 0))) +("rach" nil (((r ae ch) 1))) +("rachad" nil (((r ax) 0) ((sh aa d) 1))) +("rachal" nil (((r ae) 1) ((k ax l) 0))) +("rachel" nil (((r ey) 1) ((ch ax l) 0))) +("rachelle" nil (((r ax) 0) ((sh eh l) 1))) +("rachels" nil (((r ey) 1) ((ch ih l z) 0))) +("rachford" nil (((r ae ch) 1) ((f er d) 0))) +("rachlin" nil (((r ae) 1) ((k l ih n) 0))) +("rachmaninoff" nil (((r ae k) 0) ((m ae) 1) ((n ih) 0) ((n ao f) 0))) +("racial" nil (((r ey) 1) ((sh ax l) 0))) +("racialism" nil (((r ey) 1) ((sh ax) 0) ((l ih) 1) ((z ax m) 0))) +("racially" nil (((r ey) 1) ((sh ax) 0) ((l iy) 0))) +("racicot" nil (((r ae) 1) ((s ih) 0) ((k aa t) 0))) +("racine" nil (((r ax) 0) ((s iy n) 1))) +("raciness" nil (((r ey) 1) ((s iy) 0) ((n ax s) 0))) +("racing" nil (((r ey) 1) ((s ih ng) 0))) +("racioppi" nil (((r aa) 0) ((ch ow) 1) ((p iy) 0))) +("racism" nil (((r ey) 1) ((s ih) 2) ((z ax m) 0))) +("racist" nil (((r ey) 1) ((s ih s t) 0))) +("racists" nil (((r ey) 1) ((s ih s t s) 0))) +("rack" nil (((r ae k) 1))) +("racked" nil (((r ae k t) 1))) +("rackers" nil (((r ae) 1) ((k er z) 0))) +("racket" nil (((r ae) 1) ((k ih t) 0))) +("racketeer" nil (((r ae) 1) ((k ih) 0) ((t ih r) 1))) +("racketeering" nil (((r ae) 1) ((k ih) 0) ((t ih) 1) ((r ih ng) 0))) +("racketeers" nil (((r ae) 1) ((k ax) 0) ((t ih r z) 1))) +("rackets" nil (((r ae) 1) ((k ax t s) 0))) +("racking" nil (((r ae) 1) ((k ih ng) 0))) +("rackley" nil (((r ae) 1) ((k l iy) 0))) +("rackliff" nil (((r ae) 1) ((k l ih f) 0))) +("rackliffe" nil (((r ae) 1) ((k l ih f) 0))) +("rackmil" nil (((r ae k) 1) ((m ih l) 0))) +("rackow" nil (((r aa) 1) ((s k ow) 0))) +("racks" nil (((r ae k s) 1))) +("raconteur" nil (((r ae) 1) ((k aa n) 0) ((t uw r) 1))) +("racquet" nil (((r ae) 1) ((k ih t) 0))) +("racquetball" nil (((r ae) 1) ((k ax t) 0) ((b ao l) 1))) +("racquets" nil (((r ae) 1) ((k ih t s) 0))) +("racy" nil (((r ey) 1) ((s iy) 0))) +("racz" nil (((r aa ch) 1))) +("raczka" nil (((r aa ch) 1) ((k ax) 0))) +("raczkowski" nil (((r ax ch) 0) ((k ao f) 1) ((s k iy) 0))) +("raczynski" nil (((r ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("rad" nil (((r ae d) 1))) +("rada" nil (((r aa) 1) ((d ax) 0))) +("radabaugh" nil (((r ae) 1) ((d ax) 0) ((b ao) 0))) +("radakovich" nil (((r ax) 0) ((d ae) 1) ((k ax) 0) ((v ih ch) 0))) +("radant" nil (((r aa) 1) ((d ax n t) 0))) +("radar" nil (((r ey) 1) ((d aa r) 1))) +("radars" nil (((r ey) 1) ((d aa r z) 1))) +("radatz" nil (((r ae) 1) ((d ax t s) 0))) +("radbert" nil (((r ae d) 1) ((b er t) 0))) +("radborne" nil (((r ax d) 0) ((b ao r n) 1))) +("radbourn" nil (((r ax d) 0) ((b uh r n) 1))) +("radbourne" nil (((r ax d) 0) ((b uh r n) 1))) +("radburn" nil (((r ae d) 1) ((b er n) 0))) +("radcliff" nil (((r ae d) 1) ((k l ih f) 0))) +("radcliffe" nil (((r ae d) 1) ((k l ih f) 0))) +("raddatz" nil (((r ae) 1) ((d ax t s) 0))) +("radde" nil (((r ae d) 1))) +("radder" nil (((r ae) 1) ((d er) 0))) +("radebaugh" nil (((r ae) 1) ((d ih) 0) ((b ao) 0))) +("radecki" nil (((r ax) 0) ((d eh) 1) ((k iy) 0))) +("radel" nil (((r ae) 1) ((d ax l) 0))) +("radell" nil (((r aa) 0) ((d ey l) 1))) +("radella" nil (((r ax) 0) ((d eh) 1) ((l ax) 0))) +("rademacher" nil (((r ae) 1) ((d ih) 0) ((m ax) 0) ((k er) 0))) +("rademaker" nil (((r ey d) 1) ((m ey) 0) ((k er) 0))) +("raden" nil (((r ey) 1) ((d ax n) 0))) +("rader" nil (((r ey) 1) ((d er) 0))) +("radermacher" nil (((r ae) 1) ((d er) 0) ((m ax) 0) ((k er) 0))) +("radford" nil (((r ae d) 1) ((f er d) 0))) +("radha" nil (((r aa) 1) ((d ax) 0))) +("radi" nil (((r aa) 1) ((d iy) 0))) +("radial" nil (((r ey) 1) ((d iy) 0) ((ax l) 0))) +("radially" nil (((r ey) 1) ((d iy) 0) ((ax) 0) ((l iy) 0))) +("radials" nil (((r ey) 1) ((d iy) 0) ((ax l z) 0))) +("radiance" n (((r ey) 1) ((d y ax n s) 0))) +("radiant" nil (((r ey) 1) ((d iy) 0) ((ax n t) 0))) +("radiate" nil (((r ey) 1) ((d iy) 0) ((ax t) 0))) +("radiated" nil (((r ey) 1) ((d iy) 0) ((ey) 1) ((t ax d) 0))) +("radiates" nil (((r ey) 1) ((d iy) 0) ((ey t s) 1))) +("radiating" nil (((r ey) 1) ((d iy) 0) ((ey) 1) ((t ih ng) 0))) +("radiation" nil (((r ey) 1) ((d iy) 0) ((ey) 1) ((sh ax n) 0))) +("radiator" nil (((r ey) 1) ((d iy) 0) ((ey) 1) ((t er) 0))) +("radiators" nil (((r ey) 1) ((d iy) 0) ((ey) 1) ((t er z) 0))) +("radical" nil (((r ae) 1) ((d ax) 0) ((k ax l) 0))) +("radicalism" nil (((r ae) 1) ((d ih) 0) ((k ax) 0) ((l ih) 1) ((z ax m) 0))) +("radicalization" nil (((r ae) 1) ((d ih) 0) ((k ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("radicalized" nil (((r ae) 1) ((d ax) 0) ((k ax) 0) ((l ay z d) 1))) +("radically" nil (((r ae) 1) ((d ih) 0) ((k l iy) 0))) +("radicals" nil (((r ae) 1) ((d ax) 0) ((k ax l z) 0))) +("radicchio" n (((r ax) 0) ((d ih) 1) ((k iy) 0) ((ow) 0))) +("radice" nil (((r ae) 1) ((d ih s) 0))) +("radich" nil (((r ae) 1) ((d ih k) 0))) +("radick" nil (((r ae) 1) ((d ih k) 0))) +("radin" nil (((r ae) 1) ((d ih n) 0))) +("radinka" nil (((r ax) 0) ((d ih ng) 1) ((k ax) 0))) +("radio" nil (((r ey) 1) ((d iy) 0) ((ow) 1))) +("radioactive" nil (((r ey) 1) ((d iy) 0) ((ow) 0) ((ae k) 1) ((t ih v) 0))) +("radioactivity" nil (((r ey) 1) ((d iy) 0) ((ow) 0) ((ae k) 0) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("radioed" nil (((r ey) 1) ((d iy) 0) ((ow d) 1))) +("radiography" nil (((r ey) 1) ((d iy) 0) ((aa) 1) ((g r ax) 0) ((f iy) 0))) +("radiological" nil (((r ey) 1) ((d iy) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("radiologist" nil (((r ey) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("radiologists" nil (((r ey) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("radiology" nil (((r ey) 1) ((d iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("radios" nil (((r ey) 1) ((d iy) 0) ((ow z) 1))) +("radish" nil (((r ae) 1) ((d ih sh) 0))) +("radishes" nil (((r ae) 1) ((d ih) 0) ((sh ih z) 0))) +("radisson" nil (((r ae) 1) ((d ax) 0) ((s ax n) 0))) +("radium" nil (((r ey) 1) ((d iy) 0) ((ax m) 0))) +("radius" nil (((r ey) 1) ((d iy) 0) ((ax s) 0))) +("radke" nil (((r ey d) 1) ((k iy) 0))) +("radle" nil (((r ey) 1) ((d ax l) 0))) +("radler" nil (((r ey) 1) ((d ax) 0) ((l er) 0))) +("radley" nil (((r ae d) 1) ((l iy) 0))) +("radliff" nil (((r ae d) 1) ((l ih f) 0))) +("radloff" nil (((r ae d) 1) ((l ao f) 0))) +("radman" nil (((r ae d) 1) ((m ax n) 0))) +("radmilla" nil (((r ae d) 1) ((m ih) 1) ((l ax) 0))) +("radmund" nil (((r ae d) 1) ((m ax n d) 0))) +("radney" nil (((r ae d) 1) ((n iy) 0))) +("radnor" nil (((r ae d) 1) ((n er) 0))) +("rado" nil (((r aa) 1) ((d ow) 0))) +("radolf" nil (((r ae) 1) ((d ow l f) 0))) +("radomski" nil (((r ax) 0) ((d aa m) 1) ((s k iy) 0))) +("radon" nil (((r ey) 1) ((d aa n) 1))) +("rados" nil (((r aa) 1) ((d ow z) 0))) +("radosevich" nil (((r ax) 0) ((d aa) 1) ((s ih) 0) ((v ih ch) 0))) +("radosh" nil (((r ax) 0) ((d ao sh) 1))) +("radovan" nil (((r aa) 1) ((d ow) 1) ((v aa n) 1))) +("radowski" nil (((r ax) 0) ((d ow) 1) ((s k iy) 0))) +("radtke" nil (((r ae d) 1) ((k iy) 0))) +("radu" nil (((r aa) 1) ((d uw) 0))) +("radwan" nil (((r ae) 1) ((d w ax n) 0))) +("rady" nil (((r ey) 1) ((d iy) 0))) +("radziewicz" nil (((r aa) 1) ((jh ax) 0) ((v ih ch) 0))) +("radzik" nil (((r ae d) 1) ((z ih k) 0))) +("rae" nil (((r ey) 1))) +("raeburn" nil (((r ey) 1) ((b er n) 0))) +("raeder" nil (((r eh) 1) ((d er) 0))) +("rael" nil (((r ey l) 1))) +("raether" nil (((r eh) 1) ((dh er) 0))) +("raetz" nil (((r iy t s) 1))) +("raf" nil (((r ae f) 1))) +("rafael" nil (((r aa) 1) ((f ay) 0) ((eh l) 1))) +("rafale" nil (((r ax) 0) ((f ey l) 1))) +("rafalski" nil (((r ax) 0) ((f aa l) 1) ((s k iy) 0))) +("rafe" nil (((r ey f) 1))) +("rafelghem" nil (((r ax) 0) ((f eh l) 1) ((g ax m) 0))) +("raff" nil (((r ae f) 1))) +("raffa" nil (((r ae) 1) ((f ax) 0))) +("raffaele" nil (((r aa) 0) ((f ay) 0) ((eh) 1) ((l ey) 0))) +("raffaelli" nil (((r aa) 0) ((f aa) 0) ((eh) 1) ((l iy) 0))) +("raffel" nil (((r ae) 1) ((f ax l) 0))) +("raffensperger" nil (((r ae) 1) ((f ih n) 0) ((s p er) 0) ((g er) 0))) +("rafferty" nil (((r ae) 1) ((f er) 0) ((t iy) 0))) +("raffetto" nil (((r aa) 0) ((f eh) 1) ((t ow) 0))) +("raffety" nil (((r ae f) 1) ((t iy) 0))) +("raffi" nil (((r ae) 1) ((f iy) 0))) +("raffield" nil (((r ae) 1) ((f iy l d) 1))) +("raffish" nil (((r ae) 1) ((f ih sh) 0))) +("raffle" nil (((r ae) 1) ((f ax l) 0))) +("raffles" nil (((r ae) 1) ((f ax l z) 0))) +("raffo" nil (((r ae) 1) ((f ow) 0))) +("rafi" nil (((r ae) 1) ((f iy) 0))) +("rafsanjani" nil (((r ae f) 1) ((s ax n) 0) ((jh aa) 1) ((n iy) 0))) +("raft" nil (((r ae f t) 1))) +("rafted" nil (((r ae f) 1) ((t ax d) 0))) +("rafter" nil (((r ae f) 1) ((t er) 0))) +("rafters" nil (((r ae f) 1) ((t er z) 0))) +("raftery" nil (((r ae f) 1) ((t er) 0) ((iy) 0))) +("rafting" nil (((r ae f) 1) ((t ih ng) 0))) +("rafts" nil (((r ae f t s) 1))) +("rafuse" nil (((r aa) 0) ((f uw) 1) ((s iy) 0))) +("rag" nil (((r ae g) 1))) +("ragain" nil (((r ae) 1) ((g ax n) 0))) +("ragan" nil (((r ey) 1) ((g ax n) 0))) +("ragas" nil (((r aa) 1) ((g ax z) 0))) +("ragavan" nil (((r aa) 1) ((g ax) 0) ((v aa n) 1))) +("rage" nil (((r ey jh) 1))) +("raged" nil (((r ey jh d) 1))) +("ragen" nil (((r ae) 1) ((g ax n) 0))) +("rager" nil (((r ey) 1) ((g er) 0))) +("rages" nil (((r ey) 1) ((jh ih z) 0))) +("ragged" nil (((r ae) 1) ((g ax d) 0))) +("raggedy" nil (((r ae) 1) ((g ax) 0) ((d iy) 0))) +("raggio" nil (((r aa) 1) ((jh iy) 0) ((ow) 0))) +("ragin" nil (((r ae) 1) ((jh ih n) 0))) +("raging" nil (((r ey) 1) ((jh ih ng) 0))) +("ragland" nil (((r ae) 1) ((g l ax n d) 0))) +("ragle" nil (((r ey) 1) ((g ax l) 0))) +("raglin" nil (((r ae) 1) ((g l ih n) 0))) +("ragmen" nil (((r ae g) 1) ((m ax n) 0))) +("rago" nil (((r aa) 1) ((g ow) 0))) +("ragon" nil (((r aa) 0) ((g ao n) 1))) +("ragona" nil (((r aa) 0) ((g ow) 1) ((n ax) 0))) +("ragone" nil (((r aa) 0) ((g ow) 1) ((n iy) 0))) +("ragonese" nil (((r aa) 0) ((g ow) 0) ((n ey) 1) ((z iy) 0))) +("rags" nil (((r ae g z) 1))) +("ragsdale" nil (((r ae g z) 1) ((d ey l) 1))) +("ragtag" nil (((r ae g) 1) ((t ae g) 1))) +("ragtime" nil (((r ae g) 1) ((t ay m) 1))) +("ragu" nil (((r ae) 0) ((g uw) 1))) +("ragucci" nil (((r aa) 0) ((g uw) 1) ((ch iy) 0))) +("ragunathan" nil (((r aa) 0) ((g uw) 1) ((n ax) 0) ((th aa n) 0))) +("ragusa" nil (((r aa) 0) ((g uw) 1) ((s ax) 0))) +("ragweed" nil (((r ae) 1) ((g w iy d) 1))) +("rah" nil (((r aa) 1))) +("rahe" nil (((r ey) 1) ((hh iy) 0))) +("raheem" nil (((r ax) 0) ((hh iy m) 1))) +("rahill" nil (((r aa) 1) ((hh ih l) 0))) +("rahilly" nil (((r ae) 1) ((hh ax) 0) ((l iy) 0))) +("rahim" nil (((r ax) 0) ((hh iy m) 1))) +("rahl" nil (((r aa l) 1))) +("rahm" nil (((r ae m) 1))) +("rahman" nil (((r aa) 1) ((m ax n) 0))) +("rahming" nil (((r aa) 1) ((m ih ng) 0))) +("rahn" nil (((r ae n) 1))) +("rahrig" nil (((r ae) 1) ((r ih g) 0))) +("rahul" nil (((r ax) 0) ((hh uw l) 1))) +("rahway" nil (((r aa) 1) ((w ey) 1))) +("rai" nil (((r aa) 1) ((iy) 0))) +("raia" nil (((r aa) 1) ((y ax) 0))) +("raible" nil (((r ey) 1) ((b ax l) 0))) +("raiche" nil (((r ey ch) 1))) +("raid" nil (((r ey d) 1))) +("raided" nil (((r ey) 1) ((d ih d) 0))) +("raider" nil (((r ey) 1) ((d er) 0))) +("raiders" nil (((r ey) 1) ((d er z) 0))) +("raiding" nil (((r ey) 1) ((d ih ng) 0))) +("raids" nil (((r ey d z) 1))) +("raiff" nil (((r ey f) 1))) +("raiford" nil (((r ey) 1) ((f er d) 0))) +("raikes" nil (((r ey k s) 1))) +("rail" nil (((r ey l) 1))) +("railbike" nil (((r ey l) 1) ((b ay k) 1))) +("railbikers" nil (((r ey l) 1) ((b ih) 0) ((k er z) 0))) +("railcar" nil (((r ey l) 1) ((k aa r) 1))) +("railcars" nil (((r ey l) 1) ((k aa r z) 1))) +("raile" nil (((r ey l) 1))) +("railed" nil (((r ey l d) 1))) +("railey" nil (((r ey) 1) ((l iy) 0))) +("railing" nil (((r ey) 1) ((l ih ng) 0))) +("railings" nil (((r ey) 1) ((l ih ng z) 0))) +("railroad" nil (((r ey l) 1) ((r ow d) 1))) +("railroaded" nil (((r ey l) 1) ((r ow) 1) ((d ih d) 0))) +("railroading" nil (((r ey l) 1) ((r ow) 1) ((d ih ng) 0))) +("railroads" nil (((r ey l) 1) ((r ow d z) 1))) +("rails" nil (((r ey l z) 1))) +("railsback" nil (((r ey l z) 1) ((b ae k) 1))) +("railtex" nil (((r ey l) 1) ((t eh k s) 1))) +("railway" nil (((r ey l) 1) ((w ey) 1))) +("railways" nil (((r ey l) 1) ((w ey z) 1))) +("raimer" nil (((r ey) 1) ((m er) 0))) +("raimo" nil (((r ey) 1) ((m ow) 0))) +("raimond" nil (((r ey) 1) ((m ax n d) 0))) +("raimondi" nil (((r ax) 0) ((m ow n) 1) ((d iy) 0))) +("raimondo" nil (((r ey) 1) ((m aa n) 1) ((d ow) 0))) +("rain" nil (((r ey n) 1))) +("raina" nil (((r ey) 1) ((n ax) 0))) +("rainbolt" nil (((r ey n) 1) ((b ow l t) 1))) +("rainbow" nil (((r ey n) 1) ((b ow) 1))) +("rainbows" nil (((r ey n) 1) ((b ow z) 1))) +("raincoat" nil (((r ey n) 1) ((k ow t) 1))) +("raincoats" nil (((r ey n) 1) ((k ow t s) 1))) +("raindancer" nil (((r ey n) 1) ((d ae n) 1) ((s er) 0))) +("raindrops" nil (((r ey n) 1) ((d r aa p s) 1))) +("raine" nil (((r ey n) 1))) +("rained" nil (((r ey n d) 1))) +("rainer" nil (((r ey) 1) ((n er) 0))) +("raineri" nil (((r ax) 0) ((n eh) 1) ((r iy) 0))) +("raines" nil (((r ey n z) 1))) +("rainey" nil (((r ey) 1) ((n iy) 0))) +("rainfall" nil (((r ey n) 1) ((f ao l) 1))) +("rainford" nil (((r ey n) 1) ((f er d) 0))) +("rainforest" nil (((r ey n) 1) ((f ao) 1) ((r ax s t) 0))) +("rainforests" nil (((r ey n) 1) ((f ao) 1) ((r ax s t s) 0))) +("rainger" nil (((r aa) 1) ((ih ng) 0) ((er) 0))) +("rainier" nil (((r ey) 0) ((n ih r) 1))) +("rainiest" nil (((r ey) 1) ((n iy) 0) ((ax s t) 0))) +("raining" nil (((r ey) 1) ((n ih ng) 0))) +("rainmaker" nil (((r ey n) 1) ((m ey) 1) ((k er) 0))) +("rainman" nil (((r ey n) 1) ((m ax n) 0))) +("rainone" nil (((r ey) 1) ((n ow n) 1))) +("rains" nil (((r ey n z) 1))) +("rainstorm" nil (((r ey n) 1) ((s t ao r m) 1))) +("rainville" nil (((r ey n) 1) ((v ih l) 1))) +("rainwater" nil (((r ey n) 1) ((w ao) 1) ((t er) 0))) +("rainy" nil (((r ey) 1) ((n iy) 0))) +("raisa" nil (((r ey) 1) ((s ax) 0))) +("raisanen" nil (((r ay) 1) ((s ax) 0) ((n ax n) 0))) +("raisbeck" nil (((r ey z) 1) ((b eh k) 1))) +("raisch" nil (((r ay sh) 1))) +("raise" nil (((r ey z) 1))) +("raised" nil (((r ey z d) 1))) +("raiser" nil (((r ey) 1) ((z er) 0))) +("raisers" nil (((r ey) 1) ((z er z) 0))) +("raises" nil (((r ey) 1) ((z ax z) 0))) +("raisin" nil (((r ey) 1) ((z ih n) 0))) +("raising" nil (((r ey) 1) ((z ih ng) 0))) +("raisins" nil (((r ey) 1) ((z ax n z) 0))) +("raisler" nil (((r ey) 1) ((z l er) 0))) +("raison" nil (((r ey) 1) ((s aa n) 0))) +("raisor" nil (((r ey) 1) ((z er) 0))) +("raissa" nil (((r ey) 1) ((s ax) 0))) +("raith" nil (((r ey th) 1))) +("raithel" nil (((r ey) 1) ((th ax l) 0))) +("raitt" nil (((r ey t) 1))) +("raj" nil (((r aa zh) 1))) +("rajala" nil (((r aa) 0) ((y aa) 1) ((l ax) 0))) +("rajaratnam" nil (((r aa) 0) ((jh er) 0) ((aa t) 1) ((n aa m) 0))) +("rajewski" nil (((r ay) 0) ((eh f) 1) ((s k iy) 0))) +("rajiv" nil (((r aa) 0) ((jh iy v) 1))) +("rajkumar" nil (((r aa zh) 1) ((k uw) 0) ((m aa r) 1))) +("raju" nil (((r aa) 1) ((y uw) 0))) +("rak" nil (((r ae k) 1))) +("rake" nil (((r ey k) 1))) +("raked" nil (((r ey k t) 1))) +("raker" nil (((r ey) 1) ((k er) 0))) +("rakers" nil (((r ey) 1) ((k er z) 0))) +("rakes" nil (((r ey k s) 1))) +("rakestraw" nil (((r ey k) 1) ((s t r ao) 1))) +("rakich" nil (((r ae) 1) ((k ih ch) 0))) +("raking" nil (((r ey) 1) ((k ih ng) 0))) +("rakish" nil (((r ey) 1) ((k ih sh) 0))) +("rakoczy" nil (((r ax) 0) ((k ow) 1) ((ch iy) 0))) +("rakoff" nil (((r ae) 1) ((k ao f) 1))) +("rakolta" nil (((r ax) 0) ((k aa l) 1) ((t ax) 0))) +("rakovica" nil (((r ax) 0) ((k ow) 1) ((v ih) 0) ((k ax) 0))) +("rakow" nil (((r ae) 1) ((k aw) 0))) +("rakowski" nil (((r ax) 0) ((k aw) 1) ((s k iy) 0))) +("raleigh" nil (((r ao) 1) ((l iy) 0))) +("rales" nil (((r ey l z) 1))) +("raleses" nil (((r ax) 0) ((l iy) 1) ((s ih z) 0))) +("raley" nil (((r ae) 1) ((l iy) 0))) +("ralf" nil (((r aa l f) 1))) +("rall" nil (((r ao l) 1))) +("rallied" nil (((r ae) 1) ((l iy d) 0))) +("rallies" nil (((r ae) 1) ((l iy z) 0))) +("rallis" nil (((r ae) 1) ((l ih s) 0))) +("rallo" nil (((r ae) 1) ((l ow) 0))) +("ralls" nil (((r ao l z) 1))) +("rally" nil (((r ae) 1) ((l iy) 0))) +("rallying" nil (((r ae) 1) ((l iy) 0) ((ih ng) 0))) +("ralph" nil (((r ae l f) 1))) +("ralphs" nil (((r ae l f s) 1))) +("ralston" nil (((r ao l) 1) ((s t ax n) 0))) +("ram" nil (((r ae m) 1))) +("rama" nil (((r aa) 1) ((m ax) 0))) +("ramada" nil (((r ax) 0) ((m aa) 1) ((d ax) 0))) +("ramadan" nil (((r ae) 1) ((m ax) 0) ((d ax n) 0))) +("ramage" nil (((r ae) 1) ((m ih jh) 0))) +("ramaker" nil (((r aa) 1) ((m ey) 0) ((k er) 0))) +("ramallah" nil (((r ax) 0) ((m ae) 1) ((l ax) 0))) +("raman" nil (((r ey) 1) ((m ax n) 0))) +("ramaphosa" nil (((r ae) 1) ((m ax) 0) ((f ow) 1) ((s ax) 0))) +("ramat" nil (((r ae) 1) ((m ae t) 0))) +("rambeau" nil (((r ax m) 0) ((b ow) 1))) +("ramberg" nil (((r ae m) 1) ((b er g) 0))) +("rambert" nil (((r ae m) 1) ((b er t) 0))) +("rambin" nil (((r ae m) 1) ((b ih n) 0))) +("ramble" nil (((r ae m) 1) ((b ax l) 0))) +("rambled" nil (((r ae m) 1) ((b ax l d) 0))) +("rambler" nil (((r ae m) 1) ((b l er) 0))) +("ramblers" nil (((r ae m) 1) ((b l er z) 0))) +("rambling" nil (((r ae m) 1) ((b l ih ng) 0))) +("rambo" nil (((r ae m) 1) ((b ow) 0))) +("rambow" nil (((r ae m) 1) ((b ow) 0))) +("rambunctious" nil (((r ae m) 0) ((b ah ng k) 1) ((sh ax s) 0))) +("ramel" nil (((r ae) 1) ((m ax l) 0))) +("ramella" nil (((r ax) 0) ((m eh) 1) ((l ax) 0))) +("ramer" nil (((r ey) 1) ((m er) 0))) +("rameriz" nil (((r aa) 0) ((m eh) 1) ((r iy z) 0))) +("rameses" nil (((r ae) 1) ((m ax) 0) ((s iy z) 1))) +("ramesh" nil (((r aa) 1) ((m eh sh) 1))) +("ramesses" nil (((r ae) 1) ((m ax) 0) ((s ih z) 0))) +("ramey" nil (((r ae) 1) ((m iy) 0))) +("ramifications" nil (((r ae) 1) ((m ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("ramires" nil (((r aa) 0) ((m ih) 1) ((r eh s) 0))) +("ramirez" nil (((r ax) 0) ((m ih) 1) ((r eh z) 0))) +("ramiro" nil (((r ax) 0) ((m ih) 1) ((r ow) 0))) +("ramlawi" nil (((r ae m) 1) ((l aw) 1) ((iy) 0))) +("ramler" nil (((r ae m) 1) ((l er) 0))) +("ramlow" nil (((r ae m) 1) ((l ow) 1))) +("ramm" nil (((r ae m) 1))) +("rammed" nil (((r ae m d) 1))) +("rammel" nil (((r ae) 1) ((m ax l) 0))) +("rammer" nil (((r ae) 1) ((m er) 0))) +("ramming" nil (((r ae) 1) ((m ih ng) 0))) +("ramo" nil (((r ey) 1) ((m ow) 0))) +("ramon" nil (((r ax) 0) ((m ow n) 1))) +("ramona" nil (((r ax) 0) ((m ow) 1) ((n ax) 0))) +("ramonda" nil (((r ax) 0) ((m aa n) 1) ((d ax) 0))) +("ramos" nil (((r aa) 1) ((m ow s) 0))) +("ramp" nil (((r ae m p) 1))) +("rampage" n (((r ae m) 1) ((p ey jh) 0))) +("rampage" v (((r ae m) 0) ((p ey jh) 1))) +("rampaged" nil (((r ae m) 0) ((p ey jh d) 1))) +("rampages" n (((r ae m) 1) ((p ey) 1) ((jh ih z) 0))) +("rampages" v (((r ae m) 0) ((p ey) 1) ((jh ih z) 0))) +("rampaging" n (((r ae m) 1) ((p ey) 0) ((jh ax ng) 0))) +("rampant" nil (((r ae m) 1) ((p ax n t) 0))) +("ramparts" nil (((r ae m) 1) ((p aa r t s) 1))) +("rampell" nil (((r ae m) 0) ((p eh l) 1))) +("rampey" nil (((r ae m) 1) ((p iy) 0))) +("ramping" nil (((r ae m) 1) ((p ih ng) 0))) +("rampley" nil (((r ae m) 1) ((p l iy) 0))) +("ramps" nil (((r ae m p s) 1))) +("rampy" nil (((r ae m) 1) ((p iy) 0))) +("ramqvist" nil (((r ae m k) 1) ((v ih s t) 1))) +("ramrod" nil (((r ae) 1) ((m r aa d) 1))) +("rams" nil (((r ae m z) 1))) +("ramsay" nil (((r ae m) 1) ((z iy) 0))) +("ramsburg" nil (((r ae m s) 1) ((b er g) 0))) +("ramsdell" nil (((r ae m s) 1) ((d ax l) 0))) +("ramsden" nil (((r ae m s) 1) ((d ax n) 0))) +("ramser" nil (((r ae m) 1) ((z er) 0))) +("ramses" nil (((r ae m) 1) ((s iy z) 1))) +("ramseur" nil (((r ax m) 0) ((s er) 1))) +("ramsey" nil (((r ae m) 1) ((z iy) 0))) +("ramseyer" nil (((r ae m) 1) ((z iy) 0) ((er) 0))) +("ramshackle" nil (((r ae m) 1) ((sh ae) 1) ((k ax l) 0))) +("ramstad" nil (((r ae m) 1) ((s t ax d) 0))) +("ramstein" nil (((r ae m) 1) ((s t ay n) 1))) +("ramtek" nil (((r ae m) 1) ((t eh k) 1))) +("ramthun" nil (((r ae m) 1) ((th ax n) 0))) +("ramune" nil (((r ae) 1) ((m y uw n) 1))) +("ramus" nil (((r ey) 1) ((m ax s) 0))) +("ran" nil (((r ae n) 1))) +("rana" nil (((r ae) 1) ((n ax) 0))) +("ranalli" nil (((r ax) 0) ((n ae) 1) ((l iy) 0))) +("ranallo" nil (((r ax) 0) ((n ae) 1) ((l ow) 0))) +("rance" nil (((r ae n s) 1))) +("ranch" nil (((r ae n ch) 1))) +("rancher" nil (((r ae n) 1) ((ch er) 0))) +("ranchers" nil (((r ae n) 1) ((ch er z) 0))) +("ranches" nil (((r ae n) 1) ((ch ax z) 0))) +("ranching" nil (((r ae n) 1) ((ch ih ng) 0))) +("ranchland" nil (((r ae n ch) 1) ((l ax n d) 0))) +("rancho" nil (((r ae n) 1) ((ch ow) 0))) +("rancid" nil (((r ae n) 1) ((s ih d) 0))) +("ranck" nil (((r ae ng k) 1))) +("ranco" nil (((r ae ng) 1) ((k ow) 0))) +("rancor" nil (((r ae ng) 1) ((k er) 0))) +("rancorous" nil (((r ae ng) 1) ((k er) 0) ((ax s) 0))) +("rancourt" nil (((r ax n) 0) ((k ao r t) 1))) +("rand" nil (((r ae n d) 1))) +("randa" nil (((r aa n) 1) ((d ax) 0))) +("randal" nil (((r ae n) 1) ((d ax l) 0))) +("randall" nil (((r ae n) 1) ((d ax l) 0))) +("randazzo" nil (((r aa n) 0) ((d aa) 1) ((z ow) 0))) +("randel" nil (((r ae n) 1) ((d ax l) 0))) +("randell" nil (((r ae n) 1) ((d eh l) 1))) +("rander" nil (((r ae n) 1) ((d er) 0))) +("randi" nil (((r ae n) 1) ((d iy) 0))) +("randle" nil (((r ae n) 1) ((d ax l) 0))) +("randleman" nil (((r ae n) 1) ((d ax l) 0) ((m ax n) 0))) +("randles" nil (((r ae n) 1) ((d ax l z) 0))) +("randlett" nil (((r ae n d) 1) ((l ih t) 0))) +("rando" nil (((r aa n) 1) ((d ow) 0))) +("randol" nil (((r ae n) 1) ((d ax l) 0))) +("randolf" nil (((r ae n) 1) ((d ow l f) 1))) +("randolph" nil (((r ae n) 1) ((d aa l f) 0))) +("random" nil (((r ae n) 1) ((d ax m) 0))) +("randomized" nil (((r ae n) 1) ((d ax) 0) ((m ay z d) 1))) +("randomly" nil (((r ae n) 1) ((d ax m) 0) ((l iy) 0))) +("randomness" nil (((r ae n) 1) ((d ax m) 0) ((n ax s) 0))) +("rands" nil (((r ae n d z) 1))) +("randy" nil (((r ae n) 1) ((d iy) 0))) +("ranee" nil (((r ae) 1) ((n iy) 1))) +("raneri" nil (((r aa) 0) ((n eh) 1) ((r iy) 0))) +("ranes" nil (((r ey n z) 1))) +("raney" nil (((r ey) 1) ((n iy) 0))) +("ranft" nil (((r ae n f t) 1))) +("rang" nil (((r ae ng) 1))) +("range" nil (((r ey n jh) 1))) +("ranged" nil (((r ey n jh d) 1))) +("rangel" nil (((r ae n) 1) ((jh eh l) 1))) +("ranger" nil (((r ey n) 1) ((jh er) 0))) +("rangers" nil (((r ey n) 1) ((jh er z) 0))) +("ranges" nil (((r ey n) 1) ((jh ax z) 0))) +("ranggung" nil (((r ae ng) 1) ((g uw n) 0))) +("ranging" nil (((r ey n) 1) ((jh ih ng) 0))) +("rangoon" nil (((r ae ng) 0) ((g uw n) 1))) +("rangy" nil (((r ey n) 1) ((jh iy) 0))) +("ranh" nil (((r ae n) 1))) +("rani" nil (((r aa) 1) ((n iy) 0))) +("rania" nil (((r aa) 1) ((n iy) 0) ((ax) 0))) +("ranieri" nil (((r ae) 1) ((n iy) 0) ((eh) 1) ((r iy) 0))) +("rank" nil (((r ae ng k) 1))) +("ranke" nil (((r ae ng k) 1))) +("ranked" nil (((r ae ng k t) 1))) +("ranker" nil (((r ae ng) 1) ((k er) 0))) +("rankin" nil (((r ae ng) 1) ((k ih n) 0))) +("rankine" nil (((r ae ng) 1) ((k ay n) 1))) +("ranking" nil (((r ae ng) 1) ((k ih ng) 0))) +("rankings" nil (((r ae ng) 1) ((k ih ng z) 0))) +("rankins" nil (((r ae ng) 1) ((k ih n z) 0))) +("rankle" nil (((r ae ng) 1) ((k ax l) 0))) +("rankled" nil (((r ae ng) 1) ((k ax l d) 0))) +("rankles" nil (((r ae ng) 1) ((k ax l z) 0))) +("rankling" nil (((r ae ng) 1) ((k l ih ng) 0))) +("ranks" nil (((r ae ng k s) 1))) +("ranley" nil (((r ae n) 1) ((l iy) 0))) +("rann" nil (((r ae n) 1))) +("ranney" nil (((r ae) 1) ((n iy) 0))) +("rannow" nil (((r ae) 1) ((n ow) 0))) +("rans" nil (((r ae n z) 1))) +("ransack" nil (((r ae n) 1) ((s ae k) 1))) +("ransacked" nil (((r ae n) 1) ((s ae k t) 1))) +("ransbottom" nil (((r ae n s) 1) ((b ax) 0) ((t aa m) 0))) +("ransburg" nil (((r ae n z) 1) ((b er g) 0))) +("ransdell" nil (((r ae n z) 1) ((d eh l) 1))) +("ransford" nil (((r ae n) 1) ((s f er d) 0))) +("ransier" nil (((r ae n) 1) ((s iy) 0) ((er) 0))) +("ransley" nil (((r ae n) 1) ((s l iy) 0))) +("ransom" nil (((r ae n) 1) ((s ax m) 0))) +("ransome" nil (((r ae n) 1) ((s ax m) 0))) +("ransoms" nil (((r ae n) 1) ((s ax m z) 0))) +("ranson" nil (((r ae n) 1) ((s ax n) 0))) +("ransone" nil (((r ae n) 1) ((s ax n) 0))) +("ranta" nil (((r ae n) 1) ((t ax) 0))) +("rantala" nil (((r aa n) 0) ((t aa) 1) ((l ax) 0))) +("ranted" nil (((r ae n) 1) ((t ax d) 0))) +("ranting" nil (((r ae n) 1) ((t ih ng) 0))) +("rantoul" nil (((r ae n) 1) ((t uw l) 1))) +("rantz" nil (((r ae n t s) 1))) +("ranum" nil (((r ae) 1) ((n ax m) 0))) +("ranz" nil (((r ae n z) 1))) +("rao" nil (((r aw) 1))) +("raoul" nil (((r aa) 0) ((uw l) 1))) +("rap" nil (((r ae p) 1))) +("rapacious" nil (((r ax) 0) ((p ae) 1) ((sh ih s) 0))) +("rapacz" nil (((r aa) 1) ((p ax ch) 0))) +("rapanelli" nil (((r ae) 1) ((p ax) 0) ((n eh) 1) ((l iy) 0))) +("rapaport" nil (((r ae) 1) ((p ax) 0) ((p ao r t) 1))) +("rape" nil (((r ey p) 1))) +("raped" nil (((r ey p t) 1))) +("raper" nil (((r ey) 1) ((p er) 0))) +("rapers" nil (((r ey) 1) ((p er z) 0))) +("rapes" nil (((r ey p s) 1))) +("rapeseed" nil (((r ey p) 1) ((s iy d) 1))) +("raphael" nil (((r aa) 1) ((f ay) 0) ((eh l) 1))) +("raphaela" nil (((r ae) 1) ((f ey) 0) ((l ax) 0))) +("raphalian" nil (((r ax) 0) ((f ey) 1) ((l iy) 0) ((ax n) 0))) +("raphel" nil (((r ae) 1) ((f ax l) 0))) +("rapid" nil (((r ae) 1) ((p ax d) 0))) +("rapidity" nil (((r ax) 0) ((p ih) 1) ((d ax) 0) ((t iy) 0))) +("rapidly" nil (((r ae) 1) ((p ax d) 0) ((l iy) 0))) +("rapids" nil (((r ae) 1) ((p ax d z) 0))) +("rapier" nil (((r ey) 1) ((p iy) 0) ((er) 0))) +("raping" nil (((r ey) 1) ((p ih ng) 0))) +("rapist" nil (((r ey) 1) ((p ih s t) 0))) +("rapists" nil (((r ey) 1) ((p ih s t s) 0))) +("rapkin" nil (((r ae p) 1) ((k ih n) 0))) +("rapley" nil (((r ae) 1) ((p l iy) 0))) +("rapoca" nil (((r ax) 0) ((p ow) 1) ((k er) 0))) +("rapoport" nil (((r ax) 0) ((p aa) 1) ((p ao r t) 0))) +("raposa" nil (((r aa) 0) ((p ow) 1) ((s ax) 0))) +("raposo" nil (((r aa) 0) ((p ow) 1) ((s ow) 0))) +("rapoza" nil (((r aa) 0) ((p ow) 1) ((z ax) 0))) +("rapozo" nil (((r aa) 0) ((p ow) 1) ((z ow) 0))) +("rapp" nil (((r ae p) 1))) +("rappa" nil (((r ae) 1) ((p ax) 0))) +("rappahannock" nil (((r ae) 1) ((p ax) 0) ((hh ae) 1) ((n ax k) 0))) +("rappaport" nil (((r ae) 1) ((p ax) 0) ((p ao r t) 0))) +("rappe" nil (((r ae p) 1))) +("rapped" nil (((r ae p t) 1))) +("rappelling" nil (((r ax) 0) ((p eh) 1) ((l ih ng) 0))) +("rapper" nil (((r ae) 1) ((p er) 0))) +("rappers" nil (((r ae) 1) ((p er z) 0))) +("rappold" nil (((r ae) 1) ((p ow l d) 1))) +("rappoport" nil (((r ae) 1) ((p ax) 0) ((p ao r t) 0))) +("rapport" nil (((r ae) 0) ((p ao r) 1))) +("rapprochement" nil (((r ae) 1) ((p r ow) 1) ((sh m aa n) 1))) +("rapson" nil (((r ae p) 1) ((s ax n) 0))) +("rapt" nil (((r ae p t) 1))) +("raptis" nil (((r ax p) 0) ((t iy s) 1))) +("raptopoulos" nil (((r ae p) 0) ((t aa) 1) ((p ow) 0) ((l ax s) 0))) +("raptor" nil (((r ae p) 1) ((t er) 0))) +("raptorial" nil (((r ae p) 1) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("raptors" nil (((r ae p) 1) ((t er z) 0))) +("rapture" nil (((r ae p) 1) ((ch er) 0))) +("rapturous" nil (((r ae p) 1) ((ch er) 0) ((ax s) 0))) +("rapuano" nil (((r aa) 0) ((p uw) 0) ((aa) 1) ((n ow) 0))) +("raquel" nil (((r ax) 0) ((k eh l) 1))) +("rardon" nil (((r aa r) 1) ((d ax n) 0))) +("rare" nil (((r eh r) 1))) +("rarefied" nil (((r eh) 1) ((r ax) 0) ((f ay d) 0))) +("rarely" nil (((r eh r) 1) ((l iy) 0))) +("rarer" nil (((r eh) 1) ((r er) 0))) +("rarest" nil (((r eh) 1) ((r ax s t) 0))) +("rarick" nil (((r ae) 1) ((r ih k) 0))) +("raritan" nil (((r eh) 1) ((r ih) 0) ((t ax n) 0))) +("rarities" nil (((r eh) 1) ((r ih) 0) ((t iy z) 0))) +("rarity" nil (((r eh) 1) ((r ax) 0) ((t iy) 0))) +("ras" nil (((r ae s) 1))) +("rasberry" nil (((r ae s) 1) ((b eh) 0) ((r iy) 0))) +("rasbury" nil (((r ae s) 1) ((b eh) 0) ((r iy) 0))) +("rascal" nil (((r ae) 1) ((s k ax l) 0))) +("rascals" nil (((r ae) 1) ((s k ax l z) 0))) +("rasch" nil (((r ae sh) 1))) +("rasche" nil (((r ae sh) 1))) +("raschke" nil (((r ae sh k) 1))) +("rasco" nil (((r aa) 1) ((s k ow) 0))) +("rascoe" nil (((r ae) 1) ((s k ow) 0))) +("rascon" nil (((r ae) 1) ((s k ax n) 0))) +("rase" nil (((r ey z) 1))) +("raser" nil (((r ey) 1) ((z er) 0))) +("rasey" nil (((r ae) 1) ((s iy) 0))) +("rash" nil (((r ae sh) 1))) +("rasheed" nil (((r ax) 0) ((sh iy d) 1))) +("rashes" nil (((r ae) 1) ((sh ih z) 0))) +("rashid" nil (((r ax) 0) ((sh iy d) 1))) +("rasia" nil (((r aa) 1) ((s iy) 0) ((ax) 0))) +("rask" nil (((r ae s k) 1))) +("raska" nil (((r aa) 1) ((s k ax) 0))) +("raske" nil (((r ey s k) 1))) +("raskin" nil (((r ae) 1) ((s k ih n) 0))) +("rasmus" nil (((r ae z) 1) ((m ih s) 0))) +("rasmuson" nil (((r ae z) 1) ((m ax) 0) ((s ax n) 0))) +("rasmussen" nil (((r ae) 1) ((s m ax) 0) ((s ax n) 0))) +("rasmusson" nil (((r ae z) 1) ((m ax) 0) ((s ax n) 0))) +("rasnake" nil (((r ae) 1) ((s n ax k) 0))) +("rasner" nil (((r ae) 1) ((s n er) 0))) +("rasnick" nil (((r ae) 1) ((s n ih k) 0))) +("raso" nil (((r aa) 1) ((s ow) 0))) +("rasor" nil (((r ey) 1) ((z er) 0))) +("rasorite" nil (((r ae) 1) ((s er) 0) ((ay t) 1))) +("rasp" nil (((r ae s p) 1))) +("raspberries" nil (((r ae z) 1) ((b eh) 1) ((r iy z) 0))) +("raspberry" nil (((r ae z) 1) ((b eh) 1) ((r iy) 0))) +("rasped" nil (((r ae s p t) 1))) +("rasps" nil (((r ae s p s) 1))) +("rasputin" nil (((r ax) 0) ((s p y uw) 1) ((t ih n) 0))) +("raspy" nil (((r ae) 1) ((s p iy) 0))) +("rast" nil (((r ae s t) 1))) +("raster" nil (((r ae) 1) ((s t er) 0))) +("rasterops" nil (((r ae) 1) ((s t er) 0) ((aa p s) 1))) +("rastetter" nil (((r ey) 1) ((s t ih) 0) ((t er) 0))) +("rastus" nil (((r ae) 1) ((s t ax s) 0))) +("rat" nil (((r ae t) 1))) +("rata" nil (((r ae) 1) ((t ax) 0))) +("ratajczak" nil (((r ae) 1) ((t ax) 0) ((ch eh k) 0))) +("ratay" nil (((r ae) 1) ((t ey) 0))) +("ratchet" nil (((r ae) 1) ((ch ax t) 0))) +("ratcheted" nil (((r ae) 1) ((ch ax) 0) ((t ih d) 0))) +("ratcheting" nil (((r ae) 1) ((ch ax) 0) ((t ih ng) 0))) +("ratchford" nil (((r ae ch) 1) ((f er d) 0))) +("ratcliff" nil (((r ae t) 1) ((k l ih f) 0))) +("ratcliffe" nil (((r ae t) 1) ((k l ih f) 0))) +("rate" nil (((r ey t) 1))) +("rated" nil (((r ey) 1) ((t ax d) 0))) +("rateliff" nil (((r ae t) 1) ((l ih f) 0))) +("ratepayer" nil (((r ey t) 1) ((p ey) 1) ((er) 0))) +("ratepayers" nil (((r ey t) 1) ((p ey) 1) ((er z) 0))) +("raters" nil (((r ey) 1) ((t er z) 0))) +("rates" nil (((r ey t s) 1))) +("rath" nil (((r ae th) 1))) +("rathbone" nil (((r ae th) 1) ((b ow n) 1))) +("rathbun" nil (((r ae th) 1) ((b ax n) 0))) +("rathburn" nil (((r ae th) 1) ((b er n) 0))) +("rathburne" nil (((r ae th) 1) ((b er n) 0))) +("rathe" nil (((r ey dh) 1))) +("rathel" nil (((r ae) 1) ((th ax l) 0))) +("rather" nil (((r ae) 1) ((dh er) 0))) +("rathert" nil (((r ae) 1) ((th er t) 0))) +("rathgeber" nil (((r ae th) 1) ((g ih) 0) ((b er) 0))) +("rathi" nil (((r aa) 1) ((dh iy) 0))) +("rathje" nil (((r ae th jh) 1))) +("rathjen" nil (((r ae th) 1) ((jh ax n) 0))) +("rathke" nil (((r ae th k) 1))) +("rathman" nil (((r ae th) 1) ((m ax n) 0))) +("rathmann" nil (((r ae th) 1) ((m ax n) 0))) +("rathskeller" nil (((r ae th) 1) ((s k eh) 1) ((l er) 0))) +("ratican" nil (((r ae) 1) ((t ih) 0) ((k ax n) 0))) +("ratieni" nil (((r ax) 0) ((t iy) 1) ((n iy) 0))) +("ratier" nil (((r ey) 1) ((t y er) 0))) +("ratification" nil (((r ae) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("ratified" nil (((r ae) 1) ((t ax) 0) ((f ay d) 1))) +("ratifies" nil (((r ae) 1) ((t ax) 0) ((f ay z) 1))) +("ratify" nil (((r ae) 1) ((t ax) 0) ((f ay) 1))) +("ratifying" nil (((r ae) 1) ((t ax) 0) ((f ay) 1) ((ih ng) 0))) +("rating" nil (((r ey) 1) ((t ih ng) 0))) +("ratings" nil (((r ey) 1) ((t ih ng z) 0))) +("ratio" nil (((r ey) 1) ((sh iy) 0) ((ow) 2))) +("ration" nil (((r ae) 1) ((sh ax n) 0))) +("rational" nil (((r ae) 1) ((sh ax) 0) ((n ax l) 0))) +("rationale" nil (((r ae) 1) ((sh ax) 0) ((n ae l) 1))) +("rationales" nil (((r ae) 1) ((sh ax) 0) ((n ae l z) 1))) +("rationality" nil (((r ae) 1) ((sh ax) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("rationalization" nil (((r ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("rationalizations" nil (((r ae) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n z) 0))) +("rationalize" nil (((r ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay z) 1))) +("rationalized" nil (((r ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay z d) 1))) +("rationalizing" nil (((r ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay) 1) ((z ih ng) 0))) +("rationally" nil (((r ae) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("rationed" nil (((r ae) 1) ((sh ax n d) 0))) +("rationing" nil (((r ae) 1) ((sh ax) 0) ((n ih ng) 0))) +("rations" nil (((r ae) 1) ((sh ax n z) 0))) +("ratios" nil (((r ey) 1) ((sh iy) 0) ((ow z) 1))) +("ratkovich" nil (((r aa t) 1) ((k ax) 0) ((v ih ch) 0))) +("ratkowski" nil (((r ax t) 0) ((k ao f) 1) ((s k iy) 0))) +("ratledge" nil (((r ae t) 1) ((l ih jh) 0))) +("ratley" nil (((r ae t) 1) ((l iy) 0))) +("ratliff" nil (((r ae t) 1) ((l ih f) 0))) +("ratliffe" nil (((r ae t) 1) ((l ih f) 0))) +("ratner" nil (((r ae t) 1) ((n er) 0))) +("ratners" nil (((r ae t) 1) ((n er z) 0))) +("raton" nil (((r ax) 0) ((t ow n) 1))) +("rats" nil (((r ae t s) 1))) +("rattan" nil (((r ae) 0) ((t ae n) 1))) +("ratte" nil (((r ae t) 1))) +("ratterman" nil (((r ae) 1) ((t er) 0) ((m ax n) 0))) +("ratterree" nil (((r ae) 1) ((t er) 0) ((iy) 1))) +("rattigan" nil (((r ae) 1) ((t ih) 0) ((g ax n) 0))) +("rattle" nil (((r ae) 1) ((t ax l) 0))) +("rattled" nil (((r ae) 1) ((t ax l d) 0))) +("rattler" nil (((r ae) 1) ((t ax) 0) ((l er) 0))) +("rattles" nil (((r ae) 1) ((t ax l z) 0))) +("rattlesnake" nil (((r ae) 1) ((t ax l) 0) ((s n ey k) 1))) +("rattlesnakes" nil (((r ae) 1) ((t ax l) 0) ((s n ey k s) 1))) +("rattling" nil (((r ae t) 1) ((l ih ng) 0))) +("rattner" nil (((r ae t) 1) ((n er) 0))) +("rattray" nil (((r ae) 1) ((t r ey) 0))) +("ratts" nil (((r ae t s) 1))) +("ratty" nil (((r ae) 1) ((t iy) 0))) +("ratu" nil (((r aa) 0) ((t uw) 1))) +("ratz" nil (((r ae t s) 1))) +("ratzinger" nil (((r ae t) 1) ((s ih ng) 1) ((er) 0))) +("ratzlaff" nil (((r ae t) 1) ((z l ax f) 0))) +("rau" nil (((r aw) 1))) +("raub" nil (((r ao b) 1))) +("rauber" nil (((r aw) 1) ((b er) 0))) +("raucci" nil (((r ao) 1) ((ch iy) 0))) +("rauch" nil (((r ao ch) 1))) +("raucous" nil (((r ao) 1) ((k ax s) 0))) +("raudabaugh" nil (((r ao) 1) ((d ax) 0) ((b ao) 0))) +("raudenbush" nil (((r aw) 1) ((d ih n) 0) ((b ax sh) 0))) +("rauen" nil (((r aw) 1) ((ax n) 0))) +("rauer" nil (((r aw) 1) ((er) 0))) +("rauh" nil (((r ao) 1))) +("raul" nil (((r ao l) 1))) +("raulerson" nil (((r ao) 1) ((l er) 0) ((s ax n) 0))) +("rauls" nil (((r aa) 0) ((uw l z) 1))) +("raulston" nil (((r ao l) 1) ((s t ax n) 0))) +("raum" nil (((r ao m) 1))) +("raun" nil (((r ao n) 1))) +("raunchy" nil (((r ao n) 1) ((ch iy) 0))) +("raup" nil (((r ao p) 1))) +("raupp" nil (((r ao p) 1))) +("rausch" nil (((r aw sh) 1))) +("rauschenberg" nil (((r aw) 1) ((sh ax n) 0) ((b er g) 0))) +("rauscher" nil (((r aw) 1) ((sh er) 0))) +("rauser" nil (((r aw) 1) ((s er) 0))) +("rautenberg" nil (((r aw) 1) ((t ax n) 0) ((b er g) 0))) +("rauth" nil (((r ao th) 1))) +("rautio" nil (((r aw) 1) ((t iy) 0) ((ow) 0))) +("raux" nil (((r ow) 1))) +("ravaged" nil (((r ae) 1) ((v ih jh d) 0))) +("ravages" nil (((r ae) 1) ((v ih) 0) ((jh ih z) 0))) +("ravaging" nil (((r ae) 1) ((v ih) 0) ((jh ih ng) 0))) +("ravan" nil (((r ey) 1) ((v ax n) 0))) +("rave" nil (((r ey v) 1))) +("raved" nil (((r ey v d) 1))) +("raveled" nil (((r ae) 1) ((v ax l d) 0))) +("ravelo" nil (((r aa) 0) ((v eh) 1) ((l ow) 0))) +("raven" nil (((r ey) 1) ((v ax n) 0))) +("ravenel" nil (((r ae) 1) ((v ih) 0) ((n eh l) 0))) +("ravenell" nil (((r ae) 1) ((v ih) 0) ((n eh l) 0))) +("ravenna" nil (((r ax) 0) ((v eh) 1) ((n ax) 0))) +("ravenous" nil (((r ae) 1) ((v ax) 0) ((n ax s) 0))) +("ravens" nil (((r ey) 1) ((v ax n z) 0))) +("ravenscraft" nil (((r ey) 1) ((v ax n z) 0) ((k r ae f t) 1))) +("ravenscroft" nil (((r ey) 1) ((v ax n z) 0) ((k r ao f t) 1))) +("ravenswood" nil (((r ey) 1) ((v ax n) 0) ((z w uh d) 1))) +("raver" nil (((r ey) 1) ((v er) 0))) +("raves" nil (((r ey v z) 1))) +("ravi" nil (((r aa) 1) ((v iy) 1))) +("ravin" nil (((r ae) 1) ((v ih n) 0))) +("ravindran" nil (((r aa) 1) ((v ih n) 1) ((d r ax n) 0))) +("ravine" nil (((r ax) 0) ((v iy n) 1))) +("raving" nil (((r ey) 1) ((v ih ng) 0))) +("ravings" n (((r ey) 1) ((v ax ng z) 0))) +("ravioli" nil (((r ae) 1) ((v iy) 0) ((ow) 1) ((l iy) 0))) +("ravishankar" nil (((r aa) 1) ((v iy) 0) ((sh aa ng) 1) ((k aa r) 1))) +("ravishing" nil (((r ae) 1) ((v ih) 0) ((sh ih ng) 0))) +("ravitch" nil (((r ae) 1) ((v ih ch) 0))) +("ravitz" nil (((r ae) 1) ((v ih t s) 0))) +("raw" nil (((r ao) 1))) +("rawalpindi" nil (((r ae) 1) ((w ao l) 0) ((p ih n) 1) ((d iy) 0))) +("rawding" nil (((r ao) 1) ((d ih ng) 0))) +("rawdon" nil (((r ao) 1) ((d ax n) 0))) +("rawe" nil (((r ao) 1))) +("rawhide" nil (((r ao) 1) ((hh ay d) 1))) +("rawl" nil (((r ao l) 1))) +("rawles" nil (((r ao l z) 1))) +("rawley" nil (((r ao) 1) ((l iy) 0))) +("rawling" nil (((r ao) 1) ((l ih ng) 0))) +("rawlings" nil (((r ao) 1) ((l ih ng z) 0))) +("rawlins" nil (((r ao) 1) ((l ih n z) 0))) +("rawlinson" nil (((r ao) 1) ((l ih n) 0) ((s ax n) 0))) +("rawls" nil (((r ao l z) 1))) +("rawski" nil (((r ao) 1) ((s k iy) 1))) +("rawson" nil (((r ao) 1) ((s ax n) 0))) +("rax" nil (((r ae k s) 1))) +("raxter" nil (((r ae k) 1) ((s t er) 0))) +("ray" nil (((r ey) 1))) +("raya" nil (((r ey) 1) ((ax) 0))) +("raybon" nil (((r ey) 1) ((b ax n) 0))) +("rayborn" nil (((r ey) 1) ((b er n) 0))) +("raybould" nil (((r ey) 1) ((b ow l d) 1))) +("raybourn" nil (((r ey) 0) ((b uh r n) 1))) +("raybuck" nil (((r ey) 1) ((b ah k) 1))) +("rayburn" nil (((r ey) 1) ((b er n) 0))) +("raychem" nil (((r ey) 1) ((k eh m) 1))) +("raycon" nil (((r ey) 1) ((k ax n) 0))) +("raycraft" nil (((r ey) 1) ((k r ae f t) 1))) +("raye" nil (((r ey) 1))) +("rayed" nil (((r ey d) 1))) +("rayfield" nil (((r ey) 1) ((f iy l d) 1))) +("rayford" nil (((r ey) 1) ((f er d) 0))) +("raygoza" nil (((r ey) 1) ((g ow) 1) ((z ax) 0))) +("rayl" nil (((r ey l) 1))) +("rayle" nil (((r ey l) 1))) +("rayman" nil (((r ey) 1) ((m ax n) 0))) +("raymark" nil (((r ey) 1) ((m aa r k) 1))) +("rayment" nil (((r ey) 1) ((m ax n t) 0))) +("raymer" nil (((r ey) 1) ((m er) 0))) +("raymo" nil (((r ey) 1) ((m ow) 0))) +("raymond" nil (((r ey) 1) ((m ax n d) 0))) +("raymonda" nil (((r ey) 1) ((m aa n) 1) ((d ax) 0))) +("raymund" nil (((r ey) 1) ((m ax n d) 0))) +("raymundo" nil (((r ey) 1) ((m ah n) 1) ((d ow) 0))) +("raynard" nil (((r ey) 1) ((n er d) 0))) +("rayne" nil (((r ey n) 1))) +("rayner" nil (((r ey) 1) ((n er) 0))) +("raynes" nil (((r ey n z) 1))) +("raynet" nil (((r ey) 1) ((n eh t) 1))) +("rayno" nil (((r ey) 1) ((n ow) 0))) +("raynor" nil (((r ey) 1) ((n er) 0))) +("rayon" nil (((r ey) 1) ((ax n) 0))) +("rayonier" nil (((r ey) 1) ((ow) 0) ((n ih r) 1))) +("rayos" nil (((r ey) 1) ((ow z) 0))) +("rayovac" nil (((r ey) 1) ((ax) 0) ((v ae k) 0))) +("rayrock" nil (((r ey) 1) ((r aa k) 1))) +("rays" nil (((r ey z) 1))) +("rayson" nil (((r ey) 1) ((z ax n) 0))) +("raysor" nil (((r ey) 1) ((s er) 0))) +("raytech" nil (((r ey) 1) ((t eh k) 1))) +("raytheon" nil (((r ey) 1) ((th iy) 0) ((aa n) 0))) +("raz" nil (((r ae z) 1))) +("razaleigh" nil (((r ae) 1) ((z ax) 0) ((l iy) 1))) +("raze" nil (((r ey z) 1))) +("razed" nil (((r ey z d) 1))) +("razing" nil (((r ey) 1) ((z ih ng) 0))) +("razo" nil (((r aa) 1) ((z ow) 0))) +("razor" nil (((r ey) 1) ((z er) 0))) +("razorback" nil (((r ey) 1) ((z er) 0) ((b ae k) 1))) +("razorbacks" nil (((r ey) 1) ((z er) 0) ((b ae k s) 1))) +("razors" nil (((r ey) 1) ((z er z) 0))) +("razzano" nil (((r aa t) 0) ((s aa) 1) ((n ow) 0))) +("razzle" nil (((r ae) 1) ((z ax l) 0))) +("razzmatazz" nil (((r ae z) 1) ((m ax) 0) ((t ae z) 1))) +("rb" nil (((aa r) 1) ((b iy) 1))) +("re" nil (((r iy) 1))) +("re" nil (((r ao) 1))) +("rea" nil (((r iy) 1))) +("reabsorbed" nil (((r iy) 1) ((ax b) 0) ((z ao r b d) 1))) +("reach" nil (((r iy ch) 1))) +("reachable" nil (((r iy) 1) ((ch ax) 0) ((b ax l) 0))) +("reached" nil (((r iy ch t) 1))) +("reaches" nil (((r iy) 1) ((ch ax z) 0))) +("reaching" nil (((r iy) 1) ((ch ih ng) 0))) +("reacquire" nil (((r iy) 0) ((ax) 0) ((k w ay r) 1))) +("reacquired" nil (((r iy) 0) ((ax) 0) ((k w ay r d) 1))) +("react" nil (((r iy) 0) ((ae k t) 1))) +("reacted" nil (((r iy) 0) ((ae k) 1) ((t ax d) 0))) +("reacting" nil (((r iy) 0) ((ae k) 1) ((t ih ng) 0))) +("reaction" nil (((r iy) 0) ((ae k) 1) ((sh ax n) 0))) +("reactionaries" nil (((r iy) 0) ((ae k) 1) ((sh ax) 0) ((n eh) 1) ((r iy z) 0))) +("reactionary" nil (((r iy) 0) ((ae k) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("reactions" nil (((r iy) 0) ((ae k) 1) ((sh ax n z) 0))) +("reactivate" nil (((r iy) 1) ((ae k) 1) ((t ax) 0) ((v ey t) 1))) +("reactivated" nil (((r iy) 1) ((ae k) 1) ((t ax) 0) ((v ey) 1) ((t ih d) 0))) +("reactivating" nil (((r iy) 1) ((ae k) 1) ((t ih) 0) ((v ey) 1) ((t ih ng) 0))) +("reactive" nil (((r iy) 0) ((ae k) 1) ((t ih v) 0))) +("reactivity" nil (((r iy) 1) ((ae k) 1) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("reactor" nil (((r iy) 0) ((ae k) 1) ((t er) 0))) +("reactors" nil (((r iy) 0) ((ae k) 1) ((t er z) 0))) +("reacts" nil (((r iy) 0) ((ae k t s) 1))) +("read" nil (((r iy d) 1))) +("read" nil (((r eh d) 1))) +("readability" nil (((r iy) 1) ((d ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("readable" nil (((r iy) 1) ((d ax) 0) ((b ax l) 0))) +("reade" nil (((r eh d) 1))) +("reader" nil (((r iy) 1) ((d er) 0))) +("readerman" nil (((r iy) 1) ((d er) 0) ((m ax n) 0))) +("readers" nil (((r iy) 1) ((d er z) 0))) +("readership" nil (((r iy) 1) ((d er) 0) ((sh ih p) 1))) +("readied" nil (((r eh) 1) ((d iy d) 0))) +("readier" nil (((r eh) 1) ((d iy) 0) ((er) 0))) +("readies" nil (((r eh) 1) ((d iy z) 0))) +("readily" nil (((r eh) 1) ((d ax) 0) ((l iy) 0))) +("readiness" nil (((r eh) 1) ((d iy) 0) ((n ax s) 0))) +("reading" v (((r iy) 1) ((d ih ng) 0))) +("reading" n (((r iy) 1) ((d ih ng) 0))) +("reading" nil (((r eh) 1) ((d ih ng) 0))) +("readinger" nil (((r eh) 1) ((d ih ng) 0) ((er) 0))) +("readings" nil (((r ih) 1) ((d ih ng z) 0))) +("readings" nil (((r eh) 1) ((d ih ng z) 0))) +("readjust" nil (((r iy) 1) ((ax) 0) ((jh ah s t) 1))) +("readjusted" nil (((r iy) 1) ((ax) 0) ((jh ah) 1) ((s t ih d) 0))) +("readjusting" nil (((r iy) 1) ((ax) 0) ((jh ah) 1) ((s t ih ng) 0))) +("readjustment" nil (((r iy) 0) ((ax) 0) ((jh ah s t) 1) ((m ax n t) 0))) +("readjustments" nil (((r iy) 0) ((ax) 0) ((jh ah s t) 1) ((m ax n t s) 0))) +("readmitted" nil (((r iy) 1) ((ax d) 0) ((m ih) 1) ((t ih d) 0))) +("readout" nil (((r iy) 1) ((d aw t) 1))) +("reads" nil (((r iy d z) 1))) +("readus" nil (((r eh) 1) ((d ih s) 0))) +("ready" nil (((r eh) 1) ((d iy) 0))) +("readying" nil (((r eh) 1) ((d iy) 0) ((ih ng) 0))) +("reaffiliation" nil (((r iy) 0) ((ax) 0) ((f ih) 1) ((l iy) 0) ((ey) 1) ((sh ax n) 0))) +("reaffirm" nil (((r iy) 1) ((ax) 0) ((f er m) 1))) +("reaffirmation" nil (((r iy) 1) ((ae) 0) ((f er) 0) ((m ey) 1) ((sh ax n) 0))) +("reaffirmed" nil (((r iy) 1) ((ax) 0) ((f er m d) 1))) +("reaffirming" nil (((r iy) 1) ((ax) 0) ((f er) 1) ((m ih ng) 0))) +("reaffirms" nil (((r iy) 1) ((ax) 0) ((f er m z) 1))) +("reagan" nil (((r ey) 1) ((g ax n) 0))) +("reaganesque" nil (((r ey) 1) ((g ax) 0) ((n eh s k) 1))) +("reaganism" nil (((r ey) 1) ((g ax) 0) ((n ih) 1) ((z ax m) 0))) +("reaganite" nil (((r ey) 1) ((g ax) 0) ((n ay t) 1))) +("reaganites" nil (((r ey) 1) ((g ax) 0) ((n ay t s) 1))) +("reaganomics" nil (((r ey) 1) ((g ax) 0) ((n aa) 1) ((m ih k s) 0))) +("reagans" nil (((r ey) 1) ((g ax n z) 0))) +("reagen" nil (((r iy) 1) ((g ax n) 0))) +("reagents" nil (((r iy) 0) ((ey) 1) ((jh ax n t s) 0))) +("reagle" nil (((r iy) 1) ((g ax l) 0))) +("reagor" nil (((r iy) 1) ((g er) 0))) +("real" nil (((r iy l) 1))) +("realamerica" nil (((r iy) 1) ((l ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("realcap" nil (((r iy l) 1) ((k ae p) 1))) +("reale" nil (((r iy l) 1))) +("realestate" nil (((r iy) 1) ((l ih) 0) ((s t ey t) 1))) +("reali" nil (((r iy) 1) ((l iy) 0))) +("realign" nil (((r iy) 0) ((ax) 0) ((l ay n) 1))) +("realigned" nil (((r iy) 0) ((ax) 0) ((l ay n d) 1))) +("realigning" nil (((r iy) 0) ((ax) 0) ((l ay) 1) ((n ih ng) 0))) +("realignment" nil (((r iy) 0) ((ax) 0) ((l ay n) 1) ((m ax n t) 0))) +("realignments" nil (((r iy) 0) ((ax) 0) ((l ay n) 1) ((m ax n t s) 0))) +("realism" nil (((r iy) 1) ((l ih) 0) ((z ax m) 0))) +("realist" nil (((r iy) 1) ((l ih s t) 0))) +("realistic" nil (((r iy) 1) ((ax) 0) ((l ih) 1) ((s t ih k) 0))) +("realistically" nil (((r iy) 1) ((ax) 0) ((l ih) 1) ((s t ih) 0) ((k l iy) 0))) +("realists" nil (((r iy) 1) ((l ih s t s) 0))) +("realities" nil (((r iy) 0) ((ae) 1) ((l ax) 0) ((t iy z) 0))) +("reality" nil (((r iy) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("realizable" nil (((r iy) 1) ((ax) 0) ((l ay) 1) ((z ax) 0) ((b ax l) 0))) +("realization" nil (((r iy) 1) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("realizations" nil (((r iy) 1) ((l ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("realize" nil (((r iy) 1) ((l ay z) 1))) +("realized" nil (((r iy) 1) ((l ay z d) 1))) +("realizes" nil (((r iy) 1) ((ax) 0) ((l ay) 1) ((z ih z) 0))) +("realizing" nil (((r iy) 1) ((l ay) 1) ((z ih ng) 0))) +("reallocate" nil (((r iy) 0) ((ae) 1) ((l ax) 0) ((k ey t) 0))) +("reallocated" nil (((r iy) 1) ((ae) 1) ((l ax) 0) ((k ey) 1) ((t ih d) 0))) +("reallocating" nil (((r iy) 0) ((ae) 1) ((l ax) 0) ((k ey) 1) ((t ih ng) 0))) +("reallocation" nil (((r iy) 0) ((ae) 1) ((l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("reallowance" nil (((r iy) 1) ((ax) 0) ((l aw) 1) ((ax n s) 0))) +("really" nil (((r ih) 1) ((l iy) 0))) +("realm" nil (((r eh l m) 1))) +("realms" nil (((r eh l m z) 1))) +("realmuto" nil (((r ax l) 0) ((m uw) 1) ((t ow) 0))) +("realpolitik" nil (((r iy l) 1) ((p ao) 1) ((l ih) 0) ((t ih k) 1))) +("realtor" nil (((r iy) 1) ((ax l) 0) ((t er) 0))) +("realtors" nil (((r iy) 1) ((ax l) 0) ((t er z) 0))) +("realty" nil (((r iy) 1) ((ax l) 0) ((t iy) 0))) +("ream" nil (((r iy m) 1))) +("reamer" nil (((r iy) 1) ((m er) 0))) +("reamers" nil (((r iy) 1) ((m er z) 0))) +("reames" nil (((r iy m z) 1))) +("reams" nil (((r iy m z) 1))) +("reamy" nil (((r iy) 1) ((m iy) 0))) +("reaney" nil (((r iy) 1) ((n iy) 0))) +("reap" nil (((r iy p) 1))) +("reaped" nil (((r iy p t) 1))) +("reaper" nil (((r iy) 1) ((p er) 0))) +("reaping" nil (((r iy) 1) ((p ih ng) 0))) +("reappear" nil (((r iy) 1) ((ax) 0) ((p ih r) 1))) +("reappearance" nil (((r iy) 1) ((ax) 0) ((p ih) 1) ((r ax n s) 0))) +("reappeared" nil (((r iy) 1) ((ax) 0) ((p ih r d) 1))) +("reappears" nil (((r iy) 1) ((ax) 0) ((p ih r z) 1))) +("reapply" nil (((r iy) 1) ((ax) 0) ((p l iy) 0))) +("reappoint" nil (((r iy) 1) ((ax) 0) ((p oy n t) 1))) +("reappointed" nil (((r iy) 1) ((ax) 0) ((p oy n) 1) ((t ih d) 0))) +("reappointment" nil (((r iy) 1) ((ax) 0) ((p oy n t) 1) ((m ax n t) 0))) +("reapportionment" nil (((r iy) 1) ((ax) 0) ((p ao r) 1) ((sh ax n) 0) ((m ax n t) 0))) +("reappraisal" nil (((r iy) 1) ((ax) 0) ((p r ey) 1) ((z ax l) 0))) +("reappraise" nil (((r iy) 1) ((ax) 0) ((p r ey z) 1))) +("reappraised" nil (((r iy) 0) ((ax) 0) ((p r ey z d) 1))) +("reaps" nil (((r iy p s) 1))) +("rear" nil (((r ih r) 1))) +("rearden" nil (((r ih r) 1) ((d ax n) 0))) +("reardon" nil (((r ih r) 1) ((d ax n) 0))) +("reared" nil (((r ih r d) 1))) +("rearick" nil (((r ih) 1) ((r ih k) 0))) +("rearing" nil (((r ih) 1) ((r ih ng) 0))) +("rearm" nil (((r iy) 1) ((aa r m) 1))) +("rearmament" nil (((r iy) 0) ((aa r) 1) ((m ax) 0) ((m ax n t) 0))) +("rearrange" nil (((r iy) 1) ((er) 0) ((ey n jh) 1))) +("rearranged" nil (((r iy) 1) ((er) 0) ((ey n jh d) 1))) +("rearrangement" nil (((r iy) 0) ((er) 0) ((ey n jh) 1) ((m ax n t) 0))) +("rearranging" nil (((r iy) 1) ((er) 0) ((ey n) 1) ((jh ih ng) 0))) +("rearrested" nil (((r iy) 0) ((er) 0) ((eh) 1) ((s t ih d) 0))) +("rears" nil (((r ih r z) 1))) +("reas" nil (((r iy z) 1))) +("rease" nil (((r iy s) 1))) +("reaser" nil (((r iy) 1) ((s er) 0))) +("reasner" nil (((r iy) 1) ((s n er) 0))) +("reason" nil (((r iy) 1) ((z ax n) 0))) +("reasonable" nil (((r iy) 1) ((z ax) 0) ((n ax) 0) ((b ax l) 0))) +("reasonableness" nil (((r iy) 1) ((z ax) 0) ((n ax) 0) ((b ax l) 0) ((n ax s) 0))) +("reasonably" nil (((r iy) 1) ((z ax) 0) ((n ax) 0) ((b l iy) 0))) +("reasoned" nil (((r iy) 1) ((z ax n d) 0))) +("reasoner" nil (((r iy) 1) ((z ax) 0) ((n er) 0))) +("reasoning" nil (((r iy) 1) ((z ax) 0) ((n ih ng) 0))) +("reasonover" nil (((r iy) 1) ((z ax) 0) ((n ow) 1) ((v er) 0))) +("reasons" nil (((r iy) 1) ((z ax n z) 0))) +("reasor" nil (((r iy) 1) ((s er) 0))) +("reassemble" nil (((r iy) 1) ((ax) 0) ((s eh m) 1) ((b ax l) 0))) +("reassembled" nil (((r iy) 1) ((ax) 0) ((s eh m) 1) ((b ax l d) 0))) +("reassert" nil (((r iy) 1) ((ax) 0) ((s er t) 1))) +("reasserted" nil (((r iy) 1) ((ax) 0) ((s er) 1) ((t ax d) 0))) +("reasserting" nil (((r iy) 1) ((ax) 0) ((s er) 1) ((t ih ng) 0))) +("reassertion" nil (((r iy) 1) ((ax) 0) ((s er) 1) ((sh ax n) 0))) +("reasserts" nil (((r iy) 1) ((ax) 0) ((s er t s) 1))) +("reassess" nil (((r iy) 0) ((ax) 0) ((s eh s) 1))) +("reassessed" nil (((r iy) 0) ((ax) 0) ((s eh s t) 1))) +("reassessing" nil (((r iy) 0) ((ax) 0) ((s eh) 1) ((s ih ng) 0))) +("reassessment" nil (((r iy) 1) ((ax) 0) ((s eh) 1) ((s m ax n t) 0))) +("reassign" nil (((r iy) 1) ((ax) 0) ((s ay n) 1))) +("reassigned" nil (((r iy) 1) ((ax) 0) ((s ay n d) 1))) +("reassigning" nil (((r iy) 1) ((ax) 0) ((s ay) 1) ((n ih ng) 0))) +("reassignment" nil (((r iy) 0) ((ax) 0) ((s ay n) 1) ((m ax n t) 0))) +("reassignments" nil (((r iy) 1) ((ax) 0) ((s ay n) 1) ((m ax n t s) 0))) +("reassume" nil (((r iy) 0) ((ax) 0) ((s uw m) 1))) +("reassumed" nil (((r iy) 0) ((ax) 0) ((s uw m d) 1))) +("reassurance" nil (((r iy) 1) ((ax) 0) ((sh uh) 1) ((r ax n s) 0))) +("reassurances" nil (((r iy) 1) ((ax) 0) ((sh er) 1) ((ax n) 0) ((s ih z) 0))) +("reassure" nil (((r iy) 1) ((ax) 0) ((sh uh r) 1))) +("reassured" nil (((r iy) 1) ((ax) 0) ((sh uh r d) 1))) +("reassures" nil (((r iy) 1) ((ax) 0) ((sh uh r z) 1))) +("reassuring" nil (((r iy) 1) ((ax) 0) ((sh uh) 1) ((r ih ng) 0))) +("reassuringly" nil (((r iy) 0) ((ax) 0) ((sh er) 1) ((ih ng) 0) ((l iy) 0))) +("reatta" nil (((r iy) 1) ((aa) 1) ((t ax) 0))) +("reaume" nil (((r uw m) 1))) +("reauthorization" nil (((r iy) 0) ((ao) 1) ((th er) 0) ((ih) 0) ((z ey) 1) ((sh ax n) 0))) +("reauthorize" nil (((r iy) 0) ((ao) 1) ((th er) 0) ((ay z) 1))) +("reauthorized" nil (((r iy) 0) ((ao) 1) ((th er) 0) ((ay z d) 1))) +("reauthorizing" nil (((r iy) 0) ((ao) 1) ((th er) 0) ((ay) 1) ((z ih ng) 0))) +("reaux" nil (((r ow) 1))) +("reave" nil (((r iy v) 1))) +("reaver" nil (((r iy) 1) ((v er) 0))) +("reaves" nil (((r iy v z) 1))) +("reavis" nil (((r iy) 1) ((v ih s) 0))) +("reawakened" nil (((r iy) 1) ((ax) 0) ((w ey) 1) ((k ax n d) 0))) +("reawakening" nil (((r iy) 1) ((ax) 0) ((w ey) 1) ((k ax) 0) ((n ih ng) 0))) +("reay" nil (((r ey) 1))) +("reba" nil (((r iy) 1) ((b ax) 0))) +("reback" nil (((r iy) 1) ((b ae k) 0))) +("rebalancing" nil (((r iy) 0) ((b ae) 1) ((l ax n) 0) ((s ih ng) 0))) +("rebar" nil (((r iy) 1) ((b aa r) 1))) +("rebate" nil (((r iy) 1) ((b ey t) 1))) +("rebated" nil (((r iy) 1) ((b ey) 1) ((t ih d) 0))) +("rebates" nil (((r iy) 1) ((b ey t s) 1))) +("rebbe" nil (((r iy) 1) ((b ax) 0))) +("rebecca" nil (((r ax) 0) ((b eh) 1) ((k ax) 0))) +("rebeck" nil (((r iy) 1) ((b eh k) 0))) +("rebeka" nil (((r ih) 0) ((b iy) 1) ((k ax) 0))) +("rebekka" nil (((r ih) 0) ((b eh) 1) ((k ax) 0))) +("rebel" n (((r eh) 1) ((b ax l) 0))) +("rebel" v (((r ax) 0) ((b eh l) 1))) +("rebelled" nil (((r ih) 0) ((b eh l d) 1))) +("rebelling" nil (((r ih) 0) ((b eh) 1) ((l ih ng) 0))) +("rebellion" nil (((r ih) 0) ((b eh) 1) ((l y ax n) 0))) +("rebellions" nil (((r ih) 0) ((b eh) 1) ((l y ax n z) 0))) +("rebellious" nil (((r ih) 0) ((b eh) 1) ((l y ax s) 0))) +("rebelliousness" nil (((r ax) 0) ((b eh) 1) ((l iy) 0) ((ax) 0) ((s n ax s) 0))) +("rebello" nil (((r eh) 0) ((b eh) 1) ((l ow) 0))) +("rebelo" nil (((r eh) 0) ((b eh) 1) ((l ow) 0))) +("rebels" n (((r eh) 1) ((b ax l z) 0))) +("rebels" v (((r ax) 0) ((b eh l z) 1))) +("reber" nil (((r eh) 1) ((b er) 0))) +("rebert" nil (((r eh) 1) ((b er t) 0))) +("rebholz" nil (((r eh b) 1) ((hh ow l z) 0))) +("rebid" nil (((r iy) 0) ((b ih d) 1))) +("rebirth" nil (((r iy) 0) ((b er th) 1))) +("rebirths" nil (((r iy) 0) ((b er th s) 1))) +("rebman" nil (((r eh b) 1) ((m ax n) 0))) +("rebmann" nil (((r eh b) 1) ((m ax n) 0))) +("rebo" nil (((r iy) 1) ((b ow) 0))) +("reborn" nil (((r iy) 1) ((b ao r n) 1))) +("rebound" n (((r iy) 1) ((b aw n d) 0))) +("rebound" v (((r iy) 0) ((b aw n d) 1))) +("rebounded" nil (((r ih) 0) ((b aw n) 1) ((d ih d) 0))) +("rebounding" nil (((r ih) 0) ((b aw n) 1) ((d ih ng) 0))) +("rebounds" n (((r iy) 1) ((b aw n d z) 1))) +("rebounds" v (((r iy) 0) ((b aw n d z) 1))) +("rebroadcast" nil (((r iy) 0) ((b r ao d) 1) ((k ae s t) 1))) +("rebstock" nil (((r eh b) 1) ((s t aa k) 1))) +("rebuck" nil (((r eh) 1) ((b ax k) 0))) +("rebuff" nil (((r ih) 0) ((b ah f) 1))) +("rebuffed" nil (((r ih) 0) ((b ah f t) 1))) +("rebuffing" nil (((r iy) 0) ((b ah) 1) ((f ih ng) 0))) +("rebuffs" nil (((r iy) 0) ((b ah f s) 1))) +("rebuild" nil (((r iy) 0) ((b ih l d) 1))) +("rebuilder" nil (((r iy) 0) ((b ih l) 1) ((d er) 0))) +("rebuilders" nil (((r iy) 0) ((b ih l) 1) ((d er z) 0))) +("rebuilding" nil (((r iy) 0) ((b ih l) 1) ((d ih ng) 0))) +("rebuilds" nil (((r iy) 0) ((b ih l d z) 1))) +("rebuilt" nil (((r iy) 0) ((b ih l t) 1))) +("rebuke" nil (((r iy) 0) ((b y uw k) 1))) +("rebuked" nil (((r ih) 0) ((b y uw k t) 1))) +("rebukes" nil (((r iy) 0) ((b y uw k s) 1))) +("rebuking" nil (((r iy) 0) ((b y uw) 1) ((k ih ng) 0))) +("rebus" nil (((r iy) 1) ((b ax s) 0))) +("rebut" nil (((r ih) 0) ((b ah t) 1))) +("rebuttal" nil (((r ih) 0) ((b ah) 1) ((t ax l) 0))) +("rebuttals" nil (((r ih) 0) ((b ah) 1) ((t ax l z) 0))) +("rebutted" nil (((r ih) 0) ((b ah) 1) ((t ih d) 0))) +("rebutting" nil (((r ih) 0) ((b ah) 1) ((t ih ng) 0))) +("recadi" nil (((r ih) 0) ((k ae) 1) ((d iy) 0))) +("recalcitrance" nil (((r ih) 0) ((k ae l) 1) ((s ax) 0) ((t r ax n s) 0))) +("recalcitrant" nil (((r ih) 0) ((k ae l) 1) ((s ih) 0) ((t r ax n t) 0))) +("recalculate" nil (((r iy) 0) ((k ae l) 1) ((k y ax) 0) ((l ey t) 1))) +("recalculated" nil (((r iy) 0) ((k ae l) 1) ((k y ax) 0) ((l ey) 1) ((t ih d) 0))) +("recalculating" nil (((r iy) 0) ((k ae l) 1) ((k y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("recalculation" nil (((r iy) 0) ((k ae l) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("recall" nil (((r iy) 1) ((k ao l) 1))) +("recalled" nil (((r ih) 0) ((k ao l d) 1))) +("recalling" nil (((r ih) 0) ((k ao) 1) ((l ih ng) 0))) +("recalls" nil (((r iy) 1) ((k ao l z) 1))) +("recant" nil (((r iy) 0) ((k ae n t) 1))) +("recantation" nil (((r eh) 1) ((k ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("recanted" nil (((r iy) 0) ((k ae n) 1) ((t ih d) 0))) +("recanting" nil (((r ax) 0) ((k ae n) 1) ((t ih ng) 0))) +("recap" nil (((r iy) 1) ((k ae p) 1))) +("recapitalization" nil (((r iy) 1) ((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("recapitalizations" nil (((r iy) 0) ((k ae) 1) ((p ax) 0) ((t ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n z) 0))) +("recapitalize" nil (((r iy) 1) ((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ay z) 1))) +("recapitalized" nil (((r iy) 1) ((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ay z d) 1))) +("recapitalizing" nil (((r iy) 1) ((k ae) 1) ((p ih) 0) ((t ax) 0) ((l ay) 1) ((z ih ng) 0))) +("recapitulates" nil (((r iy) 1) ((k ax) 0) ((p ih) 1) ((ch ax) 0) ((l ey t s) 1))) +("recapped" nil (((r iy) 0) ((k ae p t) 1))) +("recapping" nil (((r iy) 0) ((k ae) 1) ((p ih ng) 0))) +("recapture" nil (((r iy) 0) ((k ae p) 1) ((ch er) 0))) +("recaptured" nil (((r iy) 0) ((k ae p) 1) ((ch er d) 0))) +("recapturing" nil (((r iy) 0) ((k ae p) 1) ((ch er) 0) ((ih ng) 0))) +("recarey" nil (((r iy) 0) ((k eh) 1) ((r iy) 0))) +("recast" nil (((r iy) 0) ((k ae s t) 1))) +("recasting" nil (((r iy) 0) ((k ae) 1) ((s t ih ng) 0))) +("recchia" nil (((r eh) 1) ((k iy) 0) ((ax) 0))) +("recede" nil (((r ih) 0) ((s iy d) 1))) +("receded" nil (((r ax) 0) ((s iy) 1) ((d ax d) 0))) +("recedes" nil (((r iy) 0) ((s iy d z) 1))) +("receding" nil (((r ih) 0) ((s iy) 1) ((d ih ng) 0))) +("receipt" nil (((r ih) 0) ((s iy t) 1))) +("receipts" nil (((r ih) 0) ((s iy t s) 1))) +("receivable" nil (((r ih) 0) ((s iy) 1) ((v ax) 0) ((b ax l) 0))) +("receivables" nil (((r ih) 0) ((s iy) 1) ((v ax) 0) ((b ax l z) 0))) +("receive" nil (((r ax) 0) ((s iy v) 1))) +("received" nil (((r ax) 0) ((s iy v d) 1))) +("receiver" nil (((r ax) 0) ((s iy) 1) ((v er) 0))) +("receivers" nil (((r ax) 0) ((s iy) 1) ((v er z) 0))) +("receivership" nil (((r ih) 0) ((s iy) 1) ((v er) 0) ((sh ih p) 1))) +("receiverships" nil (((r ih) 0) ((s iy) 1) ((v er) 0) ((sh ih p s) 1))) +("receives" nil (((r ax) 0) ((s iy v z) 1))) +("receiving" nil (((r ax) 0) ((s iy) 1) ((v ih ng) 0))) +("recent" nil (((r iy) 1) ((s ax n t) 0))) +("recently" nil (((r iy) 1) ((s ax n t) 0) ((l iy) 0))) +("receptacle" nil (((r ax) 0) ((s eh p) 1) ((t ax) 0) ((k ax l) 0))) +("receptacles" nil (((r ih) 0) ((s eh p) 1) ((t ih) 0) ((k ax l z) 0))) +("receptech" nil (((r iy) 1) ((s eh p) 1) ((t eh k) 1))) +("reception" nil (((r ih) 0) ((s eh p) 1) ((sh ax n) 0))) +("receptionist" nil (((r ih) 0) ((s eh p) 1) ((sh ax) 0) ((n ih s t) 0))) +("receptionists" nil (((r ih) 0) ((s eh p) 1) ((sh ax) 0) ((n ih s t s) 0))) +("receptions" nil (((r ih) 0) ((s eh p) 1) ((sh ax n z) 0))) +("receptive" nil (((r ih) 0) ((s eh p) 1) ((t ih v) 0))) +("receptivity" nil (((r iy) 1) ((s eh p) 1) ((t ih) 1) ((v ih) 0) ((t iy) 0))) +("receptor" nil (((r iy) 0) ((s eh p) 1) ((t er) 0))) +("receptors" nil (((r ax) 0) ((s eh p) 1) ((t er z) 0))) +("recess" nil (((r ih) 0) ((s eh s) 1))) +("recessed" nil (((r ih) 0) ((s eh s t) 1))) +("recesses" nil (((r iy) 1) ((s eh) 0) ((s ax z) 0))) +("recession" nil (((r ih) 0) ((s eh) 1) ((sh ax n) 0))) +("recessionary" nil (((r iy) 0) ((s eh) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("recessions" nil (((r ih) 0) ((s eh) 1) ((sh ax n z) 0))) +("recessive" nil (((r ax) 0) ((s eh) 1) ((s ih v) 0))) +("rech" nil (((r eh k) 1))) +("recharge" nil (((r iy) 0) ((ch aa r jh) 1))) +("rechargeable" nil (((r iy) 0) ((ch aa r) 1) ((jh ax) 0) ((b ax l) 0))) +("recharged" nil (((r iy) 0) ((ch aa r jh d) 1))) +("recharging" nil (((r iy) 0) ((ch aa r) 1) ((jh ih ng) 0))) +("recheck" nil (((r iy) 1) ((ch eh k) 1))) +("rechecked" nil (((r iy) 0) ((ch eh k t) 1))) +("rechristened" nil (((r iy) 1) ((k r ih) 1) ((s ax n d) 0))) +("recht" nil (((r eh k t) 1))) +("recidivism" nil (((r ax) 0) ((s ih) 1) ((d ih) 0) ((v ih) 1) ((z ax m) 0))) +("recine" nil (((r eh) 0) ((ch iy) 1) ((n iy) 0))) +("recio" nil (((r eh) 1) ((ch iy) 0) ((ow) 0))) +("recipe" nil (((r eh) 1) ((s ax) 0) ((p iy) 0))) +("recipes" nil (((r eh) 1) ((s ax) 0) ((p iy z) 0))) +("recipient" nil (((r ax) 0) ((s ih) 1) ((p iy) 0) ((ax n t) 0))) +("recipients" nil (((r ih) 0) ((s ih) 1) ((p iy) 0) ((ax n t s) 0))) +("reciprocal" nil (((r ih) 0) ((s ih) 1) ((p r ax) 0) ((k ax l) 0))) +("reciprocate" nil (((r ih) 0) ((s ih) 1) ((p r ax) 0) ((k ey t) 1))) +("reciprocated" nil (((r ih) 0) ((s ih) 1) ((p r ax) 0) ((k ey) 1) ((t ih d) 0))) +("reciprocating" nil (((r ih) 0) ((s ih) 1) ((p r ax) 0) ((k ey) 1) ((t ih ng) 0))) +("reciprocity" nil (((r eh) 1) ((s ih) 0) ((p r aa) 1) ((s ih) 0) ((t iy) 0))) +("recision" nil (((r ih) 0) ((s ih) 1) ((zh ax n) 0))) +("recission" nil (((r ax) 0) ((s ih) 1) ((sh ax n) 0))) +("recital" nil (((r ax) 0) ((s ay) 1) ((t ax l) 0))) +("recitals" nil (((r ih) 0) ((s ay) 1) ((t ax l z) 0))) +("recitation" nil (((r eh) 1) ((s ax) 0) ((t ey) 1) ((sh ax n) 0))) +("recitations" nil (((r eh) 1) ((s ih) 0) ((t ey) 1) ((sh ax n z) 0))) +("recitatives" nil (((r eh) 1) ((s ax) 0) ((t ax) 0) ((t iy v z) 1))) +("recite" nil (((r ax) 0) ((s ay t) 1))) +("recited" nil (((r ax) 0) ((s ay) 1) ((t ax d) 0))) +("recites" nil (((r iy) 0) ((s ay t s) 1))) +("reciting" nil (((r iy) 0) ((s ay) 1) ((t ih ng) 0))) +("reck" nil (((r eh k) 1))) +("reckard" nil (((r eh) 1) ((k er d) 0))) +("recker" nil (((r eh) 1) ((k er) 0))) +("reckitt" nil (((r eh) 1) ((k ih t) 0))) +("reckless" nil (((r eh) 1) ((k l ax s) 0))) +("recklessly" nil (((r eh) 1) ((k l ax) 0) ((s l iy) 0))) +("recklessness" nil (((r eh) 1) ((k l ax) 0) ((s n ax s) 0))) +("reckner" nil (((r eh k) 1) ((n er) 0))) +("reckon" nil (((r eh) 1) ((k ax n) 0))) +("reckoned" nil (((r eh) 1) ((k ax n d) 0))) +("reckoning" nil (((r eh) 1) ((k ax) 0) ((n ih ng) 0))) +("reckons" nil (((r eh) 1) ((k ax n z) 0))) +("recktenwald" nil (((r ih k) 0) ((t eh n) 1) ((w ax l d) 0))) +("reclaim" nil (((r iy) 0) ((k l ey m) 1))) +("reclaimed" nil (((r iy) 0) ((k l ey m d) 1))) +("reclaimer" nil (((r iy) 0) ((k l ey) 1) ((m er) 0))) +("reclaiming" nil (((r iy) 0) ((k l ey) 1) ((m ih ng) 0))) +("reclamation" nil (((r eh) 1) ((k l ax) 0) ((m ey) 1) ((sh ax n) 0))) +("reclassification" nil (((r iy) 0) ((k l ae) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("reclassified" nil (((r iy) 0) ((k l ae) 1) ((s ax) 0) ((f ay d) 1))) +("reclassify" nil (((r iy) 0) ((k l ae) 1) ((s ih) 0) ((f ay) 1))) +("reclassifying" nil (((r iy) 0) ((k l ae) 1) ((s ih) 0) ((f ay) 1) ((ih ng) 0))) +("recliner" nil (((r ih) 0) ((k l ay) 1) ((n er) 0))) +("reclining" nil (((r ih) 0) ((k l ay) 1) ((n ih ng) 0))) +("recluse" nil (((r ih) 0) ((k l uw s) 1))) +("reclusive" nil (((r ih) 0) ((k l uw) 1) ((s ih v) 0))) +("reco" nil (((r iy) 1) ((k ow) 0))) +("recognition" nil (((r eh) 1) ((k ax g) 0) ((n ih) 1) ((sh ax n) 0))) +("recognizable" nil (((r eh) 1) ((k ax g) 0) ((n ay) 1) ((z ax) 0) ((b ax l) 0))) +("recognizably" nil (((r eh) 1) ((k ax g) 0) ((n ay) 1) ((z ax) 0) ((b l iy) 0))) +("recognizance" nil (((r ih) 0) ((k aa) 1) ((n ax) 0) ((z ax n s) 0))) +("recognize" nil (((r eh) 1) ((k ax g) 0) ((n ay z) 1))) +("recognized" nil (((r eh) 1) ((k ax g) 0) ((n ay z d) 1))) +("recognizes" nil (((r eh) 1) ((k ax g) 0) ((n ay) 1) ((z ax z) 0))) +("recognizing" nil (((r eh) 1) ((k ax g) 0) ((n ay) 1) ((z ih ng) 0))) +("recoil" nil (((r iy) 0) ((k oy l) 1))) +("recoiled" nil (((r iy) 0) ((k oy l d) 1))) +("recoils" nil (((r iy) 0) ((k oy l z) 1))) +("recollect" nil (((r eh) 1) ((k ax) 0) ((l eh k t) 1))) +("recollected" nil (((r eh) 1) ((k ax) 0) ((l eh k) 1) ((t ih d) 0))) +("recollecting" nil (((r eh) 1) ((k ax) 0) ((l eh k) 1) ((t ih ng) 0))) +("recollection" nil (((r eh) 1) ((k ax) 0) ((l eh k) 1) ((sh ax n) 0))) +("recollections" nil (((r eh) 1) ((k ax) 0) ((l eh k) 1) ((sh ax n z) 0))) +("recollects" nil (((r eh) 1) ((k ax) 0) ((l eh k t s) 1))) +("recombinant" nil (((r ih) 0) ((k aa m) 1) ((b ih) 0) ((n ax n t) 0))) +("recombine" nil (((r iy) 1) ((k ax m) 0) ((b ay n) 1))) +("recommend" nil (((r eh) 1) ((k ax) 0) ((m eh n d) 1))) +("recommendation" nil (((r eh) 1) ((k ax) 0) ((m ax n) 0) ((d ey) 1) ((sh ax n) 0))) +("recommendations" nil (((r eh) 1) ((k ax) 0) ((m ax n) 0) ((d ey) 1) ((sh ax n z) 0))) +("recommended" nil (((r eh) 1) ((k ax) 0) ((m eh n) 1) ((d ax d) 0))) +("recommending" nil (((r eh) 1) ((k ax) 0) ((m eh n) 1) ((d ih ng) 0))) +("recommends" nil (((r eh) 1) ((k ax) 0) ((m eh n d z) 1))) +("recommit" nil (((r ih) 0) ((k aa) 1) ((m ih t) 0))) +("recompense" nil (((r eh) 1) ((k ax m) 0) ((p eh n s) 1))) +("reconcile" nil (((r eh) 1) ((k ax n) 0) ((s ay l) 1))) +("reconciled" nil (((r eh) 1) ((k ax n) 0) ((s ay l d) 1))) +("reconciles" nil (((r eh) 1) ((k ax n) 0) ((s ay l z) 1))) +("reconciliation" nil (((r eh) 1) ((k ax n) 0) ((s ih) 1) ((l iy) 0) ((ey) 1) ((sh ax n) 0))) +("reconciliations" nil (((r eh) 1) ((k ax n) 0) ((s ih) 1) ((l iy) 0) ((ey) 1) ((sh ax n z) 0))) +("reconciling" nil (((r eh) 1) ((k ax n) 0) ((s ay) 1) ((l ih ng) 0))) +("recondite" nil (((r eh) 1) ((k ax n) 0) ((d ay t) 1))) +("reconditioned" nil (((r iy) 1) ((k ax n) 0) ((d ih) 1) ((sh ax n d) 0))) +("reconditioning" nil (((r iy) 1) ((k ax n) 0) ((d ih) 1) ((sh ax) 0) ((n ih ng) 0))) +("reconfiguration" nil (((r iy) 0) ((k ax n) 0) ((f ih) 1) ((g y er) 0) ((ey) 1) ((sh ax n) 0))) +("reconfigure" nil (((r iy) 1) ((k ax n) 0) ((f ih) 1) ((g y er) 0))) +("reconfigured" nil (((r iy) 1) ((k ax n) 0) ((f ih) 1) ((g y er d) 0))) +("reconfirm" nil (((r iy) 1) ((k ax n) 0) ((f er m) 1))) +("reconfirmation" nil (((r iy) 1) ((k aa n) 1) ((f er) 0) ((m ey) 1) ((sh ax n) 0))) +("reconfirmed" nil (((r iy) 1) ((k ax n) 0) ((f er m d) 1))) +("reconnaissance" nil (((r iy) 0) ((k aa) 1) ((n ax) 0) ((s ax n s) 0))) +("reconnect" nil (((r iy) 0) ((k ax) 0) ((n eh k t) 1))) +("reconquered" nil (((r iy) 0) ((k ao ng) 1) ((k er d) 0))) +("reconsider" nil (((r iy) 1) ((k ax n) 0) ((s ih) 1) ((d er) 0))) +("reconsideration" nil (((r iy) 0) ((k ax n) 0) ((s ih) 1) ((d er) 0) ((ey) 1) ((sh ax n) 0))) +("reconsidered" nil (((r iy) 1) ((k ax n) 0) ((s ih) 1) ((d er d) 0))) +("reconsidering" nil (((r iy) 1) ((k ax n) 0) ((s ih) 1) ((d er) 0) ((ih ng) 0))) +("reconstitute" nil (((r iy) 0) ((k aa n) 1) ((s t ax) 0) ((t uw t) 1))) +("reconstituted" nil (((r iy) 0) ((k aa n) 1) ((s t ax) 0) ((t uw) 1) ((t ih d) 0))) +("reconstruct" nil (((r iy) 1) ((k ax n) 0) ((s t r ah k t) 1))) +("reconstructed" nil (((r iy) 1) ((k ax n) 0) ((s t r ah k) 1) ((t ih d) 0))) +("reconstructing" nil (((r iy) 1) ((k ax n) 0) ((s t r ah k) 1) ((t ih ng) 0))) +("reconstruction" nil (((r iy) 1) ((k ax n) 0) ((s t r ah k) 1) ((sh ax n) 0))) +("reconstructions" nil (((r iy) 1) ((k ax n) 0) ((s t r ah k) 1) ((sh ax n z) 0))) +("reconstructive" nil (((r iy) 1) ((k ax n) 0) ((s t r ah k) 1) ((t ih v) 0))) +("reconvene" nil (((r iy) 0) ((k ax n) 0) ((v iy n) 1))) +("reconvened" nil (((r iy) 0) ((k ax n) 0) ((v iy n d) 1))) +("reconvenes" nil (((r iy) 0) ((k ax n) 0) ((v iy n z) 1))) +("record" n (((r eh) 1) ((k er d) 0))) +("record" v (((r ax) 0) ((k ao r d) 1))) +("recordable" nil (((r ih) 0) ((k ao r) 1) ((d ax) 0) ((b ax l) 0))) +("recorded" nil (((r ax) 0) ((k ao r) 1) ((d ax d) 0))) +("recorder" nil (((r ih) 0) ((k ao r) 1) ((d er) 0))) +("recorders" nil (((r ih) 0) ((k ao r) 1) ((d er z) 0))) +("recording" nil (((r ax) 0) ((k ao r) 1) ((d ih ng) 0))) +("recordings" nil (((r ih) 0) ((k ao r) 1) ((d ih ng z) 0))) +("recordkeeping" nil (((r eh) 1) ((k er d) 0) ((k iy) 1) ((p ih ng) 0))) +("records" n (((r eh) 1) ((k er d z) 0))) +("records" v (((r ax) 0) ((k ao r d z) 1))) +("recore" nil (((r eh) 0) ((k ao) 1) ((r iy) 0))) +("recount" n (((r iy) 1) ((k aw n t) 0))) +("recount" v (((r iy) 0) ((k aw n t) 1))) +("recounted" nil (((r ih) 0) ((k aw n) 1) ((t ih d) 0))) +("recounting" nil (((r ih) 0) ((k aw n) 1) ((t ih ng) 0))) +("recounts" n (((r iy) 1) ((k aw n t s) 0))) +("recounts" v (((r iy) 0) ((k aw n t s) 1))) +("recoup" nil (((r ih) 0) ((k uw p) 1))) +("recouped" nil (((r ih) 0) ((k uw p t) 1))) +("recouping" nil (((r ih) 0) ((k uw) 1) ((p ih ng) 0))) +("recoups" nil (((r ih) 0) ((k uw p s) 1))) +("recourse" nil (((r iy) 1) ((k ao r s) 0))) +("recover" nil (((r ih) 0) ((k ah) 1) ((v er) 0))) +("recoverable" nil (((r ih) 0) ((k ah) 1) ((v er) 0) ((ax) 0) ((b ax l) 0))) +("recovered" nil (((r ax) 0) ((k ah) 1) ((v er d) 0))) +("recoveries" nil (((r ih) 0) ((k ah) 1) ((v er) 0) ((iy z) 0))) +("recovering" nil (((r ax) 0) ((k ah) 1) ((v er) 0) ((ih ng) 0))) +("recovers" nil (((r ih) 0) ((k ah) 1) ((v er z) 0))) +("recovery" nil (((r ax) 0) ((k ah) 1) ((v er) 0) ((iy) 0))) +("recreate" nil (((r eh) 1) ((k r iy) 0) ((ey t) 1))) +("recreated" nil (((r eh) 1) ((k r iy) 0) ((ey) 1) ((t ih d) 0))) +("recreates" nil (((r eh) 1) ((k r iy) 0) ((ey t s) 1))) +("recreating" nil (((r eh) 1) ((k r iy) 0) ((ey) 1) ((t ih ng) 0))) +("recreation" nil (((r eh) 1) ((k r iy) 0) ((ey) 1) ((sh ax n) 0))) +("recreational" nil (((r eh) 1) ((k r iy) 0) ((ey) 1) ((sh ax) 0) ((n ax l) 0))) +("recrimination" nil (((r ih) 0) ((k r ih) 1) ((m ih) 0) ((n ey) 1) ((sh ax n) 0))) +("recriminations" nil (((r ih) 0) ((k r ih) 1) ((m ih) 0) ((n ey) 1) ((sh ax n z) 0))) +("recruit" nil (((r ax) 0) ((k r uw t) 1))) +("recruited" nil (((r ih) 0) ((k r uw) 1) ((t ih d) 0))) +("recruiter" nil (((r ih) 0) ((k r uw) 1) ((t er) 0))) +("recruiters" nil (((r ih) 0) ((k r uw) 1) ((t er z) 0))) +("recruiting" nil (((r ax) 0) ((k r uw) 1) ((t ih ng) 0))) +("recruitment" nil (((r ax) 0) ((k r uw t) 1) ((m ax n t) 0))) +("recruits" nil (((r ax) 0) ((k r uw t s) 1))) +("rectal" nil (((r eh k) 1) ((t ax l) 0))) +("rectangle" nil (((r eh k) 1) ((t ae ng) 0) ((g ax l) 0))) +("rectangles" nil (((r eh k) 1) ((t ae ng) 1) ((g ax l z) 0))) +("rectangular" nil (((r eh k) 0) ((t ae ng) 1) ((g y ax) 0) ((l er) 0))) +("rectenwald" nil (((r eh k) 1) ((t ih n) 0) ((w ao l d) 0))) +("rectification" nil (((r eh k) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("rectified" nil (((r eh k) 1) ((t ax) 0) ((f ay d) 1))) +("rectifier" nil (((r eh k) 1) ((t ax) 0) ((f ay) 1) ((er) 0))) +("rectifiers" nil (((r eh k) 1) ((t ax) 0) ((f ay) 1) ((er z) 0))) +("rectify" nil (((r eh k) 1) ((t ax) 0) ((f ay) 1))) +("rectifying" nil (((r eh k) 1) ((t ax) 0) ((f ay) 1) ((ih ng) 0))) +("rectitude" nil (((r eh k) 1) ((t ih) 0) ((t uw d) 1))) +("rector" nil (((r eh k) 1) ((t er) 0))) +("rectum" nil (((r eh k) 1) ((t ax m) 0))) +("recuperate" nil (((r ih) 0) ((k uw) 1) ((p er) 0) ((ey t) 1))) +("recuperating" nil (((r ih) 0) ((k uw) 1) ((p er) 0) ((ey) 1) ((t ih ng) 0))) +("recuperation" nil (((r ih) 0) ((k uw) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("recupero" nil (((r ey) 0) ((k uw) 0) ((p eh) 1) ((r ow) 0))) +("recur" nil (((r ih) 0) ((k er) 1))) +("recurred" nil (((r iy) 0) ((k er d) 1))) +("recurrence" nil (((r ih) 0) ((k er) 1) ((ax n s) 0))) +("recurrent" nil (((r ih) 0) ((k er) 1) ((ax n t) 0))) +("recurring" nil (((r ih) 0) ((k er) 1) ((ih ng) 0))) +("recusal" nil (((r ih) 0) ((k y uw) 1) ((z ax l) 0))) +("recuse" nil (((r ih) 1) ((k y uw z) 1))) +("recused" nil (((r ih) 0) ((k y uw z d) 1))) +("recusing" nil (((r ih) 1) ((k y uw) 1) ((z ih ng) 0))) +("recyclable" nil (((r iy) 0) ((s ay) 1) ((k l ax) 0) ((b ax l) 0))) +("recycle" nil (((r iy) 0) ((s ay) 1) ((k ax l) 0))) +("recycled" nil (((r iy) 0) ((s ay) 1) ((k ax l d) 0))) +("recycler" nil (((r iy) 0) ((s ay) 1) ((k l er) 0))) +("recyclers" nil (((r iy) 0) ((s ay) 1) ((k l er z) 0))) +("recycles" nil (((r iy) 0) ((s ay) 1) ((k ax l z) 0))) +("recycling" nil (((r iy) 0) ((s ay) 1) ((k ax) 0) ((l ih ng) 0))) +("reczek" nil (((r eh) 1) ((ch eh k) 0))) +("red" nil (((r eh d) 1))) +("reda" nil (((r ey) 1) ((d ax) 0))) +("redact" nil (((r ih) 0) ((d ae k t) 1))) +("redacted" nil (((r ih) 0) ((d ae k) 1) ((t ih d) 0))) +("redactes" nil (((r ih) 0) ((d ae k t s) 1))) +("redacting" nil (((r ih) 0) ((d ae k) 1) ((t ih ng) 0))) +("redbird" nil (((r eh d) 1) ((b er d) 1))) +("redbook" nil (((r eh d) 1) ((b uh k) 1))) +("redbud" nil (((r eh d) 1) ((b ah d) 1))) +("redburn" nil (((r eh d) 1) ((b er n) 1))) +("redcay" nil (((r eh d) 1) ((k ey) 0))) +("redco" nil (((r eh d) 1) ((k ow) 0))) +("redcoats" nil (((r eh d) 1) ((k ow t s) 1))) +("redd" nil (((r eh d) 1))) +("reddell" nil (((r eh) 1) ((d ax l) 0))) +("redden" nil (((r eh) 1) ((d ax n) 0))) +("redder" nil (((r eh) 1) ((d er) 0))) +("reddick" nil (((r eh) 1) ((d ih k) 0))) +("reddig" nil (((r eh) 1) ((d ih g) 0))) +("reddin" nil (((r eh) 1) ((d ih n) 0))) +("redding" nil (((r eh) 1) ((d ih ng) 0))) +("reddinger" nil (((r eh) 1) ((d ih ng) 0) ((er) 0))) +("reddington" nil (((r eh) 1) ((d ih ng) 0) ((t ax n) 0))) +("reddish" nil (((r eh) 1) ((d ih sh) 0))) +("redditt" nil (((r eh) 1) ((d ih t) 0))) +("reddoch" nil (((r eh) 1) ((d ax k) 0))) +("reddy" nil (((r eh) 1) ((d iy) 0))) +("redecorate" nil (((r iy) 0) ((d eh) 1) ((k er) 0) ((ey t) 1))) +("redecorated" nil (((r iy) 0) ((d eh) 1) ((k er) 0) ((ey) 1) ((t ih d) 0))) +("redecorating" nil (((r iy) 0) ((d eh) 1) ((k er) 0) ((ey) 1) ((t ih ng) 0))) +("redecoration" nil (((r iy) 1) ((d eh) 0) ((k er) 0) ((ey) 1) ((sh ax n) 0))) +("redeem" nil (((r ih) 0) ((d iy m) 1))) +("redeemable" nil (((r ih) 0) ((d iy) 1) ((m ax) 0) ((b ax l) 0))) +("redeemed" nil (((r ih) 0) ((d iy m d) 1))) +("redeeming" nil (((r ih) 0) ((d iy) 1) ((m ih ng) 0))) +("redeems" nil (((r ax) 0) ((d iy m z) 1))) +("redefine" nil (((r iy) 0) ((d ih) 0) ((f ay n) 1))) +("redefined" nil (((r iy) 0) ((d ih) 0) ((f ay n d) 1))) +("redefining" nil (((r iy) 0) ((d ih) 0) ((f ay) 1) ((n ih ng) 0))) +("redefinition" nil (((r iy) 0) ((d eh) 1) ((f ax) 0) ((n ih) 1) ((sh ax n) 0))) +("redeker" nil (((r eh) 1) ((d ih) 0) ((k er) 0))) +("redel" nil (((r eh) 1) ((d ax l) 0))) +("redell" nil (((r eh) 1) ((d ax l) 0))) +("redemption" nil (((r ih) 0) ((d eh m p) 1) ((sh ax n) 0))) +("redemptions" nil (((r ih) 0) ((d eh m p) 1) ((sh ax n z) 0))) +("redemptive" nil (((r ih) 0) ((d eh m p) 1) ((t ih v) 0))) +("redenbaugh" nil (((r eh) 1) ((d ih n) 0) ((b aw) 0))) +("redenius" nil (((r eh) 1) ((d iy) 0) ((n iy) 0) ((ih s) 0))) +("redeploy" nil (((r iy) 1) ((d ih) 0) ((p l oy) 1))) +("redeployed" nil (((r iy) 1) ((d ih) 0) ((p l oy d) 1))) +("redeploying" nil (((r iy) 1) ((d ih) 0) ((p l oy) 1) ((ih ng) 0))) +("redeployment" nil (((r iy) 1) ((d ih) 0) ((p l oy) 1) ((m ax n t) 0))) +("redeployments" nil (((r iy) 1) ((d ih) 0) ((p l oy) 1) ((m ax n t s) 0))) +("redeposition" nil (((r iy) 0) ((d eh) 1) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("reder" nil (((r eh) 1) ((d er) 0))) +("redesign" nil (((r iy) 1) ((d ih) 0) ((z ay n) 1))) +("redesigned" nil (((r iy) 1) ((d ih) 0) ((z ay n d) 1))) +("redesigning" nil (((r iy) 1) ((d ih) 0) ((z ay) 1) ((n ih ng) 0))) +("redevelop" nil (((r iy) 0) ((d ih) 0) ((v eh) 1) ((l ax p) 0))) +("redevelopment" nil (((r iy) 1) ((d ih) 0) ((v eh) 1) ((l ax p) 0) ((m ax n t) 0))) +("redfearn" nil (((r eh d) 1) ((f er n) 0))) +("redfern" nil (((r eh d) 1) ((f er n) 1))) +("redfield" nil (((r eh d) 1) ((f iy l d) 1))) +("redfish" nil (((r eh d) 1) ((f ih sh) 1))) +("redford" nil (((r eh d) 1) ((f er d) 0))) +("redgrave" nil (((r eh d) 1) ((g r ey v) 1))) +("redhanded" nil (((r eh d) 1) ((hh ae n) 1) ((d ih d) 0))) +("redhead" nil (((r eh d) 1) ((hh eh d) 1))) +("redheaded" nil (((r eh d) 1) ((hh eh) 1) ((d ih d) 0))) +("redheads" nil (((r eh d) 1) ((hh eh d z) 1))) +("redhill" nil (((r eh d) 1) ((hh ih l) 0))) +("redi" nil (((r eh) 1) ((d iy) 0))) +("redic" nil (((r eh) 1) ((d ih k) 0))) +("redick" nil (((r eh) 1) ((d ih k) 0))) +("redid" nil (((r iy) 0) ((d ih d) 1))) +("redifer" nil (((r eh) 1) ((d ih) 0) ((f er) 0))) +("rediffusion" nil (((r iy) 0) ((d ih) 0) ((f y uw) 1) ((zh ax n) 0))) +("rediger" nil (((r eh) 1) ((d ih) 0) ((g er) 0))) +("rediker" nil (((r eh) 1) ((d ih) 0) ((k er) 0))) +("reding" nil (((r iy) 1) ((d ih ng) 0))) +("redinger" nil (((r eh) 1) ((d ih ng) 0) ((er) 0))) +("redington" nil (((r eh) 1) ((d ih ng) 0) ((t ax n) 0))) +("redirect" nil (((r iy) 1) ((d er) 0) ((eh k t) 1))) +("redirected" nil (((r iy) 1) ((d er) 0) ((eh k) 1) ((t ih d) 0))) +("redirecting" nil (((r iy) 1) ((d er) 0) ((eh k) 1) ((t ih ng) 0))) +("redirection" nil (((r iy) 1) ((d er) 0) ((eh k) 1) ((sh ax n) 0))) +("redis" nil (((r eh) 1) ((d ih s) 0))) +("rediscover" nil (((r iy) 0) ((d ih) 0) ((s k ah) 1) ((v er) 0))) +("rediscovered" nil (((r iy) 0) ((d ih) 0) ((s k ah) 1) ((v er d) 0))) +("rediscovering" nil (((r iy) 0) ((d ih) 0) ((s k ah) 1) ((v er) 0) ((ih ng) 0))) +("rediscovery" nil (((r iy) 0) ((d ih) 0) ((s k ah) 1) ((v r iy) 0))) +("redish" nil (((r eh) 1) ((d ih sh) 0))) +("redisplay" nil (((r iy) 0) ((d ih) 0) ((s p l ey) 1))) +("redistribute" nil (((r iy) 1) ((d ih) 0) ((s t r ih) 1) ((b y uw t) 0))) +("redistributed" nil (((r iy) 1) ((d ih) 0) ((s t r ih) 1) ((b y uw) 0) ((t ih d) 0))) +("redistributing" nil (((r iy) 1) ((d ih) 0) ((s t r ih) 1) ((b y uw) 0) ((t ih ng) 0))) +("redistribution" nil (((r iy) 1) ((d ih) 0) ((s t r ax) 0) ((b y uw) 1) ((sh ax n) 0))) +("redistributive" nil (((r iy) 0) ((d ih) 0) ((s t r ih) 1) ((b y uw) 0) ((t ih v) 0))) +("redistricting" nil (((r iy) 0) ((d ih) 1) ((s t r ih k) 0) ((t ih ng) 0))) +("redken" nil (((r eh d) 1) ((k ax n) 0))) +("redland" nil (((r eh d) 1) ((l ax n d) 0))) +("redler" nil (((r eh d) 1) ((l er) 0))) +("redley" nil (((r eh d) 1) ((l iy) 0))) +("redlich" nil (((r eh d) 1) ((l ih k) 0))) +("redlin" nil (((r eh d) 1) ((l ih n) 0))) +("redlinger" nil (((r eh) 1) ((d ax) 0) ((l ih ng) 0) ((er) 0))) +("redlining" nil (((r eh d) 1) ((l ay) 1) ((n ih ng) 0))) +("redman" nil (((r eh d) 1) ((m ae n) 1))) +("redmann" nil (((r eh d) 1) ((m ax n) 0))) +("redmon" nil (((r eh d) 1) ((m ax n) 0))) +("redmond" nil (((r eh d) 1) ((m ax n d) 0))) +("redmund" nil (((r eh d) 1) ((m ax n d) 0))) +("redneck" nil (((r eh d) 1) ((n eh k) 1))) +("rednecks" nil (((r eh d) 1) ((n eh k s) 1))) +("redner" nil (((r eh d) 1) ((n er) 0))) +("redness" nil (((r eh d) 1) ((n ax s) 0))) +("rednour" nil (((r eh d) 0) ((n uh r) 1))) +("redo" nil (((r iy) 0) ((d uw) 1))) +("redoglia" nil (((r ax) 0) ((d aa) 1) ((g l iy) 0) ((ax) 0))) +("redoing" nil (((r iy) 0) ((d uw) 1) ((ih ng) 0))) +("redolent" n (((r eh) 1) ((d ax) 0) ((l ax n t) 0))) +("redondo" nil (((r ih) 0) ((d aa n) 1) ((d ow) 0))) +("redone" nil (((r iy) 0) ((d ah n) 1))) +("redouble" nil (((r iy) 0) ((d ah) 1) ((b ax l) 0))) +("redoubled" nil (((r iy) 0) ((d ah) 1) ((b ax l d) 0))) +("redoubling" nil (((r iy) 0) ((d ah) 1) ((b ax) 0) ((l ih ng) 0))) +("redoubt" nil (((r ax) 0) ((d aw t) 1))) +("redoubtable" nil (((r ax) 0) ((d aw) 1) ((t ax) 0) ((b ax l) 0))) +("redound" nil (((r ih) 0) ((d aw n d) 1))) +("redpath" nil (((r eh d) 1) ((p ae th) 1))) +("redpolls" nil (((r eh d) 1) ((p ow l z) 1))) +("redraft" nil (((r iy) 0) ((d r ae f t) 1))) +("redrafted" nil (((r iy) 0) ((d r ae f) 1) ((t ih d) 0))) +("redraw" nil (((r iy) 0) ((d r ao) 1))) +("redrawn" nil (((r iy) 0) ((d r ao n) 1))) +("redress" nil (((r ih) 0) ((d r eh s) 1))) +("redressing" nil (((r iy) 0) ((d r eh) 1) ((s ih ng) 0))) +("reds" nil (((r eh d z) 1))) +("redshaw" nil (((r eh d) 1) ((sh ao) 1))) +("redskin" nil (((r eh d) 1) ((s k ih n) 1))) +("redskins" nil (((r eh d) 1) ((s k ih n z) 1))) +("redstone" nil (((r eh d) 1) ((s t ow n) 1))) +("reduce" nil (((r ax) 0) ((d uw s) 1))) +("reduced" nil (((r ax) 0) ((d uw s t) 1))) +("reduces" nil (((r ax) 0) ((d uw) 1) ((s ax z) 0))) +("reducible" nil (((r ax) 0) ((d uw) 1) ((s ax) 0) ((b ax l) 0))) +("reducing" nil (((r ax) 0) ((d uw) 1) ((s ih ng) 0))) +("reduction" nil (((r ax) 0) ((d ah k) 1) ((sh ax n) 0))) +("reductions" nil (((r ih) 0) ((d ah k) 1) ((sh ax n z) 0))) +("redundancies" nil (((r ih) 0) ((d ah n) 1) ((d ax n) 0) ((s iy z) 0))) +("redundancy" nil (((r ih) 0) ((d ah n) 1) ((d ax n) 0) ((s iy) 0))) +("redundant" nil (((r ih) 0) ((d ah n) 1) ((d ax n t) 0))) +("redus" nil (((r iy) 1) ((d ax s) 0))) +("redwald" nil (((r eh) 1) ((d w ax l d) 0))) +("redwine" nil (((r eh) 1) ((d w ay n) 1))) +("redwood" nil (((r eh) 1) ((d w uh d) 1))) +("redwoods" nil (((r eh) 1) ((d w uh d z) 1))) +("ree" nil (((r iy) 1))) +("reeb" nil (((r iy b) 1))) +("reebok" nil (((r iy) 1) ((b aa k) 0))) +("reeboks" nil (((r iy) 1) ((b aa k s) 0))) +("reebs" nil (((r iy b z) 1))) +("reece" nil (((r iy s) 1))) +("reeck" nil (((r iy k) 1))) +("reed" nil (((r iy d) 1))) +("reeder" nil (((r iy) 1) ((d er) 0))) +("reeds" nil (((r iy d z) 1))) +("reedy" nil (((r iy) 1) ((d iy) 0))) +("reef" nil (((r iy f) 1))) +("reefs" nil (((r iy f s) 1))) +("reeg" nil (((r iy g) 1))) +("reeh" nil (((r iy) 1))) +("reek" nil (((r iy k) 1))) +("reeking" nil (((r iy) 1) ((k ih ng) 0))) +("reeks" nil (((r iy k s) 1))) +("reel" nil (((r iy l) 1))) +("reelected" nil (((r iy) 0) ((ih) 0) ((l eh k) 1) ((t ax d) 0))) +("reelection" nil (((r iy) 0) ((ih) 0) ((l eh k) 1) ((sh ax n) 0))) +("reeled" nil (((r iy l d) 1))) +("reeling" nil (((r iy) 1) ((l ih ng) 0))) +("reels" nil (((r iy l z) 1))) +("reemerge" nil (((r iy) 0) ((ih) 0) ((m er jh) 1))) +("reemerged" nil (((r iy) 0) ((ih) 0) ((m er jh d) 1))) +("reemergence" nil (((r iy) 0) ((ih) 0) ((m er) 1) ((jh ax n s) 0))) +("reemployment" nil (((r iy) 0) ((ih m) 0) ((p l oy) 1) ((m ax n t) 0))) +("reen" nil (((r iy n) 1))) +("reenacted" nil (((r iy) 0) ((ih) 0) ((n ae k) 1) ((t ih d) 0))) +("reenactment" nil (((r iy) 0) ((ih) 0) ((n ae k t) 1) ((m ax n t) 0))) +("reenactments" nil (((r iy) 0) ((ih) 0) ((n ae k t) 1) ((m ax n t s) 0))) +("reenacts" nil (((r iy) 0) ((ih) 0) ((n ae k t s) 1))) +("reengineering" nil (((r iy) 0) ((eh n) 1) ((jh ax) 0) ((n ih) 1) ((r ih ng) 0))) +("reenter" nil (((r iy) 0) ((ih n) 1) ((t er) 0))) +("reentering" nil (((r iy) 0) ((ih n) 1) ((t er) 0) ((ih ng) 0))) +("reentry" nil (((r iy) 0) ((ih n) 1) ((t r iy) 0))) +("reents" nil (((r iy n t s) 1))) +("reep" nil (((r iy p) 1))) +("rees" nil (((r iy z) 1))) +("reese" nil (((r iy s) 1))) +("reeser" nil (((r iy) 1) ((s er) 0))) +("reesman" nil (((r iy) 1) ((s m ax n) 0))) +("reesor" nil (((r iy) 1) ((s er) 0))) +("reestablish" nil (((r iy) 0) ((ih) 0) ((s t ae) 1) ((b l ih sh) 0))) +("reestablished" nil (((r iy) 1) ((ih) 0) ((s t ae) 1) ((b l ih sh t) 0))) +("reestablishing" nil (((r iy) 0) ((ih) 0) ((s t ae) 1) ((b l ih) 0) ((sh ih ng) 0))) +("reetz" nil (((r iy t s) 1))) +("reevaluate" nil (((r iy) 1) ((ih) 0) ((v ae) 1) ((l uw) 0) ((ey t) 1))) +("reevaluating" nil (((r iy) 0) ((ih) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((t ih ng) 0))) +("reevaluation" nil (((r iy) 0) ((ih) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((sh ax n) 0))) +("reeve" nil (((r iy v) 1))) +("reever" nil (((r iy) 1) ((v er) 0))) +("reeves" nil (((r iy v z) 1))) +("reexamination" nil (((r iy) 0) ((ih g) 0) ((z ae) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("reexamine" nil (((r iy) 0) ((eh g) 0) ((z ae) 1) ((m ax n) 0))) +("reexamined" nil (((r iy) 0) ((ih g) 0) ((z ae) 1) ((m ax n d) 0))) +("reexamining" nil (((r iy) 0) ((ih g) 0) ((z ae) 1) ((m ax) 0) ((n ih ng) 0))) +("reexport" nil (((r iy) 0) ((eh k) 1) ((s p ao r t) 1))) +("reexports" nil (((r iy) 0) ((eh k) 1) ((s p ao r t s) 1))) +("ref" nil (((r eh f) 1))) +("refaat" nil (((r ax) 0) ((f aa t) 1))) +("refah" nil (((r ax) 0) ((f aa) 1))) +("refco" nil (((r eh f) 1) ((k ow) 0))) +("refcorp" nil (((r eh f) 1) ((k ao r p) 0))) +("refenes" nil (((r eh) 1) ((f ih) 0) ((n eh s) 1))) +("refer" nil (((r ax) 0) ((f er) 1))) +("referee" nil (((r eh) 1) ((f er) 0) ((iy) 1))) +("referees" nil (((r eh) 1) ((f er) 0) ((iy z) 1))) +("reference" nil (((r eh) 1) ((f er) 0) ((ax n s) 0))) +("referenced" nil (((r eh) 1) ((f er) 0) ((ax n s t) 0))) +("references" nil (((r eh) 1) ((f er) 0) ((ax n) 0) ((s ih z) 0))) +("referenda" nil (((r eh) 1) ((f er) 0) ((eh n) 1) ((d ax) 0))) +("referendum" nil (((r eh) 1) ((f er) 0) ((eh n) 1) ((d ax m) 0))) +("referendums" nil (((r eh) 1) ((f er) 0) ((eh n) 1) ((d ax m z) 0))) +("refering" nil (((r ih) 0) ((f er) 1) ((ih ng) 0))) +("referral" nil (((r ih) 0) ((f er) 1) ((ax l) 0))) +("referrals" nil (((r ih) 0) ((f er) 1) ((ax l z) 0))) +("referred" nil (((r ax) 0) ((f er d) 1))) +("referring" nil (((r ih) 0) ((f er) 1) ((ih ng) 0))) +("refers" nil (((r ax) 0) ((f er z) 1))) +("reff" nil (((r eh f) 1))) +("reffett" nil (((r eh) 1) ((f ih t) 0))) +("reffitt" nil (((r eh) 1) ((f ih t) 0))) +("reffner" nil (((r eh f) 1) ((n er) 0))) +("refile" nil (((r iy) 0) ((f ay l) 1))) +("refiled" nil (((r iy) 0) ((f ay l d) 1))) +("refill" nil (((r iy) 1) ((f ih l) 1))) +("refills" nil (((r iy) 1) ((f ih l z) 1))) +("refinance" nil (((r iy) 1) ((f ax) 0) ((n ae n s) 1))) +("refinanced" nil (((r iy) 1) ((f ax) 0) ((n ae n s t) 1))) +("refinances" nil (((r iy) 1) ((f ax) 0) ((n ae n) 1) ((s ih z) 0))) +("refinancing" nil (((r iy) 1) ((f ax) 0) ((n ae n) 1) ((s ih ng) 0))) +("refinancings" nil (((r iy) 1) ((f ax) 0) ((n ae n) 1) ((s ih ng z) 0))) +("refine" nil (((r ax) 0) ((f ay n) 1))) +("refined" nil (((r ax) 0) ((f ay n d) 1))) +("refinement" nil (((r ax) 0) ((f ay n) 1) ((m ax n t) 0))) +("refinements" nil (((r ih) 0) ((f ay n) 1) ((m ax n t s) 0))) +("refiner" nil (((r ih) 0) ((f ay) 1) ((n er) 0))) +("refineries" nil (((r ih) 0) ((f ay) 1) ((n er) 0) ((iy z) 0))) +("refiners" nil (((r ih) 0) ((f ay) 1) ((n er z) 0))) +("refinery" nil (((r ih) 0) ((f ay) 1) ((n er) 0) ((iy) 0))) +("refines" nil (((r ih) 0) ((f ay n z) 1))) +("refining" nil (((r ax) 0) ((f ay) 1) ((n ih ng) 0))) +("refinish" nil (((r iy) 0) ((f ih) 1) ((n ih sh) 0))) +("refinished" nil (((r iy) 0) ((f ih) 1) ((n ih sh t) 0))) +("refinishing" nil (((r iy) 0) ((f ih) 1) ((n ih) 0) ((sh ih ng) 0))) +("refit" nil (((r iy) 0) ((f ih t) 1))) +("refitted" nil (((r iy) 0) ((f ih) 1) ((t ih d) 0))) +("refitting" nil (((r iy) 0) ((f ih) 1) ((t ih ng) 0))) +("reflag" nil (((r iy) 0) ((f l ae g) 1))) +("reflagged" nil (((r iy) 0) ((f l ae g d) 1))) +("reflagging" nil (((r iy) 0) ((f l ae) 1) ((g ih ng) 0))) +("reflate" nil (((r iy) 0) ((f l ey t) 1))) +("reflation" nil (((r iy) 0) ((f l ey) 1) ((sh ax n) 0))) +("reflect" nil (((r ax) 0) ((f l eh k t) 1))) +("reflected" nil (((r ax) 0) ((f l eh k) 1) ((t ax d) 0))) +("reflecting" nil (((r ax) 0) ((f l eh k) 1) ((t ih ng) 0))) +("reflection" nil (((r ax) 0) ((f l eh k) 1) ((sh ax n) 0))) +("reflections" nil (((r ih) 0) ((f l eh k) 1) ((sh ax n z) 0))) +("reflective" nil (((r ih) 0) ((f l eh k) 1) ((t ih v) 0))) +("reflectone" nil (((r iy) 0) ((f l eh k) 1) ((t ow n) 1))) +("reflects" nil (((r ih) 0) ((f l eh k t s) 1))) +("reflex" nil (((r iy) 1) ((f l eh k s) 0))) +("reflexes" nil (((r iy) 1) ((f l eh k) 0) ((s ax z) 0))) +("reflexive" nil (((r ax) 0) ((f l eh k) 1) ((s ih v) 0))) +("reflexively" nil (((r iy) 0) ((f l eh k) 1) ((s ih) 0) ((v l iy) 0))) +("reflexivity" nil (((r iy) 1) ((f l eh k) 1) ((s ih) 1) ((v ih) 0) ((t iy) 0))) +("refocus" nil (((r iy) 0) ((f ow) 1) ((k ax s) 0))) +("refocused" nil (((r iy) 0) ((f ow) 1) ((k ax s t) 0))) +("refocuses" nil (((r iy) 0) ((f ow) 1) ((k ax) 0) ((s ih z) 0))) +("refocusing" nil (((r iy) 0) ((f ow) 1) ((k ax) 0) ((s ih ng) 0))) +("reforest" nil (((r iy) 0) ((f ao) 1) ((r ax s t) 0))) +("reforestation" nil (((r iy) 1) ((f ao) 0) ((r ax) 0) ((s t ey) 1) ((sh ax n) 0))) +("reform" nil (((r ax) 0) ((f ao r m) 1))) +("reforma" nil (((r ih) 0) ((f ao r) 1) ((m ax) 0))) +("reformation" nil (((r eh) 1) ((f er) 0) ((m ey) 1) ((sh ax n) 0))) +("reformatories" nil (((r ih) 0) ((f ao r) 1) ((m ax) 0) ((t ao) 1) ((r iy z) 0))) +("reformatory" nil (((r ih) 0) ((f ao r) 1) ((m ax) 0) ((t ao) 1) ((r iy) 0))) +("reformed" nil (((r ih) 0) ((f ao r m d) 1))) +("reformer" nil (((r ih) 0) ((f ao r) 1) ((m er) 0))) +("reformers" nil (((r ih) 0) ((f ao r) 1) ((m er z) 0))) +("reforming" nil (((r ih) 0) ((f ao r) 1) ((m ih ng) 0))) +("reformist" nil (((r ih) 0) ((f ao r) 1) ((m ih s t) 0))) +("reformists" nil (((r ih) 0) ((f ao r) 1) ((m ih s t s) 0))) +("reforms" nil (((r ax) 0) ((f ao r m z) 1))) +("reformulate" nil (((r iy) 0) ((f ao r) 1) ((m y ax) 0) ((l ey t) 1))) +("reformulated" nil (((r iy) 0) ((f ao r) 1) ((m y ax) 0) ((l ey) 1) ((t ih d) 0))) +("refractive" nil (((r ax) 0) ((f r ae k) 1) ((t ih v) 0))) +("refractories" nil (((r ih) 0) ((f r ae k) 1) ((t er) 0) ((iy z) 0))) +("refractors" nil (((r ax) 0) ((f r ae k) 1) ((t er z) 0))) +("refractory" nil (((r ax) 0) ((f r ae k) 1) ((t er) 0) ((iy) 0))) +("refrain" nil (((r ih) 0) ((f r ey n) 1))) +("refrained" nil (((r ih) 0) ((f r ey n d) 1))) +("refraining" nil (((r ih) 0) ((f r ey) 1) ((n ih ng) 0))) +("refrains" nil (((r ih) 0) ((f r ey n z) 1))) +("refresh" nil (((r ih) 0) ((f r eh sh) 1))) +("refreshed" nil (((r iy) 0) ((f r eh sh t) 1))) +("refresher" nil (((r ih) 0) ((f r eh) 1) ((sh er) 0))) +("refreshes" nil (((r ih) 0) ((f r eh) 1) ((sh ih z) 0))) +("refreshing" nil (((r ih) 0) ((f r eh) 1) ((sh ih ng) 0))) +("refreshingly" nil (((r iy) 0) ((f r eh) 1) ((sh ih ng) 0) ((l iy) 0))) +("refreshment" nil (((r ax) 0) ((f r eh) 1) ((sh m ax n t) 0))) +("refreshments" nil (((r ax) 0) ((f r eh) 1) ((sh m ax n t s) 0))) +("refrigerant" nil (((r ih) 0) ((f r ih) 1) ((jh er) 0) ((ax n t) 0))) +("refrigerants" nil (((r ih) 0) ((f r ih) 1) ((jh er) 0) ((ax n t s) 0))) +("refrigerated" nil (((r ih) 0) ((f r ih) 1) ((jh er) 0) ((ey) 1) ((t ih d) 0))) +("refrigeration" nil (((r ih) 0) ((f r ih) 1) ((jh er) 0) ((ey) 1) ((sh ax n) 0))) +("refrigerator" nil (((r ax) 0) ((f r ih) 1) ((jh er) 0) ((ey) 1) ((t er) 0))) +("refrigerators" nil (((r ih) 0) ((f r ih) 1) ((jh er) 0) ((ey) 1) ((t er z) 0))) +("refsnes" nil (((r eh f) 1) ((s n iy z) 0))) +("refuel" nil (((r iy) 0) ((f y uw) 1) ((ax l) 0))) +("refueled" nil (((r iy) 0) ((f y uw) 1) ((ax l d) 0))) +("refueling" nil (((r iy) 0) ((f y uw) 1) ((ax) 0) ((l ih ng) 0))) +("refuge" nil (((r eh) 1) ((f y uw jh) 0))) +("refugee" nil (((r eh) 1) ((f y uh) 0) ((jh iy) 1))) +("refugees" nil (((r eh) 1) ((f y uw) 1) ((jh iy z) 1))) +("refuges" nil (((r eh) 1) ((f y uw) 0) ((jh ih z) 0))) +("refund" nil (((r ih) 0) ((f ah n d) 1))) +("refundable" nil (((r ih) 0) ((f ah n) 1) ((d ax) 0) ((b ax l) 0))) +("refunded" nil (((r ih) 0) ((f ah n) 1) ((d ih d) 0))) +("refunding" nil (((r ih) 0) ((f ah n) 1) ((d ih ng) 0))) +("refundings" nil (((r iy) 1) ((f ah n) 1) ((d ih ng z) 0))) +("refunds" nil (((r ih) 0) ((f ah n d z) 1))) +("refurbish" nil (((r iy) 0) ((f er) 1) ((b ih sh) 0))) +("refurbished" nil (((r iy) 0) ((f er) 1) ((b ih sh t) 0))) +("refurbishing" nil (((r iy) 0) ((f er) 1) ((b ih) 0) ((sh ih ng) 0))) +("refurbishment" nil (((r iy) 0) ((f er) 1) ((b ih) 0) ((sh m ax n t) 0))) +("refusal" nil (((r ax) 0) ((f y uw) 1) ((z ax l) 0))) +("refusals" nil (((r ih) 0) ((f y uw) 1) ((z ax l z) 0))) +("refuse" n (((r eh) 1) ((f y uw s) 1))) +("refuse" v (((r ax) 0) ((f y uw z) 1))) +("refused" nil (((r ax) 0) ((f y uw z d) 1))) +("refusenik" n (((r ax) 0) ((f y uw z) 1) ((n ax k) 0))) +("refuseniks" nil (((r ih) 0) ((f y uw z) 1) ((n ih k s) 0))) +("refuses" nil (((r ax) 0) ((f y uw) 1) ((z ax z) 0))) +("refusing" nil (((r ax) 0) ((f y uw) 1) ((z ih ng) 0))) +("refutation" nil (((r eh) 1) ((f y uw) 0) ((t ey) 1) ((sh ax n) 0))) +("refute" nil (((r ih) 0) ((f y uw t) 1))) +("refuted" nil (((r ih) 0) ((f y uw) 1) ((t ih d) 0))) +("refutes" nil (((r ih) 0) ((f y uw t s) 1))) +("refuting" nil (((r ih) 0) ((f y uw) 1) ((t ih ng) 0))) +("reg" nil (((r eh g) 1))) +("rega" nil (((r iy) 1) ((g ax) 0))) +("regain" nil (((r ih) 0) ((g ey n) 1))) +("regained" nil (((r iy) 0) ((g ey n d) 1))) +("regaining" nil (((r ih) 0) ((g ey) 1) ((n ih ng) 0))) +("regains" nil (((r iy) 0) ((g ey n z) 1))) +("regal" nil (((r iy) 1) ((g ax l) 0))) +("regalado" nil (((r ey) 0) ((g aa) 0) ((l aa) 1) ((d ow) 0))) +("regaled" nil (((r ih) 0) ((g ey l d) 1))) +("regalia" nil (((r ih) 0) ((g ey) 1) ((l y ax) 0))) +("regaling" nil (((r ih) 0) ((g ey) 1) ((l ih ng) 0))) +("regally" nil (((r iy) 1) ((g ax) 0) ((l iy) 0))) +("regan" nil (((r iy) 1) ((g ax n) 0))) +("regard" nil (((r ax) 0) ((g aa r d) 1))) +("regarded" nil (((r ax) 0) ((g aa r) 1) ((d ax d) 0))) +("regarding" nil (((r ax) 0) ((g aa r) 1) ((d ih ng) 0))) +("regardless" nil (((r ax) 0) ((g aa r d) 1) ((l ax s) 0))) +("regards" nil (((r ih) 0) ((g aa r d z) 1))) +("regas" nil (((r iy) 1) ((g ax z) 0))) +("regatta" nil (((r ih) 0) ((g aa) 1) ((t ax) 0))) +("regattas" nil (((r ax) 0) ((g aa) 1) ((t ax z) 0))) +("regehr" nil (((r eh) 1) ((g ih r) 0))) +("regel" nil (((r eh) 1) ((g ax l) 0))) +("regen" nil (((r eh) 1) ((g ax n) 0))) +("regency" nil (((r iy) 1) ((jh ax n) 0) ((s iy) 0))) +("regenerate" nil (((r iy) 0) ((jh eh) 1) ((n er) 0) ((ey t) 1))) +("regenerated" nil (((r iy) 0) ((jh eh) 1) ((n er) 0) ((ey) 1) ((t ih d) 0))) +("regenerating" nil (((r iy) 0) ((jh eh) 1) ((n er) 0) ((ey) 1) ((t ih ng) 0))) +("regeneration" nil (((r iy) 0) ((jh eh) 1) ((n er) 0) ((ey) 1) ((sh ax n) 0))) +("regeneron" nil (((r iy) 0) ((jh eh) 1) ((n er) 0) ((ao n) 1))) +("regensburg" nil (((r iy) 1) ((g ax n z) 0) ((b er g) 0))) +("regensteiner" nil (((r eh) 1) ((g ax n) 0) ((s t ay) 1) ((n er) 0))) +("regent" nil (((r iy) 1) ((jh ax n t) 0))) +("regents" nil (((r iy) 1) ((jh ax n t s) 0))) +("reger" nil (((r iy) 1) ((g er) 0))) +("regester" nil (((r eh) 1) ((jh ih) 0) ((s t er) 0))) +("reggae" nil (((r eh) 1) ((g ey) 1))) +("reggie" nil (((r eh) 1) ((jh iy) 0))) +("reggio" nil (((r eh) 1) ((jh iy) 0) ((ow) 0))) +("reggy" nil (((r eh) 1) ((g iy) 0))) +("regie" nil (((r eh) 1) ((g iy) 0))) +("regier" nil (((r iy) 1) ((g iy) 0) ((er) 0))) +("regime" nil (((r ax) 0) ((zh iy m) 1))) +("regimen" nil (((r eh) 1) ((jh ax) 0) ((m ax n) 0))) +("regimens" nil (((r eh) 1) ((jh ax) 0) ((m ax n z) 0))) +("regiment" nil (((r eh) 1) ((jh ax) 0) ((m ax n t) 0))) +("regimental" nil (((r eh) 1) ((jh ax) 0) ((m eh n) 1) ((t ax l) 0))) +("regimentation" nil (((r eh) 1) ((jh ax) 0) ((m eh n) 0) ((t ey) 1) ((sh ax n) 0))) +("regimented" nil (((r eh) 1) ((jh ax) 0) ((m eh n) 1) ((t ih d) 0))) +("regiments" nil (((r eh) 1) ((jh ax) 0) ((m ax n t s) 0))) +("regimes" nil (((r ax) 0) ((zh iy m z) 1))) +("regina" nil (((r ih) 0) ((jh iy) 1) ((n ax) 0))) +("reginald" nil (((r eh) 1) ((jh ax) 0) ((n ax l d) 0))) +("region" nil (((r iy) 1) ((jh ax n) 0))) +("regional" nil (((r iy) 1) ((jh ax) 0) ((n ax l) 0))) +("regionally" nil (((r iy) 1) ((jh ax) 0) ((n ax) 0) ((l iy) 0))) +("regionals" nil (((r iy) 1) ((jh ax) 0) ((n ax l z) 0))) +("regions" nil (((r iy) 1) ((jh ax n z) 0))) +("regis" nil (((r iy) 1) ((jh ih s) 0))) +("register" nil (((r eh) 1) ((jh ih) 0) ((s t er) 0))) +("registered" nil (((r eh) 1) ((jh ax) 0) ((s t er d) 0))) +("registering" nil (((r eh) 1) ((jh ih) 0) ((s t er) 0) ((ih ng) 0))) +("registers" nil (((r eh) 1) ((jh ax) 0) ((s t er z) 0))) +("registrants" nil (((r eh) 1) ((jh ax) 0) ((s t r ax n t s) 0))) +("registrar" nil (((r eh) 1) ((jh ih) 0) ((s t r aa r) 1))) +("registrars" nil (((r eh) 1) ((jh ih) 0) ((s t r aa r z) 1))) +("registration" nil (((r eh) 1) ((jh ax) 0) ((s t r ey) 1) ((sh ax n) 0))) +("registrations" nil (((r eh) 1) ((jh ih) 0) ((s t r ey) 1) ((sh ax n z) 0))) +("registries" nil (((r eh) 1) ((jh ih) 0) ((s t r iy z) 0))) +("registry" nil (((r eh) 1) ((jh ih) 0) ((s t r iy) 0))) +("regner" nil (((r eh g) 1) ((n er) 0))) +("regnery" nil (((r eh g) 1) ((n er) 0) ((iy) 0))) +("regnier" nil (((r eh g) 1) ((n iy) 0) ((er) 0))) +("rego" nil (((r eh) 1) ((g ow) 0))) +("regress" nil (((r iy) 1) ((g r eh s) 0))) +("regression" nil (((r ax) 0) ((g r eh) 1) ((sh ax n) 0))) +("regressions" nil (((r ax) 0) ((g r eh) 1) ((sh ax n z) 0))) +("regressive" nil (((r ax) 0) ((g r eh) 1) ((s ih v) 0))) +("regret" nil (((r ax) 0) ((g r eh t) 1))) +("regretful" nil (((r ih) 0) ((g r eh t) 1) ((f ax l) 0))) +("regretfully" nil (((r ih) 0) ((g r eh t) 1) ((f ax) 0) ((l iy) 0))) +("regrets" nil (((r ih) 0) ((g r eh t s) 1))) +("regrettable" nil (((r ih) 0) ((g r eh) 1) ((t ax) 0) ((b ax l) 0))) +("regrettably" nil (((r ih) 0) ((g r eh) 1) ((t ax) 0) ((b l iy) 0))) +("regretted" nil (((r ih) 0) ((g r eh) 1) ((t ih d) 0))) +("regretting" nil (((r ih) 0) ((g r eh) 1) ((t ih ng) 0))) +("regroup" nil (((r iy) 0) ((g r uw p) 1))) +("regrouped" nil (((r iy) 0) ((g r uw p t) 1))) +("regrouping" nil (((r iy) 0) ((g r uw) 1) ((p ih ng) 0))) +("regula" nil (((r eh) 0) ((g uw) 1) ((l ax) 0))) +("regular" nil (((r eh) 1) ((g y ax) 0) ((l er) 0))) +("regularity" nil (((r eh) 1) ((g y ax) 0) ((l eh) 1) ((r ax) 0) ((t iy) 0))) +("regularly" nil (((r eh) 1) ((g y ax) 0) ((l er) 0) ((l iy) 0))) +("regulars" nil (((r eh) 1) ((g y ax) 0) ((l er z) 0))) +("regulate" nil (((r eh) 1) ((g y ax) 0) ((l ey t) 1))) +("regulated" nil (((r eh) 1) ((g y ax) 0) ((l ey) 1) ((t ax d) 0))) +("regulates" nil (((r eh) 1) ((g y ax) 0) ((l ey t s) 1))) +("regulating" nil (((r eh) 1) ((g y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("regulation" nil (((r eh) 1) ((g y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("regulations" nil (((r eh) 1) ((g y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("regulative" nil (((r eh) 1) ((g y ax) 0) ((l ey) 1) ((t ih v) 0))) +("regulator" nil (((r eh) 1) ((g y ax) 0) ((l ey) 1) ((t er) 0))) +("regulators" nil (((r eh) 1) ((g y ax) 0) ((l ey) 1) ((t er z) 0))) +("regulatory" nil (((r eh) 1) ((g y ax) 0) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("reh" nil (((r eh) 1))) +("reha" nil (((r iy) 1) ((hh ax) 0))) +("rehab" nil (((r iy) 0) ((hh ae b) 0))) +("rehabilitate" nil (((r iy) 1) ((hh ax) 0) ((b ih) 1) ((l ax) 0) ((t ey t) 1))) +("rehabilitated" nil (((r iy) 1) ((hh ax) 0) ((b ih) 1) ((l ax) 0) ((t ey) 1) ((t ih d) 0))) +("rehabilitating" nil (((r iy) 1) ((hh ax) 0) ((b ih) 1) ((l ih) 0) ((t ey) 1) ((t ih ng) 0))) +("rehabilitation" nil (((r iy) 1) ((hh ax) 0) ((b ih) 1) ((l ih) 0) ((t ey) 1) ((sh ax n) 0))) +("rehabilitations" nil (((r iy) 1) ((hh ax) 0) ((b ih) 1) ((l ax) 0) ((t ey) 1) ((sh ax n z) 0))) +("rehabilitative" nil (((r iy) 1) ((hh ax) 0) ((b ih) 1) ((l ax) 0) ((t ey) 1) ((t ih v) 0))) +("rehability" nil (((r iy) 1) ((hh ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("rehak" nil (((r eh) 1) ((hh ax k) 0))) +("rehash" nil (((r iy) 0) ((hh ae sh) 1))) +("rehashing" nil (((r iy) 0) ((hh ae) 1) ((sh ih ng) 0))) +("rehbein" nil (((r eh) 1) ((b ay n) 0))) +("rehberg" nil (((r eh) 1) ((b er g) 0))) +("rehberger" nil (((r eh) 1) ((b er) 0) ((g er) 0))) +("rehder" nil (((r eh) 1) ((d er) 0))) +("rehear" nil (((r iy) 0) ((hh ih r) 1))) +("rehearing" nil (((r iy) 0) ((hh ih) 1) ((r ih ng) 0))) +("rehearings" nil (((r iy) 0) ((hh ih) 1) ((r ih ng z) 0))) +("rehearsal" nil (((r ih) 0) ((hh er) 1) ((s ax l) 0))) +("rehearsals" nil (((r ih) 0) ((hh er) 1) ((s ax l z) 0))) +("rehearse" nil (((r iy) 0) ((hh er s) 1))) +("rehearsed" nil (((r iy) 0) ((hh er s t) 1))) +("rehearsing" nil (((r ih) 0) ((hh er) 1) ((s ih ng) 0))) +("reher" nil (((r eh r) 1))) +("rehfeld" nil (((r eh) 1) ((f eh l d) 1))) +("rehfeldt" nil (((r eh) 1) ((f eh l t) 1))) +("rehg" nil (((r eh jh) 1))) +("rehire" nil (((r iy) 0) ((hh ay r) 1))) +("rehired" nil (((r iy) 0) ((hh ay) 1) ((er d) 0))) +("rehiring" nil (((r iy) 0) ((hh ay) 1) ((r ih ng) 0))) +("rehkopf" nil (((r eh) 1) ((k ao p f) 0))) +("rehling" nil (((r eh) 1) ((l ih ng) 0))) +("rehm" nil (((r eh m) 1))) +("rehman" nil (((r eh) 1) ((m ax n) 0))) +("rehmann" nil (((r eh) 1) ((m ax n) 0))) +("rehmer" nil (((r eh) 1) ((m er) 0))) +("rehn" nil (((r eh n) 1))) +("rehnquist" nil (((r eh n) 1) ((k w ih s t) 1))) +("rehor" nil (((r eh) 1) ((hh er) 0))) +("rehrig" nil (((r eh) 1) ((r ih g) 0))) +("rehydration" nil (((r iy) 1) ((hh ay) 0) ((d r ey) 1) ((sh ax n) 0))) +("reibel" nil (((r ay) 1) ((b ax l) 0))) +("reiber" nil (((r ay) 1) ((b er) 0))) +("reich" nil (((r ay k) 1))) +("reichard" nil (((r ay) 1) ((k er d) 0))) +("reichardt" nil (((r ay) 1) ((k aa r t) 0))) +("reichart" nil (((r iy) 1) ((ih k) 0) ((hh aa r t) 0))) +("reiche" nil (((r ay k) 1))) +("reichel" nil (((r ay) 1) ((k ax l) 0))) +("reichelderfer" nil (((r ay) 1) ((k ih l) 0) ((d er) 0) ((f er) 0))) +("reichelt" nil (((r ay) 1) ((k ih l t) 0))) +("reichenbach" nil (((r ay) 1) ((k ax n) 0) ((b aa k) 1))) +("reichenberg" nil (((r ay) 1) ((k ax n) 0) ((b er g) 0))) +("reichenberger" nil (((r ay) 1) ((k ax n) 0) ((b er) 0) ((g er) 0))) +("reicher" nil (((r ay) 1) ((k er) 0))) +("reichert" nil (((r ay) 1) ((k er t) 0))) +("reichhold" nil (((r ay k) 1) ((hh ow l d) 1))) +("reichl" nil (((r ay) 1) ((k ax l) 0))) +("reichle" nil (((r ay) 1) ((k ax l) 0))) +("reichler" nil (((r ay) 1) ((k l er) 0))) +("reichley" nil (((r ay) 1) ((k l iy) 0))) +("reichlin" nil (((r ay) 1) ((k l ih n) 0))) +("reichling" nil (((r ay) 1) ((k ax) 0) ((l ih ng) 0))) +("reichman" nil (((r ay k) 1) ((m ax n) 0))) +("reichmann" nil (((r ay k) 1) ((m ax n) 0))) +("reichmanns" nil (((r ay k) 1) ((m ax n z) 0))) +("reichmuth" nil (((r ay k) 1) ((m uw th) 1))) +("reichow" nil (((r ay) 1) ((k ow) 0))) +("reichstuhl" nil (((r ay k) 1) ((s t uw l) 0))) +("reichwein" nil (((r ay) 1) ((k w ay n) 1))) +("reick" nil (((r iy k) 1))) +("reicks" nil (((r ay k s) 1))) +("reid" nil (((r iy d) 1))) +("reidel" nil (((r ay) 1) ((d ax l) 0))) +("reidenbach" nil (((r ay) 1) ((d ih n) 0) ((b aa k) 0))) +("reider" nil (((r iy) 1) ((d er) 0))) +("reidinger" nil (((r ay) 1) ((d ih ng) 0) ((er) 0))) +("reidt" nil (((r iy d t) 1))) +("reidy" nil (((r iy) 1) ((d iy) 0))) +("reier" nil (((r ey) 1) ((er) 0))) +("reierson" nil (((r ay) 1) ((er) 0) ((s ax n) 0))) +("reif" nil (((r iy f) 1))) +("reifel" nil (((r ay) 1) ((f ax l) 0))) +("reiff" nil (((r iy f) 1))) +("reifschneider" nil (((r ay f) 1) ((sh n ay) 0) ((d er) 0))) +("reifsnyder" nil (((r ay f) 1) ((s n ay) 0) ((d er) 0))) +("reifsteck" nil (((r ay f) 1) ((s t ih k) 0))) +("reigel" nil (((r ay) 1) ((g ax l) 0))) +("reiger" nil (((r ay) 1) ((g er) 0))) +("reighard" nil (((r ay g) 1) ((hh er d) 0))) +("reigle" nil (((r iy) 1) ((g ax l) 0))) +("reign" nil (((r ey n) 1))) +("reigned" nil (((r ey n d) 1))) +("reigning" nil (((r ey) 1) ((n ih ng) 0))) +("reignite" nil (((r iy) 0) ((ih g) 0) ((n ay t) 1))) +("reignited" nil (((r iy) 0) ((ih g) 0) ((n ay) 1) ((t ih d) 0))) +("reigniting" nil (((r iy) 0) ((ih g) 0) ((n ay) 1) ((t ih ng) 0))) +("reigns" nil (((r ey n z) 1))) +("reiher" nil (((r ay) 1) ((hh er) 0))) +("reihl" nil (((r ay l) 1))) +("reil" nil (((r ey l) 1))) +("reiland" nil (((r ay) 1) ((l ax n d) 0))) +("reiley" nil (((r ey) 1) ((l iy) 0))) +("reiling" nil (((r ay) 1) ((l ih ng) 0))) +("reilley" nil (((r ey) 1) ((l iy) 0))) +("reilly" nil (((r ay) 1) ((l iy) 0))) +("reily" nil (((r iy) 1) ((l iy) 0))) +("reim" nil (((r iy m) 1))) +("reimagine" n (((r iy) 0) ((ax) 0) ((m ae) 1) ((jh ax n) 0))) +("reiman" nil (((r ay) 1) ((m ax n) 0))) +("reimann" nil (((r ay) 1) ((m ax n) 0))) +("reimburse" nil (((r iy) 1) ((ih m) 0) ((b er s) 1))) +("reimbursed" nil (((r iy) 1) ((ih m) 0) ((b er s t) 1))) +("reimbursement" nil (((r iy) 1) ((ih m) 0) ((b er) 1) ((s m ax n t) 0))) +("reimbursements" nil (((r iy) 1) ((ih m) 0) ((b er) 1) ((s m ax n t s) 0))) +("reimburses" nil (((r iy) 1) ((ih m) 0) ((b er) 1) ((s ih z) 0))) +("reimbursing" nil (((r iy) 1) ((ih m) 0) ((b er) 1) ((s ih ng) 0))) +("reimer" nil (((r ay) 1) ((m er) 0))) +("reimers" nil (((r ay) 1) ((m er z) 0))) +("reimpose" nil (((r iy) 0) ((ih m) 0) ((p ow z) 1))) +("reimposed" nil (((r iy) 0) ((ih m) 0) ((p ow z d) 1))) +("reimposing" nil (((r iy) 0) ((ih m) 0) ((p ow) 1) ((z ih ng) 0))) +("reimposition" nil (((r iy) 0) ((ih m) 0) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("rein" nil (((r ey n) 1))) +("reina" nil (((r ey) 0) ((iy) 1) ((n ax) 0))) +("reinaldo" nil (((r ey) 1) ((n aa l) 1) ((d ow) 0))) +("reinard" nil (((r ay) 1) ((n er d) 0))) +("reinbold" nil (((r ay n) 1) ((b ow l d) 1))) +("reinbolt" nil (((r ay n) 1) ((b ow l t) 1))) +("reincarnated" nil (((r iy) 1) ((ih n) 0) ((k aa r) 1) ((n ey) 1) ((t ih d) 0))) +("reincarnation" nil (((r iy) 0) ((ih n) 0) ((k aa r) 0) ((n ey) 1) ((sh ax n) 0))) +("reincke" nil (((r ay ng k) 1))) +("reincorporate" nil (((r iy) 0) ((ih n) 0) ((k ao r) 1) ((p er) 0) ((ey t) 1))) +("reincorporating" nil (((r iy) 0) ((ih n) 0) ((k ao r) 1) ((p er) 0) ((ey) 1) ((t ih ng) 0))) +("reincorporation" nil (((r iy) 0) ((ih n) 0) ((k ao r) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("reindeer" nil (((r ey n) 1) ((d ih r) 1))) +("reindel" nil (((r ay n) 1) ((d ax l) 0))) +("reinders" nil (((r ay n) 1) ((d er z) 0))) +("reindl" nil (((r ay n) 1) ((d ax l) 0))) +("reine" nil (((r ey n) 1))) +("reineck" nil (((r ay) 1) ((n eh k) 0))) +("reinecke" nil (((r ay) 1) ((n ih k) 0))) +("reined" nil (((r ey n d) 1))) +("reineke" nil (((r ay) 1) ((n ih k) 0))) +("reiner" nil (((r ay) 1) ((n er) 0))) +("reiners" nil (((r ay) 1) ((n er z) 0))) +("reinert" nil (((r ay) 1) ((n er t) 0))) +("reinertsen" nil (((r ay) 1) ((n er t) 0) ((s ax n) 0))) +("reinertson" nil (((r ay) 1) ((n er t) 0) ((s ax n) 0))) +("reines" nil (((r ey n z) 1))) +("reinforce" nil (((r iy) 1) ((ih n) 0) ((f ao r s) 1))) +("reinforced" nil (((r iy) 1) ((ih n) 0) ((f ao r s t) 1))) +("reinforcement" nil (((r iy) 1) ((ih n) 0) ((f ao r) 1) ((s m ax n t) 0))) +("reinforcements" nil (((r iy) 1) ((ih n) 0) ((f ao r) 1) ((s m ax n t s) 0))) +("reinforces" nil (((r iy) 1) ((ih n) 0) ((f ao r) 1) ((s ih z) 0))) +("reinforcing" nil (((r iy) 1) ((ih n) 0) ((f ao r) 1) ((s ih ng) 0))) +("reingold" nil (((r ay ng) 1) ((g ow l d) 0))) +("reinhard" nil (((r ay n) 1) ((hh aa r d) 1))) +("reinhardt" nil (((r ay n) 1) ((hh aa r t) 1))) +("reinhart" nil (((r ay n) 1) ((hh aa r t) 0))) +("reinheimer" nil (((r ay n) 1) ((hh ay) 1) ((m er) 0))) +("reinhold" nil (((r ay n) 1) ((hh ow l t) 0))) +("reinholz" nil (((r ay n) 1) ((hh ow l z) 0))) +("reinig" nil (((r ay) 1) ((n ih g) 0))) +("reining" nil (((r ey) 1) ((n ih ng) 0))) +("reininger" nil (((r ay) 1) ((n ih ng) 0) ((er) 0))) +("reinitz" nil (((r ay) 1) ((n ih t s) 0))) +("reinke" nil (((r ey ng k) 1))) +("reinking" nil (((r ay ng) 1) ((k ih ng) 0))) +("reinoehl" nil (((r ay) 1) ((n ow l) 0))) +("reins" nil (((r ey n z) 1))) +("reinsch" nil (((r ay n sh) 1))) +("reinsdorf" nil (((r ay n z) 1) ((d ao r f) 1))) +("reinsel" nil (((r ay n) 1) ((s ax l) 0))) +("reinspection" nil (((r iy) 0) ((ih n) 0) ((s p eh k) 1) ((sh ax n) 0))) +("reinstate" nil (((r iy) 1) ((ih n) 0) ((s t ey t) 1))) +("reinstated" nil (((r iy) 1) ((ih n) 0) ((s t ey) 1) ((t ih d) 0))) +("reinstatement" nil (((r iy) 1) ((ih n) 0) ((s t ey t) 1) ((m ax n t) 0))) +("reinstating" nil (((r iy) 1) ((ih n) 0) ((s t ey) 1) ((t ih ng) 0))) +("reinstein" nil (((r ay n) 1) ((s t ay n) 1))) +("reinstitute" nil (((r iy) 0) ((ih n) 1) ((s t ih) 0) ((t uw t) 0))) +("reinstituted" nil (((r iy) 0) ((ih n) 1) ((s t ih) 0) ((t uw) 0) ((t ih d) 0))) +("reinstituting" nil (((r iy) 0) ((ih n) 1) ((s t ax) 0) ((t uw) 1) ((t ih ng) 0))) +("reinsurance" nil (((r iy) 1) ((ih n) 0) ((sh uh) 1) ((r ax n s) 0))) +("reinsure" nil (((r iy) 1) ((ih n) 0) ((sh uh r) 1))) +("reinsured" nil (((r iy) 1) ((ih n) 0) ((sh uh r d) 1))) +("reinsurer" nil (((r iy) 1) ((ih n) 0) ((sh uh) 1) ((r er) 0))) +("reinsurers" nil (((r iy) 1) ((ih n) 0) ((sh uh) 1) ((r er z) 0))) +("reintegrated" nil (((r iy) 0) ((ih n) 1) ((t ax) 0) ((g r ey) 1) ((t ih d) 0))) +("reinterpret" nil (((r iy) 1) ((ih n) 0) ((t er) 1) ((p r ax t) 0))) +("reinterpretation" nil (((r iy) 0) ((ih n) 0) ((t er) 1) ((p r ax) 0) ((t ey) 1) ((sh ax n) 0))) +("reinterpreted" nil (((r iy) 0) ((ih n) 0) ((t er) 1) ((p r ax) 0) ((t ih d) 0))) +("reinterpreting" nil (((r iy) 0) ((ih n) 0) ((t er) 1) ((p r ax) 0) ((t ih ng) 0))) +("reintroduce" nil (((r iy) 0) ((ih n) 0) ((t r ax) 0) ((d uw s) 1))) +("reintroduced" nil (((r iy) 0) ((ih n) 0) ((t r ax) 0) ((d uw s t) 1))) +("reintroduces" nil (((r iy) 0) ((ih n) 0) ((t r ax) 0) ((d uw) 1) ((s ih z) 0))) +("reintroducing" nil (((r iy) 0) ((ih n) 0) ((t r ax) 0) ((d uw) 1) ((s ih ng) 0))) +("reintroduction" nil (((r iy) 0) ((ih n) 0) ((t r ax) 0) ((d ah k) 1) ((sh ax n) 0))) +("reints" nil (((r ay n t s) 1))) +("reinvent" nil (((r iy) 0) ((ih n) 0) ((v eh n t) 1))) +("reinvented" nil (((r iy) 0) ((ih n) 0) ((v eh n) 1) ((t ih d) 0))) +("reinventing" nil (((r iy) 0) ((ih n) 0) ((v eh n) 1) ((t ih ng) 0))) +("reinvest" nil (((r iy) 1) ((ih n) 0) ((v eh s t) 1))) +("reinvested" nil (((r iy) 1) ((ih n) 0) ((v eh) 1) ((s t ih d) 0))) +("reinvesting" nil (((r iy) 1) ((ih n) 0) ((v eh) 1) ((s t ih ng) 0))) +("reinvestment" nil (((r iy) 1) ((ih n) 0) ((v eh s t) 1) ((m ax n t) 0))) +("reinvests" nil (((r iy) 1) ((ih n) 0) ((v eh s t s) 1))) +("reinvigorate" nil (((r iy) 1) ((ih n) 0) ((v ih) 1) ((g er) 0) ((ey t) 1))) +("reinvigorated" nil (((r iy) 1) ((ih n) 0) ((v ih) 1) ((g er) 0) ((ey) 1) ((t ih d) 0))) +("reinvigorating" nil (((r iy) 1) ((ih n) 0) ((v ih) 1) ((g er) 0) ((ey) 1) ((t ih ng) 0))) +("reinvigoration" nil (((r iy) 0) ((ih n) 0) ((v ih) 1) ((g er) 0) ((ey) 1) ((sh ax n) 0))) +("reinwald" nil (((r ay n) 1) ((w ao l d) 1))) +("reis" nil (((r iy z) 1))) +("reisch" nil (((r ay sh) 1))) +("reischauer" nil (((r ay) 1) ((sh aw r) 0))) +("reischman" nil (((r ay) 1) ((sh m ax n) 0))) +("reisdorf" nil (((r ay s) 1) ((d ao r f) 0))) +("reise" nil (((r iy s) 1))) +("reisen" nil (((r ay) 1) ((s ax n) 0))) +("reisenauer" nil (((r ay) 1) ((s ih) 0) ((n aw) 0) ((er) 0))) +("reiser" nil (((r ay) 1) ((s er) 0))) +("reisert" nil (((r ay) 1) ((s er t) 0))) +("reish" nil (((r iy) 1) ((ih sh) 0))) +("reisig" nil (((r ay) 1) ((s ih g) 0))) +("reising" nil (((r ay) 1) ((s ih ng) 0))) +("reisinger" nil (((r ay) 1) ((s ih n) 0) ((jh er) 0))) +("reisman" nil (((r ay) 1) ((s m ax n) 0))) +("reisner" nil (((r ay) 1) ((s n er) 0))) +("reiss" nil (((r ay s) 1))) +("reissig" nil (((r ay) 1) ((s ih g) 0))) +("reissman" nil (((r ay) 1) ((s m ax n) 0))) +("reissue" nil (((r iy) 0) ((ih) 1) ((sh uw) 0))) +("reissued" nil (((r iy) 0) ((ih) 1) ((sh uw d) 0))) +("reissuing" nil (((r iy) 0) ((ih) 1) ((sh uw) 0) ((ih ng) 0))) +("reist" nil (((r iy) 1) ((ih s t) 0))) +("reister" nil (((r iy) 1) ((ih) 0) ((s t er) 0))) +("reiswig" nil (((r ay) 1) ((s w ih g) 0))) +("reisz" nil (((r ay sh) 1))) +("reit" nil (((r ay t) 1))) +("reitan" nil (((r ay) 1) ((t ax n) 0))) +("reitano" nil (((r ey) 0) ((iy) 0) ((t aa) 1) ((n ow) 0))) +("reiten" nil (((r ay) 1) ((t ax n) 0))) +("reiter" nil (((r ay) 1) ((t er) 0))) +("reiterate" nil (((r iy) 0) ((ih) 1) ((t er) 0) ((ey t) 1))) +("reiterated" nil (((r iy) 0) ((ih) 1) ((t er) 0) ((ey) 1) ((t ih d) 0))) +("reiterates" nil (((r iy) 0) ((ih) 1) ((t er) 0) ((ey s) 1))) +("reiterating" nil (((r iy) 0) ((ih) 1) ((t er) 0) ((ey) 1) ((t ih ng) 0))) +("reiteration" nil (((r iy) 0) ((ih) 1) ((t er) 0) ((ey) 1) ((sh ax n) 0))) +("reith" nil (((r iy th) 1))) +("reither" nil (((r ay) 1) ((dh er) 0))) +("reitman" nil (((r ay t) 1) ((m ax n) 0))) +("reitmeier" nil (((r ay t) 1) ((m ay) 0) ((er) 0))) +("reitmeyer" nil (((r ay t) 1) ((m ay) 0) ((er) 0))) +("reits" nil (((r ay t s) 1))) +("reitsma" nil (((r ay t) 1) ((s m ax) 0))) +("reitter" nil (((r ay) 1) ((t er) 0))) +("reitz" nil (((r ay t s) 1))) +("reitzel" nil (((r ay t) 1) ((s ax l) 0))) +("reitzes" nil (((r ay t) 1) ((s ih z) 0))) +("reitzfeld" nil (((r iy t) 1) ((s f eh l d) 0))) +("reject" n (((r iy) 1) ((jh eh k t) 0))) +("reject" v (((r ih) 0) ((jh eh k t) 1))) +("rejected" nil (((r ih) 0) ((jh eh k) 1) ((t ih d) 0))) +("rejecting" nil (((r ih) 0) ((jh eh k) 1) ((t ih ng) 0))) +("rejection" nil (((r ih) 0) ((jh eh k) 1) ((sh ax n) 0))) +("rejections" nil (((r ih) 0) ((jh eh k) 1) ((sh ax n z) 0))) +("rejects" n (((r iy) 1) ((jh eh k t s) 0))) +("rejects" v (((r ih) 0) ((jh eh k t s) 1))) +("rejiggering" nil (((r iy) 0) ((jh ih) 1) ((g er) 0) ((ih ng) 0))) +("rejoice" nil (((r ih) 0) ((jh oy s) 1))) +("rejoiced" nil (((r ih) 0) ((jh oy s t) 1))) +("rejoicing" nil (((r ih) 0) ((jh oy) 1) ((s ih ng) 0))) +("rejoin" nil (((r iy) 0) ((jh oy n) 1))) +("rejoinder" nil (((r ih) 0) ((jh oy n) 1) ((d er) 0))) +("rejoined" nil (((r iy) 0) ((jh oy n d) 1))) +("rejoining" nil (((r iy) 0) ((jh oy) 1) ((n ih ng) 0))) +("rejoins" nil (((r iy) 0) ((jh oy n z) 1))) +("rejuvenate" nil (((r ih) 0) ((jh uw) 1) ((v ax) 0) ((n ey t) 1))) +("rejuvenated" nil (((r ih) 0) ((jh uw) 1) ((v ax) 0) ((n ey) 1) ((t ih d) 0))) +("rejuvenates" nil (((r ih) 0) ((jh uw) 1) ((v ih) 0) ((n ey t s) 1))) +("rejuvenating" nil (((r iy) 0) ((jh uw) 1) ((v ax) 0) ((n ey) 1) ((t ih ng) 0))) +("rejuvenation" nil (((r ih) 0) ((jh uw) 1) ((v ax) 0) ((n ey) 1) ((sh ax n) 0))) +("rekenthaler" nil (((r eh) 1) ((k ax n) 0) ((t aa) 1) ((l er) 0))) +("reker" nil (((r iy) 1) ((k er) 0))) +("rekindle" nil (((r iy) 0) ((k ih n) 1) ((d ax l) 0))) +("rekindled" nil (((r iy) 0) ((k ih n) 1) ((d ax l d) 0))) +("rekindling" nil (((r iy) 0) ((k ih n d) 1) ((l ih ng) 0))) +("relabel" nil (((r iy) 0) ((l ey) 1) ((b ax l) 0))) +("relapse" nil (((r iy) 0) ((l ae p s) 1))) +("relate" nil (((r ih) 0) ((l ey t) 1))) +("related" nil (((r ih) 0) ((l ey) 1) ((t ih d) 0))) +("relates" nil (((r ih) 0) ((l ey t s) 1))) +("relating" nil (((r ih) 0) ((l ey) 1) ((t ih ng) 0))) +("relation" nil (((r iy) 0) ((l ey) 1) ((sh ax n) 0))) +("relational" nil (((r iy) 0) ((l ey) 1) ((sh ax) 0) ((n ax l) 0))) +("relations" nil (((r iy) 0) ((l ey) 1) ((sh ax n z) 0))) +("relationship" nil (((r iy) 0) ((l ey) 1) ((sh ax n) 0) ((sh ih p) 1))) +("relationships" nil (((r iy) 0) ((l ey) 1) ((sh ax n) 0) ((sh ih p s) 1))) +("relative" nil (((r eh) 1) ((l ax) 0) ((t ih v) 0))) +("relatively" nil (((r eh) 1) ((l ax) 0) ((t ih) 0) ((v l iy) 0))) +("relatives" nil (((r eh) 1) ((l ax) 0) ((t ih v z) 0))) +("relativism" nil (((r eh) 1) ((l ax) 0) ((t ih) 0) ((v ih) 1) ((z ax m) 0))) +("relativistic" nil (((r eh) 1) ((l ax) 0) ((t ih) 0) ((v ih) 1) ((s t ih k) 0))) +("relativity" nil (((r eh) 1) ((l ax) 0) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("relaunch" nil (((r iy) 0) ((l ao n ch) 1))) +("relaunched" nil (((r iy) 0) ((l ao n ch t) 1))) +("relax" nil (((r ih) 0) ((l ae k s) 1))) +("relaxation" nil (((r iy) 1) ((l ae k) 0) ((s ey) 1) ((sh ax n) 0))) +("relaxed" nil (((r ih) 0) ((l ae k s t) 1))) +("relaxes" nil (((r ih) 0) ((l ae k) 1) ((s ih z) 0))) +("relaxing" nil (((r ih) 0) ((l ae k) 1) ((s ih ng) 0))) +("relay" nil (((r iy) 1) ((l ey) 1))) +("relayed" nil (((r iy) 1) ((l ey d) 1))) +("relaying" nil (((r iy) 1) ((l ey) 1) ((ih ng) 0))) +("relays" nil (((r iy) 1) ((l ey z) 1))) +("release" nil (((r iy) 0) ((l iy s) 1))) +("released" nil (((r iy) 0) ((l iy s t) 1))) +("releases" nil (((r ih) 0) ((l iy) 1) ((s ih z) 0))) +("releasing" nil (((r iy) 0) ((l iy) 1) ((s ih ng) 0))) +("releford" nil (((r eh) 1) ((l ih) 0) ((f er d) 0))) +("relegate" nil (((r eh) 1) ((l ax) 0) ((g ey t) 1))) +("relegated" nil (((r eh) 1) ((l ax) 0) ((g ey) 1) ((t ih d) 0))) +("relegating" nil (((r eh) 1) ((l ax) 0) ((g ey) 1) ((t ih ng) 0))) +("relend" nil (((r iy) 0) ((l eh n d) 1))) +("relending" nil (((r iy) 0) ((l eh n) 1) ((d ih ng) 0))) +("relent" nil (((r ih) 0) ((l eh n t) 1))) +("relented" nil (((r ih) 0) ((l eh n) 1) ((t ih d) 0))) +("relenting" nil (((r ih) 0) ((l eh n) 1) ((t ih ng) 0))) +("relentless" nil (((r ih) 0) ((l eh n t) 1) ((l ih s) 0))) +("relentlessly" nil (((r ih) 0) ((l eh n t) 1) ((l ax) 0) ((s l iy) 0))) +("relevance" nil (((r eh) 1) ((l ax) 0) ((v ax n s) 0))) +("relevancy" nil (((r eh) 1) ((l ax) 0) ((v ax n) 0) ((s iy) 0))) +("relevant" nil (((r eh) 1) ((l ax) 0) ((v ax n t) 0))) +("relf" nil (((r eh l f) 1))) +("relford" nil (((r eh l) 1) ((f er d) 0))) +("reliability" nil (((r iy) 0) ((l ay) 1) ((ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("reliable" nil (((r ih) 0) ((l ay) 1) ((ax) 0) ((b ax l) 0))) +("reliably" nil (((r ih) 0) ((l ay) 1) ((ax) 0) ((b l iy) 0))) +("reliance" nil (((r ih) 0) ((l ay) 1) ((ax n s) 0))) +("reliant" nil (((r ih) 0) ((l ay) 1) ((ax n t) 0))) +("relic" nil (((r eh) 1) ((l ih k) 0))) +("relics" nil (((r eh) 1) ((l ih k s) 0))) +("relied" nil (((r ih) 0) ((l ay d) 1))) +("relief" nil (((r ih) 0) ((l iy f) 1))) +("reliefs" nil (((r iy) 0) ((l iy f s) 1))) +("relies" nil (((r ih) 0) ((l ay z) 1))) +("relieve" nil (((r ih) 0) ((l iy v) 1))) +("relieved" nil (((r ih) 0) ((l iy v d) 1))) +("reliever" nil (((r iy) 0) ((l iy) 1) ((v er) 0))) +("relievers" nil (((r iy) 0) ((l iy) 1) ((v er z) 0))) +("relieves" nil (((r iy) 0) ((l iy v z) 1))) +("relieving" nil (((r ih) 0) ((l iy) 1) ((v ih ng) 0))) +("reliford" nil (((r eh) 1) ((l ih) 0) ((f ao r d) 0))) +("religion" nil (((r ih) 0) ((l ih) 1) ((jh ax n) 0))) +("religione" nil (((r ih) 0) ((l ih) 1) ((jh iy) 0) ((ow) 1) ((n iy) 0))) +("religionist" nil (((r iy) 0) ((l ih) 1) ((jh ax) 0) ((n ih s t) 0))) +("religions" nil (((r iy) 0) ((l ih) 1) ((jh ax n z) 0))) +("religiosity" nil (((r ih) 0) ((l ih) 1) ((jh iy) 0) ((aa) 1) ((s ax) 0) ((t iy) 0))) +("religious" nil (((r ih) 0) ((l ih) 1) ((jh ax s) 0))) +("religiously" nil (((r ih) 0) ((l ih) 1) ((jh ax) 0) ((s l iy) 0))) +("relinquish" nil (((r ih) 0) ((l ih ng) 1) ((k w ih sh) 0))) +("relinquished" nil (((r ih) 0) ((l ih ng) 1) ((k w ih sh t) 0))) +("relinquishes" nil (((r ih) 0) ((l ih ng) 1) ((k w ih) 0) ((sh ih z) 0))) +("relinquishing" nil (((r iy) 0) ((l ih ng) 1) ((k w ih) 0) ((sh ih ng) 0))) +("relish" nil (((r eh) 1) ((l ih sh) 0))) +("relished" nil (((r eh) 1) ((l ih sh t) 0))) +("relishes" nil (((r eh) 1) ((l ih) 0) ((sh ax z) 0))) +("relishing" nil (((r eh) 1) ((l ih) 0) ((sh ih ng) 0))) +("relive" nil (((r iy) 0) ((l ih v) 1))) +("reliving" nil (((r iy) 0) ((l ih) 1) ((v ih ng) 0))) +("rella" nil (((r eh) 1) ((l ax) 0))) +("reller" nil (((r eh) 1) ((l er) 0))) +("relman" nil (((r eh l) 1) ((m ax n) 0))) +("reload" nil (((r iy) 0) ((l ow d) 1))) +("reloadable" nil (((r iy) 0) ((l ow) 1) ((d ax) 0) ((b ax l) 0))) +("reloads" nil (((r iy) 0) ((l ow d z) 1))) +("relocate" nil (((r iy) 0) ((l ow) 1) ((k ey t) 0))) +("relocated" nil (((r iy) 0) ((l ow) 1) ((k ey) 0) ((t ih d) 0))) +("relocating" nil (((r iy) 0) ((l ow) 1) ((k ey) 0) ((t ih ng) 0))) +("relocation" nil (((r iy) 0) ((l ow) 1) ((k ey) 1) ((sh ax n) 0))) +("relocations" nil (((r iy) 0) ((l ow) 1) ((k ey) 1) ((sh ax n z) 0))) +("relph" nil (((r eh l f) 1))) +("reluctance" nil (((r ih) 0) ((l ah k) 1) ((t ax n s) 0))) +("reluctant" nil (((r ih) 0) ((l ah k) 1) ((t ax n t) 0))) +("reluctantly" nil (((r ih) 0) ((l ah k) 1) ((t ax n t) 0) ((l iy) 0))) +("rely" nil (((r ih) 0) ((l ay) 1))) +("relyea" nil (((r eh) 1) ((l y ey) 1))) +("relying" nil (((r iy) 0) ((l ay) 1) ((ih ng) 0))) +("rem" nil (((r eh m) 1))) +("remade" nil (((r iy) 0) ((m ey d) 1))) +("remain" nil (((r ih) 0) ((m ey n) 1))) +("remainder" nil (((r ih) 0) ((m ey n) 1) ((d er) 0))) +("remained" nil (((r ih) 0) ((m ey n d) 1))) +("remaining" nil (((r ih) 0) ((m ey) 1) ((n ih ng) 0))) +("remains" nil (((r ih) 0) ((m ey n z) 1))) +("remake" nil (((r iy) 1) ((m ey k) 1))) +("remakes" nil (((r iy) 1) ((m ey k s) 1))) +("remaking" nil (((r iy) 1) ((m ey) 1) ((k ih ng) 0))) +("remaley" nil (((r eh) 1) ((m ax) 0) ((l iy) 0))) +("remaly" nil (((r iy) 1) ((m ax) 0) ((l iy) 0))) +("remand" nil (((r ih) 0) ((m ae n d) 1))) +("remanded" nil (((r ih) 0) ((m ae n) 1) ((d ih d) 0))) +("remanufacture" nil (((r iy) 1) ((m ae) 1) ((n uw) 0) ((f ae k) 1) ((ch er) 0))) +("remark" nil (((r ih) 0) ((m aa r k) 1))) +("remarkable" nil (((r ih) 0) ((m aa r) 1) ((k ax) 0) ((b ax l) 0))) +("remarkably" nil (((r ih) 0) ((m aa r) 1) ((k ax) 0) ((b l iy) 0))) +("remarked" nil (((r ih) 0) ((m aa r k t) 1))) +("remarketed" nil (((r iy) 0) ((m aa r) 1) ((k ax) 0) ((t ih d) 0))) +("remarketing" nil (((r iy) 0) ((m aa r) 1) ((k ax) 0) ((t ih ng) 0))) +("remarking" nil (((r ih) 0) ((m aa r) 1) ((k ih ng) 0))) +("remarks" nil (((r ih) 0) ((m aa r k s) 1))) +("remarriage" nil (((r iy) 0) ((m eh) 1) ((r ih jh) 0))) +("remarried" nil (((r iy) 0) ((m eh) 1) ((r iy d) 0))) +("remarry" nil (((r iy) 0) ((m eh) 1) ((r iy) 0))) +("remarrying" nil (((r iy) 0) ((m eh) 1) ((r iy) 0) ((ih ng) 0))) +("rematch" nil (((r iy) 1) ((m ae ch) 1))) +("rembert" nil (((r eh m) 1) ((b er t) 0))) +("rembold" nil (((r eh m) 1) ((b ow l d) 1))) +("rembrandt" nil (((r eh m) 1) ((b r ae n t) 1))) +("rembrandts" nil (((r eh m) 1) ((b r ae n t s) 1))) +("remedial" nil (((r ih) 0) ((m iy) 1) ((d iy) 0) ((ax l) 0))) +("remediate" nil (((r iy) 0) ((m iy) 1) ((d iy) 0) ((ax t) 0))) +("remediation" nil (((r ih) 0) ((m iy) 1) ((d iy) 0) ((ey) 1) ((sh ax n) 0))) +("remedied" nil (((r eh) 1) ((m ax) 0) ((d iy d) 0))) +("remedies" nil (((r eh) 1) ((m ax) 0) ((d iy z) 0))) +("remedy" nil (((r eh) 1) ((m ax) 0) ((d iy) 0))) +("remedying" nil (((r eh) 1) ((m ax) 0) ((d iy) 0) ((ih ng) 0))) +("remember" nil (((r ih) 0) ((m eh m) 1) ((b er) 0))) +("remembered" nil (((r ih) 0) ((m eh m) 1) ((b er d) 0))) +("remembering" nil (((r ih) 0) ((m eh m) 1) ((b er) 0) ((ih ng) 0))) +("remembers" nil (((r ih) 0) ((m eh m) 1) ((b er z) 0))) +("remembrance" nil (((r ih) 0) ((m eh m) 1) ((b r ax n s) 0))) +("remembrances" nil (((r ih) 0) ((m eh m) 1) ((b r ax n) 0) ((s ih z) 0))) +("remer" nil (((r iy) 1) ((m er) 0))) +("remic" nil (((r eh) 1) ((m ih k) 0))) +("remick" nil (((r eh) 1) ((m ih k) 0))) +("remics" nil (((r eh) 1) ((m ih k s) 0))) +("remigio" nil (((r ih) 0) ((m ih) 1) ((jh iy) 0) ((ow) 0))) +("remillard" nil (((r eh) 1) ((m ih) 0) ((l er d) 0))) +("remind" nil (((r iy) 0) ((m ay n d) 1))) +("reminded" nil (((r iy) 0) ((m ay n) 1) ((d ax d) 0))) +("reminder" nil (((r iy) 0) ((m ay n) 1) ((d er) 0))) +("reminders" nil (((r iy) 0) ((m ay n) 1) ((d er z) 0))) +("reminding" nil (((r iy) 0) ((m ay n) 1) ((d ih ng) 0))) +("reminds" nil (((r iy) 0) ((m ay n d z) 1))) +("remington" nil (((r eh) 1) ((m ih ng) 0) ((t ax n) 0))) +("remingtons" nil (((r eh) 1) ((m ih ng) 0) ((t ax n z) 0))) +("reminisce" nil (((r eh) 1) ((m ax) 0) ((n ih s) 1))) +("reminisced" nil (((r eh) 1) ((m ax) 0) ((n ih s t) 1))) +("reminiscence" nil (((r eh) 1) ((m ax) 0) ((n ih) 1) ((s ax n s) 0))) +("reminiscences" nil (((r eh) 1) ((m ax) 0) ((n ih) 1) ((s ax n) 0) ((s ih z) 0))) +("reminiscent" nil (((r eh) 1) ((m ax) 0) ((n ih) 1) ((s ax n t) 0))) +("reminisces" nil (((r eh) 1) ((m ax) 0) ((n ih) 1) ((s ih z) 0))) +("reminiscing" nil (((r eh) 1) ((m ax) 0) ((n ih) 1) ((s ih ng) 0))) +("remis" nil (((r ey) 1) ((m iy z) 0))) +("remiss" nil (((r iy) 0) ((m ih s) 1))) +("remisses" nil (((r iy) 0) ((m ih) 1) ((s ih z) 0))) +("remission" nil (((r iy) 0) ((m ih) 1) ((sh ax n) 0))) +("remissions" nil (((r iy) 0) ((m ih) 1) ((sh ax n z) 0))) +("remit" nil (((r iy) 0) ((m ih t) 1))) +("remittances" nil (((r iy) 0) ((m ih) 1) ((t ax n) 0) ((s ih z) 0))) +("remitted" nil (((r iy) 0) ((m ih) 1) ((t ih d) 0))) +("remley" nil (((r eh m) 1) ((l iy) 0))) +("remlinger" nil (((r eh) 1) ((m ax) 0) ((l ih ng) 0) ((er) 0))) +("remme" nil (((r eh m) 1))) +("remmel" nil (((r eh) 1) ((m ax l) 0))) +("remmers" nil (((r eh) 1) ((m er z) 0))) +("remmert" nil (((r eh) 1) ((m er t) 0))) +("remnant" nil (((r eh m) 1) ((n ax n t) 0))) +("remnants" nil (((r eh m) 1) ((n ax n t s) 0))) +("remo" nil (((r eh) 1) ((m ow) 0))) +("remodel" nil (((r iy) 0) ((m aa) 1) ((d ax l) 0))) +("remodeled" nil (((r iy) 0) ((m aa) 1) ((d ax l d) 0))) +("remodeling" nil (((r ih) 0) ((m aa) 1) ((d ax) 0) ((l ih ng) 0))) +("remolded" nil (((r iy) 0) ((m ow l) 1) ((d ih d) 0))) +("remorse" nil (((r ih) 0) ((m ao r s) 1))) +("remorseless" nil (((r ih) 0) ((m ao r) 1) ((s l ax s) 0))) +("remote" nil (((r ih) 0) ((m ow t) 1))) +("remotely" nil (((r iy) 0) ((m ow t) 1) ((l iy) 0))) +("remoteness" nil (((r iy) 0) ((m ow t) 1) ((n ax s) 0))) +("remotest" nil (((r ih) 0) ((m ow) 1) ((t ax s t) 0))) +("remoulded" nil (((r iy) 0) ((m ow l) 1) ((d ih d) 0))) +("removable" nil (((r ih) 0) ((m uw) 1) ((v ax) 0) ((b ax l) 0))) +("removal" nil (((r ih) 0) ((m uw) 1) ((v ax l) 0))) +("removals" nil (((r ih) 0) ((m uw) 1) ((v ax l z) 0))) +("remove" nil (((r iy) 0) ((m uw v) 1))) +("removed" nil (((r iy) 0) ((m uw v d) 1))) +("remover" nil (((r ih) 0) ((m uw) 1) ((v er) 0))) +("removes" nil (((r iy) 0) ((m uw v z) 1))) +("removing" nil (((r iy) 0) ((m uw) 1) ((v ih ng) 0))) +("rempe" nil (((r eh m p) 1))) +("rempel" nil (((r eh m) 1) ((p ax l) 0))) +("rempfer" nil (((r eh m p) 1) ((f er) 0))) +("remsberg" nil (((r eh m s) 1) ((b er g) 0))) +("remsburg" nil (((r eh m s) 1) ((b er g) 0))) +("remsen" nil (((r eh m) 1) ((s ax n) 0))) +("remson" nil (((r eh m) 1) ((s ax n) 0))) +("remuneration" nil (((r ih) 0) ((m y uw) 1) ((n er) 0) ((ey) 1) ((sh ax n) 0))) +("remunerative" nil (((r iy) 0) ((m y uw) 1) ((n er) 0) ((ax) 0) ((t ih v) 0))) +("remus" nil (((r iy) 1) ((m ax s) 0))) +("remy" nil (((r eh) 1) ((m iy) 0))) +("ren" nil (((r eh n) 1))) +("rena" nil (((r iy) 1) ((n ax) 0))) +("renaissance" nil (((r eh) 1) ((n ax) 0) ((s aa n s) 1))) +("renal" nil (((r iy) 1) ((n ax l) 0))) +("renaldo" nil (((r eh) 0) ((n aa l) 1) ((d ow) 0))) +("rename" nil (((r iy) 0) ((n ey m) 1))) +("renamed" nil (((r iy) 0) ((n ey m d) 1))) +("renaming" nil (((r iy) 0) ((n ey) 1) ((m ih ng) 0))) +("renamo" nil (((r eh) 0) ((n aa) 1) ((m ow) 0))) +("renard" nil (((r ih) 0) ((n aa r d) 1))) +("renata" nil (((r ax) 0) ((n aa) 1) ((t ax) 0))) +("renate" nil (((r ax) 0) ((n aa) 1) ((t ax) 0))) +("renationalize" nil (((r iy) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ay z) 1))) +("renato" nil (((r eh) 0) ((n aa) 1) ((t ow) 0))) +("renaud" nil (((r ih) 0) ((n ow) 1))) +("renault" nil (((r ax) 0) ((n ow) 1))) +("renbarger" nil (((r eh n) 1) ((b aa r) 1) ((g er) 0))) +("rencen" nil (((r eh n) 1) ((s ax n) 0))) +("rench" nil (((r eh n ch) 1))) +("rencher" nil (((r eh n) 1) ((ch er) 0))) +("renco" nil (((r eh n) 1) ((k ow) 0))) +("renda" nil (((r eh n) 1) ((d ax) 0))) +("rendall" nil (((r eh n) 1) ((d ax l) 0))) +("rende" nil (((r eh n d) 1))) +("rendell" nil (((r eh n) 1) ((d ax l) 0))) +("render" nil (((r eh n) 1) ((d er) 0))) +("rendered" nil (((r eh n) 1) ((d er d) 0))) +("rendering" nil (((r eh n) 1) ((d er) 0) ((ih ng) 0))) +("renderings" nil (((r eh n) 1) ((d er) 0) ((ih ng z) 0))) +("renders" nil (((r eh n) 1) ((d er z) 0))) +("rendezvous" nil (((r aa n) 1) ((d ey) 0) ((v uw) 0))) +("rendina" nil (((r eh n) 0) ((d iy) 1) ((n ax) 0))) +("rending" nil (((r eh n) 1) ((d ih ng) 0))) +("rendition" nil (((r eh n) 0) ((d ih) 1) ((sh ax n) 0))) +("renditions" nil (((r eh n) 0) ((d ih) 1) ((sh ax n z) 0))) +("rendleman" nil (((r eh n) 1) ((d ax l) 0) ((m ax n) 0))) +("rendon" nil (((r eh n) 1) ((d ow n) 0))) +("rene" nil (((r ax) 0) ((n ey) 1))) +("reneau" nil (((r ih) 0) ((n ow) 1))) +("renee" nil (((r ax) 0) ((n ey) 1))) +("renegade" nil (((r eh) 1) ((n ax) 0) ((g ey d) 1))) +("renegades" nil (((r eh) 1) ((n ax) 0) ((g ey d z) 1))) +("renegar" nil (((r eh) 1) ((n ih) 0) ((g er) 0))) +("renege" nil (((r ih) 0) ((n ih g) 1))) +("reneged" nil (((r ih) 0) ((n ih g d) 1))) +("reneging" nil (((r ih) 0) ((n ih) 1) ((g ih ng) 0))) +("renegotiate" nil (((r iy) 1) ((n ih) 0) ((g ow) 1) ((sh iy) 0) ((ey t) 1))) +("renegotiated" nil (((r iy) 1) ((n ih) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((t ih d) 0))) +("renegotiating" nil (((r iy) 1) ((n ih) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((t ih ng) 0))) +("renegotiation" nil (((r iy) 1) ((n ih) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((sh ax n) 0))) +("renegotiations" nil (((r iy) 1) ((n ih) 0) ((g ow) 1) ((sh iy) 0) ((ey) 1) ((sh ax n z) 0))) +("renehan" nil (((r eh) 1) ((n ih) 0) ((hh ae n) 0))) +("renew" nil (((r ih) 0) ((n uw) 1))) +("renewable" nil (((r iy) 0) ((n uw) 1) ((ax) 0) ((b ax l) 0))) +("renewal" nil (((r ih) 0) ((n uw) 1) ((ax l) 0))) +("renewals" nil (((r ih) 0) ((n uw) 1) ((ax l z) 0))) +("renewed" nil (((r ih) 0) ((n uw d) 1))) +("renewing" nil (((r ih) 0) ((n uw) 1) ((ih ng) 0))) +("renews" nil (((r ih) 0) ((n uw z) 1))) +("renfred" nil (((r eh n) 1) ((f er d) 0))) +("renfrew" nil (((r eh n) 1) ((f r uw) 0))) +("renfro" nil (((r eh n) 1) ((f r ow) 0))) +("renfroe" nil (((r eh n) 1) ((f r ow) 0))) +("renfrow" nil (((r eh n) 1) ((f r aw) 0))) +("reng" nil (((r eh ng) 1))) +("rengel" nil (((r eh ng) 1) ((g ax l) 0))) +("rengo" nil (((r eh ng) 1) ((g ow) 0))) +("renick" nil (((r eh) 1) ((n ih k) 0))) +("renier" nil (((r iy) 1) ((n iy) 0) ((er) 0))) +("renin" nil (((r iy) 1) ((n ax n) 0))) +("renison" nil (((r eh) 1) ((n ih) 0) ((s ax n) 0))) +("renita" nil (((r eh) 0) ((n iy) 1) ((t ax) 0))) +("renjong" nil (((r eh n) 1) ((jh aa ng) 0))) +("renk" nil (((r eh ng k) 1))) +("renken" nil (((r eh ng) 1) ((k ax n) 0))) +("renko" nil (((r eh ng) 1) ((k ow) 0))) +("renmin" nil (((zh ah n) 0) ((m iy n) 1))) +("renminbi" nil (((zh ah n) 0) ((m iy n) 1) ((b iy) 1))) +("renn" nil (((r eh n) 1))) +("renna" nil (((r eh) 1) ((n ax) 0))) +("rennard" nil (((r ih) 0) ((n aa r d) 1))) +("renne" nil (((r eh n) 1))) +("rennels" nil (((r eh) 1) ((n ax l z) 0))) +("renner" nil (((r eh) 1) ((n er) 0))) +("rennert" nil (((r eh) 1) ((n er t) 0))) +("rennet" nil (((r eh) 1) ((n ax t) 0))) +("rennick" nil (((r eh) 1) ((n ih k) 0))) +("rennie" nil (((r eh) 1) ((n iy) 0))) +("renninger" nil (((r eh) 1) ((n ih ng) 0) ((er) 0))) +("renno" nil (((r eh) 1) ((n ow) 0))) +("renny" nil (((r eh) 1) ((n iy) 0))) +("reno" nil (((r iy) 1) ((n ow) 0))) +("renoir" nil (((r eh n) 0) ((w aa r) 1))) +("renominate" nil (((r iy) 0) ((n ao) 1) ((m ih) 0) ((n ey t) 1))) +("renominated" nil (((r iy) 0) ((n aa) 1) ((m ax) 0) ((n ey) 1) ((t ih d) 0))) +("renomination" nil (((r iy) 1) ((n aa) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("renouf" nil (((r ax) 0) ((n uw f) 1))) +("renounce" nil (((r ih) 0) ((n aw n s) 1))) +("renounced" nil (((r ih) 0) ((n aw n s t) 1))) +("renouncing" nil (((r ih) 0) ((n aw n) 1) ((s ih ng) 0))) +("renovate" nil (((r eh) 1) ((n ax) 0) ((v ey t) 1))) +("renovated" nil (((r eh) 1) ((n ax) 0) ((v ey) 1) ((t ih d) 0))) +("renovating" nil (((r eh) 1) ((n ax) 0) ((v ey) 1) ((t ih ng) 0))) +("renovation" nil (((r eh) 1) ((n ax) 0) ((v ey) 1) ((sh ax n) 0))) +("renovations" nil (((r eh) 1) ((n ax) 0) ((v ey) 1) ((sh ax n z) 0))) +("renovator" nil (((r eh) 1) ((n ax) 0) ((v ey) 1) ((t er) 0))) +("renovators" nil (((r eh) 1) ((n ax) 0) ((v ey) 1) ((t er z) 0))) +("renown" nil (((r ih) 0) ((n aw n) 1))) +("renowned" nil (((r ih) 0) ((n aw n d) 1))) +("rens" nil (((r eh n z) 1))) +("rensberger" nil (((r eh n s) 1) ((b er) 0) ((g er) 0))) +("rensch" nil (((r eh n sh) 1))) +("renschler" nil (((r eh n) 1) ((sh ax) 0) ((l er) 0))) +("renshaw" nil (((r eh n) 1) ((sh ao) 1))) +("rensing" nil (((r eh n) 1) ((s ih ng) 0))) +("rensselaer" nil (((r eh n) 1) ((s ax) 0) ((l ih r) 1))) +("renstrom" nil (((r eh n) 1) ((s t r ax m) 0))) +("rent" nil (((r eh n t) 1))) +("renta" nil (((r eh n) 1) ((t ax) 0))) +("rentable" nil (((r eh n) 1) ((t ax) 0) ((b ax l) 0))) +("rental" nil (((r eh n) 1) ((t ax l) 0))) +("rentals" nil (((r eh n) 1) ((t ax l z) 0))) +("rentas" nil (((r eh n) 1) ((t ax z) 0))) +("rented" nil (((r eh n) 1) ((t ax d) 0))) +("renter" nil (((r eh n) 1) ((t er) 0))) +("renteria" nil (((r eh n) 0) ((t eh) 1) ((r iy) 0) ((ax) 0))) +("renters" nil (((r eh n) 1) ((t er z) 0))) +("rentfro" nil (((r eh n t) 1) ((f r ow) 0))) +("rentfrow" nil (((r eh n t) 1) ((f r aw) 0))) +("renting" nil (((r eh n) 1) ((t ih ng) 0))) +("rentmeester" nil (((r eh n t) 1) ((m iy) 1) ((s t er) 0))) +("renton" nil (((r eh n) 1) ((t ax n) 0))) +("rents" nil (((r eh n t s) 1))) +("rentsch" nil (((r eh n ch) 1))) +("rentschler" nil (((r eh n ch) 1) ((l er) 0))) +("rentz" nil (((r eh n t s) 1))) +("renunciation" nil (((r ih) 0) ((n ah n) 1) ((s iy) 0) ((ey) 1) ((sh ax n) 0))) +("renwick" nil (((r eh n) 1) ((w ih k) 0))) +("reny" nil (((r iy) 1) ((n iy) 0))) +("renz" nil (((r eh n z) 1))) +("renzi" nil (((r eh n) 1) ((z iy) 0))) +("renzulli" nil (((r eh n) 0) ((z uw) 1) ((l iy) 0))) +("reo" nil (((r iy) 1) ((ow) 0))) +("reoffer" nil (((r iy) 0) ((ao) 1) ((f er) 0))) +("reoffered" nil (((r iy) 0) ((ao) 1) ((f er d) 0))) +("reoffering" nil (((r iy) 0) ((ao) 1) ((f er) 0) ((ih ng) 0))) +("reopen" nil (((r iy) 0) ((ow) 1) ((p ax n) 0))) +("reopened" nil (((r iy) 0) ((ow) 1) ((p ax n d) 0))) +("reopening" nil (((r iy) 0) ((ow) 1) ((p ax) 0) ((n ih ng) 0))) +("reopens" nil (((r iy) 0) ((ow) 1) ((p ax n z) 0))) +("reorder" nil (((r iy) 0) ((ao r) 1) ((d er) 0))) +("reordering" nil (((r iy) 0) ((ao r) 1) ((d er) 0) ((ih ng) 0))) +("reorganization" nil (((r iy) 1) ((ao r) 0) ((g ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("reorganizations" nil (((r iy) 0) ((ao r) 1) ((g ax) 0) ((n ih) 0) ((z ey) 1) ((sh ax n z) 0))) +("reorganize" nil (((r iy) 0) ((ao r) 1) ((g ax) 0) ((n ay z) 1))) +("reorganized" nil (((r iy) 0) ((ao r) 1) ((g ax) 0) ((n ay z d) 1))) +("reorganizes" nil (((r iy) 0) ((ao r) 1) ((g ax) 0) ((n ay) 1) ((z ih z) 0))) +("reorganizing" nil (((r iy) 0) ((ao r) 1) ((g ax) 0) ((n ay) 1) ((z ih ng) 0))) +("reorient" nil (((r iy) 0) ((ao) 1) ((r iy) 0) ((eh n t) 0))) +("rep" nil (((r eh p) 1))) +("repack" nil (((r iy) 0) ((p ae k) 1))) +("repackage" nil (((r iy) 1) ((p ae) 1) ((k ih jh) 0))) +("repackaged" nil (((r iy) 1) ((p ae) 0) ((k ih jh d) 0))) +("repackages" nil (((r iy) 1) ((p ae) 1) ((k ih) 0) ((jh ih z) 0))) +("repackaging" nil (((r iy) 1) ((p ae) 0) ((k ih) 0) ((jh ih ng) 0))) +("repacked" nil (((r iy) 0) ((p ae k t) 1))) +("repaid" nil (((r iy) 0) ((p ey d) 1))) +("repaint" nil (((r iy) 0) ((p ey n t) 1))) +("repainted" nil (((r iy) 0) ((p ey n) 1) ((t ax d) 0))) +("repainting" nil (((r iy) 0) ((p ey n) 1) ((t ih ng) 0))) +("repair" nil (((r ih) 0) ((p eh r) 1))) +("repairable" nil (((r ih) 0) ((p eh) 1) ((r ax) 0) ((b ax l) 0))) +("repaired" nil (((r ih) 0) ((p eh r d) 1))) +("repairing" nil (((r ih) 0) ((p eh) 1) ((r ih ng) 0))) +("repairman" nil (((r ih) 0) ((p eh r) 1) ((m ae n) 1))) +("repairmen" nil (((r ih) 0) ((p eh r) 1) ((m eh n) 1))) +("repairs" nil (((r ih) 0) ((p eh r z) 1))) +("repap" nil (((r iy) 1) ((p ae p) 0))) +("reparations" nil (((r eh) 1) ((p er) 0) ((ey) 1) ((sh ax n z) 0))) +("repartee" nil (((r eh) 1) ((p er) 0) ((t iy) 1))) +("repasky" nil (((r ih) 0) ((p aa) 1) ((s k iy) 0))) +("repass" nil (((r iy) 0) ((p ae s) 1))) +("repatriate" nil (((r iy) 0) ((p ey) 1) ((t r iy) 0) ((ey t) 1))) +("repatriated" nil (((r iy) 0) ((p ey) 1) ((t r iy) 0) ((ey) 1) ((t ih d) 0))) +("repatriating" nil (((r iy) 0) ((p ey) 1) ((t r iy) 0) ((ey) 1) ((t ih ng) 0))) +("repatriation" nil (((r iy) 0) ((p ey) 1) ((t r iy) 0) ((ey) 1) ((sh ax n) 0))) +("repay" nil (((r iy) 0) ((p ey) 1))) +("repayable" nil (((r iy) 0) ((p ey) 1) ((ax) 0) ((b ax l) 0))) +("repaying" nil (((r iy) 0) ((p ey) 1) ((ih ng) 0))) +("repayment" nil (((r iy) 0) ((p ey) 1) ((m ax n t) 0))) +("repayments" nil (((r iy) 0) ((p ey) 1) ((m ax n t s) 0))) +("repays" nil (((r iy) 1) ((p ey z) 1))) +("repeal" nil (((r ih) 0) ((p iy l) 1))) +("repealed" nil (((r ih) 0) ((p iy l d) 1))) +("repealing" nil (((r iy) 0) ((p iy) 1) ((l ih ng) 0))) +("repeals" nil (((r iy) 0) ((p iy l z) 1))) +("repeat" nil (((r ih) 0) ((p iy t) 1))) +("repeatable" nil (((r ih) 0) ((p iy) 1) ((t ax) 0) ((b ax l) 0))) +("repeated" nil (((r ih) 0) ((p iy) 1) ((t ih d) 0))) +("repeatedly" nil (((r ih) 0) ((p iy) 1) ((t ih d) 0) ((l iy) 0))) +("repeater" nil (((r ih) 0) ((p iy) 1) ((t er) 0))) +("repeaters" nil (((r ih) 0) ((p iy) 1) ((t er z) 0))) +("repeating" nil (((r ih) 0) ((p iy) 1) ((t ih ng) 0))) +("repeats" nil (((r ih) 0) ((p iy t s) 1))) +("repel" nil (((r ih) 0) ((p eh l) 1))) +("repelled" nil (((r ax) 0) ((p eh l d) 1))) +("repellent" nil (((r ih) 0) ((p eh) 1) ((l ax n t) 0))) +("repelling" nil (((r ax) 0) ((p eh) 1) ((l ih ng) 0))) +("repels" nil (((r ih) 0) ((p eh l z) 1))) +("repent" nil (((r ih) 0) ((p eh n t) 1))) +("repentance" nil (((r ih) 0) ((p eh n) 1) ((t ax n s) 0))) +("repented" nil (((r ih) 0) ((p eh n) 1) ((t ih d) 0))) +("repercussion" nil (((r iy) 1) ((p er) 0) ((k ah) 1) ((sh ax n) 0))) +("repercussions" nil (((r iy) 1) ((p er) 0) ((k ah) 1) ((sh ax n z) 0))) +("reperfusion" nil (((r eh) 1) ((p er) 0) ((f y uw) 1) ((zh ax n) 0))) +("repertoire" nil (((r eh) 1) ((p er) 0) ((t w aa r) 1))) +("repertory" nil (((r eh) 1) ((p er) 0) ((t ao) 1) ((r iy) 0))) +("repetition" nil (((r eh) 1) ((p ax) 0) ((t ih) 1) ((sh ax n) 0))) +("repetitions" nil (((r eh) 1) ((p ax) 0) ((t ih) 1) ((sh ax n z) 0))) +("repetitious" nil (((r eh) 1) ((p ax) 0) ((t ih) 1) ((sh ax s) 0))) +("repetitive" nil (((r ih) 0) ((p eh) 1) ((t ih) 0) ((t ih v) 0))) +("repetti" nil (((r eh) 0) ((p eh) 1) ((t iy) 0))) +("repetto" nil (((r eh) 0) ((p eh) 1) ((t ow) 0))) +("reph" nil (((r eh f) 1))) +("rephrase" nil (((r iy) 0) ((f r ey z) 1))) +("repinski" nil (((r ih) 0) ((p ih n) 1) ((s k iy) 0))) +("repka" nil (((r eh p) 1) ((k ax) 0))) +("repko" nil (((r eh p) 1) ((k ow) 0))) +("replace" nil (((r iy) 1) ((p l ey s) 1))) +("replaceable" nil (((r iy) 1) ((p l ey) 1) ((s ax) 0) ((b ax l) 0))) +("replaced" nil (((r iy) 1) ((p l ey s t) 1))) +("replacement" nil (((r ih) 0) ((p l ey) 1) ((s m ax n t) 0))) +("replacements" nil (((r iy) 0) ((p l ey) 1) ((s m ax n t s) 0))) +("replaces" nil (((r ih) 0) ((p l ey) 1) ((s ih z) 0))) +("replacing" nil (((r ih) 0) ((p l ey) 1) ((s ih ng) 0))) +("replant" nil (((r iy) 0) ((p l ae n t) 1))) +("replanted" nil (((r iy) 0) ((p l ae n) 1) ((t ih d) 0))) +("replanting" nil (((r iy) 0) ((p l ae n) 1) ((t ih ng) 0))) +("replay" nil (((r iy) 0) ((p l ey) 1))) +("replayed" nil (((r iy) 0) ((p l ey d) 1))) +("replaying" nil (((r iy) 0) ((p l ey) 1) ((ih ng) 0))) +("replays" nil (((r iy) 0) ((p l ey z) 1))) +("replenish" nil (((r iy) 0) ((p l eh) 1) ((n ih sh) 0))) +("replenished" nil (((r iy) 0) ((p l eh) 1) ((n ih sh t) 0))) +("replenishing" nil (((r iy) 0) ((p l eh) 1) ((n ih) 0) ((sh ih ng) 0))) +("replenishment" nil (((r ih) 0) ((p l eh) 1) ((n ih) 0) ((sh m ax n t) 0))) +("replete" nil (((r iy) 0) ((p l iy t) 1))) +("replica" nil (((r eh) 1) ((p l ih) 0) ((k ax) 0))) +("replicas" nil (((r eh) 1) ((p l ax) 0) ((k ax z) 0))) +("replicase" nil (((r eh) 1) ((p l ih) 0) ((k ey z) 1))) +("replicate" nil (((r eh) 1) ((p l ax) 0) ((k ey t) 1))) +("replicated" nil (((r eh) 1) ((p l ih) 0) ((k ey) 1) ((t ih d) 0))) +("replicates" nil (((r eh) 1) ((p l ih) 0) ((k ey t s) 1))) +("replicating" nil (((r eh) 1) ((p l ih) 0) ((k ey) 1) ((t ih ng) 0))) +("replication" nil (((r eh) 1) ((p l ax) 0) ((k ey) 1) ((sh ax n) 0))) +("replied" nil (((r ih) 0) ((p l ay d) 1))) +("replies" nil (((r ih) 0) ((p l ay z) 1))) +("repligen" nil (((r ih) 1) ((p l ay) 1) ((jh ih n) 0))) +("replogle" nil (((r eh) 1) ((p l ow) 0) ((g ax l) 0))) +("reply" nil (((r ih) 0) ((p l ay) 1))) +("replying" nil (((r ih) 0) ((p l ay) 1) ((ih ng) 0))) +("repo" nil (((r iy) 1) ((p ow) 0))) +("reponse" nil (((r ih) 0) ((p aa n s) 1))) +("report" nil (((r iy) 0) ((p ao r t) 1))) +("reportable" nil (((r ih) 0) ((p ao r) 1) ((t ax) 0) ((b ax l) 0))) +("reportage" nil (((r ih) 0) ((p ao r) 1) ((t ih jh) 0))) +("reported" nil (((r iy) 1) ((p ao r) 1) ((t ax d) 0))) +("reportedly" nil (((r ih) 0) ((p ao r) 1) ((t ax d) 0) ((l iy) 0))) +("reporter" nil (((r ih) 0) ((p ao r) 1) ((t er) 0))) +("reporters" nil (((r ih) 0) ((p ao r) 1) ((t er z) 0))) +("reporting" nil (((r iy) 0) ((p ao r) 1) ((t ih ng) 0))) +("reportorial" nil (((r eh) 1) ((p er) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("reports" nil (((r ih) 0) ((p ao r t s) 1))) +("repos" nil (((r iy) 1) ((p ow z) 1))) +("reposa" nil (((r eh) 0) ((p ow) 1) ((s ax) 0))) +("repose" nil (((r iy) 0) ((p ow z) 1))) +("reposition" nil (((r iy) 1) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("repositioned" nil (((r iy) 1) ((p ax) 0) ((z ih) 1) ((sh ax n d) 0))) +("repositioning" nil (((r iy) 1) ((p ax) 0) ((z ih) 1) ((sh ax) 0) ((n ih ng) 0))) +("repositories" nil (((r iy) 0) ((p aa) 1) ((z ax) 0) ((t ao) 1) ((r iy z) 0))) +("repository" nil (((r iy) 0) ((p aa) 1) ((z ax) 0) ((t ao) 1) ((r iy) 0))) +("repossess" nil (((r iy) 1) ((p ax) 0) ((z eh s) 1))) +("repossessed" nil (((r iy) 1) ((p ax) 0) ((z eh s t) 1))) +("repossessions" nil (((r iy) 1) ((p ax) 0) ((z eh) 1) ((sh ax n z) 0))) +("repp" nil (((r eh p) 1))) +("reppert" nil (((r eh) 1) ((p er t) 0))) +("reppond" nil (((r eh) 1) ((p ax n d) 0))) +("reppucci" nil (((r eh) 0) ((p uw) 1) ((ch iy) 0))) +("reprehensible" nil (((r eh) 1) ((p r ih) 0) ((hh eh n) 1) ((s ax) 0) ((b ax l) 0))) +("represent" nil (((r eh) 1) ((p r ax) 0) ((z eh n t) 1))) +("representation" nil (((r eh) 1) ((p r ax) 0) ((z eh n) 0) ((t ey) 1) ((sh ax n) 0))) +("representational" nil (((r eh) 1) ((p r ax) 0) ((z ax n) 0) ((t ey) 1) ((sh ax) 0) ((n ax l) 0))) +("representations" nil (((r eh) 1) ((p r ax) 0) ((z ax n) 0) ((t ey) 1) ((sh ax n z) 0))) +("representative" nil (((r eh) 1) ((p r ax) 0) ((z eh n) 1) ((t ax) 0) ((t ih v) 0))) +("representatives" nil (((r eh) 1) ((p r ax) 0) ((z eh n) 1) ((t ax) 0) ((t ih v z) 0))) +("represented" nil (((r eh) 1) ((p r ax) 0) ((z eh n) 1) ((t ax d) 0))) +("representing" nil (((r eh) 1) ((p r ih) 0) ((z eh n) 1) ((t ih ng) 0))) +("represents" nil (((r eh) 1) ((p r ax) 0) ((z eh n t s) 1))) +("repress" nil (((r iy) 0) ((p r eh s) 1))) +("repressed" nil (((r iy) 0) ((p r eh s t) 1))) +("repressing" n (((r ax) 0) ((p r eh) 1) ((s ax ng) 0))) +("repression" nil (((r iy) 0) ((p r eh) 1) ((sh ax n) 0))) +("repressions" nil (((r iy) 0) ((p r eh) 1) ((sh ax n z) 0))) +("repressive" nil (((r iy) 0) ((p r eh) 1) ((s ih v) 0))) +("reprice" nil (((r iy) 0) ((p r ay s) 1))) +("repriced" nil (((r iy) 0) ((p r ay s t) 1))) +("repricing" nil (((r iy) 0) ((p r ay) 1) ((s ih ng) 0))) +("reprieve" nil (((r iy) 0) ((p r iy v) 1))) +("reprimand" nil (((r eh) 1) ((p r ax) 0) ((m ae n d) 1))) +("reprimanded" nil (((r eh) 1) ((p r ax) 0) ((m ae n) 1) ((d ih d) 0))) +("reprimands" nil (((r eh) 1) ((p r ax) 0) ((m ae n d z) 1))) +("reprint" nil (((r iy) 0) ((p r ih n t) 1))) +("reprinted" nil (((r iy) 0) ((p r ih n) 1) ((t ih d) 0))) +("reprinting" nil (((r iy) 0) ((p r ih n) 1) ((t ih ng) 0))) +("reprints" nil (((r iy) 0) ((p r ih n t s) 1))) +("reprisal" nil (((r iy) 0) ((p r ay) 1) ((z ax l) 0))) +("reprisals" nil (((r ih) 0) ((p r ay) 1) ((z ax l z) 0))) +("reprise" nil (((r ih) 0) ((p r ay z) 1))) +("reproach" nil (((r iy) 0) ((p r ow ch) 1))) +("reprocess" nil (((r iy) 0) ((p r ao) 1) ((s eh s) 0))) +("reprocessing" nil (((r iy) 0) ((p r ao) 1) ((s eh) 0) ((s ih ng) 0))) +("reproduce" nil (((r iy) 1) ((p r ax) 0) ((d uw s) 1))) +("reproduced" nil (((r iy) 1) ((p r ax) 0) ((d uw s t) 1))) +("reproduces" nil (((r iy) 1) ((p r ax) 0) ((d uw) 1) ((s ih z) 0))) +("reproducing" nil (((r iy) 1) ((p r ax) 0) ((d uw) 1) ((s ih ng) 0))) +("reproduction" nil (((r iy) 1) ((p r ax) 0) ((d ah k) 1) ((sh ax n) 0))) +("reproductions" nil (((r iy) 1) ((p r ax) 0) ((d ah k) 1) ((sh ax n z) 0))) +("reproductive" nil (((r iy) 1) ((p r ax) 0) ((d ah k) 1) ((t ih v) 0))) +("reprogrammed" nil (((r iy) 0) ((p r ow) 1) ((g r ae m d) 1))) +("reprogramming" nil (((r iy) 0) ((p r ow) 1) ((g r ae) 1) ((m ih ng) 0))) +("reprographics" nil (((r eh) 1) ((p r ow) 0) ((g r ae) 1) ((f ih k s) 0))) +("reps" nil (((r eh p s) 1))) +("repsher" nil (((r eh p) 1) ((sh er) 0))) +("repsol" nil (((r eh p) 1) ((s aa l) 0))) +("reptile" nil (((r eh p) 1) ((t ay l) 0))) +("reptiles" nil (((r eh p) 1) ((t ay l z) 0))) +("republic" nil (((r iy) 0) ((p ah) 1) ((b l ax k) 0))) +("republican" nil (((r ih) 0) ((p ah) 1) ((b l ih) 0) ((k ax n) 0))) +("republicanism" nil (((r ih) 0) ((p ah) 1) ((b l ih) 0) ((k ax) 0) ((n ih) 1) ((z ax m) 0))) +("republicans" nil (((r ih) 0) ((p ah) 1) ((b l ih) 0) ((k ax n z) 0))) +("republicbank" nil (((r iy) 0) ((p ah) 1) ((b l ih k) 0) ((b ae ng k) 1))) +("republics" nil (((r iy) 0) ((p ah) 1) ((b l ih k s) 0))) +("repudiate" nil (((r iy) 0) ((p y uw) 1) ((d iy) 0) ((ey t) 1))) +("repudiated" nil (((r iy) 0) ((p y uw) 1) ((d iy) 0) ((ey) 1) ((t ax d) 0))) +("repudiating" nil (((r iy) 0) ((p y uw) 1) ((d iy) 0) ((ey) 1) ((t ih ng) 0))) +("repudiation" nil (((r ih) 0) ((p y uw) 1) ((d iy) 0) ((ey) 1) ((sh ax n) 0))) +("repugnant" nil (((r ih) 0) ((p ah g) 1) ((n ax n t) 0))) +("repulse" nil (((r iy) 0) ((p ah l s) 1))) +("repulsed" nil (((r iy) 0) ((p ah l s t) 1))) +("repulsing" nil (((r iy) 0) ((p ah l) 1) ((s ih ng) 0))) +("repulsive" nil (((r iy) 0) ((p ah l) 1) ((s ih v) 0))) +("repurchase" nil (((r iy) 0) ((p er) 1) ((ch ax s) 0))) +("repurchased" nil (((r iy) 0) ((p er) 1) ((ch ax s t) 0))) +("repurchases" nil (((r iy) 0) ((p er) 1) ((ch ax) 0) ((s ih z) 0))) +("repurchasing" nil (((r iy) 0) ((p er) 1) ((ch ax) 0) ((s ih ng) 0))) +("reputable" nil (((r eh) 1) ((p y ax) 0) ((t ax) 0) ((b ax l) 0))) +("reputation" nil (((r eh) 1) ((p y ax) 0) ((t ey) 1) ((sh ax n) 0))) +("reputations" nil (((r eh) 1) ((p y ax) 0) ((t ey) 1) ((sh ax n z) 0))) +("repute" nil (((r iy) 0) ((p y uw t) 1))) +("reputed" nil (((r ih) 0) ((p y uw) 1) ((t ih d) 0))) +("reputedly" nil (((r ih) 0) ((p y uw) 1) ((t ih d) 0) ((l iy) 0))) +("requa" nil (((r ey) 1) ((k w ax) 0))) +("requalify" nil (((r iy) 1) ((k w aa) 1) ((l ax) 0) ((f ay) 1))) +("request" nil (((r ih) 0) ((k w eh s t) 1))) +("requested" nil (((r ih) 0) ((k w eh) 1) ((s t ih d) 0))) +("requester" nil (((r ih) 0) ((k w eh) 1) ((s t er) 0))) +("requesting" nil (((r ih) 0) ((k w eh) 1) ((s t ih ng) 0))) +("requests" nil (((r ih) 0) ((k w eh s t s) 1))) +("requiem" nil (((r eh) 1) ((k w iy) 0) ((ax m) 0))) +("require" nil (((r iy) 1) ((k w ay) 1) ((er) 0))) +("required" nil (((r iy) 0) ((k w ay) 1) ((er d) 0))) +("requirement" nil (((r ih) 0) ((k w ay r) 1) ((m ax n t) 0))) +("requirements" nil (((r ih) 0) ((k w ay r) 1) ((m ax n t s) 0))) +("requires" nil (((r iy) 0) ((k w ay) 1) ((er z) 0))) +("requiring" nil (((r iy) 0) ((k w ay) 1) ((er) 0) ((ih ng) 0))) +("requisite" nil (((r eh) 1) ((k w ax) 0) ((z ax t) 0))) +("requisites" nil (((r eh) 1) ((k w ax) 0) ((z ax t s) 0))) +("requisitioned" nil (((r eh) 1) ((k w ax) 0) ((z ih) 1) ((sh ax n d) 0))) +("reread" nil (((r iy) 1) ((r iy d) 1))) +("rereading" nil (((r iy) 1) ((r iy) 1) ((d ih ng) 0))) +("reregulation" nil (((r iy) 0) ((r eh) 0) ((g y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("rereleased" n (((r iy) 1) ((r ax) 0) ((l iy s t) 1))) +("reroute" nil (((r iy) 0) ((r uw t) 1))) +("rerouted" nil (((r iy) 0) ((r uw) 1) ((t ih d) 0))) +("rerouting" nil (((r iy) 0) ((r uw) 1) ((t ih ng) 0))) +("rerun" nil (((r iy) 1) ((r ah n) 1))) +("rerunning" nil (((r iy) 1) ((r ah) 1) ((n ih ng) 0))) +("reruns" nil (((r iy) 1) ((r ah n z) 1))) +("res" nil (((r ey z) 1))) +("resale" nil (((r iy) 1) ((s ey l) 1))) +("resales" nil (((r iy) 1) ((s ey l z) 1))) +("resch" nil (((r eh sh) 1))) +("reschedule" nil (((r iy) 0) ((s k eh) 1) ((jh uw l) 0))) +("rescheduled" nil (((r iy) 0) ((s k eh) 1) ((jh uw l d) 0))) +("rescheduling" nil (((r iy) 0) ((s k eh) 1) ((jh uw) 0) ((l ih ng) 0))) +("reschedulings" nil (((r iy sh) 0) ((k eh) 1) ((jh uw) 0) ((l ih ng z) 0))) +("reschke" nil (((r eh sh k) 1))) +("rescigno" nil (((r eh s) 0) ((ch iy g) 1) ((n ow) 0))) +("rescind" nil (((r ih) 0) ((s ih n d) 1))) +("rescinded" nil (((r ih) 0) ((s ih n) 1) ((d ih d) 0))) +("rescinding" nil (((r ih) 0) ((s ih n) 1) ((d ih ng) 0))) +("rescission" nil (((r ih) 0) ((s ih) 1) ((zh ax n) 0))) +("rescissions" nil (((r ih) 0) ((s ih) 1) ((zh ax n z) 0))) +("rescue" nil (((r eh) 1) ((s k y uw) 0))) +("rescued" nil (((r eh) 1) ((s k y uw d) 0))) +("rescuer" nil (((r eh) 1) ((s k y uw) 1) ((er) 0))) +("rescuers" nil (((r eh) 1) ((s k y uw) 1) ((er z) 0))) +("rescues" nil (((r eh) 1) ((s k y uw z) 1))) +("rescuing" nil (((r eh) 1) ((s k y uw) 0) ((ih ng) 0))) +("resdel" nil (((r eh z) 1) ((d eh l) 1))) +("reseachers" nil (((r iy) 0) ((s er) 1) ((ch er z) 0))) +("resealable" nil (((r iy) 0) ((s iy) 1) ((l ax) 0) ((b ax l) 0))) +("research" nil (((r iy) 0) ((s er ch) 1))) +("researched" nil (((r iy) 0) ((s er ch t) 1))) +("researcher" nil (((r iy) 1) ((s er) 0) ((ch er) 0))) +("researchers" nil (((r iy) 1) ((s er) 0) ((ch er z) 0))) +("researches" nil (((r iy) 0) ((s er) 1) ((ch ih z) 0))) +("researching" nil (((r iy) 0) ((s er) 1) ((ch ih ng) 0))) +("reseda" nil (((r eh) 0) ((s ey) 1) ((d ax) 0))) +("reseed" nil (((r iy) 0) ((s iy d) 1))) +("resell" nil (((r iy) 0) ((s eh l) 1))) +("reseller" nil (((r iy) 0) ((s eh) 1) ((l er) 0))) +("resellers" nil (((r iy) 0) ((s eh) 1) ((l er z) 0))) +("reselling" nil (((r iy) 0) ((s eh) 1) ((l ih ng) 0))) +("resells" nil (((r iy) 0) ((s eh l z) 1))) +("resemblance" nil (((r ih) 0) ((z eh m) 1) ((b l ax n s) 0))) +("resemblances" nil (((r iy) 0) ((z eh m) 1) ((b l ax n) 0) ((s ax z) 0))) +("resemble" nil (((r ih) 0) ((z eh m) 1) ((b ax l) 0))) +("resembled" nil (((r ih) 0) ((z eh m) 1) ((b ax l d) 0))) +("resembles" nil (((r ih) 0) ((z eh m) 1) ((b ax l z) 0))) +("resembling" nil (((r ih) 0) ((z eh m) 1) ((b ax) 0) ((l ih ng) 0))) +("resende" nil (((r ih) 0) ((s eh n) 1) ((d ey) 0))) +("resendes" nil (((r eh) 1) ((s ih n d z) 0))) +("resendez" nil (((r ey) 0) ((s ey n) 1) ((d eh z) 0))) +("resendiz" nil (((r ih) 0) ((s eh n) 1) ((d ih z) 0))) +("resent" nil (((r ih) 0) ((z eh n t) 1))) +("resented" nil (((r iy) 0) ((z eh n) 1) ((t ax d) 0))) +("resentful" nil (((r ih) 0) ((z eh n t) 1) ((f ax l) 0))) +("resenting" nil (((r ih) 0) ((z eh n) 1) ((t ih ng) 0))) +("resentment" nil (((r ih) 0) ((z eh n t) 1) ((m ax n t) 0))) +("resentments" nil (((r ih) 0) ((z eh n t) 1) ((m ax n t s) 0))) +("resents" nil (((r ih) 0) ((z eh n t s) 1))) +("reser" nil (((r iy) 1) ((z er) 0))) +("reservation" nil (((r eh) 1) ((z er) 0) ((v ey) 1) ((sh ax n) 0))) +("reservationists" nil (((r eh) 1) ((z er) 0) ((v ey) 1) ((sh ax) 0) ((n ih s t s) 0))) +("reservations" nil (((r eh) 1) ((z er) 0) ((v ey) 1) ((sh ax n z) 0))) +("reserve" nil (((r ih) 0) ((z er v) 1))) +("reserved" nil (((r ih) 0) ((z er v d) 1))) +("reserveese" nil (((r eh) 1) ((z er) 0) ((v iy s) 1))) +("reserves" nil (((r ih) 0) ((z er v z) 1))) +("reserving" nil (((r ih) 0) ((z er) 1) ((v ih ng) 0))) +("reservist" nil (((r ih) 0) ((z er) 1) ((v ih s t) 0))) +("reservists" nil (((r ih) 0) ((z er) 1) ((v ih s t s) 0))) +("reservoir" nil (((r eh) 1) ((z ax v) 0) ((w aa r) 1))) +("reservoirs" nil (((r eh) 1) ((z er v) 0) ((w aa r z) 1))) +("reset" nil (((r iy) 0) ((s eh t) 1))) +("resetar" nil (((r eh) 1) ((s ih) 0) ((t er) 0))) +("reseting" nil (((r iy) 0) ((s eh) 1) ((t ih ng) 0))) +("resets" nil (((r iy) 0) ((s eh t s) 1))) +("resettable" nil (((r iy) 0) ((s eh) 1) ((t ax) 0) ((b ax l) 0))) +("resettle" nil (((r iy) 0) ((s eh) 1) ((t ax l) 0))) +("resettled" nil (((r iy) 0) ((s eh) 1) ((t ax l d) 0))) +("resettlement" nil (((r iy) 0) ((s eh) 1) ((t ax l) 0) ((m ax n t) 0))) +("resh" nil (((r eh sh) 1))) +("reshape" nil (((r iy) 0) ((sh ey p) 1))) +("reshaped" nil (((r iy) 0) ((sh ey p t) 1))) +("reshaping" nil (((r iy) 0) ((sh ey) 1) ((p ih ng) 0))) +("reshuffle" nil (((r iy) 0) ((sh ah) 1) ((f ax l) 0))) +("reshuffled" nil (((r iy) 0) ((sh ah) 1) ((f ax l d) 0))) +("reshuffling" nil (((r iy) 0) ((sh ah) 1) ((f ax) 0) ((l ih ng) 0))) +("reside" nil (((r ih) 0) ((z ay d) 1))) +("resided" nil (((r ih) 0) ((z ay) 1) ((d ih d) 0))) +("residence" nil (((r eh) 1) ((z ax) 0) ((d ax n s) 0))) +("residences" nil (((r eh) 1) ((z ih) 0) ((d ax n) 0) ((s ih z) 0))) +("residencies" nil (((r eh) 1) ((s ih) 0) ((d eh n) 1) ((s iy z) 0))) +("residency" nil (((r eh) 1) ((z ih) 0) ((d ax n) 0) ((s iy) 0))) +("resident" nil (((r eh) 1) ((z ax) 0) ((d ax n t) 0))) +("residential" nil (((r eh) 1) ((z ax) 0) ((d eh n) 1) ((ch ax l) 0))) +("residents" nil (((r eh) 1) ((z ax) 0) ((d ax n t s) 0))) +("resides" nil (((r ih) 0) ((z ay d z) 1))) +("residing" nil (((r ih) 0) ((z ay) 1) ((d ih ng) 0))) +("residual" nil (((r ih) 0) ((z ih) 1) ((jh uw) 0) ((ax l) 0))) +("residuals" nil (((r ih) 0) ((z ih) 1) ((jh uw) 0) ((ax l z) 0))) +("residue" nil (((r eh) 1) ((z ax) 0) ((d uw) 1))) +("residues" nil (((r eh) 1) ((z ax) 0) ((d uw z) 1))) +("resign" nil (((r ih) 0) ((z ay n) 1))) +("resignation" nil (((r eh) 1) ((z ax g) 0) ((n ey) 1) ((sh ax n) 0))) +("resignations" nil (((r eh) 1) ((z ih g) 0) ((n ey) 1) ((sh ax n z) 0))) +("resigned" nil (((r ih) 0) ((z ay n d) 1))) +("resignees" nil (((r eh) 1) ((z ih g) 0) ((n iy z) 1))) +("resigning" nil (((r ih) 0) ((z ay) 1) ((n ih ng) 0))) +("resigns" nil (((r ih) 0) ((z ay n z) 1))) +("resilience" nil (((r ih) 0) ((z ih) 1) ((l iy) 0) ((ax n s) 0))) +("resiliency" nil (((r ih) 0) ((z ih) 1) ((l y ax n) 0) ((s iy) 0))) +("resilient" nil (((r ih) 0) ((z ih) 1) ((l y ax n t) 0))) +("resin" nil (((r eh) 1) ((z ax n) 0))) +("resins" nil (((r eh) 1) ((z ax n z) 0))) +("resist" nil (((r ih) 0) ((z ih s t) 1))) +("resistance" nil (((r ih) 0) ((z ih) 1) ((s t ax n s) 0))) +("resistant" nil (((r ih) 0) ((z ih) 1) ((s t ax n t) 0))) +("resisted" nil (((r ih) 0) ((z ih) 1) ((s t ih d) 0))) +("resistence" nil (((r ih) 0) ((z ih) 1) ((s t ax n s) 0))) +("resisting" nil (((r ih) 0) ((z ih) 1) ((s t ih ng) 0))) +("resistiveness" nil (((r ih) 1) ((z ih) 1) ((s t ih v) 1) ((n ax s) 0))) +("resistors" nil (((r ih) 0) ((z ih) 1) ((s t er z) 0))) +("resists" nil (((r ih) 0) ((z ih s t s) 1))) +("reske" nil (((r eh s k) 1))) +("resler" nil (((r eh) 1) ((z l er) 0))) +("resnais" nil (((r eh) 0) ((s n ey) 1))) +("resner" nil (((r eh) 1) ((s n er) 0))) +("resnet" nil (((r eh s) 1) ((n eh t) 0))) +("resnick" nil (((r eh z) 1) ((n ih k) 0))) +("resnik" nil (((r eh) 1) ((s n ih k) 0))) +("resold" nil (((r iy) 0) ((s ow l d) 1))) +("resolute" nil (((r eh) 1) ((z ax) 0) ((l uw t) 1))) +("resolutely" nil (((r eh) 1) ((s ax) 0) ((l uw t) 1) ((l iy) 0))) +("resolution" nil (((r eh) 1) ((z ax) 0) ((l uw) 1) ((sh ax n) 0))) +("resolutions" nil (((r eh) 1) ((z ax) 0) ((l uw) 1) ((sh ax n z) 0))) +("resolve" nil (((r iy) 0) ((z aa l v) 1))) +("resolved" nil (((r iy) 0) ((z aa l v d) 1))) +("resolves" nil (((r iy) 0) ((z aa l v z) 1))) +("resolving" nil (((r iy) 0) ((z aa l) 1) ((v ih ng) 0))) +("resonance" nil (((r eh) 1) ((z ax) 0) ((n ax n s) 0))) +("resonant" nil (((r eh) 1) ((z ax) 0) ((n ax n t) 0))) +("resonate" nil (((r eh) 1) ((z ax) 0) ((n ey t) 1))) +("resonates" nil (((r eh) 1) ((z ax) 0) ((n ey t s) 1))) +("resort" nil (((r ih) 0) ((z ao r t) 1))) +("resorted" nil (((r ih) 0) ((z ao r) 1) ((t ih d) 0))) +("resorting" nil (((r ih) 0) ((z ao r) 1) ((t ih ng) 0))) +("resorts" nil (((r ih) 0) ((z ao r t s) 1))) +("resound" nil (((r iy) 1) ((s aw n d) 1))) +("resounding" nil (((r iy) 0) ((s aw n) 1) ((d ih ng) 0))) +("resoundingly" nil (((r ih) 0) ((z aw n) 1) ((d ih ng) 0) ((l iy) 0))) +("resource" nil (((r iy) 1) ((s ao r s) 0))) +("resourceful" nil (((r iy) 0) ((s ao r) 1) ((s f ax l) 0))) +("resourcefulness" nil (((r iy) 0) ((s ao r) 1) ((s f ax l) 0) ((n ax s) 0))) +("resources" nil (((r iy) 1) ((s ao r) 0) ((s ih z) 0))) +("respect" nil (((r ih) 0) ((s p eh k t) 1))) +("respectability" nil (((r iy) 0) ((s p eh k) 1) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("respectable" nil (((r ih) 0) ((s p eh k) 1) ((t ax) 0) ((b ax l) 0))) +("respectably" nil (((r iy) 0) ((s p eh k) 1) ((t ax) 0) ((b l iy) 0))) +("respected" nil (((r ih) 0) ((s p eh k) 1) ((t ih d) 0))) +("respectful" nil (((r ih) 0) ((s p eh k t) 1) ((f ax l) 0))) +("respectfully" nil (((r ih) 0) ((s p eh k t) 1) ((f ax) 0) ((l iy) 0))) +("respecting" nil (((r iy) 0) ((s p eh k) 1) ((t ih ng) 0))) +("respective" nil (((r ih) 0) ((s p eh k) 1) ((t ih v) 0))) +("respectively" nil (((r ih) 0) ((s p eh k) 1) ((t ih) 0) ((v l iy) 0))) +("respects" nil (((r ih) 0) ((s p eh k t s) 1))) +("respess" nil (((r ey) 1) ((s p ih s) 0))) +("respiration" nil (((r eh) 1) ((s p er) 0) ((ey) 1) ((sh ax n) 0))) +("respirator" nil (((r eh) 1) ((s p er) 0) ((ey) 1) ((t er) 0))) +("respirators" nil (((r eh) 1) ((s p er) 0) ((ey) 1) ((t er z) 0))) +("respiratory" nil (((r eh) 1) ((s p er) 0) ((ax) 0) ((t ao) 1) ((r iy) 0))) +("respironics" nil (((r eh) 1) ((s er) 0) ((aa) 1) ((n ih k s) 0))) +("respite" nil (((r eh) 1) ((s p ih t) 0))) +("resplendent" nil (((r iy) 0) ((s p l eh n) 1) ((d ax n t) 0))) +("respond" nil (((r ih) 0) ((s p aa n d) 1))) +("responded" nil (((r ih) 0) ((s p aa n) 1) ((d ih d) 0))) +("respondent" nil (((r ih) 0) ((s p aa n) 1) ((d ax n t) 0))) +("respondents" nil (((r ih) 0) ((s p aa n) 1) ((d ax n t s) 0))) +("responding" nil (((r ih) 0) ((s p aa n) 1) ((d ih ng) 0))) +("responds" nil (((r ih) 0) ((s p aa n d z) 1))) +("response" nil (((r ih) 0) ((s p aa n s) 1))) +("responses" nil (((r ih) 0) ((s p aa n) 1) ((s ih z) 0))) +("responsibilities" nil (((r iy) 0) ((s p aa n) 1) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy z) 0))) +("responsibility" nil (((r iy) 0) ((s p aa n) 1) ((s ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("responsible" nil (((r iy) 0) ((s p aa n) 1) ((s ax) 0) ((b ax l) 0))) +("responsiblity" nil (((r ih) 0) ((s p aa n) 1) ((s ax) 0) ((b l ih) 1) ((t iy) 0))) +("responsibly" nil (((r ih) 0) ((s p aa n) 1) ((s ax) 0) ((b l iy) 0))) +("responsive" nil (((r ih) 0) ((s p aa n) 1) ((s ih v) 0))) +("responsiveness" nil (((r ih) 0) ((s p aa n) 1) ((s ih v) 0) ((n ax s) 0))) +("respress" nil (((r eh) 1) ((s p r ih s) 0))) +("ress" nil (((r eh s) 1))) +("ressa" nil (((r eh) 1) ((s ax) 0))) +("resseguie" nil (((r eh) 1) ((s ih) 0) ((g w iy) 0))) +("ressel" nil (((r eh) 1) ((s ax l) 0))) +("ressler" nil (((r eh) 1) ((s l er) 0))) +("rest" nil (((r eh s t) 1))) +("restaged" nil (((r iy) 0) ((s t ey jh d) 1))) +("restaino" nil (((r eh) 0) ((s t aa) 0) ((iy) 1) ((n ow) 0))) +("restart" nil (((r iy) 0) ((s t aa r t) 1))) +("restarted" nil (((r iy) 0) ((s t aa r) 1) ((t ih d) 0))) +("restarting" nil (((r iy) 0) ((s t aa r) 1) ((t ih ng) 0))) +("restate" nil (((r iy) 0) ((s t ey t) 1))) +("restated" nil (((r iy) 0) ((s t ey) 1) ((t ih d) 0))) +("restatement" nil (((r iy) 0) ((s t ey t) 1) ((m ax n t) 0))) +("restatements" nil (((r iy) 0) ((s t ey t) 1) ((m ax n t s) 0))) +("restates" nil (((r iy) 0) ((s t ey t s) 1))) +("restating" nil (((r iy) 0) ((s t ey) 1) ((t ih ng) 0))) +("restaurant" nil (((r eh) 1) ((s t er) 0) ((aa n t) 1))) +("restaurants" nil (((r eh) 1) ((s t er) 0) ((aa n t s) 1))) +("restaurateur" nil (((r eh) 1) ((s t er) 0) ((ax) 0) ((t er) 1))) +("restaurateurs" nil (((r eh) 1) ((s t er) 0) ((ax) 0) ((t er z) 1))) +("rested" nil (((r eh) 1) ((s t ax d) 0))) +("rester" nil (((r eh) 1) ((s t er) 0))) +("restful" nil (((r eh s t) 1) ((f ax l) 0))) +("resting" nil (((r eh) 1) ((s t ih ng) 0))) +("restitution" nil (((r eh) 1) ((s t ih) 0) ((t uw) 1) ((sh ax n) 0))) +("restive" nil (((r eh) 1) ((s t ih v) 0))) +("restiveness" nil (((r eh) 1) ((s t ih v) 0) ((n ax s) 0))) +("restivo" nil (((r eh) 0) ((s t iy) 1) ((v ow) 0))) +("restless" nil (((r eh s t) 1) ((l ax s) 0))) +("restlessly" nil (((r eh s t) 1) ((l ax) 0) ((s l iy) 0))) +("restlessness" nil (((r eh s t) 1) ((l ax) 0) ((s n ax s) 0))) +("resto" nil (((r eh) 1) ((s t ow) 0))) +("restock" nil (((r iy) 0) ((s t aa k) 1))) +("restocked" nil (((r iy) 0) ((s t aa k t) 1))) +("restocking" nil (((r iy) 0) ((s t aa) 1) ((k ih ng) 0))) +("reston" nil (((r eh) 1) ((s t ax n) 0))) +("restoration" nil (((r eh) 1) ((s t er) 0) ((ey) 1) ((sh ax n) 0))) +("restorations" nil (((r eh) 1) ((s t er) 0) ((ey) 1) ((sh ax n z) 0))) +("restore" nil (((r ih) 0) ((s t ao r) 1))) +("restored" nil (((r ih) 0) ((s t ao r d) 1))) +("restorer" nil (((r ih) 0) ((s t ao) 1) ((r er) 0))) +("restores" nil (((r ih) 0) ((s t ao r z) 1))) +("restoring" nil (((r ih) 0) ((s t ao) 1) ((r ih ng) 0))) +("restrain" nil (((r iy) 0) ((s t r ey n) 1))) +("restrained" nil (((r iy) 0) ((s t r ey n d) 1))) +("restraining" nil (((r iy) 0) ((s t r ey) 1) ((n ih ng) 0))) +("restrains" nil (((r iy) 0) ((s t r ey n z) 1))) +("restraint" nil (((r ih) 0) ((s t r ey n t) 1))) +("restraints" nil (((r ih) 0) ((s t r ey n t s) 1))) +("restrepo" nil (((r eh) 0) ((s t r eh) 1) ((p ow) 0))) +("restrict" nil (((r iy) 0) ((s t r ih k t) 1))) +("restricted" nil (((r iy) 0) ((s t r ih k) 1) ((t ax d) 0))) +("restricting" nil (((r iy) 0) ((s t r ih k) 1) ((t ih ng) 0))) +("restriction" nil (((r iy) 0) ((s t r ih k) 1) ((sh ax n) 0))) +("restrictions" nil (((r iy) 0) ((s t r ih k) 1) ((sh ax n z) 0))) +("restrictive" nil (((r iy) 0) ((s t r ih k) 1) ((t ih v) 0))) +("restrictiveness" nil (((r ax) 0) ((s t r ih k) 1) ((t ih v) 0) ((n ax s) 0))) +("restricts" nil (((r iy) 0) ((s t r ih k t s) 1))) +("restroom" nil (((r eh) 1) ((s t r uw m) 1))) +("restrooms" nil (((r eh) 1) ((s t r uw m z) 1))) +("restructure" nil (((r iy) 0) ((s t r ah k) 1) ((ch er) 0))) +("restructured" nil (((r iy) 0) ((s t r ah k) 1) ((ch er d) 0))) +("restructures" nil (((r iy) 0) ((s t r ah k) 1) ((ch er z) 0))) +("restructuring" nil (((r iy) 0) ((s t r ah k) 1) ((ch er) 0) ((ih ng) 0))) +("restructurings" nil (((r iy) 0) ((s t r ah k) 1) ((ch er) 0) ((ih ng z) 0))) +("rests" nil (((r eh s t s) 1))) +("restyled" nil (((r iy) 0) ((s t ay l d) 1))) +("resubmit" nil (((r iy) 1) ((s ax b) 0) ((m ih t) 1))) +("resubmitted" nil (((r iy) 1) ((s ax b) 0) ((m ih) 1) ((t ih d) 0))) +("resubmitting" nil (((r iy) 1) ((s ax b) 0) ((m ih) 1) ((t ih ng) 0))) +("result" nil (((r ih) 0) ((z ah l t) 1))) +("resultant" nil (((r iy) 0) ((z ah l) 1) ((t ax n t) 0))) +("resulted" nil (((r ih) 0) ((z ah l) 1) ((t ih d) 0))) +("resulting" nil (((r ih) 0) ((z ah l) 1) ((t ih ng) 0))) +("results" nil (((r ih) 0) ((z ah l t s) 1))) +("resume" nil (((r ih) 0) ((z uw m) 1))) +("resumed" nil (((r ih) 0) ((z uw m d) 1))) +("resumes" nil (((r ih) 0) ((z uw m z) 1))) +("resuming" nil (((r ih) 0) ((z uw) 1) ((m ih ng) 0))) +("resumption" nil (((r ih) 0) ((z ah m p) 1) ((sh ax n) 0))) +("resupply" nil (((r iy) 0) ((s ax) 0) ((p l ay) 1))) +("resurface" nil (((r iy) 0) ((s er) 1) ((f ax s) 0))) +("resurfaced" nil (((r iy) 0) ((s er) 1) ((f ax s t) 0))) +("resurfacing" nil (((r iy) 0) ((s er) 1) ((f ax) 0) ((s ih ng) 0))) +("resurgence" nil (((r iy) 0) ((s er) 1) ((jh ax n s) 0))) +("resurgency" nil (((r ih) 0) ((s er) 1) ((jh ax n) 0) ((s iy) 0))) +("resurgent" nil (((r ih) 0) ((s er) 1) ((jh ax n t) 0))) +("resurging" nil (((r iy) 0) ((s er) 1) ((jh ih ng) 0))) +("resurrect" nil (((r eh) 1) ((z er) 0) ((eh k t) 1))) +("resurrected" nil (((r eh) 1) ((z er) 0) ((eh k) 1) ((t ih d) 0))) +("resurrecting" nil (((r eh) 1) ((z er) 0) ((eh k) 1) ((t ih ng) 0))) +("resurrection" nil (((r eh) 1) ((z er) 0) ((eh k) 1) ((sh ax n) 0))) +("resuscitate" nil (((r ih) 0) ((s ah) 1) ((s ih) 0) ((t ey t) 1))) +("resuscitated" nil (((r ih) 0) ((s ah) 1) ((s ih) 0) ((t ey) 1) ((t ih d) 0))) +("resuscitating" nil (((r ih) 0) ((s ah) 1) ((s ih) 0) ((t ey) 1) ((t ih ng) 0))) +("resuscitation" nil (((r ih) 0) ((s ah) 1) ((s ih) 0) ((t ey) 1) ((sh ax n) 0))) +("ret" nil (((r eh t) 1))) +("reta" nil (((r eh) 1) ((t ax) 0))) +("retablos" nil (((r iy) 0) ((t ae) 1) ((b l ow s) 0))) +("retail" nil (((r iy) 1) ((t ey l) 1))) +("retailed" nil (((r iy) 1) ((t ey l d) 1))) +("retailer" nil (((r iy) 1) ((t ey) 1) ((l er) 0))) +("retailers" nil (((r iy) 1) ((t ey) 1) ((l er z) 0))) +("retailing" nil (((r iy) 1) ((t ey) 1) ((l ih ng) 0))) +("retails" nil (((r iy) 1) ((t ey l z) 1))) +("retain" nil (((r ih) 0) ((t ey n) 1))) +("retained" nil (((r ih) 0) ((t ey n d) 1))) +("retainer" nil (((r ih) 0) ((t ey) 1) ((n er) 0))) +("retainers" nil (((r ih) 0) ((t ey) 1) ((n er z) 0))) +("retaining" nil (((r ih) 0) ((t ey) 1) ((n ih ng) 0))) +("retains" nil (((r ih) 0) ((t ey n z) 1))) +("retake" nil (((r iy) 1) ((t ey k) 1))) +("retaliate" nil (((r ih) 0) ((t ae) 1) ((l iy) 0) ((ey t) 1))) +("retaliated" nil (((r ih) 0) ((t ae) 1) ((l iy) 0) ((ey) 1) ((t ih d) 0))) +("retaliating" nil (((r ih) 0) ((t ae) 1) ((l iy) 0) ((ey) 1) ((t ih ng) 0))) +("retaliation" nil (((r iy) 0) ((t ae) 1) ((l iy) 0) ((ey) 1) ((sh ax n) 0))) +("retaliatory" nil (((r iy) 0) ((t ae) 1) ((l y ax) 0) ((t ao) 1) ((r iy) 0))) +("retana" nil (((r eh) 0) ((t ae) 1) ((n ax) 0))) +("retard" nil (((r ih) 0) ((t aa r d) 1))) +("retardant" nil (((r iy) 0) ((t aa r) 1) ((d ax n t) 0))) +("retardation" nil (((r iy) 0) ((t aa r) 0) ((d ey) 1) ((sh ax n) 0))) +("retarded" nil (((r ih) 0) ((t aa r) 1) ((d ih d) 0))) +("retarding" nil (((r ih) 0) ((t aa r) 1) ((d ih ng) 0))) +("retards" nil (((r ih) 0) ((t aa r d z) 1))) +("retelling" nil (((r iy) 0) ((t eh) 1) ((l ih ng) 0))) +("retells" n (((r iy) 0) ((t eh l z) 1))) +("retemeyer" nil (((r eh) 1) ((t ax) 0) ((m ay r) 1))) +("retention" nil (((r iy) 0) ((t eh n) 1) ((sh ax n) 0))) +("retest" nil (((r iy) 1) ((t eh s t) 1))) +("retested" nil (((r iy) 0) ((t eh) 1) ((s t ih d) 0))) +("retesting" nil (((r iy) 0) ((t eh) 1) ((s t ih ng) 0))) +("retests" nil (((r iy) 1) ((t eh s t s) 1))) +("retherford" nil (((r ih) 0) ((th er) 1) ((f er d) 0))) +("rethink" nil (((r iy) 0) ((th ih ng k) 1))) +("rethinking" nil (((r iy) 0) ((th ih ng) 1) ((k ih ng) 0))) +("reticence" nil (((r eh) 1) ((t ih) 0) ((s ax n s) 0))) +("reticent" nil (((r eh) 1) ((t ih) 0) ((s ax n t) 0))) +("retin" nil (((r eh) 1) ((t ih n) 0))) +("retina" nil (((r eh) 1) ((t ax) 0) ((n ax) 0))) +("retinal" nil (((r eh) 1) ((t ax) 0) ((n ax l) 0))) +("retinoblastoma" nil (((r eh) 1) ((t ih) 0) ((n ow) 1) ((b l ae) 1) ((s t ow) 1) ((m ax) 0))) +("retinue" nil (((r eh) 1) ((t ax) 0) ((n uw) 1))) +("retinyl" nil (((r eh) 1) ((t ih) 0) ((n ax l) 0))) +("retire" nil (((r ih) 0) ((t ay r) 1))) +("retired" nil (((r ih) 0) ((t ay r d) 1))) +("retiree" nil (((r iy) 0) ((t ay) 1) ((r iy) 1))) +("retirees" nil (((r iy) 0) ((t ay) 1) ((r iy z) 1))) +("retirement" nil (((r iy) 0) ((t ay) 1) ((er) 0) ((m ax n t) 0))) +("retirements" nil (((r ih) 0) ((t ay r) 1) ((m ax n t s) 0))) +("retires" nil (((r ih) 0) ((t ay r z) 1))) +("retiring" nil (((r ih) 0) ((t ay) 1) ((r ih ng) 0))) +("retlin" nil (((r eh t) 1) ((l ih n) 0))) +("reto" nil (((r iy) 1) ((t uw) 1))) +("retook" nil (((r iy) 0) ((t uh k) 1))) +("retool" nil (((r iy) 0) ((t uw l) 1))) +("retooled" nil (((r iy) 0) ((t uw l d) 1))) +("retooling" nil (((r iy) 0) ((t uw) 1) ((l ih ng) 0))) +("retort" nil (((r iy) 1) ((t ao r t) 1))) +("retorted" nil (((r iy) 0) ((t ao r) 1) ((t ih d) 0))) +("retorts" nil (((r ih) 0) ((t ao r t s) 1))) +("retouching" nil (((r iy) 0) ((t ah) 1) ((ch ih ng) 0))) +("retrace" nil (((r iy) 0) ((t r ey s) 1))) +("retraced" nil (((r iy) 0) ((t r ey s t) 1))) +("retracement" nil (((r iy) 0) ((t r ey) 1) ((s m ax n t) 0))) +("retracing" nil (((r iy) 0) ((t r ey) 1) ((s ih ng) 0))) +("retract" nil (((r iy) 0) ((t r ae k t) 1))) +("retractable" nil (((r iy) 0) ((t r ae k) 1) ((t ax) 0) ((b ax l) 0))) +("retracted" nil (((r iy) 0) ((t r ae k) 1) ((t ax d) 0))) +("retracting" nil (((r iy) 0) ((t r ae k) 1) ((t ih ng) 0))) +("retraction" nil (((r iy) 0) ((t r ae k) 1) ((sh ax n) 0))) +("retracts" nil (((r iy) 0) ((t r ae k t s) 1))) +("retrain" nil (((r iy) 0) ((t r ey n) 1))) +("retrained" nil (((r iy) 0) ((t r ey n d) 1))) +("retraining" nil (((r iy) 0) ((t r ey) 1) ((n ih ng) 0))) +("retransmission" nil (((r iy) 1) ((t r ae n z) 0) ((m ih) 1) ((sh ax n) 0))) +("retread" nil (((r iy) 0) ((t r eh d) 1))) +("retreading" nil (((r iy) 0) ((t r eh) 1) ((d ih ng) 0))) +("retreads" nil (((r iy) 0) ((t r eh d z) 1))) +("retreat" nil (((r iy) 0) ((t r iy t) 1))) +("retreated" nil (((r iy) 0) ((t r iy) 1) ((t ax d) 0))) +("retreating" nil (((r iy) 0) ((t r iy) 1) ((t ih ng) 0))) +("retreats" nil (((r iy) 0) ((t r iy t s) 1))) +("retrench" nil (((r iy) 0) ((t r eh n ch) 1))) +("retrenched" nil (((r iy) 0) ((t r eh n ch t) 1))) +("retrenching" nil (((r iy) 0) ((t r eh n) 1) ((ch ih ng) 0))) +("retrenchment" nil (((r iy) 0) ((t r eh n ch) 1) ((m ax n t) 0))) +("retrenchments" nil (((r iy) 0) ((t r eh n ch) 1) ((m ax n t s) 0))) +("retrial" nil (((r iy) 0) ((t r ay) 1) ((ax l) 0))) +("retribution" nil (((r eh) 1) ((t r ax) 0) ((b y uw) 1) ((sh ax n) 0))) +("retried" nil (((r iy) 0) ((t r ay d) 1))) +("retrieval" nil (((r ih) 0) ((t r iy) 1) ((v ax l) 0))) +("retrieve" nil (((r ih) 0) ((t r iy v) 1))) +("retrieved" nil (((r iy) 0) ((t r iy v d) 1))) +("retriever" nil (((r iy) 0) ((t r iy) 1) ((v er) 0))) +("retrievers" nil (((r iy) 0) ((t r iy) 1) ((v er z) 0))) +("retrieving" nil (((r iy) 0) ((t r iy) 1) ((v ih ng) 0))) +("retro" nil (((r eh) 1) ((t r ow) 0))) +("retroactive" nil (((r eh) 1) ((t r ow) 0) ((ae k) 1) ((t ih v) 0))) +("retroactively" nil (((r eh) 1) ((t r ow) 0) ((ae k) 1) ((t ih) 0) ((v l iy) 0))) +("retroactivity" nil (((r eh) 1) ((t r ow) 0) ((ae k) 0) ((t ih) 1) ((v ih) 0) ((t iy) 0))) +("retrofit" nil (((r eh) 1) ((t r ow) 0) ((f ih t) 1))) +("retrofits" nil (((r eh) 1) ((t r ow) 0) ((f ih t s) 1))) +("retrofitted" nil (((r eh) 1) ((t r ow) 1) ((f ih) 1) ((t ih d) 0))) +("retrofitter" nil (((r eh) 1) ((t r ow) 1) ((f ih) 1) ((t er) 0))) +("retrofitting" nil (((r eh) 1) ((t r ow) 0) ((f ih) 1) ((t ih ng) 0))) +("retrograde" nil (((r eh) 1) ((t r ax) 0) ((g r ey d) 1))) +("retrospect" nil (((r eh) 1) ((t r ax) 0) ((s p eh k t) 1))) +("retrospective" nil (((r eh) 1) ((t r ax) 0) ((s p eh k) 1) ((t ih v) 0))) +("retrospectively" nil (((r eh) 1) ((t r ow) 0) ((s p eh k) 1) ((t ih) 0) ((v l iy) 0))) +("retrovir" nil (((r eh) 1) ((t r ow) 0) ((v ih r) 1))) +("retroviruses" nil (((r eh) 1) ((t r ow) 0) ((v ay) 1) ((r ax) 0) ((s ih z) 0))) +("retry" nil (((r iy) 0) ((t r ay) 1))) +("retrying" nil (((r iy) 0) ((t r ay) 1) ((ih ng) 0))) +("rettberg" nil (((r eh t) 1) ((b er g) 0))) +("retter" nil (((r eh) 1) ((t er) 0))) +("rettew" nil (((r eh) 1) ((ch uw) 0))) +("rettig" nil (((r eh) 1) ((t ih g) 0))) +("rettinger" nil (((r eh) 1) ((t ih n) 0) ((jh er) 0))) +("rettke" nil (((r eh t) 1) ((k iy) 0))) +("retton" nil (((r eh) 1) ((t ax n) 0))) +("return" nil (((r ih) 0) ((t er n) 1))) +("returnable" nil (((r iy) 0) ((t er) 1) ((n ax) 0) ((b ax l) 0))) +("returned" nil (((r ih) 0) ((t er n d) 1))) +("returnees" nil (((r ih) 0) ((t er) 0) ((n iy z) 1))) +("returning" nil (((r ih) 0) ((t er) 1) ((n ih ng) 0))) +("returns" nil (((r ih) 0) ((t er n z) 1))) +("retz" nil (((r eh t s) 1))) +("retzer" nil (((r eh t) 1) ((z er) 0))) +("retzlaff" nil (((r eh t) 1) ((z l ax f) 0))) +("retzloff" nil (((r eh t) 1) ((z l ao f) 0))) +("reuben" nil (((r uw) 1) ((b ax n) 0))) +("reuber" nil (((r oy) 1) ((b er) 0))) +("reul" nil (((r uw l) 1))) +("reuland" nil (((r oy) 1) ((l ax n d) 0))) +("reule" nil (((r uw l) 1))) +("reum" nil (((r iy) 1) ((ax m) 0))) +("reunification" nil (((r iy) 0) ((uw) 1) ((n ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("reunified" nil (((r iy) 0) ((uw) 1) ((n ax) 0) ((f ay d) 1))) +("reunify" nil (((r iy) 0) ((uw) 1) ((n ax) 0) ((f ay) 1))) +("reunion" nil (((r iy) 0) ((uw) 1) ((n y ax n) 0))) +("reunions" nil (((r iy) 0) ((uw) 1) ((n y ax n z) 0))) +("reunite" nil (((r iy) 1) ((uw) 0) ((n ay t) 1))) +("reunited" nil (((r iy) 1) ((uw) 0) ((n ay) 1) ((t ih d) 0))) +("reuniting" nil (((r iy) 1) ((uw) 0) ((n ay) 1) ((t ih ng) 0))) +("reusable" nil (((r iy) 0) ((uw) 1) ((z ax) 0) ((b ax l) 0))) +("reusch" nil (((r oy sh) 1))) +("reuse" nil (((r iy) 0) ((y uw s) 1))) +("reused" nil (((r iy) 0) ((uw z d) 1))) +("reuss" nil (((r uw s) 1))) +("reusser" nil (((r oy) 1) ((s er) 0))) +("reust" nil (((r uw s t) 1))) +("reuter" nil (((r oy) 1) ((t er) 0))) +("reuters" nil (((r oy) 1) ((t er z) 0))) +("reuther" nil (((r oy) 1) ((dh er) 0))) +("reutter" nil (((r oy) 1) ((t er) 0))) +("reutzel" nil (((r oy t) 1) ((z ax l) 0))) +("rev" nil (((r eh v) 1))) +("reva" nil (((r ey) 1) ((v ax) 0))) +("revak" nil (((r eh) 1) ((v ax k) 0))) +("revaluation" nil (((r iy) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((sh ax n) 0))) +("revaluations" nil (((r iy) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((sh ax n z) 0))) +("revalue" nil (((r iy) 0) ((v ae) 1) ((l y uw) 1))) +("revalued" nil (((r iy) 0) ((v ae) 1) ((l y uw d) 0))) +("revaluing" nil (((r iy) 0) ((v ae) 1) ((l y uw) 0) ((ih ng) 0))) +("revamp" nil (((r iy) 0) ((v ae m p) 1))) +("revamped" nil (((r iy) 0) ((v ae m p t) 1))) +("revamping" nil (((r iy) 0) ((v ae m) 1) ((p ih ng) 0))) +("revamps" nil (((r iy) 0) ((v ae m p s) 1))) +("revard" nil (((r ih) 0) ((v aa r d) 1))) +("revco" nil (((r eh v) 1) ((k ow) 0))) +("reveal" nil (((r ih) 0) ((v iy l) 1))) +("revealed" nil (((r ih) 0) ((v iy l d) 1))) +("revealing" nil (((r ih) 0) ((v iy) 1) ((l ih ng) 0))) +("reveals" nil (((r ih) 0) ((v iy l z) 1))) +("revel" nil (((r eh) 1) ((v ax l) 0))) +("revelation" nil (((r eh) 1) ((v ax) 0) ((l ey) 1) ((sh ax n) 0))) +("revelations" nil (((r eh) 1) ((v ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("revelatory" nil (((r ih) 0) ((v eh) 1) ((l ax) 0) ((t ao) 1) ((r iy) 0))) +("reveled" nil (((r eh) 1) ((v ax l d) 0))) +("revelers" nil (((r eh) 1) ((v ax) 0) ((l er z) 0))) +("reveles" nil (((r ey) 0) ((v ey) 1) ((l eh s) 0))) +("reveling" nil (((r eh) 1) ((v ax) 0) ((l ih ng) 0))) +("revell" nil (((r ey) 0) ((v ey l) 1))) +("revelle" nil (((r ih) 0) ((v eh l) 1))) +("revello" nil (((r eh) 0) ((v eh) 1) ((l ow) 0))) +("revelry" nil (((r eh) 1) ((v ax l) 0) ((r iy) 0))) +("revels" nil (((r eh) 1) ((v ax l z) 0))) +("revenge" nil (((r iy) 0) ((v eh n jh) 1))) +("revenue" nil (((r eh) 1) ((v ax) 0) ((n uw) 1))) +("revenues" nil (((r eh) 1) ((v ax) 0) ((n uw z) 1))) +("reverberate" nil (((r ih) 0) ((v er) 1) ((b er) 0) ((ax t) 0))) +("reverberated" nil (((r ih) 0) ((v er) 1) ((b er) 0) ((ey) 1) ((t ih d) 0))) +("reverberates" nil (((r ih) 0) ((v er) 1) ((b er) 0) ((ey t s) 1))) +("reverberating" nil (((r ih) 0) ((v er) 1) ((b er) 0) ((ey) 1) ((t ih ng) 0))) +("reverberation" nil (((r iy) 0) ((v er) 1) ((b er) 0) ((ey) 1) ((sh ax n) 0))) +("reverberations" nil (((r ih) 0) ((v er) 1) ((b er) 0) ((ey) 1) ((sh ax n z) 0))) +("revercomb" nil (((r eh) 1) ((v er) 0) ((k ax m) 0))) +("revere" nil (((r ih) 0) ((v ih r) 1))) +("revered" nil (((r ih) 0) ((v ih r d) 1))) +("reverence" nil (((r eh) 1) ((v er) 0) ((ax n s) 0))) +("reverend" nil (((r eh) 1) ((v er) 0) ((ax n d) 0))) +("reverent" n (((r eh) 1) ((v er) 0) ((ax n t) 0))) +("reverential" nil (((r eh) 1) ((v er) 0) ((eh n) 1) ((ch ax l) 0))) +("reverently" nil (((r eh) 1) ((v er) 0) ((ax n t) 0) ((l iy) 0))) +("reveres" n (((r eh) 1) ((v ax) 0) ((r iy z) 0))) +("reverie" nil (((r eh) 1) ((v er) 0) ((iy) 0))) +("reveries" nil (((r eh) 1) ((v er) 0) ((iy z) 0))) +("reveron" nil (((r eh) 1) ((v er) 0) ((aa n) 1))) +("reversal" nil (((r ih) 0) ((v er) 1) ((s ax l) 0))) +("reversals" nil (((r ih) 0) ((v er) 1) ((s ax l z) 0))) +("reverse" nil (((r ih) 0) ((v er s) 1))) +("reversed" nil (((r ih) 0) ((v er s t) 1))) +("reverser" nil (((r ih) 0) ((v er) 1) ((s er) 0))) +("reversers" nil (((r ih) 0) ((v er) 1) ((s er z) 0))) +("reverses" nil (((r ih) 0) ((v er) 1) ((s ih z) 0))) +("reversible" nil (((r ih) 0) ((v er) 1) ((s ax) 0) ((b ax l) 0))) +("reversing" nil (((r ih) 0) ((v er) 1) ((s ih ng) 0))) +("reversion" nil (((r ih) 0) ((v er) 1) ((zh ax n) 0))) +("revert" nil (((r ih) 0) ((v er t) 1))) +("reverted" nil (((r ih) 0) ((v er) 1) ((t ih d) 0))) +("reverting" nil (((r ih) 0) ((v er) 1) ((t ih ng) 0))) +("reverts" nil (((r ih) 0) ((v er t s) 1))) +("reves" nil (((r iy v z) 1))) +("revette" nil (((r ih) 0) ((v eh t) 1))) +("revier" nil (((r iy) 1) ((v iy) 0) ((er) 0))) +("review" nil (((r iy) 1) ((v y uw) 1))) +("reviewed" nil (((r iy) 0) ((v y uw d) 1))) +("reviewer" nil (((r iy) 0) ((v y uw) 1) ((er) 0))) +("reviewers" nil (((r iy) 0) ((v y uw) 1) ((er z) 0))) +("reviewing" nil (((r iy) 0) ((v y uw) 1) ((ih ng) 0))) +("reviews" nil (((r iy) 0) ((v y uw z) 1))) +("reviglio" nil (((r ax) 0) ((v ih) 1) ((g l iy) 0) ((ow) 0))) +("reviled" nil (((r iy) 0) ((v ay l d) 1))) +("revilla" nil (((r eh) 0) ((v ih) 1) ((l ax) 0))) +("reville" nil (((r eh) 1) ((v ih l) 1))) +("revis" nil (((r eh) 1) ((v ih s) 0))) +("revise" nil (((r ih) 0) ((v ay z) 1))) +("revised" nil (((r ih) 0) ((v ay z d) 1))) +("revises" nil (((r ih) 0) ((v ay) 1) ((z ih z) 0))) +("revising" nil (((r ih) 0) ((v ay) 1) ((z ih ng) 0))) +("revision" nil (((r iy) 0) ((v ih) 1) ((zh ax n) 0))) +("revisionism" nil (((r iy) 0) ((v ih) 1) ((zh ax) 0) ((n ih) 1) ((z ax m) 0))) +("revisionist" nil (((r iy) 0) ((v ih) 1) ((zh ax) 0) ((n ih s t) 0))) +("revisionists" nil (((r iy) 0) ((v ih) 1) ((zh ax) 0) ((n ih s t s) 0))) +("revisions" nil (((r iy) 0) ((v ih) 1) ((zh ax n z) 0))) +("revisit" nil (((r iy) 0) ((v ih) 1) ((z ih t) 0))) +("revisited" nil (((r iy) 0) ((v ih) 1) ((z ax) 0) ((t ih d) 0))) +("revisiting" nil (((r iy) 0) ((v ih) 1) ((z ih) 0) ((t ih ng) 0))) +("revisits" nil (((r iy) 0) ((v ih) 1) ((z ih t s) 0))) +("revitalization" nil (((r iy) 1) ((v ay) 1) ((t ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("revitalize" nil (((r iy) 0) ((v ay) 1) ((t ax) 0) ((l ay z) 1))) +("revitalized" nil (((r iy) 0) ((v ay) 1) ((t ax) 0) ((l ay z d) 1))) +("revitalizing" nil (((r iy) 0) ((v ay) 1) ((t ax) 0) ((l ay) 1) ((z ih ng) 0))) +("revival" nil (((r ih) 0) ((v ay) 1) ((v ax l) 0))) +("revivalist" nil (((r iy) 0) ((v ay) 1) ((v ax) 0) ((l ih s t) 0))) +("revivals" nil (((r iy) 0) ((v ay) 1) ((v ax l z) 0))) +("revive" nil (((r ih) 0) ((v ay v) 1))) +("revived" nil (((r ih) 0) ((v ay v d) 1))) +("revives" nil (((r iy) 0) ((v ay v z) 1))) +("reviving" nil (((r ih) 0) ((v ay) 1) ((v ih ng) 0))) +("revlon" nil (((r eh) 1) ((v l aa n) 0))) +("revocable" nil (((r eh) 1) ((v ax) 0) ((k ax) 0) ((b ax l) 0))) +("revocation" nil (((r eh) 1) ((v ax) 0) ((k ey) 1) ((sh ax n) 0))) +("revocations" nil (((r eh) 1) ((v ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("revoir" nil (((r ih v) 0) ((w aa r) 1))) +("revoke" nil (((r ih) 0) ((v ow k) 1))) +("revoked" nil (((r ih) 0) ((v ow k t) 1))) +("revoking" nil (((r ih) 0) ((v ow) 1) ((k ih ng) 0))) +("revolt" nil (((r ih) 0) ((v ow l t) 1))) +("revolted" nil (((r ih) 0) ((v ow l) 1) ((t ih d) 0))) +("revolting" nil (((r iy) 0) ((v ow l) 1) ((t ih ng) 0))) +("revolts" nil (((r iy) 0) ((v ow l t s) 1))) +("revolucionario" nil (((r eh) 1) ((v ow) 0) ((l uw) 1) ((s iy) 0) ((ax) 0) ((n eh) 1) ((r iy) 0) ((ow) 0))) +("revolution" nil (((r eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax n) 0))) +("revolutionaries" nil (((r eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax) 0) ((n eh) 1) ((r iy z) 0))) +("revolutionary" nil (((r eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("revolutionists" nil (((r eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax) 0) ((n ax s t s) 0))) +("revolutionize" nil (((r eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax) 0) ((n ay z) 1))) +("revolutionized" nil (((r eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax) 0) ((n ay z d) 1))) +("revolutionizing" nil (((r eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax) 0) ((n ay) 1) ((z ih ng) 0))) +("revolutions" nil (((r eh) 1) ((v ax) 0) ((l uw) 1) ((sh ax n z) 0))) +("revolve" nil (((r iy) 0) ((v aa l v) 1))) +("revolved" nil (((r iy) 0) ((v aa l v d) 1))) +("revolver" nil (((r ih) 0) ((v aa l) 1) ((v er) 0))) +("revolvers" nil (((r ih) 0) ((v aa l) 1) ((v er z) 0))) +("revolves" nil (((r iy) 0) ((v aa l v z) 1))) +("revolving" nil (((r iy) 0) ((v aa l) 1) ((v ih ng) 0))) +("revord" nil (((r ih) 0) ((v ao r d) 1))) +("revs" nil (((r eh v z) 1))) +("revson" nil (((r eh v) 1) ((s ax n) 0))) +("revue" nil (((r ih) 0) ((v y uw) 1))) +("revues" nil (((r ih) 0) ((v y uw z) 1))) +("revulsion" nil (((r ih) 0) ((v ah l) 1) ((sh ax n) 0))) +("revved" nil (((r eh v d) 1))) +("revving" nil (((r eh) 1) ((v ih ng) 0))) +("revzin" nil (((r eh v) 1) ((z ih n) 0))) +("rew" nil (((r uw) 1))) +("reward" nil (((r ih) 0) ((w ao r d) 1))) +("rewarded" nil (((r ih) 0) ((w ao r) 1) ((d ih d) 0))) +("rewarding" nil (((r ih) 0) ((w ao r) 1) ((d ih ng) 0))) +("rewards" nil (((r ih) 0) ((w ao r d z) 1))) +("rewerts" nil (((r uw) 1) ((er t s) 0))) +("rewey" nil (((r uw) 1) ((iy) 0))) +("rewire" nil (((r iy) 0) ((w ay) 1) ((er) 0))) +("rewired" nil (((r iy) 0) ((w ay) 1) ((er d) 0))) +("rewiring" nil (((r iy) 0) ((w ay) 1) ((er) 0) ((ih ng) 0))) +("rewis" nil (((r uw) 1) ((ih s) 0))) +("reword" nil (((r iy) 0) ((w er d) 1))) +("rework" nil (((r iy) 0) ((w er k) 1))) +("reworked" nil (((r iy) 0) ((w er k t) 1))) +("reworking" nil (((r iy) 0) ((w er) 1) ((k ih ng) 0))) +("rewrite" nil (((r iy) 0) ((r ay t) 1))) +("rewrites" nil (((r iy) 0) ((r ay t s) 1))) +("rewriting" nil (((r iy) 0) ((r ay) 1) ((t ih ng) 0))) +("rewritten" nil (((r iy) 0) ((r ih) 1) ((t ax n) 0))) +("rewrote" nil (((r iy) 0) ((r ow t) 1))) +("rex" nil (((r eh k s) 1))) +("rexall" nil (((r eh k) 1) ((s ao l) 1))) +("rexana" nil (((r ih g) 0) ((z ae) 1) ((n ax) 0))) +("rexene" nil (((r eh k) 1) ((s iy n) 0))) +("rexford" nil (((r eh k) 1) ((s f er d) 0))) +("rexham" nil (((r eh k) 1) ((s ax m) 0))) +("rexnord" nil (((r eh k) 1) ((s n ao r d) 0))) +("rexon" nil (((r eh k) 1) ((s ax n) 0))) +("rexroad" nil (((r eh k) 1) ((s r ow d) 1))) +("rexroat" nil (((r eh k) 1) ((s r ow t) 0))) +("rexrode" nil (((r eh k) 1) ((s r ow d) 0))) +("rexrodt" nil (((r eh k) 1) ((s r ow d) 0))) +("rexroth" nil (((r eh k) 1) ((s r aa th) 0))) +("rey" nil (((r ey) 1))) +("reyburn" nil (((r ey) 1) ((b er n) 0))) +("reycraft" nil (((r ey) 1) ((k r ae f t) 1))) +("reyer" nil (((r ey) 1) ((er) 0))) +("reyes" nil (((r ey) 1) ((ih s) 0))) +("reykjavik" nil (((r eh) 1) ((k y ax) 0) ((v ih k) 0))) +("reyman" nil (((r ey) 1) ((m ax n) 0))) +("reyna" nil (((r ey) 1) ((n ax) 0))) +("reynaga" nil (((r iy) 0) ((n aa) 1) ((g ax) 0))) +("reynaldo" nil (((r ey) 1) ((n aa l) 1) ((d ow) 0))) +("reynard" nil (((r ey) 1) ((n er d) 0))) +("reynaud" nil (((r ey) 1) ((n ao d) 0))) +("reynold" nil (((r eh) 1) ((n ax l d) 0))) +("reynolds" nil (((r eh) 1) ((n ax l d z) 0))) +("reynoldson" nil (((r ey) 1) ((n ow l d) 0) ((s ax n) 0))) +("reynosa" nil (((r iy) 0) ((n ow) 1) ((s ax) 0))) +("reynoso" nil (((r iy) 0) ((n ow) 1) ((s ow) 0))) +("reza" nil (((r eh) 1) ((z ax) 0))) +("rezabek" nil (((r ih) 0) ((z aa) 1) ((b eh k) 0))) +("rezac" nil (((r eh) 1) ((z ax k) 0))) +("rezek" nil (((r eh) 1) ((z eh k) 0))) +("rezendes" nil (((r ey) 0) ((z ey n) 1) ((d eh s) 0))) +("reznicek" nil (((r eh z) 1) ((n ih) 0) ((ch eh k) 1))) +("reznick" nil (((r eh z) 1) ((n ih k) 0))) +("reznik" nil (((r eh z) 1) ((n ih k) 0))) +("rezoning" nil (((r iy) 0) ((z ow) 1) ((n ih ng) 0))) +("rha" nil (((r aa) 1))) +("rhame" nil (((r ey m) 1))) +("rhames" nil (((r ey m z) 1))) +("rhapsodic" nil (((r ae p) 0) ((s aa) 1) ((d ih k) 0))) +("rhapsodizes" nil (((r ae p) 1) ((s ax) 0) ((d ay) 1) ((z ih z) 0))) +("rhapsody" nil (((r ae p) 1) ((s ax) 0) ((d iy) 0))) +("rhea" nil (((r iy) 1) ((ax) 0))) +("rheault" nil (((r ow) 1))) +("rheaume" nil (((r uw m) 1))) +("rhee" nil (((r iy) 1))) +("rheem" nil (((r iy m) 1))) +("rhein" nil (((r ay n) 1))) +("rheingold" nil (((r ay n) 1) ((g ow l d) 1))) +("rheinisch" nil (((r ay) 1) ((n ih sh) 0))) +("rheinstein" nil (((r ay n) 1) ((s t ay n) 1))) +("rhem" nil (((r eh m) 1))) +("rhesus" nil (((r iy) 1) ((s ax s) 0))) +("rheta" nil (((r iy) 1) ((t ax) 0))) +("rhetoric" nil (((r eh) 1) ((t er) 0) ((ih k) 0))) +("rhetorical" nil (((r ih) 0) ((t ao) 1) ((r ih) 0) ((k ax l) 0))) +("rhetorically" nil (((r ax) 0) ((t ao) 1) ((r ih) 0) ((k l iy) 0))) +("rhetoricians" nil (((r eh) 1) ((t er) 0) ((ih) 1) ((sh ax n z) 0))) +("rhett" nil (((r eh t) 1))) +("rheumatic" nil (((r uw) 0) ((m ae) 1) ((t ih k) 0))) +("rheumatism" nil (((r uw) 1) ((m ax) 0) ((t ih) 1) ((z ax m) 0))) +("rheumatoid" nil (((r uw) 1) ((m ax) 0) ((t oy d) 1))) +("rhew" nil (((r uw) 1))) +("rhin" nil (((r ih n) 1))) +("rhine" nil (((r ay n) 1))) +("rhinehardt" nil (((r ay n) 1) ((hh aa r t) 1))) +("rhinehart" nil (((r ay n) 1) ((hh aa r t) 1))) +("rhineland" nil (((r ay n) 1) ((l ae n d) 1))) +("rhineman" nil (((r ay n) 1) ((m ax n) 0))) +("rhines" nil (((r ay n z) 1))) +("rhinesmith" nil (((r ay n) 1) ((s m ih th) 1))) +("rhinestone" nil (((r ay n) 1) ((s t ow n) 1))) +("rhinestones" nil (((r ay n) 1) ((s t ow n z) 1))) +("rhino" nil (((r ay) 1) ((n ow) 1))) +("rhinoceros" nil (((r ay) 0) ((n aa) 1) ((s er) 0) ((ax s) 0))) +("rhinos" nil (((r ay) 1) ((n ow z) 1))) +("rhizome" nil (((r ay) 1) ((z ow m) 1))) +("rhizomes" nil (((r ay) 1) ((z ow m z) 1))) +("rho" nil (((r ow) 1))) +("rhoad" nil (((r ow d) 1))) +("rhoades" nil (((r ow d z) 1))) +("rhoads" nil (((r ow d z) 1))) +("rhoda" nil (((r ow) 1) ((d ax) 0))) +("rhodanthe" nil (((r ow) 1) ((d ae n th) 1))) +("rhode" nil (((r ow d) 1))) +("rhoden" nil (((r ow) 1) ((d ax n) 0))) +("rhodes" nil (((r ow d z) 1))) +("rhodesia" nil (((r ow) 0) ((d iy) 1) ((zh ax) 0))) +("rhodesian" nil (((r ow) 0) ((d iy) 1) ((zh ax n) 0))) +("rhodia" nil (((r ow) 1) ((d iy) 0) ((ax) 0))) +("rhodies" nil (((r ow) 1) ((d iy z) 0))) +("rhodium" nil (((r ow) 1) ((d iy) 0) ((ax m) 0))) +("rhododendron" nil (((r ow) 1) ((d ax) 0) ((d eh n) 1) ((d r ax n) 0))) +("rhodopsin" nil (((r ow) 0) ((d aa p) 1) ((s ax n) 0))) +("rhodus" nil (((r ow) 1) ((d ax s) 0))) +("rhody" nil (((r ow) 1) ((d iy) 0))) +("rhome" nil (((r ow m) 1))) +("rhonda" nil (((r aa n) 1) ((d ax) 0))) +("rhone" nil (((r ow n) 1))) +("rhoney" nil (((r ow) 1) ((n iy) 0))) +("rhorer" nil (((r ao) 1) ((r er) 0))) +("rhoten" nil (((r ow) 1) ((t ax n) 0))) +("rhoto" nil (((r ow) 1) ((t ow) 0))) +("rhoton" nil (((r ow) 1) ((t ax n) 0))) +("rhubarb" nil (((r uw) 1) ((b aa r b) 1))) +("rhude" nil (((r uw d) 1))) +("rhudy" nil (((r uw) 1) ((d iy) 0))) +("rhue" nil (((r uw) 1))) +("rhule" nil (((r uw l) 1))) +("rhyme" nil (((r ay m) 1))) +("rhymed" nil (((r ay m d) 1))) +("rhymer" nil (((r ay) 1) ((m er) 0))) +("rhymes" nil (((r ay m z) 1))) +("rhyming" nil (((r ay) 1) ((m ih ng) 0))) +("rhyne" nil (((r ay n) 1))) +("rhyner" nil (((r ay) 1) ((n er) 0))) +("rhynes" nil (((r ay n z) 1))) +("rhythm" nil (((r ih) 1) ((dh ax m) 0))) +("rhythmic" nil (((r ih dh) 1) ((m ih k) 0))) +("rhythmically" nil (((r ih dh) 1) ((m ih) 0) ((k l iy) 0))) +("rhythms" nil (((r ih) 1) ((dh ax m z) 0))) +("ri" nil (((r uh) 0))) +("ria" nil (((r iy) 1) ((ax) 0))) +("riady" nil (((r iy) 0) ((aa) 1) ((d iy) 0))) +("riadys" nil (((r iy) 0) ((aa) 1) ((d iy z) 0))) +("rial" nil (((r ay) 1) ((ax l) 0))) +("rials" nil (((r ay l z) 1))) +("rib" nil (((r ih b) 1))) +("riba" nil (((r iy) 1) ((b ax) 0))) +("ribar" nil (((r ih) 0) ((b aa r) 1))) +("ribas" nil (((r ay) 1) ((b ax z) 0))) +("ribaudo" nil (((r iy) 0) ((b ao) 1) ((d ow) 0))) +("ribavirin" nil (((r ih) 0) ((b ae) 1) ((v ih) 0) ((r ih n) 0))) +("ribbed" nil (((r ih b d) 1))) +("ribbing" nil (((r ih) 1) ((b ih ng) 0))) +("ribble" nil (((r ih) 1) ((b ax l) 0))) +("ribbon" nil (((r ih) 1) ((b ax n) 0))) +("ribbons" nil (((r ih) 1) ((b ax n z) 0))) +("ribeiro" nil (((r iy) 0) ((b eh) 1) ((r ow) 0))) +("ribera" nil (((r iy) 0) ((b eh) 1) ((r ax) 0))) +("ribi" nil (((r iy) 1) ((b iy) 0))) +("ribicoff" nil (((r ih) 1) ((b ih) 0) ((k ao f) 1))) +("ribs" nil (((r ih b z) 1))) +("ric" nil (((r ih k) 1))) +("rica" nil (((r iy) 1) ((k ax) 0))) +("ricadonna" nil (((r iy) 0) ((k aa) 0) ((d ow) 1) ((n ax) 0))) +("rican" nil (((r iy) 1) ((k ax n) 0))) +("ricans" nil (((r ih) 1) ((k ax n z) 0))) +("ricard" nil (((r ih) 0) ((k aa r d) 1))) +("ricardo" nil (((r ih) 0) ((k aa r) 1) ((d ow) 0))) +("ricca" nil (((r iy) 1) ((k ax) 0))) +("riccardi" nil (((r iy) 0) ((k aa r) 1) ((d iy) 0))) +("riccardo" nil (((r ih) 0) ((k aa r) 1) ((d ow) 0))) +("ricci" nil (((r iy) 1) ((ch iy) 0))) +("ricciardelli" nil (((r iy) 0) ((ch er) 0) ((d eh) 1) ((l iy) 0))) +("ricciardi" nil (((r iy) 0) ((ch aa r) 1) ((d iy) 0))) +("riccio" nil (((r iy) 1) ((ch iy) 0) ((ow) 0))) +("riccitelli" nil (((r iy) 0) ((ch iy) 0) ((t eh) 1) ((l iy) 0))) +("ricciuti" nil (((r iy k) 0) ((ch uw) 1) ((t iy) 0))) +("ricco" nil (((r ih) 1) ((k ow) 0))) +("riccobono" nil (((r iy) 0) ((k ow) 0) ((b ow) 1) ((n ow) 0))) +("rice" nil (((r ay s) 1))) +("rich" nil (((r ih ch) 1))) +("richa" nil (((r ih) 1) ((ch ax) 0))) +("richard" nil (((r ih) 1) ((ch er d) 0))) +("richards" nil (((r ih) 1) ((ch er d z) 0))) +("richardson" nil (((r ih) 1) ((ch er d) 0) ((s ax n) 0))) +("richardsonsmith" nil (((r ih) 1) ((ch er d) 0) ((s ax n) 0) ((s m ih th) 1))) +("richardt" nil (((r ih) 1) ((k aa r t) 0))) +("richarson" nil (((r ih) 1) ((ch aa r) 1) ((s ax n) 0))) +("richart" nil (((r ih k) 1) ((hh aa r t) 0))) +("richbourg" nil (((r ih ch) 1) ((b ao r g) 1))) +("richburg" nil (((r ih ch) 1) ((b er g) 0))) +("richco" nil (((r ih) 1) ((k ow) 0))) +("richcreek" nil (((r ih ch) 1) ((k r iy k) 1))) +("riche" nil (((r ih ch) 1))) +("richelieu" nil (((r ih) 1) ((sh ax) 0) ((l uw) 1))) +("richelson" nil (((r ih) 1) ((ch ax l) 0) ((s ax n) 0))) +("richemont" nil (((r ih) 1) ((ch ax) 0) ((m aa n t) 1))) +("richenthal" nil (((r ih) 1) ((k ax n) 0) ((th ao l) 1))) +("richer" nil (((r ih) 1) ((ch er) 0))) +("richerd" nil (((r ih) 1) ((ch er d) 0))) +("richerson" nil (((r ih) 1) ((ch er) 0) ((s ax n) 0))) +("richert" nil (((r ih) 1) ((k er t) 0))) +("riches" nil (((r ih) 1) ((ch ax z) 0))) +("richesin" nil (((r ih) 1) ((k ih) 0) ((s ih n) 0))) +("richeson" nil (((r ih) 1) ((k ih) 0) ((s ax n) 0))) +("richest" nil (((r ih) 1) ((ch ax s t) 0))) +("richey" nil (((r ih) 1) ((ch iy) 0))) +("richfield" nil (((r ih ch) 1) ((f iy l d) 1))) +("richford" nil (((r ih ch) 1) ((f er d) 0))) +("richie" nil (((r ih) 1) ((ch iy) 0))) +("richins" nil (((r ih) 1) ((k ih n z) 0))) +("richison" nil (((r ih) 1) ((ch ih) 0) ((s ax n) 0))) +("richland" nil (((r ih ch) 1) ((l ax n d) 0))) +("richly" nil (((r ih ch) 1) ((l iy) 0))) +("richman" nil (((r ih ch) 1) ((m ae n) 1))) +("richmond" nil (((r ih ch) 1) ((m ax n d) 0))) +("richner" nil (((r ih k) 1) ((n er) 0))) +("richness" nil (((r ih ch) 1) ((n ax s) 0))) +("richoux" nil (((r ih) 0) ((sh uw) 1))) +("richstone" nil (((r ih ch) 1) ((s t ow n) 1))) +("richter" nil (((r ih k) 1) ((t er) 0))) +("richton" nil (((r ih ch) 1) ((t ax n) 0))) +("richwhite" nil (((r ih ch) 1) ((w ay t) 1))) +("richwine" nil (((r ih ch) 1) ((w ay n) 1))) +("ricigliano" nil (((r ih) 0) ((s ih) 1) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("rick" nil (((r ih k) 1))) +("rickabaugh" nil (((r ih) 1) ((k ax) 0) ((b ao) 1))) +("rickard" nil (((r ih) 1) ((k er d) 0))) +("rickards" nil (((r ih) 1) ((k er d z) 0))) +("ricke" nil (((r ih k) 1))) +("rickel" nil (((r ih) 1) ((k ax l) 0))) +("rickels" nil (((r ih) 1) ((k ax l z) 0))) +("ricken" nil (((r ih) 1) ((k ax n) 0))) +("rickenbach" nil (((r ih) 1) ((k ih n) 0) ((b aa k) 0))) +("rickenbaker" nil (((r ih) 1) ((k ih n) 0) ((b ax) 0) ((k er) 0))) +("ricker" nil (((r ih) 1) ((k er) 0))) +("rickers" nil (((r ih) 1) ((k er z) 0))) +("rickerson" nil (((r ih) 1) ((k er) 0) ((s ax n) 0))) +("rickert" nil (((r ih) 1) ((k er t) 0))) +("ricketson" nil (((r ih) 1) ((k ih t) 0) ((s ax n) 0))) +("rickett" nil (((r ih) 1) ((k ih t) 0))) +("ricketts" nil (((r ih) 1) ((k ih t s) 0))) +("rickety" nil (((r ih) 1) ((k ax) 0) ((t iy) 0))) +("rickey" nil (((r ih) 1) ((k iy) 0))) +("ricki" nil (((r ih) 1) ((k iy) 0))) +("rickie" nil (((r ih) 1) ((k iy) 0))) +("ricklefs" nil (((r ih) 1) ((k l ih f s) 0))) +("rickles" nil (((r ih) 1) ((k ax l z) 0))) +("rickman" nil (((r ih k) 1) ((m ax n) 0))) +("rickner" nil (((r ih k) 1) ((n er) 0))) +("ricks" nil (((r ih k s) 1))) +("rickson" nil (((r ih k) 1) ((s ax n) 0))) +("rickward" nil (((r ih) 1) ((k w er d) 0))) +("rickwood" nil (((r ih) 1) ((k w uh d) 1))) +("ricky" nil (((r ih) 1) ((k iy) 0))) +("rico" nil (((r iy) 1) ((k ow) 0))) +("ricochet" nil (((r ih) 1) ((k ax) 0) ((sh ey) 1))) +("ricocheted" nil (((r ih) 1) ((k ax) 0) ((sh ey d) 1))) +("ricocheting" n (((r ih) 1) ((k ax) 0) ((sh ey) 0) ((ax ng) 0))) +("ricoh" nil (((r iy) 1) ((k ow) 0))) +("ricostruzione" nil (((r iy) 0) ((k ow) 0) ((s t r uw) 0) ((z iy) 0) ((ow) 1) ((n iy) 0))) +("rid" nil (((r ih d) 1))) +("riddance" nil (((r ih) 1) ((d ax n s) 0))) +("riddell" nil (((r ih) 1) ((d ax l) 0))) +("ridden" nil (((r ih) 1) ((d ax n) 0))) +("ridder" nil (((r ih) 1) ((d er) 0))) +("riddick" nil (((r ih) 1) ((d ih k) 0))) +("ridding" nil (((r ih) 1) ((d ih ng) 0))) +("riddle" nil (((r ih) 1) ((d ax l) 0))) +("riddled" nil (((r ih) 1) ((d ax l d) 0))) +("riddles" nil (((r ih) 1) ((d ax l z) 0))) +("riddock" nil (((r ih) 1) ((d ax k) 0))) +("ride" nil (((r ay d) 1))) +("rideau" nil (((r ih) 0) ((d ow) 1))) +("rideaux" nil (((r ih) 0) ((d ow) 1))) +("riden" nil (((r ay) 1) ((d ax n) 0))) +("ridener" nil (((r ih) 1) ((d iy) 0) ((n er) 0))) +("ridenhour" nil (((r ih) 1) ((d ih) 0) ((n aw r) 0))) +("ridenour" nil (((r ih) 1) ((d ih) 0) ((n uh r) 0))) +("rideout" nil (((r ay) 1) ((d aw t) 1))) +("rider" nil (((r ay) 1) ((d er) 0))) +("riders" nil (((r ay) 1) ((d er z) 0))) +("ridership" nil (((r ay) 1) ((d er) 0) ((sh ih p) 1))) +("rides" nil (((r ay d z) 1))) +("ridge" nil (((r ih jh) 1))) +("ridgecrest" nil (((r ih jh) 1) ((k r eh s t) 1))) +("ridged" nil (((r ih jh d) 1))) +("ridgefield" nil (((r ih jh) 1) ((f iy l d) 1))) +("ridgell" nil (((r ih) 1) ((jh ax l) 0))) +("ridgely" nil (((r ih jh) 1) ((l iy) 0))) +("ridges" nil (((r ih) 1) ((jh ax z) 0))) +("ridgeway" nil (((r ih jh) 1) ((w ey) 1))) +("ridgley" nil (((r ih jh) 1) ((l iy) 0))) +("ridgway" nil (((r ih jh) 1) ((w ey) 1))) +("ridicule" nil (((r ih) 1) ((d ax) 0) ((k y uw l) 1))) +("ridiculed" nil (((r ih) 1) ((d ax) 0) ((k y uw l d) 1))) +("ridicules" nil (((r ih) 1) ((d ax) 0) ((k y uw l z) 1))) +("ridiculing" nil (((r ih) 1) ((d ax) 0) ((k y uw) 1) ((l ih ng) 0))) +("ridiculous" nil (((r ih) 0) ((d ih) 1) ((k y ax) 0) ((l ax s) 0))) +("ridiculously" nil (((r ax) 0) ((d ih) 1) ((k y ax) 0) ((l ax) 0) ((s l iy) 0))) +("riding" nil (((r ay) 1) ((d ih ng) 0))) +("ridinger" nil (((r ay) 1) ((d ih ng) 0) ((er) 0))) +("ridings" nil (((r ay) 1) ((d ih ng z) 0))) +("ridley" nil (((r ih d) 1) ((l iy) 0))) +("ridling" nil (((r ih d) 1) ((l ih ng) 0))) +("ridlon" nil (((r ih d) 1) ((l ax n) 0))) +("ridner" nil (((r ih d) 1) ((n er) 0))) +("ridolfi" nil (((r iy) 0) ((d ow l) 1) ((f iy) 0))) +("ridout" nil (((r ih) 1) ((d aw t) 1))) +("ridpath" nil (((r ih d) 1) ((p ae th) 1))) +("rids" nil (((r ih d z) 1))) +("riebe" nil (((r iy b) 1))) +("riebel" nil (((r iy) 1) ((b ax l) 0))) +("rieben" nil (((r iy) 1) ((b ax n) 0))) +("rieber" nil (((r iy) 1) ((b er) 0))) +("riebman" nil (((r iy b) 1) ((m ax n) 0))) +("riechers" nil (((r iy) 1) ((k er z) 0))) +("rieck" nil (((r iy k) 1))) +("riecke" nil (((r iy k) 1))) +("ried" nil (((r iy d) 1))) +("riede" nil (((r iy d) 1))) +("riedel" nil (((r iy) 1) ((d ax l) 0))) +("rieder" nil (((r iy) 1) ((d er) 0))) +("riederer" nil (((r iy) 1) ((d er) 0) ((er) 0))) +("riedesel" nil (((r iy) 1) ((d ih) 0) ((s ax l) 0))) +("riedl" nil (((r iy) 1) ((d ax l) 0))) +("riedlinger" nil (((r iy) 1) ((d ax) 0) ((l ih ng) 0) ((er) 0))) +("riedy" nil (((r iy) 1) ((d iy) 0))) +("rief" nil (((r iy f) 1))) +("rieg" nil (((r iy g) 1))) +("riege" nil (((r iy jh) 1))) +("riegel" nil (((r iy) 1) ((g ax l) 0))) +("rieger" nil (((r iy) 1) ((g er) 0))) +("riegert" nil (((r iy) 1) ((g er t) 0))) +("riegle" nil (((r iy) 1) ((g ax l) 0))) +("riegler" nil (((r iy) 1) ((g l er) 0))) +("riehl" nil (((r iy l) 1))) +("riehle" nil (((r iy) 1) ((hh ax l) 0))) +("riehm" nil (((r iy m) 1))) +("riek" nil (((r iy k) 1))) +("rieke" nil (((r iy k) 1))) +("rieken" nil (((r iy) 1) ((k ax n) 0))) +("rieker" nil (((r iy) 1) ((k er) 0))) +("riel" nil (((r iy l) 1))) +("rielly" nil (((r iy) 1) ((l iy) 0))) +("riely" nil (((r iy) 1) ((l iy) 0))) +("rieman" nil (((r iy) 1) ((m ax n) 0))) +("riemann" nil (((r iy) 1) ((m ax n) 0))) +("riemenschneider" nil (((r iy) 1) ((m ih n) 0) ((sh n ay) 0) ((d er) 0))) +("riemer" nil (((r iy) 1) ((m er) 0))) +("riemersma" nil (((r iy) 0) ((m eh r) 1) ((s m ax) 0))) +("riendeau" nil (((r ax n) 0) ((d ow) 1))) +("rienstra" nil (((r iy n) 1) ((s t r ax) 0))) +("riepe" nil (((r iy p) 1))) +("riera" nil (((r iy) 1) ((r ax) 0))) +("rierson" nil (((r iy r) 1) ((s ax n) 0))) +("ries" nil (((r ay z) 1))) +("riesberg" nil (((r iy s) 1) ((b er g) 0))) +("riese" nil (((r iy z) 1))) +("riesen" nil (((r iy) 1) ((s ax n) 0))) +("riesenberg" nil (((r iy) 1) ((s ax n) 0) ((b er g) 0))) +("rieser" nil (((r iy) 1) ((s er) 0))) +("riesh" nil (((r ay sh) 1))) +("riesling" nil (((r iy) 1) ((z l ih ng) 0))) +("riess" nil (((r iy s) 1))) +("riester" nil (((r ay) 1) ((ih) 0) ((s t er) 0))) +("riesterer" nil (((r iy) 1) ((s t er) 0) ((er) 0))) +("rieth" nil (((r ay) 1) ((ih th) 0))) +("rietveld" nil (((r iy t) 1) ((v ih l d) 0))) +("rietz" nil (((r iy t s) 1))) +("rieves" nil (((r iy v z) 1))) +("rife" nil (((r ay f) 1))) +("rifenburgh" nil (((r ih) 1) ((f ax n) 0) ((b er g) 0))) +("riff" nil (((r ih f) 1))) +("riffe" nil (((r ih f) 1))) +("riffel" nil (((r ih) 1) ((f ax l) 0))) +("riffey" nil (((r ih) 1) ((f iy) 0))) +("riffle" nil (((r ih) 1) ((f ax l) 0))) +("riffraff" nil (((r ih) 1) ((f r ae f) 1))) +("rifkin" nil (((r ih f) 1) ((k ih n) 0))) +("rifkind" nil (((r ih f) 1) ((k ih n d) 0))) +("rifle" nil (((r ay) 1) ((f ax l) 0))) +("rifled" nil (((r ay) 1) ((f ax l d) 0))) +("rifleman" nil (((r ay) 1) ((f ax l) 0) ((m ax n) 0))) +("riflery" nil (((r ay) 1) ((f ax l) 0) ((r iy) 0))) +("rifles" nil (((r ay) 1) ((f ax l z) 0))) +("rifling" nil (((r ay) 1) ((f l ih ng) 0))) +("rift" nil (((r ih f t) 1))) +("rifts" nil (((r ih f t s) 1))) +("rig" nil (((r ih g) 1))) +("riga" nil (((r iy) 1) ((g ax) 0))) +("rigas" nil (((r ay) 1) ((g ax z) 0))) +("rigby" nil (((r ih g) 1) ((b iy) 0))) +("rigdon" nil (((r ih g) 1) ((d ax n) 0))) +("rigel" nil (((r ay) 1) ((jh ax l) 0))) +("rigg" nil (((r ih g) 1))) +("riggan" nil (((r ih) 1) ((g ax n) 0))) +("rigged" nil (((r ih g d) 1))) +("riggen" nil (((r ih) 1) ((g ax n) 0))) +("riggenbach" nil (((r ih) 1) ((g ih n) 0) ((b aa k) 0))) +("riggi" nil (((r ih) 1) ((jh iy) 0))) +("riggin" nil (((r ih) 1) ((g ih n) 0))) +("rigging" nil (((r ih) 1) ((g ih ng) 0))) +("riggings" nil (((r ih) 1) ((g ih ng z) 0))) +("riggins" nil (((r ih) 1) ((g ih n z) 0))) +("riggio" nil (((r iy) 1) ((jh iy) 0) ((ow) 0))) +("riggle" nil (((r ih) 1) ((g ax l) 0))) +("riggleman" nil (((r ih) 1) ((g ax l) 0) ((m ax n) 0))) +("riggs" nil (((r ih g z) 1))) +("riggsbee" nil (((r ih g z) 1) ((b iy) 0))) +("righetti" nil (((r iy) 0) ((g eh) 1) ((t iy) 0))) +("righi" nil (((r iy) 1) ((g iy) 0))) +("right" nil (((r ay t) 1))) +("righted" nil (((r ay) 1) ((t ih d) 0))) +("righteous" nil (((r ay) 1) ((ch ax s) 0))) +("righteously" nil (((r ay) 1) ((ch ax) 0) ((s l iy) 0))) +("righteousness" nil (((r ay) 1) ((ch ax) 0) ((s n ax s) 0))) +("righter" nil (((r ay) 1) ((t er) 0))) +("rightful" nil (((r ay t) 1) ((f ax l) 0))) +("rightfully" nil (((r ay t) 1) ((f ax) 0) ((l iy) 0))) +("rightist" nil (((r ay) 1) ((t ih s t) 0))) +("rightists" nil (((r ay) 1) ((t ih s t s) 0))) +("rightly" nil (((r ay t) 1) ((l iy) 0))) +("rightmire" nil (((r ay t) 1) ((m ay r) 1))) +("rightmyer" nil (((r ay t) 1) ((m iy) 0) ((er) 0))) +("rightness" nil (((r ay t) 1) ((n ax s) 0))) +("rights" nil (((r ay t s) 1))) +("rightward" nil (((r ay) 1) ((t w er d) 0))) +("rightwing" nil (((r ay) 1) ((t w ih ng) 1))) +("rigid" nil (((r ih) 1) ((jh ax d) 0))) +("rigidities" nil (((r ih) 0) ((jh ih) 1) ((d ih) 0) ((t iy z) 0))) +("rigidity" nil (((r ih) 0) ((jh ih) 1) ((d ax) 0) ((t iy) 0))) +("rigidly" nil (((r ih) 1) ((jh ih d) 0) ((l iy) 0))) +("rigler" nil (((r ay) 1) ((g ax) 0) ((l er) 0))) +("rigney" nil (((r ih g) 1) ((n iy) 0))) +("rigo" nil (((r iy) 1) ((g ow) 0))) +("rigoletto" nil (((r ih) 1) ((g ax) 0) ((l eh) 1) ((t ow) 0))) +("rigoni" nil (((r iy) 0) ((g ow) 1) ((n iy) 0))) +("rigor" nil (((r ih) 1) ((g er) 0))) +("rigorous" nil (((r ih) 1) ((g er) 0) ((ax s) 0))) +("rigorously" nil (((r ih) 1) ((g er) 0) ((ax) 0) ((s l iy) 0))) +("rigors" nil (((r ih) 1) ((g er z) 0))) +("rigs" nil (((r ih g z) 1))) +("rigsbee" nil (((r ih g z) 1) ((b iy) 1))) +("rigsby" nil (((r ih g z) 1) ((b iy) 0))) +("rigueur" nil (((r ih) 0) ((g y uw r) 1))) +("riha" nil (((r ay) 1) ((hh ax) 0))) +("rihn" nil (((r ih n) 1))) +("rijn" nil (((r iy) 1) ((ax n) 0))) +("rikard" nil (((r ih) 1) ((k er d) 0))) +("rike" nil (((r ay k) 1))) +("riker" nil (((r ay) 1) ((k er) 0))) +("riklis" nil (((r ih) 1) ((k l ih s) 0))) +("riksbank" nil (((r ih k s) 1) ((b ae ng k) 1))) +("riksdag" nil (((r ih k s) 1) ((d ae g) 0))) +("rile" nil (((r ay l) 1))) +("riled" nil (((r ay l d) 1))) +("riles" nil (((r ay l z) 1))) +("riley" nil (((r ay) 1) ((l iy) 0))) +("rill" nil (((r ih l) 1))) +("rilla" nil (((r ih) 1) ((l ax) 0))) +("rillette" nil (((r ih) 0) ((l eh t) 1))) +("rilling" nil (((r ih) 1) ((l ih ng) 0))) +("rilwanu" nil (((r ih l) 0) ((w aa) 1) ((n uw) 0))) +("rim" nil (((r ih m) 1))) +("rima" nil (((r iy) 1) ((m ax) 0))) +("rimbey" nil (((r ih m) 1) ((b iy) 0))) +("rimel" nil (((r ih) 1) ((m ax l) 0))) +("rimer" nil (((r ay) 1) ((m er) 0))) +("rimes" nil (((r ay m z) 1))) +("rimkus" nil (((r ih m) 1) ((k ax s) 0))) +("rimmed" nil (((r ih m d) 1))) +("rimmer" nil (((r ih) 1) ((m er) 0))) +("rims" nil (((r ih m z) 1))) +("rimson" nil (((r ih m) 1) ((s ax n) 0))) +("rina" nil (((r iy) 1) ((n ax) 0))) +("rinaldi" nil (((r iy) 0) ((n aa l) 1) ((d iy) 0))) +("rinaldo" nil (((r ih) 0) ((n aa l) 1) ((d ow) 0))) +("rinard" nil (((r ih) 1) ((n er d) 0))) +("rinas" nil (((r ay) 1) ((n ax z) 0))) +("rinaudo" nil (((r iy) 0) ((n ao) 1) ((d ow) 0))) +("rinck" nil (((r ih ng k) 1))) +("rincon" nil (((r ih ng) 1) ((k ax n) 0))) +("rind" nil (((r ay n d) 1))) +("rindahl" nil (((r ih n) 1) ((d aa l) 1))) +("rinderer" nil (((r ih n) 1) ((d er) 0) ((er) 0))) +("rinderknecht" nil (((r ih n) 1) ((d er k) 0) ((n ih k t) 0))) +("rindfleisch" nil (((r ih n d) 1) ((f l ay sh) 1))) +("rinds" nil (((r ay n d z) 1))) +("rindt" nil (((r ih n t) 1))) +("rine" nil (((r ay n) 1))) +("rineer" nil (((r ih) 1) ((n ih r) 0))) +("rinehardt" nil (((r ay n) 1) ((hh aa r t) 1))) +("rinehart" nil (((r ay n) 1) ((hh aa r t) 1))) +("rinehimer" nil (((r ay n) 1) ((hh ay) 1) ((m er) 0))) +("rinella" nil (((r ih) 0) ((n eh) 1) ((l ax) 0))) +("riner" nil (((r ay) 1) ((n er) 0))) +("rines" nil (((r ay n z) 1))) +("riney" nil (((r ay) 1) ((n iy) 0))) +("ring" nil (((r ih ng) 1))) +("ringberg" nil (((r ih ng) 1) ((b er g) 0))) +("ringdahl" nil (((r ih ng) 1) ((d aa l) 0))) +("ringe" nil (((r ih ng) 1))) +("ringed" nil (((r ih ng d) 1))) +("ringeisen" nil (((r ih ng) 1) ((g ay) 0) ((s ax n) 0))) +("ringel" nil (((r ih ng) 1) ((g ax l) 0))) +("ringen" nil (((r ih ng) 1) ((ax n) 0))) +("ringenberg" nil (((r ih ng) 1) ((ax n) 0) ((b er g) 0))) +("ringer" nil (((r ih ng) 1) ((er) 0))) +("ringers" nil (((r ih ng) 1) ((er z) 0))) +("ringgenberg" nil (((r ih ng) 1) ((g ax n) 0) ((b er g) 0))) +("ringgit" nil (((r ih ng) 1) ((ih t) 0))) +("ringgold" nil (((r ih ng) 1) ((g ow l d) 1))) +("ringing" nil (((r ih ng) 1) ((ih ng) 0))) +("ringland" nil (((r ih ng) 1) ((g l ax n d) 0))) +("ringle" nil (((r ih ng) 1) ((g ax l) 0))) +("ringleader" nil (((r ih ng) 1) ((l iy) 1) ((d er) 0))) +("ringleaders" nil (((r ih ng) 1) ((l iy) 1) ((d er z) 0))) +("ringler" nil (((r ih ng) 1) ((g ax) 0) ((l er) 0))) +("ringley" nil (((r ih ng) 1) ((g l iy) 0))) +("ringling" nil (((r ih ng) 1) ((l ih ng) 0))) +("ringmaster" nil (((r ih ng) 1) ((m ae) 1) ((s t er) 0))) +("ringneck" nil (((r ih ng) 1) ((n eh k) 1))) +("ringo" nil (((r iy ng) 1) ((g ow) 0))) +("ringold" nil (((r ih ng) 1) ((g ow l d) 0))) +("ringquist" nil (((r ih ng) 1) ((k w ih s t) 0))) +("rings" nil (((r ih ng z) 1))) +("ringside" nil (((r ih ng) 1) ((s ay d) 1))) +("ringstad" nil (((r ih ng) 1) ((s t ax d) 0))) +("ringuette" nil (((r ih ng) 0) ((eh t) 1))) +("ringwald" nil (((r ih ng) 1) ((w ao l d) 0))) +("ringwood" nil (((r ih ng) 1) ((w uh d) 1))) +("rini" nil (((r iy) 1) ((n iy) 0))) +("rininger" nil (((r ih) 1) ((n ih ng) 0) ((er) 0))) +("rink" nil (((r ih ng k) 1))) +("rinke" nil (((r ih ng k) 1))) +("rinkenberger" nil (((r ih ng) 1) ((k ax n) 0) ((b er) 0) ((g er) 0))) +("rinker" nil (((r ih ng) 1) ((k er) 0))) +("rinks" nil (((r ih ng k s) 1))) +("rinn" nil (((r ih n) 1))) +("rinne" nil (((r ih n) 1))) +("rinse" nil (((r ih n s) 1))) +("rinsing" nil (((r ih n) 1) ((s ih ng) 0))) +("rintala" nil (((r iy n) 0) ((t aa) 1) ((l ax) 0))) +("rintel" nil (((r ih n) 0) ((t eh l) 1))) +("rintels" nil (((r ih n) 0) ((t eh l z) 1))) +("rio" nil (((r iy) 1) ((ow) 0))) +("riojas" nil (((r iy) 0) ((ow) 1) ((y aa z) 0))) +("riolo" nil (((r iy) 0) ((ow) 1) ((l ow) 0))) +("rion" nil (((r ay) 1) ((ax n) 0))) +("riopel" nil (((r iy) 0) ((ax) 0) ((p eh l) 1))) +("riopelle" nil (((r iy) 0) ((ax) 0) ((p eh) 1) ((l iy) 0))) +("riordan" nil (((r ih r) 1) ((d ax n) 0))) +("rios" nil (((r iy) 1) ((ow s) 0))) +("riot" nil (((r ay) 1) ((ax t) 0))) +("rioted" nil (((r ay) 1) ((ax) 0) ((t ih d) 0))) +("rioters" nil (((r ay) 1) ((ax) 0) ((t er z) 0))) +("rioting" nil (((r ay) 1) ((ax) 0) ((t ih ng) 0))) +("riotous" nil (((r ay) 1) ((ax) 0) ((t ax s) 0))) +("riots" nil (((r ay) 1) ((ax t s) 0))) +("rioux" nil (((r uw) 1))) +("rip" nil (((r ih p) 1))) +("ripa" nil (((r iy) 1) ((p ax) 0))) +("ripe" nil (((r ay p) 1))) +("ripen" nil (((r ay) 1) ((p ax n) 0))) +("ripened" nil (((r ay) 1) ((p ax n d) 0))) +("ripening" nil (((r ay) 1) ((p ax) 0) ((n ih ng) 0))) +("riphagen" nil (((r ih) 1) ((p aa) 1) ((g ax n) 0))) +("ripka" nil (((r iy p) 1) ((k ax) 0))) +("ripke" nil (((r ih p k) 1))) +("ripley" nil (((r ih) 1) ((p l iy) 0))) +("riposte" nil (((r ih) 0) ((p ow s t) 1))) +("ripostes" nil (((r ih) 0) ((p ao s t s) 1))) +("ripp" nil (((r ih p) 1))) +("rippe" nil (((r ih p) 1))) +("ripped" nil (((r ih p t) 1))) +("rippee" nil (((r ih) 1) ((p iy) 1))) +("rippel" nil (((r ih) 1) ((p ax l) 0))) +("rippeon" nil (((r ih) 1) ((p iy) 0) ((ax n) 0))) +("ripper" nil (((r ih) 1) ((p er) 0))) +("ripperger" nil (((r ih) 1) ((p er) 0) ((g er) 0))) +("rippetoe" nil (((r ih) 1) ((p ih) 0) ((t ow) 0))) +("rippey" nil (((r ih) 1) ((p iy) 0))) +("ripping" nil (((r ih) 1) ((p ih ng) 0))) +("ripple" nil (((r ih) 1) ((p ax l) 0))) +("rippled" nil (((r ih) 1) ((p ax l d) 0))) +("ripples" nil (((r ih) 1) ((p ax l z) 0))) +("rippling" nil (((r ih) 1) ((p ax) 0) ((l ih ng) 0))) +("ripplinger" nil (((r ih) 1) ((p ax) 0) ((l ih ng) 0) ((er) 0))) +("rippon" nil (((r ih) 1) ((p ax n) 0))) +("rippy" nil (((r ih) 1) ((p iy) 0))) +("rips" nil (((r ih p s) 1))) +("ris" nil (((r iy s) 1))) +("risa" nil (((r iy) 1) ((s ax) 0))) +("risberg" nil (((r ih s) 1) ((b er g) 0))) +("risc" nil (((r ih s k) 1))) +("risch" nil (((r ih sh) 1))) +("risden" nil (((r ih s) 1) ((d ax n) 0))) +("risdon" nil (((r ih s) 1) ((d ax n) 0))) +("rise" nil (((r ay z) 1))) +("risen" nil (((r ih) 1) ((z ax n) 0))) +("risenhoover" nil (((r ih) 1) ((s ih n) 0) ((hh uw) 0) ((v er) 0))) +("riser" nil (((r ay) 1) ((z er) 0))) +("rises" nil (((r ay) 1) ((z ax z) 0))) +("rish" nil (((r ih sh) 1))) +("rishel" nil (((r ih) 1) ((sh ax l) 0))) +("rishell" nil (((r ih) 1) ((sh ax l) 0))) +("risher" nil (((r ih) 1) ((sh er) 0))) +("risi" nil (((r iy) 1) ((s iy) 0))) +("rising" nil (((r ay) 1) ((z ih ng) 0))) +("risinger" nil (((r ay) 1) ((z ih ng) 0) ((er) 0))) +("risis" nil (((r ay) 1) ((s ax s) 0))) +("risk" nil (((r ih s k) 1))) +("riske" nil (((r ih s k) 1))) +("risked" nil (((r ih s k t) 1))) +("riskier" nil (((r ih) 1) ((s k iy) 0) ((er) 0))) +("riskiest" nil (((r ih) 1) ((s k iy) 0) ((ax s t) 0))) +("riskin" nil (((r ih) 1) ((s k ih n) 0))) +("riskiness" nil (((r ih) 1) ((s k iy) 0) ((n ax s) 0))) +("risking" nil (((r ih) 1) ((s k ih ng) 0))) +("riskless" nil (((r ih) 1) ((s k l ax s) 0))) +("risko" nil (((r ih) 1) ((s k ow) 0))) +("risks" nil (((r ih s k s) 1))) +("risky" nil (((r ih) 1) ((s k iy) 0))) +("risley" nil (((r ih) 1) ((z l iy) 0))) +("risner" nil (((r ih) 1) ((s n er) 0))) +("riso" nil (((r iy) 1) ((s ow) 0))) +("rison" nil (((r ih) 1) ((s ax n) 0))) +("rispoli" nil (((r iy) 0) ((s p ow) 1) ((l iy) 0))) +("risque" nil (((r ih) 1) ((s k ey) 1))) +("riss" nil (((r ih s) 1))) +("risse" nil (((r ih s) 1))) +("risser" nil (((r ih) 1) ((s er) 0))) +("rissler" nil (((r ih) 1) ((s l er) 0))) +("rissman" nil (((r ih) 1) ((s m ax n) 0))) +("rissmiller" nil (((r ih) 1) ((s m ax) 0) ((l er) 0))) +("risso" nil (((r ih) 1) ((s ow) 0))) +("rist" nil (((r ih s t) 1))) +("ristau" nil (((r ih) 1) ((s t aw) 0))) +("rister" nil (((r ih) 1) ((s t er) 0))) +("riston" nil (((r ih) 1) ((s t ax n) 0))) +("ristorante" nil (((r ih) 0) ((s t er) 0) ((aa n) 1) ((t ey) 0))) +("ristow" nil (((r ih) 1) ((s t ow) 0))) +("rita" nil (((r iy) 1) ((t ax) 0))) +("ritacco" nil (((r iy) 0) ((t aa) 1) ((k ow) 0))) +("ritalin" nil (((r ih) 1) ((t ax) 0) ((l ih n) 0))) +("ritch" nil (((r ih ch) 1))) +("ritchey" nil (((r ih) 1) ((ch iy) 0))) +("ritchie" nil (((r ih) 1) ((ch iy) 0))) +("rite" nil (((r ay t) 1))) +("ritenour" nil (((r ih) 1) ((t ih) 0) ((n uh r) 0))) +("riter" nil (((r ay) 1) ((t er) 0))) +("rites" nil (((r ay t s) 1))) +("ritger" nil (((r ih t) 1) ((g er) 0))) +("ritner" nil (((r ih t) 1) ((n er) 0))) +("ritsema" nil (((r ih t) 0) ((s iy) 1) ((m ax) 0))) +("ritson" nil (((r ih t) 1) ((s ax n) 0))) +("ritt" nil (((r ih t) 1))) +("rittenberg" nil (((r ih) 1) ((t ax n) 0) ((b er g) 0))) +("rittenberry" nil (((r ih) 1) ((t ax n) 0) ((b eh) 0) ((r iy) 0))) +("rittenhouse" nil (((r ih) 1) ((t ax n) 0) ((hh aw s) 1))) +("rittenour" nil (((r ih) 1) ((t ih) 0) ((n er) 0))) +("ritter" nil (((r ih) 1) ((t er) 0))) +("ritterbusch" nil (((r ih) 1) ((t er) 0) ((b uh sh) 1))) +("rittereiser" nil (((r ih) 1) ((t er) 0) ((ay) 1) ((z er) 0))) +("rittgers" nil (((r ih t) 1) ((g er z) 0))) +("ritthaler" nil (((r ih) 1) ((th ax) 0) ((l er) 0))) +("rittle" nil (((r ih) 1) ((t ax l) 0))) +("rittman" nil (((r ih t) 1) ((m ax n) 0))) +("rittner" nil (((r ih t) 1) ((n er) 0))) +("ritts" nil (((r ih t s) 1))) +("ritual" nil (((r ih) 1) ((ch uw) 0) ((ax l) 0))) +("ritualistic" nil (((r ih) 1) ((ch uw) 0) ((ax) 0) ((l ih) 1) ((s t ih k) 0))) +("ritualistically" nil (((r ih) 1) ((ch uw) 0) ((ax) 0) ((l ih) 1) ((s t ih) 0) ((k ax) 0) ((l iy) 0))) +("rituals" nil (((r ih) 1) ((ch uw) 0) ((ax l z) 0))) +("ritz" nil (((r ih t s) 1))) +("ritzel" nil (((r ih t) 1) ((z ax l) 0))) +("ritzenthaler" nil (((r ih t) 1) ((z ih n) 0) ((th ax) 0) ((l er) 0))) +("ritzer" nil (((r ih t) 1) ((z er) 0))) +("ritzert" nil (((r ih t) 1) ((z er t) 0))) +("ritzman" nil (((r ih t) 1) ((s m ax n) 0))) +("ritzy" nil (((r ih t) 1) ((s iy) 0))) +("riunite" nil (((r iy) 0) ((uw) 0) ((n ay t) 1))) +("riva" nil (((r iy) 1) ((v ax) 0))) +("rival" nil (((r ay) 1) ((v ax l) 0))) +("rivaled" nil (((r ay) 1) ((v ax l d) 0))) +("rivaling" nil (((r ay) 1) ((v ax) 0) ((l ih ng) 0))) +("rivalries" nil (((r ay) 1) ((v ax l) 0) ((r iy z) 0))) +("rivalry" nil (((r ay) 1) ((v ax l) 0) ((r iy) 0))) +("rivals" nil (((r ay) 1) ((v ax l z) 0))) +("rivard" nil (((r ih) 1) ((v er d) 0))) +("rivas" nil (((r iy) 1) ((v aa z) 0))) +("riven" nil (((r ih) 1) ((v ax n) 0))) +("rivenbark" nil (((r ih) 1) ((v ih n) 0) ((b aa r k) 0))) +("rivenburg" nil (((r ih) 1) ((v ax n) 0) ((b er g) 0))) +("rivenburgh" nil (((r ih) 1) ((v ih n) 0) ((b er g) 0))) +("river" nil (((r ih) 1) ((v er) 0))) +("rivera" nil (((r ih) 0) ((v eh) 1) ((r ax) 0))) +("riverbank" nil (((r ih) 1) ((v er) 0) ((b ae ng k) 1))) +("riverbed" nil (((r ih) 1) ((v er) 0) ((b eh d) 1))) +("riverbend" nil (((r ih) 1) ((v er) 0) ((b eh n d) 1))) +("riverboat" nil (((r ih) 1) ((v er) 0) ((b ow t) 1))) +("riverboats" nil (((r ih) 1) ((v er) 0) ((b ow t s) 1))) +("riverdale" nil (((r ih) 1) ((v er) 0) ((d ey l) 1))) +("riverfront" nil (((r ih) 1) ((v er) 0) ((f r ah n t) 1))) +("riverhead" nil (((r ih) 1) ((v er) 0) ((hh eh d) 1))) +("rivero" nil (((r iy) 0) ((v eh) 1) ((r ow) 0))) +("rivers" nil (((r ih) 1) ((v er z) 0))) +("riverside" nil (((r ih) 1) ((v er) 0) ((s ay d) 1))) +("riverso" nil (((r ih) 1) ((v er) 0) ((s ow) 0))) +("riverway" nil (((r ih) 1) ((v er) 0) ((w ey) 1))) +("riverwood" nil (((r ih) 1) ((v er) 0) ((w uh d) 1))) +("rives" nil (((r ay v z) 1))) +("rivest" nil (((r ih) 1) ((v ih s t) 0))) +("rivet" nil (((r ih) 1) ((v ax t) 0))) +("riveted" nil (((r ih) 1) ((v ax) 0) ((t ih d) 0))) +("riveting" nil (((r ih) 1) ((v ax) 0) ((t ih ng) 0))) +("rivets" nil (((r ih) 1) ((v ax t s) 0))) +("rivett" nil (((r ih) 1) ((v ih t) 0))) +("rivette" nil (((r ih) 0) ((v eh t) 1))) +("riviello" nil (((r iy) 1) ((v iy) 0) ((eh) 1) ((l ow) 0))) +("riviera" nil (((r ih) 1) ((v iy) 0) ((eh) 1) ((r ax) 0))) +("riviere" nil (((r ih) 1) ((v iy) 0) ((eh r) 0))) +("rivieres" nil (((r ih) 0) ((v y ih) 1) ((r eh z) 0))) +("rivkin" nil (((r ih v) 1) ((k ih n) 0))) +("rivkind" nil (((r ih v) 1) ((k ih n d) 0))) +("rivlin" nil (((r ih) 1) ((v l ih n) 0))) +("rivulets" n (((r ih) 1) ((v ax) 0) ((l ax t s) 0))) +("rix" nil (((r ih k s) 1))) +("riyad" nil (((r iy) 0) ((aa d) 1))) +("riyadh" nil (((r iy) 0) ((ae d) 1))) +("riyals" nil (((r iy) 0) ((y aa l z) 1))) +("rizer" nil (((r ay) 1) ((z er) 0))) +("rizhao" nil (((r uh) 1) ((jh aw) 0))) +("rizk" nil (((r ih z k) 1))) +("rizo" nil (((r iy) 1) ((z ow) 0))) +("rizor" nil (((r ay) 1) ((z er) 0))) +("rizza" nil (((r ih) 1) ((z ax) 0))) +("rizzi" nil (((r ih) 1) ((z iy) 0))) +("rizzo" nil (((r ih) 1) ((z ow) 0))) +("rizzoli" nil (((r ih) 0) ((z ow) 1) ((l iy) 0))) +("rizzolo" nil (((r iy t) 0) ((s ow) 1) ((l ow) 0))) +("rizzuti" nil (((r iy t) 0) ((s uw) 1) ((t iy) 0))) +("rizzuto" nil (((r iy t) 0) ((s uw) 1) ((t ow) 0))) +("rna" nil (((aa r) 1) ((eh n) 1) ((ey) 1))) +("ro" nil (((r ow) 1))) +("roa" nil (((r ow) 1) ((ax) 0))) +("roach" nil (((r ow ch) 1))) +("roache" nil (((r ow ch) 1))) +("roaches" nil (((r ow) 1) ((ch ih z) 0))) +("road" nil (((r ow d) 1))) +("roadblock" nil (((r ow d) 1) ((b l aa k) 1))) +("roadblocks" nil (((r ow d) 1) ((b l aa k s) 1))) +("roadcap" nil (((r ow d) 1) ((k ae p) 1))) +("roades" nil (((r ow d z) 1))) +("roadmaster" nil (((r ow d) 1) ((m ae) 1) ((s t er) 0))) +("roadrailer" nil (((r ow) 1) ((d r ey) 1) ((l er) 0))) +("roadrunner" nil (((r ow) 1) ((d r ah) 1) ((n er) 0))) +("roads" nil (((r ow d z) 1))) +("roadshow" nil (((r ow d) 1) ((sh ow) 1))) +("roadside" nil (((r ow d) 1) ((s ay d) 1))) +("roadsides" nil (((r ow d) 1) ((s ay d z) 1))) +("roadster" nil (((r ow d) 1) ((s t er) 0))) +("roadway" nil (((r ow) 1) ((d w ey) 1))) +("roadways" nil (((r ow) 1) ((d w ey z) 1))) +("roadwork" nil (((r ow) 1) ((d w er k) 1))) +("roady" nil (((r ow) 1) ((d iy) 0))) +("roald" nil (((r ow l d) 1))) +("roam" nil (((r ow m) 1))) +("roamed" nil (((r ow m d) 1))) +("roaming" nil (((r ow) 1) ((m ih ng) 0))) +("roams" nil (((r ow m z) 1))) +("roan" nil (((r ow n) 1))) +("roane" nil (((r ow n) 1))) +("roanna" nil (((r ow) 1) ((n ax) 0))) +("roanoke" nil (((r ow) 1) ((ax) 0) ((n ow k) 1))) +("roar" nil (((r ao r) 1))) +("roared" nil (((r ao r d) 1))) +("roaring" nil (((r ao) 1) ((r ih ng) 0))) +("roark" nil (((r ao r k) 1))) +("roarke" nil (((r ao r k) 1))) +("roars" nil (((r ao r z) 1))) +("roarty" nil (((r ao r) 1) ((t iy) 0))) +("roast" nil (((r ow s t) 1))) +("roasted" nil (((r ow) 1) ((s t ax d) 0))) +("roaster" nil (((r ow) 1) ((s t er) 0))) +("roasters" nil (((r ow) 1) ((s t er z) 0))) +("roasting" nil (((r ow) 1) ((s t ih ng) 0))) +("roasts" nil (((r ow s t s) 1))) +("roat" nil (((r ow t) 1))) +("roath" nil (((r ow th) 1))) +("rob" nil (((r aa b) 1))) +("roback" nil (((r ow) 1) ((b ae k) 1))) +("robaina" nil (((r ow) 0) ((b ey) 1) ((n ax) 0))) +("robak" nil (((r ow) 1) ((b ax k) 0))) +("robar" nil (((r ax) 0) ((b aa r) 1))) +("robards" nil (((r aa) 1) ((b er d z) 0))) +("robare" nil (((r ow) 0) ((b aa) 1) ((r ey) 0))) +("robarge" nil (((r aa) 1) ((b aa r g) 0))) +("robart" nil (((r aa) 1) ((b aa r t) 1))) +("robarts" nil (((r aa) 1) ((b aa r t s) 1))) +("robb" nil (((r aa b) 1))) +("robbe" nil (((r aa b) 1))) +("robbed" nil (((r aa b d) 1))) +("robben" nil (((r aa) 1) ((b ax n) 0))) +("robber" nil (((r aa) 1) ((b er) 0))) +("robberies" nil (((r aa) 1) ((b er) 0) ((iy z) 0))) +("robbers" nil (((r aa) 1) ((b er z) 0))) +("robberson" nil (((r aa) 1) ((b er) 0) ((s ax n) 0))) +("robbery" nil (((r aa) 1) ((b er) 0) ((iy) 0))) +("robbie" nil (((r aa) 1) ((b iy) 0))) +("robbin" nil (((r aa) 1) ((b ih n) 0))) +("robbing" nil (((r aa) 1) ((b ih ng) 0))) +("robbins" nil (((r aa) 1) ((b ih n z) 0))) +("robbs" nil (((r aa b z) 1))) +("robby" nil (((r aa) 1) ((b iy) 0))) +("robe" nil (((r ow b) 1))) +("robeck" nil (((r ow) 1) ((b eh k) 1))) +("robed" nil (((r ow b d) 1))) +("robel" nil (((r ow) 1) ((b ax l) 0))) +("robello" nil (((r ow) 0) ((b eh) 1) ((l ow) 0))) +("robelo" nil (((r aa) 1) ((b eh) 1) ((l ow) 0))) +("rober" nil (((r ow) 1) ((b er) 0))) +("roberds" nil (((r aa) 1) ((b er d z) 0))) +("roberg" nil (((r ow) 1) ((b er g) 0))) +("roberge" nil (((r aa) 1) ((b er jh) 0))) +("robers" nil (((r ow) 1) ((b er z) 0))) +("roberson" nil (((r aa) 1) ((b er) 0) ((s ax n) 0))) +("robert" nil (((r aa) 1) ((b er t) 0))) +("roberta" nil (((r ax) 0) ((b er) 1) ((t ax) 0))) +("roberti" nil (((r ax) 0) ((b er) 1) ((t iy) 0))) +("roberto" nil (((r ax) 0) ((b eh r) 1) ((t ow) 0))) +("roberts" nil (((r aa) 1) ((b er t s) 0))) +("robertshaw" nil (((r aa) 1) ((b er t) 1) ((sh ao) 1))) +("robertson" nil (((r aa) 1) ((b er t) 0) ((s ax n) 0))) +("robes" nil (((r ow b z) 1))) +("robeson" nil (((r ow) 1) ((b ih) 0) ((s ax n) 0))) +("robey" nil (((r ow) 1) ((b iy) 0))) +("robia" nil (((r ow) 1) ((b iy) 0) ((ax) 0))) +("robichaud" nil (((r aa) 1) ((b ih) 0) ((sh ow) 1))) +("robichaux" nil (((r aa) 1) ((b ih) 0) ((sh ow) 1))) +("robicheaux" nil (((r aa) 1) ((b ih) 0) ((sh ow) 1))) +("robideau" nil (((r aa) 1) ((b ih) 0) ((d ow) 1))) +("robidoux" nil (((r aa) 1) ((b ih) 0) ((d uw) 0))) +("robie" nil (((r ow) 1) ((b iy) 0))) +("robillard" nil (((r aa) 1) ((b ih) 0) ((l er d) 0))) +("robin" nil (((r aa) 1) ((b ax n) 0))) +("robina" nil (((r ax) 0) ((b iy) 1) ((n ax) 0))) +("robinett" nil (((r aa) 1) ((b ih) 0) ((n eh t) 0))) +("robinette" nil (((r aa) 1) ((b ih) 0) ((n eh t) 1))) +("robinia" nil (((r ow) 0) ((b iy) 1) ((n iy) 0) ((ax) 0))) +("robins" nil (((r aa) 1) ((b ax n z) 0))) +("robinson" nil (((r aa) 1) ((b ax n) 0) ((s ax n) 0))) +("robinsons" nil (((r aa) 1) ((b ax n) 0) ((s ax n z) 0))) +("robishaw" nil (((r aa) 1) ((b ih) 0) ((sh ao) 1))) +("robison" nil (((r aa) 1) ((b ih) 0) ((s ax n) 0))) +("robitaille" nil (((r aa) 1) ((b ih) 0) ((t ey l) 1))) +("robitussin" nil (((r aa) 1) ((b ih) 0) ((t ah) 1) ((s ih n) 0))) +("robl" nil (((r aa) 1) ((b ax l) 0))) +("roble" nil (((r ow) 1) ((b ax l) 0))) +("robledo" nil (((r ow) 0) ((b l ey) 1) ((d ow) 0))) +("roblee" nil (((r aa) 1) ((b l iy) 1))) +("robles" nil (((r ow) 1) ((b ax l z) 0))) +("robley" nil (((r aa) 1) ((b l iy) 0))) +("roblin" nil (((r aa) 1) ((b l ih n) 0))) +("robling" nil (((r ow) 1) ((b ax) 0) ((l ih ng) 0))) +("robnett" nil (((r aa b) 1) ((n ih t) 0))) +("robocop" nil (((r ow) 1) ((b ow) 0) ((k aa p) 1))) +("robot" nil (((r ow) 1) ((b aa t) 1))) +("robotic" nil (((r ow) 1) ((b aa) 1) ((t ih k) 0))) +("robotics" nil (((r ow) 1) ((b aa) 1) ((t ih k s) 0))) +("robots" nil (((r ow) 1) ((b aa t s) 1))) +("robs" nil (((r aa b z) 1))) +("robson" nil (((r aa b) 1) ((s ax n) 0))) +("robuck" nil (((r aa) 1) ((b ax k) 0))) +("robust" nil (((r ow) 0) ((b ah s t) 1))) +("robusta" nil (((r aa) 1) ((b ah) 1) ((s t ax) 0))) +("robustas" nil (((r aa) 1) ((b ah) 1) ((s t ax s) 0))) +("robustelli" nil (((r ow) 1) ((b ax) 0) ((s t eh) 1) ((l iy) 0))) +("robustly" nil (((r ow) 1) ((b ah s t) 1) ((l iy) 0))) +("robustness" nil (((r ow) 0) ((b ah s t) 1) ((n ax s) 0))) +("roby" nil (((r ow) 1) ((b iy) 0))) +("robyn" nil (((r aa) 1) ((b ih n) 0))) +("roca" nil (((r ow) 1) ((k ax) 0))) +("rocap" nil (((r ow) 1) ((k ae p) 1))) +("rocard" nil (((r ow) 1) ((k er d) 0))) +("rocca" nil (((r aa) 1) ((k ax) 0))) +("roccaforte" nil (((r ow) 0) ((k ax) 0) ((f ao r) 1) ((t iy) 0))) +("roccas" nil (((r aa) 1) ((k ax s) 0))) +("rocchi" nil (((r ow) 1) ((k iy) 0))) +("rocchio" nil (((r ow) 1) ((k iy) 0) ((ow) 0))) +("rocco" nil (((r aa) 1) ((k ow) 0))) +("roch" nil (((r aa k) 1))) +("rocha" nil (((r ow) 1) ((k ax) 0))) +("rochat" nil (((r aa) 1) ((ch ax t) 0))) +("rochberg" nil (((r ow ch) 1) ((b er g) 0))) +("roche" nil (((r ow ch) 1))) +("rochefort" nil (((r aa) 1) ((k ih) 0) ((f er t) 0))) +("rocheleau" nil (((r aa) 1) ((sh ih) 0) ((l ow) 0))) +("rochella" nil (((r ax) 0) ((ch eh) 1) ((l ax) 0))) +("rochelle" nil (((r ow) 0) ((sh eh l) 1))) +("rochester" nil (((r aa) 1) ((ch eh) 1) ((s t er) 0))) +("rochette" nil (((r ax) 0) ((sh eh t) 1))) +("rochford" nil (((r aa ch) 1) ((f er d) 0))) +("rochlin" nil (((r aa) 1) ((k l ih n) 0))) +("rochon" nil (((r aa) 1) ((ch ax n) 0))) +("rochor" nil (((r ao) 1) ((ch ao r) 0))) +("rock" nil (((r aa k) 1))) +("rockafellow" nil (((r aa) 1) ((k ax) 0) ((f eh) 1) ((l ow) 0))) +("rockaway" nil (((r aa) 1) ((k ax) 0) ((w ey) 1))) +("rocke" nil (((r aa k) 1))) +("rocked" nil (((r aa k t) 1))) +("rockefeller" nil (((r aa) 1) ((k ax) 0) ((f eh) 1) ((l er) 0))) +("rockefellers" nil (((r aa) 1) ((k ax) 0) ((f eh) 1) ((l er z) 0))) +("rockel" nil (((r aa) 1) ((k ax l) 0))) +("rockenbach" nil (((r aa) 1) ((k ih n) 0) ((b aa k) 0))) +("rocker" nil (((r aa) 1) ((k er) 0))) +("rockers" nil (((r aa) 1) ((k er z) 0))) +("rocket" nil (((r aa) 1) ((k ax t) 0))) +("rocketdyne" nil (((r aa) 1) ((k ih t) 0) ((d ay n) 1))) +("rocketed" nil (((r aa) 1) ((k ax) 0) ((t ih d) 0))) +("rocketing" nil (((r aa) 1) ((k ax) 0) ((t ih ng) 0))) +("rocketry" nil (((r aa) 1) ((k ax) 0) ((t r iy) 0))) +("rockets" nil (((r aa) 1) ((k ax t s) 0))) +("rockett" nil (((r aa) 1) ((k ih t) 0))) +("rockey" nil (((r aa) 1) ((k iy) 0))) +("rockford" nil (((r aa k) 1) ((f er d) 0))) +("rockhill" nil (((r aa k) 1) ((hh ih l) 1))) +("rockhold" nil (((r aa k) 1) ((hh ow l d) 1))) +("rockholt" nil (((r aa k) 1) ((hh ow l t) 1))) +("rockies" nil (((r aa) 1) ((k iy z) 0))) +("rocking" nil (((r aa) 1) ((k ih ng) 0))) +("rockingham" nil (((r aa) 1) ((k ih ng) 0) ((hh ae m) 1))) +("rockland" nil (((r aa) 1) ((k l ax n d) 0))) +("rockley" nil (((r aa) 1) ((k l iy) 0))) +("rocklin" nil (((r aa) 1) ((k l ih n) 0))) +("rockman" nil (((r aa k) 1) ((m ax n) 0))) +("rockmore" nil (((r aa k) 1) ((m ao r) 0))) +("rockne" nil (((r aa k) 1) ((n iy) 0))) +("rockoff" nil (((r aa) 1) ((k ao f) 1))) +("rockow" nil (((r aa) 1) ((s k ow) 0))) +("rockport" nil (((r aa k) 1) ((p ao r t) 1))) +("rockresorts" nil (((r aa) 1) ((k r ih) 0) ((z ao r t s) 1))) +("rockrose" nil (((r aa) 1) ((k r ow z) 1))) +("rocks" nil (((r aa k s) 1))) +("rockville" nil (((r aa k) 1) ((v ih l) 1))) +("rockwell" nil (((r aa) 1) ((k w eh l) 1))) +("rockwood" nil (((r aa) 1) ((k w uh d) 1))) +("rocky" nil (((r aa) 1) ((k iy) 0))) +("rococo" nil (((r ax) 0) ((k ow) 1) ((k ow) 1))) +("rocque" nil (((r aa k) 1))) +("rod" nil (((r aa d) 1))) +("roda" nil (((r ow) 1) ((d ax) 0))) +("rodabaugh" nil (((r aa) 1) ((d ax) 0) ((b ao) 0))) +("rodak" nil (((r ow) 1) ((d ax k) 0))) +("rodale" nil (((r ow) 1) ((d ey l) 1))) +("rodarte" nil (((r aa) 1) ((d aa r t) 0))) +("rodas" nil (((r ow) 1) ((d ax z) 0))) +("rodd" nil (((r aa d) 1))) +("rodden" nil (((r aa) 1) ((d ax n) 0))) +("roddenberry" nil (((r aa) 1) ((d ax n) 0) ((b eh) 0) ((r iy) 0))) +("roddey" nil (((r aa) 1) ((d iy) 0))) +("roddick" nil (((r aa) 1) ((d ih k) 1))) +("roddie" nil (((r aa) 1) ((d iy) 0))) +("rodding" nil (((r aa) 1) ((d ih ng) 0))) +("roddy" nil (((r aa) 1) ((d iy) 0))) +("rode" nil (((r ow d) 1))) +("rodebaugh" nil (((r aa) 1) ((d ih) 0) ((b ao) 0))) +("rodefer" nil (((r aa) 1) ((d ih) 0) ((f er) 0))) +("rodeffer" nil (((r aa) 1) ((d ih) 0) ((f er) 0))) +("rodeheaver" nil (((r aa) 1) ((d ih) 0) ((hh iy) 0) ((v er) 0))) +("rodela" nil (((r ow) 0) ((d eh) 1) ((l ax) 0))) +("rodell" nil (((r aa) 1) ((d ax l) 0))) +("roden" nil (((r ow) 1) ((d ax n) 0))) +("rodenbaugh" nil (((r aa) 1) ((d ih n) 0) ((b aw) 0))) +("rodenbeck" nil (((r ow) 1) ((d ax n) 0) ((b eh k) 0))) +("rodenberg" nil (((r ow) 1) ((d ax n) 0) ((b er g) 0))) +("rodenberger" nil (((r ow) 1) ((d ax n) 0) ((b er) 0) ((g er) 0))) +("rodenburg" nil (((r ow) 1) ((d ax n) 0) ((b er g) 0))) +("rodent" nil (((r ow) 1) ((d ax n t) 0))) +("rodents" nil (((r ow) 1) ((d ax n t s) 0))) +("rodeo" nil (((r ow) 1) ((d iy) 0) ((ow) 1))) +("rodeos" nil (((r ow) 1) ((d iy) 0) ((ow z) 1))) +("roder" nil (((r ow) 1) ((d er) 0))) +("roderica" nil (((r ow) 0) ((d er) 0) ((iy) 1) ((k ax) 0))) +("roderick" nil (((r aa) 1) ((d r ih k) 0))) +("rodes" nil (((r ow d z) 1))) +("rodewald" nil (((r aa) 1) ((d uw) 0) ((ao l d) 0))) +("rodeway" nil (((r ow) 1) ((d w ey) 1))) +("rodge" nil (((r aa jh) 1))) +("rodger" nil (((r aa) 1) ((jh er) 0))) +("rodgers" nil (((r aa) 1) ((jh er z) 0))) +("rodgin" nil (((r aa) 1) ((jh ih n) 0))) +("rodham" nil (((r ao) 1) ((d ax m) 0))) +("rodi" nil (((r ow) 1) ((d iy) 0))) +("rodick" nil (((r aa) 1) ((d ih k) 0))) +("rodier" nil (((r ow) 1) ((d iy) 0) ((er) 0))) +("rodime" nil (((r ow) 0) ((d iy m) 1))) +("rodin" nil (((r ow) 1) ((d ih n) 0))) +("rodine" nil (((r ow) 0) ((d iy) 1) ((n iy) 0))) +("rodino" nil (((r ow) 0) ((d iy) 1) ((n ow) 0))) +("rodkey" nil (((r aa d) 1) ((k iy) 1))) +("rodman" nil (((r aa d) 1) ((m ax n) 0))) +("rodmond" nil (((r aa d) 1) ((m ax n d) 0))) +("rodmund" nil (((r aa d) 1) ((m ax n d) 0))) +("rodney" nil (((r aa d) 1) ((n iy) 0))) +("rodocker" nil (((r aa) 1) ((d ax) 0) ((k er) 0))) +("rodolf" nil (((r aa) 1) ((d ow l f) 0))) +("rodolfo" nil (((r ow) 0) ((d aa l) 1) ((f ow) 0))) +("rodolph" nil (((r ow) 1) ((d aa l f) 1))) +("rodrick" nil (((r aa) 1) ((d r ih k) 0))) +("rodrigeuz" nil (((r ow) 0) ((d r iy) 1) ((jh uw z) 0))) +("rodrigo" nil (((r ax) 0) ((d r iy) 1) ((g ow) 0))) +("rodrigue" nil (((r ow) 1) ((d r iy g) 0))) +("rodrigues" nil (((r aa) 0) ((d r iy) 1) ((g ih s) 0))) +("rodriguez" nil (((r aa) 0) ((d r iy) 1) ((g eh z) 0))) +("rodriques" nil (((r aa) 0) ((d r iy) 1) ((g eh s) 0))) +("rodriquez" nil (((r aa) 0) ((d r iy) 1) ((k eh z) 0))) +("rods" nil (((r aa d z) 1))) +("rodwell" nil (((r aa) 1) ((d w eh l) 1))) +("rody" nil (((r ow) 1) ((d iy) 0))) +("roe" nil (((r ow) 1))) +("roeber" nil (((r ow) 1) ((b er) 0))) +("roebke" nil (((r ow b k) 1))) +("roebling" nil (((r ow) 1) ((b l ih ng) 0))) +("roebuck" nil (((r ow) 1) ((b ah k) 1))) +("roecker" nil (((r ow) 1) ((k er) 0))) +("roed" nil (((r ow d) 1))) +("roedel" nil (((r ow) 1) ((d ax l) 0))) +("roeder" nil (((r ow) 1) ((d er) 0))) +("roederer" nil (((r ow) 1) ((d er) 0) ((er) 0))) +("roediger" nil (((r ow) 1) ((d ih) 0) ((g er) 0))) +("roedl" nil (((r ow) 1) ((d ax l) 0))) +("roegner" nil (((r ow g) 1) ((n er) 0))) +("roehl" nil (((r ow l) 1))) +("roehling" nil (((r ow) 1) ((l ih ng) 0))) +("roehm" nil (((r ow m) 1))) +("roehr" nil (((r ao r) 1))) +("roehrich" nil (((r ao) 1) ((r ih k) 0))) +("roehrig" nil (((r ao) 1) ((r ih g) 0))) +("roehrs" nil (((r ao r z) 1))) +("roeland" nil (((r ow) 1) ((l ax n d) 0))) +("roelke" nil (((r ow l k) 1))) +("roell" nil (((r ow l) 1))) +("roelle" nil (((r ow l) 1))) +("roeller" nil (((r ow) 1) ((l er) 0))) +("roelofs" nil (((r ow) 1) ((l ax f s) 0))) +("roemer" nil (((r ow) 1) ((m er) 0))) +("roemmich" nil (((r ow) 1) ((m ih k) 0))) +("roen" nil (((r ow n) 1))) +("roeper" nil (((r ow) 1) ((p er) 0))) +("roepke" nil (((r ow p k) 1))) +("roes" nil (((r ow z) 1))) +("roesch" nil (((r ow sh) 1))) +("roese" nil (((r ow s) 1))) +("roesel" nil (((r ow) 1) ((s ax l) 0))) +("roeser" nil (((r ow) 1) ((z er) 0))) +("roeske" nil (((r ow s k) 1))) +("roesler" nil (((r ow) 1) ((s ax) 0) ((l er) 0))) +("roesner" nil (((r ow) 1) ((s n er) 0))) +("roessler" nil (((r ow) 1) ((s ax) 0) ((l er) 0))) +("roessner" nil (((r ow) 1) ((s n er) 0))) +("roether" nil (((r ow) 1) ((dh er) 0))) +("roethler" nil (((r ow) 1) ((th ax) 0) ((l er) 0))) +("roettger" nil (((r ow t) 1) ((g er) 0))) +("roever" nil (((r aa) 1) ((eh) 0) ((v er) 0))) +("roff" nil (((r ao f) 1))) +("roffe" nil (((r aa f) 1))) +("roffman" nil (((r ao f) 1) ((m ax n) 0))) +("rofin" nil (((r ow) 1) ((f ih n) 0))) +("rog" nil (((r aa g) 1))) +("rogachev" nil (((r ow) 1) ((g ax) 0) ((ch ax v) 0))) +("rogacki" nil (((r ax) 0) ((g aa t) 1) ((s k iy) 0))) +("rogaine" nil (((r ow) 0) ((g ey n) 1))) +("rogal" nil (((r ow) 1) ((g ax l) 0))) +("rogala" nil (((r ow) 0) ((g aa) 1) ((l ax) 0))) +("rogalla" nil (((r ow) 0) ((g aa) 1) ((l ax) 0))) +("rogalski" nil (((r ax) 0) ((g aa l) 1) ((s k iy) 0))) +("rogan" nil (((r ow) 1) ((g ax n) 0))) +("rogel" nil (((r ow) 1) ((g ax l) 0))) +("rogelio" nil (((r ow) 0) ((g iy) 1) ((l iy) 0) ((ow) 0))) +("roger" nil (((r aa) 1) ((jh er) 0))) +("rogernomics" nil (((r ow) 1) ((g er) 0) ((n aa) 1) ((m ih k s) 0))) +("rogers" nil (((r aa) 1) ((jh er z) 0))) +("rogerson" nil (((r aa) 1) ((g er) 0) ((s ax n) 0))) +("rogge" nil (((r aa g) 1))) +("roggenbuck" nil (((r aa) 1) ((g ih n) 0) ((b ax k) 0))) +("roggenkamp" nil (((r aa) 1) ((g ih n) 0) ((k ae m p) 0))) +("roggio" nil (((r aa) 1) ((z iy) 0) ((ow) 0))) +("roggow" nil (((r aa) 1) ((g ow) 0))) +("rogier" nil (((r ow) 1) ((g iy) 0) ((er) 0))) +("rogin" nil (((r ow) 1) ((g ih n) 0))) +("roginski" nil (((r ax) 0) ((g ih n) 1) ((s k iy) 0))) +("rogness" nil (((r aa g) 1) ((n ih s) 0))) +("rogoff" nil (((r aa) 1) ((g ao f) 0))) +("rogowski" nil (((r ax) 0) ((g ao f) 1) ((s k iy) 0))) +("rogozinski" nil (((r ax) 0) ((g ax) 0) ((z ih n) 1) ((s k iy) 0))) +("rogstad" nil (((r aa g) 1) ((s t ax d) 0))) +("rogue" nil (((r ow g) 1))) +("rogues" nil (((r ow g z) 1))) +("roguish" n (((r ow) 1) ((g ax sh) 0))) +("rogus" nil (((r ow) 1) ((g ax s) 0))) +("roh" nil (((r ow) 1))) +("rohan" nil (((r ow) 1) ((ax n) 0))) +("rohana" nil (((r ax) 0) ((hh ae) 1) ((n ax) 0))) +("rohatyn" nil (((r aa) 1) ((hh ax) 0) ((t ih n) 0))) +("rohde" nil (((r ow d) 1))) +("rohe" nil (((r ow) 1))) +("roher" nil (((r ow) 1) ((er) 0))) +("rohl" nil (((r ow l) 1))) +("rohland" nil (((r ow) 1) ((l ax n d) 0))) +("rohleder" nil (((r ow) 1) ((l ih) 0) ((d er) 0))) +("rohlf" nil (((r ow l f) 1))) +("rohlfing" nil (((r ow l) 1) ((f ih ng) 0))) +("rohlfs" nil (((r ow l f s) 1))) +("rohlicek" nil (((r aa) 1) ((l ax) 0) ((ch eh k) 0))) +("rohling" nil (((r ow) 1) ((l ih ng) 0))) +("rohlman" nil (((r ow l) 1) ((m ax n) 0))) +("rohloff" nil (((r ow) 1) ((l ao f) 0))) +("rohm" nil (((r ow m) 1))) +("rohman" nil (((r ow) 1) ((m ax n) 0))) +("rohmer" nil (((r ow) 1) ((m er) 0))) +("rohn" nil (((r aa n) 1))) +("rohner" nil (((r ow) 1) ((n er) 0))) +("rohr" nil (((r ao r) 1))) +("rohrbach" nil (((r ao r) 1) ((b aa k) 0))) +("rohrbacher" nil (((r ao r) 1) ((b aa) 0) ((k er) 0))) +("rohrback" nil (((r ao r) 1) ((b ae k) 0))) +("rohrbaugh" nil (((r ao r) 1) ((b aw) 0))) +("rohrbough" nil (((r ao r) 1) ((b aw) 0))) +("rohrer" nil (((r ao) 1) ((r er) 0))) +("rohrich" nil (((r ao) 1) ((r ih k) 0))) +("rohrig" nil (((r ao) 1) ((r ih g) 0))) +("rohrman" nil (((r ao r) 1) ((m ax n) 0))) +("rohrs" nil (((r ao r z) 1))) +("rohs" nil (((r ow z) 1))) +("rohstoff" nil (((r ow) 1) ((s t ao f) 0))) +("rohwedder" nil (((r ow) 1) ((w ih) 0) ((d er) 0))) +("rohweder" nil (((r ow) 1) ((w ih) 0) ((d er) 0))) +("rohwer" nil (((r ow) 1) ((w er) 0))) +("roi" nil (((aa r) 1) ((ow) 1) ((ay) 1))) +("roi" nil (((r oy) 1))) +("roig" nil (((r oy g) 1))) +("roil" nil (((r oy l) 1))) +("roiled" nil (((r oy l d) 1))) +("roiling" nil (((r oy) 1) ((l ih ng) 0))) +("rojas" nil (((r ow) 1) ((hh aa s) 0))) +("rojek" nil (((r ow) 1) ((y eh k) 0))) +("rojo" nil (((r ow) 1) ((jh ow) 0))) +("roka" nil (((r ow) 1) ((k ax) 0))) +("rokicki" nil (((r ax) 0) ((k ih) 1) ((k iy) 0))) +("rokos" nil (((r ow) 1) ((k ow z) 0))) +("rokosz" nil (((r aa) 1) ((k ax sh) 0))) +("rolan" nil (((r ow) 1) ((l ax n) 0))) +("roland" nil (((r ow) 1) ((l ax n d) 0))) +("rolanda" nil (((r ow) 0) ((l aa n) 1) ((d ax) 0))) +("rolando" nil (((r ow) 0) ((l aa n) 1) ((d ow) 0))) +("roldan" nil (((r ow l) 1) ((d ax n) 0))) +("role" nil (((r ow l) 1))) +("rolen" nil (((r ow) 1) ((l ax n) 0))) +("roleplaying" nil (((r ow l) 1) ((p l ey) 1) ((ih ng) 0))) +("roles" nil (((r ow l z) 1))) +("rolex" nil (((r ow) 1) ((l eh k s) 0))) +("roley" nil (((r ow) 1) ((l iy) 0))) +("rolf" nil (((r ow l f) 1))) +("rolfe" nil (((r ow l f) 1))) +("rolfes" nil (((r ow l f s) 1))) +("rolfs" nil (((r ow l f s) 1))) +("rolfson" nil (((r ow l f) 1) ((s ax n) 0))) +("rolin" nil (((r ow) 1) ((l ih n) 0))) +("roling" nil (((r ow) 1) ((l ih ng) 0))) +("rolison" nil (((r aa) 1) ((l ih) 0) ((s ax n) 0))) +("roll" nil (((r ow l) 1))) +("rolla" nil (((r aa) 1) ((l ax) 0))) +("rolland" nil (((r aa) 1) ((l ax n d) 0))) +("rollback" nil (((r ow l) 1) ((b ae k) 1))) +("rollbacks" nil (((r ow l) 1) ((b ae k s) 1))) +("rolle" nil (((r ow l) 1))) +("rolled" nil (((r ow l d) 1))) +("roller" nil (((r ow) 1) ((l er) 0))) +("rollercoaster" nil (((r ow) 1) ((l er) 0) ((k ow) 1) ((s t er) 0))) +("rollers" nil (((r ow) 1) ((l er z) 0))) +("rolley" nil (((r aa) 1) ((l iy) 0))) +("rolli" nil (((r aa) 1) ((l iy) 0))) +("rollicking" nil (((r aa) 1) ((l ih) 0) ((k ih ng) 0))) +("rollin" nil (((r aa) 1) ((l ih n) 0))) +("rolling" nil (((r ow) 1) ((l ih ng) 0))) +("rollinger" nil (((r ow) 1) ((l ih ng) 0) ((er) 0))) +("rollings" nil (((r ow) 1) ((l ih ng z) 0))) +("rollins" nil (((r aa) 1) ((l ih n z) 0))) +("rollinson" nil (((r aa) 1) ((l ih n) 0) ((s ax n) 0))) +("rollison" nil (((r aa) 1) ((l ih) 0) ((s ax n) 0))) +("rollman" nil (((r ow l) 1) ((m ax n) 0))) +("rollo" nil (((r aa) 1) ((l ow) 0))) +("rollout" nil (((r ow) 1) ((l aw t) 1))) +("rollover" nil (((r ow) 1) ((l ow) 1) ((v er) 0))) +("rollovers" nil (((r ow) 1) ((l ow) 1) ((v er z) 0))) +("rolls" nil (((r ow l z) 1))) +("rolltop" nil (((r ow l) 1) ((t aa p) 1))) +("rollwagen" nil (((r ow l) 1) ((w ae) 1) ((g ax n) 0))) +("rolly" nil (((r ow) 1) ((l iy) 0))) +("rollyson" nil (((r aa) 1) ((l ih) 0) ((s ax n) 0))) +("rolm" nil (((r ow m) 1))) +("rolnick" nil (((r ow l) 1) ((n ih k) 0))) +("rolodex" nil (((r ow) 1) ((l ax) 0) ((d eh k s) 1))) +("roloff" nil (((r aa) 1) ((l ao f) 0))) +("rolon" nil (((r ow) 1) ((l ax n) 0))) +("rolph" nil (((r ow l f) 1))) +("rolston" nil (((r ow l) 1) ((s t ax n) 0))) +("rolt" nil (((r ow l t) 1))) +("rom" nil (((r aa m) 1))) +("roma" nil (((r ow) 1) ((m ax) 0))) +("romack" nil (((r aa) 1) ((m ax k) 0))) +("romagnoli" nil (((r ow) 0) ((m aa g) 0) ((n ow) 1) ((l iy) 0))) +("romagnolo" nil (((r ow) 1) ((m aa) 0) ((n y ow) 1) ((l ow) 0))) +("romain" nil (((r ow) 0) ((m ey n) 1))) +("romaine" nil (((r ow) 0) ((m ey n) 1))) +("roman" nil (((r ow) 1) ((m ax n) 0))) +("romance" nil (((r ow) 0) ((m ae n s) 1))) +("romances" nil (((r ow) 0) ((m ae n) 1) ((s ih z) 0))) +("romancing" nil (((r ow) 0) ((m ae n) 1) ((s ih ng) 0))) +("romanek" nil (((r aa) 1) ((m ax) 0) ((n ih k) 0))) +("romanelli" nil (((r ow) 0) ((m aa) 0) ((n eh) 1) ((l iy) 0))) +("romanello" nil (((r ow) 0) ((m aa) 0) ((n eh) 1) ((l ow) 0))) +("romanesque" nil (((r ow) 1) ((m ax) 0) ((n eh s k) 1))) +("romani" nil (((r ow) 0) ((m aa) 1) ((n iy) 0))) +("romania" nil (((r ow) 0) ((m ey) 1) ((n iy) 0) ((ax) 0))) +("romanian" nil (((r ow) 0) ((m ey) 1) ((n iy) 0) ((ax n) 0))) +("romanians" nil (((r ow) 0) ((m ey) 1) ((n iy) 0) ((ax n z) 0))) +("romaniello" nil (((r ow) 0) ((m aa) 0) ((n iy) 0) ((eh) 1) ((l ow) 0))) +("romanik" nil (((r ax) 0) ((m ae) 1) ((n ih k) 0))) +("romann" nil (((r ow) 1) ((m ax n) 0))) +("romano" nil (((r ow) 0) ((m aa) 1) ((n ow) 1))) +("romanoff" nil (((r ow) 1) ((m ax) 0) ((n ao f) 1))) +("romanoski" nil (((r ax) 0) ((m ax) 0) ((n aw) 1) ((s k iy) 0))) +("romanow" nil (((r ax) 0) ((m ae) 1) ((n ow) 0))) +("romanowski" nil (((r ax) 0) ((m ax) 0) ((n ao f) 1) ((s k iy) 0))) +("romans" nil (((r ow) 1) ((m ax n z) 0))) +("romanski" nil (((r ax) 0) ((m ae n) 1) ((s k iy) 0))) +("romantic" nil (((r ow) 0) ((m ae n) 1) ((t ih k) 0))) +("romantically" nil (((r ow) 0) ((m ae n) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("romanticism" nil (((r ow) 0) ((m ae n) 1) ((t ax) 0) ((s ih) 1) ((z ax m) 0))) +("romanticize" nil (((r ow) 0) ((m ae n) 1) ((t ax) 0) ((s ay z) 1))) +("romanticized" nil (((r ow) 0) ((m ae n) 1) ((t ax) 0) ((s ay z d) 1))) +("romanticizing" nil (((r ow) 0) ((m ae n) 1) ((t ax) 0) ((s ay) 1) ((z ih ng) 0))) +("romantics" nil (((r ow) 0) ((m ae n) 1) ((t ih k s) 0))) +("romany" nil (((r aa) 1) ((m ax) 0) ((n iy) 0))) +("romas" nil (((r ow) 1) ((m ax z) 0))) +("rombach" nil (((r aa m) 1) ((b aa k) 1))) +("romberg" nil (((r aa m) 1) ((b er g) 0))) +("romberger" nil (((r aa m) 1) ((b er) 0) ((g er) 0))) +("rome" nil (((r ow m) 1))) +("romella" nil (((r ow) 0) ((m eh) 1) ((l ax) 0))) +("romelle" nil (((r ax) 0) ((m eh l) 1))) +("romeo" nil (((r ow) 1) ((m iy) 0) ((ow) 1))) +("romer" nil (((r ow) 1) ((m er) 0))) +("romero" nil (((r ow) 0) ((m eh) 1) ((r ow) 0))) +("romesburg" nil (((r ow m z) 1) ((b er g) 0))) +("romey" nil (((r ow) 1) ((m iy) 0))) +("romick" nil (((r aa) 1) ((m ih k) 0))) +("romig" nil (((r ow) 1) ((m ih g) 0))) +("romilda" nil (((r ax) 0) ((m iy l) 1) ((d ax) 0))) +("romina" nil (((r ax) 0) ((m iy) 1) ((n ax) 0))) +("romine" nil (((r ax) 0) ((m iy) 1) ((n iy) 0))) +("romines" nil (((r aa) 1) ((m ih n z) 0))) +("rominger" nil (((r ow) 1) ((m ih ng) 0) ((er) 0))) +("romito" nil (((r ow) 0) ((m iy) 1) ((t ow) 0))) +("romm" nil (((r aa m) 1))) +("rommel" nil (((r aa) 1) ((m ax l) 0))) +("romney" nil (((r aa m) 1) ((n iy) 0))) +("romo" nil (((r ow) 1) ((m ow) 0))) +("romola" nil (((r aa) 1) ((m ax) 0) ((l ax) 0))) +("romp" nil (((r aa m p) 1))) +("romping" nil (((r aa m) 1) ((p ih ng) 0))) +("roms" nil (((r aa m z) 1))) +("romulus" nil (((r aa) 1) ((m y ax) 0) ((l ax s) 0))) +("ron" nil (((r aa n) 1))) +("rona" nil (((r ow) 1) ((n ax) 0))) +("ronald" nil (((r aa) 1) ((n ax l d) 0))) +("ronalda" nil (((r ow) 0) ((n aa l) 1) ((d ax) 0))) +("ronan" nil (((r ow) 1) ((n ax n) 0))) +("ronayne" nil (((r aa) 1) ((n ey n) 1))) +("ronca" nil (((r ow n) 1) ((k ax) 0))) +("ronco" nil (((r ow n) 1) ((k ow) 0))) +("ronda" nil (((r aa n) 1) ((d ax) 0))) +("rondeau" nil (((r aa n) 0) ((d ow) 1))) +("rondinelli" nil (((r ow n) 0) ((d iy) 0) ((n eh) 1) ((l iy) 0))) +("rondon" nil (((r aa n) 1) ((d ax n) 0))) +("rondonia" nil (((r aa n) 0) ((d ow) 1) ((n iy) 0) ((ax) 0))) +("rone" nil (((r ow n) 1))) +("ronen" nil (((r ow) 1) ((n ax n) 0))) +("roney" nil (((r ow) 1) ((n iy) 0))) +("rong" nil (((r ow ng) 1))) +("rongji" nil (((r ow ng) 1) ((jh iy) 1))) +("rongxian" nil (((r ow ng) 1) ((sh y ae n) 1))) +("ronin" nil (((r ow) 1) ((n ih n) 0))) +("ronk" nil (((r aa ng k) 1))) +("ronne" nil (((r aa n) 1))) +("ronnie" nil (((r aa) 1) ((n iy) 0))) +("ronning" nil (((r aa) 1) ((n ih ng) 0))) +("ronny" nil (((r aa) 1) ((n iy) 0))) +("ronquillo" nil (((r ow n) 0) ((k w ih) 1) ((l ow) 0))) +("ronson" nil (((r aa n) 1) ((s ax n) 0))) +("ronstadt" nil (((r aa n) 1) ((s t ae t) 1))) +("rood" nil (((r uw d) 1))) +("roode" nil (((r uw d) 1))) +("roof" nil (((r uw f) 1))) +("roofed" nil (((r uw f t) 1))) +("roofer" nil (((r uw) 1) ((f er) 0))) +("roofers" nil (((r uw) 1) ((f er z) 0))) +("roofing" nil (((r uw) 1) ((f ih ng) 0))) +("roofs" nil (((r uw f s) 1))) +("rooftop" nil (((r uw f) 1) ((t aa p) 1))) +("rooftops" nil (((r uw f) 1) ((t aa p s) 1))) +("rooftree" nil (((r uw f) 1) ((t r iy) 1))) +("rook" nil (((r uh k) 1))) +("rookard" nil (((r uh) 1) ((k er d) 0))) +("rooke" nil (((r uh k) 1))) +("rooker" nil (((r uh) 1) ((k er) 0))) +("rookie" nil (((r uh) 1) ((k iy) 0))) +("rookies" nil (((r uh) 1) ((k iy z) 0))) +("rooks" nil (((r uh k s) 1))) +("rookstool" nil (((r uh k) 1) ((s t uw l) 1))) +("room" nil (((r uw m) 1))) +("roome" nil (((r uw m) 1))) +("roomful" nil (((r uw m) 1) ((f uh l) 1))) +("roomier" nil (((r uw) 1) ((m iy) 0) ((er) 0))) +("roominess" nil (((r uw) 1) ((m iy) 0) ((n ax s) 0))) +("rooming" nil (((r uw) 1) ((m ih ng) 0))) +("roommate" nil (((r uw) 1) ((m ey t) 1))) +("roommates" nil (((r uw) 1) ((m ey t s) 1))) +("rooms" nil (((r uw m z) 1))) +("roomy" nil (((r uw) 1) ((m iy) 0))) +("roone" nil (((r uw n) 1))) +("rooney" nil (((r uw) 1) ((n iy) 0))) +("roop" nil (((r uw p) 1))) +("roope" nil (((r uw p) 1))) +("roorda" nil (((r uh r) 1) ((d ax) 0))) +("roos" nil (((r uw z) 1))) +("roosa" nil (((r uw) 1) ((s ax) 0))) +("roose" nil (((r uw z) 1))) +("roosevelt" nil (((r ow) 1) ((z ax) 0) ((v eh l t) 1))) +("roost" nil (((r uw s t) 1))) +("roosted" nil (((r uw) 1) ((s t ih d) 0))) +("rooster" nil (((r uw) 1) ((s t er) 0))) +("root" nil (((r uw t) 1))) +("rooted" nil (((r uw) 1) ((t ax d) 0))) +("rooting" nil (((r uw) 1) ((t ih ng) 0))) +("rootless" nil (((r uw t) 1) ((l ax s) 0))) +("roots" nil (((r uw t s) 1))) +("rootstein" nil (((r uw t) 1) ((s t ay n) 1))) +("ropak" nil (((r ow) 1) ((p ae k) 0))) +("rope" nil (((r ow p) 1))) +("roped" nil (((r ow p t) 1))) +("roper" nil (((r ow) 1) ((p er) 0))) +("ropers" nil (((r ow) 1) ((p er z) 0))) +("ropes" nil (((r ow p s) 1))) +("roping" nil (((r ow) 1) ((p ih ng) 0))) +("ropp" nil (((r aa p) 1))) +("roppolo" nil (((r ow) 0) ((p ow) 1) ((l ow) 0))) +("rops" nil (((r aa p s) 1))) +("roque" nil (((r ow k) 1))) +("roquemore" nil (((r ow k) 0) ((m ao r) 1))) +("rorabaugh" nil (((r ao) 1) ((r ax) 0) ((b ao) 0))) +("rorer" nil (((r ao) 1) ((r er) 0))) +("rorex" nil (((r ao) 1) ((r eh k s) 0))) +("rorick" nil (((r ao) 1) ((r ih k) 0))) +("rorie" nil (((r ao) 1) ((r iy) 0))) +("rork" nil (((r ao r k) 1))) +("rorke" nil (((r ao r k) 1))) +("rorrer" nil (((r ao) 1) ((er r) 0))) +("rory" nil (((r ao) 1) ((r iy) 0))) +("ros" nil (((r ao s) 1))) +("rosa" nil (((r ow) 1) ((z ax) 0))) +("rosabel" nil (((r ow) 1) ((z ax) 0) ((b eh l) 1))) +("rosabelle" nil (((r aa) 1) ((s ax) 0) ((b ax l) 0))) +("rosado" nil (((r ax) 0) ((s aa) 1) ((d ow) 0))) +("rosales" nil (((r ow) 1) ((s ey l z) 0))) +("rosalez" nil (((r ow) 0) ((s aa) 1) ((l eh z) 0))) +("rosalia" nil (((r ow) 0) ((z ax) 0) ((l iy) 1) ((ax) 0))) +("rosalie" nil (((r ow) 1) ((z ax) 0) ((l iy) 0))) +("rosalind" nil (((r aa) 1) ((z ax) 0) ((l ih n d) 0))) +("rosalinda" nil (((r ow) 0) ((s aa) 0) ((l iy n) 1) ((d ax) 0))) +("rosalyn" nil (((r aa) 1) ((z ax) 0) ((l ih n) 0))) +("rosalynd" nil (((r aa) 1) ((z ax) 0) ((l ih n d) 0))) +("rosalynn" nil (((r ow) 1) ((z ax) 0) ((l ih n) 1))) +("rosamilia" nil (((r ow) 0) ((z aa) 0) ((m iy) 1) ((l iy) 0) ((ax) 0))) +("rosamond" nil (((r ow) 1) ((z ax) 0) ((m ax n d) 0))) +("rosamund" nil (((r ow) 0) ((z ax) 0) ((m uh n d) 1))) +("rosan" nil (((r ow) 1) ((z ax n) 0))) +("rosander" nil (((r ow) 0) ((z ae n) 1) ((d er) 0))) +("rosanna" nil (((r ow) 0) ((z ae) 1) ((n ax) 0))) +("rosanne" nil (((r ow) 0) ((z ae n) 1))) +("rosano" nil (((r ow) 0) ((z aa) 1) ((n ow) 0))) +("rosaria" nil (((r ow) 0) ((z aa) 1) ((r iy) 0) ((ax) 0))) +("rosaries" nil (((r ow) 1) ((z er) 0) ((iy z) 0))) +("rosario" nil (((r ow) 0) ((z aa) 1) ((r iy) 0) ((ow) 0))) +("rosas" nil (((r ow) 1) ((z ax z) 0))) +("rosasco" nil (((r ow) 0) ((z aa) 1) ((s k ow) 0))) +("rosati" nil (((r ow) 0) ((z aa) 1) ((t iy) 0))) +("rosato" nil (((r ow) 0) ((z aa) 1) ((t ow) 0))) +("rosberg" nil (((r aa s) 1) ((b er g) 0))) +("rosborough" nil (((r aa s) 1) ((b er) 0) ((ow) 0))) +("rosch" nil (((r ao sh) 1))) +("roscher" nil (((r ao) 1) ((sh er) 0))) +("roscoe" nil (((r aa) 1) ((s k ow) 0))) +("rose" nil (((r ow z) 1))) +("roseanne" nil (((r ow) 1) ((z ae n) 1))) +("roseberry" nil (((r ow z) 1) ((b eh) 1) ((r iy) 0))) +("roseboom" nil (((r ow z) 1) ((b uw m) 1))) +("roseboro" nil (((r ow z) 0) ((b er) 1) ((ow) 0))) +("roseborough" nil (((r ow z) 1) ((b er) 1) ((ow) 0))) +("rosebrock" nil (((r ow z) 1) ((b r ax k) 0))) +("rosebrook" nil (((r ow z) 1) ((b r uh k) 1))) +("rosebrough" nil (((r ow z) 1) ((b r aw) 0))) +("rosebush" nil (((r ow z) 1) ((b uh sh) 1))) +("rosecrans" nil (((r ow z) 1) ((k r ae n z) 1))) +("rosekrans" nil (((r ow z) 1) ((k r ax n z) 0))) +("rosel" nil (((r ow) 1) ((z ax l) 0))) +("roseland" nil (((r ow) 1) ((z l ax n d) 0))) +("roselawn" nil (((r ow) 1) ((z l ao n) 1))) +("roseline" nil (((r ow) 1) ((z l ay n) 1))) +("rosell" nil (((r ow) 1) ((z ax l) 0))) +("rosella" nil (((r ow) 0) ((z eh) 1) ((l ax) 0))) +("rosellen" nil (((r ow) 1) ((z ax) 0) ((l ax n) 0))) +("roselli" nil (((r ow) 0) ((s eh) 1) ((l iy) 0))) +("rosello" nil (((r ow) 0) ((s eh) 1) ((l ow) 0))) +("roseman" nil (((r ow z) 1) ((m ax n) 0))) +("rosemarie" nil (((r ow z) 1) ((m er) 0) ((iy) 1))) +("rosemary" nil (((r ow z) 1) ((m eh) 1) ((r iy) 0))) +("rosemead" nil (((r ow z) 1) ((m iy d) 1))) +("rosemeyer" nil (((r ow z) 1) ((m ay) 0) ((er) 0))) +("rosemond" nil (((r ow z) 1) ((m ax n d) 0))) +("rosemont" nil (((r ow z) 1) ((m aa n t) 1))) +("rosen" nil (((r ow) 1) ((z ax n) 0))) +("rosenau" nil (((r ow z) 1) ((n aw) 0))) +("rosenbach" nil (((r ow) 1) ((z ax n) 0) ((b aa k) 1))) +("rosenbalm" nil (((r ow) 1) ((z ax n) 0) ((b aa m) 1))) +("rosenbaum" nil (((r ow) 1) ((z ax n) 0) ((b aw m) 1))) +("rosenbeck" nil (((r ow) 1) ((z ax n) 0) ((b eh k) 1))) +("rosenberg" nil (((r ow) 1) ((z ax n) 0) ((b er g) 0))) +("rosenberger" nil (((r ow) 1) ((z ax n) 0) ((b er) 0) ((g er) 0))) +("rosenberry" nil (((r ow) 1) ((z ax n) 0) ((b eh) 1) ((r iy) 0))) +("rosenblatt" nil (((r ow) 1) ((z ax n) 0) ((b l ae t) 1))) +("rosenbloom" nil (((r ow) 1) ((z ax n) 0) ((b l uw m) 1))) +("rosenblum" nil (((r ow) 1) ((z ax n) 0) ((b l uw m) 1))) +("rosenbluth" nil (((r ow) 1) ((z ax n) 0) ((b l uw th) 0))) +("rosenboom" nil (((r ow) 1) ((z ax n) 0) ((b uw m) 1))) +("rosenburg" nil (((r ow) 1) ((z ax n) 0) ((b er g) 0))) +("rosencrans" nil (((r ow) 1) ((z ax n) 0) ((k r ax n z) 0))) +("rosendahl" nil (((r ow) 1) ((z ax n) 0) ((d aa l) 1))) +("rosendale" nil (((r ow) 1) ((z ax n) 0) ((d ey l) 1))) +("rosene" nil (((r aa) 1) ((s iy n) 0))) +("rosener" nil (((r ow) 1) ((z ax) 0) ((n er) 0))) +("rosenfeld" nil (((r ow) 1) ((z ax n) 0) ((f eh l d) 1))) +("rosenfield" nil (((r ow) 1) ((z ax n) 0) ((f iy l d) 1))) +("rosengarten" nil (((r ow) 1) ((z ax n) 0) ((g aa r) 1) ((t ax n) 0))) +("rosengrant" nil (((r ow) 1) ((z ax n) 0) ((g r ae n t) 1))) +("rosengren" nil (((r ow) 1) ((z ax n) 0) ((g r eh n) 0))) +("rosenhaus" nil (((r ow) 1) ((z ax n) 0) ((hh aw s) 1))) +("rosenkrans" nil (((r ow) 1) ((z ax n) 0) ((k r ae n z) 1))) +("rosenkrantz" nil (((r ow) 1) ((z ax n) 0) ((k r ae n t s) 1))) +("rosenkranz" nil (((r ow) 1) ((z ax n) 0) ((k r ae n t s) 1))) +("rosenlund" nil (((r ow) 1) ((z ax n) 0) ((l ax n d) 0))) +("rosenman" nil (((r ow) 1) ((z ax n) 0) ((m ax n) 0))) +("rosenow" nil (((r ow) 1) ((z ax) 0) ((n aw) 0))) +("rosenquist" nil (((r ow) 1) ((z ax n) 0) ((k w ih s t) 0))) +("rosenshine" nil (((r ow) 1) ((z ax n) 0) ((sh ay n) 1))) +("rosensteel" nil (((r ow) 1) ((z ax n) 0) ((s t iy l) 1))) +("rosenstein" nil (((r ow) 1) ((z ax n) 0) ((s t ay n) 1))) +("rosenstock" nil (((r ow) 1) ((z ax n) 0) ((s t aa k) 1))) +("rosensweig" nil (((r ow) 1) ((z ax n) 0) ((s w ay g) 0))) +("rosenthal" nil (((r ow) 1) ((z ax n) 0) ((th ao l) 1))) +("rosentreter" nil (((r ow) 1) ((z ax n) 0) ((t r eh) 1) ((t er) 0))) +("rosenwald" nil (((r ow) 1) ((z ax n) 0) ((w ao l d) 1))) +("rosenwasser" nil (((r ow) 1) ((z ax n) 0) ((w ao) 0) ((s er) 0))) +("rosenzweig" nil (((r ow) 1) ((z ax n) 0) ((z w ay g) 0))) +("roser" nil (((r ow) 1) ((z er) 0))) +("roses" nil (((r ow) 1) ((z ih z) 0))) +("rosete" nil (((r aa) 1) ((s iy t) 0))) +("rosett" nil (((r ow) 1) ((z ax t) 0))) +("rosetta" nil (((r ow) 0) ((z eh) 1) ((t ax) 0))) +("rosette" nil (((r ax) 0) ((s eh t) 1))) +("rosettes" nil (((r ow) 1) ((z eh t s) 1))) +("rosetti" nil (((r ow) 0) ((s eh) 1) ((t iy) 0))) +("rosevear" nil (((r ow z) 0) ((v ih r) 1))) +("roseville" nil (((r ow z) 1) ((v ih l) 1))) +("rosewicz" nil (((r ow) 1) ((z w ih t s) 1))) +("rosewood" nil (((r ow) 1) ((z w uh d) 1))) +("rosh" nil (((r ao sh) 1))) +("roshier" nil (((r ow sh) 1) ((y er) 0))) +("rosiak" nil (((r aa) 1) ((s iy) 0) ((ae k) 0))) +("rosie" nil (((r ow) 1) ((z iy) 0))) +("rosier" nil (((r ow) 1) ((z iy) 0) ((er) 0))) +("rosin" nil (((r aa) 1) ((z ax n) 0))) +("rosina" nil (((r ow) 0) ((z iy) 1) ((n ax) 0))) +("rosine" nil (((r ow) 0) ((s iy) 1) ((n iy) 0))) +("rosing" nil (((r ow) 1) ((z ih ng) 0))) +("rosinski" nil (((r ax) 0) ((s ih n) 1) ((s k iy) 0))) +("rosinsky" nil (((r ax) 0) ((s ih n) 1) ((s k iy) 0))) +("rosita" nil (((r ow) 0) ((z iy) 1) ((t ax) 0))) +("roskam" nil (((r aa) 1) ((s k ax m) 0))) +("roske" nil (((r ow s k) 1))) +("rosko" nil (((r ow) 1) ((s k ow) 0))) +("roskos" nil (((r ow) 1) ((s k ow z) 0))) +("roslin" nil (((r aa) 1) ((s l ih n) 0))) +("roslund" nil (((r ao) 1) ((z l ax n d) 0))) +("roslyn" nil (((r aa) 1) ((z l ih n) 0))) +("rosman" nil (((r aa) 1) ((s m ax n) 0))) +("rosmunda" nil (((r ow) 0) ((s m uw n) 1) ((d ax) 0))) +("rosneft" nil (((r aa z) 1) ((n ih f t) 0))) +("rosner" nil (((r aa) 1) ((s n er) 0))) +("rosoff" nil (((r aa) 1) ((s ao f) 0))) +("rosol" nil (((r ow) 1) ((s ao l) 0))) +("rospatch" nil (((r ao) 1) ((s p ae ch) 0))) +("ross" nil (((r aa s) 1))) +("rossa" nil (((r ow) 1) ((s ax) 0))) +("rossano" nil (((r ow) 0) ((s aa) 1) ((n ow) 0))) +("rossbach" nil (((r aa s) 1) ((b aa k) 0))) +("rossborough" nil (((r ao s) 1) ((b er) 0) ((ow) 0))) +("rosse" nil (((r aa s) 1))) +("rosselin" nil (((r aa) 1) ((s ih) 0) ((l ih n) 0))) +("rossell" nil (((r aa) 1) ((s ax l) 0))) +("rosselli" nil (((r ow) 0) ((s eh) 1) ((l iy) 0))) +("rosselot" nil (((r aa) 1) ((s ih) 0) ((l ax t) 0))) +("rossen" nil (((r ao) 1) ((s ax n) 0))) +("rosser" nil (((r ao) 1) ((s er) 0))) +("rossetti" nil (((r ow) 0) ((s eh) 1) ((t iy) 0))) +("rossetto" nil (((r ow) 0) ((s eh) 1) ((t ow) 0))) +("rossi" nil (((r ao) 1) ((s iy) 0))) +("rossie" nil (((r ao) 1) ((s iy) 0))) +("rossignol" nil (((r aa) 1) ((s ih g) 0) ((n ao l) 0))) +("rossin" nil (((r aa) 1) ((s ih n) 0))) +("rossing" nil (((r ao) 1) ((s ih ng) 0))) +("rossini" nil (((r ow) 0) ((s iy) 1) ((n iy) 0))) +("rossiter" nil (((r ao) 1) ((s ih) 0) ((t er) 0))) +("rossiya" nil (((r ao) 1) ((s iy) 0) ((ax) 0))) +("rossler" nil (((r aa) 1) ((s ax) 0) ((l er) 0))) +("rosslyn" nil (((r aa) 1) ((s l ih n) 0))) +("rossman" nil (((r ao) 1) ((s m ax n) 0))) +("rossmann" nil (((r ao) 1) ((s m ax n) 0))) +("rossmiller" nil (((r aa) 1) ((s m ax) 0) ((l er) 0))) +("rossmore" nil (((r aa) 1) ((s m ao r) 1))) +("rossner" nil (((r aa) 1) ((s n er) 0))) +("rosso" nil (((r ow) 1) ((s ow) 0))) +("rosson" nil (((r aa) 1) ((s ax n) 0))) +("rossow" nil (((r aa) 1) ((s ow) 0))) +("rost" nil (((r aa s t) 1))) +("rostad" nil (((r aa) 1) ((s t ax d) 0))) +("rosten" nil (((r aa) 1) ((s ax n) 0))) +("rostenkowski" nil (((r ao) 1) ((s t eh ng) 0) ((k aw) 1) ((s k iy) 0))) +("roster" nil (((r aa) 1) ((s t er) 0))) +("rosters" nil (((r aa) 1) ((s t er z) 0))) +("roston" nil (((r aa) 1) ((s t ax n) 0))) +("rostron" nil (((r aa) 1) ((s t r ax n) 0))) +("rostropovich" nil (((r ao) 1) ((s t r ax) 0) ((p ow) 1) ((v ih ch) 0))) +("rostrum" nil (((r aa) 1) ((s t r ax m) 0))) +("rostuca" nil (((r ao) 1) ((s t uw) 1) ((k ax) 0))) +("rosty" nil (((r ao) 1) ((s t iy) 0))) +("roswald" nil (((r aa) 1) ((s w ax l d) 0))) +("roswell" nil (((r aa) 1) ((s w eh l) 0))) +("rosy" nil (((r ow) 1) ((z iy) 0))) +("roszak" nil (((r aa) 1) ((sh ax k) 0))) +("roszell" nil (((r aa) 1) ((sh ax l) 0))) +("roszkowski" nil (((r ax sh) 0) ((k ao f) 1) ((s k iy) 0))) +("rot" nil (((r aa t) 1))) +("rota" nil (((r ow) 1) ((t ax) 0))) +("rotan" nil (((r ow) 1) ((t aa n) 2))) +("rotan" nil (((r ow) 1) ((t ax n) 0))) +("rotary" nil (((r ow) 1) ((t er) 0) ((iy) 0))) +("rotate" nil (((r ow) 1) ((t ey t) 1))) +("rotated" nil (((r ow) 1) ((t ey) 1) ((t ih d) 0))) +("rotates" nil (((r ow) 1) ((t ey t s) 1))) +("rotating" nil (((r ow) 1) ((t ey) 1) ((t ih ng) 0))) +("rotation" nil (((r ow) 0) ((t ey) 1) ((sh ax n) 0))) +("rotational" nil (((r ow) 0) ((t ey) 1) ((sh ax) 0) ((n ax l) 0))) +("rotberg" nil (((r aa t) 1) ((b er g) 0))) +("ROTC" n (((aa) 1) ((r ow) 0) ((t iy) 0) ((s iy) 1))) +("rote" nil (((r ow t) 1))) +("rotella" nil (((r ow) 0) ((t eh) 1) ((l ax) 0))) +("roten" nil (((r ow) 1) ((t ax n) 0))) +("rotenberg" nil (((r ow) 1) ((t ax n) 0) ((b er g) 0))) +("rotenberry" nil (((r ow) 1) ((t ax n) 0) ((b eh) 1) ((r iy) 0))) +("rotert" nil (((r aa) 1) ((t er t) 0))) +("roth" nil (((r ao th) 1))) +("rothacker" nil (((r ao) 1) ((th ax) 0) ((k er) 0))) +("rothbard" nil (((r ao th) 1) ((b er d) 0))) +("rothbart" nil (((r ao th) 1) ((b aa r t) 1))) +("rothbauer" nil (((r ao th) 1) ((b aw) 0) ((er) 0))) +("rothberg" nil (((r ao th) 1) ((b er g) 0))) +("rothchild" nil (((r ao th) 1) ((ch ay l d) 1))) +("rothe" nil (((r ow dh) 1))) +("rothenberg" nil (((r ao) 1) ((th ax n) 0) ((b er g) 0))) +("rothenberger" nil (((r ao) 1) ((th ax n) 0) ((b er) 0) ((g er) 0))) +("rother" nil (((r ao) 1) ((th er) 0))) +("rothermel" nil (((r aa) 1) ((th er) 0) ((m ax l) 0))) +("rothert" nil (((r aa) 1) ((th er t) 0))) +("rothery" nil (((r aa) 1) ((th er) 0) ((iy) 0))) +("rothfuss" nil (((r ao th) 1) ((f ax s) 0))) +("rothgeb" nil (((r ao th) 1) ((g ih b) 0))) +("rothkopf" nil (((r ao th) 1) ((k ao p f) 0))) +("rothlisberger" nil (((r ao th) 1) ((l ih s) 0) ((b er) 0) ((g er) 0))) +("rothman" nil (((r ao th) 1) ((m ax n) 0))) +("rothmans" nil (((r ao th) 1) ((m ax n z) 0))) +("rothmeier" nil (((r ao th) 1) ((m ay r) 1))) +("rothrock" nil (((r ao) 1) ((th r ax k) 0))) +("roths" nil (((r ao th s) 1))) +("rothschild" nil (((r ao th s) 1) ((ch ay l d) 1))) +("rothschilds" nil (((r ao th) 1) ((ch ay l d z) 1))) +("rothstein" nil (((r ao th) 1) ((s t ay n) 0))) +("rothweiler" nil (((r ao) 1) ((th w ay) 1) ((l er) 0))) +("rothwell" nil (((r ao) 1) ((th w eh l) 1))) +("rothwells" nil (((r ao) 1) ((th w eh l z) 1))) +("roti" nil (((r ow) 1) ((t iy) 0))) +("rotisserie" nil (((r ow) 1) ((t ih) 1) ((s er) 0) ((iy) 0))) +("rotman" nil (((r aa t) 1) ((m ax n) 0))) +("rotolo" nil (((r ow) 0) ((t ow) 1) ((l ow) 0))) +("rotondi" nil (((r ow) 0) ((t ow n) 1) ((d iy) 0))) +("rotondo" nil (((r ow) 0) ((t ow n) 1) ((d ow) 0))) +("rotor" nil (((r ow) 1) ((t er) 0))) +("rotors" nil (((r ow) 1) ((t er z) 0))) +("rototill" nil (((r ow) 1) ((t ax) 0) ((t ih l) 1))) +("rototilled" nil (((r ow) 1) ((t ax) 0) ((t ih l d) 1))) +("rototiller" nil (((r ow) 1) ((t ax) 0) ((t ih) 1) ((l er) 0))) +("rototilles" nil (((r ow) 1) ((t ax) 0) ((t ih l z) 1))) +("rototilling" nil (((r ow) 1) ((t ax) 0) ((t ih) 1) ((l ih ng) 0))) +("rotramel" nil (((r aa) 1) ((t r ax) 0) ((m ax l) 0))) +("rotruck" nil (((r aa) 1) ((t r ax k) 0))) +("rots" nil (((r aa t s) 1))) +("rott" nil (((r aa t) 1))) +("rotted" nil (((r aa) 1) ((t ih d) 0))) +("rotten" nil (((r aa) 1) ((t ax n) 0))) +("rottenberg" nil (((r aa) 1) ((t ax n) 0) ((b er g) 0))) +("rotter" nil (((r aa) 1) ((t er) 0))) +("rotterdam" nil (((r aa) 1) ((t er) 0) ((d ae m) 1))) +("rotting" nil (((r aa) 1) ((t ih ng) 0))) +("rottinghaus" nil (((r aa) 1) ((t ih ng) 0) ((hh aw s) 1))) +("rottler" nil (((r aa t) 1) ((l er) 0))) +("rottman" nil (((r aa t) 1) ((m ax n) 0))) +("rottmann" nil (((r aa t) 1) ((m ax n) 0))) +("rotund" nil (((r ow) 0) ((t ah n d) 1))) +("rotunda" nil (((r ow) 0) ((t ah n) 1) ((d ax) 0))) +("rotundo" nil (((r ow) 0) ((t uw n) 1) ((d ow) 0))) +("rotunno" nil (((r ow) 0) ((t uw) 1) ((n ow) 0))) +("rotz" nil (((r aa t s) 1))) +("rou" nil (((r ow) 1))) +("roubal" nil (((r uw) 0) ((b ae l) 1))) +("rouble" nil (((r uw) 1) ((b ax l) 0))) +("rouch" nil (((r aw ch) 1))) +("roudabush" nil (((r aw) 1) ((d ax) 0) ((b ax sh) 0))) +("roudebush" nil (((r aw) 1) ((d ih) 0) ((b ax sh) 0))) +("rouge" nil (((r uw zh) 1))) +("rougeau" nil (((r uw) 0) ((zh ow) 1))) +("rough" nil (((r ah f) 1))) +("roughed" nil (((r ah f t) 1))) +("rougher" nil (((r ah) 1) ((f er) 0))) +("roughest" nil (((r ah) 1) ((f ax s t) 0))) +("roughing" nil (((r ah) 1) ((f ih ng) 0))) +("roughly" nil (((r ah) 1) ((f l iy) 0))) +("roughnecks" nil (((r ah f) 1) ((n eh k s) 1))) +("roughshod" nil (((r ah f) 1) ((sh aa d) 1))) +("rought" nil (((r ao t) 1))) +("roughton" nil (((r ah f) 1) ((t ax n) 0))) +("rouillard" nil (((r) 0) ((w iy) 0) ((l aa r d) 1))) +("roukema" nil (((r uw k) 1) ((m aa) 0))) +("roukos" nil (((r uw) 1) ((k ow s) 0))) +("roulac" nil (((r uw) 1) ((l ae k) 0))) +("rouleau" nil (((r uw) 0) ((l ow) 1))) +("roulette" nil (((r uw) 0) ((l eh t) 1))) +("roulettes" nil (((r uw) 0) ((l eh t s) 1))) +("roulhac" nil (((r uw l) 1) ((hh ax k) 0))) +("roulston" nil (((r aw l) 1) ((s t ax n) 0))) +("round" nil (((r aw n d) 1))) +("roundabout" nil (((r aw n) 1) ((d ax) 0) ((b aw t) 1))) +("rounded" nil (((r aw n) 1) ((d ax d) 0))) +("rounder" nil (((r aw n) 1) ((d er) 0))) +("roundhead" nil (((r aw n d) 1) ((hh eh d) 1))) +("roundhouse" nil (((r aw n d) 1) ((hh aw s) 1))) +("rounding" nil (((r aw n) 1) ((d ih ng) 0))) +("roundly" nil (((r aw n d) 1) ((l iy) 0))) +("rounds" nil (((r aw n d z) 1))) +("roundtable" nil (((r aw n d) 1) ((t ey) 1) ((b ax l) 0))) +("roundtree" nil (((r aw n d) 1) ((t r iy) 1))) +("roundtrip" nil (((r aw n d) 1) ((t r ih p) 1))) +("roundup" nil (((r aw n) 1) ((d ah p) 1))) +("roundworms" nil (((r aw n) 1) ((d w er m z) 0))) +("roundy" nil (((r aw n) 1) ((d iy) 0))) +("rounsaville" nil (((r uw n) 1) ((s ax) 0) ((v ih l) 0))) +("rountree" nil (((r aw n) 0) ((t r iy) 1))) +("roupe" nil (((r uw p) 1))) +("rourk" nil (((r ao r k) 1))) +("rourke" nil (((r ao r k) 1))) +("rouse" nil (((r aw s) 1))) +("roused" nil (((r aw z d) 1))) +("rouser" nil (((r aw) 1) ((z er) 0))) +("rousey" nil (((r aw) 1) ((s iy) 0))) +("roush" nil (((r aw sh) 1))) +("rousing" nil (((r aw) 1) ((z ih ng) 0))) +("rousse" nil (((r aw s) 1))) +("rousseau" nil (((r uw) 0) ((s ow) 1))) +("roussel" nil (((r uw) 0) ((s eh l) 1))) +("rousselet" nil (((r uw) 1) ((s ax) 0) ((l eh t) 0))) +("roussell" nil (((r uw) 0) ((s eh l) 1))) +("rousselle" nil (((r uw) 1) ((s eh l) 1))) +("roussin" nil (((r uw) 0) ((s ae n) 1))) +("roussos" nil (((r uw) 0) ((s ow z) 1))) +("rout" nil (((r aw t) 1))) +("route" nil (((r uw t) 1))) +("routed" nil (((r uw) 1) ((t ax d) 0))) +("routers" nil (((r uw) 1) ((t er z) 0))) +("routes" nil (((r uw t s) 1))) +("routh" nil (((r aw th) 1))) +("routhier" nil (((r aw) 1) ((th iy) 0) ((er) 0))) +("routine" nil (((r uw) 0) ((t iy n) 1))) +("routinely" nil (((r uw) 0) ((t iy n) 1) ((l iy) 0))) +("routines" nil (((r uw) 0) ((t iy n z) 1))) +("routing" nil (((r aw) 1) ((t ih ng) 0))) +("routledge" nil (((r aw t) 1) ((l ih jh) 0))) +("routon" nil (((r aw) 1) ((t ax n) 0))) +("routson" nil (((r aw t) 1) ((s ax n) 0))) +("routt" nil (((r aw t) 1))) +("routzahn" nil (((r aw t) 1) ((z ax n) 0))) +("roux" nil (((r uw) 1))) +("rouyn" nil (((r uw) 1) ((ih n) 0))) +("rouzer" nil (((r aw) 1) ((z er) 0))) +("rovaniemi" nil (((r ow) 0) ((v ae) 1) ((n iy) 0) ((eh) 1) ((m iy) 0))) +("rove" nil (((r ow v) 1))) +("roven" nil (((r ow) 1) ((v ax n) 0))) +("rover" nil (((r ow) 1) ((v er) 0))) +("rovers" nil (((r ow) 1) ((v er z) 0))) +("roving" nil (((r ow) 1) ((v ih ng) 0))) +("rovira" nil (((r ow) 0) ((v ih) 1) ((r ax) 0))) +("rovito" nil (((r ow) 0) ((v iy) 1) ((t ow) 0))) +("rovner" nil (((r aa v) 1) ((n er) 0))) +("row" nil (((r ow) 1))) +("rowan" nil (((r ow) 1) ((ax n) 0))) +("rowand" nil (((r ow) 1) ((ax n d) 0))) +("rowbotham" nil (((r ow) 1) ((b ax) 0) ((th ae m) 0))) +("rowden" nil (((r ow) 1) ((d ax n) 0))) +("rowdies" nil (((r aw) 1) ((d iy z) 0))) +("rowdiness" nil (((r aw) 1) ((d iy) 0) ((n ax s) 0))) +("rowdy" nil (((r aw) 1) ((d iy) 0))) +("rowe" nil (((r ow) 1))) +("rowed" nil (((r ow d) 1))) +("rowell" nil (((r ow) 1) ((ih l) 0))) +("rowen" nil (((r ow) 1) ((ax n) 0))) +("rowena" nil (((r ow) 0) ((iy) 1) ((n ax) 0))) +("rowenta" nil (((r ow) 1) ((eh n) 1) ((t ax) 0))) +("rower" nil (((r ow) 1) ((er) 0))) +("rowes" nil (((r ow z) 1))) +("rowin" nil (((r ow) 1) ((ih n) 0))) +("rowing" nil (((r ow) 1) ((ih ng) 0))) +("rowinski" nil (((r ow) 0) ((ih n) 1) ((s k iy) 0))) +("rowland" nil (((r ow) 1) ((l ax n d) 0))) +("rowlands" nil (((r ow) 1) ((l ax n d z) 0))) +("rowles" nil (((r ow l z) 1))) +("rowlett" nil (((r ow) 1) ((l ih t) 0))) +("rowlette" nil (((r ow) 1) ((l eh t) 1))) +("rowley" nil (((r ow) 1) ((l iy) 0))) +("rowly" nil (((r ow) 1) ((l iy) 0))) +("rowney" nil (((r ow) 1) ((n iy) 0))) +("rowntree" nil (((r ow n) 1) ((t r iy) 1))) +("rowny" nil (((r ow) 1) ((n iy) 0))) +("rows" nil (((r ow z) 1))) +("rowse" nil (((r ow s) 1))) +("rowser" nil (((r ow) 1) ((z er) 0))) +("rowsey" nil (((r ow) 1) ((s iy) 0))) +("rowson" nil (((r ow) 1) ((s ax n) 0))) +("rowton" nil (((r ow) 1) ((t ax n) 0))) +("rox" nil (((r aa k s) 1))) +("roxana" nil (((r aa k) 0) ((s ae) 1) ((n ax) 0))) +("roxani" nil (((r aa k) 0) ((s aa) 1) ((n iy) 0))) +("roxanna" nil (((r aa k) 1) ((s ae) 1) ((n ax) 0))) +("roxanne" nil (((r aa k) 1) ((s ih n) 0))) +("roxbury" nil (((r aa k s) 1) ((b eh) 1) ((r iy) 0))) +("roxie" nil (((r aa k) 1) ((s iy) 0))) +("roxine" nil (((r aa k) 1) ((s ay n) 0))) +("roxy" nil (((r aa k) 1) ((s iy) 0))) +("roy" nil (((r oy) 1))) +("royal" nil (((r oy) 1) ((ax l) 0))) +("royale" nil (((r oy) 0) ((ae l) 1))) +("royalist" nil (((r oy) 1) ((ax) 0) ((l ih s t) 0))) +("royall" nil (((r oy) 1) ((ax l) 0))) +("royals" nil (((r oy) 1) ((ax l z) 0))) +("royalties" nil (((r oy) 1) ((ax l) 0) ((t iy z) 0))) +("royalty" nil (((r oy) 1) ((ax l) 0) ((t iy) 0))) +("roybal" nil (((r oy) 1) ((b ax l) 0))) +("royce" nil (((r oy s) 1))) +("royces" nil (((r oy) 1) ((s ih z) 0))) +("roycroft" nil (((r oy) 1) ((k r ax f t) 0))) +("royd" nil (((r oy d) 1))) +("royden" nil (((r oy) 1) ((d ax n) 0))) +("roydon" nil (((r oy) 1) ((d ax n) 0))) +("roye" nil (((r oy) 1))) +("royer" nil (((r oy) 1) ((er) 0))) +("royex" nil (((r oy) 1) ((eh k s) 0))) +("royko" nil (((r oy) 1) ((k ow) 0))) +("roylance" nil (((r oy) 1) ((l ax n s) 0))) +("royle" nil (((r oy l) 1))) +("roys" nil (((r oy z) 1))) +("royse" nil (((r oy s) 1))) +("royster" nil (((r oy) 1) ((s t er) 0))) +("royston" nil (((r oy) 1) ((s t ax n) 0))) +("roza" nil (((r ow) 1) ((z ax) 0))) +("rozak" nil (((r ow) 1) ((z ax k) 0))) +("rozanski" nil (((r ax) 0) ((z ae n) 1) ((s k iy) 0))) +("rozar" nil (((r ow) 1) ((z er) 0))) +("rozas" nil (((r ow) 1) ((z aa z) 0))) +("rozeboom" nil (((r aa) 1) ((z ih) 0) ((b uw m) 1))) +("rozek" nil (((r ow) 1) ((z eh k) 0))) +("rozell" nil (((r aa) 1) ((z ax l) 0))) +("rozella" nil (((r ow) 0) ((z eh) 1) ((l ax) 0))) +("rozelle" nil (((r ax) 0) ((z eh l) 1))) +("rozema" nil (((r ax) 0) ((z iy) 1) ((m ax) 0))) +("rozen" nil (((r aa) 1) ((z ax n) 0))) +("rozier" nil (((r ow) 1) ((z iy) 0) ((er) 0))) +("rozman" nil (((r aa z) 1) ((m ax n) 0))) +("roznowski" nil (((r ax z) 0) ((n ao f) 1) ((s k iy) 0))) +("rozsa" nil (((r ow z) 1) ((s ax) 0))) +("rozycki" nil (((r ax) 0) ((z ih t) 1) ((s k iy) 0))) +("rozzell" nil (((r aa) 1) ((z ax l) 0))) +("rozzi" nil (((r aa) 1) ((z iy) 0))) +("rpm" nil (((aa r) 1) ((p iy) 1) ((ey) 1))) +("rpm" nil (((aa r) 1) ((p iy) 1) ((eh m) 1))) +("ru" nil (((r uw) 1))) +("rua" nil (((r uw) 1) ((ax) 0))) +("ruam" nil (((r uw) 1) ((ax m) 0))) +("ruan" nil (((r w aa n) 1))) +("ruane" nil (((r uw) 0) ((ey n) 1))) +("ruano" nil (((r uw) 0) ((aa) 1) ((n ow) 0))) +("ruark" nil (((r uw) 1) ((aa r k) 0))) +("rub" nil (((r ah b) 1))) +("ruback" nil (((r uw) 1) ((b ae k) 1))) +("rubalcaba" nil (((r uw) 0) ((b aa l) 0) ((k aa) 1) ((b ax) 0))) +("rubalcava" nil (((r uw) 0) ((b aa l) 0) ((k aa) 1) ((v ax) 0))) +("rubano" nil (((r uw) 0) ((b aa) 1) ((n ow) 0))) +("rubbed" nil (((r ah b d) 1))) +("rubber" nil (((r ah) 1) ((b er) 0))) +("rubberized" nil (((r ah) 1) ((b er) 0) ((ay z d) 1))) +("rubbermaid" nil (((r ah) 1) ((b er) 0) ((m ey d) 1))) +("rubbers" nil (((r ah) 1) ((b er z) 0))) +("rubbery" nil (((r ah) 1) ((b er) 0) ((iy) 0))) +("rubbia" nil (((r ah) 1) ((b iy) 0) ((ax) 0))) +("rubbing" nil (((r ah) 1) ((b ih ng) 0))) +("rubbish" nil (((r ah) 1) ((b ih sh) 0))) +("rubble" nil (((r ah) 1) ((b ax l) 0))) +("rubbo" nil (((r uw) 1) ((b ow) 0))) +("rube" nil (((r uw b) 1))) +("rubeck" nil (((r uw) 1) ((b eh k) 1))) +("rubel" nil (((r uw) 1) ((b ax l) 0))) +("rubell" nil (((r uw) 1) ((b ax l) 0))) +("rubella" nil (((r uw) 0) ((b eh) 1) ((l ax) 0))) +("ruben" nil (((r uw) 1) ((b ax n) 0))) +("rubendall" nil (((r ah) 1) ((b ih n) 0) ((d ax l) 0))) +("rubenfeld" nil (((r ah) 1) ((b ih n) 0) ((f eh l d) 0))) +("rubens" nil (((r uw) 1) ((b ax n z) 0))) +("rubenstein" nil (((r uw) 1) ((b ax n) 0) ((s t ay n) 0))) +("ruberg" nil (((r uw) 1) ((b er g) 0))) +("rubert" nil (((r uw) 1) ((b er t) 0))) +("ruberto" nil (((r uw) 0) ((b eh r) 1) ((t ow) 0))) +("rubey" nil (((r uw) 1) ((b iy) 0))) +("rubi" nil (((r uw) 1) ((b iy) 0))) +("rubia" nil (((r uw) 1) ((b iy) 0) ((ax) 0))) +("rubicam" nil (((r uw) 1) ((b ih) 0) ((k ax m) 0))) +("rubie" nil (((r uw) 1) ((b iy) 0))) +("rubies" nil (((r uw) 1) ((b iy z) 0))) +("rubin" nil (((r uw) 1) ((b ih n) 0))) +("rubina" nil (((r uw) 0) ((b iy) 1) ((n ax) 0))) +("rubino" nil (((r uw) 0) ((b iy) 1) ((n ow) 0))) +("rubinson" nil (((r ah) 1) ((b ih n) 0) ((s ax n) 0))) +("rubinstein" nil (((r uw) 1) ((b ih n) 0) ((s t iy n) 1))) +("rubio" nil (((r uw) 1) ((b iy) 0) ((ow) 0))) +("rubis" nil (((r uw) 1) ((b ih s) 0))) +("ruble" nil (((r uw) 1) ((b ax l) 0))) +("rubles" nil (((r uw) 1) ((b ax l z) 0))) +("rubley" nil (((r ah) 1) ((b l iy) 0))) +("rubloff" nil (((r ah) 1) ((b l ao f) 0))) +("rubottom" nil (((r ah) 1) ((b ax) 0) ((t aa m) 0))) +("rubout" nil (((r ah) 1) ((b aw t) 1))) +("rubric" nil (((r uw) 1) ((b r ih k) 0))) +("rubright" nil (((r ah) 1) ((b r ay t) 1))) +("rubs" nil (((r ah b z) 1))) +("ruby" nil (((r uw) 1) ((b iy) 0))) +("rucci" nil (((r uw) 1) ((ch iy) 0))) +("ruch" nil (((r ah ch) 1))) +("ruchlamer" nil (((r uw) 1) ((k l ax) 0) ((m er) 0))) +("ruchti" nil (((r uw k) 1) ((t iy) 0))) +("rucinski" nil (((r ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("ruck" nil (((r ah k) 1))) +("ruckel" nil (((r ah) 1) ((k ax l) 0))) +("ruckelshaus" nil (((r ah) 1) ((k ax l z) 0) ((hh aw s) 1))) +("rucker" nil (((r ah) 1) ((k er) 0))) +("ruckert" nil (((r ah) 1) ((k er t) 0))) +("rucki" nil (((r ah) 1) ((k iy) 0))) +("ruckle" nil (((r ah) 1) ((k ax l) 0))) +("ruckman" nil (((r ah k) 1) ((m ax n) 0))) +("rucks" nil (((r ah k s) 1))) +("ruckus" nil (((r ah) 1) ((k ax s) 0))) +("rud" nil (((r ah d) 1))) +("ruda" nil (((r uw) 1) ((d ax) 0))) +("rudani" nil (((r uw) 0) ((d aa) 1) ((n iy) 0))) +("rudasill" nil (((r ah) 1) ((d ax) 0) ((s ih l) 0))) +("rudd" nil (((r ah d) 1))) +("ruddell" nil (((r ah) 1) ((d ax l) 0))) +("rudden" nil (((r ah) 1) ((d ax n) 0))) +("rudder" nil (((r ah) 1) ((d er) 0))) +("rudderless" nil (((r ah) 1) ((d er) 0) ((l ax s) 0))) +("ruddick" nil (((r ah) 1) ((d ih k) 0))) +("ruddle" nil (((r ah) 1) ((d ax l) 0))) +("ruddock" nil (((r ah) 1) ((d ax k) 0))) +("ruddy" nil (((r ah) 1) ((d iy) 0))) +("rude" nil (((r uw d) 1))) +("rudeen" nil (((r ah) 1) ((d iy n) 0))) +("rudel" nil (((r uw) 1) ((d ax l) 0))) +("rudell" nil (((r ah) 1) ((d ax l) 0))) +("rudelle" nil (((r ax) 0) ((d eh l) 1))) +("rudely" nil (((r uw d) 1) ((l iy) 0))) +("ruden" nil (((r uw) 1) ((d ax n) 0))) +("rudeness" nil (((r uw d) 1) ((n ax s) 0))) +("rudenstine" nil (((r uw) 1) ((d ax n z) 0) ((t ay n) 1))) +("ruder" nil (((r uw) 1) ((d er) 0))) +("ruderman" nil (((r uw) 1) ((d er) 0) ((m ax n) 0))) +("rudesill" nil (((r ah) 1) ((d ih) 0) ((s ax l) 0))) +("rudest" nil (((r uw) 1) ((d ax s t) 0))) +("rudge" nil (((r ah jh) 1))) +("rudi" nil (((r uw) 1) ((d iy) 0))) +("rudich" nil (((r ah) 1) ((d ih k) 0))) +("rudie" nil (((r uw) 1) ((d iy) 0))) +("rudiger" nil (((r ah) 1) ((d ih) 0) ((g er) 0))) +("rudimentary" nil (((r uw) 1) ((d ax) 0) ((m eh n) 1) ((t er) 0) ((iy) 0))) +("rudiments" nil (((r uw) 1) ((d ih) 0) ((m ax n t s) 0))) +("rudin" nil (((r uw) 1) ((d ih n) 0))) +("ruding" nil (((r uw) 1) ((d ih ng) 0))) +("rudis" nil (((r uw) 1) ((d iy z) 0))) +("rudisill" nil (((r ah) 1) ((d ih) 0) ((s ih l) 0))) +("rudkin" nil (((r ah d) 1) ((k ih n) 0))) +("rudloff" nil (((r ah d) 1) ((l ao f) 0))) +("rudman" nil (((r ah d) 1) ((m ax n) 0))) +("rudner" nil (((r ah d) 1) ((n er) 0))) +("rudnet" nil (((r ah d) 1) ((n eh t) 1))) +("rudnick" nil (((r ah d) 1) ((n ih k) 0))) +("rudnicki" nil (((r ax d) 0) ((n ih) 1) ((k iy) 0))) +("rudnicky" nil (((r ax d) 0) ((n ih) 1) ((k iy) 0))) +("rudnik" nil (((r ah d) 1) ((n ih k) 0))) +("rudolf" nil (((r uw) 1) ((d aa l f) 1))) +("rudolph" nil (((r uw) 1) ((d ao l f) 0))) +("rudow" nil (((r uw) 1) ((d ow) 0))) +("rudy" nil (((r uw) 1) ((d iy) 0))) +("rudyard" nil (((r ah) 1) ((d y er d) 0))) +("rudzinski" nil (((r ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("rue" nil (((r uw) 1))) +("rueb" nil (((r uw b) 1))) +("ruebel" nil (((r uw) 1) ((b ax l) 0))) +("rueckert" nil (((r uw) 1) ((k er t) 0))) +("rueda" nil (((r uw) 0) ((eh) 1) ((d ax) 0))) +("ruediger" nil (((r uw) 1) ((d ih) 0) ((g er) 0))) +("ruedlinger" nil (((r uw d) 1) ((l ih ng) 0) ((er) 0))) +("ruedy" nil (((r uw) 1) ((d iy) 0))) +("ruef" nil (((r uw f) 1))) +("rueff" nil (((r uw f) 1))) +("rueful" nil (((r uw) 1) ((f ax l) 0))) +("ruefully" nil (((r uw) 1) ((f ax) 0) ((l iy) 0))) +("rueger" nil (((r uh) 1) ((g er) 0))) +("ruegg" nil (((r uw g) 1))) +("ruegsegger" nil (((r uh g) 1) ((s ih) 0) ((g er) 0))) +("ruehl" nil (((r uh l) 1))) +("ruehle" nil (((r uw) 1) ((hh ax l) 0))) +("ruel" nil (((r uw l) 1))) +("ruelas" nil (((r uw) 1) ((l ax z) 0))) +("ruella" nil (((r uw) 1) ((eh) 1) ((l ax) 0))) +("ruelle" nil (((r uw) 1) ((eh l) 1))) +("ruesch" nil (((r uw sh) 1))) +("ruess" nil (((r uw s) 1))) +("ruest" nil (((r uw s t) 1))) +("rueter" nil (((r uw) 1) ((t er) 0))) +("rueth" nil (((r uw th) 1))) +("ruether" nil (((r uw) 1) ((th er) 0))) +("ruetz" nil (((r uw t s) 1))) +("ruf" nil (((r ah f) 1))) +("rufe" nil (((r uw f) 1))) +("rufenacht" nil (((r uw) 1) ((f ax) 0) ((n aa k t) 0))) +("rufener" nil (((r ah) 1) ((f iy) 0) ((n er) 0))) +("rufer" nil (((r uw) 1) ((f er) 0))) +("ruff" nil (((r ah f) 1))) +("ruffalo" nil (((r uw) 0) ((f aa) 1) ((l ow) 0))) +("ruffcorn" nil (((r ah f) 1) ((k er n) 0))) +("ruffer" nil (((r ah) 1) ((f er) 0))) +("ruffin" nil (((r ah) 1) ((f ih n) 0))) +("ruffing" nil (((r ah) 1) ((f ih ng) 0))) +("ruffini" nil (((r uw) 0) ((f iy) 1) ((n iy) 0))) +("ruffino" nil (((r uw) 0) ((f iy) 1) ((n ow) 0))) +("ruffle" nil (((r ah) 1) ((f ax l) 0))) +("ruffled" nil (((r ah) 1) ((f ax l d) 0))) +("ruffles" nil (((r ah) 1) ((f ax l z) 0))) +("ruffling" nil (((r ah) 1) ((f ax) 0) ((l ih ng) 0))) +("ruffner" nil (((r ah f) 1) ((n er) 0))) +("ruffo" nil (((r ah) 1) ((f ow) 0))) +("ruffolo" nil (((r uw) 0) ((f ow) 1) ((l ow) 0))) +("rufford" nil (((r ah) 1) ((f er d) 0))) +("rufina" nil (((r uw) 0) ((f iy) 1) ((n ax) 0))) +("rufo" nil (((r uw) 1) ((f ow) 0))) +("ruford" nil (((r uw) 1) ((f er d) 0))) +("rufty" nil (((r ah f) 1) ((t iy) 0))) +("rufus" nil (((r uw) 1) ((f ax s) 0))) +("rug" nil (((r ah g) 1))) +("rugby" nil (((r ah g) 1) ((b iy) 0))) +("ruge" nil (((r uw jh) 1))) +("rugen" nil (((r ah) 1) ((g ax n) 0))) +("ruger" nil (((r uw) 1) ((g er) 0))) +("rugeroni" nil (((r uw) 1) ((jh eh) 0) ((r ow) 1) ((n iy) 0))) +("rugg" nil (((r ah g) 1))) +("rugged" nil (((r ah) 1) ((g ax d) 0))) +("ruggedly" nil (((r ah) 1) ((g ax d) 0) ((l iy) 0))) +("ruggeri" nil (((r uw) 0) ((jh eh) 1) ((r iy) 0))) +("ruggerio" nil (((r uw) 0) ((jh eh) 1) ((r iy) 0) ((ow) 0))) +("ruggieri" nil (((r uw) 0) ((jh ih) 1) ((r iy) 0))) +("ruggiero" nil (((r uw) 0) ((jh ih) 1) ((r ow) 0))) +("ruggirello" nil (((r uw) 0) ((jh ih) 0) ((r eh) 1) ((l ow) 0))) +("ruggles" nil (((r ah) 1) ((g ax l z) 0))) +("rugh" nil (((r ah) 1))) +("rugs" nil (((r ah g z) 1))) +("ruh" nil (((r ah) 1))) +("ruhe" nil (((r uw hh) 1))) +("ruhl" nil (((r ah l) 1))) +("ruhland" nil (((r ah) 1) ((l ax n d) 0))) +("ruhle" nil (((r uw) 1) ((ax l) 0))) +("ruhlman" nil (((r uw l) 1) ((m ax n) 0))) +("ruhnau" nil (((r uw) 1) ((n aw) 0))) +("ruhnke" nil (((r ah ng k) 1))) +("ruhollah" nil (((r uw) 0) ((hh aa) 1) ((l ax) 0))) +("ruhr" nil (((r uh r) 1))) +("ruhrgas" nil (((r uh r) 1) ((g ax s) 0))) +("ruhul" nil (((r uw) 1) ((hh uw l) 1))) +("rui" nil (((r ey) 1))) +("ruin" nil (((r uw) 1) ((ax n) 0))) +("ruined" nil (((r uw) 1) ((ax n d) 0))) +("ruining" nil (((r uw) 1) ((ih) 0) ((n ih ng) 0))) +("ruinous" nil (((r uw) 1) ((ax) 0) ((n ax s) 0))) +("ruins" nil (((r uw) 1) ((ax n z) 0))) +("ruis" nil (((r uw) 1) ((ih z) 0))) +("ruiter" nil (((r uw) 1) ((t er) 0))) +("ruiz" nil (((r uw) 0) ((w iy z) 1))) +("rujith" nil (((r uw) 1) ((jh iy th) 1))) +("rukavina" nil (((r ax) 0) ((k ax) 0) ((v ay) 1) ((n ax) 0))) +("rukeyser" nil (((r uw) 1) ((k ey) 1) ((z er) 0))) +("rula" nil (((r uw) 1) ((l ax) 0))) +("ruland" nil (((r uw) 1) ((l ax n d) 0))) +("rule" nil (((r uw l) 1))) +("rulebook" nil (((r uw l) 1) ((b uh k) 1))) +("ruled" nil (((r uw l d) 1))) +("rulemaking" nil (((r uw l) 1) ((m ey) 1) ((k ih ng) 0))) +("ruler" nil (((r uw) 1) ((l er) 0))) +("rulers" nil (((r uw) 1) ((l er z) 0))) +("rules" nil (((r uw l z) 1))) +("ruley" nil (((r uw) 1) ((l iy) 0))) +("ruling" nil (((r uw) 1) ((l ih ng) 0))) +("rulings" nil (((r uw) 1) ((l ih ng z) 0))) +("rulison" nil (((r ah) 1) ((l ih) 0) ((s ax n) 0))) +("rulli" nil (((r uw) 1) ((l iy) 0))) +("rullman" nil (((r ah l) 1) ((m ax n) 0))) +("rullo" nil (((r uw) 1) ((l ow) 0))) +("rulon" nil (((r uw) 1) ((l ax n) 0))) +("rum" nil (((r ah m) 1))) +("rumack" nil (((r uw) 1) ((m ae k) 0))) +("rumage" nil (((r ah) 1) ((m ih jh) 0))) +("ruman" nil (((r uw) 1) ((m ax n) 0))) +("rumania" nil (((r uw) 0) ((m ey) 1) ((n iy) 0) ((ax) 0))) +("rumbaugh" nil (((r ah m) 1) ((b ao) 1))) +("rumberger" nil (((r ah m) 1) ((b er) 0) ((g er) 0))) +("rumbia" nil (((r uw m) 1) ((b iy) 0) ((ax) 0))) +("rumble" nil (((r ah m) 1) ((b ax l) 0))) +("rumbled" nil (((r ah m) 1) ((b ax l d) 0))) +("rumbles" nil (((r ah m) 1) ((b ax l z) 0))) +("rumbley" nil (((r ah m) 1) ((b l iy) 0))) +("rumbling" nil (((r ah m) 1) ((b ax) 0) ((l ih ng) 0))) +("rumblings" nil (((r ah m) 1) ((b ax) 0) ((l ih ng z) 0))) +("rumbold" nil (((r ah m) 1) ((b ow l d) 1))) +("rumen" nil (((r uw) 1) ((m ax n) 0))) +("rumer" nil (((r uw) 1) ((m er) 0))) +("rumery" nil (((r ah) 1) ((m er) 0) ((iy) 0))) +("rumfelt" nil (((r ah m) 1) ((f eh l t) 1))) +("rumford" nil (((r ah m) 1) ((f er d) 0))) +("rumina" nil (((r uw) 1) ((m ih) 0) ((n ax) 0))) +("ruminant" nil (((r uw) 1) ((m ax) 0) ((n ax n t) 0))) +("ruminated" nil (((r uw) 1) ((m ax) 0) ((n ey) 1) ((t ih d) 0))) +("rumination" nil (((r uw) 1) ((m ih) 0) ((n ey) 1) ((sh ax n) 0))) +("ruminations" nil (((r uw) 1) ((m ih) 0) ((n ey) 1) ((sh ax n z) 0))) +("ruminski" nil (((r ax) 0) ((m ih n) 1) ((s k iy) 0))) +("rumler" nil (((r ah m) 1) ((l er) 0))) +("rumley" nil (((r ah m) 1) ((l iy) 0))) +("rummage" nil (((r ah) 1) ((m ih jh) 0))) +("rummaging" nil (((r ah) 1) ((m ih) 0) ((jh ih ng) 0))) +("rummel" nil (((r ah) 1) ((m ax l) 0))) +("rummell" nil (((r ah) 1) ((m ax l) 0))) +("rummy" nil (((r ah) 1) ((m iy) 0))) +("rumney" nil (((r ah m) 1) ((n iy) 0))) +("rumor" nil (((r uw) 1) ((m er) 0))) +("rumore" nil (((r uw) 0) ((m ao r) 1))) +("rumored" nil (((r uw) 1) ((m er d) 0))) +("rumors" nil (((r uw) 1) ((m er z) 0))) +("rumours" nil (((r uw) 1) ((m er z) 0))) +("rump" nil (((r ah m p) 1))) +("rumpel" nil (((r ah m) 1) ((p ax l) 0))) +("rumpf" nil (((r ah m p f) 1))) +("rumph" nil (((r ah m f) 1))) +("rumple" nil (((r ah m) 1) ((p ax l) 0))) +("rumpled" nil (((r ah m) 1) ((p ax l d) 0))) +("rumrill" nil (((r ah) 1) ((m r ih l) 0))) +("rums" nil (((r ah m z) 1))) +("rumsey" nil (((r ah m) 1) ((z iy) 0))) +("rumsfeld" nil (((r ah m z) 1) ((f eh l d) 1))) +("rumson" nil (((r ah m) 1) ((s ax n) 0))) +("run" nil (((r ah n) 1))) +("runabout" nil (((r ah) 1) ((n ax) 0) ((b aw t) 1))) +("runaway" nil (((r ah) 1) ((n ax) 0) ((w ey) 1))) +("runaways" n (((r ah) 1) ((n ax) 0) ((w ey z) 0))) +("runcie" nil (((r ah n) 1) ((s iy) 0))) +("runck" nil (((r ah ng k) 1))) +("runckel" nil (((r ah ng) 1) ((k ax l) 0))) +("runco" nil (((r ah ng) 1) ((k ow) 0))) +("rund" nil (((r ah n d) 1))) +("rundall" nil (((r ah n) 1) ((d ax l) 0))) +("runde" nil (((r ah n d) 1))) +("rundell" nil (((r ah n) 1) ((d ax l) 0))) +("rundle" nil (((r ah n) 1) ((d ax l) 0))) +("rundown" nil (((r ah n) 1) ((d aw n) 1))) +("rundquist" nil (((r ah n d) 1) ((k w ih s t) 1))) +("rung" nil (((r ah ng) 1))) +("runge" nil (((r ah n jh) 1))) +("rungs" nil (((r ah ng z) 1))) +("runion" nil (((r uw) 1) ((n y ax n) 0))) +("runions" nil (((r uw) 1) ((n y ax n z) 0))) +("runk" nil (((r ah ng k) 1))) +("runkel" nil (((r ah ng) 1) ((k ax l) 0))) +("runkle" nil (((r ah ng) 1) ((k ax l) 0))) +("runkles" nil (((r ah ng) 1) ((k ax l z) 0))) +("runnells" nil (((r ah) 1) ((n ax l z) 0))) +("runnels" nil (((r ah) 1) ((n ax l z) 0))) +("runner" nil (((r ah) 1) ((n er) 0))) +("runners" nil (((r ah) 1) ((n er z) 0))) +("running" nil (((r ah) 1) ((n ih ng) 0))) +("runnion" nil (((r ah) 1) ((n y ax n) 0))) +("runoff" nil (((r ah) 1) ((n ao f) 1))) +("runquist" nil (((r ah n) 1) ((k w ih s t) 1))) +("runs" nil (((r ah n z) 1))) +("runte" nil (((r ah n t) 1))) +("runup" nil (((r ah) 1) ((n ah p) 1))) +("runups" nil (((r ah) 1) ((n ah p s) 1))) +("runway" nil (((r ah n) 1) ((w ey) 1))) +("runways" nil (((r ah n) 1) ((w ey z) 1))) +("runyan" nil (((r ah) 1) ((n y ax n) 0))) +("runyon" nil (((r ah) 1) ((n y ax n) 0))) +("runzheimer" nil (((r ah n z) 1) ((hh ay) 1) ((m er) 0))) +("ruo" nil (((r ao) 1))) +("ruocco" nil (((r uw) 0) ((ow) 1) ((k ow) 0))) +("ruoff" nil (((r uw) 1) ((ao f) 0))) +("ruoqi" nil (((r ao) 1) ((ch iy) 1))) +("ruotolo" nil (((r uw) 0) ((ow) 0) ((t ow) 1) ((l ow) 0))) +("rupard" nil (((r uw) 1) ((p er d) 0))) +("rupe" nil (((r uw p) 1))) +("rupee" nil (((r uw) 0) ((p iy) 1))) +("rupees" nil (((r uw) 0) ((p iy z) 1))) +("rupert" nil (((r uw) 1) ((p er t) 0))) +("ruperta" nil (((r uw) 0) ((p eh r) 1) ((t ax) 0))) +("rupiah" nil (((r uw) 0) ((p iy) 1) ((ax) 0))) +("rupiahs" nil (((r uw) 0) ((p iy) 1) ((ax z) 0))) +("ruple" nil (((r uw) 1) ((p ax l) 0))) +("rupley" nil (((r ah) 1) ((p l iy) 0))) +("rupnow" nil (((r ah p) 1) ((n ow) 0))) +("rupp" nil (((r ah p) 1))) +("ruppe" nil (((r ah p) 1))) +("ruppel" nil (((r ah) 1) ((p ax l) 0))) +("ruppenthal" nil (((r ah) 1) ((p ih n) 0) ((th ax l) 0))) +("ruppert" nil (((r ah) 1) ((p er t) 0))) +("rupprecht" nil (((r uw) 1) ((p r eh k t) 1))) +("ruprecht" nil (((r ah) 1) ((p r ih k t) 0))) +("rupture" nil (((r ah p) 1) ((ch er) 0))) +("ruptured" nil (((r ah p) 1) ((ch er d) 0))) +("rupturing" nil (((r ah p) 1) ((ch er) 0) ((ih ng) 0))) +("rural" nil (((r uh) 1) ((r ax l) 0))) +("rurik" nil (((r uh) 1) ((r ih k) 0))) +("ruritania" nil (((r uh) 1) ((r ax) 0) ((t ey) 1) ((n iy) 0) ((ax) 0))) +("rus" nil (((r ah s) 1))) +("rusalka" nil (((r uw) 1) ((s ae l) 1) ((k ax) 0))) +("rusch" nil (((r ah sh) 1))) +("rusche" nil (((r ah sh) 1))) +("ruscitti" nil (((r uw s) 0) ((ch iy) 1) ((t iy) 0))) +("rusconi" nil (((r uw) 0) ((s k ow) 1) ((n iy) 0))) +("ruse" nil (((r uw z) 1))) +("ruses" nil (((r uw) 1) ((z ih z) 0))) +("rush" nil (((r ah sh) 1))) +("rushdie" nil (((r ah sh) 1) ((d iy) 0))) +("rushed" nil (((r ah sh t) 1))) +("rusher" nil (((r ah) 1) ((sh er) 0))) +("rushes" nil (((r ah) 1) ((sh ax z) 0))) +("rushford" nil (((r ah sh) 1) ((f er d) 0))) +("rushin" nil (((r ah) 1) ((sh ih n) 0))) +("rushing" nil (((r ah) 1) ((sh ih ng) 0))) +("rushlow" nil (((r ah) 1) ((sh l ow) 1))) +("rushmore" nil (((r ah) 1) ((sh m ao r) 0))) +("rushton" nil (((r ah sh) 1) ((t ax n) 0))) +("rusin" nil (((r uw) 1) ((s ih n) 0))) +("rusinko" nil (((r uw) 1) ((s ih ng) 1) ((k ow) 0))) +("rusk" nil (((r ah s k) 1))) +("ruskin" nil (((r ah) 1) ((s k ih n) 0))) +("ruslan" nil (((r ah) 1) ((s l ax n) 0))) +("rusnak" nil (((r ah) 1) ((s n ax k) 0))) +("rusnock" nil (((r ah) 1) ((s n ax k) 0))) +("russ" nil (((r ah s) 1))) +("russa" nil (((r uw) 1) ((s ax) 0))) +("russak" nil (((r ah) 1) ((s ax k) 0))) +("russe" nil (((r ah s) 1))) +("russel" nil (((r ah) 1) ((s ax l) 0))) +("russell" nil (((r ah) 1) ((s ax l) 0))) +("russellville" nil (((r ah) 1) ((s ax l) 0) ((v ih l) 1))) +("russert" nil (((r ah) 1) ((s er t) 0))) +("russett" nil (((r ah) 1) ((s ih t) 0))) +("russey" nil (((r ah) 1) ((s iy) 0))) +("russi" nil (((r uw) 1) ((s iy) 0))) +("russia" nil (((r ah) 1) ((sh ax) 0))) +("russian" nil (((r ah) 1) ((sh ax n) 0))) +("russians" nil (((r ah) 1) ((sh ax n z) 0))) +("russification" nil (((r ah) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("russin" nil (((r ah) 1) ((s ih n) 0))) +("russman" nil (((r ah) 1) ((s m ax n) 0))) +("russo" nil (((r uw) 1) ((s ow) 0))) +("russolillo" nil (((r uw) 1) ((s ow) 0) ((l ih) 1) ((l ow) 0))) +("russom" nil (((r ah) 1) ((s ax m) 0))) +("russomanno" nil (((r ah) 1) ((s ax) 0) ((m ih) 0) ((n ow) 0))) +("russow" nil (((r ah) 1) ((s ow) 0))) +("russum" nil (((r ah) 1) ((s ax m) 0))) +("rust" nil (((r ah s t) 1))) +("rustad" nil (((r ah) 1) ((s t ax d) 0))) +("rusted" nil (((r ah) 1) ((s t ax d) 0))) +("rustic" nil (((r ah) 1) ((s t ih k) 0))) +("rustin" nil (((r ah) 1) ((s t ih n) 0))) +("rusting" nil (((r ah) 1) ((s t ih ng) 0))) +("rustler" nil (((r ah) 1) ((s l er) 0))) +("rustlers" nil (((r ah) 1) ((s ax) 0) ((l er z) 0))) +("rustling" nil (((r ah) 1) ((s l ih ng) 0))) +("ruston" nil (((r ah) 1) ((s t ax n) 0))) +("rustproof" nil (((r ah s t) 1) ((p r uw f) 1))) +("rustproofing" nil (((r ah s t) 1) ((p r uw) 1) ((f ih ng) 0))) +("rusts" nil (((r ah s t s) 1))) +("rusty" nil (((r ah) 1) ((s t iy) 0))) +("ruszkowski" nil (((r ax sh) 0) ((k ao f) 1) ((s k iy) 0))) +("rut" nil (((r ah t) 1))) +("ruta" nil (((r uw) 1) ((t ax) 0))) +("rutan" nil (((r uw) 1) ((t ax n) 0))) +("ruter" nil (((r uw) 1) ((t er) 0))) +("rutgers" nil (((r ah t) 1) ((g er z) 0))) +("ruth" nil (((r uw th) 1))) +("ruthann" nil (((r uw) 1) ((th ae n) 1))) +("ruthenberg" nil (((r ah) 1) ((th ax n) 0) ((b er g) 0))) +("ruther" nil (((r uw) 1) ((th er) 0))) +("rutherford" nil (((r ah) 1) ((th er) 0) ((f er d) 0))) +("ruthless" nil (((r uw th) 1) ((l ax s) 0))) +("ruthlessly" nil (((r uw th) 1) ((l ax) 0) ((s l iy) 0))) +("ruthlessness" nil (((r uw th) 1) ((l ax) 0) ((s n ax s) 0))) +("ruthven" nil (((r ah th) 1) ((v ax n) 0))) +("rutigliano" nil (((r uw) 0) ((t iy) 0) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("rutile" nil (((r uw) 1) ((t iy l) 0))) +("rutkoski" nil (((r ax t) 0) ((k aw) 1) ((s k iy) 0))) +("rutkowski" nil (((r ax t) 0) ((k ao f) 1) ((s k iy) 0))) +("rutland" nil (((r ah t) 1) ((l ax n d) 0))) +("rutledge" nil (((r ah t) 1) ((l ih jh) 0))) +("rutley" nil (((r ah t) 1) ((l iy) 0))) +("rutman" nil (((r ah t) 1) ((m ax n) 0))) +("ruts" nil (((r ah t s) 1))) +("rutskoi" nil (((r uw t) 1) ((s k oy) 0))) +("rutstein" nil (((r ah t) 1) ((s t ay n) 1))) +("rutt" nil (((r ah t) 1))) +("ruttan" nil (((r ah) 1) ((t ax n) 0))) +("rutted" nil (((r ah) 1) ((t ih d) 0))) +("rutten" nil (((r ah) 1) ((t ax n) 0))) +("ruttenberg" nil (((r ah) 1) ((t ax n) 0) ((b er g) 0))) +("rutter" nil (((r ah) 1) ((t er) 0))) +("rutz" nil (((r ah t s) 1))) +("rutzen" nil (((r ah t) 1) ((z ax n) 0))) +("ruud" nil (((r uw d) 1))) +("ruvalcaba" nil (((r uw) 0) ((v aa l) 0) ((k aa) 1) ((b ax) 0))) +("ruvolo" nil (((r uw) 0) ((v ow) 1) ((l ow) 0))) +("ruwe" nil (((r uw w) 1))) +("rux" nil (((r ah k s) 1))) +("ruxpin" nil (((r ah k) 1) ((s p ih n) 0))) +("ruybal" nil (((r ay) 1) ((b ax l) 0))) +("ruyle" nil (((r ay l) 1))) +("ruzek" nil (((r uw) 1) ((z eh k) 0))) +("ruzich" nil (((r ah) 1) ((z ih hh) 0))) +("ruzicka" nil (((r uw) 1) ((z ih) 1) ((k ax) 0))) +("ruzzo" nil (((r uw) 1) ((z ow) 0))) +("rwanda" nil (((r ax) 0) ((w aa n) 1) ((d ax) 0))) +("rwandan" nil (((r ax) 0) ((w aa n) 1) ((d ax n) 0))) +("rwandans" nil (((r ax) 0) ((w aa n) 1) ((d ax n z) 0))) +("rwandese" nil (((r ax) 0) ((w aa) 1) ((d iy z) 1))) +("ryal" nil (((r iy) 0) ((aa l) 1))) +("ryall" nil (((r iy) 0) ((aa l) 1))) +("ryals" nil (((r iy) 0) ((aa l z) 1))) +("ryan" nil (((r ay) 1) ((ax n) 0))) +("ryanair" nil (((r ay) 1) ((ax) 0) ((n eh r) 1))) +("ryans" nil (((r ay) 1) ((ax n z) 0))) +("ryba" nil (((r ih) 1) ((b ax) 0))) +("ryback" nil (((r ay) 1) ((b ae k) 1))) +("rybacki" nil (((r ih) 0) ((b aa t) 1) ((s k iy) 0))) +("rybak" nil (((r ih) 1) ((b ax k) 0))) +("rybakov" nil (((r ay) 1) ((b ax) 0) ((k aa v) 1))) +("rybarczyk" nil (((r ih) 1) ((b er) 0) ((ch ih k) 0))) +("ryberg" nil (((r ay) 1) ((b er g) 0))) +("rybicki" nil (((r ih) 0) ((b ih t) 1) ((s k iy) 0))) +("rybinski" nil (((r ih) 0) ((b ih n) 1) ((s k iy) 0))) +("rybka" nil (((r ih b) 1) ((k ax) 0))) +("rybolt" nil (((r ih) 1) ((b ow l t) 0))) +("ryburn" nil (((r ih) 1) ((b er n) 0))) +("rychlik" nil (((r ih ch) 1) ((l ih k) 0))) +("ryckman" nil (((r ih k) 1) ((m ax n) 0))) +("rycroft" nil (((r ih) 1) ((k r ax f t) 0))) +("ryczek" nil (((r ih) 1) ((ch eh k) 0))) +("rydberg" nil (((r ih d) 1) ((b er g) 0))) +("rydell" nil (((r ih) 1) ((d ax l) 0))) +("ryden" nil (((r ay) 1) ((d ax n) 0))) +("ryder" nil (((r ay) 1) ((d er) 0))) +("rydman" nil (((r ih d) 1) ((m ax n) 0))) +("rydzewski" nil (((r ih) 0) ((jh eh f) 1) ((s k iy) 0))) +("rye" nil (((r ay) 1))) +("ryen" nil (((r ay) 1) ((ax n) 0))) +("ryer" nil (((r ay) 1) ((er) 0))) +("ryerson" nil (((r ay r) 1) ((s ax n) 0))) +("rygiel" nil (((r ih) 1) ((g iy l) 0))) +("ryka" nil (((r ay) 1) ((k ax) 0))) +("ryker" nil (((r ay) 1) ((k er) 0))) +("rykoff" nil (((r ay) 1) ((k ao f) 1))) +("rykowski" nil (((r ih) 0) ((k ao f) 1) ((s k iy) 0))) +("rylan" nil (((r ay) 1) ((l ax n) 0))) +("ryland" nil (((r ih) 1) ((l ax n d) 0))) +("rylander" nil (((r ih) 1) ((l ax n) 0) ((d er) 0))) +("ryle" nil (((r ay l) 1))) +("rylee" nil (((r ih) 1) ((l iy) 0))) +("ryles" nil (((r ay l z) 1))) +("ryley" nil (((r ay) 1) ((l iy) 0))) +("ryman" nil (((r ay) 1) ((m ax n) 0))) +("rymer" nil (((r ay) 1) ((m er) 0))) +("rynders" nil (((r ih n) 1) ((d er z) 0))) +("rynearson" nil (((r ih) 1) ((n er) 0) ((s ax n) 0))) +("ryner" nil (((r ay) 1) ((n er) 0))) +("rynes" nil (((r ay n z) 1))) +("ryno" nil (((r ih) 1) ((n ow) 0))) +("ryobi" nil (((r ay) 1) ((ow) 1) ((b iy) 0))) +("ryohei" nil (((r ay) 1) ((ow) 0) ((hh ey) 1))) +("ryon" nil (((r ay) 1) ((ax n) 0))) +("ryrie" nil (((r ay) 1) ((r iy) 0))) +("rys" nil (((r ih s) 1))) +("rysavy" nil (((r ih) 0) ((s aa) 1) ((v iy) 0))) +("ryser" nil (((r ay) 1) ((s er) 0))) +("ryskamp" nil (((r ay) 1) ((s k ae m p) 1))) +("ryther" nil (((r ih) 1) ((dh er) 0))) +("ryton" nil (((r ih) 1) ((t ax n) 0))) +("ryutaro" nil (((r) 0) ((y uw) 0) ((t aa) 1) ((r ow) 0))) +("ryuzo" nil (((r ay) 1) ((uw) 1) ((z ow) 0))) +("ryzhkov" nil (((r ay z) 1) ((k aa v) 0))) +("rzasa" nil (((er) 0) ((z aa) 1) ((s ax) 0))) +("rzepka" nil (((er) 0) ((z eh p) 1) ((k ax) 0))) +("s" nil (((eh s) 1))) +("sa" nil (((s aa) 1))) +("saab" nil (((s aa b) 1))) +("saad" nil (((s aa d) 1))) +("saal" nil (((s aa l) 1))) +("saam" nil (((s aa m) 1))) +("saamstaan" nil (((s aa m) 1) ((s t aa n) 1))) +("saar" nil (((s aa r) 1))) +("saari" nil (((s aa) 1) ((r iy) 0))) +("saarinen" nil (((s aa) 1) ((r ih) 0) ((n ax n) 0))) +("saas" nil (((s ae s) 1))) +("saatchi" nil (((s aa) 1) ((ch iy) 0))) +("saathoff" nil (((s aa t) 1) ((hh ao f) 1))) +("saavedra" nil (((s aa) 0) ((v ey) 1) ((d r ax) 0))) +("saba" nil (((s aa) 1) ((b ax) 0))) +("sabah" nil (((s aa) 1) ((b ax) 0))) +("sabala" nil (((s aa) 0) ((b aa) 1) ((l ax) 0))) +("sabalan" nil (((s ae) 1) ((b ax) 0) ((l ax n) 0))) +("saban" nil (((s ey) 1) ((b ax n) 0))) +("sabat" nil (((s aa) 1) ((b aa t) 0))) +("sabatine" nil (((s aa) 0) ((b aa) 0) ((t iy) 1) ((n iy) 0))) +("sabatini" nil (((s ae) 1) ((b ax) 0) ((t iy) 1) ((n iy) 0))) +("sabatino" nil (((s aa) 0) ((b aa) 0) ((t iy) 1) ((n ow) 0))) +("sabatista" nil (((s aa) 1) ((b ax) 0) ((t iy) 1) ((s t ax) 0))) +("sabatistas" nil (((s aa) 1) ((b ax) 0) ((t iy) 1) ((s t ax z) 0))) +("sabatka" nil (((s aa) 0) ((b aa t) 1) ((k ax) 0))) +("sabato" nil (((s aa) 0) ((b aa) 1) ((t ow) 0))) +("sabaudia" nil (((s ax) 0) ((b ao) 1) ((d iy) 0) ((ax) 0))) +("sabb" nil (((s ae b) 1))) +("sabbagh" nil (((s ae) 1) ((b ax g) 0))) +("sabbath" nil (((s ae) 1) ((b ax th) 0))) +("sabbatical" nil (((s ax) 0) ((b ae) 1) ((t ih) 0) ((k ax l) 0))) +("sabedra" nil (((s ax) 0) ((b eh) 1) ((d r ax) 0))) +("sabel" nil (((s aa) 0) ((b eh l) 1))) +("sabella" nil (((s ax) 0) ((b eh) 1) ((l ax) 0))) +("sabena" nil (((s ax) 0) ((b iy) 1) ((n ax) 0))) +("saber" nil (((s ey) 1) ((b er) 0))) +("saberbein" nil (((s ey) 1) ((b er) 0) ((b ay n) 1))) +("sabey" nil (((s ey) 1) ((b iy) 0))) +("sabia" nil (((s aa) 1) ((b iy) 0) ((ax) 0))) +("sabin" nil (((s ey) 1) ((b ih n) 0))) +("sabina" nil (((s ax) 0) ((b iy) 1) ((n ax) 0))) +("sabine" nil (((s ax) 0) ((b iy n) 1))) +("sabino" nil (((s aa) 0) ((b iy) 1) ((n ow) 0))) +("sabins" nil (((s ey) 1) ((b ih n z) 0))) +("sablan" nil (((s ae) 1) ((b l ax n) 0))) +("sable" nil (((s ey) 1) ((b ax l) 0))) +("sables" nil (((s ey) 1) ((b ax l z) 0))) +("sabo" nil (((s aa) 1) ((b ow) 0))) +("sabol" nil (((s aa) 0) ((b ao l) 1))) +("sabotage" nil (((s ae) 1) ((b ax) 0) ((t aa zh) 1))) +("sabotaged" nil (((s ae) 1) ((b ax) 0) ((t aa zh d) 1))) +("sabotaging" nil (((s ae) 1) ((b ax) 0) ((t aa) 1) ((zh ih ng) 0))) +("saboteur" nil (((s ae) 1) ((b ax) 0) ((t er) 1))) +("saboteurs" nil (((s ae) 1) ((b ax) 0) ((t er z) 1))) +("sabourin" nil (((s ae) 1) ((b uh) 0) ((r ae n) 0))) +("sabra" nil (((s aa) 1) ((b r ax) 0))) +("sabre" nil (((s ey) 1) ((b er) 0))) +("sabres" nil (((s ey) 1) ((b er z) 0))) +("sabrina" nil (((s ax) 0) ((b r iy) 1) ((n ax) 0))) +("sabta" nil (((s ae b) 1) ((t ax) 0))) +("sac" nil (((s ae k) 1))) +("sacca" nil (((s ae) 1) ((k ax) 0))) +("saccharin" nil (((s ae) 1) ((k er) 0) ((ax n) 0))) +("saccharine" nil (((s ae) 1) ((k er) 0) ((ay n) 1))) +("sacco" nil (((s ae) 1) ((k ow) 0))) +("saccoccio" nil (((s aa) 0) ((k ow) 1) ((ch iy) 0) ((ow) 0))) +("saccomanno" nil (((s ae) 1) ((k ax) 0) ((m ih) 0) ((n ow) 0))) +("saccone" nil (((s aa) 0) ((k ow) 1) ((n iy) 0))) +("saccule" nil (((s ae) 1) ((k y uw l) 1))) +("sacha" nil (((s ae) 1) ((ch ax) 0))) +("sacher" nil (((s ae) 1) ((k er) 0))) +("sachs" nil (((s ae k s) 1))) +("sachse" nil (((s ae ch s) 1))) +("sacilor" nil (((s ae) 1) ((s ax) 0) ((l er) 0))) +("sacirbey" nil (((s aa) 1) ((k er) 0) ((b iy) 0))) +("sack" nil (((s ae k) 1))) +("sacked" nil (((s ae k t) 1))) +("sackett" nil (((s ae) 1) ((k ih t) 0))) +("sacking" nil (((s ae) 1) ((k ih ng) 0))) +("sackler" nil (((s ae) 1) ((k l er) 0))) +("sackman" nil (((s ae k) 1) ((m ax n) 0))) +("sackmann" nil (((s ae k) 1) ((m ax n) 0))) +("sackrider" nil (((s ae) 1) ((k r ay) 1) ((d er) 0))) +("sacks" nil (((s ae k s) 1))) +("sacksteder" nil (((s ae k) 1) ((s t eh) 1) ((d er) 0))) +("sackville" nil (((s ae k) 1) ((v ih l) 1))) +("saco" nil (((s ey) 1) ((k ow) 0))) +("sacoor" nil (((s aa) 1) ((k uh r) 0))) +("sacra" nil (((s ae) 1) ((k r ax) 0))) +("sacrament" nil (((s ae) 1) ((k r ax) 0) ((m ax n t) 0))) +("sacramento" nil (((s ae) 1) ((k r ax) 0) ((m eh n) 1) ((t ow) 0))) +("sacraments" nil (((s ae) 1) ((k r ax) 0) ((m ax n t s) 0))) +("sacred" nil (((s ey) 1) ((k r ax d) 0))) +("sacrifice" nil (((s ae) 1) ((k r ax) 0) ((f ay s) 1))) +("sacrificed" nil (((s ae) 1) ((k r ax) 0) ((f ay s t) 1))) +("sacrifices" nil (((s ae) 1) ((k r ax) 0) ((f ay) 1) ((s ih z) 0))) +("sacrificial" nil (((s ae) 1) ((k r ax) 0) ((f ih) 1) ((sh ax l) 0))) +("sacrificing" nil (((s ae) 1) ((k r ax) 0) ((f ay) 1) ((s ih ng) 0))) +("sacrilege" nil (((s ae) 1) ((k r ax) 0) ((l ax jh) 0))) +("sacrilegious" nil (((s ae) 1) ((k r ax) 0) ((l eh) 1) ((jh ih s) 0))) +("sacrosanct" nil (((s ae) 1) ((k r ow) 0) ((s ae ng k t) 0))) +("sacs" nil (((s ae k s) 1))) +("sad" nil (((s ae d) 1))) +("sada" nil (((s aa) 1) ((d ax) 0))) +("sadao" nil (((s ax) 0) ((d aw) 1))) +("sadat" nil (((s aa) 0) ((d aa t) 1))) +("saddam" nil (((s aa) 1) ((d ax m) 0))) +("saddened" nil (((s ae) 1) ((d ax n d) 0))) +("sadder" nil (((s ae) 1) ((d er) 0))) +("saddest" nil (((s ae) 1) ((d ax s t) 0))) +("saddle" nil (((s ae) 1) ((d ax l) 0))) +("saddlebags" nil (((s ae) 1) ((d ax l) 0) ((b ae g z) 1))) +("saddled" nil (((s ae) 1) ((d ax l d) 0))) +("saddler" nil (((s ae) 1) ((d ax) 0) ((l er) 0))) +("saddles" nil (((s ae) 1) ((d ax l z) 0))) +("saddling" nil (((s ae) 1) ((d ax) 0) ((l ih ng) 0))) +("saddoris" nil (((s ae) 1) ((d er) 0) ((ih s) 0))) +("sadeghi" nil (((s aa) 0) ((d eh) 1) ((g iy) 0))) +("sadeh" nil (((s aa) 1) ((d eh) 1))) +("sadek" nil (((s ae) 1) ((d ih k) 0))) +("sadella" nil (((s ax) 0) ((d eh) 1) ((l ax) 0))) +("sader" nil (((s ey) 1) ((d er) 0))) +("sadie" nil (((s ae) 1) ((d iy) 0))) +("sadira" nil (((s aa) 0) ((d ih) 1) ((r ax) 0))) +("sadism" nil (((s ey) 1) ((d ih) 0) ((z ax m) 0))) +("sadist" nil (((s ey) 1) ((d ax s t) 0))) +("sadistic" nil (((s ax) 0) ((d ih) 1) ((s t ih k) 0))) +("sadler" nil (((s ae d) 1) ((l er) 0))) +("sadlier" nil (((s ae d) 1) ((l iy) 0) ((er) 0))) +("sadlon" nil (((s ae d) 1) ((l ax n) 0))) +("sadlowski" nil (((s ae d) 0) ((l aw) 1) ((s k iy) 0))) +("sadly" nil (((s ae d) 1) ((l iy) 0))) +("sadness" nil (((s ae d) 1) ((n ax s) 0))) +("sado" nil (((s ey) 1) ((d ow) 0))) +("sadoff" nil (((s ae) 1) ((d ao f) 1))) +("sadomasochistic" n (((s ey) 1) ((d ax) 0) ((m ae) 0) ((s ax) 0) ((k ih) 1) ((s t ax k) 0))) +("sadowski" nil (((s ax) 0) ((d ao f) 1) ((s k iy) 0))) +("sadowsky" nil (((s ax) 0) ((d aw) 1) ((s k iy) 0))) +("sadye" nil (((s ae) 1) ((d ay) 0))) +("saechao" nil (((s iy) 1) ((ch aw) 0))) +("saeed" nil (((s aa) 0) ((iy d) 1))) +("saeger" nil (((s eh) 1) ((g er) 0))) +("saehan" nil (((s ey) 1) ((ax n) 0))) +("saelens" nil (((s eh) 1) ((l ax n z) 0))) +("saemaul" nil (((s ey) 1) ((m ao l) 0))) +("saenger" nil (((s eh n) 1) ((jh er) 0))) +("saenz" nil (((s iy n z) 1))) +("saez" nil (((s iy z) 1))) +("saf" nil (((eh s) 1) ((ey) 1) ((eh f) 1))) +("safari" nil (((s ax) 0) ((f aa) 1) ((r iy) 0))) +("safarik" nil (((s ae) 1) ((f er) 0) ((ih k) 0))) +("safdie" nil (((s ae f) 1) ((d iy) 0))) +("safe" nil (((s ey f) 1))) +("safecard" nil (((s ey f) 1) ((k aa r d) 1))) +("safeco" nil (((s ey f) 1) ((k ow) 0))) +("safeguard" nil (((s ey f) 1) ((g aa r d) 1))) +("safeguarded" nil (((s ey f) 1) ((g aa r) 1) ((d ih d) 0))) +("safeguarding" nil (((s ey f) 1) ((g aa r) 1) ((d ih ng) 0))) +("safeguards" nil (((s ey f) 1) ((g aa r d z) 1))) +("safekeeping" nil (((s ey f) 1) ((k iy) 1) ((p ih ng) 0))) +("safely" nil (((s ey) 1) ((f l iy) 0))) +("safer" nil (((s ey) 1) ((f er) 0))) +("safes" nil (((s ey f s) 1))) +("safest" nil (((s ey) 1) ((f ax s t) 0))) +("safety" nil (((s ey f) 1) ((t iy) 0))) +("safeway" nil (((s ey f) 1) ((w ey) 1))) +("saffell" nil (((s ae) 1) ((f ax l) 0))) +("saffer" nil (((s ae) 1) ((f er) 0))) +("saffle" nil (((s ae) 1) ((f ax l) 0))) +("safflower" nil (((s ae) 1) ((f l aw) 1) ((er) 0))) +("saffold" nil (((s ae) 1) ((f ow l d) 1))) +("safford" nil (((s ae) 1) ((f er d) 0))) +("saffran" nil (((s ae) 1) ((f r ax n) 0))) +("safian" nil (((s ey) 1) ((f iy) 0) ((ax n) 0))) +("safier" nil (((s ax) 0) ((f ih r) 1))) +("safing" nil (((s ey) 1) ((f ih ng) 0))) +("safire" nil (((s ax) 0) ((f ay r) 1))) +("safko" nil (((s aa f) 1) ((k ow) 0))) +("safley" nil (((s ae) 1) ((f l iy) 0))) +("safra" nil (((s ae) 1) ((f r ax) 0))) +("safran" nil (((s ae) 1) ((f r ax n) 0))) +("safranek" nil (((s ae) 1) ((f r ax) 0) ((n ih k) 0))) +("safrit" nil (((s ae) 1) ((f r ih t) 0))) +("sag" nil (((s ae g) 1))) +("saga" nil (((s aa) 1) ((g ax) 0))) +("sagan" nil (((s ey) 1) ((g ax n) 0))) +("sagansky" nil (((s ax) 0) ((g ae n) 1) ((s k iy) 0))) +("sagar" nil (((s aa) 0) ((g aa r) 1))) +("sagas" nil (((s aa) 1) ((g ax z) 0))) +("sage" nil (((s ey jh) 1))) +("sagebrush" nil (((s ey jh) 1) ((b r ah sh) 1))) +("sagen" nil (((s ae) 1) ((g ax n) 0))) +("sager" nil (((s ey) 1) ((g er) 0))) +("sagers" nil (((s ey) 1) ((g er z) 0))) +("sages" nil (((s ey) 1) ((jh ih z) 0))) +("sagged" nil (((s ae g d) 1))) +("saggese" nil (((s ae) 1) ((g iy z) 0))) +("sagging" nil (((s ae) 1) ((g ih ng) 0))) +("saginaw" nil (((s ae) 1) ((g ih) 0) ((n ao) 1))) +("sago" nil (((s ey) 1) ((g ow) 0))) +("sagona" nil (((s aa) 0) ((g ow) 1) ((n ax) 0))) +("sagraves" nil (((s aa) 0) ((g r aa) 1) ((v eh s) 0))) +("sags" nil (((s ae g z) 1))) +("saha" nil (((s aa) 1) ((hh ax) 0))) +("sahagian" nil (((s ax) 0) ((hh iy) 1) ((jh iy) 0) ((ax n) 0))) +("sahagun" nil (((s ae) 1) ((hh ax) 0) ((g ax n) 0))) +("sahara" nil (((s ax) 0) ((hh eh) 1) ((r ax) 0))) +("saharan" nil (((s ae) 1) ((hh er) 0) ((ax n) 0))) +("sahgal" nil (((s aa) 1) ((g ax l) 0))) +("sahl" nil (((s aa l) 1))) +("sahlen" nil (((s aa) 1) ((l ax n) 0))) +("sahli" nil (((s aa) 1) ((l iy) 0))) +("sahlin" nil (((s aa) 1) ((l ih n) 0))) +("sahlman" nil (((s aa l) 1) ((m ax n) 0))) +("sahm" nil (((s ae m) 1))) +("sahr" nil (((s ae r) 1))) +("sai" nil (((s ay) 1))) +("saia" nil (((s aa) 1) ((y ax) 0))) +("said" nil (((s eh d) 1))) +("saidiner" nil (((s ey) 1) ((d ih) 0) ((n er) 0))) +("saif" nil (((s aa) 1) ((iy f) 1))) +("saigon" nil (((s ay) 1) ((g aa n) 1))) +("saiki" nil (((s ey) 1) ((k iy) 0))) +("sail" nil (((s ey l) 1))) +("sailboat" nil (((s ey l) 1) ((b ow t) 1))) +("sailboats" nil (((s ey l) 1) ((b ow t s) 1))) +("sailed" nil (((s ey l d) 1))) +("sailer" nil (((s ey) 1) ((l er) 0))) +("sailfish" nil (((s ey l) 1) ((f ih sh) 1))) +("sailing" nil (((s ey) 1) ((l ih ng) 0))) +("sailor" nil (((s ey) 1) ((l er) 0))) +("sailors" nil (((s ey) 1) ((l er z) 0))) +("sails" nil (((s ey l z) 1))) +("sain" nil (((s ey n) 1))) +("sainato" nil (((s ax) 0) ((n aa) 1) ((t ow) 0))) +("saindon" nil (((s ey n) 1) ((d ax n) 0))) +("saine" nil (((s ey n) 1))) +("sainsbury" nil (((s ey n s) 1) ((b eh) 0) ((r iy) 0))) +("saint" nil (((s ey n t) 1))) +("sainted" nil (((s ey n) 1) ((t ih d) 0))) +("sainthood" nil (((s ey n t) 1) ((hh uh d) 1))) +("saintly" nil (((s ey n t) 1) ((l iy) 0))) +("saints" nil (((s ey n t s) 1))) +("sainz" nil (((s ey n z) 1))) +("saipan" nil (((s ey) 1) ((p ax n) 0))) +("sais" nil (((s ey z) 1))) +("saison" nil (((s ey) 1) ((s aa n) 0))) +("saitama" nil (((s aa) 1) ((ih) 0) ((t aa) 1) ((m ax) 0))) +("saito" nil (((s ey) 1) ((t ow) 1))) +("saitta" nil (((s ey) 1) ((t ax) 0))) +("saiz" nil (((s ey z) 1))) +("sajak" nil (((s ae) 1) ((jh ae k) 0))) +("sajdak" nil (((s ay) 1) ((d ax k) 0))) +("sajeev" nil (((s ax) 0) ((jh iy v) 1))) +("sak" nil (((s ae k) 1))) +("sakaguchi" nil (((s aa) 0) ((k aa) 0) ((g uw) 1) ((ch iy) 0))) +("sakai" nil (((s aa) 0) ((k aa) 1) ((iy) 0))) +("sakal" nil (((s ey) 1) ((k ax l) 0))) +("sakamoto" nil (((s aa) 0) ((k aa) 0) ((m ow) 1) ((t ow) 0))) +("sakata" nil (((s aa) 0) ((k aa) 1) ((t ax) 0))) +("sakau" nil (((s aa) 0) ((k aa) 1) ((uw) 0))) +("sake" nil (((s ey k) 1))) +("saker" nil (((s ey) 1) ((k er) 0))) +("sakes" nil (((s ey k s) 1))) +("sakhalin" nil (((s ae k) 1) ((hh ax) 0) ((l ih n) 0))) +("sakharov" nil (((s aa) 1) ((k er) 0) ((aa v) 0))) +("saki" nil (((s aa) 1) ((k iy) 0))) +("sakigake" nil (((s aa) 1) ((k iy) 0) ((g aa) 1) ((k iy) 0))) +("sako" nil (((s aa) 1) ((k ow) 0))) +("sakowitz" nil (((s ae) 1) ((k ax) 0) ((w ih t s) 0))) +("sakowski" nil (((s ax) 0) ((k ao f) 1) ((s k iy) 0))) +("saks" nil (((s ae k s) 1))) +("saksa" nil (((s ae k) 1) ((s ax) 0))) +("saksida" nil (((s aa k) 1) ((s iy) 1) ((d ax) 0))) +("sakuma" nil (((s aa) 0) ((k uw) 1) ((m ax) 0))) +("sakura" nil (((s ae) 0) ((k uh) 1) ((r ax) 0))) +("sakurai" nil (((s aa) 0) ((k uh) 0) ((r aa) 1) ((iy) 0))) +("sal" nil (((s ae l) 1))) +("sala" nil (((s aa) 1) ((l ax) 0))) +("salaam" nil (((s ax) 0) ((l aa m) 1))) +("salable" nil (((s ey) 1) ((l ax) 0) ((b ax l) 0))) +("salables" nil (((s ey) 1) ((l ax) 0) ((b ax l z) 0))) +("salacious" nil (((s ax) 0) ((l ey) 1) ((sh ax s) 0))) +("salad" nil (((s ae) 1) ((l ax d) 0))) +("salada" nil (((s ax) 0) ((l aa) 1) ((d ax) 0))) +("saladin" nil (((s ae) 1) ((l ax) 0) ((d ih n) 0))) +("saladino" nil (((s aa) 0) ((l aa) 0) ((d iy) 1) ((n ow) 0))) +("salads" nil (((s ae) 1) ((l ax d z) 0))) +("salafia" nil (((s ax) 0) ((l ey) 1) ((f iy) 0) ((ax) 0))) +("salah" nil (((s ae) 1) ((l ax) 0))) +("salak" nil (((s ae) 1) ((l ax k) 0))) +("salama" nil (((s aa) 0) ((l aa) 1) ((m ax) 0))) +("salamanca" nil (((s ae) 1) ((l ax) 0) ((m ae ng) 1) ((k ax) 0))) +("salamander" nil (((s ae) 1) ((l ax) 0) ((m ae n) 1) ((d er) 0))) +("salamanders" nil (((s ae) 1) ((l ax) 0) ((m ae n) 1) ((d er z) 0))) +("salameh" nil (((s aa) 1) ((l aa) 0) ((m eh) 0))) +("salami" nil (((s ax) 0) ((l aa) 1) ((m iy) 0))) +("salamis" nil (((s ax) 0) ((l aa) 1) ((m iy z) 0))) +("salamon" nil (((s ae) 1) ((l ax) 0) ((m ax n) 0))) +("salamone" nil (((s ae) 1) ((l ax) 0) ((m ow n) 1))) +("salant" nil (((s ae) 1) ((l ax n t) 0))) +("salaried" nil (((s ae) 1) ((l er) 0) ((iy d) 0))) +("salaries" nil (((s ae) 1) ((l er) 0) ((iy z) 0))) +("salary" nil (((s ae) 1) ((l er) 0) ((iy) 0))) +("salarymen" nil (((s ae) 1) ((l er) 0) ((iy) 0) ((m ax n) 0))) +("salas" nil (((s aa) 1) ((l aa z) 0))) +("salata" nil (((s aa) 0) ((l aa) 1) ((t ax) 0))) +("salatino" nil (((s aa) 0) ((l aa) 0) ((t iy) 1) ((n ow) 0))) +("salay" nil (((s ae) 1) ((l ey) 0))) +("salaz" nil (((s aa) 1) ((l aa z) 0))) +("salazar" nil (((s ae) 1) ((l ax) 0) ((z aa r) 0))) +("salberg" nil (((s ae l) 1) ((b er g) 0))) +("salce" nil (((s ey l s) 1))) +("salcedo" nil (((s aa l) 0) ((ch ey) 1) ((d ow) 0))) +("salcido" nil (((s aa l) 0) ((ch iy) 1) ((d ow) 0))) +("saldana" nil (((s aa l) 0) ((d ae) 1) ((n ax) 0))) +("saldivar" nil (((s aa l) 0) ((d iy) 0) ((v aa r) 1))) +("sale" nil (((s ey l) 1))) +("saleable" nil (((s ey) 1) ((l ax) 0) ((b ax l) 0))) +("saleeby" nil (((s ae) 1) ((l iy) 0) ((b iy) 0))) +("saleem" nil (((s ae) 1) ((l iy m) 0))) +("saleh" nil (((s aa) 1) ((l eh hh) 0))) +("salek" nil (((s aa) 1) ((l eh k) 0))) +("salem" nil (((s ey) 1) ((l ax m) 0))) +("salema" nil (((s ax) 0) ((l iy) 1) ((m ax) 0))) +("salemi" nil (((s aa) 0) ((l eh) 1) ((m iy) 0))) +("salemme" nil (((s ae) 1) ((l ih m) 0))) +("salerno" nil (((s ax) 0) ((l eh r) 1) ((n ow) 0))) +("sales" nil (((s ey l z) 1))) +("salesman" nil (((s ey l z) 1) ((m ax n) 0))) +("salesmanship" nil (((s ey l z) 1) ((m ax n) 0) ((sh ih p) 1))) +("salesmen" nil (((s ey l z) 1) ((m ih n) 0))) +("salespeople" nil (((s ey l z) 1) ((p iy) 1) ((p ax l) 0))) +("salesperson" nil (((s ey l z) 1) ((p er) 1) ((s ax n) 0))) +("saleswoman" nil (((s ey l) 1) ((z w uh) 1) ((m ax n) 0))) +("saleswomen" nil (((s ey l) 1) ((z w ih) 1) ((m ax n) 0))) +("salgado" nil (((s aa l) 0) ((g aa) 1) ((d ow) 0))) +("salguero" nil (((s aa l) 0) ((g eh) 1) ((r ow) 0))) +("salhany" nil (((s ae l) 1) ((hh ey) 1) ((n iy) 0))) +("saliba" nil (((s aa) 0) ((l iy) 1) ((b ax) 0))) +("salick" nil (((s ae) 1) ((l ih k) 0))) +("salient" nil (((s ey) 1) ((l iy) 0) ((ax n t) 0))) +("saligman" nil (((s ae) 1) ((l ih g) 0) ((m ax n) 0))) +("salim" nil (((s ae) 1) ((l ih m) 0))) +("salin" nil (((s aa) 0) ((l iy n) 1))) +("salina" nil (((s ax) 0) ((l iy) 1) ((n ax) 0))) +("salinas" nil (((s ax) 0) ((l iy) 1) ((n ax s) 0))) +("saline" nil (((s ax) 0) ((l iy n) 1))) +("saling" nil (((s ey) 1) ((l ih ng) 0))) +("salinger" nil (((s ey) 1) ((l ih ng) 0) ((er) 0))) +("salinity" nil (((s ax) 0) ((l ih) 1) ((n ax) 0) ((t iy) 0))) +("salis" nil (((s aa) 1) ((l ih s) 0))) +("salisbury" nil (((s ae l z) 1) ((b er) 0) ((iy) 0))) +("saliva" nil (((s ax) 0) ((l ay) 1) ((v ax) 0))) +("salivated" nil (((s ae) 1) ((l ax) 0) ((v ey) 1) ((t ax d) 0))) +("salivating" nil (((s ae) 1) ((l ax) 0) ((v ey) 1) ((t ih ng) 0))) +("salizzoni" nil (((s ae) 1) ((l ih) 0) ((z ow) 1) ((n iy) 0))) +("salk" nil (((s ao k) 1))) +("salkeld" nil (((s ae l) 1) ((k ih l d) 0))) +("salkin" nil (((s ae l) 1) ((k ih n) 0))) +("sall" nil (((s ao l) 1))) +("sallade" nil (((s ae) 1) ((l ey d) 1))) +("sallas" nil (((s aa) 1) ((l aa z) 0))) +("salle" nil (((s ey l) 1))) +("sallee" nil (((s ae) 1) ((l iy) 0))) +("saller" nil (((s ao) 1) ((l er) 0))) +("salles" nil (((s aa) 1) ((l eh s) 0))) +("salley" nil (((s ae) 1) ((l iy) 0))) +("sallie" nil (((s ae) 1) ((l iy) 0))) +("sallies" nil (((s ae) 1) ((l iy z) 0))) +("salling" nil (((s ao) 1) ((l ih ng) 0))) +("sallis" nil (((s ae) 1) ((l ih s) 0))) +("salls" nil (((s ao l z) 1))) +("sally" nil (((s ae) 1) ((l iy) 0))) +("salm" nil (((s aa m) 1))) +("salman" nil (((s ae) 1) ((m ax n) 0))) +("salmans" nil (((s ae) 1) ((m ax n z) 0))) +("salmela" nil (((s aa l) 0) ((m ey) 1) ((l ax) 0))) +("salmen" nil (((s ae l) 0) ((m eh n) 1))) +("salmeron" nil (((s aa l) 0) ((m eh) 0) ((r ao n) 1))) +("salmi" nil (((s aa l) 1) ((m iy) 0))) +("salminen" nil (((s ae l) 1) ((m ih) 0) ((n ax n) 0))) +("salmon" nil (((s ae) 1) ((m ax n) 0))) +("salmond" nil (((s ae l) 1) ((m ax n d) 0))) +("salmonella" nil (((s ae l) 1) ((m ax) 0) ((n eh) 1) ((l ax) 0))) +("salmons" nil (((s ae) 1) ((m ax n z) 0))) +("salmonson" nil (((s aa l) 0) ((m ow n) 1) ((s ax n) 0))) +("salo" nil (((s aa) 1) ((l ow) 0))) +("salois" nil (((s ax l) 0) ((w aa) 1))) +("saloma" nil (((s aa) 0) ((l ow) 1) ((m ax) 0))) +("salome" nil (((s ax) 0) ((l ow) 1) ((m iy) 0))) +("salomi" nil (((s aa) 0) ((l ow) 1) ((m iy) 0))) +("salomon" nil (((s ae) 1) ((l ax) 0) ((m ax n) 0))) +("salomone" nil (((s aa) 0) ((l ow) 0) ((m ow) 1) ((n iy) 0))) +("salon" nil (((s ax) 0) ((l aa n) 1))) +("salone" nil (((s ax) 0) ((l ow n) 1))) +("salonga" nil (((s ax) 0) ((l ao ng) 1) ((g ax) 0))) +("salons" nil (((s ax) 0) ((l aa n z) 1))) +("saloojee" nil (((s ax) 0) ((l uw) 1) ((jh iy) 0))) +("saloon" nil (((s ax) 0) ((l uw n) 1))) +("saloons" nil (((s ax) 0) ((l uw n z) 1))) +("salopek" nil (((s ae) 1) ((l ax) 0) ((p ih k) 0))) +("salow" nil (((s ae) 1) ((l ow) 0))) +("salsa" nil (((s ao l) 1) ((s ax) 0))) +("salsberry" nil (((s ao l s) 1) ((b eh) 0) ((r iy) 0))) +("salsbery" nil (((s ae l s) 1) ((b er) 0) ((iy) 0))) +("salsbury" nil (((s ae l z) 1) ((b er) 0) ((iy) 0))) +("salser" nil (((s ey l) 1) ((s er) 0))) +("salsgiver" nil (((s ae l s) 1) ((g ih) 0) ((v er) 0))) +("salsman" nil (((s ao l) 1) ((s m ax n) 0))) +("salt" nil (((s ao l t) 1))) +("saltarelli" nil (((s ao l) 0) ((t aa) 0) ((r eh) 1) ((l iy) 0))) +("saltbox" nil (((s ao l t) 1) ((b aa k s) 1))) +("salted" nil (((s ao l) 1) ((t ax d) 0))) +("salter" nil (((s ao l) 1) ((t er) 0))) +("salters" nil (((s ao l) 1) ((t er z) 0))) +("saltier" nil (((s ao l) 1) ((t iy) 0) ((er) 0))) +("salting" nil (((s ao l) 1) ((t ih ng) 0))) +("saltlike" nil (((s ao l t) 1) ((l ay k) 1))) +("saltmarsh" nil (((s ao l t) 1) ((m aa r sh) 1))) +("salton" nil (((s ao l) 1) ((t ax n) 0))) +("salts" nil (((s ao l t s) 1))) +("saltsman" nil (((s ao l t) 1) ((s m ax n) 0))) +("saltwater" nil (((s ao l) 1) ((t w aa) 1) ((t er) 0))) +("salty" nil (((s ao l) 1) ((t iy) 0))) +("saltz" nil (((s ae l t s) 1))) +("saltzburg" nil (((s ao l t s) 1) ((b er g) 0))) +("saltzman" nil (((s ao l t) 1) ((s m ax n) 0))) +("salus" nil (((s ae) 1) ((l ih s) 0))) +("salutary" nil (((s ae) 1) ((l y ax) 0) ((t eh) 1) ((r iy) 0))) +("salutatorian" nil (((s ax) 0) ((l uw) 1) ((t ax) 0) ((t ao) 1) ((r iy) 0) ((ax n) 0))) +("salute" nil (((s ax) 0) ((l uw t) 1))) +("saluted" nil (((s ax) 0) ((l uw) 1) ((t ax d) 0))) +("salutes" nil (((s ax) 0) ((l uw t s) 1))) +("saluting" nil (((s ax) 0) ((l uw) 1) ((t ih ng) 0))) +("salva" nil (((s aa l) 1) ((v ax) 0))) +("salvador" nil (((s ae l) 1) ((v ax) 0) ((d ao r) 1))) +("salvadoran" nil (((s ae l) 1) ((v ax) 0) ((d ao) 1) ((r ax n) 0))) +("salvadorans" nil (((s ae l) 0) ((v ax) 0) ((d ao) 1) ((r ax n z) 0))) +("salvadore" nil (((s aa l) 0) ((v aa) 0) ((d ao) 1) ((r ey) 0))) +("salvage" nil (((s ae l) 1) ((v ax jh) 0))) +("salvageable" nil (((s ae l) 1) ((v ih) 0) ((jh ax) 0) ((b ax l) 0))) +("salvaged" nil (((s ae l) 1) ((v ih jh d) 0))) +("salvagers" nil (((s ae l) 1) ((v ih) 0) ((jh er z) 0))) +("salvaggio" nil (((s aa l) 0) ((v aa) 1) ((jh iy) 0) ((ow) 0))) +("salvaging" nil (((s ae l) 1) ((v ih) 0) ((jh ih ng) 0))) +("salvas" nil (((s aa l) 1) ((v aa z) 0))) +("salvati" nil (((s aa l) 0) ((v aa) 1) ((t iy) 0))) +("salvatierra" nil (((s aa l) 0) ((v aa) 0) ((t ih) 1) ((r ax) 0))) +("salvation" nil (((s ae l) 0) ((v ey) 1) ((sh ax n) 0))) +("salvato" nil (((s aa l) 0) ((v aa) 1) ((t ow) 0))) +("salvatore" nil (((s ae l) 0) ((v ax) 0) ((t ao) 1) ((r iy) 0))) +("salvatori" nil (((s aa l) 0) ((v aa) 0) ((t ao) 1) ((r iy) 0))) +("salve" nil (((s aa v) 1))) +("salves" nil (((s aa v z) 1))) +("salvesen" nil (((s aa l) 0) ((v iy) 1) ((z ax n) 0))) +("salveson" nil (((s aa l) 0) ((v ey) 1) ((s ax n) 0))) +("salvetti" nil (((s aa l) 0) ((v eh) 1) ((t iy) 0))) +("salvi" nil (((s aa l) 1) ((v iy) 0))) +("salvia" nil (((s ae l) 1) ((v iy) 0) ((ax) 0))) +("salvigsen" nil (((s ae l) 1) ((v ih g) 0) ((s ax n) 0))) +("salvigsten" nil (((s ae l) 1) ((v ih g) 0) ((s t ax n) 0))) +("salvina" nil (((s aa l) 0) ((v iy) 1) ((n ax) 0))) +("salvino" nil (((s ae l) 0) ((v iy) 1) ((n ow) 0))) +("salvo" nil (((s ae l) 1) ((v ow) 0))) +("salvos" nil (((s ae l) 1) ((v ow z) 0))) +("salvucci" nil (((s aa l) 0) ((v uw) 1) ((ch iy) 0))) +("salway" nil (((s ae l) 1) ((w ey) 0))) +("salwen" nil (((s ae l) 1) ((w ax n) 0))) +("salyard" nil (((s ao) 1) ((l y er d) 0))) +("salyards" nil (((s ae) 1) ((l y aa r d z) 0))) +("salyer" nil (((s aa) 1) ((l iy) 0) ((er) 0))) +("salyers" nil (((s aa) 1) ((l iy) 0) ((er z) 0))) +("salz" nil (((s ao l z) 1))) +("salzano" nil (((s aa l) 0) ((z aa) 1) ((n ow) 0))) +("salzberg" nil (((s ao l z) 1) ((b er g) 0))) +("salzburg" nil (((s ao l t s) 1) ((b er g) 0))) +("salzer" nil (((s ey l) 1) ((z er) 0))) +("salzgitter" nil (((s ao l t s) 1) ((g ih) 1) ((t er) 0))) +("salzhauer" nil (((s ao l t s) 1) ((hh aw r) 1))) +("salzman" nil (((s ao l z) 1) ((m ax n) 0))) +("salzmann" nil (((s ao l z) 1) ((m ax n) 0))) +("salzwedel" nil (((s ae l) 1) ((z w ih) 0) ((d ax l) 0))) +("sam" nil (((s ae m) 1))) +("sama" nil (((s aa) 1) ((m ax) 0))) +("samaha" nil (((s ae) 1) ((m ax) 0) ((hh ax) 0))) +("samaniego" nil (((s aa) 0) ((m aa) 0) ((n iy) 1) ((g ow) 0))) +("samano" nil (((s aa) 0) ((m aa) 1) ((n ow) 0))) +("samantha" nil (((s ax) 0) ((m ae n) 1) ((th ax) 0))) +("samar" nil (((s ae) 1) ((m aa r) 0))) +("samara" nil (((s ae) 1) ((m er) 0) ((ax) 0))) +("samaranch" nil (((s ae) 1) ((m er) 0) ((ae n ch) 0))) +("samaras" nil (((s ae) 1) ((m er) 0) ((ax z) 0))) +("samaria" nil (((s ey) 1) ((m er) 0) ((iy) 1) ((ax) 0))) +("samarin" nil (((s aa) 0) ((m aa) 1) ((r iy n) 0))) +("samaritan" nil (((s ax) 0) ((m eh) 1) ((r ih) 0) ((t ax n) 0))) +("samba" nil (((s aa m) 1) ((b ax) 0))) +("samberg" nil (((s ae m) 1) ((b er g) 0))) +("sambo" nil (((s ae m) 1) ((b ow) 0))) +("samborski" nil (((s ax m) 0) ((b ao r) 1) ((s k iy) 0))) +("sambrano" nil (((s aa m) 0) ((b r aa) 1) ((n ow) 0))) +("sambre" nil (((s ae m) 1) ((b r ax) 0))) +("sambuca" nil (((s ae m) 1) ((b y uw) 1) ((k ax) 0))) +("samcor" nil (((s ae m) 1) ((k ao r) 1))) +("same" nil (((s ey m) 1))) +("samedan" nil (((s ae) 1) ((m ax) 0) ((d ax n) 0))) +("samek" nil (((s ae) 1) ((m ih k) 0))) +("samella" nil (((s ax) 0) ((m eh) 1) ((l ax) 0))) +("samelle" nil (((s ax) 0) ((m eh l) 1))) +("samelson" nil (((s ae) 1) ((m ih l) 0) ((s ax n) 0))) +("sameness" nil (((s ey m) 1) ((n ax s) 0))) +("sames" nil (((s ey m z) 1))) +("samet" nil (((s ae) 1) ((m ih t) 0))) +("samford" nil (((s ae m) 1) ((f er d) 0))) +("sami" nil (((s ae) 1) ((m iy) 0))) +("samir" nil (((s ax) 0) ((m ih r) 1))) +("sammarco" nil (((s aa) 0) ((m aa r) 1) ((k ow) 0))) +("sammartino" nil (((s aa) 0) ((m aa r) 0) ((t iy) 1) ((n ow) 0))) +("sammet" nil (((s ae) 1) ((m ih t) 0))) +("sammie" nil (((s ae) 1) ((m iy) 0))) +("sammis" nil (((s ae) 1) ((m ih s) 0))) +("sammon" nil (((s ae) 1) ((m ax n) 0))) +("sammons" nil (((s ae) 1) ((m ax n z) 0))) +("samms" nil (((s ae m z) 1))) +("sammut" nil (((s ae) 1) ((m ax t) 0))) +("sammy" nil (((s ae) 1) ((m iy) 0))) +("samoa" nil (((s ax) 0) ((m ow) 1) ((ax) 0))) +("samojlik" nil (((s ax) 0) ((m oy) 1) ((l ih k) 0))) +("samons" nil (((s aa) 1) ((m ow n z) 0))) +("samora" nil (((s aa) 0) ((m ao) 1) ((r ax) 0))) +("samos" nil (((s ey) 1) ((m aa s) 0))) +("samoth" nil (((s ae) 1) ((m ax th) 0))) +("samp" nil (((s ae m p) 1))) +("sampan" nil (((s ae m) 1) ((p ae n) 0))) +("sampans" nil (((s ae m) 1) ((p ae n z) 0))) +("samper" nil (((s ae m) 1) ((p er) 0))) +("sampey" nil (((s ae m) 1) ((p iy) 0))) +("sample" nil (((s ae m) 1) ((p ax l) 0))) +("sampled" nil (((s ae m) 1) ((p ax l d) 0))) +("sampler" nil (((s ae m) 1) ((p l er) 0))) +("samplers" nil (((s ae m) 1) ((p l er z) 0))) +("samples" nil (((s ae m) 1) ((p ax l z) 0))) +("sampley" nil (((s ae m) 1) ((p l iy) 0))) +("sampling" nil (((s ae m) 1) ((p l ih ng) 0))) +("samplings" nil (((s ae m) 1) ((p l ih ng z) 0))) +("sampras" nil (((s ae m) 1) ((p r ax s) 0))) +("sampsel" nil (((s ae m p) 1) ((s ax l) 0))) +("sampsell" nil (((s ae m p) 1) ((s ax l) 0))) +("sampson" nil (((s ae m p) 1) ((s ax n) 0))) +("samra" nil (((s ae) 1) ((m r ax) 0))) +("sams" nil (((s ae m z) 1))) +("samsara" nil (((s ax m) 0) ((s aa) 1) ((r ax) 0))) +("samsel" nil (((s ae m) 1) ((s ax l) 0))) +("samsom" nil (((s ae m) 1) ((s ax m) 0))) +("samson" nil (((s ae m) 1) ((s ax n) 0))) +("samsonite" nil (((s ae m) 1) ((s ax) 0) ((n ay t) 1))) +("samsung" nil (((s ae m) 1) ((s ah ng) 1))) +("samudera" nil (((s ax) 0) ((m uw) 1) ((d er) 0) ((ax) 0))) +("samudio" nil (((s aa) 0) ((m uw) 1) ((d iy) 0) ((ow) 0))) +("samuel" nil (((s ae) 1) ((m y uw l) 0))) +("samuela" nil (((s ae) 1) ((m y uw) 0) ((eh) 1) ((l ax) 0))) +("samuelle" nil (((s ae) 1) ((m y uw) 0) ((eh l) 1))) +("samuels" nil (((s ae) 1) ((m y uw) 0) ((ax l z) 0))) +("samuelsen" nil (((s ae) 1) ((m uh l) 0) ((s ax n) 0))) +("samuelson" nil (((s ae) 1) ((m y uw) 0) ((ax l) 0) ((s ax n) 0))) +("samurai" nil (((s ae) 1) ((m uh) 0) ((r ay) 1))) +("samurais" nil (((s ae) 1) ((m er) 0) ((ih z) 0))) +("san" nil (((s ae n) 1))) +("sanaa" nil (((s ax) 0) ((n aa) 1))) +("sanabria" nil (((s ax) 0) ((n ae) 1) ((b r iy) 0) ((ax) 0))) +("sanada" nil (((s aa) 0) ((n aa) 1) ((d ax) 0))) +("sanborn" nil (((s ae n) 1) ((b ao r n) 1))) +("sanches" nil (((s aa n) 1) ((ch eh s) 0))) +("sanchez" nil (((s ae n) 1) ((ch eh z) 0))) +("sancho" nil (((s aa n) 1) ((k ow) 0))) +("sancia" nil (((s aa n) 1) ((ch ax) 0))) +("sanctification" nil (((s ae ng k) 1) ((t ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("sanctimonious" nil (((s ae ng k) 1) ((t ax) 0) ((m ow) 1) ((n iy) 0) ((ax s) 0))) +("sanction" nil (((s ae ng k) 1) ((sh ax n) 0))) +("sanctioned" nil (((s ae ng k) 1) ((sh ax n d) 0))) +("sanctioning" nil (((s ae ng k) 1) ((sh ax) 0) ((n ih ng) 0))) +("sanctions" nil (((s ae ng k) 1) ((sh ax n z) 0))) +("sanctity" nil (((s ae ng k) 1) ((t ih) 0) ((t iy) 0))) +("sanctuaries" nil (((s ae ng k) 1) ((ch uw) 0) ((eh) 1) ((r iy z) 0))) +("sanctuary" nil (((s ae ng k) 1) ((ch uw) 0) ((eh) 1) ((r iy) 0))) +("sanctum" nil (((s ae ng k) 1) ((t ax m) 0))) +("sand" nil (((s ae n d) 1))) +("sanda" nil (((s ae n) 1) ((d ax) 0))) +("sandage" nil (((s ae n) 1) ((d ih jh) 0))) +("sandahl" nil (((s ae n) 1) ((d aa l) 1))) +("sandal" nil (((s ae n) 1) ((d ax l) 0))) +("sandall" nil (((s ae n) 1) ((d aa l) 0))) +("sandals" nil (((s ae n) 1) ((d ax l z) 0))) +("sandau" nil (((s ae n) 1) ((d aw) 0))) +("sandbagged" nil (((s ae n d) 1) ((b ae g d) 1))) +("sandbags" nil (((s ae n d) 1) ((b ae g z) 1))) +("sandbar" nil (((s ae n d) 1) ((b aa r) 1))) +("sandberg" nil (((s ae n d) 1) ((b er g) 0))) +("sandblasted" nil (((s ae n d) 1) ((b l ae) 1) ((s t ih d) 0))) +("sandbox" nil (((s ae n d) 1) ((b aa k s) 1))) +("sande" nil (((s ae n d) 1))) +("sanded" nil (((s ae n) 1) ((d ih d) 0))) +("sandeen" nil (((s ae n) 1) ((d iy n) 0))) +("sandefer" nil (((s ae n) 1) ((d iy) 0) ((f er) 0))) +("sandefur" nil (((s ae n) 1) ((d eh) 0) ((f er) 0))) +("sandel" nil (((s ae n) 1) ((d eh l) 0))) +("sandell" nil (((s ae n) 1) ((d eh l) 0))) +("sanden" nil (((s ae n) 1) ((d ax n) 0))) +("sander" nil (((s ae n) 1) ((d er) 0))) +("sanderfer" nil (((s ae n) 1) ((d er) 0) ((f er) 0))) +("sanderford" nil (((s ae n) 1) ((d er) 0) ((f ao r d) 0))) +("sanderlin" nil (((s ae n) 1) ((d er) 0) ((l ih n) 0))) +("sanders" nil (((s ae n) 1) ((d er z) 0))) +("sanderson" nil (((s ae n) 1) ((d er) 0) ((s ax n) 0))) +("sandford" nil (((s ae n d) 1) ((f er d) 0))) +("sandgren" nil (((s ae n d) 1) ((g r eh n) 0))) +("sandhu" nil (((s ae n d) 1) ((hh uw) 0))) +("sandi" nil (((s ae n) 1) ((d iy) 0))) +("sandia" nil (((s ae n) 1) ((d iy) 0) ((ax) 0))) +("sandidge" nil (((s ae n) 1) ((d ih jh) 0))) +("sandie" nil (((s ae n) 1) ((d iy) 0))) +("sandifer" nil (((s ae n) 1) ((d ay) 0) ((f er) 0))) +("sandiford" nil (((s ae n) 1) ((d ih) 0) ((f er d) 0))) +("sandin" nil (((s ae n) 1) ((d ih n) 1))) +("sanding" nil (((s ae n) 1) ((d ih ng) 0))) +("sandinista" nil (((s ae n) 1) ((d ih) 0) ((n ih) 1) ((s t ax) 0))) +("sandinistas" nil (((s ae n) 1) ((d ih) 0) ((n iy) 1) ((s t ax z) 0))) +("sandino" nil (((s ae n) 0) ((d iy) 1) ((n ow) 0))) +("sandler" nil (((s ae n d) 1) ((l er) 0))) +("sandlin" nil (((s ae n d) 1) ((l ih n) 0))) +("sandling" nil (((s ae d) 1) ((l ih ng) 0))) +("sandman" nil (((s ae n d) 1) ((m ae n) 1))) +("sandmann" nil (((s ae n d) 1) ((m ax n) 0))) +("sandmeyer" nil (((s ae n d) 1) ((m ay) 0) ((er) 0))) +("sandner" nil (((s ae n d) 1) ((n er) 0))) +("sandness" nil (((s ae n d) 1) ((n ax s) 0))) +("sando" nil (((s ae n) 1) ((d ow) 0))) +("sandom" nil (((s ae n) 1) ((d ax m) 0))) +("sandon" nil (((s ae n) 1) ((d ao n) 1))) +("sandor" nil (((s ae n) 1) ((d er) 0))) +("sandos" nil (((s ae n) 1) ((d ow z) 0))) +("sandoval" nil (((s ae n) 1) ((d ow) 1) ((v ax l) 0))) +("sandow" nil (((s ae n) 1) ((d ow) 0))) +("sandoz" nil (((s ae n) 1) ((d ow z) 0))) +("sandpaper" nil (((s ae n d) 1) ((p ey) 1) ((p er) 0))) +("sandquist" nil (((s ae n d) 1) ((k w ih s t) 1))) +("sandra" nil (((s ae n) 1) ((d r ax) 0))) +("sandridge" nil (((s ae n) 1) ((d r ih jh) 1))) +("sandro" nil (((s ae n) 1) ((d r ow) 0))) +("sandrock" nil (((s ae n) 1) ((d r aa k) 1))) +("sands" nil (((s ae n d z) 1))) +("sandstone" nil (((s ae n d) 1) ((s t ow n) 1))) +("sandstorm" nil (((s ae n d) 1) ((s t ao r m) 1))) +("sandstorms" nil (((s ae n d) 1) ((s t ao r m z) 1))) +("sandstrom" nil (((s ae n d) 1) ((s t r ax m) 0))) +("sandt" nil (((s ae n t) 1))) +("sandusky" nil (((s ae n) 0) ((d ah) 1) ((s k iy) 0))) +("sandvig" nil (((s ae n d) 1) ((v ih g) 1))) +("sandvik" nil (((s ae n d) 1) ((v ih k) 0))) +("sandwich" nil (((s ae n) 1) ((d w ih ch) 0))) +("sandwiched" nil (((s ae n) 1) ((d w ih ch t) 1))) +("sandwiches" nil (((s ae n) 1) ((d w ih) 0) ((ch ih z) 0))) +("sandwick" nil (((s ae n) 1) ((d w ih k) 1))) +("sandy" nil (((s ae n) 1) ((d iy) 0))) +("sane" nil (((s ey n) 1))) +("saner" nil (((s ey) 1) ((n er) 0))) +("sanfeng" nil (((s aa n) 1) ((f ow ng) 1))) +("sanfilippo" nil (((s ae n) 1) ((f ih) 0) ((l ih) 1) ((p ow) 0))) +("sanford" nil (((s ae n) 1) ((f er d) 0))) +("sang" nil (((s ae ng) 1))) +("sanger" nil (((s ae ng) 1) ((er) 0))) +("sangiovese" nil (((s ae n) 1) ((jh iy) 1) ((ow) 0) ((v iy s) 1))) +("sangster" nil (((s ae ng) 1) ((s t er) 0))) +("sanguine" nil (((s ae ng) 1) ((g w ih n) 0))) +("sanguinetti" nil (((s aa n) 0) ((g iy) 0) ((n eh) 1) ((t iy) 0))) +("sangyo" nil (((s ae n jh) 1) ((y ow) 0))) +("sanitary" nil (((s ae) 1) ((n ih) 0) ((t eh) 1) ((r iy) 0))) +("sanitation" nil (((s ae) 1) ((n ax) 0) ((t ey) 1) ((sh ax n) 0))) +("sanitized" nil (((s ae) 1) ((n ih) 0) ((t ay z d) 1))) +("sanitizing" nil (((s ae) 1) ((n ax) 0) ((t ay) 1) ((z ih ng) 0))) +("sanity" nil (((s ae) 1) ((n ax) 0) ((t iy) 0))) +("sanjay" nil (((s ae n) 1) ((jh ey) 0))) +("sanjiv" nil (((s aa n) 1) ((jh iy v) 1))) +("sanjuan" nil (((s aa) 0) ((n y uw) 0) ((aa n) 1))) +("sank" nil (((s ae ng k) 1))) +("sanka" nil (((s ae ng) 1) ((k ax) 0))) +("sankei" nil (((s ae ng) 1) ((k iy) 0))) +("sanker" nil (((s ae ng) 1) ((k er) 0))) +("sankey" nil (((s ae ng) 1) ((k iy) 0))) +("sanko" nil (((s ae ng) 1) ((k ow) 0))) +("sanks" nil (((s ae ng k s) 1))) +("sankyo" nil (((s ae ng) 1) ((k y ow) 0))) +("sanmark" nil (((s ae n) 1) ((m aa r k) 1))) +("sanmartin" nil (((s ae n) 1) ((m aa r) 0) ((t ih n) 0))) +("sanmenxia" nil (((s aa n) 1) ((m eh n) 1) ((sh y aa) 1))) +("sanmiguel" nil (((s aa n) 0) ((m iy) 0) ((g eh l) 1))) +("sanming" nil (((s aa n) 1) ((m iy ng) 1))) +("sanna" nil (((s ae) 1) ((n ax) 0))) +("sanner" nil (((s ae) 1) ((n er) 0))) +("sannes" nil (((s ae n z) 1))) +("sano" nil (((s aa) 1) ((n ow) 0))) +("sanofi" nil (((s ax) 0) ((n ow) 1) ((f iy) 0))) +("sanrio" nil (((s ae n) 1) ((r iy) 0) ((ow) 0))) +("sans" nil (((s ae n z) 1))) +("sansbury" nil (((s ae n s) 1) ((b eh) 0) ((r iy) 0))) +("sanseverino" nil (((s aa n) 0) ((s eh) 0) ((v er) 0) ((iy) 1) ((n ow) 0))) +("sansing" nil (((s ae n) 1) ((s ih ng) 0))) +("sanskrit" nil (((s ae n) 1) ((s k r ih t) 0))) +("sanso" nil (((s ae n) 1) ((s ow) 0))) +("sansom" nil (((s ae n) 1) ((s ax m) 0))) +("sanson" nil (((s ae n) 1) ((s ax n) 0))) +("sansone" nil (((s ae n) 1) ((s ax n) 0))) +("sansoucie" nil (((s ae n) 1) ((s ow) 0) ((k iy) 0))) +("sansui" nil (((s ae n) 0) ((s uw) 1) ((iy) 0))) +("sant" nil (((s ae n t) 1))) +("santa" nil (((s ae n) 1) ((t ax) 0))) +("santacroce" nil (((s aa n) 0) ((t aa) 0) ((k r ow) 1) ((ch iy) 0))) +("santacruz" nil (((s aa n) 0) ((t aa) 1) ((k r uw z) 0))) +("santagata" nil (((s aa n) 0) ((t aa) 0) ((g aa) 1) ((t ax) 0))) +("santala" nil (((s ae n) 0) ((t aa) 1) ((l ax) 0))) +("santamaria" nil (((s aa n) 0) ((t aa) 0) ((m aa) 1) ((r iy) 0) ((ax) 0))) +("santana" nil (((s ae n) 0) ((t ae) 1) ((n ax) 0))) +("santander" nil (((s ae n) 1) ((t ae n) 1) ((d er) 0))) +("santangelo" nil (((s aa n) 0) ((t aa ng) 0) ((g eh) 1) ((l ow) 0))) +("santaniello" nil (((s aa n) 0) ((t aa) 0) ((n iy) 0) ((eh) 1) ((l ow) 0))) +("santarelli" nil (((s aa n) 0) ((t aa) 0) ((r eh) 1) ((l iy) 0))) +("santarsiero" nil (((s aa n) 0) ((t aa r) 0) ((s ih) 1) ((r ow) 0))) +("santas" nil (((s ae n) 1) ((t ax s) 0))) +("santayana" nil (((s ae n) 0) ((t ay) 1) ((aa) 1) ((n ax) 0))) +("sante" nil (((s ae n) 1) ((t ax) 0))) +("santella" nil (((s aa n) 0) ((t eh) 1) ((l ax) 0))) +("santelli" nil (((s aa n) 0) ((t eh) 1) ((l iy) 0))) +("santer" nil (((s ae n) 1) ((t er) 0))) +("santerre" nil (((s ae n) 0) ((t eh r) 1))) +("santi" nil (((s ae n) 1) ((t iy) 0))) +("santiago" nil (((s ae n) 1) ((t iy) 0) ((aa) 1) ((g ow) 0))) +("santiesteban" nil (((s ae n) 1) ((t iy) 0) ((s t ih) 0) ((b ax n) 0))) +("santillan" nil (((s ae n) 1) ((t ih) 1) ((l ax n) 0))) +("santillanes" nil (((s ae n) 1) ((t ih) 0) ((l ey n z) 1))) +("santilli" nil (((s aa n) 0) ((t iy) 1) ((l iy) 0))) +("santillo" nil (((s ae n) 1) ((t ih) 1) ((l ow) 0))) +("santin" nil (((s ae n) 1) ((t ih n) 0))) +("santini" nil (((s ae n) 0) ((t iy) 1) ((n iy) 0))) +("santino" nil (((s aa n) 0) ((t iy) 1) ((n ow) 0))) +("santistevan" nil (((s aa n) 0) ((t iy) 0) ((s t ey) 0) ((v aa n) 1))) +("santo" nil (((s ae n) 1) ((t ow) 0))) +("santon" nil (((s ae n) 1) ((t ax n) 0))) +("santone" nil (((s aa n) 0) ((t ow) 1) ((n iy) 0))) +("santoni" nil (((s aa n) 0) ((t ow) 1) ((n iy) 0))) +("santopietro" nil (((s aa n) 0) ((t ow) 0) ((p iy) 1) ((t r ow) 0))) +("santor" nil (((s ae n) 1) ((t er) 0))) +("santora" nil (((s aa n) 0) ((t ao) 1) ((r ax) 0))) +("santore" nil (((s aa n) 0) ((t ao) 1) ((r iy) 0))) +("santorelli" nil (((s aa n) 0) ((t ao) 0) ((r eh) 1) ((l iy) 0))) +("santoro" nil (((s ae n) 0) ((t ao) 1) ((r ow) 0))) +("santorum" nil (((s ae n) 0) ((t ao) 1) ((r ax m) 0))) +("santos" nil (((s ae n) 1) ((t ow s) 0))) +("santosh" nil (((s aa n) 1) ((t aa sh) 1))) +("santosuosso" nil (((s aa n) 0) ((t ow) 0) ((s w ow) 1) ((s ow) 0))) +("santow" nil (((s ae n) 1) ((t ow) 0))) +("santoyo" nil (((s aa n) 0) ((t ow) 1) ((y ow) 0))) +("santry" nil (((s ae n) 1) ((t r iy) 0))) +("santucci" nil (((s aa n) 0) ((t uw) 1) ((ch iy) 0))) +("santulli" nil (((s aa n) 0) ((t uw) 1) ((l iy) 0))) +("santy" nil (((s ae n) 1) ((t iy) 0))) +("sanville" nil (((s aa n) 1) ((v ih l) 0))) +("sanwa" nil (((s ae n) 1) ((w ax) 0))) +("sanxingdui" nil (((s aa n) 1) ((sh iy ng) 1) ((d w ey) 1))) +("sanya" nil (((s aa n) 1) ((y aa) 1))) +("sanyo" nil (((s aa) 1) ((n y ow) 0))) +("sanz" nil (((s ae n z) 1))) +("sanzo" nil (((s ae n) 1) ((z ow) 0))) +("sanzone" nil (((s aa n) 0) ((z ow) 1) ((n iy) 0))) +("sao" nil (((s aw) 1))) +("saone" nil (((s ey) 1) ((ow n) 1))) +("saouma" nil (((s aw) 1) ((y uw) 1) ((m ax) 0))) +("sap" nil (((s ae p) 1))) +("sapanski" nil (((s ax) 0) ((p ae n) 1) ((s k iy) 0))) +("saperstein" nil (((s ey) 1) ((p er) 0) ((s t ay n) 0))) +("saphira" nil (((s aa) 0) ((f ih) 1) ((r ax) 0))) +("sapia" nil (((s aa) 1) ((p iy) 0) ((ax) 0))) +("sapien" nil (((s ae) 1) ((p iy n) 0))) +("sapiens" nil (((s ey) 1) ((p iy) 0) ((ax n z) 0))) +("sapienza" nil (((s aa) 0) ((p iy n) 1) ((z ax) 0))) +("sapiro" nil (((s ax) 0) ((p ih) 1) ((r ow) 0))) +("saplings" nil (((s ae) 1) ((p l ih ng z) 0))) +("sapoa" nil (((s ax) 0) ((p ow) 1) ((ax) 0))) +("sapone" nil (((s aa) 0) ((p ow) 1) ((n iy) 0))) +("saponification" nil (((s ax) 0) ((p aa) 1) ((n ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("saporito" nil (((s aa) 0) ((p ao) 0) ((r iy) 1) ((t ow) 0))) +("sapp" nil (((s ae p) 1))) +("sapped" nil (((s ae p t) 1))) +("sappenfield" nil (((s ax) 0) ((p eh n) 1) ((f iy l d) 0))) +("sapper" nil (((s ae) 1) ((p er) 0))) +("sapphire" nil (((s ae) 1) ((f ay) 0) ((er) 0))) +("sapping" nil (((s ae) 1) ((p ih ng) 0))) +("sappington" nil (((s ae) 1) ((p ih ng) 0) ((t ax n) 0))) +("sapporo" nil (((s ax) 0) ((p ao) 1) ((r ow) 0))) +("saps" nil (((s ae p s) 1))) +("saputo" nil (((s aa) 0) ((p uw) 1) ((t ow) 0))) +("sar" nil (((s aa r) 1))) +("sara" nil (((s eh) 1) ((r ax) 0))) +("sarabia" nil (((s er) 0) ((ey) 1) ((b iy) 0) ((ax) 0))) +("saracco" nil (((s aa) 0) ((r aa) 1) ((k ow) 0))) +("saraceni" nil (((s aa) 0) ((r aa) 0) ((ch eh) 1) ((n iy) 0))) +("saraceno" nil (((s aa) 0) ((r aa) 0) ((ch eh) 1) ((n ow) 0))) +("saracens" nil (((s eh) 1) ((r ax) 0) ((s ax n z) 0))) +("saracino" nil (((s aa) 0) ((r aa) 0) ((ch iy) 1) ((n ow) 0))) +("sarafian" nil (((s er) 0) ((ey) 1) ((f iy) 0) ((ax n) 0))) +("sarafin" nil (((s ae) 1) ((r ax) 0) ((f ih n) 0))) +("sarafina" nil (((s ae) 1) ((r ax) 0) ((f iy) 1) ((n ax) 0))) +("sarah" nil (((s eh) 1) ((r ax) 0))) +("sarajevan" nil (((s aa) 1) ((r ax) 0) ((y ey) 1) ((v ax n) 0))) +("sarajevans" nil (((s aa) 1) ((r ax) 0) ((y ey) 1) ((v ax n z) 0))) +("sarajevo" nil (((s aa) 1) ((r ax) 0) ((y ey) 1) ((v ow) 0))) +("saran" nil (((s er) 0) ((ae n) 1))) +("sarandon" nil (((s eh) 1) ((r ax n) 0) ((d ih n) 0))) +("sarasin" nil (((s eh) 1) ((r ih) 0) ((s ih n) 0))) +("sarasota" nil (((s eh) 1) ((r ax) 0) ((s ow) 1) ((t ax) 0))) +("saratoga" nil (((s eh) 1) ((r ax) 0) ((t ow) 1) ((g ax) 0))) +("saravia" nil (((s er) 0) ((ey) 1) ((v iy) 0) ((ax) 0))) +("sarawak" nil (((s eh) 1) ((r ax) 0) ((w aa k) 0))) +("sarazen" nil (((s eh) 1) ((r ax) 0) ((z ax n) 0))) +("sarazin" nil (((s aa) 0) ((r aa) 0) ((z iy n) 1))) +("sarbanes" nil (((s aa r) 1) ((b ey n z) 1))) +("sarber" nil (((s aa r) 1) ((b er) 0))) +("sarcasm" nil (((s aa r) 1) ((k ae) 1) ((z ax m) 0))) +("sarcastic" nil (((s aa r) 0) ((k ae) 1) ((s t ih k) 0))) +("sarcastically" nil (((s aa r) 0) ((k ae) 1) ((s t ih) 0) ((k l iy) 0))) +("sarchet" nil (((s aa r) 0) ((sh eh t) 1))) +("sarcoma" nil (((s aa r) 0) ((k ow) 1) ((m er) 0))) +("sarcophagus" nil (((s aa r) 0) ((k aa) 1) ((f ax) 0) ((g ax s) 0))) +("sardas" nil (((s aa r) 1) ((d ax s) 0))) +("sardella" nil (((s aa r) 1) ((d eh) 1) ((l ax) 0))) +("sardina" nil (((s aa r) 0) ((d iy) 1) ((n ax) 0))) +("sardinas" nil (((s aa r) 1) ((d ih) 0) ((n ax z) 0))) +("sardine" nil (((s aa r) 0) ((d iy n) 1))) +("sardines" nil (((s aa r) 0) ((d iy n z) 1))) +("sardinha" nil (((s aa r) 1) ((d ih n) 1) ((hh ax) 0))) +("sardinia" nil (((s aa r) 0) ((d iy) 1) ((n iy) 0) ((ax) 0))) +("sardo" nil (((s aa r) 1) ((d ow) 0))) +("sardonic" nil (((s aa r) 0) ((d aa) 1) ((n ih k) 0))) +("sardonically" nil (((s aa r) 0) ((d aa) 1) ((n ih) 0) ((k ax) 0) ((l iy) 0))) +("sare" nil (((s eh r) 1))) +("sarejevo" nil (((s aa) 1) ((r ax) 0) ((y ey) 1) ((v ow) 0))) +("sarene" nil (((s er) 0) ((iy n) 1))) +("sarette" nil (((s er) 0) ((eh t) 1))) +("sarff" nil (((s aa r f) 1))) +("sargasso" nil (((s aa r) 0) ((g ae) 1) ((s ow) 0))) +("sarge" nil (((s aa r jh) 1))) +("sargeant" nil (((s aa r) 1) ((jh ax n t) 0))) +("sargen" nil (((s aa r) 1) ((g ax n) 0))) +("sargent" nil (((s aa r) 1) ((jh ax n t) 0))) +("sargis" nil (((s aa r) 1) ((g ih s) 0))) +("sari" nil (((s aa) 1) ((r iy) 0))) +("sarich" nil (((s ae) 1) ((r ih k) 0))) +("sarine" nil (((s aa) 0) ((r iy) 1) ((n iy) 0))) +("sark" nil (((s aa r k) 1))) +("sarka" nil (((s aa r) 1) ((k ax) 0))) +("sarkar" nil (((s aa r) 1) ((k aa r) 1))) +("sarkis" nil (((s aa r) 1) ((k ih s) 0))) +("sarkisian" nil (((s aa r) 0) ((k ih) 1) ((zh ih n) 0))) +("sarkissian" nil (((s aa r) 0) ((k ih s) 1) ((zh ih n) 0))) +("sarles" nil (((s aa r l z) 1))) +("sarli" nil (((s aa r) 1) ((l iy) 0))) +("sarlo" nil (((s aa r) 1) ((l ow) 0))) +("sarlos" nil (((s aa r) 1) ((l ow s) 0))) +("sarmatian" nil (((s aa r) 0) ((m ey) 1) ((sh ax n) 0))) +("sarmento" nil (((s aa r) 0) ((m eh n) 1) ((t ow) 0))) +("sarmiento" nil (((s aa r) 0) ((m iy n) 1) ((t ow) 0))) +("sarna" nil (((s aa r) 1) ((n ax) 0))) +("sarney" nil (((s aa r) 1) ((n iy) 0))) +("sarni" nil (((s aa r) 1) ((n iy) 0))) +("sarno" nil (((s aa r) 1) ((n ow) 0))) +("sarnoff" nil (((s aa r) 1) ((n ao f) 0))) +("sarnowski" nil (((s er) 0) ((n ao f) 1) ((s k iy) 0))) +("sarofim" nil (((s eh) 1) ((r ax) 0) ((f iy m) 1))) +("sarokin" nil (((s eh) 1) ((r ax) 0) ((k ih n) 0))) +("sarongs" nil (((s er) 0) ((ao ng z) 1))) +("saros" nil (((s aa) 1) ((r ow s) 0))) +("sarra" nil (((s aa) 1) ((r ax) 0))) +("sarratt" nil (((s er) 0) ((ae t) 1))) +("sarrazin" nil (((s aa) 1) ((r ax) 0) ((z ih n) 0))) +("sarrett" nil (((s ae) 1) ((r ih t) 0))) +("sarris" nil (((s ae) 1) ((r ih s) 0))) +("sarro" nil (((s aa) 1) ((r ow) 0))) +("sars" nil (((s aa r z) 1))) +("sarsfield" nil (((s aa r) 1) ((s f iy l d) 0))) +("sartain" nil (((s aa r) 0) ((t ey n) 1))) +("sarti" nil (((s aa r) 1) ((t iy) 0))) +("sartin" nil (((s aa r) 1) ((t ih n) 0))) +("sartor" nil (((s aa r) 1) ((t er) 0))) +("sartori" nil (((s aa r) 0) ((t ao) 1) ((r iy) 0))) +("sartorial" nil (((s aa r) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("sartorius" nil (((s aa r) 0) ((t ao) 1) ((r iy) 0) ((ih s) 0))) +("sartrain" nil (((s aa r) 1) ((t r ey n) 1))) +("sartre" nil (((s aa r) 1) ((t r ax) 0))) +("sartwell" nil (((s aa r) 1) ((t w eh l) 1))) +("sarum" nil (((s ae) 1) ((r ax m) 0))) +("sarver" nil (((s aa r) 1) ((v er) 0))) +("sarvis" nil (((s aa r) 1) ((v ih s) 0))) +("sas" nil (((s ae s) 1))) +("sasaki" nil (((s aa) 0) ((s aa) 1) ((k iy) 0))) +("sasek" nil (((s ae) 1) ((s ih k) 0))) +("sash" nil (((s ae sh) 1))) +("sasha" nil (((s ae) 1) ((sh ax) 0))) +("sashes" nil (((s ae) 1) ((sh ih z) 0))) +("saskatchewan" nil (((s ae) 0) ((s k ae) 1) ((ch ax) 0) ((w ao n) 1))) +("saskatoon" nil (((s ae) 1) ((s k ax) 0) ((t uw n) 1))) +("saslow" nil (((s ae) 1) ((s l ow) 0))) +("sasnett" nil (((s ae) 1) ((s n ih t) 0))) +("sass" nil (((s ae s) 1))) +("sassafras" nil (((s ae) 1) ((s ax) 0) ((f r ae s) 1))) +("sassaman" nil (((s ae) 1) ((s ax) 0) ((m ax n) 0))) +("sassano" nil (((s aa) 0) ((s aa) 1) ((n ow) 0))) +("sasse" nil (((s ae s) 1))) +("sasseen" nil (((s ae) 1) ((s iy n) 0))) +("sasser" nil (((s ae) 1) ((s er) 0))) +("sassi" nil (((s ae) 1) ((s iy) 0))) +("sassman" nil (((s ae) 1) ((s m ax n) 0))) +("sassnet" nil (((s ae) 1) ((s n eh t) 1))) +("sassnets" nil (((s ae) 1) ((s n eh t s) 1))) +("sasso" nil (((s ae) 1) ((s ow) 0))) +("sasson" nil (((s ae) 1) ((s ax n) 0))) +("sassone" nil (((s aa) 0) ((s ow) 1) ((n iy) 0))) +("sassoon" nil (((s ax) 0) ((s uw n) 1))) +("sassy" nil (((s ae) 1) ((s iy) 0))) +("sat" nil (((s ae t) 1))) +("satagaj" nil (((s ae) 1) ((t ax) 0) ((g ay) 1))) +("satan" nil (((s ey) 1) ((t ax n) 0))) +("satanic" nil (((s ax) 0) ((t ae) 1) ((n ih k) 0))) +("satanism" nil (((s ey) 1) ((t ax) 0) ((n ih) 1) ((z ax m) 0))) +("satanist" nil (((s ey) 1) ((t ax) 0) ((n ih s t) 0))) +("satchell" nil (((s ae) 1) ((ch ax l) 0))) +("satcher" nil (((s ae) 1) ((ch er) 0))) +("sated" nil (((s ey) 1) ((t ih d) 0))) +("satellite" nil (((s ae) 1) ((t ax) 0) ((l ay t) 1))) +("satellites" nil (((s ae) 1) ((t ax) 0) ((l ay t s) 1))) +("sater" nil (((s ae) 1) ((t er) 0))) +("sather" nil (((s ae) 1) ((dh er) 0))) +("sathre" nil (((s ae) 1) ((th er) 0))) +("satin" nil (((s ae) 1) ((t ax n) 0))) +("satiny" n (((s ae) 1) ((t ax n y) 0))) +("satire" nil (((s ae) 1) ((t ay) 1) ((er) 0))) +("satires" nil (((s ae) 1) ((t ay) 1) ((er z) 0))) +("satiric" nil (((s ax) 0) ((t ih) 1) ((r ih k) 0))) +("satirical" nil (((s ax) 0) ((t ih) 1) ((r ax) 0) ((k ax l) 0))) +("satirist" nil (((s ae) 1) ((t er) 0) ((ax s t) 0))) +("satirists" nil (((s ae) 1) ((t er) 0) ((ax s t s) 0))) +("satirize" n (((s ae) 1) ((t ax) 0) ((r ay z) 0))) +("satirizes" nil (((s ae) 1) ((t er) 0) ((ay) 1) ((z ih z) 0))) +("satisfaction" nil (((s ae) 1) ((t ax) 0) ((s f ae k) 1) ((sh ax n) 0))) +("satisfactions" nil (((s ae) 1) ((t ax) 0) ((s f ae k) 1) ((sh ax n z) 0))) +("satisfactorily" nil (((s ae) 1) ((t ih) 0) ((s f ae k) 1) ((t r ax) 0) ((l iy) 0))) +("satisfactory" nil (((s ae) 1) ((t ax) 0) ((s f ae k) 1) ((t r iy) 0))) +("satisfied" nil (((s ae) 1) ((t ax) 0) ((s f ay d) 1))) +("satisfies" nil (((s ae) 1) ((t ih) 0) ((s f ay z) 1))) +("satisfy" nil (((s ae) 1) ((t ax) 0) ((s f ay) 1))) +("satisfying" nil (((s ae) 1) ((t ih) 0) ((s f ay) 1) ((ih ng) 0))) +("sato" nil (((s aa) 1) ((t ow) 0))) +("satoshi" nil (((s aa) 0) ((t ow) 1) ((sh iy) 0))) +("satre" nil (((s ey) 1) ((t er) 0))) +("satriani" nil (((s ae) 1) ((t r iy) 0) ((aa) 1) ((n iy) 0))) +("satter" nil (((s ae) 1) ((t er) 0))) +("satterfield" nil (((s ae) 1) ((t er) 0) ((f iy l d) 1))) +("satterlee" nil (((s ae) 1) ((t er) 0) ((l iy) 1))) +("satterly" nil (((s ae) 1) ((t er) 0) ((l iy) 0))) +("satterwhite" nil (((s ae) 1) ((t er) 0) ((w ay t) 1))) +("sattler" nil (((s ae t) 1) ((l er) 0))) +("saturate" nil (((s ae) 1) ((ch er) 0) ((ey t) 1))) +("saturated" nil (((s ae) 1) ((ch er) 0) ((ey) 1) ((t ax d) 0))) +("saturating" nil (((s ae) 1) ((ch er) 0) ((ey) 1) ((t ih ng) 0))) +("saturation" nil (((s ae) 1) ((ch er) 0) ((ey) 1) ((sh ax n) 0))) +("saturday" nil (((s ae) 1) ((t er) 0) ((d ey) 0))) +("saturday" nil (((s ae) 1) ((t er) 0) ((d iy) 0))) +("saturdays" nil (((s ae) 1) ((t er) 0) ((d ey z) 0))) +("saturdays" nil (((s ae) 1) ((t er) 0) ((d iy z) 0))) +("saturn" nil (((s ae) 1) ((t er n) 0))) +("saturns" nil (((s ae) 1) ((t er n z) 0))) +("satya" nil (((s aa) 1) ((t y ax) 0))) +("satyandra" nil (((s aa) 1) ((t y aa n) 1) ((d r ax) 0))) +("satz" nil (((s ae t s) 1))) +("sauber" nil (((s ao) 1) ((b er) 0))) +("sauce" nil (((s ao s) 1))) +("sauceda" nil (((s aw) 0) ((s ey) 1) ((d ax) 0))) +("saucedo" nil (((s aw) 0) ((s ey) 1) ((d ow) 0))) +("saucepan" nil (((s ao) 1) ((s p ae n) 1))) +("saucer" nil (((s ao) 1) ((s er) 0))) +("saucers" nil (((s ao) 1) ((s er z) 0))) +("sauces" nil (((s ao) 1) ((s ax z) 0))) +("saucier" nil (((s ao) 1) ((s iy) 0) ((er) 0))) +("saucy" nil (((s ao) 1) ((s iy) 0))) +("saud" nil (((s ao d) 1))) +("sauder" nil (((s ao) 1) ((d er) 0))) +("saudi" nil (((s ao) 1) ((d iy) 0))) +("saudia" nil (((s ao) 1) ((d iy) 0) ((ax) 0))) +("saudis" nil (((s ao) 1) ((d iy z) 0))) +("sauer" nil (((s aw) 1) ((er) 0))) +("sauerkraut" nil (((s aw) 1) ((er) 0) ((k r aw t) 1))) +("sauers" nil (((s aw) 1) ((er z) 0))) +("sauerteig" nil (((s aw) 1) ((er) 0) ((t ey g) 1))) +("sauerwein" nil (((s aw) 1) ((er) 0) ((w ay n) 0))) +("sauey" nil (((s ao) 1) ((iy) 0))) +("saugerties" nil (((s ao) 1) ((g er) 0) ((t iy z) 0))) +("sauk" nil (((s ao k) 1))) +("saul" nil (((s ao l) 1))) +("saulnier" nil (((s aw l) 1) ((n iy) 0) ((er) 0))) +("sauls" nil (((s ao l z) 1))) +("saulsberry" nil (((s ao l s) 1) ((b eh) 1) ((r iy) 0))) +("saulsbury" nil (((s ao l s) 1) ((b eh) 0) ((r iy) 0))) +("sault" nil (((s ao l t) 1))) +("saulter" nil (((s ao l) 1) ((t er) 0))) +("saulters" nil (((s aw l) 1) ((t er z) 0))) +("saum" nil (((s ao m) 1))) +("sauna" nil (((s ao) 1) ((n ax) 0))) +("saunas" nil (((s ao) 1) ((n ax z) 0))) +("saunders" nil (((s ao n) 1) ((d er z) 0))) +("saunderson" nil (((s ao n) 1) ((d er) 0) ((s ax n) 0))) +("saundra" nil (((s ao n) 1) ((d r ax) 0))) +("saunier" nil (((s ao) 1) ((n iy) 0) ((er) 0))) +("saunter" nil (((s ao n) 1) ((t er) 0))) +("saur" nil (((s ao r) 1))) +("saurer" nil (((s aw) 1) ((er r) 0))) +("sauro" nil (((s ao) 1) ((r ow) 0))) +("saus" nil (((s ao z) 1))) +("sausage" nil (((s ao) 1) ((s ax jh) 0))) +("sausages" nil (((s ao) 1) ((s ih) 0) ((jh ih z) 0))) +("sausalito" nil (((s ao) 1) ((s ax) 0) ((l iy) 1) ((t ow) 0))) +("sause" nil (((s ao z) 1))) +("sauseda" nil (((s aw) 0) ((s ey) 1) ((d ax) 0))) +("sauser" nil (((s aw) 1) ((s er) 0))) +("sausser" nil (((s ao) 1) ((s er) 0))) +("saute" nil (((s ao) 0) ((t ey) 1))) +("sauteed" nil (((s ao) 0) ((t ey d) 1))) +("sauter" nil (((s ao) 0) ((t ey) 1) ((er) 0))) +("sauternes" nil (((s ow) 0) ((t er n z) 1))) +("sautter" nil (((s ao) 1) ((t er) 0))) +("sauvage" nil (((s ao) 1) ((v ih jh) 0))) +("sauvageau" nil (((s ow) 1) ((v ax) 0) ((zh ow) 0))) +("sauve" nil (((s ao v) 1))) +("sauvignon" nil (((s ao) 1) ((v ih) 1) ((n y aa n) 0))) +("sava" nil (((s aa) 1) ((v ax) 0))) +("savage" nil (((s ae) 1) ((v ax jh) 0))) +("savaged" nil (((s ae) 1) ((v ih jh d) 0))) +("savagely" nil (((s ae) 1) ((v ih jh) 0) ((l iy) 0))) +("savagery" nil (((s ae) 1) ((v ih) 0) ((jh eh) 1) ((r iy) 0))) +("savages" nil (((s ae) 1) ((v ax) 0) ((jh ax z) 0))) +("savaging" nil (((s ae) 1) ((v ih) 0) ((jh ih ng) 0))) +("savaiko" nil (((s ax) 0) ((v ey) 1) ((k ow) 0))) +("savala" nil (((s aa) 0) ((v aa) 1) ((l ax) 0))) +("savanna" nil (((s ax) 0) ((v ae) 1) ((n ax) 0))) +("savannah" nil (((s ax) 0) ((v ae) 1) ((n ax) 0))) +("savannas" nil (((s ax) 0) ((v ae) 1) ((n ax z) 0))) +("savant" nil (((s ax) 0) ((v aa n t) 1))) +("savants" nil (((s ae) 1) ((v ax n t s) 0))) +("savard" nil (((s ae) 1) ((v er d) 0))) +("savarese" nil (((s aa) 0) ((v aa) 0) ((r ey) 1) ((z iy) 0))) +("savarino" nil (((s aa) 0) ((v aa) 0) ((r iy) 1) ((n ow) 0))) +("savary" nil (((s ae) 1) ((v eh) 0) ((r iy) 0))) +("savas" nil (((s aa) 1) ((v aa z) 0))) +("savasta" nil (((s ax) 0) ((v ae) 1) ((s t ax) 0))) +("savastano" nil (((s aa) 0) ((v aa) 0) ((s t aa) 1) ((n ow) 0))) +("save" nil (((s ey v) 1))) +("saved" nil (((s ey v d) 1))) +("savedra" nil (((s ax) 0) ((v eh) 1) ((d r ax) 0))) +("savel" nil (((s aa) 0) ((v eh l) 1))) +("savell" nil (((s aa) 0) ((v ey l) 1))) +("savely" nil (((s ey) 1) ((v l iy) 0))) +("saver" nil (((s ey) 1) ((v er) 0))) +("savers" nil (((s ey) 1) ((v er z) 0))) +("savery" nil (((s ey) 1) ((v er) 0) ((iy) 0))) +("saves" nil (((s ey v z) 1))) +("saviano" nil (((s aa) 0) ((v iy) 0) ((aa) 1) ((n ow) 0))) +("savich" nil (((s ae) 1) ((v ih ch) 0))) +("savickas" nil (((s ae) 1) ((v ih) 0) ((k ax z) 0))) +("savidge" nil (((s ae) 1) ((v ih jh) 0))) +("savikas" nil (((s ax) 0) ((v iy) 1) ((k ax s) 0))) +("savill" nil (((s aa) 0) ((v iy l) 1))) +("saville" nil (((s aa) 1) ((v ih l) 0))) +("savimbi" nil (((s ax) 0) ((v ih m) 1) ((b iy) 0))) +("savin" nil (((s ae) 1) ((v ih n) 0))) +("savina" nil (((s ax) 0) ((v iy) 1) ((n ax) 0))) +("saving" nil (((s ey) 1) ((v ih ng) 0))) +("savings" nil (((s ey) 1) ((v ih ng z) 0))) +("savini" nil (((s aa) 0) ((v iy) 1) ((n iy) 0))) +("savino" nil (((s aa) 0) ((v iy) 1) ((n ow) 0))) +("savio" nil (((s aa) 1) ((v iy) 0) ((ow) 0))) +("savior" nil (((s ey) 1) ((v y er) 0))) +("saviors" n (((s ey) 1) ((v y er z) 0))) +("savitch" nil (((s ae) 1) ((v ih ch) 0))) +("savitsky" nil (((s ax) 0) ((v ih t) 1) ((s k iy) 0))) +("savitt" nil (((s ax) 0) ((v ih t) 1))) +("savitz" nil (((s ae) 1) ((v ih t s) 0))) +("savko" nil (((s ae v) 1) ((k ow) 0))) +("savo" nil (((s aa) 1) ((v ow) 0))) +("savoca" nil (((s aa) 0) ((v ow) 1) ((k ax) 0))) +("savoia" nil (((s aa) 0) ((v ow) 1) ((y ax) 0))) +("savoie" nil (((s aa v) 1) ((w aa) 0))) +("savona" nil (((s aa) 0) ((v ow) 1) ((n ax) 0))) +("savor" nil (((s ey) 1) ((v er) 0))) +("savored" nil (((s ey) 1) ((v er d) 0))) +("savoring" nil (((s ey) 1) ((v er) 0) ((ih ng) 0))) +("savors" nil (((s ey) 1) ((v er z) 0))) +("savory" nil (((s ey) 1) ((v er) 0) ((iy) 0))) +("savoy" nil (((s ax) 0) ((v oy) 1))) +("savr" nil (((s ey) 1) ((v er) 0))) +("savviest" nil (((s ae) 1) ((v iy) 0) ((ih s t) 0))) +("savvy" nil (((s ae) 1) ((v iy) 0))) +("saw" nil (((s ao) 1))) +("sawa" nil (((s ao) 1) ((w ax) 0))) +("sawall" nil (((s ao) 1) ((w ao l) 0))) +("sawasdee" nil (((s ax) 0) ((w aa z) 1) ((d iy) 0))) +("sawatzky" nil (((s ax) 0) ((w aa t) 1) ((s k iy) 0))) +("sawaya" nil (((s ao) 0) ((w aa) 1) ((y ax) 0))) +("sawchuk" nil (((s ao) 1) ((ch ax k) 0))) +("sawdey" nil (((s ao) 1) ((d iy) 0))) +("sawdon" nil (((s ao) 1) ((d ax n) 0))) +("sawdust" nil (((s ao) 1) ((d ah s t) 1))) +("sawdy" nil (((s ao) 1) ((d iy) 0))) +("sawed" nil (((s ao d) 1))) +("sawhill" nil (((s ao) 1) ((hh ih l) 1))) +("sawicki" nil (((s ao) 0) ((ih t) 1) ((s k iy) 0))) +("sawicz" nil (((s aw) 1) ((ih t s) 0))) +("sawin" nil (((s ao) 1) ((iy n) 0))) +("sawing" nil (((s ao) 1) ((ih ng) 0))) +("sawka" nil (((s ao) 1) ((k ax) 0))) +("sawmill" nil (((s ao) 1) ((m ih l) 1))) +("sawmills" nil (((s ao) 1) ((m ih l z) 1))) +("saws" nil (((s ao z) 1))) +("sawtell" nil (((s ao) 1) ((t eh l) 1))) +("sawtelle" nil (((s ao) 1) ((t eh l) 1))) +("sawyer" nil (((s ao) 1) ((y er) 0))) +("sawyers" nil (((s ao) 1) ((y er z) 0))) +("sax" nil (((s ae k s) 1))) +("saxby" nil (((s ae k s) 1) ((b iy) 0))) +("saxe" nil (((s ae k s) 1))) +("saxena" nil (((s ae k) 1) ((s ih) 0) ((n ax) 0))) +("saxer" nil (((s ae k) 1) ((s er) 0))) +("saxman" nil (((s ae k) 1) ((s m ax n) 0))) +("saxon" nil (((s ae k) 1) ((s ax n) 0))) +("saxona" nil (((s ae k) 1) ((s ax) 0) ((n ax) 0))) +("saxons" nil (((s ae k) 1) ((s ax n z) 0))) +("saxony" nil (((s ae k) 1) ((s ax) 0) ((n iy) 0))) +("saxophone" nil (((s ae k) 1) ((s ax) 0) ((f ow n) 1))) +("saxophones" nil (((s ae k) 1) ((s ax) 0) ((f ow n z) 1))) +("saxophonist" nil (((s ae k) 1) ((s ax) 0) ((f ow) 1) ((n ih s t) 0))) +("saxton" nil (((s ae k) 1) ((s t ax n) 0))) +("say" nil (((s ey) 1))) +("sayad" nil (((s ay) 1) ((ae d) 0))) +("saybrook" nil (((s ey) 1) ((b r uh k) 1))) +("saye" nil (((s ey) 1))) +("sayed" nil (((s aa) 1) ((y eh d) 1))) +("sayegh" nil (((s ey) 1) ((ih g) 0))) +("sayer" nil (((s ey) 1) ((er) 0))) +("sayers" nil (((s ey) 1) ((er z) 0))) +("saying" nil (((s ey) 1) ((ih ng) 0))) +("sayings" nil (((s ey) 1) ((ih ng z) 0))) +("sayle" nil (((s ey l) 1))) +("sayler" nil (((s ey) 1) ((l er) 0))) +("sayles" nil (((s ey l z) 1))) +("saylor" nil (((s ey) 1) ((l er) 0))) +("saylors" nil (((s ey) 1) ((l er z) 0))) +("sayre" nil (((s eh r) 1))) +("sayres" nil (((s eh r z) 1))) +("says" nil (((s eh z) 1))) +("sazama" nil (((s aa) 0) ((z aa) 1) ((m ax) 0))) +("sbarro" nil (((s) 0) ((b aa) 1) ((r ow) 0))) +("sbf" nil (((eh s) 1) ((b iy) 1) ((eh f) 1))) +("scab" nil (((s k ae b) 1))) +("scabbard" nil (((s k ae) 1) ((b er d) 0))) +("scabs" nil (((s k ae b z) 1))) +("scaccia" nil (((s k aa) 1) ((ch ax) 0))) +("scadden" nil (((s k ae) 1) ((d ax n) 0))) +("scads" nil (((s k ae d z) 1))) +("scaduto" nil (((s k aa) 0) ((d uw) 1) ((t ow) 0))) +("scaff" nil (((s k ae f) 1))) +("scaffidi" nil (((s k aa) 0) ((f iy) 1) ((d iy) 0))) +("scaffold" nil (((s k ae) 1) ((f ax l d) 0))) +("scaffolding" nil (((s k ae) 1) ((f ax l) 0) ((d ih ng) 0))) +("scaffolds" nil (((s k ae) 1) ((f ax l d z) 0))) +("scafidi" nil (((s k aa) 0) ((f iy) 1) ((d iy) 0))) +("scaggs" nil (((s k ae g z) 1))) +("scaglione" nil (((s k ae) 1) ((g l iy) 0) ((ow) 1) ((n iy) 0))) +("scahill" nil (((s k ey) 1) ((hh ih l) 1))) +("scaife" nil (((s k ey f) 1))) +("scala" nil (((s k aa) 1) ((l ax) 0))) +("scalar" nil (((s k ey) 1) ((l er) 0))) +("scalding" nil (((s k ao l) 1) ((d ih ng) 0))) +("scalds" nil (((s k ao l d z) 1))) +("scale" nil (((s k ey l) 1))) +("scaled" nil (((s k ey l d) 1))) +("scalera" nil (((s k aa) 0) ((l eh) 1) ((r ax) 0))) +("scales" nil (((s k ey l z) 1))) +("scalese" nil (((s k aa) 0) ((l ey) 1) ((z iy) 0))) +("scalf" nil (((s k ae l f) 1))) +("scalfaro" nil (((s k ae l) 1) ((f aa) 1) ((r ow) 0))) +("scali" nil (((s k aa) 1) ((l iy) 0))) +("scalia" nil (((s k aa) 1) ((l iy) 0) ((ax) 0))) +("scaling" nil (((s k ey) 1) ((l ih ng) 0))) +("scalise" nil (((s k aa) 1) ((l ay z) 0))) +("scalisi" nil (((s k aa) 0) ((l iy) 1) ((s iy) 0))) +("scallan" nil (((s k ae) 1) ((l ax n) 0))) +("scallion" nil (((s k ae) 1) ((l y ax n) 0))) +("scallions" nil (((s k ae) 1) ((l y ax n z) 0))) +("scallon" nil (((s k ae) 1) ((l ax n) 0))) +("scallop" nil (((s k ae) 1) ((l ax p) 0))) +("scalloped" nil (((s k aa) 1) ((l ax p t) 0))) +("scallops" nil (((s k ae) 1) ((l ax p s) 0))) +("scally" nil (((s k ae) 1) ((l iy) 0))) +("scalp" nil (((s k ae l p) 1))) +("scalped" nil (((s k ae l p t) 1))) +("scalpel" nil (((s k ae l) 1) ((p ax l) 0))) +("scalpels" nil (((s k ae l) 1) ((p ax l z) 0))) +("scalpers" nil (((s k ae l) 1) ((p er z) 0))) +("scalping" nil (((s k ae l) 1) ((p ih ng) 0))) +("scalps" nil (((s k ae l p s) 1))) +("scalzi" nil (((s k aa l) 1) ((z iy) 0))) +("scalzitti" nil (((s k aa l) 0) ((z iy) 1) ((t iy) 0))) +("scalzo" nil (((s k aa l) 1) ((z ow) 0))) +("scam" nil (((s k ae m) 1))) +("scammell" nil (((s k ae) 1) ((m ax l) 0))) +("scammers" nil (((s k ae) 1) ((m er z) 0))) +("scammon" nil (((s k ae) 1) ((m ax n) 0))) +("scamper" nil (((s k ae m) 1) ((p er) 0))) +("scampered" nil (((s k ae m) 1) ((p er d) 0))) +("scampering" nil (((s k ae m) 1) ((p er) 0) ((ih ng) 0))) +("scams" nil (((s k ae m z) 1))) +("scan" nil (((s k ae n) 1))) +("scandal" nil (((s k ae n) 1) ((d ax l) 0))) +("scandalized" nil (((s k ae n) 1) ((d ax) 0) ((l ay z d) 1))) +("scandalous" nil (((s k ae n) 1) ((d ax) 0) ((l ax s) 0))) +("scandals" nil (((s k ae n) 1) ((d ax l z) 0))) +("scandia" nil (((s k ae n) 1) ((d iy) 0) ((ax) 0))) +("scandinavia" nil (((s k ae n) 1) ((d ih) 0) ((n ey) 1) ((v iy) 0) ((ax) 0))) +("scandinavian" nil (((s k ae n) 1) ((d ih) 0) ((n ey) 1) ((v iy) 0) ((ax n) 0))) +("scandinavians" nil (((s k ae n) 1) ((d ih) 0) ((n ey) 1) ((v iy) 0) ((ax n z) 0))) +("scania" nil (((s k aa) 1) ((n iy) 0) ((ax) 0))) +("scanlan" nil (((s k ae n) 1) ((l ax n) 0))) +("scanland" nil (((s k ae n) 1) ((l ax n d) 0))) +("scanlin" nil (((s k ae n) 1) ((l ih n) 0))) +("scanlon" nil (((s k ae n) 1) ((l ax n) 0))) +("scanned" nil (((s k ae n d) 1))) +("scannell" nil (((s k ae) 1) ((n ax l) 0))) +("scanner" nil (((s k ae) 1) ((n er) 0))) +("scanners" nil (((s k ae) 1) ((n er z) 0))) +("scanning" nil (((s k ae) 1) ((n ih ng) 0))) +("scans" nil (((s k ae n z) 1))) +("scant" nil (((s k ae n t) 1))) +("scantily" nil (((s k ae n) 1) ((t ax) 0) ((l iy) 0))) +("scantiness" nil (((s k ae n) 1) ((t iy) 0) ((n ax s) 0))) +("scantlin" nil (((s k ae n t) 1) ((l ih n) 0))) +("scanty" nil (((s k ae n) 1) ((t iy) 0))) +("scapa" nil (((s k aa) 1) ((p ax) 0))) +("scapegoat" nil (((s k ey p) 1) ((g ow t) 1))) +("scapegoating" nil (((s k ey p) 1) ((g ow) 1) ((t ih ng) 0))) +("scapegoats" nil (((s k ey p) 1) ((g ow t s) 1))) +("scapula" nil (((s k ae) 1) ((p y ax) 0) ((l ax) 0))) +("scar" nil (((s k aa r) 1))) +("scaramouch" nil (((s k ae) 1) ((r ax) 0) ((m aw ch) 1))) +("scarano" nil (((s k aa) 0) ((r aa) 1) ((n ow) 0))) +("scarberry" nil (((s k aa r) 1) ((b eh) 1) ((r iy) 0))) +("scarborough" nil (((s k aa r) 1) ((b er) 1) ((ow) 0))) +("scarbro" nil (((s k aa r) 1) ((b r ow) 0))) +("scarbrough" nil (((s k aa r) 1) ((b r aw) 0))) +("scarce" nil (((s k eh r s) 1))) +("scarcella" nil (((s k aa r) 1) ((s eh) 1) ((l ax) 0))) +("scarcely" nil (((s k eh r) 1) ((s l iy) 0))) +("scarcer" nil (((s k aa r) 1) ((s er) 0))) +("scarcity" nil (((s k eh r) 1) ((s ih) 0) ((t iy) 0))) +("scardina" nil (((s k aa r) 0) ((d iy) 1) ((n ax) 0))) +("scardino" nil (((s k aa r) 0) ((d iy) 1) ((n ow) 0))) +("scare" nil (((s k eh r) 1))) +("scared" nil (((s k eh r d) 1))) +("scares" nil (((s k eh r z) 1))) +("scarf" nil (((s k aa r f) 1))) +("scarface" nil (((s k aa r) 1) ((f ey s) 1))) +("scarff" nil (((s k aa r f) 1))) +("scarfo" nil (((s k aa r) 1) ((f ow) 0))) +("scarfs" nil (((s k aa r f s) 1))) +("scargill" nil (((s k aa r) 1) ((g ih l) 1))) +("scarier" nil (((s k eh) 1) ((r iy) 0) ((er) 0))) +("scariest" nil (((s k eh) 1) ((r iy) 0) ((ax s t) 0))) +("scaring" nil (((s k eh) 1) ((r ih ng) 0))) +("scarlata" nil (((s k aa r) 0) ((l aa) 1) ((t ax) 0))) +("scarlet" nil (((s k aa r) 1) ((l ax t) 0))) +("scarlett" nil (((s k aa r) 1) ((l ih t) 0))) +("scarola" nil (((s k aa) 0) ((r ow) 1) ((l ax) 0))) +("scarp" nil (((s k aa r p) 1))) +("scarpa" nil (((s k aa r) 1) ((p ax) 0))) +("scarpati" nil (((s k aa r) 0) ((p aa) 1) ((t iy) 0))) +("scarpelli" nil (((s k aa r) 0) ((p eh) 1) ((l iy) 0))) +("scarpello" nil (((s k aa r) 1) ((p eh) 1) ((l ow) 0))) +("scarpino" nil (((s k aa r) 0) ((p iy) 1) ((n ow) 0))) +("scarpone" nil (((s k aa r) 0) ((p ow) 1) ((n iy) 0))) +("scarpulla" nil (((s k aa r) 1) ((p uh) 1) ((l ax) 0))) +("scarred" nil (((s k aa r d) 1))) +("scarring" nil (((s k aa) 1) ((r ih ng) 0))) +("scarry" nil (((s k ae) 1) ((r iy) 0))) +("scars" nil (((s k aa r z) 1))) +("scarsdale" nil (((s k aa r z) 1) ((d ey l) 1))) +("scarsella" nil (((s k aa r) 1) ((s eh) 1) ((l ax) 0))) +("scarves" nil (((s k aa r v z) 1))) +("scary" nil (((s k eh) 1) ((r iy) 0))) +("scat" nil (((s k ae t) 1))) +("scatena" nil (((s k aa) 0) ((t eh) 1) ((n ax) 0))) +("scates" nil (((s k ey t s) 1))) +("scathing" nil (((s k ey) 1) ((dh ih ng) 0))) +("scatter" nil (((s k ae) 1) ((t er) 0))) +("scattered" nil (((s k ae) 1) ((t er d) 0))) +("scattergood" nil (((s k ae) 1) ((t er) 0) ((g uh d) 1))) +("scattering" nil (((s k ae) 1) ((t er) 0) ((ih ng) 0))) +("scattershot" nil (((s k ae) 1) ((t er) 0) ((sh aa t) 1))) +("scaturro" nil (((s k aa) 0) ((t uh) 1) ((r ow) 0))) +("scavenge" nil (((s k ae) 1) ((v ax n jh) 0))) +("scavenger" nil (((s k ae) 1) ((v ax n) 0) ((jh er) 0))) +("scavengers" nil (((s k ae) 1) ((v ax n) 0) ((jh er z) 0))) +("scavenging" n (((s k ae) 1) ((v ax n) 0) ((jh ax ng) 0))) +("scavo" nil (((s k aa) 1) ((v ow) 0))) +("scavone" nil (((s k ax) 0) ((v ow n) 1))) +("scavuzzo" nil (((s k aa) 0) ((v uw) 1) ((z ow) 0))) +("scearce" nil (((s er s) 1))) +("scenario" nil (((s ih) 0) ((n eh) 1) ((r iy) 0) ((ow) 0))) +("scenarios" nil (((s ih) 0) ((n eh) 1) ((r iy) 0) ((ow z) 0))) +("scene" nil (((s iy n) 1))) +("sceneries" nil (((s iy) 1) ((n er) 0) ((iy z) 0))) +("scenery" nil (((s iy) 1) ((n er) 0) ((iy) 0))) +("scenes" nil (((s iy n z) 1))) +("scenic" nil (((s iy) 1) ((n ih k) 0))) +("scent" nil (((s eh n t) 1))) +("scented" nil (((s eh n) 1) ((t ih d) 0))) +("scents" nil (((s eh n t s) 1))) +("sceptre" nil (((s eh p) 1) ((t er) 0))) +("scerbo" nil (((s k eh r) 1) ((b ow) 0))) +("schaab" nil (((sh aa b) 1))) +("schaack" nil (((sh aa k) 1))) +("schaad" nil (((sh aa d) 1))) +("schaadt" nil (((sh aa t) 1))) +("schaaf" nil (((sh aa f) 1))) +("schaafsma" nil (((sh aa f) 1) ((s m ax) 0))) +("schaal" nil (((sh aa l) 1))) +("schaap" nil (((sh aa p) 1))) +("schaar" nil (((sh aa r) 1))) +("schab" nil (((sh ae b) 1))) +("schabacker" nil (((sh aa) 1) ((b ae) 1) ((k er) 0))) +("schabel" nil (((sh ae) 1) ((b ax l) 0))) +("schaben" nil (((sh ae) 1) ((b ax n) 0))) +("schaber" nil (((sh ey) 1) ((b er) 0))) +("schaberg" nil (((sh aa) 1) ((b er g) 0))) +("schabes" nil (((sh ey b z) 1))) +("schacher" nil (((sh ae) 1) ((k er) 0))) +("schachner" nil (((sh ae k) 1) ((n er) 0))) +("schacht" nil (((sh ae k t) 1))) +("schachter" nil (((sh ae k) 1) ((t er) 0))) +("schack" nil (((sh ae k) 1))) +("schad" nil (((sh ae d) 1))) +("schade" nil (((sh ey d) 1))) +("schadel" nil (((sh ae) 1) ((d ax l) 0))) +("schaden" nil (((sh ae) 1) ((d ax n) 0))) +("schader" nil (((sh ey) 1) ((d er) 0))) +("schadler" nil (((sh ey) 1) ((d ax) 0) ((l er) 0))) +("schadt" nil (((sh ae t) 1))) +("schaecher" nil (((sh eh) 1) ((k er) 0))) +("schaedel" nil (((sh eh) 1) ((d ax l) 0))) +("schaedler" nil (((sh eh) 1) ((d ax) 0) ((l er) 0))) +("schaefer" nil (((sh ey) 1) ((f er) 0))) +("schaefers" nil (((sh ey f r z) 1))) +("schaeffer" nil (((sh eh) 1) ((f er) 0))) +("schaer" nil (((sh aa) 1) ((er) 0))) +("schafer" nil (((sh ey) 1) ((f er) 0))) +("schaff" nil (((sh ae f) 1))) +("schaffer" nil (((sh ey) 1) ((f er) 0))) +("schaffert" nil (((sh ae) 1) ((f er t) 0))) +("schaffner" nil (((sh ae f) 1) ((n er) 0))) +("schaible" nil (((s k ey) 1) ((b ax l) 0))) +("schairer" nil (((sh ay) 1) ((er r) 0))) +("schaja" nil (((sh aa) 1) ((jh ax) 0))) +("schake" nil (((sh ey k) 1))) +("schalk" nil (((sh ao k) 1))) +("schall" nil (((sh ao l) 1))) +("schaller" nil (((sh ao) 1) ((l er) 0))) +("schallock" nil (((sh ae) 1) ((l ax k) 0))) +("schalow" nil (((sh ae) 1) ((l ow) 0))) +("schama" nil (((sh aa) 1) ((m ax) 0))) +("schamber" nil (((sh ae m) 1) ((b er) 0))) +("schamberger" nil (((sh ae m) 1) ((b er) 0) ((g er) 0))) +("schamel" nil (((sh ae) 1) ((m ax l) 0))) +("schamp" nil (((sh ae m p) 1))) +("schanbacher" nil (((sh ae n) 1) ((b aa) 1) ((k er) 0))) +("schanck" nil (((sh ae ng k) 1))) +("schaner" nil (((sh ey) 1) ((n er) 0))) +("schank" nil (((sh ae ng k) 1))) +("schantz" nil (((sh ae n t s) 1))) +("schanz" nil (((sh ae n s) 1))) +("schaper" nil (((sh ey) 1) ((p er) 0))) +("schapiro" nil (((sh ae) 1) ((p ay) 0) ((r ow) 0))) +("schappell" nil (((sh ae) 1) ((p ax l) 0))) +("schappert" nil (((sh ae) 1) ((p er t) 0))) +("schar" nil (((sh aa r) 1))) +("schara" nil (((s k ae) 1) ((r ax) 0))) +("schardt" nil (((sh aa r t) 1))) +("scharenberg" nil (((sh eh) 1) ((r ax n) 0) ((b er g) 0))) +("scharer" nil (((sh eh) 1) ((r er) 0))) +("scharf" nil (((sh aa r f) 1))) +("scharfe" nil (((s k aa r f) 1))) +("scharfenberg" nil (((sh aa r) 1) ((f ax n) 0) ((b er g) 0))) +("scharff" nil (((sh aa r f) 1))) +("scharffenberger" nil (((sh aa r) 1) ((f ax n) 0) ((b er) 0) ((g er) 0))) +("scharlau" nil (((sh aa r) 1) ((l aw) 0))) +("scharnhorst" nil (((sh aa r n) 1) ((hh ao r s t) 0))) +("scharp" nil (((sh aa r p) 1))) +("scharpf" nil (((sh aa r p f) 1))) +("scharr" nil (((sh aa r) 1))) +("scharrer" nil (((sh aa) 1) ((r er) 0))) +("schartz" nil (((sh aa r t s) 1))) +("schattner" nil (((sh ae t) 1) ((n er) 0))) +("schatz" nil (((sh ae t s) 1))) +("schatzberg" nil (((sh ae t s) 1) ((b er g) 0))) +("schatzel" nil (((sh ae t) 1) ((z ax l) 0))) +("schatzman" nil (((sh ae t z) 1) ((m ax n) 0))) +("schau" nil (((sh ow) 1))) +("schaub" nil (((sh ao b) 1))) +("schauble" nil (((sh ow) 1) ((b ax l) 0))) +("schauer" nil (((sh aw) 1) ((er) 0))) +("schauf" nil (((sh aw f) 1))) +("schaufler" nil (((sh aw) 1) ((f ax) 0) ((l er) 0))) +("schaul" nil (((sh ow l) 1))) +("schaum" nil (((sh ow m) 1))) +("schaumberg" nil (((sh ow m) 1) ((b er g) 0))) +("schaumburg" nil (((sh aw m) 1) ((b er g) 0))) +("schaus" nil (((s k) 0) ((hh aw s) 1))) +("schaut" nil (((sh ow t) 1))) +("schave" nil (((sh ey v) 1))) +("schear" nil (((sh ih r) 1))) +("schechter" nil (((sh eh k) 1) ((t er) 0))) +("schechtman" nil (((sh eh k t) 1) ((m ax n) 0))) +("scheck" nil (((sh eh k) 1))) +("scheckel" nil (((sh eh) 1) ((k ax l) 0))) +("schecter" nil (((sh eh k) 1) ((t er) 0))) +("schedler" nil (((sh eh) 1) ((d ax) 0) ((l er) 0))) +("schedule" nil (((s k eh) 1) ((jh uh l) 0))) +("scheduled" nil (((s k eh) 1) ((jh uh l d) 0))) +("schedulers" nil (((s k eh d) 1) ((jh uh) 0) ((l er z) 0))) +("schedules" nil (((s k eh) 1) ((jh uh l z) 0))) +("scheduling" nil (((s k eh) 1) ((jh uh) 0) ((l ih ng) 0))) +("scheel" nil (((sh iy l) 1))) +("scheele" nil (((sh iy l) 1))) +("scheeler" nil (((sh iy) 1) ((l er) 0))) +("scheer" nil (((sh ih r) 1))) +("scheerer" nil (((sh ih) 1) ((r er) 0))) +("scheets" nil (((sh iy t s) 1))) +("scheetz" nil (((sh iy t s) 1))) +("scheff" nil (((sh eh f) 1))) +("scheffel" nil (((sh eh) 1) ((f ax l) 0))) +("scheffer" nil (((sh eh) 1) ((f er) 0))) +("scheffler" nil (((sh eh) 1) ((f ax) 0) ((l er) 0))) +("schehr" nil (((sh eh r) 1))) +("scheib" nil (((sh ay b) 1))) +("scheibe" nil (((sh ay b) 1))) +("scheibel" nil (((sh ay) 1) ((b ax l) 0))) +("scheiber" nil (((sh ay) 1) ((b er) 0))) +("scheible" nil (((s k ay) 1) ((b ax l) 0))) +("scheibner" nil (((sh ay b) 1) ((n er) 0))) +("scheid" nil (((sh ay d) 1))) +("scheidecker" nil (((sh ay) 1) ((d ih) 0) ((k er) 0))) +("scheidegger" nil (((sh ay) 1) ((d ih) 0) ((g er) 0))) +("scheidel" nil (((sh ay) 1) ((d ax l) 0))) +("scheider" nil (((sh ay) 1) ((d er) 0))) +("scheiderer" nil (((sh ay) 1) ((d er) 0) ((er) 0))) +("scheidler" nil (((sh ay) 1) ((d ax) 0) ((l er) 0))) +("scheidt" nil (((sh ay t) 1))) +("scheier" nil (((sh ay) 1) ((er) 0))) +("scheiman" nil (((sh ay) 1) ((m ax n) 0))) +("schein" nil (((sh ay n) 1))) +("scheinberg" nil (((sh ay n) 1) ((b er g) 0))) +("scheiner" nil (((sh ay) 1) ((n er) 0))) +("scheirer" nil (((sh ay) 1) ((er r) 0))) +("scheler" nil (((sh iy) 1) ((l er) 0))) +("schelin" nil (((sh eh) 1) ((l ih n) 0))) +("schell" nil (((s k eh l) 1))) +("schellenberg" nil (((sh eh) 1) ((l ax n) 0) ((b er g) 0))) +("schellenberger" nil (((sh eh) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("schellenger" nil (((sh eh) 1) ((l ih n) 0) ((jh er) 0))) +("scheller" nil (((s k eh) 1) ((l er) 0))) +("schellhammer" nil (((sh eh l) 1) ((hh ax) 0) ((m er) 0))) +("schellhase" nil (((sh eh l) 1) ((hh ax s) 0))) +("schellhorn" nil (((sh eh l) 1) ((hh er n) 0))) +("schelling" nil (((s k eh) 1) ((l ih ng) 0))) +("schellinger" nil (((sh eh) 1) ((l ih ng) 0) ((er) 0))) +("schemata" nil (((s k ih) 0) ((m ae) 1) ((t ax) 0))) +("schematic" nil (((s k ih) 0) ((m ae) 1) ((t ih k) 0))) +("schembri" nil (((sh eh m) 1) ((b r iy) 0))) +("scheme" nil (((s k iy m) 1))) +("schemed" nil (((s k iy m d) 1))) +("schemel" nil (((sh eh) 1) ((m ax l) 0))) +("schemer" nil (((s k iy) 1) ((m er) 0))) +("schemes" nil (((s k iy m z) 1))) +("scheming" nil (((s k iy) 1) ((m ih ng) 0))) +("schemm" nil (((sh eh m) 1))) +("schemmel" nil (((sh eh) 1) ((m ax l) 0))) +("schempf" nil (((sh eh m f) 1))) +("schempp" nil (((sh eh m p) 1))) +("schena" nil (((sh iy) 1) ((n ax) 0))) +("schenck" nil (((sh eh ng k) 1))) +("schendel" nil (((sh eh n) 1) ((d ax l) 0))) +("schenectady" nil (((s k ax) 0) ((n eh k) 1) ((t ax) 0) ((d iy) 0))) +("schenk" nil (((sh eh ng k) 1))) +("schenkel" nil (((sh eh ng) 1) ((k ax l) 0))) +("schenker" nil (((sh eh ng) 1) ((k er) 0))) +("schenley" nil (((sh eh n) 1) ((l iy) 0))) +("scheper" nil (((sh iy) 1) ((p er) 0))) +("schepers" nil (((sh iy) 1) ((p er z) 0))) +("schepis" nil (((sh eh) 1) ((p ih s) 0))) +("schepp" nil (((sh eh p) 1))) +("scher" nil (((sh er) 1))) +("scherb" nil (((sh er b) 1))) +("scherbarth" nil (((sh er) 1) ((b aa r th) 0))) +("scherer" nil (((sh ih) 1) ((r er) 0))) +("scherf" nil (((sh er f) 1))) +("scherff" nil (((sh er f) 1))) +("scherger" nil (((sh er) 1) ((g er) 0))) +("schering" nil (((sh er) 1) ((ih ng) 0))) +("scherlis" nil (((sh er) 1) ((l ih s) 0))) +("scherman" nil (((sh er) 1) ((m ax n) 0))) +("schermer" nil (((sh er) 1) ((m er) 0))) +("schermerhorn" nil (((sh er) 1) ((m er) 0) ((hh er n) 0))) +("scherr" nil (((sh eh r) 1))) +("scherrer" nil (((sh eh) 1) ((r er) 0))) +("schertz" nil (((sh er t s) 1))) +("schertzer" nil (((sh er t) 1) ((s er) 0))) +("scherz" nil (((sh er z) 1))) +("scherzer" nil (((sh er) 1) ((z er) 0))) +("scherzinger" nil (((sh er) 1) ((z ih ng) 0) ((er) 0))) +("schetter" nil (((sh eh) 1) ((t er) 0))) +("schettino" nil (((sh eh) 1) ((t iy) 0) ((n ow) 0))) +("schettler" nil (((sh eh) 1) ((t ax) 0) ((l er) 0))) +("scheu" nil (((sh oy) 1))) +("scheuer" nil (((sh oy) 1) ((er) 0))) +("scheuerman" nil (((sh oy) 1) ((er) 0) ((m ax n) 0))) +("scheuermann" nil (((sh oy) 1) ((er) 0) ((m ax n) 0))) +("scheufler" nil (((sh oy) 1) ((f ax) 0) ((l er) 0))) +("scheunemann" nil (((sh oy n) 1) ((m ax n) 0))) +("scheurer" nil (((sh er) 1) ((er) 0))) +("scheurich" nil (((sh oy) 1) ((r ih k) 0))) +("scheuring" nil (((sh er) 1) ((ih ng) 0))) +("scheve" nil (((sh iy v) 1))) +("schewe" nil (((sh) 0) ((y uw) 1))) +("schexnayder" nil (((sh eh k) 1) ((s n ey) 0) ((d er) 0))) +("schexnider" nil (((sh eh k) 1) ((s n ay) 0) ((d er) 0))) +("schey" nil (((sh ey) 1))) +("schiano" nil (((s k iy) 0) ((aa) 1) ((n ow) 0))) +("schiappa" nil (((s k iy) 0) ((aa) 1) ((p ax) 0))) +("schiavi" nil (((s k iy) 0) ((aa) 1) ((v iy) 0))) +("schiavo" nil (((s k iy) 0) ((aa) 1) ((v ow) 0))) +("schiavone" nil (((s k iy) 0) ((aa) 0) ((v ow) 1) ((n iy) 0))) +("schiavoni" nil (((s k iy) 0) ((aa) 0) ((v ow) 1) ((n iy) 0))) +("schick" nil (((sh ih k) 1))) +("schicker" nil (((sh ih) 1) ((k er) 0))) +("schickler" nil (((sh ih) 1) ((k ax) 0) ((l er) 0))) +("schickling" nil (((sh ih) 1) ((k ax) 0) ((l ih ng) 0))) +("schiebel" nil (((sh iy) 1) ((b ax l) 0))) +("schieber" nil (((sh iy) 1) ((b er) 0))) +("schiefelbein" nil (((sh iy) 1) ((f ih l) 0) ((b ay n) 0))) +("schiefer" nil (((sh iy) 1) ((f er) 0))) +("schieffelin" nil (((sh iy) 1) ((f ax) 0) ((l ih n) 0))) +("schieffer" nil (((sh iy) 1) ((f er) 0))) +("schiel" nil (((sh iy l) 1))) +("schield" nil (((sh iy l d) 1))) +("schiele" nil (((sh iy l) 1))) +("schielke" nil (((sh iy l k) 1))) +("schiemann" nil (((sh iy) 1) ((m ax n) 0))) +("schier" nil (((sh ay) 1) ((er) 0))) +("schieren" nil (((sh ih) 1) ((r ax n) 0))) +("schierl" nil (((sh ih r l) 1))) +("schiess" nil (((sh iy s) 1))) +("schiesser" nil (((sh iy) 1) ((s er) 0))) +("schiewe" nil (((sh iy) 1) ((w iy) 0))) +("schifano" nil (((s k iy) 0) ((f aa) 1) ((n ow) 0))) +("schiff" nil (((sh ih f) 1))) +("schiffbauer" nil (((sh ih f) 1) ((b aw) 0) ((er) 0))) +("schiffer" nil (((sh ih) 1) ((f er) 0))) +("schiffler" nil (((sh ih) 1) ((f ax) 0) ((l er) 0))) +("schiffman" nil (((sh ih f) 1) ((m ax n) 0))) +("schiffner" nil (((sh ih f) 1) ((n er) 0))) +("schild" nil (((sh ay l d) 1))) +("schilder" nil (((sh ay l) 1) ((d er) 0))) +("schildknecht" nil (((sh ay l d) 1) ((k ax) 0) ((n eh k t) 1))) +("schildt" nil (((sh ih l t) 1))) +("schilke" nil (((sh ih l k) 1))) +("schill" nil (((sh ih l) 1))) +("schillaci" nil (((s k iy) 0) ((l aa) 1) ((ch iy) 0))) +("schiller" nil (((sh ih) 1) ((l er) 0))) +("schilling" nil (((sh ih) 1) ((l ih ng) 0))) +("schillinger" nil (((sh ih) 1) ((l ih ng) 0) ((er) 0))) +("schillings" nil (((sh ih) 1) ((l ih ng z) 0))) +("schillo" nil (((s k ih) 1) ((l ow) 0))) +("schilt" nil (((sh ih l t) 1))) +("schiltknecht" nil (((sh ih l t) 1) ((n eh k t) 1))) +("schiltz" nil (((sh ih l t s) 1))) +("schilz" nil (((sh ih l z) 1))) +("schimberni" nil (((sh ih m) 0) ((b er) 1) ((n iy) 0))) +("schimek" nil (((sh ih) 1) ((m ih k) 0))) +("schimke" nil (((s k ih m k) 1))) +("schimmel" nil (((sh ih) 1) ((m ax l) 0))) +("schimmelbusch" nil (((sh ih) 1) ((m ax l) 0) ((b uh sh) 1))) +("schimming" nil (((sh ih) 1) ((m ih ng) 0))) +("schimpf" nil (((sh ih m p f) 1))) +("schindel" nil (((sh ih n) 1) ((d ax l) 0))) +("schindler" nil (((sh ih n d) 1) ((l er) 0))) +("schinke" nil (((s k ih ng k) 1))) +("schinkel" nil (((sh ih ng) 1) ((k ax l) 0))) +("schipani" nil (((s k iy) 0) ((p aa) 1) ((n iy) 0))) +("schipke" nil (((sh ih p) 1) ((k iy) 0))) +("schipper" nil (((sh ih) 1) ((p er) 0))) +("schippers" nil (((sh ih) 1) ((p er z) 0))) +("schiraldi" nil (((s k ih) 0) ((r aa l) 1) ((d iy) 0))) +("schirm" nil (((sh er m) 1))) +("schirmer" nil (((sh er) 1) ((m er) 0))) +("schiro" nil (((s k ih) 1) ((r ow) 0))) +("schirtzinger" nil (((sh er t) 1) ((z ih ng) 0) ((er) 0))) +("schisler" nil (((sh ih) 1) ((s ax) 0) ((l er) 0))) +("schism" nil (((s k ih) 1) ((z ax m) 0))) +("schisms" nil (((s k ih) 1) ((z ax m z) 0))) +("schissel" nil (((sh ih) 1) ((s ax l) 0))) +("schissler" nil (((sh ih) 1) ((s ax) 0) ((l er) 0))) +("schists" nil (((sh ih s t s) 1))) +("schizophrenia" nil (((s k ih t) 1) ((s ax) 0) ((f r iy) 1) ((n iy) 0) ((ax) 0))) +("schizophrenic" nil (((sh ih) 1) ((z ax) 0) ((f r eh) 1) ((n ih k) 0))) +("schlabach" nil (((sh l ae) 1) ((b aa k) 0))) +("schlachter" nil (((sh l ae k) 1) ((t er) 0))) +("schlack" nil (((sh l ae k) 1))) +("schlafer" nil (((sh l ey) 1) ((f er) 0))) +("schlafly" nil (((sh l ae) 1) ((f l iy) 0))) +("schlag" nil (((sh l ae g) 1))) +("schlagel" nil (((sh l ae) 1) ((g ax l) 0))) +("schlager" nil (((sh l ey) 1) ((g er) 0))) +("schlageter" nil (((sh l ae) 1) ((g iy) 0) ((t er) 0))) +("schlake" nil (((sh l ey k) 1))) +("schlang" nil (((sh l ae ng) 1))) +("schlangen" nil (((sh l ae ng) 1) ((ax n) 0))) +("schlanger" nil (((sh l ae ng) 1) ((er) 0))) +("schlarb" nil (((sh l aa r b) 1))) +("schlater" nil (((sh l ey) 1) ((t er) 0))) +("schlatter" nil (((sh l ae) 1) ((t er) 0))) +("schlauch" nil (((sh l aw k) 1))) +("schlecht" nil (((sh l eh k t) 1))) +("schlechter" nil (((sh l eh k) 1) ((t er) 0))) +("schlee" nil (((sh l iy) 1))) +("schleeter" nil (((sh l iy) 1) ((t er) 0))) +("schlegel" nil (((sh l ey) 1) ((g ax l) 0))) +("schlegelmilch" nil (((sh l eh) 1) ((g ih l) 0) ((m ih l k) 0))) +("schleich" nil (((sh l ay k) 1))) +("schleicher" nil (((sh l ay) 1) ((k er) 0))) +("schleif" nil (((sh l ay f) 1))) +("schleifer" nil (((sh l ay) 1) ((f er) 0))) +("schleiger" nil (((sh l ay) 1) ((g er) 0))) +("schleimer" nil (((sh l ay) 1) ((m er) 0))) +("schlein" nil (((sh l ay n) 1))) +("schleis" nil (((sh l ay z) 1))) +("schlemmer" nil (((sh l eh) 1) ((m er) 0))) +("schlender" nil (((sh l eh n) 1) ((d er) 0))) +("schlenker" nil (((sh l eh ng) 1) ((k er) 0))) +("schlep" v (((sh l eh p) 1))) +("schlepp" nil (((sh l eh p) 1))) +("schlereth" nil (((sh l eh) 1) ((r ih th) 0))) +("schlesinger" nil (((sh l eh) 1) ((s ih n) 0) ((jh er) 0))) +("schlesser" nil (((sh l eh) 1) ((s er) 0))) +("schlessinger" nil (((sh l eh) 1) ((s ih n) 0) ((jh er) 0))) +("schleswig" nil (((sh l eh) 1) ((s w ih g) 0))) +("schley" nil (((sh l ey) 1))) +("schleyer" nil (((sh l ey) 1) ((er) 0))) +("schlicher" nil (((sh l ih) 1) ((k er) 0))) +("schlicht" nil (((sh l ih k t) 1))) +("schlichter" nil (((sh l ih k) 1) ((t er) 0))) +("schlichting" nil (((sh l ih k) 1) ((t ih ng) 0))) +("schlick" nil (((sh l ih k) 1))) +("schlicker" nil (((sh l ih) 1) ((k er) 0))) +("schlie" nil (((sh l iy) 1))) +("schliep" nil (((sh l iy p) 1))) +("schlieper" nil (((sh l iy) 1) ((p er) 0))) +("schlink" nil (((sh l ih ng k) 1))) +("schlitt" nil (((sh l ih t) 1))) +("schlitter" nil (((sh l ih) 1) ((t er) 0))) +("schlitz" nil (((sh l ih t s) 1))) +("schlobohm" nil (((sh l aa) 1) ((b ow m) 0))) +("schlock" nil (((sh l aa k) 1))) +("schloemer" nil (((sh l ow) 1) ((m er) 0))) +("schloesser" nil (((sh l aa) 1) ((ih) 0) ((s er) 0))) +("schlosberg" nil (((sh l aa s) 1) ((b er g) 0))) +("schloss" nil (((sh l ao s) 1))) +("schlossberg" nil (((sh l ao s) 1) ((b er g) 0))) +("schlosser" nil (((sh l ao) 1) ((s er) 0))) +("schlossman" nil (((sh l ao) 1) ((s m ax n) 0))) +("schlott" nil (((sh l aa t) 1))) +("schlotter" nil (((sh l aa) 1) ((t er) 0))) +("schlotterbeck" nil (((sh l aa) 1) ((t er) 0) ((b eh k) 0))) +("schlottman" nil (((sh l aa t) 1) ((m ax n) 0))) +("schlotzhauer" nil (((sh l aa t s) 1) ((hh aw) 0) ((er) 0))) +("schlough" nil (((sh l aw) 1))) +("schlueter" nil (((sh l uh) 1) ((t er) 0))) +("schlumberger" nil (((sh l ah m) 1) ((b er) 0) ((zh ey) 1))) +("schlund" nil (((sh l ah n d) 1))) +("schlup" nil (((sh l ah p) 1))) +("schluter" nil (((sh l uw) 1) ((t er) 0))) +("schmader" nil (((sh m ey) 1) ((d er) 0))) +("schmahl" nil (((sh m aa l) 1))) +("schmal" nil (((sh m ae l) 1))) +("schmale" nil (((sh m ey l) 1))) +("schmall" nil (((sh m ao l) 1))) +("schmaltz" nil (((sh m aa l t s) 1))) +("schmalz" nil (((sh m ao l z) 1))) +("schmaus" nil (((sh m aw z) 1))) +("schmechel" nil (((sh m eh) 1) ((k ax l) 0))) +("schmeck" nil (((sh m eh k) 1))) +("schmehl" nil (((sh m eh l) 1))) +("schmeichel" nil (((sh m ay) 1) ((k ax l) 0))) +("schmeiser" nil (((sh m ay) 1) ((s er) 0))) +("schmeling" nil (((sh m eh) 1) ((l ih ng) 0))) +("schmelter" nil (((sh m eh l) 1) ((t er) 0))) +("schmeltz" nil (((sh m eh l t s) 1))) +("schmeltzer" nil (((sh m eh l t) 1) ((z er) 0))) +("schmelz" nil (((sh m eh l z) 1))) +("schmelzer" nil (((sh m eh l) 1) ((z er) 0))) +("schmelzle" nil (((sh m eh l) 1) ((z ax l) 0))) +("schmergel" nil (((sh m er) 1) ((g ax l) 0))) +("schmertz" nil (((sh m er t s) 1))) +("schmetterer" nil (((sh m eh) 1) ((t er) 0) ((er) 0))) +("schmick" nil (((sh m ih k) 1))) +("schmid" nil (((sh m ih d) 1))) +("schmidgall" nil (((sh m ih) 1) ((jh ax l) 0))) +("schmidl" nil (((sh m ih) 1) ((d ax l) 0))) +("schmidlin" nil (((sh m ih d) 1) ((l ih n) 0))) +("schmidt" nil (((sh m ih t) 1))) +("schmidtke" nil (((sh m ih t) 1) ((k iy) 0))) +("schmied" nil (((sh m ay d) 1))) +("schmieder" nil (((sh m ay) 1) ((d er) 0))) +("schmieg" nil (((sh m iy g) 1))) +("schmierer" nil (((sh m ay) 1) ((er) 0) ((er) 0))) +("schmiesing" nil (((sh m iy) 1) ((s ih ng) 0))) +("schmit" nil (((sh m ih t) 1))) +("schmitt" nil (((sh m ih t) 1))) +("schmitter" nil (((sh m ih) 1) ((t er) 0))) +("schmittou" nil (((sh m ih) 1) ((ch uw) 0))) +("schmitz" nil (((sh m ih t s) 1))) +("schmitzer" nil (((sh m ih t) 1) ((s er) 0))) +("schmoker" nil (((sh m ow) 1) ((k er) 0))) +("schmoldt" nil (((sh m ow l t) 1))) +("schmoll" nil (((sh m aa l) 1))) +("schmoozing" nil (((sh m uw) 1) ((z ih ng) 0))) +("schmotzer" nil (((sh m ow t) 1) ((z er) 0))) +("schmoyer" nil (((sh m oy) 1) ((er) 0))) +("schmuck" nil (((sh m ah k) 1))) +("schmucker" nil (((sh m ah) 1) ((k er) 0))) +("schmuckler" nil (((sh m ah) 1) ((k l er) 0))) +("schmuhl" nil (((sh m ah l) 1))) +("schmults" nil (((sh m ah l t s) 1))) +("schmunk" nil (((sh m ah ng k) 1))) +("schmutz" nil (((sh m ah t s) 1))) +("schmutzler" nil (((sh m ah t) 1) ((z ax) 0) ((l er) 0))) +("schnabel" nil (((sh n ae) 1) ((b ax l) 0))) +("schnack" nil (((sh n ae k) 1))) +("schnackenberg" nil (((sh n ae) 1) ((k ax n) 0) ((b er g) 0))) +("schnake" nil (((sh n ey k) 1))) +("schnakenberg" nil (((sh n ey) 1) ((k ax n) 0) ((b er g) 0))) +("schnall" nil (((sh n ao l) 1))) +("schnapp" nil (((sh n ae p) 1))) +("schnapps" nil (((sh n ae p s) 1))) +("schnarr" nil (((sh n ae r) 1))) +("schnauzer" nil (((sh n aw) 1) ((z er) 0))) +("schneberger" nil (((sh n iy) 1) ((b er) 0) ((g er) 0))) +("schnebly" nil (((sh n eh) 1) ((b l iy) 0))) +("schneck" nil (((sh n eh k) 1))) +("schneckloth" nil (((sh n eh) 1) ((k l ax th) 0))) +("schnee" nil (((sh n iy) 1))) +("schneeberger" nil (((sh n iy) 1) ((b er) 0) ((g er) 0))) +("schneeman" nil (((sh n iy) 1) ((m ax n) 0))) +("schneerson" nil (((sh n ih r) 1) ((s ax n) 0))) +("schneid" nil (((sh n ay d) 1))) +("schneider" nil (((sh n ay) 1) ((d er) 0))) +("schneiderman" nil (((sh n ay) 1) ((d er) 0) ((m ax n) 0))) +("schneiders" nil (((sh n ay) 1) ((d er z) 0))) +("schneidewind" nil (((sh n ay) 1) ((d ax) 0) ((w ih n d) 1))) +("schneier" nil (((sh n ay) 1) ((er) 0))) +("schneiter" nil (((sh n ay) 1) ((t er) 0))) +("schnell" nil (((sh n eh l) 1))) +("schnelle" nil (((sh n eh l) 1))) +("schneller" nil (((sh n eh) 1) ((l er) 0))) +("schnepf" nil (((sh n eh p f) 1))) +("schnepp" nil (((sh n eh p) 1))) +("schnettler" nil (((sh n eh) 1) ((t ax) 0) ((l er) 0))) +("schnetzer" nil (((sh n eh t) 1) ((z er) 0))) +("schnick" nil (((sh n ih k) 1))) +("schnider" nil (((sh n ay) 1) ((d er) 0))) +("schnieder" nil (((sh n ay) 1) ((d er) 0))) +("schnieders" nil (((sh n ay) 1) ((d er z) 0))) +("schnier" nil (((sh n ay) 1) ((er) 0))) +("schnitker" nil (((sh n ih t) 1) ((k er) 0))) +("schnittke" nil (((sh n ih t) 1) ((k iy) 0))) +("schnitz" nil (((sh n ih t s) 1))) +("schnitzer" nil (((sh n ih t) 1) ((z er) 0))) +("schnitzler" nil (((sh n ih t) 1) ((s l er) 0))) +("schnoebelen" nil (((sh n ow) 1) ((b ax) 0) ((l ax n) 0))) +("schnook" nil (((sh n uh k) 1))) +("schnooks" nil (((sh n uh k s) 1))) +("schnoor" nil (((sh n uh r) 1))) +("schnorr" nil (((sh n ao r) 1))) +("schnur" nil (((sh n er) 1))) +("schnurr" nil (((sh n er) 1))) +("schnyder" nil (((sh n ay) 1) ((d er) 0))) +("schobel" nil (((sh ow) 1) ((b ax l) 0))) +("schober" nil (((sh ow) 1) ((b er) 0))) +("schobert" nil (((sh aa) 1) ((b er t) 0))) +("schoch" nil (((sh aa k) 1))) +("schock" nil (((sh aa k) 1))) +("schoeck" nil (((sh ow k) 1))) +("schoeffler" nil (((sh ow) 1) ((f ax) 0) ((l er) 0))) +("schoeller" nil (((sh ow) 1) ((l er) 0))) +("schoellhorn" nil (((sh ow l) 1) ((hh ao r n) 1))) +("schoemaker" nil (((sh ow) 1) ((m ey) 1) ((k er) 0))) +("schoen" nil (((sh ow n) 1))) +("schoenbaum" nil (((sh ow n) 1) ((b aw m) 1))) +("schoenbeck" nil (((sh ow n) 1) ((b eh k) 1))) +("schoenberg" nil (((sh ow n) 1) ((b er g) 0))) +("schoenberger" nil (((sh ow n) 1) ((b er) 0) ((g er) 0))) +("schoenborn" nil (((sh ow n) 1) ((b er n) 0))) +("schoendorf" nil (((sh ow n) 1) ((d ao r f) 0))) +("schoene" nil (((sh aa) 1) ((iy n) 0))) +("schoeneck" nil (((sh ow) 1) ((n eh k) 0))) +("schoenecker" nil (((sh ow) 1) ((n eh) 0) ((k er) 0))) +("schoeneman" nil (((sh aa) 1) ((iy n) 0) ((m ax n) 0))) +("schoenemann" nil (((sh aa) 1) ((iy n) 0) ((m ax n) 0))) +("schoener" nil (((sh ow) 1) ((n er) 0))) +("schoenfeld" nil (((sh ow n) 1) ((f eh l d) 1))) +("schoenfelder" nil (((sh ow n) 1) ((f eh l) 0) ((d er) 0))) +("schoenfeldt" nil (((sh ow n) 1) ((f ih l t) 0))) +("schoenhals" nil (((sh ow n) 1) ((hh ax l z) 0))) +("schoenherr" nil (((sh ow n) 1) ((hh er) 0))) +("schoenholtz" nil (((sh ow n) 1) ((hh ow l t s) 1))) +("schoenig" nil (((sh ow) 1) ((n ih g) 0))) +("schoening" nil (((sh aa) 1) ((ax) 0) ((n ih ng) 0))) +("schoenrock" nil (((sh ow n) 1) ((r ax k) 0))) +("schoenthal" nil (((sh ow n) 1) ((th ao l) 1))) +("schoenwald" nil (((sh ow n) 1) ((w ao l d) 1))) +("schoepe" nil (((sh ow p) 1))) +("schoepf" nil (((sh ow p) 1))) +("schoepke" nil (((sh ow p) 1) ((k iy) 0))) +("schoepp" nil (((sh ow p) 1))) +("schoeppner" nil (((sh ow p) 1) ((n er) 0))) +("schoettle" nil (((sh ow) 1) ((t ax l) 0))) +("schoff" nil (((sh ao f) 1))) +("schoffstall" nil (((sh ao f) 1) ((s t ax l) 0))) +("schofield" nil (((s k ow) 1) ((f iy l d) 0))) +("scholar" nil (((s k aa) 1) ((l er) 0))) +("scholarly" nil (((s k aa) 1) ((l er) 0) ((l iy) 0))) +("scholars" nil (((s k aa) 1) ((l er z) 0))) +("scholarship" nil (((s k aa) 1) ((l er) 0) ((sh ih p) 1))) +("scholarships" nil (((s k aa) 1) ((l er) 0) ((sh ih p s) 1))) +("scholastic" nil (((s k ax) 0) ((l ae) 1) ((s t ih k) 0))) +("scholer" nil (((sh ow) 1) ((l er) 0))) +("scholes" nil (((s k ow l z) 1))) +("scholey" nil (((sh ow) 1) ((l iy) 0))) +("scholfield" nil (((s k ow l) 1) ((f iy l d) 1))) +("scholl" nil (((sh aa l) 1))) +("scholle" nil (((sh ow l) 1))) +("scholler" nil (((sh aa) 1) ((l er) 0))) +("schollmeyer" nil (((sh aa l) 1) ((m ay) 0) ((er) 0))) +("scholten" nil (((sh ow l) 1) ((t ax n) 0))) +("scholtes" nil (((sh ow l t s) 1))) +("scholtz" nil (((sh ow l t s) 1))) +("scholz" nil (((sh ow l z) 1))) +("scholze" nil (((sh ow l z) 1))) +("schomaker" nil (((sh ow) 1) ((m ey) 1) ((k er) 0))) +("schomberg" nil (((sh aa m) 1) ((b er g) 0))) +("schomburg" nil (((sh aa m) 1) ((b er g) 0))) +("schomer" nil (((sh ow) 1) ((m er) 0))) +("schommer" nil (((sh aa) 1) ((m er) 0))) +("schon" nil (((sh aa n) 1))) +("schonberg" nil (((sh aa n) 1) ((b er g) 0))) +("schonberger" nil (((sh aa n) 1) ((b er) 0) ((g er) 0))) +("schone" nil (((sh ow n) 1))) +("schoneman" nil (((sh ow n) 1) ((m ax n) 0))) +("schonfeld" nil (((sh aa n) 1) ((f eh l d) 1))) +("schons" nil (((sh aa n z) 1))) +("schoo" nil (((sh uw) 1))) +("schoof" nil (((sh uh f) 1))) +("schook" nil (((sh uh k) 1))) +("school" nil (((s k uw l) 1))) +("schoolbooks" nil (((s k uw l) 1) ((b uh k s) 1))) +("schoolboy" nil (((s k uw l) 1) ((b oy) 1))) +("schoolboys" nil (((s k uw l) 1) ((b oy z) 1))) +("schoolchild" n (((s k uw l) 1) ((ch ay l d) 0))) +("schoolchildren" nil (((s k uw l) 1) ((ch ih l) 1) ((d r ax n) 0))) +("schoolcraft" nil (((s k uw l) 1) ((k r ae f t) 1))) +("schooled" nil (((s k uw l d) 1))) +("schooler" nil (((s k uw) 1) ((l er) 0))) +("schoolers" nil (((s k uw) 1) ((l er z) 0))) +("schooley" nil (((s k uw) 1) ((l iy) 0))) +("schoolfield" nil (((s k uw l) 1) ((f iy l d) 1))) +("schoolgirl" n (((s k uw l) 1) ((g er l) 0))) +("schoolhouse" nil (((s k uw l) 1) ((hh aw s) 1))) +("schooling" nil (((s k uw) 1) ((l ih ng) 0))) +("schoolmaster" nil (((s k uw l) 1) ((m ae) 1) ((s t er) 0))) +("schoolmate" nil (((s k uw l) 1) ((m ey t) 1))) +("schoolmates" nil (((s k uw l) 1) ((m ey t s) 1))) +("schoolroom" nil (((s k uw l) 1) ((r uw m) 1))) +("schools" nil (((s k uw l z) 1))) +("schoolteacher" nil (((s k uw l) 1) ((t iy) 1) ((ch er) 0))) +("schoolteachers" nil (((s k uw l) 1) ((t iy) 1) ((ch er z) 0))) +("schooltime" nil (((s k uw l) 1) ((t ay m) 1))) +("schoolwork" nil (((s k uw l) 1) ((w er k) 1))) +("schoolyard" nil (((s k uw) 1) ((l y aa r d) 1))) +("schoon" nil (((s k uw n) 1))) +("schooner" nil (((s k uw) 1) ((n er) 0))) +("schooners" nil (((s k uw) 1) ((n er z) 0))) +("schoonmaker" nil (((sh uw n) 1) ((m ey) 0) ((k er) 0))) +("schoonover" nil (((sh uw) 1) ((n ax) 0) ((v er) 0))) +("schopf" nil (((sh aa p f) 1))) +("schopfer" nil (((sh aa p) 1) ((f er) 0))) +("schopp" nil (((sh aa p) 1))) +("schoppe" nil (((sh aa p) 1))) +("schor" nil (((sh ao r) 1))) +("schork" nil (((sh ao r k) 1))) +("schorn" nil (((sh ao r n) 1))) +("schorr" nil (((sh ao r) 1))) +("schorsch" nil (((sh ao r sh) 1))) +("schott" nil (((sh aa t) 1))) +("schottenstein" nil (((sh aa) 1) ((t ax n) 0) ((s t iy n) 1))) +("schou" nil (((sh uw) 1))) +("schouten" nil (((sh aa) 1) ((uw) 0) ((t ax n) 0))) +("schow" nil (((sh aw) 1))) +("schowalter" nil (((sh aw) 1) ((ax l) 0) ((t er) 0))) +("schrack" nil (((sh r ae k) 1))) +("schrade" nil (((sh r ey d) 1))) +("schrader" nil (((sh r ey) 1) ((d er) 0))) +("schraeder" nil (((sh r eh) 1) ((d er) 0))) +("schrag" nil (((sh r ae g) 1))) +("schrage" nil (((sh r ey jh) 1))) +("schrager" nil (((sh r ey) 1) ((g er) 0))) +("schram" nil (((sh r ae m) 1))) +("schramm" nil (((sh r ae m) 1))) +("schrandt" nil (((sh r ae n t) 1))) +("schrank" nil (((sh r ae ng k) 1))) +("schrantz" nil (((sh r ae n t s) 1))) +("schranz" nil (((sh r ae n s) 1))) +("schraufnagel" nil (((sh r aw f) 1) ((n ax) 0) ((g ax l) 0))) +("schrecengost" nil (((sh r eh) 1) ((s ih ng) 0) ((g ax s t) 0))) +("schreck" nil (((sh r eh k) 1))) +("schreckengost" nil (((sh r eh) 1) ((k ih ng) 0) ((g ax s t) 0))) +("schrecongost" nil (((sh r eh) 1) ((k ax ng) 0) ((g ax s t) 0))) +("schreder" nil (((sh r iy) 1) ((d er) 0))) +("schreffler" nil (((sh r eh) 1) ((f ax) 0) ((l er) 0))) +("schreger" nil (((sh r eh) 1) ((g er) 0))) +("schreiber" nil (((sh r ay) 1) ((b er) 0))) +("schreibman" nil (((sh r ay b) 1) ((m ax n) 0))) +("schreier" nil (((sh r ay) 1) ((er) 0))) +("schreifels" nil (((sh r ay) 1) ((f ax l z) 0))) +("schreiner" nil (((sh r ay) 1) ((n er) 0))) +("schreiter" nil (((sh r ay) 1) ((t er) 0))) +("schremp" nil (((sh r eh m p) 1))) +("schrempf" nil (((sh r eh m p f) 1))) +("schrempp" nil (((sh r eh m p) 1))) +("schrenk" nil (((sh r eh ng k) 1))) +("schreur" nil (((sh r er) 1))) +("schreurs" nil (((sh r er z) 1))) +("schreyer" nil (((sh r ay r) 1))) +("schriber" nil (((sh r ay) 1) ((b er) 0))) +("schrick" nil (((sh r ih k) 1))) +("schricker" nil (((sh r ih) 1) ((k er) 0))) +("schrieber" nil (((sh r iy) 1) ((b er) 0))) +("schriefer" nil (((sh r iy) 1) ((f er) 0))) +("schrier" nil (((sh r ay) 1) ((er) 0))) +("schriever" nil (((sh r iy) 1) ((v er) 0))) +("schrimpf" nil (((sh r ih m p f) 1))) +("schrimsher" nil (((sh r ih m) 1) ((sh er) 0))) +("schriner" nil (((sh r ay) 1) ((n er) 0))) +("schriver" nil (((sh r ay) 1) ((v er) 0))) +("schroader" nil (((sh r ow) 1) ((d er) 0))) +("schrock" nil (((sh r aa k) 1))) +("schroder" nil (((sh r ow) 1) ((d er) 0))) +("schroders" nil (((sh r ow) 1) ((d er z) 0))) +("schrodt" nil (((sh r aa t) 1))) +("schroeck" nil (((sh r ow k) 1))) +("schroeder" nil (((sh r ow) 1) ((d er) 0))) +("schroedl" nil (((sh r ow) 1) ((d ax l) 0))) +("schroepfer" nil (((sh r ow p) 1) ((f er) 0))) +("schroer" nil (((sh r ow) 1) ((er) 0))) +("schroeter" nil (((sh r ow) 1) ((t er) 0))) +("schroff" nil (((sh r ao f) 1))) +("schroll" nil (((sh r ow l) 1))) +("schrom" nil (((sh r aa m) 1))) +("schronce" nil (((sh r aa n s) 1))) +("schropp" nil (((sh r aa p) 1))) +("schroth" nil (((sh r ao th) 1))) +("schroyer" nil (((sh r oy) 1) ((er) 0))) +("schrum" nil (((sh r ah m) 1))) +("schrumpf" nil (((sh r ah m p f) 1))) +("schrupp" nil (((sh r ah p) 1))) +("schryer" nil (((sh r ay) 1) ((er) 0))) +("schryver" nil (((sh r ay) 1) ((v er) 0))) +("schubach" nil (((sh ah) 1) ((b aa k) 0))) +("schubel" nil (((sh uw) 1) ((b ax l) 0))) +("schubert" nil (((sh uw) 1) ((b er t) 0))) +("schubring" nil (((sh ah) 1) ((b er) 0) ((ih ng) 0))) +("schuch" nil (((sh ah k) 1))) +("schuchard" nil (((sh ah) 1) ((k er d) 0))) +("schuchardt" nil (((sh ah) 1) ((k aa r t) 0))) +("schuchart" nil (((sh ah k) 1) ((hh aa r t) 0))) +("schuchert" nil (((s k ah) 1) ((ch er t) 0))) +("schuchman" nil (((sh ah k) 1) ((m ax n) 0))) +("schuchmann" nil (((sh ah k) 1) ((m ax n) 0))) +("schuck" nil (((sh ah k) 1))) +("schucker" nil (((sh ah) 1) ((k er) 0))) +("schuckman" nil (((sh ah k) 1) ((m ax n) 0))) +("schue" nil (((sh uw) 1))) +("schuele" nil (((sh uw l) 1))) +("schueler" nil (((sh uw) 1) ((l er) 0))) +("schuelke" nil (((sh uw l k) 1))) +("schueller" nil (((sh uw) 1) ((l er) 0))) +("schueneman" nil (((sh uw) 1) ((n ax) 0) ((m ax n) 0))) +("schuenemann" nil (((sh uw) 1) ((n ax) 0) ((m ax n) 0))) +("schuerman" nil (((sh uw) 1) ((er) 0) ((m ax n) 0))) +("schuermann" nil (((sh uw) 1) ((er) 0) ((m ax n) 0))) +("schuessler" nil (((sh uw) 1) ((s l er) 0))) +("schuett" nil (((s k uw t) 1))) +("schuette" nil (((s k uw t) 1))) +("schuetz" nil (((sh uw t s) 1))) +("schuetze" nil (((sh uw t s) 1))) +("schuff" nil (((sh ah f) 1))) +("schug" nil (((sh ah g) 1))) +("schuh" nil (((sh uw) 1))) +("schuhmacher" nil (((sh uw) 1) ((m aa) 0) ((k er) 0))) +("schuhmann" nil (((sh uw) 1) ((m ax n) 0))) +("schuitema" nil (((sh uw) 1) ((t ih) 0) ((m ax) 0))) +("schuknecht" nil (((sh ah k) 1) ((n ih k t) 0))) +("schul" nil (((sh uh l) 1))) +("schuld" nil (((sh uh d) 1))) +("schuldener" nil (((sh uw l) 1) ((d ax) 0) ((n er) 0))) +("schuldt" nil (((sh uh l t) 1))) +("schulenberg" nil (((sh uw) 1) ((l ax n) 0) ((b er g) 0))) +("schulenburg" nil (((sh uw) 1) ((l ax n) 0) ((b er g) 0))) +("schuler" nil (((sh uw) 1) ((l er) 0))) +("schulhof" nil (((sh uw l) 1) ((hh ao f) 0))) +("schulke" nil (((sh uh l) 1) ((k iy) 0))) +("schull" nil (((sh uh l) 1))) +("schuller" nil (((sh uw) 1) ((l er) 0))) +("schulman" nil (((sh uw l) 1) ((m ax n) 0))) +("schulof" nil (((sh uw) 1) ((l ao f) 0))) +("schult" nil (((sh ah l t) 1))) +("schulte" nil (((sh ah l t) 1))) +("schulten" nil (((sh ah l) 1) ((t ax n) 0))) +("schultes" nil (((sh ah l t s) 1))) +("schultheis" nil (((sh ah l) 1) ((dh ay z) 0))) +("schultheiss" nil (((sh ah l) 1) ((th ay s) 0))) +("schultz" nil (((sh uh l t s) 1))) +("schultze" nil (((sh ah l t z) 1))) +("schulz" nil (((sh uh l t s) 1))) +("schulze" nil (((sh uh l t s) 1))) +("schum" nil (((sh ah m) 1))) +("schumacher" nil (((sh uw) 1) ((m aa) 1) ((k er) 0))) +("schumacker" nil (((sh uw) 1) ((m aa) 1) ((k er) 0))) +("schumaker" nil (((sh uw) 1) ((m ey) 1) ((k er) 0))) +("schuman" nil (((sh uw) 1) ((m ax n) 0))) +("schumann" nil (((sh uw) 1) ((m ax n) 0))) +("schumer" nil (((sh uw) 1) ((m er) 0))) +("schumm" nil (((sh ah m) 1))) +("schumpert" nil (((sh ah m) 1) ((p er t) 0))) +("schundler" nil (((sh ah n d) 1) ((l er) 0))) +("schuneman" nil (((sh uw n) 1) ((m ax n) 0))) +("schunk" nil (((sh ah ng k) 1))) +("schupak" nil (((sh uw) 1) ((p ae k) 1))) +("schupbach" nil (((sh ah p) 1) ((b aa k) 1))) +("schupp" nil (((sh ah p) 1))) +("schur" nil (((sh er) 1))) +("schuring" nil (((sh er) 1) ((ih ng) 0))) +("schurman" nil (((sh er) 1) ((m ax n) 0))) +("schurr" nil (((sh er) 1))) +("schussler" nil (((sh ah) 1) ((s l er) 0))) +("schuster" nil (((sh uw) 1) ((s t er) 0))) +("schut" nil (((sh ah t) 1))) +("schuth" nil (((sh uw th) 1))) +("schutt" nil (((sh ah t) 1))) +("schutte" nil (((s k ah t) 1))) +("schutter" nil (((sh ah) 1) ((t er) 0))) +("schuttler" nil (((sh ah t) 1) ((l er) 0))) +("schutz" nil (((sh ah t s) 1))) +("schutzman" nil (((sh ah t z) 1) ((m ax n) 0))) +("schuur" nil (((sh uh r) 1))) +("schuyler" nil (((s k ay) 1) ((l er) 0))) +("schuylkill" nil (((s k y uw l) 1) ((k ih l) 1))) +("schwab" nil (((sh w aa b) 1))) +("schwabe" nil (((sh w ao b) 1))) +("schwaderer" nil (((sh w ao) 1) ((d er) 0) ((er) 0))) +("schwager" nil (((sh w ey) 1) ((g er) 0))) +("schwahn" nil (((sh w ao n) 1))) +("schwaiger" nil (((sh w ay) 1) ((g er) 0))) +("schwake" nil (((sh w ey k) 1))) +("schwalb" nil (((sh w ao l b) 1))) +("schwalbach" nil (((sh w ao l) 1) ((b aa k) 1))) +("schwalbe" nil (((sh w ao l b) 1))) +("schwall" nil (((sh w ao l) 1))) +("schwaller" nil (((sh w ao) 1) ((l er) 0))) +("schwalm" nil (((sh w aa l m) 1))) +("schwam" nil (((sh w ao m) 1))) +("schwan" nil (((sh w ao n) 1))) +("schwandt" nil (((sh w ao n t) 1))) +("schwanke" nil (((sh w ao ng k) 1))) +("schwantes" nil (((sh w ao n t s) 1))) +("schwanz" nil (((sh w ao n s) 1))) +("schwark" nil (((sh w ao r k) 1))) +("schwarm" nil (((sh w ao r m) 1))) +("schwartz" nil (((sh w ao r t s) 1))) +("schwartzberg" nil (((sh w ao r t s) 1) ((b er g) 0))) +("schwartzkopf" nil (((sh w ao r t) 1) ((s k ao p f) 0))) +("schwartzman" nil (((sh w ao r t) 1) ((s m ax n) 0))) +("schwarz" nil (((sh w ao r t s) 1))) +("schwarze" nil (((sh w ao r t s) 1))) +("schwarzenegger" nil (((sh w ao r) 1) ((z ax) 0) ((n ey) 1) ((g er) 0))) +("schwarzer" nil (((sh w ao r t) 1) ((s er) 0))) +("schwarzkopf" nil (((sh w ao r t) 1) ((s k ao p f) 0))) +("schwarzman" nil (((sh w ao r t) 1) ((s m ax n) 0))) +("schwebach" nil (((sh w eh) 1) ((b aa k) 1))) +("schwebel" nil (((sh w eh) 1) ((b ax l) 0))) +("schwebke" nil (((sh w eh b k) 1))) +("schwed" nil (((sh w eh d) 1))) +("schweda" nil (((sh w iy) 1) ((d ax) 0))) +("schwede" nil (((sh w iy d) 1))) +("schweder" nil (((sh w iy) 1) ((d er) 0))) +("schweer" nil (((sh w ih r) 1))) +("schweers" nil (((sh w ih r z) 1))) +("schwegel" nil (((sh w eh) 1) ((g ax l) 0))) +("schwegler" nil (((sh w eh) 1) ((g ax) 0) ((l er) 0))) +("schwegman" nil (((sh w eh g) 1) ((m ax n) 0))) +("schweich" nil (((sh w ay k) 1))) +("schweickert" nil (((sh w ay) 1) ((k er t) 0))) +("schweiger" nil (((sh w ay) 1) ((g er) 0))) +("schweigert" nil (((sh w ay) 1) ((g er t) 0))) +("schweighardt" nil (((sh w ay g) 1) ((hh aa r t) 1))) +("schweikert" nil (((sh w ay) 1) ((k er t) 0))) +("schweinsberg" nil (((sh w ay n s) 1) ((b er g) 0))) +("schweiss" nil (((sh w ay s) 1))) +("schweitzer" nil (((sh w ay t) 1) ((s er) 0))) +("schweizer" nil (((sh w ay) 1) ((z er) 0))) +("schweizerische" nil (((sh w ay) 1) ((z er) 0) ((ih sh) 0))) +("schwemm" nil (((sh w eh m) 1))) +("schwemmer" nil (((sh w eh) 1) ((m er) 0))) +("schwendeman" nil (((sh w eh n d) 1) ((m ax n) 0))) +("schwenk" nil (((sh w eh ng k) 1))) +("schwenke" nil (((sh w eh ng k) 1))) +("schwenker" nil (((sh w eh ng) 1) ((k er) 0))) +("schwenn" nil (((sh w eh n) 1))) +("schwent" nil (((sh w eh n t) 1))) +("schweppe" nil (((sh w eh p) 1))) +("schweppes" nil (((sh w eh p s) 1))) +("schwer" nil (((sh w er) 1))) +("schwerdloff" nil (((sh w er d) 1) ((l ao f) 0))) +("schwerdt" nil (((sh w er t) 1))) +("schwerdtfeger" nil (((sh w er t) 1) ((f ey) 1) ((g er) 0))) +("schwerin" nil (((sh w eh) 1) ((r ih n) 0))) +("schwering" nil (((sh w ih) 1) ((r ih ng) 0))) +("schwerner" nil (((sh w er) 1) ((n er) 0))) +("schwertfeger" nil (((sh w er t) 1) ((f ih) 0) ((g er) 0))) +("schwertner" nil (((sh w er t) 1) ((n er) 0))) +("schwichtenberg" nil (((sh w ih k) 1) ((t ax n) 0) ((b er g) 0))) +("schwieger" nil (((sh w iy) 1) ((g er) 0))) +("schwier" nil (((sh w ay) 1) ((er) 0))) +("schwiesow" nil (((sh w iy) 1) ((s ow) 0))) +("schwieterman" nil (((sh w iy) 1) ((t er) 0) ((m ax n) 0))) +("schwimmer" nil (((sh w ih) 1) ((m er) 0))) +("schwind" nil (((sh w ih n d) 1))) +("schwindt" nil (((sh w ih n t) 1))) +("schwing" nil (((sh w ih ng) 1))) +("schwinger" nil (((sh w ih ng) 1) ((er) 0))) +("schwinn" nil (((sh w ih n) 1))) +("schwisow" nil (((sh w ih) 1) ((s ow) 0))) +("schwoerer" nil (((sh w ow) 1) ((er) 0) ((er) 0))) +("sci" nil (((s iy) 1))) +("sciacca" nil (((s k ao) 1) ((k aa) 0))) +("scialabba" nil (((s k ao) 1) ((l aa) 0) ((b ax) 0))) +("scialdone" nil (((sh ao l) 1) ((d ow) 0) ((n iy) 0))) +("sciandra" nil (((sh ao n) 1) ((d r ax) 0))) +("scianna" nil (((sh ao) 1) ((n ax) 0))) +("sciara" nil (((sh aa) 1) ((r ax) 0))) +("sciaroni" nil (((s iy) 1) ((er) 0) ((ow) 1) ((n iy) 0))) +("sciarra" nil (((s iy) 0) ((aa) 1) ((r ax) 0))) +("sciarrino" nil (((sh er) 0) ((iy) 1) ((n ow) 0))) +("sciascia" nil (((sh ao s) 1) ((ch ax) 0))) +("scibelli" nil (((s ih) 0) ((b eh) 1) ((l iy) 0))) +("scibilia" nil (((s ih) 0) ((b iy) 1) ((l iy) 0) ((ax) 0))) +("scicchitano" nil (((s ih) 0) ((k ih) 0) ((t aa) 1) ((n ow) 0))) +("sciclone" nil (((s ih) 1) ((k l ow) 1) ((n iy) 0))) +("scicom" nil (((s ih) 1) ((k ax m) 0))) +("science" nil (((s ay) 1) ((ax n s) 0))) +("sciences" nil (((s ay) 1) ((ax n) 0) ((s ax z) 0))) +("scientific" nil (((s ay) 1) ((ax n) 0) ((t ih) 1) ((f ih k) 0))) +("scientifically" nil (((s ay) 1) ((ax n) 0) ((t ih) 1) ((f ih) 0) ((k ax) 0) ((l iy) 0))) +("scientifics" nil (((s ay) 1) ((ax n) 0) ((t ih) 1) ((f ih k s) 0))) +("scientist" nil (((s ay) 1) ((ax n) 0) ((t ih s t) 0))) +("scientists" nil (((s ay) 1) ((ax n) 0) ((t ih s t s) 0))) +("scientology" nil (((s iy) 1) ((ax n) 0) ((t aa) 1) ((l ax) 0) ((jh iy) 0))) +("scifres" nil (((s ay) 1) ((f er z) 0))) +("scilla" nil (((s ih) 1) ((l ax) 0))) +("scillas" nil (((s ih) 1) ((l ax z) 0))) +("scimeca" nil (((s ih) 0) ((m eh) 1) ((k ax) 0))) +("scimed" nil (((s ay m d) 1))) +("scimone" nil (((s ih) 0) ((m ow n) 1))) +("scinta" nil (((s ih n) 1) ((t ax) 0))) +("scintilla" nil (((s ih n) 0) ((t ih) 1) ((l ax) 0))) +("scintilore" nil (((s ih n) 1) ((t ax) 0) ((l ao) 1) ((r iy) 0))) +("scinto" nil (((s ih n) 1) ((t ow) 0))) +("scioli" nil (((s iy) 0) ((ow) 1) ((l iy) 0))) +("scion" nil (((s ay) 1) ((ax n) 0))) +("sciortino" nil (((s iy) 0) ((ao r) 0) ((t iy) 1) ((n ow) 0))) +("scios" nil (((s k ay) 1) ((ow s) 0))) +("scipio" nil (((s ih) 1) ((p iy) 0) ((ow) 0))) +("scipione" nil (((s ih) 0) ((p iy) 0) ((ow) 1) ((n iy) 0))) +("scire" nil (((s ay r) 1))) +("scism" nil (((s k ih) 1) ((z ax m) 0))) +("Scissorhands" n (((s ih) 1) ((s er) 0) ((hh ae n d z) 1))) +("scissors" nil (((s ih) 1) ((z er z) 0))) +("scitex" nil (((s iy) 1) ((t eh k s) 1))) +("sciulli" nil (((s iy) 0) ((uw) 1) ((l iy) 0))) +("sciullo" nil (((s iy) 0) ((uw) 1) ((l ow) 0))) +("sciuto" nil (((s iy) 0) ((uw) 1) ((t ow) 0))) +("sclafani" nil (((s k l aa) 0) ((f aa) 1) ((n iy) 0))) +("scleroderma" nil (((s k l ih) 1) ((r ax) 0) ((d er) 1) ((m ax) 0))) +("sclerosis" nil (((s k l er) 0) ((ow) 1) ((s ax s) 0))) +("scobee" nil (((s k aa) 1) ((b iy) 0))) +("scobey" nil (((s k ow) 1) ((b iy) 0))) +("scobie" nil (((s k aa) 1) ((b iy) 0))) +("scoby" nil (((s k ow) 1) ((b iy) 0))) +("scocozza" nil (((s k aa) 0) ((k aa) 1) ((z ax) 0))) +("scoff" nil (((s k ao f) 1))) +("scoffed" nil (((s k ao f t) 1))) +("scofflaws" nil (((s k aa) 1) ((f l ao z) 1))) +("scoffs" nil (((s k ao f s) 1))) +("scofield" nil (((s k ow) 1) ((f iy l d) 1))) +("scoggin" nil (((s k aa) 1) ((g ih n) 0))) +("scoggins" nil (((s k aa) 1) ((g ih n z) 0))) +("scogin" nil (((s k ow) 1) ((g ih n) 0))) +("scohier" nil (((s k ow) 1) ((y er) 0))) +("scola" nil (((s k ow) 1) ((l ax) 0))) +("scolari" nil (((s k ow) 0) ((l aa) 1) ((r iy) 0))) +("scolaro" nil (((s k ow) 0) ((l aa) 1) ((r ow) 0))) +("scold" nil (((s k ow l d) 1))) +("scolded" nil (((s k ow l) 1) ((d ax d) 0))) +("scolding" nil (((s k ow l) 1) ((d ih ng) 0))) +("scolds" nil (((s k ow l d z) 1))) +("scoles" nil (((s k ow l z) 1))) +("scoma" nil (((s k ow) 1) ((m ax) 0))) +("sconces" nil (((s k aa n) 1) ((s ih z) 0))) +("scone" nil (((s k ow n) 1))) +("sconiers" nil (((s k ao) 1) ((n iy) 0) ((er z) 0))) +("sconnix" nil (((s k aa) 1) ((n ih k s) 0))) +("sconyers" nil (((s k ao) 1) ((n iy) 0) ((er z) 0))) +("scoop" nil (((s k uw p) 1))) +("scooped" nil (((s k uw p t) 1))) +("scooper" nil (((s k uw) 1) ((p er) 0))) +("scooping" nil (((s k uw) 1) ((p ih ng) 0))) +("scoops" nil (((s k uw p s) 1))) +("scoot" nil (((s k uw t) 1))) +("scooter" nil (((s k uw) 1) ((t er) 0))) +("scooters" nil (((s k uw) 1) ((t er z) 0))) +("scoots" nil (((s k uw t s) 1))) +("scope" nil (((s k ow p) 1))) +("scopes" nil (((s k ow p s) 1))) +("scor" nil (((s k ao r) 1))) +("scorched" nil (((s k ao r ch t) 1))) +("scorching" nil (((s k ao r) 1) ((ch ih ng) 0))) +("score" nil (((s k ao r) 1))) +("scoreboard" nil (((s k ao r) 1) ((b ao r d) 1))) +("scorecard" nil (((s k ao r) 1) ((k aa r d) 1))) +("scored" nil (((s k ao r d) 1))) +("scorekeepers" nil (((s k ao r) 1) ((k iy) 1) ((p er z) 0))) +("scoreless" nil (((s k ao r) 1) ((l ax s) 0))) +("scorer" nil (((s k ao) 1) ((r er) 0))) +("scorers" nil (((s k ao) 1) ((r er z) 0))) +("scores" nil (((s k ao r z) 1))) +("scoring" nil (((s k ao) 1) ((r ih ng) 0))) +("scorn" nil (((s k ao r n) 1))) +("scorned" nil (((s k ao r n d) 1))) +("scornful" nil (((s k ao r n) 1) ((f ax l) 0))) +("scorns" nil (((s k ao r n z) 1))) +("scorpio" nil (((s k ao r) 1) ((p iy) 0) ((ow) 1))) +("scorpion" nil (((s k ao r) 1) ((p iy) 0) ((ax n) 0))) +("scorpions" nil (((s k ao r) 1) ((p iy) 0) ((ax n z) 0))) +("scorsese" nil (((s k ao r) 1) ((s iy z) 1))) +("scorsone" nil (((s k ao r) 1) ((s ax n) 0))) +("scorza" nil (((s k ao r) 1) ((z ax) 0))) +("scot" nil (((s k aa t) 1))) +("scotch" nil (((s k aa ch) 1))) +("scotched" nil (((s k aa ch t) 1))) +("scotches" nil (((s k aa) 1) ((ch ih z) 0))) +("scotchgard" nil (((s k aa ch) 1) ((g aa r d) 1))) +("scotia" nil (((s k ow) 1) ((sh ax) 0))) +("scotland" nil (((s k aa t) 1) ((l ax n d) 0))) +("scots" nil (((s k aa t s) 1))) +("scotsman" nil (((s k aa t) 1) ((s m ax n) 0))) +("scott" nil (((s k aa t) 1))) +("scotten" nil (((s k aa) 1) ((t ax n) 0))) +("scottie" nil (((s k aa) 1) ((t iy) 0))) +("scottish" nil (((s k aa) 1) ((t ih sh) 0))) +("scotto" nil (((s k ow) 1) ((t ow) 0))) +("scotton" nil (((s k aa) 1) ((t ax n) 0))) +("scotts" nil (((s k aa t s) 1))) +("scottsbluff" nil (((s k aa t s) 1) ((b l ah f) 1))) +("scottsdale" nil (((s k aa t s) 1) ((d ey l) 1))) +("scotty" nil (((s k aa) 1) ((t iy) 0))) +("scoundrel" nil (((s k aw n) 1) ((d r ax l) 0))) +("scoundrels" nil (((s k aw n) 1) ((d r ax l z) 0))) +("scour" nil (((s k aw) 1) ((er) 0))) +("scoured" nil (((s k aw) 1) ((er d) 0))) +("scourge" nil (((s k er jh) 1))) +("scourges" nil (((s k er) 1) ((jh ih z) 0))) +("scouring" nil (((s k aw) 1) ((er) 0) ((ih ng) 0))) +("scours" nil (((s k aw) 1) ((er z) 0))) +("scout" nil (((s k aw t) 1))) +("scouted" nil (((s k aw) 1) ((t ax d) 0))) +("scouten" nil (((s k aw) 1) ((t ax n) 0))) +("scouters" nil (((s k aw) 1) ((t er z) 0))) +("scouting" nil (((s k aw) 1) ((t ih ng) 0))) +("scoutmaster" nil (((s k aw t) 1) ((m ae) 1) ((s t er) 0))) +("scouts" nil (((s k aw t s) 1))) +("scovel" nil (((s k ow) 1) ((v ax l) 0))) +("scovell" nil (((s k aa) 1) ((v ax l) 0))) +("scovil" nil (((s k ow) 1) ((v ax l) 0))) +("scovill" nil (((s k aa) 1) ((v ax l) 0))) +("scoville" nil (((s k ow) 1) ((v ih l) 1))) +("scow" nil (((s k aw) 1))) +("scowcroft" nil (((s k ow) 1) ((k r ao f t) 1))) +("scowden" nil (((s k aw) 1) ((d ax n) 0))) +("scowled" nil (((s k aw l d) 1))) +("scowling" nil (((s k aw) 1) ((l ih ng) 0))) +("scozzafava" nil (((s k ow t) 0) ((s aa) 0) ((f aa) 1) ((v ax) 0))) +("scrabble" nil (((s k r ae) 1) ((b ax l) 0))) +("scragg" nil (((s k r ae g) 1))) +("scraggle" nil (((s k r ae) 1) ((g ax l) 0))) +("scraggly" nil (((s k r ae) 1) ((g l iy) 0))) +("scramble" nil (((s k r ae m) 1) ((b ax l) 0))) +("scrambled" nil (((s k r ae m) 1) ((b ax l d) 0))) +("scrambles" nil (((s k r ae m) 1) ((b ax l z) 0))) +("scrambling" nil (((s k r ae m) 1) ((b ax) 0) ((l ih ng) 0))) +("scranton" nil (((s k r ae n) 1) ((t ax n) 0))) +("scrap" nil (((s k r ae p) 1))) +("scrapbook" nil (((s k r ae p) 1) ((b uh k) 1))) +("scrape" nil (((s k r ey p) 1))) +("scraped" nil (((s k r ey p t) 1))) +("scraper" nil (((s k r ey) 1) ((p er) 0))) +("scrapers" nil (((s k r ey) 1) ((p er z) 0))) +("scrapes" nil (((s k r ey p s) 1))) +("scraping" nil (((s k r ey) 1) ((p ih ng) 0))) +("scrapiron" nil (((s k r ae) 1) ((p ay) 1) ((er n) 0))) +("scrapped" nil (((s k r ae p t) 1))) +("scrapping" nil (((s k r ae) 1) ((p ih ng) 0))) +("scrappy" nil (((s k r ae) 1) ((p iy) 0))) +("scraps" nil (((s k r ae p s) 1))) +("scratch" nil (((s k r ae ch) 1))) +("scratched" nil (((s k r ae ch t) 1))) +("scratches" nil (((s k r ae) 1) ((ch ax z) 0))) +("scratching" nil (((s k r ae) 1) ((ch ih ng) 0))) +("scratchy" nil (((s k r ae) 1) ((ch iy) 0))) +("scrawl" nil (((s k r ao l) 1))) +("scrawled" nil (((s k r ao l d) 1))) +("scrawny" nil (((s k r ao) 1) ((n iy) 0))) +("scream" nil (((s k r iy m) 1))) +("screamed" nil (((s k r iy m d) 1))) +("screamer" nil (((s k r iy) 1) ((m er) 0))) +("screamers" nil (((s k r iy) 1) ((m er z) 0))) +("screaming" nil (((s k r iy) 1) ((m ih ng) 0))) +("screamingly" nil (((s k r iy) 1) ((m ih ng) 0) ((l iy) 0))) +("screams" nil (((s k r iy m z) 1))) +("screech" nil (((s k r iy ch) 1))) +("screeched" nil (((s k r iy ch t) 1))) +("screeches" nil (((s k r iy) 1) ((ch ih z) 0))) +("screeching" nil (((s k r iy) 1) ((ch ih ng) 0))) +("screed" nil (((s k r iy d) 1))) +("screen" nil (((s k r iy n) 1))) +("screened" nil (((s k r iy n d) 1))) +("screener" nil (((s k r iy) 1) ((n er) 0))) +("screeners" nil (((s k r iy) 1) ((n er z) 0))) +("screening" nil (((s k r iy) 1) ((n ih ng) 0))) +("screenings" nil (((s k r iy) 1) ((n ih ng z) 0))) +("screenplay" nil (((s k r iy n) 1) ((p l ey) 1))) +("screenplays" nil (((s k r iy n) 1) ((p l ey z) 1))) +("screens" nil (((s k r iy n z) 1))) +("screenwriter" nil (((s k r iy n) 1) ((r ay) 1) ((t er) 0))) +("screenwriters" nil (((s k r iy n) 1) ((r ay) 1) ((t er z) 0))) +("screw" nil (((s k r uw) 1))) +("screwball" nil (((s k r uw) 1) ((b ao l) 1))) +("screwdriver" nil (((s k r uw) 1) ((d r ay) 1) ((v er) 0))) +("screwdrivers" nil (((s k r uw) 1) ((d r ay) 1) ((v er z) 0))) +("screwed" nil (((s k r uw d) 1))) +("screwing" nil (((s k r uw) 1) ((ih ng) 0))) +("screws" nil (((s k r uw z) 1))) +("screwy" nil (((s k r uw) 1) ((iy) 0))) +("scribble" nil (((s k r ih) 1) ((b ax l) 0))) +("scribbled" nil (((s k r ih) 1) ((b ax l d) 0))) +("scribblers" nil (((s k r ih) 1) ((b l er z) 0))) +("scribbles" nil (((s k r ih) 1) ((b ax l z) 0))) +("scribbling" nil (((s k r ih) 1) ((b ax) 0) ((l ih ng) 0))) +("scribe" nil (((s k r ay b) 1))) +("scriber" nil (((s k r ay) 1) ((b er) 0))) +("scribes" nil (((s k r ay b z) 1))) +("scribner" nil (((s k r ih b) 1) ((n er) 0))) +("scrimgeour" nil (((s k r ih m) 1) ((g ao r) 0))) +("scrimmage" nil (((s k r ih) 1) ((m ih jh) 0))) +("scrimp" nil (((s k r ih m p) 1))) +("scrimping" nil (((s k r ih m) 1) ((p ih ng) 0))) +("scrimshaw" nil (((s k r ih m) 1) ((sh ao) 1))) +("scrip" nil (((s k r ih p) 1))) +("scripps" nil (((s k r ih p s) 1))) +("script" nil (((s k r ih p t) 1))) +("scripted" nil (((s k r ih p) 1) ((t ih d) 0))) +("scripts" nil (((s k r ih p t s) 1))) +("scriptural" nil (((s k r ih p) 1) ((ch er) 0) ((ax l) 0))) +("scripture" nil (((s k r ih p) 1) ((ch er) 0))) +("scriptures" nil (((s k r ih p) 1) ((ch er z) 0))) +("scriptwriter" nil (((s k r ih p) 1) ((t r ay) 1) ((t er) 0))) +("scriptwriters" nil (((s k r ih p) 1) ((t r ay) 1) ((t er z) 0))) +("scriptwriting" nil (((s k r ih p) 1) ((t r ay) 1) ((t ih ng) 0))) +("scritchfield" nil (((s k r ih ch) 1) ((f iy l d) 0))) +("scriven" nil (((s k r ih) 1) ((v ih n) 0))) +("scrivener" nil (((s k r ih v) 1) ((n er) 0))) +("scrivens" nil (((s k r ay) 1) ((v ax n z) 0))) +("scriver" nil (((s k r ay) 1) ((v er) 0))) +("scrivner" nil (((s k r ih v) 1) ((n er) 0))) +("scrod" nil (((s k r aa d) 1))) +("scroggin" nil (((s k r aa) 1) ((g ih n) 0))) +("scroggins" nil (((s k r aa) 1) ((g ih n z) 0))) +("scroggs" nil (((s k r aa g z) 1))) +("scrogham" nil (((s k r aa g) 1) ((hh ax m) 0))) +("scroll" nil (((s k r ow l) 1))) +("scrolls" nil (((s k r ow l z) 1))) +("scronce" nil (((s k r aa n s) 1))) +("scrooge" nil (((s k r uw jh) 1))) +("scrounge" nil (((s k r aw n jh) 1))) +("scrounged" nil (((s k r aw n jh d) 1))) +("scrounging" nil (((s k r aw n) 1) ((jh ih ng) 0))) +("scrub" nil (((s k r ah b) 1))) +("scrubbed" nil (((s k r ah b d) 1))) +("scrubber" nil (((s k r ah) 1) ((b er) 0))) +("scrubbers" nil (((s k r ah) 1) ((b er z) 0))) +("scrubbing" nil (((s k r ah) 1) ((b ih ng) 0))) +("scrubby" nil (((s k r ah) 1) ((b iy) 0))) +("scruffy" nil (((s k r ah) 1) ((f iy) 0))) +("scruggs" nil (((s k r ah g z) 1))) +("scrunch" nil (((s k r ah n ch) 1))) +("scruples" nil (((s k r uw) 1) ((p ax l z) 0))) +("scrupulous" nil (((s k r uw) 1) ((p y ax) 0) ((l ax s) 0))) +("scrupulously" nil (((s k r uw) 1) ((p y ax) 0) ((l ax) 0) ((s l iy) 0))) +("scrutinize" nil (((s k r uw) 1) ((t ax) 0) ((n ay z) 1))) +("scrutinized" nil (((s k r uw) 1) ((t ax) 0) ((n ay z d) 1))) +("scrutinizes" nil (((s k r uw) 1) ((t ax) 0) ((n ay) 1) ((z ih z) 0))) +("scrutinizing" nil (((s k r uw) 1) ((t ax) 0) ((n ay) 1) ((z ih ng) 0))) +("scrutiny" nil (((s k r uw) 1) ((t ax) 0) ((n iy) 0))) +("scruton" nil (((s k r uw) 1) ((t ax n) 0))) +("scuba" nil (((s k uw) 1) ((b ax) 0))) +("scud" nil (((s k ah d) 1))) +("scudder" nil (((s k ah) 1) ((d er) 0))) +("scuderi" nil (((s k uw) 0) ((d eh) 1) ((r iy) 0))) +("scuds" nil (((s k ah d z) 1))) +("scuff" nil (((s k ah f) 1))) +("scuffed" nil (((s k ah f t) 1))) +("scuffle" nil (((s k ah) 1) ((f ax l) 0))) +("scuffled" nil (((s k ah) 1) ((f ax l d) 0))) +("scuffles" nil (((s k ah) 1) ((f ax l z) 0))) +("scull" nil (((s k ah l) 1))) +("sculley" nil (((s k ah) 1) ((l iy) 0))) +("scullin" nil (((s k ah) 1) ((l ih n) 0))) +("scullion" nil (((s k ah) 1) ((l y ax n) 0))) +("scully" nil (((s k ah) 1) ((l iy) 0))) +("sculpt" nil (((s k ah l p t) 1))) +("sculpted" nil (((s k ah l p) 1) ((t ih d) 0))) +("sculpting" nil (((s k ah l p) 1) ((t ih ng) 0))) +("sculptor" nil (((s k ah l p) 1) ((t er) 0))) +("sculptors" nil (((s k ah l p) 1) ((t er z) 0))) +("sculpts" nil (((s k ah l p t s) 1))) +("sculptural" nil (((s k ah l p) 1) ((ch er) 0) ((ax l) 0))) +("sculpture" nil (((s k ah l p) 1) ((ch er) 0))) +("sculptured" nil (((s k ah l p) 1) ((ch er d) 0))) +("sculptures" nil (((s k ah l p) 1) ((ch er z) 0))) +("sculpturing" nil (((s k ah l p) 1) ((t er) 0) ((ih ng) 0))) +("scum" nil (((s k ah m) 1))) +("scupper" nil (((s k ah) 1) ((p er) 0))) +("scurlock" nil (((s k er) 1) ((l ax k) 0))) +("scurried" nil (((s k er) 1) ((iy d) 0))) +("scurrilous" nil (((s k er) 1) ((ax) 0) ((l ax s) 0))) +("scurry" nil (((s k er) 1) ((iy) 0))) +("scurrying" nil (((s k er) 1) ((iy) 0) ((ih ng) 0))) +("scutt" nil (((s k ah t) 1))) +("scuttle" nil (((s k ah) 1) ((t ax l) 0))) +("scuttled" nil (((s k ah) 1) ((t ax l d) 0))) +("scuttling" nil (((s k ah) 1) ((t ax) 0) ((l ih ng) 0))) +("scythian" nil (((s ih) 1) ((th iy) 0) ((ax n) 0))) +("sczepanski" nil (((s ih) 0) ((p ae n) 1) ((s k iy) 0))) +("sdn" nil (((eh s) 1) ((d iy) 1) ((eh n) 1))) +("se" nil (((s ah) 0))) +("se" nil (((s aw) 1) ((th iy s t) 1))) +("sea" nil (((s iy) 1))) +("seabaugh" nil (((s iy) 1) ((b ao) 1))) +("seabeach" nil (((s iy) 1) ((b iy ch) 1))) +("seabed" nil (((s iy) 1) ((b eh d) 1))) +("seaberg" nil (((s iy) 1) ((b er g) 0))) +("seaberry" nil (((s iy) 1) ((b eh) 1) ((r iy) 0))) +("seabert" nil (((s iy) 1) ((b er t) 0))) +("seaboard" nil (((s iy) 1) ((b ao r d) 1))) +("seabold" nil (((s iy) 1) ((b ow l d) 1))) +("seabolt" nil (((s iy) 1) ((b ow l t) 1))) +("seaborn" nil (((s iy) 1) ((b er n) 0))) +("seaborne" nil (((s iy) 1) ((b ao r n) 1))) +("seabright" nil (((s iy) 1) ((b r ay t) 1))) +("seabrook" nil (((s iy) 1) ((b r uh k) 1))) +("seabrooks" nil (((s iy) 1) ((b r uh k s) 1))) +("seaburg" nil (((s iy) 1) ((b er g) 0))) +("seabury" nil (((s iy) 1) ((b eh) 1) ((r iy) 0))) +("seaco" nil (((s iy) 1) ((k ow) 0))) +("seacoast" nil (((s iy) 1) ((k ow s t) 1))) +("seader" nil (((s iy) 1) ((d er) 0))) +("seadrift" nil (((s iy) 1) ((d r ih f t) 1))) +("seafarers" nil (((s iy) 1) ((f eh) 1) ((r er z) 0))) +("seafirst" nil (((s iy) 1) ((f er s t) 1))) +("seafood" nil (((s iy) 1) ((f uw d) 1))) +("seafoods" nil (((s iy) 1) ((f uw d z) 1))) +("seaford" nil (((s iy) 1) ((f er d) 0))) +("seaga" nil (((s iy) 1) ((g ax) 0))) +("seagal" nil (((s ih) 0) ((g aa l) 1))) +("seagate" nil (((s iy) 1) ((g ey t) 1))) +("seager" nil (((s iy) 1) ((g er) 0))) +("seagle" nil (((s iy) 1) ((g ax l) 0))) +("seago" nil (((s iy) 1) ((g ow) 1))) +("seagoing" nil (((s iy) 1) ((g ow) 1) ((ih ng) 0))) +("seagram" nil (((s iy) 1) ((g r ax m) 0))) +("seagrave" nil (((s iy) 1) ((g r ey v) 1))) +("seagraves" nil (((s iy) 1) ((g r ey v z) 1))) +("seagren" nil (((s iy) 1) ((g r eh n) 0))) +("seagroves" nil (((s iy) 1) ((g r ow v z) 1))) +("seagull" nil (((s iy) 1) ((g ah l) 1))) +("seahawk" nil (((s iy) 1) ((hh ao k) 1))) +("seahawks" nil (((s iy) 1) ((hh ao k s) 1))) +("seaholm" nil (((s iy) 1) ((hh ow m) 1))) +("seal" nil (((s iy l) 1))) +("sealand" nil (((s iy) 1) ((l ae n d) 1))) +("sealant" nil (((s iy) 1) ((l ax n t) 0))) +("sealants" nil (((s iy) 1) ((l ax n t s) 0))) +("seale" nil (((s iy l) 1))) +("sealed" nil (((s iy l d) 1))) +("sealer" nil (((s iy) 1) ((l er) 0))) +("seales" nil (((s iy l z) 1))) +("sealey" nil (((s iy) 1) ((l iy) 0))) +("sealift" nil (((s iy) 1) ((l ih f t) 1))) +("sealing" nil (((s iy) 1) ((l ih ng) 0))) +("sealock" nil (((s iy) 1) ((l aa k) 1))) +("seals" nil (((s iy l z) 1))) +("sealtest" nil (((s iy l) 1) ((t eh s t) 1))) +("sealy" nil (((s iy) 1) ((l iy) 0))) +("seam" nil (((s iy m) 1))) +("seaman" nil (((s iy) 1) ((m ax n) 0))) +("seamans" nil (((s iy) 1) ((m ax n z) 0))) +("seamen" nil (((s iy) 1) ((m ax n) 0))) +("seamless" nil (((s iy m) 1) ((l ax s) 0))) +("seamlessly" nil (((s iy m) 1) ((l ax) 0) ((s l iy) 0))) +("seamon" nil (((s iy) 1) ((m ax n) 0))) +("seamons" nil (((s iy) 1) ((m ax n z) 0))) +("seams" nil (((s iy m z) 1))) +("seamster" nil (((s iy m) 1) ((s t er) 0))) +("seamstress" nil (((s iy m) 1) ((s t r ih s) 0))) +("seamstresses" nil (((s iy m) 1) ((s t r ax) 0) ((s ax z) 0))) +("seamus" nil (((sh ey) 1) ((m ax s) 0))) +("seamy" nil (((s iy) 1) ((m iy) 0))) +("sean" nil (((sh ao n) 1))) +("seanor" nil (((s iy) 1) ((n er) 0))) +("seaport" nil (((s iy) 1) ((p ao r t) 1))) +("seaports" nil (((s iy) 1) ((p ao r t s) 1))) +("seapower" nil (((s iy) 1) ((p aw) 1) ((er) 0))) +("seaq" nil (((s iy k) 1))) +("seaquist" nil (((s iy) 1) ((k w ih s t) 1))) +("sear" nil (((s ih r) 1))) +("search" nil (((s er ch) 1))) +("searched" nil (((s er ch t) 1))) +("searchers" nil (((s er) 1) ((ch er z) 0))) +("searches" nil (((s er) 1) ((ch ih z) 0))) +("searching" nil (((s er) 1) ((ch ih ng) 0))) +("seared" nil (((s ih r d) 1))) +("searfoss" nil (((s er) 1) ((f ax s) 0))) +("searight" nil (((s ih) 1) ((r ay t) 0))) +("searing" nil (((s ih) 1) ((r ih ng) 0))) +("searl" nil (((s er l) 1))) +("searle" nil (((s er l) 1))) +("searles" nil (((s ao) 1) ((r ax l z) 0))) +("searls" nil (((s er l z) 1))) +("sears" nil (((s ih r z) 1))) +("searson" nil (((s er) 1) ((s ax n) 0))) +("seas" nil (((s iy z) 1))) +("sease" nil (((s iy z) 1))) +("seashell" nil (((s iy) 1) ((sh eh l) 1))) +("seashells" nil (((s iy) 1) ((sh eh l z) 1))) +("seashore" nil (((s iy) 1) ((sh ao r) 1))) +("seasick" nil (((s iy) 1) ((s ih k) 1))) +("seaside" nil (((s iy) 1) ((s ay d) 1))) +("season" nil (((s iy) 1) ((z ax n) 0))) +("seasonal" nil (((s iy) 1) ((z ax) 0) ((n ax l) 0))) +("seasonality" nil (((s iy) 1) ((z ax) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("seasonally" nil (((s iy) 1) ((z ax) 0) ((n ax) 0) ((l iy) 0))) +("seasoned" nil (((s iy) 1) ((z ax n d) 0))) +("seasoning" nil (((s iy) 1) ((z ax) 0) ((n ih ng) 0))) +("seasonings" nil (((s iy) 1) ((z ax) 0) ((n ih ng z) 0))) +("seasons" nil (((s iy) 1) ((z ax n z) 0))) +("seastrom" nil (((s iy) 1) ((s t r ax m) 0))) +("seat" nil (((s iy t) 1))) +("seated" nil (((s iy) 1) ((t ax d) 0))) +("seater" nil (((s iy) 1) ((t er) 0))) +("seating" nil (((s iy) 1) ((t ih ng) 0))) +("seatings" nil (((s iy) 1) ((t ih ng z) 0))) +("seaton" nil (((s iy) 1) ((t ax n) 0))) +("seatrain" nil (((s iy) 1) ((t r ey n) 1))) +("seats" nil (((s iy t s) 1))) +("seattle" nil (((s iy) 0) ((ae) 1) ((t ax l) 0))) +("seaver" nil (((s iy) 1) ((v er) 0))) +("seavers" nil (((s iy) 1) ((v er z) 0))) +("seavey" nil (((s iy) 1) ((v iy) 0))) +("seaward" nil (((s iy) 1) ((w er d) 0))) +("seawater" nil (((s iy) 1) ((w aa) 1) ((t er) 0))) +("seaway" nil (((s iy) 1) ((w ey) 1))) +("seaweed" nil (((s iy) 1) ((w iy d) 1))) +("seaweeds" nil (((s iy) 1) ((w iy d z) 1))) +("seawell" nil (((s iy) 1) ((w eh l) 1))) +("seawolf" nil (((s iy) 1) ((w uh l f) 1))) +("seawright" nil (((s iy) 1) ((r ay t) 1))) +("seay" nil (((s ey) 1))) +("sebaceous" nil (((s ax) 0) ((b ey) 1) ((sh ax s) 0))) +("sebald" nil (((s iy) 1) ((b ao l d) 0))) +("sebastian" nil (((s ax) 0) ((b ae s) 1) ((ch ax n) 0))) +("sebastiana" nil (((s ax) 0) ((b ae) 1) ((s t iy) 0) ((aa) 1) ((n ax) 0))) +("sebastiane" nil (((s ax) 0) ((b ae) 1) ((s t iy) 0) ((eh n) 1))) +("sebastiani" nil (((s ax) 0) ((b ae) 1) ((s t iy) 0) ((aa) 1) ((n iy) 0))) +("sebby" nil (((s eh) 1) ((b iy) 0))) +("sebek" nil (((s eh) 1) ((b ih k) 0))) +("seber" nil (((s iy) 1) ((b er) 0))) +("sebert" nil (((s eh) 1) ((b er t) 0))) +("sebesta" nil (((s eh) 0) ((b eh) 1) ((s t ax) 0))) +("sebi" nil (((s eh) 1) ((b iy) 0))) +("sebo" nil (((s eh) 1) ((b ow) 0))) +("sebold" nil (((s eh) 1) ((b ow l d) 0))) +("sebree" nil (((s ih) 0) ((b r iy) 1))) +("sebring" nil (((s iy) 1) ((b r ih ng) 0))) +("sec" nil (((s eh k) 1))) +("secaucus" nil (((s ih) 0) ((k ao) 1) ((k ax s) 0))) +("secchia" nil (((s eh) 1) ((k iy) 0) ((ax) 0))) +("secede" nil (((s ih) 0) ((s iy d) 1))) +("seceded" nil (((s ih) 0) ((s iy) 1) ((d ih d) 0))) +("seceding" n (((s eh) 0) ((s iy) 1) ((d ax ng) 0))) +("secession" nil (((s ih) 0) ((s eh) 1) ((sh ax n) 0))) +("secessionist" nil (((s ih) 0) ((s eh) 1) ((sh ax) 0) ((n ih s t) 0))) +("secessionists" nil (((s ih) 0) ((s eh) 1) ((sh ax) 0) ((n ih s t s) 0))) +("sechler" nil (((s eh) 1) ((k l er) 0))) +("sechrest" nil (((s eh) 1) ((k er) 0) ((ih s t) 0))) +("sechrist" nil (((s eh) 1) ((k er) 0) ((ih s t) 0))) +("seck" nil (((s eh k) 1))) +("seckel" nil (((s eh) 1) ((k ax l) 0))) +("seckinger" nil (((s eh) 1) ((k ih ng) 0) ((er) 0))) +("seckler" nil (((s eh) 1) ((k l er) 0))) +("seckman" nil (((s eh k) 1) ((m ax n) 0))) +("secluded" nil (((s ih) 0) ((k l uw) 1) ((d ih d) 0))) +("seclusion" nil (((s ih) 0) ((k l uw) 1) ((zh ax n) 0))) +("seco" nil (((s eh) 1) ((k ow) 0))) +("secom" nil (((s eh) 1) ((k ax m) 0))) +("secomerica" nil (((s eh) 1) ((k ow) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("second" nil (((s eh) 1) ((k ax n d) 0))) +("secondaries" nil (((s eh) 1) ((k ax n) 0) ((d eh) 1) ((r iy z) 0))) +("secondarily" nil (((s eh) 1) ((k ax n) 0) ((d eh) 1) ((r ax) 0) ((l iy) 0))) +("secondary" nil (((s eh) 1) ((k ax n) 0) ((d eh) 1) ((r iy) 0))) +("seconded" nil (((s eh) 1) ((k ax n) 0) ((d ih d) 0))) +("secondhand" nil (((s eh) 1) ((k ax n d) 0) ((hh ae n d) 1))) +("secondly" nil (((s eh) 1) ((k ax n d) 0) ((l iy) 0))) +("seconds" nil (((s eh) 1) ((k ax n d z) 0))) +("secor" nil (((s eh) 1) ((k er) 0))) +("secord" nil (((s iy) 1) ((k ao r d) 0))) +("secoy" nil (((s eh) 1) ((k oy) 0))) +("secrecy" nil (((s iy) 1) ((k r ax) 0) ((s iy) 0))) +("secrest" nil (((s eh) 1) ((k er) 0) ((ih s t) 0))) +("secret" nil (((s iy) 1) ((k r ax t) 0))) +("secretarial" nil (((s eh) 1) ((k r ax) 0) ((t eh) 1) ((r iy) 0) ((ax l) 0))) +("secretariat" nil (((s eh) 1) ((k r ih) 0) ((t eh) 1) ((r iy) 0) ((ax t) 0))) +("secretaries" nil (((s eh) 1) ((k r ax) 0) ((t eh) 1) ((r iy z) 0))) +("secretary" nil (((s eh) 1) ((k r ax) 0) ((t eh) 1) ((r iy) 0))) +("secrete" nil (((s ih) 0) ((k r iy t) 1))) +("secreted" nil (((s ax) 0) ((k r iy) 1) ((t ax d) 0))) +("secretion" nil (((s ax) 0) ((k r iy) 1) ((sh ax n) 0))) +("secretions" nil (((s ax) 0) ((k r iy) 1) ((sh ax n z) 0))) +("secretive" nil (((s iy) 1) ((k r ax) 0) ((t ih v) 0))) +("secretiveness" nil (((s iy) 1) ((k r ax) 0) ((t ih v) 0) ((n ax s) 0))) +("secretly" nil (((s iy) 1) ((k r ih t) 0) ((l iy) 0))) +("secrets" nil (((s iy) 1) ((k r ax t s) 0))) +("secrist" nil (((s eh) 1) ((k er) 0) ((ih s t) 0))) +("sect" nil (((s eh k t) 1))) +("sectarian" nil (((s eh k) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("sectarianism" nil (((s eh k) 0) ((t eh) 1) ((r iy) 0) ((ax) 0) ((n ih) 1) ((z ax m) 0))) +("secteur" nil (((s eh k) 0) ((t uw r) 1))) +("section" nil (((s eh k) 1) ((sh ax n) 0))) +("sectional" nil (((s eh k) 1) ((sh ax) 0) ((n ax l) 0))) +("sectioned" nil (((s eh k) 1) ((sh ax n d) 0))) +("sectioning" nil (((s eh k) 1) ((sh ax) 0) ((n ih ng) 0))) +("sections" nil (((s eh k) 1) ((sh ax n z) 0))) +("sector" nil (((s eh k) 1) ((t er) 0))) +("sectoral" nil (((s eh k) 1) ((t er) 0) ((ax l) 0))) +("sectors" nil (((s eh k) 1) ((t er z) 0))) +("sects" nil (((s eh k t s) 1))) +("secular" nil (((s eh) 1) ((k y ax) 0) ((l er) 0))) +("secularism" nil (((s eh) 1) ((k y ax) 0) ((l er) 0) ((ih) 1) ((z ax m) 0))) +("secularist" nil (((s eh) 1) ((k y ax) 0) ((l er) 0) ((ih s t) 0))) +("secunda" nil (((s ih) 0) ((k ah n) 1) ((d ax) 0))) +("secure" nil (((s ih) 0) ((k y uh r) 1))) +("secured" nil (((s ih) 0) ((k y uh r d) 1))) +("securely" nil (((s ih) 0) ((k y uh r) 1) ((l iy) 0))) +("secures" nil (((s ih) 0) ((k y uh r z) 1))) +("securing" nil (((s ih) 0) ((k y uh) 1) ((r ih ng) 0))) +("securites" nil (((s ih) 0) ((k y uh) 1) ((r ax) 0) ((t iy z) 0))) +("securities" nil (((s ih) 0) ((k y uh) 1) ((r ax) 0) ((t iy z) 0))) +("securitization" nil (((s ih) 0) ((k y uh) 1) ((r ax) 0) ((t ax) 0) ((z ey) 1) ((sh ax n) 0))) +("securitize" nil (((s ih) 0) ((k y uh) 1) ((r ax) 0) ((t ay z) 1))) +("securitized" nil (((s ih) 0) ((k y uh) 1) ((r ax) 0) ((t ay z d) 1))) +("securitizing" nil (((s ih) 0) ((k y uh) 1) ((r ax) 0) ((t ay) 1) ((z ih ng) 0))) +("security" nil (((s ih) 0) ((k y uh) 1) ((r ax) 0) ((t iy) 0))) +("seda" nil (((s ey) 1) ((d ax) 0))) +("sedam" nil (((s eh) 1) ((d ax m) 0))) +("sedan" nil (((s ih) 0) ((d ae n) 1))) +("sedano" nil (((s ey) 0) ((d aa) 1) ((n ow) 0))) +("sedans" nil (((s ih) 0) ((d ae n z) 1))) +("sedate" nil (((s ih) 0) ((d ey t) 1))) +("sedation" nil (((s ax) 0) ((d ey) 1) ((sh ax n) 0))) +("sedative" nil (((s eh) 1) ((d ax) 0) ((t ih v) 0))) +("sedberry" nil (((s eh d) 1) ((b eh) 1) ((r iy) 0))) +("sedco" nil (((s eh d) 1) ((k ow) 0))) +("seddon" nil (((s eh) 1) ((d ax n) 0))) +("sedentary" nil (((s eh) 1) ((d ax n) 0) ((t eh) 1) ((r iy) 0))) +("seder" nil (((s iy) 1) ((d er) 0))) +("sedge" nil (((s eh jh) 1))) +("sedgley" nil (((s eh jh) 1) ((l iy) 0))) +("sedgwick" nil (((s eh jh) 1) ((w ih k) 0))) +("sedillo" nil (((s eh) 0) ((d ih) 1) ((l ow) 0))) +("sediment" nil (((s eh) 1) ((d ax) 0) ((m ax n t) 0))) +("sedimentary" nil (((s eh) 1) ((d ax) 0) ((m eh n) 1) ((t er) 0) ((iy) 0))) +("sedimentation" nil (((s eh) 1) ((d ax) 0) ((m ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("sediments" nil (((s eh) 1) ((d ax) 0) ((m ax n t s) 0))) +("sedita" nil (((s eh) 0) ((d iy) 1) ((t ax) 0))) +("sedition" nil (((s ih) 0) ((d ih) 1) ((sh ax n) 0))) +("seditious" nil (((s ih) 0) ((d ih) 1) ((sh ax s) 0))) +("sedivy" nil (((s eh) 1) ((d ih) 0) ((v iy) 0))) +("sedlacek" nil (((s eh d) 1) ((l ax) 0) ((s ih k) 0))) +("sedlack" nil (((s eh d) 1) ((l ax k) 0))) +("sedlak" nil (((s eh d) 1) ((l ax k) 0))) +("sedlar" nil (((s eh d) 1) ((l er) 0))) +("sedler" nil (((s eh d) 1) ((l er) 0))) +("sedlock" nil (((s eh d) 1) ((l ax k) 0))) +("sedona" nil (((s ax) 0) ((d ow) 1) ((n ax) 0))) +("sedor" nil (((s eh) 0) ((d ao r) 1))) +("sedore" nil (((s eh) 0) ((d ao) 1) ((r iy) 0))) +("seduce" nil (((s ih) 0) ((d uw s) 1))) +("seduced" nil (((s ih) 0) ((d uw s t) 1))) +("seducer" nil (((s ih) 0) ((d uw) 1) ((s er) 0))) +("seducing" nil (((s ih) 0) ((d uw) 1) ((s ih ng) 0))) +("seduction" nil (((s ih) 0) ((d ah k) 1) ((sh ax n) 0))) +("seductive" nil (((s ih) 0) ((d ah k) 1) ((t ih v) 0))) +("seductively" nil (((s ax) 0) ((d ah k) 1) ((t ih) 0) ((v l iy) 0))) +("sedum" nil (((s eh) 1) ((d ax m) 0))) +("sedums" nil (((s eh) 1) ((d ax m z) 0))) +("sedwick" nil (((s eh) 1) ((d w ih k) 0))) +("see" nil (((s iy) 1))) +("seebach" nil (((s iy) 1) ((b aa k) 1))) +("seebeck" nil (((s iy) 1) ((b eh k) 1))) +("seeber" nil (((s iy) 1) ((b er) 0))) +("seeberger" nil (((s iy) 1) ((b er) 0) ((g er) 0))) +("seebold" nil (((s iy) 1) ((b ow l d) 1))) +("seeburger" nil (((s iy) 1) ((b er) 0) ((g er) 0))) +("seed" nil (((s iy d) 1))) +("seedeaters" nil (((s iy) 1) ((d iy) 1) ((t er z) 0))) +("seeded" nil (((s iy) 1) ((d ax d) 0))) +("seeding" nil (((s iy) 1) ((d ih ng) 0))) +("seedling" nil (((s iy d) 1) ((l ih ng) 0))) +("seedlings" nil (((s iy d) 1) ((l ih ng z) 0))) +("seedorf" nil (((s iy) 1) ((d ao r f) 0))) +("seedpod" nil (((s iy d) 1) ((p aa d) 1))) +("seeds" nil (((s iy d z) 1))) +("seedsman" nil (((s iy d z) 1) ((m ax n) 0))) +("seedy" nil (((s iy) 1) ((d iy) 0))) +("seefeld" nil (((s iy) 1) ((f eh l d) 1))) +("seefeldt" nil (((s iy) 1) ((f ih l t) 0))) +("seegars" nil (((s iy) 1) ((g er z) 0))) +("seeger" nil (((s iy) 1) ((g er) 0))) +("seegers" nil (((s iy) 1) ((g er z) 0))) +("seegert" nil (((s iy) 1) ((g er t) 0))) +("seegmiller" nil (((s iy g) 1) ((m ax) 0) ((l er) 0))) +("seehafer" nil (((s iy) 1) ((hh ax) 0) ((f er) 0))) +("seehusen" nil (((s iy) 1) ((hh uw) 0) ((s ax n) 0))) +("seeing" nil (((s iy) 1) ((ih ng) 0))) +("seek" nil (((s iy k) 1))) +("seekamp" nil (((s iy) 1) ((k ae m p) 1))) +("seeker" nil (((s iy) 1) ((k er) 0))) +("seekers" nil (((s iy) 1) ((k er z) 0))) +("seeking" nil (((s iy) 1) ((k ih ng) 0))) +("seekins" nil (((s iy) 1) ((k ih n z) 0))) +("seekonk" nil (((s iy) 1) ((k aa ng k) 0))) +("seeks" nil (((s iy k s) 1))) +("seel" nil (((s iy l) 1))) +("seelbach" nil (((s iy l) 1) ((b aa k) 1))) +("seelert" nil (((s iy) 1) ((l er t) 0))) +("seeley" nil (((s iy) 1) ((l iy) 0))) +("seelig" nil (((s iy) 1) ((l ih g) 0))) +("seeling" nil (((s iy) 1) ((l ih ng) 0))) +("seelinger" nil (((s iy) 1) ((l ih ng) 0) ((er) 0))) +("seelman" nil (((s iy l) 1) ((m ax n) 0))) +("seely" nil (((s iy) 1) ((l iy) 0))) +("seelye" nil (((s iy) 1) ((l ay) 1))) +("seem" nil (((s iy m) 1))) +("seema" nil (((s iy) 1) ((m aa) 0))) +("seemala" nil (((s iy) 1) ((m ax) 0) ((l ax) 0))) +("seeman" nil (((s iy) 1) ((m ax n) 0))) +("seemann" nil (((s iy) 1) ((m ax n) 0))) +("seemed" nil (((s iy m d) 1))) +("seeming" nil (((s iy) 1) ((m ih ng) 0))) +("seemingly" nil (((s iy) 1) ((m ih ng) 0) ((l iy) 0))) +("seems" nil (((s iy m z) 1))) +("seen" nil (((s iy n) 1))) +("seep" nil (((s iy p) 1))) +("seepage" nil (((s iy) 1) ((p ih jh) 0))) +("seeped" nil (((s iy p t) 1))) +("seeping" nil (((s iy) 1) ((p ih ng) 0))) +("seeps" nil (((s iy p s) 1))) +("seer" nil (((s iy r) 1))) +("seers" nil (((s iy r z) 1))) +("seery" nil (((s iy) 1) ((r iy) 0))) +("sees" nil (((s iy z) 1))) +("seesaw" nil (((s iy) 1) ((s ao) 1))) +("seesawed" nil (((s iy) 1) ((s ao d) 1))) +("seesawing" nil (((s iy) 1) ((s ao) 1) ((ih ng) 0))) +("seese" nil (((s iy z) 1))) +("seethe" nil (((s iy dh) 1))) +("seething" nil (((s iy) 1) ((th ih ng) 0))) +("seetin" nil (((s iy) 1) ((t ih n) 0))) +("seeton" nil (((s iy) 1) ((t ax n) 0))) +("seever" nil (((s iy) 1) ((v er) 0))) +("seevers" nil (((s iy) 1) ((v er z) 0))) +("seewald" nil (((s iy) 1) ((w ao l d) 1))) +("sefcik" nil (((s eh f) 1) ((s ih k) 0))) +("seff" nil (((s eh f) 1))) +("sefton" nil (((s eh f) 1) ((t ax n) 0))) +("sega" nil (((s iy) 1) ((g ax) 0))) +("segal" nil (((s iy) 1) ((g ax l) 0))) +("segalas" nil (((s eh) 1) ((g ax) 0) ((l ax s) 0))) +("segall" nil (((s ey) 0) ((g aa l) 1))) +("segar" nil (((s eh) 1) ((g aa) 0))) +("segar" nil (((s iy) 1) ((g er) 0))) +("segarra" nil (((s eh) 0) ((g aa) 1) ((r ax) 0))) +("segars" nil (((s eh) 1) ((g er z) 0))) +("sege" nil (((s eh jh) 1))) +("segel" nil (((s iy) 1) ((g ax l) 0))) +("Segelken" n (((s eh) 1) ((g ax l) 0) ((k ax n) 0))) +("seger" nil (((s iy) 1) ((g er) 0))) +("segers" nil (((s iy) 1) ((g er z) 0))) +("segerstrom" nil (((s eh) 1) ((g er) 0) ((s t r ax m) 0))) +("segler" nil (((s eh) 1) ((g l er) 0))) +("segment" n (((s eh g) 1) ((m ax n t) 0))) +("segment" v (((s ax g) 0) ((m eh n t) 1))) +("segmentation" nil (((s eh g) 1) ((m ax n) 0) ((t ey) 1) ((sh ax n) 0))) +("segmented" nil (((s eh g) 1) ((m eh n) 1) ((t ih d) 0))) +("segments" n (((s eh g) 1) ((m ax n t s) 0))) +("segments" v (((s ax g) 0) ((m eh n t s) 1))) +("segner" nil (((s eh g) 1) ((n er) 0))) +("sego" nil (((s iy) 1) ((g ow) 1))) +("segovia" nil (((s eh) 0) ((g ow) 1) ((v iy) 0) ((ax) 0))) +("segraves" nil (((s ey) 0) ((g r aa) 1) ((v eh s) 0))) +("segregate" nil (((s eh) 1) ((g r ax) 0) ((g ey t) 1))) +("segregated" nil (((s eh) 1) ((g r ax) 0) ((g ey) 1) ((t ih d) 0))) +("segregating" nil (((s eh) 1) ((g r ih) 0) ((g ey) 1) ((t ih ng) 0))) +("segregation" nil (((s eh) 1) ((g r ax) 0) ((g ey) 1) ((sh ax n) 0))) +("segregationist" nil (((s eh) 1) ((g r ax) 0) ((g ey) 1) ((sh ax) 0) ((n ih s t) 0))) +("segrest" nil (((s eh) 1) ((g er) 0) ((ih s t) 0))) +("segreto" nil (((s eh) 0) ((g r eh) 1) ((t ow) 0))) +("segue" nil (((s eh g) 1))) +("seguin" nil (((s ax) 0) ((g iy n) 1))) +("segundo" nil (((s eh) 1) ((g uh n) 1) ((d ow) 1))) +("segur" nil (((s ey) 0) ((g uh r) 1))) +("segura" nil (((s ey) 0) ((g uh) 1) ((r ax) 0))) +("seguros" nil (((s ey) 1) ((g y er) 1) ((ow z) 0))) +("seher" nil (((s eh) 1) ((hh er) 0))) +("sehnert" nil (((s eh) 1) ((n er t) 0))) +("sehorn" nil (((s eh) 1) ((hh er n) 0))) +("sehr" nil (((s eh r) 1))) +("seib" nil (((s iy b) 1))) +("seibel" nil (((s ay) 1) ((b ax l) 0))) +("seiber" nil (((s ay) 1) ((b er) 0))) +("seiberlich" nil (((s ay) 1) ((b er) 0) ((l ih k) 0))) +("seiberling" nil (((s ay) 1) ((b er) 0) ((l ih ng) 0))) +("seibert" nil (((s ay) 1) ((b er t) 0))) +("seibold" nil (((s ay) 1) ((b ow l d) 1))) +("seibu" nil (((s ay) 1) ((b uw) 0))) +("seid" nil (((s ay d) 1))) +("seide" nil (((s ay d) 1))) +("seidel" nil (((s ay) 1) ((d ax l) 0))) +("seidell" nil (((s ay) 1) ((d ax l) 0))) +("seidelman" nil (((s ay) 1) ((d ax l) 0) ((m ax n) 0))) +("seiden" nil (((s ay) 1) ((d ax n) 0))) +("seidenberg" nil (((s ay) 1) ((d ax n) 0) ((b er g) 0))) +("seider" nil (((s ay) 1) ((d er) 0))) +("seiders" nil (((s ay) 1) ((d er z) 0))) +("seidl" nil (((s ay) 1) ((d ax l) 0))) +("seidler" nil (((s ay d) 1) ((l er) 0))) +("seidman" nil (((s ay d) 1) ((m ax n) 0))) +("seidner" nil (((s ay d) 1) ((n er) 0))) +("seier" nil (((s ay) 1) ((er) 0))) +("seif" nil (((s iy f) 1))) +("seife" nil (((s iy f) 1))) +("seifer" nil (((s ay) 1) ((f er) 0))) +("seifert" nil (((s ay) 1) ((f er t) 0))) +("seiffert" nil (((s ay) 1) ((f er t) 0))) +("seifried" nil (((s ay) 1) ((f er) 0) ((iy d) 0))) +("seige" nil (((s iy jh) 1))) +("seigel" nil (((s ay) 1) ((g ax l) 0))) +("seiger" nil (((s ay) 1) ((g er) 0))) +("seigle" nil (((s iy) 1) ((g ax l) 0))) +("seigler" nil (((s ay) 1) ((g ax) 0) ((l er) 0))) +("seigniorage" nil (((s iy g) 1) ((n iy) 1) ((er) 0) ((ih jh) 0))) +("Seiichi" n (((s ey) 1) ((iy) 0) ((ch iy) 0))) +("seiji" nil (((s ey) 1) ((jh iy) 0))) +("seiki" nil (((s ey) 1) ((k iy) 0))) +("seiko" nil (((s ey) 1) ((k ow) 0))) +("seil" nil (((s ay l) 1))) +("seiler" nil (((s ay) 1) ((l er) 0))) +("seils" nil (((s ay l z) 1))) +("seim" nil (((s ay m) 1))) +("sein" nil (((s ay n) 1))) +("seine" nil (((s ey) 1) ((n iy) 0))) +("seinfeld" nil (((s ay n) 1) ((f eh l d) 0))) +("seip" nil (((s iy p) 1))) +("seipel" nil (((s ay) 1) ((p ax l) 0))) +("seiple" nil (((s iy) 1) ((p ax l) 0))) +("seipp" nil (((s iy p) 1))) +("seis" nil (((s iy s) 1))) +("seiser" nil (((s ay) 1) ((s er) 0))) +("seismic" nil (((s ay z) 1) ((m ih k) 0))) +("seismologist" nil (((s ay z) 1) ((m aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("seismologists" nil (((s ay z) 1) ((m aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("seismology" nil (((s ay z) 1) ((m aa) 1) ((l ax) 0) ((jh iy) 0))) +("seita" nil (((s ey) 1) ((t ax) 0))) +("seitel" nil (((s iy) 1) ((t eh l) 1))) +("seiter" nil (((s ay) 1) ((t er) 0))) +("seith" nil (((s iy th) 1))) +("seither" nil (((s ay) 1) ((dh er) 0))) +("seitman" nil (((s iy t) 1) ((m ax n) 0))) +("seitter" nil (((s ay) 1) ((t er) 0))) +("seitz" nil (((s ay t s) 1))) +("seitzinger" nil (((s ay t) 1) ((z ih ng) 0) ((er) 0))) +("seivert" nil (((s ay) 1) ((v er t) 0))) +("seiwert" nil (((s ay) 1) ((w er t) 0))) +("seix" nil (((s iy k s) 1))) +("seixas" nil (((s iy k) 1) ((s ax s) 0))) +("seiyaku" nil (((s ey) 1) ((y aa) 1) ((k uw) 1))) +("seiyu" nil (((s iy) 1) ((y uw) 0))) +("seize" nil (((s iy z) 1))) +("seized" nil (((s iy z d) 1))) +("seizes" nil (((s iy) 1) ((z ih z) 0))) +("seizing" nil (((s iy) 1) ((z ih ng) 0))) +("seizure" nil (((s iy) 1) ((zh er) 0))) +("seizures" nil (((s iy) 1) ((zh er z) 0))) +("sejm" nil (((s ey m) 1))) +("sekerak" nil (((s eh) 1) ((k er) 0) ((ax k) 0))) +("seki" nil (((s ey) 1) ((k iy) 0))) +("sekisui" nil (((s ey) 1) ((k ih) 0) ((s uw) 1) ((iy) 0))) +("sekula" nil (((s ih) 0) ((k uw) 1) ((l ax) 0))) +("sela" nil (((s eh) 1) ((l ax) 0))) +("selander" nil (((s eh) 1) ((l ax n) 0) ((d er) 0))) +("Selangor" nil (((s ah) 0) ((l aa) 1) ((ng ao r) 0))) +("selas" nil (((s eh) 1) ((l ax s) 0))) +("selassie" nil (((s ax) 0) ((l ae) 1) ((s iy) 0))) +("selbe" nil (((s eh l b) 1))) +("selberg" nil (((s eh l) 1) ((b er g) 0))) +("selby" nil (((s eh l) 1) ((b iy) 0))) +("selchow" nil (((s eh l) 1) ((ch aw) 0))) +("selda" nil (((s eh l) 1) ((d ax) 0))) +("seldane" nil (((s eh l) 1) ((d ey n) 1))) +("selden" nil (((s eh l) 1) ((d ax n) 0))) +("selders" nil (((s eh l) 1) ((d er z) 0))) +("seldin" nil (((s eh l) 1) ((d ih n) 0))) +("seldom" nil (((s eh l) 1) ((d ax m) 0))) +("seldon" nil (((s eh l) 1) ((d ax n) 0))) +("select" nil (((s ax) 0) ((l eh k t) 1))) +("selected" nil (((s ax) 0) ((l eh k) 1) ((t ax d) 0))) +("selecting" nil (((s ax) 0) ((l eh k) 1) ((t ih ng) 0))) +("selection" nil (((s ax) 0) ((l eh k) 1) ((sh ax n) 0))) +("selections" nil (((s ax) 0) ((l eh k) 1) ((sh ax n z) 0))) +("selective" nil (((s ax) 0) ((l eh k) 1) ((t ih v) 0))) +("selectively" nil (((s ax) 0) ((l eh k) 1) ((t ih) 0) ((v l iy) 0))) +("selectivity" nil (((s ih) 0) ((l eh k) 1) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("selectnet" nil (((s ax) 0) ((l eh k t) 1) ((n eh t) 1))) +("selects" nil (((s ax) 0) ((l eh k t s) 1))) +("selegie" nil (((s eh) 1) ((l ax) 0) ((g iy) 0))) +("selene" nil (((s ax) 0) ((l iy n) 1))) +("selenite" nil (((s eh) 1) ((l ih) 0) ((n ay t) 1))) +("selenium" nil (((s ax) 0) ((l iy) 1) ((n iy) 0) ((ax m) 0))) +("seles" nil (((s eh) 1) ((l eh s) 0))) +("seley" nil (((s iy) 1) ((l iy) 0))) +("self" nil (((s eh l f) 1))) +("selfish" nil (((s eh l) 1) ((f ih sh) 0))) +("selfishness" nil (((s eh l) 1) ((f ih) 0) ((sh n ax s) 0))) +("selfless" nil (((s eh l) 1) ((f l ax s) 0))) +("selfridge" nil (((s eh l) 1) ((f r ih jh) 0))) +("selfs" nil (((s eh l f s) 1))) +("selia" nil (((s eh) 1) ((l iy) 0) ((ax) 0))) +("selie" nil (((s eh) 1) ((l iy) 0))) +("selies" nil (((s eh) 1) ((l iy z) 0))) +("selig" nil (((s eh) 1) ((l ih g) 0))) +("seliga" nil (((s eh) 1) ((l ih) 0) ((g ax) 0))) +("seliger" nil (((s eh) 1) ((l ih) 0) ((g er) 0))) +("seligman" nil (((s eh) 1) ((l ih g) 0) ((m ax n) 0))) +("seligmann" nil (((s eh) 1) ((l ih g) 0) ((m ax n) 0))) +("seligson" nil (((s eh) 1) ((l ih g) 0) ((s ax n) 0))) +("selikoff" nil (((s eh) 1) ((l ih) 0) ((k ao f) 1))) +("selin" nil (((s eh) 1) ((l ih n) 0))) +("selina" nil (((s ax) 0) ((l iy) 1) ((n ax) 0))) +("selinda" nil (((s eh) 0) ((l iy n) 1) ((d ax) 0))) +("selinger" nil (((s eh) 1) ((l ih ng) 0) ((er) 0))) +("selk" nil (((s eh l k) 1))) +("selke" nil (((s eh l k) 1))) +("selkin" nil (((s eh l) 1) ((k ih n) 0))) +("selkirk" nil (((s eh l) 1) ((k er k) 0))) +("sell" nil (((s eh l) 1))) +("sella" nil (((s eh) 1) ((l ax) 0))) +("selland" nil (((s eh) 1) ((l ax n d) 0))) +("sellards" nil (((s eh) 1) ((l er d z) 0))) +("sellars" nil (((s eh) 1) ((l er z) 0))) +("selle" nil (((s eh l) 1))) +("selleck" nil (((s eh) 1) ((l ih k) 0))) +("sellen" nil (((s eh) 1) ((l ax n) 0))) +("seller" nil (((s eh) 1) ((l er) 0))) +("sellers" nil (((s eh) 1) ((l er z) 0))) +("selley" nil (((s eh) 1) ((l iy) 0))) +("sellick" nil (((s eh) 1) ((l ih k) 0))) +("sellier" nil (((s eh) 1) ((l y er) 0))) +("sellin" nil (((s eh) 1) ((l ih n) 0))) +("selling" nil (((s eh) 1) ((l ih ng) 0))) +("sellinger" nil (((s eh) 1) ((l ih ng) 0) ((er) 0))) +("sellman" nil (((s eh l) 1) ((m ax n) 0))) +("sellmeyer" nil (((s eh l) 1) ((m ay) 0) ((er) 0))) +("sellner" nil (((s eh l) 1) ((n er) 0))) +("selloff" nil (((s eh) 1) ((l ao f) 1))) +("selloffs" nil (((s eh) 1) ((l ao f s) 1))) +("sellon" nil (((s eh) 1) ((l ax n) 0))) +("sellout" nil (((s eh) 1) ((l aw t) 1))) +("sellouts" nil (((s eh) 1) ((l aw t s) 1))) +("sells" nil (((s eh l z) 1))) +("selma" nil (((s eh l) 1) ((m ax) 0))) +("selman" nil (((s eh l) 1) ((m ax n) 0))) +("selmer" nil (((s eh l) 1) ((m er) 0))) +("selmon" nil (((s eh l) 1) ((m ax n) 0))) +("selner" nil (((s eh l) 1) ((n er) 0))) +("selover" nil (((s eh) 1) ((l ax) 0) ((v er) 0))) +("selowsky" nil (((s eh) 0) ((l aw) 1) ((s k iy) 0))) +("selph" nil (((s eh l f) 1))) +("selsor" nil (((s eh l) 1) ((s er) 0))) +("seltz" nil (((s eh l t s) 1))) +("seltzer" nil (((s eh l t) 1) ((s er) 0))) +("selva" nil (((s ey l) 1) ((v ax) 0))) +("selvage" nil (((s eh l) 1) ((v ih jh) 0))) +("selvaggio" nil (((s eh l) 0) ((v aa) 1) ((jh iy) 0) ((ow) 0))) +("selves" nil (((s eh l v z) 1))) +("selvey" nil (((s eh l) 1) ((v iy) 0))) +("selvidge" nil (((s eh l) 1) ((v ih jh) 0))) +("selvig" nil (((s eh l) 1) ((v ih g) 0))) +("selway" nil (((s eh l) 1) ((w ey) 1))) +("selwin" nil (((s eh l) 1) ((w ih n) 0))) +("selwitz" nil (((s eh l) 1) ((w ih t s) 0))) +("selwyn" nil (((s eh l) 1) ((w ih n) 0))) +("selz" nil (((s eh l z) 1))) +("selzer" nil (((s eh l) 1) ((z er) 0))) +("sema" nil (((s iy) 1) ((m ax) 0))) +("seman" nil (((s iy) 1) ((m ax n) 0))) +("semans" nil (((s iy) 1) ((m ax n z) 0))) +("semantic" nil (((s ih) 0) ((m ae n) 1) ((t ih k) 0))) +("semantics" nil (((s ih) 0) ((m ae n) 1) ((t ih k s) 0))) +("sematech" nil (((s eh) 1) ((m ax) 0) ((t eh k) 1))) +("sembawang" nil (((s eh m) 0) ((b aa) 1) ((w aa ng) 0))) +("sember" nil (((s eh m) 1) ((b er) 0))) +("sembilan" nil (((s eh m) 2) ((b iy) 0) ((l aa n) 1))) +("semblance" nil (((s eh m) 1) ((b l ax n s) 0))) +("semegran" nil (((s eh) 1) ((m ax) 0) ((g r ax n) 0))) +("semel" nil (((s eh) 1) ((m ax l) 0))) +("semele" nil (((s eh) 1) ((m ax) 0) ((l iy) 1))) +("semen" nil (((s iy) 1) ((m ax n) 0))) +("semenza" nil (((s eh) 0) ((m eh n) 1) ((z ax) 0))) +("semerad" nil (((s eh) 1) ((m er) 0) ((ae d) 0))) +("semester" nil (((s ax) 0) ((m eh) 1) ((s t er) 0))) +("semesters" nil (((s ax) 0) ((m eh) 1) ((s t er z) 0))) +("semi" nil (((s eh) 1) ((m iy) 0))) +("semiannual" nil (((s eh) 1) ((m iy) 0) ((ae) 1) ((n y ax) 0) ((w ax l) 0))) +("semiannually" nil (((s eh) 1) ((m iy) 0) ((ae) 1) ((n uw) 0) ((ax) 0) ((l iy) 0))) +("semiautomatic" nil (((s eh) 1) ((m iy) 0) ((ao) 1) ((t ax) 0) ((m ae) 1) ((t ih k) 0))) +("semicircular" nil (((s eh) 1) ((m iy) 0) ((s er) 1) ((k y ax) 0) ((l er) 0))) +("semiclad" nil (((s eh) 1) ((m iy) 0) ((k l ae d) 1))) +("semiclassical" nil (((s eh) 1) ((m iy) 0) ((k l ae) 1) ((s ih) 0) ((k ax l) 0))) +("semicon" nil (((s eh) 1) ((m ih) 0) ((k aa n) 1))) +("semiconductor" nil (((s eh) 1) ((m iy) 0) ((k ax n) 0) ((d ah k) 1) ((t er) 0))) +("semiconductors" nil (((s eh) 1) ((m iy) 0) ((k ax n) 0) ((d ah k) 1) ((t er z) 0))) +("semicylindrical" nil (((s eh) 1) ((m iy) 0) ((s ax) 0) ((l ih n) 1) ((d r ih) 0) ((k ax l) 0))) +("semidrying" nil (((s eh) 1) ((m iy) 0) ((d r ay) 1) ((ih ng) 0))) +("semien" nil (((s eh) 1) ((m iy n) 0))) +("semifinal" nil (((s eh) 1) ((m iy) 0) ((f ay) 1) ((n ax l) 0))) +("semifinalists" nil (((s eh) 1) ((m iy) 0) ((f ay) 1) ((n ax) 0) ((l ih s t s) 0))) +("semifinals" nil (((s eh) 1) ((m iy) 0) ((f ay) 1) ((n ax l z) 0))) +("semifinished" nil (((s eh) 1) ((m iy) 0) ((f ih) 1) ((n ih sh t) 0))) +("semigloss" nil (((s eh) 1) ((m iy) 0) ((g l aa s) 1))) +("semilegendary" nil (((s eh) 1) ((m iy) 0) ((l eh) 1) ((jh ax n) 0) ((d eh) 1) ((r iy) 0))) +("seminal" nil (((s eh) 1) ((m ax) 0) ((n ax l) 0))) +("seminar" nil (((s eh) 1) ((m ax) 0) ((n aa r) 1))) +("seminara" nil (((s eh) 1) ((m ih) 0) ((n aa) 1) ((r ax) 0))) +("seminarian" nil (((s eh) 1) ((m ax) 0) ((n eh) 1) ((r iy) 0) ((ax n) 0))) +("seminarians" nil (((s eh) 1) ((m ax) 0) ((n eh) 1) ((r iy) 0) ((ax n z) 0))) +("seminaries" nil (((s eh) 1) ((m ax) 0) ((n eh) 1) ((r iy z) 0))) +("seminario" nil (((s eh) 1) ((m ih) 0) ((n eh) 1) ((r iy) 0) ((ow) 0))) +("seminars" nil (((s eh) 1) ((m ax) 0) ((n aa r z) 1))) +("seminary" nil (((s eh) 1) ((m ax) 0) ((n eh) 1) ((r iy) 0))) +("seminole" nil (((s eh) 1) ((m ih) 0) ((n ow l) 1))) +("semionenkov" nil (((s eh) 1) ((m iy) 0) ((ow) 0) ((n eh ng) 1) ((k aa v) 0))) +("semiotics" nil (((s iy) 1) ((m iy) 0) ((aa) 1) ((t ih k s) 0))) +("semipermanent" nil (((s eh) 1) ((m iy) 0) ((p er) 1) ((m ax) 0) ((n ax n t) 0))) +("semiprecious" nil (((s eh) 1) ((m iy) 0) ((p r eh) 1) ((sh ax s) 0))) +("semiprivate" n (((s eh) 1) ((m ay) 0) ((p r ay) 1) ((v ax t) 0))) +("semira" nil (((s eh) 0) ((m ih) 1) ((r ax) 0))) +("semireligious" nil (((s eh) 1) ((m iy) 0) ((r ih) 0) ((l ih) 1) ((jh ax s) 0))) +("semis" nil (((s eh) 1) ((m ay z) 0))) +("semisecrecy" nil (((s eh) 1) ((m iy) 0) ((s iy) 1) ((k r ax) 0) ((s iy) 0))) +("semitic" nil (((s ax) 0) ((m ih) 1) ((t ih k) 0))) +("semitism" nil (((s eh) 1) ((m ih) 0) ((t ih) 1) ((z ax m) 0))) +("semitrailer" nil (((s eh) 1) ((m iy) 0) ((t r ey) 1) ((l er) 0))) +("semitropical" nil (((s eh) 1) ((m iy) 0) ((t r aa) 1) ((p ih) 0) ((k ax l) 0))) +("semler" nil (((s eh m) 1) ((l er) 0))) +("semmel" nil (((s eh) 1) ((m ax l) 0))) +("semmens" nil (((s eh) 1) ((m ax n z) 0))) +("semmes" nil (((s eh m z) 1))) +("semmler" nil (((s eh m) 1) ((l er) 0))) +("semon" nil (((s eh) 1) ((m ax n) 0))) +("semones" nil (((s ey) 0) ((m ow) 1) ((n eh s) 0))) +("semple" nil (((s eh m) 1) ((p ax l) 0))) +("semrad" nil (((s eh) 1) ((m r ax d) 0))) +("semrau" nil (((s eh) 1) ((m r aw) 0))) +("semrow" nil (((s eh) 1) ((m r ow) 0))) +("sen" nil (((s eh n) 1))) +("sena" nil (((s eh) 1) ((n ax) 0))) +("senate" nil (((s eh) 1) ((n ax t) 0))) +("senator" nil (((s eh) 1) ((n ax) 0) ((t er) 0))) +("senatore" nil (((s eh) 0) ((n aa) 0) ((t ao) 1) ((r iy) 0))) +("senatorial" nil (((s eh) 1) ((n ax) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("senators" nil (((s eh) 1) ((n ax) 0) ((t er z) 0))) +("send" nil (((s eh n d) 1))) +("sendak" nil (((s eh n) 1) ((d ae k) 0))) +("sendelbach" nil (((s eh n) 1) ((d ih l) 0) ((b aa k) 0))) +("sender" nil (((s eh n) 1) ((d er) 0))) +("sendero" nil (((s eh n) 0) ((d eh) 1) ((r ow) 0))) +("senders" nil (((s eh n) 1) ((d er z) 0))) +("sending" nil (((s eh n) 1) ((d ih ng) 0))) +("sends" nil (((s eh n d z) 1))) +("seneca" nil (((s eh) 1) ((n ax) 0) ((k ax) 0))) +("senecal" nil (((s eh) 1) ((n ih) 0) ((k ax l) 0))) +("senechal" nil (((s eh) 1) ((n ih) 0) ((k ax l) 0))) +("seneff" nil (((s eh) 1) ((n ax f) 0))) +("senegal" nil (((s eh) 1) ((n ax) 0) ((g ao l) 1))) +("Senegalese" n (((s ax) 0) ((n ax) 0) ((g ao) 0) ((l iy z) 1))) +("seneker" nil (((s eh) 1) ((n ax) 0) ((k er) 0))) +("senesac" nil (((s eh) 1) ((n ih) 0) ((s ae k) 0))) +("senescence" nil (((s ax) 0) ((n eh) 1) ((s ax n s) 0))) +("senese" nil (((s eh) 1) ((n iy z) 0))) +("seney" nil (((s eh) 1) ((n iy) 0))) +("senf" nil (((s eh n f) 1))) +("senff" nil (((s eh n f) 1))) +("senft" nil (((s eh n f t) 1))) +("seng" nil (((s eh ng) 1))) +("senger" nil (((s eh ng) 1) ((er) 0))) +("sengers" nil (((s eh ng) 1) ((er z) 0))) +("sengkang" nil (((s eh ng) 1) ((k aa ng) 1))) +("senile" nil (((s iy) 1) ((n ay l) 1))) +("senility" nil (((s ax) 0) ((n ih) 1) ((l ax) 0) ((t iy) 0))) +("senior" nil (((s iy) 1) ((n y er) 0))) +("seniority" nil (((s iy) 0) ((n y ao) 1) ((r ih) 0) ((t iy) 0))) +("seniornet" nil (((s iy) 1) ((n y er) 0) ((n eh t) 1))) +("seniors" nil (((s iy) 1) ((n y er z) 0))) +("senja" nil (((s eh) 1) ((n y ax) 0))) +("senk" nil (((s eh ng k) 1))) +("senkbeil" nil (((s eh ng k) 1) ((b ay l) 1))) +("senko" nil (((s eh ng) 1) ((k ow) 0))) +("senn" nil (((s eh n) 1))) +("senna" nil (((s eh) 1) ((n ax) 0))) +("senne" nil (((s eh n) 1))) +("senner" nil (((s eh) 1) ((n er) 0))) +("sennet" nil (((s eh) 1) ((n ax t) 0))) +("sennett" nil (((s eh) 1) ((n ih t) 0))) +("sennott" nil (((s eh) 1) ((n ax t) 0))) +("sens" nil (((s eh n z) 1))) +("sensabaugh" nil (((s eh n) 1) ((s ax) 0) ((b ao) 1))) +("sensation" nil (((s eh n) 0) ((s ey) 1) ((sh ax n) 0))) +("sensational" nil (((s eh n) 0) ((s ey) 1) ((sh ax) 0) ((n ax l) 0))) +("sensationalism" nil (((s eh n) 0) ((s ey) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 1) ((z ax m) 0))) +("sensationalist" nil (((s eh n) 0) ((s ey) 1) ((sh ax) 0) ((n ax) 0) ((l ih s t) 0))) +("sensationalistic" nil (((s eh n) 0) ((s ey) 1) ((sh ax) 0) ((n ax) 0) ((l ih) 1) ((s t ih k) 0))) +("sensations" nil (((s eh n) 0) ((s ey) 1) ((sh ax n z) 0))) +("sense" nil (((s eh n s) 1))) +("sensed" nil (((s eh n s t) 1))) +("senseless" nil (((s eh n) 1) ((s l ax s) 0))) +("sensenbrenner" nil (((s eh n) 1) ((s ax n) 0) ((b r eh) 1) ((n er) 0))) +("senseney" nil (((s eh n) 1) ((s ih) 0) ((n iy) 0))) +("sensenig" nil (((s eh n) 1) ((s ih) 0) ((n ih g) 0))) +("senses" nil (((s eh n) 1) ((s ih z) 0))) +("sensibilities" nil (((s eh n) 1) ((s ih) 0) ((b ih) 1) ((l ih) 0) ((t iy z) 0))) +("sensibility" nil (((s eh n) 1) ((s ih) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("sensible" nil (((s eh n) 1) ((s ax) 0) ((b ax l) 0))) +("sensibly" nil (((s eh n) 1) ((s ax) 0) ((b l iy) 0))) +("sensing" nil (((s eh n) 1) ((s ih ng) 0))) +("sensitive" nil (((s eh n) 1) ((s ax) 0) ((t ih v) 0))) +("sensitively" nil (((s eh n) 1) ((s ih) 0) ((t ih) 0) ((v l iy) 0))) +("sensitiveness" nil (((s eh n) 1) ((s ax) 0) ((t ih v) 0) ((n ax s) 0))) +("sensitivities" nil (((s eh n) 1) ((s ih) 0) ((t ih) 1) ((v ih) 0) ((t iy z) 0))) +("sensitivity" nil (((s eh n) 1) ((s ih) 0) ((t ih) 1) ((v ih) 0) ((t iy) 0))) +("sensitized" nil (((s eh n) 1) ((s ax) 0) ((t ay z d) 1))) +("senske" nil (((s eh n s k) 1))) +("sensor" nil (((s eh n) 1) ((s er) 0))) +("sensormatic" nil (((s eh n) 1) ((s er) 0) ((m ae) 1) ((t ih k) 0))) +("sensors" nil (((s eh n) 1) ((s er z) 0))) +("sensory" nil (((s eh n) 1) ((s er) 0) ((iy) 0))) +("sensual" nil (((s eh n) 1) ((ch ax) 0) ((w ax l) 0))) +("sensuality" nil (((s eh n) 1) ((ch ax) 0) ((w ae) 1) ((l ax) 0) ((t iy) 0))) +("sensuous" nil (((s eh n) 1) ((ch ax) 0) ((w ax s) 0))) +("sent" nil (((s eh n t) 1))) +("sentell" nil (((s eh n) 1) ((t ax l) 0))) +("sentelle" nil (((s eh n) 0) ((t eh l) 1))) +("sentence" nil (((s eh n) 1) ((t ax n s) 0))) +("sentenced" nil (((s eh n) 1) ((t ax n s t) 0))) +("sentences" nil (((s eh n) 1) ((t ax n) 0) ((s ax z) 0))) +("sentencing" nil (((s eh n) 1) ((t ax n) 0) ((s ih ng) 0))) +("senter" nil (((s eh n) 1) ((t er) 0))) +("senters" nil (((s eh n) 1) ((t er z) 0))) +("sentiment" nil (((s eh n) 1) ((t ax) 0) ((m ax n t) 0))) +("sentimental" nil (((s eh n) 1) ((t ax) 0) ((m eh n) 1) ((t ax l) 0))) +("sentimentality" nil (((s eh n) 1) ((t ax) 0) ((m eh n) 0) ((t ae) 1) ((l ih) 0) ((t iy) 0))) +("sentiments" nil (((s eh n) 1) ((t ax) 0) ((m ax n t s) 0))) +("sentinel" nil (((s eh n) 1) ((t ax) 0) ((n ax l) 0))) +("sentinels" nil (((s eh n) 1) ((t ax) 0) ((n ax l z) 0))) +("sentman" nil (((s eh n t) 1) ((m ax n) 0))) +("sentra" nil (((s eh n) 1) ((t r ax) 0))) +("sentras" nil (((s eh n) 1) ((t r ax s) 0))) +("sentries" nil (((s eh n) 1) ((t r iy z) 0))) +("sentry" nil (((s eh n) 1) ((t r iy) 0))) +("sentz" nil (((s eh n t s) 1))) +("senzaki" nil (((s ey n) 0) ((z aa) 1) ((k iy) 0))) +("seo" nil (((s iy) 1) ((ow) 0))) +("seoul" nil (((s ow l) 1))) +("seow" nil (((s iy) 1) ((ow) 0))) +("SEP" nil (((eh s) 1) ((iy) 1) ((p iy) 1))) +("separate" n (((s eh) 1) ((p r ax t) 0))) +("separate" v (((s eh) 1) ((p er) 0) ((ey t) 1))) +("separated" nil (((s eh) 1) ((p er) 0) ((ey) 1) ((t ax d) 0))) +("separately" nil (((s eh) 1) ((p er) 0) ((ax t) 0) ((l iy) 0))) +("separateness" nil (((s eh) 1) ((p er) 0) ((ax t) 0) ((n ax s) 0))) +("separates" n (((s eh) 1) ((p er) 0) ((ih t s) 0))) +("separates" v (((s eh) 1) ((p er) 0) ((ey t s) 1))) +("separating" nil (((s eh) 1) ((p er) 0) ((ey) 1) ((t ih ng) 0))) +("separation" nil (((s eh) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("separations" nil (((s eh) 1) ((p er) 0) ((ey) 1) ((sh ax n z) 0))) +("separatism" nil (((s eh) 1) ((p er) 0) ((ax) 0) ((t ih) 1) ((z ax m) 0))) +("separatist" nil (((s eh) 1) ((p er) 0) ((ax) 0) ((t ih s t) 0))) +("separatists" nil (((s eh) 1) ((p er) 0) ((ax) 0) ((t ih s t s) 0))) +("sepe" nil (((s iy p) 1))) +("sepeda" nil (((s ey) 0) ((p ey) 1) ((d ax) 0))) +("sephardic" nil (((s ax) 0) ((f aa r) 1) ((d ih k) 0))) +("sephardim" nil (((s ih) 0) ((f aa r) 1) ((d ih m) 0))) +("sephora" nil (((s ax) 0) ((f ao) 1) ((r ax) 0))) +("sepich" nil (((s eh) 1) ((p ih ch) 0))) +("sepik" nil (((s eh) 1) ((p ih k) 0))) +("sepp" nil (((s eh p) 1))) +("seppala" nil (((s eh) 0) ((p aa) 1) ((l ax) 0))) +("seppi" nil (((s eh) 1) ((p iy) 0))) +("sepsis" nil (((s eh p) 1) ((s ih s) 0))) +("sept" nil (((s eh p t) 1))) +("septa" nil (((s eh p) 1) ((t ax) 0))) +("september" nil (((s eh p) 0) ((t eh m) 1) ((b er) 0))) +("septer" nil (((s eh p) 1) ((t er) 0))) +("septic" nil (((s eh p) 1) ((t ih k) 0))) +("septima" nil (((s eh p) 0) ((t iy) 1) ((m ax) 0))) +("septimus" nil (((s eh p) 1) ((t ih) 0) ((m ih s) 0))) +("septuagenarian" nil (((s eh p) 0) ((ch uw) 1) ((ax) 0) ((jh ax) 0) ((n eh) 1) ((r iy) 0) ((ax n) 0))) +("sepulchral" n (((s ax) 0) ((p uh l) 1) ((k r ax l) 0))) +("sepulvado" nil (((s ey) 0) ((p uw l) 0) ((v aa) 1) ((d ow) 0))) +("sepulveda" nil (((s ey) 0) ((p uw l) 0) ((v ey) 1) ((d ax) 0))) +("sequa" nil (((s eh) 1) ((k w ax) 0))) +("sequeira" nil (((s ey) 0) ((k w eh) 1) ((r ax) 0))) +("sequel" nil (((s iy) 1) ((k w ax l) 0))) +("sequels" nil (((s iy) 1) ((k w ax l z) 0))) +("sequence" nil (((s iy) 1) ((k w ax n s) 0))) +("sequences" nil (((s iy) 1) ((k w ax n) 0) ((s ax z) 0))) +("sequencing" nil (((s iy) 1) ((k w ax n) 0) ((s ih ng) 0))) +("sequent" nil (((s iy) 1) ((k w ax n t) 0))) +("sequential" nil (((s ax) 0) ((k w eh n) 1) ((ch ax l) 0))) +("sequentially" nil (((s ax) 0) ((k w eh n) 1) ((ch ax) 0) ((l iy) 0))) +("sequester" nil (((s ih) 0) ((k w eh) 1) ((s t er) 0))) +("sequestered" nil (((s ih) 0) ((k w eh) 1) ((s t er d) 0))) +("sequestering" nil (((s ih) 0) ((k w eh) 1) ((s t er) 0) ((ih ng) 0))) +("sequesters" nil (((s ih) 0) ((k w eh) 1) ((s t er z) 0))) +("sequestration" nil (((s eh) 1) ((k w ax) 0) ((s t r ey) 1) ((sh ax n) 0))) +("sequin" nil (((s iy) 1) ((k w ax n) 0))) +("sequined" nil (((s iy) 1) ((k w ax n d) 0))) +("sequins" n (((s iy) 1) ((k w ax n z) 0))) +("sequitur" nil (((s eh) 1) ((k w ih) 0) ((t er) 0))) +("sequoia" nil (((s ih) 0) ((k w oy) 1) ((ax) 0))) +("sequoias" nil (((s ih) 0) ((k w oy) 1) ((ax z) 0))) +("sequoyah" nil (((s ax) 0) ((k w oy) 1) ((ax) 0))) +("sera" nil (((s ih) 1) ((r ax) 0))) +("serafin" nil (((s eh) 1) ((r ax) 0) ((f ih n) 0))) +("serafina" nil (((s er) 0) ((aa) 0) ((f iy) 1) ((n ax) 0))) +("serafine" nil (((s er) 0) ((aa) 0) ((f iy) 1) ((n iy) 0))) +("serafini" nil (((s er) 0) ((aa) 0) ((f iy) 1) ((n iy) 0))) +("serafino" nil (((s er) 0) ((aa) 0) ((f iy) 1) ((n ow) 0))) +("serangoon" nil (((s ax) 0) ((r ae n) 1) ((g uw n) 0))) +("seraphina" nil (((s er) 0) ((aa) 0) ((f iy) 1) ((n ax) 0))) +("seraphine" nil (((s er) 0) ((aa) 0) ((f iy) 1) ((n iy) 0))) +("seratti" nil (((s eh) 0) ((r aa) 1) ((t iy) 0))) +("serb" nil (((s er b) 1))) +("serbia" nil (((s er) 1) ((b iy) 0) ((ax) 0))) +("serbian" nil (((s er) 1) ((b iy) 0) ((ax n) 0))) +("serbians" nil (((s er) 1) ((b iy) 0) ((ax n z) 0))) +("serbias" nil (((s er) 1) ((b iy) 0) ((ax z) 0))) +("serbin" nil (((s er) 1) ((b ih n) 0))) +("serbs" nil (((s er b z) 1))) +("serco" nil (((s er) 1) ((k ow) 0))) +("serda" nil (((s eh r) 1) ((d ax) 0))) +("sere" nil (((s ih r) 1))) +("serenade" nil (((s eh) 1) ((r ax) 0) ((n ey d) 1))) +("serenaded" nil (((s eh) 1) ((r ax) 0) ((n ey) 1) ((d ih d) 0))) +("serenades" n (((s eh) 1) ((r ax) 0) ((n ey d z) 1))) +("serendipitous" nil (((s eh) 1) ((r ax n) 0) ((d ih) 1) ((p ih) 0) ((t ax s) 0))) +("serendipity" nil (((s eh) 1) ((r ax n) 0) ((d ih) 1) ((p ih) 0) ((t iy) 0))) +("serene" nil (((s er) 0) ((iy n) 1))) +("serenely" nil (((s er) 0) ((iy) 1) ((n ax) 0) ((l iy) 0))) +("serengeti" nil (((s eh) 1) ((r ax n) 0) ((g eh) 1) ((t iy) 0))) +("serenity" nil (((s er) 0) ((eh) 1) ((n ax) 0) ((t iy) 0))) +("sereno" nil (((s eh) 0) ((r ey) 1) ((n ow) 0))) +("seres" nil (((s iy r z) 1))) +("serex" nil (((s eh) 1) ((r ax k s) 0))) +("serf" nil (((s er f) 1))) +("serfass" nil (((s er) 1) ((f ae s) 1))) +("serfin" nil (((s er) 1) ((f ih n) 0))) +("serfling" nil (((s er) 1) ((f l ih ng) 0))) +("serfs" nil (((s er f s) 1))) +("serge" nil (((s er jh) 1))) +("sergeant" nil (((s aa r) 1) ((jh ax n t) 0))) +("sergeants" nil (((s aa r) 1) ((jh ax n t s) 0))) +("sergei" nil (((s er) 0) ((g ey) 1))) +("sergent" nil (((s er) 1) ((jh ax n t) 0))) +("sergi" nil (((s eh r) 1) ((jh iy) 0))) +("sergio" nil (((s er) 1) ((jh iy) 0) ((ow) 0))) +("sergius" nil (((s er) 1) ((jh iy) 0) ((ax s) 0))) +("seria" nil (((s iy) 1) ((r iy) 0) ((ax) 0))) +("serial" nil (((s ih) 1) ((r iy) 0) ((ax l) 0))) +("serialized" nil (((s ih) 1) ((r iy) 0) ((ax) 0) ((l ay z d) 1))) +("serials" nil (((s ih) 1) ((r iy) 0) ((ax l z) 0))) +("series" nil (((s ih) 1) ((r iy z) 0))) +("serilda" nil (((s er) 0) ((iy l) 1) ((d ax) 0))) +("serino" nil (((s er) 0) ((iy) 1) ((n ow) 0))) +("serio" nil (((s iy) 1) ((r iy) 0) ((ow) 0))) +("serious" nil (((s ih) 1) ((r iy) 0) ((ax s) 0))) +("seriously" nil (((s ih) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("seriousness" nil (((s ih) 1) ((r iy) 0) ((ax) 0) ((s n ax s) 0))) +("serle" nil (((s ao) 1) ((r ax l) 0))) +("serlin" nil (((s er) 1) ((l ih n) 0))) +("serlo" nil (((s eh r) 1) ((l ow) 0))) +("sermersheim" nil (((s er) 1) ((m er s) 0) ((hh ay m) 0))) +("sermon" nil (((s er) 1) ((m ax n) 0))) +("sermons" nil (((s er) 1) ((m ax n z) 0))) +("serna" nil (((s eh r) 1) ((n ax) 0))) +("seroka" nil (((s eh) 0) ((r ow) 1) ((k ax) 0))) +("serology" nil (((s eh) 0) ((r aa) 1) ((l ax) 0) ((jh iy) 0))) +("serono" nil (((s eh) 1) ((r aa) 1) ((n ow) 0))) +("serota" nil (((s er) 0) ((ow) 1) ((t ax) 0))) +("serotonin" nil (((s er) 0) ((ow) 1) ((t ax) 0) ((n ih n) 0))) +("serpa" nil (((s eh r) 1) ((p ax) 0))) +("serpas" nil (((s er) 1) ((p ax z) 0))) +("serpe" nil (((s er p) 1))) +("serpent" nil (((s er) 1) ((p ax n t) 0))) +("serpentine" nil (((s er) 1) ((p ax n) 0) ((t ay n) 1))) +("serpents" nil (((s er) 1) ((p ax n t s) 0))) +("serpico" nil (((s er) 0) ((p iy) 1) ((k ow) 0))) +("serr" nil (((s eh r) 1))) +("serra" nil (((s eh) 1) ((r ax) 0))) +("serrano" nil (((s er) 0) ((aa) 1) ((n ow) 0))) +("serrao" nil (((s eh) 1) ((r aw) 0))) +("serrated" nil (((s eh) 1) ((r ey) 1) ((t ih d) 0))) +("serrato" nil (((s er) 0) ((aa) 1) ((t ow) 0))) +("serratore" nil (((s er) 0) ((aa) 0) ((t ao) 1) ((r iy) 0))) +("serres" nil (((s eh) 1) ((r eh s) 0))) +("Serrill" n (((s eh) 1) ((r ax l) 0))) +("serritella" nil (((s eh) 1) ((r ih) 0) ((t eh) 1) ((l ax) 0))) +("sertich" nil (((s er) 1) ((t ih k) 0))) +("serum" nil (((s ih) 1) ((r ax m) 0))) +("serv" nil (((s er v) 1))) +("servaas" nil (((s er) 1) ((v aa s) 0))) +("servais" nil (((s er) 0) ((v ey) 1))) +("servam" nil (((s er) 1) ((v ax m) 0))) +("servan" nil (((s er) 1) ((v ax n) 0))) +("servant" nil (((s er) 1) ((v ax n t) 0))) +("servants" nil (((s er) 1) ((v ax n t s) 0))) +("serve" nil (((s er v) 1))) +("served" nil (((s er v d) 1))) +("servello" nil (((s er) 0) ((v eh) 1) ((l ow) 0))) +("server" nil (((s er) 1) ((v er) 0))) +("servers" nil (((s er) 1) ((v er z) 0))) +("serves" nil (((s er v z) 1))) +("service" nil (((s er) 1) ((v ih s) 0))) +("service" nil (((s er) 1) ((v ax s) 0))) +("serviceable" nil (((s er) 1) ((v ax) 0) ((s ax) 0) ((b ax l) 0))) +("serviced" nil (((s er) 1) ((v ih s t) 0))) +("serviceman" nil (((s er) 1) ((v ax) 0) ((s m ae n) 1))) +("servicemaster" nil (((s er) 1) ((v ih) 0) ((s m ae) 1) ((s t er) 0))) +("servicemen" nil (((s er) 1) ((v ax) 0) ((s m eh n) 0))) +("servicer" nil (((s er) 1) ((v ih) 0) ((s er) 0))) +("services" nil (((s er) 1) ((v ih) 0) ((s ih z) 0))) +("services" nil (((s er) 1) ((v ax) 0) ((s ax z) 0))) +("servicing" nil (((s er) 1) ((v ih) 0) ((s ih ng) 0))) +("servico" nil (((s er) 1) ((v ih) 0) ((k ow) 1))) +("servidio" nil (((s er) 0) ((v iy) 1) ((d iy) 0) ((ow) 0))) +("servile" nil (((s er) 1) ((v ax l) 0))) +("servin" nil (((s er) 1) ((v ih n) 0))) +("serving" nil (((s er) 1) ((v ih ng) 0))) +("servings" nil (((s er) 1) ((v ih ng z) 0))) +("serviou" nil (((s er) 1) ((v iy) 0) ((uw) 0))) +("servis" nil (((s er) 1) ((v ih s) 0))) +("serviss" nil (((s er) 1) ((v ih s) 0))) +("servitude" nil (((s er) 1) ((v ax) 0) ((t uw d) 1))) +("servo" nil (((s er) 1) ((v ow) 0))) +("sesame" nil (((s eh) 1) ((s ax) 0) ((m iy) 0))) +("sesdaq" nil (((s eh s) 1) ((d ae k) 0))) +("Sese" n (((s eh) 1) ((s iy) 1))) +("sesit" nil (((s eh) 1) ((z ih t) 0))) +("seskar" nil (((s eh) 1) ((s k aa r) 1))) +("sesler" nil (((s eh) 1) ((s ax) 0) ((l er) 0))) +("sesno" nil (((s eh) 1) ((s n ow) 1))) +("sessa" nil (((s eh) 1) ((s ax) 0))) +("session" nil (((s eh) 1) ((sh ax n) 0))) +("sessions" nil (((s eh) 1) ((sh ax n z) 0))) +("sessler" nil (((s eh) 1) ((s l er) 0))) +("sessoms" nil (((s eh) 1) ((s ax m z) 0))) +("sessums" nil (((s eh) 1) ((s ax m z) 0))) +("sestak" nil (((s eh) 1) ((s t ax k) 0))) +("sestanovich" nil (((s eh) 0) ((s t ae) 1) ((n ax) 0) ((v ih ch) 0))) +("sestito" nil (((s eh) 0) ((s t iy) 1) ((t ow) 0))) +("set" nil (((s eh t) 1))) +("setaro" nil (((s eh) 0) ((t aa) 1) ((r ow) 0))) +("setback" nil (((s eh t) 1) ((b ae k) 1))) +("setbacks" nil (((s eh t) 1) ((b ae k s) 1))) +("seth" nil (((s eh th) 1))) +("sether" nil (((s eh) 1) ((dh er) 0))) +("sethi" nil (((s eh) 1) ((th iy) 0))) +("sethness" nil (((s eh th) 1) ((n ax s) 0))) +("seti" nil (((s eh) 1) ((t iy) 1))) +("setliff" nil (((s eh t) 1) ((l ih f) 0))) +("seto" nil (((s eh) 1) ((t ow) 0))) +("seton" nil (((s iy) 1) ((t ax n) 0))) +("sets" nil (((s eh t s) 1))) +("setser" nil (((s eh t) 1) ((s er) 0))) +("settanni" nil (((s eh) 0) ((t aa) 1) ((n iy) 0))) +("sette" nil (((s eh t) 1))) +("setter" nil (((s eh) 1) ((t er) 0))) +("setterlund" nil (((s eh) 1) ((t er) 0) ((l ax n d) 0))) +("setters" nil (((s eh) 1) ((t er z) 0))) +("setting" nil (((s eh) 1) ((t ih ng) 0))) +("settings" nil (((s eh) 1) ((t ih ng z) 0))) +("settle" nil (((s eh) 1) ((t ax l) 0))) +("settled" nil (((s eh) 1) ((t ax l d) 0))) +("settlement" nil (((s eh) 1) ((t ax l) 0) ((m ax n t) 0))) +("settlements" nil (((s eh) 1) ((t ax l) 0) ((m ax n t s) 0))) +("settlemire" nil (((s eh t) 1) ((l ih) 0) ((m ay r) 1))) +("settlemyre" nil (((s eh t) 1) ((l ih) 0) ((m ay r) 1))) +("settler" nil (((s eh) 1) ((t ax) 0) ((l er) 0))) +("settlers" nil (((s eh t) 1) ((l er z) 0))) +("settles" nil (((s eh) 1) ((t ax l z) 0))) +("settling" nil (((s eh) 1) ((t ax) 0) ((l ih ng) 0))) +("settsu" nil (((s eh t) 1) ((s uw) 0))) +("setty" nil (((s eh) 1) ((t iy) 0))) +("setup" nil (((s eh) 1) ((t ah p) 1))) +("setups" nil (((s eh) 1) ((t ah p s) 1))) +("setzer" nil (((s eh t) 1) ((z er) 0))) +("setzler" nil (((s eh t) 1) ((s l er) 0))) +("seubert" nil (((s uw) 1) ((b er t) 0))) +("seufert" nil (((s uw) 1) ((f er t) 0))) +("Seurat" n (((s uw) 1) ((r ax t) 0))) +("Seuss" n (((s uw s) 1))) +("sevcik" nil (((s eh v) 1) ((s ih k) 0))) +("seve" nil (((s eh) 1) ((v ey) 0))) +("seven" nil (((s eh) 1) ((v ax n) 0))) +("sevenfold" nil (((s eh) 1) ((v ax n) 0) ((f ow l d) 1))) +("sevens" nil (((s eh) 1) ((v ax n z) 0))) +("seventeen" nil (((s eh) 1) ((v ax n) 0) ((t iy n) 1))) +("seventeens" nil (((s eh) 1) ((v ax n) 0) ((t iy n z) 1))) +("seventeenth" nil (((s eh) 1) ((v ax n) 0) ((t iy n th) 1))) +("seventh" nil (((s eh) 1) ((v ax n th) 0))) +("sevenths" nil (((s eh) 1) ((v ax n th s) 0))) +("seventies" nil (((s eh) 1) ((v ax n) 0) ((t iy z) 0))) +("seventieth" nil (((s eh) 1) ((v ax n) 0) ((t iy) 0) ((ih th) 0))) +("seventy" nil (((s eh) 1) ((v ax n) 0) ((t iy) 0))) +("sever" nil (((s eh) 1) ((v er) 0))) +("severa" nil (((s ey) 0) ((v eh) 1) ((r ax) 0))) +("several" nil (((s eh) 1) ((v r ax l) 0))) +("severally" nil (((s eh) 1) ((v r ax) 0) ((l iy) 0))) +("severance" nil (((s eh) 1) ((v er) 0) ((ax n s) 0))) +("severe" nil (((s ax) 0) ((v ih r) 1))) +("severed" nil (((s eh) 1) ((v er d) 0))) +("severely" nil (((s ax) 0) ((v ih r) 1) ((l iy) 0))) +("severest" nil (((s ax) 0) ((v ih) 1) ((r ax s t) 0))) +("severin" nil (((s eh) 1) ((v er) 0) ((ih n) 0))) +("severing" nil (((s eh) 1) ((v er) 0) ((ih ng) 0))) +("severini" nil (((s eh) 0) ((v er) 0) ((iy) 1) ((n iy) 0))) +("severino" nil (((s eh) 0) ((v er) 0) ((iy) 1) ((n ow) 0))) +("severity" nil (((s ih) 0) ((v eh) 1) ((r ih) 0) ((t iy) 0))) +("severn" nil (((s eh) 1) ((v er n) 0))) +("severns" nil (((s eh) 1) ((v er n z) 0))) +("severs" nil (((s eh) 1) ((v er z) 0))) +("severson" nil (((s eh) 1) ((v er) 0) ((s ax n) 0))) +("severt" nil (((s eh) 1) ((v er t) 0))) +("severtson" nil (((s eh) 1) ((v er t) 0) ((s ax n) 0))) +("sevey" nil (((s ih) 0) ((v ey) 1))) +("sevick" nil (((s eh) 1) ((v ih k) 0))) +("sevier" nil (((s eh) 1) ((v y er) 0))) +("sevigny" nil (((s ih) 0) ((v ih g) 1) ((n iy) 0))) +("sevilla" nil (((s eh) 0) ((v ih) 1) ((l ax) 0))) +("seville" nil (((s ax) 0) ((v ih l) 1))) +("sevin" nil (((s eh) 1) ((v ih n) 0))) +("sevruga" nil (((s eh) 1) ((v r uw) 1) ((g ax) 0))) +("sevy" nil (((s iy) 1) ((v iy) 0))) +("sew" nil (((s ow) 1))) +("sewage" nil (((s uw) 1) ((ax jh) 0))) +("sewald" nil (((s uw) 1) ((ax l d) 0))) +("sewall" nil (((s uw) 1) ((ax l) 0))) +("seward" nil (((s uw) 1) ((er d) 0))) +("sewed" nil (((s ow d) 1))) +("sewell" nil (((s uw) 1) ((ax l) 0))) +("sewer" nil (((s uw) 1) ((er) 0))) +("sewerage" nil (((s uw) 1) ((er) 0) ((ih jh) 0))) +("sewers" nil (((s uw) 1) ((er z) 0))) +("sewing" nil (((s ow) 1) ((ih ng) 0))) +("sewn" nil (((s ow n) 1))) +("sex" nil (((s eh k s) 1))) +("sexauer" nil (((s eh k) 1) ((s aw) 0) ((er) 0))) +("sexes" nil (((s eh k) 1) ((s ax z) 0))) +("sexier" nil (((s eh k) 1) ((s iy) 0) ((er) 0))) +("sexiest" nil (((s eh k) 1) ((s iy) 0) ((ax s t) 0))) +("sexism" nil (((s eh k) 1) ((s ih) 0) ((z ax m) 0))) +("sexist" nil (((s eh k) 1) ((s ih s t) 0))) +("sexson" nil (((s eh k) 1) ((s ax n) 0))) +("sextet" nil (((s eh k) 0) ((s t eh t) 1))) +("sexton" nil (((s eh k) 1) ((s t ax n) 0))) +("sextus" nil (((s eh k) 1) ((s t ax s) 0))) +("sexual" nil (((s eh k) 1) ((sh uw) 0) ((ax l) 0))) +("sexuality" nil (((s eh k) 1) ((sh uw) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("sexually" nil (((s eh k) 1) ((sh uw) 0) ((ax) 0) ((l iy) 0))) +("sexy" nil (((s eh k) 1) ((s iy) 0))) +("seybert" nil (((s ey) 1) ((b er t) 0))) +("seybold" nil (((s ey) 1) ((b ow l d) 1))) +("seydel" nil (((s ey) 1) ((d ax l) 0))) +("seydoux" nil (((s ey) 1) ((d uw) 1))) +("seyer" nil (((s ey) 1) ((er) 0))) +("seyfarth" nil (((s ey) 1) ((f aa r th) 1))) +("seyfert" nil (((s ey) 1) ((f er t) 0))) +("seyfried" nil (((s ey) 1) ((f er) 0) ((iy d) 0))) +("seyler" nil (((s ey) 1) ((l er) 0))) +("seyller" nil (((s ey) 1) ((l er) 0))) +("seymore" nil (((s iy) 1) ((m ao r) 0))) +("seymour" nil (((s iy) 1) ((m ao r) 0))) +("sfernice" nil (((s f er) 1) ((n ih s) 0))) +("sferra" nil (((s f eh) 1) ((r ax) 0))) +("sferrazza" nil (((s f er) 0) ((aa t) 1) ((s ax) 0))) +("sffed" nil (((s f eh d) 1))) +("sforza" nil (((s f ao r) 1) ((z ax) 0))) +("sfuzzi" nil (((s f uw t) 1) ((z iy) 0))) +("sg" nil (((eh s) 1) ((jh iy) 1))) +("sgambati" nil (((s k aa m) 0) ((b aa) 1) ((t iy) 0))) +("sgro" nil (((s k r ow) 1))) +("sgroi" nil (((s k r oy) 1))) +("sh" nil (((eh) 1) ((s ey ch) 1))) +("sha" nil (((sh aa) 1))) +("shaak" nil (((sh aa k) 1))) +("shaanxi" nil (((sh aa n) 1) ((sh iy) 1))) +("shaath" nil (((sh aa th) 1))) +("shabazz" nil (((sh aa) 1) ((b aa z) 0))) +("shabby" nil (((sh ae) 1) ((b iy) 0))) +("shaber" nil (((sh ey) 1) ((b er) 0))) +("shack" nil (((sh ae k) 1))) +("shackelford" nil (((sh ae) 1) ((k ih l) 0) ((f er d) 0))) +("shackelton" nil (((sh ax) 0) ((k eh l) 1) ((t ax n) 0))) +("shackett" nil (((sh ae) 1) ((k ih t) 0))) +("shackle" nil (((sh ae) 1) ((k ax l) 0))) +("shackled" nil (((sh ae) 1) ((k ax l d) 0))) +("shackleford" nil (((sh ae) 1) ((k l ih) 0) ((f er d) 0))) +("shackles" nil (((sh ae) 1) ((k ax l z) 0))) +("shackleton" nil (((sh ae) 1) ((k ax l) 0) ((t ax n) 0))) +("shacklett" nil (((sh ae) 1) ((k l ih t) 0))) +("shacks" nil (((sh ae k s) 1))) +("shad" nil (((sh ae d) 1))) +("shadbush" nil (((sh ae d) 1) ((b uh sh) 1))) +("shadd" nil (((sh ae d) 1))) +("shadden" nil (((sh ae) 1) ((d ax n) 0))) +("shaddix" nil (((sh ae) 1) ((d ih k s) 0))) +("shaddock" nil (((sh ae) 1) ((d ax k) 0))) +("shadduck" nil (((sh ae) 1) ((d ax k) 0))) +("shade" nil (((sh ey d) 1))) +("shaded" nil (((sh ey) 1) ((d ih d) 0))) +("shadel" nil (((sh ae) 1) ((d ax l) 0))) +("shader" nil (((sh ey) 1) ((d er) 0))) +("shades" nil (((sh ey d z) 1))) +("shadid" nil (((sh ae) 1) ((d ih d) 0))) +("shading" nil (((sh ey) 1) ((d ih ng) 0))) +("shadings" nil (((sh ey) 1) ((d ih ng z) 0))) +("shadle" nil (((sh ey) 1) ((d ax l) 0))) +("shadley" nil (((sh ae d) 1) ((l iy) 0))) +("shadoan" nil (((sh ae) 1) ((d ow n) 0))) +("shadow" nil (((sh ae) 1) ((d ow) 1))) +("shadowed" nil (((sh ae) 1) ((d ow d) 0))) +("shadowens" nil (((sh ae) 1) ((d ow) 0) ((ax n z) 0))) +("shadowing" nil (((sh ae) 1) ((d ow) 0) ((ih ng) 0))) +("shadowland" nil (((sh ae) 1) ((d ow) 0) ((l ae n d) 1))) +("shadowlands" nil (((sh ae) 1) ((d ow) 0) ((l ae n d z) 1))) +("shadows" nil (((sh ae) 1) ((d ow z) 1))) +("shadowy" nil (((sh ae) 1) ((d ow) 0) ((iy) 0))) +("shadrick" nil (((sh ae) 1) ((d r ih k) 0))) +("shadur" nil (((sh ae) 1) ((d er) 0))) +("shadwell" nil (((sh ae) 1) ((d w eh l) 0))) +("shadwick" nil (((sh ae) 1) ((d w ih k) 0))) +("shady" nil (((sh ey) 1) ((d iy) 0))) +("shaefer" nil (((sh ey) 1) ((f er) 0))) +("shaeffer" nil (((sh eh) 1) ((f er) 0))) +("shaer" nil (((sh ey) 1) ((er) 0))) +("shafer" nil (((sh ey) 1) ((f er) 0))) +("shaff" nil (((sh ae f) 1))) +("shaffer" nil (((sh ey) 1) ((f er) 0))) +("shaffner" nil (((sh ae f) 1) ((n er) 0))) +("shafran" nil (((sh ae) 1) ((f r ax n) 0))) +("shaft" nil (((sh ae f t) 1))) +("shafted" nil (((sh ae f) 1) ((t ih d) 0))) +("shafts" nil (((sh ae f t s) 1))) +("shag" nil (((sh ae g) 1))) +("shaggy" nil (((sh ae) 1) ((g iy) 0))) +("shah" nil (((sh aa) 1))) +("shahan" nil (((sh ae) 1) ((hh ax n) 0))) +("shaheen" nil (((sh ax) 0) ((hh iy n) 1))) +("shahin" nil (((sh ae) 1) ((hh ih n) 0))) +("shahinian" nil (((sh ax) 0) ((hh ih) 1) ((n iy) 0) ((ax n) 0))) +("shahiva" nil (((sh aa) 0) ((iy) 1) ((v ax) 0))) +("shahrokh" nil (((sh aa) 1) ((r aa k) 0))) +("shahrzad" nil (((sh aa r) 1) ((z ae d) 1))) +("shai" nil (((sh ay) 1))) +("shaiken" nil (((sh ey) 1) ((k ax n) 0))) +("shaikh" nil (((sh ey k) 1))) +("shain" nil (((sh ey n) 1))) +("shaine" nil (((sh ey n) 1))) +("shaka" nil (((sh aa) 1) ((k ax) 0))) +("shake" nil (((sh ey k) 1))) +("shakedown" nil (((sh ey k) 1) ((d aw n) 1))) +("shakedowns" nil (((sh ey k) 1) ((d aw n z) 1))) +("shaken" nil (((sh ey) 1) ((k ax n) 0))) +("shakeout" nil (((sh ey) 1) ((k aw t) 1))) +("shaker" nil (((sh ey) 1) ((k er) 0))) +("shakers" nil (((sh ey) 1) ((k er z) 0))) +("shakes" nil (((sh ey k s) 1))) +("shakespeare" nil (((sh ey k) 1) ((s p iy r) 1))) +("shakespearean" nil (((sh ey k) 1) ((s p ih) 1) ((r iy) 0) ((ax n) 0))) +("shakeup" nil (((sh ey) 1) ((k ah p) 1))) +("shakeups" nil (((sh ey) 1) ((k ah p s) 1))) +("shakier" nil (((sh ey) 1) ((k iy) 0) ((er) 0))) +("shakiest" nil (((sh ey) 1) ((k iy) 0) ((ih s t) 0))) +("shakiness" nil (((sh ey) 1) ((k iy) 0) ((n ax s) 0))) +("shaking" nil (((sh ey) 1) ((k ih ng) 0))) +("shakir" nil (((sh ae) 1) ((k ih r) 0))) +("shaklee" nil (((sh ae) 1) ((k l iy) 0))) +("shakunaga" nil (((sh aa) 1) ((k uw) 0) ((n aa) 1) ((g ax) 0))) +("shakur" nil (((sh aa) 1) ((k er) 0))) +("shaky" nil (((sh ey) 1) ((k iy) 0))) +("shalala" nil (((sh ax) 0) ((l ey) 1) ((l ax) 0))) +("shale" nil (((sh ey l) 1))) +("shaler" nil (((sh ey) 1) ((l er) 0))) +("shales" nil (((sh ey l z) 1))) +("shalikashvili" nil (((sh ae) 1) ((l iy) 0) ((k aa sh) 0) ((v iy) 1) ((l iy) 0))) +("shall" nil (((sh ae l) 1))) +("shallcross" nil (((sh ae l) 1) ((k r aa s) 1))) +("shallenberger" nil (((sh ao) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("shallow" nil (((sh ae) 1) ((l ow) 0))) +("shallower" nil (((sh ae) 1) ((l ow) 0) ((er) 0))) +("shallowness" nil (((sh ae) 1) ((l ow) 0) ((n ax s) 0))) +("shalom" nil (((sh ax) 0) ((l ow m) 1))) +("shalt" nil (((sh ae l t) 1))) +("sham" nil (((sh ae m) 1))) +("shaman" nil (((sh ey) 1) ((m ax n) 0))) +("shamans" nil (((sh ey) 1) ((m ax n z) 0))) +("shambaugh" nil (((sh ae m) 1) ((b ao) 1))) +("shamberger" nil (((sh ae m) 1) ((b er) 0) ((g er) 0))) +("shambles" nil (((sh ae m) 1) ((b ax l z) 0))) +("shambley" nil (((sh ae m) 1) ((b l iy) 0))) +("shamblin" nil (((sh ae m) 1) ((b l ih n) 0))) +("shambo" nil (((sh ae m) 1) ((b ow) 0))) +("shamburger" nil (((sh ae m) 1) ((b er) 0) ((g er) 0))) +("shame" nil (((sh ey m) 1))) +("shamed" nil (((sh ey m d) 1))) +("shameful" nil (((sh ey m) 1) ((f ax l) 0))) +("shamel" nil (((sh ae) 1) ((m ax l) 0))) +("shameless" nil (((sh ey m) 1) ((l ax s) 0))) +("shamelessly" nil (((sh ey m) 1) ((l ax) 0) ((s l iy) 0))) +("shames" nil (((sh ey m z) 1))) +("shamir" nil (((sh ax) 0) ((m ih r) 1))) +("shamos" nil (((sh ey) 1) ((m ao s) 0))) +("shamp" nil (((sh ae m p) 1))) +("shampine" nil (((sh ae m) 1) ((p ay n) 1))) +("shampoo" nil (((sh ae m) 0) ((p uw) 1))) +("shampooed" nil (((sh ae m) 0) ((p uw d) 1))) +("shampoos" nil (((sh ae m) 0) ((p uw z) 1))) +("shamrock" nil (((sh ae) 1) ((m r aa k) 1))) +("shamu" nil (((sh aa) 0) ((m uw) 1))) +("shamus" nil (((sh ey) 1) ((m ax s) 0))) +("shan" nil (((sh aa n) 1))) +("shanafelt" nil (((sh ae) 1) ((n ax) 0) ((f eh l t) 1))) +("shanahan" nil (((sh ae) 1) ((n ax) 0) ((hh ae n) 0))) +("shand" nil (((sh ae n d) 1))) +("shandling" nil (((sh ae n d) 1) ((l ih ng) 0))) +("shandong" nil (((sh aa n) 1) ((d ow ng) 1))) +("shands" nil (((sh ae n d z) 1))) +("shandwick" nil (((sh ae n) 1) ((d w ih k) 1))) +("shandy" nil (((sh ae n) 1) ((d iy) 0))) +("shane" nil (((sh ey n) 1))) +("shaner" nil (((sh ey) 1) ((n er) 0))) +("shaneyfelt" nil (((sh ae) 1) ((n iy) 0) ((f eh l t) 0))) +("shang" nil (((sh aa ng) 1))) +("shanghai" nil (((sh aa ng) 1) ((hh ay) 1))) +("shangkun" nil (((sh aa ng) 1) ((k uw n) 1))) +("shangluo" nil (((sh aa ng) 1) ((l w ao) 1))) +("shangqiu" nil (((sh aa ng) 1) ((ch y ow) 1))) +("shangrao" nil (((sh aa ng) 1) ((zh aw) 1))) +("shangri" nil (((sh ae ng) 1) ((g r iy) 0))) +("shanhaiguan" nil (((sh aa n) 1) ((hh ay) 1) ((g w aa n) 1))) +("shanholtz" nil (((sh ae n) 1) ((hh ow l t s) 1))) +("shanholtzer" nil (((sh ae n) 1) ((hh ow l t) 0) ((z er) 0))) +("shank" nil (((sh ae ng k) 1))) +("shankel" nil (((sh ae ng) 1) ((k ax l) 0))) +("shanken" nil (((sh ae ng) 1) ((k ax n) 0))) +("shanker" nil (((sh ae ng) 1) ((k er) 0))) +("shankland" nil (((sh ae ng) 1) ((k l ax n d) 0))) +("shankle" nil (((sh ae ng) 1) ((k ax l) 0))) +("shankles" nil (((sh ae ng) 1) ((k ax l z) 0))) +("shanklin" nil (((sh ae ng) 1) ((k l ih n) 0))) +("shankman" nil (((sh ae ng k) 1) ((m ax n) 0))) +("shanks" nil (((sh ae ng k s) 1))) +("shanley" nil (((sh ae n) 1) ((l iy) 0))) +("shannahan" nil (((sh ae) 1) ((n ax) 0) ((hh ae n) 0))) +("shannon" nil (((sh ae) 1) ((n ax n) 0))) +("shanshan" nil (((sh aa n) 1) ((sh aa n) 1))) +("shanties" nil (((sh ae n) 1) ((t iy z) 0))) +("shantou" nil (((sh aa n) 1) ((t ow) 1))) +("shanty" nil (((sh ae n) 1) ((t iy) 0))) +("shantytown" nil (((sh ae n) 1) ((t iy) 0) ((t aw n) 1))) +("shantytowns" nil (((sh ae n) 1) ((t iy) 0) ((t aw n z) 1))) +("shantz" nil (((sh ae n t s) 1))) +("shanwei" nil (((sh aa n) 1) ((w ey) 1))) +("shanxi" nil (((sh aa n) 1) ((sh iy) 1))) +("shao" nil (((sh aw) 1))) +("shaoguan" nil (((sh aw) 1) ((g w aa n) 1))) +("shaolin" nil (((sh aw) 1) ((l iy n) 1))) +("shaoshan" nil (((sh aw) 1) ((sh aa n) 1))) +("shaoxing" nil (((sh aw) 1) ((sh iy ng) 1))) +("shaoyang" nil (((sh aw) 1) ((y aa ng) 1))) +("shape" nil (((sh ey p) 1))) +("shaped" nil (((sh ey p t) 1))) +("shapeless" nil (((sh ey) 1) ((p l ax s) 0))) +("shapely" nil (((sh ey) 1) ((p l iy) 0))) +("shapero" nil (((sh ax) 0) ((p ih) 1) ((r ow) 0))) +("shapes" nil (((sh ey p s) 1))) +("shaping" nil (((sh ey) 1) ((p ih ng) 0))) +("shapira" nil (((sh ax) 0) ((p ih) 1) ((r ax) 0))) +("shapiro" nil (((sh ax) 0) ((p ih) 1) ((r ow) 0))) +("shapiros" nil (((sh ax) 0) ((p ih) 1) ((r ow z) 0))) +("shapley" nil (((sh ae) 1) ((p l iy) 0))) +("shappell" nil (((sh ae) 1) ((p ax l) 0))) +("shaq" nil (((sh ae k) 1))) +("shaquille" nil (((sh ax) 0) ((k iy l) 1))) +("sharansky" nil (((sh er) 0) ((ae n) 1) ((s k iy) 0))) +("sharar" nil (((sh er) 0) ((aa r) 1))) +("sharber" nil (((sh aa r) 1) ((b er) 0))) +("sharbono" nil (((sh aa r) 0) ((b ow) 1) ((n ow) 0))) +("shard" nil (((sh aa r d) 1))) +("shards" nil (((sh aa r d z) 1))) +("share" nil (((sh eh r) 1))) +("sharecroppers" nil (((sh eh r) 1) ((k r aa) 1) ((p er z) 0))) +("shared" nil (((sh eh r d) 1))) +("shareholder" nil (((sh eh r) 1) ((hh ow l) 1) ((d er) 0))) +("shareholders" nil (((sh eh r) 1) ((hh ow l) 1) ((d er z) 0))) +("shareholding" nil (((sh eh r) 1) ((hh ow l) 1) ((d ih ng) 0))) +("shareholdings" nil (((sh eh r) 1) ((hh ow l) 1) ((d ih ng z) 0))) +("shareowner" nil (((sh eh) 1) ((r ow) 1) ((n er) 0))) +("shareowners" nil (((sh eh) 1) ((r ow) 1) ((n er z) 0))) +("sharer" nil (((sh eh) 1) ((r er) 0))) +("shares" nil (((sh eh r z) 1))) +("shareware" nil (((sh eh r) 1) ((w eh r) 1))) +("sharf" nil (((sh aa r f) 1))) +("sharfman" nil (((sh aa r f) 1) ((m ax n) 0))) +("shari" nil (((sh aa) 1) ((r iy) 0))) +("sharia" nil (((sh eh) 1) ((r iy) 0) ((ax) 0))) +("sharif" nil (((sh er) 0) ((iy f) 1))) +("sharing" nil (((sh eh) 1) ((r ih ng) 0))) +("shark" nil (((sh aa r k) 1))) +("sharkey" nil (((sh aa r) 1) ((k iy) 0))) +("sharking" nil (((sh aa r) 1) ((k ih ng) 0))) +("sharklike" nil (((sh aa r) 1) ((k l ay k) 1))) +("sharks" nil (((sh aa r k s) 1))) +("sharleen" nil (((sh aa r) 0) ((l iy n) 1))) +("sharlene" nil (((sh aa r) 1) ((l iy n) 1))) +("sharline" nil (((sh aa r) 1) ((l ay n) 1))) +("sharlow" nil (((sh aa r) 1) ((l ow) 0))) +("sharma" nil (((sh aa r) 1) ((m ax) 0))) +("sharman" nil (((sh aa r) 1) ((m ax n) 0))) +("sharon" nil (((sh ae) 1) ((r ax n) 0))) +("sharp" nil (((sh aa r p) 1))) +("sharpe" nil (((sh aa r p) 1))) +("sharpen" nil (((sh aa r) 1) ((p ax n) 0))) +("sharpened" nil (((sh aa r) 1) ((p ax n d) 0))) +("sharpening" nil (((sh aa r) 1) ((p ax) 0) ((n ih ng) 0))) +("sharpens" nil (((sh aa r) 1) ((p ax n z) 0))) +("sharper" nil (((sh aa r) 1) ((p er) 0))) +("sharpest" nil (((sh aa r) 1) ((p ax s t) 0))) +("sharpeville" nil (((sh aa r) 1) ((p ax) 0) ((v ih l) 1))) +("sharples" nil (((sh aa r) 1) ((p ax l z) 0))) +("sharpless" nil (((sh aa r) 1) ((p l ax s) 0))) +("sharpley" nil (((sh aa r) 1) ((p l iy) 0))) +("sharply" nil (((sh aa r) 1) ((p l iy) 0))) +("sharpnack" nil (((sh aa r p) 1) ((n ax k) 0))) +("sharpness" nil (((sh aa r p) 1) ((n ax s) 0))) +("sharps" nil (((sh aa r p s) 1))) +("sharpshooter" nil (((sh aa r p) 1) ((sh uw) 1) ((t er) 0))) +("sharpton" nil (((sh aa r p) 1) ((t ax n) 0))) +("sharrar" nil (((sh er) 0) ((aa r) 1))) +("sharrer" nil (((sh aa) 1) ((r er) 0))) +("sharrett" nil (((sh ae) 1) ((r ih t) 0))) +("sharrock" nil (((sh ae) 1) ((r ax k) 0))) +("sharron" nil (((sh ae) 1) ((r ax n) 0))) +("sharrow" nil (((sh ae) 1) ((r ow) 0))) +("sharry" nil (((sh aa) 1) ((r iy) 0))) +("shartzer" nil (((sh aa r t) 1) ((z er) 0))) +("sharum" nil (((sh er) 0) ((ah m) 1))) +("shashlik" nil (((sh ae) 1) ((sh l ih k) 0))) +("shashoua" nil (((sh ax) 0) ((sh uw) 1) ((ax) 0))) +("shasta" nil (((sh ae) 1) ((s t ax) 0))) +("shasteen" nil (((sh ax) 0) ((s t iy n) 1))) +("shatkin" nil (((sh ae t) 1) ((k ih n) 0))) +("shatley" nil (((sh ae t) 1) ((l iy) 0))) +("shatrov" nil (((sh ae) 1) ((t r aa v) 0))) +("shatt" nil (((sh ae t) 1))) +("shatter" nil (((sh ae) 1) ((t er) 0))) +("shattered" nil (((sh ae) 1) ((t er d) 0))) +("shattering" nil (((sh ae) 1) ((t er) 0) ((ih ng) 0))) +("shatterproof" nil (((sh ae) 1) ((t er) 0) ((p r uw f) 1))) +("shatters" nil (((sh ae) 1) ((t er z) 0))) +("shattuck" nil (((sh ae) 1) ((t ax k) 0))) +("shatz" nil (((sh ae t s) 1))) +("shatzer" nil (((sh ey t) 1) ((z er) 0))) +("shaub" nil (((sh ao b) 1))) +("shauger" nil (((sh aw) 1) ((g er) 0))) +("shaughnessy" nil (((sh ao) 1) ((n ih) 0) ((s iy) 0))) +("shaul" nil (((sh ao l) 1))) +("shaulis" nil (((sh aw) 1) ((l ih s) 0))) +("shaull" nil (((sh ao l) 1))) +("shaun" nil (((sh ao n) 1))) +("shave" nil (((sh ey v) 1))) +("shaved" nil (((sh ey v d) 1))) +("shaven" nil (((sh ey) 1) ((v ax n) 0))) +("shaver" nil (((sh ey) 1) ((v er) 0))) +("shavers" nil (((sh ey) 1) ((v er z) 0))) +("shaves" nil (((sh ey v z) 1))) +("shaving" nil (((sh ey) 1) ((v ih ng) 0))) +("shavings" nil (((sh ey) 1) ((v ih ng z) 0))) +("shaw" nil (((sh ao) 1))) +("shawcross" nil (((sh ao) 1) ((k r ao s) 1))) +("shawgo" nil (((sh ao) 1) ((g ow) 1))) +("shawhan" nil (((sh ae) 1) ((w ax n) 0))) +("shawinigan" nil (((sh ax) 0) ((w ih) 1) ((n ih) 0) ((g ax n) 0))) +("shawl" nil (((sh ao l) 1))) +("shawler" nil (((sh ao) 1) ((l er) 0))) +("shawley" nil (((sh ao) 1) ((l iy) 0))) +("shawls" nil (((sh ao l z) 1))) +("shawmut" nil (((sh ao) 1) ((m ax t) 0))) +("shawn" nil (((sh ao n) 1))) +("shawnee" nil (((sh ao) 1) ((n iy) 0))) +("shawnut" nil (((sh ao) 1) ((n ax t) 0))) +("shawver" nil (((sh ao) 1) ((v er) 0))) +("shay" nil (((sh ey) 1))) +("shaykin" nil (((sh ey) 1) ((k ih n) 0))) +("shayne" nil (((sh ey n) 1))) +("shcharansky" nil (((sh er) 0) ((ae n) 1) ((s k iy) 0))) +("shchedrin" nil (((sh eh) 1) ((d r ih n) 0))) +("shcherbitsky" nil (((sh er) 0) ((b ih t) 1) ((s k iy) 0))) +("she" nil (((sh iy) 1))) +("shea" nil (((sh ey) 1))) +("shead" nil (((s) 0) ((hh eh d) 1))) +("sheaf" nil (((sh iy f) 1))) +("sheaffer" nil (((sh iy) 1) ((f er) 0))) +("sheahan" nil (((sh iy) 1) ((ax n) 0))) +("shealey" nil (((sh iy) 1) ((l iy) 0))) +("shealy" nil (((sh iy) 1) ((l iy) 0))) +("shean" nil (((sh iy n) 1))) +("shear" nil (((sh ih r) 1))) +("sheard" nil (((sh ih r d) 1))) +("sheared" nil (((sh ih r d) 1))) +("shearer" nil (((sh ih) 1) ((r er) 0))) +("sheares" nil (((sh ih) 1) ((r er z) 0))) +("shearin" nil (((sh ih) 1) ((r ih n) 0))) +("shearing" nil (((sh ih) 1) ((r ih ng) 0))) +("shearman" nil (((sh iy r) 1) ((m ax n) 0))) +("shearn" nil (((sh ih r n) 1))) +("shearon" nil (((sh ih) 1) ((r ax n) 0))) +("shearouse" nil (((sh ih) 1) ((r aw s) 0))) +("shears" nil (((sh iy r z) 1))) +("shearson" nil (((sh ih r) 1) ((s ax n) 0))) +("sheath" nil (((sh iy th) 1))) +("sheathe" nil (((sh iy dh) 1))) +("sheathed" nil (((sh iy dh d) 1))) +("sheathing" nil (((sh iy) 1) ((dh ih ng) 0))) +("sheats" nil (((sh iy t s) 1))) +("sheaves" nil (((sh iy v z) 1))) +("sheba" nil (((sh iy) 1) ((b ax) 0))) +("sheboygan" nil (((sh ax) 0) ((b oy) 1) ((g ax n) 0))) +("sheck" nil (((sh eh k) 1))) +("sheckler" nil (((sh eh) 1) ((k l er) 0))) +("shed" nil (((sh eh d) 1))) +("shedd" nil (((sh eh d) 1))) +("shedden" nil (((sh eh) 1) ((d ax n) 0))) +("shedding" nil (((sh eh) 1) ((d ih ng) 0))) +("shedlock" nil (((sh eh d) 1) ((l aa k) 1))) +("shedrick" nil (((sh eh) 1) ((d r ih k) 0))) +("sheds" nil (((sh eh d z) 1))) +("sheeder" nil (((sh iy) 1) ((d er) 0))) +("sheedy" nil (((sh iy) 1) ((d iy) 0))) +("sheehan" nil (((sh iy) 1) ((ax n) 0))) +("sheehy" nil (((sh iy) 1) ((hh iy) 0))) +("sheek" nil (((sh iy k) 1))) +("sheeks" nil (((sh iy k s) 1))) +("sheela" nil (((sh iy) 1) ((l ax) 0))) +("sheelah" nil (((sh iy) 1) ((l ax) 0))) +("sheelen" nil (((sh iy) 1) ((l ax n) 0))) +("sheeler" nil (((sh iy) 1) ((l er) 0))) +("sheeley" nil (((sh iy) 1) ((l iy) 0))) +("sheely" nil (((sh iy) 1) ((l iy) 0))) +("sheen" nil (((sh iy n) 1))) +("sheena" nil (((sh iy) 1) ((n ax) 0))) +("sheep" nil (((sh iy p) 1))) +("sheepish" nil (((sh iy) 1) ((p ih sh) 0))) +("sheepishly" nil (((sh iy) 1) ((p ih) 0) ((sh l iy) 0))) +("sheeps" nil (((sh iy p s) 1))) +("sheepskin" nil (((sh iy p) 1) ((s k ih n) 1))) +("sheer" nil (((sh ih r) 1))) +("sheeran" nil (((sh ih) 1) ((r ax n) 0))) +("sheerer" nil (((sh iy) 1) ((r er) 0))) +("sheerin" nil (((sh ih) 1) ((r ih n) 0))) +("sheesley" nil (((sh iy) 1) ((z l iy) 0))) +("sheet" nil (((sh iy t) 1))) +("sheeting" nil (((sh iy) 1) ((t ih ng) 0))) +("sheets" nil (((sh iy t s) 1))) +("sheetz" nil (((sh iy t s) 1))) +("sheff" nil (((sh eh f) 1))) +("sheffer" nil (((sh eh) 1) ((f er) 0))) +("sheffey" nil (((sh eh) 1) ((f iy) 0))) +("sheffield" nil (((sh eh) 1) ((f iy l d) 0))) +("sheffler" nil (((sh eh) 1) ((f l er) 0))) +("sheftel" nil (((sh eh f) 1) ((t eh l) 1))) +("shegog" nil (((sh eh) 1) ((g aa g) 0))) +("shehan" nil (((sh eh) 1) ((hh ax n) 0))) +("shehane" nil (((sh eh) 1) ((hh ax n) 0))) +("shehorn" nil (((sh eh) 1) ((hh er n) 0))) +("shei" nil (((sh ey) 1))) +("sheik" nil (((sh iy k) 1))) +("sheikdom" nil (((sh iy k) 1) ((d ax m) 0))) +("sheikdoms" nil (((sh iy k) 1) ((d ax m z) 0))) +("sheikh" nil (((sh iy k) 1))) +("sheiks" nil (((sh iy k s) 1))) +("sheil" nil (((sh ay l) 1))) +("sheila" nil (((sh iy) 1) ((l ax) 0))) +("sheilah" nil (((sh iy) 1) ((l ax) 0))) +("sheilds" nil (((sh ay l d z) 1))) +("sheils" nil (((sh ay l z) 1))) +("shein" nil (((sh ay n) 1))) +("sheinberg" nil (((sh ay n) 1) ((b er g) 0))) +("shek" nil (((sh eh k) 1))) +("shekel" nil (((sh eh) 1) ((k ax l) 0))) +("shekels" nil (((sh eh) 1) ((k ax l z) 0))) +("shelburne" nil (((sh eh l) 1) ((b er n) 0))) +("shelby" nil (((sh eh l) 1) ((b iy) 0))) +("shelbyville" nil (((sh eh l) 1) ((b iy) 0) ((v ih l) 1))) +("sheldahl" nil (((sh eh l) 1) ((d aa l) 1))) +("shelden" nil (((sh eh l) 1) ((d ax n) 0))) +("sheldon" nil (((sh eh l) 1) ((d ax n) 0))) +("sheley" nil (((sh iy) 1) ((l iy) 0))) +("shelf" nil (((sh eh l f) 1))) +("shelhamer" nil (((sh eh l) 1) ((hh ax) 0) ((m er) 0))) +("sheline" nil (((sh eh) 1) ((l ay n) 0))) +("shell" nil (((sh eh l) 1))) +("shellabarger" nil (((sh eh) 1) ((l ax) 0) ((b aa r) 1) ((g er) 0))) +("shelled" nil (((sh eh l d) 1))) +("shellenbarger" nil (((sh eh) 1) ((l ih n) 0) ((b aa r) 0) ((g er) 0))) +("shellenberger" nil (((sh eh) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("sheller" nil (((sh eh) 1) ((l er) 0))) +("shelley" nil (((sh eh) 1) ((l iy) 0))) +("shellfish" nil (((sh eh l) 1) ((f ih sh) 1))) +("shellhammer" nil (((sh eh l) 1) ((hh ae) 1) ((m er) 0))) +("shellhorn" nil (((sh eh l) 1) ((hh er n) 0))) +("shelling" nil (((sh eh) 1) ((l ih ng) 0))) +("shellito" nil (((sh ey) 0) ((l iy) 1) ((t ow) 0))) +("shellman" nil (((sh eh l) 1) ((m ax n) 0))) +("shells" nil (((sh eh l z) 1))) +("shellshocked" nil (((sh eh l) 1) ((sh aa k t) 1))) +("shelly" nil (((sh eh) 1) ((l iy) 0))) +("shelman" nil (((sh eh l) 1) ((m ax n) 0))) +("shelnutt" nil (((sh eh l) 1) ((n ax t) 0))) +("shelor" nil (((sh eh) 1) ((l er) 0))) +("shelp" nil (((sh eh l p) 1))) +("shelstad" nil (((sh eh l) 1) ((s t ax d) 0))) +("shelter" nil (((sh eh l) 1) ((t er) 0))) +("sheltered" nil (((sh eh l) 1) ((t er d) 0))) +("sheltering" nil (((sh eh l) 1) ((t er) 0) ((ih ng) 0))) +("shelters" nil (((sh eh l) 1) ((t er z) 0))) +("shelton" nil (((sh eh l) 1) ((t ax n) 0))) +("shelve" nil (((sh eh l v) 1))) +("shelved" nil (((sh eh l v d) 1))) +("shelves" nil (((sh eh l v z) 1))) +("shelving" nil (((sh eh l) 1) ((v ih ng) 0))) +("shemanski" nil (((sh ih) 0) ((m ae n) 1) ((s k iy) 0))) +("shemwell" nil (((sh eh m) 1) ((w eh l) 1))) +("shen" nil (((sh eh n) 1))) +("shena" nil (((sh iy) 1) ((n ax) 0))) +("shenandoah" nil (((sh eh) 1) ((n ax n) 0) ((d ow) 1) ((ax) 0))) +("shenanigans" nil (((sh ax) 0) ((n ae) 1) ((n ih) 0) ((g ax n z) 0))) +("shenberger" nil (((sh eh n) 1) ((b er) 0) ((g er) 0))) +("shenefield" nil (((sh eh) 1) ((n ih) 0) ((f iy l d) 1))) +("sheneman" nil (((sh iy n) 1) ((m ax n) 0))) +("sheng" nil (((sh ah ng) 0))) +("shenk" nil (((sh eh ng k) 1))) +("shenker" nil (((sh eh ng) 1) ((k er) 0))) +("shenkman" nil (((sh eh ng k) 1) ((m ax n) 0))) +("shennong" nil (((sh eh n) 1) ((n ow ng) 1))) +("shennongjia" nil (((sh eh n) 1) ((n ow ng) 1) ((jh y aa) 1))) +("shenton" nil (((sh eh n) 1) ((t ax n) 0))) +("shenyang" nil (((sh eh n) 1) ((y aa ng) 1))) +("shenzhen" nil (((sh eh n) 1) ((jh eh n) 1))) +("shenzhen" nil (((sh eh n) 1) ((jh ow) 1))) +("shep" nil (((sh eh p) 1))) +("shepard" nil (((sh eh) 1) ((p er d) 0))) +("shepardson" nil (((sh eh) 1) ((p aa r d) 0) ((s ax n) 0))) +("sheperd" nil (((sh eh) 1) ((p er d) 0))) +("shephard" nil (((sh eh) 1) ((f er d) 0))) +("shepheard" nil (((sh eh) 1) ((f er d) 0))) +("shepherd" nil (((sh eh) 1) ((p er d) 0))) +("shepherded" nil (((sh eh) 1) ((p er) 0) ((d ih d) 0))) +("shepherding" nil (((sh eh) 1) ((p er) 0) ((d ih ng) 0))) +("shepherds" nil (((sh eh) 1) ((p er d z) 0))) +("shepler" nil (((sh eh) 1) ((p l er) 0))) +("shepley" nil (((sh eh) 1) ((p l iy) 0))) +("shepp" nil (((sh eh p) 1))) +("sheppard" nil (((sh eh) 1) ((p er d) 0))) +("sheppards" nil (((sh eh) 1) ((p er d z) 0))) +("shepperd" nil (((sh eh) 1) ((p er d) 0))) +("shepperson" nil (((sh eh) 1) ((p er) 0) ((s ax n) 0))) +("sheppy" nil (((sh eh) 1) ((p iy) 0))) +("sher" nil (((sh er) 1))) +("sherak" nil (((sh eh) 1) ((r ae k) 0))) +("sherard" nil (((sh eh) 1) ((r er d) 0))) +("sheraton" nil (((sh eh) 1) ((r ax) 0) ((t ax n) 0))) +("sherbert" nil (((sh er) 1) ((b er t) 0))) +("sherbet" nil (((sh er) 1) ((b ax t) 0))) +("sherbondy" nil (((sh er) 0) ((b aa n) 1) ((d iy) 0))) +("sherborne" nil (((sh er) 1) ((b er n) 0))) +("sherbourn" nil (((sh er) 0) ((b uh r n) 1))) +("sherbourne" nil (((sh er) 0) ((b uh r n) 1))) +("sherburn" nil (((sh er) 1) ((b er n) 0))) +("sherburne" nil (((sh er) 1) ((b er n) 0))) +("shere" nil (((sh ih r) 1))) +("sheree" nil (((sh er) 0) ((iy) 1))) +("sherer" nil (((sh ih) 1) ((r er) 0))) +("sherfey" nil (((sh er) 1) ((f iy) 0))) +("sherfield" nil (((sh er) 1) ((f iy l d) 0))) +("sheri" nil (((sh eh) 1) ((r iy) 0))) +("sherick" nil (((sh eh) 1) ((r ih k) 0))) +("sheridan" nil (((sh eh) 1) ((r ih) 0) ((d ax n) 0))) +("sheriff" nil (((sh eh) 1) ((r ax f) 0))) +("sheriffs" nil (((sh eh) 1) ((r ax f s) 0))) +("sherin" nil (((sh eh) 1) ((r ih n) 0))) +("sherk" nil (((sh er k) 1))) +("sherley" nil (((sh er) 1) ((l iy) 0))) +("sherlin" nil (((sh er) 1) ((l ih n) 0))) +("sherlock" nil (((sh er) 1) ((l aa k) 1))) +("sherlund" nil (((sh er) 1) ((l ax n d) 0))) +("sherman" nil (((sh er) 1) ((m ax n) 0))) +("shermer" nil (((sh er) 1) ((m er) 0))) +("shernoff" nil (((sh er) 1) ((n ao f) 1))) +("sherod" nil (((sh eh) 1) ((r ax d) 0))) +("sherr" nil (((sh eh r) 1))) +("sherrard" nil (((sh eh) 1) ((r er d) 0))) +("sherrell" nil (((sh eh) 1) ((r ax l) 0))) +("sherrer" nil (((sh eh) 1) ((r er) 0))) +("sherrgold" nil (((sh eh r) 1) ((g ow l d) 1))) +("sherri" nil (((sh eh) 1) ((r iy) 0))) +("sherrick" nil (((sh eh) 1) ((r ih k) 0))) +("sherrie" nil (((sh eh) 1) ((r iy) 0))) +("sherriff" nil (((sh eh) 1) ((r ih f) 0))) +("sherrill" nil (((sh eh) 1) ((r ih l) 0))) +("sherrin" nil (((sh eh) 1) ((r ih n) 0))) +("sherritt" nil (((sh eh) 1) ((r ih t) 0))) +("sherrod" nil (((sh eh) 1) ((r ax d) 0))) +("sherron" nil (((sh eh) 1) ((r ax n) 0))) +("sherrow" nil (((sh eh) 1) ((r ow) 0))) +("sherry" nil (((sh eh) 1) ((r iy) 0))) +("shertzer" nil (((sh er t) 1) ((z er) 0))) +("sherva" nil (((sh er) 1) ((v ax) 0))) +("sherwin" nil (((sh er) 1) ((w ih n) 0))) +("sherwood" nil (((sh er) 1) ((w uh d) 1))) +("sheryl" nil (((sh eh) 1) ((r ax l) 0))) +("sheshan" nil (((sh ah) 0) ((sh aa n) 1))) +("sheshunoff" nil (((sh eh) 1) ((sh uw) 0) ((n ao f) 0))) +("sheth" nil (((sh eh th) 1))) +("shetland" nil (((sh eh t) 1) ((l ax n d) 0))) +("shetler" nil (((sh eh t) 1) ((l er) 0))) +("shetley" nil (((sh eh t) 1) ((l iy) 0))) +("shetter" nil (((sh eh) 1) ((t er) 0))) +("shetterly" nil (((sh eh) 1) ((t er) 0) ((l iy) 0))) +("shevardnadze" nil (((sh eh) 1) ((v er d) 0) ((n aa d) 1) ((z iy) 0))) +("shevlin" nil (((sh eh) 1) ((v l ih n) 0))) +("shew" nil (((sh uw) 1))) +("sheward" nil (((sh uw) 1) ((er d) 0))) +("shewchuk" nil (((sh uw) 1) ((ch ax k) 0))) +("shewell" nil (((sh eh) 1) ((w eh l) 0))) +("shewmake" nil (((sh uw) 1) ((m ey k) 1))) +("shewmaker" nil (((sh uw) 1) ((m ey) 0) ((k er) 0))) +("shi" nil (((sh uh) 1))) +("shibata" nil (((sh iy) 0) ((b aa) 1) ((t ax) 0))) +("shibboleth" nil (((sh ih) 1) ((b ax) 0) ((l eh th) 1))) +("shibley" nil (((sh ih) 1) ((b l iy) 0))) +("shick" nil (((sh ih k) 1))) +("shicoff" nil (((sh ih) 1) ((k ao f) 1))) +("shideler" nil (((sh ih) 1) ((d ax) 0) ((l er) 0))) +("shidler" nil (((sh ay) 1) ((d ax) 0) ((l er) 0))) +("shied" nil (((sh ay d) 1))) +("shieh" nil (((sh iy) 1))) +("shiel" nil (((sh iy l) 1))) +("shield" nil (((sh iy l d) 1))) +("shielded" nil (((sh iy l) 1) ((d ih d) 0))) +("shielding" nil (((sh iy l) 1) ((d ih ng) 0))) +("shields" nil (((sh iy l d z) 1))) +("shiels" nil (((sh iy l z) 1))) +("shier" nil (((sh ay) 1) ((er) 0))) +("shies" nil (((sh ay z) 1))) +("shiff" nil (((sh ih f) 1))) +("shiffer" nil (((sh ih) 1) ((f er) 0))) +("shiffler" nil (((sh ih) 1) ((f l er) 0))) +("shifflet" nil (((sh ih) 1) ((f l ih t) 0))) +("shifflett" nil (((sh ih) 1) ((f l ih t) 0))) +("shiffman" nil (((sh ih f) 1) ((m ax n) 0))) +("shiflet" nil (((sh ih) 1) ((f l ih t) 0))) +("shiflett" nil (((sh ih) 1) ((f l ih t) 0))) +("shifrin" nil (((sh ih) 1) ((f r ih n) 0))) +("shift" nil (((sh ih f t) 1))) +("shifted" nil (((sh ih f) 1) ((t ax d) 0))) +("shifter" nil (((sh ih f) 1) ((t er) 0))) +("shifting" nil (((sh ih f) 1) ((t ih ng) 0))) +("shifts" nil (((sh ih f t s) 1))) +("shifty" nil (((sh ih f) 1) ((t iy) 0))) +("shigeki" nil (((sh ih) 0) ((g ey) 1) ((k iy) 0))) +("shigekuni" nil (((sh iy) 1) ((g ih) 0) ((k uw) 1) ((n iy) 0))) +("shigeo" nil (((sh ih) 0) ((g ey) 1) ((ow) 0))) +("shigeru" nil (((sh ih) 0) ((g ey) 1) ((r uw) 0))) +("shigley" nil (((sh ih) 1) ((g l iy) 0))) +("shih" nil (((sh iy) 1))) +("shihuang" nil (((sh uh) 1) ((hh w aa ng) 1))) +("shiina" nil (((sh iy) 1) ((n ax) 0))) +("shiite" nil (((sh iy) 1) ((ay t) 1))) +("shiites" nil (((sh iy) 1) ((ay t s) 1))) +("shijiazhuang" nil (((sh uh) 1) ((jh y aa) 1) ((jh w aa ng) 1))) +("shiley" nil (((sh ih) 1) ((l iy) 0))) +("shill" nil (((sh ih l) 1))) +("shiller" nil (((sh ih) 1) ((l er) 0))) +("shilling" nil (((sh ih) 1) ((l ih ng) 0))) +("shillingburg" nil (((sh ih) 1) ((l ih ng) 0) ((b er g) 0))) +("shillinglaw" nil (((sh ih) 1) ((l ih ng) 0) ((l ao) 1))) +("shillings" nil (((sh ih) 1) ((l ih ng z) 0))) +("shillington" nil (((sh ih) 1) ((l ih ng) 0) ((t ax n) 0))) +("shiloh" nil (((sh ay) 1) ((l ow) 0))) +("shilts" nil (((sh ih l t s) 1))) +("shim" nil (((sh ih m) 1))) +("shima" nil (((sh iy) 1) ((m ax) 0))) +("shimabukuro" nil (((sh iy) 0) ((m aa) 0) ((b uw) 0) ((k uh) 1) ((r ow) 0))) +("shimada" nil (((sh iy) 0) ((m aa) 1) ((d ax) 0))) +("shimbun" nil (((sh ih m) 1) ((b ah n) 1))) +("shimek" nil (((sh ih) 1) ((m ih k) 0))) +("shimel" nil (((sh ih) 1) ((m ax l) 0))) +("shimer" nil (((sh ay) 1) ((m er) 0))) +("shimizu" nil (((sh ih) 0) ((m iy) 1) ((z uw) 0))) +("shimko" nil (((sh ih m) 1) ((k ow) 0))) +("shimkus" nil (((sh ih m) 1) ((k ax s) 0))) +("shimmel" nil (((sh ih) 1) ((m ax l) 0))) +("shimmer" nil (((sh ih) 1) ((m er) 0))) +("shimmered" nil (((sh ih) 1) ((m er d) 0))) +("shimmering" nil (((sh ih) 1) ((m er) 0) ((ih ng) 0))) +("shimmerlik" nil (((sh ih) 1) ((m er) 0) ((l ih k) 0))) +("shimmers" nil (((sh ih) 1) ((m er z) 0))) +("shimmin" nil (((sh ih) 1) ((m ih n) 0))) +("shimmy" nil (((sh ih) 1) ((m iy) 0))) +("shimoda" nil (((sh ih) 0) ((m ow) 1) ((d ax) 0))) +("shimoga" nil (((sh ih) 0) ((m ow) 1) ((g ax) 0))) +("shimokawa" nil (((sh ih) 1) ((m ow) 0) ((k aa) 1) ((w ax) 0))) +("shimon" nil (((sh iy) 1) ((m ow n) 0))) +("shimp" nil (((sh ih m p) 1))) +("shin" nil (((sh ih n) 1))) +("shinall" nil (((sh ih) 1) ((n ax l) 0))) +("shinault" nil (((sh ih) 1) ((n aw l t) 0))) +("shinbein" nil (((sh ih n) 1) ((b ay n) 1))) +("shinbone" nil (((sh ih n) 1) ((b ow n) 1))) +("shindig" nil (((sh ih n) 1) ((d ih g) 0))) +("shindle" nil (((sh ih n) 1) ((d ax l) 0))) +("shindledecker" nil (((sh ih n d) 1) ((l ih) 0) ((d ih) 0) ((k er) 0))) +("shindler" nil (((sh ih n d) 1) ((l er) 0))) +("shindou" nil (((sh ih n) 1) ((d ow) 1))) +("shine" nil (((sh ay n) 1))) +("shined" nil (((sh ay n d) 1))) +("shiner" nil (((sh ay) 1) ((n er) 0))) +("shines" nil (((sh ay n z) 1))) +("shing" nil (((sh ih ng) 1))) +("shingle" nil (((sh ih ng) 1) ((g ax l) 0))) +("shingledecker" nil (((sh ih ng) 1) ((g l ih) 0) ((d ih) 0) ((k er) 0))) +("shingler" nil (((sh ih ng) 1) ((l er) 0))) +("shingles" nil (((sh ih ng) 1) ((g ax l z) 0))) +("shingleton" nil (((sh ih ng) 1) ((g ax l) 0) ((t ax n) 0))) +("shinichi" nil (((sh ih) 0) ((n iy) 1) ((ch iy) 0))) +("shining" nil (((sh ay) 1) ((n ih ng) 0))) +("shinkle" nil (((sh ih ng) 1) ((k ax l) 0))) +("shinko" nil (((sh ih ng) 1) ((k ow) 0))) +("shinn" nil (((sh ih n) 1))) +("shinners" nil (((sh ih) 1) ((n er z) 0))) +("shinnick" nil (((sh ih) 1) ((n ih k) 0))) +("shinsei" nil (((sh ih n) 0) ((s ey) 1))) +("shinsky" nil (((sh ih n) 1) ((s k iy) 0))) +("shintaro" nil (((sh ih n) 0) ((t aa) 1) ((r ow) 0))) +("shinto" nil (((sh ih n) 1) ((t ow) 1))) +("shiny" nil (((sh ay) 1) ((n iy) 0))) +("shionogi" nil (((sh iy) 1) ((ax) 0) ((n ow) 1) ((g iy) 0))) +("ship" nil (((sh ih p) 1))) +("shipboard" nil (((sh ih p) 1) ((b ao r d) 1))) +("shipbuilder" nil (((sh ih p) 1) ((b ih l) 1) ((d er) 0))) +("shipbuilders" nil (((sh ih p) 1) ((b ih l) 1) ((d er z) 0))) +("shipbuilding" nil (((sh ih p) 1) ((b ih l) 1) ((d ih ng) 0))) +("shipbuildings" nil (((sh ih p) 1) ((b ih l) 1) ((d ih ng z) 0))) +("shipe" nil (((sh ay p) 1))) +("shipes" nil (((sh ay p s) 1))) +("shipholding" nil (((sh ih p) 1) ((hh ow l) 1) ((d ih ng) 0))) +("shiplett" nil (((sh ih) 1) ((p l ih t) 0))) +("shipley" nil (((sh ih) 1) ((p l iy) 0))) +("shipload" nil (((sh ih) 1) ((p l ow d) 1))) +("shiploads" nil (((sh ih) 1) ((p l ow d z) 1))) +("shipman" nil (((sh ih p) 1) ((m ax n) 0))) +("shipmate" nil (((sh ih p) 1) ((m ey t) 1))) +("shipment" nil (((sh ih p) 1) ((m ax n t) 0))) +("shipments" nil (((sh ih p) 1) ((m ax n t s) 0))) +("shipowners" nil (((sh ih) 1) ((p ow) 1) ((n er z) 0))) +("shipp" nil (((sh ih p) 1))) +("shipped" nil (((sh ih p t) 1))) +("shippee" nil (((sh ih) 1) ((p iy) 1))) +("shipper" nil (((sh ih) 1) ((p er) 0))) +("shippers" nil (((sh ih) 1) ((p er z) 0))) +("shippey" nil (((sh ih) 1) ((p iy) 0))) +("shipping" nil (((sh ih) 1) ((p ih ng) 0))) +("shippingport" nil (((sh ih) 1) ((p ih ng) 0) ((p ao r t) 1))) +("shipps" nil (((sh ih p s) 1))) +("shippy" nil (((sh ih) 1) ((p iy) 0))) +("ships" nil (((sh ih p s) 1))) +("shipshape" nil (((sh ih p) 1) ((sh ey p) 1))) +("shipton" nil (((sh ih p) 1) ((t ax n) 0))) +("shipwash" nil (((sh ih) 1) ((p w aa sh) 1))) +("shipwrights" nil (((sh ih) 1) ((p r ay t s) 1))) +("shipyard" nil (((sh ih) 1) ((p y aa r d) 1))) +("shipyards" nil (((sh ih) 1) ((p y aa r d z) 1))) +("shir" nil (((sh er) 1))) +("shira" nil (((sh ih) 1) ((r ax) 0))) +("shirah" nil (((sh ih) 1) ((r ax) 0))) +("shiraishi" nil (((sh ih) 0) ((r aa) 0) ((iy) 1) ((sh iy) 0))) +("shiraz" nil (((sh ih) 0) ((r aa z) 1))) +("shirazi" nil (((sh ih) 0) ((r aa) 1) ((z iy) 0))) +("shire" nil (((sh ay r) 1))) +("shireman" nil (((sh ih) 0) ((r ey) 1) ((m ax n) 0))) +("shiremanstown" nil (((sh ay r) 1) ((m ax n z) 0) ((t aw n) 1))) +("shirer" nil (((sh ay) 1) ((er r) 0))) +("shires" nil (((sh ay r z) 1))) +("shirey" nil (((sh ay) 1) ((r iy) 0))) +("shirk" nil (((sh er k) 1))) +("shirked" nil (((sh er k t) 1))) +("shirkey" nil (((sh er) 1) ((k iy) 0))) +("shirking" nil (((sh er) 1) ((k ih ng) 0))) +("shirl" nil (((sh er l) 1))) +("shirlee" nil (((sh er) 1) ((l iy) 0))) +("shirleen" nil (((sh er) 0) ((l iy n) 1))) +("shirlene" nil (((sh er) 1) ((l iy n) 0))) +("shirley" nil (((sh er) 1) ((l iy) 0))) +("shirlie" nil (((sh er) 1) ((l iy) 0))) +("shiroma" nil (((sh ih) 0) ((r ow) 1) ((m ax) 0))) +("shirrell" nil (((sh ao) 1) ((r ax l) 0))) +("shirt" nil (((sh er t) 1))) +("shirts" nil (((sh er t s) 1))) +("shirtsleeve" nil (((sh er t) 1) ((s l iy v) 1))) +("shisanling" nil (((sh uh) 1) ((s aa n) 1) ((l iy ng) 1))) +("shiseido" nil (((sh ih) 0) ((s ey) 1) ((d ow) 0))) +("shishido" nil (((sh iy) 0) ((sh iy) 1) ((d ow) 0))) +("shisler" nil (((sh ih) 1) ((s ax) 0) ((l er) 0))) +("shissler" nil (((sh ih) 1) ((s l er) 0))) +("shit" nil (((sh iy t) 1))) +("shiu" nil (((sh uw) 1))) +("shiva" nil (((sh iy) 1) ((v ax) 0))) +("shive" nil (((sh ay v) 1))) +("shiveley" nil (((sh ih) 1) ((v ih) 0) ((l iy) 0))) +("shively" nil (((sh ay) 1) ((v l iy) 0))) +("shiver" nil (((sh ih) 1) ((v er) 0))) +("shiverdecker" nil (((sh ih) 1) ((v er) 0) ((d ih) 0) ((k er) 0))) +("shivering" nil (((sh ih) 1) ((v er) 0) ((ih ng) 0))) +("shivers" nil (((sh ih) 1) ((v er z) 0))) +("shives" nil (((sh ay v z) 1))) +("shivley" nil (((sh ih) 1) ((v l iy) 0))) +("shiwen" nil (((sh uh) 1) ((w eh n) 1))) +("shiyan" nil (((sh uh) 1) ((y ae n) 1))) +("shiyuan" nil (((sh uh) 1) ((y uh) 0) ((aa n) 1))) +("shizuishan" nil (((sh uh) 1) ((d z w ey) 1) ((sh aa n) 1))) +("shizuka" nil (((sh ih) 0) ((z uw) 1) ((k ax) 0))) +("shizuoka" nil (((sh iy) 0) ((z w ow) 1) ((k ax) 0))) +("shlaes" nil (((sh l ey z) 1))) +("shlenker" nil (((sh l eh ng) 1) ((k er) 0))) +("shoaf" nil (((sh ow f) 1))) +("shoaff" nil (((sh ow f) 1))) +("shoals" nil (((sh ow l z) 1))) +("shobana" nil (((sh ow) 1) ((b aa) 1) ((n ax) 0))) +("shobanna" nil (((sh ow) 1) ((b aa) 1) ((n ax) 0))) +("shobe" nil (((sh ow b) 1))) +("shober" nil (((sh ow) 1) ((b er) 0))) +("shoberg" nil (((sh ow) 1) ((b er g) 0))) +("shobert" nil (((sh aa) 1) ((b er t) 0))) +("shock" nil (((sh aa k) 1))) +("shocked" nil (((sh aa k t) 1))) +("shocker" nil (((sh aa) 1) ((k er) 0))) +("shockey" nil (((sh aa) 1) ((k iy) 0))) +("shocking" nil (((sh aa) 1) ((k ih ng) 0))) +("shockingly" nil (((sh aa) 1) ((k ih ng) 0) ((l iy) 0))) +("shockley" nil (((sh aa) 1) ((k l iy) 0))) +("shocks" nil (((sh aa k s) 1))) +("shod" nil (((sh aa d) 1))) +("shoddy" nil (((sh aa) 1) ((d iy) 0))) +("shoe" nil (((sh uw) 1))) +("shoebox" nil (((sh ow) 1) ((b aa k s) 0))) +("shoehorn" nil (((sh uw) 1) ((hh ao r n) 1))) +("shoehorned" nil (((sh uw) 1) ((hh ao r n d) 0))) +("shoelace" nil (((sh uw) 1) ((l ey s) 1))) +("shoelaces" nil (((sh uw) 1) ((l ey) 1) ((s ax z) 0))) +("shoemake" nil (((sh uw) 1) ((m ey k) 1))) +("shoemaker" nil (((sh uw) 1) ((m ey) 1) ((k er) 0))) +("shoemate" nil (((sh uw) 1) ((m ey t) 1))) +("shoen" nil (((sh uw n) 1))) +("shoes" nil (((sh uw z) 1))) +("shoeshine" nil (((sh uw) 1) ((sh ay n) 1))) +("shoestring" nil (((sh uw) 1) ((s t r ih ng) 1))) +("shoff" nil (((sh ao f) 1))) +("shoffner" nil (((sh ao f) 1) ((n er) 0))) +("shofner" nil (((sh aa f) 1) ((n er) 0))) +("shogren" nil (((sh aa) 1) ((g r eh n) 0))) +("shogun" nil (((sh ow) 1) ((g ax n) 0))) +("shohat" nil (((sh ow) 1) ((hh ae t) 0))) +("shoichi" nil (((sh ow) 0) ((iy) 1) ((ch iy) 0))) +("shoichiro" nil (((sh ow) 1) ((ih) 0) ((ch ih) 1) ((r ow) 0))) +("shoji" nil (((sh ow) 1) ((jh iy) 0))) +("shokhin" nil (((sh ow) 1) ((k ih n) 1))) +("shoko" nil (((sh ow) 1) ((k ow) 0))) +("sholar" nil (((sh ow) 1) ((l er) 0))) +("sholem" nil (((sh ow) 1) ((l ax m) 0))) +("sholes" nil (((sh ow l z) 1))) +("sholl" nil (((sh aa l) 1))) +("shollenberger" nil (((sh aa) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("sholly" nil (((sh aa) 1) ((l iy) 0))) +("sholtis" nil (((sh ow l) 1) ((t ih s) 0))) +("sholto" nil (((sh ow l) 1) ((t ow) 0))) +("shomaker" nil (((sh ow) 1) ((m ey) 1) ((k er) 0))) +("shomo" nil (((sh ow) 1) ((m ow) 0))) +("shon" nil (((sh aa n) 1))) +("shone" nil (((sh ow n) 1))) +("shonk" nil (((sh aa ng k) 1))) +("shonka" nil (((sh aa ng) 1) ((k ax) 0))) +("shonkwiler" nil (((sh aa ng) 1) ((k w ay) 1) ((l er) 0))) +("shontz" nil (((sh aa n t s) 1))) +("shoo" nil (((sh uw) 1))) +("shoob" nil (((sh uw b) 1))) +("shooed" nil (((sh uw d) 1))) +("shoofly" nil (((sh uw) 1) ((f l ay) 1))) +("shook" nil (((sh uh k) 1))) +("shoop" nil (((sh uw p) 1))) +("shoopman" nil (((sh uw p) 1) ((m ax n) 0))) +("shooshan" nil (((sh uw) 1) ((sh ax n) 0))) +("shoot" nil (((sh uw t) 1))) +("shooter" nil (((sh uw) 1) ((t er) 0))) +("shooters" nil (((sh uw) 1) ((t er z) 0))) +("shooting" nil (((sh uw) 1) ((t ih ng) 0))) +("shootings" nil (((sh uw) 1) ((t ih ng z) 0))) +("shootout" nil (((sh uw) 1) ((t aw t) 0))) +("shoots" nil (((sh uw t s) 1))) +("shop" nil (((sh aa p) 1))) +("shope" nil (((sh ow p) 1))) +("shophouse" nil (((sh aa p) 1) ((hh aw s) 2))) +("shophouses" nil (((sh aa p) 1) ((hh aw) 2) ((z ax z) 0))) +("shopkeeper" nil (((sh aa p) 1) ((k iy) 1) ((p er) 0))) +("shopkeepers" nil (((sh aa p) 1) ((k iy) 1) ((p er z) 0))) +("shopko" nil (((sh aa p) 1) ((k ow) 0))) +("shopkorn" nil (((sh aa p) 1) ((k ao r n) 1))) +("shoplifting" nil (((sh aa) 1) ((p l ih f) 1) ((t ih ng) 0))) +("shoppe" nil (((sh aa p) 1))) +("shopped" nil (((sh aa p t) 1))) +("shopper" nil (((sh aa) 1) ((p er) 0))) +("shoppers" nil (((sh aa) 1) ((p er z) 0))) +("shoppertainment" nil (((sh aa) 2) ((p er) 0) ((t ey n) 1) ((m ax n t) 0))) +("shoppes" nil (((sh aa p s) 1))) +("shopping" nil (((sh aa) 1) ((p ih ng) 0))) +("shops" nil (((sh aa p s) 1))) +("shoptaw" nil (((sh aa p) 1) ((t ao) 0))) +("shopwell" nil (((sh aa) 1) ((p w eh l) 1))) +("shopworn" nil (((sh aa) 1) ((p w ao r n) 1))) +("shor" nil (((sh iy) 0) ((er) 1))) +("shorb" nil (((sh ao r b) 1))) +("shore" nil (((sh ao r) 1))) +("shorebird" nil (((sh ao r) 1) ((b er d) 1))) +("shored" nil (((sh ao r d) 1))) +("shoreham" nil (((sh ao) 1) ((r ax m) 0))) +("shoreline" nil (((sh ao r) 1) ((l ay n) 1))) +("shorenstein" nil (((sh ao) 1) ((r ax n) 0) ((s t iy n) 0))) +("shores" nil (((sh ao r z) 1))) +("shoreward" nil (((sh ao r) 1) ((w er d) 0))) +("shorey" nil (((sh ao) 1) ((r iy) 0))) +("shorin" nil (((sh ao) 1) ((r ih n) 0))) +("shoring" nil (((sh ao) 1) ((r ih ng) 0))) +("shorkey" nil (((sh ao r) 1) ((k iy) 0))) +("shorn" nil (((sh ao r n) 1))) +("shorr" nil (((sh ao r) 1))) +("short" nil (((sh ao r t) 1))) +("shortage" nil (((sh ao r) 1) ((t ax jh) 0))) +("shortages" nil (((sh ao r) 1) ((t ax) 0) ((jh ax z) 0))) +("shortall" nil (((sh ao r) 1) ((t ax l) 0))) +("shortcake" nil (((sh ao r t) 1) ((k ey k) 1))) +("shortchange" nil (((sh ao r t) 1) ((ch ey n jh) 1))) +("shortchanged" nil (((sh ao r t) 1) ((ch ey n jh d) 1))) +("shortchanging" nil (((sh ao r t) 1) ((ch ey n) 1) ((jh ih ng) 0))) +("shortcoming" nil (((sh ao r t) 1) ((k ah) 1) ((m ih ng) 0))) +("shortcomings" nil (((sh ao r t) 1) ((k ah) 1) ((m ih ng z) 0))) +("shortcut" nil (((sh ao r t) 1) ((k ah t) 1))) +("shortcuts" nil (((sh ao r t) 1) ((k ah t s) 1))) +("shorted" nil (((sh ao r) 1) ((t ih d) 0))) +("shortell" nil (((sh ao r) 0) ((t eh l) 1))) +("shorten" nil (((sh ao r) 1) ((t ax n) 0))) +("shortened" nil (((sh ao r) 1) ((t ax n d) 0))) +("shortening" nil (((sh ao r) 1) ((t ax) 0) ((n ih ng) 0))) +("shortens" nil (((sh ao r) 1) ((t ax n z) 0))) +("shorter" nil (((sh ao r) 1) ((t er) 0))) +("shortest" nil (((sh ao r) 1) ((t ih s t) 0))) +("shortfall" nil (((sh ao r t) 1) ((f ao l) 1))) +("shortfalls" nil (((sh ao r t) 1) ((f ao l z) 1))) +("shortgrass" nil (((sh ao r t) 1) ((g r ae s) 1))) +("shorthair" nil (((sh ao r t) 1) ((hh eh r) 1))) +("shorthaired" nil (((sh ao r t) 1) ((hh eh r d) 1))) +("shorthand" nil (((sh ao r t) 1) ((hh ae n d) 1))) +("shorting" nil (((sh ao r) 1) ((t ih ng) 0))) +("shortlived" nil (((sh ao r t) 1) ((l ih v d) 1))) +("shortly" nil (((sh ao r t) 1) ((l iy) 0))) +("shortness" nil (((sh ao r t) 1) ((n ax s) 0))) +("shortridge" nil (((sh ao r) 1) ((t r ih jh) 0))) +("shorts" nil (((sh ao r t s) 1))) +("shortsighted" nil (((sh ao r t) 1) ((s ay) 1) ((t ih d) 0))) +("shortsightedness" nil (((sh ao r t) 1) ((s ay) 1) ((t ih d) 0) ((n ih s) 0))) +("shortstop" nil (((sh ao r t) 1) ((s t aa p) 1))) +("shortt" nil (((sh ao r t) 1))) +("shortterm" nil (((sh ao r t) 1) ((t er m) 1))) +("shortwave" nil (((sh ao r) 1) ((t w ey v) 1))) +("shorty" nil (((sh ao r) 1) ((t iy) 0))) +("shortz" nil (((sh ao r t s) 1))) +("shoshone" nil (((sh ow) 0) ((sh ow) 1) ((n iy) 0))) +("shostak" nil (((sh aa) 1) ((s t ax k) 0))) +("shostakovich" nil (((sh ao) 1) ((s t ax) 0) ((k ow) 1) ((v ih ch) 0))) +("shot" nil (((sh aa t) 1))) +("shotgun" nil (((sh aa t) 1) ((g ah n) 1))) +("shotguns" nil (((sh aa t) 1) ((g ah n z) 1))) +("shots" nil (((sh aa t s) 1))) +("shott" nil (((sh aa t) 1))) +("shotts" nil (((sh aa t s) 1))) +("shotwell" nil (((sh aa) 1) ((t w eh l) 1))) +("shou" nil (((sh ow) 1))) +("shougang" nil (((sh aw) 1) ((g aa ng) 1))) +("shough" nil (((sh aw) 1))) +("should" nil (((sh uh d) 1))) +("shoulder" nil (((sh ow l) 1) ((d er) 0))) +("shouldered" nil (((sh ow l) 1) ((d er d) 0))) +("shouldering" nil (((sh ow l) 1) ((d er) 0) ((ih ng) 0))) +("shoulders" nil (((sh ow l) 1) ((d er z) 0))) +("shouldnt" v (((sh uh d n t) 1))) +("shoults" nil (((sh ow l t s) 1))) +("shoultz" nil (((sh ow l t s) 1))) +("shoumaker" nil (((sh uw) 1) ((m ey) 1) ((k er) 0))) +("shoun" nil (((sh aw n) 1))) +("shoup" nil (((sh uw p) 1))) +("shoupe" nil (((sh uw p) 1))) +("shouse" nil (((s) 0) ((hh aw s) 1))) +("shout" nil (((sh aw t) 1))) +("shouted" nil (((sh aw) 1) ((t ax d) 0))) +("shouting" nil (((sh aw) 1) ((t ih ng) 0))) +("shouts" nil (((sh aw t s) 1))) +("shove" nil (((sh ah v) 1))) +("shoved" nil (((sh ah v d) 1))) +("shovel" nil (((sh ah) 1) ((v ax l) 0))) +("shoveled" nil (((sh ah) 1) ((v ax l d) 0))) +("shoveling" nil (((sh ah) 1) ((v l ih ng) 0))) +("shovels" nil (((sh ah) 1) ((v ax l z) 0))) +("shover" nil (((sh ah) 1) ((v er) 0))) +("shoves" nil (((sh ah v z) 1))) +("shoving" nil (((sh ah) 1) ((v ih ng) 0))) +("shovlin" nil (((sh aa) 1) ((v l ih n) 0))) +("show" nil (((sh ow) 1))) +("showa" nil (((sh ow) 1) ((ax) 0))) +("showalter" nil (((sh ow) 1) ((ax l) 0) ((t er) 0))) +("showbiz" nil (((sh ow) 1) ((b ih z) 0))) +("showboat" nil (((sh ow) 1) ((b ow t) 1))) +("showcase" nil (((sh ow) 1) ((k ey s) 1))) +("showcased" nil (((sh ow) 1) ((k ey s t) 1))) +("showcases" nil (((sh ow) 1) ((k ey) 1) ((s ih z) 0))) +("showcasing" nil (((sh ow) 1) ((k ey) 0) ((s ih ng) 0))) +("showdown" nil (((sh ow) 1) ((d aw n) 1))) +("showed" nil (((sh ow d) 1))) +("showell" nil (((sh aa) 1) ((w eh l) 0))) +("shower" nil (((sh aw) 1) ((er) 0))) +("showered" nil (((sh aw) 1) ((er d) 0))) +("showering" nil (((sh aw) 1) ((er) 0) ((ih ng) 0))) +("showers" nil (((sh aw) 1) ((er z) 0))) +("showgirl" nil (((sh ow) 1) ((g er l) 1))) +("showiest" nil (((sh ow) 1) ((iy) 0) ((ax s t) 0))) +("showing" nil (((sh ow) 1) ((ih ng) 0))) +("showings" nil (((sh ow) 1) ((ih ng z) 0))) +("showman" nil (((sh ow) 1) ((m ax n) 0))) +("showmanship" nil (((sh ow) 1) ((m ax n) 0) ((sh ih p) 1))) +("shown" nil (((sh ow n) 1))) +("showpiece" nil (((sh ow) 1) ((p iy s) 1))) +("showplace" nil (((sh ow) 1) ((p l ey s) 1))) +("showroom" nil (((sh ow) 1) ((r uh m) 1))) +("showrooms" nil (((sh ow) 1) ((r uw m z) 1))) +("shows" nil (((sh ow z) 1))) +("showscan" nil (((sh ow) 1) ((s k ae n) 1))) +("showtime" nil (((sh ow) 1) ((t ay m) 1))) +("showy" nil (((sh ow) 1) ((iy) 0))) +("shrader" nil (((sh r ey) 1) ((d er) 0))) +("shrake" nil (((sh r ey k) 1))) +("shramek" nil (((sh r ae) 1) ((m ih k) 0))) +("shrank" nil (((sh r ae ng k) 1))) +("shrapnel" nil (((sh r ae p) 1) ((n ax l) 0))) +("shreck" nil (((sh r eh k) 1))) +("shred" nil (((sh r eh d) 1))) +("shredded" nil (((sh r eh) 1) ((d ax d) 0))) +("shredder" nil (((sh r eh) 1) ((d er) 0))) +("shredders" nil (((sh r eh) 1) ((d er z) 0))) +("shredding" nil (((sh r eh) 1) ((d ih ng) 0))) +("shreds" nil (((sh r eh d z) 1))) +("shree" nil (((sh r iy) 1))) +("shreeve" nil (((sh r iy v) 1))) +("shreffler" nil (((sh r eh) 1) ((f l er) 0))) +("shreiber" nil (((sh r ay) 1) ((b er) 0))) +("shreiner" nil (((sh r ay) 1) ((n er) 0))) +("shreve" nil (((sh r iy v) 1))) +("shreveport" nil (((sh r iy v) 1) ((p ao r t) 1))) +("shreves" nil (((sh r iy v z) 1))) +("shrewd" nil (((sh r uw d) 1))) +("shrewdest" nil (((sh r uw) 1) ((d ax s t) 0))) +("shrewdly" nil (((sh r uw d) 1) ((l iy) 0))) +("shrewdness" nil (((sh r uw d) 1) ((n ax s) 0))) +("shrewsberry" nil (((sh r uw z) 1) ((b eh) 1) ((r iy) 0))) +("shrewsbury" nil (((sh r uw z) 1) ((b eh) 1) ((r iy) 0))) +("shri" nil (((sh r iy) 1))) +("shriber" nil (((sh r ay) 1) ((b er) 0))) +("shribman" nil (((sh r ih b) 1) ((m ax n) 0))) +("shrider" nil (((sh r ay) 1) ((d er) 0))) +("shriek" nil (((sh r iy k) 1))) +("shrieked" nil (((sh r iy k t) 1))) +("shrieking" nil (((sh r iy) 1) ((k ih ng) 0))) +("shrieks" nil (((sh r iy k s) 1))) +("shrift" nil (((sh r ih f t) 1))) +("shrikelike" nil (((sh r ay) 1) ((k l ay k) 1))) +("shrill" nil (((sh r ih l) 1))) +("shrimp" nil (((sh r ih m p) 1))) +("shrine" nil (((sh r ay n) 1))) +("shriner" nil (((sh r ay) 1) ((n er) 0))) +("shriners" nil (((sh r ay) 1) ((n er z) 0))) +("shrines" nil (((sh r ay n z) 1))) +("shrink" nil (((sh r ih ng k) 1))) +("shrinkage" nil (((sh r ih ng) 1) ((k ih jh) 0))) +("shrinking" nil (((sh r ih ng) 1) ((k ih ng) 0))) +("shrinks" nil (((sh r ih ng k s) 1))) +("shrivel" nil (((sh r ih) 1) ((v ax l) 0))) +("shriveled" nil (((sh r ih) 1) ((v ax l d) 0))) +("shriveling" nil (((sh r ih) 1) ((v ax) 0) ((l ih ng) 0))) +("shriver" nil (((sh r ay) 1) ((v er) 0))) +("shrock" nil (((sh r aa k) 1))) +("shrode" nil (((sh r ow d) 1))) +("shroff" nil (((sh r ao f) 1))) +("shrontz" nil (((sh r aa n t s) 1))) +("shropshire" nil (((sh r aa p) 1) ((sh ay r) 1))) +("shroud" nil (((sh r aw d) 1))) +("shrouded" nil (((sh r aw) 1) ((d ih d) 0))) +("shrouding" nil (((sh r aw) 1) ((d ih ng) 0))) +("shrout" nil (((sh r aw t) 1))) +("shroyer" nil (((sh r oy) 1) ((er) 0))) +("shrub" nil (((sh r ah b) 1))) +("shrubbery" nil (((sh r ah) 1) ((b er) 0) ((iy) 0))) +("shrubby" nil (((sh r ah) 1) ((b iy) 0))) +("shrublike" nil (((sh r ah) 1) ((b l ay k) 1))) +("shrubs" nil (((sh r ah b z) 1))) +("shrug" nil (((sh r ah g) 1))) +("shrugged" nil (((sh r ah g d) 1))) +("shrugging" nil (((sh r ah) 1) ((g ih ng) 0))) +("shrugs" nil (((sh r ah g z) 1))) +("shrum" nil (((sh r ah m) 1))) +("shrunk" nil (((sh r ah ng k) 1))) +("shrunken" nil (((sh r ah ng) 1) ((k ax n) 0))) +("shryock" nil (((sh r ay) 1) ((aa k) 0))) +("shtick" nil (((sh) 0) ((t ih k) 1))) +("shu" nil (((sh uw) 1))) +("shua" n (((sh w aa) 1))) +("shuai" n (((sh w ay) 1))) +("shuan" n (((sh w aa n) 1))) +("shuang" n (((sh w aa ng) 1))) +("shuangyashan" n (((sh w aa ng) 1) ((y aa) 1) ((sh aa n) 1))) +("shuart" nil (((sh uw) 1) ((er t) 0))) +("shubert" nil (((sh uw) 1) ((b er t) 0))) +("shubin" nil (((sh uw) 1) ((b ih n) 0))) +("shuchman" nil (((sh ah k) 1) ((m ax n) 0))) +("shuck" nil (((sh ah k) 1))) +("shucked" nil (((sh ah k t) 1))) +("shucking" nil (((sh ah) 1) ((k ih ng) 0))) +("shucks" nil (((sh ah k s) 1))) +("shuda" nil (((sh uw) 1) ((d ax) 0))) +("shudder" nil (((sh ah) 1) ((d er) 0))) +("shuddered" n (((sh ah) 1) ((d er d) 0))) +("shuddering" nil (((sh ah) 1) ((d er) 0) ((ih ng) 0))) +("shudders" nil (((sh ah) 1) ((d er z) 0))) +("shue" nil (((sh uw) 1))) +("shuey" nil (((sh uw) 1) ((iy) 0))) +("shufelt" nil (((sh uw) 1) ((f eh l t) 0))) +("shuff" nil (((sh ah f) 1))) +("shuffield" nil (((sh ah) 1) ((f iy l d) 1))) +("shuffle" nil (((sh ah) 1) ((f ax l) 0))) +("shuffled" nil (((sh ah) 1) ((f ax l d) 0))) +("shuffler" nil (((sh ah) 1) ((f ax) 0) ((l er) 0))) +("shufflers" nil (((sh ah) 1) ((f ax) 0) ((l er z) 0))) +("shuffles" nil (((sh ah) 1) ((f ax l z) 0))) +("shuffling" nil (((sh ah) 1) ((f l ih ng) 0))) +("shuford" nil (((sh uw) 1) ((f er d) 0))) +("shufro" nil (((sh ah) 1) ((f r ow) 0))) +("shugars" nil (((sh uw) 1) ((g er z) 0))) +("shugart" nil (((sh ah) 1) ((g aa r t) 0))) +("shughart" nil (((sh ah g) 1) ((hh aa r t) 1))) +("shugrue" nil (((sh ah) 1) ((g r uw) 0))) +("shuhao" nil (((sh uw) 1) ((hh aw) 1))) +("shui" nil (((sh w ey) 1))) +("shuiqing" nil (((sh w ey) 1) ((ch iy ng) 1))) +("shukla" nil (((sh ah) 1) ((k l ax) 0))) +("shular" nil (((sh uw) 1) ((l er) 0))) +("shuler" nil (((sh uw) 1) ((l er) 0))) +("shull" nil (((sh ah l) 1))) +("shulman" nil (((sh uh l) 1) ((m ax n) 0))) +("shultis" nil (((sh ah l) 1) ((t ih s) 0))) +("shults" nil (((sh ah l t s) 1))) +("shultz" nil (((sh uh l t s) 1))) +("shum" nil (((sh ah m) 1))) +("shumake" nil (((sh uw) 1) ((m ey k) 1))) +("shumaker" nil (((sh uw) 1) ((m ey) 1) ((k er) 0))) +("shuman" nil (((sh uw) 1) ((m ax n) 0))) +("shumard" nil (((sh uw) 1) ((m er d) 0))) +("shumate" nil (((sh uw) 1) ((m ey t) 1))) +("shumeet" nil (((sh uw) 0) ((m iy t) 1))) +("shumin" nil (((sh uw) 1) ((m iy n) 1))) +("shumpert" nil (((sh ah m) 1) ((p er t) 0))) +("shumsky" nil (((sh ah m) 1) ((s k iy) 0))) +("shumway" nil (((sh ah m) 1) ((w ey) 1))) +("shun" nil (((sh ah n) 1))) +("shunk" nil (((sh ah ng k) 1))) +("shunned" nil (((sh ah n d) 1))) +("shunning" nil (((sh ah) 1) ((n ih ng) 0))) +("shuns" nil (((sh ah n z) 1))) +("shunted" nil (((sh ah n) 1) ((t ih d) 0))) +("shunting" nil (((sh ah n) 1) ((t ih ng) 0))) +("shunto" nil (((sh ah n) 1) ((t ow) 0))) +("shuo" nil (((sh w ao) 1))) +("shuozhou" nil (((sh w ao) 1) ((jh ow) 1))) +("shupe" nil (((sh uw p) 1))) +("shupert" nil (((sh uw) 1) ((p er t) 0))) +("shuping" nil (((sh uw) 1) ((p ih ng) 0))) +("shupp" nil (((sh ah p) 1))) +("shur" nil (((sh er) 1))) +("shure" nil (((sh uh r) 1))) +("shurgard" nil (((sh uh r) 1) ((g aa r d) 1))) +("shurley" nil (((sh er) 1) ((l iy) 0))) +("shurr" nil (((sh er) 1))) +("shurtleff" nil (((sh er t) 1) ((l ih f) 0))) +("shurtliff" nil (((sh er t) 1) ((l ih f) 0))) +("shurtz" nil (((sh er t s) 1))) +("shuster" nil (((sh ah) 1) ((s t er) 0))) +("shusterman" nil (((sh ah) 1) ((s t er) 0) ((m ax n) 0))) +("shut" nil (((sh ah t) 1))) +("shutdown" nil (((sh ah t) 1) ((d aw n) 1))) +("shutdowns" nil (((sh ah t) 1) ((d aw n z) 1))) +("shute" nil (((sh uw t) 1))) +("shutes" nil (((sh uw t s) 1))) +("shutout" nil (((sh ah) 1) ((t aw t) 1))) +("shuts" nil (((sh ah t s) 1))) +("shutt" nil (((sh ah t) 1))) +("shutter" nil (((sh ah) 1) ((t er) 0))) +("shuttered" nil (((sh ah) 1) ((t er d) 0))) +("shuttering" nil (((sh ah) 1) ((t er) 0) ((ih ng) 0))) +("shutters" nil (((sh ah) 1) ((t er z) 0))) +("shutting" nil (((sh ah) 1) ((t ih ng) 0))) +("shuttle" nil (((sh ah) 1) ((t ax l) 0))) +("shuttled" nil (((sh ah) 1) ((t ax l d) 0))) +("shuttles" nil (((sh ah) 1) ((t ax l z) 0))) +("shuttlesworth" nil (((sh ah) 1) ((t ax l) 0) ((z w er th) 1))) +("shuttleworth" nil (((sh ah) 1) ((t ax l) 0) ((w er th) 1))) +("shuttling" nil (((sh ah) 1) ((t ax) 0) ((l ih ng) 0))) +("shutts" nil (((sh ah t s) 1))) +("shuwa" nil (((sh uw) 1) ((w ax) 0))) +("shy" nil (((sh ay) 1))) +("shying" nil (((sh ay) 1) ((ih ng) 0))) +("shylock" nil (((sh ay) 1) ((l aa k) 1))) +("shyly" nil (((sh ay) 1) ((l iy) 0))) +("shymanski" nil (((sh ax) 0) ((m ae n) 1) ((s k iy) 0))) +("shyne" nil (((sh ay n) 1))) +("shyness" nil (((sh ay) 1) ((n ax s) 0))) +("shysters" nil (((sh ay) 1) ((s t er z) 0))) +("si" nil (((s uh) 0))) +("siam" nil (((s ay) 0) ((ae m) 1))) +("siamese" nil (((s ay) 1) ((ax) 0) ((m iy z) 1))) +("siang" nil (((s) 0) ((y ae ng) 1))) +("siano" nil (((s iy) 0) ((aa) 1) ((n ow) 0))) +("sias" nil (((zh ao z) 1))) +("sib" nil (((s ih b) 1))) +("sibbie" nil (((s ih) 1) ((b iy) 0))) +("sibby" nil (((s ih) 1) ((b iy) 0))) +("sibelle" nil (((s ih) 0) ((b eh l) 1))) +("siberia" nil (((s ay) 0) ((b ih) 1) ((r iy) 0) ((ax) 0))) +("siberian" nil (((s ay) 0) ((b ih) 1) ((r iy) 0) ((ax n) 0))) +("sibert" nil (((s ih) 1) ((b er t) 0))) +("sibil" nil (((s ih) 1) ((b ax l) 0))) +("sibilia" nil (((s iy) 0) ((b iy) 1) ((l iy) 0) ((ax) 0))) +("sibilla" nil (((s ih) 0) ((b ih) 1) ((l ax) 0))) +("sibille" nil (((s ih) 1) ((b ih l) 0))) +("sible" nil (((s ay) 1) ((b ax l) 0))) +("sibley" nil (((s ih) 1) ((b l iy) 0))) +("sibling" nil (((s ih) 1) ((b l ih ng) 0))) +("siblings" nil (((s ih) 1) ((b l ih ng z) 0))) +("sibson" nil (((s ih b) 1) ((s ax n) 0))) +("sibuxiang" nil (((s uh) 1) ((b uw) 1) ((sh y aa ng) 1))) +("sibyl" nil (((s ih) 1) ((b ax l) 0))) +("sibyll" nil (((s ih) 1) ((b ih l) 0))) +("sic" nil (((s ih k) 1))) +("sica" nil (((s iy) 1) ((k ax) 0))) +("sicard" nil (((s ih) 1) ((k er d) 0))) +("sichel" nil (((s ih) 1) ((k ax l) 0))) +("sichuan" nil (((s uh) 1) ((ch w aa n) 1))) +("sicilia" nil (((s ih) 0) ((s ih) 1) ((l y ax) 0))) +("sicilian" nil (((s ih) 0) ((s ih) 1) ((l iy) 0) ((ax n) 0))) +("siciliano" nil (((s iy) 0) ((ch iy) 0) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("sicily" nil (((s ih) 1) ((s ax) 0) ((l iy) 0))) +("sick" nil (((s ih k) 1))) +("sickel" nil (((s ih) 1) ((k ax l) 0))) +("sickels" nil (((s ih) 1) ((k ax l z) 0))) +("sickened" nil (((s ih) 1) ((k ax n d) 0))) +("sickening" nil (((s ih) 1) ((k ax) 0) ((n ih ng) 0))) +("sicker" nil (((s ih) 1) ((k er) 0))) +("sickest" nil (((s ih) 1) ((k ax s t) 0))) +("sickinger" nil (((s ih) 1) ((k ih ng) 0) ((er) 0))) +("sickle" nil (((s ih) 1) ((k ax l) 0))) +("sickler" nil (((s ih) 1) ((k l er) 0))) +("sickles" nil (((s ih) 1) ((k ax l z) 0))) +("sickly" nil (((s ih) 1) ((k l iy) 0))) +("sickman" nil (((s ih k) 1) ((m ax n) 0))) +("sickness" nil (((s ih k) 1) ((n ax s) 0))) +("siconolfi" nil (((s iy) 0) ((k ow) 0) ((n ow l) 1) ((f iy) 0))) +("sicotte" nil (((s ih) 0) ((k ao t) 1))) +("sid" nil (((s ih d) 1))) +("sidak" nil (((s ih) 1) ((d ae k) 0))) +("siddall" nil (((s ih) 1) ((d ax l) 0))) +("siddeley" nil (((s ih) 1) ((d ax) 0) ((l iy) 0))) +("siddell" nil (((s ih) 1) ((d ax l) 0))) +("sidden" nil (((s ih) 1) ((d ax n) 0))) +("siddens" nil (((s ih) 1) ((d ax n z) 0))) +("siddhartha" nil (((s ih) 0) ((d aa r) 1) ((t ah) 1))) +("siddiqi" nil (((s iy) 0) ((d iy) 1) ((k iy) 0))) +("siddiqui" nil (((s iy) 0) ((d iy) 1) ((k w iy) 0))) +("siddle" nil (((s ih) 1) ((d ax l) 0))) +("siddons" nil (((s ih) 1) ((d ax n z) 0))) +("side" nil (((s ay d) 1))) +("sided" nil (((s ay) 1) ((d ax d) 0))) +("sidek" nil (((s ay) 1) ((d eh k) 1))) +("sidekick" nil (((s ay d) 1) ((k ih k) 1))) +("sideline" nil (((s ay d) 1) ((l ay n) 1))) +("sidelined" nil (((s ay d) 1) ((l ay n d) 1))) +("sidelines" nil (((s ay d) 1) ((l ay n z) 1))) +("sidell" nil (((s ay) 1) ((d ax l) 0))) +("sideman" nil (((s ay d) 1) ((m ae n) 1))) +("sidener" nil (((s ih) 1) ((d iy) 0) ((n er) 0))) +("sider" nil (((s ay) 1) ((d er) 0))) +("siderca" nil (((s ih) 0) ((d er) 1) ((k ax) 0))) +("sideris" nil (((s ih) 1) ((d er) 0) ((ih s) 0))) +("siderographers" nil (((s ay) 1) ((d er) 0) ((ao) 1) ((g r ax) 0) ((f er z) 0))) +("siders" nil (((s ay) 1) ((d er z) 0))) +("sides" nil (((s ay d z) 1))) +("sideshow" nil (((s ay d) 1) ((sh ow) 1))) +("sidestep" nil (((s ay d) 1) ((s t eh p) 1))) +("sidestepped" nil (((s ay d) 1) ((s t eh p t) 1))) +("sidestepping" nil (((s ay d) 1) ((s t eh) 1) ((p ih ng) 0))) +("sidesteps" nil (((s ay d) 1) ((s t eh p s) 1))) +("sidestream" nil (((s ay d) 1) ((s t r iy m) 1))) +("sidetrack" nil (((s ay d) 1) ((t r ae k) 1))) +("sidetracked" nil (((s ay d) 1) ((t r ae k t) 1))) +("sidewalk" nil (((s ay) 1) ((d w ao k) 1))) +("sidewalks" nil (((s ay) 1) ((d w ao k s) 1))) +("sidewater" nil (((s ay) 1) ((d w ao) 1) ((t er) 0))) +("sideways" nil (((s ay) 1) ((d w ey z) 1))) +("sidewinder" nil (((s ay) 1) ((d w ay n) 1) ((d er) 0))) +("sidewise" nil (((s ay) 1) ((d w ay z) 1))) +("sidhu" nil (((s ih d) 1) ((hh uw) 0))) +("siding" nil (((s ay) 1) ((d ih ng) 0))) +("sidle" nil (((s ay) 1) ((d ax l) 0))) +("sidler" nil (((s ay) 1) ((d ax) 0) ((l er) 0))) +("sidley" nil (((s ih d) 1) ((l iy) 0))) +("sidman" nil (((s ih d) 1) ((m ax n) 0))) +("sidney" nil (((s ih d) 1) ((n iy) 0))) +("sidon" nil (((s ay) 1) ((d ax n) 0))) +("sidonia" nil (((s iy) 0) ((d ow) 1) ((n iy) 0) ((ax) 0))) +("sidor" nil (((s ih) 1) ((d er) 0))) +("sidoti" nil (((s iy) 0) ((d ow) 1) ((t iy) 0))) +("sidra" nil (((s ih) 1) ((d r ax) 0))) +("sids" nil (((s ih d z) 1))) +("sidwell" nil (((s ih) 1) ((d w eh l) 1))) +("sie" nil (((s iy) 1))) +("siebe" nil (((s iy b) 1))) +("siebel" nil (((s iy) 1) ((b ax l) 0))) +("siebels" nil (((s iy) 1) ((b ax l z) 0))) +("sieben" nil (((s iy) 1) ((b ax n) 0))) +("siebenaler" nil (((s iy) 1) ((b ih) 0) ((n ax) 0) ((l er) 0))) +("sieber" nil (((s iy) 1) ((b er) 0))) +("siebers" nil (((s iy) 1) ((b er z) 0))) +("siebert" nil (((s iy) 1) ((b er t) 0))) +("siebold" nil (((s iy) 1) ((b ow l d) 1))) +("siebrecht" nil (((s iy) 1) ((b r ih k t) 0))) +("sieck" nil (((s iy k) 1))) +("siecle" nil (((s iy) 1) ((k ax l) 0))) +("siedenburg" nil (((s iy) 1) ((d ax n) 0) ((b er g) 0))) +("siedlecki" nil (((s iy d) 0) ((l eh t) 1) ((s k iy) 0))) +("siedschlag" nil (((s iy d) 1) ((sh l ax g) 0))) +("siefert" nil (((s iy) 1) ((f er t) 0))) +("siefken" nil (((s iy f) 1) ((k ax n) 0))) +("siefker" nil (((s iy f) 1) ((k er) 0))) +("sieg" nil (((s iy g) 1))) +("siegal" nil (((s iy) 1) ((g ax l) 0))) +("siegan" nil (((s iy) 1) ((g ax n) 0))) +("siege" nil (((s iy jh) 1))) +("siegecraft" nil (((s iy jh) 1) ((k r ae f t) 1))) +("siegel" nil (((s iy) 1) ((g ax l) 0))) +("siegell" nil (((s iy) 1) ((g ax l) 0))) +("siegelman" nil (((s iy) 1) ((g ax l) 0) ((m ax n) 0))) +("siegenthaler" nil (((s iy) 1) ((g ih n) 0) ((th ax) 0) ((l er) 0))) +("sieger" nil (((s iy) 1) ((g er) 0))) +("siegert" nil (((s iy) 1) ((g er t) 0))) +("siegfried" nil (((s iy g) 1) ((f r iy d) 1))) +("siegle" nil (((s iy) 1) ((g ax l) 0))) +("siegler" nil (((s iy) 1) ((g l er) 0))) +("siegman" nil (((s iy g) 1) ((m ax n) 0))) +("siegmann" nil (((s iy g) 1) ((m ax n) 0))) +("siegmund" nil (((s iy g) 1) ((m ax n d) 0))) +("siegrist" nil (((s iy) 1) ((g r ih s t) 0))) +("sieh" nil (((s iy) 1))) +("sieja" nil (((s ey) 1) ((ax) 0))) +("siek" nil (((s iy k) 1))) +("siekierski" nil (((s iy) 0) ((k ih r) 1) ((s k iy) 0))) +("siekman" nil (((s iy k) 1) ((m ax n) 0))) +("sielaff" nil (((s iy) 0) ((l ae f) 1))) +("sieler" nil (((s iy) 1) ((l er) 0))) +("sieling" nil (((s iy) 1) ((l ih ng) 0))) +("sieloff" nil (((s iy) 1) ((l ao f) 0))) +("sielski" nil (((s iy l) 1) ((s k iy) 0))) +("siem" nil (((s iy m) 1))) +("siemel" nil (((s iy) 1) ((m ax l) 0))) +("siemens" nil (((s iy) 1) ((m ax n z) 0))) +("siemer" nil (((s iy) 1) ((m er) 0))) +("siemers" nil (((s iy) 1) ((m er z) 0))) +("sieminski" nil (((s iy) 0) ((m ih n) 1) ((s k iy) 0))) +("siemon" nil (((s iy) 1) ((m ax n) 0))) +("siems" nil (((s iy m z) 1))) +("siemsen" nil (((s iy m) 1) ((s ax n) 0))) +("sienko" nil (((s iy) 0) ((eh ng) 1) ((k ow) 0))) +("sieracki" nil (((s ih) 0) ((r aa t) 1) ((s k iy) 0))) +("sierchio" nil (((s iy r) 1) ((ch iy) 0) ((ow) 0))) +("sierra" nil (((s iy) 0) ((eh) 1) ((r ax) 0))) +("sierracin" nil (((s iy) 0) ((eh) 1) ((r ax) 0) ((s ih n) 0))) +("sierras" nil (((s iy) 0) ((eh) 1) ((r ax z) 0))) +("siers" nil (((s iy r z) 1))) +("sies" nil (((s iy z) 1))) +("siess" nil (((s iy s) 1))) +("sietsema" nil (((s iy t) 0) ((s iy) 1) ((m ax) 0))) +("sieve" nil (((s ih v) 1))) +("siever" nil (((s iy) 1) ((v er) 0))) +("sievers" nil (((s iy) 1) ((v er z) 0))) +("sievert" nil (((s iy) 1) ((v er t) 0))) +("sieves" nil (((s ih v z) 1))) +("sieving" nil (((s ih) 1) ((v ih ng) 0))) +("siew" nil (((s y uw) 1))) +("siew" nil (((s uw) 1))) +("siewert" nil (((s iy) 1) ((w er t) 0))) +("siewiorek" nil (((s ax) 0) ((w ao) 1) ((r ih k) 0))) +("sifco" nil (((s ih f) 1) ((k ow) 0))) +("sifers" nil (((s ay) 1) ((f er z) 0))) +("sifford" nil (((s ih) 1) ((f er d) 0))) +("sift" nil (((s ih f t) 1))) +("sifted" nil (((s ih f) 1) ((t ih d) 0))) +("sifting" nil (((s ih f) 1) ((t ih ng) 0))) +("sifts" nil (((s ih f t s) 1))) +("sifuentes" nil (((s iy f) 0) ((w eh n) 1) ((t eh s) 0))) +("sigafoos" nil (((s ih) 1) ((g ax) 0) ((f uw z) 1))) +("sigal" nil (((s ay) 1) ((jh ax l) 0))) +("sigala" nil (((s iy) 0) ((g aa) 1) ((l ax) 0))) +("sigel" nil (((s ih) 1) ((g ax l) 0))) +("sigfreda" nil (((s iy g) 0) ((f r eh) 1) ((d ax) 0))) +("sigg" nil (((s ih g) 1))) +("siggers" nil (((s ih) 1) ((g er z) 0))) +("siggins" nil (((s ih) 1) ((g ih n z) 0))) +("sigh" nil (((s ay) 1))) +("sighed" nil (((s ay d) 1))) +("sighing" nil (((s ay) 1) ((ih ng) 0))) +("sighs" nil (((s ay z) 1))) +("sight" nil (((s ay t) 1))) +("sighted" nil (((s ay) 1) ((t ax d) 0))) +("sighting" nil (((s ay) 1) ((t ih ng) 0))) +("sightings" nil (((s ay) 1) ((t ih ng z) 0))) +("sights" nil (((s ay t s) 1))) +("sightseeing" nil (((s ay t) 1) ((s iy) 1) ((ih ng) 0))) +("sigl" nil (((s ih) 1) ((g ax l) 0))) +("sigle" nil (((s ay) 1) ((g ax l) 0))) +("sigler" nil (((s ay) 1) ((g ax) 0) ((l er) 0))) +("sigley" nil (((s ih) 1) ((g l iy) 0))) +("siglin" nil (((s ih) 1) ((g l ih n) 0))) +("sigma" nil (((s ih g) 1) ((m ax) 0))) +("sigmaform" nil (((s ih g) 1) ((m ax) 0) ((f ao r m) 0))) +("sigman" nil (((s ih g) 1) ((m ax n) 0))) +("sigmon" nil (((s ih g) 1) ((m ax n) 0))) +("sigmund" nil (((s ih g) 1) ((m ax n d) 0))) +("sign" nil (((s ay n) 1))) +("signa" nil (((s ih g) 1) ((n ax) 0))) +("signage" nil (((s ay) 1) ((n ih jh) 0))) +("signal" nil (((s ih g) 1) ((n ax l) 0))) +("signaled" nil (((s ih g) 1) ((n ax l d) 0))) +("signaling" nil (((s ih g) 1) ((n ax) 0) ((l ih ng) 0))) +("signalled" nil (((s ih g) 1) ((n ax l d) 0))) +("signalling" nil (((s ih g) 1) ((n ax) 0) ((l ih ng) 0))) +("signals" nil (((s ih g) 1) ((n ax l z) 0))) +("signatories" nil (((s ih g) 1) ((n ax) 0) ((t ao) 1) ((r iy z) 0))) +("signatory" nil (((s ih g) 1) ((n ax) 0) ((t ao) 1) ((r iy) 0))) +("signature" nil (((s ih g) 1) ((n ax) 0) ((ch er) 0))) +("signatures" nil (((s ih g) 1) ((n ax) 0) ((ch er z) 0))) +("signed" nil (((s ay n d) 1))) +("signer" nil (((s ay) 1) ((n er) 0))) +("signers" nil (((s ay) 1) ((n er z) 0))) +("signet" nil (((s ih g) 1) ((n ih t) 0))) +("signficant" nil (((s ay n) 1) ((f ih) 0) ((k ax n t) 0))) +("significance" nil (((s ax g) 0) ((n ih) 1) ((f ih) 0) ((k ax n s) 0))) +("significant" nil (((s ax g) 0) ((n ih) 1) ((f ih) 0) ((k ax n t) 0))) +("significantly" nil (((s ih g) 0) ((n ih) 1) ((f ih) 0) ((k ax n t) 0) ((l iy) 0))) +("signified" nil (((s ih g) 1) ((n ax) 0) ((f ay d) 1))) +("signifies" nil (((s ih g) 1) ((n ax) 0) ((f ay z) 1))) +("signify" nil (((s ih g) 1) ((n ax) 0) ((f ay) 1))) +("signifying" nil (((s ih g) 1) ((n ax) 0) ((f ay) 1) ((ih ng) 0))) +("signing" nil (((s ay) 1) ((n ih ng) 0))) +("signings" nil (((s ay) 1) ((n ih ng z) 0))) +("signor" nil (((s iy) 1) ((n y ao r) 0))) +("signore" nil (((s iy) 0) ((n y ao) 1) ((r ey) 0))) +("signorelli" nil (((s iy g) 0) ((n ao) 0) ((r eh) 1) ((l iy) 0))) +("signposts" nil (((s ay n) 1) ((p ow s t s) 1))) +("signs" nil (((s ay n z) 1))) +("sigoloff" nil (((s ih) 1) ((g ax) 0) ((l ao f) 0))) +("sigourney" nil (((s ih) 0) ((g ao r) 1) ((n iy) 0))) +("sigrid" nil (((s ih) 1) ((g r ih d) 0))) +("sigrist" nil (((s ih) 1) ((g r ih s t) 0))) +("sigur" nil (((s ih) 1) ((g er) 0))) +("sigurd" nil (((s ih) 1) ((g er d) 0))) +("sigurdson" nil (((s ih) 1) ((g er d) 0) ((s ax n) 0))) +("sigwald" nil (((s ih) 1) ((g w ax l d) 0))) +("sihanouk" nil (((s iy) 1) ((ax) 0) ((n uh k) 1))) +("sikes" nil (((s ay k s) 1))) +("sikh" nil (((s iy k) 1))) +("sikhs" nil (((s iy k s) 1))) +("sikkema" nil (((s ih) 0) ((k iy) 1) ((m ax) 0))) +("sikora" nil (((s ih) 0) ((k ao) 1) ((r ax) 0))) +("sikorski" nil (((s ih) 0) ((k ao r) 1) ((s k iy) 0))) +("sikorsky" nil (((s ih) 0) ((k ao r) 1) ((s k iy) 0))) +("sil" nil (((s ih l) 1))) +("silajdzic" nil (((s ih) 1) ((l aa) 1) ((jh ih k) 0))) +("silas" nil (((s ay) 1) ((l ax s) 0))) +("silbaugh" nil (((s ih l) 1) ((b ao) 1))) +("silber" nil (((s ih l) 1) ((b er) 0))) +("silberberg" nil (((s ih l) 1) ((b er) 0) ((b er g) 0))) +("silberg" nil (((s ih l) 1) ((b er g) 0))) +("silbergeld" nil (((s ih l) 1) ((b er) 0) ((g eh l d) 1))) +("silberman" nil (((s ih l) 1) ((b er) 0) ((m ax n) 0))) +("silbernagel" nil (((s ih l) 1) ((b er) 0) ((n ax) 0) ((g ax l) 0))) +("silberner" nil (((s ih l) 0) ((b er) 1) ((n er) 0))) +("silberstein" nil (((s ih l) 1) ((b er) 0) ((s t iy n) 1))) +("silbert" nil (((s ih l) 1) ((b er t) 0))) +("silcott" nil (((s ih l) 1) ((k ax t) 0))) +("silcox" nil (((s ih l) 1) ((k aa k s) 0))) +("silence" nil (((s ay) 1) ((l ax n s) 0))) +("silenced" nil (((s ay) 1) ((l ax n s t) 0))) +("silences" nil (((s ay) 1) ((l ax n) 0) ((s ih z) 0))) +("silencing" nil (((s ay) 1) ((l ax n) 0) ((s ih ng) 0))) +("silent" nil (((s ay) 1) ((l ax n t) 0))) +("silently" nil (((s ay) 1) ((l ax n t) 0) ((l iy) 0))) +("sileo" nil (((s ih) 1) ((l iy) 0) ((ow) 0))) +("siler" nil (((s ay) 1) ((l er) 0))) +("silesia" nil (((s ih) 0) ((l iy) 1) ((z ax) 0))) +("silex" nil (((s ih) 1) ((l ax k s) 0))) +("silfies" nil (((s ih l) 1) ((f iy z) 0))) +("silguero" nil (((s iy l) 0) ((g eh) 1) ((r ow) 0))) +("silhouette" nil (((s ih) 1) ((l ax) 0) ((w eh t) 1))) +("silhouettes" nil (((s ih) 1) ((l ax) 0) ((w eh t s) 1))) +("silica" nil (((s ih) 1) ((l ax) 0) ((k ax) 0))) +("silicate" nil (((s ih) 1) ((l ax) 0) ((k ax t) 0))) +("silicates" nil (((s ih) 1) ((l ax) 0) ((k ax t s) 0))) +("silicon" nil (((s ih) 1) ((l ax) 0) ((k ax n) 0))) +("silicone" nil (((s ih) 1) ((l ax) 0) ((k ow n) 1))) +("silicones" nil (((s ih) 1) ((l ax) 0) ((k ow n z) 1))) +("siliconix" nil (((s ih) 1) ((l ih) 0) ((k aa) 1) ((n ih k s) 0))) +("silk" nil (((s ih l k) 1))) +("silkey" nil (((s ih l) 1) ((k iy) 0))) +("silks" nil (((s ih l k s) 1))) +("silkwood" nil (((s ih l) 1) ((k w uh d) 1))) +("silkworm" nil (((s ih l) 1) ((k w er m) 0))) +("silkworms" nil (((s ih l) 1) ((k w er m z) 1))) +("silky" nil (((s ih l) 1) ((k iy) 0))) +("sill" nil (((s ih l) 1))) +("siller" nil (((s ih) 1) ((l er) 0))) +("sillerman" nil (((s ih) 1) ((l er) 0) ((m ax n) 0))) +("sillier" nil (((s ih) 1) ((l iy) 0) ((er) 0))) +("silliest" nil (((s ih) 1) ((l iy) 0) ((ax s t) 0))) +("silliman" nil (((s ih) 1) ((l ih) 0) ((m ax n) 0))) +("silliness" nil (((s ih) 1) ((l iy) 0) ((n ax s) 0))) +("sillman" nil (((s ih l) 1) ((m ax n) 0))) +("sills" nil (((s ih l z) 1))) +("silly" nil (((s ih) 1) ((l iy) 0))) +("silman" nil (((s ih l) 1) ((m ax n) 0))) +("silmon" nil (((s iy l) 0) ((m ao n) 1))) +("silo" nil (((s ay) 1) ((l ow) 0))) +("silos" nil (((s ay) 1) ((l ow z) 1))) +("silsby" nil (((s ih l s) 1) ((b iy) 0))) +("silt" nil (((s ih l t) 1))) +("siltec" nil (((s ih l) 1) ((t eh k) 1))) +("silva" nil (((s ih l) 1) ((v ax) 0))) +("silvadio" nil (((s ih l) 0) ((v aa) 1) ((d iy) 0) ((ow) 0))) +("silvana" nil (((s ih l) 0) ((v aa) 1) ((n ax) 0))) +("silvar" nil (((s ih l) 1) ((v aa r) 0))) +("silvas" nil (((s ih l) 1) ((v ax z) 0))) +("silveira" nil (((s iy l) 0) ((v eh) 1) ((r ax) 0))) +("silver" nil (((s ih l) 1) ((v er) 0))) +("silvera" nil (((s iy l) 0) ((v eh) 1) ((r ax) 0))) +("silverado" nil (((s ih l) 1) ((v er) 0) ((aa) 1) ((d ow) 0))) +("silverberg" nil (((s ih l) 1) ((v er) 0) ((b er g) 0))) +("silvercrest" nil (((s ih l) 1) ((v er) 0) ((k r eh s t) 1))) +("silverdome" nil (((s ih l) 1) ((v er) 0) ((d ow m) 1))) +("silveri" nil (((s iy l) 0) ((v eh) 1) ((r iy) 0))) +("silveria" nil (((s iy l) 0) ((v eh) 1) ((r iy) 0) ((ax) 0))) +("silverio" nil (((s iy l) 0) ((v eh) 1) ((r iy) 0) ((ow) 0))) +("silverlake" nil (((s ih l) 1) ((v er) 0) ((l ey k) 1))) +("silverman" nil (((s ih l) 1) ((v er) 0) ((m ae n) 1))) +("silvernail" nil (((s ih l) 1) ((v er) 0) ((n ey l) 1))) +("silverplate" nil (((s ih l) 1) ((v er) 0) ((p l ey t) 1))) +("silvers" nil (((s ih l) 1) ((v er z) 0))) +("silvershoe" nil (((s ih l) 1) ((v er) 0) ((sh uw) 1))) +("silversides" nil (((s ih l) 1) ((v er) 0) ((s ay d z) 1))) +("silverstein" nil (((s ih l) 1) ((v er) 0) ((s t iy n) 1))) +("silverstone" nil (((s ih l) 1) ((v er) 0) ((s t ow n) 1))) +("silverthorn" nil (((s ih l) 0) ((v er) 1) ((th er n) 0))) +("silverthorne" nil (((s ih l) 0) ((v er) 1) ((th er n) 0))) +("silverware" nil (((s ih l) 1) ((v er) 0) ((w eh r) 1))) +("silvery" nil (((s ih l) 1) ((v er) 0) ((iy) 0))) +("silvester" nil (((s ih l) 0) ((v eh) 1) ((s t er) 0))) +("silvestre" nil (((s iy l) 0) ((v ey) 1) ((s t r ey) 0))) +("silvestri" nil (((s iy l) 0) ((v eh) 1) ((s t r iy) 0))) +("silvestro" nil (((s iy l) 0) ((v ey) 1) ((s t r ow) 0))) +("silvey" nil (((s ih l) 1) ((v iy) 0))) +("silvi" nil (((s ih l) 1) ((v iy) 0))) +("silvia" nil (((s ih l) 1) ((v iy) 0) ((ax) 0))) +("silvie" nil (((s ih l) 1) ((v iy) 0))) +("silvio" nil (((s ih l) 1) ((v iy) 0) ((ow) 0))) +("silvis" nil (((s ih l) 1) ((v ih s) 0))) +("silvius" nil (((s ih l) 1) ((v iy) 0) ((ih s) 0))) +("sim" nil (((s ih m) 1))) +("sima" nil (((s uh) 1) ((m aa) 1))) +("simard" nil (((s ih) 1) ((m er d) 0))) +("simas" nil (((s ay) 1) ((m ax z) 0))) +("simba" nil (((s ih m) 1) ((b ax) 0))) +("simcha" nil (((s ih m) 1) ((hh ax) 0))) +("simco" nil (((s ih m) 1) ((k ow) 0))) +("simcoe" nil (((s ih m) 1) ((k ow) 1))) +("simcox" nil (((s ih m) 1) ((k aa k s) 1))) +("sime" nil (((s ay m) 1))) +("simei" nil (((s iy) 1) ((m ey) 0))) +("simek" nil (((s ih) 1) ((m ih k) 0))) +("simenson" nil (((s ih) 1) ((m ih n) 0) ((s ax n) 0))) +("simental" nil (((s ih) 0) ((m eh n) 1) ((t ax l) 0))) +("simeon" nil (((s ih) 1) ((m iy) 0) ((ax n) 0))) +("simeone" nil (((s ih) 1) ((m iy) 0) ((ah n) 1))) +("simer" nil (((s ay) 1) ((m er) 0))) +("simerly" nil (((s ay) 1) ((m er) 0) ((l iy) 0))) +("simerson" nil (((s ih) 1) ((m er) 0) ((s ax n) 0))) +("simes" nil (((s ay m z) 1))) +("simex" nil (((s ih) 1) ((m eh k s) 0))) +("simi" nil (((s iy) 1) ((m iy) 0))) +("simian" nil (((s ih) 1) ((m iy) 0) ((ax n) 0))) +("simich" nil (((s ih) 1) ((m ih ch) 0))) +("simien" nil (((s ih) 1) ((m iy n) 0))) +("similar" nil (((s ih) 1) ((m ax) 0) ((l er) 0))) +("similarities" nil (((s ih) 1) ((m ax) 0) ((l eh) 1) ((r ax) 0) ((t iy z) 0))) +("similarity" nil (((s ih) 1) ((m ax) 0) ((l eh) 1) ((r ax) 0) ((t iy) 0))) +("similarly" nil (((s ih) 1) ((m ax) 0) ((l er) 0) ((l iy) 0))) +("similiar" nil (((s ih) 0) ((m ih) 1) ((l iy) 0) ((aa r) 0))) +("simington" nil (((s ih) 1) ((m ih ng) 0) ((t ax n) 0))) +("siminski" nil (((s ih) 0) ((m ih n) 1) ((s k iy) 0))) +("simione" nil (((s iy) 1) ((m iy) 0) ((ow) 1) ((n iy) 0))) +("simison" nil (((s ih) 1) ((m ih) 0) ((s ax n) 0))) +("simkin" nil (((s ih m) 1) ((k ih n) 0))) +("simkins" nil (((s ih m) 1) ((k ih n z) 0))) +("simko" nil (((s ih m) 1) ((k ow) 0))) +("simler" nil (((s ih) 1) ((m ax) 0) ((l er) 0))) +("simm" nil (((s ih m) 1))) +("simmer" nil (((s ih) 1) ((m er) 0))) +("simmered" nil (((s ih) 1) ((m er d) 0))) +("simmering" nil (((s ih) 1) ((m er) 0) ((ih ng) 0))) +("simmerman" nil (((s ih) 1) ((m er) 0) ((m ax n) 0))) +("simmers" nil (((s ih) 1) ((m er z) 0))) +("simmert" nil (((s ih) 1) ((m er t) 0))) +("simmon" nil (((s ih) 1) ((m ax n) 0))) +("simmonds" nil (((s ih) 1) ((m ax n d z) 0))) +("simmons" nil (((s ih) 1) ((m ax n z) 0))) +("simms" nil (((s ih m z) 1))) +("simo" nil (((s iy) 1) ((m ow) 0))) +("simoes" nil (((s ay) 1) ((m ow z) 0))) +("simon" nil (((s ay) 1) ((m ax n) 0))) +("simona" nil (((s ih) 0) ((m ow) 1) ((n ax) 0))) +("simonds" nil (((s ay) 1) ((m ax n d z) 0))) +("simone" nil (((s ih) 0) ((m ow n) 1))) +("simoneau" nil (((s ih) 1) ((m ax) 0) ((n ow) 0))) +("simoneaux" nil (((s ih) 1) ((m ax) 0) ((n ow) 0))) +("simonelli" nil (((s iy) 1) ((m ow) 0) ((n eh) 1) ((l iy) 0))) +("simonet" nil (((s ih) 1) ((m ax) 0) ((n eh t) 0))) +("simonetta" nil (((s iy) 0) ((m ax) 0) ((n eh) 1) ((t ax) 0))) +("simonette" nil (((s ih) 1) ((m ax) 0) ((n eh t) 0))) +("simonetti" nil (((s iy) 0) ((m ow) 0) ((n eh) 1) ((t iy) 0))) +("simoni" nil (((s iy) 0) ((m ow) 1) ((n iy) 0))) +("simonian" nil (((s ih) 0) ((m ow) 1) ((n iy) 0) ((ax n) 0))) +("simonich" nil (((s ih) 1) ((m ax) 0) ((n ih k) 0))) +("simonin" nil (((s ih) 1) ((m ax) 0) ((n ih n) 0))) +("simonis" nil (((s ih) 1) ((m ax) 0) ((n ih s) 0))) +("simons" nil (((s ay) 1) ((m ax n z) 0))) +("simonsen" nil (((s ih) 1) ((m ax n) 0) ((s ax n) 0))) +("simonson" nil (((s ih) 1) ((m ax n) 0) ((s ax n) 0))) +("simonsson" nil (((s ay) 1) ((m ax n) 0) ((s ax n) 0))) +("simonton" nil (((s ih) 0) ((m aa n) 1) ((t ax n) 0))) +("simper" nil (((s ih m) 1) ((p er) 0))) +("simpkins" nil (((s ih m p) 1) ((k ih n z) 0))) +("simple" nil (((s ih m) 1) ((p ax l) 0))) +("simpleminded" n (((s ih m) 1) ((p ax l) 0) ((m ay n) 1) ((d ax d) 0))) +("simpler" nil (((s ih m) 1) ((p ax) 0) ((l er) 0))) +("simplesse" nil (((s ih m) 0) ((p l eh s) 1))) +("simplest" nil (((s ih m) 1) ((p l ax s t) 0))) +("simplex" nil (((s ih m) 1) ((p l eh k s) 1))) +("simplicity" nil (((s ih m) 0) ((p l ih) 1) ((s ax) 0) ((t iy) 0))) +("simplification" nil (((s ih m) 1) ((p l ax) 0) ((f ih) 0) ((k ey) 1) ((sh ax n) 0))) +("simplified" nil (((s ih m) 1) ((p l ax) 0) ((f ay d) 1))) +("simplifies" nil (((s ih m) 1) ((p l ax) 0) ((f ay z) 1))) +("simplify" nil (((s ih m) 1) ((p l ax) 0) ((f ay) 1))) +("simplifying" nil (((s ih m) 1) ((p l ax) 0) ((f ay) 1) ((ih ng) 0))) +("simplistic" nil (((s ih m) 0) ((p l ih) 1) ((s t ih k) 0))) +("simplot" nil (((s ih m) 1) ((p l aa t) 0))) +("simply" nil (((s ih m) 1) ((p l iy) 0))) +("simplygo" nil (((s ih m) 1) ((p l iy) 0) ((g ow) 1))) +("simpson" nil (((s ih m p) 1) ((s ax n) 0))) +("simpsons" nil (((s ih m p) 1) ((s ax n z) 0))) +("sims" nil (((s ih m z) 1))) +("simsbury" nil (((s ih m z) 1) ((b eh) 1) ((r iy) 0))) +("simson" nil (((s ih m) 1) ((s ax n) 0))) +("simulate" nil (((s ih) 1) ((m y ax) 0) ((l ey t) 2))) +("simulated" nil (((s ih) 1) ((m y ax) 0) ((l ey) 1) ((t ih d) 0))) +("simulates" nil (((s ih) 1) ((m y ax) 0) ((l ey t s) 1))) +("simulating" nil (((s ih) 1) ((m y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("simulation" nil (((s ih) 1) ((m y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("simulations" nil (((s ih) 1) ((m y uw) 0) ((l ey) 1) ((sh ax n z) 0))) +("simulator" nil (((s ih) 1) ((m y ax) 0) ((l ey) 1) ((t er) 0))) +("simulators" nil (((s ih) 1) ((m y ax) 0) ((l ey) 1) ((t er z) 0))) +("simultaneous" nil (((s ay) 1) ((m ax l) 0) ((t ey) 1) ((n iy) 0) ((ax s) 0))) +("simultaneously" nil (((s ay) 1) ((m ax l) 0) ((t ey) 1) ((n iy) 0) ((ax) 0) ((s l iy) 0))) +("sin" nil (((s ih n) 1))) +("sinagra" nil (((s ih) 0) ((n ae) 1) ((g r ax) 0))) +("sinai" nil (((s ay) 1) ((n ay) 1))) +("sinar" nil (((s ay) 1) ((n er) 0))) +("sinatra" nil (((s ax) 0) ((n aa) 1) ((t r ax) 0))) +("sinay" nil (((s ih) 0) ((n ey) 1))) +("sincavage" nil (((s iy n) 0) ((k aa) 1) ((v ih jh) 0))) +("since" nil (((s ih n s) 1))) +("sincere" nil (((s ax n) 0) ((s ih r) 1))) +("sincerely" nil (((s ih n) 0) ((s ih r) 1) ((l iy) 0))) +("sincerity" nil (((s ax n) 0) ((s eh) 1) ((r ax) 0) ((t iy) 0))) +("sinclair" nil (((s ih n) 0) ((k l eh r) 1))) +("sind" nil (((s ih n d) 1))) +("Sindayen" n (((s ih n) 1) ((d ax) 0) ((y ax n) 0))) +("sindelar" nil (((s ih n) 1) ((d ih) 0) ((l er) 0))) +("sindlinger" nil (((s ih n d) 1) ((l ih ng) 1) ((er) 0))) +("sindona" nil (((s ih n) 0) ((d ow) 1) ((n ax) 0))) +("sindoni" nil (((s iy n) 0) ((d ow) 1) ((n iy) 0))) +("sindt" nil (((s ih n t) 1))) +("sine" nil (((s ay n) 1))) +("Sinead" n (((sh ih) 1) ((n ey d) 0))) +("sineath" nil (((s ih) 1) ((n eh th) 0))) +("sinegal" nil (((s ih) 1) ((n ih) 0) ((g ax l) 0))) +("siner" nil (((s ay) 1) ((n er) 0))) +("sines" nil (((s ay n z) 1))) +("sinewy" nil (((s ih) 1) ((n y uw) 0) ((iy) 0))) +("sinfonia" nil (((s ih n) 0) ((f ow) 1) ((n iy) 0) ((ax) 0))) +("sinful" nil (((s ih n) 1) ((f ax l) 0))) +("sing" nil (((s ih ng) 1))) +("singapore" nil (((s ih ng) 2) ((ax) 0) ((p ao r) 1))) +("singaporean" nil (((s ih ng) 0) ((g ax) 0) ((p ao) 1) ((r iy) 0) ((ax n) 0))) +("singaporeans" nil (((s ih ng) 0) ((g ax) 0) ((p ao) 1) ((r iy) 0) ((ax n z) 0))) +("singapura" nil (((s ih ng) 2) ((g ax) 0) ((p uw) 1) ((r ax) 0))) +("singer" nil (((s ih ng) 1) ((er) 0))) +("singerman" nil (((s ih n) 1) ((jh er) 1) ((m ax n) 0))) +("singers" nil (((s ih ng) 1) ((er z) 0))) +("singh" nil (((s ih ng) 1))) +("singing" nil (((s ih ng) 1) ((ih ng) 0))) +("singlaub" nil (((s ih ng) 1) ((l aw b) 1))) +("single" nil (((s ih ng) 1) ((g ax l) 0))) +("singled" nil (((s ih ng) 1) ((g ax l d) 0))) +("singlehandedly" nil (((s ih ng) 1) ((g ax l) 0) ((hh ae n) 1) ((d ih d) 0) ((l iy) 0))) +("singler" nil (((s ih ng) 1) ((g ax) 0) ((l er) 0))) +("singles" nil (((s ih ng) 1) ((g ax l z) 0))) +("singletary" nil (((s ih ng) 1) ((g l ih) 0) ((t eh) 0) ((r iy) 0))) +("singleterry" nil (((s ih ng) 1) ((g l ih) 0) ((t eh) 0) ((r iy) 0))) +("singleton" nil (((s ih ng) 1) ((g ax l) 0) ((t ax n) 0))) +("singley" nil (((s ih ng) 1) ((g l iy) 0))) +("singling" nil (((s ih ng) 1) ((g ax) 0) ((l ih ng) 0))) +("singly" nil (((s ih ng) 1) ((g l iy) 0))) +("sings" nil (((s ih ng z) 1))) +("singtel" nil (((s ih ng) 1) ((t eh l) 0))) +("singular" nil (((s ih ng) 1) ((g y ax) 0) ((l er) 0))) +("singularization" nil (((s ih ng) 1) ((g y ax) 0) ((l er) 0) ((ih) 0) ((z ey) 1) ((sh ax n) 0))) +("singularly" nil (((s ih ng) 1) ((g y ax) 0) ((l er) 0) ((l iy) 0))) +("sinha" nil (((s ih n) 1) ((hh ax) 0))) +("sinhalese" nil (((s ih) 1) ((n ax) 0) ((l iy z) 1))) +("siniard" nil (((s ih) 1) ((n iy) 0) ((er d) 0))) +("sinibaldi" nil (((s ih) 0) ((n ih) 0) ((b aa l) 1) ((d iy) 0))) +("siniscalchi" nil (((s ih) 0) ((n ih) 0) ((s k aa l) 1) ((k iy) 0))) +("sinisi" nil (((s ih) 0) ((n iy) 1) ((s iy) 0))) +("sinister" nil (((s ih) 1) ((n ih) 0) ((s t er) 0))) +("sink" nil (((s ih ng k) 1))) +("sinker" nil (((s ih ng) 1) ((k er) 0))) +("sinkfield" nil (((s ih ng k) 1) ((f iy l d) 1))) +("sinkhole" nil (((s ih ng k) 1) ((hh ow l) 1))) +("sinkhorn" nil (((s ih ng k) 1) ((hh er n) 0))) +("sinking" nil (((s ih ng) 1) ((k ih ng) 0))) +("sinkler" nil (((s ih ng) 1) ((k l er) 0))) +("sinko" nil (((s ih ng) 1) ((k ow) 0))) +("sinks" nil (((s ih ng k s) 1))) +("sinn" nil (((s ih n) 1))) +("sinned" nil (((s ih n d) 1))) +("sinner" nil (((s ih) 1) ((n er) 0))) +("sinners" nil (((s ih) 1) ((n er z) 0))) +("sinnett" nil (((s ih) 1) ((n ih t) 0))) +("sinning" nil (((s ih) 1) ((n ih ng) 0))) +("sinnott" nil (((s ih) 1) ((n ax t) 0))) +("sino" nil (((s ay) 1) ((n ow) 0))) +("sinopec" nil (((s ay) 1) ((n ow) 0) ((p eh k) 1))) +("sinopoli" nil (((s iy) 0) ((n ow) 0) ((p ow) 1) ((l iy) 0))) +("sinor" nil (((s ay) 1) ((n er) 0))) +("sinquefield" nil (((s ih n) 1) ((k w ih) 0) ((f iy l d) 0))) +("sins" nil (((s ih n z) 1))) +("sinsabaugh" nil (((s ih n) 1) ((s ax) 0) ((b ao) 1))) +("sinsel" nil (((s ih n) 1) ((s ax l) 0))) +("sinton" nil (((s ih n) 1) ((t ax n) 0))) +("sinuous" nil (((s ih n) 1) ((w ax s) 0))) +("sinus" nil (((s ay) 1) ((n ax s) 0))) +("sinuses" nil (((s ay) 1) ((n ax) 0) ((s ax z) 0))) +("sinyard" nil (((s ih) 1) ((n y aa r d) 1))) +("siobhan" nil (((sh aw) 1) ((b aa n) 1))) +("sioux" nil (((s uw) 1))) +("sip" nil (((s ih p) 1))) +("sipe" nil (((s ay p) 1))) +("sipelstein" nil (((s ih) 1) ((p ax l) 0) ((s t ay n) 0))) +("sipes" nil (((s ay p s) 1))) +("siphon" nil (((s ay) 1) ((f ax n) 0))) +("siphoned" nil (((s ay) 1) ((f ax n d) 0))) +("siphoning" nil (((s ay) 1) ((f ax) 0) ((n ih ng) 0))) +("siphons" nil (((s ay) 1) ((f ax n z) 0))) +("siping" nil (((s uh) 1) ((p iy ng) 1))) +("siple" nil (((s ay) 1) ((p ax l) 0))) +("sipos" nil (((s ay) 1) ((p ow z) 0))) +("sipp" nil (((s ih p) 1))) +("sipped" nil (((s ih p t) 1))) +("sippel" nil (((s ih) 1) ((p ax l) 0))) +("sippican" nil (((s ih) 1) ((p ih) 0) ((k ax n) 0))) +("sipping" nil (((s ih) 1) ((p ih ng) 0))) +("sipple" nil (((s ih) 1) ((p ax l) 0))) +("sips" nil (((s ih p s) 1))) +("siqin" nil (((s uh) 1) ((ch iy n) 1))) +("sir" nil (((s er) 1))) +("siracusa" nil (((s ih) 0) ((r aa) 0) ((k uw) 1) ((s ax) 0))) +("siracuse" nil (((s ih) 0) ((r aa) 0) ((k uw) 1) ((s iy) 0))) +("siragusa" nil (((s ih) 0) ((r aa) 0) ((g uw) 1) ((s ax) 0))) +("siravo" nil (((s ih) 0) ((r aa) 1) ((v ow) 0))) +("sircy" nil (((s er) 1) ((k iy) 0))) +("sire" nil (((s ay) 1) ((er) 0))) +("sirek" nil (((s ao) 1) ((r ih k) 0))) +("siren" nil (((s ay) 1) ((r ax n) 0))) +("sirena" nil (((s ih) 0) ((r eh) 1) ((n ax) 0))) +("sirens" nil (((s ay) 1) ((r ax n z) 0))) +("sires" nil (((s ay r z) 1))) +("siri" nil (((s ih) 1) ((r iy) 0))) +("sirianni" nil (((s ih) 0) ((r iy) 0) ((aa) 1) ((n iy) 0))) +("sirignano" nil (((s ih) 1) ((r iy) 0) ((n y aa) 1) ((n ow) 0))) +("siris" nil (((s ay) 1) ((r ih s) 0))) +("sirk" nil (((s er k) 1))) +("sirkin" nil (((s er) 1) ((k ih n) 0))) +("sirko" nil (((s er) 1) ((k ow) 0))) +("sirles" nil (((s ao) 1) ((r ax l z) 0))) +("sirman" nil (((s er) 1) ((m ax n) 0))) +("sirmans" nil (((s er) 1) ((m ax n z) 0))) +("sirmon" nil (((s er) 1) ((m ax n) 0))) +("sirmons" nil (((s er) 1) ((m ax n z) 0))) +("sirna" nil (((s er) 1) ((n ax) 0))) +("sirois" nil (((s ay r) 0) ((w aa) 1))) +("siroky" nil (((s ih) 1) ((r ax) 0) ((k iy) 0))) +("siron" nil (((s ao) 1) ((r ax n) 0))) +("sirota" nil (((s ih) 0) ((r ow) 1) ((t ax) 0))) +("sirowitz" nil (((s ih) 1) ((r ax) 0) ((w ih t s) 0))) +("sirri" nil (((s ih) 1) ((r iy) 0))) +("sirrine" nil (((s ih) 0) ((r iy) 1) ((n iy) 0))) +("sis" nil (((s ih s) 1))) +("sisco" nil (((s iy) 1) ((s k ow) 0))) +("siscoe" nil (((s ih) 1) ((s k ow) 0))) +("sisemore" nil (((s ay z) 1) ((m ao r) 0))) +("sisk" nil (((s ih s k) 1))) +("siska" nil (((s iy) 1) ((s k ax) 0))) +("siskel" nil (((s ih) 1) ((s k ax l) 0))) +("siskin" nil (((s ih) 1) ((s k ih n) 0))) +("siskind" nil (((s ih) 1) ((s k ih n d) 0))) +("sisko" nil (((s ih) 1) ((s k ow) 0))) +("sisler" nil (((s ih) 1) ((s ax) 0) ((l er) 0))) +("sisley" nil (((s ih) 1) ((z l iy) 0))) +("sisneros" nil (((s ih) 1) ((s n er) 0) ((ow z) 0))) +("sisney" nil (((s ih z) 1) ((n iy) 0))) +("sison" nil (((s ih) 1) ((s ax n) 0))) +("sissel" nil (((s ih) 1) ((s ax l) 0))) +("sissie" nil (((s ih) 1) ((s iy) 0))) +("sissom" nil (((s ih) 1) ((s ax m) 0))) +("sisson" nil (((s ih) 1) ((s ax n) 0))) +("sissy" nil (((s ih) 1) ((s iy) 0))) +("sistare" nil (((s iy) 0) ((s t aa) 1) ((r iy) 0))) +("sistek" nil (((s ih) 1) ((s t ih k) 0))) +("sister" nil (((s ih) 1) ((s t er) 0))) +("sisters" nil (((s ih) 1) ((s t er z) 0))) +("sisti" nil (((s ih) 1) ((s t iy) 0))) +("sistine" nil (((s ih) 0) ((s t iy n) 1))) +("sisto" nil (((s ih) 1) ((s t ow) 0))) +("sistrunk" nil (((s ih) 1) ((s t r ax ng k) 0))) +("sisulu" nil (((s ih) 0) ((s uw) 1) ((l uw) 0))) +("sit" nil (((s ih t) 1))) +("sitar" nil (((s ih) 1) ((t er) 0))) +("sitcom" nil (((s ih t) 1) ((k aa m) 1))) +("sitcoms" nil (((s ih t) 1) ((k aa m z) 0))) +("site" nil (((s ay t) 1))) +("sited" nil (((s ay) 1) ((t ih d) 0))) +("sitek" nil (((s ih) 1) ((t eh k) 0))) +("sites" nil (((s ay t s) 1))) +("sithe" nil (((s ay dh) 1))) +("siting" nil (((s ay) 1) ((t ih ng) 0))) +("sitiveni" nil (((s iy) 1) ((t ih) 0) ((v iy) 1) ((n iy) 0))) +("sitka" nil (((s ih t) 1) ((k ax) 0))) +("sitko" nil (((s ih t) 1) ((k ow) 0))) +("sitler" nil (((s ay) 1) ((t ax) 0) ((l er) 0))) +("sitmar" nil (((s ih t) 1) ((m aa r) 1))) +("sitrick" nil (((s ih) 1) ((t r ih k) 0))) +("sits" nil (((s ih t s) 1))) +("sitter" nil (((s ih) 1) ((t er) 0))) +("sitterly" nil (((s ih) 1) ((t er) 0) ((l iy) 0))) +("sitters" nil (((s ih) 1) ((t er z) 0))) +("sittig" nil (((s ih) 1) ((t ih g) 0))) +("sitting" nil (((s ih) 1) ((t ih ng) 0))) +("sittler" nil (((s ih t) 1) ((l er) 0))) +("sittner" nil (((s ih t) 1) ((n er) 0))) +("sitton" nil (((s ih) 1) ((t ax n) 0))) +("sitts" nil (((s ih t s) 1))) +("situated" nil (((s ih) 1) ((ch uw) 0) ((ey) 1) ((t ih d) 0))) +("situation" nil (((s ih) 1) ((ch uw) 0) ((ey) 1) ((sh ax n) 0))) +("situations" nil (((s ih) 1) ((ch uw) 0) ((ey) 1) ((sh ax n z) 0))) +("situs" nil (((s ay) 1) ((t ax s) 0))) +("sitz" nil (((s ih t s) 1))) +("sitze" nil (((s ih t z) 1))) +("sitzer" nil (((s ih t) 1) ((z er) 0))) +("sitzes" nil (((s ih t) 1) ((s ih z) 0))) +("sitzman" nil (((s ih t) 1) ((s m ax n) 0))) +("sitzmann" nil (((s ih t) 1) ((s m ax n) 0))) +("siu" nil (((s iy) 1) ((uw) 0))) +("siuda" nil (((s iy) 0) ((uw) 1) ((d ax) 0))) +("sivak" nil (((s ih) 1) ((v ax k) 0))) +("siver" nil (((s ay) 1) ((v er) 0))) +("siverling" nil (((s ih) 1) ((v er) 0) ((l ih ng) 0))) +("siverson" nil (((s ih) 1) ((v er) 0) ((s ax n) 0))) +("sivertsen" nil (((s ih) 1) ((v er t) 0) ((s ax n) 0))) +("sivertson" nil (((s ih) 1) ((v er t) 0) ((s ax n) 0))) +("sivils" nil (((s ih) 1) ((v ax l z) 0))) +("sivley" nil (((s ih) 1) ((v l iy) 0))) +("siwek" nil (((s ih) 1) ((w ih k) 0))) +("six" nil (((s ih k s) 1))) +("sixed" nil (((s ih k s t) 1))) +("sixes" nil (((s ih k) 1) ((s ih z) 0))) +("sixfold" nil (((s ih k) 1) ((s f ow l d) 1))) +("sixie" nil (((s uh) 1) ((sh y eh) 1))) +("sixteen" nil (((s ih k) 0) ((s t iy n) 1))) +("sixteens" nil (((s ih k) 1) ((s t iy n z) 1))) +("sixteenth" nil (((s ih k) 0) ((s t iy n th) 1))) +("sixteenths" nil (((s ih k) 1) ((s t iy n th s) 1))) +("sixth" nil (((s ih k s th) 1))) +("sixths" nil (((s ih k s th s) 1))) +("sixties" nil (((s ih k) 1) ((s t iy z) 0))) +("sixtieth" nil (((s ih k) 1) ((s t iy) 0) ((ih th) 0))) +("sixty" nil (((s ih k) 1) ((s t iy) 0))) +("sizable" nil (((s ay) 1) ((z ax) 0) ((b ax l) 0))) +("size" nil (((s ay z) 1))) +("sizeable" nil (((s ay) 1) ((z ax) 0) ((b ax l) 0))) +("sized" nil (((s ay z d) 1))) +("sizeler" nil (((s ay) 1) ((z l er) 0))) +("sizelove" nil (((s ay) 1) ((z l ah v) 1))) +("sizemore" nil (((s ay z) 1) ((m ao r) 0))) +("sizer" nil (((s ay) 1) ((z er) 0))) +("sizes" nil (((s ay) 1) ((z ax z) 0))) +("sizing" nil (((s ay) 1) ((z ih ng) 0))) +("sizzle" nil (((s ih) 1) ((z ax l) 0))) +("sizzled" nil (((s ih) 1) ((z ax l d) 0))) +("sizzler" nil (((s ih) 1) ((z l er) 0))) +("sizzlin" nil (((s ih) 1) ((z l ih n) 0))) +("sizzling" nil (((s ih) 1) ((z ax) 0) ((l ih ng) 0))) +("sjoberg" nil (((sh ow) 1) ((b er g) 0))) +("sjoblom" nil (((sh ow) 1) ((b l aa m) 0))) +("sjodin" nil (((sh ow) 1) ((d ih n) 0))) +("sjogren" nil (((sh ow) 1) ((g r ax n) 0))) +("sjolander" nil (((sh ow) 1) ((l ae n) 1) ((d er) 0))) +("sjoquist" nil (((sh ow) 1) ((k w ih s t) 0))) +("sjostrom" nil (((sh ow) 1) ((s t r ax m) 0))) +("sk-ii" nil (((eh s) 1) ((k ey) 1) ((t uw) 1))) +("skaar" nil (((s k aa r) 1))) +("skadden" nil (((s k ae) 1) ((d ih n) 0))) +("skaff" nil (((s k ae f) 1))) +("skaggs" nil (((s k ae g z) 1))) +("skains" nil (((s k ey n z) 1))) +("skala" nil (((s k aa) 1) ((l ax) 0))) +("skalicky" nil (((s k ax) 0) ((l ih) 1) ((k iy) 0))) +("skalla" nil (((s k ae) 1) ((l ax) 0))) +("skalski" nil (((s k aa l) 1) ((s k iy) 0))) +("skalsky" nil (((s k aa l) 1) ((s k iy) 0))) +("skandia" nil (((s k ae n) 1) ((d iy) 0) ((er) 0))) +("skandinaviska" nil (((s k ae n) 1) ((d ih) 0) ((n ax) 0) ((v ih) 1) ((s ax) 0))) +("skanska" nil (((s k ae n) 1) ((s k ax) 0))) +("skarda" nil (((s k aa r) 1) ((d ax) 0))) +("skare" nil (((s k eh r) 1))) +("skase" nil (((s k ey z) 1))) +("skate" nil (((s k ey t) 1))) +("skateboard" nil (((s k ey t) 1) ((b ao r d) 1))) +("skateboarding" nil (((s k ey t) 1) ((b ao r) 1) ((d ih ng) 0))) +("skated" nil (((s k ey) 1) ((t ih d) 0))) +("skater" nil (((s k ey) 1) ((t er) 0))) +("skaters" nil (((s k ey) 1) ((t er z) 0))) +("skates" nil (((s k ey t s) 1))) +("skating" nil (((s k ey) 1) ((t ih ng) 0))) +("skeat" nil (((s k iy t) 1))) +("skeel" nil (((s k iy l) 1))) +("skeels" nil (((s k iy l z) 1))) +("skeen" nil (((s k iy n) 1))) +("skeens" nil (((s k iy n z) 1))) +("skees" nil (((s k iy z) 1))) +("skeet" nil (((s k iy t) 1))) +("skeete" nil (((s k iy t) 1))) +("skeeter" nil (((s k iy) 1) ((t er) 0))) +("skeeters" nil (((s k iy) 1) ((t er z) 0))) +("skeets" nil (((s k iy t s) 1))) +("skeffington" nil (((s k eh) 1) ((f ih ng) 0) ((t ax n) 0))) +("skehan" nil (((s k ey) 1) ((ax n) 0))) +("skeletal" nil (((s k eh) 1) ((l ax) 0) ((t ax l) 0))) +("skeleton" nil (((s k eh) 1) ((l ax) 0) ((t ax n) 0))) +("skeletons" nil (((s k eh) 1) ((l ax) 0) ((t ax n z) 0))) +("skellenger" nil (((s k eh) 1) ((l ih n) 0) ((jh er) 0))) +("skelley" nil (((s k eh) 1) ((l iy) 0))) +("skelly" nil (((s k eh) 1) ((l iy) 0))) +("skelter" nil (((s k eh l) 1) ((t er) 0))) +("skelton" nil (((s k eh l) 1) ((t ax n) 0))) +("skenandore" nil (((s k ih) 0) ((n ae n) 1) ((d er) 0))) +("skender" nil (((s k eh n) 1) ((d er) 0))) +("skenderian" nil (((s k eh n) 1) ((d eh) 1) ((r iy) 0) ((ax n) 0))) +("skene" nil (((s k iy n) 1))) +("skeoch" nil (((s k iy) 1) ((aa ch) 0))) +("skeptic" nil (((s k eh p) 1) ((t ih k) 0))) +("skeptical" nil (((s k eh p) 1) ((t ax) 0) ((k ax l) 0))) +("skeptically" nil (((s k eh p) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("skepticism" nil (((s k eh p) 1) ((t ih) 0) ((s ih) 1) ((z ax m) 0))) +("skeptics" nil (((s k eh p) 1) ((t ih k s) 0))) +("skerry" nil (((s k eh) 1) ((r iy) 0))) +("sketch" nil (((s k eh ch) 1))) +("sketchbook" nil (((s k eh ch) 1) ((b uh k) 1))) +("sketchbooks" nil (((s k eh ch) 1) ((b uh k s) 1))) +("sketched" nil (((s k eh ch t) 1))) +("sketches" nil (((s k eh) 1) ((ch ax z) 0))) +("sketching" nil (((s k eh) 1) ((ch ih ng) 0))) +("sketchy" nil (((s k eh) 1) ((ch iy) 0))) +("skew" nil (((s k y uw) 1))) +("skewed" nil (((s k y uw d) 1))) +("skewer" nil (((s k y uw) 1) ((er) 0))) +("skewered" n (((s k y uw) 1) ((er d) 0))) +("skewering" n (((s k y uw) 1) ((er) 0) ((ax ng) 0))) +("skewers" nil (((s k y uw) 1) ((er z) 0))) +("skewes" nil (((s k y uw z) 1))) +("skewing" nil (((s k y uw) 1) ((ih ng) 0))) +("skews" nil (((s k y uw z) 1))) +("ski" nil (((s k iy) 1))) +("skiba" nil (((s k ay) 1) ((b ax) 0))) +("skibbe" nil (((s k ih b) 1))) +("skibicki" nil (((s k ih) 0) ((b ih) 1) ((k iy) 0))) +("skibinski" nil (((s k ih) 0) ((b ih n) 1) ((s k iy) 0))) +("skibo" nil (((s k ay) 1) ((b ow) 0))) +("skid" nil (((s k ih d) 1))) +("skidded" nil (((s k ih) 1) ((d ax d) 0))) +("skidding" nil (((s k ih) 1) ((d ih ng) 0))) +("skidgel" nil (((s k ih) 1) ((jh ax l) 0))) +("skidmore" nil (((s k ih d) 1) ((m ao r) 0))) +("skids" nil (((s k ih d z) 1))) +("skier" nil (((s k ay r) 1))) +("skiers" nil (((s k iy) 1) ((er z) 0))) +("skies" nil (((s k ay z) 1))) +("skiff" nil (((s k ih f) 1))) +("skiffington" nil (((s k ih) 1) ((f ih ng) 0) ((t ax n) 0))) +("skiffs" nil (((s k ih f s) 1))) +("skiing" nil (((s k iy) 1) ((ih ng) 0))) +("skiles" nil (((s k ay l z) 1))) +("skill" nil (((s k ih l) 1))) +("skilled" nil (((s k ih l d) 1))) +("skillen" nil (((s k ih) 1) ((l ax n) 0))) +("skillern" nil (((s k ih) 1) ((l er n) 0))) +("skillet" nil (((s k ih) 1) ((l ax t) 0))) +("skillful" nil (((s k ih l) 1) ((f ax l) 0))) +("skillfully" nil (((s k ih l) 1) ((f ax) 0) ((l iy) 0))) +("skillin" nil (((s k ih) 1) ((l ih n) 0))) +("skilling" nil (((s k ih) 1) ((l ih ng) 0))) +("skillings" nil (((s k ih) 1) ((l ih ng z) 0))) +("skillman" nil (((s k ih l) 1) ((m ax n) 0))) +("skills" nil (((s k ih l z) 1))) +("skilton" nil (((s k ih l) 1) ((t ax n) 0))) +("skim" nil (((s k ih m) 1))) +("skimmed" nil (((s k ih m d) 1))) +("skimmers" nil (((s k ih) 1) ((m er z) 0))) +("skimming" nil (((s k ih) 1) ((m ih ng) 0))) +("skimp" nil (((s k ih m p) 1))) +("skimpier" nil (((s k ih m) 1) ((p iy) 0) ((er) 0))) +("skimping" nil (((s k ih m) 1) ((p ih ng) 0))) +("skimpy" nil (((s k ih m) 1) ((p iy) 0))) +("skin" nil (((s k ih n) 1))) +("skinheads" nil (((s k ih n) 1) ((hh eh d z) 1))) +("skinks" nil (((s k ih ng k s) 1))) +("skinless" nil (((s k ih n) 1) ((l ax s) 0))) +("skinned" nil (((s k ih n d) 1))) +("skinner" nil (((s k ih) 1) ((n er) 0))) +("skinny" nil (((s k ih) 1) ((n iy) 0))) +("skins" nil (((s k ih n z) 1))) +("skip" nil (((s k ih p) 1))) +("skipjack" nil (((s k ih p) 1) ((jh ae k) 1))) +("skipjacks" nil (((s k ih p) 1) ((jh ae k s) 1))) +("skipp" nil (((s k ih p) 1))) +("skippa" nil (((s k ih) 1) ((p ax) 0))) +("skipped" nil (((s k ih p t) 1))) +("skipper" nil (((s k ih) 1) ((p er) 0))) +("skippers" nil (((s k ih) 1) ((p er z) 0))) +("skipping" nil (((s k ih) 1) ((p ih ng) 0))) +("skippy" nil (((s k ih) 1) ((p iy) 0))) +("skips" nil (((s k ih p s) 1))) +("skipton" nil (((s k ih p) 1) ((t ax n) 0))) +("skipwith" nil (((s k ih) 1) ((p w ih th) 1))) +("skipworth" nil (((s k ih) 1) ((p w er th) 1))) +("skirmish" nil (((s k er) 1) ((m ih sh) 0))) +("skirmishes" nil (((s k er) 1) ((m ih) 0) ((sh ih z) 0))) +("skirmishing" nil (((s k er) 1) ((m ih) 0) ((sh ih ng) 0))) +("skirt" nil (((s k er t) 1))) +("skirted" nil (((s k er) 1) ((t ih d) 0))) +("skirting" nil (((s k er) 1) ((t ih ng) 0))) +("skirts" nil (((s k er t s) 1))) +("skirvin" nil (((s k er) 1) ((v ih n) 0))) +("skis" nil (((s k iy z) 1))) +("skit" nil (((s k ih t) 1))) +("skits" nil (((s k ih t s) 1))) +("skittish" nil (((s k ih) 1) ((t ih sh) 0))) +("skittishness" nil (((s k ih) 1) ((t ih) 0) ((sh n ax s) 0))) +("skiver" nil (((s k ay) 1) ((v er) 0))) +("sklar" nil (((s k l aa r) 1))) +("sklenar" nil (((s k l eh) 1) ((n er) 0))) +("skoal" nil (((s k ow l) 1))) +("skoczylas" nil (((s k ax) 0) ((ch ih) 1) ((l ax z) 0))) +("skoda" nil (((s k ow) 1) ((d ax) 0))) +("skoff" nil (((s k ao f) 1))) +("skog" nil (((s k aa g) 1))) +("skogen" nil (((s k aa) 1) ((g ax n) 0))) +("skoglund" nil (((s k aa) 1) ((g l ax n d) 0))) +("skok" nil (((s k aa k) 1))) +("skokie" nil (((s k ow) 1) ((k iy) 0))) +("skoler" nil (((s k ow) 1) ((l er) 0))) +("skolnick" nil (((s k ow l) 1) ((n ih k) 0))) +("skolnik" nil (((s k ow l) 1) ((n ih k) 0))) +("skolniks" nil (((s k ow l) 1) ((n ih k s) 0))) +("skonieczny" nil (((s k ax) 0) ((n iy ch) 1) ((n iy) 0))) +("skoog" nil (((s k uw g) 1))) +("skop" nil (((s k aa p) 1))) +("skora" nil (((s k ao) 1) ((r ax) 0))) +("skorupa" nil (((s k er) 0) ((uw) 1) ((p ax) 0))) +("skorupski" nil (((s k er) 0) ((ah p) 1) ((s k iy) 0))) +("skousen" nil (((s k uw) 1) ((s ax n) 0))) +("skov" nil (((s k aa v) 1))) +("skow" nil (((s k aw) 1))) +("skowron" nil (((s k aw) 1) ((r ax n) 0))) +("skowronek" nil (((s k aw) 0) ((r ow) 1) ((n eh k) 0))) +("skowronski" nil (((s k aw) 0) ((r aa n) 1) ((s k iy) 0))) +("skramstad" nil (((s k r ae m) 1) ((s t ae d) 0))) +("skroch" nil (((s k r aa k) 1))) +("skrocki" nil (((s k r aa) 1) ((k iy) 0))) +("skrzypek" nil (((s k er) 0) ((z ih) 1) ((p eh k) 0))) +("skufca" nil (((s k ah f) 1) ((k ax) 0))) +("skull" nil (((s k ah l) 1))) +("skulls" nil (((s k ah l z) 1))) +("skunk" nil (((s k ah ng k) 1))) +("skunks" nil (((s k ah ng k s) 1))) +("skura" nil (((s k uh) 1) ((r ax) 0))) +("skurka" nil (((s k er) 1) ((k ax) 0))) +("skutt" nil (((s k ah t) 1))) +("sky" nil (((s k ay) 1))) +("skybox" nil (((s k ay) 1) ((b aa k s) 1))) +("skyboxes" nil (((s k ay) 1) ((b aa k) 1) ((s ih z) 0))) +("skydome" nil (((s k ay) 1) ((d ow m) 1))) +("skyhawk" nil (((s k ay) 1) ((hh ao k) 1))) +("skyhigh" nil (((s k ay) 1) ((hh ay) 1))) +("skylark" nil (((s k ay) 1) ((l aa r k) 1))) +("skylawn" nil (((s k ay) 1) ((l ao n) 1))) +("skyles" nil (((s k ay l z) 1))) +("skylight" nil (((s k ay) 1) ((l ay t) 1))) +("skylights" nil (((s k ay) 1) ((l ay t s) 1))) +("skyline" nil (((s k ay) 1) ((l ay n) 1))) +("skylite" nil (((s k ay) 1) ((l ay t) 1))) +("skypark" nil (((s k ay) 1) ((p aa r k) 2))) +("skyrocket" nil (((s k ay) 1) ((r aa) 1) ((k ax t) 0))) +("skyrocketed" nil (((s k ay) 1) ((r aa) 1) ((k ax) 0) ((t ih d) 0))) +("skyrocketing" nil (((s k ay) 1) ((r aa) 1) ((k ax) 0) ((t ih ng) 0))) +("skyscraper" nil (((s k ay) 1) ((s k r ey) 1) ((p er) 0))) +("skyscrapers" nil (((s k ay) 1) ((s k r ey) 1) ((p er z) 0))) +("skytel" nil (((s k ay) 1) ((t eh l) 1))) +("skyward" nil (((s k ay) 1) ((w er d) 0))) +("skywave" nil (((s k ay) 1) ((w ey v) 1))) +("skywest" nil (((s k ay) 1) ((w eh s t) 1))) +("skywriters" nil (((s k ay) 1) ((r ay) 1) ((t er z) 0))) +("skywriting" nil (((s k ay) 1) ((r ay) 1) ((t ih ng) 0))) +("slab" nil (((s l ae b) 1))) +("slabaugh" nil (((s l ae) 1) ((b ao) 0))) +("slabs" nil (((s l ae b z) 1))) +("slaby" nil (((s l ey) 1) ((b iy) 0))) +("slack" nil (((s l ae k) 1))) +("slacked" nil (((s l ae k t) 1))) +("slacken" nil (((s l ae) 1) ((k ax n) 0))) +("slackened" nil (((s l ae) 1) ((k ax n d) 0))) +("slackening" nil (((s l ae) 1) ((k ax) 0) ((n ih ng) 0))) +("slackens" nil (((s l ae) 1) ((k ax n z) 0))) +("slackness" nil (((s l ae k) 1) ((n ax s) 0))) +("slacks" nil (((s l ae k s) 1))) +("slade" nil (((s l ey d) 1))) +("sladek" nil (((s l ae) 1) ((d ih k) 0))) +("sladky" nil (((s l ae d) 1) ((k iy) 0))) +("slag" nil (((s l ae g) 1))) +("slagel" nil (((s l ae) 1) ((g ax l) 0))) +("slager" nil (((s l ey) 1) ((g er) 0))) +("slaght" nil (((s l ae t) 1))) +("slagle" nil (((s l ey) 1) ((g ax l) 0))) +("slagter" nil (((s l ae g) 1) ((t er) 0))) +("slain" nil (((s l ey n) 1))) +("slaine" nil (((s l ey n) 1))) +("slalom" nil (((s l aa) 1) ((l ax m) 0))) +("slam" nil (((s l ae m) 1))) +("slama" nil (((s l aa) 1) ((m ax) 0))) +("slammed" nil (((s l ae m d) 1))) +("slammer" nil (((s l ae) 1) ((m er) 0))) +("slamming" nil (((s l ae) 1) ((m ih ng) 0))) +("slams" nil (((s l ae m z) 1))) +("slander" nil (((s l ae n) 1) ((d er) 0))) +("slanderous" nil (((s l ae n) 1) ((d er) 0) ((ax s) 0))) +("slane" nil (((s l ey n) 1))) +("slaney" nil (((s l ey) 1) ((n iy) 0))) +("slang" nil (((s l ae ng) 1))) +("slanina" nil (((s l aa) 0) ((n iy) 1) ((n ax) 0))) +("slankard" nil (((s l ae ng) 1) ((k er d) 0))) +("slant" nil (((s l ae n t) 1))) +("slanted" nil (((s l ae n) 1) ((t ax d) 0))) +("slanting" nil (((s l ae n) 1) ((t ih ng) 0))) +("slap" nil (((s l ae p) 1))) +("slapdash" nil (((s l ae p) 1) ((d ae sh) 1))) +("slape" nil (((s l ey p) 1))) +("slapped" nil (((s l ae p t) 1))) +("slappey" nil (((s l ae) 1) ((p iy) 0))) +("slapping" nil (((s l ae) 1) ((p ih ng) 0))) +("slaps" nil (((s l ae p s) 1))) +("slapstick" nil (((s l ae p) 1) ((s t ih k) 1))) +("slash" nil (((s l ae sh) 1))) +("slashed" nil (((s l ae sh t) 1))) +("slasher" nil (((s l ae) 1) ((sh er) 0))) +("slashes" nil (((s l ae) 1) ((sh ih z) 0))) +("slashing" nil (((s l ae) 1) ((sh ih ng) 0))) +("slate" nil (((s l ey t) 1))) +("slated" nil (((s l ey) 1) ((t ih d) 0))) +("slaten" nil (((s l ey) 1) ((t ax n) 0))) +("slater" nil (((s l ey) 1) ((t er) 0))) +("slates" nil (((s l ey t s) 1))) +("slatkin" nil (((s l ae t) 1) ((k ih n) 0))) +("slaton" nil (((s l ae) 1) ((t ax n) 0))) +("slats" nil (((s l ae t s) 1))) +("slatten" nil (((s l ae) 1) ((t ax n) 0))) +("slatter" nil (((s l ae) 1) ((t er) 0))) +("slattery" nil (((s l ae) 1) ((t er) 0) ((iy) 0))) +("slatton" nil (((s l ae) 1) ((t ax n) 0))) +("slaugh" nil (((s l ao) 1))) +("slaughter" nil (((s l ao) 1) ((t er) 0))) +("slaughtered" nil (((s l ao) 1) ((t er d) 0))) +("slaughterhouse" nil (((s l ao) 1) ((t er) 0) ((hh aw s) 1))) +("slaughterhouses" nil (((s l ao) 1) ((t er) 0) ((hh aw) 1) ((s ih z) 0))) +("slaughtering" nil (((s l ao) 1) ((t er) 0) ((ih ng) 0))) +("slaughterings" nil (((s l ao) 1) ((t er) 0) ((ih ng z) 0))) +("slaughters" nil (((s l ao) 1) ((t er z) 0))) +("slauson" nil (((s l aw) 1) ((z ax n) 0))) +("slave" nil (((s l ey v) 1))) +("slaven" nil (((s l ey) 1) ((v ax n) 0))) +("slavens" nil (((s l ey) 1) ((v ax n z) 0))) +("slavery" nil (((s l ey) 1) ((v er) 0) ((iy) 0))) +("slaves" nil (((s l ey v z) 1))) +("slavic" nil (((s l aa) 1) ((v ih k) 0))) +("slavick" nil (((s l ae) 1) ((v ih k) 0))) +("slavik" nil (((s l aa) 1) ((v ih k) 0))) +("slavin" nil (((s l ae) 1) ((v ih n) 0))) +("slavinski" nil (((s l ax) 0) ((v ih n) 1) ((s k iy) 0))) +("slavish" nil (((s l ey) 1) ((v ih sh) 0))) +("slavishly" nil (((s l ae) 1) ((v ih) 0) ((sh l iy) 0))) +("slaw" nil (((s l ao) 1))) +("slawinski" nil (((s l aa) 0) ((v ih n) 1) ((s k iy) 0))) +("slawson" nil (((s l ao) 1) ((s ax n) 0))) +("slay" nil (((s l ey) 1))) +("slayback" nil (((s l ey) 1) ((b ae k) 1))) +("slaybaugh" nil (((s l ey) 1) ((b ao) 1))) +("slayden" nil (((s l ey) 1) ((d ax n) 0))) +("slaydon" nil (((s l ey) 1) ((d ax n) 0))) +("slaying" nil (((s l ey) 1) ((ih ng) 0))) +("slayings" nil (((s l ey) 1) ((ih ng z) 0))) +("slaymaker" nil (((s l ey) 1) ((m ey) 1) ((k er) 0))) +("slayter" nil (((s l ey) 1) ((t er) 0))) +("slayton" nil (((s l ey) 1) ((t ax n) 0))) +("sleasman" nil (((s l iy z) 1) ((m ax n) 0))) +("sleator" nil (((s l ey) 1) ((t er) 0))) +("sleaze" nil (((s l iy z) 1))) +("sleazy" nil (((s l iy) 1) ((z iy) 0))) +("slechta" nil (((s l eh ch) 1) ((t ax) 0))) +("sled" nil (((s l eh d) 1))) +("sledd" nil (((s l eh d) 1))) +("sledding" nil (((s l eh) 1) ((d ih ng) 0))) +("sledge" nil (((s l eh jh) 1))) +("sledgehammer" nil (((s l eh jh) 1) ((hh ae) 1) ((m er) 0))) +("sleds" nil (((s l eh d z) 1))) +("sledz" nil (((s l eh d z) 1))) +("slee" nil (((s l iy) 1))) +("sleek" nil (((s l iy k) 1))) +("sleeker" nil (((s l iy) 1) ((k er) 0))) +("sleekly" nil (((s l iy) 1) ((k l iy) 0))) +("sleeman" nil (((s l iy) 1) ((m ax n) 0))) +("sleep" nil (((s l iy p) 1))) +("sleeper" nil (((s l iy) 1) ((p er) 0))) +("sleepers" nil (((s l iy) 1) ((p er z) 0))) +("sleepily" nil (((s l iy) 1) ((p ax) 0) ((l iy) 0))) +("sleepiness" nil (((s l iy) 1) ((p iy) 0) ((n ax s) 0))) +("sleeping" nil (((s l iy) 1) ((p ih ng) 0))) +("sleepless" nil (((s l iy) 1) ((p l ax s) 0))) +("sleeps" nil (((s l iy p s) 1))) +("sleepwalkers" nil (((s l iy) 1) ((p w ao) 1) ((k er z) 0))) +("sleepwalking" nil (((s l iy) 1) ((p w ao) 1) ((k ih ng) 0))) +("sleepwear" nil (((s l iy) 1) ((p w eh r) 1))) +("sleepy" nil (((s l iy) 1) ((p iy) 0))) +("sleet" nil (((s l iy t) 1))) +("sleeter" nil (((s l iy) 1) ((t er) 0))) +("sleeth" nil (((s l iy th) 1))) +("sleeve" nil (((s l iy v) 1))) +("sleeved" nil (((s l iy v d) 1))) +("sleeves" nil (((s l iy v z) 1))) +("sleigh" nil (((s l ey) 1))) +("sleight" nil (((s l ay t) 1))) +("sleipner" nil (((s l ay p) 1) ((n er) 0))) +("slemmer" nil (((s l eh) 1) ((m er) 0))) +("slemp" nil (((s l eh m p) 1))) +("slender" nil (((s l eh n) 1) ((d er) 0))) +("slentz" nil (((s l eh n t s) 1))) +("slept" nil (((s l eh p t) 1))) +("sletten" nil (((s l eh) 1) ((t ax n) 0))) +("sleuth" nil (((s l uw th) 1))) +("sleuthing" nil (((s l uw) 1) ((th ih ng) 0))) +("sleuths" nil (((s l uw th s) 1))) +("sleven" nil (((s l iy) 1) ((v ax n) 0))) +("slevin" nil (((s l eh) 1) ((v ih n) 0))) +("slew" nil (((s l uw) 1))) +("slezak" nil (((s l eh) 1) ((z ax k) 0))) +("slice" nil (((s l ay s) 1))) +("sliced" nil (((s l ay s t) 1))) +("slices" nil (((s l ay) 1) ((s ax z) 0))) +("slicing" nil (((s l ay) 1) ((s ih ng) 0))) +("slick" nil (((s l ih k) 1))) +("slicked" nil (((s l ih k t) 1))) +("slicker" nil (((s l ih) 1) ((k er) 0))) +("slickers" nil (((s l ih) 1) ((k er z) 0))) +("slickly" nil (((s l ih) 1) ((k l iy) 0))) +("slid" nil (((s l ih d) 1))) +("slide" nil (((s l ay d) 1))) +("slider" nil (((s l ay) 1) ((d er) 0))) +("slides" nil (((s l ay d z) 1))) +("sliding" nil (((s l ay) 1) ((d ih ng) 0))) +("slife" nil (((s l ay f) 1))) +("slifer" nil (((s l ay) 1) ((f er) 0))) +("slifka" nil (((s l ih f) 1) ((k ax) 0))) +("slifko" nil (((s l ih f) 1) ((k ow) 0))) +("sligar" nil (((s l ih) 1) ((g er) 0))) +("sliger" nil (((s l ay) 1) ((g er) 0))) +("sligh" nil (((s l ay) 1))) +("slight" nil (((s l ay t) 1))) +("slighted" nil (((s l ay) 1) ((t ih d) 0))) +("slightest" nil (((s l ay) 1) ((t ax s t) 0))) +("slighting" nil (((s l ay) 1) ((t ih ng) 0))) +("slightly" nil (((s l ay t) 1) ((l iy) 0))) +("slights" nil (((s l ay t s) 1))) +("sliker" nil (((s l ay) 1) ((k er) 0))) +("slim" nil (((s l ih m) 1))) +("slimak" nil (((s l ih) 1) ((m ax k) 0))) +("slime" nil (((s l ay m) 1))) +("slimmed" nil (((s l ih m d) 1))) +("slimmer" nil (((s l ih) 1) ((m er) 0))) +("slimmest" nil (((s l ih) 1) ((m ax s t) 0))) +("slimming" nil (((s l ih) 1) ((m ih ng) 0))) +("slimp" nil (((s l ih m p) 1))) +("slims" nil (((s l ih m z) 1))) +("slimy" nil (((s l ay) 1) ((m iy) 0))) +("sliney" nil (((s l ih) 1) ((n iy) 0))) +("sling" nil (((s l ih ng) 1))) +("slinger" nil (((s l ih ng) 1) ((er) 0))) +("slingerland" nil (((s l ih ng) 1) ((g er) 0) ((l ax n d) 0))) +("slinging" nil (((s l ih ng) 1) ((ih ng) 0))) +("slings" nil (((s l ih ng z) 1))) +("slingshot" nil (((s l ih ng) 1) ((sh aa t) 1))) +("slingshots" nil (((s l ih ng) 1) ((sh aa t s) 1))) +("slinkard" nil (((s l ih ng) 1) ((k er d) 0))) +("slinker" nil (((s l ih ng) 1) ((k er) 0))) +("slinky" nil (((s l ih ng) 1) ((k iy) 0))) +("slip" nil (((s l ih p) 1))) +("slippage" nil (((s l ih) 1) ((p ih jh) 0))) +("slipped" nil (((s l ih p t) 1))) +("slipper" nil (((s l ih) 1) ((p er) 0))) +("slippers" nil (((s l ih) 1) ((p er z) 0))) +("slippery" nil (((s l ih) 1) ((p er) 0) ((iy) 0))) +("slipping" nil (((s l ih) 1) ((p ih ng) 0))) +("slips" nil (((s l ih p s) 1))) +("slipshod" nil (((s l ih p) 1) ((sh aa d) 1))) +("slit" nil (((s l ih t) 1))) +("sliter" nil (((s l iy) 1) ((t er) 0))) +("slithering" nil (((s l ih) 1) ((dh er) 0) ((ih ng) 0))) +("slits" nil (((s l ih t s) 1))) +("slitting" nil (((s l ih) 1) ((t ih ng) 0))) +("sliva" nil (((s l iy) 1) ((v ax) 0))) +("sliver" nil (((s l ih) 1) ((v er) 0))) +("slivers" nil (((s l ih) 1) ((v er z) 0))) +("slivinski" nil (((s l ih) 0) ((v ih n) 1) ((s k iy) 0))) +("slivka" nil (((s l ih v) 1) ((k ax) 0))) +("slivovitz" nil (((s l ih) 1) ((v ax) 0) ((v ih t s) 0))) +("sliwa" nil (((s l ay) 1) ((v ax) 0))) +("sliwinski" nil (((s l ih) 0) ((v ih n) 1) ((s k iy) 0))) +("sloan" nil (((s l ow n) 1))) +("sloane" nil (((s l ow n) 1))) +("sloat" nil (((s l ow t) 1))) +("sloate" nil (((s l ow t) 1))) +("slob" nil (((s l aa b) 1))) +("slobbering" nil (((s l aa) 1) ((b er) 0) ((ih ng) 0))) +("sloboda" nil (((s l ax) 0) ((b ow) 1) ((d ax) 0))) +("slobodan" nil (((s l ow) 1) ((b ow) 0) ((d aa n) 1))) +("slobogin" nil (((s l ax) 0) ((b ow) 1) ((g ax n) 0))) +("slobs" nil (((s l aa b z) 1))) +("slocan" nil (((s l ow) 1) ((k ax n) 0))) +("slocomb" nil (((s l ow) 1) ((k ax m) 0))) +("slocum" nil (((s l ow) 1) ((k ax m) 0))) +("slocumb" nil (((s l ow) 1) ((k ax m) 0))) +("sloe" nil (((s l ow) 1))) +("slog" nil (((s l aa g) 1))) +("slogan" nil (((s l ow) 1) ((g ax n) 0))) +("slogans" nil (((s l ow) 1) ((g ax n z) 0))) +("slogged" nil (((s l aa g d) 1))) +("slogging" nil (((s l aa) 1) ((g ih ng) 0))) +("sloma" nil (((s l ow) 1) ((m ax) 0))) +("sloman" nil (((s l ow) 1) ((m ax n) 0))) +("slominski" nil (((s l ax) 0) ((m ih n) 1) ((s k iy) 0))) +("slomski" nil (((s l aa m) 1) ((s k iy) 0))) +("slonaker" nil (((s l aa) 1) ((n ax) 0) ((k er) 0))) +("slone" nil (((s l ow n) 1))) +("sloniker" nil (((s l aa) 1) ((n ih) 0) ((k er) 0))) +("sloop" nil (((s l uw p) 1))) +("slop" nil (((s l aa p) 1))) +("slope" nil (((s l ow p) 1))) +("sloper" nil (((s l ow) 1) ((p er) 0))) +("slopes" nil (((s l ow p s) 1))) +("sloping" nil (((s l ow) 1) ((p ih ng) 0))) +("sloppily" nil (((s l aa) 1) ((p ax) 0) ((l iy) 0))) +("sloppiness" nil (((s l aa) 1) ((p iy) 0) ((n ax s) 0))) +("sloppy" nil (((s l aa) 1) ((p iy) 0))) +("slorc" nil (((s l ao r k) 1))) +("slosh" nil (((s l aa sh) 1))) +("sloshing" nil (((s l aa) 1) ((sh ih ng) 0))) +("sloss" nil (((s l ao s) 1))) +("slot" nil (((s l aa t) 1))) +("slota" nil (((s l ow) 1) ((t ax) 0))) +("sloth" nil (((s l ow th) 1))) +("slothower" nil (((s l aa) 1) ((th ow) 0) ((er) 0))) +("slotnick" nil (((s l aa t) 1) ((n ih k) 0))) +("slots" nil (((s l aa t s) 1))) +("slott" nil (((s l aa t) 1))) +("slotted" nil (((s l aa) 1) ((t ih d) 0))) +("slotting" nil (((s l aa) 1) ((t ih ng) 0))) +("slouch" nil (((s l aw ch) 1))) +("slouches" nil (((s l aw) 1) ((ch ih z) 0))) +("slouching" nil (((s l aw) 1) ((ch ih ng) 0))) +("slough" nil (((s l ah f) 1))) +("sloughs" nil (((s l ah f s) 1))) +("slovacek" nil (((s l aa) 1) ((v ax) 0) ((ch eh k) 0))) +("slovak" nil (((s l ow) 1) ((v ae k) 0))) +("slovakia" nil (((s l ow) 1) ((v aa) 1) ((k iy) 0) ((ax) 0))) +("slovaks" nil (((s l ow) 1) ((v ae k s) 0))) +("slovene" nil (((s l ow) 1) ((v iy n) 1))) +("slovenes" nil (((s l ow) 1) ((v iy n z) 1))) +("slovenia" nil (((s l ow) 1) ((v iy) 1) ((n iy) 0) ((ax) 0))) +("slovenian" nil (((s l ow) 1) ((v iy) 1) ((n iy) 0) ((ax n) 0))) +("slovenliness" nil (((s l ah) 1) ((v ax n) 0) ((l iy) 0) ((n ax s) 0))) +("slovenly" nil (((s l ah) 1) ((v ax n) 0) ((l iy) 0))) +("slover" nil (((s l ow) 1) ((v er) 0))) +("sloves" nil (((s l ow v z) 1))) +("slovo" nil (((s l ow) 1) ((v ow) 0))) +("slow" nil (((s l ow) 1))) +("slowdown" nil (((s l ow) 1) ((d aw n) 1))) +("slowdowns" nil (((s l ow) 1) ((d aw n z) 1))) +("slowed" nil (((s l ow d) 1))) +("slower" nil (((s l ow) 1) ((er) 0))) +("slowest" nil (((s l ow) 1) ((ax s t) 0))) +("slowey" nil (((s l ow) 1) ((iy) 0))) +("slowik" nil (((s l ow) 1) ((ih k) 0))) +("slowing" nil (((s l ow) 1) ((ih ng) 0))) +("slowinski" nil (((s l ow) 0) ((ih n) 1) ((s k iy) 0))) +("slowly" nil (((s l ow) 1) ((l iy) 0))) +("slowness" nil (((s l ow) 1) ((n ax s) 0))) +("slowpoke" nil (((s l ow) 1) ((p ow k) 1))) +("slows" nil (((s l ow z) 1))) +("sluder" nil (((s l uw) 1) ((d er) 0))) +("sludge" nil (((s l ah jh) 1))) +("slug" nil (((s l ah g) 1))) +("sluga" nil (((s l uw) 1) ((g ax) 0))) +("slugfest" nil (((s l ah g) 1) ((f eh s t) 1))) +("slugger" nil (((s l ah) 1) ((g er) 0))) +("slugging" nil (((s l ah) 1) ((g ih ng) 0))) +("sluggish" nil (((s l ah) 1) ((g ih sh) 0))) +("sluggishly" nil (((s l ah) 1) ((g ih) 0) ((sh l iy) 0))) +("sluggishness" nil (((s l ah) 1) ((g ih) 0) ((sh n ax s) 0))) +("slugs" nil (((s l ah g z) 1))) +("sluice" nil (((s l uw s) 1))) +("sluicing" nil (((s l uw) 1) ((s ih ng) 0))) +("sluiter" nil (((s l uw) 1) ((t er) 0))) +("sluka" nil (((s l uw) 1) ((k ax) 0))) +("slum" nil (((s l ah m) 1))) +("slumber" nil (((s l ah m) 1) ((b er) 0))) +("slumbering" nil (((s l ah m) 1) ((b er) 0) ((ih ng) 0))) +("slump" nil (((s l ah m p) 1))) +("slumped" nil (((s l ah m p t) 1))) +("slumping" nil (((s l ah m) 1) ((p ih ng) 0))) +("slumps" nil (((s l ah m p s) 1))) +("slums" nil (((s l ah m z) 1))) +("slung" nil (((s l ah ng) 1))) +("slur" nil (((s l er) 1))) +("slurp" nil (((s l er p) 1))) +("slurry" nil (((s l er) 1) ((iy) 0))) +("slurs" nil (((s l er z) 1))) +("slush" nil (((s l ah sh) 1))) +("slusher" nil (((s l ah) 1) ((sh er) 0))) +("sluss" nil (((s l ah s) 1))) +("slusser" nil (((s l ah) 1) ((s er) 0))) +("slutsky" nil (((s l ah t) 1) ((s k iy) 0))) +("slutz" nil (((s l ah t s) 1))) +("slutzky" nil (((s l ah t) 1) ((s k iy) 0))) +("sluyter" nil (((s l ay) 1) ((t er) 0))) +("sly" nil (((s l ay) 1))) +("slye" nil (((s l ay) 1))) +("slyly" nil (((s l ay) 1) ((l iy) 0))) +("slyness" nil (((s l ay) 1) ((n ax s) 0))) +("slyter" nil (((s l ay) 1) ((t er) 0))) +("smaby" nil (((s m ey) 1) ((b iy) 0))) +("smack" nil (((s m ae k) 1))) +("smacked" nil (((s m ae k t) 1))) +("smacking" nil (((s m ae) 1) ((k ih ng) 0))) +("smacks" nil (((s m ae k s) 1))) +("smail" nil (((s m ey l) 1))) +("smaldone" nil (((s m ae l) 1) ((d ax n) 0))) +("smale" nil (((s m ey l) 1))) +("small" nil (((s m ao l) 1))) +("smallcap" nil (((s m ao l) 1) ((k ae p) 1))) +("smallen" nil (((s m ao) 1) ((l ax n) 0))) +("smaller" nil (((s m ao) 1) ((l er) 0))) +("smallest" nil (((s m ao) 1) ((l ax s t) 0))) +("smalley" nil (((s m ae) 1) ((l iy) 0))) +("smalling" nil (((s m ao) 1) ((l ih ng) 0))) +("smallish" nil (((s m ao) 1) ((l ih sh) 0))) +("smallman" nil (((s m ao l) 1) ((m ax n) 0))) +("smallness" nil (((s m ao l) 1) ((n ax s) 0))) +("smallpox" nil (((s m ao l) 1) ((p aa k s) 1))) +("smallridge" nil (((s m ao l) 1) ((r ih jh) 1))) +("smalls" nil (((s m ao l z) 1))) +("smalltalk" nil (((s m ao l) 1) ((t ao k) 1))) +("smalltown" nil (((s m ao l) 1) ((t aw n) 1))) +("smallwood" nil (((s m ao l) 1) ((w uh d) 1))) +("smaltz" nil (((s m ae l t s) 1))) +("smarmy" nil (((s m aa r) 1) ((m iy) 0))) +("smarr" nil (((s m ae r) 1))) +("smart" nil (((s m aa r t) 1))) +("smartcard" nil (((s m aa r t) 1) ((k aa r d) 1))) +("smarter" nil (((s m aa r) 1) ((t er) 0))) +("smartest" nil (((s m aa r) 1) ((t ax s t) 0))) +("smarting" nil (((s m aa r) 1) ((t ih ng) 0))) +("smartly" nil (((s m aa r t) 1) ((l iy) 0))) +("smartmoney" nil (((s m aa r t) 1) ((m ah) 1) ((n iy) 0))) +("smarts" nil (((s m aa r t s) 1))) +("smartt" nil (((s m aa r t) 1))) +("smash" nil (((s m ae sh) 1))) +("smashed" nil (((s m ae sh t) 1))) +("smasher" nil (((s m ae) 1) ((sh er) 0))) +("smashes" nil (((s m ae) 1) ((sh ih z) 0))) +("smashing" nil (((s m ae) 1) ((sh ih ng) 0))) +("smathers" nil (((s m ae) 1) ((dh er z) 0))) +("smatter" nil (((s m ae) 1) ((t er) 0))) +("smattering" nil (((s m ae) 1) ((t er) 0) ((ih ng) 0))) +("smay" nil (((s m ey) 1))) +("smead" nil (((s m iy d) 1))) +("smeal" nil (((s m iy l) 1))) +("smear" nil (((s m ih r) 1))) +("smeared" nil (((s m ih r d) 1))) +("smearing" nil (((s m ih) 1) ((r ih ng) 0))) +("smears" nil (((s m ih r z) 1))) +("smeby" nil (((s m iy) 1) ((b iy) 0))) +("smedberg" nil (((s m eh d) 1) ((b er g) 0))) +("smedley" nil (((s m eh d) 1) ((l iy) 0))) +("smee" nil (((s m iy) 1))) +("smejkal" nil (((s m eh jh) 1) ((k ax l) 0))) +("smelcer" nil (((s m eh l) 1) ((s er) 0))) +("smell" nil (((s m eh l) 1))) +("smelled" nil (((s m eh l d) 1))) +("smelley" nil (((s m eh) 1) ((l iy) 0))) +("smelling" nil (((s m eh) 1) ((l ih ng) 0))) +("smells" nil (((s m eh l z) 1))) +("smelly" nil (((s m eh) 1) ((l iy) 0))) +("smelser" nil (((s m eh l) 1) ((s er) 0))) +("smelt" v (((s m eh l t) 1))) +("smelter" nil (((s m eh l) 1) ((t er) 0))) +("smelters" nil (((s m eh l) 1) ((t er z) 0))) +("smelting" nil (((s m eh l) 1) ((t ih ng) 0))) +("smeltz" nil (((s m eh l t s) 1))) +("smeltzer" nil (((s m eh l t) 1) ((z er) 0))) +("smestad" nil (((s m eh) 1) ((s t ax d) 0))) +("smet" nil (((s m eh t) 1))) +("smetana" nil (((s m eh) 1) ((t ax) 0) ((n ax) 0))) +("smethers" nil (((s m eh) 1) ((dh er z) 0))) +("smethurst" nil (((s m eh) 1) ((th er s t) 0))) +("smetzer" nil (((s m eh t) 1) ((z er) 0))) +("smick" nil (((s m ih k) 1))) +("smid" nil (((s m ih d) 1))) +("smiddy" nil (((s m ih) 1) ((d iy) 0))) +("smidt" nil (((s m ih d t) 1))) +("smigel" nil (((s m ih) 1) ((jh ax l) 0))) +("smigelski" nil (((s m ih) 0) ((g eh l) 1) ((s k iy) 0))) +("smiggle" nil (((s m ih) 1) ((g ax l) 0))) +("smigiel" nil (((s m ih) 1) ((jh iy l) 0))) +("smigielski" nil (((s m ih) 0) ((g iy l) 1) ((s k iy) 0))) +("smile" nil (((s m ay l) 1))) +("smiled" nil (((s m ay l d) 1))) +("smiles" nil (((s m ay l z) 1))) +("smiley" nil (((s m ay) 1) ((l iy) 0))) +("smilie" nil (((s m ih) 1) ((l iy) 0))) +("smiling" nil (((s m ay) 1) ((l ih ng) 0))) +("smilingly" nil (((s m ay) 1) ((l ih ng) 0) ((l iy) 0))) +("smillie" nil (((s m ih) 1) ((l iy) 0))) +("smilow" nil (((s m ih) 1) ((l ow) 0))) +("smink" nil (((s m ih ng k) 1))) +("smirch" nil (((s m er ch) 1))) +("smirk" nil (((s m er k) 1))) +("smirking" nil (((s m er) 1) ((k ih ng) 0))) +("smirks" nil (((s m er k s) 1))) +("smirnoff" nil (((s m er) 1) ((n ao f) 0))) +("smirnov" nil (((s m er) 1) ((n aa f) 0))) +("smisek" nil (((s m ih) 1) ((s eh k) 0))) +("smit" nil (((s m ih t) 1))) +("smith" nil (((s m ih th) 1))) +("smithburg" nil (((s m ih th) 1) ((b er g) 0))) +("smithee" nil (((s m ih) 1) ((th iy) 1))) +("smither" nil (((s m ih) 1) ((dh er) 0))) +("smithereens" nil (((s m ih) 1) ((dh er) 0) ((iy n z) 1))) +("smitherman" nil (((s m ih) 1) ((dh er) 0) ((m ax n) 0))) +("smithers" nil (((s m ih) 1) ((dh er z) 0))) +("smithey" nil (((s m ih) 1) ((th iy) 0))) +("smithfield" nil (((s m ih th) 1) ((f iy l d) 0))) +("smithhart" nil (((s m ih th) 1) ((hh aa r t) 1))) +("smithkline" nil (((s m ih th) 1) ((k l ay n) 1))) +("smiths" nil (((s m ih th s) 1))) +("smithson" nil (((s m ih th) 1) ((s ax n) 0))) +("smithsonian" nil (((s m ih th) 0) ((s ow) 1) ((n iy) 0) ((ax n) 0))) +("smithtown" nil (((s m ih th) 1) ((t aw n) 1))) +("smithwick" nil (((s m ih) 1) ((th w ih k) 1))) +("smitley" nil (((s m ih t) 1) ((l iy) 0))) +("smits" nil (((s m ih t s) 1))) +("smitten" nil (((s m ih) 1) ((t ax n) 0))) +("smittle" nil (((s m ih) 1) ((t ax l) 0))) +("smitty" nil (((s m ih) 1) ((t iy) 0))) +("smoak" nil (((s m ow k) 1))) +("smock" nil (((s m aa k) 1))) +("smog" nil (((s m aa g) 1))) +("smoggiest" nil (((s m aa) 1) ((g iy) 0) ((ax s t) 0))) +("smoke" nil (((s m ow k) 1))) +("smoked" nil (((s m ow k t) 1))) +("smokejumper" nil (((s m ow k) 1) ((jh ah m) 1) ((p er) 0))) +("smokejumpers" nil (((s m ow k) 1) ((jh ah m) 1) ((p er z) 0))) +("smokeless" nil (((s m ow) 1) ((k l ax s) 0))) +("smoker" nil (((s m ow) 1) ((k er) 0))) +("smokers" nil (((s m ow) 1) ((k er z) 0))) +("smokes" nil (((s m ow k s) 1))) +("smokescreen" nil (((s m ow k) 1) ((s k r iy n) 1))) +("smokestack" nil (((s m ow k) 1) ((s t ae k) 1))) +("smokestacks" nil (((s m ow k) 1) ((s t ae k s) 1))) +("smokey" nil (((s m ow) 1) ((k iy) 0))) +("smoking" nil (((s m ow) 1) ((k ih ng) 0))) +("smoky" nil (((s m ow) 1) ((k iy) 0))) +("smola" nil (((s m ow) 1) ((l ax) 0))) +("smolak" nil (((s m ow) 1) ((l ax k) 0))) +("smolder" nil (((s m ow l) 1) ((d er) 0))) +("smoldering" nil (((s m ow l) 1) ((d er) 0) ((ih ng) 0))) +("smolen" nil (((s m aa) 1) ((l ax n) 0))) +("smolensk" nil (((s m ow) 0) ((l eh n s k) 1))) +("smolenski" nil (((s m ax) 0) ((l eh n) 1) ((s k iy) 0))) +("smoley" nil (((s m ow) 1) ((l iy) 0))) +("smolik" nil (((s m ow) 1) ((l ih k) 0))) +("smolin" nil (((s m ow) 1) ((l ih n) 0))) +("smolinski" nil (((s m ax) 0) ((l ih n) 1) ((s k iy) 0))) +("smolinsky" nil (((s m ax) 0) ((l ih n) 1) ((s k iy) 0))) +("smolka" nil (((s m ow l) 1) ((k ax) 0))) +("smoot" nil (((s m uw t) 1))) +("smooth" nil (((s m uw dh) 1))) +("smoothed" nil (((s m uw dh d) 1))) +("smoother" nil (((s m uw) 1) ((dh er) 0))) +("smoothest" nil (((s m uw) 1) ((dh ax s t) 0))) +("smoothing" nil (((s m uw) 1) ((dh ih ng) 0))) +("smoothly" nil (((s m uw dh) 1) ((l iy) 0))) +("smoothness" nil (((s m uw dh) 1) ((n ax s) 0))) +("smooths" nil (((s m uw dh z) 1))) +("smoots" nil (((s m uw t s) 1))) +("smorgasbord" nil (((s m ao r) 1) ((g ax s) 0) ((b ao r d) 1))) +("smother" nil (((s m ah) 1) ((dh er) 0))) +("smothered" nil (((s m ah) 1) ((dh er d) 0))) +("smothering" nil (((s m ah) 1) ((dh er) 0) ((ih ng) 0))) +("smotherman" nil (((s m ah) 1) ((dh er) 0) ((m ax n) 0))) +("smothermon" nil (((s m aa) 1) ((th er) 0) ((m ow n) 0))) +("smothers" nil (((s m ah) 1) ((dh er z) 0))) +("smotrich" nil (((s m aa) 1) ((t r ih k) 0))) +("smouse" nil (((s m aw s) 1))) +("smoyer" nil (((s m oy) 1) ((er) 0))) +("smu" nil (((eh s) 1) ((eh m) 1) ((y uw) 1))) +("smuck" nil (((s m ah k) 1))) +("smucker" nil (((s m ah) 1) ((k er) 0))) +("smudge" nil (((s m ah jh) 1))) +("smug" nil (((s m ah g) 1))) +("smuggle" nil (((s m ah) 1) ((g ax l) 0))) +("smuggled" nil (((s m ah) 1) ((g ax l d) 0))) +("smuggler" nil (((s m ah) 1) ((g ax) 0) ((l er) 0))) +("smugglers" nil (((s m ah) 1) ((g ax) 0) ((l er z) 0))) +("smuggling" nil (((s m ah) 1) ((g ax) 0) ((l ih ng) 0))) +("smugly" nil (((s m ah) 1) ((g l iy) 0))) +("smugness" nil (((s m ah g) 1) ((n ax s) 0))) +("smull" nil (((s m ah l) 1))) +("smullen" nil (((s m ah) 1) ((l ax n) 0))) +("smurfit" nil (((s m er) 1) ((f ih t) 0))) +("smurfs" nil (((s m er f s) 1))) +("smut" nil (((s m ah t) 1))) +("smyers" nil (((s m ay) 1) ((er z) 0))) +("smylie" nil (((s m ih) 1) ((l iy) 0))) +("smyly" nil (((s m ih) 1) ((l iy) 0))) +("smyre" nil (((s m ay r) 1))) +("smyrna" nil (((s m er) 1) ((n ax) 0))) +("smyser" nil (((s m ay) 1) ((s er) 0))) +("smyth" nil (((s m ay th) 1))) +("smythe" nil (((s m ay dh) 1))) +("snack" nil (((s n ae k) 1))) +("snacks" nil (((s n ae k s) 1))) +("snader" nil (((s n ey) 1) ((d er) 0))) +("snafu" nil (((s n ae) 1) ((f uw) 0))) +("snafus" nil (((s n ae) 1) ((f ax s) 0))) +("snag" nil (((s n ae g) 1))) +("snagged" nil (((s n ae g d) 1))) +("snaggers" nil (((s n ae) 1) ((g er z) 0))) +("snagging" nil (((s n ae) 1) ((g ih ng) 0))) +("snags" nil (((s n ae g z) 1))) +("snail" nil (((s n ey l) 1))) +("snails" nil (((s n ey l z) 1))) +("snake" nil (((s n ey k) 1))) +("snakebites" nil (((s n ey k) 1) ((b ay t s) 1))) +("snakelike" nil (((s n ey) 1) ((k l ay k) 1))) +("snakes" nil (((s n ey k s) 1))) +("snaking" nil (((s n ey) 1) ((k ih ng) 0))) +("snap" nil (((s n ae p) 1))) +("snapdragons" nil (((s n ae p) 1) ((d r ae) 1) ((g ax n z) 0))) +("snape" nil (((s n ey p) 1))) +("snapp" nil (((s n ae p) 1))) +("snapped" nil (((s n ae p t) 1))) +("snapper" nil (((s n ae) 1) ((p er) 0))) +("snapping" nil (((s n ae) 1) ((p ih ng) 0))) +("snapple" nil (((s n ae) 1) ((p ax l) 0))) +("snapples" nil (((s n ae) 1) ((p ax l z) 0))) +("snappy" nil (((s n ae) 1) ((p iy) 0))) +("snaps" nil (((s n ae p s) 1))) +("snapshot" nil (((s n ae p) 1) ((sh aa t) 1))) +("snapshots" nil (((s n ae p) 1) ((sh aa t s) 1))) +("snare" nil (((s n eh r) 1))) +("snared" nil (((s n eh r d) 1))) +("snares" nil (((s n eh r z) 1))) +("snaring" nil (((s n eh) 1) ((r ih ng) 0))) +("snarl" nil (((s n aa r l) 1))) +("snarled" nil (((s n aa) 1) ((r ax l d) 0))) +("snarling" nil (((s n aa r) 1) ((l ih ng) 0))) +("snarls" nil (((s n aa r l z) 1))) +("snarr" nil (((s n ae r) 1))) +("snarski" nil (((s n aa r) 1) ((s k iy) 0))) +("snatch" nil (((s n ae ch) 1))) +("snatched" nil (((s n ae ch t) 1))) +("snatcher" nil (((s n ae) 1) ((ch er) 0))) +("snatchers" nil (((s n ae) 1) ((ch er z) 0))) +("snatches" nil (((s n ae) 1) ((ch ih z) 0))) +("snatching" nil (((s n ae) 1) ((ch ih ng) 0))) +("snavely" nil (((s n ey) 1) ((v l iy) 0))) +("snay" nil (((s n ey) 1))) +("snazzier" nil (((s n ae) 1) ((z iy) 0) ((er) 0))) +("snazzy" nil (((s n ae) 1) ((z iy) 0))) +("snead" nil (((s n iy d) 1))) +("sneak" nil (((s n iy k) 1))) +("sneaked" nil (((s n iy k t) 1))) +("sneaker" nil (((s n iy) 1) ((k er) 0))) +("sneakers" nil (((s n iy) 1) ((k er z) 0))) +("sneaking" nil (((s n iy) 1) ((k ih ng) 0))) +("sneaks" nil (((s n iy k s) 1))) +("sneaky" nil (((s n iy) 1) ((k iy) 0))) +("sneary" nil (((s n ih) 1) ((r iy) 0))) +("sneath" nil (((s n eh th) 1))) +("snecma" nil (((s n eh k) 1) ((m aa) 0))) +("snedaker" nil (((s n eh) 1) ((d ax) 0) ((k er) 0))) +("snedden" nil (((s n eh) 1) ((d ax n) 0))) +("sneddon" nil (((s n eh) 1) ((d ax n) 0))) +("snedegar" nil (((s n eh) 1) ((d ih) 0) ((g er) 0))) +("snedeker" nil (((s n eh) 1) ((d ih) 0) ((k er) 0))) +("snee" nil (((s n iy) 1))) +("sneed" nil (((s n iy d) 1))) +("sneer" nil (((s n ih r) 1))) +("sneered" nil (((s n ih r d) 1))) +("sneering" nil (((s n ih) 1) ((r ih ng) 0))) +("sneeringer" nil (((s n ih) 1) ((r ih n) 0) ((jh er) 0))) +("sneers" nil (((s n ih r z) 1))) +("sneeze" nil (((s n iy z) 1))) +("sneezed" nil (((s n iy z d) 1))) +("sneezing" nil (((s n iy) 1) ((z ih ng) 0))) +("sneider" nil (((s n ay) 1) ((d er) 0))) +("snelgrove" nil (((s n eh l) 1) ((g r ow v) 1))) +("snell" nil (((s n eh l) 1))) +("snellen" nil (((s n eh) 1) ((l ax n) 0))) +("snellenberger" nil (((s n eh) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("sneller" nil (((s n eh) 1) ((l er) 0))) +("snellgrove" nil (((s n eh l) 1) ((g r ow v) 1))) +("snelling" nil (((s n eh) 1) ((l ih ng) 0))) +("snellings" nil (((s n eh) 1) ((l ih ng z) 0))) +("snelson" nil (((s n eh l) 1) ((s ax n) 0))) +("snethen" nil (((s n eh) 1) ((th ax n) 0))) +("snia" nil (((s n iy) 1) ((ax) 0))) +("snicker" nil (((s n ih) 1) ((k er) 0))) +("snickered" nil (((s n ih) 1) ((k er d) 0))) +("snickering" nil (((s n ih) 1) ((k er) 0) ((ih ng) 0))) +("snickers" nil (((s n ih) 1) ((k er z) 0))) +("snide" nil (((s n ay d) 1))) +("snider" nil (((s n ay) 1) ((d er) 0))) +("snidow" nil (((s n ih) 1) ((d ow) 0))) +("sniegowski" nil (((s n iy) 0) ((g ao f) 1) ((s k iy) 0))) +("sniff" nil (((s n ih f) 1))) +("sniffed" nil (((s n ih f t) 1))) +("sniffen" nil (((s n ih) 1) ((f ax n) 0))) +("sniffer" nil (((s n ih) 1) ((f er) 0))) +("sniffing" nil (((s n ih) 1) ((f ih ng) 0))) +("sniffs" nil (((s n ih f s) 1))) +("snip" nil (((s n ih p) 1))) +("snipe" nil (((s n ay p) 1))) +("sniped" nil (((s n ay p t) 1))) +("sniper" nil (((s n ay) 1) ((p er) 0))) +("snipers" nil (((s n ay) 1) ((p er z) 0))) +("snipes" nil (((s n ay p s) 1))) +("sniping" nil (((s n ay) 1) ((p ih ng) 0))) +("snippet" nil (((s n ih) 1) ((p ax t) 0))) +("snippets" nil (((s n ih) 1) ((p ax t s) 0))) +("snips" nil (((s n ih p s) 1))) +("snitker" nil (((s n ih t) 1) ((k er) 0))) +("snitzer" nil (((s n ih t) 1) ((z er) 0))) +("snively" nil (((s n ay) 1) ((v l iy) 0))) +("snob" nil (((s n aa b) 1))) +("snobbery" nil (((s n aa) 1) ((b er) 0) ((iy) 0))) +("snobbish" nil (((s n aa) 1) ((b ih sh) 0))) +("snobby" nil (((s n aa) 1) ((b iy) 0))) +("snobs" nil (((s n aa b z) 1))) +("snodderly" nil (((s n aa) 1) ((d er) 0) ((l iy) 0))) +("snoddy" nil (((s n aa) 1) ((d iy) 0))) +("snodgrass" nil (((s n aa d) 1) ((g r ae s) 1))) +("snohomish" nil (((s n aa) 1) ((hh ax) 0) ((m ih sh) 0))) +("snoke" nil (((s n ow k) 1))) +("snook" nil (((s n uh k) 1))) +("snooker" nil (((s n uh) 1) ((k er) 0))) +("snookered" nil (((s n uh) 1) ((k er d) 0))) +("snooks" nil (((s n uh k s) 1))) +("snoop" nil (((s n uw p) 1))) +("snooping" nil (((s n uw) 1) ((p ih ng) 0))) +("snoopy" nil (((s n uw) 1) ((p iy) 0))) +("snooty" nil (((s n uw) 1) ((t iy) 0))) +("snooze" nil (((s n uw z) 1))) +("snoozing" nil (((s n uw) 1) ((z ih ng) 0))) +("snore" nil (((s n ao r) 1))) +("snoring" nil (((s n ao) 1) ((r ih ng) 0))) +("snort" nil (((s n ao r t) 1))) +("snorted" nil (((s n ao r) 1) ((t ih d) 0))) +("snorting" nil (((s n ao r) 1) ((t ih ng) 0))) +("snorts" nil (((s n ao r t s) 1))) +("snouffer" nil (((s n ow) 1) ((f er) 0))) +("snout" nil (((s n aw t) 1))) +("snover" nil (((s n ow) 1) ((v er) 0))) +("snow" nil (((s n ow) 1))) +("snowball" nil (((s n ow) 1) ((b ao l) 1))) +("snowballed" nil (((s n ow) 1) ((b ao l d) 1))) +("snowballing" nil (((s n ow) 1) ((b ao) 1) ((l ih ng) 0))) +("snowberger" nil (((s n ow) 1) ((b er) 0) ((g er) 0))) +("snowbirds" nil (((s n ow) 1) ((b er d z) 1))) +("snowboarders" nil (((s n ow) 1) ((b ao r) 1) ((d er z) 0))) +("snowden" nil (((s n ow) 1) ((d ax n) 0))) +("snowdon" nil (((s n ow) 1) ((d ax n) 0))) +("snowe" nil (((s n ow) 1))) +("snowed" nil (((s n ow d) 1))) +("snowfall" nil (((s n ow) 1) ((f ao l) 1))) +("snowflake" nil (((s n ow) 1) ((f l ey k) 1))) +("snowflakes" nil (((s n ow) 1) ((f l ey k s) 1))) +("snowing" nil (((s n ow) 1) ((ih ng) 0))) +("snowman" nil (((s n ow) 1) ((m ae n) 1))) +("snowmobile" nil (((s n ow) 1) ((m ow) 0) ((b iy l) 1))) +("snowmobiles" nil (((s n ow) 1) ((m ow) 0) ((b iy l z) 1))) +("snows" nil (((s n ow z) 1))) +("snowshoe" nil (((s n ow) 1) ((sh uw) 1))) +("snowstorm" nil (((s n ow) 1) ((s t ao r m) 1))) +("snowstorms" nil (((s n ow) 1) ((s t ao r m z) 1))) +("snowy" nil (((s n ow) 1) ((iy) 0))) +("snub" nil (((s n ah b) 1))) +("snubbed" nil (((s n ah b d) 1))) +("snubbing" nil (((s n ah) 1) ((b ih ng) 0))) +("snuck" nil (((s n ah k) 1))) +("snuff" nil (((s n ah f) 1))) +("snuffed" nil (((s n ah f t) 1))) +("snuffer" nil (((s n ah) 1) ((f er) 0))) +("snuffing" nil (((s n ah) 1) ((f ih ng) 0))) +("snug" nil (((s n ah g) 1))) +("snugging" nil (((s n ah) 1) ((g ih ng) 0))) +("snuggle" nil (((s n ah) 1) ((g ax l) 0))) +("snuggs" nil (((s n ah g z) 1))) +("snugly" n (((s n ah) 1) ((g l iy) 0))) +("snyder" nil (((s n ay) 1) ((d er) 0))) +("snydergeneral" nil (((s n ay) 1) ((d er) 0) ((jh eh) 1) ((n er) 0) ((ax l) 0))) +("so" nil (((s ow) 1))) +("soady" nil (((s ow) 1) ((d iy) 0))) +("soak" nil (((s ow k) 1))) +("soaked" nil (((s ow k t) 1))) +("soaking" nil (((s ow) 1) ((k ih ng) 0))) +("soaks" nil (((s ow k s) 1))) +("soap" nil (((s ow p) 1))) +("soapbox" nil (((s ow p) 1) ((b aa k s) 1))) +("soaps" nil (((s ow p s) 1))) +("soapy" nil (((s ow) 1) ((p iy) 0))) +("soar" nil (((s ao r) 1))) +("soard" nil (((s ao r d) 1))) +("soared" nil (((s ao r d) 1))) +("soares" nil (((s ao) 1) ((r eh s) 0))) +("soaring" nil (((s ao) 1) ((r ih ng) 0))) +("soars" nil (((s ao r z) 1))) +("soave" nil (((s ow v) 1))) +("sob" nil (((s aa b) 1))) +("sobbing" nil (((s aa) 1) ((b ih ng) 0))) +("sobbingly" nil (((s aa) 1) ((b ih ng) 0) ((l iy) 0))) +("sobczak" nil (((s aa b) 1) ((ch ae k) 0))) +("sobczyk" nil (((s aa b) 1) ((ch ih k) 0))) +("sobeck" nil (((s ow) 1) ((b eh k) 1))) +("sobecki" nil (((s ax) 0) ((b eh t) 1) ((s k iy) 0))) +("sobek" nil (((s ow) 1) ((b ih k) 0))) +("sobel" nil (((s ow) 1) ((b ax l) 0))) +("sobelman" nil (((s ow) 1) ((b ax l) 0) ((m ax n) 0))) +("sober" nil (((s ow) 1) ((b er) 0))) +("sobered" nil (((s ow) 1) ((b er d) 0))) +("sobering" nil (((s ow) 1) ((b er) 0) ((ih ng) 0))) +("soberly" nil (((s ow) 1) ((b er) 0) ((l iy) 0))) +("sobers" nil (((s ow) 1) ((b er z) 0))) +("sobey" nil (((s ow) 1) ((b iy) 0))) +("sobiech" nil (((s aa) 1) ((b iy hh) 0))) +("sobieski" nil (((s ow) 1) ((b iy) 0) ((eh) 1) ((s k iy) 0))) +("sobin" nil (((s ow) 1) ((b ih n) 0))) +("sobkowiak" nil (((s ax b) 0) ((k aw) 1) ((iy) 0) ((ae k) 0))) +("soble" nil (((s ow) 1) ((b ax l) 0))) +("sobocinski" nil (((s ax) 0) ((b ax) 0) ((ch ih n) 1) ((s k iy) 0))) +("sobol" nil (((s ow) 1) ((b ax l) 0))) +("soboleski" nil (((s ax) 0) ((b ax) 0) ((l eh) 1) ((s k iy) 0))) +("sobolewski" nil (((s ax) 0) ((b ax) 0) ((l eh f) 1) ((s k iy) 0))) +("sobolik" nil (((s ax) 0) ((b ow) 1) ((l ih k) 0))) +("sobon" nil (((s ow) 0) ((b ao n) 1))) +("sobota" nil (((s ax) 0) ((b ow) 1) ((t ax) 0))) +("sobotka" nil (((s ax) 0) ((b ow t) 1) ((k ax) 0))) +("sobotta" nil (((s ow) 0) ((b ow) 1) ((t ax) 0))) +("sobriety" nil (((s ax) 0) ((b r ay) 1) ((ax) 0) ((t iy) 0))) +("sobriquet" nil (((s ow) 1) ((b r ax) 0) ((k ey) 1))) +("sobs" nil (((s aa b z) 1))) +("socalled" nil (((s ow) 1) ((k aa l d) 1))) +("socanav" nil (((s aa) 1) ((k ax) 0) ((n aa v) 0))) +("socarras" nil (((s ow) 0) ((k aa) 1) ((r aa z) 0))) +("soccer" nil (((s aa) 1) ((k er) 0))) +("socci" nil (((s ow) 1) ((ch iy) 0))) +("socha" nil (((s ow) 1) ((ch ax) 0))) +("sochacki" nil (((s ax) 0) ((ch ae) 1) ((k iy) 0))) +("sochet" nil (((s ow) 0) ((sh ey) 1))) +("sochor" nil (((s aa) 1) ((k er) 0))) +("socia" nil (((s ow) 1) ((ch ax) 0))) +("sociable" nil (((s ow) 1) ((sh ax) 0) ((b ax l) 0))) +("social" nil (((s ow) 1) ((sh ax l) 0))) +("socialism" nil (((s ow) 1) ((sh ax) 0) ((l ih) 1) ((z ax m) 0))) +("socialist" nil (((s ow) 1) ((sh ax) 0) ((l ax s t) 0))) +("socialistic" nil (((s ow) 1) ((sh ax) 0) ((l ih) 1) ((s t ih k) 0))) +("socialists" nil (((s ow) 1) ((sh ax) 0) ((l ax s t s) 0))) +("socialite" nil (((s ow) 1) ((sh ax) 0) ((l ay t) 1))) +("socialites" nil (((s ow) 1) ((sh ax) 0) ((l ay t s) 1))) +("socialization" nil (((s ow) 1) ((sh ax) 0) ((l ih) 0) ((z ey) 1) ((sh ax n) 0))) +("socialize" nil (((s ow) 1) ((sh ax) 0) ((l ay z) 1))) +("socialized" nil (((s ow) 1) ((sh ax) 0) ((l ay z d) 1))) +("socializing" nil (((s ow) 1) ((sh ax) 0) ((l ay) 1) ((z ih ng) 0))) +("socially" nil (((s ow) 1) ((sh ax) 0) ((l iy) 0))) +("sociedad" nil (((s ow) 1) ((s iy) 0) ((d ae d) 1))) +("societa" nil (((s ow) 1) ((s iy) 0) ((eh) 1) ((t ax) 0))) +("societal" nil (((s ax) 0) ((s ay) 1) ((ih) 0) ((t ax l) 0))) +("societe" nil (((s ow) 1) ((s iy) 0) ((eh) 0) ((t ey) 1))) +("societies" nil (((s ax) 0) ((s ay) 1) ((ax) 0) ((t iy z) 0))) +("society" nil (((s ax) 0) ((s ay) 1) ((ax) 0) ((t iy) 0))) +("socio" nil (((s ow) 1) ((s iy) 0) ((ow) 0))) +("socioeconomic" nil (((s ow) 0) ((s iy) 1) ((ow) 1) ((eh) 1) ((k ax) 0) ((n aa) 1) ((m ih k) 0))) +("sociological" nil (((s ow) 1) ((s iy) 0) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("sociologist" nil (((s ow) 1) ((s iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("sociologists" nil (((s ow) 1) ((s iy) 0) ((aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("sociology" nil (((s ow) 1) ((s iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("sociopath" n (((s ow sh) 1) ((y ow) 0) ((p ae th) 1))) +("sock" nil (((s aa k) 1))) +("socked" nil (((s aa k t) 1))) +("socket" nil (((s aa) 1) ((k ax t) 0))) +("sockets" nil (((s aa) 1) ((k ax t s) 0))) +("socks" nil (((s aa k s) 1))) +("sockwell" nil (((s aa) 1) ((k w eh l) 1))) +("socol" nil (((s ow) 1) ((k aa l) 1))) +("socrates" nil (((s aa) 1) ((k r ax) 0) ((t iy z) 1))) +("socratic" nil (((s ax) 0) ((k r ae) 1) ((t ih k) 0))) +("sod" nil (((s aa d) 1))) +("soda" nil (((s ow) 1) ((d ax) 0))) +("sodano" nil (((s ow) 0) ((d aa) 1) ((n ow) 0))) +("sodaro" nil (((s ow) 0) ((d aa) 1) ((r ow) 0))) +("sodas" nil (((s ow) 1) ((d ax z) 0))) +("sodden" nil (((s aa) 1) ((d ax n) 0))) +("sodders" nil (((s aa) 1) ((d er z) 0))) +("sodecom" nil (((s ow) 1) ((d ax) 0) ((k ax m) 0))) +("soden" nil (((s ow) 1) ((d ax n) 0))) +("soder" nil (((s ow) 1) ((d er) 0))) +("soderberg" nil (((s ow) 1) ((d er) 0) ((b er g) 0))) +("soderbergh" nil (((s ow) 1) ((d er) 0) ((b er g) 0))) +("soderblom" nil (((s ow) 1) ((d er) 0) ((b l aa m) 1))) +("sodergren" nil (((s aa) 1) ((d er) 0) ((g r eh n) 0))) +("soderholm" nil (((s ow) 1) ((d er) 0) ((hh ow l m) 0))) +("soderlund" nil (((s aa) 1) ((d er) 0) ((l ax n d) 0))) +("soderman" nil (((s ow) 1) ((d er) 0) ((m ax n) 0))) +("soderquist" nil (((s aa) 1) ((d er) 0) ((k w ih s t) 0))) +("soderstrom" nil (((s aa) 1) ((d er) 0) ((s t r ax m) 0))) +("soditic" nil (((s ow) 0) ((d ih) 1) ((t ih k) 0))) +("sodium" nil (((s ow) 1) ((d iy) 0) ((ax m) 0))) +("Sodom" n (((s aa) 1) ((d ax m) 0))) +("sodomy" nil (((s aa) 1) ((d ax) 0) ((m iy) 0))) +("soeder" nil (((s ow) 1) ((d er) 0))) +("soens" nil (((s ow n z) 1))) +("soerensen" nil (((s ao) 1) ((r ax n) 0) ((s ax n) 0))) +("sofa" nil (((s ow) 1) ((f ax) 0))) +("sofaer" nil (((s ow) 0) ((f ey r) 1))) +("sofamor" nil (((s ow) 1) ((f ax) 0) ((m ao r) 1))) +("sofas" nil (((s ow) 1) ((f ax z) 0))) +("sofer" nil (((s ow) 1) ((f er) 0))) +("soffel" nil (((s ao) 1) ((f ax l) 0))) +("soffer" nil (((s ao) 1) ((f er) 0))) +("sofia" nil (((s ow) 0) ((f iy) 1) ((ax) 0))) +("sofie" nil (((s aa) 1) ((f iy) 0))) +("sofranko" nil (((s ax) 0) ((f r ae ng) 1) ((k ow) 0))) +("soft" nil (((s aa f t) 1))) +("softball" nil (((s ao f t) 1) ((b ao l) 1))) +("softbank" nil (((s ao f t) 1) ((b ae ng k) 1))) +("softdrink" nil (((s ao f t) 1) ((d r ih ng k) 1))) +("softech" nil (((s ao f) 1) ((t eh k) 1))) +("soften" nil (((s aa) 1) ((f ax n) 0))) +("softened" nil (((s ao) 1) ((f ax n d) 0))) +("softener" nil (((s ao) 1) ((f ax) 0) ((n er) 0))) +("softening" nil (((s ao) 1) ((f ax) 0) ((n ih ng) 0))) +("softens" nil (((s ao) 1) ((f ax n z) 0))) +("softer" nil (((s aa f) 1) ((t er) 0))) +("softest" nil (((s ao f) 1) ((t ax s t) 0))) +("softimage" nil (((s ao f) 1) ((t ih) 1) ((m ih jh) 0))) +("softkey" nil (((s aa f t) 1) ((k ey) 1))) +("softletter" nil (((s ao f t) 1) ((l eh) 1) ((t er) 0))) +("softly" nil (((s ao f t) 1) ((l iy) 0))) +("softness" nil (((s ao f t) 1) ((n ax s) 0))) +("softsoap" nil (((s ao f t) 1) ((s ow p) 1))) +("softspoken" nil (((s ao f t) 1) ((s p ow) 1) ((k ax n) 0))) +("software" nil (((s ao f) 1) ((t w eh r) 1))) +("softwood" nil (((s ao f) 1) ((t w uh d) 1))) +("sogang" nil (((s ow) 1) ((g ae ng) 0))) +("soggy" nil (((s aa) 1) ((g iy) 0))) +("sogo" nil (((s ow) 1) ((g ow) 0))) +("sohio" nil (((s ow) 0) ((hh ay) 1) ((ow) 0))) +("sohl" nil (((s ow l) 1))) +("sohm" nil (((s ow m) 1))) +("sohmer" nil (((s ow) 1) ((m er) 0))) +("sohn" nil (((s aa n) 1))) +("sohns" nil (((s aa n z) 1))) +("soho" nil (((s ow) 1) ((hh ow) 0))) +("soifer" nil (((s oy) 1) ((f er) 0))) +("soiffer" nil (((s oy) 1) ((f er) 0))) +("soil" nil (((s oy l) 1))) +("soileau" nil (((s oy) 1) ((l ow) 1))) +("soiled" nil (((s oy l d) 1))) +("soils" nil (((s oy l z) 1))) +("soir" nil (((s oy r) 1))) +("soiree" nil (((s w aa) 0) ((r ey) 1))) +("soisson" nil (((s oy z) 1) ((s ax n) 0))) +("soja" nil (((s ow) 1) ((jh ax) 0))) +("sojka" nil (((s oy) 1) ((k ax) 0))) +("sojourn" nil (((s ow) 1) ((jh er n) 0))) +("sok" nil (((s aa k) 1))) +("sokaiya" nil (((s ax) 0) ((k ay) 1) ((y ax) 0))) +("sokol" nil (((s ow) 1) ((k ax l) 0))) +("sokolik" nil (((s ax) 0) ((k ow) 1) ((l ih k) 0))) +("sokolin" nil (((s aa) 1) ((k ax) 0) ((l ih n) 0))) +("sokoloff" nil (((s aa) 1) ((k ax) 0) ((l ao f) 0))) +("sokoloski" nil (((s ax) 0) ((k ax) 0) ((l aw) 1) ((s k iy) 0))) +("sokolov" nil (((s aa) 1) ((k ax) 0) ((l aa v) 0))) +("sokolow" nil (((s aa) 1) ((k ax) 0) ((l ow) 0))) +("sokolowski" nil (((s ax) 0) ((k ax) 0) ((l ao f) 1) ((s k iy) 0))) +("sol" nil (((s aa l) 1))) +("sola" nil (((s ow) 1) ((l ax) 0))) +("solace" nil (((s aa) 1) ((l ax s) 0))) +("solak" nil (((s ow) 1) ((l ax k) 0))) +("solaman" nil (((s aa) 1) ((l ax) 0) ((m ax n) 0))) +("solan" nil (((s ow) 1) ((l ax n) 0))) +("solana" nil (((s ow) 0) ((l ae) 1) ((n ax) 0))) +("soland" nil (((s aa) 1) ((l ax n d) 0))) +("solano" nil (((s ow) 0) ((l aa) 1) ((n ow) 0))) +("solar" nil (((s ow) 1) ((l er) 0))) +("solares" nil (((s ow) 0) ((l aa) 1) ((r eh s) 0))) +("solari" nil (((s ow) 0) ((l aa) 1) ((r iy) 0))) +("solaris" nil (((s ow) 0) ((l eh) 1) ((r ih s) 0))) +("solarz" nil (((s ow) 1) ((l aa r z) 0))) +("solazzo" nil (((s ow) 0) ((l aa) 1) ((z ow) 0))) +("solberg" nil (((s ow l) 1) ((b er g) 0))) +("solchaga" nil (((s ow l) 0) ((ch aa) 1) ((g ax) 0))) +("sold" nil (((s ow l d) 1))) +("soldan" nil (((s ow l) 1) ((d ax n) 0))) +("soldano" nil (((s ow l) 0) ((d aa) 1) ((n ow) 0))) +("solder" nil (((s aa) 1) ((d er) 0))) +("soldering" nil (((s aa) 1) ((d er) 0) ((ih ng) 0))) +("soldier" nil (((s ow l) 1) ((jh er) 0))) +("soldiering" nil (((s ow l) 1) ((jh er) 0) ((ih ng) 0))) +("soldiers" nil (((s ow l) 1) ((jh er z) 0))) +("soldner" nil (((s ow l d) 1) ((n er) 0))) +("soldo" nil (((s ow l) 1) ((d ow) 0))) +("sole" nil (((s ow l) 1))) +("solecki" nil (((s ax) 0) ((l eh t) 1) ((s k iy) 0))) +("soledad" nil (((s ow l) 1) ((d ae d) 1))) +("soleil" nil (((s ow) 0) ((l ay l) 1))) +("solely" nil (((s ow l) 1) ((l iy) 0))) +("solem" nil (((s ow) 1) ((l ih m) 0))) +("solemn" nil (((s aa) 1) ((l ax m) 0))) +("solemnity" nil (((s ax) 0) ((l eh m) 1) ((n ax) 0) ((t iy) 0))) +("solemnly" nil (((s ao) 1) ((l ax m) 0) ((l iy) 0))) +("soler" nil (((s ow) 1) ((l er) 0))) +("soleri" nil (((s ow) 0) ((l eh) 1) ((r iy) 0))) +("soles" nil (((s ow l z) 1))) +("solesbee" nil (((s ow l z) 1) ((b iy) 1))) +("soley" nil (((s ow) 1) ((l iy) 0))) +("solheim" nil (((s ow l) 1) ((hh ay m) 1))) +("soli" nil (((s ow) 1) ((l iy) 1))) +("solicit" nil (((s ax) 0) ((l ih) 1) ((s ih t) 0))) +("solicitation" nil (((s ax) 0) ((l ih) 1) ((s ih) 0) ((t ey) 1) ((sh ax n) 0))) +("solicitations" nil (((s ax) 0) ((l ih) 1) ((s ih) 0) ((t ey) 1) ((sh ax n z) 0))) +("solicited" nil (((s ax) 0) ((l ih) 1) ((s ih) 0) ((t ih d) 0))) +("soliciting" nil (((s ax) 0) ((l ih) 1) ((s ax) 0) ((t ih ng) 0))) +("solicitor" nil (((s ax) 0) ((l ih) 1) ((s ax) 0) ((t er) 0))) +("solicitors" nil (((s ax) 0) ((l ih) 1) ((s ax) 0) ((t er z) 0))) +("solicitous" nil (((s ax) 0) ((l ih) 1) ((s ax) 0) ((t ax s) 0))) +("solicits" nil (((s ax) 0) ((l ih) 1) ((s ax t s) 0))) +("solicitude" nil (((s ax) 0) ((l ih) 1) ((s ih) 0) ((t uw d) 1))) +("solid" nil (((s aa) 1) ((l ax d) 0))) +("solidarity" nil (((s aa) 1) ((l ax) 0) ((d eh) 1) ((r ax) 0) ((t iy) 0))) +("soliday" nil (((s ow) 1) ((l iy) 0) ((d ey) 0))) +("soliders" nil (((s aa) 1) ((l ih) 0) ((d er z) 0))) +("solidified" nil (((s ax) 0) ((l ih) 1) ((d ax) 0) ((f ay d) 1))) +("solidifies" nil (((s ax) 0) ((l ih) 1) ((d ax) 0) ((f ay z) 1))) +("solidify" nil (((s ax) 0) ((l ih) 1) ((d ax) 0) ((f ay) 1))) +("solidifying" nil (((s ax) 0) ((l ih) 1) ((d ax) 0) ((f ay) 1) ((ih ng) 0))) +("solidity" nil (((s ax) 0) ((l ih) 1) ((d ax) 0) ((t iy) 0))) +("solidly" nil (((s aa) 1) ((l ax d) 0) ((l iy) 0))) +("solids" nil (((s aa) 1) ((l ax d z) 0))) +("solie" nil (((s ow) 1) ((l iy) 0))) +("soliloquy" nil (((s ow) 1) ((l ax) 0) ((l aa) 1) ((k w iy) 0))) +("soliman" nil (((s aa) 1) ((l ih) 0) ((m ax n) 0))) +("solimine" nil (((s ow) 0) ((l iy) 0) ((m iy) 1) ((n iy) 0))) +("solimon" nil (((s ow) 1) ((l ih) 0) ((m ax n) 0))) +("solin" nil (((s ow) 1) ((l ih n) 0))) +("solinger" nil (((s ow) 1) ((l ih ng) 0) ((er) 0))) +("solis" nil (((s ow) 1) ((l ih s) 0))) +("solita" nil (((s ow) 0) ((l iy) 1) ((t ax) 0))) +("solitaire" nil (((s aa) 1) ((l ax) 0) ((t eh r) 1))) +("solitary" nil (((s aa) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0))) +("solitec" nil (((s aa) 1) ((l ih) 0) ((t eh k) 1))) +("solitron" nil (((s ow) 1) ((l ih) 0) ((t r aa n) 0))) +("solitude" nil (((s aa) 1) ((l ax) 0) ((t uw d) 1))) +("soliz" nil (((s ow) 1) ((l iy z) 0))) +("soll" nil (((s aa l) 1))) +("sollars" nil (((s aa) 1) ((l er z) 0))) +("sollenberger" nil (((s aa) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("soller" nil (((s aa) 1) ((l er) 0))) +("sollers" nil (((s aa) 1) ((l er z) 0))) +("solley" nil (((s aa) 1) ((l iy) 0))) +("solliday" nil (((s aa) 1) ((l iy) 0) ((d ey) 0))) +("sollie" nil (((s aa) 1) ((l iy) 0))) +("sollinger" nil (((s aa) 1) ((l ih ng) 0) ((er) 0))) +("sollish" nil (((s aa) 1) ((l ih sh) 0))) +("solloway" nil (((s aa) 1) ((l ow) 0) ((w ey) 1))) +("solly" nil (((s aa) 1) ((l iy) 0))) +("solo" nil (((s ow) 1) ((l ow) 1))) +("solodar" nil (((s aa) 1) ((l ax) 0) ((d er) 0))) +("soloff" nil (((s aa) 1) ((l ao f) 0))) +("soloist" nil (((s ow) 1) ((l ow) 1) ((ax s t) 0))) +("soloists" nil (((s ow) 1) ((l ow) 1) ((ax s t s) 0))) +("soloman" nil (((s ow) 0) ((l ow) 0) ((m ae n) 1))) +("solomon" nil (((s aa) 1) ((l ax) 0) ((m ax n) 0))) +("solomos" nil (((s aa) 1) ((l ax) 0) ((m ow s) 0))) +("solon" nil (((s ow) 1) ((l ax n) 0))) +("solorio" nil (((s ow) 0) ((l ao) 1) ((r iy) 0) ((ow) 0))) +("solorzano" nil (((s ow) 0) ((l ao r) 0) ((z aa) 1) ((n ow) 0))) +("solos" nil (((s ow) 1) ((l ow z) 0))) +("soloviev" nil (((s aa) 1) ((l ow) 0) ((v iy v) 1))) +("solow" nil (((s aa) 1) ((l ow) 0))) +("soloway" nil (((s ow) 1) ((l ow) 0) ((w ey) 1))) +("solt" nil (((s ow l t) 1))) +("soltau" nil (((s ow l) 1) ((t aw) 0))) +("soltero" nil (((s ow l) 0) ((t eh) 1) ((r ow) 0))) +("soltes" nil (((s ow l t s) 1))) +("soltesz" nil (((s ow l) 1) ((t ih sh) 0))) +("solti" nil (((s ow l) 1) ((t iy) 0))) +("soltis" nil (((s ow l) 1) ((t ih s) 0))) +("soltys" nil (((s ow l) 1) ((t iy z) 0))) +("soltysiak" nil (((s ow l) 0) ((t ih) 1) ((s iy) 0) ((ae k) 0))) +("solubility" nil (((s aa) 2) ((l y ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("soluble" nil (((s aa) 1) ((l y ax) 0) ((b ax l) 0))) +("solum" nil (((s ow) 1) ((l ax m) 0))) +("solution" nil (((s ax) 0) ((l uw) 1) ((sh ax n) 0))) +("solutions" nil (((s ax) 0) ((l uw) 1) ((sh ax n z) 0))) +("solvable" nil (((s aa l) 1) ((v ax) 0) ((b ax l) 0))) +("solvay" nil (((s ow l) 1) ((v ey) 0))) +("solve" nil (((s aa l v) 1))) +("solved" nil (((s aa l v d) 1))) +("solvency" nil (((s ao l) 1) ((v ax n) 0) ((s iy) 0))) +("solvent" nil (((s aa l) 1) ((v ax n t) 0))) +("solvents" nil (((s ao l) 1) ((v ax n t s) 0))) +("solver" nil (((s aa l) 1) ((v er) 0))) +("solvers" nil (((s aa l) 1) ((v er z) 0))) +("solves" nil (((s aa l v z) 1))) +("solvig" nil (((s ow l) 1) ((v ih g) 0))) +("solving" nil (((s aa l) 1) ((v ih ng) 0))) +("solwin" nil (((s ow l) 1) ((w ih n) 1))) +("solzhenitsyn" nil (((s ow l) 1) ((z ax) 0) ((n ih t) 1) ((s ih n) 1))) +("som" nil (((s aa m) 1))) +("soma" nil (((s ow) 1) ((m ax) 0))) +("somali" nil (((s ax) 0) ((m aa) 1) ((l iy) 0))) +("somalia" nil (((s ax) 0) ((m aa) 1) ((l iy) 0) ((ax) 0))) +("somalis" nil (((s ax) 0) ((m aa) 1) ((l ih z) 0))) +("somatogen" nil (((s ow) 1) ((m ae) 1) ((t ax) 0) ((jh eh n) 0))) +("somatotropin" nil (((s ow) 1) ((m ax) 0) ((t aa) 1) ((t r ax) 0) ((p ih n) 0))) +("somber" nil (((s aa m) 1) ((b er) 0))) +("somberly" nil (((s aa m) 1) ((b er) 0) ((l iy) 0))) +("sombrero" nil (((s aa m) 0) ((b r eh) 1) ((r ow) 0))) +("some" nil (((s ah m) 1))) +("somebody" nil (((s ah m) 1) ((b aa) 1) ((d iy) 0))) +("someday" nil (((s ah m) 1) ((d ey) 1))) +("somehow" nil (((s ah m) 1) ((hh aw) 1))) +("someone" nil (((s ah m) 1) ((w ah n) 1))) +("someplace" nil (((s ah m) 1) ((p l ey s) 1))) +("somer" nil (((s ah) 1) ((m er) 0))) +("somers" nil (((s ah) 1) ((m er z) 0))) +("somersaulting" nil (((s ah) 1) ((m er) 0) ((s ao l) 1) ((t ih ng) 0))) +("somersaults" nil (((s ah) 1) ((m er) 0) ((s ao l t s) 1))) +("somerset" nil (((s ah) 1) ((m er) 0) ((s eh t) 1))) +("somerton" nil (((s ah) 1) ((m er) 0) ((t ax n) 0))) +("somerville" nil (((s ah) 1) ((m er) 0) ((v ih l) 1))) +("somes" nil (((s ah m z) 1))) +("somesh" nil (((s ow) 1) ((m eh sh) 1))) +("something" nil (((s ah m) 1) ((th ih ng) 0))) +("somethings" nil (((s ah m) 1) ((th ih ng z) 1))) +("sometime" nil (((s ah m) 1) ((t ay m) 1))) +("sometimes" nil (((s ax m) 0) ((t ay m z) 1))) +("somewhat" nil (((s ah m) 1) ((w ah t) 1))) +("somewhere" nil (((s ah m) 1) ((w eh r) 1))) +("somma" nil (((s aa) 1) ((m ax) 0))) +("sommer" nil (((s ah) 1) ((m er) 0))) +("sommerfeld" nil (((s aa) 1) ((m er) 0) ((f eh l d) 0))) +("sommerfeldt" nil (((s aa) 1) ((m er) 0) ((f ih l t) 0))) +("sommerfield" nil (((s ax) 0) ((m er) 1) ((f iy l d) 0))) +("sommers" nil (((s ah) 1) ((m er r z) 0))) +("sommerville" nil (((s aa) 1) ((m er) 0) ((v ih l) 0))) +("somnolent" nil (((s aa m) 1) ((n ax) 0) ((l ax n t) 0))) +("somogyi" nil (((s ow) 0) ((m ow) 1) ((g y iy) 0))) +("somoza" nil (((s ax) 0) ((m ow) 1) ((z ax) 0))) +("son" nil (((s ah n) 1))) +("sonar" nil (((s ow) 1) ((n aa r) 0))) +("sonat" nil (((s aa) 1) ((n ax t) 0))) +("sonata" nil (((s ax) 0) ((n aa) 1) ((t ax) 0))) +("sonatas" nil (((s aa) 1) ((n aa) 1) ((t ax z) 0))) +("sonatrach" nil (((s aa) 1) ((n ax) 0) ((t r ae k) 0))) +("sondag" nil (((s aa n) 1) ((d ax g) 0))) +("sonderman" nil (((s aa n) 1) ((d er) 0) ((m ax n) 0))) +("sondgeroth" nil (((s aa n) 1) ((jh er) 0) ((aa th) 0))) +("sondheim" nil (((s aa n d) 1) ((hh ay m) 1))) +("sondheimer" nil (((s aa n d) 1) ((hh ay) 1) ((m er) 0))) +("sondra" nil (((s aa n) 1) ((d r ax) 0))) +("sones" nil (((s ow n z) 1))) +("sonesta" nil (((s ax) 0) ((n eh) 1) ((s t ax) 0))) +("sonet" nil (((s ow) 1) ((n ax t) 0))) +("sonex" nil (((s ow) 1) ((n ax k s) 0))) +("song" nil (((s ao ng) 1))) +("songbirds" nil (((s ao ng) 1) ((b er d z) 1))) +("songer" nil (((s ao ng) 1) ((er) 0))) +("songhu" nil (((s ow ng) 1) ((hh uw) 1))) +("songhua" nil (((s ow ng) 1) ((hh w aa) 1))) +("songs" nil (((s ao ng z) 1))) +("songshan" nil (((s ow ng) 1) ((sh aa n) 1))) +("songwriter" nil (((s ao ng) 1) ((r ay) 1) ((t er) 0))) +("songwriters" nil (((s ao ng) 1) ((r ay) 1) ((t er z) 0))) +("songwriting" nil (((s ao ng) 1) ((r ay) 1) ((t ih ng) 0))) +("songy" nil (((s aa n) 1) ((jh iy) 0))) +("songyuan" nil (((s ow ng) 1) ((y uh) 0) ((aa n) 1))) +("soni" nil (((s ow) 1) ((n iy) 0))) +("sonia" nil (((s ow) 1) ((n y ax) 0))) +("sonic" nil (((s aa) 1) ((n ih k) 0))) +("sonier" nil (((s ow) 1) ((n iy) 0) ((er) 0))) +("sonja" nil (((s ow) 1) ((n y ax) 0))) +("sonn" nil (((s aa n) 1))) +("sonne" nil (((s aa n) 1))) +("sonneborn" nil (((s aa) 1) ((n ih) 0) ((b ao r n) 0))) +("sonnen" nil (((s aa) 1) ((n ax n) 0))) +("sonnenberg" nil (((s aa) 1) ((n ax n) 0) ((b er g) 0))) +("sonnenblick" nil (((s ax) 0) ((n eh n) 1) ((b l ih k) 0))) +("sonnenburg" nil (((s aa) 1) ((n ax n) 0) ((b er g) 0))) +("sonnenfeld" nil (((s aa) 1) ((n ih n) 0) ((f eh l d) 0))) +("sonnenschein" nil (((s aa) 1) ((n ih n) 0) ((sh ay n) 0))) +("sonner" nil (((s aa) 1) ((n er) 0))) +("sonnets" nil (((s aa) 1) ((n ax t s) 0))) +("sonnett" nil (((s aa) 1) ((n ax t) 0))) +("sonnier" nil (((s ah) 1) ((n iy) 0) ((er) 0))) +("sonntag" nil (((s aa n) 1) ((t ax g) 0))) +("sonny" nil (((s ah) 1) ((n iy) 0))) +("sonoco" nil (((s ax) 0) ((n ow) 1) ((k ow) 0))) +("sonoda" nil (((s ow) 0) ((n ow) 1) ((d ax) 0))) +("sonoma" nil (((s ax) 0) ((n ow) 1) ((m ax) 0))) +("sonora" nil (((s ax) 0) ((n ao) 1) ((r ax) 0))) +("sonorous" nil (((s aa) 1) ((n er) 0) ((ax s) 0))) +("sonrise" nil (((s ah n) 1) ((r ay z) 1))) +("sons" nil (((s ah n z) 1))) +("sontag" nil (((s aa n) 1) ((t ae g) 1))) +("sony" nil (((s ow) 1) ((n iy) 0))) +("sonya" nil (((s ow) 1) ((n y ax) 0))) +("soo" nil (((s uw) 1))) +("sood" nil (((s uw d) 1))) +("soohoo" nil (((s uw) 1) ((hh uw) 1))) +("soon" nil (((s uw n) 1))) +("sooner" nil (((s uw) 1) ((n er) 0))) +("sooners" nil (((s uw) 1) ((n er z) 0))) +("soonest" nil (((s uw) 1) ((n ax s t) 0))) +("soong" nil (((s uw ng) 1))) +("soos" nil (((s uw z) 1))) +("soot" nil (((s uh t) 1))) +("sooter" nil (((s uh) 1) ((t er) 0))) +("soothe" nil (((s uw dh) 1))) +("soothed" nil (((s uw dh d) 1))) +("soothes" nil (((s uw dh z) 1))) +("soothing" nil (((s uw) 1) ((dh ih ng) 0))) +("soothingly" nil (((s uw) 1) ((dh ih ng) 0) ((l iy) 0))) +("soothsayers" nil (((s uw th) 1) ((s ey) 1) ((er z) 0))) +("soots" nil (((s uh t s) 1))) +("sooty" nil (((s uw) 1) ((t iy) 0))) +("sooy" nil (((s uw) 1) ((iy) 0))) +("sop" nil (((s aa p) 1))) +("sope" nil (((s ow p) 1))) +("soper" nil (((s ow) 1) ((p er) 0))) +("sopher" nil (((s aa) 1) ((f er) 0))) +("sophia" nil (((s ow) 0) ((f iy) 1) ((ax) 0))) +("sophie" nil (((s ow) 1) ((f iy) 0))) +("sophisticated" nil (((s ax) 0) ((f ih) 1) ((s t ax) 0) ((k ey) 1) ((t ih d) 0))) +("sophisticates" nil (((s ax) 0) ((f ih) 1) ((s t ax) 0) ((k ih t s) 1))) +("sophistication" nil (((s ax) 0) ((f ih) 1) ((s t ax) 0) ((k ey) 1) ((sh ax n) 0))) +("sophistry" n (((s ow) 1) ((f ax) 0) ((s t r iy) 0))) +("sophocles" nil (((s ow) 0) ((f ow) 1) ((k ax l z) 0))) +("sophomore" nil (((s aa f) 1) ((m ao r) 1))) +("sophomores" nil (((s aa f) 1) ((m ao r z) 1))) +("sophomoric" nil (((s aa) 1) ((f ow) 0) ((m aa) 1) ((r ih k) 0))) +("sophronia" nil (((s ow) 0) ((f r ow) 1) ((n iy) 0) ((ax) 0))) +("sophy" nil (((s ow) 1) ((f iy) 0))) +("sopko" nil (((s ow p) 1) ((k ow) 0))) +("sopp" nil (((s aa p) 1))) +("sopping" nil (((s aa) 1) ((p ih ng) 0))) +("soprano" nil (((s ax) 0) ((p r aa) 1) ((n ow) 0))) +("sopranos" nil (((s ax) 0) ((p r ae) 1) ((n ow z) 0))) +("sops" nil (((s aa p s) 1))) +("soquip" nil (((s ow) 1) ((k w ih p) 0))) +("sor" nil (((s ao r) 1))) +("soranno" nil (((s ao) 0) ((r aa) 1) ((n ow) 0))) +("sorbello" nil (((s ao r) 1) ((b eh) 1) ((l ow) 0))) +("sorber" nil (((s ao r) 1) ((b er) 0))) +("sorbo" nil (((s ao r) 1) ((b ow) 0))) +("sorbonne" nil (((s ao r) 0) ((b aa n) 1))) +("sorbus" nil (((s ao r) 1) ((b ax s) 0))) +("sorce" nil (((s ao r s) 1))) +("sorcerer" n (((s ao r) 1) ((s er) 0) ((er) 0))) +("sorcerers" nil (((s ao r) 1) ((s er) 0) ((er z) 0))) +("sorcery" nil (((s ao r) 1) ((s er) 0) ((iy) 0))) +("sorcha" nil (((s ao r) 1) ((k ax) 0))) +("sorci" nil (((s ao r) 1) ((ch iy) 0))) +("sordid" nil (((s ao r) 1) ((d ax d) 0))) +("sordoni" nil (((s ao r) 0) ((d ow) 1) ((n iy) 0))) +("sore" nil (((s ao r) 1))) +("sorel" nil (((s ao) 1) ((r ax l) 0))) +("sorell" nil (((s ao) 1) ((r ax l) 0))) +("sorely" nil (((s ao r) 1) ((l iy) 0))) +("sorensen" nil (((s ao) 1) ((r ih n) 0) ((s ax n) 0))) +("sorenson" nil (((s ao) 1) ((r ax n) 0) ((s ax n) 0))) +("sores" nil (((s ao r z) 1))) +("sorey" nil (((s ao) 1) ((r iy) 0))) +("sorg" nil (((s ao r g) 1))) +("sorge" nil (((s ao r jh) 1))) +("sorgen" nil (((s ao r) 1) ((g ax n) 0))) +("sorghum" nil (((s ao r) 1) ((g ax m) 0))) +("soria" nil (((s ao) 1) ((r iy) 0) ((ax) 0))) +("soriano" nil (((s ao) 0) ((r iy) 0) ((aa) 1) ((n ow) 0))) +("sorice" nil (((s ao) 1) ((r ih s) 0))) +("sorkin" nil (((s ao r) 1) ((k ih n) 0))) +("sorkow" nil (((s ao r) 1) ((k aw) 1))) +("sorlie" nil (((s ao r) 1) ((l iy) 0))) +("soroka" nil (((s ao) 0) ((r ow) 1) ((k ax) 0))) +("sororities" nil (((s er) 0) ((ao) 1) ((r ax) 0) ((t iy z) 0))) +("sorority" nil (((s er) 0) ((ao) 1) ((r ax) 0) ((t iy) 0))) +("soros" nil (((s ao) 1) ((r ow s) 0))) +("sorpasso" nil (((s ao r) 0) ((p aa) 1) ((s ow) 0))) +("sorrel" nil (((s ao) 1) ((r ax l) 0))) +("sorrell" nil (((s ao) 1) ((r ax l) 0))) +("sorrells" nil (((s ao) 1) ((r ax l z) 0))) +("sorrels" nil (((s ao) 1) ((r ax l z) 0))) +("sorrenti" nil (((s ao) 0) ((r eh n) 1) ((t iy) 0))) +("sorrow" nil (((s aa) 1) ((r ow) 0))) +("sorrowful" nil (((s aa) 1) ((r ow) 0) ((f ax l) 0))) +("sorrows" n (((s aa) 1) ((r ow z) 0))) +("sorry" nil (((s aa) 1) ((r iy) 0))) +("sort" nil (((s ao r t) 1))) +("sorted" nil (((s ao r) 1) ((t ih d) 0))) +("sorter" nil (((s ao r) 1) ((t er) 0))) +("sorters" nil (((s ao r) 1) ((t er z) 0))) +("sorties" nil (((s ao r) 1) ((t iy z) 0))) +("sorting" nil (((s ao r) 1) ((t ih ng) 0))) +("sortino" nil (((s ao r) 0) ((t iy) 1) ((n ow) 0))) +("sortor" nil (((s ao r) 1) ((t er) 0))) +("sorts" nil (((s ao r t s) 1))) +("sorum" nil (((s ao) 1) ((r ax m) 0))) +("sos" nil (((eh s) 1) ((ow) 1) ((eh s) 1))) +("sosa" nil (((s ow) 1) ((s ax) 0))) +("sosebee" nil (((s aa) 1) ((s ih) 0) ((b iy) 0))) +("sosin" nil (((s ow) 1) ((s ih n) 1))) +("sosinski" nil (((s ax) 0) ((s ih n) 1) ((s k iy) 0))) +("soskin" nil (((s aa) 1) ((s k ih n) 0))) +("sosna" nil (((s ow) 1) ((s n ax) 0))) +("sosnoff" nil (((s ao) 1) ((s n ao f) 0))) +("sosnowski" nil (((s ax) 0) ((s n ao f) 1) ((s k iy) 0))) +("soss" nil (((s ao s) 1))) +("sossamon" nil (((s ow) 0) ((s aa) 0) ((m ao n) 1))) +("sosuke" nil (((s ow) 0) ((s uw) 1) ((k ey) 1))) +("sota" nil (((s ow) 1) ((t ax) 0))) +("sotak" nil (((s ow) 1) ((t ax k) 0))) +("sotello" nil (((s ow) 0) ((t eh) 1) ((l ow) 0))) +("sotelo" nil (((s ow) 0) ((t eh) 1) ((l ow) 0))) +("soter" nil (((s ow) 1) ((t er) 0))) +("Sotheby" n (((s ao) 1) ((th ax) 0) ((b iy) 0))) +("soto" nil (((s ow) 1) ((t ow) 0))) +("sotolongo" nil (((s ow) 0) ((t ow) 0) ((l ow ng) 1) ((g ow) 0))) +("sotomayor" nil (((s ow) 0) ((t ow) 0) ((m ey) 0) ((ao r) 1))) +("sottile" nil (((s ow) 1) ((t ax l) 0))) +("sou" nil (((s uw) 1))) +("souccar" nil (((s uw) 1) ((k aa r) 1))) +("soucek" nil (((s ow) 1) ((s ih k) 0))) +("soucie" nil (((s ow) 1) ((k iy) 0))) +("soucy" nil (((s ow) 1) ((s iy) 0))) +("souder" nil (((s aw) 1) ((d er) 0))) +("souders" nil (((s aw) 1) ((d er z) 0))) +("souers" nil (((s aw) 1) ((er z) 0))) +("souffle" n (((s uw) 0) ((f l ey) 1))) +("sought" nil (((s ao t) 1))) +("souk" nil (((s uw k) 1))) +("soukup" nil (((s aw) 1) ((k ax p) 0))) +("soul" nil (((s ow l) 1))) +("soule" nil (((s aw l) 1))) +("soules" nil (((s uw l z) 1))) +("soulful" nil (((s ow l) 1) ((f ax l) 0))) +("soulier" nil (((s uw) 1) ((l iy) 0) ((er) 0))) +("soulless" nil (((s ow l) 1) ((l ax s) 0))) +("soulliere" nil (((s uw) 1) ((l iy) 0) ((eh r) 0))) +("souls" nil (((s ow l z) 1))) +("sound" nil (((s aw n d) 1))) +("soundbites" nil (((s aw n d) 1) ((b ay t s) 1))) +("sounded" nil (((s aw n) 1) ((d ax d) 0))) +("sounder" nil (((s aw n) 1) ((d er) 0))) +("soundest" nil (((s aw n) 1) ((d ax s t) 0))) +("sounding" nil (((s aw n) 1) ((d ih ng) 0))) +("soundings" nil (((s aw n) 1) ((d ih ng z) 0))) +("soundly" nil (((s aw n d) 1) ((l iy) 0))) +("soundness" nil (((s aw n d) 1) ((n ax s) 0))) +("sounds" nil (((s aw n d z) 1))) +("soundscan" nil (((s aw n d) 1) ((s k ae n) 1))) +("soundtrack" nil (((s aw n d) 1) ((t r ae k) 1))) +("soundview" nil (((s aw n d) 1) ((v y uw) 1))) +("soup" nil (((s uw p) 1))) +("souped" nil (((s uw p t) 1))) +("soups" nil (((s uw p s) 1))) +("soupy" nil (((s uw) 1) ((p iy) 0))) +("sour" nil (((s aw) 1) ((er) 0))) +("source" nil (((s ao r s) 1))) +("sourcebook" nil (((s ao r s) 1) ((b uh k) 1))) +("sources" nil (((s ao r) 1) ((s ax z) 0))) +("sourcing" nil (((s ao r) 1) ((s ih ng) 0))) +("soured" nil (((s aw) 1) ((er d) 0))) +("souring" nil (((s aw) 1) ((er) 0) ((ih ng) 0))) +("souris" nil (((s uw) 1) ((r ih s) 0))) +("sourly" n (((s aw) 1) ((er) 0) ((l iy) 0))) +("sourrouille" nil (((s ao) 0) ((r uw) 1) ((iy) 0))) +("sours" nil (((s aw) 1) ((er z) 0))) +("sous" nil (((s uw z) 1))) +("sousa" nil (((s uw) 1) ((z ax) 0))) +("sousaphone" nil (((s uw) 1) ((z ax) 0) ((f ow n) 1))) +("sousley" nil (((s aw) 1) ((s l iy) 0))) +("Sousuke" n (((s ow) 0) ((s uh) 1) ((k ey) 0))) +("soutar" nil (((s uw) 0) ((t aa r) 1))) +("souter" nil (((s uw) 1) ((t er) 0))) +("south" nil (((s aw th) 1))) +("southall" nil (((s aw) 1) ((th ax l) 0))) +("southam" nil (((s aw) 1) ((th ax m) 0))) +("southampton" nil (((s aw th) 0) ((hh ae m p) 1) ((t ax n) 0))) +("southard" nil (((s aw) 1) ((th er d) 0))) +("southbound" nil (((s aw th) 1) ((b aw n d) 1))) +("southdown" nil (((s aw th) 1) ((d aw n) 1))) +("southeast" nil (((s aw) 1) ((th iy s t) 1))) +("southeastern" nil (((s aw) 1) ((th iy) 1) ((s t er n) 0))) +("souther" nil (((s ah) 1) ((dh er) 0))) +("southerland" nil (((s ah) 1) ((dh er) 0) ((l ax n d) 0))) +("southern" nil (((s ah) 1) ((dh er n) 0))) +("southerner" nil (((s ah) 1) ((dh er) 0) ((n er) 0))) +("southerners" nil (((s ah) 1) ((dh er) 0) ((n er z) 0))) +("southernmost" nil (((s ah) 1) ((dh er n) 0) ((m ow s t) 1))) +("southernnet" nil (((s ah) 1) ((dh er) 0) ((n eh t) 0))) +("southers" nil (((s ah) 1) ((dh er z) 0))) +("southfield" nil (((s aw th) 1) ((f iy l d) 1))) +("southgate" nil (((s aw th) 1) ((g ey t) 1))) +("southin" nil (((s aw) 1) ((th ih n) 1))) +("southland" nil (((s aw th) 1) ((l ae n d) 1))) +("southlife" nil (((s aw th) 1) ((l ay f) 1))) +("southmark" nil (((s aw th) 1) ((m aa r k) 1))) +("southold" nil (((s aw) 1) ((th ow l d) 1))) +("southport" nil (((s aw th) 1) ((p ao r t) 1))) +("souths" nil (((s aw th s) 1))) +("southside" nil (((s aw th) 1) ((s ay d) 1))) +("southstate" nil (((s aw th) 1) ((s t ey t) 1))) +("southwall" nil (((s aw) 1) ((th w ao l) 1))) +("southward" nil (((s aw) 1) ((th w er d) 0))) +("southway" nil (((s aw) 1) ((th w ey) 1))) +("southwell" nil (((s aw) 1) ((th w eh l) 1))) +("southwest" nil (((s aw) 1) ((th w eh s t) 1))) +("southwestern" nil (((s aw) 1) ((th w eh) 1) ((s t er n) 0))) +("southwick" nil (((s aw) 1) ((th w ih k) 0))) +("southwood" nil (((s aw) 1) ((th w uh d) 1))) +("southworth" nil (((s aw) 1) ((th w er th) 0))) +("souto" nil (((s uw) 1) ((t ow) 0))) +("souvenir" nil (((s uw) 1) ((v ax) 0) ((n ih r) 1))) +("souvenirs" nil (((s uw) 1) ((v ax) 0) ((n ih r z) 1))) +("souveroff" nil (((s uw) 1) ((v er) 0) ((ao f) 0))) +("souza" nil (((s uw) 1) ((z ax) 0))) +("sova" nil (((s ow) 1) ((v ax) 0))) +("sovereign" nil (((s aa) 1) ((v r ax n) 0))) +("sovereigns" nil (((s aa) 1) ((v r ax n z) 0))) +("sovereignty" nil (((s aa) 1) ((v r ax n) 0) ((t iy) 0))) +("sovetskaya" nil (((s ow) 1) ((v eh t) 0) ((s k ay) 1) ((ax) 0))) +("sovexportfilm" nil (((s ow) 1) ((v eh k) 1) ((s p ao r t) 0) ((f ih l m) 1))) +("sovey" nil (((s ow) 1) ((v iy) 0))) +("soviet" nil (((s ow) 1) ((v iy) 0) ((ax t) 0))) +("sovietologist" nil (((s ow) 1) ((v iy) 0) ((ax) 0) ((t aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("sovietologists" nil (((s ow) 1) ((v iy) 0) ((ax) 0) ((t aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("soviets" nil (((s ow) 1) ((v iy) 0) ((eh t s) 1))) +("sovine" nil (((s aa) 1) ((v ay n) 0))) +("sovran" nil (((s aa) 1) ((v r ax n) 0))) +("sovrans" nil (((s aa) 1) ((v r ax n z) 0))) +("sow" nil (((s aw) 1))) +("sowa" nil (((s ow) 1) ((ax) 0))) +("soward" nil (((s ow) 1) ((er d) 0))) +("sowards" nil (((s ow) 1) ((er d z) 0))) +("sowash" nil (((s ow) 1) ((ax sh) 0))) +("sowata" nil (((s ow) 1) ((aa) 1) ((t ax) 0))) +("sowden" nil (((s ow) 1) ((d ax n) 0))) +("sowder" nil (((s ow) 1) ((d er) 0))) +("sowders" nil (((s ow) 1) ((d er z) 0))) +("sowed" nil (((s aw d) 1))) +("sowell" nil (((s aa) 1) ((w eh l) 0))) +("sower" nil (((s ow) 1) ((er) 0))) +("sowers" nil (((s ow) 1) ((er z) 0))) +("soweto" nil (((s ow) 0) ((ey) 1) ((t ow) 0))) +("sowing" nil (((s ow) 1) ((ih ng) 0))) +("sowinski" nil (((s ow) 0) ((ih n) 1) ((s k iy) 0))) +("sowle" nil (((s ow l) 1))) +("sowles" nil (((s ow l z) 1))) +("sown" nil (((s ow n) 1))) +("sows" nil (((s ow z) 1))) +("sox" nil (((s aa k s) 1))) +("soy" nil (((s oy) 1))) +("soya" nil (((s oy) 1) ((ax) 0))) +("soyars" nil (((s oy) 1) ((er z) 0))) +("soybean" nil (((s oy) 1) ((b iy n) 1))) +("soybeans" nil (((s oy) 1) ((b iy n z) 1))) +("soyka" nil (((s oy) 1) ((k ax) 0))) +("soysauce" nil (((s oy) 1) ((s ao s) 1))) +("soyuz" nil (((s oy) 1) ((ax z) 0))) +("soza" nil (((s ow) 1) ((z ax) 0))) +("sozio" nil (((s ow) 1) ((z iy) 0) ((ow) 0))) +("spa" nil (((s p aa) 1))) +("space" nil (((s p ey s) 1))) +("spaceballs" nil (((s p ey s) 1) ((b ao l z) 1))) +("spacebands" nil (((s p ey s) 1) ((b ae n d z) 1))) +("spacecraft" nil (((s p ey) 1) ((s k r ae f t) 1))) +("spaced" nil (((s p ey s t) 1))) +("spacek" nil (((s p aa) 1) ((ch eh k) 0))) +("spacelink" nil (((s p ey) 1) ((s l ih ng k) 1))) +("spacenet" nil (((s p ey) 1) ((s n eh t) 1))) +("spaceport" nil (((s p ey) 1) ((s p ao r t) 1))) +("spacers" nil (((s p ey) 1) ((s er z) 0))) +("spaces" nil (((s p ey) 1) ((s ax z) 0))) +("spaceship" nil (((s p ey s) 1) ((sh ih p) 1))) +("spaceships" nil (((s p ey s) 1) ((sh ih p s) 1))) +("spacesuit" nil (((s p ey) 1) ((s uw t) 1))) +("spacey" nil (((s p ey) 1) ((s iy) 0))) +("spacing" nil (((s p ey) 1) ((s ih ng) 0))) +("spacious" nil (((s p ey) 1) ((sh ax s) 0))) +("spack" nil (((s p ae k) 1))) +("spackman" nil (((s p ae k) 1) ((m ax n) 0))) +("spada" nil (((s p aa) 1) ((d ax) 0))) +("spadaccini" nil (((s p aa) 0) ((d aa) 0) ((ch iy) 1) ((n iy) 0))) +("spadafora" nil (((s p aa) 0) ((d aa) 0) ((f ao) 1) ((r ax) 0))) +("spadafore" nil (((s p aa) 0) ((d ao) 1) ((f ao r) 0))) +("spadaro" nil (((s p aa) 0) ((d aa) 1) ((r ow) 0))) +("spade" nil (((s p ey d) 1))) +("spader" nil (((s p ey) 1) ((d er) 0))) +("spades" nil (((s p ey d z) 1))) +("spadework" nil (((s p ey) 1) ((d w er k) 1))) +("spadoni" nil (((s p aa) 0) ((d ow) 1) ((n iy) 0))) +("spady" nil (((s p ey) 1) ((d iy) 0))) +("spaeth" nil (((s p iy th) 1))) +("spafford" nil (((s p ae) 1) ((f er d) 0))) +("spaghetti" nil (((s p ax) 0) ((g eh) 1) ((t iy) 0))) +("spagna" nil (((s p ae g) 1) ((n ax) 0))) +("spagnola" nil (((s p aa g) 0) ((n ow) 1) ((l ax) 0))) +("spagnoli" nil (((s p aa g) 0) ((n ow) 1) ((l iy) 0))) +("spagnolo" nil (((s p aa g) 0) ((n ow) 1) ((l ow) 0))) +("spagnuolo" nil (((s p aa g) 0) ((n y uw) 0) ((ow) 1) ((l ow) 0))) +("spago" nil (((s p ey) 1) ((g ow) 0))) +("spahn" nil (((s p aa n) 1))) +("spahr" nil (((s p aa r) 1))) +("spaid" nil (((s p ey d) 1))) +("spain" nil (((s p ey n) 1))) +("spainhour" nil (((s p ay) 1) ((n aw r) 0))) +("spainhower" nil (((s p ay n) 1) ((hh ow) 0) ((er) 0))) +("spak" nil (((s p ae k) 1))) +("spake" nil (((s p ey k) 1))) +("spalding" nil (((s p ao l) 1) ((d ih ng) 0))) +("spall" nil (((s p ao l) 1))) +("spalla" nil (((s p ae) 1) ((l ax) 0))) +("spallone" nil (((s p ae) 1) ((l ow n) 1))) +("spalvins" nil (((s p ae l) 1) ((v ih n z) 0))) +("spam" nil (((s p ae m) 1))) +("spampinato" nil (((s p aa m) 0) ((p iy) 0) ((n aa) 1) ((t ow) 0))) +("span" nil (((s p ae n) 1))) +("spanbauer" nil (((s p ae n) 1) ((b aw) 0) ((er) 0))) +("spandex" nil (((s p ae n) 1) ((d ax k s) 0))) +("spang" nil (((s p ae ng) 1))) +("spangenberg" nil (((s p ae ng) 1) ((ax n) 0) ((b er g) 0))) +("spangle" nil (((s p ae ng) 1) ((g ax l) 0))) +("spangled" nil (((s p ae ng) 1) ((g ax l d) 0))) +("spangler" nil (((s p ae ng) 1) ((g ax) 0) ((l er) 0))) +("spaniard" nil (((s p ae) 1) ((n y er d) 0))) +("spaniards" nil (((s p ae) 1) ((n y er d z) 0))) +("spaniel" nil (((s p ae) 1) ((n y ax l) 0))) +("spanier" nil (((s p ae) 1) ((n y er) 0))) +("spaniol" nil (((s p ae) 1) ((n y ax l) 0))) +("spanish" nil (((s p ae) 1) ((n ih sh) 0))) +("spanked" nil (((s p ae ng k t) 1))) +("spanking" nil (((s p ae ng) 1) ((k ih ng) 0))) +("spann" nil (((s p ae n) 1))) +("spanned" nil (((s p ae n d) 1))) +("spanner" nil (((s p ae) 1) ((n er) 0))) +("spanning" nil (((s p ae) 1) ((n ih ng) 0))) +("spanninger" nil (((s p ae) 1) ((n ih ng) 0) ((er) 0))) +("spano" nil (((s p aa) 1) ((n ow) 0))) +("spanos" nil (((s p ey) 1) ((n ow z) 0))) +("spans" nil (((s p ae n z) 1))) +("spanton" nil (((s p ae n) 1) ((t ax n) 0))) +("spar" nil (((s p aa r) 1))) +("sparacino" nil (((s p er) 0) ((ax) 0) ((ch iy) 1) ((n ow) 0))) +("sparacio" nil (((s p er) 0) ((ey) 1) ((s iy) 0) ((ow) 0))) +("sparaco" nil (((s p er) 0) ((ae) 1) ((k ow) 0))) +("sparano" nil (((s p er) 0) ((ae) 1) ((n ow) 0))) +("sparc" nil (((s p aa r k) 1))) +("spare" nil (((s p eh r) 1))) +("spared" nil (((s p eh r d) 1))) +("spares" nil (((s p eh r z) 1))) +("sparger" nil (((s p aa r) 1) ((jh er) 0))) +("spargo" nil (((s p aa r) 1) ((g ow) 0))) +("spargur" nil (((s p aa r) 1) ((g er) 0))) +("sparing" nil (((s p eh) 1) ((r ih ng) 0))) +("sparingly" nil (((s p eh) 1) ((r ih ng) 0) ((l iy) 0))) +("spark" nil (((s p aa r k) 1))) +("sparked" nil (((s p aa r k t) 1))) +("sparkes" nil (((s p aa r k s) 1))) +("sparking" nil (((s p aa r) 1) ((k ih ng) 0))) +("sparkle" nil (((s p aa r) 1) ((k ax l) 0))) +("sparkled" nil (((s p aa r) 1) ((k ax l d) 0))) +("sparkles" nil (((s p aa r) 1) ((k ax l z) 0))) +("sparkling" nil (((s p aa r) 1) ((k l ih ng) 0))) +("sparkman" nil (((s p aa r k) 1) ((m ax n) 0))) +("sparks" nil (((s p aa r k s) 1))) +("sparky" nil (((s p aa r) 1) ((k iy) 0))) +("sparlin" nil (((s p aa r) 1) ((l ih n) 0))) +("sparling" nil (((s p aa r) 1) ((l ih ng) 0))) +("sparr" nil (((s p ae r) 1))) +("sparred" nil (((s p aa r d) 1))) +("sparring" nil (((s p aa) 1) ((r ih ng) 0))) +("sparrow" nil (((s p eh) 1) ((r ow) 0))) +("sparrows" nil (((s p eh) 1) ((r ow z) 0))) +("sparse" nil (((s p aa r s) 1))) +("sparsely" nil (((s p aa r) 1) ((s l iy) 0))) +("sparta" nil (((s p aa r) 1) ((t ax) 0))) +("spartacus" nil (((s p aa r) 1) ((t ax) 0) ((k ax s) 0))) +("spartan" nil (((s p aa r) 1) ((t ax n) 0))) +("spartanburg" nil (((s p aa r) 1) ((t ax n) 0) ((b er g) 0))) +("spartech" nil (((s p aa r) 1) ((t eh k) 1))) +("spartz" nil (((s p aa r t s) 1))) +("spas" nil (((s p aa z) 1))) +("spasm" nil (((s p ae) 1) ((z ax m) 0))) +("spasms" nil (((s p ae) 1) ((z ax m z) 0))) +("spasso" nil (((s p ae) 1) ((s ow) 0))) +("spat" nil (((s p ae t) 1))) +("spatafora" nil (((s p aa) 0) ((t aa) 0) ((f ao) 1) ((r ax) 0))) +("spatafore" nil (((s p ae) 1) ((t ax) 0) ((f ao r) 1))) +("spataro" nil (((s p aa) 0) ((t aa) 1) ((r ow) 0))) +("spate" nil (((s p ey t) 1))) +("spates" nil (((s p ey t s) 1))) +("spath" nil (((s p ae th) 1))) +("spatial" nil (((s p ey) 1) ((sh ax l) 0))) +("spatola" nil (((s p aa) 0) ((t ow) 1) ((l ax) 0))) +("spats" nil (((s p ae t s) 1))) +("spattered" nil (((s p ae) 1) ((t er d) 0))) +("spattering" nil (((s p ae) 1) ((t er) 0) ((ih ng) 0))) +("spatula" nil (((s p ae) 1) ((ch uh) 0) ((l ax) 0))) +("spatz" nil (((s p ae t s) 1))) +("spaugh" nil (((s p ao) 1))) +("spaulding" nil (((s p ao l) 1) ((d ih ng) 0))) +("spaur" nil (((s p ao r) 1))) +("spavo" nil (((s p aa) 1) ((v ow) 0))) +("spaw" nil (((s p ao) 1))) +("spawn" nil (((s p aa n) 1))) +("spawned" nil (((s p ao n d) 1))) +("spawning" nil (((s p aa) 1) ((n ih ng) 0))) +("spawns" nil (((s p aa n z) 1))) +("spayd" nil (((s p ey d) 1))) +("spayde" nil (((s p ey d) 1))) +("spaziani" nil (((s p aa) 0) ((z iy) 0) ((aa) 1) ((n iy) 0))) +("speagle" nil (((s p iy) 1) ((g ax l) 0))) +("speak" nil (((s p iy k) 1))) +("speake" nil (((s p iy k) 1))) +("speaker" nil (((s p iy) 1) ((k er) 0))) +("speakers" nil (((s p iy) 1) ((k er z) 0))) +("speakership" nil (((s p iy) 1) ((k er) 0) ((sh ih p) 1))) +("speakes" nil (((s p iy k s) 1))) +("speaking" nil (((s p iy) 1) ((k ih ng) 0))) +("speakman" nil (((s p iy k) 1) ((m ax n) 0))) +("speaks" nil (((s p iy k s) 1))) +("spear" nil (((s p ih r) 1))) +("speare" nil (((s p iy r) 1))) +("spearhead" nil (((s p ih r) 1) ((hh eh d) 1))) +("spearheaded" nil (((s p ih r) 1) ((hh eh) 1) ((d ih d) 0))) +("spearheading" nil (((s p ih r) 1) ((hh eh) 1) ((d ih ng) 0))) +("spearing" nil (((s p ih) 1) ((r ih ng) 0))) +("spearman" nil (((s p ih r) 1) ((m ax n) 0))) +("spearmint" j (((s p iy r) 1) ((m ih n t) 0))) +("spears" nil (((s p ih r z) 1))) +("speas" nil (((s p iy z) 1))) +("spease" nil (((s p iy z) 1))) +("spec" nil (((s p eh k) 1))) +("specht" nil (((s p eh k t) 1))) +("special" nil (((s p eh) 1) ((sh ax l) 0))) +("speciale" nil (((s p eh) 1) ((ch ax) 0) ((l iy) 0))) +("specialist" nil (((s p eh) 1) ((sh ax) 0) ((l ax s t) 0))) +("specialists" nil (((s p eh) 1) ((sh ax) 0) ((l ax s t s) 0))) +("specialities" nil (((s p eh) 1) ((sh ax l) 0) ((t iy z) 0))) +("speciality" nil (((s p eh) 1) ((sh iy) 0) ((ae) 1) ((l ih) 0) ((t iy) 0))) +("specialization" nil (((s p eh) 1) ((sh ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("specialize" nil (((s p eh) 1) ((sh ax) 0) ((l ay z) 1))) +("specialized" nil (((s p eh) 1) ((sh ax) 0) ((l ay z d) 1))) +("specializes" nil (((s p eh) 1) ((sh ax) 0) ((l ay) 1) ((z ax z) 0))) +("specializing" nil (((s p eh) 1) ((sh ax) 0) ((l ay) 1) ((z ih ng) 0))) +("specially" nil (((s p eh) 1) ((sh ax) 0) ((l iy) 0))) +("specials" nil (((s p eh) 1) ((sh ax l z) 0))) +("specialties" nil (((s p eh) 1) ((sh ax l) 0) ((t iy z) 0))) +("specialty" nil (((s p eh) 1) ((sh ax l) 0) ((t iy) 0))) +("species" nil (((s p iy) 1) ((sh iy z) 0))) +("specific" nil (((s p ax) 0) ((s ih) 1) ((f ih k) 0))) +("specifically" nil (((s p ax) 0) ((s ih) 1) ((f ih) 0) ((k l iy) 0))) +("specification" nil (((s p eh) 1) ((s ih) 0) ((f ih) 0) ((k ey) 1) ((sh ax n) 0))) +("specifications" nil (((s p eh) 1) ((s ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("specificity" nil (((s p eh) 1) ((s ax) 0) ((f ih) 1) ((s ax) 0) ((t iy) 0))) +("specifics" nil (((s p ih) 0) ((s ih) 1) ((f ih k s) 0))) +("specified" nil (((s p eh) 1) ((s ax) 0) ((f ay d) 1))) +("specifies" nil (((s p eh) 1) ((s ax) 0) ((f ay z) 1))) +("specify" nil (((s p eh) 1) ((s ax) 0) ((f ay) 1))) +("specifying" nil (((s p eh) 1) ((s ax) 0) ((f ay) 1) ((ih ng) 0))) +("specimen" nil (((s p eh) 1) ((s ax) 0) ((m ax n) 0))) +("specimens" nil (((s p eh) 1) ((s ax) 0) ((m ax n z) 0))) +("specious" nil (((s p iy) 1) ((sh ax s) 0))) +("speck" nil (((s p eh k) 1))) +("specker" nil (((s p eh) 1) ((k er) 0))) +("speckled" nil (((s p eh) 1) ((k ax l d) 0))) +("speckman" nil (((s p eh k) 1) ((m ax n) 0))) +("specks" nil (((s p eh k s) 1))) +("specs" nil (((s p eh k s) 1))) +("spectacle" nil (((s p eh k) 1) ((t ax) 0) ((k ax l) 0))) +("spectacles" nil (((s p eh k) 1) ((t ax) 0) ((k ax l z) 0))) +("spectacular" nil (((s p eh k) 0) ((t ae) 1) ((k y ax) 0) ((l er) 0))) +("spectacularly" nil (((s p eh k) 0) ((t ae) 1) ((k y ax) 0) ((l er) 0) ((l iy) 0))) +("spectator" nil (((s p eh k) 1) ((t ey) 0) ((t er) 0))) +("spectators" nil (((s p eh k) 1) ((t ey) 0) ((t er z) 0))) +("specter" nil (((s p eh k) 1) ((t er) 0))) +("specthrie" nil (((s p eh k) 1) ((th r iy) 0))) +("spector" nil (((s p eh k) 1) ((t er) 0))) +("spectra" nil (((s p eh k) 1) ((t r ax) 0))) +("spectradyne" nil (((s p eh k) 1) ((t r ax) 0) ((d ay n) 1))) +("spectramed" nil (((s p eh k) 1) ((t r ax m d) 0))) +("spectran" nil (((s p eh k) 1) ((t r ae n) 1))) +("spectravision" nil (((s p eh k) 1) ((t r ax) 0) ((v ih) 1) ((zh ax n) 0))) +("spectre" nil (((s p eh k) 1) ((t er) 0))) +("spectrometer" nil (((s p eh k) 0) ((t r aa) 1) ((m ax) 0) ((t er) 0))) +("spectroscopy" nil (((s p eh k) 0) ((t r aa) 1) ((s k ax) 0) ((p iy) 0))) +("spectrum" nil (((s p eh k) 1) ((t r ax m) 0))) +("speculate" nil (((s p eh) 1) ((k y ax) 0) ((l ey t) 1))) +("speculated" nil (((s p eh) 1) ((k y ax) 0) ((l ey) 1) ((t ax d) 0))) +("speculates" nil (((s p eh) 1) ((k y ax) 0) ((l ey t s) 1))) +("speculating" nil (((s p eh) 1) ((k y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("speculation" nil (((s p eh) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("speculations" nil (((s p eh) 1) ((k y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("speculative" nil (((s p eh) 1) ((k y ax) 0) ((l ax) 0) ((t ih v) 0))) +("speculator" nil (((s p eh) 1) ((k y ax) 0) ((l ey) 1) ((t er) 0))) +("speculators" nil (((s p eh) 1) ((k y ax) 0) ((l ey) 1) ((t er z) 0))) +("sped" nil (((s p eh d) 1))) +("speece" nil (((s p iy s) 1))) +("speech" nil (((s p iy ch) 1))) +("speeches" nil (((s p iy) 1) ((ch ax z) 0))) +("speechless" nil (((s p iy ch) 1) ((l ax s) 0))) +("speechlm" nil (((s p iy ch) 1) ((eh l) 1) ((eh m) 1))) +("speechwriter" nil (((s p iy ch) 1) ((r ay) 1) ((t er) 0))) +("speechwriters" nil (((s p iy ch) 1) ((r ay) 1) ((t er z) 0))) +("speed" nil (((s p iy d) 1))) +("speedboat" nil (((s p iy d) 1) ((b ow t) 1))) +("speedboats" nil (((s p iy d) 1) ((b ow t s) 1))) +("speeded" nil (((s p iy) 1) ((d ih d) 0))) +("speedier" nil (((s p iy) 1) ((d iy) 0) ((er) 0))) +("speedily" nil (((s p iy) 1) ((d ax) 0) ((l iy) 0))) +("speeding" nil (((s p iy) 1) ((d ih ng) 0))) +("speedometer" nil (((s p iy) 0) ((d aa) 1) ((m ax) 0) ((t er) 0))) +("speedring" nil (((s p iy) 1) ((d r ih ng) 1))) +("speeds" nil (((s p iy d z) 1))) +("speedskating" nil (((s p iy d) 1) ((s k ey) 1) ((t ih ng) 0))) +("speedup" nil (((s p iy) 1) ((d ah p) 1))) +("speedway" nil (((s p iy) 1) ((d w ey) 1))) +("speedy" nil (((s p iy) 1) ((d iy) 0))) +("speegle" nil (((s p iy) 1) ((g ax l) 0))) +("speelman" nil (((s p iy l) 1) ((m ax n) 0))) +("speer" nil (((s p ih r) 1))) +("spees" nil (((s p iy z) 1))) +("spegal" nil (((s p iy) 1) ((g ax l) 0))) +("spehar" nil (((s p eh) 1) ((hh er) 0))) +("speich" nil (((s p ay k) 1))) +("speicher" nil (((s p ay) 1) ((k er) 0))) +("speidel" nil (((s p ay) 1) ((d ax l) 0))) +("speier" nil (((s p ay) 1) ((er) 0))) +("speight" nil (((s p ey t) 1))) +("speights" nil (((s p ey t s) 1))) +("speigner" nil (((s p ay g) 1) ((n er) 0))) +("speir" nil (((s p ih r) 1))) +("speirs" nil (((s p ih r z) 1))) +("speiser" nil (((s p ay) 1) ((z er) 0))) +("spell" nil (((s p eh l) 1))) +("spellacy" nil (((s p eh) 1) ((l ax) 0) ((s iy) 0))) +("spellbinding" nil (((s p eh l) 1) ((b ay n) 1) ((d ih ng) 0))) +("spellbound" nil (((s p eh l) 1) ((b aw n d) 1))) +("spelled" nil (((s p eh l d) 1))) +("speller" nil (((s p eh) 1) ((l er) 0))) +("spelling" nil (((s p eh) 1) ((l ih ng) 0))) +("spellings" nil (((s p eh) 1) ((l ih ng z) 0))) +("spellman" nil (((s p eh l) 1) ((m ax n) 0))) +("spellmeyer" nil (((s p eh l) 1) ((m ay) 0) ((er) 0))) +("spells" nil (((s p eh l z) 1))) +("spelman" nil (((s p eh l) 1) ((m ax n) 0))) +("speltz" nil (((s p eh l t s) 1))) +("spence" nil (((s p eh n s) 1))) +("spencer" nil (((s p eh n) 1) ((s er) 0))) +("spend" nil (((s p eh n d) 1))) +("spendable" nil (((s p eh n) 1) ((d ax) 0) ((b ax l) 0))) +("spender" nil (((s p eh n) 1) ((d er) 0))) +("spenders" nil (((s p eh n) 1) ((d er z) 0))) +("spending" nil (((s p eh n) 1) ((d ih ng) 0))) +("spendley" nil (((s p eh n d) 1) ((l iy) 0))) +("spendlove" nil (((s p eh n d) 1) ((l ah v) 1))) +("spends" nil (((s p eh n d z) 1))) +("spendthrift" nil (((s p eh n d) 1) ((th r ih f t) 1))) +("spengler" nil (((s p ih ng) 1) ((ax) 0) ((l er) 0))) +("spenner" nil (((s p eh) 1) ((n er) 0))) +("speno" nil (((s p eh) 1) ((n ow) 0))) +("spens" nil (((s p eh n s) 1))) +("spenser" nil (((s p eh n) 1) ((s er) 0))) +("spensers" nil (((s p eh n) 1) ((s er z) 0))) +("spent" nil (((s p eh n t) 1))) +("spera" nil (((s p eh) 1) ((r ax) 0))) +("speranza" nil (((s p er) 0) ((aa n) 1) ((z ax) 0))) +("sperbeck" nil (((s p er) 1) ((b eh k) 0))) +("sperber" nil (((s p er) 1) ((b er) 0))) +("sperduto" nil (((s p er) 0) ((d uw) 1) ((t ow) 0))) +("sperl" nil (((s p er l) 1))) +("sperle" nil (((s p ao) 1) ((r ax l) 0))) +("sperlich" nil (((s p er) 1) ((l ih k) 0))) +("sperling" nil (((s p er) 1) ((l ih ng) 0))) +("sperm" nil (((s p er m) 1))) +("sperms" nil (((s p er m z) 1))) +("spero" nil (((s p eh) 1) ((r ow) 0))) +("speros" nil (((s p eh) 1) ((r ow z) 0))) +("sperrazza" nil (((s p er) 0) ((aa t) 1) ((s ax) 0))) +("sperrfrist" nil (((s p eh r) 1) ((f r ih s t) 0))) +("sperry" nil (((s p eh) 1) ((r iy) 0))) +("spessard" nil (((s p eh) 1) ((s er d) 0))) +("speth" nil (((s p eh th) 1))) +("spethmann" nil (((s p eh th) 1) ((m ax n) 0))) +("spetsnaz" nil (((s p eh t) 1) ((s n ae z) 0))) +("spevak" nil (((s p eh) 1) ((v ax k) 0))) +("spew" nil (((s p y uw) 1))) +("spewed" nil (((s p y uw d) 1))) +("spewing" nil (((s p y uw) 1) ((ih ng) 0))) +("spews" nil (((s p y uw z) 1))) +("spey" nil (((s p ey) 1))) +("speyer" nil (((s p ey) 1) ((er) 0))) +("speziale" nil (((s p eh) 0) ((z iy) 0) ((aa) 1) ((l iy) 0))) +("spezzano" nil (((s p eh t) 0) ((s aa) 1) ((n ow) 0))) +("sphar" nil (((s f aa r) 1))) +("sphere" nil (((s f ih r) 1))) +("spheres" nil (((s f ih r z) 1))) +("spherical" nil (((s f eh) 1) ((r ih) 0) ((k ax l) 0))) +("spheroid" nil (((s f ih) 1) ((r oy d) 1))) +("sphinx" nil (((s f ih ng k s) 1))) +("spic" nil (((s p ih k) 1))) +("spice" nil (((s p ay s) 1))) +("spiced" nil (((s p ay s t) 1))) +("spicer" nil (((s p ay) 1) ((s er) 0))) +("spices" nil (((s p ay) 1) ((s ax z) 0))) +("spicey" nil (((s p ay) 1) ((s iy) 0))) +("spicher" nil (((s p ih) 1) ((ch er) 0))) +("spicing" nil (((s p ay) 1) ((s ih ng) 0))) +("spickard" nil (((s p ih) 1) ((k er d) 0))) +("spickler" nil (((s p ih) 1) ((k l er) 0))) +("spicuzza" nil (((s p iy) 0) ((k uw t) 1) ((s ax) 0))) +("spicy" nil (((s p ay) 1) ((s iy) 0))) +("spidel" nil (((s p ih) 1) ((d ax l) 0))) +("spidell" nil (((s p ih) 1) ((d ax l) 0))) +("spider" nil (((s p ay) 1) ((d er) 0))) +("spiders" nil (((s p ay) 1) ((d er z) 0))) +("spidle" nil (((s p ay) 1) ((d ax l) 0))) +("spie" nil (((s p iy) 1))) +("spied" nil (((s p ay d) 1))) +("spiegel" nil (((s p iy) 1) ((g ax l) 0))) +("spiegelberg" nil (((s p iy) 1) ((g ax l) 0) ((b er g) 0))) +("spiegelman" nil (((s p iy) 1) ((g ax l) 0) ((m ax n) 0))) +("spiegler" nil (((s p iy) 1) ((g l er) 0))) +("spieker" nil (((s p iy) 1) ((k er) 0))) +("spiel" nil (((s p iy l) 1))) +("spielberg" nil (((s p iy l) 1) ((b er g) 0))) +("spielberger" nil (((s p iy l) 1) ((b er) 0) ((g er) 0))) +("spieler" nil (((s p iy) 1) ((l er) 0))) +("spielman" nil (((s p iy l) 1) ((m ax n) 0))) +("spielmann" nil (((s p iy l) 1) ((m ax n) 0))) +("spielvogel" nil (((s p iy l) 1) ((v ow) 1) ((g ax l) 0))) +("spier" nil (((s p ay) 1) ((er) 0))) +("spiering" nil (((s p ay) 1) ((er) 0) ((ih ng) 0))) +("spiers" nil (((s p ay) 1) ((er z) 0))) +("spies" nil (((s p ay z) 1))) +("spiess" nil (((s p iy z) 1))) +("spieth" nil (((s p ay) 1) ((ax th) 0))) +("spiewak" nil (((s p iy) 1) ((w ae k) 1))) +("spiffing" nil (((s p ih) 1) ((f ih ng) 0))) +("spiffy" nil (((s p ih) 1) ((f iy) 0))) +("spight" nil (((s p ay t) 1))) +("spigner" nil (((s p ay g) 1) ((n er) 0))) +("spigot" nil (((s p ih) 1) ((g ax t) 0))) +("spigots" nil (((s p ih) 1) ((g ax t s) 0))) +("spike" nil (((s p ay k) 1))) +("spiked" nil (((s p ay k t) 1))) +("spiker" nil (((s p ay) 1) ((k er) 0))) +("spikes" nil (((s p ay k s) 1))) +("spiking" nil (((s p ay) 1) ((k ih ng) 0))) +("spiky" nil (((s p ay) 1) ((k iy) 0))) +("spilde" nil (((s p ih l d) 1))) +("spilker" nil (((s p ih l) 1) ((k er) 0))) +("spill" nil (((s p ih l) 1))) +("spillane" nil (((s p ih) 1) ((l ax n) 0))) +("spilled" nil (((s p ih l d) 1))) +("spiller" nil (((s p ih) 1) ((l er) 0))) +("spillers" nil (((s p ih) 1) ((l er z) 0))) +("spilling" nil (((s p ih) 1) ((l ih ng) 0))) +("spillman" nil (((s p ih l) 1) ((m ax n) 0))) +("spillover" nil (((s p ih) 1) ((l ow) 1) ((v er) 0))) +("spills" nil (((s p ih l z) 1))) +("spilman" nil (((s p ih l) 1) ((m ax n) 0))) +("spilotro" nil (((s p ih) 0) ((l aa) 1) ((t r ow) 0))) +("spilt" nil (((s p ih l t) 1))) +("spin" nil (((s p ih n) 1))) +("spina" nil (((s p iy) 1) ((n ax) 0))) +("spinach" nil (((s p ih) 1) ((n ax ch) 0))) +("spinal" nil (((s p ay) 1) ((n ax l) 0))) +("spinale" nil (((s p iy) 0) ((n aa) 1) ((l iy) 0))) +("spindel" nil (((s p ih n) 1) ((d ax l) 0))) +("spindle" nil (((s p ih n) 1) ((d ax l) 0))) +("spindler" nil (((s p ih n) 1) ((d ax) 0) ((l er) 0))) +("spine" nil (((s p ay n) 1))) +("spineless" nil (((s p ay n) 1) ((l ax s) 0))) +("spinella" nil (((s p ih) 0) ((n eh) 1) ((l ax) 0))) +("spinelli" nil (((s p ih) 0) ((n eh) 1) ((l iy) 0))) +("spinello" nil (((s p ih) 0) ((n eh) 1) ((l ow) 0))) +("spines" nil (((s p ay n z) 1))) +("spinfizz" nil (((s p ih n) 1) ((f ih z) 0))) +("spink" nil (((s p ih ng k) 1))) +("spinks" nil (((s p ih ng k s) 1))) +("spinner" nil (((s p ih) 1) ((n er) 0))) +("spinners" nil (((s p ih) 1) ((n er z) 0))) +("spinney" nil (((s p ih) 1) ((n iy) 0))) +("spinning" nil (((s p ih) 1) ((n ih ng) 0))) +("spino" nil (((s p iy) 1) ((n ow) 0))) +("spinoff" nil (((s p ih) 1) ((n ao f) 1))) +("spinoffs" nil (((s p ih) 1) ((n ao f s) 1))) +("spinola" nil (((s p iy) 0) ((n ow) 1) ((l ax) 0))) +("spinosa" nil (((s p iy) 0) ((n ow) 1) ((s ax) 0))) +("spinoza" nil (((s p ih) 0) ((n ow) 1) ((z ax) 0))) +("spins" nil (((s p ih n z) 1))) +("spinster" nil (((s p ih n) 1) ((s t er) 0))) +("spiny" nil (((s p ay) 1) ((n iy) 0))) +("spira" nil (((s p ih) 1) ((r ax) 0))) +("spiral" nil (((s p ay) 1) ((r ax l) 0))) +("spiraled" nil (((s p ay) 1) ((r ax l d) 0))) +("spiraling" nil (((s p ay) 1) ((r ax) 0) ((l ih ng) 0))) +("spiralling" nil (((s p ay) 1) ((r ax) 0) ((l ih ng) 0))) +("spirals" nil (((s p ay) 1) ((r ax l z) 0))) +("spire" nil (((s p ay r) 1))) +("spires" nil (((s p ay r z) 1))) +("spirit" nil (((s p ih) 1) ((r ax t) 0))) +("spirited" nil (((s p ih) 1) ((r ax) 0) ((t ax d) 0))) +("spiritedness" nil (((s p ih) 1) ((r ih) 0) ((t ih d) 0) ((n ax s) 0))) +("spirito" nil (((s p ih) 0) ((r iy) 1) ((t ow) 0))) +("spirits" nil (((s p ih) 1) ((r ax t s) 0))) +("spiritual" nil (((s p ih) 1) ((r ih) 0) ((ch ax) 0) ((w ax l) 0))) +("spiritualism" nil (((s p ih) 1) ((r ih) 0) ((ch ax) 0) ((w ax) 0) ((l ih z m) 0))) +("spirituality" nil (((s p ih) 1) ((r ih) 0) ((ch ax) 0) ((w ae) 1) ((l ax) 0) ((t iy) 0))) +("spiritually" nil (((s p ih) 1) ((r ih) 0) ((ch ax) 0) ((w ax) 0) ((l iy) 0))) +("spiro" nil (((s p ih) 1) ((r ow) 0))) +("spisak" nil (((s p ih) 1) ((s ax k) 0))) +("spit" nil (((s p ih t) 1))) +("spitale" nil (((s p iy) 0) ((t aa) 1) ((l iy) 0))) +("spitball" nil (((s p ih t) 1) ((b ao l) 1))) +("spite" nil (((s p ay t) 1))) +("spiteful" nil (((s p ay t) 1) ((f ax l) 0))) +("spiteri" nil (((s p iy) 0) ((t eh) 1) ((r iy) 0))) +("spitler" nil (((s p ih t) 1) ((l er) 0))) +("spits" nil (((s p ih t s) 1))) +("spitting" nil (((s p ih) 1) ((t ih ng) 0))) +("spittle" nil (((s p ih) 1) ((t ax l) 0))) +("spittler" nil (((s p ih t) 1) ((l er) 0))) +("spitz" nil (((s p ih t s) 1))) +("spitzer" nil (((s p ih t) 1) ((z er) 0))) +("spitzley" nil (((s p ih t) 1) ((s l iy) 0))) +("spitznagel" nil (((s p ih t) 1) ((s n ey) 1) ((g ax l) 0))) +("spiva" nil (((s p iy) 1) ((v ax) 0))) +("spivack" nil (((s p ih) 1) ((v ax k) 0))) +("spivak" nil (((s p ih) 1) ((v ax k) 0))) +("spivey" nil (((s p ih) 1) ((v iy) 0))) +("spiwak" nil (((s p ih) 1) ((v ax k) 0))) +("spizzirri" nil (((s p iy t) 0) ((s ih) 1) ((r iy) 0))) +("splain" nil (((s p l ey n) 1))) +("splaine" nil (((s p l ey n) 1))) +("splash" nil (((s p l ae sh) 1))) +("splashed" nil (((s p l ae sh t) 1))) +("splashes" nil (((s p l ae) 1) ((sh ax z) 0))) +("splashing" nil (((s p l ae) 1) ((sh ih ng) 0))) +("splashy" nil (((s p l ae) 1) ((sh iy) 0))) +("splat" nil (((s p l ae t) 1))) +("splattered" nil (((s p l ae) 1) ((t er d) 0))) +("splawn" nil (((s p l ao n) 1))) +("spleen" nil (((s p l iy n) 1))) +("splendid" nil (((s p l eh n) 1) ((d ax d) 0))) +("splendidly" nil (((s p l eh n) 1) ((d ax d) 0) ((l iy) 0))) +("splendor" nil (((s p l eh n) 1) ((d er) 0))) +("splenic" nil (((s p l eh) 1) ((n ih k) 0))) +("splice" nil (((s p l ay s) 1))) +("spliced" nil (((s p l ay s t) 1))) +("splices" nil (((s p l ay) 1) ((s ih z) 0))) +("splichal" nil (((s p l ih) 1) ((ch ax l) 0))) +("splicing" nil (((s p l ay) 1) ((s ih ng) 0))) +("splint" nil (((s p l ih n t) 1))) +("splinter" nil (((s p l ih n) 1) ((t er) 0))) +("splintered" nil (((s p l ih n) 1) ((t er d) 0))) +("splintering" nil (((s p l ih n) 1) ((t er) 0) ((ih ng) 0))) +("splintery" nil (((s p l ih n) 1) ((t er) 0) ((iy) 0))) +("splints" nil (((s p l ih n t s) 1))) +("split" nil (((s p l ih t) 1))) +("splits" nil (((s p l ih t s) 1))) +("splitt" nil (((s p l ih t) 1))) +("splitting" nil (((s p l ih) 1) ((t ih ng) 0))) +("splurge" nil (((s p l er jh) 1))) +("splurged" nil (((s p l er jh d) 1))) +("spock" nil (((s p aa k) 1))) +("spoden" nil (((s p ow) 1) ((d ax n) 0))) +("spoelstra" nil (((s p ow l) 1) ((s t r ax) 0))) +("spoerl" nil (((s p ao r l) 1))) +("spofford" nil (((s p aa) 1) ((f er d) 0))) +("spogli" nil (((s p aa) 1) ((g l iy) 0))) +("spohn" nil (((s p aa n) 1))) +("spohr" nil (((s p aa r) 1))) +("spoil" nil (((s p oy l) 1))) +("spoilage" nil (((s p oy) 1) ((l ax jh) 0))) +("spoiled" nil (((s p oy l d) 1))) +("spoiler" nil (((s p oy) 1) ((l er) 0))) +("spoiling" nil (((s p oy) 1) ((l ih ng) 0))) +("spoils" nil (((s p oy l z) 1))) +("spokane" nil (((s p ow) 0) ((k ae n) 1))) +("spoke" nil (((s p ow k) 1))) +("spokeman" nil (((s p ow k) 1) ((m ax n) 0))) +("spoken" nil (((s p ow) 1) ((k ax n) 0))) +("spokes" nil (((s p ow k s) 1))) +("spokesman" nil (((s p ow k) 1) ((s m ax n) 0))) +("spokesmen" nil (((s p ow k) 1) ((s m ih n) 0))) +("spokespeople" nil (((s p ow k) 1) ((s p iy) 1) ((p ax l) 0))) +("spokesperson" nil (((s p ow k) 1) ((s p er) 0) ((s ax n) 0))) +("spokespersons" nil (((s p ow) 1) ((k ax) 0) ((s p er) 0) ((s ax n z) 0))) +("spokeswoman" nil (((s p ow k) 1) ((s w uh) 1) ((m ax n) 0))) +("spokeswomen" nil (((s p ow) 1) ((k ax) 0) ((s w ow) 1) ((m ax n) 0))) +("spokewoman" nil (((s p ow) 1) ((k w uh) 1) ((m ax n) 0))) +("spoleto" nil (((s p ow) 0) ((l ey) 1) ((t ow) 0))) +("spomer" nil (((s p ow) 1) ((m er) 0))) +("sponaugle" nil (((s p aa) 1) ((n ao) 0) ((g ax l) 0))) +("spong" nil (((s p ao ng) 1))) +("sponge" nil (((s p ah n jh) 1))) +("sponged" nil (((s p ah n jh d) 1))) +("sponges" nil (((s p ah n) 1) ((jh ax z) 0))) +("spongy" nil (((s p ah n) 1) ((jh iy) 0))) +("sponsel" nil (((s p aa n) 1) ((s ax l) 0))) +("sponseller" nil (((s p aa n) 1) ((s ax) 0) ((l er) 0))) +("sponsler" nil (((s p aa n) 1) ((s ax) 0) ((l er) 0))) +("sponsor" nil (((s p aa n) 1) ((s er) 0))) +("sponsored" nil (((s p aa n) 1) ((s er d) 0))) +("sponsoring" nil (((s p aa n) 1) ((s er) 0) ((ih ng) 0))) +("sponsors" nil (((s p aa n) 1) ((s er z) 0))) +("sponsorship" nil (((s p aa n) 1) ((s er) 0) ((sh ih p) 1))) +("sponsorships" nil (((s p aa n) 1) ((s er) 0) ((sh ih p s) 1))) +("spontaneity" nil (((s p aa n) 1) ((t ax) 0) ((n iy) 1) ((ax) 0) ((t iy) 0))) +("spontaneous" nil (((s p aa n) 0) ((t ey) 1) ((n iy) 0) ((ax s) 0))) +("spontaneously" nil (((s p aa n) 0) ((t ey) 1) ((n iy) 0) ((ax) 0) ((s l iy) 0))) +("spoof" nil (((s p uw f) 1))) +("spoofing" nil (((s p uw) 1) ((f ih ng) 0))) +("spoofs" nil (((s p uw f s) 1))) +("spook" nil (((s p uw k) 1))) +("spooked" nil (((s p uw k t) 1))) +("spooks" nil (((s p uw k s) 1))) +("spooky" nil (((s p uw) 1) ((k iy) 0))) +("spool" nil (((s p uw l) 1))) +("spoon" nil (((s p uw n) 1))) +("spoonemore" nil (((s p uw n) 1) ((m ao r) 0))) +("spooner" nil (((s p uw) 1) ((n er) 0))) +("spoonful" nil (((s p uw n) 1) ((f uh l) 1))) +("spoons" nil (((s p uw n z) 1))) +("spoor" nil (((s p uh r) 1))) +("sporadic" nil (((s p er) 0) ((ae) 1) ((d ih k) 0))) +("sporadically" nil (((s p er) 0) ((ae) 1) ((d ih) 0) ((k l iy) 0))) +("sporck" nil (((s p ao r k) 1))) +("spore" nil (((s p ao r) 1))) +("sporer" nil (((s p ao) 1) ((r er) 0))) +("spores" nil (((s p ao r z) 1))) +("sporkin" nil (((s p ao r) 1) ((k ih n) 0))) +("sporleder" nil (((s p ao r) 1) ((l ih) 0) ((d er) 0))) +("sporn" nil (((s p ao r n) 1))) +("sporophyte" nil (((s p ao r) 1) ((f ay t) 1))) +("sporophytes" nil (((s p ao r) 1) ((f ay t s) 1))) +("sporrer" nil (((s p ao) 1) ((er r) 0))) +("sport" nil (((s p ao r t) 1))) +("sported" nil (((s p ao r) 1) ((t ih d) 0))) +("sportier" nil (((s p ao r) 1) ((t iy) 0) ((er) 0))) +("sporting" nil (((s p ao r) 1) ((t ih ng) 0))) +("sportingly" nil (((s p ao r) 1) ((t ih ng) 0) ((l iy) 0))) +("sports" nil (((s p ao r t s) 1))) +("sportsbar" nil (((s p ao r t s) 1) ((b aa r) 1))) +("sportscaster" nil (((s p ao r t) 1) ((s k ae) 1) ((s t er) 0))) +("sportschannel" nil (((s p ao r t s) 1) ((ch ae) 1) ((n ax l) 0))) +("sportsclub" nil (((s p ao r t) 1) ((s k l ah b) 1))) +("sportsman" nil (((s p ao r t) 1) ((s m ax n) 0))) +("sportsmanship" nil (((s p ao r t) 1) ((s m ax n) 0) ((sh ih p) 1))) +("sportsmen" nil (((s p ao r t) 1) ((s m ih n) 0))) +("sportswear" nil (((s p ao r t) 1) ((s w eh r) 1))) +("sportswriter" nil (((s p ao r t) 1) ((s r ay) 1) ((t er) 0))) +("sportswriters" nil (((s p ao r t) 1) ((s r ay) 1) ((t er z) 0))) +("sporty" nil (((s p ao r) 1) ((t iy) 0))) +("sposato" nil (((s p ow) 0) ((s aa) 1) ((t ow) 0))) +("sposito" nil (((s p ow) 0) ((s iy) 1) ((t ow) 0))) +("spot" nil (((s p aa t) 1))) +("spotless" nil (((s p aa t) 1) ((l ax s) 0))) +("spotlight" nil (((s p aa t) 1) ((l ay t) 1))) +("spotlighted" nil (((s p aa t) 1) ((l ay) 1) ((t ih d) 0))) +("spotlighting" nil (((s p aa t) 1) ((l ay) 1) ((t ih ng) 0))) +("spotlights" nil (((s p aa t) 1) ((l ay t s) 1))) +("spoto" nil (((s p ow) 1) ((t ow) 0))) +("spots" nil (((s p aa t s) 1))) +("spotted" nil (((s p aa) 1) ((t ax d) 0))) +("spotter" nil (((s p aa) 1) ((t er) 0))) +("spotters" nil (((s p aa) 1) ((t er z) 0))) +("spotting" nil (((s p aa) 1) ((t ih ng) 0))) +("spotts" nil (((s p aa t s) 1))) +("spotty" nil (((s p aa) 1) ((t iy) 0))) +("spousal" nil (((s p aw) 1) ((z ax l) 0))) +("spouse" nil (((s p aw s) 1))) +("spouses" nil (((s p aw) 1) ((s ax z) 0))) +("spout" nil (((s p aw t) 1))) +("spouted" nil (((s p aw) 1) ((t ax d) 0))) +("spouting" nil (((s p aw) 1) ((t ih ng) 0))) +("spracklen" nil (((s p r ae) 1) ((k ax) 0) ((l ax n) 0))) +("spradley" nil (((s p r ae d) 1) ((l iy) 0))) +("spradlin" nil (((s p r ae d) 1) ((l ih n) 0))) +("spradling" nil (((s p r ae d) 1) ((l ih ng) 0))) +("spragg" nil (((s p r ae g) 1))) +("spraggins" nil (((s p r ae) 1) ((g ih n z) 0))) +("sprague" nil (((s p r ey g) 1))) +("sprained" nil (((s p r ey n d) 1))) +("sprains" nil (((s p r ey n z) 1))) +("spraker" nil (((s p r ey) 1) ((k er) 0))) +("sprang" nil (((s p r ae ng) 1))) +("spranger" nil (((s p r ae ng) 1) ((er) 0))) +("sprankle" nil (((s p r ae ng) 1) ((k ax l) 0))) +("spratley" nil (((s p r ae t) 1) ((l iy) 0))) +("spratlin" nil (((s p r ae t) 1) ((l ih n) 0))) +("spratling" nil (((s p r ae t) 1) ((l ih ng) 0))) +("spratt" nil (((s p r ae t) 1))) +("sprawl" nil (((s p r ao l) 1))) +("sprawled" nil (((s p r ao l d) 1))) +("sprawling" nil (((s p r ao) 1) ((l ih ng) 0))) +("sprawls" nil (((s p r ao l z) 1))) +("spray" nil (((s p r ey) 1))) +("sprayberry" nil (((s p r ey) 1) ((b eh) 1) ((r iy) 0))) +("sprayed" nil (((s p r ey d) 1))) +("sprayer" nil (((s p r ey) 1) ((er) 0))) +("sprayers" nil (((s p r ey) 1) ((er z) 0))) +("spraying" nil (((s p r ey) 1) ((ih ng) 0))) +("sprays" nil (((s p r ey z) 1))) +("spread" nil (((s p r eh d) 1))) +("spreader" nil (((s p r eh) 1) ((d er) 0))) +("spreading" nil (((s p r eh) 1) ((d ih ng) 0))) +("spreads" nil (((s p r eh d z) 1))) +("spreadsheet" nil (((s p r eh d) 1) ((sh iy t) 1))) +("spreadsheets" nil (((s p r eh d) 1) ((sh iy t s) 1))) +("sprecher" nil (((s p r eh) 1) ((k er) 0))) +("spreckels" nil (((s p r eh) 1) ((k ax l z) 0))) +("spree" nil (((s p r iy) 1))) +("spreeman" nil (((s p r iy) 1) ((m ax n) 0))) +("spreen" nil (((s p r iy n) 1))) +("sprees" nil (((s p r iy z) 1))) +("sprehe" nil (((s p r iy hh) 1))) +("spreitzer" nil (((s p r ay t) 1) ((z er) 0))) +("spreng" nil (((s p r eh ng) 1))) +("sprenger" nil (((s p r eh n) 1) ((jh er) 0))) +("sprenkle" nil (((s p r eh ng) 1) ((k ax l) 0))) +("sprick" nil (((s p r ih k) 1))) +("sprigg" nil (((s p r ih g) 1))) +("sprigged" nil (((s p r ih g d) 1))) +("spriggs" nil (((s p r ih g z) 1))) +("sprightly" nil (((s p r ay t) 1) ((l iy) 0))) +("spring" nil (((s p r ih ng) 1))) +("springboard" nil (((s p r ih ng) 1) ((b ao r d) 1))) +("springborn" nil (((s p r ih ng g) 1) ((b er n) 0))) +("springdale" nil (((s p r ih ng) 1) ((d ey l) 1))) +("springer" nil (((s p r ih ng) 1) ((er) 0))) +("springerville" nil (((s p r ih ng) 1) ((er) 0) ((v ih l) 1))) +("springfield" nil (((s p r ih ng) 1) ((f iy l d) 1))) +("springing" nil (((s p r ih ng) 1) ((ih ng) 0))) +("springleaf" nil (((s p r ih ng) 1) ((l iy f) 2))) +("springman" nil (((s p r ih ng) 1) ((m ax n) 0))) +("springs" nil (((s p r ih ng z) 1))) +("springstead" nil (((s p r ih ng) 1) ((s t eh d) 1))) +("springsteen" nil (((s p r ih ng) 1) ((s t iy n) 1))) +("springston" nil (((s p r ih ng) 1) ((s t ax n) 0))) +("springtime" nil (((s p r ih ng) 1) ((t ay m) 1))) +("springy" n (((s p r ih ng) 1) ((iy) 0))) +("sprinkel" nil (((s p r ih ng) 1) ((k ax l) 0))) +("sprinkle" nil (((s p r ih ng) 1) ((k ax l) 0))) +("sprinkled" nil (((s p r ih ng) 1) ((k ax l d) 0))) +("sprinkler" nil (((s p r ih ng) 1) ((k l er) 0))) +("sprinklers" nil (((s p r ih ng) 1) ((k l er z) 0))) +("sprinkles" nil (((s p r ih ng) 1) ((k ax l z) 0))) +("sprinkling" nil (((s p r ih ng) 1) ((k l ih ng) 0))) +("sprint" nil (((s p r ih n t) 1))) +("sprinted" nil (((s p r ih n) 1) ((t ih d) 0))) +("sprinter" nil (((s p r ih n) 1) ((t er) 0))) +("sprinters" nil (((s p r ih n) 1) ((t er z) 0))) +("sprinting" nil (((s p r ih n) 1) ((t ih ng) 0))) +("sprints" nil (((s p r ih n t s) 1))) +("sprite" nil (((s p r ay t) 1))) +("sprizzo" nil (((s p r ih) 1) ((z ow) 0))) +("sproat" nil (((s p r ow t) 1))) +("sprock" nil (((s p r aa k) 1))) +("sproles" nil (((s p r ow l z) 1))) +("sprong" nil (((s p r ao ng) 1))) +("sprott" nil (((s p r aa t) 1))) +("sproul" nil (((s p r aw l) 1))) +("sproule" nil (((s p r uw l) 1))) +("sproull" nil (((s p r uw l) 1))) +("sprouls" nil (((s p r aw l z) 1))) +("sprouse" nil (((s p r aw s) 1))) +("sprout" nil (((s p r aw t) 1))) +("sprouted" nil (((s p r aw) 1) ((t ax d) 0))) +("sprouting" nil (((s p r aw) 1) ((t ih ng) 0))) +("sprouts" nil (((s p r aw t s) 1))) +("sprow" nil (((s p r aw) 1))) +("sprowl" nil (((s p r aw l) 1))) +("sprowle" nil (((s p r aw) 1) ((ax l) 0))) +("sprowls" nil (((s p r aw l z) 1))) +("spruce" nil (((s p r uw s) 1))) +("spruced" nil (((s p r uw s t) 1))) +("sprucing" nil (((s p r uw) 1) ((s ih ng) 0))) +("spruell" nil (((s p r uw l) 1))) +("spruiell" nil (((s p r uw l) 1))) +("spruill" nil (((s p r uw l) 1))) +("sprung" nil (((s p r ah ng) 1))) +("sprunger" nil (((s p r ah ng) 1) ((er) 0))) +("spry" nil (((s p r ay) 1))) +("spud" nil (((s p ah d) 1))) +("spuds" nil (((s p ah d z) 1))) +("spuhler" nil (((s p uw) 1) ((l er) 0))) +("spun" nil (((s p ah n) 1))) +("spunky" nil (((s p ah ng) 1) ((k iy) 0))) +("spur" nil (((s p er) 1))) +("spurdle" nil (((s p er) 1) ((d ax l) 0))) +("spurge" nil (((s p er jh) 1))) +("spurgeon" nil (((s p er) 1) ((jh ih n) 0))) +("spurgin" nil (((s p er) 1) ((jh ih n) 0))) +("spurious" nil (((s p y uh) 1) ((r iy) 0) ((ax s) 0))) +("spurlin" nil (((s p er) 1) ((l ih n) 0))) +("spurling" nil (((s p er) 1) ((l ih ng) 0))) +("spurlock" nil (((s p er) 1) ((l aa k) 1))) +("spurn" nil (((s p er n) 1))) +("spurned" nil (((s p er n d) 1))) +("spurning" nil (((s p er) 1) ((n ih ng) 0))) +("spurns" nil (((s p er n z) 1))) +("spurr" nil (((s p er) 1))) +("spurred" nil (((s p er d) 1))) +("spurrier" nil (((s p er) 1) ((iy) 0) ((er) 0))) +("spurring" nil (((s p er) 1) ((ih ng) 0))) +("spurs" nil (((s p er z) 1))) +("spurt" nil (((s p er t) 1))) +("spurted" nil (((s p er) 1) ((t ih d) 0))) +("spurting" nil (((s p er) 1) ((t ih ng) 0))) +("spurts" nil (((s p er t s) 1))) +("sputnik" nil (((s p ah t) 1) ((n ih k) 0))) +("sputniks" nil (((s p ah t) 1) ((n ih k s) 0))) +("sputter" nil (((s p ah) 1) ((t er) 0))) +("sputtered" nil (((s p ah) 1) ((t er d) 0))) +("sputtering" nil (((s p ah) 1) ((t er) 0) ((ih ng) 0))) +("sputters" nil (((s p ah) 1) ((t er z) 0))) +("spy" nil (((s p ay) 1))) +("spycatcher" nil (((s p ay) 1) ((k ae) 1) ((ch er) 0))) +("spychalski" nil (((s p ih) 0) ((hh aa l) 1) ((s k iy) 0))) +("spyglass" nil (((s p ay) 1) ((g l ae s) 1))) +("spying" nil (((s p ay) 1) ((ih ng) 0))) +("spyker" nil (((s p ay) 1) ((k er) 0))) +("squabble" nil (((s k w aa) 1) ((b ax l) 0))) +("squabbled" nil (((s k w aa) 1) ((b ax l d) 0))) +("squabbles" nil (((s k w aa) 1) ((b ax l z) 0))) +("squabbling" nil (((s k w aa) 1) ((b ax) 0) ((l ih ng) 0))) +("squad" nil (((s k w aa d) 1))) +("squadron" nil (((s k w aa) 1) ((d r ax n) 0))) +("squadrons" nil (((s k w aa) 1) ((d r ax n z) 0))) +("squads" nil (((s k w aa d z) 1))) +("squalid" nil (((s k w aa) 1) ((l ax d) 0))) +("squall" nil (((s k w ao l) 1))) +("squalls" nil (((s k w ao l z) 1))) +("squalor" nil (((s k w aa) 1) ((l er) 0))) +("squander" nil (((s k w aa n) 1) ((d er) 0))) +("squandered" nil (((s k w aa n) 1) ((d er d) 0))) +("squandering" nil (((s k w aa n) 1) ((d er) 0) ((ih ng) 0))) +("square" nil (((s k w eh r) 1))) +("squared" nil (((s k w eh r d) 1))) +("squarely" nil (((s k w eh r) 1) ((l iy) 0))) +("squares" nil (((s k w eh r z) 1))) +("squaring" nil (((s k w eh) 1) ((r ih ng) 0))) +("squash" nil (((s k w aa sh) 1))) +("squashed" nil (((s k w aa sh t) 1))) +("squashing" nil (((s k w aa) 1) ((sh ih ng) 0))) +("squashy" nil (((s k w aa) 1) ((sh iy) 0))) +("squat" nil (((s k w aa t) 1))) +("squats" nil (((s k w aa t s) 1))) +("squatter" nil (((s k w aa) 1) ((t er) 0))) +("squatters" nil (((s k w aa) 1) ((t er z) 0))) +("squatting" nil (((s k w aa) 1) ((t ih ng) 0))) +("squawk" nil (((s k w ao k) 1))) +("squawking" nil (((s k w ao) 1) ((k ih ng) 0))) +("squawks" nil (((s k w ao k s) 1))) +("squeak" nil (((s k w iy k) 1))) +("squeaked" nil (((s k w iy k t) 1))) +("squeaker" nil (((s k w iy) 1) ((k er) 0))) +("squeakers" nil (((s k w iy) 1) ((k er z) 0))) +("squeaking" nil (((s k w iy) 1) ((k ih ng) 0))) +("squeaks" nil (((s k w iy k s) 1))) +("squeaky" nil (((s k w iy) 1) ((k iy) 0))) +("squeal" nil (((s k w iy l) 1))) +("squealing" nil (((s k w iy) 1) ((l ih ng) 0))) +("squeals" nil (((s k w iy l z) 1))) +("squeamish" nil (((s k w iy) 1) ((m ih sh) 0))) +("squeamishness" nil (((s k w iy) 1) ((m ih) 0) ((sh n ax s) 0))) +("squeegee" nil (((s k w iy) 1) ((jh iy) 0))) +("squeeze" nil (((s k w iy z) 1))) +("squeezed" nil (((s k w iy z d) 1))) +("squeezes" nil (((s k w iy) 1) ((z ih z) 0))) +("squeezing" nil (((s k w iy) 1) ((z ih ng) 0))) +("squelch" nil (((s k w eh l ch) 1))) +("squelched" nil (((s k w eh l ch t) 1))) +("squelching" nil (((s k w eh l) 1) ((ch ih ng) 0))) +("squibb" nil (((s k w ih b) 1))) +("squid" nil (((s k w ih d) 1))) +("squier" nil (((s k w ay) 1) ((er) 0))) +("squiers" nil (((s k w) 0) ((y er z) 1))) +("squillace" nil (((s k w ih) 1) ((l ax s) 0))) +("squillante" nil (((s k w iy) 0) ((l aa n) 1) ((t ey) 0))) +("squint" nil (((s k w ih n t) 1))) +("squinting" nil (((s k w ih n) 1) ((t ih ng) 0))) +("squire" nil (((s k w ay r) 1))) +("squires" nil (((s k w ay) 1) ((er z) 0))) +("squirm" nil (((s k w er m) 1))) +("squirming" nil (((s k w er) 1) ((m ih ng) 0))) +("squirms" nil (((s k w er m z) 1))) +("squirrel" nil (((s k w er) 1) ((ax l) 0))) +("squirreled" nil (((s k w er) 1) ((ax l d) 0))) +("squirrels" nil (((s k w er) 1) ((ax l z) 0))) +("squirt" nil (((s k w er t) 1))) +("squirted" nil (((s k w er) 1) ((t ax d) 0))) +("squirts" nil (((s k w er t s) 1))) +("squishy" nil (((s k w ih) 1) ((sh iy) 0))) +("squitieri" nil (((s k w iy) 0) ((t ih) 1) ((r iy) 0))) +("squyres" nil (((s k w ay r z) 1))) +("sr" nil (((s iy) 1) ((n y er) 0))) +("srader" nil (((sh r ey) 1) ((d er) 0))) +("sram" nil (((sh r ae m) 1))) +("sramek" nil (((sh r ae) 1) ((m ih k) 0))) +("srebrenica" nil (((s r ey) 1) ((b r eh) 0) ((n iy t) 1) ((s ax) 0))) +("sri" nil (((eh s) 1) ((aa r) 1) ((ay) 1))) +("sri" nil (((sh r iy) 1))) +("sri" nil (((s r iy) 1))) +("srinagar" nil (((s r iy) 1) ((n ax) 0) ((g aa r) 1))) +("srinivas" nil (((s r iy) 1) ((n ih) 0) ((v aa s) 1))) +("srinivasan" nil (((s r iy) 0) ((n iy) 0) ((v aa) 0) ((s aa n) 1))) +("srivastava" nil (((s r iy) 0) ((v aa) 0) ((s t aa) 1) ((v ax) 0))) +("srock" nil (((sh r aa k) 1))) +("sroge" nil (((sh r ow g) 1))) +("sroka" nil (((sh r ow) 1) ((k ax) 0))) +("sroufe" nil (((sh r ow f) 1))) +("ssangyong" nil (((s ae ng) 1) ((y ao ng) 1))) +("st" nil (((s t r iy t) 1))) +("staab" nil (((s t aa b) 1))) +("staack" nil (((s t aa k) 1))) +("staal" nil (((s t aa l) 1))) +("staar" nil (((s t aa r) 1))) +("staas" nil (((s t aa z) 1))) +("staat" nil (((s t aa t) 1))) +("staats" nil (((s t aa t s) 1))) +("stab" nil (((s t ae b) 1))) +("stabbed" nil (((s t ae b d) 1))) +("stabbing" nil (((s t ae) 1) ((b ih ng) 0))) +("stabbings" nil (((s t ae) 1) ((b ih ng z) 0))) +("stabenow" nil (((s t ae) 1) ((b ih) 0) ((n ow) 0))) +("stabile" nil (((s t ey) 1) ((b ih l) 0))) +("stability" nil (((s t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("stabilization" nil (((s t ey) 1) ((b ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("stabilize" nil (((s t ey) 1) ((b ax) 0) ((l ay z) 1))) +("stabilized" nil (((s t ey) 1) ((b ax) 0) ((l ay z d) 1))) +("stabilizer" nil (((s t ey) 1) ((b ax) 0) ((l ay) 1) ((z er) 0))) +("stabilizers" nil (((s t ey) 1) ((b ax) 0) ((l ay) 1) ((z er z) 0))) +("stabilizes" nil (((s t ey) 1) ((b ax) 0) ((l ay) 1) ((z ax z) 0))) +("stabilizing" nil (((s t ey) 1) ((b ax) 0) ((l ay) 1) ((z ih ng) 0))) +("stable" nil (((s t ey) 1) ((b ax l) 0))) +("stablelm" nil (((s t ey) 1) ((b ax l) 0) ((eh l) 1) ((eh m) 1))) +("stabler" nil (((s t ey) 1) ((b ax) 0) ((l er) 0))) +("stables" nil (((s t ey) 1) ((b ax l z) 0))) +("stablest" nil (((s t ey) 1) ((b ax) 0) ((l ax s t) 0))) +("stabley" nil (((s t ae) 1) ((b l iy) 0))) +("stabs" nil (((s t ae b z) 1))) +("stac" nil (((s t ae k) 1))) +("staccato" nil (((s t ax) 0) ((k aa) 1) ((t ow) 1))) +("stacey" nil (((s t ey) 1) ((s iy) 0))) +("stach" nil (((s t ae ch) 1))) +("stachnik" nil (((s t ae k) 1) ((n ih k) 0))) +("stachowiak" nil (((s t ax) 0) ((hh aw) 1) ((iy) 0) ((ae k) 0))) +("stachowicz" nil (((s t aa) 1) ((hh ax) 0) ((v ih ch) 0))) +("stachowski" nil (((s t ax) 0) ((hh ao f) 1) ((s k iy) 0))) +("stachura" nil (((s t aa) 0) ((k uh) 1) ((r ax) 0))) +("stachurski" nil (((s t ax) 0) ((hh er) 1) ((s k iy) 0))) +("Staci" n (((s t aa) 1) ((z iy) 0))) +("stacia" nil (((s t aa) 1) ((ch ax) 0))) +("stacie" nil (((s t ae) 1) ((k iy) 0))) +("stack" nil (((s t ae k) 1))) +("stacked" nil (((s t ae k t) 1))) +("stacker" nil (((s t ae) 1) ((k er) 0))) +("stackexchange" nil (((s t ae k) 1) ((ih k s) 0) ((ch ey n jh) 1))) +("stackhouse" nil (((s t ae k) 1) ((hh aw s) 1))) +("stacking" nil (((s t ae) 1) ((k ih ng) 0))) +("stackpole" nil (((s t ae k) 1) ((p ow l) 1))) +("stacks" nil (((s t ae k s) 1))) +("stacy" nil (((s t ey) 1) ((s iy) 0))) +("stade" nil (((s t ey d) 1))) +("stadel" nil (((s t ae) 1) ((d ax l) 0))) +("stadelman" nil (((s t ae) 1) ((d ax l) 0) ((m ax n) 0))) +("stader" nil (((s t ey) 1) ((d er) 0))) +("stadia" nil (((s t ey) 1) ((d iy) 0) ((ax) 0))) +("stadium" nil (((s t ey) 1) ((d iy) 0) ((ax m) 0))) +("stadiums" nil (((s t ey) 1) ((d iy) 0) ((ax m z) 0))) +("stadler" nil (((s t ae d) 1) ((l er) 0))) +("stadnik" nil (((s t ae d) 1) ((n ih k) 0))) +("stadt" nil (((s t ae d t) 1))) +("stadtlander" nil (((sh) 0) ((t ae t) 1) ((l ae n) 1) ((d er) 0))) +("stadtmiller" nil (((sh) 0) ((t ae t) 1) ((m ih) 1) ((l er) 0))) +("staebell" nil (((s t eh) 1) ((b eh l) 0))) +("staebler" nil (((s t ey) 1) ((l er) 0))) +("staehle" nil (((s t ey l) 1))) +("staff" nil (((s t ae f) 1))) +("staffa" nil (((s t aa) 1) ((f ax) 0))) +("staffed" nil (((s t ae f t) 1))) +("staffer" nil (((s t ae) 1) ((f er) 0))) +("staffers" nil (((s t ae) 1) ((f er z) 0))) +("staffieri" nil (((s t aa) 0) ((f ih) 1) ((r iy) 0))) +("staffing" nil (((s t ae) 1) ((f ih ng) 0))) +("stafford" nil (((s t ae) 1) ((f er d) 0))) +("staffordshire" nil (((s t ae) 1) ((f er d) 0) ((sh er) 0))) +("staffs" nil (((s t ae f s) 1))) +("stag" nil (((s t ae g) 1))) +("stage" nil (((s t ey jh) 1))) +("stagecoach" nil (((s t ey jh) 1) ((k ow ch) 1))) +("stagecraft" nil (((s t ey jh) 1) ((k r ae f t) 1))) +("staged" nil (((s t ey jh d) 1))) +("stagehands" nil (((s t ey jh) 1) ((hh ae n d z) 1))) +("stager" nil (((s t ey) 1) ((jh er) 0))) +("stages" nil (((s t ey) 1) ((jh ax z) 0))) +("stagflation" nil (((s t ae g) 0) ((f l ey) 1) ((sh ax n) 0))) +("stagg" nil (((s t ae g) 1))) +("stagger" nil (((s t ae) 1) ((g er) 0))) +("staggered" nil (((s t ae) 1) ((g er d) 0))) +("staggering" nil (((s t ae) 1) ((g er) 0) ((ih ng) 0))) +("staggers" nil (((s t ae) 1) ((g er z) 0))) +("staggs" nil (((s t ae g z) 1))) +("staging" nil (((s t ey) 1) ((jh ih ng) 0))) +("stagings" n (((s t ey) 1) ((jh ax ng z) 0))) +("stagliano" nil (((s t aa) 0) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("stagnant" nil (((s t ae g) 1) ((n ax n t) 0))) +("stagnaro" nil (((s t aa g) 0) ((n aa) 1) ((r ow) 0))) +("stagnate" nil (((s t ae g) 1) ((n ey t) 1))) +("stagnated" nil (((s t ae g) 1) ((n ey) 1) ((t ih d) 0))) +("stagnating" nil (((s t ae g) 1) ((n ey) 1) ((t ih ng) 0))) +("stagnation" nil (((s t ae g) 0) ((n ey) 1) ((sh ax n) 0))) +("stagner" nil (((s t ae g) 1) ((n er) 0))) +("stahl" nil (((s t aa l) 1))) +("stahlberg" nil (((s t aa l) 1) ((b er g) 0))) +("stahle" nil (((s t ey) 1) ((hh ax l) 0))) +("stahlecker" nil (((s t aa) 1) ((l ih) 0) ((k er) 0))) +("stahler" nil (((s t aa) 1) ((l er) 0))) +("stahley" nil (((s t ae) 1) ((l iy) 0))) +("stahlhut" nil (((s t aa l) 1) ((hh ax t) 0))) +("stahlman" nil (((s t aa l) 1) ((m ax n) 0))) +("stahly" nil (((s t ae) 1) ((l iy) 0))) +("stahmer" nil (((s t aa) 1) ((m er) 0))) +("stahnke" nil (((s t ae ng k) 1))) +("stahr" nil (((s t ae r) 1))) +("stai" nil (((s t aa) 1) ((iy) 0))) +("staib" nil (((s t ey b) 1))) +("staid" nil (((s t ey d) 1))) +("staiger" nil (((s t ay) 1) ((g er) 0))) +("stailey" nil (((s t ey) 1) ((l iy) 0))) +("stain" nil (((s t ey n) 1))) +("stainback" nil (((s t ey n) 1) ((b ae k) 1))) +("stainbrook" nil (((s t ey n) 1) ((b r uh k) 1))) +("stained" nil (((s t ey n d) 1))) +("staines" nil (((s t ey n z) 1))) +("staining" nil (((s t ey) 1) ((n ih ng) 0))) +("stainless" nil (((s t ey n) 1) ((l ax s) 0))) +("stainmaster" nil (((s t ey n) 1) ((m ae) 1) ((s t er) 0))) +("stains" nil (((s t ey n z) 1))) +("stair" nil (((s t eh r) 1))) +("staircase" nil (((s t eh r) 1) ((k ey s) 1))) +("staircases" nil (((s t eh r) 1) ((k ey) 1) ((s ih z) 0))) +("stairs" nil (((s t eh r z) 1))) +("stairway" nil (((s t eh r) 1) ((w ey) 1))) +("stairways" nil (((s t eh r) 1) ((w ey z) 1))) +("stairwell" nil (((s t eh r) 1) ((w eh l) 1))) +("stake" nil (((s t ey k) 1))) +("staked" nil (((s t ey k t) 1))) +("stakeholder" nil (((s t ey k) 1) ((hh ow l) 1) ((d er) 0))) +("stakeholders" nil (((s t ey k) 1) ((hh ow l) 1) ((d er z) 0))) +("stakeout" nil (((s t ey) 1) ((k aw t) 1))) +("stakeouts" nil (((s t ey) 1) ((k aw t s) 1))) +("staker" nil (((s t ey) 1) ((k er) 0))) +("stakes" nil (((s t ey k s) 1))) +("staking" nil (((s t ey) 1) ((k ih ng) 0))) +("stalcup" nil (((s t ao l) 1) ((k ah p) 1))) +("stalder" nil (((s t ao l) 1) ((d er) 0))) +("stale" nil (((s t ey l) 1))) +("stalemate" nil (((s t ey l) 1) ((m ey t) 1))) +("stalemated" nil (((s t ey l) 1) ((m ey) 1) ((t ih d) 0))) +("staley" nil (((s t ey) 1) ((l iy) 0))) +("stalin" nil (((s t aa) 1) ((l ax n) 0))) +("stalingrad" nil (((s t ae) 1) ((l ih n) 0) ((g r ae d) 1))) +("stalinism" nil (((s t ae) 1) ((l ih) 0) ((n ih) 1) ((z ax m) 0))) +("stalinist" nil (((s t aa) 1) ((l ih) 0) ((n ih s t) 0))) +("stalinists" nil (((s t ae) 1) ((l ih) 0) ((n ih s t s) 0))) +("stalinization" nil (((s t ae) 1) ((l ih) 0) ((n ih) 0) ((z ey) 1) ((sh ax n) 0))) +("stalk" nil (((s t ao k) 1))) +("stalked" nil (((s t ao k t) 1))) +("stalker" nil (((s t ao) 1) ((k er) 0))) +("stalking" nil (((s t ao) 1) ((k ih ng) 0))) +("stalks" nil (((s t ao k s) 1))) +("stalky" nil (((s t ao) 1) ((k iy) 0))) +("stall" nil (((s t ao l) 1))) +("stallard" nil (((s t ae) 1) ((l er d) 0))) +("stallcup" nil (((s t ao l) 1) ((k ah p) 1))) +("stalled" nil (((s t ao l d) 1))) +("staller" nil (((s t ao) 1) ((l er) 0))) +("stallibrass" nil (((s t ae) 1) ((l ih) 0) ((b r ae s) 0))) +("stalling" nil (((s t ao) 1) ((l ih ng) 0))) +("stallings" nil (((s t ao) 1) ((l ih ng z) 0))) +("stallion" nil (((s t ae) 1) ((l y ax n) 0))) +("stallions" nil (((s t ae) 1) ((l y ax n z) 0))) +("stallkamp" nil (((s t ao l) 1) ((k ae m p) 1))) +("stallman" nil (((s t ao l) 1) ((m ax n) 0))) +("stallone" nil (((s t ax) 0) ((l ow n) 1))) +("stalls" nil (((s t ao l z) 1))) +("stallsmith" nil (((s t ao l) 1) ((s m ih th) 1))) +("stallworth" nil (((s t ao l) 1) ((w er th) 1))) +("stalnaker" nil (((s t ae l) 1) ((n ax) 0) ((k er) 0))) +("staloff" nil (((s t ae) 1) ((l ao f) 0))) +("stalon" nil (((s t ey) 1) ((l ax n) 0))) +("stalowa" nil (((s t ax) 0) ((l ow) 1) ((ax) 0))) +("stalter" nil (((s t ao l) 1) ((t er) 0))) +("stalvey" nil (((s t ae l) 1) ((v iy) 0))) +("stalwart" nil (((s t ao l) 1) ((w er t) 0))) +("stalwarts" nil (((s t ao l) 1) ((w er t s) 0))) +("stalzer" nil (((s t ey l) 1) ((z er) 0))) +("stam" nil (((s t ae m) 1))) +("stamand" nil (((s t ae) 1) ((m ax n d) 0))) +("stamant" nil (((s t ae) 1) ((m ax n t) 0))) +("stamas" nil (((s t aa) 1) ((m ax z) 0))) +("stamaty" nil (((s t ae) 1) ((m ax) 0) ((t iy) 0))) +("stambaugh" nil (((s t ae m) 1) ((b ao) 0))) +("stamberg" nil (((s t ae m) 1) ((b er g) 0))) +("stamenson" nil (((s t ey) 1) ((m ax n) 0) ((s ax n) 0))) +("stamer" nil (((s t ey) 1) ((m er) 0))) +("stamey" nil (((s t ey) 1) ((m iy) 0))) +("stamford" nil (((s t ae m) 1) ((f er d) 0))) +("stamina" nil (((s t ae) 1) ((m ax) 0) ((n ax) 0))) +("stamler" nil (((s t ae m) 1) ((l er) 0))) +("stamm" nil (((s t ae m) 1))) +("stammen" nil (((s t ae) 1) ((m ax n) 0))) +("stammer" nil (((s t ae) 1) ((m er) 0))) +("stamos" nil (((s t ey) 1) ((m ow z) 0))) +("stamour" nil (((s t ax) 0) ((m uh r) 1))) +("stamp" nil (((s t ae m p) 1))) +("stamped" nil (((s t ae m p t) 1))) +("stampede" nil (((s t ae m) 0) ((p iy d) 1))) +("stampeded" nil (((s t ae m) 0) ((p iy) 1) ((d ax d) 0))) +("stampeding" nil (((s t ae m) 0) ((p iy) 1) ((d ih ng) 0))) +("stamper" nil (((s t ae m) 1) ((p er) 0))) +("stampfli" nil (((s t ae m p) 1) ((f l iy) 0))) +("stamping" nil (((s t ae m) 1) ((p ih ng) 0))) +("stampings" nil (((s t ae m) 1) ((p ih ng z) 0))) +("stampley" nil (((s t ae m) 1) ((p l iy) 0))) +("stamps" nil (((s t ae m p s) 1))) +("stan" nil (((s t ae n) 1))) +("stanadyne" nil (((s t ae) 1) ((n ax) 0) ((d ay n) 1))) +("stanaland" nil (((s t ae) 1) ((n ax) 0) ((l ax n d) 0))) +("stanard" nil (((s t ae) 1) ((n er d) 0))) +("stanaway" nil (((s t ae) 1) ((n ax) 0) ((w ey) 0))) +("stanback" nil (((s t ae n) 1) ((b ae k) 1))) +("stanberry" nil (((s t ae n) 1) ((b eh) 1) ((r iy) 0))) +("stanbery" nil (((s t ae n) 1) ((b er) 0) ((iy) 0))) +("stanbic" nil (((s t ae n) 1) ((b ih k) 0))) +("stanbrough" nil (((s t ae n) 1) ((b r aw) 0))) +("stanbury" nil (((s t ae n) 1) ((b eh) 1) ((r iy) 0))) +("stance" nil (((s t ae n s) 1))) +("stances" nil (((s t ae n) 1) ((s ih z) 0))) +("stanch" nil (((s t ae n ch) 1))) +("stanched" nil (((s t ae n ch t) 1))) +("stanchfield" nil (((s t ae n ch) 1) ((f iy l d) 0))) +("stanching" nil (((s t ae n) 1) ((ch ih ng) 0))) +("stancik" nil (((s t ae n) 1) ((s ih k) 0))) +("stancil" nil (((s t ae n) 1) ((s ih l) 0))) +("stancill" nil (((s t ae n) 1) ((s ih l) 0))) +("stancliff" nil (((s t ae n) 1) ((k l ih f) 0))) +("stanco" nil (((s t ae ng) 1) ((k ow) 0))) +("stanczak" nil (((s t ae n) 1) ((ch ae k) 0))) +("stanczyk" nil (((s t ae n) 1) ((ch ih k) 0))) +("stand" nil (((s t ae n d) 1))) +("standa" nil (((s t ae n) 1) ((d ax) 0))) +("standard" nil (((s t ae n) 1) ((d er d) 0))) +("standardization" nil (((s t ae n) 0) ((d er) 0) ((d ih) 0) ((z ey) 1) ((sh ax n) 0))) +("standardize" nil (((s t ae n) 1) ((d er) 0) ((d ay z) 1))) +("standardized" nil (((s t ae n) 1) ((d er) 0) ((d ay z d) 1))) +("standardizing" nil (((s t ae n) 1) ((d er) 0) ((d ay) 1) ((z ih ng) 0))) +("standards" nil (((s t ae n) 1) ((d er d z) 0))) +("standby" nil (((s t ae n d) 1) ((b ay) 1))) +("standbys" nil (((s t ae n d) 1) ((b ay z) 1))) +("standefer" nil (((s t ae n) 1) ((d ih) 0) ((f er) 0))) +("standen" nil (((s t ae n) 1) ((d ax n) 0))) +("stander" nil (((s t ae n) 1) ((d er) 0))) +("standerfer" nil (((s t ae n) 1) ((d er) 0) ((f er) 0))) +("standex" nil (((s t ae n) 1) ((d ax k s) 0))) +("standfield" nil (((s t ae n d) 1) ((f iy l d) 1))) +("standifer" nil (((s t ae n) 1) ((d ih) 0) ((f er) 0))) +("standiford" nil (((s t ae n) 1) ((d ih) 0) ((f er d) 0))) +("standing" nil (((s t ae n) 1) ((d ih ng) 0))) +("standings" nil (((s t ae n) 1) ((d ih ng z) 0))) +("standish" nil (((s t ae n) 1) ((d ih sh) 0))) +("standlee" nil (((s t ae n d) 1) ((l iy) 1))) +("standley" nil (((s t ae n d) 1) ((l iy) 0))) +("standoff" nil (((s t ae n) 1) ((d ao f) 1))) +("standout" nil (((s t ae n) 1) ((d aw t) 1))) +("standouts" nil (((s t ae n) 1) ((d aw t s) 1))) +("standpoint" nil (((s t ae n d) 1) ((p oy n t) 1))) +("standpoints" nil (((s t ae n d) 1) ((p oy n t s) 1))) +("standre" nil (((s t ae n) 1) ((d er) 0))) +("standridge" nil (((s t ae n) 1) ((d r ih jh) 0))) +("stands" nil (((s t ae n d z) 1))) +("standstill" nil (((s t ae n d) 1) ((s t ih l) 1))) +("standup" nil (((s t ae n) 1) ((d ah p) 1))) +("stanek" nil (((s t ae) 1) ((n ih k) 0))) +("stanfield" nil (((s t ae n) 1) ((f iy l d) 1))) +("stanfill" nil (((s t ae n) 1) ((f ax l) 0))) +("stanford" nil (((s t ae n) 1) ((f er d) 0))) +("stanforth" nil (((s t ae n) 1) ((f er th) 0))) +("stang" nil (((s t ae ng) 1))) +("stanga" nil (((s t aa ng) 1) ((g ax) 0))) +("stange" nil (((s t ae n jh) 1))) +("stangel" nil (((s t ey ng) 1) ((g ax l) 0))) +("stangeland" nil (((s t ey ng) 1) ((g ih) 0) ((l ax n d) 0))) +("stangelo" nil (((s t aa ng) 0) ((g eh) 1) ((l ow) 0))) +("stanger" nil (((s t ae ng) 1) ((er) 0))) +("stangl" nil (((s t ae ng) 1) ((g ax l) 0))) +("stangland" nil (((s t ae ng) 1) ((g l ax n d) 0))) +("stangle" nil (((s t ae ng) 1) ((g ax l) 0))) +("stangler" nil (((s t ae ng) 1) ((g ax) 0) ((l er) 0))) +("stango" nil (((s t aa ng) 1) ((g ow) 0))) +("stanhope" nil (((s t ae) 1) ((n ax p) 0))) +("staniar" nil (((s t ey) 1) ((n iy) 0) ((aa r) 0))) +("stanich" nil (((s t ae) 1) ((n ih ch) 0))) +("stanifer" nil (((s t ae) 1) ((n ih) 0) ((f er) 0))) +("stanis" nil (((s t ae) 1) ((n ih s) 0))) +("stanish" nil (((s t ae) 1) ((n ih sh) 0))) +("stanislas" nil (((s t ax) 0) ((n ih) 1) ((s l ax s) 0))) +("stanislav" nil (((s t ae) 1) ((n ih) 0) ((s l aa v) 0))) +("stanislaw" nil (((s t ae) 1) ((n ih) 0) ((s l ao) 1))) +("stanislawski" nil (((s t ax) 0) ((n ih) 0) ((s l aa f) 1) ((s k iy) 0))) +("staniszewski" nil (((s t ax) 0) ((n ih) 0) ((sh eh f) 1) ((s k iy) 0))) +("stank" nil (((s t ae ng k) 1))) +("stanke" nil (((s t ae ng k) 1))) +("stankey" nil (((s t ae ng) 1) ((k iy) 0))) +("stankiewicz" nil (((s t ae n) 1) ((k ax) 0) ((v ih ch) 0))) +("stanko" nil (((s t ae ng) 1) ((k ow) 0))) +("stankovich" nil (((s t ae ng) 1) ((k ax) 0) ((v ih ch) 0))) +("stankowski" nil (((s t ax ng) 0) ((k ao f) 1) ((s k iy) 0))) +("stankus" nil (((s t ae ng) 1) ((k ax s) 0))) +("stanleigh" nil (((s t ae n) 1) ((l ax) 0))) +("stanley" nil (((s t ae n) 1) ((l iy) 0))) +("stanleytown" nil (((s t ae n) 1) ((l iy) 0) ((t aw n) 1))) +("stanline" nil (((s t ae n) 1) ((l ay n) 1))) +("stanly" nil (((s t ae n) 1) ((l iy) 0))) +("stanmore" nil (((s t ae n) 1) ((m ao r) 0))) +("stann" nil (((s t ae n) 1))) +("stannard" nil (((s t ae) 1) ((n er d) 0))) +("stannie" nil (((s t ae) 1) ((n iy) 0))) +("stano" nil (((s t aa) 1) ((n ow) 0))) +("stanphill" nil (((s t ae n p) 1) ((hh ih l) 1))) +("stansberry" nil (((s t ae n s) 1) ((b eh) 1) ((r iy) 0))) +("stansbury" nil (((s t ae n s) 1) ((b eh) 0) ((r iy) 0))) +("stansel" nil (((s t ae n) 1) ((s ax l) 0))) +("stansell" nil (((s t ae n) 1) ((s ax l) 0))) +("stansfield" nil (((s t ae n) 1) ((s f iy l d) 0))) +("stant" nil (((s t ae n t) 1))) +("stanton" nil (((s t ae n) 1) ((t ax n) 0))) +("stanway" nil (((s t ae n) 1) ((w ey) 1))) +("stanwick" nil (((s t ae n) 1) ((w ih k) 0))) +("stanwood" nil (((s t ae n) 1) ((w uh d) 1))) +("stanza" nil (((s t ae n) 1) ((z ax) 0))) +("stanzas" nil (((s t ae n) 1) ((z ax z) 0))) +("stanzione" nil (((s t aa n) 0) ((z iy) 0) ((ow) 1) ((n iy) 0))) +("stapel" nil (((s t ae) 1) ((p ax l) 0))) +("stapf" nil (((s t ae p f) 1))) +("staple" nil (((s t ey) 1) ((p ax l) 0))) +("stapled" nil (((s t ey) 1) ((p ax l d) 0))) +("stapler" nil (((s t ey) 1) ((p ax) 0) ((l er) 0))) +("staplers" nil (((s t ey) 1) ((p ax) 0) ((l er z) 0))) +("staples" nil (((s t ey) 1) ((p ax l z) 0))) +("stapleton" nil (((s t ey) 1) ((p ax l) 0) ((t ax n) 0))) +("stapley" nil (((s t ae) 1) ((p l iy) 0))) +("stapling" nil (((s t ey) 1) ((p ax) 0) ((l ih ng) 0))) +("stapp" nil (((s t ae p) 1))) +("star" nil (((s t aa r) 1))) +("starace" nil (((s t aa) 0) ((r aa) 1) ((ch iy) 0))) +("starbird" nil (((s t aa r) 1) ((b er d) 1))) +("starboard" nil (((s t aa r) 1) ((b er d) 0))) +("starboards" nil (((s t aa r) 1) ((b er r d z) 0))) +("starbuck" nil (((s t aa r) 1) ((b ah k) 1))) +("starbucks" nil (((s t aa r) 1) ((b ah k s) 1))) +("starcevich" nil (((s t aa r) 1) ((s ih) 0) ((v ih ch) 0))) +("starch" nil (((s t aa r ch) 1))) +("starched" nil (((s t aa r ch t) 1))) +("starcher" nil (((s t aa r) 1) ((ch er) 0))) +("starches" nil (((s t aa r) 1) ((ch ih z) 0))) +("starchlike" nil (((s t aa r ch) 1) ((l ay k) 1))) +("starchy" nil (((s t aa r) 1) ((ch iy) 0))) +("starck" nil (((s t aa r k) 1))) +("starckmann" nil (((s t aa r k) 1) ((m ax n) 0))) +("starcraft" nil (((s t aa r) 1) ((k r ae f t) 1))) +("starcross" nil (((s t aa r) 1) ((k r ao s) 1))) +("stardel" nil (((s t aa r) 1) ((d eh l) 1))) +("stardent" nil (((s t aa r) 1) ((d eh n t) 1))) +("stardom" nil (((s t aa r) 1) ((d ax m) 0))) +("stardust" nil (((s t aa r) 1) ((d ah s t) 1))) +("stare" nil (((s t eh r) 1))) +("stared" nil (((s t eh r d) 1))) +("starer" nil (((s t eh) 1) ((r er) 0))) +("stares" nil (((s t eh r z) 1))) +("starfish" nil (((s t aa r) 1) ((f ih sh) 1))) +("stargate" nil (((s t aa r) 1) ((g ey t) 1))) +("stargates" nil (((s t aa r) 1) ((g ey t s) 1))) +("starhub" nil (((s t aa r) 1) ((hh ah b) 2))) +("starin" nil (((s t ae) 1) ((r ih n) 0))) +("staring" nil (((s t eh) 1) ((r ih ng) 0))) +("stark" nil (((s t aa r k) 1))) +("starke" nil (((s t aa r k) 1))) +("starkel" nil (((s t aa r) 1) ((k ax l) 0))) +("starker" nil (((s t aa r) 1) ((k er) 0))) +("starkes" nil (((s t aa r k s) 1))) +("starkey" nil (((s t aa r) 1) ((k iy) 1))) +("starkist" nil (((s t aa r) 1) ((k ih s t) 0))) +("starkly" nil (((s t aa r) 1) ((k l iy) 0))) +("starkman" nil (((s t aa r k) 1) ((m ax n) 0))) +("starkovich" nil (((s t aa r) 1) ((k ax) 0) ((v ih ch) 0))) +("starks" nil (((s t aa r k s) 1))) +("starkweather" nil (((s t aa r) 1) ((k w eh) 1) ((dh er) 0))) +("starlet" nil (((s t aa r) 1) ((l ax t) 0))) +("starlets" nil (((s t aa r) 1) ((l ax t s) 0))) +("starlight" nil (((s t aa r) 1) ((l ay t) 1))) +("starlike" nil (((s t aa r) 1) ((l ay k) 1))) +("starlin" nil (((s t aa r) 1) ((l ih n) 0))) +("starling" nil (((s t aa r) 1) ((l ih ng) 0))) +("starliper" nil (((s t aa r) 1) ((l ih) 0) ((p er) 0))) +("starman" nil (((s t aa r) 1) ((m ax n) 0))) +("starmer" nil (((s t aa r) 1) ((m er) 0))) +("starn" nil (((s t aa r n) 1))) +("starner" nil (((s t aa r) 1) ((n er) 0))) +("starnes" nil (((s t aa r n z) 1))) +("starns" nil (((s t aa r n z) 1))) +("staron" nil (((s t ae) 1) ((r ax n) 0))) +("starplex" nil (((s t aa r) 1) ((p l eh k s) 1))) +("starpointe" nil (((s t aa r) 1) ((p oy n t) 1))) +("starr" nil (((s t aa r) 1))) +("starred" nil (((s t aa r d) 1))) +("starrett" nil (((s t ae) 1) ((r ih t) 0))) +("starring" nil (((s t aa) 1) ((r ih ng) 0))) +("starrs" nil (((s t aa r z) 1))) +("starry" nil (((s t aa) 1) ((r iy) 0))) +("stars" nil (((s t aa r z) 1))) +("starship" nil (((s t aa r) 1) ((sh ih p) 1))) +("starsight" nil (((s t aa r) 1) ((s ay t) 1))) +("starstream" nil (((s t aa r) 1) ((s t r iy m) 1))) +("start" nil (((s t aa r t) 1))) +("started" nil (((s t aa r) 1) ((t ax d) 0))) +("starter" nil (((s t aa r) 1) ((t er) 0))) +("starters" nil (((s t aa r) 1) ((t er z) 0))) +("starting" nil (((s t aa r) 1) ((t ih ng) 0))) +("startle" nil (((s t aa r) 1) ((t ax l) 0))) +("startled" nil (((s t aa r) 1) ((t ax l d) 0))) +("startles" nil (((s t aa r) 1) ((t ax l z) 0))) +("startling" nil (((s t aa r t) 1) ((l ih ng) 0))) +("startlingly" nil (((s t aa r t) 1) ((l ih ng) 0) ((l iy) 0))) +("starts" nil (((s t aa r t s) 1))) +("startup" nil (((s t aa r) 1) ((t ah p) 1))) +("startups" nil (((s t aa r) 1) ((t ah p s) 1))) +("starvation" nil (((s t aa r) 0) ((v ey) 1) ((sh ax n) 0))) +("starve" nil (((s t aa r v) 1))) +("starved" nil (((s t aa r v d) 1))) +("starving" nil (((s t aa r) 1) ((v ih ng) 0))) +("starwalt" nil (((s t aa r) 1) ((w ax l t) 0))) +("starwave" nil (((s t aa r) 1) ((w ey v) 1))) +("stary" nil (((s t eh) 1) ((r iy) 0))) +("starzyk" nil (((s t aa r) 1) ((z ih k) 0))) +("stash" nil (((s t ae sh) 1))) +("stashed" nil (((s t ae sh t) 1))) +("stashing" nil (((s t ae) 1) ((sh ih ng) 0))) +("stasi" nil (((s t aa) 1) ((s iy) 0))) +("stasiak" nil (((s t aa) 1) ((s iy) 0) ((ae k) 0))) +("stasik" nil (((s t aa) 1) ((s ih k) 0))) +("stasio" nil (((s t aa) 1) ((s iy) 0) ((ow) 0))) +("stasko" nil (((s t aa) 1) ((s k ow) 0))) +("stasney" nil (((s t ae) 1) ((s n iy) 0))) +("stasny" nil (((s t ae) 1) ((s n iy) 0))) +("stassen" nil (((s t ae) 1) ((s ax n) 0))) +("stassi" nil (((s t ae) 1) ((s iy) 0))) +("stastny" nil (((s t ae s t) 1) ((n iy) 0))) +("staszak" nil (((s t aa) 1) ((sh ax k) 0))) +("staszewski" nil (((s t ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("stat" nil (((s t ae t) 1))) +("state" nil (((s t ey t) 1))) +("statecraft" nil (((s t ey t) 1) ((k r ae f t) 1))) +("stated" nil (((s t ey) 1) ((t ax d) 0))) +("statehood" nil (((s t ey t) 1) ((hh uh d) 1))) +("statehouse" nil (((s t ey t) 1) ((hh aw s) 1))) +("statehouses" nil (((s t ey t) 1) ((hh aw) 1) ((s ih z) 0))) +("stateless" n (((s t ey t) 1) ((l ax s) 0))) +("stately" nil (((s t ey t) 1) ((l iy) 0))) +("statement" nil (((s t ey t) 1) ((m ax n t) 0))) +("statements" nil (((s t ey t) 1) ((m ax n t s) 0))) +("staten" nil (((s t ae) 1) ((t ax n) 0))) +("stater" nil (((s t ey) 1) ((t er) 0))) +("stateroom" n (((s t ey) 1) ((t r uw m) 0))) +("staters" nil (((s t ey) 1) ((t er z) 0))) +("states" nil (((s t ey t s) 1))) +("stateside" nil (((s t ey t) 1) ((s ay d) 1))) +("statesman" nil (((s t ey t) 1) ((s m ax n) 0))) +("statesmanlike" nil (((s t ax) 0) ((t eh) 1) ((s m ax n) 0) ((l ay k) 1))) +("statesmanship" nil (((s t ey t) 1) ((s m ax n) 0) ((sh ih p) 1))) +("statesmen" nil (((s t ey t) 1) ((s m ih n) 0))) +("stateswest" nil (((s t ey t) 1) ((s w eh s t) 1))) +("statewide" nil (((s t ey) 1) ((t w ay d) 1))) +("statham" nil (((s t ae) 1) ((th ax m) 0))) +("stathis" nil (((s t ae) 1) ((th ih s) 0))) +("stathopoulos" nil (((s t ax) 0) ((th aa) 1) ((p ax) 0) ((l ih s) 0))) +("static" nil (((s t ae) 1) ((t ih k) 0))) +("stating" nil (((s t ey) 1) ((t ih ng) 0))) +("station" nil (((s t ey) 1) ((sh ax n) 0))) +("stationary" nil (((s t ey) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("stationed" nil (((s t ey) 1) ((sh ax n d) 0))) +("stationers" nil (((s t ey) 1) ((sh ax) 0) ((n er z) 0))) +("stationery" nil (((s t ey) 1) ((sh ax) 0) ((n eh) 1) ((r iy) 0))) +("stationing" nil (((s t ey) 1) ((sh ax) 0) ((n ih ng) 0))) +("stations" nil (((s t ey) 1) ((sh ax n z) 0))) +("statism" nil (((s t ey) 1) ((t ih) 1) ((z ax m) 0))) +("statist" nil (((s t ey) 1) ((t ih s t) 0))) +("statistic" nil (((s t ax) 0) ((t ih) 1) ((s t ih k) 0))) +("statistical" nil (((s t ax) 0) ((t ih) 1) ((s t ih) 0) ((k ax l) 0))) +("statistically" nil (((s t ax) 0) ((t ih) 1) ((s t ih) 0) ((k ax) 0) ((l iy) 0))) +("statistician" nil (((s t ae) 1) ((t ax) 0) ((s t ih) 1) ((sh ax n) 0))) +("statisticians" nil (((s t ae) 1) ((t ih) 0) ((s t ih) 1) ((sh ax n z) 0))) +("statistics" nil (((s t ax) 0) ((t ih) 1) ((s t ih k s) 0))) +("statists" nil (((s t ey) 1) ((t ih s t s) 0))) +("statler" nil (((s t ae t) 1) ((l er) 0))) +("statoil" nil (((s t ax) 0) ((t oy l) 1))) +("staton" nil (((s t ae) 1) ((t ax n) 0))) +("stats" nil (((s t ae t s) 1))) +("stattin" nil (((s t ae) 1) ((t ih n) 0))) +("statton" nil (((s t ae) 1) ((t ax n) 0))) +("statuary" nil (((s t ae) 1) ((ch uw) 0) ((eh) 1) ((r iy) 0))) +("statue" nil (((s t ae) 1) ((ch uw) 1))) +("statues" nil (((s t ae) 1) ((ch uw z) 1))) +("statuesque" nil (((s t ae) 1) ((ch uw) 0) ((eh s k) 1))) +("statuettes" nil (((s t ae) 1) ((ch uw) 0) ((eh t s) 1))) +("statum" nil (((s t ae) 1) ((t ax m) 0))) +("stature" nil (((s t ae) 1) ((ch er) 0))) +("status" nil (((s t ae) 1) ((t ax s) 0))) +("statute" nil (((s t ae) 1) ((ch uw t) 0))) +("statutes" nil (((s t ae) 1) ((ch uw t s) 0))) +("statutory" nil (((s t ae) 1) ((ch ax) 0) ((t ao) 1) ((r iy) 0))) +("statz" nil (((s t ae t s) 1))) +("statzer" nil (((s t ae t) 1) ((z er) 0))) +("staub" nil (((s t ao b) 1))) +("stauber" nil (((s t aw) 1) ((b er) 0))) +("staubin" nil (((s t aw) 1) ((b ih n) 0))) +("staubs" nil (((s t ao b z) 1))) +("stauch" nil (((s t ao ch) 1))) +("staudacher" nil (((s t aw) 1) ((d ax) 0) ((k er) 0))) +("staude" nil (((s t ao d) 1))) +("stauder" nil (((s t aw) 1) ((d er) 0))) +("staudinger" nil (((s t aw) 1) ((d ih ng) 0) ((er) 0))) +("staudt" nil (((s t ao d t) 1))) +("stauff" nil (((s t ao f) 1))) +("stauffacher" nil (((s t aw) 1) ((f ax) 0) ((k er) 0))) +("stauffer" nil (((s t ao) 1) ((f er) 0))) +("staunch" nil (((s t ao n ch) 1))) +("staunchest" nil (((s t ao n) 1) ((ch ax s t) 0))) +("staunchly" nil (((s t ao n ch) 1) ((l iy) 0))) +("staunton" nil (((s t ao n) 1) ((t ax n) 0))) +("staup" nil (((s t ao p) 1))) +("stauss" nil (((s t ao s) 1))) +("stauter" nil (((s t aw) 1) ((t er) 0))) +("stave" nil (((s t ey v) 1))) +("staved" nil (((s t ey v d) 1))) +("stavely" nil (((s t ey) 1) ((v l iy) 0))) +("staver" nil (((s t ey) 1) ((v er) 0))) +("staves" nil (((s t ey v z) 1))) +("staving" nil (((s t ey) 1) ((v ih ng) 0))) +("stavinoha" nil (((s t ae) 0) ((v ih) 0) ((n ow) 1) ((hh ax) 0))) +("stavola" nil (((s t aa) 0) ((v ow) 1) ((l ax) 0))) +("stavropoulos" nil (((s t ax) 0) ((v r aa) 1) ((p ax) 0) ((l ih s) 0))) +("stavros" nil (((s t ax) 0) ((v r ow z) 1))) +("stawicki" nil (((s t aa) 0) ((v ih t) 1) ((s k iy) 0))) +("stawski" nil (((s t aa f) 1) ((s k iy) 0))) +("stay" nil (((s t ey) 1))) +("stayed" nil (((s t ey d) 1))) +("stayer" nil (((s t ey) 1) ((er) 0))) +("staying" nil (((s t ey) 1) ((ih ng) 0))) +("stayner" nil (((s t ey) 1) ((n er) 0))) +("stayover" nil (((s t ey) 1) ((ow) 1) ((v er) 0))) +("stayovers" nil (((s t ey) 1) ((ow) 1) ((v er z) 0))) +("stays" nil (((s t ey z) 1))) +("stayton" nil (((s t ey) 1) ((t ax n) 0))) +("stead" nil (((s t eh d) 1))) +("steadfast" nil (((s t eh d) 1) ((f ae s t) 1))) +("steadfastly" nil (((s t eh d) 1) ((f ae s t) 1) ((l iy) 0))) +("steadfastness" nil (((s t eh d) 1) ((f ae s t) 1) ((n ax s) 0))) +("steadham" nil (((s t eh d) 1) ((hh ax m) 0))) +("steadied" nil (((s t eh) 1) ((d iy d) 0))) +("steadier" nil (((s t eh) 1) ((d iy) 0) ((er) 0))) +("steadily" nil (((s t eh) 1) ((d ax) 0) ((l iy) 0))) +("steadiness" nil (((s t eh) 1) ((d iy) 0) ((n ih s) 0))) +("steadman" nil (((s t eh d) 1) ((m ax n) 0))) +("steady" nil (((s t eh) 1) ((d iy) 0))) +("steagall" nil (((s t iy) 1) ((g ax l) 0))) +("steak" nil (((s t ey k) 1))) +("steakhouse" nil (((s t ey k) 1) ((hh aw s) 1))) +("steakhouses" nil (((s t ey k) 1) ((hh aw) 1) ((s ih z) 0))) +("steakley" nil (((s t iy) 1) ((k l iy) 0))) +("steaks" nil (((s t ey k s) 1))) +("steal" nil (((s t iy l) 1))) +("stealey" nil (((s t iy) 1) ((l iy) 0))) +("stealing" nil (((s t iy) 1) ((l ih ng) 0))) +("steals" nil (((s t iy l z) 1))) +("stealth" nil (((s t eh l th) 1))) +("stealthies" nil (((s t eh l) 1) ((th iy z) 0))) +("steam" nil (((s t iy m) 1))) +("steamboat" nil (((s t iy m) 1) ((b ow t) 1))) +("steamboats" nil (((s t iy m) 1) ((b ow t s) 1))) +("steamed" nil (((s t iy m d) 1))) +("steamer" nil (((s t iy) 1) ((m er) 0))) +("steamers" nil (((s t iy) 1) ((m er z) 0))) +("steamily" nil (((s t iy) 1) ((m ax) 0) ((l iy) 0))) +("steaming" nil (((s t iy) 1) ((m ih ng) 0))) +("steamroller" nil (((s t iy) 1) ((m r ow) 1) ((l er) 0))) +("steamrollered" nil (((s t iy) 1) ((m r ow) 1) ((l er d) 0))) +("steams" nil (((s t iy m z) 1))) +("steamship" nil (((s t iy m) 1) ((sh ih p) 1))) +("steamy" nil (((s t iy) 1) ((m iy) 0))) +("stear" nil (((s t ih r) 1))) +("stearic" nil (((s t iy) 1) ((r ih k) 0))) +("stearman" nil (((s t ih r) 1) ((m ax n) 0))) +("stearn" nil (((s t er n) 1))) +("stearne" nil (((s t er n) 1))) +("stearns" nil (((s t er n z) 1))) +("stears" nil (((s t iy r z) 1))) +("stebbins" nil (((s t eh) 1) ((b ih n z) 0))) +("steber" nil (((s t iy) 1) ((b er) 0))) +("stebner" nil (((s t eh b) 1) ((n er) 0))) +("stec" nil (((s t eh k) 1))) +("stech" nil (((s t eh k) 1))) +("stecher" nil (((s t eh) 1) ((k er) 0))) +("stechler" nil (((s t eh) 1) ((k l er) 0))) +("stechschulte" nil (((s t eh k) 1) ((sh ax l t) 0))) +("steck" nil (((s t eh k) 1))) +("steckel" nil (((s t eh) 1) ((k ax l) 0))) +("steckelberg" nil (((s t eh) 1) ((k ax l) 0) ((b er g) 0))) +("stecker" nil (((s t eh) 1) ((k er) 0))) +("stecklein" nil (((s t eh) 1) ((k l ay n) 1))) +("steckler" nil (((s t eh) 1) ((k l er) 0))) +("steckley" nil (((s t eh) 1) ((k l iy) 0))) +("steckman" nil (((s t eh k) 1) ((m ax n) 0))) +("stedman" nil (((s t eh d) 1) ((m ax n) 0))) +("steeb" nil (((s t iy b) 1))) +("steeber" nil (((s t iy) 1) ((b er) 0))) +("steed" nil (((s t iy d) 1))) +("steedley" nil (((s t iy d) 1) ((l iy) 0))) +("steedman" nil (((s t iy d) 1) ((m ax n) 0))) +("steeg" nil (((s t iy g) 1))) +("steege" nil (((s t iy jh) 1))) +("steego" nil (((s t iy) 1) ((g ow) 0))) +("steel" nil (((s t iy l) 1))) +("steelcase" nil (((s t iy l) 1) ((k ey s) 1))) +("steele" nil (((s t iy l) 1))) +("steeler" nil (((s t iy) 1) ((l er) 0))) +("steelers" nil (((s t iy) 1) ((l er z) 0))) +("steeley" nil (((s t iy) 1) ((l iy) 0))) +("steelmaker" nil (((s t iy l) 1) ((m ey) 1) ((k er) 0))) +("steelmakers" nil (((s t iy l) 1) ((m ey) 1) ((k er z) 0))) +("steelmaking" nil (((s t iy l) 1) ((m ey) 1) ((k ih ng) 0))) +("steelman" nil (((s t iy l) 1) ((m ax n) 0))) +("steels" nil (((s t iy l z) 1))) +("steelworker" nil (((s t iy l) 1) ((w er) 1) ((k er) 0))) +("steelworkers" nil (((s t iy l) 1) ((w er) 1) ((k er z) 0))) +("steelworks" nil (((s t iy l) 1) ((w er k s) 1))) +("steely" nil (((s t iy) 1) ((l iy) 0))) +("steen" nil (((s t iy n) 1))) +("steenbergen" nil (((s t iy n) 1) ((b er) 0) ((g ax n) 0))) +("steenkamp" nil (((s t iy n) 1) ((k ae m p) 1))) +("steenkiste" nil (((s t iy n) 1) ((k ih s t) 1))) +("steenrod" nil (((s t iy n) 1) ((r ax d) 0))) +("steensma" nil (((s t iy n z) 1) ((m ax) 0))) +("steenson" nil (((s t iy n) 1) ((s ax n) 0))) +("steep" nil (((s t iy p) 1))) +("steeped" nil (((s t iy p t) 1))) +("steepened" nil (((s t iy) 1) ((p ax n d) 0))) +("steeper" nil (((s t iy) 1) ((p er) 0))) +("steepest" nil (((s t iy) 1) ((p ax s t) 0))) +("steeplechase" nil (((s t iy) 1) ((p ax l) 0) ((ch ey s) 1))) +("steeply" nil (((s t iy) 1) ((p l iy) 0))) +("steepness" nil (((s t iy p) 1) ((n ax s) 0))) +("steer" nil (((s t ih r) 1))) +("steere" nil (((s t ih r) 1))) +("steered" nil (((s t ih r d) 1))) +("steering" nil (((s t ih) 1) ((r ih ng) 0))) +("steers" nil (((s t ih r z) 1))) +("stees" nil (((s t iy z) 1))) +("steever" nil (((s t iy) 1) ((v er) 0))) +("steeves" nil (((s t iy v z) 1))) +("stefa" nil (((s t eh) 1) ((f ax) 0))) +("stefan" nil (((s t eh) 1) ((f aa n) 0))) +("stefanelli" nil (((s t eh) 0) ((f aa) 0) ((n eh) 1) ((l iy) 0))) +("stefani" nil (((s t eh) 1) ((f ax) 0) ((n iy) 0))) +("stefaniak" nil (((s t ih) 0) ((f ae) 1) ((n iy) 0) ((ae k) 0))) +("stefanic" nil (((s t ih) 0) ((f ae) 1) ((n ih k) 0))) +("stefanich" nil (((s t eh) 1) ((f ax) 0) ((n ih ch) 0))) +("stefanick" nil (((s t eh) 1) ((f ax) 0) ((n ih k) 0))) +("stefanie" nil (((s t eh) 1) ((f ae) 0) ((n iy) 0))) +("stefanik" nil (((s t ih) 0) ((f ae) 1) ((n ih k) 0))) +("stefanko" nil (((s t ih) 0) ((f ae ng) 1) ((k ow) 0))) +("stefano" nil (((s t eh) 1) ((f ax) 0) ((n ow) 0))) +("stefanowicz" nil (((s t ih) 0) ((f ae) 1) ((n ax) 0) ((v ih ch) 0))) +("stefanski" nil (((s t ih) 0) ((f ae n) 1) ((s k iy) 0))) +("steffan" nil (((s t eh) 1) ((f ax n) 0))) +("steffanci" nil (((s t eh) 1) ((f aa n) 1) ((s iy) 0))) +("steffe" nil (((s t eh f) 1))) +("steffek" nil (((s t eh) 1) ((f ih k) 0))) +("steffel" nil (((s t eh) 1) ((f ax l) 0))) +("steffen" nil (((s t eh) 1) ((f ax n) 0))) +("steffenhagen" nil (((s t eh) 1) ((f ih n) 0) ((hh ax) 0) ((g ax n) 0))) +("steffens" nil (((s t eh) 1) ((f ax n z) 0))) +("steffensen" nil (((s t eh) 1) ((f ih n) 0) ((s ax n) 0))) +("steffensmeier" nil (((s t eh) 1) ((f ih n) 0) ((s m ay) 0) ((er) 0))) +("steffenson" nil (((s t eh) 1) ((f ih n) 0) ((s ax n) 0))) +("steffes" nil (((s t eh f s) 1))) +("steffey" nil (((s t eh) 1) ((f iy) 0))) +("steffi" nil (((s t eh) 1) ((f iy) 0))) +("steffie" nil (((s t eh) 1) ((f iy) 0))) +("steffler" nil (((s t eh) 1) ((f l er) 0))) +("steffy" nil (((s t eh) 1) ((f iy) 0))) +("stefko" nil (((s t eh f) 1) ((k ow) 0))) +("stefl" nil (((s t eh) 1) ((f ax l) 0))) +("stegall" nil (((s t eh) 1) ((g ax l) 0))) +("stege" nil (((s t iy jh) 1))) +("stegeman" nil (((s t iy g) 1) ((m ax n) 0))) +("stegemann" nil (((s t iy g) 1) ((m ax n) 0))) +("stegemeier" nil (((s t eh g) 1) ((m ay r) 1))) +("stegenga" nil (((s t eh) 0) ((jh eh ng) 1) ((g ax) 0))) +("steger" nil (((s t iy) 1) ((g er) 0))) +("stegmaier" nil (((s t eh g) 1) ((m ay) 0) ((er) 0))) +("stegman" nil (((s t eh g) 1) ((m ax n) 0))) +("stegmann" nil (((s t eh g) 1) ((m ax n) 0))) +("stegner" nil (((s t eh g) 1) ((n er) 0))) +("stehle" nil (((s t eh) 1) ((hh ax l) 0))) +("stehlik" nil (((s t eh) 1) ((l ih k) 0))) +("stehlin" nil (((s t eh) 1) ((l ih n) 0))) +("stehling" nil (((s t eh) 1) ((l ih ng) 0))) +("stehman" nil (((s t eh) 1) ((m ax n) 0))) +("stehr" nil (((s t eh r) 1))) +("steib" nil (((s t iy b) 1))) +("steichen" nil (((s t ay) 1) ((k ax n) 0))) +("steidel" nil (((s t ay) 1) ((d ax l) 0))) +("steidinger" nil (((s t ay) 1) ((d ih ng) 0) ((er) 0))) +("steidl" nil (((s t iy) 1) ((d ax l) 0))) +("steidle" nil (((s t iy) 1) ((d ax l) 0))) +("steidtmann" nil (((s t ay t) 1) ((m ax n) 0))) +("steier" nil (((s t ay) 1) ((er) 0))) +("steig" nil (((s t iy g) 1))) +("steiger" nil (((s t ay) 1) ((g er) 0))) +("steigerwald" nil (((s t ay) 1) ((g er) 0) ((w ao l d) 1))) +("steigerwalt" nil (((s t ay) 1) ((g er) 0) ((w ax l t) 0))) +("steil" nil (((s t iy l) 1))) +("steiman" nil (((s t ay) 1) ((m ax n) 0))) +("steimel" nil (((s t ay) 1) ((m ax l) 0))) +("steimer" nil (((s t ay) 1) ((m er) 0))) +("steimle" nil (((s t iy) 1) ((m ax l) 0))) +("stein" nil (((s t ay n) 1))) +("steinacker" nil (((s t ay) 1) ((n ae) 0) ((k er) 0))) +("steinbach" nil (((s t ay n) 1) ((b aa k) 1))) +("steinbacher" nil (((s t ay n) 1) ((b aa) 1) ((k er) 0))) +("steinback" nil (((s t ay n) 1) ((b ae k) 1))) +("steinbauer" nil (((s t ay n) 1) ((b aw) 0) ((er) 0))) +("steinbaugh" nil (((s t ay n) 1) ((b aw) 0))) +("steinbeck" nil (((s t ay n) 1) ((b eh k) 1))) +("steinberg" nil (((s t ay n) 1) ((b er g) 0))) +("steinberger" nil (((s t ay n) 1) ((b er) 0) ((g er) 0))) +("steinbock" nil (((s t ay n) 1) ((b aa k) 1))) +("steinborn" nil (((s t ay n) 1) ((b ao r n) 1))) +("steinbrecher" nil (((s t ay n) 1) ((b r eh) 1) ((k er) 0))) +("steinbrenner" nil (((s t ay n) 1) ((b r eh) 1) ((n er) 0))) +("steinbrink" nil (((s t ay n) 1) ((b r ih ng k) 1))) +("steinem" nil (((s t ay) 1) ((n ax m) 0))) +("steiner" nil (((s t ay) 1) ((n er) 0))) +("steinert" nil (((s t ay) 1) ((n er t) 0))) +("steines" nil (((s t ay n z) 1))) +("steinfeld" nil (((s t ay n) 1) ((f eh l d) 1))) +("steinfeldt" nil (((s t ay n) 1) ((f eh l t) 1))) +("steingut" nil (((s t ay n) 1) ((g ah t) 1))) +("steinhagen" nil (((s t ay n) 1) ((hh ae) 0) ((g ax n) 0))) +("steinhardt" nil (((s t ay n) 1) ((hh aa r t) 1))) +("steinhart" nil (((s t ay n) 1) ((hh aa r t) 1))) +("steinhauer" nil (((s t ay n) 1) ((hh aw) 0) ((er) 0))) +("steinhaus" nil (((s t ay n) 1) ((hh aw s) 1))) +("steinhauser" nil (((s t ay n) 1) ((hh aw) 1) ((z er) 0))) +("steinhilber" nil (((s t ay n) 1) ((hh ih l) 1) ((b er) 0))) +("steinhoff" nil (((s t ay n) 1) ((hh ao f) 1))) +("steinhorst" nil (((s t ay n) 1) ((hh ao r s t) 0))) +("steininger" nil (((s t ay) 1) ((n ih ng) 0) ((er) 0))) +("steinkamp" nil (((s t ay ng) 1) ((k ae m p) 0))) +("steinke" nil (((s t ay ng k) 1))) +("steinkraus" nil (((s t ay ng) 1) ((k r aw z) 0))) +("steinkrauss" nil (((s t ay n) 1) ((k r aw s) 1))) +("steinkuehler" nil (((s t ay n) 1) ((k y uw) 1) ((l er) 0))) +("steinle" nil (((s t ay) 1) ((n ax l) 0))) +("steinman" nil (((s t ay n) 1) ((m ax n) 0))) +("steinmann" nil (((s t ay n) 1) ((m ax n) 0))) +("steinmetz" nil (((s t ay n) 1) ((m eh t s) 0))) +("steinmeyer" nil (((s t ay n) 1) ((m ay) 0) ((er) 0))) +("steinmiller" nil (((s t ay n) 1) ((m ih) 1) ((l er) 0))) +("steinroe" nil (((s t ay n) 1) ((r ow) 1))) +("steinway" nil (((s t ay n) 1) ((w ey) 1))) +("steitz" nil (((s t iy t s) 1))) +("stejskal" nil (((s t eh jh) 1) ((s k ax l) 0))) +("steketee" nil (((s t eh) 1) ((k ih) 0) ((t iy) 0))) +("stekly" nil (((s t eh) 1) ((k l iy) 0))) +("stelco" nil (((s t eh l) 1) ((k ow) 0))) +("stelian" nil (((s t iy) 1) ((l iy) 0) ((ax n) 0))) +("stell" nil (((s t eh l) 1))) +("stella" nil (((s t eh) 1) ((l ax) 0))) +("stellar" nil (((s t eh) 1) ((l er) 0))) +("stellarton" nil (((s t eh) 1) ((l er) 0) ((t ax n) 0))) +("stellato" nil (((s t eh) 0) ((l aa) 1) ((t ow) 0))) +("stelle" nil (((s t eh l) 1))) +("stellenbosch" nil (((s t eh) 1) ((l ax n) 0) ((b ao sh) 1))) +("steller" nil (((s t eh) 1) ((l er) 0))) +("stellhorn" nil (((s t eh l) 1) ((hh er n) 0))) +("stelling" nil (((s t eh) 1) ((l ih ng) 0))) +("stelljes" nil (((s t ey) 1) ((l y eh s) 0))) +("stellmach" nil (((s t eh l) 1) ((m ax k) 0))) +("stellmacher" nil (((s t eh l) 1) ((m ax) 0) ((k er) 0))) +("stellman" nil (((s t eh l) 1) ((m ax n) 0))) +("stello" nil (((s t eh) 1) ((l ow) 0))) +("stelly" nil (((s t eh) 1) ((l iy) 0))) +("stelmach" nil (((s t eh l) 1) ((m ax k) 0))) +("stelmack" nil (((s t eh l) 1) ((m ax k) 0))) +("steloff" nil (((s t eh) 1) ((l ao f) 0))) +("stelter" nil (((s t eh l) 1) ((t er) 0))) +("steltz" nil (((s t eh l t s) 1))) +("stelzer" nil (((s t eh l) 1) ((z er) 0))) +("stelzner" nil (((s t eh l z) 1) ((n er) 0))) +("stem" nil (((s t eh m) 1))) +("stemberg" nil (((s t eh m) 1) ((b er g) 0))) +("stembridge" nil (((s t eh m) 1) ((b r ih jh) 1))) +("stemen" nil (((s t eh) 1) ((m ax n) 0))) +("stemler" nil (((s t eh m) 1) ((l er) 0))) +("stemlike" nil (((s t eh m) 1) ((l ay k) 1))) +("stemm" nil (((s t eh m) 1))) +("stemmed" nil (((s t eh m d) 1))) +("stemmer" nil (((s t eh) 1) ((m er) 0))) +("stemming" nil (((s t eh) 1) ((m ih ng) 0))) +("stemmler" nil (((s t eh m) 1) ((l er) 0))) +("stempel" nil (((s t eh m) 1) ((p ax l) 0))) +("stemper" nil (((s t eh m) 1) ((p er) 0))) +("stempien" nil (((s t eh m) 1) ((p iy n) 0))) +("stemple" nil (((s t eh m) 1) ((p ax l) 0))) +("stempler" nil (((s t eh m) 1) ((p l er) 0))) +("stemposts" nil (((s t eh m) 1) ((p ow s t s) 1))) +("stems" nil (((s t eh m z) 1))) +("sten" nil (((s t eh n) 1))) +("stena" nil (((s t iy) 1) ((n ax) 0))) +("stenberg" nil (((s t eh n) 1) ((b er g) 0))) +("stencel" nil (((s t eh n) 1) ((s ax l) 0))) +("stench" nil (((s t eh n ch) 1))) +("stencil" nil (((s t eh n) 1) ((s ih l) 0))) +("stenciled" nil (((s t eh n) 1) ((s ih l d) 0))) +("stenciling" nil (((s t eh n) 1) ((s ih) 0) ((l ih ng) 0))) +("stendal" nil (((s t eh n) 1) ((d ax l) 0))) +("stender" nil (((s t eh n) 1) ((d er) 0))) +("stenders" nil (((s t eh n) 1) ((d er z) 0))) +("stendig" nil (((s t eh n) 1) ((d ih g) 0))) +("stene" nil (((s t iy n) 1))) +("stenerson" nil (((s t eh) 1) ((n er) 0) ((s ax n) 0))) +("stengel" nil (((s t eh ng) 1) ((g ax l) 0))) +("stenger" nil (((s t eh n) 1) ((jh er) 0))) +("stenglein" nil (((s t ih ng) 1) ((l ay n) 0))) +("stenholm" nil (((s t eh n) 1) ((hh ow l m) 1))) +("stenhouse" nil (((s t eh n) 1) ((hh aw s) 1))) +("stenner" nil (((s t eh) 1) ((n er) 0))) +("stennett" nil (((s t eh) 1) ((n ih t) 0))) +("stennis" nil (((s t eh) 1) ((n ih s) 0))) +("steno" nil (((s t eh) 1) ((n ow) 0))) +("stenographic" nil (((s t eh) 1) ((n ax) 0) ((g r ae) 1) ((f ih k) 0))) +("stenquist" nil (((s t eh n) 1) ((k w ih s t) 1))) +("stenseth" nil (((s t eh n) 1) ((s ih th) 0))) +("stensland" nil (((s t eh n) 1) ((s l ax n d) 0))) +("stenson" nil (((s t eh n) 1) ((s ax n) 0))) +("stensrud" nil (((s t eh n) 1) ((s r ax d) 0))) +("stenstrom" nil (((s t eh n) 1) ((s t r ax m) 0))) +("stent" nil (((s t eh n t) 1))) +("stentor" nil (((s t eh n) 1) ((t er) 0))) +("stentors" nil (((s t eh n) 1) ((t er z) 0))) +("stentz" nil (((s t eh n t s) 1))) +("stenz" nil (((s t eh n z) 1))) +("stenzel" nil (((s t eh n) 1) ((z ax l) 0))) +("step" nil (((s t eh p) 1))) +("stepan" nil (((s t eh) 1) ((p ax n) 0))) +("stepanakert" nil (((s t ax) 0) ((p ae) 1) ((n ax) 0) ((k er t) 0))) +("stepanek" nil (((s t eh) 1) ((p ax) 0) ((n ih k) 0))) +("stepanian" nil (((s t ih) 0) ((p ey) 1) ((n iy) 0) ((ax n) 0))) +("stepanski" nil (((s t ih) 0) ((p ae n) 1) ((s k iy) 0))) +("stepchild" nil (((s t eh p) 1) ((ch ay l d) 1))) +("stepchildren" nil (((s t eh p) 1) ((ch ih l) 1) ((d r ax n) 0))) +("stepdaughter" nil (((s t eh p) 1) ((d ao) 1) ((t er) 0))) +("stepdaughters" nil (((s t eh p) 1) ((d ao) 1) ((t er z) 0))) +("stepfather" nil (((s t eh p) 1) ((f aa) 1) ((dh er) 0))) +("steph" nil (((s t eh f) 1))) +("stepha" nil (((s t eh) 1) ((f ax) 0))) +("stephan" nil (((s t eh) 1) ((f ax n) 0))) +("stephana" nil (((s t eh) 0) ((f aa) 1) ((n ax) 0))) +("stephani" nil (((s t eh) 1) ((f ax) 0) ((n iy) 0))) +("stephania" nil (((s t ih) 0) ((f ae) 1) ((n iy) 0) ((ax) 0))) +("stephanie" nil (((s t eh) 1) ((f ax) 0) ((n iy) 0))) +("stephanopoulos" nil (((s t eh) 1) ((f ax) 0) ((n aa) 1) ((p ax) 0) ((l ax s) 0))) +("stephans" nil (((s t eh) 1) ((f ax n z) 0))) +("stephany" nil (((s t eh) 1) ((f ax) 0) ((n iy) 0))) +("stephen" nil (((s t iy) 1) ((v ax n) 0))) +("stephens" nil (((s t iy) 1) ((v ax n z) 0))) +("stephenson" nil (((s t iy) 1) ((v ax n) 0) ((s ax n) 0))) +("stephenville" nil (((s t iy) 1) ((v ih n) 0) ((v ih l) 1))) +("stepien" nil (((s t eh) 1) ((p iy) 0) ((ax n) 0))) +("stepka" nil (((s t eh p) 1) ((k ax) 0))) +("stepladders" nil (((s t eh) 1) ((p l ae) 1) ((d er z) 0))) +("stepmother" nil (((s t eh p) 1) ((m ah) 1) ((dh er) 0))) +("stepney" nil (((s t eh p) 1) ((n iy) 0))) +("stepp" nil (((s t eh p) 1))) +("steppe" nil (((s t eh p) 1))) +("stepped" nil (((s t eh p t) 1))) +("steppel" nil (((s t eh) 1) ((p ax l) 0))) +("steppenwolf" nil (((s t eh) 1) ((p ax n) 0) ((w uh l f) 1))) +("stepper" nil (((s t eh) 1) ((p er) 0))) +("steppers" nil (((s t eh) 1) ((p er z) 0))) +("steppes" nil (((s t eh p s) 1))) +("stepping" nil (((s t eh) 1) ((p ih ng) 0))) +("steppingstone" nil (((s t eh) 1) ((p ih ng) 0) ((s t ow n) 1))) +("steps" nil (((s t eh p s) 1))) +("stepsisters" nil (((s t eh p) 1) ((s ih) 1) ((s t er z) 0))) +("stepson" nil (((s t eh p) 1) ((s ah n) 1))) +("steptoe" nil (((s t eh p) 1) ((t ow) 1))) +("sterba" nil (((s t eh r) 1) ((b ax) 0))) +("sterbenz" nil (((s t er) 1) ((b ih n s) 0))) +("sterchi" nil (((s t eh r) 1) ((k iy) 0))) +("stereo" nil (((s t eh) 1) ((r iy) 0) ((ow) 1))) +("stereographic" nil (((s t eh) 1) ((r iy) 0) ((ax) 0) ((g r ae) 1) ((f ih k) 0))) +("stereos" nil (((s t eh) 1) ((r iy) 0) ((ow z) 1))) +("stereotype" nil (((s t eh) 1) ((r iy) 0) ((ax) 0) ((t ay p) 1))) +("stereotyped" nil (((s t eh) 1) ((r iy) 0) ((ax) 0) ((t ay p t) 1))) +("stereotypes" nil (((s t eh) 1) ((r iy) 0) ((ax) 0) ((t ay p s) 1))) +("stereotypical" nil (((s t eh) 1) ((r iy) 0) ((ow) 0) ((t ih) 1) ((p ih) 0) ((k ax l) 0))) +("stereotyping" nil (((s t eh) 1) ((r iy) 0) ((ax) 0) ((t ay) 1) ((p ih ng) 0))) +("sterett" nil (((s t eh) 1) ((r ih t) 0))) +("sterile" nil (((s t eh) 1) ((r ax l) 0))) +("sterility" nil (((s t er) 0) ((ih) 1) ((l ih) 0) ((t iy) 0))) +("sterilization" nil (((s t eh) 1) ((r ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("sterilize" nil (((s t eh) 1) ((r ax) 0) ((l ay z) 1))) +("sterilized" nil (((s t eh) 1) ((r ax) 0) ((l ay z d) 1))) +("sterilizer" nil (((s t eh) 1) ((r ax) 0) ((l ay) 1) ((z er) 0))) +("sterilizers" nil (((s t eh) 1) ((r ax) 0) ((l ay) 1) ((z er z) 0))) +("sterilizes" nil (((s t eh) 1) ((r ax) 0) ((l ay) 1) ((z ih z) 0))) +("sterilizing" nil (((s t eh) 1) ((r ax) 0) ((l ay) 1) ((z ih ng) 0))) +("sterk" nil (((s t er k) 1))) +("sterkel" nil (((s t er) 1) ((k ax l) 0))) +("sterle" nil (((s t ao) 1) ((r ax l) 0))) +("sterling" nil (((s t er) 1) ((l ih ng) 0))) +("sterman" nil (((s t er) 1) ((m ax n) 0))) +("stermer" nil (((s t er) 1) ((m er) 0))) +("stern" nil (((s t er n) 1))) +("sternbach" nil (((s t er n) 1) ((b aa k) 0))) +("sternberg" nil (((s t er n) 1) ((b er g) 0))) +("sternberger" nil (((s t er n) 1) ((b er) 0) ((g er) 0))) +("sterne" nil (((s t er n) 1))) +("sterner" nil (((s t er) 1) ((n er) 0))) +("sternest" nil (((s t er) 1) ((n ax s t) 0))) +("sternfeld" nil (((s t er n) 1) ((f eh l d) 0))) +("sternhagen" nil (((s t er n) 1) ((hh ax) 0) ((g ax n) 0))) +("sternly" nil (((s t er n) 1) ((l iy) 0))) +("sternness" nil (((s t er n) 1) ((n ax s) 0))) +("sternposts" nil (((s t er n) 1) ((p ow s t s) 1))) +("sterns" nil (((s t er n z) 1))) +("steroid" nil (((s t er) 0) ((oy d) 1))) +("steroids" nil (((s t eh) 1) ((r oy d z) 0))) +("sterr" nil (((s t eh r) 1))) +("sterrett" nil (((s t eh) 1) ((r ih t) 0))) +("sterry" nil (((s t eh) 1) ((r iy) 0))) +("stet" nil (((s t eh t) 1))) +("stethem" nil (((s t eh) 1) ((th ax m) 0))) +("stethoscope" nil (((s t eh) 1) ((th ax) 0) ((s k ow p) 1))) +("stethoscopes" nil (((s t eh) 1) ((th ax) 0) ((s k ow p s) 1))) +("stetler" nil (((s t eh t) 1) ((l er) 0))) +("stetson" nil (((s t eh t) 1) ((s ax n) 0))) +("stetter" nil (((s t eh) 1) ((t er) 0))) +("stettler" nil (((s t eh t) 1) ((l er) 0))) +("stettner" nil (((s t eh t) 1) ((n er) 0))) +("stetz" nil (((s t eh t s) 1))) +("stetzel" nil (((s t eh t) 1) ((z ax l) 0))) +("stetzer" nil (((s t eh t) 1) ((z er) 0))) +("steuart" nil (((s t oy) 1) ((aa r t) 0))) +("steuben" nil (((s) 0) ((t y uw) 1) ((b ih n) 0))) +("steubenville" nil (((s t uw) 1) ((b ax n) 0) ((v ih l) 1))) +("steuber" nil (((s t oy) 1) ((b er) 0))) +("steuck" nil (((s t uw k) 1))) +("steuer" nil (((s t oy) 1) ((er) 0))) +("steuerwald" nil (((s t oy) 1) ((er) 0) ((w ao l d) 0))) +("steurer" nil (((s t er) 1) ((er) 0))) +("steuver" nil (((s t uw) 1) ((v er) 0))) +("stevana" nil (((s t ih) 0) ((v ae) 1) ((n ax) 0))) +("steve" nil (((s t iy v) 1))) +("stevedore" nil (((s t iy) 1) ((v ax) 0) ((d ao r) 1))) +("stevedoring" nil (((s t iy) 1) ((v ax) 0) ((d ao) 1) ((r ih ng) 0))) +("steven" nil (((s t iy) 1) ((v ax n) 0))) +("stevena" nil (((s t eh) 1) ((v ih) 0) ((n ax) 0))) +("stevens" nil (((s t iy) 1) ((v ax n z) 0))) +("stevenson" nil (((s t iy) 1) ((v ax n) 0) ((s ax n) 0))) +("stever" nil (((s t iy) 1) ((v er) 0))) +("steverson" nil (((s t eh) 1) ((v er) 0) ((s ax n) 0))) +("steves" nil (((s t iy v z) 1))) +("steveson" nil (((s t eh) 1) ((v ih) 0) ((s ax n) 0))) +("stevick" nil (((s t eh) 1) ((v ih k) 0))) +("stevie" nil (((s t iy) 1) ((v iy) 0))) +("stevison" nil (((s t eh) 1) ((v ih) 0) ((s ax n) 0))) +("stew" nil (((s t uw) 1))) +("steward" nil (((s t uw) 1) ((er d) 0))) +("stewardess" nil (((s t uw) 1) ((er) 0) ((d ax s) 0))) +("stewardesses" nil (((s t uw) 1) ((er) 0) ((d ax) 0) ((s ih z) 0))) +("stewards" nil (((s t uw) 1) ((er d z) 0))) +("stewardship" nil (((s t uw) 1) ((er d) 0) ((sh ih p) 1))) +("stewart" nil (((s t uw) 1) ((er t) 0))) +("stewed" nil (((s t uw d) 1))) +("stewing" nil (((s t uw) 1) ((ih ng) 0))) +("stews" nil (((s t uw z) 1))) +("steyer" nil (((s t ey) 1) ((er) 0))) +("sthilaire" nil (((s) 0) ((th ax) 0) ((l eh r) 1))) +("stibel" nil (((s t ih) 1) ((b ax l) 0))) +("stice" nil (((s t ay s) 1))) +("stich" nil (((s t ih ch) 1))) +("sticha" nil (((s t ih) 1) ((ch ax) 0))) +("stichnoth" nil (((s t ih k) 1) ((n aa th) 1))) +("sticht" nil (((s t ih k t) 1))) +("stichter" nil (((s t ih k) 1) ((t er) 0))) +("stick" nil (((s t ih k) 1))) +("sticka" nil (((s t ih) 1) ((k ax) 0))) +("stickball" nil (((s t ih k) 1) ((b ao l) 1))) +("stickel" nil (((s t ih) 1) ((k ax l) 0))) +("stickels" nil (((s t ih) 1) ((k ax l z) 0))) +("sticker" nil (((s t ih) 1) ((k er) 0))) +("stickers" nil (((s t ih) 1) ((k er z) 0))) +("stickier" nil (((s t ih) 1) ((k iy) 0) ((er) 0))) +("stickiest" nil (((s t ih) 1) ((k iy) 0) ((ax s t) 0))) +("sticking" nil (((s t ih) 1) ((k ih ng) 0))) +("stickland" nil (((s t ih) 1) ((k l ax n d) 0))) +("stickle" nil (((s t ih) 1) ((k ax l) 0))) +("stickler" nil (((s t ih) 1) ((k ax) 0) ((l er) 0))) +("stickles" nil (((s t ih) 1) ((k ax l z) 0))) +("stickley" nil (((s t ih) 1) ((k l iy) 0))) +("stickney" nil (((s t ih k) 1) ((n iy) 0))) +("sticks" nil (((s t ih k s) 1))) +("sticktights" nil (((s t ih k) 1) ((t ay t s) 1))) +("sticky" nil (((s t ih) 1) ((k iy) 0))) +("stidd" nil (((s t ih d) 1))) +("stidham" nil (((s t ih d) 1) ((hh ax m) 0))) +("stiebel" nil (((s t iy) 1) ((b ax l) 0))) +("stieber" nil (((s t iy) 1) ((b er) 0))) +("stief" nil (((s t iy f) 1))) +("stiefel" nil (((s t iy) 1) ((f ax l) 0))) +("stiefvater" nil (((s t iy f) 1) ((v ax) 0) ((t er) 0))) +("stieg" nil (((s t iy g) 1))) +("stiegemeier" nil (((s t iy) 1) ((jh ax) 0) ((m ay r) 1))) +("stiegler" nil (((s t iy) 1) ((g l er) 0))) +("stieglitz" nil (((s t iy) 1) ((g l ih t s) 0))) +("stiehl" nil (((s t iy l) 1))) +("stiens" nil (((s t iy n z) 1))) +("stier" nil (((s t ay) 1) ((er) 0))) +("stiers" nil (((s t ay) 1) ((er z) 0))) +("stierwalt" nil (((s t ih r) 1) ((w ax l t) 0))) +("stieve" nil (((s t iy v) 1))) +("stifel" nil (((s t ih) 1) ((f ax l) 0))) +("stiff" nil (((s t ih f) 1))) +("stiffed" nil (((s t ih f t) 1))) +("stiffel" nil (((s t ih) 1) ((f ax l) 0))) +("stiffen" nil (((s t ih) 1) ((f ax n) 0))) +("stiffened" nil (((s t ih) 1) ((f ax n d) 0))) +("stiffener" nil (((s t ih) 1) ((f ax) 0) ((n er) 0))) +("stiffening" nil (((s t ih) 1) ((f ax) 0) ((n ih ng) 0))) +("stiffens" nil (((s t ih) 1) ((f ax n z) 0))) +("stiffer" nil (((s t ih) 1) ((f er) 0))) +("stiffest" nil (((s t ih) 1) ((f ax s t) 0))) +("stiffler" nil (((s t ih) 1) ((f l er) 0))) +("stiffly" nil (((s t ih) 1) ((f l iy) 0))) +("stiffness" nil (((s t ih f) 1) ((n ax s) 0))) +("stiffs" nil (((s t ih f s) 1))) +("stifle" nil (((s t ay) 1) ((f ax l) 0))) +("stifled" nil (((s t ay) 1) ((f ax l d) 0))) +("stifles" nil (((s t ay) 1) ((f ax l z) 0))) +("stifling" nil (((s t ay) 1) ((f l ih ng) 0))) +("stifter" nil (((s t ih f) 1) ((t er) 0))) +("stig" nil (((s t ih g) 1))) +("stigall" nil (((s t ih) 1) ((g ax l) 0))) +("stiger" nil (((s t ay) 1) ((g er) 0))) +("stigers" nil (((s t ay) 1) ((g er z) 0))) +("stigler" nil (((s t ih) 1) ((g l er) 0))) +("stiglitz" nil (((s t ih) 1) ((g l ih t s) 0))) +("stigma" nil (((s t ih g) 1) ((m ax) 0))) +("stigmatism" nil (((s t ih g) 1) ((m ax) 0) ((t ih) 1) ((z ax m) 0))) +("stihl" nil (((s t ih l) 1))) +("stika" nil (((s t ih) 1) ((k ax) 0))) +("stikeleather" nil (((s t ih) 1) ((k ih) 0) ((l eh) 0) ((dh er) 0))) +("stile" nil (((s t ay l) 1))) +("stiles" nil (((s t ay l z) 1))) +("stiletto" nil (((s t ax) 0) ((l eh) 1) ((t ow) 0))) +("stilettos" nil (((s t ax) 0) ((l eh) 1) ((t ow z) 0))) +("still" nil (((s t ih l) 1))) +("stillborn" nil (((s t ih l) 1) ((b ao r n) 1))) +("stille" nil (((s t ih l) 1))) +("stilled" nil (((s t ih l d) 1))) +("stiller" nil (((s t ih) 1) ((l er) 0))) +("stilley" nil (((s t ih) 1) ((l iy) 0))) +("stillinger" nil (((s t ih) 1) ((l ih ng) 0) ((er) 0))) +("stillings" nil (((s t ih) 1) ((l ih ng z) 0))) +("stillion" nil (((s t ih) 1) ((l y ax n) 0))) +("stillman" nil (((s t ih l) 1) ((m ax n) 0))) +("stillness" nil (((s t ih l) 1) ((n ax s) 0))) +("stills" nil (((s t ih l z) 1))) +("stillson" nil (((s t ih l) 1) ((s ax n) 0))) +("stillwagon" nil (((s t ih l) 1) ((w ae) 1) ((g ax n) 0))) +("stillwater" nil (((s t ih l) 1) ((w ao) 1) ((t er) 0))) +("stillwell" nil (((s t ih l) 1) ((w eh l) 1))) +("stilson" nil (((s t ih l) 1) ((s ax n) 0))) +("stilted" nil (((s t ih l) 1) ((t ih d) 0))) +("stiltner" nil (((s t ih l t) 1) ((n er) 0))) +("stilts" nil (((s t ih l t s) 1))) +("stilwell" nil (((s t ih l) 1) ((w eh l) 1))) +("stimac" nil (((s t ih) 1) ((m ax k) 0))) +("stimmel" nil (((s t ih) 1) ((m ax l) 0))) +("stimpert" nil (((s t ih m) 1) ((p er t) 0))) +("stimpson" nil (((s t ih m p) 1) ((s ax n) 0))) +("stimson" nil (((s t ih m) 1) ((s ax n) 0))) +("stimulant" nil (((s t ih) 1) ((m y ax) 0) ((l ax n t) 0))) +("stimulants" nil (((s t ih) 1) ((m y ax) 0) ((l ax n t s) 0))) +("stimulate" nil (((s t ih) 1) ((m y ax) 0) ((l ey t) 1))) +("stimulated" nil (((s t ih) 1) ((m y ax) 0) ((l ey) 1) ((t ax d) 0))) +("stimulates" nil (((s t ih) 1) ((m y ax) 0) ((l ey t s) 1))) +("stimulating" nil (((s t ih) 1) ((m y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("stimulation" nil (((s t ih) 1) ((m y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("stimulative" nil (((s t ih) 1) ((m y ax) 0) ((l ey) 1) ((t ih v) 0))) +("stimulator" nil (((s t ih) 1) ((m y ax) 0) ((l ey) 1) ((t er) 0))) +("stimulators" nil (((s t ih) 1) ((m y ax) 0) ((l ey) 1) ((t er z) 0))) +("stimuli" nil (((s t ih) 1) ((m y ax) 0) ((l ay) 1))) +("stimulus" nil (((s t ih) 1) ((m y ax) 0) ((l ax s) 0))) +("stinchcomb" nil (((s t ih n ch) 1) ((k ax m) 0))) +("stinchfield" nil (((s t ih n ch) 1) ((f iy l d) 0))) +("stine" nil (((s t ay n) 1))) +("stinebaugh" nil (((s t ih) 1) ((n ih) 0) ((b ao) 0))) +("stinel" nil (((s t ih) 1) ((n ax l) 0))) +("stineman" nil (((s t ay n) 1) ((m ax n) 0))) +("stiner" nil (((s t ay) 1) ((n er) 0))) +("stines" nil (((s t ay n z) 1))) +("sting" nil (((s t ih ng) 1))) +("stinger" nil (((s t ih ng) 1) ((er) 0))) +("stingers" nil (((s t ih ng) 1) ((er z) 0))) +("stingier" nil (((s t ih n) 1) ((jh iy) 0) ((er) 0))) +("stinginess" nil (((s t ih n) 1) ((jh iy) 0) ((n ih s) 0))) +("stinging" nil (((s t ih ng) 1) ((ih ng) 0))) +("stingley" nil (((s t ih ng) 1) ((g l iy) 0))) +("stings" nil (((s t ih ng z) 1))) +("stingy" nil (((s t ih n) 1) ((jh iy) 0))) +("stink" nil (((s t ih ng k) 1))) +("stinkbugs" nil (((s t ih ng k) 1) ((b ax g z) 0))) +("stinkers" nil (((s t ih ng) 1) ((k er z) 0))) +("stinking" nil (((s t ih ng) 1) ((k ih ng) 0))) +("stinks" nil (((s t ih ng k s) 1))) +("stinnett" nil (((s t ih) 1) ((n ih t) 0))) +("stinnette" nil (((s t ih) 0) ((n eh t) 1))) +("stinson" nil (((s t ih n) 1) ((s ax n) 0))) +("stint" nil (((s t ih n t) 1))) +("stints" nil (((s t ih n t s) 1))) +("stipanovich" nil (((s t ih) 0) ((p ae) 1) ((n ax) 0) ((v ih ch) 0))) +("stipe" nil (((s t ay p) 1))) +("stipend" nil (((s t ih) 1) ((p ax n d) 0))) +("stipends" nil (((s t ih) 1) ((p ax n d z) 0))) +("stipes" nil (((s t ay p s) 1))) +("stipp" nil (((s t ih p) 1))) +("stipulate" nil (((s t ih) 1) ((p y ax) 0) ((l ey t) 1))) +("stipulated" nil (((s t ih) 1) ((p y ax) 0) ((l ey) 1) ((t ih d) 0))) +("stipulates" nil (((s t ih) 1) ((p y ax) 0) ((l ey t s) 1))) +("stipulating" nil (((s t ih) 1) ((p y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("stipulation" nil (((s t ih) 1) ((p y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("stipulations" nil (((s t ih) 1) ((p y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("stir" nil (((s t er) 1))) +("stires" nil (((s t ay r z) 1))) +("stirewalt" nil (((s t ao) 1) ((r uw) 0) ((ax l t) 0))) +("stirling" nil (((s t er) 1) ((l ih ng) 0))) +("stirn" nil (((s t er n) 1))) +("stirred" nil (((s t er d) 1))) +("stirring" nil (((s t er) 1) ((ih ng) 0))) +("stirrings" nil (((s t er) 1) ((ih ng z) 0))) +("stirrup" nil (((s t er) 1) ((ax p) 0))) +("stirrups" nil (((s t er) 1) ((ax p s) 0))) +("stirs" nil (((s t er z) 1))) +("stitch" nil (((s t ih ch) 1))) +("stitched" nil (((s t ih ch t) 1))) +("stitches" nil (((s t ih) 1) ((ch ih z) 0))) +("stitching" nil (((s t ih) 1) ((ch ih ng) 0))) +("stiteler" nil (((s t ay t) 1) ((l er) 0))) +("stitely" nil (((s t ay t) 1) ((l iy) 0))) +("stites" nil (((s t ay t s) 1))) +("stith" nil (((s t ih th) 1))) +("stitt" nil (((s t ih t) 1))) +("stitz" nil (((s t ih t s) 1))) +("stitzel" nil (((s t ih t) 1) ((z ax l) 0))) +("stitzer" nil (((s t ih t) 1) ((z er) 0))) +("stiver" nil (((s t ay) 1) ((v er) 0))) +("stivers" nil (((s t ay) 1) ((v er z) 0))) +("stiverson" nil (((s t ih) 1) ((v er) 0) ((s ax n) 0))) +("stivoric" nil (((s t ih) 0) ((v ao) 1) ((r ih k) 0))) +("stobaugh" nil (((s t aa) 1) ((b ao) 0))) +("stobbe" nil (((s t aa b) 1))) +("stober" nil (((s t ow) 1) ((b er) 0))) +("stobie" nil (((s t aa) 1) ((b iy) 0))) +("stock" nil (((s t aa k) 1))) +("stockard" nil (((s t aa) 1) ((k er d) 0))) +("stockbridge" nil (((s t aa k) 1) ((b r ih jh) 0))) +("stockbroker" nil (((s t aa k) 1) ((b r ow) 1) ((k er) 0))) +("stockbrokerage" nil (((s t aa k) 1) ((b r ow) 1) ((k er) 0) ((ih jh) 0))) +("stockbrokerages" nil (((s t aa k) 1) ((b r ow) 1) ((k er) 0) ((ih) 0) ((jh ih z) 0))) +("stockbrokers" nil (((s t aa k) 1) ((b r ow) 1) ((k er z) 0))) +("stockbroking" nil (((s t aa k) 1) ((b r ow) 1) ((k ih ng) 0))) +("stockburger" nil (((s t aa k) 1) ((b er) 0) ((g er) 0))) +("stockdale" nil (((s t aa k) 1) ((d ey l) 1))) +("stocke" nil (((s t aa k) 1))) +("stocked" nil (((s t aa k t) 1))) +("stockel" nil (((s t aa) 1) ((k ax l) 0))) +("stocker" nil (((s t aa) 1) ((k er) 0))) +("stockert" nil (((s t aa) 1) ((k er t) 0))) +("stockett" nil (((s t aa) 1) ((k ih t) 0))) +("stockford" nil (((s t aa k) 1) ((f er d) 0))) +("stockham" nil (((s t aa k) 1) ((hh ax m) 0))) +("stockhausen" nil (((s t aa k) 1) ((hh aw) 1) ((z ax n) 0))) +("stockholder" nil (((s t aa k) 1) ((hh ow l) 1) ((d er) 0))) +("stockholders" nil (((s t aa k) 1) ((hh ow l) 1) ((d er z) 0))) +("stockholding" nil (((s t aa k) 1) ((hh ow l) 1) ((d ih ng) 0))) +("stockholdings" nil (((s t aa k) 1) ((hh ow l) 1) ((d ih ng z) 0))) +("stockholm" nil (((s t aa k) 1) ((hh ow l m) 1))) +("stocking" nil (((s t aa) 1) ((k ih ng) 0))) +("stockinger" nil (((s t aa) 1) ((k ih ng) 0) ((er) 0))) +("stockings" nil (((s t aa) 1) ((k ih ng z) 0))) +("stockley" nil (((s t aa) 1) ((k l iy) 0))) +("stockman" nil (((s t aa k) 1) ((m ax n) 0))) +("stockmarket" nil (((s t aa k) 1) ((m aa r) 1) ((k ih t) 0))) +("stockpile" nil (((s t aa k) 1) ((p ay l) 1))) +("stockpiled" nil (((s t aa k) 1) ((p ay l d) 1))) +("stockpiles" nil (((s t aa k) 1) ((p ay l z) 1))) +("stockpiling" nil (((s t aa k) 1) ((p ay) 1) ((l ih ng) 0))) +("stockroom" nil (((s t aa) 1) ((k r uw m) 1))) +("stocks" nil (((s t aa k s) 1))) +("stocksdale" nil (((s t aa k s) 1) ((d ey l) 1))) +("stockslager" nil (((s t aa k) 1) ((s l ey) 0) ((g er) 0))) +("stockstill" nil (((s t aa k) 1) ((s t ih l) 1))) +("stockton" nil (((s t aa k) 1) ((t ax n) 0))) +("stockwell" nil (((s t aa) 1) ((k w eh l) 1))) +("stocky" nil (((s t aa) 1) ((k iy) 0))) +("stockyard" nil (((s t aa) 1) ((k y aa r d) 1))) +("stockyards" nil (((s t aa) 1) ((k y aa r d z) 1))) +("stocum" nil (((s t ow) 1) ((k ax m) 0))) +("stoddard" nil (((s t aa) 1) ((d er d) 0))) +("stodghill" nil (((s t aa jh) 1) ((hh ih l) 1))) +("stodgy" nil (((s t aa) 1) ((jh iy) 0))) +("stodola" nil (((s t ow) 0) ((d ow) 1) ((l ax) 0))) +("stodolsky" nil (((s t ax) 0) ((d ao l) 1) ((s k iy) 0))) +("stoeber" nil (((s t ow) 1) ((b er) 0))) +("stoeckel" nil (((s t ow) 1) ((k ax l) 0))) +("stoecker" nil (((s t ow) 1) ((k er) 0))) +("stoeckle" nil (((s t ow) 1) ((k ax l) 0))) +("stoecklein" nil (((s t ow) 1) ((k l ay n) 1))) +("stoeger" nil (((s t ow) 1) ((g er) 0))) +("stoehr" nil (((s t ao r) 1))) +("stoelting" nil (((s t ow l) 1) ((t ih ng) 0))) +("stoeltze" nil (((s t ow l t s) 1))) +("stoermer" nil (((s t ao r) 1) ((m er) 0))) +("stoessel" nil (((s t ow) 1) ((s ax l) 0))) +("stoever" nil (((s t aa) 1) ((eh) 0) ((v er) 0))) +("stofer" nil (((s t ow) 1) ((f er) 0))) +("stoff" nil (((s t ao f) 1))) +("stoffel" nil (((s t aa) 1) ((f ax l) 0))) +("stoffels" nil (((s t aa) 1) ((f ax l z) 0))) +("stoffer" nil (((s t ao) 1) ((f er) 0))) +("stoffers" nil (((s t ao) 1) ((f er z) 0))) +("stoffregen" nil (((s t aa) 1) ((f r ih) 0) ((g ax n) 0))) +("stofko" nil (((s t ow f) 1) ((k ow) 0))) +("stoga" nil (((s t ow) 1) ((g ax) 0))) +("stogdill" nil (((s t aa g) 1) ((d ih l) 0))) +("stogner" nil (((s t aa g) 1) ((n er) 0))) +("stogsdill" nil (((s t aa g z) 1) ((d ih l) 0))) +("stohl" nil (((s t ow l) 1))) +("stohler" nil (((s t ow) 1) ((l er) 0))) +("stohr" nil (((s t ao r) 1))) +("stoia" nil (((s t ow) 1) ((y ax) 0))) +("stoiber" nil (((s t oy) 1) ((b er) 0))) +("stoic" nil (((s t ow) 1) ((ih k) 0))) +("stoically" nil (((s t ow) 1) ((ih) 0) ((k l iy) 0))) +("stoicism" nil (((s t ow) 1) ((ax) 0) ((s ih) 1) ((z ax m) 0))) +("stoics" nil (((s t ow) 1) ((ih k s) 0))) +("stoke" nil (((s t ow k) 1))) +("stoked" nil (((s t ow k t) 1))) +("stokely" nil (((s t ow) 1) ((k l iy) 0))) +("stoker" nil (((s t ow) 1) ((k er) 0))) +("stokes" nil (((s t ow k s) 1))) +("stoking" nil (((s t ow) 1) ((k ih ng) 0))) +("stokke" nil (((s t aa k) 1))) +("stokley" nil (((s t aa) 1) ((k l iy) 0))) +("stoklosa" nil (((s t ax) 0) ((k l ow) 1) ((s ax) 0))) +("stol" nil (((s t ow l) 1))) +("stolar" nil (((s t ow) 1) ((l er) 0))) +("stolarski" nil (((s t ax) 0) ((l aa r) 1) ((s k iy) 0))) +("stolarz" nil (((s t ow) 1) ((l aa r z) 0))) +("stolberg" nil (((s t ow l) 1) ((b er g) 0))) +("stoldt" nil (((s t ow l t) 1))) +("stole" nil (((s t ow l) 1))) +("stolen" nil (((s t ow) 1) ((l ax n) 0))) +("stoler" nil (((s t ow) 1) ((l er) 0))) +("stolfi" nil (((s t ow l) 1) ((f iy) 0))) +("stolichnaya" nil (((s t ow) 1) ((l ih k) 0) ((n ay) 1) ((ax) 0))) +("stolid" nil (((s t aa) 1) ((l ax d) 0))) +("stoll" nil (((s t ow l) 1))) +("stollar" nil (((s t aa) 1) ((l er) 0))) +("stolle" nil (((s t aa l) 1))) +("stollen" nil (((s t aa) 1) ((l ax n) 0))) +("stoller" nil (((s t ow) 1) ((l er) 0))) +("stolley" nil (((s t aa) 1) ((l iy) 0))) +("stollings" nil (((s t ow) 1) ((l ih ng z) 0))) +("stolp" nil (((s t ow l p) 1))) +("stolpe" nil (((s t ow l p) 1))) +("stolper" nil (((s t ow l) 1) ((p er) 0))) +("stolt" nil (((s t ow l t) 1))) +("stolte" nil (((s t ow l t) 1))) +("stoltenberg" nil (((s t ow l) 1) ((t ax n) 0) ((b er g) 0))) +("stoltman" nil (((s t ow l t) 1) ((m ax n) 0))) +("stoltz" nil (((s t ow l t s) 1))) +("stoltzfus" nil (((s t ow l t) 1) ((s f ax s) 0))) +("stoltzman" nil (((s t ow l t) 1) ((s m ax n) 0))) +("stolz" nil (((s t ow l z) 1))) +("stolze" nil (((s t ow l z) 1))) +("stomach" nil (((s t ah) 1) ((m ax k) 0))) +("stomachache" n (((s t ah) 1) ((m ax) 0) ((k ey k) 1))) +("stomachs" nil (((s t ah) 1) ((m ax k s) 0))) +("stomata" nil (((s t ow) 1) ((m ax) 0) ((t ax) 0))) +("stombaugh" nil (((s t aa m) 1) ((b ao) 1))) +("stomp" nil (((s t aa m p) 1))) +("stomped" nil (((s t aa m p t) 1))) +("stomping" nil (((s t aa m) 1) ((p ih ng) 0))) +("stone" nil (((s t ow n) 1))) +("stoneback" nil (((s t ow n) 1) ((b ae k) 1))) +("stoneberg" nil (((s t ow n) 1) ((b er g) 0))) +("stoneberger" nil (((s t ow n) 1) ((b er) 0) ((g er) 0))) +("stonebraker" nil (((s t aa) 1) ((n ih) 0) ((b r ax) 0) ((k er) 0))) +("stoneburner" nil (((s t ow n) 1) ((b er) 1) ((n er) 0))) +("stonecipher" nil (((s t ow n) 1) ((s ay) 1) ((f er) 0))) +("stonecutters" nil (((s t ow n) 1) ((k ah) 1) ((t er z) 0))) +("stonecypher" nil (((s t aa) 1) ((n ih) 0) ((s ih) 0) ((f er) 0))) +("stoned" nil (((s t ow n d) 1))) +("stoneham" nil (((s t ow) 1) ((n ax m) 0))) +("stonehenge" nil (((s t ow n) 1) ((hh eh n jh) 1))) +("stonehill" nil (((s t ow n) 1) ((hh ih l) 1))) +("stonehocker" nil (((s t ow n) 1) ((hh aa) 1) ((k er) 0))) +("stonehouse" nil (((s t ow n) 1) ((hh aw s) 1))) +("stoneking" nil (((s t ow n) 1) ((k ih ng) 1))) +("stoneman" nil (((s t ow n) 1) ((m ax n) 0))) +("stoner" nil (((s t ow) 1) ((n er) 0))) +("stoneridge" nil (((s t ow n) 1) ((r ih jh) 1))) +("stonerock" nil (((s t ow n) 1) ((r aa k) 1))) +("stones" nil (((s t ow n z) 1))) +("stonesifer" nil (((s t aa) 1) ((n ih) 0) ((s ih) 0) ((f er) 0))) +("stonestreet" nil (((s t ow n) 1) ((s t r iy t) 1))) +("stonewall" nil (((s t ow n) 1) ((w ao l) 1))) +("stonewalled" nil (((s t ow n) 1) ((w ao l d) 1))) +("stonewalling" nil (((s t ow n) 1) ((w ao) 1) ((l ih ng) 0))) +("stoneware" nil (((s t ow n) 1) ((w eh r) 1))) +("stoney" nil (((s t ow) 1) ((n iy) 0))) +("stong" nil (((s t ao ng) 1))) +("stonge" nil (((s t aa n jh) 1))) +("stoning" nil (((s t ow) 1) ((n ih ng) 0))) +("stony" nil (((s t ow) 1) ((n iy) 0))) +("stonyfield" nil (((s t ow) 1) ((n iy) 0) ((f iy l d) 1))) +("stood" nil (((s t uh d) 1))) +("stooges" nil (((s t uw) 1) ((jh ih z) 0))) +("stookey" nil (((s t uw) 1) ((k iy) 0))) +("stooksbury" nil (((s t uw k s) 1) ((b eh) 0) ((r iy) 0))) +("stool" nil (((s t uw l) 1))) +("stools" nil (((s t uw l z) 1))) +("stoop" nil (((s t uw p) 1))) +("stooped" nil (((s t uw p t) 1))) +("stoops" nil (((s t uw p s) 1))) +("stoots" nil (((s t uw t s) 1))) +("stop" nil (((s t aa p) 1))) +("stopa" nil (((s t ow) 1) ((p ax) 0))) +("stopgap" nil (((s t aa p) 1) ((g ae p) 1))) +("stopher" nil (((s t aa) 1) ((f er) 0))) +("stopka" nil (((s t ow p) 1) ((k ax) 0))) +("stoplight" nil (((s t aa) 1) ((p l ay t) 1))) +("stoplights" nil (((s t aa) 1) ((p l ay t s) 1))) +("stopover" nil (((s t aa) 1) ((p ow) 1) ((v er) 0))) +("stopovers" nil (((s t aa) 1) ((p ow) 1) ((v er z) 0))) +("stoppage" nil (((s t aa) 1) ((p ih jh) 0))) +("stoppages" nil (((s t aa) 1) ((p ih) 0) ((jh ih z) 0))) +("stopped" nil (((s t aa p t) 1))) +("stoppel" nil (((s t aa) 1) ((p ax l) 0))) +("stopper" nil (((s t aa) 1) ((p er) 0))) +("stoppers" nil (((s t aa) 1) ((p er z) 0))) +("stopping" nil (((s t aa) 1) ((p ih ng) 0))) +("stops" nil (((s t aa p s) 1))) +("stopwatch" nil (((s t aa) 1) ((p w aa ch) 1))) +("stopwatches" nil (((s t aa) 1) ((p w aa) 1) ((ch ih z) 0))) +("stora" nil (((s t ao) 1) ((r ax) 0))) +("storage" nil (((s t ao) 1) ((r ax jh) 0))) +("storagetek" nil (((s t ao) 1) ((r ax jh) 0) ((t eh k) 1))) +("storaska" nil (((s t ao) 1) ((r ae) 1) ((s ax) 0))) +("storbeck" nil (((s t ao r) 1) ((b eh k) 0))) +("storch" nil (((s t ao r k) 1))) +("storck" nil (((s t ao r k) 1))) +("stordahl" nil (((s t ao r) 1) ((d aa l) 0))) +("store" nil (((s t ao r) 1))) +("stored" nil (((s t ao r d) 1))) +("storefront" nil (((s t ao r) 1) ((f r aa n t) 1))) +("storefronts" nil (((s t ao r) 1) ((f r aa n t s) 1))) +("storehouse" nil (((s t ao r) 1) ((hh aw s) 1))) +("storehouses" nil (((s t ao r) 1) ((hh aw) 1) ((z ax z) 0))) +("storekeepers" nil (((s t ao r) 1) ((k iy) 1) ((p er z) 0))) +("storer" nil (((s t ao) 1) ((r er) 0))) +("storeroom" nil (((s t ao r) 1) ((r uw m) 1))) +("stores" nil (((s t ao r z) 1))) +("storey" nil (((s t ao) 1) ((r iy) 0))) +("storie" nil (((s t ao) 1) ((r iy) 0))) +("storied" nil (((s t ao) 1) ((r iy d) 0))) +("stories" nil (((s t ao) 1) ((r iy z) 0))) +("storing" nil (((s t ao) 1) ((r ih ng) 0))) +("stork" nil (((s t ao r k) 1))) +("storlie" nil (((s t ao r) 1) ((l iy) 0))) +("storm" nil (((s t ao r m) 1))) +("stormed" nil (((s t ao r m d) 1))) +("storment" nil (((s t ao r) 1) ((m ax n t) 0))) +("stormer" nil (((s t ao r) 1) ((m er) 0))) +("stormes" nil (((s t ao r m z) 1))) +("storming" nil (((s t ao r) 1) ((m ih ng) 0))) +("stormont" nil (((s t ao r) 1) ((m ow n t) 0))) +("storms" nil (((s t ao r m z) 1))) +("stormy" nil (((s t ao r) 1) ((m iy) 0))) +("storr" nil (((s t ao r) 1))) +("storrow" nil (((s t aa) 1) ((r ow) 0))) +("storrs" nil (((s t ao r z) 1))) +("storti" nil (((s t ao r) 1) ((t iy) 0))) +("storting" nil (((s t ao r) 1) ((t ih ng) 0))) +("storts" nil (((s t ao r t s) 1))) +("stortz" nil (((s t ao r t s) 1))) +("story" nil (((s t ao) 1) ((r iy) 0))) +("storyboard" nil (((s t ao) 1) ((r iy) 0) ((b ao r d) 1))) +("storybook" nil (((s t ao) 1) ((r iy) 0) ((b uh k) 1))) +("storybooks" nil (((s t ao) 1) ((r iy) 0) ((b uh k s) 1))) +("storyline" nil (((s t ao) 1) ((r iy) 0) ((l ay n) 1))) +("storyteller" nil (((s t ao) 1) ((r iy) 0) ((t eh) 1) ((l er) 0))) +("storytellers" nil (((s t ao) 1) ((r iy) 0) ((t eh) 1) ((l er z) 0))) +("storytelling" nil (((s t ao) 1) ((r iy) 0) ((t eh) 1) ((l ih ng) 0))) +("storz" nil (((s t ao r z) 1))) +("stossel" nil (((s t aa) 1) ((s ax l) 0))) +("stotler" nil (((s t aa t) 1) ((l er) 0))) +("stott" nil (((s t aa t) 1))) +("stottlemyer" nil (((s t aa t) 1) ((l ih) 0) ((m iy) 0) ((er) 0))) +("stotts" nil (((s t aa t s) 1))) +("stotz" nil (((s t aa t s) 1))) +("stoudemire" nil (((s t uw) 1) ((d ax) 0) ((m ay r) 1))) +("stoudenmire" nil (((s t uw) 1) ((d ax n) 0) ((m ay r) 1))) +("stouder" nil (((s t ah) 1) ((d er) 0))) +("stoudt" nil (((s t ah d t) 1))) +("stouffer" nil (((s t ah) 1) ((f er) 0))) +("stough" nil (((s t ah f) 1))) +("stoughton" nil (((s t ow) 1) ((t ax n) 0))) +("stoup" nil (((s t uw p) 1))) +("stout" nil (((s t aw t) 1))) +("stoute" nil (((s t aw t) 1))) +("stoutenburg" nil (((s t aw) 1) ((t ax n) 0) ((b er g) 0))) +("stoutly" nil (((s t aw t) 1) ((l iy) 0))) +("stoutness" nil (((s t aw t) 1) ((n ax s) 0))) +("stovall" nil (((s t ow) 1) ((v aa l) 0))) +("stove" nil (((s t ow v) 1))) +("stover" nil (((s t ow) 1) ((v er) 0))) +("stoves" nil (((s t ow v z) 1))) +("stow" nil (((s t ow) 1))) +("stowe" nil (((s t ow) 1))) +("stowed" nil (((s t ow d) 1))) +("stowell" nil (((s t aa) 1) ((w eh l) 0))) +("stowers" nil (((s t ow) 1) ((er z) 0))) +("stoy" nil (((s t oy) 1))) +("stoyer" nil (((s t oy) 1) ((er) 0))) +("stracener" nil (((s t r ae) 1) ((s iy) 0) ((n er) 0))) +("strachan" nil (((s t r ae) 1) ((ch ax n) 0))) +("strack" nil (((s t r ae k) 1))) +("stracke" nil (((s t r ae k) 1))) +("strada" nil (((s t r aa) 1) ((d ax) 0))) +("straddle" nil (((s t r ae) 1) ((d ax l) 0))) +("straddled" nil (((s t r ae) 1) ((d ax l d) 0))) +("straddles" nil (((s t r ae) 1) ((d ax l z) 0))) +("straddling" nil (((s t r ae d) 1) ((l ih ng) 0))) +("strader" nil (((s t r ey) 1) ((d er) 0))) +("stradford" nil (((s t r ae d) 1) ((f er d) 0))) +("stradivarius" nil (((s t r ae) 1) ((d ih) 0) ((v eh) 1) ((r iy) 0) ((ax s) 0))) +("stradley" nil (((s t r ae d) 1) ((l iy) 0))) +("stradling" nil (((s t r ae d) 1) ((l ih ng) 0))) +("strafed" n (((s t r ey f d) 1))) +("straggled" nil (((s t r ae) 1) ((g ax l d) 0))) +("stragglers" nil (((s t r ae) 1) ((g l er z) 0))) +("strahan" nil (((s t r ae) 1) ((hh ax n) 0))) +("strahl" nil (((s t r aa l) 1))) +("strahle" nil (((s t r ey) 1) ((hh ax l) 0))) +("strahler" nil (((s t r aa) 1) ((l er) 0))) +("strahm" nil (((s t r aa m) 1))) +("straight" nil (((s t r ey t) 1))) +("straightedge" nil (((s t r ey) 1) ((t eh jh) 1))) +("straighten" nil (((s t r ey) 1) ((t ax n) 0))) +("straightened" nil (((s t r ey) 1) ((t ax n d) 0))) +("straightening" nil (((s t r ey) 1) ((t ax) 0) ((n ih ng) 0))) +("straightens" nil (((s t r ey) 1) ((t ax n z) 0))) +("straighter" nil (((s t r ey) 1) ((t er) 0))) +("straightforward" nil (((s t r ey t) 1) ((f ao r) 1) ((w er d) 0))) +("straightforwardly" nil (((s t r ey t) 1) ((f ao r) 1) ((w er d) 0) ((l iy) 0))) +("straights" nil (((s t r ey t s) 1))) +("strain" nil (((s t r ey n) 1))) +("strained" nil (((s t r ey n d) 1))) +("straining" nil (((s t r ey) 1) ((n ih ng) 0))) +("strains" nil (((s t r ey n z) 1))) +("strait" nil (((s t r ey t) 1))) +("straitjacket" nil (((s t r ey t) 1) ((jh ae) 1) ((k ax t) 0))) +("straitlaced" n (((s t r ey t) 1) ((l ey s d) 0))) +("straits" nil (((s t r ey t s) 1))) +("straka" nil (((s t r aa) 1) ((k ax) 0))) +("straker" nil (((s t r ey) 1) ((k er) 0))) +("straley" nil (((s t r ae) 1) ((l iy) 0))) +("stram" nil (((s t r ae m) 1))) +("stranahan" nil (((s t r ae) 1) ((n ax) 0) ((hh ae n) 0))) +("strand" nil (((s t r ae n d) 1))) +("strandberg" nil (((s t r ae n d) 1) ((b er g) 0))) +("strande" nil (((s t r ae n d) 1))) +("stranded" nil (((s t r ae n) 1) ((d ax d) 0))) +("stranding" nil (((s t r ae n) 1) ((d ih ng) 0))) +("strandlines" nil (((s t r ae n d) 1) ((l ay n z) 1))) +("strands" nil (((s t r ae n d z) 1))) +("strang" nil (((s t r ae ng) 1))) +("strange" nil (((s t r ey n jh) 1))) +("strangely" nil (((s t r ey n jh) 1) ((l iy) 0))) +("strangeness" nil (((s t r ey n jh) 1) ((n ax s) 0))) +("stranger" nil (((s t r ey n) 1) ((jh er) 0))) +("strangers" nil (((s t r ey n) 1) ((jh er z) 0))) +("strangest" nil (((s t r ey n) 1) ((jh ih s t) 0))) +("strangis" nil (((s t r ae n) 1) ((jh ih s) 0))) +("strangle" nil (((s t r ae ng) 1) ((g ax l) 0))) +("strangled" nil (((s t r ae ng) 1) ((g ax l d) 0))) +("stranglehold" nil (((s t r ae ng) 1) ((g ax l) 0) ((hh ow l d) 1))) +("strangling" nil (((s t r ae ng) 1) ((g ax) 0) ((l ih ng) 0))) +("strangulation" nil (((s t r ae ng) 1) ((g y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("strangulations" nil (((s t r ae ng) 1) ((g y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("strangwayes" nil (((s t r ae ng) 1) ((w ey z) 1))) +("strano" nil (((s t r aa) 1) ((n ow) 0))) +("stransky" nil (((s t r ae n) 1) ((s k iy) 0))) +("strap" nil (((s t r ae p) 1))) +("strapped" nil (((s t r ae p t) 1))) +("strapping" nil (((s t r ae) 1) ((p ih ng) 0))) +("straps" nil (((s t r ae p s) 1))) +("strasbourg" nil (((s t r ae s) 1) ((b ao r g) 1))) +("strasburg" nil (((s t r ae s) 1) ((b er g) 0))) +("strasburger" nil (((s t r ae s) 1) ((b er) 0) ((g er) 0))) +("strassburg" nil (((s t r ae s) 1) ((b er g) 0))) +("strassburger" nil (((s t r ae s) 1) ((b er) 0) ((g er) 0))) +("strasser" nil (((s t r ae) 1) ((s er) 0))) +("strassman" nil (((s t r ae) 1) ((s m ax n) 0))) +("strassner" nil (((s t r ae) 1) ((s n er) 0))) +("straszheim" nil (((s t r ae s) 1) ((hh ay m) 1))) +("strata" nil (((s t r ae) 1) ((t ax) 0))) +("stratacom" nil (((s t r ae) 1) ((t ax) 0) ((k aa m) 0))) +("stratagems" nil (((s t r ae) 1) ((t ax) 0) ((jh ax m z) 0))) +("stratas" nil (((s t r ae) 1) ((t ax z) 0))) +("strate" nil (((s t r ey t) 1))) +("strategem" nil (((s t r ae) 1) ((t ih) 0) ((jh eh m) 0))) +("strategic" nil (((s t r ax) 0) ((t iy) 1) ((jh ih k) 0))) +("strategical" nil (((s t r ax) 0) ((t iy) 1) ((jh ih) 0) ((k ax l) 0))) +("strategically" nil (((s t r ax) 0) ((t iy) 1) ((jh ih) 0) ((k l iy) 0))) +("strategies" nil (((s t r ae) 1) ((t ax) 0) ((jh iy z) 0))) +("strategist" nil (((s t r ae) 1) ((t ih) 0) ((jh ih s t) 0))) +("strategists" nil (((s t r ae) 1) ((t ih) 0) ((jh ih s t s) 0))) +("strategy" nil (((s t r ae) 1) ((t ax) 0) ((jh iy) 0))) +("strater" nil (((s t r ey) 1) ((t er) 0))) +("stratford" nil (((s t r ae t) 1) ((f er d) 0))) +("strathman" nil (((s t r ae th) 1) ((m ax n) 0))) +("stratified" nil (((s t r ae) 1) ((t ax) 0) ((f ay d) 1))) +("stratigraphic" nil (((s t r ae) 1) ((t ax) 0) ((g r ae) 1) ((f ih k) 0))) +("stratman" nil (((s t r ae t) 1) ((m ax n) 0))) +("stratmann" nil (((s t r ae t) 1) ((m ax n) 0))) +("stratoflex" nil (((s t r ae) 1) ((t ow) 0) ((f l eh k s) 1))) +("stratosphere" nil (((s t r ae) 1) ((t ax) 0) ((s f ih r) 1))) +("stratospheric" nil (((s t r ae) 1) ((t ax) 0) ((s f ih) 1) ((r ih k) 0))) +("stratton" nil (((s t r ae) 1) ((t ax n) 0))) +("stratum" nil (((s t r ae) 1) ((t ax m) 0))) +("stratus" nil (((s t r ae) 1) ((t ax s) 0))) +("straub" nil (((s t r aw b) 1))) +("straube" nil (((s t r aw b) 1))) +("strauch" nil (((s t r aw k) 1))) +("straughan" nil (((s t r ao) 1) ((ax n) 0))) +("straughn" nil (((s t r ao n) 1))) +("straughter" nil (((s t r ao) 1) ((t er) 0))) +("straus" nil (((s t r aw s) 1))) +("strausbaugh" nil (((s t r aw s) 1) ((b aw) 0))) +("strause" nil (((s t r aw s) 1))) +("strauser" nil (((s t r aw) 1) ((s er) 0))) +("strauss" nil (((s t r aw s) 1))) +("strausser" nil (((s t r aw) 1) ((s er) 0))) +("stravinsky" nil (((s t r ax) 0) ((v ih n) 1) ((s k iy) 0))) +("straw" nil (((s t r ao) 1))) +("strawberries" nil (((s t r ao) 1) ((b eh) 1) ((r iy z) 0))) +("strawberry" nil (((s t r ao) 1) ((b eh) 1) ((r iy) 0))) +("strawbridge" nil (((s t r ao) 1) ((b r ih jh) 1))) +("strawder" nil (((s t r ao) 1) ((d er) 0))) +("strawderman" nil (((s t r ao) 1) ((d er) 0) ((m ax n) 0))) +("strawn" nil (((s t r ao n) 1))) +("straws" nil (((s t r ao z) 1))) +("strawser" nil (((s t r ao) 1) ((z er) 0))) +("stray" nil (((s t r ey) 1))) +("strayed" nil (((s t r ey d) 1))) +("strayer" nil (((s t r ey) 1) ((er) 0))) +("strayhorn" nil (((s t r ey) 1) ((hh er n) 0))) +("straying" nil (((s t r ey) 1) ((ih ng) 0))) +("strays" nil (((s t r ey z) 1))) +("streak" nil (((s t r iy k) 1))) +("streaked" nil (((s t r iy k t) 1))) +("streaker" nil (((s t r iy) 1) ((k er) 0))) +("streaking" nil (((s t r iy) 1) ((k ih ng) 0))) +("streaks" nil (((s t r iy k s) 1))) +("stream" nil (((s t r iy m) 1))) +("streamed" nil (((s t r iy m d) 1))) +("streamers" nil (((s t r iy) 1) ((m er z) 0))) +("streaming" nil (((s t r iy) 1) ((m ih ng) 0))) +("streamline" nil (((s t r iy m) 1) ((l ay n) 1))) +("streamlined" nil (((s t r iy m) 1) ((l ay n d) 1))) +("streamlining" nil (((s t r iy m) 1) ((l ay) 1) ((n ih ng) 0))) +("streams" nil (((s t r iy m z) 1))) +("streater" nil (((s t r iy) 1) ((t er) 0))) +("streb" nil (((s t r eh b) 1))) +("strebe" nil (((s t r iy b) 1))) +("strebeck" nil (((s t r iy) 1) ((b eh k) 0))) +("strebel" nil (((s t r eh) 1) ((b ax l) 0))) +("streck" nil (((s t r eh k) 1))) +("strecker" nil (((s t r eh) 1) ((k er) 0))) +("streed" nil (((s t r iy d) 1))) +("streep" nil (((s t r iy p) 1))) +("streeper" nil (((s t r iy) 1) ((p er) 0))) +("street" nil (((s t r iy t) 1))) +("streetcar" nil (((s t r iy t) 1) ((k aa r) 1))) +("streeter" nil (((s t r iy) 1) ((t er) 0))) +("streeters" nil (((s t r iy) 1) ((t er z) 0))) +("streetman" nil (((s t r iy t) 1) ((m ax n) 0))) +("streets" nil (((s t r iy t s) 1))) +("streett" nil (((s t r iy t) 1))) +("streety" nil (((s t r iy) 1) ((t iy) 0))) +("streff" nil (((s t r eh f) 1))) +("strege" nil (((s t r iy jh) 1))) +("strehl" nil (((s t r eh l) 1))) +("strehle" nil (((s t r eh l) 1))) +("strehlow" nil (((s t r eh) 1) ((l ow) 0))) +("streib" nil (((s t r ay b) 1))) +("streich" nil (((s t r ay k) 1))) +("streicher" nil (((s t r ay) 1) ((k er) 0))) +("streiff" nil (((s t r ay f) 1))) +("streight" nil (((s t r ey t) 1))) +("streisand" nil (((s t r ay) 1) ((z ax n d) 0))) +("streit" nil (((s t r ay t) 1))) +("streitmatter" nil (((s t r ay t) 1) ((m ax) 0) ((t er) 0))) +("strelow" nil (((s t r eh) 1) ((l ow) 0))) +("streng" nil (((s t r eh ng) 1))) +("strenger" nil (((s t r eh ng) 1) ((g er) 0))) +("strength" nil (((s t r eh ng k th) 1))) +("strengthen" nil (((s t r eh ng) 1) ((th ax n) 0))) +("strengthened" nil (((s t r eh ng) 1) ((th ax n d) 0))) +("strengthening" nil (((s t r eh ng) 1) ((th ax) 0) ((n ih ng) 0))) +("strengthens" nil (((s t r eh ng) 1) ((th ax n z) 0))) +("strengths" nil (((s t r eh ng k th s) 1))) +("strenio" nil (((s t r iy) 1) ((n iy) 0) ((ow) 0))) +("strenuous" nil (((s t r eh) 1) ((n y uw) 0) ((ax s) 0))) +("strenuously" nil (((s t r eh) 1) ((n y uw) 0) ((ax) 0) ((s l iy) 0))) +("strep" nil (((s t r eh p) 1))) +("streptokinase" nil (((s t r eh p) 1) ((t ax) 0) ((k ay) 1) ((n ey s) 1))) +("stress" nil (((s t r eh s) 1))) +("stressed" nil (((s t r eh s t) 1))) +("stresses" nil (((s t r eh) 1) ((s ax z) 0))) +("stressful" nil (((s t r eh) 1) ((s f ax l) 0))) +("stressing" nil (((s t r eh) 1) ((s ih ng) 0))) +("stretch" nil (((s t r eh ch) 1))) +("stretched" nil (((s t r eh ch t) 1))) +("stretcher" nil (((s t r eh) 1) ((ch er) 0))) +("stretches" nil (((s t r eh) 1) ((ch ax z) 0))) +("stretching" nil (((s t r eh) 1) ((ch ih ng) 0))) +("stretto" nil (((s t r eh) 1) ((t ow) 1))) +("strevig" nil (((s t r eh) 1) ((v ih g) 0))) +("strew" nil (((s t r uw) 1))) +("strewn" nil (((s t r uw n) 1))) +("strey" nil (((s t r ey) 1))) +("striar" nil (((s t r ay r) 1))) +("stribling" nil (((s t er) 1) ((ax) 0) ((b ax) 0) ((l ih ng) 0))) +("strick" nil (((s t r ih k) 1))) +("stricken" nil (((s t r ih) 1) ((k ax n) 0))) +("stricker" nil (((s t r ih) 1) ((k er) 0))) +("strickland" nil (((s t r ih) 1) ((k l ax n d) 0))) +("stricklen" nil (((s t r ih) 1) ((k ax) 0) ((l ax n) 0))) +("strickler" nil (((s t r ih) 1) ((k l er) 0))) +("stricklin" nil (((s t r ih) 1) ((k l ih n) 0))) +("strickling" nil (((s t r ih) 1) ((k l ih ng) 0))) +("strict" nil (((s t r ih k t) 1))) +("stricter" nil (((s t r ih k) 1) ((t er) 0))) +("strictest" nil (((s t r ih k) 1) ((t ax s t) 0))) +("strictly" nil (((s t r ih k t) 1) ((l iy) 0))) +("strictures" nil (((s t r ih k) 1) ((ch er z) 0))) +("stride" nil (((s t r ay d) 1))) +("stridency" nil (((s t r ay) 1) ((d ax n) 0) ((s iy) 0))) +("strident" nil (((s t r ay) 1) ((d ax n t) 0))) +("stridently" nil (((s t r ay) 1) ((d ax n t) 0) ((l iy) 0))) +("strider" nil (((s t r ay) 1) ((d er) 0))) +("strides" nil (((s t r ay d z) 1))) +("striding" nil (((s t r ay) 1) ((d ih ng) 0))) +("striegel" nil (((s t r iy) 1) ((g ax l) 0))) +("strieker" nil (((s t r iy) 1) ((k er) 0))) +("strieter" nil (((s t r iy) 1) ((t er) 0))) +("strife" nil (((s t r ay f) 1))) +("strifes" nil (((s t r ay f s) 1))) +("strike" nil (((s t r ay k) 1))) +("strikebreakers" nil (((s t r ay k) 1) ((b r ey) 1) ((k er z) 0))) +("strikeout" nil (((s t r ay) 1) ((k aw t) 1))) +("strikeouts" nil (((s t r ay) 1) ((k aw t s) 1))) +("striker" nil (((s t r ay) 1) ((k er) 0))) +("strikers" nil (((s t r ay) 1) ((k er z) 0))) +("strikes" nil (((s t r ay k s) 1))) +("striking" nil (((s t r ay) 1) ((k ih ng) 0))) +("strikingly" nil (((s t r ay) 1) ((k ih ng) 0) ((l iy) 0))) +("strimple" nil (((s t r ih m) 1) ((p ax l) 0))) +("strinden" nil (((s t r ih n) 1) ((d ax n) 0))) +("strine" nil (((s t r ay n) 1))) +("string" nil (((s t r ih ng) 1))) +("stringed" nil (((s t r ih ng d) 1))) +("stringency" nil (((s t r ih n) 1) ((jh ax n) 0) ((s iy) 0))) +("stringent" nil (((s t r ih n) 1) ((jh ax n t) 0))) +("stringently" nil (((s t r ih n) 1) ((jh ax n t) 0) ((l iy) 0))) +("stringer" nil (((s t r ih ng) 1) ((er) 0))) +("stringers" nil (((s t r ih ng) 1) ((er z) 0))) +("stringfellow" nil (((s t r ih ng) 1) ((f eh) 1) ((l ow) 0))) +("stringfield" nil (((s t r ih ng) 1) ((f iy l d) 1))) +("stringham" nil (((s t r ih ng) 1) ((hh ae m) 1))) +("stringing" nil (((s t r ih ng) 1) ((ih ng) 0))) +("strings" nil (((s t r ih ng z) 1))) +("stringy" nil (((s t r ih ng) 1) ((iy) 0))) +("strip" nil (((s t r ih p) 1))) +("stripe" nil (((s t r ay p) 1))) +("striped" nil (((s t r ay p t) 1))) +("striper" nil (((s t r ay) 1) ((p er) 0))) +("stripers" nil (((s t r ay) 1) ((p er z) 0))) +("stripes" nil (((s t r ay p s) 1))) +("striplin" nil (((s t r ih) 1) ((p l ih n) 0))) +("stripling" nil (((s t r ih) 1) ((p l ih ng) 0))) +("stripped" nil (((s t r ih p t) 1))) +("stripper" nil (((s t r ih) 1) ((p er) 0))) +("strippers" nil (((s t r ih) 1) ((p er z) 0))) +("stripping" nil (((s t r ih) 1) ((p ih ng) 0))) +("strips" nil (((s t r ih p s) 1))) +("striptease" nil (((s t r ih p) 1) ((t iy z) 1))) +("strite" nil (((s t r ay t) 1))) +("strittmatter" nil (((s t r ih t) 1) ((m ax) 0) ((t er) 0))) +("strive" nil (((s t r ay v) 1))) +("striven" nil (((s t r ih) 1) ((v ax n) 0))) +("strives" nil (((s t r ay v z) 1))) +("striving" nil (((s t r ay) 1) ((v ih ng) 0))) +("strivings" nil (((s t r ay) 1) ((v ih ng z) 0))) +("strnad" nil (((s t r) 0) ((n ae d) 1))) +("strobe" nil (((s t r ow b) 1))) +("strobel" nil (((s t r ow) 1) ((b ax l) 0))) +("strober" nil (((s t r ow) 1) ((b er) 0))) +("strobl" nil (((s t r aa) 1) ((b ax l) 0))) +("stroble" nil (((s t r ow) 1) ((b ax l) 0))) +("strobridge" nil (((s t r aa) 1) ((b r ih jh) 0))) +("strock" nil (((s t r aa k) 1))) +("strode" nil (((s t r ow d) 1))) +("stroder" nil (((s t r ow) 1) ((d er) 0))) +("stroebel" nil (((s t r ow) 1) ((b ax l) 0))) +("stroessner" nil (((s t r ow) 1) ((s n er) 0))) +("stroganoff" nil (((s t r ow) 1) ((g ax) 0) ((n ao f) 1))) +("stroh" nil (((s t r ow) 1))) +("strohecker" nil (((s t r ow) 1) ((ih) 0) ((k er) 0))) +("strohl" nil (((s t r ow l) 1))) +("strohm" nil (((s t r ow m) 1))) +("strohmaier" nil (((s t r ow) 1) ((m ay) 0) ((er) 0))) +("strohman" nil (((s t r ow) 1) ((m ax n) 0))) +("strohmeier" nil (((s t r ow) 1) ((m ay) 0) ((er) 0))) +("strohmeyer" nil (((s t r ow) 1) ((m ay) 0) ((er) 0))) +("stroik" nil (((s t r oy k) 1))) +("strojny" nil (((s t r ow y) 1) ((n iy) 0))) +("stroke" nil (((s t r ow k) 1))) +("stroked" nil (((s t r ow k t) 1))) +("strokes" nil (((s t r ow k s) 1))) +("stroking" nil (((s t r ow) 1) ((k ih ng) 0))) +("strole" nil (((s t r ow l) 1))) +("stroll" nil (((s t r ow l) 1))) +("strolled" nil (((s t r ow l d) 1))) +("stroller" nil (((s t r ow) 1) ((l er) 0))) +("strollers" nil (((s t r ow) 1) ((l er z) 0))) +("strolling" nil (((s t r ow) 1) ((l ih ng) 0))) +("strollo" nil (((s t r aa) 1) ((l ow) 0))) +("strolls" nil (((s t r ow l z) 1))) +("strom" nil (((s t r aa m) 1))) +("stroma" nil (((s t r ow) 1) ((m ax) 0))) +("stromain" nil (((s t r aa) 1) ((m ay n) 0))) +("stroman" nil (((s t r ow) 1) ((m ax n) 0))) +("strombeck" nil (((s t r aa m) 1) ((b eh k) 1))) +("stromberg" nil (((s t r aa m) 1) ((b er g) 0))) +("strome" nil (((s t r ow m) 1))) +("stromer" nil (((s t r ow) 1) ((m er) 0))) +("stromgren" nil (((s t r aa m) 1) ((g r eh n) 0))) +("stromme" nil (((s t r aa m) 1))) +("strommen" nil (((s t r aa) 1) ((m ax n) 0))) +("stromquist" nil (((s t r aa m) 1) ((k w ih s t) 1))) +("stronach" nil (((s t r aa) 1) ((n ax k) 0))) +("strong" nil (((s t r ao ng) 1))) +("stronger" nil (((s t r ao ng) 1) ((er) 0))) +("strongest" nil (((s t r ao ng) 1) ((g ax s t) 0))) +("stronghold" nil (((s t r ao ng) 1) ((hh ow l d) 1))) +("strongholds" nil (((s t r ao ng) 1) ((hh ow l d z) 1))) +("strongly" nil (((s t r ao ng) 1) ((l iy) 0))) +("strongman" nil (((s t r ao ng) 1) ((m ae n) 1))) +("strontium" nil (((s t r aa n) 1) ((t iy) 0) ((ax m) 0))) +("stroock" nil (((s t r uh k) 1))) +("stroop" nil (((s t r uw p) 1))) +("stroope" nil (((s t r uw p) 1))) +("stroot" nil (((s t r uw t) 1))) +("strope" nil (((s t r ow p) 1))) +("stroschein" nil (((s t r ao) 1) ((sh ay n) 0))) +("strosnider" nil (((s t r aa) 1) ((s n ay) 0) ((d er) 0))) +("strother" nil (((s t r aa) 1) ((dh er) 0))) +("strothers" nil (((s t r ah) 1) ((dh er z) 0))) +("strothman" nil (((s t r aa th) 1) ((m ax n) 0))) +("stroud" nil (((s t r aw d) 1))) +("strough" nil (((s t r aw) 1))) +("stroup" nil (((s t r uw p) 1))) +("stroupe" nil (((s t r uw p) 1))) +("strouse" nil (((s t r aw s) 1))) +("strout" nil (((s t r aw t) 1))) +("strouth" nil (((s t r aw th) 1))) +("strove" nil (((s t r ow v) 1))) +("strow" nil (((s t r ow) 1))) +("strozier" nil (((s t r ow) 1) ((z iy) 0) ((er) 0))) +("strub" nil (((s t r ah b) 1))) +("strubbe" nil (((s t r ah b) 1))) +("strube" nil (((s t r uw b) 1))) +("strubel" nil (((s t r uw) 1) ((b ax l) 0))) +("struble" nil (((s t r uw) 1) ((b ax l) 0))) +("struchen" nil (((s t r ah) 1) ((k ax n) 0))) +("struck" nil (((s t r ah k) 1))) +("struckman" nil (((s t r ah k) 1) ((m ax n) 0))) +("structural" nil (((s t r ah k) 1) ((ch er) 0) ((ax l) 0))) +("structurally" nil (((s t r ah k) 1) ((ch er) 0) ((ax) 0) ((l iy) 0))) +("structure" nil (((s t r ah k) 1) ((ch er) 0))) +("structured" nil (((s t r ah k) 1) ((ch er d) 0))) +("structures" nil (((s t r ah k) 1) ((ch er z) 0))) +("structuring" nil (((s t r ah k) 1) ((ch er) 0) ((ih ng) 0))) +("struebing" nil (((s t r uh) 1) ((b ih ng) 0))) +("struggle" nil (((s t r ah) 1) ((g ax l) 0))) +("struggled" nil (((s t r ah) 1) ((g ax l d) 0))) +("struggles" nil (((s t r ah) 1) ((g ax l z) 0))) +("struggling" nil (((s t r ah) 1) ((g ax) 0) ((l ih ng) 0))) +("strum" nil (((s t r ah m) 1))) +("strung" nil (((s t r ah ng) 1))) +("strunk" nil (((s t r ah ng k) 1))) +("strupp" nil (((s t r ah p) 1))) +("struss" nil (((s t r ah s) 1))) +("strut" nil (((s t r ah t) 1))) +("struthers" nil (((s t r ah) 1) ((dh er z) 0))) +("struts" nil (((s t r ah t s) 1))) +("strutting" nil (((s t r ah) 1) ((t ih ng) 0))) +("strutz" nil (((s t r ah t s) 1))) +("struve" nil (((s t r uw v) 1))) +("strycharz" nil (((s t r ih) 1) ((hh er z) 0))) +("strychnine" nil (((s t r ih k) 1) ((n ay n) 1))) +("stryker" nil (((s t r ay) 1) ((k er) 0))) +("strzelecki" nil (((s t r eh) 1) ((z ih) 0) ((l eh t) 1) ((s k iy) 0))) +("stu" nil (((s t uw) 1))) +("stuard" nil (((s t uw) 1) ((er d) 0))) +("stuart" nil (((s t uw) 1) ((er t) 0))) +("stuarts" nil (((s t uw) 1) ((er t s) 0))) +("stub" nil (((s t ah b) 1))) +("stubbe" nil (((s t ah b) 1))) +("stubbed" nil (((s t ah b d) 1))) +("stubbins" nil (((s t ah) 1) ((b ih n z) 0))) +("stubble" nil (((s t ah) 1) ((b ax l) 0))) +("stubblefield" nil (((s t ah) 1) ((b ax l) 0) ((f iy l d) 1))) +("stubborn" nil (((s t ah) 1) ((b er n) 0))) +("stubbornly" nil (((s t ah) 1) ((b er n) 0) ((l iy) 0))) +("stubbornness" nil (((s t ah) 1) ((b er n) 0) ((n ax s) 0))) +("stubbs" nil (((s t ah b z) 1))) +("stubby" nil (((s t ah) 1) ((b iy) 0))) +("stuber" nil (((s t uw) 1) ((b er) 0))) +("stubs" nil (((s t ah b z) 1))) +("stucco" nil (((s t ah) 1) ((k ow) 0))) +("stuchell" nil (((s t ah) 1) ((k ax l) 0))) +("stuck" nil (((s t ah k) 1))) +("stucke" nil (((s t ah k) 1))) +("stucker" nil (((s t ah) 1) ((k er) 0))) +("stuckert" nil (((s t ah) 1) ((k er t) 0))) +("stuckey" nil (((s t ah) 1) ((k iy) 0))) +("stucki" nil (((s t ah) 1) ((k iy) 0))) +("stuckman" nil (((s t ah k) 1) ((m ax n) 0))) +("stucky" nil (((s t ah) 1) ((k iy) 0))) +("stud" nil (((s t ah d) 1))) +("studdard" nil (((s t ah) 1) ((d er d) 0))) +("studded" nil (((s t ah) 1) ((d ih d) 0))) +("studds" nil (((s t ah d z) 1))) +("stude" nil (((s t uw d) 1))) +("studebaker" nil (((s t uw) 1) ((d ax) 0) ((b ey) 1) ((k er) 0))) +("student" nil (((s t uw) 1) ((d ax n t) 0))) +("students" nil (((s t uw) 1) ((d ax n t s) 0))) +("studer" nil (((s t uw) 1) ((d er) 0))) +("studied" nil (((s t ah) 1) ((d iy d) 0))) +("studies" nil (((s t ah) 1) ((d iy z) 0))) +("studio" nil (((s t uw) 1) ((d iy) 0) ((ow) 1))) +("studios" nil (((s t uw) 1) ((d iy) 0) ((ow z) 1))) +("studious" nil (((s t uw) 1) ((d iy) 0) ((ax s) 0))) +("studiously" nil (((s t uw) 1) ((d iy) 0) ((ax) 0) ((s l iy) 0))) +("studley" nil (((s t ah d) 1) ((l iy) 0))) +("studnicka" nil (((s t ax d) 0) ((n ih) 1) ((s k ax) 0))) +("studs" nil (((s t ah d z) 1))) +("studstill" nil (((s t ah d) 1) ((s t ih l) 1))) +("studt" nil (((s t ah d t) 1))) +("study" nil (((s t ah) 1) ((d iy) 0))) +("studying" nil (((s t ah) 1) ((d iy) 0) ((ih ng) 0))) +("studzinski" nil (((s t ax) 0) ((jh ih n) 1) ((s k iy) 0))) +("stuebe" nil (((s t uw b) 1))) +("stueber" nil (((s t uh) 1) ((b er) 0))) +("stueck" nil (((s t uw k) 1))) +("stueve" nil (((s t uw v) 1))) +("stuewe" nil (((s t uw) 1))) +("stuff" nil (((s t ah f) 1))) +("stuffed" nil (((s t ah f t) 1))) +("stuffing" nil (((s t ah) 1) ((f ih ng) 0))) +("stufflebeam" nil (((s t ah) 1) ((f ax l) 0) ((b iy m) 1))) +("stufflebean" nil (((s t ah) 1) ((f ax l) 0) ((b iy n) 1))) +("stuffs" nil (((s t ah f s) 1))) +("stuffy" nil (((s t ah) 1) ((f iy) 0))) +("stuhler" nil (((s t uw) 1) ((l er) 0))) +("stuhr" nil (((s t er) 1))) +("stuka" nil (((s t uw) 1) ((k ax) 0))) +("stukel" nil (((s t uw) 1) ((k ax l) 0))) +("stukes" nil (((s t uw k s) 1))) +("stukey" nil (((s t ah) 1) ((k iy) 0))) +("stull" nil (((s t ah l) 1))) +("stuller" nil (((s t ah) 1) ((l er) 0))) +("stultifying" nil (((s t ah l) 1) ((t ax) 0) ((f ay) 1) ((ih ng) 0))) +("stults" nil (((s t ah l t s) 1))) +("stultz" nil (((s t ah l t s) 1))) +("stum" nil (((s t ah m) 1))) +("stumbaugh" nil (((s t ah m) 1) ((b ao) 1))) +("stumble" nil (((s t ah m) 1) ((b ax l) 0))) +("stumbled" nil (((s t ah m) 1) ((b ax l d) 0))) +("stumbles" nil (((s t ah m) 1) ((b ax l z) 0))) +("stumbling" nil (((s t ah m) 1) ((b ax) 0) ((l ih ng) 0))) +("stumbo" nil (((s t ah m) 1) ((b ow) 0))) +("stumm" nil (((s t ah m) 1))) +("stump" nil (((s t ah m p) 1))) +("stumpage" nil (((s t ah m) 1) ((p ih jh) 0))) +("stumpe" nil (((s t ah m p) 1))) +("stumped" nil (((s t ah m p t) 1))) +("stumpf" nil (((s t ah m p f) 1))) +("stumpff" nil (((s t ah m p f) 1))) +("stumph" nil (((s t ah m f) 1))) +("stumping" nil (((s t ah m) 1) ((p ih ng) 0))) +("stumpo" nil (((s t ah m) 1) ((p ow) 0))) +("stumpp" nil (((s t ah m p) 1))) +("stumps" nil (((s t ah m p s) 1))) +("stun" nil (((s t ah n) 1))) +("stung" nil (((s t ah ng) 1))) +("stunk" nil (((s t ah ng k) 1))) +("stunned" nil (((s t ah n d) 1))) +("stunner" n (((s t ah) 1) ((n er) 0))) +("stunning" nil (((s t ah) 1) ((n ih ng) 0))) +("stunningly" nil (((s t ah) 1) ((n ih ng) 0) ((l iy) 0))) +("stunt" nil (((s t ah n t) 1))) +("stunted" nil (((s t ah n) 1) ((t ih d) 0))) +("stunts" nil (((s t ah n t s) 1))) +("stuntz" nil (((s t ah n t s) 1))) +("stupa" nil (((s t uw) 1) ((p ax) 0))) +("stupak" nil (((s t uw) 1) ((p ax k) 0))) +("stupar" nil (((s t uw) 1) ((p er) 0))) +("stupay" nil (((s t uw) 0) ((p ey) 1))) +("stupefying" n (((s t uw) 1) ((p ax) 0) ((f ay) 0) ((ax ng) 0))) +("stupendous" nil (((s t uw) 0) ((p eh n) 1) ((d ax s) 0))) +("stupid" nil (((s t uw) 1) ((p ax d) 0))) +("stupidest" nil (((s t uw) 1) ((p ih) 0) ((d ax s t) 0))) +("stupidity" nil (((s t uw) 0) ((p ih) 1) ((d ih) 0) ((t iy) 0))) +("stupka" nil (((s t ah p) 1) ((k ax) 0))) +("stupor" nil (((s t uw) 1) ((p er) 0))) +("stupp" nil (((s t ah p) 1))) +("stupski" nil (((s t ah p) 1) ((s k iy) 0))) +("sturbridge" nil (((s t er) 1) ((b r ih jh) 1))) +("sturc" nil (((s t er k) 1))) +("sturdevant" nil (((s t er) 1) ((d ih) 0) ((v ax n t) 0))) +("sturdier" nil (((s t er) 1) ((d iy) 0) ((er) 0))) +("sturdiness" nil (((s t er) 1) ((d iy) 0) ((n ax s) 0))) +("sturdivant" nil (((s t er) 1) ((d ih) 0) ((v ax n t) 0))) +("sturdy" nil (((s t er) 1) ((d iy) 0))) +("sturgell" nil (((s t er) 1) ((g ax l) 0))) +("sturgeon" nil (((s t er) 1) ((jh ax n) 0))) +("sturgeons" nil (((s t er) 1) ((jh ax n z) 0))) +("sturges" nil (((s t er) 1) ((jh ih z) 0))) +("sturgess" nil (((s t er) 1) ((g ih s) 0))) +("sturgill" nil (((s t er) 1) ((g ax l) 0))) +("sturgis" nil (((s t er) 1) ((jh ih s) 0))) +("sturkie" nil (((s t er) 1) ((k iy) 0))) +("sturm" nil (((s t er m) 1))) +("sturman" nil (((s t er) 1) ((m ax n) 0))) +("sturmans" nil (((s t er) 1) ((m ax n z) 0))) +("sturmer" nil (((s t er) 1) ((m er) 0))) +("sturn" nil (((s t er n) 1))) +("sturrock" nil (((s t ao) 1) ((r ax k) 0))) +("sturtevant" nil (((s t er) 1) ((t ax) 0) ((v ax n t) 0))) +("sturtz" nil (((s t er t s) 1))) +("sturza" nil (((s t er) 1) ((z ax) 0))) +("stutes" nil (((s t uw t s) 1))) +("stutesman" nil (((s t uw t) 1) ((s m ax n) 0))) +("stuteville" nil (((s t uw t) 1) ((v ih l) 1))) +("stutheit" nil (((s t ah) 1) ((th ay t) 0))) +("stutler" nil (((s t ah t) 1) ((l er) 0))) +("stutsman" nil (((s t ah t) 1) ((s m ax n) 0))) +("stutter" nil (((s t ah) 1) ((t er) 0))) +("stuttering" nil (((s t ah) 1) ((t er) 0) ((ih ng) 0))) +("stutters" nil (((s t ah) 1) ((t er z) 0))) +("stuttgart" nil (((s t ah t) 1) ((g er t) 0))) +("stutts" nil (((s t ah t s) 1))) +("stutz" nil (((s t ah t s) 1))) +("stutzman" nil (((s t ah t) 1) ((s m ax n) 0))) +("stuve" nil (((s t uw v) 1))) +("stuver" nil (((s t uw) 1) ((v er) 0))) +("stuyvesant" nil (((s t ay) 1) ((v ax) 0) ((s ax n t) 0))) +("sty" nil (((s t ay) 1))) +("styer" nil (((s t ay) 1) ((er) 0))) +("styers" nil (((s t ay) 1) ((er z) 0))) +("style" nil (((s t ay l) 1))) +("styled" nil (((s t ay l d) 1))) +("styles" nil (((s t ay l z) 1))) +("styling" nil (((s t ay) 1) ((l ih ng) 0))) +("stylish" nil (((s t ay) 1) ((l ih sh) 0))) +("stylishly" nil (((s t ay) 1) ((l ih) 0) ((sh l iy) 0))) +("stylist" nil (((s t ay) 1) ((l ih s t) 0))) +("stylistic" nil (((s t ay) 0) ((l ih) 1) ((s t ih k) 0))) +("stylistically" nil (((s t ay) 0) ((l ih) 1) ((s t ih) 0) ((k l iy) 0))) +("stylists" nil (((s t ay) 1) ((l ih s t s) 0))) +("stylites" nil (((s t ih) 0) ((l ay t s) 1))) +("stylized" nil (((s t ay) 1) ((l ay z d) 1))) +("stylus" nil (((s t ay) 1) ((l ax s) 0))) +("stymie" nil (((s t ay) 1) ((m iy) 0))) +("stymied" nil (((s t ay) 1) ((m iy d) 0))) +("stymies" nil (((s t ay) 1) ((m iy z) 0))) +("styrene" nil (((s t ay) 1) ((r iy n) 1))) +("styrofoam" nil (((s t ay) 1) ((r ax) 0) ((f ow m) 1))) +("styron" nil (((s t y) 0) ((r ao n) 1))) +("stys" nil (((s t ih s) 1))) +("styx" nil (((s t ih k s) 1))) +("su" nil (((s uw) 1))) +("suan" nil (((s w aa n) 1))) +("suard" nil (((s uw) 1) ((aa r d) 0))) +("suarez" nil (((s w aa) 0) ((r eh z) 1))) +("suasion" nil (((s w ey) 1) ((zh ax n) 0))) +("suata" nil (((s uw) 0) ((aa) 1) ((t ax) 0))) +("suave" nil (((s w aa v) 1))) +("suazo" nil (((s w aa) 1) ((z ow) 0))) +("sub" nil (((s ah b) 1))) +("suba" nil (((s uw) 1) ((b ax) 0))) +("subacute" nil (((s ah) 1) ((b ax) 0) ((k y uw t) 1))) +("subandrio" nil (((s ax) 0) ((b ae n) 1) ((d r iy) 0) ((ow) 0))) +("subaru" nil (((s uw) 1) ((b er) 0) ((uw) 0))) +("subassemblies" nil (((s ah) 1) ((b ax) 0) ((s eh m) 1) ((b l iy z) 0))) +("subatomic" nil (((s ah) 1) ((b ax) 0) ((t aa) 1) ((m ih k) 0))) +("subbed" nil (((s ah b d) 1))) +("subbing" nil (((s ah) 1) ((b ih ng) 0))) +("subchapter" nil (((s ah b) 1) ((ch ae p) 1) ((t er) 0))) +("subcomittee" nil (((s ah b) 1) ((k ax) 0) ((m ih) 1) ((t iy) 0))) +("subcommander" nil (((s ah b) 1) ((k ax) 0) ((m ae n) 1) ((d er) 0))) +("subcommanders" nil (((s ah b) 1) ((k ax) 0) ((m ae n) 1) ((d er z) 0))) +("subcommittee" nil (((s ah b) 1) ((k ax) 0) ((m ih) 1) ((t iy) 0))) +("subcommittees" nil (((s ah b) 1) ((k ax) 0) ((m ih) 1) ((t iy z) 0))) +("subcompact" nil (((s ax b) 0) ((k aa m) 1) ((p ae k t) 0))) +("subcompacts" nil (((s ax b) 0) ((k aa m) 1) ((p ae k t s) 0))) +("subconscious" nil (((s ax b) 0) ((k aa n) 1) ((sh ax s) 0))) +("subconsciously" nil (((s ax b) 0) ((k aa n) 1) ((sh ax) 0) ((s l iy) 0))) +("subcontinent" nil (((s ax b) 0) ((k aa n) 1) ((t ih) 0) ((n ax n t) 0))) +("subcontinents" nil (((s ax b) 0) ((k aa n) 1) ((t ih) 0) ((n ax n t s) 0))) +("subcontract" nil (((s ax b) 0) ((k aa n) 1) ((t r ae k t) 1))) +("subcontracted" nil (((s ax b) 0) ((k aa n) 1) ((t r ae k) 0) ((t ih d) 0))) +("subcontracting" nil (((s ah b) 1) ((k ax n) 0) ((t r ae k) 1) ((t ih ng) 0))) +("subcontractor" nil (((s ax b) 0) ((k aa n) 1) ((t r ae k) 1) ((t er) 0))) +("subcontractors" nil (((s ax b) 0) ((k aa n) 1) ((t r ae k) 0) ((t er z) 0))) +("subcontracts" nil (((s ax b) 0) ((k aa n) 1) ((t r ae k t s) 1))) +("subculture" nil (((s ah b) 1) ((k ah l) 1) ((ch er) 0))) +("subcultures" nil (((s ah b) 1) ((k ah l) 1) ((ch er z) 0))) +("subdivide" nil (((s ah b) 1) ((d ax) 0) ((v ay d) 1))) +("subdivided" nil (((s ah b) 1) ((d ih) 0) ((v ay) 1) ((d ih d) 0))) +("subdivision" nil (((s ah b) 1) ((d ih) 0) ((v ih) 1) ((zh ax n) 0))) +("subdivisions" nil (((s ah b) 1) ((d ih) 0) ((v ih) 1) ((zh ax n z) 0))) +("subdue" nil (((s ax b) 0) ((d uw) 1))) +("subdued" nil (((s ax b) 0) ((d uw d) 1))) +("subduing" nil (((s ax b) 0) ((d uw) 1) ((ih ng) 0))) +("suber" nil (((s uw) 1) ((b er) 0))) +("subfamilies" nil (((s ah b) 1) ((f ae) 1) ((m ax) 0) ((l iy z) 0))) +("subfamily" nil (((s ah b) 1) ((f ae) 1) ((m ax) 0) ((l iy) 0))) +("subgroup" nil (((s ah b) 1) ((g r uw p) 1))) +("subgroups" nil (((s ah b) 1) ((g r uw p s) 1))) +("subhlok" nil (((s ah) 1) ((b l aa k) 1))) +("subia" nil (((s uw) 0) ((b iy) 1) ((ax) 0))) +("subic" nil (((s uw) 1) ((b ih k) 0))) +("subject" n (((s ah b) 1) ((jh ih k t) 0))) +("subject" v (((s ax b) 0) ((jh eh k t) 1))) +("subjected" nil (((s ax b) 0) ((jh eh k) 1) ((t ih d) 0))) +("subjecting" nil (((s ax b) 0) ((jh eh k) 1) ((t ih ng) 0))) +("subjective" nil (((s ax b) 0) ((jh eh k) 1) ((t ih v) 0))) +("subjects" n (((s ah b) 1) ((jh ih k t s) 0))) +("subjects" v (((s ax b) 0) ((jh eh k t s) 1))) +("subjugate" n (((s ax b) 0) ((jh ax) 0) ((g ey t) 1))) +("subjugated" n (((s ax b) 0) ((jh ax) 0) ((g ey) 1) ((t ax d) 0))) +("subkingdom" nil (((s ax b) 0) ((k ih ng) 1) ((d ax m) 0))) +("sublease" nil (((s ah) 1) ((b l iy s) 1))) +("subleasing" nil (((s ax) 0) ((b l iy) 1) ((s ih ng) 0))) +("sublet" nil (((s ah) 1) ((b l eh t) 1))) +("sublett" nil (((s uw) 1) ((b l ih t) 0))) +("sublime" nil (((s ax) 0) ((b l ay m) 1))) +("subliminal" nil (((s ax) 0) ((b l ih) 1) ((m ih) 0) ((n ax l) 0))) +("subliminally" n (((s ax) 0) ((b l ih) 1) ((m ax) 0) ((n ax) 0) ((l iy) 0))) +("submachine" nil (((s ah b) 1) ((m ax) 0) ((sh iy n) 1))) +("submarine" nil (((s ah b) 1) ((m er) 0) ((iy n) 1))) +("submarines" nil (((s ah b) 1) ((m er) 0) ((iy n z) 1))) +("submerge" nil (((s ax b) 0) ((m er jh) 1))) +("submerged" nil (((s ax b) 0) ((m er jh d) 1))) +("submergence" nil (((s ax b) 0) ((m er) 1) ((jh ax n s) 0))) +("submersed" nil (((s ax b) 0) ((m er s t) 1))) +("submersible" nil (((s ax b) 0) ((m er) 1) ((s ih) 0) ((b ax l) 0))) +("submersion" nil (((s ax b) 0) ((m er) 1) ((zh ax n) 0))) +("subminimum" nil (((s ax b) 0) ((m ih) 1) ((n ih) 0) ((m ax m) 0))) +("submission" nil (((s ax b) 0) ((m ih) 1) ((sh ax n) 0))) +("submissions" nil (((s ax b) 0) ((m ih) 1) ((sh ax n z) 0))) +("submissive" nil (((s ax b) 0) ((m ih) 1) ((s ih v) 0))) +("submit" nil (((s ax b) 0) ((m ih t) 1))) +("submits" nil (((s ah b) 1) ((m ih t s) 1))) +("submitted" nil (((s ax b) 0) ((m ih) 1) ((t ax d) 0))) +("submitting" nil (((s ax b) 0) ((m ih) 1) ((t ih ng) 0))) +("subnotebook" nil (((s ah b) 1) ((n ow t) 1) ((b uh k) 1))) +("subordinate" nil (((s ax) 0) ((b ao r) 1) ((d ax) 0) ((n ey t) 1))) +("subordinated" nil (((s ax) 0) ((b ao r) 1) ((d ax) 0) ((n ey) 1) ((t ih d) 0))) +("subordinates" nil (((s ax) 0) ((b ao r) 1) ((d ax) 0) ((n ey t s) 1))) +("subordinating" nil (((s ax) 0) ((b ao r) 1) ((d ax) 0) ((n ey) 1) ((t ih ng) 0))) +("subordination" nil (((s ax) 0) ((b ao r) 1) ((d ax) 0) ((n ey) 1) ((sh ax n) 0))) +("subotnick" nil (((s ax) 0) ((b aa t) 1) ((n ih k) 0))) +("subpar" nil (((s ax b) 0) ((p aa r) 1))) +("subplot" nil (((s ah b) 1) ((p l aa t) 0))) +("subplots" nil (((s ah b) 1) ((p l aa t s) 0))) +("subpoena" nil (((s ax) 0) ((p iy) 1) ((n ax) 0))) +("subpoenaed" nil (((s ax) 0) ((p iy) 1) ((n ax d) 0))) +("subpoenaing" nil (((s ax) 0) ((p iy) 1) ((n ax) 0) ((ih ng) 0))) +("subpoenas" nil (((s ax) 0) ((p iy) 1) ((n ax z) 0))) +("subprincipals" nil (((s ax b) 0) ((p r ih n) 1) ((s ax) 0) ((p ax l z) 0))) +("subramanian" nil (((s uw) 1) ((b r ax) 0) ((m aa) 1) ((n iy) 0) ((ax n) 0))) +("subroto" nil (((s uw) 0) ((b r ow) 1) ((t ow) 0))) +("subs" nil (((s ah b z) 1))) +("subsaharan" nil (((s ah b) 1) ((s ax) 0) ((hh eh) 1) ((r ax n) 0))) +("subscribe" nil (((s ax b) 0) ((s k r ay b) 1))) +("subscribed" nil (((s ax b) 0) ((s k r ay b d) 1))) +("subscriber" nil (((s ax b) 0) ((s k r ay) 1) ((b er) 0))) +("subscribers" nil (((s ax b) 0) ((s k r ay) 1) ((b er z) 0))) +("subscribes" nil (((s ax b) 0) ((s k r ay b z) 1))) +("subscribing" nil (((s ax b) 0) ((s k r ay) 1) ((b ih ng) 0))) +("subscription" nil (((s ax b) 0) ((s k r ih p) 1) ((sh ax n) 0))) +("subscriptions" nil (((s ax b) 0) ((s k r ih p) 1) ((sh ax n z) 0))) +("subsequent" nil (((s ah b) 1) ((s ax) 0) ((k w ax n t) 0))) +("subsequently" nil (((s ah b) 1) ((s ax) 0) ((k w ax n t) 0) ((l iy) 0))) +("subservience" nil (((s ax b) 0) ((s er) 1) ((v iy) 0) ((ax n s) 0))) +("subservient" nil (((s ax b) 0) ((s er) 1) ((v iy) 0) ((ax n t) 0))) +("subset" nil (((s ah b) 1) ((s eh t) 1))) +("subside" nil (((s ax b) 0) ((s ay d) 1))) +("subsided" nil (((s ax b) 0) ((s ay) 1) ((d ih d) 0))) +("subsidence" nil (((s ax b) 0) ((s ay) 1) ((d ax n s) 0))) +("subsides" nil (((s ax b) 0) ((s ay d z) 1))) +("subsidiaries" nil (((s ax b) 0) ((s ih) 1) ((d iy) 0) ((eh) 1) ((r iy z) 0))) +("subsidiary" nil (((s ax b) 0) ((s ih) 1) ((d iy) 0) ((eh) 1) ((r iy) 0))) +("subsidies" nil (((s ah b) 1) ((s ax) 0) ((d iy z) 0))) +("subsiding" nil (((s ax b) 0) ((s ay) 1) ((d ih ng) 0))) +("subsidization" nil (((s ah b) 1) ((s ih) 0) ((d ih) 0) ((z ey) 1) ((sh ax n) 0))) +("subsidize" nil (((s ah b) 1) ((s ih) 0) ((d ay z) 1))) +("subsidized" nil (((s ah b) 1) ((s ih) 0) ((d ay z d) 1))) +("subsidizes" nil (((s ah b) 1) ((s ih) 0) ((d ay) 1) ((z ih z) 0))) +("subsidizing" nil (((s ah b) 1) ((s ih) 0) ((d ay) 1) ((z ih ng) 0))) +("subsidy" nil (((s ah b) 1) ((s ih) 0) ((d iy) 0))) +("subsist" nil (((s ax b) 0) ((s ih s t) 1))) +("subsistence" nil (((s ax b) 0) ((s ih) 1) ((s t ax n s) 0))) +("subsoil" nil (((s ah b) 1) ((s oy l) 1))) +("subspecies" n (((s ah b) 1) ((s p iy) 0) ((sh iy z) 0))) +("substance" nil (((s ah b) 1) ((s t ax n s) 0))) +("substances" nil (((s ah b) 1) ((s t ax n) 0) ((s ax z) 0))) +("substandard" nil (((s ax b) 0) ((s t ae n) 1) ((d er d) 0))) +("substantial" nil (((s ax b) 0) ((s t ae n) 1) ((ch ax l) 0))) +("substantially" nil (((s ax b) 0) ((s t ae n) 1) ((sh ax) 0) ((l iy) 0))) +("substantiate" nil (((s ax b) 0) ((s t ae n) 1) ((ch iy) 0) ((ey t) 1))) +("substantiated" nil (((s ax b) 0) ((s t ae n) 1) ((sh iy) 0) ((ey) 1) ((t ih d) 0))) +("substantiates" nil (((s ax b) 0) ((s t ae n) 1) ((ch iy) 0) ((ey t s) 1))) +("substantiation" nil (((s ax b) 0) ((s t ae n) 1) ((ch iy) 0) ((ey) 1) ((sh ax n) 0))) +("substantive" nil (((s ah b) 1) ((s t ax n) 0) ((t ih v) 0))) +("substantively" nil (((s ah b) 1) ((s t ax n) 0) ((t ih) 0) ((v l iy) 0))) +("substation" nil (((s ah b) 1) ((s t ey) 1) ((sh ax n) 0))) +("substitute" nil (((s ah b) 1) ((s t ax) 0) ((t uw t) 1))) +("substituted" nil (((s ah b) 1) ((s t ax) 0) ((t uw) 1) ((t ax d) 0))) +("substitutes" nil (((s ah b) 1) ((s t ax) 0) ((t uw t s) 1))) +("substituting" nil (((s ah b) 1) ((s t ih) 0) ((t uw) 1) ((t ih ng) 0))) +("substitution" nil (((s ah b) 1) ((s t ih) 0) ((t uw) 1) ((sh ax n) 0))) +("substitutions" nil (((s ah b) 1) ((s t ih) 0) ((t y uw) 1) ((sh ax n z) 0))) +("substrate" nil (((s ah b) 1) ((s t r ey t) 1))) +("substrates" nil (((s ah b) 1) ((s t r ey t s) 1))) +("subsurface" nil (((s ah b) 1) ((s er) 1) ((f ax s) 0))) +("subsystems" nil (((s ah b) 1) ((s ih) 1) ((s t ax m z) 0))) +("subterfuge" nil (((s ah b) 1) ((t er) 0) ((f y uw jh) 1))) +("subterranean" nil (((s ax b) 0) ((t er) 0) ((ey) 1) ((n iy) 0) ((ax n) 0))) +("subtext" nil (((s ah b) 1) ((t eh k s t) 1))) +("subtitle" nil (((s ah b) 1) ((t ay) 1) ((t ax l) 0))) +("subtitled" nil (((s ah b) 1) ((t ay) 1) ((t ax l d) 0))) +("subtitles" nil (((s ah b) 1) ((t ay) 1) ((t ax l z) 0))) +("subtle" nil (((s ah) 1) ((t ax l) 0))) +("subtler" nil (((s ah) 1) ((t ax) 0) ((l er) 0))) +("subtleties" nil (((s ah) 1) ((t ax l) 0) ((t iy z) 0))) +("subtlety" nil (((s ah) 1) ((t ax l) 0) ((t iy) 0))) +("subtly" nil (((s ah) 1) ((t ax) 0) ((l iy) 0))) +("subtract" nil (((s ax b) 0) ((t r ae k t) 1))) +("subtracted" nil (((s ax b) 0) ((t r ae k) 1) ((t ih d) 0))) +("subtracting" nil (((s ax b) 0) ((t r ae k) 1) ((t ih ng) 0))) +("subtraction" nil (((s ax b) 0) ((t r ae k) 1) ((sh ax n) 0))) +("suburb" nil (((s ah) 1) ((b er b) 0))) +("suburban" nil (((s ax) 0) ((b er) 1) ((b ax n) 0))) +("suburbanite" nil (((s ax) 0) ((b er) 1) ((b ax) 0) ((n ay t) 1))) +("suburbanites" nil (((s ax) 0) ((b er) 1) ((b ax) 0) ((n ay t s) 1))) +("suburbanization" nil (((s ax) 0) ((b er) 1) ((b ax) 0) ((n ih) 0) ((z ey) 1) ((sh ax n) 0))) +("suburbans" nil (((s ax) 0) ((b er) 1) ((b ax n z) 0))) +("suburbia" nil (((s ax) 0) ((b er) 1) ((b iy) 0) ((ax) 0))) +("suburbs" nil (((s ah) 1) ((b er b z) 0))) +("subversion" nil (((s ax b) 0) ((v er) 1) ((zh ax n) 0))) +("subversive" nil (((s ax b) 0) ((v er) 1) ((s ih v) 0))) +("subversives" nil (((s ax b) 0) ((v er) 1) ((s ih v z) 0))) +("subvert" nil (((s ax b) 0) ((v er t) 1))) +("subverted" nil (((s ax b) 0) ((v er) 1) ((t ih d) 0))) +("subverting" nil (((s ax b) 0) ((v er) 1) ((t ih ng) 0))) +("subverts" nil (((s ax b) 0) ((v er t s) 1))) +("subvolcanic" nil (((s ah b) 1) ((v aa l) 0) ((k ae) 1) ((n ih k) 0))) +("subway" nil (((s ah) 1) ((b w ey) 1))) +("subways" nil (((s ah) 1) ((b w ey z) 1))) +("subzero" nil (((s ah b) 1) ((z ih) 1) ((r ow) 0))) +("succeed" nil (((s ax k) 0) ((s iy d) 1))) +("succeeded" nil (((s ax k) 0) ((s iy) 1) ((d ax d) 0))) +("succeeding" nil (((s ax k) 0) ((s iy) 1) ((d ih ng) 0))) +("succeeds" nil (((s ax k) 0) ((s iy d z) 1))) +("success" nil (((s ax k) 0) ((s eh s) 1))) +("successes" nil (((s ax k) 0) ((s eh) 1) ((s ax z) 0))) +("successful" nil (((s ax k) 0) ((s eh) 1) ((s f ax l) 0))) +("successfully" nil (((s ax k) 0) ((s eh) 1) ((s f ax) 0) ((l iy) 0))) +("succession" nil (((s ax k) 0) ((s eh) 1) ((sh ax n) 0))) +("successive" nil (((s ax k) 0) ((s eh) 1) ((s ih v) 0))) +("successively" nil (((s ax k) 0) ((s eh) 1) ((s ih) 0) ((v l iy) 0))) +("successor" nil (((s ax k) 0) ((s eh) 1) ((s er) 0))) +("successors" nil (((s ax k) 0) ((s eh) 1) ((s er z) 0))) +("succinct" nil (((s ax k) 0) ((s ih ng k t) 1))) +("succinctly" nil (((s ax k) 0) ((s ih ng k t) 1) ((l iy) 0))) +("succor" nil (((s ah) 1) ((k er) 0))) +("succulent" nil (((s ah) 1) ((k y ax) 0) ((l ih n t) 0))) +("succulents" nil (((s ah) 1) ((k y ax) 0) ((l ax n t s) 0))) +("succumb" nil (((s ax) 0) ((k ah m) 1))) +("succumbed" nil (((s ax) 0) ((k ah m d) 1))) +("succumbing" nil (((s ax) 0) ((k ah) 1) ((m ih ng) 0))) +("succumbs" nil (((s ax) 0) ((k ah m z) 1))) +("such" nil (((s ah ch) 1))) +("suchan" nil (((s ah) 1) ((ch ax n) 0))) +("suchanek" nil (((s ah) 1) ((k ax) 0) ((n ih k) 0))) +("suchard" nil (((s uw) 0) ((sh aa r d) 1))) +("sucharski" nil (((s ax) 0) ((k aa r) 1) ((s k iy) 0))) +("suchecki" nil (((s ax) 0) ((k eh) 1) ((k iy) 0))) +("sucher" nil (((s ah) 1) ((ch er) 0))) +("suchinda" nil (((s uw) 1) ((ch ih n) 1) ((d ax) 0))) +("suchocki" nil (((s ax) 0) ((k aa) 1) ((k iy) 0))) +("suchomel" nil (((s ah) 1) ((k ow) 0) ((m eh l) 1))) +("suchy" nil (((s ah) 1) ((ch iy) 0))) +("suck" nil (((s ah k) 1))) +("sucked" nil (((s ah k t) 1))) +("sucker" nil (((s ah) 1) ((k er) 0))) +("suckered" nil (((s ah) 1) ((k er d) 0))) +("suckers" nil (((s ah) 1) ((k er z) 0))) +("sucking" nil (((s ah) 1) ((k ih ng) 0))) +("suckling" nil (((s ah) 1) ((k l ih ng) 0))) +("suckow" nil (((s ah) 1) ((k aw) 0))) +("suckrow" nil (((s ah) 1) ((k r ow) 0))) +("sucks" nil (((s ah k s) 1))) +("sucralose" nil (((s uw) 1) ((k r ax) 0) ((l ow s) 1))) +("sucre" nil (((s uw) 1) ((k er) 0))) +("sucrose" nil (((s uw) 1) ((k r ow s) 0))) +("suction" nil (((s ah k) 1) ((sh ax n) 0))) +("suda" nil (((s uw) 1) ((d ax) 0))) +("sudan" nil (((s uw) 1) ((d aa n) 1))) +("sudafed" nil (((s uw) 1) ((d ax) 0) ((f eh d) 1))) +("sudan" nil (((s uw) 0) ((d ae n) 1))) +("sudanese" nil (((s uw) 1) ((d ax) 0) ((n iy z) 1))) +("sudano" nil (((s uw) 0) ((d aa) 1) ((n ow) 0))) +("sudbeck" nil (((s ah d) 1) ((b eh k) 1))) +("sudberry" nil (((s ah d) 1) ((b eh) 1) ((r iy) 0))) +("sudbury" nil (((s ah d) 1) ((b eh) 1) ((r iy) 0))) +("sudd" nil (((s ah d) 1))) +("suddam" nil (((s ah) 1) ((d aa m) 1))) +("suddarth" nil (((s ah) 1) ((d aa r th) 0))) +("suddath" nil (((s ah) 1) ((d ax th) 0))) +("sudden" nil (((s ah) 1) ((d ax n) 0))) +("suddenly" nil (((s ah) 1) ((d ax n) 0) ((l iy) 0))) +("suddenness" nil (((s ah) 1) ((d ax n) 0) ((n ax s) 0))) +("sudderth" nil (((s ah) 1) ((d er th) 0))) +("suddeth" nil (((s ah) 1) ((d ih th) 0))) +("suddreth" nil (((s ah) 1) ((d r ih th) 0))) +("sudduth" nil (((s ah) 1) ((d ax th) 0))) +("suder" nil (((s uw) 1) ((d er) 0))) +("suderman" nil (((s uw) 1) ((d er) 0) ((m ax n) 0))) +("sudler" nil (((s uw) 1) ((d ax) 0) ((l er) 0))) +("sudol" nil (((s uw) 1) ((d ax l) 0))) +("suds" nil (((s ah d z) 1))) +("sue" nil (((s uw) 1))) +("sued" nil (((s uw d) 1))) +("suede" nil (((s w ey d) 1))) +("suedes" nil (((s w ey d z) 1))) +("suen" nil (((s uw n) 1))) +("sues" nil (((s uw z) 1))) +("suess" nil (((s w ih s) 1))) +("suey" nil (((s uw) 1) ((iy) 0))) +("suez" nil (((s uw) 1) ((eh z) 0))) +("suffer" nil (((s ah) 1) ((f er) 0))) +("suffered" nil (((s ah) 1) ((f er d) 0))) +("sufferer" nil (((s ah) 1) ((f er) 0) ((er) 0))) +("sufferers" nil (((s ah) 1) ((f er) 0) ((er z) 0))) +("suffering" nil (((s ah) 1) ((f er) 0) ((ih ng) 0))) +("sufferings" nil (((s ah) 1) ((f er) 0) ((ih ng z) 0))) +("suffern" nil (((s ah) 1) ((f er n) 0))) +("suffers" nil (((s ah) 1) ((f er z) 0))) +("suffice" nil (((s ax) 0) ((f ay s) 1))) +("sufficed" nil (((s ax) 0) ((f ay s t) 1))) +("sufficent" nil (((s ax) 0) ((f ih) 1) ((sh ax n t) 0))) +("suffices" nil (((s ax) 0) ((f ay) 1) ((s ih z) 0))) +("sufficiency" nil (((s ax) 0) ((f ih) 1) ((sh ax n) 0) ((s iy) 0))) +("sufficient" nil (((s ax) 0) ((f ih) 1) ((sh ax n t) 0))) +("sufficiently" nil (((s ax) 0) ((f ih) 1) ((sh ax n t) 0) ((l iy) 0))) +("suffield" nil (((s ah) 1) ((f iy l d) 0))) +("suffix" nil (((s ah) 1) ((f ih k s) 0))) +("suffocate" nil (((s ah) 1) ((f ax) 0) ((k ey t) 1))) +("suffocating" nil (((s ah) 1) ((f ax) 0) ((k ey) 1) ((t ih ng) 0))) +("suffocation" nil (((s ah) 1) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("suffolk" nil (((s ah) 1) ((f ax k) 0))) +("suffrage" nil (((s ah) 1) ((f r ih jh) 0))) +("suffragettes" nil (((s ah) 1) ((f r ax) 0) ((jh eh t s) 1))) +("suffused" nil (((s ax) 0) ((f y uw z d) 1))) +("sugar" nil (((sh uh) 1) ((g er) 0))) +("sugarcane" n (((sh uh) 1) ((g er) 0) ((k ey n) 0))) +("sugared" nil (((sh uh) 1) ((g er d) 0))) +("sugarman" nil (((sh uh) 1) ((g er) 0) ((m ax n) 0))) +("sugars" nil (((sh uh) 1) ((g er z) 0))) +("sugary" nil (((sh uh) 1) ((g er) 0) ((iy) 0))) +("sugden" nil (((s ah g) 1) ((d ax n) 0))) +("sugerman" nil (((s uw) 1) ((g er) 0) ((m ax n) 0))) +("sugg" nil (((s ah g) 1))) +("suggest" nil (((s ax g) 0) ((jh eh s t) 1))) +("suggested" nil (((s ax g) 0) ((jh eh) 1) ((s t ax d) 0))) +("suggesting" nil (((s ax g) 0) ((jh eh) 1) ((s t ih ng) 0))) +("suggestion" nil (((s ax g) 0) ((jh eh s) 1) ((ch ax n) 0))) +("suggestions" nil (((s ax g) 0) ((jh eh s) 1) ((ch ax n z) 0))) +("suggestive" nil (((s ax g) 0) ((jh eh) 1) ((s t ih v) 0))) +("suggestiveness" nil (((s ax g) 0) ((jh eh) 1) ((s t ih v) 0) ((n ax s) 0))) +("suggests" nil (((s ax g) 0) ((jh eh s t s) 1))) +("suggs" nil (((s ah g z) 1))) +("sugimoto" nil (((s uw) 0) ((g iy) 0) ((m ow) 1) ((t ow) 0))) +("sugiyama" nil (((s uw) 0) ((g iy) 0) ((y aa) 1) ((m ax) 0))) +("sugrue" nil (((s ah) 1) ((g r uw) 0))) +("suh" nil (((s ah) 1))) +("suharto" nil (((s uw) 0) ((hh aa r) 1) ((t ow) 0))) +("suhler" nil (((s uw) 1) ((l er) 0))) +("suhm" nil (((s uw m) 1))) +("suhr" nil (((s uh r) 1))) +("suhre" nil (((s uh r) 1))) +("suhud" nil (((s uw) 0) ((hh uh d) 1))) +("sui" nil (((s w ey) 1))) +("suicidal" nil (((s uw) 1) ((ax) 0) ((s ay) 1) ((d ax l) 0))) +("suicide" nil (((s uw) 1) ((ax) 0) ((s ay d) 1))) +("suicides" nil (((s uw) 1) ((ax) 0) ((s ay d z) 1))) +("suihua" nil (((s w ey) 1) ((hh w aa) 1))) +("suining" nil (((s w ey) 1) ((n iy ng) 1))) +("suing" nil (((s uw) 1) ((ih ng) 0))) +("suire" nil (((s uh r) 1))) +("suisse" nil (((s w ih s) 1))) +("suit" nil (((s uw t) 1))) +("suitability" nil (((s uw) 1) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("suitable" nil (((s uw) 1) ((t ax) 0) ((b ax l) 0))) +("suitably" nil (((s uw) 1) ((t ax) 0) ((b l iy) 0))) +("suitcase" nil (((s uw t) 1) ((k ey s) 1))) +("suitcases" nil (((s uw t) 1) ((k ey) 1) ((s ih z) 0))) +("suite" nil (((s w iy t) 1))) +("suited" nil (((s uw) 1) ((t ax d) 0))) +("suiter" nil (((s uw) 1) ((t er) 0))) +("suites" nil (((s w iy t s) 1))) +("suitor" nil (((s uw) 1) ((t er) 0))) +("suitors" nil (((s uw) 1) ((t er z) 0))) +("suits" nil (((s uw t s) 1))) +("suitt" nil (((s uw t) 1))) +("suizhong" nil (((s w ey) 1) ((jh ow ng) 1))) +("suizhou" nil (((s w ey) 1) ((jh ow) 1))) +("suk" nil (((s ah k) 1))) +("sukarno" nil (((s uw) 0) ((k aa r) 1) ((n ow) 0))) +("sukey" nil (((s uw) 1) ((k iy) 0))) +("sukharev" nil (((s ah k) 1) ((hh er) 0) ((ax v) 0))) +("suki" nil (((s uw) 1) ((k iy) 0))) +("sukiyaki" nil (((s uw) 0) ((k iy) 0) ((aa) 1) ((k iy) 0))) +("sukthankar" nil (((s uw k) 0) ((t aa ng) 1) ((k aa r) 1))) +("sukup" nil (((s uw) 1) ((k ax p) 0))) +("sul" nil (((s ah l) 1))) +("sulak" nil (((s uw) 1) ((l ax k) 0))) +("sulawesi" nil (((s uw) 1) ((l ax) 0) ((w eh) 1) ((s iy) 0))) +("sulcer" nil (((s ah l) 1) ((s er) 0))) +("sulek" nil (((s uw) 1) ((l ih k) 0))) +("suleski" nil (((s) 0) ((y uw) 0) ((l eh) 1) ((s k iy) 0))) +("sulewski" nil (((s) 0) ((y uw) 0) ((l eh f) 1) ((s k iy) 0))) +("suleyman" nil (((s uw) 1) ((l iy) 0) ((m ax n) 0))) +("sulfa" nil (((s ah l) 1) ((f ax) 0))) +("sulfate" nil (((s ah l) 1) ((f ey t) 1))) +("sulfide" nil (((s ah l) 1) ((f ay d) 1))) +("sulfite" nil (((s ah l) 1) ((f ay t) 1))) +("sulfites" nil (((s ah l) 1) ((f ay t s) 1))) +("sulfur" nil (((s ah l) 1) ((f er) 0))) +("sulfuric" nil (((s ax l) 0) ((f y uh) 1) ((r ih k) 0))) +("sulgrave" nil (((s ah l) 1) ((g r ey v) 1))) +("sulik" nil (((s uw) 1) ((l ih k) 0))) +("sulked" nil (((s ah l k t) 1))) +("sulking" nil (((s ah l) 1) ((k ih ng) 0))) +("sulkowski" nil (((s ax l) 0) ((k ao f) 1) ((s k iy) 0))) +("sullen" nil (((s ah) 1) ((l ax n) 0))) +("sullenberger" nil (((s ah) 1) ((l ax n) 0) ((b er) 0) ((g er) 0))) +("sullenger" nil (((s uw) 1) ((l ih n) 0) ((jh er) 0))) +("sullens" nil (((s ah) 1) ((l ax n z) 0))) +("sullie" nil (((s ah) 1) ((l iy) 0))) +("sullied" nil (((s ah) 1) ((l iy d) 0))) +("sullinger" nil (((s ah) 1) ((l ih ng) 0) ((er) 0))) +("sullins" nil (((s ah) 1) ((l ih n z) 0))) +("sullivan" nil (((s ah) 1) ((l ax) 0) ((v ax n) 0))) +("sullivans" nil (((s ah) 1) ((l ih) 0) ((v ax n z) 0))) +("sullivant" nil (((s ah) 1) ((l ih) 0) ((v ax n t) 0))) +("sullo" nil (((s uw) 1) ((l ow) 0))) +("sully" nil (((s ah) 1) ((l iy) 0))) +("sulpetro" nil (((s uw l) 0) ((p eh) 1) ((t r ow) 0))) +("sulphate" nil (((s ah l) 1) ((f ey t) 1))) +("sulphates" nil (((s ah l) 1) ((f ey t s) 1))) +("sulphur" nil (((s ah l) 1) ((f er) 0))) +("sulser" nil (((s ah l) 1) ((s er) 0))) +("sult" nil (((s ah l t) 1))) +("sultan" nil (((s ah l) 1) ((t ax n) 0))) +("sultanate" nil (((s ah l) 1) ((t ax) 0) ((n ax t) 0))) +("sultans" nil (((s ah l) 1) ((t ax n z) 0))) +("sulton" nil (((s ah l) 1) ((t ax n) 0))) +("sultry" nil (((s ah l) 1) ((t r iy) 0))) +("sulya" nil (((s uw) 1) ((l y ax) 0))) +("sulzbach" nil (((s ah l z) 1) ((b aa k) 0))) +("sulzberger" nil (((s ah l t s) 1) ((b er) 0) ((g er) 0))) +("sulzer" nil (((s ah l) 1) ((z er) 0))) +("sum" nil (((s ah m) 1))) +("sumac" nil (((s uw) 1) ((m ae k) 0))) +("suman" nil (((s uw) 1) ((m ax n) 0))) +("sumang" nil (((s uw) 1) ((m aa ng) 0))) +("sumarlin" nil (((s uw) 1) ((m aa r) 1) ((l ih n) 0))) +("sumatra" nil (((s uw) 1) ((m ae) 1) ((t r ax) 0))) +("sumerlin" nil (((s ah) 1) ((m er) 0) ((l ih n) 0))) +("sumgait" nil (((s ax m) 0) ((g ey t) 1))) +("sumida" nil (((s uw) 0) ((m iy) 1) ((d ax) 0))) +("suminski" nil (((s ax) 0) ((m ih n) 1) ((s k iy) 0))) +("sumita" nil (((s uw) 0) ((m iy) 1) ((t ax) 0))) +("sumitomo" nil (((s uw) 1) ((m ih) 0) ((t ow) 1) ((m ow) 0))) +("sumler" nil (((s ah m) 1) ((l er) 0))) +("sumlin" nil (((s ah m) 1) ((l ih n) 0))) +("summa" nil (((s uw) 1) ((m ax) 0))) +("summagraphics" nil (((s ah) 1) ((m ax) 0) ((g r ae) 1) ((f ih k s) 0))) +("summar" nil (((s ah) 1) ((m er) 0))) +("summaries" nil (((s ah) 1) ((m er) 0) ((iy z) 0))) +("summarily" nil (((s ax) 0) ((m eh) 1) ((r ih) 0) ((l iy) 0))) +("summarize" nil (((s ah) 1) ((m er) 0) ((ay z) 1))) +("summarized" nil (((s ah) 1) ((m er) 0) ((ay z d) 1))) +("summarizes" nil (((s ah) 1) ((m er) 0) ((ay) 1) ((z ih z) 0))) +("summarizing" nil (((s ah) 1) ((m er) 0) ((ay) 1) ((z ih ng) 0))) +("summary" nil (((s ah) 1) ((m er) 0) ((iy) 0))) +("summation" nil (((s ax) 0) ((m ey) 1) ((sh ax n) 0))) +("summations" nil (((s ax) 0) ((m ey) 1) ((sh ax n z) 0))) +("summcorp" nil (((s ah m) 1) ((k ao r p) 0))) +("summed" nil (((s ah m d) 1))) +("summer" nil (((s ah) 1) ((m er) 0))) +("summerall" nil (((s ah) 1) ((m er) 0) ((ao l) 1))) +("summerfield" nil (((s ah) 1) ((m er) 0) ((f iy l d) 1))) +("summerford" nil (((s ah) 1) ((m er) 0) ((f er d) 0))) +("summerhill" nil (((s ah) 1) ((m er) 0) ((hh ih l) 1))) +("summerlin" nil (((s ah) 1) ((m er) 0) ((l ih n) 0))) +("summerour" nil (((s ah) 1) ((m er) 0) ((er) 0))) +("summers" nil (((s ah) 1) ((m er z) 0))) +("summerson" nil (((s ah) 1) ((m er) 0) ((s ax n) 0))) +("summertime" nil (((s ah) 1) ((m er) 0) ((t ay m) 1))) +("summerville" nil (((s ah) 1) ((m er) 0) ((v ih l) 1))) +("summey" nil (((s ah) 1) ((m iy) 0))) +("summing" nil (((s ah) 1) ((m ih ng) 0))) +("summit" nil (((s ah) 1) ((m ax t) 0))) +("summiteers" nil (((s ah) 1) ((m ih) 0) ((t ih r z) 1))) +("summitry" nil (((s ah) 1) ((m ih) 0) ((t r iy) 0))) +("summits" nil (((s ah) 1) ((m ih t s) 0))) +("summitt" nil (((s ah) 1) ((m ih t) 0))) +("summon" nil (((s ah) 1) ((m ax n) 0))) +("summoned" nil (((s ah) 1) ((m ax n d) 0))) +("summoning" nil (((s ah) 1) ((m ax) 0) ((n ih ng) 0))) +("summons" nil (((s ah) 1) ((m ax n z) 0))) +("summonsed" nil (((s ah) 1) ((m ax n z d) 0))) +("summonses" nil (((s ah) 1) ((m ax n) 0) ((z ih z) 0))) +("summum" nil (((s ah) 1) ((m ax m) 0))) +("summy" nil (((s ah) 1) ((m iy) 0))) +("sumner" nil (((s ah m) 1) ((n er) 0))) +("sumners" nil (((s ah m) 1) ((n er z) 0))) +("sumo" nil (((s uw) 1) ((m ow) 0))) +("sump" nil (((s ah m p) 1))) +("sumpter" nil (((s ah m p) 1) ((t er) 0))) +("sumptuous" nil (((s ah m p ch) 1) ((w ax s) 0))) +("sumrall" nil (((s ah) 1) ((m r ax l) 0))) +("sumrell" nil (((s uw) 0) ((m r ey l) 1))) +("sumrow" nil (((s ah) 1) ((m r ow) 1))) +("sums" nil (((s ah m z) 1))) +("sumter" nil (((s ah m) 1) ((t er) 0))) +("sun" nil (((s ah n) 1))) +("sunamerica" nil (((s ah) 1) ((n ax) 0) ((m eh) 1) ((r ax) 0) ((k ax) 0))) +("sunbathing" nil (((s ah n) 1) ((b ey) 1) ((dh ih ng) 0))) +("sunbeam" nil (((s ah n) 1) ((b iy m) 1))) +("sunbelt" nil (((s ah n) 1) ((b eh l t) 1))) +("sunbird" nil (((s ah n) 1) ((b er d) 1))) +("sunbirds" nil (((s ah n) 1) ((b er d z) 1))) +("sunburn" nil (((s ah n) 1) ((b er n) 1))) +("sunburned" nil (((s ah n) 1) ((b er n d) 1))) +("suncoast" nil (((s ah n) 1) ((k ow s t) 1))) +("suncook" nil (((s ah n) 1) ((k uh k) 1))) +("suncor" nil (((s ah n) 1) ((k ao r) 1))) +("sund" nil (((s ah n d) 1))) +("sundae" nil (((s ah n) 1) ((d ey) 0))) +("sundahl" nil (((s ah n) 1) ((d aa l) 1))) +("sundai" nil (((s ax n) 0) ((d ay) 1))) +("sundance" nil (((s ah n) 1) ((d ae n s) 1))) +("sundar" nil (((s uw n) 1) ((d aa r) 2))) +("sundararajan" nil (((s uw n) 1) ((d aa) 0) ((r aa) 1) ((r aa) 0) ((jh ax n) 0))) +("sunday" nil (((s ah n) 1) ((d ey) 0))) +("sundays" nil (((s ah n) 1) ((d ey z) 0))) +("sundberg" nil (((s ah n d) 1) ((b er g) 0))) +("sundby" nil (((s ah n d) 1) ((b iy) 0))) +("sunde" nil (((s ah n d) 1))) +("sundeen" nil (((s ah n) 1) ((d iy n) 0))) +("sundell" nil (((s ah n) 1) ((d ax l) 0))) +("sunder" nil (((s ah n) 1) ((d er) 0))) +("sunderland" nil (((s ah n) 1) ((d er) 0) ((l ax n d) 0))) +("sunderlin" nil (((s ah n) 1) ((d er) 0) ((l ih n) 0))) +("sunderman" nil (((s ah n) 1) ((d er) 0) ((m ax n) 0))) +("sundermeyer" nil (((s ah n) 1) ((d er) 0) ((m ay) 0) ((er) 0))) +("sundews" nil (((s ah n) 1) ((d uw z) 1))) +("sundheim" nil (((s ah n d) 1) ((hh ay m) 1))) +("sundial" nil (((s ah n) 1) ((d ay l) 1))) +("sundin" nil (((s ah n) 1) ((d ax n) 0))) +("sundlun" nil (((s ah n d) 1) ((l ax n) 0))) +("sundown" nil (((s ah n) 1) ((d aw n) 1))) +("sundquist" nil (((s ah n d) 1) ((k w ih s t) 1))) +("sundry" nil (((s ah n) 1) ((d r iy) 0))) +("sundstrand" nil (((s ah n d) 1) ((s t r ae n d) 1))) +("sundstrom" nil (((s ah n d) 1) ((s t r ax m) 0))) +("sundt" nil (((s ah n t) 1))) +("sundy" nil (((s ah n) 1) ((d iy) 0))) +("sunfire" nil (((s ah n) 1) ((f ay r) 1))) +("sunfish" nil (((s ah n) 1) ((f ih sh) 1))) +("sunflower" nil (((s ah n) 1) ((f l aw) 1) ((er) 0))) +("sunflowers" nil (((s ah n) 1) ((f l aw) 1) ((er z) 0))) +("sung" nil (((s ah ng) 1))) +("sungard" nil (((s ah n) 1) ((g aa r d) 1))) +("sunglass" nil (((s ah n) 1) ((g l ae s) 1))) +("sunglasses" nil (((s ah n) 1) ((g l ae) 1) ((s ih z) 0))) +("sungroup" nil (((s ah n) 1) ((g r uw p) 1))) +("sunia" nil (((s uw) 1) ((n iy) 0) ((ax) 0))) +("suniga" nil (((s uw) 0) ((n iy) 1) ((g ax) 0))) +("sunil" nil (((s uw) 0) ((n ih l) 1))) +("sunk" nil (((s ah ng k) 1))) +("sunken" nil (((s ah ng) 1) ((k ax n) 0))) +("sunkist" nil (((s ah n) 1) ((k ih s t) 1))) +("sunland" nil (((s ah n) 1) ((l ae n d) 1))) +("sunli" nil (((s uw n) 1) ((l iy) 1))) +("sunlight" nil (((s ah n) 1) ((l ay t) 1))) +("sunlit" nil (((s ah n) 1) ((l ih t) 1))) +("sunlite" nil (((s ah n) 1) ((l ay t) 1))) +("sunni" nil (((s uw) 1) ((n iy) 0))) +("sunning" nil (((s ah) 1) ((n ih ng) 0))) +("sunnis" nil (((s uh) 1) ((n iy z) 1))) +("sunny" nil (((s ah) 1) ((n iy) 0))) +("sunnyside" nil (((s ah) 1) ((n iy) 0) ((s ay d) 1))) +("sunnyvale" nil (((s ah) 1) ((n iy) 0) ((v ey l) 1))) +("sunobe" nil (((s uw) 0) ((n ow) 1) ((b iy) 0))) +("sunoco" nil (((s ih) 0) ((n ow) 1) ((k ow) 0))) +("sunpoint" nil (((s ah n) 1) ((p oy n t) 1))) +("sunrise" nil (((s ah n) 1) ((r ay z) 1))) +("sunroof" nil (((s ah n) 1) ((r uw f) 1))) +("sunroom" nil (((s ah n) 1) ((r uw m) 1))) +("suns" nil (((s ah n z) 1))) +("sunscreen" nil (((s ax n) 0) ((s k r iy n) 1))) +("sunseri" nil (((s ax n) 0) ((s eh) 1) ((r iy) 0))) +("sunset" nil (((s ah n) 1) ((s eh t) 1))) +("sunsets" nil (((s ah n) 1) ((s eh t s) 1))) +("sunshine" nil (((s ah n) 1) ((sh ay n) 1))) +("sunshiny" nil (((s ah n) 1) ((sh ay) 1) ((n iy) 0))) +("sunspots" nil (((s ah n) 1) ((s p aa t s) 1))) +("sunstar" nil (((s ah n) 1) ((s t aa r) 1))) +("sunstate" nil (((s ah n) 1) ((s t ey t) 1))) +("sunstates" nil (((s ah n) 1) ((s t ey t s) 1))) +("sunsweet" nil (((s ah n) 1) ((s w iy t) 1))) +("suntan" nil (((s ah n) 1) ((t ae n) 1))) +("sunter" nil (((s ah n) 1) ((t er) 0))) +("suntory" nil (((s ah n) 1) ((t ao) 1) ((r iy) 0))) +("suntrust" nil (((s ah n) 1) ((t r ah s t) 1))) +("sununu" nil (((s ax) 0) ((n uw) 1) ((n uw) 0))) +("sunward" nil (((s ah n) 1) ((w er d) 0))) +("sunworld" nil (((s ah n) 1) ((w er l d) 1))) +("suny" nil (((s uw) 1) ((n iy) 1))) +("suo" nil (((s w ao) 1))) +("suonandajie" n (((s w ao) 1) ((n aa n) 1) ((d aa) 1) ((jh y eh) 1))) +("sup" nil (((s ah p) 1))) +("supak" nil (((s uw) 1) ((p ax k) 0))) +("supan" nil (((s uw) 1) ((p ax n) 0))) +("super" nil (((s uw) 1) ((p er) 0))) +("superabrasives" nil (((s uw) 1) ((p er) 0) ((ax) 0) ((b r ey) 1) ((s ih v z) 0))) +("superagent" n (((s uw) 1) ((p er) 0) ((ey) 1) ((jh eh n t) 0))) +("superamerica" nil (((s uw) 1) ((p er) 0) ((ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("superb" nil (((s uh) 0) ((p er b) 1))) +("superbar" nil (((s uw) 1) ((p er) 0) ((b aa r) 1))) +("superbly" nil (((s uw) 1) ((p er) 0) ((b l iy) 0))) +("superbowl" nil (((s uw) 1) ((p er) 0) ((b ow l) 1))) +("superbowls" nil (((s uw) 1) ((p er) 0) ((b ow l z) 1))) +("supercenter" nil (((s uw) 1) ((p er) 0) ((s eh n) 1) ((t er) 0))) +("supercenters" nil (((s uw) 1) ((p er) 0) ((s eh n) 1) ((t er s) 0))) +("supercharged" nil (((s uw) 1) ((p er) 0) ((ch aa r jh d) 1))) +("supercilious" nil (((s uw) 1) ((p er) 0) ((s ih) 1) ((l iy) 0) ((ax s) 0))) +("supercollider" nil (((s uw) 0) ((p er) 0) ((k ax) 0) ((l ay) 1) ((d er) 0))) +("supercomputer" nil (((s uw) 1) ((p er) 0) ((k ax m) 0) ((p y uw) 1) ((t er) 0))) +("supercomputers" nil (((s uw) 1) ((p er) 0) ((k ax m) 0) ((p y uw) 1) ((t er z) 0))) +("supercomputing" nil (((s uw) 0) ((p er) 0) ((k ax m) 0) ((p y uw) 1) ((t ih ng) 0))) +("superconducting" nil (((s uw) 1) ((p er) 0) ((k ax n) 0) ((d ah k) 1) ((t ih ng) 0))) +("superconductive" nil (((s uw) 0) ((p er) 0) ((k ax n) 0) ((d ah k) 1) ((t ih v) 0))) +("superconductivity" nil (((s uw) 1) ((p er) 0) ((k aa n) 1) ((d ah k) 1) ((t ih) 1) ((v ax) 0) ((t iy) 0))) +("superconductor" nil (((s uw) 1) ((p er) 0) ((k ax n) 0) ((d ah k) 1) ((t er) 0))) +("superconductors" nil (((s uw) 1) ((p er) 0) ((k ax n) 0) ((d ah k) 1) ((t er z) 0))) +("supercooled" nil (((s uw) 1) ((p er) 0) ((k uw l d) 1))) +("supercuts" nil (((s uw) 1) ((p er) 0) ((k ah t s) 1))) +("superdelegates" nil (((s uw) 0) ((p er) 0) ((d eh) 1) ((l ax) 0) ((g ax t s) 0))) +("superdome" nil (((s uw) 1) ((p er) 0) ((d ow m) 1))) +("superdot" nil (((s uw) 1) ((p er) 0) ((d aa t) 1))) +("superdrug" nil (((s uw) 1) ((p er) 0) ((d r ah g) 1))) +("superego" n (((s uw) 1) ((p er) 0) ((iy) 1) ((g ow) 0))) +("superfamily" nil (((s uw) 1) ((p er) 0) ((f ae m) 1) ((l iy) 0))) +("superfan" nil (((s uw) 1) ((p er) 0) ((f ae n) 1))) +("superfast" nil (((s uw) 1) ((p er) 0) ((f ae s t) 1))) +("superficial" nil (((s uw) 1) ((p er) 0) ((f ih) 1) ((sh ax l) 0))) +("superficially" nil (((s uw) 1) ((p er) 0) ((f ih) 1) ((sh ax l) 0) ((l iy) 0))) +("superfluidity" nil (((s uw) 1) ((p er) 0) ((f l uw) 1) ((ih) 1) ((d ax) 0) ((t iy) 0))) +("superfluous" nil (((s uw) 1) ((p er f l) 0) ((w ah s) 1))) +("superfon" nil (((s uw) 1) ((p er) 0) ((f ih n) 0))) +("superfreighters" nil (((s uw) 1) ((p er) 0) ((f r ey) 1) ((t er z) 0))) +("superfund" nil (((s uw) 1) ((p er) 0) ((f ah n d) 1))) +("supergiant" nil (((s uw) 1) ((p er) 0) ((jh ay) 1) ((ax n t) 0))) +("supergiants" nil (((s uw) 1) ((p er) 0) ((jh ay) 1) ((ax n t s) 0))) +("superheated" nil (((s uw) 1) ((p er) 0) ((hh iy) 1) ((t ih d) 0))) +("superheroes" n (((s uw) 1) ((p er) 0) ((hh iy) 1) ((r ow z) 0))) +("superheterodyne" nil (((s uw) 1) ((p er) 0) ((hh eh) 1) ((t er) 0) ((ax) 0) ((d ay n) 1))) +("superhighway" nil (((s uw) 1) ((p er) 0) ((hh ay) 1) ((w ey) 1))) +("superhuman" nil (((s uw) 1) ((p er) 0) ((hh y uw) 1) ((m ax n) 0))) +("superimposed" nil (((s uw) 1) ((p er) 0) ((ax m) 0) ((p ow z d) 1))) +("superintendent" nil (((s uw) 1) ((p er) 0) ((ax n) 0) ((t eh n) 1) ((d ax n t) 0))) +("superintendents" nil (((s uw) 1) ((p er) 0) ((ax n) 0) ((t eh n) 1) ((d ax n t s) 0))) +("superior" nil (((s uw) 0) ((p ih) 1) ((r iy) 0) ((er) 0))) +("superiority" nil (((s uw) 1) ((p ih) 0) ((r iy) 0) ((ao) 1) ((r ih) 0) ((t iy) 0))) +("superiors" nil (((s uw) 0) ((p ih) 1) ((r iy) 0) ((er z) 0))) +("superlative" nil (((s uh) 0) ((p er) 1) ((l ax) 0) ((t ih v) 0))) +("superlatives" nil (((s uh) 0) ((p er) 1) ((l ax) 0) ((t ih v z) 0))) +("supermac" nil (((s uw) 1) ((p er) 0) ((m ae k) 1))) +("supermajority" nil (((s uw) 1) ((p er) 0) ((m ax) 0) ((jh ao) 1) ((r ih) 0) ((t iy) 0))) +("superman" nil (((s uw) 1) ((p er) 0) ((m ax n) 0))) +("supermarket" nil (((s uw) 1) ((p er) 0) ((m aa r) 1) ((k ih t) 0))) +("supermarkets" nil (((s uw) 1) ((p er) 0) ((m aa r) 1) ((k ih t s) 0))) +("supermart" nil (((s uw) 1) ((p er) 0) ((m aa r t) 1))) +("superminicomputer" nil (((s uw) 1) ((p er) 0) ((m ih) 1) ((n ih) 0) ((k ax m) 0) ((p y uw) 1) ((t er) 0))) +("superminicomputers" nil (((s uw) 1) ((p er) 0) ((m ih) 1) ((n ih) 0) ((k ax m) 0) ((p y uw) 1) ((t er z) 0))) +("supernal" n (((s uw) 0) ((p eh r) 1) ((n ax l) 0))) +("supernatural" nil (((s uw) 1) ((p er) 0) ((n ae) 1) ((ch er) 0) ((ax l) 0))) +("supernaturalism" nil (((s uw) 1) ((p er) 0) ((n ae) 1) ((ch er) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("supernova" nil (((s uw) 1) ((p er) 0) ((n ow) 1) ((v ax) 0))) +("superoxide" nil (((s uw) 1) ((p er) 0) ((aa k) 1) ((s ay d) 1))) +("superpower" nil (((s uw) 1) ((p er) 0) ((p aw) 1) ((er) 0))) +("superpowers" nil (((s uw) 1) ((p er) 0) ((p aw) 1) ((er z) 0))) +("superpremium" nil (((s uw) 1) ((p er) 0) ((p r iy) 1) ((m iy) 0) ((ax m) 0))) +("superregional" nil (((s uw) 1) ((p er) 0) ((r iy) 1) ((jh ax) 0) ((n ax l) 0))) +("superregionals" nil (((s uw) 1) ((p er) 0) ((r iy) 1) ((jh ax) 0) ((n ax l z) 0))) +("superrich" n (((s uw) 1) ((p er) 0) ((r ih ch) 1))) +("supers" nil (((s uw) 1) ((p er z) 0))) +("supersaver" nil (((s uw) 1) ((p er) 0) ((s ey) 1) ((v er) 0))) +("supersecret" nil (((s uw) 1) ((p er) 0) ((s iy) 1) ((k r ih t) 0))) +("supersede" nil (((s uw) 1) ((p er) 0) ((s iy d) 1))) +("superseded" nil (((s uw) 1) ((p er) 0) ((s iy) 1) ((d ax d) 0))) +("supersedes" nil (((s uw) 1) ((p er) 0) ((s iy d z) 1))) +("superseding" nil (((s uw) 1) ((p er) 0) ((s iy) 1) ((d ih ng) 0))) +("supersonic" nil (((s uw) 1) ((p er) 0) ((s aa) 1) ((n ih k) 0))) +("superstar" nil (((s uw) 1) ((p er) 0) ((s t aa r) 1))) +("superstars" nil (((s uw) 1) ((p er) 0) ((s t aa r z) 1))) +("superstation" nil (((s uw) 1) ((p er) 0) ((s t ey) 1) ((sh ax n) 0))) +("superstition" nil (((s uw) 1) ((p er) 0) ((s t ih) 1) ((sh ax n) 0))) +("superstitions" nil (((s uw) 1) ((p er) 0) ((s t ih) 1) ((sh ax n z) 0))) +("superstitious" nil (((s uw) 1) ((p er) 0) ((s t ih) 1) ((sh ax s) 0))) +("superstore" nil (((s uw) 1) ((p er) 0) ((s t ao r) 1))) +("superstores" nil (((s uw) 1) ((p er) 0) ((s t ao r z) 1))) +("superstructure" nil (((s uw) 1) ((p er) 0) ((s t r ah k) 1) ((ch er) 0))) +("superstructures" nil (((s uw) 1) ((p er) 0) ((s t r ah k) 1) ((ch er z) 0))) +("supertanker" nil (((s uw) 1) ((p er) 0) ((t ae ng) 1) ((k er) 0))) +("supervalu" nil (((s uw) 1) ((p er) 0) ((v ae) 1) ((l y uw) 0))) +("supervise" nil (((s uw) 1) ((p er) 0) ((v ay z) 1))) +("supervised" nil (((s uw) 1) ((p er) 0) ((v ay z d) 1))) +("supervises" nil (((s uw) 1) ((p er) 0) ((v ay) 1) ((z ih z) 0))) +("supervising" nil (((s uw) 1) ((p er) 0) ((v ay) 1) ((z ih ng) 0))) +("supervision" nil (((s uw) 1) ((p er) 0) ((v ih) 1) ((zh ax n) 0))) +("supervisor" nil (((s uw) 1) ((p er) 0) ((v ay) 1) ((z er) 0))) +("supervisors" nil (((s uw) 1) ((p er) 0) ((v ay) 1) ((z er z) 0))) +("supervisory" nil (((s uw) 1) ((p er) 0) ((v ay) 1) ((z er) 0) ((iy) 0))) +("supervoting" nil (((s uw) 1) ((p er) 0) ((v ow) 1) ((t ih ng) 0))) +("supertree" nil (((s uw) 1) ((p er) 0) ((t r iy) 1))) +("superx" nil (((s uw) 1) ((p er) 0) ((eh k s) 1))) +("supine" nil (((s ax) 0) ((p ay n) 1))) +("supinski" nil (((s ax) 0) ((p ih n) 1) ((s k iy) 0))) +("suppa" nil (((s uw) 1) ((p ax) 0))) +("supper" nil (((s ah) 1) ((p er) 0))) +("suppers" nil (((s ah) 1) ((p er z) 0))) +("suppes" nil (((s ah p s) 1))) +("supplant" nil (((s ax) 0) ((p l ae n t) 1))) +("supplanted" nil (((s ax) 0) ((p l ae n) 1) ((t ax d) 0))) +("supplanting" nil (((s ax) 0) ((p l ae n) 1) ((t ih ng) 0))) +("supple" nil (((s ah) 1) ((p ax l) 0))) +("supplee" nil (((s ah) 1) ((p l iy) 0))) +("supplement" nil (((s ah) 1) ((p l ax) 0) ((m ax n t) 0))) +("supplemental" nil (((s ah) 1) ((p l ax) 0) ((m eh n) 1) ((t ax l) 0))) +("supplementary" nil (((s ah) 1) ((p l ax) 0) ((m eh n) 1) ((t er) 0) ((iy) 0))) +("supplemented" nil (((s ah) 1) ((p l ax) 0) ((m eh n) 1) ((t ax d) 0))) +("supplementing" nil (((s ah) 1) ((p l ax) 0) ((m ax n) 0) ((t ih ng) 0))) +("supplements" nil (((s ah) 1) ((p l ax) 0) ((m ax n t s) 0))) +("supplicant" nil (((s ah) 1) ((p l ax) 0) ((k ax n t) 0))) +("supplied" nil (((s ax) 0) ((p l ay d) 1))) +("supplier" nil (((s ax) 0) ((p l ay) 1) ((er) 0))) +("suppliers" nil (((s ax) 0) ((p l ay) 1) ((er z) 0))) +("supplies" nil (((s ax) 0) ((p l ay z) 1))) +("supply" nil (((s ax) 0) ((p l ay) 1))) +("supplying" nil (((s ax) 0) ((p l ay) 1) ((ih ng) 0))) +("support" nil (((s ax) 0) ((p ao r t) 1))) +("supportable" nil (((s ax) 0) ((p ao r) 1) ((t ax) 0) ((b ax l) 0))) +("supported" nil (((s ax) 0) ((p ao r) 1) ((t ax d) 0))) +("supporter" nil (((s ax) 0) ((p ao r) 1) ((t er) 0))) +("supporters" nil (((s ax) 0) ((p ao r) 1) ((t er z) 0))) +("supporting" nil (((s ax) 0) ((p ao r) 1) ((t ih ng) 0))) +("supportive" nil (((s ax) 0) ((p ao r) 1) ((t ih v) 0))) +("supports" nil (((s ax) 0) ((p ao r t s) 1))) +("suppose" nil (((s ax) 0) ((p ow z) 1))) +("supposed" nil (((s ax) 0) ((p ow z d) 1))) +("supposedly" nil (((s ax) 0) ((p ow) 1) ((z ax d) 0) ((l iy) 0))) +("supposes" nil (((s ax) 0) ((p ow) 1) ((z ih z) 0))) +("supposing" nil (((s ax) 0) ((p ow) 1) ((z ih ng) 0))) +("supposition" nil (((s ah) 1) ((p ax) 0) ((z ih) 1) ((sh ax n) 0))) +("suppress" nil (((s ax) 0) ((p r eh s) 1))) +("suppressant" nil (((s ax) 0) ((p r eh) 1) ((s ax n t) 0))) +("suppressed" nil (((s ax) 0) ((p r eh s t) 1))) +("suppresses" nil (((s ax) 0) ((p r eh) 1) ((s ih z) 0))) +("suppressing" nil (((s ax) 0) ((p r eh) 1) ((s ih ng) 0))) +("suppression" nil (((s ax) 0) ((p r eh) 1) ((sh ax n) 0))) +("suppressor" nil (((s ax) 0) ((p r eh) 1) ((s er) 0))) +("supra" nil (((s uw) 1) ((p r ax) 0))) +("supranational" nil (((s uw) 1) ((p r ax) 0) ((n ae) 1) ((sh ax) 0) ((n ax l) 0))) +("supremacist" nil (((s uw) 0) ((p r eh) 1) ((m ax) 0) ((s ih s t) 0))) +("supremacists" nil (((s uw) 0) ((p r eh) 1) ((m ax) 0) ((s ih s t s) 0))) +("supremacy" nil (((s ax) 0) ((p r eh) 1) ((m ax) 0) ((s iy) 0))) +("supreme" nil (((s ax) 0) ((p r iy m) 1))) +("supremely" nil (((s uw) 0) ((p r iy) 1) ((m ax) 0) ((l iy) 0))) +("supremes" nil (((s uw) 0) ((p r eh) 1) ((m eh z) 0))) +("suprenant" nil (((s uw) 0) ((p r ey) 1) ((n ax n t) 0))) +("suprisingly" nil (((s uw) 1) ((p r ay) 1) ((z ih ng) 0) ((l iy) 0))) +("suqian" nil (((s uw) 1) ((ch y ae n) 1))) +("sur" nil (((s er) 1))) +("sura" nil (((s uh) 1) ((r ax) 0))) +("surace" nil (((s uh) 0) ((r aa) 1) ((s ey) 0))) +("surat" nil (((s er) 0) ((aa t) 1))) +("surbaugh" nil (((s er) 1) ((b ao) 0))) +("surber" nil (((s er) 1) ((b er) 0))) +("surcharge" nil (((s er) 0) ((ch aa r jh) 1))) +("surcharges" nil (((s er) 1) ((ch aa r) 1) ((jh ih z) 0))) +("sure" nil (((sh uh r) 1))) +("surefire" n (((sh uw r) 0) ((f ay) 1) ((er) 0))) +("surely" nil (((sh uh r) 1) ((l iy) 0))) +("suren" nil (((s uh) 1) ((r ax n) 0))) +("surer" nil (((sh uh) 1) ((r er) 0))) +("sures" n (((sh uw r z) 1))) +("suresh" nil (((s er) 0) ((eh sh) 1))) +("surest" nil (((sh uh) 1) ((r ih s t) 0))) +("surette" nil (((s er) 0) ((eh t) 1))) +("surety" nil (((sh uh) 1) ((r ax) 0) ((t iy) 0))) +("surf" nil (((s er f) 1))) +("surface" nil (((s er) 1) ((f ax s) 0))) +("surfaced" nil (((s er) 1) ((f ih s t) 0))) +("surfaceness" nil (((s er) 1) ((f ax) 0) ((s n ax s) 0))) +("surfaces" nil (((s er) 1) ((f ax) 0) ((s ax z) 0))) +("surfacing" nil (((s er) 1) ((f ax) 0) ((s ih ng) 0))) +("surfactant" nil (((s er) 0) ((f ae k) 1) ((t ax n t) 0))) +("surfboard" nil (((s er f) 1) ((b ao r d) 1))) +("surfboards" nil (((s er f) 1) ((b ao r d z) 1))) +("surfed" v (((s er f t) 1))) +("surfeit" nil (((s er) 1) ((f ax t) 0))) +("surfer" nil (((s er) 1) ((f er) 0))) +("surfers" nil (((s er) 1) ((f er z) 0))) +("surfing" nil (((s er) 1) ((f ih ng) 0))) +("surge" nil (((s er jh) 1))) +("surged" nil (((s er jh d) 1))) +("surgeon" nil (((s er) 1) ((jh ax n) 0))) +("surgeons" nil (((s er) 1) ((jh ax n z) 0))) +("surgeries" nil (((s er) 1) ((jh er) 0) ((iy z) 0))) +("surgery" nil (((s er) 1) ((jh er) 0) ((iy) 0))) +("surges" nil (((s er) 1) ((jh ax z) 0))) +("surgical" nil (((s er) 1) ((jh ih) 0) ((k ax l) 0))) +("surgically" nil (((s er) 1) ((jh ih) 0) ((k ax) 0) ((l iy) 0))) +("surging" nil (((s er) 1) ((jh ih ng) 0))) +("suriano" nil (((s uh) 1) ((r iy) 0) ((aa) 1) ((n ow) 0))) +("surinam" nil (((s uh) 1) ((r ax) 0) ((n aa m) 1))) +("suriname" nil (((s er) 1) ((ih) 0) ((n aa m) 0))) +("surles" nil (((s ao) 1) ((r ax l z) 0))) +("surly" nil (((s er) 1) ((l iy) 0))) +("surma" nil (((s er) 1) ((m ax) 0))) +("surman" nil (((s er) 1) ((m ax n) 0))) +("surmise" nil (((s er) 0) ((m ay z) 1))) +("surmised" nil (((s er) 0) ((m ay z d) 1))) +("surmises" nil (((s er) 0) ((m ay) 1) ((z ih z) 0))) +("surmount" nil (((s er) 0) ((m aw n t) 1))) +("surmounted" nil (((s er) 0) ((m aw n) 1) ((t ih d) 0))) +("surmounting" nil (((s er) 0) ((m aw n) 1) ((t ih ng) 0))) +("surname" nil (((s er) 1) ((n ey m) 1))) +("surnames" nil (((s er) 1) ((n ey m z) 1))) +("surowiec" nil (((s er) 0) ((aw) 1) ((iy k) 0))) +("surpass" nil (((s er) 0) ((p ae s) 1))) +("surpassed" nil (((s er) 0) ((p ae s t) 1))) +("surpasses" nil (((s er) 0) ((p ae) 1) ((s ih z) 0))) +("surpassing" nil (((s er) 0) ((p ae) 1) ((s ih ng) 0))) +("surplus" nil (((s er) 1) ((p l ax s) 0))) +("surpluses" nil (((s er) 1) ((p l ax) 0) ((s ih z) 0))) +("surprenant" nil (((s er) 1) ((p r ih) 0) ((n ax n t) 0))) +("surprise" nil (((s er) 0) ((p r ay z) 1))) +("surprised" nil (((s er) 0) ((p r ay z d) 1))) +("surprises" nil (((s er) 0) ((p r ay) 1) ((z ax z) 0))) +("surprising" nil (((s er) 0) ((p r ay) 1) ((z ih ng) 0))) +("surprisingly" nil (((s er) 0) ((p r ay) 1) ((z ih ng) 0) ((l iy) 0))) +("surratt" nil (((s ao) 1) ((r ax t) 0))) +("surreal" nil (((s er) 0) ((iy l) 1))) +("surrealism" nil (((s er) 0) ((iy) 1) ((l ih) 0) ((z ax m) 0))) +("surrealisms" nil (((s er) 0) ((iy) 1) ((l ih) 0) ((z ax m z) 0))) +("surrealistic" nil (((s er) 0) ((iy) 1) ((l ih) 1) ((s t ih k) 0))) +("surrell" nil (((s ao) 1) ((r ax l) 0))) +("surrency" nil (((s ao) 1) ((r ax n) 0) ((s iy) 0))) +("surrender" nil (((s er) 0) ((eh n) 1) ((d er) 0))) +("surrendered" nil (((s er) 0) ((eh n) 1) ((d er d) 0))) +("surrendering" nil (((s er) 0) ((eh n) 1) ((d er) 0) ((ih ng) 0))) +("surrenders" nil (((s er) 0) ((eh n) 1) ((d er z) 0))) +("surreptitious" nil (((s er) 1) ((ax p) 0) ((t ih) 1) ((sh ax s) 0))) +("surreptitiously" nil (((s er) 1) ((ax p) 0) ((t ih) 1) ((sh ax) 0) ((s l iy) 0))) +("surrett" nil (((s ao) 1) ((r ih t) 0))) +("surrette" nil (((s er) 0) ((eh t) 1))) +("surrey" nil (((s er) 1) ((iy) 0))) +("surrogacy" nil (((s er) 1) ((ax) 0) ((g ax) 0) ((s iy) 0))) +("surrogate" nil (((s er) 1) ((ax) 0) ((g ax t) 0))) +("surrogates" nil (((s er) 1) ((ax) 0) ((g ax t s) 0))) +("surround" nil (((s er) 0) ((aw n d) 1))) +("surrounded" nil (((s er) 0) ((aw n) 1) ((d ax d) 0))) +("surrounding" nil (((s er) 0) ((aw n) 1) ((d ih ng) 0))) +("surroundings" nil (((s er) 0) ((aw n) 1) ((d ih ng z) 0))) +("surrounds" nil (((s er) 0) ((aw n d z) 1))) +("surry" nil (((s er) 1) ((iy) 0))) +("surtax" nil (((s er) 1) ((t ae k s) 1))) +("surtaxes" nil (((s er) 1) ((t ae k) 1) ((s ih z) 0))) +("surveillance" nil (((s er) 0) ((v ey) 1) ((l ax n s) 0))) +("survey" n (((s er) 1) ((v ey) 1))) +("survey" v (((s er) 0) ((v ey) 1))) +("surveyed" nil (((s er) 0) ((v ey d) 1))) +("surveying" nil (((s er) 0) ((v ey) 1) ((ih ng) 0))) +("surveyor" nil (((s er) 0) ((v ey) 1) ((er) 0))) +("surveyors" nil (((s er) 0) ((v ey) 1) ((er z) 0))) +("surveys" n (((s er) 1) ((v ey z) 1))) +("surveys" v (((s er) 0) ((v ey z) 1))) +("survivability" nil (((s er) 0) ((v ay) 1) ((v ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("survivable" nil (((s er) 0) ((v ay) 1) ((v ax) 0) ((b ax l) 0))) +("survival" nil (((s er) 0) ((v ay) 1) ((v ax l) 0))) +("survivalist" nil (((s er) 0) ((v ay) 1) ((v ax) 0) ((l ih s t) 0))) +("survivalists" nil (((s er) 0) ((v ay) 1) ((v ax) 0) ((l ih s t s) 0))) +("survive" nil (((s er) 0) ((v ay v) 1))) +("survived" nil (((s er) 0) ((v ay v d) 1))) +("survives" nil (((s er) 0) ((v ay v z) 1))) +("surviving" nil (((s er) 0) ((v ay) 1) ((v ih ng) 0))) +("survivor" nil (((s er) 0) ((v ay) 1) ((v er) 0))) +("survivors" nil (((s er) 0) ((v ay) 1) ((v er z) 0))) +("sus" nil (((s ah s) 1))) +("susa" nil (((s uw) 1) ((s ax) 0))) +("susan" nil (((s uw) 1) ((z ax n) 0))) +("susana" nil (((s uw) 0) ((s aa) 1) ((n ax) 0))) +("susann" nil (((s uw) 1) ((z ae n) 1))) +("susanna" nil (((s uw) 0) ((z ae) 1) ((n ax) 0))) +("susannah" nil (((s uw) 1) ((s ae) 1) ((n ax) 0))) +("susanne" nil (((s uw) 1) ((z ae n) 1))) +("susceptibility" nil (((s ax) 0) ((s eh p) 1) ((t ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("susceptible" nil (((s ax) 0) ((s eh p) 1) ((t ax) 0) ((b ax l) 0))) +("susette" nil (((s uw) 1) ((z eh t) 1))) +("sushi" nil (((s uw) 1) ((sh iy) 0))) +("susi" nil (((s uw) 1) ((s iy) 0))) +("susie" nil (((s uw) 1) ((z iy) 0))) +("suski" nil (((s ah) 1) ((s k iy) 0))) +("suskind" nil (((s ah) 1) ((s k ih n d) 0))) +("susko" nil (((s ah) 1) ((s k ow) 0))) +("susman" nil (((s ah) 1) ((s m ax n) 0))) +("susong" nil (((s ah) 1) ((s ao ng) 0))) +("suspect" n (((s ah) 1) ((s p eh k t) 0))) +("suspect" v (((s ax) 0) ((s p eh k t) 1))) +("suspected" nil (((s ax) 0) ((s p eh k) 1) ((t ax d) 0))) +("suspecting" nil (((s ax) 0) ((s p eh k) 1) ((t ih ng) 0))) +("suspects" n (((s ah) 1) ((s p eh k t s) 0))) +("suspects" v (((s ax) 0) ((s p eh k t s) 1))) +("suspend" nil (((s ax) 0) ((s p eh n d) 1))) +("suspended" nil (((s ax) 0) ((s p eh n) 1) ((d ax d) 0))) +("suspenders" nil (((s ax) 0) ((s p eh n) 1) ((d er z) 0))) +("suspending" nil (((s ax) 0) ((s p eh n) 1) ((d ih ng) 0))) +("suspends" nil (((s ax) 0) ((s p eh n d z) 1))) +("suspense" nil (((s ax) 0) ((s p eh n s) 1))) +("suspenseful" nil (((s ax) 0) ((s p eh n) 1) ((s f ax l) 0))) +("suspension" nil (((s ax) 0) ((s p eh n) 1) ((sh ax n) 0))) +("suspensions" nil (((s ax) 0) ((s p eh n) 1) ((sh ax n z) 0))) +("suspicion" nil (((s ax) 0) ((s p ih) 1) ((sh ax n) 0))) +("suspicions" nil (((s ax) 0) ((s p ih) 1) ((sh ax n z) 0))) +("suspicious" nil (((s ax) 0) ((s p ih) 1) ((sh ax s) 0))) +("suspiciously" nil (((s ax) 0) ((s p ih) 1) ((sh ax) 0) ((s l iy) 0))) +("susquehanna" nil (((s uw) 1) ((s k w eh) 0) ((hh ae) 1) ((n ax) 0))) +("suss" nil (((s ah s) 1))) +("susser" nil (((s ah) 1) ((s er) 0))) +("sussex" nil (((s ah) 1) ((s ih k s) 0))) +("susskind" nil (((s ah) 1) ((s k ih n d) 0))) +("sussman" nil (((s ah) 1) ((s m ax n) 0))) +("susswein" nil (((s ah) 1) ((s w iy n) 1))) +("sustain" nil (((s ax) 0) ((s t ey n) 1))) +("sustainability" nil (((s ax) 0) ((s t ey) 1) ((n ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("sustainable" nil (((s ax) 0) ((s t ey) 1) ((n ax) 0) ((b ax l) 0))) +("sustained" nil (((s ax) 0) ((s t ey n d) 1))) +("sustaining" nil (((s ax) 0) ((s t ey) 1) ((n ih ng) 0))) +("sustains" nil (((s ax) 0) ((s t ey n z) 1))) +("sustaita" nil (((s uw) 0) ((s t ey) 1) ((t ax) 0))) +("sustenance" nil (((s ah) 1) ((s t ax) 0) ((n ax n s) 0))) +("susteren" nil (((s ax) 0) ((s t eh) 1) ((r ax n) 0))) +("susumu" nil (((s uw) 1) ((s uw) 1) ((m uw) 0))) +("susy" nil (((s uw) 1) ((z iy) 0))) +("sutch" nil (((s ah ch) 1))) +("sutcliff" nil (((s ah t) 1) ((k l ih f) 0))) +("sutcliffe" nil (((s ah t) 1) ((k l ih f) 0))) +("suter" nil (((s uw) 1) ((t er) 0))) +("sutera" nil (((s uw) 0) ((t eh) 1) ((r ax) 0))) +("sutfin" nil (((s ah t) 1) ((f ih n) 0))) +("suthard" nil (((s ah) 1) ((th er d) 0))) +("suther" nil (((s ah) 1) ((dh er) 0))) +("sutherland" nil (((s ah) 1) ((dh er) 0) ((l ax n d) 0))) +("sutherlin" nil (((s ah) 1) ((th er) 0) ((l ih n) 0))) +("suthers" nil (((s ah) 1) ((dh er z) 0))) +("sutley" nil (((s ah t) 1) ((l iy) 0))) +("sutliff" nil (((s ah t) 1) ((l ih f) 0))) +("sutnick" nil (((s ah t) 1) ((n ih k) 0))) +("suto" nil (((s uw) 1) ((t ow) 0))) +("sutor" nil (((s uw) 1) ((t er) 0))) +("sutphen" nil (((s ah t) 1) ((f ax n) 0))) +("sutphin" nil (((s ah t) 1) ((f ih n) 0))) +("sutro" nil (((s uw) 1) ((t r ow) 0))) +("sutter" nil (((s ah) 1) ((t er) 0))) +("suttle" nil (((s ah) 1) ((t ax l) 0))) +("suttles" nil (((s ah) 1) ((t ax l z) 0))) +("suttmeier" nil (((s ah t) 1) ((m ay r) 1))) +("sutton" nil (((s ah) 1) ((t ax n) 0))) +("suture" nil (((s uw) 1) ((ch er) 0))) +("sutures" nil (((s uw) 1) ((ch er z) 0))) +("suu" nil (((eh s) 1) ((y uw) 1) ((y uw) 1))) +("suva" nil (((s uw) 1) ((v ax) 0))) +("suydam" nil (((s ay) 1) ((d ax m) 0))) +("suzanna" nil (((s uw) 1) ((z ae) 1) ((n ax) 0))) +("suzanne" nil (((s uw) 0) ((z ae n) 1))) +("suzette" nil (((s uw) 1) ((z eh t) 1))) +("suzhou" nil (((s uw) 1) ((jh ow) 1))) +("suzie" nil (((s ah) 1) ((z iy) 0))) +("suzuki" nil (((s ax) 0) ((z uw) 1) ((k iy) 0))) +("suzy" nil (((s uw) 1) ((z iy) 0))) +("svec" nil (((s v eh k) 1))) +("svehla" nil (((s v eh) 1) ((l ax) 0))) +("svelte" nil (((s v eh l t) 1))) +("sven" nil (((s v eh n) 1))) +("svendsen" nil (((s v eh n d) 1) ((s ax n) 0))) +("svenska" nil (((s v eh n) 1) ((s k ax) 0))) +("svenson" nil (((s v eh n) 1) ((s ax n) 0))) +("svensson" nil (((s v eh n) 1) ((s ax n) 0))) +("sverdlovsk" nil (((s v er d) 1) ((l aa v s k) 0))) +("sverige" nil (((s v eh) 1) ((r ih jh) 0))) +("svetlik" nil (((s v eh t) 1) ((l ih k) 0))) +("svitak" nil (((s v ih) 1) ((t ax k) 0))) +("svizzera" nil (((s v ih) 0) ((z eh) 1) ((r ax) 0))) +("svoboda" nil (((s v ow) 0) ((b ow) 1) ((d ax) 0))) +("swab" nil (((s w aa b) 1))) +("swaby" nil (((s w aa) 1) ((b iy) 0))) +("swackhamer" nil (((s w ao) 1) ((k ae) 1) ((m er) 0))) +("swader" nil (((s w ey) 1) ((d er) 0))) +("swadley" nil (((s w aa d) 1) ((l iy) 0))) +("swafford" nil (((s w aa) 1) ((f er d) 0))) +("swager" nil (((s w ey) 1) ((g er) 0))) +("swagerty" nil (((s w ae) 1) ((jh er) 0) ((t iy) 0))) +("swaggart" nil (((s w ae) 1) ((g er t) 0))) +("swagger" nil (((s w ae) 1) ((g er) 0))) +("swaggering" nil (((s w ae) 1) ((g er) 0) ((ih ng) 0))) +("swaggerty" nil (((s w ae) 1) ((g er) 0) ((t iy) 0))) +("Swahili" n (((s w ax) 0) ((hh iy) 1) ((l iy) 0))) +("swailes" nil (((s w ey l z) 1))) +("swails" nil (((s w ey l z) 1))) +("swaim" nil (((s w ey m) 1))) +("swain" nil (((s w ey n) 1))) +("swaine" nil (((s w ey n) 1))) +("swainston" nil (((s w ey n) 1) ((s t ax n) 0))) +("swales" nil (((s w ey l z) 1))) +("swalley" nil (((s w ao) 1) ((l iy) 0))) +("swallow" nil (((s w aa) 1) ((l ow) 0))) +("swallowed" nil (((s w aa) 1) ((l ow d) 0))) +("swallowing" nil (((s w aa) 1) ((l ow) 0) ((ih ng) 0))) +("swallows" nil (((s w aa) 1) ((l ow z) 0))) +("swam" nil (((s w ae m) 1))) +("swami" nil (((s w aa) 1) ((m iy) 0))) +("swaminathan" nil (((s w aa) 1) ((m ih) 0) ((n aa) 1) ((th ax n) 0))) +("swamp" nil (((s w aa m p) 1))) +("swampbuster" nil (((s w aa m p) 1) ((b ah) 1) ((s t er) 0))) +("swamped" nil (((s w ao m p t) 1))) +("swampers" nil (((s w aa m) 1) ((p er z) 0))) +("swamping" nil (((s w aa m) 1) ((p ih ng) 0))) +("swamps" nil (((s w aa m p s) 1))) +("swampy" nil (((s w aa m) 1) ((p iy) 0))) +("swan" nil (((s w aa n) 1))) +("swanberg" nil (((s w aa n) 1) ((b er g) 0))) +("swanda" nil (((s w aa n) 1) ((d ax) 0))) +("swander" nil (((s w aa n) 1) ((d er) 0))) +("swaner" nil (((s w ao) 1) ((n er) 0))) +("swaney" nil (((s w ao) 1) ((n iy) 0))) +("swanger" nil (((s w ao ng) 1) ((er) 0))) +("swango" nil (((s w aa ng) 1) ((g ow) 0))) +("swanigan" nil (((s w aa) 1) ((n ih) 0) ((g ax n) 0))) +("swank" nil (((s w ae ng k) 1))) +("swanke" nil (((s w ao ng k) 1))) +("swanky" nil (((s w aa ng) 1) ((k iy) 0))) +("swann" nil (((s w aa n) 1))) +("swanner" nil (((s w aa) 1) ((n er) 0))) +("swans" nil (((s w aa n z) 1))) +("swanson" nil (((s w aa n) 1) ((s ax n) 0))) +("swanstrom" nil (((s w aa n) 1) ((s t r ax m) 0))) +("swantek" nil (((s w ao n) 1) ((t ih k) 0))) +("swanton" nil (((s w aa n) 1) ((t ax n) 0))) +("swanzy" nil (((s w aa n) 1) ((z iy) 0))) +("swap" nil (((s w aa p) 1))) +("swape" nil (((s w ey p) 1))) +("swapes" nil (((s w ey p s) 1))) +("swapo" nil (((s w aa) 1) ((p ow) 0))) +("swapp" nil (((s w aa p) 1))) +("swapped" nil (((s w aa p t) 1))) +("swapping" nil (((s w aa) 1) ((p ih ng) 0))) +("swaps" nil (((s w aa p s) 1))) +("sward" nil (((s w ao r d) 1))) +("swaringen" nil (((s w eh) 1) ((r ih ng) 0) ((ax n) 0))) +("swarm" nil (((s w ao r m) 1))) +("swarmed" nil (((s w ao r m d) 1))) +("swarming" nil (((s w ao r) 1) ((m ih ng) 0))) +("swarms" nil (((s w ao r m z) 1))) +("swarner" nil (((s w ao r) 1) ((n er) 0))) +("swarovski" nil (((s w aa) 0) ((r aa v) 1) ((s k iy) 0))) +("swart" nil (((s w ao r t) 1))) +("swarthmore" nil (((s w ao r th) 1) ((m ao r) 1))) +("swarthout" nil (((s w ao r) 1) ((th aw t) 1))) +("swarthy" nil (((s w ao r) 1) ((dh iy) 0))) +("swartley" nil (((s w ao r t) 1) ((l iy) 0))) +("swartout" nil (((s w ao r) 1) ((t ax t) 0))) +("swarts" nil (((s w ao r t s) 1))) +("swartwood" nil (((s w ao r) 1) ((t w uh d) 1))) +("swartwout" nil (((s w ao r) 1) ((t w aw t) 0))) +("swartz" nil (((s w ao r t s) 1))) +("swartzbaugh" nil (((s w ao r t s) 1) ((b aa) 0))) +("swartzendruber" nil (((s w ao r t) 1) ((s ax n) 0) ((d r uw) 0) ((b er) 0))) +("swartzentruber" nil (((s w ao r t) 1) ((s ax n) 0) ((t r uw) 0) ((b er) 0))) +("swartzlander" nil (((s w ao r t) 1) ((s l ae n) 1) ((d er) 0))) +("swartzwelder" nil (((s w ao r t) 1) ((s w eh l) 1) ((d er) 0))) +("swasey" nil (((s w aa) 1) ((z iy) 0))) +("swashbuckling" nil (((s w aa sh) 1) ((b ah) 1) ((k l ih ng) 0))) +("swat" nil (((s w aa t) 1))) +("swatch" nil (((s w aa ch) 1))) +("swatches" nil (((s w aa) 1) ((ch ax z) 0))) +("swatek" nil (((s w ao) 1) ((t ih k) 0))) +("swath" nil (((s w aa th) 1))) +("swathed" nil (((s w aa dh d) 1))) +("swatow" nil (((s w aa) 1) ((t ow) 1))) +("swatted" nil (((s w aa) 1) ((t ih d) 0))) +("swatzell" nil (((s w ao t) 1) ((z ax l) 0))) +("swauger" nil (((s w aw) 1) ((g er) 0))) +("swavely" nil (((s w ey) 1) ((v l iy) 0))) +("sway" nil (((s w ey) 1))) +("swayed" nil (((s w ey d) 1))) +("swaying" nil (((s w ey) 1) ((ih ng) 0))) +("swayne" nil (((s w ey n) 1))) +("sways" nil (((s w ey z) 1))) +("swayze" nil (((s w ey z) 1))) +("swazi" nil (((s w aa) 1) ((z iy) 0))) +("swaziland" nil (((s w aa) 1) ((z ih) 0) ((l ax n d) 0))) +("sweaney" nil (((s w iy) 1) ((n iy) 0))) +("sweany" nil (((s w iy) 1) ((n iy) 0))) +("swear" nil (((s w eh r) 1))) +("swearengen" nil (((s w ih) 1) ((r ih ng) 0) ((ax n) 0))) +("swearengin" nil (((s w eh) 1) ((r ih ng) 0) ((ax n) 0))) +("swearing" nil (((s w eh) 1) ((r ih ng) 0))) +("swearingen" nil (((s w eh) 1) ((r ih ng) 0) ((ax n) 0))) +("swearingin" nil (((s w eh) 1) ((r ih ng) 0) ((ax n) 0))) +("swears" nil (((s w eh r z) 1))) +("sweat" nil (((s w eh t) 1))) +("sweated" nil (((s w eh) 1) ((t ih d) 0))) +("sweater" nil (((s w eh) 1) ((t er) 0))) +("sweaters" nil (((s w eh) 1) ((t er z) 0))) +("sweating" nil (((s w eh) 1) ((t ih ng) 0))) +("sweatman" nil (((s w iy t) 1) ((m ax n) 0))) +("sweats" nil (((s w eh t s) 1))) +("sweatshirt" nil (((s w eh t) 1) ((sh er t) 1))) +("sweatshirts" nil (((s w eh t) 1) ((sh er t s) 1))) +("sweatshop" nil (((s w eh t) 1) ((sh aa p) 1))) +("sweatshops" nil (((s w eh t) 1) ((sh aa p s) 1))) +("sweatt" nil (((s w iy t) 1))) +("sweaty" nil (((s w eh) 1) ((t iy) 0))) +("sweazy" nil (((s w iy) 1) ((z iy) 0))) +("swecker" nil (((s w eh) 1) ((k er) 0))) +("swed" nil (((s w eh d) 1))) +("sweda" nil (((s w iy) 1) ((d ax) 0))) +("swedberg" nil (((s w eh d) 1) ((b er g) 0))) +("swede" nil (((s w iy d) 1))) +("sweden" nil (((s w iy) 1) ((d ax n) 0))) +("swedes" nil (((s w iy d z) 1))) +("swedish" nil (((s w iy) 1) ((d ih sh) 0))) +("swedlund" nil (((s w eh d) 1) ((l ax n d) 0))) +("sweeden" nil (((s w iy) 1) ((d ax n) 0))) +("sween" nil (((s w iy n) 1))) +("sweeney" nil (((s w iy) 1) ((n iy) 0))) +("sweeny" nil (((s w iy) 1) ((n iy) 0))) +("sweep" nil (((s w iy p) 1))) +("sweeper" nil (((s w iy) 1) ((p er) 0))) +("sweepers" nil (((s w iy) 1) ((p er z) 0))) +("sweeping" nil (((s w iy) 1) ((p ih ng) 0))) +("sweeps" nil (((s w iy p s) 1))) +("sweepstake" nil (((s w iy p) 1) ((s t ey k) 1))) +("sweepstakes" nil (((s w iy p) 1) ((s t ey k s) 1))) +("sweers" nil (((s w ih r z) 1))) +("sweet" nil (((s w iy t) 1))) +("sweeten" nil (((s w iy) 1) ((t ax n) 0))) +("sweetened" nil (((s w iy) 1) ((t ax n d) 0))) +("sweetener" nil (((s w iy) 1) ((t ax) 0) ((n er) 0))) +("sweeteners" nil (((s w iy) 1) ((t ax) 0) ((n er z) 0))) +("sweetening" nil (((s w iy) 1) ((t ax) 0) ((n ih ng) 0))) +("sweetens" nil (((s w iy) 1) ((t ax n z) 0))) +("sweeter" nil (((s w iy) 1) ((t er) 0))) +("sweetest" nil (((s w iy) 1) ((t ax s t) 0))) +("sweetheart" nil (((s w iy t) 1) ((hh aa r t) 1))) +("sweethearts" nil (((s w iy t) 1) ((hh aa r t s) 1))) +("sweetie" nil (((s w iy) 1) ((t iy) 0))) +("sweeting" nil (((s w iy) 1) ((t ih ng) 0))) +("sweetland" nil (((s w iy t) 1) ((l ax n d) 0))) +("sweetly" nil (((s w iy t) 1) ((l iy) 0))) +("sweetman" nil (((s w iy t) 1) ((m ax n) 0))) +("sweetness" nil (((s w iy t) 1) ((n ax s) 0))) +("sweeton" nil (((s w iy) 1) ((t ax n) 0))) +("sweets" nil (((s w iy t s) 1))) +("sweetser" nil (((s w iy t) 1) ((s er) 0))) +("sweetwater" nil (((s w iy) 1) ((t w aa) 1) ((t er) 0))) +("sweezey" nil (((s w iy) 1) ((z iy) 0))) +("sweezy" nil (((s w iy) 1) ((z iy) 0))) +("sweger" nil (((s w iy) 1) ((g er) 0))) +("swehla" nil (((s w eh) 1) ((l ax) 0))) +("sweig" nil (((s w ay g) 1))) +("sweigard" nil (((s w ay) 1) ((g er d) 0))) +("sweigart" nil (((s w iy) 1) ((g aa r t) 0))) +("sweigert" nil (((s w ay) 1) ((g er t) 0))) +("sweitzer" nil (((s w ay t) 1) ((z er) 0))) +("swell" nil (((s w eh l) 1))) +("swelled" nil (((s w eh l d) 1))) +("swelling" nil (((s w eh) 1) ((l ih ng) 0))) +("swells" nil (((s w eh l z) 1))) +("swelter" nil (((s w eh l) 1) ((t er) 0))) +("sweltering" nil (((s w eh l) 1) ((t er) 0) ((ih ng) 0))) +("swem" nil (((s w eh m) 1))) +("swendsen" nil (((s w eh n d) 1) ((s ax n) 0))) +("swenet" nil (((s w eh) 1) ((n ax t) 0))) +("sweney" nil (((s w eh) 1) ((n iy) 0))) +("swensen" nil (((s w eh n) 1) ((s ax n) 0))) +("swenson" nil (((s w eh n) 1) ((s ax n) 0))) +("swept" nil (((s w eh p t) 1))) +("swerdlow" nil (((s w er d) 1) ((l aw) 0))) +("swergold" nil (((s w er) 1) ((g ow l d) 1))) +("swerve" nil (((s w er v) 1))) +("swerved" nil (((s w er v d) 1))) +("swete" nil (((s w iy t) 1))) +("swetland" nil (((s w eh t) 1) ((l ax n d) 0))) +("swetnam" nil (((s w eh t) 1) ((n ax m) 0))) +("swett" nil (((s w eh t) 1))) +("swetz" nil (((s w eh t s) 1))) +("swezey" nil (((s w eh) 1) ((z iy) 0))) +("swiatek" nil (((s v iy) 0) ((aa) 1) ((t eh k) 0))) +("swiatkowski" nil (((s v iy) 0) ((ax t) 0) ((k ao f) 1) ((s k iy) 0))) +("swicegood" nil (((s w ih) 1) ((s ih) 0) ((g uh d) 0))) +("swick" nil (((s w ih k) 1))) +("swickard" nil (((s w ih) 1) ((k er d) 0))) +("swider" nil (((s w ay) 1) ((d er) 0))) +("swiderski" nil (((s v ih) 0) ((d er) 1) ((s k iy) 0))) +("swiech" nil (((s w iy ch) 1))) +("swier" nil (((s w ay) 1) ((er) 0))) +("swift" nil (((s w ih f t) 1))) +("swifter" nil (((s w ih f) 1) ((t er) 0))) +("swiftest" nil (((s w ih f) 1) ((t ax s t) 0))) +("swiftly" nil (((s w ih f t) 1) ((l iy) 0))) +("swiftness" nil (((s w ih f t) 1) ((n ax s) 0))) +("swifts" nil (((s w ih f t s) 1))) +("swig" nil (((s w ih g) 1))) +("swigart" nil (((s w ih) 1) ((g aa r t) 1))) +("swiger" nil (((s w ay) 1) ((g er) 0))) +("swigert" nil (((s w ih) 1) ((g er t) 0))) +("swiggum" nil (((s w ih) 1) ((g ax m) 0))) +("swihart" nil (((s w ih) 1) ((hh aa r t) 0))) +("swilley" nil (((s w ih) 1) ((l iy) 0))) +("swilling" nil (((s w ih) 1) ((l ih ng) 0))) +("swillinger" nil (((s w ih) 1) ((l ih ng) 0) ((er) 0))) +("swim" nil (((s w ih m) 1))) +("swimmer" nil (((s w ih) 1) ((m er) 0))) +("swimmers" nil (((s w ih) 1) ((m er z) 0))) +("swimming" nil (((s w ih) 1) ((m ih ng) 0))) +("swims" nil (((s w ih m z) 1))) +("swimsuit" nil (((s w ih m) 1) ((s uw t) 1))) +("swimsuits" nil (((s w ih m) 1) ((s uw t s) 1))) +("swimwear" nil (((s w ih m) 1) ((w eh r) 1))) +("swinburnes" nil (((s w ih n) 1) ((b er n z) 0))) +("swindall" nil (((s w ih n) 1) ((d ax l) 0))) +("swindell" nil (((s w ih n) 1) ((d ax l) 0))) +("swindle" nil (((s w ih n) 1) ((d ax l) 0))) +("swindled" nil (((s w ih n) 1) ((d ax l d) 0))) +("swindlehurst" nil (((s w ih n d) 1) ((l ih) 0) ((hh er s t) 0))) +("swindler" nil (((s w ih n) 1) ((d ax) 0) ((l er) 0))) +("swindlers" nil (((s w ih n d) 1) ((l er z) 0))) +("swindles" nil (((s w ih n) 1) ((d ax l z) 0))) +("swindling" nil (((s w ih n d) 1) ((l ih ng) 0))) +("swine" nil (((s w ay n) 1))) +("swineford" nil (((s w ih) 1) ((n ih) 0) ((f er d) 0))) +("swinehart" nil (((s w ay n) 1) ((hh aa r t) 1))) +("swiney" nil (((s w ay) 1) ((n iy) 0))) +("swinford" nil (((s w ih n) 1) ((f er d) 0))) +("swing" nil (((s w ih ng) 1))) +("swinger" nil (((s w ih ng) 1) ((er) 0))) +("swingers" nil (((s w ih ng) 1) ((er z) 0))) +("swinging" nil (((s w ih ng) 1) ((ih ng) 0))) +("swingle" nil (((s w ih ng) 1) ((g ax l) 0))) +("swingler" nil (((s w ih ng) 1) ((g ax) 0) ((l er) 0))) +("swingley" nil (((s w ih ng) 1) ((g l iy) 0))) +("swings" nil (((s w ih ng z) 1))) +("swink" nil (((s w ih ng k) 1))) +("swinney" nil (((s w ih) 1) ((n iy) 0))) +("swinson" nil (((s w ih n) 1) ((s ax n) 0))) +("swint" nil (((s w ih n t) 1))) +("swinton" nil (((s w ih n) 1) ((t ax n) 0))) +("swipe" nil (((s w ay p) 1))) +("swiped" nil (((s w ay p t) 1))) +("swipes" nil (((s w ay p s) 1))) +("swiping" nil (((s w ay) 1) ((p ih ng) 0))) +("swire" nil (((s w ay r) 1))) +("swirl" nil (((s w er l) 1))) +("swirled" nil (((s w er l d) 1))) +("swirling" nil (((s w er) 1) ((l ih ng) 0))) +("swirls" nil (((s w er l z) 1))) +("swirsky" nil (((s w er) 1) ((s k iy) 0))) +("swished" nil (((s w ih sh t) 1))) +("swisher" nil (((s w ih) 1) ((sh er) 0))) +("swishes" nil (((s w ih) 1) ((sh ih z) 0))) +("swiss" nil (((s w ih s) 1))) +("swissair" nil (((s w ih) 0) ((s eh r) 1))) +("swisshelm" nil (((s w ih) 1) ((sh ih l m) 0))) +("swistak" nil (((s w ih) 1) ((s t ax k) 0))) +("switaj" nil (((s w ih) 0) ((t ay) 1))) +("switala" nil (((s w ih) 0) ((t aa) 1) ((l ax) 0))) +("switalski" nil (((s w ih) 0) ((t aa l) 1) ((s k iy) 0))) +("switch" nil (((s w ih ch) 1))) +("switchblades" nil (((s w ih ch) 1) ((b l ey d z) 1))) +("switchboard" nil (((s w ih ch) 1) ((b ao r d) 1))) +("switchboards" nil (((s w ih ch) 1) ((b ao r d z) 1))) +("switched" nil (((s w ih ch t) 1))) +("switchers" nil (((s w ih) 1) ((ch er z) 0))) +("switches" nil (((s w ih) 1) ((ch ax z) 0))) +("switching" nil (((s w ih) 1) ((ch ih ng) 0))) +("switzer" nil (((s w ih t) 1) ((s er) 0))) +("switzerland" nil (((s w ih t) 1) ((s er) 0) ((l ax n d) 0))) +("swivel" nil (((s w ih) 1) ((v ax l) 0))) +("swiveling" nil (((s w ih) 1) ((v ax) 0) ((l ih ng) 0))) +("swivels" nil (((s w ih) 1) ((v ax l z) 0))) +("swoboda" nil (((s w ow) 0) ((b ow) 1) ((d ax) 0))) +("swofford" nil (((s w aa) 1) ((f er d) 0))) +("swogger" nil (((s w aa) 1) ((g er) 0))) +("swollen" nil (((s w ow) 1) ((l ax n) 0))) +("swonger" nil (((s w ao ng) 1) ((er) 0))) +("swoon" nil (((s w uw n) 1))) +("swooned" nil (((s w uw n d) 1))) +("swooning" nil (((s w uw) 1) ((n ih ng) 0))) +("swoop" nil (((s w uw p) 1))) +("swoope" nil (((s w uw p) 1))) +("swooped" nil (((s w uw p t) 1))) +("swooping" nil (((s w uw) 1) ((p ih ng) 0))) +("swoops" nil (((s w uw p s) 1))) +("swoosh" nil (((s w uw sh) 1))) +("swooshed" nil (((s w uw sh t) 1))) +("swope" nil (((s w ow p) 1))) +("swopes" nil (((s w ow p s) 1))) +("swor" nil (((s w er) 1))) +("sword" nil (((s ao r d) 1))) +("swordfish" nil (((s ao r d) 1) ((f ih sh) 1))) +("swordlike" nil (((s ao r d) 1) ((l ay k) 1))) +("swordplay" nil (((s ao r d) 1) ((p l ey) 1))) +("swordplays" nil (((s ao r d) 1) ((p l ey z) 1))) +("swords" nil (((s ao r d z) 1))) +("swore" nil (((s w ao r) 1))) +("sworn" nil (((s w ao r n) 1))) +("swoveland" nil (((s w ow) 1) ((v l ax n d) 0))) +("swoyer" nil (((s w oy) 1) ((er) 0))) +("swum" nil (((s w ah m) 1))) +("swung" nil (((s w ah ng) 1))) +("swyers" nil (((s w ay) 1) ((er z) 0))) +("swygert" nil (((s w ih) 1) ((g er t) 0))) +("sy" nil (((eh s) 1) ((w ay) 1))) +("sy" nil (((s ay) 1))) +("sybase" nil (((s ay) 1) ((b ey s) 1))) +("sybert" nil (((s ih) 1) ((b er t) 0))) +("sybil" nil (((s ih) 1) ((b ih l) 0))) +("sybilla" nil (((s ih) 0) ((b ih) 1) ((l ax) 0))) +("sybille" nil (((s ih) 1) ((b ih l) 0))) +("sybron" nil (((s ih) 1) ((b r ax n) 0))) +("sycamore" nil (((s ih) 1) ((k ax) 0) ((m ao r) 1))) +("sycara" nil (((s ih) 0) ((k aa) 1) ((r ax) 0))) +("sycophantic" nil (((s ih) 1) ((k ax) 0) ((f ae n) 1) ((t ih k) 0))) +("syders" nil (((s ay) 1) ((d er z) 0))) +("sydney" nil (((s ih d) 1) ((n iy) 0))) +("sydnor" nil (((s ih d) 1) ((n er) 0))) +("sydow" nil (((s ih) 1) ((d ow) 0))) +("syed" nil (((s ay d) 1))) +("syers" nil (((s ay) 1) ((er z) 0))) +("syfert" nil (((s ih) 1) ((f er t) 0))) +("sykes" nil (((s ay k s) 1))) +("sykora" nil (((s ih) 0) ((k ao) 1) ((r ax) 0))) +("syler" nil (((s ay) 1) ((l er) 0))) +("sylla" nil (((s ih) 1) ((l ax) 0))) +("syllabic" nil (((s ax) 0) ((l ae) 1) ((b ih k) 0))) +("syllable" nil (((s ih) 1) ((l ax) 0) ((b ax l) 0))) +("syllables" nil (((s ih) 1) ((l ax) 0) ((b ax l z) 0))) +("syllabus" nil (((s ih) 1) ((l ax) 0) ((b ax s) 0))) +("sylmar" nil (((s ih l) 1) ((m aa r) 0))) +("sylva" nil (((s ih l) 1) ((v ax) 0))) +("sylvain" nil (((s ih l) 0) ((v ey n) 1))) +("sylvan" nil (((s ih l) 1) ((v ax n) 0))) +("sylvana" nil (((s ih l) 0) ((v ae) 1) ((n ax) 0))) +("sylvania" nil (((s ih l) 0) ((v ey) 1) ((n iy) 0) ((ax) 0))) +("sylvanus" nil (((s ih l) 1) ((v ax) 0) ((n ih s) 0))) +("sylvest" nil (((s y l) 0) ((v ey) 1) ((ih s t) 0))) +("sylvester" nil (((s ih l) 0) ((v eh) 1) ((s t er) 0))) +("sylvestre" nil (((s ih l) 0) ((v eh) 1) ((s t er) 0))) +("sylvia" nil (((s ih l) 1) ((v iy) 0) ((ax) 0))) +("sylvie" nil (((s ih l) 1) ((v iy) 0))) +("sylvio" nil (((s ih l) 1) ((v iy) 0) ((ow) 0))) +("sylvite" nil (((s ih l) 1) ((v ay t) 1))) +("sym" nil (((s ih m) 1))) +("symanski" nil (((s ih) 0) ((m ae n) 1) ((s k iy) 0))) +("symantec" nil (((s ih) 0) ((m ae n) 1) ((t eh k) 1))) +("symbion" nil (((s ih m) 1) ((b iy) 0) ((ax n) 0))) +("symbiosis" nil (((s ih m) 1) ((b ay) 0) ((ow) 1) ((s ax s) 0))) +("symbiotic" nil (((s ih m) 1) ((b iy) 0) ((aa) 1) ((t ih k) 0))) +("symbol" nil (((s ih m) 1) ((b ax l) 0))) +("symbolic" nil (((s ih m) 0) ((b aa) 1) ((l ih k) 0))) +("symbolically" nil (((s ih m) 0) ((b aa) 1) ((l ih) 0) ((k ax) 0) ((l iy) 0))) +("symbolics" nil (((s ih m) 0) ((b aa) 1) ((l ih k s) 0))) +("symbolism" nil (((s ih m) 1) ((b ax) 0) ((l ih) 1) ((z ax m) 0))) +("symbolists" nil (((s ih m) 1) ((b ax) 0) ((l ax s t s) 0))) +("symbolize" nil (((s ih m) 1) ((b ax) 0) ((l ay z) 1))) +("symbolized" nil (((s ih m) 1) ((b ax) 0) ((l ay z d) 1))) +("symbolizes" nil (((s ih m) 1) ((b ax) 0) ((l ay) 1) ((z ax z) 0))) +("symbolizing" nil (((s ih m) 1) ((b ax) 0) ((l ay) 1) ((z ih ng) 0))) +("symbols" nil (((s ih m) 1) ((b ax l z) 0))) +("syme" nil (((s ay m) 1))) +("symes" nil (((s ay m z) 1))) +("symington" nil (((s ih) 1) ((m ih ng) 0) ((t ax n) 0))) +("symmes" nil (((s ih m z) 1))) +("symmetrical" nil (((s ax) 0) ((m eh) 1) ((t r ih) 0) ((k ax l) 0))) +("symmetry" nil (((s ih) 1) ((m ax) 0) ((t r iy) 0))) +("symmonds" nil (((s ih) 1) ((m ax n d z) 0))) +("symms" nil (((s ih m z) 1))) +("symon" nil (((s ih) 1) ((m ax n) 0))) +("symonds" nil (((s ih) 1) ((m ax n d z) 0))) +("symons" nil (((s ih) 1) ((m ax n z) 0))) +("sympathetic" nil (((s ih m) 1) ((p ax) 0) ((th eh) 1) ((t ih k) 0))) +("sympathetically" nil (((s ih m) 1) ((p ax) 0) ((th eh) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("sympathies" nil (((s ih m) 1) ((p ax) 0) ((th iy z) 0))) +("sympathize" nil (((s ih m) 1) ((p ax) 0) ((th ay z) 1))) +("sympathized" nil (((s ih m) 1) ((p ax) 0) ((th ay z d) 1))) +("sympathizer" nil (((s ih m) 1) ((p ax) 0) ((th ay) 1) ((z er) 0))) +("sympathizers" nil (((s ih m) 1) ((p ax) 0) ((th ay) 1) ((z er z) 0))) +("sympathizes" nil (((s ih m) 1) ((p ax) 0) ((th ay) 1) ((z ih z) 0))) +("sympathy" nil (((s ih m) 1) ((p ax) 0) ((th iy) 0))) +("symphonic" nil (((s ih m) 0) ((f aa) 1) ((n ih k) 0))) +("symphonies" nil (((s ih m) 1) ((f ax) 0) ((n iy z) 0))) +("symphony" nil (((s ih m) 1) ((f ax) 0) ((n iy) 0))) +("symposium" nil (((s ih m) 0) ((p ow) 1) ((z iy) 0) ((ax m) 0))) +("symposiums" nil (((s ih m) 0) ((p ow) 1) ((z iy) 0) ((ax m z) 0))) +("sympson" nil (((s ih m p) 1) ((s ax n) 0))) +("symptom" nil (((s ih m p) 1) ((t ax m) 0))) +("symptomatic" nil (((s ih m p) 1) ((t ax) 0) ((m ae) 1) ((t ih k) 0))) +("symptoms" nil (((s ih m p) 1) ((t ax m z) 0))) +("syms" nil (((s ih m z) 1))) +("symtron" nil (((s ih m) 1) ((t r aa n) 1))) +("syn" nil (((s ih n) 1))) +("syna" nil (((s ih) 1) ((n ax) 0))) +("synagogue" nil (((s ih) 1) ((n ax) 0) ((g ao g) 1))) +("synagogues" nil (((s ih) 1) ((n ax) 0) ((g ao g z) 1))) +("synalloy" nil (((s ih) 0) ((n ae) 1) ((l oy) 0))) +("synan" nil (((s ay) 1) ((n ax n) 0))) +("synar" nil (((s ih) 1) ((n aa r) 0))) +("synbiotics" nil (((s ih n) 1) ((b iy) 0) ((aa) 1) ((t ih k s) 0))) +("sync" nil (((s ih ng k) 1))) +("synch" nil (((s ih n ch) 1))) +("synchro" nil (((s ih ng) 1) ((k r ow) 0))) +("synchronic" nil (((s ih ng) 0) ((k r aa) 1) ((n ih k) 0))) +("synchronized" nil (((s ih ng) 1) ((k r ax) 0) ((n ay z d) 1))) +("syncom" nil (((s ih ng) 1) ((k ax m) 0))) +("syncopated" nil (((s ih ng) 1) ((k ax) 0) ((p ey) 1) ((t ih d) 0))) +("syncor" nil (((s ih n) 1) ((k ao r) 1))) +("synder" nil (((s ih n) 1) ((d er) 0))) +("syndicate" nil (((s ih n) 1) ((d ih) 0) ((k ax t) 0))) +("syndicated" nil (((s ih n) 1) ((d ih) 0) ((k ey) 1) ((t ih d) 0))) +("syndicates" nil (((s ih n) 1) ((d ih) 0) ((k ey t s) 1))) +("syndicating" nil (((s ih n) 1) ((d ih) 0) ((k ey) 1) ((t ih ng) 0))) +("syndication" nil (((s ih n) 1) ((d ih) 0) ((k ey) 1) ((sh ax n) 0))) +("syndications" nil (((s ih n) 1) ((d ih) 0) ((k ey) 1) ((sh ax n z) 0))) +("syndicator" nil (((s ih n) 1) ((d ih) 0) ((k ey) 1) ((t er) 0))) +("syndicators" nil (((s ih n) 1) ((d ih) 0) ((k ey) 1) ((t er z) 0))) +("syndicats" nil (((s ih n) 1) ((d ih) 0) ((k ih t s) 1))) +("syndrome" nil (((s ih n) 1) ((d r ow m) 1))) +("syndromes" nil (((s ih n) 1) ((d r ow m z) 1))) +("synergen" nil (((s ih) 1) ((n er) 0) ((jh eh n) 1))) +("synergies" nil (((s ih) 1) ((n er) 0) ((jh iy z) 0))) +("synergism" nil (((s ih) 1) ((n er) 0) ((jh ih) 1) ((z ax m) 0))) +("synergistic" nil (((s ih) 1) ((n er) 0) ((jh ih) 1) ((s t ih k) 0))) +("synergy" nil (((s ih) 1) ((n er) 0) ((jh iy) 0))) +("syngman" nil (((s ih ng) 1) ((m ax n) 0))) +("synhorst" nil (((s ih n) 1) ((hh ao r s t) 1))) +("synnott" nil (((s ih) 1) ((n ax t) 0))) +("synod" nil (((s ih) 1) ((n ax d) 0))) +("synonym" nil (((s ih) 1) ((n ax) 0) ((n ih m) 1))) +("synonymous" nil (((s ax) 0) ((n aa) 1) ((n ax) 0) ((m ax s) 0))) +("synonymously" nil (((s ax) 0) ((n aa) 1) ((n ax) 0) ((m ax) 0) ((s l iy) 0))) +("synonyms" n (((s ih) 1) ((n ax) 0) ((n ax m z) 0))) +("synopsis" nil (((s ih) 0) ((n aa p) 1) ((s ih s) 0))) +("synoptics" nil (((s ih) 0) ((n aa p) 1) ((t ih k s) 0))) +("synovus" nil (((s ax) 0) ((n ow) 1) ((v ax s) 0))) +("syntech" nil (((s ih n) 1) ((t eh k) 1))) +("syntex" nil (((s ih n) 1) ((t eh k s) 1))) +("synthesis" nil (((s ih n) 1) ((th ax) 0) ((s ax s) 0))) +("synthesize" nil (((s ih n) 1) ((th ax) 0) ((s ay z) 1))) +("synthesized" nil (((s ih n) 1) ((th ih) 0) ((s ay z d) 1))) +("synthesizer" nil (((s ih n) 1) ((th ax) 0) ((s ay) 1) ((z er) 0))) +("synthesizers" nil (((s ih n) 1) ((th ax) 0) ((s ay) 1) ((z er z) 0))) +("synthesizing" nil (((s ih n) 1) ((th ax) 0) ((s ay) 1) ((z ih ng) 0))) +("synthetic" nil (((s ih n) 0) ((th eh) 1) ((t ih k) 0))) +("synthetically" nil (((s ih n) 0) ((th eh) 1) ((t ih) 0) ((k l iy) 0))) +("synthetics" nil (((s ih n) 0) ((th eh) 1) ((t ih k s) 0))) +("syntrex" nil (((s ih n) 1) ((t r ax k s) 0))) +("syp" nil (((s ay p) 1))) +("sypher" nil (((s ih) 1) ((f er) 0))) +("syphers" nil (((s ih) 1) ((f er z) 0))) +("syphilis" nil (((s ih) 1) ((f ax) 0) ((l ih s) 0))) +("syphon" nil (((s ay) 1) ((f ax n) 0))) +("sypniewski" nil (((s ih p) 0) ((n iy) 0) ((eh f) 1) ((s k iy) 0))) +("sypolt" nil (((s ih) 1) ((p ow l t) 0))) +("syracuse" nil (((s ih) 1) ((r ax) 0) ((k y uw z) 1))) +("syrek" nil (((s ih) 1) ((r ih k) 0))) +("syria" nil (((s ih) 1) ((r iy) 0) ((ax) 0))) +("syrian" nil (((s ih) 1) ((r iy) 0) ((ax n) 0))) +("syrians" nil (((s ih) 1) ((r iy) 0) ((ax n z) 0))) +("syring" nil (((s ay) 1) ((r ih ng) 0))) +("syringe" nil (((s er) 0) ((ih n jh) 1))) +("syringes" nil (((s er) 0) ((ih n) 1) ((jh ax z) 0))) +("syron" nil (((s ay) 1) ((r ax n) 0))) +("syrup" nil (((s er) 1) ((ax p) 0))) +("syrups" nil (((s er) 1) ((ax p s) 0))) +("syrupy" n (((s ih) 1) ((r ax) 0) ((p iy) 0))) +("sysco" nil (((s ih) 1) ((s k ow) 0))) +("syscon" nil (((s ay) 1) ((s k ax n) 0))) +("system" nil (((s ih) 1) ((s t ax m) 0))) +("systematic" nil (((s ih) 1) ((s t ax) 0) ((m ae) 1) ((t ih k) 0))) +("systematically" nil (((s ih) 1) ((s t ax) 0) ((m ae) 1) ((t ih) 0) ((k l iy) 0))) +("systematics" nil (((s ih) 1) ((s t ax) 0) ((m ae) 1) ((t ih k s) 0))) +("systemhouse" nil (((s ih) 1) ((s t ax m) 0) ((hh aw s) 1))) +("systemic" nil (((s ih) 0) ((s t eh) 1) ((m ih k) 0))) +("systemically" nil (((s ax) 0) ((s t eh) 1) ((m ih) 0) ((k l iy) 0))) +("systemix" nil (((s ih) 1) ((s t ih) 0) ((m ih k s) 0))) +("systemone" nil (((s ih) 1) ((s t ax) 0) ((m ow n) 1))) +("systems" nil (((s ih) 1) ((s t ax m z) 0))) +("systemwide" nil (((s ih) 1) ((s t ax m) 0) ((w ay d) 1))) +("systran" nil (((s ay) 1) ((s t r ae n) 1))) +("sytsma" nil (((s ih t) 1) ((s m ax) 0))) +("syverson" nil (((s ih) 1) ((v er) 0) ((s ax n) 0))) +("syvertsen" nil (((s ih) 1) ((v er t) 0) ((s ax n) 0))) +("szabo" nil (((sh aa) 1) ((b ow) 0))) +("szafran" nil (((sh aa) 1) ((f r ax n) 0))) +("szafranski" nil (((sh ax) 0) ((f r ae n) 1) ((s k iy) 0))) +("szalay" nil (((sh aa) 1) ((l ay) 0))) +("szalkowski" nil (((sh ax l) 0) ((k ao f) 1) ((s k iy) 0))) +("szanto" nil (((sh ae n) 1) ((t ow) 0))) +("szarek" nil (((sh aa) 1) ((r eh k) 0))) +("szatkowski" nil (((sh ax t) 0) ((k ao f) 1) ((s k iy) 0))) +("szczech" nil (((sh eh k) 1))) +("szczepaniak" nil (((sh ih) 0) ((p ae) 1) ((n iy) 0) ((ae k) 0))) +("szczepanik" nil (((sh ih) 0) ((p ae) 1) ((n ih k) 0))) +("szczepanski" nil (((sh ih) 0) ((p ae n) 1) ((s k iy) 0))) +("szczerba" nil (((sh er) 1) ((b ax) 0))) +("szczesniak" nil (((sh eh z) 1) ((n iy) 0) ((ae k) 0))) +("szczesny" nil (((sh eh z) 1) ((n iy) 0))) +("szczygiel" nil (((sh ih) 0) ((g iy l) 1))) +("sze" nil (((sh iy) 1))) +("szekely" nil (((sh iy) 1) ((k l iy) 0))) +("szeliga" nil (((sh ih) 0) ((l ay) 1) ((g ax) 0))) +("szeto" nil (((sh iy) 1) ((t ow) 0))) +("szewczyk" nil (((sh uw) 1) ((ch ih k) 0))) +("szilagyi" nil (((sh ih) 0) ((l aa) 1) ((g iy) 0))) +("szoke" nil (((sh ow k) 1))) +("szostak" nil (((sh aa) 1) ((s t ax k) 0))) +("szostek" nil (((sh aa) 1) ((s t eh k) 0))) +("szot" nil (((sh aa t) 1))) +("szott" nil (((sh aa t) 1))) +("szuba" nil (((sh uw) 1) ((b ax) 0))) +("szuch" nil (((sh ah ch) 1))) +("szucs" nil (((sh ah k s) 1))) +("szumski" nil (((sh ah m) 1) ((s k iy) 0))) +("szwed" nil (((sh) 0) ((v eh d) 1))) +("szydlowski" nil (((sh ih d) 0) ((l ao f) 1) ((s k iy) 0))) +("szymanowski" nil (((sh ih) 0) ((m ax) 0) ((n ao f) 1) ((s k iy) 0))) +("szymanski" nil (((sh ih) 0) ((m ae n) 1) ((s k iy) 0))) +("szymborski" nil (((sh ih m) 0) ((b ao r) 1) ((s k iy) 0))) +("szymczak" nil (((sh ih m) 1) ((ch ae k) 0))) +("t" nil (((t iy) 1))) +("ta" nil (((t aa) 1))) +("taaffe" nil (((t aa f) 1))) +("tab" nil (((t ae b) 1))) +("tabacalera" nil (((t ax) 0) ((b ae) 1) ((k ax) 0) ((l eh) 1) ((r ax) 0))) +("tabachneck" nil (((t ax) 0) ((b aa ch) 1) ((n eh k) 1))) +("tabak" nil (((t ae) 1) ((b ae k) 0))) +("tabaka" nil (((t aa) 0) ((b aa) 1) ((k ax) 0))) +("tabar" nil (((t aa) 0) ((b aa r) 1))) +("tabares" nil (((t aa) 0) ((b aa) 1) ((r eh s) 0))) +("tabasco" nil (((t ax) 0) ((b ae) 1) ((s k ow) 0))) +("tabb" nil (((t ae b) 1))) +("tabbert" nil (((t ae) 1) ((b er t) 0))) +("tabbing" nil (((t ae) 1) ((b ih ng) 0))) +("tabby" nil (((t ae) 1) ((b iy) 0))) +("taber" nil (((t ey) 1) ((b er) 0))) +("tabernacle" nil (((t ae) 1) ((b er) 0) ((n ae) 1) ((k ax l) 0))) +("tabitha" nil (((t ae) 1) ((b ih) 0) ((th ax) 0))) +("tablature" nil (((t ae) 1) ((b l ax) 0) ((ch er) 0))) +("table" nil (((t ey) 1) ((b ax l) 0))) +("tableau" nil (((t ax) 0) ((b l ow) 1))) +("tableaux" nil (((t ax) 0) ((b l ow) 1))) +("tablecloth" nil (((t ey) 1) ((b ax l) 0) ((k l ao th) 1))) +("tablecloths" nil (((t ey) 1) ((b ax l) 0) ((k l ao th s) 1))) +("tabled" nil (((t ey) 1) ((b ax l d) 0))) +("tabler" nil (((t ey) 1) ((b ax) 0) ((l er) 0))) +("tables" nil (((t ey) 1) ((b ax l z) 0))) +("tablespoon" nil (((t ey) 1) ((b ax l) 0) ((s p uw n) 1))) +("tablespoons" nil (((t ey) 1) ((b ax l) 0) ((s p uw n z) 1))) +("tablet" nil (((t ae) 1) ((b l ax t) 0))) +("tabletop" nil (((t ey) 1) ((b ax l) 0) ((t aa p) 1))) +("tablets" nil (((t ae) 1) ((b l ax t s) 0))) +("tableware" nil (((t ey) 1) ((b ax l) 0) ((w eh r) 1))) +("tabling" nil (((t ey) 1) ((b ax) 0) ((l ih ng) 0))) +("tabloid" nil (((t ae) 1) ((b l oy d) 0))) +("tabloids" nil (((t ae) 1) ((b l oy d z) 0))) +("tabone" nil (((t aa) 1) ((b ow n) 0))) +("taboo" nil (((t ae) 0) ((b uw) 1))) +("taboos" nil (((t ae) 0) ((b uw z) 1))) +("tabor" nil (((t ey) 1) ((b er) 0))) +("taborn" nil (((t ae) 1) ((b er n) 0))) +("tabron" nil (((t ae) 1) ((b r ax n) 0))) +("tabs" nil (((t ae b z) 1))) +("tabuchi" nil (((t aa) 1) ((b uw) 1) ((ch iy) 0))) +("tabulate" nil (((t ae) 1) ((b y ax) 0) ((l ey t) 1))) +("tabulated" nil (((t ae) 1) ((b y ax) 0) ((l ey) 1) ((t ih d) 0))) +("tabulating" nil (((t ae) 1) ((b y ax) 0) ((l ey) 1) ((t ih ng) 0))) +("tabulation" nil (((t ae) 1) ((b y ax) 0) ((l ey) 1) ((sh ax n) 0))) +("tabulations" nil (((t ae) 1) ((b y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("tabulature" nil (((t ae) 1) ((b y ax) 0) ((l ax) 0) ((ch er) 0))) +("tac" nil (((t ae k) 1))) +("tacey" nil (((t ey) 1) ((s iy) 0))) +("tacit" nil (((t ae) 1) ((s ih t) 0))) +("tacita" nil (((t aa) 0) ((ch iy) 1) ((t ax) 0))) +("tacitly" nil (((t ae) 1) ((s ih t) 0) ((l iy) 0))) +("taciturn" nil (((t ae) 1) ((s ih) 0) ((t er n) 1))) +("tack" nil (((t ae k) 1))) +("tacke" nil (((t ae k) 1))) +("tacked" nil (((t ae k t) 1))) +("tacker" nil (((t ae) 1) ((k er) 0))) +("tackett" nil (((t ae) 1) ((k ih t) 0))) +("tackiness" n (((t ae) 1) ((k ax) 0) ((n ax s) 0))) +("tacking" nil (((t ae) 1) ((k ih ng) 0))) +("tackitt" nil (((t ae) 1) ((k ih t) 0))) +("tackle" nil (((t ae) 1) ((k ax l) 0))) +("tackled" nil (((t ae) 1) ((k ax l d) 0))) +("tackles" nil (((t ae) 1) ((k ax l z) 0))) +("tackling" nil (((t ae) 1) ((k l ih ng) 0))) +("tacks" nil (((t ae k s) 1))) +("tacky" nil (((t ae) 1) ((k iy) 0))) +("taco" nil (((t aa) 1) ((k ow) 0))) +("tacoma" nil (((t ax) 0) ((k ow) 1) ((m ax) 0))) +("tacos" nil (((t aa) 1) ((k ow z) 0))) +("tact" nil (((t ae k t) 1))) +("tactful" nil (((t ae k t) 1) ((f ax l) 0))) +("tactfully" nil (((t ae k t) 1) ((f ax) 0) ((l iy) 0))) +("tactic" nil (((t ae k) 1) ((t ih k) 0))) +("tactical" nil (((t ae k) 1) ((t ih) 0) ((k ax l) 0))) +("tactically" nil (((t ae k) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("tactician" nil (((t ae k) 0) ((t ih) 1) ((sh ax n) 0))) +("tacticians" nil (((t ae k) 0) ((t ih) 1) ((sh ax n z) 0))) +("tactics" nil (((t ae k) 1) ((t ih k s) 0))) +("tactile" nil (((t ae k) 1) ((t ay l) 0))) +("tacy" nil (((t ey) 1) ((s iy) 0))) +("tad" nil (((t ae d) 1))) +("tada" nil (((t aa) 1) ((d ax) 0))) +("tadashi" nil (((t aa) 1) ((d aa) 1) ((sh iy) 0))) +("tadd" nil (((t ae d) 1))) +("taddei" nil (((t ae) 1) ((d ay) 0))) +("taddeo" nil (((t aa) 1) ((d iy) 0) ((ow) 0))) +("taddy" nil (((t ae) 1) ((d iy) 0))) +("tadeusz" nil (((t ae) 1) ((d iy) 0) ((uw z) 0))) +("tadlock" nil (((t ae d) 1) ((l ax k) 0))) +("tadpole" nil (((t ae d) 1) ((p ow l) 1))) +("tadpoles" nil (((t ae d) 1) ((p ow l z) 1))) +("tadros" nil (((t ey) 1) ((d r ow z) 0))) +("tadych" nil (((t aa) 1) ((d ih hh) 0))) +("Tadzhikistan" n (((t ae d) 1) ((zh ax) 0) ((k ax) 0) ((s t aa n) 1))) +("tae" nil (((t ey) 1))) +("taegu" nil (((t ey) 1) ((g uw) 0))) +("taekwondo" nil (((t ae) 1) ((k w aa n) 1) ((d ow) 1))) +("tafaro" nil (((t ax) 0) ((f aa) 1) ((r ow) 0))) +("tafel" nil (((t ae) 1) ((f ax l) 0))) +("taff" nil (((t ae f) 1))) +("taffe" nil (((t ae f) 1))) +("taffeta" nil (((t ae) 1) ((f ax) 0) ((t ax) 0))) +("taffy" nil (((t ae) 1) ((f iy) 0))) +("taflinger" nil (((t ey) 1) ((f ax) 0) ((l ih ng) 0) ((er) 0))) +("tafolla" nil (((t ax) 0) ((f aa) 1) ((l ax) 0))) +("tafoya" nil (((t aa) 0) ((f oy) 1) ((ax) 0))) +("taft" nil (((t ae f t) 1))) +("tag" nil (((t ae g) 1))) +("tagalog" nil (((t ae) 1) ((g ax) 0) ((l aa g) 1))) +("tagamet" nil (((t ae) 1) ((g ax) 0) ((m eh t) 1))) +("taganka" nil (((t ax) 0) ((g aa ng) 1) ((k ax) 0))) +("tager" nil (((t ey) 1) ((g er) 0))) +("tagg" nil (((t ae g) 1))) +("taggart" nil (((t ae) 1) ((g er t) 0))) +("tagge" nil (((t ae g) 1))) +("tagged" nil (((t ae g d) 1))) +("taggert" nil (((t ae) 1) ((g er t) 0))) +("tagging" nil (((t ae) 1) ((g ih ng) 0))) +("tagle" nil (((t ey) 1) ((g ax l) 0))) +("tagliaferri" nil (((t aa g) 0) ((l y aa) 0) ((f eh) 1) ((r iy) 0))) +("taglieri" nil (((t aa) 0) ((g l ih) 1) ((r iy) 0))) +("tagline" nil (((t ae) 1) ((g l ay n) 1))) +("tagout" nil (((t ae) 1) ((g aw t) 1))) +("tags" nil (((t ae g z) 1))) +("tague" nil (((t aa g) 1))) +("taher" nil (((t ey) 1) ((er) 0))) +("tahiti" nil (((t ax) 0) ((hh iy) 1) ((t iy) 0))) +("tahmassebi" nil (((t aa) 1) ((m ax) 0) ((s iy) 1) ((b iy) 0))) +("tahoe" nil (((t ae) 1) ((hh ow) 0))) +("tai" nil (((t ay) 1))) +("taian" nil (((t ay) 1) ((aa n) 1))) +("taibei" nil (((t ay) 1) ((b ey) 1))) +("taibi" nil (((t ey) 1) ((b iy) 0))) +("taihang" nil (((t ay) 1) ((hh aa ng) 1))) +("taiko" nil (((t ey) 1) ((k ow) 0))) +("tail" nil (((t ey l) 1))) +("tailed" nil (((t ey l d) 1))) +("tailgate" nil (((t ey l) 1) ((g ey t) 1))) +("tailhook" nil (((t ey l) 1) ((hh uh k) 1))) +("tailing" nil (((t ey) 1) ((l ih ng) 0))) +("tailings" nil (((t ey) 1) ((l ih ng z) 0))) +("taillon" nil (((t ey) 1) ((l ax n) 0))) +("tailor" nil (((t ey) 1) ((l er) 0))) +("tailored" nil (((t ey) 1) ((l er d) 0))) +("tailoring" nil (((t ey) 1) ((l er) 0) ((ih ng) 0))) +("tailors" nil (((t ey) 1) ((l er z) 0))) +("tailpipe" nil (((t ey l) 1) ((p iy p) 1))) +("tails" nil (((t ey l z) 1))) +("tailspin" nil (((t ey l) 1) ((s p ih n) 1))) +("tainer" nil (((t ey) 1) ((n er) 0))) +("taing" nil (((t aa) 1) ((ih ng) 0))) +("taint" nil (((t ey n t) 1))) +("tainted" nil (((t ey n) 1) ((t ih d) 0))) +("tainter" nil (((t ey n) 1) ((t er) 0))) +("tainting" nil (((t ey n) 1) ((t ih ng) 0))) +("taints" nil (((t ey n t s) 1))) +("taipei" nil (((t ay) 1) ((p ey) 1))) +("taira" nil (((t aa) 0) ((ih) 1) ((r ax) 0))) +("taisei" nil (((t ey) 1) ((s ey) 1))) +("taisho" nil (((t ey) 1) ((sh ow) 0))) +("tait" nil (((t ey t) 1))) +("taite" nil (((t ey t) 1))) +("taitt" nil (((t ey t) 1))) +("taiwan" nil (((t ay) 1) ((w aa n) 1))) +("taiwanese" nil (((t ay) 1) ((w aa) 0) ((n iy z) 1))) +("taiyo" nil (((t ay) 1) ((y ow) 0))) +("taiyuan" nil (((t ay) 1) ((y uh) 0) ((aa n) 1))) +("taizhou" nil (((t ay) 1) ((jh ow) 1))) +("taizong" nil (((t ay) 1) ((d z ow ng) 1))) +("taj" nil (((t aa zh) 1))) +("tajikistan" nil (((t aa) 1) ((jh iy) 1) ((k ih) 0) ((s t ae n) 1))) +("tajima" nil (((t aa) 1) ((jh iy) 1) ((m ax) 0))) +("tak" nil (((t ae k) 1))) +("takach" nil (((t ae) 1) ((k ax k) 0))) +("takacs" nil (((t ae) 1) ((k ax k s) 0))) +("takagi" nil (((t aa) 0) ((k aa) 1) ((g iy) 0))) +("takahashi" nil (((t aa) 0) ((k aa) 0) ((hh aa) 1) ((sh iy) 0))) +("takaki" nil (((t aa) 0) ((k aa) 1) ((k iy) 0))) +("takako" nil (((t aa) 1) ((k aa) 1) ((k ow) 0))) +("takanashi" nil (((t aa) 1) ((k aa) 1) ((n aa) 1) ((sh iy) 0))) +("takao" nil (((t aa) 1) ((k aa) 1) ((ow) 0))) +("takara" nil (((t aa) 0) ((k aa) 1) ((r ax) 0))) +("takasago" nil (((t aa) 1) ((k aa) 0) ((s aa) 1) ((g ow) 0))) +("takashi" nil (((t aa) 1) ((k aa) 1) ((sh iy) 0))) +("takashima" nil (((t aa) 1) ((k aa) 0) ((sh iy) 1) ((m ax) 0))) +("takashimaya" nil (((t aa) 1) ((k aa) 1) ((sh ih) 0) ((m aa) 1) ((y ax) 0))) +("takata" nil (((t aa) 0) ((k aa) 1) ((t ax) 0))) +("takayama" nil (((t aa) 0) ((k aa) 0) ((y aa) 1) ((m ax) 0))) +("take" nil (((t ey k) 1))) +("takecare" nil (((t ey) 1) ((k eh r) 1))) +("takeda" nil (((t aa) 0) ((k ey) 1) ((d ax) 0))) +("takei" nil (((t aa) 1) ((k ey) 1))) +("takemoto" nil (((t aa) 0) ((k ey) 0) ((m ow) 1) ((t ow) 0))) +("takemura" nil (((t aa) 1) ((k ey) 0) ((m uh) 1) ((r ax) 0))) +("taken" nil (((t ey) 1) ((k ax n) 0))) +("takeo" nil (((t aa) 1) ((k ey) 1) ((ow) 0))) +("takeoff" nil (((t ey) 1) ((k ao f) 1))) +("takeoffs" nil (((t ey) 1) ((k ao f s) 1))) +("takeout" nil (((t ey) 1) ((k aw t) 1))) +("takeover" nil (((t ey) 1) ((k ow) 1) ((v er) 0))) +("takeovers" nil (((t ey) 1) ((k ow) 1) ((v er z) 0))) +("taker" nil (((t ey) 1) ((k er) 0))) +("takers" nil (((t ey) 1) ((k er z) 0))) +("takes" nil (((t ey k s) 1))) +("takeshi" nil (((t ax) 0) ((k eh) 1) ((sh iy) 0))) +("takeshima" nil (((t ae) 1) ((k ih) 0) ((sh iy) 1) ((m ax) 0))) +("takeshita" nil (((t aa) 1) ((k ax) 0) ((sh iy) 1) ((t ax) 0))) +("taketa" nil (((t aa) 0) ((k ey) 1) ((t ax) 0))) +("taketomi" nil (((t aa) 1) ((k ih) 0) ((t ow) 1) ((m iy) 0))) +("takeuchi" nil (((t aa) 1) ((k ey) 0) ((uw) 1) ((ch iy) 0))) +("taki" nil (((t ae) 1) ((k iy) 0))) +("takihyo" nil (((t ax) 0) ((k iy) 1) ((y ow) 0))) +("taking" nil (((t ey) 1) ((k ih ng) 0))) +("takings" nil (((t ey) 1) ((k ih ng z) 0))) +("takover" nil (((t ae) 1) ((k ow) 0) ((v er) 0))) +("taku" nil (((t aa) 1) ((k uw) 1))) +("takushoku" nil (((t aa) 1) ((k ax) 0) ((sh ow) 1) ((k uw) 0))) +("talaga" nil (((t aa) 0) ((l aa) 1) ((g ax) 0))) +("talal" nil (((t ax) 0) ((l aa l) 1))) +("talamantes" nil (((t aa) 0) ((l aa) 0) ((m aa n) 1) ((t eh s) 0))) +("talamantez" nil (((t aa) 0) ((l aa) 0) ((m aa n) 1) ((t eh z) 0))) +("talamo" nil (((t aa) 0) ((l aa) 1) ((m ow) 0))) +("talarico" nil (((t aa) 0) ((l aa) 0) ((r iy) 1) ((k ow) 0))) +("talavera" nil (((t aa) 0) ((l aa) 0) ((v eh) 1) ((r ax) 0))) +("talbert" nil (((t ae l) 1) ((b er t) 0))) +("talbot" nil (((t ae l) 1) ((b ax t) 0))) +("talbots" nil (((t ae l) 1) ((b ax t s) 0))) +("talbott" nil (((t ae l) 1) ((b ax t) 0))) +("talc" nil (((t ae l k) 1))) +("talcott" nil (((t ae l) 1) ((k ax t) 0))) +("talcs" nil (((t ae l k s) 1))) +("talcum" nil (((t ae l) 1) ((k ax m) 0))) +("tale" nil (((t ey l) 1))) +("talent" nil (((t ae) 1) ((l ax n t) 0))) +("talented" nil (((t ae) 1) ((l ax n) 0) ((t ax d) 0))) +("talents" nil (((t ae) 1) ((l ax n t s) 0))) +("talerico" nil (((t aa) 0) ((l er) 0) ((iy) 1) ((k ow) 0))) +("tales" nil (((t ey l z) 1))) +("talford" nil (((t ae l) 1) ((f er d) 0))) +("taligent" nil (((t ae) 1) ((l ih) 0) ((jh eh n t) 0))) +("talisman" nil (((t ae) 1) ((l ih) 0) ((s m ax n) 0))) +("talitha" nil (((t ae) 1) ((l ih) 0) ((dh ax) 0))) +("talk" nil (((t ao k) 1))) +("talkative" nil (((t ao) 1) ((k ax) 0) ((t ih v) 0))) +("talkback" nil (((t ao k) 1) ((b ae k) 1))) +("talked" nil (((t ao k t) 1))) +("talker" nil (((t ao) 1) ((k er) 0))) +("talkers" nil (((t ao) 1) ((k er z) 0))) +("talkie" nil (((t ao) 1) ((k iy) 0))) +("talkies" nil (((t ao) 1) ((k iy z) 0))) +("talkin" nil (((t aa) 1) ((k ax n) 0))) +("talking" nil (((t ao) 1) ((k ih ng) 0))) +("talkington" nil (((t ao) 1) ((k ih ng) 0) ((t ax n) 0))) +("talks" nil (((t ao k s) 1))) +("talky" nil (((t ao) 1) ((k iy) 0))) +("tall" nil (((t ao l) 1))) +("tallahassee" nil (((t ae) 1) ((l ax) 0) ((hh ae) 1) ((s iy) 0))) +("tallant" nil (((t aa) 1) ((l ax n t) 0))) +("tallarico" nil (((t aa) 0) ((l aa) 0) ((r iy) 1) ((k ow) 0))) +("tallent" nil (((t aa) 1) ((l ax n t) 0))) +("taller" nil (((t ao) 1) ((l er) 0))) +("tallerico" nil (((t aa) 0) ((l er) 0) ((iy) 1) ((k ow) 0))) +("tallest" nil (((t ao) 1) ((l ih s t) 0))) +("talley" nil (((t ae) 1) ((l iy) 0))) +("tallie" nil (((t ao) 1) ((l iy) 0))) +("tallied" nil (((t ae) 1) ((l iy d) 0))) +("tallies" nil (((t ae) 1) ((l iy z) 0))) +("Tallinn" n (((t aa) 1) ((l iy n) 0))) +("tallmadge" nil (((t ae l) 1) ((m ae jh) 0))) +("tallman" nil (((t ao l) 1) ((m ax n) 0))) +("tallo" nil (((t ae) 1) ((l ow) 0))) +("tallon" nil (((t ae) 1) ((l ax n) 0))) +("tallow" nil (((t ae) 1) ((l ow) 0))) +("tallula" nil (((t aa) 0) ((l uw) 1) ((l ax) 0))) +("tallulah" nil (((t ae) 1) ((l uw) 1) ((l ax) 0))) +("tally" nil (((t ae) 1) ((l iy) 0))) +("tallyho" nil (((t ae) 1) ((l iy) 0) ((hh ow) 1))) +("tallying" nil (((t ae) 1) ((l iy) 0) ((ih ng) 0))) +("talmadge" nil (((t ae l) 1) ((m ae jh) 0))) +("talmage" nil (((t ae l) 1) ((m ih jh) 0))) +("talman" nil (((t ae l) 1) ((m ax n) 0))) +("talmor" nil (((t ae l) 1) ((m ao r) 1))) +("talmud" nil (((t ae l) 1) ((m ax d) 0))) +("Talmudic" n (((t ae l) 1) ((m ax) 0) ((d ax k) 0))) +("talon" nil (((t ae) 1) ((l ax n) 0))) +("talsma" nil (((t aa l) 1) ((s m ax) 0))) +("talton" nil (((t ae l) 1) ((t ax n) 0))) +("talty" nil (((t ao l) 1) ((t iy) 0))) +("tam" nil (((t ae m) 1))) +("tama" nil (((t aa) 1) ((m ax) 0))) +("tamales" nil (((t ax) 0) ((m aa) 1) ((l iy z) 0))) +("tamanaha" nil (((t aa) 0) ((m aa) 0) ((n aa) 1) ((hh ax) 0))) +("tamara" nil (((t ax) 0) ((m aa) 1) ((r ax) 0))) +("tamarac" nil (((t ae) 1) ((m er) 0) ((ae k) 0))) +("tamargo" nil (((t aa) 0) ((m aa r) 1) ((g ow) 0))) +("tamarin" nil (((t ae) 1) ((m er) 0) ((ax n) 0))) +("tamarisks" nil (((t ae) 1) ((m er) 0) ((ih s k s) 0))) +("tamas" nil (((t aa) 1) ((m ax z) 0))) +("tamashiro" nil (((t aa) 0) ((m aa) 0) ((sh ih) 1) ((r ow) 0))) +("tamayo" nil (((t aa) 0) ((m aa) 1) ((y ow) 0))) +("tamblyn" nil (((t ae m) 1) ((b l ih n) 0))) +("tambo" nil (((t ae m) 1) ((b ow) 0))) +("tambourine" nil (((t ae m) 1) ((b er) 0) ((iy n) 1))) +("tambrands" nil (((t ae m) 1) ((b r ae n d z) 1))) +("tambs" nil (((t ae m z) 1))) +("tamburello" nil (((t aa m) 0) ((b uh) 0) ((r eh) 1) ((l ow) 0))) +("tamburo" nil (((t aa m) 0) ((b uh) 1) ((r ow) 0))) +("tamburri" nil (((t aa m) 0) ((b uh) 1) ((r iy) 0))) +("tamburrino" nil (((t aa m) 0) ((b uh) 0) ((r iy) 1) ((n ow) 0))) +("tamburro" nil (((t aa m) 0) ((b uh) 1) ((r ow) 0))) +("tame" nil (((t ey m) 1))) +("tamed" nil (((t ey m d) 1))) +("tamer" nil (((t ey) 1) ((m er) 0))) +("tames" nil (((t ey m z) 1))) +("tamez" nil (((t aa) 0) ((m eh z) 1))) +("tamil" nil (((t ae) 1) ((m ax l) 0))) +("tamils" nil (((t ae) 1) ((m ax l z) 0))) +("taming" nil (((t ey) 1) ((m ih ng) 0))) +("tamke" nil (((t ae m) 1) ((k iy) 0))) +("tamm" nil (((t ae m) 1))) +("tammany" nil (((t ae) 1) ((m ax) 0) ((n iy) 0))) +("tammaro" nil (((t aa) 0) ((m aa) 1) ((r ow) 0))) +("tammen" nil (((t ae) 1) ((m ax n) 0))) +("tammie" nil (((t ae) 1) ((m iy) 0))) +("tamminga" nil (((t aa) 0) ((m iy ng) 1) ((g ax) 0))) +("tammy" nil (((t ae) 1) ((m iy) 0))) +("tamoxifen" nil (((t ae) 1) ((m aa k) 1) ((s ax) 0) ((f ax n) 0))) +("tamoya" nil (((t ax) 0) ((m ow) 1) ((y ax) 0))) +("tampa" nil (((t ae m) 1) ((p ax) 0))) +("tampax" nil (((t ae m) 1) ((p ae k s) 1))) +("tamper" nil (((t ae m) 1) ((p er) 0))) +("tampered" nil (((t ae m) 1) ((p er d) 0))) +("tampering" nil (((t ae m) 1) ((p er) 0) ((ih ng) 0))) +("tampines" nil (((t ae m) 1) ((p ih) 0) ((n iy s) 0))) +("tamplin" nil (((t ae m) 1) ((p l ih n) 0))) +("tampon" nil (((t ae m) 1) ((p aa n) 0))) +("tampons" nil (((t ae m) 1) ((p aa n z) 0))) +("tampopo" nil (((t ae m) 1) ((p ow) 1) ((p ow) 0))) +("tamposi" nil (((t ae m) 1) ((p ow) 1) ((s iy) 0))) +("tamura" nil (((t aa) 0) ((m uh) 1) ((r ax) 0))) +("tan" nil (((t ae n) 1))) +("tanabe" nil (((t aa) 0) ((n aa) 1) ((b ey) 0))) +("tanah" nil (((t aa) 1) ((n ax) 2))) +("tanaka" nil (((t aa) 0) ((n aa) 1) ((k ax) 0))) +("tancredi" nil (((t aa n) 0) ((k r eh) 1) ((d iy) 0))) +("tancredo" nil (((t ae n) 1) ((k r ey) 1) ((d ow) 0))) +("tandem" nil (((t ae n) 1) ((d ax m) 0))) +("tandon" nil (((t ae n) 1) ((d ax n) 0))) +("tandy" nil (((t ae n) 1) ((d iy) 0))) +("tandycrafts" nil (((t ae n) 1) ((d iy) 0) ((k r ae f t s) 1))) +("taneja" nil (((t ax) 0) ((n ey) 1) ((hh ax) 0))) +("tanen" nil (((t ae) 1) ((n ax n) 0))) +("tanenbaum" nil (((t ae) 1) ((n ax n) 0) ((b aw m) 1))) +("taney" nil (((t ey) 1) ((n iy) 0))) +("tang" nil (((t ae ng) 1))) +("tange" nil (((t ae n jh) 1))) +("tangeman" nil (((t ey n jh) 1) ((m ax n) 0))) +("tangen" nil (((t ae ng) 1) ((ax n) 0))) +("tangent" nil (((t ae n) 1) ((jh ax n t) 0))) +("tangential" nil (((t ae n) 0) ((jh eh n) 1) ((ch ax l) 0))) +("tanger" nil (((t ae ng) 1) ((er) 0))) +("tangerine" nil (((t ae n) 1) ((jh er) 0) ((iy n) 1))) +("tangerines" nil (((t ae n) 1) ((jh er) 0) ((iy n z) 1))) +("tanggula" nil (((t aa ng) 1) ((g uw) 1) ((l aa) 1))) +("tangible" nil (((t ae n) 1) ((jh ax) 0) ((b ax l) 0))) +("tangibles" nil (((t ae n) 1) ((jh ax) 0) ((b ax l z) 0))) +("tangiers" nil (((t ae n) 1) ((jh ih r z) 1))) +("tangle" nil (((t ae ng) 1) ((g ax l) 0))) +("tangled" nil (((t ae ng) 1) ((g ax l d) 0))) +("tangles" nil (((t ae ng) 1) ((g ax l z) 0))) +("tanglewood" nil (((t ae ng) 1) ((g ax l) 0) ((w uh d) 1))) +("tanglin" nil (((t aa ng) 1) ((l ih n) 0))) +("tangney" nil (((t ae ng g) 1) ((n iy) 0))) +("tango" nil (((t ae ng) 1) ((g ow) 0))) +("tangos" nil (((t ae ng) 1) ((g ow z) 0))) +("tangredi" nil (((t aa ng) 0) ((g r eh) 1) ((d iy) 0))) +("tangs" nil (((t ae ng z) 1))) +("tangseng" nil (((t aa ng) 1) ((s ah ng) 1))) +("tangshan" nil (((t aa ng) 1) ((sh aa n) 1))) +("tanguay" nil (((t ae n) 1) ((g ey) 0))) +("tanguma" nil (((t aa ng) 0) ((g uw) 1) ((m ax) 0))) +("tangy" n (((t ae ng) 1) ((iy) 0))) +("tangyuan" n (((t aa ng) 1) ((y uh) 0) ((aa n) 1))) +("tani" nil (((t aa) 1) ((n iy) 0))) +("tania" nil (((t aa) 1) ((n y ax) 0))) +("taniguchi" nil (((t aa) 1) ((n ih) 0) ((g uw) 1) ((ch iy) 0))) +("tanimoto" nil (((t aa) 0) ((n iy) 0) ((m ow) 1) ((t ow) 0))) +("tanimura" nil (((t aa) 1) ((n ih) 0) ((m uw) 1) ((r ax) 0))) +("tanis" nil (((t ae) 1) ((n ih s) 0))) +("tanja" n (((t ae) 1) ((n y ah) 0))) +("tanjong" nil (((t ae n) 1) ((jh aa ng) 0))) +("tanjug" nil (((t ae n) 1) ((jh ah g) 1))) +("tank" nil (((t ae ng k) 1))) +("tankan" nil (((t ae ng) 1) ((k ax n) 0))) +("tankard" nil (((t ae ng) 1) ((k er d) 0))) +("tanke" nil (((t ae ng k) 1))) +("tanked" nil (((t ae ng k t) 1))) +("tanker" nil (((t ae ng) 1) ((k er) 0))) +("tankers" nil (((t ae ng) 1) ((k er z) 0))) +("tankersley" nil (((t ae ng) 1) ((k er) 0) ((s l iy) 0))) +("tanks" nil (((t ae ng k s) 1))) +("tanksley" nil (((t ae ng k) 1) ((s l iy) 0))) +("tann" nil (((t ae n) 1))) +("tannahill" nil (((t ae) 1) ((n ax) 0) ((hh ih l) 1))) +("tanned" nil (((t ae n d) 1))) +("tannehill" nil (((t ae n) 1) ((hh ih l) 0))) +("tannen" nil (((t ae) 1) ((n ax n) 0))) +("tannenbaum" nil (((t ae) 1) ((n ax n) 0) ((b aw m) 1))) +("tanner" nil (((t ae) 1) ((n er) 0))) +("tanney" nil (((t ae) 1) ((n iy) 0))) +("tannhauser" nil (((t ae n) 1) ((hh aw) 1) ((z er) 0))) +("tanning" nil (((t ae) 1) ((n ih ng) 0))) +("tanqueray" nil (((t ae ng) 1) ((k w er) 0) ((ey) 1))) +("tans" nil (((t ae n z) 1))) +("tansey" nil (((t ae n) 1) ((z iy) 0))) +("tanski" nil (((t ae n) 1) ((s k iy) 1))) +("tansy" nil (((t ae n) 1) ((z iy) 0))) +("tant" nil (((t ae n t) 1))) +("tantalized" nil (((t ae n) 1) ((t ax) 0) ((l ay z d) 1))) +("tantalizing" nil (((t ae n) 1) ((t ax) 0) ((l ay) 1) ((z ih ng) 0))) +("tantalizingly" nil (((t ae n) 1) ((t ax) 0) ((l ay) 1) ((z ih ng) 0) ((l iy) 0))) +("tantalum" nil (((t ae n) 1) ((t ax) 0) ((l ax m) 0))) +("tantalus" nil (((t ae n) 1) ((t ax) 0) ((l ax s) 0))) +("tantamount" nil (((t ae n) 1) ((t ax) 0) ((m aw n t) 1))) +("tantillo" nil (((t aa n) 0) ((t ih) 1) ((l ow) 0))) +("tanton" nil (((t ae n) 1) ((t ax n) 0))) +("tantric" nil (((t ae n) 1) ((t r ih k) 0))) +("tantrum" nil (((t ae n) 1) ((t r ax m) 0))) +("tantrums" nil (((t ae n) 1) ((t r ax m z) 0))) +("tanya" nil (((t aa) 1) ((n y ax) 0))) +("tanzania" nil (((t ae n) 0) ((z ey) 1) ((n iy) 0) ((ax) 0))) +("tanzanian" nil (((t ae n) 1) ((z ey) 1) ((n iy) 0) ((ax n) 0))) +("tanzer" nil (((t ae n) 1) ((z er) 0))) +("tanzi" nil (((t ae n) 1) ((z iy) 0))) +("tao" nil (((t aw) 1))) +("taobao" nil (((t aw) 1) ((b aw) 1))) +("taoism" nil (((d aw) 1) ((ih) 0) ((z ax m) 0))) +("taoists" nil (((d aw) 1) ((ax s t s) 0))) +("taormina" nil (((t aa) 0) ((ao r) 0) ((m iy) 1) ((n ax) 0))) +("taos" nil (((t aw z) 1))) +("taotao" nil (((t aw) 1) ((t aw) 1))) +("tap" nil (((t ae p) 1))) +("tapas" nil (((t ah) 1) ((p ax s) 0))) +("tape" nil (((t ey p) 1))) +("taped" nil (((t ey p t) 1))) +("tapeie" nil (((t ey) 1) ((p iy) 0) ((ey) 0))) +("taper" nil (((t ey) 1) ((p er) 0))) +("tapered" nil (((t ey) 1) ((p er d) 0))) +("tapering" nil (((t ey) 1) ((p er) 0) ((ih ng) 0))) +("tapers" nil (((t ey) 1) ((p er z) 0))) +("tapes" nil (((t ey p s) 1))) +("tapestries" nil (((t ae) 1) ((p ax) 0) ((s t r iy z) 0))) +("tapestry" nil (((t ae) 1) ((p ax) 0) ((s t r iy) 0))) +("tapformore" nil (((t ae p) 1) ((f ao r) 0) ((m ao r) 1))) +("tapia" nil (((t aa) 1) ((p iy) 0) ((ax) 0))) +("tapias" nil (((t ax) 0) ((p iy) 1) ((ax s) 0))) +("tapie" nil (((t ae) 1) ((p iy) 0))) +("taping" nil (((t ey) 1) ((p ih ng) 0))) +("tapley" nil (((t ae) 1) ((p l iy) 0))) +("taplin" nil (((t ae) 1) ((p l ih n) 0))) +("tapp" nil (((t ae p) 1))) +("tappan" nil (((t ae) 1) ((p ax n) 0))) +("tappe" nil (((t ae p) 1))) +("tapped" nil (((t ae p t) 1))) +("tappen" nil (((t ae) 1) ((p ax n) 0))) +("tapper" nil (((t ae) 1) ((p er) 0))) +("tappet" nil (((t ae) 1) ((p ax t) 0))) +("tappin" nil (((t ae) 1) ((p ih n) 0))) +("tapping" nil (((t ae) 1) ((p ih ng) 0))) +("taps" nil (((t ae p s) 1))) +("tapscott" nil (((t ae p) 1) ((s k ax t) 0))) +("tar" nil (((t aa r) 1))) +("tara" nil (((t eh) 1) ((r ax) 0))) +("tarallo" nil (((t er) 0) ((ae) 1) ((l ow) 0))) +("tarango" nil (((t aa) 0) ((r aa ng) 1) ((g ow) 0))) +("tarantino" nil (((t aa) 0) ((r aa n) 0) ((t iy) 1) ((n ow) 0))) +("taranto" nil (((t er) 0) ((ae n) 1) ((t ow) 0))) +("taras" nil (((t aa) 1) ((r ax z) 0))) +("tarasoff" nil (((t eh) 1) ((r ih) 0) ((s ao f) 0))) +("taravella" nil (((t ae) 1) ((r ax) 0) ((v eh) 1) ((l ax) 0))) +("tarbell" nil (((t aa r) 1) ((b eh l) 1))) +("tarbert" nil (((t aa r) 1) ((b er t) 0))) +("tarbet" nil (((t aa r) 1) ((b ih t) 0))) +("tarbox" nil (((t aa r) 1) ((b aa k s) 1))) +("tarbutton" nil (((t aa r) 1) ((b ah) 1) ((t ax n) 0))) +("tardif" nil (((t aa r) 1) ((d ih f) 0))) +("tardiff" nil (((t aa r) 1) ((d ih f) 0))) +("tardiness" nil (((t aa r) 1) ((d iy) 0) ((n ax s) 0))) +("tarditi" nil (((t aa r) 1) ((d ih) 1) ((t iy) 0))) +("tardy" nil (((t aa r) 1) ((d iy) 0))) +("target" nil (((t aa r) 1) ((g ax t) 0))) +("targeted" nil (((t aa r) 1) ((g ax) 0) ((t ih d) 0))) +("targeting" nil (((t aa r) 1) ((g ax) 0) ((t ih ng) 0))) +("targets" nil (((t aa r) 1) ((g ax t s) 0))) +("tarheels" nil (((t aa r) 1) ((hh iy l z) 1))) +("tariff" nil (((t eh) 1) ((r ax f) 0))) +("tariffs" nil (((t eh) 1) ((r ax f s) 0))) +("tarin" nil (((t aa) 1) ((r iy n) 0))) +("tariq" nil (((t aa) 1) ((r iy k) 1))) +("tarkington" nil (((t aa r) 1) ((k ih ng) 0) ((t ax n) 0))) +("tarkowski" nil (((t er) 0) ((k ao f) 1) ((s k iy) 0))) +("tarleton" nil (((t aa r l) 1) ((t ax n) 0))) +("tarlow" nil (((t aa r) 1) ((l ow) 1))) +("tarlton" nil (((t aa r l) 1) ((t ax n) 0))) +("tarmac" nil (((t aa r) 1) ((m ae k) 1))) +("tarmacs" nil (((t aa r) 1) ((m ae k s) 1))) +("tarman" nil (((t aa r) 1) ((m ax n) 0))) +("tarnish" nil (((t aa r) 1) ((n ih sh) 0))) +("tarnished" nil (((t aa r) 1) ((n ih sh t) 0))) +("tarnishing" nil (((t aa r) 1) ((n ih) 0) ((sh ih ng) 0))) +("tarnoff" nil (((t aa r) 1) ((n ao f) 1))) +("tarnow" nil (((t aa r) 1) ((n ow) 0))) +("tarnowski" nil (((t er) 0) ((n ao f) 1) ((s k iy) 0))) +("taro" nil (((t eh) 1) ((r ow) 0))) +("tarom" nil (((t eh) 1) ((r ax m) 0))) +("tarp" nil (((t aa r p) 1))) +("tarpaulin" n (((t aa r) 0) ((p ao) 1) ((l ih n) 0))) +("tarpey" nil (((t aa r) 1) ((p iy) 0))) +("tarpley" nil (((t aa r) 1) ((p l iy) 0))) +("tarpon" nil (((t aa r) 1) ((p ax n) 0))) +("tarps" nil (((t aa r p s) 1))) +("tarquinio" nil (((t aa r) 0) ((k w iy) 1) ((n iy) 0) ((ow) 0))) +("tarr" nil (((t aa r) 1))) +("tarrance" nil (((t aa) 1) ((r ax n s) 0))) +("tarrant" nil (((t aa) 1) ((r ax n t) 0))) +("tarred" nil (((t aa r d) 1))) +("tarring" nil (((t aa) 1) ((r ih ng) 0))) +("tarry" nil (((t eh) 1) ((r iy) 0))) +("tarrytown" nil (((t eh) 1) ((r iy) 0) ((t aw n) 1))) +("tarses" nil (((t aa r) 1) ((s ih s) 0))) +("tarsus" nil (((t aa r) 1) ((s ax s) 0))) +("tart" nil (((t aa r t) 1))) +("tartaglia" nil (((t aa r) 0) ((t ae) 1) ((g l iy) 0) ((ax) 0))) +("tartaglione" nil (((t aa r) 0) ((t ae) 0) ((g l iy) 0) ((ow) 1) ((n iy) 0))) +("tartan" nil (((t aa r) 1) ((t ax n) 0))) +("tartar" nil (((t aa r) 1) ((t er) 0))) +("tarte" nil (((t aa r t) 1))) +("tarter" nil (((t aa r) 1) ((t er) 0))) +("tartikoff" nil (((t aa r) 1) ((t ih) 0) ((k ao f) 1))) +("tartness" nil (((t aa r t) 1) ((n ax s) 0))) +("tarts" nil (((t aa r t s) 1))) +("tartt" nil (((t aa r t) 1))) +("tarver" nil (((t aa r) 1) ((v er) 0))) +("tarvin" nil (((t aa r) 1) ((v ih n) 0))) +("tarzan" nil (((t aa r) 1) ((z ae n) 1))) +("tasca" nil (((t aa) 1) ((s k ax) 0))) +("tasch" nil (((t ae sh) 1))) +("taschner" nil (((t ae) 1) ((sh n er) 0))) +("tash" nil (((t ae sh) 1))) +("tashiro" nil (((t aa) 0) ((sh ih) 1) ((r ow) 0))) +("tashjian" nil (((t ae sh) 1) ((jh iy) 0) ((ax n) 0))) +("tashkent" nil (((t ae sh) 1) ((k eh n t) 1))) +("task" nil (((t ae s k) 1))) +("tasker" nil (((t ae) 1) ((s k er) 0))) +("tasking" nil (((t ae) 1) ((s k ih ng) 0))) +("taskmaster" nil (((t ae s k) 1) ((m ae) 1) ((s t er) 0))) +("tasks" nil (((t ae s k s) 1))) +("tasm" nil (((t ae) 1) ((s ax m) 0))) +("tasman" nil (((t ae z) 1) ((m ax n) 0))) +("tasmania" nil (((t ae z) 1) ((m ey) 1) ((n iy) 0) ((ax) 0))) +("tasmanian" nil (((t ae z) 1) ((m ey) 1) ((n iy) 0) ((ax n) 0))) +("tass" nil (((t ae s) 1))) +("tassel" nil (((t ae) 1) ((s ax l) 0))) +("tassi" nil (((t ae) 1) ((s iy) 0))) +("tassin" nil (((t ae) 1) ((s ih n) 0))) +("tassinari" nil (((t aa) 0) ((s iy) 0) ((n aa) 1) ((r iy) 0))) +("tasso" nil (((t ae) 1) ((s ow) 1))) +("tassone" nil (((t aa) 0) ((s ow) 1) ((n iy) 0))) +("taste" nil (((t ey s t) 1))) +("tasted" nil (((t ey) 1) ((s t ax d) 0))) +("tasteful" nil (((t ey s t) 1) ((f ax l) 0))) +("tastefully" nil (((t ey s t) 1) ((f ax) 0) ((l iy) 0))) +("tasteless" nil (((t ey s t) 1) ((l ax s) 0))) +("tasters" nil (((t ey) 1) ((s t er z) 0))) +("tastes" nil (((t ey s t s) 1))) +("tastier" nil (((t ey) 1) ((s t iy) 0) ((er) 0))) +("tastiness" nil (((t ey) 1) ((s t iy) 0) ((n ax s) 0))) +("tasting" nil (((t ey) 1) ((s t ih ng) 0))) +("tastings" nil (((t ey) 1) ((s t ih ng z) 0))) +("tasty" nil (((t ey) 1) ((s t iy) 0))) +("tat" nil (((t ae t) 1))) +("tata" nil (((t aa) 1) ((t ax) 0))) +("tatar" nil (((t ae) 1) ((t er) 0))) +("tatars" nil (((t ae) 1) ((t er z) 0))) +("tatarstan" nil (((t aa) 1) ((t er) 0) ((s t ae n) 1))) +("tate" nil (((t ey t) 1))) +("tateho" nil (((t ax) 0) ((t ey) 1) ((hh ow) 0))) +("tatem" nil (((t ae) 1) ((t ih m) 0))) +("tatge" nil (((t ey t jh) 1))) +("tatham" nil (((t ae) 1) ((th ax m) 0))) +("tatiana" nil (((t ae) 1) ((t iy) 1) ((ae) 1) ((n ax) 0))) +("tatlock" nil (((t ae t) 1) ((l aa k) 1))) +("tatman" nil (((t ae t) 1) ((m ax n) 0))) +("tatom" nil (((t ae) 1) ((t ax m) 0))) +("tatra" nil (((t ae) 1) ((t r ax) 0))) +("tatro" nil (((t ae) 1) ((t r ow) 0))) +("tatsch" nil (((t ae ch) 1))) +("tatsukichi" nil (((t ax t) 0) ((s uw) 0) ((k iy) 1) ((ch iy) 0))) +("tatsuno" nil (((t ae t) 1) ((s uw) 1) ((n ow) 0))) +("tattered" nil (((t ae) 1) ((t er d) 0))) +("tatters" nil (((t ae) 1) ((t er z) 0))) +("tattersall" nil (((t ae) 1) ((t er) 0) ((s ax l) 0))) +("tattled" nil (((t ae) 1) ((t ax l d) 0))) +("tattler" nil (((t ae t) 1) ((l er) 0))) +("tattoo" nil (((t ae) 0) ((t uw) 1))) +("tattooed" nil (((t ae) 0) ((t uw d) 1))) +("tattooing" nil (((t ae) 0) ((t uw) 1) ((ih ng) 0))) +("tattoos" nil (((t ae) 0) ((t uw z) 1))) +("tatty" nil (((t ae) 1) ((t iy) 0))) +("tatu" nil (((t aa) 0) ((t uw) 1))) +("tatum" nil (((t ey) 1) ((t ax m) 0))) +("taub" nil (((t aw b) 1))) +("taube" nil (((t ao b) 1))) +("tauber" nil (((t aw) 1) ((b er) 0))) +("taubert" nil (((t aw) 1) ((b er t) 0))) +("taubes" nil (((t aw b z) 1))) +("taubman" nil (((t aw b) 1) ((m ax n) 0))) +("taucher" nil (((t aw) 1) ((k er) 0))) +("tauer" nil (((t aw) 1) ((er) 0))) +("taught" nil (((t ao t) 1))) +("tauke" nil (((t aw k) 1))) +("taul" nil (((t ao l) 1))) +("taulbee" nil (((t ao l) 1) ((b iy) 1))) +("taunt" nil (((t ao n t) 1))) +("taunted" nil (((t ao n) 1) ((t ih d) 0))) +("taunting" nil (((t ao n) 1) ((t ih ng) 0))) +("taunton" nil (((t ao n) 1) ((t ax n) 0))) +("taunts" nil (((t ao n t s) 1))) +("taurus" nil (((t ao) 1) ((r ax s) 0))) +("tauruses" nil (((t ao) 1) ((r ax) 0) ((s ax z) 0))) +("tausch" nil (((t aw sh) 1))) +("tauscher" nil (((t aw) 1) ((sh er) 0))) +("taussig" nil (((t aw) 1) ((s ih g) 0))) +("taut" nil (((t ao t) 1))) +("tauzin" nil (((t aw) 1) ((z ih n) 0))) +("tavano" nil (((t aa) 0) ((v aa) 1) ((n ow) 0))) +("tavares" nil (((t aa) 0) ((v aa) 1) ((r eh s) 0))) +("tavarez" nil (((t aa) 0) ((v aa) 1) ((r eh z) 0))) +("tavel" nil (((t aa) 0) ((v eh l) 1))) +("tavenner" nil (((t ae) 1) ((v ih) 0) ((n er) 0))) +("tavera" nil (((t aa) 0) ((v eh) 1) ((r ax) 0))) +("taveras" nil (((t aa) 0) ((v eh) 1) ((r aa z) 0))) +("tavern" nil (((t ae) 1) ((v er n) 0))) +("taverna" nil (((t aa) 0) ((v eh r) 1) ((n ax) 0))) +("tavernier" nil (((t ae) 1) ((v er) 0) ((n iy) 0) ((er) 0))) +("taverns" nil (((t ae) 1) ((v er n z) 0))) +("taves" nil (((t ey v z) 1))) +("tavie" nil (((t ey) 1) ((v iy) 0))) +("tavis" nil (((t aa) 1) ((v ih s) 0))) +("tavish" nil (((t ey) 1) ((v ih sh) 0))) +("tavist" nil (((t ae) 1) ((v ih s t) 0))) +("tavoulareas" nil (((t aa) 0) ((v uw) 0) ((l eh) 1) ((r iy) 0) ((ax s) 0))) +("tavy" nil (((t ey) 1) ((v iy) 0))) +("tawana" nil (((t aa) 1) ((w aa) 1) ((n ax) 0))) +("tawdry" nil (((t ao) 1) ((d r iy) 0))) +("tawes" nil (((t ao z) 1))) +("tawil" nil (((t ao) 1) ((ax l) 0))) +("tawney" nil (((t ao) 1) ((n iy) 0))) +("tax" nil (((t ae k s) 1))) +("taxability" nil (((t ae k) 1) ((s ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("taxable" nil (((t ae k) 1) ((s ax) 0) ((b ax l) 0))) +("taxables" nil (((t ae k) 1) ((s ax) 0) ((b ax l z) 0))) +("taxation" nil (((t ae k) 0) ((s ey) 1) ((sh ax n) 0))) +("taxcut" nil (((t ae k) 1) ((s k ah t) 1))) +("taxed" nil (((t ae k s t) 1))) +("taxer" nil (((t ae k) 1) ((s er) 0))) +("taxes" nil (((t ae k) 1) ((s ax z) 0))) +("taxi" nil (((t ae k) 1) ((s iy) 0))) +("taxicab" nil (((t ae k) 1) ((s iy) 0) ((k ae b) 1))) +("taxied" nil (((t ae k) 1) ((s iy d) 0))) +("taxiing" nil (((t ae k) 1) ((s iy) 0) ((ih ng) 0))) +("taxing" nil (((t ae k) 1) ((s ih ng) 0))) +("taxis" nil (((t ae k) 1) ((s iy z) 0))) +("taxol" nil (((t ae k) 1) ((s aa l) 1))) +("taxpayer" nil (((t ae k) 1) ((s p ey) 1) ((er) 0))) +("taxpayers" nil (((t ae k) 1) ((s p ey) 1) ((er z) 0))) +("taxpaying" nil (((t ae k) 1) ((s p ey) 1) ((ih ng) 0))) +("tay" nil (((t ey) 1))) +("tayler" nil (((t ey) 1) ((l er) 0))) +("tayloe" nil (((t ey) 1) ((l ow) 0))) +("taylor" nil (((t ey) 1) ((l er) 0))) +("taylors" nil (((t ey) 1) ((l er z) 0))) +("tayman" nil (((t ey) 1) ((m ax n) 0))) +("tays" nil (((t ey z) 1))) +("tb" nil (((t iy) 1) ((b iy) 1))) +("tbilisi" nil (((t ax) 0) ((b ih) 0) ((l iy) 1) ((s iy) 0))) +("tcas" nil (((t iy) 1) ((s iy) 1) ((ey) 1) ((eh s) 1))) +("tchaikovsky" nil (((ch ey) 1) ((k aa v) 1) ((s k iy) 0))) +("tchuruk" nil (((ch uh) 1) ((r ih k) 0))) +("te" nil (((t iy) 1))) +("tea" nil (((t iy) 1))) +("teac" nil (((t iy k) 1))) +("teach" nil (((t iy ch) 1))) +("teachable" nil (((t iy) 1) ((ch ax) 0) ((b ax l) 0))) +("teacher" nil (((t iy) 1) ((ch er) 0))) +("teachers" nil (((t iy) 1) ((ch er z) 0))) +("teaches" nil (((t iy) 1) ((ch ax z) 0))) +("teachey" nil (((t iy) 1) ((ch iy) 0))) +("teaching" nil (((t iy) 1) ((ch ih ng) 0))) +("teachings" nil (((t iy) 1) ((ch ih ng z) 0))) +("teachout" nil (((t iy) 1) ((ch aw t) 1))) +("teacup" nil (((t iy) 1) ((k ah p) 1))) +("teaford" nil (((t iy) 1) ((f ao r d) 1))) +("teagarden" nil (((t iy) 1) ((g aa r) 1) ((d ax n) 0))) +("teagle" nil (((t iy) 1) ((g ax l) 0))) +("teague" nil (((t iy g) 1))) +("teahan" nil (((t iy) 1) ((ax n) 0))) +("teak" nil (((t iy k) 1))) +("teakwood" nil (((t iy) 1) ((k w uh d) 1))) +("teal" nil (((t iy l) 1))) +("teale" nil (((t iy l) 1))) +("teall" nil (((t iy l) 1))) +("team" nil (((t iy m) 1))) +("teamed" nil (((t iy m d) 1))) +("teamer" nil (((t iy) 1) ((m er) 0))) +("teaming" nil (((t iy) 1) ((m ih ng) 0))) +("teammate" nil (((t iy) 1) ((m ey t) 1))) +("teammates" nil (((t iy m) 1) ((m ey t s) 1))) +("teams" nil (((t iy m z) 1))) +("teamster" nil (((t iy m) 1) ((s t er) 0))) +("teamsters" nil (((t iy m) 1) ((s t er z) 0))) +("teamwork" nil (((t iy m) 1) ((w er k) 1))) +("teaneck" nil (((t iy) 1) ((n eh k) 1))) +("teaney" nil (((t iy) 1) ((n iy) 0))) +("teapot" nil (((t iy) 1) ((p aa t) 1))) +("tear" n (((t iy r) 1))) +("tear" v (((t eh r) 1))) +("teare" nil (((t iy r) 1))) +("tearful" nil (((t ih r) 1) ((f ax l) 0))) +("tearfully" nil (((t ih r) 1) ((f ax) 0) ((l iy) 0))) +("tearing" nil (((t eh) 1) ((r ih ng) 0))) +("tearle" nil (((t ao) 1) ((r ax l) 0))) +("tears" n (((t ih r z) 1))) +("tears" v (((t eh r z) 1))) +("teary" nil (((t ih) 1) ((r iy) 0))) +("teas" nil (((t iy z) 1))) +("teasdale" nil (((t iy z) 1) ((d ey l) 1))) +("tease" nil (((t iy z) 1))) +("teased" nil (((t iy z d) 1))) +("teaser" nil (((t iy) 1) ((z er) 0))) +("teases" nil (((t iy) 1) ((z ih z) 0))) +("teasing" nil (((t iy) 1) ((z ih ng) 0))) +("teasingly" n (((t iy) 1) ((z ax ng) 0) ((l iy) 0))) +("teasley" nil (((t iy) 1) ((z l iy) 0))) +("teaspoon" nil (((t iy) 1) ((s p uw n) 1))) +("teaspoons" nil (((t iy) 1) ((s p uw n z) 1))) +("teaster" nil (((t iy) 1) ((s t er) 0))) +("teat" nil (((t iy t) 1))) +("teate" nil (((t iy) 1) ((ey t) 1))) +("teater" nil (((t iy) 1) ((t er) 0))) +("teatro" nil (((t iy) 1) ((t r ow) 0))) +("teats" nil (((t iy t s) 1))) +("tebbe" nil (((t eh b) 1))) +("tebben" nil (((t eh) 1) ((b ax n) 0))) +("tebbetts" nil (((t eh) 1) ((b ih t s) 0))) +("tebbit" nil (((t eh) 1) ((b ih t) 0))) +("tebbs" nil (((t eh b z) 1))) +("tebeau" nil (((t ih) 0) ((b ow) 1))) +("tebelskis" nil (((t ax) 0) ((b eh l) 1) ((s k ih s) 0))) +("tebo" nil (((t eh) 1) ((b ow) 0))) +("tebuthiuron" nil (((t eh) 1) ((b ax th) 0) ((y uw) 1) ((r aa n) 0))) +("tec" nil (((t eh k) 1))) +("tech" nil (((t eh k) 1))) +("techies" nil (((t eh) 1) ((k iy z) 0))) +("techint" nil (((t eh) 1) ((ch ih n t) 0))) +("technic" nil (((t eh k) 1) ((n ih k) 0))) +("technical" nil (((t eh k) 1) ((n ih) 0) ((k ax l) 0))) +("technicalities" nil (((t eh k) 1) ((n ax) 0) ((k ae) 1) ((l ax) 0) ((t iy z) 0))) +("technicality" nil (((t eh k) 1) ((n ax) 0) ((k ae) 1) ((l ih) 0) ((t iy) 0))) +("technically" nil (((t eh k) 1) ((n ih) 0) ((k ax) 0) ((l iy) 0))) +("technician" nil (((t eh k) 0) ((n ih) 1) ((sh ax n) 0))) +("technicians" nil (((t eh k) 0) ((n ih) 1) ((sh ax n z) 0))) +("technicolor" nil (((t eh k) 1) ((n ih) 0) ((k ah) 1) ((l er) 0))) +("technicon" nil (((t eh k) 1) ((n ih) 0) ((k aa n) 1))) +("technics" nil (((t eh k) 1) ((n ih k s) 0))) +("technique" nil (((t eh k) 0) ((n iy k) 1))) +("techniques" nil (((t eh k) 0) ((n iy k s) 1))) +("technitrol" nil (((t eh k) 1) ((n ih) 0) ((t r ow l) 1))) +("techno" nil (((t eh k) 1) ((n ow) 0))) +("technocrat" nil (((t eh k) 1) ((n ax) 0) ((k r ae t) 1))) +("technocratic" nil (((t eh k) 1) ((n ax) 0) ((k r ae) 1) ((t ih k) 0))) +("technocrats" nil (((t eh k) 1) ((n ax) 0) ((k r ae t s) 1))) +("technodyne" nil (((t eh k) 1) ((n ow) 0) ((d ay n) 1))) +("technologic" nil (((t eh k) 1) ((n ax) 0) ((l aa) 1) ((jh ih k) 0))) +("technological" nil (((t eh k) 1) ((n ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("technologically" nil (((t eh k) 1) ((n ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax) 0) ((l iy) 0))) +("technologies" nil (((t eh k) 0) ((n aa) 1) ((l ax) 0) ((jh iy z) 0))) +("technologist" nil (((t eh k) 1) ((n aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("technologists" nil (((t eh k) 1) ((n aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("technology" nil (((t eh k) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("technomic" nil (((t eh k) 1) ((n aa) 1) ((m ih k) 0))) +("technophobe" nil (((t eh k) 1) ((n ow) 0) ((f ow b) 1))) +("technophobes" nil (((t eh k) 1) ((n ow) 0) ((f ow b z) 1))) +("techs" nil (((t eh k s) 1))) +("techsystems" nil (((t eh k) 1) ((s ih) 1) ((s t ax m z) 0))) +("techy" nil (((t eh) 1) ((ch iy) 0))) +("teck" nil (((t eh k) 1))) +("tecla" nil (((t eh) 1) ((k l ax) 0))) +("teco" nil (((t iy) 1) ((k ow) 0))) +("tecogen" nil (((t eh) 1) ((k ow) 0) ((g ax n) 0))) +("tecos" nil (((t iy) 1) ((k ow s) 0))) +("tectonics" nil (((t eh k) 0) ((t aa) 1) ((n ih k s) 0))) +("tecumseh" nil (((t ax) 0) ((k ah m) 1) ((s ax) 0))) +("ted" nil (((t eh d) 1))) +("tedder" nil (((t eh) 1) ((d er) 0))) +("teddie" nil (((t eh) 1) ((d iy) 0))) +("teddy" nil (((t eh) 1) ((d iy) 0))) +("tedeschi" nil (((t eh) 0) ((d eh) 1) ((s k iy) 0))) +("tedesco" nil (((t eh) 0) ((d eh) 1) ((s k ow) 0))) +("tedford" nil (((t eh d) 1) ((f er d) 0))) +("tedious" nil (((t iy) 1) ((d iy) 0) ((ax s) 0))) +("tediously" nil (((t iy) 1) ((d iy) 0) ((ax) 0) ((s l iy) 0))) +("tedium" nil (((t iy) 1) ((d iy) 0) ((ax m) 0))) +("tedman" nil (((t eh d) 1) ((m ax n) 0))) +("tedmond" nil (((t eh d) 1) ((m ax n d) 0))) +("tedmund" nil (((t eh d) 1) ((m ax n d) 0))) +("tedrick" nil (((t eh) 1) ((d r ih k) 0))) +("tedrow" nil (((t eh) 1) ((d r ow) 1))) +("tee" nil (((t iy) 1))) +("teed" nil (((t iy d) 1))) +("teegarden" nil (((t iy) 1) ((g aa r) 1) ((d ax n) 0))) +("teegardin" nil (((t iy) 0) ((g aa r) 1) ((d ih n) 0))) +("teehan" nil (((t iy) 1) ((ax n) 0))) +("teeing" nil (((t iy) 1) ((ih ng) 0))) +("teel" nil (((t iy l) 1))) +("teele" nil (((t iy l) 1))) +("teeley" nil (((t iy) 1) ((l iy) 0))) +("teeling" nil (((t iy) 1) ((l ih ng) 0))) +("teeming" nil (((t iy) 1) ((m ih ng) 0))) +("teems" nil (((t iy m z) 1))) +("teen" nil (((t iy n) 1))) +("teena" nil (((t iy) 1) ((n ax) 0))) +("teenage" nil (((t iy) 1) ((n ey jh) 1))) +("teenaged" nil (((t iy) 1) ((n ey jh d) 1))) +("teenager" nil (((t iy) 1) ((n ey) 1) ((jh er) 0))) +("teenagers" nil (((t iy) 1) ((n ey) 1) ((jh er z) 0))) +("teenie" nil (((t iy) 1) ((n iy) 0))) +("teens" nil (((t iy n z) 1))) +("teensy" nil (((t iy n) 1) ((s iy) 0))) +("teeny" nil (((t iy) 1) ((n iy) 0))) +("teeple" nil (((t iy) 1) ((p ax l) 0))) +("teeples" nil (((t iy) 1) ((p ax l z) 0))) +("teer" nil (((t ih r) 1))) +("tees" nil (((t iy z) 1))) +("teeter" nil (((t iy) 1) ((t er) 0))) +("teetered" nil (((t iy) 1) ((t er d) 0))) +("teetering" nil (((t iy) 1) ((t er) 0) ((ih ng) 0))) +("teeters" nil (((t iy) 1) ((t er z) 0))) +("teeth" nil (((t iy th) 1))) +("teething" nil (((t iy) 1) ((dh ih ng) 0))) +("teets" nil (((t iy t s) 1))) +("teffeteller" nil (((t eh) 1) ((f ih) 0) ((t eh) 1) ((l er) 0))) +("tefft" nil (((t eh f t) 1))) +("teflon" nil (((t eh) 1) ((f l ax n) 0))) +("tefra" nil (((t eh) 1) ((f r ax) 0))) +("tegeler" nil (((t eh) 1) ((g ax) 0) ((l er) 0))) +("tegethoff" nil (((t eh) 1) ((g ih) 0) ((t ao f) 1))) +("tegge" nil (((t eh g) 1))) +("tegtmeier" nil (((t eh t) 1) ((m ay) 0) ((er) 0))) +("tegtmeyer" nil (((t eh t) 1) ((m ay) 0) ((er) 0))) +("tegucigalpa" nil (((t eh) 0) ((g uw) 0) ((s iy) 0) ((g ae l) 1) ((p ax) 0))) +("tehan" nil (((t ey) 1) ((ax n) 0))) +("teheran" nil (((t eh) 1) ((hh er) 0) ((aa n) 1))) +("teherani" nil (((t eh) 1) ((hh er) 0) ((aa) 1) ((n iy) 0))) +("teheranis" nil (((t eh) 1) ((hh er) 0) ((aa) 1) ((n iy z) 0))) +("teherans" nil (((t eh) 1) ((hh er) 0) ((aa n z) 1))) +("tehran" nil (((t ey) 1) ((r aa n) 1))) +("tehrani" nil (((t ey) 1) ((r aa) 1) ((n iy) 0))) +("tehranis" nil (((t ey) 1) ((r aa) 1) ((n iy z) 0))) +("tehrans" nil (((t ey) 1) ((r aa n z) 1))) +("tei" nil (((t ey) 1))) +("teich" nil (((t ay k) 1))) +("teicher" nil (((t ay) 1) ((k er) 0))) +("teichert" nil (((t ay) 1) ((k er t) 0))) +("teichman" nil (((t ay k) 1) ((m ax n) 0))) +("teichmann" nil (((t ay k) 1) ((m ax n) 0))) +("teig" nil (((t iy g) 1))) +("teige" nil (((t ay jh) 1))) +("teigen" nil (((t ay) 1) ((g ax n) 0))) +("teikoku" nil (((t ey) 1) ((k ow) 1) ((k uw) 1))) +("teitel" nil (((t ay) 1) ((t ax l) 0))) +("teitelbaum" nil (((t ay) 1) ((t ax l) 0) ((b aw m) 0))) +("teitell" nil (((t ay) 1) ((t eh l) 1))) +("teixeira" nil (((t ax k) 0) ((s eh) 1) ((r ax) 0))) +("tejada" nil (((t ey) 0) ((y aa) 1) ((d ax) 0))) +("tejas" nil (((t iy) 1) ((jh ax s) 0))) +("tejeda" nil (((t ey) 0) ((y ey) 1) ((d ax) 0))) +("tejera" nil (((t ey) 0) ((ih) 1) ((r ax) 0))) +("tejon" nil (((t eh) 1) ((jh aa n) 0))) +("tek" nil (((t eh k) 1))) +("tekka" nil (((t eh) 1) ((k ax) 0))) +("teknowledge" nil (((t eh k) 1) ((n aa) 1) ((l eh jh) 0))) +("tektronix" nil (((t eh k) 1) ((t r aa) 1) ((n ih k s) 0))) +("tel" nil (((t eh l) 1))) +("telaction" nil (((t eh) 0) ((l ae k) 1) ((sh ax n) 0))) +("telamon" nil (((t eh) 1) ((l ax) 0) ((m ax n) 0))) +("telco" nil (((t eh l) 1) ((k ow) 0))) +("tele" nil (((t eh) 1) ((l iy) 0))) +("telecable" nil (((t eh) 1) ((l ax) 0) ((k ey) 1) ((b ax l) 0))) +("telecard" nil (((t eh) 1) ((l ax) 0) ((k aa r d) 1))) +("telecast" nil (((t eh) 1) ((l ax) 0) ((k ae s t) 1))) +("telecasts" nil (((t eh) 1) ((l ax) 0) ((k ae s t s) 1))) +("telecharge" nil (((t eh) 1) ((l ax) 0) ((ch aa r jh) 1))) +("telecheck" nil (((t eh) 1) ((l ax) 0) ((ch eh k) 1))) +("telecom" nil (((t eh) 1) ((l ax) 0) ((k aa m) 0))) +("telecommunication" nil (((t eh) 1) ((l ax) 0) ((k ax) 0) ((m y uw) 1) ((n ih) 0) ((k ey) 1) ((sh ax n) 0))) +("telecommunications" nil (((t eh) 1) ((l ax) 0) ((k ax) 0) ((m y uw) 1) ((n ax) 0) ((k ey) 1) ((sh ax n z) 0))) +("telecommuter" nil (((t eh) 1) ((l ax) 0) ((k ax) 0) ((m y uw) 1) ((t er) 0))) +("telecommuters" nil (((t eh) 1) ((l ax) 0) ((k ax) 0) ((m y uw) 1) ((t er z) 0))) +("telecommuting" nil (((t eh) 0) ((l ax) 0) ((k ax) 0) ((m y uw) 1) ((t ih ng) 0))) +("telecoms" nil (((t eh) 1) ((l ax) 0) ((k aa m z) 0))) +("teleconference" nil (((t eh) 0) ((l ax) 0) ((k aa n) 1) ((f r ax n s) 0))) +("teleconferencing" nil (((t eh) 1) ((l ax) 0) ((k aa n) 1) ((f r ax n) 0) ((s ih ng) 0))) +("teleconnect" nil (((t eh) 0) ((l ax) 0) ((k ax) 0) ((n eh k t) 1))) +("telecrafter" nil (((t eh) 1) ((l ax) 0) ((k r ae f) 1) ((t er) 0))) +("telecredit" nil (((t eh) 1) ((l ax) 0) ((k r eh) 1) ((t ih t) 0))) +("telectron" nil (((t eh) 1) ((l ax k) 0) ((t r aa n) 0))) +("telectronics" nil (((t eh) 1) ((l ax k) 0) ((t r aa) 1) ((n ih k s) 0))) +("teledesic" nil (((t eh) 1) ((l ax) 0) ((d eh) 1) ((s ih k) 0))) +("teledyne" nil (((t eh) 1) ((l ax) 0) ((d ay n) 1))) +("teleflex" nil (((t eh) 1) ((l ax) 0) ((f l eh k s) 1))) +("telefon" nil (((t eh) 1) ((l ax) 0) ((f aa n) 1))) +("telefonica" nil (((t eh) 1) ((l ax) 0) ((f aa) 1) ((n ih) 0) ((k ax) 0))) +("telefonos" nil (((t eh) 1) ((l eh) 0) ((f ow) 1) ((n ow s) 0))) +("telefunken" nil (((t eh) 1) ((l ax) 0) ((f ah ng) 1) ((k ax n) 0))) +("telegenic" nil (((t eh) 1) ((l ax) 0) ((jh eh) 1) ((n ih k) 0))) +("teleglobe" nil (((t eh) 1) ((l ax) 0) ((g l ow b) 1))) +("telegram" nil (((t eh) 1) ((l ax) 0) ((g r ae m) 1))) +("telegrams" nil (((t eh) 1) ((l ax) 0) ((g r ae m z) 1))) +("telegraph" nil (((t eh) 1) ((l ax) 0) ((g r ae f) 1))) +("telegraphed" nil (((t eh) 1) ((l ax) 0) ((g r ae f t) 1))) +("telekom" nil (((t eh) 1) ((l ax) 0) ((k aa m) 0))) +("telemanagement" nil (((t eh) 1) ((l ax) 0) ((m ae) 1) ((n ih jh) 0) ((m ax n t) 0))) +("telemarketer" nil (((t eh) 1) ((l ax) 0) ((m aa r) 1) ((k ih) 0) ((t er) 0))) +("telemarketers" nil (((t eh) 1) ((l ax) 0) ((m aa r) 1) ((k ih) 0) ((t er z) 0))) +("telemarketing" nil (((t eh) 1) ((l ax) 0) ((m aa r) 1) ((k ax) 0) ((t ih ng) 0))) +("telematics" nil (((t eh) 1) ((l ax) 0) ((m ae) 1) ((t ih k s) 0))) +("telemecanique" nil (((t eh) 1) ((l ax) 0) ((m eh) 1) ((k ax) 0) ((n iy k) 1))) +("telemedia" nil (((t eh) 1) ((l ax) 0) ((m iy) 1) ((t iy) 0) ((ax) 0))) +("telemedicine" nil (((t eh) 2) ((l ax) 0) ((m eh) 1) ((d ax) 0) ((s ax n) 0))) +("telemetry" nil (((t eh) 1) ((l ax) 0) ((m eh) 1) ((t r iy) 0))) +("telemundo" nil (((t eh) 1) ((l ax) 0) ((m uw n) 1) ((d ow) 0))) +("telenet" nil (((t eh) 1) ((l ax) 0) ((n eh t) 1))) +("telepathy" nil (((t eh) 1) ((l ax) 0) ((p ae) 1) ((th iy) 0))) +("telephone" nil (((t eh) 1) ((l ax) 0) ((f ow n) 1))) +("telephoned" nil (((t eh) 1) ((l ax) 0) ((f ow n d) 1))) +("telephones" nil (((t eh) 1) ((l ax) 0) ((f ow n z) 1))) +("telephonic" nil (((t eh) 1) ((l ax) 0) ((f aa) 1) ((n ih k) 0))) +("telephonics" nil (((t eh) 1) ((l ax) 0) ((f aa) 1) ((n ih k s) 0))) +("telephoning" nil (((t eh) 1) ((l ax) 0) ((f ow) 1) ((n ih ng) 0))) +("telephoniques" nil (((t eh) 1) ((l ax) 0) ((f aa) 0) ((n iy k s) 1))) +("telephony" nil (((t eh) 1) ((l ax) 0) ((f ow) 1) ((n iy) 0))) +("telepictures" nil (((t eh) 1) ((l ax) 0) ((p ih k) 1) ((ch er z) 0))) +("teleport" nil (((t eh) 1) ((l ax) 0) ((p ao r t) 1))) +("teleprobe" nil (((t eh) 1) ((l ax) 0) ((p r ow b) 1))) +("teleprompter" nil (((t eh) 1) ((l ax) 0) ((p r aa m p) 1) ((t er) 0))) +("telequest" nil (((t eh) 1) ((l ax) 0) ((k w eh s t) 1))) +("telerate" nil (((t eh) 1) ((l er) 0) ((ey t) 1))) +("telesat" nil (((t eh) 1) ((l ax) 0) ((s ae t) 0))) +("telesciences" nil (((t eh) 1) ((l ax) 0) ((s ay) 1) ((ax n) 0) ((s ih z) 0))) +("telesco" nil (((t eh) 0) ((l eh) 1) ((s k ow) 0))) +("telescope" nil (((t eh) 1) ((l ax) 0) ((s k ow p) 1))) +("telescopes" nil (((t eh) 1) ((l ax) 0) ((s k ow p s) 1))) +("telescript" nil (((t eh) 1) ((l ax) 0) ((s k r ih p t) 1))) +("telesis" nil (((t eh) 1) ((l ax) 0) ((s ih s) 0))) +("telesphere" nil (((t eh) 1) ((l ax) 0) ((s f ih r) 1))) +("telesystem" nil (((t eh) 1) ((l ax) 0) ((s ih) 1) ((s t ax m) 0))) +("teletext" nil (((t eh) 1) ((l ax) 0) ((t eh k s t) 1))) +("telethon" nil (((t eh) 1) ((l ax) 0) ((th ih n) 0))) +("teletron" nil (((t eh) 1) ((l ax) 0) ((t r aa n) 1))) +("telettra" nil (((t eh) 1) ((l eh) 0) ((t r ax) 0))) +("teletype" nil (((t eh) 1) ((l ax) 0) ((t ay p) 1))) +("teletypes" nil (((t eh) 1) ((l ax) 0) ((t ay p s) 1))) +("televangelists" nil (((t eh) 1) ((l ax) 0) ((v ae n) 1) ((jh ax) 0) ((l ax s t s) 0))) +("televideo" nil (((t eh) 1) ((l ax) 0) ((v ih) 1) ((t iy) 0) ((ow) 0))) +("televisa" nil (((t eh) 1) ((l ax) 0) ((v iy) 1) ((z ax) 0))) +("televise" nil (((t eh) 1) ((l ax) 0) ((v ay z) 1))) +("televised" nil (((t eh) 1) ((l ax) 0) ((v ay z d) 1))) +("televising" nil (((t eh) 1) ((l ax) 0) ((v ay) 1) ((z ih ng) 0))) +("television" nil (((t eh) 1) ((l ax) 0) ((v ih) 1) ((zh ax n) 0))) +("televisions" nil (((t eh) 1) ((l ax) 0) ((v ih) 1) ((zh ax n z) 0))) +("televison" nil (((t eh) 1) ((l ih) 0) ((v ih) 0) ((zh ax n) 0))) +("telewest" nil (((t eh) 1) ((l ax) 0) ((w eh s t) 1))) +("telex" nil (((t eh) 1) ((l eh k s) 1))) +("telexed" nil (((t eh) 1) ((l eh s k t) 1))) +("telexes" nil (((t eh) 1) ((l eh k) 1) ((s ih s) 0))) +("telfair" nil (((t eh l) 1) ((f ay r) 0))) +("telfer" nil (((t eh l) 1) ((f er) 0))) +("telfor" nil (((t eh l) 1) ((f er) 0))) +("telford" nil (((t eh l) 1) ((f er d) 0))) +("telfour" nil (((t eh l) 1) ((f er) 0))) +("telit" nil (((t eh) 1) ((l ih t) 1))) +("tell" nil (((t eh l) 1))) +("tellabs" nil (((t eh) 1) ((l ae b z) 1))) +("tellefsen" nil (((t eh) 1) ((l ih f) 0) ((s ax n) 0))) +("tellep" nil (((t eh) 1) ((l ax p) 0))) +("teller" nil (((t eh) 1) ((l er) 0))) +("tellers" nil (((t eh) 1) ((l er z) 0))) +("telles" nil (((t eh l z) 1))) +("tellez" nil (((t ey) 0) ((l eh z) 1))) +("tellier" nil (((t eh) 1) ((l iy) 0) ((er) 0))) +("telling" nil (((t eh) 1) ((l ih ng) 0))) +("tellingly" nil (((t eh) 1) ((l ih ng) 0) ((l iy) 0))) +("tellis" nil (((t eh) 1) ((l ih s) 0))) +("tello" nil (((t eh) 1) ((l ow) 0))) +("tells" nil (((t eh l z) 1))) +("telltale" nil (((t eh l) 1) ((t ey l) 1))) +("telltales" nil (((t eh l) 1) ((t ey l z) 1))) +("telluride" nil (((t eh) 1) ((l y er) 0) ((ay d) 1))) +("tellurides" nil (((t eh) 1) ((l y er) 0) ((ay d z) 1))) +("tellurium" nil (((t eh) 0) ((l uh) 1) ((r iy) 0) ((ax m) 0))) +("telly" nil (((t eh) 1) ((l iy) 0))) +("telmex" nil (((t eh l) 1) ((m eh k s) 1))) +("telok" nil (((t ax) 0) ((l ao k) 1))) +("telos" nil (((t eh) 1) ((l ow s) 0))) +("telsource" nil (((t eh l) 1) ((s ao r s) 1))) +("telstar" nil (((t eh l) 1) ((s t aa r) 1))) +("telstra" nil (((t eh l) 1) ((s t r ax) 0))) +("teltschik" nil (((t eh l) 1) ((ch ih k) 0))) +("telxon" nil (((t eh l) 1) ((z aa n) 0))) +("telzrow" nil (((t eh l z) 1) ((r ow) 0))) +("temblor" nil (((t eh m) 1) ((b l er) 0))) +("temblors" nil (((t eh m) 1) ((b l er z) 0))) +("temco" nil (((t eh m) 1) ((k ow) 0))) +("temerity" nil (((t ax) 0) ((m eh) 1) ((r ax) 0) ((t iy) 0))) +("temerlin" nil (((t eh) 1) ((m er) 0) ((l ih n) 0))) +("temkin" nil (((t eh m) 1) ((k ih n) 0))) +("temme" nil (((t eh m) 1))) +("temp" nil (((t eh m p) 1))) +("tempe" nil (((t eh m) 1) ((p iy) 0))) +("tempel" nil (((t eh m) 1) ((p ax l) 0))) +("temper" nil (((t eh m) 1) ((p er) 0))) +("tempera" nil (((t eh m) 1) ((p er) 0) ((ax) 0))) +("temperament" nil (((t eh m) 1) ((p r ax) 0) ((m ax n t) 0))) +("temperamental" nil (((t eh m) 1) ((p r ax) 0) ((m eh n) 1) ((t ax l) 0))) +("temperamentally" nil (((t eh m) 1) ((p r ax) 0) ((m eh n) 1) ((t ax) 0) ((l iy) 0))) +("temperaments" nil (((t eh m) 1) ((p r ax) 0) ((m ax n t s) 0))) +("temperance" nil (((t eh m) 1) ((p er) 0) ((ax n s) 0))) +("temperate" nil (((t eh m) 1) ((p r ax t) 0))) +("temperature" nil (((t eh m) 1) ((p r ax) 0) ((ch er) 0))) +("temperatures" nil (((t eh m) 1) ((p r ax) 0) ((ch er z) 0))) +("tempered" nil (((t eh m) 1) ((p er d) 0))) +("tempering" nil (((t eh m) 1) ((p er) 0) ((ih ng) 0))) +("tempers" nil (((t eh m) 1) ((p er z) 0))) +("tempest" nil (((t eh m) 1) ((p ax s t) 0))) +("tempesta" nil (((t eh m) 1) ((p eh) 1) ((s t ax) 0))) +("tempestuous" nil (((t eh m) 1) ((p eh s) 1) ((ch uw) 0) ((ax s) 0))) +("templars" nil (((t eh m) 1) ((p l er z) 0))) +("template" nil (((t eh m) 1) ((p l ax t) 0))) +("temple" nil (((t eh m) 1) ((p ax l) 0))) +("templeman" nil (((t eh m) 1) ((p ax l) 0) ((m ax n) 0))) +("templer" nil (((t eh m) 1) ((p ax) 0) ((l er) 0))) +("temples" nil (((t eh m) 1) ((p ax l z) 0))) +("templet" nil (((t eh m) 1) ((p l ih t) 0))) +("templeton" nil (((t eh m) 1) ((p ax l) 0) ((t ax n) 0))) +("templin" nil (((t eh m) 1) ((p l ih n) 0))) +("tempo" nil (((t eh m) 1) ((p ow) 1))) +("temporal" nil (((t eh m) 1) ((p er) 0) ((ax l) 0))) +("temporally" nil (((t eh m) 1) ((p er) 0) ((ax) 0) ((l iy) 0))) +("temporaries" nil (((t eh m) 1) ((p er) 0) ((eh) 1) ((r iy z) 0))) +("temporarily" nil (((t eh m) 1) ((p er) 0) ((eh) 1) ((r ax) 0) ((l iy) 0))) +("temporary" nil (((t eh m) 1) ((p er) 0) ((eh) 1) ((r iy) 0))) +("tempore" nil (((t eh m) 1) ((p ao r) 0))) +("temporizing" nil (((t eh m) 1) ((p er) 0) ((ay) 1) ((z ih ng) 0))) +("tempos" nil (((t eh m) 1) ((p ow z) 1))) +("temps" nil (((t eh m p s) 1))) +("tempt" nil (((t eh m p t) 1))) +("temptation" nil (((t eh m) 0) ((t ey) 1) ((sh ax n) 0))) +("temptations" nil (((t eh m) 0) ((t ey) 1) ((sh ax n z) 0))) +("tempted" nil (((t eh m p) 1) ((t ax d) 0))) +("tempting" nil (((t eh m p) 1) ((t ih ng) 0))) +("temptress" nil (((t eh m p) 1) ((t r ih s) 0))) +("tempts" nil (((t eh m p t s) 1))) +("ten" nil (((t eh n) 1))) +("tena" nil (((t eh) 1) ((n ax) 0))) +("tenable" nil (((t eh) 1) ((n ax) 0) ((b ax l) 0))) +("tenacious" nil (((t ax) 0) ((n ey) 1) ((sh ax s) 0))) +("tenaciously" nil (((t ax) 0) ((n ey) 1) ((sh ax) 0) ((s l iy) 0))) +("tenacity" nil (((t ax) 0) ((n ae) 1) ((s ih) 0) ((t iy) 0))) +("tenaglia" nil (((t eh) 0) ((n aa) 1) ((g l iy) 0) ((ax) 0))) +("tenancy" nil (((t eh) 1) ((n ax n) 0) ((s iy) 0))) +("tenant" nil (((t eh) 1) ((n ax n t) 0))) +("tenants" nil (((t eh) 1) ((n ax n t s) 0))) +("tenbrink" nil (((t eh n) 1) ((b r ih ng k) 1))) +("tench" nil (((t eh n ch) 1))) +("tencza" nil (((t eh n) 1) ((ch ax) 0))) +("tend" nil (((t eh n d) 1))) +("tended" nil (((t eh n) 1) ((d ax d) 0))) +("tendencies" nil (((t eh n) 1) ((d ax n) 0) ((s iy z) 0))) +("tendency" nil (((t eh n) 1) ((d ax n) 0) ((s iy) 0))) +("tendentious" nil (((t eh n) 1) ((d eh n) 1) ((sh ax s) 0))) +("tender" nil (((t eh n) 1) ((d er) 0))) +("tendered" nil (((t eh n) 1) ((d er d) 0))) +("tendering" nil (((t eh n) 1) ((d er) 0) ((ih ng) 0))) +("tenderloin" nil (((t eh n) 1) ((d er) 0) ((l oy n) 1))) +("tenderly" nil (((t eh n) 1) ((d er) 0) ((l iy) 0))) +("tenderness" nil (((t eh n) 1) ((d er) 0) ((n ax s) 0))) +("tenders" nil (((t eh n) 1) ((d er z) 0))) +("tending" nil (((t eh n) 1) ((d ih ng) 0))) +("tendler" nil (((t eh n d) 1) ((l er) 0))) +("tendon" nil (((t eh n) 1) ((d ax n) 0))) +("tendons" nil (((t eh n) 1) ((d ax n z) 0))) +("tends" nil (((t eh n d z) 1))) +("tenement" nil (((t eh) 1) ((n ax) 0) ((m ax n t) 0))) +("tenements" nil (((t eh) 1) ((n ax) 0) ((m ax n t s) 0))) +("tenenbaum" nil (((t eh) 1) ((n ax n) 0) ((b aw m) 1))) +("tener" nil (((t eh) 1) ((n er) 0))) +("tenera" nil (((t eh) 1) ((n eh) 1) ((r ax) 0))) +("tenet" nil (((t eh) 1) ((n ax t) 0))) +("tenets" nil (((t eh) 1) ((n ax t s) 0))) +("teneyck" nil (((t eh) 1) ((n iy k) 0))) +("tenfold" nil (((t eh n) 1) ((f ow l d) 1))) +("teng" nil (((t eh ng) 1))) +("tengelmann" nil (((t eh ng) 1) ((g ax l) 0) ((m ax n) 0))) +("tengiz" nil (((t eh ng) 1) ((g ih z) 0))) +("tenglemann" nil (((t eh ng) 1) ((g ax l) 0) ((m ax n) 0))) +("tenn" nil (((t eh) 1) ((n ax) 0) ((s iy) 1))) +("tennant" nil (((t eh) 1) ((n ax n t) 0))) +("tenncare" nil (((t eh n) 1) ((k eh r) 1))) +("tenneco" nil (((t eh) 1) ((n ax) 0) ((k ow) 0))) +("tennell" nil (((t eh) 1) ((n ax l) 0))) +("tennenbaum" nil (((t eh) 1) ((n ax n) 0) ((b aw m) 1))) +("tennent" nil (((t eh) 1) ((n ax n t) 0))) +("tenner" nil (((t eh) 1) ((n er) 0))) +("tennessean" nil (((t eh) 1) ((n ih) 0) ((s iy) 1) ((ax n) 0))) +("tennessee" nil (((t eh) 1) ((n ax) 0) ((s iy) 1))) +("tenney" nil (((t eh) 1) ((n iy) 0))) +("tennis" nil (((t eh) 1) ((n ax s) 0))) +("tennison" nil (((t eh) 1) ((n ih) 0) ((s ax n) 0))) +("tenny" nil (((t eh) 1) ((n iy) 0))) +("tennyson" nil (((t eh) 1) ((n ih) 0) ((s ax n) 0))) +("tenor" nil (((t eh) 1) ((n er) 0))) +("tenore" nil (((t eh) 1) ((n ao r) 1))) +("tenorio" nil (((t eh) 0) ((n ao) 1) ((r iy) 0) ((ow) 0))) +("tenors" nil (((t eh) 1) ((n er z) 0))) +("tenpas" nil (((t eh n) 1) ((p ax z) 0))) +("tenpenny" nil (((t eh n) 1) ((p eh) 1) ((n iy) 0))) +("tenrecs" nil (((t eh n) 1) ((r eh k s) 1))) +("tens" nil (((t eh n z) 1))) +("tense" nil (((t eh n s) 1))) +("tensely" nil (((t eh n) 1) ((s l iy) 0))) +("tensile" nil (((t eh n) 1) ((s ax l) 0))) +("tensiometer" nil (((t eh n) 1) ((s iy) 0) ((aa) 1) ((m ih) 0) ((t er) 0))) +("tension" nil (((t eh n) 1) ((sh ax n) 0))) +("tensions" nil (((t eh n) 1) ((ch ax n z) 0))) +("tensor" nil (((t eh n) 1) ((s er) 0))) +("tensorflow" nil (((t eh n) 1) ((s er) 0) ((f l ow) 2))) +("tent" nil (((t eh n t) 1))) +("tentacle" nil (((t eh n) 1) ((t ax) 0) ((k ax l) 0))) +("tentacles" nil (((t eh n) 1) ((t ax) 0) ((k ax l z) 0))) +("tentative" nil (((t eh n) 1) ((t ax) 0) ((t ih v) 0))) +("tentatively" nil (((t eh n) 1) ((t ax) 0) ((t ih) 0) ((v l iy) 0))) +("tenth" nil (((t eh n th) 1))) +("tenths" nil (((t eh n th s) 1))) +("tenting" nil (((t eh n) 1) ((t ih ng) 0))) +("tents" nil (((t eh n t s) 1))) +("tenuous" nil (((t eh) 1) ((n y ax) 0) ((w ax s) 0))) +("tenure" nil (((t eh) 1) ((n y er) 0))) +("tenured" nil (((t eh) 1) ((n y er d) 0))) +("tenures" nil (((t eh) 1) ((n y er z) 0))) +("tenuta" nil (((t eh) 0) ((n uw) 1) ((t ax) 0))) +("tenzer" nil (((t eh n) 1) ((z er) 0))) +("teo" nil (((t ey) 1) ((ow) 0))) +("teodoro" nil (((t iy) 1) ((ow) 0) ((d ao) 1) ((r ow) 0))) +("tepe" nil (((t iy p) 1))) +("teper" nil (((t iy) 1) ((p er) 0))) +("tepid" nil (((t eh) 1) ((p ih d) 0))) +("teply" nil (((t eh) 1) ((p l iy) 0))) +("tepper" nil (((t eh) 1) ((p er) 0))) +("tepperman" nil (((t eh) 1) ((p er) 0) ((m ax n) 0))) +("tequila" nil (((t ax) 0) ((k iy) 1) ((l ax) 0))) +("ter" nil (((t er) 1))) +("terada" nil (((t er) 0) ((aa) 1) ((d ax) 0))) +("teradata" nil (((t eh) 1) ((r ax) 0) ((d aa) 1) ((t ax) 0))) +("teradyne" nil (((t eh) 1) ((r ax) 0) ((d ay n) 1))) +("teran" nil (((t eh) 1) ((r ax n) 0))) +("terasawa" nil (((t eh) 1) ((r ax) 0) ((s aa) 1) ((w ax) 0))) +("terbush" nil (((t er) 1) ((b ax sh) 0))) +("tercel" nil (((t er) 1) ((s ax l) 0))) +("tercero" nil (((t er) 0) ((ch eh) 1) ((r ow) 0))) +("terence" nil (((t eh) 1) ((r ax n s) 0))) +("terentia" nil (((t er) 0) ((eh n) 1) ((sh ax) 0))) +("teresa" nil (((t er) 0) ((iy) 1) ((s ax) 0))) +("terese" nil (((t eh) 1) ((r iy z) 0))) +("teresi" nil (((t er) 0) ((eh) 1) ((s iy) 0))) +("teresita" nil (((t er) 0) ((eh) 0) ((s iy) 1) ((t ax) 0))) +("teressa" nil (((t er) 0) ((eh) 1) ((s ax) 0))) +("terex" nil (((t eh) 1) ((r ax k s) 0))) +("tereza" nil (((t er) 0) ((ey) 1) ((z ax) 0))) +("terhaar" nil (((t er) 1) ((hh aa r) 0))) +("terhorst" nil (((t er) 1) ((hh ao r s t) 0))) +("terhune" nil (((t er) 0) ((hh y uw n) 1))) +("teri" nil (((t eh) 1) ((r iy) 0))) +("teriyaki" nil (((t eh) 1) ((r ih) 0) ((y aa) 1) ((k iy) 0))) +("terkhorn" nil (((t er) 1) ((k ao r n) 1))) +("terlecki" nil (((t er) 0) ((l eh t) 1) ((s k iy) 0))) +("terlizzi" nil (((t er) 0) ((l iy t) 1) ((s iy) 0))) +("term" nil (((t er m) 1))) +("terman" nil (((t er) 1) ((m ax n) 0))) +("termed" nil (((t er m d) 1))) +("termeer" nil (((t er) 0) ((m ih r) 1))) +("terminal" nil (((t er) 1) ((m ax) 0) ((n ax l) 0))) +("terminally" nil (((t er) 1) ((m ax) 0) ((n ax) 0) ((l iy) 0))) +("terminals" nil (((t er) 1) ((m ax) 0) ((n ax l z) 0))) +("terminate" nil (((t er) 1) ((m ax) 0) ((n ey t) 1))) +("terminated" nil (((t er) 1) ((m ax) 0) ((n ey) 1) ((t ax d) 0))) +("terminates" nil (((t er) 1) ((m ih) 0) ((n ey t s) 1))) +("terminating" nil (((t er) 1) ((m ax) 0) ((n ey) 1) ((t ih ng) 0))) +("termination" nil (((t er) 0) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("terminations" nil (((t er) 1) ((m ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("terminator" nil (((t er) 1) ((m ax) 0) ((n ey) 1) ((t er) 0))) +("termine" nil (((t er) 1) ((m ih n) 0))) +("terming" nil (((t er) 1) ((m ih ng) 0))) +("termini" nil (((t er) 1) ((m ih) 0) ((n ay) 1))) +("terminology" nil (((t er) 1) ((m ih) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("termite" nil (((t er) 1) ((m ay t) 0))) +("termites" nil (((t er) 1) ((m ay t s) 0))) +("terms" nil (((t er m z) 1))) +("ternes" nil (((t er n z) 1))) +("terns" nil (((t er n z) 1))) +("terpening" nil (((t er) 1) ((p ax) 0) ((n ih ng) 0))) +("terpstra" nil (((t eh r p) 1) ((s t r ax) 0))) +("terra" nil (((t eh) 1) ((r ax) 0))) +("terracciano" nil (((t er) 0) ((aa) 0) ((ch iy) 0) ((aa) 1) ((n ow) 0))) +("terrace" nil (((t eh) 1) ((r ax s) 0))) +("terraced" nil (((t eh) 1) ((r ax s t) 0))) +("terraces" nil (((t eh) 1) ((r ax) 0) ((s ax z) 0))) +("terrain" nil (((t er) 0) ((ey n) 1))) +("terrains" nil (((t er) 0) ((ey n z) 1))) +("terral" nil (((t eh) 1) ((r ax l) 0))) +("terrana" nil (((t er) 0) ((ae) 1) ((n ax) 0))) +("terrance" nil (((t eh) 1) ((r ax n s) 0))) +("terrano" nil (((t er) 0) ((aa) 1) ((n ow) 0))) +("terranova" nil (((t er) 0) ((aa) 0) ((n ow) 1) ((v ax) 0))) +("terrasi" nil (((t er) 0) ((aa) 1) ((s iy) 0))) +("terrazas" nil (((t eh) 0) ((r aa) 1) ((z aa z) 0))) +("terre" nil (((t eh) 1) ((r ax) 0))) +("terrebonne" nil (((t er) 0) ((eh) 0) ((b ow) 1) ((n iy) 0))) +("terrel" nil (((t eh) 1) ((r ax l) 0))) +("terrell" nil (((t eh) 1) ((r ax l) 0))) +("terrence" nil (((t eh) 1) ((r ax n s) 0))) +("terrestrial" nil (((t er) 0) ((eh) 1) ((s t r iy) 0) ((ax l) 0))) +("terri" nil (((t eh) 1) ((r iy) 0))) +("terrible" nil (((t eh) 1) ((r ax) 0) ((b ax l) 0))) +("terribly" nil (((t eh) 1) ((r ax) 0) ((b l iy) 0))) +("terrie" nil (((t eh) 1) ((r iy) 0))) +("terrien" nil (((t eh) 1) ((r iy) 0) ((ax n) 0))) +("terrier" nil (((t eh) 1) ((r iy) 0) ((er) 0))) +("terriers" nil (((t eh) 1) ((r iy) 0) ((er z) 0))) +("terrific" nil (((t er) 0) ((ih) 1) ((f ih k) 0))) +("terrifically" nil (((t er) 0) ((ih) 1) ((f ih) 0) ((k l iy) 0))) +("terrified" nil (((t eh) 1) ((r ax) 0) ((f ay d) 1))) +("terrifies" nil (((t eh) 1) ((r ax) 0) ((f ay z) 1))) +("terrify" nil (((t eh) 1) ((r ax) 0) ((f ay) 1))) +("terrifying" nil (((t eh) 1) ((r ax) 0) ((f ay) 1) ((ih ng) 0))) +("terrile" nil (((t eh) 1) ((r iy l) 1))) +("terrill" nil (((t eh) 1) ((r ax l) 0))) +("terrington" nil (((t eh) 1) ((r ih ng) 0) ((t ax n) 0))) +("terrio" nil (((t eh) 1) ((r iy) 0) ((ow) 0))) +("terris" nil (((t eh) 1) ((r ih s) 0))) +("territo" nil (((t er) 0) ((iy) 1) ((t ow) 0))) +("territorial" nil (((t eh) 1) ((r ih) 0) ((t ao) 1) ((r iy) 0) ((ax l) 0))) +("territorialism" nil (((t eh) 1) ((r ax) 0) ((t ao) 1) ((r iy) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("territories" nil (((t eh) 1) ((r ax) 0) ((t ao) 1) ((r iy z) 0))) +("territory" nil (((t eh) 1) ((r ih) 0) ((t ao) 1) ((r iy) 0))) +("terrizzi" nil (((t eh) 1) ((r ih t) 1) ((s iy) 0))) +("terrones" nil (((t eh) 1) ((r ax n z) 0))) +("terror" nil (((t eh) 1) ((r er) 0))) +("terrorism" nil (((t eh) 1) ((r er) 0) ((ih) 1) ((z ax m) 0))) +("terrorist" nil (((t eh) 1) ((r er) 0) ((ih s t) 0))) +("terroristic" nil (((t eh) 1) ((r er) 0) ((ih) 1) ((s t ih k) 0))) +("terrorists" nil (((t eh) 1) ((r er) 0) ((ax s t s) 0))) +("terrorize" nil (((t eh) 1) ((r er) 0) ((ay z) 1))) +("terrorized" nil (((t eh) 1) ((r er) 0) ((ay z d) 1))) +("terrorizes" nil (((t eh) 1) ((r er) 0) ((ay) 1) ((z ih z) 0))) +("terrorizing" nil (((t eh) 1) ((r er) 0) ((ay) 1) ((z ih ng) 0))) +("terry" nil (((t eh) 1) ((r iy) 0))) +("terse" nil (((t er s) 1))) +("tersely" nil (((t er) 1) ((s l iy) 0))) +("tertia" nil (((t eh r) 1) ((sh ax) 0))) +("tertiary" nil (((t er) 1) ((sh er) 0) ((iy) 0))) +("tertius" nil (((t er) 1) ((t iy) 0) ((ih s) 0))) +("teruko" nil (((t eh) 1) ((r uw) 0) ((k ow) 0))) +("teruya" nil (((t eh) 0) ((r uw) 1) ((y ax) 0))) +("tervo" nil (((t eh r) 1) ((v ow) 0))) +("terwilliger" nil (((t er) 1) ((w ih) 0) ((l ih) 0) ((g er) 0))) +("terzian" nil (((t er) 1) ((z iy) 0) ((ax n) 0))) +("tesar" nil (((t ih) 0) ((s aa r) 1))) +("tesch" nil (((t eh sh) 1))) +("teschner" nil (((t eh) 1) ((sh n er) 0))) +("tesco" nil (((t eh) 1) ((s k ow) 0))) +("tese" nil (((t iy s) 1))) +("tesh" nil (((t eh sh) 1))) +("teska" nil (((t eh) 1) ((s k ax) 0))) +("teske" nil (((t eh s k) 1))) +("tesler" nil (((t eh) 1) ((s ax) 0) ((l er) 0))) +("teslik" nil (((t eh) 1) ((s l ih k) 0))) +("tesmer" nil (((t eh) 1) ((s ax) 0) ((m er) 0))) +("tesobono" nil (((t eh) 1) ((s ax) 0) ((b ow) 1) ((n ow) 0))) +("tesobonos" nil (((t eh) 1) ((s ax) 0) ((b ow) 1) ((n ow s) 0))) +("tesoriero" nil (((t eh) 0) ((s ao) 0) ((r ih) 1) ((r ow) 0))) +("tesoro" nil (((t eh) 0) ((s ao) 1) ((r ow) 0))) +("tess" nil (((t eh s) 1))) +("tessa" nil (((t eh) 1) ((s ax) 0))) +("tesselated" nil (((t eh) 1) ((s ax) 0) ((l ey) 1) ((t ih d) 0))) +("tessie" nil (((t eh) 1) ((s iy) 0))) +("tessier" nil (((t eh) 1) ((s iy) 0) ((er) 0))) +("tessitore" nil (((t eh) 0) ((s iy) 0) ((t ao) 1) ((r iy) 0))) +("tessler" nil (((t eh) 1) ((s l er) 0))) +("tessman" nil (((t eh) 1) ((s m ax n) 0))) +("tessmer" nil (((t eh) 1) ((s m er) 0))) +("tessy" nil (((t eh) 1) ((s iy) 0))) +("test" nil (((t eh s t) 1))) +("testa" nil (((t eh) 1) ((s t ax) 0))) +("testament" nil (((t eh) 1) ((s t ax) 0) ((m ax n t) 0))) +("testamentary" nil (((t eh) 1) ((s t ax) 0) ((m eh n) 1) ((t er) 0) ((iy) 0))) +("tested" nil (((t eh) 1) ((s t ax d) 0))) +("tester" nil (((t eh) 1) ((s t er) 0))) +("testerman" nil (((t eh) 1) ((s t er) 0) ((m ax n) 0))) +("testers" nil (((t eh) 1) ((s t er z) 0))) +("testicle" nil (((t eh) 1) ((s t ih) 0) ((k ax l) 0))) +("testicles" nil (((t eh) 1) ((s t ih) 0) ((k ax l z) 0))) +("testicular" nil (((t eh) 1) ((s t ih) 1) ((k y ax) 0) ((l er) 0))) +("testified" nil (((t eh) 1) ((s t ax) 0) ((f ay d) 1))) +("testifies" nil (((t eh) 1) ((s t ax) 0) ((f ay z) 1))) +("testify" nil (((t eh) 1) ((s t ax) 0) ((f ay) 1))) +("testifying" nil (((t eh) 1) ((s t ax) 0) ((f ay) 1) ((ih ng) 0))) +("testily" nil (((t eh) 1) ((s t ax) 0) ((l iy) 0))) +("testimonial" nil (((t eh) 1) ((s t ax) 0) ((m ow) 1) ((n iy) 0) ((ax l) 0))) +("testimonials" nil (((t eh) 1) ((s t ax) 0) ((m ow) 1) ((n iy) 0) ((ax l z) 0))) +("testimonies" nil (((t eh) 1) ((s t ax) 0) ((m ow) 1) ((n iy z) 0))) +("testimony" nil (((t eh) 1) ((s t ax) 0) ((m ow) 1) ((n iy) 0))) +("testing" nil (((t eh) 1) ((s t ih ng) 0))) +("teston" nil (((t eh) 1) ((s t ax n) 0))) +("testor" nil (((t eh) 1) ((s t er) 0))) +("testosterone" nil (((t eh) 1) ((s t aa) 1) ((s t er) 0) ((ow n) 1))) +("testrake" nil (((t eh) 1) ((s t r ey k) 1))) +("tests" nil (((t eh s t s) 1))) +("testuro" nil (((t eh) 1) ((s t uh) 1) ((r ow) 0))) +("testy" nil (((t eh) 1) ((s t iy) 0))) +("tet" nil (((t eh t) 1))) +("teta" nil (((t eh) 1) ((t ax) 0))) +("tetanus" nil (((t eh) 1) ((t ax) 0) ((n ax s) 0))) +("tete" nil (((t eh t) 1))) +("teter" nil (((t iy) 1) ((t er) 0))) +("teters" nil (((t iy) 1) ((t er z) 0))) +("tether" nil (((t eh) 1) ((dh er) 0))) +("tethered" nil (((t eh) 1) ((dh er d) 0))) +("teti" nil (((t eh) 1) ((t iy) 0))) +("tetley" nil (((t eh t) 1) ((l iy) 0))) +("tetlow" nil (((t eh t) 1) ((l ow) 0))) +("teton" nil (((t iy) 1) ((t ax n) 0))) +("tetra" nil (((t eh) 1) ((t r ax) 0))) +("tetrads" nil (((t eh) 1) ((t r ae d z) 1))) +("tetrahedral" nil (((t eh) 1) ((t r ax) 0) ((hh iy) 1) ((d r ax l) 0))) +("tetrahedron" nil (((t eh) 1) ((t r ax) 0) ((hh iy) 1) ((d r ax n) 0))) +("tetrault" nil (((t eh) 1) ((t r aw l t) 0))) +("tetravalent" nil (((t eh) 1) ((t r ax) 0) ((v ey) 1) ((l ax n t) 0))) +("tetreault" nil (((t ih) 0) ((t r ow) 1))) +("tetrick" nil (((t eh) 1) ((t r ih k) 0))) +("tetro" nil (((t eh) 1) ((t r ow) 0))) +("tetsuji" nil (((t eh t) 1) ((s uw) 1) ((jh iy) 0))) +("tetsuo" nil (((t eh t) 1) ((s uw) 1) ((ow) 0))) +("tettamanti" nil (((t eh) 1) ((t ax) 0) ((m ae n) 1) ((t iy) 0))) +("tetterton" nil (((t eh) 1) ((t er) 0) ((t ax n) 0))) +("tetzlaff" nil (((t eh t) 1) ((z l ax f) 0))) +("tetzloff" nil (((t eh t) 1) ((z l ao f) 0))) +("teuber" nil (((t oy) 1) ((b er) 0))) +("teubner" nil (((t oy b) 1) ((n er) 0))) +("teufel" nil (((t oy) 1) ((f ax l) 0))) +("teuscher" nil (((t oy) 1) ((sh er) 0))) +("Teutonic" n (((t uw) 0) ((t aa) 1) ((n ax k) 0))) +("teutsch" nil (((t oy ch) 1))) +("teva" nil (((t ey) 1) ((v ax) 0))) +("tevatron" nil (((t eh) 1) ((v ax) 0) ((t r aa n) 0))) +("teves" nil (((t iy v z) 1))) +("tevis" nil (((t eh) 1) ((v ih s) 0))) +("tevlin" nil (((t eh) 1) ((v l ih n) 0))) +("tevye" nil (((t eh) 1) ((v iy) 0))) +("tew" nil (((ch uw) 1))) +("tewell" nil (((t eh) 1) ((w eh l) 0))) +("tewes" nil (((ch uw z) 1))) +("tewksbury" nil (((t uw k s) 1) ((b er) 0) ((iy) 0))) +("tews" nil (((ch uw z) 1))) +("tex" nil (((t eh k s) 1))) +("texaco" nil (((t eh k) 1) ((s ax) 0) ((k ow) 0))) +("texan" nil (((t eh k) 1) ((s ax n) 0))) +("texans" nil (((t eh k) 1) ((s ax n z) 0))) +("texarkana" nil (((t eh k) 1) ((s aa r) 0) ((k ae) 1) ((n ax) 0))) +("texas" nil (((t eh k) 1) ((s ax s) 0))) +("texasgulf" nil (((t eh k) 1) ((s ax s) 0) ((g ah l f) 1))) +("texeira" nil (((t ey k) 0) ((s eh) 1) ((r ax) 0))) +("texfi" nil (((t eh k) 1) ((s f iy) 0))) +("texpool" nil (((t eh k) 1) ((s p uw l) 1))) +("texscan" nil (((t eh k) 1) ((s k ax n) 0))) +("texstar" nil (((t eh k) 1) ((s t aa r) 1))) +("texstyrene" nil (((t eh k) 1) ((s t ay) 1) ((r iy n) 1))) +("text" nil (((t eh k s t) 1))) +("textbook" nil (((t eh k s t) 1) ((b uh k) 1))) +("textbooks" nil (((t eh k s t) 1) ((b uh k s) 1))) +("texter" nil (((t eh k) 1) ((s t er) 0))) +("textile" nil (((t eh k) 1) ((s t ay l) 1))) +("textiles" nil (((t eh k) 1) ((s t ay l z) 1))) +("textor" nil (((t eh k) 1) ((s t er) 0))) +("textron" nil (((t eh k) 1) ((s t r aa n) 0))) +("texts" nil (((t eh k s t s) 1))) +("textual" nil (((t eh k s) 1) ((ch ax) 0) ((w ax l) 0))) +("texture" nil (((t eh k s) 1) ((ch er) 0))) +("textured" nil (((t eh k s) 1) ((ch er d) 0))) +("textures" nil (((t eh k s) 1) ((ch er z) 0))) +("tezak" nil (((t eh) 1) ((z ax k) 0))) +("tezeno" nil (((t ey) 0) ((z ey) 1) ((n ow) 0))) +("tfm" nil (((t iy) 1) ((eh f) 1) ((eh m) 1))) +("th" nil (((t iy) 1) ((ey ch) 1))) +("thabo" nil (((th ey) 1) ((b ow) 0))) +("thach" nil (((th ae ch) 1))) +("thacher" nil (((th ae) 1) ((k er) 0))) +("thacker" nil (((th ae) 1) ((k er) 0))) +("thackeray" nil (((th ae) 1) ((k er) 0) ((iy) 0))) +("thackston" nil (((th ae k) 1) ((s t ax n) 0))) +("thad" nil (((th ae d) 1))) +("thada" nil (((th aa) 1) ((d ax) 0))) +("thadda" nil (((th ae) 1) ((d ax) 0))) +("thaddea" nil (((th ae) 1) ((d iy) 0) ((ax) 0))) +("thaddeus" nil (((th ae) 1) ((d iy) 0) ((ax s) 0))) +("thaden" nil (((th ey) 1) ((d ax n) 0))) +("thagard" nil (((th ae) 1) ((g er d) 0))) +("thaggard" nil (((th ae) 1) ((g er d) 0))) +("thai" nil (((t ay) 1))) +("thailand" nil (((t ay) 1) ((l ae n d) 1))) +("thain" nil (((th ey n) 1))) +("thaine" nil (((th ey n) 1))) +("thais" nil (((t ay z) 1))) +("thakkar" nil (((th ae) 1) ((k er) 0))) +("thal" nil (((th ae l) 1))) +("thalacker" nil (((th ae) 1) ((l ax) 0) ((k er) 0))) +("thalamus" nil (((th ae) 1) ((l ax) 0) ((m ax s) 0))) +("thalassa" nil (((th aa) 0) ((l aa) 1) ((s ax) 0))) +("thaler" nil (((th ey) 1) ((l er) 0))) +("thalheimer" nil (((th ae l) 1) ((hh ay) 0) ((m er) 0))) +("thalia" nil (((th ey) 1) ((l y ax) 0))) +("thalidomide" nil (((th ax) 0) ((l ih) 1) ((d ax) 0) ((m ay d) 1))) +("thall" nil (((th ao l) 1))) +("thallium" nil (((th ae) 1) ((l iy) 0) ((ax m) 0))) +("thalman" nil (((th ae l) 1) ((m ax n) 0))) +("thalmann" nil (((th ao l) 1) ((m ax n) 0))) +("tham" nil (((th ae m) 1))) +("thames" nil (((t eh m z) 1))) +("than" nil (((dh ae n) 1))) +("thane" nil (((th ey n) 1))) +("thanggam" nil (((th ae ng) 1) ((g ax m) 0))) +("thanh" nil (((th ae n) 1))) +("thank" nil (((th ae ng k) 1))) +("thanked" nil (((th ae ng k t) 1))) +("thankful" nil (((th ae ng k) 1) ((f ax l) 0))) +("thankfully" nil (((th ae ng k) 1) ((f ax) 0) ((l iy) 0))) +("thanking" nil (((th ae ng) 1) ((k ih ng) 0))) +("thankless" nil (((th ae ng) 1) ((k l ax s) 0))) +("thanks" nil (((th ae ng k s) 1))) +("thanksgiving" nil (((th ae ng k s) 1) ((g ih) 1) ((v ih ng) 0))) +("thanos" nil (((th aa) 1) ((n ow s) 0))) +("thao" nil (((dh aw) 1))) +("thar" nil (((th aa r) 1))) +("tharp" nil (((th aa r p) 1))) +("tharpe" nil (((th aa r p) 1))) +("tharrington" nil (((th ae) 1) ((r ih ng) 0) ((t ax n) 0))) +("thassos" nil (((th ae) 1) ((s ow s) 0))) +("that" nil (((dh ae t) 1))) +("thatch" nil (((th ae ch) 1))) +("thatched" nil (((th ae ch t) 1))) +("thatcher" nil (((th ae) 1) ((ch er) 0))) +("thatcherism" nil (((th ae) 1) ((ch er) 0) ((ih) 1) ((z ax m) 0))) +("thatcherite" nil (((th ae) 1) ((ch er) 0) ((ay t) 1))) +("thatches" nil (((th ae) 1) ((ch ih z) 0))) +("thatll" n (((dh ae) 0) ((t ax l) 0))) +("thau" nil (((dh aw) 1))) +("thaw" nil (((th ao) 1))) +("thawed" nil (((th ao d) 1))) +("thawing" nil (((th ao) 1) ((ih ng) 0))) +("thaws" nil (((th ao z) 1))) +("thaxter" nil (((th ae k) 1) ((s t er) 0))) +("thaxton" nil (((th ae k) 1) ((s t ax n) 0))) +("thayer" nil (((th ey) 1) ((er) 0))) +("thayne" nil (((th ey n) 1))) +("the" nil (((dh ax) 0))) +("thea" nil (((th iy) 1) ((ax) 0))) +("theall" nil (((th iy l) 1))) +("theano" nil (((th iy) 1) ((n ow) 0))) +("theater" nil (((th iy) 1) ((ax) 0) ((t er) 0))) +("theatergoers" nil (((th iy) 1) ((t er) 0) ((g ow) 0) ((er z) 0))) +("theaters" nil (((th iy) 1) ((ax) 0) ((t er z) 0))) +("theatre" nil (((th iy) 1) ((ax) 0) ((t er) 0))) +("theatres" nil (((th iy) 1) ((ax) 0) ((t er z) 0))) +("theatrical" nil (((th iy) 0) ((ae) 1) ((t r ih) 0) ((k ax l) 0))) +("theatricality" nil (((th iy) 0) ((ae) 1) ((t r ax) 0) ((k ae) 1) ((l ax) 0) ((t iy) 0))) +("theatrically" nil (((th iy) 0) ((ae) 1) ((t r ih) 0) ((k ax) 0) ((l iy) 0))) +("theatrics" nil (((th iy) 1) ((t r ih k s) 0))) +("thebeau" nil (((th ih) 0) ((b ow) 1))) +("theberge" nil (((th eh) 1) ((b er jh) 0))) +("thecla" nil (((th eh) 1) ((k l ax) 0))) +("theda" nil (((th iy) 1) ((d ax) 0))) +("thede" nil (((th iy d) 1))) +("thedford" nil (((th eh d) 1) ((f er d) 0))) +("thee" nil (((dh iy) 1))) +("theel" nil (((th iy l) 1))) +("theft" nil (((th eh f t) 1))) +("thefts" nil (((th eh f t s) 1))) +("theil" nil (((th ay l) 1))) +("theile" nil (((th ay l) 1))) +("theilen" nil (((th ay) 1) ((l ax n) 0))) +("theiler" nil (((th ay) 1) ((l er) 0))) +("thein" nil (((th ay n) 1))) +("their" nil (((dh eh r) 1))) +("theirs" nil (((dh eh r z) 1))) +("theis" nil (((dh ay z) 1))) +("theisen" nil (((th ay) 1) ((s ax n) 0))) +("theism" nil (((th iy) 1) ((ih) 0) ((z ax m) 0))) +("theiss" nil (((th ay s) 1))) +("theissen" nil (((th ay) 1) ((s ax n) 0))) +("thekla" nil (((th eh) 1) ((k l ax) 0))) +("thelander" nil (((th eh) 1) ((l ax n) 0) ((d er) 0))) +("thelen" nil (((th eh) 1) ((l ax n) 0))) +("thelin" nil (((th eh) 1) ((l ih n) 0))) +("thelma" nil (((th eh l) 1) ((m ax) 0))) +("them" nil (((dh eh m) 1))) +("thematic" nil (((th iy) 0) ((m ae) 1) ((t ih k) 0))) +("thematically" nil (((th ax) 0) ((m ae) 1) ((t ih) 0) ((k l iy) 0))) +("theme" nil (((th iy m) 1))) +("themed" nil (((th iy m d) 1))) +("themes" nil (((th iy m z) 1))) +("themself" nil (((dh eh m) 0) ((s eh l f) 1))) +("themselves" nil (((dh eh m) 0) ((s eh l v z) 1))) +("then" nil (((dh eh n) 1))) +("thence" nil (((dh eh n s) 1))) +("thenceforth" nil (((dh eh n) 1) ((s f ao r th) 1))) +("theo" nil (((th iy) 1) ((ow) 0))) +("theobald" nil (((th iy) 1) ((ax) 0) ((b ax l d) 0))) +("theocracy" nil (((th iy) 0) ((aa) 1) ((k r ax) 0) ((s iy) 0))) +("theocratic" nil (((th iy) 1) ((ax) 0) ((k r ae) 1) ((t ih k) 0))) +("theodor" nil (((th iy) 1) ((ax) 0) ((d er) 0))) +("theodora" nil (((th iy) 1) ((ax) 0) ((d ao) 1) ((r ax) 0))) +("theodore" nil (((th iy) 1) ((ax) 0) ((d ao r) 1))) +("theodorou" nil (((th iy) 1) ((ax) 0) ((d er) 0) ((uw) 0))) +("theodric" nil (((th iy) 1) ((ax) 0) ((d r ih k) 0))) +("theola" nil (((th iy) 1) ((ax) 0) ((l ax) 0))) +("theologian" nil (((th iy) 1) ((ax) 0) ((l ow) 1) ((jh iy) 0) ((ax n) 0))) +("theologians" nil (((th iy) 1) ((ax) 0) ((l ow) 1) ((jh ax n z) 0))) +("theological" nil (((th iy) 1) ((ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("theology" nil (((th iy) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("theon" nil (((th iy) 1) ((ax n) 0))) +("theone" nil (((th iy) 1) ((aa n) 0))) +("theophania" nil (((th iy) 0) ((ax) 0) ((f ae) 1) ((n iy) 0) ((ax) 0))) +("theophila" nil (((th ey) 0) ((ax) 0) ((f iy) 1) ((l ax) 0))) +("theora" nil (((th iy) 1) ((er) 0) ((ax) 0))) +("theorem" nil (((th ih) 1) ((r ax m) 0))) +("theoretical" nil (((th iy) 1) ((er) 0) ((eh) 1) ((t ih) 0) ((k ax l) 0))) +("theoretically" nil (((th iy) 1) ((er) 0) ((eh) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("theoretician" nil (((th iy) 1) ((er) 0) ((ax) 0) ((t ih) 1) ((sh ax n) 0))) +("theoreticians" nil (((th iy) 1) ((er) 0) ((ax) 0) ((t ih) 1) ((sh ax n z) 0))) +("theories" nil (((th ih) 1) ((r iy z) 0))) +("theorist" nil (((th iy) 1) ((er) 0) ((ih s t) 0))) +("theorists" nil (((th iy) 1) ((er) 0) ((ih s t s) 0))) +("theorize" nil (((th iy) 1) ((er) 0) ((ay z) 1))) +("theorized" nil (((th iy) 1) ((er) 0) ((ay z d) 1))) +("theorizes" nil (((th iy) 1) ((er) 0) ((ay) 1) ((z ih z) 0))) +("theorizing" nil (((th iy) 1) ((er) 0) ((ay) 1) ((z ih ng) 0))) +("theory" nil (((th ih) 1) ((r iy) 0))) +("thera" nil (((th eh) 1) ((r ax) 0))) +("therafectin" nil (((th eh) 1) ((r ax) 0) ((f eh k) 1) ((t ih n) 0))) +("therani" nil (((t eh) 1) ((r aa) 1) ((n iy) 0))) +("therapeutic" nil (((th eh) 1) ((r ax) 0) ((p y uw) 1) ((t ih k) 0))) +("therapeutically" nil (((th eh) 1) ((r ax) 0) ((p y uw) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("therapeutics" nil (((th eh) 1) ((r ax) 0) ((p y uw) 1) ((t ih k s) 0))) +("therapies" nil (((th eh) 1) ((r ax) 0) ((p iy z) 0))) +("therapist" nil (((th eh) 1) ((r ax) 0) ((p ax s t) 0))) +("therapists" nil (((th eh) 1) ((r ax) 0) ((p ax s t s) 0))) +("therapy" nil (((th eh) 1) ((r ax) 0) ((p iy) 0))) +("there" nil (((dh eh r) 1))) +("thereabouts" nil (((dh eh) 1) ((r ax) 0) ((b aw t s) 1))) +("thereafter" nil (((dh eh) 0) ((r ae f) 1) ((t er) 0))) +("thereby" nil (((dh eh r) 1) ((b ay) 1))) +("thered" n (((dh eh) 1) ((r ax d) 0))) +("therefore" nil (((dh eh r) 1) ((f ao r) 1))) +("therein" nil (((dh eh) 0) ((r ih n) 1))) +("therell" n (((dh eh) 1) ((r ax l) 0))) +("thereof" nil (((th eh) 1) ((r ah v) 1))) +("theresa" nil (((t er) 0) ((iy) 1) ((s ax) 0))) +("therese" nil (((th eh) 1) ((r iy s) 0))) +("thereupon" nil (((dh eh) 1) ((r ax) 0) ((p aa n) 1))) +("theriault" nil (((th eh) 1) ((r iy) 0) ((ow) 1))) +("therien" nil (((th ih) 1) ((r iy n) 0))) +("theriot" nil (((th ih) 1) ((r iy) 0) ((aa t) 0))) +("therm" nil (((th er m) 1))) +("thermae" nil (((th er) 1) ((m iy) 1))) +("thermal" nil (((th er) 1) ((m ax l) 0))) +("thermco" nil (((th er m) 1) ((k ow) 0))) +("thermedics" nil (((th er) 0) ((m eh) 1) ((d ih k s) 0))) +("thermits" nil (((th er) 1) ((m ih t s) 0))) +("thermo" nil (((th er) 1) ((m ow) 0))) +("thermometer" nil (((th er) 0) ((m aa) 1) ((m ax) 0) ((t er) 0))) +("thermometers" nil (((th er) 0) ((m aa) 1) ((m ax) 0) ((t er z) 0))) +("thermonuclear" nil (((th er) 1) ((m ow) 0) ((n uw) 1) ((k l iy) 0) ((er) 0))) +("thermopatch" nil (((th er) 1) ((m ow) 0) ((p ae ch) 1))) +("thermoplastic" nil (((th er) 1) ((m ax) 0) ((p l ae) 1) ((s t ih k) 0))) +("thermoplastics" nil (((th er) 1) ((m ax) 0) ((p l ae) 1) ((s t ih k s) 0))) +("thermos" nil (((th er) 1) ((m ax s) 0))) +("thermosetting" nil (((th er) 1) ((m ow) 0) ((s eh) 1) ((t ih ng) 0))) +("thermostat" nil (((th er) 1) ((m ax) 0) ((s t ae t) 1))) +("thermostats" nil (((th er) 1) ((m ax) 0) ((s t ae t s) 1))) +("theron" nil (((th eh) 1) ((r ax n) 0))) +("theroux" nil (((th er) 0) ((uw) 1))) +("therrell" nil (((th eh) 1) ((r ax l) 0))) +("therriault" nil (((th eh) 1) ((r iy) 0) ((ow) 1))) +("therrien" nil (((th eh) 1) ((r iy n) 0))) +("thesaurus" nil (((th ax) 0) ((s ao) 1) ((r ax s) 0))) +("these" nil (((dh iy z) 1))) +("theses" nil (((th iy) 1) ((s iy z) 0))) +("thesing" nil (((dh iy) 1) ((z ih ng) 0))) +("thesis" nil (((th iy) 1) ((s ax s) 0))) +("thespian" nil (((th eh) 1) ((s p iy) 0) ((ax n) 0))) +("theta" nil (((th ey) 1) ((t ax) 0))) +("thetford" nil (((th eh t) 1) ((f er d) 0))) +("thetis" nil (((th iy) 1) ((t ax s) 0))) +("theurer" nil (((th er) 1) ((er) 0))) +("theus" nil (((dh) 0) ((y uw z) 1))) +("thew" nil (((th uw) 1))) +("they" nil (((dh ey) 1))) +("thi" nil (((th iy) 1))) +("thiamin" nil (((th ay) 1) ((ax) 0) ((m ax n) 0))) +("thibadeau" nil (((t ih) 1) ((b ax) 0) ((d ow) 0))) +("thibault" nil (((th ih) 0) ((b ow) 1))) +("thibeau" nil (((th ih) 0) ((b ow) 1))) +("thibeault" nil (((t iy) 1) ((b ow) 0))) +("thibeaux" nil (((th ih) 0) ((b ow) 1))) +("thibedeau" nil (((th ih) 1) ((b ih) 0) ((d ow) 0))) +("thibert" nil (((th ih) 0) ((b er t) 1))) +("thibodeau" nil (((th ih) 1) ((b ax) 0) ((d ow) 0))) +("thibodeaux" nil (((th ih) 1) ((b ax) 0) ((d ow) 0))) +("thick" nil (((th ih k) 1))) +("thicken" nil (((th ih) 1) ((k ax n) 0))) +("thickened" nil (((th ih) 1) ((k ax n d) 0))) +("thickener" nil (((th ih) 1) ((k ax) 0) ((n er) 0))) +("thickening" nil (((th ih) 1) ((k ax) 0) ((n ih ng) 0))) +("thickens" nil (((th ih) 1) ((k ax n z) 0))) +("thicker" nil (((th ih) 1) ((k er) 0))) +("thicket" nil (((th ih) 1) ((k ih t) 0))) +("thickets" nil (((th ih) 1) ((k ax t s) 0))) +("thickhead" nil (((th ih k) 1) ((hh eh d) 1))) +("thickly" nil (((th ih) 1) ((k l iy) 0))) +("thickness" nil (((th ih k) 1) ((n ax s) 0))) +("thiebaud" nil (((th iy) 1) ((b ow) 1))) +("thiede" nil (((th iy d) 1))) +("thief" nil (((th iy f) 1))) +("thiel" nil (((th iy l) 1))) +("thiele" nil (((th iy l) 1))) +("thielemann" nil (((th iy l) 1) ((m ax n) 0))) +("thielen" nil (((th iy) 1) ((l ax n) 0))) +("thielke" nil (((th iy l k) 1))) +("thielman" nil (((th iy l) 1) ((m ax n) 0))) +("thielsch" nil (((th iy l sh) 1))) +("thiem" nil (((th iy m) 1))) +("thieman" nil (((th iy) 1) ((m ax n) 0))) +("thiemann" nil (((th iy) 1) ((m ax n) 0))) +("thieme" nil (((th iy m) 1))) +("thien" nil (((th iy n) 1))) +("thier" nil (((th iy) 1) ((er) 0))) +("thierry" nil (((th ih) 0) ((r iy) 1))) +("thiery" nil (((th ih) 1) ((r iy) 0))) +("thies" nil (((th iy z) 1))) +("thiesen" nil (((th iy) 1) ((s ax n) 0))) +("thiessen" nil (((th iy) 1) ((s ax n) 0))) +("thievery" nil (((th iy) 1) ((v er) 0) ((iy) 0))) +("thieves" nil (((th iy v z) 1))) +("thieving" nil (((th iy) 1) ((v ih ng) 0))) +("thigh" nil (((th ay) 1))) +("thighs" nil (((th ay z) 1))) +("thigpen" nil (((th ih g) 1) ((p ax n) 0))) +("thill" nil (((th ih l) 1))) +("thimble" nil (((th ih m) 1) ((b ax l) 0))) +("thin" nil (((th ih n) 1))) +("thine" nil (((dh ay n) 1))) +("thing" nil (((th ih ng) 1))) +("things" nil (((th ih ng z) 1))) +("think" nil (((th ih ng k) 1))) +("thinker" nil (((th ih ng) 1) ((k er) 0))) +("thinkers" nil (((th ih ng) 1) ((k er z) 0))) +("thinkin" nil (((th ih ng) 1) ((k ih n) 0))) +("thinking" nil (((th ih ng) 1) ((k ih ng) 0))) +("thinkpad" nil (((th ih ng k) 1) ((p ae d) 1))) +("thinks" nil (((th ih ng k s) 1))) +("thinly" nil (((th ih n) 1) ((l iy) 0))) +("thinned" nil (((th ih n d) 1))) +("thinner" nil (((th ih) 1) ((n er) 0))) +("thinnes" nil (((th ih n z) 1))) +("thinness" nil (((th ih n) 1) ((n ih s) 0))) +("thinnest" nil (((th ih) 1) ((n ax s t) 0))) +("thinning" nil (((th ih) 1) ((n ih ng) 0))) +("thins" nil (((th ih n z) 1))) +("thiodiglycol" nil (((th ay) 1) ((ow) 0) ((d ih) 1) ((g l ih) 0) ((k aa l) 1))) +("thiokol" nil (((th ay) 1) ((ax) 0) ((k ao l) 1))) +("third" nil (((th er d) 1))) +("thirdly" nil (((th er d) 1) ((l iy) 0))) +("thirdquarter" nil (((th er d) 1) ((k w ao r) 1) ((t er) 0))) +("thirds" nil (((th er d z) 1))) +("thirst" nil (((th er s t) 1))) +("thirsty" nil (((th er) 1) ((s t iy) 0))) +("thirteen" nil (((th er) 1) ((t iy n) 1))) +("thirteenth" nil (((th er) 1) ((t iy n th) 1))) +("thirteenths" nil (((th er) 1) ((t iy n th s) 1))) +("thirties" nil (((th er) 1) ((t iy z) 0))) +("thirtieth" nil (((th er) 1) ((t iy) 0) ((ax th) 0))) +("thirty" nil (((th er) 1) ((d iy) 0))) +("thirtysomething" nil (((th er) 1) ((t iy) 0) ((s ah m) 1) ((th ih ng) 0))) +("thiry" nil (((th ih) 1) ((r iy) 0))) +("thirza" nil (((th er) 1) ((z ax) 0))) +("this" nil (((dh ih s) 1))) +("thissen" nil (((th ih) 1) ((s ax n) 0))) +("thistle" nil (((th ih) 1) ((s ax l) 0))) +("thistles" nil (((th ih) 1) ((s ax l z) 0))) +("thivierge" nil (((th ih) 0) ((v iy r jh) 1))) +("thobe" nil (((th ow b) 1))) +("thode" nil (((th ow d) 1))) +("thoele" nil (((th ow l) 1))) +("thoen" nil (((th ow n) 1))) +("thoene" nil (((th aa) 1) ((iy n) 0))) +("thoennes" nil (((th ow n z) 1))) +("thole" nil (((th ow l) 1))) +("tholen" nil (((th aa) 1) ((l ax n) 0))) +("tholl" nil (((th aa l) 1))) +("thom" nil (((t aa m) 1))) +("thoma" nil (((th ow) 1) ((m ax) 0))) +("thoman" nil (((th ow) 1) ((m ax n) 0))) +("thomann" nil (((dh ow) 1) ((m ax n) 0))) +("thomas" nil (((t aa) 1) ((m ax s) 0))) +("thomases" nil (((t aa) 1) ((m ax) 0) ((s ih z) 0))) +("thomasina" nil (((th ow) 0) ((m aa) 0) ((s iy) 1) ((n ax) 0))) +("thomasine" nil (((th ow) 0) ((m aa) 0) ((s iy) 1) ((n iy) 0))) +("thomason" nil (((th aa) 1) ((m ax) 0) ((s ax n) 0))) +("thomassen" nil (((th aa) 1) ((m ax) 0) ((s ax n) 0))) +("thomasson" nil (((th aa) 1) ((m ax) 0) ((s ax n) 0))) +("thomasville" nil (((t aa) 1) ((m ax) 0) ((s v ih l) 1))) +("thome" nil (((th ow m) 1))) +("thomes" nil (((th ow m z) 1))) +("thometz" nil (((th ow) 1) ((m eh t s) 0))) +("thomison" nil (((th aa) 1) ((m ih) 0) ((s ax n) 0))) +("thomley" nil (((th aa m) 1) ((l iy) 0))) +("thommen" nil (((th aa) 1) ((m ax n) 0))) +("thomp" nil (((th aa m p) 1))) +("thompkins" nil (((th aa m p) 1) ((k ih n z) 0))) +("thompsen" nil (((th aa m p) 1) ((s ax n) 0))) +("thompson" nil (((t aa m p) 1) ((s ax n) 0))) +("thompsons" nil (((t aa m p) 1) ((s ax n z) 0))) +("thoms" nil (((th aa m z) 1))) +("thomsen" nil (((th aa m) 1) ((s ax n) 0))) +("thomson" nil (((t aa m) 1) ((s ax n) 0))) +("thomspon" nil (((th aa m) 1) ((s p ax n) 0))) +("thomure" nil (((th aa) 1) ((m y uw r) 0))) +("thon" nil (((th aa n) 1))) +("thone" nil (((th ow n) 1))) +("thong" nil (((th ao ng) 1))) +("thor" nil (((th ao r) 1))) +("thora" nil (((th ao) 1) ((r ax) 0))) +("thoracic" nil (((th ao) 0) ((r ae) 1) ((s ih k) 0))) +("thorald" nil (((th ao) 1) ((r ax l d) 0))) +("thorax" nil (((th ao) 1) ((r ae k s) 0))) +("thorbert" nil (((th ao r) 1) ((b er t) 0))) +("thorberta" nil (((th ao r) 0) ((b eh r) 1) ((t ax) 0))) +("thorburn" nil (((th ao r) 1) ((b er n) 0))) +("thordia" nil (((th ao r) 1) ((d iy) 0) ((ax) 0))) +("thordis" nil (((th ao r) 1) ((d ih s) 0))) +("thoreau" nil (((th er) 0) ((ow) 1))) +("thorell" nil (((th ao) 1) ((r ax l) 0))) +("thoren" nil (((th ao) 1) ((r ax n) 0))) +("thoresen" nil (((th ao) 1) ((r iy) 0) ((z ax n) 0))) +("thoreson" nil (((th ao) 1) ((r ih) 0) ((s ax n) 0))) +("thorington" nil (((th ao) 1) ((r ih ng) 0) ((t ax n) 0))) +("thorium" nil (((th aa) 1) ((r iy) 0) ((ax m) 0))) +("thorley" nil (((th ao r) 1) ((l iy) 0))) +("thorman" nil (((th ao r) 1) ((m ax n) 0))) +("thormond" nil (((th ao r) 1) ((m ax n d) 0))) +("thormund" nil (((th ao r) 1) ((m ax n d) 0))) +("thorn" nil (((th ao r n) 1))) +("thornberg" nil (((th ao r n) 1) ((b er g) 0))) +("thornberry" nil (((th ao r n) 1) ((b eh) 1) ((r iy) 0))) +("thornburg" nil (((th ao r n) 1) ((b er g) 0))) +("thornburgh" nil (((th ao r n) 1) ((b er g) 0))) +("thornbury" nil (((th ao r n) 1) ((b eh) 1) ((r iy) 0))) +("thorndike" nil (((th ao r n) 1) ((d ih k) 0))) +("thorndyke" nil (((th ao r n) 1) ((d ay k) 1))) +("thorne" nil (((th ao r n) 1))) +("thornell" nil (((th ao r) 1) ((n ax l) 0))) +("thorner" nil (((th ao r) 1) ((n er) 0))) +("thornhill" nil (((th ao r n) 1) ((hh ih l) 1))) +("thorniest" nil (((th ao r) 1) ((n iy) 0) ((ax s t) 0))) +("thornley" nil (((th ao r n) 1) ((l iy) 0))) +("thornock" nil (((th ao r) 1) ((n ax k) 0))) +("thorns" nil (((th ao r n z) 1))) +("thornsberry" nil (((th ao r n z) 1) ((b eh) 0) ((r iy) 0))) +("thornsbury" nil (((th ao r n z) 1) ((b eh) 0) ((r iy) 0))) +("thornton" nil (((th ao r n) 1) ((t ax n) 0))) +("thorny" nil (((th ao r) 1) ((n iy) 0))) +("thorough" nil (((th er) 1) ((ow) 0))) +("thoroughbred" nil (((th er) 1) ((ow) 0) ((b r eh d) 1))) +("thoroughbreds" nil (((th er) 1) ((ow) 0) ((b r eh d z) 1))) +("thoroughfare" nil (((th er) 1) ((ow) 0) ((f eh r) 1))) +("thoroughfares" nil (((th er) 1) ((ow) 0) ((f eh r z) 1))) +("thoroughly" nil (((th er) 1) ((ow) 0) ((l iy) 0))) +("thoroughness" nil (((th er) 1) ((ow) 0) ((n ax s) 0))) +("thorp" nil (((th ao r p) 1))) +("thorpe" nil (((th ao r p) 1))) +("thorsell" nil (((th ao r) 1) ((s ax l) 0))) +("thorsen" nil (((th ao r) 1) ((s ax n) 0))) +("thorson" nil (((th ao r) 1) ((s ax n) 0))) +("thorstad" nil (((th ao r) 1) ((s t ax d) 0))) +("thorsten" nil (((t ao r) 1) ((s t ax n) 0))) +("thorstenson" nil (((th ao r) 1) ((s t ax n) 0) ((s ax n) 0))) +("thortec" nil (((th ao r) 1) ((t eh k) 1))) +("thorton" nil (((th ao r) 1) ((t ax n) 0))) +("thorup" nil (((th ao) 1) ((r ax p) 0))) +("those" nil (((dh ow z) 1))) +("thou" nil (((dh aw) 1))) +("though" nil (((dh ow) 1))) +("thought" nil (((th ao t) 1))) +("thoughtful" nil (((th ao t) 1) ((f ax l) 0))) +("thoughtfully" nil (((th ao t) 1) ((f ax) 0) ((l iy) 0))) +("thoughtless" nil (((th ao t) 1) ((l ax s) 0))) +("thoughts" nil (((th ao t s) 1))) +("thous" nil (((dh aw z) 1))) +("thousand" nil (((th aw) 1) ((z ax n d) 0))) +("thousands" nil (((th aw) 1) ((z ax n d z) 0))) +("thousandth" nil (((th aw) 1) ((z ax n d th) 0))) +("thousandths" nil (((th aw) 1) ((z ax n d th s) 0))) +("thrailkill" nil (((th r ey l) 1) ((k ih l) 1))) +("thrall" nil (((th r ao l) 1))) +("thrash" nil (((th r ae sh) 1))) +("thrashed" nil (((th r ae sh t) 1))) +("thrasher" nil (((th r ae) 1) ((sh er) 0))) +("thrashes" nil (((th r ae) 1) ((sh ih z) 0))) +("thrashing" nil (((th r ae) 1) ((sh ih ng) 0))) +("thread" nil (((th r eh d) 1))) +("threadbare" nil (((th r eh d) 1) ((b eh r) 1))) +("threaded" nil (((th r eh) 1) ((d ax d) 0))) +("threadfin" nil (((th r eh d) 1) ((f ih n) 0))) +("threadgill" nil (((th r eh d) 1) ((g ih l) 1))) +("threading" nil (((th r eh) 1) ((d ih ng) 0))) +("threads" nil (((th r eh d z) 1))) +("threat" nil (((th r eh t) 1))) +("threaten" nil (((th r eh) 1) ((t ax n) 0))) +("threatened" nil (((th r eh) 1) ((t ax n d) 0))) +("threatening" nil (((th r eh) 1) ((t ax) 0) ((n ih ng) 0))) +("threateningly" nil (((th r eh) 1) ((t ax) 0) ((n ih ng) 0) ((l iy) 0))) +("threatens" nil (((th r eh) 1) ((t ax n z) 0))) +("threats" nil (((th r eh t s) 1))) +("threatt" nil (((th r iy t) 1))) +("three" nil (((th r iy) 1))) +("threefold" nil (((th r iy) 1) ((f ow l d) 1))) +("threemonth" nil (((th r iy) 1) ((m aa n th) 0))) +("threes" nil (((th r iy z) 1))) +("threesome" nil (((th r iy) 1) ((s ax m) 0))) +("threet" nil (((th r iy t) 1))) +("threlkeld" nil (((th r eh l) 1) ((k eh l d) 1))) +("thresh" nil (((th r eh sh) 1))) +("thresher" nil (((th r eh) 1) ((sh er) 0))) +("threshhold" nil (((th r eh sh) 1) ((hh ow l d) 1))) +("threshold" nil (((th r eh) 1) ((sh ow l d) 1))) +("thresholds" nil (((th r eh sh) 1) ((hh ow l d z) 1))) +("threw" nil (((th r uw) 1))) +("thrice" nil (((th r ay s) 1))) +("thrift" nil (((th r ih f t) 1))) +("thriftier" nil (((th r ih f) 1) ((t iy) 0) ((er) 0))) +("thrifts" nil (((th r ih f t s) 1))) +("thrifty" nil (((th r ih f) 1) ((t iy) 0))) +("thrill" nil (((th r ih l) 1))) +("thrilled" nil (((th r ih l d) 1))) +("thriller" nil (((th r ih) 1) ((l er) 0))) +("thrillers" nil (((th r ih) 1) ((l er z) 0))) +("thrilling" nil (((th r ih) 1) ((l ih ng) 0))) +("thrillingly" n (((th r ih) 1) ((l ax) 0) ((g l iy) 0))) +("thrills" nil (((th r ih l z) 1))) +("thrips" nil (((th r ih p s) 1))) +("thrive" nil (((th r ay v) 1))) +("thrived" nil (((th r ay v d) 1))) +("thrives" nil (((th r ay v z) 1))) +("thriving" nil (((th r ay) 1) ((v ih ng) 0))) +("throat" nil (((th r ow t) 1))) +("throated" nil (((th r ow) 1) ((t ih d) 0))) +("throats" nil (((th r ow t s) 1))) +("throbbing" nil (((th r aa) 1) ((b ih ng) 0))) +("throes" nil (((th r ow z) 1))) +("throgmorton" nil (((th r ax g) 0) ((m ao r) 1) ((t ax n) 0))) +("throm" nil (((th r aa m) 1))) +("thrombolysis" nil (((th r aa m) 0) ((b ow) 1) ((l ih) 0) ((s ih s) 0))) +("thrombolytic" nil (((th r aa m) 1) ((b ow) 0) ((l ih) 1) ((t ih k) 0))) +("thrombosis" nil (((th r aa m) 0) ((b ow) 1) ((s ax s) 0))) +("throne" nil (((th r ow n) 1))) +("throneberry" nil (((th r ow n) 1) ((b eh) 1) ((r iy) 0))) +("throng" nil (((th r ao ng) 1))) +("thronged" nil (((th r ao ng d) 1))) +("throngs" nil (((th r ao ng z) 1))) +("thronson" nil (((th r aa n) 1) ((s ax n) 0))) +("throop" nil (((th r uw p) 1))) +("throttle" nil (((th r aa) 1) ((t ax l) 0))) +("throttled" nil (((th r aa) 1) ((t ax l d) 0))) +("throttles" nil (((th r aa) 1) ((t ax l z) 0))) +("throttling" nil (((th r aa) 1) ((t ax) 0) ((l ih ng) 0))) +("through" nil (((th r uw) 1))) +("throughout" nil (((th r uw) 0) ((aw t) 1))) +("throughput" nil (((th r uw) 1) ((p uh t) 1))) +("throughs" nil (((th r uw z) 1))) +("throve" nil (((th r ow v) 1))) +("throw" nil (((th r ow) 1))) +("throwaway" nil (((th r ow) 1) ((ax) 0) ((w ey) 1))) +("throwback" nil (((th r ow) 1) ((b ae k) 1))) +("thrower" nil (((th r ow) 1) ((er) 0))) +("throwers" nil (((th r ow) 1) ((er z) 0))) +("throwing" nil (((th r ow) 1) ((ih ng) 0))) +("thrown" nil (((th r ow n) 1))) +("throws" nil (((th r ow z) 1))) +("thru" nil (((th r uw) 1))) +("thrun" nil (((th r ah n) 1))) +("thrush" nil (((th r ah sh) 1))) +("thrushes" nil (((th r ah) 1) ((sh ax z) 0))) +("thrust" nil (((th r ah s t) 1))) +("thrusting" nil (((th r ah) 1) ((s t ih ng) 0))) +("thrusts" nil (((th r ah s t s) 1))) +("thruway" nil (((th r uw) 1) ((w ey) 1))) +("ths" nil (((th s) 0))) +("thud" nil (((th ah d) 1))) +("thug" nil (((th ah g) 1))) +("thugs" nil (((th ah g z) 1))) +("thul" nil (((th ah l) 1))) +("thulin" nil (((th uw) 1) ((l ih n) 0))) +("thull" nil (((th ah l) 1))) +("thum" nil (((th ah m) 1))) +("thuma" nil (((th uw) 1) ((m ax) 0))) +("thuman" nil (((th uw) 1) ((m ax n) 0))) +("thumann" nil (((th uw) 1) ((m ax n) 0))) +("thumb" nil (((th ah m) 1))) +("thumbed" nil (((th ah m d) 1))) +("thumbing" nil (((th ah) 1) ((m ih ng) 0))) +("thumbnail" nil (((th ah m) 1) ((n ey l) 1))) +("thumbs" nil (((th ah m z) 1))) +("thumm" nil (((th ah m) 1))) +("thumma" nil (((th ah) 1) ((m ax) 0))) +("thump" nil (((th ah m p) 1))) +("thumped" nil (((th ah m p t) 1))) +("thumper" nil (((th ah m) 1) ((p er) 0))) +("thumping" nil (((th ah m) 1) ((p ih ng) 0))) +("thumps" nil (((th ah m p s) 1))) +("thun" nil (((th ah n) 1))) +("thunberg" nil (((th ah n) 1) ((b er g) 0))) +("thunder" nil (((th ah n) 1) ((d er) 0))) +("thunderbird" nil (((th ah n) 1) ((d er) 0) ((b er d) 1))) +("thunderbirds" nil (((th ah n) 1) ((d er) 0) ((b er d z) 1))) +("thundercats" nil (((th ah n) 1) ((d er) 0) ((k ae t s) 1))) +("thundered" nil (((th ah n) 1) ((d er d) 0))) +("thundering" nil (((th ah n) 1) ((d er) 0) ((ih ng) 0))) +("thunderous" nil (((th ah n) 1) ((d er) 0) ((ax s) 0))) +("thunders" nil (((th ah n) 1) ((d er z) 0))) +("thunderstorm" nil (((th ah n) 1) ((d er) 0) ((s t ao r m) 1))) +("thunderstorms" nil (((th ah n) 1) ((d er) 0) ((s t ao r m z) 1))) +("thunderstruck" nil (((th ah n) 1) ((d er) 0) ((s t r ah k) 1))) +("thune" nil (((th uw n) 1))) +("thur" nil (((dh er) 1))) +("thurber" nil (((th er) 1) ((b er) 0))) +("thurgood" nil (((th er) 1) ((g uh d) 0))) +("thurlow" nil (((th er) 1) ((l ow) 0))) +("thurm" nil (((th er m) 1))) +("thurman" nil (((th er) 1) ((m ax n) 0))) +("thurmon" nil (((th er) 1) ((m ax n) 0))) +("thurmond" nil (((th er) 1) ((m ax n d) 0))) +("thurn" nil (((th er n) 1))) +("thurnau" nil (((th er) 0) ((n ow) 1))) +("thurner" nil (((th er) 1) ((n er) 0))) +("thurnher" nil (((th er) 1) ((n er) 0))) +("thurow" nil (((th uh) 1) ((r ow) 0))) +("thursby" nil (((th er s) 1) ((b iy) 0))) +("thursday" nil (((th er z) 1) ((d ey) 0))) +("thursday" nil (((th er z) 1) ((d iy) 0))) +("thursdays" nil (((th er z) 1) ((d ey z) 0))) +("thursdays" nil (((th er z) 1) ((d iy z) 0))) +("thurstan" nil (((th er) 1) ((s t ax n) 0))) +("thurston" nil (((th er) 1) ((s t ax n) 0))) +("thus" nil (((dh ah s) 1))) +("thusly" nil (((dh ah) 1) ((s l iy) 0))) +("thuy" nil (((t uw) 1))) +("thwart" nil (((th w ao r t) 1))) +("thwarted" nil (((th w ao r) 1) ((t ax d) 0))) +("thwarting" nil (((th w ao r) 1) ((t ih ng) 0))) +("thwarts" nil (((th w ao r t s) 1))) +("thweatt" nil (((th w iy t) 1))) +("thwing" nil (((th w ih ng) 1))) +("thy" nil (((dh ay) 1))) +("thygerson" nil (((th ay) 1) ((g er) 0) ((s ax n) 0))) +("thyme" nil (((th ay m) 1))) +("thymidine" nil (((th ih) 1) ((m ih) 0) ((d iy n) 1))) +("thyra" nil (((th ay) 1) ((r ax) 0))) +("thyroid" nil (((th ay) 1) ((r oy d) 0))) +("thyssen" nil (((t ay) 1) ((s ax n) 0))) +("ti" nil (((t iy) 1))) +("tiaacref" nil (((t iy) 1) ((ax) 0) ((k r eh f) 1))) +("tian" nil (((t y ae n) 1))) +("tiananmen" nil (((t y aa n) 1) ((aa n) 1) ((m eh n) 1))) +("tianchi" nil (((t y ae n) 1) ((ch uh) 1))) +("tiangong" nil (((t y ae n) 1) ((g ow ng) 1))) +("tianhe" nil (((t y ae n) 1) ((hh ah) 0))) +("tianjin" nil (((t y ae n) 1) ((jh iy n) 1))) +("tiano" nil (((t iy) 0) ((aa) 1) ((n ow) 0))) +("tianshan" nil (((t y ae n) 1) ((sh aa n) 1))) +("tianshui" nil (((t y ae n) 1) ((sh w ey) 1))) +("tiantan" nil (((t y ae n) 1) ((t aa n) 1))) +("tiantian" nil (((t y ae n) 1) ((t y ae n) 1))) +("tianya" nil (((t y ae n) 1) ((y aa) 1))) +("tianzhou" nil (((t y ae n) 1) ((jh ow) 1))) +("tianzi" nil (((t y ae n) 1) ((d z uh) 1))) +("tiao" nil (((t y aw) 1))) +("tiara" nil (((t iy) 0) ((aa) 1) ((r ax) 0))) +("tibbals" nil (((t ih) 1) ((b ax l z) 0))) +("tibbets" nil (((t ih) 1) ((b ih t s) 0))) +("tibbett" nil (((t ih) 1) ((b ih t) 0))) +("tibbetts" nil (((t ih) 1) ((b ih t s) 0))) +("tibbie" nil (((t ih) 1) ((b iy) 0))) +("tibbits" nil (((t ih) 1) ((b ih t s) 0))) +("tibbitts" nil (((t ih) 1) ((b ih t s) 0))) +("tibbs" nil (((t ih b z) 1))) +("tibby" nil (((t ih) 1) ((b iy) 0))) +("tiber" nil (((t ay) 1) ((b er) 0))) +("tiberi" nil (((t iy) 0) ((b eh) 1) ((r iy) 0))) +("tiberia" nil (((t ih) 0) ((b iy) 1) ((r iy) 0) ((ax) 0))) +("tiberio" nil (((t ih) 0) ((b iy) 1) ((r iy) 0) ((ow) 0))) +("tibet" nil (((t ax) 0) ((b eh t) 1))) +("tibetan" nil (((t ih) 0) ((b eh) 1) ((t ax n) 0))) +("tibetans" nil (((t ax) 0) ((b eh) 1) ((t ax n z) 0))) +("tibia" nil (((t ih) 1) ((b iy) 0) ((ax) 0))) +("tic" nil (((t ih k) 1))) +("tice" nil (((t ay s) 1))) +("ticer" nil (((t ay) 1) ((s er) 0))) +("tichenor" nil (((t ih) 1) ((k ax) 0) ((n er) 0))) +("tichy" nil (((t ih) 1) ((ch iy) 0))) +("ticinus" nil (((t ih) 0) ((s iy) 1) ((n ax s) 0))) +("tick" nil (((t ih k) 1))) +("ticked" nil (((t ih k t) 1))) +("ticker" nil (((t ih) 1) ((k er) 0))) +("ticket" nil (((t ih) 1) ((k ax t) 0))) +("ticketed" nil (((t ih) 1) ((k ax) 0) ((t ih d) 0))) +("ticketing" nil (((t ih) 1) ((k ax) 0) ((t ih ng) 0))) +("ticketless" nil (((t ih) 1) ((k ax t) 0) ((l ax s) 0))) +("ticketmaster" nil (((t ih) 1) ((k ih t) 0) ((m ae) 1) ((s t er) 0))) +("ticketron" nil (((t ih) 1) ((k ax) 0) ((t r aa n) 0))) +("tickets" nil (((t ih) 1) ((k ax t s) 0))) +("ticking" nil (((t ih) 1) ((k ih ng) 0))) +("tickle" nil (((t ih) 1) ((k ax l) 0))) +("tickled" nil (((t ih) 1) ((k ax l d) 0))) +("ticklish" nil (((t ih) 1) ((k ax) 0) ((l ih sh) 0))) +("tickner" nil (((t ih k) 1) ((n er) 0))) +("ticknor" nil (((t ih k) 1) ((n er) 0))) +("ticks" nil (((t ih k s) 1))) +("ticonderoga" nil (((t ay) 0) ((k aa n) 1) ((d er) 0) ((ow) 1) ((g ax) 0))) +("ticor" nil (((t ay) 1) ((k ao r) 1))) +("tidal" nil (((t ay) 1) ((d ax l) 0))) +("tidball" nil (((t ih d) 1) ((b ao l) 1))) +("tidbit" nil (((t ih d) 1) ((b ih t) 1))) +("tidbits" nil (((t ih d) 1) ((b ih t s) 0))) +("tidd" nil (((t ih d) 1))) +("tiddlywinks" nil (((t ih d) 1) ((l ih) 0) ((w ih ng k s) 0))) +("tide" nil (((t ay d) 1))) +("tides" nil (((t ay d z) 1))) +("tidewater" nil (((t ay) 1) ((d w ao) 1) ((t er) 0))) +("tidied" v (((t ay) 1) ((d ax d) 0))) +("tidies" v (((t ay) 1) ((d ax z) 0))) +("tidings" nil (((t ay) 1) ((d ih ng z) 0))) +("tidmore" nil (((t ih d) 1) ((m ao r) 0))) +("tidrick" nil (((t ih) 1) ((d r ih k) 0))) +("tidwell" nil (((t ih) 1) ((d w ax l) 0))) +("tidy" nil (((t ay) 1) ((d iy) 0))) +("tidying" v (((t ay) 1) ((d iy) 0) ((ih ng) 0))) +("tie" nil (((t ay) 1))) +("tied" nil (((t ay d) 1))) +("tiede" nil (((t iy d) 1))) +("tiedeman" nil (((t iy d) 1) ((m ax n) 0))) +("tiedemann" nil (((t iy d) 1) ((m ax n) 0))) +("tiedt" nil (((t iy d t) 1))) +("tiegs" nil (((t iy g z) 1))) +("tieing" nil (((t ay) 1) ((ih ng) 0))) +("tieken" nil (((t iy) 1) ((k ax n) 0))) +("tieless" nil (((t ay) 1) ((l ax s) 0))) +("tieling" nil (((t y eh) 1) ((l iy ng) 1))) +("tieman" nil (((t iy) 1) ((m ax n) 0))) +("tiemann" nil (((t iy) 1) ((m ax n) 0))) +("tiemeyer" nil (((t iy) 1) ((m ay) 0) ((er) 0))) +("tien" nil (((t y eh n) 1))) +("tier" nil (((t iy r) 1))) +("tierce" nil (((t iy r s) 1))) +("tierco" nil (((t iy r) 1) ((k ow) 0))) +("tiered" nil (((t iy r d) 1))) +("tiernan" nil (((t ih r) 1) ((n ax n) 0))) +("tierney" nil (((t ih r) 1) ((n iy) 0))) +("tierno" nil (((t ih r) 1) ((n ow) 0))) +("tiers" nil (((t iy r z) 1))) +("ties" nil (((t ay z) 1))) +("tiesheng" nil (((t y eh) 1) ((sh ah ng) 0))) +("tieszen" nil (((t iy) 1) ((sh ax n) 0))) +("tietje" nil (((t iy t jh) 1))) +("tietjen" nil (((t iy t) 1) ((jh ax n) 0))) +("tietmeyer" nil (((t iy t) 1) ((m ay r) 1))) +("tietz" nil (((t iy t s) 1))) +("tietze" nil (((t iy t z) 1))) +("tieu" nil (((t iy) 0) ((uw) 1))) +("tiff" nil (((t ih f) 1))) +("tiffany" nil (((t ih) 1) ((f ax) 0) ((n iy) 0))) +("tiffin" nil (((t ih) 1) ((f ih n) 0))) +("tifft" nil (((t ih f t) 1))) +("tift" nil (((t ih f t) 1))) +("tig" nil (((t ih g) 1))) +("tiger" nil (((t ay) 1) ((g er) 0))) +("tigera" nil (((t ih) 0) ((jh eh) 1) ((r ax) 0))) +("tigers" nil (((t ay) 1) ((g er z) 0))) +("tigert" nil (((t ay) 1) ((g er t) 0))) +("tigges" nil (((t ih g z) 1))) +("tiggs" nil (((t ih g z) 1))) +("tighe" nil (((t ay g) 1))) +("tight" nil (((t ay t) 1))) +("tighten" nil (((t ay) 1) ((t ax n) 0))) +("tightened" nil (((t ay) 1) ((t ax n d) 0))) +("tightening" nil (((t ay) 1) ((t ax) 0) ((n ih ng) 0))) +("tightenings" nil (((t ay) 1) ((t ax) 0) ((n ih ng z) 0))) +("tightens" nil (((t ay) 1) ((t ax n z) 0))) +("tighter" nil (((t ay) 1) ((t er) 0))) +("tightest" nil (((t ay) 1) ((t ax s t) 0))) +("tightfisted" nil (((t ay t) 1) ((f ih) 1) ((s t ih d) 0))) +("tightly" nil (((t ay t) 1) ((l iy) 0))) +("tightness" nil (((t ay t) 1) ((n ax s) 0))) +("tightrope" nil (((t ay) 1) ((t r ow p) 1))) +("tights" nil (((t ay t s) 1))) +("tigner" nil (((t ay g) 1) ((n er) 0))) +("tignor" nil (((t ih g) 1) ((n er) 0))) +("tigon" nil (((t ih) 1) ((g ax n) 0))) +("tigrean" nil (((t ih) 0) ((g r iy n) 1))) +("tigris" nil (((t ay) 1) ((g r ax s) 0))) +("tigue" nil (((t iy g) 1))) +("tijerina" nil (((t iy) 0) ((y eh) 0) ((r iy) 1) ((n ax) 0))) +("tijuana" nil (((t ih) 0) ((w aa) 1) ((n ax) 0))) +("tike" nil (((t ay k) 1))) +("tikes" nil (((t ay k s) 1))) +("til" nil (((t ih l) 1))) +("tilbury" nil (((t ih l) 1) ((b eh) 1) ((r iy) 0))) +("tilda" nil (((t ih l) 1) ((d ax) 0))) +("tilde" nil (((t ih l) 1) ((d ax) 0))) +("tilden" nil (((t ih l) 1) ((d ax n) 0))) +("tildes" nil (((t ih l) 1) ((d ax z) 0))) +("tile" nil (((t ay l) 1))) +("tiled" nil (((t ay l d) 1))) +("tiles" nil (((t ay l z) 1))) +("tiley" nil (((t ay) 1) ((l iy) 0))) +("tilford" nil (((t ih l) 1) ((f er d) 0))) +("tilghman" nil (((t ih l) 1) ((m ax n) 0))) +("till" nil (((t ih l) 1))) +("tiller" nil (((t ih) 1) ((l er) 0))) +("tillery" nil (((t ih) 1) ((l er) 0) ((iy) 0))) +("tilles" nil (((t ay l z) 1))) +("tillett" nil (((t ih) 1) ((l ih t) 0))) +("tilley" nil (((t ih) 1) ((l iy) 0))) +("tillie" nil (((t ih) 1) ((l iy) 0))) +("tilling" nil (((t ih) 1) ((l ih ng) 0))) +("tillinghast" nil (((t ih) 1) ((l ih ng) 0) ((hh ae s t) 1))) +("tillis" nil (((t ih) 1) ((l ih s) 0))) +("tillison" nil (((t ih) 1) ((l ih) 0) ((s ax n) 0))) +("tillman" nil (((t ih l) 1) ((m ax n) 0))) +("tillmon" nil (((t ih l) 1) ((m ax n) 0))) +("tillotson" nil (((t ih) 1) ((l ax t) 0) ((s ax n) 0))) +("tillson" nil (((t ih l) 1) ((s ax n) 0))) +("tilly" nil (((t ih) 1) ((l iy) 0))) +("tilman" nil (((t ih l) 1) ((m ax n) 0))) +("tilney" nil (((t ih l) 1) ((n iy) 0))) +("tilson" nil (((t ih l) 1) ((s ax n) 0))) +("tilt" nil (((t ih l t) 1))) +("tilted" nil (((t ih l) 1) ((t ax d) 0))) +("tilth" nil (((t ih l th) 1))) +("tilting" nil (((t ih l) 1) ((t ih ng) 0))) +("tilton" nil (((t ih l) 1) ((t ax n) 0))) +("tilts" nil (((t ih l t s) 1))) +("tim" nil (((t ih m) 1))) +("timah" nil (((t iy) 1) ((m ax) 0))) +("timan" nil (((t ay) 1) ((m ax n) 0))) +("timber" nil (((t ih m) 1) ((b er) 0))) +("timberlake" nil (((t ih m) 1) ((b er) 0) ((l ey k) 1))) +("timberland" nil (((t ih m) 1) ((b er) 0) ((l ae n d) 1))) +("timberlands" nil (((t ih m) 1) ((b er) 0) ((l ae n d z) 1))) +("timberline" nil (((t ih m) 1) ((b er) 0) ((l ay n) 1))) +("timberman" nil (((t ih m) 1) ((b er) 0) ((m ax n) 0))) +("timbers" nil (((t ih m) 1) ((b er z) 0))) +("timblin" nil (((t ih m) 1) ((b l ih n) 0))) +("timbre" nil (((t ih m) 1) ((b er) 0))) +("timbrook" nil (((t ih m) 1) ((b r uh k) 1))) +("timbs" nil (((t ih m z) 1))) +("time" nil (((t ay m) 1))) +("timed" nil (((t ay m d) 1))) +("timeframe" nil (((t ay m) 1) ((f r ey m) 1))) +("timeless" nil (((t ay m) 1) ((l ax s) 0))) +("timeliness" nil (((t ay m) 1) ((l iy) 0) ((n ax s) 0))) +("timely" nil (((t ay m) 1) ((l iy) 0))) +("timepiece" nil (((t ay m) 1) ((p iy s) 1))) +("timeplex" nil (((t ay m) 1) ((p l eh k s) 1))) +("timer" nil (((t ay) 1) ((m er) 0))) +("timers" nil (((t ay) 1) ((m er z) 0))) +("times" nil (((t ay m z) 1))) +("timeshare" nil (((t ay m) 1) ((sh eh r) 1))) +("timetable" nil (((t ay m) 1) ((t ey) 1) ((b ax l) 0))) +("timetables" nil (((t ay m) 1) ((t ey) 1) ((b ax l z) 0))) +("timex" nil (((t ih) 1) ((m eh k s) 0))) +("timid" nil (((t ih) 1) ((m ih d) 0))) +("timidity" nil (((t ax) 0) ((m ih) 1) ((d ax) 0) ((t iy) 0))) +("timidly" nil (((t ih) 1) ((m ax d) 0) ((l iy) 0))) +("timing" nil (((t ay) 1) ((m ih ng) 0))) +("timisoara" nil (((t ih) 1) ((m ax) 0) ((s ow) 0) ((aa) 1) ((r ax) 0))) +("timken" nil (((t ih m) 1) ((k ax n) 0))) +("timko" nil (((t ih m) 1) ((k ow) 0))) +("timlen" nil (((t ih m) 1) ((l ax n) 0))) +("timlin" nil (((t ih m) 1) ((l ih n) 0))) +("timm" nil (((t ih m) 1))) +("timme" nil (((t ih m) 1))) +("timmeny" nil (((t ih) 1) ((m ax) 0) ((n iy) 0))) +("timmer" nil (((t ih) 1) ((m er) 0))) +("timmerman" nil (((t ih) 1) ((m er) 0) ((m ax n) 0))) +("timmermann" nil (((t ih) 1) ((m er) 0) ((m ax n) 0))) +("timmers" nil (((t ih) 1) ((m er z) 0))) +("timmie" nil (((t ih) 1) ((m iy) 0))) +("timmins" nil (((t ih) 1) ((m ih n z) 0))) +("timmons" nil (((t ih) 1) ((m ax n z) 0))) +("timms" nil (((t ih m z) 1))) +("timmy" nil (((t ih) 1) ((m iy) 0))) +("timon" nil (((t ay) 1) ((m ax n) 0))) +("timoney" nil (((t ih) 1) ((m ax) 0) ((n iy) 0))) +("timor" nil (((t iy) 0) ((m ao r) 1))) +("timorous" nil (((t ih) 1) ((m er) 0) ((ax s) 0))) +("timothea" nil (((t ih) 0) ((m ax) 0) ((dh iy) 1) ((ax) 0))) +("timothy" nil (((t ih) 1) ((m ax) 0) ((th iy) 0))) +("timpani" nil (((t ih m) 1) ((p ax) 0) ((n iy) 1))) +("timpe" nil (((t ih m p) 1))) +("timpone" nil (((t iy m) 0) ((p ow) 1) ((n iy) 0))) +("timpson" nil (((t ih m p) 1) ((s ax n) 0))) +("tims" nil (((t ih m z) 1))) +("timson" nil (((t ih m) 1) ((s ax n) 0))) +("tin" nil (((t ih n) 1))) +("tina" nil (((t iy) 1) ((n ax) 0))) +("tinajero" nil (((t iy) 0) ((n aa) 0) ((y eh) 1) ((r ow) 0))) +("tinch" nil (((t ih n ch) 1))) +("tincher" nil (((t ih n) 1) ((ch er) 0))) +("tincture" nil (((t ih ng k) 1) ((ch er) 0))) +("tinctures" nil (((t ih ng k) 1) ((ch er z) 0))) +("tindal" nil (((t ih n) 1) ((d ax l) 0))) +("tindall" nil (((t ih n) 1) ((d ax l) 0))) +("tindel" nil (((t ih n) 1) ((d ax l) 0))) +("tindell" nil (((t ih n) 1) ((d ax l) 0))) +("tinder" nil (((t ih n) 1) ((d er) 0))) +("tinderbox" nil (((t ih n) 1) ((d er) 0) ((b aa k s) 1))) +("tindle" nil (((t ih n) 1) ((d ax l) 0))) +("tindol" nil (((t ih n) 1) ((d ax l) 0))) +("tine" nil (((t ay n) 1))) +("tiner" nil (((t ay) 1) ((n er) 0))) +("tines" nil (((t ay n z) 1))) +("ting" nil (((t ih ng) 1))) +("tinge" nil (((t ih n jh) 1))) +("tinged" nil (((t ih ng d) 1))) +("tingen" nil (((t ih ng) 1) ((ax n) 0))) +("tingey" nil (((t ih ng) 1) ((g iy) 0))) +("tingle" nil (((t ih ng) 1) ((g ax l) 0))) +("tingler" nil (((t ih ng) 1) ((g ax) 0) ((l er) 0))) +("tingley" nil (((t ih ng) 1) ((g l iy) 0))) +("tingling" nil (((t ih ng) 1) ((g ax) 0) ((l ih ng) 0))) +("tingting" nil (((t iy ng) 1) ((t iy ng) 1))) +("tingwu" nil (((t iy ng) 1) ((w uw) 1))) +("tinier" nil (((t ay) 1) ((n iy) 0) ((er) 0))) +("tiniest" nil (((t ay) 1) ((n iy) 0) ((ax s t) 0))) +("tinker" nil (((t ih ng) 1) ((k er) 0))) +("tinkered" nil (((t ih ng) 1) ((k er d) 0))) +("tinkerer" nil (((t ih ng) 1) ((k er) 0) ((er) 0))) +("tinkerers" nil (((t ih ng) 1) ((k er) 0) ((er z) 0))) +("tinkering" nil (((t ih ng) 1) ((k er) 0) ((ih ng) 0))) +("tinkey" nil (((t ih n) 1) ((k iy) 1))) +("tinkham" nil (((t ih ng) 1) ((k ax m) 0))) +("tinkle" nil (((t ih ng) 1) ((k ax l) 0))) +("tinkled" nil (((t ih ng) 1) ((k ax l d) 0))) +("tinkler" nil (((t ih ng) 1) ((k ax) 0) ((l er) 0))) +("tinkling" nil (((t ih ng) 1) ((k ax) 0) ((l ih ng) 0))) +("tinley" nil (((t ih n) 1) ((l iy) 0))) +("tinman" nil (((t ih n) 1) ((m ae n) 1))) +("tinnell" nil (((t ih) 1) ((n ax l) 0))) +("tinney" nil (((t ih) 1) ((n iy) 0))) +("tinnin" nil (((t ih) 1) ((n ih n) 0))) +("tinnon" nil (((t ih) 1) ((n ax n) 0))) +("tinny" nil (((t ih) 1) ((n iy) 0))) +("tino" nil (((t iy) 1) ((n ow) 0))) +("tinoco" nil (((t iy) 0) ((n ow) 1) ((k ow) 0))) +("tins" nil (((t ih n z) 1))) +("tinsel" nil (((t ih n) 1) ((s ax l) 0))) +("tinseltown" nil (((t ih n) 1) ((s ax l) 0) ((t aw n) 1))) +("tinsley" nil (((t ih n) 1) ((s l iy) 0))) +("tinsman" nil (((t ih n) 1) ((s m ax n) 0))) +("tint" nil (((t ih n t) 1))) +("tinted" nil (((t ih n) 1) ((t ih d) 0))) +("tinto" nil (((t ih n) 1) ((t ow) 0))) +("tinton" nil (((t ih n) 1) ((t ax n) 0))) +("tints" nil (((t ih n t s) 1))) +("tintype" nil (((t ih n) 1) ((t ay p) 1))) +("tiny" nil (((t ay) 1) ((n iy) 0))) +("tiong" nil (((t y ao ng) 1))) +("tip" nil (((t ih p) 1))) +("tipa" nil (((t ih) 1) ((p ax) 0))) +("tiphook" nil (((t ih p) 1) ((hh uh k) 1))) +("tipler" nil (((t ay) 1) ((p ax) 0) ((l er) 0))) +("tipo" nil (((t iy) 1) ((p ow) 0))) +("tipoff" nil (((t ih) 1) ((p ao f) 1))) +("tipp" nil (((t ih p) 1))) +("tipped" nil (((t ih p t) 1))) +("tippen" nil (((t ih) 1) ((p ax n) 0))) +("tippens" nil (((t ih) 1) ((p ax n z) 0))) +("tipper" nil (((t ih) 1) ((p er) 0))) +("tipperary" nil (((t ih) 1) ((p er) 0) ((eh) 1) ((r iy) 0))) +("tippers" nil (((t ih) 1) ((p er z) 0))) +("tippet" nil (((t ih) 1) ((p ax t) 0))) +("tippets" nil (((t ih) 1) ((p ih t s) 0))) +("tippett" nil (((t ih) 1) ((p ih t) 0))) +("tippetts" nil (((t ih) 1) ((p ih t s) 0))) +("tippie" nil (((t ih) 1) ((p iy) 0))) +("tippin" nil (((t ih) 1) ((p ih n) 0))) +("tipping" nil (((t ih) 1) ((p ih ng) 0))) +("tippins" nil (((t ih) 1) ((p ih n z) 0))) +("tippit" nil (((t ih) 1) ((p ih t) 0))) +("tippitt" nil (((t ih) 1) ((p ih t) 0))) +("tipple" nil (((t ih) 1) ((p ax l) 0))) +("tipps" nil (((t ih p s) 1))) +("tippy" nil (((t ih) 1) ((p iy) 0))) +("tips" nil (((t ih p s) 1))) +("tipster" nil (((t ih p) 1) ((s t er) 0))) +("tipsword" nil (((t ih p) 1) ((s ao r d) 1))) +("tipsy" nil (((t ih p) 1) ((s iy) 0))) +("tiptoe" nil (((t ih p) 1) ((t ow) 1))) +("tiptoed" nil (((t ih p) 1) ((t ow d) 1))) +("tiptoeing" nil (((t ih p) 1) ((t ow) 1) ((ih ng) 0))) +("tipton" nil (((t ih p) 1) ((t ax n) 0))) +("tirade" nil (((t ay) 0) ((r ey d) 1))) +("tirades" nil (((t ay) 0) ((r ey d z) 1))) +("tirado" nil (((t ih) 0) ((r aa) 1) ((d ow) 0))) +("tire" nil (((t ay) 1) ((er) 0))) +("tired" nil (((t ay) 1) ((er d) 0))) +("tireless" nil (((t ay) 1) ((er) 0) ((l ax s) 0))) +("tirelessly" nil (((t ay r) 1) ((l ax) 0) ((s l iy) 0))) +("tirello" nil (((t ih) 0) ((r eh) 1) ((l ow) 0))) +("tiremaker" nil (((t ay r) 1) ((m ey) 1) ((k er) 0))) +("tires" nil (((t ay) 1) ((er z) 0))) +("tiresome" nil (((t ay) 1) ((er) 0) ((s ax m) 0))) +("tirey" nil (((t ay) 1) ((r iy) 0))) +("tiring" nil (((t ay) 1) ((r ih ng) 0))) +("tirone" nil (((t ih) 0) ((r ow n) 1))) +("tiros" nil (((t ay) 1) ((r ow z) 0))) +("tirpak" nil (((t er) 1) ((p ax k) 0))) +("tirrell" nil (((t ih) 0) ((r ey l) 1))) +("tis" nil (((t iy z) 1))) +("tisch" nil (((t ih sh) 1))) +("tischer" nil (((t ih) 1) ((sh er) 0))) +("tischler" nil (((t ih) 1) ((sh ax) 0) ((l er) 0))) +("tisdale" nil (((t ih s) 1) ((d ey l) 0))) +("tisdel" nil (((t ih s) 1) ((d ax l) 0))) +("tisdell" nil (((t ih s) 1) ((d ax l) 0))) +("tish" nil (((t ih sh) 1))) +("tisher" nil (((t ih) 1) ((sh er) 0))) +("tishler" nil (((t ih) 1) ((sh l er) 0))) +("tishman" nil (((t ih) 1) ((sh m ax n) 0))) +("tison" nil (((t ih) 1) ((s ax n) 0))) +("tissue" nil (((t ih s) 1) ((y uw) 1))) +("tissues" nil (((t ih s) 1) ((y uw z) 1))) +("tit" nil (((t ih t) 1))) +("tita" nil (((t iy) 1) ((t ax) 0))) +("titan" nil (((t ay) 1) ((t ax n) 0))) +("titanate" nil (((t ay) 1) ((t ax) 0) ((n ey t) 1))) +("titania" nil (((t ax) 0) ((t aa) 1) ((n y ax) 0))) +("titanic" nil (((t ay) 0) ((t ae) 1) ((n ih k) 0))) +("titanium" nil (((t ay) 0) ((t ey) 1) ((n iy) 0) ((ax m) 0))) +("titans" nil (((t ay) 1) ((t ax n z) 0))) +("titcomb" nil (((t ih t) 1) ((k ax m) 0))) +("tithe" nil (((t ay dh) 1))) +("tithing" nil (((t ay) 1) ((dh ih ng) 0))) +("titian" nil (((t ih) 1) ((sh ax n) 0))) +("titillated" nil (((t ih) 1) ((t ax) 0) ((l ey) 1) ((t ih d) 0))) +("titillating" nil (((t ih) 1) ((t ax) 0) ((l ey) 1) ((t ih ng) 0))) +("titillation" nil (((t ih) 1) ((t ih) 0) ((l ey) 1) ((sh ax n) 0))) +("title" nil (((t ay) 1) ((t ax l) 0))) +("titled" nil (((t ay) 1) ((t ax l d) 0))) +("titleholder" nil (((t ay) 1) ((t ax l) 0) ((hh ow l) 1) ((d er) 0))) +("titles" nil (((t ay) 1) ((t ax l z) 0))) +("titlow" nil (((t ih t) 1) ((l ow) 1))) +("titman" nil (((t ih t) 1) ((m ax n) 0))) +("tito" nil (((t iy) 1) ((t ow) 0))) +("titone" nil (((t ih) 1) ((t ax n) 0))) +("titsworth" nil (((t ih t) 1) ((s w er th) 1))) +("tittel" nil (((t ih) 1) ((t ax l) 0))) +("titter" nil (((t ih) 1) ((t er) 0))) +("titterington" nil (((t ih) 1) ((t er) 0) ((ih ng) 0) ((t ax n) 0))) +("tittle" nil (((t ih) 1) ((t ax l) 0))) +("tittsworth" nil (((t ih t) 1) ((s w er th) 0))) +("titular" nil (((t ih) 1) ((ch ax) 0) ((l er) 0))) +("titus" nil (((t ay) 1) ((t ax s) 0))) +("titusville" nil (((t ay) 1) ((t ax) 0) ((s v ih l) 1))) +("titzer" nil (((t ih t) 1) ((z er) 0))) +("tivoli" nil (((t ih) 1) ((v ax) 0) ((l iy) 0))) +("tiyu" nil (((t iy) 1) ((y uw) 1))) +("tizzy" nil (((t ih) 1) ((z iy) 0))) +("tjaden" nil (((jh ey) 1) ((d ax n) 0))) +("tjarks" nil (((jh aa r k s) 1))) +("tkach" nil (((k ae ch) 1))) +("tkacz" nil (((k aa ch) 1))) +("tl" nil (((t iy) 1) ((eh l) 1))) +("tmall" nil (((t iy) 1) ((m ao l) 1))) +("to" nil (((t uw) 1))) +("toa" nil (((t w ax) 2))) +("toa" nil (((t ow) 1) ((ax) 0))) +("toad" nil (((t ow d) 1))) +("toads" nil (((t ow d z) 1))) +("toal" nil (((t ow l) 1))) +("toalson" nil (((t ow l) 1) ((s ax n) 0))) +("toalster" nil (((t ow l) 1) ((s t er) 0))) +("toast" nil (((t ow s t) 1))) +("toasted" nil (((t ow) 1) ((s t ih d) 0))) +("toaster" nil (((t ow) 1) ((s t er) 0))) +("toasters" nil (((t ow) 1) ((s t er z) 0))) +("toasting" nil (((t ow) 1) ((s t ih ng) 0))) +("toastmaster" nil (((t ow s t) 1) ((m ae) 1) ((s t er) 0))) +("toasts" nil (((t ow s t s) 1))) +("tobacco" nil (((t ax) 0) ((b ae) 1) ((k ow) 0))) +("toback" nil (((ch uw) 1) ((b ae k) 0))) +("tobago" nil (((t ax) 0) ((b ey) 1) ((g ow) 0))) +("tobar" nil (((t ow) 1) ((b er) 0))) +("tobe" nil (((t ow b) 1))) +("toben" nil (((t ow) 1) ((b ax n) 0))) +("tober" nil (((t ow) 1) ((b er) 0))) +("tobey" nil (((t ow) 1) ((b iy) 0))) +("tobia" nil (((t ow) 1) ((b iy) 0) ((ax) 0))) +("tobias" nil (((t ax) 0) ((b ay) 1) ((ax s) 0))) +("tobiason" nil (((t ax) 0) ((b ay) 1) ((ax) 0) ((s ax n) 0))) +("tobie" nil (((t ow) 1) ((b iy) 0))) +("tobin" nil (((t ow) 1) ((b ih n) 0))) +("tobler" nil (((t ow) 1) ((b ax) 0) ((l er) 0))) +("toboggans" nil (((t ax) 0) ((b aa) 1) ((g ax n z) 0))) +("tobolski" nil (((t ax) 0) ((b ow l) 1) ((s k iy) 0))) +("tobu" nil (((t ow) 0) ((b uw) 1))) +("toby" nil (((t ow) 1) ((b iy) 0))) +("tocci" nil (((t ow) 1) ((ch iy) 0))) +("tocco" nil (((t aa) 1) ((k ow) 0))) +("tock" nil (((t aa k) 1))) +("tocqueville" nil (((t ow k) 1) ((v ih l) 0))) +("toczek" nil (((t aa) 1) ((ch eh k) 0))) +("tod" nil (((t aa d) 1))) +("toda" nil (((t ow) 1) ((d ax) 0))) +("todaro" nil (((t ow) 0) ((d aa) 1) ((r ow) 0))) +("today" nil (((t ax) 0) ((d ey) 1))) +("todays" nil (((t ax) 0) ((d ey z) 1))) +("todd" nil (((t aa d) 1))) +("toddler" nil (((t aa d) 1) ((l er) 0))) +("toddlers" nil (((t aa d) 1) ((l er z) 0))) +("toddling" nil (((t aa d) 1) ((l ih ng) 0))) +("todhunter" nil (((t aa d) 1) ((hh ah n) 1) ((t er) 0))) +("todisco" nil (((t ow) 0) ((d iy) 1) ((s k ow) 0))) +("todoroff" nil (((t aa) 1) ((d er) 0) ((ao f) 0))) +("todt" nil (((t aa d t) 1))) +("toe" nil (((t ow) 1))) +("toed" nil (((t ow d) 1))) +("TOEFL" nil (((t ow) 1) ((f ax l) 0))) +("toehold" nil (((t ow) 1) ((hh ow l d) 1))) +("toeing" nil (((t ow) 1) ((ih ng) 0))) +("toelle" nil (((t ow l) 1))) +("toenails" nil (((t ow) 1) ((n ey l z) 1))) +("toenjes" nil (((t ow n) 1) ((jh ih z) 0))) +("toensing" nil (((t ow n) 1) ((s ih ng) 0))) +("toepfer" nil (((t ow p) 1) ((f er) 0))) +("toes" nil (((t ow z) 1))) +("toews" nil (((t aa) 1) ((uw z) 0))) +("toffee" nil (((t aa) 1) ((f iy) 0))) +("toffler" nil (((t ao) 1) ((f l er) 0))) +("toft" nil (((t aa f t) 1))) +("tofte" nil (((t ow f t) 1))) +("tofu" nil (((t ow) 1) ((f uw) 0))) +("toga" nil (((t ow) 1) ((g ax) 0))) +("together" nil (((t ax) 0) ((g eh) 1) ((dh er) 0))) +("togetherness" nil (((t ax) 0) ((g eh) 1) ((dh er) 0) ((n ax s) 0))) +("togethers" nil (((t ax) 0) ((g eh) 1) ((dh er z) 0))) +("toggle" nil (((t aa) 1) ((g ax l) 0))) +("toggled" nil (((t aa) 1) ((g ax l d) 0))) +("toggling" nil (((t aa) 1) ((g l ih ng) 0))) +("tognino" nil (((t aa g) 1) ((n iy) 1) ((n ow) 0))) +("togo" nil (((t ow) 1) ((g ow) 0))) +("togs" nil (((t aa g z) 1))) +("toil" nil (((t oy l) 1))) +("toiled" nil (((t oy l d) 1))) +("toilet" nil (((t oy) 1) ((l ax t) 0))) +("toiletries" nil (((t oy) 1) ((l ax) 0) ((t r iy z) 0))) +("toiletry" nil (((t oy) 1) ((l ax) 0) ((t r iy) 0))) +("toilets" nil (((t oy) 1) ((l ax t s) 0))) +("toiling" nil (((t oy) 1) ((l ih ng) 0))) +("toils" nil (((t oy l z) 1))) +("toivonen" nil (((t oy) 1) ((v ax) 0) ((n ax n) 0))) +("tokai" nil (((t ow) 0) ((k ay) 1))) +("tokar" nil (((t ow) 0) ((k aa r) 1))) +("tokarczyk" nil (((t aa) 1) ((k er) 0) ((ch ih k) 0))) +("tokarski" nil (((t ax) 0) ((k aa r) 1) ((s k iy) 0))) +("tokarz" nil (((t ow) 1) ((k aa r z) 0))) +("token" nil (((t ow) 1) ((k ax n) 0))) +("tokenism" nil (((t ow) 1) ((k ax) 0) ((n ih) 1) ((z ax m) 0))) +("tokens" nil (((t ow) 1) ((k ax n z) 0))) +("tokio" nil (((t ow) 0) ((k iy) 1) ((ow) 0))) +("tokkin" nil (((t aa) 1) ((k ih n) 0))) +("tokos" nil (((t ow) 1) ((k ow s) 0))) +("tokunaga" nil (((t ow) 0) ((k uw) 0) ((n aa) 1) ((g ax) 0))) +("tokuo" nil (((t aa) 1) ((k y uw) 0) ((ow) 0))) +("tokuyama" nil (((t ow) 1) ((k uw) 1) ((y aa) 1) ((m ax) 0))) +("tokyo" nil (((t ow) 1) ((k iy) 0) ((ow) 1))) +("tokyu" nil (((t ow) 1) ((k y uw) 0))) +("tolan" nil (((t ow) 1) ((l ax n) 0))) +("toland" nil (((t ow) 1) ((l ax n d) 0))) +("tolanthe" nil (((t ow) 0) ((l aa n) 1) ((dh iy) 0))) +("tolar" nil (((t ow) 1) ((l er) 0))) +("tolbert" nil (((t ow l) 1) ((b er t) 0))) +("told" nil (((t ow l d) 1))) +("toldrian" nil (((t ow l) 1) ((d r iy) 0) ((ax n) 0))) +("tole" nil (((t ow l) 1))) +("toledo" nil (((t ax) 0) ((l iy) 1) ((d ow) 0))) +("tolen" nil (((t ow) 1) ((l ax n) 0))) +("tolentino" nil (((t ow) 1) ((l eh n) 0) ((t iy) 1) ((n ow) 0))) +("toler" nil (((t ow) 1) ((l er) 0))) +("tolerable" nil (((t aa) 1) ((l er) 0) ((ax) 0) ((b ax l) 0))) +("tolerance" nil (((t aa) 1) ((l er) 0) ((ax n s) 0))) +("tolerances" nil (((t aa) 1) ((l er) 0) ((ax n) 0) ((s ih z) 0))) +("tolerant" nil (((t aa) 1) ((l er) 0) ((ax n t) 0))) +("tolerate" nil (((t aa) 1) ((l er) 0) ((ey t) 1))) +("tolerated" nil (((t aa) 1) ((l er) 0) ((ey) 1) ((t ax d) 0))) +("tolerates" nil (((t ao) 1) ((l er) 0) ((ey t s) 1))) +("tolerating" nil (((t aa) 1) ((l er) 0) ((ey) 1) ((t ih ng) 0))) +("toleration" nil (((t aa) 1) ((l er) 0) ((ey) 1) ((sh ax n) 0))) +("toles" nil (((t ow l z) 1))) +("tolhurst" nil (((t ow l) 1) ((hh er s t) 0))) +("tolin" nil (((t ow) 1) ((l ih n) 0))) +("toliver" nil (((t ow) 1) ((l ih) 0) ((v er) 0))) +("toll" nil (((t ow l) 1))) +("tolland" nil (((t aa) 1) ((l ax n d) 0))) +("tollbooth" nil (((t ow l) 1) ((b uw th) 1))) +("tolle" nil (((t aa l) 1))) +("tollefsen" nil (((t aa) 1) ((l ih f) 0) ((s ax n) 0))) +("tollefson" nil (((t aa) 1) ((l ih f) 0) ((s ax n) 0))) +("toller" nil (((t ow) 1) ((l er) 0))) +("tolles" nil (((t ow l z) 1))) +("tolleson" nil (((t aa) 1) ((l ih) 0) ((s ax n) 0))) +("tollett" nil (((t aa) 1) ((l ih t) 0))) +("tolley" nil (((t aa) 1) ((l iy) 0))) +("tolling" nil (((t ow) 1) ((l ih ng) 0))) +("tollison" nil (((t aa) 1) ((l ih) 0) ((s ax n) 0))) +("tolliver" nil (((t ow) 1) ((l ih) 0) ((v er) 0))) +("tolls" nil (((t ow l z) 1))) +("tolly" nil (((t ow) 1) ((l iy) 0))) +("tolman" nil (((t aa l) 1) ((m ax n) 0))) +("tolsma" nil (((t ow l) 1) ((s m ax) 0))) +("tolson" nil (((t ow l) 1) ((s ax n) 0))) +("tolstoy" nil (((t ow l) 1) ((s t oy) 1))) +("tom" nil (((t aa m) 1))) +("toma" nil (((t ow) 1) ((m ax) 0))) +("tomahawk" nil (((t aa) 1) ((m ax) 0) ((hh ao k) 1))) +("tomaino" nil (((t ow) 0) ((m aa) 0) ((iy) 1) ((n ow) 0))) +("tomako" nil (((t ow) 0) ((m aa) 1) ((k ow) 0))) +("toman" nil (((t ow) 1) ((m ax n) 0))) +("tomanek" nil (((t aa) 1) ((m ax) 0) ((n ih k) 0))) +("tomaro" nil (((t ow) 0) ((m aa) 1) ((r ow) 0))) +("tomas" nil (((t ow) 0) ((m aa s) 1))) +("tomasek" nil (((t ax) 0) ((m aa) 1) ((s eh k) 0))) +("tomaselli" nil (((t ow) 0) ((m aa) 0) ((s eh) 1) ((l iy) 0))) +("tomasello" nil (((t ow) 0) ((m aa) 0) ((s eh) 1) ((l ow) 0))) +("tomasetti" nil (((t ow) 0) ((m aa) 0) ((s eh) 1) ((t iy) 0))) +("tomasi" nil (((t ow) 0) ((m aa) 1) ((s iy) 0))) +("tomasic" nil (((t ax) 0) ((m aa) 1) ((s ih k) 0))) +("tomasik" nil (((t ax) 0) ((m aa) 1) ((s ih k) 0))) +("tomasina" nil (((t ao) 1) ((m ax) 0) ((s iy) 1) ((n ax) 0))) +("tomasine" nil (((t ow) 0) ((m aa) 0) ((s iy) 1) ((n iy) 0))) +("tomasini" nil (((t ow) 0) ((m aa) 0) ((s iy) 1) ((n iy) 0))) +("tomasino" nil (((t ow) 0) ((m aa) 0) ((s iy) 1) ((n ow) 0))) +("tomasko" nil (((t ax) 0) ((m aa) 1) ((s k ow) 0))) +("tomaso" nil (((t ow) 0) ((m aa) 1) ((s ow) 0))) +("tomassetti" nil (((t ow) 0) ((m aa) 0) ((s eh) 1) ((t iy) 0))) +("tomassi" nil (((t ow) 0) ((m aa) 1) ((s iy) 0))) +("tomasso" nil (((t ow) 0) ((m aa) 1) ((s ow) 0))) +("tomasulo" nil (((t ow) 0) ((m aa) 0) ((s uw) 1) ((l ow) 0))) +("tomaszewski" nil (((t ax) 0) ((m ax) 0) ((sh eh f) 1) ((s k iy) 0))) +("tomato" nil (((t ax) 0) ((m ey) 1) ((t ow) 0))) +("tomatoes" nil (((t ax) 0) ((m ey) 1) ((t ow z) 0))) +("tomatos" nil (((t ax) 0) ((m ey) 1) ((t ow z) 1))) +("tomayko" nil (((t ax) 0) ((m ay) 1) ((k ow) 0))) +("tomb" nil (((t uw m) 1))) +("tomberlin" nil (((t aa m) 1) ((b er) 0) ((l ih n) 0))) +("tomblike" nil (((t uw m) 1) ((l ay k) 1))) +("tomblin" nil (((t aa m) 1) ((b l ih n) 0))) +("tomboy" nil (((t aa m) 1) ((b oy) 1))) +("tombs" nil (((t uw m z) 1))) +("tombstone" nil (((t uw m) 1) ((s t ow n) 1))) +("tombstones" nil (((t uw m) 1) ((s t ow n z) 1))) +("tomcat" nil (((t aa m) 1) ((k ae t) 1))) +("tomczak" nil (((t aa m) 1) ((ch ae k) 0))) +("tomczyk" nil (((t aa m) 1) ((ch ih k) 0))) +("tome" nil (((t ow m) 1))) +("tomei" nil (((t aa) 1) ((m ay) 0))) +("tomek" nil (((t ow) 1) ((m eh k) 0))) +("tomeo" nil (((t ow) 1) ((m iy) 0) ((ow) 0))) +("tomer" nil (((t ow) 1) ((m er) 0))) +("tomerlin" nil (((t aa) 1) ((m er) 0) ((l ih n) 0))) +("tomes" nil (((t ow m z) 1))) +("tomey" nil (((t ow) 1) ((m iy) 0))) +("tomich" nil (((t aa) 1) ((m ih k) 0))) +("tomiichi" nil (((t ow) 1) ((m iy) 0) ((iy) 1) ((ch iy) 0))) +("tomilson" nil (((t aa) 1) ((m ax l) 0) ((s ax n) 0))) +("tomita" nil (((t ow) 0) ((m iy) 1) ((t ax) 0))) +("tomkiewicz" nil (((t aa m) 1) ((k ax) 0) ((v ih ch) 0))) +("tomkin" nil (((t aa m) 1) ((k ih n) 0))) +("tomkins" nil (((t aa m) 1) ((k ih n z) 0))) +("tomkinson" nil (((t aa m) 1) ((k ih n) 0) ((s ax n) 0))) +("tomko" nil (((t aa m) 1) ((k ow) 0))) +("tomlin" nil (((t aa m) 1) ((l ih n) 0))) +("tomlinson" nil (((t aa m) 1) ((l ih n) 0) ((s ax n) 0))) +("tommie" nil (((t aa) 1) ((m iy) 0))) +("tommy" nil (((t aa) 1) ((m iy) 0))) +("tomorrow" nil (((t ax) 0) ((m aa) 1) ((r ow) 0))) +("tomorrows" nil (((t ax) 0) ((m aa) 1) ((r ow z) 0))) +("tompane" nil (((t aa m) 1) ((p ey n) 1))) +("tompkins" nil (((t aa m p) 1) ((k ih n z) 0))) +("tompkinses" nil (((t aa m p) 1) ((k ih n) 0) ((s ih z) 0))) +("tompson" nil (((t aa m p) 1) ((s ax n) 0))) +("toms" nil (((t aa m z) 1))) +("tomsic" nil (((t aa m) 1) ((s ih k) 0))) +("tomson" nil (((t aa m) 1) ((s ax n) 0))) +("ton" nil (((t ah n) 1))) +("tonal" nil (((t ow) 1) ((n ax l) 0))) +("tonalities" nil (((t ow) 0) ((n ae) 1) ((l ax) 0) ((t iy z) 0))) +("tonality" nil (((t ow) 0) ((n ae) 1) ((l ax) 0) ((t iy) 0))) +("tonawanda" nil (((t aa) 1) ((n ax) 0) ((w aa n) 1) ((d ax) 0))) +("tonda" nil (((t aa n) 1) ((d ax) 0))) +("tondreau" nil (((t ax n) 0) ((d r ow) 1))) +("tone" nil (((t ow n) 1))) +("toned" nil (((t ow n d) 1))) +("tonegawa" nil (((t ow) 1) ((n ih) 0) ((g aa) 1) ((w ax) 0))) +("tonelli" nil (((t ow) 0) ((n eh) 1) ((l iy) 0))) +("toner" nil (((t ow) 1) ((n er) 0))) +("tones" nil (((t ow n z) 1))) +("toney" nil (((t ow) 1) ((n iy) 0))) +("tong" nil (((t ao ng) 1))) +("tonge" nil (((t aa n jh) 1))) +("tongchuan" nil (((t ow ng) 1) ((ch w aa n) 1))) +("tonghua" nil (((t ow ng) 1) ((hh w aa) 1))) +("tongkang" nil (((t ao ng) 1) ((k aa ng) 0))) +("tongliao" nil (((t ow ng) 1) ((l y aw) 1))) +("tongling" nil (((t ow ng) 1) ((l iy ng) 1))) +("tongs" nil (((t aa ng z) 1))) +("tongue" nil (((t ah ng) 1))) +("tongued" nil (((t ah ng d) 1))) +("tongues" nil (((t ah ng z) 1))) +("tongxin" nil (((t ow ng) 1) ((sh iy n) 1))) +("tongyi" nil (((t ow ng) 1) ((y iy) 1))) +("toni" nil (((t ow) 1) ((n iy) 0))) +("tonia" nil (((t ow) 1) ((n iy) 0) ((ax) 0))) +("tonic" nil (((t aa) 1) ((n ih k) 0))) +("tonics" nil (((t aa) 1) ((n ih k s) 0))) +("tonie" nil (((t ow) 1) ((n iy) 0))) +("toniest" nil (((t ow) 0) ((n iy s t) 1))) +("tonight" nil (((t ax) 0) ((n ay t) 1))) +("toning" nil (((t ow) 1) ((n ih ng) 0))) +("tonini" nil (((t ow) 0) ((n iy) 1) ((n iy) 0))) +("tonite" nil (((t ax) 0) ((n ay t) 1))) +("tonjes" nil (((t ow) 1) ((n y eh s) 0))) +("tonk" nil (((t ao ng k) 1))) +("tonka" nil (((t aa ng) 1) ((k ax) 0))) +("tonkin" nil (((t aa ng) 1) ((k ih n) 0))) +("tonkovich" nil (((t aa ng) 1) ((k ax) 0) ((v ih ch) 0))) +("tonks" nil (((t aa ng k s) 1))) +("tonn" nil (((t aa n) 1))) +("tonnage" nil (((t ah) 1) ((n ax jh) 0))) +("tonnages" nil (((t ah) 1) ((n ax) 0) ((jh ax z) 0))) +("tonne" nil (((t ah n) 1))) +("tonner" nil (((t ah) 1) ((n er) 0))) +("tonnes" nil (((t ah n z) 1))) +("tonnesen" nil (((t ah n) 1) ((s ax n) 0))) +("tons" nil (((t ah n z) 1))) +("tonsillectomies" nil (((t aa n) 1) ((s ih) 0) ((l eh k) 1) ((t ax) 0) ((m iy z) 0))) +("tonsillectomy" nil (((t aa n) 1) ((s ih) 0) ((l eh k) 1) ((t ax) 0) ((m iy) 0))) +("tonsils" nil (((t aa n) 1) ((s ax l z) 0))) +("tonti" nil (((t aa n) 1) ((t iy) 0))) +("tonton" nil (((t aa n) 1) ((t ax n) 0))) +("tontons" nil (((t aa n) 1) ((t ax n z) 0))) +("tony" nil (((t ow) 1) ((n iy) 0))) +("tonya" nil (((t aa) 1) ((n y ax) 0))) +("tonyes" nil (((t ow) 1) ((n y ax z) 0))) +("too" nil (((t uw) 1))) +("toobin" nil (((t uw) 1) ((b ax n) 0))) +("toogood" nil (((t uw) 1) ((g uh d) 1))) +("toohey" nil (((t uw) 1) ((iy) 0))) +("took" nil (((t uh k) 1))) +("tooke" nil (((t uh k) 1))) +("tooker" nil (((t uh) 1) ((k er) 0))) +("tookes" nil (((t uh k s) 1))) +("tool" nil (((t uw l) 1))) +("toolan" nil (((t uw) 1) ((l ax n) 0))) +("toole" nil (((t uw l) 1))) +("tooled" nil (((t uw l d) 1))) +("tooley" nil (((t uw) 1) ((l iy) 0))) +("tooling" nil (((t uw) 1) ((l ih ng) 0))) +("toolmakers" nil (((t uw l) 1) ((m ey) 1) ((k er z) 0))) +("toolroom" nil (((t uw l) 1) ((r uw m) 1))) +("tools" nil (((t uw l z) 1))) +("toolworks" nil (((t uw l) 1) ((w er k s) 1))) +("tooman" nil (((t uw) 1) ((m ax n) 0))) +("toombs" nil (((t uw m z) 1))) +("toomer" nil (((t uw) 1) ((m er) 0))) +("toomey" nil (((t uw) 1) ((m iy) 0))) +("toon" nil (((t uw n) 1))) +("toone" nil (((t uw n) 1))) +("toops" nil (((t uw p s) 1))) +("toot" nil (((t uw t) 1))) +("tootal" nil (((t uw) 1) ((t ax l) 0))) +("tooth" nil (((t uw th) 1))) +("toothache" nil (((t uw) 1) ((th ey k) 2))) +("toothaker" nil (((t uw) 1) ((th ax) 0) ((k er) 0))) +("toothbrush" nil (((t uw th) 1) ((b r ax sh) 0))) +("toothbrushes" nil (((t uw th) 1) ((b r ah) 1) ((sh ih z) 0))) +("toothed" nil (((t uw th t) 1))) +("toothless" nil (((t uw th) 1) ((l ax s) 0))) +("toothlike" nil (((t uw th) 1) ((l ay k) 1))) +("toothman" nil (((t uw th) 1) ((m ax n) 0))) +("toothpaste" nil (((t uw th) 1) ((p ey s t) 1))) +("toothpastes" nil (((t uw th) 1) ((p ey s t s) 1))) +("toothpick" nil (((t uw th) 1) ((p ih k) 1))) +("toothpicks" nil (((t uw th) 1) ((p ih k s) 1))) +("toothy" nil (((t uw) 1) ((th iy) 0))) +("tootle" nil (((t uw) 1) ((t ax l) 0))) +("toots" nil (((t uw t s) 1))) +("tootsie" nil (((t uw t) 1) ((s iy) 1))) +("top" nil (((t aa p) 1))) +("topalian" nil (((t ax) 0) ((p ey) 1) ((l iy) 0) ((ax n) 0))) +("topaz" nil (((t ow) 1) ((p ae z) 1))) +("tope" nil (((t ow p) 1))) +("topeka" nil (((t ax) 0) ((p iy) 1) ((k ax) 0))) +("topel" nil (((t ow) 1) ((p ax l) 0))) +("topete" nil (((t aa) 1) ((p iy t) 0))) +("topham" nil (((t aa) 1) ((f ax m) 0))) +("topiary" nil (((t ow) 1) ((p iy) 0) ((eh) 1) ((r iy) 0))) +("topic" nil (((t aa) 1) ((p ih k) 0))) +("topical" nil (((t aa) 1) ((p ax) 0) ((k ax l) 0))) +("topics" nil (((t aa) 1) ((p ih k s) 0))) +("topix" nil (((t ow) 1) ((p ih k s) 1))) +("topkapi" nil (((t aa p) 1) ((k aa) 1) ((p iy) 0))) +("topknot" nil (((t aa p) 1) ((n aa t) 1))) +("topless" nil (((t aa) 1) ((p l ax s) 0))) +("topliff" nil (((t aa) 1) ((p l ih f) 0))) +("topographic" nil (((t aa) 1) ((p ax) 0) ((g r ae) 1) ((f ih k) 0))) +("topography" nil (((t ax) 0) ((p aa) 1) ((g r ax) 0) ((f iy) 0))) +("topol" nil (((t ow) 1) ((p aa l) 0))) +("topolski" nil (((t ax) 0) ((p ow l) 1) ((s k iy) 0))) +("topor" nil (((t aa) 1) ((p er) 0))) +("topp" nil (((t aa p) 1))) +("topped" nil (((t aa p t) 1))) +("topper" nil (((t aa) 1) ((p er) 0))) +("toppers" nil (((t aa) 1) ((p er z) 0))) +("toppin" nil (((t aa) 1) ((p ih n) 0))) +("topping" nil (((t aa) 1) ((p ih ng) 0))) +("toppings" nil (((t aa) 1) ((p ih ng z) 0))) +("toppins" nil (((t aa) 1) ((p ih n z) 0))) +("topple" nil (((t aa) 1) ((p ax l) 0))) +("toppled" nil (((t aa) 1) ((p ax l d) 0))) +("topples" nil (((t aa) 1) ((p ax l z) 0))) +("toppling" nil (((t aa) 1) ((p ax) 0) ((l ih ng) 0))) +("topps" nil (((t aa p s) 1))) +("tops" nil (((t aa p s) 1))) +("topsoil" nil (((t aa p) 1) ((s oy l) 1))) +("topsy" nil (((t aa p) 1) ((s iy) 0))) +("toquepala" nil (((t aa) 1) ((k w eh) 0) ((p aa) 1) ((l ax) 0))) +("tor" nil (((t ao r) 1))) +("torah" nil (((t ao) 1) ((r ax) 0))) +("torain" nil (((t er) 0) ((ey n) 1))) +("torald" nil (((t ao) 1) ((r ax l d) 0))) +("toran" nil (((t ao) 0) ((r aa n) 1))) +("toray" nil (((t ao) 0) ((r ey) 1))) +("torbeck" nil (((t ao r) 1) ((b eh k) 0))) +("torbert" nil (((t ao r) 1) ((b er t) 0))) +("torbett" nil (((t ao r) 1) ((b ih t) 0))) +("torch" nil (((t ao r ch) 1))) +("torched" nil (((t ao r ch t) 1))) +("torches" nil (((t ao r) 1) ((ch ih z) 0))) +("torchia" nil (((t ao r) 1) ((k iy) 0) ((ax) 0))) +("torchmark" nil (((t ao r ch) 1) ((m aa r k) 1))) +("tordella" nil (((t ao r) 1) ((d eh) 1) ((l ax) 0))) +("tore" nil (((t ao r) 1))) +("torell" nil (((t ao) 0) ((r eh l) 1))) +("torelli" nil (((t ao) 0) ((r eh) 1) ((l iy) 0))) +("torello" nil (((t ao) 0) ((r eh) 1) ((l ow) 0))) +("toren" nil (((t ao) 1) ((r ax n) 0))) +("torey" nil (((t ao) 1) ((r iy) 0))) +("torgersen" nil (((t ao r) 1) ((g er) 0) ((s ax n) 0))) +("torgerson" nil (((t ao r) 1) ((g er) 0) ((s ax n) 0))) +("torgeson" nil (((t ao r) 1) ((g ih) 0) ((s ax n) 0))) +("torian" nil (((t ao) 1) ((r iy) 0) ((ax n) 0))) +("toribio" nil (((t ao) 0) ((r iy) 1) ((b iy) 0) ((ow) 0))) +("tories" nil (((t ao) 1) ((r iy z) 0))) +("torino" nil (((t ao) 0) ((r iy) 1) ((n ow) 0))) +("torkelson" nil (((t ao r) 1) ((k ih l) 0) ((s ax n) 0))) +("torley" nil (((t ao r) 1) ((l iy) 0))) +("torma" nil (((t ao r) 1) ((m ax) 0))) +("torme" nil (((t ao r m) 1))) +("torment" n (((t ao r) 1) ((m eh n t) 0))) +("torment" v (((t ao r) 0) ((m eh n t) 1))) +("tormenta" nil (((t ao r) 1) ((m eh n) 1) ((t ax) 0))) +("tormented" nil (((t ao r) 1) ((m eh n) 1) ((t ih d) 0))) +("tormentors" nil (((t ao r) 1) ((m eh n) 1) ((t er z) 0))) +("torments" n (((t ao r) 1) ((m eh n t s) 1))) +("torments" v (((t ao r) 0) ((m eh n t s) 1))) +("tormey" nil (((t ao r) 1) ((m iy) 0))) +("torn" nil (((t ao r n) 1))) +("tornabene" nil (((t ao r) 0) ((n aa) 0) ((b eh) 1) ((n ax) 0))) +("tornado" nil (((t ao r) 0) ((n ey) 1) ((d ow) 1))) +("tornadoes" nil (((t ao r) 0) ((n ey) 1) ((d ow z) 0))) +("tornados" nil (((t ao r) 0) ((n ey) 1) ((d ow z) 1))) +("tornatore" nil (((t ao r) 0) ((n aa) 0) ((t ao) 1) ((r iy) 0))) +("torney" nil (((t ao r) 1) ((n iy) 0))) +("torno" nil (((t ao r) 1) ((n ow) 0))) +("tornow" nil (((t ao r) 1) ((n ow) 0))) +("tornquist" nil (((t ao r n) 1) ((k w ih s t) 0))) +("toro" nil (((t ao) 1) ((r ow) 0))) +("torok" nil (((t ao) 1) ((r ax k) 0))) +("toronado" nil (((t ao) 1) ((r ax) 0) ((n aa) 1) ((d ow) 0))) +("toronto" nil (((t er) 0) ((aa n) 1) ((t ow) 0))) +("torosian" nil (((t er) 0) ((aa) 1) ((zh ih n) 0))) +("torp" nil (((t ao r p) 1))) +("torpedo" nil (((t ao r) 0) ((p iy) 1) ((d ow) 1))) +("torpedoed" nil (((t ao r) 0) ((p iy) 1) ((d ow d) 1))) +("torpedoes" nil (((t ao r) 0) ((p iy) 1) ((d ow z) 0))) +("torpedoing" nil (((t ao r) 0) ((p iy) 1) ((d ow) 1) ((ih ng) 0))) +("torpedos" nil (((t ao r) 0) ((p iy) 1) ((d ow z) 1))) +("torpey" nil (((t ao r) 1) ((p iy) 0))) +("torpid" nil (((t ao r) 1) ((p ax d) 0))) +("torpor" nil (((t ao r) 1) ((p er) 0))) +("torque" nil (((t ao r k) 1))) +("torr" nil (((t ao r) 1))) +("torrance" nil (((t ao) 1) ((r ax n s) 0))) +("torras" nil (((t ao) 1) ((r ax s) 0))) +("torray" nil (((t ao) 1) ((r ey) 0))) +("torre" nil (((t ao r) 1))) +("torregrossa" nil (((t ao) 0) ((r eh) 0) ((g r ow) 1) ((s ax) 0))) +("torrejon" nil (((t ao) 1) ((r ax) 0) ((jh aa n) 0))) +("torrence" nil (((t ao) 1) ((r ax n s) 0))) +("torrens" nil (((t ao) 1) ((r ax n z) 0))) +("torrent" nil (((t ao) 1) ((r ax n t) 0))) +("torrential" nil (((t ao) 0) ((r eh n) 1) ((ch ax l) 0))) +("torrents" nil (((t ao) 1) ((r ax n t s) 0))) +("torrenzano" nil (((t ao) 1) ((r eh n) 0) ((z aa) 1) ((n ow) 0))) +("torreon" nil (((t ao) 1) ((r iy) 0) ((ax n) 0))) +("torres" nil (((t ao) 1) ((r eh z) 1))) +("torrey" nil (((t ao) 1) ((r iy) 0))) +("torrez" nil (((t ao) 0) ((r eh z) 1))) +("torricelli" nil (((t ao) 1) ((r ih) 0) ((s eh) 1) ((l iy) 0))) +("torrid" nil (((t ao) 1) ((r ax d) 0))) +("torrijos" nil (((t ao) 0) ((r iy) 1) ((ow s) 0))) +("torrington" nil (((t ao) 1) ((r ih ng) 0) ((t ax n) 0))) +("torrisi" nil (((t ao) 0) ((r iy) 1) ((s iy) 0))) +("torry" nil (((t ao) 1) ((r iy) 0))) +("torsiello" nil (((t ao r) 0) ((s iy) 0) ((eh) 1) ((l ow) 0))) +("torso" nil (((t ao r) 1) ((s ow) 1))) +("torsos" nil (((t ao r) 1) ((s ow z) 1))) +("torstar" nil (((t ao r) 1) ((s t aa r) 1))) +("torsten" nil (((t ao r) 1) ((s t ax n) 0))) +("tort" nil (((t ao r t) 1))) +("torti" nil (((t ao r) 1) ((t iy) 0))) +("tortilla" nil (((t ao r) 0) ((t iy) 1) ((ax) 0))) +("tortillas" nil (((t ao r) 1) ((t iy) 1) ((ax z) 0))) +("tortoise" nil (((t ao r) 1) ((t ax s) 0))) +("tortoises" nil (((t ao r) 1) ((t ax) 0) ((s ax z) 0))) +("tortora" nil (((t ao r) 0) ((t ao) 1) ((r ax) 0))) +("tortorella" nil (((t ao r) 0) ((t ao) 0) ((r eh) 1) ((l ax) 0))) +("tortorelli" nil (((t ao r) 0) ((t ao) 0) ((r eh) 1) ((l iy) 0))) +("tortorello" nil (((t ao r) 0) ((t ao) 0) ((r eh) 1) ((l ow) 0))) +("tortorice" nil (((t ao r) 0) ((t ao) 1) ((r ih s) 0))) +("tortorici" nil (((t ao r) 0) ((t ao) 0) ((r iy) 1) ((ch iy) 0))) +("tortoriello" nil (((t ao r) 0) ((t ao) 0) ((r iy) 0) ((eh) 1) ((l ow) 0))) +("torts" nil (((t ao r t s) 1))) +("tortuous" nil (((t ao r) 1) ((ch ax) 0) ((w ax s) 0))) +("torture" nil (((t ao r) 1) ((ch er) 0))) +("tortured" nil (((t ao r) 1) ((ch er d) 0))) +("tortures" nil (((t ao r) 1) ((ch er z) 0))) +("torturing" nil (((t ao r) 1) ((ch er) 0) ((ih ng) 0))) +("torturous" n (((t ao r) 1) ((t y ax s) 0))) +("toru" nil (((t ao) 1) ((r uw) 0))) +("torumi" nil (((t ao) 1) ((r uw) 1) ((m iy) 0))) +("tory" nil (((t ao) 1) ((r iy) 0))) +("tosca" nil (((t ao) 1) ((s k ax) 0))) +("toscanini" nil (((t ao) 1) ((s k ax) 0) ((n iy) 1) ((n iy) 0))) +("toscano" nil (((t ow) 0) ((s k aa) 1) ((n ow) 0))) +("tosch" nil (((t ao sh) 1))) +("tosco" nil (((t ao) 1) ((s k ow) 0))) +("tosh" nil (((t aa sh) 1))) +("toshiba" nil (((t ow) 0) ((sh iy) 1) ((b ax) 0))) +("toshiharu" nil (((t ow) 1) ((sh ih) 0) ((hh aa) 1) ((r uw) 0))) +("toshihiko" nil (((t ow) 1) ((sh ih) 0) ((hh iy) 1) ((k ow) 0))) +("toshiki" nil (((t ow) 0) ((sh iy) 1) ((k iy) 0))) +("toshio" nil (((t ow) 0) ((sh iy) 1) ((ow) 0))) +("toshiyuki" nil (((t ow) 1) ((sh ih) 0) ((y uw) 1) ((k iy) 0))) +("tosi" nil (((t ow) 1) ((s iy) 0))) +("toso" nil (((t ow) 1) ((s ow) 0))) +("toss" nil (((t ao s) 1))) +("tossed" nil (((t ao s t) 1))) +("tosses" nil (((t ao) 1) ((s ih z) 0))) +("tossing" nil (((t ao) 1) ((s ih ng) 0))) +("tostado" nil (((t ow) 0) ((s t aa) 1) ((d ow) 0))) +("toste" nil (((t ow s t) 1))) +("tostenson" nil (((t aa) 1) ((s t ih n) 0) ((s ax n) 0))) +("tosti" nil (((t ao) 1) ((s t iy) 0))) +("tosto" nil (((t ow) 1) ((s t ow) 0))) +("tot" nil (((t aa t) 1))) +("tota" nil (((t ow) 1) ((t ax) 0))) +("total" nil (((t ow) 1) ((t ax l) 0))) +("totaled" nil (((t ow) 1) ((t ax l d) 0))) +("totaling" nil (((t ow) 1) ((t ax) 0) ((l ih ng) 0))) +("totalitarian" nil (((t ow) 1) ((t ae) 1) ((l ih) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("totalitarianism" nil (((t ow) 1) ((t ae) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0) ((ax) 0) ((n ih) 1) ((z ax m) 0))) +("totalitarians" nil (((t ow) 0) ((t ae) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0) ((ax n z) 0))) +("totality" nil (((t ow) 0) ((t ae) 1) ((l ax) 0) ((t iy) 0))) +("totalled" nil (((t ow) 1) ((t ax l d) 0))) +("totalling" nil (((t ow) 1) ((t ax) 0) ((l ih ng) 0))) +("totally" nil (((t ow) 1) ((t ax) 0) ((l iy) 0))) +("totals" nil (((t ow) 1) ((t ax l z) 0))) +("totaro" nil (((t ow) 0) ((t aa) 1) ((r ow) 0))) +("tote" nil (((t ow t) 1))) +("toted" nil (((t ow) 1) ((t ih d) 0))) +("totem" nil (((t ow) 1) ((t ax m) 0))) +("totems" nil (((t ow) 1) ((t ax m z) 0))) +("totenberg" nil (((t ow) 1) ((t ax n) 0) ((b er g) 0))) +("totes" nil (((t ow t s) 1))) +("toth" nil (((t aa th) 1))) +("toth" nil (((t ow th) 1))) +("totherow" nil (((t ah) 1) ((dh er) 0) ((ow) 0))) +("toti" nil (((t ow) 1) ((t iy) 0))) +("toting" nil (((t ow) 1) ((t ih ng) 0))) +("totman" nil (((t aa t) 1) ((m ax n) 0))) +("toto" nil (((t ow) 1) ((t ow) 0))) +("tots" nil (((t aa t s) 1))) +("totten" nil (((t aa) 1) ((t ax n) 0))) +("tottering" nil (((t aa) 1) ((t er) 0) ((ih ng) 0))) +("totton" nil (((t aa) 1) ((t ax n) 0))) +("totty" nil (((t aa) 1) ((t iy) 0))) +("totzke" nil (((t aa t z k) 1))) +("tou" nil (((t ow) 1))) +("touareg" nil (((t uw) 1) ((er) 0) ((ax g) 0))) +("touch" nil (((t ah ch) 1))) +("touchdown" nil (((t ah ch) 1) ((d aw n) 1))) +("touchdowns" nil (((t ah ch) 1) ((d aw n z) 1))) +("touche" nil (((t uw sh) 1))) +("touched" nil (((t ah ch t) 1))) +("touches" nil (((t ah) 1) ((ch ax z) 0))) +("touchet" nil (((t uw) 0) ((sh eh t) 1))) +("touchette" nil (((t uw) 1) ((sh eh t) 1))) +("touching" nil (((t ah) 1) ((ch ih ng) 0))) +("touchingly" n (((t ah) 1) ((ch ax ng) 0) ((l iy) 0))) +("touchstone" nil (((t ah ch) 1) ((s t ow n) 1))) +("touchton" nil (((t ah ch) 1) ((t ax n) 0))) +("touchy" nil (((t ah) 1) ((ch iy) 0))) +("toufexis" nil (((t uw) 1) ((f eh k) 1) ((s ih s) 0))) +("tougaloo" nil (((t uw) 1) ((g ax) 0) ((l uw) 1))) +("tougas" nil (((t ah) 1) ((g ax z) 0))) +("tough" nil (((t ah f) 1))) +("toughed" nil (((t ah f t) 1))) +("toughen" nil (((t ah) 1) ((f ax n) 0))) +("toughened" nil (((t ah) 1) ((f ax n d) 0))) +("toughening" nil (((t ah) 1) ((f ax) 0) ((n ih ng) 0))) +("toughens" nil (((t ah) 1) ((f ax n z) 0))) +("tougher" nil (((t ah) 1) ((f er) 0))) +("toughest" nil (((t ah) 1) ((f ax s t) 0))) +("toughness" nil (((t ah f) 1) ((n ax s) 0))) +("toughs" nil (((t ah f s) 1))) +("touhey" nil (((t ah) 1) ((hh iy) 0))) +("toulouse" nil (((t uw) 0) ((l uw z) 1))) +("toupee" nil (((t uw) 1) ((p ey) 1))) +("toupin" nil (((t uw) 1) ((p ih n) 0))) +("toups" nil (((t uw p s) 1))) +("tour" nil (((t uh r) 1))) +("tourangeau" nil (((t uh) 1) ((r ey ng) 0) ((g ow) 0))) +("toured" nil (((t uh r d) 1))) +("touretzky" nil (((t er) 0) ((eh t) 1) ((s k iy) 0))) +("tourigny" nil (((t uh) 1) ((r ay) 0) ((n iy) 0))) +("touring" nil (((t uh) 1) ((r ih ng) 0))) +("tourism" nil (((t uh) 1) ((r ih) 2) ((z ax m) 0))) +("tourist" nil (((t uh) 1) ((r ax s t) 0))) +("tourists" nil (((t uh) 1) ((r ax s t s) 0))) +("tourmaline" nil (((t uh r) 1) ((m ax) 0) ((l iy n) 1))) +("tournament" nil (((t uh r) 1) ((n ax) 0) ((m ax n t) 0))) +("tournaments" nil (((t er) 1) ((n ax) 0) ((m ax n t s) 0))) +("tourney" nil (((t er) 1) ((n iy) 0))) +("tourneys" nil (((t uw r) 1) ((n iy z) 0))) +("touro" nil (((t uw) 1) ((r ow) 0))) +("tours" nil (((t uh r z) 1))) +("tourtelot" nil (((t uh r) 1) ((t ax) 0) ((l aa t) 0))) +("tourville" nil (((t uh r) 1) ((v ih l) 0))) +("tousey" nil (((t ah) 1) ((s iy) 0))) +("tousignant" nil (((t uw) 1) ((s ih g) 0) ((n ax n t) 0))) +("tousled" n (((t ao) 1) ((s ax l d) 0))) +("tousley" nil (((t ah) 1) ((s l iy) 0))) +("toussaint" nil (((t uw) 0) ((s ae n) 1))) +("toussie" nil (((t uw) 1) ((s iy) 0))) +("tout" nil (((t aw t) 1))) +("toutant" nil (((t uw) 0) ((t ao n t) 1))) +("touted" nil (((t aw) 1) ((t ih d) 0))) +("touting" nil (((t aw) 1) ((t ih ng) 0))) +("touts" nil (((t aw t s) 1))) +("touvier" nil (((t uw) 1) ((v iy) 0) ((ey) 1))) +("tovar" nil (((t ow) 0) ((v aa r) 1))) +("tovaz" nil (((t ow) 1) ((v aa z) 1))) +("tovey" nil (((t ow) 1) ((v iy) 0))) +("tow" nil (((t ow) 1))) +("toward" nil (((t ax) 0) ((w ao r d) 1))) +("towards" nil (((t ax) 0) ((w ao r d z) 1))) +("towbin" nil (((t ow) 1) ((b ih n) 1))) +("towboat" nil (((t ow) 1) ((b ow t) 1))) +("towe" nil (((t ow) 1))) +("towed" nil (((t ow d) 1))) +("towel" nil (((t aw) 1) ((ax l) 0))) +("toweling" nil (((t aw) 1) ((ax) 0) ((l ih ng) 0))) +("towell" nil (((t aa) 1) ((w eh l) 0))) +("towels" nil (((t aw) 1) ((ax l z) 0))) +("tower" nil (((t aw) 1) ((er) 0))) +("towered" nil (((t aw) 1) ((er d) 0))) +("towering" nil (((t aw) 1) ((er) 0) ((ih ng) 0))) +("towers" nil (((t aw) 1) ((er z) 0))) +("towery" nil (((t ow) 0) ((er) 1) ((iy) 0))) +("towey" nil (((t ow) 1) ((iy) 0))) +("towing" nil (((t ow) 1) ((ih ng) 0))) +("towle" nil (((t aw l) 1))) +("towler" nil (((t ow) 1) ((l er) 0))) +("towles" nil (((t ow) 1) ((ax l z) 0))) +("town" nil (((t aw n) 1))) +("towne" nil (((t aw n) 1))) +("towner" nil (((t aw) 1) ((n er) 0))) +("towners" nil (((t aw) 1) ((n er z) 0))) +("townes" nil (((t aw n z) 1))) +("townhouse" nil (((t aw n) 1) ((hh aw s) 1))) +("townhouses" nil (((t aw n) 1) ((hh aw) 1) ((s ih z) 0))) +("townley" nil (((t aw n) 1) ((l iy) 0))) +("towns" nil (((t aw n z) 1))) +("townsel" nil (((t aw n) 1) ((s ax l) 0))) +("townsell" nil (((t aw n) 1) ((s ax l) 0))) +("townsend" nil (((t aw n) 1) ((z ax n d) 0))) +("townsfolk" nil (((t aw n z) 1) ((f ow k) 1))) +("township" nil (((t aw n) 1) ((sh ih p) 0))) +("townships" nil (((t aw n) 1) ((sh ih p s) 0))) +("townsley" nil (((t aw n) 1) ((s l iy) 0))) +("townsman" nil (((t aw n z) 1) ((m ax n) 0))) +("townson" nil (((t aw n) 1) ((s ax n) 0))) +("townspeople" nil (((t aw n z) 1) ((p iy) 1) ((p ax l) 0))) +("towry" nil (((t ao) 1) ((r iy) 0))) +("tows" nil (((t ow z) 1))) +("towsley" nil (((t ow) 1) ((s l iy) 0))) +("towson" nil (((t ow) 1) ((s ax n) 0))) +("toxic" nil (((t aa k) 1) ((s ih k) 0))) +("toxicity" nil (((t aa k) 0) ((s ih) 1) ((s ax) 0) ((t iy) 0))) +("toxicological" nil (((t aa k) 1) ((s ax) 0) ((k ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("toxicologist" nil (((t aa k) 1) ((s ih) 0) ((k aa) 1) ((l ax) 0) ((jh ih s t) 0))) +("toxicologists" nil (((t aa k) 1) ((s ih) 0) ((k aa) 1) ((l ax) 0) ((jh ih s t s) 0))) +("toxicology" nil (((t aa k) 1) ((s ih) 0) ((k aa) 1) ((l ax) 0) ((jh iy) 0))) +("toxics" nil (((t aa k) 1) ((s ih k s) 0))) +("toxin" nil (((t aa k) 1) ((s ax n) 0))) +("toxins" nil (((t aa k) 1) ((s ax n z) 0))) +("toy" nil (((t oy) 1))) +("toyama" nil (((t ow) 0) ((y aa) 1) ((m ax) 0))) +("toye" nil (((t oy) 1))) +("toyed" nil (((t oy d) 1))) +("toying" nil (((t oy) 1) ((ih ng) 0))) +("toyko" nil (((t oy) 1) ((k ow) 0))) +("toymaker" nil (((t oy) 1) ((m ey) 1) ((k er) 0))) +("toyo" nil (((t ow) 1) ((y ow) 0))) +("toyobo" nil (((t ow) 0) ((y ow) 1) ((b ow) 0))) +("toyoda" nil (((t ow) 0) ((y ow) 1) ((d ax) 0))) +("toyoo" nil (((t oy) 0) ((uw) 1))) +("toyota" nil (((t ow) 0) ((y ow) 1) ((t ax) 0))) +("toyotas" nil (((t oy) 1) ((ow) 1) ((t ax z) 0))) +("toys" nil (((t oy z) 1))) +("toystores" nil (((t oy) 1) ((s t ao r z) 1))) +("tozer" nil (((t ow) 1) ((z er) 0))) +("tozier" nil (((t ow) 1) ((z iy) 0) ((er) 0))) +("tozzi" nil (((t aa) 1) ((z iy) 0))) +("tpu" nil (((t iy) 1) ((p iy) 1) ((y uw) 1))) +("tra" nil (((t r ax) 0))) +("Trabant" n (((t r ax) 0) ((b aa n t) 1))) +("Trabants" n (((t r ax) 0) ((b aa n t z) 1))) +("traber" nil (((t r ey) 1) ((b er) 0))) +("trabert" nil (((t r ae) 1) ((b er t) 0))) +("trabucco" nil (((t r aa) 0) ((b uw) 1) ((k ow) 0))) +("trabue" nil (((t r aa) 1) ((b w eh) 0))) +("trac" nil (((t r ae k) 1))) +("trace" nil (((t r ey s) 1))) +("traceable" nil (((t r ey) 1) ((s ax) 0) ((b ax l) 0))) +("traced" nil (((t r ey s t) 1))) +("tracer" nil (((t r ey) 1) ((s er) 0))) +("tracers" nil (((t r ey) 1) ((s er z) 0))) +("traces" nil (((t r ey) 1) ((s ax z) 0))) +("tracey" nil (((t r ey) 1) ((s iy) 0))) +("trachea" nil (((t r ey) 1) ((k iy) 0) ((ax) 0))) +("tracheophytes" nil (((t r ey) 1) ((k iy) 0) ((ax) 0) ((f ay t s) 0))) +("trachsel" nil (((t r ae k) 1) ((s ax l) 0))) +("tracht" nil (((t r ae k t) 1))) +("trachtenberg" nil (((t r ae k) 1) ((t ax n) 0) ((b er g) 0))) +("tracie" nil (((t r ey) 1) ((s iy) 0))) +("tracinda" nil (((t r ax) 0) ((s ih n) 1) ((d ax) 0))) +("tracing" nil (((t r ey) 1) ((s ih ng) 0))) +("track" nil (((t r ae k) 1))) +("trackage" nil (((t r ae) 1) ((k ih jh) 0))) +("trackballs" nil (((t r ae k) 1) ((b ao l z) 1))) +("tracked" nil (((t r ae k t) 1))) +("tracker" nil (((t r ae) 1) ((k er) 0))) +("trackers" nil (((t r ae) 1) ((k er z) 0))) +("tracking" nil (((t r ae) 1) ((k ih ng) 0))) +("tracks" nil (((t r ae k s) 1))) +("tracor" nil (((t r ey) 1) ((s er) 0))) +("tract" nil (((t r ae k t) 1))) +("tractable" nil (((t r ae k) 1) ((t ax) 0) ((b ax l) 0))) +("tractebel" nil (((t r ae k) 1) ((t ax) 0) ((b ax l) 0))) +("traction" nil (((t r ae k) 1) ((sh ax n) 0))) +("tractor" nil (((t r ae k) 1) ((t er) 0))) +("tractors" nil (((t r ae k) 1) ((t er z) 0))) +("tracts" nil (((t r ae k t s) 1))) +("tracy" nil (((t r ey) 1) ((s iy) 0))) +("tracz" nil (((t r aa ch) 1))) +("traczyk" nil (((t r aa) 1) ((ch ih k) 1))) +("tradable" nil (((t r ey) 1) ((d ax) 0) ((b ax l) 0))) +("trade" nil (((t r ey d) 1))) +("tradeable" nil (((t r ey) 1) ((d ax) 0) ((b ax l) 0))) +("traded" nil (((t r ey) 1) ((d ih d) 0))) +("trademark" nil (((t r ey d) 1) ((m aa r k) 1))) +("trademarked" nil (((t r ey d) 1) ((m aa r k t) 1))) +("trademarks" nil (((t r ey d) 1) ((m aa r k s) 1))) +("tradeoff" nil (((t r ey) 1) ((d ao f) 1))) +("tradeoffs" nil (((t r ey) 1) ((d ao f s) 1))) +("trader" nil (((t r ey) 1) ((d er) 0))) +("traders" nil (((t r ey) 1) ((d er z) 0))) +("trades" nil (((t r ey d z) 1))) +("tradesmen" nil (((t r ey d z) 1) ((m ax n) 0))) +("trading" nil (((t r ey) 1) ((d ih ng) 0))) +("tradings" nil (((t r ey) 1) ((d ih ng z) 0))) +("tradition" nil (((t r ax) 0) ((d ih) 1) ((sh ax n) 0))) +("traditional" nil (((t r ax) 0) ((d ih) 1) ((sh ax) 0) ((n ax l) 0))) +("traditionalist" nil (((t r ax) 0) ((d ih) 1) ((sh ax) 0) ((n ax) 0) ((l ih s t) 0))) +("traditionalists" nil (((t r ax) 0) ((d ih) 1) ((sh n ax) 0) ((l ax s t s) 0))) +("traditionally" nil (((t r ax) 0) ((d ih) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("traditions" nil (((t r ax) 0) ((d ih) 1) ((sh ax n z) 0))) +("traeger" nil (((t r eh) 1) ((g er) 0))) +("traer" nil (((t r eh r) 1))) +("trafalgar" nil (((t r ax) 0) ((f ae l) 1) ((g er) 0))) +("traffic" nil (((t r ae) 1) ((f ih k) 0))) +("trafficker" nil (((t r ae) 1) ((f ih) 0) ((k er) 0))) +("traffickers" nil (((t r ae) 1) ((f ih) 0) ((k er z) 0))) +("trafficking" nil (((t r ae) 1) ((f ih) 0) ((k ih ng) 0))) +("trafford" nil (((t r ae) 1) ((f er d) 0))) +("traficant" nil (((t r ae) 1) ((f ih) 0) ((k ax n t) 0))) +("traficante" nil (((t r aa) 0) ((f iy) 0) ((k aa n) 1) ((t iy) 0))) +("trafillio" nil (((t r ax) 0) ((f iy) 1) ((l iy) 0) ((ow) 0))) +("trafton" nil (((t r ae f) 1) ((t ax n) 0))) +("tragedies" nil (((t r ae) 1) ((jh ax) 0) ((d iy z) 0))) +("tragedy" nil (((t r ae) 1) ((jh ax) 0) ((d iy) 0))) +("trager" nil (((t r ey) 1) ((g er) 0))) +("trageser" nil (((t r ae) 1) ((g iy) 0) ((z er) 0))) +("tragic" nil (((t r ae) 1) ((jh ih k) 0))) +("tragically" nil (((t r ae) 1) ((jh ih) 0) ((k l iy) 0))) +("tragicomedy" n (((t r ae) 1) ((jh ax) 0) ((k aa) 1) ((m ax) 0) ((d iy) 0))) +("tragicomic" nil (((t r ae) 1) ((jh ih) 0) ((k aa) 1) ((m ih k) 0))) +("tragos" nil (((t r ae) 1) ((g ow z) 0))) +("trahan" nil (((t r ae) 1) ((hh ax n) 0))) +("trahern" nil (((t r ae) 1) ((hh er n) 0))) +("trail" nil (((t r ey l) 1))) +("trailblazer" nil (((t r ey l) 1) ((b l ey) 1) ((z er) 0))) +("trailed" nil (((t r ey l d) 1))) +("trailer" nil (((t r ey) 1) ((l er) 0))) +("trailers" nil (((t r ey) 1) ((l er z) 0))) +("trailing" nil (((t r ey) 1) ((l ih ng) 0))) +("trails" nil (((t r ey l z) 1))) +("trailways" nil (((t r ey l) 1) ((w ey z) 1))) +("train" nil (((t r ey n) 1))) +("traina" nil (((t r ey) 1) ((n ax) 0))) +("trainable" nil (((t r ey) 1) ((n ax) 0) ((b ax l) 0))) +("trained" nil (((t r ey n d) 1))) +("trainee" nil (((t r ey) 1) ((n iy) 1))) +("trainees" nil (((t r ey) 1) ((n iy z) 1))) +("trainer" nil (((t r ey) 1) ((n er) 0))) +("trainers" nil (((t r ey) 1) ((n er z) 0))) +("training" nil (((t r ey) 1) ((n ih ng) 0))) +("trainmen" nil (((t r ey n) 1) ((m ax n) 0))) +("trainor" nil (((t r ey) 1) ((n er) 0))) +("trains" nil (((t r ey n z) 1))) +("traipse" nil (((t r ey p s) 1))) +("traister" nil (((t r ey) 1) ((s t er) 0))) +("trait" nil (((t r ey t) 1))) +("traitor" nil (((t r ey) 1) ((t er) 0))) +("traitorous" nil (((t r ey) 1) ((t er) 0) ((ax s) 0))) +("traitors" nil (((t r ey) 1) ((t er z) 0))) +("traits" nil (((t r ey t s) 1))) +("trajan" nil (((t r ey) 1) ((jh ax n) 0))) +("trajectory" nil (((t r ax) 0) ((jh eh k) 1) ((t er) 0) ((iy) 0))) +("trak" nil (((t r ae k) 1))) +("trakas" nil (((t r aa) 1) ((k ax z) 0))) +("tram" nil (((t r ae m) 1))) +("tramble" nil (((t r ae m) 1) ((b ax l) 0))) +("tramco" nil (((t r ae m) 1) ((k ow) 0))) +("tramel" nil (((t r ae) 1) ((m ax l) 0))) +("tramell" nil (((t r aa) 0) ((m ey l) 1))) +("tramiel" nil (((t r ae) 1) ((m iy) 0) ((ax l) 0))) +("trammel" nil (((t r ae) 1) ((m ax l) 0))) +("trammell" nil (((t r ae) 1) ((m ax l) 0))) +("tramontana" nil (((t r aa) 0) ((m ow n) 0) ((t ae) 1) ((n ax) 0))) +("tramontano" nil (((t r aa) 0) ((m ow n) 0) ((t aa) 1) ((n ow) 0))) +("tramonte" nil (((t r aa) 0) ((m ow n) 1) ((t iy) 0))) +("tramontin" nil (((t r ax) 0) ((m aa n) 1) ((t ih n) 0))) +("tramp" nil (((t r ae m p) 1))) +("trampe" nil (((t r ae m p) 1))) +("tramping" nil (((t r ae m) 1) ((p ih ng) 0))) +("trample" nil (((t r ae m) 1) ((p ax l) 0))) +("trampled" nil (((t r ae m) 1) ((p ax l d) 0))) +("tramples" nil (((t r ae m) 1) ((p ax l z) 0))) +("trampling" nil (((t r ae m) 1) ((p l ih ng) 0))) +("trampoline" nil (((t r ae m) 1) ((p ax) 0) ((l iy n) 1))) +("tran" nil (((t r ae n) 1))) +("tranberg" nil (((t r ae n) 1) ((b er g) 0))) +("trance" nil (((t r ae n s) 1))) +("tranche" nil (((t r ae n ch) 1))) +("tranches" nil (((t r ae n) 1) ((ch eh z) 0))) +("tranchina" nil (((t r aa n) 0) ((k iy) 1) ((n ax) 0))) +("trane" nil (((t r ey n) 1))) +("trang" nil (((t r ae ng) 1))) +("trani" nil (((t r aa) 1) ((n iy) 0))) +("tranquil" nil (((t r ae ng) 1) ((k w ax l) 0))) +("tranquility" nil (((t r ae ng) 0) ((k w ih) 1) ((l ih) 0) ((t iy) 0))) +("tranquilizer" nil (((t r ae ng) 1) ((k w ax) 0) ((l ay) 1) ((z er) 0))) +("tranquilizers" nil (((t r ae ng) 1) ((k w ax) 0) ((l ay) 1) ((z er z) 0))) +("tranquilizing" nil (((t r ae ng) 1) ((k w ax) 0) ((l ay) 1) ((z ih ng) 0))) +("tranquillity" nil (((t r ae n) 0) ((k w ih) 1) ((l ax) 0) ((t iy) 0))) +("trans" nil (((t r ae n z) 1))) +("transact" nil (((t r ae n) 0) ((z ae k t) 1))) +("transacted" nil (((t r ae n) 0) ((s ae k) 1) ((t ih d) 0))) +("transaction" nil (((t r ae n) 0) ((z ae k) 1) ((sh ax n) 0))) +("transactions" nil (((t r ae n) 0) ((z ae k) 1) ((sh ax n z) 0))) +("transafrica" nil (((t r ae n) 1) ((z ae) 1) ((f r ih) 0) ((k ax) 0))) +("transalaska" nil (((t r ae n) 1) ((z ax) 0) ((l ae) 1) ((s k ax) 0))) +("transalta" nil (((t r ae n) 1) ((z ao l) 1) ((t ax) 0))) +("transamerica" nil (((t r ae n) 1) ((s ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("transamerican" nil (((t r ae n) 1) ((z ax) 0) ((m eh) 1) ((r ih) 0) ((k ax n) 0))) +("transatlantic" nil (((t r ae n) 1) ((z ax t) 0) ((l ae n) 1) ((t ih k) 0))) +("transcanada" nil (((t r ae n z) 1) ((k ae) 1) ((n ax) 0) ((t ax) 0))) +("transcapital" nil (((t r ae n z) 1) ((k ae) 1) ((p ih) 0) ((t ax l) 0))) +("transcend" nil (((t r ae n) 0) ((s eh n d) 1))) +("transcended" nil (((t r ae n) 0) ((s eh n) 1) ((d ih d) 0))) +("transcendence" nil (((t r ae n) 0) ((s eh n) 1) ((d ax n s) 0))) +("transcendent" nil (((t r ae n) 0) ((s eh n) 1) ((d ax n t) 0))) +("transcendental" nil (((t r ae n) 1) ((s ax n) 0) ((d eh n) 1) ((t ax l) 0))) +("transcending" nil (((t r ae n) 0) ((s eh n) 1) ((d ih ng) 0))) +("transcends" nil (((t r ae n) 0) ((s eh n d z) 1))) +("transchannel" nil (((t r ah n s) 1) ((ch ae) 1) ((n ax l) 0))) +("transcisco" nil (((t r ae n) 1) ((s ih) 1) ((s k ow) 0))) +("transco" nil (((t r ae n) 1) ((s k ow) 0))) +("transcon" nil (((t r ae n z) 1) ((k aa n) 0))) +("transcontinental" nil (((t r ae n z) 1) ((k aa n) 1) ((t ih) 0) ((n eh n) 1) ((t ax l) 0))) +("transcribe" nil (((t r ae n) 0) ((s k r ay b) 1))) +("transcribed" nil (((t r ae n) 0) ((s k r ay b d) 1))) +("transcribers" nil (((t r ae n) 0) ((s k r ay) 1) ((b er z) 0))) +("transcribes" nil (((t r ae n) 0) ((s k r ay b z) 1))) +("transcribing" nil (((t r ae n) 0) ((s k r ay) 1) ((b ih ng) 0))) +("transcript" nil (((t r ae n) 1) ((s k r ih p t) 1))) +("transcription" nil (((t r ae n) 1) ((s k r ih p) 1) ((sh ax n) 0))) +("transcriptions" nil (((t r ae n) 1) ((s k r ih p) 1) ((sh ax n z) 0))) +("transcripts" nil (((t r ae n) 1) ((s k r ih p t s) 1))) +("transducer" nil (((t r ae n s) 0) ((d uw) 1) ((s er) 0))) +("transducers" nil (((t r ae n s) 0) ((d uw) 1) ((s er z) 0))) +("transfer" n (((t r ae n) 1) ((s f er) 0))) +("transfer" v (((t r ae n) 0) ((s f er) 1))) +("transferability" nil (((t r ae n) 1) ((s f er) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("transferable" nil (((t r ae n) 0) ((s f er) 1) ((ax) 0) ((b ax l) 0))) +("transfered" nil (((t r ae n) 0) ((s f er d) 1))) +("transfering" nil (((t r ae n) 0) ((s f er) 1) ((ih ng) 0))) +("transferrable" nil (((t r ae n) 1) ((s f er) 1) ((ax) 0) ((b ax l) 0))) +("transferred" nil (((t r ae n) 0) ((s f er d) 1))) +("transferring" nil (((t r ae n) 0) ((s f er) 1) ((ih ng) 0))) +("transfers" n (((t r ae n) 1) ((s f er z) 0))) +("transfers" v (((t r ae n) 0) ((s f er z) 1))) +("transfixed" nil (((t r ae n) 0) ((s f ih k s t) 1))) +("transform" nil (((t r ae n) 0) ((s f ao r m) 1))) +("transformation" nil (((t r ae n) 1) ((s f er) 0) ((m ey) 1) ((sh ax n) 0))) +("transformational" nil (((t r ae n) 1) ((s f er) 0) ((m ey) 1) ((sh ax) 0) ((n ax l) 0))) +("transformations" nil (((t r ae n) 1) ((s f er) 0) ((m ey) 1) ((sh ax n z) 0))) +("transformed" nil (((t r ae n) 0) ((s f ao r m d) 1))) +("transformer" nil (((t r ae n) 0) ((s f ao r) 1) ((m er) 0))) +("transformers" nil (((t r ae n) 0) ((s f ao r) 1) ((m er z) 0))) +("transforming" nil (((t r ae n) 0) ((s f ao r) 1) ((m ih ng) 0))) +("transforms" nil (((t r ae n) 0) ((s f ao r m z) 1))) +("transfused" nil (((t r ae n s) 0) ((f y uw z d) 1))) +("transfusion" nil (((t r ae n s) 0) ((f y uw) 1) ((zh ax n) 0))) +("transfusions" nil (((t r ae n s) 0) ((f y uw) 1) ((zh ax n z) 0))) +("transgenic" nil (((t r ae n z) 1) ((jh eh) 1) ((n ih k) 0))) +("transgression" nil (((t r ae n z) 0) ((g r eh) 1) ((sh ax n) 0))) +("transgressions" nil (((t r ae n z) 0) ((g r eh) 1) ((sh ax n z) 0))) +("transgressor" nil (((t r ae n z) 0) ((g r eh) 1) ((s er) 0))) +("transience" nil (((t r ae n) 1) ((z iy) 0) ((ax n s) 0))) +("transient" nil (((t r ae n) 1) ((zh ax n t) 0))) +("transients" nil (((t r ae n) 1) ((z iy) 0) ((ax n t s) 0))) +("transillumination" nil (((t r ae n) 1) ((z ax) 0) ((l uw) 1) ((m ax) 0) ((n ey) 1) ((sh ax n) 0))) +("transimage" nil (((t r ae n) 1) ((z ih) 1) ((m ih jh) 0))) +("transistor" nil (((t r ae n) 0) ((z ih) 1) ((s t er) 0))) +("transistors" nil (((t r ae n) 0) ((z ih) 1) ((s t er z) 0))) +("transit" nil (((t r ae n) 1) ((z ax t) 0))) +("transition" nil (((t r ae n) 0) ((z ih) 1) ((sh ax n) 0))) +("transitional" nil (((t r ae n) 0) ((s ih) 1) ((sh ax) 0) ((n ax l) 0))) +("transitions" nil (((t r ae n) 0) ((z ih) 1) ((sh ax n z) 0))) +("transitlink" nil (((t r ae n) 1) ((z ax t) 0) ((l ih ng k) 1))) +("transitory" nil (((t r ae n) 1) ((z ax) 0) ((t ao) 1) ((r iy) 0))) +("transkei" nil (((t r ae n z) 1) ((k ey) 1))) +("translate" nil (((t r ae n) 0) ((z l ey t) 1))) +("translated" nil (((t r ae n) 0) ((z l ey) 1) ((t ax d) 0))) +("translates" nil (((t r ae n) 0) ((z l ey t s) 1))) +("translating" nil (((t r ae n) 0) ((z l ey) 1) ((t ih ng) 0))) +("translation" nil (((t r ae n) 0) ((z l ey) 1) ((sh ax n) 0))) +("translations" nil (((t r ae n) 0) ((z l ey) 1) ((sh ax n z) 0))) +("translator" nil (((t r ae n) 0) ((s l ey) 1) ((t er) 0))) +("translators" nil (((t r ae n) 0) ((s l ey) 1) ((t er z) 0))) +("translogic" nil (((t r ae n) 1) ((z l aa) 1) ((jh ih k) 0))) +("translucent" nil (((t r ae n) 0) ((s l uw) 1) ((s ax n t) 0))) +("transmark" nil (((t r ae n z) 1) ((m aa r k) 1))) +("transmedia" nil (((t r ae n z) 1) ((m iy) 1) ((d iy) 0) ((ax) 0))) +("transmission" nil (((t r ae n) 0) ((s m ih) 1) ((sh ax n) 0))) +("transmissions" nil (((t r ae n z) 0) ((m ih) 1) ((sh ax n z) 0))) +("transmit" nil (((t r ae n z) 0) ((m ih t) 1))) +("transmits" nil (((t r ae n z) 0) ((m ih t s) 1))) +("transmittable" nil (((t r ae n z) 0) ((m ih) 1) ((t ax) 0) ((b ax l) 0))) +("transmittal" nil (((t r ae n) 0) ((s m ih) 1) ((t ax l) 0))) +("transmitted" nil (((t r ae n) 0) ((s m ih) 1) ((t ih d) 0))) +("transmitter" nil (((t r ae n) 0) ((s m ih) 1) ((t er) 0))) +("transmitters" nil (((t r ae n) 0) ((s m ih) 1) ((t er z) 0))) +("transmitting" nil (((t r ae n) 0) ((s m ih) 1) ((t ih ng) 0))) +("transnational" nil (((t r ae n) 0) ((s n ae) 1) ((sh ax) 0) ((n ax l) 0))) +("transoceanic" nil (((t r ae n) 1) ((z ow) 0) ((sh iy) 0) ((ae) 1) ((n ih k) 0))) +("transohio" nil (((t r ae n) 1) ((z ow) 0) ((hh ay) 1) ((ow) 0))) +("transou" nil (((t r ae n) 1) ((z uw) 1))) +("transpac" nil (((t r ae n z) 1) ((p ae k) 1))) +("transpacific" nil (((t r ae n) 1) ((s p ax) 0) ((s ih) 1) ((f ih k) 0))) +("transparencies" nil (((t r ae n) 0) ((s p eh) 1) ((r ax n) 0) ((s iy z) 0))) +("transparency" nil (((t r ae n) 0) ((s p eh) 1) ((r ax n) 0) ((s iy) 0))) +("transparent" nil (((t r ae n) 0) ((s p eh) 1) ((r ax n t) 0))) +("transparently" nil (((t r ae n) 0) ((s p eh) 1) ((r ax n t) 0) ((l iy) 0))) +("transpark" nil (((t r ae n) 1) ((s p aa r k) 1))) +("transpired" nil (((t r ae n) 0) ((s p ay) 1) ((er d) 0))) +("transpires" nil (((t r ae n) 0) ((s p ay) 1) ((er z) 0))) +("transplant" nil (((t r ae n) 0) ((s p l ae n t) 1))) +("transplantation" nil (((t r ae n z) 1) ((p l ae n) 0) ((t ey) 1) ((sh ax n) 0))) +("transplanted" nil (((t r ae n) 0) ((s p l ae n) 1) ((t ih d) 0))) +("transplanting" nil (((t r ae n) 0) ((s p l ae n) 1) ((t ih ng) 0))) +("transplants" nil (((t r ae n) 0) ((s p l ae n t s) 1))) +("transponder" nil (((t r ae n) 0) ((s p aa n) 1) ((d er) 0))) +("transponders" nil (((t r ae n) 0) ((s p aa n) 1) ((d er z) 0))) +("transporation" nil (((t r ae n z) 1) ((p er) 0) ((ey) 1) ((sh ax n) 0))) +("transport" n (((t r ae n) 1) ((s p ao r t) 0))) +("transport" v (((t r ae n) 0) ((s p ao r t) 1))) +("transportable" nil (((t r ae n) 0) ((s p ao r) 1) ((t ax) 0) ((b ax l) 0))) +("transportation" nil (((t r ae n) 1) ((s p er) 0) ((t ey) 1) ((sh ax n) 0))) +("transported" nil (((t r ae n) 0) ((s p ao r) 1) ((t ax d) 0))) +("transporter" nil (((t r ae n) 0) ((s p ao r) 1) ((t er) 0))) +("transporters" nil (((t r ae n) 0) ((s p ao r) 1) ((t er z) 0))) +("transporting" nil (((t r ae n) 0) ((s p ao r) 1) ((t ih ng) 0))) +("transports" n (((t r ae n) 1) ((s p ao r t s) 0))) +("transports" v (((t r ae n) 0) ((s p ao r t s) 1))) +("transpose" nil (((t r ae n) 0) ((s p ow z) 1))) +("transposed" nil (((t r ae n) 0) ((s p ow z d) 1))) +("transracial" nil (((t r ae n z) 1) ((r ey) 1) ((sh ax l) 0))) +("transrapid" nil (((t r ae n z) 1) ((r ae) 1) ((p ih d) 0))) +("transtar" nil (((t r ae n) 0) ((s t aa r) 1))) +("transtechnology" nil (((t r ae n z) 1) ((t ax k) 0) ((n aa) 1) ((l ax) 0) ((jh iy) 0))) +("transtector" nil (((t r ae n z) 1) ((t eh k) 1) ((t er) 0))) +("transue" nil (((t r ae n) 1) ((z uw) 0))) +("transvaal" nil (((t r ae n z) 0) ((v aa l) 1))) +("transverse" nil (((t r ae n z) 0) ((v er s) 1))) +("transway" nil (((t r ae n) 1) ((z w ey) 1))) +("transwestern" nil (((t r ae n) 1) ((z w eh) 1) ((s t er n) 0))) +("transworld" nil (((t r ae n) 0) ((s w er l d) 1))) +("transylvania" nil (((t r ae n) 1) ((z iy l) 0) ((v ey) 1) ((n iy) 0) ((ax) 0))) +("trant" nil (((t r ae n t) 1))) +("tranter" nil (((t r ae n) 1) ((t er) 0))) +("trantham" nil (((t r ae n) 1) ((th ax m) 0))) +("tranum" nil (((t r ae) 1) ((n ax m) 0))) +("tranzonic" nil (((t r ae n) 0) ((z aa) 1) ((n ih k) 0))) +("trap" nil (((t r ae p) 1))) +("trapani" nil (((t r aa) 0) ((p aa) 1) ((n iy) 0))) +("trapasso" nil (((t r aa) 0) ((p aa) 1) ((s ow) 0))) +("trapelo" nil (((t r ax) 0) ((p eh) 1) ((l ow) 0))) +("trapeze" nil (((t r ax) 0) ((p iy z) 1))) +("traphagen" nil (((t r ae) 1) ((f ax) 0) ((g ax n) 0))) +("trapnell" nil (((t r ae p) 1) ((n ax l) 0))) +("trapp" nil (((t r ae p) 1))) +("trappe" nil (((t r ae p) 1))) +("trapped" nil (((t r ae p t) 1))) +("trappers" nil (((t r ae) 1) ((p er z) 0))) +("trapping" nil (((t r ae) 1) ((p ih ng) 0))) +("trappings" nil (((t r ae) 1) ((p ih ng z) 0))) +("trappist" nil (((t r ae) 1) ((p ih s t) 0))) +("traps" nil (((t r ae p s) 1))) +("trash" nil (((t r ae sh) 1))) +("trashed" nil (((t r ae sh t) 1))) +("trashes" nil (((t r ae) 1) ((sh ih z) 0))) +("trashing" nil (((t r ae) 1) ((sh ih ng) 0))) +("trashy" nil (((t r ae) 1) ((sh iy) 0))) +("trask" nil (((t r ae s k) 1))) +("traub" nil (((t r ao b) 1))) +("traudt" nil (((t r ao d t) 1))) +("trauger" nil (((t r aw) 1) ((g er) 0))) +("traugh" nil (((t r ao) 1))) +("traughber" nil (((t r ao) 1) ((b er) 0))) +("traugott" nil (((t r aw) 1) ((g ax t) 0))) +("traum" nil (((t r ao m) 1))) +("trauma" nil (((t r ao) 1) ((m ax) 0))) +("traumas" nil (((t r ao) 1) ((m ax z) 0))) +("traumatic" nil (((t r ao) 0) ((m ae) 1) ((t ih k) 0))) +("traumatized" nil (((t r ao) 1) ((m ax) 0) ((t ay z d) 1))) +("trausch" nil (((t r aw sh) 1))) +("traut" nil (((t r ao t) 1))) +("trauth" nil (((t r ao th) 1))) +("trautman" nil (((t r aw t) 1) ((m ax n) 0))) +("trautmann" nil (((t r aw t) 1) ((m ax n) 0))) +("trautner" nil (((t r aw t) 1) ((n er) 0))) +("trautwein" nil (((t r aw) 1) ((t w ay n) 1))) +("travaglini" nil (((t r aa) 0) ((v aa) 0) ((g l iy) 1) ((n iy) 0))) +("travail" nil (((t r ax) 0) ((v ey l) 1))) +("travails" nil (((t r ax) 0) ((v ey l z) 1))) +("travel" nil (((t r ae) 1) ((v ax l) 0))) +("traveldays" nil (((t r ae) 1) ((v ax l) 0) ((d ey z) 1))) +("traveled" nil (((t r ae) 1) ((v ax l d) 0))) +("traveler" nil (((t r ae) 1) ((v ax) 0) ((l er) 0))) +("travelers" nil (((t r ae) 1) ((v ax) 0) ((l er z) 0))) +("traveling" nil (((t r ae) 1) ((v ax) 0) ((l ih ng) 0))) +("travelled" nil (((t r ae) 1) ((v ax l d) 0))) +("traveller" nil (((t r ae) 1) ((v ax) 0) ((l er) 0))) +("travellers" nil (((t r ae) 1) ((v ax) 0) ((l er z) 0))) +("travelling" nil (((t r ae) 1) ((v ax) 0) ((l ih ng) 0))) +("travelodge" nil (((t r ae) 1) ((v ax) 0) ((l aa jh) 1))) +("travelogue" nil (((t r ae) 1) ((v ax) 0) ((l ao g) 1))) +("travels" nil (((t r ae) 1) ((v ax l z) 0))) +("travelstead" nil (((t r ae) 1) ((v ax l) 0) ((s t eh d) 1))) +("travenol" nil (((t r ae) 1) ((v ax) 0) ((n ax l) 0))) +("traver" nil (((t r ey) 1) ((v er) 0))) +("travers" nil (((t r ae) 1) ((v er z) 0))) +("traverse" nil (((t r ae) 1) ((v er s) 0))) +("traversed" nil (((t r ae) 1) ((v er s t) 0))) +("traversing" nil (((t r ax) 0) ((v er) 1) ((s ih ng) 0))) +("traverso" nil (((t r aa) 0) ((v eh r) 1) ((s ow) 0))) +("travesties" nil (((t r ae) 1) ((v ax) 0) ((s t iy z) 0))) +("travesty" nil (((t r ae) 1) ((v ax) 0) ((s t iy) 0))) +("traviata" nil (((t r aa) 0) ((v iy) 0) ((aa) 1) ((t ax) 0))) +("travieso" nil (((t r aa) 0) ((v iy) 1) ((s ow) 0))) +("travis" nil (((t r ae) 1) ((v ih s) 0))) +("travisano" nil (((t r ae) 1) ((v ih) 0) ((s aa) 1) ((n ow) 0))) +("travolta" nil (((t r ax) 0) ((v ow l) 1) ((t ax) 0))) +("travoltas" nil (((t r ax) 0) ((v ow l) 1) ((t ax z) 0))) +("traweek" nil (((t r ao) 1) ((iy k) 1))) +("trawick" nil (((t r ao) 1) ((ih k) 0))) +("trawler" nil (((t r ao) 1) ((l er) 0))) +("trawlers" nil (((t r ao) 1) ((l er z) 0))) +("trax" nil (((t r ae k s) 1))) +("traxler" nil (((t r ae k) 1) ((s l er) 0))) +("tray" nil (((t r ey) 1))) +("trayer" nil (((t r ey) 1) ((er) 0))) +("traylor" nil (((t r ey) 1) ((l er) 0))) +("traynham" nil (((t r ey n) 1) ((hh ax m) 0))) +("traynor" nil (((t r ey) 1) ((n er) 0))) +("trays" nil (((t r ey z) 1))) +("traywick" nil (((t r ey) 1) ((w ih k) 1))) +("trbovich" nil (((t er) 0) ((b aa) 1) ((v ih ch) 0))) +("treacherous" nil (((t r eh) 1) ((ch er) 0) ((ax s) 0))) +("treachery" nil (((t r eh) 1) ((ch er) 0) ((iy) 0))) +("treacy" nil (((t r ey) 1) ((s iy) 0))) +("tread" nil (((t r eh d) 1))) +("treadaway" nil (((t r eh) 1) ((d ax) 0) ((w ey) 1))) +("treading" nil (((t r eh) 1) ((d ih ng) 0))) +("treadmill" nil (((t r eh d) 1) ((m ih l) 1))) +("treadmills" nil (((t r eh d) 1) ((m ih l z) 1))) +("treads" nil (((t r eh d z) 1))) +("treadway" nil (((t r eh) 1) ((d w ey) 1))) +("treadwell" nil (((t r eh) 1) ((d w eh l) 1))) +("treadwheel" nil (((t r eh) 1) ((d w iy l) 1))) +("treanor" nil (((t r iy) 1) ((n er) 0))) +("trease" nil (((t r iy z) 1))) +("treason" nil (((t r iy) 1) ((z ax n) 0))) +("treaster" nil (((t r iy) 1) ((s t er) 0))) +("treasure" nil (((t r eh) 1) ((zh er) 0))) +("treasured" nil (((t r eh) 1) ((zh er d) 0))) +("treasurer" nil (((t r eh) 1) ((zh er) 0) ((er) 0))) +("treasurers" nil (((t r eh) 1) ((zh er) 0) ((er z) 0))) +("treasures" nil (((t r eh) 1) ((zh er z) 0))) +("treasuries" nil (((t r eh) 1) ((zh er) 0) ((iy z) 0))) +("treasury" nil (((t r eh) 1) ((zh er) 0) ((iy) 0))) +("treasurys" nil (((t r eh) 1) ((zh er) 0) ((iy z) 0))) +("treat" nil (((t r iy t) 1))) +("treatable" nil (((t r iy) 1) ((t ax) 0) ((b ax l) 0))) +("treated" nil (((t r iy) 1) ((t ax d) 0))) +("treaters" nil (((t r iy) 1) ((t er z) 0))) +("treaties" nil (((t r iy) 1) ((t iy z) 0))) +("treating" nil (((t r iy) 1) ((t ih ng) 0))) +("treatise" nil (((t r iy) 1) ((t ax s) 0))) +("treatises" nil (((t r iy) 1) ((t ax) 0) ((s ax z) 0))) +("treatment" nil (((t r iy t) 1) ((m ax n t) 0))) +("treatments" nil (((t r iy t) 1) ((m ax n t s) 0))) +("treats" nil (((t r iy t s) 1))) +("treaty" nil (((t r iy) 1) ((t iy) 0))) +("trebilcock" nil (((t r ih) 0) ((b ih l) 1) ((k ax k) 0))) +("treble" nil (((t r eh) 1) ((b ax l) 0))) +("trebled" nil (((t r eh) 1) ((b ax l d) 0))) +("treblinka" nil (((t r eh) 0) ((b l ih ng) 1) ((k er) 0))) +("trecker" nil (((t r eh) 1) ((k er) 0))) +("treder" nil (((t r iy) 1) ((d er) 0))) +("tredway" nil (((t r eh) 1) ((d w ey) 1))) +("tree" nil (((t r iy) 1))) +("treece" nil (((t r iy s) 1))) +("treeless" nil (((t r iy) 1) ((l ax s) 0))) +("treen" nil (((t r iy n) 1))) +("trees" nil (((t r iy z) 1))) +("treese" nil (((t r iy z) 1))) +("treesh" nil (((t r iy sh) 1))) +("treesweet" nil (((t r iy) 1) ((s w iy t) 1))) +("trefethen" nil (((t r eh) 1) ((f ih) 0) ((th ax n) 0))) +("trefgarne" nil (((t r eh f) 1) ((g aa r n) 0))) +("trefry" nil (((t r eh) 1) ((f r iy) 0))) +("trefz" nil (((t r eh f z) 1))) +("treglia" nil (((t r eh) 1) ((g l iy) 0) ((ax) 0))) +("trego" nil (((t r eh) 1) ((g ow) 0))) +("tregoning" nil (((t r eh) 1) ((g ax) 0) ((n ih ng) 0))) +("tregre" nil (((t r eh) 1) ((g er) 0))) +("tregurtha" nil (((t r eh) 0) ((g er) 1) ((th ax) 0))) +("treharne" nil (((t r eh) 1) ((hh aa r n) 0))) +("treiber" nil (((t r ay) 1) ((b er) 0))) +("treichel" nil (((t r ay) 1) ((k ax l) 0))) +("treichler" nil (((t r ay) 1) ((k ax) 0) ((l er) 0))) +("treinen" nil (((t r ay) 1) ((n ax n) 0))) +("trejo" nil (((t r ey) 1) ((y ow) 0))) +("trek" nil (((t r eh k) 1))) +("trekked" nil (((t r eh k t) 1))) +("trekking" nil (((t r eh) 1) ((k ih ng) 0))) +("treks" nil (((t r eh k s) 1))) +("trela" nil (((t r eh) 1) ((l ax) 0))) +("trella" nil (((t r eh) 1) ((l ax) 0))) +("trelleborg" nil (((t r eh) 1) ((l ax) 0) ((b ao r g) 0))) +("trellis" nil (((t r eh) 1) ((l ax s) 0))) +("treloar" nil (((t r eh) 1) ((l ao r) 0))) +("tremain" nil (((t r eh) 1) ((m ay n) 0))) +("tremaine" nil (((t r ih) 0) ((m ey n) 1))) +("tremayne" nil (((t r eh) 1) ((m ey n) 0))) +("trembath" nil (((t r eh m) 1) ((b ax th) 0))) +("tremblay" nil (((t r eh m) 1) ((b l ey) 0))) +("tremble" nil (((t r eh m) 1) ((b ax l) 0))) +("trembled" nil (((t r eh m) 1) ((b ax l d) 0))) +("trembley" nil (((t r eh m) 1) ((b l iy) 0))) +("trembling" nil (((t r eh m) 1) ((b ax) 0) ((l ih ng) 0))) +("trembly" nil (((t r eh m) 1) ((b l iy) 0))) +("tremel" nil (((t r eh) 1) ((m ax l) 0))) +("tremendous" nil (((t r ax) 0) ((m eh n) 1) ((d ax s) 0))) +("tremendously" nil (((t r ax) 0) ((m eh n) 1) ((d ax) 0) ((s l iy) 0))) +("tremens" nil (((t r eh) 1) ((m ax n z) 0))) +("treml" nil (((t r eh) 1) ((m ax l) 0))) +("tremmel" nil (((t r eh) 1) ((m ax l) 0))) +("tremont" nil (((t r eh) 1) ((m ax n t) 0))) +("tremor" nil (((t r eh) 1) ((m er) 0))) +("tremors" nil (((t r eh) 1) ((m er z) 0))) +("tremper" nil (((t r eh m) 1) ((p er) 0))) +("tremulous" nil (((t r eh) 1) ((m y ax) 0) ((l ax s) 0))) +("tremulously" nil (((t r eh) 1) ((m y ax) 0) ((l ax) 0) ((s l iy) 0))) +("trenary" nil (((t r eh) 1) ((n eh) 0) ((r iy) 0))) +("trench" nil (((t r eh n ch) 1))) +("trenchant" nil (((t r eh n) 1) ((ch ax n t) 0))) +("trenchard" nil (((t r eh ng) 1) ((k er d) 0))) +("trencher" nil (((t r eh n) 1) ((ch er) 0))) +("trenches" nil (((t r eh n) 1) ((ch ih z) 0))) +("trend" nil (((t r eh n d) 1))) +("trended" nil (((t r eh n) 1) ((d ih d) 0))) +("trendier" nil (((t r eh n) 1) ((d y er) 0))) +("trendiest" nil (((t r eh n) 0) ((d iy s t) 1))) +("trending" nil (((t r eh n) 1) ((d ih ng) 0))) +("trendless" nil (((t r eh n d) 1) ((l ax s) 0))) +("trendline" nil (((t r eh n d) 1) ((l ay n) 1))) +("trends" nil (((t r eh n d z) 1))) +("trendsetter" nil (((t r eh n d) 1) ((s eh) 1) ((t er) 0))) +("trendy" nil (((t r eh n) 1) ((d iy) 0))) +("trenholm" nil (((t r eh n) 1) ((hh ow l m) 1))) +("trenkamp" nil (((t r eh n) 1) ((k ae m p) 1))) +("trenkle" nil (((t r eh ng) 1) ((k ax l) 0))) +("trent" nil (((t r eh n t) 1))) +("trentham" nil (((t r eh n) 1) ((th ax m) 0))) +("trentman" nil (((t r eh n t) 1) ((m ax n) 0))) +("trenton" nil (((t r eh n) 1) ((t ax n) 0))) +("treon" nil (((t r iy) 1) ((ax n) 0))) +("trepagnier" nil (((t r eh) 1) ((p ax g) 0) ((n iy) 0) ((er) 0))) +("trepanier" nil (((t r eh) 1) ((p ax) 0) ((n iy) 0) ((er) 0))) +("trepidation" nil (((t r eh) 1) ((p ih) 0) ((d ey) 1) ((sh ax n) 0))) +("treppel" nil (((t r eh) 1) ((p ax l) 0))) +("treptow" nil (((t r eh p) 1) ((t ow) 0))) +("tresch" nil (((t r eh sh) 1))) +("trescott" nil (((t r eh) 1) ((s k ax t) 0))) +("trespass" nil (((t r eh) 1) ((s p ae s) 1))) +("trespassing" nil (((t r eh) 1) ((s p ae) 1) ((s ih ng) 0))) +("tress" nil (((t r eh s) 1))) +("tressel" nil (((t r eh) 1) ((s ax l) 0))) +("tresses" nil (((t r eh) 1) ((s ih z) 0))) +("tressler" nil (((t r eh) 1) ((s l er) 0))) +("trest" nil (((t r eh s t) 1))) +("trester" nil (((t r eh) 1) ((s t er) 0))) +("trestle" n (((t r eh) 1) ((s ax l) 0))) +("trestle" nil (((t r eh) 1) ((s ax l) 0))) +("trestles" n (((t r eh) 1) ((s ax l z) 0))) +("trethewey" nil (((t r eh th) 1) ((y uw) 0) ((iy) 0))) +("tretinoin" nil (((t r eh) 1) ((t ih) 0) ((n oy n) 1))) +("trettel" nil (((t r eh) 1) ((t ax l) 0))) +("tretter" nil (((t r eh) 1) ((t er) 0))) +("trettin" nil (((t r eh) 1) ((t ih n) 0))) +("treu" nil (((t r uw) 1))) +("treuhand" nil (((t r uw) 1) ((hh ae n d) 1))) +("treuhandanstalt" nil (((t r uw) 1) ((hh ae n) 1) ((d ax n) 0) ((s t aa l t) 1))) +("treurnicht" nil (((t r uw r) 1) ((n ih k t) 0))) +("trevathan" nil (((t r eh) 1) ((v ax) 0) ((th ax n) 0))) +("trevelyan" nil (((t r ax) 0) ((v eh) 1) ((l y ax n) 0))) +("trevino" nil (((t r ax) 0) ((v iy) 1) ((n ow) 0))) +("treviso" nil (((t r eh) 0) ((v iy) 1) ((s ow) 0))) +("trevizo" nil (((t r eh) 0) ((v iy) 1) ((z ow) 0))) +("trevor" nil (((t r eh) 1) ((v er) 0))) +("trew" nil (((t r uw) 1))) +("trexler" nil (((t r eh k) 1) ((s l er) 0))) +("trey" nil (((t r ey) 1))) +("treybig" nil (((t r ey) 1) ((b ih g) 0))) +("trezise" nil (((t r eh) 1) ((z ay z) 0))) +("trezza" nil (((t r eh) 1) ((z ax) 0))) +("tri" nil (((t r ay) 1))) +("triad" nil (((t r ay) 1) ((ae d) 1))) +("triads" nil (((t r ay) 1) ((ae d z) 1))) +("triage" nil (((t r ay) 1) ((ih jh) 0))) +("trial" nil (((t r ay) 1) ((ax l) 0))) +("trials" nil (((t r ay) 1) ((ax l z) 0))) +("triana" nil (((t r iy) 0) ((ae) 1) ((n ax) 0))) +("triangle" nil (((t r ay) 1) ((ae ng) 1) ((g ax l) 0))) +("triangles" nil (((t r ay) 1) ((ae ng) 1) ((g ax l z) 0))) +("triangular" nil (((t r ay) 0) ((ae ng) 1) ((g y ax) 0) ((l er) 0))) +("triano" nil (((t r iy) 0) ((aa) 1) ((n ow) 0))) +("triarc" nil (((t r ay) 1) ((aa r k) 1))) +("triathlon" nil (((t r ay) 1) ((ae th) 1) ((l ax n) 0))) +("trib" nil (((t r ih b) 1))) +("tribal" nil (((t r ay) 1) ((b ax l) 0))) +("tribasa" nil (((t r ay) 1) ((b ae) 1) ((s ax) 0))) +("tribbett" nil (((t r ih) 1) ((b ih t) 0))) +("tribbey" nil (((t r ih) 1) ((b iy) 0))) +("tribble" nil (((t r ih) 1) ((b ax l) 0))) +("tribbles" nil (((t r ih) 1) ((b ax l z) 0))) +("tribby" nil (((t r ih) 1) ((b iy) 0))) +("tribe" nil (((t r ay b) 1))) +("tribeca" nil (((t r ih) 0) ((b eh) 1) ((k ax) 0))) +("tribes" nil (((t r ay b z) 1))) +("tribesmen" nil (((t r ay b z) 1) ((m ih n) 0))) +("trible" nil (((t r ih) 1) ((b ax l) 0))) +("triborough" nil (((t r ay) 1) ((b er) 0) ((ow) 0))) +("tribulations" nil (((t r ih) 1) ((b y ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("tribull" nil (((t r ih) 1) ((b ax l) 0))) +("tribunal" nil (((t r ax) 0) ((b y uw) 1) ((n ax l) 0))) +("tribunals" nil (((t r ay) 1) ((b y uw) 1) ((n ax l z) 0))) +("tribune" nil (((t r ih) 1) ((b y uw n) 0))) +("tributaries" nil (((t r ih) 1) ((b y ax) 0) ((t eh) 1) ((r iy z) 0))) +("tributary" nil (((t r ih) 1) ((b y ax) 0) ((t eh) 1) ((r iy) 0))) +("tribute" nil (((t r ih) 1) ((b y uw t) 0))) +("tributes" nil (((t r ih) 1) ((b y uw t s) 0))) +("tricarico" nil (((t r iy) 0) ((k aa) 0) ((r iy) 1) ((k ow) 0))) +("trice" nil (((t r ay s) 1))) +("tricentrol" nil (((t r ay) 1) ((s eh n) 1) ((t r aa l) 0))) +("triche" nil (((t r ih ch) 1))) +("trichet" nil (((t r ih) 1) ((ch ih t) 0))) +("tricia" nil (((t r ih) 1) ((sh ax) 0))) +("tricil" nil (((t r ih) 1) ((s ih l) 0))) +("trick" nil (((t r ih k) 1))) +("tricked" nil (((t r ih k t) 1))) +("trickel" nil (((t r ih) 1) ((k ax l) 0))) +("trickery" nil (((t r ih) 1) ((k er) 0) ((iy) 0))) +("trickett" nil (((t r ih) 1) ((k ih t) 0))) +("trickey" nil (((t r ih) 1) ((k iy) 0))) +("trickier" nil (((t r ih) 1) ((k iy) 0) ((er) 0))) +("trickiest" nil (((t r ih) 1) ((k iy) 0) ((ax s t) 0))) +("tricking" nil (((t r ih) 1) ((k ih ng) 0))) +("trickle" nil (((t r ih) 1) ((k ax l) 0))) +("trickled" nil (((t r ih) 1) ((k ax l d) 0))) +("trickles" nil (((t r ih) 1) ((k ax l z) 0))) +("trickling" nil (((t r ih) 1) ((k l ih ng) 0))) +("tricks" nil (((t r ih k s) 1))) +("tricky" nil (((t r ih) 1) ((k iy) 0))) +("trico" nil (((t r iy) 1) ((k ow) 0))) +("tricuspid" nil (((t r ay) 0) ((k ah) 1) ((s p ax d) 0))) +("tricycle" nil (((t r ih) 1) ((s ih) 0) ((k ax l) 0))) +("trident" nil (((t r ay) 1) ((d ax n t) 0))) +("tridex" nil (((t r ih) 1) ((d eh k s) 1))) +("tried" nil (((t r ay d) 1))) +("triennial" nil (((t r ay) 0) ((eh) 1) ((n iy) 0) ((ax l) 0))) +("trier" nil (((t r ay) 1) ((er) 0))) +("trierweiler" nil (((t r ih r) 1) ((w ay) 0) ((l er) 0))) +("tries" nil (((t r ay z) 1))) +("trieste" nil (((t r iy s t) 1))) +("trieu" nil (((t r uw) 1))) +("trifari" nil (((t r ih) 0) ((f aa) 1) ((r iy) 0))) +("trifle" nil (((t r ay) 1) ((f ax l) 0))) +("trifles" nil (((t r ay) 1) ((f ax l z) 0))) +("trifling" nil (((t r ay) 1) ((f l ih ng) 0))) +("trig" nil (((t r ih g) 1))) +("trigg" nil (((t r ih g) 1))) +("trigger" nil (((t r ih) 1) ((g er) 0))) +("triggered" nil (((t r ih) 1) ((g er d) 0))) +("triggering" nil (((t r ih) 1) ((g er) 0) ((ih ng) 0))) +("triggers" nil (((t r ih) 1) ((g er z) 0))) +("triggs" nil (((t r ih g z) 1))) +("triglycerides" nil (((t r ay) 0) ((g l ih) 1) ((s er) 0) ((ay d z) 1))) +("trigo" nil (((t r iy) 1) ((g ow) 0))) +("trilateral" nil (((t r ay) 0) ((l ae) 1) ((t er) 0) ((ax l) 0))) +("trilby" nil (((t r ih l) 1) ((b iy) 0))) +("trillin" nil (((t r ih) 1) ((l ih n) 0))) +("trilling" nil (((t r ih) 1) ((l ih ng) 0))) +("trillion" nil (((t r ih) 1) ((l y ax n) 0))) +("trillions" nil (((t r ih) 1) ((l y ax n z) 0))) +("trillo" nil (((t r ih) 1) ((l ow) 0))) +("trilogy" nil (((t r ih) 1) ((l ax) 0) ((jh iy) 0))) +("trilon" nil (((t r ih) 1) ((l ax n) 0))) +("trim" nil (((t r ih m) 1))) +("trimac" nil (((t r ih) 1) ((m ae k) 0))) +("trimarchi" nil (((t r iy) 0) ((m aa r) 1) ((k iy) 0))) +("trimarco" nil (((t r ih) 0) ((m aa r) 1) ((k ow) 0))) +("trimas" nil (((t r iy) 1) ((m ax s) 0))) +("trimble" nil (((t r ih m) 1) ((b ax l) 0))) +("trimboli" nil (((t r iy m) 0) ((b ow) 1) ((l iy) 0))) +("trimedyne" nil (((t r ay m) 1) ((d ay n) 1))) +("trimester" nil (((t r ay) 0) ((m eh) 1) ((s t er) 0))) +("trimetrexate" nil (((t r ih) 0) ((m eh) 1) ((t r ax k) 0) ((s ey t) 1))) +("trimm" nil (((t r ih m) 1))) +("trimmed" nil (((t r ih m d) 1))) +("trimmer" nil (((t r ih) 1) ((m er) 0))) +("trimmers" nil (((t r ih) 1) ((m er z) 0))) +("trimming" nil (((t r ih) 1) ((m ih ng) 0))) +("trimmings" nil (((t r ih) 1) ((m ih ng z) 0))) +("trimpe" nil (((t r ih m p) 1))) +("trims" nil (((t r ih m z) 1))) +("trincomalee" nil (((t r ih ng) 0) ((k ow) 1) ((m ax) 0) ((l iy) 0))) +("trine" nil (((t r ay n) 1))) +("tringali" nil (((t r ih ng) 0) ((g aa) 1) ((l iy) 0))) +("trinh" nil (((t r ih n) 1))) +("trinidad" nil (((t r ih) 1) ((n ih) 0) ((d ae d) 1))) +("trinity" nil (((t r ih) 1) ((n ax) 0) ((t iy) 0))) +("trinka" nil (((t r ih ng) 1) ((k ax) 0))) +("trinket" nil (((t r ih ng) 1) ((k ax t) 0))) +("trinkets" nil (((t r ih ng) 1) ((k ax t s) 0))) +("trinkle" nil (((t r ih ng) 1) ((k ax l) 0))) +("trinova" nil (((t r ay) 1) ((n ow) 1) ((v ax) 0))) +("trintex" nil (((t r ih n) 1) ((t eh k s) 1))) +("trio" nil (((t r iy) 1) ((ow) 1))) +("triola" nil (((t r iy) 0) ((ow) 1) ((l ax) 0))) +("triolo" nil (((t r iy) 0) ((ow) 1) ((l ow) 0))) +("triomphe" nil (((t r iy) 0) ((ow m f) 1))) +("trip" nil (((t r ih p) 1))) +("tripartite" nil (((t r ay) 0) ((p aa r) 1) ((t ay t) 1))) +("tripe" nil (((t r ay p) 1))) +("tripi" nil (((t r iy) 1) ((p iy) 0))) +("triple" nil (((t r ih) 1) ((p ax l) 0))) +("triplecast" nil (((t r ih) 1) ((p ax l) 0) ((k ae s t) 1))) +("tripled" nil (((t r ih) 1) ((p ax l d) 0))) +("triples" nil (((t r ih) 1) ((p ax l z) 0))) +("triplets" nil (((t r ih) 1) ((p l ax t s) 0))) +("triplett" nil (((t r ih) 1) ((p l ih t) 0))) +("triplicate" nil (((t r ih) 1) ((p l ih) 0) ((k ax t) 0))) +("tripling" nil (((t r ih) 1) ((p ax) 0) ((l ih ng) 0))) +("tripod" nil (((t r ay) 1) ((p aa d) 1))) +("tripodi" nil (((t r iy) 0) ((p ow) 1) ((d iy) 0))) +("tripods" nil (((t r ay) 1) ((p aa d z) 1))) +("tripoli" nil (((t r ih) 1) ((p ax) 0) ((l iy) 0))) +("tripp" nil (((t r ih p) 1))) +("trippe" nil (((t r ih p) 1))) +("tripped" nil (((t r ih p t) 1))) +("trippel" nil (((t r ih) 1) ((p ax l) 0))) +("trippers" nil (((t r ih) 1) ((p er z) 0))) +("trippett" nil (((t r ih) 1) ((p ih t) 0))) +("tripping" nil (((t r ih) 1) ((p ih ng) 0))) +("tripple" nil (((t r ih) 1) ((p ax l) 0))) +("trips" nil (((t r ih p s) 1))) +("triptych" nil (((t r ih p) 1) ((t ih k) 0))) +("triremes" nil (((t r ay) 1) ((r iy m z) 1))) +("trish" nil (((t r ih sh) 1))) +("trisha" nil (((t r ih) 1) ((sh ax) 0))) +("triska" nil (((t r ih) 1) ((s k ax) 0))) +("trisler" nil (((t r ih) 1) ((s ax) 0) ((l er) 0))) +("trism" nil (((t r ih) 1) ((z ax m) 0))) +("trista" nil (((t r ih) 1) ((s t ax) 0))) +("tristan" nil (((t r ih) 1) ((s t ae n) 1))) +("tristar" nil (((t r ay) 1) ((s t aa r) 1))) +("tristate" nil (((t r ay) 1) ((s t ey t) 1))) +("tristram" nil (((t r ih) 1) ((s t r ax m) 0))) +("tritch" nil (((t r ih ch) 1))) +("trite" nil (((t r ay t) 1))) +("trites" nil (((t r ay t s) 1))) +("tritium" nil (((t r ih) 1) ((t iy) 0) ((ax m) 0))) +("triton" nil (((t r ay) 1) ((t ax n) 0))) +("tritsch" nil (((t r ih ch) 1))) +("tritschler" nil (((t r ih ch) 1) ((l er) 0))) +("tritt" nil (((t r ih t) 1))) +("tritz" nil (((t r ih t s) 1))) +("triumph" nil (((t r ay) 1) ((ax m f) 0))) +("triumphal" nil (((t r iy) 0) ((uw m) 1) ((f ax l) 0))) +("triumphant" nil (((t r ay) 0) ((ah m) 1) ((f ax n t) 0))) +("triumphantly" nil (((t r ay) 0) ((ah m) 1) ((f ax n t) 0) ((l iy) 0))) +("triumphed" nil (((t r ay) 1) ((ax m f t) 0))) +("triumphs" nil (((t r ay) 1) ((ax m f s) 0))) +("triumvirate" nil (((t r ay) 0) ((ah m) 1) ((v er) 0) ((ax t) 0))) +("trivedi" nil (((t r iy) 0) ((v eh) 1) ((d iy) 0))) +("trivest" nil (((t r ih) 1) ((v ax s t) 0))) +("trivett" nil (((t r ih) 1) ((v ih t) 0))) +("trivette" nil (((t r ih) 0) ((v eh t) 1))) +("trivia" nil (((t r ih) 1) ((v iy) 0) ((ax) 0))) +("trivial" nil (((t r ih) 1) ((v iy) 0) ((ax l) 0))) +("triviality" nil (((t r ih) 1) ((v iy) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("trivialize" nil (((t r ih) 1) ((v iy) 0) ((ax) 0) ((l ay z) 1))) +("trivializes" nil (((t r ih) 1) ((v iy) 0) ((ax) 0) ((l ay) 1) ((z ih z) 0))) +("trixie" nil (((t r ih k) 1) ((s iy) 0))) +("trixy" nil (((t r ih k) 1) ((s iy) 0))) +("trizec" nil (((t r ih) 1) ((z ax k) 0))) +("trnka" nil (((t r ng) 0) ((k aa) 1))) +("trobaugh" nil (((t r aa) 1) ((b ao) 0))) +("troche" nil (((t r aa ch) 1))) +("trocki" nil (((t r aa) 1) ((k iy) 0))) +("trod" nil (((t r aa d) 1))) +("troeger" nil (((t r ow) 1) ((g er) 0))) +("troendle" nil (((t r ow n) 1) ((d ax l) 0))) +("troester" nil (((t r ow) 1) ((s t er) 0))) +("trogdon" nil (((t r aa g) 1) ((d ax n) 0))) +("troha" nil (((t r ow) 1) ((hh ax) 0))) +("troia" nil (((t r ow) 1) ((y ax) 0))) +("troiani" nil (((t r ow) 0) ((y aa) 1) ((n iy) 0))) +("troiano" nil (((t r ow) 0) ((iy) 0) ((aa) 1) ((n ow) 0))) +("troika" nil (((t r oy) 1) ((k ax) 0))) +("trois" nil (((t w aa) 1))) +("troise" nil (((t r oy z) 1))) +("troisi" nil (((t r oy) 1) ((s iy) 0))) +("trojan" nil (((t r ow) 1) ((jh ax n) 0))) +("trojanowski" nil (((t r ax) 0) ((y ax) 0) ((n ao f) 1) ((s k iy) 0))) +("trojans" nil (((t r ow) 1) ((jh ax n z) 0))) +("trokel" nil (((t r ow) 1) ((k ax l) 0))) +("trolinger" nil (((t r ow) 1) ((l ih ng) 0) ((er) 0))) +("troll" nil (((t r ow l) 1))) +("trolley" nil (((t r aa) 1) ((l iy) 0))) +("trolleys" nil (((t r aa) 1) ((l iy z) 0))) +("trolling" nil (((t r ow) 1) ((l ih ng) 0))) +("trollinger" nil (((t r ow) 1) ((l ih ng) 0) ((er) 0))) +("troma" nil (((t r ow) 1) ((m ax) 0))) +("trombino" nil (((t r ow m) 0) ((b iy) 1) ((n ow) 0))) +("trombley" nil (((t r aa m) 1) ((b l iy) 0))) +("trombly" nil (((t r aa m) 1) ((b l iy) 0))) +("trombone" nil (((t r aa m) 0) ((b ow n) 1))) +("trombones" nil (((t r aa m) 0) ((b ow n z) 1))) +("trombonist" nil (((t r aa m) 1) ((b ow) 1) ((n ih s t) 0))) +("tromp" nil (((t r aa m p) 1))) +("trompeter" nil (((t r aa m) 1) ((p iy) 0) ((t er) 0))) +("tron" nil (((t r aa n) 1))) +("troncoso" nil (((t r ow n) 0) ((k ow) 1) ((s ow) 0))) +("trone" nil (((t r ow n) 1))) +("tronic" nil (((t r aa) 1) ((n ih k) 0))) +("troon" nil (((t r uw n) 1))) +("troop" nil (((t r uw p) 1))) +("trooped" nil (((t r uw p t) 1))) +("trooper" nil (((t r uw) 1) ((p er) 0))) +("troopers" nil (((t r uw) 1) ((p er z) 0))) +("trooping" nil (((t r uw) 1) ((p ih ng) 0))) +("troops" nil (((t r uw p s) 1))) +("troost" nil (((t r uw s t) 1))) +("tropea" nil (((t r ow) 1) ((p iy) 0) ((ax) 0))) +("tropeano" nil (((t r ow) 1) ((p iy) 1) ((n ow) 0))) +("trophies" nil (((t r ow) 1) ((f iy z) 0))) +("trophy" nil (((t r ow) 1) ((f iy) 0))) +("tropic" nil (((t r aa) 1) ((p ih k) 0))) +("tropical" nil (((t r aa) 1) ((p ih) 0) ((k ax l) 0))) +("tropicana" nil (((t r aa) 1) ((p ih) 0) ((k ae) 1) ((n ax) 0))) +("tropics" nil (((t r aa) 1) ((p ih k s) 0))) +("tropopause" nil (((t r aa) 1) ((p ax) 0) ((p ao z) 1))) +("tropp" nil (((t r aa p) 1))) +("tropworld" nil (((t r aa) 1) ((p w er l d) 0))) +("trosclair" nil (((t r ax) 0) ((s k l eh r) 1))) +("trosper" nil (((t r aa) 1) ((s p er) 0))) +("trost" nil (((t r aa s t) 1))) +("trostel" nil (((t r aa) 1) ((s t ax l) 0))) +("trostle" nil (((t r aa) 1) ((s ax l) 0))) +("trot" nil (((t r aa t) 1))) +("troth" nil (((t r ow th) 1))) +("trotman" nil (((t r aa t) 1) ((m ax n) 0))) +("trots" nil (((t r aa t s) 1))) +("trotsky" nil (((t r aa t) 1) ((s k iy) 1))) +("trott" nil (((t r aa t) 1))) +("trotted" nil (((t r aa) 1) ((t ax d) 0))) +("trotter" nil (((t r aa) 1) ((t er) 0))) +("trottier" nil (((t r aa) 1) ((t iy) 0) ((er) 0))) +("trotting" nil (((t r aa) 1) ((t ih ng) 0))) +("troubadour" nil (((t r uw) 1) ((b ax) 0) ((d ao r) 1))) +("troubh" nil (((t r uw b) 1))) +("trouble" nil (((t r ah) 1) ((b ax l) 0))) +("troubled" nil (((t r ah) 1) ((b ax l d) 0))) +("troublefield" nil (((t r ah) 1) ((b ax l) 0) ((f iy l d) 1))) +("troublemaker" nil (((t r ah) 1) ((b ax l) 0) ((m ey) 1) ((k er) 0))) +("troublemakers" nil (((t r ah) 1) ((b ax l) 0) ((m ey) 1) ((k er z) 0))) +("troubles" nil (((t r ah) 1) ((b ax l z) 0))) +("troubleshooter" nil (((t r ah) 1) ((b ax l) 0) ((sh uw) 1) ((t er) 0))) +("troublesome" nil (((t r ah) 1) ((b ax l) 0) ((s ax m) 0))) +("troubling" nil (((t r ah) 1) ((b ax) 0) ((l ih ng) 0))) +("troudt" nil (((t r aw d t) 1))) +("trough" nil (((t r ao f) 1))) +("troughs" nil (((t r ao f s) 1))) +("trounced" nil (((t r aw n s t) 1))) +("trouncing" nil (((t r aw n) 1) ((s ih ng) 0))) +("troung" nil (((t r aw ng) 1))) +("troup" nil (((t r uw p) 1))) +("troupe" nil (((t r uw p) 1))) +("troupes" nil (((t r uw p s) 1))) +("trousdale" nil (((t er) 1) ((ax s) 0) ((d ey l) 0))) +("trouser" nil (((t r aw) 1) ((z er) 0))) +("trousers" nil (((t r aw) 1) ((z er z) 0))) +("trout" nil (((t r aw t) 1))) +("troutman" nil (((t r aw t) 1) ((m ax n) 0))) +("troutner" nil (((t r aw t) 1) ((n er) 0))) +("troutt" nil (((t r aw t) 1))) +("troutwine" nil (((t r aw) 1) ((t w ay n) 1))) +("trovato" nil (((t r ow) 0) ((v aa) 1) ((t ow) 0))) +("trovatore" nil (((t r ow) 1) ((v ax) 0) ((t ao r) 1))) +("trove" nil (((t r ow v) 1))) +("trow" nil (((t r ow) 1))) +("trowbridge" nil (((t r ow) 1) ((b r ih jh) 0))) +("trowell" nil (((t r aa) 1) ((w eh l) 0))) +("trower" nil (((t r aw) 1) ((er) 0))) +("troxel" nil (((t r aa k) 1) ((s ax l) 0))) +("troxell" nil (((t r aa k) 1) ((s ax l) 0))) +("troxler" nil (((t r aa k) 1) ((s l er) 0))) +("troy" nil (((t r oy) 1))) +("troyan" nil (((t r oy) 1) ((ax n) 0))) +("troyanos" nil (((t r oy) 1) ((aa) 1) ((n ow s) 0))) +("troyat" nil (((t r oy) 1) ((ae t) 0))) +("troyer" nil (((t r oy) 1) ((er) 0))) +("troyka" nil (((t r oy) 1) ((k ax) 0))) +("troyu" nil (((t r oy) 0) ((uw) 1))) +("truancy" nil (((t r uw) 1) ((ax n) 0) ((s iy) 0))) +("truax" nil (((t r uw) 1) ((ae k s) 0))) +("trubey" nil (((t r uw) 1) ((b iy) 0))) +("truby" nil (((t r uw) 1) ((b iy) 0))) +("trucco" nil (((t r uw) 1) ((k ow) 0))) +("truce" nil (((t r uw s) 1))) +("truchan" nil (((t r ah) 1) ((ch ax n) 0))) +("truck" nil (((t r ah k) 1))) +("trucked" nil (((t r ah k t) 1))) +("trucker" nil (((t r ah) 1) ((k er) 0))) +("truckers" nil (((t r ah) 1) ((k er z) 0))) +("trucking" nil (((t r ah) 1) ((k ih ng) 0))) +("truckload" nil (((t r ah) 1) ((k l ow d) 1))) +("truckloads" nil (((t r ah) 1) ((k l ow d z) 1))) +("trucks" nil (((t r ah k s) 1))) +("truculent" nil (((t r ah) 1) ((k y ax) 0) ((l ax n t) 0))) +("truda" nil (((t r uw) 1) ((d ax) 0))) +("trude" nil (((t r uw d) 1))) +("trudeau" nil (((t r uw) 0) ((d ow) 1))) +("trudel" nil (((t r uw) 1) ((d ax l) 0))) +("trudell" nil (((t r ah) 1) ((d ax l) 0))) +("trudge" nil (((t r ah jh) 1))) +("trudged" nil (((t r ah jh d) 1))) +("trudgen" nil (((t r ah) 1) ((jh ax n) 0))) +("trudges" nil (((t r ah) 1) ((jh ih z) 0))) +("trudging" nil (((t r ah) 1) ((jh ih ng) 0))) +("trudia" nil (((t r uw) 1) ((d iy) 0) ((ax) 0))) +("trudie" nil (((t r uw) 1) ((d iy) 0))) +("trudo" nil (((t r uw) 1) ((d ow) 0))) +("trudy" nil (((t r uw) 1) ((d iy) 0))) +("true" nil (((t r uw) 1))) +("trueblood" nil (((t r uw) 1) ((b l ah d) 1))) +("truell" nil (((t r uw) 1) ((ax l) 0))) +("truelove" nil (((t r uw) 1) ((l ah v) 1))) +("trueman" nil (((t r uh) 1) ((m ax n) 0))) +("truer" nil (((t r uw) 1) ((er) 0))) +("truesdale" nil (((t r uw z) 1) ((d ey l) 1))) +("truesdell" nil (((t r uw z) 1) ((d eh l) 1))) +("truest" nil (((t r uw) 1) ((ih s t) 0))) +("truett" nil (((t r uw t) 1))) +("truex" nil (((t r uw) 1) ((eh k s) 1))) +("truffaut" nil (((t r uw) 0) ((f ow) 1))) +("truffle" nil (((t r ah) 1) ((f ax l) 0))) +("truffles" nil (((t r ah) 1) ((f ax l z) 0))) +("truglio" nil (((t r ah) 1) ((g l iy) 0) ((ow) 0))) +("truicko" nil (((t r uw) 1) ((k ow) 0))) +("truism" nil (((t r uw) 1) ((ih) 0) ((z ax m) 0))) +("truitt" nil (((t r uw t) 1))) +("trujillo" nil (((t r uw) 0) ((hh iy) 1) ((ow) 0))) +("trull" nil (((t r ah l) 1))) +("trullinger" nil (((t r ah) 1) ((l ih ng) 0) ((er) 0))) +("trulock" nil (((t r ah) 1) ((l ax k) 0))) +("trulove" nil (((t r uw) 0) ((l ow) 1) ((v iy) 0))) +("trulson" nil (((t r ah l) 1) ((s ax n) 0))) +("truluck" nil (((t r ah) 1) ((l ax k) 0))) +("truly" nil (((t r uw) 1) ((l iy) 0))) +("truman" nil (((t r uw) 1) ((m ax n) 0))) +("trumble" nil (((t r ah m) 1) ((b ax l) 0))) +("trumbo" nil (((t r ah m) 1) ((b ow) 0))) +("trumbull" nil (((t r ah m) 1) ((b ax l) 0))) +("trumka" nil (((t r ah m) 1) ((k ax) 0))) +("trump" nil (((t r ah m p) 1))) +("trumped" nil (((t r ah m p t) 1))) +("trumpet" nil (((t r ah m) 1) ((p ax t) 0))) +("trumpeted" nil (((t r ah m) 1) ((p ax) 0) ((t ih d) 0))) +("trumpeter" nil (((t r ah m) 1) ((p ax) 0) ((t er) 0))) +("trumpeting" nil (((t r ah m) 1) ((p ax) 0) ((t ih ng) 0))) +("trumpets" nil (((t r ah m) 1) ((p ax t s) 0))) +("trumpower" nil (((t r ah m) 1) ((p ow) 1) ((er) 0))) +("trumps" nil (((t r ah m p s) 1))) +("truncated" nil (((t r ah ng) 1) ((k ey) 1) ((t ih d) 0))) +("truncheons" nil (((t r ah n) 1) ((ch ih n z) 0))) +("trundle" nil (((t r ah n) 1) ((d ax l) 0))) +("trundled" nil (((t r ah n) 1) ((d ax l d) 0))) +("trunk" nil (((t r ah ng k) 1))) +("trunkline" nil (((t r ah ng) 1) ((k l ay n) 1))) +("trunks" nil (((t r ah ng k s) 1))) +("trunnell" nil (((t r ah) 1) ((n ax l) 0))) +("trunzo" nil (((t r ah n) 1) ((z ow) 0))) +("truong" nil (((t r ao ng) 1))) +("trupiano" nil (((t r uw) 0) ((p iy) 0) ((aa) 1) ((n ow) 0))) +("trupin" nil (((t r uw) 1) ((p ih n) 0))) +("trupp" nil (((t r ah p) 1))) +("truro" nil (((t r uw) 1) ((r ow) 0))) +("trus" nil (((t r ah s) 1))) +("truscott" nil (((t r ah) 1) ((s k ax t) 0))) +("truskowski" nil (((t r ax) 0) ((s k ao f) 1) ((s k iy) 0))) +("trusler" nil (((t r ah) 1) ((s ax) 0) ((l er) 0))) +("truslow" nil (((t r ah) 1) ((s l ow) 0))) +("truss" nil (((t r ah s) 1))) +("trussell" nil (((t r ah) 1) ((s ax l) 0))) +("trusses" nil (((t r ah) 1) ((s ih z) 0))) +("trust" nil (((t r ah s t) 1))) +("trustco" nil (((t r ah s t) 1) ((k ow) 0))) +("trustcorp" nil (((t r ah s t) 1) ((k ao r p) 0))) +("trusted" nil (((t r ah) 1) ((s t ih d) 0))) +("trustee" nil (((t r ah) 1) ((s t iy) 1))) +("trustees" nil (((t r ah) 1) ((s t iy z) 1))) +("trusteeship" nil (((t r ah) 1) ((s t iy) 1) ((sh ih p) 1))) +("trusthouse" nil (((t r ah s t) 1) ((hh aw s) 1))) +("trusting" nil (((t r ah) 1) ((s t ih ng) 0))) +("trusts" nil (((t r ah s t s) 1))) +("trustworthiness" nil (((t r ah s) 1) ((t w er) 1) ((dh iy) 0) ((n ax s) 0))) +("trustworthy" nil (((t r ah s) 1) ((t w er) 1) ((dh iy) 0))) +("trusty" nil (((t r ah) 1) ((s t iy) 0))) +("truszkowski" nil (((t r ax sh) 0) ((k ao f) 1) ((s k iy) 0))) +("truth" nil (((t r uw th) 1))) +("truthful" nil (((t r uw th) 1) ((f ax l) 0))) +("truthfully" nil (((t r uw th) 1) ((f ax) 0) ((l iy) 0))) +("truthfulness" nil (((t r uw th) 1) ((f ax l) 0) ((n ax s) 0))) +("truths" nil (((t r uw th s) 1))) +("truxal" nil (((t r ah k) 1) ((s ax l) 0))) +("truxillo" nil (((t r ah k) 1) ((s ih) 1) ((l ow) 0))) +("try" nil (((t r ay) 1))) +("tryart" nil (((t r ay) 1) ((aa r t) 1))) +("tryba" nil (((t r ih) 1) ((b ax) 0))) +("trybus" nil (((t r ih) 1) ((b ih s) 0))) +("trygg" nil (((t r ih g) 1))) +("trygstad" nil (((t r ih g) 1) ((s t ax d) 0))) +("trygve" nil (((t r ih g) 1) ((v iy) 0))) +("tryin" n (((t r ay) 1) ((ax n) 0))) +("trying" nil (((t r ay) 1) ((ih ng) 0))) +("tryon" nil (((t r ay) 1) ((ax n) 0))) +("tryout" nil (((t r ay) 1) ((aw t) 1))) +("tryouts" nil (((t r ay) 1) ((aw t s) 1))) +("tryphena" nil (((t r ih) 1) ((f ih) 0) ((n ax) 0))) +("tryst" nil (((t r ay s t) 1))) +("trzaska" nil (((t er) 0) ((z aa) 1) ((s k ax) 0))) +("trzcinski" nil (((t er) 0) ((zh ih n) 1) ((s k iy) 0))) +("trzeciak" nil (((t er) 0) ((z eh) 1) ((ch iy) 0) ((ae k) 0))) +("ts" nil (((t iy) 1) ((eh s) 1))) +("tsai" nil (((t) 0) ((s ay) 1))) +("tsakos" nil (((t) 0) ((s aa) 1) ((k ow s) 0))) +("tsang" nil (((t) 0) ((s ae ng) 1))) +("tsao" nil (((t) 0) ((s aw) 1))) +("tsar" nil (((z aa r) 1))) +("tschantz" nil (((ch ae n t s) 1))) +("tschetter" nil (((ch eh) 1) ((t er) 0))) +("tschida" nil (((ch ay) 1) ((d ax) 0))) +("tschirhart" nil (((ch er) 1) ((hh aa r t) 0))) +("tschopp" nil (((ch aa p) 1))) +("tschudy" nil (((ch uw) 1) ((d iy) 0))) +("tschumi" nil (((ch uw) 1) ((m iy) 0))) +("tse" nil (((t) 0) ((s iy) 1))) +("tsemel" nil (((t) 0) ((s eh) 1) ((m ax l) 0))) +("tseng" nil (((t) 0) ((s eh ng) 1))) +("tsetse" nil (((t) 0) ((s iy t) 1) ((s iy) 0))) +("tsiang" nil (((t s) 0) ((y ae ng) 1))) +("tsinghua" nil (((ch iy ng) 1) ((hh w aa) 1))) +("tsingtao" nil (((ch iy ng) 1) ((d aw) 1))) +("tso" nil (((t iy) 1) ((eh s) 1) ((ow) 1))) +("tso" nil (((t) 0) ((s ow) 1))) +("tsongas" nil (((t) 0) ((s ao ng) 1) ((g ax s) 0))) +("tsuda" nil (((t) 0) ((s uw) 1) ((d ax) 0))) +("Tsufura" n (((t) 0) ((s uw) 0) ((f uw) 1) ((r ax) 0))) +("tsui" nil (((t) 0) ((s uw) 1) ((iy) 0))) +("tsuji" nil (((t) 0) ((s uw) 1) ((jh iy) 0))) +("tsukamoto" nil (((t) 0) ((s uw) 0) ((k aa) 0) ((m ow) 1) ((t ow) 0))) +("tsukuba" nil (((t) 0) ((s uw) 1) ((k y uw) 1) ((b ax) 0))) +("tsunami" nil (((t) 0) ((s uw) 0) ((n aa) 1) ((m iy) 0))) +("tsuneo" nil (((t) 0) ((s uw) 1) ((n iy) 0) ((ow) 0))) +("tsutomu" nil (((t) 0) ((s uw) 0) ((t ow) 1) ((m uw) 0))) +("tu" nil (((t uw) 1))) +("tuan" nil (((t w aa n) 1))) +("tuas" nil (((t w aa s) 1))) +("tub" nil (((t ah b) 1))) +("tuba" nil (((t uw) 1) ((b ax) 0))) +("tubb" nil (((t ah b) 1))) +("tubbs" nil (((t ah b z) 1))) +("tubby" nil (((t ah) 1) ((b iy) 0))) +("tube" nil (((t uw b) 1))) +("tuberculosis" nil (((t ax) 0) ((b er) 1) ((k y ax) 0) ((l ow) 1) ((s ih s) 0))) +("tuberville" nil (((t uw) 1) ((b er) 0) ((v ih l) 1))) +("tubes" nil (((t uw b z) 1))) +("tubing" nil (((t uw) 1) ((b ih ng) 0))) +("tubman" nil (((t ah b) 1) ((m ax n) 0))) +("tubs" nil (((t ah b z) 1))) +("tubular" nil (((t uw) 1) ((b y ax) 0) ((l er) 0))) +("tubule" nil (((t uw) 1) ((b y uw l) 0))) +("tucci" nil (((t uw) 1) ((ch iy) 0))) +("tucciarone" nil (((t uw) 0) ((ch er) 0) ((ow) 1) ((n iy) 0))) +("tuccillo" nil (((t uw) 0) ((ch ih) 1) ((l ow) 0))) +("tucek" nil (((t uw) 1) ((ch eh k) 1))) +("tuch" nil (((t ah ch) 1))) +("tuchman" nil (((t ah k) 1) ((m ax n) 0))) +("tucholski" nil (((t ax) 0) ((hh ow l) 1) ((s k iy) 0))) +("tuck" nil (((t ah k) 1))) +("tucked" nil (((t ah k t) 1))) +("tucker" nil (((t ah) 1) ((k er) 0))) +("tuckerman" nil (((t ah) 1) ((k er) 0) ((m ax n) 0))) +("tuckett" nil (((t ah) 1) ((k ih t) 0))) +("tuckey" nil (((t ah) 1) ((k iy) 0))) +("tucson" nil (((t uw) 1) ((s aa n) 1))) +("tucuman" nil (((t uw) 1) ((k y uw) 0) ((m ax n) 0))) +("tudisco" nil (((t uw) 0) ((d iy) 1) ((s k ow) 0))) +("tudjman" nil (((t uh jh) 1) ((m ax n) 0))) +("tudor" nil (((t uw) 1) ((d er) 0))) +("tuel" nil (((t uw l) 1))) +("tuell" nil (((t uw l) 1))) +("tuesday" nil (((t uw z) 1) ((d ey) 0))) +("tuesday" nil (((t uw z) 1) ((d iy) 0))) +("tuesdays" nil (((t uw z) 1) ((d ey z) 0))) +("tufa" nil (((t uw) 1) ((f ax) 0))) +("tufano" nil (((t uw) 0) ((f aa) 1) ((n ow) 0))) +("tuff" nil (((t ah f) 1))) +("tufo" nil (((t uw) 1) ((f ow) 0))) +("tuft" nil (((t ah f t) 1))) +("tufte" nil (((t ah f t) 1))) +("tufted" nil (((t ah f) 1) ((t ax d) 0))) +("tuftlike" nil (((t ah f t) 1) ((l ay k) 1))) +("tufts" nil (((t ah f t s) 1))) +("tug" nil (((t ah g) 1))) +("tugboat" nil (((t ah g) 1) ((b ow t) 1))) +("tugboats" nil (((t ah g) 1) ((b ow t s) 1))) +("tugged" nil (((t ah g d) 1))) +("tugging" nil (((t ah) 1) ((g ih ng) 0))) +("tuggle" nil (((t ah) 1) ((g ax l) 0))) +("tugman" nil (((t ah g) 1) ((m ax n) 0))) +("tugs" nil (((t ah g z) 1))) +("tugwell" nil (((t ah) 1) ((g w eh l) 1))) +("tui" nil (((t w ey) 1))) +("tuinstra" nil (((t uw) 0) ((ih n) 1) ((s t r ax) 0))) +("tuite" nil (((t uw t) 1))) +("tuition" nil (((t y uw) 0) ((ih) 1) ((sh ax n) 0))) +("tuitions" nil (((t uw) 0) ((ih) 1) ((sh ax n z) 0))) +("tuk" nil (((t uw k) 1))) +("tuks" nil (((t ah k s) 1))) +("tulane" nil (((t uw) 0) ((l ey n) 1))) +("tuley" nil (((t y uw) 1) ((l iy) 0))) +("tulip" nil (((t uw) 1) ((l ax p) 0))) +("tulips" nil (((t uw) 1) ((l ax p s) 0))) +("tull" nil (((t ah l) 1))) +("tullar" nil (((t ah) 1) ((l er) 0))) +("tuller" nil (((t ah) 1) ((l er) 0))) +("tulley" nil (((t uw) 1) ((l iy) 0))) +("tullia" nil (((t ah) 1) ((l iy) 0) ((ax) 0))) +("tullier" nil (((t ah) 1) ((l iy) 0) ((er) 0))) +("tullio" nil (((t uw) 1) ((l iy) 0) ((ow) 0))) +("tullis" nil (((t ah) 1) ((l ih s) 0))) +("tullius" nil (((t ah) 1) ((l iy) 0) ((ih s) 0))) +("tullo" nil (((t uw) 1) ((l ow) 0))) +("tulloch" nil (((t ah) 1) ((l ax k) 0))) +("tullock" nil (((t ah) 1) ((l ax k) 0))) +("tullos" nil (((t ah) 1) ((l ow z) 0))) +("tully" nil (((t ah) 1) ((l iy) 0))) +("tulsa" nil (((t ah l) 1) ((s ax) 0))) +("tulufan" nil (((t uw) 1) ((l uw) 1) ((f aa n) 1))) +("tuma" nil (((t uw) 1) ((m ax) 0))) +("tuman" nil (((ch uw) 1) ((m ax n) 0))) +("tumazos" nil (((t uw) 0) ((m aa) 1) ((z ow s) 0))) +("tumble" nil (((t ah m) 1) ((b ax l) 0))) +("tumbled" nil (((t ah m) 1) ((b ax l d) 0))) +("tumbler" nil (((t ah m) 1) ((b l er) 0))) +("tumblers" nil (((t ah m) 1) ((b l er z) 0))) +("tumbles" nil (((t ah m) 1) ((b ax l z) 0))) +("tumbleson" nil (((t ah m) 1) ((b l ih) 0) ((s ax n) 0))) +("tumbleweed" n (((t ah m) 1) ((b ax l) 0) ((w iy d) 0))) +("tumblin" nil (((t ah m) 1) ((b l ih n) 0))) +("tumbling" nil (((t ah m) 1) ((b ax) 0) ((l ih ng) 0))) +("tumey" nil (((t ah) 1) ((m iy) 0))) +("tuminello" nil (((t uw) 0) ((m iy) 0) ((n eh) 1) ((l ow) 0))) +("tumlin" nil (((t ah m) 1) ((l ih n) 0))) +("tumlinson" nil (((t ah m) 1) ((l ih n) 0) ((s ax n) 0))) +("tummies" nil (((t ah) 1) ((m iy z) 0))) +("tumminello" nil (((t uw) 0) ((m iy) 0) ((n eh) 1) ((l ow) 0))) +("tummond" nil (((t ah) 1) ((m ax n d) 0))) +("tummy" nil (((t ah) 1) ((m iy) 0))) +("tumolo" nil (((t uw) 0) ((m ow) 1) ((l ow) 0))) +("tumor" nil (((t uw) 1) ((m er) 0))) +("tumors" nil (((t uw) 1) ((m er z) 0))) +("tums" nil (((t ah m z) 1))) +("tumult" nil (((t uw) 1) ((m ax l t) 0))) +("tumultuous" nil (((t uw) 1) ((m ah l) 1) ((ch uw) 0) ((ax s) 0))) +("tun" nil (((t uw n) 1))) +("tuna" nil (((t uw) 1) ((n ax) 0))) +("tunable" nil (((t uw) 1) ((n ax) 0) ((b ax l) 0))) +("tunafish" nil (((t uw) 1) ((n ax) 0) ((f ih sh) 0))) +("tunas" nil (((t uw) 1) ((n ax z) 0))) +("tunde" nil (((t ah n d) 1))) +("tundra" nil (((t ah n) 1) ((d r ax) 0))) +("tune" nil (((t uw n) 1))) +("tuned" nil (((t uw n d) 1))) +("tuneful" nil (((t uw n) 1) ((f ax l) 0))) +("tuner" nil (((t uw) 1) ((n er) 0))) +("tunes" nil (((t uw n z) 1))) +("tuneup" nil (((t uw) 1) ((n ah p) 1))) +("tung" nil (((t ah ng) 1))) +("tungate" nil (((t uw ng) 1) ((ey t) 0))) +("tungsram" nil (((t ah ng z) 1) ((r ae m) 1))) +("tungsrom" nil (((t ah ng z) 1) ((r ax m) 0))) +("tungsten" nil (((t ah ng) 1) ((s t ax n) 0))) +("tunic" nil (((t uw) 1) ((n ih k) 0))) +("tunica" nil (((t uw) 1) ((n ih) 0) ((k ax) 0))) +("tunicate" nil (((t uw) 1) ((n ih) 0) ((k ax t) 0))) +("tunick" nil (((t ah) 1) ((n ih k) 0))) +("tuning" nil (((t uw) 1) ((n ih ng) 0))) +("tunis" nil (((t uw) 1) ((n ih s) 0))) +("tunisia" nil (((t uw) 1) ((n iy) 1) ((zh ax) 0))) +("tunisian" nil (((t uw) 1) ((n iy) 1) ((zh ax n) 0))) +("tunison" nil (((t ah) 1) ((n ih) 0) ((s ax n) 0))) +("tunkelang" nil (((t ah ng) 1) ((k l ae ng) 1))) +("tunks" nil (((t ah ng k s) 1))) +("tunku" nil (((t ah ng) 1) ((k uw) 0))) +("tunnel" nil (((t ah) 1) ((n ax l) 0))) +("tunneling" nil (((t ah) 1) ((n ax) 0) ((l ih ng) 0))) +("tunnell" nil (((t ah) 1) ((n ax l) 0))) +("tunnels" nil (((t ah) 1) ((n ax l z) 0))) +("tunney" nil (((t ah) 1) ((n iy) 0))) +("tunny" nil (((t ah) 1) ((n iy) 0))) +("tunstall" nil (((t ah n) 1) ((s t ax l) 0))) +("tuo" nil (((t w ao) 1))) +("tuohey" nil (((t uw) 1) ((hh ey) 0))) +("tuohy" nil (((t uw) 1) ((iy) 0))) +("tuomi" nil (((t w ow) 1) ((m iy) 0))) +("tupa" nil (((t uw) 1) ((p ax) 0))) +("tupelo" nil (((t y uw) 1) ((p ax) 0) ((l ow) 1))) +("tupelov" nil (((t uw) 1) ((p ax) 0) ((l aa v) 0))) +("tupper" nil (((t ah) 1) ((p er) 0))) +("tupperware" nil (((t ah) 1) ((p er) 0) ((w eh r) 1))) +("tupy" nil (((t uw) 1) ((p iy) 0))) +("turandot" nil (((t er) 0) ((ae n) 1) ((d ax t) 0))) +("turano" nil (((t uh) 0) ((r aa) 1) ((n ow) 0))) +("turban" nil (((t er) 1) ((b ax n) 0))) +("turbans" nil (((t er) 1) ((b ax n z) 0))) +("turbas" nil (((t er) 1) ((b ax s) 0))) +("turben" nil (((t er) 1) ((b ax n) 0))) +("turberville" nil (((t er) 1) ((b er) 0) ((v ih l) 1))) +("turbett" nil (((t er) 1) ((b ih t) 0))) +("turbeville" nil (((t er b) 1) ((v ih l) 0))) +("turbidity" nil (((t er) 0) ((b ih) 1) ((d ax) 0) ((t iy) 0))) +("turbin" nil (((t er) 1) ((b ih n) 0))) +("turbine" nil (((t er) 1) ((b ay n) 0))) +("turbinen" nil (((t er) 1) ((b ih) 0) ((n ax n) 0))) +("turbines" nil (((t er) 1) ((b ay n z) 0))) +("turbo" nil (((t er) 1) ((b ow) 0))) +("turbocharge" nil (((t er) 1) ((b ow) 0) ((ch aa r jh) 1))) +("turbocharged" nil (((t er) 1) ((b ow) 0) ((ch aa r jh d) 1))) +("turbocharges" nil (((t er) 1) ((b ow) 0) ((ch aa r) 1) ((jh ih z) 0))) +("turbocharging" nil (((t er) 1) ((b ow) 0) ((ch aa r) 1) ((jh ih ng) 0))) +("turbofan" nil (((t er) 1) ((b ow) 0) ((f ae n) 1))) +("turbojet" nil (((t er) 1) ((b ow) 0) ((jh eh t) 1))) +("turboprop" nil (((t er) 1) ((b ow) 0) ((p r aa p) 1))) +("turboprops" nil (((t er) 1) ((b ow) 0) ((p r aa p s) 1))) +("turbos" nil (((t er) 1) ((b ow z) 0))) +("turbot" nil (((t er) 1) ((b ow) 1))) +("turbotax" nil (((t er) 1) ((b ow) 0) ((t ae k s) 1))) +("turbulence" nil (((t er) 1) ((b y ax) 0) ((l ax n s) 0))) +("turbulent" nil (((t er) 1) ((b y ax) 0) ((l ax n t) 0))) +("turbyfill" nil (((t er) 1) ((b ih) 0) ((f ih l) 0))) +("turchi" nil (((t uh r) 1) ((k iy) 0))) +("turchin" nil (((t er) 1) ((ch ih n) 0))) +("turchyn" nil (((t er) 1) ((ch ih n) 0))) +("turck" nil (((t er k) 1))) +("turco" nil (((t er) 1) ((k ow) 0))) +("turcott" nil (((t er) 1) ((k ax t) 0))) +("turcotte" nil (((t er) 0) ((k ao t) 1))) +("ture" nil (((t uh r) 1))) +("turek" nil (((t y uw) 1) ((r ih k) 0))) +("turenne" nil (((t y uw) 1) ((r ih n) 0))) +("turf" nil (((t er f) 1))) +("turgeon" nil (((t er) 1) ((jh ih n) 0))) +("turgid" nil (((t er) 1) ((jh ih d) 0))) +("turgut" nil (((t er) 1) ((g ax t) 0))) +("turi" nil (((t uh) 1) ((r iy) 0))) +("turin" nil (((t y uh) 1) ((r ih n) 0))) +("turing" nil (((t uh) 1) ((r ih ng) 0))) +("turismo" nil (((t uh) 1) ((r ih) 0) ((s m ow) 0))) +("turk" nil (((t er k) 1))) +("turkel" nil (((t er) 1) ((k ax l) 0))) +("turkey" nil (((t er) 1) ((k iy) 0))) +("turkeys" nil (((t er) 1) ((k iy z) 0))) +("turkic" nil (((t er) 1) ((k ih k) 0))) +("turkington" nil (((t er) 1) ((k ih ng) 0) ((t ax n) 0))) +("turkish" nil (((t er) 1) ((k ih sh) 0))) +("turkmenistan" nil (((t er k) 1) ((m eh) 1) ((n ih) 0) ((s t ae n) 1))) +("turko" nil (((t er) 1) ((k ow) 0))) +("turkovich" nil (((t er) 1) ((k ax) 0) ((v ih ch) 0))) +("turks" nil (((t er k s) 1))) +("turley" nil (((t er) 1) ((l iy) 0))) +("turlington" nil (((t er) 1) ((l ih ng) 0) ((t ax n) 0))) +("turman" nil (((t er) 1) ((m ax n) 0))) +("turmel" nil (((t er) 1) ((m ax l) 0))) +("turmoil" nil (((t er) 1) ((m oy l) 1))) +("turn" nil (((t er n) 1))) +("turnabout" nil (((t er) 1) ((n ax) 0) ((b aw t) 1))) +("turnage" nil (((t er) 1) ((n ih jh) 0))) +("turnaround" nil (((t er) 1) ((n er) 0) ((aw n d) 1))) +("turnarounds" nil (((t er) 1) ((n er) 0) ((aw n d z) 1))) +("turnbaugh" nil (((t er n) 1) ((b ao) 0))) +("turnbo" nil (((t uh r n) 1) ((b ow) 0))) +("turnbough" nil (((t er n) 1) ((b aw) 1))) +("turnbow" nil (((t er n) 1) ((b ow) 0))) +("turnbridge" nil (((t er n) 1) ((b r ih jh) 1))) +("turnbull" nil (((t er n) 1) ((b uh l) 1))) +("turndown" nil (((t er n) 1) ((d aw n) 1))) +("turned" nil (((t er n d) 1))) +("turner" nil (((t er) 1) ((n er) 0))) +("turney" nil (((t er) 1) ((n iy) 0))) +("turnham" nil (((t er n) 1) ((hh ax m) 0))) +("turning" nil (((t er) 1) ((n ih ng) 0))) +("turnip" nil (((t er) 1) ((n ax p) 0))) +("turnips" nil (((t er) 1) ((n ax p s) 0))) +("turnipseed" nil (((t er) 0) ((n ih p) 1) ((s iy d) 0))) +("turnkey" nil (((t er n) 1) ((k iy) 1))) +("turnley" nil (((t er n) 1) ((l iy) 0))) +("turnmire" nil (((t er n) 1) ((m ay r) 0))) +("turnoff" nil (((t er) 1) ((n ao f) 1))) +("turnout" nil (((t er) 1) ((n aw t) 1))) +("turnouts" nil (((t er) 1) ((n aw t s) 1))) +("turnover" nil (((t er) 1) ((n ow) 1) ((v er) 0))) +("turnovers" nil (((t er) 1) ((n ow) 1) ((v er z) 0))) +("turnpike" nil (((t er n) 1) ((p ay k) 1))) +("turnpikes" nil (((t er n) 1) ((p ay k s) 1))) +("turnquist" nil (((t er n) 1) ((k w ih s t) 0))) +("turns" nil (((t er n z) 1))) +("turnstile" nil (((t er n) 1) ((s t ay l) 1))) +("turnstiles" nil (((t er n) 1) ((s t ay l z) 1))) +("turntable" nil (((t er n) 1) ((t ey) 1) ((b ax l) 0))) +("turntables" nil (((t er n) 1) ((t ey) 1) ((b ax l z) 0))) +("turo" nil (((t uh) 1) ((r ow) 0))) +("turow" nil (((t uh) 1) ((r ow) 0))) +("turowski" nil (((t er) 0) ((ao f) 1) ((s k iy) 0))) +("turpen" nil (((t er) 1) ((p ax n) 0))) +("turpentine" nil (((t er) 1) ((p ax n) 0) ((t ay n) 1))) +("turpin" nil (((t er) 1) ((p ih n) 0))) +("turpitude" nil (((t er) 1) ((p ih) 0) ((t uw d) 1))) +("turquoise" nil (((t er) 1) ((k w oy z) 0))) +("turrell" nil (((t ao) 1) ((r ax l) 0))) +("turrentine" nil (((t uh) 0) ((r eh n) 0) ((t iy) 1) ((n iy) 0))) +("turret" nil (((t er) 1) ((ax t) 0))) +("turrets" nil (((t er) 1) ((ax t s) 0))) +("turri" nil (((t uh) 1) ((r iy) 0))) +("turrill" nil (((t ao) 1) ((r ax l) 0))) +("tursi" nil (((t uh r) 1) ((s iy) 0))) +("turski" nil (((t er) 1) ((s k iy) 0))) +("turtle" nil (((t er) 1) ((t ax l) 0))) +("turtleneck" nil (((t er) 1) ((t ax l) 0) ((n eh k) 1))) +("turtlenecks" nil (((t er) 1) ((t ax l) 0) ((n eh k s) 1))) +("turtles" nil (((t er) 1) ((t ax l z) 0))) +("turton" nil (((t er) 1) ((t ax n) 0))) +("turvey" nil (((t er) 0) ((v ey) 1))) +("turville" nil (((t er) 1) ((v ih l) 1))) +("turvy" nil (((t er) 1) ((v iy) 0))) +("tusa" nil (((t uw) 1) ((s ax) 0))) +("tuscaloosa" nil (((t ah) 1) ((s k ax) 0) ((l uw) 1) ((s ax) 0))) +("tuscan" nil (((t ah) 1) ((s k ax n) 0))) +("tuscany" nil (((t ah) 1) ((s k ax) 0) ((n iy) 0))) +("tush" nil (((t uh sh) 1))) +("tushes" nil (((t uh) 1) ((sh ih z) 0))) +("tusing" nil (((t uw) 1) ((s ih ng) 0))) +("tusk" nil (((t ah s k) 1))) +("tuskegee" nil (((t ah) 1) ((s k ax) 0) ((g iy) 1))) +("tusks" nil (((t ah s k s) 1))) +("tussey" nil (((t ah) 1) ((s iy) 0))) +("tussing" nil (((t ah) 1) ((s ih ng) 0))) +("tussle" nil (((t ah) 1) ((s ax l) 0))) +("tussled" nil (((t ah) 1) ((s ax l d) 0))) +("tussles" nil (((t ah) 1) ((s ax l z) 0))) +("tustin" nil (((t ah) 1) ((s t ih n) 0))) +("tut" nil (((t ah t) 1))) +("tutelage" nil (((t y uw) 1) ((t ih) 0) ((l ih jh) 0))) +("tuten" nil (((t y uw) 1) ((t ax n) 0))) +("tuthill" nil (((t ah t) 1) ((hh ih l) 1))) +("tutino" nil (((t uw) 0) ((t iy) 1) ((n ow) 0))) +("tutko" nil (((t ah t) 1) ((k ow) 0))) +("tutor" nil (((t uw) 1) ((t er) 0))) +("tutored" nil (((t uw) 1) ((t er d) 0))) +("tutorials" nil (((t uw) 0) ((t ao) 1) ((r iy) 0) ((ax l z) 0))) +("tutoring" nil (((t uw) 1) ((t er) 0) ((ih ng) 0))) +("tutors" nil (((t uw) 1) ((t er z) 0))) +("tutsi" nil (((t uw t) 1) ((s iy) 0))) +("tutsis" nil (((t uw t) 1) ((s iy z) 0))) +("tutt" nil (((t ah t) 1))) +("tutterow" nil (((t ah) 1) ((t er) 0) ((ow) 0))) +("tuttle" nil (((t ah) 1) ((t ax l) 0))) +("tutton" nil (((t ah) 1) ((t ax n) 0))) +("tutu" nil (((t uw) 1) ((t uw) 1))) +("tutwiler" nil (((t ah) 1) ((t w ay) 1) ((l er) 0))) +("tux" nil (((t ah k s) 1))) +("tuxedo" nil (((t ah k) 1) ((s iy) 1) ((d ow) 0))) +("tuxedoes" n (((t ax k) 0) ((s iy) 1) ((d ow z) 0))) +("tuxedos" nil (((t ax k) 0) ((s iy) 1) ((d ow z) 1))) +("tuxford" nil (((t ah k) 1) ((s f er d) 0))) +("tuxhorn" nil (((t ah k s) 1) ((hh er n) 0))) +("tuyle" nil (((t uw l) 1))) +("tuzla" nil (((t uw) 1) ((z l ax) 0))) +("tuzzolino" nil (((t uw t) 0) ((s ow) 0) ((l iy) 1) ((n ow) 0))) +("tvedt" nil (((t) 0) ((v eh d t) 1))) +("tveit" nil (((t) 0) ((v iy t) 1))) +("tvsat" nil (((t ax v) 0) ((s ae t) 1))) +("twaddell" nil (((t w aa) 0) ((d eh l) 1))) +("twaddle" nil (((t w aa) 1) ((d ax l) 0))) +("twain" nil (((t w ey n) 1))) +("twang" nil (((t w aa ng) 1))) +("twangy" nil (((t w aa n) 1) ((jh iy) 0))) +("twardowski" nil (((t w er) 0) ((d aw) 1) ((s k iy) 0))) +("twardy" nil (((t w ao r) 1) ((d iy) 0))) +("twarog" nil (((t w ao) 1) ((r ao g) 0))) +("tweak" nil (((t w iy k) 1))) +("tweaked" nil (((t w iy k t) 1))) +("tweaking" nil (((t w iy) 1) ((k ih ng) 0))) +("tweaks" nil (((t w iy k s) 1))) +("twedt" nil (((t w eh d t) 1))) +("tweed" nil (((t w iy d) 1))) +("tweedie" nil (((t w iy) 1) ((d iy) 0))) +("tweedle" nil (((t w iy) 1) ((d ax l) 0))) +("tweedy" nil (((t w iy) 1) ((d iy) 0))) +("tweet" nil (((t w iy t) 1))) +("tweezers" nil (((t w iy) 1) ((z er z) 0))) +("twelfth" nil (((t w eh l f th) 1))) +("twelve" nil (((t w eh l v) 1))) +("twelvth" nil (((t w eh l v th) 1))) +("twenties" nil (((t w eh n) 1) ((t iy z) 0))) +("twentieth" nil (((t w eh n) 1) ((t iy) 0) ((ax th) 0))) +("twenty" nil (((t w eh n) 1) ((t iy) 0))) +("twersky" nil (((t w er) 1) ((s k iy) 0))) +("tweten" nil (((t w iy) 1) ((t ax n) 0))) +("twice" nil (((t w ay s) 1))) +("twichell" nil (((t w ih) 1) ((ch ax l) 0))) +("twiddle" nil (((t w ih) 1) ((d ax l) 0))) +("twiddy" nil (((t w ih) 1) ((d iy) 0))) +("twiford" nil (((t w ih) 1) ((f er d) 0))) +("twigg" nil (((t w ih g) 1))) +("twigged" nil (((t w ih g d) 1))) +("twiggs" nil (((t w ih g z) 1))) +("twiggy" nil (((t w ih) 1) ((g iy) 0))) +("twigs" nil (((t w ih g z) 1))) +("twilight" nil (((t w ay) 1) ((l ay t) 1))) +("twill" nil (((t w ih l) 1))) +("twilley" nil (((t w ih) 1) ((l iy) 0))) +("twin" nil (((t w ih n) 1))) +("twine" nil (((t w ay n) 1))) +("twined" nil (((t w ay n d) 1))) +("twinge" nil (((t w ih n jh) 1))) +("twining" nil (((t w ay) 1) ((n ih ng) 0))) +("twinjets" nil (((t w ih n) 1) ((jh eh t s) 1))) +("twinkies" nil (((t w ih ng) 1) ((k iy z) 0))) +("twinkle" nil (((t w ih ng) 1) ((k ax l) 0))) +("twinkles" nil (((t w ih ng) 1) ((k ax l z) 0))) +("twinkling" nil (((t w ih ng) 1) ((k ax) 0) ((l ih ng) 0))) +("twins" nil (((t w ih n z) 1))) +("twinsburg" nil (((t w ih n z) 1) ((b er g) 0))) +("twirl" nil (((t w er l) 1))) +("twirled" nil (((t w er l d) 1))) +("twirler" nil (((t w er) 1) ((l er) 0))) +("twirling" nil (((t w er) 1) ((l ih ng) 0))) +("twirls" nil (((t w er l z) 1))) +("twiss" nil (((t w ih s) 1))) +("twist" nil (((t w ih s t) 1))) +("twisted" nil (((t w ih) 1) ((s t ax d) 0))) +("twister" nil (((t w ih) 1) ((s t er) 0))) +("twisters" nil (((t w ih) 1) ((s t er z) 0))) +("twisting" nil (((t w ih) 1) ((s t ih ng) 0))) +("twists" nil (((t w ih s t s) 1))) +("twisty" nil (((t w ih) 1) ((s t iy) 0))) +("twitch" nil (((t w ih ch) 1))) +("twitched" nil (((t w ih ch t) 1))) +("twitchell" nil (((t w ih) 1) ((ch ax l) 0))) +("twitches" nil (((t w ih) 1) ((ch ih z) 0))) +("twitching" nil (((t w ih) 1) ((ch ih ng) 0))) +("twite" nil (((t w ay t) 1))) +("twitty" nil (((t w ih) 1) ((t iy) 0))) +("two" nil (((t uw) 1))) +("twofold" nil (((t uw) 1) ((f ow l d) 1))) +("twohig" nil (((t w ow) 1) ((hh ih g) 0))) +("twombly" nil (((t w uw m) 1) ((b l iy) 0))) +("twomey" nil (((t w aa) 1) ((m iy) 0))) +("twonshein" nil (((t w aa n) 1) ((sh ay n) 1))) +("tworek" nil (((t w er) 1) ((ih k) 0))) +("twos" nil (((t uw z) 1))) +("twosome" nil (((t uw) 1) ((s ax m) 0))) +("twothirds" nil (((t uw) 1) ((th er d z) 1))) +("twyford" nil (((t w ay) 1) ((f er d) 0))) +("twyla" nil (((t w ay) 1) ((l ax) 0))) +("twyman" nil (((t w ay) 1) ((m ax n) 0))) +("ty" nil (((t ay) 1))) +("tybalt" nil (((t ih) 1) ((b ax l t) 0))) +("tyburski" nil (((t ay) 0) ((b er) 1) ((s k iy) 0))) +("tyce" nil (((t ay s) 1))) +("tyco" nil (((t ay) 1) ((k ow) 0))) +("tycoon" nil (((t ay) 0) ((k uw n) 1))) +("tycoons" nil (((t ay) 0) ((k uw n z) 1))) +("tydings" nil (((t ay) 1) ((d ih ng z) 0))) +("tye" nil (((t ay) 1))) +("tyer" nil (((t ay) 1) ((er) 0))) +("tygar" nil (((t ay) 1) ((g aa r) 1))) +("tygart" nil (((t ay) 1) ((g aa r t) 1))) +("tyger" nil (((t ay) 1) ((g er) 0))) +("tying" nil (((t ay) 1) ((ih ng) 0))) +("tyke" nil (((t ay k) 1))) +("tylan" nil (((t ay) 1) ((l ax n) 0))) +("tylee" nil (((t ay) 1) ((l iy) 0))) +("tylenol" nil (((t ay) 1) ((l ax) 0) ((n ao l) 0))) +("tyler" nil (((t ay) 1) ((l er) 0))) +("tylka" nil (((t ih l) 1) ((k ax) 0))) +("tyminski" nil (((t ih) 0) ((m ih n) 1) ((s k iy) 0))) +("tymnet" nil (((t ay m) 1) ((n eh t) 1))) +("tympanic" nil (((t ih m) 0) ((p ae) 1) ((n ih k) 0))) +("tympanum" nil (((t ih m) 1) ((p ax) 0) ((n ax m) 0))) +("tynan" nil (((t ay) 1) ((n ax n) 0))) +("tyndall" nil (((t ih n) 1) ((d ax l) 0))) +("tyner" nil (((t ay) 1) ((n er) 0))) +("tynes" nil (((t ay n z) 1))) +("tyo" nil (((t ay) 1) ((ow) 0))) +("type" nil (((t ay p) 1))) +("typecast" n (((t ay p) 1) ((k ae s t) 1))) +("typecasting" nil (((t ay p) 1) ((k ae) 1) ((s t ih ng) 0))) +("typed" nil (((t ay p t) 1))) +("typeface" nil (((t ay p) 1) ((f ey s) 1))) +("typefaces" nil (((t ay p) 1) ((f ey) 1) ((s ax z) 0))) +("types" nil (((t ay p s) 1))) +("typeset" nil (((t ay p) 1) ((s eh t) 1))) +("typesetting" nil (((t ay p) 1) ((s eh) 1) ((t ih ng) 0))) +("typewriter" nil (((t ay) 1) ((p r ay) 1) ((t er) 0))) +("typewriters" nil (((t ay) 1) ((p r ay) 1) ((t er z) 0))) +("typewriting" nil (((t ay) 1) ((p r ay) 1) ((t ih ng) 0))) +("typewritten" nil (((t ay) 1) ((p r ih) 1) ((t ax n) 0))) +("typhoid" nil (((t ay) 1) ((f oy d) 0))) +("typhoon" nil (((t ay) 1) ((f uw n) 1))) +("typhoons" nil (((t ay) 1) ((f uw n z) 1))) +("typhus" nil (((t ay) 1) ((f ax s) 0))) +("typical" nil (((t ih) 1) ((p ax) 0) ((k ax l) 0))) +("typically" nil (((t ih) 1) ((p ax) 0) ((k l iy) 0))) +("typified" nil (((t ih) 1) ((p ax) 0) ((f ay d) 1))) +("typifies" nil (((t ih) 1) ((p ax) 0) ((f ay z) 1))) +("typify" nil (((t ih) 1) ((p ax) 0) ((f ay) 1))) +("typing" nil (((t ay) 1) ((p ih ng) 0))) +("typist" nil (((t ay) 1) ((p ih s t) 0))) +("typists" nil (((t ay) 1) ((p ih s t s) 0))) +("typo" nil (((t ay) 1) ((p ow) 0))) +("typographical" nil (((t ay) 1) ((p ax) 0) ((g r ae) 1) ((f ih) 0) ((k ax l) 0))) +("typography" nil (((t ax) 0) ((p aa) 1) ((g r ax) 0) ((f iy) 0))) +("tyra" nil (((t ay) 1) ((r ax) 0))) +("tyrannical" nil (((t er) 0) ((ae) 1) ((n ih) 0) ((k ax l) 0))) +("tyrannies" nil (((t ih) 1) ((r ax) 0) ((n iy z) 0))) +("tyranny" nil (((t ih) 1) ((r ax) 0) ((n iy) 0))) +("tyrant" nil (((t ay) 1) ((r ax n t) 0))) +("tyrants" nil (((t ay) 1) ((r ax n t s) 0))) +("tyre" nil (((t ay r) 1))) +("tyree" nil (((t ay) 0) ((r iy) 1))) +("tyrell" nil (((t ay) 1) ((r ax l) 0))) +("tyrone" nil (((t ay) 1) ((r ow n) 1))) +("tyrrell" nil (((t ay) 1) ((r eh l) 1))) +("tyrrhenian" nil (((t er) 0) ((iy) 1) ((n iy) 0) ((ax n) 0))) +("tysinger" nil (((t ay) 1) ((s ih n) 0) ((jh er) 0))) +("tyson" nil (((t ay) 1) ((s ax n) 0))) +("tysons" nil (((t ay) 1) ((s ax n z) 0))) +("tyus" nil (((t y uw s) 1))) +("u" nil (((y uw) 1))) +("uarco" nil (((y uw) 1) ((aa r) 1) ((k ow) 0))) +("uart" nil (((y uw) 1) ((aa r t) 0))) +("ubben" nil (((ah) 1) ((b ax n) 0))) +("uber" nil (((y uw) 1) ((b er) 0))) +("ubi" nil (((uw) 1) ((b iy) 0))) +("ubiquitous" nil (((y uw) 0) ((b ih) 1) ((k w ih) 0) ((t ax s) 0))) +("ubiquity" nil (((y uw) 0) ((b ih) 1) ((k w ih) 0) ((t iy) 0))) +("uccel" nil (((uw) 1) ((ch ax l) 0))) +("ucci" nil (((uw) 1) ((ch iy) 0))) +("uchida" nil (((uw) 0) ((k iy) 1) ((d ax) 0))) +("uclaf" nil (((ah) 1) ((k l ae f) 0))) +("udagawa" nil (((uw) 1) ((d aa) 0) ((g aa) 1) ((w ax) 0))) +("udale" nil (((y uw) 1) ((d ey l) 1))) +("udall" nil (((y uw) 1) ((d ax l) 0))) +("uddin" nil (((ah) 1) ((d ih n) 0))) +("ude" nil (((uw d) 1))) +("udell" nil (((ah) 1) ((d ax l) 0))) +("udelle" nil (((ax) 0) ((d eh l) 1))) +("uden" nil (((uw) 1) ((d ax n) 0))) +("udo" nil (((uw) 1) ((d ow) 1))) +("udolf" nil (((ah) 1) ((d ow l f) 0))) +("udon" nil (((uw) 1) ((d ao n) 2))) +("udvar" nil (((ah d) 1) ((v aa r) 0))) +("udverhye" nil (((uw d) 1) ((v eh r) 1) ((hh iy) 0))) +("udy" nil (((y uw) 1) ((d iy) 0))) +("ue" nil (((y uw) 1) ((iy) 1))) +("uebel" nil (((uh) 1) ((b ax l) 0))) +("ueberroth" nil (((y uw) 1) ((b er) 0) ((r ao th) 1))) +("uecker" nil (((uh) 1) ((k er) 0))) +("ueckert" nil (((uh) 1) ((k er t) 0))) +("ueda" nil (((w eh) 1) ((d ax) 0))) +("uehara" nil (((uw) 0) ((ey) 0) ((hh aa) 1) ((r ax) 0))) +("uehling" nil (((uh) 1) ((l ih ng) 0))) +("ueki" nil (((y uw) 1) ((eh) 1) ((k iy) 0))) +("ueland" nil (((uh) 1) ((l ax n d) 0))) +("uelman" nil (((uh l) 1) ((m ax n) 0))) +("uelmen" nil (((uh l) 1) ((m eh n) 0))) +("uemura" nil (((uw) 1) ((ih) 0) ((m uw) 1) ((r ax) 0))) +("ueno" nil (((w eh) 1) ((n ow) 0))) +("uffelman" nil (((ah) 1) ((f ax l) 0) ((m ax n) 0))) +("ugalde" nil (((uw) 0) ((g aa l) 1) ((d iy) 0))) +("uganda" nil (((y uw) 0) ((g ae n) 1) ((d ax) 0))) +("ugandan" nil (((y uw) 1) ((g ae n) 1) ((d ax n) 0))) +("ugarte" nil (((uw) 0) ((g aa r) 1) ((t iy) 0))) +("ugc" nil (((y uw) 1) ((jh iy) 1) ((s iy) 1))) +("ugh" nil (((ah g) 1))) +("uglier" nil (((ah) 1) ((g l iy) 0) ((er) 0))) +("ugliest" nil (((ah) 1) ((g l iy) 0) ((ax s t) 0))) +("ugliness" nil (((ah) 1) ((g l iy) 0) ((n ax s) 0))) +("ugly" nil (((ah) 1) ((g l iy) 0))) +("ugolin" nil (((y uw) 1) ((g ax) 0) ((l ih n) 0))) +("ugolini" nil (((uw) 0) ((g ow) 0) ((l iy) 1) ((n iy) 0))) +("ugordon" nil (((y uw) 0) ((g ao r) 1) ((d ax n) 0))) +("ugric" nil (((y uw) 1) ((g r ih k) 0))) +("uh" nil (((ah) 1))) +("uhde" nil (((ah d) 1))) +("uher" nil (((uw) 1) ((er) 0))) +("uhl" nil (((ah l) 1))) +("uhland" nil (((uw) 1) ((l ax n d) 0))) +("uhle" nil (((uw) 1) ((ax l) 0))) +("uhler" nil (((uw) 1) ((l er) 0))) +("uhlich" nil (((uw) 1) ((l ih k) 0))) +("uhlig" nil (((uw) 1) ((l ih g) 0))) +("uhlir" nil (((uw) 1) ((l er) 0))) +("uhlman" nil (((uw l) 1) ((m ax n) 0))) +("uhlmann" nil (((uw l) 1) ((m ax n) 0))) +("uhls" nil (((uw l z) 1))) +("uhr" nil (((uh r) 1))) +("uhrich" nil (((uh) 1) ((r ih k) 0))) +("uhrig" nil (((uh) 1) ((r ih g) 0))) +("uhrin" nil (((uh) 1) ((r ih n) 0))) +("uk" n (((y uw) 1) ((k ey) 1))) +("ukase" nil (((y uw) 1) ((k ey z) 1))) +("ukman" nil (((ah k) 1) ((m ax n) 0))) +("ukraine" nil (((y uw) 0) ((k r ey n) 1))) +("ukrainian" nil (((y uw) 0) ((k r ey) 1) ((n iy) 0) ((ax n) 0))) +("ukrainians" nil (((y uw) 0) ((k r ey) 1) ((n iy) 0) ((ax n z) 0))) +("ukulele" nil (((y uw) 1) ((k ax) 0) ((l ey) 1) ((l iy) 0))) +("ul" nil (((ah l) 1))) +("ula" nil (((y uw) 1) ((l ax) 0))) +("ulam" nil (((y uw) 1) ((l ae m) 0))) +("uland" nil (((y uw) 1) ((l ax n d) 0))) +("ulatowski" nil (((ax) 0) ((l ax) 0) ((t ao f) 1) ((s k iy) 0))) +("ulbrich" nil (((ah l) 1) ((b r ih k) 0))) +("ulbricht" nil (((ah l) 1) ((b r ih k t) 0))) +("ulcer" nil (((ah l) 1) ((s er) 0))) +("ulcers" nil (((ah l) 1) ((s er z) 0))) +("ulch" nil (((ah l ch) 1))) +("ulery" nil (((ax) 0) ((l er) 1) ((iy) 0))) +("ulf" nil (((ah l f) 1))) +("ulfred" nil (((ah l) 1) ((f er d) 0))) +("ulger" nil (((ah l) 1) ((g er) 0))) +("uliano" nil (((uw) 0) ((l iy) 0) ((aa) 1) ((n ow) 0))) +("ulibarri" nil (((uw) 0) ((l iy) 0) ((b aa) 1) ((r iy) 0))) +("ulicny" nil (((ax) 0) ((l ih k) 1) ((n iy) 0))) +("ulima" nil (((uw) 0) ((l iy) 1) ((m ax) 0))) +("ulin" nil (((y uw) 1) ((l ih n) 0))) +("ulitsa" nil (((y uw) 0) ((l ih t) 1) ((s ax) 0))) +("ulland" nil (((ah) 1) ((l ax n d) 0))) +("ullenberg" nil (((y uw) 1) ((l ax n) 0) ((b er g) 0))) +("ullery" nil (((uw) 1) ((l er) 0) ((iy) 0))) +("ullman" nil (((ah l) 1) ((m ax n) 0))) +("ullmann" nil (((ah l) 1) ((m ax n) 0))) +("ullmer" nil (((ah l) 1) ((m er) 0))) +("ulloa" nil (((uw) 0) ((l ow) 1) ((ax) 0))) +("ullock" nil (((ah) 1) ((l ax k) 0))) +("ullom" nil (((ah) 1) ((l ax m) 0))) +("ullrich" nil (((uh l) 1) ((r ih k) 0))) +("ulm" nil (((ah l m) 1))) +("ulman" nil (((ah l) 1) ((m ax n) 0))) +("ulmar" nil (((ah l) 1) ((m er) 0))) +("ulmer" nil (((ah l) 1) ((m er) 0))) +("ulmus" nil (((ah l) 1) ((m ax s) 0))) +("ulrey" nil (((ah l) 1) ((r iy) 0))) +("ulric" nil (((ah l) 1) ((r ih k) 0))) +("ulrica" nil (((ah l) 1) ((r ih) 0) ((k ax) 0))) +("ulrich" nil (((ah l) 1) ((r ih ch) 0))) +("ulrick" nil (((ah l) 1) ((r ih k) 0))) +("ulsan" nil (((ah l) 1) ((s ax n) 0))) +("ulsh" nil (((ah l sh) 1))) +("ulshafer" nil (((ah l) 1) ((sh ax) 0) ((f er) 0))) +("ulster" nil (((ah l) 1) ((s t er) 0))) +("ulterior" nil (((ax l) 0) ((t ih) 1) ((r iy) 0) ((er) 0))) +("ultima" nil (((ah l) 1) ((t ih) 0) ((m ax) 0))) +("ultimate" nil (((ah l) 1) ((t ax) 0) ((m ax t) 0))) +("ultimately" nil (((ah l) 1) ((t ax) 0) ((m ax t) 0) ((l iy) 0))) +("ultimatum" nil (((ah l) 1) ((t ax) 0) ((m ey) 1) ((t ax m) 0))) +("ultimatums" nil (((ah l) 1) ((t ax) 0) ((m ey) 1) ((t ax m z) 0))) +("ultra" nil (((ah l) 1) ((t r ax) 0))) +("ultraconservative" nil (((ah l) 1) ((t r ax) 0) ((k ax n) 0) ((s er) 1) ((v ax) 0) ((t ih v) 0))) +("ultrair" nil (((ah l) 1) ((t r eh r) 1))) +("ultramar" nil (((ah l) 1) ((t r ax) 0) ((m aa r) 0))) +("ultramodern" nil (((ah l) 1) ((t r ax) 0) ((m aa) 1) ((d er n) 0))) +("ultranationalist" nil (((ah l) 1) ((t r ax) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ax s t) 0))) +("ultranationalists" nil (((ah l) 1) ((t r ax) 0) ((n ae) 1) ((sh ax) 0) ((n ax) 0) ((l ax s t s) 0))) +("ultrasonic" nil (((ah l) 1) ((t r ax) 0) ((s aa) 1) ((n ih k) 0))) +("ultrasound" nil (((ah l) 1) ((t r ax) 0) ((s aw n d) 1))) +("ultrasystems" nil (((ah l) 1) ((t r ax) 0) ((s ih) 1) ((s t ax m z) 0))) +("ultraviolet" nil (((ah l) 1) ((t r ax) 0) ((v ay) 1) ((ax) 0) ((l ih t) 0))) +("ulundi" nil (((y uw) 0) ((l ah n) 1) ((d iy) 0))) +("ulva" nil (((uw l) 1) ((v ax) 0))) +("ulvert" nil (((ah l) 1) ((v er t) 0))) +("ulysses" nil (((y uw) 0) ((l ih) 1) ((s iy z) 0))) +("um" nil (((ah m) 1))) +("umana" nil (((uw) 0) ((m aa) 1) ((n ax) 0))) +("umansky" nil (((ax) 0) ((m ae n) 1) ((s k iy) 0))) +("umbach" nil (((ah m) 1) ((b aa k) 1))) +("umbarger" nil (((ah m) 1) ((b aa r) 1) ((g er) 0))) +("umbaugh" nil (((ah m) 1) ((b aw) 0))) +("umbel" nil (((ah m) 1) ((b ax l) 0))) +("umberger" nil (((ah m) 1) ((b er) 0) ((g er) 0))) +("umberto" nil (((ax m) 0) ((b eh r) 1) ((t ow) 1))) +("umbilical" nil (((ax m) 0) ((b ih) 1) ((l ih) 0) ((k ax l) 0))) +("umble" nil (((ah m) 1) ((b ax l) 0))) +("umbra" nil (((ah m) 1) ((b r ax) 0))) +("umbrage" nil (((ah m) 1) ((b r ih jh) 0))) +("umbrella" nil (((ax m) 0) ((b r eh) 1) ((l ax) 0))) +("umbrellas" nil (((ax m) 0) ((b r eh) 1) ((l ax z) 0))) +("umetsu" nil (((y uw) 1) ((m eh t) 1) ((s uw) 0))) +("umfleet" nil (((ah m) 1) ((f l iy t) 1))) +("umholtz" nil (((ah m) 1) ((hh ow l t s) 1))) +("umland" nil (((ah m) 1) ((l ax n d) 0))) +("umlasi" nil (((uw m) 1) ((l aa) 1) ((s iy) 0))) +("umlauf" nil (((ah m) 1) ((l aw f) 0))) +("umm" nil (((ah m) 1))) +("ummel" nil (((ah) 1) ((m ax l) 0))) +("umphlett" nil (((ax m) 0) ((f l eh t) 1))) +("umphress" nil (((ah m) 1) ((f r ih s) 0))) +("umphrey" nil (((ah m) 1) ((f r iy) 0))) +("umpire" nil (((ah m) 1) ((p ay) 1) ((er) 0))) +("umpires" nil (((ah m) 1) ((p ay) 1) ((er z) 0))) +("umpteen" nil (((ah m p) 1) ((t iy n) 1))) +("umpteenth" nil (((ah m p) 1) ((t iy n th) 1))) +("umscheid" nil (((ah m) 1) ((sh ay d) 1))) +("umstead" nil (((ah m) 1) ((s t eh d) 1))) +("un" nil (((ah n) 1))) +("una" nil (((uw) 1) ((n ax) 0))) +("unabashed" nil (((ah) 1) ((n ax) 0) ((b ae sh t) 1))) +("unabashedly" nil (((ah) 1) ((n ax) 0) ((b ae) 1) ((sh ih d) 0) ((l iy) 0))) +("unabated" nil (((ah) 1) ((n ax) 0) ((b ey) 1) ((t ih d) 0))) +("unable" nil (((ax) 0) ((n ey) 1) ((b ax l) 0))) +("unabridged" nil (((ah) 1) ((n ax) 0) ((b r ih jh d) 1))) +("unacceptable" nil (((ah) 1) ((n ae k) 0) ((s eh p) 1) ((t ax) 0) ((b ax l) 0))) +("unacceptably" nil (((ah) 1) ((n ae k) 0) ((s eh p) 1) ((t ax) 0) ((b l iy) 0))) +("unaccompanied" nil (((ah) 1) ((n ax) 0) ((k ah m) 1) ((p ax) 0) ((n iy d) 0))) +("unaccountable" nil (((ah) 1) ((n ax) 0) ((k aw n) 1) ((t ax) 0) ((b ax l) 0))) +("unaccountably" nil (((ah) 1) ((n ax) 0) ((k aw n) 1) ((t ax) 0) ((b l iy) 0))) +("unaccounted" nil (((ah) 1) ((n ax) 0) ((k aw n) 1) ((t ih d) 0))) +("unaccredited" nil (((ah) 1) ((n ax) 0) ((k r eh) 1) ((d ih) 1) ((t ih d) 0))) +("unaccustomed" nil (((ah) 1) ((n ax) 0) ((k ah) 1) ((s t ax m d) 0))) +("unacknowledged" n (((ah) 1) ((n ax k) 0) ((n aa) 1) ((l ax jh d) 0))) +("unaddressed" nil (((ah) 1) ((n ax) 0) ((d r eh s t) 1))) +("unadited" nil (((ax) 0) ((n ae) 1) ((d ih) 1) ((t ih d) 0))) +("unadjusted" nil (((ah) 1) ((n ax) 0) ((jh ah) 1) ((s t ih d) 0))) +("unadorned" nil (((ah) 1) ((n ax) 0) ((d ao r n d) 1))) +("unadulterated" nil (((ah) 1) ((n ax) 0) ((d ah l) 1) ((t er) 0) ((ey) 1) ((t ih d) 0))) +("unaffected" nil (((ah) 1) ((n ax) 0) ((f eh k) 1) ((t ih d) 0))) +("unaffiliated" nil (((ax) 0) ((n ax) 0) ((f ih) 1) ((l iy) 0) ((ey) 1) ((t ih d) 0))) +("unaffordable" nil (((ax) 0) ((n ax) 0) ((f ao r) 1) ((d ax) 0) ((b ax l) 0))) +("unafraid" nil (((ah) 1) ((n ax) 0) ((f r ey d) 1))) +("unaided" nil (((ax) 0) ((n ey) 1) ((d ih d) 0))) +("unallocated" nil (((ax) 0) ((n ae) 1) ((l ax) 0) ((k ey) 1) ((t ih d) 0))) +("unallowable" nil (((ah) 1) ((n ax) 0) ((l aw) 1) ((ax) 0) ((b ax l) 0))) +("unalloyed" nil (((ax) 0) ((n ae) 1) ((l oy d) 1))) +("unalterable" nil (((ax) 0) ((n ao l) 1) ((t er) 0) ((ax) 0) ((b ax l) 0))) +("unaltered" nil (((ax) 0) ((n ao l) 1) ((t er d) 0))) +("unambiguous" nil (((ah) 1) ((n ae m) 0) ((b ih) 1) ((g y ax) 0) ((w ax s) 0))) +("unambiguously" nil (((ax) 0) ((n ae m) 0) ((b ih) 1) ((g y uw) 0) ((ax) 0) ((s l iy) 0))) +("unamended" nil (((ax) 0) ((n ax) 0) ((m eh n) 1) ((d ih d) 0))) +("unamortized" nil (((ax) 0) ((n ae) 1) ((m er) 0) ((t ay z d) 1))) +("unangst" nil (((ao) 1) ((n ax ng s t) 0))) +("unanimity" nil (((y uw) 1) ((n ax) 0) ((n ih) 1) ((m ax) 0) ((t iy) 0))) +("unanimous" nil (((y uw) 0) ((n ae) 1) ((n ax) 0) ((m ax s) 0))) +("unanimously" nil (((y uw) 0) ((n ae) 1) ((n ax) 0) ((m ax) 0) ((s l iy) 0))) +("unannounced" nil (((ah) 1) ((n ax) 0) ((n aw n s t) 1))) +("unanswerable" nil (((ah) 1) ((n ae n) 1) ((s er) 0) ((ax) 0) ((b ax l) 0))) +("unanswered" nil (((ah) 1) ((n ae n) 1) ((s er d) 0))) +("unanticipated" nil (((ah) 1) ((n ae n) 0) ((t ih) 1) ((s ax) 0) ((p ey) 1) ((t ih d) 0))) +("unapologetic" nil (((ah) 1) ((n ax) 0) ((p aa) 1) ((l ax) 0) ((jh eh) 1) ((t ih k) 0))) +("unappealing" nil (((ah) 1) ((n ax) 0) ((p iy) 1) ((l ih ng) 0))) +("unappetizing" nil (((ah) 1) ((n ae) 1) ((p ax) 0) ((t ay) 1) ((z ih ng) 0))) +("unappreciated" nil (((ah) 1) ((n ax) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((t ih d) 0))) +("unapproved" nil (((ah) 1) ((n ax) 0) ((p r uw v d) 1))) +("unarmed" nil (((ax) 0) ((n aa r m d) 1))) +("unashamed" nil (((ah) 1) ((n ax) 0) ((sh ey m d) 1))) +("unashamedly" nil (((ah) 1) ((n ax) 0) ((sh ey) 1) ((m ax d) 0) ((l iy) 0))) +("unassailable" nil (((ah) 1) ((n ax) 0) ((s ey) 1) ((l ax) 0) ((b ax l) 0))) +("unassisted" nil (((ah) 1) ((n ax) 0) ((s ih) 1) ((s t ih d) 0))) +("unassuming" nil (((ah) 1) ((n ax) 0) ((s uw) 1) ((m ih ng) 0))) +("unattached" nil (((ah) 1) ((n ax) 0) ((t ae ch t) 1))) +("unattainable" nil (((ah) 1) ((n ax) 0) ((t ey) 1) ((n ax) 0) ((b ax l) 0))) +("unattended" nil (((ax) 0) ((n ax) 0) ((t eh n) 1) ((d ih d) 0))) +("unattractive" nil (((ah) 1) ((n ax) 0) ((t r ae k) 1) ((t ih v) 0))) +("unaudited" nil (((ax) 0) ((n ao) 1) ((d ax) 0) ((t ih d) 0))) +("unauthentic" nil (((ah) 1) ((n ao) 0) ((th eh n) 1) ((t ih k) 0))) +("unauthorized" nil (((ax) 0) ((n ao) 1) ((th er) 0) ((ay z d) 1))) +("unavailability" nil (((ax) 0) ((n ax) 0) ((v ey) 1) ((l ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("unavailable" nil (((ah) 1) ((n ax) 0) ((v ey) 1) ((l ax) 0) ((b ax l) 0))) +("unavailing" nil (((ah) 1) ((n ax) 0) ((v ey) 1) ((l ih ng) 0))) +("unavoidable" nil (((ah) 1) ((n ax) 0) ((v oy) 1) ((d ax) 0) ((b ax l) 0))) +("unavoidably" nil (((ah) 1) ((n ax) 0) ((v oy) 1) ((d ax) 0) ((b l iy) 0))) +("unaware" nil (((ah) 1) ((n ax) 0) ((w eh r) 1))) +("unbalanced" nil (((ax n) 0) ((b ae) 1) ((l ax n s t) 0))) +("unbearable" nil (((ax n) 0) ((b eh) 1) ((r ax) 0) ((b ax l) 0))) +("unbearably" nil (((ax n) 0) ((b eh) 1) ((r ax) 0) ((b l iy) 0))) +("unbeatable" nil (((ah n) 1) ((b iy) 1) ((t ax) 0) ((b ax l) 0))) +("unbeaten" nil (((ax n) 0) ((b iy) 1) ((t ax n) 0))) +("unbeknown" nil (((ah n) 1) ((b ih) 0) ((n ow n) 1))) +("unbeknownst" nil (((ax n) 0) ((b iy) 0) ((n ow n s t) 1))) +("unbelievable" nil (((ah n) 1) ((b ax) 0) ((l iy) 1) ((v ax) 0) ((b ax l) 0))) +("unbelievably" nil (((ah n) 1) ((b ax) 0) ((l iy) 1) ((v ax) 0) ((b l iy) 0))) +("unbelieving" nil (((ah n) 1) ((b ax) 0) ((l iy) 1) ((v ih ng) 0))) +("unbending" nil (((ah n) 1) ((b eh n) 1) ((d ih ng) 0))) +("unbiased" nil (((ah n) 1) ((b ay) 1) ((ax s t) 0))) +("unblemished" nil (((ax n) 0) ((b l eh) 1) ((m ih sh t) 0))) +("unbolted" nil (((ah n) 1) ((b ow l) 1) ((t ih d) 0))) +("unbook" nil (((ax n) 0) ((b uh k) 1))) +("unborn" nil (((ah n) 1) ((b ao r n) 1))) +("unbound" nil (((ax n) 0) ((b aw n d) 1))) +("unbounded" nil (((ax n) 0) ((b aw n) 1) ((d ih d) 0))) +("unbranded" nil (((ax n) 0) ((b r ae n) 1) ((d ih d) 0))) +("unbridled" nil (((ax n) 0) ((b r ay) 1) ((d ax l d) 0))) +("unbroken" nil (((ax n) 0) ((b r ow) 1) ((k ax n) 0))) +("unbuildable" nil (((ax n) 0) ((b ih l) 1) ((d ax) 0) ((b ax l) 0))) +("unbuilt" nil (((ah n) 1) ((b ih l t) 1))) +("unbundling" nil (((ax n) 0) ((b ah n d) 1) ((l ih ng) 0))) +("unburdened" nil (((ax n) 0) ((b er) 1) ((d ax n d) 0))) +("unburned" nil (((ax n) 0) ((b er n d) 1))) +("unbuttoned" nil (((ax n) 0) ((b ah) 1) ((t ax n d) 0))) +("uncalled" nil (((ax n) 0) ((k ao l d) 1))) +("uncannily" nil (((ax n) 0) ((k ae) 1) ((n ax) 0) ((l iy) 0))) +("uncanny" nil (((ax n) 0) ((k ae) 1) ((n iy) 0))) +("uncapher" nil (((ah n) 1) ((k ax) 0) ((f er) 0))) +("uncaring" nil (((ax n) 0) ((k eh) 1) ((r ih ng) 0))) +("unceasing" nil (((ax n) 0) ((s iy) 1) ((s ih ng) 0))) +("uncensored" nil (((ax n) 0) ((s eh n) 1) ((s er d) 0))) +("unceremonious" nil (((ah n) 1) ((s eh) 1) ((r ax) 0) ((m ow) 1) ((n iy) 0) ((ax s) 0))) +("unceremoniously" nil (((ah n) 1) ((s eh) 1) ((r ax) 0) ((m ow) 1) ((n iy) 0) ((ax) 0) ((s l iy) 0))) +("uncertain" nil (((ax n) 0) ((s er) 1) ((t ax n) 0))) +("uncertainties" nil (((ax n) 0) ((s er) 1) ((t ax n) 0) ((t iy z) 0))) +("uncertainty" nil (((ax n) 0) ((s er) 1) ((t ax n) 0) ((t iy) 0))) +("unchallenged" nil (((ax n) 0) ((ch ae) 1) ((l ih n jh d) 0))) +("unchanged" nil (((ax n) 0) ((ch ey n jh d) 1))) +("unchanging" nil (((ax n) 0) ((ch ey n) 1) ((jh ih ng) 0))) +("uncharacteristic" nil (((ah n) 1) ((k eh) 1) ((r ih k) 0) ((t er) 0) ((ih) 1) ((s t ih k) 0))) +("uncharacteristically" nil (((ah n) 1) ((k eh) 1) ((r ih k) 0) ((t er) 0) ((ih) 1) ((s t ih) 0) ((k l iy) 0))) +("uncharted" nil (((ax n) 0) ((ch aa r) 1) ((t ih d) 0))) +("unchecked" nil (((ax n) 0) ((ch eh k t) 1))) +("uncivilized" nil (((ax n) 0) ((s ih) 1) ((v ax) 0) ((l ay z d) 0))) +("unclaimed" nil (((ax n) 0) ((k l ey m d) 1))) +("unclassified" nil (((ax n) 0) ((k l ae) 1) ((s ih) 0) ((f ay d) 1))) +("uncle" nil (((ah ng) 1) ((k ax l) 0))) +("unclean" nil (((ax n) 0) ((k l iy n) 1))) +("unclear" nil (((ax n) 0) ((k l ih r) 1))) +("uncles" nil (((ah ng) 1) ((k ax l z) 0))) +("uncluttered" nil (((ax n) 0) ((k l ah) 1) ((t er d) 0))) +("uncoated" nil (((ax n) 0) ((k ow) 1) ((t ih d) 0))) +("uncoil" nil (((ah n) 1) ((k oy l) 1))) +("uncoiled" nil (((ah n) 1) ((k oy l d) 1))) +("uncollectable" nil (((ax n) 0) ((k ax) 0) ((l eh k) 1) ((t ax) 0) ((b ax l) 0))) +("uncollected" nil (((ax n) 0) ((k ax) 0) ((l eh k) 1) ((t ih d) 0))) +("uncollectible" nil (((ax n) 0) ((k ax) 0) ((l eh k) 1) ((t ih) 0) ((b ax l) 0))) +("uncomfortable" nil (((ax n) 0) ((k ah m) 1) ((f er) 0) ((t ax) 0) ((b ax l) 0))) +("uncomfortably" nil (((ax n) 0) ((k ah m f) 1) ((t ax) 0) ((b l iy) 0))) +("uncommitted" nil (((ah n) 1) ((k ax) 0) ((m ih) 1) ((t ih d) 0))) +("uncommon" nil (((ax n) 0) ((k aa) 1) ((m ax n) 0))) +("uncommonly" nil (((ah n) 1) ((k aa) 1) ((m ax n) 0) ((l iy) 0))) +("uncompensated" nil (((ax n) 0) ((k aa m) 1) ((p ax n) 0) ((s ey) 1) ((t ih d) 0))) +("uncompetitive" nil (((ax n) 0) ((k ax m) 0) ((p eh) 1) ((t ax) 0) ((t ih v) 0))) +("uncompleted" nil (((ah n) 1) ((k ax m) 0) ((p l iy) 1) ((t ih d) 0))) +("uncomplicated" nil (((ax n) 0) ((k aa m) 1) ((p l ax) 0) ((k ey) 1) ((t ih d) 0))) +("uncompromising" nil (((ax n) 0) ((k aa m) 1) ((p r ax) 0) ((m ay) 0) ((z ih ng) 0))) +("unconcealed" nil (((ah n) 1) ((k ax n) 0) ((s iy l d) 1))) +("unconcern" nil (((ah n) 1) ((k ax n) 0) ((s er n) 1))) +("unconcerned" nil (((ah n) 1) ((k ax n) 0) ((s er n d) 1))) +("unconditional" nil (((ah n) 1) ((k ax n) 0) ((d ih) 1) ((sh ax) 0) ((n ax l) 0))) +("unconditionally" nil (((ah n) 1) ((k ax n) 0) ((d ih) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("unconfined" nil (((ah n) 1) ((k ax n) 0) ((f ay n d) 1))) +("unconfirmed" nil (((ah n) 1) ((k ax n) 0) ((f er m d) 1))) +("unconnected" nil (((ah n) 1) ((k ax) 0) ((n eh k) 1) ((t ih d) 0))) +("unconscionable" nil (((ax n) 0) ((k aa n) 1) ((sh ax) 0) ((n ax) 0) ((b ax l) 0))) +("unconscious" nil (((ah n) 1) ((k aa n) 1) ((sh ax s) 0))) +("unconsciously" nil (((ah n) 1) ((k aa n) 1) ((sh ax) 0) ((s l iy) 0))) +("unconsolidated" nil (((ax n) 0) ((k ax n) 0) ((s aa) 1) ((l ax) 0) ((d ey) 1) ((t ih d) 0))) +("unconstitutional" nil (((ah n) 1) ((k aa n) 1) ((s t ax) 0) ((t uw) 1) ((sh ax) 0) ((n ax l) 0))) +("unconstitutionally" nil (((ah n) 1) ((k aa n) 1) ((s t ax) 0) ((t uw) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("unconstrained" nil (((ah n) 1) ((k ax n) 0) ((s t r ey n d) 1))) +("uncontested" nil (((ah n) 1) ((k ax n) 0) ((t eh) 1) ((s t ih d) 0))) +("uncontrollable" nil (((ah n) 1) ((k ax n) 0) ((t r ow) 1) ((l ax) 0) ((b ax l) 0))) +("uncontrollably" nil (((ah n) 1) ((k ax n) 0) ((t r ow) 1) ((l ax) 0) ((b l iy) 0))) +("uncontrolled" nil (((ah n) 1) ((k ax n) 0) ((t r ow l d) 1))) +("uncontroversial" nil (((ah n) 1) ((k aa n) 1) ((t r ax) 0) ((v er) 1) ((sh ax l) 0))) +("unconventional" nil (((ah n) 1) ((k ax n) 0) ((v eh n) 1) ((sh ax) 0) ((n ax l) 0))) +("unconverted" nil (((ah n) 1) ((k ax n) 0) ((v er) 1) ((t ih d) 0))) +("unconvinced" nil (((ah n) 1) ((k ax n) 0) ((v ih n s t) 1))) +("unconvincing" nil (((ah n) 1) ((k ax n) 0) ((v ih n) 1) ((s ih ng) 0))) +("uncooperative" nil (((ax n) 0) ((k ow) 0) ((aa) 1) ((p er) 0) ((ax) 0) ((t ih v) 0))) +("uncoordinated" nil (((ax n) 0) ((k ow) 0) ((ao r) 1) ((d ax) 0) ((n ey) 0) ((t ih d) 0))) +("uncorrected" nil (((ah n) 1) ((k er) 0) ((eh k) 1) ((t ih d) 0))) +("uncounted" nil (((ah n) 1) ((k aw n) 1) ((t ih d) 0))) +("uncouth" nil (((ah n) 1) ((k uw th) 1))) +("uncover" nil (((ax n) 0) ((k ah) 1) ((v er) 0))) +("uncovered" nil (((ax n) 0) ((k ah) 1) ((v er d) 0))) +("uncovering" nil (((ax n) 0) ((k ah) 1) ((v er) 0) ((ih ng) 0))) +("uncovers" nil (((ah n) 1) ((k ah) 1) ((v er z) 0))) +("uncritical" nil (((ax n) 0) ((k r ih) 1) ((t ih) 0) ((k ax l) 0))) +("uncritically" nil (((ax n) 0) ((k r ih) 1) ((t ih) 0) ((k ax) 0) ((l iy) 0))) +("unctuous" nil (((ah ng ch) 1) ((w ax s) 0))) +("uncured" nil (((ah n) 1) ((k y er d) 1))) +("uncut" nil (((ah n) 1) ((k ah t) 1))) +("und" nil (((ah n d) 1))) +("undamaged" nil (((ah n) 1) ((d ae) 1) ((m ax jh d) 0))) +("undated" nil (((ah n) 1) ((d ey) 1) ((t ih d) 0))) +("undaunted" nil (((ax n) 0) ((d ao n) 1) ((t ih d) 0))) +("undecided" nil (((ah n) 1) ((d ih) 0) ((s ay) 1) ((d ih d) 0))) +("undeclared" nil (((ax n) 0) ((d ih) 0) ((k l eh r d) 1))) +("undefeated" nil (((ah n) 1) ((d ih) 0) ((f iy) 1) ((t ih d) 0))) +("undefined" nil (((ah n) 1) ((d ih) 0) ((f ay n d) 1))) +("undelivered" nil (((ah n) 1) ((d ih) 0) ((l ih) 1) ((v er d) 0))) +("undemocratic" nil (((ah n) 1) ((d eh) 0) ((m ax) 0) ((k r ae) 1) ((t ih k) 0))) +("undeniable" nil (((ah n) 1) ((d ih) 0) ((n ay) 1) ((ax) 0) ((b ax l) 0))) +("undeniably" nil (((ah n) 1) ((d ih) 0) ((n ay) 1) ((ax) 0) ((b l iy) 0))) +("under" nil (((ah n) 1) ((d er) 0))) +("underachievers" nil (((ah n) 1) ((d er) 0) ((ax) 0) ((ch iy) 1) ((v er z) 0))) +("underage" nil (((ah n) 1) ((d er) 0) ((ih jh) 0))) +("underappreciated" n (((ah n) 1) ((d er) 0) ((ax) 0) ((p r iy) 1) ((sh iy) 0) ((ey) 1) ((t ax d) 0))) +("underarm" nil (((ah n) 1) ((d er) 0) ((aa r m) 1))) +("underbelly" nil (((ah n) 1) ((d er) 0) ((b eh) 1) ((l iy) 0))) +("underberg" nil (((ah n) 1) ((d er) 0) ((b er g) 0))) +("underbid" nil (((ah n) 1) ((d er) 0) ((b ih d) 1))) +("underbrush" nil (((ah n) 1) ((d er) 0) ((b r ah sh) 1))) +("undercapitalized" nil (((ax n) 0) ((d er) 0) ((k ae) 1) ((p ax) 0) ((t ax) 0) ((l ay z d) 1))) +("undercarriage" nil (((ah n) 1) ((d er) 0) ((k ae) 1) ((r ih jh) 0))) +("underclass" nil (((ah n) 1) ((d er) 0) ((k l ae s) 1))) +("undercoat" nil (((ah n) 1) ((d er) 0) ((k ow t) 1))) +("undercooked" nil (((ax n) 0) ((d er) 0) ((k uh k t) 1))) +("undercount" nil (((ah n) 1) ((d er) 0) ((k aw n t) 1))) +("undercounted" nil (((ah n) 1) ((d er) 0) ((k aw n) 1) ((t ih d) 0))) +("undercover" nil (((ah n) 1) ((d er) 0) ((k ah) 1) ((v er) 0))) +("undercurrent" nil (((ah n) 1) ((d er) 0) ((k er) 1) ((ax n t) 0))) +("undercurrents" nil (((ah n) 1) ((d er) 0) ((k er) 1) ((ax n t s) 0))) +("undercut" nil (((ah n) 1) ((d er) 0) ((k ah t) 1))) +("undercuts" nil (((ah n) 1) ((d er) 0) ((k ah t s) 1))) +("undercutting" nil (((ah n) 1) ((d er) 0) ((k ah) 1) ((t ih ng) 0))) +("underdahl" nil (((ah n) 1) ((d er) 0) ((d aa l) 1))) +("underdeveloped" nil (((ah n) 1) ((d er) 0) ((d ih) 0) ((v eh) 1) ((l ax p t) 0))) +("underdevelopment" nil (((ax n) 0) ((d er) 0) ((d ax) 0) ((v eh) 1) ((l ax p) 0) ((m ax n t) 0))) +("underdog" nil (((ah n) 1) ((d er) 0) ((d ao g) 1))) +("underdogs" nil (((ah n) 1) ((d er) 0) ((d ao g z) 1))) +("underdown" nil (((ah n) 1) ((d er) 0) ((d aw n) 1))) +("underemployed" nil (((ah n) 1) ((d er) 0) ((ih m) 0) ((p l oy d) 1))) +("underemployment" nil (((ax n) 0) ((d er) 0) ((ih m) 0) ((p l oy) 1) ((m ax n t) 0))) +("underestimate" nil (((ah n) 1) ((d er) 0) ((eh) 1) ((s t ax) 0) ((m ey t) 1))) +("underestimated" nil (((ah n) 1) ((d er) 0) ((eh) 1) ((s t ax) 0) ((m ey) 1) ((t ih d) 0))) +("underestimates" nil (((ah n) 1) ((d er) 0) ((eh) 1) ((s t ih) 0) ((m ih t s) 0))) +("underestimating" nil (((ah n) 1) ((d er) 0) ((eh) 1) ((s t ih) 0) ((m ey) 1) ((t ih ng) 0))) +("underfinanced" nil (((ax n) 0) ((d er) 0) ((f ih) 0) ((n ae n s t) 1))) +("underfoot" nil (((ah n) 1) ((d er) 0) ((f uh t) 1))) +("underfunded" nil (((ah n) 1) ((d er) 0) ((f ah n) 1) ((d ih d) 0))) +("underfunding" nil (((ah n) 1) ((d er) 0) ((f ah n) 1) ((d ih ng) 0))) +("undergarment" nil (((ah n) 1) ((d er) 0) ((g aa r) 1) ((m ax n t) 0))) +("undergarments" nil (((ah n) 1) ((d er) 0) ((g aa r) 1) ((m ax n t s) 0))) +("undergo" nil (((ah n) 1) ((d er) 0) ((g ow) 1))) +("undergoes" nil (((ah n) 1) ((d er) 0) ((g ow z) 1))) +("undergoing" nil (((ah n) 1) ((d er) 0) ((g ow) 1) ((ih ng) 0))) +("undergone" nil (((ah n) 1) ((d er) 0) ((g ao n) 1))) +("undergrad" nil (((ah n) 1) ((d er) 0) ((g r ae d) 1))) +("undergraduate" nil (((ah n) 1) ((d er) 0) ((g r ae) 1) ((jh ax) 0) ((w ax t) 0))) +("undergraduates" nil (((ah n) 1) ((d er) 0) ((g r ae) 1) ((jh ax) 0) ((w ax t s) 0))) +("underground" nil (((ah n) 1) ((d er) 0) ((g r aw n d) 1))) +("undergrowth" nil (((ah n) 1) ((d er) 0) ((g r ow th) 1))) +("underhanded" nil (((ah n) 1) ((d er) 0) ((hh ae n) 1) ((d ih d) 0))) +("underhill" nil (((ah n) 1) ((d er) 0) ((hh ih l) 1))) +("underkoffler" nil (((ah n) 1) ((d er) 0) ((k ax) 0) ((f ax) 0) ((l er) 0))) +("underlie" nil (((ah n) 1) ((d er) 0) ((l ay) 1))) +("underlies" nil (((ah n) 1) ((d er) 0) ((l ay z) 1))) +("underline" nil (((ah n) 1) ((d er) 0) ((l ay n) 1))) +("underlined" nil (((ah n) 1) ((d er) 0) ((l ay n d) 1))) +("underlines" nil (((ah n) 1) ((d er) 0) ((l ay n z) 1))) +("underling" nil (((ah n) 1) ((d er) 0) ((l ih ng) 0))) +("underlings" nil (((ah n) 1) ((d er) 0) ((l ih ng z) 0))) +("underlining" nil (((ah n) 1) ((d er) 0) ((l ay) 1) ((n ih ng) 0))) +("underlying" nil (((ah n) 1) ((d er) 0) ((l ay) 1) ((ih ng) 0))) +("undermanned" nil (((ah n) 1) ((d er) 0) ((m ae n d) 1))) +("undermine" nil (((ah n) 1) ((d er) 0) ((m ay n) 1))) +("undermined" nil (((ah n) 1) ((d er) 0) ((m ay n d) 1))) +("undermines" nil (((ah n) 1) ((d er) 0) ((m ay n z) 1))) +("undermining" nil (((ah n) 1) ((d er) 0) ((m ay) 1) ((n ih ng) 0))) +("underneath" nil (((ah n) 1) ((d er) 0) ((n iy th) 1))) +("underpaid" nil (((ah n) 1) ((d er) 0) ((p ey d) 1))) +("underpants" n (((ah n) 1) ((d er) 0) ((p ae n t s) 1))) +("underpass" nil (((ah n) 1) ((d er) 0) ((p ae s) 1))) +("underpaying" nil (((ah n) 1) ((d er) 0) ((p ey) 1) ((ih ng) 0))) +("underpayment" nil (((ah n) 1) ((d er) 0) ((p ey) 1) ((m ax n t) 0))) +("underpayments" nil (((ah n) 1) ((d er) 0) ((p ey) 1) ((m ax n t s) 0))) +("underperform" nil (((ah n) 1) ((d er) 0) ((p er) 0) ((f ao r m) 1))) +("underperformance" nil (((ax n) 0) ((d er) 0) ((p er) 0) ((f ao r) 1) ((m ax n s) 0))) +("underperformed" nil (((ah n) 1) ((d er) 0) ((p er) 0) ((f ao r m d) 1))) +("underperformer" nil (((ah n) 1) ((d er) 0) ((p er) 0) ((f ao r) 1) ((m er) 0))) +("underperforming" nil (((ah n) 1) ((d er) 0) ((p er) 0) ((f ao r) 1) ((m ih ng) 0))) +("underpin" nil (((ah n) 1) ((d er) 0) ((p ih n) 1))) +("underpinned" nil (((ah n) 1) ((d er) 0) ((p ih n d) 1))) +("underpinning" nil (((ah n) 1) ((d er) 0) ((p ih) 1) ((n ih ng) 0))) +("underpinnings" nil (((ah n) 1) ((d er) 0) ((p ih) 1) ((n ih ng z) 0))) +("underpowered" nil (((ax n) 0) ((d er) 0) ((p aw) 1) ((er d) 0))) +("underprice" nil (((ah n) 1) ((d er) 0) ((p r ay s) 1))) +("underpriced" nil (((ah n) 1) ((d er) 0) ((p r ay s t) 1))) +("underpricing" nil (((ah n) 1) ((d er) 0) ((p r ay) 1) ((s ih ng) 0))) +("underprivileged" nil (((ax n) 0) ((d er) 0) ((p r ih) 1) ((v l ih jh d) 0))) +("underrated" nil (((ax n) 0) ((d er) 0) ((r ey) 1) ((t ih d) 0))) +("underreport" nil (((ax n) 0) ((d er) 0) ((r ih) 0) ((p ao r t) 1))) +("underreported" nil (((ax n) 0) ((d er) 0) ((r ih) 0) ((p ao r) 1) ((t ih d) 0))) +("underreporting" nil (((ah n) 1) ((d er) 0) ((r ih) 0) ((p ao r) 1) ((t ih ng) 0))) +("underrepresented" nil (((ax n) 0) ((d er) 0) ((r eh) 1) ((p r ih) 0) ((z eh n) 1) ((t ih d) 0))) +("underscore" nil (((ah n) 1) ((d er) 0) ((s k ao r) 1))) +("underscored" nil (((ah n) 1) ((d er) 0) ((s k ao r d) 1))) +("underscores" nil (((ah n) 1) ((d er) 0) ((s k ao r z) 1))) +("underscoring" nil (((ah n) 1) ((d er) 0) ((s k ao) 1) ((r ih ng) 0))) +("undersea" nil (((ah n) 1) ((d er) 0) ((s iy) 1))) +("underseas" nil (((ax n) 0) ((d er) 0) ((s iy z) 1))) +("undersecretary" nil (((ah n) 1) ((d er) 0) ((s eh) 1) ((k r ih) 0) ((t eh) 1) ((r iy) 0))) +("undersell" nil (((ah n) 1) ((d er) 0) ((s eh l) 1))) +("underselling" nil (((ah n) 1) ((d er) 0) ((s eh) 1) ((l ih ng) 0))) +("underserved" nil (((ax n) 0) ((d er) 0) ((s er v d) 1))) +("undershirts" nil (((ah n) 1) ((d er) 0) ((sh er t s) 1))) +("underside" nil (((ah n) 1) ((d er) 0) ((s ay d) 1))) +("undersized" nil (((ah n) 1) ((d er) 0) ((s ay z d) 1))) +("undersold" nil (((ax n) 0) ((d er) 0) ((s ow l d) 1))) +("underspin" nil (((ah n) 1) ((d er) 0) ((s p ih n) 1))) +("understaffed" nil (((ah n) 1) ((d er) 0) ((s t ae f t) 1))) +("understair" j (((ah n) 1) ((d er) 0) ((s t ey r) 1))) +("understand" nil (((ah n) 1) ((d er) 0) ((s t ae n d) 1))) +("understandable" nil (((ah n) 1) ((d er) 0) ((s t ae n) 1) ((d ax) 0) ((b ax l) 0))) +("understandably" nil (((ah n) 1) ((d er) 0) ((s t ae n) 1) ((d ax) 0) ((b l iy) 0))) +("understanding" nil (((ah n) 1) ((d er) 0) ((s t ae n) 1) ((d ih ng) 0))) +("understandings" nil (((ax n) 0) ((d er) 0) ((s t ae n) 1) ((d ih ng z) 0))) +("understands" nil (((ah n) 1) ((d er) 0) ((s t ae n d z) 1))) +("understate" nil (((ah n) 1) ((d er) 0) ((s t ey t) 1))) +("understated" nil (((ah n) 1) ((d er) 0) ((s t ey) 1) ((t ih d) 0))) +("understatement" nil (((ah n) 1) ((d er) 0) ((s t ey t) 1) ((m ax n t) 0))) +("understates" nil (((ah n) 1) ((d er) 0) ((s t ey t s) 1))) +("understating" nil (((ah n) 1) ((d er) 0) ((s t ey) 1) ((t ih ng) 0))) +("understood" nil (((ah n) 1) ((d er) 0) ((s t uh d) 1))) +("understory" nil (((ah n) 1) ((d er) 0) ((s t ao) 1) ((r iy) 0))) +("understudy" nil (((ah n) 1) ((d er) 0) ((s t ah) 1) ((d iy) 0))) +("undersubscribed" nil (((ax n) 0) ((d er) 0) ((s ax b) 0) ((s k r ay b d) 1))) +("undertake" nil (((ah n) 1) ((d er) 0) ((t ey k) 1))) +("undertaken" nil (((ah n) 1) ((d er) 0) ((t ey) 1) ((k ax n) 0))) +("undertaker" nil (((ah n) 1) ((d er) 0) ((t ey) 1) ((k er) 0))) +("undertakes" nil (((ah n) 1) ((d er) 0) ((t ey k s) 1))) +("undertaking" nil (((ah n) 1) ((d er) 0) ((t ey) 1) ((k ih ng) 0))) +("undertakings" nil (((ah n) 1) ((d er) 0) ((t ey) 1) ((k ih ng z) 0))) +("undertone" nil (((ah n) 1) ((d er) 0) ((t ow n) 1))) +("undertones" nil (((ah n) 1) ((d er) 0) ((t ow n z) 1))) +("undertook" nil (((ah n) 1) ((d er) 0) ((t uh k) 1))) +("undertow" nil (((ah n) 1) ((d er) 0) ((t ow) 1))) +("underused" nil (((ah n) 1) ((d er) 0) ((y uw z d) 1))) +("underutilized" nil (((ah n) 1) ((d er) 0) ((y uw) 1) ((t ax) 0) ((l ay z d) 1))) +("undervaluation" nil (((ah n) 1) ((d er) 0) ((v ae) 1) ((l y uw) 0) ((ey) 1) ((sh ax n) 0))) +("undervalue" nil (((ah n) 1) ((d er) 0) ((v ae) 1) ((l y uw) 0))) +("undervalued" nil (((ah n) 1) ((d er) 0) ((v ae) 1) ((l y uw d) 0))) +("undervalues" nil (((ah n) 1) ((d er) 0) ((v ae) 1) ((l y uw z) 0))) +("undervaluing" nil (((ax n) 0) ((d er) 0) ((v ae) 1) ((l y uw) 0) ((ih ng) 0))) +("underwater" nil (((ah n) 1) ((d er) 0) ((w ao) 1) ((t er) 0))) +("underway" nil (((ah n) 1) ((d er) 0) ((w ey) 1))) +("underwear" nil (((ah n) 1) ((d er) 0) ((w eh r) 1))) +("underweight" nil (((ah n) 1) ((d er) 0) ((w ey t) 1))) +("underweighted" nil (((ax n) 0) ((d er) 0) ((w ey) 1) ((t ih d) 0))) +("underwent" nil (((ah n) 1) ((d er) 0) ((w eh n t) 1))) +("underwithheld" nil (((ah n) 1) ((d er) 0) ((w ih th) 1) ((hh eh l d) 1))) +("underwithholding" nil (((ah n) 1) ((d er) 0) ((w ih th) 1) ((hh ow l) 1) ((d ih ng) 0))) +("underwood" nil (((ah n) 1) ((d er) 0) ((w uh d) 1))) +("underwoods" nil (((ah n) 1) ((d er) 0) ((w uh d z) 1))) +("underworld" nil (((ah n) 1) ((d er) 0) ((w er l d) 1))) +("underwrite" nil (((ah n) 1) ((d er) 0) ((r ay t) 1))) +("underwriter" nil (((ah n) 1) ((d er) 0) ((r ay) 1) ((t er) 0))) +("underwriters" nil (((ah n) 1) ((d er) 0) ((r ay) 1) ((t er z) 0))) +("underwrites" nil (((ah n) 1) ((d er) 0) ((r ay t s) 1))) +("underwriting" nil (((ah n) 1) ((d er) 0) ((r ay) 1) ((t ih ng) 0))) +("underwritings" nil (((ah n) 1) ((d er) 0) ((r ay) 1) ((t ih ng z) 0))) +("underwritten" nil (((ah n) 1) ((d er) 0) ((r ih) 1) ((t ax n) 0))) +("underwrote" nil (((ah n) 1) ((d er) 0) ((r ow t) 1))) +("undeserved" nil (((ah n) 1) ((d ih) 0) ((z er v d) 1))) +("undesirable" nil (((ah n) 1) ((d ih) 0) ((z ay) 1) ((r ax) 0) ((b ax l) 0))) +("undetectable" nil (((ax n) 0) ((d ih) 0) ((t eh k) 1) ((t ax) 0) ((b ax l) 0))) +("undetected" nil (((ah n) 1) ((d ih) 0) ((t eh k) 1) ((t ih d) 0))) +("undetermined" nil (((ah n) 1) ((d ih) 0) ((t er) 1) ((m ih n d) 0))) +("undetermining" nil (((ah n) 1) ((d ih) 0) ((t er) 1) ((m ih) 0) ((n ih ng) 0))) +("undeterred" nil (((ah n) 1) ((d ih) 0) ((t er d) 1))) +("undeveloped" nil (((ah n) 1) ((d ih) 0) ((v eh) 1) ((l ax p t) 0))) +("undid" nil (((ax n) 0) ((d ih d) 1))) +("undifferentiated" nil (((ax n) 0) ((d ih) 0) ((f er) 0) ((eh n) 1) ((sh iy) 0) ((ey) 1) ((t ih d) 0))) +("undignified" nil (((ax n) 0) ((d ih g) 1) ((n ih) 0) ((f ay d) 1))) +("undiluted" nil (((ah n) 1) ((d ax) 0) ((l uw) 1) ((t ih d) 0))) +("undiminished" nil (((ah n) 1) ((d ax) 0) ((m ih) 1) ((n ih sh t) 0))) +("undine" nil (((ah n) 1) ((d iy n) 1))) +("undisciplined" nil (((ax n) 0) ((d ih) 1) ((s ih) 0) ((p l ih n d) 0))) +("undisclosed" nil (((ah n) 1) ((d ih) 0) ((s k l ow z d) 1))) +("undiscovered" nil (((ah n) 1) ((d ih) 0) ((s k ah) 1) ((v er d) 0))) +("undisguised" nil (((ah n) 1) ((d ih s) 0) ((g ay z d) 1))) +("undisputed" nil (((ah n) 1) ((d ih) 0) ((s p y uw) 1) ((t ih d) 0))) +("undistinguished" nil (((ah n) 1) ((d ih) 0) ((s t ih ng) 1) ((g w ih sh t) 0))) +("undistributed" nil (((ah n) 1) ((d ih) 0) ((s t r ih) 1) ((b y uw) 0) ((t ih d) 0))) +("undisturbed" nil (((ah n) 1) ((d ih) 0) ((s t er b d) 1))) +("undiversified" nil (((ah n) 1) ((d ih) 0) ((v er) 1) ((s ih) 0) ((f ay d) 1))) +("undivided" nil (((ah n) 1) ((d ax) 0) ((v ay) 1) ((d ih d) 0))) +("undo" nil (((ax n) 0) ((d uw) 1))) +("undocumented" nil (((ax n) 0) ((d aa) 1) ((k y ax) 0) ((m eh n) 0) ((t ih d) 0))) +("undoes" n (((ax n) 0) ((d ah z) 1))) +("undoing" nil (((ax n) 0) ((d uw) 1) ((ih ng) 0))) +("undone" nil (((ax n) 0) ((d ah n) 1))) +("undoubted" nil (((ax n) 0) ((d aw) 1) ((t ih d) 0))) +("undoubtedly" nil (((ax n) 0) ((d aw) 1) ((t ih d) 0) ((l iy) 0))) +("undreamed" nil (((ax n) 0) ((d r iy m d) 1))) +("undress" nil (((ax n) 0) ((d r eh s) 1))) +("undue" nil (((ax n) 0) ((d uw) 1))) +("undulating" nil (((ah n) 1) ((jh ax) 0) ((l ey) 1) ((t ih ng) 0))) +("unduly" nil (((ax n) 0) ((d uw) 1) ((l iy) 0))) +("undying" nil (((ax n) 0) ((d ay) 1) ((ih ng) 0))) +("unearned" nil (((ax) 0) ((n er n d) 1))) +("unearth" nil (((ax) 0) ((n er th) 1))) +("unearthed" nil (((ax) 0) ((n er th t) 1))) +("unearthing" n (((ax) 0) ((n er) 1) ((th ax ng) 0))) +("unearthly" nil (((ax) 0) ((n er th) 1) ((l iy) 0))) +("unease" nil (((ax) 0) ((n iy z) 1))) +("uneasily" nil (((ax) 0) ((n iy) 1) ((z ax) 0) ((l iy) 0))) +("uneasiness" nil (((ah) 1) ((n iy) 1) ((z iy) 0) ((n ax s) 0))) +("uneasy" nil (((ax) 0) ((n iy) 1) ((z iy) 0))) +("uneconomic" nil (((ax) 0) ((n eh) 1) ((k ax) 0) ((n aa) 1) ((m ih k) 0))) +("uneconomical" nil (((ax) 0) ((n eh) 1) ((k ax) 0) ((n aa) 1) ((m ih) 0) ((k ax l) 0))) +("unedited" nil (((ax) 0) ((n eh) 1) ((d ax) 0) ((t ih d) 0))) +("uneducated" nil (((ax) 0) ((n eh) 1) ((jh uh) 0) ((k ey) 1) ((t ih d) 0))) +("unelected" nil (((ah) 1) ((n ih) 0) ((l eh k) 1) ((t ih d) 0))) +("unemployable" nil (((ax) 0) ((n ih m) 0) ((p l oy) 1) ((ax) 0) ((b ax l) 0))) +("unemployed" nil (((ah) 1) ((n eh m) 0) ((p l oy d) 1))) +("unemployment" nil (((ah) 1) ((n ih m) 0) ((p l oy) 1) ((m ax n t) 0))) +("unencumbered" nil (((ah) 1) ((n eh n) 0) ((k ah m) 1) ((b er d) 0))) +("unending" nil (((ax) 0) ((n eh n) 1) ((d ih ng) 0))) +("unenforceable" nil (((ah) 1) ((n eh n) 0) ((f ao r) 1) ((s ax) 0) ((b ax l) 0))) +("unenlightened" nil (((ah) 1) ((n eh n) 0) ((l ay) 1) ((t ax n d) 0))) +("unenthusiastic" nil (((ax) 0) ((n ih n) 0) ((th uw) 0) ((z iy) 0) ((ae) 1) ((s t ih k) 0))) +("unenumerated" nil (((ax) 0) ((n ih) 0) ((n uw) 1) ((m er) 0) ((ey) 1) ((t ih d) 0))) +("unenviable" nil (((ax) 0) ((n eh n) 1) ((v iy) 1) ((ax) 0) ((b ax l) 0))) +("unequal" nil (((ax) 0) ((n iy) 1) ((k w ax l) 0))) +("unequaled" nil (((ax) 0) ((n iy) 1) ((k w ah l d) 1))) +("unequivocably" nil (((ax) 0) ((n ih) 0) ((k w ih) 1) ((v ax) 0) ((k ax) 0) ((b l iy) 0))) +("unequivocal" nil (((ah) 1) ((n ih) 0) ((k w ih) 1) ((v ax) 0) ((k ax l) 0))) +("unequivocally" nil (((ah) 1) ((n iy) 0) ((k w ih) 1) ((v ax) 0) ((k ax) 0) ((l iy) 0))) +("unerring" n (((uh) 0) ((n eh) 1) ((r ax ng) 0))) +("unesco" nil (((y uw) 0) ((n eh) 1) ((s k ow) 1))) +("unethical" nil (((ax) 0) ((n eh) 1) ((th ih) 0) ((k ax l) 0))) +("uneven" nil (((ax) 0) ((n iy) 1) ((v ax n) 0))) +("unevenly" nil (((ax) 0) ((n iy) 1) ((v ax n) 0) ((l iy) 0))) +("uneventful" nil (((ah) 1) ((n iy) 0) ((v eh n t) 1) ((f ax l) 0))) +("unexciting" nil (((ax) 0) ((n ih k) 0) ((s ay) 1) ((t ih ng) 0))) +("unexercised" nil (((ax) 0) ((n eh k) 1) ((s er) 0) ((s ay z d) 1))) +("unexpected" nil (((ah) 1) ((n ih k) 0) ((s p eh k) 1) ((t ih d) 0))) +("unexpectedly" nil (((ah) 1) ((n ih k) 0) ((s p eh k) 1) ((t ih d) 0) ((l iy) 0))) +("unexpired" nil (((ah) 1) ((n ih k) 0) ((s p ay) 1) ((er d) 0))) +("unexplainable" nil (((ah) 1) ((n ih k) 0) ((s p l ey) 1) ((n ax) 0) ((b ax l) 0))) +("unexplained" nil (((ah) 1) ((n ih k) 0) ((s p l ey n d) 1))) +("unexploded" nil (((ah) 1) ((n ih k) 0) ((s p l ow) 1) ((d ih d) 0))) +("unexploited" nil (((ax) 0) ((n ih k) 0) ((s p l oy) 1) ((t ih d) 0))) +("unexplored" nil (((ah) 1) ((n ih k) 0) ((s p l ao r d) 1))) +("unfailing" nil (((ax n) 0) ((f ey) 1) ((l ih ng) 0))) +("unfailingly" nil (((ax n) 0) ((f ey) 1) ((l ih ng) 0) ((l iy) 0))) +("unfair" nil (((ax n) 0) ((f eh r) 1))) +("unfairly" nil (((ax n) 0) ((f eh r) 1) ((l iy) 0))) +("unfairness" nil (((ax n) 0) ((f eh r) 1) ((n ax s) 0))) +("unfaithful" nil (((ax n) 0) ((f ey th) 1) ((f ax l) 0))) +("unfamiliar" nil (((ah n) 1) ((f ax) 0) ((m ih) 1) ((l y er) 0))) +("unfamiliarities" nil (((ah n) 1) ((f ax) 0) ((m ih) 1) ((l y eh) 1) ((r ax) 0) ((t iy z) 0))) +("unfamiliarity" nil (((ah n) 1) ((f ax) 0) ((m ih) 1) ((l y eh) 1) ((r ax) 0) ((t iy) 0))) +("unfashionable" nil (((ax n) 0) ((f ae) 1) ((sh ax) 0) ((n ax) 0) ((b ax l) 0))) +("unfathomable" nil (((ax n) 0) ((f ae) 1) ((th ax) 0) ((m ax) 0) ((b ax l) 0))) +("unfavorable" nil (((ah n) 1) ((f ey) 1) ((v er) 0) ((ax) 0) ((b ax l) 0))) +("unfavorably" nil (((ax n) 0) ((f ey) 1) ((v er) 0) ((ax) 0) ((b l iy) 0))) +("unfazed" nil (((ax n) 0) ((f ey z d) 1))) +("unfeasible" nil (((ax n) 0) ((f iy) 1) ((z ax) 0) ((b ax l) 0))) +("unfenced" nil (((ax n) 0) ((f eh n s t) 1))) +("unfertilized" nil (((ax n) 2) ((f er) 1) ((t ax) 0) ((l ay z d) 2))) +("unfettered" nil (((ax n) 0) ((f eh) 1) ((t er d) 0))) +("unfilled" nil (((ax n) 0) ((f ih l d) 1))) +("unfiltered" nil (((ax n) 0) ((f ih l) 1) ((t er d) 0))) +("unfinished" nil (((ax n) 0) ((f ih) 1) ((n ih sh t) 0))) +("unfit" nil (((ax n) 0) ((f ih t) 1))) +("unflagging" nil (((ax n) 0) ((f l ae) 1) ((g ih ng) 0))) +("unflappable" nil (((ax n) 0) ((f l ae) 1) ((p ax) 0) ((b ax l) 0))) +("unflattering" nil (((ax n) 0) ((f l ae) 1) ((t er) 0) ((ih ng) 0))) +("unflinching" nil (((ax n) 0) ((f l ih n) 1) ((ch ih ng) 0))) +("unfocused" nil (((ax n) 0) ((f ow) 1) ((k ax s t) 0))) +("unfold" nil (((ax n) 0) ((f ow l d) 1))) +("unfolded" nil (((ax n) 0) ((f ow l) 1) ((d ax d) 0))) +("unfolding" nil (((ax n) 0) ((f ow l) 1) ((d ih ng) 0))) +("unfolds" nil (((ax n) 0) ((f ow l d z) 1))) +("unforeseeable" nil (((ah n) 1) ((f ao r) 0) ((s iy) 1) ((ax) 0) ((b ax l) 0))) +("unforeseen" nil (((ah n) 1) ((f ao r) 0) ((s iy n) 1))) +("unforgettable" nil (((ah n) 1) ((f er) 0) ((g eh) 1) ((t ax) 0) ((b ax l) 0))) +("unforgivable" nil (((ah n) 1) ((f ao r) 0) ((g ih) 1) ((v ax) 0) ((b ax l) 0))) +("unforgiving" nil (((ax n) 0) ((f er) 0) ((g ih) 1) ((v ih ng) 0))) +("unformed" nil (((ax n) 0) ((f ao r m d) 1))) +("unfortunate" nil (((ax n) 0) ((f ao r) 1) ((ch ax) 0) ((n ax t) 0))) +("unfortunately" nil (((ax n) 0) ((f ao r) 1) ((ch ax) 0) ((n ax t) 0) ((l iy) 0))) +("unfortunates" nil (((ax n) 0) ((f ao r) 1) ((ch ax) 0) ((n ax t s) 0))) +("unfounded" nil (((ax n) 0) ((f aw n) 1) ((d ih d) 0))) +("unfriendly" nil (((ax n) 0) ((f r eh n d) 1) ((l iy) 0))) +("unfulfilled" nil (((ah n) 1) ((f uh l) 0) ((f ih l d) 1))) +("unfunded" nil (((ax n) 0) ((f ah n) 1) ((d ih d) 0))) +("unfunnily" nil (((ax n) 0) ((f ah) 1) ((n ax) 0) ((l iy) 0))) +("unfurled" nil (((ax n) 0) ((f er l d) 1))) +("unfurling" nil (((ax n) 0) ((f er) 1) ((l ih ng) 0))) +("ung" nil (((ah ng) 1))) +("ungainly" nil (((ax n) 0) ((g ey n) 1) ((l iy) 0))) +("ungar" nil (((ah ng) 1) ((g er) 0))) +("ungaro" nil (((uw ng) 0) ((g aa) 1) ((r ow) 0))) +("Ungeheuer" n (((ah n) 0) ((g ax) 0) ((hh uw) 0) ((er) 0))) +("unger" nil (((ah ng) 1) ((g er) 0))) +("ungerer" nil (((ah ng) 1) ((er) 0) ((er) 0))) +("ungermann" nil (((ax n) 0) ((jh er) 1) ((m ax n) 0))) +("unglamorous" nil (((ax n) 0) ((g l ae) 1) ((m er) 0) ((ax s) 0))) +("unglued" nil (((ax n) 0) ((g l uw d) 1))) +("ungo" nil (((ax n) 0) ((g ow) 1))) +("ungovernable" nil (((ax n) 0) ((g ah) 1) ((v er) 0) ((n ax) 0) ((b ax l) 0))) +("ungrateful" nil (((ax n) 0) ((g r ey t) 1) ((f ax l) 0))) +("unguarded" nil (((ax n) 0) ((g aa r) 1) ((d ih d) 0))) +("unhampered" nil (((ax n) 0) ((hh ae m) 1) ((p er d) 0))) +("unhappily" nil (((ax n) 0) ((hh ae) 1) ((p ax) 0) ((l iy) 0))) +("unhappiness" nil (((ax n) 0) ((hh ae) 1) ((p iy) 0) ((n ih s) 0))) +("unhappy" nil (((ax n) 0) ((hh ae) 1) ((p iy) 0))) +("unharmed" nil (((ax n) 0) ((hh aa r m d) 1))) +("unhealthful" nil (((ax n) 0) ((hh eh l th) 1) ((f ax l) 0))) +("unhealthy" nil (((ax n) 0) ((hh eh l) 1) ((th iy) 0))) +("unheard" nil (((ax n) 0) ((hh er d) 1))) +("unhedged" nil (((ax n) 0) ((hh eh jh d) 1))) +("unheeded" nil (((ax n) 0) ((hh iy) 1) ((d ih d) 0))) +("unheralded" nil (((ax n) 0) ((hh eh) 1) ((r ax l) 0) ((d ih d) 0))) +("unhesitatingly" nil (((ax n) 0) ((hh eh) 1) ((z ih) 0) ((t ey) 1) ((t ih ng) 0) ((l iy) 0))) +("unhindered" nil (((ax n) 0) ((hh ih n) 1) ((d er d) 0))) +("unhinged" nil (((ax n) 0) ((hh ih n jh d) 1))) +("unholy" nil (((ax n) 0) ((hh ow) 1) ((l iy) 0))) +("unhorsed" nil (((ax n) 0) ((hh ao r s t) 1))) +("unhurried" nil (((ax n) 0) ((hh er) 1) ((iy d) 0))) +("unhurt" nil (((ax n) 0) ((hh er t) 1))) +("uni" nil (((y uw) 1) ((n iy) 0))) +("unibancorp" nil (((y uw) 1) ((n ih) 0) ((b ae n) 1) ((k ao r p) 1))) +("unicef" nil (((y uw) 1) ((n ax) 0) ((s eh f) 1))) +("unicellular" nil (((y uw) 1) ((n ih) 0) ((s eh) 1) ((l y ax) 0) ((l er) 0))) +("unicenter" nil (((y uw) 1) ((n ih) 0) ((s eh n) 1) ((t er) 0))) +("unicorn" nil (((y uw) 1) ((n ih) 0) ((k ao r n) 1))) +("unicorp" nil (((y uw) 1) ((n ih) 0) ((k ao r p) 1))) +("uniden" nil (((y uw) 1) ((n ih) 0) ((d eh n) 1))) +("unidentified" nil (((ah) 1) ((n ay) 0) ((d eh n) 1) ((t ax) 0) ((f ay d) 1))) +("unification" nil (((y uw) 1) ((n ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("unified" nil (((y uw) 1) ((n ax) 0) ((f ay d) 1))) +("uniforce" nil (((y uw) 1) ((n ih) 0) ((f ao r s) 1))) +("uniform" nil (((y uw) 1) ((n ax) 0) ((f ao r m) 1))) +("uniformed" nil (((y uw) 1) ((n ax) 0) ((f ao r m d) 1))) +("uniformity" nil (((y uw) 1) ((n ax) 0) ((f ao r) 1) ((m ax) 0) ((t iy) 0))) +("uniformly" nil (((y uw) 1) ((n ax) 0) ((f ao r m) 1) ((l iy) 0))) +("uniforms" nil (((y uw) 1) ((n ax) 0) ((f ao r m z) 1))) +("unify" nil (((y uw) 1) ((n ax) 0) ((f ay) 1))) +("unifying" nil (((y uw) 1) ((n ax) 0) ((f ay) 1) ((ih ng) 0))) +("unigesco" nil (((y uw) 1) ((n ih) 0) ((g eh) 1) ((s k ow) 0))) +("unilab" nil (((y uw) 1) ((n ih) 0) ((l ae b) 1))) +("unilateral" nil (((y uw) 1) ((n ax) 0) ((l ae) 1) ((t er) 0) ((ax l) 0))) +("unilateralism" nil (((y uw) 1) ((n ih) 0) ((l ae) 1) ((t er) 0) ((ax) 0) ((l ih) 1) ((z ax m) 0))) +("unilaterally" nil (((y uw) 1) ((n ax) 0) ((l ae) 1) ((t er) 0) ((ax) 0) ((l iy) 0))) +("unilever" nil (((y uw) 1) ((n ih) 0) ((l iy) 1) ((v er) 0))) +("unimaginable" nil (((ah) 1) ((n ih) 0) ((m ae) 1) ((jh ih) 0) ((n ax) 0) ((b ax l) 0))) +("unimaginative" nil (((ax) 0) ((n ih) 0) ((m ae) 1) ((jh ih) 1) ((n ax) 0) ((t ih v) 0))) +("unimagined" nil (((ah) 1) ((n ih) 0) ((m ae) 1) ((jh ax n d) 0))) +("unimate" nil (((y uw) 1) ((n ih) 0) ((m ey t) 1))) +("unimation" nil (((y uw) 1) ((n ih) 0) ((m ey) 1) ((sh ax n) 0))) +("unimedia" nil (((y uw) 1) ((n ih) 0) ((m iy) 1) ((d iy) 0) ((ax) 0))) +("unimpaired" nil (((ah) 1) ((n ih m) 0) ((p eh r d) 1))) +("unimpeachable" nil (((ah) 1) ((n ih m) 0) ((p iy) 1) ((ch ax) 0) ((b ax l) 0))) +("unimpeded" nil (((ah) 1) ((n ih m) 0) ((p iy) 1) ((d ih d) 0))) +("unimportant" nil (((ax) 0) ((n ih m) 0) ((p ao r) 1) ((t ax n t) 0))) +("unimpressed" nil (((ah) 1) ((n ih m) 0) ((p r eh s t) 1))) +("unimpressive" nil (((ah) 1) ((n ih m) 0) ((p r eh) 1) ((s ih v) 0))) +("unimproved" nil (((ah) 1) ((n ih m) 0) ((p r uw v d) 1))) +("unincorporated" nil (((ah) 1) ((n ih n) 0) ((k ao r) 1) ((p er) 0) ((ey) 1) ((t ih d) 0))) +("unindicted" nil (((ah) 1) ((n ih n) 0) ((d ay) 1) ((t ih d) 0))) +("uninfected" nil (((ah) 1) ((n ih n) 0) ((f eh k) 1) ((t ih d) 0))) +("uninformative" nil (((ax) 0) ((n ih n) 0) ((f ao r) 1) ((m ax) 0) ((t ih v) 0))) +("uninformed" nil (((ah) 1) ((n ih n) 0) ((f ao r m d) 1))) +("uninhabitable" nil (((ah) 1) ((n ih n) 0) ((hh ae) 1) ((b ax) 0) ((t ax) 0) ((b ax l) 0))) +("uninhabited" nil (((ah) 1) ((n ih n) 0) ((hh ae) 1) ((b ax) 0) ((t ih d) 0))) +("uninhibited" nil (((ah) 1) ((n ih n) 0) ((hh ih) 1) ((b ih) 0) ((t ih d) 0))) +("uninitiated" nil (((ah) 1) ((n ih) 0) ((n ih) 1) ((sh iy) 0) ((ey) 1) ((t ih d) 0))) +("uninjured" nil (((ax) 0) ((n ih n) 1) ((jh er d) 0))) +("uninspired" nil (((ah) 1) ((n ih n) 0) ((s p ay) 1) ((er d) 0))) +("uninspiring" nil (((ax) 0) ((n ih n) 0) ((s p ay) 1) ((r ih ng) 0))) +("uninsurable" nil (((ax) 0) ((n ih n) 0) ((sh uh) 1) ((r ax) 0) ((b ax l) 0))) +("uninsured" nil (((ah) 1) ((n ih n) 0) ((sh uh r d) 1))) +("unintelligible" nil (((ah) 1) ((n ih n) 0) ((t eh) 1) ((l ax) 0) ((jh ax) 0) ((b ax l) 0))) +("unintended" nil (((ah) 1) ((n ih n) 0) ((t eh n) 1) ((d ih d) 0))) +("unintentional" nil (((ah) 1) ((n ih n) 0) ((t eh n) 1) ((sh ax) 0) ((n ax l) 0))) +("unintentionally" nil (((ah) 1) ((n ih n) 0) ((t eh n) 1) ((sh ax) 0) ((n ax) 0) ((l iy) 0))) +("uninterested" nil (((ax) 0) ((n ih n) 1) ((t r ax) 0) ((s t ax d) 0))) +("uninteresting" nil (((ax) 0) ((n ih n) 1) ((t r ax) 0) ((s t ih ng) 0))) +("uninterrupted" nil (((ah) 1) ((n ih n) 0) ((t er) 0) ((ah p) 1) ((t ih d) 0))) +("uninterruptible" nil (((ax) 0) ((n ih n) 0) ((t er) 0) ((ah p) 1) ((t ax) 0) ((b ax l) 0))) +("uninvited" nil (((ah) 1) ((n ih n) 0) ((v ay) 1) ((t ih d) 0))) +("uninviting" nil (((ah) 1) ((n ih n) 0) ((v ay) 1) ((t ih ng) 0))) +("uninvolved" nil (((ax) 0) ((n ih n) 0) ((v ao l v d) 1))) +("union" nil (((y uw) 1) ((n y ax n) 0))) +("uniondale" nil (((y uw) 1) ((n y ax n) 0) ((d ey l) 1))) +("unionfed" nil (((y uw) 1) ((n y ax n) 0) ((f eh d) 1))) +("unionism" nil (((y uw) 1) ((n y ax) 0) ((n ih) 1) ((z ax m) 0))) +("unionist" nil (((y uw) 1) ((n y ax) 0) ((n ax s t) 0))) +("unionists" nil (((y uw) 1) ((n y ax) 0) ((n ih s t s) 0))) +("unionization" nil (((y uw) 1) ((n y ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("unionize" nil (((y uw) 1) ((n y ax) 0) ((n ay z) 1))) +("unionized" nil (((y uw) 1) ((n y ax) 0) ((n ay z d) 1))) +("unionizing" nil (((y uw) 1) ((n y ax) 0) ((n ay) 1) ((z ih ng) 0))) +("unions" nil (((y uw) 1) ((n y ax n z) 0))) +("unique" nil (((y uw) 0) ((n iy k) 1))) +("uniquely" nil (((y uw) 0) ((n iy) 1) ((k l iy) 0))) +("uniqueness" nil (((y uw) 0) ((n iy k) 1) ((n ax s) 0))) +("uniroyal" nil (((y uw) 1) ((n ih) 0) ((r oy) 1) ((ax l) 0))) +("unisex" nil (((y uw) 1) ((n ih) 0) ((s eh k s) 1))) +("unison" nil (((y uw) 1) ((n ax) 0) ((s ax n) 0))) +("unisource" nil (((y uw) 1) ((n ih) 0) ((s ao r s) 1))) +("unissued" nil (((ax) 0) ((n ih) 1) ((sh uw d) 1))) +("unisys" nil (((y uw) 1) ((n ih) 0) ((s ih s) 1))) +("unit" nil (((y uw) 1) ((n ax t) 0))) +("unita" nil (((y uw) 1) ((n iy) 1) ((t ax) 0))) +("unitarian" nil (((y uw) 1) ((n ax) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("unitary" nil (((y uw) 1) ((n ih) 0) ((t eh) 1) ((r iy) 0))) +("unitas" nil (((y uw) 0) ((n ay) 1) ((t ax s) 0))) +("unite" nil (((y uw) 1) ((n ay t) 1))) +("united" nil (((y uw) 0) ((n ay) 1) ((t ax d) 0))) +("unitedbank" nil (((y uw) 1) ((n ay) 1) ((t ih d) 0) ((b ae ng k) 1))) +("unitek" nil (((y uw) 1) ((n ih) 0) ((t eh k) 1))) +("unitel" nil (((y uw) 1) ((n ih) 0) ((t eh l) 1))) +("unites" nil (((y uw) 0) ((n ay t s) 1))) +("unitholder" nil (((y uw) 1) ((n ih t) 0) ((hh ow l) 1) ((d er) 0))) +("unitholders" nil (((y uw) 1) ((n ih t) 0) ((hh ow l) 1) ((d er z) 0))) +("uniting" nil (((y uw) 0) ((n ay) 1) ((t ih ng) 0))) +("unitrin" nil (((y uw) 1) ((n ih) 0) ((t r ih n) 1))) +("unitrode" nil (((y uw) 1) ((n ih) 0) ((t r ow d) 1))) +("units" nil (((y uw) 1) ((n ax t s) 0))) +("unity" nil (((y uw) 1) ((n ax) 0) ((t iy) 0))) +("univa" nil (((y uw) 1) ((n ih) 0) ((v ax) 0))) +("univar" nil (((y uw) 1) ((n ih) 0) ((v aa r) 0))) +("univation" nil (((y uw) 1) ((n ih) 0) ((v ey) 1) ((sh ax n) 0))) +("universal" nil (((y uw) 1) ((n ax) 0) ((v er) 1) ((s ax l) 0))) +("universality" nil (((y uw) 1) ((n ax) 0) ((v er) 0) ((s ae) 1) ((l ax) 0) ((t iy) 0))) +("universally" nil (((y uw) 1) ((n ax) 0) ((v er) 1) ((s ax) 0) ((l iy) 0))) +("universe" nil (((y uw) 1) ((n ax) 0) ((v er s) 1))) +("universities" nil (((y uw) 1) ((n ax) 0) ((v er) 1) ((s ax) 0) ((t iy z) 0))) +("university" nil (((y uw) 1) ((n ax) 0) ((v er) 1) ((s ax) 0) ((t iy) 0))) +("universitys" nil (((y uw) 1) ((n ax) 0) ((v er) 1) ((s ax) 0) ((t iy z) 0))) +("univisa" nil (((y uw) 1) ((n ih) 0) ((v iy) 1) ((s ax) 0))) +("univision" nil (((y uw) 1) ((n ih) 0) ((v ih) 1) ((zh ax n) 0))) +("unix" nil (((y uw) 1) ((n ih k s) 0))) +("unjust" nil (((ax n) 0) ((jh ah s t) 1))) +("unjustifiable" nil (((ah n) 1) ((jh ah) 1) ((s t ih) 0) ((f ay) 1) ((ax) 0) ((b ax l) 0))) +("unjustifiably" nil (((ah n) 1) ((jh ah) 1) ((s t ih) 0) ((f ay) 1) ((ax) 0) ((b l iy) 0))) +("unjustified" nil (((ax n) 0) ((jh ah) 1) ((s t ax) 0) ((f ay d) 1))) +("unjustly" nil (((ax n) 0) ((jh ah s t) 1) ((l iy) 0))) +("unkefer" nil (((ah ng) 1) ((k ih) 0) ((f er) 0))) +("unkempt" nil (((ax n) 0) ((k eh m p t) 1))) +("unkind" nil (((ax n) 0) ((k ay n d) 1))) +("unknowable" nil (((ax n) 0) ((n ow) 1) ((ax) 0) ((b ax l) 0))) +("unknowingly" nil (((ax n) 0) ((n ow) 1) ((ih ng) 0) ((l iy) 0))) +("unknown" nil (((ax n) 0) ((n ow n) 1))) +("unknowns" nil (((ax) 0) ((n ow n z) 1))) +("unlabeled" nil (((ax n) 0) ((l ey) 1) ((b ax l d) 0))) +("unland" nil (((ah n) 1) ((l ax n d) 0))) +("unlawful" nil (((ax n) 0) ((l ao) 1) ((f ax l) 0))) +("unlawfully" nil (((ax n) 0) ((l ao) 1) ((f ax) 0) ((l iy) 0))) +("unleaded" nil (((ax n) 0) ((l eh) 1) ((d ax d) 0))) +("unleash" nil (((ax n) 0) ((l iy sh) 1))) +("unleashed" nil (((ax n) 0) ((l iy sh t) 1))) +("unleashes" nil (((ax n) 0) ((l iy) 1) ((sh ih z) 0))) +("unleashing" nil (((ax n) 0) ((l iy) 1) ((sh ih ng) 0))) +("unless" nil (((ax n) 0) ((l eh s) 1))) +("unleveraged" nil (((ax n) 0) ((l eh) 1) ((v r ih jh d) 0))) +("unlicensed" nil (((ax n) 0) ((l ay) 1) ((s ax n s t) 0))) +("unlike" nil (((ax n) 0) ((l ay k) 1))) +("unlikely" nil (((ax n) 0) ((l ay) 1) ((k l iy) 0))) +("unlimited" nil (((ax n) 0) ((l ih) 1) ((m ax) 0) ((t ax d) 0))) +("unlined" nil (((ax n) 0) ((l ay n d) 1))) +("unlisted" nil (((ax n) 0) ((l ih) 1) ((s t ih d) 0))) +("unload" nil (((ax n) 0) ((l ow d) 1))) +("unloaded" nil (((ax n) 0) ((l ow) 1) ((d ax d) 0))) +("unloading" nil (((ax n) 0) ((l ow) 1) ((d ih ng) 0))) +("unloads" nil (((ax n) 0) ((l ow d z) 1))) +("unlock" nil (((ax n) 0) ((l aa k) 1))) +("unlocked" nil (((ax n) 0) ((l aa k t) 1))) +("unlocking" nil (((ax n) 0) ((l aa) 1) ((k ih ng) 0))) +("unloved" nil (((ax n) 0) ((l ah v d) 1))) +("unlucky" nil (((ax n) 0) ((l ah) 1) ((k iy) 0))) +("unmade" nil (((ax n) 0) ((m ey d) 1))) +("unmanage" nil (((ax n) 0) ((m ae) 1) ((n ih jh) 0))) +("unmanageable" nil (((ax n) 0) ((m ae) 1) ((n ih) 0) ((jh ax) 0) ((b ax l) 0))) +("unmanaged" nil (((ax n) 0) ((m ae) 1) ((n ih jh d) 0))) +("unmanned" nil (((ax n) 0) ((m ae n d) 1))) +("unmarked" nil (((ax n) 0) ((m aa r k t) 1))) +("unmarried" nil (((ax n) 0) ((m eh) 1) ((r iy d) 0))) +("unmask" nil (((ax n) 0) ((m ae s k) 1))) +("unmasked" nil (((ax n) 0) ((m ae s k t) 1))) +("unmatched" nil (((ax n) 0) ((m ae ch t) 1))) +("unmentionable" nil (((ax n) 0) ((m eh n) 1) ((sh ax) 0) ((n ax) 0) ((b ax l) 0))) +("unmentioned" nil (((ax n) 0) ((m eh n) 1) ((ch ax n d) 0))) +("unmet" nil (((ax n) 0) ((m eh t) 1))) +("unmistakable" nil (((ah n) 1) ((m ih) 0) ((s t ey) 1) ((k ax) 0) ((b ax l) 0))) +("unmistakably" nil (((ah n) 1) ((m ih) 0) ((s t ey) 1) ((k ax) 0) ((b l iy) 0))) +("unmitigated" nil (((ax n) 0) ((m ih) 1) ((t ax) 0) ((g ey) 1) ((t ih d) 0))) +("unmixed" nil (((ax n) 0) ((m ih k s t) 1))) +("unmolested" nil (((ah n) 1) ((m ax) 0) ((l eh) 1) ((s t ih d) 0))) +("unmoved" nil (((ax n) 0) ((m uw v d) 1))) +("unnamed" nil (((ax n) 0) ((n ey m d) 1))) +("unnatural" nil (((ax n) 0) ((n ae) 1) ((ch er) 0) ((ax l) 0))) +("unnecessarily" nil (((ax n) 0) ((n eh) 1) ((s ax) 0) ((s eh) 1) ((r ax) 0) ((l iy) 0))) +("unnecessary" nil (((ax n) 0) ((n eh) 1) ((s ax) 0) ((s eh) 1) ((r iy) 0))) +("unneeded" nil (((ax n) 0) ((n iy) 1) ((d ih d) 0))) +("unnerve" nil (((ax) 0) ((n er v) 1))) +("unnerved" nil (((ax n) 0) ((n er v d) 1))) +("unnerving" nil (((ax) 0) ((n er) 1) ((v ih ng) 0))) +("unnoticed" nil (((ax n) 0) ((n ow) 1) ((t ih s t) 0))) +("uno" nil (((ax) 0) ((n ow) 1))) +("unobstructed" nil (((ah) 1) ((n ax b) 0) ((s t r ah k) 1) ((t ih d) 0))) +("unobtainable" nil (((ah) 1) ((n ax b) 0) ((t ey) 1) ((n ax) 0) ((b ax l) 0))) +("unobtrusive" nil (((ah) 1) ((n ax b) 0) ((t r uw) 1) ((s ih v) 0))) +("unocal" nil (((y uw) 1) ((n ax) 0) ((k ae l) 1))) +("unoccupied" nil (((ax) 0) ((n aa) 1) ((k y ax) 0) ((p ay d) 1))) +("unofficial" nil (((ah) 1) ((n ax) 0) ((f ih) 1) ((sh ax l) 0))) +("unofficially" nil (((ax) 0) ((n ax) 0) ((f ih) 1) ((sh ax) 0) ((l iy) 0))) +("unopened" nil (((ax) 0) ((n ow) 1) ((p ax n d) 0))) +("unopposed" nil (((ah) 1) ((n ax) 0) ((p ow z d) 1))) +("unorganized" nil (((ax) 0) ((n ao r) 1) ((g ax) 0) ((n ay z d) 1))) +("unorthodox" nil (((ax) 0) ((n ao r) 1) ((th ax) 0) ((d aa k s) 1))) +("unos" nil (((uw) 1) ((n ow z) 0))) +("unpack" nil (((ax n) 0) ((p ae k) 1))) +("unpacked" v (((ax n) 0) ((p ae k t) 1))) +("unpaid" nil (((ax n) 0) ((p ey d) 1))) +("unpainted" nil (((ax n) 0) ((p ey n) 1) ((t ih d) 0))) +("unpalatable" nil (((ax n) 0) ((p ae) 1) ((l ax) 0) ((t ax) 0) ((b ax l) 0))) +("unparalleled" nil (((ax n) 0) ((p eh) 1) ((r ax) 0) ((l eh l d) 1))) +("unpatriotic" nil (((ax n) 0) ((p ey) 1) ((t r iy) 0) ((aa) 1) ((t ih k) 0))) +("unpayable" nil (((ax n) 0) ((p ey) 1) ((ax) 0) ((b ax l) 0))) +("unperturbed" nil (((ah n) 1) ((p er) 0) ((t er b d) 1))) +("unplaced" nil (((ax n) 0) ((p l ey s t) 1))) +("unplanned" nil (((ax n) 0) ((p l ae n d) 1))) +("unpleasant" nil (((ax n) 0) ((p l eh) 1) ((z ax n t) 0))) +("unpleasantly" nil (((ax n) 0) ((p l eh) 1) ((z ax n t) 0) ((l iy) 0))) +("unpleasantness" nil (((ax n) 0) ((p l eh) 1) ((z ax n t) 0) ((n ax s) 0))) +("unplugged" nil (((ax n) 0) ((p l ah g d) 1))) +("unpopular" nil (((ah n) 1) ((p aa) 1) ((p y ax) 0) ((l er) 0))) +("unpopularity" nil (((ax n) 0) ((p aa) 1) ((p y ax) 0) ((l eh) 1) ((r ih) 0) ((t iy) 0))) +("unprecedented" nil (((ax n) 0) ((p r eh) 1) ((s ih) 0) ((d eh n) 1) ((t ih d) 0))) +("unprecedentedly" nil (((ax n) 0) ((p r eh) 1) ((s ax) 0) ((d eh n) 1) ((t ih d) 0) ((l iy) 0))) +("unpredictability" nil (((ah n) 1) ((p r ax) 0) ((d ih k) 1) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("unpredictable" nil (((ah n) 1) ((p r ih) 0) ((d ih k) 1) ((t ax) 0) ((b ax l) 0))) +("unpredictably" nil (((ah n) 1) ((p r ih) 0) ((d ih k) 1) ((t ax) 0) ((b l iy) 0))) +("unprepared" nil (((ah n) 1) ((p r iy) 0) ((p eh r d) 1))) +("unpretentious" nil (((ah n) 1) ((p r iy) 0) ((t eh n) 1) ((sh ax s) 0))) +("unprincipled" nil (((ax n) 0) ((p r ih n) 1) ((s ax) 0) ((p ax l d) 0))) +("unprintable" nil (((ax n) 0) ((p r ih n) 1) ((t ax) 0) ((b ax l) 0))) +("unprocessed" nil (((ax n) 0) ((p r ao) 1) ((s eh s t) 1))) +("unproductive" nil (((ah n) 1) ((p r ax) 0) ((d ah k) 1) ((t ih v) 0))) +("unprofessional" nil (((ah n) 1) ((p r ax) 0) ((f eh) 1) ((sh ax) 0) ((n ax l) 0))) +("unprofitability" nil (((ax n) 0) ((p r aa) 1) ((f ih) 0) ((t ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("unprofitable" nil (((ax n) 0) ((p r aa) 1) ((f ih) 0) ((t ax) 0) ((b ax l) 0))) +("unprofor" nil (((ah) 1) ((p r ow) 0) ((f ao r) 1))) +("unpromising" nil (((ax n) 0) ((p r ao) 1) ((m ih) 0) ((s ih ng) 0))) +("unprotected" nil (((ah n) 1) ((p r ax) 0) ((t eh k) 1) ((t ih d) 0))) +("unproved" nil (((ax n) 0) ((p r uw v d) 1))) +("unproven" nil (((ax n) 0) ((p r uw) 1) ((v ax n) 0))) +("unprovoked" nil (((ah n) 1) ((p r ax) 0) ((v ow k t) 1))) +("unpublicized" nil (((ax n) 0) ((p ah) 1) ((b l ih) 0) ((s ay z d) 0))) +("unpublished" nil (((ax n) 0) ((p ah) 1) ((b l ih sh t) 0))) +("unpunished" nil (((ax n) 0) ((p ah) 1) ((n ih sh t) 0))) +("unqualified" nil (((ax n) 0) ((k w aa) 1) ((l ih) 0) ((f ay d) 1))) +("unquenchable" n (((uh n) 0) ((k w eh n) 1) ((sh ax) 0) ((b ax l) 0))) +("unquestionable" nil (((ax n) 0) ((k w eh s) 1) ((ch ax) 0) ((n ax) 0) ((b ax l) 0))) +("unquestionably" nil (((ax n) 0) ((k w eh s) 1) ((ch ax) 0) ((n ax) 0) ((b l iy) 0))) +("unquestioned" nil (((ax n) 0) ((k w eh s) 1) ((ch ax n d) 0))) +("unquestioning" nil (((ax n) 0) ((k w eh s) 1) ((ch ax) 0) ((n ih ng) 0))) +("unquote" nil (((ah n) 1) ((k w ow t) 1))) +("unrated" nil (((ax n) 0) ((r ey) 1) ((t ih d) 0))) +("unrath" nil (((ah n) 1) ((r ax th) 0))) +("unratified" nil (((ax n) 0) ((r ae) 1) ((t ih) 0) ((f ay d) 1))) +("unravel" nil (((ax n) 0) ((r ae) 1) ((v ax l) 0))) +("unraveled" nil (((ax n) 0) ((r ae) 1) ((v ax l d) 0))) +("unraveling" nil (((ax n) 0) ((r ae) 1) ((v ax) 0) ((l ih ng) 0))) +("unreachable" nil (((ax n) 0) ((r iy) 1) ((ch ax) 0) ((b ax l) 0))) +("unread" nil (((ax n) 0) ((r eh d) 1))) +("unreadable" nil (((ax n) 0) ((r iy) 1) ((d ax) 0) ((b ax l) 0))) +("unreal" nil (((ax n) 0) ((r iy l) 1))) +("unrealistic" nil (((ax n) 0) ((r iy) 1) ((l ih) 1) ((s t ih k) 0))) +("unrealistically" nil (((ax n) 0) ((r iy) 1) ((ax) 0) ((l ih) 1) ((s t ih) 0) ((k l iy) 0))) +("unreality" nil (((ah n) 1) ((r iy) 0) ((ae) 1) ((l ax) 0) ((t iy) 0))) +("unrealized" nil (((ax n) 0) ((r iy) 1) ((ax) 0) ((l ay z d) 1))) +("unreasonable" nil (((ax n) 0) ((r iy z) 1) ((n ax) 0) ((b ax l) 0))) +("unreasonably" nil (((ax n) 0) ((r iy) 1) ((z ax) 0) ((n ax) 0) ((b l iy) 0))) +("unreasoning" nil (((ax n) 0) ((r iy z) 1) ((n ih ng) 0))) +("unreceptive" nil (((ax n) 0) ((r ih) 0) ((s eh p) 1) ((t ih v) 0))) +("unrecognizable" nil (((ax n) 0) ((r eh) 1) ((k ax g) 0) ((n ay) 1) ((z ax) 0) ((b ax l) 0))) +("unrecognized" nil (((ax n) 0) ((r eh) 1) ((k ax g) 0) ((n ay z d) 1))) +("unreconciled" nil (((ax n) 0) ((r eh) 1) ((k ax n) 0) ((s ay l d) 1))) +("unreconstructed" nil (((ah n) 1) ((r iy) 0) ((k ax n) 0) ((s t r ah k) 1) ((t ih d) 0))) +("unrecorded" nil (((ah n) 1) ((r ih) 0) ((k ao r) 1) ((d ih d) 0))) +("unredeemed" nil (((ah n) 1) ((r iy) 0) ((d iy m d) 1))) +("unrefined" nil (((ah n) 1) ((r iy) 0) ((f ay n d) 1))) +("unregistered" nil (((ax n) 0) ((r eh) 1) ((jh ih) 0) ((s t er d) 0))) +("unregulated" nil (((ax n) 0) ((r eh) 1) ((g y ax) 0) ((l ey) 1) ((t ih d) 0))) +("unreimbursed" nil (((ax n) 0) ((r iy) 0) ((ih m) 0) ((b er s t) 1))) +("unrein" nil (((ao n) 1) ((r ay n) 0))) +("unrelated" nil (((ah n) 1) ((r ih) 0) ((l ey) 1) ((t ih d) 0))) +("unreleased" nil (((ax n) 0) ((r ih) 0) ((l iy s t) 1))) +("unrelenting" nil (((ah n) 1) ((r iy) 0) ((l eh n) 1) ((t ih ng) 0))) +("unreliability" nil (((ah n) 1) ((r iy) 0) ((l ay) 1) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("unreliable" nil (((ah n) 1) ((r ih) 0) ((l ay) 1) ((ax) 0) ((b ax l) 0))) +("unrelieved" nil (((ah n) 1) ((r iy) 0) ((l iy v d) 1))) +("unremarkable" nil (((ax n) 0) ((r ih) 0) ((m aa r) 1) ((k ax) 0) ((b ax l) 0))) +("unremarked" nil (((ax n) 0) ((r ih) 0) ((m aa r k t) 1))) +("unremitted" nil (((ax n) 0) ((r ih) 0) ((m ih) 1) ((t ih d) 0))) +("unremitting" nil (((ah n) 1) ((r ih) 0) ((m ih) 1) ((t ih ng) 0))) +("unrepentant" nil (((ah n) 1) ((r ih) 0) ((p eh n) 1) ((t ax n t) 0))) +("unreported" nil (((ah n) 1) ((r iy) 0) ((p ao r) 1) ((t ih d) 0))) +("unrepresentative" nil (((ax n) 0) ((r eh) 1) ((p r ih) 0) ((z eh n) 1) ((t ax) 0) ((t ih v) 0))) +("unrepresented" nil (((ax n) 0) ((r eh) 1) ((p r ih) 0) ((z eh n) 1) ((t ih d) 0))) +("unrequited" nil (((ah n) 1) ((r iy) 0) ((k w ay) 1) ((t ih d) 0))) +("unresolved" nil (((ax n) 0) ((r ih) 0) ((z aa l v d) 1))) +("unresponsive" nil (((ah n) 1) ((r iy) 0) ((s p aa n) 1) ((s ih v) 0))) +("unrest" nil (((ax n) 0) ((r eh s t) 1))) +("unrestrained" nil (((ah n) 1) ((r iy) 0) ((s t r ey n d) 1))) +("unrestricted" nil (((ah n) 1) ((r iy) 0) ((s t r ih k) 1) ((t ih d) 0))) +("unrivaled" nil (((ax n) 0) ((r ay) 1) ((v ax l d) 0))) +("unrue" nil (((ah n) 1) ((r uw) 0))) +("unruffled" nil (((ax n) 0) ((r ah) 1) ((f ax l d) 0))) +("unruh" nil (((ah n) 1) ((r uw) 0))) +("unruly" nil (((ax n) 0) ((r uw) 1) ((l iy) 0))) +("unsafe" nil (((ax n) 0) ((s ey f) 1))) +("unsalable" nil (((ax n) 0) ((s ey) 1) ((l ax) 0) ((b ax l) 0))) +("unsaleable" nil (((ax n) 0) ((s ey) 1) ((l ax) 0) ((b ax l) 0))) +("unsanctioned" nil (((ax n) 0) ((s ae ng k) 1) ((sh ax n d) 0))) +("unsanitary" nil (((ax n) 0) ((s ae) 1) ((n ax) 0) ((t eh) 1) ((r iy) 0))) +("unsatisfactory" nil (((ah n) 1) ((s ax) 0) ((t ih) 0) ((s f ae k) 1) ((t er) 0) ((iy) 0))) +("unsatisfied" nil (((ax n) 0) ((s ae) 1) ((t ih) 0) ((s f ay d) 1))) +("unsatisfying" nil (((ax n) 0) ((s ae) 1) ((t ih) 0) ((s f ay) 1) ((ih ng) 0))) +("unsaturated" nil (((ax n) 0) ((s ae) 1) ((ch er) 0) ((ey) 1) ((t ih d) 0))) +("unsavory" nil (((ax n) 0) ((s ey) 1) ((v er) 0) ((iy) 0))) +("unscathed" nil (((ax n) 0) ((s k ey dh d) 1))) +("unscheduled" nil (((ax n) 0) ((s k eh) 1) ((jh uw l d) 0))) +("unscientific" nil (((ax n) 0) ((s ay) 1) ((ax n) 0) ((t ih) 1) ((f ih k) 0))) +("unscramble" nil (((ax n) 0) ((s k r ae m) 1) ((b ax l) 0))) +("unscrupulous" nil (((ax n) 0) ((s k r uw) 1) ((p y ax) 0) ((l ax s) 0))) +("unseal" nil (((ax n) 0) ((s iy l) 1))) +("unsealed" nil (((ax n) 0) ((s iy l d) 1))) +("unseasonably" nil (((ax n) 0) ((s iy) 1) ((z ax) 0) ((n ax) 0) ((b l iy) 0))) +("unseat" nil (((ax n) 0) ((s iy t) 1))) +("unseated" nil (((ax n) 0) ((s iy) 1) ((t ih d) 0))) +("unseating" nil (((ax n) 0) ((s iy) 1) ((t ih ng) 0))) +("unsecured" nil (((ah n) 1) ((s ih) 0) ((k y uh r d) 1))) +("unseemly" nil (((ax n) 0) ((s iy m) 1) ((l iy) 0))) +("unseen" nil (((ax n) 0) ((s iy n) 1))) +("unsell" nil (((ao n) 1) ((s ax l) 0))) +("unsentimental" nil (((ax n) 0) ((s eh n) 1) ((t ih) 0) ((m eh n) 1) ((t ax l) 0))) +("unser" nil (((ah n) 1) ((s er) 0))) +("unservicable" nil (((ax n) 0) ((s er) 1) ((v ax) 0) ((s ax) 0) ((b ax l) 0))) +("unset" nil (((ax n) 0) ((s eh t) 1))) +("unsettle" nil (((ax n) 0) ((s eh) 1) ((t ax l) 0))) +("unsettled" nil (((ax n) 0) ((s eh) 1) ((t ax l d) 0))) +("unsettling" nil (((ax n) 0) ((s eh) 1) ((t ax) 0) ((l ih ng) 0))) +("unshackled" nil (((ax n) 0) ((sh ae) 1) ((k ax l d) 0))) +("unshakable" nil (((ax n) 0) ((sh ey) 1) ((k ax) 0) ((b ax l) 0))) +("unshaken" nil (((ax n) 0) ((sh ey) 1) ((k ax n) 0))) +("unsharpened" nil (((ax n) 0) ((sh aa r) 1) ((p ax n d) 0))) +("unshaven" nil (((ax n) 0) ((sh ey) 1) ((v ax n) 0))) +("unsightly" nil (((ax n) 0) ((s ay t) 1) ((l iy) 0))) +("unsigned" nil (((ax n) 0) ((s ay n d) 1))) +("unsinkable" nil (((ax n) 0) ((s ih ng) 1) ((k ax) 0) ((b ax l) 0))) +("unskilled" nil (((ax n) 0) ((s k ih l d) 1))) +("unsmiling" nil (((ax n) 0) ((s m ay) 1) ((l ih ng) 0))) +("unsold" nil (((ax n) 0) ((s ow l d) 1))) +("unsolicited" nil (((ah n) 1) ((s ax) 0) ((l ih) 1) ((s ih) 0) ((t ih d) 0))) +("unsolved" nil (((ax n) 0) ((s aa l v d) 1))) +("unsophisticated" nil (((ah n) 1) ((s ax) 0) ((f ih) 1) ((s t ih) 0) ((k ey) 1) ((t ih d) 0))) +("unsound" nil (((ax n) 0) ((s aw n d) 1))) +("unsparing" nil (((ax n) 0) ((s p eh) 1) ((r ih ng) 0))) +("unspeakable" nil (((ax n) 0) ((s p iy) 1) ((k ax) 0) ((b ax l) 0))) +("unspecified" nil (((ax n) 0) ((s p eh) 1) ((s ax) 0) ((f ay d) 1))) +("unspectacular" nil (((ah n) 1) ((s p eh k) 0) ((t ae) 1) ((k y ax) 0) ((l er) 0))) +("unspent" nil (((ax n) 0) ((s p eh n t) 1))) +("unspoiled" nil (((ax n) 0) ((s p oy l d) 1))) +("unspoken" nil (((ax n) 0) ((s p ow) 1) ((k ax n) 0))) +("unstable" nil (((ax n) 0) ((s t ey) 1) ((b ax l) 0))) +("unstated" nil (((ax n) 0) ((s t ey) 1) ((t ih d) 0))) +("unsteady" nil (((ax n) 0) ((s t eh) 1) ((d iy) 0))) +("unstinting" nil (((ax n) 0) ((s t ih n) 1) ((t ih ng) 0))) +("unstoppable" nil (((ax n) 0) ((s t aa) 1) ((p ax) 0) ((b ax l) 0))) +("unstructured" nil (((ax n) 0) ((s t r ah k) 1) ((sh er d) 0))) +("unstuck" nil (((ax n) 0) ((s t ah k) 1))) +("unsubscribed" nil (((ax n) 0) ((s ax b) 0) ((s k r ay b d) 1))) +("unsubsidized" nil (((ax n) 0) ((s ah b) 1) ((s ax) 0) ((d ay z d) 1))) +("unsubstantiated" nil (((ah n) 1) ((s ax b) 0) ((s t ae n) 1) ((sh iy) 0) ((ey) 1) ((t ih d) 0))) +("unsubtle" nil (((ax n) 0) ((s ah) 1) ((t ax l) 0))) +("unsuccessful" nil (((ah n) 1) ((s ax k) 0) ((s eh) 1) ((s f ax l) 0))) +("unsuccessfully" nil (((ah n) 1) ((s ax k) 0) ((s eh) 1) ((s f ax) 0) ((l iy) 0))) +("unsuitable" nil (((ax n) 0) ((s uw) 1) ((t ax) 0) ((b ax l) 0))) +("unsuited" nil (((ax n) 0) ((s uw) 1) ((t ih d) 0))) +("unsullied" nil (((ax n) 0) ((s ah) 1) ((l iy d) 0))) +("unsung" nil (((ax n) 0) ((s ah ng) 1))) +("unsupervised" nil (((ax n) 0) ((s uw) 1) ((p er) 0) ((v ay z d) 1))) +("unsupportable" nil (((ah n) 1) ((s ax) 0) ((p ao r) 1) ((t ax) 0) ((b ax l) 0))) +("unsupported" nil (((ax n) 0) ((s ax) 0) ((p ao r) 1) ((t ih d) 0))) +("unsure" nil (((ax n) 0) ((sh uh r) 1))) +("unsurpassed" nil (((ah n) 1) ((s er) 0) ((p ae s t) 1))) +("unsurprising" nil (((ax n) 0) ((s er) 0) ((p r ay) 1) ((z ih ng) 0))) +("unsurprisingly" nil (((ah n) 1) ((s er) 0) ((p r ay) 1) ((z ih ng) 0) ((l iy) 0))) +("unsuspected" nil (((ah n) 1) ((s ax) 0) ((s p eh k) 1) ((t ih d) 0))) +("unsuspecting" nil (((ah n) 1) ((s ax) 0) ((s p eh k) 1) ((t ih ng) 0))) +("unsustainable" nil (((ah n) 1) ((s ax) 0) ((s t ey) 1) ((n ax) 0) ((b ax l) 0))) +("unsustainably" nil (((ah n) 1) ((s ax) 0) ((s t ey) 1) ((n ax) 0) ((b l iy) 0))) +("unswayed" nil (((ax n) 0) ((s w ey d) 1))) +("unswerving" nil (((ax n) 0) ((s w er) 1) ((v ih ng) 0))) +("unsworth" nil (((ah n) 1) ((s w er th) 0))) +("unsympathetic" nil (((ax n) 0) ((s ih m) 1) ((p ax) 0) ((th eh) 1) ((t ih k) 0))) +("untainted" nil (((ax n) 0) ((t ey n) 1) ((t ih d) 0))) +("untangle" nil (((ax n) 0) ((t ae ng) 1) ((g ax l) 0))) +("untangling" nil (((ax n) 0) ((t ae ng) 1) ((l ih ng) 0))) +("untapped" nil (((ax n) 0) ((t ae p t) 1))) +("untaxed" nil (((ax n) 0) ((t ae k s t) 1))) +("untenable" nil (((ax n) 0) ((t eh) 1) ((n ax) 0) ((b ax l) 0))) +("untendered" nil (((ax n) 0) ((t eh n) 1) ((d er d) 0))) +("unterberg" nil (((ah n) 1) ((t er) 0) ((b er g) 0))) +("unterman" nil (((ah n) 1) ((t er) 0) ((m ax n) 0))) +("untermeyer" nil (((ah n) 1) ((t er) 0) ((m ay r) 1))) +("unterreiner" nil (((ao n) 1) ((t er) 0) ((ay) 0) ((n er) 0))) +("untested" nil (((ax n) 0) ((t eh) 1) ((s t ih d) 0))) +("unthinkable" nil (((ax n) 0) ((th ih ng) 1) ((k ax) 0) ((b ax l) 0))) +("unthinking" nil (((ax n) 0) ((th ih ng) 1) ((k ih ng) 0))) +("unthinkingly" nil (((ax n) 0) ((th ih ng) 1) ((k ih ng) 0) ((l iy) 0))) +("untidy" nil (((ax n) 0) ((t ay) 1) ((d iy) 0))) +("untidy" v (((ax n) 0) ((t ay) 1) ((d iy) 0))) +("untie" v (((ax n) 0) ((t ay) 1))) +("untied" nil (((ax n) 0) ((t ay d) 1))) +("untiedt" nil (((ao n) 1) ((t iy t) 0))) +("until" nil (((ax n) 0) ((t ih l) 1))) +("untimely" nil (((ax n) 0) ((t ay m) 1) ((l iy) 0))) +("unto" nil (((ah n) 1) ((t uw) 0))) +("untold" nil (((ax n) 0) ((t ow l d) 1))) +("untouchable" nil (((ax n) 0) ((t ah) 1) ((ch ax) 0) ((b ax l) 0))) +("untouchables" nil (((ax n) 0) ((t ah) 1) ((ch ax) 0) ((b ax l z) 0))) +("untouched" nil (((ax n) 0) ((t ah ch t) 1))) +("untoward" nil (((ax n) 0) ((t uw) 0) ((ao r d) 1))) +("untraceable" nil (((ax n) 0) ((t r ey) 1) ((s ax) 0) ((b ax l) 0))) +("untraditional" nil (((ah n) 1) ((t r ax) 0) ((d ih) 1) ((sh ax) 0) ((n ax l) 0))) +("untrained" nil (((ax n) 0) ((t r ey n d) 1))) +("untrammeled" nil (((ax n) 0) ((t r ae) 1) ((m ax l d) 0))) +("untreatable" nil (((ax n) 0) ((t r iy) 1) ((t ax) 0) ((b ax l) 0))) +("untreated" nil (((ax n) 0) ((t r iy) 1) ((t ih d) 0))) +("untried" nil (((ax n) 0) ((t r ay d) 1))) +("untroubled" nil (((ax n) 0) ((t r ah) 1) ((b ax l d) 0))) +("untrue" nil (((ax n) 0) ((t r uw) 1))) +("untrustworthy" nil (((ax n) 0) ((t r ah s) 1) ((t w er) 1) ((dh iy) 0))) +("unturned" nil (((ax n) 0) ((t er n d) 1))) +("untypical" nil (((ax n) 0) ((t ih) 1) ((p ih) 0) ((k ax l) 0))) +("unum" nil (((y uw) 1) ((n ax m) 0))) +("unusable" nil (((ax) 0) ((n y uw) 1) ((z ax) 0) ((b ax l) 0))) +("unused" nil (((ax) 0) ((n y uw z d) 1))) +("unusual" nil (((ax) 0) ((n y uw) 1) ((zh ax) 0) ((w ax l) 0))) +("unusually" nil (((ax) 0) ((n y uw) 1) ((zh ax) 0) ((w ax) 0) ((l iy) 0))) +("unvarnished" nil (((ax n) 0) ((v aa r) 1) ((n ih sh t) 0))) +("unveil" nil (((ax n) 0) ((v ey l) 1))) +("unveiled" nil (((ax n) 0) ((v ey l d) 1))) +("unveiling" nil (((ax n) 0) ((v ey) 1) ((l ih ng) 0))) +("unveils" nil (((ax n) 0) ((v ey l z) 1))) +("unverifiable" nil (((ax n) 0) ((v eh) 1) ((r ih) 0) ((f ay) 1) ((ax) 0) ((b ax l) 0))) +("unverified" nil (((ax n) 0) ((v eh) 1) ((r ih) 0) ((f ay d) 1))) +("unverzagt" nil (((ao n) 1) ((v er) 0) ((z ao g t) 0))) +("unwanted" nil (((ax n) 0) ((w ao n) 1) ((t ih d) 0))) +("unwarranted" nil (((ax n) 0) ((w ao) 1) ((r ax n) 0) ((t ih d) 0))) +("unwary" nil (((ax n) 0) ((w eh) 1) ((r iy) 0))) +("unwashed" nil (((ax n) 0) ((w aa sh t) 1))) +("unwavering" nil (((ax n) 0) ((w ey) 1) ((v er) 0) ((ih ng) 0))) +("unwed" nil (((ax n) 0) ((w eh d) 1))) +("unwelcome" nil (((ax n) 0) ((w eh l) 1) ((k ax m) 0))) +("unwholesome" nil (((ax n) 0) ((hh ow l) 1) ((s ax m) 0))) +("unwieldiness" nil (((ax n) 0) ((w iy l) 1) ((d iy) 0) ((n ax s) 0))) +("unwieldy" nil (((ax n) 0) ((w iy l) 1) ((d iy) 0))) +("unwilling" nil (((ax n) 0) ((w ih) 1) ((l ih ng) 0))) +("unwillingness" nil (((ax n) 0) ((w ih) 1) ((l ih ng) 0) ((n ih s) 0))) +("unwin" nil (((ao n) 1) ((w ih n) 0))) +("unwind" nil (((ax n) 0) ((w ay n d) 1))) +("unwinding" nil (((ax n) 0) ((w ay n) 1) ((d ih ng) 0))) +("unwise" nil (((ax n) 0) ((w ay z) 1))) +("unwisely" nil (((ax n) 0) ((w ay) 1) ((z l iy) 0))) +("unwitting" nil (((ax n) 0) ((w ih) 1) ((t ih ng) 0))) +("unwittingly" nil (((ax n) 0) ((w ih) 1) ((t ih ng) 0) ((l iy) 0))) +("unworkable" nil (((ax n) 0) ((w er) 1) ((k ax) 0) ((b ax l) 0))) +("unworried" nil (((ax n) 0) ((w er) 1) ((iy d) 0))) +("unworthy" nil (((ax n) 0) ((w er) 1) ((dh iy) 0))) +("unwound" nil (((ax n) 0) ((w aw n d) 1))) +("unwrapping" nil (((ax n) 0) ((r ae) 1) ((p ih ng) 0))) +("unwritten" nil (((ax n) 0) ((r ih) 1) ((t ax n) 0))) +("unyielding" nil (((ax) 0) ((n y iy l) 1) ((d ih ng) 0))) +("unzicker" nil (((ao n) 1) ((z ih) 0) ((k er) 0))) +("UOB" nil (((y uw) 1) ((ow) 1) ((b iy) 1))) +("up" nil (((ah p) 1))) +("upbeat" nil (((ah p) 1) ((b iy t) 1))) +("upbraided" nil (((ax p) 0) ((b r ey) 1) ((d ih d) 0))) +("upbringing" nil (((ah p) 1) ((b r ih ng) 1) ((ih ng) 0))) +("upchurch" nil (((ah p) 1) ((ch er ch) 1))) +("upcoming" nil (((ah p) 1) ((k ah) 1) ((m ih ng) 0))) +("update" nil (((ax p) 0) ((d ey t) 1))) +("updated" nil (((ax p) 0) ((d ey) 1) ((t ax d) 0))) +("updates" nil (((ax p) 0) ((d ey t s) 1))) +("updating" nil (((ax p) 0) ((d ey) 1) ((t ih ng) 0))) +("updegraff" nil (((ah p) 1) ((d ih) 0) ((g r ax f) 0))) +("updegrove" nil (((uw p) 0) ((d eh) 0) ((g r ow) 1) ((v iy) 0))) +("updike" nil (((ah p) 1) ((d ay k) 1))) +("updraft" nil (((ah p) 1) ((d r ae f t) 1))) +("updyke" nil (((ah p) 1) ((d ay k) 1))) +("upended" n (((ah) 1) ((p eh n) 1) ((d ax d) 0))) +("upfront" nil (((ah p) 1) ((f r ah n t) 1))) +("upgrade" nil (((ax p) 0) ((g r ey d) 1))) +("upgraded" nil (((ax p) 0) ((g r ey) 1) ((d ax d) 0))) +("upgrader" nil (((ah p) 1) ((g r ey) 1) ((d er) 0))) +("upgrades" nil (((ax p) 0) ((g r ey d z) 1))) +("upgrading" nil (((ax p) 0) ((g r ey) 1) ((d ih ng) 0))) +("upham" nil (((ah) 1) ((p ax m) 0))) +("upheaval" nil (((ax p) 0) ((hh iy) 1) ((v ax l) 0))) +("upheavals" nil (((ax p) 0) ((hh iy) 1) ((v ax l z) 0))) +("upheld" nil (((ax p) 0) ((hh eh l d) 1))) +("uphill" nil (((ah p) 1) ((hh ih l) 1))) +("uphoff" nil (((ah p) 1) ((hh ao f) 1))) +("uphold" nil (((ax p) 0) ((hh ow l d) 1))) +("upholding" nil (((ax p) 0) ((hh ow l) 1) ((d ih ng) 0))) +("upholds" nil (((ax p) 0) ((hh ow l d z) 1))) +("upholstered" nil (((ax) 0) ((p ow l) 1) ((s t er d) 0))) +("upholstery" nil (((ax) 0) ((p ow l) 1) ((s t er) 0) ((iy) 0))) +("upjohn" nil (((ah p) 1) ((jh aa n) 1))) +("upkeep" nil (((ah p) 1) ((k iy p) 1))) +("upland" nil (((ah) 1) ((p l ax n d) 0))) +("uplands" nil (((ah) 1) ((p l ax n d z) 0))) +("uplift" nil (((ah) 1) ((p l ih f t) 0))) +("uplifting" nil (((ah) 1) ((p l ih f) 1) ((t ih ng) 0))) +("uplinger" nil (((uw) 1) ((p ax) 0) ((l ih ng) 0) ((er) 0))) +("upmanship" nil (((ah p) 1) ((m ax n) 0) ((sh ih p) 1))) +("upmarket" nil (((ah p) 1) ((m aa r) 1) ((k ax t) 0))) +("upon" nil (((ax) 0) ((p aa n) 1))) +("upp" nil (((ah p) 1))) +("upped" nil (((ah p t) 1))) +("upper" nil (((ah) 1) ((p er) 0))) +("upperclass" nil (((ah) 1) ((p er) 0) ((k l ae s) 1))) +("upperman" nil (((ah) 1) ((p er) 0) ((m ax n) 0))) +("uppermost" nil (((ah) 1) ((p er) 0) ((m ow s t) 1))) +("upping" nil (((ah) 1) ((p ih ng) 0))) +("upright" nil (((ax) 0) ((p r ay t) 1))) +("uprights" nil (((ah) 1) ((p r ay t s) 1))) +("uprising" nil (((ax) 0) ((p r ay) 1) ((z ih ng) 0))) +("uprisings" nil (((ah) 1) ((p r ay) 1) ((z ih ng z) 0))) +("upriver" nil (((ah) 1) ((p r ih) 1) ((v er) 0))) +("uproar" nil (((ah) 1) ((p r ao r) 1))) +("uproarious" n (((ax) 0) ((p r ao) 1) ((r iy) 0) ((ax s) 0))) +("uproot" nil (((ax) 0) ((p r uw t) 1))) +("uprooted" nil (((ax) 0) ((p r uw) 1) ((t ih d) 0))) +("uprooting" nil (((ax) 0) ((p r uw) 1) ((t ih ng) 0))) +("ups" nil (((ah p s) 1))) +("upscale" nil (((ah p) 1) ((s k ey l) 1))) +("upset" n (((ah p) 1) ((s eh t) 1))) +("upset" v (((ax p) 0) ((s eh t) 1))) +("upsets" n (((ah p) 1) ((s eh t s) 1))) +("upsets" v (((ax p) 0) ((s eh t s) 1))) +("upsetting" nil (((ax p) 0) ((s eh) 1) ((t ih ng) 0))) +("upshaw" nil (((ah p) 1) ((sh ao) 1))) +("upshot" nil (((ah p) 1) ((sh aa t) 1))) +("upshur" nil (((ah p) 1) ((sh er) 0))) +("upside" nil (((ah p) 1) ((s ay d) 1))) +("upsize" nil (((ah p) 1) ((s ay z) 1))) +("upsizing" nil (((ah p) 1) ((s ay) 1) ((z ih ng) 0))) +("upson" nil (((ah p) 1) ((s ax n) 0))) +("upstage" nil (((ax p) 0) ((s t ey jh) 1))) +("upstaged" nil (((ah p) 1) ((s t ey jh d) 1))) +("upstairs" nil (((ax p) 0) ((s t eh r z) 1))) +("upstanding" nil (((ah p) 1) ((s t ae n) 1) ((d ih ng) 0))) +("upstart" nil (((ah p) 1) ((s t aa r t) 1))) +("upstarts" nil (((ax p) 0) ((s t aa r t s) 1))) +("upstate" nil (((ah p) 1) ((s t ey t) 1))) +("upstream" nil (((ah p) 1) ((s t r iy m) 1))) +("upsurge" nil (((ah p) 1) ((s er jh) 1))) +("upswing" nil (((ax p) 0) ((s w ih ng) 1))) +("upswings" nil (((ah p) 1) ((s w ih ng z) 1))) +("uptain" nil (((ax p) 0) ((t ey n) 1))) +("uptegrove" nil (((ah p) 1) ((t ih) 0) ((g r ax v) 0))) +("uptick" nil (((ah p) 1) ((t ih k) 1))) +("upticks" nil (((ah p) 1) ((t ih k s) 1))) +("uptight" nil (((ax p) 0) ((t ay t) 1))) +("upton" nil (((ah p) 1) ((t ax n) 0))) +("uptown" nil (((ah p) 1) ((t aw n) 1))) +("uptrend" nil (((ah p) 1) ((t r eh n d) 1))) +("upturn" nil (((ax p) 0) ((t er n) 1))) +("upturns" nil (((ah p) 1) ((t er n z) 1))) +("upward" nil (((ah) 1) ((p w er d) 0))) +("upwardly" nil (((ah) 1) ((p w er d) 0) ((l iy) 0))) +("upwards" nil (((ah) 1) ((p w er d z) 0))) +("upwood" nil (((ah) 1) ((p w uh d) 1))) +("ur" nil (((er) 1))) +("Ural" n (((y uw) 1) ((r ax l) 0))) +("urals" nil (((y uh) 1) ((r ax l z) 0))) +("uram" nil (((y uw) 1) ((r ax m) 0))) +("uranga" nil (((er) 0) ((aa ng) 1) ((g ax) 0))) +("uranium" nil (((y er) 0) ((ey) 1) ((n iy) 0) ((ax m) 0))) +("uranus" nil (((y uw) 1) ((r ax) 0) ((n ax s) 0))) +("urbach" nil (((er) 1) ((b aa k) 0))) +("urbain" nil (((er) 0) ((b ey n) 1))) +("urban" nil (((er) 1) ((b ax n) 0))) +("urbana" nil (((er) 0) ((b ae) 1) ((n ax) 0))) +("urbanchuk" nil (((er) 0) ((b ah n) 1) ((ch ax k) 0))) +("urbanczyk" nil (((er) 0) ((b ah n) 1) ((ch ih k) 0))) +("urbane" nil (((er) 0) ((b ey n) 1))) +("urbanek" nil (((er) 0) ((b ae) 1) ((n eh k) 0))) +("urbani" nil (((er) 0) ((b aa) 1) ((n iy) 0))) +("urbaniak" nil (((er) 0) ((b ae) 1) ((n iy) 0) ((ae k) 0))) +("urbanik" nil (((er) 0) ((b ae) 1) ((n ih k) 0))) +("urbanites" nil (((er) 1) ((b ax) 0) ((n ay t s) 1))) +("urbanization" nil (((er) 1) ((b ax) 0) ((n ax) 0) ((z ey) 1) ((sh ax n) 0))) +("urbanized" nil (((er) 1) ((b ax) 0) ((n ay z d) 1))) +("urbano" nil (((er) 0) ((b aa) 1) ((n ow) 0))) +("urbanowicz" nil (((er) 0) ((b ae) 1) ((n ax) 0) ((v ih ch) 0))) +("urbanski" nil (((er) 0) ((b ae n) 1) ((s k iy) 0))) +("urbas" nil (((er) 1) ((b ax z) 0))) +("urbaszewski" nil (((er) 1) ((b ax) 0) ((s uw) 1) ((s k iy) 0))) +("urbina" nil (((er) 0) ((b iy) 1) ((n ax) 0))) +("urchin" nil (((er) 1) ((ch ax n) 0))) +("urchins" nil (((er) 1) ((ch ax n z) 0))) +("urda" nil (((er) 1) ((d ax) 0))) +("urdiales" nil (((er) 1) ((d iy) 0) ((ey l z) 0))) +("urdu" nil (((er) 0) ((d uw) 1))) +("ure" nil (((y uw r) 1))) +("urea" nil (((y er) 0) ((iy) 1) ((ax) 0))) +("uremia" nil (((y er) 0) ((iy) 1) ((m iy) 0) ((ax) 0))) +("uren" nil (((er) 0) ((eh n) 1))) +("urena" nil (((er) 0) ((ey) 1) ((n ax) 0))) +("uresti" nil (((er) 0) ((eh) 1) ((s t iy) 0))) +("urethane" nil (((y er) 1) ((ax) 0) ((th ey n) 1))) +("urey" nil (((y er) 1) ((iy) 0))) +("urfer" nil (((er) 1) ((f er) 0))) +("urge" nil (((er jh) 1))) +("urged" nil (((er jh d) 1))) +("urgen" nil (((er) 1) ((jh eh n) 1))) +("urgency" nil (((er) 1) ((jh ax n) 0) ((s iy) 0))) +("urgent" nil (((er) 1) ((jh ax n t) 0))) +("urgently" nil (((er) 1) ((jh ax n t) 0) ((l iy) 0))) +("urges" nil (((er) 1) ((jh ax z) 0))) +("urging" nil (((er) 1) ((jh ih ng) 0))) +("urgings" nil (((er) 1) ((jh ih ng z) 0))) +("urgo" nil (((er) 1) ((g ow) 0))) +("uri" nil (((y er) 1) ((iy) 0))) +("urian" nil (((y er) 1) ((iy) 0) ((ax n) 0))) +("uriarte" nil (((y er) 1) ((iy) 0) ((aa r) 1) ((t iy) 0))) +("urias" nil (((y er) 0) ((iy) 1) ((ax z) 0))) +("uribe" nil (((y er) 0) ((iy) 1) ((b iy) 0))) +("uric" nil (((y er) 1) ((ih k) 0))) +("urich" nil (((y er) 1) ((ih k) 0))) +("urick" nil (((y er) 1) ((r ih k) 0))) +("urie" nil (((y er) 1) ((iy) 0))) +("uriegas" nil (((y er) 0) ((iy) 1) ((g ax z) 0))) +("urinalysis" nil (((y er) 1) ((ax) 0) ((n ae) 1) ((l ax) 0) ((s ih s) 0))) +("urinary" nil (((y er) 1) ((ax) 0) ((n eh) 1) ((r iy) 0))) +("urinating" nil (((y er) 1) ((ax) 0) ((n ey) 1) ((t ih ng) 0))) +("urine" nil (((y er) 1) ((ax n) 0))) +("urioste" nil (((y er) 0) ((iy) 0) ((ow) 1) ((s t iy) 0))) +("urman" nil (((er) 1) ((m ax n) 0))) +("urn" nil (((er n) 1))) +("urness" nil (((er) 1) ((n ax s) 0))) +("urokinase" nil (((y er) 1) ((ax) 0) ((k ax) 0) ((n ey z) 1))) +("urologist" nil (((y er) 0) ((aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("urologists" nil (((y er) 0) ((aa) 1) ((l ax) 0) ((jh ax s t s) 0))) +("urology" nil (((y er) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("Urquart" n (((ae r) 1) ((k er t) 0))) +("urquhart" nil (((er) 1) ((k aa r t) 1))) +("urquidez" nil (((er) 0) ((k w iy) 1) ((d eh z) 0))) +("urquidi" nil (((er) 0) ((k w iy) 1) ((d iy) 0))) +("urquiza" nil (((er) 0) ((k w iy) 1) ((z ax) 0))) +("urrea" nil (((er) 0) ((iy) 1) ((ax) 0))) +("urrutia" nil (((er) 0) ((uw) 1) ((sh ax) 0))) +("ursa" nil (((er) 1) ((s ax) 0))) +("urschel" nil (((er) 1) ((sh ax l) 0))) +("ursery" nil (((er) 1) ((s er) 0) ((iy) 0))) +("ursie" nil (((er) 1) ((s iy) 0))) +("ursin" nil (((er) 1) ((s ih n) 0))) +("ursini" nil (((er) 0) ((s iy) 1) ((n iy) 0))) +("urso" nil (((er) 1) ((s ow) 0))) +("ursola" nil (((er) 0) ((s ow) 1) ((l ax) 0))) +("urson" nil (((er) 1) ((s ax n) 0))) +("urstadt" nil (((er) 1) ((s t ae t) 1))) +("ursula" nil (((er) 1) ((s ax) 0) ((l ax) 0))) +("ursus" nil (((er) 1) ((s ax s) 0))) +("ursy" nil (((er) 1) ((s iy) 0))) +("urton" nil (((er) 1) ((t ax n) 0))) +("uruguay" nil (((y er) 1) ((ax) 0) ((g w ey) 1))) +("uruguayan" nil (((y er) 1) ((ax) 0) ((g w ey) 1) ((ax n) 0))) +("urwin" nil (((er) 1) ((w ax n) 0))) +("ury" nil (((y uw) 1) ((r iy) 0))) +("us" nil (((ah s) 1))) +("usa" nil (((y uw) 1) ((eh) 1) ((s ey) 1))) +("usable" nil (((y uw) 1) ((z ax) 0) ((b ax l) 0))) +("usage" nil (((y uw) 1) ((s ax jh) 0))) +("usages" nil (((y uw) 1) ((s ax) 0) ((jh ax z) 0))) +("usair" nil (((y uw) 1) ((eh) 1) ((s eh r) 1))) +("usameribancs" nil (((y uw) 1) ((eh) 1) ((s ax) 0) ((m eh) 1) ((r ih) 0) ((b ae n k s) 1))) +("usbancorp" nil (((y uw) 1) ((eh s) 1) ((b ae ng) 1) ((k ao r p) 1))) +("use" n (((y uw s) 0))) +("use" v (((y uw z) 1))) +("usec" nil (((y uw) 1) ((s eh k) 0))) +("used" nil (((y uw z d) 1))) +("useful" nil (((y uw) 1) ((s f ax l) 0))) +("usefully" nil (((y uw) 1) ((s f ax) 0) ((l iy) 0))) +("usefulness" nil (((y uw) 1) ((s f ax l) 0) ((n ax s) 0))) +("useless" nil (((y uw) 1) ((s l ax s) 0))) +("uselman" nil (((y uw) 1) ((s ax l) 0) ((m ax n) 0))) +("uselton" nil (((y uw) 1) ((s ax l) 0) ((t ax n) 0))) +("usenet" nil (((y uw z) 1) ((n eh t) 1))) +("user" nil (((y uw) 1) ((z er) 0))) +("users" nil (((y uw) 1) ((z er z) 0))) +("usery" nil (((y uw) 1) ((z er) 0) ((iy) 0))) +("uses" n (((y uw) 1) ((s ax z) 0))) +("uses" v (((y uw) 1) ((z ih z) 0))) +("usher" nil (((ah) 1) ((sh er) 0))) +("ushered" nil (((ah) 1) ((sh er d) 0))) +("ushering" nil (((ah) 1) ((sh er) 0) ((ih ng) 0))) +("ushers" nil (((ah) 1) ((sh er z) 0))) +("usines" nil (((y uw) 1) ((z iy n z) 1))) +("using" nil (((y uw) 1) ((z ih ng) 0))) +("usinor" nil (((y uw) 1) ((s ax) 0) ((n er) 0))) +("usrey" nil (((ah) 1) ((s r iy) 0))) +("usry" nil (((ah) 1) ((s r iy) 0))) +("ussery" nil (((ah) 1) ((s er) 0) ((iy) 0))) +("ustinov" nil (((uw) 1) ((s t ih) 0) ((n aa v) 0))) +("ustrust" nil (((y uw) 1) ((eh) 1) ((s t r ah s t) 1))) +("usual" nil (((y uw) 1) ((zh ax) 0) ((w ax l) 0))) +("usually" nil (((y uw) 1) ((zh ax) 0) ((w ax) 0) ((l iy) 0))) +("usurp" nil (((y uw) 1) ((s er p) 1))) +("usurpation" nil (((y uw) 1) ((s er) 0) ((p ey) 1) ((sh ax n) 0))) +("usurped" nil (((y uw) 1) ((s er p t) 1))) +("usurping" nil (((y uw) 1) ((s er) 1) ((p ih ng) 0))) +("usurps" nil (((y uw) 1) ((s er p s) 1))) +("usury" nil (((y uw) 1) ((zh er) 0) ((iy) 0))) +("utah" nil (((y uw) 1) ((t ao) 1))) +("utamaro" nil (((y uw) 1) ((t ax) 0) ((m aa) 1) ((r ow) 0))) +("utech" nil (((y uw) 1) ((t eh k) 1))) +("utecht" nil (((y uw) 1) ((t eh k t) 1))) +("utensils" nil (((y uw) 0) ((t eh n) 1) ((s ax l z) 0))) +("uterine" nil (((y uw) 1) ((t er) 0) ((ax n) 0))) +("uterus" nil (((y uw) 1) ((t er) 0) ((ax s) 0))) +("utgoff" nil (((ah t) 1) ((g ao f) 0))) +("uthe" nil (((ah dh) 1))) +("utica" nil (((y uw) 1) ((t ax) 0) ((k ax) 0))) +("utilicorp" nil (((y uw) 0) ((t ih) 1) ((l ax) 0) ((k ao r p) 0))) +("utilitarian" nil (((y uw) 0) ((t ih) 1) ((l ax) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("utilities" nil (((y uw) 0) ((t ih) 1) ((l ax) 0) ((t iy z) 0))) +("utility" nil (((y uw) 0) ((t ih) 1) ((l ax) 0) ((t iy) 0))) +("utilization" nil (((y uw) 1) ((t ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("utilize" nil (((y uw) 1) ((t ax) 0) ((l ay z) 1))) +("utilized" nil (((y uw) 1) ((t ax) 0) ((l ay z d) 1))) +("utilizes" nil (((y uw) 1) ((t ax) 0) ((l ay) 1) ((z ih z) 0))) +("utilizing" nil (((y uw) 1) ((t ax) 0) ((l ay) 1) ((z ih ng) 0))) +("utke" nil (((ah t) 1) ((k iy) 0))) +("utley" nil (((ah t) 1) ((l iy) 0))) +("utmost" nil (((ah t) 1) ((m ow s t) 1))) +("utopia" nil (((y uw) 0) ((t ow) 1) ((p iy) 0) ((ax) 0))) +("utopian" nil (((y uw) 0) ((t ow) 1) ((p iy) 0) ((ax n) 0))) +("utopians" nil (((y uw) 0) ((t ow) 1) ((p iy) 0) ((ax n z) 0))) +("utopias" nil (((y uw) 0) ((t ow) 1) ((p iy) 0) ((ax z) 0))) +("utsey" nil (((ah t) 1) ((s iy) 0))) +("utsumi" nil (((uw t) 0) ((s uw) 1) ((m iy) 0))) +("utt" nil (((ah t) 1))) +("Uttar" n (((uw) 1) ((t er) 0))) +("uttech" nil (((ah) 1) ((t eh k) 1))) +("utter" nil (((ah) 1) ((t er) 0))) +("utterance" nil (((ah) 1) ((t er) 0) ((ax n s) 0))) +("utterances" nil (((ah) 1) ((t er) 0) ((ax n) 0) ((s ih z) 0))) +("uttered" nil (((ah) 1) ((t er d) 0))) +("uttering" nil (((ah) 1) ((t er) 0) ((ih ng) 0))) +("utterly" nil (((ah) 1) ((t er) 0) ((l iy) 0))) +("utters" nil (((ah) 1) ((t er z) 0))) +("utz" nil (((ah t s) 1))) +("utzinger" nil (((ah t) 1) ((z ih ng) 0) ((er) 0))) +("uva" nil (((y uw) 1) ((v ax) 0))) +("uwe" nil (((y uw) 1))) +("uy" nil (((uw) 1) ((iy) 0))) +("uyeda" nil (((ay) 0) ((iy) 1) ((d ax) 0))) +("uyehara" nil (((uw) 0) ((y ey) 0) ((hh aa) 1) ((r ax) 0))) +("uyeno" nil (((ay) 0) ((ey) 1) ((n ow) 0))) +("uzbek" nil (((uw z) 1) ((b eh k) 0))) +("uzbekistan" nil (((uw z) 0) ((b eh) 1) ((k ih) 0) ((s t ae n) 1))) +("uzbeks" nil (((uw z) 1) ((b eh k s) 0))) +("uzelac" nil (((ax) 0) ((z eh) 1) ((l ax k) 0))) +("uzi" nil (((uw) 1) ((z iy) 0))) +("Uzis" n (((uw) 1) ((z iy z) 0))) +("uzzell" nil (((uw) 0) ((z eh l) 1))) +("uzzle" nil (((ah) 1) ((z ax l) 0))) +("v" nil (((v iy) 1))) +("vaal" nil (((v aa l) 1))) +("vaapenfabrikk" nil (((v aa) 1) ((p eh n) 1) ((f ax) 0) ((b r ih k) 0))) +("vaca" nil (((v ae) 1) ((k ax) 0))) +("vacancies" nil (((v ey) 1) ((k ax n) 0) ((s iy z) 0))) +("vacancy" nil (((v ey) 1) ((k ax n) 0) ((s iy) 0))) +("vacant" nil (((v ey) 1) ((k ax n t) 0))) +("vacanti" nil (((v ax) 0) ((k ae n) 1) ((t iy) 0))) +("vacate" nil (((v ey) 1) ((k ey t) 0))) +("vacated" nil (((v ey) 0) ((k ey) 1) ((t ax d) 0))) +("vacating" nil (((v ey) 1) ((k ey) 0) ((t ih ng) 0))) +("vacation" nil (((v ey) 0) ((k ey) 1) ((sh ax n) 0))) +("vacationed" nil (((v ey) 0) ((k ey) 1) ((sh ax n d) 0))) +("vacationer" nil (((v ey) 0) ((k ey) 1) ((sh ax) 0) ((n er) 0))) +("vacationers" nil (((v ey) 0) ((k ey) 1) ((sh ax) 0) ((n er z) 0))) +("vacationing" nil (((v ey) 0) ((k ey) 1) ((sh ax) 0) ((n ih ng) 0))) +("vacations" nil (((v ey) 0) ((k ey) 1) ((sh ax n z) 0))) +("vacaville" nil (((v ae) 1) ((k ax) 0) ((v ih l) 1))) +("vacca" nil (((v ae) 1) ((k ax) 0))) +("vaccarella" nil (((v aa) 0) ((k er) 0) ((eh) 1) ((l ax) 0))) +("vaccaro" nil (((v ax) 0) ((k aa) 1) ((r ow) 0))) +("vaccinated" nil (((v ae k) 1) ((s ax) 0) ((n ey) 0) ((t ih d) 0))) +("vaccination" nil (((v ae k) 0) ((s ax) 0) ((n ey) 1) ((sh ax n) 0))) +("vaccinations" nil (((v ae k) 1) ((s ax) 0) ((n ey) 1) ((sh ax n z) 0))) +("vaccine" nil (((v ae k) 1) ((s iy n) 1))) +("vaccines" nil (((v ae k) 1) ((s iy n z) 1))) +("vaccinia" nil (((v ax) 0) ((ch iy) 1) ((n iy) 0) ((ax) 0))) +("vacek" nil (((v aa) 1) ((ch eh k) 1))) +("vacha" nil (((v ae) 1) ((ch ax) 0))) +("vacheron" nil (((v ae) 1) ((sh er) 0) ((aa n) 2))) +("vachon" nil (((v ae) 1) ((ch ax n) 0))) +("vacillate" nil (((v ae) 1) ((s ax) 0) ((l ey t) 1))) +("vacillated" nil (((v ae) 1) ((s ax) 0) ((l ey) 0) ((t ih d) 0))) +("vacillating" nil (((v ae) 1) ((s ax) 0) ((l ey) 1) ((t ih ng) 0))) +("vacillation" nil (((v ae) 1) ((s ax) 0) ((l ey) 1) ((sh ax n) 0))) +("vaclav" nil (((v ae) 1) ((k l aa v) 1))) +("vaclavik" nil (((v ae) 1) ((k l ax) 0) ((v ih k) 0))) +("vacuous" nil (((v ae) 1) ((k y uw) 0) ((ax s) 0))) +("vacuum" nil (((v ae) 1) ((k y uw m) 0))) +("vacuuming" nil (((v ae) 1) ((k y uw) 0) ((m ih ng) 0))) +("vacuums" nil (((v ae) 1) ((k y uw m z) 0))) +("vadala" nil (((v aa) 0) ((d aa) 1) ((l ax) 0))) +("vadas" nil (((v aa) 1) ((d aa z) 0))) +("vadehra" nil (((v ax) 0) ((d ey) 1) ((r ax) 0))) +("vaden" nil (((v ey) 1) ((d ax n) 0))) +("vader" nil (((v ey) 1) ((d er) 0))) +("vadim" nil (((v aa) 0) ((d iy m) 1))) +("vadnais" nil (((v ax d) 0) ((n ey) 1))) +("vadney" nil (((v ae d) 1) ((n iy) 0))) +("vaeth" nil (((v iy th) 1))) +("vagabond" nil (((v ae) 1) ((g ax) 0) ((b aa n d) 0))) +("vagabonds" nil (((v ae) 1) ((g ax) 0) ((b aa n d z) 0))) +("vagaries" nil (((v ey) 1) ((g er) 0) ((iy z) 0))) +("vagelos" nil (((v ax) 0) ((jh eh) 1) ((l ow s) 0))) +("vagina" nil (((v ax) 0) ((jh ay) 1) ((n ax) 0))) +("vaginal" nil (((v ax) 0) ((jh ay) 1) ((n ax l) 0))) +("vagrancy" nil (((v ey) 1) ((g r ax n) 0) ((s iy) 0))) +("vagrants" nil (((v ey) 1) ((g r ax n t s) 0))) +("vague" nil (((v ey g) 1))) +("vaguely" nil (((v ey) 1) ((g l iy) 0))) +("vagueness" nil (((v ey g) 1) ((n ih s) 0))) +("vaguer" nil (((v ey) 1) ((g er) 0))) +("vaguest" nil (((v ey) 1) ((g ih s t) 0))) +("vaguine" nil (((v ax) 0) ((g w iy n) 1))) +("vahey" nil (((v ae) 1) ((hh iy) 0))) +("vahid" nil (((v aa) 0) ((hh iy d) 1))) +("vahl" nil (((v aa l) 1))) +("vahle" nil (((v ey) 1) ((hh ax l) 0))) +("vail" nil (((v ey l) 1))) +("vaile" nil (((v ey l) 1))) +("vaillancourt" nil (((v ey) 1) ((l ax n) 0) ((k ao r t) 1))) +("vain" nil (((v ey n) 1))) +("vainly" nil (((v ey n) 1) ((l iy) 0))) +("vajda" nil (((v ay) 1) ((d ax) 0))) +("vajna" nil (((v ay) 1) ((n ax) 0))) +("val" nil (((v ae l) 1))) +("vala" nil (((v aa) 1) ((l ax) 0))) +("valade" nil (((v aa) 0) ((l aa) 1) ((d ey) 0))) +("valadez" nil (((v aa) 0) ((l aa) 1) ((d eh z) 0))) +("valasek" nil (((v ax) 0) ((l aa) 1) ((s eh k) 0))) +("valborga" nil (((v aa l) 0) ((b ao r) 1) ((g ax) 0))) +("valcourt" nil (((v ax l) 0) ((k ao r t) 1))) +("valda" nil (((v aa l) 1) ((d ax) 0))) +("valdemar" nil (((v aa l) 0) ((d ey) 0) ((m aa r) 1))) +("valderrama" nil (((v aa l) 0) ((d eh) 0) ((r aa) 1) ((m ax) 0))) +("valdes" nil (((v ae l) 0) ((d eh z) 1))) +("valdez" nil (((v ae l) 0) ((d eh z) 1))) +("valdis" nil (((v ae l) 1) ((d ih s) 0))) +("valdivia" nil (((v aa l) 0) ((d iy) 1) ((v iy) 0) ((ax) 0))) +("valdovinos" nil (((v aa l) 0) ((d ow) 0) ((v iy) 1) ((n ow z) 0))) +("vale" nil (((v ey l) 1))) +("valeda" nil (((v aa) 0) ((l ey) 1) ((d ax) 0))) +("valedictory" nil (((v ae) 1) ((l ax) 0) ((d ih k) 1) ((t er) 0) ((iy) 0))) +("valek" nil (((v aa) 1) ((l eh k) 0))) +("valence" nil (((v ey) 1) ((l ax n s) 0))) +("valencia" nil (((v ax) 0) ((l eh n) 1) ((s iy) 0) ((ax) 0))) +("valencienne" nil (((v ax) 0) ((l eh n) 1) ((s iy) 0) ((eh n) 1))) +("valens" nil (((v ae) 1) ((l ax n z) 0))) +("valensuela" nil (((v ae) 1) ((l ax n) 0) ((z w ey) 1) ((l ax) 0))) +("valent" nil (((v aa) 0) ((l ey) 1) ((ax n t) 0))) +("valenta" nil (((v ax) 0) ((l eh n) 1) ((t ax) 0))) +("valente" nil (((v aa) 0) ((l eh n) 1) ((t iy) 0))) +("valenti" nil (((v ax) 0) ((l eh n) 1) ((t iy) 0))) +("valentia" nil (((v aa) 0) ((l eh n) 1) ((sh ax) 0))) +("valentin" nil (((v aa) 0) ((l ey n) 0) ((t iy n) 1))) +("valentina" nil (((v ae) 0) ((l ih n) 0) ((t iy) 1) ((n ax) 0))) +("valentine" nil (((v ae) 1) ((l ax n) 0) ((t ay n) 1))) +("valentines" nil (((v ae) 1) ((l ax n) 0) ((t ay n z) 1))) +("valentini" nil (((v ae) 1) ((l ax n) 0) ((t iy) 1) ((n iy) 0))) +("valentino" nil (((v ae) 1) ((l ax n) 0) ((t iy) 1) ((n ow) 0))) +("valenza" nil (((v ax) 0) ((l eh n) 1) ((z ax) 0))) +("valenzano" nil (((v ae) 1) ((l eh n) 0) ((z aa) 1) ((n ow) 0))) +("valenzuela" nil (((v aa) 0) ((l eh n) 0) ((z uw) 1) ((l ax) 0))) +("valeo" nil (((v ae) 1) ((l iy) 0) ((ow) 0))) +("valera" nil (((v ax) 0) ((l eh) 1) ((r ax) 0))) +("valeri" nil (((v aa) 0) ((l eh) 1) ((r iy) 0))) +("valeria" nil (((v ax) 0) ((l iy) 1) ((r iy) 0) ((ax) 0))) +("valerian" nil (((v ax) 0) ((l ih) 1) ((r iy) 0) ((ax n) 0))) +("valeriano" nil (((v aa) 0) ((l er) 0) ((iy) 0) ((aa) 1) ((n ow) 0))) +("valerie" nil (((v ae) 1) ((l er) 0) ((iy) 0))) +("valerio" nil (((v ax) 0) ((l iy) 1) ((r iy) 0) ((ow) 0))) +("valero" nil (((v ax) 0) ((l eh) 1) ((r ow) 0))) +("valery" nil (((v ae) 1) ((l er) 0) ((iy) 0))) +("vales" nil (((v ey l z) 1))) +("valeska" nil (((v aa) 0) ((l ey) 1) ((s k ax) 0))) +("valet" nil (((v ae) 0) ((l ey) 1))) +("valfierno" nil (((v ae l) 1) ((f ih r) 0) ((n ow) 0))) +("valhalla" nil (((v ae l) 1) ((hh ae) 1) ((l ax) 0))) +("valhi" nil (((v ae l) 1) ((hh iy) 0))) +("valiant" nil (((v ae) 1) ((l y ax n t) 0))) +("valiantly" nil (((v ae) 1) ((l y ax n t) 0) ((l iy) 0))) +("valid" nil (((v ae) 1) ((l ax d) 0))) +("valida" nil (((v aa) 0) ((l iy) 1) ((d ax) 0))) +("validate" nil (((v ae) 1) ((l ax) 0) ((d ey t) 0))) +("validated" nil (((v ae) 1) ((l ax) 0) ((d ey) 0) ((t ax d) 0))) +("validates" nil (((v ae) 1) ((l ax) 0) ((d ey t s) 1))) +("validating" nil (((v ae) 1) ((l ax) 0) ((d ey) 1) ((t ih ng) 0))) +("validation" nil (((v ae) 1) ((l ax) 0) ((d ey) 1) ((sh ax n) 0))) +("validity" nil (((v ax) 0) ((l ih) 1) ((d ax) 0) ((t iy) 0))) +("validly" nil (((v ae) 1) ((l ih d) 0) ((l iy) 0))) +("valiente" nil (((v aa) 0) ((l iy n) 1) ((t iy) 0))) +("valin" nil (((v ae) 1) ((l ih n) 0))) +("valiquette" nil (((v ae) 1) ((l ih) 0) ((k eh t) 1))) +("valis" nil (((v ae) 1) ((l ih s) 0))) +("valium" nil (((v ey) 1) ((l iy) 0) ((ax m) 0))) +("valk" nil (((v ao k) 1))) +("valko" nil (((v ae l) 1) ((k ow) 0))) +("valla" nil (((v ae) 1) ((l ax) 0))) +("valladares" nil (((v aa) 0) ((l aa) 0) ((d aa) 1) ((r eh s) 0))) +("vallance" nil (((v ae) 1) ((l ax n s) 0))) +("vallandingham" nil (((v ae) 0) ((l ah n) 1) ((d ih ng) 0) ((hh ae m) 1))) +("vallario" nil (((v aa) 0) ((l aa) 1) ((r iy) 0) ((ow) 0))) +("vallarta" nil (((v ae) 1) ((l aa r) 1) ((t ax) 0))) +("vallas" nil (((v ae) 1) ((l ax z) 0))) +("valle" nil (((v ey l) 1))) +("valleau" nil (((v ax) 0) ((l ow) 1))) +("vallee" nil (((v ae) 1) ((l iy) 0))) +("vallejo" nil (((v aa) 0) ((l ey) 1) ((y ow) 0))) +("vallejos" nil (((v aa) 0) ((l ey) 1) ((y ow z) 0))) +("vallely" nil (((v ey) 1) ((l iy) 0))) +("vallery" nil (((v ae) 1) ((l er) 0) ((iy) 0))) +("valles" nil (((v ey l z) 1))) +("vallette" nil (((v ae) 1) ((l eh t) 1))) +("valley" nil (((v ae) 1) ((l iy) 0))) +("valleys" nil (((v ae) 1) ((l iy z) 0))) +("vallez" nil (((v aa) 0) ((l eh z) 1))) +("valli" nil (((v ae) 1) ((l iy) 0))) +("valliant" nil (((v aa) 0) ((l iy) 1) ((ax n t) 0))) +("vallie" nil (((v ao) 1) ((l iy) 0))) +("vallier" nil (((v ae) 1) ((l iy) 0) ((er) 0))) +("valliere" nil (((v ae) 1) ((l iy) 0) ((eh r) 0))) +("vallis" nil (((v ae) 1) ((l ih s) 0))) +("vallo" nil (((v ae) 1) ((l ow) 0))) +("vallone" nil (((v aa) 0) ((l ow) 1) ((n iy) 0))) +("vallot" nil (((v ae) 1) ((l ax t) 0))) +("valls" nil (((v ao l z) 1))) +("valmont" nil (((v ao l) 1) ((m aa n t) 1))) +("valois" nil (((v ae l) 0) ((w aa) 1))) +("valone" nil (((v ax) 0) ((l ow n) 1))) +("valonia" nil (((v ax) 0) ((l ow) 1) ((n y ax) 0))) +("valor" nil (((v ae) 1) ((l er) 0))) +("valoree" nil (((v ae) 1) ((l er) 0) ((iy) 1))) +("valores" nil (((v ax) 0) ((l ao) 1) ((r eh z) 0))) +("valparaiso" nil (((v ae l) 1) ((p er) 0) ((ey) 1) ((s ow) 0))) +("valsella" nil (((v ao l) 0) ((s eh) 1) ((l ax) 0))) +("valspar" nil (((v ae l z) 1) ((p aa r) 0))) +("valtek" nil (((v ao l) 1) ((t eh k) 1))) +("valtierra" nil (((v aa l) 0) ((t ih) 1) ((r ax) 0))) +("valu" nil (((v ae) 1) ((l y uw) 0))) +("valuable" nil (((v ae) 1) ((l y ax) 0) ((b ax l) 0))) +("valuables" nil (((v ae) 1) ((l y ax) 0) ((b ax l z) 0))) +("valuation" nil (((v ae) 0) ((l y uw) 0) ((ey) 1) ((sh ax n) 0))) +("valuations" nil (((v ae) 0) ((l y uw) 0) ((ey) 1) ((sh ax n z) 0))) +("value" nil (((v ae) 1) ((l y uw) 0))) +("valued" nil (((v ae) 1) ((l y uw d) 0))) +("valueless" nil (((v ae) 1) ((l y uw) 0) ((l ax s) 0))) +("valuepoint" nil (((v ae) 1) ((l y uw) 0) ((p oy n t) 1))) +("values" nil (((v ae) 1) ((l y uw z) 0))) +("valuevision" nil (((v ae) 1) ((l y uw) 0) ((v ih) 1) ((zh ax n) 0))) +("valuing" nil (((v ae) 1) ((l y uw) 0) ((ih ng) 0))) +("valujet" nil (((v ae) 1) ((l y uw) 0) ((jh eh t) 1))) +("valukas" nil (((v ax) 0) ((l uw) 1) ((k ax s) 0))) +("valvano" nil (((v aa l) 0) ((v aa) 1) ((n ow) 0))) +("valve" nil (((v ae l v) 1))) +("valverde" nil (((v aa l) 0) ((v eh r) 1) ((d ey) 0))) +("valves" nil (((v ae l v z) 1))) +("valvo" nil (((v aa l) 1) ((v ow) 0))) +("valvoline" nil (((v ae l) 1) ((v ax) 0) ((l iy n) 1))) +("vamos" nil (((v aa) 1) ((m ow z) 0))) +("vamp" nil (((v ae m p) 1))) +("vampire" nil (((v ae m) 1) ((p ay r) 0))) +("vampires" nil (((v ae m) 1) ((p ay r z) 0))) +("vampiric" nil (((v ae m) 0) ((p ih) 1) ((r ih k) 0))) +("van" nil (((v ae n) 1))) +("vana" nil (((v ae) 1) ((n ax) 0))) +("vanacker" nil (((v ae) 0) ((n ae) 1) ((k er) 0))) +("vanacore" nil (((v aa) 0) ((n aa) 0) ((k ao) 1) ((r iy) 0))) +("vanadium" nil (((v ax) 0) ((n ey) 1) ((d iy) 0) ((ax m) 0))) +("vanaken" nil (((v ae) 1) ((n ax) 0) ((k ax n) 0))) +("vanallen" nil (((v ax) 0) ((n ao) 1) ((l ax n) 0))) +("vanalstine" nil (((v ae) 0) ((n ae l) 1) ((s t iy n) 0))) +("vanalstyne" nil (((v ae) 1) ((n ax l) 0) ((s t ay n) 1))) +("vanaman" nil (((v ae) 0) ((n ao) 1) ((m ax n) 0))) +("vanamburg" nil (((v ae) 0) ((n ae m) 1) ((b er g) 0))) +("vanamburgh" nil (((v ae) 0) ((n ae m) 1) ((b er g) 0))) +("vanantwerp" nil (((v ax) 0) ((n ae n) 1) ((t w er p) 0))) +("vanarsdale" nil (((v ae) 1) ((n er z) 0) ((d ey l) 1))) +("vanarsdall" nil (((v ax) 0) ((n aa r s) 1) ((d ax l) 0))) +("vanasse" nil (((v ae) 0) ((n ae s) 1))) +("vanatta" nil (((v aa) 0) ((n aa) 1) ((t ax) 0))) +("vanauken" nil (((v ae) 0) ((n aw) 1) ((k ax n) 0))) +("vanausdall" nil (((v ae) 0) ((n aw s) 1) ((d ax l) 0))) +("vanbebber" nil (((v ae n) 1) ((b eh) 1) ((b er) 0))) +("vanbeek" nil (((v ae n) 1) ((b iy k) 1))) +("vanbenschoten" nil (((v ae n) 0) ((b eh n) 1) ((sh ax) 0) ((t ax n) 0))) +("vanbergen" nil (((v ae n) 0) ((b er) 1) ((g ax n) 0))) +("vanbibber" nil (((v ae n) 1) ((b ih) 1) ((b er) 0))) +("vanblarcom" nil (((v ae n) 1) ((b l aa r) 1) ((k ax m) 0))) +("vanblaricom" nil (((v ae n) 1) ((b l ae) 1) ((r ih) 0) ((k ax m) 0))) +("vanbrocklin" nil (((v ae n) 1) ((b r aa) 1) ((k l ih n) 0))) +("vanbrunt" nil (((v ae n) 1) ((b r ah n t) 1))) +("vanburen" nil (((v ae n) 0) ((b y uw) 1) ((r ax n) 0))) +("vanbuskirk" nil (((v ae n) 1) ((b ah) 1) ((s k er k) 0))) +("vancamp" nil (((v ae n) 1) ((k ae m p) 1))) +("vancampen" nil (((v ae n) 1) ((k ae m) 1) ((p ax n) 0))) +("vance" nil (((v ae n s) 1))) +("vancil" nil (((v ae n) 1) ((s ax l) 0))) +("vancise" nil (((v aa n) 1) ((ch ay s) 0))) +("vancleave" nil (((v ae n) 1) ((k l ax v) 0))) +("vancleef" nil (((v ae n) 1) ((k l iy f) 1))) +("vancleve" nil (((v ae n) 1) ((k l iy v) 1))) +("vancott" nil (((v ax n) 0) ((k aa t) 1))) +("vancourt" nil (((v ax n) 0) ((k ao r t) 1))) +("vancouver" nil (((v ae n) 0) ((k uw) 1) ((v er) 0))) +("vancura" nil (((v aa n) 0) ((k uh) 1) ((r ax) 0))) +("vancuren" nil (((v ae n) 0) ((k y uw) 1) ((r ax n) 0))) +("vandaele" nil (((v ae n) 0) ((d eh l) 1))) +("vandagriff" nil (((v ae n) 1) ((d ae) 1) ((g r ih f) 0))) +("vandal" nil (((v ae n) 1) ((d ax l) 0))) +("vandalen" nil (((v ae n) 1) ((d ae) 1) ((l ax n) 0))) +("vandalism" nil (((v ae n) 1) ((d ax) 0) ((l ih) 0) ((z ax m) 0))) +("vandalized" nil (((v ae n) 1) ((d ax) 0) ((l ay z d) 1))) +("vandall" nil (((v ae n) 1) ((d ao l) 1))) +("vandals" nil (((v ae n) 1) ((d ax l z) 0))) +("vandam" nil (((v ae n) 1) ((d ae m) 1))) +("vandamme" nil (((v ae n) 1) ((d ae m) 1))) +("vande" nil (((v ae n d) 1))) +("vandeberg" nil (((v ae n) 1) ((d ax) 0) ((b er g) 0))) +("vandecar" nil (((v ae n) 1) ((d ax) 0) ((k aa r) 1))) +("vandegrift" nil (((v ae n) 1) ((d ax) 0) ((g r ih f t) 0))) +("vandehei" nil (((v ae n) 1) ((d ax) 0) ((hh ay) 0))) +("vandehey" nil (((v ae n) 1) ((d ih) 0) ((hh iy) 0))) +("vandeman" nil (((v ae n) 1) ((d ax) 0) ((m ax n) 0))) +("vandemark" nil (((v ae n) 1) ((d ax) 0) ((m aa r k) 1))) +("vanden" nil (((v ae n) 1) ((d ax n) 0))) +("vandenberg" nil (((v ae n) 1) ((d ax n) 0) ((b er g) 0))) +("vandenbergh" nil (((v ae n) 1) ((d ax n) 0) ((b er g) 0))) +("vandenberghe" nil (((v ae n) 1) ((d ax n) 0) ((b er g) 0))) +("vandenboom" nil (((v ae n) 1) ((d ax n) 0) ((b uw m) 1))) +("vandenbos" nil (((v ae n) 1) ((d ax n) 0) ((b ow z) 0))) +("vandenbosch" nil (((v ae n) 1) ((d ax n) 0) ((b ao sh) 1))) +("vandenbrink" nil (((v ae n) 1) ((d ax n) 0) ((b r ih ng k) 0))) +("vandenburg" nil (((v ae n) 1) ((d ax n) 0) ((b er g) 0))) +("vandenburgh" nil (((v ae n) 1) ((d ax n) 0) ((b er g) 0))) +("vandenheuvel" nil (((v ae n) 1) ((d ax n) 0) ((hh oy) 0) ((v ax l) 0))) +("vander" nil (((v ae n) 1) ((d er) 0))) +("vanderbeck" nil (((v ae n) 1) ((d er) 0) ((b eh k) 1))) +("vanderbeek" nil (((v ae n) 1) ((d er) 0) ((b iy k) 1))) +("vanderberg" nil (((v ae n) 1) ((d er) 0) ((b er g) 0))) +("vanderbilt" nil (((v ae n) 1) ((d er) 0) ((b ih l t) 0))) +("vanderburg" nil (((v ae n) 1) ((d er) 0) ((b er g) 0))) +("vanderbush" nil (((v ae n) 1) ((d er) 0) ((b ax sh) 0))) +("vandercook" nil (((v ae n) 1) ((d er) 0) ((k uh k) 1))) +("vanderford" nil (((v ae n) 1) ((d er) 0) ((f er d) 0))) +("vandergriff" nil (((v ae n) 1) ((d er) 0) ((g r ih f) 0))) +("vandergrift" nil (((v ae n) 1) ((d er) 0) ((g r ih f t) 0))) +("vanderheide" nil (((v ae n) 1) ((d er) 0) ((hh ay d) 1))) +("vanderheiden" nil (((v ae n) 1) ((d er) 0) ((hh ay) 0) ((d ax n) 0))) +("vanderheyden" nil (((v ae n) 1) ((d er) 0) ((hh ey) 0) ((d ax n) 0))) +("vanderhoef" nil (((v ae n) 1) ((d er) 0) ((hh ow f) 1))) +("vanderhoff" nil (((v ae n) 1) ((d er) 0) ((hh ao f) 1))) +("vanderhoof" nil (((v ae n) 1) ((d er) 0) ((hh uh f) 1))) +("vanderhorst" nil (((v ae n) 1) ((d er) 0) ((hh ao r s t) 1))) +("vanderkolk" nil (((v ae n) 1) ((d er) 0) ((k ow k) 1))) +("vanderkooi" nil (((v ae n) 1) ((d er) 0) ((k uw) 1) ((iy) 0))) +("vanderlaan" nil (((v ae n) 1) ((d er) 0) ((l aa n) 1))) +("vanderleest" nil (((v ae n) 1) ((d er) 0) ((ax) 0) ((l iy s t) 1))) +("vanderlinde" nil (((v ae n) 1) ((d er) 0) ((l ih n d) 1))) +("vanderlinden" nil (((v ae n) 1) ((d er) 0) ((l ih n) 1) ((d ax n) 0))) +("vanderlip" nil (((v ae n) 1) ((d er) 0) ((l ih p) 1))) +("vandermark" nil (((v ae n) 1) ((d er) 0) ((m aa r k) 1))) +("vandermeer" nil (((v ae n) 1) ((d er) 0) ((m ih r) 1))) +("vandermeulen" nil (((v ae n) 1) ((d er) 0) ((m oy) 1) ((l ax n) 0))) +("vandermolen" nil (((v ae n) 1) ((d er) 0) ((m aa) 1) ((l ax n) 0))) +("vanderploeg" nil (((v ae n) 1) ((d er) 0) ((p l ow g) 1))) +("vanderpoel" nil (((v ae n) 1) ((d er) 0) ((p ow l) 1))) +("vanderpol" nil (((v ae n) 1) ((d er) 0) ((p ao l) 1))) +("vanderpool" nil (((v ae n) 1) ((d er) 0) ((p uw l) 1))) +("vanderschaaf" nil (((v ae n) 1) ((d er) 0) ((sh aa f) 1))) +("vanderslice" nil (((v ae n) 1) ((d er) 0) ((s l ay s) 1))) +("vandersluis" nil (((v ae n) 1) ((d er) 0) ((s l uw) 1) ((ih s) 0))) +("vanderveen" nil (((v ae n) 1) ((d er) 0) ((v iy n) 1))) +("vanderveer" nil (((v ae n) 1) ((d er) 0) ((v ih r) 1))) +("vandervelde" nil (((v ae n) 1) ((d er) 0) ((v eh l d) 1))) +("vandervelden" nil (((v ae n) 1) ((d er) 0) ((v eh l) 1) ((d ax n) 0))) +("vandervliet" nil (((v ae n) 1) ((d er) 0) ((v l iy t) 1))) +("vandervoort" nil (((v ae n) 1) ((d er) 0) ((v uh r t) 1))) +("vandervort" nil (((v ae n) 1) ((d er) 0) ((v ao r t) 1))) +("vanderwal" nil (((v ae n) 1) ((d er) 0) ((w aa l) 1))) +("vanderwall" nil (((v ae n) 1) ((d er) 0) ((w aa l) 1))) +("vanderweele" nil (((v ae n) 1) ((d er) 0) ((w iy l) 1))) +("vanderweide" nil (((v ae n) 1) ((d er) 0) ((w ay d) 1))) +("vanderwerf" nil (((v ae n) 1) ((d er) 0) ((w er f) 1))) +("vanderwerff" nil (((v ae n) 1) ((d er) 0) ((w er f) 1))) +("vanderwilt" nil (((v ae n) 1) ((d er) 0) ((w ih l t) 1))) +("vanderwoude" nil (((v ae n) 1) ((d er) 0) ((w aw d) 1))) +("vanderzanden" nil (((v ae n) 1) ((d er) 0) ((z ae n) 1) ((d ax n) 0))) +("vanderzee" nil (((v ae n) 1) ((d er) 0) ((z iy) 1))) +("vandeusen" nil (((v ae n) 0) ((d oy) 1) ((s ax n) 0))) +("vandevander" nil (((v ae n) 1) ((d ax) 0) ((v ae n) 1) ((d er) 0))) +("vandeveer" nil (((v ae n) 1) ((d ax) 0) ((v ih r) 1))) +("vandevelde" nil (((v ae n) 1) ((d ax) 0) ((v eh l d) 1))) +("vandeven" nil (((v ae n) 1) ((d ax) 0) ((v ax n) 0))) +("vandevender" nil (((v ae n) 1) ((d ax) 0) ((v eh n) 1) ((d er) 0))) +("vandeventer" nil (((v ae n) 1) ((d ax) 0) ((v ax n) 0) ((t er) 0))) +("vandever" nil (((v ae n) 1) ((d iy) 1) ((v er) 0))) +("vandevoorde" nil (((v ae n) 1) ((d ax) 0) ((v uh r d) 0))) +("vandevoort" nil (((v ae n) 1) ((d ax) 0) ((v uh r t) 0))) +("vandewalker" nil (((v ae n) 1) ((d ax) 0) ((w ao) 1) ((k er) 0))) +("vandewalle" nil (((v ae n) 0) ((d uw) 1) ((ey l) 0))) +("vandewater" nil (((v ae n) 1) ((d ax) 0) ((w ao) 0) ((t er) 0))) +("vandezande" nil (((v ae n) 1) ((d ax) 0) ((z ih n d) 0))) +("vandine" nil (((v ae n) 1) ((d ay n) 1))) +("vandiver" nil (((v ae n) 1) ((d ay) 1) ((v er) 0))) +("vandivier" nil (((v ae n) 0) ((d ay) 1) ((v iy) 0) ((er) 0))) +("vandoren" nil (((v ae n) 0) ((d ao) 1) ((r ax n) 0))) +("vandorn" nil (((v ae n) 0) ((d ao r n) 1))) +("vandriel" nil (((v ae n) 1) ((d r iy l) 1))) +("vandunk" nil (((v ae n) 1) ((d ah ng k) 1))) +("vandusen" nil (((v ae n) 0) ((d uw) 1) ((s ax n) 0))) +("vanduyn" nil (((v ae n) 1) ((d ay n) 1))) +("vanduyne" nil (((v ae n) 1) ((d ay n) 1))) +("vanduzer" nil (((v ae n) 1) ((d uw) 1) ((z er) 0))) +("vandyck" nil (((v ae n) 0) ((d ih k) 1))) +("vandyk" nil (((v ae n) 1) ((d ih k) 0))) +("vandyke" nil (((v ae n) 1) ((d ay k) 1))) +("vandyken" nil (((v ae n) 1) ((d ay) 1) ((k ax n) 0))) +("vandyne" nil (((v ae n) 1) ((d ay n) 1))) +("vane" nil (((v ey n) 1))) +("vaneaton" nil (((v ae) 1) ((n ax) 0) ((t aa n) 0))) +("vanecek" nil (((v ae) 0) ((n eh) 1) ((s ih k) 0))) +("vaneck" nil (((v aa) 1) ((n eh k) 0))) +("vanegas" nil (((v ae) 0) ((n iy) 1) ((g ax z) 0))) +("vanek" nil (((v ae) 0) ((n eh k) 1))) +("vanella" nil (((v ax) 0) ((n eh) 1) ((l ax) 0))) +("vanengen" nil (((v ae) 0) ((n eh ng) 1) ((ax n) 0))) +("vanepps" nil (((v ae) 0) ((n eh p s) 1))) +("vanes" nil (((v ey n z) 1))) +("vaness" nil (((v ae) 1) ((n ax s) 0))) +("vanessa" nil (((v ax) 0) ((n eh) 1) ((s ax) 0))) +("vanessen" nil (((v aa) 1) ((n ih) 0) ((s ax n) 0))) +("vanetten" nil (((v ae) 1) ((n eh) 1) ((t ax n) 0))) +("vanevery" nil (((v ax) 0) ((n eh) 1) ((v r iy) 0))) +("vanfleet" nil (((v ae n) 1) ((f l iy t) 1))) +("vanfossan" nil (((v ae n) 0) ((f aa) 1) ((s ax n) 0))) +("vanfossen" nil (((v ae n) 0) ((f aa) 1) ((s ax n) 0))) +("vang" nil (((v ae ng) 1))) +("vangel" nil (((v ey ng) 1) ((g ax l) 0))) +("vangelder" nil (((v ey ng) 1) ((g ih l) 0) ((d er) 0))) +("vangie" nil (((v ae ng) 1) ((iy) 0))) +("vangieson" nil (((v ae ng) 1) ((g iy) 0) ((z ax n) 0))) +("vangilder" nil (((v ae ng) 1) ((g ih l) 0) ((d er) 0))) +("vangorden" nil (((v ae ng) 1) ((g er) 0) ((d ax n) 0))) +("vangorder" nil (((v ae ng) 1) ((g er) 0) ((d er) 0))) +("vangorp" nil (((v ae ng) 1) ((g er p) 0))) +("vanguard" nil (((v ae n) 1) ((g aa r d) 1))) +("vanguilder" nil (((v ae n) 0) ((g ay l) 1) ((d er) 0))) +("vangundy" nil (((v ax ng) 0) ((g ah n) 1) ((d iy) 0))) +("vangy" nil (((v ae n) 1) ((jh iy) 0))) +("vanhall" nil (((v ae n) 1) ((hh ao l) 1))) +("vanhandel" nil (((v ae n) 1) ((hh ae n) 1) ((d ax l) 0))) +("vanhecke" nil (((v ae n) 1) ((hh eh k) 1))) +("vanheel" nil (((v ae n) 1) ((hh iy l) 1))) +("vanhise" nil (((v ae n) 0) ((hh ay z) 1))) +("vanhoesen" nil (((v ae n) 1) ((hh ow) 1) ((s ax n) 0))) +("vanhook" nil (((v ae n) 1) ((hh uh k) 1))) +("vanhoose" nil (((v ae n) 1) ((hh uw s) 1))) +("vanhooser" nil (((v ae n) 1) ((hh uw) 1) ((z er) 0))) +("vanhoozer" nil (((v ae n) 1) ((hh uw) 1) ((z er) 0))) +("vanhorn" nil (((v ae n) 0) ((hh ao r n) 1))) +("vanhorne" nil (((v ae n) 0) ((hh ao r n) 1))) +("vanhousen" nil (((v ae n) 1) ((hh aw) 1) ((s ax n) 0))) +("vanhouten" nil (((v ae n) 0) ((hh aa) 1) ((uw) 0) ((t ax n) 0))) +("vanhove" nil (((v ae n) 0) ((hh ah v) 1))) +("vanhoy" nil (((v ae n) 1) ((hh oy) 0))) +("vanhuss" nil (((v ae n) 1) ((hh ah s) 1))) +("vanhyning" nil (((v ae n) 1) ((hh ay) 1) ((n ih ng) 0))) +("vania" nil (((v aa) 1) ((n iy) 0) ((ax) 0))) +("vanier" nil (((v ae) 0) ((n iy) 1) ((er) 0))) +("vanik" nil (((v aa) 1) ((n ih k) 0))) +("vanilla" nil (((v ax) 0) ((n ih) 1) ((l ax) 0))) +("vanillin" nil (((v ax) 0) ((n ih) 1) ((l ih n) 0))) +("vanish" nil (((v ae) 1) ((n ih sh) 0))) +("vanished" nil (((v ae) 1) ((n ih sh t) 0))) +("vanishes" nil (((v ae) 1) ((n ih) 0) ((sh ih z) 0))) +("vanishing" nil (((v ae) 1) ((n ih) 0) ((sh ih ng) 0))) +("vanities" nil (((v ae) 1) ((n ax) 0) ((t iy z) 0))) +("vanity" nil (((v ae) 1) ((n ax) 0) ((t iy) 0))) +("vankampen" nil (((v ae n) 1) ((k ae m) 1) ((p ax n) 0))) +("vankeuren" nil (((v ae ng) 1) ((k oy) 0) ((r ax n) 0))) +("vankirk" nil (((v ae ng) 1) ((k er k) 0))) +("vankleeck" nil (((v ae ng) 1) ((k l iy k) 1))) +("vankuren" nil (((v ae ng) 1) ((k y uw) 0) ((r ax n) 0))) +("vanlandingham" nil (((v ae n) 1) ((l ae n) 1) ((d ih ng) 0) ((hh ae m) 1))) +("vanlanen" nil (((v ae n) 1) ((l ae) 1) ((n ax n) 0))) +("vanlaningham" nil (((v ae n) 1) ((l ae) 1) ((n ih ng) 0) ((hh ae m) 1))) +("vanleer" nil (((v ae n) 0) ((l ih r) 1))) +("vanleeuwen" nil (((v ae n) 0) ((l uw) 1) ((ax n) 0))) +("vanleuven" nil (((v ae n) 0) ((l oy) 1) ((v ax n) 0))) +("vanliere" nil (((v ae n) 0) ((l ih r) 1))) +("vanliew" nil (((v ae n) 1) ((l iy) 0) ((uw) 0))) +("vanloan" nil (((v ae n) 1) ((l ow n) 1))) +("vanloo" nil (((v ae n) 1) ((l uw) 1))) +("vanlue" nil (((v ae n) 1) ((l uw) 1))) +("vanluven" nil (((v ae n) 1) ((l uw) 1) ((v ax n) 0))) +("vanmaanen" nil (((v ae n) 1) ((m aa) 1) ((n ax n) 0))) +("vanmarter" nil (((v ae n) 0) ((m aa r) 1) ((t er) 0))) +("vanmatre" nil (((v ae n) 0) ((m ey) 1) ((t er) 0))) +("vanmeter" nil (((v ae n) 0) ((m iy) 1) ((t er) 0))) +("vanmetre" nil (((v ae n) 0) ((m iy) 1) ((t er) 0))) +("vann" nil (((v ae n) 1))) +("vanna" nil (((v ae) 1) ((n ax) 0))) +("vanname" nil (((v ae) 1) ((n ax m) 0))) +("vannatta" nil (((v aa) 0) ((n aa) 1) ((t ax) 0))) +("vannatter" nil (((v ae) 0) ((n ae) 1) ((t er) 0))) +("vannelli" nil (((v aa) 0) ((n eh) 1) ((l iy) 0))) +("vanness" nil (((v ae) 0) ((n iy s) 1))) +("vannest" nil (((v ae) 0) ((n iy s t) 1))) +("vannguyen" nil (((v ae n) 0) ((g iy) 1) ((ax n) 0))) +("vanni" nil (((v ae) 1) ((n iy) 0))) +("vannice" nil (((v ae) 1) ((n ih s) 0))) +("vannie" nil (((v ae) 1) ((n iy) 0))) +("vannorman" nil (((v ae) 0) ((n ao r) 1) ((m ax n) 0))) +("vannortwick" nil (((v ax) 0) ((n ao r) 1) ((t w ih k) 0))) +("vannostrand" nil (((v ae) 0) ((n aa) 1) ((s t r ax n d) 0))) +("vannote" nil (((v ae) 0) ((n ow t) 1))) +("vannoy" nil (((v ae) 1) ((n oy) 0))) +("vannucci" nil (((v aa) 0) ((n uw) 1) ((ch iy) 0))) +("vanny" nil (((v ae) 1) ((n iy) 0))) +("vano" nil (((v aa) 1) ((n ow) 0))) +("vanora" nil (((v ae) 1) ((n er) 0) ((ax) 0))) +("vanorden" nil (((v ae) 0) ((n ao r) 1) ((d ax n) 0))) +("vanorder" nil (((v ae) 0) ((n ao r) 1) ((d er) 0))) +("vanorman" nil (((v ae) 0) ((n ao r) 1) ((m ax n) 0))) +("vanornum" nil (((v ae) 0) ((n ao r) 1) ((n ax m) 0))) +("vanosdol" nil (((v ae) 0) ((n aa s) 1) ((d ax l) 0))) +("vanoss" nil (((v ae) 0) ((n aa s) 1))) +("vanostrand" nil (((v ae) 0) ((n aa) 1) ((s t r ax n d) 0))) +("vanous" nil (((v ae) 1) ((n ax s) 0))) +("vanover" nil (((v ae) 1) ((n ow) 1) ((v er) 0))) +("vanpatten" nil (((v ae n) 0) ((p ae) 1) ((t ax n) 0))) +("vanpelt" nil (((v ae n) 1) ((p eh l t) 1))) +("vanputten" nil (((v ae n) 0) ((p ah) 1) ((t ax n) 0))) +("vanquished" nil (((v ae ng) 1) ((k w ih sh t) 0))) +("vanriper" nil (((v ae n) 1) ((r ay) 1) ((p er) 0))) +("vanroekel" nil (((v ae n) 1) ((r ow) 1) ((k ax l) 0))) +("vanrossum" nil (((v ae n) 1) ((r aa) 1) ((s ax m) 0))) +("vanryn" nil (((v ae n) 1) ((r ih n) 1))) +("vans" nil (((v ae n z) 1))) +("vansandt" nil (((v ae n) 1) ((s ae n t) 1))) +("vansant" nil (((v aa n) 1) ((s ax n t) 0))) +("vanschaick" nil (((v ae n) 0) ((sh ay k) 1))) +("vanschoick" nil (((v ae n) 1) ((sh oy k) 1))) +("vansciver" nil (((v ae n) 0) ((s k ay) 1) ((v er) 0))) +("vanscoy" nil (((v ae n) 1) ((s k oy) 1))) +("vanscoyoc" nil (((v ae n) 1) ((s k oy) 1) ((aa k) 0))) +("vanscyoc" nil (((v ae n) 1) ((s iy) 0) ((aa k) 1))) +("vanselow" nil (((v ae n) 1) ((s ih) 0) ((l ow) 0))) +("vansickel" nil (((v ae n) 1) ((s ih) 1) ((k ax l) 0))) +("vansickle" nil (((v ae n) 1) ((s ih) 1) ((k ax l) 0))) +("vanskike" nil (((v ae n) 1) ((s k ay k) 1))) +("vanskiver" nil (((v ae n) 1) ((s k ay) 1) ((v er) 0))) +("vanslooten" nil (((v ae n) 1) ((s l uw) 1) ((t ax n) 0))) +("vanslyke" nil (((v ae n) 1) ((s l ay k) 1))) +("vanstone" nil (((v ae n) 1) ((s t ow n) 1))) +("vanstory" nil (((v ae n) 1) ((s t ao) 1) ((r iy) 0))) +("vanstraten" nil (((v ae n) 1) ((s t r ey) 1) ((t ax n) 0))) +("vansyckle" nil (((v ae n) 1) ((s ay) 0) ((k ax l) 0))) +("vantage" nil (((v ae n) 1) ((t ax jh) 0))) +("vantages" nil (((v ae n) 1) ((t ih) 0) ((jh ih z) 0))) +("vantassel" nil (((v ae n) 1) ((t ae) 1) ((s ax l) 0))) +("vantassell" nil (((v ae n) 1) ((t ae) 1) ((s ax l) 0))) +("vantil" nil (((v aa n) 0) ((t iy l) 1))) +("vantilburg" nil (((v ae n) 1) ((t ih l) 1) ((b er g) 0))) +("vantine" nil (((v aa n) 0) ((t iy) 1) ((n iy) 0))) +("vantol" nil (((v ae n) 0) ((t ao l) 1))) +("vantran" nil (((v ae n) 1) ((t r ae n) 1))) +("vantrease" nil (((v ax n) 0) ((t r iy s) 1))) +("vantreese" nil (((v ae n) 1) ((t r iy s) 1))) +("vantuyl" nil (((v ae n) 0) ((t ay l) 1))) +("vanuaaku" nil (((v ae n) 1) ((w ax) 0) ((aa) 1) ((k uw) 1))) +("vanuatu" nil (((v ae) 0) ((n uw) 0) ((aa) 1) ((t uw) 0))) +("vanunu" nil (((v ax) 0) ((n uw) 1) ((n uw) 0))) +("vanvalkenburg" nil (((v ae n) 0) ((v ao) 1) ((k ax n) 0) ((b er g) 0))) +("vanvalkenburgh" nil (((v ae n) 0) ((v ae l) 1) ((k ih n) 0) ((b er g) 0))) +("vanveen" nil (((v ax n) 0) ((v iy n) 1))) +("vanvlack" nil (((v ae n) 1) ((v l ae k) 1))) +("vanvleck" nil (((v ae n) 1) ((v l eh k) 1))) +("vanvleet" nil (((v ae n) 1) ((v l iy t) 1))) +("vanvliet" nil (((v ae n) 1) ((v l iy t) 1))) +("vanvooren" nil (((v ae n) 0) ((v uh) 1) ((r ax n) 0))) +("vanvoorhis" nil (((v ae n) 0) ((v uh r) 1) ((hh ih s) 0))) +("vanvoorst" nil (((v ae n) 0) ((v uh r s t) 1))) +("vanvorst" nil (((v ae n) 0) ((v ao r s t) 1))) +("vanvranken" nil (((v ae n) 1) ((v r ae ng) 1) ((k ax n) 0))) +("vanwagenen" nil (((v ae n) 0) ((w ae) 1) ((g ax) 0) ((n ax n) 0))) +("vanwagner" nil (((v ae n) 1) ((w ae g) 1) ((n er) 0))) +("vanwagoner" nil (((v ae n) 1) ((w ae) 1) ((g ax) 0) ((n er) 0))) +("vanwart" nil (((v ae n) 1) ((w ao r t) 1))) +("vanwert" nil (((v ae n) 0) ((w er t) 1))) +("vanwey" nil (((v ae n) 1) ((w iy) 0))) +("vanwhy" nil (((v ae n) 1) ((w iy) 0))) +("vanwie" nil (((v ae n) 1) ((w iy) 0))) +("vanwieren" nil (((v ae n) 0) ((w ih) 1) ((r ax n) 0))) +("vanwinkle" nil (((v ae n) 1) ((w ih ng) 1) ((k ax l) 0))) +("vanwormer" nil (((v ae n) 0) ((w er) 1) ((m er) 0))) +("vanwyck" nil (((v ae n) 0) ((w ih k) 1))) +("vanwyhe" nil (((v ae n) 1) ((w ay hh) 0))) +("vanwyk" nil (((v ae n) 0) ((w ih k) 1))) +("vanya" nil (((v aa) 1) ((n y ax) 0))) +("vanyo" nil (((v aa) 1) ((n y ow) 0))) +("vanzandt" nil (((v ae n) 1) ((z ae n t) 1))) +("vanzant" nil (((v aa n) 1) ((z ax n t) 0))) +("vanzanten" nil (((v ae n) 1) ((z ae n) 1) ((t ax n) 0))) +("vanzee" nil (((v aa n) 1) ((z iy) 0))) +("vanzile" nil (((v aa n) 1) ((z ay l) 0))) +("vapid" nil (((v ae) 1) ((p ih d) 0))) +("vapor" nil (((v ey) 1) ((p er) 0))) +("vaporization" nil (((v ey) 0) ((p er) 0) ((ax) 0) ((z ey) 1) ((sh ax n) 0))) +("vaporize" nil (((v ey) 1) ((p er) 0) ((ay z) 1))) +("vaporized" nil (((v ey) 1) ((p er) 0) ((ay z d) 1))) +("vapors" nil (((v ey) 1) ((p er z) 0))) +("vaporware" nil (((v ey) 1) ((p er) 0) ((w eh r) 1))) +("vaquera" nil (((v aa) 0) ((k w eh) 1) ((r ax) 0))) +("vara" nil (((v aa) 1) ((r ax) 0))) +("varady" nil (((v er) 0) ((aa) 1) ((d iy) 0))) +("varani" nil (((v er) 0) ((aa) 1) ((n iy) 0))) +("varano" nil (((v aa) 0) ((r aa) 1) ((n ow) 0))) +("varble" nil (((v aa r) 1) ((b ax l) 0))) +("varco" nil (((v aa r) 1) ((k ow) 0))) +("vardeman" nil (((v aa r d) 1) ((m ax n) 0))) +("varden" nil (((v aa r) 1) ((d ax n) 0))) +("vardon" nil (((v aa r) 0) ((d ao n) 1))) +("varela" nil (((v aa) 0) ((r ey) 1) ((l ax) 0))) +("varga" nil (((v aa r) 1) ((g ax) 0))) +("vargas" nil (((v aa r) 1) ((g ax s) 0))) +("vargason" nil (((v aa r) 1) ((g ax) 0) ((s ax n) 0))) +("varghese" nil (((v aa r g) 1) ((hh iy z) 0))) +("vargo" nil (((v aa r) 1) ((g ow) 0))) +("vari" nil (((v aa) 1) ((r iy) 0))) +("variability" nil (((v eh) 0) ((r iy) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("variable" nil (((v eh) 1) ((r iy) 0) ((ax) 0) ((b ax l) 0))) +("variables" nil (((v eh) 1) ((r iy) 0) ((ax) 0) ((b ax l z) 0))) +("varian" nil (((v eh) 1) ((r iy) 0) ((ax n) 0))) +("variance" nil (((v eh) 1) ((r iy) 0) ((ax n s) 0))) +("variances" nil (((v eh) 1) ((r iy) 0) ((ax n) 0) ((s ih z) 0))) +("variant" nil (((v eh) 1) ((r iy) 0) ((ax n t) 0))) +("variants" nil (((v eh) 1) ((r iy) 0) ((ax n t s) 0))) +("variation" nil (((v eh) 1) ((r iy) 0) ((ey) 1) ((sh ax n) 0))) +("variations" nil (((v eh) 1) ((r iy) 0) ((ey) 1) ((sh ax n z) 0))) +("varick" nil (((v eh) 1) ((r ih k) 0))) +("varied" nil (((v eh) 1) ((r iy d) 0))) +("varies" nil (((v eh) 1) ((r iy z) 0))) +("varietal" nil (((v er) 0) ((iy) 1) ((t ax l) 0))) +("varietals" nil (((v er) 0) ((ay) 1) ((ax) 0) ((t ax l z) 0))) +("varieties" nil (((v er) 0) ((ay) 1) ((ax) 0) ((t iy z) 0))) +("variety" nil (((v er) 0) ((ay) 1) ((ax) 0) ((t iy) 0))) +("varig" nil (((v eh) 1) ((r ih g) 0))) +("varin" nil (((v aa) 0) ((r iy n) 1))) +("varina" nil (((v aa) 0) ((r iy) 1) ((n ax) 0))) +("various" nil (((v eh) 1) ((r iy) 0) ((ax s) 0))) +("variously" nil (((v eh) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("varisco" nil (((v aa) 0) ((r iy) 1) ((s k ow) 0))) +("varitronic" nil (((v eh) 1) ((r ih) 0) ((t r aa) 1) ((n ih k) 0))) +("varity" nil (((v eh) 1) ((r ih) 0) ((t iy) 0))) +("varityper" nil (((v eh) 1) ((r ih) 0) ((t ay) 1) ((p er) 0))) +("varlam" nil (((v aa r) 1) ((l ae m) 0))) +("varlen" nil (((v aa r) 1) ((l ax n) 0))) +("varley" nil (((v aa r) 1) ((l iy) 0))) +("varma" nil (((v aa r) 1) ((m ax) 0))) +("varmint" nil (((v aa r) 1) ((m ax n t) 0))) +("varmus" nil (((v aa r) 1) ((m ax s) 0))) +("varn" nil (((v aa r n) 1))) +("varnado" nil (((v aa r) 0) ((n aa) 1) ((d ow) 0))) +("varnadoe" nil (((v aa r) 0) ((n aa) 1) ((d ow) 0))) +("varnadore" nil (((v aa r) 0) ((n aa) 0) ((d ao) 1) ((r ey) 0))) +("varnell" nil (((v aa r) 1) ((n ax l) 0))) +("varner" nil (((v aa r) 1) ((n er) 0))) +("varnes" nil (((v aa r n z) 1))) +("varney" nil (((v aa r) 1) ((n iy) 0))) +("varni" nil (((v aa r) 1) ((n iy) 0))) +("varnish" nil (((v aa r) 1) ((n ih sh) 0))) +("varnished" nil (((v aa r) 1) ((n ih sh t) 0))) +("varnishes" nil (((v aa r) 1) ((n ih) 0) ((sh ax z) 0))) +("varnon" nil (((v aa r) 0) ((n ao n) 1))) +("varnum" nil (((v aa r) 1) ((n ax m) 0))) +("varo" nil (((v eh) 1) ((r ow) 0))) +("varon" nil (((v aa) 0) ((r ao n) 1))) +("varona" nil (((v aa) 0) ((r ow) 1) ((n ax) 0))) +("varone" nil (((v er) 0) ((ow n) 1))) +("varricchio" nil (((v aa) 0) ((r iy) 1) ((k iy) 0) ((ow) 0))) +("varrone" nil (((v aa) 0) ((r ow) 1) ((n ey) 0))) +("vars" nil (((v aa r z) 1))) +("varsity" nil (((v aa r) 1) ((s ih) 0) ((t iy) 0))) +("vartanian" nil (((v aa r) 0) ((t ey) 1) ((n iy) 0) ((ax n) 0))) +("Vartoogian" n (((v er) 0) ((t ow) 1) ((g iy) 0) ((ax n) 0))) +("varvaro" nil (((v aa r) 0) ((v aa) 1) ((r ow) 0))) +("varvel" nil (((v aa r) 0) ((v eh l) 1))) +("varves" nil (((v aa r v z) 1))) +("vary" nil (((v eh) 1) ((r iy) 0))) +("varying" nil (((v eh) 1) ((r iy) 0) ((ih ng) 0))) +("varzi" nil (((v aa r) 1) ((z iy) 0))) +("vasbinder" nil (((v ae s) 1) ((b ih n) 0) ((d er) 0))) +("vasco" nil (((v ae) 1) ((s k ow) 0))) +("vasconcellos" nil (((v ae) 0) ((s k ax n) 0) ((s eh) 1) ((l ow z) 0))) +("vasconcelos" nil (((v aa) 0) ((s k ow n) 0) ((s ey) 1) ((l ow z) 0))) +("vascular" nil (((v ae) 1) ((s k y ax) 0) ((l er) 0))) +("vase" nil (((v ey s) 1))) +("vasek" nil (((v aa) 1) ((s eh k) 0))) +("vaseline" nil (((v ae) 1) ((s ax) 0) ((l iy n) 1))) +("vases" nil (((v ey) 1) ((s ax z) 0))) +("vasey" nil (((v ae) 1) ((s iy) 0))) +("vashti" nil (((v ae sh) 1) ((t iy) 0))) +("vasicek" nil (((v aa) 1) ((s ih) 0) ((ch eh k) 0))) +("vasil" nil (((v aa) 0) ((s iy l) 1))) +("vasile" nil (((v aa) 1) ((s ax l) 0))) +("vasily" nil (((v ae) 1) ((s ax) 0) ((l iy) 0))) +("vaske" nil (((v ey s k) 1))) +("vaskevitch" nil (((v ae) 1) ((s k ax) 0) ((v ih ch) 0))) +("vasko" nil (((v aa) 1) ((s k ow) 0))) +("vaslov" nil (((v ae) 1) ((s l aa v) 1))) +("vasotec" nil (((v ey) 1) ((z ow) 0) ((t eh k) 1))) +("vasques" nil (((v aa) 1) ((s k w eh s) 0))) +("vasquez" nil (((v ae) 0) ((s k eh z) 1))) +("vass" nil (((v ae s) 1))) +("vassal" nil (((v ae) 1) ((s ax l) 0))) +("vassallo" nil (((v aa) 0) ((s aa) 1) ((l ow) 0))) +("vassals" nil (((v ae) 1) ((s ax l z) 0))) +("vassar" nil (((v ae) 1) ((s er) 0))) +("vassel" nil (((v ae) 1) ((s ax l) 0))) +("vasser" nil (((v ae) 1) ((s er) 0))) +("vasseur" nil (((v ae) 1) ((s er) 0))) +("vassey" nil (((v ae) 1) ((s iy) 0))) +("vassilios" nil (((v ax) 0) ((s ih) 1) ((l y ax s) 0))) +("vassiliou" nil (((v ae) 1) ((s ih) 1) ((l iy) 0) ((uw) 0))) +("vast" nil (((v ae s t) 1))) +("vasta" nil (((v ae) 1) ((s t ax) 0))) +("vastine" nil (((v aa) 0) ((s t iy) 1) ((n iy) 0))) +("vastly" nil (((v ae s t) 1) ((l iy) 0))) +("vastness" nil (((v ae s t) 1) ((n ax s) 0))) +("vastola" nil (((v aa) 0) ((s t ow) 1) ((l ax) 0))) +("vat" nil (((v ae t) 1))) +("vater" nil (((v ey) 1) ((t er) 0))) +("vath" nil (((v ae th) 1))) +("vatican" nil (((v ae) 1) ((t ih) 0) ((k ax n) 0))) +("vats" nil (((v ae t s) 1))) +("vatted" nil (((v ae) 1) ((t ih d) 0))) +("vatter" nil (((v ae) 1) ((t er) 0))) +("vaudeville" nil (((v aa d) 1) ((v ih l) 0))) +("vaudevillian" nil (((v aa d) 0) ((v ih) 1) ((l y ax n) 0))) +("vaugh" nil (((v ao) 1))) +("vaughan" nil (((v ao n) 1))) +("vaughn" nil (((v ao n) 1))) +("vaughns" nil (((v ao n z) 1))) +("vaught" nil (((v ao t) 1))) +("vault" nil (((v ao l t) 1))) +("vaulted" nil (((v ao l) 1) ((t ax d) 0))) +("vaulting" nil (((v ao l) 1) ((t ih ng) 0))) +("vaults" nil (((v ao l t s) 1))) +("vaunted" nil (((v ao n) 1) ((t ih d) 0))) +("vaupel" nil (((v aw) 0) ((p eh l) 1))) +("vause" nil (((v ao s) 1))) +("vaux" nil (((v ao k s) 1))) +("vauxhall" nil (((v aa k s) 1) ((hh ao l) 1))) +("vavra" nil (((v ae) 1) ((v r ax) 0))) +("vavrek" nil (((v aa) 1) ((v r eh k) 0))) +("vawter" nil (((v ao) 1) ((t er) 0))) +("vax" nil (((v ae k s) 1))) +("vaxes" nil (((v ae k) 1) ((s ih z) 0))) +("vaxstation" nil (((v ae k) 1) ((s t ey) 1) ((sh ax n) 0))) +("vayda" nil (((v ey) 1) ((d ax) 0))) +("vaz" nil (((v ae z) 1))) +("vazquez" nil (((v ae) 0) ((s k eh z) 1))) +("veach" nil (((v iy ch) 1))) +("veal" nil (((v iy l) 1))) +("veale" nil (((v iy l) 1))) +("veals" nil (((v iy l z) 1))) +("veasey" nil (((v iy) 1) ((z iy) 0))) +("veasley" nil (((v iy) 1) ((z l iy) 0))) +("veatch" nil (((v iy ch) 1))) +("veazey" nil (((v iy) 1) ((z iy) 0))) +("veazie" nil (((v iy) 1) ((z iy) 0))) +("veba" nil (((v iy) 1) ((b ax) 0))) +("vecchiarelli" nil (((v eh) 0) ((k iy) 0) ((aa) 0) ((r eh) 1) ((l iy) 0))) +("vecchio" nil (((v eh) 1) ((k iy) 0) ((ow) 0))) +("vecchione" nil (((v eh) 1) ((k iy) 0) ((ow) 1) ((n iy) 0))) +("vecci" nil (((v eh) 1) ((ch iy) 0))) +("vecellio" nil (((v eh) 0) ((ch eh) 1) ((l iy) 0) ((ow) 0))) +("vector" nil (((v eh k) 1) ((t er) 0))) +("vectra" nil (((v eh k) 1) ((t r er) 0))) +("veda" nil (((v ey) 1) ((d ax) 0))) +("vedder" nil (((v eh) 1) ((d er) 0))) +("vedette" nil (((v ih) 0) ((d eh t) 1))) +("vedis" nil (((v ey) 1) ((d ih s) 0))) +("vee" nil (((v iy) 1))) +("veeco" nil (((v iy) 1) ((k ow) 0))) +("veeder" nil (((v iy) 1) ((d er) 0))) +("veen" nil (((v iy n) 1))) +("veenstra" nil (((v iy n) 1) ((s t r ax) 0))) +("veer" nil (((v ih r) 1))) +("veerama" nil (((v iy) 0) ((r aa) 1) ((m ax) 0))) +("veeramakaliamman" nil (((v iy) 0) ((r aa) 1) ((m ax) 0) ((k aa) 2) ((l iy) 0) ((aa) 1) ((m ax n) 0))) +("veered" nil (((v ih r d) 1))) +("veering" nil (((v ih) 1) ((r ih ng) 0))) +("veers" nil (((v ih r z) 1))) +("vees" nil (((v iy z) 1))) +("vega" nil (((v ey) 1) ((g ax) 0))) +("vegas" nil (((v ey) 1) ((g ax s) 0))) +("vegesna" nil (((v eh) 0) ((g eh) 1) ((s n ax) 0))) +("vegetable" nil (((v eh jh) 1) ((t ax) 0) ((b ax l) 0))) +("vegetables" nil (((v eh jh) 1) ((t ax) 0) ((b ax l z) 0))) +("vegetal" nil (((v eh) 1) ((jh ax) 0) ((t ax l) 0))) +("vegetarian" nil (((v eh) 1) ((jh ax) 0) ((t eh) 1) ((r iy) 0) ((ax n) 0))) +("vegetarianism" nil (((v eh) 1) ((jh ax) 0) ((t eh) 1) ((r iy) 0) ((ax) 0) ((n ih) 0) ((z ax m) 0))) +("vegetarians" nil (((v eh) 1) ((jh ax) 0) ((t eh) 1) ((r iy) 0) ((ax n z) 0))) +("vegetation" nil (((v eh) 1) ((jh ax) 0) ((t ey) 1) ((sh ax n) 0))) +("vegh" nil (((v eh g) 1))) +("vegisnax" nil (((v ax) 0) ((g ih) 1) ((s n ae k s) 0))) +("vehemence" nil (((v iy) 1) ((ax) 0) ((m ax n s) 0))) +("vehement" nil (((v iy) 1) ((ax) 0) ((m ax n t) 0))) +("vehemently" nil (((v iy) 1) ((ax) 0) ((m ax n t) 0) ((l iy) 0))) +("vehicle" nil (((v iy) 1) ((ih) 0) ((k ax l) 0))) +("vehicles" nil (((v iy) 1) ((ih) 0) ((k ax l z) 0))) +("vehicular" nil (((v iy) 0) ((hh ih) 1) ((k y ax) 0) ((l er) 0))) +("veiga" nil (((v ey) 1) ((g ax) 0))) +("veigel" nil (((v ay) 1) ((g ax l) 0))) +("veil" nil (((v ey l) 1))) +("veiled" nil (((v ey l d) 1))) +("veiling" nil (((v ey) 1) ((l ih ng) 0))) +("veillette" nil (((v ax) 0) ((l eh t) 1))) +("veilleux" nil (((v ax) 0) ((l ow) 1))) +("veillon" nil (((v ey) 1) ((l ax n) 0))) +("veils" nil (((v ey l z) 1))) +("vein" nil (((v ey n) 1))) +("veins" nil (((v ey n z) 1))) +("veit" nil (((v iy t) 1))) +("veitch" nil (((v ay ch) 1))) +("veith" nil (((v iy th) 1))) +("vela" nil (((v eh) 1) ((l ax) 0))) +("velagrande" nil (((v eh) 1) ((l ax) 0) ((g r aa n) 1) ((d ey) 1))) +("velarde" nil (((v eh) 0) ((l aa r) 1) ((d iy) 0))) +("velardi" nil (((v eh) 0) ((l aa r) 1) ((d iy) 0))) +("velardo" nil (((v ey) 0) ((l aa r) 1) ((d ow) 0))) +("velasco" nil (((v eh) 0) ((l aa) 1) ((s k ow) 0))) +("velayati" nil (((v eh) 0) ((l ay) 1) ((aa) 1) ((t iy) 0))) +("velazco" nil (((v ax) 0) ((l ae) 1) ((s k ow) 0))) +("velazquez" nil (((v eh) 0) ((l ae) 1) ((s k eh z) 0))) +("velcro" nil (((v eh l) 1) ((k r ow) 0))) +("velda" nil (((v eh l) 1) ((d ax) 0))) +("veldhuizen" nil (((v eh l d) 1) ((hh ih) 0) ((z ax n) 0))) +("veldman" nil (((v eh l d) 1) ((m ax n) 0))) +("veley" nil (((v eh) 1) ((l iy) 0))) +("velez" nil (((v eh) 0) ((l eh z) 1))) +("velie" nil (((v eh) 1) ((l iy) 0))) +("velika" nil (((v eh) 1) ((l ih) 0) ((k ax) 0))) +("veliotis" nil (((v eh) 0) ((l iy) 0) ((ow) 1) ((t ih s) 0))) +("veliz" nil (((v eh) 1) ((l ih z) 0))) +("vella" nil (((v eh) 1) ((l ax) 0))) +("vellucci" nil (((v eh) 0) ((l uw) 1) ((ch iy) 0))) +("velma" nil (((v eh l) 1) ((m ax) 0))) +("velo" nil (((v eh) 1) ((l ow) 0))) +("velobind" nil (((v eh) 1) ((l ax) 0) ((b ih n d) 0))) +("velocities" nil (((v ax) 0) ((l aa) 1) ((s ax) 0) ((t iy z) 0))) +("velocity" nil (((v ax) 0) ((l aa) 1) ((s ax) 0) ((t iy) 0))) +("veloso" nil (((v eh) 1) ((l ow) 1) ((s ow) 0))) +("velotta" nil (((v eh) 0) ((l ow) 1) ((t ax) 0))) +("veloz" nil (((v ey) 1) ((l ow z) 0))) +("velsicol" nil (((v eh l) 1) ((s ih) 0) ((k aa l) 1))) +("velte" nil (((v eh l t) 1))) +("velten" nil (((v eh l) 1) ((t ax n) 0))) +("veltman" nil (((v eh l t) 1) ((m ax n) 0))) +("veltre" nil (((v eh l) 1) ((t er) 0))) +("veltri" nil (((v eh l) 1) ((t r iy) 0))) +("velveeta" nil (((v eh l) 0) ((v iy) 1) ((t ax) 0))) +("velvet" nil (((v eh l) 1) ((v ax t) 0))) +("velvety" nil (((v eh l) 1) ((v ax) 0) ((t iy) 0))) +("vempala" nil (((v eh m) 1) ((p aa) 1) ((l ax) 0))) +("vena" nil (((v iy) 1) ((n ax) 0))) +("venable" nil (((v eh) 1) ((n ax) 0) ((b ax l) 0))) +("venables" nil (((v eh) 1) ((n ax) 0) ((b ax l z) 0))) +("venal" nil (((v iy) 1) ((n ax l) 0))) +("venali" nil (((v ax) 0) ((n aa) 1) ((l iy) 0))) +("venality" nil (((v ih) 0) ((n ae) 1) ((l ih) 0) ((t iy) 0))) +("venalum" nil (((v eh) 1) ((n ax) 0) ((l ax m) 0))) +("venango" nil (((v eh) 0) ((n ae ng) 1) ((g ow) 0))) +("venard" nil (((v eh) 1) ((n er d) 0))) +("vencill" nil (((v eh n) 1) ((s ih l) 0))) +("vencor" nil (((v eh n) 1) ((k ao r) 1))) +("vendee" nil (((v eh n) 1) ((d iy) 1))) +("vendetta" nil (((v eh n) 0) ((d eh) 1) ((t ax) 0))) +("vendetti" nil (((v eh n) 0) ((d eh) 1) ((t iy) 0))) +("vending" nil (((v eh n) 1) ((d ih ng) 0))) +("venditti" nil (((v eh n) 0) ((d iy) 1) ((t iy) 0))) +("vendo" nil (((v eh n) 1) ((d ow) 0))) +("vendome" nil (((v eh n) 0) ((d ow m) 1))) +("vendor" nil (((v eh n) 1) ((d er) 0))) +("vendors" nil (((v eh n) 1) ((d er z) 0))) +("veneer" nil (((v ax) 0) ((n ih r) 1))) +("venegas" nil (((v eh) 1) ((n ih) 0) ((g ax z) 0))) +("venema" nil (((v eh) 1) ((n ih) 0) ((m ax) 0))) +("venerable" nil (((v eh) 1) ((n er) 0) ((ax) 0) ((b ax l) 0))) +("venerated" nil (((v eh) 1) ((n er) 0) ((ey) 1) ((t ih d) 0))) +("venereal" nil (((v ax) 0) ((n ih) 1) ((r iy) 0) ((ax l) 0))) +("venetian" nil (((v ax) 0) ((n iy) 1) ((sh ax n) 0))) +("veney" nil (((v eh) 1) ((n iy) 0))) +("venezia" nil (((v eh) 0) ((n eh) 1) ((z iy) 0) ((ax) 0))) +("veneziano" nil (((v eh) 0) ((n eh) 0) ((z iy) 0) ((aa) 1) ((n ow) 0))) +("venezuela" nil (((v eh) 1) ((n ih) 0) ((z w ey) 1) ((l ax) 0))) +("venezuelan" nil (((v eh) 1) ((n ih) 0) ((z w ey) 1) ((l ax n) 0))) +("venezuelans" nil (((v eh) 1) ((n ih) 0) ((z w ey) 1) ((l ax n z) 0))) +("vengeance" nil (((v eh n) 1) ((jh ax n s) 0))) +("vengeful" nil (((v eh n jh) 1) ((f ax l) 0))) +("venice" nil (((v eh) 1) ((n ax s) 0))) +("venier" nil (((v iy) 1) ((n iy) 0) ((er) 0))) +("venison" nil (((v eh) 1) ((n ax) 0) ((s ax n) 0))) +("venita" nil (((v eh) 0) ((n iy) 1) ((t ax) 0))) +("venkatesh" nil (((v eh n) 1) ((k aa) 0) ((t eh sh) 1))) +("venn" nil (((v eh n) 1))) +("vennard" nil (((v eh) 1) ((n er d) 0))) +("venne" nil (((v eh n) 1))) +("venneman" nil (((v eh n) 1) ((m ax n) 0))) +("venner" nil (((v eh) 1) ((n er) 0))) +("venning" nil (((v eh) 1) ((n ih ng) 0))) +("veno" nil (((v ey) 1) ((n ow) 0))) +("venom" nil (((v eh) 1) ((n ax m) 0))) +("venomous" nil (((v eh) 1) ((n ax) 0) ((m ax s) 0))) +("venous" nil (((v iy) 1) ((n ax s) 0))) +("vensel" nil (((v eh n) 1) ((s ax l) 0))) +("venson" nil (((v eh n) 1) ((s ax n) 0))) +("vent" nil (((v eh n t) 1))) +("ventech" nil (((v eh n) 1) ((t eh k) 1))) +("vented" nil (((v eh n) 1) ((t ih d) 0))) +("venter" nil (((v eh n) 1) ((t er) 0))) +("venters" nil (((v eh n) 1) ((t er z) 0))) +("venti" nil (((v eh n) 1) ((t iy) 0))) +("ventilated" nil (((v eh n) 1) ((t ax) 0) ((l ey) 1) ((t ih d) 0))) +("ventilating" nil (((v eh n) 1) ((t ax) 0) ((l ey) 1) ((t ih ng) 0))) +("ventilation" nil (((v eh n) 1) ((t ax) 0) ((l ey) 1) ((sh ax n) 0))) +("ventilator" nil (((v eh n) 1) ((t ax) 0) ((l ey) 1) ((t er) 0))) +("ventimiglia" nil (((v eh n) 1) ((t ih) 0) ((m ih) 1) ((g l iy) 0) ((ax) 0))) +("venting" nil (((v eh n) 1) ((t ih ng) 0))) +("vento" nil (((v eh n) 1) ((t ow) 0))) +("ventola" nil (((v eh n) 0) ((t ow) 1) ((l ax) 0))) +("ventral" nil (((v eh n) 1) ((t r ax l) 0))) +("ventre" nil (((v eh n) 1) ((t er) 0))) +("ventrella" nil (((v eh n) 1) ((t r eh) 1) ((l ax) 0))) +("ventres" nil (((v eh n) 1) ((t er z) 0))) +("ventresca" nil (((v eh n) 0) ((t r eh) 1) ((s k ax) 0))) +("ventress" nil (((v eh n) 1) ((t r ih s) 0))) +("ventricular" nil (((v eh n) 0) ((t r ih) 1) ((k y uw) 0) ((l er) 0))) +("ventritex" nil (((v eh n) 1) ((t r ih) 0) ((t eh k s) 1))) +("vents" nil (((v eh n t s) 1))) +("ventura" nil (((v eh n) 0) ((ch er) 1) ((ax) 0))) +("venture" nil (((v eh n) 1) ((ch er) 0))) +("ventured" nil (((v eh n) 1) ((ch er d) 0))) +("venturella" nil (((v eh n) 0) ((t uh) 0) ((r eh) 1) ((l ax) 0))) +("ventures" nil (((v eh n) 1) ((ch er z) 0))) +("venturesome" nil (((v eh n) 1) ((ch er) 0) ((s ax m) 0))) +("venturi" nil (((v eh n) 0) ((t uh) 1) ((r iy) 0))) +("venturian" nil (((v eh n) 0) ((t uh) 1) ((r iy) 0) ((ax n) 0))) +("venturing" nil (((v eh n) 1) ((ch er) 0) ((ih ng) 0))) +("venturini" nil (((v eh n) 0) ((t uh) 0) ((r iy) 1) ((n iy) 0))) +("venturino" nil (((v eh n) 0) ((t uh) 0) ((r iy) 1) ((n ow) 0))) +("venue" nil (((v eh) 1) ((n y uw) 0))) +("venues" nil (((v eh) 1) ((n uw z) 0))) +("venus" nil (((v iy) 1) ((n ax s) 0))) +("venuti" nil (((v eh) 0) ((n uw) 1) ((t iy) 0))) +("venuto" nil (((v eh) 0) ((n uw) 1) ((t ow) 0))) +("venzke" nil (((v eh n z k) 1))) +("vera" nil (((v eh) 1) ((r ax) 0))) +("veracity" nil (((v er) 0) ((ae) 1) ((s ih) 0) ((t iy) 0))) +("veranda" nil (((v er) 0) ((ae n) 1) ((d ax) 0))) +("verandas" nil (((v er) 0) ((ae n) 1) ((d ax z) 0))) +("veras" nil (((v eh) 1) ((r ax z) 0))) +("verb" nil (((v er b) 1))) +("verba" nil (((v eh r) 1) ((b ax) 0))) +("verbal" nil (((v er) 1) ((b ax l) 0))) +("verbalize" nil (((v er) 1) ((b ax) 0) ((l ay z) 1))) +("verbalizing" nil (((v er) 1) ((b ax) 0) ((l ay) 1) ((z ih ng) 0))) +("verbally" nil (((v er) 1) ((b ax) 0) ((l iy) 0))) +("verbatim" nil (((v er) 0) ((b ey) 1) ((t ax m) 0))) +("verbeck" nil (((v er) 1) ((b eh k) 0))) +("verbeek" nil (((v er) 1) ((b iy k) 0))) +("verbeke" nil (((v er) 1) ((b ih k) 0))) +("verbena" nil (((v er) 0) ((b iy) 1) ((n ax) 0))) +("verbiage" nil (((v er) 1) ((b iy) 0) ((ih jh) 0))) +("verble" nil (((v er) 1) ((b ax l) 0))) +("verboten" nil (((v er) 0) ((b ow) 1) ((t ax n) 0))) +("verbrugge" nil (((v er) 1) ((b r ax g) 0))) +("verbs" nil (((v er b z) 1))) +("verburg" nil (((v er) 1) ((b er g) 0))) +("vercammen" nil (((v er) 1) ((k ae) 1) ((m ax n) 0))) +("vercher" nil (((v er) 1) ((k er) 0))) +("verda" nil (((v eh r) 1) ((d ax) 0))) +("verdant" nil (((v er) 1) ((d ax n t) 0))) +("verde" nil (((v er) 1) ((d iy) 0))) +("verderame" nil (((v er) 1) ((d er) 0) ((ax m) 0))) +("verderber" nil (((v er) 1) ((d er) 0) ((b er) 0))) +("verderosa" nil (((v er) 0) ((d er) 0) ((ow) 1) ((s ax) 0))) +("verdes" nil (((v er) 1) ((d iy) 0))) +("verdi" nil (((v eh r) 1) ((d iy) 0))) +("verdict" nil (((v er) 1) ((d ih k t) 0))) +("verdicts" nil (((v er) 1) ((d ih k t s) 0))) +("verdier" nil (((v er) 1) ((d iy) 0) ((er) 0))) +("verdin" nil (((v er) 1) ((d ih n) 0))) +("verdon" nil (((v eh r) 0) ((d ao n) 1))) +("verdone" nil (((v eh r) 0) ((d ow) 1) ((n ey) 0))) +("verdugo" nil (((v er) 0) ((d uw) 1) ((g ow) 0))) +("verduin" nil (((v eh r) 0) ((d uw) 0) ((ih n) 1))) +("verdun" nil (((v er) 1) ((d ax n) 0))) +("verduzco" nil (((v er) 0) ((d uw z) 1) ((k ow) 0))) +("vere" nil (((v ih r) 1))) +("vereb" nil (((v eh) 1) ((r ih b) 0))) +("vereen" nil (((v ih) 1) ((r iy n) 0))) +("vereinsbank" nil (((v er) 0) ((ay n z) 1) ((b ae ng k) 1))) +("verena" nil (((v er) 0) ((ey) 1) ((n ax) 0))) +("verene" nil (((v eh) 1) ((r iy n) 0))) +("veres" nil (((v iy r z) 1))) +("verex" nil (((v eh) 1) ((r ax k s) 0))) +("verga" nil (((v eh r) 1) ((g ax) 0))) +("vergara" nil (((v er) 0) ((g aa) 1) ((r ax) 0))) +("verge" nil (((v er jh) 1))) +("verges" nil (((v er) 1) ((jh ih z) 0))) +("vergesh" nil (((v er) 1) ((g eh sh) 1))) +("vergil" nil (((v er) 1) ((jh ax l) 0))) +("verging" nil (((v er) 1) ((jh ih ng) 0))) +("vergresh" nil (((v er) 1) ((g r eh sh) 1))) +("verhage" nil (((v er) 1) ((hh ih jh) 0))) +("verhagen" nil (((v er) 1) ((hh ax) 0) ((g ax n) 0))) +("verhey" nil (((v er) 1) ((hh iy) 0))) +("verhoef" nil (((v er) 1) ((hh ow f) 0))) +("verhoeven" nil (((v er) 1) ((hh ow) 0) ((v ax n) 0))) +("verhoff" nil (((v er) 1) ((hh ao f) 0))) +("verhofstadt" nil (((v er) 0) ((hh ao f) 1) ((s t ae t) 1))) +("verhulst" nil (((v er) 1) ((hh ax l s t) 0))) +("veribanc" nil (((v eh) 1) ((r ih) 0) ((b ae ng k) 1))) +("verifiable" nil (((v eh) 1) ((r ax) 0) ((f ay) 1) ((ax) 0) ((b ax l) 0))) +("verification" nil (((v eh) 1) ((r ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("verified" nil (((v eh) 1) ((r ax) 0) ((f ay d) 1))) +("verifies" nil (((v eh) 1) ((r ax) 0) ((f ay z) 1))) +("verify" nil (((v eh) 1) ((r ax) 0) ((f ay) 1))) +("verifying" nil (((v eh) 1) ((r ax) 0) ((f ay) 1) ((ih ng) 0))) +("verina" nil (((v er) 0) ((iy) 1) ((n ax) 0))) +("verine" nil (((v er) 0) ((iy) 1) ((n iy) 0))) +("verisimilitude" nil (((v eh) 1) ((r ax) 0) ((s ax) 0) ((m ih) 1) ((l ax) 0) ((t uw d) 1))) +("verit" nil (((v eh) 1) ((r ih t) 0))) +("veritable" nil (((v eh) 1) ((r ih) 0) ((t ax) 0) ((b ax l) 0))) +("verities" nil (((v eh) 1) ((r ax) 0) ((t iy z) 0))) +("verity" nil (((v eh) 1) ((r ax) 0) ((t iy) 0))) +("verkuilen" nil (((v er) 1) ((k ax) 0) ((l ax n) 0))) +("verla" nil (((v eh r) 1) ((l ax) 0))) +("verlag" nil (((v er) 1) ((l ae g) 0))) +("verleger" nil (((v er) 1) ((l ax) 0) ((g er) 0))) +("verley" nil (((v er) 1) ((l iy) 0))) +("verma" nil (((v eh r) 1) ((m ax) 0))) +("vermeer" nil (((v er) 1) ((m ih r) 0))) +("vermette" nil (((v er) 0) ((m eh t) 1))) +("vermeulen" nil (((v er) 0) ((m oy) 1) ((l ax n) 0))) +("vermilion" nil (((v er) 0) ((m ih) 1) ((l y ax n) 0))) +("vermillion" nil (((v er) 0) ((m ih) 1) ((l y ax n) 0))) +("vermilya" nil (((v er) 0) ((m iy) 1) ((l y ax) 0))) +("vermilyea" nil (((v er) 0) ((m iy) 1) ((l y ax) 0))) +("vermin" nil (((v er) 1) ((m ih n) 0))) +("vermont" nil (((v er) 0) ((m aa n t) 1))) +("vermouth" nil (((v er) 0) ((m uw th) 1))) +("vern" nil (((v er n) 1))) +("verna" nil (((v er) 1) ((n ax) 0))) +("vernacular" nil (((v er) 0) ((n ae) 1) ((k y ax) 0) ((l er) 0))) +("vernal" nil (((v er) 1) ((n ax l) 0))) +("verne" nil (((v er n) 1))) +("verner" nil (((v er) 1) ((n er) 0))) +("vernes" nil (((v er n z) 1))) +("verneta" nil (((v er) 0) ((n eh) 1) ((t ax) 0))) +("verney" nil (((v er) 1) ((n iy) 0))) +("vernick" nil (((v er) 1) ((n ih k) 0))) +("vernier" nil (((v er) 1) ((n iy) 0) ((er) 0))) +("vernis" nil (((v er) 1) ((n ih s) 0))) +("vernita" nil (((v er) 0) ((n iy) 1) ((t ax) 0))) +("vernitron" nil (((v er) 1) ((n ih) 0) ((t r aa n) 0))) +("verno" nil (((v eh r) 1) ((n ow) 0))) +("vernon" nil (((v er) 1) ((n ax n) 0))) +("vernor" nil (((v er) 1) ((n er) 0))) +("vero" nil (((v eh) 1) ((r ow) 0))) +("veron" nil (((v eh) 1) ((r ax n) 0))) +("verona" nil (((v er) 0) ((ow) 1) ((n ax) 0))) +("veronda" nil (((v eh) 0) ((r aa n) 1) ((d ax) 0))) +("veronica" nil (((v er) 0) ((aa) 1) ((n ih) 0) ((k ax) 0))) +("veronique" nil (((v eh) 1) ((r aa) 0) ((n iy k) 1))) +("veronis" nil (((v eh) 0) ((r ow) 1) ((n ih s) 0))) +("verrall" nil (((v eh) 1) ((r ax l) 0))) +("verrastro" nil (((v eh) 1) ((r ae) 1) ((s t r ow) 0))) +("verrell" nil (((v eh) 0) ((r ey l) 1))) +("verret" nil (((v eh) 1) ((r ey t) 0))) +("verrett" nil (((v eh) 1) ((r ih t) 0))) +("verrette" nil (((v er) 0) ((eh t) 1))) +("verri" nil (((v eh) 1) ((r iy) 0))) +("verrier" nil (((v eh) 1) ((r iy) 0) ((er) 0))) +("verrill" nil (((v eh) 0) ((r iy l) 1))) +("verrilli" nil (((v er) 0) ((iy) 1) ((l iy) 0))) +("verry" nil (((v eh) 1) ((r iy) 0))) +("versa" nil (((v er) 1) ((s ax) 0))) +("versace" nil (((v er) 0) ((s aa s) 1))) +("versailles" nil (((v eh r) 0) ((s ay) 1))) +("versatile" nil (((v er) 1) ((s ax) 0) ((t ax l) 0))) +("versatility" nil (((v er) 1) ((s ax) 0) ((t ih) 1) ((l ax) 0) ((t iy) 0))) +("verse" nil (((v er s) 1))) +("versed" nil (((v er s t) 1))) +("verser" nil (((v er) 1) ((s er) 0))) +("verses" nil (((v er) 1) ((s ax z) 0))) +("versicherung" nil (((v er) 0) ((s ih) 1) ((ch er) 0) ((ax ng) 0))) +("versicherungs" nil (((v er) 0) ((s ih) 1) ((ch er) 0) ((ax ng z) 0))) +("version" nil (((v er) 1) ((zh ax n) 0))) +("versions" nil (((v er) 1) ((zh ax n z) 0))) +("versluis" nil (((v er) 1) ((s l uw) 0) ((ih z) 0))) +("versteeg" nil (((v er) 1) ((s t iy g) 0))) +("verstraete" nil (((v er) 1) ((s t r eh t) 0))) +("versus" nil (((v er) 1) ((s ax s) 0))) +("vert" nil (((v er t) 1))) +("vertebrae" n (((v er) 1) ((t ax) 0) ((b r ey) 0))) +("vertebral" nil (((v er) 1) ((t ax) 0) ((b r ax l) 0))) +("vertebrates" nil (((v er) 1) ((t ax) 0) ((b r ey t s) 1))) +("vertel" nil (((v er) 1) ((t eh l) 1))) +("vertex" nil (((v er) 1) ((t eh k s) 1))) +("vertical" nil (((v er) 1) ((t ih) 0) ((k ax l) 0))) +("vertically" nil (((v er) 1) ((t ih) 0) ((k l iy) 0))) +("verticom" nil (((v er) 1) ((t ih) 0) ((k aa m) 0))) +("vertigo" nil (((v er) 1) ((t ih) 0) ((g ow) 1))) +("vertol" nil (((v er) 1) ((t aa l) 0))) +("vertrees" nil (((v er) 0) ((t r iy z) 1))) +("vertu" nil (((v er) 2) ((t uw) 1))) +("vertucci" nil (((v er) 0) ((t uw) 1) ((ch iy) 0))) +("vertz" nil (((v er t s) 1))) +("verve" nil (((v er v) 1))) +("verville" nil (((v er) 1) ((v ih l) 0))) +("verwey" nil (((v er) 1) ((w iy) 0))) +("verwoerd" nil (((v er) 0) ((w ao r d) 1))) +("very" nil (((v eh) 1) ((r iy) 0))) +("vescio" nil (((v eh) 1) ((s iy) 0) ((ow) 0))) +("vesco" nil (((v eh) 1) ((s k ow) 0))) +("vesel" nil (((v eh) 1) ((s ax l) 0))) +("veselka" nil (((v ey) 0) ((s ey l) 1) ((k ax) 0))) +("vesely" nil (((v iy) 1) ((z l iy) 0))) +("vesey" nil (((v eh) 1) ((s iy) 0))) +("vesmen" nil (((v eh) 1) ((s m ax n) 0))) +("vespa" nil (((v ey) 1) ((s p ax) 0))) +("vesper" nil (((v eh) 1) ((s p er) 0))) +("vespera" nil (((v ey) 0) ((s p eh) 1) ((r ax) 0))) +("vess" nil (((v eh s) 1))) +("vessel" nil (((v eh) 1) ((s ax l) 0))) +("vessell" nil (((v eh) 1) ((s ax l) 0))) +("vessels" nil (((v eh) 1) ((s ax l z) 0))) +("vesser" nil (((v eh) 1) ((s er) 0))) +("vessey" nil (((v eh) 1) ((s iy) 0))) +("vest" nil (((v eh s t) 1))) +("vesta" nil (((v eh) 1) ((s t ax) 0))) +("vestal" nil (((v eh) 1) ((s t ax l) 0))) +("vestar" nil (((v eh) 1) ((s t er) 0))) +("vested" nil (((v eh) 1) ((s t ax d) 0))) +("vester" nil (((v eh) 1) ((s t er) 0))) +("vestige" nil (((v eh) 1) ((s t ih jh) 0))) +("vestiges" nil (((v eh) 1) ((s t ih) 0) ((jh ih z) 0))) +("vestigial" nil (((v ax) 0) ((s t ih) 1) ((jh iy) 0) ((ax l) 0))) +("vesting" nil (((v eh) 1) ((s t ih ng) 0))) +("vestron" nil (((v eh) 1) ((s t r ax n) 0))) +("vests" nil (((v eh s t s) 1))) +("vesuvius" nil (((v ax) 0) ((s uw) 1) ((v iy) 0) ((ax s) 0))) +("vet" nil (((v eh t) 1))) +("veta" nil (((v eh) 1) ((t ax) 0))) +("vetco" nil (((v eh t) 1) ((k ow) 0))) +("veteran" nil (((v eh) 1) ((t er) 0) ((ax n) 0))) +("veterans" nil (((v eh) 1) ((t er) 0) ((ax n z) 0))) +("vetere" nil (((v eh) 1) ((t er) 0))) +("veterinarian" nil (((v eh) 1) ((t r ax) 0) ((n eh) 1) ((r iy) 0) ((ax n) 0))) +("veterinarians" nil (((v eh) 1) ((t r ax) 0) ((n eh) 1) ((r iy) 0) ((ax n z) 0))) +("veterinary" nil (((v eh) 1) ((t r ax) 0) ((n eh) 1) ((r iy) 0))) +("veteto" nil (((v eh) 0) ((t eh) 1) ((t ow) 0))) +("veto" nil (((v iy) 1) ((t ow) 0))) +("vetoed" nil (((v iy) 1) ((t ow d) 0))) +("vetoes" nil (((v iy) 1) ((t ow z) 0))) +("vetoing" nil (((v iy) 1) ((t ow) 0) ((ih ng) 0))) +("vetos" nil (((v iy) 1) ((t ow z) 0))) +("vetrano" nil (((v eh) 0) ((t r aa) 1) ((n ow) 0))) +("vets" nil (((v eh t s) 1))) +("vetsch" nil (((v eh ch) 1))) +("vette" nil (((v eh t) 1))) +("vetted" nil (((v eh) 1) ((t ih d) 0))) +("vetter" nil (((v eh) 1) ((t er) 0))) +("veuve" nil (((v y uw v) 1))) +("vevay" nil (((v eh) 1) ((v ey) 0))) +("veverka" nil (((v ey) 0) ((v eh r) 1) ((k ax) 0))) +("vevey" nil (((v eh) 1) ((v iy) 0))) +("vevila" nil (((v ey) 0) ((v iy) 1) ((l ax) 0))) +("vex" nil (((v eh k s) 1))) +("vexatious" nil (((v eh k) 0) ((s ey) 1) ((sh ax s) 0))) +("vexed" nil (((v eh k s t) 1))) +("vexing" nil (((v eh k) 1) ((s ih ng) 0))) +("vey" nil (((v ey) 1))) +("veyne" nil (((v ey n) 1))) +("vezina" nil (((v eh) 0) ((z iy) 1) ((n ax) 0))) +("via" nil (((v iy) 1) ((ax) 0))) +("via" nil (((v ay) 1) ((ax) 0))) +("viability" nil (((v ay) 0) ((ax) 0) ((b ih) 1) ((l ax) 0) ((t iy) 0))) +("viable" nil (((v ay) 1) ((ax) 0) ((b ax l) 0))) +("viacom" nil (((v ay) 1) ((ax) 0) ((k aa m) 0))) +("viaducts" nil (((v ay) 1) ((ax) 0) ((d ax k t s) 0))) +("viag" nil (((v ay) 1) ((ae g) 0))) +("viagene" nil (((v ay) 1) ((ax) 0) ((jh iy n) 1))) +("vial" nil (((v ay) 1) ((ax l) 0))) +("viall" nil (((v ay) 1) ((ax l) 0))) +("vialpando" nil (((v iy) 0) ((aa l) 0) ((p aa n) 1) ((d ow) 0))) +("vials" nil (((v ay) 1) ((ax l z) 0))) +("vian" nil (((v iy) 1) ((ax n) 0))) +("viana" nil (((v iy) 0) ((ae) 1) ((n ax) 0))) +("viani" nil (((v iy) 0) ((aa) 1) ((n iy) 0))) +("viano" nil (((v iy) 0) ((aa) 1) ((n ow) 0))) +("viar" nil (((v ay) 1) ((er) 0))) +("viars" nil (((v ay) 1) ((er z) 0))) +("viatical" nil (((v ay) 1) ((ae) 1) ((t ih) 0) ((k ax l) 0))) +("viator" nil (((v ay) 0) ((ey) 1) ((t er) 0))) +("viau" nil (((v iy) 0) ((ow) 1))) +("vibbert" nil (((v ih) 1) ((b er t) 0))) +("vibes" nil (((v ay b z) 1))) +("vibrancy" nil (((v ay) 1) ((b r ax n) 0) ((s iy) 0))) +("vibrant" nil (((v ay) 1) ((b r ax n t) 0))) +("vibrate" nil (((v ay) 1) ((b r ey t) 0))) +("vibrates" v (((v ay) 1) ((b r ey t s) 0))) +("vibrating" nil (((v ay) 1) ((b r ey) 0) ((t ih ng) 0))) +("vibration" nil (((v ay) 0) ((b r ey) 1) ((sh ax n) 0))) +("vibrations" nil (((v ay) 0) ((b r ey) 1) ((sh ax n z) 0))) +("vibrato" nil (((v iy) 0) ((b r aa) 1) ((t ow) 0))) +("vic" nil (((v ih k) 1))) +("vicar" nil (((v ih) 1) ((k er) 0))) +("vicari" nil (((v iy) 0) ((k aa) 1) ((r iy) 0))) +("vicario" nil (((v iy) 0) ((k aa) 1) ((r iy) 0) ((ow) 0))) +("vicarious" nil (((v ay) 0) ((k eh) 1) ((r iy) 0) ((ax s) 0))) +("vicariously" nil (((v ay) 0) ((k eh) 1) ((r iy) 0) ((ax) 0) ((s l iy) 0))) +("vicars" nil (((v ih) 1) ((k er z) 0))) +("vice" nil (((v ay s) 1))) +("vicencio" nil (((v ih) 0) ((s eh n) 1) ((s iy) 0) ((ow) 0))) +("vicente" nil (((v iy) 0) ((ch eh n) 1) ((t iy) 0))) +("vicenzi" nil (((v ih) 0) ((s eh n) 1) ((z iy) 0))) +("viceroy" nil (((v ay) 1) ((s r oy) 0))) +("vices" nil (((v ay) 1) ((s ax z) 0))) +("vichy" nil (((v iy) 1) ((sh iy) 0))) +("vicinity" nil (((v ax) 0) ((s ih) 1) ((n ax) 0) ((t iy) 0))) +("vicino" nil (((v iy) 0) ((ch iy) 1) ((n ow) 0))) +("vicious" nil (((v ih) 1) ((sh ax s) 0))) +("viciously" nil (((v ih) 1) ((sh ax) 0) ((s l iy) 0))) +("vicissitudes" nil (((v ih) 0) ((s ih) 1) ((s ih) 0) ((t uw d z) 0))) +("vick" nil (((v ih k) 1))) +("vicker" nil (((v ih) 1) ((k er) 0))) +("vickerman" nil (((v ih) 1) ((k er) 0) ((m ax n) 0))) +("vickers" nil (((v ih) 1) ((k er z) 0))) +("vickery" nil (((v ih) 0) ((s k er) 1) ((iy) 0))) +("vickey" nil (((v ih) 1) ((k iy) 0))) +("vicki" nil (((v ih) 1) ((k iy) 0))) +("vickie" nil (((v ih) 1) ((k iy) 0))) +("vicknair" nil (((v ih k) 1) ((n er) 0))) +("vickrey" nil (((v ih) 1) ((k r iy) 0))) +("vickroy" nil (((v ih) 1) ((k r oy) 1))) +("vicks" nil (((v ih k s) 1))) +("vicksburg" nil (((v ih k s) 1) ((b er g) 0))) +("vicky" nil (((v ih) 1) ((k iy) 0))) +("vicomte" nil (((v ih) 0) ((k aa m) 1) ((t iy) 0))) +("vicon" nil (((v ih) 1) ((k ax n) 0))) +("vicorp" nil (((v ay) 1) ((k ao r p) 0))) +("victim" nil (((v ih k) 1) ((t ax m) 0))) +("victimization" nil (((v ih k) 1) ((t ax) 0) ((m ax) 0) ((z ey) 1) ((sh ax n) 0))) +("victimized" nil (((v ih k) 1) ((t ax) 0) ((m ay z d) 0))) +("victimless" nil (((v ih k) 1) ((t ax m) 0) ((l ax s) 0))) +("victims" nil (((v ih k) 1) ((t ax m z) 0))) +("victoire" nil (((v ih k) 0) ((t w aa r) 1))) +("victor" nil (((v ih k) 1) ((t er) 0))) +("victoria" nil (((v ih k) 0) ((t ao) 1) ((r iy) 0) ((ax) 0))) +("victorian" nil (((v ih k) 0) ((t ao) 1) ((r iy) 0) ((ax n) 0))) +("victorians" nil (((v ih k) 0) ((t ao) 1) ((r iy) 0) ((ax n z) 0))) +("victorias" nil (((v ih k) 0) ((t ao) 1) ((r iy) 0) ((ax z) 0))) +("victories" nil (((v ih k) 1) ((t er) 0) ((iy z) 0))) +("victorine" nil (((v iy k) 0) ((t ao) 0) ((r iy) 1) ((n iy) 0))) +("victorino" nil (((v iy k) 0) ((t ao) 0) ((r iy) 1) ((n ow) 0))) +("victorious" nil (((v ih k) 0) ((t ao) 1) ((r iy) 0) ((ax s) 0))) +("victors" nil (((v ih k) 1) ((t er z) 0))) +("victory" nil (((v ih k) 1) ((t er) 0) ((iy) 0))) +("vicuna" nil (((v ih) 0) ((k y uw) 1) ((n ax) 0))) +("vida" nil (((v ay) 1) ((d ax) 0))) +("vidal" nil (((v ay) 0) ((d ae l) 1))) +("vidales" nil (((v iy) 0) ((d aa) 1) ((l eh s) 0))) +("vidalia" nil (((v ih) 0) ((d ey) 1) ((l y ax) 0))) +("vidaurri" nil (((v ih) 0) ((d ao) 1) ((r iy) 0))) +("vide" nil (((v ay d) 1))) +("video" nil (((v ih) 1) ((d iy) 0) ((ow) 0))) +("videocassette" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((k ae) 0) ((s eh t) 1))) +("videocassettes" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((k ae) 0) ((s eh t s) 1))) +("videoconferencing" nil (((v iy) 1) ((d iy) 0) ((ow) 0) ((k aa n) 1) ((f r ax n) 0) ((s ih ng) 0))) +("videodisk" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((d ih s k) 1))) +("videodisks" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((d ih s k s) 1))) +("videogame" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((g ey m) 1))) +("videophone" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((f ow n) 1))) +("videos" nil (((v ih) 1) ((d iy) 0) ((ow z) 0))) +("videotape" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((t ey p) 1))) +("videotaped" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((t ey p t) 1))) +("videotapes" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((t ey p s) 1))) +("videotaping" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((t ey) 1) ((p ih ng) 0))) +("videotex" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((t eh k s) 1))) +("videotext" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((t eh k s t) 1))) +("videotron" nil (((v ih) 1) ((d iy) 0) ((ow) 0) ((t r aa n) 1))) +("vidigo" nil (((v ih) 1) ((d iy) 0) ((g ow) 1))) +("vidmar" nil (((v ih d) 1) ((m er) 0))) +("vidonia" nil (((v iy) 0) ((d ow) 1) ((n iy) 0) ((ax) 0))) +("vidrine" nil (((v iy) 0) ((d r iy n) 1))) +("vie" nil (((v ay) 1))) +("vieau" nil (((v iy) 0) ((ow) 1))) +("viebrock" nil (((v iy) 1) ((b r ax k) 0))) +("vied" nil (((v ay d) 1))) +("viedma" nil (((v iy d) 1) ((m ax) 0))) +("viegas" nil (((v iy) 1) ((g ax z) 0))) +("vieira" nil (((v iy) 0) ((eh) 1) ((r ax) 0))) +("viejo" nil (((v iy) 0) ((eh) 1) ((jh ow) 0))) +("viel" nil (((v iy l) 1))) +("viele" nil (((v iy l) 1))) +("vielma" nil (((v iy l) 1) ((m ax) 0))) +("vien" nil (((v iy n) 1))) +("vienna" nil (((v iy) 0) ((eh) 1) ((n ax) 0))) +("vienneau" nil (((v ax) 0) ((n ow) 1))) +("viennese" nil (((v iy) 0) ((eh) 1) ((n iy s) 1))) +("vienot" nil (((v iy) 1) ((n aa t) 0))) +("viens" nil (((v iy n z) 1))) +("viera" nil (((v iy) 1) ((r ax) 0))) +("viereck" nil (((v ih) 1) ((r ih k) 0))) +("vierling" nil (((v ih r) 1) ((l ih ng) 0))) +("vierra" nil (((v ih) 1) ((r ax) 0))) +("viers" nil (((v ih r z) 1))) +("viertel" nil (((v ih r) 1) ((t eh l) 0))) +("vies" nil (((v ay z) 1))) +("viet" nil (((v iy) 0) ((eh t) 1))) +("vietcong" nil (((v iy) 0) ((eh t) 1) ((k ao ng) 1))) +("vieth" nil (((v ay) 1) ((ih th) 0))) +("vietnam" nil (((v iy) 0) ((eh t) 1) ((n ae m) 2))) +("vietnamese" nil (((v iy) 0) ((eh t) 0) ((n aa) 0) ((m iy s) 1))) +("vietor" nil (((v iy) 1) ((t er) 0))) +("viets" nil (((v iy t s) 1))) +("vietti" nil (((v iy) 0) ((eh) 1) ((t iy) 0))) +("view" nil (((v y uw) 1))) +("viewed" nil (((v y uw d) 1))) +("viewer" nil (((v y uw) 1) ((er) 0))) +("viewers" nil (((v y uw) 1) ((er z) 0))) +("viewership" nil (((v y uw) 1) ((er) 0) ((sh ih p) 1))) +("viewing" nil (((v y uw) 1) ((ih ng) 0))) +("viewpoint" nil (((v y uw) 1) ((p oy n t) 1))) +("viewpoints" nil (((v y uw) 1) ((p oy n t s) 1))) +("views" nil (((v y uw z) 1))) +("vieyra" nil (((v iy) 0) ((eh) 1) ((r ax) 0))) +("vig" nil (((v ih g) 1))) +("vigdor" nil (((v ih g) 1) ((d er) 0))) +("vigeant" nil (((v ih) 1) ((jh ax n t) 0))) +("vigeland" nil (((v ay) 1) ((g l ax n d) 0))) +("vigen" nil (((v ih) 1) ((g ax n) 0))) +("viger" nil (((v ay) 1) ((g er) 0))) +("viggiano" nil (((v ih) 0) ((jh iy) 0) ((aa) 1) ((n ow) 0))) +("vigil" nil (((v ih) 1) ((jh ax l) 0))) +("vigilance" nil (((v ih) 1) ((jh ax) 0) ((l ax n s) 0))) +("vigilant" nil (((v ih) 1) ((jh ax) 0) ((l ax n t) 0))) +("vigilante" nil (((v ih) 1) ((jh ax) 0) ((l ae n) 1) ((t iy) 0))) +("vigilantes" nil (((v ih) 1) ((jh ax) 0) ((l ae n) 1) ((t iy z) 0))) +("vigilantism" nil (((v ih) 1) ((jh ax) 0) ((l ae n) 1) ((t ih) 0) ((z ax m) 0))) +("vigilia" nil (((v iy) 0) ((jh iy) 1) ((l iy) 0) ((ax) 0))) +("viglione" nil (((v ih) 0) ((g l iy) 0) ((ow) 1) ((n iy) 0))) +("vigliotti" nil (((v ih) 0) ((g l iy) 0) ((ao) 1) ((t iy) 0))) +("viglund" nil (((v ih) 1) ((g l ax n d) 0))) +("vigna" nil (((v ih g) 1) ((n ax) 0))) +("vigneau" nil (((v ih g) 0) ((n ow) 1))) +("vigneault" nil (((v ih g) 0) ((n ow) 1))) +("vignette" nil (((v ih) 0) ((n y eh t) 1))) +("vignettes" nil (((v ih) 0) ((n y eh t s) 1))) +("vignola" nil (((v iy g) 0) ((n ow) 1) ((l ax) 0))) +("vigo" nil (((v iy) 1) ((g ow) 0))) +("vigor" nil (((v ih) 1) ((g er) 0))) +("vigorito" nil (((v iy) 0) ((g ao) 0) ((r iy) 1) ((t ow) 0))) +("vigorous" nil (((v ih) 1) ((g er) 0) ((ax s) 0))) +("vigorously" nil (((v ih) 1) ((g er) 0) ((ax) 0) ((s l iy) 0))) +("vigue" nil (((v iy g) 1))) +("viguerie" nil (((v ih) 1) ((g er) 0) ((iy) 0))) +("vigus" nil (((v ay) 1) ((g ax s) 0))) +("vik" nil (((v ih k) 1))) +("viking" nil (((v ay) 1) ((k ih ng) 0))) +("vikings" nil (((v ay) 1) ((k ih ng z) 0))) +("viktor" nil (((v ih k) 1) ((t er) 0))) +("vila" nil (((v iy) 1) ((l ax) 0))) +("vilardo" nil (((v iy) 0) ((l aa r) 1) ((d ow) 0))) +("vilas" nil (((v iy) 1) ((l aa z) 0))) +("vile" nil (((v ay l) 1))) +("vilebrequin" nil (((v iy l) 1) ((b r eh) 2) ((k aa n) 0))) +("viles" nil (((v ay l z) 1))) +("vilhauer" nil (((v ih l) 1) ((hh aw) 0) ((er) 0))) +("vilification" nil (((v ih) 1) ((l ax) 0) ((f ax) 0) ((k ey) 1) ((sh ax n) 0))) +("vilified" nil (((v ih) 1) ((l ax) 0) ((f ay d) 0))) +("vilify" nil (((v ih) 1) ((l ih) 0) ((f ay) 1))) +("villa" nil (((v ih) 1) ((l ax) 0))) +("villafana" nil (((v iy) 0) ((l aa) 0) ((f ae) 1) ((n ax) 0))) +("villafane" nil (((v iy) 0) ((l aa) 0) ((f aa) 1) ((n ey) 0))) +("villafranca" nil (((v ih) 1) ((l ax) 0) ((f r ae ng) 1) ((k ax) 0))) +("villafuerte" nil (((v iy) 0) ((l aa f) 0) ((w eh r) 1) ((t ey) 0))) +("village" nil (((v ih) 1) ((l ax jh) 0))) +("villager" nil (((v ih) 1) ((l ih) 0) ((jh er) 0))) +("villagers" nil (((v ih) 1) ((l ih) 0) ((jh er z) 0))) +("villages" nil (((v ih) 1) ((l ax) 0) ((jh ax z) 0))) +("villagomez" nil (((v iy) 0) ((l aa) 0) ((g ow) 1) ((m eh z) 0))) +("villagran" nil (((v iy) 0) ((l aa) 0) ((g r aa n) 1))) +("villagrana" nil (((v iy) 0) ((l aa) 0) ((g r ae) 1) ((n ax) 0))) +("villain" nil (((v ih) 1) ((l ax n) 0))) +("villainous" nil (((v ih) 1) ((l ax) 0) ((n ax s) 0))) +("villains" nil (((v ih) 1) ((l ax n z) 0))) +("villainy" n (((v ih) 1) ((l ax) 0) ((n iy) 0))) +("villalba" nil (((v iy) 0) ((l aa l) 1) ((b ax) 0))) +("villalobos" nil (((v iy) 0) ((l aa) 0) ((l ow) 1) ((b ow z) 0))) +("villalon" nil (((v iy) 0) ((l aa) 0) ((l ao n) 1))) +("villalovos" nil (((v iy) 0) ((l aa) 0) ((l ow) 1) ((v ow z) 0))) +("villalpando" nil (((v iy) 0) ((l aa l) 0) ((p aa n) 1) ((d ow) 0))) +("villalva" nil (((v iy) 0) ((l aa l) 1) ((v ax) 0))) +("villamil" nil (((v iy) 0) ((l aa) 0) ((m iy l) 1))) +("villani" nil (((v iy) 0) ((l aa) 1) ((n iy) 0))) +("villano" nil (((v iy) 0) ((l aa) 1) ((n ow) 0))) +("villanova" nil (((v ih) 1) ((l ax) 0) ((n ow) 1) ((v ax) 0))) +("villanueva" nil (((v iy) 0) ((l aa n) 0) ((w eh) 1) ((v ax) 0))) +("villar" nil (((v ih) 1) ((l er) 0))) +("villard" nil (((v ih) 1) ((l er d) 0))) +("villareal" nil (((v ih) 0) ((l er) 0) ((iy) 0) ((aa l) 1))) +("villari" nil (((v iy) 0) ((l aa) 1) ((r iy) 0))) +("villarreal" nil (((v iy) 0) ((l aa) 0) ((r iy l) 1))) +("villars" nil (((v ih) 1) ((l er z) 0))) +("villas" nil (((v ih) 1) ((l ax z) 0))) +("villasana" nil (((v iy) 0) ((l aa) 0) ((s ae) 1) ((n ax) 0))) +("villasenor" nil (((v iy) 0) ((l aa) 0) ((s ey) 0) ((ax) 0) ((n ao r) 1))) +("villaverde" nil (((v iy) 0) ((l aa) 0) ((v eh r) 1) ((d iy) 0))) +("villavicencio" nil (((v ih) 1) ((l ax) 0) ((v ih) 0) ((s eh n) 1) ((s iy) 0) ((ow) 0))) +("ville" nil (((v ih l) 1))) +("villegas" nil (((v ih) 1) ((l ih) 0) ((g ax z) 0))) +("villela" nil (((v ih) 1) ((l ih) 0) ((l ax) 0))) +("villella" nil (((v iy) 0) ((l eh) 1) ((l ax) 0))) +("villeneuve" nil (((v ih) 1) ((l ih) 0) ((n uw v) 0))) +("villers" nil (((v ih) 1) ((l er z) 0))) +("villette" nil (((v ih) 0) ((l eh t) 1))) +("villiers" nil (((v ih) 1) ((l y er z) 0))) +("villines" nil (((v ih) 1) ((l ay n z) 1))) +("villwock" nil (((v ih l) 1) ((w ax k) 0))) +("vilma" nil (((v ih l) 1) ((m ax) 0))) +("vilnius" nil (((v ih l) 1) ((n iy) 0) ((ax s) 0))) +("viloria" nil (((v iy) 0) ((l ao) 1) ((r iy) 0) ((ax) 0))) +("vim" nil (((v ih m) 1))) +("vin" nil (((v ih n) 1))) +("vina" nil (((v iy) 1) ((n ax) 0))) +("vinal" nil (((v ay) 1) ((n ax l) 0))) +("vinca" nil (((v ih ng) 1) ((k ax) 0))) +("vince" nil (((v ih n s) 1))) +("vincelette" nil (((v ih n) 1) ((s ih) 0) ((l eh t) 0))) +("vincennes" nil (((v ih n) 1) ((s eh) 1) ((n ax s) 0))) +("vincent" nil (((v ih n) 1) ((s ax n t) 0))) +("vincente" nil (((v ih n) 0) ((ch eh n) 1) ((t iy) 0))) +("vincenti" nil (((v iy n) 0) ((ch eh n) 1) ((t iy) 0))) +("vincentia" nil (((v iy n) 0) ((ch eh n) 1) ((sh ax) 0))) +("vincenzo" nil (((v ih n) 0) ((s eh n) 1) ((z ow) 0))) +("vinci" nil (((v ih n) 1) ((s iy) 0))) +("vinciguerra" nil (((v iy n) 0) ((ch iy) 0) ((g eh) 1) ((r ax) 0))) +("vindicate" nil (((v ih n) 1) ((d ax) 0) ((k ey t) 0))) +("vindicated" nil (((v ih n) 1) ((d ax) 0) ((k ey) 0) ((t ih d) 0))) +("vindicates" nil (((v ih n) 1) ((d ih) 0) ((k ey t s) 1))) +("vindication" nil (((v ih n) 0) ((d ax) 0) ((k ey) 1) ((sh ax n) 0))) +("vindictive" nil (((v ih n) 0) ((d ih k) 1) ((t ih v) 0))) +("vindictiveness" nil (((v ih n) 0) ((d ih k) 1) ((t ih v) 0) ((n ax s) 0))) +("vine" nil (((v ay n) 1))) +("vinegar" nil (((v ih) 1) ((n ax) 0) ((g er) 0))) +("vinegars" nil (((v ih) 1) ((n ih) 0) ((g er z) 0))) +("vineland" nil (((v ay n) 1) ((l ax n d) 0))) +("viner" nil (((v ay) 1) ((n er) 0))) +("vines" nil (((v ay n z) 1))) +("vinet" nil (((v ih) 1) ((n ih t) 0))) +("viney" nil (((v ay) 1) ((n iy) 0))) +("vineyard" nil (((v ih) 1) ((n y er d) 0))) +("vineyards" nil (((v ih) 1) ((n y er d z) 0))) +("vingmed" nil (((v ih ng) 1) ((m eh d) 0))) +("vingo" nil (((v ih ng) 1) ((g ow) 0))) +("vinicio" nil (((v ih) 0) ((n ih) 1) ((s iy) 0) ((ow) 0))) +("vinik" nil (((v ih) 1) ((n ih k) 0))) +("vining" nil (((v ay) 1) ((n ih ng) 0))) +("vinita" nil (((v iy) 0) ((n iy) 1) ((t ax) 0))) +("vinje" nil (((v ih n jh) 1))) +("vink" nil (((v ih ng k) 1))) +("vinnie" nil (((v ih) 1) ((n iy) 0))) +("vinny" nil (((v ih) 1) ((n iy) 0))) +("vinocur" nil (((v ih) 1) ((n ax) 0) ((k er) 0))) +("vinsant" nil (((v iy n) 1) ((s ax n t) 0))) +("vinso" nil (((v ih n) 1) ((s ow) 0))) +("vinson" nil (((v ih n) 1) ((s ax n) 0))) +("vint" nil (((v ih n t) 1))) +("vintage" nil (((v ih n) 1) ((t ih jh) 0))) +("vintages" nil (((v ih n) 1) ((t ih) 0) ((jh ih z) 0))) +("vintner" nil (((v ih n t) 1) ((n er) 0))) +("vintners" nil (((v ih n t) 1) ((n er z) 0))) +("vinton" nil (((v ih n) 1) ((t ax n) 0))) +("vinyard" nil (((v ih) 1) ((n y er d) 0))) +("vinyl" nil (((v ay) 1) ((n ax l) 0))) +("vinzant" nil (((v ih n) 1) ((z ax n t) 0))) +("viola" nil (((v ay) 0) ((ow) 1) ((l ax) 0))) +("violante" nil (((v iy) 0) ((ow) 0) ((l aa n) 1) ((t iy) 0))) +("violas" nil (((v iy) 0) ((ow) 1) ((l ax z) 0))) +("violate" nil (((v ay) 1) ((ax) 0) ((l ey t) 0))) +("violated" nil (((v ay) 1) ((ax) 0) ((l ey) 0) ((t ih d) 0))) +("violates" nil (((v ay) 1) ((ax) 0) ((l ey t s) 0))) +("violating" nil (((v ay) 1) ((ax) 0) ((l ey) 0) ((t ih ng) 0))) +("violation" nil (((v ay) 0) ((ax) 0) ((l ey) 1) ((sh ax n) 0))) +("violations" nil (((v ay) 0) ((ax) 0) ((l ey) 1) ((sh ax n z) 0))) +("violator" nil (((v ay) 1) ((ax) 0) ((l ey) 1) ((t er) 0))) +("violators" nil (((v ay) 1) ((ax) 0) ((l ey) 0) ((t er z) 0))) +("viole" nil (((v ay) 1) ((ow l) 1))) +("violence" nil (((v ay) 1) ((ax) 0) ((l ax n s) 0))) +("violent" nil (((v ay) 1) ((ax) 0) ((l ax n t) 0))) +("violently" nil (((v ay) 1) ((ax) 0) ((l ax n t) 0) ((l iy) 0))) +("violet" nil (((v ay) 1) ((ax) 0) ((l ih t) 0))) +("violeta" nil (((v iy) 1) ((ow) 0) ((l eh) 1) ((t ax) 0))) +("violets" nil (((v ay) 1) ((ax) 0) ((l ax t s) 0))) +("violett" nil (((v ay) 1) ((ax) 0) ((l ax t) 0))) +("violetta" nil (((v iy) 0) ((ow) 0) ((l eh) 1) ((t ax) 0))) +("violette" nil (((v iy) 1) ((ow) 0) ((l eh t) 1))) +("violin" nil (((v ay) 0) ((ax) 0) ((l ih n) 1))) +("violinist" nil (((v ay) 0) ((ax) 0) ((l ih) 1) ((n ax s t) 0))) +("violins" nil (((v ay) 0) ((ax) 0) ((l ih n z) 1))) +("violist" nil (((v iy) 1) ((ow) 1) ((l ax s t) 0))) +("VIP" n (((v iy) 1) ((ay) 0) ((p iy) 1))) +("viper" nil (((v ay) 1) ((p er) 0))) +("vipers" nil (((v ay) 1) ((p er z) 0))) +("vipond" nil (((v ih) 1) ((p ax n d) 0))) +("vipont" nil (((v ih) 1) ((p aa n t) 1))) +("vipperman" nil (((v ih) 1) ((p er) 0) ((m ax n) 0))) +("virag" nil (((v ao) 1) ((r ax g) 0))) +("virago" nil (((v ih) 1) ((r ax) 0) ((g ow) 0))) +("viral" nil (((v ay) 1) ((r ax l) 0))) +("viramontes" nil (((v ih) 0) ((r aa) 0) ((m ow n) 1) ((t eh s) 0))) +("viratek" nil (((v ih) 1) ((r ax) 0) ((t eh k) 1))) +("viray" nil (((v ay) 1) ((r ey) 0))) +("virazole" nil (((v ih) 1) ((r ax) 0) ((z ow l) 1))) +("virco" nil (((v er) 1) ((k ow) 0))) +("virden" nil (((v er) 1) ((d ax n) 0))) +("viren" nil (((v ih) 1) ((r ax n) 0))) +("vires" nil (((v ay r z) 1))) +("virga" nil (((v er) 1) ((g ax) 0))) +("virge" nil (((v er jh) 1))) +("virgen" nil (((v er) 1) ((jh ax n) 0))) +("virgie" nil (((v er) 1) ((g iy) 0))) +("virgil" nil (((v er) 1) ((jh ax l) 0))) +("virgilio" nil (((v er) 0) ((jh ih) 1) ((l iy) 0) ((ow) 0))) +("virgin" nil (((v er) 1) ((jh ih n) 0))) +("virginal" nil (((v er) 1) ((jh ax) 0) ((n ax l) 0))) +("virginia" nil (((v er) 0) ((jh ih) 1) ((n y ax) 0))) +("virginian" nil (((v er) 0) ((jh ih) 1) ((n y ax n) 0))) +("virginians" nil (((v er) 0) ((jh ih) 1) ((n y ax n z) 0))) +("virginity" nil (((v er) 0) ((jh ih) 1) ((n ih) 0) ((t iy) 0))) +("virgins" nil (((v er) 1) ((jh ax n z) 0))) +("virgo" nil (((v er) 1) ((g ow) 0))) +("virgy" nil (((v er) 1) ((jh iy) 0))) +("viridis" nil (((v ao) 1) ((r ih) 0) ((d ih s) 0))) +("virile" nil (((v ih) 1) ((r ax l) 0))) +("virility" nil (((v er) 0) ((ih) 1) ((l ax) 0) ((t iy) 0))) +("virina" nil (((v ih) 0) ((r iy) 1) ((n ax) 0))) +("virkler" nil (((v er) 1) ((k ax) 0) ((l er) 0))) +("virna" nil (((v er) 1) ((n ax) 0))) +("virnig" nil (((v er) 1) ((n ih g) 0))) +("virological" nil (((v ay) 0) ((r ax) 0) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("virology" nil (((v ih) 0) ((r aa) 1) ((l ax) 0) ((jh iy) 0))) +("virts" nil (((v er t s) 1))) +("virtual" nil (((v er) 1) ((ch uw) 0) ((ax l) 0))) +("virtually" nil (((v er) 1) ((ch uw) 0) ((ax) 0) ((l iy) 0))) +("virtue" nil (((v er) 1) ((ch uw) 0))) +("virtues" nil (((v er) 1) ((ch uw z) 0))) +("virtuosity" nil (((v er) 0) ((ch uw) 0) ((aa) 1) ((s ih) 0) ((t iy) 0))) +("virtuoso" nil (((v er) 0) ((ch uw) 0) ((ow) 1) ((s ow) 0))) +("virtuous" nil (((v er) 1) ((ch uw) 0) ((ax s) 0))) +("virulence" nil (((v ih) 1) ((r ax) 0) ((l ax n s) 0))) +("virulent" nil (((v ih) 1) ((r ax) 0) ((l ax n t) 0))) +("virulently" nil (((v ih) 1) ((r ax) 0) ((l ax n t) 0) ((l iy) 0))) +("virus" nil (((v ay) 1) ((r ax s) 0))) +("viruses" nil (((v ay) 1) ((r ax) 0) ((s ax z) 0))) +("virzi" nil (((v ih r) 1) ((z iy) 0))) +("vis" nil (((v ih s) 1))) +("visa" nil (((v iy) 1) ((z ax) 0))) +("visage" nil (((v ih) 1) ((z ax jh) 0))) +("visas" nil (((v iy) 1) ((z ax z) 0))) +("viscardi" nil (((v iy) 0) ((s k aa r) 1) ((d iy) 0))) +("visceral" nil (((v ih) 1) ((s er) 0) ((ax l) 0))) +("viscerally" nil (((v ih) 1) ((s er) 0) ((ax) 0) ((l iy) 0))) +("visclosky" nil (((v ih) 0) ((s k l ao) 1) ((s k iy) 0))) +("visco" nil (((v iy) 1) ((s k ow) 0))) +("viscomi" nil (((v iy) 0) ((s k ow) 1) ((m iy) 0))) +("visconti" nil (((v iy) 0) ((s k ow n) 1) ((t iy) 0))) +("viscosity" nil (((v ih) 0) ((s k aa) 1) ((s ax) 0) ((t iy) 0))) +("viscous" nil (((v ih) 1) ((s k ax s) 0))) +("viscusi" nil (((v iy) 0) ((s k uw) 1) ((s iy) 0))) +("viscuso" nil (((v iy) 0) ((s k uw) 1) ((s ow) 0))) +("vise" nil (((v ay s) 1))) +("vishay" nil (((v ih) 1) ((sh ey) 0))) +("visibility" nil (((v ih) 1) ((z ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("visible" nil (((v ih) 1) ((z ax) 0) ((b ax l) 0))) +("visibly" nil (((v ih) 1) ((z ax) 0) ((b l iy) 0))) +("visicalc" nil (((v ih) 1) ((z ih) 0) ((k ae l k) 1))) +("visigoths" nil (((v ih) 1) ((z ax) 0) ((g aa th s) 0))) +("vision" nil (((v ih) 1) ((zh ax n) 0))) +("visionaries" nil (((v ih) 1) ((zh ax) 0) ((n eh) 0) ((r iy z) 0))) +("visionary" nil (((v ih) 1) ((zh ax) 0) ((n eh) 1) ((r iy) 0))) +("visions" nil (((v ih) 1) ((zh ax n z) 0))) +("visit" nil (((v ih) 1) ((z ax t) 0))) +("visitation" nil (((v ih) 1) ((z ax) 0) ((t ey) 1) ((sh ax n) 0))) +("visited" nil (((v ih) 1) ((z ax) 0) ((t ax d) 0))) +("visiting" nil (((v ih) 1) ((z ax) 0) ((t ih ng) 0))) +("visitor" nil (((v ih) 1) ((z ax) 0) ((t er) 0))) +("visitors" nil (((v ih) 1) ((z ax) 0) ((t er z) 0))) +("visits" nil (((v ih) 1) ((z ax t s) 0))) +("visnic" nil (((v ih) 1) ((s n ih ch) 0))) +("visors" nil (((v ih) 1) ((z er z) 0))) +("visscher" nil (((v ih) 1) ((sh er) 0))) +("visser" nil (((v ih) 1) ((s er) 0))) +("vista" nil (((v ih) 1) ((s t ax) 0))) +("vistas" nil (((v ih) 1) ((s t ax z) 0))) +("visual" nil (((v ih) 1) ((zh ax) 0) ((w ax l) 0))) +("visualization" nil (((v ih zh) 1) ((w ax) 0) ((l ax) 0) ((z ey) 1) ((sh ax n) 0))) +("visualize" nil (((v ih zh) 1) ((w ax) 0) ((l ay z) 1))) +("visualizing" nil (((v ih zh) 1) ((w ax) 0) ((l ay) 1) ((z ih ng) 0))) +("visually" nil (((v ih zh) 1) ((w ax) 0) ((l iy) 0))) +("visuals" nil (((v ih zh) 1) ((w ax l z) 0))) +("visx" nil (((v ih) 1) ((s eh k s) 1))) +("vita" nil (((v ay) 1) ((t ax) 0))) +("vitagliano" nil (((v iy) 0) ((t aa) 0) ((g l iy) 0) ((aa) 1) ((n ow) 0))) +("vital" nil (((v ay) 1) ((t ax l) 0))) +("vitale" nil (((v ih) 0) ((t ae) 1) ((l iy) 0))) +("vitali" nil (((v iy) 0) ((t aa) 1) ((l iy) 0))) +("vitalink" nil (((v ay) 1) ((t ax) 0) ((l ih ng k) 1))) +("vitality" nil (((v ay) 0) ((t ae) 1) ((l ax) 0) ((t iy) 0))) +("vitally" nil (((v ay) 1) ((t ax) 0) ((l iy) 0))) +("vitaly" nil (((v ax) 0) ((t ae) 1) ((l iy) 0))) +("vitamin" nil (((v ay) 1) ((t ax) 0) ((m ax n) 0))) +("vitamins" nil (((v ay) 1) ((t ax) 0) ((m ax n z) 0))) +("vitanza" nil (((v ih) 0) ((t ae n) 1) ((z ax) 0))) +("vitarine" nil (((v ih) 1) ((t er) 0) ((iy n) 1))) +("vitek" nil (((v ih) 1) ((t eh k) 0))) +("vitelli" nil (((v ih) 0) ((t eh) 1) ((l iy) 0))) +("vitello" nil (((v ih) 0) ((t eh) 1) ((l ow) 0))) +("viti" nil (((v iy) 1) ((t iy) 0))) +("vitia" nil (((v iy) 1) ((sh ax) 0))) +("vitiello" nil (((v iy) 0) ((t iy) 0) ((eh) 1) ((l ow) 0))) +("vitner" nil (((v ih t) 1) ((n er) 0))) +("vito" nil (((v iy) 1) ((t ow) 0))) +("vitolo" nil (((v iy) 0) ((t ow) 1) ((l ow) 0))) +("vitramon" nil (((v ih) 1) ((t r ax) 0) ((m aa n) 0))) +("vitrano" nil (((v iy) 0) ((t r aa) 1) ((n ow) 0))) +("vitreous" nil (((v ih) 1) ((t r iy) 0) ((ax s) 0))) +("vitric" nil (((v ih) 1) ((t r ih k) 0))) +("vitriol" nil (((v ih) 1) ((t r iy) 0) ((ax l) 0))) +("vitriolic" nil (((v ih) 1) ((t r iy) 0) ((aa) 1) ((l ih k) 0))) +("vitro" nil (((v ih) 1) ((t r ow) 0))) +("vitronics" nil (((v ay) 1) ((t r aa) 1) ((n ih k s) 0))) +("vitruvius" nil (((v ih) 0) ((t r uw) 1) ((v iy) 0) ((ax s) 0))) +("vitry" nil (((v ih) 1) ((t r iy) 0))) +("vitt" nil (((v ih t) 1))) +("vittetoe" nil (((v ih) 1) ((t ih) 0) ((t ow) 0))) +("vittitow" nil (((v ih) 1) ((t ih) 0) ((t ow) 0))) +("vittles" nil (((v ih) 1) ((t ax l z) 0))) +("vittoria" nil (((v ih) 0) ((t ao) 1) ((r iy) 0) ((ax) 0))) +("vittorio" nil (((v iy) 0) ((t ao) 1) ((r iy) 0) ((ow) 0))) +("vitucci" nil (((v iy) 0) ((t uw) 1) ((ch iy) 0))) +("vitulli" nil (((v iy) 0) ((t uw) 1) ((l iy) 0))) +("vitullo" nil (((v iy) 0) ((t uw) 1) ((l ow) 0))) +("viv" nil (((v ih v) 1))) +("viva" nil (((v iy) 1) ((v ax) 0))) +("vivacious" nil (((v ax) 0) ((v ey) 1) ((sh ax s) 0))) +("vivaldi" nil (((v ih) 0) ((v aa l) 1) ((d iy) 0))) +("vivas" nil (((v iy) 1) ((v ax z) 0))) +("viveiros" nil (((v iy) 0) ((v ih) 1) ((r ow z) 0))) +("vivendi" nil (((v ih) 0) ((v eh n) 1) ((d iy) 0))) +("viverette" nil (((v ih) 1) ((v er) 0) ((eh t) 1))) +("viveros" nil (((v iy) 0) ((v eh) 1) ((r ow z) 0))) +("vives" nil (((v ay v z) 1))) +("vivian" nil (((v ih) 1) ((v iy) 0) ((ax n) 0))) +("viviana" nil (((v ih) 0) ((v iy) 0) ((ae) 1) ((n ax) 0))) +("viviani" nil (((v iy) 1) ((v iy) 0) ((aa) 1) ((n iy) 0))) +("viviano" nil (((v iy) 1) ((v iy) 0) ((aa) 1) ((n ow) 0))) +("vivid" nil (((v ih) 1) ((v ax d) 0))) +("vividly" nil (((v ih) 1) ((v ax d) 0) ((l iy) 0))) +("vividness" nil (((v ih) 1) ((v ax d) 0) ((n ax s) 0))) +("vivie" nil (((v ih) 1) ((v iy) 0))) +("vivien" nil (((v ih) 1) ((v iy) 0) ((ax n) 0))) +("vivienne" nil (((v ih) 1) ((v iy) 0) ((ax n) 0))) +("vivier" nil (((v ay) 1) ((v iy) 0) ((er) 0))) +("viviparous" nil (((v ay) 0) ((v ih) 1) ((p er) 0) ((ax s) 0))) +("vivo" nil (((v iy) 1) ((v ow) 0))) +("vivona" nil (((v iy) 0) ((v ow) 1) ((n ax) 0))) +("vivra" nil (((v iy) 1) ((v r ax) 0))) +("vivyan" nil (((v iy) 0) ((v y aa n) 1))) +("vixen" nil (((v ih k) 1) ((s ih n) 0))) +("viyella" nil (((v ih) 0) ((y eh) 1) ((l ax) 0))) +("vizcaino" nil (((v iy z) 0) ((k aa) 0) ((iy) 1) ((n ow) 0))) +("vizcarra" nil (((v iy z) 0) ((k aa) 1) ((r ax) 0))) +("vizcaya" nil (((v ih z) 0) ((k ay) 1) ((ax) 0))) +("vizzini" nil (((v iy t) 0) ((s iy) 1) ((n iy) 0))) +("vlach" nil (((v l ae ch) 1))) +("vlachos" nil (((v l ey) 1) ((k ow s) 0))) +("vlad" nil (((v l ae d) 1))) +("vladeck" nil (((v l ae) 1) ((d eh k) 0))) +("vladimir" nil (((v l ae) 1) ((d ax) 0) ((m ih r) 0))) +("vladislav" nil (((v l ae) 1) ((d ax) 0) ((s l aa v) 0))) +("vladivostok" nil (((v l ae) 1) ((d ih) 0) ((v ao) 1) ((s t aa k) 0))) +("vlahakis" nil (((v l ah) 1) ((hh ao) 1) ((k ih s) 0))) +("vlahos" nil (((v l aa) 1) ((hh ow s) 0))) +("vlasak" nil (((v l aa) 1) ((s ax k) 0))) +("vlasic" nil (((v l ae) 1) ((z ih k) 0))) +("vlcek" nil (((v l eh) 1) ((s ih k) 0))) +("vliet" nil (((v l iy t) 1))) +("vlok" nil (((v l aa k) 1))) +("vnesheconombank" nil (((v ax) 0) ((n eh) 1) ((sh ax) 0) ((k aa) 1) ((n ax m) 0) ((b ae ng k) 1))) +("vo" nil (((v ow) 1))) +("vobis" nil (((v ow) 1) ((b ax s) 0))) +("vocabulary" nil (((v ow) 0) ((k ae) 1) ((b y ax) 0) ((l eh) 1) ((r iy) 0))) +("vocal" nil (((v ow) 1) ((k ax l) 0))) +("vocalist" nil (((v ow) 1) ((k ax) 0) ((l ih s t) 0))) +("vocally" nil (((v ow) 1) ((k ax) 0) ((l iy) 0))) +("vocals" nil (((v ow) 1) ((k ax l z) 0))) +("vocaltec" nil (((v ow) 1) ((k ax l) 0) ((t eh k) 1))) +("vocation" nil (((v ow) 0) ((k ey) 1) ((sh ax n) 0))) +("vocational" nil (((v ow) 0) ((k ey) 1) ((sh ax) 0) ((n ax l) 0))) +("vocations" nil (((v ow) 0) ((k ey) 1) ((sh ax n z) 0))) +("voce" n (((v ao) 1) ((k ax) 0))) +("vociferous" nil (((v ow) 0) ((s ih) 1) ((f er) 0) ((ax s) 0))) +("vociferously" nil (((v ax) 0) ((s ih) 1) ((f er) 0) ((ax) 0) ((s l iy) 0))) +("vocke" nil (((v aa k) 1))) +("vocs" nil (((v aa k s) 1))) +("vodafone" nil (((v ow) 1) ((d ax) 0) ((f ow n) 1))) +("vodavi" nil (((v ow) 0) ((d aa) 1) ((v iy) 0))) +("vodicka" nil (((v aa) 1) ((d ih) 0) ((k ax) 0))) +("vodka" nil (((v aa d) 1) ((k ax) 0))) +("vodkas" nil (((v aa d) 1) ((k ax z) 0))) +("voegele" nil (((v ow) 1) ((g ax l) 0))) +("voegeli" nil (((v ow) 1) ((g ih) 0) ((l iy) 0))) +("voelkel" nil (((v ow l) 1) ((k ax l) 0))) +("voelker" nil (((v ow l) 1) ((k er) 0))) +("voell" nil (((v ow l) 1))) +("voeller" nil (((v ow) 1) ((l er) 0))) +("voeltz" nil (((v ow l t s) 1))) +("voelz" nil (((v ow l z) 1))) +("voest" nil (((v ow s t) 1))) +("vogan" nil (((v ow) 1) ((g ax n) 0))) +("voge" nil (((v ow jh) 1))) +("vogel" nil (((v ow) 1) ((g ax l) 0))) +("vogeler" nil (((v ow) 1) ((g ax) 0) ((l er) 0))) +("vogelgesang" nil (((v aa) 1) ((g ih l) 0) ((g ih) 0) ((s ax ng) 0))) +("vogelpohl" nil (((v aa) 1) ((g ih l) 0) ((p ow l) 0))) +("vogels" nil (((v ow) 1) ((g ax l z) 0))) +("vogelsang" nil (((v aa) 1) ((g ih l) 0) ((s ax ng) 0))) +("vogelsong" nil (((v aa) 1) ((g ih l) 0) ((s ao ng) 0))) +("vogelstein" nil (((v ow) 1) ((g ax l) 0) ((s t iy n) 1))) +("voges" nil (((v ow) 1) ((jh ih z) 0))) +("voght" nil (((v aa t) 1))) +("vogl" nil (((v aa) 1) ((g ax l) 0))) +("vogler" nil (((v ow) 1) ((g l er) 0))) +("vogt" nil (((v ow t) 1))) +("vogtle" nil (((v aa g) 1) ((t ax l) 0))) +("vogue" nil (((v ow g) 1))) +("vohs" nil (((v aa s) 1))) +("voice" nil (((v oy s) 1))) +("voiced" nil (((v oy s t) 1))) +("voiceless" nil (((v oy) 1) ((s l ax s) 0))) +("voicemail" nil (((v oy) 1) ((s m ey l) 1))) +("voiceover" nil (((v oy) 1) ((s ow) 1) ((v er) 0))) +("voices" nil (((v oy) 1) ((s ax z) 0))) +("voiceworks" nil (((v oy) 1) ((s w er k s) 1))) +("voicing" nil (((v oy) 1) ((s ih ng) 0))) +("void" nil (((v oy d) 1))) +("voided" nil (((v oy) 1) ((d ih d) 0))) +("voiding" nil (((v oy) 1) ((d ih ng) 0))) +("voids" nil (((v oy d z) 1))) +("voight" nil (((v oy t) 1))) +("voigt" nil (((v oy g t) 1))) +("voigts" nil (((v oy g t s) 1))) +("voila" nil (((v) 0) ((w aa) 1) ((l aa) 1))) +("voiles" nil (((v oy l z) 1))) +("voinovich" nil (((v oy) 1) ((n ax) 0) ((v ih ch) 0))) +("voir" nil (((v) 0) ((w aa r) 1))) +("voisey" nil (((v) 0) ((w aa) 1) ((s ey) 1))) +("voisin" nil (((v oy) 0) ((z ae n) 1))) +("voisine" nil (((v oy) 0) ((z iy n) 1))) +("voit" nil (((v oy t) 1))) +("vojta" nil (((v oy) 1) ((t ah) 1))) +("vokes" nil (((v ow k s) 1))) +("VOL" n (((v ao l) 1))) +("voland" nil (((v aa) 1) ((l ax n d) 0))) +("volante" nil (((v ow) 0) ((l aa n) 1) ((t ey) 0))) +("volatile" nil (((v aa) 1) ((l ax) 0) ((t ax l) 0))) +("volatility" nil (((v aa) 1) ((l ax) 0) ((t ih) 1) ((l ax) 0) ((t iy) 0))) +("volberding" nil (((v ow l) 1) ((b er) 0) ((d ih ng) 0))) +("volcanic" nil (((v aa l) 0) ((k ae) 1) ((n ih k) 0))) +("volcanically" nil (((v aa l) 0) ((k ae) 1) ((n ih) 0) ((k l iy) 0))) +("volcano" nil (((v aa l) 0) ((k ey) 1) ((n ow) 0))) +("volcanoes" nil (((v aa l) 0) ((k ey) 1) ((n ow z) 0))) +("volcanos" nil (((v aa l) 0) ((k ey) 1) ((n ow z) 0))) +("volcker" nil (((v ow l) 1) ((k er) 0))) +("vold" nil (((v ow l d) 1))) +("volden" nil (((v ow l) 1) ((d ax n) 0))) +("volentine" nil (((v ow) 0) ((l eh n) 0) ((t iy) 1) ((n iy) 0))) +("voles" nil (((v ow l z) 1))) +("voleta" nil (((v ow) 0) ((l eh) 1) ((t ax) 0))) +("volga" nil (((v aa l) 1) ((g ax) 0))) +("volgograd" nil (((v ow l) 1) ((g ow) 0) ((g r ae d) 1))) +("volin" nil (((v ow) 1) ((l ih n) 0))) +("volio" nil (((v ow) 1) ((l iy) 0) ((ow) 0))) +("volition" nil (((v ow) 0) ((l ih) 1) ((sh ax n) 0))) +("volk" nil (((v ow l k) 1))) +("volker" nil (((v ow l) 1) ((k er) 0))) +("volkers" nil (((v ow l) 1) ((k er z) 0))) +("volkert" nil (((v ow l) 1) ((k er t) 0))) +("volkman" nil (((v ow l k) 1) ((m ax n) 0))) +("volkmann" nil (((v ow l k) 1) ((m ax n) 0))) +("volkmar" nil (((v ow l k) 1) ((m er) 0))) +("volkmer" nil (((v ow l k) 1) ((m er) 0))) +("volksbank" nil (((v ow l k s) 1) ((b ae ng k) 1))) +("volksfuersorge" nil (((v ow l k s) 0) ((f y uw r) 1) ((s ao r jh) 0))) +("volkswagen" nil (((v ow l k) 1) ((s w ae) 1) ((g ax n) 0))) +("volkswagens" nil (((v ow l k) 1) ((s w ae) 1) ((g ax n z) 0))) +("voll" nil (((v aa l) 1))) +("volland" nil (((v aa) 1) ((l ax n d) 0))) +("vollbrecht" nil (((v aa l) 1) ((b r ih k t) 0))) +("volle" nil (((v aa l) 1))) +("vollenweider" nil (((v aa) 1) ((l ih n) 0) ((w ay) 0) ((d er) 0))) +("voller" nil (((v aa) 1) ((l er) 0))) +("volley" nil (((v aa) 1) ((l iy) 0))) +("volleyball" nil (((v aa) 1) ((l iy) 0) ((b ao l) 1))) +("volleys" nil (((v aa) 1) ((l iy z) 0))) +("vollman" nil (((v aa l) 1) ((m ax n) 0))) +("vollmar" nil (((v aa l) 1) ((m er) 0))) +("vollmer" nil (((v aa l) 1) ((m er) 0))) +("vollrath" nil (((v aa l) 1) ((r ax th) 0))) +("volmer" nil (((v ow l) 1) ((m er) 0))) +("volner" nil (((v ow l) 1) ((n er) 0))) +("volney" nil (((v ow l) 1) ((n iy) 0))) +("volokh" nil (((v aa) 1) ((l aa k) 0))) +("volpe" nil (((v ow l p) 1))) +("volpi" nil (((v ow l) 1) ((p iy) 0))) +("volpicella" nil (((v ow l) 1) ((p ih) 0) ((s eh) 1) ((l ax) 0))) +("volt" nil (((v ow l t) 1))) +("volta" nil (((v ow l) 1) ((t ax) 0))) +("voltage" nil (((v ow l) 1) ((t ax jh) 0))) +("voltages" nil (((v ow l) 1) ((t ax) 0) ((jh ax z) 0))) +("voltaire" nil (((v ow l) 0) ((t eh r) 1))) +("voltaren" nil (((v ow l) 1) ((t er) 0) ((ax n) 0))) +("volts" nil (((v ow l t s) 1))) +("voltz" nil (((v ow l t s) 1))) +("voluble" nil (((v aa) 1) ((l y ax) 0) ((b ax l) 0))) +("volume" nil (((v aa) 1) ((l y uw m) 0))) +("volumes" nil (((v aa) 1) ((l y uw m z) 0))) +("voluminous" nil (((v ax) 0) ((l uw) 1) ((m ax) 0) ((n ax s) 0))) +("voluntarily" nil (((v aa) 1) ((l ax n) 0) ((t eh) 1) ((r ax) 0) ((l iy) 0))) +("voluntarism" nil (((v ow) 0) ((l ah n) 1) ((t er) 0) ((ih) 1) ((z ax m) 0))) +("voluntary" nil (((v aa) 1) ((l ax n) 0) ((t eh) 0) ((r iy) 0))) +("volunteer" nil (((v aa) 1) ((l ax n) 0) ((t ih r) 1))) +("volunteered" nil (((v aa) 1) ((l ax n) 0) ((t ih r d) 1))) +("volunteering" nil (((v ao) 1) ((l ax n) 0) ((t ih) 1) ((r ih ng) 0))) +("volunteerism" n (((v ao) 1) ((l ax n) 0) ((t iy) 1) ((r ax) 0) ((z ax m) 0))) +("volunteers" nil (((v aa) 1) ((l ax n) 0) ((t ih r z) 1))) +("voluptuous" nil (((v ax) 0) ((l ah p) 1) ((ch ax) 0) ((w ax s) 0))) +("volvo" nil (((v ow l) 1) ((v ow) 0))) +("volvos" nil (((v ao l) 1) ((v ow z) 0))) +("volvovitz" nil (((v ow l) 1) ((v ax) 0) ((v ih t s) 0))) +("volvox" nil (((v aa l) 1) ((v aa k s) 0))) +("volz" nil (((v ow l z) 1))) +("vomit" nil (((v aa) 1) ((m ax t) 0))) +("vomiting" nil (((v aa) 1) ((m ax) 0) ((t ih ng) 0))) +("von" nil (((v ao n) 1))) +("vona" nil (((v ow) 1) ((n ax) 0))) +("vonada" nil (((v ow) 0) ((n aa) 1) ((d ax) 0))) +("vonallmen" nil (((v aa) 1) ((n ax l) 0) ((m eh n) 0))) +("vonarx" nil (((v ax) 0) ((n aa r k s) 1))) +("vonbargen" nil (((v aa n) 1) ((b aa r) 1) ((g ax n) 0))) +("vonbehren" nil (((v aa n) 1) ((b ih) 1) ((r ax n) 0))) +("vonbergen" nil (((v aa n) 1) ((b er) 1) ((g ax n) 0))) +("voncannon" nil (((v aa n) 1) ((k ae) 1) ((n ax n) 0))) +("vonder" nil (((v aa n) 1) ((d er) 0))) +("vonderhaar" nil (((v aa n) 1) ((d er) 0) ((hh aa r) 1))) +("vonderheide" nil (((v aa n) 1) ((d er) 0) ((hh ay d) 1))) +("vondra" nil (((v aa n) 1) ((d r ax) 0))) +("vondracek" nil (((v aa n) 1) ((d r ax) 0) ((s ih k) 0))) +("vondrak" nil (((v aa n) 1) ((d r ax k) 0))) +("vondrasek" nil (((v ax n) 0) ((d r aa) 1) ((s eh k) 0))) +("vonfeldt" nil (((v aa n) 1) ((f ih l t) 0))) +("vong" nil (((v ao ng) 1))) +("vongunten" nil (((v aa ng) 1) ((g ax n) 0) ((t ax n) 0))) +("vonk" nil (((v aa ng k) 1))) +("vonnegut" nil (((v aa) 1) ((n ax) 0) ((g ax t) 0))) +("vonnie" nil (((v aa) 1) ((n iy) 0))) +("vonny" nil (((v aa) 1) ((n iy) 0))) +("vonruden" nil (((v aa n) 1) ((r uw) 0) ((d ax n) 0))) +("vons" nil (((v aa n z) 1))) +("vonseggern" nil (((v aa n) 1) ((s ih) 0) ((g er n) 0))) +("vonstein" nil (((v aa n) 1) ((s t ay n) 0))) +("vontobel" nil (((v aa n) 1) ((t ow) 1) ((b ax l) 0))) +("voodoo" nil (((v uw) 1) ((d uw) 1))) +("voorhees" nil (((v uh r) 1) ((hh iy z) 0))) +("voorheis" nil (((v uh r) 1) ((hh ay z) 0))) +("voorhies" nil (((v uh r) 1) ((hh iy z) 0))) +("voorhis" nil (((v uh r) 1) ((hh ih s) 0))) +("vora" nil (((v ao) 1) ((r ax) 0))) +("voracious" nil (((v ao) 0) ((r ey) 1) ((sh ax s) 0))) +("vorce" nil (((v ao r s) 1))) +("vore" nil (((v ao r) 1))) +("vorhauer" nil (((v ao r) 1) ((hh aw r) 1))) +("vorhees" nil (((v ao r) 1) ((hh iy z) 0))) +("vorhies" nil (((v ao r) 1) ((hh iy z) 0))) +("voris" nil (((v ao) 1) ((r ih s) 0))) +("vornado" nil (((v ao r) 1) ((n aa) 1) ((d ow) 0))) +("vorndran" nil (((v ao r n) 1) ((d r ax n) 0))) +("vorontsov" nil (((v ao) 0) ((r aa n t) 1) ((s aa v) 1))) +("voros" nil (((v ao) 1) ((r ow z) 0))) +("vorpahl" nil (((v ao r) 1) ((p aa l) 0))) +("vortec" nil (((v ao r) 1) ((t eh k) 1))) +("vortex" nil (((v ao r) 1) ((t eh k s) 0))) +("vorwald" nil (((v ao r) 1) ((w ao l d) 0))) +("vorwerk" nil (((v ao r) 1) ((w er k) 0))) +("vos" nil (((v aa s) 1))) +("vosberg" nil (((v aa s) 1) ((b er g) 0))) +("vosburg" nil (((v aa s) 1) ((b er g) 0))) +("vosburgh" nil (((v aa s) 1) ((b er g) 0))) +("vose" nil (((v ow z) 1))) +("voshell" nil (((v aa) 1) ((sh ax l) 0))) +("vosler" nil (((v aa) 1) ((s ax) 0) ((l er) 0))) +("voss" nil (((v ao s) 1))) +("vossen" nil (((v ao) 1) ((s ax n) 0))) +("vossler" nil (((v aa) 1) ((s ax) 0) ((l er) 0))) +("votava" nil (((v ow) 0) ((t aa) 1) ((v ax) 0))) +("votaw" nil (((v ow) 1) ((t ao) 0))) +("vote" nil (((v ow t) 1))) +("voted" nil (((v ow) 1) ((t ax d) 0))) +("voter" nil (((v ow) 1) ((t er) 0))) +("voters" nil (((v ow) 1) ((t er z) 0))) +("votes" nil (((v ow t s) 1))) +("voth" nil (((v aa th) 1))) +("voting" nil (((v ow) 1) ((t ih ng) 0))) +("votrax" nil (((v aa) 1) ((t r ae k s) 0))) +("votruba" nil (((v ax) 0) ((t r uw) 1) ((b ax) 0))) +("vouch" nil (((v aw ch) 1))) +("vouched" nil (((v aw ch t) 1))) +("voucher" nil (((v aw) 1) ((ch er) 0))) +("vouchers" nil (((v aw) 1) ((ch er z) 0))) +("vought" nil (((v ao t) 1))) +("voute" nil (((v uw t) 1))) +("vow" nil (((v aw) 1))) +("vowed" nil (((v aw d) 1))) +("vowel" nil (((v aw) 1) ((ax l) 0))) +("vowell" nil (((v aa) 1) ((w eh l) 0))) +("vowels" nil (((v aw) 1) ((ax l z) 0))) +("vowing" nil (((v aw) 1) ((ih ng) 0))) +("vowles" nil (((v aw) 1) ((ax l z) 0))) +("vows" nil (((v aw z) 1))) +("vox" nil (((v aa k s) 1))) +("voyage" nil (((v oy) 1) ((ax jh) 0))) +("voyaged" nil (((v oy) 1) ((ax jh d) 0))) +("voyager" nil (((v oy) 1) ((ax) 0) ((jh er) 0))) +("voyagers" nil (((v oy) 1) ((ih) 0) ((jh er z) 0))) +("voyages" nil (((v oy) 1) ((ax) 0) ((jh ax z) 0))) +("voyer" nil (((v oy) 1) ((er) 0))) +("voyeur" nil (((v oy) 1) ((y uw r) 1))) +("voyeurism" nil (((v oy) 1) ((y uw) 1) ((r ih) 0) ((z ax m) 0))) +("voyles" nil (((v oy l z) 1))) +("voytek" nil (((v oy) 1) ((t ih k) 0))) +("voytko" nil (((v oy t) 1) ((k ow) 0))) +("vrabel" nil (((v r ae) 1) ((b ax l) 0))) +("vradenburg" nil (((v r ey) 1) ((d ax n) 0) ((b er g) 0))) +("vrain" nil (((v r ey n) 1))) +("vrana" nil (((v r ae) 1) ((n ax) 0))) +("vranesevic" nil (((v r aa) 1) ((n ax) 0) ((s eh) 1) ((v ih ch) 0))) +("vranitzky" nil (((v r ax) 0) ((n ih t) 1) ((s k iy) 1))) +("vranos" nil (((v r aa) 1) ((n ow s) 0))) +("vrba" nil (((v er) 1) ((b aa) 1))) +("vrdolyak" nil (((v er) 0) ((d ow) 1) ((l iy) 0) ((ae k) 0))) +("vredenburg" nil (((v r iy) 1) ((d ax n) 0) ((b er g) 0))) +("vreeland" nil (((v r iy) 1) ((l ax n d) 0))) +("vremya" nil (((v r eh) 1) ((m iy) 0) ((ax) 0))) +("vries" nil (((v r iy z) 1))) +("vroman" nil (((v r ow) 1) ((m ax n) 0))) +("vroom" nil (((v r uw m) 1))) +("vrooman" nil (((v r uw) 1) ((m ax n) 0))) +("vs" nil (((v er) 1) ((s ax z) 0))) +("vsel" nil (((v iy) 1) ((s eh l) 1))) +("vu" nil (((v uw) 1))) +("vue" nil (((v y uw) 1))) +("vuitton" nil (((v uw) 1) ((t ax n) 0))) +("vukelich" nil (((v ax) 0) ((k eh) 1) ((l ih hh) 0))) +("vukovich" nil (((v y uw) 1) ((k ax) 0) ((v ih ch) 0))) +("vulcan" nil (((v ah l) 1) ((k ax n) 0))) +("vulcans" nil (((v ah l) 1) ((k ax n z) 0))) +("vulgamore" nil (((v ah l) 1) ((g ax) 0) ((m ao r) 0))) +("vulgar" nil (((v ah l) 1) ((g er) 0))) +("vulgarity" nil (((v ax l) 0) ((g eh) 1) ((r ih) 0) ((t iy) 0))) +("vulgarization" nil (((v ah l) 1) ((g er) 0) ((ih) 0) ((z ey) 1) ((sh ax n) 0))) +("vullo" nil (((v uw) 1) ((l ow) 0))) +("vulnerabilities" nil (((v ah l) 1) ((n er) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy z) 0))) +("vulnerability" nil (((v ah l) 1) ((n er) 0) ((ax) 0) ((b ih) 1) ((l ih) 0) ((t iy) 0))) +("vulnerable" nil (((v ah l) 1) ((n er) 0) ((ax) 0) ((b ax l) 0))) +("vultaggio" nil (((v uw l) 0) ((t aa) 1) ((jh iy) 0) ((ow) 0))) +("vulture" nil (((v ah l) 1) ((ch er) 0))) +("vultures" nil (((v ah l) 1) ((ch er z) 0))) +("vuncannon" nil (((v ah n) 1) ((k ax) 0) ((n aa n) 0))) +("vuolo" nil (((v uw) 0) ((ow) 1) ((l ow) 0))) +("vuong" nil (((v uw) 0) ((ao ng) 1))) +("VWO" nil (((v iy) 1) ((d ah b) 1) ((l y uw) 0) ((ow) 1))) +("VWOs" nil (((v iy) 1) ((d ah b) 1) ((l y uw) 0) ((ow z) 1))) +("vyacheslav" nil (((v y aa) 1) ((ch ax) 0) ((s l aa v) 0))) +("vyas" nil (((v y aa s) 1))) +("vying" nil (((v ay) 1) ((ih ng) 0))) +("w" nil (((d ah) 1) ((b ax) 0) ((l y uw) 0))) +("wa" nil (((w aa) 1))) +("waack" nil (((w aa k) 1))) +("waag" nil (((w aa g) 1))) +("waage" nil (((w aa) 1) ((ih jh) 0))) +("waal" nil (((w aa l) 1))) +("waara" nil (((w aa) 1) ((r ax) 0))) +("waas" nil (((w aa z) 1))) +("wabash" nil (((w ao) 1) ((b ae sh) 0))) +("wace" nil (((w ey s) 1))) +("wach" nil (((w ao ch) 1))) +("wacha" nil (((w aa) 1) ((ch ax) 0))) +("wachholz" nil (((w ao k) 1) ((hh ow l z) 0))) +("wachner" nil (((w ae k) 1) ((n er) 0))) +("wachob" nil (((w ao) 1) ((k ax b) 0))) +("wachovia" nil (((w aa) 0) ((ch ow) 1) ((v iy) 0) ((ax) 0))) +("wachowiak" nil (((v ax) 0) ((hh aw) 1) ((iy) 0) ((ae k) 0))) +("wachowski" nil (((v ax) 0) ((hh ao f) 1) ((s k iy) 0))) +("wachs" nil (((w ao k s) 1))) +("wachsman" nil (((w ao k) 1) ((s m ax n) 0))) +("wachsmuth" nil (((w ao k) 1) ((s m uh th) 0))) +("wachtel" nil (((w ao) 1) ((ch ax l) 0))) +("wachtell" nil (((w aa k) 0) ((t eh l) 1))) +("wachter" nil (((w ao k) 1) ((t er) 0))) +("wachtler" nil (((w ae k t) 1) ((l er) 0))) +("wack" nil (((w ae k) 1))) +("wackenhut" nil (((w aa) 1) ((k ax n) 0) ((hh ah t) 1))) +("wacker" nil (((w ae) 1) ((k er) 0))) +("wackerle" nil (((w ae) 1) ((k er) 0) ((ax l) 0))) +("wacko" nil (((w aa) 1) ((k ow) 0))) +("wacksman" nil (((w ae k) 1) ((s m ax n) 0))) +("wacky" nil (((w ae) 1) ((k iy) 0))) +("waco" nil (((w ey) 1) ((k ow) 0))) +("wactlar" nil (((w aa k t) 1) ((l er) 0))) +("wad" nil (((w aa d) 1))) +("wada" nil (((w aa) 1) ((d ax) 0))) +("wadas" nil (((w aa) 1) ((d ax z) 0))) +("wadded" nil (((w aa) 1) ((d ax d) 0))) +("waddell" nil (((w aa) 0) ((d eh l) 1))) +("waddie" nil (((w aa) 1) ((d iy) 0))) +("waddill" nil (((w ao) 1) ((d ih l) 1))) +("waddington" nil (((w aa) 1) ((d ih ng) 0) ((t ax n) 0))) +("waddle" nil (((w aa) 1) ((d ax l) 0))) +("waddy" nil (((w aa) 1) ((d iy) 0))) +("wade" nil (((w ey d) 1))) +("waded" nil (((w ey) 1) ((d ih d) 0))) +("wadel" nil (((w ey) 1) ((d ax l) 0))) +("waders" nil (((w ey) 1) ((d er z) 0))) +("wades" nil (((w ey d z) 1))) +("wadford" nil (((w ao d) 1) ((f er d) 0))) +("wadhams" nil (((w ao) 1) ((d ax m z) 0))) +("wading" nil (((w ey) 1) ((d ih ng) 0))) +("wadkins" nil (((w ao d) 1) ((k ih n z) 0))) +("wadle" nil (((w ao) 1) ((d ax l) 0))) +("wadleigh" nil (((w ao d) 1) ((l iy) 0))) +("wadley" nil (((w aa d) 1) ((l iy) 0))) +("wadlington" nil (((w aa d) 1) ((l ih ng) 0) ((t ax n) 0))) +("wadlow" nil (((w aa d) 1) ((l ow) 1))) +("wadman" nil (((w ao d) 1) ((m ax n) 0))) +("wads" nil (((w aa d z) 1))) +("wadsworth" nil (((w aa d) 1) ((z w er th) 0))) +("waechter" nil (((w eh k) 1) ((t er) 0))) +("waertsilae" nil (((w eh r t) 1) ((s ax) 0) ((l ey) 1))) +("wafer" nil (((w ey) 1) ((f er) 0))) +("wafers" nil (((w ey) 1) ((f er z) 0))) +("waffle" nil (((w aa) 1) ((f ax l) 0))) +("waffled" nil (((w aa) 1) ((f ax l d) 0))) +("waffles" nil (((w aa) 1) ((f ax l z) 0))) +("waffling" nil (((w aa) 1) ((f l ih ng) 0))) +("wafford" nil (((w aa) 1) ((f er d) 0))) +("waft" nil (((w aa f t) 1))) +("wafted" nil (((w aa f) 1) ((t ih d) 0))) +("wafting" nil (((w aa f) 1) ((t ih ng) 0))) +("wag" nil (((w ae g) 1))) +("wagaman" nil (((w ae) 1) ((g ah) 1) ((m ax n) 0))) +("wagar" nil (((w ae) 1) ((g er) 0))) +("wage" nil (((w ey jh) 1))) +("waged" nil (((w ey jh d) 1))) +("wageman" nil (((w ey jh) 1) ((m ax n) 0))) +("wagenaar" nil (((w ae) 1) ((g ax) 0) ((n aa r) 0))) +("wagener" nil (((w ae) 1) ((g ax) 0) ((n er) 0))) +("wagenknecht" nil (((w ae) 1) ((g ax) 0) ((n ih k t) 0))) +("wager" nil (((w ey) 1) ((jh er) 0))) +("wagered" nil (((w ey) 1) ((jh er d) 0))) +("wagering" nil (((w ey) 1) ((jh er) 0) ((ih ng) 0))) +("wagers" nil (((w ey) 1) ((jh er z) 0))) +("wages" nil (((w ey) 1) ((jh ax z) 0))) +("wagg" nil (((w ae g) 1))) +("wagged" nil (((w ae g d) 1))) +("waggener" nil (((w ae) 1) ((g ax) 0) ((n er) 0))) +("wagging" nil (((w ae) 1) ((g ih ng) 0))) +("waggling" nil (((w ae) 1) ((g ax) 0) ((l ih ng) 0))) +("waggoner" nil (((w ae) 1) ((g ax) 0) ((n er) 0))) +("waggy" nil (((w ae) 1) ((g iy) 0))) +("waging" nil (((w ey) 1) ((jh ih ng) 0))) +("wagle" nil (((w ae) 1) ((g ax l) 0))) +("wagler" nil (((w ae) 1) ((g l er) 0))) +("wagley" nil (((w ae) 1) ((g l iy) 0))) +("wagman" nil (((w ae g) 1) ((m ax n) 0))) +("wagner" nil (((w ae g) 1) ((n er) 0))) +("wagnerian" nil (((w ae g) 1) ((n eh) 1) ((r iy) 0) ((ax n) 0))) +("wagnon" nil (((w ae g) 1) ((n ax n) 0))) +("wagon" nil (((w ae) 1) ((g ax n) 0))) +("wagoneer" nil (((w ae) 1) ((g ax) 0) ((n ih r) 1))) +("wagoneers" nil (((w ae) 1) ((g ax) 0) ((n ih r z) 1))) +("wagoner" nil (((w ae) 1) ((g ax) 0) ((n er) 0))) +("wagons" nil (((w ae) 1) ((g ax n z) 0))) +("wags" nil (((w ae g z) 1))) +("wagstaff" nil (((w ae g) 1) ((s t ae f) 1))) +("wagster" nil (((w ae g) 1) ((s t er) 0))) +("waguespack" nil (((w ae) 1) ((g ih) 0) ((s p ae k) 1))) +("wagy" nil (((w ae) 1) ((g iy) 0))) +("wah" nil (((w aa) 1))) +("wahl" nil (((w aa l) 1))) +("wahlberg" nil (((w aa l) 1) ((b er g) 0))) +("wahle" nil (((w ao l) 1))) +("wahlen" nil (((w aa) 1) ((l ax n) 0))) +("wahler" nil (((w aa) 1) ((l er) 0))) +("wahlers" nil (((w aa) 1) ((l er z) 0))) +("wahlert" nil (((w aa) 1) ((l er t) 0))) +("wahlgren" nil (((w aa l) 1) ((g r ax n) 0))) +("wahlquist" nil (((w aa l) 1) ((k w ih s t) 1))) +("wahlstrom" nil (((w aa l) 1) ((s t r ax m) 0))) +("wai" nil (((w ay) 1))) +("waibel" n (((w ay) 1) ((b ax l) 0))) +("waid" nil (((w ey d) 1))) +("waide" nil (((w ey d) 1))) +("waidelich" nil (((w ay d) 1) ((l ih k) 0))) +("waif" nil (((w ey f) 1))) +("waigel" nil (((w ay) 1) ((g ax l) 0))) +("waikiki" nil (((w ay) 1) ((k iy) 0) ((k iy) 1))) +("wail" nil (((w ey l) 1))) +("wailed" nil (((w ey l d) 1))) +("wailes" nil (((w ey l z) 1))) +("wailing" nil (((w ey) 1) ((l ih ng) 0))) +("wails" nil (((w ey l z) 1))) +("wain" nil (((w ey n) 1))) +("wainer" nil (((w ey) 1) ((n er) 0))) +("wainio" nil (((w ey) 1) ((n iy) 0) ((ow) 0))) +("wainman" nil (((w ey n) 1) ((m ax n) 0))) +("wainoco" nil (((w ey) 1) ((n ow) 1) ((k ow) 0))) +("wainright" nil (((w ey n) 1) ((r ay t) 1))) +("wainscott" nil (((w ey n) 1) ((s k ax t) 0))) +("wainwright" nil (((w ey n) 1) ((r ay t) 1))) +("wais" nil (((w ey z) 1))) +("waisanen" nil (((w ay) 1) ((s ax) 0) ((n ax n) 0))) +("waisner" nil (((w ey z) 1) ((n er) 0))) +("waist" nil (((w ey s t) 1))) +("waistcoat" n (((w ey s t) 1) ((k ow t) 0))) +("waistline" nil (((w ey s t) 1) ((l ay n) 1))) +("waists" nil (((w ey s t s) 1))) +("wait" nil (((w ey t) 1))) +("waite" nil (((w ey t) 1))) +("waited" nil (((w ey) 1) ((t ax d) 0))) +("waiter" nil (((w ey) 1) ((t er) 0))) +("waiters" nil (((w ey) 1) ((t er z) 0))) +("waites" nil (((w ey t s) 1))) +("waiting" nil (((w ey) 1) ((t ih ng) 0))) +("waitkus" nil (((w ey t) 1) ((k ax s) 0))) +("waitman" nil (((w ay t) 1) ((m ax n) 0))) +("waitress" nil (((w ey) 1) ((t r ax s) 0))) +("waitresses" nil (((w ey) 1) ((t r ax) 0) ((s ih z) 0))) +("waits" nil (((w ey t s) 1))) +("waitt" nil (((w ey t) 1))) +("waitzkin" nil (((w ey t) 1) ((s k ih n) 1))) +("waive" nil (((w ey v) 1))) +("waived" nil (((w ey v d) 1))) +("waiver" nil (((w ey) 1) ((v er) 0))) +("waivers" nil (((w ey) 1) ((v er z) 0))) +("waives" nil (((w ey v z) 1))) +("waiving" nil (((w ey) 1) ((v ih ng) 0))) +("wajda" nil (((v ay) 1) ((d ax) 0))) +("wakabayashi" nil (((w aa) 0) ((k aa) 1) ((b aa) 0) ((y aa) 1) ((sh iy) 0))) +("wake" nil (((w ey k) 1))) +("wakefield" nil (((w ey k) 1) ((f iy l d) 1))) +("wakeham" nil (((w ae) 1) ((k ax m) 0))) +("wakeland" nil (((w ey) 1) ((k l ax n d) 0))) +("wakeley" nil (((w ae) 1) ((k l iy) 0))) +("wakely" nil (((w ey) 1) ((k l iy) 0))) +("wakeman" nil (((w ey k) 1) ((m ax n) 0))) +("waken" nil (((w ey) 1) ((k ax n) 0))) +("wakes" nil (((w ey k s) 1))) +("waking" nil (((w ey) 1) ((k ih ng) 0))) +("wakley" nil (((w ae) 1) ((k l iy) 0))) +("wako" nil (((w ae) 1) ((k ow) 0))) +("wal" nil (((w ao l) 1))) +("walas" nil (((w ao) 1) ((l ax z) 0))) +("walberg" nil (((w ao l) 1) ((b er g) 0))) +("walbert" nil (((w ao l) 1) ((b er t) 0))) +("walborn" nil (((w ao l) 1) ((b er n) 0))) +("walbridge" nil (((w ao l) 1) ((b r ih jh) 0))) +("walbro" nil (((w ao l) 1) ((b r ow) 0))) +("walburn" nil (((w ao l) 1) ((b er n) 0))) +("walby" nil (((w ao l) 1) ((b iy) 0))) +("walch" nil (((w ao l ch) 1))) +("walcher" nil (((w ao l) 1) ((ch er) 0))) +("walck" nil (((w ao l k) 1))) +("walcot" nil (((w ao l) 1) ((k aa t) 0))) +("walcott" nil (((w ao l) 1) ((k aa t) 0))) +("walczak" nil (((v aa l) 1) ((ch ae k) 0))) +("walczyk" nil (((v aa l) 1) ((ch ih k) 0))) +("wald" nil (((w ao l d) 1))) +("walda" nil (((v aa l) 1) ((d ax) 0))) +("waldbaum" nil (((w ao l d) 1) ((b aw m) 1))) +("walde" nil (((w ao l d) 1))) +("waldeck" nil (((w ao l) 1) ((d eh k) 0))) +("waldecker" nil (((w ao l) 1) ((d eh) 1) ((k er) 0))) +("waldegard" nil (((w ao l) 1) ((d ax) 0) ((g aa r d) 1))) +("waldemar" nil (((v aa l) 1) ((d ax) 0) ((m aa r) 0))) +("walden" nil (((w ao l) 1) ((d ax n) 0))) +("waldenbooks" nil (((w ao l) 1) ((d ax n) 0) ((b uh k s) 1))) +("walder" nil (((w ao l) 1) ((d er) 0))) +("waldheim" nil (((w ao l d) 1) ((hh ay m) 1))) +("waldholz" nil (((w ao l d) 1) ((hh ow l t s) 1))) +("waldhorn" nil (((w ao l d) 1) ((hh ao r n) 1))) +("waldie" nil (((w ao l) 1) ((d iy) 0))) +("walding" nil (((w ao l) 1) ((d ih ng) 0))) +("waldinger" nil (((w ao l) 1) ((d ih ng) 0) ((er) 0))) +("waldman" nil (((w aa l d) 1) ((m ax n) 0))) +("waldmann" nil (((w ao l d) 1) ((m ax n) 0))) +("waldner" nil (((w ao l d) 1) ((n er) 0))) +("waldo" nil (((w aa l) 1) ((d ow) 0))) +("waldoch" nil (((w ao l) 1) ((d aa k) 0))) +("waldock" nil (((w ao l) 1) ((d aa k) 0))) +("waldon" nil (((w ao l) 1) ((d ax n) 0))) +("waldorf" nil (((w ao l) 1) ((d ao r f) 0))) +("waldow" nil (((w ao l) 1) ((d ow) 0))) +("waldren" nil (((w ao l) 1) ((d r ax n) 0))) +("waldrep" nil (((w ao l) 1) ((d r ax p) 0))) +("waldridge" nil (((w ao l) 1) ((d r ih jh) 0))) +("waldrip" nil (((w ao l) 1) ((d r ax p) 0))) +("waldron" nil (((w ao l) 1) ((d r ax n) 0))) +("waldroop" nil (((w ao l) 1) ((d r uw p) 1))) +("waldrop" nil (((w ao l) 1) ((d r aa p) 0))) +("waldroup" nil (((w ao l) 1) ((d r uw p) 1))) +("waldrum" nil (((w ao l) 1) ((d r ax m) 0))) +("waldrup" nil (((w ao l) 1) ((d r ax p) 0))) +("waldschmidt" nil (((w ao l d) 1) ((sh m ih t) 1))) +("waldvogel" nil (((w ao l d) 1) ((v ow) 1) ((g ax l) 0))) +("wale" nil (((w ey l) 1))) +("waleed" nil (((w aa) 1) ((l iy d) 1))) +("walek" nil (((v aa) 1) ((l eh k) 0))) +("walen" nil (((w ey) 1) ((l ax n) 0))) +("walenta" nil (((w ax) 0) ((l eh n) 1) ((t ax) 0))) +("wales" nil (((w ey l z) 1))) +("walesa" nil (((w ax) 0) ((l eh) 1) ((s ax) 0))) +("waleson" nil (((w ey l) 1) ((s ax n) 0))) +("walford" nil (((w ao l) 1) ((f er d) 0))) +("walfred" nil (((w ao l) 1) ((f r eh d) 0))) +("walgreen" nil (((w ao l) 1) ((g r iy n) 1))) +("walgren" nil (((w ao l) 1) ((g r ax n) 0))) +("walicki" nil (((w ax) 0) ((l ih) 1) ((k iy) 0))) +("walid" nil (((w aa) 0) ((l iy d) 1))) +("waligora" nil (((w ao) 0) ((l ih) 0) ((g ao) 1) ((r ax) 0))) +("walinsky" nil (((w ax) 0) ((l ih n) 1) ((s k iy) 0))) +("walizer" nil (((w ao) 1) ((l ay) 0) ((z er) 0))) +("walk" nil (((w ao k) 1))) +("walke" nil (((w ao k) 1))) +("walked" nil (((w ao k t) 1))) +("walkenhorst" nil (((w ao) 1) ((k ax n) 0) ((hh ao r s t) 1))) +("walker" nil (((w ao) 1) ((k er) 0))) +("walkers" nil (((w ao) 1) ((k er z) 0))) +("walkie" nil (((w ao) 1) ((k iy) 0))) +("walking" nil (((w ao) 1) ((k ih ng) 0))) +("walkington" nil (((w ao) 1) ((k ih ng) 0) ((t ax n) 0))) +("walkinshaw" nil (((w ao) 1) ((k ax n) 0) ((sh ao) 0))) +("walkley" nil (((w ao) 1) ((k l iy) 0))) +("walkman" nil (((w ao k) 1) ((m ae n) 1))) +("walko" nil (((w ao) 1) ((k ow) 0))) +("walkout" nil (((w ao) 1) ((k aw t) 1))) +("walkouts" nil (((w ao) 1) ((k aw t s) 1))) +("walkowiak" nil (((w ao) 0) ((k aw) 1) ((iy) 0) ((ae k) 0))) +("walkowski" nil (((w ao) 0) ((k ao f) 1) ((s k iy) 0))) +("walks" nil (((w ao k s) 1))) +("walkup" nil (((w ao) 1) ((k ah p) 1))) +("walkure" nil (((w ao) 1) ((k y er) 0))) +("walkway" nil (((w ao) 1) ((k w ey) 1))) +("walkways" nil (((w ao) 1) ((k w ey z) 1))) +("wall" nil (((w ao l) 1))) +("walla" nil (((w ao) 1) ((l ax) 0))) +("wallace" nil (((w ao) 1) ((l ax s) 0))) +("wallach" nil (((w ao) 1) ((l ax k) 0))) +("wallack" nil (((w ao) 1) ((l ax k) 0))) +("wallander" nil (((w ao) 1) ((l ax n) 0) ((d er) 0))) +("wallar" nil (((w ao) 1) ((l er) 0))) +("wallboard" nil (((w ao l) 1) ((b ao r d) 1))) +("walle" nil (((w ao l) 1))) +("walled" nil (((w ao l d) 1))) +("wallen" nil (((w ao) 1) ((l ax n) 0))) +("wallenberg" nil (((w ao) 1) ((l ax n) 0) ((b er g) 0))) +("wallenstein" nil (((w ao) 1) ((l ax n) 0) ((s t ay n) 1))) +("waller" nil (((w ao) 1) ((l er) 0))) +("wallerstein" nil (((w ao) 1) ((l er) 0) ((s t ay n) 1))) +("walles" nil (((w ao l z) 1))) +("wallet" nil (((w ao) 1) ((l ax t) 0))) +("wallets" nil (((w ao) 1) ((l ax t s) 0))) +("walley" nil (((w ao) 1) ((l iy) 0))) +("walleye" nil (((w ao) 1) ((l ay) 1))) +("wallflower" nil (((w ao l) 1) ((f l aw) 1) ((er) 0))) +("wallgren" nil (((w ao l) 1) ((g r ax n) 0))) +("wallich" nil (((w ao) 1) ((l ih k) 0))) +("wallick" nil (((w ao) 1) ((l ih k) 0))) +("wallie" nil (((w ao) 1) ((l iy) 0))) +("wallin" nil (((w ao) 1) ((l ih n) 0))) +("walling" nil (((w ao) 1) ((l ih ng) 0))) +("wallingford" nil (((w ao) 1) ((l ih ng) 0) ((f er d) 0))) +("wallington" nil (((w ao) 1) ((l ih ng) 0) ((t ax n) 0))) +("wallis" nil (((w ao) 1) ((l ih s) 0))) +("wallison" nil (((w ao) 1) ((l ih) 0) ((s ax n) 0))) +("wallman" nil (((w ao l) 1) ((m ax n) 0))) +("wallner" nil (((w ao l) 1) ((n er) 0))) +("wallo" nil (((w aa) 1) ((l ow) 0))) +("walloch" nil (((w ao) 1) ((l ax k) 0))) +("wallop" nil (((w aa) 1) ((l ax p) 0))) +("walloping" nil (((w ao) 1) ((l ax) 0) ((p ih ng) 0))) +("wallops" nil (((w aa) 1) ((l ax p s) 0))) +("wallow" nil (((w aa) 1) ((l ow) 0))) +("wallowed" nil (((w aa) 1) ((l ow d) 0))) +("wallowing" nil (((w aa) 1) ((l ow) 0) ((ih ng) 0))) +("wallpaper" nil (((w ao l) 1) ((p ey) 1) ((p er) 0))) +("wallpapered" nil (((w ao l) 1) ((p ey) 1) ((p er d) 0))) +("wallpapering" nil (((w ao l) 1) ((p ey) 1) ((p er) 0) ((ih ng) 0))) +("wallpapers" nil (((w ao l) 1) ((p ey) 1) ((p er z) 0))) +("walls" nil (((w ao l z) 1))) +("wallsend" nil (((w ao l) 1) ((s eh n d) 1))) +("wallstreet" nil (((w ao l) 1) ((s t r iy t) 1))) +("wallwork" nil (((w ao l) 1) ((w er k) 1))) +("wally" nil (((w ao) 1) ((l iy) 0))) +("walmart" nil (((w ao l) 1) ((m aa r t) 1))) +("walmer" nil (((w ao l) 1) ((m er) 0))) +("walmond" nil (((w ao l) 1) ((m ax n d) 0))) +("walmsley" nil (((w ao l m) 1) ((s l iy) 0))) +("waln" nil (((w ao l n) 1))) +("walnut" nil (((w ao l) 1) ((n ah t) 1))) +("walnuts" nil (((w ao l) 1) ((n ah t s) 1))) +("walp" nil (((w ae l p) 1))) +("walpole" nil (((w ao l) 1) ((p ow l) 1))) +("walrath" nil (((w ao l) 1) ((r ax th) 0))) +("walraven" nil (((w ao l) 1) ((r ey) 1) ((v ax n) 0))) +("walrod" nil (((w ao l) 1) ((r aa d) 0))) +("walrus" nil (((w ao l) 1) ((r ax s) 0))) +("walruses" nil (((w aa l) 1) ((r ax) 0) ((s ih z) 0))) +("walser" nil (((w ao l) 1) ((z er) 0))) +("walsh" nil (((w ao l sh) 1))) +("walski" nil (((v aa l) 1) ((s k iy) 0))) +("walstad" nil (((w ao l) 1) ((s t ae d) 0))) +("walston" nil (((w ao l) 1) ((s t ax n) 0))) +("walstrom" nil (((w ao l) 1) ((s t r ax m) 0))) +("walsworth" nil (((w ao l) 1) ((s w er th) 0))) +("walt" nil (((w ao l t) 1))) +("walter" nil (((w ao l) 1) ((t er) 0))) +("waltermire" nil (((w ao l) 1) ((t er) 0) ((m ay r) 0))) +("walters" nil (((w ao l) 1) ((t er z) 0))) +("walth" nil (((w ao l th) 1))) +("walthall" nil (((w ao l) 1) ((th ax l) 0))) +("waltham" nil (((w ao l) 1) ((th ax m) 0))) +("walther" nil (((w ao l) 1) ((th er) 0))) +("walthers" nil (((w ao l) 1) ((th er z) 0))) +("walthour" nil (((w ao l) 1) ((t aw r) 0))) +("waltman" nil (((w ao l t) 1) ((m ax n) 0))) +("waltner" nil (((w ao l t) 1) ((n er) 0))) +("walton" nil (((w ao l) 1) ((t ax n) 0))) +("waltrip" nil (((w ao l) 1) ((t r ih p) 0))) +("walts" nil (((w ao l t s) 1))) +("waltz" nil (((w ao l t s) 1))) +("waltzer" nil (((w ao l t) 1) ((s er) 0))) +("waltzes" nil (((w ao l t) 1) ((s ax z) 0))) +("waltzing" nil (((w ao l t) 1) ((s ih ng) 0))) +("walworth" nil (((w ao l) 1) ((w er th) 0))) +("walwyn" nil (((w ao l) 1) ((w ih n) 0))) +("walz" nil (((w ao l z) 1))) +("walzer" nil (((w ao l) 1) ((z er) 0))) +("wambach" nil (((w ao m) 1) ((b aa k) 0))) +("wamble" nil (((w aa m) 1) ((b ax l) 0))) +("wambold" nil (((w aa m) 1) ((b ow l d) 1))) +("wamboldt" nil (((w aa m) 1) ((b ow l t) 0))) +("wambolt" nil (((w aa m) 1) ((b ow l t) 1))) +("wampler" nil (((w aa m) 1) ((p l er) 0))) +("wampole" nil (((w aa m) 1) ((p ow l) 1))) +("wampum" nil (((w aa m) 1) ((p ax m) 0))) +("wamser" nil (((w aa m) 1) ((z er) 0))) +("wamsley" nil (((w aa m) 1) ((z l iy) 0))) +("wan" nil (((w aa n) 1))) +("wanamaker" nil (((w aa) 1) ((n ax) 0) ((m ey) 1) ((k er) 0))) +("wanat" nil (((w ey) 1) ((n ax t) 0))) +("wand" nil (((w aa n d) 1))) +("wanda" nil (((w aa n) 1) ((d ax) 0))) +("wandel" nil (((w aa n) 1) ((d ax l) 0))) +("wandell" nil (((w aa n) 1) ((d ax l) 0))) +("wander" nil (((w aa n) 1) ((d er) 0))) +("wandered" nil (((w aa n) 1) ((d er d) 0))) +("wanderer" nil (((w aa n) 1) ((d er) 0) ((er) 0))) +("wanderers" nil (((w aa n) 1) ((d er) 0) ((er z) 0))) +("wandering" nil (((w aa n) 1) ((d er) 0) ((ih ng) 0))) +("wanderings" nil (((w aa n) 1) ((d er) 0) ((ih ng z) 0))) +("wanderlust" nil (((w aa n) 1) ((d er) 0) ((l ah s t) 1))) +("wanders" nil (((w aa n) 1) ((d er z) 0))) +("wandersee" nil (((w aa n) 1) ((d er) 0) ((s iy) 1))) +("wandie" nil (((w aa n) 1) ((d iy) 0))) +("wandis" nil (((w aa n) 1) ((d ih s) 0))) +("wandler" nil (((w aa n d) 1) ((l er) 0))) +("wandling" nil (((w aa n d) 1) ((l ih ng) 0))) +("wandrey" nil (((w aa n) 1) ((d r iy) 0))) +("wands" nil (((w aa n d z) 1))) +("wane" nil (((w ey n) 1))) +("waned" nil (((w ey n d) 1))) +("wanek" nil (((w ey) 1) ((n ih k) 0))) +("waner" nil (((w ey) 1) ((n er) 0))) +("wanes" nil (((w ey n z) 1))) +("wang" nil (((w aa ng) 1))) +("wangen" nil (((w ae ng) 1) ((ax n) 0))) +("wanger" nil (((w ae ng) 1) ((er) 0))) +("wangerin" nil (((w ao ng) 1) ((g er) 0) ((ih n) 0))) +("wangfujing" nil (((w aa ng) 1) ((f uw) 1) ((jh iy ng) 1))) +("wangled" nil (((w ae ng) 1) ((g ax l d) 0))) +("wangler" nil (((w ae ng) 1) ((g l er) 0))) +("wangting" nil (((w aa ng) 1) ((t iy ng) 1))) +("wangwang" nil (((w aa ng) 1) ((w aa ng) 1))) +("wangwu" nil (((w aa ng) 1) ((w uw) 1))) +("wangxin" nil (((w aa ng) 1) ((sh iy n) 1))) +("wangyong" nil (((w aa ng) 1) ((y ow ng) 1))) +("waning" nil (((w ey) 1) ((n ih ng) 0))) +("wank" nil (((w aa ng k) 1))) +("wanke" nil (((w aa ng k) 1))) +("wanko" nil (((w aa ng) 1) ((k ow) 0))) +("wanless" nil (((w aa n) 1) ((l ax s) 0))) +("wann" nil (((w aa n) 1))) +("wanna" nil (((w aa) 1) ((n ax) 0))) +("wannabe" nil (((w aa) 1) ((n ax) 0) ((b iy) 1))) +("wannabes" nil (((w aa) 1) ((n ax) 0) ((b iy z) 1))) +("wannamaker" nil (((w aa) 1) ((n ax) 0) ((m ey) 1) ((k er) 0))) +("wannemacher" nil (((w aa) 1) ((n ax) 0) ((m aa) 0) ((k er) 0))) +("wanner" nil (((w aa) 1) ((n er) 0))) +("wanninger" nil (((w aa) 1) ((n ih ng) 0) ((er) 0))) +("wanniski" nil (((w ax) 0) ((n ih) 1) ((s k iy) 0))) +("wanqing" nil (((w aa n) 1) ((ch iy ng) 1))) +("wanquan" nil (((w aa n) 1) ((ch y uh) 0) ((aa n) 1))) +("wanrong" nil (((w aa n) 1) ((r ow ng) 1))) +("wanser" nil (((w ao n) 1) ((z er) 0))) +("wansley" nil (((w ao n) 1) ((z l iy) 0))) +("want" nil (((w aa n t) 1))) +("wanta" nil (((w aa n) 1) ((t ax) 0))) +("wantage" nil (((w aa n) 1) ((t ih jh) 0))) +("wantages" nil (((w aa n) 1) ((t ih) 0) ((jh ih z) 0))) +("wanted" nil (((w aa n) 1) ((t ax d) 0))) +("wanting" nil (((w aa n) 1) ((t ih ng) 0))) +("wantland" nil (((w aa n t) 1) ((l ax n d) 0))) +("wanton" nil (((w ao n) 1) ((t ax n) 0))) +("wantonly" nil (((w ao n) 1) ((t ax n) 0) ((l iy) 0))) +("wants" nil (((w aa n t s) 1))) +("wantz" nil (((w aa n t s) 1))) +("wanxiang" nil (((w aa n) 1) ((sh y aa ng) 1))) +("wanzer" nil (((w aa n) 1) ((z er) 0))) +("waples" nil (((w ao) 1) ((p ax l z) 0))) +("wapner" nil (((w aa p) 1) ((n er) 0))) +("wapping" nil (((w aa) 1) ((p ih ng) 0))) +("war" nil (((w ao r) 1))) +("warbington" nil (((w ao r) 1) ((b ih ng) 0) ((t ax n) 0))) +("warbling" nil (((w ao r) 1) ((b ax) 0) ((l ih ng) 0))) +("warburg" nil (((w ao r) 1) ((b er g) 0))) +("warburton" nil (((w ao r) 1) ((b er) 0) ((t ax n) 0))) +("warchol" nil (((w ao r) 1) ((k ao l) 0))) +("ward" nil (((w ao r d) 1))) +("warda" nil (((w ao r) 1) ((d ax) 0))) +("wardair" nil (((w ao r) 1) ((d eh r) 1))) +("warde" nil (((w ao r d) 1))) +("warded" nil (((w ao r) 1) ((d ih d) 0))) +("wardell" nil (((w ao r) 1) ((d eh l) 0))) +("warden" nil (((w ao r) 1) ((d ax n) 0))) +("wardens" nil (((w ao r) 1) ((d ax n z) 0))) +("warder" nil (((w ao r) 1) ((d er) 0))) +("warding" nil (((w ao r) 1) ((d ih ng) 0))) +("wardlaw" nil (((w ao r d) 1) ((l ao) 1))) +("wardle" nil (((w ao r) 1) ((d ax l) 0))) +("wardley" nil (((w ao r d) 1) ((l iy) 0))) +("wardlow" nil (((w ao r d) 1) ((l ow) 1))) +("wardrip" nil (((w ao r) 1) ((d r ih p) 0))) +("wardrobe" nil (((w ao r) 1) ((d r ow b) 1))) +("wardrobes" nil (((w ao r) 1) ((d r ow b z) 1))) +("wardrop" nil (((w ao r) 1) ((d r aa p) 1))) +("wards" nil (((w ao r d z) 1))) +("wardwell" nil (((w ao r) 1) ((d w eh l) 1))) +("ware" nil (((w eh r) 1))) +("warehime" nil (((w eh r) 1) ((hh ay m) 1))) +("warehouse" nil (((w eh r) 1) ((hh aw s) 1))) +("warehoused" nil (((w eh r) 1) ((hh aw z d) 1))) +("warehouses" nil (((w eh r) 1) ((hh aw) 1) ((z ih z) 0))) +("warehousing" nil (((w eh r) 1) ((hh aw) 1) ((z ih ng) 0))) +("wareing" nil (((w eh) 1) ((r ih ng) 0))) +("waren" nil (((w eh) 1) ((r ax n) 0))) +("wares" nil (((w eh r z) 1))) +("warf" nil (((w ao r f) 1))) +("warfare" nil (((w ao r) 1) ((f eh r) 1))) +("warfel" nil (((w ao r) 1) ((f ax l) 0))) +("warfield" nil (((w ao r) 1) ((f iy l d) 0))) +("warford" nil (((w ao r) 1) ((f er d) 0))) +("warga" nil (((w ao r) 1) ((g ax) 0))) +("wargo" nil (((w ao r) 1) ((g ow) 1))) +("warhead" nil (((w ao r) 1) ((hh eh d) 1))) +("warheads" nil (((w ao r) 1) ((hh eh d z) 1))) +("warhol" nil (((w ao r) 1) ((hh ao l) 0))) +("warhurst" nil (((w ao r) 1) ((hh er s t) 0))) +("warily" nil (((w eh) 1) ((r ax) 0) ((l iy) 0))) +("wariness" nil (((w eh) 1) ((r iy) 0) ((n ih s) 0))) +("waring" nil (((w eh) 1) ((r ih ng) 0))) +("wark" nil (((w ao r k) 1))) +("warkentin" nil (((w ao r) 0) ((k eh n) 1) ((t ih n) 0))) +("warley" nil (((w ao r) 1) ((l iy) 0))) +("warlick" nil (((w ao r) 1) ((l ih k) 0))) +("warlike" nil (((w ao r) 1) ((l ay k) 1))) +("warloeck" nil (((w ao r) 1) ((l aa k) 1))) +("warlord" nil (((w ao r) 1) ((l ao r d) 1))) +("warlords" nil (((w ao r) 1) ((l ao r d z) 1))) +("warm" nil (((w ao r m) 1))) +("warmack" nil (((w ao r) 1) ((m ae k) 0))) +("warman" nil (((w ao r) 1) ((m ax n) 0))) +("warmed" nil (((w ao r m d) 1))) +("warmer" nil (((w ao r) 1) ((m er) 0))) +("warmest" nil (((w ao r) 1) ((m ax s t) 0))) +("warming" nil (((w ao r) 1) ((m ih ng) 0))) +("warmington" nil (((w ao r) 1) ((m ih ng) 0) ((t ax n) 0))) +("warminster" nil (((w ao r) 1) ((m ih n) 1) ((s t er) 0))) +("warmish" nil (((w ao r) 1) ((m ih sh) 0))) +("warmly" nil (((w ao r m) 1) ((l iy) 0))) +("warmond" nil (((w ao r) 1) ((m ax n d) 0))) +("warmongering" nil (((w ao r) 1) ((m aa ng) 1) ((g er) 0) ((ih ng) 0))) +("warmoth" nil (((w ao r) 1) ((m ax th) 0))) +("warms" nil (((w ao r m z) 1))) +("warmth" nil (((w ao r m th) 1))) +("warmup" nil (((w ao r) 1) ((m ah p) 1))) +("warmuth" nil (((w ao r) 1) ((m uh th) 1))) +("warn" nil (((w ao r n) 1))) +("warnaco" nil (((w ao r) 1) ((n ax) 0) ((k ow) 1))) +("warncke" nil (((w ao r ng) 1) ((k iy) 0))) +("warne" nil (((w ao r n) 1))) +("warnecke" nil (((w ao r) 1) ((n ih k) 0))) +("warned" nil (((w ao r n d) 1))) +("warneke" nil (((w ao r) 1) ((n ih k) 0))) +("warnell" nil (((w ao r) 1) ((n ax l) 0))) +("warner" nil (((w ao r) 1) ((n er) 0))) +("warnes" nil (((w ao r n z) 1))) +("warnick" nil (((w ao r) 1) ((n ih k) 0))) +("warning" nil (((w ao r) 1) ((n ih ng) 0))) +("warningly" nil (((w ao r) 1) ((n ih ng) 0) ((l iy) 0))) +("warnings" nil (((w ao r) 1) ((n ih ng z) 0))) +("warnke" nil (((w ao r ng) 1) ((k iy) 0))) +("warnken" nil (((w ao r ng) 1) ((k ax n) 0))) +("warnock" nil (((w ao r) 1) ((n aa k) 0))) +("warns" nil (((w ao r n z) 1))) +("waronker" nil (((w ao) 0) ((r aa ng) 1) ((k er) 0))) +("warp" nil (((w ao r p) 1))) +("warpath" nil (((w ao r) 1) ((p ae th) 1))) +("warped" nil (((w ao r p t) 1))) +("warping" nil (((w ao r) 1) ((p ih ng) 0))) +("warplane" nil (((w ao r) 1) ((p l ey n) 1))) +("warplanes" nil (((w ao r) 1) ((p l ey n z) 1))) +("warps" nil (((w ao r p s) 1))) +("warr" nil (((w ao r) 1))) +("warrant" nil (((w ao) 1) ((r ax n t) 0))) +("warranted" nil (((w ao) 1) ((r ax n) 0) ((t ih d) 0))) +("warranties" nil (((w ao) 1) ((r ax n) 0) ((t iy z) 0))) +("warrantless" nil (((w ao) 1) ((r ax n t) 0) ((l ax s) 0))) +("warrants" nil (((w ao) 1) ((r ax n t s) 0))) +("warranty" nil (((w ao) 1) ((r ax n) 0) ((t iy) 0))) +("warrell" nil (((w ao) 1) ((r eh l) 1))) +("warren" nil (((w ao) 1) ((r ax n) 0))) +("warrens" nil (((w ao) 1) ((r ax n z) 0))) +("warrick" nil (((w ao) 1) ((r ih k) 0))) +("warriner" nil (((w ao) 1) ((r ax) 0) ((n er) 0))) +("warring" nil (((w ao) 1) ((r ih ng) 0))) +("warrington" nil (((w ao) 1) ((r ih ng) 0) ((t ax n) 0))) +("warrior" nil (((w ao) 1) ((r iy) 0) ((er) 0))) +("warriors" nil (((w ao) 1) ((r iy) 0) ((er z) 0))) +("wars" nil (((w ao r z) 1))) +("warsaw" nil (((w ao r) 1) ((s ao) 1))) +("warsaws" nil (((w ao r) 1) ((s ao z) 1))) +("warshauer" nil (((w ao r) 1) ((sh aw) 0) ((er) 0))) +("warshaw" nil (((w ao r) 1) ((sh ao) 1))) +("warshawsky" nil (((w ao r) 1) ((sh ax w) 0) ((s k iy) 0))) +("warship" nil (((w ao r) 1) ((sh ih p) 1))) +("warships" nil (((w ao r) 1) ((sh ih p s) 1))) +("warstler" nil (((w ao r s t) 1) ((l er) 0))) +("wart" nil (((w ao r t) 1))) +("wartenberg" nil (((w ao r) 1) ((t ax n) 0) ((b er g) 0))) +("warth" nil (((w ao r th) 1))) +("warthen" nil (((w ao r) 1) ((th ax n) 0))) +("wartime" nil (((w ao r) 1) ((t ay m) 1))) +("wartimes" nil (((w ao r) 1) ((t ay m z) 1))) +("wartman" nil (((w ao r t) 1) ((m ax n) 0))) +("warton" nil (((w ao r) 1) ((t ax n) 0))) +("warts" nil (((w ao r t s) 1))) +("wartzman" nil (((w ao r t) 1) ((s m ax n) 0))) +("warwick" nil (((w ao r) 1) ((w ih k) 0))) +("wary" nil (((w eh) 1) ((r iy) 0))) +("warzecha" nil (((w ao r) 0) ((z eh) 1) ((hh ax) 0))) +("was" nil (((w aa z) 1))) +("wasatch" nil (((w aa) 1) ((s ae ch) 0))) +("wasch" nil (((w ao sh) 1))) +("wascher" nil (((w ao) 1) ((sh er) 0))) +("wasco" nil (((w ao) 1) ((s k ow) 0))) +("wascom" nil (((w ao) 1) ((s k ax m) 0))) +("wasden" nil (((w ao s) 1) ((d ax n) 0))) +("wasem" nil (((w ao) 1) ((s ih m) 0))) +("wash" nil (((w aa sh) 1))) +("washabaugh" nil (((w ao) 1) ((sh ax) 0) ((b ao) 0))) +("washable" nil (((w aa) 1) ((sh ax) 0) ((b ax l) 0))) +("washam" nil (((w aa) 1) ((sh ax m) 0))) +("washbasin" nil (((w aa sh) 1) ((b ey) 1) ((s ax n) 0))) +("washboard" nil (((w aa sh) 1) ((b ao r d) 1))) +("washburn" nil (((w aa sh) 1) ((b er n) 1))) +("washburne" nil (((w ao sh) 1) ((b er n) 1))) +("washed" nil (((w aa sh t) 1))) +("washer" nil (((w aa) 1) ((sh er) 0))) +("washers" nil (((w aa) 1) ((sh er z) 0))) +("washes" nil (((w aa) 1) ((sh ih z) 0))) +("washing" nil (((w aa) 1) ((sh ih ng) 0))) +("washington" nil (((w aa) 1) ((sh ih ng) 0) ((t ax n) 0))) +("washingtonian" nil (((w aa) 1) ((sh ih ng) 0) ((t ow) 1) ((n iy) 0) ((ax n) 0))) +("washingtonians" nil (((w aa) 1) ((sh ih ng) 0) ((t ow) 1) ((n iy) 0) ((ax n z) 0))) +("washko" nil (((v aa sh) 1) ((k ow) 0))) +("washout" nil (((w aa) 1) ((sh aw t) 1))) +("washouts" nil (((w aa) 1) ((sh aw t s) 1))) +("washroom" nil (((w aa) 1) ((sh r uw m) 1))) +("washtub" nil (((w aa sh) 1) ((t ah b) 1))) +("washy" nil (((w aa) 1) ((sh iy) 0))) +("wasielewski" nil (((v ax) 0) ((s iy) 0) ((l eh f) 1) ((s k iy) 0))) +("wasik" nil (((v aa) 1) ((s ih k) 0))) +("wasil" nil (((w ao) 1) ((s ax l) 0))) +("wasilewski" nil (((v ax) 0) ((s ih) 0) ((l eh f) 1) ((s k iy) 0))) +("wasinger" nil (((w ao) 1) ((s ih n) 0) ((jh er) 0))) +("waskiewicz" nil (((v aa) 1) ((s k ax) 0) ((v ih ch) 0))) +("wasko" nil (((v aa) 1) ((s k ow) 0))) +("waskow" nil (((v aa) 1) ((s k ow) 0))) +("wasley" nil (((w ao) 1) ((s l iy) 0))) +("wasmer" nil (((w ao) 1) ((s ax) 0) ((m er) 0))) +("wasmund" nil (((w ao z) 1) ((m ax n d) 0))) +("wasmuth" nil (((w ao z) 1) ((m uw th) 0))) +("wasnt" v (((w aa z n t) 1))) +("wason" nil (((w aa) 1) ((s ax n) 0))) +("wasp" nil (((w aa s p) 1))) +("wasps" nil (((w aa s p s) 1))) +("wassel" nil (((w ao) 1) ((s ax l) 0))) +("wassell" nil (((w ao) 1) ((s ax l) 0))) +("wassenaar" nil (((w ao) 1) ((s ih) 0) ((n aa r) 0))) +("wasser" nil (((w ao) 1) ((s er) 0))) +("wasserman" nil (((w aa) 1) ((s er) 0) ((m ax n) 0))) +("wasserstein" nil (((w aa) 1) ((s er) 0) ((s t iy n) 1))) +("wassink" nil (((w ao) 1) ((s ih ng k) 0))) +("wassman" nil (((w ao) 1) ((s m ax n) 0))) +("wassmer" nil (((w aa) 1) ((s m er) 0))) +("wassom" nil (((w aa) 1) ((s ax m) 0))) +("wasson" nil (((w ao) 1) ((s ax n) 0))) +("wassum" nil (((w aa) 1) ((s ax m) 0))) +("waste" nil (((w ey s t) 1))) +("wastebasket" nil (((w ey s t) 1) ((b ae) 1) ((s k ax t) 0))) +("wastebaskets" nil (((w ey s t) 1) ((b ae) 1) ((s k ax t s) 0))) +("wasted" nil (((w ey) 1) ((s t ax d) 0))) +("wasteful" nil (((w ey s t) 1) ((f ax l) 0))) +("wastefulness" nil (((w ey s t) 1) ((f ax l) 0) ((n ax s) 0))) +("wasteland" nil (((w ey s t) 1) ((l ae n d) 1))) +("wastepaper" nil (((w ey s t) 1) ((p ey) 1) ((p er) 0))) +("wasters" nil (((w ey) 1) ((s t er z) 0))) +("wastes" nil (((w ey s t s) 1))) +("wastewater" nil (((w ey s) 1) ((t w ao) 1) ((t er) 0))) +("wasting" nil (((w ey) 1) ((s t ih ng) 0))) +("waszak" nil (((v aa) 1) ((sh ax k) 0))) +("waszkiewicz" nil (((v aa sh) 1) ((k ax) 0) ((v ih ch) 0))) +("wat" nil (((w ao t) 1))) +("watanabe" nil (((w aa) 1) ((t aa) 0) ((n aa) 1) ((b ey) 0))) +("watch" nil (((w aa ch) 1))) +("watchdog" nil (((w aa ch) 1) ((d ao g) 1))) +("watchdogs" nil (((w aa ch) 1) ((d ao g z) 1))) +("watched" nil (((w aa ch t) 1))) +("watcher" nil (((w aa) 1) ((ch er) 0))) +("watchers" nil (((w aa) 1) ((ch er z) 0))) +("watches" nil (((w aa) 1) ((ch ax z) 0))) +("watchful" nil (((w aa ch) 1) ((f ax l) 0))) +("watching" nil (((w aa) 1) ((ch ih ng) 0))) +("watchman" nil (((w aa ch) 1) ((m ax n) 0))) +("watchorn" nil (((w ao) 1) ((ch er n) 0))) +("watchword" nil (((w aa ch) 1) ((w er d) 1))) +("water" nil (((w ao) 1) ((t er) 0))) +("waterbed" nil (((w ao) 1) ((t er) 0) ((b eh d) 1))) +("waterbeds" nil (((w ao) 1) ((t er) 0) ((b eh d z) 1))) +("waterborne" nil (((w ao) 1) ((t er) 0) ((b ao r n) 1))) +("waterbury" nil (((w ao) 1) ((t er) 0) ((b eh) 1) ((r iy) 0))) +("watercolor" nil (((w ao) 1) ((t er) 0) ((k ah) 1) ((l er) 0))) +("watercolors" nil (((w ao) 1) ((t er) 0) ((k ah) 1) ((l er z) 0))) +("watercress" nil (((w ao) 1) ((t er) 0) ((k r eh s) 1))) +("watered" nil (((w ao) 1) ((t er d) 0))) +("waterer" nil (((w ao) 1) ((t er) 0) ((er) 0))) +("waterfall" nil (((w ao) 1) ((t er) 0) ((f ao l) 1))) +("waterfalls" nil (((w ao) 1) ((t er) 0) ((f ao l z) 1))) +("waterfield" nil (((w ao) 1) ((t er) 0) ((f iy l d) 0))) +("waterford" nil (((w ao) 1) ((t er) 0) ((f er d) 0))) +("waterfowl" nil (((w ao) 1) ((t er) 0) ((f aw l) 1))) +("waterfront" nil (((w ao) 1) ((t er) 0) ((f r ah n t) 1))) +("watergate" nil (((w ao) 1) ((t er) 0) ((g ey t) 1))) +("waterhouse" nil (((w ao) 1) ((t er) 0) ((hh aw s) 1))) +("watering" nil (((w ao) 1) ((t er) 0) ((ih ng) 0))) +("waterishness" nil (((w ao) 1) ((t er) 0) ((ih) 0) ((sh n ax s) 0))) +("waterlogged" nil (((w ao) 1) ((t er) 0) ((l aa g d) 1))) +("waterloo" nil (((w ao) 1) ((t er) 0) ((l uw) 1))) +("waterman" nil (((w ao) 1) ((t er) 0) ((m ax n) 0))) +("watermelon" nil (((w ao) 1) ((t er) 0) ((m eh) 1) ((l ax n) 0))) +("watermelons" nil (((w ao) 1) ((t er) 0) ((m eh) 1) ((l ax n z) 0))) +("watermen" nil (((w ao) 1) ((t er) 0) ((m ax n) 0))) +("waterproof" j (((w ao) 1) ((t er) 0) ((p r uw f) 0))) +("waterproof" nil (((w ao) 1) ((t er) 0) ((p r uw f) 1))) +("waterproofing" nil (((w ao) 1) ((t er) 0) ((p r uw) 1) ((f ih ng) 0))) +("waters" nil (((w ao) 1) ((t er z) 0))) +("watershed" nil (((w ao) 1) ((t er) 0) ((sh eh d) 1))) +("waterson" nil (((w ao) 1) ((t er) 0) ((s ax n) 0))) +("waterstein" nil (((w ao) 1) ((t er) 0) ((s t iy n) 0))) +("waterston" nil (((w ao) 1) ((t er) 0) ((s t ax n) 0))) +("watertight" j (((w ao) 1) ((t er) 0) ((t ay t) 0))) +("watertown" nil (((w ao) 1) ((t er) 0) ((t aw n) 1))) +("waterway" nil (((w ao) 1) ((t er) 0) ((w ey) 1))) +("waterways" nil (((w ao) 1) ((t er) 0) ((w ey z) 1))) +("waterworks" nil (((w ao) 1) ((t er) 0) ((w er k s) 1))) +("waterworld" nil (((w ao) 1) ((t er) 0) ((w er l d) 1))) +("waterworth" nil (((w ao) 1) ((t er) 0) ((w er th) 0))) +("watery" nil (((w ao) 1) ((t er) 0) ((iy) 0))) +("watford" nil (((w ao t) 1) ((f er d) 0))) +("wathen" nil (((w ao) 1) ((th ax n) 0))) +("watkin" nil (((w ao t) 1) ((k ih n) 0))) +("watkins" nil (((w aa t) 1) ((k ih n z) 0))) +("watkinson" nil (((w ao t) 1) ((k ih n) 0) ((s ax n) 0))) +("watland" nil (((w aa t) 1) ((l ax n d) 0))) +("watley" nil (((w aa t) 1) ((l iy) 0))) +("watling" nil (((w ao) 1) ((t ax) 0) ((l ih ng) 0))) +("watlington" nil (((w ao) 1) ((t ax) 0) ((l ih ng) 0) ((t ax n) 0))) +("watne" nil (((w ao t n) 1))) +("watrous" nil (((w aa) 1) ((t r ax s) 0))) +("watry" nil (((w aa) 1) ((t r iy) 0))) +("watsco" nil (((w aa t) 1) ((s k ow) 1))) +("watson" nil (((w aa t) 1) ((s ax n) 0))) +("watsonville" nil (((w aa t) 1) ((s ax n) 0) ((v ih l) 1))) +("watt" nil (((w aa t) 1))) +("wattenbarger" nil (((w ao) 1) ((t ih n) 0) ((b aa r) 0) ((g er) 0))) +("wattenberg" nil (((w aa) 1) ((t ax n) 0) ((b er g) 0))) +("watters" nil (((w aa) 1) ((t er z) 0))) +("wattie" nil (((w aa) 1) ((t iy) 0))) +("wattles" nil (((w aa) 1) ((t ax l z) 0))) +("watton" nil (((w ao) 1) ((t ax n) 0))) +("watts" nil (((w aa t s) 1))) +("wattwil" nil (((w aa) 1) ((t w ih l) 0))) +("watwood" nil (((w ao) 1) ((t w uh d) 0))) +("watz" nil (((w aa t s) 1))) +("watzman" nil (((w aa t) 1) ((s m ax n) 0))) +("waugaman" nil (((w ao) 1) ((g ax) 0) ((m ax n) 0))) +("waugh" nil (((w ao) 1))) +("waukegan" nil (((w ao) 0) ((k iy) 1) ((g ax n) 0))) +("waukesha" nil (((w ao) 0) ((k iy) 1) ((sh ax) 0))) +("wausau" nil (((w ao) 1) ((s ao) 0))) +("wauters" nil (((w aw) 1) ((t er z) 0))) +("wave" nil (((w ey v) 1))) +("waved" nil (((w ey v d) 1))) +("waveform" nil (((w ey v) 1) ((f ao r m) 1))) +("waveforms" nil (((w ey v) 1) ((f ao r m z) 1))) +("wavelength" nil (((w ey) 1) ((v l eh ng th) 1))) +("wavelengths" nil (((w ey) 1) ((v l eh ng th s) 1))) +("waver" nil (((w ey) 1) ((v er) 0))) +("wavered" nil (((w ey) 1) ((v er d) 0))) +("wavering" nil (((w ey) 1) ((v er) 0) ((ih ng) 0))) +("waverley" nil (((w ey) 1) ((v er) 0) ((l iy) 0))) +("waverly" nil (((w ey) 1) ((v er) 0) ((l iy) 0))) +("waves" nil (((w ey v z) 1))) +("wavetek" nil (((w ey v) 1) ((t eh k) 1))) +("waving" nil (((w ey) 1) ((v ih ng) 0))) +("wavlm" nil (((w ey v) 1) ((eh l) 1) ((eh m) 1))) +("wavra" nil (((w aa) 1) ((v r ax) 0))) +("wavy" nil (((w ey) 1) ((v iy) 0))) +("wawrzyniak" nil (((w aa r) 0) ((z ih) 1) ((n iy) 0) ((ae k) 0))) +("wax" nil (((w ae k s) 1))) +("waxed" nil (((w ae k s t) 1))) +("waxes" nil (((w ae k) 1) ((s ih z) 0))) +("waxing" nil (((w ae k) 1) ((s ih ng) 0))) +("waxler" nil (((w ae k) 1) ((s l er) 0))) +("waxman" nil (((w ae k) 1) ((s m ax n) 0))) +("waxy" nil (((w ae k) 1) ((s iy) 0))) +("way" nil (((w ey) 1))) +("Wayans" n (((w ey) 1) ((y ax n z) 0))) +("waybright" nil (((w ey) 1) ((b r ay t) 1))) +("waycaster" nil (((w ey) 1) ((k ae) 1) ((s t er) 0))) +("waye" nil (((w ey) 1))) +("waylaid" nil (((w ey) 1) ((l ey d) 1))) +("wayland" nil (((w ey) 1) ((l ax n d) 0))) +("wayman" nil (((w ey) 1) ((m ax n) 0))) +("waymire" nil (((w ey) 1) ((m ay r) 1))) +("wayne" nil (((w ey n) 1))) +("waynesboro" nil (((w ey n z) 1) ((b er) 0) ((ow) 0))) +("waynesville" nil (((w ey n z) 1) ((v ih l) 1))) +("waynick" nil (((w ey) 1) ((n ih k) 0))) +("ways" nil (((w ey z) 1))) +("wayside" nil (((w ey) 1) ((s ay d) 1))) +("wayson" nil (((w ey) 1) ((z ax n) 0))) +("wayt" nil (((w ey t) 1))) +("wayward" nil (((w ey) 1) ((w er d) 0))) +("wazir" nil (((w aa) 0) ((z ih r) 1))) +("we" nil (((w iy) 1))) +("weak" nil (((w iy k) 1))) +("weaken" nil (((w iy) 1) ((k ax n) 0))) +("weakened" nil (((w iy) 1) ((k ax n d) 0))) +("weakening" nil (((w iy) 1) ((k ax) 0) ((n ih ng) 0))) +("weakens" nil (((w iy) 1) ((k ax n z) 0))) +("weaker" nil (((w iy) 1) ((k er) 0))) +("weakest" nil (((w iy) 1) ((k ax s t) 0))) +("weakland" nil (((w iy) 1) ((k l ax n d) 0))) +("weakley" nil (((w iy) 1) ((k l iy) 0))) +("weakly" nil (((w iy) 1) ((k l iy) 0))) +("weakness" nil (((w iy k) 1) ((n ax s) 0))) +("weaknesses" nil (((w iy k) 1) ((n ax) 0) ((s ax z) 0))) +("weaks" nil (((w iy k s) 1))) +("wealth" nil (((w eh l th) 1))) +("wealthier" nil (((w eh l) 1) ((th iy) 0) ((er) 0))) +("wealthiest" nil (((w eh l) 1) ((th iy) 0) ((ax s t) 0))) +("wealths" nil (((w eh l th s) 1))) +("wealthy" nil (((w eh l) 1) ((th iy) 0))) +("wean" nil (((w iy n) 1))) +("weaned" nil (((w iy n d) 1))) +("weaning" nil (((w iy) 1) ((n ih ng) 0))) +("weant" nil (((w iy n t) 1))) +("weapon" nil (((w eh) 1) ((p ax n) 0))) +("weaponry" nil (((w eh) 1) ((p ax n) 0) ((r iy) 0))) +("weapons" nil (((w eh) 1) ((p ax n z) 0))) +("wear" nil (((w eh r) 1))) +("wearer" nil (((w eh) 1) ((r er) 0))) +("wearers" nil (((w eh) 1) ((r er z) 0))) +("wearever" nil (((w eh) 1) ((r eh) 1) ((v er) 0))) +("wearhouse" nil (((w eh r) 1) ((hh aw s) 1))) +("wearied" nil (((w ih) 1) ((r iy d) 0))) +("wearily" nil (((w eh) 1) ((r ax) 0) ((l iy) 0))) +("weariness" nil (((w ih) 1) ((r iy) 0) ((n ax s) 0))) +("wearing" nil (((w eh) 1) ((r ih ng) 0))) +("wearisome" nil (((w ih) 1) ((r iy) 0) ((s ax m) 0))) +("wears" nil (((w eh r z) 1))) +("weary" nil (((w ih) 1) ((r iy) 0))) +("wearying" nil (((w iy) 1) ((r iy) 0) ((ih ng) 0))) +("wease" nil (((w iy z) 1))) +("weasel" nil (((w iy) 1) ((z ax l) 0))) +("weasellike" nil (((w iy) 1) ((z ax l) 0) ((l ay k) 1))) +("weast" nil (((w iy s t) 1))) +("weather" nil (((w eh) 1) ((dh er) 0))) +("weatherall" nil (((w eh) 1) ((dh er) 0) ((ao l) 1))) +("weatherbee" nil (((w eh) 1) ((dh er) 0) ((b iy) 1))) +("weatherby" nil (((w eh) 1) ((dh er) 0) ((b iy) 0))) +("weathered" nil (((w eh) 1) ((dh er d) 0))) +("weatherford" nil (((w eh) 1) ((dh er) 0) ((f er d) 0))) +("weatherhead" nil (((w eh) 1) ((dh er) 0) ((hh eh d) 1))) +("weatherholt" nil (((w eh) 1) ((dh er) 0) ((hh ow l t) 1))) +("weatherholtz" nil (((w eh) 1) ((dh er) 0) ((hh ow l t s) 1))) +("weathering" nil (((w eh) 1) ((dh er) 0) ((ih ng) 0))) +("weatherington" nil (((w eh) 1) ((dh er) 0) ((ih ng) 0) ((t ax n) 0))) +("weatherly" nil (((w eh) 1) ((dh er) 0) ((l iy) 0))) +("weatherman" nil (((w eh) 1) ((dh er) 0) ((m ae n) 1))) +("weathermen" nil (((w eh) 1) ((dh er) 0) ((m eh n) 1))) +("weatherperson" nil (((w eh) 1) ((th er) 0) ((p er) 1) ((s ax n) 0))) +("weatherproof" nil (((w eh) 1) ((dh er) 0) ((p r uw f) 1))) +("weathers" nil (((w eh) 1) ((dh er z) 0))) +("weathersbee" nil (((w eh) 1) ((dh er z) 0) ((b iy) 1))) +("weathersby" nil (((w eh) 1) ((dh er s) 0) ((b iy) 0))) +("weatherspoon" nil (((w eh) 1) ((dh er) 0) ((s p uw n) 1))) +("weatherstone" nil (((w eh) 1) ((dh er) 0) ((s t ow n) 1))) +("weatherwax" nil (((w eh) 1) ((dh er) 0) ((w ae k s) 1))) +("weathington" nil (((w eh) 1) ((th ih ng) 0) ((t ax n) 0))) +("weave" nil (((w iy v) 1))) +("weaved" nil (((w iy v d) 1))) +("weaver" nil (((w iy) 1) ((v er) 0))) +("weaverling" nil (((w iy) 1) ((v er) 0) ((l ih ng) 0))) +("weavers" nil (((w iy) 1) ((v er z) 0))) +("weaves" nil (((w iy v z) 1))) +("weavil" nil (((w iy) 1) ((v ax l) 0))) +("weaving" nil (((w iy) 1) ((v ih ng) 0))) +("weavings" nil (((w iy) 1) ((v ih ng z) 0))) +("web" nil (((w eh b) 1))) +("webb" nil (((w eh b) 1))) +("webbed" nil (((w eh b d) 1))) +("webber" nil (((w eh) 1) ((b er) 0))) +("webbing" nil (((w eh) 1) ((b ih ng) 0))) +("webbs" nil (((w eh b z) 1))) +("weber" nil (((w eh) 1) ((b er) 0))) +("weberg" nil (((w eh) 1) ((b er g) 0))) +("webers" nil (((w eh) 1) ((b er z) 0))) +("webley" nil (((w eh) 1) ((b l iy) 0))) +("webre" nil (((w eh) 1) ((b er) 0))) +("webs" nil (((w eh b z) 1))) +("webster" nil (((w eh b) 1) ((s t er) 0))) +("wechsel" nil (((w eh k) 1) ((s ax l) 0))) +("wechsler" nil (((w eh k) 1) ((s l er) 0))) +("wecht" nil (((w eh k t) 1))) +("wechter" nil (((w eh k) 1) ((t er) 0))) +("weck" nil (((w eh k) 1))) +("wecker" nil (((w eh) 1) ((k er) 0))) +("weckerly" nil (((w eh) 1) ((k er) 0) ((l iy) 0))) +("weckesser" nil (((w eh) 1) ((k ih) 0) ((s er) 0))) +("weckwerth" nil (((w eh) 1) ((k w er th) 0))) +("wed" nil (((w eh d) 1))) +("wedbush" nil (((w eh d) 1) ((b uh sh) 1))) +("wedd" nil (((w eh d) 1))) +("wedded" nil (((w eh) 1) ((d ax d) 0))) +("weddell" nil (((w eh) 1) ((d ax l) 0))) +("wedding" nil (((w eh) 1) ((d ih ng) 0))) +("weddings" nil (((w eh) 1) ((d ih ng z) 0))) +("weddington" nil (((w eh) 1) ((d ih ng) 0) ((t ax n) 0))) +("weddle" nil (((w eh) 1) ((d ax l) 0))) +("wedekind" nil (((w eh) 1) ((d ih) 0) ((k ih n d) 0))) +("wedeking" nil (((w eh) 1) ((d ih) 0) ((k ih ng) 0))) +("wedel" nil (((w eh) 1) ((d ax l) 0))) +("wedell" nil (((w eh) 1) ((d ax l) 0))) +("wedemeyer" nil (((w eh) 1) ((d ih) 0) ((m ay) 1) ((er) 0))) +("wedge" nil (((w eh jh) 1))) +("wedged" nil (((w eh jh d) 1))) +("wedges" nil (((w eh) 1) ((jh ax z) 0))) +("wedgestone" nil (((w eh jh) 1) ((s t ow n) 1))) +("wedgewood" nil (((w eh jh) 1) ((w uh d) 1))) +("wedgeworth" nil (((w eh jh) 1) ((w er th) 1))) +("wedgwood" nil (((w eh jh) 1) ((w uh d) 1))) +("wedig" nil (((w eh) 1) ((d ih g) 0))) +("wedin" nil (((w eh) 1) ((d ih n) 0))) +("wedlock" nil (((w eh d) 1) ((l aa k) 1))) +("wednesday" nil (((w eh n z) 1) ((d ey) 0))) +("wednesday" nil (((w eh n z) 1) ((d iy) 0))) +("wednesdays" nil (((w eh n z) 1) ((d ey z) 0))) +("wedowee" nil (((w eh) 0) ((d aw) 1) ((w iy) 1))) +("wedtech" nil (((w eh d) 1) ((t eh k) 1))) +("wee" nil (((w iy) 1))) +("weeber" nil (((w iy) 1) ((b er) 0))) +("weech" nil (((w iy ch) 1))) +("weed" nil (((w iy d) 1))) +("weeded" nil (((w iy) 1) ((d ih d) 0))) +("weeden" nil (((w iy) 1) ((d ax n) 0))) +("weeding" nil (((w iy) 1) ((d ih ng) 0))) +("weedman" nil (((w iy d) 1) ((m ax n) 0))) +("weedon" nil (((w iy) 1) ((d ax n) 0))) +("weeds" nil (((w iy d z) 1))) +("weedy" nil (((w iy) 1) ((d iy) 0))) +("weehawken" nil (((w iy) 1) ((hh ao) 1) ((k ax n) 0))) +("week" nil (((w iy k) 1))) +("weekday" nil (((w iy k) 1) ((d ey) 1))) +("weekdays" nil (((w iy k) 1) ((d ey z) 1))) +("weekend" nil (((w iy) 1) ((k eh n d) 1))) +("weekender" nil (((w iy) 1) ((k eh n) 1) ((d er) 0))) +("weekends" nil (((w iy) 1) ((k eh n d z) 1))) +("weekes" nil (((w iy k s) 1))) +("weekley" nil (((w iy) 1) ((k l iy) 0))) +("weeklies" nil (((w iy) 1) ((k l iy z) 0))) +("weeklong" nil (((w iy) 1) ((k l ao ng) 1))) +("weekly" nil (((w iy) 1) ((k l iy) 0))) +("weeks" nil (((w iy k s) 1))) +("weems" nil (((w iy m z) 1))) +("weeny" nil (((w iy) 1) ((n iy) 0))) +("weep" nil (((w iy p) 1))) +("weeping" nil (((w iy) 1) ((p ih ng) 0))) +("weepy" nil (((w iy) 1) ((p iy) 0))) +("weers" nil (((w iy) 1) ((er z) 0))) +("weerts" nil (((w ih r t s) 1))) +("weese" nil (((w iy z) 1))) +("weesner" nil (((w iy z) 1) ((n er) 0))) +("weevil" nil (((w iy) 1) ((v ax l) 0))) +("weevils" nil (((w iy) 1) ((v ax l z) 0))) +("wegbreit" nil (((w eh g) 1) ((b r ay t) 1))) +("wege" nil (((w iy jh) 1))) +("wegener" nil (((w eh) 1) ((g iy) 0) ((n er) 0))) +("weger" nil (((w iy) 1) ((g er) 0))) +("weglarz" nil (((w eh) 1) ((g l aa r z) 0))) +("wegman" nil (((w eh g) 1) ((m ax n) 0))) +("wegmann" nil (((w eh g) 1) ((m ax n) 0))) +("wegner" nil (((w eh g) 1) ((n er) 0))) +("wegrzyn" nil (((w eh) 1) ((g er) 0) ((z ih n) 0))) +("wehde" nil (((w eh d) 1))) +("wehe" nil (((w iy hh) 1))) +("wehle" nil (((w eh) 1) ((l iy) 0))) +("wehler" nil (((w eh) 1) ((l er) 0))) +("wehling" nil (((w eh) 1) ((l ih ng) 0))) +("wehman" nil (((w eh) 1) ((m ax n) 0))) +("wehmeier" nil (((w eh) 1) ((m ay) 0) ((er) 0))) +("wehmeyer" nil (((w eh) 1) ((m ay) 0) ((er) 0))) +("wehner" nil (((w eh) 1) ((n er) 0))) +("wehr" nil (((w eh r) 1))) +("wehrenberg" nil (((w eh) 1) ((r ax n) 0) ((b er g) 0))) +("wehrheim" nil (((w eh r) 1) ((hh ay m) 0))) +("wehrle" nil (((w eh) 1) ((r ax l) 0))) +("wehrli" nil (((w eh r) 1) ((l iy) 0))) +("wehrly" nil (((w eh r) 1) ((l iy) 0))) +("Wehrmacht" n (((v er) 0) ((m aa k t) 1))) +("wehrman" nil (((w eh r) 1) ((m ax n) 0))) +("wehrmann" nil (((w eh r) 1) ((m ax n) 0))) +("wehunt" nil (((w eh) 1) ((hh ax n t) 0))) +("wei" nil (((w ey) 1))) +("weiand" nil (((w ay) 1) ((ax n d) 0))) +("weibel" nil (((w ay) 1) ((b ax l) 0))) +("weible" nil (((w iy) 1) ((b ax l) 0))) +("weibo" nil (((w ey) 1) ((b w ao) 1))) +("weich" nil (((w ay k) 1))) +("weichel" nil (((w ay) 1) ((k ax l) 0))) +("weichert" nil (((w ay) 1) ((k er t) 0))) +("weichman" nil (((w ay k) 1) ((m ax n) 0))) +("weicht" nil (((w ay k t) 1))) +("weick" nil (((w iy k) 1))) +("weicker" nil (((w ay) 1) ((k er) 0))) +("weida" nil (((v ay) 1) ((d ax) 0))) +("weide" nil (((w ay) 1) ((d iy) 0))) +("weidel" nil (((w ay) 1) ((d ax l) 0))) +("weideman" nil (((w ay d) 1) ((m ax n) 0))) +("weidemann" nil (((w ay d) 1) ((m ax n) 0))) +("weidenbach" nil (((w ay) 1) ((d ih n) 0) ((b aa k) 0))) +("weidenbaum" nil (((w ay) 1) ((d ax n) 0) ((b aw m) 1))) +("weidenfeld" nil (((w ay) 1) ((d ax n) 0) ((f eh l d) 1))) +("weider" nil (((w ay) 1) ((d er) 0))) +("weidig" nil (((w ay) 1) ((d ih g) 0))) +("weidinger" nil (((w ay) 1) ((d ih ng) 0) ((er) 0))) +("weidler" nil (((w ay) 1) ((d ax) 0) ((l er) 0))) +("weidlich" nil (((w ay d) 1) ((l ih k) 0))) +("weidman" nil (((w ay d) 1) ((m ax n) 0))) +("weidmann" nil (((w ay d) 1) ((m ax n) 0))) +("weidner" nil (((w ay d) 1) ((n er) 0))) +("weier" nil (((w ey) 1) ((er) 0))) +("weifang" nil (((w ey) 1) ((f aa ng) 1))) +("weigand" nil (((w ay) 1) ((g ax n d) 0))) +("weigandt" nil (((w ay) 1) ((g ax n t) 0))) +("weigel" nil (((w ay) 1) ((g ax l) 0))) +("weigelt" nil (((w ay) 1) ((g ih l t) 0))) +("weigert" nil (((w ay) 1) ((g er t) 0))) +("weigh" nil (((w ey) 1))) +("weighed" nil (((w ey d) 1))) +("weighing" nil (((w ey) 1) ((ih ng) 0))) +("weighs" nil (((w ey z) 1))) +("weight" nil (((w ey t) 1))) +("weighted" nil (((w ey) 1) ((t ih d) 0))) +("weighting" nil (((w ey) 1) ((t ih ng) 0))) +("weightings" nil (((w ey) 1) ((t ih ng z) 0))) +("weightless" nil (((w ey t) 1) ((l ax s) 0))) +("weightlessness" nil (((w ey t) 1) ((l ax) 0) ((s n ax s) 0))) +("weightlifting" nil (((w ey t) 1) ((l ih f) 1) ((t ih ng) 0))) +("weightman" nil (((w ay t) 1) ((m ax n) 0))) +("weights" nil (((w ey t s) 1))) +("weighty" nil (((w ey) 1) ((t iy) 0))) +("weigl" nil (((w iy) 1) ((g ax l) 0))) +("weigle" nil (((w iy) 1) ((g ax l) 0))) +("weigold" nil (((w ay) 1) ((g ow l d) 1))) +("weihai" nil (((w ey) 1) ((hh ay) 1))) +("weihe" nil (((w iy hh) 1))) +("weiher" nil (((w ay) 1) ((hh er) 0))) +("weik" nil (((w iy k) 1))) +("weikel" nil (((w ay) 1) ((k ax l) 0))) +("weiker" nil (((w ay) 1) ((k er) 0))) +("weikert" nil (((w ay) 1) ((k er t) 0))) +("weikle" nil (((w iy) 1) ((k ax l) 0))) +("weil" nil (((w ay l) 1))) +("weiland" nil (((w ay) 1) ((l ax n d) 0))) +("weilbacher" nil (((w ay l) 1) ((b aa) 1) ((k er) 0))) +("weild" nil (((w ay l d) 1))) +("weiler" nil (((w ay) 1) ((l er) 0))) +("weiliang" nil (((w ey) 1) ((l y aa ng) 1))) +("weill" nil (((w ay l) 1))) +("weiman" nil (((w ay) 1) ((m ax n) 0))) +("weimann" nil (((w ay) 1) ((m ax n) 0))) +("weimar" nil (((v ay) 1) ((m aa r) 0))) +("weimer" nil (((w ay) 1) ((m er) 0))) +("weiming" nil (((w ey) 1) ((m iy ng) 1))) +("wein" nil (((w iy n) 1))) +("weinan" nil (((w ey) 1) ((n aa n) 1))) +("weinand" nil (((w ay) 1) ((n ax n d) 0))) +("weinbach" nil (((w ay n) 1) ((b aa k) 1))) +("weinbaum" nil (((w ay n) 1) ((b aw m) 1))) +("weinberg" nil (((w ay n) 1) ((b er g) 0))) +("weinberger" nil (((w ay n) 1) ((b er) 0) ((g er) 0))) +("weindel" nil (((w ay n) 1) ((d ax l) 0))) +("weinel" nil (((w ay) 1) ((n ax l) 0))) +("weiner" nil (((w ay) 1) ((n er) 0))) +("weinert" nil (((w ay) 1) ((n er t) 0))) +("weinfeld" nil (((w ay n) 1) ((f eh l d) 1))) +("weingart" nil (((w ay ng) 1) ((g aa r t) 0))) +("weingarten" nil (((w ay n) 1) ((g aa r) 1) ((t ax n) 0))) +("weingartner" nil (((w ay ng) 1) ((g aa r t) 0) ((n er) 0))) +("weinger" nil (((w ay n) 1) ((g er) 0))) +("weinheimer" nil (((w ay n) 1) ((hh ay) 1) ((m er) 0))) +("weinhold" nil (((w ay n) 1) ((hh ow l d) 1))) +("weininger" nil (((w ay) 1) ((n ih ng) 0) ((er) 0))) +("weinkauf" nil (((w ay ng) 1) ((k aw f) 0))) +("weinman" nil (((w ay n) 1) ((m ax n) 0))) +("weinmann" nil (((w ay n) 1) ((m ax n) 0))) +("weinreb" nil (((w ay n) 1) ((r ih b) 0))) +("weinreich" nil (((w ay n) 1) ((r ay k) 1))) +("weinrich" nil (((w ay n) 1) ((r ih k) 0))) +("weinroth" nil (((w ay n) 1) ((r ao th) 1))) +("weins" nil (((w iy n z) 1))) +("weinstein" nil (((w ay n) 1) ((s t ay n) 1))) +("weinstock" nil (((w ay n) 1) ((s t aa k) 1))) +("weintraub" nil (((w ay n) 1) ((t r aw b) 1))) +("weintz" nil (((w ay n t s) 1))) +("weinzierl" nil (((w ay n) 1) ((z ih r l) 0))) +("weipert" nil (((w ay) 1) ((p er t) 0))) +("weir" nil (((w iy r) 1))) +("weirauch" nil (((w ay) 1) ((r aw k) 0))) +("weird" nil (((w ih r d) 1))) +("weirder" nil (((w ih r) 1) ((d er) 0))) +("weirdest" nil (((w ih r) 1) ((d ax s t) 0))) +("weirdly" nil (((w ih r d) 1) ((l iy) 0))) +("weirdness" nil (((w ih r d) 1) ((n ax s) 0))) +("weirdo" nil (((w ih r) 1) ((d ow) 0))) +("weirdos" nil (((w ih r) 1) ((d ow z) 0))) +("weired" nil (((w ay r d) 1))) +("weirich" nil (((w ay) 1) ((r ih k) 0))) +("weirick" nil (((w ay) 1) ((r ih k) 0))) +("weirton" nil (((w ih r) 1) ((t ax n) 0))) +("weis" nil (((w ay s) 1))) +("weisbach" nil (((w ay s) 1) ((b aa k) 1))) +("weisbecker" nil (((w ay s) 1) ((b eh) 1) ((k er) 0))) +("weisberg" nil (((w ay s) 1) ((b er g) 0))) +("weisberger" nil (((w ay s) 1) ((b er) 0) ((g er) 0))) +("weisbrod" nil (((w ay s) 1) ((b r aa d) 1))) +("weisbrot" nil (((w ay s) 1) ((b r ax t) 0))) +("weischedel" nil (((w ay) 1) ((sh ax) 0) ((d ax l) 0))) +("weise" nil (((w iy s) 1))) +("weisel" nil (((w ay) 1) ((s ax l) 0))) +("weisenbach" nil (((w ay) 1) ((s ih n) 0) ((b aa k) 0))) +("weisenberg" nil (((w ay) 1) ((s ax n) 0) ((b er g) 0))) +("weisenberger" nil (((w ay) 1) ((s ax n) 0) ((b er) 0) ((g er) 0))) +("weisenborn" nil (((w ay) 1) ((s ih n) 0) ((b er n) 0))) +("weisenburger" nil (((w ay) 1) ((s ax n) 0) ((b er) 0) ((g er) 0))) +("weisensel" nil (((w ay) 1) ((s ih n) 0) ((s ax l) 0))) +("weiser" nil (((w ay) 1) ((s er) 0))) +("weisfeld" nil (((w ay) 1) ((s f eh l d) 1))) +("weisgerber" nil (((w ay s) 1) ((g er) 0) ((b er) 0))) +("weishaar" nil (((w ay) 1) ((sh aa r) 0))) +("weishaupt" nil (((w ay) 1) ((sh aw p t) 0))) +("weisheit" nil (((w ay) 1) ((sh ay t) 0))) +("weisinger" nil (((w ay) 1) ((s ih n) 0) ((jh er) 0))) +("weiskopf" nil (((w ay) 1) ((s k ao f) 0))) +("weisman" nil (((w ay) 1) ((s m ax n) 0))) +("weismann" nil (((w ay) 1) ((s m ax n) 0))) +("weisner" nil (((w ay) 1) ((s n er) 0))) +("weiss" nil (((w ay s) 1))) +("weissberg" nil (((w ay s) 1) ((b er g) 0))) +("weisse" nil (((w ay s) 1))) +("weissenborn" nil (((w ay) 1) ((s ih n) 0) ((b er n) 0))) +("weisser" nil (((w ay) 1) ((s er) 0))) +("weissert" nil (((w ay) 1) ((s er t) 0))) +("weissinger" nil (((w ay) 1) ((s ih n) 0) ((jh er) 0))) +("weissman" nil (((w ay) 1) ((s m ax n) 0))) +("weissmann" nil (((w ay) 1) ((s m ax n) 0))) +("weist" nil (((w iy) 1) ((ih s t) 0))) +("weisz" nil (((v ay sh) 1))) +("weitek" nil (((w ey) 1) ((t eh k) 1))) +("weith" nil (((w iy th) 1))) +("weitkamp" nil (((w ay t) 1) ((k ae m p) 1))) +("weitler" nil (((w ay t) 1) ((l er) 0))) +("weitman" nil (((w ay t) 1) ((m ax n) 0))) +("weitz" nil (((w ay t s) 1))) +("weitz" nil (((w iy t s) 1))) +("weitzel" nil (((w ay t) 1) ((z ax l) 0))) +("weitzen" nil (((w ay t) 1) ((s ax n) 0))) +("weitzman" nil (((w ay t) 1) ((s m ax n) 0))) +("weitzner" nil (((w ay t) 1) ((s n er) 0))) +("weizsaecker" nil (((w ay) 1) ((s ae) 1) ((k er) 0))) +("weksel" nil (((w eh k) 1) ((s ax l) 0))) +("weiwei" nil (((w ey) 1) ((w ey) 1))) +("weiwen" nil (((w ey) 1) ((w eh n) 1))) +("weixin" nil (((w ey) 1) ((sh iy n) 1))) +("welbilt" nil (((w eh l) 1) ((b ih l t) 1))) +("welborn" nil (((w eh l) 1) ((b er n) 0))) +("welborne" nil (((w eh l) 1) ((b er n) 0))) +("welby" nil (((w eh l) 1) ((b iy) 0))) +("welch" nil (((w eh l ch) 1))) +("welchel" nil (((w eh l) 1) ((ch ax l) 0))) +("welcher" nil (((w eh l) 1) ((ch er) 0))) +("welcome" nil (((w eh l) 1) ((k ax m) 0))) +("welcomed" nil (((w eh l) 1) ((k ax m d) 0))) +("welcomes" nil (((w eh l) 1) ((k ax m z) 0))) +("welcoming" nil (((w eh l) 1) ((k ax) 0) ((m ih ng) 0))) +("weld" nil (((w eh l d) 1))) +("welded" nil (((w eh l) 1) ((d ih d) 0))) +("welden" nil (((w eh l) 1) ((d ax n) 0))) +("welder" nil (((w eh l) 1) ((d er) 0))) +("welders" nil (((w eh l) 1) ((d er z) 0))) +("weldin" nil (((w eh l) 1) ((d ih n) 0))) +("welding" nil (((w eh l) 1) ((d ih ng) 0))) +("weldon" nil (((w eh l) 1) ((d ax n) 0))) +("welds" nil (((w eh l d z) 1))) +("weldwood" nil (((w eh l) 1) ((d w uh d) 1))) +("weldy" nil (((w eh l) 1) ((d iy) 0))) +("welfare" nil (((w eh l) 1) ((f eh r) 1))) +("welford" nil (((w eh l) 1) ((f er d) 0))) +("welge" nil (((w eh l jh) 1))) +("welinder" nil (((w eh) 1) ((l ih n) 1) ((d er) 0))) +("welk" nil (((w eh l k) 1))) +("welke" nil (((w eh l k) 1))) +("welker" nil (((w eh l) 1) ((k er) 0))) +("well" nil (((w eh l) 1))) +("welland" nil (((w eh) 1) ((l ax n d) 0))) +("wellborn" nil (((w eh l) 1) ((b ao r n) 1))) +("wellbrock" nil (((w eh l) 1) ((b r ax k) 0))) +("wellco" nil (((w eh l) 1) ((k ow) 0))) +("wellcome" nil (((w eh l) 1) ((k ah m) 1))) +("welle" nil (((w eh l) 1))) +("wellek" nil (((w eh) 1) ((l eh k) 0))) +("wellen" nil (((w eh) 1) ((l ax n) 0))) +("wellendorf" nil (((w eh) 1) ((l ih n) 0) ((d ao r f) 0))) +("wellens" nil (((w eh) 1) ((l ax n z) 0))) +("weller" nil (((w eh) 1) ((l er) 0))) +("welles" nil (((w eh l z) 1))) +("wellesley" nil (((w eh l) 1) ((z l iy) 0))) +("wellfleet" nil (((w eh l) 1) ((f l iy t) 1))) +("wellhead" nil (((w eh l) 1) ((hh eh d) 1))) +("welling" nil (((w eh) 1) ((l ih ng) 0))) +("wellington" nil (((w eh) 1) ((l ih ng) 0) ((t ax n) 0))) +("welliver" nil (((w eh) 1) ((l ih) 0) ((v er) 0))) +("wellman" nil (((w eh l) 1) ((m ax n) 0))) +("wellner" nil (((w eh l) 1) ((n er) 0))) +("wellness" nil (((w eh l) 1) ((n ax s) 0))) +("wellnitz" nil (((w eh l) 1) ((n ih t s) 0))) +("wellons" nil (((w eh) 1) ((l ax n z) 0))) +("wellpoint" nil (((w eh l) 1) ((p oy n t) 1))) +("wells" nil (((w eh l z) 1))) +("wellspring" nil (((w eh l) 1) ((s p r ih ng) 1))) +("wellstone" nil (((w eh l) 1) ((s ow n) 1))) +("welltech" nil (((w eh l) 1) ((t eh k) 1))) +("welna" nil (((w eh l) 1) ((n ax) 0))) +("welp" nil (((w eh l p) 1))) +("welsch" nil (((w eh l sh) 1))) +("welser" nil (((w eh l) 1) ((s er) 0))) +("welsh" nil (((w eh l ch) 1))) +("welshans" nil (((w eh l) 1) ((sh ax n z) 0))) +("welt" nil (((w eh l t) 1))) +("welte" nil (((w eh l t) 1))) +("welter" nil (((w eh l) 1) ((t er) 0))) +("welterweight" nil (((w eh l) 1) ((t er) 0) ((w ey t) 1))) +("weltman" nil (((w eh l t) 1) ((m ax n) 0))) +("welton" nil (((w eh l) 1) ((t ax n) 0))) +("welty" nil (((w eh l) 1) ((t iy) 0))) +("weltz" nil (((w eh l t s) 1))) +("welz" nil (((w eh l z) 1))) +("wembley" nil (((w eh m) 1) ((b l iy) 0))) +("wemhoff" nil (((w eh m) 1) ((hh ao f) 1))) +("wemmer" nil (((w eh) 1) ((m er) 0))) +("wempe" nil (((w eh m p) 1))) +("wemple" nil (((w eh m) 1) ((p ax l) 0))) +("wen" nil (((w eh n) 1))) +("wenatchee" nil (((w ax) 0) ((n ae) 1) ((ch iy) 0))) +("wenberg" nil (((w eh n) 1) ((b er g) 0))) +("Wenceslas" n (((w eh n) 1) ((s ax) 0) ((s l ax s) 0))) +("wenceslaus" nil (((w eh n) 1) ((s ax) 0) ((s l ao s) 1))) +("wenchang" nil (((w eh n) 1) ((ch aa ng) 1))) +("wenches" nil (((w eh n) 1) ((ch ih z) 0))) +("wenchester" nil (((w eh n) 1) ((ch eh) 1) ((s t er) 0))) +("wenck" nil (((w eh ng k) 1))) +("wend" nil (((w eh n d) 1))) +("wenda" nil (((w eh n) 1) ((d ax) 0))) +("wende" nil (((w eh n d) 1))) +("wendel" nil (((w eh n) 1) ((d ax l) 0))) +("wendeline" nil (((w eh n) 1) ((d ih) 0) ((l ay n) 1))) +("wendelken" nil (((w eh n) 1) ((d ih l) 0) ((k ax n) 0))) +("wendell" nil (((w eh n) 1) ((d ax l) 0))) +("wender" nil (((w eh n) 1) ((d er) 0))) +("wenders" nil (((w eh n) 1) ((d er z) 0))) +("wendi" nil (((w eh n) 1) ((d iy) 1))) +("wending" nil (((w eh n) 1) ((d ih ng) 0))) +("wendland" nil (((w eh n d) 1) ((l ax n d) 0))) +("wendlandt" nil (((w eh n d) 1) ((l ax n t) 0))) +("wendler" nil (((w eh n d) 1) ((l er) 0))) +("wendling" nil (((w eh n d) 1) ((l ih ng) 0))) +("wendorf" nil (((w eh n) 1) ((d ao r f) 0))) +("wendorff" nil (((w eh n) 1) ((d ao r f) 0))) +("wends" nil (((w eh n d z) 1))) +("wendt" nil (((w eh n t) 1))) +("wendy" nil (((w eh n) 1) ((d iy) 0))) +("wenfan" nil (((w eh n) 1) ((f ae n) 1))) +("weng" nil (((w eh ng) 1))) +("wenge" nil (((w eh n jh) 1))) +("wenger" nil (((w eh ng) 1) ((er) 0))) +("wengerd" nil (((w eh ng) 1) ((g er d) 0))) +("wengert" nil (((w eh ng) 1) ((g er t) 0))) +("wengler" nil (((w ih ng) 1) ((ax) 0) ((l er) 0))) +("wenhai" nil (((w eh n) 1) ((hh ay) 1))) +("wenig" nil (((w eh) 1) ((n ih g) 0))) +("weniger" nil (((w eh) 1) ((n ih) 0) ((g er) 0))) +("weninger" nil (((w eh) 1) ((n ih ng) 0) ((er) 0))) +("wenk" nil (((w eh ng k) 1))) +("wenke" nil (((w eh ng k) 1))) +("wenker" nil (((w eh ng) 1) ((k er) 0))) +("wennberg" nil (((w eh n) 1) ((b er g) 0))) +("wenner" nil (((w eh) 1) ((n er) 0))) +("wennerstrom" nil (((w eh) 1) ((n er) 0) ((s t r ax m) 0))) +("wenning" nil (((w eh) 1) ((n ih ng) 0))) +("wenninger" nil (((w eh) 1) ((n ih ng) 0) ((er) 0))) +("wenona" nil (((w eh) 1) ((n ax) 0) ((n ax) 0))) +("wenpeng" nil (((w eh n) 1) ((p ah ng) 0))) +("wenrich" nil (((w eh n) 1) ((r ih k) 0))) +("wenrick" nil (((w eh n) 1) ((r ih k) 0))) +("wensberg" nil (((w eh n z) 1) ((b er g) 0))) +("wensel" nil (((w eh n) 1) ((s ax l) 0))) +("wenstrom" nil (((w eh n) 1) ((s t r ax m) 0))) +("went" nil (((w eh n t) 1))) +("wente" nil (((w eh n t) 1))) +("wentland" nil (((w eh n t) 1) ((l ax n d) 0))) +("wentling" nil (((w eh n t) 1) ((l ih ng) 0))) +("wenwen" nil (((w eh n) 1) ((w eh n) 1))) +("wentworth" nil (((w eh n) 1) ((t w er th) 1))) +("wentz" nil (((w eh n t s) 1))) +("wentzel" nil (((w eh n t) 1) ((z ax l) 0))) +("wentzell" nil (((w eh n t) 1) ((z ax l) 0))) +("wentzville" nil (((w eh n t) 1) ((s v ih l) 1))) +("wenz" nil (((w eh n z) 1))) +("wenzel" nil (((w eh n) 1) ((z ax l) 0))) +("wenzhou" nil (((w eh n) 1) ((jh ow) 1))) +("wenzl" nil (((w eh n) 1) ((z ax l) 0))) +("wenzler" nil (((w eh n) 1) ((z l er) 0))) +("wenzlick" nil (((w eh n) 1) ((z l ih k) 0))) +("weppler" nil (((w eh) 1) ((p l er) 0))) +("wept" nil (((w eh p t) 1))) +("werber" nil (((w er) 1) ((b er) 0))) +("werden" nil (((w er) 1) ((d ax n) 0))) +("werder" nil (((w er) 1) ((d er) 0))) +("werdesheim" nil (((w er d z) 1) ((hh ay m) 1))) +("were" nil (((w er) 0))) +("wereldhave" nil (((w eh) 1) ((r ax l d) 0) ((hh aa) 1) ((v ey) 0))) +("werent" nil (((w er n t) 1))) +("werewolf" nil (((w eh r) 1) ((w uh l f) 1))) +("wergin" nil (((w er) 1) ((g ih n) 0))) +("werk" nil (((w er k) 1))) +("werke" nil (((w er k) 1))) +("werkheiser" nil (((w er k) 1) ((hh ay) 0) ((s er) 0))) +("werking" nil (((w er) 1) ((k ih ng) 0))) +("werkmeister" nil (((w er k) 1) ((m ay) 0) ((s t er) 0))) +("werle" nil (((w ao) 1) ((r ax l) 0))) +("werley" nil (((w er) 1) ((l iy) 0))) +("werling" nil (((w er) 1) ((l ih ng) 0))) +("werman" nil (((w er) 1) ((m ax n) 0))) +("wermiel" nil (((w er) 0) ((m iy) 0) ((ax l) 0))) +("wermuth" nil (((w er) 0) ((m uw th) 1))) +("wernecke" nil (((w er) 1) ((n ih k) 0))) +("werner" nil (((w er) 1) ((n er) 0))) +("wernert" nil (((w er) 1) ((n er t) 0))) +("wernet" nil (((w er) 1) ((n ih t) 0))) +("wernette" nil (((w er) 0) ((n eh t) 1))) +("wernick" nil (((w er) 1) ((n ih k) 0))) +("wernicke" nil (((w er) 1) ((n ih k) 0))) +("wernimont" nil (((w er) 1) ((n ih) 0) ((m ax n t) 0))) +("werning" nil (((w er) 1) ((n ih ng) 0))) +("wernli" nil (((w er n) 1) ((l iy) 0))) +("werntz" nil (((w er n t s) 1))) +("werre" nil (((w eh r) 1))) +("werry" nil (((w eh) 1) ((r iy) 0))) +("werst" nil (((w er s t) 1))) +("wert" nil (((w er t) 1))) +("wertenberger" nil (((w er) 1) ((t ax n) 0) ((b er) 0) ((g er) 0))) +("werth" nil (((w er th) 1))) +("wertheim" nil (((w er t) 1) ((hh ay m) 0))) +("wertheimer" nil (((w er t) 1) ((hh ay) 0) ((m er) 0))) +("werther" nil (((w er) 1) ((dh er) 0))) +("wertman" nil (((w er t) 1) ((m ax n) 0))) +("werts" nil (((w er t s) 1))) +("wertz" nil (((w er t s) 1))) +("wery" nil (((w eh) 1) ((r iy) 0))) +("wes" nil (((w eh s) 1))) +("wesch" nil (((w eh sh) 1))) +("wesche" nil (((w eh sh) 1))) +("wesco" nil (((w eh) 1) ((s k ow) 0))) +("wescoat" nil (((w eh) 1) ((s k ow t) 1))) +("wescott" nil (((w eh) 1) ((s k aa t) 0))) +("weseloh" nil (((w ey) 0) ((s ey) 1) ((l ow) 0))) +("wesely" nil (((w iy) 1) ((z l iy) 0))) +("weseman" nil (((w iy z) 1) ((m ax n) 0))) +("wesemann" nil (((w iy z) 1) ((m ax n) 0))) +("wesenberg" nil (((w iy) 1) ((z ax n) 0) ((b er g) 0))) +("wesker" nil (((w eh) 1) ((s k er) 0))) +("wesler" nil (((w eh) 1) ((s ax) 0) ((l er) 0))) +("wesley" nil (((w eh) 1) ((s l iy) 0))) +("wesleyan" nil (((w eh) 1) ((z l iy) 0) ((ax n) 0))) +("wesner" nil (((w eh) 1) ((s n er) 0))) +("wesolek" nil (((w eh) 1) ((s ax) 0) ((l ih k) 0))) +("wesolowski" nil (((v ih) 0) ((s ax) 0) ((l ao f) 1) ((s k iy) 0))) +("wesp" nil (((w eh s p) 1))) +("wespac" nil (((w eh) 1) ((s p ae k) 1))) +("wespercorp" nil (((w eh) 1) ((s p er) 0) ((k ao r p) 1))) +("wesray" nil (((w eh) 1) ((s r ey) 0))) +("wessel" nil (((w eh) 1) ((s ax l) 0))) +("wessell" nil (((w eh) 1) ((s ax l) 0))) +("wessells" nil (((w eh) 1) ((s ax l z) 0))) +("wesselman" nil (((w eh) 1) ((s ax l) 0) ((m ax n) 0))) +("wessels" nil (((w eh) 1) ((s ax l z) 0))) +("wessex" nil (((w eh) 1) ((s ax k s) 0))) +("wessinger" nil (((w eh) 1) ((s ih n) 0) ((jh er) 0))) +("wessler" nil (((w eh) 1) ((s l er) 0))) +("wessling" nil (((w eh) 1) ((s ax) 0) ((l ih ng) 0))) +("wessman" nil (((w eh) 1) ((s m ax n) 0))) +("wessner" nil (((w eh) 1) ((s n er) 0))) +("wesson" nil (((w eh) 1) ((s ax n) 0))) +("west" nil (((w eh s t) 1))) +("westair" nil (((w eh) 1) ((s t eh r) 1))) +("westall" nil (((w eh) 1) ((s t ax l) 0))) +("westamerica" nil (((w eh) 1) ((s t ax) 0) ((m eh) 1) ((r ih) 0) ((k ax) 0))) +("westar" nil (((w eh) 1) ((s t er) 0))) +("westbay" nil (((w eh s t) 1) ((b ey) 1))) +("westberg" nil (((w eh s t) 1) ((b er g) 0))) +("westberry" nil (((w eh s t) 1) ((b eh) 1) ((r iy) 0))) +("westboro" nil (((w eh s t) 1) ((b er) 0) ((ow) 0))) +("westborough" nil (((w eh s t) 1) ((b er) 0) ((ow) 0))) +("westbound" nil (((w eh s t) 1) ((b aw n d) 1))) +("westbridge" nil (((w eh s t) 1) ((b r ih jh) 1))) +("westbrook" nil (((w eh s t) 1) ((b r uh k) 1))) +("westbrooks" nil (((w eh s t) 1) ((b r uh k s) 1))) +("westburne" nil (((w eh s t) 1) ((b er n) 0))) +("westbury" nil (((w eh s t) 1) ((b eh) 1) ((r iy) 0))) +("westby" nil (((w eh s t) 1) ((b iy) 0))) +("westcap" nil (((w eh s t) 1) ((k ae p) 1))) +("westchester" nil (((w eh s t) 1) ((ch eh) 1) ((s t er) 0))) +("westcoast" nil (((w eh s t) 1) ((k ow s t) 1))) +("westcorp" nil (((w eh s t) 1) ((k ao r p) 1))) +("westcott" nil (((w eh s t) 1) ((k aa t) 1))) +("westdeutsche" nil (((w eh s t) 1) ((d oy ch) 1))) +("westen" nil (((w eh) 1) ((s t ax n) 0))) +("westenberger" nil (((w eh) 1) ((s t ax n) 0) ((b er) 0) ((g er) 0))) +("westendorf" nil (((w eh) 1) ((s t ih n) 0) ((d ao r f) 0))) +("wester" nil (((w eh) 1) ((s t er) 0))) +("westerbeck" nil (((w eh) 1) ((s t er) 0) ((b eh k) 1))) +("westerberg" nil (((w eh) 1) ((s t er) 0) ((b er g) 0))) +("westerfeld" nil (((w eh) 1) ((s t er) 0) ((f eh l d) 1))) +("westerfield" nil (((w eh) 1) ((s t er) 0) ((f iy l d) 1))) +("westergaard" nil (((w eh) 1) ((s t er) 0) ((g aa r d) 1))) +("westergard" nil (((w eh) 1) ((s t er) 0) ((g er d) 0))) +("westergren" nil (((w eh) 1) ((s t er) 0) ((g r eh n) 0))) +("westerhoff" nil (((w eh) 1) ((s t er) 0) ((hh ao f) 1))) +("westerhold" nil (((w eh) 1) ((s t er) 0) ((hh ow l d) 1))) +("westerlund" nil (((w eh) 1) ((s t er) 0) ((l ax n d) 0))) +("westerly" nil (((w eh) 1) ((s t er) 0) ((l iy) 0))) +("westerman" nil (((w eh) 1) ((s t er) 0) ((m ax n) 0))) +("westermann" nil (((w eh) 1) ((s t er) 0) ((m ax n) 0))) +("westermeyer" nil (((w eh) 1) ((s t er) 0) ((m ay) 0) ((er) 0))) +("western" nil (((w eh) 1) ((s t er n) 0))) +("westerner" nil (((w eh) 1) ((s t er) 0) ((n er) 0))) +("westerners" nil (((w eh) 1) ((s t er) 0) ((n er z) 0))) +("westernization" nil (((w eh) 1) ((s t er) 0) ((n ih) 0) ((z ey) 1) ((sh ax n) 0))) +("westernize" nil (((w eh) 1) ((s t er) 0) ((n ay z) 1))) +("westernized" nil (((w eh) 1) ((s t er) 0) ((n ay z d) 1))) +("westernmost" nil (((w eh) 1) ((s t er n) 0) ((m ow s t) 1))) +("westerns" nil (((w eh) 1) ((s t er n z) 0))) +("westervelt" nil (((w eh) 1) ((s t er) 0) ((v ih l t) 0))) +("westfaelisches" nil (((w eh s t) 1) ((f ey) 1) ((l ih) 0) ((sh ih z) 0))) +("westfahl" nil (((w eh s t) 1) ((f aa l) 1))) +("westfall" nil (((w eh s t) 1) ((f ao l) 1))) +("westfed" nil (((w eh s t) 1) ((f eh d) 1))) +("westfield" nil (((w eh s t) 1) ((f iy l d) 0))) +("westford" nil (((w eh s t) 1) ((f er d) 0))) +("westgate" nil (((w eh s t) 1) ((g ey t) 1))) +("westheimer" nil (((w eh s t) 1) ((hh ay) 1) ((m er) 0))) +("westhoff" nil (((w eh s t) 1) ((hh ao f) 1))) +("westin" nil (((w eh) 1) ((s t ih n) 0))) +("westinghouse" nil (((w eh) 1) ((s t ih ng) 0) ((hh aw s) 1))) +("westlake" nil (((w eh s t) 1) ((l ey k) 1))) +("westland" nil (((w eh s t) 1) ((l ax n d) 0))) +("westleigh" nil (((w eh s t) 1) ((l ay) 0))) +("westley" nil (((w eh s t) 1) ((l iy) 0))) +("westling" nil (((w eh s t) 1) ((l ih ng) 0))) +("westlund" nil (((w eh s t) 1) ((l ax n d) 0))) +("westman" nil (((w eh s t) 1) ((m ax n) 0))) +("westmarc" nil (((w eh s t) 1) ((m aa r k) 1))) +("westmark" nil (((w eh s t) 1) ((m aa r k) 1))) +("westmin" nil (((w eh s t) 1) ((m ih n) 0))) +("westminster" nil (((w eh s t) 1) ((m ih n) 1) ((s t er) 0))) +("westmoreland" nil (((w eh s t) 0) ((m ao r) 1) ((l ax n d) 0))) +("weston" nil (((w eh) 1) ((s t ax n) 0))) +("westover" nil (((w eh) 1) ((s t ow) 1) ((v er) 0))) +("westpac" nil (((w eh s t) 1) ((p ae k) 1))) +("westphal" nil (((w eh s t) 1) ((f ax l) 0))) +("westphalen" nil (((w eh s t) 1) ((f ax) 0) ((l ax n) 0))) +("westphalia" nil (((w eh s t) 1) ((f ey) 1) ((l iy) 0) ((ax) 0))) +("westport" nil (((w eh s t) 1) ((p ao r t) 1))) +("westpride" nil (((w eh s t) 1) ((p r ay d) 1))) +("westra" nil (((w eh) 1) ((s t r ax) 0))) +("westrich" nil (((w eh) 1) ((s t r ih k) 0))) +("westrick" nil (((w eh) 1) ((s t r ih k) 0))) +("westridge" nil (((w eh) 1) ((s t r ih jh) 1))) +("westrom" nil (((w eh) 1) ((s t r ax m) 0))) +("westrum" nil (((w eh) 1) ((s t r ax m) 0))) +("westrup" nil (((w eh) 1) ((s t r ax p) 0))) +("westside" nil (((w eh s t) 1) ((s ay d) 1))) +("westtech" nil (((w eh) 1) ((s t eh k) 1))) +("westvaco" nil (((w eh s t) 1) ((v ae) 1) ((k ow) 0))) +("westward" nil (((w eh s) 1) ((t w er d) 0))) +("westwards" nil (((w eh s) 1) ((t w er d z) 0))) +("westwood" nil (((w eh s) 1) ((t w uh d) 1))) +("westworld" nil (((w eh s) 1) ((t w er l d) 1))) +("wesun" nil (((w iy) 1) ((s ah n) 1))) +("wet" nil (((w eh t) 1))) +("wetherbee" nil (((w eh) 1) ((dh er) 0) ((b iy) 1))) +("wetherby" nil (((w eh) 1) ((th er) 0) ((b iy) 0))) +("wetherell" nil (((w eh) 1) ((th er) 0) ((ax l) 0))) +("wetherill" nil (((w eh) 1) ((th er) 0) ((ax l) 0))) +("wetherington" nil (((w eh) 1) ((dh er) 0) ((ih ng) 0) ((t ax n) 0))) +("wetherly" nil (((w eh) 1) ((dh er) 0) ((l iy) 0))) +("wethington" nil (((w eh) 1) ((th ih ng) 0) ((t ax n) 0))) +("wetland" nil (((w eh t) 1) ((l ae n d) 1))) +("wetlands" nil (((w eh t) 1) ((l ae n d z) 1))) +("wetmore" nil (((w eh t) 1) ((m ao r) 0))) +("wetness" nil (((w eh t) 1) ((n ax s) 0))) +("wetsel" nil (((w eh t) 1) ((s ax l) 0))) +("wetstein" nil (((w eh t) 1) ((s t iy n) 1))) +("wettengel" nil (((w eh) 1) ((t ih ng) 0) ((g ax l) 0))) +("wetter" nil (((w eh) 1) ((t er) 0))) +("wetterau" nil (((w eh) 1) ((t er) 0) ((aw) 0))) +("wettergreen" nil (((w eh) 1) ((t er) 0) ((g r iy n) 1))) +("wettest" nil (((w eh) 1) ((t ax s t) 0))) +("wettlaufer" nil (((w eh t) 1) ((l aw) 0) ((f er) 0))) +("wettstein" nil (((w eh t) 1) ((s t ay n) 0))) +("wetz" nil (((w eh t s) 1))) +("wetzel" nil (((w eh t) 1) ((z ax l) 0))) +("wetzler" nil (((w eh t) 1) ((s l er) 0))) +("wetzstein" nil (((w eh t) 1) ((s t ay n) 0))) +("wever" nil (((w iy) 1) ((v er) 0))) +("wexler" nil (((w eh k) 1) ((s l er) 0))) +("wexner" nil (((w eh k) 1) ((s n er) 0))) +("wey" nil (((w ey) 1))) +("weyand" nil (((w ey) 1) ((ax n d) 0))) +("weyandt" nil (((w ey) 1) ((ax n t) 0))) +("weyant" nil (((w ey) 1) ((ax n t) 0))) +("weyenberg" nil (((w ay n) 1) ((b er g) 0))) +("weyer" nil (((w ey) 1) ((er) 0))) +("weyerhaeuser" nil (((w eh r) 1) ((hh aw) 1) ((z er) 0))) +("weyers" nil (((w ey) 1) ((er z) 0))) +("weyforth" nil (((w ey) 1) ((f ao r th) 1))) +("weygandt" nil (((w ey) 1) ((g ax n t) 0))) +("weyhrauch" nil (((w ey) 1) ((r aw k) 1))) +("weyl" nil (((w ey l) 1))) +("weyland" nil (((w ey) 1) ((l ax n d) 0))) +("weylin" nil (((w ey) 1) ((l ih n) 0))) +("weyman" nil (((w ey) 1) ((m ax n) 0))) +("weymouth" nil (((w ey) 1) ((m ax th) 0))) +("weyrauch" nil (((w eh) 1) ((r aw k) 0))) +("weyrich" nil (((w eh) 1) ((r ih k) 0))) +("weyrick" nil (((w ey) 1) ((r ih k) 0))) +("whack" nil (((w ae k) 1))) +("whacked" nil (((w ae k t) 1))) +("whacking" nil (((w ae) 1) ((k ih ng) 0))) +("whacks" nil (((w ae k s) 1))) +("whale" nil (((w ey l) 1))) +("whalen" nil (((w ey) 1) ((l ax n) 0))) +("whaler" nil (((w ey) 1) ((l er) 0))) +("whales" nil (((w ey l z) 1))) +("whaley" nil (((w ey) 1) ((l iy) 0))) +("whalin" nil (((w ae) 1) ((l ih n) 0))) +("whaling" nil (((w ey) 1) ((l ih ng) 0))) +("whalley" nil (((w ae) 1) ((l iy) 0))) +("wham" nil (((w ae m) 1))) +("whammy" nil (((w ae) 1) ((m iy) 0))) +("whampoa" nil (((w ae m) 0) ((p ow) 1) ((ax) 0))) +("whan" nil (((w ae n) 1))) +("whang" nil (((w ae ng) 1))) +("wharf" nil (((w ao r f) 1))) +("wharff" nil (((w aa r f) 1))) +("wharry" nil (((w ae) 1) ((r iy) 0))) +("wharton" nil (((w ao r) 1) ((t ax n) 0))) +("what" nil (((w ah t) 1))) +("whatever" nil (((w ah) 1) ((t eh) 1) ((v er) 0))) +("whatley" nil (((w ah t) 1) ((l iy) 0))) +("whatnot" nil (((w ah t) 1) ((n aa t) 1))) +("whats" nil (((w ax t s) 0))) +("whatsapp" nil (((w ah t s) 1) ((ae p) 1))) +("whatsoever" nil (((w ah t) 1) ((s ow) 0) ((eh) 1) ((v er) 0))) +("wheat" nil (((w iy t) 1))) +("wheaten" nil (((w iy) 1) ((t ax n) 0))) +("wheaties" nil (((w iy) 1) ((t iy z) 0))) +("wheatley" nil (((w iy t) 1) ((l iy) 0))) +("wheaton" nil (((w iy) 1) ((t ax n) 0))) +("whedbee" nil (((w eh d) 1) ((b iy) 1))) +("whedon" nil (((w eh) 1) ((d ax n) 0))) +("wheel" nil (((w iy l) 1))) +("wheelabrator" nil (((w iy) 1) ((l ax) 0) ((b r ey) 1) ((t er) 0))) +("wheelan" nil (((w iy) 1) ((l ax n) 0))) +("wheeland" nil (((w iy) 1) ((l ax n d) 0))) +("wheelbarrow" nil (((w iy l) 1) ((b eh) 1) ((r ow) 0))) +("wheelbarrows" nil (((w iy l) 1) ((b eh) 1) ((r ow z) 0))) +("wheelbase" nil (((w iy l) 1) ((b ey s) 1))) +("wheelchair" nil (((w iy l) 1) ((ch eh r) 1))) +("wheelchairs" nil (((w iy l) 1) ((ch eh r z) 1))) +("wheeldon" nil (((w iy l) 1) ((d ax n) 0))) +("wheeled" nil (((w iy l d) 1))) +("wheeler" nil (((w iy) 1) ((l er) 0))) +("wheelers" nil (((w iy) 1) ((l er z) 0))) +("wheeless" nil (((w iy) 1) ((l ax s) 0))) +("wheeling" nil (((w iy) 1) ((l ih ng) 0))) +("wheelis" nil (((w iy) 1) ((l ih s) 0))) +("wheelock" nil (((w iy) 1) ((l aa k) 1))) +("wheelon" nil (((w iy) 1) ((l ax n) 0))) +("wheels" nil (((w iy l z) 1))) +("wheelus" nil (((w iy) 1) ((l ax s) 0))) +("wheelwright" nil (((w iy l) 1) ((r ay t) 1))) +("wheelwriter" nil (((w iy l) 1) ((r ay) 1) ((t er) 0))) +("wheezes" nil (((w iy) 1) ((z ax z) 0))) +("wheezing" nil (((w iy) 1) ((z ih ng) 0))) +("whelan" nil (((w eh) 1) ((l ax n) 0))) +("whelchel" nil (((w eh l) 1) ((ch ax l) 0))) +("wheless" nil (((w iy) 1) ((l ih s) 0))) +("whelpley" nil (((w eh l) 1) ((p l iy) 0))) +("whelton" nil (((w eh l) 1) ((t ax n) 0))) +("when" nil (((w eh n) 1))) +("whence" nil (((w eh n s) 1))) +("whenever" nil (((w eh) 0) ((n eh) 1) ((v er) 0))) +("where" nil (((w eh r) 1))) +("whereabouts" nil (((w eh) 1) ((r ax) 0) ((b aw t s) 1))) +("whereas" nil (((w eh) 0) ((r ae z) 1))) +("whereby" nil (((w eh r) 0) ((b ay) 1))) +("wherehouse" nil (((w eh r) 1) ((hh aw s) 1))) +("wherein" nil (((w eh) 0) ((r ih n) 1))) +("whereupon" nil (((w eh) 1) ((r ax) 0) ((p aa n) 1))) +("wherever" nil (((w eh) 0) ((r eh) 1) ((v er) 0))) +("wherewithal" nil (((w eh r) 1) ((w ih) 0) ((dh ao l) 1))) +("wherley" nil (((w er) 1) ((l iy) 0))) +("wherry" nil (((w eh) 1) ((r iy) 0))) +("whet" nil (((w eh t) 1))) +("whether" nil (((w eh) 1) ((dh er) 0))) +("whetsel" nil (((w eh t) 1) ((s ax l) 0))) +("whetsell" nil (((w eh t) 1) ((s ax l) 0))) +("whetstine" nil (((w eh t) 1) ((s t iy n) 0))) +("whetstone" nil (((w eh t) 1) ((s t ow n) 1))) +("whetted" nil (((w eh) 1) ((t ih d) 0))) +("whetzel" nil (((w eh t) 1) ((z ax l) 0))) +("whew" nil (((w uw) 1))) +("whey" nil (((w ey) 1))) +("which" nil (((w ih ch) 1))) +("whichard" nil (((w ih) 1) ((ch er d) 0))) +("whichever" nil (((w ih) 0) ((ch eh) 1) ((v er) 0))) +("whicker" nil (((w ih) 1) ((k er) 0))) +("whidby" nil (((w ih d) 1) ((b iy) 0))) +("whidden" nil (((w ih) 1) ((d ax n) 0))) +("whiddon" nil (((w ih) 1) ((d ax n) 0))) +("whiff" nil (((w ih f) 1))) +("whig" nil (((w ih g) 1))) +("whigham" nil (((w ih) 1) ((g ax m) 0))) +("whigs" nil (((w ih g z) 1))) +("whilden" nil (((w ay l) 1) ((d ax n) 0))) +("while" nil (((w ay l) 1))) +("whiles" nil (((w ay l z) 1))) +("whim" nil (((w ih m) 1))) +("whimper" nil (((w ih m) 1) ((p er) 0))) +("whimpering" nil (((w ih m) 1) ((p er) 0) ((ih ng) 0))) +("whims" nil (((w ih m z) 1))) +("whimsical" nil (((w ih m) 1) ((z ih) 0) ((k ax l) 0))) +("whimsy" nil (((w ih m) 1) ((s iy) 0))) +("whine" nil (((w ay n) 1))) +("whinery" nil (((w ay) 1) ((n er) 0) ((iy) 0))) +("whines" nil (((w ay n z) 1))) +("whining" nil (((w ay) 1) ((n ih ng) 0))) +("whinnery" nil (((w ih) 1) ((n er) 0) ((iy) 0))) +("whinney" nil (((w ih) 1) ((n iy) 0))) +("whiny" nil (((w ay) 1) ((n iy) 0))) +("whip" nil (((w ih p) 1))) +("whipkey" nil (((w ih p) 1) ((k iy) 1))) +("whiplash" nil (((w ih) 1) ((p l ae sh) 1))) +("whiplashes" nil (((w ih) 1) ((p l ae) 1) ((sh ax z) 0))) +("whipp" nil (((w ih p) 1))) +("whippany" nil (((w ih) 1) ((p ax) 0) ((n iy) 0))) +("whipped" nil (((w ih p t) 1))) +("whipping" nil (((w ih) 1) ((p ih ng) 0))) +("whipple" nil (((w ih) 1) ((p ax l) 0))) +("whippoorwills" nil (((w ih) 1) ((p er) 0) ((w ih l z) 1))) +("whipps" nil (((w ih p s) 1))) +("whips" nil (((w ih p s) 1))) +("whipsaw" nil (((w ih p) 1) ((s ao) 1))) +("whipsawed" nil (((w ih p) 1) ((s ao d) 1))) +("whipsawing" nil (((w ih p) 1) ((s ao) 1) ((ih ng) 0))) +("whir" n (((w ih r) 1))) +("whirl" nil (((w er l) 1))) +("whirled" nil (((w er l d) 1))) +("whirley" nil (((w er) 1) ((l iy) 0))) +("whirling" nil (((w er) 1) ((l ih ng) 0))) +("whirlpool" nil (((w er l) 1) ((p uw l) 1))) +("whirlpools" nil (((w er l) 1) ((p uw l z) 1))) +("whirlwind" nil (((w er l) 1) ((w ih n d) 1))) +("whirring" nil (((w er) 1) ((ih ng) 0))) +("whisenand" nil (((w ih) 1) ((s ih) 0) ((n ae n d) 0))) +("whisenant" nil (((w ih) 1) ((s ih) 0) ((n ax n t) 0))) +("whisenhunt" nil (((w ay) 1) ((z ax n) 0) ((hh ah n t) 1))) +("whisk" nil (((w ih s k) 1))) +("whisked" nil (((w ih s k t) 1))) +("whiskers" nil (((w ih) 1) ((s k er z) 0))) +("whiskey" nil (((w ih) 1) ((s k iy) 0))) +("whiskeys" nil (((w ih) 1) ((s k iy z) 0))) +("whisks" nil (((w ih s k s) 1))) +("whisky" nil (((w ih) 1) ((s k iy) 0))) +("whisler" nil (((w ih) 1) ((s l er) 0))) +("whisman" nil (((w ih) 1) ((s m ax n) 0))) +("whisnant" nil (((w ih) 1) ((s n ax n t) 0))) +("whisner" nil (((w ih) 1) ((s n er) 0))) +("whisonant" nil (((w ih) 1) ((s ax) 0) ((n ax n t) 0))) +("whisper" nil (((w ih) 1) ((s p er) 0))) +("whispered" nil (((w ih) 1) ((s p er d) 0))) +("whispering" nil (((w ih) 1) ((s p er) 0) ((ih ng) 0))) +("whispers" nil (((w ih) 1) ((s p er z) 0))) +("whistle" nil (((w ih) 1) ((s ax l) 0))) +("whistleblower" nil (((w ih) 1) ((s l ax) 0) ((b l ow) 1) ((er) 0))) +("whistleblowers" nil (((w ih) 1) ((s l ax) 0) ((b l ow) 1) ((er z) 0))) +("whistled" nil (((w ih) 1) ((s ax l d) 0))) +("whistler" nil (((w ih) 1) ((s l er) 0))) +("whistlers" nil (((w ih) 1) ((s l er z) 0))) +("whistles" nil (((w ih) 1) ((s ax l z) 0))) +("whistling" nil (((w ih) 1) ((s l ih ng) 0))) +("whiston" nil (((w ih) 1) ((s t ax n) 0))) +("whit" nil (((w ih t) 1))) +("whitacre" nil (((w ih) 1) ((t ax) 0) ((k er) 0))) +("whitaker" nil (((w ih) 1) ((t ax) 0) ((k er) 0))) +("whitbeck" nil (((w ih t) 1) ((b eh k) 1))) +("whitbread" nil (((w ih t) 1) ((b r eh d) 1))) +("whitby" nil (((w ih t) 1) ((b iy) 0))) +("whitcher" nil (((w ih) 1) ((ch er) 0))) +("whitchurch" nil (((w ih t) 1) ((ch er ch) 1))) +("whitcomb" nil (((w ih t) 1) ((k ax m) 0))) +("whitcraft" nil (((w ih t) 1) ((k r ae f t) 1))) +("white" nil (((w ay t) 1))) +("whiteaker" nil (((w ih) 1) ((t ax) 0) ((k er) 0))) +("whitebread" nil (((w ay t) 1) ((b r eh d) 1))) +("whitecotton" nil (((w ay t) 1) ((k aa) 1) ((t ax n) 0))) +("whited" nil (((w ay) 1) ((t ih d) 0))) +("whitefield" nil (((w ay t) 1) ((f iy l d) 1))) +("whitefish" nil (((w ay t) 1) ((f ih sh) 1))) +("whiteford" nil (((w ay t) 1) ((f ao r d) 0))) +("whitehair" nil (((w ay t) 1) ((hh eh r) 1))) +("whitehall" nil (((w ay t) 1) ((hh ao l) 1))) +("whitehead" nil (((w ay t) 1) ((hh eh d) 1))) +("whitehill" nil (((w ay t) 1) ((hh ih l) 1))) +("whitehorn" nil (((w ay t) 1) ((hh ao r n) 1))) +("whitehorse" nil (((w ay t) 1) ((hh ao r s) 1))) +("whitehouse" nil (((w ay t) 1) ((hh aw s) 1))) +("whitehurst" nil (((w ay t) 1) ((hh er s t) 1))) +("whitelaw" nil (((w ay t) 1) ((l ao) 1))) +("whiteley" nil (((w ay t) 1) ((l iy) 0))) +("whitelock" nil (((w ay t) 1) ((l aa k) 1))) +("whitely" nil (((w ay t) 1) ((l iy) 0))) +("whiteman" nil (((w ay t) 1) ((m ax n) 0))) +("whitemont" nil (((w ay t) 1) ((m aa n t) 1))) +("whiten" nil (((w ay) 1) ((t ax n) 0))) +("whitenack" nil (((w ay t) 1) ((n ae k) 1))) +("whiteneir" nil (((w ay t) 1) ((n ih r) 1))) +("whitener" nil (((w ay t) 1) ((n er) 0))) +("whiteness" nil (((w ay t) 1) ((n ax s) 0))) +("whitenight" nil (((w ay t) 1) ((n ay t) 1))) +("whiter" nil (((w ay) 1) ((t er) 0))) +("whites" nil (((w ay t s) 1))) +("whitescarver" nil (((w ay t) 1) ((s k aa r) 1) ((v er) 0))) +("whitesel" nil (((w ay t) 1) ((s eh l) 1))) +("whitesell" nil (((w ay t) 1) ((s eh l) 1))) +("whiteside" nil (((w ay t) 1) ((s ay d) 1))) +("whitesides" nil (((w ay t) 1) ((s ay d z) 1))) +("whitetail" nil (((w ay t) 1) ((t ey l) 1))) +("whitewash" nil (((w ay) 1) ((t w aa sh) 1))) +("whitewashed" nil (((w ay) 1) ((t w aa sh t) 1))) +("whitewater" nil (((w ay) 1) ((t w ao) 1) ((t er) 0))) +("whitey" nil (((w ay) 1) ((t iy) 1))) +("whitfield" nil (((w ih t) 1) ((f iy l d) 0))) +("whitfill" nil (((w ih t) 1) ((f ih l) 1))) +("whitford" nil (((w ih t) 1) ((f er d) 0))) +("whitham" nil (((w ih) 1) ((th ax m) 0))) +("whither" nil (((w ih) 1) ((dh er) 0))) +("whiting" nil (((w ay) 1) ((t ih ng) 0))) +("whitings" nil (((w ay) 1) ((t ih ng z) 0))) +("whitis" nil (((w ay) 1) ((t ih s) 0))) +("whitish" nil (((w ay) 1) ((t ih sh) 0))) +("whitlatch" nil (((w ih t) 1) ((l ae ch) 1))) +("whitledge" nil (((w ih t) 1) ((l eh jh) 1))) +("whitley" nil (((w ih t) 1) ((l iy) 0))) +("whitling" nil (((w ih t) 1) ((l ih ng) 0))) +("whitlock" nil (((w ih t) 1) ((l aa k) 1))) +("whitlow" nil (((w ih t) 1) ((l ow) 1))) +("whitman" nil (((w ih t) 1) ((m ax n) 0))) +("whitmarsh" nil (((w ih t) 1) ((m aa r sh) 1))) +("whitmer" nil (((w ih t) 1) ((m er) 0))) +("whitmill" nil (((w ih t) 1) ((m ih l) 1))) +("whitmire" nil (((w ih t) 1) ((m ay r) 1))) +("whitmore" nil (((w ih t) 1) ((m ao r) 0))) +("whitmoyer" nil (((w ih t) 1) ((m oy) 1) ((er) 0))) +("whitmyer" nil (((w ih t) 1) ((m ay) 1) ((er) 0))) +("whitner" nil (((w ih t) 1) ((n er) 0))) +("whitney" nil (((w ih t) 1) ((n iy) 0))) +("whiton" nil (((w ih) 1) ((t ax n) 0))) +("whitrow" nil (((w ih) 1) ((t r ow) 1))) +("whitsel" nil (((w ih t) 1) ((s ax l) 0))) +("whitsell" nil (((w ih t) 1) ((s ax l) 0))) +("whitsett" nil (((w ih t) 1) ((s ih t) 0))) +("whitsitt" nil (((w ih t) 1) ((s ih t) 0))) +("whitson" nil (((w ih t) 1) ((s ax n) 0))) +("whitt" nil (((w ih t) 1))) +("whittaker" nil (((w ih) 1) ((t ax) 0) ((k er) 0))) +("whitted" nil (((w ih) 1) ((t ih d) 0))) +("whittemore" nil (((w ih t) 1) ((m ao r) 0))) +("whitten" nil (((w ih) 1) ((t ax n) 0))) +("whittenberg" nil (((w ih) 1) ((t ax n) 0) ((b er g) 0))) +("whittenburg" nil (((w ih) 1) ((t ax n) 0) ((b er g) 0))) +("whittet" nil (((w ih) 1) ((t ih t) 0))) +("whittier" nil (((w ih) 1) ((t iy) 0) ((er) 0))) +("whitting" nil (((w ih) 1) ((t ih ng) 0))) +("whittingham" nil (((w ih) 1) ((t ih ng) 0) ((hh ae m) 1))) +("whittinghill" nil (((w ih) 1) ((t ih ng) 0) ((hh ih l) 1))) +("whittington" nil (((w ih) 1) ((t ih ng) 0) ((t ax n) 0))) +("whittle" nil (((w ih) 1) ((t ax l) 0))) +("whittled" nil (((w ih) 1) ((t ax l d) 0))) +("whittlesey" nil (((w ih) 1) ((t ax l) 0) ((s iy) 0))) +("whittling" nil (((w ih t) 1) ((l ih ng) 0))) +("whitton" nil (((w ih) 1) ((t ax n) 0))) +("whitty" nil (((w ih) 1) ((t iy) 0))) +("whitwam" nil (((w ih) 1) ((t w aa m) 0))) +("whitwell" nil (((w ih) 1) ((t w eh l) 1))) +("whitworth" nil (((w ih) 1) ((t w er th) 1))) +("whiz" nil (((w ih z) 1))) +("whizzed" nil (((w ih z d) 1))) +("whizzes" nil (((w ih) 1) ((z ih z) 0))) +("whizzing" nil (((w ih) 1) ((z ih ng) 0))) +("who" nil (((hh uw) 1))) +("whoa" nil (((w ow) 1))) +("whobrey" nil (((w aa) 1) ((b r iy) 0))) +("whod" n (((hh uw d) 1))) +("whodunit" nil (((hh uw) 0) ((d ah) 1) ((n ih t) 0))) +("whodunits" nil (((hh uw) 0) ((d ah) 1) ((n ih t s) 0))) +("whoever" nil (((hh uw) 0) ((eh) 1) ((v er) 0))) +("whole" nil (((hh ow l) 1))) +("wholehearted" nil (((hh ow l) 1) ((hh aa r) 1) ((t ih d) 0))) +("wholeheartedly" nil (((hh ow l) 1) ((hh aa r) 0) ((t ih d) 0) ((l iy) 0))) +("wholesale" nil (((hh ow l) 1) ((s ey l) 1))) +("wholesaler" nil (((hh ow l) 1) ((s ey) 1) ((l er) 0))) +("wholesalers" nil (((hh ow l) 1) ((s ey) 1) ((l er z) 0))) +("wholesales" nil (((hh ow l) 1) ((s ey l z) 1))) +("wholesaling" nil (((hh ow l) 1) ((s ey) 1) ((l ih ng) 0))) +("wholesome" nil (((hh ow l) 1) ((s ax m) 0))) +("wholesomeness" nil (((hh ow l) 1) ((s ax m) 0) ((n ax s) 0))) +("wholey" nil (((hh aa) 1) ((l iy) 0))) +("wholly" nil (((hh ow) 1) ((l iy) 0))) +("whom" nil (((hh uw m) 1))) +("whomever" nil (((hh uw) 0) ((m eh) 1) ((v er) 0))) +("whoop" nil (((w uw p) 1))) +("whooped" nil (((w uw p t) 1))) +("whoopee" nil (((w uw) 1) ((p iy) 1))) +("whoopi" nil (((w uw) 1) ((p iy) 0))) +("whooping" nil (((w uw) 1) ((p ih ng) 0))) +("whoops" nil (((w uw p s) 1))) +("whoosh" nil (((w uw sh) 1))) +("whooshing" n (((w uw) 1) ((sh ax ng) 0))) +("whopper" nil (((w aa) 1) ((p er) 0))) +("whoppers" nil (((w aa) 1) ((p er z) 0))) +("whopping" nil (((w aa) 1) ((p ih ng) 0))) +("whore" nil (((hh ao r) 1))) +("whores" nil (((hh ao r z) 1))) +("whorl" nil (((w er l) 1))) +("whorley" nil (((hh ao r) 1) ((l iy) 0))) +("whorls" nil (((w er l z) 1))) +("whorton" nil (((hh ao r) 1) ((t ax n) 0))) +("whos" nil (((hh uw z) 1))) +("whose" nil (((hh uw z) 1))) +("whosoever" nil (((hh uw) 1) ((s ow) 0) ((eh) 1) ((v er) 0))) +("whove" n (((hh uw v) 1))) +("why" nil (((w ay) 1))) +("whye" nil (((w ay) 1))) +("whyte" nil (((w ay t) 1))) +("wiacek" nil (((v ay) 1) ((ax) 0) ((ch eh k) 0))) +("wian" nil (((w ay) 1) ((ax n) 0))) +("wiant" nil (((w ay) 1) ((ax n t) 0))) +("wiard" nil (((w ay) 1) ((aa r d) 0))) +("wiater" nil (((w ay) 1) ((ax) 0) ((t er) 0))) +("wiatrowski" nil (((v iy) 0) ((ax) 0) ((t r ao f) 1) ((s k iy) 0))) +("wiatt" nil (((w ay) 1) ((ax t) 0))) +("wibbelsman" nil (((w ih) 1) ((b ax l z) 0) ((m ax n) 0))) +("wibbenmeyer" nil (((w ih) 1) ((b ih n) 0) ((m ay) 0) ((er) 0))) +("wiberg" nil (((w ay) 1) ((b er g) 0))) +("wible" nil (((w ay) 1) ((b ax l) 0))) +("wicat" nil (((w ih) 1) ((k ae t) 0))) +("wicca" nil (((w ih) 1) ((k ax) 0))) +("wiccan" nil (((w ih) 1) ((k ax n) 0))) +("wice" nil (((w ay s) 1))) +("wich" nil (((w ih ch) 1))) +("wichern" nil (((w ih) 1) ((k er n) 0))) +("wichert" nil (((w ih) 1) ((ch er t) 0))) +("wichita" nil (((w ih) 1) ((ch ax) 0) ((t ao) 1))) +("wichman" nil (((w ih ch) 1) ((m ax n) 0))) +("wichmann" nil (((w ih ch) 1) ((m ax n) 0))) +("wick" nil (((w ih k) 1))) +("wickard" nil (((w ih) 1) ((k er d) 0))) +("wicke" nil (((w ih k) 1))) +("wicked" nil (((w ih) 1) ((k ax d) 0))) +("wickedly" nil (((w ih) 1) ((k ih d) 0) ((l iy) 0))) +("wickedness" nil (((w ih) 1) ((k ax d) 0) ((n ax s) 0))) +("wickens" nil (((w ih) 1) ((k ax n z) 0))) +("wicker" nil (((w ih) 1) ((k er) 0))) +("wickerham" nil (((w ih) 1) ((k er) 0) ((hh ae m) 1))) +("wickersham" nil (((w ih) 1) ((k er) 0) ((sh ae m) 1))) +("wickert" nil (((w ih) 1) ((k er t) 0))) +("wickes" nil (((w ih k s) 1))) +("wickets" nil (((w ih) 1) ((k ax t s) 0))) +("wickett" nil (((w ih) 1) ((k ih t) 0))) +("wickey" nil (((w ih) 1) ((k iy) 0))) +("wickham" nil (((w ih) 1) ((k ax m) 0))) +("wickizer" nil (((w ih) 1) ((k ay) 1) ((z er) 0))) +("wickland" nil (((w ih) 1) ((k l ax n d) 0))) +("wicklander" nil (((w ih) 1) ((k l ae n) 1) ((d er) 0))) +("wickley" nil (((w ih) 1) ((k l iy) 0))) +("wickliff" nil (((w ih) 1) ((k l ih f) 0))) +("wickliffe" nil (((w ih) 1) ((k l ih f) 0))) +("wickline" nil (((w ih) 1) ((k l ay n) 1))) +("wicklund" nil (((w ih) 1) ((k l ax n d) 0))) +("wickman" nil (((w ih k) 1) ((m ax n) 0))) +("wicks" nil (((w ih k s) 1))) +("wickstrom" nil (((w ih k) 1) ((s t r ax m) 0))) +("wickware" nil (((w ih) 1) ((k w eh r) 1))) +("wickwire" nil (((v ih s k) 1) ((v ay r) 0))) +("wicor" nil (((w ay) 1) ((k ao r) 1))) +("widder" nil (((w ih) 1) ((d er) 0))) +("widdows" nil (((w ih) 1) ((d ow z) 1))) +("widdowson" nil (((w ih) 1) ((d aw) 0) ((s ax n) 0))) +("wide" nil (((w ay d) 1))) +("widebody" nil (((w ay d) 1) ((b aa) 1) ((d iy) 0))) +("widell" nil (((w ih) 1) ((d ax l) 0))) +("widely" nil (((w ay d) 1) ((l iy) 0))) +("wideman" nil (((w ay d) 1) ((m ax n) 0))) +("widen" nil (((w ay) 1) ((d ax n) 0))) +("widened" nil (((w ay) 1) ((d ax n d) 0))) +("widener" nil (((w ih) 1) ((d iy) 0) ((n er) 0))) +("widening" nil (((w ay) 1) ((d ax) 0) ((n ih ng) 0))) +("widens" nil (((w ay) 1) ((d ax n z) 0))) +("wider" nil (((w ay) 1) ((d er) 0))) +("widespread" nil (((w ay d) 1) ((s p r eh d) 1))) +("widest" nil (((w ay) 1) ((d ax s t) 0))) +("widger" nil (((w ih) 1) ((jh er) 0))) +("widget" nil (((w ih) 1) ((jh ih t) 0))) +("widgets" nil (((w ih) 1) ((jh ih t s) 0))) +("widhalm" nil (((w ih d) 1) ((hh aa m) 0))) +("widick" nil (((w ih) 1) ((d ih k) 0))) +("widing" nil (((w ay) 1) ((d ih ng) 0))) +("widmaier" nil (((w ih d) 1) ((m ay) 0) ((er) 0))) +("widman" nil (((w ih d) 1) ((m ax n) 0))) +("widmann" nil (((w ih d) 1) ((m ax n) 0))) +("widmar" nil (((w ih d) 1) ((m er) 0))) +("widmayer" nil (((w ih d) 1) ((m ey) 1) ((er) 0))) +("widmer" nil (((w ih d) 1) ((m er) 0))) +("widner" nil (((w ih d) 1) ((n er) 0))) +("widow" nil (((w ih) 1) ((d ow) 0))) +("widowed" nil (((w ih) 1) ((d ow d) 0))) +("widower" nil (((w ih) 1) ((d ow) 0) ((er) 0))) +("widowers" nil (((w ih) 1) ((d ow) 0) ((er z) 0))) +("widows" nil (((w ih) 1) ((d ow z) 0))) +("widrick" nil (((w ih) 1) ((d r ih k) 0))) +("widrig" nil (((w ih) 1) ((d r ih g) 0))) +("width" nil (((w ih d th) 1))) +("widths" nil (((w ih d th s) 1))) +("widuri" nil (((w ih) 0) ((d uh) 1) ((r iy) 0))) +("wieand" nil (((w iy) 1) ((ax n d) 0))) +("wiebe" nil (((w iy b) 1))) +("wieber" nil (((w iy) 1) ((b er) 0))) +("wieberg" nil (((w iy) 1) ((b er g) 0))) +("wiebke" nil (((w iy b) 1) ((k iy) 0))) +("wiebold" nil (((w iy) 1) ((b ow l d) 1))) +("wiebusch" nil (((w iy) 1) ((b ax sh) 0))) +("wiech" nil (((w iy ch) 1))) +("wiechert" nil (((w iy) 1) ((k er t) 0))) +("wiechman" nil (((w iy k) 1) ((m ax n) 0))) +("wiechmann" nil (((w iy k) 1) ((m ax n) 0))) +("wieck" nil (((w iy k) 1))) +("wieczorek" nil (((v iy) 0) ((ch ao) 1) ((r eh k) 0))) +("wied" nil (((w iy d) 1))) +("wiedel" nil (((w iy) 1) ((d ax l) 0))) +("wiedeman" nil (((w iy d) 1) ((m ax n) 0))) +("wiedemann" nil (((w iy d) 1) ((m ax n) 0))) +("wieden" nil (((w iy) 1) ((d ax n) 0))) +("wieder" nil (((w iy) 1) ((d er) 0))) +("wiederaufbau" nil (((w iy) 1) ((d er) 0) ((ao f) 1) ((b aw) 0))) +("wiederhold" nil (((w iy) 1) ((d er) 0) ((hh ow l d) 0))) +("wiederholt" nil (((w iy) 1) ((d er) 0) ((hh ow l t) 0))) +("wiederkehr" nil (((w iy) 1) ((d er) 0) ((k ih r) 0))) +("wiedman" nil (((w iy d) 1) ((m ax n) 0))) +("wiedmann" nil (((w iy d) 1) ((m ax n) 0))) +("wiedmeyer" nil (((w iy d) 1) ((m ay) 0) ((er) 0))) +("wiedner" nil (((w iy d) 1) ((n er) 0))) +("wiedrich" nil (((w iy) 1) ((d r ih k) 0))) +("wiegand" nil (((w iy) 1) ((g ax n d) 0))) +("wiegel" nil (((w iy) 1) ((g ax l) 0))) +("wiegers" nil (((w iy) 1) ((g er z) 0))) +("wiegert" nil (((w iy) 1) ((g er t) 0))) +("wiegman" nil (((w iy g) 1) ((m ax n) 0))) +("wiegmann" nil (((w iy g) 1) ((m ax n) 0))) +("wiehe" nil (((w iy) 1))) +("wieland" nil (((w iy) 1) ((l ax n d) 0))) +("wield" nil (((w iy l d) 1))) +("wielded" nil (((w iy l) 1) ((d ih d) 0))) +("wielding" nil (((w iy l) 1) ((d ih ng) 0))) +("wields" nil (((w iy l d z) 1))) +("wielgus" nil (((w iy l) 1) ((g ax s) 0))) +("wieman" nil (((w iy) 1) ((m ax n) 0))) +("wiemann" nil (((w iy) 1) ((m ax n) 0))) +("wiemer" nil (((w iy) 1) ((m er) 0))) +("wiemers" nil (((w iy) 1) ((m er z) 0))) +("wien" nil (((w iy n) 1))) +("wiencek" nil (((v iy n) 1) ((ch eh k) 0))) +("wienecke" nil (((w iy) 1) ((n ih k) 0))) +("wieneke" nil (((w iy) 1) ((n ih k) 0))) +("wiener" nil (((w iy) 1) ((n er) 0))) +("wieners" nil (((w iy) 1) ((n er z) 0))) +("wienerschnitzel" nil (((w iy) 1) ((n er) 0) ((sh n ih t) 1) ((s ax l) 0))) +("wienke" nil (((w iy ng k) 1))) +("wiens" nil (((w iy n z) 1))) +("wier" nil (((w ih r) 1))) +("wierenga" nil (((v ih) 0) ((r eh ng) 1) ((g ax) 0))) +("wierman" nil (((w ih r) 1) ((m ax n) 0))) +("wiers" nil (((w iy r z) 1))) +("wiersema" nil (((v ih r) 0) ((s iy) 1) ((m ax) 0))) +("wiersma" nil (((v ih r) 1) ((s m ax) 0))) +("wierzba" nil (((v ih r z) 1) ((b ax) 0))) +("wierzbicki" nil (((v ih r z) 0) ((b ih t) 1) ((s k iy) 0))) +("wies" nil (((w ay z) 1))) +("wiesbaden" nil (((w iy s) 1) ((b aa) 1) ((d ax n) 0))) +("wiese" nil (((w iy z) 1))) +("wiesel" nil (((w iy) 1) ((s ax l) 0))) +("wieseler" nil (((w iy) 1) ((s ax) 0) ((l er) 0))) +("wiesemann" nil (((w iy) 1) ((s m ax n) 0))) +("wiesen" nil (((w iy) 1) ((s ax n) 0))) +("wieser" nil (((w iy) 1) ((s er) 0))) +("wiesman" nil (((w iy z) 1) ((m ax n) 0))) +("wiesner" nil (((w iy z) 1) ((n er) 0))) +("wiess" nil (((w iy s) 1))) +("wiessner" nil (((w iy) 1) ((s n er) 0))) +("wiest" nil (((w ay) 1) ((ih s t) 0))) +("wieting" nil (((w iy) 1) ((t ih ng) 0))) +("wife" nil (((w ay f) 1))) +("wifi" n (((w ay) 1) ((f ay) 1))) +("wig" nil (((w ih g) 1))) +("wigal" nil (((w ih) 1) ((g ax l) 0))) +("wigand" nil (((w ih) 1) ((g ax n d) 0))) +("wigen" nil (((w ih) 1) ((g ax n) 0))) +("wigfall" nil (((w ih g) 1) ((f ao l) 1))) +("wigfield" nil (((w ih g) 1) ((f iy l d) 1))) +("wigg" nil (((w ih g) 1))) +("wiggans" nil (((w ih) 1) ((g ax n z) 0))) +("wigger" nil (((w ih) 1) ((g er) 0))) +("wiggers" nil (((w ih) 1) ((g er z) 0))) +("wiggin" nil (((w ih) 1) ((g ih n) 0))) +("wiggington" nil (((w ih) 1) ((g ih ng) 0) ((t ax n) 0))) +("wiggins" nil (((w ih) 1) ((g ih n z) 0))) +("wigginton" nil (((w ih) 1) ((g ih n) 0) ((t ax n) 0))) +("wiggle" nil (((w ih) 1) ((g ax l) 0))) +("wigglesworth" nil (((w ih) 1) ((g ax l) 0) ((z w er th) 1))) +("wiggling" nil (((w ih) 1) ((g ax) 0) ((l ih ng) 0))) +("wiggly" nil (((w ih) 1) ((g ax) 0) ((l iy) 0))) +("wiggs" nil (((w ih g z) 1))) +("wight" nil (((w ay t) 1))) +("wightman" nil (((w ay t) 1) ((m ax n) 0))) +("wigington" nil (((w ih) 1) ((g ih ng) 0) ((t ax n) 0))) +("wiginton" nil (((w ih) 1) ((jh ih n) 0) ((t ax n) 0))) +("wigle" nil (((w ay) 1) ((g ax l) 0))) +("wigley" nil (((w ih) 1) ((g l iy) 0))) +("wigmore" nil (((w ih g) 1) ((m ao r) 0))) +("wignall" nil (((w ih g) 1) ((n ax l) 0))) +("wigs" nil (((w ih g z) 1))) +("wigton" nil (((w ih g) 1) ((t ax n) 0))) +("wigwam" nil (((w ih) 1) ((g w aa m) 0))) +("wiitala" nil (((v iy) 0) ((t aa) 1) ((l ax) 0))) +("wik" nil (((w ih k) 1))) +("wike" nil (((w ay k) 1))) +("wikel" nil (((w ih) 1) ((k ax l) 0))) +("wiker" nil (((w ay) 1) ((k er) 0))) +("wikipedia" n (((w ih) 0) ((k ih) 0) ((p iy) 1) ((d iy) 0) ((ax) 0))) +("wikle" nil (((w ay) 1) ((k ax l) 0))) +("wiklund" nil (((w ih) 1) ((k l ax n d) 0))) +("wikoff" nil (((w ih) 1) ((k ao f) 0))) +("wikstrom" nil (((w ih k) 1) ((s t r ax m) 0))) +("wil" nil (((w ih l) 1))) +("wiland" nil (((w ay) 1) ((l ax n d) 0))) +("wilander" nil (((w ay) 1) ((l ax n) 0) ((d er) 0))) +("wilbanks" nil (((w ih l) 1) ((b ax ng k s) 0))) +("wilber" nil (((w ih l) 1) ((b er) 0))) +("wilberforce" nil (((w ih l) 1) ((b er) 0) ((f ao r s) 1))) +("wilberg" nil (((w ih l) 1) ((b er g) 0))) +("wilbert" nil (((w ih l) 1) ((b er t) 0))) +("wilbon" nil (((w ih l) 1) ((b ax n) 0))) +("wilborn" nil (((w ih l) 1) ((b er n) 0))) +("wilbourn" nil (((w ih l) 1) ((b er n) 0))) +("wilbourne" nil (((w ih l) 1) ((b er n) 0))) +("wilbur" nil (((w ih l) 1) ((b er) 0))) +("wilburn" nil (((w ih l) 1) ((b er n) 0))) +("wilcher" nil (((w ih l) 1) ((ch er) 0))) +("wilcock" nil (((w ih l) 1) ((k aa k) 0))) +("wilcox" nil (((w ih l) 1) ((k aa k s) 0))) +("wilcoxen" nil (((w ih l) 0) ((k aa k) 1) ((s ax n) 0))) +("wilcoxon" nil (((w ih l) 0) ((k aa k) 1) ((s ax n) 0))) +("wilcoxson" nil (((w ih l) 1) ((k aa k) 0) ((s ax n) 0))) +("wilczak" nil (((v ih l) 1) ((ch ae k) 0))) +("wilczek" nil (((v ih l) 1) ((ch eh k) 0))) +("wilczewski" nil (((v ih l) 0) ((ch eh f) 1) ((s k iy) 0))) +("wilczynski" nil (((v ih l) 0) ((ch ih n) 1) ((s k iy) 0))) +("wild" nil (((w ay l d) 1))) +("wildasin" nil (((w ay l) 1) ((d ax) 0) ((s ih n) 1))) +("wildavsky" nil (((w ih l) 0) ((d ae v) 1) ((s k iy) 0))) +("wildcat" nil (((w ay l d) 1) ((k ae t) 1))) +("wildcats" nil (((w ay l d) 1) ((k ae t s) 1))) +("wildcatter" nil (((w ay l d) 1) ((k ae) 1) ((t er) 0))) +("wildcatters" nil (((w ay l d) 1) ((k ae) 1) ((t er z) 0))) +("wildcatting" nil (((w ay l d) 1) ((k ae) 1) ((t ih ng) 0))) +("wilde" nil (((w ay l d) 1))) +("wildeman" nil (((w ay l d) 1) ((m ax n) 0))) +("wilden" nil (((w ay l) 1) ((d ax n) 0))) +("wilder" nil (((w ay l) 1) ((d er) 0))) +("wilderman" nil (((w ay l) 1) ((d er) 0) ((m ax n) 0))) +("wildermuth" nil (((w ay l) 1) ((d er) 0) ((m uw th) 0))) +("wilderness" nil (((w ih l) 1) ((d er) 0) ((n ax s) 0))) +("wildes" nil (((w ay l d z) 1))) +("wildest" nil (((w ay l) 1) ((d ih s t) 0))) +("wildey" nil (((w ih l) 1) ((d iy) 0))) +("wildfire" nil (((w ay l d) 1) ((f ay) 1) ((er) 0))) +("wildfires" nil (((w ay l d) 1) ((f ay) 1) ((er z) 0))) +("wildflower" nil (((w ay l d) 1) ((f l aw) 1) ((er) 0))) +("wildflowers" nil (((w ay l d) 1) ((f l aw r z) 1))) +("wilding" nil (((w ay l) 1) ((d ih ng) 0))) +("wildlife" nil (((w ay l d) 1) ((l ay f) 1))) +("wildly" nil (((w ay l d) 1) ((l iy) 0))) +("wildman" nil (((w ay l d) 1) ((m ax n) 0))) +("wildmon" nil (((w ay l d) 1) ((m ax n) 0))) +("wildness" nil (((w ay l d) 1) ((n ax s) 0))) +("wildon" nil (((w ay l) 1) ((d ax n) 0))) +("wildrick" nil (((w ay l) 1) ((d r ih k) 0))) +("wilds" nil (((w ay l d z) 1))) +("wildt" nil (((w ih l t) 1))) +("wildwood" nil (((w ay l) 1) ((d w uh d) 1))) +("wile" nil (((w ay l) 1))) +("wileen" nil (((w ih) 0) ((l iy n) 1))) +("wileman" nil (((w ay l) 1) ((m ax n) 0))) +("wilemon" nil (((w ih) 1) ((l ih) 0) ((m aa n) 0))) +("wilen" nil (((w ay) 1) ((l ax n) 0))) +("wilensky" nil (((w ax) 0) ((l ih n) 1) ((s k iy) 0))) +("wiler" nil (((w ay) 1) ((l er) 0))) +("wiles" nil (((w ay l z) 1))) +("wiley" nil (((w ay) 1) ((l iy) 0))) +("wilfert" nil (((w ih l) 1) ((f er t) 0))) +("wilfong" nil (((w ih l) 1) ((f ao ng) 0))) +("wilford" nil (((w ih l) 1) ((f er d) 0))) +("wilfred" nil (((w ih l) 1) ((f r ih d) 0))) +("wilfreda" nil (((w ih l) 1) ((f r ih) 0) ((d ax) 0))) +("wilfredo" nil (((w ih l) 1) ((f ey) 1) ((d ow) 0))) +("wilfrid" nil (((w ih l) 1) ((f r ih d) 0))) +("wilfried" nil (((w ih l) 1) ((f r iy d) 0))) +("wilgus" nil (((w ih l) 1) ((g ax s) 0))) +("wilham" nil (((w ih l) 1) ((hh ax m) 0))) +("wilhelm" nil (((w ih l) 1) ((hh eh l m) 1))) +("wilhelma" nil (((w ih l) 0) ((hh eh l) 1) ((m ax) 0))) +("wilhelmi" nil (((w ih l) 0) ((hh eh l) 1) ((m iy) 0))) +("wilhelmina" nil (((w ih l) 1) ((hh eh l) 0) ((m iy) 1) ((n ax) 0))) +("wilhelmine" nil (((w ih l) 1) ((hh ih l) 0) ((m ih n) 0))) +("wilhelms" nil (((w ih l) 1) ((hh eh l m z) 1))) +("wilhelmsen" nil (((w ih l) 1) ((hh ih l m) 0) ((s ax n) 0))) +("wilhelmy" nil (((w ih l) 1) ((hh ih l) 0) ((m iy) 0))) +("wilhide" nil (((w ih l) 1) ((hh ay d) 1))) +("wilhite" nil (((w ih l) 1) ((hh ay t) 1))) +("wilhoit" nil (((w ih l) 1) ((hh oy t) 1))) +("wilhoite" nil (((w ih l) 1) ((hh oy t) 1))) +("wiliams" nil (((w ih) 1) ((l iy) 0) ((ax m z) 0))) +("wilinski" nil (((v ih) 0) ((l ih n) 1) ((s k iy) 0))) +("wilk" nil (((w ih l k) 1))) +("wilke" nil (((w ih l k) 1))) +("wilken" nil (((w ih l) 1) ((k ax n) 0))) +("wilkening" nil (((w ih l) 1) ((k ax) 0) ((n ih ng) 0))) +("wilkens" nil (((w ih l) 1) ((k ax n z) 0))) +("wilkenson" nil (((w ih l) 1) ((k ih n) 0) ((s ax n) 0))) +("wilker" nil (((w ih l) 1) ((k er) 0))) +("wilkerson" nil (((w ih l) 1) ((k er) 0) ((s ax n) 0))) +("wilkes" nil (((w ih l k s) 1))) +("wilkesboro" nil (((w ih l k s) 1) ((b er) 0) ((ow) 0))) +("wilkey" nil (((w ih l) 1) ((k iy) 0))) +("wilkie" nil (((w ih l) 1) ((k iy) 0))) +("wilkin" nil (((w ih l) 1) ((k ih n) 0))) +("wilking" nil (((w ih l) 1) ((k ih ng) 0))) +("wilkins" nil (((w ih l) 1) ((k ih n z) 0))) +("wilkinson" nil (((w ih l) 1) ((k ax n) 0) ((s ax n) 0))) +("wilkis" nil (((w ih l) 1) ((k ih s) 0))) +("wilkison" nil (((w ih l) 1) ((k ih) 0) ((s ax n) 0))) +("wilkowski" nil (((v ih l) 0) ((k ao f) 1) ((s k iy) 0))) +("wilks" nil (((w ih l k s) 1))) +("will" nil (((w ih l) 1))) +("willa" nil (((w ih) 1) ((l ax) 0))) +("willabelle" nil (((w ih) 1) ((l ax) 0) ((b eh l) 1))) +("willadsen" nil (((w ih) 0) ((l ae d) 1) ((s ax n) 0))) +("willaims" nil (((w ih) 1) ((l ax m z) 0))) +("willam" nil (((w ih) 1) ((l ax m) 0))) +("willamette" nil (((w ax) 0) ((l ae) 1) ((m ax t) 0))) +("willamina" nil (((w ih) 0) ((l ax) 0) ((m ay) 1) ((n ax) 0))) +("willapa" nil (((w ih) 0) ((l aa) 1) ((p ax) 0))) +("willard" nil (((w ih) 1) ((l er d) 0))) +("willbanks" nil (((w ih l) 1) ((b ae ng k s) 1))) +("willcox" nil (((w ih l) 1) ((k aa k s) 1))) +("willcutt" nil (((w ih l) 1) ((k ax t) 0))) +("willden" nil (((w ih l) 1) ((d ax n) 0))) +("wille" nil (((w ih l) 1))) +("willed" nil (((w ih l d) 1))) +("willeford" nil (((w ih) 1) ((l ih) 0) ((f er d) 0))) +("willem" nil (((w ih) 1) ((l ax m) 0))) +("willems" nil (((w ih) 1) ((l ax m z) 0))) +("willemsen" nil (((w ih) 0) ((l eh m) 1) ((s ax n) 0))) +("willen" nil (((w ih) 1) ((l ax n) 0))) +("willenborg" nil (((w ih) 1) ((l ih n) 0) ((b ao r g) 0))) +("willenbring" nil (((w ih) 1) ((l ax n) 0) ((b r ih ng) 1))) +("willens" nil (((w ih) 1) ((l ax n z) 0))) +("willer" nil (((w ih) 1) ((l er) 0))) +("willers" nil (((w ih) 1) ((l er z) 0))) +("willert" nil (((w ih) 1) ((l er t) 0))) +("willes" nil (((w ay l z) 1))) +("willet" nil (((w ih) 1) ((l ih t) 0))) +("willets" nil (((w ih) 1) ((l ih t s) 0))) +("willett" nil (((w ih) 1) ((l ih t) 0))) +("willette" nil (((w ih) 0) ((l eh t) 1))) +("willetts" nil (((w ih) 1) ((l ih t s) 0))) +("willey" nil (((w ih) 1) ((l iy) 0))) +("willford" nil (((w ih l) 1) ((f er d) 0))) +("willful" nil (((w ih l) 1) ((f ax l) 0))) +("willfully" nil (((w ih l) 1) ((f ax) 0) ((l iy) 0))) +("willhelm" nil (((w ih l) 1) ((hh eh l m) 1))) +("willhite" nil (((w ih l) 1) ((hh ay t) 1))) +("willhoit" nil (((w ih l) 1) ((hh oy t) 1))) +("willhoite" nil (((w ih l) 1) ((hh oy t) 1))) +("willi" nil (((w ih) 1) ((l iy) 0))) +("william" nil (((w ih) 1) ((l y ax m) 0))) +("williams" nil (((w ih) 1) ((l y ax m z) 0))) +("williamsburg" nil (((w ih) 1) ((l y ax m z) 0) ((b er g) 0))) +("williamsburgh" nil (((w ih) 1) ((l y ax m z) 0) ((b er g) 0))) +("williamsen" nil (((w ih) 1) ((l y ax m) 0) ((s ax n) 0))) +("williamson" nil (((w ih) 1) ((l y ax m) 0) ((s ax n) 0))) +("williamsport" nil (((w ih) 1) ((l y ax m) 0) ((s p ao r t) 1))) +("williamstown" nil (((w ih) 1) ((l y ax m) 0) ((s t aw n) 1))) +("williard" nil (((w ih) 1) ((l y aa r d) 0))) +("willie" nil (((w ih) 1) ((l iy) 0))) +("williford" nil (((w ih) 1) ((l ih) 0) ((f er d) 0))) +("willig" nil (((w ih) 1) ((l ih g) 0))) +("willing" nil (((w ih) 1) ((l ih ng) 0))) +("willinger" nil (((w ih) 1) ((l ih ng) 0) ((er) 0))) +("willingham" nil (((w ih) 1) ((l ih ng) 0) ((hh ae m) 1))) +("willingly" nil (((w ih) 1) ((l ih ng) 0) ((l iy) 0))) +("willingness" nil (((w ih) 1) ((l ih ng) 0) ((n ax s) 0))) +("willis" nil (((w ih) 1) ((l ih s) 0))) +("willison" nil (((w ih) 1) ((l ih) 0) ((s ax n) 0))) +("williston" nil (((w ih) 1) ((l ih) 0) ((s t aa n) 0))) +("willits" nil (((w ih) 1) ((l ih t s) 0))) +("willke" nil (((w ih l) 1) ((k iy) 0))) +("willkie" nil (((w ih l) 1) ((k iy) 0))) +("willman" nil (((w ih l) 1) ((m ax n) 0))) +("willmann" nil (((w ih l) 1) ((m ax n) 0))) +("willmon" nil (((w ih l) 1) ((m ax n) 0))) +("willmore" nil (((w ih l) 1) ((m ao r) 0))) +("willmott" nil (((w ih l) 1) ((m ax t) 0))) +("willms" nil (((w ih l m z) 1))) +("willner" nil (((w ih l) 1) ((n er) 0))) +("willock" nil (((w ih) 1) ((l ax k) 0))) +("willoughby" nil (((w ih) 1) ((l ax) 0) ((b iy) 0))) +("willow" nil (((w ih) 1) ((l ow) 1))) +("willowbrook" nil (((w ih) 1) ((l ow) 0) ((b r uh k) 1))) +("willowes" nil (((w ih) 1) ((l ow z) 1))) +("willows" nil (((w ih) 1) ((l ow z) 1))) +("willowy" nil (((w ih) 1) ((l ax) 0) ((w iy) 0))) +("willpower" nil (((w ih l) 1) ((p aw) 1) ((er) 0))) +("wills" nil (((w ih l z) 1))) +("willse" nil (((w ih l) 1) ((s iy) 0))) +("willsey" nil (((w ih l) 1) ((s iy) 0))) +("willson" nil (((w ih l) 1) ((s ax n) 0))) +("willwerth" nil (((w ih l) 1) ((w er th) 0))) +("willy" nil (((w ih) 1) ((l iy) 0))) +("willyard" nil (((w ih) 1) ((l y aa r d) 1))) +("wilma" nil (((w ih l) 1) ((m ax) 0))) +("wilmar" nil (((w ih l) 1) ((m er) 0))) +("wilmarth" nil (((w ih l) 1) ((m aa r th) 0))) +("wilmer" nil (((w ih l) 1) ((m er) 0))) +("wilmes" nil (((w ih l m z) 1))) +("wilmet" nil (((w ih l) 1) ((m ih t) 0))) +("wilmeth" nil (((w ih l) 1) ((m ih th) 0))) +("wilmette" nil (((w ih l) 0) ((m eh t) 1))) +("wilmington" nil (((w ih l) 1) ((m ih ng) 0) ((t ax n) 0))) +("wilmore" nil (((w ih l) 1) ((m ao r) 0))) +("wilmot" nil (((w ih l) 1) ((m ax t) 0))) +("wilmoth" nil (((w ih l) 1) ((m ax th) 0))) +("wilmott" nil (((w ih l) 1) ((m ax t) 0))) +("wilmouth" nil (((w ih l) 1) ((m aw th) 0))) +("wilms" nil (((w ih l m z) 1))) +("wilner" nil (((w ih l) 1) ((n er) 0))) +("wilpon" nil (((w ih l) 1) ((p aa n) 0))) +("wilsey" nil (((w ih l) 1) ((s iy) 0))) +("wilshire" nil (((w ih l) 1) ((sh ay r) 1))) +("wilshusen" nil (((w ih l) 1) ((sh uw) 0) ((s ax n) 0))) +("wilson" nil (((w ih l) 1) ((s ax n) 0))) +("wilt" nil (((w ih l t) 1))) +("wilted" nil (((w ih l) 1) ((t ih d) 0))) +("wiltel" nil (((w ih l) 1) ((t eh l) 1))) +("wiltfong" nil (((w ih l t) 1) ((f ao ng) 0))) +("wiltgen" nil (((w ih l t) 1) ((g ax n) 0))) +("wilthew" nil (((w ih l th) 1) ((y uw) 0))) +("wilting" nil (((w ih l) 1) ((t ih ng) 0))) +("wilton" nil (((w ih l) 1) ((t ax n) 0))) +("wiltron" nil (((w ih l) 1) ((t r ax n) 0))) +("wiltrout" nil (((w ih l) 1) ((t r aw t) 1))) +("wilts" nil (((w ih l t s) 1))) +("wiltse" nil (((w ih l t s) 1))) +("wiltsey" nil (((w ih l t) 1) ((s iy) 0))) +("wiltshire" nil (((w ih l) 1) ((ch ay r) 1))) +("wiltsie" nil (((w ih l t) 1) ((s iy) 0))) +("wiltz" nil (((w ih l t s) 1))) +("wily" nil (((w ay) 1) ((l iy) 0))) +("wiman" nil (((w ay) 1) ((m ax n) 0))) +("wimberley" nil (((w ih m) 1) ((b er) 0) ((l iy) 0))) +("wimberly" nil (((w ih m) 1) ((b er) 0) ((l iy) 0))) +("wimbish" nil (((w ih m) 1) ((b ih sh) 0))) +("wimbledon" nil (((w ih m) 1) ((b ax l) 0) ((d ax n) 0))) +("wimbley" nil (((w ih m) 1) ((b l iy) 0))) +("wimbush" nil (((w ih m) 1) ((b ax sh) 0))) +("wimer" nil (((w ay) 1) ((m er) 0))) +("wimmer" nil (((w ih) 1) ((m er) 0))) +("wimp" nil (((w ih m p) 1))) +("wimpee" nil (((w ih m) 1) ((p iy) 0))) +("wimps" nil (((w ih m p s) 1))) +("wimpy" nil (((w ih m) 1) ((p iy) 0))) +("wims" nil (((w ih m z) 1))) +("wimsatt" nil (((w ih m) 1) ((s ax t) 0))) +("win" nil (((w ih n) 1))) +("winamac" nil (((w ih) 1) ((n ax) 0) ((m ae k) 0))) +("winans" nil (((w ih) 1) ((n ax n z) 0))) +("winant" nil (((w ay) 1) ((n ax n t) 0))) +("winberg" nil (((w ih n) 1) ((b er g) 0))) +("winberry" nil (((w ih n) 1) ((b eh) 1) ((r iy) 0))) +("winborn" nil (((w ih n) 1) ((b er n) 0))) +("winborne" nil (((w ih n) 1) ((b er n) 0))) +("winburn" nil (((w ih n) 1) ((b er n) 1))) +("winbush" nil (((w ih n) 1) ((b uh sh) 1))) +("wince" nil (((w ih n s) 1))) +("winced" nil (((w ih n s t) 1))) +("wincek" nil (((w ih n) 1) ((s ih k) 0))) +("winch" nil (((w ih n ch) 1))) +("winchel" nil (((w ih n) 1) ((k ax l) 0))) +("winchell" nil (((w ih n) 1) ((k ax l) 0))) +("winchester" nil (((w ih n) 1) ((ch eh) 1) ((s t er) 0))) +("wincing" nil (((w ih n) 1) ((s ih ng) 0))) +("winckler" nil (((w ih ng) 1) ((k l er) 0))) +("wind" n (((w ih n d) 1))) +("wind" v (((w ay n d) 1))) +("windblown" n (((w ih n d) 1) ((b l ow n) 0))) +("windchill" nil (((w ih n d) 1) ((ch ih l) 1))) +("windchime" nil (((w ih n d) 1) ((ch ay m) 1))) +("windchimes" nil (((w ih n d) 1) ((ch ay m z) 1))) +("windecker" nil (((w ih n) 1) ((d eh) 1) ((k er) 0))) +("winded" nil (((w ih n) 1) ((d ih d) 0))) +("windell" nil (((w ih n) 1) ((d ax l) 0))) +("windels" nil (((w ih n) 1) ((d ax l z) 0))) +("winder" nil (((w ih n) 1) ((d er) 0))) +("winders" nil (((w ih n) 1) ((d er z) 0))) +("windes" nil (((w ih n d z) 1))) +("windfall" nil (((w ih n d) 1) ((f ao l) 1))) +("windfalls" nil (((w ih n d) 1) ((f ao l z) 1))) +("windham" nil (((w ih n) 1) ((d ax m) 0))) +("windheim" nil (((w ih n d) 1) ((hh ay m) 1))) +("windhoek" nil (((w ih n d) 1) ((hh ow k) 1))) +("windholz" nil (((w ih n d) 1) ((hh ow l z) 1))) +("windhorst" nil (((w ih n d) 1) ((hh ao r s t) 0))) +("winding" nil (((w ay n) 1) ((d ih ng) 0))) +("windisch" nil (((w ih n) 1) ((d ih sh) 0))) +("windish" nil (((w ih n) 1) ((d ih sh) 0))) +("windlass" nil (((w ih n d) 1) ((l ax s) 0))) +("windle" nil (((w ih n) 1) ((d ax l) 0))) +("windler" nil (((w ih n d) 1) ((l er) 0))) +("windley" nil (((w ih n d) 1) ((l iy) 0))) +("windmere" nil (((w ih n d) 1) ((m ih r) 1))) +("windmill" nil (((w ih n d) 1) ((m ih l) 1))) +("windmiller" nil (((w ih n d) 1) ((m ih) 1) ((l er) 0))) +("windmills" nil (((w ih n d) 1) ((m ih l z) 1))) +("windom" nil (((w ih n) 1) ((d ax m) 0))) +("windon" nil (((w ih n) 1) ((d ax n) 0))) +("window" nil (((w ih n) 1) ((d ow) 0))) +("windowed" nil (((w ih n) 1) ((d ow d) 0))) +("windowless" nil (((w ih n) 1) ((d ow) 0) ((l ax s) 0))) +("windowpanes" nil (((w ih n) 1) ((d ow) 0) ((p ey n z) 1))) +("windows" nil (((w ih n) 1) ((d ow z) 0))) +("winds" nil (((w ih n d z) 1))) +("windshield" nil (((w ih n d) 1) ((sh iy l d) 1))) +("windshields" nil (((w ih n d) 1) ((sh iy l d z) 1))) +("windsor" nil (((w ih n) 1) ((z er) 0))) +("windspeed" nil (((w ih n d) 1) ((s p iy d) 1))) +("windstar" nil (((w ih n d) 1) ((s t aa r) 1))) +("windstorm" nil (((w ih n d) 1) ((s t ao r m) 1))) +("windswept" nil (((w ih n) 1) ((s w eh p t) 1))) +("windt" nil (((w ih n t) 1))) +("windup" nil (((w ay n) 1) ((d ah p) 1))) +("windward" nil (((w ih n) 1) ((d w er d) 0))) +("windy" nil (((w ih n) 1) ((d iy) 0))) +("wine" nil (((w ay n) 1))) +("winebarger" nil (((w ih) 1) ((n ih) 0) ((b aa r) 0) ((g er) 0))) +("wineberg" nil (((w ay n) 1) ((b er g) 0))) +("winebrenner" nil (((w ih) 1) ((n ih) 0) ((b r ih) 0) ((n er) 0))) +("winecoff" nil (((w ih) 1) ((n ih) 0) ((k ao f) 0))) +("wined" nil (((w ay n d) 1))) +("winegar" nil (((w ih) 1) ((n ih) 0) ((g er) 0))) +("winegarden" nil (((w ay n) 1) ((g aa r) 1) ((d ax n) 0))) +("winegardner" nil (((w ih) 1) ((n ih) 0) ((g aa r d) 0) ((n er) 0))) +("wineheim" nil (((w ay n) 1) ((hh ay m) 1))) +("wineinger" nil (((w ay) 1) ((n ih ng) 0) ((er) 0))) +("wineland" nil (((w ih) 1) ((n ih) 0) ((l ax n d) 0))) +("winema" nil (((w ih) 1) ((n ih) 0) ((m ax) 0))) +("wineman" nil (((w ay n) 1) ((m ax n) 0))) +("winemiller" nil (((w ay n) 1) ((m ih) 1) ((l er) 0))) +("winer" nil (((w ay) 1) ((n er) 0))) +("wineries" nil (((w ay) 1) ((n er) 0) ((iy z) 0))) +("winery" nil (((w ay) 1) ((n er) 0) ((iy) 0))) +("wines" nil (((w ay n z) 1))) +("winey" nil (((w ay) 1) ((n iy) 0))) +("winfield" nil (((w ih n) 1) ((f iy l d) 1))) +("winford" nil (((w ih n) 1) ((f er d) 0))) +("winfred" nil (((w ih n) 1) ((f r ih d) 0))) +("winfree" nil (((w ih n) 1) ((f r iy) 1))) +("winfrey" nil (((w ih n) 1) ((f r iy) 0))) +("winfrid" nil (((w ih n) 1) ((f r ih d) 0))) +("wing" nil (((w ih ng) 1))) +("wingard" nil (((w ih ng) 1) ((g er d) 0))) +("wingate" nil (((w ih n) 1) ((g ey t) 1))) +("wingback" nil (((w ih ng) 1) ((b ae k) 1))) +("winge" nil (((w ih n jh) 1))) +("winged" nil (((w ih ng d) 1))) +("winger" nil (((w ih ng) 1) ((er) 0))) +("wingers" nil (((w ih ng) 1) ((er z) 0))) +("wingert" nil (((w ih ng) 1) ((g er t) 0))) +("wingerter" nil (((w ih ng) 1) ((g er) 0) ((t er) 0))) +("winget" nil (((w ih ng) 1) ((g ih t) 0))) +("wingett" nil (((w ih ng) 1) ((g ih t) 0))) +("wingfield" nil (((w ih ng) 1) ((f iy l d) 1))) +("winging" nil (((w ih ng) 1) ((ih ng) 0))) +("wingler" nil (((w ih ng) 1) ((g ax) 0) ((l er) 0))) +("winglike" nil (((w ih ng) 1) ((l ay k) 1))) +("wingman" nil (((w ih ng) 1) ((m ax n) 0))) +("wingo" nil (((w iy ng) 1) ((g ow) 0))) +("wingrove" nil (((w ih n) 1) ((g r ow v) 1))) +("wings" nil (((w ih ng z) 1))) +("wingspan" nil (((w ih ng) 1) ((s p ae n) 1))) +("winiarski" nil (((v ih) 0) ((n iy) 0) ((aa r) 1) ((s k iy) 0))) +("winick" nil (((w ih) 1) ((n ih k) 0))) +("winiecki" nil (((v ih) 0) ((n iy t) 1) ((s k iy) 0))) +("winifred" nil (((w ih) 1) ((n ih) 0) ((f r ih d) 0))) +("wining" nil (((w ay) 1) ((n ih ng) 0))) +("wininger" nil (((w ay) 1) ((n ih ng) 0) ((er) 0))) +("winings" nil (((w ay) 1) ((n ih ng z) 0))) +("wink" nil (((w ih ng k) 1))) +("winked" nil (((w ih ng k t) 1))) +("winkel" nil (((w ih ng) 1) ((k ax l) 0))) +("winkelman" nil (((w ih ng) 1) ((k ax l) 0) ((m ax n) 0))) +("winkelmann" nil (((w ih ng) 1) ((k ax l) 0) ((m ax n) 0))) +("winkels" nil (((w ih ng) 1) ((k ax l z) 0))) +("winker" nil (((w ih ng) 1) ((k er) 0))) +("winkfield" nil (((w ih ng k) 1) ((f iy l d) 1))) +("winking" nil (((w ih ng) 1) ((k ih ng) 0))) +("winkle" nil (((w ih ng) 1) ((k ax l) 0))) +("winkleman" nil (((w ih ng) 1) ((k ax l) 0) ((m ax n) 0))) +("winkler" nil (((w ih ng) 1) ((k l er) 0))) +("winkles" nil (((w ih ng) 1) ((k ax l z) 0))) +("winkley" nil (((w ih ng) 1) ((k l iy) 0))) +("winkowski" nil (((v ih ng) 0) ((k ao f) 1) ((s k iy) 0))) +("winks" nil (((w ih ng k s) 1))) +("winland" nil (((w ih n) 1) ((l ax n d) 0))) +("winn" nil (((w ih n) 1))) +("winnable" nil (((w ih) 1) ((n ax) 0) ((b ax l) 0))) +("winne" nil (((w ih n) 1))) +("winnebago" nil (((w ih) 1) ((n ax) 0) ((b ey) 1) ((g ow) 0))) +("winner" nil (((w ih) 1) ((n er) 0))) +("winners" nil (((w ih) 1) ((n er z) 0))) +("winnetka" nil (((w ih) 0) ((n eh t) 1) ((k ax) 0))) +("winnett" nil (((w ih) 1) ((n ih t) 0))) +("winney" nil (((w ih) 1) ((n iy) 0))) +("winnick" nil (((w ih) 1) ((n ih k) 0))) +("winnicki" nil (((v ih) 0) ((n ih t) 1) ((s k iy) 0))) +("winnie" nil (((w ih) 1) ((n iy) 0))) +("winning" nil (((w ih) 1) ((n ih ng) 0))) +("winningest" nil (((w ih) 1) ((n ih ng) 0) ((ax s t) 0))) +("winningham" nil (((w ih) 1) ((n ih ng) 0) ((hh ae m) 1))) +("winnings" nil (((w ih) 1) ((n ih ng z) 0))) +("winnipeg" nil (((w ih) 1) ((n ih) 0) ((p ax g) 0))) +("winnow" nil (((w ih) 1) ((n ow) 1))) +("winnowed" nil (((w ih) 1) ((n ow d) 1))) +("winnowing" nil (((w ih) 1) ((n ow) 1) ((ih ng) 0))) +("winny" nil (((w ih) 1) ((n iy) 0))) +("wino" nil (((w iy) 1) ((n ow) 0))) +("winograd" nil (((w ih) 1) ((n ax) 0) ((g r ae d) 0))) +("winokur" nil (((w ih) 1) ((n ax) 0) ((k er) 0))) +("winola" nil (((v ih) 0) ((n ow) 1) ((l ax) 0))) +("winona" nil (((w ih) 1) ((n ax) 0) ((n ax) 0))) +("winonah" nil (((w ih) 1) ((n ax) 0) ((n ax) 0))) +("winooski" nil (((w ih) 0) ((n uw) 1) ((s k iy) 0))) +("winos" nil (((w iy) 1) ((n ow s) 0))) +("winquist" nil (((w ih n) 1) ((k w ih s t) 1))) +("wins" nil (((w ih n z) 1))) +("winsett" nil (((w ih n) 1) ((s ih t) 0))) +("winship" nil (((w ih n) 1) ((sh ih p) 1))) +("winski" nil (((w ih n) 1) ((s k iy) 1))) +("winslett" nil (((w ih n) 1) ((s l ih t) 0))) +("winslow" nil (((w ih n) 1) ((z l ow) 0))) +("winsome" nil (((w ih n) 1) ((s ax m) 0))) +("winson" nil (((w ih n) 1) ((s ax n) 0))) +("winsor" nil (((w ih n) 1) ((z er) 0))) +("winstanley" nil (((w ih n) 1) ((s t ax n) 0) ((l iy) 0))) +("winstead" nil (((w ih n) 1) ((s t eh d) 1))) +("winston" nil (((w ih n) 1) ((s t ax n) 0))) +("wint" nil (((w ih n t) 1))) +("winter" nil (((w ih n) 1) ((t er) 0))) +("winterberg" nil (((w ih n) 1) ((t er) 0) ((b er g) 0))) +("winterbourne" nil (((w ih n) 1) ((t er) 0) ((b ao r n) 1))) +("wintered" nil (((w ih n) 1) ((t er d) 0))) +("winterhalter" nil (((w ih n) 1) ((t er) 0) ((hh ao l) 1) ((t er) 0))) +("winterized" nil (((w ih n) 1) ((t er) 0) ((ay z d) 1))) +("wintermute" nil (((w ih n) 1) ((t er) 0) ((m y uw t) 1))) +("winterrowd" nil (((w ih n) 1) ((t er) 0) ((aw d) 0))) +("winters" nil (((w ih n) 1) ((t er z) 0))) +("wintershall" nil (((w ih n) 1) ((t er) 0) ((sh ae l) 1))) +("wintersteen" nil (((w ih n) 1) ((t er) 0) ((s t iy n) 1))) +("winterstein" nil (((w ih n) 1) ((t er) 0) ((s t ay n) 1))) +("winterthur" nil (((w ih n) 1) ((t er) 0) ((th er) 0))) +("wintertime" nil (((w ih n) 1) ((t er) 0) ((t ay m) 1))) +("winterton" nil (((w ih n) 1) ((t er) 0) ((t ax n) 0))) +("winther" nil (((w ih n) 1) ((th er) 0))) +("winthrop" nil (((w ih n) 1) ((th r ax p) 0))) +("wintle" nil (((w ih n) 1) ((t ax l) 0))) +("winton" nil (((w ih n) 1) ((t ax n) 0))) +("wintour" nil (((w ih n) 1) ((t uh r) 1))) +("wintry" nil (((w ih n) 1) ((t r iy) 0))) +("wintz" nil (((w ih n t s) 1))) +("wintzer" nil (((w ih n t) 1) ((s er) 0))) +("winward" nil (((w ih n) 1) ((w er d) 0))) +("winwood" nil (((w ih n) 1) ((w uh d) 1))) +("winzeler" nil (((w ih n) 1) ((z ax) 0) ((l er) 0))) +("winzer" nil (((w ih n) 1) ((z er) 0))) +("wion" nil (((w ay) 1) ((ax n) 0))) +("wipe" nil (((w ay p) 1))) +("wiped" nil (((w ay p t) 1))) +("wipeout" nil (((w ay) 1) ((p aw t) 1))) +("wiper" nil (((w ay) 1) ((p er) 0))) +("wipers" nil (((w ay) 1) ((p er z) 0))) +("wipes" nil (((w ay p s) 1))) +("wipf" nil (((w ih p f) 1))) +("wiping" nil (((w ay) 1) ((p ih ng) 0))) +("wipperfurth" nil (((w ih) 1) ((p er) 0) ((f er th) 0))) +("wire" nil (((w ay) 1) ((er) 0))) +("wired" nil (((w ay) 1) ((er d) 0))) +("wireless" nil (((w ay r) 1) ((l ih s) 0))) +("wireline" nil (((w ay r) 1) ((l ay n) 1))) +("wireman" nil (((w ay r) 1) ((m ax n) 0))) +("wires" nil (((w ay) 1) ((er z) 0))) +("wiretap" nil (((w ay) 1) ((er) 0) ((t ae p) 1))) +("wiretapped" nil (((w ay) 1) ((er) 0) ((t ae p t) 1))) +("wiretapping" nil (((w ay) 1) ((er) 0) ((t ae) 1) ((p ih ng) 0))) +("wiretaps" nil (((w ay r) 1) ((t ae p s) 1))) +("wirick" nil (((w ih) 1) ((r ih k) 0))) +("wiring" nil (((w ay) 1) ((r ih ng) 0))) +("wirkkala" nil (((v er) 0) ((k aa) 1) ((l ax) 0))) +("wirkus" nil (((w er) 1) ((k ih s) 0))) +("wirsing" nil (((w er) 1) ((s ih ng) 0))) +("wirt" nil (((w er t) 1))) +("wirtanen" nil (((w er) 1) ((t ax) 0) ((n ax n) 0))) +("wirth" nil (((w er th) 1))) +("wirthlin" nil (((w er th) 1) ((l ih n) 0))) +("wirtz" nil (((w er t s) 1))) +("wiry" nil (((w ih) 1) ((r iy) 0))) +("wirz" nil (((w er z) 1))) +("WIS" nil (((d ah b) 1) ((l y uw) 0) ((ay) 1) ((eh s) 1))) +("wis" nil (((w ih s) 1))) +("wisby" nil (((w ih s) 1) ((b iy) 0))) +("wisch" nil (((w ih sh) 1))) +("wischmeyer" nil (((w ih) 1) ((sh m ay) 0) ((er) 0))) +("wisconsin" nil (((w ih) 0) ((s k aa n) 1) ((s ax n) 0))) +("wisdom" nil (((w ih z) 1) ((d ax m) 0))) +("wise" nil (((w ay z) 1))) +("wisecarver" nil (((w ay z) 1) ((k aa r) 1) ((v er) 0))) +("wisecrack" n (((w ay z) 1) ((k r ae k) 1))) +("wisecracking" nil (((w ay z) 1) ((k r ae) 1) ((k ih ng) 0))) +("wisecracks" nil (((w ay z) 1) ((k r ae k s) 1))) +("wisecup" nil (((w ay z) 1) ((k ah p) 1))) +("wised" nil (((w ay z d) 1))) +("wiseguy" nil (((w ay z) 1) ((g ay) 1))) +("wisehart" nil (((w ay z) 1) ((hh aa r t) 1))) +("wisel" nil (((w ay) 1) ((z ax l) 0))) +("wiseley" nil (((w ih) 1) ((s ih) 0) ((l iy) 0))) +("wisely" nil (((w ay) 1) ((z l iy) 0))) +("wiseman" nil (((w ay z) 1) ((m ax n) 0))) +("wisenbaker" nil (((w ay) 1) ((z ax n) 0) ((b ey) 1) ((k er) 0))) +("wisener" nil (((w ih) 1) ((s iy) 0) ((n er) 0))) +("wiser" nil (((w ay) 1) ((z er) 0))) +("wisest" nil (((w ay) 1) ((z ax s t) 0))) +("wish" nil (((w ih sh) 1))) +("wisham" nil (((w ih) 1) ((sh ax m) 0))) +("wishard" nil (((w ih) 1) ((sh er d) 0))) +("wishart" nil (((w ih) 1) ((sh aa r t) 1))) +("wishbone" nil (((w ih sh) 1) ((b ow n) 1))) +("wished" nil (((w ih sh t) 1))) +("wisher" nil (((w ih) 1) ((sh er) 0))) +("wishers" nil (((w ih) 1) ((sh er z) 0))) +("wishes" nil (((w ih) 1) ((sh ih z) 0))) +("wishful" nil (((w ih sh) 1) ((f ax l) 0))) +("wishfully" nil (((w ih sh) 1) ((f ax) 0) ((l iy) 0))) +("wishing" nil (((w ih) 1) ((sh ih ng) 0))) +("wishner" nil (((w ih) 1) ((sh n er) 0))) +("wishnick" nil (((w ih) 1) ((sh n ih k) 0))) +("wishon" nil (((w ih) 1) ((sh ax n) 0))) +("wishy" nil (((w ih) 1) ((sh iy) 0))) +("wisinski" nil (((v ih) 0) ((s ih n) 1) ((s k iy) 0))) +("wisler" nil (((w ih) 1) ((s ax) 0) ((l er) 0))) +("wisley" nil (((w ih) 1) ((z l iy) 0))) +("wisman" nil (((w ih z) 1) ((m ax n) 0))) +("wismer" nil (((w ih) 1) ((z ax) 0) ((m er) 0))) +("wisner" nil (((w ih) 1) ((s n er) 0))) +("wisneski" nil (((v ih) 0) ((s n eh) 1) ((s k iy) 0))) +("wisnewski" nil (((v ih) 0) ((s n eh f) 1) ((s k iy) 0))) +("wisnieski" nil (((v ih) 0) ((s n iy) 1) ((s k iy) 0))) +("wisniewski" nil (((w ih z) 0) ((n iy) 0) ((eh f) 1) ((s k iy) 0))) +("wisor" nil (((w ay) 1) ((z er) 0))) +("wisp" nil (((w ih s p) 1))) +("wispy" nil (((w ih) 1) ((s p iy) 0))) +("wiss" nil (((w ih s) 1))) +("wissa" nil (((w ih) 1) ((s ax) 0))) +("wissel" nil (((w ih) 1) ((s ax l) 0))) +("wisser" nil (((w ih) 1) ((s er) 0))) +("wissing" nil (((w ih) 1) ((s ih ng) 0))) +("wissinger" nil (((w ih) 1) ((s ih ng) 0) ((er) 0))) +("wissink" nil (((w ih) 1) ((s ih ng k) 0))) +("wissler" nil (((w ih) 1) ((s l er) 0))) +("wissman" nil (((w ih) 1) ((s m ax n) 0))) +("wissmann" nil (((w ih) 1) ((s m ax n) 0))) +("wissner" nil (((w ih) 1) ((s n er) 0))) +("wist" nil (((w ih s t) 1))) +("wistful" nil (((w ih s t) 1) ((f ax l) 0))) +("wistfully" nil (((w ih s t) 1) ((f ax) 0) ((l iy) 0))) +("wistfulness" nil (((w ih s t) 1) ((f ax l) 0) ((n ax s) 0))) +("wiswell" nil (((w ih) 1) ((s w eh l) 0))) +("wisz" nil (((v ih sh) 1))) +("wit" nil (((w ih t) 1))) +("witbeck" nil (((w ih t) 1) ((b eh k) 1))) +("witbrock" nil (((w ih t) 1) ((b r ao k) 1))) +("witch" nil (((w ih ch) 1))) +("witchcraft" nil (((w ih ch) 1) ((k r ae f t) 1))) +("witcher" nil (((w ih) 1) ((ch er) 0))) +("witches" nil (((w ih) 1) ((ch ax z) 0))) +("witchey" nil (((w ih) 1) ((ch iy) 0))) +("witching" nil (((w ih) 1) ((ch ih ng) 0))) +("witco" nil (((w ih t) 1) ((k ow) 0))) +("witczak" nil (((v ih t) 1) ((ch ae k) 0))) +("witek" nil (((v ih) 1) ((t eh k) 0))) +("with" nil (((w ih dh) 1))) +("witham" nil (((w ih) 1) ((th ax m) 0))) +("withdraw" nil (((w ih dh) 0) ((d r ao) 1))) +("withdrawal" nil (((w ih dh) 0) ((d r ao) 1) ((ax l) 0))) +("withdrawals" nil (((w ih th) 0) ((d r ao) 1) ((ax l z) 0))) +("withdrawing" nil (((w ih th) 0) ((d r ao) 1) ((ih ng) 0))) +("withdrawn" nil (((w ih th) 0) ((d r ao n) 1))) +("withdraws" nil (((w ih dh) 0) ((d r ao z) 1))) +("withdrew" nil (((w ih th) 0) ((d r uw) 1))) +("withee" nil (((w ih) 1) ((th iy) 1))) +("withem" nil (((w ih) 1) ((th ih m) 0))) +("wither" nil (((w ih) 1) ((dh er) 0))) +("withered" nil (((w ih) 1) ((dh er d) 0))) +("witherell" nil (((w ih) 1) ((th er) 0) ((ax l) 0))) +("withering" nil (((w ih) 1) ((dh er) 0) ((ih ng) 0))) +("witherington" nil (((w ih) 1) ((th er) 0) ((ih ng) 0) ((t ax n) 0))) +("witherow" nil (((w ih) 1) ((th er) 0) ((ow) 0))) +("withers" nil (((w ih) 1) ((dh er z) 0))) +("witherspoon" nil (((w ih) 1) ((dh er) 0) ((s p uw n) 1))) +("withey" nil (((w ih) 1) ((th iy) 0))) +("withheld" nil (((w ih th) 0) ((hh eh l d) 1))) +("withhold" nil (((w ih th) 0) ((hh ow l d) 1))) +("withholding" nil (((w ih th) 0) ((hh ow l) 1) ((d ih ng) 0))) +("withholds" nil (((w ih th) 1) ((hh ow l d z) 1))) +("within" nil (((w ih) 0) ((dh ih n) 1))) +("withington" nil (((w ih) 1) ((th ih ng) 0) ((t ax n) 0))) +("withnail" nil (((w ih th) 0) ((n ey l) 1))) +("without" nil (((w ih) 0) ((th aw t) 1))) +("withrow" nil (((w ih) 1) ((th r ow) 1))) +("withstand" nil (((w ih th) 0) ((s t ae n d) 1))) +("withstanding" nil (((w ih th) 0) ((s t ae n) 1) ((d ih ng) 0))) +("withstands" nil (((w ih th) 0) ((s t ae n d z) 1))) +("withstood" nil (((w ih th) 0) ((s t uh d) 1))) +("witkin" nil (((w ih t) 1) ((k ih n) 1))) +("witkop" nil (((w ih t) 1) ((k ax p) 0))) +("witkowski" nil (((v ih t) 0) ((k ao f) 1) ((s k iy) 0))) +("witless" nil (((w ih t) 1) ((l ax s) 0))) +("witman" nil (((w ih t) 1) ((m ax n) 0))) +("witmer" nil (((w ih t) 1) ((m er) 0))) +("witness" nil (((w ih t) 1) ((n ax s) 0))) +("witnessed" nil (((w ih t) 1) ((n ax s t) 0))) +("witnesses" nil (((w ih t) 1) ((n ax) 0) ((s ax z) 0))) +("witnessing" nil (((w ih t) 1) ((n ax) 0) ((s ih ng) 0))) +("witowski" nil (((v ih) 0) ((t ao f) 1) ((s k iy) 0))) +("wits" nil (((w ih t s) 1))) +("witt" nil (((w ih t) 1))) +("witte" nil (((w ih t) 1))) +("witted" nil (((w ih) 1) ((t ih d) 0))) +("wittekind" nil (((w ih) 1) ((t ih) 0) ((k ih n d) 0))) +("witteman" nil (((w ih t) 1) ((m ax n) 0))) +("witten" nil (((w ih) 1) ((t ax n) 0))) +("wittenauer" nil (((w ih) 1) ((t ih) 0) ((n aw) 0) ((er) 0))) +("wittenberg" nil (((w ih) 1) ((t ax n) 0) ((b er g) 0))) +("wittenborn" nil (((w ih) 1) ((t ih n) 0) ((b er n) 0))) +("wittenburg" nil (((w ih) 1) ((t ax n) 0) ((b er g) 0))) +("wittenmyer" nil (((w ih) 1) ((t ih n) 0) ((m iy) 0) ((er) 0))) +("witter" nil (((w ih) 1) ((t er) 0))) +("witters" nil (((w ih) 1) ((t er z) 0))) +("witthuhn" nil (((w ih) 1) ((th ax n) 0))) +("wittig" nil (((w ih) 1) ((t ih g) 0))) +("wittily" nil (((w ih) 1) ((t ax) 0) ((l iy) 0))) +("witting" nil (((w ih) 1) ((t ih ng) 0))) +("wittingly" nil (((w ih) 1) ((t ih ng) 0) ((l iy) 0))) +("wittke" nil (((w ih t) 1) ((k iy) 0))) +("wittkopp" nil (((w ih t) 1) ((k ax p) 0))) +("wittler" nil (((w ih t) 1) ((l er) 0))) +("wittman" nil (((w ih t) 1) ((m ax n) 0))) +("wittmann" nil (((w ih t) 1) ((m ax n) 0))) +("wittmer" nil (((w ih t) 1) ((m er) 0))) +("wittmeyer" nil (((w ih t) 1) ((m ay) 0) ((er) 0))) +("wittner" nil (((w ih t) 1) ((n er) 0))) +("witton" nil (((w ih) 1) ((t ax n) 0))) +("wittrock" nil (((w ih) 1) ((t r ax k) 0))) +("witts" nil (((w ih t s) 1))) +("wittwer" nil (((w ih) 1) ((t w er) 0))) +("witty" nil (((w ih) 1) ((t iy) 0))) +("witucki" nil (((w ih) 0) ((t ah) 1) ((k iy) 0))) +("witwatersrand" nil (((w ih) 1) ((t w ao) 1) ((t er) 0) ((s r ae n d) 0))) +("witwer" nil (((w ih) 1) ((t w er) 0))) +("witz" nil (((w ih t s) 1))) +("witzel" nil (((w ih t) 1) ((z ax l) 0))) +("witzig" nil (((w ih t) 1) ((z ih g) 0))) +("witzke" nil (((w ih t z k) 1))) +("wives" nil (((w ay v z) 1))) +("wix" nil (((w ih k s) 1))) +("wixom" nil (((w ih k) 1) ((s ax m) 0))) +("wixon" nil (((w ih k) 1) ((s ax n) 0))) +("wixson" nil (((w ih k) 1) ((s ax n) 0))) +("wixted" nil (((w ih k) 1) ((s t ih d) 0))) +("wiz" nil (((w ih z) 1))) +("wizard" nil (((w ih) 1) ((z er d) 0))) +("wizardry" nil (((w ih) 1) ((z er) 0) ((d r iy) 0))) +("wizards" nil (((w ih) 1) ((z er d z) 0))) +("wizened" nil (((w ay) 1) ((z ax n d) 0))) +("wlodarczyk" nil (((w ax) 0) ((l aa) 1) ((d er) 0) ((ch ih k) 0))) +("wlodarski" nil (((w ax) 0) ((l ax) 0) ((d aa r) 1) ((s k iy) 0))) +("wm" nil (((w ih) 1) ((l y ax m) 0))) +("wnek" nil (((w) 0) ((n eh k) 1))) +("wnuk" nil (((w) 0) ((n ah k) 1))) +("wo" nil (((w ao) 1))) +("wobbe" nil (((w aa b) 1))) +("wobble" nil (((w aa) 1) ((b ax l) 0))) +("wobbled" nil (((w aa) 1) ((b ax l d) 0))) +("wobbling" nil (((w aa) 1) ((b ax) 0) ((l ih ng) 0))) +("wobbly" nil (((w aa) 1) ((b ax) 0) ((l iy) 0))) +("wobegon" nil (((w ow) 1) ((b ax) 0) ((g aa n) 0))) +("wobig" nil (((w ow) 1) ((b ih g) 0))) +("wobst" nil (((w aa b s t) 1))) +("woburn" nil (((w uw) 1) ((b er n) 0))) +("woe" nil (((w ow) 1))) +("woebegone" nil (((w ow) 1) ((b ih) 0) ((g ao n) 1))) +("woeful" nil (((w ow) 1) ((f ax l) 0))) +("woefully" nil (((w ow) 1) ((f ax) 0) ((l iy) 0))) +("woehl" nil (((w ow l) 1))) +("woehler" nil (((w ow) 1) ((l er) 0))) +("woehr" nil (((w ao r) 1))) +("woehrle" nil (((w ao) 1) ((r ax l) 0))) +("woelfel" nil (((w ow l) 1) ((f ax l) 0))) +("woelfle" nil (((w ow l) 1) ((f ax l) 0))) +("woerner" nil (((w ao r) 1) ((n er) 0))) +("woes" nil (((w ow z) 1))) +("woessner" nil (((w ow) 1) ((s n er) 0))) +("woeste" nil (((w ow s t) 1))) +("wofford" nil (((w aa) 1) ((f er d) 0))) +("wogan" nil (((w ow) 1) ((g ax n) 0))) +("wogoman" nil (((w ow) 1) ((g ow) 0) ((m ax n) 0))) +("wohl" nil (((w ow l) 1))) +("wohler" nil (((w ow) 1) ((l er) 0))) +("wohlers" nil (((w ow) 1) ((l er z) 0))) +("wohlfarth" nil (((w ow l) 1) ((f aa r th) 1))) +("wohlfeil" nil (((w ow l) 1) ((f ay l) 1))) +("wohlford" nil (((w ow l) 1) ((f er d) 0))) +("wohlgemuth" nil (((w ow l) 1) ((g ax) 0) ((m uw th) 0))) +("wohlstetter" nil (((w ow l) 1) ((s t eh) 1) ((t er) 0))) +("wohlwend" nil (((w ow l) 1) ((w eh n d) 0))) +("woitschatzke" nil (((w oy) 1) ((ch ae t) 1) ((s k iy) 1))) +("wojahn" nil (((w ow) 1) ((hh aa n) 0))) +("wojciak" nil (((w oy) 1) ((ch iy) 0) ((ae k) 0))) +("wojcicki" nil (((w oy) 1) ((ch ih t) 1) ((s k iy) 0))) +("wojciech" nil (((w oy) 1) ((ch eh k) 0))) +("wojciechowski" nil (((w oy) 0) ((ch ih) 0) ((hh ao f) 1) ((s k iy) 0))) +("wojcik" nil (((w oy) 1) ((ch ih k) 0))) +("wojdyla" nil (((w oy) 1) ((d ih) 1) ((l ax) 0))) +("wojick" nil (((w oy) 1) ((ch ih k) 0))) +("wojnar" nil (((w oy) 1) ((n er) 0))) +("wojnarowski" nil (((w oy) 1) ((n er) 0) ((aw) 1) ((s k iy) 0))) +("wojnilower" nil (((w oy) 1) ((n ax) 0) ((l ow) 1) ((er) 0))) +("wojnowski" nil (((w oy) 1) ((n aw) 1) ((s k iy) 0))) +("wojtas" nil (((w oy) 1) ((t ax s) 0))) +("wojtaszek" nil (((w oy) 1) ((t aa) 1) ((sh eh k) 0))) +("wojtkiewicz" nil (((w oy t) 1) ((k ax) 0) ((v ih ch) 0))) +("wojtkowski" nil (((w oy t) 1) ((k aw) 1) ((s k iy) 0))) +("wojtowicz" nil (((w oy) 1) ((t ax) 0) ((v ih ch) 0))) +("wok" nil (((w aa k) 1))) +("woke" nil (((w ow k) 1))) +("woken" nil (((w ow) 1) ((k ax n) 0))) +("wola" nil (((w ow) 1) ((l ax) 0))) +("wolak" nil (((w ow) 1) ((l ax k) 0))) +("wolanin" nil (((w aa) 1) ((l ax) 0) ((n ih n) 0))) +("wolanski" nil (((v ax) 0) ((l ae n) 1) ((s k iy) 0))) +("wolaver" nil (((w aa) 1) ((l ax) 0) ((v er) 0))) +("wolber" nil (((w ow l) 1) ((b er) 0))) +("wolbert" nil (((w ow l) 1) ((b er t) 0))) +("wolcott" nil (((w ow l) 1) ((k ax t) 0))) +("wold" nil (((w ow l d) 1))) +("wolden" nil (((w ow l) 1) ((d ax n) 0))) +("woldt" nil (((w ow l t) 1))) +("wolenzac" nil (((w ow) 1) ((l ax n) 0) ((z ae k) 1))) +("wolf" nil (((w uh l f) 1))) +("wolfarth" nil (((w uh l) 1) ((f aa r th) 0))) +("wolfe" nil (((w uh l f) 1))) +("wolfenbarger" nil (((w uh l) 1) ((f ih n) 0) ((b aa r) 0) ((g er) 0))) +("wolfenden" nil (((w uh l) 1) ((f eh n) 1) ((d ax n) 0))) +("wolfensohn" nil (((w uh l) 1) ((f ax n) 0) ((s ax n) 0))) +("wolfer" nil (((w uh l) 1) ((f er) 0))) +("wolfert" nil (((w uh l) 1) ((f er t) 0))) +("wolff" nil (((w uh l f) 1))) +("wolfgang" nil (((w uh l f) 1) ((g ae ng) 1))) +("wolfgram" nil (((w uh l f) 1) ((g r ae m) 1))) +("wolfinbarger" nil (((w uh l) 1) ((f ih n) 0) ((b aa r) 1) ((g er) 0))) +("wolfinger" nil (((w uh l) 1) ((f ih ng) 0) ((er) 0))) +("wolfley" nil (((w uh l) 1) ((f l iy) 0))) +("wolfman" nil (((w uh l f) 1) ((m ax n) 0))) +("wolford" nil (((w ow l) 1) ((f er d) 0))) +("wolfram" nil (((w uh l) 1) ((f r ae m) 1))) +("wolfrey" nil (((w uh l) 1) ((f r iy) 0))) +("wolfrom" nil (((w uh l) 1) ((f r ax m) 0))) +("wolfrum" nil (((w uh l) 1) ((f r ax m) 0))) +("wolfsburg" nil (((w uh l f s) 1) ((b er g) 0))) +("wolfson" nil (((w uh l f) 1) ((s ax n) 0))) +("wolgamott" nil (((w ow l) 1) ((g ax) 0) ((m aa t) 0))) +("wolgast" nil (((w ow l) 1) ((g ax s t) 0))) +("wolgemuth" nil (((w ow l) 1) ((g ih) 0) ((m uw th) 0))) +("wolin" nil (((w ow) 1) ((l ih n) 0))) +("wolinski" nil (((v ax) 0) ((l ih n) 1) ((s k iy) 0))) +("wolinsky" nil (((v ax) 0) ((l ih n) 1) ((s k iy) 0))) +("wolitarsky" nil (((w ow) 1) ((l ih) 0) ((t aa r) 1) ((s k iy) 0))) +("wolk" nil (((w ow k) 1))) +("wolke" nil (((w ow l k) 1))) +("wolken" nil (((w ow) 1) ((k ax n) 0))) +("wolkoff" nil (((w ow l) 1) ((k ao f) 0))) +("woll" nil (((w aa l) 1))) +("wollack" nil (((w aa) 1) ((l ax k) 0))) +("wollaeger" nil (((w ax) 0) ((l ey) 1) ((g er) 0))) +("wollam" nil (((w aa) 1) ((l ax m) 0))) +("wollard" nil (((w aa) 1) ((l er d) 0))) +("wolle" nil (((w aa l) 1))) +("wollen" nil (((w aa) 1) ((l ax n) 0))) +("wollenberg" nil (((w aa) 1) ((l ax n) 0) ((b er g) 0))) +("wollenweber" nil (((w aa) 1) ((l ih n) 0) ((w ih) 0) ((b er) 0))) +("woller" nil (((w aa) 1) ((l er) 0))) +("wollin" nil (((w aa) 1) ((l ih n) 0))) +("wollman" nil (((w aa l) 1) ((m ax n) 0))) +("wollner" nil (((w aa l) 1) ((n er) 0))) +("wollschlager" nil (((w aa l) 1) ((sh l ey) 0) ((g er) 0))) +("wolman" nil (((w aa l) 1) ((m ax n) 0))) +("wolohan" nil (((w aa) 1) ((l ax) 0) ((hh ae n) 0))) +("wolong" nil (((w ao) 1) ((l ow ng) 1))) +("wolpe" nil (((w ow l) 1) ((p iy) 0))) +("wolper" nil (((w ow l) 1) ((p er) 0))) +("wolpert" nil (((w ow l) 1) ((p er t) 0))) +("wolrath" nil (((w ow l) 1) ((r ae th) 1))) +("wolsey" nil (((w ow l) 1) ((s iy) 0))) +("wolsfeld" nil (((w ow l z) 1) ((f eh l d) 1))) +("wolske" nil (((w ow l s k) 1))) +("wolski" nil (((v ow l) 1) ((s k iy) 0))) +("wolsky" nil (((v ow l) 1) ((s k iy) 0))) +("wolstenholme" nil (((w ow l) 1) ((s t ih n) 0) ((hh ow l m) 0))) +("wolter" nil (((w ow l) 1) ((t er) 0))) +("wolters" nil (((w ow l) 1) ((t er z) 0))) +("woltman" nil (((w ow l t) 1) ((m ax n) 0))) +("woltz" nil (((w ow l t s) 1))) +("wolven" nil (((w uh l) 1) ((v ax n) 0))) +("wolverine" nil (((w uh l) 1) ((v er) 0) ((iy n) 1))) +("wolverton" nil (((w uh l) 0) ((v er) 1) ((t ax n) 0))) +("wolves" nil (((w uh l v z) 1))) +("wolz" nil (((w ow l z) 1))) +("womac" nil (((w ow) 1) ((m ax k) 0))) +("womack" nil (((w ow) 1) ((m ae k) 0))) +("woman" nil (((w uh) 1) ((m ax n) 0))) +("womanhood" nil (((w uh) 1) ((m ax n) 0) ((hh uh d) 1))) +("womanizer" nil (((w uh) 1) ((m ax) 0) ((n ay) 1) ((z er) 0))) +("womanizing" nil (((w uh) 1) ((m ax) 0) ((n ay) 1) ((z ih ng) 0))) +("womb" nil (((w uw m) 1))) +("wombacher" nil (((w aa m) 1) ((b aa) 1) ((k er) 0))) +("womble" nil (((w aa m) 1) ((b ax l) 0))) +("wombles" nil (((w aa m) 1) ((b ax l z) 0))) +("wombs" n (((w uw m z) 1))) +("women" nil (((w ih) 1) ((m ax n) 0))) +("womer" nil (((w ow) 1) ((m er) 0))) +("wometco" nil (((w ow) 0) ((m eh t) 1) ((k ow) 0))) +("wommack" nil (((w aa) 1) ((m ax k) 0))) +("won" nil (((w ah n) 1))) +("wonda" nil (((w aa n) 1) ((d ax) 0))) +("wonder" nil (((w ah n) 1) ((d er) 0))) +("wondered" nil (((w ah n) 1) ((d er d) 0))) +("wonderful" nil (((w ah n) 1) ((d er) 0) ((f ax l) 0))) +("wonderfully" nil (((w ah n) 1) ((d er) 0) ((f ax) 0) ((l iy) 0))) +("wonderfulness" nil (((w ah n) 1) ((d er) 0) ((f ax l) 0) ((n ax s) 0))) +("wondering" nil (((w ah n) 1) ((d er) 0) ((ih ng) 0))) +("wonderland" nil (((w ah n) 1) ((d er) 0) ((l ae n d) 1))) +("wonderly" nil (((w ah n) 1) ((d er) 0) ((l iy) 0))) +("wonderment" nil (((w ah n) 1) ((d er) 0) ((m ax n t) 0))) +("wonders" nil (((w ah n) 1) ((d er z) 0))) +("wondra" nil (((w aa n) 1) ((d r ax) 0))) +("wondrous" nil (((w ah n) 1) ((d r ax s) 0))) +("wong" nil (((w ao ng) 1))) +("wonnacott" nil (((w ah) 1) ((n ax) 0) ((k aa t) 0))) +("wont" nil (((w ow n t) 1))) +("woo" nil (((w uw) 1))) +("wood" nil (((w uh d) 1))) +("woodall" nil (((w uh) 1) ((d ao l) 1))) +("woodard" nil (((w uh) 1) ((d er d) 0))) +("woodbeck" nil (((w uh d) 1) ((b eh k) 1))) +("woodberry" nil (((w uh d) 1) ((b eh) 1) ((r iy) 0))) +("woodbridge" nil (((w uh d) 1) ((b r ih jh) 1))) +("woodburn" nil (((w uh d) 1) ((b er n) 1))) +("woodbury" nil (((w uh d) 1) ((b eh) 1) ((r iy) 0))) +("woodby" nil (((w uh d) 1) ((b iy) 0))) +("woodcarvers" nil (((w uh d) 1) ((k aa r) 1) ((v er z) 0))) +("woodchuck" nil (((w uh d) 1) ((ch ah k) 1))) +("woodcliff" nil (((w uh d) 1) ((k l ih f) 1))) +("woodcock" nil (((w uh d) 1) ((k aa k) 1))) +("woodcox" nil (((w uh d) 1) ((k aa k s) 1))) +("wooddell" nil (((w uh) 1) ((d ax l) 0))) +("wooded" nil (((w uh) 1) ((d ih d) 0))) +("woodell" nil (((w uh) 1) ((d ax l) 0))) +("wooden" nil (((w uh) 1) ((d ax n) 0))) +("woodfield" nil (((w uh d) 1) ((f iy l d) 1))) +("woodfill" nil (((w uh d) 1) ((f ih l) 1))) +("woodfin" nil (((w uh d) 1) ((f ih n) 0))) +("woodford" nil (((w uh d) 1) ((f er d) 0))) +("woodfork" nil (((w uh d) 1) ((f er k) 0))) +("woodhall" nil (((w uh d) 1) ((hh ao l) 1))) +("woodham" nil (((w uh d) 1) ((hh ax m) 0))) +("woodhams" nil (((w uh d) 1) ((hh ax m z) 0))) +("woodhead" nil (((w uh d) 1) ((hh eh d) 1))) +("woodhouse" nil (((w uh d) 1) ((hh aw s) 1))) +("woodhull" nil (((w uh d) 1) ((hh ah l) 1))) +("woodie" nil (((w uh) 1) ((d iy) 0))) +("woodin" nil (((w uh) 1) ((d ih n) 0))) +("wooding" nil (((w uh) 1) ((d ih ng) 0))) +("woodington" nil (((w uh) 1) ((d ih ng) 0) ((t ax n) 0))) +("woodis" nil (((w uh) 1) ((d ih s) 0))) +("woodke" nil (((w uh d) 1) ((k iy) 0))) +("woodland" nil (((w uh d) 1) ((l ae n d) 1))) +("woodlands" nil (((w uh d) 1) ((l ae n d z) 1))) +("woodle" nil (((w uh) 1) ((d ax l) 0))) +("woodlee" nil (((w uh d) 1) ((l iy) 1))) +("woodleigh" nil (((w uh d) 1) ((l iy) 2))) +("woodley" nil (((w uh d) 1) ((l iy) 0))) +("woodlief" nil (((w uh d) 1) ((l iy f) 1))) +("woodliff" nil (((w uh d) 1) ((l ih f) 0))) +("woodling" nil (((w uh d) 1) ((l ih ng) 0))) +("woodlock" nil (((w uh d) 1) ((l aa k) 1))) +("woodlot" nil (((w uh d) 1) ((l aa t) 1))) +("woodmac" nil (((w uh d) 1) ((m ae k) 0))) +("woodman" nil (((w uh d) 1) ((m ax n) 0))) +("woodmansee" nil (((w uh d) 0) ((m ax n) 0) ((s iy) 1))) +("woodpecker" nil (((w uh d) 1) ((p eh) 1) ((k er) 0))) +("woodpeckers" nil (((w uh d) 1) ((p eh) 1) ((k er z) 0))) +("woodrich" nil (((w uh) 1) ((d r ih ch) 1))) +("woodrick" nil (((w uh) 1) ((d r ih k) 0))) +("woodring" nil (((w uh) 1) ((d r ih ng) 1))) +("woodrome" nil (((w uh) 1) ((d r ax m) 0))) +("woodroof" nil (((w uh) 1) ((d r uw f) 1))) +("woodrow" nil (((w uh) 1) ((d r ow) 1))) +("woodruff" nil (((w uh) 1) ((d r ax f) 0))) +("woodrum" nil (((w uh) 1) ((d r ax m) 0))) +("woods" nil (((w uh d z) 1))) +("woodside" nil (((w uh d) 1) ((s ay d) 1))) +("woodsmall" nil (((w uh d) 1) ((s m ao l) 1))) +("woodson" nil (((w uh d) 1) ((s ax n) 0))) +("woodstock" nil (((w uh d) 1) ((s t aa k) 1))) +("woodstove" v (((w uh d) 1) ((s t ow v) 1))) +("woodstream" nil (((w uh d) 1) ((s t r iy m) 1))) +("woodward" nil (((w uh) 1) ((d w ao r d) 1))) +("woodwind" nil (((w uh) 1) ((d w ih n d) 1))) +("woodwinds" nil (((w uh) 1) ((d w ih n d z) 1))) +("woodwork" nil (((w uh) 1) ((d w er k) 1))) +("woodworker" nil (((w uh) 1) ((d w er) 1) ((k er) 0))) +("woodworkers" nil (((w uh) 1) ((d w er) 1) ((k er z) 0))) +("woodworking" nil (((w uh) 1) ((d w er) 1) ((k ih ng) 0))) +("woodworth" nil (((w uh) 1) ((d w er th) 1))) +("woody" nil (((w uh) 1) ((d iy) 0))) +("woodyard" nil (((w uh) 1) ((d y aa r d) 1))) +("wooed" nil (((w uw d) 1))) +("woof" nil (((w uw f) 1))) +("woofter" nil (((w uw f) 1) ((t er) 0))) +("woogie" nil (((w uw) 1) ((g iy) 0))) +("wooing" nil (((w uw) 1) ((ih ng) 0))) +("wool" nil (((w uh l) 1))) +("woolard" nil (((w uh) 1) ((l er d) 0))) +("woolbright" nil (((w uh l) 1) ((b r ay t) 1))) +("woolco" nil (((w uh l) 1) ((k ow) 1))) +("woolcock" nil (((w uh l) 1) ((k aa k) 1))) +("wooldridge" nil (((w uh l) 1) ((d r ih jh) 0))) +("woolen" nil (((w uh) 1) ((l ax n) 0))) +("woolens" nil (((w uh) 1) ((l ax n z) 0))) +("woolery" nil (((w uh) 1) ((l er) 0) ((iy) 0))) +("woolever" nil (((w uh) 1) ((l eh) 1) ((v er) 0))) +("wooley" nil (((w uh) 1) ((l iy) 0))) +("woolf" nil (((w uh l f) 1))) +("woolfolk" nil (((w uh l) 1) ((f ow k) 1))) +("woolford" nil (((w uh l) 1) ((f er d) 0))) +("woolfork" nil (((w uh l) 1) ((f ao r k) 1))) +("woollard" nil (((w uh) 1) ((l er d) 0))) +("woollcott" nil (((w uh l) 1) ((k aa t) 0))) +("woollen" nil (((w uh) 1) ((l ax n) 0))) +("woolley" nil (((w uh) 1) ((l iy) 0))) +("woolly" nil (((w uh) 1) ((l iy) 0))) +("woolman" nil (((w uh l) 1) ((m ax n) 0))) +("woolridge" nil (((w uh l) 1) ((r ih jh) 1))) +("wools" nil (((w uh l z) 1))) +("woolsey" nil (((w uh l) 1) ((z iy) 0))) +("woolson" nil (((w uh l) 1) ((s ax n) 0))) +("woolston" nil (((w uh l) 1) ((s t ax n) 0))) +("woolum" nil (((w uh) 1) ((l ax m) 0))) +("woolums" nil (((w uh) 1) ((l ax m z) 0))) +("woolverton" nil (((w uh l) 1) ((v er) 0) ((t ax n) 0))) +("woolwine" nil (((w uh l) 1) ((w ay n) 1))) +("woolworth" nil (((w uh l) 1) ((w er th) 1))) +("wooly" nil (((w uh) 1) ((l iy) 0))) +("woomer" nil (((w uw) 1) ((m er) 0))) +("woong" nil (((w uw ng) 1))) +("woos" nil (((w uw z) 1))) +("woosley" nil (((w uw) 1) ((z l iy) 0))) +("wooster" nil (((w uw) 1) ((s t er) 0))) +("wootan" nil (((w uw) 1) ((t ax n) 0))) +("wooten" nil (((w uw) 1) ((t ax n) 0))) +("wooters" nil (((w uw) 1) ((t er z) 0))) +("wooton" nil (((w uw) 1) ((t ax n) 0))) +("wootten" nil (((w uw) 1) ((t ax n) 0))) +("wootton" nil (((w uw) 1) ((t ax n) 0))) +("woozy" nil (((w uw) 1) ((z iy) 0))) +("wop" nil (((w aa p) 1))) +("wops" nil (((w aa p s) 1))) +("worcester" nil (((w uh) 1) ((s t er) 0))) +("word" nil (((w er d) 1))) +("worded" nil (((w er) 1) ((d ih d) 0))) +("wordell" nil (((w er) 1) ((d ax l) 0))) +("worden" nil (((w er) 1) ((d ax n) 0))) +("wording" nil (((w er) 1) ((d ih ng) 0))) +("wordless" nil (((w er d) 1) ((l ax s) 0))) +("wordperfect" nil (((w er d) 1) ((p er) 1) ((f eh k t) 0))) +("words" nil (((w er d z) 1))) +("wordsmith" nil (((w er d) 1) ((s m ih th) 1))) +("wordsense" nil (((w er d) 1) ((s eh n s) 2))) +("wordstar" nil (((w er d) 1) ((s t aa r) 1))) +("wordsworth" nil (((w er d) 1) ((z w er th) 0))) +("wore" nil (((w ao r) 1))) +("work" nil (((w er k) 1))) +("workable" nil (((w er) 1) ((k ax) 0) ((b ax l) 0))) +("workaday" nil (((w er) 1) ((k ax) 0) ((d ey) 1))) +("workaholic" nil (((w er) 1) ((k ax) 0) ((hh aa) 1) ((l ih k) 0))) +("workaholics" nil (((w er) 1) ((k ax) 0) ((hh aa) 1) ((l ih k s) 0))) +("workbench" nil (((w er k) 1) ((b eh n ch) 1))) +("workday" nil (((w er k) 1) ((d ey) 1))) +("workdays" nil (((w er k) 1) ((d ey z) 1))) +("worked" nil (((w er k t) 1))) +("worker" nil (((w er) 1) ((k er) 0))) +("workers" nil (((w er) 1) ((k er z) 0))) +("workfare" nil (((w er k) 1) ((f eh r) 1))) +("workforce" nil (((w er k) 1) ((f ao r s) 1))) +("workgroup" nil (((w er k) 1) ((g r uw p) 1))) +("workgroups" nil (((w er k) 1) ((g r uw p s) 1))) +("workhorse" nil (((w er k) 1) ((hh ao r s) 1))) +("workhorses" nil (((w er k) 1) ((hh ao r) 1) ((s ih z) 0))) +("working" nil (((w er) 1) ((k ih ng) 0))) +("workinger" nil (((w er) 1) ((k ih ng) 0) ((er) 0))) +("workings" nil (((w er) 1) ((k ih ng z) 0))) +("workload" nil (((w er) 1) ((k l ow d) 1))) +("workloads" nil (((w er) 1) ((k l ow d z) 1))) +("workman" nil (((w er k) 1) ((m ax n) 0))) +("workmanlike" nil (((w er k) 1) ((m ae n) 1) ((l ay k) 1))) +("workmanship" nil (((w er k) 1) ((m ax n) 0) ((sh ih p) 1))) +("workmen" nil (((w er k) 1) ((m ih n) 0))) +("workout" nil (((w er) 1) ((k aw t) 1))) +("workouts" nil (((w er) 1) ((k aw t s) 1))) +("workplace" nil (((w er k) 1) ((p l ey s) 1))) +("workplaces" nil (((w er k) 1) ((p l ey) 1) ((s ih z) 0))) +("workroom" nil (((w er) 1) ((k r uw m) 1))) +("works" nil (((w er k s) 1))) +("worksheet" nil (((w er k) 1) ((sh iy t) 1))) +("worksheets" nil (((w er k) 1) ((sh iy t s) 1))) +("workshop" nil (((w er k) 1) ((sh aa p) 1))) +("workshops" nil (((w er k) 1) ((sh aa p s) 1))) +("workstation" nil (((w er k) 1) ((s t ey) 1) ((sh ax n) 0))) +("workstations" nil (((w er k) 1) ((s t ey) 1) ((sh ax n z) 0))) +("workweek" nil (((w er) 1) ((k w iy k) 1))) +("workweeks" nil (((w er) 1) ((k w iy k s) 1))) +("worland" nil (((w er) 1) ((l ax n d) 0))) +("worlco" nil (((w er l) 1) ((k ow) 0))) +("world" nil (((w er l d) 1))) +("worldcom" nil (((w er l d) 1) ((k aa m) 1))) +("worldcorp" nil (((w er l d) 1) ((k ao r p) 1))) +("worldliness" nil (((w er l d) 1) ((l iy) 0) ((n ax s) 0))) +("worldly" nil (((w er l d) 1) ((l iy) 0))) +("worldnews" nil (((w er l d) 1) ((n uw z) 1))) +("worldpass" nil (((w er l d) 1) ((p ae s) 1))) +("worlds" nil (((w er l d z) 1))) +("worldscope" nil (((w er l d) 1) ((s k ow p) 1))) +("worldspan" nil (((w er l d) 1) ((s p ae n) 1))) +("worldvision" nil (((w er l d) 1) ((v ih) 1) ((zh ax n) 0))) +("worldwide" nil (((w er l) 1) ((d w ay d) 1))) +("worley" nil (((w er) 1) ((l iy) 0))) +("worm" nil (((w er m) 1))) +("worman" nil (((w er) 1) ((m ax n) 0))) +("wormington" nil (((w er) 1) ((m ih ng) 0) ((t ax n) 0))) +("wormley" nil (((w er m) 1) ((l iy) 0))) +("wormlike" nil (((w er m) 1) ((l ay k) 1))) +("worms" nil (((w er m z) 1))) +("wormser" nil (((w er m) 1) ((z er) 0))) +("wormuth" nil (((w er) 1) ((m uw th) 0))) +("wormwood" nil (((w er m) 1) ((w uh d) 1))) +("worn" nil (((w ao r n) 1))) +("worner" nil (((w ao r) 1) ((n er) 0))) +("woronoff" nil (((w ao) 1) ((r ax) 0) ((n ao f) 0))) +("worrall" nil (((w er) 1) ((r ax l) 0))) +("worrel" nil (((w er) 1) ((r ax l) 0))) +("worrell" nil (((w er) 1) ((r ax l) 0))) +("worried" nil (((w er) 1) ((iy d) 0))) +("worriers" nil (((w er) 1) ((iy) 0) ((er z) 0))) +("worries" nil (((w er) 1) ((iy z) 0))) +("worrisome" nil (((w er) 1) ((iy) 0) ((s ax m) 0))) +("worry" nil (((w er) 1) ((iy) 0))) +("worrying" nil (((w er) 1) ((iy) 0) ((ih ng) 0))) +("worse" nil (((w er s) 1))) +("worseck" nil (((w er) 1) ((s eh k) 0))) +("worsen" nil (((w er) 1) ((s ax n) 0))) +("worsened" nil (((w er) 1) ((s ax n d) 0))) +("worsening" nil (((w er) 1) ((s ax) 0) ((n ih ng) 0))) +("worsens" nil (((w er) 1) ((s ax n z) 0))) +("worsham" nil (((w er) 1) ((sh ax m) 0))) +("worship" nil (((w er) 1) ((sh ax p) 0))) +("worshiped" nil (((w er) 1) ((sh ih p t) 0))) +("worshiper" nil (((w er) 1) ((sh ax) 0) ((p er) 0))) +("worshipers" nil (((w er) 1) ((sh ih) 0) ((p er z) 0))) +("worshipful" nil (((w er) 1) ((sh ax p) 0) ((f ax l) 0))) +("worshiping" n (((w er) 1) ((sh ax) 0) ((p ax ng) 0))) +("worshipped" nil (((w er) 1) ((sh ax p t) 0))) +("worshippers" nil (((w er) 1) ((sh ih) 0) ((p er z) 0))) +("worshipping" nil (((w er) 1) ((sh ax) 0) ((p ih ng) 0))) +("worships" nil (((w er) 1) ((sh ax p s) 0))) +("worsley" nil (((w er) 1) ((s l iy) 0))) +("worst" nil (((w er s t) 1))) +("worsted" nil (((w er) 1) ((s t ih d) 0))) +("worstell" nil (((w er) 1) ((s t ax l) 0))) +("worster" nil (((w er) 1) ((s t er) 0))) +("worth" nil (((w er th) 1))) +("wortham" nil (((w er) 1) ((th ax m) 0))) +("worthen" nil (((w er) 1) ((th ax n) 0))) +("worthey" nil (((w er) 1) ((dh iy) 0))) +("worthier" nil (((w er) 1) ((dh iy) 0) ((er) 0))) +("worthies" nil (((w er) 1) ((dh iy z) 0))) +("worthiest" nil (((w er) 1) ((dh iy) 0) ((ax s t) 0))) +("worthiness" nil (((w er) 1) ((dh iy) 0) ((n ih s) 0))) +("worthing" nil (((w er) 1) ((th ih ng) 0))) +("worthington" nil (((w er) 1) ((dh ih ng) 0) ((t ax n) 0))) +("worthless" nil (((w er th) 1) ((l ax s) 0))) +("worthley" nil (((w er th) 1) ((l iy) 0))) +("worthman" nil (((w er th) 1) ((m ax n) 0))) +("worths" nil (((w er th s) 1))) +("worthwhile" nil (((w er) 1) ((th w ay l) 1))) +("worthy" nil (((w er) 1) ((dh iy) 0))) +("wortley" nil (((w er t) 1) ((l iy) 0))) +("wortman" nil (((w er t) 1) ((m ax n) 0))) +("wortmann" nil (((w er t) 1) ((m ax n) 0))) +("worton" nil (((w er) 1) ((t ax n) 0))) +("worts" nil (((w er t s) 1))) +("woszczyna" nil (((w aa) 0) ((zh iy) 1) ((n ax) 0))) +("wotan" nil (((w ow) 1) ((t ax n) 0))) +("wotherspoon" nil (((w ax) 0) ((dh er) 0) ((s p uw n) 1))) +("wotring" nil (((w aa) 1) ((t er) 0) ((ih ng) 0))) +("wotton" nil (((w aa) 1) ((t ax n) 0))) +("wouk" nil (((w uw k) 1))) +("would" nil (((w uh d) 1))) +("wouldnt" v (((w uh d n t) 1))) +("wouldve" n (((w uh) 1) ((d ax v) 0))) +("woulfe" nil (((w aw l f) 1))) +("wound" nil (((w uw n d) 1))) +("wound" nil (((w aw n d) 1))) +("wounded" nil (((w uw n) 1) ((d ax d) 0))) +("wounding" nil (((w uw n) 1) ((d ih ng) 0))) +("wounds" nil (((w uw n d z) 1))) +("wouters" nil (((w aw) 1) ((t er z) 0))) +("wove" nil (((w ow v) 1))) +("woven" nil (((w ow) 1) ((v ax n) 0))) +("wow" nil (((w aw) 1))) +("wowed" nil (((w aw d) 1))) +("wows" nil (((w aw z) 1))) +("woy" nil (((w oy) 1))) +("wozniak" nil (((v aa z) 1) ((n iy) 0) ((ae k) 0))) +("woznick" nil (((w aa z) 1) ((n ih k) 0))) +("woznicki" nil (((v ax z) 0) ((n ih t) 1) ((s k iy) 0))) +("wozny" nil (((w aa z) 1) ((n iy) 0))) +("wrack" nil (((r ae k) 1))) +("wracked" nil (((r ae k t) 1))) +("wracking" nil (((r ae) 1) ((k ih ng) 0))) +("wrage" nil (((r ey jh) 1))) +("wragg" nil (((r ae g) 1))) +("wrangell" nil (((r ae ng) 1) ((g ax l) 0))) +("wrangle" nil (((r ae ng) 1) ((g ax l) 0))) +("wrangled" nil (((r ae ng) 1) ((g ax l d) 0))) +("wrangler" nil (((r ae ng) 1) ((g ax) 0) ((l er) 0))) +("wranglers" nil (((r ae ng) 1) ((g ax) 0) ((l er z) 0))) +("wrangles" nil (((r ae ng) 1) ((g ax l z) 0))) +("wrangling" nil (((r ae ng) 1) ((g ax) 0) ((l ih ng) 0))) +("wrap" nil (((r ae p) 1))) +("wrapped" nil (((r ae p t) 1))) +("wrapper" nil (((r ae) 1) ((p er) 0))) +("wrappers" nil (((r ae) 1) ((p er z) 0))) +("wrapping" nil (((r ae) 1) ((p ih ng) 0))) +("wraps" nil (((r ae p s) 1))) +("wrath" nil (((r ae th) 1))) +("wrather" nil (((r ae) 1) ((dh er) 0))) +("wray" nil (((r ey) 1))) +("wreak" nil (((r iy k) 1))) +("wreaked" nil (((r iy k t) 1))) +("wreaking" nil (((r iy) 1) ((k ih ng) 0))) +("wreaks" nil (((r iy k s) 1))) +("wreath" nil (((r iy th) 1))) +("wreaths" nil (((r iy th s) 1))) +("wreck" nil (((r eh k) 1))) +("wreckage" nil (((r eh) 1) ((k ax jh) 0))) +("wrecked" nil (((r eh k t) 1))) +("wrecker" nil (((r eh) 1) ((k er) 0))) +("wrecking" nil (((r eh) 1) ((k ih ng) 0))) +("wrecks" nil (((r eh k s) 1))) +("wrede" nil (((r iy d) 1))) +("wren" nil (((r eh n) 1))) +("wrench" nil (((r eh n ch) 1))) +("wrenched" nil (((r eh n ch t) 1))) +("wrenches" nil (((r eh n) 1) ((ch ih z) 0))) +("wrenching" nil (((r eh n) 1) ((ch ih ng) 0))) +("wrenn" nil (((r eh n) 1))) +("wrest" nil (((r eh s t) 1))) +("wrested" nil (((r eh) 1) ((s t ih d) 0))) +("wresting" nil (((r eh) 1) ((s t ih ng) 0))) +("wrestle" nil (((r eh) 1) ((s ax l) 0))) +("wrestled" nil (((r eh) 1) ((s ax l d) 0))) +("wrestler" nil (((r eh) 1) ((s ax) 0) ((l er) 0))) +("wrestlers" nil (((r eh s t) 1) ((l er z) 0))) +("wrestles" nil (((r eh) 1) ((s ax l z) 0))) +("wrestling" nil (((r eh) 1) ((s l ih ng) 0))) +("wretched" nil (((r eh) 1) ((ch ih d) 0))) +("wretchedly" nil (((r eh) 1) ((ch ih d) 0) ((l iy) 0))) +("wriggle" nil (((r ih) 1) ((g ax l) 0))) +("wright" nil (((r ay t) 1))) +("wrights" nil (((r ay t s) 1))) +("wrightsman" nil (((r ay t) 1) ((s m ax n) 0))) +("wrightson" nil (((r ay t) 1) ((s ax n) 0))) +("wrigley" nil (((r ih) 1) ((g l iy) 0))) +("wring" nil (((r ih ng) 1))) +("wringer" nil (((r ih ng) 1) ((er) 0))) +("wringing" nil (((r ih ng) 1) ((ih ng) 0))) +("wrinkle" nil (((r ih ng) 1) ((k ax l) 0))) +("wrinkled" nil (((r ih ng) 1) ((k ax l d) 0))) +("wrinkles" nil (((r ih ng) 1) ((k ax l z) 0))) +("wrinkling" nil (((r ih ng) 1) ((k ax) 0) ((l ih ng) 0))) +("wrisley" nil (((r ih) 1) ((z l iy) 0))) +("wrist" nil (((r ih s t) 1))) +("wriston" nil (((r ih) 1) ((s t ax n) 0))) +("wrists" nil (((r ih s t s) 1))) +("wristwatch" nil (((r ih s) 1) ((t w aa ch) 1))) +("wristwatches" nil (((r ih s) 1) ((t w aa) 1) ((ch ih z) 0))) +("writ" nil (((r ih t) 1))) +("write" nil (((r ay t) 1))) +("writedown" nil (((r ay t) 1) ((d aw n) 1))) +("writedowns" nil (((r ay t) 1) ((d aw n z) 1))) +("writeoff" nil (((r ih) 1) ((t ao f) 0))) +("writeoffs" nil (((r ih) 1) ((t ao f s) 0))) +("writer" nil (((r ay) 1) ((t er) 0))) +("writers" nil (((r ay) 1) ((t er z) 0))) +("writes" nil (((r ay t s) 1))) +("writhing" nil (((r ay) 1) ((dh ih ng) 0))) +("writing" nil (((r ay) 1) ((t ih ng) 0))) +("writings" nil (((r ay) 1) ((t ih ng z) 0))) +("writs" nil (((r ih t s) 1))) +("written" nil (((r ih) 1) ((t ax n) 0))) +("wrobel" nil (((r ow) 1) ((b ax l) 0))) +("wrobleski" nil (((r ax) 0) ((b l eh) 1) ((s k iy) 0))) +("wroblewski" nil (((r ax) 0) ((b l uw f) 1) ((s k iy) 0))) +("wroclaw" nil (((r aa) 1) ((k l ao) 1))) +("wroe" nil (((r ow) 1))) +("wrona" nil (((r ow) 1) ((n ax) 0))) +("wrong" nil (((r ao ng) 1))) +("wrongdoers" nil (((r ao ng) 1) ((d uw) 1) ((er z) 0))) +("wrongdoing" nil (((r ao ng) 1) ((d uw) 0) ((ih ng) 0))) +("wrongdoings" nil (((r ao ng) 0) ((d uw) 1) ((ih ng z) 0))) +("wronged" nil (((r ao ng d) 1))) +("wrongful" nil (((r ao ng) 1) ((f ax l) 0))) +("wrongfully" nil (((r ao ng) 1) ((f ax) 0) ((l iy) 0))) +("wrongheaded" nil (((r ao ng) 1) ((hh eh) 1) ((d ih d) 0))) +("wrongly" nil (((r ao ng) 1) ((l iy) 0))) +("wrongs" nil (((r ao ng z) 1))) +("wronski" nil (((r aa n) 1) ((s k iy) 0))) +("wrote" nil (((r ow t) 1))) +("wroten" nil (((r ow) 1) ((t ax n) 0))) +("wrought" nil (((r ao t) 1))) +("wrubel" nil (((r uw) 1) ((b ax l) 0))) +("wruck" nil (((r ah k) 1))) +("wrung" nil (((r ah ng) 1))) +("wry" nil (((r ay) 1))) +("wrye" nil (((r ay) 1))) +("wryly" nil (((r ay) 1) ((l iy) 0))) +("wryness" nil (((r ay) 1) ((n ax s) 0))) +("wrzesinski" nil (((r ax) 0) ((z ih) 0) ((s ih n) 1) ((s k iy) 0))) +("ws" nil (((d ah) 1) ((b ax) 0) ((l y uw) 0) ((eh s) 1))) +("wu" nil (((w uw) 1))) +("wubben" nil (((w ah) 1) ((b ax n) 0))) +("wuellner" nil (((w uh l) 1) ((n er) 0))) +("wuensch" nil (((w uh n sh) 1))) +("wuerth" nil (((w uh r th) 1))) +("wuerttemberg" nil (((w er) 1) ((t ax m) 0) ((b er g) 0))) +("wuertz" nil (((w uh r t s) 1))) +("wuest" nil (((w uw) 1) ((ih s t) 0))) +("wuhai" nil (((w uw) 1) ((hh ay) 1))) +("wuhan" nil (((w uw) 1) ((ax n) 0))) +("wuhan" nil (((w uw) 1) ((hh aa n) 1))) +("wuhu" nil (((w uw) 1) ((hh uw) 1))) +("wujcik" nil (((w ah jh) 1) ((s ih k) 0))) +("wujing" nil (((w uw) 1) ((jh iy ng) 1))) +("wukong" nil (((w uw) 1) ((k ow ng) 1))) +("wulanchabu" nil (((w uw) 1) ((l aa n) 1) ((ch aa) 1) ((b uw) 1))) +("wulf" nil (((w uh l f) 1))) +("wulff" nil (((w uh l f) 1))) +("wuliger" nil (((w uw) 1) ((l ih) 0) ((g er) 0))) +("wulong" nil (((w uw) 1) ((l ow ng) 1))) +("wulumuqi" nil (((w uw) 1) ((l uw) 1) ((m uw) 1) ((ch iy) 1))) +("wunder" nil (((w ah n) 1) ((d er) 0))) +("wunderkind" nil (((w ah n) 1) ((d er) 0) ((k ay n d) 1))) +("wunderle" nil (((w ah n) 1) ((d er) 0) ((l iy) 0))) +("wunderlich" nil (((w ah n) 1) ((d er) 0) ((l ih k) 0))) +("wunderlin" nil (((w ah n) 1) ((d er) 0) ((l ih n) 0))) +("wunsch" nil (((w ah n sh) 1))) +("wunschel" nil (((w ah n) 1) ((sh ax l) 0))) +("wurdeman" nil (((w er d) 1) ((m ax n) 0))) +("wurl" nil (((w er l) 1))) +("wurlitzer" nil (((w er) 1) ((l ih t) 0) ((s er) 0))) +("wurm" nil (((w er m) 1))) +("wurst" nil (((w er s t) 1))) +("wurster" nil (((w er) 1) ((s t er) 0))) +("wursthaus" nil (((w er s t) 1) ((hh aw s) 0))) +("wurth" nil (((w er th) 1))) +("wurtman" nil (((w er t) 1) ((m ax n) 0))) +("wurtz" nil (((w er t s) 1))) +("wurtzel" nil (((w er t) 1) ((z ax l) 0))) +("wurz" nil (((w er z) 1))) +("wurzel" nil (((w er) 1) ((z ax l) 0))) +("wurzer" nil (((w er) 1) ((z er) 0))) +("wushan" nil (((w uw) 1) ((sh aa n) 1))) +("wushu" nil (((w uw) 1) ((sh uw) 1))) +("wussler" nil (((w ah) 1) ((s l er) 0))) +("wussow" nil (((w ah) 1) ((s ow) 0))) +("wuthering" nil (((w ah) 1) ((dh er) 0) ((ih ng) 0))) +("wuthrich" nil (((w ah) 1) ((th r ih k) 0))) +("wuttke" nil (((w ah t) 1) ((k iy) 0))) +("wuwei" nil (((w uw) 1) ((w ey) 1))) +("wuxi" nil (((w uw) 1) ((sh iy) 1))) +("wuxia" nil (((w uw) 1) ((sh y aa) 1))) +("wuyi" nil (((w uw) 1) ((y iy) 1))) +("wuyishan" nil (((w uw) 1) ((y iy) 1) ((sh aa n) 1))) +("wuyuan" nil (((w uw) 1) ((y uh) 0) ((aa n) 1))) +("wuzhen" nil (((w uw) 1) ((jh eh n) 1))) +("wuzhizhou" nil (((w uw) 1) ((jh uh) 1) ((jh ow) 1))) +("wuzhong" nil (((w uw) 1) ((jh ow ng) 1))) +("wuzhou" nil (((w uw) 1) ((jh ow) 1))) +("wy" nil (((w ey) 1))) +("wyand" nil (((w ay) 1) ((ax n d) 0))) +("wyant" nil (((w ay) 1) ((ax n t) 0))) +("wyatt" nil (((w ay) 1) ((ax t) 0))) +("wyble" nil (((w ay) 1) ((b ax l) 0))) +("wyborn" nil (((v ih) 1) ((b er n) 0))) +("wyche" nil (((w ay ch) 1))) +("wyckoff" nil (((w ih) 1) ((k ao f) 0))) +("wycliff" nil (((w ih) 1) ((k l ih f) 0))) +("wycoff" nil (((w ih) 1) ((k ao f) 0))) +("wyden" nil (((w ay) 1) ((d ax n) 0))) +("wydra" nil (((w ay) 1) ((d r ax) 0))) +("wye" nil (((w ay) 1))) +("wyer" nil (((w ay) 1) ((er) 0))) +("wyers" nil (((w ay) 1) ((er z) 0))) +("wyeth" nil (((w ay) 1) ((eh th) 0))) +("wyffels" nil (((w ih) 1) ((f ax l z) 0))) +("wygal" nil (((w ay) 1) ((g ax l) 0))) +("wygant" nil (((w ay) 1) ((g ax n t) 0))) +("wygod" nil (((w ay) 1) ((g aa d) 1))) +("wyk" nil (((w ih k) 1))) +("wyka" nil (((v ih) 1) ((k ax) 0))) +("wyke" nil (((w ay k) 1))) +("wykes" nil (((w ay k s) 1))) +("wykle" nil (((w ay) 1) ((k ax l) 0))) +("wykoff" nil (((w ih) 1) ((k ao f) 0))) +("wyland" nil (((w ay) 1) ((l ax n d) 0))) +("wylde" nil (((w ay l d) 1))) +("wyle" nil (((w ay l) 1))) +("wyler" nil (((w ay) 1) ((l er) 0))) +("wyles" nil (((w ay l z) 1))) +("wylie" nil (((w ay) 1) ((l iy) 0))) +("wyllie" nil (((w ih) 1) ((l iy) 0))) +("wylma" nil (((w ay l) 1) ((m ax) 0))) +("wyly" nil (((w ay) 1) ((l iy) 0))) +("wyman" nil (((w ay) 1) ((m ax n) 0))) +("wymer" nil (((w ay) 1) ((m er) 0))) +("wymore" nil (((w ay) 1) ((m ao r) 0))) +("wyndham" nil (((w ih n) 1) ((d ax m) 0))) +("wyne" nil (((w ay n) 1))) +("wyner" nil (((w ay) 1) ((n er) 0))) +("wynes" nil (((w ay n z) 1))) +("wyngaarden" nil (((w ih n) 1) ((g aa r) 1) ((d ax n) 0))) +("wynia" nil (((w ih) 1) ((n iy) 0) ((ax) 0))) +("wynkoop" nil (((w ih ng) 1) ((k uw p) 1))) +("wynn" nil (((w ih n) 1))) +("wynne" nil (((w ih n) 1))) +("wynns" nil (((w ih n z) 1))) +("wynter" nil (((w ih n) 1) ((t er) 0))) +("wynton" nil (((w ih n) 1) ((t ax n) 0))) +("wynyard" nil (((w ih) 1) ((n y er d) 0))) +("wyoming" nil (((w ay) 1) ((ow) 1) ((m ih ng) 0))) +("wyre" nil (((w ay r) 1))) +("wyrick" nil (((w ih) 1) ((r ih k) 0))) +("wyse" nil (((w ay z) 1))) +("wyser" nil (((w ay) 1) ((z er) 0))) +("wysocki" nil (((v ih) 0) ((s ow t) 1) ((s k iy) 0))) +("wysong" nil (((w ih) 1) ((s ao ng) 0))) +("wyss" nil (((w ih s) 1))) +("wyszynski" nil (((v ih) 0) ((sh ih n) 1) ((s k iy) 0))) +("wythe" nil (((w ay dh) 1))) +("x" nil (((eh k s) 1))) +("x-tra" nil (((eh k) 1) ((s t r ax) 0))) +("xanax" nil (((z ae) 1) ((n ae k s) 0))) +("xanthe" nil (((z ae n dh) 1))) +("xantippe" nil (((z ae n) 1) ((t ih p) 0))) +("xaver" nil (((z ey) 1) ((v er) 0))) +("xavier" nil (((z ey) 1) ((v y er) 0))) +("xaviera" nil (((ih g) 0) ((z ey) 0) ((v y eh) 1) ((r ax) 0))) +("xchange" nil (((ih k s) 0) ((ch ey n jh) 1))) +("xebec" nil (((z eh) 1) ((b ax k) 0))) +("xena" nil (((z iy) 1) ((n ax) 0))) +("xene" nil (((z iy n) 1))) +("xenia" nil (((z iy) 1) ((n iy) 0) ((ax) 0))) +("xenon" nil (((z iy) 1) ((n aa n) 0))) +("xenophobia" nil (((z eh) 1) ((n ax) 0) ((f ow) 1) ((b iy) 0) ((ax) 0))) +("xenophobic" nil (((z eh) 1) ((n ax) 0) ((f aa) 1) ((b ih k) 0))) +("xenophon" nil (((z eh) 1) ((n ax) 0) ((f ax n) 0))) +("xenos" nil (((z iy) 1) ((n ow z) 0))) +("xeriscape" nil (((z eh) 1) ((r ih) 0) ((s k ey p) 1))) +("xerox" nil (((z ih) 1) ((r aa k s) 0))) +("xerxes" nil (((z er k) 1) ((s iy z) 0))) +("xi" nil (((sh iy) 1))) +("xia" nil (((sh y aa) 1))) +("xiamen" nil (((sh y aa) 1) ((m eh n) 1))) +("xian" nil (((sh y ae n) 1))) +("xiang" nil (((sh y aa ng) 1))) +("xiangdong" nil (((sh y aa ng) 1) ((d ow ng) 1))) +("xiangfan" nil (((sh y aa ng) 1) ((f aa n) 1))) +("xianghu" nil (((sh y aa ng) 1) ((hh uw) 1))) +("xiangjiang" nil (((sh y aa ng) 1) ((jh y aa ng) 1))) +("xiangshan" nil (((sh y aa ng) 1) ((sh aa n) 1))) +("xiangtan" nil (((sh y aa ng) 1) ((t aa n) 1))) +("xianning" nil (((sh y aa n) 1) ((n iy ng) 1))) +("xianyang" nil (((sh y aa n) 1) ((y aa ng) 1))) +("xiao" nil (((sh y aw) 1))) +("xiaobai" nil (((sh y aw) 1) ((b ay) 1))) +("xiaochen" nil (((sh y aw) 1) ((ch eh n) 1))) +("xiaofang" nil (((sh y aw) 1) ((f aa ng) 1))) +("xiaofei" nil (((sh y aw) 1) ((f ey) 1))) +("xiaogan" nil (((sh y aw) 1) ((g aa n) 1))) +("xiaogang" nil (((sh y aw) 1) ((g aa ng) 1))) +("xiaohai" nil (((sh y aw) 1) ((hh ay) 1))) +("xiaohe" nil (((sh y aw) 1) ((hh ah) 0))) +("xiaohong" nil (((sh y aw) 1) ((hh ow ng) 1))) +("xiaohu" nil (((sh y aw) 1) ((hh uw) 1))) +("xiaohua" nil (((sh y aw) 1) ((hh w aa) 1))) +("xiaohui" nil (((sh y aw) 1) ((hh w ey) 1))) +("xiaojian" nil (((sh y aw) 1) ((jh y ae n) 1))) +("xiaojuan" nil (((sh y aw) 1) ((jh w aa n) 1))) +("xiaojun" nil (((sh y aw) 1) ((jh uw n) 1))) +("xiaolan" nil (((sh y aw) 1) ((l aa n) 1))) +("xiaoli" nil (((sh y aw) 1) ((l iy) 1))) +("xiaolin" nil (((sh y aw) 1) ((l iy n) 1))) +("xiaoling" nil (((sh y aw) 1) ((l iy ng) 1))) +("xiaolong" nil (((sh y aw) 1) ((l ow ng) 1))) +("xiaomao" nil (((sh y aw) 1) ((m aw) 1))) +("xiaomei" nil (((sh y aw) 1) ((m ey) 1))) +("xiaoming" nil (((sh y aw) 1) ((m iy ng) 1))) +("xiaoping" nil (((sh y aw) 1) ((p iy ng) 1))) +("xiaoqiang" nil (((sh y aw) 1) ((ch y aa ng) 1))) +("xiaotao" nil (((sh y aw) 1) ((t aw) 1))) +("xiaoting" nil (((sh y aw) 1) ((t iy ng) 1))) +("xiaowei" nil (((sh y aw) 1) ((w ey) 1))) +("xiaoxiao" nil (((sh y aw) 1) ((sh y aw) 1))) +("xiaoxing" nil (((sh y aw) 1) ((sh iy ng) 1))) +("xiaoxue" nil (((sh y aw) 1) ((sh y w eh) 1))) +("xiaoying" nil (((sh y aw) 1) ((y iy ng) 1))) +("xiaoyong" nil (((sh y aw) 1) ((y ow ng) 1))) +("xiaoyu" nil (((sh y aw) 1) ((y uw) 1))) +("xiaoyun" nil (((sh y aw) 1) ((y uw n) 1))) +("xiaozhou" nil (((sh y aw) 1) ((jh ow) 1))) +("xiaozhuge" nil (((sh y aw) 1) ((jh uw) 1) ((g ah) 0))) +("xicor" nil (((z ay) 1) ((k ao r) 1))) +("xidan" nil (((sh iy) 1) ((d aa n) 1))) +("xidex" nil (((z ih) 1) ((d ax k s) 0))) +("xie" nil (((sh y eh) 1))) +("xihu" nil (((sh iy) 1) ((hh uw) 1))) +("xiling" nil (((sh iy) 1) ((l iy ng) 1))) +("xilinx" nil (((z ay) 1) ((l ih ng k s) 1))) +("xin" nil (((sh iy n) 1))) +("xing" nil (((sh iy ng) 1))) +("xinghai" nil (((sh iy ng) 1) ((hh ay) 1))) +("xingtai" nil (((sh iy ng) 1) ((t ay) 1))) +("xinhua" nil (((sh iy n) 1) ((hh w aa) 1))) +("xining" nil (((sh iy) 1) ((n iy ng) 1))) +("xinjiang" nil (((sh iy n) 1) ((jh y aa ng) 1))) +("xintiandi" nil (((sh iy n) 1) ((t y ae n) 1) ((d iy) 1))) +("xinxiang" nil (((sh iy n) 1) ((sh y aa ng) 1))) +("xinxin" nil (((sh iy n) 1) ((sh iy n) 1))) +("xinyang" nil (((sh iy n) 1) ((y aa ng) 1))) +("xinyi" nil (((sh iy n) 1) ((y iy) 1))) +("xinyu" nil (((sh iy n) 1) ((y uw) 1))) +("xinzhou" nil (((sh iy n) 1) ((jh ow) 1))) +("xiong" nil (((sh y ow ng) 1))) +("xishuangbanna" nil (((sh iy) 1) ((sh w aa ng) 1) ((b aa n) 1) ((n aa) 1))) +("xiu" nil (((sh y ow) 1))) +("xiujuan" nil (((sh y ow) 1) ((jh w aa n) 1))) +("xiulian" nil (((sh y ow) 1) ((l y ae n) 1))) +("xixi" nil (((sh iy) 1) ((sh iy) 1))) +("xixia" nil (((sh iy) 1) ((sh y aa) 1))) +("xizang" nil (((sh iy) 1) ((d z aa ng) 1))) +("xizhimen" nil (((sh iy) 1) ((jh uh) 1) ((m eh n) 1))) +("xoma" nil (((z ow) 1) ((m ax) 0))) +("xscribe" nil (((eh k) 0) ((s k r ay b) 1))) +("xtra" nil (((eh k) 1) ((s t r ax) 0))) +("xu" nil (((sh y uw) 1))) +("xuan" nil (((sh y uh) 0) ((aa n) 1))) +("xuancheng" nil (((sh y uh) 0) ((aa n) 1) ((ch ah ng) 0))) +("xuanzang" nil (((sh y uh) 0) ((aa n) 1) ((d z aa ng) 1))) +("xuanzong" nil (((sh y uh) 0) ((aa n) 1) ((d z ow ng) 1))) +("xuchang" nil (((sh y uw) 1) ((ch aa ng) 1))) +("xudong" nil (((sh y uw) 1) ((d ow ng) 1))) +("xue" nil (((sh y w eh) 1))) +("xuedong" nil (((sh y w eh) 1) ((d ow ng) 1))) +("xuemei" nil (((sh y w eh) 1) ((m ey) 1))) +("xuesen" nil (((sh y w eh) 1) ((s eh n) 1))) +("xueshan" nil (((sh y w eh) 1) ((sh aa n) 1))) +("xuetong" nil (((sh y w eh) 1) ((t ow ng) 1))) +("xun" nil (((sh y uw n) 1))) +("xus" nil (((z ah s) 1))) +("xuzhou" nil (((sh y uw) 1) ((jh ow) 1))) +("xvan" nil (((sh y uh) 0) ((aa n) 1))) +("xve" nil (((sh y w eh) 1))) +("xylia" nil (((z ay) 1) ((l iy) 0) ((ax) 0))) +("xylina" nil (((z ay) 1) ((l ih) 0) ((n ax) 0))) +("xylogics" nil (((z ay) 1) ((l aa) 1) ((jh ih k s) 0))) +("xylon" nil (((z ay) 1) ((l ax n) 0))) +("xylona" nil (((z ay) 1) ((l ax) 0) ((n ax) 0))) +("xylophone" nil (((z ay) 1) ((l ax) 0) ((f ow n) 1))) +("xyvision" nil (((z ay) 1) ((v ih) 1) ((zh ax n) 0))) +("y" nil (((w ay) 1))) +("ya" nil (((y aa) 1))) +("yaacov" nil (((y aa) 1) ((k ow v) 1))) +("yaan" nil (((y aa) 1) ((aa n) 1))) +("yablon" nil (((y ae) 1) ((b l ax n) 0))) +("yablonski" nil (((y ax) 0) ((b l aa n) 1) ((s k iy) 0))) +("yablonsky" nil (((y ax) 0) ((b l aa n) 1) ((s k iy) 0))) +("yacht" nil (((y aa t) 1))) +("yachters" nil (((y aa) 1) ((t er z) 0))) +("yachting" nil (((y aa) 1) ((t ih ng) 0))) +("yachts" nil (((y aa t s) 1))) +("yachtsman" nil (((y aa t) 1) ((s m ax n) 0))) +("yack" nil (((y ae k) 1))) +("yackel" nil (((y ae) 1) ((k ax l) 0))) +("yackley" nil (((y ae) 1) ((k l iy) 0))) +("yacko" nil (((y ae) 1) ((k ow) 0))) +("yacktman" nil (((y ae k t) 1) ((m ax n) 0))) +("yacono" nil (((y ae) 1) ((k ax) 0) ((n ow) 0))) +("yacos" nil (((y aa) 1) ((k ow s) 0))) +("yacoub" nil (((y ae) 1) ((k aw b) 0))) +("yaden" nil (((y ey) 1) ((d ax n) 0))) +("yadon" nil (((y ae) 1) ((d ax n) 0))) +("yaeger" nil (((y iy) 1) ((jh er) 0))) +("yaffe" nil (((y ae f) 1))) +("yager" nil (((y ey) 1) ((jh er) 0))) +("yagi" nil (((y aa) 1) ((g iy) 0))) +("yagoda" nil (((y ax) 0) ((g ow) 1) ((d ax) 0))) +("yahi" nil (((y aa) 1) ((hh iy) 0))) +("yahn" nil (((y ae n) 1))) +("yahnke" nil (((y ae ng k) 1))) +("yahoo" nil (((y aa) 1) ((hh uw) 1))) +("yahoos" nil (((y aa) 1) ((hh uw z) 1))) +("yahr" nil (((y aa r) 1))) +("Yahweh" n (((y ae) 1) ((w ey) 0))) +("yak" nil (((y ae k) 1))) +("yake" nil (((y ey k) 1))) +("yakel" nil (((y ae) 1) ((k ax l) 0))) +("yakima" nil (((y ae) 1) ((k ih) 0) ((m ax) 0))) +("yaklin" nil (((y ae) 1) ((k l ih n) 0))) +("yakov" nil (((y aa) 1) ((k ao v) 1))) +("yakovlev" nil (((y ax) 0) ((k aa) 1) ((v l ax v) 0))) +("yale" nil (((y ey l) 1))) +("yalin" nil (((y aa) 1) ((l ih n) 1))) +("yalong" nil (((y aa) 1) ((l ow ng) 1))) +("yalongwan" nil (((y aa) 1) ((l ow ng) 1) ((w aa n) 1))) +("yalta" nil (((y ao l) 1) ((t ax) 0))) +("yam" nil (((y ae m) 1))) +("yamada" nil (((y ax) 0) ((m aa) 1) ((d ax) 0))) +("yamagata" nil (((y aa) 0) ((m aa) 0) ((g aa) 1) ((t ax) 0))) +("yamaguchi" nil (((y aa) 1) ((m aa) 0) ((g uw) 1) ((ch iy) 0))) +("yamaha" nil (((y aa) 1) ((m aa) 0) ((hh aa) 1))) +("yamaichi" nil (((y aa) 1) ((m aa) 0) ((iy) 1) ((ch iy) 0))) +("yamamoto" nil (((y aa) 0) ((m aa) 0) ((m ow) 1) ((t ow) 0))) +("yaman" nil (((y aa) 1) ((m aa n) 2))) +("yamanaka" nil (((y aa) 1) ((m aa) 0) ((n aa) 1) ((k ax) 0))) +("yamane" nil (((y aa) 0) ((m aa) 1) ((n ey) 0))) +("yamani" nil (((y aa) 0) ((m aa) 1) ((n iy) 0))) +("yamanouchi" nil (((y aa) 0) ((m aa) 0) ((n uw) 1) ((ch iy) 0))) +("yamasaki" nil (((y aa) 1) ((m aa) 0) ((s aa) 1) ((k iy) 0))) +("yamashiro" nil (((y aa) 0) ((m aa) 0) ((sh ih) 1) ((r ow) 0))) +("yamashita" nil (((y aa) 0) ((m aa) 0) ((sh iy) 1) ((t ax) 0))) +("yamatake" nil (((y aa) 1) ((m aa) 0) ((t aa) 1) ((k ey) 1))) +("yamato" nil (((y aa) 0) ((m aa) 1) ((t ow) 0))) +("yamauchi" nil (((y aa) 1) ((m aa) 0) ((uw) 1) ((ch iy) 0))) +("yamazaki" nil (((y aa) 1) ((m aa) 0) ((z aa) 1) ((k iy) 0))) +("yamin" nil (((y ae) 1) ((m ih n) 0))) +("yams" nil (((y ae m z) 1))) +("yan" nil (((y ae n) 1))) +("yanan" nil (((y ae n) 1) ((aa n) 1))) +("Yanayev" n (((y ae) 1) ((n ay) 0) ((eh v) 1))) +("yanbu" nil (((y ae n) 1) ((b uw) 0))) +("yancey" nil (((y ae n) 1) ((s iy) 0))) +("yancheng" nil (((y ae n) 1) ((ch ah ng) 0))) +("yancy" nil (((y ae n) 1) ((s iy) 0))) +("yanda" nil (((y ae n) 1) ((d ax) 0))) +("yandell" nil (((y ae n) 1) ((d ax l) 0))) +("yandle" nil (((y ae n) 1) ((d ax l) 0))) +("yandow" nil (((y ae n) 1) ((d ow) 0))) +("yanfang" nil (((y ae n) 1) ((f aa ng) 1))) +("yanes" nil (((y ey n z) 1))) +("yaney" nil (((y ey) 1) ((n iy) 0))) +("yanez" nil (((y ae) 1) ((n ih z) 0))) +("yang" nil (((y aa ng) 1))) +("yangcheng" nil (((y aa ng) 1) ((ch ah ng) 0))) +("yangge" nil (((y aa ng) 1) ((g ah) 0))) +("yangjiang" nil (((y aa ng) 1) ((jh y aa ng) 1))) +("yangmingming" nil (((y aa ng) 1) ((m iy ng) 1) ((m iy ng) 1))) +("yangquan" nil (((y aa ng) 1) ((ch y uh) 0) ((aa n) 1))) +("yangsheng" nil (((y aa ng) 1) ((sh ah ng) 0))) +("yangtze" nil (((y ae ng k t) 1) ((s iy) 1))) +("yangyang" nil (((y aa ng) 1) ((y aa ng) 1))) +("yangzhou" nil (((y aa ng) 1) ((jh ow) 1))) +("yani" nil (((y aa) 1) ((n iy) 0))) +("yanick" nil (((y ae) 1) ((n ih k) 0))) +("yanik" nil (((y ae) 1) ((n ih k) 0))) +("yanis" nil (((y ae) 1) ((n ax s) 0))) +("yanish" nil (((y ae) 1) ((n ih sh) 0))) +("yank" nil (((y ae ng k) 1))) +("yanke" nil (((y ae ng k) 1))) +("yanked" nil (((y ae ng k t) 1))) +("yankee" nil (((y ae ng) 1) ((k iy) 0))) +("yankees" nil (((y ae ng) 1) ((k iy z) 0))) +("yankelovich" nil (((y ae ng) 1) ((k eh) 1) ((l ax) 0) ((v ih ch) 0))) +("yankey" nil (((y ae ng) 1) ((k iy) 0))) +("yanking" nil (((y ae ng) 1) ((k ih ng) 0))) +("yanko" nil (((y ae ng) 1) ((k ow) 0))) +("yankovich" nil (((y ae ng) 1) ((k ax) 0) ((v ih ch) 0))) +("yankowski" nil (((y ax ng) 0) ((k ao f) 1) ((s k iy) 0))) +("yanks" nil (((y ae ng k s) 1))) +("yanling" nil (((y ae n) 1) ((l iy ng) 1))) +("yann" nil (((y ae n) 1))) +("yanni" nil (((y ae) 1) ((n iy) 0))) +("yannick" nil (((y ae) 1) ((n ih k) 0))) +("yannone" nil (((y ae) 1) ((n ax n) 0))) +("yannuzzi" nil (((y aa) 0) ((n uw t) 1) ((s iy) 0))) +("yano" nil (((y aa) 1) ((n ow) 0))) +("yanofsky" nil (((y ax) 0) ((n aa f) 1) ((s k iy) 0))) +("yanping" nil (((y ae n) 1) ((p iy ng) 1))) +("Yanqui" n (((y ae n) 1) ((k iy) 0))) +("yant" nil (((y ae n t) 1))) +("yantai" nil (((y ae n) 1) ((t ay) 1))) +("yantis" nil (((y ae n) 1) ((t ih s) 0))) +("yantz" nil (((y ae n t s) 1))) +("yao" nil (((y aw) 1))) +("yaobang" nil (((y aw) 1) ((b ae ng) 0))) +("yaohan" nil (((y aw) 1) ((hh aa n) 1))) +("yaoyao" nil (((y aw) 1) ((y aw) 1))) +("yap" nil (((y ae p) 1))) +("yaping" nil (((y aa) 1) ((p iy ng) 1))) +("yaple" nil (((y ey) 1) ((p ax l) 0))) +("yapp" nil (((y ae p) 1))) +("yaps" nil (((y ae p s) 1))) +("yarber" nil (((y aa r) 1) ((b er) 0))) +("yarberry" nil (((y aa r) 1) ((b eh) 1) ((r iy) 0))) +("yarboro" nil (((y aa r) 1) ((b er) 0) ((ow) 0))) +("yarborough" nil (((y aa r) 1) ((b er) 1) ((ow) 0))) +("yarbough" nil (((y aa r) 1) ((b aw) 1))) +("yarbro" nil (((y aa r) 1) ((b r ow) 0))) +("yarbrough" nil (((y aa r) 1) ((b er) 0) ((ow) 0))) +("yarchoan" nil (((y aa r) 0) ((ch ow n) 1))) +("yard" nil (((y aa r d) 1))) +("yardage" nil (((y aa r) 1) ((d ih jh) 0))) +("yarde" nil (((y aa r d) 1))) +("yardeni" nil (((y aa r) 0) ((d iy) 1) ((n iy) 0))) +("yarder" nil (((y aa r) 1) ((d er) 0))) +("yardley" nil (((y aa r d) 1) ((l iy) 0))) +("yards" nil (((y aa r d z) 1))) +("yardstick" nil (((y aa r d) 1) ((s t ih k) 1))) +("yardsticks" nil (((y aa r d) 1) ((s t ih k s) 1))) +("yarger" nil (((y aa r) 1) ((jh er) 0))) +("yarling" nil (((y aa r) 1) ((l ih ng) 0))) +("yarmulkes" nil (((y aa r) 1) ((m ax l k s) 0))) +("yarn" nil (((y aa r n) 1))) +("yarnall" nil (((y aa r) 1) ((n ax l) 0))) +("yarnell" nil (((y aa r) 1) ((n ax l) 0))) +("yarns" nil (((y aa r n z) 1))) +("yaros" nil (((y eh) 1) ((r ow z) 0))) +("yarosh" nil (((y ae) 1) ((r ax sh) 0))) +("yarrington" nil (((y ae) 1) ((r ih ng) 0) ((t ax n) 0))) +("yarrow" nil (((y eh) 1) ((r ow) 0))) +("yarwood" nil (((y aa r) 1) ((w uh d) 1))) +("yasir" nil (((y aa) 1) ((s er) 0))) +("yasmine" nil (((y ae z) 1) ((m ih n) 0))) +("yass" nil (((y ae s) 1))) +("yasser" nil (((y ae) 1) ((s er) 0))) +("yassir" nil (((y ae) 1) ((s ih r) 0))) +("yassukovich" nil (((y ax) 0) ((s uw) 1) ((k ax) 0) ((v ih ch) 0))) +("yastrow" nil (((y ae) 1) ((s t r ow) 0))) +("yasuda" nil (((y aa) 0) ((s uw) 1) ((d ax) 0))) +("yasuhiko" nil (((y aa) 1) ((s uw) 0) ((hh iy) 1) ((k ow) 0))) +("yasuhiro" nil (((y aa) 1) ((s uw) 0) ((hh iy) 1) ((r ow) 0))) +("yasunori" nil (((y aa) 1) ((s uw) 0) ((n ao) 1) ((r iy) 0))) +("yasuo" nil (((y aa) 0) ((s uw) 1) ((ow) 0))) +("yasushi" nil (((y aa) 0) ((s uw) 1) ((sh iy) 0))) +("yasutaka" nil (((y aa) 1) ((s uw) 0) ((t aa) 1) ((k ax) 0))) +("yasuyoshi" nil (((y aa) 1) ((s uw) 0) ((y ow) 1) ((sh iy) 0))) +("yater" nil (((y ey) 1) ((t er) 0))) +("yates" nil (((y ey t s) 1))) +("yatsko" nil (((y aa t) 1) ((s k ow) 0))) +("yau" nil (((y ow) 1))) +("yauch" nil (((y ao ch) 1))) +("yauger" nil (((y ao) 1) ((jh er) 0))) +("yaun" nil (((y ao n) 1))) +("yaupon" nil (((y ao) 1) ((p ax n) 0))) +("yaupons" nil (((y ao) 1) ((p ax n z) 0))) +("yavlinsky" nil (((y ae) 1) ((v l ih n) 1) ((s k iy) 0))) +("yaw" nil (((y ao) 1))) +("yawn" nil (((y ao n) 1))) +("yawned" nil (((y ao n d) 1))) +("yawner" nil (((y ao) 1) ((n er) 0))) +("yawning" nil (((y ao) 1) ((n ih ng) 0))) +("yawns" nil (((y ao n z) 1))) +("yaworski" nil (((y ax) 0) ((w er) 1) ((s k iy) 0))) +("yax" nil (((y ae k s) 1))) +("yazov" nil (((y ae) 1) ((z aa v) 0))) +("yazzie" nil (((y ae) 1) ((z iy) 0))) +("ybanez" nil (((iy) 0) ((b ae) 1) ((n ih z) 0))) +("ybarbo" nil (((iy) 0) ((b aa r) 1) ((b ow) 0))) +("ybarra" nil (((iy) 0) ((b aa) 1) ((r ax) 0))) +("yd" n (((y aa r d) 1))) +("yds" n (((y aa r d z) 1))) +("ydstie" nil (((y ih d) 1) ((s t iy) 0))) +("ye" nil (((y eh) 1))) +("yea" nil (((y ey) 1))) +("yeadon" nil (((y eh) 1) ((d ax n) 0))) +("yeager" nil (((y ey) 1) ((g er) 0))) +("yeagle" nil (((y iy) 1) ((g ax l) 0))) +("yeagley" nil (((y iy) 1) ((g l iy) 0))) +("yeah" nil (((y ae) 1))) +("yeakel" nil (((y iy) 1) ((k ax l) 0))) +("yeakey" nil (((y iy) 1) ((k iy) 0))) +("yeakle" nil (((y iy) 1) ((k ax l) 0))) +("yeakley" nil (((y iy) 1) ((k l iy) 0))) +("yeaman" nil (((y iy) 1) ((m ax n) 0))) +("yeamans" nil (((y iy) 1) ((m ax n z) 0))) +("year" nil (((y ih r) 1))) +("yearago" nil (((y ih) 1) ((r ax) 0) ((g ow) 0))) +("yearbook" nil (((y ih r) 1) ((b uh k) 1))) +("yearbooks" nil (((y ih r) 1) ((b uh k s) 1))) +("yearby" nil (((y er) 1) ((b iy) 0))) +("yearearlier" nil (((y ih) 1) ((r er) 1) ((l y er) 0))) +("yearend" nil (((y ih) 1) ((r eh n d) 1))) +("yeargain" nil (((y er) 1) ((g ax n) 0))) +("yeargan" nil (((y er) 1) ((g ax n) 0))) +("yeargin" nil (((y er) 1) ((jh ih n) 0))) +("yearick" nil (((y iy) 1) ((r ih k) 0))) +("yearling" nil (((y er) 1) ((l ih ng) 0))) +("yearlings" nil (((y er) 1) ((l ih ng z) 0))) +("yearlong" nil (((y ih r) 1) ((l ao ng) 1))) +("yearly" nil (((y ih r) 1) ((l iy) 0))) +("yearn" nil (((y er n) 1))) +("yearned" nil (((y er n d) 1))) +("yearning" nil (((y er) 1) ((n ih ng) 0))) +("yearnings" nil (((y er) 1) ((n ih ng z) 0))) +("yearns" nil (((y er n z) 1))) +("yearout" nil (((y ih) 1) ((r aw t) 0))) +("years" nil (((y ih r z) 1))) +("yearsley" nil (((y er) 1) ((s l iy) 0))) +("yearwood" nil (((y ih r) 1) ((w uh d) 0))) +("yeary" nil (((y ih) 1) ((r iy) 0))) +("yeast" nil (((y iy s t) 1))) +("yeasts" nil (((y iy s t s) 1))) +("yeater" nil (((y iy) 1) ((t er) 0))) +("yeates" nil (((y iy) 1) ((ey t s) 1))) +("yeatman" nil (((y iy t) 1) ((m ax n) 0))) +("yeaton" nil (((y iy) 1) ((t ax n) 0))) +("yeats" nil (((y ey t s) 1))) +("yeatts" nil (((y iy t s) 1))) +("yeazel" nil (((y iy) 1) ((z ax l) 0))) +("yeck" nil (((y eh k) 1))) +("yeckley" nil (((y eh) 1) ((k l iy) 0))) +("yedda" nil (((y eh) 1) ((d ax) 0))) +("yedinak" nil (((y eh) 1) ((d ih) 0) ((n ae k) 0))) +("yee" nil (((y iy) 1))) +("yegor" nil (((y ey) 1) ((g er) 0))) +("yeh" nil (((y eh) 1))) +("yehle" nil (((y eh) 1) ((hh ax l) 0))) +("yehudi" nil (((y ey) 0) ((hh uw) 1) ((d iy) 0))) +("yeiri" nil (((y eh) 1) ((r iy) 0))) +("yeiser" nil (((y iy) 1) ((s er) 0))) +("yeisley" nil (((y iy) 1) ((s l iy) 0))) +("Yel" n (((y eh l) 1))) +("yeldell" nil (((y eh l) 1) ((d ax l) 0))) +("yelena" nil (((y eh) 1) ((l ih) 0) ((n ax) 0))) +("yell" nil (((y eh l) 1))) +("yelland" nil (((y eh) 1) ((l ax n d) 0))) +("yelle" nil (((y eh l) 1))) +("yelled" nil (((y eh l d) 1))) +("yellen" nil (((y eh) 1) ((l ax n) 0))) +("yellin" nil (((y eh) 1) ((l ih n) 0))) +("yelling" nil (((y eh) 1) ((l ih ng) 0))) +("yellow" nil (((y eh) 1) ((l ow) 0))) +("yellowing" nil (((y eh) 1) ((l ow) 0) ((ih ng) 0))) +("yellowish" nil (((y eh) 1) ((l ow) 0) ((ih sh) 0))) +("yellowknife" nil (((y eh) 1) ((l ow) 0) ((n ay f) 1))) +("yellows" nil (((y eh) 1) ((l ow z) 0))) +("yellowstone" nil (((y eh) 1) ((l ow) 0) ((s t ow n) 1))) +("yells" nil (((y eh l z) 1))) +("yelton" nil (((y eh l) 1) ((t ax n) 0))) +("yeltsin" nil (((y eh l t) 1) ((s ax n) 0))) +("yelverton" nil (((y eh l) 1) ((v er) 0) ((t ax n) 0))) +("yelvington" nil (((y eh l) 1) ((v ih ng) 0) ((t ax n) 0))) +("yemen" nil (((y eh) 1) ((m ax n) 0))) +("yemeni" nil (((y eh) 1) ((m ax) 0) ((n iy) 0))) +("yemenidjian" nil (((y eh) 1) ((m ax) 0) ((n ih) 1) ((jh iy) 0) ((ax n) 0))) +("yen" nil (((y eh n) 1))) +("yenching" nil (((y eh n) 1) ((ch ih ng) 1))) +("yenlu" nil (((y eh n) 1) ((l uw) 0))) +("yeo" nil (((y iy) 1) ((ow) 0))) +("yeok" nil (((y ih) 0) ((ow k) 1))) +("yeoman" nil (((y ow) 1) ((m ax n) 0))) +("yeomans" nil (((y ow) 1) ((m ax n z) 0))) +("yep" nil (((y eh p) 1))) +("yepez" nil (((y eh) 1) ((p ih z) 0))) +("yerby" nil (((y er) 1) ((b iy) 0))) +("yerdon" nil (((y er) 1) ((d ax n) 0))) +("yerena" nil (((y eh) 1) ((r ih) 0) ((n ax) 0))) +("yerevan" nil (((y eh) 1) ((r ax) 0) ((v ax n) 0))) +("yerger" nil (((y er) 1) ((jh er) 0))) +("yerian" nil (((y iy) 1) ((r iy) 0) ((ax n) 0))) +("yerke" nil (((y er k) 1))) +("yerkes" nil (((y er) 1) ((k iy z) 0))) +("yerkey" nil (((y er) 1) ((k iy) 0))) +("yerman" nil (((y er) 1) ((m ax n) 0))) +("yes" nil (((y eh s) 1))) +("yeses" nil (((y eh) 1) ((s ih z) 0))) +("yeske" nil (((y eh s k) 1))) +("yesterday" nil (((y eh) 1) ((s t er) 0) ((d ey) 1))) +("yesterdays" nil (((y eh) 1) ((s t er) 0) ((d ey z) 1))) +("yesteryear" nil (((y eh) 1) ((s t er) 0) ((y ih r) 1))) +("yet" nil (((y eh t) 1))) +("yetman" nil (((y eh t) 1) ((m ax n) 0))) +("yetnikoff" nil (((y eh t) 1) ((n ih) 0) ((k ao f) 0))) +("yett" nil (((y eh t) 1))) +("yetta" nil (((y eh) 1) ((t ax) 0))) +("yetter" nil (((y eh) 1) ((t er) 0))) +("yeung" nil (((y uw ng) 1))) +("yeutter" nil (((y uw) 1) ((t er) 0))) +("yevette" nil (((y ih) 0) ((v eh t) 1))) +("Yevgeni" n (((y eh v) 0) ((g eh) 1) ((n iy) 0))) +("yevgeny" nil (((y eh v) 1) ((g eh) 1) ((n iy) 0))) +("yevtushenko" nil (((y eh v) 1) ((t ax) 0) ((sh eh ng) 1) ((k ow) 0))) +("yew" nil (((y uw) 1))) +("yglesias" nil (((iy) 0) ((g l ey) 1) ((s iy) 0) ((ax s) 0))) +("yi" nil (((y iy) 1))) +("yibin" nil (((y iy) 1) ((b iy n) 1))) +("yichang" nil (((y iy) 1) ((ch aa ng) 1))) +("yichun" nil (((y iy) 1) ((ch w uw n) 1))) +("yiddish" nil (((y ih) 1) ((d ih sh) 0))) +("yidu" nil (((y iy) 1) ((d uw) 1))) +("yield" nil (((y iy l d) 1))) +("yielded" nil (((y iy l) 1) ((d ax d) 0))) +("yielding" nil (((y iy l) 1) ((d ih ng) 0))) +("yields" nil (((y iy l d z) 1))) +("yifan" nil (((y iy) 1) ((f aa n) 1))) +("yifei" nil (((y iy) 1) ((f ey) 1))) +("yihan" nil (((y iy) 1) ((hh aa n) 1))) +("yilin" nil (((y iy) 1) ((l iy n) 1))) +("yim" nil (((y ih m) 1))) +("yimou" nil (((y iy) 1) ((m ow) 1))) +("yin" nil (((y iy n) 1))) +("yinchuan" nil (((y iy n) 1) ((ch w aa n) 1))) +("yinfa" nil (((y iy n) 1) ((f aa) 1))) +("ying" nil (((y iy ng) 1))) +("yingcai" nil (((y iy ng) 1) ((t s ay) 1))) +("yinger" nil (((y ih ng) 1) ((er) 0))) +("yingkou" nil (((y iy ng) 1) ((k ow) 1))) +("yingling" nil (((y ih ng) 1) ((g ax) 0) ((l ih ng) 0))) +("yingst" nil (((y ih ng g s t) 1))) +("yingtan" nil (((y iy ng) 1) ((t aa n) 1))) +("yingying" nil (((y iy ng) 1) ((y iy ng) 1))) +("yingyue" nil (((y iy ng) 1) ((y w eh) 1))) +("yinyin" nil (((y iy n) 1) ((y iy n) 1))) +("yio" nil (((y iy) 1) ((ow) 0))) +("yip" nil (((y ih p) 1))) +("yishun" nil (((y iy) 1) ((sh uw n) 1))) +("yixian" nil (((y iy) 1) ((sh y ae n) 1))) +("yixing" nil (((y iy) 1) ((sh iy ng) 1))) +("yiyang" nil (((y iy) 1) ((y aa ng) 1))) +("yiyun" nil (((y iy) 1) ((y uw n) 1))) +("yitzhak" nil (((y ih t) 1) ((s aa k) 0))) +("ylvisaker" nil (((y ih l) 1) ((v ih) 0) ((s aa) 1) ((k er) 0))) +("YMCA" nil (((w ay) 1) ((eh m) 1) ((s iy) 1) ((ey) 1))) +("ynez" nil (((y) 0) ((n eh z) 1))) +("yniguez" nil (((iy) 0) ((n iy) 1) ((g eh z) 0))) +("ynjiun" nil (((y ih n) 1) ((jh ih n) 0))) +("yo" nil (((y ow) 1))) +("yoak" nil (((y ow k) 1))) +("yoakam" nil (((y ow) 1) ((k ax m) 0))) +("yoakum" nil (((y ow) 1) ((k ax m) 0))) +("yoast" nil (((y ow s t) 1))) +("yocam" nil (((y ow) 1) ((k ax m) 0))) +("yocham" nil (((y aa) 1) ((ch ax m) 0))) +("yochim" nil (((y aa) 1) ((ch ih m) 0))) +("yochum" nil (((y aa) 1) ((ch ax m) 0))) +("yockey" nil (((y aa) 1) ((k iy) 0))) +("yocom" nil (((y ow) 1) ((k ax m) 0))) +("yocum" nil (((y ow) 1) ((k ax m) 0))) +("yodel" nil (((y ow) 1) ((d ax l) 0))) +("yodeling" nil (((y ow) 1) ((d ax) 0) ((l ih ng) 0))) +("yoder" nil (((y ow) 1) ((d er) 0))) +("yodice" nil (((y ow) 1) ((d ih s) 0))) +("yoe" nil (((y ow) 1))) +("yoes" nil (((y ow z) 1))) +("yoffie" nil (((y ao) 1) ((f iy) 0))) +("yoga" nil (((y ow) 1) ((g ax) 0))) +("yogi" nil (((y ow) 1) ((g iy) 0))) +("yogiisms" nil (((y ow) 0) ((g iy) 1) ((s ax m z) 0))) +("yogurt" nil (((y ow) 1) ((g er t) 0))) +("yoh" nil (((y ow) 1))) +("yohe" nil (((y ow) 1) ((hh ey) 1))) +("yohei" nil (((y ow) 1) ((hh ey) 1))) +("yohn" nil (((y aa n) 1))) +("yoho" nil (((y ow) 1) ((hh ow) 0))) +("yoichi" nil (((y ow) 0) ((iy) 1) ((ch iy) 0))) +("yokado" nil (((y ax) 0) ((k aa) 1) ((d ow) 0))) +("yoke" nil (((y ow k) 1))) +("yoked" nil (((y ow k t) 1))) +("yokich" nil (((y ow) 1) ((k ih ch) 0))) +("yokley" nil (((y aa) 1) ((k l iy) 0))) +("yoko" nil (((y ow) 1) ((k ow) 0))) +("yokohama" nil (((y ow) 1) ((k ax) 0) ((hh aa) 1) ((m ax) 0))) +("yokokohji" nil (((y ow) 1) ((k ow) 0) ((k ow) 1) ((jh iy) 0))) +("yokota" nil (((y ow) 0) ((k ow) 1) ((t ax) 0))) +("yokoyama" nil (((y ow) 1) ((k ow) 0) ((y aa) 1) ((m ax) 0))) +("yokum" nil (((y ow) 1) ((k ax m) 0))) +("yola" nil (((y ow) 1) ((l ax) 0))) +("yolanda" nil (((y ow) 0) ((l aa n) 1) ((d ax) 0))) +("yolande" nil (((y ow) 1) ((l ax n d) 0))) +("yolk" nil (((y ow k) 1))) +("yolks" nil (((y ow k s) 1))) +("yom" nil (((y aa m) 1))) +("yomiuri" nil (((y ow) 1) ((m iy) 1) ((er) 0) ((iy) 0))) +("yon" nil (((y aa n) 1))) +("yona" nil (((y ow) 1) ((n ax) 0))) +("yonan" nil (((y ow) 1) ((n ax n) 0))) +("yonce" nil (((y aa n s) 1))) +("yonder" nil (((y aa n) 1) ((d er) 0))) +("yoneyama" nil (((y ow) 1) ((n iy) 0) ((aa) 1) ((m ax) 0))) +("yong" nil (((y ow ng) 1))) +("yongbyon" nil (((y ao ng) 1) ((b y ao n) 1))) +("yongheng" nil (((y ow ng) 1) ((hh ah ng) 0))) +("yongle" nil (((y ow ng) 1) ((l ah) 0))) +("yongue" nil (((y aa ng g) 1))) +("yongxian" nil (((y ow ng) 1) ((sh y ae n) 1))) +("yongzhou" nil (((y ow ng) 1) ((jh ow) 1))) +("yonhap" nil (((y aa n) 1) ((hh ae p) 1))) +("yonke" nil (((y aa ng k) 1))) +("yonker" nil (((y aa ng) 1) ((k er) 0))) +("yonkers" nil (((y aa ng) 1) ((k er z) 0))) +("yonsei" nil (((y ah n) 1) ((s ey) 1))) +("yonts" nil (((y aa n t s) 1))) +("yontz" nil (((y aa n t s) 1))) +("yoo" nil (((y uw) 1))) +("yoon" nil (((y uw n) 1))) +("yoor" nil (((y uw r) 1))) +("yoos" nil (((y uw z) 1))) +("yopp" nil (((y aa p) 1))) +("yoram" nil (((y ao) 1) ((r ax m) 0))) +("yorba" nil (((y ao r) 1) ((b ax) 0))) +("yordy" nil (((y ao r) 1) ((d iy) 0))) +("yore" nil (((y ao r) 1))) +("yorich" nil (((y ao) 1) ((r ih ch) 0))) +("yorio" nil (((y ao r) 1) ((y ow) 0))) +("york" nil (((y ao r k) 1))) +("yorkbased" nil (((y ao r k) 1) ((b ey s t) 1))) +("yorke" nil (((y ao r k) 1))) +("yorker" nil (((y ao r) 1) ((k er) 0))) +("yorkers" nil (((y ao r) 1) ((k er z) 0))) +("yorks" nil (((y ao r k s) 1))) +("yorkshire" nil (((y ao r k) 1) ((sh er) 0))) +("yorktown" nil (((y ao r k) 1) ((t aw n) 1))) +("yorrick" nil (((y ao) 1) ((r ih k) 0))) +("yosef" nil (((y ow) 1) ((s ax f) 0))) +("yosemite" nil (((y ow) 0) ((s eh) 1) ((m ih) 0) ((t iy) 0))) +("yoshi" nil (((y ow) 1) ((sh iy) 0))) +("yoshiaki" nil (((y ow) 1) ((sh iy) 0) ((aa) 1) ((k iy) 0))) +("yoshida" nil (((y ow) 0) ((sh iy) 1) ((d ax) 0))) +("yoshihara" nil (((y ow) 1) ((sh ih) 0) ((hh aa) 1) ((r ax) 0))) +("yoshihashi" nil (((y ow) 1) ((sh ih) 0) ((hh aa) 1) ((sh iy) 0))) +("yoshihiro" nil (((y ow) 1) ((sh ih) 0) ((hh iy) 1) ((r ow) 1))) +("yoshihisa" nil (((y ow) 1) ((sh ih) 0) ((hh iy) 1) ((s ax) 0))) +("yoshikawa" nil (((y ow) 0) ((sh iy) 0) ((k aa) 1) ((w ax) 0))) +("yoshikazu" nil (((y ow) 1) ((sh ih) 0) ((k aa) 1) ((z uw) 0))) +("yoshimoto" nil (((y ow) 0) ((sh iy) 0) ((m ow) 1) ((t ow) 0))) +("yoshimura" nil (((y ow) 1) ((sh ih) 0) ((m uw) 1) ((r ax) 0))) +("yoshino" nil (((y ow) 0) ((sh iy) 1) ((n ow) 0))) +("yoshio" nil (((y ow) 0) ((sh iy) 1) ((ow) 0))) +("yoshioka" nil (((y ow) 1) ((sh iy) 0) ((ow) 1) ((k ax) 0))) +("yoshiro" nil (((y ow) 0) ((sh ih) 1) ((r ow) 0))) +("yoss" nil (((y ao s) 1))) +("yossi" nil (((y ow) 1) ((s iy) 0))) +("yost" nil (((y ow s t) 1))) +("yother" nil (((y ah) 1) ((dh er) 0))) +("yott" nil (((y aa t) 1))) +("you" nil (((y uw) 1))) +("youd" v (((y uw d) 1))) +("youell" nil (((y aa) 1) ((uw l) 0))) +("youghal" nil (((y ow) 1) ((ax l) 0))) +("youker" nil (((y aw) 1) ((k er) 0))) +("youman" nil (((y uw) 1) ((m ax n) 0))) +("youmans" nil (((y uw) 1) ((m ax n z) 0))) +("youmo" nil (((y ow) 1) ((m ao) 1))) +("youn" nil (((y ah n) 1))) +("younan" nil (((y ah) 1) ((n ax n) 0))) +("younce" nil (((y aw n s) 1))) +("younes" nil (((y ah n z) 1))) +("young" nil (((y ah ng) 1))) +("youngberg" nil (((y ah ng) 1) ((b er g) 0))) +("youngblood" nil (((y ah ng) 1) ((b l ah d) 1))) +("youngblut" nil (((y ah ng) 1) ((b l ax t) 0))) +("youngdahl" nil (((y ah ng) 1) ((d aa l) 1))) +("younge" nil (((y ah n jh) 1))) +("younger" nil (((y ah ng) 1) ((g er) 0))) +("youngerman" nil (((y ah ng) 1) ((er) 0) ((m ax n) 0))) +("youngers" nil (((y ah ng) 1) ((g er z) 0))) +("youngest" nil (((y ah ng) 1) ((g ax s t) 0))) +("younglove" nil (((y ah ng) 1) ((l ah v) 1))) +("youngman" nil (((y ah ng) 1) ((m ae n) 1))) +("youngquist" nil (((y ah ng) 1) ((k w ih s t) 1))) +("youngren" nil (((y ah n) 1) ((g r eh n) 0))) +("youngs" nil (((y ah ng z) 1))) +("youngster" nil (((y ah ng) 1) ((s t er) 0))) +("youngsters" nil (((y ah ng) 1) ((s t er z) 0))) +("youngstown" nil (((y ah ng z) 1) ((t aw n) 1))) +("youngstrom" nil (((y ah ng) 1) ((s t r ax m) 0))) +("younis" nil (((y ah) 1) ((n ih s) 0))) +("younker" nil (((y ah ng) 1) ((k er) 0))) +("younkers" nil (((y ah ng) 1) ((k er z) 0))) +("younkin" nil (((y ah ng) 1) ((k ih n) 0))) +("younkins" nil (((y ah ng) 1) ((k ih n z) 0))) +("yount" nil (((y aw n t) 1))) +("younts" nil (((y aw n t s) 1))) +("your" nil (((y ao r) 1))) +("youre" nil (((y ao r) 1))) +("youree" nil (((y ao) 0) ((r iy) 1))) +("yours" nil (((y uh r z) 1))) +("yourself" nil (((y er) 0) ((s eh l f) 1))) +("yourselfers" nil (((y ao r) 1) ((s eh l) 1) ((f er z) 0))) +("yourselves" nil (((y uh r) 0) ((s eh l v z) 1))) +("yous" n (((y uw z) 1))) +("youse" nil (((y aw s) 1))) +("yousef" nil (((y uw) 1) ((s eh f) 0))) +("yousif" nil (((y aw) 1) ((s ih f) 0))) +("youssef" nil (((y uw) 1) ((s eh f) 0))) +("youth" nil (((y uw th) 1))) +("youthful" nil (((y uw th) 1) ((f ax l) 0))) +("youths" nil (((y uw dh z) 1))) +("youtsey" nil (((y aw t) 1) ((s iy) 0))) +("youtube" n (((y uw) 1) ((t uw b) 1))) +("youtz" nil (((y aw t s) 1))) +("youve" nil (((y uw v) 1))) +("youville" nil (((y uw) 1) ((v ih l) 1))) +("youyi" nil (((y ow) 1) ((y iy) 1))) +("youyou" nil (((y ow) 1) ((y ow) 1))) +("yow" nil (((y aw) 1))) +("yowell" nil (((y aa) 1) ((w eh l) 0))) +("ypsilanti" nil (((ih p) 1) ((s ax) 0) ((l ae n) 1) ((t iy) 0))) +("yquem" nil (((iy) 1) ((k w ax m) 0))) +("ysleta" nil (((iy) 0) ((s l ey) 1) ((t ax) 0))) +("yttrium" nil (((ih) 1) ((t r iy) 0) ((ax m) 0))) +("yu" nil (((y uw) 1))) +("yuan" nil (((y uh) 0) ((aa n) 1))) +("yuanchong" nil (((y uh) 0) ((aa n) 1) ((ch ow ng) 1))) +("yuanmingyuan" nil (((y uh) 0) ((aa n) 1) ((m iy ng) 1) ((y uh) 0) ((aa n) 1))) +("yuanxiao" nil (((y uh) 0) ((aa n) 1) ((sh y aw) 1))) +("yuanyuan" nil (((y uh) 0) ((aa n) 1) ((y uh) 0) ((aa n) 1))) +("yuba" nil (((y uw) 1) ((b ax) 0))) +("yubin" nil (((y uw) 1) ((b iy n) 1))) +("yucaipa" nil (((y uw) 1) ((k ay) 1) ((p ax) 0))) +("yucatan" nil (((y uw) 1) ((k ax) 0) ((t ae n) 1))) +("yucca" nil (((y ah) 1) ((k ax) 0))) +("yue" nil (((y w eh) 1))) +("yuelu" nil (((y w eh) 1) ((l uw) 1))) +("yuen" nil (((y) 0) ((w eh n) 1))) +("yueqin" nil (((y w eh) 1) ((ch iy n) 1))) +("yuexiu" nil (((y w eh) 1) ((sh y ow) 1))) +("yueyang" nil (((y w eh) 1) ((y aa ng) 1))) +("yugo" nil (((y uw) 1) ((g ow) 0))) +("yugos" nil (((y uw) 1) ((g ow s) 0))) +("yugoslav" nil (((y uw) 1) ((g ow) 0) ((s l aa v) 1))) +("yugoslavia" nil (((y uw) 1) ((g ow) 0) ((s l aa) 1) ((v iy) 0) ((ax) 0))) +("yugoslavian" nil (((y uw) 1) ((g ow) 0) ((s l aa) 1) ((v iy) 0) ((ax n) 0))) +("yugoslavs" nil (((y uw) 1) ((g ow) 0) ((s l ae v z) 1))) +("yuhas" nil (((y uw) 1) ((hh ax z) 0))) +("yuhasz" nil (((y ah) 1) ((hh ax sh) 0))) +("yuill" nil (((y uw l) 1))) +("yuille" nil (((y uw l) 1))) +("yuk" nil (((y ah k) 1))) +("yukio" nil (((y uw) 0) ((k iy) 1) ((ow) 0))) +("yuko" nil (((y uw) 1) ((k ow) 0))) +("yukon" nil (((y uw) 1) ((k aa n) 1))) +("yuks" nil (((y ah k s) 1))) +("yul" nil (((y ah l) 1))) +("yule" nil (((y uw l) 1))) +("yuletide" nil (((y uw l) 1) ((t ay d) 1))) +("yuli" nil (((y uw) 1) ((l iy) 0))) +("yulin" nil (((y uw) 1) ((l iy n) 1))) +("yulong" nil (((y uw) 1) ((l ow ng) 1))) +("yum" nil (((y ah m) 1))) +("yuma" nil (((y uw) 1) ((m ax) 0))) +("yumenguan" nil (((y uw) 1) ((m eh n) 1) ((g w aa n) 1))) +("yummies" nil (((y ah) 1) ((m iy z) 0))) +("yummy" nil (((y ah) 1) ((m iy) 0))) +("yun" nil (((y uw n) 1))) +("yuncheng" nil (((y uw n) 1) ((ch ah ng) 0))) +("yunde" nil (((y uw n) 1) ((d ey) 1))) +("yundt" nil (((y ah n d t) 1))) +("yunfu" nil (((y uw n) 1) ((f uw) 1))) +("yung" nil (((y ah ng) 1))) +("yungang" nil (((y uw n) 1) ((g aa ng) 1))) +("yunghe" nil (((y uw n) 1) ((hh ah) 0))) +("yunich" nil (((y uw) 1) ((n ih ch) 0))) +("yunis" nil (((y uw) 1) ((n ih s) 0))) +("yunk" nil (((y ah ng k) 1))) +("yunker" nil (((y ah ng) 1) ((k er) 0))) +("yunnan" nil (((y uw n) 1) ((n aa n) 1))) +("yup" nil (((y ah p) 1))) +("yuping" nil (((y uw) 1) ((p iy ng) 1))) +("yuppie" nil (((y ah) 1) ((p iy) 0))) +("yuppies" nil (((y ah) 1) ((p iy z) 0))) +("yuppified" nil (((y ah) 1) ((p ih) 0) ((f ay d) 1))) +("yurachek" nil (((y er) 0) ((ae) 1) ((ch eh k) 0))) +("yurchak" nil (((y er) 1) ((ch ax k) 0))) +("yurchenko" nil (((y er) 0) ((ch eh ng) 1) ((k ow) 0))) +("yurek" nil (((y uh) 1) ((r eh k) 0))) +("yuri" nil (((y uh) 1) ((r iy) 0))) +("yurick" nil (((y uh) 1) ((r ih k) 0))) +("yurko" nil (((y er) 1) ((k ow) 0))) +("yurkovich" nil (((y er) 1) ((k ax) 0) ((v ih ch) 0))) +("yurt" nil (((y uh r t) 1))) +("yury" nil (((y uh) 1) ((r iy) 0))) +("yusef" nil (((y uw) 1) ((s eh f) 0))) +("yusen" nil (((y uw) 1) ((s ax n) 0))) +("yushu" nil (((y uw) 1) ((sh uw) 1))) +("yusko" nil (((y ah) 1) ((s k ow) 0))) +("yust" nil (((y ah s t) 1))) +("yutaka" nil (((y uw) 0) ((t aa) 1) ((k ax) 0))) +("yutang" nil (((y uw) 1) ((t aa ng) 1))) +("yutu" nil (((y uw) 1) ((t uw) 1))) +("yutzy" nil (((y ah t) 1) ((z iy) 0))) +("yuval" nil (((y uw) 1) ((v ax l) 0))) +("yuwen" nil (((y uw) 1) ((w eh n) 1))) +("yuxi" nil (((y uw) 1) ((sh iy) 1))) +("yuxin" nil (((y uw) 1) ((sh iy n) 1))) +("yuyuan" nil (((y uw) 1) ((y uh) 0) ((aa n) 1))) +("yuzong" nil (((y uw) 1) ((z ao ng) 1))) +("yv" nil (((y uw) 1))) +("yvan" nil (((y uh) 0) ((aa n) 1))) +("yve" nil (((y w eh) 1))) +("yves" nil (((iy v) 1))) +("yvette" nil (((ih) 0) ((v eh t) 1))) +("yvn" nil (((y uw n) 1))) +("yvonne" nil (((ih) 0) ((v aa n) 1))) +("YWCA" nil (((w ay) 1) ((d ah b) 1) ((l y uw) 0) ((s iy) 1) ((ey) 1))) +("yzaguirre" nil (((iy) 0) ((z ax) 0) ((g w ay) 1) ((er) 0))) +("z" nil (((z iy) 1))) +("za" nil (((d z aa) 1))) +("zabala" nil (((z aa) 0) ((b aa) 1) ((l ax) 0))) +("zabawa" nil (((z aa) 0) ((b aa) 1) ((w ax) 0))) +("zabel" nil (((z ey) 1) ((b ax l) 0))) +("zabielski" nil (((z ax) 0) ((b iy l) 1) ((s k iy) 0))) +("zabinski" nil (((z ax) 0) ((b ih n) 1) ((s k iy) 0))) +("zablocki" nil (((z ax) 0) ((b l ow t) 1) ((s k iy) 0))) +("zaborowski" nil (((z ax) 0) ((b er) 0) ((ao f) 1) ((s k iy) 0))) +("zabowski" nil (((z ax) 0) ((b aw) 1) ((s k iy) 0))) +("zabriskie" nil (((z ae) 1) ((b r ih) 0) ((s k iy) 0))) +("zacarias" nil (((z aa) 0) ((k aa) 0) ((r iy) 1) ((ax z) 0))) +("zaccagnini" nil (((z aa) 0) ((k ax g) 0) ((n iy) 1) ((n iy) 0))) +("zaccagnino" nil (((z aa) 0) ((k ax g) 0) ((n iy) 1) ((n ow) 0))) +("zaccardi" nil (((z aa) 0) ((k aa r) 1) ((d iy) 0))) +("zaccaria" nil (((z aa) 0) ((k aa) 1) ((r iy) 0) ((ax) 0))) +("zaccaro" nil (((z aa) 0) ((k aa) 1) ((r ow) 0))) +("zaccheus" nil (((z ae) 1) ((k oy z) 0))) +("zaccone" nil (((z aa) 0) ((k ow) 1) ((n iy) 0))) +("zacek" nil (((z aa) 1) ((ch eh k) 1))) +("zach" nil (((z ae k) 1))) +("zachar" nil (((z ax) 0) ((k aa r) 1))) +("zachariah" nil (((z ae) 1) ((k er) 0) ((ay) 1) ((ax) 0))) +("zacharias" nil (((z ae) 1) ((k er) 0) ((ay) 1) ((ax s) 0))) +("zachary" nil (((z ae) 1) ((k er) 0) ((iy) 0))) +("zacher" nil (((z ae) 1) ((k er) 0))) +("zachery" nil (((z ae) 1) ((k er) 0) ((iy) 0))) +("zachman" nil (((z ae k) 1) ((m ax n) 0))) +("zachmann" nil (((z aa k) 1) ((m ax n) 0))) +("zachow" nil (((z aa) 1) ((k ow) 0))) +("zachry" nil (((z aa) 1) ((k r iy) 0))) +("zack" nil (((z ae k) 1))) +("zackery" nil (((z ae) 1) ((k er) 0) ((iy) 0))) +("zacks" nil (((z ae k s) 1))) +("zada" nil (((z aa) 1) ((d ax) 0))) +("zadeh" nil (((z aa) 1) ((d eh) 1))) +("zadoc" nil (((z aa) 1) ((d ax k) 0))) +("zadok" nil (((z aa) 1) ((d ax k) 0))) +("zadrozny" nil (((z ax) 0) ((d r ow z) 1) ((n iy) 0))) +("zaentz" nil (((z ae n t s) 1))) +("zaffino" nil (((z aa) 0) ((f iy) 1) ((n ow) 0))) +("zaffuto" nil (((z ax) 0) ((f uw) 1) ((t ow) 0))) +("zaftig" nil (((z ae f) 1) ((t ih g) 0))) +("zag" nil (((z ae g) 1))) +("zagar" nil (((z aa) 0) ((g aa r) 1))) +("zagat" nil (((z ae) 1) ((g ax t) 0))) +("zagel" nil (((z ey) 1) ((g ax l) 0))) +("zager" nil (((z ey) 1) ((g er) 0))) +("zagha" nil (((z aa) 1) ((g ax) 0))) +("zagladin" nil (((z ae) 1) ((g l ax) 0) ((d ih n) 0))) +("zagorski" nil (((z ax) 0) ((g ao r) 1) ((s k iy) 0))) +("zagreb" nil (((z aa) 1) ((g r eh b) 1))) +("zagury" nil (((z ae) 1) ((g y er) 0) ((iy) 0))) +("zahir" nil (((z ax) 0) ((hh ih r) 1))) +("zahler" nil (((z aa) 1) ((l er) 0))) +("zahm" nil (((z ae m) 1))) +("zahn" nil (((z ae n) 1))) +("zahner" nil (((z aa) 1) ((n er) 0))) +("zahniser" nil (((z aa) 1) ((n ay) 0) ((z er) 0))) +("zahnow" nil (((z aa) 1) ((n ow) 0))) +("zahradnik" nil (((z er) 0) ((ae d) 1) ((n ih k) 0))) +("zai" nil (((d z ay) 1))) +("zaibatsu" nil (((z ey) 1) ((b ae t) 1) ((s uw) 1))) +("zaid" nil (((z ey d) 1))) +("zaino" nil (((z ey) 1) ((n ow) 0))) +("zaire" nil (((z ay) 0) ((ih r) 1))) +("zairean" nil (((z ay) 0) ((ih) 1) ((r ax n) 0))) +("zaireans" nil (((z ay) 0) ((ih) 1) ((r ax n z) 0))) +("zairian" nil (((z ay) 0) ((ih) 1) ((r iy) 0) ((ax n) 0))) +("zairians" nil (((z ay) 0) ((ih) 1) ((r iy) 0) ((ax n z) 0))) +("zaiser" nil (((z ay) 1) ((s er) 0))) +("zaitech" nil (((z ey) 1) ((t eh k) 1))) +("zaitsev" nil (((z ey t) 1) ((s eh v) 0))) +("zaitz" nil (((z ey t s) 1))) +("zajac" nil (((z ay) 1) ((ax k) 0))) +("zajdel" nil (((z ae jh) 1) ((d ax l) 0))) +("zajic" nil (((z ae) 1) ((jh ih k) 0))) +("zajicek" nil (((z ay) 1) ((ih) 0) ((ch eh k) 0))) +("zajkowski" nil (((z ay) 0) ((k ao f) 1) ((s k iy) 0))) +("zak" nil (((z ae k) 1))) +("zakarian" nil (((z ax) 0) ((k eh) 1) ((r iy) 0) ((ax n) 0))) +("zakharov" nil (((z ae) 1) ((k er) 0) ((aa v) 0))) +("zaki" nil (((z aa) 1) ((k iy) 0))) +("zakrajsek" nil (((z ax) 0) ((k r ay) 1) ((s eh k) 0))) +("zakrzewski" nil (((z aa) 0) ((k er) 0) ((z uw) 1) ((s k iy) 0))) +("zalar" nil (((z aa) 0) ((l aa r) 1))) +("zalay" nil (((z ax) 0) ((l ey) 1))) +("zaldivar" nil (((z aa l) 0) ((d iy) 0) ((v aa r) 1))) +("zale" nil (((z ey l) 1))) +("zalenski" nil (((z ax) 0) ((l eh n) 1) ((s k iy) 0))) +("zaleski" nil (((z ax) 0) ((l eh) 1) ((s k iy) 0))) +("zalesky" nil (((z ax) 0) ((l eh) 1) ((s k iy) 0))) +("zalewski" nil (((z ax) 0) ((l eh f) 1) ((s k iy) 0))) +("zaley" nil (((z ey) 1) ((l iy) 0))) +("zalm" nil (((z aa m) 1))) +("zaloudek" nil (((z ae) 1) ((l aw) 0) ((d ih k) 0))) +("zalygin" nil (((z ae) 1) ((l ih) 0) ((g ih n) 0))) +("zaman" nil (((z ey) 1) ((m ax n) 0))) +("zamarello" nil (((z ae) 1) ((m er) 0) ((eh) 1) ((l ow) 0))) +("zamarripa" nil (((z aa) 0) ((m aa) 0) ((r iy) 1) ((p ax) 0))) +("zamarron" nil (((z aa) 0) ((m aa) 0) ((r ao n) 1))) +("zambelli" nil (((z aa m) 0) ((b eh) 1) ((l iy) 0))) +("zambia" nil (((z ae m) 1) ((b iy) 0) ((ax) 0))) +("zambian" nil (((z ae m) 1) ((b iy) 0) ((ax n) 0))) +("zambito" nil (((z aa m) 0) ((b iy) 1) ((t ow) 0))) +("zambo" nil (((z ae m) 1) ((b ow) 0))) +("zamboanga" nil (((z ae m) 0) ((b ow ng) 1) ((g ax) 0))) +("zambrana" nil (((z aa m) 0) ((b r ae) 1) ((n ax) 0))) +("zambrano" nil (((z aa m) 0) ((b r aa) 1) ((n ow) 0))) +("zamfir" nil (((z ae m) 0) ((f ih r) 1))) +("zammit" nil (((z ae) 1) ((m ih t) 0))) +("zamora" nil (((z ax) 0) ((m ao) 1) ((r ax) 0))) +("zamorano" nil (((z aa) 0) ((m ao) 0) ((r aa) 1) ((n ow) 0))) +("zampino" nil (((z aa m) 0) ((p iy) 1) ((n ow) 0))) +("zamudio" nil (((z aa) 0) ((m uw) 1) ((d iy) 0) ((ow) 0))) +("zamzow" nil (((z ae m) 1) ((z ow) 0))) +("zan" nil (((d z aa n) 1))) +("zanca" nil (((z ae ng) 1) ((k ax) 0))) +("zander" nil (((z ae n) 1) ((d er) 0))) +("zanders" nil (((z ae n) 1) ((d er z) 0))) +("zandi" nil (((z aa n) 1) ((d iy) 0))) +("zandra" nil (((z ae n) 1) ((d r ax) 0))) +("zandstra" nil (((z ae n d) 1) ((s t r ax) 0))) +("zandy" nil (((z ae n) 1) ((d iy) 0))) +("zane" nil (((z ey n) 1))) +("zanella" nil (((z ax) 0) ((n eh) 1) ((l ax) 0))) +("zaneta" nil (((z aa) 0) ((n eh) 1) ((t ax) 0))) +("zang" nil (((d z aa ng) 1))) +("zangara" nil (((z aa ng) 0) ((g aa) 1) ((r ax) 0))) +("zangari" nil (((z aa ng) 0) ((g aa) 1) ((r iy) 0))) +("zanger" nil (((z ae ng) 1) ((er) 0))) +("zanghi" nil (((z aa n) 1) ((g iy) 0))) +("zani" nil (((z aa) 1) ((n iy) 0))) +("zaniest" nil (((z ey) 1) ((n iy) 0) ((ax s t) 0))) +("zaniewski" nil (((z ae) 0) ((n iy) 0) ((eh f) 1) ((s k iy) 0))) +("zank" nil (((z ae ng k) 1))) +("zanni" nil (((z ae) 1) ((n iy) 0))) +("zanoni" nil (((z aa) 0) ((n ow) 1) ((n iy) 0))) +("zanoyan" nil (((z ax) 0) ((n oy) 1) ((ax n) 0))) +("zant" nil (((z ae n t) 1))) +("zantac" nil (((z ae n) 1) ((t ae k) 0))) +("zanu" nil (((z aa) 0) ((n uw) 1))) +("zanuck" nil (((z ae) 1) ((n ax k) 0))) +("zanussi" nil (((z ax) 0) ((n uw) 1) ((s iy) 0))) +("zany" nil (((z ey) 1) ((n iy) 0))) +("zanzibar" nil (((z ae n) 1) ((z ax) 0) ((b aa r) 1))) +("zao" nil (((d z aw) 1))) +("zaozhuang" nil (((d z aw) 1) ((jh w aa ng) 1))) +("zap" nil (((z ae p) 1))) +("zapalac" nil (((z ax) 0) ((p aa) 1) ((l ax k) 0))) +("zapata" nil (((z aa) 0) ((p aa) 1) ((t ax) 0))) +("zapatista" nil (((z aa) 1) ((p ax) 0) ((t iy) 1) ((s t ax) 0))) +("zapatistas" nil (((z aa) 1) ((p ax) 0) ((t iy) 1) ((s t ax z) 0))) +("zapf" nil (((z ae p f) 1))) +("zapien" nil (((z ae) 1) ((p iy n) 0))) +("zapmail" nil (((z ae p) 1) ((m ey l) 1))) +("zapp" nil (((z ae p) 1))) +("zappa" nil (((z ae) 1) ((p ax) 0))) +("zappala" nil (((z aa) 0) ((p aa) 1) ((l ax) 0))) +("zapped" nil (((z ae p t) 1))) +("zappia" nil (((z ae) 1) ((p iy) 0) ((ax) 0))) +("zapping" nil (((z ae) 1) ((p ih ng) 0))) +("zappone" nil (((z aa) 0) ((p ow) 1) ((n iy) 0))) +("zappulla" nil (((z aa) 0) ((p uw) 1) ((l ax) 0))) +("zaps" nil (((z ae p s) 1))) +("zara" nil (((z ae) 1) ((r ax) 0))) +("zaragoza" nil (((z aa) 0) ((r aa) 0) ((g ow) 1) ((z ax) 0))) +("zarah" nil (((z ae) 1) ((r ax) 0))) +("zarate" nil (((z aa) 1) ((r ey t) 0))) +("zarb" nil (((z aa r b) 1))) +("zarcone" nil (((z aa r) 0) ((k ow) 1) ((n iy) 0))) +("zared" nil (((z eh r d) 1))) +("zarek" nil (((z aa) 1) ((r eh k) 0))) +("zaremba" nil (((z aa) 0) ((r eh m) 1) ((b ax) 0))) +("zaremski" nil (((z er) 0) ((eh) 1) ((s k iy) 0))) +("zaretsky" nil (((z er) 0) ((eh t) 1) ((s k iy) 0))) +("zarett" nil (((z eh) 1) ((r ax t) 0))) +("zaria" nil (((z aa) 1) ((r iy) 0) ((ax) 0))) +("zaring" nil (((z eh) 1) ((r ih ng) 0))) +("zarlengo" nil (((z aa r) 0) ((l ey ng) 1) ((g ow) 0))) +("zarling" nil (((z aa r) 1) ((l ih ng) 0))) +("zaro" nil (((z ae) 1) ((r ow) 0))) +("zarr" nil (((z ae r) 1))) +("zarrella" nil (((z aa) 1) ((r eh) 1) ((l ax) 0))) +("zarro" nil (((z aa) 1) ((r ow) 0))) +("zarroli" nil (((z er) 0) ((ow) 1) ((l iy) 0))) +("zartman" nil (((z aa r t) 1) ((m ax n) 0))) +("zaruba" nil (((z er) 0) ((uw) 1) ((b ax) 0))) +("zary" nil (((z aa) 1) ((r iy) 0))) +("zarzecki" nil (((z aa r) 0) ((z eh) 1) ((k iy) 0))) +("zarzycki" nil (((z er) 0) ((z ih t) 1) ((s k iy) 0))) +("zasada" nil (((z aa) 0) ((s aa) 1) ((d ax) 0))) +("zaske" nil (((z ey s k) 1))) +("zaslavskaya" nil (((z ae) 1) ((s l ax v) 0) ((s k ay) 1) ((ax) 0))) +("zaslow" nil (((z aa) 1) ((s l ow) 0))) +("zastrow" nil (((z ae) 1) ((s t r ow) 0))) +("zaucha" nil (((z aw) 1) ((hh ax) 0))) +("zaugg" nil (((z ao g) 1))) +("zaun" nil (((z ao n) 1))) +("zauner" nil (((z ao) 1) ((n er) 0))) +("zavada" nil (((z aa) 0) ((v aa) 1) ((d ax) 0))) +("zavadil" nil (((z aa) 0) ((v aa) 0) ((d iy l) 1))) +("zavala" nil (((z aa) 0) ((v aa) 1) ((l ax) 0))) +("zavodnik" nil (((z ax) 0) ((v aa d) 1) ((n ih k) 0))) +("zavodny" nil (((z ax) 0) ((v aa d) 1) ((n iy) 0))) +("zawacki" nil (((z aa) 0) ((v aa t) 1) ((s k iy) 0))) +("zawada" nil (((z aa) 0) ((w aa) 1) ((d ax) 0))) +("zawadzki" nil (((z aa) 0) ((v aa jh) 1) ((k iy) 0))) +("zawislak" nil (((z aa) 0) ((v ih) 1) ((s l ax k) 0))) +("zawistowski" nil (((z aa) 0) ((v ih) 0) ((s t ao f) 1) ((s k iy) 0))) +("zayac" nil (((z ay) 1) ((ax k) 0))) +("zayas" nil (((z ey) 1) ((aa z) 0))) +("zayed" nil (((z ey) 1) ((ax d) 0))) +("zayre" nil (((z ey r) 1))) +("zazueta" nil (((z aa) 0) ((z w eh) 1) ((t ax) 0))) +("zbigniew" nil (((z) 0) ((b ih g) 1) ((n uw) 0))) +("zbikowski" nil (((z) 0) ((b ih) 0) ((k aw) 1) ((s k iy) 0))) +("zbinden" nil (((z) 0) ((b ay n) 1) ((d ax n) 0))) +("zdrojewski" nil (((z) 0) ((d r oy) 1) ((uw) 1) ((s k iy) 0))) +("ze" nil (((d z ah) 0))) +("zea" nil (((z iy) 1))) +("zeagler" nil (((z iy) 1) ((g l er) 0))) +("zeal" nil (((z iy l) 1))) +("zealand" nil (((z iy) 1) ((l ax n d) 0))) +("zealanders" nil (((z iy) 1) ((l ax n) 0) ((d er z) 0))) +("zealot" nil (((z eh) 1) ((l ax t) 0))) +("zealotry" nil (((z eh) 1) ((l ax) 0) ((t r iy) 0))) +("zealots" nil (((z eh) 1) ((l ax t s) 0))) +("zealous" nil (((z eh) 1) ((l ax s) 0))) +("zealously" nil (((z iy) 1) ((l ax) 0) ((s l iy) 0))) +("zebell" nil (((z iy) 1) ((b eh l) 0))) +("zebley" nil (((z eh) 1) ((b l iy) 0))) +("zebra" nil (((z iy) 1) ((b r ax) 0))) +("zebras" nil (((z iy) 1) ((b r ax z) 0))) +("zebrowski" nil (((z ax) 0) ((b r ao f) 1) ((s k iy) 0))) +("zebulon" nil (((z iy) 1) ((b ax) 0) ((l ax n) 0))) +("zecca" nil (((z eh) 1) ((k ax) 0))) +("zech" nil (((z eh k) 1))) +("zechen" nil (((d z ah) 0) ((ch eh n) 1))) +("zecher" nil (((z eh) 1) ((k er) 0))) +("zechman" nil (((z eh k) 1) ((m ax n) 0))) +("zeck" nil (((z eh k) 1))) +("zeckendorf" nil (((z eh) 1) ((k ax n) 0) ((d ao r f) 1))) +("zed" nil (((z eh d) 1))) +("zedekiah" nil (((z eh) 1) ((d ax) 0) ((k ay) 1) ((ax) 0))) +("zedillo" nil (((z ey) 1) ((d iy) 1) ((ow) 0))) +("Zedong" n (((d z ah) 0) ((d ow ng) 1))) +("zeduan" n (((d z ah) 0) ((d w aa n) 1))) +("zee" nil (((z iy) 1))) +("zeeb" nil (((z iy b) 1))) +("zeebrugge" nil (((z iy) 1) ((b r uw) 1) ((g iy) 0))) +("zeek" nil (((z iy k) 1))) +("zeeland" nil (((z iy) 1) ((l ax n d) 0))) +("zeeman" nil (((z iy) 1) ((m ax n) 0))) +("zeff" nil (((z eh f) 1))) +("zeffirelli" nil (((z eh) 1) ((f ih) 0) ((r eh) 1) ((l iy) 0))) +("zegeer" nil (((z ih) 0) ((g ih r) 1))) +("zeger" nil (((z iy) 1) ((g er) 0))) +("zegers" nil (((z iy) 1) ((g er z) 0))) +("zeglin" nil (((z eh) 1) ((g l ih n) 0))) +("zegna" nil (((z eh) 1) ((n y ax) 0))) +("zeh" nil (((z eh) 1))) +("zehnder" nil (((z eh n) 1) ((d er) 0))) +("zehner" nil (((z eh) 1) ((n er) 0))) +("zehntel" nil (((z eh n) 1) ((t eh l) 1))) +("zehr" nil (((z eh r) 1))) +("zehren" nil (((z eh) 1) ((r ax n) 0))) +("zehring" nil (((z eh) 1) ((r ih ng) 0))) +("zei" nil (((d z ey) 1))) +("zeibel" nil (((z ay) 1) ((b ax l) 0))) +("zeichner" nil (((z ay k) 1) ((n er) 0))) +("zeiders" nil (((z ay) 1) ((d er z) 0))) +("zeidler" nil (((z ay) 1) ((d ax) 0) ((l er) 0))) +("zeidman" nil (((z ay d) 1) ((m ax n) 0))) +("zeien" nil (((z ay) 1) ((ax n) 0))) +("zeiger" nil (((z ay) 1) ((g er) 0))) +("zeigler" nil (((z ay) 1) ((g ax) 0) ((l er) 0))) +("zeiler" nil (((z ay) 1) ((l er) 0))) +("zeilinger" nil (((z ay) 1) ((l ih ng) 0) ((er) 0))) +("zeimet" nil (((z ay) 1) ((m ih t) 0))) +("zeinab" nil (((z ay) 1) ((n ae b) 0))) +("zeiner" nil (((z ay) 1) ((n er) 0))) +("zeis" nil (((z iy z) 1))) +("zeiser" nil (((z ay) 1) ((s er) 0))) +("zeisler" nil (((z ay) 1) ((s ax) 0) ((l er) 0))) +("zeiss" nil (((z ay s) 1))) +("zeit" nil (((z ay t) 1))) +("zeiter" nil (((z ay) 1) ((t er) 0))) +("zeitgeist" nil (((t) 0) ((s ay t) 1) ((g ay s t) 1))) +("zeitler" nil (((z ay) 1) ((t ax) 0) ((l er) 0))) +("zeitlin" nil (((z ay t) 1) ((l ih n) 0))) +("zeitung" nil (((z ay) 1) ((t ax ng) 0))) +("zeitz" nil (((z iy t s) 1))) +("zekauskas" nil (((z ax) 0) ((k aw) 1) ((s k ax s) 0))) +("zeke" nil (((z iy k) 1))) +("zel" nil (((z eh l) 1))) +("zelasko" nil (((z ih) 0) ((l aa) 1) ((s k ow) 0))) +("zelaya" nil (((z ey) 0) ((l ay) 1) ((ax) 0))) +("zelazny" nil (((z ih) 0) ((l aa z) 1) ((n iy) 0))) +("zelda" nil (((z eh l) 1) ((d ax) 0))) +("zeldin" nil (((z eh l) 1) ((d ih n) 0))) +("zele" nil (((z iy l) 1))) +("zelek" nil (((z eh) 1) ((l ih k) 0))) +("zelenak" nil (((z eh) 1) ((l ih) 0) ((n ax k) 0))) +("zelenka" nil (((z ih) 0) ((l eh ng) 1) ((k ax) 0))) +("zeleny" nil (((z ih) 0) ((l iy) 1) ((n iy) 0))) +("zelesnik" nil (((z ax) 0) ((l eh) 1) ((s n ih k) 0))) +("zeleznik" nil (((z ih) 0) ((l eh z) 1) ((n ih k) 0))) +("zelia" nil (((z eh) 1) ((l iy) 0) ((ax) 0))) +("zelie" nil (((z eh) 1) ((l iy) 0))) +("zelina" nil (((z eh) 0) ((l iy) 1) ((n ax) 0))) +("zelinka" nil (((z ih) 0) ((l ih ng) 1) ((k ax) 0))) +("zelinski" nil (((z ih) 0) ((l ih n) 1) ((s k iy) 0))) +("zelinsky" nil (((z ih) 0) ((l ih n) 1) ((s k iy) 0))) +("zelko" nil (((z eh l) 1) ((k ow) 0))) +("zell" nil (((z eh l) 1))) +("zellars" nil (((z eh) 1) ((l er z) 0))) +("zelle" nil (((z eh l) 1))) +("zeller" nil (((z eh) 1) ((l er) 0))) +("zellerbach" nil (((z eh) 1) ((l er) 0) ((b aa k) 1))) +("zellers" nil (((z eh) 1) ((l er z) 0))) +("zellman" nil (((z eh l) 1) ((m ax n) 0))) +("zellmer" nil (((z eh l) 1) ((m er) 0))) +("zellner" nil (((z eh l) 1) ((n er) 0))) +("zelma" nil (((z eh l) 1) ((m ax) 0))) +("zelman" nil (((z eh l) 1) ((m ax n) 0))) +("zelnick" nil (((z eh l) 1) ((n ih k) 0))) +("zelos" nil (((z iy) 1) ((l ow z) 0))) +("zelotes" nil (((z eh) 1) ((l ax t s) 0))) +("zeltner" nil (((z eh l t) 1) ((n er) 0))) +("zeltzer" nil (((z eh l t) 1) ((s er) 0))) +("zelvin" nil (((z eh l) 1) ((v ih n) 0))) +("zemaitis" nil (((z eh) 1) ((m ay) 1) ((t ax s) 0))) +("zeman" nil (((z iy) 1) ((m ax n) 0))) +("zemanek" nil (((z eh) 1) ((m ax) 0) ((n ih k) 0))) +("zemba" nil (((z eh m) 1) ((b ax) 0))) +("zembower" nil (((z eh m) 1) ((b aw) 1) ((er) 0))) +("zembriski" nil (((z eh m) 0) ((b r ih) 1) ((s k iy) 0))) +("zemel" nil (((z eh) 1) ((m ax l) 0))) +("zemin" nil (((z iy) 1) ((m ih n) 0))) +("zemke" nil (((z eh m k) 1))) +("zempel" nil (((z eh m) 1) ((p ax l) 0))) +("zen" nil (((z eh n) 1))) +("zena" nil (((z iy) 1) ((n ax) 0))) +("zenaida" nil (((z ih) 0) ((n ey) 1) ((d ax) 0))) +("zenas" nil (((z iy) 1) ((n ax z) 0))) +("zenchu" nil (((z eh n) 1) ((ch uw) 1))) +("zenda" nil (((z eh n) 1) ((d ax) 0))) +("zendejas" nil (((z iy n) 1) ((d ih) 0) ((jh ax z) 0))) +("zender" nil (((z eh n) 1) ((d er) 0))) +("zeneca" nil (((z eh) 1) ((n ax) 0) ((k ax) 0))) +("zeng" nil (((d z eh ng) 1))) +("zenger" nil (((z iy n) 1) ((jh er) 0))) +("zenia" nil (((z ey) 1) ((n iy) 0) ((ax) 0))) +("zenina" nil (((z eh) 0) ((n iy) 1) ((n ax) 0))) +("zenith" nil (((z iy) 1) ((n ax th) 0))) +("zenk" nil (((z eh ng k) 1))) +("zenker" nil (((z eh ng) 1) ((k er) 0))) +("zenna" nil (((z eh) 1) ((n ax) 0))) +("zenner" nil (((z eh) 1) ((n er) 0))) +("zeno" nil (((z ey) 1) ((n ow) 0))) +("zenobia" nil (((z ax) 0) ((n ow) 1) ((b iy) 0) ((ax) 0))) +("zenon" nil (((z iy) 1) ((n ax n) 0))) +("zenor" nil (((z eh) 1) ((n er) 0))) +("zens" nil (((z eh n z) 1))) +("zent" nil (((z eh n t) 1))) +("zentec" nil (((z eh n) 1) ((t eh k) 1))) +("zentner" nil (((z eh n t) 1) ((n er) 0))) +("zentralsparkasse" nil (((z eh n) 1) ((t r ax l) 0) ((s p aa r) 1) ((k aa) 1) ((z ih) 0))) +("zentz" nil (((z eh n t s) 1))) +("zenz" nil (((z eh n z) 1))) +("zeoli" nil (((z iy) 0) ((aa) 1) ((l iy) 0))) +("zeos" nil (((z iy) 1) ((ow s) 1))) +("zepeda" nil (((z ey) 0) ((p ey) 1) ((d ax) 0))) +("zepp" nil (((z eh p) 1))) +("zeppelin" nil (((z eh) 1) ((p ih) 0) ((l ih n) 0))) +("zeppenfeld" nil (((z eh) 1) ((p ax) 0) ((f eh l d) 1))) +("zera" nil (((z eh) 1) ((r ax) 0))) +("zerbe" nil (((z ih r b) 1))) +("zerby" nil (((z ih r) 1) ((b iy) 0))) +("zerilli" nil (((z er) 0) ((iy) 1) ((l iy) 0))) +("zeringue" nil (((z eh) 1) ((r ih ng) 0))) +("zerkle" nil (((z ih r) 1) ((k ax l) 0))) +("zerlina" nil (((z er) 0) ((l iy) 1) ((n ax) 0))) +("zerlinda" nil (((z er) 0) ((l iy n) 1) ((d ax) 0))) +("zermeno" nil (((z er) 0) ((m eh) 1) ((n ow) 0))) +("zern" nil (((z ih r n) 1))) +("zero" nil (((z ih) 1) ((r ow) 0))) +("zeroed" nil (((z ih) 1) ((r ow d) 0))) +("zeroes" nil (((z ih) 1) ((r ow z) 0))) +("zeroing" nil (((z iy) 1) ((r ow) 0) ((ih ng) 0))) +("zeros" nil (((z ih) 1) ((r ow z) 0))) +("zerr" nil (((z ih r) 1))) +("zertuche" nil (((z ih r) 1) ((t ax k) 0))) +("zervas" nil (((z ih r) 1) ((v ax z) 0))) +("zervos" nil (((z ih r) 1) ((v ow z) 0))) +("zest" nil (((z eh s t) 1))) +("zestful" nil (((z eh s t) 1) ((f ax l) 0))) +("zeta" nil (((z ey) 1) ((t ax) 0))) +("zettel" nil (((z eh) 1) ((t ax l) 0))) +("zettle" nil (((z eh) 1) ((t ax l) 0))) +("zettlemoyer" nil (((z eh t) 1) ((l ih) 0) ((m oy) 0) ((er) 0))) +("zettler" nil (((z eh t) 1) ((l er) 0))) +("zeus" nil (((z uw s) 1))) +("zev" nil (((z eh v) 1))) +("zeva" nil (((z ey) 1) ((v ax) 0))) +("zha" nil (((jh aa) 1))) +("zhai" nil (((jh ay) 1))) +("zhalong" nil (((jh aa) 1) ((l ow ng) 1))) +("zhan" nil (((jh aa n) 1))) +("zhang" nil (((jh aa ng) 1))) +("zhang" nil (((zh ae ng) 1))) +("zhangjiajie" nil (((jh aa ng) 1) ((jh y aa) 1) ((jh y eh) 1))) +("zhangjiakou" nil (((jh aa ng) 1) ((jh y aa) 1) ((k ow) 1))) +("zhangjiang" nil (((jh aa ng) 1) ((jh y aa ng) 1))) +("zhangye" nil (((jh aa ng) 1) ((y eh) 1))) +("zhangzhou" nil (((jh aa ng) 1) ((jh ow) 1))) +("zhanjiang" nil (((jh aa n) 1) ((jh y aa ng) 1))) +("zhao" nil (((jh aw) 1))) +("zhaoling" nil (((jh aw) 1) ((l iy ng) 1))) +("zhaoqing" nil (((jh aw) 1) ((ch iy ng) 1))) +("zhaotong" nil (((jh aw) 1) ((t ow ng) 1))) +("zhaoyang" nil (((jh aw) 1) ((y aa ng) 1))) +("zhaxi" nil (((jh aa) 1) ((sh iy) 1))) +("zhe" nil (((jh ah) 0))) +("zhei" nil (((jh ey) 1))) +("zhejiang" nil (((jh ah) 0) ((jh y aa ng) 1))) +("zhen" nil (((jh eh n) 1))) +("zheng" nil (((jh ah ng) 0))) +("zhengdao" nil (((jh ah ng) 0) ((d aw) 1))) +("zhengzhou" nil (((jh ah ng) 0) ((jh ow) 1))) +("zhenjiang" nil (((jh eh n) 1) ((jh y aa ng) 1))) +("zhenning" nil (((jh eh n) 1) ((n iy ng) 1))) +("zhenxin" nil (((jh eh n) 1) ((sh iy n) 1))) +("zhenzhen" nil (((jh eh n) 1) ((jh eh n) 1))) +("zhi" nil (((jh uh) 1))) +("zhihuan" nil (((jh uh) 1) ((hh w aa n) 1))) +("zhirinovsky" nil (((zh ih) 1) ((r ax) 0) ((n aa f) 1) ((s k iy) 0))) +("zhivago" nil (((zh ih) 0) ((v aa) 1) ((g ow) 0))) +("zhivkov" nil (((zh ih v) 1) ((k aa v) 0))) +("zhiwei" nil (((jh uh) 1) ((w ey) 1))) +("zhiyun" nil (((jh uh) 1) ((y uw n) 1))) +("zhong" nil (((jh ow ng) 1))) +("zhongdian" nil (((jh ow ng) 1) ((d y ae n) 1))) +("zhonghua" nil (((jh ow ng) 1) ((hh w aa) 1))) +("zhongshan" nil (((jh ow ng) 1) ((sh aa n) 1))) +("zhongwei" nil (((jh ow ng) 1) ((w ey) 1))) +("zhou" nil (((jh ow) 1))) +("zhoukou" nil (((jh ow) 1) ((k ow) 1))) +("zhoukoudian" nil (((jh ow) 1) ((k ow) 1) ((d y ae n) 1))) +("zhoushan" nil (((jh ow) 1) ((sh aa n) 1))) +("zhouzhou" nil (((jh ow) 1) ((jh ow) 1))) +("zhouzhuang" nil (((jh ow) 1) ((jh w aa ng) 1))) +("zhu" nil (((jh uw) 1))) +("zhua" nil (((jh w aa) 1))) +("zhuai" nil (((jh w ay) 1))) +("zhuan" nil (((jh w aa n) 1))) +("zhuang" nil (((jh w aa ng) 1))) +("zhudao" nil (((jh uw) 1) ((d aw) 1))) +("zhuge" nil (((jh uw) 1) ((g ah) 0))) +("zhuhai" nil (((jh uw) 1) ((hh ay) 1))) +("zhui" nil (((jh w ey) 1))) +("zhumadian" nil (((jh uw) 1) ((m aa) 1) ((d y ae n) 1))) +("zhun" nil (((jh w uw n) 1))) +("zhuo" nil (((jh w ao) 1))) +("zhuzhou" nil (((jh uw) 1) ((jh ow) 1))) +("zi" nil (((d z uh) 0))) +("zia" nil (((z iy) 1) ((ax) 0))) +("ziad" nil (((z iy) 1) ((ax d) 0))) +("zibell" nil (((z ay) 1) ((b eh l) 0))) +("zibo" nil (((d z uh) 1) ((b w ao) 1))) +("ziccardi" nil (((z iy) 0) ((k aa r) 1) ((d iy) 0))) +("zich" nil (((z ih ch) 1))) +("zick" nil (((z ih k) 1))) +("zickefoose" nil (((z ih) 1) ((k ih) 0) ((f uw s) 0))) +("zico" nil (((z iy) 1) ((k ow) 0))) +("zidek" nil (((z ih) 1) ((d ih k) 0))) +("zieba" nil (((z iy) 1) ((b ax) 0))) +("ziebarth" nil (((z iy) 1) ((b aa r th) 0))) +("ziebell" nil (((z iy) 1) ((b eh l) 0))) +("zieg" nil (((z iy g) 1))) +("ziegenbein" nil (((z iy) 1) ((g ih n) 0) ((b ay n) 0))) +("ziegenfuss" nil (((z iy) 1) ((g ih n) 0) ((f ax s) 0))) +("ziegenhorn" nil (((z iy) 1) ((g ih n) 0) ((hh er n) 0))) +("zieger" nil (((z iy) 1) ((g er) 0))) +("ziegler" nil (((z iy) 1) ((g l er) 0))) +("ziehl" nil (((z iy l) 1))) +("ziehm" nil (((z iy m) 1))) +("ziel" nil (((z iy l) 1))) +("zielinski" nil (((z iy) 0) ((l ih n) 1) ((s k iy) 0))) +("zielke" nil (((z iy l k) 1))) +("zieman" nil (((z iy) 1) ((m ax n) 0))) +("ziemann" nil (((z iy) 1) ((m ax n) 0))) +("ziemba" nil (((z iy m) 1) ((b ax) 0))) +("ziemer" nil (((z iy) 1) ((m er) 0))) +("ziemian" nil (((z iy) 1) ((m iy) 0) ((ax n) 0))) +("ziemke" nil (((z iy m k) 1))) +("zientek" nil (((z iy n) 1) ((t ih k) 0))) +("zier" nil (((z ih r) 1))) +("zierke" nil (((z iy r k) 1))) +("ziesemer" nil (((z iy) 1) ((s iy) 0) ((m er) 0))) +("zieske" nil (((z iy s k) 1))) +("ziesmer" nil (((z iy) 1) ((s ax) 0) ((m er) 0))) +("zietlow" nil (((z iy t) 1) ((l ow) 0))) +("zietz" nil (((z iy t s) 1))) +("ziff" nil (((z ih f) 1))) +("zig" nil (((z ih g) 1))) +("ziggurat" nil (((z ih) 1) ((g er) 0) ((ae t) 1))) +("ziggurats" nil (((z ih) 1) ((g er) 0) ((ae t s) 1))) +("ziglar" nil (((z ih) 1) ((g l er) 0))) +("zigler" nil (((z ay) 1) ((g ax) 0) ((l er) 0))) +("zigman" nil (((z ih g) 1) ((m ax n) 0))) +("zigong" nil (((d z uh) 1) ((g ow ng) 1))) +("zigzag" nil (((z ih g) 1) ((z ae g) 0))) +("zigzagged" nil (((z ih g) 1) ((z ae g d) 0))) +("zigzagging" nil (((z ih g) 1) ((z ae) 0) ((g ih ng) 0))) +("zigzags" nil (((z ih g) 1) ((z ae g z) 0))) +("zihan" nil (((d z uh) 1) ((hh aa n) 1))) +("zijiang" nil (((d z uh) 1) ((jh y aa ng) 1))) +("zika" nil (((z ih) 1) ((k ax) 0))) +("zike" nil (((z ay k) 1))) +("zil" nil (((z ih l) 1))) +("zilber" nil (((z ih l) 1) ((b er) 0))) +("zilch" nil (((z ih l ch) 1))) +("zilka" nil (((z ih l) 1) ((k ax) 0))) +("zilkha" nil (((z ih l k) 1) ((hh ax) 0))) +("zill" nil (((z ih l) 1))) +("zilla" nil (((z ih) 1) ((l ax) 0))) +("zillah" nil (((z ih) 1) ((l ax) 0))) +("ziller" nil (((z ih) 1) ((l er) 0))) +("zillion" nil (((z ih) 1) ((l y ax n) 0))) +("zillions" nil (((z ih) 1) ((l y ax n z) 0))) +("zillmer" nil (((z ih l) 1) ((m er) 0))) +("zilvia" nil (((z ih l) 1) ((v iy) 0) ((ax) 0))) +("zim" nil (((z ih m) 1))) +("zima" nil (((z iy) 1) ((m ax) 0))) +("zimbabwe" nil (((z ih m) 0) ((b aa) 1) ((b w ey) 0))) +("zimbabwean" nil (((z ih m) 0) ((b aa) 1) ((b w iy) 0) ((ax n) 0))) +("zimbalist" nil (((z ih m) 1) ((b ax) 0) ((l ih s t) 0))) +("zimbelman" nil (((z ih m) 1) ((b ax l) 0) ((m ax n) 0))) +("zimdars" nil (((z ih m) 1) ((d er z) 0))) +("zimerman" nil (((z ay) 1) ((m er) 0) ((m ax n) 0))) +("zimmer" nil (((z ih) 1) ((m er) 0))) +("zimmerer" nil (((z ih) 1) ((m er) 0) ((er) 0))) +("zimmerle" nil (((z ih) 1) ((m er) 0) ((ax l) 0))) +("zimmerly" nil (((z ih) 1) ((m er) 0) ((l iy) 0))) +("zimmerman" nil (((z ih) 1) ((m er) 0) ((m ax n) 0))) +("zimmermann" nil (((z ih) 1) ((m er) 0) ((m ax n) 0))) +("zimmers" nil (((z ih) 1) ((m er z) 0))) +("zimny" nil (((z ih m) 1) ((n iy) 0))) +("zimpfer" nil (((z ih m p) 1) ((f er) 0))) +("zinc" nil (((z ih ng k) 1))) +("zinck" nil (((z ih ng k) 1))) +("zinda" nil (((z ih n) 1) ((d ax) 0))) +("zinder" nil (((z ih n) 1) ((d er) 0))) +("zinfandel" nil (((z ih n) 1) ((f ax n) 0) ((d eh l) 1))) +("zing" nil (((z ih ng) 1))) +("zingale" nil (((z ih ng) 0) ((g aa) 1) ((l iy) 0))) +("zingaro" nil (((z ih ng) 0) ((g aa) 1) ((r ow) 0))) +("zinger" nil (((z ih ng) 1) ((er) 0))) +("zingg" nil (((z ih ng g) 1))) +("zingler" nil (((z ih ng) 1) ((g ax) 0) ((l er) 0))) +("zinia" nil (((z iy) 1) ((n iy) 0) ((ax) 0))) +("zink" nil (((z ih ng k) 1))) +("zinke" nil (((z ih ng k) 1))) +("zinman" nil (((z ih n) 1) ((m ax n) 0))) +("zinn" nil (((z ih n) 1))) +("zinner" nil (((z ih) 1) ((n er) 0))) +("zinni" nil (((z ih) 1) ((n iy) 0))) +("zinnia" nil (((z ih) 1) ((n iy) 0) ((ax) 0))) +("zinnias" nil (((z ih) 1) ((n iy) 0) ((ax z) 0))) +("zinno" nil (((z ih) 1) ((n ow) 0))) +("zins" nil (((z ih n z) 1))) +("zinser" nil (((z ih n) 1) ((s er) 0))) +("zinsmeister" nil (((z ih n) 1) ((s m ay) 0) ((s t er) 0))) +("zinter" nil (((z ih n) 1) ((t er) 0))) +("ziobro" nil (((z iy) 0) ((ow) 1) ((b r ow) 0))) +("ziolkowski" nil (((z iy) 0) ((ow l) 0) ((k ao f) 1) ((s k iy) 0))) +("ziomek" nil (((z iy) 0) ((ow) 1) ((m eh k) 0))) +("zion" nil (((z ay) 1) ((ax n) 0))) +("zionism" nil (((z ay) 1) ((ax) 0) ((n ih) 1) ((z ax m) 0))) +("zionist" nil (((z ay) 1) ((ax) 0) ((n ih s t) 0))) +("zionists" nil (((z ay) 1) ((ax) 0) ((n ih s t s) 0))) +("zions" nil (((z ay) 1) ((ax n z) 0))) +("zip" nil (((z ih p) 1))) +("zipf" nil (((z ih p f) 1))) +("zipfel" nil (((z ih p) 1) ((f ax l) 0))) +("zipkin" nil (((z ih p) 1) ((k ih n) 0))) +("zipless" nil (((z ih) 1) ((p l ax s) 0))) +("zipp" nil (((z ih p) 1))) +("zipped" nil (((z ih p t) 1))) +("zipper" nil (((z ih) 1) ((p er) 0))) +("zippered" nil (((z ih) 1) ((p er d) 0))) +("zipperer" nil (((z ih) 1) ((p er) 0) ((er) 0))) +("zippering" nil (((z ih) 1) ((p er) 0) ((ih ng) 0))) +("zippers" nil (((z ih) 1) ((p er z) 0))) +("zipping" nil (((z ih) 1) ((p ih ng) 0))) +("zippo" nil (((z ih) 1) ((p ow) 0))) +("zippora" nil (((z iy) 0) ((p ao) 1) ((r ax) 0))) +("zippy" nil (((z ih) 1) ((p iy) 0))) +("zirbel" nil (((z er) 1) ((b ax l) 0))) +("zirbes" nil (((z er b z) 1))) +("zircon" nil (((z er) 1) ((k ax n) 0))) +("zirconium" nil (((z er) 0) ((k ow) 1) ((n iy) 0) ((ax m) 0))) +("zirconiums" nil (((z er) 0) ((k ow) 1) ((n iy) 0) ((ax m z) 0))) +("zircons" nil (((z er) 1) ((k aa n z) 0))) +("zirk" nil (((z er k) 1))) +("zirkel" nil (((z er) 1) ((k ax l) 0))) +("zirkelbach" nil (((z er) 1) ((k ih l) 0) ((b aa k) 0))) +("zirkle" nil (((z er) 1) ((k ax l) 0))) +("zisa" nil (((z ay) 1) ((s ax) 0))) +("zises" nil (((z ay) 1) ((z ih z) 0))) +("zisk" nil (((z ih s k) 1))) +("ziska" nil (((z ih) 1) ((s k ax) 0))) +("zisson" nil (((z ih) 1) ((s ax n) 0))) +("zita" nil (((z iy) 1) ((t ax) 0))) +("zitek" nil (((z ih) 1) ((t ih k) 0))) +("zither" nil (((z ih) 1) ((dh er) 0))) +("zithers" nil (((z ih) 1) ((dh er z) 0))) +("zito" nil (((z iy) 1) ((t ow) 0))) +("zittel" nil (((z ih) 1) ((t ax l) 0))) +("ziv" nil (((z ih v) 1))) +("ziyad" nil (((z iy) 1) ((ae d) 0))) +("ziyang" nil (((d z uh) 1) ((y aa ng) 1))) +("ziyi" nil (((d z uh) 1) ((y iy) 1))) +("zizzo" nil (((z ih) 1) ((z ow) 0))) +("zlata" nil (((z l aa) 1) ((t ah) 1))) +("zlogar" nil (((z l ow) 1) ((g er) 0))) +("zlotnick" nil (((z l aa t) 1) ((n ih k) 0))) +("zloty" nil (((z l ao) 1) ((t iy) 0))) +("zlotys" nil (((z l ao) 1) ((t iy z) 0))) +("zmijewski" nil (((z) 0) ((m iy) 0) ((uw) 1) ((s k iy) 0))) +("zobel" nil (((z ow) 1) ((b ax l) 0))) +("zobrist" nil (((z aa) 1) ((b r ih s t) 0))) +("zoch" nil (((z aa k) 1))) +("zocor" nil (((z ow) 1) ((k er) 0))) +("zodiac" nil (((z ow) 1) ((d iy) 0) ((ae k) 1))) +("zody" nil (((z ow) 1) ((d iy) 0))) +("zoe" nil (((z ow) 1) ((iy) 0))) +("zoeller" nil (((z ow) 1) ((l er) 0))) +("zoellick" nil (((z ow) 1) ((l ih k) 0))) +("zoellner" nil (((z ow l) 1) ((n er) 0))) +("zoete" nil (((z ow) 1) ((t iy) 0))) +("zofran" nil (((z ow) 1) ((f r ae n) 1))) +("zogg" nil (((z aa g) 1))) +("zoghby" nil (((z ow) 1) ((b iy) 0))) +("zola" nil (((z ow) 1) ((l ax) 0))) +("zoll" nil (((z aa l) 1))) +("zollars" nil (((z aa) 1) ((l er z) 0))) +("zoller" nil (((z aa) 1) ((l er) 0))) +("zollinger" nil (((z aa) 1) ((l ih ng) 0) ((er) 0))) +("zollman" nil (((z aa l) 1) ((m ax n) 0))) +("zollner" nil (((z aa l) 1) ((n er) 0))) +("zollo" nil (((z aa) 1) ((l ow) 0))) +("zolman" nil (((z aa l) 1) ((m ax n) 0))) +("zoloft" nil (((z aa) 1) ((l aa f t) 0))) +("zolp" nil (((z ow l p) 1))) +("zoltan" nil (((z ow l) 1) ((t ax n) 0))) +("zombie" nil (((z aa m) 1) ((b iy) 0))) +("zombies" nil (((z aa m) 1) ((b iy z) 0))) +("zon" nil (((z ao n) 1))) +("zona" nil (((z ow) 1) ((n ax) 0))) +("zondervan" nil (((z aa n) 1) ((d er) 0) ((v ae n) 0))) +("zone" nil (((z ow n) 1))) +("zoned" nil (((z ow n d) 1))) +("zones" nil (((z ow n z) 1))) +("zong" nil (((d z ow ng) 1))) +("zongzi" nil (((d z ow ng) 1) ((d z uh) 1))) +("zoning" nil (((z ow) 1) ((n ih ng) 0))) +("zoo" nil (((z uw) 1))) +("zook" nil (((z uh k) 1))) +("zoological" nil (((z uw) 1) ((l aa) 1) ((jh ih) 0) ((k ax l) 0))) +("zoologist" nil (((z ow) 0) ((aa) 1) ((l ax) 0) ((jh ax s t) 0))) +("zoology" nil (((z ow) 0) ((aa) 1) ((l ax) 0) ((jh iy) 0))) +("zoom" nil (((z uw m) 1))) +("zoomed" nil (((z uw m d) 1))) +("zooming" nil (((z uw) 1) ((m ih ng) 0))) +("zooms" nil (((z uw m z) 1))) +("zoos" nil (((z uw z) 1))) +("zopfi" nil (((z ow p) 1) ((f iy) 0))) +("zora" nil (((z ao) 1) ((r ax) 0))) +("zorah" nil (((z ao) 1) ((r ax) 0))) +("zoran" nil (((z ao) 1) ((r ax n) 0))) +("zorana" nil (((z ao) 0) ((r ae) 1) ((n ax) 0))) +("zorich" nil (((z ao) 1) ((r ih k) 0))) +("zorina" nil (((z ao) 0) ((r iy) 1) ((n ax) 0))) +("zorine" nil (((z ao) 0) ((r iy) 1) ((n iy) 0))) +("zorinsky" nil (((z ao) 0) ((r ih n) 1) ((s k iy) 0))) +("zorn" nil (((z ao r n) 1))) +("zornes" nil (((z ao r n z) 1))) +("zornow" nil (((z ao r) 1) ((n aw) 0))) +("zortman" nil (((z ao r t) 1) ((m ax n) 0))) +("zorzi" nil (((z ao r) 1) ((z iy) 0))) +("zosen" nil (((z ow) 1) ((z ax n) 0))) +("zoss" nil (((z ao s) 1))) +("zoster" nil (((z aa) 1) ((s t er) 0))) +("zotos" nil (((z ow) 1) ((t ow z) 0))) +("zotter" nil (((z aa) 1) ((t er) 0))) +("zou" nil (((d z ow) 1))) +("zoucha" nil (((z uw) 1) ((hh ax) 0))) +("zovirax" nil (((z ow) 1) ((v ih) 0) ((r ae k s) 0))) +("zsa" nil (((zh aa) 1))) +("zsazsa" nil (((zh aa) 1) ((zh aa) 1))) +("zschau" nil (((zh aw) 1))) +("zu" nil (((d z uw) 1))) +("zuan" nil (((d z w aa n) 1))) +("zuba" nil (((z uw) 1) ((b ax) 0))) +("zube" nil (((z uw b) 1))) +("zuber" nil (((z uw) 1) ((b er) 0))) +("zubia" nil (((z uw) 1) ((b iy) 0) ((ax) 0))) +("zubillaga" nil (((z uw) 1) ((b ih) 0) ((l aa) 1) ((g ax) 0))) +("zubin" nil (((d z uw) 1) ((b iy n) 1))) +("zuboff" nil (((z uw) 1) ((b ao f) 0))) +("zubrod" nil (((z ah) 1) ((b r ax d) 0))) +("zuccarelli" nil (((z uw) 0) ((k er) 0) ((eh) 1) ((l iy) 0))) +("zuccaro" nil (((z uw) 0) ((k aa) 1) ((r ow) 0))) +("zucchini" nil (((z uw) 0) ((k iy) 1) ((n iy) 0))) +("zucco" nil (((z uw) 1) ((k ow) 0))) +("zuch" nil (((z ah ch) 1))) +("zuchowski" nil (((z ax) 0) ((hh ao f) 1) ((s k iy) 0))) +("zuck" nil (((z ah k) 1))) +("zucker" nil (((z ah) 1) ((k er) 0))) +("zuckerman" nil (((z ah) 1) ((k er) 0) ((m ax n) 0))) +("zue" nil (((z uw) 1))) +("zuege" nil (((z uw jh) 1))) +("zuehlke" nil (((z uh l k) 1))) +("zuelke" nil (((z uw l k) 1))) +("zuercher" nil (((z uh r) 1) ((k er) 0))) +("zufall" nil (((z uw) 1) ((f ax l) 0))) +("zufelt" nil (((z ah) 1) ((f ih l t) 0))) +("zug" nil (((z ah g) 1))) +("zuhlke" nil (((z uw l k) 1))) +("zui" nil (((d z w ey) 1))) +("zuidema" nil (((z uw) 0) ((ih) 0) ((d eh) 1) ((m ax) 0))) +("zuk" nil (((z ah k) 1))) +("zukas" nil (((z uw) 1) ((k ax z) 0))) +("zuker" nil (((z uw) 1) ((k er) 0))) +("zukerman" nil (((z uw) 1) ((k er) 0) ((m ax n) 0))) +("zukin" nil (((z uw) 1) ((k ih n) 0))) +("zukowski" nil (((z ax) 0) ((k ao f) 1) ((s k iy) 0))) +("zulauf" nil (((z uw) 1) ((l aw f) 0))) +("zuleger" nil (((z uw) 1) ((l ih) 0) ((g er) 0))) +("zulfikar" nil (((z ah l) 1) ((f ih) 0) ((k aa r) 1))) +("zulli" nil (((z uw) 1) ((l iy) 0))) +("zullo" nil (((z uw) 1) ((l ow) 0))) +("zulu" nil (((z uw) 1) ((l uw) 1))) +("zuluaga" nil (((z uw) 1) ((l uw) 0) ((aa) 1) ((g ax) 0))) +("zulus" nil (((z uw) 1) ((l uw z) 0))) +("zumbro" nil (((z ah m) 1) ((b r ow) 0))) +("zumbrun" nil (((z ah m) 1) ((b r ax n) 0))) +("zumel" nil (((z uw) 1) ((m eh l) 1))) +("zummo" nil (((z uw) 1) ((m ow) 0))) +("zumpano" nil (((z uw m) 0) ((p aa) 1) ((n ow) 0))) +("zumstein" nil (((z ah m) 1) ((s t iy n) 1))) +("zumwalt" nil (((z ah m) 1) ((w ax l t) 0))) +("zun" nil (((d z uw n) 1))) +("zundel" nil (((z ah n) 1) ((d ax l) 0))) +("zunhua" nil (((d z uw n) 1) ((hh w aa) 1))) +("zuniga" nil (((z uw) 0) ((n iy) 1) ((g ax) 0))) +("zunino" nil (((z uw) 0) ((n iy) 1) ((n ow) 0))) +("zunker" nil (((z ah ng) 1) ((k er) 0))) +("zunyi" nil (((d z uw n) 1) ((y iy) 1))) +("zuo" nil (((d z w ao) 1))) +("zupan" nil (((z uw) 1) ((p ax n) 0))) +("zupancic" nil (((z ax) 0) ((p ae ng) 1) ((k ih k) 0))) +("zupko" nil (((z ah p) 1) ((k ow) 0))) +("zurawski" nil (((z er) 0) ((aa f) 1) ((s k iy) 0))) +("zurcher" nil (((z er) 1) ((k er) 0))) +("zurek" nil (((z uh) 1) ((r eh k) 0))) +("zurfluh" nil (((z er) 1) ((f l uw) 0))) +("zurich" nil (((z uh) 1) ((r ih k) 0))) +("zurita" nil (((z er) 0) ((ay) 1) ((t ax) 0))) +("zurkuhlen" nil (((z er) 0) ((k y uw) 1) ((l ax n) 0))) +("zurn" nil (((z er n) 1))) +("zurowski" nil (((z er) 0) ((ao f) 1) ((s k iy) 0))) +("zuver" nil (((z uw) 1) ((v er) 0))) +("zuying" nil (((d z uw) 1) ((y iy ng) 1))) +("zuzu" nil (((d z uw) 1) ((d z uw) 1))) +("zwack" nil (((z w ao k) 1))) +("zwahlen" nil (((z w aa) 1) ((l ax n) 0))) +("zwart" nil (((z w ao r t) 1))) +("zweber" nil (((z w iy) 1) ((b er) 0))) +("zweibel" nil (((z w ay) 1) ((b ax l) 0))) +("zweifel" nil (((z w ay) 1) ((f ax l) 0))) +("zweig" nil (((z w ay g) 1))) +("zwerdling" nil (((z w er d) 1) ((l ih ng) 0))) +("zwetchkenbaum" nil (((z w eh ch) 1) ((k ax n) 0) ((b aa m) 0))) +("zwick" nil (((z w ih k) 1))) +("zwicker" nil (((z w ih) 1) ((k er) 0))) +("zwicky" nil (((z w ih) 1) ((k iy) 0))) +("zwiebel" nil (((z w iy) 1) ((b ax l) 0))) +("zwiefelhofer" nil (((z w iy) 1) ((f ax l) 0) ((hh aa) 1) ((f er) 0))) +("zwieg" nil (((z w iy g) 1))) +("zwilling" nil (((z w ih) 1) ((l ih ng) 0))) +("zwolinski" nil (((z) 0) ((v ax) 0) ((l ih n) 1) ((s k iy) 0))) +("zycad" nil (((z ih) 1) ((k ae d) 1))) +("zych" nil (((z ay ch) 1))) +("zycher" nil (((z ih) 1) ((k er) 0))) +("zydeco" nil (((z ay) 1) ((d eh) 1) ((k ow) 1))) +("zygmunt" nil (((z ih g) 1) ((m ax n t) 0))) +("zygote" nil (((z ay) 1) ((g ow t) 0))) +("zyla" nil (((z ih) 1) ((l ax) 0))) +("zylka" nil (((z ih l) 1) ((k ax) 0))) +("zylstra" nil (((z ih l) 1) ((s t r ax) 0))) +("zyman" nil (((z ay) 1) ((m ax n) 0))) +("zynda" nil (((z ih n) 1) ((d ax) 0))) +("zysk" nil (((z ay s k) 1))) +("zyskowski" nil (((z ih) 0) ((s k ao f) 1) ((s k iy) 0))) +("zywicki" nil (((z ih) 0) ((w ih) 1) ((k iy) 0))) +("zzzz" nil (((z iy z) 1))) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict-0.4.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict-0.4.scm new file mode 100644 index 0000000000000000000000000000000000000000..33da97dd49d142e5a93e8359e4e8723e0f089b0f --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict-0.4.scm @@ -0,0 +1,105416 @@ + +;; CMUDICT-0.4 Converted to Festival lexicon format +;; ## date: 11-8-95 +;; ## +;; ## the carnegie mellon pronouncing dictionary [cmudict.0.4] is copyright 1995 +;; ## by carnegie mellon university. use of this dictionary, for any research or +;; ## commercial purpose, is completely unrestricted. if you make use of or +;; ## redistribute this material, we would appreciate acknowlegement of its +;; ## origin. +;; ## +;; ## cmudict.0.4 is the fourth release of cmudict, first released as cmudict.0.1 +;; ## in september of 1993. +;; ## +;; ## see the readme in this directory before you use this dictionary. +;; ## +;; ## i would like to thank bill huggins at bbn; bill fisher at nist; alex +;; ## hauptmann, alex rudnicky, jack mostow, lin chase, roni rosenfeld, and +;; ## matthew siegler at cmu; doug paul at mit lincoln labs; ben serridge at +;; ## mit sls; murray spiegel at bellcore; tony robinson at cambridge uk; +;; ## david bowness of cae electronics ltd. and crim; stephen hocking; jerry +;; ## quinn at bnr canada, and marshal midden for bringing to my attention +;; ## problems and inadequacies with the first three releases. i hope i have +;; ## addressed most of the problems they uncovered. +;; ## +;; ## i welcome input from users and will continue to acknowledge such input +;; ## in subsequent releases. if i failed to acknowledge your input in this +;; ## release, please remind me and i will update these comments. if i failed to +;; ## fix things that you brought to my attention, please remind me and have +;; ## patience. if i actually fixed things that you brought to my attention and +;; ## you appreciate it, i wouldn't mind a pat on the back. +;; ## +;; ## this version differs from previous releases of cmudict most significantly +;; ## in the addition of new words from the common arpa tasks for 1995. +;; ## +;; ## there are undoubtedly still errors and inconsistencies in this dictionary +;; ## so keep your eyes open for problems and mail them to me. +;; ## +;; ## i hope this dictionary is an improvement over cmudict.0.3. +;; ## +;; ## bob weide (weide@cs.cmu.edu) +;; ## +("a" dt (ax)) +("a" n (ey1)) +("aaa" nil (t r ih1 p ax l ey1)) +("aaberg" nil (aa1 b er0 g)) +("aachen" nil (aa1 k ax n)) +("aaker" nil (aa1 k er0)) +("aalseth" nil (aa1 l s eh0 th)) +("aamodt" nil (aa1 m ax t)) +("aancor" nil (aa1 n k ao1 r)) +("aardema" nil (aa0 r d eh1 m ax)) +("aardvark" nil (aa1 r d v aa1 r k)) +("aaron" nil (eh1 r ax n)) +("aarons" nil (eh1 r ax n z)) +("aaronson" nil (aa1 r ax n s ax n)) +("aase" nil (aa1 s)) +("aasen" nil (aa1 s ax n)) +("ababa" nil (ax b aa1 b ax)) +("abacha" nil (ae1 b ax k ax)) +("aback" nil (ax b ae1 k)) +("abaco" nil (ae1 b ax k ow1)) +("abacus" nil (ae1 b ax k ax s)) +("abad" nil (ax b aa1 d)) +("abadie" nil (ax b ae1 d iy0)) +("abair" nil (ax b eh1 r)) +("abalkin" nil (ax b aa1 l k ih0 n)) +("abalone" nil (ae1 b ax l ow1 n iy0)) +("abalos" nil (aa0 b aa1 l ow0 z)) +("abandon" nil (ax b ae1 n d ax n)) +("abandoned" nil (ax b ae1 n d ax n d)) +("abandoning" nil (ax b ae1 n d ax n ih0 ng)) +("abandonment" nil (ax b ae1 n d ax n m ax n t)) +("abandonments" nil (ax b ae1 n d ax n m ax n t s)) +("abandons" nil (ax b ae1 n d ax n z)) +("abanto" nil (ax b ae1 n t ow0)) +("abarca" nil (ax b aa1 r k ax)) +("abare" nil (aa0 b aa1 r iy0)) +("abascal" nil (ae1 b ax s k ax l)) +("abashed" nil (ax b ae1 sh t)) +("abate" nil (ax b ey1 t)) +("abated" nil (ax b ey1 t ih0 d)) +("abatement" nil (ax b ey1 t m ax n t)) +("abatements" nil (ax b ey1 t m ax n t s)) +("abates" nil (ax b ey1 t s)) +("abating" nil (ax b ey1 t ih0 ng)) +("abba" nil (ae1 b ax)) +("abbado" nil (ax b aa1 d ow0)) +("abbas" nil (ax b aa1 s)) +("abbasi" nil (aa0 b aa1 s iy0)) +("abbate" nil (aa1 b ey0 t)) +("abbatiello" nil (aa0 b aa0 t iy0 eh1 l ow0)) +("abbe" nil (ae1 b iy0)) +("abbenhaus" nil (ae1 b ax n hh aw1 s)) +("abbett" nil (ax b eh1 t)) +("abbey" nil (ae1 b iy0)) +("abbie" nil (ae1 b iy0)) +("abbitt" nil (ae1 b ih0 t)) +("abbot" nil (ae1 b ax t)) +("abbott" nil (ae1 b ax t)) +("abboud" nil (ax b uw1 d)) +("abbreviate" nil (ax b r iy1 v iy0 ey1 t)) +("abbreviated" nil (ax b r iy1 v iy0 ey1 t ax d)) +("abbreviation" nil (ax b r iy1 v iy0 ey1 sh ax n)) +("abbreviations" nil (ax b r iy1 v iy0 ey1 sh ax n z)) +("abbruzzese" nil (aa0 b r uw0 t s ey1 z iy0)) +("abbs" nil (ae1 b z)) +("abby" nil (ae1 b iy0)) +("abco" nil (ae1 b k ow0)) +("abcotek" nil (ae1 b k ow0 t eh1 k)) +("abdalla" nil (ae1 b d ae1 l ax)) +("abdallah" nil (ae1 b d ae1 l ax)) +("abdel" nil (ae1 b d eh1 l)) +("abdella" nil (ae1 b d eh1 l ax)) +("abdicate" nil (ae1 b d ax k ey1 t)) +("abdicated" nil (ae1 b d ax k ey1 t ax d)) +("abdicating" nil (ae1 b d ih0 k ey1 t ih0 ng)) +("abdication" nil (ae1 b d ih0 k ey1 sh ax n)) +("abdnor" nil (ae1 b d n er0)) +("abdo" nil (ae1 b d ow0)) +("abdollah" nil (ae1 b d aa1 l ax)) +("abdomen" nil (ae0 b d ow1 m ax n)) +("abdominal" nil (ae0 b d aa1 m ax n ax l)) +("abducted" nil (ae0 b d ah1 k t ih0 d)) +("abducting" nil (ax b d ah1 k t ih0 ng)) +("abduction" nil (ae0 b d ah1 k sh ax n)) +("abductions" nil (ae0 b d ah1 k sh ax n z)) +("abductor" nil (ax b d ah1 k t er0)) +("abductors" nil (ax b d ah1 k t er0 z)) +("abdul" nil (ae0 b d uw1 l)) +("abdulaziz" nil (ae0 b d uw1 l ax z iy1 z)) +("abdulla" nil (aa0 b d uw1 l ax)) +("abdullah" nil (ae1 b d ah1 l ax)) +("abe" nil (ey1 b)) +("abed" nil (ax b eh1 d)) +("abedi" nil (ax b eh1 d iy0)) +("abee" nil (ax b iy1)) +("abel" nil (ey1 b ax l)) +("abela" nil (aa0 b eh1 l ax)) +("abelard" nil (ae1 b ih0 l er0 d)) +("abele" nil (ax b iy1 l)) +("abeles" nil (ax b iy1 l z)) +("abell" nil (ey1 b ax l)) +("abella" nil (ax b eh1 l ax)) +("abeln" nil (ae1 b ih0 l n)) +("abelow" nil (ae1 b ax l ow0)) +("abels" nil (ey1 b ax l z)) +("abelson" nil (ae1 b ih0 l s ax n)) +("abend" nil (ae1 b eh0 n d)) +("abendroth" nil (ae1 b ih0 n d r ao0 th)) +("aber" nil (ey1 b er0)) +("abercrombie" nil (ae1 b er0 k r aa1 m b iy0)) +("aberdeen" nil (ae1 b er0 d iy1 n)) +("aberford" nil (ey1 b er0 f er0 d)) +("aberg" nil (ae1 b er0 g)) +("aberle" nil (ae1 b er0 ax l)) +("abermin" nil (ae1 b er0 m ih0 n)) +("abernathy" nil (ae1 b er0 n ae1 th iy0)) +("abernethy" nil (ae1 b er0 n eh1 th iy0)) +("aberrant" nil (ae0 b eh1 r ax n t)) +("aberration" nil (ae1 b er0 ey1 sh ax n)) +("aberrations" nil (ae1 b er0 ey1 sh ax n z)) +("abert" nil (ae1 b er0 t)) +("abet" nil (ax b eh1 t)) +("abetted" nil (ax b eh1 t ih0 d)) +("abetting" nil (ax b eh1 t ih0 ng)) +("abex" nil (ey1 b eh0 k s)) +("abeyance" nil (ax b ey1 ax n s)) +("abeyta" nil (aa0 b ey1 t ax)) +("abhor" nil (ae0 b hh ao1 r)) +("abhorred" nil (ax b hh ao1 r d)) +("abhorrence" nil (ax b hh ao1 r ax n s)) +("abhorrent" nil (ae0 b hh ao1 r ax n t)) +("abhors" nil (ax b hh ao1 r z)) +("abid" nil (ey1 b ih0 d)) +("abide" nil (ax b ay1 d)) +("abided" nil (ax b ay1 d ih0 d)) +("abides" nil (ax b ay1 d z)) +("abiding" nil (ax b ay1 d ih0 ng)) +("abie" nil (ae1 b iy0)) +("abigail" nil (ae1 b ax g ey1 l)) +("abila" nil (aa0 b iy1 l ax)) +("abilene" nil (ae1 b ih0 l iy1 n)) +("abilities" nil (ax b ih1 l ax t iy0 z)) +("ability" nil (ax b ih1 l ax t iy0)) +("abington" nil (ae1 b ih0 ng t ax n)) +("abio" nil (aa1 b iy0 ow0)) +("abiola" nil (aa1 b iy0 ow1 l ax)) +("abiomed" nil (ey0 b iy1 ax m eh0 d)) +("abitibi" nil (ae1 b ih0 t iy1 b iy0)) +("abitz" nil (ae1 b ih0 t s)) +("abject" v (ae0 b jh eh1 k t)) +("abject" n (ae1 b jh eh0 k t)) +("ablaze" nil (ax b l ey1 z)) +("able" nil (ey1 b ax l)) +("abler" nil (ey1 b ax l er0)) +("ables" nil (ey1 b ax l z)) +("ablest" nil (ey1 b ax l s t)) +("abloom" nil (ax b l uw1 m)) +("ably" nil (ey1 b l iy0)) +("abner" nil (ae1 b n er0)) +("abney" nil (ae1 b n iy0)) +("abnormal" nil (ae0 b n ao1 r m ax l)) +("abnormalities" nil (ae1 b n ao0 r m ae1 l ax t iy0 z)) +("abnormality" nil (ae1 b n ao0 r m ae1 l ax t iy0)) +("abnormally" nil (ae0 b n ao1 r m ax l iy0)) +("abo" nil (aa1 b ow0)) +("aboard" nil (ax b ao1 r d)) +("abode" nil (ax b ow1 d)) +("abolish" nil (ax b aa1 l ih0 sh)) +("abolished" nil (ax b aa1 l ih0 sh t)) +("abolishes" nil (ax b aa1 l ih0 sh ih0 z)) +("abolishing" nil (ax b aa1 l ih0 sh ih0 ng)) +("abolition" nil (ae1 b ax l ih1 sh ax n)) +("abolitionism" nil (ae1 b ax l ih1 sh ax n ih1 z ax m)) +("abolitionist" nil (ae1 b ax l ih1 sh ax n ax s t)) +("abolitionists" nil (ae1 b ax l ih1 sh ax n ax s t s)) +("abominable" nil (ax b aa1 m ax n ax b ax l)) +("abomination" nil (ax b aa1 m ax n ey1 sh ax n)) +("abood" nil (ax b uw1 d)) +("aboodi" nil (ax b uw1 d iy0)) +("aboriginal" nil (ae1 b er0 ih1 jh ax n ax l)) +("aborigine" nil (ae1 b er0 ih1 jh ax n iy0)) +("aborigines" nil (ae1 b er0 ih1 jh ax n iy0 z)) +("abort" nil (ax b ao1 r t)) +("aborted" nil (ax b ao1 r t ax d)) +("abortifacients" nil (ax b ao1 r t ax f ey1 sh ax n t s)) +("aborting" nil (ax b ao1 r t ih0 ng)) +("abortion" nil (ax b ao1 r sh ax n)) +("abortionist" nil (ax b ao1 r sh ax n ih0 s t)) +("abortionists" nil (ax b ao1 r sh ax n ih0 s t s)) +("abortions" nil (ax b ao1 r sh ax n z)) +("abortive" nil (ax b ao1 r t ih0 v)) +("abott" nil (ax b aa1 t)) +("aboud" nil (aa0 b uw1 d)) +("abouhalima" nil (aa1 b uw0 hh aa0 l iy1 m ax)) +("abound" nil (ax b aw1 n d)) +("abounded" nil (ax b aw1 n d ax d)) +("abounding" nil (ax b aw1 n d ih0 ng)) +("abounds" nil (ax b aw1 n d z)) +("about" nil (ax b aw1 t)) +("above" nil (ax b ah1 v)) +("aboveboard" nil (ax b ah1 v b ao1 r d)) +("abplanalp" nil (ae1 b p l ax n ae0 l p)) +("abra" nil (aa1 b r ax)) +("abracadabra" nil (ae1 b r ax k ax d ae1 b r ax)) +("abraham" nil (ey1 b r ax hh ae1 m)) +("abrahamian" nil (ae1 b r ax hh ey1 m iy0 ax n)) +("abrahams" nil (ey1 b r ax hh ae1 m z)) +("abrahamsen" nil (ae0 b r ax hh ae1 m s ax n)) +("abrahamson" nil (ax b r ae1 hh ax m s ax n)) +("abram" nil (ax b r ae1 m)) +("abramczyk" nil (aa1 b r ax m ch ih0 k)) +("abramo" nil (aa0 b r aa1 m ow0)) +("abramovitz" nil (ax b r aa1 m ax v ih0 t s)) +("abramowicz" nil (ax b r aa1 m ax v ih0 ch)) +("abramowitz" nil (ax b r aa1 m ax w ih0 t s)) +("abrams" nil (ey1 b r ax m z)) +("abramson" nil (ey1 b r ax m s ax n)) +("abrasion" nil (ax b r ey1 zh ax n)) +("abrasive" nil (ax b r ey1 s ih0 v)) +("abrasives" nil (ax b r ey1 s ih0 v z)) +("abreast" nil (ax b r eh1 s t)) +("abrego" nil (aa0 b r eh1 g ow0)) +("abreu" nil (ax b r uw1)) +("abridged" nil (ax b r ih1 jh d)) +("abril" nil (ax b r ih1 l)) +("abroad" nil (ax b r ao1 d)) +("abrogate" nil (ae1 b r ax g ey1 t)) +("abrogated" nil (ae1 b r ax g ey1 t ih0 d)) +("abrogating" nil (ae1 b r ax g ey1 t ih0 ng)) +("abrogation" nil (ae1 b r ax g ey1 sh ax n)) +("abron" nil (ax b r aa1 n)) +("abrupt" nil (ax b r ah1 p t)) +("abruptly" nil (ax b r ah1 p t l iy0)) +("abruptness" nil (ax b r ah1 p t n ax s)) +("abrutyn" nil (ey1 b r uw0 t ih0 n)) +("abruzzese" nil (aa0 b r uw0 t s ey1 z iy0)) +("abruzzo" nil (aa0 b r uw1 z ow0)) +("absalom" nil (ae1 b s ax l ax m)) +("abscam" nil (ae1 b s k ae0 m)) +("abscess" nil (ae1 b s eh1 s)) +("absence" nil (ae1 b s ax n s)) +("absences" nil (ae1 b s ax n s ax z)) +("absent" j (ae1 b s ax n t)) +("absent" v (ax0 b s eh1 n t)) +("absentee" nil (ae1 b s ax n t iy1)) +("absenteeism" nil (ae1 b s ax n t iy1 ih0 z ax m)) +("absentees" nil (ae1 b s ax n t iy1 z)) +("absentia" nil (ae0 b s eh1 n sh ax)) +("absher" nil (ae1 b sh er0)) +("abshier" nil (ae1 b sh iy0 er0)) +("abshire" nil (ae1 b sh ay1 r)) +("absolom" nil (ae1 b s ax l ax m)) +("absolut" nil (ae1 b s ax l uw1 t)) +("absolute" nil (ae1 b s ax l uw1 t)) +("absolutely" nil (ae1 b s ax l uw1 t l iy0)) +("absoluteness" nil (ae1 b s ax l uw1 t n ax s)) +("absolution" nil (ae1 b s ax l uw1 sh ax n)) +("absolutism" nil (ae1 b s ax l uw1 t ih1 z ax m)) +("absolve" nil (ax b z aa1 l v)) +("absolved" nil (ax b z aa1 l v d)) +("absolves" nil (ax b z aa1 l v z)) +("absolving" nil (ax b z aa1 l v ih0 ng)) +("absorb" nil (ax b z ao1 r b)) +("absorbed" nil (ax b z ao1 r b d)) +("absorbency" nil (ax b z ao1 r b ax n s iy0)) +("absorbent" nil (ax b z ao1 r b ax n t)) +("absorber" nil (ax b z ao1 r b er0)) +("absorbers" nil (ax b z ao1 r b er0 z)) +("absorbing" nil (ax b z ao1 r b ih0 ng)) +("absorbs" nil (ax b z ao1 r b z)) +("absorption" nil (ax b z ao1 r p sh ax n)) +("abstain" nil (ax b s t ey1 n)) +("abstained" nil (ax b s t ey1 n d)) +("abstaining" nil (ax b s t ey1 n ih0 ng)) +("abstention" nil (ax b s t eh1 n ch ax n)) +("abstentions" nil (ax b s t eh1 n ch ax n z)) +("abstinence" nil (ae1 b s t ax n ax n s)) +("abstinent" nil (ae1 b s t ax n ax n t)) +("abston" nil (ae1 b s t ax n)) +("abstract" v (ae0 b s t r ae1 k t)) +("abstract" n (ae1 b s t r ae0 k t)) +("abstracted" nil (ae1 b s t r ae1 k t ih0 d)) +("abstraction" nil (ae0 b s t r ae1 k sh ax n)) +("abstractions" nil (ae0 b s t r ae1 k sh ax n z)) +("abstracts" n (ae1 b s t r ae0 k t s)) +("abstracts" v (ax0 b s t r ae1 k t s)) +("abstruse" nil (ax b s t r uw1 s)) +("absurd" nil (ax b s er1 d)) +("absurdist" nil (ax b s er1 d ih0 s t)) +("absurdities" nil (ax b s er1 d ax t iy0 z)) +("absurdity" nil (ax b s er1 d ax t iy0)) +("absurdly" nil (ax b s er1 d l iy0)) +("abt" nil (ae1 b t)) +("abts" nil (ae1 b t s)) +("abu" nil (ae1 b uw0)) +("abuladze" nil (ae1 b y uw0 l ae1 d z iy0)) +("abundance" nil (ax b ah1 n d ax n s)) +("abundant" nil (ax b ah1 n d ax n t)) +("abundantly" nil (ax b ah1 n d ax n t l iy0)) +("aburto" nil (ax b uh1 r t ow1)) +("abuse" n (ax b y uw1 s)) +("abuse" v (ax b y uw1 z)) +("abused" nil (ax b y uw1 z d)) +("abuser" nil (ax b y uw1 z er0)) +("abusers" nil (ax b y uw1 z er0 z)) +("abuses" n (ax b y uw1 s ax z)) +("abuses" v (ax b y uw1 z ih0 z)) +("abusing" nil (ax b y uw1 z ih0 ng)) +("abusive" nil (ax b y uw1 s ih0 v)) +("abut" nil (ax b ah1 t)) +("abuts" nil (ax b ah1 t s)) +("abutted" nil (ax b ah1 t ax d)) +("abutting" nil (ax b ah1 t ih0 ng)) +("abuzz" nil (ax b ah1 z)) +("abysmal" nil (ax b ih1 z m ax l)) +("abysmally" nil (ax b ih1 z m ax l iy0)) +("abyss" nil (ax b ih1 s)) +("ac" nil (ey1 s iy1)) +("aca" nil (ae1 k ax)) +("acacia" nil (ax k ey1 sh ax)) +("academe" nil (ae1 k ax d iy1 m)) +("academia" nil (ae1 k ax d iy1 m iy0 ax)) +("academic" nil (ae1 k ax d eh1 m ih0 k)) +("academically" nil (ae1 k ax d eh1 m ih0 k l iy0)) +("academician" nil (ae1 k ax d ax m ih1 sh ax n)) +("academicians" nil (ae1 k ax d ax m ih1 sh ax n z)) +("academics" nil (ae1 k ax d eh1 m ih0 k s)) +("academies" nil (ax k ae1 d ax m iy0 z)) +("academy" nil (ax k ae1 d ax m iy0)) +("acadia" nil (ax k ey1 d iy0 ax)) +("acampora" nil (ax k ae1 m p er0 ax)) +("acantha" nil (aa0 k aa1 n dh ax)) +("acapulco" nil (ae1 k ax p uh1 l k ow0)) +("accardi" nil (aa0 k aa1 r d iy0)) +("accardo" nil (aa0 k aa1 r d ow0)) +("accede" nil (ae0 k s iy1 d)) +("acceded" nil (ae0 k s iy1 d ih0 d)) +("accedes" nil (ae0 k s iy1 d z)) +("acceding" nil (ae0 k s iy1 d ih0 ng)) +("accel" nil (ax k s eh1 l)) +("accelerate" nil (ae0 k s eh1 l er0 ey1 t)) +("accelerated" nil (ae0 k s eh1 l er0 ey1 t ax d)) +("accelerates" nil (ae0 k s eh1 l er0 ey1 t s)) +("accelerating" nil (ae0 k s eh1 l er0 ey1 t ih0 ng)) +("acceleration" nil (ae1 k s eh1 l er0 ey1 sh ax n)) +("accelerator" nil (ae0 k s eh1 l er0 ey1 t er0)) +("accelerometer" nil (ae0 k s eh1 l er0 aa1 m ax t er0)) +("accelerometers" nil (ae0 k s eh1 l er0 aa1 m ax t er0 z)) +("accent" v (ae0 k s eh1 n t)) +("accent" n (ae1 k s eh0 n t)) +("accented" nil (ae1 k s eh0 n t ih0 d)) +("accents" n (ae1 k s eh0 n t s)) +("accents" v (ae0 k s eh1 n t s)) +("accentuate" nil (ax k s eh1 n ch uw0 ey0 t)) +("accentuated" nil (ae0 k s eh1 n ch ax w ey1 t ih0 d)) +("accentuating" nil (ae0 k s eh1 n ch ax w ey1 t ih0 ng)) +("accept" nil (ae0 k s eh1 p t)) +("acceptability" nil (ax k s eh1 p t ax b ih1 l ax t iy0)) +("acceptable" nil (ae0 k s eh1 p t ax b ax l)) +("acceptance" nil (ae0 k s eh1 p t ax n s)) +("acceptances" nil (ae0 k s eh1 p t ax n s ih0 z)) +("accepted" nil (ae0 k s eh1 p t ih0 d)) +("accepting" nil (ae0 k s eh1 p t ih0 ng)) +("accepts" nil (ae0 k s eh1 p t s)) +("access" nil (ae1 k s eh1 s)) +("accessed" nil (ae1 k s eh1 s t)) +("accessibility" nil (ae1 k s eh0 s ax b ih1 l ih0 t iy0)) +("accessible" nil (ae0 k s eh1 s ax b ax l)) +("accessing" nil (ae1 k s eh1 s ih0 ng)) +("accession" nil (ax k s eh1 sh ax n)) +("accessories" nil (ae0 k s eh1 s er0 iy0 z)) +("accessory" nil (ae0 k s eh1 s er0 iy0)) +("accetta" nil (aa0 ch eh1 t ax)) +("accident" nil (ae1 k s ax d ax n t)) +("accidental" nil (ae1 k s ax d eh1 n t ax l)) +("accidentally" nil (ae1 k s ax d eh1 n t ax l iy0)) +("accidently" nil (ae1 k s ax d ax n t l iy0)) +("accidents" nil (ae1 k s ax d ax n t s)) +("accion" nil (ae1 ch iy0 ax n)) +("accival" nil (ae1 s ih0 v aa1 l)) +("acclaim" nil (ax k l ey1 m)) +("acclaimed" nil (ax k l ey1 m d)) +("acclimate" nil (ae1 k l ax m ey1 t)) +("acclimated" nil (ae1 k l ax m ey1 t ih0 d)) +("acclimation" nil (ae1 k l ax m ey1 sh ax n)) +("acco" nil (ae1 k ow0)) +("accola" nil (aa0 k ow1 l ax)) +("accolade" nil (ae1 k ax l ey1 d)) +("accolades" nil (ae1 k ax l ey1 d z)) +("accomando" nil (aa0 k ow0 m aa1 n d ow0)) +("accommodate" nil (ax k aa1 m ax d ey1 t)) +("accommodated" nil (ax k aa1 m ax d ey1 t ax d)) +("accommodates" nil (ax k aa1 m ax d ey1 t s)) +("accommodating" nil (ax k aa1 m ax d ey1 t ih0 ng)) +("accommodation" nil (ax k aa1 m ax d ey1 sh ax n)) +("accommodations" nil (ax k aa1 m ax d ey1 sh ax n z)) +("accommodative" nil (ax k aa1 m ax d ey1 t ih0 v)) +("accompanied" nil (ax k ah1 m p ax n iy0 d)) +("accompanies" nil (ax k ah1 m p ax n iy0 z)) +("accompaniment" nil (ax k ah1 m p n ih0 m ax n t)) +("accompaniments" nil (ax k ah1 m p n ih0 m ax n t s)) +("accompanist" nil (ax k ah1 m p ax n ax s t)) +("accompany" nil (ax k ah1 m p ax n iy0)) +("accompanying" nil (ax k ah1 m p ax n iy0 ih0 ng)) +("accompli" nil (aa1 k aa1 m p l iy0)) +("accomplice" nil (ax k aa1 m p l ax s)) +("accomplices" nil (ax k aa1 m p l ax s ax z)) +("accomplish" nil (ax k aa1 m p l ih0 sh)) +("accomplished" nil (ax k aa1 m p l ih0 sh t)) +("accomplishes" nil (ax k aa1 m p l ih0 sh ih0 z)) +("accomplishing" nil (ax k aa1 m p l ih0 sh ih0 ng)) +("accomplishment" nil (ax k aa1 m p l ih0 sh m ax n t)) +("accomplishments" nil (ax k aa1 m p l ih0 sh m ax n t s)) +("accor" nil (ae1 k ao1 r)) +("accord" nil (ax k ao1 r d)) +("accordance" nil (ax k ao1 r d ax n s)) +("accorded" nil (ax k ao1 r d ih0 d)) +("according" nil (ax k ao1 r d ih0 ng)) +("accordingly" nil (ax k ao1 r d ih0 ng l iy0)) +("accordion" nil (ax k ao1 r d iy0 ax n)) +("accords" nil (ax k ao1 r d z)) +("accost" nil (ax k ao1 s t)) +("accosted" nil (ax k aa1 s t ax d)) +("account" nil (ax k aw1 n t)) +("accountability" nil (ax k aw1 n t ax b ih1 l ih0 t iy0)) +("accountable" nil (ax k aw1 n t ax b ax l)) +("accountancy" nil (ax k aw1 n t ax n s iy0)) +("accountant" nil (ax k aw1 n t ax n t)) +("accountants" nil (ax k aw1 n t ax n t s)) +("accounted" nil (ax k aw1 n t ax d)) +("accountemps" nil (ax k aw1 n t eh1 m p s)) +("accounting" nil (ax k aw1 n t ih0 ng)) +("accounts" nil (ax k aw1 n t s)) +("accouterments" nil (ax k uw1 t er0 m ax n t s)) +("accreditation" nil (ax k r eh1 d ax t ey1 sh ax n)) +("accreditations" nil (ax k r eh1 d ax d ey1 sh ax n z)) +("accredited" nil (ax k r eh1 d ih0 t ih0 d)) +("accrediting" nil (ax k r eh1 d ax t ih0 ng)) +("accretion" nil (ax k r iy1 sh ax n)) +("accrual" nil (ax k r uw1 ax l)) +("accruals" nil (ax k r uw1 ax l z)) +("accrue" nil (ax k r uw1)) +("accrued" nil (ax k r uw1 d)) +("accrues" nil (ax k r uw1 z)) +("accruing" nil (ax k r uw1 ih0 ng)) +("accumulate" nil (ax k y uw1 m y ax l ey1 t)) +("accumulated" nil (ax k y uw1 m y ax l ey1 t ax d)) +("accumulates" nil (ax k y uw1 m y ax l ey1 t s)) +("accumulating" nil (ax k y uw1 m y ax l ey1 t ih0 ng)) +("accumulation" nil (ax k y uw1 m y ax l ey1 sh ax n)) +("accumulations" nil (ax k y uw1 m y ax l ey1 sh ax n z)) +("accumulative" nil (ax k y uw1 m y ax l ey1 t ih0 v)) +("accumulators" nil (ax k y uw1 m y ax l ey1 t er0 z)) +("accuracies" nil (ae1 k y er0 ax s iy0 z)) +("accuracy" nil (ae1 k y er0 ax s iy0)) +("accurate" nil (ae1 k y er0 ax t)) +("accurately" nil (ae1 k y er0 ax t l iy0)) +("accuray" nil (ae1 k y er0 ey1)) +("accuride" nil (ae1 k y er0 ay1 d)) +("accurso" nil (aa0 k uh1 r s ow0)) +("accusation" nil (ae1 k y ax z ey1 sh ax n)) +("accusations" nil (ae1 k y ax z ey1 sh ax n z)) +("accusative" nil (ax k y uw1 z ax t ih0 v)) +("accusatory" nil (ax k y uw1 z ax t ao1 r iy0)) +("accuse" nil (ax k y uw1 z)) +("accused" nil (ax k y uw1 z d)) +("accuser" nil (ax k y uw1 z er0)) +("accusers" nil (ax k y uw1 z er0 z)) +("accuses" nil (ax k y uw1 z ih0 z)) +("accusing" nil (ax k y uw1 z ih0 ng)) +("accusingly" nil (ax k y uw1 z ih0 ng l iy0)) +("accustom" nil (ax k ah1 s t ax m)) +("accustomed" nil (ax k ah1 s t ax m d)) +("accutane" nil (ae1 k y uw0 t ey1 n)) +("ace" nil (ey1 s)) +("aced" nil (ey1 s t)) +("acer" nil (ey1 s er0)) +("acerbic" nil (ax s eh1 r b ih0 k)) +("acero" nil (ax s eh1 r ow0)) +("acerra" nil (ax s eh1 r ax)) +("aces" nil (ey1 s ih0 z)) +("acetaminophen" nil (ax s iy1 t ax m ih1 n ax f ax n)) +("acetate" nil (ae1 s ax t ey1 t)) +("acetic" nil (ax s eh1 t ih0 k)) +("aceto" nil (aa0 s eh1 t ow0)) +("acetone" nil (ae1 s ax t ow1 n)) +("acetylcholine" nil (ax s eh1 t ax l k ow1 l iy0 n)) +("acetylene" nil (ax s eh1 t ax l iy1 n)) +("acevedo" nil (ae0 s ax v ey1 d ow0)) +("aceves" nil (aa0 s ey1 v eh0 s)) +("acey" nil (ey1 s iy0)) +("achatz" nil (ae1 k ax t s)) +("ache" nil (ey1 k)) +("achebe" nil (aa0 ch ey1 b iy0)) +("achee" nil (ax ch iy1)) +("achenbach" nil (ae1 k ih0 n b aa0 k)) +("achenbaum" nil (ae1 k ax n b aw1 m)) +("aches" nil (ey1 k s)) +("acheson" nil (ae1 ch ax s ax n)) +("achey" nil (ae1 ch iy0)) +("achievable" nil (ax ch iy1 v ax b ax l)) +("achieve" nil (ax ch iy1 v)) +("achieved" nil (ax ch iy1 v d)) +("achievement" nil (ax ch iy1 v m ax n t)) +("achievements" nil (ax ch iy1 v m ax n t s)) +("achiever" nil (ax ch iy1 v er0)) +("achievers" nil (ax ch iy1 v er0 z)) +("achieves" nil (ax ch iy1 v z)) +("achieving" nil (ax ch iy1 v ih0 ng)) +("achille" nil (ax k ih1 l iy0)) +("achilles" nil (ax k ih1 l iy0 z)) +("aching" nil (ey1 k ih0 ng)) +("achoa" nil (ax ch ow1 ax)) +("achor" nil (ey1 k er0)) +("achord" nil (ae1 k ao0 r d)) +("achorn" nil (ae1 k er0 n)) +("achterberg" nil (ae1 k t er0 b er0 g)) +("achy" nil (ey1 k iy0)) +("acid" nil (ae1 s ax d)) +("acidic" nil (ax s ih1 d ih0 k)) +("acidification" nil (ax s ih1 d ax f ax k ey1 sh ax n)) +("acidified" nil (ax s ih1 d ax f ay1 d)) +("acidifies" nil (ax s ih1 d ax f ay1 z)) +("acidify" nil (ax s ih1 d ax f ay1)) +("acidity" nil (ax s ih1 d ax t iy0)) +("acidosis" nil (ae1 s ax d ow1 s ax s)) +("acids" nil (ae1 s ax d z)) +("aciduria" nil (ae1 s ax d uh1 r iy0 ax)) +("acierno" nil (aa0 s ih1 r n ow0)) +("ack" nil (ae1 k)) +("acker" nil (ae1 k er0)) +("ackerley" nil (ae1 k er0 l iy0)) +("ackerly" nil (ae1 k er0 l iy0)) +("ackerman" nil (ae1 k er0 m ax n)) +("ackermann" nil (ae1 k er0 m ax n)) +("ackerson" nil (ae1 k er0 s ax n)) +("ackert" nil (ae1 k er0 t)) +("ackland" nil (ae1 k l ax n d)) +("ackles" nil (ae1 k ax l z)) +("ackley" nil (ae1 k l iy0)) +("acklin" nil (ae1 k l ih0 n)) +("ackman" nil (ae1 k m ax n)) +("acknowledge" nil (ae0 k n aa1 l ih0 jh)) +("acknowledgeable" nil (ae0 k n aa1 l ih0 jh ax b ax l)) +("acknowledged" nil (ae0 k n aa1 l ih0 jh d)) +("acknowledgement" nil (ae0 k n aa1 l ih0 jh m ax n t)) +("acknowledges" nil (ae0 k n aa1 l ih0 jh ih0 z)) +("acknowledging" nil (ae0 k n aa1 l ih0 jh ih0 ng)) +("acknowledgment" nil (ae0 k n aa1 l ih0 jh m ax n t)) +("acknowleged" nil (ae0 k n aa1 l ih0 jh d)) +("ackroyd" nil (ae1 k r oy1 d)) +("acmat" nil (ae1 k m ae0 t)) +("acme" nil (ae1 k m iy0)) +("acne" nil (ae1 k n iy0)) +("acocella" nil (aa0 k ow0 ch eh1 l ax)) +("acoff" nil (ae1 k ao0 f)) +("acolytes" nil (ae1 k ax l ay1 t s)) +("acord" nil (ax k ao1 r d)) +("acorn" nil (ey1 k ao0 r n)) +("acorns" nil (ey1 k ao0 r n z)) +("acosta" nil (ax k ao1 s t ax)) +("acoustic" nil (ax k uw1 s t ih0 k)) +("acoustical" nil (ax k uw1 s t ih0 k ax l)) +("acoustically" nil (ax k uw1 s t ih0 k l iy0)) +("acoustics" nil (ax k uw1 s t ih0 k s)) +("acquaint" nil (ax k w ey1 n t)) +("acquaintance" nil (ax k w ey1 n t ax n s)) +("acquaintances" nil (ax k w ey1 n t ax n s ih0 z)) +("acquainted" nil (ax k w ey1 n t ax d)) +("acquaviva" nil (aa0 k w aa0 v iy1 v ax)) +("acquiesce" nil (ae1 k w iy0 eh1 s)) +("acquiesced" nil (ae1 k w iy0 eh1 s t)) +("acquiescence" nil (ae1 k w iy0 eh1 s ax n s)) +("acquiescing" nil (ae1 k w iy0 eh1 s ih0 ng)) +("acquire" nil (ax k w ay1 er0)) +("acquired" nil (ax k w ay1 er0 d)) +("acquirer" nil (ax k w ay1 er0 er0)) +("acquirers" nil (ax k w ay1 er0 er0 z)) +("acquires" nil (ax k w ay1 er0 z)) +("acquiring" nil (ax k w ay1 r ih0 ng)) +("acquisition" nil (ae1 k w ax z ih1 sh ax n)) +("acquisitions" nil (ae1 k w ih0 z ih1 sh ax n z)) +("acquisitive" nil (ax k w ih1 z ax t ih0 v)) +("acquistion" nil (ax k w ih1 s ch ax n)) +("acquistions" nil (ax k w ih1 s ch ax n z)) +("acquit" nil (ax k w ih1 t)) +("acquitaine" nil (ae1 k w ih0 t ey1 n)) +("acquittal" nil (ax k w ih1 t ax l)) +("acquitted" nil (ax k w ih1 t ax d)) +("acquitting" nil (ax k w ih1 t ih0 ng)) +("acre" nil (ey1 k er0)) +("acreage" nil (ey1 k er0 ih0 jh)) +("acree" nil (ax k r iy1)) +("acres" nil (ey1 k er0 z)) +("acrey" nil (ae1 k r iy0)) +("acri" nil (aa1 k r iy0)) +("acrimonious" nil (ae1 k r ax m ow1 n iy0 ax s)) +("acrimony" nil (ae1 k r ih0 m ow1 n iy0)) +("acrobat" nil (ae1 k r ax b ae1 t)) +("acrobatic" nil (ae1 k r ax b ae1 t ih0 k)) +("acrobatics" nil (ae1 k r ax b ae1 t ih0 k s)) +("acrobats" nil (ae1 k r ax b ae1 t s)) +("acronym" nil (ae1 k r ax n ih0 m)) +("acronyms" nil (ae1 k r ax n ih0 m z)) +("acropolis" nil (ax k r aa1 p ax l ax s)) +("across" nil (ax k r ao1 s)) +("acrylic" nil (ax k r ih1 l ih0 k)) +("acrylics" nil (ax k r ih1 l ih0 k s)) +("act" nil (ae1 k t)) +("actava" nil (ae1 k t aa1 v ax)) +("acted" nil (ae1 k t ax d)) +("actigall" nil (ae1 k t ih0 g ao0 l)) +("actin" nil (ae1 k t ax n)) +("acting" nil (ae1 k t ih0 ng)) +("actinide" nil (ae1 k t ih0 n ay1 d)) +("actinidia" nil (ae1 k t ih0 n ih1 d iy0 ax)) +("action" nil (ae1 k sh ax n)) +("actionable" nil (ae1 k sh ax n ax b ax l)) +("actions" nil (ae1 k sh ax n z)) +("activase" nil (ae1 k t ih0 v ey1 z)) +("activate" nil (ae1 k t ax v ey1 t)) +("activated" nil (ae1 k t ax v ey1 t ax d)) +("activates" nil (ae1 k t ax v ey1 t s)) +("activating" nil (ae1 k t ax v ey1 t ih0 ng)) +("activation" nil (ae1 k t ax v ey1 sh ax n)) +("activator" nil (ae1 k t ax v ey1 t er0)) +("active" nil (ae1 k t ih0 v)) +("actively" nil (ae1 k t ih0 v l iy0)) +("actives" nil (ae1 k t ih0 v z)) +("activision" nil (ae1 k t ih0 v ih1 zh ax n)) +("activism" nil (ae1 k t ih0 v ih1 z ax m)) +("activist" nil (ae1 k t ax v ax s t)) +("activists" nil (ae1 k t ax v ax s t s)) +("activities" nil (ae0 k t ih1 v ax t iy0 z)) +("activity" nil (ae0 k t ih1 v ax t iy0)) +("actmedia" nil (ae0 k t m iy1 d iy0 ax)) +("acton" nil (ae1 k t ax n)) +("actor" nil (ae1 k t er0)) +("actors" nil (ae1 k t er0 z)) +("actress" nil (ae1 k t r ax s)) +("actresses" nil (ae1 k t r ax s ih0 z)) +("acts" nil (ae1 k t s)) +("actual" nil (ae1 k ch ax w ax l)) +("actuality" nil (ae1 k ch ax w ae1 l ax t iy0)) +("actualize" nil (ae1 k ch ax w ax l ay1 z)) +("actually" nil (ae1 k ch ax w ax l iy0)) +("actuarial" nil (ae1 k ch ax w eh1 r iy0 ax l)) +("actuaries" nil (ae1 k ch ax w eh1 r iy0 z)) +("actuary" nil (ae1 k ch ax w eh1 r iy0)) +("actus" nil (ae1 k t ax s)) +("acuff" nil (ax k ah1 f)) +("acuity" nil (ax k y uw1 ax t iy0)) +("acumen" nil (ax k y uw1 m ax n)) +("acuna" nil (aa0 k uw1 n ax)) +("acupuncture" nil (ae1 k y uw0 p ah1 ng k ch er0)) +("acura" nil (ae1 k y er0 ax)) +("acuras" nil (ae1 k y er0 ax z)) +("acuson" nil (ae1 k y uw1 s ax n)) +("acustar" nil (ae1 k y uw0 s t aa1 r)) +("acusyst" nil (ae1 k y uw0 s ih0 s t)) +("acute" nil (ax k y uw1 t)) +("acutely" nil (ax k y uw1 t l iy0)) +("acuteness" nil (ax k y uw1 t n ax s)) +("acyclovir" nil (ax s ih1 k l ow0 v ih1 r)) +("ad" nil (ae1 d)) +("ada" nil (ey1 d ax)) +("adabel" nil (ae1 d ax b eh0 l)) +("adabelle" nil (ae1 d ax b ax l)) +("adachi" nil (aa0 d aa1 k iy0)) +("adage" nil (ae1 d ax jh)) +("adagio" nil (ax d aa1 zh iy0 ow1)) +("adah" nil (ae1 d aa0)) +("adair" nil (ax d eh1 r)) +("adaire" nil (aa0 d eh1 r)) +("adalia" nil (aa0 d aa1 l iy0 ax)) +("adam" nil (ae1 d ax m)) +("adamant" nil (ae1 d ax m ax n t)) +("adamantly" nil (ae1 d ax m ax n t l iy0)) +("adamcik" nil (aa1 d ax m ch ih0 k)) +("adamczak" nil (aa1 d ax m ch ae0 k)) +("adamczyk" nil (aa1 d ax m ch ih0 k)) +("adame" nil (aa0 d aa1 m iy0)) +("adamec" nil (ax d aa1 m ih0 k)) +("adamek" nil (ax d aa1 m eh0 k)) +("adames" nil (ax d ey1 m z)) +("adami" nil (aa0 d aa1 m iy0)) +("adamik" nil (ax d aa1 m ih0 k)) +("adamina" nil (aa0 d aa0 m iy1 n ax)) +("adamo" nil (aa0 d aa1 m ow0)) +("adamowicz" nil (ax d aa1 m ax v ih0 ch)) +("adams" nil (ae1 d ax m z)) +("adamski" nil (ax d ae1 m s k iy1)) +("adamson" nil (ae1 d ax m s ax n)) +("adamstown" nil (ae1 d ax m s t aw1 n)) +("adan" nil (ey1 d ax n)) +("adapso" nil (ax d ae1 p s ow0)) +("adapt" nil (ax d ae1 p t)) +("adaptability" nil (ax d ae1 p t ax b ih1 l ax t iy0)) +("adaptable" nil (ax d ae1 p t ax b ax l)) +("adaptaplex" nil (ax d ae1 p t ax p l eh1 k s)) +("adaptation" nil (ae1 d ax p t ey1 sh ax n)) +("adaptations" nil (ae1 d ae0 p t ey1 sh ax n z)) +("adaptec" nil (ax d ae1 p t eh1 k)) +("adapted" nil (ax d ae1 p t ax d)) +("adapter" nil (ax d ae1 p t er0)) +("adapters" nil (ax d ae1 p t er0 z)) +("adapting" nil (ax d ae1 p t ih0 ng)) +("adaptive" nil (ax d ae1 p t ih0 v)) +("adaptor" nil (ax d ae1 p t er0)) +("adapts" nil (ax d ae1 p t s)) +("adar" nil (ax d aa1 r)) +("aday" nil (ax d ey1)) +("adaza" nil (ax d aa1 z ax)) +("adcock" nil (ax d k aa1 k)) +("adcox" nil (ax d k aa1 k s)) +("add" nil (ae1 d)) +("addair" nil (ax d eh1 r)) +("addams" nil (ae1 d ax m z)) +("added" nil (ae1 d ax d)) +("addeo" nil (aa1 d iy0 ow0)) +("adder" nil (ae1 d er0)) +("adderley" nil (ax d er1 l iy0)) +("addicks" nil (ae1 d ih0 k s)) +("addict" v (ax d ih1 k t)) +("addict" n (ah1 d ih0 k t)) +("addicted" nil (ax d ih1 k t ax d)) +("addicting" nil (ax d ih1 k t ih0 ng)) +("addiction" nil (ax d ih1 k sh ax n)) +("addictions" nil (ax d ih1 k sh ax n z)) +("addictive" nil (ax d ih1 k t ih0 v)) +("addicts" v (ax d ih1 k t s)) +("addicts" n (ah1 d ih0 k t s)) +("addidas" nil (ax d iy1 d ax s)) +("addie" nil (ae1 d iy0)) +("adding" nil (ae1 d ih0 ng)) +("addington" nil (ae1 d ih0 ng t ax n)) +("addis" nil (aa1 d ih0 s)) +("addison" nil (ae1 d ax s ax n)) +("addition" nil (ax d ih1 sh ax n)) +("additional" nil (ax d ih1 sh ax n ax l)) +("additionally" nil (ax d ih1 sh ax n ax l iy0)) +("additions" nil (ax d ih1 sh ax n z)) +("additive" nil (ae1 d ax t ih0 v)) +("additives" nil (ae1 d ax t ih0 v z)) +("addled" nil (ae1 d ax l d)) +("addleman" nil (ae1 d ax l m ax n)) +("address" v (ae1 d r eh1 s)) +("address" n (ax d r eh1 s)) +("addressable" nil (ax d r eh1 s ax b ax l)) +("addressed" nil (ax d r eh1 s t)) +("addressee" nil (ae1 d r eh0 s iy1)) +("addresses" nil (ae1 d r eh1 s ih0 z)) +("addressing" nil (ax d r eh1 s ih0 ng)) +("adds" nil (ae1 d z)) +("adduci" nil (aa0 d uw1 ch iy0)) +("addwest" nil (ae1 d w eh1 s t)) +("addy" nil (ae1 d iy0)) +("ade" nil (ey1 d)) +("adee" nil (ax d iy1)) +("adel" nil (ax d eh1 l)) +("adela" nil (ax d eh1 l ax)) +("adelaar" nil (ae1 d ax l aa1 r)) +("adelaide" nil (ae1 d ax l ey1 d)) +("adelbert" nil (ax d eh1 l b er0 t)) +("adele" nil (ax d eh1 l ey0)) +("adeline" nil (ae1 d ax l ay1 n)) +("adelizzi" nil (ae1 d ax l iy1 z iy0)) +("adell" nil (ax d eh1 l)) +("adelle" nil (ax d eh1 l)) +("adelman" nil (ae1 d ax l m ax n)) +("adelmann" nil (ae1 d ax l m ax n)) +("adelpha" nil (ax d eh1 l f ax)) +("adelphia" nil (ax d eh1 l f iy0 ax)) +("adelsberger" nil (ae1 d ih0 l s b er0 g er0)) +("adelson" nil (ae1 d ax l s ax n)) +("adelstein" nil (ae1 d ax l s t ay0 n)) +("aden" nil (ey1 d ax n)) +("adena" nil (ae1 d ih0 n ax)) +("adenauer" nil (ey1 d ax n aw1 r)) +("adenine" nil (ae1 d ax n iy1 n)) +("adenoids" nil (ae1 d ax n oy1 d z)) +("adept" nil (ax d eh1 p t)) +("adequacy" nil (ae1 d ax k w ax s iy0)) +("adequate" nil (ae1 d ax k w ax t)) +("adequately" nil (ae1 d ax k w ax t l iy0)) +("ader" nil (ey1 d er0)) +("aderhold" nil (ae1 d er0 hh ow0 l d)) +("aderholt" nil (ae1 d er0 hh ow0 l t)) +("aderman" nil (ae1 d er0 m ax n)) +("ades" nil (ey1 d z)) +("adey" nil (ey1 d iy0)) +("adger" nil (ae1 jh er0)) +("adhere" nil (ax d hh ih1 r)) +("adhered" nil (ae0 d hh ih1 r d)) +("adherence" nil (ax d hh ih1 r ax n s)) +("adherent" nil (ax d hh ih1 r ax n t)) +("adherents" nil (ae0 d hh ih1 r ax n t s)) +("adheres" nil (ax d hh ih1 r z)) +("adhering" nil (ax d hh ih1 r ih0 ng)) +("adhesive" nil (ae0 d hh iy1 s ih0 v)) +("adhesives" nil (ae0 d hh iy1 s ih0 v z)) +("adia" nil (aa1 d iy0 ax)) +("adidas" nil (ax d iy1 d ax s)) +("adieu" nil (ax d uw1)) +("adin" nil (ax d ih1 n)) +("adina" nil (aa0 d iy1 n ax)) +("adine" nil (aa0 d iy1 n iy0)) +("adinolfi" nil (aa0 d iy0 n ow1 l f iy0)) +("adios" nil (aa1 d iy0 ow1 s)) +("adipose" nil (ae1 d ax p ow1 s)) +("adirondack" nil (ae1 d er0 aa1 n d ae0 k)) +("adjacent" nil (ax jh ey1 s ax n t)) +("adjective" nil (ae1 jh ih0 k t ih0 v)) +("adjectives" nil (ae1 jh ax k t ih0 v z)) +("adjoin" nil (ax jh oy1 n)) +("adjoining" nil (ax jh oy1 n ih0 ng)) +("adjoins" nil (ax jh oy1 n z)) +("adjourn" nil (ax jh er1 n)) +("adjourned" nil (ax jh er1 n d)) +("adjourning" nil (ax jh er1 n ih0 ng)) +("adjournment" nil (ax jh er1 n m ax n t)) +("adjourns" nil (ax jh er1 n z)) +("adjudged" nil (ax jh ah1 jh d)) +("adjudicate" nil (ax jh uw1 d ih0 k ey1 t)) +("adjudicated" nil (ax jh uw1 d ax k ey1 t ih0 d)) +("adjudicating" nil (ax jh uw1 d ih0 k ey1 t ih0 ng)) +("adjudication" nil (ax jh uw1 d ax k ey1 sh ax n)) +("adjunct" nil (ae1 jh ah1 ng k t)) +("adjuncts" nil (ae1 jh ah1 ng k t s)) +("adjust" nil (ax jh ah1 s t)) +("adjustable" nil (ax jh ah1 s t ax b ax l)) +("adjustables" nil (ax jh ah1 s t ax b ax l z)) +("adjusted" nil (ax jh ah1 s t ax d)) +("adjuster" nil (ax jh ah1 s t er0)) +("adjusters" nil (ax jh ah1 s t er0 z)) +("adjusting" nil (ax jh ah1 s t ih0 ng)) +("adjustment" nil (ax jh ah1 s t m ax n t)) +("adjustments" nil (ax jh ah1 s t m ax n t s)) +("adjusts" nil (ax jh ah1 s t s)) +("adjutant" nil (ae1 jh ax t ax n t)) +("adkins" nil (ae1 d k ih0 n z)) +("adkinson" nil (ae1 d k ih0 n s ax n)) +("adkison" nil (ae1 d k ih0 s ax n)) +("adkisson" nil (ae1 d k ih0 s ax n)) +("adlai" nil (aa0 d l aa1 iy0)) +("adler" nil (ae1 d l er0)) +("adley" nil (ae1 d l iy0)) +("adlon" nil (ae1 d l aa0 n)) +("adman" nil (ae1 d m ax n)) +("admen" nil (ae1 d m ax n)) +("administer" nil (ax d m ih1 n ax s t er0)) +("administered" nil (ax d m ih1 n ax s t er0 d)) +("administering" nil (ae0 d m ih1 n ih0 s t er0 ih0 ng)) +("administers" nil (ae0 d m ih1 n ih0 s t er0 z)) +("administrate" nil (ae0 d m ih1 n ih0 s t r ey1 t)) +("administrating" nil (ax d m ih1 n ax s t r ey1 t ih0 ng)) +("administration" nil (ae0 d m ih1 n ih0 s t r ey1 sh ax n)) +("administrations" nil (ae0 d m ih1 n ih0 s t r ey1 sh ax n z)) +("administrative" nil (ax d m ih1 n ax s t r ey1 t ih0 v)) +("administratively" nil (ae0 d m ih1 n ax s t r ey1 t ih0 v l iy0)) +("administrator" nil (ax d m ih1 n ax s t r ey1 t er0)) +("administrators" nil (ae0 d m ih1 n ih0 s t r ey1 t er0 z)) +("adminstration" nil (ae1 d m ih0 n s t r ey1 sh ax n)) +("adminstrative" nil (ae0 d m ih1 n s t r ax t ih0 v)) +("admira" nil (ae0 d m ay1 r ax)) +("admirable" nil (ae1 d m er0 ax b ax l)) +("admirably" nil (ae1 d m er0 ax b l iy0)) +("admiral" nil (ae1 d m er0 ax l)) +("admirals" nil (ae1 d m er0 ax l z)) +("admiralty" nil (ae1 d m er0 ax l t iy0)) +("admiration" nil (ae1 d m er0 ey1 sh ax n)) +("admire" nil (ae0 d m ay1 r)) +("admired" nil (ax d m ay1 er0 d)) +("admirer" nil (ae0 d m ay1 r er0)) +("admirers" nil (ax d m ay1 r er0 z)) +("admires" nil (ae0 d m ay1 r z)) +("admiring" nil (ae0 d m ay1 r ih0 ng)) +("admiringly" nil (ae0 d m ay1 r ih0 ng l iy0)) +("admissibility" nil (ax d m ih1 s ax b ih1 l ax t iy0)) +("admissible" nil (ax d m ih1 s ax b ax l)) +("admission" nil (ae0 d m ih1 sh ax n)) +("admissions" nil (ae0 d m ih1 sh ax n z)) +("admit" nil (ax d m ih1 t)) +("admits" nil (ax d m ih1 t s)) +("admittance" nil (ax d m ih1 t ax n s)) +("admitted" nil (ax d m ih1 t ax d)) +("admittedly" nil (ae0 d m ih1 t ih0 d l iy0)) +("admitting" nil (ae0 d m ih1 t ih0 ng)) +("admonish" nil (ae0 d m aa1 n ih0 sh)) +("admonished" nil (ax d m aa1 n ih0 sh t)) +("admonishes" nil (ae0 d m aa1 n ih0 sh ih0 z)) +("admonishing" nil (ae0 d m aa1 n ih0 sh ih0 ng)) +("admonition" nil (ae1 d m ax n ih1 sh ax n)) +("admonitions" nil (ae1 d m ax n ih1 sh ax n z)) +("adnan" nil (ae1 d n ax n)) +("adney" nil (ae1 d n iy0)) +("ado" nil (ax d uw1)) +("adobe" nil (ax d ow1 b iy0)) +("adolescence" nil (ae1 d ax l eh1 s ax n s)) +("adolescent" nil (ae1 d ax l eh1 s ax n t)) +("adolescents" nil (ae1 d ax l eh1 s ax n t s)) +("adolf" nil (ey1 d aa0 l f)) +("adolfo" nil (ax d aa1 l f ow1)) +("adolph" nil (ey1 d ao0 l f)) +("adolpha" nil (aa0 d ow1 l f ax)) +("adolphson" nil (ae1 d ow0 l f s ax n)) +("adon" nil (aa0 d ao1 n)) +("adonia" nil (aa0 d ow1 n iy0 ax)) +("adopt" nil (ax d aa1 p t)) +("adoptable" nil (ax d aa1 p t ax b ax l)) +("adopted" nil (ax d aa1 p t ax d)) +("adoptees" nil (ax d aa1 p t iy1 z)) +("adopting" nil (ax d aa1 p t ih0 ng)) +("adoption" nil (ax d aa1 p sh ax n)) +("adoptions" nil (ax d aa1 p sh ax n z)) +("adoptive" nil (ax d aa1 p t ih0 v)) +("adopts" nil (ax d aa1 p t s)) +("adora" nil (aa0 d ao1 r ax)) +("adorabelle" nil (ae1 d er0 ax b ax l)) +("adorable" nil (ax d ao1 r ax b ax l)) +("adoration" nil (ae1 d er0 ey1 sh ax n)) +("adore" nil (ax d ao1 r)) +("adored" nil (ax d ao1 r d)) +("adoree" nil (ae0 d er0 iy1)) +("adores" nil (ax d ao1 r z)) +("adoring" nil (ax d ao1 r ih0 ng)) +("adorn" nil (ax d ao1 r n)) +("adorna" nil (aa0 d ao1 r n ax)) +("adorned" nil (ax d ao1 r n d)) +("adornment" nil (ax d ao1 r n m ax n t)) +("adorno" nil (aa0 d ao1 r n ow0)) +("adorns" nil (ax d ao1 r n z)) +("adra" nil (ey1 d r ax)) +("adragna" nil (aa0 d r aa1 g n ax)) +("adrda" nil (ey1 d er0 d ax)) +("adrea" nil (aa1 d r iy0 ax)) +("adrenal" nil (ax d r iy1 n ax l)) +("adrenalin" nil (ax d r eh1 n ax l ih0 n)) +("adrenaline" nil (ax d r eh1 n ax l ax n)) +("adria" nil (aa1 d r iy0 ax)) +("adrian" nil (ey1 d r iy0 ax n)) +("adriana" nil (ey1 d r iy0 ae1 n ax)) +("adriance" nil (aa0 d r iy1 ax n s)) +("adriano" nil (aa0 d r iy0 aa1 n ow0)) +("adriatic" nil (ey1 d r iy0 ae1 t ih0 k)) +("adriel" nil (ax d r iy1 l)) +("adrienne" nil (aa0 d r iy0 eh1 n)) +("adrift" nil (ax d r ih1 f t)) +("adroit" nil (ax d r oy1 t)) +("adroitly" nil (ax d r oy1 t l iy0)) +("ads" nil (ae1 d z)) +("adsit" nil (ae1 d s ih0 t)) +("adss" nil (ae1 d s)) +("adtec" nil (ae1 d t eh1 k)) +("adulation" nil (ae1 jh ax l ey1 sh ax n)) +("adult" nil (ax d ah1 l t)) +("adulterated" nil (ax d ah1 l t er0 ey1 t ih0 d)) +("adulterer" nil (ax d ah1 l t er0 er0)) +("adulterers" nil (ax d ah1 l t er0 er0 z)) +("adulterous" nil (ax d ah1 l t er0 ax s)) +("adultery" nil (ax d ah1 l t er0 iy0)) +("adulthood" nil (ax d ah1 l t hh uh1 d)) +("adults" nil (ax d ah1 l t s)) +("advance" nil (ax d v ae1 n s)) +("advanced" nil (ax d v ae1 n s t)) +("advancement" nil (ax d v ae1 n s m ax n t)) +("advancements" nil (ax d v ae1 n s m ax n t s)) +("advancers" nil (ax d v ae1 n s er0 z)) +("advances" nil (ax d v ae1 n s ax z)) +("advancing" nil (ax d v ae1 n s ih0 ng)) +("advanta" nil (ae0 d v ae1 n t ax)) +("advantage" nil (ae0 d v ae1 n t ih0 jh)) +("advantaged" nil (ae0 d v ae1 n t ih0 jh d)) +("advantageous" nil (ae1 d v ax n t ey1 jh ax s)) +("advantages" nil (ae0 d v ae1 n t ih0 jh ih0 z)) +("advantest" nil (ae0 d v ae1 n t ax s t)) +("advection" nil (ae0 d v eh1 k sh ax n)) +("advent" nil (ae1 d v eh1 n t)) +("adventist" nil (ae1 d v eh1 n t ih0 s t)) +("adventists" nil (ae1 d v eh1 n t ih0 s t s)) +("adventure" nil (ae0 d v eh1 n ch er0)) +("adventurer" nil (ae0 d v eh1 n ch er0 er0)) +("adventurers" nil (ae0 d v eh1 n ch er0 er0 z)) +("adventures" nil (ae0 d v eh1 n ch er0 z)) +("adventuresome" nil (ae0 d v eh1 n ch er0 s ax m)) +("adventurism" nil (ae0 d v eh1 n ch er0 ih1 z ax m)) +("adventurous" nil (ae0 d v eh1 n ch er0 ax s)) +("adverbial" nil (ae0 d v er1 b iy0 ax l)) +("adverbs" nil (ae1 d v er0 b z)) +("adversarial" nil (ae1 d v er0 s eh1 r iy0 ax l)) +("adversaries" nil (ae1 d v er0 s eh1 r iy0 z)) +("adversary" nil (ae1 d v er0 s eh1 r iy0)) +("adverse" nil (ae0 d v er1 s)) +("adversely" nil (ae0 d v er1 s l iy0)) +("adversity" nil (ae0 d v er1 s ih0 t iy0)) +("advertise" nil (ae1 d v er0 t ay1 z)) +("advertised" nil (ae1 d v er0 t ay1 z d)) +("advertisement" nil (ax d v er1 t ax z m ax n t)) +("advertisements" nil (ae1 d v er0 t ay1 z m ax n t s)) +("advertiser" nil (ae1 d v er0 t ay1 z er0)) +("advertisers" nil (ae1 d v er0 t ay1 z er0 z)) +("advertises" nil (ae1 d v er0 t ay1 z ih0 z)) +("advertising" nil (ae1 d v er0 t ay1 z ih0 ng)) +("advertorial" nil (ae1 d v er0 t ao1 r iy0 ax l)) +("advertorials" nil (ae1 d v er0 t ao1 r iy0 ax l z)) +("advest" nil (ae1 d v eh0 s t)) +("advice" nil (ae0 d v ay1 s)) +("advil" nil (ae1 d v ih1 l)) +("advisability" nil (ae1 d v ay1 z ax b ih1 l ih0 t iy0)) +("advisable" nil (ax d v ay1 z ax b ax l)) +("advise" nil (ae0 d v ay1 z)) +("advised" nil (ae0 d v ay1 z d)) +("advisedly" nil (ae0 d v ay1 z ax d l iy0)) +("advisement" nil (ax d v ay1 z m ax n t)) +("adviser" nil (ae0 d v ay1 z er0)) +("advisers" nil (ae0 d v ay1 z er0 z)) +("advises" nil (ae0 d v ay1 z ih0 z)) +("advising" nil (ae0 d v ay1 z ih0 ng)) +("advisor" nil (ae0 d v ay1 z er0)) +("advisories" nil (ax d v ay1 z er0 iy0 z)) +("advisors" nil (ae0 d v ay1 z er0 z)) +("advisory" nil (ae0 d v ay1 z er0 iy0)) +("advo" nil (ae1 d v ow0)) +("advocacy" nil (ae1 d v ax k ax s iy0)) +("advocate" n (ae1 d v ax k ax t)) +("advocate" v (ae1 d v ax k ey1 t)) +("advocated" nil (ae1 d v ax k ey1 t ax d)) +("advocates" n (ae1 d v ax k ax t s)) +("advocates" v (ae1 d v ax k ey1 t s)) +("advocating" nil (ae1 d v ax k ey1 t ih0 ng)) +("advocation" nil (ae1 d v ax k ey1 sh ax n)) +("adweek" nil (ae1 d w iy0 k)) +("adwell" nil (ax d w eh1 l)) +("ady" nil (ey1 d iy0)) +("adz" nil (ae1 d z)) +("ae" nil (ey1)) +("aegean" nil (ih0 jh iy1 ax n)) +("aegerter" nil (eh1 g er0 t er0)) +("aegis" nil (iy1 jh ax s)) +("aegon" nil (ey1 g aa0 n)) +("aeltus" nil (ae1 l t ax s)) +("aeneas" nil (ae1 n iy0 ax s)) +("aequitron" nil (ey1 k w ih0 t r aa0 n)) +("aer" nil (eh1 r)) +("aerial" nil (eh1 r iy0 ax l)) +("aeriens" nil (eh1 r iy0 ax n z)) +("aeritalia" nil (eh1 r ih0 t ae1 l y ax)) +("aero" nil (eh1 r ow0)) +("aerobatics" nil (eh1 r ax b ae1 t ih0 k s)) +("aerobic" nil (eh0 r ow1 b ih0 k)) +("aerobically" nil (eh0 r ow1 b ih0 k l iy0)) +("aerobics" nil (er0 ow1 b ih0 k s)) +("aerodrome" nil (eh1 r ax d r ow1 m)) +("aerodynamic" nil (eh1 r ow0 d ay0 n ae1 m ih0 k)) +("aerodynamically" nil (eh1 r ow0 d ay0 n ae1 m ih0 k l iy0)) +("aerodynamics" nil (eh1 r ow0 d ay0 n ae1 m ih0 k s)) +("aerodyne" nil (eh1 r ax d ay1 n)) +("aeroflot" nil (eh1 r ow0 f l aa1 t)) +("aerojet" nil (eh1 r ow0 jh eh1 t)) +("aerolift" nil (eh1 r ow0 l ih1 f t)) +("aerolineas" nil (eh1 r ow0 l ih1 n iy0 ax s)) +("aeromexico" nil (eh1 r ow0 m eh1 k s ih0 k ow1)) +("aeronautical" nil (eh1 r ax n aa1 t ax k ax l)) +("aeronauticas" nil (eh1 r ow0 n ao1 t ih0 k ax s)) +("aeronautics" nil (eh1 r ax n ao1 t ih0 k s)) +("aeroquip" nil (eh1 r ax k w ih1 p)) +("aerosmith" nil (eh1 r ow0 s m ih1 th)) +("aerosol" nil (eh1 r ax s aa1 l)) +("aerospace" nil (eh1 r ow0 s p ey1 s)) +("aerospatiale" nil (eh1 r ow0 s p aa1 s iy0 aa1 l)) +("aerostar" nil (eh1 r ow0 s t aa1 r)) +("aerostars" nil (eh1 r ow0 s t aa1 r z)) +("aerotech" nil (eh1 r ow0 t eh1 k)) +("aerts" nil (eh1 r t s)) +("aeschliman" nil (eh1 sh l iy0 m ax n)) +("aesthete" nil (eh1 s th iy0 t)) +("aesthetic" nil (eh0 s th eh1 t ih0 k)) +("aesthetically" nil (eh0 s th eh1 t ih0 k l iy0)) +("aesthetics" nil (eh0 s th eh1 t ih0 k s)) +("aetna" nil (eh1 t n ax)) +("afanasyev" nil (ae1 f ax n ey1 s iy0 eh0 v)) +("afar" nil (ax f aa1 r)) +("affable" nil (ae1 f ax b ax l)) +("affair" nil (ax f eh1 r)) +("affairs" nil (ax f eh1 r z)) +("affect" nil (ax f eh1 k t)) +("affectation" nil (ae1 f eh0 k t ey1 sh ax n)) +("affected" nil (ax f eh1 k t ax d)) +("affecting" nil (ax f eh1 k t ih0 ng)) +("affection" nil (ax f eh1 k sh ax n)) +("affectionate" nil (ax f eh1 k sh ax n ax t)) +("affectionately" nil (ax f eh1 k sh ax n ax t l iy0)) +("affections" nil (ax f eh1 k sh ax n z)) +("affects" nil (ax f eh1 k t s)) +("affeldt" nil (ae1 f ih0 l t)) +("afferent" nil (ae1 f er0 ax n t)) +("affidavit" nil (ae1 f ax d ey1 v ax t)) +("affidavits" nil (ae1 f ih0 d ey1 v ih0 t s)) +("affiliate" nil (ax f ih1 l iy0 ey1 t)) +("affiliated" nil (ax f ih1 l iy0 ey1 t ax d)) +("affiliates" nil (ax f ih1 l iy0 ax t s)) +("affiliating" nil (ax f ih1 l iy0 ey1 t ih0 ng)) +("affiliation" nil (ax f ih1 l iy0 ey1 sh ax n)) +("affiliations" nil (ax f ih1 l iy0 ey1 sh ax n z)) +("affinities" nil (ax f ih1 n ax t iy0 z)) +("affinity" nil (ax f ih1 n ax t iy0)) +("affirm" nil (ax f er1 m)) +("affirmation" nil (ae1 f er0 m ey1 sh ax n)) +("affirmations" nil (ae1 f er0 m ey1 sh ax n z)) +("affirmative" nil (ax f er1 m ax t ih0 v)) +("affirmatively" nil (ax f er1 m ax t ih0 v l iy0)) +("affirmed" nil (ax f er1 m d)) +("affirming" nil (ax f er1 m ih0 ng)) +("affirms" nil (ax f er1 m z)) +("affix" n (ae1 f ih0 k s)) +("affix" v (ae0 f ih1 k s)) +("affixed" nil (ax f ih1 k s t)) +("affixes" vl (ax f ih1 k s ih0 z)) +("affixes" n (ah1 f ih0 k s ih0 z)) +("affixing" nil (ax f ih1 k s ih0 ng)) +("affleck" nil (ae1 f l ih0 k)) +("afflerbach" nil (ae1 f l er0 b aa1 k)) +("afflict" nil (ax f l ih1 k t)) +("afflicted" nil (ax f l ih1 k t ax d)) +("afflicting" nil (ax f l ih1 k t ih0 ng)) +("affliction" nil (ax f l ih1 k sh ax n)) +("afflictions" nil (ax f l ih1 k sh ax n z)) +("afflicts" nil (ax f l ih1 k t s)) +("affluence" nil (ae1 f l uw0 ax n s)) +("affluent" nil (ae1 f l uw0 ax n t)) +("affolter" nil (ae1 f ow0 l t er0)) +("afford" nil (ax f ao1 r d)) +("affordability" nil (ax f ao1 r d ax b ih1 l ax t iy0)) +("affordable" nil (ax f ao1 r d ax b ax l)) +("afforded" nil (ax f ao1 r d ax d)) +("affording" nil (ax f ao1 r d ih0 ng)) +("affords" nil (ax f ao1 r d z)) +("affricates" nil (ae1 f r ax k ax t s)) +("affrication" nil (ae1 f r ax k ey1 sh ax n)) +("affront" nil (ax f r ah1 n t)) +("affronted" nil (ax f r ah1 n t ih0 d)) +("affronts" nil (ax f r ah1 n t s)) +("affymax" nil (ae1 f iy0 m ae1 k s)) +("afghan" nil (ae1 f g ae1 n)) +("afghani" nil (ae0 f g aa1 n iy0)) +("afghanis" nil (ae0 f g ae1 n iy0 z)) +("afghanistan" nil (ae0 f g ae1 n ax s t ae1 n)) +("afghans" nil (ae1 f g ae1 n z)) +("afheldt" nil (ae1 f eh1 l t)) +("aficionado" nil (ax f iy1 sh y ax n aa1 d ow1)) +("aficionados" nil (ax f ih1 sh ax n aa1 d ow0 z)) +("afield" nil (ax f iy1 l d)) +("afire" nil (ax f ay1 r)) +("aflame" nil (ax f l ey1 m)) +("aflatoxin" nil (ae1 f l ax t aa1 k s ih0 n)) +("afloat" nil (ax f l ow1 t)) +("aflutter" nil (ax f l ah1 t er0)) +("afonso" nil (ax f aa1 n s ow0)) +("afoot" nil (ax f uh1 t)) +("aforementioned" nil (ax f ao1 r m eh1 n sh ax n d)) +("aforesaid" nil (ax f ao1 r s eh1 d)) +("afoul" nil (ax f aw1 l)) +("afraid" nil (ax f r ey1 d)) +("afresh" nil (ax f r eh1 sh)) +("africa" nil (ae1 f r ax k ax)) +("african" nil (ae1 f r ax k ax n)) +("africanized" nil (ae1 f r ax k ax n ay1 z d)) +("africans" nil (ae1 f r ax k ax n z)) +("afrikaans" nil (ae1 f r ax k aa1 n z)) +("afrikaner" nil (ae1 f r ax k aa1 n er0)) +("afrikanerdom" nil (ae1 f r ax k aa1 n er0 d ax m)) +("afrikaners" nil (ae1 f r ih0 k aa1 n er0 z)) +("afro" nil (ae1 f r ow0)) +("afsane" nil (aa0 f s aa1 n ey1)) +("afshar" nil (ae1 f sh er0)) +("aft" nil (ae1 f t)) +("after" nil (ae1 f t er0)) +("afterburners" nil (ae1 f t er0 b er1 n er0 z)) +("aftereffect" nil (ae1 f t er0 ax f eh1 k t)) +("aftereffects" nil (ae1 f t er0 ax f eh1 k t s)) +("afterglow" nil (ae1 f t er0 g l ow1)) +("afterimage" nil (ae1 f t er0 ih1 m ih0 jh)) +("afterlife" nil (ae1 f t er0 l ay1 f)) +("aftermarket" nil (ae1 f t er0 m aa1 r k ih0 t)) +("aftermath" nil (ae1 f t er0 m ae1 th)) +("afternoon" nil (ae1 f t er0 n uw1 n)) +("afternoons" nil (ae1 f t er0 n uw1 n z)) +("aftershock" nil (ae1 f t er0 sh aa1 k)) +("aftershocks" nil (ae1 f t er0 sh aa1 k s)) +("aftertaste" nil (ae1 f t er0 t ey1 s t)) +("aftertax" nil (ae1 f t er0 t ae1 k s)) +("afterthought" nil (ae1 f t er0 th aa1 t)) +("afterward" nil (ae1 f t er0 w er0 d)) +("afterwards" nil (ae1 f t er0 w er0 d z)) +("afula" nil (ax f uw1 l ax)) +("ag" nil (ae1 g)) +("aga" nil (aa1 g ax)) +("agache" nil (ae1 g ae0 ch)) +("again" nil (ax g eh1 n)) +("against" nil (ax g eh1 n s t)) +("agan" nil (ey1 g ax n)) +("aganbegyan" nil (ae1 g ax n b eh1 g y ax n)) +("agans" nil (aa1 g aa0 n z)) +("agape" nil (ax g ey1 p)) +("agar" nil (ey1 g er0)) +("agard" nil (ae1 g er0 d)) +("agarwal" nil (aa1 g aa0 r w aa0 l)) +("agassi" nil (ae1 g ax s iy0)) +("agassiz" nil (ax g ae1 s ih0 z)) +("agate" nil (ae1 g ax t)) +("agates" nil (ae1 g ax t s)) +("agatha" nil (ae1 g ax th ax)) +("agco" nil (ae1 g k ow1)) +("age" nil (ey1 jh)) +("aged" v (ey1 jh d)) +("aged" j (ey1 jh ih0 d)) +("agee" nil (ey1 jh iy1)) +("ageless" nil (ey1 jh l ax s)) +("agence" nil (ae1 jh ax n s)) +("agencies" nil (ey1 jh ax n s iy0 z)) +("agency" nil (ey1 jh ax n s iy0)) +("agenda" nil (ax jh eh1 n d ax)) +("agendas" nil (ax jh eh1 n d ax z)) +("agent" nil (ey1 jh ax n t)) +("agents" nil (ey1 jh ax n t s)) +("ager" nil (ey1 jh er0)) +("ageratum" nil (ax jh eh1 r ax t ax m)) +("ageratums" nil (ax jh eh1 r ax t ax m z)) +("agers" nil (ey1 jh er0 z)) +("agerton" nil (ey1 g er0 t ax n)) +("ages" nil (ey1 jh ax z)) +("agfa" nil (ae1 g f ax)) +("aggarwal" nil (ax g aa1 r w ax l)) +("aggie" nil (ae1 g iy0)) +("aggies" nil (ae1 g iy0 z)) +("agglomeration" nil (ax g l aa1 m er0 ey1 sh ax n)) +("aggrandizement" nil (ae1 g r ax n d ay1 z m ax n t)) +("aggrandizing" nil (ae1 g r ax n d ay1 z ih0 ng)) +("aggravate" nil (ae1 g r ax v ey1 t)) +("aggravated" nil (ae1 g r ax v ey1 t ax d)) +("aggravates" nil (ae1 g r ax v ey1 t s)) +("aggravating" nil (ae1 g r ax v ey1 t ih0 ng)) +("aggravation" nil (ae1 g r ax v ey1 sh ax n)) +("aggregate" v (ae1 g r ax g ax t)) +("aggregate" n (ae1 g r ax g ih0 t)) +("aggregated" nil (ae1 g r ax g ey1 t ax d)) +("aggregates" n (ae1 g r ax g ih0 t s)) +("aggregates" v (ae1 g r ax g ax t s)) +("aggression" nil (ax g r eh1 sh ax n)) +("aggressions" nil (ax g r eh1 sh ax n z)) +("aggressive" nil (ax g r eh1 s ih0 v)) +("aggressively" nil (ax g r eh1 s ih0 v l iy0)) +("aggressiveness" nil (ax g r eh1 s ih0 v n ax s)) +("aggressor" nil (ax g r eh1 s er0)) +("aggressors" nil (ax g r eh1 s er0 z)) +("aggrieved" nil (ax g r iy1 v d)) +("aggy" nil (ae1 g iy0)) +("aghast" nil (ax g ae1 s t)) +("aghazadeh" nil (ae1 g ax z aa1 d eh1)) +("agie" nil (ae1 g iy0)) +("agildo" nil (ax g ih1 l d ow0)) +("agile" nil (ae1 jh ax l)) +("agility" nil (ax jh ih1 l ax t iy0)) +("agin" nil (aa0 jh iy1 n)) +("agincourt" nil (ae1 jh ax n k ao1 r t)) +("aging" nil (ey1 jh ih0 ng)) +("agins" nil (ey1 g ih0 n z)) +("agip" nil (ey1 g ih0 p)) +("agitate" nil (ae1 jh ax t ey1 t)) +("agitated" nil (ae1 jh ax t ey1 t ax d)) +("agitating" nil (ae1 jh ax t ey1 t ih0 ng)) +("agitation" nil (ae1 jh ax t ey1 sh ax n)) +("agitator" nil (ae1 jh ax t ey1 t er0)) +("agitators" nil (ae1 jh ih0 t ey1 t er0 z)) +("agius" nil (ey1 jh iy0 ih0 s)) +("agleam" nil (ax g l iy1 m)) +("agler" nil (ae1 g l er0)) +("aglitter" nil (ax g l ih1 t er0)) +("aglow" nil (ax g l ow1)) +("agna" nil (ae1 g n ax)) +("agne" nil (ey1 n y)) +("agnella" nil (ae1 g n eh1 l ax)) +("agnelli" nil (ae1 g n eh1 l iy0)) +("agnello" nil (ae1 g n eh1 l ow0)) +("agner" nil (ae1 g n er0)) +("agnes" nil (ae1 g n ih0 s)) +("agneta" nil (aa0 g n eh1 t ax)) +("agnew" nil (ae1 g n uw0)) +("agnico" nil (ae1 g n ih0 k ow1)) +("agnor" nil (ae1 g n er0)) +("agnos" nil (ae1 g n ow0 s)) +("agnostic" nil (ae0 g n aa1 s t ih0 k)) +("ago" nil (ax g ow1)) +("agog" nil (ax g aa1 g)) +("agoglia" nil (ax g aa1 g l iy0 ax)) +("agonies" nil (ae1 g ax n iy0 z)) +("agonists" nil (ae1 g ax n ih0 s t s)) +("agonize" nil (ae1 g ax n ay1 z)) +("agonized" nil (ae1 g ax n ay1 z d)) +("agonizes" nil (ae1 g ax n ay1 z ih0 z)) +("agonizing" nil (ae1 g ax n ay0 z ih0 ng)) +("agonizingly" nil (ae1 g ax n ay0 z ih0 ng l iy0)) +("agony" nil (ae1 g ax n iy0)) +("agora" nil (ae1 g er0 ax)) +("agosta" nil (aa0 g ow1 s t ax)) +("agostinelli" nil (aa0 g ow0 s t iy0 n eh1 l iy0)) +("agostini" nil (aa0 g ow0 s t iy1 n iy0)) +("agostino" nil (aa0 g ao0 s t iy1 n ow0)) +("agosto" nil (aa0 g ow1 s t ow0)) +("agoura" nil (ax g uw1 r ax)) +("agouron" nil (ax g uw1 r aa0 n)) +("agra" nil (ae1 g r ax)) +("agrarian" nil (ax g r eh1 r iy0 ax n)) +("agrarianism" nil (ax g r eh1 r iy0 ax n ih1 z ax m)) +("agrawal" nil (ax g r ae1 w ax l)) +("agree" nil (ax g r iy1)) +("agreeable" nil (ax g r iy1 ax b ax l)) +("agreed" nil (ax g r iy1 d)) +("agreeement" nil (ax g r iy1 m ax n t)) +("agreeing" nil (ax g r iy1 ih0 ng)) +("agreement" nil (ax g r iy1 m ax n t)) +("agreements" nil (ax g r iy1 m ax n t s)) +("agrees" nil (ax g r iy1 z)) +("agresource" nil (aa1 g r eh0 s ao1 r s)) +("agressive" nil (ax g r eh1 s ih0 v)) +("agresta" nil (aa0 g r eh1 s t ax)) +("agresti" nil (aa0 g r eh1 s t iy0)) +("agri" nil (ae1 g r iy0)) +("agribusiness" nil (ae1 g r ax b ih1 z n ax s)) +("agrico" nil (ax g r iy1 k ow0)) +("agricola" nil (ae1 g r ih0 k ow1 l ax)) +("agricole" nil (ae1 g r ih0 k ow1 l)) +("agricultural" nil (ae1 g r ax k ah1 l ch er0 ax l)) +("agriculturalist" nil (ae1 g r ax k ah1 l ch er0 ax l ax s t)) +("agriculturally" nil (ae1 g r ih0 k ah1 l ch er0 ax l iy0)) +("agriculture" nil (ae1 g r ih0 k ah1 l ch er0)) +("agrifuels" nil (ae1 g r ax f y uw1 l z)) +("agrippa" nil (ax g r ih1 p ax)) +("agrivisor" nil (ae1 g r ax v ay1 z er0)) +("agro" nil (ae1 g r ow0)) +("agrochemical" nil (ae1 g r ow0 k eh1 m ax k ax l)) +("agrochemicals" nil (ae1 g r ow0 k eh1 m ih0 k ax l z)) +("agrokomerc" nil (ae1 g r ax k ow0 m er1 k)) +("agronomist" nil (ax g r aa1 n ax m ih0 s t)) +("agronomists" nil (ax g r aa1 n ax m ih0 s t s)) +("aground" nil (ax g r aw1 n d)) +("agrusa" nil (aa0 g r uw1 s ax)) +("aguacate" nil (ae1 g w ax k ey1 t)) +("aguado" nil (aa0 g w aa1 d ow0)) +("aguayo" nil (aa0 g w ey1 ow0)) +("agudelo" nil (aa0 g uw0 d ey1 l ow0)) +("aguero" nil (aa0 g eh1 r ow0)) +("aguiar" nil (aa1 g w y er0)) +("aguila" nil (aa0 g w iy1 l ax)) +("aguilar" nil (ae1 g ax l aa0 r)) +("aguilera" nil (aa0 g w iy0 l eh1 r ax)) +("aguillard" nil (ae1 g ih0 l er0 d)) +("aguillon" nil (aa0 g w iy0 l ao1 n)) +("aguinaga" nil (aa0 g uw0 iy0 n aa1 g ax)) +("aguirra" nil (ax g w ih1 r ax)) +("aguirre" nil (aa0 g w ih1 r ey0)) +("agustin" nil (ax g ao1 s t ih0 n)) +("ah" nil (aa1)) +("aha" nil (aa1 hh aa1)) +("ahab" nil (ey1 hh ae1 b)) +("ahah" nil (aa1 hh aa0)) +("aharon" nil (ae1 hh er0 aa0 n)) +("ahart" nil (ax hh aa1 r t)) +("ahead" nil (ax hh eh1 d)) +("ahearn" nil (ax hh er1 n)) +("aherin" nil (aa1 er0 ih0 n)) +("ahern" nil (ax hh er1 n)) +("aherne" nil (ax hh er1 n)) +("ahh" nil (aa1)) +("ahl" nil (aa1 l)) +("ahlberg" nil (aa1 l b er0 g)) +("ahlborn" nil (aa1 l b er0 n)) +("ahlen" nil (ax l ey1 n)) +("ahlers" nil (aa1 l er0 z)) +("ahles" nil (ey1 ax l z)) +("ahlf" nil (aa1 l f)) +("ahlgren" nil (aa1 l g r eh0 n)) +("ahlgrim" nil (aa1 l g r ih0 m)) +("ahlin" nil (aa1 l ih0 n)) +("ahlman" nil (aa1 l m ax n)) +("ahlquist" nil (aa1 l k w ih1 s t)) +("ahlstrand" nil (aa1 l s t r ax n d)) +("ahlstrom" nil (aa1 l s t r ax m)) +("ahmad" nil (aa1 m aa0 d)) +("ahmadi" nil (aa0 m aa1 d iy0)) +("ahmann" nil (aa1 m ax n)) +("ahmanson" nil (aa1 m ax n s ax n)) +("ahmed" nil (aa1 m ax d)) +("ahn" nil (ae1 n)) +("ahner" nil (aa1 n er0)) +("aho" nil (aa1 hh ow0)) +("ahola" nil (ae1 hh ax l ax)) +("ahold" nil (ax hh ow1 l d)) +("ahonen" nil (ax hh ow1 n ax n)) +("ahr" nil (aa1 r)) +("ahren" nil (aa1 r ax n)) +("ahrendt" nil (aa1 r ih0 n t)) +("ahrens" nil (aa1 r ih0 n z)) +("ahs" nil (aa1 z)) +("ahuja" nil (aa0 hh uw1 y ax)) +("ahumada" nil (aa0 y uw0 m aa1 d ax)) +("ai" nil (ay1)) +("aichele" nil (ay1 k ax l)) +("aicher" nil (ay1 k er0)) +("aichi" nil (aa0 iy1 ch iy0)) +("aickin" nil (ey1 k ih0 n)) +("aid" nil (ey1 d)) +("aida" nil (ay0 iy1 d ax)) +("aidan" nil (aa0 iy1 d aa0 n)) +("aide" nil (ey1 d)) +("aided" nil (ey1 d ax d)) +("aides" nil (ey1 d z)) +("aidid" nil (ay1 d iy1 d)) +("aiding" nil (ey1 d ih0 ng)) +("aids" nil (ey1 d z)) +("aiello" nil (ay1 eh1 l ow0)) +("aigner" nil (ey1 n er0)) +("aiguebelle" nil (ay1 g ax b eh1 l)) +("aiken" nil (ey1 k ih0 n)) +("aikens" nil (ey1 k ih0 n z)) +("aikey" nil (ey1 k iy0)) +("aikin" nil (aa0 iy1 k iy0 n)) +("aikins" nil (ay1 k ih0 n z)) +("aikman" nil (ey1 k m ax n)) +("ailee" nil (ey1 l iy1)) +("aileen" nil (ay0 l iy1 n)) +("ailerons" nil (ey1 l er0 aa1 n z)) +("ailes" nil (ay1 l z)) +("ailey" nil (ey1 l iy0)) +("ailing" nil (ey1 l ih0 ng)) +("ailment" nil (ey1 l m ax n t)) +("ailments" nil (ey1 l m ax n t s)) +("ailor" nil (ey1 l er0)) +("ails" nil (ey1 l z)) +("ailsa" nil (ey1 l s ax)) +("aim" nil (ey1 m)) +("aime" nil (ey1 m)) +("aimed" nil (ey1 m d)) +("aimee" nil (ey1 m iy1)) +("aiming" nil (ey1 m ih0 ng)) +("aimless" nil (ey1 m l ax s)) +("aimlessly" nil (ey1 m l ax s l iy0)) +("aimone" nil (ey1 m ow1 n)) +("aims" nil (ey1 m z)) +("aine" nil (ey1 n)) +("ainge" nil (ey1 ng)) +("ainley" nil (ey1 n l iy0)) +("ainsberg" nil (ey1 n z b er0 g)) +("ainsley" nil (ey1 n s l iy0)) +("ainslie" nil (ey1 n z l iy0)) +("ainsworth" nil (ey1 n s w er0 th)) +("aipac" nil (ay1 p ae1 k)) +("air" nil (eh1 r)) +("airbag" nil (eh1 r b ae1 g)) +("airbags" nil (eh1 r b ae1 g z)) +("airborne" nil (eh1 r b ao1 r n)) +("airbus" nil (eh1 r b ax s)) +("aircal" nil (eh1 r k aa0 l)) +("airco" nil (eh1 r k ow0)) +("aircoa" nil (eh1 r k ow1 ax)) +("aircraft" nil (eh1 r k r ae1 f t)) +("aircrafts" nil (eh1 r k r ae1 f t s)) +("aird" nil (eh1 r d)) +("airdrop" nil (eh1 r d r aa0 p)) +("aired" nil (eh1 r d)) +("airedale" nil (eh1 r d ey1 l)) +("aires" nil (eh1 r iy0 z)) +("airey" nil (eh1 r iy0)) +("airfare" nil (eh1 r f eh1 r)) +("airfares" nil (eh1 r f eh1 r z)) +("airfield" nil (eh1 r f iy1 l d)) +("airfields" nil (eh1 r f iy1 l d z)) +("airflow" nil (eh1 r f l ow0)) +("airfoil" nil (eh1 r f oy1 l)) +("airfoils" nil (eh1 r f oy1 l z)) +("airfone" nil (eh1 r f ow1 n)) +("airframe" nil (eh1 r f r ey1 m)) +("airfreight" nil (eh1 r f r ey1 t)) +("airgas" nil (eh1 r g ae1 s)) +("airglow" nil (eh1 r g l ow1)) +("airhart" nil (eh1 r hh aa0 r t)) +("airhead" nil (eh1 r hh eh1 d)) +("airing" nil (eh1 r ih0 ng)) +("airington" nil (eh1 r ih0 ng t ax n)) +("airless" nil (eh1 r l ax s)) +("airlia" nil (eh1 r l iy0 ax)) +("airlie" nil (eh1 r l iy0)) +("airlift" nil (eh1 r l ih1 f t)) +("airlifted" nil (eh1 r l ih1 f t ih0 d)) +("airlifting" nil (eh1 r l ih1 f t ih0 ng)) +("airline" nil (eh1 r l ay1 n)) +("airliner" nil (eh1 r l ay1 n er0)) +("airliners" nil (eh1 r l ay1 n er0 z)) +("airlines" nil (eh1 r l ay1 n z)) +("airlink" nil (eh1 r l ih1 ng k)) +("airmail" nil (eh1 r m ey1 l)) +("airman" nil (eh1 r m ax n)) +("airmen" nil (eh1 r m eh1 n)) +("airmotive" nil (eh1 r m ow1 t ih0 v)) +("airplane" nil (eh1 r p l ey1 n)) +("airplanes" nil (eh1 r p l ey0 n z)) +("airport" nil (eh1 r p ao1 r t)) +("airports" nil (eh1 r p ao1 r t s)) +("airpower" nil (eh1 r p aw1 er0)) +("airs" nil (eh1 r z)) +("airship" nil (eh1 r sh ih1 p)) +("airships" nil (eh1 r sh ih1 p s)) +("airspace" nil (eh1 r s p ey1 s)) +("airspeed" nil (eh1 r s p iy1 d)) +("airstrike" nil (eh1 r s t r ay1 k)) +("airstrikes" nil (eh1 r s t r ay1 k s)) +("airstrip" nil (eh1 r s t r ih1 p)) +("airstrips" nil (eh1 r s t r ih1 p s)) +("airtight" nil (eh1 r t ay1 t)) +("airtime" nil (eh1 r t ay1 m)) +("airtouch" nil (eh1 r t ah1 ch)) +("airtran" nil (eh1 r t r ae1 n)) +("airwave" nil (eh1 r w ey1 v)) +("airwaves" nil (eh1 r w ey1 v z)) +("airway" nil (eh1 r w ey1)) +("airways" nil (eh1 r w ey1 z)) +("airworthiness" nil (eh1 r w er1 dh iy0 n ax s)) +("airworthy" nil (eh1 r w er1 dh iy0)) +("airy" nil (eh1 r iy0)) +("ais" nil (ay1 z)) +("aisle" nil (ay1 l)) +("aisles" nil (ay1 l z)) +("aislinn" nil (ey1 s l ih0 n)) +("aitchison" nil (ey1 ch ih0 s ax n)) +("aithne" nil (ey1 th n)) +("aitken" nil (ay1 t k ax n)) +("aiton" nil (aa0 iy1 t ow0 n)) +("aiwa" nil (ay1 w ax)) +("aja" nil (ay1 ax)) +("ajaj" nil (ax jh aa1 jh)) +("ajami" nil (ey1 jh aa1 m iy0)) +("ajar" nil (ax jh aa1 r)) +("ajax" nil (ey1 jh ae1 k s)) +("ajinomoto" nil (ax jh ih1 n ax m ow1 t ow0)) +("akai" nil (ax k ay1)) +("akali" nil (ax k aa1 l iy0)) +("akamine" nil (ae1 k ax m ay1 n)) +("akana" nil (aa0 k aa1 n ax)) +("akard" nil (ae1 k er0 d)) +("akashi" nil (ax k aa1 sh iy0)) +("akbar" nil (ae1 k b er0)) +("akc" nil (ae1 k)) +("ake" nil (ey1 k)) +("akel" nil (ax k eh1 l)) +("akella" nil (ax k eh1 l ax)) +("akens" nil (ey1 k ax n z)) +("aker" nil (ae1 k er0)) +("akerley" nil (ax k er1 l iy0)) +("akerman" nil (ae1 k er0 m ax n)) +("akers" nil (ey1 k er0 z)) +("akerson" nil (ae1 k er0 s ax n)) +("akey" nil (ax k iy1)) +("akhtar" nil (ae1 k t er0)) +("aki" nil (aa1 k iy0)) +("akiba" nil (ax k iy1 b ax)) +("akihito" nil (aa1 k iy0 hh iy1 t ow1)) +("akimbo" nil (ax k ih1 m b ow1)) +("akin" nil (ax k ih1 n)) +("akins" nil (ax k ih1 n z)) +("akio" nil (aa1 k iy0 ow0)) +("akira" nil (ax k iy1 r ax)) +("akita" nil (ax k iy1 t ax)) +("akiyama" nil (aa0 k iy0 y aa1 m ax)) +("akkadian" nil (ax k ey1 d iy0 ax n)) +("akkerman" nil (ae1 k er0 m ax n)) +("akre" nil (ae1 k er0)) +("akridge" nil (ax k r ih1 jh)) +("akron" nil (ae1 k r ax n)) +("aksamit" nil (ae1 k s ax m ih0 t)) +("aksler" nil (ae1 k s l er0)) +("akst" nil (ae1 k s t)) +("akzo" nil (ae1 k z ow0)) +("al" nil (ae1 l)) +("ala" nil (ey1 l ax)) +("alabama" nil (ae1 l ax b ae1 m ax)) +("alabaster" nil (ae1 l ax b ae1 s t er0)) +("alachlor" nil (ax l ae1 k l er0)) +("alacrity" nil (ax l ae1 k r ax t iy0)) +("aladdin" nil (ax l ae1 d ih0 n)) +("alafi" nil (ax l aa1 f iy0)) +("alagem" nil (ae1 l ax jh eh0 m)) +("alagna" nil (aa0 l aa1 g n ax)) +("alagoas" nil (ae1 l ax g ow1 z)) +("alai" nil (ax l ay1)) +("alaimo" nil (ax l ey1 m ow0)) +("alain" nil (ax l ey1 n)) +("alaine" nil (ax l ey1 n)) +("alair" nil (ax l eh1 r)) +("alam" nil (ax l ae1 m)) +("alamco" nil (ax l ae1 m k ow0)) +("alameda" nil (ae1 l ax m iy1 d ax)) +("alamein" nil (ae1 l ax m ay1 n)) +("alamillo" nil (ae1 l ax m ih1 l ow0)) +("alamito" nil (ae1 l ax m iy1 t ow0)) +("alamitos" nil (ae1 l ax m iy1 t ow0 s)) +("alamo" nil (ae1 l ax m ow0)) +("alamos" nil (ae1 l ax m ow0 z)) +("alan" nil (ae1 l ax n)) +("alana" nil (aa0 l ae1 n ax)) +("aland" nil (ae1 l ax n d)) +("alane" nil (ax l ey1 n)) +("alanis" nil (aa0 l aa1 n ih0 s)) +("alaniz" nil (ae1 l ax n ih0 z)) +("alann" nil (ae1 l ae0 n)) +("alanna" nil (aa0 l aa1 n ax)) +("alar" nil (ey1 l aa1 r)) +("alarcon" nil (ax l aa1 r k aa1 n)) +("alard" nil (ax l aa1 r d)) +("alaric" nil (ae1 l er0 ih0 k)) +("alarica" nil (aa0 l aa0 r iy1 k ax)) +("alarice" nil (aa0 l aa1 r ih0 s)) +("alarid" nil (ax l eh1 r ih0 d)) +("alarie" nil (ax l eh1 r iy0)) +("alarm" nil (ax l aa1 r m)) +("alarmed" nil (ax l aa1 r m d)) +("alarming" nil (ax l aa1 r m ih0 ng)) +("alarmingly" nil (ax l aa1 r m ih0 ng l iy0)) +("alarmist" nil (ax l aa1 r m ax s t)) +("alarms" nil (ax l aa1 r m z)) +("alas" nil (ax l ae1 s)) +("alaska" nil (ax l ae1 s k ax)) +("alaskamen" nil (ax l ae1 s k ax m ax n)) +("alaskan" nil (ax l ae1 s k ax n)) +("alaskans" nil (ax l ae1 s k ax n z)) +("alastair" nil (ae1 l ax s t eh1 r)) +("alaster" nil (ae1 l ax s t er0)) +("alatorre" nil (aa0 l aa0 t ao1 r iy0)) +("alayne" nil (ax l ey1 n)) +("alba" nil (ae1 l b ax)) +("albach" nil (ae1 l b aa0 k)) +("albacore" nil (ae1 l b ax k ao1 r)) +("alban" nil (aa1 l b ax n)) +("albanese" nil (aa0 l b aa0 n ey1 z iy0)) +("albani" nil (ae0 l b aa1 n iy0)) +("albania" nil (ae0 l b ey1 n iy0 ax)) +("albanian" nil (ae0 l b ey1 n iy0 ax n)) +("albanians" nil (ae0 l b ey1 n iy0 ax n z)) +("albano" nil (aa0 l b aa1 n ow0)) +("albans" nil (ae1 l b ae0 n z)) +("albany" nil (ao1 l b ax n iy0)) +("albarado" nil (aa0 l b aa0 r aa1 d ow0)) +("albarran" nil (ae1 l b ae1 r ax n)) +("albatross" nil (ae1 l b ax t r aa1 s)) +("albaugh" nil (ax l b ao1)) +("albea" nil (ae1 l b iy0 ax)) +("albee" nil (ax l b iy1)) +("albeit" nil (ao0 l b iy1 ih0 t)) +("albemarle" nil (ae1 l b ax m aa1 r l)) +("alben" nil (ao1 l b ax n)) +("alber" nil (ae1 l b er0)) +("alberding" nil (ae1 l b er0 d ih0 ng)) +("alberg" nil (ae1 l b er0 g)) +("albergo" nil (aa0 l b eh1 r g ow0)) +("alberico" nil (aa0 l b er0 iy1 k ow0)) +("albern" nil (ae1 l b er0 n)) +("albers" nil (ao1 l b er0 z)) +("alberson" nil (ae1 l b er0 s ax n)) +("albert" nil (ae1 l b er0 t)) +("alberta" nil (ae0 l b er1 t ax)) +("alberthal" nil (ae1 l b er0 t ao1 l)) +("alberti" nil (aa0 l b eh1 r t iy0)) +("albertina" nil (aa0 l b er0 t iy1 n ax)) +("albertine" nil (ae1 l b er0 t iy1 n)) +("albertini" nil (aa0 l b er0 t iy1 n iy0)) +("alberto" nil (ae0 l b er1 t ow0)) +("alberts" nil (ae1 l b er0 t s)) +("albertsen" nil (ae1 l b er0 t s ax n)) +("albertson" nil (ae1 l b er0 t s ax n)) +("albertus" nil (ae0 l b er1 t ax s)) +("albertville" nil (ae1 l b er0 t v ih1 l)) +("alberty" nil (ax l b er1 t iy0)) +("albie" nil (ao1 l b iy0)) +("albin" nil (ae1 l b ih0 n)) +("albina" nil (aa0 l b iy1 n ax)) +("albini" nil (aa0 l b iy1 n iy0)) +("albinia" nil (aa0 l b iy1 n iy0 ax)) +("albino" nil (ae0 l b ay1 n ow1)) +("albion" nil (ae1 l b iy0 ax n)) +("albo" nil (ae1 l b ow0)) +("albrecht" nil (ao1 l b r eh1 k t)) +("albright" nil (ao1 l b r ay1 t)) +("albritton" nil (ae1 l b r ih0 t aa0 n)) +("albro" nil (ae1 l b r ow0)) +("album" nil (ae1 l b ax m)) +("albumin" nil (ae0 l b y uw1 m ax n)) +("albums" nil (ae1 l b ax m z)) +("albunex" nil (ae1 l b y uw1 n eh0 k s)) +("albuquerque" nil (ae1 l b ax k er0 k iy0)) +("albury" nil (ae1 l b eh0 r iy0)) +("albus" nil (ae1 l b ax s)) +("albuterol" nil (ae1 l b y uw1 t er0 ao0 l)) +("alcala" nil (aa0 l k aa1 l ax)) +("alcan" nil (ae1 l k ae1 n)) +("alcantar" nil (ae1 l k ae1 n t er0)) +("alcantara" nil (aa0 l k aa0 n t aa1 r ax)) +("alcaraz" nil (aa0 l k aa1 r aa0 z)) +("alcasa" nil (ae0 l k aa1 s ax)) +("alcatel" nil (ae1 l k ax t eh1 l)) +("alcee" nil (ae1 l s iy0)) +("alchemically" nil (ae0 l k eh1 m ax k l iy0)) +("alchemist" nil (ae1 l ch ax m ih0 s t)) +("alchemy" nil (ae1 l k ax m iy0)) +("alcide" nil (ae1 l s ay1 d)) +("alcids" nil (ae1 l s ih0 d z)) +("alcina" nil (aa0 l ch iy1 n ax)) +("alco" nil (ae1 l k ow0)) +("alcoa" nil (ae1 l k ow0 ax)) +("alcocer" nil (ax l k ow1 s er0)) +("alcock" nil (ax l k aa1 k)) +("alcohol" nil (ae1 l k ax hh aa1 l)) +("alcoholic" nil (ae1 l k ax hh aa1 l ih0 k)) +("alcoholics" nil (ae1 l k ax hh aa1 l ih0 k s)) +("alcoholism" nil (ae1 l k ax hh ao1 l ih1 z ax m)) +("alcon" nil (ax l k aa1 n)) +("alcorta" nil (aa0 l k ao1 r t ax)) +("alcott" nil (ae1 l k aa1 t)) +("alcoves" nil (ae1 l k ow1 v z)) +("alda" nil (aa1 l d ax)) +("aldaco" nil (aa0 l d aa1 k ow0)) +("aldama" nil (aa0 l d aa1 m ax)) +("aldana" nil (aa0 l d ae1 n ax)) +("aldape" nil (aa0 l d aa1 p ey0)) +("alday" nil (ae1 l d ey0)) +("aldebaran" nil (ae0 l d eh1 b er0 ax n)) +("alden" nil (aa1 l d ax n)) +("alder" nil (ao1 l d er0)) +("aldercy" nil (ax l d er1 k iy0)) +("alderete" nil (ae1 l d er0 iy0 t)) +("alderfer" nil (ae1 l d er0 f er0)) +("alderman" nil (ao1 l d er0 m ax n)) +("aldermen" nil (ao1 l d er0 m ih0 n)) +("alderson" nil (ao1 l d er0 s ax n)) +("alderton" nil (ao1 l d er0 t ax n)) +("aldi" nil (aa1 l d iy0)) +("aldicarb" nil (ao1 l d ih0 k aa1 r b)) +("aldila" nil (ae1 l d ih1 l ax)) +("aldin" nil (aa0 l d iy1 n)) +("aldinger" nil (ao1 l d ih0 ng er0)) +("aldis" nil (aa1 l d ih0 s)) +("aldo" nil (aa1 l d ow0)) +("aldora" nil (aa0 l d ao1 r ax)) +("aldous" nil (aa1 l d ax s)) +("aldred" nil (ae1 l d er0 d)) +("aldredge" nil (ao1 l d r eh0 jh)) +("aldrete" nil (ao1 l d r iy0 t)) +("aldric" nil (ae1 l d r ih0 k)) +("aldrich" nil (ao1 l d r ih0 ch)) +("aldridge" nil (ao1 l d r ih0 jh)) +("aldrin" nil (ao1 l d r ih0 n)) +("aldus" nil (aa1 l d ih0 s)) +("aldwin" nil (ao1 l d w ih0 n)) +("aldwyn" nil (ao1 l d w ih0 n)) +("aldys" nil (aa1 l d y s)) +("ale" nil (ey1 l)) +("aleatory" nil (ey1 l iy0 ax t ao1 r iy0)) +("alec" nil (ae1 l ih0 k)) +("aleda" nil (aa0 l ey1 d ax)) +("aleen" nil (ax l iy1 n)) +("alegre" nil (aa0 l eh1 g r iy0)) +("alegrett" nil (ae1 l ax g r ax t)) +("alegria" nil (ax l eh1 g r iy0 ax)) +("alehouse" nil (ey1 l hh aw1 s)) +("aleichem" nil (ax l ay1 k ax m)) +("alejandre" nil (aa0 l ey0 y aa1 n d r ey0)) +("alejandro" nil (aa0 l ey0 y aa1 n d r ow0)) +("alejo" nil (aa0 l ey1 y ow0)) +("alejos" nil (aa0 l ey1 y ow0 z)) +("aleksandr" nil (ae1 l ax g z ae1 n d er0)) +("aleman" nil (ey1 l m ax n)) +("alena" nil (aa0 l ey1 n ax)) +("alene" nil (ax l iy1 n)) +("alenia" nil (ax l iy1 n iy0 ax)) +("aleo" nil (aa1 l iy0 ow0)) +("aleph" nil (aa1 l ax f)) +("aleria" nil (ax l iy1 r iy0 ax)) +("aleron" nil (aa0 l eh0 r ao1 n)) +("alert" nil (ax l er1 t)) +("alerted" nil (ax l er1 t ih0 d)) +("alerting" nil (ax l er1 t ih0 ng)) +("alertness" nil (ax l er1 t n ax s)) +("alerts" nil (ax l er1 t s)) +("ales" nil (ey1 l z)) +("aleshire" nil (aa0 l ey0 sh ih1 r ey0)) +("alesi" nil (aa0 l eh1 s iy0)) +("alessandra" nil (ae1 l eh0 s ae1 n d r ax)) +("alessandrini" nil (aa0 l eh0 s aa0 n d r iy1 n iy0)) +("alessandro" nil (aa0 l ey0 z aa1 n d r ow0)) +("alessi" nil (ax l eh1 s iy0)) +("alessio" nil (ax l eh1 s iy0 ow0)) +("aleta" nil (aa0 l eh1 t ax)) +("alethea" nil (ae1 l ax th iy1 ax)) +("aletti" nil (ax l eh1 t iy0)) +("aleutian" nil (ax l uw1 sh ax n)) +("aleutians" nil (ax l uw1 sh ax n z)) +("aleve" nil (ax l iy1 v)) +("alewife" nil (ey1 l w ay1 f)) +("alewine" nil (ey1 l w ay1 n)) +("alewives" nil (ey1 l w ay1 v z)) +("alex" nil (ae1 l ax k s)) +("alexa" nil (ax l eh1 k s ax)) +("alexander" nil (ae1 l ax g z ae1 n d er0)) +("alexanders" nil (ae1 l ih0 g z ae1 n d er0 z)) +("alexandra" nil (ae1 l eh0 g z ae1 n d r ax)) +("alexandre" nil (ae0 l ih0 k s aa1 n d er0)) +("alexandria" nil (ae1 l ax g z ae1 n d r iy0 ax)) +("alexandrine" nil (ae1 l ax g z ae1 n d r iy0 n)) +("alexandrines" nil (ae1 l ax g z ae1 n d r iy0 n z)) +("alexei" nil (ax l eh1 k s ey1)) +("alexi" nil (ax l eh1 k s iy0)) +("alexia" nil (ax l eh1 k s iy0 ax)) +("alexine" nil (ax l eh1 k s ay0 n)) +("alexis" nil (ax l eh1 k s ih0 s)) +("alexopoulos" nil (ae0 l ih0 g z aa1 p ax l ih0 s)) +("alexy" nil (ax l iy1 k s iy0)) +("aley" nil (ey1 l iy0)) +("alf" nil (ae1 l f)) +("alfa" nil (ae1 l f ax)) +("alfalfa" nil (ae1 l f ae1 l f ax)) +("alfano" nil (aa0 l f aa1 n ow0)) +("alfaro" nil (aa0 l f aa1 r ow0)) +("alfie" nil (ae1 l f iy0)) +("alfieri" nil (aa0 l f ih1 r iy0)) +("alfiero" nil (ae1 l f iy0 eh1 r ow0)) +("alfin" nil (ae1 l f ih0 n)) +("alfons" nil (aa1 l f ow0 n z)) +("alfonse" nil (ae1 l f aa0 n s)) +("alfonsin" nil (ae1 l f aa1 n s ih0 n)) +("alfonsine" nil (aa0 l f ow0 n s iy1 n iy0)) +("alfonso" nil (ae1 l f aa1 n s ow0)) +("alford" nil (ae1 l f er0 d)) +("alfred" nil (ae1 l f r ax d)) +("alfredo" nil (ae1 l f r ey1 d ow0)) +("alfredson" nil (ae1 l f r ih0 d s ax n)) +("alfrey" nil (ae1 l f r iy0)) +("algae" nil (ae1 l jh iy0)) +("algal" nil (ae1 l g ax l)) +("algar" nil (aa0 l g aa1 r)) +("algarin" nil (ae1 l g er0 ih0 n)) +("algebra" nil (ae1 l jh ax b r ax)) +("algebraic" nil (ae1 l jh ax b r ey1 ih0 k)) +("algebraically" nil (ae1 l jh ax b r ey1 ih0 k l iy0)) +("algemene" nil (ae1 l g ax m iy1 n)) +("algeo" nil (ae1 l jh iy0 ow0)) +("alger" nil (ae1 l jh er0)) +("algeria" nil (ae0 l jh ih1 r iy0 ax)) +("algerian" nil (ae0 l jh ih1 r iy0 ax n)) +("algerians" nil (ae0 l jh iy1 r iy0 ax n z)) +("algernon" nil (ae1 l jh er0 n aa0 n)) +("algie" nil (ao1 l g iy0)) +("algiers" nil (ae0 l jh ih1 r z)) +("algol" nil (ae1 l g aa0 l)) +("algom" nil (ae1 l g ax m)) +("algoma" nil (ae0 l g ow1 m ax)) +("algonquian" nil (ae0 l g aa1 ng k iy0 ax n)) +("algonquin" nil (ae0 l g aa1 ng k w ih0 n)) +("algorithm" nil (ae1 l g er0 ih1 dh ax m)) +("algorithms" nil (ae1 l g er0 ih1 dh ax m z)) +("alguire" nil (aa0 l g w ih1 r ey0)) +("algy" nil (ae1 l jh iy0)) +("alhadeff" nil (ae1 l ax d eh0 f)) +("alhambra" nil (ae0 l hh ae1 m b r ax)) +("ali" nil (aa1 l iy0)) +("aliano" nil (aa0 l iy0 aa1 n ow0)) +("alianza" nil (ae1 l iy0 ae1 n z ax)) +("alias" nil (ey1 l iy0 ax s)) +("aliases" nil (ey1 l iy0 ax s ih0 z)) +("aliberti" nil (aa0 l iy0 b eh1 r t iy0)) +("alibi" nil (ae1 l ax b ay1)) +("alibis" nil (ae1 l ax b ay1 z)) +("alibrandi" nil (ae1 l ih0 b r ae1 n d iy0)) +("alice" nil (ae1 l ax s)) +("alicea" nil (ax l ih1 s iy0 ax)) +("alicia" nil (ax l ih1 sh ax)) +("alida" nil (aa0 l iy1 d ax)) +("alie" nil (ae1 l iy0)) +("alien" nil (ey1 l iy0 ax n)) +("alienate" nil (ey1 l y ax n ey1 t)) +("alienated" nil (ey1 l iy0 ax n ey1 t ax d)) +("alienates" nil (ey1 l iy0 ax n ey1 t s)) +("alienating" nil (ey1 l iy0 ax n ey1 t ih0 ng)) +("alienation" nil (ey1 l iy0 ax n ey1 sh ax n)) +("aliens" nil (ey1 l iy0 ax n z)) +("aliff" nil (ae1 l ih0 f)) +("alig" nil (ae1 l ih0 g)) +("alight" nil (ax l ay1 t)) +("align" nil (ax l ay1 n)) +("aligned" nil (ax l ay1 n d)) +("aligning" nil (ax l ay1 n ih0 ng)) +("alignment" nil (ax l ay1 n m ax n t)) +("alignments" nil (ax l ay1 n m ax n t s)) +("aligns" nil (ax l ay1 n z)) +("alija" nil (ax l ay1 jh ax)) +("alike" nil (ax l ay1 k)) +("alikes" nil (ax l ay1 k s)) +("alima" nil (aa0 l iy1 m ax)) +("alimenies" nil (ae1 l ih0 m eh1 n iy0 z)) +("alimentary" nil (ae1 l ax m eh1 n t er0 iy0)) +("alimony" nil (ae1 l ax m ow1 n iy0)) +("alina" nil (ax l iy1 n ax)) +("aline" nil (ax l ay1 n)) +("alines" nil (ax l ay1 n z)) +("alioto" nil (aa0 l iy0 ow1 t ow0)) +("aliquippa" nil (ae1 l ax k w ih1 p ax)) +("aliquippas" nil (ae1 l ax k w ih1 p ax z)) +("alire" nil (aa0 l ih1 r ey0)) +("alisky" nil (ax l ih1 s k iy0)) +("alison" nil (ae1 l ih0 s ax n)) +("alissa" nil (ax l ih1 s ax)) +("alistair" nil (ae1 l ih0 s t eh1 r)) +("alister" nil (ae1 l ih0 s t er0)) +("alita" nil (aa0 l iy1 t ax)) +("alitalia" nil (ae1 l ih0 t ey1 l iy0 ax)) +("alithia" nil (ax l ih1 th iy0 ax)) +("alito" nil (ax l iy1 t ow0)) +("alive" nil (ax l ay1 v)) +("alix" nil (ae1 l ih0 k s)) +("alizac" nil (ae1 l ih0 z ae0 k)) +("alka" nil (ae1 l k ax)) +("alkahest" nil (ae1 l k ax hh eh1 s t)) +("alkali" nil (ae1 l k ax l ay1)) +("alkalies" nil (ae1 l k ax l ay1 z)) +("alkaline" nil (ae1 l k ax l ay1 n)) +("alkalinity" nil (ae1 l k ax l ih1 n ax t iy0)) +("alkaloid" nil (ae1 l k ax l oy1 d)) +("alkaloidal" nil (ae0 l k ax l oy1 d ax l)) +("alkaloids" nil (ae1 l k ax l oy1 d z)) +("alkanes" nil (ae1 l k ey1 n z)) +("alkema" nil (ae1 l k ih0 m ax)) +("alkene" nil (ae1 l k iy1 n)) +("alkenes" nil (ae1 l k iy1 n z)) +("alkire" nil (ax l k ay1 r)) +("all" nil (ao1 l)) +("alla" nil (aa1 l ax)) +("allah" nil (aa1 l ax)) +("allain" nil (ax l ey1 n)) +("allaire" nil (aa0 l eh1 r)) +("allais" nil (ax l ey1)) +("allan" nil (ae1 l ax n)) +("allante" nil (ae1 l aa1 n t ey0)) +("allar" nil (ax l aa1 r)) +("allard" nil (ae1 l er0 d)) +("allay" nil (ax l ey1)) +("allayed" nil (ax l ey1 d)) +("allaying" nil (ax l ey1 ih0 ng)) +("allays" nil (ax l ey1 z)) +("allbaugh" nil (ax l b ao1)) +("allbee" nil (ao1 l b iy1)) +("allbright" nil (ao1 l b r ay1 t)) +("allbritten" nil (ae1 l b r ih0 t ax n)) +("allbritton" nil (ae1 l b r ih0 t aa0 n)) +("allcock" nil (ao1 l k aa1 k)) +("allcorn" nil (ax l k ao1 r n)) +("allday" nil (ao1 l d ey1)) +("allderdice" nil (aa1 l d er0 d ay1 s)) +("alldredge" nil (ax l d r eh1 jh)) +("allebach" nil (ae1 l ih0 b aa0 k)) +("alleco" nil (ae1 l eh1 k ow0)) +("allee" nil (ax l iy1)) +("allegation" nil (ae1 l ax g ey1 sh ax n)) +("allegations" nil (ae1 l ax g ey1 sh ax n z)) +("allege" nil (ax l eh1 jh)) +("alleged" nil (ax l eh1 jh d)) +("allegedly" nil (ax l eh1 jh ax d l iy0)) +("alleges" nil (ax l eh1 jh ax z)) +("alleghany" nil (ae1 l ax g ey1 n iy0)) +("allegheny" nil (ae1 l ax g ey1 n iy0)) +("allegiance" nil (ax l iy1 jh ax n s)) +("allegiances" nil (ae1 l iy1 jh iy0 ae1 n s ih0 z)) +("alleging" nil (ax l eh1 jh ih0 ng)) +("allegis" nil (ae1 l ey1 jh ih0 s)) +("allegorical" nil (ae1 l ax g ao1 r ax k ax l)) +("allegories" nil (ae1 l ax g ao1 r iy0 z)) +("allegory" nil (ae1 l ax g ao1 r iy0)) +("allegra" nil (aa0 l eh1 g r ax)) +("allegretti" nil (aa0 l eh0 g r eh1 t iy0)) +("allegro" nil (ax l eh1 g r ow1)) +("alleman" nil (ey1 l m ax n)) +("allemand" nil (ae1 l ih0 m ax n d)) +("allen" nil (ae1 l ax n)) +("allenbaugh" nil (ax l eh1 n b ao0)) +("allendale" nil (ae1 l ax n d ey1 l)) +("allende" nil (aa1 y eh1 n d ey0)) +("allender" nil (aa0 l y eh1 n d ey0 er0)) +("allendorf" nil (ae1 l ih0 n d ao0 r f)) +("allene" nil (ae1 l iy1 n)) +("allenhurst" nil (ae1 l ax n hh er1 s t)) +("allensbach" nil (ae1 l ax n z b aa1 k)) +("allensworth" nil (ax l eh1 n s w er0 th)) +("allentown" nil (ae1 l ax n t aw1 n)) +("allenwood" nil (ae1 l ax n w uh1 d)) +("aller" nil (ao1 l er0)) +("allergan" nil (ae1 l er0 jh ax n)) +("allergic" nil (ax l er1 jh ih0 k)) +("allergies" nil (ae1 l er0 jh iy0 z)) +("allergist" nil (ae1 l er0 jh ax s t)) +("allergy" nil (ae1 l er0 jh iy0)) +("allers" nil (ao1 l er0 z)) +("allert" nil (ae1 l er0 t)) +("allerton" nil (ae1 l er0 t ax n)) +("alles" nil (ey1 l z)) +("alleva" nil (aa0 l ey1 v ax)) +("alleviate" nil (ax l iy1 v iy0 ey1 t)) +("alleviated" nil (ax l iy1 v iy0 ey1 t ax d)) +("alleviates" nil (ax l iy1 v iy0 ey0 t s)) +("alleviating" nil (ax l iy1 v iy0 ey1 t ih0 ng)) +("alley" nil (ae1 l iy0)) +("alleyne" nil (ae1 l ey1 n)) +("alleys" nil (ae1 l iy0 z)) +("alleyway" nil (ae1 l iy0 w ey1)) +("alleyways" nil (ae1 l iy0 w ey1 z)) +("allgaier" nil (ae1 l g ay0 er0)) +("allgeier" nil (ae1 l g ay0 er0)) +("allgemeine" nil (ao1 l g ax m ay1 n)) +("allgeyer" nil (ae1 l g iy0 er0)) +("allgood" nil (ao1 l g uh1 d)) +("alli" nil (ae1 l iy0)) +("alliance" nil (ax l ay1 ax n s)) +("alliances" nil (ax l ay1 ax n s ax z)) +("alliant" nil (ax l ay1 ax n t)) +("allianz" nil (ae1 l iy0 ax n z)) +("allick" nil (ae1 l ih0 k)) +("allie" nil (ae1 l iy0)) +("allied" nil (ax l ay1 d)) +("alliedsignal" nil (ae1 l ay1 d s ih1 g n ax l)) +("allies" n (ae1 l ay0 z)) +("allies" v (ax l ay1 z)) +("alligator" nil (ae1 l ax g ey1 t er0)) +("alligators" nil (ae1 l ax g ey1 t er0 z)) +("alligood" nil (ae1 l ih0 g uh1 d)) +("allin" nil (ax l ih1 n)) +("allinder" nil (ae1 l ih0 n d er0)) +("alling" nil (ao1 l ih0 ng)) +("allinger" nil (ao1 l ih0 ng er0)) +("allingham" nil (ao1 l ih0 ng hh ae1 m)) +("allington" nil (ao1 l ih0 ng t ax n)) +("allinson" nil (ae1 l ih0 n s ax n)) +("allis" nil (ae1 l ih0 s)) +("allison" nil (ae1 l ax s ax n)) +("allister" nil (ao1 l ih0 s t er0)) +("alliston" nil (ae1 l ih0 s t aa0 n)) +("alliterative" nil (ax l ih1 t er0 ey1 t ih0 v)) +("allman" nil (ao1 l m ax n)) +("allmendinger" nil (ae1 l m eh0 n d ih0 ng er0)) +("allmon" nil (ao1 l m ax n)) +("allmond" nil (ax l m aa1 n d)) +("allnet" nil (ao1 l n eh1 t)) +("allnutt" nil (ax l n ah1 t)) +("allocate" nil (ae1 l ax k ey1 t)) +("allocated" nil (ae1 l ax k ey1 t ih0 d)) +("allocates" nil (ae1 l ax k ey1 t s)) +("allocating" nil (ae1 l ax k ey1 t ih0 ng)) +("allocation" nil (ae1 l ax k ey1 sh ax n)) +("allocations" nil (ae1 l ax k ey1 sh ax n z)) +("allocator" nil (ae1 l ax k ey1 t er0)) +("allocators" nil (ae1 l ax k ey1 t er0 z)) +("allocca" nil (ae1 l aa1 k ax)) +("allocco" nil (ae1 l aa1 k ow0)) +("allomorphs" nil (ae1 l ax m ao0 r f s)) +("allophones" nil (ae1 l ax f ow1 n z)) +("allophonic" nil (ae1 l ax f aa1 n ih0 k)) +("allor" nil (ao1 l er0)) +("allot" nil (ax l aa1 t)) +("alloted" nil (ax l aa1 t ih0 d)) +("allotment" nil (ax l aa1 t m ax n t)) +("allotments" nil (ax l aa1 t m ax n t s)) +("allotropes" nil (ae1 l ax t r ow1 p s)) +("allots" nil (ax l aa1 t s)) +("allotted" nil (ax l aa1 t ih0 d)) +("allotting" nil (ax l aa1 t ih0 ng)) +("allow" nil (ax l aw1)) +("allowable" nil (ax l aw1 ax b ax l)) +("allowance" nil (ax l aw1 ax n s)) +("allowances" nil (ax l aw1 ax n s ih0 z)) +("alloway" nil (ae1 l ow0 w ey1)) +("allowed" nil (ax l aw1 d)) +("allowing" nil (ax l aw1 ih0 ng)) +("allows" nil (ax l aw1 z)) +("alloy" nil (ae1 l oy1)) +("alloys" nil (ae1 l oy1 z)) +("allphin" nil (ax l f ih1 n)) +("allport" nil (ao1 l p ao1 r t)) +("allred" nil (ae1 l r d)) +("alls" nil (ao1 l z)) +("allsbrook" nil (ao1 l z b r uh1 k)) +("allshouse" nil (ao1 l z hh aw1 s)) +("allsop" nil (ao1 l s aa1 p)) +("allsopp" nil (ax l s aa1 p)) +("allspice" nil (ao1 l s p ay1 s)) +("allstate" nil (ao1 l s t ey1 t)) +("allston" nil (ao1 l s t ax n)) +("allsup" nil (ae1 l s ax p)) +("alltel" nil (ao1 l t eh1 l)) +("alltime" nil (ao1 l t ay1 m)) +("allton" nil (ao1 l t ax n)) +("alltop" nil (ao1 l t aa1 p)) +("allude" nil (ax l uw1 d)) +("alluded" nil (ax l uw1 d ax d)) +("alludes" nil (ax l uw1 d z)) +("alluding" nil (ax l uw1 d ih0 ng)) +("allum" nil (ae1 l ax m)) +("allums" nil (ae1 l ax m z)) +("allure" nil (ax l uh1 r)) +("alluring" nil (ax l uh1 r ih0 ng)) +("allusion" nil (ax l uw1 zh ax n)) +("allusions" nil (ax l uw1 zh ax n z)) +("allusive" nil (ax l uw1 s ih0 v)) +("alluvial" nil (ae1 l uw1 v iy0 ax l)) +("alluvium" nil (ax l uw1 v iy0 ax m)) +("allwaste" nil (ao1 l w ey1 s t)) +("allways" nil (ao1 l w ey1 z)) +("allweiss" nil (aa1 l w iy1 s)) +("ally" n (ae1 l ay0)) +("ally" v (ax l ay1)) +("allying" nil (ae1 l ay0 ih0 ng)) +("allyn" nil (ae1 l ih0 n)) +("allys" nil (ae1 l ay0 z)) +("alm" nil (aa1 m)) +("alma" nil (ae1 l m ax)) +("almada" nil (aa0 l m aa1 d ax)) +("almadani" nil (ao1 l m ax d aa1 n iy0)) +("almaden" nil (ae1 l m ax d ax n)) +("almaguer" nil (aa0 l m aa0 g w eh1 r)) +("alman" nil (ae1 l m ax n)) +("almanac" nil (ao1 l m ax n ae1 k)) +("almand" nil (ae1 l m ax n d)) +("almanza" nil (aa0 l m aa1 n z ax)) +("almanzar" nil (aa0 l m aa0 n z aa1 r)) +("almaraz" nil (aa0 l m aa1 r aa0 z)) +("almas" nil (ae1 l m ax z)) +("almasy" nil (ae1 l m ax s iy0)) +("almazan" nil (aa0 l m aa0 z aa1 n)) +("almeda" nil (aa0 l m ey1 d ax)) +("almeida" nil (aa0 l m iy1 d ax)) +("almendarez" nil (aa0 l m ey0 n d aa1 r eh0 z)) +("almer" nil (ao1 l m er0)) +("almgren" nil (ae1 l m g r eh0 n)) +("almighty" nil (ao0 l m ay1 t iy0)) +("almira" nil (aa0 l m ih1 r ax)) +("almo" nil (aa1 l m ow0)) +("almodovar" nil (aa0 l m ow0 d ow0 v aa1 r)) +("almond" nil (aa1 m ax n d)) +("almonds" nil (aa1 l m ax n d z)) +("almonte" nil (aa0 l m ow1 n t ey0)) +("almost" nil (ao1 l m ow1 s t)) +("almquist" nil (ae1 l m k w ih0 s t)) +("alms" nil (aa1 l m z)) +("almy" nil (ao1 m iy0)) +("almys" nil (ae1 l m iy0 z)) +("alodie" nil (ax l aa1 d iy0)) +("aloe" nil (ae1 l ow1)) +("aloft" nil (ax l ao1 f t)) +("aloha" nil (ax l ow1 hh aa0)) +("aloi" nil (aa1 l oy0)) +("aloia" nil (aa0 l ow1 y ax)) +("alois" nil (aa0 l oy1 s)) +("aloisa" nil (aa0 l oy1 s ax)) +("aloisi" nil (aa0 l oy1 s iy0)) +("aloisia" nil (aa0 l oy1 s iy0 ax)) +("aloisio" nil (aa0 l oy1 s iy0 ow0)) +("aloka" nil (ax l ow1 k ax)) +("alon" nil (ax l aa1 n)) +("alone" nil (ax l ow1 n)) +("along" nil (ax l ao1 ng)) +("alonge" nil (ae1 l ax n jh)) +("alongi" nil (aa0 l ow1 ng g iy0)) +("alongside" nil (ax l ao1 ng s ay1 d)) +("alonso" nil (ax l aa1 n s ow0)) +("alonza" nil (ax l aa1 n z ax)) +("alonzo" nil (ax l aa1 n z ow0)) +("aloof" nil (ax l uw1 f)) +("aloofness" nil (ax l uw1 f n ax s)) +("alot" nil (ax l aa1 t)) +("aloud" nil (ax l aw1 d)) +("aloys" nil (ax l oy1 z)) +("aloyse" nil (ax l oy1 s)) +("aloysia" nil (aa0 l oy1 s iy0 ax)) +("aloysius" nil (ae1 l ow0 ih1 sh ih0 s)) +("alpa" nil (ae1 l p ax)) +("alpaca" nil (ae0 l p ae1 k ax)) +("alpaugh" nil (ax l p ao1)) +("alper" nil (ae1 l p er0)) +("alperin" nil (ae1 l p er0 ih1 n)) +("alpern" nil (ax l p er1 n)) +("alpers" nil (ae1 l p er0 z)) +("alpert" nil (ae1 l p er0 t)) +("alpex" nil (ae1 l p eh0 k s)) +("alpha" nil (ae1 l f ax)) +("alphabet" nil (ae1 l f ax b eh1 t)) +("alphabetic" nil (ae1 l f ax b eh1 t ih0 k)) +("alphabetical" nil (ae1 l f ax b eh1 t ih0 k ax l)) +("alphabetically" nil (ae1 l f ax b eh1 t ih0 k l iy0)) +("alphabetization" nil (ae1 l f ax b eh1 t ax z ey1 sh ax n)) +("alphabetize" nil (ae1 l f ax b ax t ay1 z)) +("alphametrics" nil (ae1 l f ax m eh1 t r ih0 k s)) +("alphandery" nil (ae1 l f ae1 d er0 iy0)) +("alphanumeric" nil (ae1 l f ax n uw0 m eh1 r ih0 k)) +("alpharel" nil (ae1 l f er0 eh1 l)) +("alpharetta" nil (ae1 l f er0 eh1 t ax)) +("alphin" nil (ae1 l f ih0 n)) +("alphonse" nil (ae0 l f aa1 n z)) +("alphonsine" nil (ax l f aa1 n s iy0 n)) +("alphonso" nil (ae0 l f aa1 n s ow0)) +("alpin" nil (ax l p ih1 n)) +("alpine" nil (ae1 l p ay1 n)) +("alpo" nil (ae1 l p ow0)) +("alps" nil (ae1 l p s)) +("alquist" nil (ae1 l k w ih0 s t)) +("already" nil (ao0 l r eh1 d iy0)) +("alred" nil (ao1 l r d)) +("alright" nil (ao1 l r ay1 t)) +("alroy" nil (ax l r oy1)) +("alsace" nil (ae0 l s aa1 s)) +("alsatian" nil (ae0 l s ey1 sh ax n)) +("alsbrooks" nil (ae1 l s b r uh0 k s)) +("alsbury" nil (ao1 l s b eh0 r iy0)) +("alsdorf" nil (ae1 l s d ao0 r f)) +("alsip" nil (ae1 l s ih0 p)) +("also" nil (ao1 l s ow0)) +("alsobrook" nil (ae1 l s ax b r uh0 k)) +("alsobrooks" nil (ae1 l s ax b r uh0 k s)) +("alsop" nil (ae1 l s aa0 p)) +("alspach" nil (ae1 l s p ax k)) +("alspaugh" nil (ax l s p ao1)) +("alsthom" nil (ae1 l s th ax m)) +("alston" nil (ao1 l s t ax n)) +("alsup" nil (ae1 l s ax p)) +("alt" nil (aa1 l t)) +("alta" nil (aa1 l t ax)) +("altai" nil (ae0 l t ay1)) +("altaic" nil (ae0 l t ey1 ih0 k)) +("altamirano" nil (aa0 l t aa0 m ih0 r aa1 n ow0)) +("altamuro" nil (ao1 l t ax m uh1 r ow0)) +("altar" nil (ao1 l t er0)) +("altarpiece" nil (ao1 l t er0 p iy1 s)) +("altavista" nil (ao1 l t ax v ih1 s t ax)) +("altay" nil (ao1 l t ay0)) +("altemose" nil (ae1 l t ih0 m ow0 s)) +("altemus" nil (ae1 l t ih0 m ih0 s)) +("altenburg" nil (ao1 l t ax n b er0 g)) +("altenhofen" nil (ae1 l t ih0 n hh ax f ax n)) +("alter" nil (ao1 l t er0)) +("altera" nil (ao1 l t eh1 r ax)) +("alteration" nil (ao1 l t er0 ey1 sh ax n)) +("alterations" nil (ao1 l t er0 ey1 sh ax n z)) +("altercation" nil (ae1 l t er0 k ey1 sh ax n)) +("altered" nil (ao1 l t er0 d)) +("altergott" nil (ae1 l t er0 g ax t)) +("altering" nil (ao1 l t er0 ih0 ng)) +("alterman" nil (ao1 l t er0 m ax n)) +("alternacare" nil (ao0 l t er1 n ax k eh1 r)) +("alternate" j (ao1 l t er0 n ax t)) +("alternate" v (ao1 l t er0 n ey1 t)) +("alternated" nil (ao1 l t er0 n ey1 t ax d)) +("alternately" nil (ao1 l t er0 n ax t l iy0)) +("alternates" nil (ao1 l t er0 n ey1 t s)) +("alternating" nil (ao1 l t er0 n ey1 t ih0 ng)) +("alternative" nil (ao0 l t er1 n ax t ih0 v)) +("alternatively" nil (ao0 l t er1 n ax t ih0 v l iy0)) +("alternatives" nil (ao0 l t er1 n ax t ih0 v z)) +("alternator" nil (ao1 l t er0 n ey1 t er0)) +("alters" nil (ao1 l t er0 z)) +("altfest" nil (aa1 l t f eh1 s t)) +("althaus" nil (ae1 l t hh aw0 s)) +("althaver" nil (ae1 l th ey1 v er0)) +("althea" nil (ae0 l th iy1 ax)) +("althoff" nil (ae1 l t hh ao0 f)) +("although" nil (ao1 l dh ow1)) +("althouse" nil (ao1 l t hh aw1 s)) +("altice" nil (aa1 l t ih0 s)) +("altier" nil (ao1 l t iy0 er0)) +("altieri" nil (aa0 l t ih1 r iy0)) +("altima" nil (aa1 l t ih1 m ax)) +("altimeter" nil (ae0 l t ih1 m ax t er0)) +("altimorano" nil (aa1 l t iy1 m ao1 r aa1 n ow0)) +("altiplano" nil (ae1 l t ax p l aa1 n ow1)) +("altitude" nil (ae1 l t ax t uw1 d)) +("altitudes" nil (ae1 l t ih0 t uw1 d z)) +("altizer" nil (ae1 l t ay0 z er0)) +("altland" nil (ae1 l t l ax n d)) +("altman" nil (ao1 l t m ax n)) +("altmann" nil (ao1 l t m ax n)) +("altmeyer" nil (ae1 l t m ay0 er0)) +("alto" nil (ae1 l t ow0)) +("altobelli" nil (aa0 l t ow0 b eh1 l iy0)) +("altogether" nil (ao1 l t ax g eh1 dh er0)) +("altom" nil (ax l t aa1 m)) +("altomare" nil (aa0 l t ow0 m aa1 r iy0)) +("alton" nil (ao1 l t ax n)) +("altos" nil (ae1 l t ow0 z)) +("altra" nil (aa1 l t r ax)) +("altron" nil (ao1 l t r aa0 n)) +("altruism" nil (ae1 l t r uw0 ih1 z ax m)) +("altruistic" nil (ao1 l t r uw0 ih1 s t ih0 k)) +("altschiller" nil (ao1 l ch ih0 l er0)) +("altschul" nil (ae1 l ch ax l)) +("altschuler" nil (ae1 l ch y uw0 l er0)) +("altshuler" nil (ae1 l ch y uw0 l er0)) +("altucher" nil (ae0 l t ah1 k er0)) +("altus" nil (ae1 l t ax s)) +("altvater" nil (ae1 l t v ax t er0)) +("alu" nil (aa1 l uw0)) +("alum" nil (ae1 l ax m)) +("alumax" nil (ae1 l uw0 m ae0 k s)) +("alumbaugh" nil (ax l ah1 m b ao0)) +("alumina" nil (ax l uw1 m ax n ax)) +("aluminio" nil (ae1 l uw0 m iy1 n iy0 ow0)) +("aluminium" nil (ae1 l y ax m ih1 n iy0 ax m)) +("aluminized" nil (ax l uw1 m ax n ay1 z d)) +("aluminosilicate" nil (ax l uw1 m ax n ow0 s ih1 l ax k ey1 t)) +("aluminum" nil (ax l uw1 m ax n ax m)) +("alumni" nil (ax l ah1 m n ay1)) +("alumnus" nil (ax l ah1 m n ax s)) +("alums" nil (ae1 l ax m z)) +("alun" nil (ey1 l ax n)) +("alura" nil (aa0 l uh1 r ax)) +("alusuisse" nil (ae1 l y uw0 s w ih1 s)) +("alva" nil (ae1 l v ax)) +("alvah" nil (ae0 l v aa1)) +("alvan" nil (ae1 l v ax n)) +("alvarado" nil (ae1 l v er0 aa1 d ow0)) +("alvardo" nil (aa0 l v aa1 r d ow0)) +("alvarenga" nil (aa0 l v aa0 r eh1 ng g ax)) +("alvares" nil (aa0 l v aa1 r eh0 s)) +("alvarez" nil (ae1 l v er0 eh1 z)) +("alvaro" nil (ax l v aa1 r ow0)) +("alvear" nil (aa0 l v ih1 r)) +("alveolar" nil (ae0 l v iy1 ax l er0)) +("alveoli" nil (ae0 l v iy1 ax l ay1)) +("alverez" nil (aa0 l v eh1 r eh0 z)) +("alvero" nil (ae0 l v eh1 r ow0)) +("alverson" nil (aa0 l v eh1 r s ax n)) +("alves" nil (aa1 l v eh0 s)) +("alvey" nil (ae1 l v iy0)) +("alvidrez" nil (aa0 l v iy1 d r eh0 z)) +("alvin" nil (ae1 l v ih0 n)) +("alvina" nil (ae0 l v ay1 n ax)) +("alvino" nil (aa0 l v iy1 n ow0)) +("alvis" nil (aa1 l v ih0 s)) +("alvita" nil (aa0 l v iy1 t ax)) +("alvite" nil (ae1 l v ay1 t)) +("alvord" nil (ae0 l v ao1 r d)) +("alwaleed" nil (ae1 l w ax l iy1 d)) +("alward" nil (ae0 l w er1 d)) +("always" nil (ao1 l w ey1 z)) +("alwin" nil (ae1 l w ih0 n)) +("alwine" nil (ae1 l w ay1 n)) +("alwood" nil (ae1 l w uh0 d)) +("alwyn" nil (ae1 l w ih0 n)) +("aly" nil (ey1 l iy0)) +("alyce" nil (ae1 l ih0 s)) +("alyea" nil (ae0 l iy1 ax)) +("alyeska" nil (ae0 l iy0 eh1 s k ax)) +("alys" nil (ae1 l iy0 z)) +("alysheba" nil (ae1 l ih0 sh iy1 b ax)) +("alysia" nil (ax l ih1 s iy0 ax)) +("alyssa" nil (ax l ih1 s ax)) +("alza" nil (ae1 l z ax)) +("alzena" nil (aa0 l z eh1 n ax)) +("alzheimer" nil (ae1 l z hh ay1 m er0)) +("am" nil (ae1 m)) +("amabel" nil (ae1 m ax b eh1 l)) +("amabelle" nil (ae1 m ax b ax l)) +("amabile" nil (aa0 m aa1 b ax l)) +("amacher" nil (ae1 m ax k er0)) +("amacker" nil (ae1 m ax k er0)) +("amadea" nil (aa0 m aa1 d iy0 ax)) +("amadeo" nil (aa0 m aa1 d iy0 ow0)) +("amadeus" nil (ae1 m ax d ey1 ax s)) +("amado" nil (aa0 m aa1 d ow0)) +("amadon" nil (aa0 m aa0 d ao1 n)) +("amador" nil (ae1 m ax d ao1 r)) +("amadou" nil (ae1 m ax d uw1)) +("amaker" nil (ae1 m ey0 k er0)) +("amakudari" nil (ae1 m ax k y uw0 d aa1 r iy0)) +("amal" nil (ax m aa1 l)) +("amalea" nil (ae1 m ax l iy1 ax)) +("amalfitano" nil (aa0 m aa0 l f iy0 t aa1 n ow0)) +("amalgam" nil (ax m ae1 l g ax m)) +("amalgamated" nil (ax m ae1 l g ax m ey1 t ih0 d)) +("amalgamation" nil (ax m ae1 l g ax m ey1 sh ax n)) +("amalgams" nil (ax m ae1 l g ax m z)) +("amalia" nil (ax m aa1 l y ax)) +("amalie" nil (ae1 m ax l iy0)) +("aman" nil (aa1 m ax n)) +("amana" nil (ax m ae1 n ax)) +("amanda" nil (ax m ae1 n d ax)) +("amann" nil (ae1 m ax n)) +("amano" nil (ax m aa1 n ow0)) +("amanpour" nil (aa1 m aa1 n p uh1 r)) +("amante" nil (aa0 m aa1 n t iy0)) +("amar" nil (ax m aa1 r)) +("amara" nil (aa0 m aa1 r ax)) +("amaral" nil (aa0 m aa0 r ae1 l)) +("amarante" nil (aa0 m aa0 r aa1 n t iy0)) +("amaranth" nil (ae1 m er0 ae1 n th)) +("amari" nil (aa0 m aa1 r iy0)) +("amarillo" nil (ae1 m er0 ih1 l ow0)) +("amarin" nil (ae1 m er0 ih0 n)) +("amaris" nil (ae1 m er0 ih0 s)) +("amaro" nil (aa0 m aa1 r ow0)) +("amaryllis" nil (ae1 m er0 ih1 l ax s)) +("amaryllises" nil (ae1 m er0 ih1 l ax s ax z)) +("amasa" nil (ae1 m ax s ax)) +("amason" nil (ae1 m ax s ax n)) +("amass" nil (ax m ae1 s)) +("amassed" nil (ax m ae1 s t)) +("amassing" nil (ax m ae1 s ih0 ng)) +("amateur" nil (ae1 m ax t er1)) +("amateurish" nil (ae1 m ax ch er0 ih0 sh)) +("amateurism" nil (ae1 m ax ch er0 ih0 z ax m)) +("amateurs" nil (ae1 m ax t er1 z)) +("amatil" nil (ae1 m ax t ih0 l)) +("amato" nil (aa0 m aa1 t ow0)) +("amauligak" nil (ax m aw1 l ih0 g ae0 k)) +("amax" nil (ey1 m ae0 k s)) +("amaya" nil (aa0 m aa1 y ax)) +("amaze" nil (ax m ey1 z)) +("amazed" nil (ax m ey1 z d)) +("amazement" nil (ax m ey1 z m ax n t)) +("amazes" nil (ax m ey1 z ih0 z)) +("amazing" nil (ax m ey1 z ih0 ng)) +("amazingly" nil (ax m ey1 z ih0 ng l iy0)) +("amazon" nil (ae1 m ax z aa1 n)) +("amazonia" nil (ae1 m ax z ow1 n iy0 ax)) +("amazonian" nil (ae1 m ax z ow1 n iy0 ax n)) +("amazonians" nil (ae1 m ax z ow1 n iy0 ax n z)) +("amazons" nil (ae1 m ax z aa1 n z)) +("ambac" nil (ae1 m b ae0 k)) +("ambase" nil (ae1 m b ey1 s)) +("ambassador" nil (ae0 m b ae1 s ax d er0)) +("ambassadorial" nil (ae0 m b ae1 s ax d ao1 r iy0 ax l)) +("ambassadors" nil (ae0 m b ae1 s ax d er0 z)) +("ambassadorship" nil (ae0 m b ae1 s ax d er0 sh ih1 p)) +("ambassadorships" nil (ae0 m b ae1 s ax d er0 sh ih1 p s)) +("ambassadress" nil (ae0 m b ae1 s ax d r ax s)) +("amber" nil (ae1 m b er0)) +("amberg" nil (ae1 m b er0 g)) +("amberger" nil (ae1 m b er0 g er0)) +("ambergris" nil (ae1 m b er0 g r ih0 s)) +("ambers" nil (ae1 m b er0 z)) +("amberson" nil (ae1 m b er0 s ax n)) +("ambiance" nil (ae1 m b iy0 ax n s)) +("ambidextrous" nil (ae1 m b ax d eh1 k s t r ax s)) +("ambience" nil (ae1 m b iy0 ax n s)) +("ambient" nil (ae1 m b iy0 ax n t)) +("ambiguities" nil (ae0 m b ax g y uw1 ax t iy0 z)) +("ambiguity" nil (ae1 m b ih0 g y uw1 ax t iy0)) +("ambiguous" nil (ae0 m b ih1 g y uw0 ax s)) +("ambition" nil (ae0 m b ih1 sh ax n)) +("ambitions" nil (ae0 m b ih1 sh ax n z)) +("ambitious" nil (ae0 m b ih1 sh ax s)) +("ambitiously" nil (ae0 m b ih1 sh ax s l iy0)) +("ambivalence" nil (ae0 m b ih1 v ax l ax n s)) +("ambivalent" nil (ae0 m b ih1 v ax l ax n t)) +("amble" nil (ae1 m b ax l)) +("ambled" nil (ae1 m b ax l d)) +("ambler" nil (ae1 m b l er0)) +("ambles" nil (ae1 m b ax l z)) +("amblin" nil (ae1 m b l ih0 n)) +("ambling" nil (ae1 m b ax l ih0 ng)) +("amborn" nil (ax m b ao1 r n)) +("ambra" nil (ae1 m b r ax)) +("ambriano" nil (ae1 m b r iy0 aa1 n ow0)) +("ambrit" nil (ae1 m b r ih0 t)) +("ambriz" nil (ae1 m b r ih0 z)) +("ambrogio" nil (ae1 m b r ow1 jh iy0 ow0)) +("ambrose" nil (ae1 m b r ow1 z)) +("ambrosia" nil (ae0 m b r ow1 zh ax)) +("ambrosial" nil (ae0 m b r ow1 zh ax l)) +("ambrosian" nil (ae0 m b r ow1 z ax n)) +("ambrosiano" nil (ae0 m b r ow1 s iy0 aa1 n ow0)) +("ambrosine" nil (aa0 m b r ow0 s iy1 n iy0)) +("ambrosini" nil (aa0 m b r ow0 s iy1 n iy0)) +("ambrosino" nil (aa0 m b r ow0 s iy1 n ow0)) +("ambrosio" nil (ae1 m b r ow1 s iy0 ow0)) +("ambrosius" nil (ae1 m b r ax s iy0 ih0 s)) +("ambs" nil (ae1 m z)) +("ambuehl" nil (ae1 m b uh0 l)) +("ambulance" nil (ae1 m b y ax l ax n s)) +("ambulances" nil (ae1 m b y ax l ax n s ax z)) +("ambulatory" nil (ae1 m b y ax l ax t ao1 r iy0)) +("amburgey" nil (ae1 m b er0 g iy0)) +("amburn" nil (ax m b er1 n)) +("ambush" nil (ae1 m b uh1 sh)) +("ambushed" nil (ae1 m b uh1 sh t)) +("ambushes" nil (ae1 m b uh0 sh ih0 z)) +("ambushing" nil (ae1 m b uh1 sh ih0 ng)) +("amc" nil (ae1 m k)) +("amca" nil (ae1 m k ax)) +("amcast" nil (ae1 m k ae1 s t)) +("amcole" nil (ae1 m k ow1 l)) +("amcor" nil (ae1 m k ao1 r)) +("amcore" nil (ae1 m k ao1 r)) +("amdahl" nil (ae1 m d aa1 l)) +("amdec" nil (ae1 m d eh1 k)) +("amdek" nil (ae1 m d eh0 k)) +("amdur" nil (ae1 m d er0)) +("amdura" nil (ae0 m d uh1 r ax)) +("ame" nil (ey1 m)) +("amedco" nil (ax m eh1 d k ow0)) +("amedee" nil (ae1 m ih0 d iy0)) +("ameen" nil (ax m iy1 n)) +("amelia" nil (ax m iy1 l y ax)) +("amelinda" nil (aa0 m eh0 l iy1 n d ax)) +("ameline" nil (aa0 m eh0 l iy1 n iy0)) +("amelio" nil (ax m iy1 l iy0 ow0)) +("ameliorate" nil (ax m iy1 l y er0 ey1 t)) +("ameliorated" nil (ax m iy1 l iy0 er0 ey1 t ih0 d)) +("amelioration" nil (ax m iy1 l y er0 ey1 sh ax n)) +("amelita" nil (aa0 m eh0 l iy1 t ax)) +("amell" nil (aa0 m ey1 l)) +("amen" nil (ey1 m eh1 n)) +("amenable" nil (ax m eh1 n ax b ax l)) +("amend" nil (ax m eh1 n d)) +("amendable" nil (ax m eh1 n d ax b ax l)) +("amended" nil (ax m eh1 n d ax d)) +("amending" nil (ax m eh1 n d ih0 ng)) +("amendment" nil (ax m eh1 n d m ax n t)) +("amendments" nil (ax m eh1 n d m ax n t s)) +("amendola" nil (aa0 m eh0 n d ow1 l ax)) +("amends" nil (ax m eh1 n d z)) +("amenities" nil (ax m eh1 n ax t iy0 z)) +("amenity" nil (ax m eh1 n ax t iy0)) +("ament" nil (ae1 m ih0 n t)) +("amenta" nil (ax m eh1 n t ax)) +("amer" nil (ey1 m er0)) +("amerada" nil (ae1 m eh0 r aa1 d ax)) +("amerco" nil (ax m eh1 r k ow0)) +("amerford" nil (ey1 m er0 f er0 d)) +("ameri" nil (ax m eh1 r iy0)) +("ameribanc" nil (ax m eh1 r ih0 b ae1 ng k)) +("america" nil (ax m eh1 r ax k ax)) +("american" nil (ax m eh1 r ax k ax n)) +("americana" nil (ax m eh1 r ax k ae1 n ax)) +("americanism" nil (ax m eh1 r ih0 k ax n ih1 z ax m)) +("americanization" nil (ax m eh1 r ax k ax n ax z ey1 sh ax n)) +("americanize" nil (ax m eh1 r ax k ax n ay1 z)) +("americanized" nil (ax m eh1 r ih0 k ax n ay1 z d)) +("americano" nil (ax m eh1 r ih0 k aa1 n ow0)) +("americans" nil (ax m eh1 r ax k ax n z)) +("americar" nil (ax m eh1 r ih0 k aa1 r)) +("americare" nil (ax m eh1 r ih0 k eh1 r)) +("americares" nil (ax m eh1 r ih0 k eh1 r z)) +("americas" nil (ax m eh1 r ax k ax z)) +("americold" nil (ax m eh1 r ih0 k ow1 l d)) +("americorps" nil (ax m eh1 r ih0 k ao1 r)) +("americus" nil (ax m eh1 r ih0 k ax s)) +("amerifirst" nil (ax m eh1 r ih0 f er0 s t)) +("amerigas" nil (ax m eh1 r ih0 g ae1 s)) +("amerigo" nil (aa0 m er0 iy1 g ow0)) +("amerika" nil (ax m eh1 r ih0 k ax)) +("amerindian" nil (ae1 m er0 ih1 n d iy0 ax n)) +("amerine" nil (aa0 m er0 iy1 n iy0)) +("ameritech" nil (ax m eh1 r ih0 t eh1 k)) +("ameritrust" nil (ax m eh1 r ih0 t r ah1 s t)) +("amerman" nil (ae1 m er0 m ax n)) +("amero" nil (aa0 m eh1 r ow0)) +("ameron" nil (ae1 m er0 aa0 n)) +("amerongen" nil (ae1 m er0 ao1 n jh ax n)) +("amersham" nil (ae1 m er0 sh ae1 m)) +("amerson" nil (ae1 m er0 s ax n)) +("amery" nil (ae1 m er0 iy0)) +("ames" nil (ey1 m z)) +("ametek" nil (ae1 m ax t eh1 k)) +("amethyst" nil (ae1 m ih0 th ih0 s t)) +("amev" nil (ae1 m eh0 v)) +("amex" nil (ae1 m eh0 k s)) +("amexco" nil (ax m eh1 k s k ow0)) +("amey" nil (ey1 m iy0)) +("amezcua" nil (ax m eh1 z k y uw0 ax)) +("amezquita" nil (aa0 m eh0 z k w iy1 t ax)) +("amfac" nil (ae1 m f ae0 k)) +("amfesco" nil (ae0 m f eh1 s k ow0)) +("amgen" nil (ae1 m jh eh0 n)) +("amherst" nil (ae1 m er0 s t)) +("amhoist" nil (ae0 m hh oy1 s t)) +("ami" nil (aa1 m iy0)) +("amiability" nil (ey1 m iy0 ax b ih1 l ax t iy0)) +("amiable" nil (ey1 m iy0 ax b ax l)) +("amiably" nil (ey1 m iy0 ax b l iy0)) +("amicable" nil (ae1 m ih0 k ax b ax l)) +("amicably" nil (ae1 m ih0 k ax b l iy0)) +("amick" nil (ae1 m ih0 k)) +("amico" nil (aa0 m iy1 k ow0)) +("amicone" nil (ae1 m ih0 k ow1 n)) +("amicus" nil (ax m iy1 k ax s)) +("amid" nil (ax m ih1 d)) +("amidi" nil (aa0 m iy1 d iy0)) +("amidon" nil (ae1 m ih0 d aa0 n)) +("amidships" nil (ax m ih1 d sh ih0 p s)) +("amidst" nil (ax m ih1 d s t)) +("amie" nil (ae1 m iy0)) +("amiga" nil (ax m iy1 g ax)) +("amigo" nil (ax m iy1 g ow1)) +("amigos" nil (ax m iy1 g ow1 z)) +("amilia" nil (aa0 m iy1 l iy0 ax)) +("amin" nil (aa0 m iy1 n)) +("amino" nil (ax m iy1 n ow0)) +("aminta" nil (ax m ih1 n t ax)) +("amiot" nil (ey1 m iy0 ax t)) +("amiprilose" nil (ax m ih1 p r ax l ow1 s)) +("amir" nil (ax m ih1 r)) +("amiram" nil (ae1 m er0 ae0 m)) +("amiran" nil (ae1 m ih0 r ax n)) +("amirault" nil (ae1 m ay0 r aw0 l t)) +("amirav" nil (ae1 m ih0 r ae1 v)) +("amis" nil (ae1 m ih0 s)) +("amish" nil (aa1 m ih0 sh)) +("amison" nil (ae1 m ih0 s ax n)) +("amiss" nil (ax m ih1 s)) +("amitai" nil (ae1 m ih0 t ay1)) +("amity" nil (ae1 m ih0 t iy0)) +("amityville" nil (ae1 m ih0 t iy0 v ih1 l)) +("amman" nil (ae1 m ax n)) +("ammann" nil (ae1 m ax n)) +("ammeen" nil (ax m iy1 n)) +("ammerman" nil (ae1 m er0 m ax n)) +("ammeters" nil (ae1 m iy1 t er0 z)) +("ammirati" nil (aa0 m ih0 r aa1 t iy0)) +("ammo" nil (ae1 m ow1)) +("ammon" nil (ae1 m ax n)) +("ammonia" nil (ax m ow1 n y ax)) +("ammonite" nil (ae1 m ax n ay1 t)) +("ammonites" nil (ae1 m ax n ay1 t s)) +("ammonium" nil (ax m ow1 n iy0 ax m)) +("ammons" nil (ae1 m ax n z)) +("ammunition" nil (ae1 m y ax n ih1 sh ax n)) +("amnesia" nil (ae0 m n iy1 zh ax)) +("amnesiac" nil (ae0 m n iy1 z iy0 ae1 k)) +("amnesties" nil (ae1 m n ax s t iy0 z)) +("amnesty" nil (ae1 m n ax s t iy0)) +("amniocentesis" nil (ae1 m n iy0 ow0 s eh1 n t iy1 s ih0 s)) +("amniotic" nil (ae1 m n iy0 ao0 t ih0 k)) +("amo" nil (aa1 m ow0)) +("amoco" nil (ae1 m ax k ow0)) +("amoeba" nil (ax m iy1 b ax)) +("amoebas" nil (ax m iy1 b ax z)) +("amoebic" nil (ax m iy1 b ih0 k)) +("amok" nil (ax m ah1 k)) +("amon" nil (aa0 m ao1 n)) +("among" nil (ax m ah1 ng)) +("amongst" nil (ax m ah1 ng s t)) +("amor" nil (ae1 m er0)) +("amoral" nil (ey0 m ao1 r ax l)) +("amore" nil (aa1 m ao0 r)) +("amorette" nil (ae1 m er0 eh1 t)) +("amorist" nil (ae1 m er0 ax s t)) +("amorita" nil (aa0 m ao0 r iy1 t ax)) +("amorosi" nil (aa0 m ao0 r ow1 s iy0)) +("amoroso" nil (aa0 m ao0 r ow1 s ow0)) +("amorous" nil (ae1 m er0 ax s)) +("amorphous" nil (ax m ao1 r f ax s)) +("amortization" nil (ae1 m er0 t ih0 z ey1 sh ax n)) +("amortize" nil (ae1 m er0 t ay1 z)) +("amortized" nil (ae1 m er0 t ay1 z d)) +("amortizing" nil (ae1 m er0 t ay1 z ih0 ng)) +("amoruso" nil (ae1 m er0 uw1 s ow0)) +("amory" nil (ey1 m er0 iy0)) +("amos" nil (ey1 m ax s)) +("amoskeag" nil (ae1 m ax s k ey1 g)) +("amoss" nil (ax m ao1 s)) +("amount" nil (ax m aw1 n t)) +("amounted" nil (ax m aw1 n t ih0 d)) +("amounting" nil (ax m aw1 n t ih0 ng)) +("amounts" nil (ax m aw1 n t s)) +("ampad" nil (ae1 m p ae0 d)) +("ampal" nil (ae1 m p ax l)) +("amparan" nil (ae1 m p er0 ax n)) +("ampco" nil (ae1 m p k ow0)) +("amperage" nil (ae1 m p er0 ih0 jh)) +("ampersand" nil (ae1 m p er0 s ae1 n d)) +("ampex" nil (ae1 m p eh1 k s)) +("amphenol" nil (ae1 m f ax n ao0 l)) +("amphetamine" nil (ae0 m f eh1 t ax m iy1 n)) +("amphetamines" nil (ae0 m f eh1 t ax m iy1 n z)) +("amphibian" nil (ae0 m f ih1 b iy0 ax n)) +("amphibians" nil (ae0 m f ih1 b iy0 ax n z)) +("amphibious" nil (ae0 m f ih1 b iy0 ax s)) +("amphibole" nil (ae1 m f ax b ow1 l)) +("amphitheater" nil (ae1 m f ax th iy1 ax t er0)) +("amphitheaters" nil (ae1 m f ax th iy1 ax t er0 z)) +("amphitheatre" nil (ae1 m p ax th iy1 ax t er0)) +("amphora" nil (ae1 m f er0 ax)) +("amphorae" nil (ae1 m f er0 iy1)) +("ample" nil (ae1 m p ax l)) +("amplification" nil (ae1 m p l ax f ax k ey1 sh ax n)) +("amplifications" nil (ae1 m p l ax f ax k ey1 sh ax n z)) +("amplified" nil (ae1 m p l ax f ay1 d)) +("amplifier" nil (ae1 m p l ax f ay1 er0)) +("amplifiers" nil (ae1 m p l ax f ay1 er0 z)) +("amplifies" nil (ae1 m p l ax f ay1 z)) +("amplify" nil (ae1 m p l ax f ay1)) +("amplifying" nil (ae1 m p l ax f ay1 ih0 ng)) +("ampligen" nil (ae1 m p l ih0 jh eh0 n)) +("amplitude" nil (ae1 m p l ax t uw1 d)) +("amply" nil (ae1 m p l iy0)) +("ampol" nil (ae1 m p ao0 l)) +("amputate" nil (ae1 m p y ax t ey1 t)) +("amputated" nil (ae1 m p y ax t ey1 t ih0 d)) +("amputation" nil (ae1 m p y ax t ey1 sh ax n)) +("amputations" nil (ae1 m p y uw0 t ey1 sh ax n z)) +("amputee" nil (ae1 m p y ax t iy1)) +("amraam" nil (ae0 m r aa1 m)) +("amre" nil (ae1 m r ax)) +("amrein" nil (ae1 m r ay0 n)) +("amrep" nil (ae1 m r eh0 p)) +("amrhein" nil (ae1 m er0 hh ay1 n)) +("amrine" nil (ae1 m r iy0 n)) +("amritsar" nil (ae0 m r ih1 t s er0)) +("amro" nil (ae1 m r ow0)) +("ams" nil (ae1 m z)) +("amsbaugh" nil (ae1 m z b ao1)) +("amsco" nil (ae1 m s k ow0)) +("amsden" nil (ae1 m z d ax n)) +("amsler" nil (ae1 m z l er0)) +("amsouth" nil (ae1 m s aw1 th)) +("amspacher" nil (ae1 m s p ax k er0)) +("amstar" nil (ae1 m s t aa1 r)) +("amster" nil (ae1 m s t er0)) +("amsterdam" nil (ae1 m s t er0 d ae1 m)) +("amstrad" nil (ae1 m s t r ae1 d)) +("amstutz" nil (ae1 m s t ax t s)) +("amtech" nil (ae1 m t eh1 k)) +("amtrack" nil (ae1 m t r ae1 k)) +("amtrak" nil (ae1 m t r ae0 k)) +("amuck" nil (ax m ah1 k)) +("amulet" nil (ae1 m y ax l ax t)) +("amulets" nil (ae1 m y ax l ax t s)) +("amundsen" nil (ey1 m ax n d s ax n)) +("amundson" nil (ae1 m ax n d s ax n)) +("amuse" nil (ax m y uw1 z)) +("amused" nil (ax m y uw1 z d)) +("amusement" nil (ax m y uw1 z m ax n t)) +("amusements" nil (ax m y uw1 z m ax n t s)) +("amuses" nil (ax m y uw1 z ih0 z)) +("amusing" nil (ax m y uw1 z ih0 ng)) +("amusingly" nil (ax m y uw1 z ih0 ng l iy0)) +("amvest" nil (ae1 m v eh0 s t)) +("amvestors" nil (ae1 m v eh1 s t er0 z)) +("amway" nil (ae1 m w ey1)) +("amy" nil (ey1 m iy0)) +("amylin" nil (ae1 m ih0 l ih1 n)) +("amyloid" nil (ae1 m ih0 l oy1 d)) +("amyotrophic" nil (ae1 m ay0 ax t r ow1 f ih0 k)) +("amythyst" nil (ae1 m ih0 th ih0 s t)) +("amyx" nil (ae1 m ih0 k s)) +("an" nil (ae1 n)) +("ana" nil (aa1 n ax)) +("anabaptist" nil (ae1 n ax b ae1 p t ax s t)) +("anable" nil (ey1 n ax b ax l)) +("anabolic" nil (ae1 n ax b aa1 l ih0 k)) +("anac" nil (ae1 n ae0 k)) +("anachronism" nil (ax n ae1 k r ax n ih1 z ax m)) +("anachronisms" nil (ax n ae1 k r ax n ih1 z ax m z)) +("anachronistic" nil (ax n ae1 k r ax n ih1 s t ih0 k)) +("anacin" nil (ae1 n ax s ih0 n)) +("anacker" nil (ae1 n ax k er0)) +("anacomp" nil (ae1 n ax k aa1 m p)) +("anaconda" nil (ae1 n ax k aa1 n d ax)) +("anacostia" nil (ae1 n ax k aa1 s t iy0 ax)) +("anadarko" nil (ae1 n ax d aa1 r k ow0)) +("anaerobes" nil (ae1 n er0 ow1 b z)) +("anaerobic" nil (ae1 n er0 ow1 b ih0 k)) +("anaesthesia" nil (ae1 n ax s th iy1 zh ax)) +("anafranil" nil (ax n ae1 f r ax n ih1 l)) +("anagnos" nil (aa0 n aa1 g n ow0 z)) +("anagram" nil (ae1 n ax g r ae1 m)) +("anaheim" nil (ae1 n ax hh ay1 m)) +("anal" nil (ey1 n ax l)) +("analgesic" nil (ae1 n ax l jh iy1 s ih0 k)) +("analgesics" nil (ae1 n ax l jh iy1 z ih0 k s)) +("analog" nil (ae1 n ax l ao1 g)) +("analogic" nil (ae1 n ax l aa1 jh ih0 k)) +("analogies" nil (ax n ae1 l ax jh iy0 z)) +("analogous" nil (ax n ae1 l ax g ax s)) +("analogue" nil (ae1 n ax l ao1 g)) +("analogy" nil (ax n ae1 l ax jh iy0)) +("analyses" n (ax n ae1 l ax s iy0 z)) +("analyses" v (ah1 n ae0 l ay s ih0 z)) +("analysis" nil (ax n ae1 l ax s ax s)) +("analyst" nil (ae1 n ax l ax s t)) +("analysts" nil (ae1 n ax l ax s t s)) +("analytic" nil (ae1 n ax l ih1 t ih0 k)) +("analytical" nil (ae1 n ax l ih1 t ih0 k ax l)) +("analytically" nil (ae1 n ax l ih1 t ih0 k l iy0)) +("analyticity" nil (ae1 n ax l ax t ih1 s ax t iy0)) +("analytics" nil (ae1 n ax l ih1 t ih0 k s)) +("analyzable" nil (ae1 n ax l ay1 z ax b ax l)) +("analyze" nil (ae1 n ax l ay1 z)) +("analyzed" nil (ae1 n ax l ay1 z d)) +("analyzer" nil (ae1 n ax l ay1 z er0)) +("analyzers" nil (ae1 n ax l ay1 z er0 z)) +("analyzes" nil (ae1 n ax l ay1 z ih0 z)) +("analyzing" nil (ae1 n ax l ay1 z ih0 ng)) +("anand" nil (ae1 n ax n d)) +("anandeep" nil (aa1 n aa0 n d iy1 p)) +("anania" nil (aa0 n aa1 n iy0 ax)) +("anantha" nil (ax n ae1 n th ax)) +("anaphora" nil (ax n ae1 f er0 ax)) +("anarchic" nil (ae0 n aa1 r k ih0 k)) +("anarchical" nil (ae0 n aa1 r k ax k ax l)) +("anarchist" nil (ae1 n er0 k ax s t)) +("anarchy" nil (ae1 n er0 k iy0)) +("anaren" nil (ae1 n er0 ax n)) +("anast" nil (aa1 n aa0 s t)) +("anastas" nil (ae1 n ax s t ax z)) +("anastasi" nil (aa0 n aa0 s t aa1 s iy0)) +("anastasia" nil (ae0 n ax s t ey1 zh ax)) +("anastasio" nil (aa0 n aa0 s t aa1 s iy0 ow0)) +("anastos" nil (ae1 n ax s t ow0 z)) +("anathema" nil (ax n ae1 th ax m ax)) +("anatola" nil (aa0 n aa0 t ow1 l ax)) +("anatole" nil (ae1 n ax t ow1 l)) +("anatoli" nil (ae1 n ax t ow1 l iy0)) +("anatolia" nil (ae1 n ax t ow1 l iy0 ax)) +("anatolian" nil (ae1 n ax t ow1 l iy0 ax n)) +("anatoly" nil (ae1 n ax t ow1 l iy0)) +("anatomical" nil (ae1 n ax t aa1 m ax k ax l)) +("anatomically" nil (ae1 n ax t aa1 m ax k l iy0)) +("anatomist" nil (ax n ae1 t ax m ax s t)) +("anatomy" nil (ax n ae1 t ax m iy0)) +("anaya" nil (aa0 n aa1 y ax)) +("anaylsts" nil (ax n ey1 l s t s)) +("ancel" nil (ax n s eh1 l)) +("ancell" nil (aa0 n s ey1 l)) +("ancestor" nil (ae1 n s eh1 s t er0)) +("ancestors" nil (ae1 n s eh1 s t er0 z)) +("ancestral" nil (ae0 n s eh1 s t r ax l)) +("ancestry" nil (ae1 n s eh0 s t r iy0)) +("ancheta" nil (aa0 n k eh1 t ax)) +("anchondo" nil (aa0 n k ow1 n d ow0)) +("anchor" nil (ae1 ng k er0)) +("anchorage" nil (ae1 ng k er0 ax jh)) +("anchored" nil (ae1 ng k er0 d)) +("anchoring" nil (ae1 ng k er0 ih0 ng)) +("anchorman" nil (ae1 ng k er0 m ae1 n)) +("anchormen" nil (ae1 ng k er0 m eh1 n)) +("anchors" nil (ae1 ng k er0 z)) +("anchovies" nil (ae0 n ch ow1 v iy0 z)) +("anchovy" nil (ae0 n ch ow1 v iy0)) +("ancient" nil (ey1 n ch ax n t)) +("ancients" nil (ey1 n ch ax n t s)) +("ancillary" nil (ae1 n s ax l eh1 r iy0)) +("ancira" nil (aa0 n ch ih1 r ax)) +("ancona" nil (aa0 n k ow1 n ax)) +("ancrum" nil (ax n k r ah1 m)) +("anctil" nil (ae1 ng k t ih0 l)) +("and" nil (ae1 n d)) +("andal" nil (ae1 n d ax l)) +("andalusia" nil (ae1 n d ax l uw1 zh ax)) +("andalusian" nil (ae1 n d ax l uw1 sh ax n)) +("andante" nil (aa0 n d aa1 n t ey0)) +("andantino" nil (aa1 n d aa1 n t iy1 n ow0)) +("andean" nil (ae1 n d iy0 ax n)) +("andel" nil (ae1 n d ax l)) +("ander" nil (ae1 n d er0)) +("anderberg" nil (ae1 n d er0 b er0 g)) +("anderegg" nil (ae1 n d er0 ih0 g)) +("anderle" nil (ae1 n d er0 ax l)) +("anderlini" nil (ae1 n d er0 l iy1 n iy0)) +("anderman" nil (ae1 n d er0 m ax n)) +("anders" nil (ae1 n d er0 z)) +("andersen" nil (ae1 n d er0 s ax n)) +("anderson" nil (ae1 n d er0 s ax n)) +("andersons" nil (ae1 n d er0 s ax n z)) +("andersson" nil (ae1 n d er0 s ax n)) +("andert" nil (ae1 n d er0 t)) +("anderton" nil (ae1 n d er0 t ax n)) +("andes" nil (ae1 n d iy0 z)) +("andesite" nil (ae1 n d ih0 s ay1 t)) +("andie" nil (ae1 n d iy0)) +("anding" nil (ae1 n d ih0 ng)) +("andino" nil (aa0 n d iy1 n ow0)) +("andiron" nil (ae1 n d ay1 er0 n)) +("andis" nil (ae1 n d ih0 s)) +("andler" nil (ae1 n d l er0)) +("ando" nil (ae1 n d ow0)) +("andolina" nil (aa0 n d ow0 l iy1 n ax)) +("andonian" nil (ae1 n d ow1 n iy0 ax n)) +("andorra" nil (ae0 n d ao1 r ax)) +("andover" nil (ae1 n d ow0 v er0)) +("andrada" nil (aa0 n d r aa1 d ax)) +("andrade" nil (ae1 n d r ey1 d)) +("andrae" nil (aa1 n d r ay0)) +("andras" nil (aa1 n d r ax s)) +("andre" nil (aa1 n d r ey1)) +("andrea" nil (ae1 n d r iy0 ax)) +("andreae" nil (aa0 n d r ey1 aa0)) +("andreana" nil (ae1 n d r iy1 n ax)) +("andreano" nil (ae1 n d r iy1 n ow0)) +("andreas" nil (aa0 n d r ey1 ax s)) +("andreasen" nil (ae1 n d r iy0 s ax n)) +("andreason" nil (ae1 n d r iy1 s ax n)) +("andreassen" nil (ae1 n d r ax s ax n)) +("andree" nil (ax n d r iy1)) +("andreen" nil (ax n d r iy1 n)) +("andrei" nil (ae1 n d r ey1)) +("andreini" nil (aa0 n d r ey0 iy1 n iy0)) +("andrej" nil (aa1 n d r ey0)) +("andren" nil (ae1 n d er0 ax n)) +("andreoli" nil (aa0 n d r ey0 ow1 l iy0)) +("andreoni" nil (aa0 n d r ey0 ow1 n iy0)) +("andreotti" nil (aa0 n d r iy0 aa1 t iy0)) +("andreozzi" nil (aa0 n d r iy0 aa1 t s iy0)) +("andrepont" nil (aa0 n d r ey1 p ow0 n t)) +("andres" nil (aa1 n d r ey0 z)) +("andresen" nil (ae0 n d r iy1 s ax n)) +("andreski" nil (ae0 n d r eh1 s k iy0)) +("andress" nil (aa1 n d r eh0 s)) +("andretti" nil (ae1 n d r eh1 t iy0)) +("andreu" nil (ae1 n d r uw0)) +("andrew" nil (ae1 n d r uw0)) +("andrews" nil (ae1 n d r uw1 z)) +("andrey" nil (ae1 n d r iy0)) +("andrezak" nil (ae1 n d r ax z ae0 k)) +("andria" nil (ae1 n d r iy0 ax)) +("andriana" nil (aa0 n d r iy0 ae1 n ax)) +("andriano" nil (aa0 n d r iy0 aa1 n ow0)) +("andrich" nil (ae1 n d r ih0 k)) +("andrick" nil (ae1 n d r ih0 k)) +("andries" nil (ax n d r iy1 z)) +("andriessen" nil (ae1 n d r iy1 s ax n)) +("andringa" nil (aa0 n d r iy1 ng g ax)) +("andriola" nil (aa0 n d r iy0 ow1 l ax)) +("andrist" nil (ae1 n d r ih0 s t)) +("androgynous" nil (ae0 n d r ao1 jh ax n ax s)) +("android" nil (ae1 n d r oy1 d)) +("andromeda" nil (ae0 n d r aa1 m ax d ax)) +("andropov" nil (ae0 n d r aa1 p aa1 v)) +("andros" nil (ae1 n d r aa0 s)) +("andrus" nil (ae1 n d r ax s)) +("andruskevich" nil (ae1 n d r ax s eh1 v ih0 ch)) +("andry" nil (ae1 n d r iy0)) +("andrzej" nil (aa1 n d r ey1)) +("andrzejewski" nil (ax n jh ey0 eh1 f s k iy0)) +("ands" nil (ae1 n d z)) +("andujar" nil (aa0 n d uw0 y aa1 r)) +("andy" nil (ae1 n d iy0)) +("anecdotal" nil (ae1 n ax k d ow1 t ax l)) +("anecdote" nil (ae1 n ax k d ow1 t)) +("anecdotes" nil (ae1 n ax k d ow1 t s)) +("anello" nil (ax n eh1 l ow0)) +("anemia" nil (ax n iy1 m iy0 ax)) +("anemias" nil (ax n iy1 m iy0 ax z)) +("anemic" nil (ax n iy1 m ih0 k)) +("anemometer" nil (ae1 n ax m aa1 m ax t er0)) +("anemone" nil (ae1 n ih0 m ow1 n)) +("anencephalic" nil (ae0 n eh1 n s ax f ae1 l ih0 k)) +("anesthesia" nil (ae1 n ih0 s th iy1 zh ax)) +("anesthesiologist" nil (ae1 n ax s th iy1 z iy0 aa1 l ax jh ax s t)) +("anesthesiologists" nil (ae1 n ax s th iy1 z iy0 aa1 l ax jh ax s t s)) +("anesthesiology" nil (ae1 n ax s th iy0 z iy0 aa1 l ax jh iy0)) +("anesthetic" nil (ae1 n ax s th eh1 t ih0 k)) +("anesthetist" nil (ax n eh1 s th ax t ax s t)) +("anette" nil (ax n eh1 t)) +("anew" nil (ax n uw1)) +("anfinson" nil (ae1 n f ih0 n s ax n)) +("ang" nil (ae1 ng)) +("ange" nil (ey1 n jh)) +("angel" nil (ey1 n jh ax l)) +("angela" nil (ae1 n jh ax l ax)) +("angelenos" nil (ae1 n jh ax l iy1 n ow0 z)) +("angeles" nil (ae1 n jh ax l ih0 s)) +("angeletti" nil (aa0 ng g eh0 l eh1 t iy0)) +("angelfish" nil (ey1 n jh ax l f ih1 sh)) +("angeli" nil (aa0 ng g eh1 l iy0)) +("angelic" nil (ae1 n jh eh1 l ih0 k)) +("angelica" nil (ae0 n jh eh1 l ih0 k ax)) +("angelically" nil (ae0 n jh eh1 l ih0 k l iy0)) +("angelicas" nil (ae0 n jh eh1 l ih0 k ax z)) +("angelico" nil (aa0 ng g eh0 l iy1 k ow0)) +("angelika" nil (ae0 n jh eh1 l ih1 k ax)) +("angelillo" nil (aa0 ng g eh0 l ih1 l ow0)) +("angeline" nil (ey1 ng g ih0 l ay0 n)) +("angelini" nil (aa0 ng g eh0 l iy1 n iy0)) +("angelino" nil (ae1 n jh ax l iy1 n ow0)) +("angelita" nil (aa0 ng g eh0 l iy1 t ax)) +("angell" nil (ey1 n jh ax l)) +("angelle" nil (ey0 ng g eh1 l)) +("angello" nil (ae1 n jh eh1 l ow0)) +("angelo" nil (ae1 n jh ax l ow1)) +("angeloff" nil (ey1 ng g ih0 l ao0 f)) +("angelone" nil (aa0 ng g eh0 l ow1 n iy0)) +("angeloni" nil (aa0 ng g eh0 l ow1 n iy0)) +("angelos" nil (ae1 n jh ax l ow1 z)) +("angeloz" nil (ae1 n jh ax l ow1 z)) +("angels" nil (ey1 n jh ax l z)) +("angelucci" nil (aa0 ng g eh0 l uw1 ch iy0)) +("anger" nil (ae1 ng g er0)) +("angered" nil (ae1 ng g er0 d)) +("angerer" nil (ae1 ng g er0 er0)) +("angering" nil (ae1 ng g er0 ih0 ng)) +("angerman" nil (ae1 ng er0 m ax n)) +("angermeier" nil (ey1 ng g er0 m ay0 er0)) +("angers" nil (ae1 ng g er0 z)) +("angert" nil (ey1 ng g er0 t)) +("angevine" nil (ey1 ng g ih0 v ay0 n)) +("angi" nil (ae1 n jh iy0)) +("angie" nil (ae1 n jh iy0)) +("angier" nil (ae1 n jh iy0 er0)) +("angina" nil (ae0 n jh ay1 n ax)) +("angio" nil (ae1 n jh iy0 ow0)) +("angiomedics" nil (ae1 n jh iy0 ow0 m eh1 d ih0 k s)) +("angioplasty" nil (ae1 n jh iy0 ax p l ae1 s t iy0)) +("angiotensin" nil (ae1 n jh iy0 ow0 t eh1 n s ih0 n)) +("angle" nil (ae1 ng g ax l)) +("angled" nil (ae1 ng g ax l d)) +("anglemyer" nil (ae1 ng g l ih0 m iy0 er0)) +("anglen" nil (ae1 ng g ax l ax n)) +("angler" nil (ae1 ng g l er0)) +("anglers" nil (ae1 ng g l er0 z)) +("angles" nil (ae1 ng g ax l z)) +("angleton" nil (ae1 ng g ax l t ax n)) +("angley" nil (ae1 ng g l iy0)) +("anglia" nil (ae1 ng g l iy0 ax)) +("anglican" nil (ae1 ng g l ax k ax n)) +("anglim" nil (ae1 ng g l ih0 m)) +("anglin" nil (ae1 ng g l ih0 n)) +("angling" nil (ae1 ng g l ih0 ng)) +("anglo" nil (ae1 ng g l ow0)) +("anglos" nil (ae1 ng g l ow0 z)) +("angola" nil (ae0 ng g ow1 l ax)) +("angolan" nil (ae1 ng g ow0 l ax n)) +("angolans" nil (ae1 ng g ow0 l ax n z)) +("angora" nil (ae0 ng g ao1 r ax)) +("angoras" nil (ae0 ng g ao1 r ax z)) +("angotti" nil (aa0 ng g ow1 t iy0)) +("angove" nil (aa0 ng g ow1 v iy0)) +("angrier" nil (ae1 ng g r iy0 er0)) +("angrily" nil (ae1 ng g r ax l iy0)) +("angry" nil (ae1 ng g r iy0)) +("angst" nil (aa1 ng k s t)) +("angstadt" nil (ae1 ng sh t ae0 t)) +("angstrom" nil (ae1 ng s t r ax m)) +("angstroms" nil (ae1 ng s t r ax m z)) +("anguiano" nil (aa0 n g iy0 aa1 n ow0)) +("anguilla" nil (ae1 ng w ih1 l ax)) +("anguish" nil (ae1 ng g w ih0 sh)) +("anguished" nil (ae1 ng g w ih0 sh t)) +("anguishing" nil (ae1 ng g w ih0 sh ih0 ng)) +("angular" nil (ae1 ng g y ax l er0)) +("angulo" nil (aa0 ng g uw1 l ow0)) +("angus" nil (ae1 ng g ax s)) +("angy" nil (ae1 n jh iy0)) +("anhalt" nil (ae1 n hh ax l t)) +("anheuser" nil (ae1 n hh ay1 z er0)) +("anhydride" nil (ae0 n hh ay1 d r ih0 d)) +("anibal" nil (ae1 n ih0 b ax l)) +("anikst" nil (ae1 n ih0 k s t)) +("aniline" nil (ae1 n ax l iy1 n)) +("animal" nil (ae1 n ax m ax l)) +("animals" nil (ae1 n ax m ax l z)) +("animate" j (ae1 n ax m ax t)) +("animate" v (ae1 n ax m ey1 t)) +("animated" nil (ae1 n ax m ey1 t ax d)) +("animates" nil (ae1 n ax m ax t s)) +("animation" nil (ae1 n ax m ey1 sh ax n)) +("animator" nil (ae1 n ax m ey1 t er0)) +("animators" nil (ae1 n ax m ey1 t er0 z)) +("animism" nil (ae1 n ax m ih1 z ax m)) +("animists" nil (ae1 n ax m ax s t s)) +("animosities" nil (ae1 n ax m aa1 s ax t iy0 z)) +("animosity" nil (ae1 n ax m aa1 s ax t iy0)) +("animus" nil (ae1 n ih0 m ax s)) +("aninat" nil (ae1 n ih0 n ae0 t)) +("anise" nil (ae1 n ax s)) +("aniseed" nil (ae1 n ax s iy1 d)) +("anisette" nil (ae1 n ax s eh1 t)) +("anita" nil (ax n iy1 t ax)) +("anitec" nil (ae1 n ih0 t eh1 k)) +("anixter" nil (ae1 n ih0 k s t er0)) +("anja" nil (aa1 n jh ax)) +("ankara" nil (ae1 ng k er0 ax)) +("ankeney" nil (ax ng k eh1 n iy0)) +("ankeny" nil (ax ng k iy1 n iy0)) +("anker" nil (ae1 ng k er0)) +("anklam" nil (ae1 ng k l ax m)) +("ankle" nil (ae1 ng k ax l)) +("anklebone" nil (ae1 ng k ax l b ow1 n)) +("ankles" nil (ae1 ng k ax l z)) +("anklet" nil (ae1 ng k l ih0 t)) +("anklets" nil (ae1 ng k l ax t s)) +("ankney" nil (ae1 ng k n iy0)) +("ankrom" nil (ae1 ng k r ax m)) +("ankrum" nil (ae1 ng k r ax m)) +("ann" nil (ae1 n)) +("anna" nil (ae1 n ax)) +("annabel" nil (ae1 n ax b eh1 l)) +("annabella" nil (ae1 n ax b eh1 l ax)) +("annabelle" nil (ae1 n ax b ax l)) +("annable" nil (ae1 n ax b ax l)) +("annals" nil (ae1 n ax l z)) +("annamese" nil (ae1 n ax m iy1 z)) +("annan" nil (ae1 n ax n)) +("annandale" nil (ae1 n ax n d ey1 l)) +("annapolis" nil (ax n ae1 p ax l ih0 s)) +("annas" nil (ae1 n ax z)) +("anne" nil (ae1 n)) +("annealing" nil (ax n iy1 l ih0 ng)) +("annelid" nil (ae1 n ax l ih0 d)) +("annelids" nil (ae1 n ax l ih0 d z)) +("annen" nil (ae1 n ax n)) +("annenberg" nil (ae1 n ax n b er0 g)) +("annese" nil (aa0 n ey1 z iy0)) +("annett" nil (ax n eh1 t)) +("annette" nil (ax n eh1 t)) +("annex" n (ae1 n eh0 k s)) +("annex" v (ax n eh1 k s)) +("annexation" nil (ae1 n eh0 k s ey1 sh ax n)) +("annexed" nil (ae1 n eh0 k s t)) +("annexes" n (ae1 n eh0 k s ih0 z)) +("annexes" v (ax n eh1 k s ih0 z)) +("annexing" nil (ax n eh1 k s ih0 ng)) +("annick" nil (ae1 n ih0 k)) +("annie" nil (ae1 n iy0)) +("annihilate" nil (ax n ay1 ax l ey1 t)) +("annihilated" nil (ax n ay1 ax l ey1 t ih0 d)) +("annihilation" nil (ax n ay1 ax l ey1 sh ax n)) +("annis" nil (ae1 n iy0 z)) +("anniversaries" nil (ae1 n ax v er1 s er0 iy0 z)) +("anniversary" nil (ae1 n ax v er1 s er0 iy0)) +("annotate" nil (ae1 n ax t ey1 t)) +("annotated" nil (ae1 n ax t ey1 t ih0 d)) +("announce" nil (ax n aw1 n s)) +("announced" nil (ax n aw1 n s t)) +("announcement" nil (ax n aw1 n s m ax n t)) +("announcements" nil (ax n aw1 n s m ax n t s)) +("announcer" nil (ax n aw1 n s er0)) +("announcers" nil (ax n aw1 n s er0 z)) +("announces" nil (ax n aw1 n s ih0 z)) +("announcing" nil (ax n aw1 n s ih0 ng)) +("announcment" nil (ax n aw1 n s m ax n t)) +("annoy" nil (ax n oy1)) +("annoyance" nil (ax n oy1 ax n s)) +("annoyances" nil (ax n oy1 ax n s ih0 z)) +("annoyed" nil (ax n oy1 d)) +("annoying" nil (ax n oy1 ih0 ng)) +("annoys" nil (ax n oy1 z)) +("annual" nil (ae1 n y uw0 ax l)) +("annualized" nil (ae1 n y uw0 w ax l ay1 z d)) +("annually" nil (ae1 n y uw0 ax l iy0)) +("annuals" nil (ae1 n uw0 ax l z)) +("annuities" nil (ax n uw1 ih0 t iy0 z)) +("annuity" nil (ax n uw1 ax t iy0)) +("annul" nil (ae1 n ax l)) +("annular" nil (ae1 n y ax l er0)) +("annulled" nil (ae1 n ax l d)) +("annulment" nil (ae1 n ax l m ax n t)) +("annum" nil (ae1 n ax m)) +("annunciata" nil (aa0 n uw0 n ch aa1 t ax)) +("annunziata" nil (aa0 n uw0 n z iy0 aa1 t ax)) +("annunziato" nil (aa0 n uw0 n z iy0 aa1 t ow0)) +("annunzio" nil (ax n ah1 n z iy0 ow0)) +("anny" nil (ae1 n iy0)) +("anode" nil (ae1 n ow1 d)) +("anodes" nil (ae1 n ow1 d z)) +("anointed" nil (ax n oy1 n t ax d)) +("anomalies" nil (ax n aa1 m ax l iy0 z)) +("anomalous" nil (ax n aa1 m ax l ax s)) +("anomaly" nil (ax n aa1 m ax l iy0)) +("anomie" nil (ae1 n ax m iy0)) +("anona" nil (aa0 n ow1 n ax)) +("anonymity" nil (ae1 n ax n ih1 m ih0 t iy0)) +("anonymous" nil (ax n aa1 n ax m ax s)) +("anonymously" nil (ax n aa1 n ax m ax s l iy0)) +("anora" nil (aa0 n ao1 r ax)) +("anorak" nil (ae1 n er0 ae1 k)) +("anorexia" nil (ae1 n er0 eh1 k s iy0 ax)) +("anorexic" nil (ae1 n er0 eh1 k s ih0 k)) +("anorthite" nil (ae0 n ao1 r th ay1 t)) +("another" nil (ax n ah1 dh er0)) +("anreder" nil (ae1 n r eh1 d er0)) +("anrig" nil (ae1 n r ih0 g)) +("ansa" nil (ae1 n s ax)) +("ansaid" nil (ae1 n s ey1 d)) +("ansaldo" nil (ae0 n s aa1 l d ow0)) +("ansari" nil (aa0 n s aa1 r iy0)) +("ansbacher" nil (ae1 n z b aa1 k er0)) +("anschel" nil (ae1 n sh ax l)) +("anschluss" nil (ae1 n sh l ax s)) +("anschutz" nil (ae1 n sh ax t s)) +("anscom" nil (ax n s k aa1 m)) +("anscomb" nil (ax n s k aa1 m)) +("anse" nil (ae1 n s)) +("ansel" nil (ax n s eh1 l)) +("ansell" nil (ae1 n s eh1 l)) +("anselm" nil (ae1 n s eh0 l m)) +("anselma" nil (aa0 n s eh1 l m ax)) +("anselmi" nil (aa0 n s eh1 l m iy0)) +("anselmo" nil (aa0 n s eh1 l m ow0)) +("ansett" nil (ae1 n s eh1 t)) +("anshan" nil (ae1 n sh ax n)) +("ansin" nil (ae1 n s ih0 n)) +("ansley" nil (ae1 n s l iy0)) +("anson" nil (ae1 n s ax n)) +("ansonia" nil (ae0 n s ow1 n iy0 ax)) +("anspach" nil (ae1 n s p aa1 k)) +("anspaugh" nil (ax n s p ao1)) +("anstead" nil (ae1 n s t eh1 d)) +("anstett" nil (ax n s t eh1 t)) +("anstey" nil (ae1 n s t iy0)) +("anstice" nil (aa1 n s t ih0 s)) +("anstine" nil (aa0 n s t iy1 n iy0)) +("anstiss" nil (ae1 n s t ih0 s)) +("answer" nil (ae1 n s er0)) +("answerable" nil (ae1 n s er0 ax b ax l)) +("answered" nil (ae1 n s er0 d)) +("answering" nil (ae1 n s er0 ih0 ng)) +("answers" nil (ae1 n s er0 z)) +("ant" nil (ae1 n t)) +("antacid" nil (ae0 n t ae1 s ax d)) +("antacids" nil (ae0 n t ae1 s ax d z)) +("antagonism" nil (ae0 n t ae1 g ax n ih1 z ax m)) +("antagonisms" nil (ae0 n t ae1 g ax n ih1 z ax m z)) +("antagonist" nil (ae0 n t ae1 g ax n ax s t)) +("antagonistic" nil (ae0 n t ae1 g ax n ih1 s t ih0 k)) +("antagonists" nil (ae0 n t ae1 g ax n ax s t s)) +("antagonize" nil (ae0 n t ae1 g ax n ay1 z)) +("antagonized" nil (ae0 n t ae1 g ax n ay1 z d)) +("antagonizing" nil (ae0 n t ae1 g ax n ay1 z ih0 ng)) +("antal" nil (ae1 n t ax l)) +("antar" nil (ae1 n t er0)) +("antarctic" nil (ae0 n t aa1 r k t ih0 k)) +("antarctica" nil (ae1 n t aa1 r k t ih0 k ax)) +("antares" nil (ae0 n t eh1 r iy0 z)) +("antaya" nil (aa0 n t ey1 ax)) +("antczak" nil (ae1 n t ch ae0 k)) +("ante" nil (ae1 n t iy0)) +("anteaters" nil (ae1 n t iy1 t er0 z)) +("antebellum" nil (ae1 n t ih0 b eh1 l ax m)) +("antec" nil (ae1 n t eh1 k)) +("antecedents" nil (ae1 n t ax s iy1 d ax n t s)) +("anted" nil (ae1 n t ih0 d)) +("antell" nil (ae0 n t eh1 l)) +("antelope" nil (ae1 n t ax l ow1 p)) +("antenna" nil (ae0 n t eh1 n ax)) +("antennae" nil (ae0 n t eh1 n iy0)) +("antennas" nil (ae0 n t eh1 n ax z)) +("antenne" nil (ae0 n t eh1 n)) +("antenucci" nil (ae0 n t ih0 n uw1 ch iy0)) +("anterior" nil (ae0 n t ih1 r iy0 er0)) +("anteriormost" nil (ae0 n t ih1 r iy0 er0 m ow1 s t)) +("antes" nil (ae1 n t iy0 z)) +("anthea" nil (ae1 n th iy0 ax)) +("anthem" nil (ae1 n th ax m)) +("anthems" nil (ae1 n th ax m z)) +("anthes" nil (ae1 n dh z)) +("anthiel" nil (ae1 n th iy0 ax l)) +("anthills" nil (ae1 n t hh ih1 l z)) +("anthis" nil (ae1 n th ih0 s)) +("anthologies" nil (ae0 n th aa1 l ax jh iy0 z)) +("anthology" nil (ae0 n th aa1 l ax jh iy0)) +("anthon" nil (ae1 n th ax n)) +("anthony" nil (ae1 n th ax n iy0)) +("anthracite" nil (ae1 n th r ax s ay1 t)) +("anthrax" nil (ae1 n th r ae0 k s)) +("anthropocentric" nil (ae1 n th r ax p ax s eh1 n t r ih0 k)) +("anthropological" nil (ae1 n th r ax p ax l aa1 jh ax k ax l)) +("anthropologist" nil (ae1 n th r ax p aa1 l ax jh ax s t)) +("anthropologists" nil (ae1 n th r ax p aa1 l ax jh ax s t s)) +("anthropology" nil (ae1 n th r ax p aa1 l ax jh iy0)) +("anthropomorphic" nil (ae1 n th r ax p ax m ao1 r f ih0 k)) +("anti" nil (ae1 n t iy0)) +("antiabortion" nil (ae1 n t iy0 ax b ao1 r sh ax n)) +("antiaircraft" nil (ae1 n t ay0 eh1 r k r ae1 f t)) +("antibacterial" nil (ae1 n t iy0 b ae0 k t ih1 r iy0 ax l)) +("antiballistic" nil (ae1 n t iy0 b ax l ih1 s t ih0 k)) +("antibiotic" nil (ae1 n t iy0 b iy0 aa1 t ih0 k)) +("antibioticos" nil (ae1 n t iy0 b iy0 aa1 t ih0 k ow0 s)) +("antibiotics" nil (ae1 n t iy0 b iy0 aa1 t ih0 k s)) +("antibodies" nil (ae1 n t ih0 b aa1 d iy0 z)) +("antibody" nil (ae1 n t ih0 b aa1 d iy0)) +("antic" nil (ae1 n t ih0 k)) +("anticancer" nil (ae1 n t ay1 k ae1 n s er0)) +("anticipate" nil (ae0 n t ih1 s ax p ey1 t)) +("anticipated" nil (ae0 n t ih1 s ax p ey1 t ax d)) +("anticipates" nil (ae0 n t ih1 s ax p ey1 t s)) +("anticipating" nil (ae0 n t ih1 s ax p ey1 t ih0 ng)) +("anticipation" nil (ae0 n t ih1 s ax p ey1 sh ax n)) +("anticipatory" nil (ae0 n t ih1 s ax p ax t ao1 r iy0)) +("anticlimactic" nil (ae1 n t iy0 k l ay0 m ae1 k t ih0 k)) +("anticline" nil (ae1 n t ih0 k l ay1 n)) +("antico" nil (aa0 n t iy1 k ow0)) +("anticommunist" nil (ae1 n t iy0 k aa1 m y ax n ih0 s t)) +("anticompetitive" nil (ae1 n t ih0 k ax m p eh1 t ih0 t ih0 v)) +("anticorruption" nil (ae1 n t ay1 k er0 ah1 p sh ax n)) +("anticrime" nil (ae1 n t iy0 k r ay1 m)) +("antics" nil (ae1 n t ih0 k s)) +("antidepressant" nil (ae1 n t iy0 d ih0 p r eh1 s ax n t)) +("antidepressants" nil (ae1 n t ay1 d ih0 p r eh1 s ax n t s)) +("antidiscrimination" nil (ae1 n t iy0 d ih0 s k r ih1 m ax n ey1 sh ax n)) +("antidote" nil (ae1 n t ih0 d ow1 t)) +("antidrug" nil (ae1 n t ih0 d r ah1 g)) +("antidumping" nil (ae1 n t iy0 d ah1 m p ih0 ng)) +("antifraud" nil (ae1 n t iy0 f r aa1 d)) +("antifreeze" nil (ae1 n t iy0 f r iy1 z)) +("antifungal" nil (ae1 n t ay1 f ah1 ng g ax l)) +("antigay" nil (ae1 n t ay1 g ey1)) +("antigen" nil (ae1 n t ax jh ax n)) +("antigens" nil (ae1 n t ih0 jh ax n z)) +("antigone" nil (ae0 t ih1 g ax n iy0)) +("antigones" nil (ae0 n t ih1 g ax n iy1 z)) +("antigovernment" nil (ae1 n t iy0 g ah1 v er0 m ax n t)) +("antigua" nil (ae0 n t iy1 g w ax)) +("antihistamine" nil (ae1 n t iy0 hh ih1 s t ax m ax n)) +("antihistamines" nil (ae1 n t iy0 hh ih1 s t ax m ax n z)) +("antiknock" nil (ae1 n t iy0 n aa1 k)) +("antill" nil (ae0 n t ih1 l)) +("antilla" nil (aa0 n t ih1 l ax)) +("antilles" nil (ae0 n t ih1 l iy0 z)) +("antilock" nil (ae1 n t iy0 l aa1 k)) +("antimissile" nil (ae1 n t ay1 m ih1 s ax l)) +("antioch" nil (ae1 n t iy0 aa1 k)) +("antioxidant" nil (ae1 n t iy0 aa1 k s ax d ax n t)) +("antioxidants" nil (ae1 n t iy0 aa1 k s ax d ax n t s)) +("antipathies" nil (ae0 n t ih1 p ax th iy0 z)) +("antipathy" nil (ae0 n t ih1 p ax th iy0)) +("antiphons" nil (ae1 n t ax f aa1 n z)) +("antipodal" nil (ae0 n t ih1 p ax d ax l)) +("antipoverty" nil (ae1 n t ay0 p aa1 v er0 t iy0)) +("antiquated" nil (ae1 n t ax k w ey1 t ax d)) +("antique" nil (ae0 n t iy1 k)) +("antiques" nil (ae0 n t iy1 k s)) +("antiquities" nil (ae0 n t ih1 k w ax t iy0 z)) +("antiquity" nil (ae0 n t ih1 k w ax t iy0)) +("antireformer" nil (ae1 n t iy0 r ih0 f ao1 r m er0)) +("antireformers" nil (ae1 n t iy0 r ih0 f ao1 r m er0 z)) +("antis" nil (ae1 n t ay0 z)) +("antisense" nil (ae1 n t iy0 s eh1 n s)) +("antiseptic" nil (ae1 n t ax s eh1 p t ih0 k)) +("antismoking" nil (ae1 n t iy0 s m ow1 k ih0 ng)) +("antisocial" nil (ae1 n t ih0 s ow1 sh ax l)) +("antisubmarine" nil (ae1 n t ih0 s ah1 b m er0 iy1 n)) +("antitakeover" nil (ae1 n t iy0 t ey1 k ow1 v er0)) +("antitank" nil (ae1 n t iy0 t ae1 ng k)) +("antitax" nil (ae1 n t ay1 t ae1 k s)) +("antitheft" nil (ae1 n t ay1 th eh1 f t)) +("antithesis" nil (ae0 n t ih1 th ax s ax s)) +("antithetical" nil (ae1 n t ax th eh1 t ih0 k ax l)) +("antitoxins" nil (ae1 n t iy0 t aa1 k s ax n z)) +("antitrust" nil (ae1 n t ay0 t r ah1 s t)) +("antiviral" nil (ae1 n t iy0 v ay1 r ax l)) +("antiwar" nil (ae1 n t ay0 w ao1 r)) +("antkowiak" nil (ax n t k aw1 iy0 ae0 k)) +("antle" nil (ae1 n t ax l)) +("antlered" nil (ae1 n t l er0 d)) +("antlers" nil (ae1 n t l er0 z)) +("antley" nil (ae1 n t l iy0)) +("antoine" nil (aa0 n t w aa1 n)) +("antoinette" nil (ae1 n t w ax n eh1 t)) +("antol" nil (aa0 n t ao1 l)) +("antolik" nil (ae1 n t ax l ih0 k)) +("antolini" nil (ae1 n t ow0 l iy1 n iy0)) +("anton" nil (ae1 n t ao1 n)) +("antonacci" nil (aa0 n t ow0 n aa1 ch iy0)) +("antone" nil (aa0 n t ow1 n iy0)) +("antonelli" nil (aa0 n t ow0 n eh1 l iy0)) +("antonellis" nil (ae0 n t ax n eh1 l ih0 s)) +("antonetti" nil (aa0 n t ow0 n eh1 t iy0)) +("antoni" nil (aa0 n t ow1 n iy0)) +("antonia" nil (ae0 n t ow1 n iy0 ax)) +("antonin" nil (ae1 n t ax n ih0 n)) +("antonini" nil (aa0 n t ow0 n iy1 n iy0)) +("antonio" nil (ae0 n t ow1 n iy0 ow0)) +("antoniou" nil (aa0 n t ow0 n iy1 uw0)) +("antoniu" nil (ae1 n t ow1 n iy0 uw0)) +("antonius" nil (ae0 n t ow1 n iy0 ax s)) +("antonopoulos" nil (ae0 n t ax n aa1 p ax l ih0 s)) +("antonovich" nil (ae1 n t aa1 n ax v ih0 ch)) +("antonsen" nil (ax n t aa1 n s ax n)) +("antonson" nil (ae1 n t ax n s ax n)) +("antonucci" nil (aa0 n t ow0 n uw1 ch iy0)) +("antony" nil (ae1 n t ax n iy0)) +("antoon" nil (ae1 n t uw1 n)) +("antos" nil (aa1 n t ow0 z)) +("antosh" nil (ax n t aa1 sh)) +("antril" nil (ae1 n t r ih0 l)) +("antrim" nil (ae1 n t r ih0 m)) +("antrobus" nil (ae1 n t r ax b ih0 s)) +("ants" nil (ae1 n t s)) +("antsy" nil (ae1 n t s iy0)) +("anttila" nil (aa0 n t iy1 l ax)) +("antuna" nil (aa0 n t uw1 n ax)) +("antunes" nil (aa0 n t uw1 n eh0 s)) +("antunez" nil (aa0 n t uw1 n eh0 z)) +("antwerp" nil (ae1 n t w er0 p)) +("antwine" nil (ae1 n t w ay1 n)) +("anvil" nil (ae1 n v ax l)) +("anwar" nil (ae1 n w aa0 r)) +("anway" nil (ax n w ey1)) +("anwell" nil (ax n w eh1 l)) +("anwyl" nil (ae1 n w ih0 l)) +("anwyll" nil (ae1 n w ih0 l)) +("anxieties" nil (ae0 ng z ay1 ax t iy0 z)) +("anxiety" nil (ae0 ng z ay1 ax t iy0)) +("anxious" nil (ae1 ng k sh ax s)) +("anxiously" nil (ae1 ng k sh ax s l iy0)) +("any" nil (eh1 n iy0)) +("anybody" nil (eh1 n iy0 b ax d iy0)) +("anyhow" nil (eh1 n iy0 hh aw1)) +("anymore" nil (eh1 n iy0 m ao1 r)) +("anyon" nil (eh1 n iy0 aa0 n)) +("anyone" nil (eh1 n iy0 w ah1 n)) +("anyplace" nil (eh1 n iy0 p l ey1 s)) +("anything" nil (eh1 n iy0 th ih1 ng)) +("anytime" nil (eh1 n iy0 t ay1 m)) +("anyway" nil (eh1 n iy0 w ey1)) +("anyways" nil (eh1 n iy0 w ey1 z)) +("anywhere" nil (eh1 n iy0 w eh1 r)) +("anza" nil (ae1 n z ax)) +("anzaldua" nil (aa0 n z aa0 l d uw1 ax)) +("anzalone" nil (ae1 n z ax l ow1 n)) +("anzelmo" nil (aa0 n z eh1 l m ow0)) +("anzus" nil (ae1 n z ax s)) +("aoi" nil (aw1 iy0)) +("aoki" nil (ey0 ow1 k iy0)) +("aon" nil (ey1 ow0 n)) +("aorta" nil (ey0 ao1 r t ax)) +("aoshima" nil (aw1 sh iy1 m ax)) +("aoun" nil (aw1 ax n)) +("aouzou" nil (aw1 y uw1 z uw0)) +("aoyama" nil (aw1 y aa1 m ax)) +("apace" nil (ax p ey1 s)) +("apache" nil (ax p ae1 ch iy0)) +("apaches" nil (ax p ae1 ch iy0 z)) +("apalachicola" nil (ae1 p ax l ae1 ch ax k ow1 l ax)) +("aparicio" nil (ae1 p er0 ih1 s iy0 ow0)) +("apart" nil (ax p aa1 r t)) +("apartheid" nil (ax p aa1 r t ay1 t)) +("apartment" nil (ax p aa1 r t m ax n t)) +("apartments" nil (ax p aa1 r t m ax n t s)) +("apathetic" nil (ae1 p ax th eh1 t ih0 k)) +("apathy" nil (ae1 p ax th iy0)) +("apatite" nil (ae1 p ax t ay1 t)) +("apatites" nil (ae1 p ax t ay1 t s)) +("apcar" nil (ae1 p k aa0 r)) +("ape" nil (ey1 p)) +("apec" nil (ey1 p eh1 k)) +("apel" nil (aa0 p eh1 l)) +("apelike" nil (ey1 p l ay1 k)) +("apennine" nil (ae1 p ax n iy1 n)) +("aperture" nil (ae1 p er0 ch er0)) +("apes" nil (ey1 p s)) +("apex" nil (ey1 p eh1 k s)) +("apfel" nil (ae1 p f ax l)) +("apfelbaum" nil (ae1 p f ax l b aw1 m)) +("apgar" nil (ae1 p g er0)) +("aphasia" nil (ax f ey1 zh ax)) +("aphids" nil (ae1 f ih0 d z)) +("aphorism" nil (ae1 f er0 ih1 z ax m)) +("aphorisms" nil (ae1 f er0 ih1 z ax m z)) +("aphrodisiac" nil (ae1 f r ow0 d iy1 z iy0 ae0 k)) +("aphrodites" nil (ae1 f r ax d ay1 t iy0 z)) +("apicella" nil (ae1 p ih0 s eh1 l ax)) +("apiece" nil (ax p iy1 s)) +("aping" nil (ey1 p ih0 ng)) +("aplenty" nil (ax p l eh1 n t iy0)) +("aplin" nil (ae1 p l ih0 n)) +("aplomb" nil (ax p l aa1 m)) +("apnea" nil (ae1 p n iy0 ax)) +("apocalypse" nil (ax p aa1 k ax l ih1 p s)) +("apocalyptic" nil (ax p aa1 k ax l ih1 p t ih0 k)) +("apocryphal" nil (ax p aa1 k r ax f ax l)) +("apodaca" nil (aa0 p ow0 d aa1 k ax)) +("apogee" nil (ae1 p ax jh iy1)) +("apolitical" nil (ey1 p ax l ih1 t ih0 k ax l)) +("apolline" nil (ae1 p ax l ay1 n)) +("apollinian" nil (ae1 p ax l ih1 n iy0 ax n)) +("apollo" nil (ax p aa1 l ow0)) +("apollonian" nil (ae1 p ax l ow1 n iy0 ax n)) +("apologetic" nil (ax p aa1 l ax jh eh1 t ih0 k)) +("apologetically" nil (ax p aa1 l ax jh eh1 t ih0 k l iy0)) +("apologies" nil (ax p aa1 l ax jh iy0 z)) +("apologist" nil (ax p aa1 l ax jh ax s t)) +("apologists" nil (ax p aa1 l ax jh ax s t s)) +("apologize" nil (ax p aa1 l ax jh ay1 z)) +("apologized" nil (ax p aa1 l ax jh ay1 z d)) +("apologizes" nil (ax p aa1 l ax jh ay1 z ih0 z)) +("apologizing" nil (ax p aa1 l ax jh ay1 z ih0 ng)) +("apology" nil (ax p aa1 l ax jh iy0)) +("aponte" nil (ax p aa1 n t iy0)) +("apopa" nil (ax p ow1 p ax)) +("apoplectic" nil (ae1 p ax p l eh1 k t ih0 k)) +("apoplexy" nil (ae1 p ax p l eh1 k s iy0)) +("apostle" nil (ax p aa1 s ax l)) +("apostles" nil (ax p aa1 s ax l z)) +("apostol" nil (ae1 p ax s t ax l)) +("apostolopoul" nil (ax p aa1 s t ow0 l ow0 p uw1 l)) +("apostrophe" nil (ax p aa1 s t r ax f iy0)) +("apothecary" nil (ax p aa1 th ax k eh1 r iy0)) +("apotheosis" nil (ax p aa1 th iy0 ow1 s ax s)) +("app" nil (ae1 p)) +("appalachia" nil (ae1 p ax l ae1 ch iy0 ax)) +("appalachian" nil (ae1 p ax l ey1 ch ax n)) +("appalachians" nil (ae1 p ax l ey1 ch ax n z)) +("appalled" nil (ax p ao1 l d)) +("appalling" nil (ax p ao1 l ih0 ng)) +("appallingly" nil (ax p ao1 l ih0 ng l iy0)) +("appalls" nil (ax p ao1 l z)) +("apparatchiks" nil (ae1 p er0 ae1 ch ih0 k s)) +("apparatus" nil (ae1 p er0 ae1 t ax s)) +("apparatuses" nil (ae1 p er0 ae1 t ax s ax z)) +("apparel" nil (ax p ae1 r ax l)) +("apparent" nil (ax p eh1 r ax n t)) +("apparently" nil (ax p eh1 r ax n t l iy0)) +("apparition" nil (ae1 p er0 ih1 sh ax n)) +("appeal" nil (ax p iy1 l)) +("appealed" nil (ax p iy1 l d)) +("appealing" nil (ax p iy1 l ih0 ng)) +("appealingly" nil (ax p iy1 l ih0 ng l iy0)) +("appeals" nil (ax p iy1 l z)) +("appear" nil (ax p ih1 r)) +("appearance" nil (ax p ih1 r ax n s)) +("appearances" nil (ax p ih1 r ax n s ax z)) +("appeared" nil (ax p ih1 r d)) +("appearing" nil (ax p ih1 r ih0 ng)) +("appears" nil (ax p ih1 r z)) +("appease" nil (ax p iy1 z)) +("appeased" nil (ax p iy1 z d)) +("appeasement" nil (ax p iy1 z m ax n t)) +("appeasing" nil (ax p iy1 z ih0 ng)) +("appel" nil (ae1 p ax l)) +("appelbaum" nil (ae1 p ax l b aw1 m)) +("appelhans" nil (ae1 p ih0 l hh ax n z)) +("appell" nil (ae1 p ax l)) +("appellate" nil (ax p eh1 l ih0 t)) +("appellation" nil (ae1 p ax l ey1 sh ax n)) +("appellations" nil (ae1 p ax l ey1 sh ax n z)) +("appelman" nil (ae1 p ax l m ax n)) +("appelt" nil (ae1 p ih0 l t)) +("append" nil (ax p eh1 n d)) +("appendage" nil (ax p eh1 n d ih0 jh)) +("appendages" nil (ax p eh1 n d ih0 jh ih0 z)) +("appendectomies" nil (ae1 p ax n d eh1 k t ax m iy0 z)) +("appendectomy" nil (ae1 p ih0 n d eh1 k t ax m iy0)) +("appended" nil (ax p eh1 n d ih0 d)) +("appendix" nil (ax p eh1 n d ih0 k s)) +("appendixes" nil (ax p eh1 n d ih0 k s ih0 z)) +("appenzeller" nil (ae1 p ih0 n z ax l er0)) +("apperson" nil (ae1 p er0 s ax n)) +("appert" nil (ae1 p er0 t)) +("appetite" nil (ae1 p ax t ay1 t)) +("appetites" nil (ae1 p ax t ay1 t s)) +("appetito" nil (ae1 p ax t iy1 t ow1)) +("appetizer" nil (ae1 p ax t ay1 z er0)) +("appetizers" nil (ae1 p ax t ay1 z er0 z)) +("appetizing" nil (ae1 p ih0 t ay1 z ih0 ng)) +("appia" nil (ae1 p iy0 ax)) +("appian" nil (ae1 p iy0 ax n)) +("applaud" nil (ax p l ao1 d)) +("applauded" nil (ax p l ao1 d ax d)) +("applauding" nil (ax p l ao1 d ih0 ng)) +("applauds" nil (ax p l ao1 d z)) +("applause" nil (ax p l ao1 z)) +("apple" nil (ae1 p ax l)) +("applebaum" nil (ae1 p ax l b aw1 m)) +("applebee" nil (ae1 p ax l b iy1)) +("appleberry" nil (ae1 p ax l b eh1 r iy0)) +("appleby" nil (ae1 p l ih0 b iy0)) +("applegarth" nil (ae1 p l ih0 g aa0 r th)) +("applegate" nil (ae1 p ax l g ey1 t)) +("appleman" nil (ae1 p ax l m ax n)) +("applequist" nil (ae1 p l ih0 k w ih0 s t)) +("apples" nil (ae1 p ax l z)) +("applesauce" nil (ae1 p ax l s ao1 s)) +("appleseed" nil (ae1 p ax l s iy1 d)) +("appleshare" nil (ae1 p ax l sh eh1 r)) +("appleton" nil (ae1 p ax l t ax n)) +("applewhite" nil (ae1 p ax l w ay1 t)) +("appleyard" nil (ae1 p ax l y aa1 r d)) +("appliance" nil (ax p l ay1 ax n s)) +("appliances" nil (ax p l ay1 ax n s ax z)) +("applicability" nil (ae1 p l ax k ax b ih1 l ax t iy0)) +("applicable" nil (ae1 p l ax k ax b ax l)) +("applicant" nil (ae1 p l ih0 k ax n t)) +("applicants" nil (ae1 p l ih0 k ax n t s)) +("application" nil (ae1 p l ax k ey1 sh ax n)) +("applications" nil (ae1 p l ax k ey1 sh ax n z)) +("applicator" nil (ae1 p l ax k ey1 t er0)) +("applicators" nil (ae1 p l ax k ey1 t er0 z)) +("applied" nil (ax p l ay1 d)) +("applies" nil (ax p l ay1 z)) +("applin" nil (ae1 p l ih0 n)) +("appling" nil (ae1 p ax l ih0 ng)) +("apply" nil (ax p l ay1)) +("applying" nil (ax p l ay1 ih0 ng)) +("appoint" nil (ax p oy1 n t)) +("appointed" nil (ax p oy1 n t ax d)) +("appointee" nil (ax p oy0 n t iy1)) +("appointees" nil (ax p oy0 n t iy1 z)) +("appointing" nil (ax p oy1 n t ih0 ng)) +("appointive" nil (ax p oy1 n t ih0 v)) +("appointment" nil (ax p oy1 n t m ax n t)) +("appointments" nil (ax p oy1 n t m ax n t s)) +("appoints" nil (ax p oy1 n t s)) +("apportion" nil (ax p ao1 r sh ax n)) +("apportioned" nil (ax p ao1 r sh ax n d)) +("apportioning" nil (ax p ao1 r sh ax n ih0 ng)) +("apportionment" nil (ax p ao1 r sh ax n m ax n t)) +("appraisal" nil (ax p r ey1 z ax l)) +("appraisals" nil (ax p r ey1 z ax l z)) +("appraise" nil (ax p r ey1 z)) +("appraised" nil (ax p r ey1 z d)) +("appraiser" nil (ax p r ey1 z er0)) +("appraisers" nil (ax p r ey1 z er0 z)) +("appraises" nil (ax p r ey1 z ih0 z)) +("appraising" nil (ax p r ey1 z ih0 ng)) +("appreciable" nil (ax p r iy1 sh ax b ax l)) +("appreciably" nil (ax p r iy1 sh ax b l iy0)) +("appreciate" nil (ax p r iy1 sh iy0 ey1 t)) +("appreciated" nil (ax p r iy1 sh iy0 ey1 t ih0 d)) +("appreciates" nil (ax p r iy1 sh iy0 ey1 t s)) +("appreciating" nil (ax p r iy1 sh iy0 ey1 t ih0 ng)) +("appreciation" nil (ax p r iy1 sh iy0 ey1 sh ax n)) +("appreciative" nil (ax p r iy1 sh iy0 ey1 t ih0 v)) +("appreciatively" nil (ax p r iy1 sh iy0 ey1 t ih0 v l iy0)) +("apprehend" nil (ae1 p r ih0 hh eh1 n d)) +("apprehended" nil (ae1 p r ax hh eh1 n d ax d)) +("apprehension" nil (ae1 p r ih0 hh eh1 n sh ax n)) +("apprehensions" nil (ae1 p r ih0 hh eh1 n sh ax n z)) +("apprehensive" nil (ae1 p r ih0 hh eh1 n s ih0 v)) +("apprentice" nil (ax p r eh1 n t ax s)) +("apprenticed" nil (ax p r eh1 n t ax s t)) +("apprentices" nil (ax p r eh1 n t ax s ih0 z)) +("apprenticeship" nil (ax p r eh1 n t ax s sh ih1 p)) +("apprised" nil (ax p r ay1 z d)) +("approach" nil (ax p r ow1 ch)) +("approachable" nil (ax p r ow1 ch ax b ax l)) +("approached" nil (ax p r ow1 ch t)) +("appropriate" j (ax p r ow1 p r iy0 ax t)) +("appropriate" v (ax p r ow1 p r iy0 ey0 t)) +("approaching" nil (ax p r ow1 ch ih0 ng)) +("approbation" nil (ae1 p r ax b ey1 sh ax n)) +("appropriated" nil (ax p r ow1 p r iy0 ey1 t ih0 d)) +("appropriately" nil (ax p r ow1 p r iy0 ih0 t l iy0)) +("appropriateness" nil (ax p r ow1 p r iy0 ax t n ax s)) +("appropriates" nil (ax p r ow1 p r iy0 ey1 t s)) +("appropriating" nil (ax p r ow1 p r iy0 ey1 t ih0 ng)) +("appropriation" nil (ax p r ow1 p r iy0 ey1 sh ax n)) +("appropriations" nil (ax p r ow1 p r iy0 ey1 sh ax n z)) +("appropriators" nil (ax p r ow1 p r iy0 ey1 t er0 z)) +("approvable" nil (ax p r uw1 v ax b ax l)) +("approval" nil (ax p r uw1 v ax l)) +("approvals" nil (ax p r uw1 v ax l z)) +("approve" nil (ax p r uw1 v)) +("approved" nil (ax p r uw1 v d)) +("approves" nil (ax p r uw1 v z)) +("approving" nil (ax p r uw1 v ih0 ng)) +("approvingly" nil (ax p r uw1 v ih0 ng l iy0)) +("approximate" j (ax p r aa1 k s ax m ax t)) +("approximate" v (ax p r aa1 k s ax m ey0 t)) +("approximated" nil (ax p r aa1 k s ax m ey1 t ax d)) +("approximately" nil (ax p r aa1 k s ax m ax t l iy0)) +("approximates" nil (ax p r aa1 k s ax m ax t s)) +("approximating" nil (ax p r aa1 k s ih0 m ey1 t ih0 ng)) +("approximation" nil (ax p r aa1 k s ax m ey1 sh ax n)) +("apps" nil (ae1 p s)) +("apra" nil (ey1 p r ax)) +("aprea" nil (aa1 p r iy0 ax)) +("apricot" nil (ey1 p r ax k aa1 t)) +("apricots" nil (ae1 p r ax k aa1 t s)) +("april" nil (ey1 p r ax l)) +("aprile" nil (aa1 p r ax l)) +("apron" nil (ey1 p r ax n)) +("aprons" nil (ey1 p r ax n z)) +("apropos" nil (ae1 p r ax p ow1)) +("apsey" nil (ae1 p s iy0)) +("apstar" nil (ae1 p s t aa1 r)) +("apt" nil (ae1 p t)) +("apter" nil (ae1 p t er0)) +("aptitude" nil (ae1 p t ax t uw1 d)) +("aptitudes" nil (ae1 p t ax t uw1 d z)) +("aptiva" nil (ae1 p t iy1 v ax)) +("aptly" nil (ae1 p t l iy0)) +("apuzzo" nil (aa0 p uw1 z ow0)) +("aqaba" nil (ax k aa1 b ax)) +("aqazadeh" nil (ae1 k ax z aa1 d eh1)) +("aqcess" nil (ae1 k s eh0 s)) +("aqua" nil (ae1 k w ax)) +("aquaculture" nil (ae1 k w ax k ah1 l ch er0)) +("aqualung" nil (ae1 k w ax l ax ng)) +("aquamarine" nil (ae1 k w ax m er0 iy1 n)) +("aquarists" nil (ax k w eh1 r ax s t s)) +("aquarium" nil (ax k w eh1 r iy0 ax m)) +("aquariums" nil (ax k w eh1 r iy0 ax m z)) +("aquarius" nil (ax k w eh1 r iy0 ax s)) +("aquatic" nil (ax k w aa1 t ih0 k)) +("aqueduct" nil (ae1 k w ax d ah1 k t)) +("aqueducts" nil (ae1 k w ax d ah1 k t s)) +("aqueous" nil (ey1 k w iy0 ax s)) +("aquifer" nil (ae1 k w ax f er0)) +("aquifers" nil (ae1 k w ax f er0 z)) +("aquila" nil (ae1 k w ax l ax)) +("aquilar" nil (aa0 k w iy0 l aa1 r)) +("aquilina" nil (aa0 k w iy0 l iy1 n ax)) +("aquilino" nil (aa0 k w iy0 l iy1 n ow0)) +("aquinas" nil (ax k w ay1 n ax s)) +("aquino" nil (ax k iy1 n ow0)) +("aquirre" nil (ae1 k w er0)) +("aquitaine" nil (ae1 k w ih0 t ey1 n)) +("ar" nil (aa1 r)) +("ara" nil (ae1 r ax)) +("arab" nil (ae1 r ax b)) +("arabe" nil (aa0 r aa1 b ey0)) +("arabella" nil (ae1 r ax b eh1 l ax)) +("arabia" nil (er0 ey1 b iy0 ax)) +("arabian" nil (er0 ey1 b iy0 ax n)) +("arabians" nil (er0 ey1 b iy0 ax n z)) +("arabic" nil (ae1 r ax b ih0 k)) +("arabica" nil (er0 ae1 b ih0 k ax)) +("arabie" nil (er0 ae1 b iy0)) +("arable" nil (eh1 r ax b ax l)) +("arabs" nil (ae1 r ax b z)) +("arachnids" nil (er0 ae1 k n ax d z)) +("arafat" nil (eh1 r ax f ae0 t)) +("aragon" nil (eh1 r ax g aa1 n)) +("aragona" nil (aa0 r aa0 g ow1 n ax)) +("arai" nil (aa0 r aa1 iy0)) +("araiza" nil (er0 ey1 z ax)) +("arakaki" nil (aa0 r aa0 k aa1 k iy0)) +("arakawa" nil (aa1 r aa0 k aa1 w ax)) +("arakelian" nil (ae0 r ax k eh1 l y ax n)) +("araki" nil (aa0 r aa1 k iy0)) +("aral" nil (aa1 r ax l)) +("arambula" nil (aa0 r aa0 m b uw1 l ax)) +("aramco" nil (er0 ae1 m k ow0)) +("aramid" nil (eh1 r ax m ih0 d)) +("araminta" nil (ae1 r ax m ih1 n t ax)) +("aramis" nil (eh1 r ax m ih0 s)) +("aramony" nil (aa1 r ax m ow1 n iy0)) +("aran" nil (eh1 r ax n)) +("arana" nil (aa0 r ae1 n ax)) +("aranda" nil (er0 ae1 n d ax)) +("arango" nil (aa0 r aa1 ng g ow0)) +("aransas" nil (er0 ae1 n s ax s)) +("arant" nil (aa1 r ax n t)) +("aranyos" nil (er0 aa1 n y ow1 s)) +("arapaho" nil (er0 ae1 p ax hh ow1)) +("araskog" nil (er0 ae1 s aa0 g)) +("arata" nil (aa0 r aa1 t ax)) +("arau" nil (ax r aw1)) +("araujo" nil (aa0 r aw1 y ow0)) +("aravind" nil (aa1 r v ax n d)) +("araya" nil (er0 ay1 ax)) +("arb" nil (aa1 r b)) +("arba" nil (aa1 r b ax)) +("arbat" nil (aa1 r b ae0 t)) +("arbaugh" nil (aa1 r b ao1)) +("arbed" nil (aa1 r b ih0 d)) +("arbeiter" nil (aa1 r b ay0 t er0)) +("arbel" nil (aa1 r b ax l)) +("arbella" nil (aa1 r b eh1 l ax)) +("arbiter" nil (aa1 r b ih0 t er0)) +("arbiters" nil (aa1 r b ax t er0 z)) +("arbitrage" nil (aa1 r b ih0 t r aa1 zh)) +("arbitrager" nil (aa1 r b ih0 t r aa1 zh er0)) +("arbitragers" nil (aa1 r b ih0 t r aa1 zh er0 z)) +("arbitrageur" nil (aa1 r b ih0 t r aa1 zh er0)) +("arbitrageurs" nil (aa1 r b ax t r aa1 zh er1 z)) +("arbitraging" nil (aa1 r b ax t r aa1 jh ih0 ng)) +("arbitrarily" nil (aa1 r b ih0 t r eh1 r ax l iy0)) +("arbitrariness" nil (aa1 r b ax t r eh1 r iy0 n ax s)) +("arbitrary" nil (aa1 r b ax t r eh1 r iy0)) +("arbitrate" nil (aa1 r b ax t r ey1 t)) +("arbitrated" nil (aa1 r b ax t r ey1 t ih0 d)) +("arbitrates" nil (aa1 r b ih0 t r ey1 t s)) +("arbitrating" nil (aa1 r b ax t r ey1 t ih0 ng)) +("arbitration" nil (aa1 r b ih0 t r ey1 sh ax n)) +("arbitrations" nil (aa1 r b ih0 t r ey1 sh ax n z)) +("arbitrator" nil (aa1 r b ih0 t r ey1 t er0)) +("arbitrators" nil (aa1 r b ih0 t r ey1 t er0 z)) +("arbitron" nil (aa1 r b ax t r aa1 n)) +("arbo" nil (aa1 r b ow0)) +("arbogast" nil (aa0 r b ow1 g aa0 s t)) +("arboleda" nil (aa0 r b ow0 l eh1 d ax)) +("arbor" nil (aa1 r b er0)) +("arboreal" nil (aa0 r b ao1 r iy0 ax l)) +("arboretum" nil (aa1 r b er0 iy1 t ax m)) +("arbour" nil (aa1 r b er0)) +("arbs" nil (aa1 r b z)) +("arbuckle" nil (aa1 r b ax k ax l)) +("arbuckles" nil (aa1 r b ax k ax l z)) +("arbuthnot" nil (aa0 r b ah1 th n ax t)) +("arc" nil (aa1 r k)) +("arcade" nil (aa0 r k ey1 d)) +("arcades" nil (aa0 r k ey1 d z)) +("arcadia" nil (aa0 r k ey1 d iy0 ax)) +("arcadian" nil (aa1 r k ey1 d iy0 ax n)) +("arcadians" nil (aa1 r k ey1 d iy0 ax n z)) +("arcana" nil (aa0 r k ae1 n ax)) +("arcand" nil (aa1 r k ax n d)) +("arcane" nil (aa1 r k ey1 n)) +("arcanum" nil (aa1 r k ax n ax m)) +("arcaro" nil (aa0 r k aa1 r ow0)) +("arcata" nil (aa0 r k aa1 t ax)) +("arce" nil (aa1 r s)) +("arcement" nil (aa0 r s ey1 m ax n t)) +("arceneaux" nil (aa1 r s ih0 n ow0)) +("arceo" nil (aa1 r s iy0 ow0)) +("arch" nil (aa1 r ch)) +("archaeological" nil (aa1 r k iy0 ax l aa1 jh ih0 k ax l)) +("archaeologist" nil (aa1 r k iy0 aa1 l ax jh ih0 s t)) +("archaeologists" nil (aa1 r k iy0 aa1 l ax jh ih0 s t s)) +("archaeology" nil (aa1 r k iy0 aa1 l ax jh iy0)) +("archaic" nil (aa0 r k ey1 ih0 k)) +("archambault" nil (aa1 r sh ax m b ow0)) +("archambeau" nil (aa1 r sh ax m b ow1)) +("archambeault" nil (aa1 r sh ax m b ow0)) +("archard" nil (aa0 r sh aa1 r d)) +("archbishop" nil (aa1 r ch b ih1 sh ax p)) +("archbold" nil (aa1 r ch b ow1 l d)) +("archdiocese" nil (aa1 r ch d ay1 ax s ax s)) +("archduke" nil (aa1 r ch d uw1 k)) +("arched" nil (aa1 r ch t)) +("archenemy" nil (aa1 r ch eh1 n ax m iy0)) +("archeological" nil (aa1 r k iy0 ax l aa1 jh ih0 k ax l)) +("archeology" nil (aa1 r k iy0 aa1 l ax jh iy0)) +("archer" nil (aa1 r ch er0)) +("archerd" nil (aa1 r k er0 d)) +("archery" nil (aa1 r ch er0 iy0)) +("arches" nil (aa1 r ch ax z)) +("archetypal" nil (aa1 r k t ay1 p ax l)) +("archetype" nil (aa1 r k ih0 t ay1 p)) +("archetypes" nil (aa1 r k ih0 t ay1 p s)) +("archey" nil (aa1 r k iy0)) +("archibald" nil (aa1 r ch ax b ao1 l d)) +("archibeque" nil (aa1 r sh ih0 b iy0 k)) +("archie" nil (aa1 r ch iy0)) +("archimedes" nil (aa1 r k ax m iy1 d iy0 z)) +("arching" nil (aa1 r ch ih0 ng)) +("archipelago" nil (aa1 r k ax p eh1 l ax g ow1)) +("architect" nil (aa1 r k ax t eh1 k t)) +("architects" nil (aa1 r k ax t eh1 k t s)) +("architectural" nil (aa1 r k ax t eh1 k ch er0 ax l)) +("architecturally" nil (aa1 r k ih0 t eh1 k ch er0 ax l iy0)) +("architecture" nil (aa1 r k ax t eh1 k ch er0)) +("architectures" nil (aa1 r k ax t eh1 k ch er0 z)) +("architraves" nil (aa1 r k ax t r ey1 v z)) +("archival" nil (aa0 r k ay1 v ax l)) +("archive" nil (aa1 r k ay1 v)) +("archives" nil (aa1 r k ay1 v z)) +("archivist" nil (aa1 r k ax v ih0 s t)) +("archivists" nil (aa1 r k ax v ih0 s t s)) +("archly" nil (aa1 r ch l iy0)) +("archrival" nil (aa1 r ch r ay1 v ax l)) +("archrivals" nil (aa1 r ch r ay1 v ax l z)) +("archuleta" nil (aa0 r k uw0 l eh1 t ax)) +("archuletta" nil (aa0 r k uw0 l eh1 t ax)) +("archway" nil (aa1 r ch w ey1)) +("arcidiacono" nil (aa0 r ch iy0 d iy0 aa0 k ow1 n ow0)) +("arcieri" nil (aa0 r ch ih1 r iy0)) +("arciniega" nil (aa0 r ch iy0 n iy1 g ax)) +("arco" nil (aa1 r k ow0)) +("arcola" nil (aa0 r k ow1 l ax)) +("arcos" nil (aa1 r k ow0 z)) +("arcosanti" nil (aa1 r k ax s ae1 n t iy0)) +("arcs" nil (aa1 r k s)) +("arctic" nil (aa1 r k t ih0 k)) +("arcturus" nil (aa1 r k t uh1 r ax s)) +("arcuri" nil (aa0 r k uh1 r iy0)) +("ard" nil (aa1 r d)) +("arda" nil (aa1 r d ax)) +("ardath" nil (aa1 r d ax th)) +("ardeen" nil (aa0 r d iy1 n)) +("ardelia" nil (aa0 r d eh1 l iy0 ax)) +("ardella" nil (aa1 r d eh1 l ax)) +("ardelle" nil (aa0 r d eh1 l)) +("arden" nil (aa1 r d ax n)) +("ardene" nil (aa1 r d iy1 n)) +("ardent" nil (aa1 r d ax n t)) +("ardently" nil (aa1 r d ax n t l iy0)) +("ardin" nil (aa1 r d ih0 n)) +("ardine" nil (aa0 r d iy1 n iy0)) +("ardis" nil (aa1 r d ih0 s)) +("ardith" nil (aa1 r d ih0 th)) +("ardito" nil (aa0 r d iy1 t ow0)) +("ardley" nil (aa1 r d l iy0)) +("ardmore" nil (aa1 r d m ao1 r)) +("ardoin" nil (aa0 r d oy1 n)) +("ardolino" nil (aa0 r d ow0 l iy1 n ow0)) +("ardolph" nil (aa1 r d ow1 l f)) +("ardor" nil (aa1 r d er0)) +("ardra" nil (aa1 r d r ax)) +("ardrey" nil (aa1 r d r iy0)) +("ardshiel" nil (aa1 r d sh iy1 l)) +("ardsley" nil (aa1 r d z l iy0)) +("arduini" nil (aa0 r d uw0 iy1 n iy0)) +("arduous" nil (aa1 r jh uw0 ax s)) +("are" nil (aa1 r)) +("area" nil (eh1 r iy0 ax)) +("areas" nil (eh1 r iy0 ax z)) +("arebalo" nil (aa0 r eh0 b aa1 l ow0)) +("arechiga" nil (aa0 r eh0 k iy1 g ax)) +("arehart" nil (ae1 r ih0 hh aa0 r t)) +("arel" nil (aa0 r eh1 l)) +("arellanes" nil (ae1 r ih0 l ey1 n z)) +("arellano" nil (aa0 r eh0 l aa1 n ow0)) +("arena" nil (er0 iy1 n ax)) +("arenaball" nil (er0 iy1 n ax b ao1 l)) +("arenas" nil (er0 iy1 n ax z)) +("arencibia" nil (aa0 r eh0 n ch iy1 b iy0 ax)) +("arend" nil (er0 eh1 n d)) +("arends" nil (er0 eh1 n d z)) +("arendsee" nil (er0 eh1 n d s iy1)) +("arendt" nil (eh1 r ih0 n t)) +("arenella" nil (aa1 r ax n eh1 l ax)) +("arens" nil (eh1 r ax n z)) +("arenson" nil (ae1 r ih0 n s ax n)) +("arent" nil (aa1 r ax n t)) +("arentz" nil (ae1 r ih0 n t s)) +("arenz" nil (aa1 r ey0 n z)) +("ares" nil (aa1 r z)) +("areta" nil (aa0 r eh1 t ax)) +("aretha" nil (er0 iy1 th ax)) +("aretina" nil (aa0 r eh0 t iy1 n ax)) +("aretsky" nil (eh0 r eh1 t s k iy1)) +("aretta" nil (aa0 r eh1 t ax)) +("arevalo" nil (aa0 r ey0 v aa1 l ow0)) +("arey" nil (ae1 r iy0)) +("argabright" nil (aa1 r g ax b r ay1 t)) +("argall" nil (aa1 r g ax l)) +("arganbright" nil (aa0 r g ae1 n b r ay0 t)) +("argenbright" nil (aa1 r g ih0 n b r ay0 t)) +("argent" nil (aa1 r jh ih0 n t)) +("argenta" nil (aa1 r jh eh1 n t ax)) +("argentieri" nil (aa0 r jh eh0 n t ih1 r iy0)) +("argentina" nil (aa1 r jh ax n t iy1 n ax)) +("argentinas" nil (aa1 r jh ax n t iy1 n ax z)) +("argentine" nil (aa1 r jh ax n t iy1 n)) +("argentines" nil (aa1 r jh ax n t iy1 n z)) +("argentinian" nil (aa1 r jh ax n t ih1 n iy0 ax n)) +("argentinians" nil (aa1 r jh ax n t ih1 n iy0 ax n z)) +("argento" nil (aa1 r jh eh1 n t ow0)) +("argiro" nil (aa0 r jh ih1 r ow0)) +("argo" nil (aa1 r g ow0)) +("argon" nil (aa1 r g aa1 n)) +("argonaut" nil (aa1 r g ax n ao1 t)) +("argonauts" nil (aa1 r g ax n ao1 t s)) +("argonne" nil (aa1 r g aa1 n)) +("argosy" nil (aa1 r g ax s iy0)) +("argosystems" nil (aa1 r g ow0 s ih1 s t ax m z)) +("argot" nil (aa1 r g ax t)) +("arguable" nil (aa1 r g y uw0 ax b ax l)) +("arguably" nil (aa1 r g y uw0 ax b l iy0)) +("argue" nil (aa1 r g y uw0)) +("argued" nil (aa1 r g y uw0 d)) +("arguelles" nil (aa0 r g ey1 l eh0 s)) +("arguello" nil (aa0 r g eh1 l ow0)) +("argues" nil (aa1 r g y uw0 z)) +("argueta" nil (aa0 r g ey1 t ax)) +("arguijo" nil (aa0 r g w iy1 y ow0)) +("arguing" nil (aa1 r g y uw0 ih0 ng)) +("argument" nil (aa1 r g y ax m ax n t)) +("argumentative" nil (aa1 r g y ax m eh1 n t ax t ih0 v)) +("arguments" nil (aa1 r g y ax m ax n t s)) +("argus" nil (aa1 r g ax s)) +("argyle" nil (aa1 r g ay1 l)) +("argyll" nil (aa0 r g ay1 l)) +("argyropoulos" nil (aa1 r jh ih0 r aa1 p ow0 l ax s)) +("ari" nil (aa1 r iy0)) +("aria" nil (aa1 r iy0 ax)) +("ariadne" nil (eh1 r iy0 ae1 d n iy0)) +("ariana" nil (aa0 r iy0 ae1 n ax)) +("ariane" nil (eh1 r iy0 ae1 n)) +("arianespace" nil (eh1 r iy0 ae1 n s p ey1 s)) +("arianism" nil (ae1 r iy0 ax n ih1 z ax m)) +("arianna" nil (aa0 r iy0 ae1 n ax)) +("arias" nil (aa1 r iy0 ax z)) +("aric" nil (ae1 r ih0 k)) +("arico" nil (aa0 r iy1 k ow0)) +("arid" nil (ae1 r ax d)) +("arida" nil (ax r iy1 d ax)) +("arie" nil (eh1 r iy0)) +("ariel" nil (eh1 r iy0 ax l)) +("ariella" nil (aa0 r iy0 eh1 l ax)) +("aries" nil (eh1 r iy0 z)) +("arington" nil (aa1 r ih0 ng t ax n)) +("ariola" nil (aa0 r iy0 ow1 l ax)) +("aris" nil (er0 iy1 s)) +("arise" nil (er0 ay1 z)) +("arisen" nil (er0 ih1 z ax n)) +("arises" nil (er0 ay1 z ax z)) +("arising" nil (er0 ay1 z ih0 ng)) +("arison" nil (eh1 r ih0 s ax n)) +("arispe" nil (aa0 r iy1 s p iy0)) +("arista" nil (er0 ih1 s t ax)) +("aristech" nil (eh1 r ih0 s t eh1 k)) +("aristede" nil (aa1 r ih0 s t iy1 d)) +("aristide" nil (aa1 r ih0 s t iy1 d)) +("aristocracy" nil (eh1 r ax s t aa1 k r ax s iy0)) +("aristocrat" nil (er0 ih1 s t ax k r ae1 t)) +("aristocratic" nil (er0 ih1 s t ax k r ae1 t ih0 k)) +("aristocrats" nil (er0 ih1 s t ax k r ae1 t s)) +("aristotelian" nil (er0 ih1 s t ax t iy1 l iy0 ax n)) +("aristotle" nil (eh1 r ax s t aa1 t ax l)) +("arithmetic" nil (eh1 r ih0 th m eh1 t ih0 k)) +("ariza" nil (aa0 r iy1 z ax)) +("arizmendi" nil (aa0 r iy0 z m eh1 n d iy0)) +("arizona" nil (eh1 r ih0 z ow1 n ax)) +("arizonans" nil (er0 ih1 z ax n ax n z)) +("arjo" nil (aa1 r jh ow0)) +("ark" nil (aa1 r k)) +("arkansans" nil (aa1 r k ae1 n z ax n z)) +("arkansas" nil (aa1 r k ax n s aa1)) +("arkin" nil (aa1 r k ih0 n)) +("arkla" nil (aa1 r k l ax)) +("arko" nil (aa1 r k ow0)) +("arkose" nil (aa0 r k ow1 s)) +("arkwright" nil (aa1 r k r ay1 t)) +("arlana" nil (aa0 r l ae1 n ax)) +("arlauskas" nil (aa0 r l ao1 s k ax s)) +("arledge" nil (aa1 r l ih0 jh)) +("arleen" nil (aa0 r l iy1 n)) +("arlen" nil (aa1 r l ax n)) +("arlena" nil (aa1 r l ih0 n ax)) +("arlene" nil (aa1 r l iy1 n)) +("arleta" nil (aa1 r l ih0 t ax)) +("arlette" nil (aa1 r l eh1 t)) +("arley" nil (aa1 r l iy0)) +("arlie" nil (aa1 r l iy0)) +("arlin" nil (aa1 r l ih0 n)) +("arlinda" nil (aa1 r l ih1 n d ax)) +("arline" nil (aa1 r l ay1 n)) +("arlington" nil (aa1 r l ih0 ng t ax n)) +("arlt" nil (aa1 r l t)) +("arlyne" nil (aa1 r l ay1 n)) +("arm" nil (aa1 r m)) +("armacost" nil (aa1 r m ax k ao1 s t)) +("armada" nil (aa0 r m aa1 d ax)) +("armadillo" nil (aa1 r m ax d ih1 l ow0)) +("armadillos" nil (aa1 r m ax d ih1 l ow0 z)) +("armageddon" nil (aa1 r m ax g eh1 d ax n)) +("armagost" nil (aa0 r m aa1 g ow0 s t)) +("armament" nil (aa1 r m ax m ax n t)) +("armaments" nil (aa1 r m ax m ax n t s)) +("arman" nil (aa1 r m ax n)) +("armand" nil (aa1 r m ax n d)) +("armando" nil (aa0 r m aa1 n d ow0)) +("armandt" nil (aa1 r m ae0 n t)) +("armani" nil (aa1 r m aa1 n iy0)) +("armantrout" nil (aa1 r m ax n t r aw1 t)) +("armas" nil (aa1 r m ax z)) +("armato" nil (aa0 r m aa1 t ow0)) +("armbands" nil (aa1 r m b ae1 n d z)) +("armbrister" nil (aa1 r m b er0 ih0 s t er0)) +("armbrust" nil (aa1 r m b r ax s t)) +("armbruster" nil (aa1 r m b r ax s t er0)) +("armchair" nil (aa1 r m ch eh1 r)) +("armchairs" nil (aa1 r m ch eh1 r z)) +("armco" nil (aa1 r m k ow1)) +("armed" nil (aa1 r m d)) +("armel" nil (aa0 r m eh1 l)) +("armellino" nil (aa1 r m eh0 l iy1 n ow0)) +("armen" nil (aa1 r m ax n)) +("armendarez" nil (aa0 r m ey0 n d aa1 r eh0 z)) +("armendariz" nil (aa0 r m ey0 n d aa1 r iy0 z)) +("armenia" nil (aa0 r m iy1 n iy0 ax)) +("armenian" nil (aa0 r m iy1 n iy0 ax n)) +("armenians" nil (aa0 r m iy1 n iy0 ax n z)) +("arment" nil (aa1 r m ax n t)) +("armenta" nil (aa0 r m eh1 n t ax)) +("armentor" nil (aa0 r m ax n t ao1 r)) +("armentrout" nil (aa1 r m ax n t r aw1 t)) +("armer" nil (aa1 r m er0)) +("armes" nil (aa1 r m z)) +("armetta" nil (aa0 r m eh1 t ax)) +("armey" nil (aa1 r m iy0)) +("armfield" nil (aa1 r m f iy1 l d)) +("armida" nil (aa0 r m iy1 d ax)) +("armies" nil (aa1 r m iy0 z)) +("armiger" nil (aa1 r m ih0 g er0)) +("armijo" nil (aa0 r m iy1 y ow0)) +("armilla" nil (aa0 r m ih1 l ax)) +("armin" nil (aa1 r m ax n)) +("armina" nil (aa0 r m iy1 n ax)) +("armine" nil (aa0 r m iy1 n iy0)) +("arming" nil (aa1 r m ih0 ng)) +("armington" nil (aa1 r m ih0 ng t ax n)) +("arminie" nil (aa1 r m ih0 n iy0)) +("armistead" nil (aa1 r m ih0 s t eh1 d)) +("armistice" nil (aa1 r m ax s t ax s)) +("armitage" nil (aa1 r m ih0 t ih0 jh)) +("armold" nil (aa1 r m ow1 l d)) +("armon" nil (aa1 r m ax n)) +("armond" nil (aa1 r m ax n d)) +("armonk" nil (aa1 r m ax ng k)) +("armor" nil (aa1 r m er0)) +("armored" nil (aa1 r m er0 d)) +("armory" nil (aa1 r m er0 iy0)) +("armour" nil (aa1 r m er0)) +("armpit" nil (aa1 r m p ih1 t)) +("armpits" nil (aa1 r m p ih1 t s)) +("armrest" nil (aa1 r m r eh1 s t)) +("armrests" nil (aa1 r m r eh1 s t s)) +("arms" nil (aa1 r m z)) +("armstead" nil (aa1 r m s t eh1 d)) +("armstrad" nil (aa1 r m s t r ae1 d)) +("armstrong" nil (aa1 r m s t r aa1 ng)) +("armtec" nil (aa1 r m t eh1 k)) +("armtek" nil (aa1 r m t eh1 k)) +("armwood" nil (aa1 r m w uh1 d)) +("army" nil (aa1 r m iy0)) +("arn" nil (aa1 r n)) +("arnalda" nil (aa0 r n aa1 l d ax)) +("arnaldo" nil (aa0 r n aa1 l d ow0)) +("arnall" nil (aa1 r n ax l)) +("arnatt" nil (aa0 r n ae1 t)) +("arnaud" nil (aa0 r n ow1)) +("arnault" nil (aa1 r n ow1)) +("arndt" nil (aa1 r n t)) +("arne" nil (aa1 r n)) +("arnell" nil (aa1 r n ax l)) +("arnelle" nil (aa1 r n eh1 l)) +("arner" nil (aa1 r n er0)) +("arnesen" nil (aa0 r n iy1 z ax n)) +("arneson" nil (aa1 r n ih0 s ax n)) +("arnett" nil (aa0 r n eh1 t)) +("arnette" nil (aa0 r n eh1 t)) +("arney" nil (aa1 r n iy0)) +("arnhold" nil (aa1 r n hh ow1 l d)) +("arnholt" nil (aa1 r n hh ow1 l t)) +("arnie" nil (aa1 r n iy0)) +("arnn" nil (aa1 r n)) +("arno" nil (aa1 r n ow0)) +("arnold" nil (aa1 r n ax l d)) +("arnoldi" nil (aa0 r n ow1 l d iy0)) +("arnoldy" nil (aa1 r n ow0 l d iy0)) +("arnolphe" nil (aa0 r n aa1 l f iy0)) +("arnone" nil (aa0 r n ow1 n iy0)) +("arnot" nil (aa1 r n ax t)) +("arnott" nil (aa1 r n aa0 t)) +("arnotts" nil (aa1 r n aa0 t s)) +("arnow" nil (aa1 r n ow0)) +("arnox" nil (aa1 r n aa0 k s)) +("arns" nil (aa1 r n z)) +("arnst" nil (aa1 r n s t)) +("arnstein" nil (aa1 r n s t ay0 n)) +("arntson" nil (aa1 r n t s ax n)) +("arntz" nil (aa1 r n t s)) +("arntzen" nil (aa1 r n t z ax n)) +("arnulfo" nil (aa0 r n ah1 l f ow0)) +("arnwine" nil (aa1 r n w ay1 n)) +("arnzen" nil (aa1 r n z ax n)) +("aro" nil (aa1 r ow0)) +("arocha" nil (aa0 r ow1 k ax)) +("arocho" nil (aa0 r ow1 k ow0)) +("aroma" nil (er0 ow1 m ax)) +("aromas" nil (er0 ow1 m ax z)) +("aromatic" nil (eh1 r ax m ae1 t ih0 k)) +("aron" nil (eh1 r ax n)) +("arone" nil (er0 ow1 n)) +("aronhalt" nil (ae1 r ax n hh ax l t)) +("aronoff" nil (eh1 r ax n ao0 f)) +("aronow" nil (er0 ow1 n ow0)) +("aronowitz" nil (er0 aa1 n ax w ih0 t s)) +("arons" nil (aa1 r ow0 n z)) +("aronson" nil (eh1 r ax n s ax n)) +("aronstein" nil (eh1 r ax n s t iy1 n)) +("arora" nil (aa0 r ao1 r ax)) +("aros" nil (aa1 r ow0 z)) +("arose" nil (er0 ow1 z)) +("around" nil (er0 aw1 n d)) +("arousal" nil (er0 aw1 z ax l)) +("arouse" nil (er0 aw1 z)) +("aroused" nil (er0 aw1 z d)) +("arouses" nil (er0 aw1 z ih0 z)) +("arousing" nil (er0 aw1 z ih0 ng)) +("arp" nil (aa1 r p)) +("arpa" nil (aa1 r p ax)) +("arpanet" nil (aa1 r p ax n eh1 t)) +("arpin" nil (aa1 r p ih0 n)) +("arpino" nil (aa0 r p iy1 n ow0)) +("arps" nil (aa1 r p s)) +("arquette" nil (aa0 r k eh1 t)) +("arquilla" nil (aa1 r k w ih1 l ax)) +("arraigned" nil (er0 ey1 n d)) +("arraignment" nil (er0 ey1 n m ax n t)) +("arrange" nil (er0 ey1 n jh)) +("arranged" nil (er0 ey1 n jh d)) +("arrangement" nil (er0 ey1 n jh m ax n t)) +("arrangements" nil (er0 ey1 n jh m ax n t s)) +("arranger" nil (er0 ey1 n jh er0)) +("arranges" nil (er0 ey1 n jh ih0 z)) +("arranging" nil (er0 ey1 n jh ih0 ng)) +("arrant" nil (ae1 r ax n t)) +("arrants" nil (ae1 r ax n t s)) +("arrasmith" nil (eh1 r ax s m ih1 th)) +("array" nil (er0 ey1)) +("arrayed" nil (er0 ey1 d)) +("arrays" nil (er0 ey1 z)) +("arrearage" nil (er0 iy1 r ih0 jh)) +("arrearages" nil (er0 ih1 r ih0 jh ih0 z)) +("arrears" nil (er0 ih1 r z)) +("arredondo" nil (aa0 r eh0 d ow1 n d ow0)) +("arreguin" nil (aa0 r ey0 g w iy1 n)) +("arrendondo" nil (aa0 r eh0 n d ow1 n d ow0)) +("arreola" nil (aa0 r iy0 aa1 l ax)) +("arrest" nil (er0 eh1 s t)) +("arrested" nil (er0 eh1 s t ax d)) +("arresting" nil (er0 eh1 s t ih0 ng)) +("arrests" nil (er0 eh1 s t s)) +("arrhythmias" nil (er0 ih1 dh m iy0 ax z)) +("arriaga" nil (aa1 r iy0 aa1 g ax)) +("arrick" nil (ae1 r ih0 k)) +("arrieta" nil (aa0 r iy1 t ax)) +("arrigo" nil (aa1 r iy1 g ow0)) +("arrigoni" nil (aa0 r iy0 g ow1 n iy0)) +("arrington" nil (eh1 r ih0 ng t ax n)) +("arriola" nil (aa1 r iy0 ow1 l ax)) +("arriortua" nil (aa1 r iy0 ao0 r t uw1 ax)) +("arrival" nil (er0 ay1 v ax l)) +("arrivals" nil (er0 ay1 v ax l z)) +("arrive" nil (er0 ay1 v)) +("arrived" nil (er0 ay1 v d)) +("arrives" nil (er0 ay1 v z)) +("arriving" nil (er0 ay1 v ih0 ng)) +("arrogance" nil (eh1 r ax g ax n s)) +("arrogant" nil (eh1 r ax g ax n t)) +("arrogantly" nil (eh1 r ax g ax n t l iy0)) +("arrogate" nil (ae1 r ow0 g ey1 t)) +("arrow" nil (ae1 r ow0)) +("arrowhead" nil (ae1 r ow0 hh eh1 d)) +("arrowheads" nil (ae1 r ow0 hh eh1 d z)) +("arrowood" nil (ae1 r ow0 w uh1 d)) +("arrowroot" nil (eh1 r ow0 r uw1 t)) +("arrows" nil (ae1 r ow0 z)) +("arrowsmith" nil (ae1 r ow0 s m ih1 th)) +("arroyo" nil (er0 oy1 ow0)) +("arruda" nil (aa0 r uw1 d ax)) +("arrupe" nil (ae1 r uw1 p)) +("arsdale" nil (aa1 r z d ey1 l)) +("arsenal" nil (aa1 r s ax n ax l)) +("arsenals" nil (aa1 r s ax n ax l z)) +("arsenault" nil (aa1 r s ih0 n ow0)) +("arseneau" nil (aa1 r s ih0 n ow0)) +("arseneault" nil (aa1 r s ih0 n ow0)) +("arsenic" nil (aa1 r s ax n ih0 k)) +("arsenide" nil (aa1 r s ax n ay1 d)) +("arsenio" nil (aa1 r s iy1 n iy0 ow0)) +("arslanian" nil (aa1 r s l ey1 n iy0 ax n)) +("arson" nil (aa1 r s ax n)) +("arsonist" nil (aa1 r s ax n ax s t)) +("arsonists" nil (aa1 r s ax n ax s t s)) +("art" nil (aa1 r t)) +("artale" nil (aa0 r t aa1 l iy0)) +("artcarved" nil (aa1 r t k aa1 r v d)) +("arteaga" nil (aa1 r t iy1 g ax)) +("artemas" nil (aa1 r t ih0 m ax z)) +("artemus" nil (aa1 r t ax m ax s)) +("arter" nil (aa1 r t er0)) +("arterberry" nil (aa1 r t er0 b eh1 r iy0)) +("arterburn" nil (aa1 r t er0 b er1 n)) +("arterial" nil (aa0 r t ih1 r iy0 ax l)) +("arteries" nil (aa1 r t er0 iy0 z)) +("arteriosclerosis" nil (aa0 r t ih1 r iy0 ow0 s k l er0 ow1 s ax s)) +("artery" nil (aa1 r t er0 iy0)) +("artful" nil (aa1 r t f ax l)) +("artfully" nil (aa1 r t f ax l iy0)) +("arth" nil (aa1 r th)) +("arthritic" nil (aa0 r th r ih1 t ih0 k)) +("arthritis" nil (aa0 r th r ay1 t ax s)) +("arthropods" nil (aa1 r th r ax p aa1 d z)) +("arthur" nil (aa1 r th er0)) +("arthurian" nil (aa0 r th uh1 r iy0 ax n)) +("arthurs" nil (aa1 r th er0 z)) +("artichoke" nil (aa1 r t ax ch ow1 k)) +("artichokes" nil (aa1 r t ih0 ch ow1 k s)) +("article" nil (aa1 r t ax k ax l)) +("articles" nil (aa1 r t ax k ax l z)) +("articulate" v (aa0 r t ih1 k y ax l ey1 t)) +("articulate" j (aa0 r t ih1 k y ax l ax t)) +("articulated" nil (aa0 r t ih1 k y ax l ey1 t ax d)) +("articulates" nil (aa0 r t ih1 k y ax l ax t s)) +("articulating" nil (aa0 r t ih1 k y ax l ey1 t ih0 ng)) +("articulation" nil (aa1 r t ih0 k y ax l ey1 sh ax n)) +("articulatory" nil (aa0 r t ih1 k y ax l ax t ao1 r iy0)) +("artie" nil (aa1 r t iy0)) +("artifact" nil (aa1 r t ax f ae1 k t)) +("artifacts" nil (aa1 r t ax f ae1 k t s)) +("artifically" nil (aa0 r t ax f ih1 sh ax l iy0)) +("artifice" nil (aa1 r t ax f ih0 s)) +("artificial" nil (aa1 r t ax f ih1 sh ax l)) +("artificially" nil (aa1 r t ax f ih1 sh ax l iy0)) +("artillery" nil (aa0 r t ih1 l er0 iy0)) +("artino" nil (aa0 r t iy1 n ow0)) +("artiodactyls" nil (aa1 r t iy0 ow0 d ae1 k t ax l z)) +("artis" nil (aa1 r t ih0 s)) +("artisan" nil (aa1 r t ax z ax n)) +("artisans" nil (aa1 r t ax z ax n z)) +("artist" nil (aa1 r t ax s t)) +("artistic" nil (aa0 r t ih1 s t ih0 k)) +("artistically" nil (aa0 r t ih1 s t ih0 k l iy0)) +("artistry" nil (aa1 r t ih0 s t r iy0)) +("artists" nil (aa1 r t ax s t s)) +("artley" nil (aa1 r t l iy0)) +("artman" nil (aa1 r t m ax n)) +("artois" nil (aa0 r t w aa1)) +("arton" nil (aa1 r t aa1 n)) +("artra" nil (aa1 r t r ax)) +("artrip" nil (aa1 r t r ih0 p)) +("arts" nil (aa1 r t s)) +("artsy" nil (aa1 r t s iy1)) +("arturo" nil (aa0 r t uh1 r ow0)) +("artus" nil (aa1 r t ax s)) +("artwork" nil (aa1 r t w er1 k)) +("artworks" nil (aa1 r t w er1 k s)) +("arty" nil (aa1 r t iy0)) +("artz" nil (aa1 r t s)) +("artzt" nil (aa1 r t s t)) +("aruba" nil (er0 uw1 b ax)) +("arum" nil (eh1 r ax m)) +("arundel" nil (eh1 r ax n d ax l)) +("arup" nil (er0 uw1 p)) +("arva" nil (aa1 r v ax)) +("arvad" nil (aa0 r v ae1 d)) +("arval" nil (aa1 r v ax l)) +("arvanitis" nil (aa0 r v ax n ay1 t ih0 s)) +("arvay" nil (aa1 r v ey0)) +("arve" nil (aa1 r v)) +("arvel" nil (aa0 r v eh1 l)) +("arvey" nil (aa1 r v iy0)) +("arvid" nil (aa1 r v ih0 d)) +("arvida" nil (aa0 r v iy1 d ax)) +("arvidson" nil (aa1 r v ih0 d s ax n)) +("arvin" nil (aa1 r v ih0 n)) +("arvind" nil (aa1 r v ih0 n d)) +("arvizu" nil (aa0 r v iy1 z uw0)) +("arwood" nil (aa1 r w uh1 d)) +("arx" nil (aa1 r k s)) +("ary" nil (eh1 r iy0)) +("aryan" nil (aa1 r iy0 ax n)) +("arzate" nil (aa1 r z ey1 t)) +("arzola" nil (aa0 r z ow1 l ax)) +("arzt" nil (aa1 r z t)) +("as" nil (ae1 z)) +("asa" nil (aa1 s ax)) +("asaf" nil (aa0 s aa1 f)) +("asahan" nil (ae1 s ax hh ae0 n)) +("asahi" nil (ax s aa1 hh iy0)) +("asamera" nil (ae1 s ax m eh1 r ax)) +("asarco" nil (ax s aa1 r k ow0)) +("asaro" nil (aa0 s aa1 r ow0)) +("asat" nil (ae1 z ae0 t)) +("asato" nil (aa0 s aa1 t ow0)) +("asay" nil (ax s ey1)) +("asbell" nil (ae1 s b eh0 l)) +("asberry" nil (ae1 s b eh0 r iy0)) +("asbestec" nil (ae1 s b eh1 s t eh0 k)) +("asbestos" nil (ae0 s b eh1 s t ax s)) +("asbestosis" nil (ae1 s b eh1 s t ow1 s ax s)) +("asbill" nil (ax s b ih1 l)) +("asbridge" nil (ax s b r ih1 jh)) +("asbury" nil (ae1 z b eh1 r iy0)) +("asby" nil (ae1 s b iy0)) +("ascap" nil (ae1 s k ae1 p)) +("ascencio" nil (aa0 s ch eh1 n ch iy0 ow0)) +("ascend" nil (ax s eh1 n d)) +("ascendancy" nil (ax s eh1 n d ax n s iy0)) +("ascendant" nil (ax s eh1 n d ax n t)) +("ascended" nil (ax s eh1 n d ax d)) +("ascendency" nil (ax s eh1 n d ax n s iy0)) +("ascending" nil (ax s eh1 n d ih0 ng)) +("ascends" nil (ax s eh1 n d z)) +("ascension" nil (ax s eh1 n sh ax n)) +("ascent" nil (ax s eh1 n t)) +("ascertain" nil (ae1 s er0 t ey1 n)) +("ascertained" nil (ae1 s er0 t ey1 n d)) +("ascetic" nil (ax s eh1 t ih0 k)) +("asch" nil (ae1 sh)) +("asche" nil (ae1 sh)) +("aschenbach" nil (ae1 sh ih0 n b aa0 k)) +("aschenbrenner" nil (ae1 sh ih0 n b r ih0 n er0)) +("ascher" nil (ae1 sh er0)) +("aschoff" nil (ae1 s k hh ao0 f)) +("ascii" nil (ae1 s k iy0)) +("ascorbic" nil (ax s k ao1 r b ih0 k)) +("ascot" nil (ae1 s k aa1 t)) +("ascott" nil (ax s k aa1 t)) +("ascribe" nil (ax s k r ay1 b)) +("ascribed" nil (ax s k r ay1 b d)) +("ascribes" nil (ax s k r ay1 b z)) +("asda" nil (ae1 s d ax)) +("asea" nil (ax z iy1 ax)) +("asean" nil (ax z iy1 ax n)) +("aselma" nil (ax s eh1 l m ax)) +("aseltine" nil (aa0 s eh0 l t iy1 n iy0)) +("asencio" nil (ax s eh1 n s iy0 ow0)) +("aseritis" nil (ax s eh1 r ih0 t ih0 s)) +("ash" nil (ae1 sh)) +("ashamed" nil (ax sh ey1 m d)) +("ashare" nil (ae1 sh eh1 r)) +("ashbaugh" nil (ax sh b ao1)) +("ashbrook" nil (ae1 sh b r uh1 k)) +("ashburn" nil (ae1 sh b er0 n)) +("ashby" nil (ae1 sh b iy0)) +("ashcraft" nil (ae1 sh k r ae1 f t)) +("ashcreek" nil (ae1 sh k r iy1 k)) +("ashcroft" nil (ae1 sh k r ao1 f t)) +("ashdown" nil (ae1 sh d aw1 n)) +("ashe" nil (ae1 sh)) +("ashen" nil (ae1 sh ax n)) +("ashenberg" nil (ae1 sh ax n b er0 g)) +("ashenfelter" nil (ae1 sh ax n f eh1 l t er0)) +("asher" nil (ae1 sh er0)) +("ashes" nil (ae1 sh ax z)) +("asheville" nil (ae1 sh v ih1 l)) +("ashford" nil (ae1 sh f er0 d)) +("ashland" nil (ae1 sh l ax n d)) +("ashley" nil (ae1 sh l iy0)) +("ashlin" nil (ae1 sh l ih0 n)) +("ashline" nil (ae1 sh l ay1 n)) +("ashlock" nil (ae1 sh l aa1 k)) +("ashman" nil (ae1 sh m ax n)) +("ashmead" nil (ae1 sh m iy1 d)) +("ashmore" nil (ae1 sh m ao0 r)) +("ashok" nil (ae1 sh aa0 k)) +("ashore" nil (ax sh ao1 r)) +("ashton" nil (ae1 sh t ax n)) +("ashtray" nil (ae1 sh t r ey1)) +("ashtrays" nil (ae1 sh t r ey1 z)) +("ashur" nil (ae1 sh er0)) +("ashurst" nil (ae1 sh er0 s t)) +("ashwell" nil (ae1 sh w eh1 l)) +("ashwood" nil (ae1 sh w uh1 d)) +("ashworth" nil (ae1 sh w er1 th)) +("ashy" nil (ae1 sh iy0)) +("asia" nil (ey1 zh ax)) +("asiain" nil (ey1 z iy0 ey1 n)) +("asiamerica" nil (ey1 s iy0 ax m eh1 r ih0 k ax)) +("asian" nil (ey1 zh ax n)) +("asians" nil (ey1 zh ax n z)) +("asiatic" nil (ey1 zh iy0 ae1 t ih0 k)) +("asiaweek" nil (ey1 zh ax w iy1 k)) +("asic" nil (ae1 z ih0 k)) +("asics" nil (ae1 z ih0 k s)) +("aside" nil (ax s ay1 d)) +("asides" nil (ax s ay1 d z)) +("asiel" nil (ae1 z iy0 ax l)) +("asimov" nil (ae1 s ih0 m aa0 v)) +("asimow" nil (ae1 s ih0 m ow0)) +("asinine" nil (ae1 s ax n ay1 n)) +("ask" nil (ae1 s k)) +("aska" nil (ae1 s k ax)) +("askance" nil (ax s k ae1 n s)) +("asked" nil (ae1 s k t)) +("asker" nil (ae1 s k er0)) +("askers" nil (ae1 s k er0 z)) +("askew" nil (ax s k y uw1)) +("askey" nil (ax s k iy1)) +("askin" nil (ax s k ih1 n)) +("asking" nil (ae1 s k ih0 ng)) +("askington" nil (ae1 s k ih0 ng t ax n)) +("askins" nil (ax s k ih1 n z)) +("asko" nil (ae1 s k ow0)) +("askoldov" nil (ax s k ow1 l d aa0 v)) +("askren" nil (ae1 s k er0 ax n)) +("asks" nil (ae1 s k s)) +("aslanian" nil (ax s l ey1 n iy0 ax n)) +("asleep" nil (ax s l iy1 p)) +("asleson" nil (ae1 s l ih0 s ax n)) +("aslin" nil (ax s l ih1 n)) +("asman" nil (ae1 s m ax n)) +("asmara" nil (ae1 z m aa1 r ax)) +("asmus" nil (ax z m uw1 s)) +("asmussen" nil (ax z m ah1 s ax n)) +("asner" nil (ae1 s n er0)) +("asp" nil (ae1 s p)) +("asparagus" nil (ax s p eh1 r ax g ax s)) +("aspartame" nil (ae1 s p er0 t ey1 m)) +("aspect" nil (ae1 s p eh1 k t)) +("aspects" nil (ae1 s p eh1 k t s)) +("aspen" nil (ae1 s p ax n)) +("aspens" nil (ae1 s p ax n z)) +("asper" nil (ae1 s p er0)) +("aspersions" nil (ax s p er1 zh ax n z)) +("asphalt" nil (ae1 s f ao1 l t)) +("aspin" nil (ae1 s p ih0 n)) +("aspinall" nil (ae1 s p ih0 n ao0 l)) +("aspirant" nil (ae1 s p er0 ax n t)) +("aspirants" nil (ae1 s p er0 ax n t s)) +("aspirate" n (ae1 s p er0 ax t)) +("aspirate" v (ae1 s p er0 ey1 t)) +("aspiration" nil (ae1 s p er0 ey1 sh ax n)) +("aspirations" nil (ae1 s p er0 ey1 sh ax n z)) +("aspire" nil (ax s p ay1 r)) +("aspired" nil (ax s p ay1 r d)) +("aspires" nil (ax s p ay1 er0 z)) +("aspirin" nil (ae1 s p r ih0 n)) +("aspiring" nil (ax s p ay1 r ih0 ng)) +("asplund" nil (ae1 s p l ax n d)) +("asquith" nil (ae1 s k w ih0 th)) +("ass" nil (ae1 s)) +("assad" nil (ax s aa1 d)) +("assaf" nil (ax s ae1 f)) +("assail" nil (ax s ey1 l)) +("assailant" nil (ax s ey1 l ax n t)) +("assailants" nil (ax s ey1 l ax n t s)) +("assailed" nil (ax s ey1 l d)) +("assailing" nil (ax s ey1 l ih0 ng)) +("assails" nil (ax s ey1 l z)) +("assante" nil (aa0 s aa1 n t iy0)) +("assassin" nil (ax s ae1 s ax n)) +("assassinate" nil (ax s ae1 s ax n ey1 t)) +("assassinated" nil (ax s ae1 s ax n ey1 t ax d)) +("assassination" nil (ax s ae1 s ax n ey1 sh ax n)) +("assassinations" nil (ax s ae1 s ax n ey1 sh ax n z)) +("assassins" nil (ax s ae1 s ax n z)) +("assault" nil (ax s ao1 l t)) +("assaulted" nil (ax s ao1 l t ih0 d)) +("assaulting" nil (ax s ao1 l t ih0 ng)) +("assaults" nil (ax s ao1 l t s)) +("assay" nil (ae1 s iy0)) +("assayer" nil (ae0 s ey1 er0)) +("assed" nil (ae1 s t)) +("asselin" nil (ae1 s ih0 l ih0 n)) +("asselstine" nil (ae1 s ax l s t ay1 n)) +("assemblage" nil (ax s eh1 m b l ax jh)) +("assemble" nil (ax s eh1 m b ax l)) +("assembled" nil (ax s eh1 m b ax l d)) +("assembler" nil (ax s eh1 m b l er0)) +("assemblers" nil (ax s eh1 m b l er0 z)) +("assembles" nil (ax s eh1 m b ax l z)) +("assemblies" nil (ax s eh1 m b l iy0 z)) +("assembling" nil (ax s eh1 m b ax l ih0 ng)) +("assembly" nil (ax s eh1 m b l iy0)) +("assemblyman" nil (ax s eh1 m b l iy0 m ae1 n)) +("assemblymen" nil (ax s eh1 m b l iy0 m ih0 n)) +("assent" nil (ax s eh1 n t)) +("assert" nil (ax s er1 t)) +("asserted" nil (ax s er1 t ax d)) +("assertedly" nil (ax s er1 t ih0 d l iy0)) +("asserting" nil (ax s er1 t ih0 ng)) +("assertion" nil (ax s er1 sh ax n)) +("assertions" nil (ax s er1 sh ax n z)) +("assertive" nil (ax s er1 t ih0 v)) +("assertiveness" nil (ax s er1 t ih0 v n ax s)) +("asserts" nil (ax s er1 t s)) +("asses" nil (ae1 s ax z)) +("assess" nil (ax s eh1 s)) +("assessed" nil (ax s eh1 s t)) +("assesses" nil (ax s eh1 s ih0 z)) +("assessing" nil (ax s eh1 s ih0 ng)) +("assessment" nil (ax s eh1 s m ax n t)) +("assessments" nil (ax s eh1 s m ax n t s)) +("assessor" nil (ax s eh1 s er0)) +("assessors" nil (ax s eh1 s er0 z)) +("asset" nil (ae1 s eh1 t)) +("assets" nil (ae1 s eh1 t s)) +("assicurazioni" nil (ax s iy1 k er0 ae1 z iy0 ow1 n iy0)) +("assiduous" nil (ax s ih1 d w ax s)) +("assiduously" nil (ax s ih1 d w ax s l iy0)) +("assign" nil (ax s ay1 n)) +("assigned" nil (ax s ay1 n d)) +("assigning" nil (ax s ay1 n ih0 ng)) +("assignment" nil (ax s ay1 n m ax n t)) +("assignments" nil (ax s ay1 n m ax n t s)) +("assigns" nil (ax s ay1 n z)) +("assimilate" nil (ax s ih1 m ax l ey1 t)) +("assimilated" nil (ax s ih1 m ax l ey1 t ih0 d)) +("assimilating" nil (ax s ih1 m ax l ey1 t ih0 ng)) +("assimilation" nil (ax s ih1 m ax l ey1 sh ax n)) +("assisi" nil (ax s iy1 s iy0)) +("assist" nil (ax s ih1 s t)) +("assistance" nil (ax s ih1 s t ax n s)) +("assistant" nil (ax s ih1 s t ax n t)) +("assistants" nil (ax s ih1 s t ax n t s)) +("assisted" nil (ax s ih1 s t ax d)) +("assisting" nil (ax s ih1 s t ih0 ng)) +("assists" nil (ax s ih1 s t s)) +("assocation" nil (ae1 s ax k ey1 sh ax n)) +("associate" n (ax s ow1 s iy0 ax t)) +("associate" v (ax s ow1 s iy0 ey0 t)) +("associated" nil (ax s ow1 s iy0 ey1 t ax d)) +("associates" n (ax s ow1 s iy0 ih0 t s)) +("associates" v (ax s ow1 s iy0 ey0 t s)) +("associating" nil (ax s ow1 s iy0 ey1 t ih0 ng)) +("association" nil (ax s ow1 s iy0 ey1 sh ax n)) +("associations" nil (ax s ow1 s iy0 ey1 sh ax n z)) +("associes" nil (ae1 s ax s iy0 z)) +("assorted" nil (ax s ao1 r t ih0 d)) +("assortment" nil (ax s ao1 r t m ax n t)) +("assuage" nil (ax s w ey1 jh)) +("assuaged" nil (ax s w ey1 jh d)) +("assubel" nil (ae1 s ax b eh1 l)) +("assume" nil (ax s uw1 m)) +("assumed" nil (ax s uw1 m d)) +("assumes" nil (ax s uw1 m z)) +("assuming" nil (ax s uw1 m ih0 ng)) +("assumption" nil (ax s ah1 m p sh ax n)) +("assumptions" nil (ax s ah1 m p sh ax n z)) +("assurance" nil (ax sh uh1 r ax n s)) +("assurances" nil (ax sh uh1 r ax n s ih0 z)) +("assure" nil (ax sh uh1 r)) +("assured" nil (ax sh uh1 r d)) +("assuredly" nil (ax sh uh1 r ax d l iy0)) +("assures" nil (ax sh uh1 r z)) +("assuring" nil (ax sh uh1 r ih0 ng)) +("assyria" nil (ax s ih1 r iy0 ax)) +("assyrian" nil (ax s ih1 r iy0 ax n)) +("assyrians" nil (ax s ih1 r iy0 ax n z)) +("ast" nil (ae1 s t)) +("asta" nil (aa1 s t ax)) +("astaire" nil (ax s t eh1 r)) +("aster" nil (ae1 s t er0)) +("asterisk" nil (ae1 s t er0 ih0 s k)) +("asteroid" nil (ae1 s t er0 oy1 d)) +("asteroids" nil (ae1 s t er0 oy1 d z)) +("asters" nil (ae1 s t er0 z)) +("asthma" nil (ae1 z m ax)) +("asthmatic" nil (ae0 z m ae1 t ih0 k)) +("asthmatics" nil (eh0 s th m eh1 t ih0 k s)) +("astigmatism" nil (ax s t ih1 g m ax t ih1 z ax m)) +("astin" nil (ax s t ih1 n)) +("astle" nil (ae1 s ax l)) +("astley" nil (ae1 s t l iy0)) +("aston" nil (ae1 s t ax n)) +("astonished" nil (ax s t aa1 n ih0 sh t)) +("astonishing" nil (ax s t aa1 n ih0 sh ih0 ng)) +("astonishingly" nil (ax s t aa1 n ih0 sh ih0 ng l iy0)) +("astonishment" nil (ax s t aa1 n ih0 sh m ax n t)) +("astor" nil (ae1 s t er0)) +("astorga" nil (aa0 s t ao1 r g ax)) +("astoria" nil (ae1 s t ao1 r iy0 ax)) +("astorino" nil (aa0 s t ao0 r iy1 n ow0)) +("astound" nil (ax s t aw1 n d)) +("astounded" nil (ax s t aw1 n d ih0 d)) +("astounding" nil (ax s t aw1 n d ih0 ng)) +("astoundingly" nil (ax s t aw1 n d ih0 ng l iy0)) +("astounds" nil (ax s t aw1 n d z)) +("astra" nil (ae1 s t r ax)) +("astraddle" nil (ax s t r ae1 d ax l)) +("astral" nil (ae1 s t r ax l)) +("astray" nil (ax s t r ey1)) +("astred" nil (ae1 s t er0 d)) +("astrid" nil (ae1 s t r ih0 d)) +("astride" nil (ax s t r ay1 d)) +("astringent" nil (ax s t r ih1 n jh ax n t)) +("astringents" nil (ax s t r ih1 n jh ax n t s)) +("astro" nil (ae1 s t r ow0)) +("astrodome" nil (ae1 s t r ax d ow1 m)) +("astrogeology" nil (ae1 s t r ax jh iy1 aa1 l ax jh iy0)) +("astrologer" nil (ax s t r aa1 l ax jh er0)) +("astrologers" nil (ax s t r aa1 l ax jh er0 z)) +("astrological" nil (ae1 s t r ax l aa1 jh ih0 k ax l)) +("astrology" nil (ax s t r aa1 l ax jh iy0)) +("astronaut" nil (ae1 s t r ax n aa1 t)) +("astronautical" nil (ae1 s t r ax n aa1 t ih0 k ax l)) +("astronautics" nil (ae1 s t r ax n aa1 t ih0 k s)) +("astronauts" nil (ae1 s t r ax n ao1 t s)) +("astronomer" nil (ax s t r aa1 n ax m er0)) +("astronomers" nil (ax s t r aa1 n ax m er0 z)) +("astronomical" nil (ae1 s t r ax n aa1 m ih0 k ax l)) +("astronomically" nil (ae1 s t r ax n aa1 m ih0 k l iy0)) +("astronomy" nil (ax s t r aa1 n ax m iy0)) +("astrophotography" nil (ae1 s t r ow0 f ax t aa1 g r ax f iy0)) +("astrophysicist" nil (ae1 s t r ow0 f ih1 s ih0 s ih0 s t)) +("astrophysics" nil (ae1 s t r ow0 f ih1 z ih0 k s)) +("astros" nil (ae1 s t r ow0 s)) +("astrotech" nil (ae1 s t r ow0 t eh1 k)) +("astroturf" nil (ae1 s t r ow0 t er1 f)) +("astute" nil (ax s t uw1 t)) +("astutely" nil (ax s t uw1 t l iy0)) +("astuteness" nil (ax s t uw1 t n ax s)) +("asuncion" nil (ax s ah1 n sh ax n)) +("asunder" nil (ax s ah1 n d er0)) +("aswin" nil (ax s w ih1 n)) +("asylum" nil (ax s ay1 l ax m)) +("asymmetrical" nil (ey1 s ax m eh1 t r ih0 k ax l)) +("asymmetries" nil (ey1 s ih1 m ax t r iy0 z)) +("asymmetry" nil (ey1 s ih1 m ax t r iy0)) +("asymptotes" nil (ae1 s ax m t ow1 t s)) +("asynchronous" nil (ey1 s ih1 ng k r ax n ax s)) +("at" nil (ae1 t)) +("ata" nil (aa1 t ax)) +("atalanta" nil (ae1 t ax l ae1 n t ax)) +("atalaya" nil (aa0 t aa0 l ey1 ax)) +("atalia" nil (aa0 t aa1 l iy0 ax)) +("atalie" nil (ae1 t ax l iy0)) +("atamian" nil (ax t ey1 m iy0 ax n)) +("atari" nil (ax t aa1 r iy0)) +("ataturk" nil (ae1 t ax t er1 k)) +("ataxia" nil (ey1 t ae1 k s iy0 ax)) +("atcheson" nil (ae1 ch ih0 s ax n)) +("atchinson" nil (ae1 ch ih0 n s ax n)) +("atchison" nil (ae1 ch ih0 s ax n)) +("atchley" nil (ae1 ch l iy0)) +("atco" nil (ae1 t k ow0)) +("atcor" nil (ae1 t k ao0 r)) +("ate" nil (ey1 t)) +("atek" nil (ey1 t eh1 k)) +("aten" nil (ey1 t ax n)) +("atencio" nil (ax t eh1 n s iy0 ow0)) +("ater" nil (ey1 t er0)) +("ates" nil (ey1 t s)) +("atha" nil (ae1 th ax)) +("athalia" nil (ey0 th ae1 l iy0 ax)) +("athanas" nil (ey0 th ae1 n ax z)) +("athanassiou" nil (aa1 th ax n ax s iy1 uw0)) +("athans" nil (ae1 th ax n z)) +("athas" nil (ey1 dh ax z)) +("athearn" nil (ey1 th er0 n)) +("atheism" nil (ax th ay1 s ax m)) +("atheist" nil (ey1 th iy0 ax s t)) +("atheistic" nil (ey1 th iy0 ih1 s t ih0 k)) +("atheists" nil (ey1 th iy0 ax s t s)) +("athena" nil (ax th iy1 n ax)) +("athenaeum" nil (ae1 th ax n iy1 ax m)) +("athenaios" nil (ae1 th ax n ay1 ow0 s)) +("atheneum" nil (ae1 th ax n uw0 m)) +("athenian" nil (ax th iy1 n iy0 ax n)) +("athenians" nil (ax th iy1 n iy0 ax n z)) +("athens" nil (ae1 th ax n z)) +("atherosclerosis" nil (ae1 th er0 ow0 s k l er0 ow1 s ih0 s)) +("atherton" nil (ae1 th er0 t ax n)) +("athey" nil (ae1 th iy0)) +("athie" nil (ey1 th iy0)) +("athlete" nil (ae1 th l iy1 t)) +("athletes" nil (ae1 th l iy1 t s)) +("athletic" nil (ae0 th l eh1 t ih0 k)) +("athletically" nil (ae0 th l eh1 t ih0 k l iy0)) +("athletics" nil (ae0 th l eh1 t ih0 k s)) +("athlone" nil (ae0 th l ow1 n)) +("athwart" nil (ax th w ao1 r t)) +("atico" nil (ae1 t ih0 k ow1)) +("atienza" nil (aa0 t iy1 n z ax)) +("atilano" nil (aa0 t iy0 l aa1 n ow0)) +("atkerson" nil (ae1 t k er0 s ax n)) +("atkin" nil (ax t k ih1 n)) +("atkins" nil (ae1 t k ih0 n z)) +("atkinson" nil (ae1 t k ax n s ax n)) +("atkison" nil (ae1 t k ih0 s ax n)) +("atkisson" nil (ae1 t k ih0 s ax n)) +("atla" nil (ae1 t l ax)) +("atlanta" nil (ae0 t l ae1 n t ax)) +("atlantans" nil (ae1 t l ae1 n t ax n z)) +("atlantic" nil (ax t l ae1 n t ih0 k)) +("atlantica" nil (ae1 t l ae1 n t ih0 k ax)) +("atlantico" nil (ae1 t l ae1 n t ih0 k ow0)) +("atlantis" nil (ae0 t l ae1 n t ih0 s)) +("atlas" nil (ae1 t l ax s)) +("atlases" nil (ae0 t l ey1 s ih0 z)) +("atley" nil (ae1 t l iy0)) +("atmel" nil (ae1 t m ax l)) +("atmosphere" nil (ae1 t m ax s f ih1 r)) +("atmospheric" nil (ae1 t m ax s f eh1 r ih0 k)) +("atnip" nil (ae1 t n ih0 p)) +("atocha" nil (ax t aa1 ch ax)) +("atoll" nil (ae1 t aa0 l)) +("atom" nil (ae1 t ax m)) +("atomic" nil (ax t aa1 m ih0 k)) +("atomizer" nil (ae1 t ax m ay1 z er0)) +("atoms" nil (ae1 t ax m z)) +("aton" nil (ax t aa1 n)) +("atonal" nil (ey0 t ow1 n ax l)) +("atone" nil (ax t ow1 n)) +("atonement" nil (ax t ow1 n m ax n t)) +("atop" nil (ax t aa1 p)) +("ator" nil (eh1 t er0)) +("atorino" nil (ae1 t er0 iy1 n ow0)) +("atra" nil (ey1 t r ax)) +("atria" nil (ey1 t r iy0 ax)) +("atrium" nil (ey1 t r iy0 ax m)) +("atrocious" nil (ax t r ow1 sh ax s)) +("atrocities" nil (ax t r aa1 s ax t iy0 z)) +("atrocity" nil (ax t r aa1 s ax t iy0)) +("atrophied" nil (ae1 t r ax f iy0 d)) +("atrophy" nil (ae1 t r ax f iy0)) +("atsushi" nil (aa0 s s uw0 sh iy0)) +("atta" nil (ae1 t ax)) +("attach" nil (ax t ae1 ch)) +("attache" nil (ae1 t ax sh ey1)) +("attached" nil (ax t ae1 ch t)) +("attaches" nil (ax t ae1 ch ih0 z)) +("attaching" nil (ax t ae1 ch ih0 ng)) +("attachment" nil (ax t ae1 ch m ax n t)) +("attachments" nil (ax t ae1 ch m ax n t s)) +("attack" nil (ax t ae1 k)) +("attacked" nil (ax t ae1 k t)) +("attacker" nil (ax t ae1 k er0)) +("attackers" nil (ax t ae1 k er0 z)) +("attacking" nil (ax t ae1 k ih0 ng)) +("attacks" nil (ax t ae1 k s)) +("attain" nil (ax t ey1 n)) +("attainable" nil (ax t ey1 n ax b ax l)) +("attainder" nil (ax t ey1 n d er0)) +("attained" nil (ax t ey1 n d)) +("attaining" nil (ax t ey1 n ih0 ng)) +("attainment" nil (ax t ey1 n m ax n t)) +("attains" nil (ax t ey1 n z)) +("attali" nil (ax t aa1 l iy0)) +("attalla" nil (ax t ae1 l ax)) +("attanasio" nil (aa0 t aa0 n aa1 s iy0 ow0)) +("attar" nil (ae1 t er0)) +("attard" nil (ae1 t er0 d)) +("attardo" nil (aa0 t aa1 r d ow0)) +("attaway" nil (ae1 t ax w ey0)) +("atteberry" nil (ae1 t b eh0 r iy0)) +("attebery" nil (ax t eh1 b er0 iy0)) +("attebury" nil (ae1 t b eh0 r iy0)) +("attempt" nil (ax t eh1 m p t)) +("attempted" nil (ax t eh1 m p t ax d)) +("attempting" nil (ax t eh1 m p t ih0 ng)) +("attempts" nil (ax t eh1 m p t s)) +("attenborough" nil (ae1 t ah1 n b er0 ow0)) +("attend" nil (ax t eh1 n d)) +("attendance" nil (ax t eh1 n d ax n s)) +("attendant" nil (ax t eh1 n d ax n t)) +("attendants" nil (ax t eh1 n d ax n t s)) +("attended" nil (ax t eh1 n d ax d)) +("attendee" nil (ax t eh1 n d iy1)) +("attendees" nil (ax t eh1 n d iy1 z)) +("attending" nil (ax t eh1 n d ih0 ng)) +("attends" nil (ax t eh1 n d z)) +("attention" nil (ax t eh1 n sh ax n)) +("attentions" nil (ax t eh1 n sh ax n z)) +("attentive" nil (ax t eh1 n t ih0 v)) +("attentively" nil (ax t eh1 n t ih0 v l iy0)) +("attentiveness" nil (ax t eh1 n t ih0 v n ax s)) +("attenuated" nil (ax t eh1 n y uw0 ey1 t ih0 d)) +("atterberry" nil (ae1 t er0 b eh0 r iy0)) +("atterbury" nil (ae1 t er0 b eh1 r iy0)) +("attermann" nil (ae1 t er0 m ax n)) +("attest" nil (ax t eh1 s t)) +("attested" nil (ax t eh1 s t ih0 d)) +("attesting" nil (ax t eh1 s t ih0 ng)) +("attests" nil (ax t eh1 s t s)) +("attic" nil (ae1 t ih0 k)) +("attica" nil (ae1 t ih0 k ax)) +("attics" nil (ae1 t ih0 k s)) +("attie" nil (ae1 t iy0)) +("attila" nil (ax t ih1 l ax)) +("attire" nil (ax t ay1 er0)) +("attired" nil (ax t ay1 r d)) +("attitude" nil (ae1 t ax t uw1 d)) +("attitudes" nil (ae1 t ax t uw1 d z)) +("attitudinal" nil (ae1 t ax t uw1 d ax n ax l)) +("attkisson" nil (ae1 t k ih0 s ax n)) +("attleboro" nil (ae1 t ax l b er0 ow0)) +("attlee" nil (ae1 t l iy0)) +("attorney" nil (ax t er1 n iy0)) +("attorneys" nil (ax t er1 n iy0 z)) +("attract" nil (ax t r ae1 k t)) +("attracted" nil (ax t r ae1 k t ax d)) +("attracting" nil (ax t r ae1 k t ih0 ng)) +("attraction" nil (ax t r ae1 k sh ax n)) +("attractions" nil (ax t r ae1 k sh ax n z)) +("attractive" nil (ax t r ae1 k t ih0 v)) +("attractively" nil (ax t r ae1 k t ih0 v l iy0)) +("attractiveness" nil (ax t r ae1 k t ih0 v n ax s)) +("attracts" nil (ax t r ae1 k t s)) +("attributable" nil (ax t r ih1 b y ax t ax b ax l)) +("attribute" n (ae1 t r ax b y uw1 t)) +("attribute" v (ax t r ih1 b y uw1 t)) +("attributed" nil (ax t r ih1 b y ax t ax d)) +("attributes" n (ae1 t r ax b y uw1 t s)) +("attributes" v (ax t r ih1 b y uw1 t s)) +("attributing" nil (ax t r ih1 b y ax t ih0 ng)) +("attribution" nil (ae1 t r ih0 b y uw1 sh ax n)) +("attridge" nil (ax t r ih1 jh)) +("attrition" nil (ax t r ih1 sh ax n)) +("attuned" nil (ax t uw1 n d)) +("attwood" nil (ae1 t w uh1 d)) +("attwoods" nil (ae1 t w uh1 d z)) +("atwater" nil (ae1 t w ao0 t er0)) +("atwell" nil (ax t w eh1 l)) +("atwood" nil (ae1 t w uh1 d)) +("atworth" nil (ae1 t w er0 th)) +("atypical" nil (ey0 t ih1 p ih0 k ax l)) +("atz" nil (ae1 t s)) +("au" nil (ow1)) +("aube" nil (ao1 b)) +("aubel" nil (aw1 b ax l)) +("auber" nil (ao1 b er0)) +("auberry" nil (ao1 b eh1 r iy0)) +("aubert" nil (ao1 b er0 t)) +("aubin" nil (ao1 b ih0 n)) +("auble" nil (ao1 b ax l)) +("aubrey" nil (ao1 b r iy0)) +("aubry" nil (ao1 b r iy0)) +("aubuchon" nil (aw1 b ax k ax n)) +("auburn" nil (aa1 b er0 n)) +("auch" nil (ao1 ch)) +("auchter" nil (aw1 k t er0)) +("auckland" nil (aa1 k l ax n d)) +("auclair" nil (ow0 k l eh1 r)) +("aucoin" nil (ow0 k oy1 n)) +("aucott" nil (ao1 k aa1 t)) +("auction" nil (aa1 k sh ax n)) +("auctioned" nil (ao1 k sh ax n d)) +("auctioneer" nil (aa1 k sh ax n ih1 r)) +("auctioneering" nil (ao1 k sh ax n ih1 r ih0 ng)) +("auctioneers" nil (ao1 k sh ax n ih1 r z)) +("auctioning" nil (ao1 k sh ax n ih0 ng)) +("auctions" nil (aa1 k sh ax n z)) +("aud" nil (ao1 d)) +("audacious" nil (aa0 d ey1 sh ax s)) +("audacity" nil (aa0 d ae1 s ax t iy0)) +("audas" nil (ow0 d aa1 z)) +("auden" nil (ao1 d ax n)) +("audet" nil (ow0 d eh1 t)) +("audette" nil (ow0 d eh1 t)) +("audi" nil (ao1 d iy0)) +("audia" nil (ao1 d iy0 ax)) +("audible" nil (aa1 d ax b ax l)) +("audibly" nil (aa1 d ax b l iy0)) +("audience" nil (aa1 d iy0 ax n s)) +("audiences" nil (aa1 d iy0 ax n s ax z)) +("audino" nil (ao1 d iy1 n ow0)) +("audio" nil (aa1 d iy0 ow1)) +("audiophiles" nil (ao1 d iy1 ow0 f iy1 l z)) +("audiotape" nil (ao1 d iy0 ow0 t ey1 p)) +("audiotex" nil (ao1 d iy0 ow0 t eh1 k s)) +("audiotronics" nil (ao1 d iy0 ow0 t r aa1 n ih0 k s)) +("audiovisual" nil (ao1 d iy0 ow0 v ih1 zh uw0 ax l)) +("audiovox" nil (ao1 d iy0 ow0 v aa1 k s)) +("audis" nil (ao1 d ih0 s)) +("audit" nil (ao1 d ih0 t)) +("audited" nil (ao1 d ih0 t ih0 d)) +("auditing" nil (aa1 d ax t ih0 ng)) +("audition" nil (aa0 d ih1 sh ax n)) +("auditioned" nil (ao1 d ih1 sh ax n d)) +("auditioning" nil (aa0 d ih1 sh ax n ih0 ng)) +("auditions" nil (ao1 d ih1 sh ax n z)) +("auditor" nil (ao1 d ih0 t er0)) +("auditorium" nil (ao1 d ax t ao1 r iy0 ax m)) +("auditoriums" nil (ao1 d ih0 t ao1 r iy0 ax m z)) +("auditors" nil (aa1 d ax t er0 z)) +("auditory" nil (ao1 d ih0 t ao1 r iy0)) +("audits" nil (aa1 d ax t s)) +("audran" nil (ao1 d r ax n)) +("audrey" nil (ao1 d r iy0)) +("audric" nil (ao1 d r ih0 k)) +("audrie" nil (ao1 d er0 iy0)) +("audris" nil (ow0 d r iy1 s)) +("audry" nil (ao1 d r iy0)) +("audubon" nil (ao1 d ax b aa0 n)) +("audwin" nil (ao1 d w ih0 n)) +("aue" nil (aw1)) +("auel" nil (aw1 ax l)) +("auen" nil (aw1 ax n)) +("auer" nil (aw1 er0)) +("auerbach" nil (aw1 er0 b aa0 k)) +("auerback" nil (aw1 r b ae1 k)) +("aufderheide" nil (aw1 f d er0 hh ay0 d)) +("aufhauser" nil (ao1 f hh aw1 z er0)) +("aufiero" nil (ow0 f ih1 r ow0)) +("aug" nil (ao1 g ax s t)) +("augat" nil (ao1 g ae0 t)) +("auge" nil (ao1 jh)) +("augello" nil (ao0 jh eh1 l ow0)) +("augenstein" nil (aw1 g ax n s t ay0 n)) +("auger" nil (ao1 g er0)) +("aughenbaugh" nil (ao0 eh1 n b ao0)) +("augment" nil (ao0 g m eh1 n t)) +("augmentable" nil (aa0 g m eh1 n t ax b ax l)) +("augmented" nil (aa0 g m eh1 n t ax d)) +("augmenting" nil (ao1 g m eh1 n t ih0 ng)) +("augsburg" nil (ao1 g z b er0 g)) +("augsburger" nil (aw1 g z b er0 g er0)) +("augspurger" nil (aw1 g s p er0 g er0)) +("augur" nil (ao1 g er0)) +("auguring" nil (ao1 g er0 ih0 ng)) +("augurs" nil (ao1 g er0 z)) +("august" nil (aa1 g ax s t)) +("augusta" nil (ax g ah1 s t ax)) +("auguste" nil (ao1 g ax s t)) +("augustin" nil (aw0 g uw0 s t iy1 n)) +("augustine" nil (aa1 g ax s t iy1 n)) +("augustinians" nil (aa1 g ax s t ih1 n iy0 ax n z)) +("augusto" nil (ao1 g ah1 s t ow0)) +("augustson" nil (ao1 g ax s t s ax n)) +("augustus" nil (aa0 g ah1 s t ax s)) +("augustyn" nil (aw0 g ah1 s t ih0 n)) +("augustyniak" nil (aw0 g ax s t ih1 n iy0 ae0 k)) +("auker" nil (ao1 k er0)) +("aukerman" nil (aw1 k er0 m ax n)) +("aul" nil (ao1 l)) +("aulana" nil (aw1 l aa1 n ax)) +("auld" nil (ao1 l d)) +("aulds" nil (ao1 l d z)) +("auletta" nil (ao0 l eh1 t ax)) +("aull" nil (ao1 l)) +("ault" nil (ao1 l t)) +("aultman" nil (ao1 l t m ax n)) +("auman" nil (ao1 m ax n)) +("aumann" nil (ao1 m ax n)) +("aument" nil (aw1 m ax n t)) +("aumiller" nil (aw1 m ax l er0)) +("aune" nil (ao1 n)) +("aung" nil (ao1 ng)) +("aungst" nil (aw1 ng g s t)) +("aunt" nil (ae1 n t)) +("aunts" nil (ae1 n t s)) +("aupperle" nil (aw1 p er0 l iy0)) +("aura" nil (ao1 r ax)) +("aural" nil (ao1 r ax l)) +("aurand" nil (ao1 r ax n d)) +("aurea" nil (aw0 r ey1 aa0)) +("aurelio" nil (aw0 r ey1 l iy0 ow0)) +("auria" nil (ao1 r iy0 ax)) +("aurich" nil (aw1 r ih0 k)) +("auriemma" nil (ao0 r iy1 m ax)) +("aurora" nil (er0 ao1 r ax)) +("auroral" nil (er0 ao1 r ax l)) +("aurum" nil (ao1 r ax m)) +("aus" nil (aw1 z)) +("ausbrooks" nil (aw1 s b r uh0 k s)) +("ausburn" nil (aw1 s b er0 n)) +("auschwitz" nil (ao1 sh w ih0 t s)) +("ausherman" nil (aw1 sh er0 m ax n)) +("ausimont" nil (aw1 s ih0 m aa1 n t)) +("auslander" nil (aw1 s l ax n d er0)) +("ausley" nil (ao1 s l iy0)) +("ausman" nil (aw1 s m ax n)) +("ausmus" nil (aw1 s m ih0 s)) +("auspices" nil (ao1 s p ih0 s ih0 z)) +("auspicious" nil (aa0 s p ih1 sh ax s)) +("aussie" nil (ao1 s iy0)) +("aust" nil (ao1 s t)) +("austad" nil (aw1 s t ax d)) +("austell" nil (aw1 s t ax l)) +("austen" nil (ao1 s t ax n)) +("auster" nil (ao1 s t er0)) +("austere" nil (ao0 s t ih1 r)) +("austerely" nil (ao1 s t ih1 r l iy0)) +("austerity" nil (ao1 s t eh1 r ih0 t iy0)) +("austill" nil (aw1 s t ax l)) +("austin" nil (ao1 s t ax n)) +("austine" nil (ao1 s t iy0 n)) +("auston" nil (ao1 s t ax n)) +("austral" nil (ao1 s t r ax l)) +("australasia" nil (ao1 s t r ax l ey1 zh ax)) +("australia" nil (ao0 s t r ey1 l y ax)) +("australian" nil (ao0 s t r ey1 l y ax n)) +("australians" nil (ao0 s t r ey1 l y ax n z)) +("australopithecine" nil (ao0 s t r ey1 l ow0 p ih1 th ax s ay1 n)) +("australs" nil (ao1 s t r ax l z)) +("austrasia" nil (ao0 s t r ey1 zh ax)) +("austria" nil (ao1 s t r iy0 ax)) +("austrian" nil (ao1 s t r iy0 ax n)) +("austrians" nil (ao1 s t r iy0 ax n z)) +("austro" nil (ao1 s t r ow0)) +("austroasiatic" nil (ao1 s t r ow1 ey1 zh iy0 ae1 t ih0 k)) +("austron" nil (ao1 s t r ax n)) +("auten" nil (aw1 t ax n)) +("autenrieth" nil (aw1 t ih0 n r iy0 ih0 th)) +("autery" nil (ow1 t er0 iy0)) +("auth" nil (ao1 th)) +("authement" nil (aw1 th m ax n t)) +("authentic" nil (ax th eh1 n t ih0 k)) +("authentically" nil (ao1 th eh1 n t ih0 k l iy0)) +("authenticate" nil (ao0 th eh1 n t ax k ey1 t)) +("authentication" nil (ao0 th eh1 n t ax k ey1 sh ax n)) +("authentications" nil (ao0 th eh1 n t ax k ey1 sh ax n z)) +("authenticity" nil (ao1 th ax n t ih1 s ih0 t iy0)) +("authier" nil (aw1 th iy0 er0)) +("author" nil (ao1 th er0)) +("authored" nil (ao1 th er0 d)) +("authoritarian" nil (ax th ao1 r ax t eh1 r iy0 ax n)) +("authoritarianism" nil (ax th ao1 r ax t eh1 r iy0 ax n ih1 z ax m)) +("authoritative" nil (ax th ao1 r ax t ey1 t ih0 v)) +("authorities" nil (ax th ao1 r ax t iy0 z)) +("authority" nil (ax th ao1 r ax t iy0)) +("authorization" nil (ao1 th er0 ax z ey1 sh ax n)) +("authorizations" nil (ao1 th er0 ax z ey1 sh ax n z)) +("authorize" nil (ao1 th er0 ay1 z)) +("authorized" nil (ao1 th er0 ay1 z d)) +("authorizes" nil (ao1 th er0 ay1 z ih0 z)) +("authorizing" nil (ao1 th er0 ay1 z ih0 ng)) +("authors" nil (ao1 th er0 z)) +("authorship" nil (ao1 th er0 sh ih1 p)) +("autism" nil (ao1 t ih1 z ax m)) +("autistic" nil (ao0 t ih1 s t ih0 k)) +("auto" nil (ao1 t ow0)) +("autobahn" nil (ao1 t ow0 b aa1 n)) +("autobiographer" nil (ao1 t ax b ay0 aa1 g r ax f er0)) +("autobiographical" nil (ao1 t ax b ay1 ax g r ae1 f ih0 k ax l)) +("autobiographies" nil (ao1 t ax b ay0 aa1 g r ax f iy0 z)) +("autobiography" nil (ao1 t ax b ay0 aa1 g r ax f iy0)) +("autoclave" nil (ao1 t ow0 k l ey1 v)) +("autocracy" nil (ao0 t aa1 k r ax s iy0)) +("autocrat" nil (ao1 t ax k r ae1 t)) +("autocratic" nil (ao1 t ax k r ae1 t ih0 k)) +("autodesk" nil (ao1 t ow0 d eh1 s k)) +("autodie" nil (ao1 t ow0 d ay1)) +("autofacts" nil (ao1 t ow0 f ae1 k t s)) +("autograph" nil (ao1 t ax g r ae1 f)) +("autographed" nil (ao1 t ax g r ae1 f t)) +("autographs" nil (ao1 t ax g r ae1 f s)) +("autoimmune" nil (ao1 t oy1 m y uw0 n)) +("autolatina" nil (ao1 t ow1 l ax t iy1 n ax)) +("automaker" nil (ao1 t ow0 m ey1 k er0)) +("automakers" nil (ao1 t ow0 m ey1 k er0 z)) +("automap" nil (ao1 t ow0 m ae1 p)) +("automata" nil (ao0 t aa1 m ax t ax)) +("automate" nil (ao1 t ax m ey1 t)) +("automated" nil (ao1 t ax m ey1 t ih0 d)) +("automates" nil (ao1 t ax m ey1 t s)) +("automatic" nil (ao1 t ax m ae1 t ih0 k)) +("automatically" nil (ao1 t ax m ae1 t ih0 k l iy0)) +("automatics" nil (ao1 t ax m ae1 t ih0 k s)) +("automating" nil (ao1 t ax m ey1 t ih0 ng)) +("automation" nil (ao0 t ax m ey1 sh ax n)) +("automatix" nil (ao1 t ow0 m ey1 t ih0 k s)) +("automaton" nil (ao0 t aa1 m ax t aa1 n)) +("automobile" nil (ao1 t ax m ow0 b iy1 l)) +("automobiles" nil (ao1 t ax m ow0 b iy1 l z)) +("automobili" nil (ao1 t ow0 m ow0 b iy1 l iy0)) +("automotive" nil (ao1 t ax m ow1 t ih0 v)) +("automoviles" nil (ao1 t ow0 m ow0 v iy1 l eh0 z)) +("auton" nil (ao1 t ax n)) +("autonomic" nil (ao1 t ax n aa1 m ih0 k)) +("autonomous" nil (ao0 t aa1 n ax m ax s)) +("autonomously" nil (ao1 t aa1 n ow0 m ax s l iy0)) +("autonomy" nil (ao0 t aa1 n ax m iy0)) +("autopacific" nil (ao1 t ow0 p ax s ih1 f ih0 k)) +("autoparts" nil (ao1 t ow0 p aa1 r t s)) +("autopilot" nil (ao1 t ow0 p ay1 l ax t)) +("autopsies" nil (ao1 t aa1 p s iy0 z)) +("autopsy" nil (ao1 t aa1 p s iy0)) +("autos" nil (ao1 t ow0 z)) +("autospa" nil (ao1 t ow1 s p ax)) +("autotote" nil (ao1 t ow0 t ow1 t)) +("autotrophic" nil (ao1 t ax t r ow1 f ih0 k)) +("autrey" nil (ao1 t r iy0)) +("autry" nil (ao1 t r iy0)) +("autumn" nil (ao1 t ax m)) +("autumnal" nil (ao0 t ah1 m n ax l)) +("auvil" nil (ow0 v ih1 l)) +("aux" nil (ow1)) +("auxier" nil (ao1 k s iy0 er0)) +("auxiliary" nil (aa0 g z ih1 l y er0 iy0)) +("auxton" nil (ao1 k s t ax n)) +("auyeung" nil (aw1 y uw1 ng)) +("auzenne" nil (ao1 z ih0 n)) +("ava" nil (ey1 v ax)) +("avail" nil (ax v ey1 l)) +("availabilities" nil (ax v ey1 l ax b ih1 l ih0 t iy0 z)) +("availability" nil (ax v ey1 l ax b ih1 l ax t iy0)) +("available" nil (ax v ey1 l ax b ax l)) +("availed" nil (ax v ey1 l d)) +("avakian" nil (ax v ey1 k iy0 ax n)) +("avalanche" nil (ae1 v ax l ae1 n ch)) +("avallone" nil (ae1 v ax l ow1 n)) +("avalon" nil (ae1 v ax l aa1 n)) +("avalos" nil (aa0 v aa1 l ow0 z)) +("avana" nil (ax v ae1 n ax)) +("avant" nil (ax v aa1 n t)) +("avantek" nil (ax v aa1 n t eh0 k)) +("avanti" nil (ax v aa1 n t iy0)) +("avants" nil (aa0 v ao1 n t s)) +("avarice" nil (ae1 v er0 ax s)) +("avasso" nil (ax v aa1 s ow1)) +("avco" nil (ae1 v k ow0)) +("avdel" nil (ae1 v d eh1 l)) +("ave" nil (ae1 v ax n uw0)) +("avedisian" nil (ae0 v ih0 d ih1 zh ih0 n)) +("avelar" nil (aa0 v ey0 l aa1 r)) +("aveline" nil (aa0 v eh0 l iy1 n iy0)) +("avella" nil (ax v eh1 l ax)) +("avellino" nil (ae1 v ax l iy1 n ow0)) +("avemco" nil (ax v eh1 m k ow0)) +("aven" nil (aa0 v ey1 ax n)) +("avena" nil (aa0 v ey1 n ax)) +("avenall" nil (aa0 v ey0 n aa1 l)) +("avendano" nil (aa0 v eh0 n d aa1 n ow0)) +("avenel" nil (aa0 v ey0 n eh1 l)) +("avenell" nil (aa0 v ey0 n ey1 l)) +("avenge" nil (ax v eh1 n jh)) +("avenged" nil (ax v eh1 n jh d)) +("avenger" nil (ax v eh1 n jh er0)) +("avenging" nil (ax v eh1 n jh ih0 ng)) +("aveni" nil (aa0 v eh1 n iy0)) +("avent" nil (aa1 v ax n t)) +("avenue" nil (ae1 v ax n uw1)) +("avenues" nil (ae1 v ax n uw1 z)) +("aver" nil (ey1 v er0)) +("avera" nil (aa0 v eh1 r ax)) +("average" nil (ae1 v er0 ih0 jh)) +("averaged" nil (ae1 v r ax jh d)) +("averages" nil (ae1 v r ih0 jh ih0 z)) +("averaging" nil (ae1 v r ih0 jh ih0 ng)) +("averbeck" nil (ey1 v er0 b eh1 k)) +("averell" nil (aa0 v eh0 r ey1 l)) +("averett" nil (ae1 v er0 eh0 t)) +("averette" nil (ae1 v er0 eh1 t)) +("averil" nil (ey1 v er0 ih0 l)) +("averill" nil (aa0 v eh0 r iy1 l)) +("averitt" nil (ae1 v er0 ih0 t)) +("averof" nil (ae1 v er0 aa1 f)) +("avers" nil (ey1 v er0 z)) +("aversa" nil (aa0 v eh1 r s ax)) +("aversano" nil (aa0 v er0 s aa1 n ow0)) +("averse" nil (ax v er1 s)) +("aversion" nil (ax v er1 zh ax n)) +("avert" nil (ax v er1 t)) +("averted" nil (ax v er1 t ax d)) +("averting" nil (ax v er1 t ih0 ng)) +("averts" nil (ax v er1 t s)) +("avery" nil (ey1 v er0 iy0)) +("averyl" nil (ae1 v er0 ih0 l)) +("avey" nil (ey1 v iy0)) +("avi" nil (aa1 v iy0)) +("avia" nil (aa1 v iy0 ax)) +("aviacion" nil (ey1 v iy0 ey1 sh ax n)) +("aviall" nil (ey1 v iy0 ax l)) +("aviano" nil (aa1 v iy0 aa1 n ow0)) +("aviaries" nil (ey1 v iy0 eh1 r iy0 z)) +("aviary" nil (ey1 v iy0 eh1 r iy0)) +("aviation" nil (ey1 v iy0 ey1 sh ax n)) +("aviator" nil (ey1 v iy0 ey1 t er0)) +("aviators" nil (ey1 v iy0 ey0 t er0 z)) +("aviazione" nil (ae1 v iy0 ae1 z iy0 ow1 n iy0)) +("avice" nil (aa1 v ay0 s)) +("avid" nil (ae1 v ax d)) +("avidly" nil (ae1 v ax d l iy0)) +("avila" nil (ax v ih1 l ax)) +("aviles" nil (aa0 v iy1 l eh0 s)) +("avilez" nil (aa0 v iy1 l eh0 z)) +("avilla" nil (ax v ih1 l ax)) +("avina" nil (aa0 v iy1 n ax)) +("avinger" nil (ey1 v ih0 ng er0)) +("avionic" nil (ey1 v iy0 aa1 n ih0 k)) +("avionics" nil (ey1 v iy0 aa1 n ih0 k s)) +("avions" nil (ey1 v iy0 ax n z)) +("avis" nil (ey1 v ih0 s)) +("avitabile" nil (aa0 v iy0 t aa1 b ax l)) +("avitia" nil (aa0 v iy1 sh ax)) +("aviv" nil (aa0 v iy1 v)) +("avmark" nil (ae1 v m aa1 r k)) +("avner" nil (ae1 v n er0)) +("avnet" nil (ae1 v n eh1 t)) +("avocado" nil (ae1 v ax k aa1 d ow0)) +("avocados" nil (ae1 v ax k aa1 d ow0 z)) +("avocation" nil (ae1 v ax k ey1 sh ax n)) +("avocet" nil (ae1 v ax s eh1 t)) +("avoid" nil (ax v oy1 d)) +("avoidable" nil (ax v oy1 d ax b ax l)) +("avoidance" nil (ax v oy1 d ax n s)) +("avoided" nil (ax v oy1 d ax d)) +("avoiding" nil (ax v oy1 d ih0 ng)) +("avoids" nil (ax v oy1 d z)) +("avolio" nil (ax v ow1 l iy0 ow0)) +("avon" nil (ey1 v aa0 n)) +("avondale" nil (ae1 v ax n d ey1 l)) +("avowed" nil (ax v aw1 d)) +("avowedly" nil (ax v aw1 ax d l iy0)) +("avrett" nil (ae1 v r eh0 t)) +("avril" nil (ae1 v r ih0 l)) +("avrim" nil (aa0 v r iy1 m)) +("avtex" nil (ae1 v t eh1 k s)) +("avtovaz" nil (ae1 v t ow1 v ae1 z)) +("avuncular" nil (ax v ah1 ng k y ax l er0)) +("aw" nil (ao1)) +("awacs" nil (ey1 w ae1 k s)) +("awad" nil (ax w aa1 d)) +("await" nil (ax w ey1 t)) +("awaited" nil (ax w ey1 t ax d)) +("awaiting" nil (ax w ey1 t ih0 ng)) +("awaits" nil (ax w ey1 t s)) +("awake" nil (ax w ey1 k)) +("awaken" nil (ax w ey1 k ax n)) +("awakened" nil (ax w ey1 k ax n d)) +("awakening" nil (ax w ey1 k ax n ih0 ng)) +("awakens" nil (ax w ey1 k ax n z)) +("awalt" nil (aa1 v ax l t)) +("awan" nil (ey1 w ax n)) +("award" nil (ax w ao1 r d)) +("awarded" nil (ax w ao1 r d ax d)) +("awarding" nil (ax w ao1 r d ih0 ng)) +("awards" nil (ax w ao1 r d z)) +("aware" nil (ax w eh1 r)) +("awareness" nil (ax w eh1 r n ax s)) +("awash" nil (ax w aa1 sh)) +("away" nil (ax w ey1)) +("aways" nil (ey1 w ey1 z)) +("awbrey" nil (ao1 b r iy0)) +("awe" nil (aa1)) +("awed" nil (ao1 d)) +("aweida" nil (ax w ey1 d ax)) +("awesome" nil (aa1 s ax m)) +("awful" nil (aa1 f ax l)) +("awfully" nil (aa1 f l iy0)) +("awfulness" nil (ao1 f ax l n ax s)) +("awhile" nil (ax w ay1 l)) +("awkward" nil (aa1 k w er0 d)) +("awkwardly" nil (ao1 k w er0 d l iy0)) +("awkwardness" nil (ao1 k w er0 d n ax s)) +("awoke" nil (ax w ow1 k)) +("awry" nil (er0 ay1)) +("awtrey" nil (ao1 t r iy0)) +("ax" nil (ae1 k s)) +("axa" nil (ae1 k s ax)) +("axe" nil (ae1 k s)) +("axed" nil (ae1 k s t)) +("axel" nil (ae1 k s ax l)) +("axelrad" nil (ae0 k s eh1 l r ax d)) +("axelrod" nil (ae1 k s ax l r aa1 d)) +("axelsen" nil (ae0 k s eh1 l s ax n)) +("axelson" nil (ae1 k s ih0 l s ax n)) +("axes" v (ae1 k s ih0 z)) +("axes" n (ae1 k s iy0 z)) +("axford" nil (ae0 k s f ao1 r d)) +("axid" nil (ae1 k s ih0 d)) +("axilrod" nil (ae1 k s ih0 l r aa1 d)) +("axiom" nil (ae1 k s iy0 ax m)) +("axiomatic" nil (ae1 k s iy0 ax m ae1 t ih0 k)) +("axioms" nil (ae1 k s iy0 ax m z)) +("axis" nil (ae1 k s ax s)) +("axle" nil (ae1 k s ax l)) +("axles" nil (ae1 k s ax l z)) +("axley" nil (ae1 k s l iy0)) +("axline" nil (ae1 k s l ay1 n)) +("axlon" nil (ae1 k s l aa0 n)) +("axon" nil (ae1 k s aa1 n)) +("axons" nil (ae1 k s aa1 n z)) +("axsom" nil (ae1 k s ax m)) +("axt" nil (ae1 k s t)) +("axtell" nil (ae0 k s t eh1 l)) +("axtman" nil (ae1 k s t m ax n)) +("axton" nil (ae1 k s t ax n)) +("ay" nil (ey1)) +("ayacucho" nil (ay1 ax k ah1 ch ow0)) +("ayala" nil (ax y aa1 l ax)) +("ayars" nil (ey1 er0 z)) +("ayatollah" nil (ay1 ax t ow1 l ax)) +("ayatollahs" nil (ay1 ax t aa1 l aa0 z)) +("aybar" nil (ey1 b er0)) +("aycock" nil (ey1 k ax k)) +("aydelott" nil (ey1 d ih0 l aa0 t)) +("aydelotte" nil (ey1 d ax l aa1 t)) +("aydin" nil (ey1 d ih0 n)) +("aydt" nil (ey1 t)) +("aye" nil (ay1)) +("ayer" nil (ay1 er0)) +("ayers" nil (ay1 er0 z)) +("ayerst" nil (ey1 er0 s t)) +("ayes" nil (ay1 z)) +("aykroyd" nil (ey1 k r oy1 d)) +("ayler" nil (ey1 l er0)) +("ayles" nil (ey1 l z)) +("aylesworth" nil (ey1 l ih0 s w er0 th)) +("ayling" nil (ey1 l ih0 ng)) +("aylmer" nil (ey1 l m er0)) +("aylor" nil (ey1 l er0)) +("aylsworth" nil (ey1 l s w er0 th)) +("aylward" nil (ey1 l w er0 d)) +("aylwin" nil (ey1 l w ih0 n)) +("aylworth" nil (ey1 l w er0 th)) +("aymond" nil (ey1 m ax n d)) +("ayn" nil (ey1 n)) +("aynes" nil (ey1 n z)) +("ayo" nil (ey1 ow0)) +("ayodhya" nil (ay1 aa1 d y ax)) +("ayon" nil (ey0 ao1 n)) +("ayotte" nil (ey0 ao1 t)) +("ayoub" nil (ey1 aw0 b)) +("ayr" nil (ey1 r)) +("ayre" nil (eh1 r)) +("ayres" nil (eh1 r z)) +("ayscue" nil (ey1 s k y uw0)) +("aytes" nil (ey1 t s)) +("ayuso" nil (ay0 uw1 s ow0)) +("ayyad" nil (ay1 aa1 d)) +("azactam" nil (ax z ae1 k t ae0 m)) +("azalea" nil (ax z ey1 l y ax)) +("azaleas" nil (ax z ey1 l y ax z)) +("azalia" nil (aa0 z aa1 l iy0 ax)) +("azar" nil (aa0 z aa1 r)) +("azarow" nil (ae1 z er0 ow0)) +("azbell" nil (ae1 z b eh0 l)) +("azbill" nil (aa0 z b iy1 l)) +("azcarraga" nil (ae0 z k aa1 r aa1 g ax)) +("azcona" nil (ae0 z k ow1 n ax)) +("azcuenaga" nil (ae0 z k w ey1 n aa1 g ax)) +("azelia" nil (aa0 z eh1 l iy0 ax)) +("azerbaijan" nil (aa1 z er0 b ay0 jh aa1 n)) +("azerbaijani" nil (aa1 z er0 b ay0 jh aa1 n iy0)) +("azerbaijanis" nil (aa1 z er0 b ay0 jh aa1 n iy0 z)) +("azeri" nil (ax z eh1 r iy0)) +("azevedo" nil (aa0 z ey0 v ey1 d ow0)) +("azhar" nil (ax z aa1 r)) +("azides" nil (ae1 z ay1 d z)) +("azidothymidine" nil (ax z ih1 d ax th ay1 m ax d iy1 n)) +("azinger" nil (ey1 z ih0 ng er0)) +("aziz" nil (ax z iy1 z)) +("azoff" nil (ae1 z ao0 f)) +("azores" nil (ax z ao1 r z)) +("azpurua" nil (ae0 z p y uh1 r uw0 ax)) +("aztar" nil (ae1 z t er0)) +("aztec" nil (ae1 z t eh1 k)) +("azteca" nil (ae1 z t eh1 k ax)) +("aztecs" nil (ae1 z t eh1 k s)) +("azura" nil (ax z uh1 r ax)) +("azure" nil (ae1 zh er0)) +("azzara" nil (aa0 t s aa1 r ax)) +("azzarello" nil (aa0 t s aa0 r eh1 l ow0)) +("azzaro" nil (aa0 t s aa1 r ow0)) +("azzato" nil (ax z aa1 t ow0)) +("azzopardi" nil (aa0 t s ow0 p aa1 r d iy0)) +("b" nil (b iy1)) +("baab" nil (b aa1 b)) +("baack" nil (b aa1 k)) +("baade" nil (b aa1 d)) +("baar" nil (b aa1 r)) +("baars" nil (b aa1 r z)) +("baas" nil (b aa1 z)) +("baasch" nil (b aa1 sh)) +("baatz" nil (b aa1 t s)) +("bab" nil (b ae1 b)) +("baba" nil (b aa1 b ax)) +("babb" nil (b ae1 b)) +("babbio" nil (b ae1 b iy0 ow0)) +("babbit" nil (b ae1 b ih0 t)) +("babbitt" nil (b ae1 b ih0 t)) +("babbitts" nil (b ae1 b ax t s)) +("babble" nil (b ae1 b ax l)) +("babbled" nil (b ae1 b ax l d)) +("babblers" nil (b ae1 b l er0 z)) +("babbling" nil (b ae1 b ax l ih0 ng)) +("babbs" nil (b ae1 b z)) +("babcock" nil (b ae1 b k ao0 k)) +("babe" nil (b ey1 b)) +("babel" nil (b ae1 b ax l)) +("baber" nil (b ey1 b er0)) +("babers" nil (b ey1 b er0 z)) +("babes" nil (b ey1 b z)) +("babette" nil (b ax b eh1 t)) +("babiak" nil (b aa1 b iy0 ae0 k)) +("babiarz" nil (b ax b iy1 er0 z)) +("babic" nil (b aa1 b ih0 k)) +("babich" nil (b ae1 b ih0 ch)) +("babies" nil (b ey1 b iy0 z)) +("babik" nil (b aa1 b ih0 k)) +("babin" nil (b ae1 b ih0 n)) +("babineau" nil (b ae1 b ih0 n ow1)) +("babineaux" nil (b ae1 b ih0 n ow1)) +("babington" nil (b ae1 b ih0 ng t ax n)) +("babino" nil (b aa0 b iy1 n ow0)) +("babinski" nil (b ax b ih1 n s k iy0)) +("babish" nil (b ae1 b ih0 sh)) +("babita" nil (b aa0 b iy1 t ax)) +("babka" nil (b ae1 b k ax)) +("babler" nil (b ey1 b ax l er0)) +("baboon" nil (b ax b uw1 n)) +("baboons" nil (b ae0 b uw1 n z)) +("babs" nil (b ae1 b z)) +("babson" nil (b ae1 b s ax n)) +("babu" nil (b aa0 b uw1)) +("babula" nil (b aa0 b uw1 l ax)) +("baby" nil (b ey1 b iy0)) +("babyak" nil (b ae1 b iy0 ae0 k)) +("babyhood" nil (b ey1 b iy0 hh uh1 d)) +("babyish" nil (b ey1 b iy0 ih0 sh)) +("babylon" nil (b ae1 b ax l aa1 n)) +("babylonian" nil (b ae1 b ax l ow1 n iy0 ax n)) +("babylonians" nil (b ae1 b ax l ow1 n iy0 ax n z)) +("babysat" nil (b ey1 b iy0 s ae1 t)) +("babysitter" nil (b ey1 b iy0 s ih1 t er0)) +("babysitters" nil (b ey1 b iy0 s ih1 t er0 z)) +("babysitting" nil (b ey1 b iy0 s ih1 t ih0 ng)) +("baca" nil (b ae1 k ax)) +("bacall" nil (b ax k ao1 l)) +("bacardi" nil (b ax k aa1 r d iy0)) +("baccalaureate" nil (b ae1 k ax l ao1 r iy0 ax t)) +("baccarat" nil (b aa1 k er0 aa1)) +("baccari" nil (b aa0 k aa1 r iy0)) +("bacchanalia" nil (b ae1 k ax n ey1 l y ax)) +("bacchi" nil (b ae1 k iy0)) +("bacchus" nil (b ae1 k ih0 s)) +("bacci" nil (b aa1 ch iy0)) +("baccus" nil (b ae1 k ax s)) +("bach" nil (b aa1 k)) +("bacha" nil (b ae1 ch ax)) +("bachand" nil (b ae1 ch ax n d)) +("bachar" nil (b aa1 k er0)) +("bacharach" nil (b ae1 k er0 ae0 k)) +("bache" nil (b ae1 ch)) +("bachelder" nil (b aa1 k ih0 l d er0)) +("bacheller" nil (b aa1 k ax l er0)) +("bachelor" nil (b ae1 ch ax l er0)) +("bachelors" nil (b ae1 ch l er0 z)) +("bacher" nil (b aa1 k er0)) +("bachert" nil (b ae1 ch er0 t)) +("bachler" nil (b ae1 k l er0)) +("bachman" nil (b aa1 k m ax n)) +("bachmann" nil (b aa1 k m ax n)) +("bachmeier" nil (b aa1 k m ay0 er0)) +("bachner" nil (b aa1 k n er0)) +("bachrach" nil (b aa1 k r ax k)) +("bachtel" nil (b ae1 k t ax l)) +("bachtell" nil (b ae1 k t ax l)) +("bachus" nil (b ae1 ch ax s)) +("bacigalupi" nil (b aa0 ch iy0 g aa0 l uw1 p iy0)) +("bacigalupo" nil (b aa0 ch iy0 g aa0 l uw1 p ow0)) +("bacik" nil (b aa1 ch ih0 k)) +("bacillus" nil (b ax s ih1 l ax s)) +("bacino" nil (b aa0 ch iy1 n ow0)) +("back" nil (b ae1 k)) +("backache" nil (b ae1 k ey1 k)) +("backaches" nil (b ae1 k ey1 k s)) +("backbite" nil (b ae1 k b ay1 t)) +("backbiting" nil (b ae1 k b ay1 t ih0 ng)) +("backbone" nil (b ae1 k b ow1 n)) +("backdated" nil (b ae1 k d ey1 t ih0 d)) +("backdoor" nil (b ae1 k d ao1 r)) +("backdrop" nil (b ae1 k d r aa1 p)) +("backdrops" nil (b ae1 k d r aa1 p s)) +("backe" nil (b ae1 k)) +("backed" nil (b ae1 k t)) +("backer" nil (b ae1 k er0)) +("backers" nil (b ae1 k er0 z)) +("backes" nil (b ae1 k s)) +("backfield" nil (b ae1 k f iy1 l d)) +("backfire" nil (b ae1 k f ay1 r)) +("backfired" nil (b ae1 k f ay1 er0 d)) +("backfires" nil (b ae1 k f ay1 er0 z)) +("backfiring" nil (b ae1 k f ay1 er0 ih0 ng)) +("backgammon" nil (b ae1 k g ae1 m ax n)) +("background" nil (b ae1 k g r aw1 n d)) +("backgrounds" nil (b ae1 k g r aw1 n d z)) +("backhand" nil (b ae1 k hh ae1 n d)) +("backhanded" nil (b ae1 k hh ae1 n d ax d)) +("backhaus" nil (b ae1 k hh aw1 s)) +("backhoe" nil (b ae1 k hh ow1)) +("backing" nil (b ae1 k ih0 ng)) +("backlash" nil (b ae1 k l ae1 sh)) +("backless" nil (b ae1 k l ax s)) +("backlights" nil (b ae1 k l ay1 t s)) +("backlist" nil (b ae1 k l ih1 s t)) +("backlog" nil (b ae1 k l aa1 g)) +("backlogged" nil (b ae1 k l aa1 g d)) +("backlogs" nil (b ae1 k l ao1 g z)) +("backlund" nil (b ae1 k l ax n d)) +("backman" nil (b ae1 k m ax n)) +("backpack" nil (b ae1 k p ae1 k)) +("backpacks" nil (b ae1 k p ae1 k s)) +("backpedaled" nil (b ae1 k p eh1 d ax l d)) +("backpedaling" nil (b ae1 k p eh1 d ax l ih0 ng)) +("backrest" nil (b ae1 k r eh1 s t)) +("backroom" nil (b ae1 k r uw1 m)) +("backs" nil (b ae1 k s)) +("backsaw" nil (b ae1 k s aa1)) +("backset" nil (b ae1 k s eh1 t)) +("backside" nil (b ae1 k s ay1 d)) +("backslapping" nil (b ae1 k s l ae1 p ih0 ng)) +("backslash" nil (b ae1 k s l ae1 sh)) +("backslide" nil (b ae1 k s l ay1 d)) +("backsliding" nil (b ae1 k s l ay1 d ih0 ng)) +("backspin" nil (b ae1 k s p ih0 n)) +("backstage" nil (b ae1 k s t ey1 jh)) +("backstairs" nil (b ae1 k s t eh1 r z)) +("backstitch" nil (b ae1 k s t ih0 ch)) +("backstop" nil (b ae1 k s t aa1 p)) +("backstroke" nil (b ae1 k s t r ow1 k)) +("backstrom" nil (b ae1 k s t r ax m)) +("backtrack" nil (b ae1 k t r ae1 k)) +("backtracked" nil (b ae1 k t r ae1 k t)) +("backtracking" nil (b ae1 k t r ae1 k ih0 ng)) +("backup" nil (b ae1 k ah1 p)) +("backups" nil (b ae1 k ah1 p s)) +("backus" nil (b ae1 k ax s)) +("backward" nil (b ae1 k w er0 d)) +("backwardation" nil (b ae1 k w er0 d ey1 sh ax n)) +("backwardness" nil (b ae1 k w er0 d n ax s)) +("backwards" nil (b ae1 k w er0 d z)) +("backwater" nil (b ae1 k w ao1 t er0)) +("backwaters" nil (b ae1 k w ao1 t er0 z)) +("backwoods" nil (b ae1 k w uh1 d z)) +("backwoodsman" nil (b ae1 k w uh1 d z m ax n)) +("backyard" nil (b ae1 k y aa1 r d)) +("backyards" nil (b ae1 k y aa1 r d z)) +("bacon" nil (b ey1 k ax n)) +("bacorn" nil (b ae1 k er0 n)) +("bacot" nil (b ae1 k ax t)) +("bacote" nil (b ax k ow1 t)) +("bacteria" nil (b ae0 k t ih1 r iy0 ax)) +("bacterial" nil (b ae0 k t ih1 r iy0 ax l)) +("bacteriology" nil (b ae1 k t ih0 r iy1 aa1 l ax jh iy0)) +("bacterium" nil (b ae0 k t ih1 r iy0 ax m)) +("bacus" nil (b ae1 k ih0 s)) +("bad" nil (b ae1 d)) +("badal" nil (b ey1 d ax l)) +("badalamenti" nil (b aa0 d aa0 l aa0 m eh1 n t iy0)) +("badami" nil (b aa0 d aa1 m iy0)) +("badders" nil (b ae1 d er0 z)) +("bade" nil (b ey1 d)) +("badeau" nil (b ax d ow1)) +("badeaux" nil (b ax d ow1)) +("baden" nil (b ey1 d ax n)) +("bader" nil (b ae1 d er0)) +("badertscher" nil (b ae1 d er0 ch er0)) +("badge" nil (b ae1 jh)) +("badger" nil (b ae1 jh er0)) +("badgered" nil (b ae1 jh er0 d)) +("badgering" nil (b ae1 jh er0 ih0 ng)) +("badgers" nil (b ae1 jh er0 z)) +("badges" nil (b ae1 jh ih0 z)) +("badgett" nil (b ae1 jh ih0 t)) +("badgley" nil (b ae1 jh l iy0)) +("badia" nil (b aa1 d iy0 ax)) +("badillo" nil (b ax d ih1 l ow0)) +("badlands" nil (b ae1 d l ae1 n d z)) +("badley" nil (b ae1 d l iy0)) +("badly" nil (b ae1 d l iy0)) +("badman" nil (b ae1 d m ax n)) +("badminton" nil (b ae1 d m ih0 n t ax n)) +("badmintons" nil (b ae1 d m ih1 n t ax n z)) +("badness" nil (b ae1 d n ax s)) +("badolato" nil (b aa0 d ow0 l aa1 t ow0)) +("badour" nil (b ax d uh1 r)) +("badura" nil (b aa0 d uh1 r ax)) +("bady" nil (b ey1 d iy0)) +("bae" nil (b ay1)) +("baechle" nil (b eh1 k ax l)) +("baecker" nil (b eh1 k er0)) +("baedeker" nil (b ey1 d ax k er0)) +("baehr" nil (b iy1 r)) +("baek" nil (b iy1 k)) +("baer" nil (b eh1 r)) +("baerwald" nil (b eh1 r w ao0 l d)) +("baeten" nil (b eh1 t ax n)) +("baetjer" nil (b eh1 t jh er0)) +("baetz" nil (b iy1 t s)) +("baez" nil (b ay0 eh1 z)) +("baeza" nil (b iy1 z ax)) +("baffa" nil (b ae1 f ax)) +("baffle" nil (b ae1 f ax l)) +("baffled" nil (b ae1 f ax l d)) +("baffles" nil (b ae1 f ax l z)) +("baffling" nil (b ae1 f ax l ih0 ng)) +("bafokeng" nil (b ae1 f ow0 k eh1 ng)) +("bag" nil (b ae1 g)) +("bagan" nil (b ey1 g ax n)) +("bagby" nil (b ae1 g b iy0)) +("bagdad" nil (b ae1 g d ae0 d)) +("bagdasarian" nil (b ae1 g d ax s eh1 r iy0 ax n)) +("bagdikian" nil (b ae1 g d ih1 k iy0 ax n)) +("bagdon" nil (b ae1 g d ax n)) +("bagdonas" nil (b ae1 g d ax n ax z)) +("bagel" nil (b ey1 g ax l)) +("bagels" nil (b ey1 g ax l z)) +("bagent" nil (b ey1 jh ax n t)) +("bagful" nil (b ae1 g f uh1 l)) +("bagg" nil (b ae1 g)) +("baggage" nil (b ae1 g ax jh)) +("bagge" nil (b ae1 g)) +("bagged" nil (b ae1 g d)) +("baggerly" nil (b ae1 g er0 l iy0)) +("baggett" nil (b ae1 g ih0 t)) +("bagginess" nil (b ae1 g iy0 n ax s)) +("bagging" nil (b ae1 g ih0 ng)) +("baggio" nil (b aa1 jh iy0 ow0)) +("baggott" nil (b ae1 g ax t)) +("baggs" nil (b ae1 g z)) +("baggy" nil (b ae1 g iy0)) +("baghdad" nil (b ae1 g d ae0 d)) +("baghli" nil (b ae1 g l iy0)) +("baginski" nil (b ax g ih1 n s k iy0)) +("bagley" nil (b ae1 g l iy0)) +("baglio" nil (b ae1 g l iy0 ow0)) +("bagman" nil (b ae1 g m ax n)) +("bagnall" nil (b ae1 g n ax l)) +("bagnato" nil (b aa0 g n aa1 t ow0)) +("bagnell" nil (b ae1 g n ax l)) +("bagpipe" nil (b ae1 g p ay1 p)) +("bagpiper" nil (b ae1 g p ay1 p er0)) +("bagpipes" nil (b ae1 g p ay1 p s)) +("bags" nil (b ae1 g z)) +("bagsby" nil (b ae1 g z b iy0)) +("bagshaw" nil (b ae1 g sh ao1)) +("bagwell" nil (b ae1 g w eh1 l)) +("bah" nil (b aa1)) +("baham" nil (b aa1 ax m)) +("bahama" nil (b ax hh aa1 m ax)) +("bahamas" nil (b ax hh aa1 m ax z)) +("bahamian" nil (b ax hh ey1 m iy0 ax n)) +("bahan" nil (b ae1 hh ax n)) +("bahe" nil (b ey1 hh)) +("bahena" nil (b ae1 hh ih0 n ax)) +("bahia" nil (b aa1 hh iy0 ax)) +("bahl" nil (b aa1 l)) +("bahler" nil (b aa1 l er0)) +("bahls" nil (b aa1 l z)) +("bahm" nil (b ae1 m)) +("bahman" nil (b aa1 m ax n)) +("bahn" nil (b ae1 n)) +("bahner" nil (b aa1 n er0)) +("bahnsen" nil (b aa1 n s ax n)) +("bahr" nil (b eh1 r)) +("bahrain" nil (b aa0 r ey1 n)) +("bahraini" nil (b er0 ey1 n iy0)) +("bahrainian" nil (b er0 ey1 n iy0 ax n)) +("bahrainis" nil (b er0 ey1 n iy0 z)) +("bahre" nil (b aa1 r)) +("bahrenburg" nil (b aa1 r ax n b er0 g)) +("baht" nil (b aa1 t)) +("baidoa" nil (b ay1 d ow1 ax)) +("baidoan" nil (b ay1 d ow1 ax n)) +("baidoans" nil (b ay1 d ow1 ax n z)) +("baidoas" nil (b ay1 d ow1 ax z)) +("baie" nil (b ay1 iy0)) +("baier" nil (b ey1 er0)) +("baig" nil (b ey1 g)) +("bail" nil (b ey1 l)) +("bailard" nil (b ey1 l er0 d)) +("bailby" nil (b ey1 l b iy0)) +("baile" nil (b ey1 l)) +("bailed" nil (b ey1 l d)) +("bailer" nil (b ey1 l er0)) +("bailes" nil (b ey1 l z)) +("bailey" nil (b ey1 l iy0)) +("baileys" nil (b ey1 l iy0 z)) +("bailie" nil (b ey1 l iy0)) +("bailiff" nil (b ey1 l ax f)) +("bailiffs" nil (b ey1 l ax f s)) +("bailin" nil (b eh0 l ae1 n)) +("bailing" nil (b ey1 l ih0 ng)) +("bailiwick" nil (b ey1 l ih0 w ih1 k)) +("baillargeon" nil (b ax l aa1 r jh ih0 n)) +("baillie" nil (b ey1 l iy0)) +("bailly" nil (b ey1 l iy0)) +("bailon" nil (b ey1 l ax n)) +("bailor" nil (b ey1 l er0)) +("bailout" nil (b ey1 l aw1 t)) +("bailouts" nil (b ey1 l aw1 t s)) +("bails" nil (b ey1 l z)) +("baily" nil (b ey1 l iy0)) +("bailyn" nil (b ey1 l ih0 n)) +("baim" nil (b ey1 m)) +("bain" nil (b ey1 n)) +("bainbridge" nil (b ey1 n b r ih0 jh)) +("baine" nil (b ey1 n)) +("bainerd" nil (b ey1 n er0 d)) +("baines" nil (b ey1 n z)) +("bains" nil (b ey1 n z)) +("bainter" nil (b ey1 n t er0)) +("baio" nil (b aa1 iy0 ow0)) +("bair" nil (b eh1 r)) +("baird" nil (b eh1 r d)) +("bairnco" nil (b eh1 r n k ow0)) +("baisch" nil (b ay1 sh)) +("baisden" nil (b ey1 s d ax n)) +("baise" nil (b ey1 z)) +("baisley" nil (b ey1 z l iy0)) +("bait" nil (b ey1 t)) +("baited" nil (b ey1 t ih0 d)) +("baiting" nil (b ey1 t ih0 ng)) +("baits" nil (b ey1 t s)) +("baity" nil (b ey1 t iy0)) +("baiul" nil (b ay1 uw1 l)) +("baize" nil (b ey1 z)) +("baja" nil (b aa1 hh aa1)) +("bajarin" nil (b ae1 jh er0 ih0 n)) +("bajema" nil (b aa0 y ey1 m ax)) +("bajorek" nil (b ae1 jh er0 eh0 k)) +("bak" nil (b ae1 k)) +("baka" nil (b aa1 k ax)) +("bakalar" nil (b ae1 k ax l er0)) +("bake" nil (b ey1 k)) +("baked" nil (b ey1 k t)) +("bakeman" nil (b ey1 k m ax n)) +("baker" nil (b ey1 k er0)) +("bakeries" nil (b ey1 k er0 iy0 z)) +("bakers" nil (b ey1 k er0 z)) +("bakersfield" nil (b ey1 k er0 z f iy1 l d)) +("bakery" nil (b ey1 k er0 iy0)) +("bakes" nil (b ey1 k s)) +("bakeware" nil (b ey1 k w eh1 r)) +("bakewell" nil (b ey1 k w eh1 l)) +("bakey" nil (b ey1 k iy0)) +("baking" nil (b ey1 k ih0 ng)) +("bakke" nil (b ae1 k)) +("bakken" nil (b ae1 k ax n)) +("bakker" nil (b ae1 k er0)) +("bakkers" nil (b ae1 k er0 z)) +("bakley" nil (b ae1 k l iy0)) +("bakos" nil (b aa1 k ow0 z)) +("bakowski" nil (b ax k ao1 f s k iy0)) +("bakrie" nil (b ae1 k r ay0)) +("bakshi" nil (b ae1 k sh iy0)) +("bakst" nil (b ae1 k s t)) +("baku" nil (b aa0 k uw1)) +("bakula" nil (b ax k uw1 l ax)) +("bal" nil (b ae1 l)) +("bala" nil (b aa1 l ax)) +("balaban" nil (b aa0 l aa0 b aa1 n)) +("balaguer" nil (b ae1 l ax g er0)) +("balakumar" nil (b aa1 l ax k uw0 m aa1 r)) +("balan" nil (b ey1 l ax n)) +("balance" nil (b ae1 l ax n s)) +("balanced" nil (b ae1 l ax n s t)) +("balances" nil (b ae1 l ax n s ax z)) +("balanchine" nil (b ae1 l ax n ch iy1 n)) +("balancing" nil (b ae1 l ax n s ih0 ng)) +("balas" nil (b ae1 l ax s)) +("balash" nil (b ae1 l ax sh)) +("balata" nil (b ae1 l ax t ax)) +("balazs" nil (b ao1 l ax sh)) +("balbach" nil (b ae1 l b aa0 k)) +("balbi" nil (b ae1 l b iy0)) +("balbina" nil (b aa0 l b iy1 n ax)) +("balbo" nil (b ae1 l b ow0)) +("balboa" nil (b aa0 l b ow1 ax)) +("balboni" nil (b aa0 l b ow1 n iy0)) +("balbriggan" nil (b ae0 l b r ih1 g ax n)) +("balbriggans" nil (b ae0 l b r ih1 g ax n z)) +("balcer" nil (b ey1 l s er0)) +("balcerowicz" nil (b ae0 l s eh1 r ax w ih0 t s)) +("balcerzak" nil (b ax l ch er1 z ax k)) +("balch" nil (b ae1 l ch)) +("balchunas" nil (b ae1 l k uw0 n ax z)) +("balcom" nil (b ae1 l k ax m)) +("balconies" nil (b ae1 l k ax n iy0 z)) +("balcony" nil (b ae1 l k ax n iy0)) +("balcor" nil (b ae1 l k ao0 r)) +("bald" nil (b ao1 l d)) +("baldassare" nil (b aa0 l d aa0 s aa1 r iy0)) +("baldassari" nil (b aa0 l d aa0 s aa1 r iy0)) +("baldassarre" nil (b ao0 l d ax s aa1 r iy0)) +("baldauf" nil (b ae1 l d aw0 f)) +("baldelli" nil (b aa0 l d eh1 l iy0)) +("baldemar" nil (b aa0 l d ey0 m aa1 r)) +("balder" nil (b ao1 l d er0)) +("balderas" nil (b ae1 l d er0 ax z)) +("balderdash" nil (b ao1 l d er0 d ae1 sh)) +("balderrama" nil (b aa0 l d eh0 r aa1 m ax)) +("balderson" nil (b ae1 l d er0 s ax n)) +("balderston" nil (b ae1 l d er0 s t ax n)) +("baldi" nil (b aa1 l d iy0)) +("balding" nil (b ao1 l d ih0 ng)) +("baldinger" nil (b ao1 l d ih0 ng er0)) +("baldini" nil (b aa0 l d iy1 n iy0)) +("baldino" nil (b aa0 l d iy1 n ow0)) +("baldly" nil (b ao1 l d l iy0)) +("baldner" nil (b ae1 l d n er0)) +("baldness" nil (b ao1 l d n ax s)) +("baldo" nil (b aa1 l d ow0)) +("baldock" nil (b ae1 l d ax k)) +("baldonado" nil (b aa0 l d ow0 n aa1 d ow0)) +("baldoni" nil (b aa0 l d ow1 n iy0)) +("baldor" nil (b ao1 l d er0)) +("baldree" nil (b ax l d r iy1)) +("baldric" nil (b ae1 l d r ih0 k)) +("baldridge" nil (b ae1 l d r ih0 jh)) +("baldrige" nil (b ao1 l d r ih0 jh)) +("baldry" nil (b ao1 l d r iy0)) +("balducci" nil (b aa0 l d uw1 ch iy0)) +("baldur" nil (b aa0 l d uh1 r)) +("baldus" nil (b aa1 l d ih0 s)) +("baldwin" nil (b ao1 l d w ax n)) +("baldyga" nil (b aa1 l d iy0 g ax)) +("bale" nil (b ey1 l)) +("baleen" nil (b ax l iy1 n)) +("baleful" nil (b ey1 l f ax l)) +("balentine" nil (b aa0 l eh0 n t iy1 n iy0)) +("bales" nil (b ey1 l z)) +("balestra" nil (b ax l eh1 s t r ax)) +("balestrieri" nil (b aa0 l eh0 s t r ih1 r iy0)) +("baley" nil (b ey1 l iy0)) +("balfanz" nil (b aa1 l f aa0 n z)) +("balfe" nil (b ey1 l f)) +("balfour" nil (b ae1 l f ao0 r)) +("bali" nil (b aa1 l iy0)) +("balian" nil (b ey1 l iy0 ax n)) +("balicki" nil (b ax l ih1 k iy0)) +("balik" nil (b aa1 l ih0 k)) +("baliles" nil (b ax l iy1 l eh0 z)) +("balin" nil (b ae1 l ih0 n)) +("baling" nil (b ey1 l ih0 ng)) +("balinski" nil (b ax l ih1 n s k iy0)) +("balint" nil (b aa1 l iy0 n t)) +("balis" nil (b aa1 l iy0 z)) +("balistreri" nil (b aa0 l iy0 s t r eh1 r iy0)) +("balk" nil (b ao1 k)) +("balkan" nil (b ao1 l k ax n)) +("balkanized" nil (b ao1 l k ax n ay1 z d)) +("balkans" nil (b ao1 l k ax n z)) +("balkcom" nil (b ae1 l k ax m)) +("balke" nil (b ey1 l k)) +("balked" nil (b ao1 k t)) +("balkin" nil (b ae1 l k ih0 n)) +("balking" nil (b ao1 k ih0 ng)) +("balko" nil (b ae1 l k ow0)) +("balks" nil (b ao1 k s)) +("balky" nil (b ao1 k iy0)) +("ball" nil (b ao1 l)) +("balla" nil (b ae1 l ax)) +("ballad" nil (b ae1 l ax d)) +("ballade" nil (b ax l aa1 d)) +("ballads" nil (b ae1 l ax d z)) +("balladur" nil (b ae1 l ax d er0)) +("ballance" nil (b aa1 l ax n s)) +("ballantine" nil (b ae1 l ax n t ay1 n)) +("ballantrae" nil (b ae1 l ax n t r ey1)) +("ballantyne" nil (b ax l ae1 n t ay0 n)) +("ballard" nil (b ae1 l er0 d)) +("ballas" nil (b ae1 l ax z)) +("ballast" nil (b ae1 l ax s t)) +("ballasts" nil (b ae1 l ax s t s)) +("ballcock" nil (b ao1 l k aa1 k)) +("ballcocks" nil (b ao1 l k aa1 k s)) +("balle" nil (b ey1 l)) +("balled" nil (b ao1 l d)) +("ballengee" nil (b ax l eh1 ng g iy0)) +("ballenger" nil (b ae1 l ih0 n jh er0)) +("ballentine" nil (b aa0 l eh0 n t iy1 n iy0)) +("baller" nil (b ao1 l er0)) +("ballerina" nil (b ae1 l er0 iy1 n ax)) +("ballerinas" nil (b ae1 l er0 iy1 n ax z)) +("balles" nil (b ey1 l z)) +("ballester" nil (b ae1 l ih0 s t er0)) +("ballesteros" nil (b ae1 l ih0 s t er0 ow0 z)) +("ballet" nil (b ae0 l ey1)) +("ballets" nil (b ae0 l ey1 z)) +("balletto" nil (b ae1 l eh1 t ow0)) +("ballew" nil (b ae1 l uw0)) +("ballgame" nil (b ao0 l g ey1 m)) +("balli" nil (b ae1 l iy0)) +("balliet" nil (b ae1 l iy0 ih0 t)) +("balliett" nil (b ae1 l iy1 t)) +("ballin" nil (b ae1 l ih0 n)) +("balling" nil (b ao1 l ih0 ng)) +("ballinger" nil (b ao1 l ih1 n jh er0)) +("ballistic" nil (b ax l ih1 s t ih0 k)) +("ballistics" nil (b ax l ih1 s t ih0 k s)) +("ballman" nil (b ao1 l m ax n)) +("ballmer" nil (b ae1 l m er0)) +("ballo" nil (b ae1 l ow0)) +("ballon" nil (b ae1 l ax n)) +("balloon" nil (b ax l uw1 n)) +("ballooned" nil (b ax l uw1 n d)) +("ballooning" nil (b ax l uw1 n ih0 ng)) +("balloons" nil (b ax l uw1 n z)) +("ballor" nil (b ao1 l er0)) +("ballot" nil (b ae1 l ax t)) +("balloting" nil (b ae1 l ax t ih0 ng)) +("ballots" nil (b ae1 l ax t s)) +("ballou" nil (b ax l uw1)) +("ballow" nil (b ae1 l ow0)) +("ballowe" nil (b ae1 l aw0)) +("ballpark" nil (b ao1 l p aa1 r k)) +("ballparks" nil (b ao1 l p aa1 r k s)) +("ballplayer" nil (b ao1 l p l ey1 er0)) +("ballplayers" nil (b ao0 l p l ey1 er0 z)) +("ballroom" nil (b ao1 l r uw1 m)) +("ballrooms" nil (b ao1 l r uw1 m z)) +("balls" nil (b ao1 l z)) +("ballweg" nil (b ae1 l w ih0 g)) +("bally" nil (b ae1 l iy0)) +("ballyhoo" nil (b ae1 l iy0 hh uw1)) +("ballyhooed" nil (b ae1 l iy0 hh uw1 d)) +("balm" nil (b aa1 m)) +("balmer" nil (b aa1 m er0)) +("balmes" nil (b aa1 l m eh0 s)) +("balmoral" nil (b ae0 l m ao1 r ax l)) +("balmorals" nil (b ae0 l m ao1 r ax l z)) +("balms" nil (b aa1 m z)) +("balmy" nil (b aa1 m iy0)) +("balog" nil (b ae1 l ao0 g)) +("baloga" nil (b aa0 l ow1 g ax)) +("balogh" nil (b ae1 l ow0)) +("balon" nil (b aa0 l ao1 n)) +("baloney" nil (b ax l ow1 n iy0)) +("balow" nil (b ae1 l ow0)) +("balsa" nil (b ao1 l s ax)) +("balsam" nil (b ao1 l s ax m)) +("balsamo" nil (b aa0 l s aa1 m ow0)) +("balsbaugh" nil (b ao1 l z b ao1)) +("balser" nil (b ey1 l s er0)) +("balsiger" nil (b ae1 l s ih0 g er0)) +("balsley" nil (b ae1 l s l iy0)) +("balster" nil (b ae1 l s t er0)) +("baltazar" nil (b aa0 l t aa0 z aa1 r)) +("balter" nil (b ao1 l t er0)) +("baltes" nil (b ey1 l t s)) +("balthasar" nil (b ae1 l th ax s er0)) +("balthaser" nil (b ae1 l th ax s er0)) +("balthazar" nil (b ae1 l th ax z er0)) +("balthazor" nil (b aa0 l th aa0 z ao1 r)) +("balthrop" nil (b ae1 l th r ax p)) +("baltic" nil (b ao1 l t ih0 k)) +("baltica" nil (b ae1 l t ih0 k ax)) +("baltics" nil (b ao1 l t ih0 k s)) +("baltierra" nil (b aa0 l t ih1 r ax)) +("baltimore" nil (b ao1 l t ax m ao1 r)) +("baltodano" nil (b ao1 l t ow0 d aa1 n ow0)) +("baltsa" nil (b ao1 l t s ax)) +("baltz" nil (b ae1 l t s)) +("baltzell" nil (b ae1 l t z ax l)) +("baltzer" nil (b ae1 l t z er0)) +("baluchi" nil (b ax l uw1 ch iy0)) +("baluja" nil (b ax l uw1 jh ax)) +("balukas" nil (b ax l uw1 k ax z)) +("balyeat" nil (b ae1 l iy0 ae1 t)) +("balz" nil (b ao1 l z)) +("balzano" nil (b aa0 l z aa1 n ow0)) +("balzarini" nil (b aa0 l z aa0 r iy1 n iy0)) +("balzer" nil (b ey1 l z er0)) +("bam" nil (b ae1 m)) +("bamba" nil (b ae1 m b ax)) +("bambach" nil (b ae1 m b aa1 k)) +("bambenek" nil (b ae0 m b eh1 n eh0 k)) +("bamber" nil (b ae1 m b er0)) +("bamberg" nil (b ae1 m b er0 g)) +("bamberger" nil (b ae1 m b er0 g er0)) +("bambi" nil (b ae1 m b iy0)) +("bambino" nil (b ae1 m b iy1 n ow0)) +("bambinos" nil (b ae1 m b iy1 n ow0 z)) +("bamboo" nil (b ae0 m b uw1)) +("bambrick" nil (b ae1 m b r ih0 k)) +("bamburg" nil (b ae1 m b er0 g)) +("bame" nil (b ey1 m)) +("bamford" nil (b ae1 m f er0 d)) +("ban" nil (b ae1 n)) +("banacci" nil (b ax n aa1 ch iy0)) +("banach" nil (b ae1 n ax k)) +("banal" nil (b ax n aa1 l)) +("banalities" nil (b ax n ae1 l ih0 t iy0 z)) +("banality" nil (b ax n ae1 l ih0 t iy0)) +("banamex" nil (b ae1 n ax m eh1 k s)) +("banana" nil (b ax n ae1 n ax)) +("bananas" nil (b ax n ae1 n ax z)) +("banas" nil (b ae1 n ax z)) +("banasiak" nil (b ax n aa1 s iy0 ae0 k)) +("banaszak" nil (b ax n aa1 sh ax k)) +("banbury" nil (b ae1 n b eh1 r iy0)) +("banc" nil (b ae1 ng k)) +("banca" nil (b ae1 ng k ax)) +("bancaire" nil (b ae0 n k eh1 r)) +("bancario" nil (b ae0 n k eh1 r iy0 ow0)) +("banco" nil (b ae1 ng k ow0)) +("bancoklahoma" nil (b ae0 ng k aa1 k l ax hh ow1 m ax)) +("bancomer" nil (b ae1 ng k ax m er0)) +("bancor" nil (b ae1 n k ao1 r)) +("bancorp" nil (b ae1 ng k ao0 r p)) +("bancorporation" nil (b ae1 n k ao1 r p er0 ey0 sh ax n)) +("bancroft" nil (b ae1 ng k r ao0 f t)) +("bancserve" nil (b ae1 n k s er0 v)) +("bancshares" nil (b ae1 ng k sh eh0 r z)) +("banctec" nil (b ae1 ng k t eh1 k)) +("banctexas" nil (b ae0 ng k t eh1 k s ax s)) +("band" nil (b ae1 n d)) +("banda" nil (b ae1 n d ax)) +("bandag" nil (b ae1 n d ae1 g)) +("bandage" nil (b ae1 n d ih0 jh)) +("bandaged" nil (b ae1 n d ax jh d)) +("bandages" nil (b ae1 n d ax jh ax z)) +("bandai" nil (b ae1 n d ay1)) +("bandar" nil (b ae1 n d aa0 r)) +("banded" nil (b ae1 n d ih0 d)) +("bandel" nil (b ae1 n d ax l)) +("bandemer" nil (b ae1 n d iy0 m er0)) +("bander" nil (b ae1 n d er0)) +("bandicoots" nil (b ae1 n d ih0 k uw1 t s)) +("bandied" nil (b ae1 n d iy0 d)) +("banding" nil (b ae1 n d ih0 ng)) +("bandit" nil (b ae1 n d ax t)) +("banditry" nil (b ae1 n d ax t r iy0)) +("bandits" nil (b ae1 n d ax t s)) +("bandolier" nil (b ae1 n d ax l ih1 r)) +("bandoliers" nil (b ae1 n d ax l ih1 r z)) +("bandow" nil (b ae1 n d aw1)) +("bands" nil (b ae1 n d z)) +("bandshell" nil (b ae0 n d sh eh1 l)) +("bandstand" nil (b ae1 n d s t ae1 n d)) +("bandt" nil (b ae1 n t)) +("banducci" nil (b aa0 n d uw1 ch iy0)) +("bandwagon" nil (b ae1 n d w ae1 g ax n)) +("bandwidth" nil (b ae1 n d w ih0 d th)) +("bandy" nil (b ae1 n d iy0)) +("bane" nil (b ey1 n)) +("banegas" nil (b ae1 n ih0 g ax z)) +("banerjee" nil (b ax n er1 jh iy0)) +("banes" nil (b ey1 n z)) +("banesto" nil (b ax n eh1 s t ow0)) +("banet" nil (b ae1 n ih0 t)) +("baney" nil (b ey1 n iy0)) +("banff" nil (b ae1 n f)) +("banfield" nil (b ae1 n f iy1 l d)) +("banford" nil (b ae1 n f er0 d)) +("bang" nil (b ae1 ng)) +("bangalore" nil (b ae1 ng g ax l ao1 r)) +("bange" nil (b ae1 n jh)) +("banged" nil (b ae1 ng d)) +("bangemann" nil (b ae1 ng g ax m ax n)) +("bangert" nil (b ey1 ng g er0 t)) +("bangerter" nil (b ey1 ng g er0 t er0)) +("banghart" nil (b ae1 ng hh aa1 r t)) +("banging" nil (b ae1 ng ih0 ng)) +("bangish" nil (b ae1 ng ih0 sh)) +("bangkok" nil (b ae0 ng k aa1 k)) +("bangladesh" nil (b ae1 ng l ax d eh1 sh)) +("bangladeshi" nil (b ae1 ng l ax d eh1 sh iy0)) +("bangladeshis" nil (b ae1 ng l ax d eh1 sh iy0 z)) +("bangle" nil (b ae1 ng g ax l)) +("bango" nil (b aa1 ng g ow0)) +("bangor" nil (b ae1 ng g er0)) +("bangs" nil (b ae1 ng z)) +("banh" nil (b ae1 n)) +("bania" nil (b aa1 n iy0 ax)) +("banick" nil (b ae1 n ih0 k)) +("banik" nil (b ae1 n ih0 k)) +("banis" nil (b ae1 n ih0 s)) +("banish" nil (b ae1 n ih0 sh)) +("banished" nil (b ae1 n ih0 sh t)) +("banishing" nil (b ae1 n ih0 sh ih0 ng)) +("banishment" nil (b ae1 n ih0 sh m ax n t)) +("banister" nil (b ae1 n ih0 s t er0)) +("banja" nil (b aa1 n y ax)) +("banjo" nil (b ae1 n jh ow1)) +("bank" nil (b ae1 ng k)) +("bankable" nil (b ae1 ng k ax b ax l)) +("bankamerica" nil (b ae1 ng k ax m eh1 r ih0 k ax)) +("bankatlantic" nil (b ae1 ng k ax t l ae1 n t ih0 k)) +("bankcard" nil (b ae1 ng k aa1 r d)) +("bankcorp" nil (b ae1 ng k ao1 r p)) +("banke" nil (b ae1 ng k)) +("bankeast" nil (b ae1 ng k iy1 s t)) +("banked" nil (b ae1 ng k t)) +("banken" nil (b ae1 ng k ax n)) +("banker" nil (b ae1 ng k er0)) +("bankers" nil (b ae1 ng k er0 z)) +("bankert" nil (b ae1 ng k er0 t)) +("bankes" nil (b ae1 ng k s)) +("bankey" nil (b ae1 n k iy1)) +("bankhead" nil (b ae1 ng k hh eh1 d)) +("bankholding" nil (b ae1 ng k hh ow1 l d ih0 ng)) +("banking" nil (b ae1 ng k ih0 ng)) +("banknote" nil (b ae1 ng k n ow1 t)) +("banknotes" nil (b ae1 ng k n ow1 t s)) +("banko" nil (b ae1 ng k ow0)) +("bankowski" nil (b ax ng k ao1 f s k iy0)) +("bankroll" nil (b ae1 ng k r ow1 l)) +("bankrolled" nil (b ae1 ng k r ow1 l d)) +("bankrolling" nil (b ae1 ng k r ow1 l ih0 ng)) +("bankrolls" nil (b ae1 ng k r ow1 l z)) +("bankrupcty" nil (b ae1 ng k r ax p t s iy0)) +("bankrupt" nil (b ae1 ng k r ax p t)) +("bankruptcies" nil (b ae1 ng k r ax p t s iy0 z)) +("bankruptcy" nil (b ae1 ng k r ax p s iy0)) +("bankrupted" nil (b ae1 ng k r ax p t ih0 d)) +("bankrupting" nil (b ae1 ng k r ah1 p t ih0 ng)) +("bankrutpcy" nil (b ae1 ng k r ax t p s iy0)) +("banks" nil (b ae1 ng k s)) +("bankshares" nil (b ae1 ng k sh eh1 r z)) +("bankson" nil (b ae1 ng k s ax n)) +("bankston" nil (b ae1 ng k s t ax n)) +("bankverein" nil (b ae1 ng k v er0 ay1 n)) +("bankvermont" nil (b ae1 ng k v er0 m aa1 n t)) +("bankworcester" nil (b ae1 ng k w er1 ch eh1 s t er0)) +("bann" nil (b ae1 n)) +("bannan" nil (b ae1 n ax n)) +("banned" nil (b ae1 n d)) +("banner" nil (b ae1 n er0)) +("bannerman" nil (b ae1 n er0 m ax n)) +("banners" nil (b ae1 n er0 z)) +("bannick" nil (b ae1 n ih0 k)) +("banning" nil (b ae1 n ih0 ng)) +("bannings" nil (b ae1 n ih0 ng z)) +("bannister" nil (b ae1 n ax s t er0)) +("bannon" nil (b ae1 n ax n)) +("banos" nil (b aa1 n ow0 z)) +("banoun" nil (b ax n uw1 n)) +("banpais" nil (b ae1 n p ey1)) +("banponce" nil (b ae1 n p aa0 n s)) +("banque" nil (b ae1 ng k)) +("banquet" nil (b ae1 ng k w ax t)) +("banquets" nil (b ae1 ng k w ax t s)) +("bans" nil (b ae1 n z)) +("banshee" nil (b ae0 n sh iy1)) +("banta" nil (b ae1 n t ax)) +("bantam" nil (b ae1 n t ax m)) +("bantams" nil (b ae1 n t ax m z)) +("banter" nil (b ae1 n t er0)) +("bantle" nil (b ae1 n t ax l)) +("banton" nil (b ae1 n t ax n)) +("bantu" nil (b ae1 n t uw0)) +("bantz" nil (b ae1 n t s)) +("banuelos" nil (b aa0 n w eh1 l ow0 z)) +("banville" nil (b aa1 n v ih0 l)) +("banwart" nil (b ae1 n w ao1 r t)) +("banxquote" nil (b ae0 ng k s k w ow1 t)) +("banya" nil (b aa1 n y ax)) +("banyan" nil (b ae1 n y ax n)) +("banyas" nil (b aa1 n y ax z)) +("banyu" nil (b aa1 n uw0)) +("banzhaf" nil (b ae1 n z hh ax f)) +("bao" nil (b aw1)) +("baoguang" nil (b ey1 ow0 g w ae1 ng)) +("bapna" nil (b aa1 p n ax)) +("baptism" nil (b ae1 p t ih0 z ax m)) +("baptismal" nil (b ae0 p t ih1 z m ax l)) +("baptisms" nil (b ae1 p t ih1 z ax m z)) +("baptist" nil (b ae1 p t ax s t)) +("baptista" nil (b ae1 p t ih1 s t ax)) +("baptiste" nil (b ax p t ih1 s t)) +("baptistery" nil (b ae1 p t ax s t r iy0)) +("baptists" nil (b ae1 p t ax s t s)) +("baptized" nil (b ae0 p t ay1 z d)) +("bar" nil (b aa1 r)) +("bara" nil (b aa1 r ax)) +("barabar" nil (b eh1 r ax b aa0 r)) +("barach" nil (b ax r aa1 k)) +("baraff" nil (b aa0 r aa1 f)) +("barahona" nil (b ae1 r ax hh ow1 n ax)) +("barajas" nil (b aa0 r aa1 y aa0 z)) +("barak" nil (b aa1 r ax k)) +("barakat" nil (b aa1 r ax k aa1 t)) +("baram" nil (b eh1 r ae0 m)) +("baran" nil (b aa0 r aa1 n)) +("baranek" nil (b ae1 r ax n ih0 k)) +("baranoski" nil (b er0 ax n aw1 s k iy0)) +("baranowski" nil (b er0 ax n ao1 f s k iy0)) +("baranski" nil (b er0 ae1 n s k iy0)) +("barany" nil (b er0 ao1 n iy0)) +("barasch" nil (b ae1 r ax sh)) +("barash" nil (b ae1 r ax sh)) +("barath" nil (b ae1 r ax th)) +("baratta" nil (b aa0 r aa1 t ax)) +("barb" nil (b aa1 r b)) +("barba" nil (b aa1 r b ax)) +("barbados" nil (b aa0 r b ey1 d ow0 s)) +("barbagallo" nil (b aa1 r b ax g ae1 l ow0)) +("barbakow" nil (b aa1 r b ax k aw1)) +("barbanel" nil (b aa1 r b ax n ax l)) +("barbano" nil (b aa0 r b aa1 n ow0)) +("barbara" nil (b aa1 r b er0 ax)) +("barbaree" nil (b aa1 r b er0 iy1)) +("barbarian" nil (b aa0 r b eh1 r iy0 ax n)) +("barbarians" nil (b aa0 r b eh1 r iy0 ax n z)) +("barbaric" nil (b aa0 r b ae1 r ih0 k)) +("barbarino" nil (b aa0 r b aa0 r iy1 n ow0)) +("barbarism" nil (b aa1 r b er0 ih1 z ax m)) +("barbaro" nil (b aa0 r b aa1 r ow0)) +("barbarous" nil (b aa1 r b er0 ax s)) +("barbary" nil (b aa1 r b er0 iy0)) +("barbash" nil (b aa1 r b ae1 sh)) +("barbato" nil (b aa0 r b aa1 t ow0)) +("barbe" nil (b aa1 r b)) +("barbeau" nil (b aa0 r b ow1)) +("barbecue" nil (b aa1 r b ih0 k y uw1)) +("barbecued" nil (b aa1 r b ih0 k y uw1 d)) +("barbecueing" nil (b aa1 r b ih0 k y uw1 ih0 ng)) +("barbecues" nil (b aa1 r b ih0 k y uw1 z)) +("barbed" nil (b aa1 r b d)) +("barbee" nil (b aa1 r b iy1)) +("barbella" nil (b aa1 r b eh1 l ax)) +("barbells" nil (b aa1 r b eh1 l z)) +("barbels" nil (b aa1 r b ax l z)) +("barbeque" nil (b aa1 r b ih0 k y uw1)) +("barbequed" nil (b aa1 r b ih0 k y uw1 d)) +("barbequeing" nil (b aa1 r b ih0 k y uw1 ih0 ng)) +("barbeques" nil (b aa1 r b ih0 k y uw1 z)) +("barber" nil (b aa1 r b er0)) +("barbera" nil (b aa0 r b eh1 r ax)) +("barberi" nil (b aa0 r b eh1 r iy0)) +("barberio" nil (b aa1 r b iy1 r iy0 ow0)) +("barberis" nil (b aa1 r b er0 ih0 s)) +("barbero" nil (b aa0 r b eh1 r ow0)) +("barbers" nil (b aa1 r b er0 z)) +("barbershop" nil (b aa1 r b er0 sh aa1 p)) +("barbette" nil (b aa0 r b eh1 t)) +("barbian" nil (b aa1 r b iy0 ax n)) +("barbie" nil (b aa1 r b iy0)) +("barbier" nil (b aa1 r b iy0 er0)) +("barbieri" nil (b aa0 r b ih1 r iy0)) +("barbin" nil (b aa1 r b ih0 n)) +("barbiturates" nil (b aa0 r b ih1 ch er0 ax t s)) +("barbo" nil (b aa1 r b ow0)) +("barbone" nil (b aa1 r b ow1 n)) +("barbosa" nil (b aa0 r b ow1 s ax)) +("barbour" nil (b aa1 r b er0)) +("barboza" nil (b aa0 r b ow1 z ax)) +("barbra" nil (b aa1 r b r ax)) +("barbre" nil (b aa1 r b er0)) +("barbs" nil (b aa1 r b z)) +("barby" nil (b aa1 r b iy0)) +("barca" nil (b aa1 r k ax)) +("barcella" nil (b aa1 r s eh1 l ax)) +("barcellos" nil (b aa0 r s eh1 l ow0 z)) +("barcelo" nil (b aa0 r ch eh1 l ow0)) +("barcelona" nil (b aa1 r s ih0 l ow1 n ax)) +("barcenas" nil (b aa1 r s ih0 n ax z)) +("barch" nil (b aa1 r k)) +("barcia" nil (b aa1 r ch ax)) +("barclay" nil (b aa1 r k l ey1)) +("barclays" nil (b aa1 r k l iy0 z)) +("barclift" nil (b aa1 r k l ih0 f t)) +("barco" nil (b aa1 r k ow0)) +("barcomb" nil (b aa1 r k ax m)) +("barcroft" nil (b aa1 r k r ao1 f t)) +("barcus" nil (b aa1 r k ax s)) +("barczak" nil (b aa1 r ch ae0 k)) +("bard" nil (b aa1 r d)) +("bardell" nil (b aa0 r d eh1 l)) +("barden" nil (b aa1 r d ax n)) +("bardin" nil (b aa1 r d ih0 n)) +("bardo" nil (b aa1 r d ow0)) +("bardolf" nil (b aa1 r d ow1 l f)) +("bardolph" nil (b aa1 r d aa0 l f)) +("bardon" nil (b aa0 r d ao1 n)) +("bardrick" nil (b aa1 r d r ih0 k)) +("bardsley" nil (b aa1 r d s l iy0)) +("bardulf" nil (b aa1 r d ax l f)) +("bardulph" nil (b aa1 r d ax l f)) +("bardwell" nil (b aa1 r d w eh1 l)) +("bare" nil (b eh1 r)) +("bared" nil (b eh1 r d)) +("barefield" nil (b ae1 r ih0 f iy0 l d)) +("barefoot" nil (b eh1 r f uh1 t)) +("bareis" nil (b ae1 r ay0 z)) +("barela" nil (b aa0 r eh1 l ax)) +("barely" nil (b eh1 r l iy0)) +("barenboim" nil (b eh1 r ax n b oy1 m)) +("barens" nil (b eh1 r ax n z)) +("barentine" nil (b aa0 r eh0 n t iy1 n iy0)) +("barents" nil (b eh1 r ax n t s)) +("bares" nil (b eh1 r z)) +("barfield" nil (b aa1 r f iy1 l d)) +("barfknecht" nil (b aa1 r f k ax n eh0 k t)) +("barfoot" nil (b aa1 r f uh1 t)) +("barfuss" nil (b aa1 r f ah1 s)) +("barg" nil (b aa1 r g)) +("barga" nil (b aa1 r g ax)) +("bargain" nil (b aa1 r g ax n)) +("bargained" nil (b aa1 r g ax n d)) +("bargainer" nil (b aa1 r g ih0 n er0)) +("bargainers" nil (b aa1 r g ih0 n er0 z)) +("bargaining" nil (b aa1 r g ih0 n ih0 ng)) +("bargains" nil (b aa1 r g ax n z)) +("barganier" nil (b aa1 r g ax n iy0 er0)) +("bargar" nil (b aa0 r g aa1 r)) +("bargas" nil (b aa1 r g ax z)) +("barge" nil (b aa1 r jh)) +("barged" nil (b aa1 r jh d)) +("barger" nil (b aa1 r jh er0)) +("bargeron" nil (b aa1 r g er0 ax n)) +("barges" nil (b aa1 r jh ax z)) +("bargman" nil (b aa1 r g m ax n)) +("bargmann" nil (b aa1 r g m ax n)) +("bargo" nil (b aa1 r g ow1)) +("barhorst" nil (b aa1 r hh ao0 r s t)) +("bari" nil (b aa1 r iy0)) +("baribeau" nil (b ae1 r ih0 b ow0)) +("barich" nil (b ae1 r ih0 k)) +("baril" nil (b eh1 r ax l)) +("barile" nil (b aa1 r ax l)) +("barillari" nil (b eh1 r ih0 l eh1 r iy0)) +("barillo" nil (b er0 ih1 l ow0)) +("barinco" nil (b er0 ih1 ng k ow1)) +("baring" nil (b eh1 r ih0 ng)) +("baringer" nil (b eh1 r ih0 ng er0)) +("barings" nil (b eh1 r ih0 ng z)) +("baris" nil (b aa1 r iy0 z)) +("barish" nil (b eh1 r ih0 sh)) +("barite" nil (b eh1 r ay0 t)) +("barites" nil (b eh1 r ay0 t s)) +("baritone" nil (b eh1 r ax t ow1 n)) +("barium" nil (b eh1 r iy0 ax m)) +("bark" nil (b aa1 r k)) +("barkai" nil (b aa0 r k ay1)) +("barkalow" nil (b aa1 r k ax l ow1)) +("barkan" nil (b aa1 r k ax n)) +("barkdoll" nil (b aa1 r k d ax l)) +("barkdull" nil (b aa1 r k d ax l)) +("barke" nil (b aa1 r k)) +("barked" nil (b aa1 r k t)) +("barkeley" nil (b aa1 r k l iy0)) +("barker" nil (b aa1 r k er0)) +("barkers" nil (b aa1 r k er0 z)) +("barkes" nil (b aa1 r k s)) +("barkett" nil (b aa1 r k ih0 t)) +("barkey" nil (b aa1 r k iy1)) +("barkhurst" nil (b aa1 r k hh er0 s t)) +("barkin" nil (b aa1 r k ih0 n)) +("barking" nil (b aa1 r k ih0 ng)) +("barkley" nil (b aa1 r k l iy0)) +("barklow" nil (b aa1 r k l ow1)) +("barkman" nil (b aa1 r k m ax n)) +("barko" nil (b aa1 r k ow0)) +("barkocy" nil (b aa1 r k ax s iy0)) +("barkow" nil (b aa1 r k ow0)) +("barks" nil (b aa1 r k s)) +("barksdale" nil (b aa1 r k s d ey1 l)) +("barkshire" nil (b aa1 r k sh ay1 r)) +("barkus" nil (b aa1 r k ax s)) +("barlage" nil (b aa1 r l ih0 jh)) +("barlett" nil (b aa1 r l ih0 t)) +("barletta" nil (b aa0 r l eh1 t ax)) +("barlettesville" nil (b aa1 r l ax t s v ih1 l)) +("barley" nil (b aa1 r l iy0)) +("barlow" nil (b aa1 r l ow1)) +("barlowe" nil (b aa1 r l ow1)) +("barman" nil (b aa1 r m ax n)) +("barmore" nil (b aa1 r m ao0 r)) +("barn" nil (b aa1 r n)) +("barna" nil (b aa1 r n ax)) +("barnabas" nil (b aa1 r n ax b ax s)) +("barnaby" nil (b aa1 r n ax b iy0)) +("barnacle" nil (b aa1 r n ax k ax l)) +("barnacles" nil (b aa1 r n ax k ax l z)) +("barnard" nil (b aa1 r n er0 r d)) +("barnards" nil (b aa1 r n er0 d z)) +("barnas" nil (b aa1 r n ax z)) +("barndt" nil (b aa1 r n t)) +("barnell" nil (b aa1 r n ax l)) +("barner" nil (b aa1 r n er0)) +("barnes" nil (b aa1 r n z)) +("barnet" nil (b aa1 r n ih0 t)) +("barnett" nil (b aa0 r n eh1 t)) +("barnette" nil (b aa1 r n eh1 t)) +("barnevik" nil (b aa0 r n eh1 v ih0 k)) +("barney" nil (b aa1 r n iy0)) +("barneys" nil (b aa1 r n iy0 z)) +("barnfield" nil (b aa1 r n f iy1 l d)) +("barnhard" nil (b aa1 r n hh aa1 r d)) +("barnhardt" nil (b aa1 r n hh aa1 r t)) +("barnhart" nil (b aa1 r n hh aa1 r t)) +("barnhill" nil (b aa1 r n hh ih1 l)) +("barnhouse" nil (b aa1 r n hh aw1 s)) +("barnick" nil (b aa1 r n ih0 k)) +("barnicle" nil (b aa1 r n ih0 k ax l)) +("barnish" nil (b aa1 r n ih0 sh)) +("barno" nil (b aa1 r n ow0)) +("barnowski" nil (b aa0 r n aw1 s k iy0)) +("barns" nil (b aa1 r n z)) +("barnstorming" nil (b aa1 r n s t ao1 r m ih0 ng)) +("barnum" nil (b aa1 r n ax m)) +("barnwell" nil (b aa1 r n w eh1 l)) +("barny" nil (b aa1 r n iy0)) +("barnyard" nil (b aa1 r n y aa1 r d)) +("baro" nil (b aa1 r ow0)) +("baroid" nil (b er0 oy1 d)) +("barometer" nil (b er0 aa1 m ih0 t er0)) +("barometers" nil (b er0 aa1 m ih0 t er0 z)) +("barometric" nil (b ae1 r ax m eh1 t r ih0 k)) +("baron" nil (b ae1 r ax n)) +("barone" nil (b er0 ow1 n)) +("baronet" nil (b eh1 r ax n ax t)) +("baronets" nil (b eh1 r ax n ax t s)) +("baroni" nil (b aa0 r ow1 n iy0)) +("barons" nil (b ae1 r ax n z)) +("baroody" nil (b er0 uw1 d iy0)) +("baroque" nil (b er0 ow1 k)) +("baros" nil (b aa1 r ow0 z)) +("barovic" nil (b eh1 r ax v ih0 k)) +("barovsky" nil (b er0 aa1 v s k iy0)) +("barr" nil (b aa1 r)) +("barra" nil (b aa1 r ax)) +("barrack" nil (b ae1 r ax k)) +("barracks" nil (b ae1 r ax k s)) +("barraclough" nil (b ae1 r ax k l aw0)) +("barraco" nil (b aa0 r aa1 k ow0)) +("barracuda" nil (b eh1 r ax k uw1 d ax)) +("barragan" nil (b eh1 r ax g ax n)) +("barrage" nil (b er0 aa1 zh)) +("barraged" nil (b er0 aa1 zh d)) +("barrages" nil (b er0 aa1 zh ih0 z)) +("barranco" nil (b aa0 r aa1 n k ow0)) +("barras" nil (b ae1 r ax z)) +("barrasso" nil (b aa1 r aa1 s ow0)) +("barratt" nil (b ae1 r ax t)) +("barraza" nil (b aa1 r aa1 z ax)) +("barre" nil (b eh1 r iy0)) +("barreca" nil (b aa1 r eh1 k ax)) +("barred" nil (b aa1 r d)) +("barreda" nil (b aa0 r ey1 d ax)) +("barreiro" nil (b aa0 r eh1 r ow0)) +("barrel" nil (b ae1 r ax l)) +("barreled" nil (b ae1 r ax l d)) +("barreling" nil (b ae1 r ax l ih0 ng)) +("barrell" nil (b aa0 r ey1 l)) +("barrels" nil (b ae1 r ax l z)) +("barren" nil (b ae1 r ax n)) +("barrens" nil (b ae1 r ax n z)) +("barrentine" nil (b ae1 r ax n t ay1 n)) +("barrera" nil (b aa1 r eh1 r ax)) +("barreras" nil (b aa0 r eh1 r aa0 z)) +("barres" nil (b aa1 r z)) +("barresi" nil (b aa1 r eh1 s iy0)) +("barret" nil (b ae1 r ih0 t)) +("barreto" nil (b aa0 r eh1 t ow0)) +("barrett" nil (b ae1 r ih0 t)) +("barretta" nil (b aa0 r eh1 t ax)) +("barrette" nil (b er0 eh1 t)) +("barretto" nil (b aa0 r eh1 t ow0)) +("barricada" nil (b aa1 r ih0 k aa1 d ax)) +("barricade" nil (b ae1 r ax k ey1 d)) +("barricaded" nil (b ae1 r ax k ey1 d ih0 d)) +("barricades" nil (b ae1 r ax k ey1 d z)) +("barrick" nil (b ae1 r ih0 k)) +("barricklow" nil (b ae1 r ih0 k l aw0)) +("barrickman" nil (b ae1 r ih0 k m ax n)) +("barrie" nil (b ae1 r iy0)) +("barrientes" nil (b er0 iy1 n t s)) +("barrientez" nil (b aa0 r iy1 n t eh0 z)) +("barrientos" nil (b aa0 r iy1 n t ow0 z)) +("barrier" nil (b ae1 r iy0 er0)) +("barriere" nil (b aa0 r ih1 r iy0)) +("barriers" nil (b ae1 r iy0 er0 z)) +("barriga" nil (b aa1 r iy1 g ax)) +("barriger" nil (b ae1 r ih0 g er0)) +("barrilleaux" nil (b ae1 r ih0 l ow1)) +("barrineau" nil (b ae1 r ih0 n ow1)) +("barring" nil (b aa1 r ih0 ng)) +("barringer" nil (b ae1 r ih0 ng er0)) +("barrington" nil (b ae1 r ih0 ng t ax n)) +("barrio" nil (b aa1 r iy0 ow0)) +("barrios" nil (b aa0 r iy1 ow0 z)) +("barris" nil (b ae1 r ih0 s)) +("barrish" nil (b ae1 r ih0 sh)) +("barrister" nil (b ae1 r ih0 s t er0)) +("barristers" nil (b ae1 r ih0 s t er0 z)) +("barritt" nil (b er0 ih1 t)) +("barro" nil (b aa1 r ow0)) +("barron" nil (b ae1 r ax n)) +("barrone" nil (b er0 ow1 n)) +("barroom" nil (b aa1 r r uw1 m)) +("barros" nil (b aa1 r ow0 z)) +("barroso" nil (b aa1 r ow1 s ow0)) +("barrow" nil (b ae1 r ow0)) +("barrowman" nil (b ae1 r ow0 m ax n)) +("barrows" nil (b ae1 r ow0 z)) +("barrs" nil (b aa1 r z)) +("barrus" nil (b ae1 r ax s)) +("barry" nil (b ae1 r iy0)) +("barrymore" nil (b ae1 r iy0 m ao1 r)) +("bars" nil (b aa1 r z)) +("barsamian" nil (b aa1 r s ey1 m iy0 ax n)) +("barsanti" nil (b aa0 r s aa1 n t iy0)) +("barsch" nil (b aa1 r sh)) +("barschel" nil (b aa1 r sh ax l)) +("barsh" nil (b aa1 r sh)) +("barshefsky" nil (b aa1 r sh eh1 f s k iy0)) +("barsky" nil (b aa1 r s k iy0)) +("barsness" nil (b aa1 r z n ax s)) +("barson" nil (b aa1 r s ax n)) +("barsotti" nil (b aa0 r s ow1 t iy0)) +("barstad" nil (b aa1 r s t ax d)) +("barstow" nil (b aa1 r s t ow1)) +("barszcz" nil (b aa1 r sh ch)) +("bart" nil (b aa1 r t)) +("barta" nil (b aa1 r t ax)) +("bartak" nil (b aa1 r t ax k)) +("bartee" nil (b aa1 r t iy1)) +("bartek" nil (b aa1 r t eh1 k)) +("bartel" nil (b aa1 r t ax l)) +("bartell" nil (b aa0 r t ey1 l)) +("bartels" nil (b aa1 r t ax l z)) +("bartelson" nil (b aa1 r t ih0 l s ax n)) +("bartelt" nil (b aa1 r t ih0 l t)) +("barten" nil (b aa1 r t ax n)) +("bartender" nil (b aa1 r t eh1 n d er0)) +("bartenders" nil (b aa1 r t eh1 n d er0 z)) +("barter" nil (b aa1 r t er0)) +("bartered" nil (b aa1 r t er0 d)) +("bartering" nil (b aa1 r t er0 ih0 ng)) +("barth" nil (b aa1 r th)) +("bartha" nil (b aa1 r th ax)) +("barthel" nil (b aa1 r th ax l)) +("barthelemy" nil (b aa1 r th eh1 l ax m iy0)) +("barthelme" nil (b aa1 r th ax l m)) +("barthes" nil (b aa1 r th s)) +("barthold" nil (b aa1 r th ow1 l d)) +("bartholomay" nil (b aa0 r th ax l aa1 m ey0)) +("bartholomew" nil (b aa0 r th aa1 l ax m y uw1)) +("bartholow" nil (b aa1 r th ax l ow0)) +("barthram" nil (b aa1 r th r ae1 m)) +("bartko" nil (b aa1 r t k ow0)) +("bartkowiak" nil (b er0 t k aw1 iy0 ae0 k)) +("bartkowski" nil (b er0 t k ao1 f s k iy0)) +("bartkus" nil (b aa1 r t k ih0 s)) +("bartl" nil (b aa1 r t ax l)) +("bartle" nil (b aa1 r t ax l)) +("bartlebaugh" nil (b aa1 r t l ih0 b ao0)) +("bartles" nil (b aa1 r t ax l z)) +("bartleson" nil (b aa1 r t l ih0 s ax n)) +("bartlesville" nil (b aa1 r t ax l z v ih1 l)) +("bartlett" nil (b aa1 r t l ih0 t)) +("bartley" nil (b aa1 r t l iy0)) +("bartling" nil (b aa1 r t l ih0 ng)) +("bartlow" nil (b aa1 r t l ow0)) +("bartman" nil (b aa1 r t m ax n)) +("bartmess" nil (b aa1 r t m ih0 s)) +("bartnick" nil (b aa1 r t n ih0 k)) +("bartnicki" nil (b er0 t n ih1 t s k iy0)) +("bartnik" nil (b aa1 r t n ih0 k)) +("barto" nil (b aa1 r t ow0)) +("bartok" nil (b aa1 r t ax k)) +("bartol" nil (b aa1 r t ax l)) +("bartoletti" nil (b aa0 r t ow0 l eh1 t iy0)) +("bartoli" nil (b aa0 r t ow1 l iy0)) +("bartolini" nil (b aa0 r t ow0 l iy1 n iy0)) +("bartolo" nil (b aa0 r t ow1 l ow0)) +("bartolomei" nil (b aa0 r t ow0 l ow0 m ey1 iy0)) +("bartolomeo" nil (b aa0 r t ao0 l ax m ey1 ow0)) +("bartolucci" nil (b aa0 r t ow0 l uw1 ch iy0)) +("barton" nil (b aa1 r t ax n)) +("bartone" nil (b aa0 r t ow1 n iy0)) +("bartoo" nil (b aa1 r ch uw0)) +("bartos" nil (b aa1 r t ow0 z)) +("bartosch" nil (b aa1 r t ao0 sh)) +("bartosh" nil (b aa1 r t ax sh)) +("bartosiewicz" nil (b er0 t aa1 s ax v ih0 ch)) +("bartosik" nil (b er0 t ow1 s ih0 k)) +("bartoszek" nil (b er0 t aa1 sh eh0 k)) +("bartow" nil (b aa1 r t ow1)) +("bartram" nil (b aa1 r t r ae1 m)) +("barts" nil (b aa1 r t s)) +("bartsch" nil (b aa1 r ch)) +("bartunek" nil (b aa1 r t ax n ih0 k)) +("bartus" nil (b aa1 r t ax s)) +("bartz" nil (b aa1 r t s)) +("baruch" nil (b aa1 r uw1 k)) +("barwick" nil (b aa1 r w ih1 k)) +("baryshnikov" nil (b er0 ih1 sh n ih0 k aa1 v)) +("barz" nil (b aa1 r z)) +("basa" nil (b aa1 s ax)) +("basal" nil (b ey1 s ax l)) +("basaldua" nil (b aa0 s aa0 l d uw1 ax)) +("basalt" nil (b ax s ao1 l t)) +("basalts" nil (b ax s ao1 l t s)) +("basara" nil (b ax s eh1 r ax)) +("basch" nil (b ae1 sh)) +("basco" nil (b aa1 s k ow0)) +("bascom" nil (b ae1 s k ax m)) +("basden" nil (b ae1 s d ax n)) +("base" nil (b ey1 s)) +("baseball" nil (b ey1 s b ao1 l)) +("baseballs" nil (b ey1 s b ao1 l z)) +("baseboard" nil (b ey1 s b ao1 r d)) +("baseboards" nil (b ey1 s b ao1 r d z)) +("based" nil (b ey1 s t)) +("basehore" nil (b ae1 s ih0 hh ao0 r)) +("basel" nil (b aa1 z ax l)) +("baseless" nil (b ey1 s l ax s)) +("baseline" nil (b ey1 s l ay1 n)) +("baseman" nil (b ey1 s m ax n)) +("basement" nil (b ey1 s m ax n t)) +("basements" nil (b ey1 s m ax n t s)) +("basenji" nil (b ax s eh1 n jh iy0)) +("bases" nil (b ey1 s ax z)) +("basey" nil (b ey1 s iy0)) +("basford" nil (b ae1 s f er0 d)) +("basgall" nil (b ae1 s g ax l)) +("bash" nil (b ae1 sh)) +("basham" nil (b ae1 sh ax m)) +("bashaw" nil (b ax sh ao1)) +("bashed" nil (b ae1 sh t)) +("basher" nil (b ae1 sh er0)) +("bashers" nil (b ae1 sh er0 z)) +("bashes" nil (b ae1 sh ih0 z)) +("bashford" nil (b ae1 sh f er0 d)) +("bashful" nil (b ae1 sh f ax l)) +("bashing" nil (b ae1 sh ih0 ng)) +("bashir" nil (b ax sh ih1 r)) +("bashor" nil (b ae1 sh er0)) +("bashore" nil (b ae1 sh er0)) +("basic" nil (b ey1 s ih0 k)) +("basically" nil (b ey1 s ih0 k l iy0)) +("basich" nil (b aa1 s ih0 hh)) +("basics" nil (b ey1 s ih0 k s)) +("basie" nil (b ey1 z iy0)) +("basil" nil (b ae1 z ax l)) +("basile" nil (b aa1 s ax l)) +("basilia" nil (b aa0 s iy1 l iy0 ax)) +("basilica" nil (b ax s ih1 l ih0 k ax)) +("basilio" nil (b aa0 s iy1 l iy0 ow0)) +("basim" nil (b aa0 s iy1 m)) +("basin" nil (b ey1 s ax n)) +("basing" nil (b ey1 s ih0 ng)) +("basinger" nil (b ey1 s ih0 ng er0)) +("basins" nil (b ey1 s ax n z)) +("basinski" nil (b ax s ih1 n s k iy0)) +("basis" nil (b ey1 s ax s)) +("basista" nil (b ax s ih1 s t ax)) +("basix" nil (b ey1 s ih0 k s)) +("bask" nil (b ae1 s k)) +("basked" nil (b ae1 s k t)) +("baskerville" nil (b ae1 s k er0 v ih1 l)) +("basket" nil (b ae1 s k ax t)) +("basketball" nil (b ae1 s k ax t b ao1 l)) +("basketballs" nil (b ae1 s k ax t b ao1 l z)) +("basketmaking" nil (b ae1 s k ax t m ey1 k ih0 ng)) +("basketry" nil (b ae1 s k ax t r iy0)) +("baskets" nil (b ae1 s k ax t s)) +("baskett" nil (b ae1 s k ih0 t)) +("baskette" nil (b ax s k eh1 t)) +("baskin" nil (b ae1 s k ih0 n)) +("basking" nil (b ae1 s k ih0 ng)) +("baskins" nil (b ae1 s k ih0 n z)) +("basle" nil (b ae1 s ax l)) +("basler" nil (b ey1 z ax l er0)) +("basner" nil (b ae1 s n er0)) +("basnett" nil (b ae1 s n ih0 t)) +("basnight" nil (b ae1 z n ay1 t)) +("bason" nil (b ae1 s ax n)) +("basore" nil (b aa0 s ao1 r iy0)) +("basque" nil (b ae1 s k)) +("basques" nil (b ae1 s k s)) +("basquez" nil (b aa0 s k w eh1 z)) +("basra" nil (b aa1 s r aa0)) +("bass" nil (b ae1 s)) +("bassa" nil (b ae1 s ax)) +("basse" nil (b ae1 s)) +("basses" nil (b ae1 s ih0 z)) +("basset" nil (b ae1 s ih0 t)) +("bassett" nil (b ae1 s ih0 t)) +("bassette" nil (b ax s eh1 t)) +("bassetti" nil (b aa0 s eh1 t iy0)) +("bassford" nil (b ae1 s f er0 d)) +("bassham" nil (b ae1 sh ax m)) +("bassi" nil (b ae1 s iy0)) +("bassin" nil (b ae1 s ih0 n)) +("bassinger" nil (b ae1 s ih0 n jh er0)) +("bassir" nil (b ax s ih1 r)) +("bassist" nil (b ey1 s ih0 s t)) +("bassists" nil (b ey1 s ih0 s t s)) +("bassler" nil (b ae1 s l er0)) +("bassman" nil (b ae1 s m ax n)) +("basso" nil (b ae1 s ow0)) +("bassoon" nil (b ax s uw1 n)) +("bast" nil (b ae1 s t)) +("basta" nil (b ae1 s t ax)) +("bastarache" nil (b aa0 s t aa1 r ey0 k)) +("bastard" nil (b ae1 s t er0 d)) +("bastards" nil (b ae1 s t er0 d z)) +("bastedo" nil (b aa0 s t ey1 d ow0)) +("basten" nil (b ey1 s t ax n)) +("bastian" nil (b ae1 s ch ih0 n)) +("bastien" nil (b ae1 s t ax n)) +("bastille" nil (b ae1 s t ih0 l)) +("bastin" nil (b ae1 s t ih0 n)) +("bastion" nil (b ae1 s ch ax n)) +("bastions" nil (b ae1 s ch ax n z)) +("bastogne" nil (b ae1 s t ow1 n)) +("baston" nil (b ae1 s t ax n)) +("bastone" nil (b aa1 s t ow0 n)) +("bastow" nil (b ae1 s t ow0)) +("bastyr" nil (b ey1 s t ih0 r)) +("basu" nil (b aa1 s uw0)) +("basulto" nil (b ax s ah1 l t ow0)) +("basurto" nil (b aa0 s uh1 r t ow0)) +("baswell" nil (b ae1 s w eh0 l)) +("basye" nil (b ae1 s ay0)) +("bat" nil (b ae1 t)) +("bataan" nil (b ax t aa1 n)) +("batan" nil (b ey1 t ax n)) +("batavia" nil (b ax t ey1 v iy0 ax)) +("batch" nil (b ae1 ch)) +("batchelder" nil (b ae1 ch eh1 l d er0)) +("batcheller" nil (b ae1 ch ax l er0)) +("batchelor" nil (b ae1 ch ax l er0)) +("batches" nil (b ae1 ch ax z)) +("batdorf" nil (b ae1 t d ao0 r f)) +("bate" nil (b ey1 t)) +("bated" nil (b ey1 t ih0 d)) +("bateman" nil (b ey1 t m ax n)) +("bates" nil (b ey1 t s)) +("bateson" nil (b ae1 t ih0 s ax n)) +("batesville" nil (b ey1 t s v ih1 l)) +("batey" nil (b ey1 t iy0)) +("bath" nil (b ae1 th)) +("bathe" nil (b ey1 dh)) +("bathed" nil (b ey1 dh d)) +("bathers" nil (b ae1 dh er0 z)) +("bathes" nil (b ey1 dh z)) +("bathgate" nil (b ae1 th g ey1 t)) +("bathing" nil (b ey1 dh ih0 ng)) +("bathke" nil (b ae1 th k)) +("batholiths" nil (b ae1 th ax l ih0 th s)) +("bathrick" nil (b ae1 th r ih0 k)) +("bathrobe" nil (b ae1 th r ow1 b)) +("bathrobes" nil (b ae1 th r ow1 b z)) +("bathroom" nil (b ae1 th r uw1 m)) +("bathrooms" nil (b ae1 th r uw1 m z)) +("baths" v (b ae1 th z)) +("baths" n (b ae1 th s)) +("bathsheba" nil (b ae0 th sh iy1 b ax)) +("bathtub" nil (b ae1 th t ax b)) +("bathtubs" nil (b ae1 th t ah1 b z)) +("bathurst" nil (b ae1 th er0 s t)) +("batibot" nil (b ae1 t ih0 b aa0 t)) +("batie" nil (b ey1 t iy0)) +("batignolles" nil (b ae1 t ih0 n y ow1 l ax s)) +("batik" nil (b ax t iy1 k)) +("batiks" nil (b ae1 t ih0 k s)) +("batista" nil (b ax t ih1 s t ax)) +("batley" nil (b ae1 t l iy0)) +("batman" nil (b ae1 t m ae1 n)) +("batogowski" nil (b ae1 t ow0 g aw1 s k iy0)) +("baton" nil (b ax t aa1 n)) +("batons" nil (b ae0 t aa1 n z)) +("bator" nil (b aa0 t ao1 r)) +("batra" nil (b ae1 t r ax)) +("batres" nil (b ey1 t er0 z)) +("bats" nil (b ae1 t s)) +("batson" nil (b ae1 t s ax n)) +("batt" nil (b ae1 t)) +("battaglia" nil (b aa0 t aa1 g l iy0 ax)) +("battaglini" nil (b aa0 t aa0 g l iy1 n iy0)) +("battalion" nil (b ax t ae1 l y ax n)) +("battalions" nil (b ax t ae1 l y ax n z)) +("batte" nil (b ae1 t)) +("batted" nil (b ae1 t ih0 d)) +("battelle" nil (b ax t eh1 l)) +("batten" nil (b ae1 t ax n)) +("battenberg" nil (b ae1 t ax n b er1 g)) +("battenfield" nil (b ae1 t ax n f iy1 l d)) +("battening" nil (b ae1 t ax n ih0 ng)) +("batter" nil (b ae1 t er0)) +("battered" nil (b ae1 t er0 d)) +("batterer" nil (b ae1 t er0 er0)) +("batterers" nil (b ae1 t er0 er0 z)) +("batteries" nil (b ae1 t er0 iy0 z)) +("battering" nil (b ae1 t er0 ih0 ng)) +("batterman" nil (b ae1 t er0 m ax n)) +("batters" nil (b ae1 t er0 z)) +("battersby" nil (b ae1 t er0 s b iy0)) +("batterson" nil (b ae1 t er0 s ax n)) +("battery" nil (b ae1 t er0 iy0)) +("batterymarch" nil (b ax t eh1 r ih0 m aa0 r ch)) +("battey" nil (b ae1 t iy0)) +("battiato" nil (b aa0 t iy0 aa1 t ow0)) +("batticaloa" nil (b ae1 t ih0 k ax l ow1 ax)) +("battin" nil (b ae1 t ih0 n)) +("batting" nil (b ae1 t ih0 ng)) +("battipaglia" nil (b ae1 t ih0 p ae1 g l iy0 ax)) +("battis" nil (b ae1 t ih0 s)) +("battison" nil (b ae1 t ih0 s ax n)) +("battista" nil (b ax t iy1 s t ax)) +("battiste" nil (b aa0 t iy1 s t iy0)) +("battisti" nil (b aa0 t iy1 s t iy0)) +("battistoni" nil (b aa0 t iy0 s t ow1 n iy0)) +("battle" nil (b ae1 t ax l)) +("battled" nil (b ae1 t ax l d)) +("battlefield" nil (b ae1 t ax l f iy1 l d)) +("battlefields" nil (b ae1 t ax l f iy1 l d z)) +("battlefront" nil (b ae1 t ax l f r ah1 n t)) +("battleground" nil (b ae1 t ax l g r aw1 n d)) +("battlegrounds" nil (b ae1 t ax l g r aw1 n d z)) +("battlement" nil (b ae1 t ax l m ax n t)) +("battlements" nil (b ae1 t ax l m ax n t s)) +("battles" nil (b ae1 t ax l z)) +("battleship" nil (b ae1 t ax l sh ih1 p)) +("battleships" nil (b ae1 t ax l sh ih1 p s)) +("battling" nil (b ae1 t ax l ih0 ng)) +("batton" nil (b ae1 t ax n)) +("batts" nil (b ae1 t s)) +("batty" nil (b ae1 t iy0)) +("batuigas" nil (b ae1 ch uw0 iy1 g ax s)) +("batus" nil (b ae1 t ax s)) +("baty" nil (b ey1 t iy0)) +("batz" nil (b ae1 t s)) +("batzel" nil (b ae1 t z ax l)) +("batzer" nil (b ey1 t z er0)) +("baubles" nil (b ao1 b ax l z)) +("baublitz" nil (b aw1 b l ih0 t s)) +("bauch" nil (b ao1 ch)) +("baucom" nil (b ow0 k aa1 m)) +("baucum" nil (b ow0 k ah1 m)) +("baucus" nil (b aa1 k ax s)) +("baud" nil (b ao1 d)) +("baudendistel" nil (b aw1 d ih0 n d ih0 s t ax l)) +("bauder" nil (b aw1 d er0)) +("baudoin" nil (b ow0 d w aa1 ey0 n)) +("baudouin" nil (b ao0 d uw1 ih0 n)) +("bauer" nil (b aw1 er0)) +("bauerle" nil (b aw1 er0 ax l)) +("bauerlein" nil (b aw1 er0 l ay0 n)) +("bauermeister" nil (b aw1 er0 m ay0 s t er0)) +("bauernfeind" nil (b aw1 er0 n f ay0 n d)) +("bauers" nil (b aw1 er0 z)) +("baugh" nil (b ao1)) +("baughan" nil (b ao1 ax n)) +("baugher" nil (b ao1 er0)) +("baughman" nil (b ao1 m ax n)) +("baughn" nil (b ao1 n)) +("bauguess" nil (b aw1 g ih0 s)) +("baugus" nil (b ao1 g ax s)) +("bauknecht" nil (b aw1 k n ih0 k t)) +("bauknight" nil (b ao1 k n ay1 t)) +("baum" nil (b ao1 m)) +("bauman" nil (b aw1 m ax n)) +("baumann" nil (b aw1 m ax n)) +("baumbach" nil (b aw1 m b aa1 k)) +("baumberger" nil (b aw1 m b er0 g er0)) +("baumeister" nil (b aw1 m ay1 s t er0)) +("baumel" nil (b aw1 m ax l)) +("baumer" nil (b aw1 m er0)) +("baumert" nil (b aw1 m er0 t)) +("baumgard" nil (b aw1 m g er0 d)) +("baumgardner" nil (b aw1 m g aa1 r d n er0)) +("baumgardt" nil (b aw1 m g aa1 r t)) +("baumgarner" nil (b aw1 m g aa1 r n er0)) +("baumgart" nil (b aw1 m g aa1 r t)) +("baumgarten" nil (b aw1 m g aa0 r t ax n)) +("baumgartner" nil (b aw1 m g aa1 r t n er0)) +("baumhardt" nil (b aw1 m hh aa1 r t)) +("baumler" nil (b aw1 m ax l er0)) +("baumstark" nil (b aw1 m s t aa1 r k)) +("baun" nil (b ao1 n)) +("baur" nil (b ao1 r)) +("baus" nil (b ao1 z)) +("bausch" nil (b aw1 sh)) +("bauserman" nil (b aw1 s er0 m ax n)) +("bausman" nil (b aw1 s m ax n)) +("bautch" nil (b aw1 ch)) +("bautista" nil (b ao0 t iy1 s t ax)) +("bautz" nil (b ao1 t s)) +("bautzer" nil (b aw1 t s er0)) +("bauwens" nil (b aw1 w ax n z)) +("bauxite" nil (b ao1 k s ay0 t)) +("bauza" nil (b aw1 z ax)) +("bava" nil (b aa1 v ax)) +("bavadra" nil (b ax v ae1 d r ax)) +("bavaria" nil (b ax v eh1 r iy0 ax)) +("bavarian" nil (b ax v eh1 r iy0 ax n)) +("bavaro" nil (b aa0 v aa1 r ow0)) +("baver" nil (b ey1 v er0)) +("bavis" nil (b ey1 v ih0 s)) +("bawd" nil (b ao1 d)) +("bawden" nil (b ao1 d ax n)) +("bawdy" nil (b ao1 d iy0)) +("bawer" nil (b ao1 er0)) +("bawled" nil (b ao1 l d)) +("bax" nil (b ae1 k s)) +("baxa" nil (b ae1 k s ax)) +("baxendale" nil (b ae1 k s ax n d ey0 l)) +("baxley" nil (b ae1 k s l iy0)) +("baxt" nil (b ae1 k s t)) +("baxter" nil (b ae1 k s t er0)) +("bay" nil (b ey1)) +("bayard" nil (b ey1 er0 d)) +("baybank" nil (b ey1 b ae1 ng k)) +("baybanks" nil (b ey1 b ae1 ng k s)) +("baye" nil (b ey1)) +("bayed" nil (b ey1 d)) +("bayer" nil (b ey1 er0)) +("bayerische" nil (b ey1 er0 iy1 sh)) +("bayers" nil (b ey1 er0 z)) +("bayes" nil (b ey1 z)) +("bayh" nil (b ey1)) +("baying" nil (b ey1 ih0 ng)) +("bayle" nil (b ey1 l)) +("baylen" nil (b ey1 l ax n)) +("bayles" nil (b ey1 l z)) +("bayless" nil (b ey1 l ih0 s)) +("bayley" nil (b ey1 l iy0)) +("bayliff" nil (b ey1 l ih0 f)) +("bayliner" nil (b ey1 l ay1 n er0)) +("baylis" nil (b ey1 l ih0 s)) +("bayliss" nil (b ey1 l ih0 s)) +("baylor" nil (b ey1 l er0)) +("bayly" nil (b ey1 l iy0)) +("bayman" nil (b ey1 m ax n)) +("baynard" nil (b ey1 n er0 d)) +("bayne" nil (b ey1 n)) +("baynes" nil (b ey1 n z)) +("baynham" nil (b ey1 n hh ax m)) +("bayog" nil (b ey1 aa1 g)) +("bayonet" nil (b ey1 ax n ax t)) +("bayonne" nil (b ey1 y ow1 n)) +("bayou" nil (b ay1 uw0)) +("bayous" nil (b ay1 uw0 z)) +("bayreuth" nil (b ey1 r oy1 th)) +("bays" nil (b ey1 z)) +("bayse" nil (b ey1 z)) +("bayside" nil (b ey1 s ay1 d)) +("baysinger" nil (b ey1 s ih0 n jh er0)) +("baytown" nil (b ey1 t aw1 n)) +("baytree" nil (b ey1 t r iy1)) +("bayuk" nil (b ey1 ax k)) +("bayus" nil (b ey1 ax s)) +("baz" nil (b ae1 z)) +("bazaar" nil (b ax z aa1 r)) +("bazaars" nil (b ax z aa1 r z)) +("bazan" nil (b ey1 z ax n)) +("bazar" nil (b ax z aa1 r)) +("baze" nil (b ey1 z)) +("bazemore" nil (b aa1 z m ao0 r)) +("bazile" nil (b aa1 z ay0 l)) +("bazinet" nil (b ae1 z ih0 n eh0 t)) +("bazzano" nil (b aa0 t s aa1 n ow0)) +("bazzell" nil (b ae1 z ax l)) +("bazzle" nil (b ae1 z ax l)) +("bbc" nil (b iy1 b iy0 s iy1)) +("bbq" nil (b iy1 b iy0 k y uw1)) +("be" nil (b iy1)) +("bea" nil (b iy1)) +("beaber" nil (b iy1 b er0)) +("beabout" nil (b ax b uw1 t)) +("beach" nil (b iy1 ch)) +("beacham" nil (b ax sh ae1 m)) +("beachcomber" nil (b iy1 ch k ow1 m er0)) +("beached" nil (b iy1 ch t)) +("beachem" nil (b iy1 k ih0 m)) +("beacher" nil (b iy1 ch er0)) +("beaches" nil (b iy1 ch ax z)) +("beachfront" nil (b iy1 ch f r aa0 n t)) +("beachhead" nil (b iy1 ch hh eh1 d)) +("beachheads" nil (b iy1 ch hh eh1 d z)) +("beaching" nil (b iy1 ch ih0 ng)) +("beachler" nil (b iy1 k ax l er0)) +("beachum" nil (b iy1 k ax m)) +("beachy" nil (b iy1 ch iy0)) +("beacom" nil (b iy1 k ax m)) +("beacon" nil (b iy1 k ax n)) +("beacons" nil (b iy1 k ax n z)) +("bead" nil (b iy1 d)) +("beaded" nil (b iy1 d ih0 d)) +("beadle" nil (b iy1 d ax l)) +("beadles" nil (b iy1 d ax l z)) +("beadling" nil (b iy1 d l ih0 ng)) +("beads" nil (b iy1 d z)) +("beadwork" nil (b iy1 d w er1 k)) +("beady" nil (b iy1 d iy0)) +("beagan" nil (b ax g ae1 n)) +("beagen" nil (b iy1 g ax n)) +("beagle" nil (b iy1 g ax l)) +("beagles" nil (b iy1 g ax l z)) +("beagley" nil (b iy1 g l iy0)) +("beahan" nil (b iy1 hh ax n)) +("beahm" nil (b iy1 m)) +("beaird" nil (b ih1 r d)) +("beak" nil (b iy1 k)) +("beaker" nil (b iy1 k er0)) +("beakley" nil (b iy1 k l iy0)) +("beaklike" nil (b iy1 k l ay1 k)) +("beal" nil (b iy1 l)) +("beale" nil (b iy1 l)) +("bealer" nil (b iy1 l er0)) +("beales" nil (b iy1 l z)) +("beall" nil (b iy1 l)) +("beals" nil (b iy1 l z)) +("beam" nil (b iy1 m)) +("beaman" nil (b iy1 m ax n)) +("beamed" nil (b iy1 m d)) +("beamer" nil (b iy1 m er0)) +("beaming" nil (b iy1 m ih0 ng)) +("beamish" nil (b iy1 m ih0 sh)) +("beamon" nil (b iy1 m ax n)) +("beams" nil (b iy1 m z)) +("bean" nil (b iy1 n)) +("beanblossom" nil (b iy1 n b l ax s ax m)) +("beane" nil (b iy1 n)) +("beans" nil (b iy1 n z)) +("beantown" nil (b iy1 n t aw1 n)) +("bear" nil (b eh1 r)) +("bearable" nil (b eh1 r ax b ax l)) +("bearce" nil (b er1 s)) +("beard" nil (b ih1 r d)) +("bearded" nil (b ih1 r d ax d)) +("bearden" nil (b ih1 r d ax n)) +("beardmore" nil (b ih1 r d m ao1 r)) +("beards" nil (b ih1 r d z)) +("beardslee" nil (b ih1 r d z l iy0)) +("beardsley" nil (b ih1 r d z l iy0)) +("beardstown" nil (b ih1 r d s t aw1 n)) +("beare" nil (b ih1 r)) +("bearer" nil (b eh1 r er0)) +("bearers" nil (b eh1 r er0 z)) +("bearfield" nil (b er1 f iy0 l d)) +("bearing" nil (b eh1 r ih0 ng)) +("bearings" nil (b eh1 r ih0 ng z)) +("bearish" nil (b eh1 r ih0 sh)) +("bearishly" nil (b eh1 r ih0 sh l iy0)) +("bearishness" nil (b eh1 r ih0 sh n ax s)) +("bearman" nil (b eh1 r m ax n)) +("bears" nil (b eh1 r z)) +("bearse" nil (b er1 s)) +("bearss" nil (b er1 s)) +("bearup" nil (b eh1 r ax p)) +("beary" nil (b ih1 r iy0)) +("beas" nil (b iy1 z)) +("beasley" nil (b iy1 z l iy0)) +("beason" nil (b iy1 z ax n)) +("beast" nil (b iy1 s t)) +("beastie" nil (b iy1 s t iy0)) +("beaston" nil (b iy1 s t ax n)) +("beasts" nil (b iy1 s t s)) +("beat" nil (b iy1 t)) +("beata" nil (b iy0 ae1 t ax)) +("beaten" nil (b iy1 t ax n)) +("beater" nil (b iy1 t er0)) +("beaters" nil (b iy1 t er0 z)) +("beatie" nil (b iy1 t iy0)) +("beating" nil (b iy1 t ih0 ng)) +("beatings" nil (b iy1 t ih0 ng z)) +("beatle" nil (b iy1 t ax l)) +("beatles" nil (b iy1 t ax l z)) +("beatniks" nil (b iy1 t n ih0 k s)) +("beato" nil (b iy0 ae1 t ow0)) +("beaton" nil (b iy1 t ax n)) +("beatrice" nil (b iy1 ax t r ax s)) +("beatrix" nil (b iy1 t r ih0 k s)) +("beats" nil (b iy1 t s)) +("beatson" nil (b iy1 t s ax n)) +("beattie" nil (b iy1 t iy0)) +("beatty" nil (b iy1 t iy0)) +("beaty" nil (b iy1 t iy0)) +("beau" nil (b ow1)) +("beaubien" nil (b ow0 b iy1 n)) +("beaucage" nil (b ow1 k ey1 jh)) +("beauce" nil (b ow1 s iy1)) +("beauchaine" nil (b ow1 sh ey1 n)) +("beauchamp" nil (b ow1 sh aa1 m p)) +("beauchemin" nil (b ow1 sh ih0 m ae0 n)) +("beauchene" nil (b ow1 sh iy1 n)) +("beauchesne" nil (b ow0 sh eh1 n)) +("beaudet" nil (b ow0 d eh1 t)) +("beaudette" nil (b ow1 d eh1 t)) +("beaudin" nil (b ow0 d ae1 n)) +("beaudoin" nil (b ow0 d oy1 n)) +("beaudreau" nil (b ow1 d r ow1)) +("beaudry" nil (b ow0 d r iy1)) +("beauford" nil (b ow0 f ao1 r d)) +("beaufort" nil (b ow1 f er0 t)) +("beaufrere" nil (b ow1 f r eh1 r)) +("beaujolais" nil (b ow1 jh ow0 l ey1)) +("beaulac" nil (b ow0 l ae1 k)) +("beaumier" nil (b y uw1 m iy0 er0)) +("beaumont" nil (b ow1 m ao0 n t)) +("beaupre" nil (b ow1 p er0)) +("beauregard" nil (b ow1 r ih0 g aa1 r d)) +("beausoleil" nil (b ow1 s ax l ey0)) +("beautician" nil (b ow1 t ih1 sh ax n)) +("beauties" nil (b y uw1 t iy0 z)) +("beautiful" nil (b y uw1 t ax f ax l)) +("beautifully" nil (b y uw1 t ax f l iy0)) +("beautify" nil (b y uw1 t ih0 f ay1)) +("beauty" nil (b y uw1 t iy0)) +("beauvais" nil (b ow0 v ey1)) +("beaux" nil (b ow1)) +("beavan" nil (b ax v ae1 n)) +("beaven" nil (b iy1 v ax n)) +("beaver" nil (b iy1 v er0)) +("beavers" nil (b iy1 v er0 z)) +("beaverson" nil (b iy1 v er0 s ax n)) +("beaverton" nil (b iy1 v er0 t ax n)) +("beavin" nil (b iy1 v ih0 n)) +("beavis" nil (b iy1 v ax s)) +("beazer" nil (b iy1 z er0)) +("beazley" nil (b iy1 z l iy0)) +("bebb" nil (b eh1 b)) +("bebber" nil (b eh1 b er0)) +("bebe" nil (b iy1 b iy0)) +("bebear" nil (b ax b ih1 r)) +("bebeau" nil (b ih0 b ow1)) +("bebee" nil (b eh1 b iy0)) +("beber" nil (b iy1 b er0)) +("bebop" nil (b iy1 b aa1 p)) +("bebout" nil (b ih0 b uw1 t)) +("becalmed" nil (b ih0 k aa1 m d)) +("became" nil (b ih0 k ey1 m)) +("because" nil (b ih0 k ao1 z)) +("becerra" nil (b eh0 ch eh1 r ax)) +("becerril" nil (b ey0 s eh0 r iy1 l)) +("bechard" nil (b eh1 k er0 d)) +("becher" nil (b eh1 k er0)) +("becherer" nil (b eh1 k er0 er0)) +("bechler" nil (b eh1 k l er0)) +("becht" nil (b eh1 k t)) +("bechtel" nil (b eh1 k t eh1 l)) +("bechthold" nil (b eh1 k th ow0 l d)) +("bechtle" nil (b eh1 ch t ax l)) +("bechtol" nil (b eh1 k t ax l)) +("bechtold" nil (b eh1 k t ow1 l d)) +("beck" nil (b eh1 k)) +("becka" nil (b eh1 s k ax)) +("beckel" nil (b eh1 k eh0 l)) +("becker" nil (b eh1 k er0)) +("beckerman" nil (b eh1 k er0 m ax n)) +("beckers" nil (b eh1 k er0 z)) +("beckert" nil (b eh1 k er0 t)) +("becket" nil (b eh1 k ax t)) +("beckett" nil (b eh1 k ih0 t)) +("beckford" nil (b eh1 k f ao0 r d)) +("beckham" nil (b eh1 k hh ae1 m)) +("beckie" nil (b eh1 k iy0)) +("beckius" nil (b eh1 k iy0 ih0 s)) +("beckler" nil (b eh1 k l er0)) +("beckles" nil (b eh1 k ax l z)) +("beckley" nil (b eh1 k l iy0)) +("becklund" nil (b eh1 k l ax n d)) +("beckman" nil (b eh1 k m ax n)) +("beckmann" nil (b eh1 k m ax n)) +("beckmeyer" nil (b eh1 k m ay0 er0)) +("becknell" nil (b eh1 k n eh1 l)) +("beckner" nil (b eh1 k n er0)) +("beckom" nil (b eh1 k aa0 m)) +("beckon" nil (b eh1 k ax n)) +("beckoned" nil (b eh1 k ax n d)) +("beckoning" nil (b eh1 k ax n ih0 ng)) +("beckons" nil (b eh1 k ax n z)) +("becks" nil (b eh1 k s)) +("beckstead" nil (b eh1 k s t eh1 d)) +("beckstrand" nil (b eh1 k s t r ae1 n d)) +("beckstrom" nil (b eh1 k s t r aa0 m)) +("beckum" nil (b eh1 k ax m)) +("beckwith" nil (b eh1 k w ih1 th)) +("beckwitt" nil (b eh1 k w ih1 t)) +("beckworth" nil (b eh1 k w er1 th)) +("becky" nil (b eh1 k iy0)) +("becnel" nil (b eh1 k n ax l)) +("beco" nil (b iy1 k ow0)) +("become" nil (b ih0 k ah1 m)) +("becomes" nil (b ih0 k ah1 m z)) +("becoming" nil (b ih0 k ah1 m ih0 ng)) +("becor" nil (b eh1 k ao1 r)) +("becraft" nil (b iy1 k r ae0 f t)) +("becton" nil (b eh1 k t ax n)) +("becvar" nil (b eh1 k v er0)) +("bed" nil (b eh1 d)) +("beda" nil (b ey1 d ax)) +("bedard" nil (b ih0 d aa1 r d)) +("bedbugs" nil (b eh1 d b ax g z)) +("bedchamber" nil (b eh1 d ch ey1 m b er0)) +("bedding" nil (b eh1 d ih0 ng)) +("beddingfield" nil (b eh1 d ih0 ng f iy1 l d)) +("beddoe" nil (b eh1 d ow0)) +("beddors" nil (b eh1 d er0 z)) +("beddow" nil (b eh1 d ow0)) +("bedecked" nil (b ih0 d eh1 k t)) +("bedel" nil (b ih0 d eh1 l)) +("bedell" nil (b eh1 d ax l)) +("bedenbaugh" nil (b eh1 d ih0 n b aw0)) +("bedevil" nil (b ih0 d eh1 v ax l)) +("bedeviled" nil (b ih0 d eh1 v ax l d)) +("bedfellows" nil (b eh1 d f eh1 l ow0 z)) +("bedford" nil (b eh1 d f er0 d)) +("bedgood" nil (b eh1 d g uh1 d)) +("bedient" nil (b iy1 d y ih0 n t)) +("bedinger" nil (b eh1 d ih0 ng er0)) +("bedingfield" nil (b eh1 d ih0 ng f iy1 l d)) +("bedke" nil (b eh1 d k iy0)) +("bedlam" nil (b eh1 d l ax m)) +("bednar" nil (b eh1 d n er0)) +("bednarczyk" nil (b eh1 d n er0 ch ih0 k)) +("bednarek" nil (b eh1 d n aa0 r eh0 k)) +("bednarik" nil (b eh1 d n aa0 r ih0 k)) +("bednarski" nil (b eh1 d n aa0 r s k iy0)) +("bednarz" nil (b eh1 d n aa0 r z)) +("bedner" nil (b eh1 d n er0)) +("bednorz" nil (b eh1 d n ao0 r z)) +("bedolla" nil (b eh0 d ow1 l ax)) +("bedore" nil (b eh1 d ao1 r)) +("bedouin" nil (b eh1 d ow0 ax n)) +("bedouins" nil (b eh1 d ow0 ax n z)) +("bedoya" nil (b ey0 d oy1 ax)) +("bedpans" nil (b eh1 d p ae1 n z)) +("bedraggled" nil (b ih0 d r ae1 g ax l d)) +("bedridden" nil (b eh1 d r ih1 d ax n)) +("bedrock" nil (b eh1 d r aa1 k)) +("bedroom" nil (b eh1 d r uw1 m)) +("bedrooms" nil (b eh1 d r uw1 m z)) +("bedrosian" nil (b eh0 d r aa1 zh ih0 n)) +("beds" nil (b eh1 d z)) +("bedsaul" nil (b eh1 d s ao0 l)) +("bedside" nil (b eh1 d s ay1 d)) +("bedsole" nil (b eh1 d s ow1 l)) +("bedspread" nil (b eh1 d s p r eh1 d)) +("bedstraw" nil (b eh1 d s t r ao1)) +("bedtime" nil (b eh1 d t ay1 m)) +("bedwell" nil (b eh1 d w eh1 l)) +("bee" nil (b iy1)) +("beebe" nil (b iy1 b iy1)) +("beebes" nil (b iy1 b iy1 z)) +("beebower" nil (b iy1 b ow1 er0)) +("beeby" nil (b iy1 b iy0)) +("beech" nil (b iy1 ch)) +("beecham" nil (b iy1 ch ax m)) +("beechcraft" nil (b iy1 ch k r ae1 f t)) +("beecher" nil (b iy1 ch er0)) +("beechler" nil (b iy1 ch l er0)) +("beechwood" nil (b iy1 ch w uh1 d)) +("beechy" nil (b iy1 ch iy0)) +("beeck" nil (b iy1 k)) +("beecroft" nil (b iy1 k r ao1 f t)) +("beede" nil (b iy1 d)) +("beedie" nil (b iy1 d iy0)) +("beedle" nil (b iy1 d ax l)) +("beedy" nil (b iy1 d iy0)) +("beef" nil (b iy1 f)) +("beefeater" nil (b iy1 f iy1 t er0)) +("beefed" nil (b iy1 f t)) +("beefing" nil (b iy1 f ih0 ng)) +("beefs" nil (b iy1 f s)) +("beefsteak" nil (b iy1 f s t ey1 k)) +("beefy" nil (b iy1 f iy0)) +("beeghly" nil (b iy1 g l iy0)) +("beegle" nil (b iy1 g ax l)) +("beehive" nil (b iy1 hh ay1 v)) +("beehler" nil (b iy1 l er0)) +("beek" nil (b iy1 k)) +("beekeepers" nil (b iy1 k iy1 p er0 z)) +("beeker" nil (b iy1 k er0)) +("beekman" nil (b iy1 k m ax n)) +("beeks" nil (b iy1 k s)) +("beel" nil (b iy1 l)) +("beeler" nil (b iy1 l er0)) +("beem" nil (b iy1 m)) +("beeman" nil (b iy1 m ax n)) +("beemer" nil (b iy1 m er0)) +("been" nil (b ih1 n)) +("beene" nil (b iy1 n)) +("beeney" nil (b iy1 n iy0)) +("beenken" nil (b iy1 ng k ax n)) +("beens" nil (b ih1 n z)) +("beep" nil (b iy1 p)) +("beeper" nil (b iy1 p er0)) +("beepers" nil (b iy1 p er0 z)) +("beer" nil (b ih1 r)) +("beerbower" nil (b ih1 r b ow0 er0)) +("beerman" nil (b ih1 r m ax n)) +("beers" nil (b ih1 r z)) +("beery" nil (b ih1 r iy0)) +("bees" nil (b iy1 z)) +("beese" nil (b iy1 z)) +("beesley" nil (b iy1 z l iy0)) +("beeson" nil (b iy1 z ax n)) +("beet" nil (b iy1 t)) +("beethoven" nil (b ey1 t ow0 v ax n)) +("beetle" nil (b iy1 t ax l)) +("beetles" nil (b iy1 t ax l z)) +("beeton" nil (b iy1 t ax n)) +("beets" nil (b iy1 t s)) +("beever" nil (b iy1 v er0)) +("beevers" nil (b iy1 v er0 z)) +("beezley" nil (b iy1 z l iy0)) +("befall" nil (b ih0 f ao1 l)) +("befallen" nil (b ax f ae1 l ax n)) +("befalls" nil (b ih0 f ao1 l z)) +("befell" nil (b ih0 f eh1 l)) +("beffa" nil (b ih1 f aa1)) +("befits" nil (b ih0 f ih1 t s)) +("befitting" nil (b ih0 f ih1 t ih0 ng)) +("before" nil (b ih0 f ao1 r)) +("beforehand" nil (b ih0 f ao1 r hh ae1 n d)) +("befort" nil (b eh1 f er0 t)) +("befriend" nil (b ih0 f r eh1 n d)) +("befriended" nil (b ih0 f r eh1 n d ih0 d)) +("befriends" nil (b ih0 f r eh1 n d z)) +("befuddled" nil (b ih0 f ah1 d ax l d)) +("befuddles" nil (b ih0 f ah1 d ax l z)) +("beg" nil (b eh1 g)) +("begajah" nil (b eh0 g aa1 jh ax)) +("begala" nil (b eh0 g aa1 l ax)) +("began" nil (b ih0 g ae1 n)) +("begat" nil (b ih0 g ae1 t)) +("begay" nil (b eh1 g ey0)) +("begel" nil (b ey1 g ax l)) +("begelman" nil (b ey1 g ax l m ax n)) +("begeman" nil (b iy1 g m ax n)) +("beger" nil (b eh1 g er0)) +("beget" nil (b ih0 g eh1 t)) +("begets" nil (b ih0 g eh1 t s)) +("begetting" nil (b ih0 g eh1 t ih0 ng)) +("begg" nil (b eh1 g)) +("beggar" nil (b eh1 g er0)) +("beggars" nil (b eh1 g er0 z)) +("begged" nil (b eh1 g d)) +("begging" nil (b eh1 g ih0 ng)) +("beggs" nil (b eh1 g z)) +("beghin" nil (b eh1 g ih0 n)) +("begin" nil (b ih0 g ih1 n)) +("beginner" nil (b ih0 g ih1 n er0)) +("beginners" nil (b ih0 g ih1 n er0 z)) +("beginning" nil (b ih0 g ih1 n ih0 ng)) +("beginnings" nil (b ih0 g ih1 n ih0 ng z)) +("begins" nil (b ih0 g ih1 n z)) +("begleiter" nil (b eh1 g l ay1 t er0)) +("begley" nil (b eh1 g l iy0)) +("begnaud" nil (b ih0 g n ow1)) +("begnoche" nil (b eh0 g n ow1 k iy0)) +("begonia" nil (b ih0 g ow1 n y ax)) +("begonias" nil (b ih0 g ow1 n y ax z)) +("begrudge" nil (b ih0 g r ah1 jh)) +("begs" nil (b eh1 g z)) +("begue" nil (b ey1 g)) +("beguelin" nil (b ey1 g ax l ih0 n)) +("beguiled" nil (b ih0 g ay1 l d)) +("beguiling" nil (b ih0 g ay1 l ih0 ng)) +("begun" nil (b ih0 g ah1 n)) +("behalf" nil (b ih0 hh ae1 f)) +("behan" nil (b eh1 hh ax n)) +("behar" nil (b eh1 hh er0)) +("behave" nil (b ih0 hh ey1 v)) +("behaved" nil (b ih0 hh ey1 v d)) +("behaves" nil (b ih0 hh ey1 v z)) +("behaving" nil (b ih0 hh ey1 v ih0 ng)) +("behavior" nil (b ih0 hh ey1 v y er0)) +("behavioral" nil (b ih0 hh ey1 v y er0 ax l)) +("behaviorists" nil (b ih0 hh ey1 v y er0 ih0 s t s)) +("behaviors" nil (b ih0 hh ey1 v y er0 z)) +("beheaded" nil (b ih0 hh eh1 d ih0 d)) +("beheading" nil (b ih0 hh eh1 d ih0 ng)) +("beheler" nil (b eh1 hh ax l er0)) +("behemoth" nil (b ax hh iy1 m ax th)) +("behemoths" nil (b ih0 hh iy1 m ax th s)) +("behest" nil (b ih0 hh eh1 s t)) +("behind" nil (b ih0 hh ay1 n d)) +("behinds" nil (b ih0 hh ay1 n d z)) +("behl" nil (b eh1 l)) +("behle" nil (b eh1 hh ax l)) +("behler" nil (b eh1 l er0)) +("behling" nil (b eh1 l ih0 ng)) +("behlke" nil (b eh1 l k)) +("behm" nil (b eh1 m)) +("behmer" nil (b eh1 m er0)) +("behn" nil (b eh1 n)) +("behne" nil (b eh1 n)) +("behner" nil (b eh1 n er0)) +("behney" nil (b eh1 n iy0)) +("behning" nil (b eh1 n ih0 ng)) +("behnke" nil (b eh1 ng k)) +("behnken" nil (b eh1 ng k ax n)) +("behof" nil (b iy1 hh aa0 f)) +("behold" nil (b ih0 hh ow1 l d)) +("beholden" nil (b ih0 hh ow1 l d ax n)) +("beholder" nil (b iy0 hh ow1 l d er0)) +("beholding" nil (b ih0 hh ow1 l d ih0 ng)) +("behoove" nil (b ih0 hh uw1 v)) +("behr" nil (b eh1 r)) +("behrend" nil (b eh1 r eh0 n d)) +("behrends" nil (b eh1 r eh0 n d z)) +("behrendt" nil (b eh1 r ih0 n t)) +("behrens" nil (b eh1 r ax n z)) +("behring" nil (b eh1 r ih0 ng)) +("behringer" nil (b eh1 r ih0 ng er0)) +("behringwerke" nil (b eh1 r ih1 ng w er0 k)) +("behrle" nil (b eh1 r ax l)) +("behrman" nil (b eh1 r m ax n)) +("behrmann" nil (b eh1 r m ax n)) +("behrns" nil (b eh1 r n z)) +("behunin" nil (b eh1 hh ax n ih0 n)) +("behymer" nil (b eh1 hh ay1 m er0)) +("beidaihe" nil (b ay1 d ey1 hh iy0)) +("beidleman" nil (b ay1 d ax l m ax n)) +("beidler" nil (b ay1 d ax l er0)) +("beier" nil (b ay1 er0)) +("beierle" nil (b ay1 er0 ax l)) +("beiersdorf" nil (b ay1 r z d ao1 r f)) +("beige" nil (b ey1 zh)) +("beigel" nil (b ay1 g ax l)) +("beiges" nil (b ey1 zh ax z)) +("beighley" nil (b ey1 g l iy0)) +("beightol" nil (b ey1 t ax l)) +("beijer" nil (b ay1 r)) +("beijing" nil (b ey1 zh ih1 ng)) +("beil" nil (b iy1 l)) +("beilenson" nil (b ay1 l ax n s ax n)) +("beiler" nil (b ay1 l er0)) +("beilfuss" nil (b ay1 l f ax s)) +("beilke" nil (b iy1 l k)) +("beilman" nil (b ay1 l m ax n)) +("beim" nil (b ay1 m)) +("bein" nil (b iy1 n)) +("beine" nil (b iy1 n)) +("being" nil (b iy1 ih0 ng)) +("beings" nil (b iy1 ih0 ng z)) +("beiny" nil (b ay1 n iy0)) +("beira" nil (b ey1 r ax)) +("beirne" nil (b ih1 r n)) +("beirut" nil (b ey0 r uw1 t)) +("beisel" nil (b ay1 s ax l)) +("beiser" nil (b ay1 s er0)) +("beisner" nil (b ay1 s n er0)) +("beissel" nil (b ay1 s ax l)) +("beiswenger" nil (b ay1 s w ih0 n jh er0)) +("beit" nil (b ey1 t)) +("beitel" nil (b ay1 t ax l)) +("beiter" nil (b ay1 t er0)) +("beitler" nil (b ay1 t ax l er0)) +("beitz" nil (b iy1 t s)) +("beitzel" nil (b ay1 t z ax l)) +("bejar" nil (b ey0 y aa1 r)) +("bejarano" nil (b ey0 y aa0 r aa1 n ow0)) +("bekaa" nil (b eh0 k aa1)) +("bekaert" nil (b ax k eh1 r t)) +("beker" nil (b eh1 k er0)) +("bekins" nil (b iy1 k ih0 n z)) +("bekker" nil (b eh1 k er0)) +("bekki" nil (b eh1 k iy0)) +("bel" nil (b eh1 l)) +("bela" nil (b eh1 l ax)) +("belabor" nil (b ih0 l ey1 b er0)) +("belabored" nil (b ih0 l ey1 b er0 d)) +("belabores" nil (b ih0 l ey1 b er0 z)) +("belaboring" nil (b ih0 l ey1 b er0 ih0 ng)) +("beladur" nil (b eh1 l ax d uh1 r)) +("belafonte" nil (b eh1 l ax f aa1 n t iy0)) +("belair" nil (b ih0 l eh1 r)) +("belaire" nil (b ax l eh1 r)) +("belak" nil (b eh1 l ax k)) +("beland" nil (b eh1 l ax n d)) +("belanger" nil (b eh1 l ax ng er0)) +("belanoff" nil (b eh1 l ax n ao0 f)) +("belarus" nil (b eh0 l aa1 r ax s)) +("belasco" nil (b eh0 l aa1 s k ow0)) +("belated" nil (b ih0 l ey1 t ih0 d)) +("belatedly" nil (b ih0 l ey1 t ax d l iy0)) +("belcastro" nil (b eh0 l k ae1 s t r ow0)) +("belch" nil (b eh1 l ch)) +("belched" nil (b eh1 l ch t)) +("belcher" nil (b eh1 l ch er0)) +("belching" nil (b eh1 l ch ih0 ng)) +("belcourt" nil (b eh1 l k ao1 r t)) +("belden" nil (b eh1 l d ax n)) +("beldin" nil (b eh1 l d ih0 n)) +("belding" nil (b eh1 l d ih0 ng)) +("beldock" nil (b eh1 l d aa1 k)) +("beldon" nil (b eh1 l d ax n)) +("beleaguered" nil (b ih0 l iy1 g er0 d)) +("belen" nil (b eh1 l ax n)) +("belew" nil (b eh1 l uw0)) +("belfast" nil (b eh1 l f ae1 s t)) +("belfer" nil (b eh1 l f er0)) +("belfield" nil (b eh1 l f iy1 l d)) +("belfiore" nil (b eh0 l f iy0 ao1 r iy0)) +("belflower" nil (b eh1 l f l aw1 er0)) +("belford" nil (b eh1 l f er0 d)) +("belfry" nil (b eh1 l f r iy0)) +("belgacom" nil (b eh1 l g ax k aa0 m)) +("belgard" nil (b ih0 l g aa1 r d)) +("belgarde" nil (b eh0 l g aa1 r d iy0)) +("belge" nil (b eh1 l jh iy0)) +("belger" nil (b eh1 l g er0)) +("belgian" nil (b eh1 l jh ax n)) +("belgians" nil (b eh1 l jh ax n z)) +("belgique" nil (b eh0 l zh iy1 k)) +("belgium" nil (b eh1 l jh ax m)) +("belgo" nil (b eh1 l g ow1)) +("belgrade" nil (b eh1 l g r ey0 d)) +("belgrave" nil (b eh1 l g r ey1 v)) +("belich" nil (b eh1 l ih0 k)) +("belie" nil (b ih0 l ay1)) +("belied" nil (b ih0 l ay1 d)) +("belief" nil (b ih0 l iy1 f)) +("beliefs" nil (b ih0 l iy1 f s)) +("belier" nil (b eh1 l y er0)) +("belies" nil (b ih0 l ay1 z)) +("believability" nil (b ax l iy1 v ax b ih1 l ih0 t iy0)) +("believable" nil (b ax l iy1 v ax b ax l)) +("believe" nil (b ih0 l iy1 v)) +("believed" nil (b ih0 l iy1 v d)) +("believer" nil (b ax l iy1 v er0)) +("believers" nil (b ax l iy1 v er0 z)) +("believes" nil (b ih0 l iy1 v z)) +("believing" nil (b ih0 l iy1 v ih0 ng)) +("belin" nil (b eh1 l ih0 n)) +("belinda" nil (b ax l ih1 n d ax)) +("belinsky" nil (b ih0 l ih1 n s k iy0)) +("belisle" nil (b eh1 l ay0 ax l)) +("belittle" nil (b ih0 l ih1 t ax l)) +("belittled" nil (b ih0 l ih1 t ax l d)) +("belittles" nil (b ih0 l ih1 t ax l z)) +("belittling" nil (b ih0 l ih1 t ax l ih0 ng)) +("belitz" nil (b eh1 l ih0 t s)) +("beliveau" nil (b eh1 l ih0 v ow1)) +("belize" nil (b eh0 l iy1 z)) +("belk" nil (b eh1 l k)) +("belka" nil (b eh1 l k ax)) +("belkacem" nil (b eh1 l k ax s ax m)) +("belke" nil (b eh1 l k)) +("belkin" nil (b eh1 l k ih0 n)) +("belknap" nil (b eh1 l n ae0 p)) +("belko" nil (b eh1 l k ow0)) +("bell" nil (b eh1 l)) +("bella" nil (b eh1 l ax)) +("bellah" nil (b eh1 l ax)) +("bellamy" nil (b eh1 l ax m iy0)) +("bellanca" nil (b eh0 l aa1 n k ax)) +("belland" nil (b eh1 l ax n d)) +("bellanger" nil (b eh1 l ae1 ng g er0)) +("bellante" nil (b eh0 l aa1 n t iy0)) +("bellantoni" nil (b eh0 l aa0 n t ow1 n iy0)) +("bellar" nil (b eh1 l er0)) +("bellard" nil (b ih0 l aa1 r d)) +("bellas" nil (b eh1 l ax z)) +("bellavance" nil (b eh0 l aa1 v ax n s)) +("bellavia" nil (b eh0 l aa1 v iy0 ax)) +("bellavista" nil (b eh1 l ax v ih1 s t ax)) +("bellcore" nil (b eh1 l k ao1 r)) +("belle" nil (b eh1 l)) +("belleau" nil (b ih0 l ow1)) +("bellefeuille" nil (b eh1 l ax f iy0 uw1 l)) +("bellemare" nil (b eh1 l ax m eh1 r)) +("beller" nil (b eh1 l er0)) +("bellerose" nil (b eh1 l er0 ax z)) +("belles" nil (b eh1 l z)) +("belleville" nil (b ax l v ih1 l)) +("bellevue" nil (b eh1 l v y uw1)) +("bellew" nil (b ih0 l uw1)) +("bellflower" nil (b eh1 l f l aw1 er0)) +("bellflowers" nil (b eh1 l f l aw1 er0 z)) +("bellhops" nil (b eh1 l hh aa1 p s)) +("belli" nil (b eh1 l iy0)) +("bellicose" nil (b eh1 l ax k ow1 s)) +("bellied" nil (b eh1 l iy0 d)) +("bellies" nil (b eh1 l iy0 z)) +("belligerence" nil (b ax l ih1 jh er0 ax n s)) +("belligerent" nil (b ax l ih1 jh er0 ax n t)) +("belligerents" nil (b ax l ih1 jh er0 ax n t s)) +("bellin" nil (b eh1 l ih0 n)) +("bellina" nil (b eh0 l iy1 n ax)) +("belling" nil (b eh1 l ih0 ng)) +("bellinger" nil (b eh1 l ih0 ng er0)) +("bellingham" nil (b eh1 l ih0 ng hh ae1 m)) +("bellinghausen" nil (b eh1 l ih0 ng hh aw1 z ax n)) +("bellini" nil (b eh0 l iy1 n iy0)) +("bellino" nil (b eh0 l iy1 n ow0)) +("bellis" nil (b eh1 l ih0 s)) +("bellissimo" nil (b eh0 l iy0 s iy1 m ow0)) +("belliveau" nil (b eh1 l ih0 v ow1)) +("bellizzi" nil (b eh0 l iy1 t s iy0)) +("bellm" nil (b eh1 l m)) +("bellman" nil (b eh1 l m ax n)) +("bellmon" nil (b eh1 l m ax n)) +("bellmore" nil (b eh1 l m ao0 r)) +("bello" nil (b eh1 l ow0)) +("bellomo" nil (b eh0 l ow1 m ow0)) +("bellomy" nil (b eh1 l ax m iy0)) +("bellon" nil (b eh1 l ax n)) +("bellone" nil (b eh0 l ow1 n iy0)) +("bellotti" nil (b eh0 l ow1 t iy0)) +("bellow" nil (b eh1 l ow0)) +("bellowed" nil (b eh1 l ow0 d)) +("bellowing" nil (b eh1 l ow0 ih0 ng)) +("bellows" nil (b eh1 l ow0 z)) +("bellrose" nil (b eh1 l r ow1 z)) +("bells" nil (b eh1 l z)) +("bellsouth" nil (b eh1 l s aw1 th)) +("bellucci" nil (b eh0 l uw1 ch iy0)) +("belluomini" nil (b eh1 l w ow0 m iy1 n iy0)) +("bellville" nil (b eh1 l v ih1 l)) +("bellwether" nil (b eh1 l w eh1 dh er0)) +("bellwethers" nil (b eh1 l w eh1 dh er0 z)) +("bellwood" nil (b eh1 l w uh1 d)) +("belly" nil (b eh1 l iy0)) +("bellyache" nil (b eh1 l iy0 ey1 k)) +("belman" nil (b eh1 l m ax n)) +("belmont" nil (b eh1 l m aa1 n t)) +("belmonte" nil (b eh0 l m ow1 n t iy0)) +("belmore" nil (b eh1 l m ao0 r)) +("belnap" nil (b eh1 l n ae1 p)) +("belnick" nil (b eh1 l n ih0 k)) +("belo" nil (b eh1 l ow0)) +("beloff" nil (b eh1 l ao1 f)) +("beloit" nil (b ih0 l oy1 t)) +("belong" nil (b ih0 l ao1 ng)) +("belonged" nil (b ih0 l ao1 ng d)) +("belongia" nil (b eh0 l ow1 n jh ax)) +("belonging" nil (b ih0 l ao1 ng ih0 ng)) +("belongings" nil (b ih0 l ao1 ng ih0 ng z)) +("belongs" nil (b ih0 l ao1 ng z)) +("belote" nil (b eh0 l ow1 t iy0)) +("belous" nil (b eh1 l ax s)) +("belov" nil (b eh1 l aa0 v)) +("belove" nil (b ih0 l ah1 v)) +("beloved" nil (b ih0 l ah1 v d)) +("below" nil (b ih0 l ow1)) +("bels" nil (b eh1 l z)) +("belser" nil (b eh1 l s er0)) +("belshaw" nil (b eh1 l sh ao1)) +("belshe" nil (b eh1 l sh)) +("belsito" nil (b eh0 l s iy1 t ow0)) +("belsky" nil (b eh1 l s k iy0)) +("belson" nil (b eh1 l s ax n)) +("belt" nil (b eh1 l t)) +("belted" nil (b eh1 l t ax d)) +("belter" nil (b eh1 l t er0)) +("belth" nil (b eh1 l th)) +("belting" nil (b eh1 l t ih0 ng)) +("belton" nil (b eh1 l t ax n)) +("beltram" nil (b eh1 l t r ae1 m)) +("beltran" nil (b eh1 l t r ax n)) +("belts" nil (b eh1 l t s)) +("beltsville" nil (b eh1 l t s v ih1 l)) +("beltway" nil (b eh1 l t w ey1)) +("beltz" nil (b eh1 l t s)) +("belue" nil (b eh1 l y uw0)) +("beluga" nil (b ih0 l uw1 g ax)) +("belushi" nil (b eh0 l uw1 sh iy0)) +("belva" nil (b ey1 l v ax)) +("belveal" nil (b eh1 l v ax l)) +("belvedere" nil (b eh1 l v ax d ih1 r)) +("belvia" nil (b eh1 l v iy0 ax)) +("belvidere" nil (b eh1 l v ih0 d ih1 r)) +("belville" nil (b eh1 l v ih1 l)) +("belvin" nil (b eh1 l v ih0 n)) +("belyea" nil (b eh0 l iy1 ax)) +("belyeu" nil (b eh1 l iy0 uw1)) +("belying" nil (b ih0 l ay1 ih0 ng)) +("belz" nil (b eh1 l z)) +("belzberg" nil (b eh1 l t s b er0 g)) +("belzbergs" nil (b eh1 l t s b er0 g z)) +("belzer" nil (b eh1 l z er0)) +("bem" nil (b eh1 m)) +("beman" nil (b iy1 m ax n)) +("bembenek" nil (b eh1 m b ih0 n ax k)) +("bembry" nil (b eh1 m b r iy0)) +("bement" nil (b iy1 m ax n t)) +("bemis" nil (b iy1 m ax s)) +("bemiss" nil (b eh1 m ih0 s)) +("bemoan" nil (b ih0 m ow1 n)) +("bemoaned" nil (b ih0 m ow1 n d)) +("bemoaning" nil (b ih0 m ow1 n ih0 ng)) +("bemoans" nil (b ih0 m ow1 n z)) +("bemused" nil (b ih0 m y uw1 z d)) +("bemusement" nil (b eh1 m y uw0 s m ax n t)) +("ben" nil (b eh1 n)) +("bena" nil (b eh1 n ax)) +("benackova" nil (b eh1 n ax k ow1 v ax)) +("benak" nil (b eh1 n ax k)) +("benanti" nil (b eh0 n aa1 n t iy0)) +("benard" nil (b ih0 n aa1 r d)) +("benassi" nil (b eh0 n aa1 s iy0)) +("benasuli" nil (b eh1 n ax s uw1 l iy0)) +("benatar" nil (b eh1 n ax t er0)) +("benavente" nil (b eh0 n aa0 v eh1 n t iy0)) +("benavides" nil (b ey0 n aa0 v iy1 d eh0 s)) +("benavidez" nil (b ey0 n aa0 v iy1 d eh0 z)) +("benazir" nil (b eh1 n ax z ih1 r)) +("benbow" nil (b eh1 n b ow0)) +("benbrook" nil (b eh1 n b r uh1 k)) +("bence" nil (b eh1 n s)) +("bench" nil (b eh1 n ch)) +("benches" nil (b eh1 n ch ih0 z)) +("benchley" nil (b eh1 n ch l iy0)) +("benchmark" nil (b eh1 n ch m aa1 r k)) +("benchmarks" nil (b eh1 n ch m aa1 r k s)) +("bencivenga" nil (b eh0 n ch iy0 v eh1 ng g ax)) +("bencomo" nil (b eh0 n k ow1 m ow0)) +("bencsik" nil (b eh1 ng k s ih0 k)) +("bend" nil (b eh1 n d)) +("benda" nil (b eh1 n d ax)) +("bendall" nil (b eh1 n d ax l)) +("bendectin" nil (b eh0 n d eh1 k t ih0 n)) +("bended" nil (b eh1 n d ih0 d)) +("bendel" nil (b eh1 n d ax l)) +("bendele" nil (b eh1 n d ax l)) +("bender" nil (b eh1 n d er0)) +("benders" nil (b eh1 n d er0 z)) +("bendick" nil (b eh1 n d ih0 k)) +("bendickson" nil (b eh1 n d ih0 k s ax n)) +("bendig" nil (b eh1 n d ih0 g)) +("bending" nil (b eh1 n d ih0 ng)) +("bendix" nil (b eh1 n d ih0 k s)) +("bendixen" nil (b ih0 n d ih1 k s ax n)) +("bendler" nil (b eh1 n d l er0)) +("bendorf" nil (b eh1 n d ao0 r f)) +("bends" nil (b eh1 n d z)) +("bendt" nil (b eh1 n t)) +("bendure" nil (b ey0 n d uh1 r ey0)) +("bene" nil (b eh1 n ax)) +("beneath" nil (b ih0 n iy1 th)) +("benecke" nil (b eh1 n ax k)) +("benedek" nil (b eh1 n ax d ih0 k)) +("benedetti" nil (b eh1 n ax d eh1 t iy0)) +("benedetto" nil (b ih0 n ax d eh1 t ow0)) +("benedick" nil (b eh1 n ax d ih0 k)) +("benedict" nil (b eh1 n ax d ih1 k t)) +("benedicta" nil (b eh1 n ax d iy0 k t ax)) +("benedictine" nil (b eh1 n ax d ih1 k t iy0 n)) +("benedictines" nil (b eh1 n ax d ih1 k t iy0 n z)) +("benedikt" nil (b eh1 n ax d ih0 k t)) +("benedix" nil (b eh1 n ax d ih0 k s)) +("benefactor" nil (b eh1 n ax f ae1 k t er0)) +("benefactors" nil (b eh1 n ax f ae1 k t er0 z)) +("beneficence" nil (b ax n eh1 f ax s ax n s)) +("beneficent" nil (b eh1 n ax f ih1 sh ax n t)) +("beneficial" nil (b eh1 n ax f ih1 sh ax l)) +("beneficially" nil (b eh1 n ax f ih1 sh ax l iy0)) +("beneficiaries" nil (b eh1 n ax f ih1 sh iy0 eh1 r iy0 z)) +("beneficiary" nil (b eh1 n ax f ih1 sh iy0 eh1 r iy0)) +("benefiel" nil (b eh1 n ax f iy0 l)) +("benefield" nil (b eh1 n ax f iy0 l d)) +("benefit" nil (b eh1 n ax f ih0 t)) +("benefited" nil (b eh1 n ax f ih1 t ih0 d)) +("benefiting" nil (b eh1 n ax f ih0 t ih0 ng)) +("benefits" nil (b eh1 n ax f ih0 t s)) +("benefitted" nil (b eh1 n ax f ih0 t ih0 d)) +("benefitting" nil (b eh1 n ax f ih0 t ih0 ng)) +("beneke" nil (b eh1 n ax k)) +("benel" nil (b eh1 n ax l)) +("benelux" nil (b eh1 n ax l ax k s)) +("benenati" nil (b ih0 n ax n aa1 t iy0)) +("benequity" nil (b eh1 n eh1 k w ax t iy0)) +("benes" nil (b eh1 n iy0 s)) +("benesch" nil (b eh1 n ax sh)) +("benesh" nil (b eh1 n ax sh)) +("benetti" nil (b eh0 n eh1 t iy0)) +("benetton" nil (b eh1 n ax t ax n)) +("benevento" nil (b eh1 n ax v ey0 n t ow0)) +("benevides" nil (b eh1 n ax v iy0 d eh0 s)) +("benevolence" nil (b ax n eh1 v ax l ax n s)) +("benevolent" nil (b ax n eh1 v ax l ax n t)) +("benezra" nil (b eh1 n ax z r ax)) +("benfer" nil (b eh1 n f er0)) +("benfield" nil (b eh1 n f iy0 l d)) +("benford" nil (b eh1 n f er0 d)) +("bengal" nil (b eh0 ng g ao1 l)) +("bengalis" nil (b eh0 ng g ao1 l iy0 z)) +("bengals" nil (b eh1 ng g ax l z)) +("benge" nil (b eh1 n jh)) +("bengel" nil (b eh1 ng g ax l)) +("bengoechea" nil (b eh1 ng g ow0 eh0 ch iy1 ax)) +("bengston" nil (b eh1 ng g s t ax n)) +("bengt" nil (b eh1 ng k t)) +("bengtson" nil (b eh1 ng t s ax n)) +("benguet" nil (b eh1 ng g ax t)) +("benham" nil (b eh1 n hh ax m)) +("benhamou" nil (b eh1 n hh ax m uw1)) +("beni" nil (b eh1 n iy0)) +("benighted" nil (b ih0 n ay1 t ih0 d)) +("benign" nil (b ih0 n ay1 n)) +("benigna" nil (b eh0 n iy1 g n ax)) +("benignly" nil (b ax n ay1 n l iy0)) +("benigno" nil (b eh1 n iy1 n y ow0)) +("benihana" nil (b eh1 n ih0 hh aa1 n ax)) +("benin" nil (b iy1 n ih0 n)) +("beninati" nil (b eh0 n iy0 n aa1 t iy0)) +("benincasa" nil (b eh0 n iy0 n k aa1 s ax)) +("benish" nil (b eh1 n ih0 sh)) +("benita" nil (b ax n iy1 t ax)) +("benites" nil (b eh1 n ay0 t s)) +("benitez" nil (b ey0 n iy1 t eh0 z)) +("benito" nil (b eh0 n iy1 t ow0)) +("benjamin" nil (b eh1 n jh ax m ax n)) +("benjimen" nil (b eh1 n jh ax m ih0 n)) +("benjy" nil (b eh1 n jh iy0)) +("benke" nil (b eh1 ng k)) +("benker" nil (b eh1 ng k er0)) +("benkert" nil (b eh1 ng k er0 t)) +("benko" nil (b eh1 ng k ow0)) +("benlate" nil (b eh1 n l ey1 t)) +("benlox" nil (b eh1 n l aa0 k s)) +("benn" nil (b eh1 n)) +("bennardo" nil (b ax n aa1 r d ow0)) +("benne" nil (b eh1 n)) +("bennefield" nil (b eh1 n ih0 f iy0 l d)) +("benner" nil (b eh1 n er0)) +("bennet" nil (b eh1 n ih0 t)) +("bennett" nil (b eh1 n ax t)) +("bennette" nil (b ih0 n eh1 t)) +("bennetts" nil (b eh1 n ih0 t s)) +("benney" nil (b eh1 n iy0)) +("bennick" nil (b eh1 n ih0 k)) +("bennie" nil (b eh1 n iy0)) +("benning" nil (b eh1 n ih0 ng)) +("benninger" nil (b eh1 n ih0 ng er0)) +("benningfield" nil (b eh1 n ih0 ng f iy0 l d)) +("benninghoff" nil (b eh1 n ih0 ng hh ao1 f)) +("bennington" nil (b eh1 n ih0 ng t ax n)) +("bennink" nil (b eh1 n ih0 ng k)) +("bennion" nil (b eh1 n y ax n)) +("bennis" nil (b eh1 n ih0 s)) +("bennison" nil (b eh1 n ih0 s ax n)) +("bennitt" nil (b eh1 n ih0 t)) +("benno" nil (b eh1 n ow0)) +("benny" nil (b eh1 n iy0)) +("beno" nil (b ey1 n ow0)) +("benoist" nil (b iy1 n ow0 ih0 s t)) +("benoit" nil (b ax n oy1 t)) +("benoni" nil (b eh0 n ow1 n iy0)) +("benowitz" nil (b eh1 n ax w ih0 t s)) +("benoy" nil (b eh1 n oy0)) +("bens" nil (b eh1 n z)) +("bensalem" nil (b eh1 n s ey1 l ax m)) +("bensch" nil (b eh1 n sh)) +("benscoter" nil (b eh1 n s k ax t er0)) +("bensel" nil (b eh1 n s ax l)) +("bensen" nil (b eh1 n s ax n)) +("benshoof" nil (b eh1 n sh uh0 f)) +("bensing" nil (b eh1 n s ih0 ng)) +("bensinger" nil (b eh1 n s ih0 n jh er0)) +("benskin" nil (b eh1 n s k ih0 n)) +("bensley" nil (b eh1 n s l iy0)) +("bensman" nil (b eh1 n s m ax n)) +("benson" nil (b eh1 n s ax n)) +("bensonhurst" nil (b eh1 n s ax n hh er0 s t)) +("benstock" nil (b eh1 n s t aa1 k)) +("bent" nil (b eh1 n t)) +("bente" nil (b eh1 n t)) +("benter" nil (b eh1 n t er0)) +("benthall" nil (b eh1 n th ax l)) +("bentivegna" nil (b eh0 n t iy0 v eh1 g n ax)) +("bentler" nil (b eh1 n t l er0)) +("bentley" nil (b eh1 n t l iy0)) +("bently" nil (b eh1 n t l iy0)) +("bento" nil (b eh1 n t ow0)) +("benton" nil (b eh1 n t ax n)) +("bentonite" nil (b eh1 n t ax n ay1 t)) +("bentonville" nil (b eh1 n t ax n v ih1 l)) +("bentsen" nil (b eh1 n t s ax n)) +("bentson" nil (b eh1 n t s ax n)) +("bentz" nil (b eh1 n t s)) +("bentzel" nil (b eh1 n t z ax l)) +("bentzen" nil (b eh1 n t z ax n)) +("benveniste" nil (b eh0 n v eh0 n iy1 s t iy0)) +("benvenuti" nil (b eh0 n v eh0 n uw1 t iy0)) +("benvenuto" nil (b eh0 n v eh0 n uw1 t ow0)) +("benware" nil (b eh1 n w eh0 r)) +("benway" nil (b eh1 n w ey1)) +("benyo" nil (b ey1 n y ow0)) +("benz" nil (b eh1 n z)) +("benzel" nil (b eh1 n z ax l)) +("benzene" nil (b eh0 n z iy1 n)) +("benzes" nil (b eh1 n z ih0 z)) +("benzie" nil (b eh1 n z iy0)) +("benziger" nil (b eh1 n z ih0 g er0)) +("benzing" nil (b eh1 n z ih0 ng)) +("benzinger" nil (b eh1 n z ih0 ng er0)) +("beougher" nil (b aw1 f er0)) +("beowulf" nil (b ey1 ax w uh1 l f)) +("bequeath" nil (b ih0 k w iy1 th)) +("bequeathed" nil (b ax k w iy1 th t)) +("bequest" nil (b ih0 k w eh1 s t)) +("bequests" nil (b ih0 k w eh1 s t s)) +("bequette" nil (b ih0 k eh1 t)) +("bera" nil (b eh1 r ax)) +("beran" nil (b eh1 r ax n)) +("beranek" nil (b eh1 r ax n ih0 k)) +("berard" nil (b er0 aa1 r d)) +("berardi" nil (b er0 aa1 r d iy0)) +("berardinelli" nil (b er0 aa0 r d iy0 n eh1 l iy0)) +("berardino" nil (b er0 aa0 r d iy1 n ow0)) +("berardo" nil (b er0 aa1 r d ow0)) +("berarducci" nil (b er0 aa0 r d uw1 ch iy0)) +("berate" nil (b ih0 r ey1 t)) +("berated" nil (b ih0 r ey1 t ih0 d)) +("berating" nil (b ih0 r ey1 t ih0 ng)) +("berber" nil (b er1 b er0)) +("berberian" nil (b er0 b ih1 r iy0 ax n)) +("berberich" nil (b er1 b er0 ih0 k)) +("berbick" nil (b er1 b ih0 k)) +("bercaw" nil (b er1 k ao0)) +("berch" nil (b er1 k)) +("berchtold" nil (b er1 k t ow0 l d)) +("bercier" nil (b er1 k iy0 er0)) +("bercor" nil (b er1 k ao1 r)) +("berdahl" nil (b er1 d aa0 l)) +("berdan" nil (b er1 d ax n)) +("berdine" nil (b er0 d iy1 n iy0)) +("bere" nil (b ih1 r)) +("berea" nil (b er0 iy1 ax)) +("bereaved" nil (b er0 iy1 v d)) +("bereavement" nil (b er0 iy1 v m ax n t)) +("bereft" nil (b er0 eh1 f t)) +("beregovoy" nil (b er0 eh1 g ax v oy1)) +("berend" nil (b eh1 r eh0 n d)) +("berends" nil (b eh1 r eh0 n d z)) +("berendt" nil (b eh1 r ih0 n t)) +("berens" nil (b ih1 r ax n z)) +("berenson" nil (b eh1 r ih0 n s ax n)) +("berent" nil (b eh1 r ax n t)) +("beres" nil (b iy1 r z)) +("beresford" nil (b ih1 r z f er0 d)) +("beret" nil (b eh1 r ax t)) +("berets" nil (b eh1 r ax t s)) +("beretta" nil (b er0 eh1 t ax)) +("berettas" nil (b er0 eh1 t ax s)) +("berg" nil (b er1 g)) +("bergamini" nil (b er0 g aa0 m iy1 n iy0)) +("bergamo" nil (b er0 g aa1 m ow0)) +("bergan" nil (b er1 g ax n)) +("bergdahl" nil (b er1 g d aa0 l)) +("bergdoll" nil (b er1 g d aa1 l)) +("bergdorf" nil (b er1 g d ao1 r f)) +("berge" nil (b er1 jh)) +("bergeman" nil (b er1 g m ax n)) +("bergemann" nil (b er1 g m ax n)) +("bergen" nil (b er1 g ax n)) +("bergendahl" nil (b er1 g eh0 n d aa0 l)) +("bergenfield" nil (b er1 g ax n f iy1 l d)) +("berger" nil (b er1 g er0)) +("bergeron" nil (b er1 g er0 ao0 n)) +("bergerson" nil (b er1 g er0 s ax n)) +("berges" nil (b er1 jh ih0 z)) +("bergeson" nil (b er1 g ih0 s ax n)) +("berget" nil (b er1 g eh0 t)) +("bergevin" nil (b er1 g eh0 v ih0 n)) +("bergey" nil (b er1 jh iy0)) +("bergfeld" nil (b er1 g f eh0 l d)) +("berggren" nil (b er1 g r eh0 n)) +("bergh" nil (b er1 g)) +("berghoff" nil (b er1 g hh ao0 f)) +("berghuis" nil (b er1 g hh uw0 ih0 z)) +("bergin" nil (b er1 g ih1 n)) +("bergland" nil (b er1 g l ae1 n d)) +("bergling" nil (b er1 g l ih0 ng)) +("berglund" nil (b er1 g l ax n d)) +("bergman" nil (b er1 g m ax n)) +("bergmann" nil (b er1 g m ax n)) +("bergner" nil (b er1 g n er0)) +("bergquist" nil (b er1 g k w ih0 s t)) +("bergren" nil (b er1 g r eh0 n)) +("bergs" nil (b er1 g z)) +("bergschneider" nil (b er1 g sh n ay0 d er0)) +("bergsma" nil (b eh1 r g z m ax)) +("bergstedt" nil (b er1 g s t eh0 t)) +("bergstein" nil (b er1 g s t ay1 n)) +("bergsten" nil (b er1 g s ax n)) +("bergstrand" nil (b er1 g s t r ae1 n d)) +("bergstresser" nil (b er1 g s t r eh1 s er0)) +("bergstrom" nil (b er1 g s t r aa0 m)) +("bergthold" nil (b er1 g th ow1 l d)) +("bergum" nil (b er1 g ax m)) +("berhow" nil (b er1 hh ow0)) +("bering" nil (b eh1 r ih0 ng)) +("beringer" nil (b eh1 r ih0 ng er0)) +("berisford" nil (b eh1 r ih0 s f er0 d)) +("berish" nil (b er1 ih0 sh)) +("berjaya" nil (b er0 jh ay1 ax)) +("berk" nil (b er1 k)) +("berka" nil (b er1 k ax)) +("berke" nil (b er1 k)) +("berkebile" nil (b er1 k ih0 b ax l)) +("berkel" nil (b er1 k ax l)) +("berkeley" nil (b er1 k l iy0)) +("berkelman" nil (b er1 k ax l m ax n)) +("berkemeier" nil (b er1 k ih0 m ay0 er0)) +("berken" nil (b er1 k ax n)) +("berkery" nil (b er1 k er0 iy0)) +("berkes" nil (b er1 k s)) +("berkey" nil (b er1 k iy0)) +("berkheimer" nil (b er1 k hh ay0 m er0)) +("berkland" nil (b er1 k l ax n d)) +("berklee" nil (b er1 k l iy0)) +("berkley" nil (b er1 k l iy0)) +("berkline" nil (b er1 k l ay1 n)) +("berkman" nil (b er1 k m ax n)) +("berko" nil (b er1 k ow0)) +("berkoff" nil (b er1 k ao0 f)) +("berkovitz" nil (b er1 k ax v ih0 t s)) +("berkowitz" nil (b er1 k ax w ih0 t s)) +("berkshire" nil (b er1 k sh er0)) +("berkshires" nil (b er1 k sh ih1 r z)) +("berkson" nil (b er1 k s ax n)) +("berkstresser" nil (b er1 k s t r ih0 s er0)) +("berlack" nil (b er1 l ae0 k)) +("berland" nil (b er1 l ax n d)) +("berlanga" nil (b er0 l aa1 ng g ax)) +("berlascone" nil (b eh1 r l ax s k ow1 n iy0)) +("berle" nil (b er1 l)) +("berlex" nil (b er1 l eh1 k s)) +("berlin" nil (b er0 l ih1 n)) +("berliner" nil (b er0 l ih1 n er0)) +("berliners" nil (b er0 l ih1 n er0 z)) +("berling" nil (b er1 l ih0 ng)) +("berlinger" nil (b er1 l ih0 ng er0)) +("berlitz" nil (b er0 l ih1 t s)) +("berlottes" nil (b er0 l aa1 t s)) +("berls" nil (b er1 l z)) +("berlusconi" nil (b er1 l ax s k ow1 n iy0)) +("berm" nil (b er1 m)) +("berman" nil (b er1 m ax n)) +("bermans" nil (b er1 m ax n z)) +("bermea" nil (b eh1 r m iy0 ax)) +("bermel" nil (b er1 m ax l)) +("bermingham" nil (b er1 m ih0 ng hh ae0 m)) +("bermuda" nil (b er0 m y uw1 d ax)) +("bermudez" nil (b er0 m y uw1 d eh1 z)) +("bern" nil (b er1 n)) +("berna" nil (b eh1 r n ax)) +("bernabe" nil (b er1 n ax b)) +("bernabei" nil (b er1 n ax b ay0)) +("bernacki" nil (b er0 n aa1 t s k iy0)) +("bernadene" nil (b er1 n ax d iy0 n)) +("bernadette" nil (b er0 n ax d eh1 t)) +("bernadine" nil (b er0 n ax d iy1 n)) +("bernadino" nil (b er1 n ax d iy1 n ow0)) +("bernal" nil (b er1 n ax l)) +("bernama" nil (b er0 n aa1 m ax)) +("bernard" nil (b er0 n aa1 r d)) +("bernardi" nil (b er0 n aa1 r d iy0)) +("bernardin" nil (b er1 n aa0 r d iy0 n)) +("bernardini" nil (b er0 n aa0 r d iy1 n iy0)) +("bernardino" nil (b er0 n ax d iy1 n ow0)) +("bernardo" nil (b er0 n aa1 r d ow0)) +("bernards" nil (b er0 n aa1 r d z)) +("bernardy" nil (b er0 n aa1 r d iy0)) +("bernas" nil (b er1 n ax z)) +("bernasconi" nil (b er0 n aa0 s k ow1 n iy0)) +("bernat" nil (b er1 n ax t)) +("bernath" nil (b er1 n ax th)) +("bernauer" nil (b er1 n aw0 er0)) +("bernbach" nil (b er1 n b aa1 k)) +("bernd" nil (b er1 n t)) +("berndt" nil (b er1 n t)) +("berne" nil (b er1 n)) +("berneice" nil (b er0 n ay1 s)) +("berner" nil (b er1 n er0)) +("bernet" nil (b er0 n eh1 t)) +("bernett" nil (b er1 n ih0 t)) +("berney" nil (b er1 n iy0)) +("bernhagen" nil (b er1 n hh ax g ax n)) +("bernhard" nil (b er1 n hh aa0 r d)) +("bernhardt" nil (b er1 n hh aa0 r t)) +("bernhart" nil (b er1 n hh aa0 r t)) +("bernheim" nil (b er1 n hh ay0 m)) +("berni" nil (b eh1 r n iy0)) +("bernia" nil (b eh1 r n iy0 ax)) +("bernice" nil (b er0 n iy1 s)) +("bernick" nil (b er1 n ih0 k)) +("bernie" nil (b er1 n iy0)) +("bernier" nil (b er1 n iy0 er0)) +("berning" nil (b er1 n ih0 ng)) +("berninger" nil (b er1 n ih0 ng er0)) +("bernita" nil (b er0 n iy1 t ax)) +("bernoulli" nil (b er0 n uw1 l iy0)) +("berns" nil (b er1 n z)) +("bernsen" nil (b er1 n s ax n)) +("bernson" nil (b er1 n s ax n)) +("bernstein" nil (b er1 n s t ay0 n)) +("bernsteins" nil (b er1 n s t ay0 n z)) +("bernt" nil (b er1 n t)) +("berntsen" nil (b er1 n t s ax n)) +("berntson" nil (b er1 n t s ax n)) +("berny" nil (b er1 n iy0)) +("bero" nil (b eh1 r ow0)) +("beron" nil (b eh1 r ax n)) +("berquist" nil (b er1 k w ih0 s t)) +("berra" nil (b eh1 r ax)) +("berrard" nil (b eh1 r aa1 r d)) +("berres" nil (b eh1 r z)) +("berreth" nil (b eh1 r ih0 th)) +("berrett" nil (b eh1 r ih0 t)) +("berrey" nil (b eh1 r iy0)) +("berri" nil (b eh1 r iy0)) +("berrian" nil (b eh1 r iy0 ax n)) +("berridge" nil (b eh1 r ih0 jh)) +("berrie" nil (b eh1 r iy0)) +("berrien" nil (b eh1 r iy0 ax n)) +("berrier" nil (b eh1 r iy0 er0)) +("berries" nil (b eh1 r iy0 z)) +("berrigan" nil (b eh1 r ih0 g ax n)) +("berrill" nil (b eh1 r ax l)) +("berringer" nil (b eh1 r ih0 ng er0)) +("berrios" nil (b eh0 r iy1 ow0 z)) +("berrong" nil (b eh1 r ao0 ng)) +("berry" nil (b eh1 r iy0)) +("berryhill" nil (b eh1 r iy0 hh ih1 l)) +("berrylike" nil (b eh1 r iy0 l ay1 k)) +("berryman" nil (b eh1 r iy0 m ax n)) +("bersch" nil (b er1 sh)) +("berserk" nil (b er0 s er1 k)) +("bershad" nil (b er0 sh aa1 d)) +("berson" nil (b er1 s ax n)) +("berst" nil (b er1 s t)) +("bert" nil (b er1 t)) +("berta" nil (b er1 t ax)) +("bertch" nil (b er1 ch)) +("berte" nil (b er1 t)) +("bertelli" nil (b er0 t eh1 l iy0)) +("bertels" nil (b er1 t ax l z)) +("bertelsen" nil (b er1 t ih0 l s ax n)) +("bertelsmann" nil (b er1 t ax l z m ax n)) +("bertelson" nil (b er1 t ih0 l s ax n)) +("berth" nil (b er1 th)) +("bertha" nil (b er1 th ax)) +("berthelot" nil (b er1 th ax l aa0 t)) +("berthelsen" nil (b er1 th ax l s ax n)) +("berthiaume" nil (b er1 th iy0 uw1 m iy0)) +("berthold" nil (b er1 th ow1 l d)) +("bertholf" nil (b er1 th ow0 l f)) +("berths" nil (b er1 th s)) +("berti" nil (b eh1 r t iy0)) +("bertie" nil (b er1 t iy0)) +("bertil" nil (b er1 t ih0 l)) +("bertilde" nil (b er1 t ih0 l d)) +("bertin" nil (b er1 t ih0 n)) +("bertini" nil (b er0 t iy1 n iy0)) +("bertino" nil (b er0 t iy1 n ow0)) +("bertke" nil (b er1 t k iy0)) +("bertling" nil (b er1 t ax l ih0 ng)) +("bertold" nil (b er1 t ow0 l d)) +("bertoldi" nil (b er0 t ow1 l d iy0)) +("bertoli" nil (b er0 t ow1 l iy0)) +("bertolini" nil (b er0 t ow0 l iy1 n iy0)) +("bertolino" nil (b er0 t ow0 l iy1 n ow0)) +("bertolotti" nil (b er0 t ow0 l ow1 t iy0)) +("bertolucci" nil (b er1 t ow0 l uw1 ch iy0)) +("berton" nil (b er1 t ax n)) +("bertone" nil (b er0 t ow1 n iy0)) +("bertoni" nil (b er0 t ow1 n iy0)) +("bertrade" nil (b er1 t r ax d)) +("bertram" nil (b er1 t r ax m)) +("bertran" nil (b er1 t r ax n)) +("bertrand" nil (b er1 t r ax n d)) +("bertsch" nil (b er1 ch)) +("bertsche" nil (b er1 ch)) +("bertucci" nil (b er0 t uw1 ch iy0)) +("berty" nil (b er1 t iy0)) +("bertz" nil (b er1 t s)) +("berube" nil (b eh1 r uw0 b)) +("berumen" nil (b ih1 r uw0 m eh0 n)) +("berwald" nil (b er1 w ao0 l d)) +("berwanger" nil (b er1 w ao0 ng er0)) +("berwick" nil (b er1 w ih0 k)) +("berwyn" nil (b er1 w ih0 n)) +("beryl" nil (b eh1 r ax l)) +("beryllium" nil (b er0 ih1 l iy0 ax m)) +("berzins" nil (b er1 z ih0 n z)) +("besancon" nil (b ih0 s ae1 n k ax n)) +("besant" nil (b eh1 z ax n t)) +("besaw" nil (b iy1 s ao0)) +("besch" nil (b eh1 sh)) +("beschloss" nil (b eh1 sh l ao1 s)) +("besecker" nil (b eh1 s ih0 k er0)) +("beseiged" nil (b ih0 s iy1 jh d)) +("besemer" nil (b eh1 s iy0 m er0)) +("beset" nil (b ih0 s eh1 t)) +("besetting" nil (b ih0 s eh1 t ih0 ng)) +("beshara" nil (b ih0 sh aa1 r ax)) +("besharov" nil (b eh1 sh er0 aa0 v)) +("beshears" nil (b eh1 sh ih0 r z)) +("beshore" nil (b eh1 sh er0)) +("beside" nil (b ih0 s ay1 d)) +("besides" nil (b ih0 s ay1 d z)) +("besiege" nil (b ih0 s iy1 jh)) +("besieged" nil (b ih0 s iy1 jh d)) +("beske" nil (b eh1 s k)) +("besler" nil (b eh1 s ax l er0)) +("besner" nil (b r eh1 s n er0)) +("bespeak" nil (b ih0 s p iy1 k)) +("bespeaks" nil (b ih0 s p iy1 k s)) +("bespectacled" nil (b ih0 s p eh1 k t ax k ax l d)) +("bess" nil (b eh1 s)) +("besse" nil (b eh1 s)) +("bessemer" nil (b eh1 s ax m er0)) +("bessent" nil (b eh1 s ax n t)) +("besser" nil (b eh1 s er0)) +("bessert" nil (b eh1 s er0 t)) +("bessette" nil (b ih0 s eh1 t)) +("bessey" nil (b eh1 s iy0)) +("bessie" nil (b eh1 s iy0)) +("bessinger" nil (b eh1 s ih0 n jh er0)) +("bessire" nil (b eh0 s ih1 r iy0)) +("bessler" nil (b eh1 s l er0)) +("besso" nil (b eh1 s ow0)) +("besson" nil (b eh1 s ax n)) +("bessy" nil (b eh1 s iy0)) +("best" nil (b eh1 s t)) +("beste" nil (b eh1 s t)) +("bested" nil (b eh1 s t ih0 d)) +("bester" nil (b eh1 s t er0)) +("bestial" nil (b eh1 s ch ax l)) +("besting" nil (b eh1 s t ih0 ng)) +("bestow" nil (b ih0 s t ow1)) +("bestowed" nil (b ih0 s t ow1 d)) +("bestowing" nil (b ih0 s t ow1 ih0 ng)) +("bestows" nil (b ih0 s t ow1 z)) +("bestrode" nil (b ih0 s t r ow1 d)) +("bestseller" nil (b eh1 s t s eh1 l er0)) +("bestsellers" nil (b eh1 s t s eh1 l er0 z)) +("bestselling" nil (b eh1 s t s eh1 l ih0 ng)) +("bestul" nil (b eh1 s t ax l)) +("bestwick" nil (b eh1 s t w ih1 k)) +("beswick" nil (b eh1 s w ih0 k)) +("bet" nil (b eh1 t)) +("beta" nil (b ey1 t ax)) +("betamax" nil (b ey1 t ax m ae0 k s)) +("betancourt" nil (b eh1 t ax n k ao0 r t)) +("betancur" nil (b ax t ae1 ng k er0)) +("betas" nil (b ey1 t ax z)) +("betaseron" nil (b ey1 t ax s eh1 r aa1 n)) +("betavon" nil (b eh1 t ax v aa0 n)) +("betcher" nil (b eh1 ch er0)) +("betel" nil (b eh1 t ax l)) +("beteta" nil (b eh0 t ey1 t ax)) +("beth" nil (b eh1 th)) +("bethany" nil (b eh1 th ax n iy0)) +("bethard" nil (b eh1 th er0 d)) +("bethards" nil (b eh1 th er0 d z)) +("bethea" nil (b eh1 dh iy0 ax)) +("bethel" nil (b eh1 th ax l)) +("bethell" nil (b eh1 th ax l)) +("bethesda" nil (b ax th eh1 z d ax)) +("bethke" nil (b eh1 th k)) +("bethlehem" nil (b eh1 th l ih0 hh eh1 m)) +("bethpage" nil (b eh1 th p ey1 jh)) +("bethseda" nil (b eh0 th s eh1 d ax)) +("bethune" nil (b ax th y uw1 n)) +("betide" nil (b ih0 t ay1 d)) +("betke" nil (b eh1 t k iy0)) +("betker" nil (b eh1 t k er0)) +("betley" nil (b eh1 t l iy0)) +("betray" nil (b ih0 t r ey1)) +("betrayal" nil (b ih0 t r ey1 ax l)) +("betrayals" nil (b ih0 t r ey1 ax l z)) +("betrayed" nil (b ih0 t r ey1 d)) +("betraying" nil (b ih0 t r ey1 ih0 ng)) +("betrays" nil (b ih0 t r ey1 z)) +("bets" nil (b eh1 t s)) +("betsch" nil (b eh1 ch)) +("betschart" nil (b eh1 t s hh aa1 r t)) +("betsey" nil (b eh1 t s iy0)) +("betsill" nil (b eh1 t s ax l)) +("betsy" nil (b eh1 t s iy0)) +("bett" nil (b eh1 t)) +("betta" nil (b eh1 t ax)) +("bettcher" nil (b eh1 t ch er0)) +("bette" nil (b eh1 t iy0)) +("betten" nil (b eh1 t ax n)) +("bettenberg" nil (b eh1 t ax n b er0 g)) +("bettencourt" nil (b eh1 t ih0 n k ao0 r t)) +("bettendorf" nil (b eh1 t ih0 n d ao0 r f)) +("bettenhausen" nil (b eh1 t ih0 n hh aw0 z ax n)) +("better" nil (b eh1 t er0)) +("bettered" nil (b eh1 t er0 d)) +("betteridge" nil (b eh1 t er0 ih0 jh)) +("bettering" nil (b eh1 t er0 ih0 ng)) +("betterment" nil (b eh1 t er0 m ax n t)) +("betters" nil (b eh1 t er0 z)) +("betterton" nil (b eh1 t er0 t ax n)) +("bettes" nil (b eh1 t iy0 z)) +("betti" nil (b eh1 t iy0)) +("bettin" nil (b eh1 t ih0 n)) +("bettina" nil (b ax t iy1 n ax)) +("betting" nil (b eh1 t ih0 ng)) +("bettinger" nil (b eh1 t ih0 ng er0)) +("bettini" nil (b eh0 t iy1 n iy0)) +("bettino" nil (b eh0 t iy1 n ow0)) +("bettis" nil (b eh1 t ih0 s)) +("bettman" nil (b eh1 t m ax n)) +("bettner" nil (b eh1 t n er0)) +("betton" nil (b eh1 t ax n)) +("bettor" nil (b eh1 t er0)) +("bettors" nil (b eh1 t er0 z)) +("betts" nil (b eh1 t s)) +("betty" nil (b eh1 t iy0)) +("between" nil (b ih0 t w iy1 n)) +("betweens" nil (b ax t w iy1 n z)) +("betz" nil (b eh1 t s)) +("betzer" nil (b eh1 t z er0)) +("betzler" nil (b eh1 t s l er0)) +("betzold" nil (b eh1 t z ow0 l d)) +("beu" nil (b uw1)) +("beucler" nil (b oy1 k ax l er0)) +("beukema" nil (b uw0 k iy1 m ax)) +("beula" nil (b uw1 l ax)) +("beulah" nil (b y uw1 l ax)) +("beumer" nil (b iy1 ax m er0)) +("beutel" nil (b y uw0 t eh1 l)) +("beuthin" nil (b y uw1 th ih0 n)) +("beutler" nil (b oy1 t ax l er0)) +("beuys" nil (b y uw1 iy0 z)) +("bev" nil (b eh1 v)) +("bevacqua" nil (b eh0 v aa1 k w ax)) +("bevan" nil (b eh1 v ax n)) +("bevans" nil (b eh1 v ax n z)) +("bevard" nil (b ih0 v aa1 r d)) +("bevel" nil (b eh1 v ax l)) +("bevelled" nil (b eh1 v ax l d)) +("beven" nil (b eh1 v ax n)) +("bevens" nil (b iy1 v ax n z)) +("bever" nil (b eh1 v er0)) +("beverage" nil (b eh1 v er0 ih0 jh)) +("beverages" nil (b eh1 v r ih0 jh ih0 z)) +("beveridge" nil (b eh1 v er0 ih0 jh)) +("beverley" nil (b eh1 v er0 l iy0)) +("beverlin" nil (b eh1 v er0 l ih0 n)) +("beverly" nil (b eh1 v er0 l iy0)) +("bevers" nil (b eh1 v er0 z)) +("bevier" nil (b eh1 v iy0 er0)) +("bevil" nil (b eh1 v ax l)) +("bevilacqua" nil (b eh0 v iy0 l aa1 k w ax)) +("bevill" nil (b eh1 v ax l)) +("beville" nil (b iy1 v ih0 l)) +("bevin" nil (b eh1 v ih0 n)) +("bevington" nil (b eh1 v ih0 ng t ax n)) +("bevins" nil (b eh1 v ih0 n z)) +("bevis" nil (b eh1 v ih0 s)) +("bevmark" nil (b eh1 v m aa1 r k)) +("bevy" nil (b eh1 v iy0)) +("beware" nil (b ih0 w eh1 r)) +("bewildered" nil (b ih0 w ih1 l d er0 d)) +("bewildering" nil (b ih0 w ih1 l d er0 ih0 ng)) +("bewilderment" nil (b ih0 w ih1 l d er0 m ax n t)) +("bewilders" nil (b ih0 w ih1 l d er0 z)) +("bewitched" nil (b ih0 w ih1 ch t)) +("bewley" nil (b y uw1 l iy0)) +("bexley" nil (b eh1 k s l iy0)) +("bey" nil (b ey1)) +("beyer" nil (b ey1 er0)) +("beyerle" nil (b ay1 r ax l)) +("beyerlein" nil (b ay1 r l ay0 n)) +("beyers" nil (b ey1 er0 z)) +("beyersdorf" nil (b ay1 r s d ao0 r f)) +("beyl" nil (b ey1 l)) +("beymer" nil (b ey1 m er0)) +("beynon" nil (b ey1 n ax n)) +("beyond" nil (b ih0 aa1 n d)) +("beytout" nil (b ey1 t aw1 t)) +("bezaire" nil (b ax z eh1 r)) +("bezanson" nil (b eh1 z ax n s ax n)) +("bezdek" nil (b eh1 z d ih0 k)) +("bezek" nil (b eh1 z eh0 k)) +("bezner" nil (b eh1 z n er0)) +("bezold" nil (b eh1 z ow0 l d)) +("bhakta" nil (b aa1 k t ax)) +("bhatia" nil (b aa1 sh ax)) +("bhatt" nil (b ae1 t)) +("bhattacharjy" nil (b aa1 t ax ch aa1 r jh iy0)) +("bhatti" nil (b aa1 t iy0)) +("bhirud" nil (b ih1 r ax d)) +("bhopal" nil (b ow0 p aa1 l)) +("bhutan" nil (b uw1 t ae1 n)) +("bhutto" nil (b uw1 t ow0)) +("bi" nil (b ay1)) +("biaggi" nil (b iy0 ae1 jh iy0)) +("biaggini" nil (b iy1 ax g iy1 n iy0)) +("biagi" nil (b iy0 aa1 jh iy0)) +("biagini" nil (b iy0 ax jh iy1 n iy0)) +("biagioni" nil (b iy0 aa1 jh iy0 ow1 n iy0)) +("bialas" nil (b iy0 aa1 l ax s)) +("bialecki" nil (b iy0 ax l eh1 k iy0)) +("bialek" nil (b iy0 aa1 l eh0 k)) +("bialik" nil (b iy0 aa1 l ih0 k)) +("bialkin" nil (b iy0 aa1 l k ax n)) +("bialkowski" nil (b iy0 ax l k aw1 s k iy0)) +("bialy" nil (b iy0 aa1 l iy0)) +("biamby" nil (b iy0 aa1 m b iy0)) +("biamonte" nil (b iy0 ax m ao1 n t iy0)) +("bianca" nil (b iy0 aa1 ng k ax)) +("bianchi" nil (b iy0 aa1 n ch iy0)) +("bianchini" nil (b iy0 aa0 n ch iy1 n iy0)) +("bianco" nil (b iy0 aa1 ng k ow0)) +("bianconi" nil (b iy0 aa0 ng k ow1 n iy0)) +("bianculli" nil (b iy0 aa0 ng k uw1 l iy0)) +("biannual" nil (b ay0 ae1 n uw0 ax l)) +("bias" nil (b ay1 ax s)) +("biased" nil (b ay1 ax s t)) +("biases" nil (b ay1 ax s ih0 z)) +("biasi" nil (b iy0 aa1 s iy0)) +("biaxial" nil (b ay0 ae1 k s iy0 ax l)) +("bib" nil (b ih1 b)) +("biba" nil (b iy1 b ax)) +("bibb" nil (b ih1 b)) +("bibbee" nil (b ih1 b iy1)) +("bibbins" nil (b ih1 b ih0 n z)) +("bibbo" nil (b iy1 b ow0)) +("bibbs" nil (b ih1 b z)) +("bibby" nil (b ih1 b iy0)) +("bibeau" nil (b ih0 b ow1)) +("bibeault" nil (b ih0 b ow1)) +("bibee" nil (b ih0 b iy1)) +("biber" nil (b ay1 b er0)) +("bible" nil (b ay1 b ax l)) +("bibler" nil (b ay1 b ax l er0)) +("bibles" nil (b ay1 b ax l z)) +("biblical" nil (b ih1 b l ax k ax l)) +("bibliographies" nil (b ih1 b l iy0 aa1 g r ax f iy0 z)) +("bibliography" nil (b ih1 b l iy0 aa1 g r ax f iy0)) +("bibs" nil (b ih1 b z)) +("biby" nil (b ay1 b iy0)) +("bic" nil (b ih1 k)) +("bicarbonate" nil (b ay0 k aa1 r b ax n ax t)) +("bice" nil (b ay1 s)) +("bicentennial" nil (b ay1 s eh0 n t eh1 n iy0 ax l)) +("bichler" nil (b ih1 k ax l er0)) +("bichsel" nil (b ih1 k s ax l)) +("bick" nil (b ih1 k)) +("bickel" nil (b ih1 k ax l)) +("bickell" nil (b ih1 k ax l)) +("bicker" nil (b ih1 k er0)) +("bickered" nil (b ih1 k er0 d)) +("bickering" nil (b ih1 k er0 ih0 ng)) +("bickers" nil (b ih1 k er0 z)) +("bickerstaff" nil (b ih1 k er0 s t ae1 f)) +("bickert" nil (b ih1 k er0 t)) +("bickerton" nil (b ih1 k er0 t ax n)) +("bickett" nil (b ih1 k ih0 t)) +("bickford" nil (b ih1 k f er0 d)) +("bickham" nil (b ih1 k hh ax m)) +("bickhart" nil (b ih1 k hh aa1 r t)) +("bicking" nil (b ih1 k ih0 ng)) +("bickle" nil (b ih1 k ax l)) +("bickler" nil (b ih1 k l er0)) +("bickley" nil (b ih1 k l iy0)) +("bickmore" nil (b ih1 k m ao0 r)) +("bicknell" nil (b ih1 k n ax l)) +("bickner" nil (b ih1 k n er0)) +("bicksler" nil (b ih1 k s l er0)) +("bickwit" nil (b ih1 k w ih0 t)) +("bicoastal" nil (b ih0 k ow1 s t ax l)) +("bicuspids" nil (b ay0 k ah1 s p ax d z)) +("bicycle" nil (b ay1 s ih0 k ax l)) +("bicycled" nil (b ay1 s ih0 k ax l d)) +("bicycles" nil (b ay1 s ih0 k ax l z)) +("bicycling" nil (b ay1 s ih1 k ax l ih0 ng)) +("bid" nil (b ih1 d)) +("bidco" nil (b ih1 d k ow0)) +("bidcos" nil (b ih1 d k ow0 s)) +("bidder" nil (b ih1 d er0)) +("bidders" nil (b ih1 d er0 z)) +("biddie" nil (b ih1 d iy0)) +("bidding" nil (b ih1 d ih0 ng)) +("biddinger" nil (b ih1 d ih0 ng er0)) +("biddison" nil (b ih1 d ih0 s ax n)) +("biddix" nil (b ih1 d ih0 k s)) +("biddle" nil (b ih1 d ax l)) +("biddy" nil (b ih1 d iy0)) +("bide" nil (b ay1 d)) +("biden" nil (b ay1 d ax n)) +("biderman" nil (b ay1 d er0 m ax n)) +("bidgood" nil (b ih1 d g uh1 d)) +("biding" nil (b ay1 d ih0 ng)) +("bidinger" nil (b ay1 d ih0 ng er0)) +("bidlack" nil (b ih1 d l ae1 k)) +("bids" nil (b ih1 d z)) +("bidwell" nil (b ih1 d w eh1 l)) +("bidwill" nil (b ih1 d w ih1 l)) +("biebel" nil (b iy1 b ax l)) +("bieber" nil (b iy1 b er0)) +("bieda" nil (b iy1 d ax)) +("biederman" nil (b iy1 d er0 m ax n)) +("biedermann" nil (b ay1 d er0 m ax n)) +("biedermeier" nil (b iy1 d er0 m ay1 r)) +("biedrzycki" nil (b ih0 jh ih1 t s k iy0)) +("biegel" nil (b iy1 g ax l)) +("biegler" nil (b iy1 g ax l er0)) +("biehl" nil (b iy1 l)) +("biehle" nil (b iy1 hh ax l)) +("biehler" nil (b iy1 l er0)) +("biehn" nil (b iy1 n)) +("bieker" nil (b iy1 k er0)) +("biel" nil (b iy1 l)) +("biela" nil (b iy1 l ax)) +("bielak" nil (b iy1 l ax k)) +("bielanski" nil (b iy0 l ae1 n s k iy0)) +("bielat" nil (b iy1 l ax t)) +("bielawski" nil (b iy0 l aa1 f s k iy0)) +("bielby" nil (b iy1 l b iy0)) +("bielecki" nil (b iy0 l eh1 t s k iy0)) +("bielefeld" nil (b iy1 l ih0 f eh0 l d)) +("bielefeldt" nil (b iy1 l ih0 f ih0 l t)) +("bielen" nil (b iy1 l ax n)) +("bielenberg" nil (b iy1 l ax n b er0 g)) +("bieler" nil (b iy1 l er0)) +("bielicki" nil (b ih0 l ih1 t s k iy0)) +("bielinski" nil (b ih0 l ih1 n s k iy0)) +("bielke" nil (b iy1 l k)) +("bielski" nil (b iy1 l s k iy0)) +("bien" nil (b iy1 n)) +("bieniek" nil (b ih1 n iy0 eh0 k)) +("bienkowski" nil (b ih0 ng k ao1 f s k iy0)) +("biennale" nil (b iy0 eh1 n ey1 l)) +("biennial" nil (b ay0 eh1 n iy0 ax l)) +("bienstock" nil (b iy1 n s t aa1 k)) +("bienvenu" nil (b ax n v eh1 n uw0)) +("bienvenue" nil (b ax n v ey1 n w eh0)) +("bier" nil (b iy1 r)) +("bierbauer" nil (b ih1 r b aw0 er0)) +("bierbaum" nil (b ih1 r b aw0 m)) +("bierbusse" nil (b ih1 r b ax s)) +("bierce" nil (b ih1 r s)) +("bierer" nil (b ih1 r er0)) +("bieri" nil (b ih1 r iy0)) +("bierlein" nil (b ih1 r l ay0 n)) +("bierley" nil (b ih1 r l iy0)) +("bierly" nil (b ih1 r l iy0)) +("bierma" nil (b ih1 r m ax)) +("bierman" nil (b ih1 r m ax n)) +("biermann" nil (b ih1 r m ax n)) +("biernacki" nil (b ih0 r n aa1 t s k iy0)) +("biernat" nil (b ih0 r n ae1 t)) +("biers" nil (b iy1 r z)) +("bierwirth" nil (b ih1 r w er0 th)) +("biery" nil (b ih1 r iy0)) +("bies" nil (b ay1 z)) +("biesecker" nil (b iy1 s ih0 k er0)) +("bieser" nil (b iy1 s er0)) +("bietz" nil (b iy1 t s)) +("biever" nil (b iy1 v er0)) +("bifano" nil (b ih0 f aa1 n ow0)) +("biff" nil (b ih1 f)) +("biffle" nil (b ih1 f ax l)) +("bifocals" nil (b ay1 f ow0 k ax l z)) +("bifulco" nil (b ih0 f uw1 l k ow0)) +("bifurcated" nil (b ih1 f er0 k ey1 t ih0 d)) +("bifurcation" nil (b ih1 f er0 k ey1 sh ax n)) +("big" nil (b ih1 g)) +("bigbee" nil (b ih1 g b iy1)) +("bigbie" nil (b ih1 g b iy0)) +("bigby" nil (b ih1 g b iy0)) +("bigelow" nil (b ih1 g ax l ow1)) +("bigeyes" nil (b ih1 g ay1 z)) +("bigfoot" nil (b ih1 g f uh1 t)) +("bigford" nil (b ih1 g f er0 d)) +("biggar" nil (b ih1 g er0)) +("bigger" nil (b ih1 g er0)) +("biggers" nil (b ih1 g er0 z)) +("biggerstaff" nil (b ih1 g er0 s t ae1 f)) +("biggest" nil (b ih1 g ax s t)) +("biggie" nil (b ih1 g iy0)) +("biggies" nil (b ih1 g iy0 z)) +("biggins" nil (b ih1 g ih0 n z)) +("biggio" nil (b iy1 jh iy0 ow0)) +("biggs" nil (b ih1 g z)) +("bigham" nil (b ay1 g hh ax m)) +("bighorn" nil (b ih1 g hh ao1 r n)) +("bighorns" nil (b ih1 g hh ao1 r n z)) +("bigler" nil (b ay1 g ax l er0)) +("bigley" nil (b ih1 g l iy0)) +("biglin" nil (b ih1 g l ih0 n)) +("biglow" nil (b ih1 g l ow0)) +("bignell" nil (b ih0 g n eh1 l)) +("bigness" nil (b ih1 g n ax s)) +("bigos" nil (b iy1 g ow0 z)) +("bigot" nil (b ih1 g ax t)) +("bigoted" nil (b ih1 g ax t ih0 d)) +("bigotry" nil (b ih1 g ax t r iy0)) +("bigots" nil (b ih1 g ax t s)) +("bigs" nil (b ih1 g z)) +("bigsby" nil (b ih1 g z b iy0)) +("bigwig" nil (b ih1 g w ih1 g)) +("bigwigs" nil (b ih1 g w ih1 g z)) +("bigwood" nil (b ih1 g w uh1 d)) +("bihac" nil (b iy1 hh aa1 ch)) +("bihari" nil (b ih0 hh aa1 r iy0)) +("bihl" nil (b ih1 l)) +("bihm" nil (b ih1 m)) +("bihn" nil (b ih1 n)) +("bijan" nil (b ih1 jh ax n)) +("bijur" nil (b iy0 zh uh1 r)) +("bike" nil (b ay1 k)) +("biked" nil (b ay1 k t)) +("biker" nil (b ay1 k er0)) +("bikers" nil (b ay1 k er0 z)) +("bikes" nil (b ay1 k s)) +("bikin" nil (b ih1 k ih0 n)) +("biking" nil (b ay1 k ih0 ng)) +("bikini" nil (b ih0 k iy1 n iy0)) +("bikinis" nil (b ax k iy1 n iy0 z)) +("biko" nil (b iy1 k ow0)) +("bil" nil (b ih1 l)) +("bila" nil (b iy1 l ax)) +("bilateral" nil (b ay0 l ae1 t er0 ax l)) +("bilaterally" nil (b ay0 l ae1 t er0 ax l iy0)) +("bilbao" nil (b ih0 l b aw1)) +("bilbo" nil (b ih1 l b ow1)) +("bilbrey" nil (b ih1 l b r iy0)) +("bilbro" nil (b iy1 l b r ow0)) +("bilby" nil (b ih1 l b iy0)) +("bild" nil (b ih1 l d)) +("bilderback" nil (b ay1 l d er0 b ae0 k)) +("bildner" nil (b ih1 l d n er0)) +("bile" nil (b ay1 l)) +("bilek" nil (b ih1 l eh0 k)) +("bilello" nil (b ih0 l eh1 l ow0)) +("biles" nil (b ay1 l z)) +("bilger" nil (b ih1 l g er0)) +("bilicki" nil (b ih0 l ih1 t s k iy0)) +("bilings" nil (b ay1 l ih0 ng z)) +("bilingual" nil (b ay0 l ih1 ng g w ax l)) +("bilingualism" nil (b ay0 l ih1 ng g w ax l ih1 z ax m)) +("bilinski" nil (b ih0 l ih1 n s k iy0)) +("bilious" nil (b ih1 l iy0 ax s)) +("bilirakis" nil (b ih0 l ih1 r ax k ih0 s)) +("bilk" nil (b ih1 l k)) +("bilka" nil (b ih1 l k ax)) +("bilked" nil (b ih1 l k t)) +("bilking" nil (b ih1 l k ih0 ng)) +("bill" nil (b ih1 l)) +("billable" nil (b ih1 l ax b ax l)) +("billancourt" nil (b ih1 l ax n k ao1 r t)) +("billard" nil (b ih0 l aa1 r d)) +("billboard" nil (b ih1 l b ao1 r d)) +("billboards" nil (b ih1 l b ao1 r d z)) +("bille" nil (b ay1 l)) +("billed" nil (b ih1 l d)) +("biller" nil (b ih1 l er0)) +("billerica" nil (b ih1 l er0 iy1 k ax)) +("billes" nil (b ih1 l z)) +("billet" nil (b ih1 l ax t)) +("billeter" nil (b ih1 l iy0 t er0)) +("billets" nil (b ih1 l ax t s)) +("billett" nil (b ih1 l ih0 t)) +("billfold" nil (b ih1 l f ow1 l d)) +("billiard" nil (b ih1 l y er0 d)) +("billiards" nil (b ih1 l y er0 d z)) +("billick" nil (b ih1 l ih0 k)) +("billie" nil (b ih1 l iy0)) +("billig" nil (b ih1 l ih0 g)) +("billing" nil (b ih1 l ih0 ng)) +("billinger" nil (b ih1 l ih0 ng er0)) +("billingham" nil (b ih1 l ih0 ng hh ae1 m)) +("billings" nil (b ih1 l ih0 ng z)) +("billingslea" nil (b ih1 l ih0 ng z l iy0)) +("billingsley" nil (b ih1 l ih0 ng z l iy0)) +("billingsly" nil (b ih1 l ih0 ng z l iy0)) +("billington" nil (b ih1 l ih0 ng t ax n)) +("billion" nil (b ih1 l y ax n)) +("billionaire" nil (b ih1 l y ax n eh1 r)) +("billionaires" nil (b ih1 l y ax n eh1 r z)) +("billions" nil (b ih1 l y ax n z)) +("billionth" nil (b ih1 l y ax n th)) +("billionths" nil (b ih1 l y ax n th s)) +("billiot" nil (b ih1 l iy0 aa0 t)) +("billips" nil (b ih1 l ih0 p s)) +("billiter" nil (b ih1 l iy0 t er0)) +("billiton" nil (b ih1 l ih0 t ax n)) +("billman" nil (b ih1 l m ax n)) +("billmeyer" nil (b ih1 l m ay0 er0)) +("billon" nil (b ih1 l ax n)) +("billow" nil (b ih1 l ow0)) +("billowed" nil (b ih1 l ow0 d)) +("billowing" nil (b ih1 l ow0 ih0 ng)) +("billows" nil (b ih1 l ow0 z)) +("bills" nil (b ih1 l z)) +("billups" nil (b ih1 l ax p s)) +("billy" nil (b ih1 l iy0)) +("bilodeau" nil (b ih1 l ax d ow0)) +("bilotta" nil (b ih0 l ow1 t ax)) +("bilotti" nil (b ih0 l aa1 t iy0)) +("bilow" nil (b ih1 l ow0)) +("biloxi" nil (b ax l ah1 k s iy0)) +("bilski" nil (b ih1 l s k iy0)) +("bilsky" nil (b ih1 l s k iy0)) +("bilson" nil (b ih1 l s ax n)) +("biltmore" nil (b ih1 l t m ao1 r)) +("bilton" nil (b ih1 l t ax n)) +("biltz" nil (b ih1 l t s)) +("bily" nil (b ih1 l iy0)) +("bilyeu" nil (b ih1 l iy0 uw0)) +("bilyk" nil (b ih1 l ih0 k)) +("bilzerian" nil (b ih0 l z eh1 r iy0 ax n)) +("bima" nil (b iy1 m ax)) +("bimbo" nil (b ih1 m b ow0)) +("bimbos" nil (b ih1 m b ow0 s)) +("bimini" nil (b ih1 m ax n iy0)) +("bimonthly" nil (b ay0 m ah1 n th l iy0)) +("bin" nil (b ih1 n)) +("bina" nil (b iy1 n ax)) +("binary" nil (b ay1 n er0 iy0)) +("binational" nil (b ay0 n ae1 sh ax n ax l)) +("bind" nil (b ay1 n d)) +("bindel" nil (b ih1 n d ax l)) +("binder" nil (b ay1 n d er0)) +("binders" nil (b ay1 n d er0 z)) +("binding" nil (b ay1 n d ih0 ng)) +("bindley" nil (b ih1 n d l iy0)) +("binds" nil (b ay1 n d z)) +("binegar" nil (b ih1 n ih0 g er0)) +("bines" nil (b ay1 n z)) +("binette" nil (b ih0 n eh1 t)) +("binetti" nil (b ih0 n eh1 t iy0)) +("binfield" nil (b ih1 n f iy1 l d)) +("binford" nil (b ih1 n f er0 d)) +("bing" nil (b ih1 ng)) +("binga" nil (b iy1 ng g ax)) +("bingaman" nil (b ih1 ng ax m ax n)) +("binge" nil (b ih1 n jh)) +("bingel" nil (b ih1 ng g ax l)) +("bingenheimer" nil (b ih1 ng g ih0 n hh ay0 m er0)) +("binger" nil (b ih1 ng er0)) +("binges" nil (b ih1 n jh ih0 z)) +("bingham" nil (b ih1 ng ax m)) +("binghamton" nil (b ih1 ng ax m t ax n)) +("bingle" nil (b ih1 ng g ax l)) +("bingley" nil (b ih1 ng l iy0)) +("bingman" nil (b ih1 ng m ax n)) +("bingo" nil (b ih1 ng g ow0)) +("binion" nil (b ih1 n y ax n)) +("bink" nil (b ih1 ng k)) +("binkley" nil (b ih1 ng k l iy0)) +("binkowski" nil (b ih0 ng k ao1 f s k iy0)) +("binn" nil (b ih1 n)) +("binner" nil (b ih1 n er0)) +("binney" nil (b ih1 n iy0)) +("binnie" nil (b ih1 n iy0)) +("binning" nil (b ih1 n ih0 ng)) +("binns" nil (b ih1 n z)) +("binocular" nil (b ax n aa1 k y ax l er0)) +("binoculars" nil (b ax n aa1 k y ax l er0 z)) +("binomial" nil (b ay0 n ow1 m iy0 ax l)) +("bins" nil (b ih1 n z)) +("binstock" nil (b ih1 n s t aa1 k)) +("bintz" nil (b ih1 n t s)) +("binz" nil (b ih1 n z)) +("bio" nil (b ay1 ow1)) +("biochem" nil (b ay1 ax ch ax m)) +("biochemical" nil (b ay1 ow0 k eh1 m ax k ax l)) +("biochemist" nil (b ay1 ow0 k eh1 m ax s t)) +("biochemistry" nil (b ay1 ow0 k eh1 m ax s t r iy0)) +("biocine" nil (b ay1 ax s iy1 n)) +("biocontrol" nil (b ay1 ax k aa1 n t r aa0 l)) +("biocraft" nil (b ay1 ow0 k r ae1 f t)) +("biodegradable" nil (b ay1 ow0 d ax g r ey1 d ax b ax l)) +("biodiverse" nil (b ay1 ow0 d ay0 v er1 s)) +("biodiversity" nil (b ay1 ow0 d ay0 v er1 s ax t iy0)) +("bioengineered" nil (b ay1 ow0 eh1 n jh ax n ih1 r d)) +("bioengineering" nil (b ay1 ow0 eh1 n jh ax n ih1 r ih0 ng)) +("biofeedback" nil (b ay0 ow0 f iy1 d b ae1 k)) +("biogen" nil (b ay1 ow0 jh eh1 n)) +("biographer" nil (b ay0 aa1 g r ax f er0)) +("biographers" nil (b ay0 aa1 g r ax f er0 z)) +("biographical" nil (b ay1 ax g r ae1 f ih0 k ax l)) +("biographies" nil (b ay0 aa1 g r ax f iy0 z)) +("biography" nil (b ay0 aa1 g r ax f iy0)) +("biological" nil (b ay1 ax l aa1 jh ih0 k ax l)) +("biologically" nil (b ay0 ax l aa1 jh ih0 k l iy0)) +("biologicals" nil (b ay0 ax l aa1 jh ih0 k ax l z)) +("biologics" nil (b ay0 ax l aa1 jh ih0 k s)) +("biologist" nil (b ay0 aa1 l ax jh ax s t)) +("biologists" nil (b ay0 aa1 l ax jh ax s t s)) +("biology" nil (b ay0 aa1 l ax jh iy0)) +("biomass" nil (b ay1 ax m ae0 s)) +("biomaterials" nil (b ay1 ow0 m ax t ih1 r iy0 ax l z)) +("biome" nil (b ay1 ow1 m)) +("biomed" nil (b ay1 ow0 m eh1 d)) +("biomedical" nil (b ay1 ow0 m eh1 d ih0 k ax l)) +("biomedicals" nil (b ay1 ow0 m eh1 d ih0 k ax l z)) +("biomes" nil (b ay1 ow1 m z)) +("biomet" nil (b ay1 ow0 m eh0 t)) +("biondi" nil (b iy0 aa1 n d iy0)) +("biondo" nil (b iy0 ow1 n d ow0)) +("biondolillo" nil (b iy0 ow0 n d ow0 l ih1 l ow0)) +("bionetics" nil (b ay1 ow0 n eh1 t ih0 k s)) +("biopharm" nil (b ay1 ax f aa0 r m)) +("biopharmaceutical" nil (b ay1 ow0 f aa1 r m ax s uw1 t ih0 k ax l)) +("biophysics" nil (b ay1 ow0 f ih1 s ih0 k s)) +("biopsy" nil (b ay1 aa0 p s iy0)) +("bios" nil (b ay1 ow0 s)) +("biosafety" nil (b ay1 ow0 s ey1 f t iy0)) +("bioscience" nil (b ay1 ow0 s iy1 ax n s)) +("biosciences" nil (b ay0 ao1 s iy0 eh1 n s ih0 z)) +("biosensor" nil (b ay1 ow0 s eh1 n s er0)) +("biosensors" nil (b ay1 ow0 s eh1 n s er0 z)) +("biosis" nil (b iy0 ow1 z ih0 s)) +("biosphere" nil (b ay1 ow0 s f ih1 r)) +("biospheres" nil (b ay1 ow0 s f ih1 r z)) +("biosys" nil (b ay1 ow0 s ih0 s)) +("biosystems" nil (b ay1 ow0 s ih1 s t ax m z)) +("biotech" nil (b ay1 ow0 t eh1 k)) +("biotechnica" nil (b ay1 ow0 t eh1 k n ih0 k ax)) +("biotechnological" nil (b ay1 ow0 t eh1 k n ax l aa1 jh ih0 k ax l)) +("biotechnologies" nil (b ay1 ow0 t eh1 k n aa1 l ax jh iy0 z)) +("biotechnology" nil (b ay1 ow0 t eh1 k n aa1 l ax jh iy0)) +("biotherapeutics" nil (b ay1 ow0 th eh1 r ax p y uw1 t ih0 k s)) +("biotin" nil (b ay1 ax t ax n)) +("biotite" nil (b ay1 ax t ay1 t)) +("biovest" nil (b ay1 ow0 v ax s t)) +("bipartisan" nil (b ay0 p aa1 r t ih0 z ax n)) +("bipartisanship" nil (b ay0 p aa1 r t ax z ax n sh ih1 p)) +("biphenyls" nil (b ih1 f ax n ax l z)) +("biplane" nil (b ay1 p l ey1 n)) +("bipolar" nil (b ay0 p ow1 l er0)) +("bippus" nil (b ih1 p ax s)) +("bir" nil (b er1)) +("biracial" nil (b ay0 r ey1 sh ax l)) +("birch" nil (b er1 ch)) +("birchall" nil (b er1 k ax l)) +("birchard" nil (b er1 k er0 d)) +("bircher" nil (b er1 ch er0)) +("birchett" nil (b er1 ch ih0 t)) +("birchfield" nil (b er1 ch f iy1 l d)) +("birchler" nil (b er1 k ax l er0)) +("birchmeier" nil (b er1 k m ay0 er0)) +("birckhead" nil (b er1 k hh eh0 d)) +("bird" nil (b er1 d)) +("birden" nil (b er1 d ax n)) +("birdfeather" nil (b er1 d f eh1 dh er0)) +("birdfeeder" nil (b er1 d f iy1 d er0)) +("birdfeeders" nil (b er1 d f iy1 d er0 z)) +("birdfinder" nil (b er1 d f ay1 n d er0)) +("birdie" nil (b er1 d iy0)) +("birdied" nil (b er1 d iy0 d)) +("birdlife" nil (b er1 d l ay1 f)) +("birds" nil (b er1 d z)) +("birdsall" nil (b er1 d z ao1 l)) +("birdsell" nil (b er1 d s ax l)) +("birdsong" nil (b er1 d s ao1 ng)) +("birdwell" nil (b er1 d w eh1 l)) +("bireme" nil (b ay1 r iy1 m)) +("biremes" nil (b ay1 r iy1 m z)) +("birenbaum" nil (b ay1 r ax n b aw0 m)) +("bires" nil (b ay1 r z)) +("birge" nil (b er1 jh)) +("birinyi" nil (b ih0 r iy1 n y iy0)) +("birk" nil (b er1 k)) +("birkedal" nil (b er1 k ax d aa1 l)) +("birkel" nil (b er1 k ax l)) +("birkeland" nil (b er1 k l ax n d)) +("birkenau" nil (b er1 k ax n aw0)) +("birkes" nil (b er1 k s)) +("birkett" nil (b er1 k ih0 t)) +("birkey" nil (b er1 k iy0)) +("birkhead" nil (b er1 k hh eh0 d)) +("birkhimer" nil (b er1 k hh ih0 m er0)) +("birkholz" nil (b er1 k hh ow0 l z)) +("birkland" nil (b er1 k l ax n d)) +("birkner" nil (b er1 k n er0)) +("birks" nil (b er1 k s)) +("birky" nil (b er1 k iy0)) +("birle" nil (b er1 l)) +("birley" nil (b er1 l iy0)) +("birman" nil (b er1 m ax n)) +("birmid" nil (b er1 m ih0 d)) +("birmingham" nil (b er1 m ih0 ng hh ae1 m)) +("birnbaum" nil (b er1 n b aw0 m)) +("birney" nil (b er1 n iy0)) +("birnie" nil (b er1 n iy0)) +("biro" nil (b ih1 r ow0)) +("biron" nil (b ay1 r ax n)) +("biros" nil (b ay1 r ow0 z)) +("birr" nil (b er1)) +("birren" nil (b er1 ax n)) +("birt" nil (b er1 t)) +("birtcher" nil (b er1 ch er0)) +("birth" nil (b er1 th)) +("birthday" nil (b er1 th d ey1)) +("birthdays" nil (b er1 th d ey1 z)) +("birthing" nil (b er1 th ih0 ng)) +("birthmarks" nil (b er1 th m aa1 r k s)) +("birthplace" nil (b er1 th p l ey1 s)) +("birthrate" nil (b er1 th r ey1 t)) +("birthrates" nil (b er1 th r ey1 t s)) +("birthright" nil (b er1 th r ay1 t)) +("births" nil (b er1 th s)) +("birtle" nil (b er1 t ax l)) +("birtley" nil (b er1 t l iy0)) +("bis" nil (b ih1 s)) +("bisaillon" nil (b ay1 s ax l aa0 n)) +("bisbee" nil (b ih1 s b iy0)) +("bisbing" nil (b ih1 s b ih0 ng)) +("biscardi" nil (b ih0 s k aa1 r d iy0)) +("biscayne" nil (b ih0 s k ey1 n)) +("bisceglia" nil (b ih0 s ch eh1 g l iy0 ax)) +("bisch" nil (b ih1 sh)) +("bischel" nil (b ih1 sh ax l)) +("bischof" nil (b ih1 sh ax f)) +("bischofberger" nil (b ih1 sh ao0 f b er0 g er0)) +("bischoff" nil (b ih1 s k hh ao0 f)) +("biscoe" nil (b ih0 s k ow1)) +("biscuit" nil (b ih1 s k ax t)) +("biscuits" nil (b ih1 s k ax t s)) +("bise" nil (b ay1 z)) +("bisek" nil (b ih1 s ih0 k)) +("bisel" nil (b ih1 s ax l)) +("biser" nil (b ay1 z er0)) +("bisesi" nil (b ih0 s eh1 s iy0)) +("bisexual" nil (b ay1 s eh1 k sh uw0 ax l)) +("bish" nil (b ih1 sh)) +("bisher" nil (b ih1 sh er0)) +("bishoff" nil (b ih1 s hh ao0 f)) +("bishop" nil (b ih1 sh ax p)) +("bishoprics" nil (b ih1 sh ax p r ih0 k s)) +("bishops" nil (b ih1 sh ax p s)) +("bishopsgate" nil (b ih1 sh ax p s g ey1 t)) +("bisiani" nil (b ih0 s iy0 aa1 n iy0)) +("bisig" nil (b ih1 s ih0 g)) +("bisignano" nil (b ih0 s iy0 g n aa1 n ow0)) +("biskup" nil (b ih1 s k ax p)) +("bismarck" nil (b ih1 z m aa1 r k)) +("bismark" nil (b ih1 z m aa1 r k)) +("bismuth" nil (b ih1 z m ax th)) +("bison" nil (b ay1 s ax n)) +("bisping" nil (b ih1 s p ih0 ng)) +("bisque" nil (b ih1 s k)) +("biss" nil (b ih1 s)) +("bissell" nil (b ih1 s ax l)) +("bissen" nil (b ih1 s ax n)) +("bisset" nil (b ih1 s ih0 t)) +("bissett" nil (b ih1 s ih0 t)) +("bissette" nil (b ih0 s eh1 t)) +("bissey" nil (b ih1 s iy0)) +("bissinger" nil (b ih1 s ih0 n jh er0)) +("bisso" nil (b iy1 s ow0)) +("bisson" nil (b ih1 s ax n)) +("bissonette" nil (b ih1 s ax n eh0 t)) +("bissonnette" nil (b ih1 s ax n eh1 t)) +("bistline" nil (b ih1 s t l ay1 n)) +("bistodeau" nil (b ih1 s t ax d ow0)) +("bistro" nil (b ih1 s t r ow0)) +("bisuteki" nil (b iy1 s uw0 t ey1 k iy0)) +("bit" nil (b ih1 t)) +("bitar" nil (b ih1 t er0)) +("bitch" nil (b ih1 ch)) +("bitchy" nil (b ih1 ch iy0)) +("bite" nil (b ay1 t)) +("bites" nil (b ay1 t s)) +("bitesize" nil (b ih1 t s ay1 z)) +("bither" nil (b ih1 dh er0)) +("biting" nil (b ay1 t ih0 ng)) +("bitler" nil (b ay1 t ax l er0)) +("bitner" nil (b ih1 t n er0)) +("bitney" nil (b ih1 t n iy0)) +("bits" nil (b ih1 t s)) +("bittel" nil (b ih1 t ax l)) +("bitten" nil (b ih1 t ax n)) +("bittenbender" nil (b ih1 t ih0 n b eh0 n d er0)) +("bitter" nil (b ih1 t er0)) +("bitterest" nil (b ih1 t er0 ax s t)) +("bitterly" nil (b ih1 t er0 l iy0)) +("bitterman" nil (b ih1 t er0 m ax n)) +("bittermann" nil (b ih1 t er0 m ax n)) +("bitterness" nil (b ih1 t er0 n ax s)) +("bitterroot" nil (b ih1 t er0 r uw1 t)) +("bitters" nil (b ih1 t er0 z)) +("bittersweet" nil (b ih1 t er0 s w iy1 t)) +("bittick" nil (b ih1 t ih0 k)) +("bitting" nil (b ih1 t ih0 ng)) +("bittinger" nil (b ih1 t ih0 ng er0)) +("bittle" nil (b ih1 t ax l)) +("bittman" nil (b ih1 t m ax n)) +("bittner" nil (b ih1 t n er0)) +("bitton" nil (b ih1 t ax n)) +("bitumen" nil (b ih1 t uw1 m ax n)) +("bituminous" nil (b ih0 t uw1 m ax n ax s)) +("bitz" nil (b ih1 t s)) +("bitzer" nil (b ih1 t z er0)) +("bivalve" nil (b ay1 v ae1 l v)) +("bivalves" nil (b ay1 v ae1 l v z)) +("biven" nil (b ay1 v ax n)) +("bivens" nil (b ay1 v ax n z)) +("biviano" nil (b iy1 v iy0 aa1 n ow0)) +("bivin" nil (b ih1 v ih0 n)) +("bivins" nil (b ih1 v ih0 n z)) +("bivona" nil (b ih0 v ow1 n ax)) +("bivouac" nil (b ih1 v w ae0 k)) +("biweekly" nil (b ay0 w iy1 k l iy0)) +("bix" nil (b ih1 k s)) +("bixby" nil (b ih1 k s b iy0)) +("bixel" nil (b ih1 k s ax l)) +("bixler" nil (b ih1 k s l er0)) +("biz" nil (b ih1 z)) +("bizango" nil (b ih0 z ae1 ng g ow0)) +("bizarre" nil (b ax z aa1 r)) +("bizmart" nil (b ih1 z m aa1 r t)) +("bizub" nil (b ih1 z ax b)) +("bizzell" nil (b ih1 z ax l)) +("bjelland" nil (b y eh1 l ax n d)) +("bjerke" nil (b y er1 k)) +("bjoern" nil (b y ao1 r n)) +("bjorge" nil (b y ao1 r g)) +("bjork" nil (b y ao1 r k)) +("bjorklund" nil (b y ao1 r k l ax n d)) +("bjorkman" nil (b y ao1 r k m ax n)) +("bjorn" nil (b y ao1 r n)) +("bjornstad" nil (b y ao1 r n s t ax d)) +("blachly" nil (b l aa1 ch l iy0)) +("black" nil (b l ae1 k)) +("blackard" nil (b l ae1 k er0 d)) +("blackball" nil (b l ae1 k b ao1 l)) +("blackberries" nil (b l ae1 k b eh1 r iy0 z)) +("blackberry" nil (b l ae1 k b eh1 r iy0)) +("blackboard" nil (b l ae1 k b ao1 r d)) +("blackburn" nil (b l ae1 k b er0 n)) +("blacked" nil (b l ae1 k t)) +("blackened" nil (b l ae1 k ax n d)) +("blackening" nil (b l ae1 k ax n ih0 ng)) +("blackens" nil (b l ae1 k ax n z)) +("blacker" nil (b l ae1 k er0)) +("blackerby" nil (b l ae1 k er0 b iy0)) +("blackest" nil (b l ae1 k ax s t)) +("blacketer" nil (b l ae1 k iy0 t er0)) +("blackett" nil (b l ae1 k ih0 t)) +("blackfoot" nil (b l ae1 k f uh1 t)) +("blackford" nil (b l ae1 k f er0 d)) +("blackham" nil (b l ae1 k hh ax m)) +("blackhawk" nil (b l ae1 k hh ao1 k)) +("blackhawks" nil (b l ae1 k hh ao1 k s)) +("blackheath" nil (b l ae1 k hh iy1 th)) +("blackhurst" nil (b l ae1 k hh er0 s t)) +("blackjack" nil (b l ae1 k jh ae1 k)) +("blackledge" nil (b l ae1 k l eh1 jh)) +("blackley" nil (b l ae1 k l iy0)) +("blacklist" nil (b l ae1 k l ih1 s t)) +("blacklisted" nil (b l ae1 k l ih1 s t ih0 d)) +("blacklisting" nil (b l ae1 k l ih1 s t ih0 ng)) +("blacklock" nil (b l ae1 k l aa1 k)) +("blackmail" nil (b l ae1 k m ey1 l)) +("blackmailed" nil (b l ae1 k m ey1 l d)) +("blackmailing" nil (b l ae1 k m ey1 l ih0 ng)) +("blackman" nil (b l ae1 k m ax n)) +("blackmer" nil (b l ae1 k m er0)) +("blackmon" nil (b l ae1 k m ax n)) +("blackmore" nil (b l ae1 k m ao0 r)) +("blackmun" nil (b l ae1 k m ax n)) +("blackness" nil (b l ae1 k n ax s)) +("blackout" nil (b l ae1 k aw1 t)) +("blackouts" nil (b l ae1 k aw1 t s)) +("blackpool" nil (b l ae1 k p uw1 l)) +("blackrock" nil (b l ae1 k r aa1 k)) +("blacks" nil (b l ae1 k s)) +("blacksburg" nil (b l ae1 k s b er0 g)) +("blackshear" nil (b l ae1 k sh ih0 r)) +("blacksher" nil (b l ae1 k sh er0)) +("blackshire" nil (b l ae1 k sh ay1 r)) +("blacksmith" nil (b l ae1 k s m ih1 th)) +("blackson" nil (b l ae1 k s ax n)) +("blackstock" nil (b l ae1 k s t aa1 k)) +("blackston" nil (b l ae1 k s t ax n)) +("blackstone" nil (b l ae1 k s t ow1 n)) +("blacktop" nil (b l ae1 k t aa1 p)) +("blackwelder" nil (b l ae1 k w eh1 l d er0)) +("blackwell" nil (b l ae1 k w eh1 l)) +("blackwood" nil (b l ae1 k w uh1 d)) +("bladder" nil (b l ae1 d er0)) +("blade" nil (b l ey1 d)) +("bladen" nil (b l ey1 d ax n)) +("blades" nil (b l ey1 d z)) +("bladow" nil (b l ae1 d ow0)) +("blaese" nil (b l ey1 z)) +("blaesing" nil (b l eh1 s ih0 ng)) +("blagden" nil (b l ae1 g d ax n)) +("blagg" nil (b l ae1 g)) +("blah" nil (b l aa1)) +("blaha" nil (b l aa1 hh ax)) +("blahnik" nil (b l aa1 n ih0 k)) +("blahut" nil (b l ae1 hh ax t)) +("blaich" nil (b l ey1 ch)) +("blaikie" nil (b l ey1 k iy0)) +("blain" nil (b l ey1 n)) +("blaine" nil (b l ey1 n)) +("blair" nil (b l eh1 r)) +("blais" nil (b l eh1 z)) +("blaisdell" nil (b l ey1 s d ax l)) +("blaise" nil (b l ey1 z)) +("blaize" nil (b l ey1 z)) +("blake" nil (b l ey1 k)) +("blakeley" nil (b l ey1 k l iy0)) +("blakely" nil (b l ey1 k l iy0)) +("blakeman" nil (b l ey1 k m ax n)) +("blakemore" nil (b l ey1 k m ao0 r)) +("blakeney" nil (b l ey1 k n iy0)) +("blakenham" nil (b l ey1 k ax n hh ae1 m)) +("blakenship" nil (b l ey1 k ax n sh ih0 p)) +("blaker" nil (b l ey1 k er0)) +("blakes" nil (b l ey1 k s)) +("blakeslee" nil (b l ey1 k s l iy0)) +("blakesley" nil (b l ey1 k s l iy0)) +("blakey" nil (b l ey1 k iy0)) +("blakley" nil (b l ae1 k l iy0)) +("blakney" nil (b l ae1 k n iy0)) +("blalack" nil (b l ae1 l ax k)) +("blalock" nil (b l ae1 l aa0 k)) +("blame" nil (b l ey1 m)) +("blamed" nil (b l ey1 m d)) +("blameless" nil (b l ey1 m l ax s)) +("blames" nil (b l ey1 m z)) +("blaming" nil (b l ey1 m ih0 ng)) +("blampied" nil (b l ae1 m p iy0 d)) +("blan" nil (b l ae1 n)) +("blanc" nil (b l ae1 ng k)) +("blanca" nil (b l aa1 ng k ax)) +("blancett" nil (b l ae1 n s ih0 t)) +("blanch" nil (b l ae1 n ch)) +("blanchard" nil (b l ae1 n ch er0 d)) +("blanchards" nil (b l ae1 n ch er0 d z)) +("blanche" nil (b l ae1 n ch)) +("blanchet" nil (b l ae1 n k ih0 t)) +("blanchett" nil (b l ae1 n ch ih0 t)) +("blanchette" nil (b l ax n sh eh1 t)) +("blanchfield" nil (b l ae1 n ch f iy1 l d)) +("blanck" nil (b l ae1 ng k)) +("blanco" nil (b l ae1 ng k ow0)) +("bland" nil (b l ae1 n d)) +("blanda" nil (b l ae1 n d ax)) +("blander" nil (b l ae1 n d er0)) +("blandford" nil (b l ae1 n d f ao0 r d)) +("blandin" nil (b l ae1 n d ih0 n)) +("blanding" nil (b l ae1 n d ih0 ng)) +("blandino" nil (b l aa0 n d iy1 n ow0)) +("blandishments" nil (b l ae1 n d ih0 sh m ax n t s)) +("blandly" nil (b l ae1 n d l iy0)) +("blandness" nil (b l ae1 n d n ax s)) +("blando" nil (b l ae1 n d ow0)) +("blandon" nil (b l ae1 n d ih0 n)) +("blane" nil (b l ey1 n)) +("blaney" nil (b l ey1 n iy0)) +("blanford" nil (b l ae1 n f er0 d)) +("blank" nil (b l ae1 ng k)) +("blanke" nil (b l ae1 ng k)) +("blanken" nil (b l ae1 ng k ax n)) +("blankenbaker" nil (b l ae1 ng k ax n b ey1 k er0)) +("blankenbeckler" nil (b l ae1 ng k ax n b eh0 k ax l er0)) +("blankenburg" nil (b l ae1 ng k ax n b er0 g)) +("blankenhorn" nil (b l ae1 ng k ih0 n hh er0 n)) +("blankenship" nil (b l ae1 ng k ax n sh ih1 p)) +("blanket" nil (b l ae1 ng k ax t)) +("blanketed" nil (b l ae1 ng k ax t ih0 d)) +("blanketing" nil (b l ae1 ng k ax t ih0 ng)) +("blankets" nil (b l ae1 ng k ax t s)) +("blanking" nil (b l ae1 ng k ih0 ng)) +("blankinship" nil (b l ae1 ng k ih0 n sh ih0 p)) +("blankley" nil (b l ae1 ng k l iy0)) +("blankly" nil (b l ae1 ng k l iy0)) +("blanks" nil (b l ae1 ng k s)) +("blann" nil (b l ae1 n)) +("blansett" nil (b l ae1 n s ih0 t)) +("blanton" nil (b l ae1 n t ax n)) +("blare" nil (b l eh1 r)) +("blared" nil (b l eh1 r d)) +("blares" nil (b l eh1 r z)) +("blaring" nil (b l eh1 r ih0 ng)) +("blas" nil (b l aa1 s)) +("blaschke" nil (b l ae1 sh k)) +("blasco" nil (b l aa1 s k ow0)) +("blasdel" nil (b l ae1 s d ax l)) +("blasdell" nil (b l ae1 s d ax l)) +("blase" nil (b l ey1 z)) +("blaser" nil (b l ey1 z er0)) +("blasi" nil (b l ey1 z iy0)) +("blasia" nil (b l aa1 s iy0 ax)) +("blasing" nil (b l ey1 z ih0 ng)) +("blasingame" nil (b l aa0 s ih0 ng g aa1 m iy0)) +("blasius" nil (b l ey1 s iy0 ih0 s)) +("blaske" nil (b l ey1 s k)) +("blasko" nil (b l aa1 s k ow0)) +("blasphemous" nil (b l ae1 s f ax m ax s)) +("blasphemy" nil (b l ae1 s f ax m iy0)) +("blass" nil (b l ae1 s)) +("blassingame" nil (b l aa0 s ih0 ng g aa1 m iy0)) +("blast" nil (b l ae1 s t)) +("blastdown" nil (b l ae1 s t d aw1 n)) +("blasted" nil (b l ae1 s t ax d)) +("blaster" nil (b l ae1 s t er0)) +("blasting" nil (b l ae1 s t ih0 ng)) +("blastoff" nil (b l ae1 s t ao1 f)) +("blasts" nil (b l ae1 s t s)) +("blaszak" nil (b l aa1 sh ax k)) +("blaszczyk" nil (b l aa1 sh ch ih0 k)) +("blatant" nil (b l ey1 t ax n t)) +("blatantly" nil (b l ey1 t ax n t l iy0)) +("blatchford" nil (b l ae1 ch f er0 d)) +("blatchley" nil (b l ae1 ch l iy0)) +("blather" nil (b l ae1 dh er0)) +("blatnik" nil (b l ae1 t n ih0 k)) +("blatt" nil (b l ae1 t)) +("blatter" nil (b l ae1 t er0)) +("blattner" nil (b l ae1 t n er0)) +("blatz" nil (b l ae1 t s)) +("blau" nil (b l aw1)) +("blauch" nil (b l ao1 ch)) +("blauer" nil (b l aw1 r)) +("blaum" nil (b l ao1 m)) +("blauser" nil (b l aw1 s er0)) +("blaustein" nil (b l aw1 s t ay0 n)) +("blauvelt" nil (b l aw1 v ih0 l t)) +("blay" nil (b l ey1)) +("blaydes" nil (b l ey1 d z)) +("blaydon" nil (b l ey1 d ax n)) +("blaylock" nil (b l ey1 l ax k)) +("blayne" nil (b l ey1 n)) +("blayney" nil (b l ey1 n iy0)) +("blayze" nil (b l ey1 z)) +("blaze" nil (b l ey1 z)) +("blazed" nil (b l ey1 z d)) +("blazejewski" nil (b l ax z ey0 eh1 f s k iy0)) +("blazek" nil (b l aa1 z eh0 k)) +("blazer" nil (b l ey1 z er0)) +("blazers" nil (b l ey1 z er0 z)) +("blazes" nil (b l ey1 z ih0 z)) +("blazier" nil (b l ey1 z iy0 er0)) +("blazina" nil (b l aa0 z iy1 n ax)) +("blazing" nil (b l ey1 z ih0 ng)) +("blea" nil (b l iy1)) +("bleach" nil (b l iy1 ch)) +("bleached" nil (b l iy1 ch t)) +("bleacher" nil (b l iy1 ch er0)) +("bleachers" nil (b l iy1 ch er0 z)) +("bleaching" nil (b l iy1 ch ih0 ng)) +("bleak" nil (b l iy1 k)) +("bleaker" nil (b l iy1 k er0)) +("bleakest" nil (b l iy1 k ax s t)) +("bleakley" nil (b l iy1 k l iy0)) +("bleakness" nil (b l iy1 k n ax s)) +("bleakney" nil (b l iy1 k n iy0)) +("bleam" nil (b l iy1 m)) +("bleary" nil (b l ih1 r iy0)) +("bleau" nil (b l ow1)) +("blech" nil (b l eh1 k)) +("blecha" nil (b l eh1 ch ax)) +("blecher" nil (b l eh1 k er0)) +("blechman" nil (b l eh1 k m ax n)) +("bleck" nil (b l eh1 k)) +("blecker" nil (b l eh1 k er0)) +("bled" nil (b l eh1 d)) +("bledsoe" nil (b l eh1 d s ow0)) +("bleecker" nil (b l iy1 k er0)) +("bleed" nil (b l iy1 d)) +("bleeding" nil (b l iy1 d ih0 ng)) +("bleeds" nil (b l iy1 d z)) +("bleeker" nil (b l iy1 k er0)) +("bleep" nil (b l iy1 p)) +("bleeping" nil (b l iy1 p ih0 ng)) +("blegen" nil (b l eh1 g ax n)) +("blehm" nil (b l eh1 m)) +("bleich" nil (b l ay1 k)) +("bleicher" nil (b l ay1 k er0)) +("bleier" nil (b l ay1 er0)) +("bleil" nil (b l iy1 l)) +("bleiler" nil (b l ay1 l er0)) +("blelloch" nil (b l eh1 l aa0 k)) +("blemish" nil (b l eh1 m ih0 sh)) +("blemished" nil (b l eh1 m ih0 sh t)) +("blemishes" nil (b l eh1 m ih0 sh ih0 z)) +("blend" nil (b l eh1 n d)) +("blenda" nil (b l eh1 n d ax)) +("blendax" nil (b l eh1 n d ae1 k s)) +("blended" nil (b l eh1 n d ax d)) +("blender" nil (b l eh1 n d er0)) +("blenders" nil (b l eh1 n d er0 z)) +("blending" nil (b l eh1 n d ih0 ng)) +("blends" nil (b l eh1 n d z)) +("blenheim" nil (b l eh1 n hh ay1 m)) +("blepharisma" nil (b l eh1 f er0 ih1 z m ax)) +("bleser" nil (b l iy1 z er0)) +("bless" nil (b l eh1 s)) +("blessed" v (b l eh1 s t)) +("blessed" j (b l eh1 s ih d)) +("blesses" nil (b l eh1 s ih0 z)) +("blessing" nil (b l eh1 s ih0 ng)) +("blessinger" nil (b l eh1 s ih0 ng er0)) +("blessings" nil (b l eh1 s ih0 ng z)) +("blessington" nil (b l eh1 s ih0 ng t ax n)) +("blest" nil (b l eh1 s t)) +("blethen" nil (b l eh1 th ax n)) +("bleu" nil (b l uw1)) +("blevens" nil (b l iy1 v ax n z)) +("blevins" nil (b l eh1 v ih0 n z)) +("blew" nil (b l uw1)) +("blewett" nil (b l uw1 ih0 t)) +("blewitt" nil (b l uw1 ih0 t)) +("bley" nil (b l ey1)) +("blick" nil (b l ih1 k)) +("blickenstaff" nil (b l ih1 k ih0 n s t ax f)) +("bligh" nil (b l ay1)) +("blight" nil (b l ay1 t)) +("blighted" nil (b l ay1 t ih0 d)) +("bliley" nil (b l ay1 l iy0)) +("blimp" nil (b l ih1 m p)) +("blimps" nil (b l ih1 m p s)) +("blincoe" nil (b l ih0 n k ow1)) +("blind" nil (b l ay1 n d)) +("blinded" nil (b l ay1 n d ih0 d)) +("blinder" nil (b l ay1 n d er0)) +("blinders" nil (b l ay1 n d er0 z)) +("blindfold" nil (b l ay1 n d f ow1 l d)) +("blindfolded" nil (b l ay1 n d f ow1 l d ih0 d)) +("blinding" nil (b l ay1 n d ih0 ng)) +("blindly" nil (b l ay1 n d l iy0)) +("blindness" nil (b l ay1 n d n ax s)) +("blinds" nil (b l ay1 n d z)) +("blindsided" nil (b l ay1 n d s ay1 d ih0 d)) +("blink" nil (b l ih1 ng k)) +("blinked" nil (b l ih1 ng k t)) +("blinking" nil (b l ih1 ng k ih0 ng)) +("blinks" nil (b l ih1 ng k s)) +("blinn" nil (b l ih1 n)) +("blip" nil (b l ih1 p)) +("blips" nil (b l ih1 p s)) +("blish" nil (b l ih1 sh)) +("bliss" nil (b l ih1 s)) +("blissett" nil (b l ih1 s ih0 t)) +("blissful" nil (b l ih1 s f ax l)) +("blissfully" nil (b l ih1 s f ax l iy0)) +("blister" nil (b l ih1 s t er0)) +("blistered" nil (b l ih1 s t er0 d)) +("blistering" nil (b l ih1 s t er0 ih0 ng)) +("blisters" nil (b l ih1 s t er0 z)) +("blitch" nil (b l ih1 ch)) +("blithe" nil (b l ay1 dh)) +("blithely" nil (b l ay1 th l iy0)) +("blitz" nil (b l ih1 t s)) +("blitzed" nil (b l ih1 t s t)) +("blitzer" nil (b l ih1 t z er0)) +("blitzes" nil (b l ih1 t s ih0 z)) +("blitzkrieg" nil (b l ih1 t s k r iy1 g)) +("bliven" nil (b l ay1 v ax n)) +("blixt" nil (b l ih1 k s t)) +("blizard" nil (b l ih1 z er0 d)) +("blizzard" nil (b l ih1 z er0 d)) +("blizzards" nil (b l ih1 z er0 d z)) +("bloat" nil (b l ow1 t)) +("bloated" nil (b l ow1 t ih0 d)) +("blob" nil (b l aa1 b)) +("blobby" nil (b l aa1 b iy0)) +("bloc" nil (b l aa1 k)) +("bloch" nil (b l aa1 k)) +("blocher" nil (b l aa1 k er0)) +("block" nil (b l aa1 k)) +("blockade" nil (b l aa1 k ey1 d)) +("blockaded" nil (b l aa1 k ey1 d ih0 d)) +("blockades" nil (b l aa1 k ey1 d z)) +("blockading" nil (b l aa1 k ey1 d ih0 ng)) +("blockage" nil (b l aa1 k ih0 jh)) +("blockages" nil (b l aa1 k ih0 jh ih0 z)) +("blockbuster" nil (b l aa1 k b ah1 s t er0)) +("blockbusters" nil (b l aa1 k b ah1 s t er0 z)) +("blocked" nil (b l aa1 k t)) +("blocker" nil (b l aa1 k er0)) +("blockers" nil (b l aa1 k er0 z)) +("blocking" nil (b l aa1 k ih0 ng)) +("blocks" nil (b l aa1 k s)) +("blocs" nil (b l aa1 k s)) +("blodgett" nil (b l aa1 jh ih0 t)) +("bloedel" nil (b l ow1 d ax l)) +("bloedorn" nil (b l ow1 d er0 n)) +("bloem" nil (b l ow1 m)) +("bloemer" nil (b l ow1 m er0)) +("bloemker" nil (b l ow1 m k er0)) +("blohm" nil (b l ow1 m)) +("blok" nil (b l aa1 k)) +("blokes" nil (b l ow1 k s)) +("blom" nil (b l aa1 m)) +("blomberg" nil (b l aa1 m b er0 g)) +("blome" nil (b l ow1 m)) +("blomgren" nil (b l aa1 m g r eh0 n)) +("blomquist" nil (b l aa1 m k w ih1 s t)) +("blomstrom" nil (b l aa1 m s t r ax m)) +("blond" nil (b l aa1 n d)) +("blonde" nil (b l aa1 n d)) +("blondell" nil (b l aa1 n d ax l)) +("blonder" nil (b l aa1 n d er0)) +("blondes" nil (b l aa1 n d z)) +("blondie" nil (b l aa1 n d iy0)) +("blondin" nil (b l aa1 n d ih0 n)) +("blonds" nil (b l aa1 n d z)) +("blood" nil (b l ah1 d)) +("bloodbath" nil (b l ah1 d b ae1 th)) +("blooded" nil (b l ah1 d ih0 d)) +("bloodgood" nil (b l ah1 d g uh1 d)) +("bloodied" nil (b l ah1 d iy0 d)) +("bloodier" nil (b l ah1 d iy0 er0)) +("bloodiest" nil (b l ah1 d iy0 ax s t)) +("bloodless" nil (b l ah1 d l ax s)) +("bloodletting" nil (b l ah1 d l eh1 t ih0 ng)) +("bloodlines" nil (b l ah1 d l ay1 n z)) +("bloods" nil (b l ah1 d z)) +("bloodshed" nil (b l ah1 d sh eh1 d)) +("bloodstain" nil (b l ah1 d s t ey1 n)) +("bloodstained" nil (b l ah1 d s t ey1 n d)) +("bloodstains" nil (b l ah1 d s t ey1 n z)) +("bloodstone" nil (b l ah1 d s t ow1 n)) +("bloodstream" nil (b l ah1 d s t r iy1 m)) +("bloodsucking" nil (b l ah1 d s ah1 k ih0 ng)) +("bloodsworth" nil (b l ah1 d z w er1 th)) +("bloodthirsty" nil (b l ah1 d th er1 s t iy0)) +("bloodworth" nil (b l ah1 d w er1 th)) +("bloody" nil (b l ah1 d iy0)) +("bloom" nil (b l uw1 m)) +("bloomberg" nil (b l uw1 m b er0 g)) +("bloomed" nil (b l uw1 m d)) +("bloomer" nil (b l uw1 m er0)) +("bloomers" nil (b l uw1 m er0 z)) +("bloomfield" nil (b l uw1 m f iy1 l d)) +("blooming" nil (b l uw1 m ih0 ng)) +("bloomingdale" nil (b l uw1 m ih0 ng d ey1 l)) +("bloomington" nil (b l uw1 m ih0 ng t ax n)) +("bloomquist" nil (b l uw1 m k w ih1 s t)) +("blooms" nil (b l uw1 m z)) +("blooper" nil (b l uw1 p er0)) +("bloopers" nil (b l uw1 p er0 z)) +("bloor" nil (b l uh1 r)) +("blose" nil (b l ow1 z)) +("bloss" nil (b l ao1 s)) +("blosser" nil (b l ao1 s er0)) +("blossom" nil (b l aa1 s ax m)) +("blossomed" nil (b l aa1 s ax m d)) +("blossoming" nil (b l aa1 s ax m ih0 ng)) +("blossoms" nil (b l aa1 s ax m z)) +("blot" nil (b l aa1 t)) +("blotnick" nil (b l aa1 t n ih0 k)) +("blots" nil (b l aa1 t s)) +("blotter" nil (b l aa1 t er0)) +("blouch" nil (b l aw1 ch)) +("blough" nil (b l aw1)) +("blouin" nil (b l w iy1 n)) +("blount" nil (b l aw1 n t)) +("blouse" nil (b l aw1 s)) +("blouses" nil (b l aw1 s ax z)) +("blow" nil (b l ow1)) +("blowe" nil (b l ow1)) +("blower" nil (b l ow1 er0)) +("blowers" nil (b l ow1 er0 z)) +("blowing" nil (b l ow1 ih0 ng)) +("blown" nil (b l ow1 n)) +("blowout" nil (b l ow1 aw1 t)) +("blowouts" nil (b l ow1 aw1 t s)) +("blows" nil (b l ow1 z)) +("blowtorch" nil (b l ow1 t ao1 r ch)) +("blowup" nil (b l ow1 ah1 p)) +("blowy" nil (b l ow1 iy0)) +("bloxham" nil (b l aa1 k s ax m)) +("bloxom" nil (b l aa1 k s ax m)) +("bloxsom" nil (b l aa1 k s ax m)) +("bloyd" nil (b l oy1 d)) +("bloyer" nil (b l oy1 er0)) +("blubaugh" nil (b l ah1 b ao0)) +("blubber" nil (b l ah1 b er0)) +("bludgeon" nil (b l ah1 jh ax n)) +("bludgeoned" nil (b l ah1 jh ax n d)) +("blue" nil (b l uw1)) +("blueberries" nil (b l uw1 b eh1 r iy0 z)) +("blueberry" nil (b l uw1 b eh1 r iy0)) +("bluebird" nil (b l uw1 b er1 d)) +("bluebonnets" nil (b l uw1 b aa1 n ax t s)) +("bluechip" nil (b l uw1 ch ih1 p)) +("bluefield" nil (b l uw1 f iy1 l d)) +("bluegrass" nil (b l uw1 g r ae1 s)) +("bluejay" nil (b l uw1 jh ey1)) +("bluemel" nil (b l uh1 m ax l)) +("blueprint" nil (b l uw1 p r ih1 n t)) +("blueprints" nil (b l uw1 p r ih1 n t s)) +("blues" nil (b l uw1 z)) +("bluest" nil (b l uw1 ax s t)) +("bluestein" nil (b l uh1 s t ay0 n)) +("bluestine" nil (b l uw1 s t ay1 n)) +("bluestone" nil (b l uw1 s t ow1 n)) +("bluett" nil (b l uw1 t)) +("bluey" nil (b l uw1 iy0)) +("bluff" nil (b l ah1 f)) +("bluffed" nil (b l ah1 f t)) +("bluffing" nil (b l ah1 f ih0 ng)) +("bluffs" nil (b l ah1 f s)) +("bluford" nil (b l uw1 f er0 d)) +("bluhdorn" nil (b l ah1 d ao1 r n)) +("bluhm" nil (b l ah1 m)) +("bluing" nil (b l uw1 ih0 ng)) +("bluish" nil (b l uw1 ih0 sh)) +("bluitt" nil (b l uw1 t)) +("blum" nil (b l uw1 m)) +("blumberg" nil (b l ah1 m b er0 g)) +("blume" nil (b l uw1 m)) +("blumenberg" nil (b l uw1 m eh0 n b er0 g)) +("blumenfeld" nil (b l ah1 m ih0 n f eh0 l d)) +("blumenschein" nil (b l ah1 m ih0 n sh ay0 n)) +("blumenshine" nil (b l ah1 m ih0 n sh ay0 n)) +("blumenstein" nil (b l uw1 m eh0 n s t ay0 n)) +("blumenstock" nil (b l uw1 m eh0 n s t aa0 k)) +("blumenthal" nil (b l uw1 m ax n th ao1 l)) +("blumer" nil (b l uw1 m er0)) +("blumstein" nil (b l ah1 m s t ay0 n)) +("blunck" nil (b l ah1 ng k)) +("blundall" nil (b l ah1 n d ax l)) +("blundell" nil (b l ah1 n d ax l)) +("blunder" nil (b l ah1 n d er0)) +("blundered" nil (b l ah1 n d er0 d)) +("blundering" nil (b l ah1 n d er0 ih0 ng)) +("blunders" nil (b l ah1 n d er0 z)) +("blunk" nil (b l ah1 ng k)) +("blunt" nil (b l ah1 n t)) +("blunted" nil (b l ah1 n t ax d)) +("blunter" nil (b l ah1 n t er0)) +("bluntest" nil (b l ah1 n t ax s t)) +("blunting" nil (b l ah1 n t ih0 ng)) +("bluntly" nil (b l ah1 n t l iy0)) +("bluntness" nil (b l ah1 n t n ax s)) +("blunts" nil (b l ah1 n t s)) +("blur" nil (b l er1)) +("blurb" nil (b l er1 b)) +("blurbs" nil (b l er1 b z)) +("blurred" nil (b l er1 d)) +("blurring" nil (b l er1 ih0 ng)) +("blurry" nil (b l er1 iy0)) +("blurs" nil (b l er1 z)) +("blurt" nil (b l er1 t)) +("blurted" nil (b l er1 t ih0 d)) +("blurton" nil (b l er1 t ax n)) +("blurts" nil (b l er1 t s)) +("blush" nil (b l ah1 sh)) +("blushed" nil (b l ah1 sh t)) +("blushes" nil (b l ah1 sh ax z)) +("blushing" nil (b l ah1 sh ih0 ng)) +("blust" nil (b l ah1 s t)) +("bluster" nil (b l ah1 s t er0)) +("blustering" nil (b l ah1 s t er0 ih0 ng)) +("blustery" nil (b l ah1 s t er0 iy0)) +("bluth" nil (b l uw1 th)) +("bly" nil (b l ay1)) +("blye" nil (b l ay1)) +("blyler" nil (b l ay1 l er0)) +("blystone" nil (b l ay1 s t ow1 n)) +("blyth" nil (b l ih1 th)) +("blythe" nil (b l ay1 dh)) +("bo" nil (b ow1)) +("boa" nil (b ow1 ax)) +("boak" nil (b ow1 k)) +("boake" nil (b ow1 k)) +("boal" nil (b ow1 l)) +("boals" nil (b ow1 l z)) +("boan" nil (b ow1 n)) +("boar" nil (b ao1 r)) +("board" nil (b ao1 r d)) +("boardbent" nil (b ao1 r d b eh1 n t)) +("boarded" nil (b ao1 r d ax d)) +("boarding" nil (b ao1 r d ih0 ng)) +("boardinghouses" nil (b ao1 r d ih0 ng hh aw1 s ih0 z)) +("boardings" nil (b ao1 r d ih0 ng z)) +("boardman" nil (b ao1 r d m ax n)) +("boardroom" nil (b ao1 r d r uw1 m)) +("boardrooms" nil (b ao1 r d r uw1 m z)) +("boards" nil (b ao1 r d z)) +("boardwalk" nil (b ao1 r d w ao1 k)) +("boarman" nil (b ao1 r m ax n)) +("boart" nil (b ao1 r t)) +("boas" nil (b ow1 ax z)) +("boase" nil (b ow1 z)) +("boast" nil (b ow1 s t)) +("boasted" nil (b ow1 s t ax d)) +("boastful" nil (b ow1 s t f ax l)) +("boasting" nil (b ow1 s t ih0 ng)) +("boasts" nil (b ow1 s t s)) +("boat" nil (b ow1 t)) +("boated" nil (b ow1 t ih0 d)) +("boaters" nil (b ow1 t er0 z)) +("boathouse" nil (b ow1 t hh aw1 s)) +("boating" nil (b ow1 t ih0 ng)) +("boatlift" nil (b ow1 t l ih1 f t)) +("boatlifts" nil (b ow1 t l ih1 f t s)) +("boatload" nil (b ow1 t l ow1 d)) +("boatloads" nil (b ow1 t l ow1 d z)) +("boatman" nil (b ow1 t m ax n)) +("boatner" nil (b ow1 t n er0)) +("boatright" nil (b ow1 t r ay1 t)) +("boats" nil (b ow1 t s)) +("boatwright" nil (b ow1 t r ay1 t)) +("boatyard" nil (b ow1 t y aa1 r d)) +("boaz" nil (b ow1 ae0 z)) +("bob" nil (b aa1 b)) +("boback" nil (b ow1 b ae1 k)) +("bobadilla" nil (b ow0 b aa0 d ih1 l ax)) +("bobak" nil (b ow1 b ax k)) +("bobb" nil (b aa1 b)) +("bobber" nil (b aa1 b er0)) +("bobbett" nil (b aa1 b ih0 t)) +("bobbette" nil (b aa1 b eh1 t)) +("bobbie" nil (b aa1 b iy0)) +("bobbin" nil (b aa1 b ax n)) +("bobbing" nil (b aa1 b ih0 ng)) +("bobbinger" nil (b aa1 b ih0 ng er0)) +("bobbitt" nil (b aa1 b ih0 t)) +("bobbitts" nil (b aa1 b ih0 t s)) +("bobbo" nil (b aa1 b ow0)) +("bobby" nil (b aa1 b iy0)) +("bobcat" nil (b aa1 b k ae1 t)) +("bobe" nil (b ow1 b)) +("bobeck" nil (b ow1 b eh1 k)) +("bobek" nil (b ow1 b ih0 k)) +("bober" nil (b aa1 b er0)) +("boberg" nil (b ow1 b er0 g)) +("bobick" nil (b aa1 b ih0 k)) +("bobier" nil (b ow1 b iy0 er0)) +("bobinski" nil (b ax b ih1 n s k iy0)) +("boblitt" nil (b ax b l ih1 t)) +("bobo" nil (b ow1 b ow0)) +("bobolas" nil (b ow1 b ow0 l ax s)) +("bobrow" nil (b aa1 b r ow1)) +("bobrowski" nil (b ax b r ao1 f s k iy0)) +("bobsled" nil (b aa1 b s l eh1 d)) +("bobst" nil (b aa1 b s t)) +("bobzien" nil (b aa1 b z iy0 n)) +("boca" nil (b ow1 k ax)) +("bocanegra" nil (b aa1 k ax n eh1 g r ax)) +("bocchino" nil (b ow1 k iy1 n ow0)) +("boccia" nil (b ow1 ch ax)) +("boccio" nil (b ow1 ch iy0 ow0)) +("boccuzzi" nil (b ow0 k uw1 t s iy0)) +("bocek" nil (b ow1 ch eh1 k)) +("boch" nil (b aa1 k)) +("bocharov" nil (b aa1 ch er0 aa0 v)) +("bochco" nil (b aa1 ch k ow0)) +("boche" nil (b aa1 ch)) +("bochenek" nil (b aa1 k ih0 n ih0 k)) +("boches" nil (b aa1 ch ih0 z)) +("bochicchio" nil (b ow0 k iy1 k iy0 ow0)) +("bochner" nil (b aa1 k n er0)) +("bocian" nil (b ow1 sh ax n)) +("bock" nil (b aa1 k)) +("bockelman" nil (b aa1 k ax l m ax n)) +("bockius" nil (b aa1 k iy0 ax s)) +("bockman" nil (b aa1 k m ax n)) +("bockus" nil (b aa1 k ax s)) +("bocock" nil (b aa1 k ax k)) +("bocook" nil (b aa1 k uh0 k)) +("boda" nil (b ow1 d ax)) +("bodamer" nil (b aa1 d ax m er0)) +("bodanis" nil (b ow0 d aa1 n ih0 s)) +("bodden" nil (b aa1 d ax n)) +("boddie" nil (b aa1 d iy0)) +("boddington" nil (b aa1 d ih0 ng t ax n)) +("boddy" nil (b aa1 d iy0)) +("bode" nil (b ow1 d)) +("bodegas" nil (b ow0 d ey1 g ax s)) +("bodell" nil (b ax d eh1 l)) +("boden" nil (b ow1 d ax n)) +("bodenhamer" nil (b aa1 d ih0 n hh ax m er0)) +("bodenheimer" nil (b aa1 d ih0 n hh ay0 m er0)) +("bodenstein" nil (b ow1 d ax n s t ay1 n)) +("bodensteiner" nil (b ow1 d ax n s t ay1 n er0)) +("bodes" nil (b ow1 d z)) +("bodey" nil (b ow1 d iy0)) +("bodi" nil (b ow1 d iy0)) +("bodie" nil (b ow1 d iy0)) +("bodied" nil (b aa1 d iy0 d)) +("bodies" nil (b aa1 d iy0 z)) +("bodily" nil (b aa1 d ax l iy0)) +("bodin" nil (b ow1 d ih0 n)) +("bodine" nil (b ow0 d iy1 n iy0)) +("bodkin" nil (b aa1 d k ih0 n)) +("bodkins" nil (b aa1 d k ih0 n z)) +("bodle" nil (b ow1 d ax l)) +("bodley" nil (b aa1 d l iy0)) +("bodman" nil (b aa1 d m ax n)) +("bodmer" nil (b aa1 d m er0)) +("bodnar" nil (b ax d n aa1 r)) +("bodner" nil (b aa1 d n er0)) +("bodo" nil (b ow1 d ow0)) +("bodwell" nil (b aa1 d w eh1 l)) +("body" nil (b aa1 d iy0)) +("bodyguard" nil (b aa1 d iy0 g aa1 r d)) +("bodyguards" nil (b aa1 d iy0 g aa1 r d z)) +("boe" nil (b ow1)) +("boeck" nil (b ow1 k)) +("boeckel" nil (b ow1 k ax l)) +("boecker" nil (b ow1 k er0)) +("boeckman" nil (b ow1 k m ax n)) +("boeckmann" nil (b ow1 k m ax n)) +("boedecker" nil (b ow1 d ih0 k er0)) +("boedeker" nil (b ow1 d ih0 k er0)) +("boeder" nil (b ow1 d er0)) +("boeding" nil (b ow1 d ih0 ng)) +("boege" nil (b ow1 jh)) +("boeger" nil (b ow1 g er0)) +("boeh" nil (b ow1)) +("boehl" nil (b ow1 l)) +("boehle" nil (b ow1 hh ax l)) +("boehler" nil (b ow1 l er0)) +("boehlert" nil (b ow1 l er0 t)) +("boehlke" nil (b ow1 l k)) +("boehm" nil (b ow1 m)) +("boehme" nil (b ow1 m)) +("boehmer" nil (b ow1 m er0)) +("boehmke" nil (b ow1 m k iy0)) +("boehne" nil (b ow1 n)) +("boehner" nil (b ow1 n er0)) +("boehning" nil (b ow1 n ih0 ng)) +("boehnke" nil (b ow1 ng k)) +("boehnlein" nil (b ow1 n l ay1 n)) +("boehringer" nil (b ao1 r ih0 ng er0)) +("boeing" nil (b ow1 ih0 ng)) +("boeke" nil (b ow1 k)) +("boeker" nil (b ow1 k er0)) +("boelens" nil (b ow1 l ax n z)) +("boelkow" nil (b ow1 l k aw0)) +("boelman" nil (b ow1 l m ax n)) +("boelter" nil (b ow1 l t er0)) +("boen" nil (b ow1 n)) +("boenig" nil (b ow1 n ih0 g)) +("boening" nil (b aa1 ax n ih0 ng)) +("boepple" nil (b ow1 p ax l)) +("boer" nil (b ao1 r)) +("boerger" nil (b ao1 r g er0)) +("boerman" nil (b ao1 r m ax n)) +("boerner" nil (b ao1 r n er0)) +("boers" nil (b ao1 r z)) +("boersma" nil (b ao1 r s m ax)) +("boes" nil (b ow1 z)) +("boesak" nil (b ow1 z ae0 k)) +("boesch" nil (b ow1 sh)) +("boeschenstein" nil (b ow1 sh ax n s t iy1 n)) +("boese" nil (b ow1 s)) +("boesel" nil (b ow1 s ax l)) +("boesen" nil (b ow1 s ax n)) +("boesky" nil (b ow1 s k iy0)) +("boeskys" nil (b ow1 s k iy0 z)) +("boetcher" nil (b ow1 ch er0)) +("boettcher" nil (b ow1 ch er0)) +("boettger" nil (b ow1 t g er0)) +("boettner" nil (b ow1 t n er0)) +("boeve" nil (b ow1 v)) +("boff" nil (b ao1 f)) +("boffa" nil (b aa1 f ax)) +("boffo" nil (b ao1 f ow0)) +("bofors" nil (b ow1 f er0 z)) +("bog" nil (b aa1 g)) +("bogacki" nil (b ax g aa1 t s k iy0)) +("bogacz" nil (b aa1 g ax ch)) +("bogan" nil (b ow1 g ax n)) +("bogar" nil (b ax g aa1 r)) +("bogard" nil (b aa1 g er0 d)) +("bogardus" nil (b aa1 g aa0 r d ih0 s)) +("bogart" nil (b ow1 g aa1 r t)) +("bogdan" nil (b aa1 g d ax n)) +("bogdanoff" nil (b aa1 g d ax n ao0 f)) +("bogdanski" nil (b ax g d ae1 n s k iy0)) +("bogden" nil (b aa1 g d ax n)) +("bogdon" nil (b aa1 g d ax n)) +("boge" nil (b ow1 jh)) +("bogen" nil (b aa1 g ax n)) +("bogenschutz" nil (b aa1 g ih0 n sh ax t s)) +("boger" nil (b ow1 g er0)) +("bogert" nil (b aa1 g er0 t)) +("bogey" nil (b ow1 g iy0)) +("bogeyed" nil (b ow1 g iy0 d)) +("bogeyman" nil (b ow1 g iy0 m ae1 n)) +("bogeymen" nil (b ow1 g iy0 m ih1 n)) +("boggan" nil (b aa1 g ax n)) +("bogged" nil (b aa1 g d)) +("boggess" nil (b aa1 g ih0 s)) +("bogging" nil (b ao1 g ih0 ng)) +("boggio" nil (b ow1 jh iy0 ow0)) +("boggled" nil (b aa1 g ax l d)) +("boggles" nil (b aa1 g ax l z)) +("boggling" nil (b aa1 g ax l ih0 ng)) +("boggs" nil (b ao1 g z)) +("boggus" nil (b aa1 g ax s)) +("boghosian" nil (b ax g hh aa1 zh ih0 n)) +("bogie" nil (b uh1 g iy0)) +("bogin" nil (b ow1 jh ih0 n)) +("bogle" nil (b ow1 g ax l)) +("bognar" nil (b ax g n aa1 r)) +("bogner" nil (b aa1 g n er0)) +("bogor" nil (b ow1 g ao1 r)) +("bogosian" nil (b ax g aa1 zh ih0 n)) +("bogota" nil (b ow1 g ax t aa1)) +("bogs" nil (b aa1 g z)) +("bogucki" nil (b ax g ah1 t s k iy0)) +("bogue" nil (b ow1 g)) +("bogus" nil (b ow1 g ax s)) +("boguslavskaya" nil (b ow0 g ah1 s l ax v s k ay1 ax)) +("bogusz" nil (b aa1 g ax sh)) +("bohac" nil (b ow1 hh ax k)) +("bohall" nil (b aa1 hh ax l)) +("bohan" nil (b ow1 hh ax n)) +("bohanan" nil (b aa1 hh ax n ae0 n)) +("bohannan" nil (b ax hh ae1 n ax n)) +("bohannon" nil (b aa1 hh ax n aa0 n)) +("bohanon" nil (b aa1 hh ax n aa0 n)) +("bohart" nil (b aa1 hh aa0 r t)) +("boheme" nil (b ow0 hh ey1 m ey0)) +("bohemia" nil (b ow0 hh iy1 m iy0 ax)) +("bohemian" nil (b ow0 hh iy1 m iy0 ax n)) +("bohen" nil (b ow1 ax n)) +("bohl" nil (b ow1 l)) +("bohland" nil (b ow1 l ax n d)) +("bohlander" nil (b ow1 l ax n d er0)) +("bohle" nil (b ow1 hh ax l)) +("bohlen" nil (b ow1 l ax n)) +("bohler" nil (b ow1 l er0)) +("bohlin" nil (b ow1 l ih0 n)) +("bohling" nil (b ow1 l ih0 ng)) +("bohlinger" nil (b ow1 l ih0 ng er0)) +("bohlke" nil (b aa1 k)) +("bohlken" nil (b ow1 l k ax n)) +("bohlman" nil (b ow1 l m ax n)) +("bohlmann" nil (b ow1 l m ax n)) +("bohm" nil (b aa1 m)) +("bohman" nil (b ow1 m ax n)) +("bohmer" nil (b ow1 m er0)) +("bohn" nil (b ow1 n)) +("bohne" nil (b ow1 n)) +("bohnen" nil (b ow1 n ax n)) +("bohnenkamp" nil (b ow1 n ih0 n k ae0 m p)) +("bohner" nil (b ow1 n er0)) +("bohnert" nil (b ow1 n er0 t)) +("bohnet" nil (b aa1 n ih0 t)) +("bohnhoff" nil (b ow1 n hh ao1 f)) +("bohning" nil (b aa1 n ih0 ng)) +("bohnsack" nil (b ow1 n s ax k)) +("bohon" nil (b ow1 hh ax n)) +("bohr" nil (b ao1 r)) +("bohren" nil (b ao1 r ax n)) +("bohrer" nil (b ao1 r er0)) +("boice" nil (b oy1 s)) +("boies" nil (b oy1 z)) +("boik" nil (b oy1 k)) +("boike" nil (b oy1 k)) +("boil" nil (b oy1 l)) +("boilard" nil (b oy0 l aa1 r d)) +("boileau" nil (b oy1 l ow1)) +("boiled" nil (b oy1 l d)) +("boiler" nil (b oy1 l er0)) +("boilermaker" nil (b oy1 l er0 m ey1 k er0)) +("boilerplate" nil (b oy1 l er0 p l ey1 t)) +("boilers" nil (b oy1 l er0 z)) +("boiling" nil (b oy1 l ih0 ng)) +("boils" nil (b oy1 l z)) +("bois" nil (b w aa1)) +("boisclair" nil (b w aa0 k l eh1 r)) +("boise" nil (b oy1 z iy0)) +("boisen" nil (b oy1 s ax n)) +("boisi" nil (b oy1 s iy0)) +("boisjoly" nil (b oy1 s jh ax l iy0)) +("boisseau" nil (b w aa1 s ow1)) +("boissonneault" nil (b w aa1 s ax n ow0)) +("boisterous" nil (b oy1 s t er0 ax s)) +("boisvert" nil (b w aa0 v er1 t)) +("boitano" nil (b oy1 t aa1 n ow0)) +("boitnott" nil (b oy0 t n aa1 t)) +("boivin" nil (b oy0 v ae1 n)) +("bojanowski" nil (b ax y ax n ao1 f s k iy0)) +("bojarski" nil (b ax y aa1 r s k iy0)) +("bojorquez" nil (b ow0 y ao1 r k w eh0 z)) +("bok" nil (b aa1 k)) +("bokassa" nil (b ax k aa1 s ax)) +("boker" nil (b ow1 k er0)) +("bokor" nil (b ow1 k er0)) +("boksen" nil (b aa1 k s ax n)) +("bol" nil (b aa1 l)) +("bolam" nil (b ow1 l ax m)) +("bolan" nil (b ow1 l ax n)) +("boland" nil (b ow1 l ax n d)) +("bolander" nil (b aa1 l ax n d er0)) +("bolanos" nil (b ow0 l aa1 n ow0 z)) +("bolar" nil (b ow1 l er0)) +("bolch" nil (b ow1 l ch)) +("bolcom" nil (b ow1 l k ax m)) +("bold" nil (b ow1 l d)) +("bolda" nil (b ow1 l d ax)) +("bolden" nil (b ow1 l d ax n)) +("bolder" nil (b ow1 l d er0)) +("boldest" nil (b ow1 l d ih0 s t)) +("boldface" nil (b ow1 l d f ey1 s)) +("boldin" nil (b ow1 l d ih0 n)) +("bolding" nil (b ow1 l d ih0 ng)) +("boldly" nil (b ow1 l d l iy0)) +("boldman" nil (b ow1 l d m ax n)) +("boldness" nil (b ow1 l d n ax s)) +("boldon" nil (b ow1 l d ax n)) +("bolds" nil (b ow1 l d z)) +("boldt" nil (b ow1 l t)) +("bolduc" nil (b ow1 l d ax k)) +("bole" nil (b ow1 l)) +("bolek" nil (b ow1 l ih0 k)) +("bolen" nil (b ow1 l ax n)) +("bolenbaugh" nil (b ax l eh1 n b ao0)) +("bolender" nil (b aa1 l eh0 n d er0)) +("boler" nil (b ow1 l er0)) +("bolerjack" nil (b aa1 l er0 jh ax k)) +("bolero" nil (b ow0 l eh1 r ow0)) +("boles" nil (b ow1 l z)) +("boleware" nil (b ow1 l w eh0 r)) +("boley" nil (b ow1 l iy0)) +("bolf" nil (b ow1 l f)) +("bolger" nil (b ow1 l jh er0)) +("bolich" nil (b aa1 l ih0 k)) +("bolick" nil (b aa1 l ih0 k)) +("boliden" nil (b ow1 l ih0 d ax n)) +("bolin" nil (b ow1 l ih0 n)) +("boline" nil (b aa1 l ay0 n)) +("boling" nil (b ow1 l ih0 ng)) +("bolinger" nil (b ow1 l ih0 ng er0)) +("bolio" nil (b ow1 l iy0 ow0)) +("bolitho" nil (b ow0 l ih1 th ax)) +("bolivar" nil (b aa1 l ax v er0)) +("bolivars" nil (b aa1 l ax v er0 z)) +("bolivia" nil (b ax l ih1 v iy0 ax)) +("bolivian" nil (b ow0 l ih1 v iy0 ax n)) +("bolker" nil (b ow1 l k er0)) +("bolkow" nil (b ow1 l k aw0)) +("boll" nil (b ow1 l)) +("bolla" nil (b aa1 l ax)) +("bolland" nil (b aa1 l ax n d)) +("bollapragada" nil (b ow0 l aa1 p r ax g aa1 d ax)) +("bollard" nil (b aa1 l er0 d)) +("bolle" nil (b aa1 l)) +("bollen" nil (b aa1 l ax n)) +("bollenbach" nil (b aa1 l ih0 n b aa0 k)) +("bollenbacher" nil (b aa1 l ih0 n b aa0 k er0)) +("boller" nil (b aa1 l er0)) +("bolles" nil (b ow1 l z)) +("bollettieri" nil (b ax l eh1 t iy0 eh1 r iy0)) +("bollier" nil (b aa1 l iy0 er0)) +("bollig" nil (b aa1 l ih0 g)) +("bolliger" nil (b aa1 l ih0 g er0)) +("bollin" nil (b aa1 l ih0 n)) +("bolling" nil (b ow1 l ih0 ng)) +("bollinger" nil (b aa1 l ih0 ng er0)) +("bollman" nil (b aa1 l m ax n)) +("bollmann" nil (b aa1 l m ax n)) +("bollore" nil (b aa1 l ao0 r)) +("bolls" nil (b ow1 l z)) +("bologna" nil (b ax l ow1 n iy0)) +("bolognese" nil (b ow0 l ow0 g n ey1 z iy0)) +("bolognesi" nil (b aa1 l aa0 g n eh1 s iy0)) +("bolon" nil (b ow1 l ax n)) +("bolotin" nil (b aa1 l ax t ih0 n)) +("bolsa" nil (b ow1 l s ax)) +("bolser" nil (b ow1 l s er0)) +("bolshevik" nil (b ow1 l sh ax v ih1 k)) +("bolsheviks" nil (b ow1 l sh ax v ih1 k s)) +("bolshevism" nil (b ow1 l sh ax v ih1 z ax m)) +("bolshevist" nil (b ow1 l sh ih0 v ih1 s t)) +("bolshoi" nil (b ow0 l sh oy1)) +("bolson" nil (b ow1 l s ax n)) +("bolstad" nil (b ow1 l s t ax d)) +("bolster" nil (b ow1 l s t er0)) +("bolstered" nil (b ow1 l s t er0 d)) +("bolstering" nil (b ow1 l s t er0 ih0 ng)) +("bolsters" nil (b ow1 l s t er0 z)) +("bolt" nil (b ow1 l t)) +("bolte" nil (b ow1 l t)) +("bolted" nil (b ow1 l t ax d)) +("bolten" nil (b ow1 l t ax n)) +("bolter" nil (b ow1 l t er0)) +("bolthouse" nil (b ow1 l t hh aw1 s)) +("bolting" nil (b ow1 l t ih0 ng)) +("bolton" nil (b ow1 l t ax n)) +("bolts" nil (b ow1 l t s)) +("boltz" nil (b ow1 l t s)) +("boltzmanns" nil (b ow1 l t s m ax n z)) +("bolus" nil (b ow1 l ax s)) +("bolyard" nil (b ax l y aa1 r d)) +("bolz" nil (b ow1 l z)) +("bom" nil (b aa1 m)) +("bomag" nil (b ow1 m ae0 g)) +("boman" nil (b ow1 m ax n)) +("bomar" nil (b ax m aa1 r)) +("bomb" nil (b aa1 m)) +("bomba" nil (b aa1 m b ax)) +("bombard" nil (b aa0 m b aa1 r d)) +("bombarded" nil (b aa0 m b aa1 r d ih0 d)) +("bombardier" nil (b aa1 m b er0 d ih1 r)) +("bombarding" nil (b aa0 m b aa1 r d ih0 ng)) +("bombardment" nil (b aa0 m b aa1 r d m ax n t)) +("bombardments" nil (b aa0 m b aa1 r d m ax n t s)) +("bombast" nil (b aa1 m b ae0 s t)) +("bombastic" nil (b aa0 m b ae1 s t ih0 k)) +("bombay" nil (b aa0 m b ey1)) +("bombeck" nil (b aa1 m b eh1 k)) +("bombed" nil (b aa1 m d)) +("bomber" nil (b aa1 m er0)) +("bomberg" nil (b aa1 m b er0 g)) +("bomberger" nil (b aa1 m b er0 g er0)) +("bombers" nil (b aa1 m er0 z)) +("bombing" nil (b aa1 m ih0 ng)) +("bombings" nil (b aa1 m ih0 ng z)) +("bombs" nil (b aa1 m z)) +("bombshell" nil (b aa1 m sh eh1 l)) +("bombshells" nil (b aa1 m sh eh1 l z)) +("bomer" nil (b ow1 m er0)) +("bomgardner" nil (b aa1 m g aa1 r d n er0)) +("bommarito" nil (b aa1 m er0 iy1 t ow0)) +("bommer" nil (b aa1 m er0)) +("bon" nil (b aa1 n)) +("bona" nil (b ow1 n ax)) +("bonacci" nil (b ow0 n aa1 ch iy0)) +("bonadio" nil (b ow0 n aa1 d iy0 ow0)) +("bonadonna" nil (b aa1 n ax d aa1 n ax)) +("bonafede" nil (b aa1 n ax f iy1 d)) +("bonanni" nil (b ow0 n aa1 n iy0)) +("bonanno" nil (b ow0 n aa1 n ow0)) +("bonanza" nil (b ax n ae1 n z ax)) +("bonaparte" nil (b ow1 n ax p aa1 r t)) +("bonar" nil (b ow1 n er0)) +("bonasera" nil (b ow0 n aa0 s eh1 r ax)) +("bonaventura" nil (b ow0 n aa0 v eh0 n t uh1 r ax)) +("bonaventure" nil (b aa1 n ax v eh1 n ch er0)) +("bonavia" nil (b aa1 n ey1 v iy0 ax)) +("bonavita" nil (b ow0 n aa0 v iy1 t ax)) +("bonawitz" nil (b aa1 n ax w ih0 t s)) +("bonczek" nil (b aa1 n ch eh0 k)) +("bond" nil (b aa1 n d)) +("bondage" nil (b aa1 n d ih0 jh)) +("bondar" nil (b ax n d aa1 r)) +("bonde" nil (b aa1 n d)) +("bonded" nil (b aa1 n d ax d)) +("bonderman" nil (b aa1 n d er0 m ax n)) +("bondholder" nil (b aa1 n d hh ow1 l d er0)) +("bondholders" nil (b aa1 n d hh ow1 l d er0 z)) +("bondi" nil (b aa1 n d iy0)) +("bonding" nil (b aa1 n d ih0 ng)) +("bonds" nil (b aa1 n d z)) +("bondt" nil (b aa1 n t)) +("bondurant" nil (b ow0 n d uh1 r ax n t)) +("bondy" nil (b aa1 n d iy0)) +("bone" nil (b ow1 n)) +("bonebrake" nil (b ow1 n b r ey1 k)) +("bonecrusher" nil (b ow1 n k r ah1 sh er0)) +("bonecutter" nil (b ow1 n k ah1 t er0)) +("boned" nil (b ow1 n d)) +("boneless" nil (b ow1 n l ax s)) +("bonelli" nil (b ow0 n eh1 l iy0)) +("bonello" nil (b ow0 n eh1 l ow0)) +("bonenberger" nil (b ow1 n ax n b er0 g er0)) +("bonenfant" nil (b ow1 n f ax n t)) +("boner" nil (b ow1 n er0)) +("bones" nil (b ow1 n z)) +("bonesteel" nil (b ow1 n s t iy1 l)) +("bonet" nil (b ow1 n t)) +("bonetti" nil (b ow0 n eh1 t iy0)) +("boney" nil (b ow1 n iy0)) +("bonfanti" nil (b ow0 n f aa1 n t iy0)) +("bonfield" nil (b aa1 n f iy1 l d)) +("bonfiglio" nil (b aa1 n f ih1 g l iy0 ow0)) +("bonfire" nil (b aa1 n f ay1 er0)) +("bonfires" nil (b aa1 n f ay1 er0 z)) +("bong" nil (b aa1 ng)) +("bongard" nil (b ax ng g aa1 r d)) +("bongarten" nil (b aa1 n g aa1 r t ax n)) +("bongers" nil (b ao1 ng er0 z)) +("bongiorno" nil (b ow0 n jh ao1 r n ow0)) +("bongiovanni" nil (b ow0 n jh ow0 v aa1 n iy0)) +("bongos" nil (b aa1 ng g ow1 z)) +("bonham" nil (b aa1 n hh ax m)) +("boni" nil (b ow1 n iy0)) +("bonica" nil (b aa1 n ih0 k ax)) +("bonifacio" nil (b aa1 n ih0 f ey1 s iy0 ow0)) +("bonifas" nil (b aa1 n ih0 f ax z)) +("bonifay" nil (b aa1 n ih0 f ey1)) +("bonifield" nil (b aa1 n ih0 f iy1 l d)) +("bonilla" nil (b ax n ih1 l ax)) +("bonin" nil (b ow1 n ih0 n)) +("bonine" nil (b ow0 n iy1 n iy0)) +("bonini" nil (b ow0 n iy1 n iy0)) +("bonino" nil (b ow0 n iy1 n ow0)) +("bonior" nil (b ow1 n iy0 er0)) +("bonita" nil (b ow0 n iy1 t ax)) +("bonito" nil (b ax n iy1 t ow0)) +("bonjour" nil (b ax n zh uh1 r)) +("bonk" nil (b aa1 ng k)) +("bonker" nil (b ao1 ng k er0)) +("bonkers" nil (b aa1 ng k er0 z)) +("bonkowski" nil (b ax ng k ao1 f s k iy0)) +("bonn" nil (b aa1 n)) +("bonne" nil (b aa1 n)) +("bonneau" nil (b ax n ow1)) +("bonnell" nil (b aa1 n ax l)) +("bonnema" nil (b aa1 n ih0 m ax)) +("bonner" nil (b ao1 n er0)) +("bonnes" nil (b ao1 n z)) +("bonnet" nil (b aa1 n ax t)) +("bonnett" nil (b aa1 n ih0 t)) +("bonnette" nil (b ax n eh1 t)) +("bonneville" nil (b aa1 n ax v ih1 l)) +("bonnevilles" nil (b aa1 n ax v ih1 l z)) +("bonney" nil (b aa1 n iy0)) +("bonnibel" nil (b aa1 n ih0 b ax l)) +("bonnibelle" nil (b aa1 n ih0 b ax l)) +("bonnie" nil (b aa1 n iy0)) +("bonnin" nil (b aa1 n ih0 n)) +("bonnor" nil (b aa1 n er0)) +("bonny" nil (b aa1 n iy0)) +("bono" nil (b ow1 n ow0)) +("bonomo" nil (b aa1 n ax m ow0)) +("bonsai" nil (b aa0 n s ay1)) +("bonsall" nil (b ow0 n s aa1 l)) +("bonser" nil (b aa1 n s er0)) +("bonsignore" nil (b ow0 n s iy0 g n ao1 r iy0)) +("bonta" nil (b aa1 n t ax)) +("bonte" nil (b aa1 n t)) +("bontempo" nil (b aa1 n t eh1 m p ow0)) +("bontrager" nil (b aa1 n t r ey1 g er0)) +("bonum" nil (b aa1 n ax m)) +("bonura" nil (b ow0 n uh1 r ax)) +("bonus" nil (b ow1 n ax s)) +("bonuses" nil (b ow1 n ax s ih0 z)) +("bonvillain" nil (b aa1 n v ih0 l ey1 n)) +("bonville" nil (b ow1 n v ih0 l)) +("bonwell" nil (b aa1 n w eh1 l)) +("bonwit" nil (b aa1 n w ih0 t)) +("bony" nil (b ow1 n iy0)) +("bonzo" nil (b aa1 n z ow0)) +("boo" nil (b uw1)) +("booby" nil (b uw1 b iy0)) +("boock" nil (b uw1 k)) +("boodles" nil (b uw1 d ax l z)) +("boody" nil (b uw1 d iy0)) +("booe" nil (b aa1 ow0)) +("booed" nil (b uw1 d)) +("boogie" nil (b uw1 g iy0)) +("booher" nil (b uw1 er0)) +("booing" nil (b uw1 ih0 ng)) +("book" nil (b uh1 k)) +("bookbinder" nil (b uh1 k b ay1 n d er0)) +("bookcase" nil (b uh1 k k ey1 s)) +("bookcases" nil (b uh1 k k ey1 s ih0 z)) +("bookcellar" nil (b uh1 k s eh1 l er0)) +("booked" nil (b uh1 k t)) +("bookends" nil (b uh1 k eh1 n d z)) +("booker" nil (b uh1 k er0)) +("bookers" nil (b uh1 k er0 z)) +("bookies" nil (b uh1 k iy0 z)) +("bookin" nil (b uh1 k ih0 n)) +("booking" nil (b uh1 k ih0 ng)) +("bookings" nil (b uh1 k ih0 ng z)) +("bookish" nil (b uh1 k ih0 sh)) +("bookkeeper" nil (b uh1 k k iy1 p er0)) +("bookkeepers" nil (b uh1 k k iy1 p er0 z)) +("bookkeeping" nil (b uh1 k k iy1 p ih0 ng)) +("booklet" nil (b uh1 k l ih0 t)) +("booklets" nil (b uh1 k l ax t s)) +("bookmaking" nil (b uh1 k m ey1 k ih0 ng)) +("bookman" nil (b uh1 k m ax n)) +("bookmobile" nil (b uh1 k m ow0 b iy1 l)) +("bookout" nil (b uh1 k aw1 t)) +("books" nil (b uh1 k s)) +("bookseller" nil (b uh1 k s eh1 l er0)) +("booksellers" nil (b uh1 k s eh1 l er0 z)) +("bookshelf" nil (b uh1 k sh eh1 l f)) +("bookshelves" nil (b uh1 k sh eh1 l v z)) +("bookshop" nil (b uh1 k sh aa1 p)) +("bookshops" nil (b uh1 k sh aa1 p s)) +("booksmith" nil (b uh1 k s m ih1 th)) +("bookstop" nil (b uh1 k s t aa1 p)) +("bookstore" nil (b uh1 k s t ao1 r)) +("bookstores" nil (b uh1 k s t ao1 r z)) +("bookwalter" nil (b uh1 k w ax l t er0)) +("bookworm" nil (b uh1 k w er1 m)) +("boole" nil (b uw1 l)) +("boom" nil (b uw1 m)) +("boomed" nil (b uw1 m d)) +("boomer" nil (b uw1 m er0)) +("boomerang" nil (b uw1 m er0 ae1 ng)) +("boomeranged" nil (b uw1 m er0 ae1 ng d)) +("boomers" nil (b uw1 m er0 z)) +("boomershine" nil (b uw1 m er0 sh ay1 n)) +("boomhower" nil (b uw1 m hh ow0 er0)) +("booming" nil (b uw1 m ih0 ng)) +("boomlet" nil (b uw1 m l ax t)) +("booms" nil (b uw1 m z)) +("boomsma" nil (b uw1 m z m ax)) +("boomtown" nil (b uw1 m t aw1 n)) +("boon" nil (b uw1 n)) +("boondocks" nil (b uw1 n d aa1 k s)) +("boondoggle" nil (b uw1 n d aa1 g ax l)) +("boondoggles" nil (b uw1 n d aa1 g ax l z)) +("boone" nil (b uw1 n)) +("boonstra" nil (b uw1 n s t r ax)) +("boonton" nil (b uw1 n t ax n)) +("boonville" nil (b uw1 n v ih0 l)) +("boop" nil (b uw1 p)) +("boor" nil (b uh1 r)) +("booras" nil (b uh1 r ax z)) +("boord" nil (b uh1 r d)) +("boorda" nil (b uh1 r d ax)) +("boorish" nil (b uh1 r ih0 sh)) +("boorishness" nil (b uh1 r ih0 sh n ax s)) +("boorman" nil (b uh1 r m ax n)) +("boors" nil (b uh1 r z)) +("boorstin" nil (b uw1 r s t ih0 n)) +("boos" nil (b uw1 z)) +("boose" nil (b uw1 s)) +("boost" nil (b uw1 s t)) +("boosted" nil (b uw1 s t ih0 d)) +("booster" nil (b uw1 s t er0)) +("boosterism" nil (b uw1 s t er0 ih1 z ax m)) +("boosters" nil (b uw1 s t er0 z)) +("boosting" nil (b uw1 s t ih0 ng)) +("boosts" nil (b uw1 s t s)) +("boot" nil (b uw1 t)) +("boote" nil (b uw1 t)) +("booted" nil (b uw1 t ih0 d)) +("booten" nil (b uw1 t ax n)) +("booth" nil (b uw1 th)) +("boothby" nil (b uw1 th b iy0)) +("boothe" nil (b uw1 dh)) +("boothman" nil (b uw1 th m ax n)) +("boothroyd" nil (b uw1 th r oy1 d)) +("booths" nil (b uw1 th s)) +("booties" nil (b uw1 t iy0 z)) +("booting" nil (b uw1 t ih0 ng)) +("bootleg" nil (b uw1 t l eh1 g)) +("bootlegger" nil (b uw1 t l eh1 g er0)) +("bootleggers" nil (b uw1 t l eh1 g er0 z)) +("bootlegging" nil (b uw1 t l eh1 g ih0 ng)) +("bootlegs" nil (b uw1 t l eh1 g z)) +("booton" nil (b uw1 t ax n)) +("boots" nil (b uw1 t s)) +("bootstrap" nil (b uw1 t s t r ae1 p)) +("bootstraps" nil (b uw1 t s t r ae1 p s)) +("booty" nil (b uw1 t iy0)) +("bootz" nil (b uw1 t s)) +("booz" nil (b uw1 z)) +("booze" nil (b uw1 z)) +("boozer" nil (b uw1 z er0)) +("boozier" nil (b uw1 z iy0 er0)) +("boozy" nil (b uw1 z iy0)) +("bop" nil (b aa1 p)) +("bopeep" nil (b ow0 p iy1 p)) +("bopera" nil (b ow0 p eh1 r ax)) +("bophuthatswana" nil (b ow1 f uw0 th aa0 t s w aa1 n ax)) +("bopp" nil (b aa1 p)) +("bopper" nil (b aa1 p er0)) +("boppers" nil (b aa1 p er0 z)) +("boquist" nil (b aa1 k w ih0 s t)) +("bora" nil (b ao1 r ax)) +("borah" nil (b ao1 r ax)) +("borak" nil (b ao1 r ax k)) +("boral" nil (b ao1 r ax l)) +("borawski" nil (b er0 aa1 f s k iy0)) +("borax" nil (b ao1 r ae1 k s)) +("borba" nil (b ao1 r b ax)) +("borchard" nil (b er0 sh aa1 r d)) +("borchardt" nil (b er0 sh aa1 r d t)) +("borchelt" nil (b ao1 r k ih0 l t)) +("borcherding" nil (b ao1 r k er0 d ih0 ng)) +("borchers" nil (b ao1 r k er0 z)) +("borchert" nil (b ao1 r k er0 t)) +("borck" nil (b ao1 r k)) +("borda" nil (b ao1 r d ax)) +("bordallo" nil (b ao0 r d ae1 l ow0)) +("bordas" nil (b ao1 r d ax z)) +("bordeau" nil (b er0 d ow1)) +("bordeaux" nil (b ao0 r d ow1)) +("bordello" nil (b ao0 r d eh1 l ow1)) +("bordelon" nil (b ao1 r d ih0 l aa0 n)) +("borden" nil (b ao1 r d ax n)) +("bordenave" nil (b ao0 r d eh0 n aa1 v iy0)) +("border" nil (b ao1 r d er0)) +("bordered" nil (b ao1 r d er0 d)) +("bordering" nil (b ao1 r d er0 ih0 ng)) +("borderline" nil (b ao1 r d er0 l ay1 n)) +("borders" nil (b ao1 r d er0 z)) +("bordes" nil (b ao1 r d z)) +("bordner" nil (b ao1 r d n er0)) +("bordonaro" nil (b ao0 r d ow0 n aa1 r ow0)) +("bordwell" nil (b ao1 r d w eh0 l)) +("bore" nil (b ao1 r)) +("borealis" nil (b ao1 r iy0 ae1 l ax s)) +("bored" nil (b ao1 r d)) +("boredom" nil (b ao1 r d ax m)) +("borek" nil (b ao1 r ih0 k)) +("borel" nil (b ao1 r ax l)) +("borell" nil (b ao1 r ax l)) +("borella" nil (b ao0 r eh1 l ax)) +("borelli" nil (b ao0 r eh1 l iy0)) +("borello" nil (b ao0 r eh1 l ow0)) +("boren" nil (b ao1 r ax n)) +("borenstein" nil (b ao1 r ax n s t ay1 n)) +("borer" nil (b ao1 r er0)) +("bores" nil (b ao1 r z)) +("borg" nil (b ao1 r g)) +("borge" nil (b ao1 r jh)) +("borgelt" nil (b ao1 r g ih0 l t)) +("borgen" nil (b ao1 r g ax n)) +("borger" nil (b ao1 r g er0)) +("borgerding" nil (b ao1 r g er0 d ih0 ng)) +("borgert" nil (b ao1 r g er0 t)) +("borges" nil (b ao1 r g ey0 s)) +("borgeson" nil (b ao1 r g ih0 s ax n)) +("borghi" nil (b ao1 r g iy0)) +("borgia" nil (b ao1 r jh ax)) +("borgman" nil (b ao1 r g m ax n)) +("borgmann" nil (b ao1 r g m ax n)) +("borgmeyer" nil (b ao1 r g m ay0 er0)) +("borgstrom" nil (b ao1 r g s t r ax m)) +("borgwardt" nil (b ao1 r g w ao1 r t)) +("boric" nil (b ao1 r ih0 k)) +("borin" nil (b ao1 r ih0 n)) +("boring" nil (b ao1 r ih0 ng)) +("boris" nil (b ao1 r ih0 s)) +("borja" nil (b ao1 r y ax)) +("borjas" nil (b ao1 r y ax z)) +("bork" nil (b ao1 r k)) +("borkenhagen" nil (b ao1 r k ih0 n hh aa1 g ax n)) +("borkowski" nil (b er0 k ao1 f s k iy0)) +("borland" nil (b ao1 r l ax n d)) +("borman" nil (b ao1 r m ax n)) +("bormann" nil (b ao1 r m ax n)) +("born" nil (b ao1 r n)) +("borne" nil (b ao1 r n)) +("borneman" nil (b ao1 r n m ax n)) +("bornemann" nil (b ao1 r n m ax n)) +("borneo" nil (b ao1 r n iy0 ow1)) +("borner" nil (b ao1 r n er0)) +("bornholdt" nil (b ao1 r n hh ow0 l t)) +("bornhorst" nil (b ao1 r n hh ao0 r s t)) +("bornman" nil (b ao1 r n m ax n)) +("borns" nil (b ao1 r n z)) +("bornstein" nil (b ao1 r n s t ay1 n)) +("borntrager" nil (b ao1 r n t r ey0 g er0)) +("boro" nil (b er1 ow0)) +("boroff" nil (b ao1 r ao0 f)) +("boroian" nil (b ao0 r oy1 ax n)) +("boron" nil (b ao1 r aa1 n)) +("boros" nil (b er1 ow0 z)) +("borosage" nil (b ao1 r ax s ih0 jh)) +("boroski" nil (b er0 aw1 s k iy0)) +("borough" nil (b er1 ow1)) +("boroughs" nil (b er1 ow1 z)) +("borowiak" nil (b er0 aw1 iy0 ae0 k)) +("borowicz" nil (b er1 ow0 v ih0 ch)) +("borowiec" nil (b er0 aw1 iy0 k)) +("borowski" nil (b er0 ao1 f s k iy0)) +("borowsky" nil (b er0 aw1 s k iy0)) +("borowy" nil (b er0 aw1 iy0)) +("borquez" nil (b ao0 r k w eh1 z)) +("borras" nil (b ao1 r ax z)) +("borre" nil (b ao1 r)) +("borrego" nil (b ao0 r eh1 g ow0)) +("borrell" nil (b ao0 r ey1 l)) +("borrelli" nil (b ao0 r eh1 l iy0)) +("borrello" nil (b ao1 r eh1 l ow0)) +("borrero" nil (b ao0 r eh1 r ow0)) +("borris" nil (b ao1 r ih0 s)) +("borror" nil (b ao1 er0 r)) +("borrow" nil (b aa1 r ow1)) +("borrowed" nil (b aa1 r ow1 d)) +("borrower" nil (b aa1 r ow0 er0)) +("borrowers" nil (b aa1 r ow0 er0 z)) +("borrowing" nil (b aa1 r ow0 ih0 ng)) +("borrowings" nil (b aa1 r ow0 ih0 ng z)) +("borrowman" nil (b aa1 r ow0 m ax n)) +("borrows" nil (b aa1 r ow0 z)) +("borruso" nil (b ao1 r uw1 s ow0)) +("bors" nil (b ao1 r z)) +("borsch" nil (b ao1 r sh)) +("borscht" nil (b ao1 r sh t)) +("borse" nil (b ao1 r s)) +("borseth" nil (b ao1 r s ih0 th)) +("borski" nil (b ao1 r s k iy0)) +("borst" nil (b ao1 r s t)) +("borsuk" nil (b ao1 r s ax k)) +("bort" nil (b ao1 r t)) +("bortel" nil (b ao1 r t eh1 l)) +("borten" nil (b ao1 r t ax n)) +("borth" nil (b ao1 r th)) +("borthwick" nil (b ao1 r th w ih0 k)) +("bortle" nil (b ao1 r t ax l)) +("bortner" nil (b ao1 r t n er0)) +("bortnick" nil (b ao1 r t n ih0 k)) +("borton" nil (b ao1 r t ax n)) +("bortz" nil (b ao1 r t s)) +("boruch" nil (b ao1 r ax k)) +("borucki" nil (b er0 ah1 t s k iy0)) +("boruff" nil (b ao1 r ax f)) +("borum" nil (b ao1 r ax m)) +("borunda" nil (b ao0 r uw1 n d ax)) +("borup" nil (b ao1 r ax p)) +("borwn" nil (b ao1 r w n)) +("borys" nil (b ao1 r iy0 z)) +("bos" nil (b aa1 s)) +("bosak" nil (b ow1 s ax k)) +("bosarge" nil (b aa1 s aa0 r g)) +("boscarino" nil (b ow0 s k aa0 r iy1 n ow0)) +("bosch" nil (b ao1 sh)) +("boschee" nil (b ao1 sh iy0)) +("boschen" nil (b ao1 sh ax n)) +("boschert" nil (b ao1 sh er0 t)) +("boschwitz" nil (b ao1 sh w ih0 t s)) +("boscia" nil (b ow1 s ch ax)) +("bosco" nil (b ao1 s k ow0)) +("bose" nil (b ow1 z)) +("boseman" nil (b ow1 s m ax n)) +("bosendorfer" nil (b ow1 z ax n d ao1 r f er0)) +("boser" nil (b ow1 z er0)) +("bosh" nil (b aa1 sh)) +("boshart" nil (b aa1 sh aa0 r t)) +("boshears" nil (b aa1 sh ih0 r z)) +("boshell" nil (b aa1 sh ax l)) +("bosher" nil (b aa1 sh er0)) +("boshers" nil (b aa1 sh er0 z)) +("boskin" nil (b ao1 s k ih0 n)) +("bosko" nil (b ow1 s k ow0)) +("boskovich" nil (b aa1 s k ax v ih0 ch)) +("boslego" nil (b ao1 s l ey1 g ow0)) +("bosler" nil (b aa1 s ax l er0)) +("bosley" nil (b aa1 z l iy0)) +("bosma" nil (b ow1 s m ax)) +("bosman" nil (b aa1 s m ax n)) +("bosnia" nil (b aa1 z n iy0 ax)) +("bosnian" nil (b aa1 z n iy0 ax n)) +("bosnians" nil (b aa1 z n iy0 ax n z)) +("bosnias" nil (b aa1 z n iy0 ax z)) +("boso" nil (b ow1 s ow0)) +("bosom" nil (b uh1 z ax m)) +("bosquez" nil (b ow0 s k w eh1 z)) +("boss" nil (b aa1 s)) +("bossard" nil (b ax s aa1 r d)) +("bossart" nil (b ax s aa1 r t)) +("bosse" nil (b aa1 s)) +("bosserman" nil (b ao1 s er0 m ax n)) +("bossert" nil (b aa1 s er0 t)) +("bosses" nil (b ao1 s ih0 z)) +("bosshardt" nil (b ao1 s hh aa1 r t)) +("bosshart" nil (b ao1 s hh aa1 r t)) +("bossi" nil (b ow1 s iy0)) +("bossidy" nil (b ao1 s ih0 d iy0)) +("bossie" nil (b ao1 s iy0)) +("bossier" nil (b ao1 s iy0 er0)) +("bossler" nil (b aa1 s ax l er0)) +("bossman" nil (b ao1 s m ax n)) +("bosso" nil (b ow1 s ow0)) +("bossy" nil (b ao1 s iy0)) +("bost" nil (b aa1 s t)) +("bostelman" nil (b aa1 s t ax l m ax n)) +("boster" nil (b aa1 s t er0)) +("bostian" nil (b aa1 s ch ih0 n)) +("bostic" nil (b aa1 s t ih0 k)) +("bostick" nil (b ow1 s t ih0 k)) +("bostock" nil (b ow1 s t aa1 k)) +("boston" nil (b aa1 s t ax n)) +("bostonian" nil (b ao1 s t ow1 n iy0 ax n)) +("bostonians" nil (b aa1 s t ow0 n iy0 ax n z)) +("bostra" nil (b aa1 s t r ax)) +("bostrom" nil (b aa1 s t r ax m)) +("bostwick" nil (b aa1 s t w ih0 k)) +("boswell" nil (b aa1 z w eh0 l)) +("bosworth" nil (b ao1 z w er0 th)) +("botanic" nil (b ax t ae1 n ih0 k)) +("botanical" nil (b ax t ae1 n ih0 k ax l)) +("botanically" nil (b ax t ae1 n ax k ax l iy0)) +("botanist" nil (b aa1 t ax n ax s t)) +("botany" nil (b aa1 t ax n iy0)) +("botched" nil (b aa1 ch t)) +("boteler" nil (b aa1 t ax l er0)) +("botelho" nil (b ow0 t eh1 l ow0)) +("botello" nil (b ow0 t eh1 l ow0)) +("botero" nil (b ow0 t eh1 r ow0)) +("botfly" nil (b aa1 t f l ay1)) +("both" nil (b ow1 th)) +("botha" nil (b aa1 th ax)) +("botham" nil (b aa1 th ax m)) +("bothe" nil (b ow1 dh)) +("bothell" nil (b aa1 th ax l)) +("bother" nil (b aa1 dh er0)) +("bothered" nil (b aa1 dh er0 d)) +("bothering" nil (b aa1 dh er0 ih0 ng)) +("bothers" nil (b aa1 dh er0 z)) +("bothersome" nil (b aa1 dh er0 s ax m)) +("bothun" nil (b aa1 th ax n)) +("bothwell" nil (b aa1 th w eh1 l)) +("botin" nil (b aa1 t ih0 n)) +("botkin" nil (b aa1 t k ih0 n)) +("botkins" nil (b aa1 t k ih0 n z)) +("botner" nil (b aa1 t n er0)) +("botolf" nil (b aa1 t ow0 l f)) +("botos" nil (b ow1 t ow0 z)) +("botrytis" nil (b ax t r ih1 t ih0 s)) +("botsford" nil (b aa1 t s f er0 d)) +("botshabelo" nil (b aa1 ch ax b eh1 l ow0)) +("botswana" nil (b aa0 t s w aa1 n ax)) +("bott" nil (b aa1 t)) +("botta" nil (b aa1 t ax)) +("bottari" nil (b ow0 t aa1 r iy0)) +("bottcher" nil (b aa1 t ch er0)) +("bottel" nil (b aa1 t ax l)) +("botten" nil (b aa1 t ax n)) +("bottenfield" nil (b ax t eh1 n f iy0 l d)) +("bottger" nil (b aa1 t g er0)) +("botting" nil (b aa1 t ih0 ng)) +("bottini" nil (b ow0 t iy1 n iy0)) +("bottino" nil (b ow0 t iy1 n ow0)) +("bottle" nil (b aa1 t ax l)) +("bottled" nil (b aa1 t ax l d)) +("bottleneck" nil (b aa1 t ax l n eh1 k)) +("bottlenecks" nil (b aa1 t ax l n eh1 k s)) +("bottler" nil (b aa1 t l er0)) +("bottlers" nil (b aa1 t l er0 z)) +("bottles" nil (b aa1 t ax l z)) +("bottling" nil (b aa1 t ax l ih0 ng)) +("bottom" nil (b aa1 t ax m)) +("bottomed" nil (b aa1 t ax m d)) +("bottomfish" nil (b aa1 t ax m f ih1 sh)) +("bottoming" nil (b aa1 t ax m ih0 ng)) +("bottomless" nil (b aa1 t ax m l ax s)) +("bottomley" nil (b aa1 t ax m l iy0)) +("bottoms" nil (b aa1 t ax m z)) +("bottone" nil (b ow0 t ow1 n iy0)) +("bottorf" nil (b aa1 t er0 f)) +("bottorff" nil (b aa1 t er0 f)) +("bottrell" nil (b aa1 t r ax l)) +("botts" nil (b aa1 t s)) +("botulism" nil (b aa1 ch uw0 l ih1 z ax m)) +("botz" nil (b aa1 t s)) +("bouch" nil (b aw1 ch)) +("bouchard" nil (b uw0 sh aa1 r d)) +("bouche" nil (b aw1 ch)) +("boucher" nil (b uw1 sh ax)) +("bouchey" nil (b uw0 sh iy1)) +("bouchie" nil (b aw1 ch iy0)) +("bouchillon" nil (b aw1 ch ih0 l aa0 n)) +("bouck" nil (b ow1 k)) +("boudin" nil (b uw1 d ih0 n)) +("boudoin" nil (b uw0 d oy1 n)) +("boudoir" nil (b uw1 d oy1 r)) +("boudreau" nil (b uw1 d r ow1)) +("boudreaux" nil (b uw1 d r ow1)) +("bouffard" nil (b uw0 f aa1 r d)) +("bougainville" nil (b uw1 g ih0 n v ih1 l)) +("bougainvillea" nil (b uw1 g ey1 n v ih1 l iy0 ax)) +("bough" nil (b aw1)) +("boughan" nil (b aw1 ax n)) +("bougher" nil (b aw1 er0)) +("boughman" nil (b aw1 m ax n)) +("boughner" nil (b aw1 n er0)) +("boughs" nil (b aw1 z)) +("bought" nil (b aa1 t)) +("boughten" nil (b ao1 t ax n)) +("boughter" nil (b ao1 t er0)) +("boughton" nil (b aw1 t ax n)) +("bougie" nil (b uw1 zh iy1)) +("bouie" nil (b uw0 iy1)) +("bouillon" nil (b uw1 w ih1 l ax n)) +("bouknight" nil (b aw1 k n ay0 t)) +("boulais" nil (b uw0 l ey1)) +("boulalas" nil (b uw1 l ax l ax s)) +("boulanger" nil (b aw1 l ax ng er0)) +("boulangerie" nil (b uw1 l ae1 ng g er0 iy0)) +("boulay" nil (b uw0 l ey1)) +("boulden" nil (b uh1 d ax n)) +("boulder" nil (b ow1 l d er0)) +("boulders" nil (b ow1 l d er0 z)) +("boule" nil (b uw1 l)) +("bouler" nil (b aw1 l er0)) +("boulet" nil (b uw0 l eh1 t)) +("boulette" nil (b uw1 l eh1 t)) +("boulevard" nil (b uh1 l ax v aa1 r d)) +("boulevards" nil (b uh1 l ax v aa1 r d z)) +("bouley" nil (b uw0 l iy1)) +("boulez" nil (b uw1 l eh0 z)) +("boulier" nil (b uw1 l iy0 er0)) +("boullion" nil (b uw1 l y ax n)) +("boulos" nil (b uw0 l ow1 z)) +("boulter" nil (b ow1 l t er0)) +("boultinghouse" nil (b aw1 l t ih0 ng hh aw1 s)) +("boulton" nil (b aw1 l t ax n)) +("boulware" nil (b aw1 l w eh0 r)) +("bouma" nil (b ow1 m ax)) +("bouman" nil (b uw0 m ae1 n)) +("bounce" nil (b aw1 n s)) +("bounced" nil (b aw1 n s t)) +("bouncer" nil (b aw1 n s er0)) +("bouncers" nil (b aw1 n s er0 z)) +("bounces" nil (b aw1 n s ih0 z)) +("bouncing" nil (b aw1 n s ih0 ng)) +("bouncy" nil (b aw1 n s iy0)) +("bound" nil (b aw1 n d)) +("boundaries" nil (b aw1 n d er0 iy0 z)) +("boundary" nil (b aw1 n d er0 iy0)) +("bounded" nil (b aw1 n d ax d)) +("bounding" nil (b aw1 n d ih0 ng)) +("boundless" nil (b aw1 n d l ax s)) +("bounds" nil (b aw1 n d z)) +("boundy" nil (b aw1 n d iy0)) +("bounties" nil (b aw1 n t iy0 z)) +("bountiful" nil (b aw1 n t ih0 f ax l)) +("bounty" nil (b aw1 n t iy0)) +("bouquet" nil (b uw0 k ey1)) +("bouquets" nil (b ow0 k ey1 z)) +("bour" nil (b aw1 r)) +("bourassa" nil (b uh0 r aa1 s ax)) +("bourbeau" nil (b uh0 r b ow1)) +("bourbon" nil (b er1 b ax n)) +("bourbons" nil (b er1 b ax n z)) +("bourcier" nil (b aw1 r k iy0 er0)) +("bourdeau" nil (b uh0 r d ow1)) +("bourg" nil (b ao1 r g)) +("bourgault" nil (b uh0 r g ow1)) +("bourgeois" nil (b uh0 r zh w aa1)) +("bourgeoisie" nil (b uh1 r zh w aa1 z iy1)) +("bourget" nil (b uh0 r zh eh1 t)) +("bourgoin" nil (b uh0 r g oy1 n)) +("bourguiba" nil (b ao0 r g w iy1 b ax)) +("bourguignon" nil (b uh1 r g iy0 n y ow1 n)) +("bourke" nil (b er1 k)) +("bourland" nil (b uh0 r l ae1 n d)) +("bourn" nil (b ao1 r n)) +("bourne" nil (b ao1 r n)) +("bournewood" nil (b ao1 r n w uh1 d)) +("bournias" nil (b ao1 r n iy0 ax s)) +("bournonville" nil (b ao1 r n ax n v ih1 l)) +("bourque" nil (b uh1 r k)) +("bourquin" nil (b uh0 r k w ae1 n)) +("bourret" nil (b uh0 r eh1 t)) +("bourse" nil (b ao1 r s)) +("bourses" nil (b ao1 r s ih0 z)) +("bouse" nil (b aw1 s)) +("bouska" nil (b uw1 s k ax)) +("bousman" nil (b ax s m ae1 n)) +("bousquet" nil (b uw0 s k eh1 t)) +("boussac" nil (b uw1 s ae0 k)) +("bout" nil (b aw1 t)) +("boutell" nil (b uw0 t eh1 l)) +("boutelle" nil (b uw1 t eh1 l)) +("bouthillier" nil (b aw1 th ax l iy0 er0)) +("boutilier" nil (b aw1 t ax l iy0 er0)) +("boutin" nil (b uw0 t ae1 n)) +("boutique" nil (b uw0 t iy1 k)) +("boutiques" nil (b uw0 t iy1 k s)) +("bouton" nil (b aw1 t ax n)) +("boutros" nil (b uw1 t r ow1 s)) +("bouts" nil (b aw1 t s)) +("boutte" nil (b uw1 t)) +("boutwell" nil (b aw1 t w eh1 l)) +("bouvier" nil (b uw1 v iy0 ey1)) +("bouwens" nil (b aw1 ax n z)) +("bouwkamp" nil (b aw1 k ae1 m p)) +("bouwman" nil (b aw1 m ax n)) +("bouwsma" nil (b uw1 z m ax)) +("bouyer" nil (b oy1 er0)) +("bouygues" nil (b oy1 zh ey1)) +("bouza" nil (b uw1 z ax)) +("bova" nil (b ow1 v ax)) +("bovard" nil (b ax v aa1 r d)) +("bove" nil (b ow1 v)) +("bovee" nil (b ah1 v iy0)) +("boven" nil (b ah1 v ax n)) +("bovenzi" nil (b ow0 v eh1 n z iy0)) +("boveri" nil (b ow0 v eh1 r iy0)) +("bovespa" nil (b ow1 v s p aa0)) +("bovey" nil (b ow1 v iy0)) +("bovin" nil (b ow1 v ih0 n)) +("bovine" nil (b ow1 v ay1 n)) +("bovino" nil (b ow0 v iy1 n ow0)) +("bow" nil (b aw1)) +("bowar" nil (b ow1 er0)) +("boward" nil (b ow1 er0 d)) +("bowater" nil (b aw1 ah1 t er0)) +("bowcan" nil (b ow1 k ax n)) +("bowden" nil (b ow1 d ax n)) +("bowdish" nil (b ow1 d ih0 sh)) +("bowditch" nil (b ow1 d ih0 ch)) +("bowdle" nil (b ow1 d ax l)) +("bowdoin" nil (b ow0 d oy1 n)) +("bowe" nil (b ow1)) +("bowed" nil (b aw1 d)) +("bowel" nil (b aw1 ax l)) +("bowell" nil (b aa1 w eh0 l)) +("bowels" nil (b aw1 ax l z)) +("bowen" nil (b ow1 ax n)) +("bowens" nil (b ow1 ax n z)) +("bower" nil (b aw1 er0)) +("bowerman" nil (b ow1 er0 m ax n)) +("bowermaster" nil (b ow1 er0 m ae0 s t er0)) +("bowers" nil (b aw1 er0 z)) +("bowersock" nil (b ow0 er1 s ax k)) +("bowersox" nil (b ow0 er1 s aa0 k s)) +("bowery" nil (b aw1 er0 iy0)) +("bowes" nil (b ow1 z)) +("bowick" nil (b ow1 ih0 k)) +("bowie" nil (b ow1 iy0)) +("bowing" nil (b ow1 ih0 ng)) +("bowker" nil (b ow1 k er0)) +("bowl" nil (b ow1 l)) +("bowland" nil (b ow1 l ax n d)) +("bowlby" nil (b ow1 l b iy0)) +("bowlds" nil (b ow1 l d z)) +("bowled" nil (b ow1 l d)) +("bowlen" nil (b ow1 l ax n)) +("bowler" nil (b ow1 l er0)) +("bowlers" nil (b ow1 l er0 z)) +("bowles" nil (b ow1 l z)) +("bowley" nil (b ow1 l iy0)) +("bowlin" nil (b ow1 l ih0 n)) +("bowling" nil (b ow1 l ih0 ng)) +("bowls" nil (b ow1 l z)) +("bowlus" nil (b ow1 l ax s)) +("bowman" nil (b ow1 m ax n)) +("bowmen" nil (b ow1 m ax n)) +("bowmer" nil (b ow1 m er0)) +("bown" nil (b ow1 n)) +("bownds" nil (b ow1 n d z)) +("bowne" nil (b ow1 n)) +("bowring" nil (b ow1 r ih0 ng)) +("bowron" nil (b ow1 r ax n)) +("bows" nil (b aw1 z)) +("bowse" nil (b ow1 s)) +("bowsed" nil (b aw1 z d)) +("bowser" nil (b ow1 z er0)) +("bowses" nil (b aw1 z ih0 z)) +("bowsher" nil (b ow1 sh er0)) +("bowsing" nil (b aw1 z ih0 ng)) +("bowyer" nil (b ow1 y er0)) +("box" nil (b aa1 k s)) +("boxberger" nil (b aa1 k s b er0 g er0)) +("boxcar" nil (b aa1 k s k aa1 r)) +("boxcars" nil (b aa1 k s k aa1 r z)) +("boxed" nil (b aa1 k s t)) +("boxell" nil (b aa1 k s ax l)) +("boxer" nil (b aa1 k s er0)) +("boxers" nil (b aa1 k s er0 z)) +("boxes" nil (b aa1 k s ax z)) +("boxing" nil (b aa1 k s ih0 ng)) +("boxley" nil (b aa1 k s l iy0)) +("boxwell" nil (b aa1 k s w eh1 l)) +("boxwood" nil (b aa1 k s w uh1 d)) +("boxx" nil (b aa1 k s k s)) +("boxy" nil (b aa1 k s iy0)) +("boy" nil (b oy1)) +("boyack" nil (b oy1 ax k)) +("boyajian" nil (b oy0 ae1 jh iy0 ax n)) +("boyan" nil (b oy1 aa0 n)) +("boyar" nil (b ow0 y aa1 r)) +("boyce" nil (b oy1 s)) +("boycott" nil (b oy1 k aa1 t)) +("boycotted" nil (b oy1 k aa1 t ih0 d)) +("boycotting" nil (b oy1 k aa1 t ih0 ng)) +("boycotts" nil (b oy1 k aa1 t s)) +("boyd" nil (b oy1 d)) +("boyde" nil (b oy1 d)) +("boyden" nil (b oy1 d ax n)) +("boydston" nil (b oy1 d s t ax n)) +("boydstun" nil (b oy1 d s t ax n)) +("boye" nil (b oy1)) +("boyea" nil (b oy1 iy0 ax)) +("boyer" nil (b oy1 er0)) +("boyers" nil (b oy1 er0 z)) +("boyes" nil (b oy1 z)) +("boyett" nil (b oy1 ih0 t)) +("boyette" nil (b oy1 eh1 t)) +("boyfriend" nil (b oy1 f r eh1 n d)) +("boyfriends" nil (b oy1 f r eh1 n d z)) +("boyhood" nil (b oy1 hh uh1 d)) +("boyington" nil (b oy1 ih0 ng t ax n)) +("boyish" nil (b oy1 ih0 sh)) +("boykin" nil (b oy1 k ih0 n)) +("boykins" nil (b oy1 k ih0 n z)) +("boyko" nil (b oy1 k ow0)) +("boylan" nil (b oy1 l ax n)) +("boyland" nil (b oy1 l ax n d)) +("boyle" nil (b oy1 l)) +("boylen" nil (b oy1 l ax n)) +("boyles" nil (b oy1 l z)) +("boylls" nil (b oy1 l z)) +("boylston" nil (b oy1 l s t ax n)) +("boyne" nil (b oy1 n)) +("boynton" nil (b oy1 n t ax n)) +("boys" nil (b oy1 z)) +("boysel" nil (b oy1 s ax l)) +("boysen" nil (b oy1 s ax n)) +("boyson" nil (b oy1 z ax n)) +("boyt" nil (b oy1 t)) +("boyte" nil (b oy1 t)) +("boyter" nil (b oy1 t er0)) +("boyum" nil (b oy0 ah1 m)) +("boyz" nil (b oy1 z)) +("boza" nil (b ow1 z ax)) +("bozard" nil (b ax z aa1 r d)) +("bozarth" nil (b aa1 z er0 th)) +("boze" nil (b ow1 z)) +("bozek" nil (b ow1 z eh0 k)) +("bozell" nil (b ow0 z eh1 l)) +("bozeman" nil (b ow1 z m ax n)) +("bozian" nil (b ow1 z iy0 ax n)) +("bozic" nil (b aa1 z ih0 k)) +("bozich" nil (b aa1 z ih0 hh)) +("bozman" nil (b aa1 z m ax n)) +("bozo" nil (b ow1 z ow1)) +("bozza" nil (b aa1 z ax)) +("bozzi" nil (b aa1 z iy0)) +("bozzo" nil (b aa1 z ow0)) +("bra" nil (b r aa1)) +("braaksma" nil (b r aa1 k s m ax)) +("braasch" nil (b r aa1 sh)) +("braaten" nil (b r aa1 ey0 t ax n)) +("braatz" nil (b r aa1 t s)) +("brabant" nil (b r aa1 b ax n t)) +("brabec" nil (b r aa1 b ih0 k)) +("brabender" nil (b r ae1 b eh0 n d er0)) +("brabham" nil (b r ae1 b hh ax m)) +("brabson" nil (b r ae1 b s ax n)) +("brac" nil (b r ae1 k)) +("bracamonte" nil (b r ae1 k ax m aa1 n t iy0)) +("bracamontes" nil (b r ae1 k ax m aa1 n t iy0 z)) +("bracci" nil (b r aa1 ch iy0)) +("bracco" nil (b r ae1 k ow0)) +("brace" nil (b r ey1 s)) +("braced" nil (b r ey1 s t)) +("bracelet" nil (b r ey1 s l ax t)) +("bracelets" nil (b r ey1 s l ih0 t s)) +("bracer" nil (b r ey1 s er0)) +("bracero" nil (b r aa0 ch eh1 r ow0)) +("braces" nil (b r ey1 s ax z)) +("bracewell" nil (b r ey1 s w eh1 l)) +("bracey" nil (b r ey1 s iy0)) +("brach" nil (b r ae1 ch)) +("bracher" nil (b r ae1 k er0)) +("brachfeld" nil (b r aa1 k f eh1 l d)) +("brachiopods" nil (b r ey1 k iy0 ax p aa1 d z)) +("bracht" nil (b r ae1 k t)) +("bracing" nil (b r ey1 s ih0 ng)) +("brack" nil (b r ae1 k)) +("brackbill" nil (b r ae1 k b ax l)) +("brackeen" nil (b r ax k iy1 n)) +("bracken" nil (b r ae1 k ax n)) +("brackenbury" nil (b r ae1 k ax n b eh1 r iy0)) +("brackens" nil (b r ae1 k ax n z)) +("bracker" nil (b r ae1 k er0)) +("bracket" nil (b r ae1 k ih0 t)) +("brackets" nil (b r ae1 k ax t s)) +("brackett" nil (b r ae1 k ih0 t)) +("brackin" nil (b r ae1 k ih0 n)) +("brackins" nil (b r ae1 k ih0 n z)) +("brackish" nil (b r ae1 k ih0 sh)) +("brackman" nil (b r ae1 k m ax n)) +("bracknell" nil (b r ae0 k n eh1 l)) +("brackney" nil (b r ae1 k n iy0)) +("bracy" nil (b r ey1 s iy0)) +("brad" nil (b r ae1 d)) +("bradberry" nil (b r ae1 d b eh1 r iy0)) +("bradburn" nil (b r ae1 d b er1 n)) +("bradbury" nil (b r ae1 d b eh1 r iy0)) +("bradco" nil (b r ae1 d k ow0)) +("braddock" nil (b r ae1 d ax k)) +("braddy" nil (b r ae1 d iy0)) +("bradeen" nil (b r ax d iy1 n)) +("brademas" nil (b r ax d ey1 m ax s)) +("braden" nil (b r ey1 d ax n)) +("bradenton" nil (b r ae1 d ax n t ax n)) +("brader" nil (b r ae1 d er0)) +("bradfield" nil (b r ae1 d f iy0 l d)) +("bradford" nil (b r ae1 d f er0 d)) +("bradfords" nil (b r ae1 d f er0 d z)) +("bradham" nil (b r ae1 d hh ax m)) +("bradish" nil (b r ae1 d ih0 sh)) +("bradlee" nil (b r ae1 d l iy1)) +("bradlees" nil (b r ae1 d l iy1 z)) +("bradley" nil (b r ae1 d l iy0)) +("bradner" nil (b r ae1 d n er0)) +("bradney" nil (b r ae1 d n iy0)) +("bradshaw" nil (b r ae1 d sh ao1)) +("bradsher" nil (b r ae1 d sh er0)) +("bradstreet" nil (b r ae1 d s t r iy1 t)) +("bradt" nil (b r ae1 d t)) +("bradtke" nil (b r ae1 d k iy0)) +("bradtmiller" nil (b r ae1 t m ih1 l er0)) +("bradway" nil (b r ae1 d w ey1)) +("bradwell" nil (b r ae1 d w eh1 l)) +("brady" nil (b r ey1 d iy0)) +("bradycardia" nil (b r ae1 d ax k aa1 r d iy0 ax)) +("bradykinin" nil (b r ax d ih1 k ih0 n ih0 n)) +("brae" nil (b r ey1)) +("braendstroem" nil (b r ae1 n d s t r ow0 m)) +("braff" nil (b r ae1 f)) +("brafford" nil (b r ae1 f er0 d)) +("brag" nil (b r ae1 g)) +("braga" nil (b r aa1 g ax)) +("bragan" nil (b r ey1 g ax n)) +("bragdon" nil (b r ae1 g d ax n)) +("brager" nil (b r ey1 g er0)) +("bragg" nil (b r ae1 g)) +("braggadocio" nil (b r ae1 g ax d ow1 sh iy0 ow1)) +("bragged" nil (b r ae1 g d)) +("bragging" nil (b r ae1 g ih0 ng)) +("braggiotti" nil (b r ae1 z iy0 aa1 t iy0)) +("braggs" nil (b r ae1 g z)) +("brags" nil (b r ae1 g z)) +("braham" nil (b r ae1 hh ax m)) +("brahm" nil (b r aa1 m)) +("brahmin" nil (b r aa1 m ih0 n)) +("brahms" nil (b r aa1 m z)) +("braid" nil (b r ey1 d)) +("braided" nil (b r ey1 d ih0 d)) +("braiding" nil (b r ey1 d ih0 ng)) +("braids" nil (b r ey1 d z)) +("braidwood" nil (b r ey1 d w uh1 d)) +("brailey" nil (b r ey1 l iy0)) +("braille" nil (b r ey1 l)) +("brailles" nil (b r ey1 l z)) +("brailsford" nil (b r ey1 l s f er0 d)) +("brain" nil (b r ey1 n)) +("brainard" nil (b r ey1 n er0 d)) +("brainchild" nil (b r ey1 n ch ay1 l d)) +("brainer" nil (b r ey1 n er0)) +("brainerd" nil (b r ey1 n er0 d)) +("brainpower" nil (b r ey1 n p aw1 er0)) +("brains" nil (b r ey1 n z)) +("brainstorm" nil (b r ey1 n s t ao1 r m)) +("brainstorming" nil (b r ey1 n s t ao1 r m ih0 ng)) +("braintree" nil (b r ey1 n t r iy1)) +("brainwash" nil (b r ey1 n w aa1 sh)) +("brainwashed" nil (b r ey1 n w aa1 sh t)) +("brainwashing" nil (b r ey1 n w aa1 sh ih0 ng)) +("brainy" nil (b r ey1 n iy0)) +("braithwaite" nil (b r ey1 th w ey1 t)) +("brajdas" nil (b r ay1 d ax s)) +("brajovic" nil (b r aa1 jh ow0 v ih0 ch)) +("brake" nil (b r ey1 k)) +("brakebill" nil (b r ey1 k b ih1 l)) +("braked" nil (b r ey1 k t)) +("brakefield" nil (b r ey1 k f iy1 l d)) +("brakeman" nil (b r ey1 k m ax n)) +("brakemen" nil (b r ey1 k m eh0 n)) +("braker" nil (b r ey1 k er0)) +("brakes" nil (b r ey1 k s)) +("braking" nil (b r ey1 k ih0 ng)) +("brakke" nil (b r ae1 k)) +("braley" nil (b r ae1 l iy0)) +("bralley" nil (b r ae1 l iy0)) +("brallier" nil (b r ae1 l iy0 er0)) +("bralorne" nil (b r ae1 l ao0 r n)) +("braly" nil (b r aa1 l iy0)) +("bram" nil (b r ae1 m)) +("bramah" nil (b r aa1 m ax)) +("bramalea" nil (b r ae1 m ax l iy1 ax)) +("braman" nil (b r ey1 m ax n)) +("brambila" nil (b r aa0 m b iy1 l ax)) +("bramble" nil (b r ae1 m b ax l)) +("brambles" nil (b r ae1 m b ax l z)) +("bramblett" nil (b r ae1 m b l ih0 t)) +("brame" nil (b r ey1 m)) +("bramel" nil (b r ae1 m ax l)) +("bramer" nil (b r ey1 m er0)) +("bramhall" nil (b r ae1 m hh ax l)) +("bramlage" nil (b r ae1 m l ih0 jh)) +("bramlet" nil (b r ae1 m l ih0 t)) +("bramlett" nil (b r ae1 m l ih0 t)) +("bramlette" nil (b r ae1 m l eh1 t)) +("bramley" nil (b r ae1 m l iy0)) +("brammeier" nil (b r ae1 m ay0 er0)) +("brammer" nil (b r ae1 m er0)) +("brampton" nil (b r ae1 m p t ax n)) +("bramson" nil (b r ae1 m s ax n)) +("bramwell" nil (b r ae1 m w eh1 l)) +("bran" nil (b r ae1 n)) +("branagan" nil (b r ae1 n ax g ae0 n)) +("branam" nil (b r ae1 n ax m)) +("branaman" nil (b r ae1 n ax m ax n)) +("branan" nil (b r ey1 n ax n)) +("branca" nil (b r ae1 ng k ax)) +("brancaccio" nil (b r aa0 n k aa1 ch iy0 ow0)) +("brancato" nil (b r aa0 n k aa1 t ow0)) +("branch" nil (b r ae1 n ch)) +("branche" nil (b r ae1 n ch)) +("brancheau" nil (b r ax n sh ow1)) +("branched" nil (b r ae1 n ch t)) +("branches" nil (b r ae1 n ch ax z)) +("branching" nil (b r ae1 n ch ih0 ng)) +("branchlets" nil (b r ae1 n ch l ax t s)) +("branco" nil (b r ae1 ng k ow0)) +("brand" nil (b r ae1 n d)) +("branda" nil (b r ae1 n d ax)) +("brandau" nil (b r ae1 n d aw0)) +("brande" nil (b r ae1 n d)) +("brandeberry" nil (b r ae1 n d b eh0 r iy0)) +("branded" nil (b r ae1 n d ih0 d)) +("brandeis" nil (b r ae1 n d ay0 s)) +("brandel" nil (b r ae1 n d ax l)) +("branden" nil (b r ae1 n d ax n)) +("brandenberg" nil (b r ae1 n d ax n b er0 g)) +("brandenberger" nil (b r ae1 n d ax n b er0 g er0)) +("brandenburg" nil (b r ae1 n d ax n b er0 g)) +("brandenburger" nil (b r ae1 n d ax n b er0 g er0)) +("brander" nil (b r ae1 n d er0)) +("brandes" nil (b r ae1 n d z)) +("brandford" nil (b r ae1 n d f er0 d)) +("brandhorst" nil (b r ae1 n d hh ao0 r s t)) +("brandi" nil (b r ae1 n d iy0)) +("branding" nil (b r ae1 n d ih0 ng)) +("brandis" nil (b r ae1 n d ih0 s)) +("brandish" nil (b r ae1 n d ih0 sh)) +("brandished" nil (b r ae1 n d ih0 sh t)) +("brandishes" nil (b r ae1 n d ih0 sh ih0 z)) +("brandishing" nil (b r ae1 n d ih0 sh ih0 ng)) +("brandl" nil (b r ae1 n d ax l)) +("brandle" nil (b r ae1 n d ax l)) +("brandname" nil (b r ae1 n d n ey1 m)) +("brandner" nil (b r ae1 n d n er0)) +("brando" nil (b r ae1 n d ow0)) +("brandon" nil (b r ae1 n d ax n)) +("brandow" nil (b r ae1 n d aw1)) +("brands" nil (b r ae1 n d z)) +("brandstetter" nil (b r ae1 n d s t ih0 t er0)) +("brandt" nil (b r ae1 n t)) +("brandvold" nil (b r ae1 n d v ow1 l d)) +("brandwein" nil (b r ae1 n d w ay1 n)) +("brandy" nil (b r ae1 n d iy0)) +("brandywine" nil (b r ae1 n d iy0 w ay1 n)) +("braner" nil (b r ey1 n er0)) +("branford" nil (b r ae1 n f er0 d)) +("branham" nil (b r ae1 n hh ax m)) +("braniff" nil (b r ae1 n ih0 f)) +("branigan" nil (b r ae1 n ih0 g ax n)) +("branin" nil (b r ae1 n ih0 n)) +("branitzky" nil (b r ax n ih1 t s k iy1)) +("brank" nil (b r ae1 ng k)) +("branko" nil (b r ae1 ng k ow0)) +("brann" nil (b r ae1 n)) +("branna" nil (b r ae1 n ax)) +("brannam" nil (b r ae1 n ax m)) +("brannan" nil (b r ae1 n ax n)) +("brannen" nil (b r ae1 n ax n)) +("branner" nil (b r ae1 n er0)) +("brannick" nil (b r ae1 n ih0 k)) +("brannigan" nil (b r ae1 n ih0 g ax n)) +("branning" nil (b r ae1 n ih0 ng)) +("brannock" nil (b r ae1 n ax k)) +("brannon" nil (b r ae1 n ax n)) +("brannum" nil (b r ae1 n ax m)) +("branon" nil (b r ae1 n ax n)) +("branscom" nil (b r ae1 n s k ax m)) +("branscomb" nil (b r ae1 n s k ax m)) +("branscome" nil (b r ae1 n z k ah1 m)) +("branscum" nil (b r ae1 n s k ax m)) +("bransfield" nil (b r ae1 n z f iy1 l d)) +("bransford" nil (b r ae1 n s f er0 d)) +("bransom" nil (b r ae1 n s ax m)) +("branson" nil (b r ae1 n s ax n)) +("branstad" nil (b r ae1 n s t ae1 d)) +("branstetter" nil (b r ae1 n s t ih0 t er0)) +("brant" nil (b r ae1 n t)) +("brantley" nil (b r ae1 n t l iy0)) +("brantly" nil (b r ae1 n t l iy0)) +("brantner" nil (b r ae1 n t n er0)) +("branton" nil (b r ae1 n t ax n)) +("branum" nil (b r ae1 n ax m)) +("branyon" nil (b r ae1 n y ax n)) +("branz" nil (b r ae1 n z)) +("braque" nil (b r ae1 k)) +("bras" nil (b r ae1 s)) +("brascade" nil (b r ax s k ey1 d)) +("brascan" nil (b r ae1 s k ax n)) +("brasch" nil (b r ae1 sh)) +("brase" nil (b r ey1 z)) +("brasel" nil (b r ae1 s ax l)) +("braselton" nil (b r ax s eh1 l t ax n)) +("brasfield" nil (b r ae1 s f iy0 l d)) +("brash" nil (b r ae1 sh)) +("brashear" nil (b r ae1 sh ih0 r)) +("brashears" nil (b r ae1 sh ih0 r z)) +("brasher" nil (b r ae1 sh er0)) +("brashers" nil (b r ae1 sh er0 z)) +("brashier" nil (b r ae1 sh iy0 er0)) +("brashness" nil (b r ae1 sh n ax s)) +("brasil" nil (b r ae1 s ax l)) +("brasilia" nil (b r ax z ih1 l y ax)) +("brasington" nil (b r ae1 s ih0 ng t ax n)) +("brass" nil (b r ae1 s)) +("brassard" nil (b r ae1 s er0 d)) +("brasseaux" nil (b r ax s ow1)) +("brassell" nil (b r ae1 s ax l)) +("brasserie" nil (b r ae1 s er0 iy0)) +("brasseur" nil (b r ae1 s er0)) +("brassfield" nil (b r ae1 s f iy1 l d)) +("brassy" nil (b r ae1 s iy0)) +("braswell" nil (b r ae1 s w eh0 l)) +("brat" nil (b r ae1 t)) +("bratcher" nil (b r ae1 ch er0)) +("brats" nil (b r ae1 t s)) +("bratsch" nil (b r ae1 ch)) +("bratt" nil (b r ae1 t)) +("brattain" nil (b r ax t ey1 n)) +("brattaslava" nil (b r aa1 t ax s l aa1 v ax)) +("bratten" nil (b r ae1 t ax n)) +("brattin" nil (b r ae1 t ih0 n)) +("brattle" nil (b r ae1 t ax l)) +("bratton" nil (b r ae1 t ax n)) +("bratwurst" nil (b r ae1 t w er0 s t)) +("bratz" nil (b r ae1 t s)) +("brau" nil (b r aw1)) +("brauch" nil (b r ao1 ch)) +("braucher" nil (b r ao1 ch er0)) +("brauchli" nil (b r ao1 ch l iy0)) +("braud" nil (b r ao1 d)) +("braude" nil (b r ao1 d)) +("brauer" nil (b r aw1 er0)) +("braughton" nil (b r ao1 t ax n)) +("brault" nil (b r ao1 l t)) +("braun" nil (b r ao1 n)) +("braund" nil (b r ao1 n d)) +("braune" nil (b r ao1 n)) +("brauner" nil (b r ao1 n er0)) +("brauns" nil (b r ao1 n z)) +("braunschweig" nil (b r aw1 n sh w ay0 g)) +("braunstein" nil (b r ao1 n s t iy1 n)) +("braunwald" nil (b r ao1 n w ao1 l d)) +("brause" nil (b r ao1 z)) +("brautigam" nil (b r ow1 t ih0 g ax m)) +("brautigams" nil (b r ao1 t ih0 g ae0 m z)) +("bravado" nil (b r ax v aa1 d ow0)) +("brave" nil (b r ey1 v)) +("braved" nil (b r ey1 v d)) +("bravely" nil (b r ey1 v l iy0)) +("braver" nil (b r ey1 v er0)) +("braverman" nil (b r ey1 v er0 m ax n)) +("bravery" nil (b r ey1 v er0 iy0)) +("braves" nil (b r ey1 v z)) +("bravest" nil (b r ey1 v ax s t)) +("braving" nil (b r ey1 v ih0 ng)) +("bravo" nil (b r aa1 v ow0)) +("bravura" nil (b r ax v y uh1 r ax)) +("brawer" nil (b r ao1 er0)) +("brawl" nil (b r ao1 l)) +("brawley" nil (b r ao1 l iy0)) +("brawling" nil (b r ao1 l ih0 ng)) +("brawls" nil (b r ao1 l z)) +("brawn" nil (b r ao1 n)) +("brawner" nil (b r ao1 n er0)) +("brawny" nil (b r ao1 n iy0)) +("braxton" nil (b r ae1 k s t ax n)) +("bray" nil (b r ey1)) +("brayboy" nil (b r ey1 b oy1)) +("brayer" nil (b r ey1 er0)) +("brayfield" nil (b r ey1 f iy1 l d)) +("brayman" nil (b r ey1 m ax n)) +("brayton" nil (b r ey1 t ax n)) +("braz" nil (b r ae1 z)) +("brazda" nil (b r ae1 z d ax)) +("brazeal" nil (b r ax z iy1 l)) +("brazeau" nil (b r ax z ow1)) +("brazee" nil (b r ae1 z iy0)) +("brazel" nil (b r ae1 z ax l)) +("brazell" nil (b r ae1 z ax l)) +("brazelton" nil (b r ax z eh1 l t ax n)) +("brazen" nil (b r ey1 z ax n)) +("brazenly" nil (b r ey1 z ax n l iy0)) +("braziel" nil (b r ax z iy1 l)) +("brazier" nil (b r ey1 z iy0 er0)) +("braziers" nil (b r ey1 zh er0 z)) +("brazil" nil (b r ax z ih1 l)) +("brazile" nil (b r aa1 z ay0 l)) +("brazilian" nil (b r ax z ih1 l y ax n)) +("brazilians" nil (b r ax z ih1 l y ax n z)) +("brazill" nil (b r ae1 z ax l)) +("brazos" nil (b r aa1 z ow0 s)) +("brazzaville" nil (b r ae1 z ax v ih0 l)) +("brazzel" nil (b r ae1 z ax l)) +("brazzell" nil (b r ae1 z ax l)) +("brcko" nil (b er1 ch k ow0)) +("brea" nil (b r iy1)) +("breach" nil (b r iy1 ch)) +("breached" nil (b r iy1 ch t)) +("breaches" nil (b r iy1 ch ih0 z)) +("breaching" nil (b r iy1 ch ih0 ng)) +("bread" nil (b r eh1 d)) +("breadbasket" nil (b r eh1 d b ae1 s k ax t)) +("breadbox" nil (b r eh1 d b aa1 k s)) +("breaded" nil (b r eh1 d ih0 d)) +("breadfruit" nil (b r eh1 d f r uw1 t)) +("breading" nil (b r eh1 d ih0 ng)) +("breads" nil (b r eh1 d z)) +("breadth" nil (b r eh1 d th)) +("breadwinner" nil (b r eh1 d w ih1 n er0)) +("breadwinners" nil (b r eh1 d w ih1 n er0 z)) +("bready" nil (b r eh1 d iy0)) +("break" nil (b r ey1 k)) +("breakable" nil (b r ey1 k ax b ax l)) +("breakage" nil (b r ey1 k ih0 jh)) +("breakaway" nil (b r ey1 k ax w ey1)) +("breakdown" nil (b r ey1 k d aw1 n)) +("breakdowns" nil (b r ey1 k d aw1 n z)) +("breaker" nil (b r ey1 k er0)) +("breakers" nil (b r ey1 k er0 z)) +("breakeven" nil (b r ey1 k iy1 v ax n)) +("breakey" nil (b r iy1 k iy0)) +("breakfast" nil (b r eh1 k f ax s t)) +("breakfasts" nil (b r eh1 k f ax s t s)) +("breakfield" nil (b r ey1 k f iy1 l d)) +("breaking" nil (b r ey1 k ih0 ng)) +("breakmate" nil (b r ey1 k m ey1 t)) +("breakneck" nil (b r ey1 k n eh1 k)) +("breakout" nil (b r ey1 k aw1 t)) +("breakouts" nil (b r ey1 k aw1 t s)) +("breaks" nil (b r ey1 k s)) +("breakthrough" nil (b r ey1 k th r uw1)) +("breakthroughs" nil (b r ey1 k th r uw1 z)) +("breakup" nil (b r ey1 k ah1 p)) +("breakups" nil (b r iy1 k ax p s)) +("breakwater" nil (b r ey1 k w ao1 t er0)) +("bream" nil (b r iy1 m)) +("brean" nil (b r iy1 n)) +("brearley" nil (b r er1 l iy0)) +("breast" nil (b r eh1 s t)) +("breasted" nil (b r eh1 s t ax d)) +("breasting" nil (b r eh1 s t ih0 ng)) +("breastplate" nil (b r eh1 s t p l ey1 t)) +("breasts" nil (b r eh1 s t s)) +("breath" nil (b r eh1 th)) +("breathe" nil (b r iy1 dh)) +("breathed" nil (b r iy1 dh d)) +("breather" nil (b r iy1 dh er0)) +("breathes" nil (b r iy1 dh z)) +("breathing" nil (b r iy1 dh ih0 ng)) +("breathless" nil (b r eh1 th l ax s)) +("breathlessly" nil (b r eh1 th l ax s l iy0)) +("breaths" nil (b r eh1 th s)) +("breathtaking" nil (b r eh1 th t ey1 k ih0 ng)) +("breathtakingly" nil (b r eh1 th t ey1 k ih0 ng l iy0)) +("breathy" nil (b r eh1 th iy0)) +("breau" nil (b r ow1)) +("breault" nil (b r ow1)) +("breaux" nil (b r ow1)) +("breazeale" nil (b r iy1 z iy1 l)) +("brebach" nil (b r eh1 b ax k)) +("brechbill" nil (b r eh1 k b ax l)) +("brecheen" nil (b r eh1 k iy0 n)) +("brecheisen" nil (b r eh1 k ay0 s ax n)) +("brecher" nil (b r eh1 k er0)) +("brecht" nil (b r eh1 k t)) +("brechtel" nil (b r eh1 k t ax l)) +("breck" nil (b r eh1 k)) +("breckenridge" nil (b r eh1 k ax n r ih1 jh)) +("brecker" nil (b r eh1 k er0)) +("breco" nil (b r eh1 k ow0)) +("bred" nil (b r eh1 d)) +("breda" nil (b r ey1 d ax)) +("brede" nil (b r iy1 d)) +("breden" nil (b r iy1 d ax n)) +("bredeson" nil (b r eh1 d ih0 s ax n)) +("bree" nil (b r iy1)) +("breece" nil (b r iy1 s)) +("breech" nil (b r iy1 ch)) +("breed" nil (b r iy1 d)) +("breeden" nil (b r iy1 d ax n)) +("breeder" nil (b r iy1 d er0)) +("breeders" nil (b r iy1 d er0 z)) +("breeding" nil (b r iy1 d ih0 ng)) +("breedlove" nil (b r iy1 d l ah1 v)) +("breeds" nil (b r iy1 d z)) +("breeland" nil (b r iy1 l ax n d)) +("breen" nil (b r iy1 n)) +("brees" nil (b r iy1 z)) +("breese" nil (b r iy1 z)) +("breeze" nil (b r iy1 z)) +("breezed" nil (b r iy1 z d)) +("breezes" nil (b r iy1 z ih0 z)) +("breezeway" nil (b r iy1 z w ey1)) +("breezy" nil (b r iy1 z iy0)) +("brege" nil (b r iy1 jh)) +("breger" nil (b r iy1 g er0)) +("breglio" nil (b r eh1 g l iy0 ow0)) +("bregman" nil (b r eh1 g m ax n)) +("breguet" nil (b r iy1 g ax t)) +("brehm" nil (b r eh1 m)) +("brehmer" nil (b r eh1 m er0)) +("breidenbach" nil (b r ay1 d ih0 n b aa0 k)) +("breidenstein" nil (b r ay1 d ax n s t ay0 n)) +("breier" nil (b r ay1 er0)) +("breighner" nil (b r ey1 n er0)) +("breiner" nil (b r ay1 n er0)) +("breining" nil (b r ay1 n ih0 ng)) +("breininger" nil (b r ay1 n ih0 ng er0)) +("breisch" nil (b r ay1 sh)) +("breit" nil (b r iy1 t)) +("breitbach" nil (b r ay1 t b aa1 k)) +("breitbarth" nil (b r ay1 t b aa1 r th)) +("breitenbach" nil (b r ay1 t ih0 n b aa0 k)) +("breitenstein" nil (b r ay1 t ax n s t ay0 n)) +("breithaupt" nil (b r ay1 th aw0 p t)) +("breitkreutz" nil (b r ay1 t k r oy1 t s)) +("breitling" nil (b r ay1 t ax l ih0 ng)) +("breitman" nil (b r ay1 t m ax n)) +("breitschwerdt" nil (b r ay1 ch w er0 t)) +("breitweiser" nil (b r ay1 t w ay1 s er0)) +("breitzman" nil (b r ay1 t s m ax n)) +("brekke" nil (b r eh1 k)) +("breland" nil (b r eh1 l ax n d)) +("brelsford" nil (b r eh1 l s f er0 d)) +("brem" nil (b r eh1 m)) +("bremen" nil (b r eh1 m ax n)) +("bremer" nil (b r iy1 m er0)) +("bremmer" nil (b r eh1 m er0)) +("bremner" nil (b r eh1 m n er0)) +("brems" nil (b r eh1 m z)) +("bren" nil (b r eh1 n)) +("brenda" nil (b r eh1 n d ax)) +("brendan" nil (b r eh1 n d ax n)) +("brendel" nil (b r eh1 n d ax l)) +("brenden" nil (b r eh1 n d ax n)) +("brender" nil (b r eh1 n d er0)) +("brendle" nil (b r eh1 n d ax l)) +("brendlinger" nil (b r eh1 n d ax l ih0 ng er0)) +("brendsel" nil (b r eh1 n d s ax l)) +("breneman" nil (b r iy1 n m ax n)) +("brener" nil (b r iy1 n er0)) +("brenes" nil (b r iy1 n z)) +("brengle" nil (b r ih1 ng ax l)) +("brenizer" nil (b r eh1 n ay0 z er0)) +("brenn" nil (b r eh1 n)) +("brenna" nil (b r eh1 n ax)) +("brennan" nil (b r eh1 n ax n)) +("brennans" nil (b r eh1 n ax n z)) +("brennecke" nil (b r eh1 n ih0 k)) +("brenneke" nil (b r eh1 n ax k iy0)) +("brenneman" nil (b r eh1 n m ax n)) +("brennen" nil (b r eh1 n ax n)) +("brenner" nil (b r eh1 n er0)) +("brenning" nil (b r eh1 n ih0 ng)) +("brensinger" nil (b r eh1 n s ih0 ng er0)) +("brent" nil (b r eh1 n t)) +("brentano" nil (b r eh1 n t aa1 n ow0)) +("brentanos" nil (b r eh1 n t aa1 n ow0 z)) +("brentlinger" nil (b r eh1 n t ax l ih0 ng er0)) +("brenton" nil (b r eh1 n t ax n)) +("brents" nil (b r eh1 n t s)) +("brentwood" nil (b r eh1 n t w uh1 d)) +("breon" nil (b r iy1 ax n)) +("brescia" nil (b r eh1 s ch ax)) +("bresee" nil (b r ih0 s iy1)) +("bresette" nil (b r ih0 s eh1 t)) +("breshears" nil (b r eh1 sh ih0 r z)) +("bresler" nil (b r eh1 s l er0)) +("breslin" nil (b r eh1 s l ih0 n)) +("breslow" nil (b r eh1 s l ow0)) +("bresnahan" nil (b r eh1 s n ax hh ae0 n)) +("bresnan" nil (b r eh1 s n ax n)) +("bresnick" nil (b r eh1 s n ih0 k)) +("bress" nil (b r eh1 s)) +("bresse" nil (b r eh1 s)) +("bresser" nil (b r eh1 s er0)) +("bressette" nil (b r eh1 s eh1 t)) +("bressler" nil (b r eh1 s l er0)) +("bressman" nil (b r eh1 s m ax n)) +("bresson" nil (b r eh1 s ax n)) +("brest" nil (b r eh1 s t)) +("brester" nil (b r eh1 s t er0)) +("bret" nil (b r eh1 t)) +("breth" nil (b r eh1 th)) +("brethauer" nil (b r eh1 th aw0 er0)) +("brethen" nil (b r iy1 th ax n)) +("brethren" nil (b r eh1 dh r ax n)) +("breton" nil (b r eh1 t ax n)) +("bretschneider" nil (b r eh1 ch n ay0 d er0)) +("brett" nil (b r eh1 t)) +("bretthauer" nil (b r eh1 th aw0 er0)) +("bretton" nil (b r eh1 t ax n)) +("bretts" nil (b r eh1 t s)) +("brettschneider" nil (b r eh1 ch n ay1 d er0)) +("bretz" nil (b r eh1 t s)) +("breuer" nil (b r uw1 er0)) +("breunig" nil (b r uw1 n ih0 g)) +("breuninger" nil (b r uw1 n ih0 ng er0)) +("brevard" nil (b r eh1 v er0 d)) +("brevets" nil (b r ax v eh1 t s)) +("brevig" nil (b r eh1 v ih0 g)) +("brevik" nil (b r eh1 v ih0 k)) +("brevity" nil (b r eh1 v ax t iy0)) +("brew" nil (b r uw1)) +("brewbaker" nil (b r uw1 b ey1 k er0)) +("brewed" nil (b r uw1 d)) +("brewer" nil (b r uw1 er0)) +("breweries" nil (b r uw1 er0 iy0 z)) +("brewers" nil (b r uw1 er0 z)) +("brewery" nil (b r uw1 er0 iy0)) +("brewing" nil (b r uw1 ih0 ng)) +("brewington" nil (b r uw1 ih0 ng t ax n)) +("brews" nil (b r uw1 z)) +("brewster" nil (b r uw1 s t er0)) +("brewton" nil (b r uw1 t ax n)) +("brey" nil (b r ey1)) +("breyer" nil (b r ey1 er0)) +("breyfogle" nil (b r ey1 f ow1 g ax l)) +("breza" nil (b r eh1 z ax)) +("brezhnev" nil (b r eh1 z n ax v)) +("brezina" nil (b r eh0 z iy1 n ax)) +("brezinski" nil (b r ih0 z ih1 n s k iy0)) +("bria" nil (b r iy1 ax)) +("brian" nil (b r ay1 ax n)) +("briana" nil (b r iy0 ae1 n ax)) +("briand" nil (b r ay1 ax n d)) +("brianna" nil (b r iy0 ae1 n ax)) +("briant" nil (b r ay1 ax n t)) +("briar" nil (b r ay1 er0)) +("briarcliff" nil (b r ay1 r k l ih1 f)) +("bribe" nil (b r ay1 b)) +("bribed" nil (b r ay1 b d)) +("bribery" nil (b r ay1 b er0 iy0)) +("bribes" nil (b r ay1 b z)) +("bribing" nil (b r ay1 b ih0 ng)) +("bric" nil (b r ih1 k)) +("briccetti" nil (b r ih0 ch eh1 t iy0)) +("bricco" nil (b r ih1 k ow0)) +("brice" nil (b r ay1 s)) +("briceno" nil (b r iy0 ch eh1 n ow0)) +("brick" nil (b r ih1 k)) +("brickbats" nil (b r ih1 k b ae1 t s)) +("brickel" nil (b r ih1 k ax l)) +("brickell" nil (b r ih1 k ax l)) +("bricker" nil (b r ih1 k er0)) +("brickey" nil (b r ih1 k iy0)) +("brickhouse" nil (b r ih1 k hh aw1 s)) +("bricklayers" nil (b r ih1 k l ey1 er0 z)) +("brickle" nil (b r ih1 k ax l)) +("brickler" nil (b r ih1 k l er0)) +("brickley" nil (b r ih1 k l iy0)) +("bricklin" nil (b r ih1 k l ih0 n)) +("brickman" nil (b r ih1 k m ax n)) +("brickner" nil (b r ih1 k n er0)) +("bricks" nil (b r ih1 k s)) +("brickyard" nil (b r ih1 k y aa1 r d)) +("bricom" nil (b r ih1 k ax m)) +("bridal" nil (b r ay1 d ax l)) +("bride" nil (b r ay1 d)) +("brideau" nil (b r ih0 d ow1)) +("bridegroom" nil (b r ay1 d g r uw1 m)) +("briden" nil (b r ay1 d ax n)) +("bridenbaugh" nil (b r ih1 d ih0 n b aw0)) +("bridenstine" nil (b r ih1 d ih0 n s t iy0 n)) +("brides" nil (b r ay1 d z)) +("bridesmaid" nil (b r ay1 d z m ey1 d)) +("bridesmaids" nil (b r ay1 d z m ey1 d z)) +("bridge" nil (b r ih1 jh)) +("bridged" nil (b r ih1 jh d)) +("bridgeford" nil (b r ih1 jh ih0 f ao0 r d)) +("bridgeforth" nil (b r ih1 jh f ao1 r th)) +("bridgehead" nil (b r ih1 jh hh eh1 d)) +("bridgeman" nil (b r ih1 jh m ax n)) +("bridgeport" nil (b r ih1 jh p ao1 r t)) +("bridger" nil (b r ih1 jh er0)) +("bridgers" nil (b r ih1 jh er0 z)) +("bridges" nil (b r ih1 jh ax z)) +("bridgestone" nil (b r ih1 jh s t ow1 n)) +("bridget" nil (b r ih1 jh ax t)) +("bridgeton" nil (b r ih1 jh t ax n)) +("bridgett" nil (b r ih1 jh ih0 t)) +("bridgewater" nil (b r ih1 jh w ao1 t er0)) +("bridgham" nil (b r ih1 jh hh ax m)) +("bridging" nil (b r ih1 jh ih0 ng)) +("bridgman" nil (b r ih1 jh m ax n)) +("bridie" nil (b r ih1 d iy0)) +("bridle" nil (b r ay1 d ax l)) +("bridled" nil (b r ay1 d ax l d)) +("bridwell" nil (b r ih1 d w eh1 l)) +("brie" nil (b r iy1)) +("brieant" nil (b r iy1 ax n t)) +("brief" nil (b r iy1 f)) +("briefcase" nil (b r iy1 f k ey1 s)) +("briefcases" nil (b r iy1 f k ey1 s ih0 z)) +("briefed" nil (b r iy1 f t)) +("briefer" nil (b r iy1 f er0)) +("briefing" nil (b r iy1 f ih0 ng)) +("briefings" nil (b r iy1 f ih0 ng z)) +("briefly" nil (b r iy1 f l iy0)) +("briefs" nil (b r iy1 f s)) +("briegel" nil (b r iy1 g ax l)) +("brieger" nil (b r iy1 g er0)) +("briel" nil (b r iy1 l)) +("brien" nil (b r ay1 ih0 n)) +("brienza" nil (b r iy1 n z ax)) +("brier" nil (b r ay1 er0)) +("briere" nil (b r ih1 r)) +("brierley" nil (b r ay1 er0 l iy0)) +("brierly" nil (b r ay1 er0 l iy0)) +("briese" nil (b r iy1 z)) +("brietzke" nil (b r iy1 t z k)) +("brig" nil (b r ih1 g)) +("brigade" nil (b r ax g ey1 d)) +("brigadeer" nil (b r ih1 g ax d ih1 r)) +("brigades" nil (b r ih0 g ey1 d z)) +("brigadier" nil (b r ih1 g ax d ih1 r)) +("brigance" nil (b r ih1 g ax n s)) +("brigandi" nil (b r ih0 g ae1 n d iy0)) +("brigante" nil (b r iy0 g aa1 n t iy0)) +("briganti" nil (b r ih0 g ae1 n t iy0)) +("briggs" nil (b r ih1 g z)) +("brigham" nil (b r ih1 g ax m)) +("brighams" nil (b r ih1 g ax m z)) +("bright" nil (b r ay1 t)) +("brightbill" nil (b r ay1 t b ih1 l)) +("brighten" nil (b r ay1 t ax n)) +("brightened" nil (b r ay1 t ax n d)) +("brightening" nil (b r ay1 t ax n ih0 ng)) +("brightens" nil (b r ay1 t ax n z)) +("brighter" nil (b r ay1 t er0)) +("brightest" nil (b r ay1 t ax s t)) +("brightly" nil (b r ay1 t l iy0)) +("brightman" nil (b r ay1 t m ax n)) +("brightness" nil (b r ay1 t n ax s)) +("brighton" nil (b r ay1 t ax n)) +("brightwell" nil (b r ay1 t w eh1 l)) +("brigitte" nil (b r ih1 jh ih0 t)) +("brigman" nil (b r ih1 g m ax n)) +("brignac" nil (b r ih1 g n ax k)) +("brigner" nil (b r ay1 g n er0)) +("brigode" nil (b r ih0 g ow1 d ax)) +("briguglio" nil (b r ih0 g ah1 g l iy0 ow0)) +("briles" nil (b r ay1 l z)) +("briley" nil (b r ih1 l iy0)) +("brill" nil (b r ih1 l)) +("brillhart" nil (b r ih1 l hh aa1 r t)) +("brilliance" nil (b r ih1 l y ax n s)) +("brilliant" nil (b r ih1 l y ax n t)) +("brilliantly" nil (b r ih1 l y ax n t l iy0)) +("brillstein" nil (b r ih1 l s t iy1 n)) +("brim" nil (b r ih1 m)) +("brimberry" nil (b r ih1 m b eh1 r iy0)) +("brimelow" nil (b r ih1 m ax l ow0)) +("brimer" nil (b r ay1 m er0)) +("brimhall" nil (b r ih1 m hh ao1 l)) +("brimm" nil (b r ih1 m)) +("brimmed" nil (b r ih1 m d)) +("brimmer" nil (b r ih1 m er0)) +("brimming" nil (b r ih1 m ih0 ng)) +("brin" nil (b r ih1 n)) +("brindel" nil (b r ih1 n d eh1 l)) +("brindle" nil (b r ih1 n d ax l)) +("brindley" nil (b r ih1 n d l iy0)) +("brine" nil (b r ay1 n)) +("brinegar" nil (b r ih1 n ih0 g er0)) +("briner" nil (b r ay1 n er0)) +("brines" nil (b r ay1 n z)) +("briney" nil (b r ih1 n iy0)) +("bring" nil (b r ih1 ng)) +("bringhurst" nil (b r ih1 ng hh er0 s t)) +("bringing" nil (b r ih1 ng ih0 ng)) +("bringle" nil (b r ih1 ng g ax l)) +("bringman" nil (b r ih1 ng m ax n)) +("brings" nil (b r ih1 ng z)) +("brining" nil (b r ay1 n ih0 ng)) +("brink" nil (b r ih1 ng k)) +("brinker" nil (b r ih1 ng k er0)) +("brinkerhoff" nil (b r ih1 ng k er0 hh ao1 f)) +("brinkley" nil (b r ih1 ng k l iy0)) +("brinkman" nil (b r ih1 ng k m ax n)) +("brinkmann" nil (b r ih1 ng k m ax n)) +("brinkmanship" nil (b r ih1 ng k m ax n sh ih1 p)) +("brinkmeier" nil (b r ih1 ng k m ay0 er0)) +("brinkmeyer" nil (b r ih1 ng k m ay0 er0)) +("brinks" nil (b r ih1 ng k s)) +("brinksmanship" nil (b r ih1 ng k s m ax n sh ih1 p)) +("brinlee" nil (b r ih1 n l iy0)) +("brinley" nil (b r ih1 n l iy0)) +("brinn" nil (b r ih1 n)) +("brinner" nil (b r ih1 n er0)) +("brinser" nil (b r ih1 n s er0)) +("brinsfield" nil (b r ih1 n s f iy0 l d)) +("brinson" nil (b r ih1 n s ax n)) +("brintec" nil (b r ih1 n t eh1 k)) +("brinton" nil (b r ih1 n t ax n)) +("brio" nil (b r ay1 ow0)) +("brioche" nil (b r iy1 ow1 sh)) +("briody" nil (b r ay1 ax d iy0)) +("brion" nil (b r ay1 ax n)) +("briones" nil (b r iy0 ow1 n eh0 s)) +("brisbane" nil (b r ih1 z b ey1 n)) +("brisbin" nil (b r ih1 z b ih0 n)) +("brisbois" nil (b r ih0 z b w aa1)) +("brisbon" nil (b r ih1 z b ax n)) +("brisco" nil (b r iy1 s k ow0)) +("briscoe" nil (b r ih1 s k ow0)) +("brisendine" nil (b r ih1 s ih0 n d ay1 n)) +("briseno" nil (b r iy0 s eh1 n ow0)) +("brisk" nil (b r ih1 s k)) +("brisker" nil (b r ih1 s k er0)) +("brisket" nil (b r ih1 s k ax t)) +("briskey" nil (b r ih1 s k iy0)) +("briski" nil (b r ih1 s k iy0)) +("briskin" nil (b r ih1 s k ih0 n)) +("briskly" nil (b r ih1 s k l iy0)) +("brisky" nil (b r ih1 s k iy0)) +("brislin" nil (b r ih1 s l ih0 n)) +("brison" nil (b r ih1 s ax n)) +("brissette" nil (b r ih0 s eh1 t)) +("brissey" nil (b r ih1 s iy0)) +("brisson" nil (b r ih1 s ax n)) +("brister" nil (b r ih1 s t er0)) +("bristle" nil (b r ih1 s ax l)) +("bristled" nil (b r ih1 s ax l d)) +("bristles" nil (b r ih1 s ax l z)) +("bristling" nil (b r ih1 s ax l ih0 ng)) +("bristol" nil (b r ih1 s t ax l)) +("bristow" nil (b r ih1 s t ow0)) +("brit" nil (b r ih1 t)) +("brita" nil (b r iy1 t ax)) +("britain" nil (b r ih1 t ax n)) +("britannia" nil (b r ih0 t ae1 n iy0 ax)) +("britannica" nil (b r ih0 t ae1 n ih0 k ax)) +("britcher" nil (b r ih1 ch er0)) +("britches" nil (b r ih1 ch ax z)) +("brite" nil (b r ay1 t)) +("britian" nil (b r ih1 sh ax n)) +("british" nil (b r ih1 t ih0 sh)) +("britnell" nil (b r ih1 t n ax l)) +("brito" nil (b r iy1 t ow0)) +("britoil" nil (b r ih0 t oy1 l)) +("briton" nil (b r ih1 t ax n)) +("britons" nil (b r ih1 t ax n z)) +("brits" nil (b r ih1 t s)) +("britsch" nil (b r ih1 ch)) +("britt" nil (b r ih1 t)) +("brittain" nil (b r ih1 t ax n)) +("brittan" nil (b r ih1 t ax n)) +("brittany" nil (b r ih1 t ax n iy0)) +("britten" nil (b r ih1 t ax n)) +("brittenham" nil (b r ih1 t ih0 n hh ax m)) +("brittian" nil (b r ih1 t iy0 ax n)) +("brittin" nil (b r ih1 t ih0 n)) +("brittingham" nil (b r ih1 t ih0 ng hh ae0 m)) +("brittle" nil (b r ih1 t ax l)) +("britton" nil (b r ih1 t ax n)) +("britts" nil (b r ih1 t s)) +("britz" nil (b r ih1 t s)) +("brix" nil (b r ih1 k s)) +("brixey" nil (b r ih1 k s iy0)) +("brixius" nil (b r ay1 k s iy0 ih0 s)) +("brizendine" nil (b r iy0 z eh0 n d iy1 n iy0)) +("brizola" nil (b r ih0 z ow1 l ax)) +("brizzi" nil (b r ih1 z iy0)) +("brizzolara" nil (b r iy0 t s ow0 l aa1 r ax)) +("bro" nil (b r ow1)) +("broach" nil (b r ow1 ch)) +("broached" nil (b r ow1 ch t)) +("broaching" nil (b r ow1 ch ih0 ng)) +("broad" nil (b r ao1 d)) +("broadaway" nil (b r ao1 d ax w ey1)) +("broadband" nil (b r ao1 d b ae1 n d)) +("broadbased" nil (b r ao1 d b ey1 s t)) +("broadbeach" nil (b r ao1 d b iy1 ch)) +("broadbent" nil (b r ao1 d b eh1 n t)) +("broadcast" nil (b r ao1 d k ae1 s t)) +("broadcaster" nil (b r ao1 d k ae1 s t er0)) +("broadcasters" nil (b r ao1 d k ae1 s t er0 z)) +("broadcasting" nil (b r ao1 d k ae1 s t ih0 ng)) +("broadcasts" nil (b r ao1 d k ae1 s t s)) +("broaddus" nil (b r ao1 d ih0 s)) +("broaden" nil (b r ao1 d ax n)) +("broadened" nil (b r ao1 d ax n d)) +("broadening" nil (b r ao1 d ax n ih0 ng)) +("broadens" nil (b r ao1 d ax n z)) +("broader" nil (b r ao1 d er0)) +("broadest" nil (b r ao1 d ih0 s t)) +("broadhead" nil (b r ao1 d hh eh1 d)) +("broadhurst" nil (b r ao1 d hh er0 s t)) +("broadie" nil (b r ao1 d iy0)) +("broadley" nil (b r ao1 d l iy0)) +("broadly" nil (b r ao1 d l iy0)) +("broadnax" nil (b r ao1 d n ae0 k s)) +("broadpfoot" nil (b r ao1 d f uh0 t)) +("broadrick" nil (b r ao1 d r ih0 k)) +("broadside" nil (b r ao1 d s ay1 d)) +("broadstreet" nil (b r ao1 d s t r iy1 t)) +("broadsword" nil (b r ao1 d s ao1 r d)) +("broadus" nil (b r ow1 d ax s)) +("broadview" nil (b r ao1 d v y uw1)) +("broadway" nil (b r ao1 d w ey1)) +("broadwell" nil (b r ao1 d w eh1 l)) +("broady" nil (b r ao1 d iy0)) +("brobdingnagian" nil (b r ao1 b d ih0 g n ae1 g iy0 ax n)) +("brobdingnagians" nil (b r ao1 b d ih0 g n ae1 g iy0 ax n z)) +("brobeck" nil (b r ow1 b eh1 k)) +("broberg" nil (b r ow1 b er0 g)) +("brobst" nil (b r aa1 b s t)) +("broc" nil (b r aa1 k)) +("brocade" nil (b r ow0 k ey1 d)) +("brocades" nil (b r ow0 k ey1 d z)) +("brocato" nil (b r ow0 k aa1 t ow0)) +("brocco" nil (b r aa1 k ow0)) +("broccoli" nil (b r aa1 k ax l iy0)) +("broce" nil (b r ow1 s)) +("brochu" nil (b r ow1 k uw0)) +("brochure" nil (b r ow0 sh uh1 r)) +("brochures" nil (b r ow0 sh uh1 r z)) +("brocious" nil (b r ax sh iy1 s)) +("brock" nil (b r aa1 k)) +("brockbank" nil (b r aa1 k b ax ng k)) +("brockel" nil (b r aa1 k ax l)) +("brocker" nil (b r aa1 k er0)) +("brockert" nil (b r aa1 k er0 t)) +("brockett" nil (b r aa1 k ih0 t)) +("brockhaus" nil (b r aa1 k hh aw1 s)) +("brockhoff" nil (b r aa1 k hh ao1 f)) +("brockhouse" nil (b r aa1 k hh aw1 s)) +("brockie" nil (b r aa1 k iy0)) +("brockington" nil (b r aa1 k ih0 ng t ax n)) +("brocklehurst" nil (b r aa1 k l ih0 hh er0 s t)) +("brockley" nil (b r aa1 k l iy0)) +("brockman" nil (b r aa1 k m ax n)) +("brockmann" nil (b r aa1 k m ax n)) +("brockmeier" nil (b r aa1 k m ay0 er0)) +("brockmeyer" nil (b r aa1 k m ay0 er0)) +("brockner" nil (b r aa1 k n er0)) +("brocksmith" nil (b r aa1 k s m ih1 th)) +("brockton" nil (b r aa1 k t ax n)) +("brockway" nil (b r aa1 k w ey1)) +("brockwell" nil (b r aa1 k w eh1 l)) +("brod" nil (b r aa1 d)) +("broda" nil (b r ow1 d ax)) +("brodbeck" nil (b r aa1 d b eh1 k)) +("brode" nil (b r ow1 d)) +("broden" nil (b r ow1 d ax n)) +("broder" nil (b r ow1 d er0)) +("broderbund" nil (b r ow1 t er0 b ax n d)) +("broderick" nil (b r aa1 d er0 ih0 k)) +("brodersen" nil (b r aa1 d er0 s ax n)) +("brodersohn" nil (b r ow1 t er0 s ax n)) +("broderson" nil (b r aa1 d er0 s ax n)) +("brodeur" nil (b r aa1 d er0)) +("brodhead" nil (b r aa1 d hh eh1 d)) +("brodie" nil (b r ow1 t iy0)) +("brodin" nil (b r ow1 d ih0 n)) +("brodkin" nil (b r aa1 d k ih0 n)) +("brodman" nil (b r aa1 d m ax n)) +("brodnax" nil (b r aa1 d n ae0 k s)) +("brodowski" nil (b r ax d ao1 f s k iy0)) +("brodrick" nil (b r aa1 d r ih0 k)) +("brodsky" nil (b r aa1 d s k iy0)) +("brodt" nil (b r aa1 d t)) +("brody" nil (b r ow1 d iy0)) +("brodzinski" nil (b r ax jh ih1 n s k iy0)) +("broe" nil (b r ow1)) +("broecker" nil (b r ow1 k er0)) +("broeker" nil (b r ow1 k er0)) +("broer" nil (b r ow1 er0)) +("broerman" nil (b r ow1 er0 m ax n)) +("broers" nil (b r ow1 er0 z)) +("brogan" nil (b r ow1 g ax n)) +("brogden" nil (b r aa1 g d ax n)) +("brogdon" nil (b r aa1 g d ax n)) +("brogna" nil (b r ow1 g n ax)) +("broich" nil (b r oy1 ch)) +("broil" nil (b r oy1 l)) +("broiled" nil (b r oy1 l d)) +("broiler" nil (b r oy1 l er0)) +("broilers" nil (b r oy1 l er0 z)) +("broiling" nil (b r oy1 l ih0 ng)) +("brok" nil (b r aa1 k)) +("brokaw" nil (b r ow1 k ao0)) +("broke" nil (b r ow1 k)) +("broken" nil (b r ow1 k ax n)) +("broker" nil (b r ow1 k er0)) +("brokerage" nil (b r ow1 k er0 ih0 jh)) +("brokerages" nil (b r ow1 k er0 ih0 jh ih0 z)) +("brokered" nil (b r ow1 k er0 d)) +("brokering" nil (b r ow1 k er0 ih0 ng)) +("brokers" nil (b r ow1 k er0 z)) +("broking" nil (b r ow1 k ih0 ng)) +("brolin" nil (b r ow1 l ih0 n)) +("brolly" nil (b r aa1 l iy0)) +("brom" nil (b r aa1 m)) +("broman" nil (b r ow1 m ax n)) +("bromberg" nil (b r aa1 m b er0 g)) +("bromfield" nil (b r aa1 m f iy1 l d)) +("bromides" nil (b r ow1 m ay1 d z)) +("bromine" nil (b r ow1 m iy1 n)) +("bromley" nil (b r aa1 m l iy0)) +("bromm" nil (b r aa1 m)) +("brommer" nil (b r aa1 m er0)) +("bromont" nil (b r ow1 m aa1 n t)) +("brompheril" nil (b r aa1 m f eh0 r ih0 l)) +("bromwell" nil (b r aa1 m w eh1 l)) +("bromwich" nil (b r aa1 m w ih0 ch)) +("bronaugh" nil (b r aa1 n ao0)) +("bronc" nil (b r aa1 ng k)) +("bronchial" nil (b r aa1 n ch iy0 ax l)) +("bronchitis" nil (b r aa0 ng k ay1 t ax s)) +("bronco" nil (b r aa1 ng k ow0)) +("broncos" nil (b r aa1 ng k ow0 z)) +("bronder" nil (b r aa1 n d er0)) +("broner" nil (b r ow1 n er0)) +("bronfman" nil (b r aa1 n f m ax n)) +("bronfmans" nil (b r aa1 n f m ax n z)) +("bronk" nil (b r aa1 ng k)) +("bronkema" nil (b r ax ng k iy1 m ax)) +("bronn" nil (b r aa1 n)) +("bronner" nil (b r aa1 n er0)) +("brons" nil (b r aa1 n z)) +("bronson" nil (b r aa1 n s ax n)) +("bronstein" nil (b r aa1 n s t iy1 n)) +("bronston" nil (b r aa1 n s t ax n)) +("bronte" nil (b r aa1 n t iy0)) +("bronwen" nil (b r ao1 n w ih0 n)) +("bronx" nil (b r aa1 ng k s)) +("bronze" nil (b r aa1 n z)) +("bronzed" nil (b r aa1 n z d)) +("bronzen" nil (b r aa1 n z ax n)) +("bronzes" nil (b r aa1 n z ax z)) +("brooch" nil (b r uw1 ch)) +("brood" nil (b r uw1 d)) +("brooded" nil (b r uw1 d ih0 d)) +("brooding" nil (b r uw1 d ih0 ng)) +("broody" nil (b r uw1 d iy0)) +("brook" nil (b r uh1 k)) +("brookbank" nil (b r uh1 k b ae1 ng k)) +("brooke" nil (b r uh1 k)) +("brookehill" nil (b r uh1 k hh ih1 l)) +("brookens" nil (b r uh1 k ax n z)) +("brooker" nil (b r uh1 k er0)) +("brookes" nil (b r uh1 k s)) +("brookfield" nil (b r uh1 k f iy1 l d)) +("brookhart" nil (b r uw1 k hh aa0 r t)) +("brookhaven" nil (b r uh1 k hh ey1 v ax n)) +("brookhurst" nil (b r uh1 k hh er1 s t)) +("brooking" nil (b r uh1 k ih0 ng)) +("brookings" nil (b r uh1 k ih0 ng z)) +("brookins" nil (b r uw1 k ih0 n z)) +("brookline" nil (b r uh1 k l ay1 n)) +("brooklyn" nil (b r uh1 k l ax n)) +("brookman" nil (b r uh1 k m ax n)) +("brookner" nil (b r uh1 k n er0)) +("brookover" nil (b r uh1 k ow1 v er0)) +("brooks" nil (b r uh1 k s)) +("brookshier" nil (b r uw1 k sh iy0 er0)) +("brookshire" nil (b r uw1 k sh ay0 r)) +("brookside" nil (b r uh1 k s ay1 d)) +("brookstone" nil (b r uh1 k s t ow1 n)) +("brooksville" nil (b r uh1 k s v ih0 l)) +("broom" nil (b r uw1 m)) +("broomall" nil (b r uw1 m ax l)) +("broome" nil (b r uw1 m)) +("broomfield" nil (b r uw1 m f iy1 l d)) +("brooms" nil (b r uw1 m z)) +("broomstick" nil (b r uw1 m s t ih1 k)) +("brophy" nil (b r ow1 f iy0)) +("brosch" nil (b r ao1 sh)) +("brose" nil (b r ow1 z)) +("brosh" nil (b r aa1 sh)) +("broshears" nil (b r aa1 sh ih0 r z)) +("brosious" nil (b r ow1 z iy0 ax s)) +("brosius" nil (b r ow1 s iy0 ih0 s)) +("broski" nil (b r aw1 s k iy0)) +("brosky" nil (b r aa1 s k iy0)) +("brosnahan" nil (b r aa1 s n ax hh ae0 n)) +("brosnan" nil (b r aa1 s n ax n)) +("bross" nil (b r ao1 s)) +("brossard" nil (b r ax s aa1 r d)) +("brossart" nil (b r aa1 s aa0 r t)) +("brosseau" nil (b r ax s ow1)) +("brossette" nil (b r ax s eh1 t)) +("brossman" nil (b r ao1 s m ax n)) +("brost" nil (b r aa1 s t)) +("brostrom" nil (b r aa1 s t r ax m)) +("brosz" nil (b r aa1 sh)) +("broten" nil (b r ow1 t ax n)) +("broth" nil (b r ao1 th)) +("brothel" nil (b r aa1 th ax l)) +("brothels" nil (b r aa1 th ax l z)) +("brother" nil (b r ah1 dh er0)) +("brotherhood" nil (b r ah1 dh er0 hh uh1 d)) +("brotherly" nil (b r ah1 dh er0 l iy0)) +("brothers" nil (b r ah1 dh er0 z)) +("brotherson" nil (b r ah1 dh er0 s ax n)) +("brotherton" nil (b r ah1 dh er0 t ax n)) +("broths" nil (b r ao1 th s)) +("brotman" nil (b r aa1 t m ax n)) +("brott" nil (b r aa1 t)) +("brotzman" nil (b r aa1 t s m ax n)) +("broudy" nil (b r aw1 d iy0)) +("brough" nil (b r aw1)) +("brougham" nil (b r uw1 g ax m)) +("brougher" nil (b r aw1 er0)) +("broughman" nil (b r aw1 m ax n)) +("brought" nil (b r ao1 t)) +("broughton" nil (b r ao1 t ax n)) +("brouhaha" nil (b r uw1 hh aa0 hh aa0)) +("brouhard" nil (b r aa1 uw0 er0 d)) +("brouillard" nil (b r w iy0 l aa1 r d)) +("brouillet" nil (b r w iy0 l eh1 t)) +("brouillette" nil (b r w iy0 l eh1 t)) +("broun" nil (b r uw1 n)) +("brountas" nil (b r aw1 n t ax s)) +("brouse" nil (b r aw1 s)) +("broussard" nil (b r uw0 s aa1 r d)) +("brousseau" nil (b r uw1 s ow1)) +("brouwer" nil (b r aw1 w er0)) +("brow" nil (b r aw1)) +("broward" nil (b r aw1 er0 d)) +("browbeat" nil (b r aw1 b iy1 t)) +("browder" nil (b r aw1 d er0)) +("browe" nil (b r ow1)) +("browed" nil (b r aw1 d)) +("brower" nil (b r aw1 er0)) +("brown" nil (b r aw1 n)) +("browne" nil (b r aw1 n)) +("browned" nil (b r aw1 n d)) +("brownell" nil (b r aw0 n eh1 l)) +("browner" nil (b r aw1 n er0)) +("brownfield" nil (b r aw1 n f iy1 l d)) +("brownie" nil (b r aw1 n iy0)) +("brownies" nil (b r aw1 n iy0 z)) +("browning" nil (b r aw1 n ih0 ng)) +("brownish" nil (b r aw1 n ih0 sh)) +("brownlee" nil (b r aw1 n l iy0)) +("brownley" nil (b r aw1 n l iy0)) +("brownlie" nil (b r aw1 n l iy0)) +("brownlow" nil (b r aw1 n l ow1)) +("brownmiller" nil (b r aw1 n m ih1 l er0)) +("brownout" nil (b r aw1 n aw1 t)) +("brownouts" nil (b r aw1 n aw1 t s)) +("brownrigg" nil (b r aw1 n r ih0 g)) +("browns" nil (b r aw1 n z)) +("brownson" nil (b r aw1 n s ax n)) +("brownstein" nil (b r aw1 n s t ay1 n)) +("brownstone" nil (b r aw1 n s t ow1 n)) +("brownsville" nil (b r aw1 n z v ih0 l)) +("brows" nil (b r aw1 z)) +("browse" nil (b r aw1 z)) +("browsed" nil (b r aw1 z d)) +("browser" nil (b r aw1 z er0)) +("browsers" nil (b r aw1 z er0 z)) +("browsing" nil (b r aw1 z ih0 ng)) +("brox" nil (b r aa1 k s)) +("broxson" nil (b r aa1 k s ax n)) +("broxterman" nil (b r aa1 k s t er0 m ax n)) +("broxton" nil (b r aa1 k s t ax n)) +("broy" nil (b r oy1)) +("broyhill" nil (b r oy1 hh ih1 l)) +("broyles" nil (b r oy1 l z)) +("broz" nil (b r aa1 z)) +("brozek" nil (b r ow1 z eh0 k)) +("brozman" nil (b r aa1 z m ax n)) +("brozovich" nil (b r aa1 z ax v ih0 ch)) +("brozowski" nil (b r ax z ao1 f s k iy0)) +("brubaker" nil (b r ah1 b ax k er0)) +("brubeck" nil (b r uw1 b eh1 k)) +("brucato" nil (b r uw0 k aa1 t ow0)) +("bruce" nil (b r uw1 s)) +("bruch" nil (b r ah1 ch)) +("bruchhausen" nil (b r uw1 k hh aw1 z ax n)) +("brucie" nil (b r ah1 k iy0)) +("brucite" nil (b r uw1 s ay1 t)) +("bruck" nil (b r ah1 k)) +("brucker" nil (b r ah1 k er0)) +("bruckman" nil (b r ah1 k m ax n)) +("bruckner" nil (b r ah1 k n er0)) +("brucks" nil (b r ah1 k s)) +("bruder" nil (b r uw1 d er0)) +("brue" nil (b r uw1)) +("bruecher" nil (b r uw1 ch er0)) +("brueck" nil (b r uw1 k)) +("brueckner" nil (b r uh1 k n er0)) +("bruegge" nil (b r uw1 g ax)) +("brueggeman" nil (b r uw1 g m ax n)) +("brueggemann" nil (b r uw1 g m ax n)) +("brueggen" nil (b r uw1 g ax n)) +("bruegger" nil (b r uw1 g er0)) +("bruehl" nil (b r uw1 l)) +("bruella" nil (b r uw1 eh1 l ax)) +("bruemmer" nil (b r uw1 m er0)) +("bruen" nil (b r uw1 n)) +("bruening" nil (b r uw1 n ih0 ng)) +("bruer" nil (b r uw1 er0)) +("bruff" nil (b r ah1 f)) +("bruford" nil (b r uw1 f er0 d)) +("bruges" nil (b r uw1 jh ih0 z)) +("bruggeman" nil (b r ah1 g m ax n)) +("brugger" nil (b r ah1 g er0)) +("brugh" nil (b r ah1)) +("brugman" nil (b r ah1 g m ax n)) +("bruha" nil (b r uw1 hh ax)) +("bruhl" nil (b r ah1 l)) +("bruhn" nil (b r ah1 n)) +("bruin" nil (b r uw1 ih0 n)) +("bruington" nil (b r uw1 ih0 ng t ax n)) +("bruins" nil (b r uw1 ih0 n z)) +("bruinsma" nil (b r uw0 ih1 n s m ax)) +("bruise" nil (b r uw1 z)) +("bruised" nil (b r uw1 z d)) +("bruises" nil (b r uw1 z ax z)) +("bruising" nil (b r uw1 z ih0 ng)) +("brule" nil (b r uw1 l)) +("bruley" nil (b r uw1 l iy0)) +("brum" nil (b r ah1 m)) +("brumbach" nil (b r ah1 m b aa1 k)) +("brumback" nil (b r ah1 m b ae1 k)) +("brumbaugh" nil (b r ah1 m b ao1)) +("brumbelow" nil (b r ah1 m b ih0 l ow0)) +("brumer" nil (b r uw1 m er0)) +("brumett" nil (b r ah1 m ih0 t)) +("brumfield" nil (b r ah1 m f iy1 l d)) +("brumit" nil (b r uw1 m ih0 t)) +("brumitt" nil (b r uw1 m ih0 t)) +("brumley" nil (b r ah1 m l iy0)) +("brumlow" nil (b r ah1 m l ow0)) +("brumm" nil (b r ah1 m)) +("brummel" nil (b r ah1 m ax l)) +("brummell" nil (b r ah1 m ax l)) +("brummer" nil (b r ah1 m er0)) +("brummet" nil (b r ah1 m ih0 t)) +("brummett" nil (b r ah1 m ih0 t)) +("brummitt" nil (b r ah1 m ih0 t)) +("brummond" nil (b r ah1 m ax n d)) +("brun" nil (b r ah1 n)) +("bruna" nil (b r uw1 n ax)) +("brunch" nil (b r ah1 n ch)) +("brunches" nil (b r ah1 n ch ih0 z)) +("bruncor" nil (b r ah1 n k ao1 r)) +("brundage" nil (b r ah1 n d ih0 jh)) +("brundidge" nil (b r ah1 n d ih0 jh)) +("brundige" nil (b r ah1 n d ih0 g)) +("brundtland" nil (b r ah1 n t l ax n d)) +("brune" nil (b r uw1 n)) +("bruneau" nil (b r ax n ow1)) +("brunei" nil (b r uw0 n ay1)) +("brunell" nil (b r ah1 n ax l)) +("brunella" nil (b r uw1 n eh1 l ax)) +("brunelle" nil (b r ax n eh1 l)) +("brunelli" nil (b r uw0 n eh1 l iy0)) +("bruner" nil (b r uw1 n er0)) +("brunet" nil (b r uw0 n eh1 t)) +("brunett" nil (b r ah1 n ih0 t)) +("brunetta" nil (b r uw0 n eh1 t ax)) +("brunette" nil (b r uw0 n eh1 t)) +("brunetti" nil (b r uw0 n eh1 t iy0)) +("brunetto" nil (b r uw0 n eh1 t ow0)) +("bruney" nil (b r uw1 n iy0)) +("brungard" nil (b r ah1 ng g er0 d)) +("brungardt" nil (b r ah1 ng g aa0 r t)) +("brunger" nil (b r ah1 ng er0)) +("brunhilda" nil (b r uw0 n hh iy1 l d ax)) +("bruni" nil (b r uw1 n iy0)) +("brunick" nil (b r uw1 n ih0 k)) +("bruning" nil (b r uw1 n ih0 ng)) +("brunjes" nil (b r ax n zh iy1 z)) +("brunk" nil (b r ah1 ng k)) +("brunke" nil (b r ah1 ng k)) +("brunken" nil (b r ah1 ng k ax n)) +("brunker" nil (b r ah1 ng k er0)) +("brunkhorst" nil (b r ah1 ng k hh ao0 r s t)) +("brunkow" nil (b r ah1 ng k ow0)) +("brunn" nil (b r ah1 n)) +("brunner" nil (b r ah1 n er0)) +("brunnhilde" nil (b r ah1 n hh ih0 l d)) +("bruno" nil (b r uw1 n ow0)) +("bruns" nil (b r ah1 n z)) +("brunskill" nil (b r ah1 n s k ih1 l)) +("brunsman" nil (b r ah1 n s m ax n)) +("brunson" nil (b r ah1 n s ax n)) +("brunsvold" nil (b r ah1 n s v ow1 l d)) +("brunswick" nil (b r ah1 n z w ih0 k)) +("brunswig" nil (b r ah1 n s w ih0 g)) +("brunt" nil (b r ah1 n t)) +("bruntjen" nil (b r ah1 n t jh eh1 n)) +("brunton" nil (b r ah1 n t ax n)) +("brunty" nil (b r ah1 n t iy0)) +("bruntz" nil (b r ah1 n t s)) +("brus" nil (b r ah1 s)) +("brusca" nil (b r ah1 s k ax)) +("bruschi" nil (b r uw1 s k iy0)) +("brusco" nil (b r uw1 s k ow0)) +("bruse" nil (b r uw1 z)) +("brush" nil (b r ah1 sh)) +("brushaber" nil (b r ah1 sh ax b er0)) +("brushed" nil (b r ah1 sh t)) +("brushes" nil (b r ah1 sh ih0 z)) +("brushing" nil (b r ah1 sh ih0 ng)) +("brushwork" nil (b r ah1 sh w er1 k)) +("brushy" nil (b r ah1 sh iy0)) +("bruske" nil (b r ah1 s k)) +("bruski" nil (b r ah1 s k iy0)) +("brusky" nil (b r ah1 s k iy0)) +("bruso" nil (b r uw1 s ow0)) +("brusque" nil (b r ah1 s k)) +("brusquely" nil (b r ah1 s k l iy0)) +("bruss" nil (b r ah1 s)) +("brusseau" nil (b r ax s ow1)) +("brusselmans" nil (b r ah1 s ax l m ax n z)) +("brussels" nil (b r ah1 s ax l z)) +("brust" nil (b r ah1 s t)) +("bruster" nil (b r ah1 s t er0)) +("brustoloni" nil (b r uw1 s t ow0 l ow1 n iy0)) +("brut" nil (b r uw1 t)) +("brutal" nil (b r uw1 t ax l)) +("brutalities" nil (b r uw0 t ae1 l ax t iy0 z)) +("brutality" nil (b r uw0 t ae1 l ax t iy0)) +("brutalized" nil (b r uw1 t ax l ay1 z d)) +("brutalizes" nil (b r uw1 t ax l ay1 z ih0 z)) +("brutalizing" nil (b r uw1 t ax l ay1 z ih0 ng)) +("brutally" nil (b r uw1 t ax l iy0)) +("brute" nil (b r uw1 t)) +("brutish" nil (b r uw1 t ih0 sh)) +("bruton" nil (b r uw1 t ax n)) +("brutsche" nil (b r ah1 ch iy0)) +("brutus" nil (b r uw1 t ax s)) +("bruun" nil (b r uw1 n)) +("bruxelles" nil (b r ax k s eh1 l ax s)) +("bruyette" nil (b r uw0 eh1 t)) +("bruynes" nil (b r uw1 ih0 n z)) +("bruzzese" nil (b r uw0 t s ey1 z iy0)) +("bryan" nil (b r ay1 ax n)) +("bryans" nil (b r ay1 ax n z)) +("bryant" nil (b r ay1 ax n t)) +("bryars" nil (b r ay1 er0 z)) +("bryce" nil (b r ay1 s)) +("bryden" nil (b r ay1 d ax n)) +("brydges" nil (b r ih1 jh ih0 z)) +("brydie" nil (b r ih1 d iy0)) +("brydon" nil (b r ih1 d ax n)) +("brye" nil (b r ay1)) +("bryen" nil (b r ay1 ax n)) +("bryer" nil (b r ay1 er0)) +("bryk" nil (b r ih1 k)) +("brymer" nil (b r ay1 m er0)) +("bryn" nil (b r ih1 n)) +("bryna" nil (b r ih1 n ax)) +("bryne" nil (b r ay1 n)) +("bryner" nil (b r ay1 n er0)) +("bryngelson" nil (b r ih1 ng g ih0 l s ax n)) +("bryon" nil (b r ay1 ax n)) +("brys" nil (b r ih1 s)) +("bryson" nil (b r ay1 s ax n)) +("brzezinski" nil (b r ih0 z ih1 n s k iy0)) +("brzoska" nil (b r ow1 s k ax)) +("brzozowski" nil (b r ax z ao1 f s k iy0)) +("brzycki" nil (b r ih1 t s k iy0)) +("bt" nil (b iy1 t iy1)) +("bta" nil (b iy1 t iy1 ey1)) +("bua" nil (b y uw1 ax)) +("bub" nil (b ah1 b)) +("bubar" nil (b uw1 b er0)) +("bubb" nil (b ah1 b)) +("bubble" nil (b ah1 b ax l)) +("bubbled" nil (b ah1 b ax l d)) +("bubbles" nil (b ah1 b ax l z)) +("bubbling" nil (b ah1 b ax l ih0 ng)) +("bubbly" nil (b ah1 b l iy0)) +("bubeck" nil (b uw1 b eh0 k)) +("bubel" nil (b uw1 b ax l)) +("bubier" nil (b y uw1 b iy0 er0)) +("bubka" nil (b ah1 b k ax)) +("bublitz" nil (b ah1 b l ih0 t s)) +("buboltz" nil (b y uw1 b ow1 l t s)) +("bubolz" nil (b y uw1 b ow1 l z)) +("bubonic" nil (b y uw0 b aa1 n ih0 k)) +("buc" nil (b ah1 k)) +("bucaro" nil (b uw0 k aa1 r ow0)) +("buccaneers" nil (b ah1 k ax n iy1 r z)) +("buccellato" nil (b uw0 ch eh0 l aa1 t ow0)) +("buccheri" nil (b uw0 k eh1 r iy0)) +("bucci" nil (b uw1 ch iy0)) +("bucciarelli" nil (b uw0 ch er0 eh1 l iy0)) +("buccieri" nil (b uw0 ch ih1 r iy0)) +("buccino" nil (b uw0 ch iy1 n ow0)) +("buccola" nil (b uw0 k ow1 l ax)) +("bucek" nil (b uw1 ch eh0 k)) +("bucey" nil (b y uw1 s iy0)) +("buch" nil (b ah1 ch)) +("buchalter" nil (b ah1 k ax l t er0)) +("buchan" nil (b ah1 k ax n)) +("buchanan" nil (b y uw0 k ae1 n ax n)) +("buchannan" nil (b y uw0 k ae1 n ax n)) +("buchanon" nil (b y uw0 k ae1 n ax n)) +("bucharest" nil (b y uw1 k er0 eh1 s t)) +("buchberger" nil (b ah1 k b er0 g er0)) +("buchbinder" nil (b ah1 k b ih1 n d er0)) +("buche" nil (b ah1 ch)) +("buchen" nil (b ah1 k ax n)) +("bucher" nil (b ah1 k er0)) +("buchert" nil (b ah1 ch er0 t)) +("buchheit" nil (b ah1 k hh ay0 t)) +("buchholtz" nil (b ah1 k hh ow0 l t s)) +("buchholz" nil (b ah1 k hh ow0 l z)) +("buchi" nil (b ah1 ch iy0)) +("buchinger" nil (b ah1 k ih0 n jh er0)) +("buchko" nil (b ah1 ch k ow0)) +("buchler" nil (b ah1 k ax l er0)) +("buchman" nil (b ah1 k m ax n)) +("buchmann" nil (b ah1 k m ax n)) +("buchmiller" nil (b ah1 k m ax l er0)) +("buchner" nil (b ah1 k n er0)) +("bucholtz" nil (b ah1 k ow0 l t s)) +("bucholz" nil (b ah1 k ow0 l z)) +("buchs" nil (b ah1 k s)) +("buchsbaum" nil (b ah1 k s b aw0 m)) +("buchta" nil (b ah1 ch t ax)) +("buchter" nil (b ah1 k t er0)) +("buchwald" nil (b ah1 k w ao0 l d)) +("buck" nil (b ah1 k)) +("buckalew" nil (b ah1 k ax l uw0)) +("buckbee" nil (b ah1 k b iy1)) +("bucked" nil (b ah1 k t)) +("buckel" nil (b ah1 k ax l)) +("buckelew" nil (b ah1 k ih0 l uw0)) +("buckels" nil (b ah1 k ax l z)) +("bucket" nil (b ah1 k ax t)) +("buckets" nil (b ah1 k ax t s)) +("buckey" nil (b ah1 k iy0)) +("buckeye" nil (b ah1 k ay1)) +("buckhantz" nil (b ah1 k hh ae1 n t s)) +("buckholtz" nil (b ah1 k hh ow1 l t s)) +("buckholz" nil (b ah1 k hh ow0 l z)) +("buckhorn" nil (b ah1 k hh ao1 r n)) +("bucking" nil (b ah1 k ih0 ng)) +("buckingham" nil (b ah1 k ih0 ng hh ae1 m)) +("buckland" nil (b ah1 k l ax n d)) +("buckle" nil (b ah1 k ax l)) +("buckled" nil (b ah1 k ax l d)) +("buckler" nil (b ah1 k ax l er0)) +("buckles" nil (b ah1 k ax l z)) +("bucklew" nil (b ah1 k l uw0)) +("buckley" nil (b ah1 k l iy0)) +("bucklin" nil (b ah1 k l ih0 n)) +("buckling" nil (b ah1 k l ih0 ng)) +("buckman" nil (b ah1 k m ax n)) +("buckmaster" nil (b ah1 k m ae1 s t er0)) +("buckminster" nil (b ah1 k m ih1 n s t er0)) +("bucknam" nil (b ah1 k n ax m)) +("bucknell" nil (b ah1 k n eh1 l)) +("buckner" nil (b ah1 k n er0)) +("bucko" nil (b ah1 k ow0)) +("bucks" nil (b ah1 k s)) +("buckshot" nil (b ah1 k sh aa1 t)) +("buckskin" nil (b ah1 k s k ih1 n)) +("buckstein" nil (b ah1 k s t iy1 n)) +("buckthorn" nil (b ah1 k th ao1 r n)) +("buckwalter" nil (b ah1 k w ax l t er0)) +("buckwheat" nil (b ah1 k w iy1 t)) +("bucolic" nil (b y uw0 k aa1 l ih0 k)) +("bucy" nil (b y uw1 s iy0)) +("buczek" nil (b ah1 ch eh0 k)) +("buczkowski" nil (b ax ch k ao1 f s k iy0)) +("buczynski" nil (b ax ch ih1 n s k iy0)) +("bud" nil (b ah1 d)) +("budai" nil (b uw0 d aa1 iy0)) +("budapest" nil (b uw1 d ax p eh1 s t)) +("buday" nil (b uw1 d ey0)) +("budd" nil (b ah1 d)) +("budde" nil (b ah1 d)) +("budden" nil (b ah1 d ax n)) +("buddenbrooks" nil (b ah1 d ax n b r uh1 k s)) +("buddenhagen" nil (b ah1 d ih0 n hh ax g ax n)) +("buddha" nil (b uw1 d ax)) +("buddhism" nil (b uw1 d ih0 z ax m)) +("buddhist" nil (b uw1 d ax s t)) +("buddhists" nil (b uw1 d ax s t s)) +("buddie" nil (b ah1 d iy0)) +("buddies" nil (b ah1 d iy0 z)) +("buddin" nil (b ah1 d ih0 n)) +("budding" nil (b ah1 d ih0 ng)) +("buddy" nil (b ah1 d iy0)) +("buder" nil (b y uw1 d er0)) +("budge" nil (b ah1 jh)) +("budged" nil (b ah1 jh d)) +("budget" nil (b ah1 jh ax t)) +("budgetary" nil (b ah1 jh ax t eh1 r iy0)) +("budgeted" nil (b ah1 jh ax t ax d)) +("budgeteers" nil (b ah1 jh ax t ih1 r z)) +("budgeting" nil (b ah1 jh ax t ih0 ng)) +("budgets" nil (b ah1 jh ax t s)) +("budging" nil (b ah1 jh ih0 ng)) +("budiman" nil (b y uw1 t ih0 m ax n)) +("budin" nil (b uw1 d ih0 n)) +("budinger" nil (b y uw1 d ih0 ng er0)) +("budka" nil (b ah1 d k ax)) +("budke" nil (b ah1 d k iy0)) +("budlong" nil (b ah1 d l ao1 ng)) +("budner" nil (b ah1 d n er0)) +("budney" nil (b ah1 d n iy0)) +("budnick" nil (b ah1 d n ih0 k)) +("budnik" nil (b ah1 d n ih0 k)) +("budny" nil (b ah1 d n iy0)) +("budreau" nil (b ax d r ow1)) +("budrow" nil (b ah1 d r ow1)) +("buds" nil (b ah1 d z)) +("budvar" nil (b ah1 d v aa1 r)) +("budweiser" nil (b ah1 d w ay0 z er0)) +("budz" nil (b ah1 d z)) +("budzinski" nil (b ax jh ih1 n s k iy0)) +("budzynski" nil (b ax jh ih1 n s k iy0)) +("bue" nil (b w eh1)) +("bueche" nil (b uw1 ch)) +("buechel" nil (b y uw1 k ax l)) +("buechele" nil (b y uw1 k ax l)) +("buechler" nil (b y uw1 k ax l er0)) +("buechner" nil (b y uw1 k n er0)) +("buege" nil (b uw1 jh)) +("buegler" nil (b y uw1 g l er0)) +("buehl" nil (b y uw1 l)) +("buehler" nil (b y uw1 l er0)) +("buehner" nil (b y uw1 n er0)) +("buehrer" nil (b y uw1 hh er0)) +("buehring" nil (b y uw1 r ih0 ng)) +("buehrle" nil (b y uw1 r ax l)) +("bueker" nil (b y uw1 k er0)) +("buel" nil (b y uw1 l)) +("buell" nil (b y uw1 ax l)) +("buelow" nil (b uw1 l ow0)) +("buena" nil (b uw1 n ax)) +("buendia" nil (b uw1 n d iy0 ax)) +("buenger" nil (b y uw1 n jh er0)) +("buening" nil (b w eh1 n ih0 ng)) +("bueno" nil (b w ey1 n ow0)) +("buenos" nil (b w ey1 n ow0 s)) +("buenrostro" nil (b w eh0 n r ow1 s t r ow0)) +("buentello" nil (b uw0 n t eh1 l ow0)) +("buer" nil (b uw1 er0)) +("buerge" nil (b y uw1 r jh)) +("buerger" nil (b y uw1 r g er0)) +("buerkle" nil (b y uw1 r k ax l)) +("buescher" nil (b y uw1 sh er0)) +("buesing" nil (b y uw1 s ih0 ng)) +("bueter" nil (b y uw1 t er0)) +("buetow" nil (b uw1 t ow0)) +("buettner" nil (b y uw1 t n er0)) +("bufano" nil (b uw0 f aa1 n ow0)) +("bufe" nil (b y uw1 f)) +("bufete" nil (b y uw1 f iy1 t)) +("buff" nil (b ah1 f)) +("buffa" nil (b ah1 f ax)) +("buffalo" nil (b ah1 f ax l ow1)) +("buffaloe" nil (b ah1 f ax l ow0)) +("buffalos" nil (b ah1 f ax l ow1 z)) +("buffer" nil (b ah1 f er0)) +("buffered" nil (b ah1 f er0 d)) +("bufferin" nil (b ah1 f er0 ih0 n)) +("buffers" nil (b ah1 f er0 z)) +("buffet" nil (b ah1 f ax t)) +("buffeted" nil (b ax f ey1 d)) +("buffeting" nil (b ax f ey1 ih0 ng)) +("buffets" nil (b ah1 f ax t s)) +("buffett" nil (b ah1 f ih0 t)) +("buffin" nil (b ah1 f ih0 n)) +("buffington" nil (b ah1 f ih0 ng t ax n)) +("buffkin" nil (b ah1 f k ih0 n)) +("buffo" nil (b uw1 f ow0)) +("buffone" nil (b uw0 f ow1 n iy0)) +("buffoon" nil (b ax f uw1 n)) +("bufford" nil (b ah1 f er0 d)) +("buffs" nil (b ah1 f s)) +("buffton" nil (b ah1 f t ax n)) +("buffum" nil (b ah1 f ax m)) +("bufkin" nil (b ah1 f k ih0 n)) +("buford" nil (b y uw1 f er0 d)) +("bug" nil (b ah1 g)) +("bugaboo" nil (b ah1 g ax b uw1)) +("bugaj" nil (b uw1 g ax jh)) +("bugarin" nil (b y uw1 g er0 ih0 n)) +("bugay" nil (b y uw1 g ey0)) +("bugbee" nil (b ah1 g b iy1)) +("bugeyed" nil (b ah1 g ay1 d)) +("bugg" nil (b ah1 g)) +("bugge" nil (b ah1 g)) +("bugged" nil (b ah1 g d)) +("buggers" nil (b ah1 g er0 z)) +("buggies" nil (b ah1 g iy0 z)) +("bugging" nil (b ah1 g ih0 ng)) +("buggs" nil (b ah1 g z)) +("buggy" nil (b ah1 g iy0)) +("bugh" nil (b y uw1 g)) +("bugher" nil (b y uw1 g er0)) +("bugle" nil (b y uw1 g ax l)) +("bugles" nil (b y uw1 g ax l z)) +("bugling" nil (b y uw1 g ax l ih0 ng)) +("bugliosi" nil (b uw0 g l iy0 ow1 s iy0)) +("bugs" nil (b ah1 g z)) +("buhl" nil (b y uw1 l)) +("buhler" nil (b uw1 l er0)) +("buhman" nil (b ah1 m ax n)) +("buhr" nil (b y uh1 r)) +("buhrman" nil (b uh1 r m ax n)) +("buhrow" nil (b uh1 r ow0)) +("bui" nil (b ih1)) +("buice" nil (b ih1 s)) +("buick" nil (b y uw1 ih0 k)) +("buicks" nil (b y uw1 ih0 k s)) +("buie" nil (b uw0 iy1)) +("buikema" nil (b ih0 k ey1 m ax)) +("build" nil (b ih1 l d)) +("buildable" nil (b ih1 l d ax b ax l)) +("builder" nil (b ih1 l d er0)) +("builders" nil (b ih1 l d er0 z)) +("building" nil (b ih1 l d ih0 ng)) +("buildings" nil (b ih1 l d ih0 ng z)) +("builds" nil (b ih1 l d z)) +("buildup" nil (b ih1 l d ah1 p)) +("buildups" nil (b ih1 l d ah1 p s)) +("built" nil (b ih1 l t)) +("buis" nil (b ih1 z)) +("buisson" nil (b w iy1 s aa1 n)) +("buist" nil (b uw1 ih0 s t)) +("buitoni" nil (b y uw0 t ow1 n iy0)) +("buitrago" nil (b ih0 t r aa1 g ow0)) +("buitron" nil (b ih1 t r ax n)) +("bujak" nil (b uw1 y ax k)) +("bukavu" nil (b uw0 k aa1 v uw1)) +("buker" nil (b y uw1 k er0)) +("bukharin" nil (b ah1 k hh er0 ih0 n)) +("bukovsky" nil (b uw0 k aa1 v s k iy0)) +("bukowski" nil (b y uw0 k ao1 f s k iy0)) +("bula" nil (b y uw1 l ax)) +("bulat" nil (b uw1 l ax t)) +("bulb" nil (b ah1 l b)) +("bulbous" nil (b ah1 l b ax s)) +("bulbs" nil (b ah1 l b z)) +("bulen" nil (b ah1 l ax n)) +("bulent" nil (b y uw1 l ax n t)) +("buley" nil (b y uw1 l iy0)) +("bulfinch" nil (b uh1 l f ih1 n ch)) +("bulgaria" nil (b ax l g eh1 r iy0 ax)) +("bulgarian" nil (b ax l g eh1 r iy0 ax n)) +("bulgarians" nil (b ax l g eh1 r iy0 ax n z)) +("bulge" nil (b ah1 l jh)) +("bulged" nil (b ah1 l jh d)) +("bulger" nil (b ah1 l g er0)) +("bulges" nil (b ah1 l jh ih0 z)) +("bulging" nil (b ah1 l jh ih0 ng)) +("bulgrin" nil (b uh1 l g r ih0 n)) +("bulimia" nil (b y uw0 l ih1 m iy0 ax)) +("bulin" nil (b y uw1 l ih0 n)) +("bulk" nil (b ah1 l k)) +("bulkeley" nil (b uh1 l k ax l iy0)) +("bulkhead" nil (b ah1 l k hh eh1 d)) +("bulkheads" nil (b ah1 l k hh eh1 d z)) +("bulkier" nil (b ah1 l k iy0 er0)) +("bulkley" nil (b ah1 l k l iy0)) +("bulky" nil (b ah1 l k iy0)) +("bull" nil (b uh1 l)) +("bulla" nil (b uh1 l ax)) +("bullard" nil (b uh1 l er0 d)) +("bulldog" nil (b uh1 l d ao1 g)) +("bulldoze" nil (b uh1 l d ow1 z)) +("bulldozed" nil (b uh1 l d ow1 z d)) +("bulldozer" nil (b uh1 l d ow1 z er0)) +("bulldozers" nil (b uh1 l d ow1 z er0 z)) +("bulldozing" nil (b uh1 l d ow1 z ih0 ng)) +("bullen" nil (b uh1 l ax n)) +("buller" nil (b uh1 l er0)) +("bullet" nil (b uh1 l ax t)) +("bulletin" nil (b uh1 l ih0 t ax n)) +("bulletins" nil (b uh1 l ax t ax n z)) +("bulletproof" nil (b uh1 l ax t p r uw1 f)) +("bullets" nil (b uh1 l ax t s)) +("bullfighter" nil (b uh1 l f ay1 t er0)) +("bullheads" nil (b uh1 l hh eh1 d z)) +("bullhorn" nil (b uh1 l hh ao1 r n)) +("bullhorns" nil (b uh1 l hh ao1 r n z)) +("bullied" nil (b uh1 l iy0 d)) +("bullies" nil (b uh1 l iy0 z)) +("bullinger" nil (b uh1 l ih0 ng er0)) +("bullington" nil (b uh1 l ih0 ng t ax n)) +("bullins" nil (b uh1 l ih0 n z)) +("bullion" nil (b uh1 l y ax n)) +("bullis" nil (b uh1 l ih0 s)) +("bullish" nil (b uh1 l ih0 sh)) +("bullishly" nil (b uh1 l ih0 sh l iy0)) +("bullishness" nil (b uh1 l ih0 sh n ax s)) +("bullman" nil (b uh1 l m ax n)) +("bulloch" nil (b uh1 l ax k)) +("bullock" nil (b uh1 l ax k)) +("bullocks" nil (b uh1 l ax k s)) +("bullpen" nil (b uh1 l p eh1 n)) +("bulls" nil (b uh1 l z)) +("bulluck" nil (b uh1 l ax k)) +("bullwinkle" nil (b uh1 l w ih1 ng k ax l)) +("bully" nil (b uh1 l iy0)) +("bullying" nil (b uh1 l iy0 ih0 ng)) +("bulman" nil (b ah1 l m ax n)) +("bulmer" nil (b ah1 l m er0)) +("bulova" nil (b y uw0 l ow1 v ax)) +("bulow" nil (b y uw1 l ow0)) +("bulrush" nil (b uh1 l r ax sh)) +("bulson" nil (b uh1 l s ax n)) +("bult" nil (b ah1 l t)) +("bultema" nil (b uw0 l t eh1 m ax)) +("bulthuis" nil (b ah1 l dh uw0 ih0 z)) +("bultman" nil (b uh1 l t m ax n)) +("bulwark" nil (b uh1 l w er0 k)) +("bum" nil (b ah1 m)) +("bumann" nil (b y uw1 m ax n)) +("bumbalough" nil (b ah1 m b ax l aw0)) +("bumbarger" nil (b ah1 m b aa1 r g er0)) +("bumbaugh" nil (b ah1 m b ao1)) +("bumble" nil (b ah1 m b ax l)) +("bumbling" nil (b ah1 m b ax l ih0 ng)) +("bumgardner" nil (b ah1 m g aa1 r d n er0)) +("bumgarner" nil (b ah1 m g aa1 r n er0)) +("bumiputra" nil (b uw1 m iy0 p y uw1 t r ax)) +("bummed" nil (b ah1 m d)) +("bummer" nil (b ah1 m er0)) +("bump" nil (b ah1 m p)) +("bumpas" nil (b ah1 m p ax z)) +("bumpass" nil (b ah1 m p ae1 s)) +("bumped" nil (b ah1 m p t)) +("bumper" nil (b ah1 m p er0)) +("bumpers" nil (b ah1 m p er0 z)) +("bumping" nil (b ah1 m p ih0 ng)) +("bumpings" nil (b ah1 m p ih0 ng z)) +("bumpkin" nil (b ah1 m p k ih0 n)) +("bumps" nil (b ah1 m p s)) +("bumpus" nil (b ah1 m p ax s)) +("bumpy" nil (b ah1 m p iy0)) +("bums" nil (b ah1 m z)) +("bumstead" nil (b ah1 m s t eh1 d)) +("bun" nil (b ah1 n)) +("bunce" nil (b ah1 n s)) +("bunch" nil (b ah1 n ch)) +("bunched" nil (b ah1 n ch t)) +("bunches" nil (b ah1 n ch ax z)) +("bunching" nil (b ah1 n ch ih0 ng)) +("bunchy" nil (b ah1 n ch iy0)) +("bund" nil (b ah1 n d)) +("bunda" nil (b ah1 n d ax)) +("bunde" nil (b ah1 n d)) +("bundesbank" nil (b uh1 n d ih0 s b ae1 ng k)) +("bundespost" nil (b uh1 n d ih0 s p ow1 s t)) +("bundesrat" nil (b uh1 n d ih0 s r ae1 t)) +("bundestag" nil (b ah1 n d ax s t ae1 g)) +("bundeswehr" nil (b ah1 n d ax s w eh1 r)) +("bundick" nil (b ah1 n d ih0 k)) +("bundle" nil (b ah1 n d ax l)) +("bundled" nil (b ah1 n d ax l d)) +("bundles" nil (b ah1 n d ax l z)) +("bundling" nil (b ah1 n d ax l ih0 ng)) +("bundren" nil (b ah1 n d er0 ax n)) +("bundrick" nil (b ah1 n d r ih0 k)) +("bunds" nil (b ah1 n d z)) +("bundschuh" nil (b ah1 n d sh uw0)) +("bundy" nil (b ah1 n d iy0)) +("bundys" nil (b ah1 n d iy0 z)) +("bung" nil (b ah1 ng)) +("bungalow" nil (b ah1 ng g ax l ow1)) +("bungalows" nil (b ah1 ng g ax l ow1 z)) +("bungard" nil (b ah1 ng g er0 d)) +("bunge" nil (b ah1 n jh)) +("bungee" nil (b ah1 n jh iy0)) +("bunger" nil (b ah1 ng er0)) +("bungert" nil (b ah1 ng g er0 t)) +("bungey" nil (b ah1 n jh iy0)) +("bungled" nil (b ah1 ng g ax l d)) +("bungling" nil (b ah1 ng g ax l ih0 ng)) +("bunk" nil (b ah1 ng k)) +("bunke" nil (b ah1 ng k)) +("bunker" nil (b ah1 ng k er0)) +("bunkers" nil (b ah1 ng k er0 z)) +("bunkley" nil (b ah1 ng k l iy0)) +("bunks" nil (b ah1 ng k s)) +("bunn" nil (b ah1 n)) +("bunnell" nil (b ah1 n ax l)) +("bunner" nil (b ah1 n er0)) +("bunney" nil (b ah1 n iy0)) +("bunni" nil (b uw1 n iy0)) +("bunnie" nil (b ah1 n iy0)) +("bunnies" nil (b ah1 n iy0 z)) +("bunning" nil (b ah1 n ih0 ng)) +("bunny" nil (b ah1 n iy0)) +("buns" nil (b ah1 n z)) +("bunt" nil (b ah1 n t)) +("buntain" nil (b ax n t ey1 n)) +("bunte" nil (b ah1 n t)) +("bunten" nil (b ah1 n t ax n)) +("buntin" nil (b ah1 n t ih0 n)) +("bunting" nil (b ah1 n t ih0 ng)) +("bunton" nil (b ah1 n t ax n)) +("buntrock" nil (b ah1 n t r aa1 k)) +("buntstrock" nil (b ah1 n t s t r aa1 k)) +("buntyn" nil (b ah1 n t ih0 n)) +("buntz" nil (b ah1 n t s)) +("bunyan" nil (b ah1 n y ax n)) +("bunyard" nil (b ax n y aa1 r d)) +("bunzl" nil (b ah1 n z ax l)) +("buol" nil (b ow1 l)) +("buonanno" nil (b w ow0 n aa1 n ow0)) +("buonicontis" nil (b w aa1 n ih0 k aa1 n t iy0 z)) +("buono" nil (b w ow1 n ow0)) +("buonocore" nil (b w ow0 n ow0 k ao1 r iy0)) +("buonomo" nil (b w ow0 n ow1 m ow0)) +("buoy" nil (b uw1 iy0)) +("buoyancy" nil (b oy1 ax n s iy0)) +("buoyant" nil (b oy1 ax n t)) +("buoyed" nil (b uw1 iy0 d)) +("buoying" nil (b oy1 ih0 ng)) +("buoys" nil (b uw1 iy0 z)) +("bupp" nil (b ah1 p)) +("buprenorphine" nil (b y uw1 p r ax n er0 f iy1 n)) +("bur" nil (b er1)) +("burack" nil (b y uw1 r ax k)) +("burak" nil (b y uw1 r ax k)) +("buran" nil (b y uw1 r ax n)) +("burandt" nil (b y uw1 r ax n t)) +("buras" nil (b y uw1 r ax z)) +("burba" nil (b er1 b ax)) +("burbach" nil (b er1 b aa0 k)) +("burback" nil (b er1 b ae0 k)) +("burbage" nil (b er1 b ih0 jh)) +("burbank" nil (b er1 b ae1 ng k)) +("burbidge" nil (b er1 b ih0 jh)) +("burbridge" nil (b er1 b r ih0 jh)) +("burby" nil (b er1 b iy0)) +("burch" nil (b er1 ch)) +("burcham" nil (b er0 sh ae1 m)) +("burchard" nil (b er0 sh aa1 r d)) +("burchell" nil (b er1 k ax l)) +("burcher" nil (b er1 ch er0)) +("burchett" nil (b er1 ch ih0 t)) +("burchette" nil (b er0 sh eh1 t)) +("burchfield" nil (b er1 ch f iy0 l d)) +("burchill" nil (b er1 k hh ih0 l)) +("burciaga" nil (b uh0 r s iy0 aa1 g ax)) +("burck" nil (b er1 k)) +("burckhard" nil (b er1 k hh er0 d)) +("burckhardt" nil (b er1 k hh aa0 r t)) +("burd" nil (b er1 d)) +("burda" nil (b uh1 r d ax)) +("burdell" nil (b er0 d eh1 l)) +("burden" nil (b er1 d ax n)) +("burdened" nil (b er1 d ax n d)) +("burdening" nil (b er1 d ax n ih0 ng)) +("burdens" nil (b er1 d ax n z)) +("burdensome" nil (b er1 d ax n s ax m)) +("burdett" nil (b er1 d ih0 t)) +("burdette" nil (b er0 d eh1 t)) +("burdge" nil (b er1 jh)) +("burdi" nil (b uh1 r d iy0)) +("burdick" nil (b er1 d ih0 k)) +("burdin" nil (b er1 d ih0 n)) +("burdine" nil (b uh0 r d iy1 n iy0)) +("burdines" nil (b er0 d iy1 n eh0 z)) +("burditt" nil (b er0 d ih1 t)) +("burdo" nil (b uh1 r d ow0)) +("burdon" nil (b er1 d ax n)) +("burdsall" nil (b er1 d s ax l)) +("bureau" nil (b y uh1 r ow0)) +("bureaucracies" nil (b y uh0 r aa1 k r ax s iy0 z)) +("bureaucracy" nil (b y uh0 r aa1 k r ax s iy0)) +("bureaucrat" nil (b y uh1 r ax k r ae1 t)) +("bureaucratic" nil (b y uh1 r ax k r ae1 t ih0 k)) +("bureaucrats" nil (b y uh1 r ax k r ae1 t s)) +("bureaus" nil (b y uh1 r ow0 z)) +("burek" nil (b eh1 r ih0 k)) +("burel" nil (b eh1 r ax l)) +("burell" nil (b eh1 r ax l)) +("buren" nil (b y uh1 r ax n)) +("bures" nil (b eh1 r z)) +("buresh" nil (b eh1 r ih0 sh)) +("burfeind" nil (b er1 f ay0 n d)) +("burfield" nil (b er1 f iy0 l d)) +("burford" nil (b er1 f er0 d)) +("burg" nil (b er1 g)) +("burgamy" nil (b er1 g ax m iy0)) +("burgan" nil (b er1 g ae0 n)) +("burgard" nil (b er1 g er0 d)) +("burgdorf" nil (b er1 g d ao0 r f)) +("burge" nil (b er1 g)) +("burgee" nil (b er1 g iy0)) +("burgener" nil (b er1 g iy0 n er0)) +("burgeoned" nil (b er1 jh ax n d)) +("burgeoning" nil (b er1 jh ax n ih0 ng)) +("burger" nil (b er1 g er0)) +("burgers" nil (b er1 g er0 z)) +("burgert" nil (b er1 g er0 t)) +("burges" nil (b er1 g z)) +("burgeson" nil (b er1 g ih0 s ax n)) +("burgess" nil (b er1 jh ax s)) +("burget" nil (b er1 g eh0 t)) +("burgett" nil (b er1 jh ih0 t)) +("burggraf" nil (b er1 g r ax f)) +("burghardt" nil (b er1 g aa0 r t)) +("burghart" nil (b er1 g hh aa0 r t)) +("burgher" nil (b er1 g er0)) +("burgin" nil (b er1 g ih0 n)) +("burgio" nil (b er1 g iy0 ow0)) +("burglar" nil (b er1 g l er0)) +("burglaries" nil (b er1 g l er0 iy0 z)) +("burglarize" nil (b er1 g l er0 ay1 z)) +("burglars" nil (b er1 g l er0 z)) +("burglary" nil (b er1 g l er0 iy0)) +("burgling" nil (b er1 g l ih0 ng)) +("burgman" nil (b er1 g m ax n)) +("burgmaster" nil (b er1 g m ae1 s t er0)) +("burgner" nil (b er1 g n er0)) +("burgo" nil (b er1 g ow0)) +("burgomasters" nil (b er1 g ax m ae1 s t er0 z)) +("burgoon" nil (b er1 g uw0 n)) +("burgos" nil (b er1 g ow0 z)) +("burgoyne" nil (b er0 g oy1 n)) +("burgundians" nil (b er0 g ah1 n d iy0 ax n z)) +("burgundies" nil (b er1 g ax n d iy0 z)) +("burgundy" nil (b er1 g ax n d iy0)) +("burgy" nil (b er1 jh iy0)) +("burham" nil (b er1 hh ax m)) +("burhans" nil (b er1 hh ax n z)) +("buri" nil (b uh1 r iy0)) +("burial" nil (b eh1 r iy0 ax l)) +("burials" nil (b eh1 r iy0 ax l z)) +("burian" nil (b y uh1 r iy0 ax n)) +("burich" nil (b eh1 r ih0 k)) +("buried" nil (b eh1 r iy0 d)) +("buries" nil (b eh1 r iy0 z)) +("burk" nil (b er1 k)) +("burkard" nil (b er1 k er0 d)) +("burkart" nil (b er1 k aa0 r t)) +("burke" nil (b er1 k)) +("burkeen" nil (b er0 k iy1 n)) +("burkel" nil (b er1 k ax l)) +("burkemper" nil (b er1 k ih0 m p er0)) +("burkert" nil (b er1 k er0 t)) +("burkes" nil (b er1 k s)) +("burket" nil (b er1 k ih0 t)) +("burkett" nil (b er1 k ih0 t)) +("burkey" nil (b er1 k iy0)) +("burkhalter" nil (b er1 k hh ax l t er0)) +("burkhammer" nil (b er1 k hh ax m er0)) +("burkhard" nil (b er1 k hh er0 d)) +("burkhardt" nil (b er1 k hh aa0 r t)) +("burkhart" nil (b er1 k hh aa0 r t)) +("burkhead" nil (b er1 k hh eh0 d)) +("burkholder" nil (b er1 k hh ow0 l d er0)) +("burkina" nil (b er0 k iy1 n ax)) +("burkins" nil (b er1 k ih0 n z)) +("burkitt" nil (b er1 k ih0 t)) +("burkland" nil (b er1 k l ax n d)) +("burkle" nil (b er1 k ax l)) +("burkley" nil (b er1 k l iy0)) +("burklow" nil (b er1 k l aw0)) +("burklund" nil (b er1 k l ax n d)) +("burkman" nil (b er1 k m ax n)) +("burks" nil (b er1 k s)) +("burl" nil (b er1 l)) +("burland" nil (b er1 l ax n d)) +("burlap" nil (b er1 l ae1 p)) +("burlapped" nil (b er1 l ae1 p t)) +("burlatsky" nil (b er0 l ae1 t s k iy0)) +("burleigh" nil (b er1 l ax)) +("burleson" nil (b er1 l ih0 s ax n)) +("burlesque" nil (b er0 l eh1 s k)) +("burlew" nil (b er1 l uw0)) +("burley" nil (b er1 l iy0)) +("burling" nil (b er1 l ih0 ng)) +("burlingame" nil (b er1 l ih0 ng g ey1 m)) +("burlingham" nil (b er1 l ih0 ng hh ae1 m)) +("burlington" nil (b er1 l ih0 ng t ax n)) +("burlison" nil (b er1 l ih0 s ax n)) +("burly" nil (b er1 l iy0)) +("burma" nil (b er1 m ax)) +("burmah" nil (b er1 m ax)) +("burman" nil (b er1 m ax n)) +("burmans" nil (b er1 m ax n z)) +("burmaster" nil (b er1 m ae0 s t er0)) +("burmeister" nil (b er1 m ay0 s t er0)) +("burmese" nil (b er0 m iy1 z)) +("burmester" nil (b er1 m ih0 s t er0)) +("burn" nil (b er1 n)) +("burnable" nil (b er1 n ax b ax l)) +("burnaby" nil (b er1 n ax b iy0)) +("burnam" nil (b er1 n ax m)) +("burnap" nil (b er1 n ax p)) +("burnard" nil (b er0 n aa1 r d)) +("burndy" nil (b er1 n d iy0)) +("burne" nil (b er1 n)) +("burned" nil (b er1 n d)) +("burnell" nil (b er1 n ax l)) +("burner" nil (b er1 n er0)) +("burners" nil (b er1 n er0 z)) +("burnes" nil (b er1 n z)) +("burness" nil (b er1 n ax s)) +("burnet" nil (b er1 n ih0 t)) +("burnett" nil (b er0 n eh1 t)) +("burnette" nil (b er1 n eh1 t)) +("burney" nil (b er1 n iy0)) +("burnham" nil (b er1 n ax m)) +("burning" nil (b er1 n ih0 ng)) +("burningham" nil (b er1 n ih0 ng hh ae1 m)) +("burnings" nil (b er1 n ih0 ng z)) +("burnish" nil (b er1 n ih0 sh)) +("burnished" nil (b er1 n ih0 sh t)) +("burnley" nil (b er1 n l iy0)) +("burnout" nil (b er1 n aw1 t)) +("burns" nil (b er1 n z)) +("burnsed" nil (b er1 n z d)) +("burnside" nil (b er1 n s ay1 d)) +("burnstein" nil (b er1 n s t ay1 n)) +("burnsworth" nil (b er1 n z w er1 th)) +("burnt" nil (b er1 n t)) +("burnup" nil (b er1 n ah1 p)) +("burnworth" nil (b er1 n w er1 th)) +("buroker" nil (b y uw1 r ax k er0)) +("burow" nil (b y uh1 r ow0)) +("burp" nil (b er1 p)) +("burpee" nil (b er1 p iy0)) +("burping" nil (b er1 p ih0 ng)) +("burpo" nil (b uh1 r p ow0)) +("burr" nil (b er1)) +("burrage" nil (b er1 ih0 jh)) +("burrell" nil (b er0 eh1 l)) +("burrer" nil (b er1 er0)) +("burres" nil (b er1 z)) +("burress" nil (b er1 ax s)) +("burri" nil (b uh1 r iy0)) +("burridge" nil (b ao1 r ih0 jh)) +("burrier" nil (b er1 iy0 er0)) +("burright" nil (b ao1 r ay0 t)) +("burrill" nil (b ao1 r ax l)) +("burrington" nil (b er1 ih0 ng t ax n)) +("burris" nil (b er1 ih0 s)) +("burriss" nil (b er1 ih0 s ih0 z)) +("burrito" nil (b er0 iy1 t ow0)) +("burritos" nil (b er0 iy1 t ow0 s)) +("burritt" nil (b er1 ih0 t)) +("burro" nil (b er1 ow0)) +("burrola" nil (b uh0 r ow1 l ax)) +("burros" nil (b er1 ow0 z)) +("burrough" nil (b er1 ow0)) +("burroughs" nil (b ah1 r ow0 z)) +("burrous" nil (b er1 ax s)) +("burrow" nil (b er1 ow0)) +("burrowers" nil (b er1 ow0 er0 z)) +("burrowes" nil (b er1 ow1 z)) +("burrowing" nil (b er1 ow0 ih0 ng)) +("burrows" nil (b er1 ow0 z)) +("burrus" nil (b uh1 r ax s)) +("burruss" nil (b uh1 r ax s)) +("burry" nil (b er1 iy0)) +("bursch" nil (b er1 sh)) +("burse" nil (b er1 s)) +("bursey" nil (b er1 s iy0)) +("bursley" nil (b er1 s l iy0)) +("burson" nil (b er1 s ax n)) +("burst" nil (b er1 s t)) +("burstein" nil (b er1 s t ay0 n)) +("bursting" nil (b er1 s t ih0 ng)) +("burston" nil (b er1 s t ax n)) +("bursts" nil (b er1 s t s)) +("burt" nil (b er1 t)) +("burtch" nil (b er1 ch)) +("burtis" nil (b er1 t ih0 s)) +("burtner" nil (b er1 t n er0)) +("burtness" nil (b er1 t n ih0 s)) +("burtnett" nil (b er1 t n ih0 t)) +("burton" nil (b er1 t ax n)) +("burts" nil (b er1 t s)) +("burtt" nil (b er1 t)) +("burundi" nil (b er0 ah1 n d iy0)) +("burwell" nil (b er1 w eh0 l)) +("burwick" nil (b er1 w ih0 k)) +("bury" nil (b eh1 r iy0)) +("burying" nil (b eh1 r iy0 ih0 ng)) +("burzynski" nil (b er0 z ih1 n s k iy0)) +("bus" nil (b ah1 s)) +("busa" nil (b y uw1 s ax)) +("busalacchi" nil (b uw0 s aa0 l aa1 k iy0)) +("busam" nil (b ih1 s ax m)) +("busbee" nil (b ah1 s b iy1)) +("busbey" nil (b ah1 s b iy0)) +("busbin" nil (b ah1 s b ih0 n)) +("busboom" nil (b ah1 s b uw1 m)) +("busboy" nil (b ah1 s b oy1)) +("busboys" nil (b ah1 s b oy1 z)) +("busby" nil (b ah1 z b iy0)) +("buscaglia" nil (b uw0 s k aa1 g l iy0 ax)) +("buscemi" nil (b uw0 s ch eh1 m iy0)) +("busch" nil (b uh1 sh)) +("buschbaum" nil (b uh1 sh b aw1 m)) +("busche" nil (b ah1 sh)) +("buscher" nil (b uw1 sh er0)) +("buschman" nil (b ah1 sh m ax n)) +("buschmann" nil (b ah1 sh m ax n)) +("buse" nil (b y uw1 z)) +("bused" nil (b ah1 s t)) +("buseman" nil (b ih1 s m ax n)) +("busenbark" nil (b ih1 s ih0 n b aa0 r k)) +("buser" nil (b ih1 s er0)) +("buses" nil (b ah1 s ih0 z)) +("busey" nil (b y uw1 z iy0)) +("bush" nil (b uh1 sh)) +("busha" nil (b ah1 sh ax)) +("bushard" nil (b uh1 sh er0 d)) +("bushart" nil (b uh1 sh aa0 r t)) +("bushaw" nil (b uh1 sh ao0)) +("bushby" nil (b uh1 sh b iy0)) +("bushee" nil (b uh1 sh iy1)) +("bushel" nil (b uh1 sh ax l)) +("bushell" nil (b uh1 sh ax l)) +("bushels" nil (b uh1 sh ax l z)) +("busher" nil (b uh1 sh er0)) +("bushes" nil (b uh1 sh ax z)) +("bushey" nil (b uh1 sh iy0)) +("bushings" nil (b uh1 sh ih0 ng z)) +("bushkin" nil (b uh1 sh k ih1 n)) +("bushman" nil (b uh1 sh m ax n)) +("bushnell" nil (b uh1 sh n ax l)) +("bushong" nil (b uh1 sh ao0 ng)) +("bushway" nil (b uh1 sh w ey1)) +("bushy" nil (b uh1 sh iy0)) +("busic" nil (b ah1 s ih0 k)) +("busick" nil (b ih1 s ih0 k)) +("busied" nil (b ih1 z iy0 d)) +("busier" nil (b ih1 z iy0 er0)) +("busiest" nil (b ih1 z iy0 ax s t)) +("busily" nil (b ih1 z ax l iy0)) +("business" nil (b ih1 z n ax s)) +("businesses" nil (b ih1 z n ax s ax z)) +("businessland" nil (b ih1 z n ih0 s l ae1 n d)) +("businesslike" nil (b ih1 z n ih0 s l ay1 k)) +("businessman" nil (b ih1 z n ax s m ae1 n)) +("businessmen" nil (b ih1 z n ih0 s m eh1 n)) +("businesspeople" nil (b y uw1 s ih0 n ax s p iy1 p ax l)) +("businessphones" nil (b y uw0 s ih1 n ax s f ow1 n z)) +("businesswoman" nil (b ih1 z n ih0 s w uh1 m ax n)) +("businesswomen" nil (b y uw1 s ih0 n ax s w ow1 m ax n)) +("busing" nil (b ah1 s ih0 ng)) +("busk" nil (b ah1 s k)) +("buske" nil (b ah1 s k)) +("busker" nil (b ah1 s k er0)) +("buskey" nil (b ah1 s k iy1)) +("buskirk" nil (b ah1 s k er0 k)) +("buslease" nil (b ah1 s l iy1 s)) +("busler" nil (b ah1 s ax l er0)) +("busload" nil (b ax s l ow1 d)) +("busloads" nil (b ax s l ow1 d z)) +("buspar" nil (b ah1 s p er0)) +("buss" nil (b ah1 s)) +("bussa" nil (b uw1 s ax)) +("bussard" nil (b ah1 s er0 d)) +("busse" nil (b ah1 s)) +("bussed" nil (b ah1 s t)) +("bussell" nil (b ah1 s ax l)) +("bussen" nil (b ah1 s ax n)) +("busser" nil (b ah1 s er0)) +("bussert" nil (b ah1 s er0 t)) +("busses" nil (b ah1 s ax z)) +("bussey" nil (b ah1 s iy0)) +("bussi" nil (b ah1 s iy0)) +("bussie" nil (b ah1 s iy0)) +("bussiere" nil (b ah1 s iy0 eh0 r)) +("bussing" nil (b ah1 s ih0 ng)) +("bussinger" nil (b ah1 s ih0 n jh er0)) +("bussman" nil (b ah1 s m ax n)) +("bust" nil (b ah1 s t)) +("busta" nil (b ah1 s t ax)) +("bustamante" nil (b uw1 s t ax m aa1 n t iy0)) +("bustard" nil (b ah1 s t er0 d)) +("busted" nil (b ah1 s t ih0 d)) +("buster" nil (b ah1 s t er0)) +("busters" nil (b ah1 s t er0 z)) +("busti" nil (b ah1 s t iy0)) +("bustillo" nil (b uw0 s t ih1 l ow0)) +("bustillos" nil (b ah1 s t ay0 l ow0 z)) +("bustin" nil (b ah1 s t ih0 n)) +("busting" nil (b ah1 s t ih0 ng)) +("bustle" nil (b ah1 s ax l)) +("bustling" nil (b ah1 s ax l ih0 ng)) +("busto" nil (b ah1 s t ow0)) +("bustos" nil (b ah1 s t ow0 z)) +("busts" nil (b ah1 s t s)) +("buswell" nil (b ah1 s w eh1 l)) +("busy" nil (b ih1 z iy0)) +("but" nil (b ah1 t)) +("butala" nil (b uw0 t aa1 l ax)) +("butane" nil (b y uw0 t ey1 n)) +("butare" nil (b uw0 t aa1 r iy0)) +("butch" nil (b uh1 ch)) +("butchart" nil (b ah1 ch er0 t)) +("butcher" nil (b uh1 ch er0)) +("butchered" nil (b uh1 ch er0 d)) +("butchering" nil (b uh1 ch er0 ih0 ng)) +("butchers" nil (b uh1 ch er0 z)) +("butchery" nil (b uh1 ch er0 iy0)) +("butchko" nil (b ah1 ch k ow0)) +("bute" nil (b y uw1 t)) +("buteau" nil (b y uw0 t ow1)) +("buteco" nil (b uw1 t eh1 k ow0)) +("butenhoff" nil (b y uw1 t ih0 n hh ao0 f)) +("butera" nil (b uw0 t eh1 r ax)) +("buterbaugh" nil (b y uw1 t er0 b aw0)) +("buth" nil (b uw1 th)) +("buthelezi" nil (b uw1 t ax l ey1 z iy0)) +("butka" nil (b ah1 t k ax)) +("butkiewicz" nil (b ah1 t k ax v ih0 ch)) +("butkovich" nil (b ah1 t k ax v ih0 ch)) +("butkus" nil (b ah1 t k ih0 s)) +("butler" nil (b ah1 t l er0)) +("butman" nil (b ah1 t m ax n)) +("butner" nil (b ah1 t n er0)) +("butorac" nil (b y uw0 t ao1 r ax k)) +("butrick" nil (b ah1 t r ih0 k)) +("butros" nil (b uw1 t r ow1 s)) +("buts" nil (b ah1 t s)) +("butsch" nil (b ah1 ch)) +("butson" nil (b ah1 t s ax n)) +("butt" nil (b ah1 t)) +("buttacavoli" nil (b uw0 t aa0 k aa0 v ow1 l iy0)) +("buttafuoco" nil (b uw0 t ax f w ow1 k ow0)) +("buttars" nil (b ah1 t er0 z)) +("butte" nil (b y uw1 t)) +("butter" nil (b ah1 t er0)) +("butterball" nil (b ah1 t er0 b ao1 l)) +("butterbaugh" nil (b ah1 t er0 b aw0)) +("buttercup" nil (b ah1 t er0 k ah1 p)) +("buttercups" nil (b ah1 t er0 k ah1 p s)) +("buttered" nil (b ah1 t er0 d)) +("butterfat" nil (b ah1 t er0 f ae1 t)) +("butterfield" nil (b ah1 t er0 f iy0 l d)) +("butterflies" nil (b ah1 t er0 f l ay1 z)) +("butterfly" nil (b ah1 t er0 f l ay1)) +("buttermilk" nil (b ah1 t er0 m ih1 l k)) +("buttermore" nil (b ah1 t er0 m ao0 r)) +("butters" nil (b ah1 t er0 z)) +("butterscotch" nil (b ah1 t er0 s k aa1 ch)) +("butterworth" nil (b ah1 t er0 w er1 th)) +("buttery" nil (b ah1 t er0 iy0)) +("butting" nil (b ah1 t ih0 ng)) +("buttitta" nil (b uw0 t iy1 t ax)) +("buttke" nil (b ah1 t k iy0)) +("buttler" nil (b ah1 t l er0)) +("buttner" nil (b ah1 t n er0)) +("buttocks" nil (b ah1 t ax k s)) +("button" nil (b ah1 t ax n)) +("buttoned" nil (b ah1 t ax n d)) +("buttonholed" nil (b ah1 t ax n hh ow1 l d)) +("buttonholes" nil (b ah1 t ax n hh ow1 l z)) +("buttons" nil (b ah1 t ax n z)) +("buttonville" nil (b ah1 t ax n v ih1 l)) +("buttram" nil (b ah1 t r ae1 m)) +("buttress" nil (b ah1 t r ax s)) +("buttressed" nil (b ah1 t r ax s t)) +("buttresses" nil (b ah1 t r ax s ax z)) +("buttressing" nil (b ah1 t r ax s ih0 ng)) +("buttrey" nil (b ah1 t r iy0)) +("buttrick" nil (b ah1 t r ih0 k)) +("buttrum" nil (b ah1 t r ax m)) +("buttry" nil (b ah1 t r iy0)) +("butts" nil (b ah1 t s)) +("butulesi" nil (b uw1 t ax l ey1 z iy0)) +("butyl" nil (b y uw1 t ax l)) +("butz" nil (b ah1 t s)) +("butzberger" nil (b ah1 t s b er0 g er0)) +("butzen" nil (b ah1 t s ax n)) +("butzer" nil (b ah1 t s er0)) +("butzin" nil (b ah1 t s ax n)) +("buus" nil (b uw1 z)) +("buxbaum" nil (b ah1 k s b aw0 m)) +("buxom" nil (b ah1 k s ax m)) +("buxton" nil (b ah1 k s t ax n)) +("buy" nil (b ay1)) +("buyback" nil (b ay1 b ae1 k)) +("buybacks" nil (b ay1 b ae1 k s)) +("buyer" nil (b ay1 er0)) +("buyers" nil (b ay1 er0 z)) +("buying" nil (b ay1 ih0 ng)) +("buyout" nil (b ay1 aw1 t)) +("buyouts" nil (b ay1 aw1 t s)) +("buys" nil (b ay1 z)) +("buysse" nil (b ay1 s)) +("buza" nil (b y uw1 z ax)) +("buzan" nil (b y uw1 z ax n)) +("buzard" nil (b y uw0 z aa1 r d)) +("buzbee" nil (b ah1 z b iy1)) +("buzby" nil (b ah1 z b iy0)) +("buzek" nil (b uw1 z eh0 k)) +("buzz" nil (b ah1 z)) +("buzzard" nil (b ah1 z er0 d)) +("buzzards" nil (b ah1 z er0 d z)) +("buzzed" nil (b ah1 z d)) +("buzzell" nil (b ax z eh1 l)) +("buzzelli" nil (b uw0 t s eh1 l iy0)) +("buzzer" nil (b ah1 z er0)) +("buzzetta" nil (b y uw0 z eh1 t ax)) +("buzzing" nil (b ah1 z ih0 ng)) +("buzzword" nil (b ah1 z w er0 d)) +("buzzwords" nil (b ah1 z w er0 d z)) +("buzzy" nil (b ah1 z iy0)) +("by" nil (b ay1)) +("byam" nil (b ay1 ax m)) +("byard" nil (b y aa1 r d)) +("byars" nil (b ay1 er0 z)) +("byas" nil (b ay1 ax s)) +("byassee" nil (b iy0 aa1 s iy0)) +("bybee" nil (b ay1 b iy1)) +("bye" nil (b ay1)) +("byelorussia" nil (b ay1 ax l ow0 r ah1 sh ax)) +("byer" nil (b ay1 er0)) +("byerlein" nil (b ay1 r l ay1 n)) +("byerley" nil (b ay1 er0 l iy0)) +("byerly" nil (b ay1 er0 l iy0)) +("byers" nil (b ay1 er0 z)) +("byfield" nil (b ay1 f iy1 l d)) +("byford" nil (b ih1 f er0 d)) +("bygone" nil (b ay1 g ao1 n)) +("bygones" nil (b ay1 g ao1 n z)) +("byington" nil (b ay1 ih0 ng t ax n)) +("byker" nil (b ay1 k er0)) +("bykowski" nil (b ih0 k ao1 f s k iy0)) +("byland" nil (b ay1 l ax n d)) +("bylaw" nil (b ay1 l ao1)) +("bylaws" nil (b ay1 l ao1 z)) +("byler" nil (b ay1 l er0)) +("byles" nil (b ay1 l z)) +("byline" nil (b ay1 l ay1 n)) +("bylines" nil (b ay1 l iy1 n z)) +("bylsma" nil (b ih1 l s m ax)) +("bylund" nil (b ih1 l ax n d)) +("byner" nil (b ay1 n er0)) +("bynes" nil (b ay1 n z)) +("bynoe" nil (b ih1 n ow0)) +("bynum" nil (b ih1 n ax m)) +("bypass" nil (b ay1 p ae1 s)) +("bypassed" nil (b ay1 p ae1 s t)) +("bypasses" nil (b ay1 p ae1 s ih0 z)) +("bypassing" nil (b ay1 p ae1 s ih0 ng)) +("byproduct" nil (b ay1 p r aa0 d ax k t)) +("byproducts" nil (b ay1 p r ao1 d ax k t s)) +("byram" nil (b ih1 r ax m)) +("byrd" nil (b er1 d)) +("byrer" nil (b ay1 r er0)) +("byrge" nil (b ay1 r jh)) +("byrle" nil (b ay1 r ax l)) +("byrn" nil (b ih1 r n)) +("byrne" nil (b er1 n)) +("byrnes" nil (b er1 n z)) +("byrns" nil (b ih1 r n z)) +("byrom" nil (b ay1 r ax m)) +("byron" nil (b ay1 r ax n)) +("byrum" nil (b ih1 r ax m)) +("bystander" nil (b ay1 s t ae1 n d er0)) +("bystanders" nil (b ay1 s t ae1 n d er0 z)) +("bystrom" nil (b ih1 s t r ax m)) +("byte" nil (b ay1 t)) +("bytes" nil (b ay1 t s)) +("byun" nil (b y ah1 n)) +("byus" nil (b ay1 ax s)) +("bywater" nil (b ay1 w ao1 t er0)) +("byways" nil (b ay1 w ey1 z)) +("byword" nil (b ay1 w er1 d)) +("byzantine" nil (b ih1 z ax n t ay1 n)) +("byzantium" nil (b ax z ae1 n t iy0 ax m)) +("c" nil (s iy1)) +("cab" nil (k ae1 b)) +("caba" nil (k aa1 b ax)) +("cabal" nil (k ax b aa1 l)) +("caballero" nil (k ae1 b ax y eh1 r ow0)) +("caban" nil (k ey1 b ax n)) +("cabana" nil (k ax b ae1 n ax)) +("cabanas" nil (k ax b ae1 n ax z)) +("cabaniss" nil (k ae1 b ax n ih0 s)) +("cabaret" nil (k ae1 b er0 ey1)) +("cabbage" nil (k ae1 b ax jh)) +("cabbages" nil (k ae1 b ih0 jh ih0 z)) +("cabbies" nil (k ae1 b iy0 z)) +("cabby" nil (k ae1 b iy0)) +("cabdriver" nil (k ae1 b d r ay1 v er0)) +("cabdrivers" nil (k ae1 b d r ay1 v er0 z)) +("cabe" nil (k ey1 b)) +("cabell" nil (k aa0 b eh1 l)) +("cabello" nil (k ax b eh1 l ow0)) +("cabernet" nil (k ae1 b er0 n ey1)) +("cabernets" nil (k ae1 b er0 n eh1 t s)) +("cabezas" nil (k ax b ey1 z ax z)) +("cabin" nil (k ae1 b ax n)) +("cabinda" nil (k ax b ih1 n d ax)) +("cabiness" nil (k ey1 b iy0 n ih0 s)) +("cabinet" nil (k ae1 b ax n ax t)) +("cabinetry" nil (k ae1 b n ax t r iy0)) +("cabinets" nil (k ae1 b ax n ax t s)) +("cabins" nil (k ae1 b ax n z)) +("cable" nil (k ey1 b ax l)) +("cablec" nil (k ae1 b l ax k)) +("cablecomms" nil (k ey1 b ax l k aa1 m z)) +("cabled" nil (k ey1 b ax l d)) +("cablegram" nil (k ey1 b ax l g r ae1 m)) +("cableone" nil (k ey1 b ax l w ah1 n)) +("cabler" nil (k ey1 b ax l er0)) +("cables" nil (k ey1 b ax l z)) +("cablesystems" nil (k ey1 b ax l s ih1 s t ax m z)) +("cabletron" nil (k ey1 b ax l t r ao1 n)) +("cablevision" nil (k ey1 b ax l v ih1 zh ax n)) +("caboodle" nil (k ax b uw1 d ax l)) +("caboose" nil (k ax b uw1 s)) +("cabooses" nil (k ax b uw1 s ih0 z)) +("cabot" nil (k ae1 b ax t)) +("cabotage" nil (k ae1 b ax t ih0 jh)) +("cabral" nil (k ae1 b r ax l)) +("cabrales" nil (k aa0 b r aa1 l eh0 s)) +("cabrall" nil (k ax b r aa1 l)) +("cabranes" nil (k ax b r ey1 n z)) +("cabrera" nil (k aa0 b r eh1 r ax)) +("cabrini" nil (k ax b r iy1 n iy0)) +("cabriolet" nil (k ae1 b r iy0 ow0 l ey1)) +("cabs" nil (k ae1 b z)) +("cac" nil (k ae1 k)) +("cacace" nil (k ae1 k ax s)) +("cacaci" nil (k ax k aa1 s iy0)) +("cacao" nil (k ax k ey1 ow0)) +("caccamise" nil (k aa0 k aa1 m ih0 s)) +("caccamo" nil (k aa0 k aa1 m ow0)) +("caccavale" nil (k aa0 k ax v aa1 l iy0)) +("caccia" nil (k aa1 ch ax)) +("cacciatore" nil (k aa0 ch ax t ao1 r iy0)) +("cacciola" nil (k aa0 k ch ow1 l ax)) +("caceres" nil (k aa0 s eh1 r eh0 s)) +("cache" nil (k ae1 sh)) +("caches" nil (k ae1 sh ih0 z)) +("cachet" nil (k ae1 sh ey0)) +("cacho" nil (k ae1 ch ow0)) +("cacioppo" nil (k aa0 ch ow1 p ow0)) +("cacique" nil (k ax s iy1 k)) +("cackle" nil (k ae1 k ax l)) +("cackling" nil (k ae1 k ax l ih0 ng)) +("cacophony" nil (k ae0 k aa1 f ax n iy0)) +("cacti" nil (k ae1 k t ay0)) +("cactus" nil (k ae1 k t ax s)) +("cad" nil (k ae1 d)) +("cada" nil (k aa1 d ax)) +("cadam" nil (k ae1 d ax m)) +("cadaver" nil (k ax d ae1 v er0)) +("cadavers" nil (k ax d ae1 v er0 z)) +("cadbury" nil (k ae1 d b eh1 r iy0)) +("cadby" nil (k ae1 d b iy0)) +("caddell" nil (k ae1 d ax l)) +("cadden" nil (k ae1 d ax n)) +("caddick" nil (k ae1 d ih0 k)) +("caddock" nil (k ae1 d ax k)) +("caddy" nil (k ae1 d iy0)) +("caddyshack" nil (k ae1 d ih0 sh ae1 k)) +("cade" nil (k ey1 d)) +("cadell" nil (k aa0 d ey1 l)) +("cadena" nil (k ax d iy1 n ax)) +("cadence" nil (k ey1 d ax n s)) +("cadences" nil (k ey1 d ax n s ih0 z)) +("cadenhead" nil (k ey1 d ax n hh eh1 d)) +("cadet" nil (k ax d eh1 t)) +("cadets" nil (k ax d eh1 t s)) +("cadieux" nil (k ae1 d iy0 ow0)) +("cadillac" nil (k ae1 d ax l ae1 k)) +("cadillacs" nil (k ae1 d ax l ae1 k s)) +("cadiz" nil (k ax d iy1 z)) +("cadle" nil (k ey1 d ax l)) +("cadman" nil (k ae1 d m ax n)) +("cadmium" nil (k ae1 d m iy0 ax m)) +("cadmus" nil (k ae1 d m ax s)) +("cadnetix" nil (k ae1 d n eh1 t ih0 k s)) +("cadogan" nil (k aa0 d ow0 g aa1 n)) +("cadorette" nil (k ae1 d er0 eh0 t)) +("cadotte" nil (k ax d ao1 t)) +("cadre" nil (k ae1 d r iy0)) +("cadres" nil (k ae1 d r iy0 z)) +("cadwalader" nil (k ae1 d w ao1 l ax d er0)) +("cadwallader" nil (k ae1 d w ao1 l ax d er0)) +("cadwell" nil (k ae1 d w eh1 l)) +("cady" nil (k ey1 d iy0)) +("caen" nil (k ae1 n)) +("caesar" nil (s iy1 z er0)) +("caesarea" nil (k ey1 s er0 iy1 ax)) +("caesarean" nil (k ey1 s er0 iy1 n)) +("caesareans" nil (k ey1 s er0 iy1 n z)) +("caesars" nil (s iy1 z er0 z)) +("caetano" nil (k ax t aa1 n ow0)) +("cafarella" nil (k aa0 f aa0 r eh1 l ax)) +("cafarelli" nil (k aa0 f aa0 r eh1 l iy0)) +("cafaro" nil (k aa0 f aa1 r ow0)) +("cafe" nil (k ax f ey1)) +("cafes" nil (k ae1 f ey1 z)) +("cafeteria" nil (k ae1 f ax t ih1 r iy0 ax)) +("cafeterias" nil (k ae1 f ax t ih1 r iy0 ax z)) +("cafetizer" nil (k ae1 f ih0 t ay1 z er0)) +("caffee" nil (k ae1 f iy0)) +("caffeine" nil (k ae0 f iy1 n)) +("cafferty" nil (k ae1 f er0 t iy0)) +("caffery" nil (k ae1 f er0 iy0)) +("caffey" nil (k ae1 f iy0)) +("caffrey" nil (k ae1 f r iy0)) +("cafiero" nil (k ae1 f iy0 eh1 r ow0)) +("cagan" nil (k ey1 g ax n)) +("cage" nil (k ey1 jh)) +("caged" nil (k ey1 jh d)) +("cages" nil (k ey1 jh ih0 z)) +("cagey" nil (k ey1 jh iy0)) +("caggiano" nil (k aa0 jh iy0 aa1 n ow0)) +("cagle" nil (k ey1 g ax l)) +("cagley" nil (k ae1 g l iy0)) +("cagliari" nil (k ae1 g l iy0 aa1 r iy0)) +("cagney" nil (k ae1 g n iy0)) +("caguas" nil (k aa1 g w aa1 s)) +("cahalan" nil (k ae1 hh ax l ax n)) +("cahall" nil (k ae1 hh ax l)) +("cahan" nil (k ae1 hh ax n)) +("cahasa" nil (k ax hh aa1 s ax)) +("cahill" nil (k ey1 hh ih1 l)) +("cahn" nil (k ae1 n)) +("cahners" nil (k aa1 n er0 z)) +("cahoon" nil (k ax hh uw1 n)) +("cahoots" nil (k ax hh uw1 t s)) +("cahora" nil (k ax hh ao1 r ax)) +("cahouet" nil (k ax hh uw1 t)) +("cai" nil (k ay1)) +("caiazzo" nil (k aa0 y aa1 z ow0)) +("caicedo" nil (k ax ch ey1 d ow0)) +("cail" nil (k ey1 l)) +("caillier" nil (k ey1 l iy0 er0)) +("caillouet" nil (k ey1 l uw1 t)) +("cain" nil (k ey1 n)) +("caine" nil (k ey1 n)) +("caines" nil (k ey1 n z)) +("caiola" nil (k ay1 ow0 l ax)) +("caire" nil (k eh1 r)) +("cairnes" nil (k eh1 r n z)) +("cairns" nil (k eh1 r n z)) +("cairo" nil (k ay1 r ow0)) +("caison" nil (k ey1 z ax n)) +("caisse" nil (k ey1 s)) +("caissie" nil (k ey1 s iy0)) +("caito" nil (k ey1 t ow0)) +("cajole" nil (k ax jh ow1 l)) +("cajoled" nil (k ax jh ow1 l d)) +("cajoling" nil (k ax jh ow1 l ih0 ng)) +("cajun" nil (k ey1 jh ax n)) +("cajuns" nil (k ey1 jh ax n z)) +("cake" nil (k ey1 k)) +("cakes" nil (k ey1 k s)) +("cal" nil (k ae1 l)) +("cala" nil (k aa1 l ax)) +("calabasas" nil (k ae1 l ax b aa1 s ax s)) +("calabrese" nil (k aa0 l aa0 b r ey1 z iy0)) +("calabria" nil (k ax l ae1 b r iy0 ax)) +("calabro" nil (k ax l ae1 b r ow0)) +("caladiums" nil (k ax l ey1 d iy0 ax m z)) +("calaf" nil (k ae1 l ax f)) +("calahan" nil (k ae1 l ax hh ae0 n)) +("calais" nil (k ax l ey1)) +("calamari" nil (k aa0 l aa0 m aa1 r iy0)) +("calame" nil (k aa0 l aa1 m iy0)) +("calamia" nil (k ax l ey1 m iy0 ax)) +("calamine" nil (k ae1 l ax m ay1 n)) +("calamities" nil (k ax l ae1 m ax t iy0 z)) +("calamitous" nil (k ax l ae1 m ax t ax s)) +("calamity" nil (k ax l ae1 m ax t iy0)) +("calan" nil (k ey1 l ax n)) +("calandra" nil (k ax l ae1 n d r ax)) +("calandro" nil (k ax l ae1 n d r ow0)) +("calantha" nil (k ax l ae1 n th ax)) +("calarco" nil (k ax l aa1 r k ow0)) +("calaway" nil (k aa1 l ax w ey0)) +("calbert" nil (k ae1 l b er0 t)) +("calcagni" nil (k aa0 l k aa1 g n iy0)) +("calcagno" nil (k aa0 l k aa1 g n ow0)) +("calcaterra" nil (k ae1 l k ax t eh1 r ax)) +("calcified" nil (k ae1 l s ax f ay1 d)) +("calcite" nil (k ae1 l s ay1 t)) +("calcium" nil (k ae1 l s iy0 ax m)) +("calcomp" nil (k ao1 l k aa1 m p)) +("calcote" nil (k aa0 l k ow1 t iy0)) +("calculate" nil (k ae1 l k y ax l ey1 t)) +("calculated" nil (k ae1 l k y ax l ey1 t ax d)) +("calculates" nil (k ae1 l k y ax l ey1 t s)) +("calculating" nil (k ae1 l k y ax l ey1 t ih0 ng)) +("calculation" nil (k ae1 l k y ax l ey1 sh ax n)) +("calculations" nil (k ae1 l k y ax l ey1 sh ax n z)) +("calculator" nil (k ae1 l k y ax l ey1 t er0)) +("calculators" nil (k ae1 l k y ax l ey1 t er0 z)) +("calculus" nil (k ae1 l k y ax l ax s)) +("calcutt" nil (k ae1 l k ax t)) +("calcutta" nil (k ae1 l k ah1 t ax)) +("caldeira" nil (k aa0 l d eh1 r ax)) +("calder" nil (k ao1 l d er0)) +("caldera" nil (k ae1 l d eh1 r ax)) +("calderaro" nil (k aa0 l d er0 aa1 r ow0)) +("calderon" nil (k ao1 l d er0 aa0 n)) +("calderone" nil (k aa0 l d er0 ow1 n iy0)) +("calderwood" nil (k ao1 l d er0 w uh0 d)) +("caldor" nil (k ae1 l d ao0 r)) +("caldrello" nil (k aa1 l d r eh1 l ow0)) +("caldwell" nil (k ao1 l d w eh0 l)) +("cale" nil (k ey1 l)) +("caleb" nil (k ey1 l ax b)) +("caleca" nil (k aa0 l eh1 k ax)) +("caledonia" nil (k ae1 l ax d ow1 n iy0 ax)) +("caledonian" nil (k ae1 l ih0 d ow1 n iy0 ax n)) +("calef" nil (k ae1 l ih0 f)) +("calendar" nil (k ae1 l ax n d er0)) +("calendars" nil (k ae1 l ax n d er0 z)) +("caler" nil (k ey1 l er0)) +("calero" nil (k ax l eh1 r ow0)) +("cales" nil (k ey1 l z)) +("caley" nil (k ey1 l iy0)) +("calf" nil (k ae1 f)) +("calfed" nil (k ae1 f t)) +("calfee" nil (k ae1 l f iy0)) +("calgary" nil (k ae1 l g er0 iy0)) +("calgene" nil (k ae1 l jh iy1 n)) +("calgon" nil (k ae1 l g ax n)) +("calgroup" nil (k ae1 l g r uw1 p)) +("calhoon" nil (k ae0 l hh uw1 n)) +("calhoun" nil (k ae0 l hh uw1 n)) +("cali" nil (k aa1 l iy0)) +("calia" nil (k aa1 l iy0 ax)) +("caliber" nil (k ae1 l ax b er0)) +("calibrate" nil (k ae1 l ax b r ey1 t)) +("calibrated" nil (k ae1 l ax b r ey1 t ax d)) +("calibration" nil (k ae1 l ax b r ey1 sh ax n)) +("calico" nil (k ae1 l ax k ow1)) +("calida" nil (k aa0 l iy1 d ax)) +("caliendo" nil (k aa0 l iy0 eh1 n d ow0)) +("calif" nil (k ae1 l ax f ao1 r n y ax)) +("califano" nil (k aa0 l iy0 f aa1 n ow0)) +("califf" nil (k ae1 l ih0 f)) +("california" nil (k ae1 l ax f ao1 r n y ax)) +("californian" nil (k ae1 l ih0 f ao1 r n y ax n)) +("californians" nil (k ae1 l ih0 f ao1 r n y ax n z)) +("caligiuri" nil (k ae1 l ax jh ih1 r iy0)) +("calipers" nil (k ae1 l ax p er0 z)) +("caliph" nil (k ae1 l ax f)) +("caliri" nil (k aa0 l ih1 r iy0)) +("calise" nil (k aa1 l ay0 z)) +("calista" nil (k ax l ih1 s t ax)) +("calisthenics" nil (k ae1 l ax s th eh1 n ih0 k s)) +("calite" nil (k ae1 l ay1 t)) +("calix" nil (k ae1 l ih0 k s)) +("calk" nil (k ao1 k)) +("calkin" nil (k ae1 l k ih0 n)) +("calkins" nil (k ae1 l k ih0 n z)) +("call" nil (k ao1 l)) +("calla" nil (k ae1 l ax)) +("callable" nil (k ao1 l ax b ax l)) +("callaghan" nil (k ae1 l ax hh ae0 n)) +("callaham" nil (k ae1 l ax hh ae1 m)) +("callahan" nil (k ae1 l ax hh ae1 n)) +("callais" nil (k ax l ey1)) +("callan" nil (k ae1 l ax n)) +("callanan" nil (k ae1 l ax n ax n)) +("calland" nil (k ae1 l ax n d)) +("callander" nil (k ae1 l ax n d er0)) +("callari" nil (k aa0 l aa1 r iy0)) +("callas" nil (k ae1 l ax z)) +("callaway" nil (k ae1 l ax w ey0)) +("calle" nil (k ey1 l)) +("callebs" nil (k ey1 l eh1 b z)) +("called" nil (k ao1 l d)) +("callegari" nil (k aa0 l eh0 g aa1 r iy0)) +("calleja" nil (k aa0 l ey1 y ax)) +("callejas" nil (k aa0 l ey1 y aa0 z)) +("callen" nil (k ae1 l ax n)) +("callender" nil (k ax l eh1 n d er0)) +("callens" nil (k ao1 l ax n z)) +("caller" nil (k ao1 l er0)) +("callers" nil (k ao1 l er0 z)) +("callery" nil (k ae1 l er0 iy0)) +("calles" nil (k ey1 l z)) +("calley" nil (k ae1 l iy0)) +("callicoat" nil (k ae1 l ih0 k ow1 t)) +("callicott" nil (k ae1 l ih0 k aa0 t)) +("callicutt" nil (k ae1 l ih0 k ax t)) +("callie" nil (k ao1 l iy0)) +("callier" nil (k ae1 l iy0 er0)) +("callies" nil (k ae1 l iy0 z)) +("calligan" nil (k ae1 l ih0 g ax n)) +("calligraphic" nil (k ae1 l ax g r ae1 f ih0 k)) +("calligraphy" nil (k ax l ih1 g r ax f iy0)) +("callihan" nil (k ae1 l ih0 hh ae0 n)) +("callinan" nil (k ae1 l ih0 n ax n)) +("calling" nil (k ao1 l ih0 ng)) +("calliope" nil (k ax l ay1 ax p iy1)) +("calliopes" nil (k ax l ay1 ax p iy1 z)) +("callis" nil (k ae1 l ih0 s)) +("callison" nil (k ae1 l ih0 s ax n)) +("callister" nil (k ao1 l ih0 s t er0)) +("callous" nil (k ae1 l ax s)) +("calloused" nil (k ae1 l ax s t)) +("callously" nil (k ae1 l ax s l iy0)) +("callousness" nil (k ae1 l ax s n ax s)) +("callow" nil (k ae1 l ow0)) +("calloway" nil (k ae1 l ow0 w ey1)) +("calls" nil (k ao1 l z)) +("callula" nil (k ae1 l uw0 l ax)) +("callum" nil (k ae1 l ax m)) +("callus" nil (k ae1 l ax s)) +("cally" nil (k ae1 l iy0)) +("calm" nil (k aa1 m)) +("calma" nil (k aa1 l m ax)) +("calmaquip" nil (k ae1 l m ax k w ih1 p)) +("calmar" nil (k ae1 l m aa0 r)) +("calmark" nil (k aa1 l m aa1 r k)) +("calmart" nil (k aa1 l m aa1 r t)) +("calmat" nil (k ae1 l m ae0 t)) +("calmed" nil (k aa1 m d)) +("calmer" nil (k aa1 m er0)) +("calmes" nil (k aa1 l m eh0 s)) +("calming" nil (k aa1 m ih0 ng)) +("calmly" nil (k aa1 m l iy0)) +("calmness" nil (k aa1 m n ax s)) +("calms" nil (k aa1 m z)) +("calnan" nil (k ae1 l n ax n)) +("calny" nil (k ae1 l n iy0)) +("calo" nil (k aa1 l ow0)) +("calogero" nil (k aa0 l ow0 jh eh1 r ow0)) +("calor" nil (k ae1 l er0)) +("caloric" nil (k ax l ao1 r ih0 k)) +("calorie" nil (k ae1 l er0 iy0)) +("calories" nil (k ae1 l er0 iy0 z)) +("caloway" nil (k ae1 l ow0 w ey1)) +("calpers" nil (k ae1 l p er0 z)) +("calpis" nil (k ae1 l p ih0 s)) +("caltabiano" nil (k aa0 l t aa0 b iy0 aa1 n ow0)) +("caltagirone" nil (k aa0 l t aa0 jh ih0 r ow1 n iy0)) +("caltex" nil (k ah1 l t eh1 k s)) +("caltha" nil (k ae1 l dh ax)) +("calton" nil (k ae1 l t ax n)) +("caltrans" nil (k ae1 l t r ae1 n z)) +("calumet" nil (k ae1 l y ax m eh1 t)) +("calvani" nil (k ao1 l v aa1 n iy0)) +("calvano" nil (k aa0 l v aa1 n ow0)) +("calvaries" nil (k ae1 l v er0 iy0 z)) +("calvary" nil (k ae1 l v er0 iy0)) +("calverley" nil (k ae1 l v er0 l iy0)) +("calvert" nil (k ae1 l v er0 t)) +("calvery" nil (k ae1 l v er0 iy0)) +("calves" nil (k ae1 v z)) +("calvet" nil (k ae1 l v ax t)) +("calvey" nil (k ae0 l v ey1)) +("calvi" nil (k aa1 l v iy0)) +("calvillo" nil (k aa0 l v ih1 l ow0)) +("calvin" nil (k ae1 l v ax n)) +("calvina" nil (k aa0 l v iy1 n ax)) +("calving" nil (k ae1 v ih0 ng)) +("calvinist" nil (k ae1 l v ax n ax s t)) +("calvino" nil (k ao1 l v iy1 n ow0)) +("calvo" nil (k aa1 l v ow0)) +("calypso" nil (k ax l ih1 p s ow1)) +("calypsos" nil (k ax l ih1 p s ow1 z)) +("calzada" nil (k aa0 l z aa1 d ax)) +("cam" nil (k ae1 m)) +("camacho" nil (k ax m aa1 ch ow0)) +("camara" nil (k aa0 m aa1 r ax)) +("camaraderie" nil (k aa1 m er0 aa1 d er0 iy0)) +("camarata" nil (k aa0 m aa0 r aa1 t ax)) +("camarena" nil (k aa0 m aa0 r eh1 n ax)) +("camargo" nil (k aa0 m aa1 r g ow0)) +("camarillo" nil (k aa0 m aa0 r ih1 l ow0)) +("camaro" nil (k ax m eh1 r ow0)) +("camaros" nil (k ax m aa1 r ow0 s)) +("cambell" nil (k ax m b eh1 l)) +("camber" nil (k ae1 m b er0)) +("cambex" nil (k ae1 m b ax k s)) +("cambior" nil (k ae1 m b iy0 er0)) +("cambodia" nil (k ae1 m b ow1 d iy0 ax)) +("cambodian" nil (k ae1 m b ow1 d iy0 ax n)) +("cambodians" nil (k ae1 m b ow1 d iy0 ax n z)) +("cambra" nil (k ae1 m b r ax)) +("cambre" nil (k ae1 m b er0)) +("cambria" nil (k ae1 m b r iy0 ax)) +("cambrian" nil (k ae1 m b r iy0 ax n)) +("cambridge" nil (k ey1 m b r ih0 jh)) +("cambridgeport" nil (k ey1 m b r ih1 jh p ao1 r t)) +("cambridgeside" nil (k ey1 m b r ih1 jh s ay1 d)) +("cambron" nil (k ae1 m b r ax n)) +("camburn" nil (k ae1 m b er1 n)) +("camco" nil (k ae1 m k ow0)) +("camcorder" nil (k ae1 m k ao1 r d er0)) +("camcorders" nil (k ae1 m k ao1 r d er0 z)) +("camden" nil (k ae1 m d ax n)) +("camdessus" nil (k ae0 m d eh1 s ax s)) +("came" nil (k ey1 m)) +("cameco" nil (k ae1 m ih0 k ow0)) +("camejo" nil (k aa0 m ey1 y ow0)) +("camel" nil (k ae1 m ax l)) +("camelot" nil (k ae1 m ax l aa1 t)) +("camels" nil (k ae1 m ax l z)) +("cameo" nil (k ae1 m iy0 ow1)) +("cameos" nil (k ae1 m iy0 ow1 z)) +("camera" nil (k ae1 m er0 ax)) +("cameraman" nil (k ae1 m er0 ax m ax n)) +("cameramen" nil (k ae1 m er0 ax m eh0 n)) +("cameras" nil (k ae1 m er0 ax z)) +("camerer" nil (k ae1 m er0 er0)) +("camero" nil (k ax m eh1 r ow0)) +("cameron" nil (k ae1 m er0 ax n)) +("cameroon" nil (k ae1 m er0 uw1 n)) +("camfield" nil (k ae1 m f iy1 l d)) +("camhi" nil (k ae1 m hh iy0)) +("camilla" nil (k ax m ih1 l ax)) +("camille" nil (k ax m iy1 l)) +("camilleri" nil (k aa0 m iy0 l eh1 r iy0)) +("camilli" nil (k ax m ih1 l iy0)) +("camillo" nil (k ax m ih1 l ow0)) +("caminiti" nil (k aa0 m iy0 n iy1 t iy0)) +("camino" nil (k ax m iy1 n ow0)) +("camire" nil (k aa0 m ih1 r iy0)) +("camm" nil (k ae1 m)) +("cammack" nil (k ae1 m ax k)) +("cammarano" nil (k aa0 m aa0 r aa1 n ow0)) +("cammarata" nil (k aa0 m aa0 r aa1 t ax)) +("cammarota" nil (k aa0 m aa0 r ow1 t ax)) +("cammer" nil (k ae1 m er0)) +("cammie" nil (k ae1 m iy0)) +("cammisa" nil (k ax m iy1 s ax)) +("cammon" nil (k ae1 m ax n)) +("cammy" nil (k ae1 m iy0)) +("camorra" nil (k ax m ao1 r ax)) +("camouflage" nil (k ae1 m ax f l aa1 zh)) +("camouflaged" nil (k ae1 m ax f l aa1 zh d)) +("camouflaging" nil (k ae1 m ax f l aa1 zh ih0 ng)) +("camp" nil (k ae1 m p)) +("campa" nil (k ae1 m p ax)) +("campaign" nil (k ae0 m p ey1 n)) +("campaigned" nil (k ae0 m p ey1 n d)) +("campaigner" nil (k ae0 m p ey1 n er0)) +("campaigners" nil (k ae0 m p ey1 n er0 z)) +("campaigning" nil (k ae0 m p ey1 n ih0 ng)) +("campaigns" nil (k ae0 m p ey1 n z)) +("campana" nil (k aa0 m p ae1 n ax)) +("campanale" nil (k aa0 m p aa0 n aa1 l iy0)) +("campanaro" nil (k aa0 m p aa0 n aa1 r ow0)) +("campanella" nil (k ae1 m p ax n eh1 l ax)) +("campanelli" nil (k aa0 m p aa0 n eh1 l iy0)) +("campanis" nil (k ae1 m p aa1 n ih0 s)) +("campau" nil (k aa1 m p aw0)) +("campbell" nil (k ae1 m b ax l)) +("campbells" nil (k ae1 m b ax l z)) +("campeau" nil (k ae0 m p ow1)) +("camped" nil (k ae1 m p t)) +("campen" nil (k ae1 m p ax n)) +("camper" nil (k ae1 m p er0)) +("campers" nil (k ae1 m p er0 z)) +("campesinos" nil (k ae1 m p eh0 s iy1 n ow0 s)) +("campfield" nil (k ae1 m p f iy1 l d)) +("campfire" nil (k ae1 m p f ay1 er0)) +("campfires" nil (k ae1 m p f ay1 er0 z)) +("campground" nil (k ae1 m p g r aw1 n d)) +("campgrounds" nil (k ae1 m p g r aw1 n d z)) +("campi" nil (k ae1 m p iy0)) +("camping" nil (k ae1 m p ih0 ng)) +("campion" nil (k ae1 m p iy0 ax n)) +("campione" nil (k aa0 m p iy0 ow1 n iy0)) +("campise" nil (k aa1 m p ay0 z)) +("campisi" nil (k aa0 m p iy1 s iy0)) +("campo" nil (k ae1 m p ow0)) +("campobasso" nil (k aa0 m p ow0 b aa1 s ow0)) +("campofrio" nil (k ae1 m p ao1 f r iy0 ow0)) +("campoli" nil (k aa0 m p ow1 l iy0)) +("campopiano" nil (k aa0 m p ow0 p iy0 aa1 n ow0)) +("campos" nil (k ae1 m p ow0 z)) +("camps" nil (k ae1 m p s)) +("campsite" nil (k ae1 m p s ay1 t)) +("campsites" nil (k ae1 m p s ay1 t s)) +("campton" nil (k ae1 m p t ax n)) +("campus" nil (k ae1 m p ax s)) +("campuses" nil (k ae1 m p ax s ax z)) +("campuzano" nil (k aa0 m p uw0 z aa1 n ow0)) +("campy" nil (k ae1 m p iy0)) +("camro" nil (k ae1 m r ow0)) +("camry" nil (k ae1 m r iy0)) +("camrys" nil (k ae1 m r iy0 z)) +("camshaft" nil (k ae1 m sh ae1 f t)) +("camshafts" nil (k ae1 m sh ae1 f t s)) +("camus" nil (k ae1 m ih0 s)) +("camuso" nil (k aa0 m uw1 s ow0)) +("can" nil (k ae1 n)) +("canaan" nil (k ey1 n ax n)) +("canaanite" nil (k ey1 n ax n ay1 t)) +("canace" nil (k aa0 n aa1 ch iy0)) +("canada" nil (k ae1 n ax d ax)) +("canadair" nil (k ae1 n ax d eh1 r)) +("canaday" nil (k ae1 n ax d ey1)) +("canadian" nil (k ax n ey1 d iy0 ax n)) +("canadians" nil (k ax n ey1 d iy0 ax n z)) +("canadienne" nil (k ax n ae1 d iy0 eh1 n)) +("canady" nil (k ax n aa1 d iy0)) +("canal" nil (k ax n ae1 l)) +("canale" nil (k aa0 n aa1 l iy0)) +("canales" nil (k ae1 n ax l z)) +("canals" nil (k ax n ae1 l z)) +("canam" nil (k ae1 n ax m)) +("canan" nil (k ey1 n ax n)) +("canandaigua" nil (k ae1 n ax n d ey1 g w ax)) +("cananea" nil (k ae1 n ax n iy1 ax)) +("canard" nil (k ax n aa1 r d)) +("canaries" nil (k ax n eh1 r iy0 z)) +("canary" nil (k ax n eh1 r iy0)) +("canas" nil (k ae1 n ax z)) +("canasta" nil (k ax n ae1 s t ax)) +("canavan" nil (k ae1 n ax v ae1 n)) +("canaveral" nil (k ax n ae1 v er0 ax l)) +("canberra" nil (k ae1 n b eh1 r ax)) +("canby" nil (k ae1 n b iy0)) +("cancan" nil (k ae1 n k ae1 n)) +("cancel" nil (k ae1 n s ax l)) +("canceled" nil (k ae1 n s ax l d)) +("canceling" nil (k ae1 n s ax l ih0 ng)) +("cancellation" nil (k ae1 n s ax l ey1 sh ax n)) +("cancellations" nil (k ae1 n s ax l ey1 sh ax n z)) +("cancelled" nil (k ae1 n s ax l d)) +("cancelling" nil (k ae1 n s ax l ih0 ng)) +("cancels" nil (k ae1 n s ax l z)) +("cancer" nil (k ae1 n s er0)) +("cancerous" nil (k ae1 n s er0 ax s)) +("cancerphobia" nil (k ae1 n s er0 f ow1 b iy0 ax)) +("cancers" nil (k ae1 n s er0 z)) +("canchola" nil (k aa0 n k ow1 l ax)) +("cancienne" nil (k aa0 n ch iy1 eh0 n)) +("cancilla" nil (k aa0 n ch ih1 l ax)) +("cancino" nil (k aa0 n ch iy1 n ow0)) +("cancio" nil (k ae1 n s iy0 ow0)) +("cancom" nil (k ae1 ng k ax m)) +("cancro" nil (k aa1 n k r ow0)) +("cancun" nil (k ae1 ng k ax n)) +("candace" nil (k ae1 n d ax s)) +("candee" nil (k ae1 n d iy1)) +("candela" nil (k ae1 n d eh1 l ax)) +("candelabra" nil (k ae1 n d ax l aa1 b r ax)) +("candelaria" nil (k aa0 n d eh0 l aa1 r iy0 ax)) +("candelario" nil (k aa0 n d eh0 l aa1 r iy0 ow0)) +("candella" nil (k aa0 n d eh1 l ax)) +("candia" nil (k ae1 n d iy0 ax)) +("candice" nil (k ae1 n d ih0 s)) +("candid" nil (k ae1 n d ax d)) +("candida" nil (k ae1 n d ih0 d ax)) +("candidacies" nil (k ae1 n d ax d ax s iy0 z)) +("candidacy" nil (k ae1 n d ih0 d ax s iy0)) +("candidate" nil (k ae1 n d ax d ey0 t)) +("candidates" nil (k ae1 n d ax d ey0 t s)) +("candidly" nil (k ae1 n d ih0 d l iy0)) +("candido" nil (k ae0 n d iy1 d ow0)) +("candie" nil (k ae1 n d iy0)) +("candied" nil (k ae1 n d iy0 d)) +("candies" nil (k ae1 n d iy0 z)) +("candiotti" nil (k ae1 n d iy0 aa1 t iy0)) +("candle" nil (k ae1 n d ax l)) +("candlelight" nil (k ae1 n d ax l l ay1 t)) +("candlemaker" nil (k ae1 n d ax l m ey1 k er0)) +("candler" nil (k ae1 n d ax l er0)) +("candles" nil (k ae1 n d ax l z)) +("candlestick" nil (k ae1 n d ax l s t ih1 k)) +("candlesticks" nil (k ae1 n d ax l s t ih1 k s)) +("candlish" nil (k ae1 n d l ih0 sh)) +("candor" nil (k ae1 n d er0)) +("candy" nil (k ae1 n d iy0)) +("cane" nil (k ey1 n)) +("caned" nil (k ey1 n d)) +("canedo" nil (k aa0 n ey1 d ow0)) +("canedy" nil (k ax n iy1 d iy0)) +("canelo" nil (k ax n eh1 l ow0)) +("canepa" nil (k aa0 n eh1 p ax)) +("canes" nil (k ey1 n z)) +("canevari" nil (k aa0 n eh0 v aa1 r iy0)) +("canez" nil (k aa0 n eh1 z)) +("canfield" nil (k ae1 n f iy1 l d)) +("canfor" nil (k ae1 n f er0)) +("cangelosi" nil (k aa0 ng g eh0 l ow1 s iy0)) +("cangemi" nil (k aa0 ng g eh1 m iy0)) +("cangialosi" nil (k aa0 n jh ax l ow1 s iy0)) +("cangiano" nil (k aa0 ng g iy0 aa1 n ow0)) +("canham" nil (k ae1 n hh ax m)) +("canida" nil (k aa0 n iy1 d ax)) +("caniglia" nil (k ax n ih1 g l iy0 ax)) +("canilles" nil (k ax n ih1 l iy0 z)) +("canin" nil (k ey1 n ih0 n)) +("canine" nil (k ey1 n ay1 n)) +("canines" nil (k ey1 n ay1 n z)) +("caning" nil (k ey1 n ih0 ng)) +("canings" nil (k ey1 n ih0 ng z)) +("canino" nil (k aa0 n iy1 n ow0)) +("canion" nil (k ae1 n y ax n)) +("canipe" nil (k aa0 n iy1 p iy0)) +("canister" nil (k ae1 n ax s t er0)) +("canisters" nil (k ae1 n ax s t er0 z)) +("canker" nil (k ae1 ng k er0)) +("cankers" nil (k ae1 ng k er0 z)) +("cann" nil (k ae1 n)) +("cannabis" nil (k ae1 n ax b ax s)) +("cannaday" nil (k ae1 n ax d ey1)) +("cannady" nil (k ae1 n ax d iy0)) +("cannan" nil (k ae1 n ax n)) +("cannata" nil (k aa0 n aa1 t ax)) +("cannavino" nil (k ae1 n ax v iy1 n ow0)) +("cannavo" nil (k aa0 n aa1 v ow0)) +("canned" nil (k ae1 n d)) +("cannedy" nil (k ae1 n ih0 d iy0)) +("cannell" nil (k ae1 n ax l)) +("cannella" nil (k aa0 n eh1 l ax)) +("cannelton" nil (k ae1 n ax l t ax n)) +("canner" nil (k ae1 n er0)) +("canneries" nil (k ae1 n er0 iy0 z)) +("cannery" nil (k ae1 n er0 iy0)) +("cannes" nil (k ae1 n z)) +("canney" nil (k ae1 n iy0)) +("cannibal" nil (k ae1 n ax b ax l)) +("cannibalism" nil (k ae1 n ax b ax l ih1 z ax m)) +("cannibalization" nil (k ae1 n ax b ax l ih0 z ey1 sh ax n)) +("cannibalize" nil (k ae1 n ax b ax l ay1 z)) +("cannibalizing" nil (k ae1 n ax b ax l ay1 z ih0 ng)) +("canniff" nil (k ae1 n ih0 f)) +("canning" nil (k ae1 n ih0 ng)) +("cannister" nil (k ae1 n ih0 s t er0)) +("cannisters" nil (k ae1 n ih0 s t er0 z)) +("cannistraro" nil (k ae1 n ih0 s t r aa1 r ow0)) +("cannizzaro" nil (k aa0 n iy0 t s aa1 r ow0)) +("cannizzo" nil (k aa0 n iy1 z ow0)) +("cannon" nil (k ae1 n ax n)) +("cannone" nil (k aa0 n ow1 n iy0)) +("cannons" nil (k ae1 n ax n z)) +("cannot" nil (k ae0 n aa1 t)) +("canny" nil (k ae1 n iy0)) +("cano" nil (k aa1 n ow0)) +("canoe" nil (k ax n uw1)) +("canoed" nil (k ax n uw1 d)) +("canoeing" nil (k ax n uw1 ih0 ng)) +("canoeist" nil (k ax n uw1 ax s t)) +("canoes" nil (k ax n uw1 z)) +("canoga" nil (k ax n ow1 g ax)) +("canola" nil (k ax n ow1 l ax)) +("canon" nil (k ae1 n ax n)) +("canonico" nil (k aa0 n ow0 n iy1 k ow0)) +("canonie" nil (k ae1 n ax n iy0)) +("canons" nil (k ae1 n ax n z)) +("canopy" nil (k ae1 n ax p iy0)) +("canosa" nil (k ax n ow1 s ax)) +("canova" nil (k aa0 n ow1 v ax)) +("canoy" nil (k ae1 n oy0)) +("canrad" nil (k ae1 n r ae0 d)) +("canron" nil (k ae1 n r ax n)) +("cans" nil (k ae1 n z)) +("canseco" nil (k ae1 n s eh1 k ow0)) +("cansler" nil (k ae1 n s ax l er0)) +("canso" nil (k ae1 n s ow0)) +("canstar" nil (k ae1 n s t aa1 r)) +("cant" nil (k ae1 n t)) +("cantaloupe" nil (k ae1 n t ax l ow1 p)) +("cantaloupes" nil (k ae1 n t ax l ow1 p s)) +("cantalupo" nil (k ae1 n t ax l uw1 p ow0)) +("cantankerous" nil (k ae0 n t ae1 ng k er0 ax s)) +("cantara" nil (k aa0 n t aa1 r ax)) +("cantata" nil (k ae1 n t aa1 t ax)) +("canteen" nil (k ae0 n t iy1 n)) +("cantel" nil (k ae1 n t eh1 l)) +("canter" nil (k ae1 n t er0)) +("canterbury" nil (k ae1 n t er0 b eh1 r iy0)) +("cantero" nil (k aa0 n t eh1 r ow0)) +("canterra" nil (k aa1 n t eh1 r ax)) +("cantey" nil (k ae1 n t iy0)) +("cantin" nil (k aa0 n t iy1 n)) +("cantina" nil (k ae1 n t iy1 n ax)) +("cantle" nil (k ae1 n t ax l)) +("cantley" nil (k ae1 n t l iy0)) +("cantlin" nil (k ae1 n t l ih0 n)) +("cantlon" nil (k ae1 n t l ax n)) +("canto" nil (k ae1 n t ow0)) +("canton" nil (k ae1 n t ax n)) +("cantonal" nil (k ae1 n t ax n ax l)) +("cantone" nil (k aa0 n t ow1 n iy0)) +("cantonese" nil (k ae1 n t ax n iy1 z)) +("cantons" nil (k ae1 n t ax n z)) +("cantor" nil (k ae1 n t er0)) +("cantore" nil (k ae1 n t ao1 r)) +("cantrall" nil (k ae1 n t r ax l)) +("cantrell" nil (k ae0 n t r eh1 l)) +("cantrelle" nil (k ax n t r eh1 l)) +("cantu" nil (k ae1 n t uw0)) +("cantv" nil (k ae1 n t iy1 v iy1)) +("cantwell" nil (k ae1 n t w eh1 l)) +("canty" nil (k ae1 n t iy0)) +("canup" nil (k ae1 n ah1 p)) +("canupp" nil (k ae1 n ax p)) +("canvas" nil (k ae1 n v ax s)) +("canvases" nil (k ae1 n v ax s ih0 z)) +("canvass" nil (k ae1 n v ax s)) +("canvassed" nil (k ae1 n v ax s t)) +("canvassers" nil (k ae1 n v ax s er0 z)) +("canvassing" nil (k ae1 n v ax s ih0 ng)) +("canwest" nil (k ae1 n w eh1 s t)) +("canyon" nil (k ae1 n y ax n)) +("canyons" nil (k ae1 n y ax n z)) +("canzano" nil (k aa0 n z aa1 n ow0)) +("canzoneri" nil (k aa0 n z ow0 n eh1 r iy0)) +("cao" nil (k aw1)) +("caouette" nil (k ey1 uw1 t)) +("cap" nil (k ae1 p)) +("capabilities" nil (k ey1 p ax b ih1 l ax t iy0 z)) +("capability" nil (k ey1 p ax b ih1 l ax t iy0)) +("capable" nil (k ey1 p ax b ax l)) +("capacious" nil (k ax p ey1 sh ax s)) +("capacitance" nil (k ax p ae1 s ax t ax n s)) +("capacities" nil (k ax p ae1 s ax t iy0 z)) +("capacitor" nil (k ax p ae1 s ax t er0)) +("capacitors" nil (k ax p ae1 s ax t er0 z)) +("capacity" nil (k ax p ae1 s ax t iy0)) +("capalbo" nil (k ax p ae1 l b ow0)) +("capaldi" nil (k aa0 p aa1 l d iy0)) +("capaldo" nil (k aa0 p aa1 l d ow0)) +("capano" nil (k aa0 p aa1 n ow0)) +("capasso" nil (k aa0 p aa1 s ow0)) +("capcom" nil (k ae1 p k ax m)) +("cape" nil (k ey1 p)) +("capece" nil (k ax p iy1 s)) +("capehart" nil (k ey1 p hh aa1 r t)) +("capek" nil (k ae1 p ih0 k)) +("capel" nil (k ey1 p ax l)) +("capell" nil (k aa0 p ey1 l)) +("capella" nil (k ax p eh1 l ax)) +("capelle" nil (k ax p eh1 l)) +("capelli" nil (k ax p eh1 l iy0)) +("capello" nil (k ax p eh1 l ow0)) +("capen" nil (k ey1 p ax n)) +("caper" nil (k ey1 p er0)) +("capers" nil (k ey1 p er0 z)) +("caperton" nil (k ey1 p er0 t ax n)) +("capes" nil (k ey1 p s)) +("capetillo" nil (k aa0 p eh0 t ih1 l ow0)) +("capetown" nil (k ey1 p t aw1 n)) +("capillaries" nil (k ae1 p ax l eh1 r iy0 z)) +("capillary" nil (k ae1 p ax l eh1 r iy0)) +("capistrano" nil (k ae1 p ih0 s t r aa1 n ow0)) +("capita" nil (k ae1 p ih0 t ax)) +("capital" nil (k ae1 p ax t ax l)) +("capitalism" nil (k ae1 p ih0 t ax l ih1 z ax m)) +("capitalist" nil (k ae1 p ax t ax l ax s t)) +("capitalistic" nil (k ae1 p ih0 t ax l ih1 s t ih0 k)) +("capitalists" nil (k ae1 p ax t ax l ax s t s)) +("capitalization" nil (k ae1 p ih0 t ax l ih0 z ey1 sh ax n)) +("capitalizations" nil (k ae1 p ih0 t ax l ih0 z ey1 sh ax n z)) +("capitalize" nil (k ae1 p ax t ax l ay1 z)) +("capitalized" nil (k ae1 p ih0 t ax l ay1 z d)) +("capitalizes" nil (k ae1 p ax t ax l ay1 z ih0 z)) +("capitalizing" nil (k ae1 p ih0 t ax l ay1 z ih0 ng)) +("capitals" nil (k ae1 p ax t ax l z)) +("capitan" nil (k ae1 p ih0 t ax n)) +("capitano" nil (k aa0 p iy0 t aa1 n ow0)) +("capito" nil (k aa0 p iy1 t ow0)) +("capitol" nil (k ae1 p ih0 t ax l)) +("capitoline" nil (k ae1 p ih0 t ow1 l ay1 n)) +("capitulate" nil (k ax p ih1 ch uw0 l ih0 t)) +("capitulated" nil (k ax p ih1 ch ax l ey1 t ih0 d)) +("capitulation" nil (k ax p ih1 ch ax l ey1 sh ax n)) +("capizzi" nil (k aa0 p iy1 t s iy0)) +("caplan" nil (k ae1 p l ax n)) +("caple" nil (k ey1 p ax l)) +("caples" nil (k ey1 p ax l z)) +("capley" nil (k ae1 p l iy0)) +("caplin" nil (k ae1 p l ih0 n)) +("caplinger" nil (k ey1 p ax l ih0 ng er0)) +("capo" nil (k aa1 p ow0)) +("capobianco" nil (k aa0 p ow0 b iy0 aa1 n k ow0)) +("capon" nil (k ey1 p aa1 n)) +("capone" nil (k ax p ow1 n)) +("caponi" nil (k aa0 p ow1 n iy0)) +("caponigro" nil (k aa0 p ow0 n iy1 g r ow0)) +("caporale" nil (k aa0 p ao0 r aa1 l iy0)) +("caporaso" nil (k aa0 p ao0 r aa1 s ow0)) +("capote" nil (k ax p ow1 t)) +("capoten" nil (k ax p ow1 t ax n)) +("capozzi" nil (k ax p aa1 z iy0)) +("capozzoli" nil (k aa0 p ow0 t s ow1 l iy0)) +("capp" nil (k ae1 p)) +("cappa" nil (k ae1 p ax)) +("cappadona" nil (k aa0 p aa0 d ow1 n ax)) +("capparelli" nil (k aa0 p aa0 r eh1 l iy0)) +("capped" nil (k ae1 p t)) +("cappel" nil (k ae1 p ax l)) +("cappella" nil (k aa0 p eh1 l ax)) +("cappelletti" nil (k aa0 p eh0 l eh1 t iy0)) +("cappelli" nil (k aa0 p eh1 l iy0)) +("cappello" nil (k aa0 p eh1 l ow0)) +("capper" nil (k ae1 p er0)) +("cappetta" nil (k aa0 p eh1 t ax)) +("cappiello" nil (k aa0 p iy0 eh1 l ow0)) +("capping" nil (k ae1 p ih0 ng)) +("cappo" nil (k ae1 p ow0)) +("capps" nil (k ae1 p s)) +("cappuccino" nil (k ae1 p uw1 ch iy1 n ow0)) +("cappuccio" nil (k aa0 p uw1 ch iy0 ow0)) +("cappy" nil (k ae1 p iy0)) +("capra" nil (k ae1 p r ax)) +("capraro" nil (k aa0 p r aa1 r ow0)) +("capri" nil (k ae1 p r iy0)) +("capriati" nil (k ae1 p r iy0 aa1 t iy0)) +("caprice" nil (k ax p r iy1 s)) +("capricious" nil (k ax p r ih1 sh ax s)) +("capriciously" nil (k ax p r ih1 sh ih0 s l iy0)) +("capricorn" nil (k ae1 p r ax k ao0 r n)) +("caprio" nil (k ae1 p r iy0 ow0)) +("capriotti" nil (k aa0 p r iy0 ow1 t iy0)) +("capron" nil (k ae1 p r ax n)) +("caps" nil (k ae1 p s)) +("capshaw" nil (k ae1 p sh ao1)) +("capsize" nil (k ae1 p s ay1 z)) +("capsized" nil (k ae1 p s ay1 z d)) +("capstan" nil (k ae1 p s t ax n)) +("capstick" nil (k ae1 p s t ih1 k)) +("capsule" nil (k ae1 p s ax l)) +("capsules" nil (k ae1 p s ax l z)) +("captain" nil (k ae1 p t ax n)) +("captains" nil (k ae1 p t ax n z)) +("caption" nil (k ae1 p sh ax n)) +("captioning" nil (k ae1 p sh ax n ih0 ng)) +("captions" nil (k ae1 p sh ax n z)) +("captivated" nil (k ae1 p t ih0 v ey1 t ih0 d)) +("captivating" nil (k ae1 p t ih0 v ey1 t ih0 ng)) +("captive" nil (k ae1 p t ih0 v)) +("captives" nil (k ae1 p t ih0 v z)) +("captivity" nil (k ae0 p t ih1 v ax t iy0)) +("captors" nil (k ae1 p t er0 z)) +("capture" nil (k ae1 p ch er0)) +("captured" nil (k ae1 p ch er0 d)) +("captures" nil (k ae1 p ch er0 z)) +("capturing" nil (k ae1 p ch er0 ih0 ng)) +("capua" nil (k ae1 p y uw0 ax)) +("capuano" nil (k aa0 p uw0 aa1 n ow0)) +("caputi" nil (k aa0 p uw1 t iy0)) +("caputo" nil (k aa0 p uw1 t ow0)) +("capwell" nil (k ae1 p w eh1 l)) +("caq" nil (k ae1 k)) +("car" nil (k aa1 r)) +("cara" nil (k eh1 r ax)) +("carabajal" nil (k er0 ae1 b ax jh ax l)) +("caraballo" nil (k ae1 r ax b ae1 l ow0)) +("carabello" nil (k ae1 r ax b eh1 l ow0)) +("caracara" nil (k aa1 r ax k aa1 r ax)) +("caracas" nil (k er0 aa1 k ax s)) +("caracci" nil (k aa0 r aa1 ch iy0)) +("caracciolo" nil (k aa0 r aa0 k ch ow1 l ow0)) +("caradine" nil (k aa0 r aa0 d iy1 n iy0)) +("caradonna" nil (k aa0 r aa0 d ow1 n ax)) +("carafate" nil (k eh1 r ax f ey1 t)) +("caraher" nil (k ae1 r ax hh er0)) +("caraker" nil (k ae1 r ax k er0)) +("caramel" nil (k eh1 r ax m ax l)) +("carangelo" nil (k aa0 r aa0 ng g eh1 l ow0)) +("carano" nil (k aa0 r aa1 n ow0)) +("caras" nil (k aa1 r ax z)) +("carat" nil (k eh1 r ax t)) +("carats" nil (k eh1 r ax t s)) +("caravan" nil (k ae1 r ax v ae1 n)) +("caravans" nil (k ae1 r ax v ae1 n z)) +("caravel" nil (k eh1 r ax v eh1 l)) +("caravella" nil (k ae1 r ax v eh1 l ax)) +("caravelle" nil (k eh1 r ax v eh1 l)) +("caravello" nil (k ae1 r ax v eh1 l ow0)) +("caraveo" nil (k aa0 r aa1 v iy0 ow0)) +("carawan" nil (k ae1 r ax w ae0 n)) +("caraway" nil (k ae1 r ax w ey1)) +("carbajal" nil (k aa0 r b aa0 y ae1 l)) +("carballo" nil (k aa0 r b aa1 l ow0)) +("carbary" nil (k aa1 r b eh0 r iy0)) +("carbaugh" nil (k aa1 r b ao1)) +("carberry" nil (k aa1 r b eh1 r iy0)) +("carbide" nil (k aa1 r b ay1 d)) +("carbin" nil (k aa1 r b ih0 n)) +("carbine" nil (k aa1 r b ay1 n)) +("carbo" nil (k aa1 r b ow0)) +("carbohydrate" nil (k aa1 r b ow0 hh ay1 d r ey1 t)) +("carbohydrates" nil (k aa1 r b ow0 hh ay1 d r ey0 t s)) +("carbon" nil (k aa1 r b ax n)) +("carbonara" nil (k aa0 r b ow0 n aa1 r ax)) +("carbonaro" nil (k aa0 r b ow0 n aa1 r ow0)) +("carbonate" nil (k aa1 r b ax n ey1 t)) +("carbonated" nil (k aa1 r b ax n ey1 t ax d)) +("carbonates" nil (k aa1 r b ax n ey1 t s)) +("carbondale" nil (k aa1 r b ax n d ey1 l)) +("carbone" nil (k aa1 r b ow1 n)) +("carbonetto" nil (k aa1 r b ow0 n eh1 t ow0)) +("carboni" nil (k aa0 r b ow1 n iy0)) +("carboniferous" nil (k aa1 r b ax n ih1 f er0 ax s)) +("carbonized" nil (k aa1 r b ax n ay1 z d)) +("carbonneau" nil (k aa1 r b ax n ow1)) +("carbons" nil (k aa1 r b ax n z)) +("carborundum" nil (k aa1 r b er0 ah1 n d ax m)) +("carboy" nil (k aa1 r b oy1)) +("carbureted" nil (k aa1 r b y er0 eh1 t ih0 d)) +("carburetion" nil (k aa1 r b y er0 iy1 sh ax n)) +("carburetor" nil (k aa1 r b er0 ey1 t er0)) +("carburetors" nil (k aa1 r b er0 ey1 t er0 z)) +("carby" nil (k aa1 r b iy0)) +("carcass" nil (k aa1 r k ax s)) +("carcasses" nil (k aa1 r k ax s ih0 z)) +("carcinogen" nil (k aa0 r s ih1 n ax jh ax n)) +("carcinogenic" nil (k aa1 r s ax n ow0 jh eh1 n ih0 k)) +("carcinogens" nil (k aa0 r s ih1 n ax jh ax n z)) +("carcinoma" nil (k aa1 r s ax n ow1 m ax)) +("carcione" nil (k aa0 r ch ow1 n iy0)) +("card" nil (k aa1 r d)) +("carda" nil (k aa1 r d ax)) +("cardarelli" nil (k aa0 r d aa0 r eh1 l iy0)) +("cardboard" nil (k aa1 r d b ao1 r d)) +("cardboards" nil (k aa1 r d b ao1 r d z)) +("carded" nil (k aa1 r d ax d)) +("cardell" nil (k aa0 r d ey1 l)) +("cardella" nil (k aa1 r d eh1 l ax)) +("cardello" nil (k aa1 r d eh1 l ow0)) +("carden" nil (k aa1 r d ax n)) +("cardenas" nil (k aa0 r d iy1 n ax s)) +("carder" nil (k aa1 r d er0)) +("cardholder" nil (k aa1 r d hh ow1 l d er0)) +("cardholders" nil (k aa1 r d hh ow1 l d er0 z)) +("cardia" nil (k aa1 r d iy0 ax)) +("cardiac" nil (k aa1 r d iy0 ae1 k)) +("cardiel" nil (k aa1 r d iy1 l)) +("cardiff" nil (k aa1 r d ih0 f)) +("cardigan" nil (k aa1 r d ih0 g ax n)) +("cardigans" nil (k aa1 r d ih0 g ax n z)) +("cardiges" nil (k aa1 r d ih0 jh ih0 z)) +("cardillo" nil (k aa1 r d ih1 l ow0)) +("cardin" nil (k aa1 r d ih0 n)) +("cardinal" nil (k aa1 r d ax n ax l)) +("cardinale" nil (k aa0 r d iy0 n aa1 l iy0)) +("cardinali" nil (k aa0 r d iy0 n aa1 l iy0)) +("cardinals" nil (k aa1 r d ax n ax l z)) +("cardio" nil (k aa1 r d iy0 ow0)) +("cardiologist" nil (k aa1 r d iy0 aa1 l ax jh ih0 s t)) +("cardiologists" nil (k aa1 r d iy0 aa1 l ax jh ih0 s t s)) +("cardiology" nil (k aa1 r d iy0 aa1 l ax jh iy0)) +("cardiopulmonary" nil (k aa1 r d iy0 ow0 p uh1 l m ax n eh1 r iy0)) +("cardiovascular" nil (k aa1 r d iy0 ow0 v ae1 s k y ax l er0)) +("cardis" nil (k aa1 r d ih0 s)) +("cardiss" nil (k aa1 r d ih0 s)) +("cardizem" nil (k aa1 r d ih0 z eh1 m)) +("cardoen" nil (k aa1 r d ow1 ax n)) +("cardon" nil (k aa0 r d ao1 n)) +("cardona" nil (k aa0 r d ow1 n ax)) +("cardone" nil (k aa0 r d ow1 n iy0)) +("cardoni" nil (k aa0 r d ow1 n iy0)) +("cardoon" nil (k aa0 r d uw1 n)) +("cardosa" nil (k aa0 r d ow1 s ax)) +("cardosi" nil (k aa0 r d ow1 s iy0)) +("cardoso" nil (k aa0 r d ow1 s ow0)) +("cardoza" nil (k aa0 r d ow1 z ax)) +("cardozo" nil (k aa0 r d ow1 z ow0)) +("cards" nil (k aa1 r d z)) +("carducci" nil (k aa0 r d uw1 ch iy0)) +("cardwell" nil (k aa1 r d w eh1 l)) +("cardy" nil (k aa1 r d iy0)) +("care" nil (k eh1 r)) +("cared" nil (k eh1 r d)) +("careen" nil (k er0 iy1 n)) +("careened" nil (k er0 iy1 n d)) +("careening" nil (k er0 iy1 n ih0 ng)) +("careens" nil (k er0 iy1 n z)) +("career" nil (k er0 ih1 r)) +("careercom" nil (k er0 ih1 r k aa0 m)) +("careerist" nil (k er0 ih1 r ih0 s t)) +("careerists" nil (k er0 ih1 r ih0 s t s)) +("careers" nil (k er0 ih1 r z)) +("carefree" nil (k eh1 r f r iy1)) +("careful" nil (k eh1 r f ax l)) +("carefully" nil (k eh1 r f ax l iy0)) +("caregivers" nil (k eh1 r g ih1 v er0 z)) +("carel" nil (k aa0 r eh1 l)) +("careless" nil (k eh1 r l ax s)) +("carelessly" nil (k eh1 r l ax s l iy0)) +("carelessness" nil (k eh1 r l ax s n ax s)) +("carella" nil (k aa0 r eh1 l ax)) +("carelli" nil (k aa0 r eh1 l iy0)) +("carello" nil (k eh1 r eh1 l ow0)) +("carelock" nil (k ae1 r ih0 l aa0 k)) +("caremark" nil (k eh1 r m aa1 r k)) +("carena" nil (k eh1 r iy1 n ax)) +("careplus" nil (k eh1 r p l ah1 s)) +("carer" nil (k eh1 r er0)) +("cares" nil (k eh1 r z)) +("caress" nil (k er0 eh1 s)) +("caresse" nil (k aa1 r eh0 s)) +("caressing" nil (k er0 eh1 s ih0 ng)) +("caretaker" nil (k eh1 r t ey1 k er0)) +("caretakers" nil (k eh1 r t ey1 k er0 z)) +("careunit" nil (k eh1 r y uw1 n ih0 t)) +("carew" nil (k ae1 r uw0)) +("carey" nil (k eh1 r iy0)) +("carfagno" nil (k aa0 r f aa1 g n ow0)) +("carfora" nil (k aa0 r f ao1 r ax)) +("cargal" nil (k aa0 r g ae1 l)) +("cargile" nil (k aa1 r jh ax l)) +("cargill" nil (k aa1 r g ih1 l)) +("cargo" nil (k aa1 r g ow1)) +("cargoes" nil (k aa1 r g ow1 z)) +("cargos" nil (k aa1 r g ow1 z)) +("carhart" nil (k aa1 r hh aa1 r t)) +("caribbean" nil (k er0 ih1 b iy0 ax n)) +("caribe" nil (k eh1 r iy1 b)) +("caribou" nil (k eh1 r ih0 b uw1)) +("caricature" nil (k eh1 r ax k ax ch er0)) +("caricatured" nil (k er0 ih1 k ax ch er0 d)) +("caricatures" nil (k er0 ih1 k ax ch er0 z)) +("caricaturist" nil (k eh1 r ax k ax ch er0 ax s t)) +("carico" nil (k aa0 r iy1 k ow0)) +("caricom" nil (k eh1 r ih0 k aa1 m)) +("caridi" nil (k aa0 r iy1 d iy0)) +("carie" nil (k eh1 r iy0)) +("cariello" nil (k aa0 r iy0 eh1 l ow0)) +("carignan" nil (k ae1 r ih0 g n ax n)) +("cariker" nil (k ae1 r ih0 k er0)) +("carilla" nil (k aa0 r ih1 l ax)) +("carillo" nil (k aa0 r ih1 l ow0)) +("carillon" nil (k eh1 r ax l aa1 n)) +("carin" nil (k ae1 r ih0 n)) +("carine" nil (k aa0 r iy1 n iy0)) +("caring" nil (k eh1 r ih0 ng)) +("carini" nil (k aa0 r iy1 n iy0)) +("carinii" nil (k eh1 r iy1 n iy0)) +("carino" nil (k aa0 r iy1 n ow0)) +("carioca" nil (k eh1 r iy0 ow1 k ax)) +("caris" nil (k ae1 r ih0 s)) +("carisbrook" nil (k eh1 r ih0 s b r uh1 k)) +("carissa" nil (k aa0 r iy1 s ax)) +("carita" nil (k aa0 r iy1 t ax)) +("carithers" nil (k ae1 r ih0 dh er0 z)) +("carjack" nil (k aa1 r jh ae1 k)) +("carjacked" nil (k aa1 r jh ae1 k t)) +("carjacker" nil (k aa1 r jh ae1 k er0)) +("carjackers" nil (k aa1 r jh ae1 k er0 z)) +("carjacking" nil (k aa1 r jh ae1 k ih0 ng)) +("carjackings" nil (k aa1 r jh ae1 k ih0 ng z)) +("carjacks" nil (k aa1 r jh ae1 k s)) +("carkhuff" nil (k aa1 r k hh ax f)) +("carl" nil (k aa1 r l)) +("carla" nil (k aa1 r l ax)) +("carlan" nil (k aa1 r l ax n)) +("carland" nil (k aa1 r l ax n d)) +("carlberg" nil (k aa1 r l b er0 g)) +("carle" nil (k aa1 r ax l)) +("carleen" nil (k aa0 r l iy1 n)) +("carlen" nil (k aa1 r l ax n)) +("carlene" nil (k aa1 r l iy1 n)) +("carles" nil (k aa1 r l z)) +("carleton" nil (k aa1 r l t ax n)) +("carley" nil (k aa1 r l iy0)) +("carli" nil (k aa1 r l iy0)) +("carlile" nil (k aa1 r l ay0 l)) +("carlin" nil (k aa1 r l ih0 n)) +("carliner" nil (k aa1 r l ay1 n er0)) +("carling" nil (k aa1 r l ih0 ng)) +("carlini" nil (k aa0 r l iy1 n iy0)) +("carlino" nil (k aa0 r l iy1 n ow0)) +("carlisi" nil (k aa0 r l iy1 s iy0)) +("carlisle" nil (k aa1 r l ay1 l)) +("carlita" nil (k aa0 r l iy1 t ax)) +("carll" nil (k aa1 r l)) +("carlo" nil (k aa1 r l ow0)) +("carload" nil (k aa1 r l ow1 d)) +("carloadings" nil (k aa1 r l ow1 d ih0 ng z)) +("carlock" nil (k aa1 r l aa1 k)) +("carlon" nil (k aa1 r l ax n)) +("carlone" nil (k aa0 r l ow1 n iy0)) +("carloni" nil (k aa0 r l ow1 n iy0)) +("carlos" nil (k aa1 r l ow0 s)) +("carlotta" nil (k aa0 r l ao1 t ax)) +("carlough" nil (k aa1 r l ow0)) +("carlow" nil (k aa1 r l ow1)) +("carls" nil (k aa1 r l z)) +("carlsbad" nil (k aa1 r l s b ae0 d)) +("carlsberg" nil (k aa1 r l z b er0 g)) +("carlsen" nil (k aa1 r l s ax n)) +("carlson" nil (k aa1 r l s ax n)) +("carlsson" nil (k aa1 r l s ax n)) +("carlstadt" nil (k aa1 r l s t ae1 t)) +("carlston" nil (k aa1 r l s t ax n)) +("carlstrom" nil (k aa1 r l s t r ax m)) +("carlton" nil (k aa1 r l t ax n)) +("carlucci" nil (k aa0 r l uw1 ch iy0)) +("carly" nil (k aa1 r l iy0)) +("carlyle" nil (k aa1 r l ay1 l)) +("carlyon" nil (k aa1 r l iy0 aa0 n)) +("carlzon" nil (k aa1 r l z aa0 n)) +("carma" nil (k aa1 r m ax)) +("carmack" nil (k aa1 r m ax k)) +("carmaker" nil (k aa1 r m ey1 k er0)) +("carmakers" nil (k aa1 r m ey1 k er0 z)) +("carman" nil (k aa1 r m ax n)) +("carmany" nil (k aa1 r m ax n iy0)) +("carmean" nil (k aa1 r m ax n)) +("carmel" nil (k aa0 r m eh1 l)) +("carmela" nil (k aa0 r m eh1 l ax)) +("carmelite" nil (k aa1 r m ax l ay1 t)) +("carmelo" nil (k aa0 r m eh1 l ow0)) +("carmen" nil (k aa1 r m ax n)) +("carmer" nil (k aa1 r m er0)) +("carmical" nil (k aa1 r m ih0 k ax l)) +("carmichael" nil (k aa1 r m ay1 k ax l)) +("carmickle" nil (k aa1 r m ih0 k ax l)) +("carmie" nil (k aa1 r m iy0)) +("carmike" nil (k aa1 r m ay1 k)) +("carmine" nil (k aa1 r m ax n)) +("carmita" nil (k aa0 r m iy1 t ax)) +("carmody" nil (k aa1 r m ax d iy0)) +("carmon" nil (k aa1 r m ax n)) +("carmona" nil (k aa0 r m ow1 n ax)) +("carmony" nil (k aa1 r m ow0 n iy0)) +("carmouche" nil (k aa0 r m uw1 sh)) +("carmoy" nil (k aa1 r m oy0)) +("carmy" nil (k aa1 r m iy0)) +("carn" nil (k aa1 r n)) +("carnage" nil (k aa1 r n ih0 jh)) +("carnahan" nil (k aa1 r n ax hh ae0 n)) +("carnal" nil (k aa1 r n ax l)) +("carnathan" nil (k aa1 r n ax th ae0 n)) +("carnation" nil (k aa0 r n ey1 sh ax n)) +("carnations" nil (k aa0 r n ey1 sh ax n z)) +("carnauba" nil (k aa0 r n ao1 b ax)) +("carnaud" nil (k aa0 r n ao1 b)) +("carne" nil (k aa1 r n)) +("carneal" nil (k aa1 r n ax l)) +("carnegie" nil (k aa1 r n ax g iy0)) +("carnegies" nil (k aa1 r n ax g iy0 z)) +("carneiro" nil (k aa0 r n eh1 r ow0)) +("carnell" nil (k aa1 r n ax l)) +("carner" nil (k aa1 r n er0)) +("carnes" nil (k aa1 r n z)) +("carnett" nil (k aa1 r n ax t)) +("carnevale" nil (k aa0 r n ey0 v aa1 l ey0)) +("carney" nil (k aa1 r n iy0)) +("carnicero" nil (k aa1 r n ih0 s eh1 r ow0)) +("carnine" nil (k aa0 r n iy1 n iy0)) +("carnival" nil (k aa1 r n ax v ax l)) +("carnivals" nil (k aa1 r n ax v ax l z)) +("carnivore" nil (k aa1 r n ih0 v ao1 r)) +("carnivores" nil (k aa1 r n ax v ao1 r z)) +("carnivorous" nil (k aa0 r n ih1 v er0 ax s)) +("carnley" nil (k aa1 r n l iy0)) +("carns" nil (k aa1 r n z)) +("caro" nil (k aa1 r ow0)) +("carob" nil (k eh1 r ax b)) +("caroche" nil (k er0 ow1 ch)) +("carol" nil (k ae1 r ax l)) +("carolan" nil (k eh1 r ax l ae0 n)) +("carolco" nil (k er0 aa1 l k ow0)) +("carole" nil (k ae1 r ax l)) +("carolina" nil (k eh1 r ax l ay1 n ax)) +("carolinas" nil (k eh1 r ax l ay1 n ax z)) +("caroline" nil (k eh1 r ax l ay1 n)) +("carolingian" nil (k eh1 r ax l ih1 n jh iy0 ax n)) +("carolinians" nil (k eh1 r ax l ih1 n iy0 ax n z)) +("carollan" nil (k er0 aa1 l ax n)) +("carollo" nil (k er0 aa1 l ow0)) +("carols" nil (k eh1 r ax l z)) +("carolus" nil (k eh1 r ax l ax s)) +("carolyn" nil (k eh1 r ax l ih0 n)) +("carolyne" nil (k eh1 r ax l ih0 n)) +("caron" nil (k aa0 r ao1 n)) +("carone" nil (k er0 ow1 n)) +("caronna" nil (k er0 aa1 n ax)) +("carosella" nil (k aa0 r ow0 s eh1 l ax)) +("caroselli" nil (k aa0 r ow0 s eh1 l iy0)) +("carosi" nil (k er0 ow1 s iy0)) +("carota" nil (k er0 ow1 t ax)) +("carotene" nil (k eh1 r ax t iy1 n)) +("carotenuto" nil (k aa0 r ow0 t eh0 n uw1 t ow0)) +("carothers" nil (k ae1 r ax dh er0 z)) +("carousel" nil (k eh1 r ax s eh1 l)) +("carow" nil (k ae1 r ow0)) +("carozza" nil (k er0 aa1 z ax)) +("carp" nil (k aa1 r p)) +("carpal" nil (k aa1 r p ax l)) +("carpencic" nil (k aa0 r p eh1 n ch ih0 k)) +("carpenito" nil (k aa0 r p eh0 n iy1 t ow0)) +("carpenter" nil (k aa1 r p ax n t er0)) +("carpenters" nil (k aa1 r p ax n t er0 z)) +("carpentier" nil (k aa1 r p ax n t iy0 er0)) +("carpentieri" nil (k aa0 r p eh0 n t ih1 r iy0)) +("carpentry" nil (k aa1 r p ax n t r iy0)) +("carper" nil (k aa1 r p er0)) +("carpet" nil (k aa1 r p ax t)) +("carpetbagger" nil (k aa1 r p ax t b ae1 g er0)) +("carpetbaggers" nil (k aa1 r p ax t b ae1 g er0 z)) +("carpeted" nil (k aa1 r p ax t ih0 d)) +("carpeting" nil (k aa1 r p ax t ih0 ng)) +("carpets" nil (k aa1 r p ax t s)) +("carpinelli" nil (k aa0 r p iy0 n eh1 l iy0)) +("carping" nil (k aa1 r p ih0 ng)) +("carpino" nil (k aa0 r p iy1 n ow0)) +("carpio" nil (k aa1 r p iy0 ow0)) +("carport" nil (k aa1 r p ao1 r t)) +("carports" nil (k aa1 r p ao1 r t s)) +("carr" nil (k aa1 r)) +("carra" nil (k aa1 r ax)) +("carragher" nil (k ae1 r ax g hh er0)) +("carraher" nil (k ae1 r ax hh er0)) +("carranco" nil (k aa0 r aa1 n k ow0)) +("carrano" nil (k aa1 r aa1 n ow0)) +("carranza" nil (k aa0 r aa1 n z ax)) +("carrara" nil (k aa1 r aa1 r ax)) +("carras" nil (k ae1 r ax z)) +("carrasco" nil (k aa0 r aa1 s k ow0)) +("carrasquel" nil (k eh1 r ax s k eh1 l)) +("carrasquillo" nil (k eh1 r ax s k ih1 l ow0)) +("carraway" nil (k ae1 r ax w ey1)) +("carre" nil (k aa1 r)) +("carreira" nil (k aa0 r eh1 r ax)) +("carreiro" nil (k aa0 r eh1 r ow0)) +("carreker" nil (k eh1 r ih0 k er0)) +("carrel" nil (k ae1 r ax l)) +("carrell" nil (k aa0 r ey1 l)) +("carreno" nil (k aa0 r eh1 n ow0)) +("carreon" nil (k aa0 r ey0 ao1 n)) +("carrera" nil (k aa0 r eh1 r ax)) +("carreras" nil (k aa0 r eh1 r aa0 z)) +("carrere" nil (k aa0 r eh1 r ey0)) +("carrero" nil (k aa1 r eh1 r ow0)) +("carretta" nil (k aa0 r eh1 t ax)) +("carrey" nil (k eh1 r iy0)) +("carriage" nil (k ae1 r ih0 jh)) +("carriages" nil (k ae1 r ih0 jh ih0 z)) +("carrian" nil (k eh1 r iy0 ax n)) +("carrick" nil (k eh1 r ih0 k)) +("carrico" nil (k aa0 r iy1 k ow0)) +("carrie" nil (k eh1 r iy0)) +("carried" nil (k ae1 r iy0 d)) +("carrier" nil (k ae1 r iy0 er0)) +("carriere" nil (k aa0 r ih1 r iy0)) +("carriero" nil (k aa0 r ih1 r ow0)) +("carriers" nil (k ae1 r iy0 er0 z)) +("carries" nil (k ae1 r iy0 z)) +("carrig" nil (k ae1 r ih0 g)) +("carrigan" nil (k ae1 r ih0 g ax n)) +("carriger" nil (k ae1 r ih0 jh er0)) +("carrigg" nil (k ae1 r ih0 g)) +("carriker" nil (k ae1 r ih0 k er0)) +("carrillo" nil (k er0 ih1 l ow0)) +("carringer" nil (k ae1 r ih0 ng er0)) +("carrington" nil (k eh1 r ih0 ng t ax n)) +("carrino" nil (k aa1 r iy1 n ow0)) +("carrion" nil (k eh1 r iy0 ax n)) +("carris" nil (k ae1 r ih0 s)) +("carrisyn" nil (k ae1 r ih0 s ih0 n)) +("carrithers" nil (k ae1 r ih0 dh er0 z)) +("carriveau" nil (k ae1 r ih0 v ow1)) +("carrizales" nil (k aa0 r iy0 z aa1 l eh0 s)) +("carro" nil (k aa1 r ow0)) +("carrol" nil (k ae1 r ax l)) +("carroll" nil (k ae1 r ax l)) +("carrollton" nil (k eh1 r ax l t ax n)) +("carron" nil (k ae1 r ax n)) +("carrot" nil (k ae1 r ax t)) +("carrothers" nil (k ae1 r ax dh er0 z)) +("carrots" nil (k ae1 r ax t s)) +("carrousel" nil (k eh1 r ax s eh1 l)) +("carrow" nil (k ae1 r ow0)) +("carrozza" nil (k aa0 r ow1 z ax)) +("carrubba" nil (k aa1 r uw1 b ax)) +("carruth" nil (k ae1 r uw0 th)) +("carruthers" nil (k er0 ah1 dh er0 z)) +("carry" nil (k ae1 r iy0)) +("carryforwards" nil (k eh1 r iy0 f ao1 r w er0 d z)) +("carrying" nil (k ae1 r iy0 ih0 ng)) +("carryover" nil (k eh1 r y ow1 v er0)) +("cars" nil (k aa1 r z)) +("carse" nil (k aa1 r s)) +("carsey" nil (k aa1 r s iy0)) +("carsick" nil (k aa1 r s ih0 k)) +("carson" nil (k aa1 r s ax n)) +("carstarphen" nil (k aa0 r s t aa1 r f ax n)) +("carsten" nil (k aa1 r s ax n)) +("carstens" nil (k aa1 r s ax n z)) +("carstensen" nil (k aa0 r s t eh1 n s ax n)) +("carswell" nil (k aa1 r s w eh1 l)) +("cart" nil (k aa1 r t)) +("carta" nil (k aa1 r t ax)) +("cartagena" nil (k aa1 r t ax jh iy1 n ax)) +("cartaya" nil (k aa1 r t ay1 ax)) +("carte" nil (k aa1 r t)) +("carted" nil (k aa1 r t ih0 d)) +("cartee" nil (k aa1 r t iy1)) +("cartel" nil (k aa0 r t eh1 l)) +("cartels" nil (k aa0 r t eh1 l z)) +("carter" nil (k aa1 r t er0)) +("cartera" nil (k aa1 r t eh1 r ax)) +("carteret" nil (k aa1 r t er0 ih0 t)) +("carters" nil (k aa1 r t er0 z)) +("cartersville" nil (k aa1 r t er0 z v ih1 l)) +("carthage" nil (k aa1 r th ax jh)) +("carthaginian" nil (k aa1 r th ax jh ih1 n iy0 ax n)) +("cartier" nil (k aa1 r t iy0 er0)) +("cartilage" nil (k aa1 r t ax l ax jh)) +("carting" nil (k aa1 r t ih0 ng)) +("cartland" nil (k aa1 r t l ax n d)) +("cartledge" nil (k aa1 r t l eh1 jh)) +("cartlidge" nil (k aa1 r t l ih0 jh)) +("cartmell" nil (k aa0 r t m ey1 l)) +("cartmill" nil (k aa1 r t m ih1 l)) +("cartner" nil (k aa1 r t n er0)) +("carton" nil (k aa1 r t ax n)) +("cartoneros" nil (k aa1 r t ow1 n eh1 r ow0 s)) +("cartons" nil (k aa1 r t ax n z)) +("cartoon" nil (k aa0 r t uw1 n)) +("cartooning" nil (k aa0 r t uw1 n ih0 ng)) +("cartoonist" nil (k aa0 r t uw1 n ax s t)) +("cartoonists" nil (k aa0 r t uw1 n ih0 s t s)) +("cartoons" nil (k aa0 r t uw1 n z)) +("cartrette" nil (k aa1 r t r eh1 t)) +("cartridge" nil (k aa1 r t r ax jh)) +("cartridges" nil (k aa1 r t r ax jh ax z)) +("carts" nil (k aa1 r t s)) +("cartusciello" nil (k aa0 r t uw1 s iy0 eh1 l ow0)) +("cartwheels" nil (k aa1 r t w iy1 l z)) +("cartwright" nil (k aa1 r t r ay1 t)) +("carty" nil (k aa1 r t iy0)) +("caruana" nil (k aa0 r uw0 ae1 n ax)) +("carucci" nil (k aa0 r uw1 ch iy0)) +("caruso" nil (k er0 uw1 s ow0)) +("carusone" nil (k aa0 r uw0 s ow1 n iy0)) +("caruth" nil (k ae1 r uw0 th)) +("caruthers" nil (k er0 ah1 dh er0 z)) +("carvajal" nil (k aa0 r v aa0 y ae1 l)) +("carvalho" nil (k aa0 r v aa1 l hh ow0)) +("carve" nil (k aa1 r v)) +("carved" nil (k aa1 r v d)) +("carvell" nil (k aa0 r v ey1 l)) +("carver" nil (k aa1 r v er0)) +("carvers" nil (k aa1 r v er0 z)) +("carves" nil (k aa1 r v z)) +("carvey" nil (k aa1 r v iy0)) +("carville" nil (k aa1 r v ih1 l)) +("carvin" nil (k aa1 r v ih0 n)) +("carving" nil (k aa1 r v ih0 ng)) +("carvings" nil (k aa1 r v ih0 ng z)) +("carwell" nil (k aa1 r w eh1 l)) +("carwile" nil (k aa1 r w ay1 l)) +("cary" nil (k eh1 r iy0)) +("caryl" nil (k eh1 r ax l)) +("caryn" nil (k aa1 r ih0 n)) +("casa" nil (k aa1 s ax)) +("casablanca" nil (k ae1 s ax b l ae1 ng k ax)) +("casad" nil (k ae1 s ax d)) +("casada" nil (k aa0 s aa1 d ax)) +("casado" nil (k aa0 s aa1 d ow0)) +("casados" nil (k aa0 s aa1 d ow0 z)) +("casady" nil (k ax s aa1 d iy0)) +("casagrande" nil (k aa0 s aa1 g r ae0 n d iy0)) +("casale" nil (k aa0 s aa1 l iy0)) +("casali" nil (k aa0 s aa1 l iy0)) +("casalino" nil (k aa0 s aa0 l iy1 n ow0)) +("casamento" nil (k ae1 s ax m eh1 n t ow0)) +("casanova" nil (k ae1 s ax n ow1 v ax)) +("casares" nil (k aa0 s aa1 r eh0 s)) +("casarez" nil (k aa0 s aa1 r eh0 z)) +("casas" nil (k aa1 s ax z)) +("casassa" nil (k aa0 s aa1 s ax)) +("casaus" nil (k ae1 s ao0 z)) +("casavant" nil (k ae1 s ax v ax n t)) +("casazza" nil (k aa0 s aa1 t s ax)) +("casbah" nil (k ae1 s b ax)) +("cascade" nil (k ae0 s k ey1 d)) +("cascaded" nil (k ae0 s k ey1 d ih0 d)) +("cascades" nil (k ae0 s k ey1 d z)) +("cascading" nil (k ae0 s k ey1 d ih0 ng)) +("casciano" nil (k aa0 s ch iy0 aa1 n ow0)) +("casciato" nil (k aa0 s ch aa1 t ow0)) +("cascio" nil (k ae1 s iy0 ow0)) +("casco" nil (k ae1 s k ow0)) +("cascone" nil (k aa0 s k ow1 n iy0)) +("casdorph" nil (k ae1 s d er0 f)) +("case" nil (k ey1 s)) +("casebeer" nil (k ae0 s ih0 b ih1 r)) +("casebier" nil (k ae1 s ih0 b iy0 er0)) +("casebolt" nil (k ey1 s b ow1 l t)) +("casein" nil (k ey0 s iy1 n)) +("casella" nil (k ax s eh1 l ax)) +("caselli" nil (k ax s eh1 l iy0)) +("caseload" nil (k ey1 s l ow1 d)) +("caseloads" nil (k ae1 s ax l ow1 d z)) +("casera" nil (k ax s eh1 r ax)) +("caserta" nil (k aa0 s eh1 r t ax)) +("cases" nil (k ey1 s ax z)) +("casesa" nil (k ax s eh1 s ax)) +("caseworker" nil (k ey1 s w er1 k er0)) +("caseworkers" nil (k ey1 s w er1 k er0 z)) +("casey" nil (k ey1 s iy0)) +("casgrain" nil (k ae1 s g r ey1 n)) +("cash" nil (k ae1 sh)) +("cashatt" nil (k ae1 sh ax t)) +("cashdollar" nil (k ae1 sh d aa1 l er0)) +("cashed" nil (k ae1 sh t)) +("cashen" nil (k ae1 sh ax n)) +("casher" nil (k ae1 sh er0)) +("cashes" nil (k ae1 sh ih0 z)) +("cashew" nil (k ae1 sh uw1)) +("cashews" nil (k ae1 sh uw1 z)) +("cashflow" nil (k ae1 sh f l ow1)) +("cashier" nil (k ae0 sh ih1 r)) +("cashiered" nil (k ae0 sh ih1 r d)) +("cashiers" nil (k ae1 sh ih1 r z)) +("cashin" nil (k ae1 sh ih0 n)) +("cashing" nil (k ae1 sh ih0 ng)) +("cashion" nil (k aa0 sh iy1 n)) +("cashless" nil (k ae1 sh l ax s)) +("cashman" nil (k ae1 sh m ax n)) +("cashmere" nil (k ae1 zh m ih0 r)) +("cashmore" nil (k ae1 sh m ao0 r)) +("cashon" nil (k ae1 sh ax n)) +("cashways" nil (k ae1 sh w ey1 z)) +("cashwell" nil (k ae1 sh w eh1 l)) +("casiano" nil (k aa0 s iy0 aa1 n ow0)) +("casias" nil (k aa0 s iy1 ax z)) +("casillas" nil (k aa0 s ih1 l ax z)) +("casillo" nil (k ax s ih1 l ow0)) +("casimir" nil (k ae1 s ih0 m iy1 r)) +("casimiro" nil (k aa0 s iy0 m ih1 r ow0)) +("casing" nil (k ey1 s ih0 ng)) +("casings" nil (k ey1 s ih0 ng z)) +("casino" nil (k ax s iy1 n ow0)) +("casinos" nil (k ax s iy1 n ow0 z)) +("casio" nil (k ae1 s iy0 ow0)) +("cask" nil (k ae1 s k)) +("casket" nil (k ae1 s k ax t)) +("caskets" nil (k ae1 s k ax t s)) +("caskey" nil (k ae1 s k iy0)) +("casks" nil (k ae1 s k s)) +("casler" nil (k ae1 s ax l er0)) +("caslin" nil (k ae1 s l ih0 n)) +("casner" nil (k ae1 s n er0)) +("caso" nil (k aa1 s ow0)) +("casola" nil (k aa0 s ow1 l ax)) +("cason" nil (k ae1 s ax n)) +("caspar" nil (k ae1 s p er0)) +("casper" nil (k ae1 s p er0)) +("caspers" nil (k ae1 s p er0 z)) +("caspersen" nil (k ae1 s p er0 s ax n)) +("casperson" nil (k ae1 s p er0 s ax n)) +("caspian" nil (k ae1 s p iy0 ax n)) +("cass" nil (k ae1 s)) +("cassada" nil (k aa0 s aa1 d ax)) +("cassaday" nil (k ae1 s ax d ey1)) +("cassady" nil (k ae1 s ax d iy0)) +("cassandra" nil (k ax s ae1 n d r ax)) +("cassandras" nil (k ax s ae1 n d r ax s)) +("cassani" nil (k aa0 s aa1 n iy0)) +("cassano" nil (k aa0 s aa1 n ow0)) +("cassar" nil (k ae1 s er0)) +("cassara" nil (k aa0 s aa1 r ax)) +("cassarino" nil (k aa0 s aa0 r iy1 n ow0)) +("cassaro" nil (k aa0 s aa1 r ow0)) +("cassata" nil (k aa0 s aa1 t ax)) +("cassatt" nil (k ae1 s ax t)) +("casseb" nil (k ae1 s ax b)) +("cassedy" nil (k ae1 s ih0 d iy0)) +("cassel" nil (k ae1 s ax l)) +("casselberry" nil (k ae1 s ax l b eh1 r iy0)) +("cassell" nil (k ae1 s ax l)) +("cassella" nil (k aa0 s eh1 l ax)) +("cassells" nil (k ae1 s ax l z)) +("casselman" nil (k ae1 s ax l m ax n)) +("cassels" nil (k ae1 s ax l z)) +("cassens" nil (k ae1 s ax n z)) +("casserly" nil (k ae1 s er0 l iy0)) +("casserole" nil (k ae1 s er0 ow1 l)) +("cassese" nil (k aa0 s ey1 z iy0)) +("cassetta" nil (k aa0 s eh1 t ax)) +("cassette" nil (k ax s eh1 t)) +("cassettes" nil (k ax s eh1 t s)) +("cassetty" nil (k ae1 s ih0 t iy0)) +("cassia" nil (k ae1 sh iy0 ax)) +("cassiday" nil (k ae1 s iy0 d ey0)) +("cassidy" nil (k ae1 s ih0 d iy0)) +("cassie" nil (k ae1 s iy0)) +("cassin" nil (k ae1 s ih0 n)) +("cassinelli" nil (k aa0 s iy0 n eh1 l iy0)) +("cassini" nil (k ax s iy1 n iy0)) +("cassino" nil (k ax s iy1 n ow0)) +("cassis" nil (k ae1 s ih0 s)) +("cassity" nil (k ae1 s ih0 t iy0)) +("casso" nil (k ae1 s ow0)) +("cassock" nil (k ae1 s ax k)) +("casson" nil (k ae1 s ax n)) +("cassone" nil (k aa0 s ow1 n iy0)) +("cassoni" nil (k ax s ow1 n iy0)) +("cassowary" nil (k ae1 s ax w eh1 r iy0)) +("casstevens" nil (k aa0 s t ey0 v ey1 ax n z)) +("cast" nil (k ae1 s t)) +("casta" nil (k ae1 s t ax)) +("castagna" nil (k aa0 s t aa1 g n ax)) +("castagno" nil (k aa0 s t aa1 g n ow0)) +("castagnola" nil (k aa0 s t aa0 g n ow1 l ax)) +("castaldi" nil (k aa0 s t aa1 l d iy0)) +("castaldo" nil (k aa0 s t aa1 l d ow0)) +("castaneda" nil (k aa0 s t aa0 n eh1 d ax)) +("castano" nil (k aa0 s t aa1 n ow0)) +("castanon" nil (k ae1 s t ax n aa0 n)) +("castaways" nil (k ae1 s t ax w ey1 z)) +("caste" nil (k ae1 s t)) +("casteel" nil (k ey1 s t iy0 l)) +("casteen" nil (k ax s t iy1 n)) +("castel" nil (k ey1 s t ax l)) +("castell" nil (k ey1 s t ax l)) +("castellana" nil (k aa0 s t eh0 l ae1 n ax)) +("castellani" nil (k aa0 s t eh0 l aa1 n iy0)) +("castellano" nil (k aa0 s t eh0 l aa1 n ow0)) +("castellanos" nil (k aa0 s t ey0 l aa1 n ow0 z)) +("castellaw" nil (k ey1 s t ih0 l ao0)) +("castelli" nil (k aa0 s t eh1 l iy0)) +("castello" nil (k ax s t eh1 l ow0)) +("castellon" nil (k ey1 s t ih0 l aa0 n)) +("castellucci" nil (k aa0 s t eh0 l uw1 ch iy0)) +("castelluccio" nil (k aa0 s t eh0 l uw1 ch iy0 ow0)) +("castellvi" nil (k ax s t eh1 l v iy0)) +("castelo" nil (k aa0 s t eh1 l ow0)) +("casten" nil (k ae1 s t ax n)) +("caster" nil (k ae1 s t er0)) +("casterline" nil (k ae1 s t er0 l ay1 n)) +("casters" nil (k ae1 s t er0 z)) +("castigate" nil (k ae1 s t ax g ey1 t)) +("castigated" nil (k ae1 s t ax g ey1 t ih0 d)) +("castigating" nil (k ae1 s t ax g ey1 t ih0 ng)) +("castiglia" nil (k aa0 s t iy1 g l iy0 ax)) +("castiglione" nil (k aa0 s t iy0 g l iy0 ow1 n iy0)) +("castilla" nil (k aa0 s t ih1 l ax)) +("castille" nil (k ae1 s t ih0 l)) +("castilleja" nil (k aa0 s t iy0 l ey1 y ax)) +("castillo" nil (k ae1 s t iy1 ow0)) +("castillon" nil (k ae1 s t ih0 l aa0 n)) +("castine" nil (k aa0 s t iy1 n iy0)) +("casting" nil (k ae1 s t ih0 ng)) +("castings" nil (k ae1 s t ih0 ng z)) +("castle" nil (k ae1 s ax l)) +("castleberry" nil (k ae1 s ax l b eh1 r iy0)) +("castleman" nil (k ae1 s ax l m ax n)) +("castles" nil (k ae1 s ax l z)) +("castner" nil (k ae1 s t n er0)) +("casto" nil (k ae1 s t ow0)) +("castoffs" nil (k ae1 s t ao1 f s)) +("caston" nil (k ae1 s t ax n)) +("castonguay" nil (k ax s t aa1 n g ey0)) +("castor" nil (k ae1 s t er0)) +("castorena" nil (k aa1 s t ao0 r n ax)) +("castoro" nil (k aa0 s t ao1 r ow0)) +("castparts" nil (k ae1 s t p aa1 r t s)) +("castrate" nil (k ae1 s t r ey1 t)) +("castrated" nil (k ae1 s t r ey1 t ih0 d)) +("castrates" nil (k ae1 s t r ey1 t s)) +("castrating" nil (k ae1 s t r ey1 t ih0 ng)) +("castration" nil (k ae1 s t r ey1 sh ax n)) +("castrations" nil (k ae1 s t r ey1 sh ax n z)) +("castrejon" nil (k ae1 s t r ih0 jh aa0 n)) +("castro" nil (k ae1 s t r ow0)) +("castrol" nil (k ae1 s t r aa0 l)) +("castronova" nil (k ae0 s t r ow0 n ow1 v ax)) +("castronovo" nil (k ae0 s t r ow0 n ow1 v ow0)) +("castrucci" nil (k ax s t r uw1 ch iy0)) +("castruita" nil (k aa0 s t r uw1 t ax)) +("casts" nil (k ae1 s t s)) +("casual" nil (k ae1 zh ax w ax l)) +("casually" nil (k ae1 zh ax w ax l iy0)) +("casuals" nil (k ae1 zh ax w ax l z)) +("casualties" nil (k ae1 zh ax w ax l t iy0 z)) +("casualty" nil (k ae1 zh ax w ax l t iy0)) +("caswell" nil (k ae1 z w eh1 l)) +("cat" nil (k ae1 t)) +("cataclysm" nil (k ae1 t ax k l ih1 s ax m)) +("cataclysmic" nil (k ae1 t ax k l ih1 z m ih0 k)) +("catacombs" nil (k ae1 t ax k ow1 m z)) +("catacosinos" nil (k ax t ae1 k ax s iy1 n ow0 s)) +("catain" nil (k ae1 t ih0 n)) +("catalan" nil (k ae1 t ax l ax n)) +("catalano" nil (k aa0 t aa0 l aa1 n ow0)) +("catalanotto" nil (k aa0 t aa0 l aa0 n ow1 t ow0)) +("cataldi" nil (k aa0 t aa1 l d iy0)) +("cataldo" nil (k aa0 t aa1 l d ow0)) +("catalfamo" nil (k aa0 t aa0 l f aa1 m ow0)) +("catalina" nil (k ae1 t ax l iy1 n ax)) +("catalog" nil (k ae1 t ax l ao0 g)) +("cataloged" nil (k ae1 t ax l ao0 g d)) +("catalogers" nil (k ae1 t ax l ao1 g er0 z)) +("cataloging" nil (k ae1 t ax l aa0 g ih0 ng)) +("catalogs" nil (k ae1 t ax l aa0 g z)) +("catalogue" nil (k ae1 t ax l ao1 g)) +("catalogued" nil (k ae1 t ax l ao1 g d)) +("catalogues" nil (k ae1 t ax l ao1 g z)) +("cataloguing" nil (k ae1 t ax l ao1 g ih0 ng)) +("catalonia" nil (k ae1 t ax l ow1 n y ax)) +("catalyst" nil (k ae1 t ax l ax s t)) +("catalysts" nil (k ae1 t ax l ax s t s)) +("catalytic" nil (k ae1 t ax l ih1 t ih0 k)) +("catalyzed" nil (k ae1 t ax l ay1 z d)) +("catamaran" nil (k ae1 t ax m er0 ae1 n)) +("catamarans" nil (k ax t ae1 m er0 ax n z)) +("catamount" nil (k ae1 t ax m aw1 n t)) +("catanese" nil (k aa0 t aa0 n ey1 z iy0)) +("catania" nil (k ax t ey1 n y ax)) +("catano" nil (k aa0 t aa1 n ow0)) +("catanzarite" nil (k ax t ae1 n z er0 ay1 t)) +("catanzaro" nil (k aa0 t aa0 n z aa1 r ow0)) +("catapano" nil (k aa0 t aa0 p aa1 n ow0)) +("catapult" nil (k ae1 t ax p ah1 l t)) +("catapulted" nil (k ae1 t ax p ah1 l t ih0 d)) +("catapulting" nil (k ae1 t ax p ah1 l t ih0 ng)) +("catapults" nil (k ae1 t ax p ax l t s)) +("cataract" nil (k ae1 t er0 ae0 k t)) +("cataracts" nil (k ae1 t er0 ae1 k t s)) +("catastrophe" nil (k ax t ae1 s t r ax f iy0)) +("catastrophes" nil (k ax t ae1 s t r ax f iy0 z)) +("catastrophic" nil (k ae1 t ax s t r aa1 f ih0 k)) +("catatonic" nil (k ae1 t ax t aa1 n ih0 k)) +("catawba" nil (k ax t ao1 b ax)) +("catbird" nil (k ae1 t b er1 d)) +("catcalls" nil (k ae1 t k ao1 l z)) +("catch" nil (k ae1 ch)) +("catchall" nil (k ae1 ch ao1 l)) +("catcher" nil (k ae1 ch er0)) +("catchers" nil (k ae1 ch er0 z)) +("catches" nil (k ae1 ch ax z)) +("catching" nil (k ae1 ch ih0 ng)) +("catchings" nil (k ae1 ch ih0 ng z)) +("catchup" nil (k ae1 ch ax p)) +("catchword" nil (k ae1 ch w er1 d)) +("catchy" nil (k ae1 ch iy0)) +("cate" nil (k ey1 t)) +("catechism" nil (k ae1 t ax k ih1 z ax m)) +("categorical" nil (k ae1 t ax g aa1 r ih0 k ax l)) +("categorically" nil (k ae1 t ax g aa1 r ih0 k l iy0)) +("categories" nil (k ae1 t ax g ao1 r iy0 z)) +("categorization" nil (k ae1 t ax g er0 ih0 z ey1 sh ax n)) +("categorize" nil (k ae1 t ax g er0 ay1 z)) +("categorized" nil (k ae1 t ax g er0 ay1 z d)) +("categorizes" nil (k ae1 t ax g er0 ay1 z ih0 z)) +("categorizing" nil (k ae1 t ax g er0 ay1 z ih0 ng)) +("category" nil (k ae1 t ax g ao1 r iy0)) +("catena" nil (k ax t iy1 n ax)) +("cater" nil (k ey1 t er0)) +("catered" nil (k ey1 t er0 d)) +("caterer" nil (k ey1 t er0 er0)) +("caterers" nil (k ey1 t er0 er0 z)) +("catering" nil (k ey1 t er0 ih0 ng)) +("caterino" nil (k aa0 t er0 iy1 n ow0)) +("caterpillar" nil (k ae1 t ax p ih1 l er0)) +("caterpillars" nil (k ae1 t ax p ih1 l er0 z)) +("caterpiller" nil (k ae1 t ax p ih1 l er0)) +("caters" nil (k ey1 t er0 z)) +("cates" nil (k ey1 t s)) +("catfish" nil (k ae1 t f ih1 sh)) +("catharine" nil (k ae1 th r ih0 n)) +("catharines" nil (k ae1 th r ih0 n z)) +("catharsis" nil (k ax th aa1 r s ax s)) +("cathartic" nil (k ax th aa1 r t ih0 k)) +("cathay" nil (k ae0 th ey1)) +("cathcart" nil (k ae1 th k aa0 r t)) +("cathedral" nil (k ax th iy1 d r ax l)) +("cathedrals" nil (k ax th iy1 d r ax l z)) +("cathell" nil (k ae1 th ax l)) +("cather" nil (k ae1 dh er0)) +("catherina" nil (k aa0 th er0 iy1 n ax)) +("catherine" nil (k ae1 th er0 ax n)) +("catherman" nil (k ae1 dh er0 m ax n)) +("cathers" nil (k ae1 dh er0 z)) +("catherwood" nil (k ae1 dh er0 w uh1 d)) +("catheter" nil (k ae1 th ax t er0)) +("catheters" nil (k ae1 th ax t er0 z)) +("cathey" nil (k ae1 dh iy0)) +("cathie" nil (k ae1 th iy0)) +("cathleen" nil (k ae1 th l iy1 n)) +("cathmor" nil (k ae1 th ax m er0)) +("cathode" nil (k ae1 th ow1 d)) +("cathodes" nil (k ae1 th ow1 d z)) +("catholic" nil (k ae1 th l ih0 k)) +("catholicism" nil (k ax th ao1 l ax s ih1 z ax m)) +("catholics" nil (k ae1 th l ih0 k s)) +("cathy" nil (k ae1 th iy0)) +("catino" nil (k aa0 t iy1 n ow0)) +("catkins" nil (k ae1 t k ax n z)) +("catledge" nil (k ae1 t l ih0 jh)) +("catlett" nil (k ae1 t l ih0 t)) +("catlike" nil (k ae1 t l ay1 k)) +("catlin" nil (k ae1 t l ih0 n)) +("catnap" nil (k ae1 t n ae1 p)) +("catnip" nil (k ae1 t n ih0 p)) +("cato" nil (k ey1 t ow0)) +("catoe" nil (k ae1 t ow0)) +("catolica" nil (k ax t ow1 l ih0 k ax)) +("caton" nil (k ae1 t ax n)) +("catone" nil (k ax t ow1 n)) +("catrambone" nil (k ae1 t r ae1 m b ow1 n)) +("catrett" nil (k ae1 t r ih0 t)) +("catron" nil (k ae1 t r ax n)) +("cats" nil (k ae1 t s)) +("catskill" nil (k ae1 t s k ih1 l)) +("catskills" nil (k ae1 t s k ih1 l z)) +("catsup" nil (k eh1 ch ax p)) +("catt" nil (k ae1 t)) +("cattanach" nil (k ae1 t ax n ae0 ch)) +("cattaneo" nil (k aa0 t aa1 n iy0 ow0)) +("cattani" nil (k aa0 t aa1 n iy0)) +("cattell" nil (k ax t eh1 l)) +("catterall" nil (k ae1 t er0 ao1 l)) +("catterson" nil (k ae1 t er0 s ax n)) +("catterton" nil (k ae1 t er0 t ax n)) +("cattle" nil (k ae1 t ax l)) +("cattlemen" nil (k ae1 t ax l m ax n)) +("catto" nil (k ae1 t ow0)) +("cattolica" nil (k ax t ow1 l ih0 k ax)) +("catton" nil (k ae1 t ax n)) +("catty" nil (k ae1 t iy0)) +("catwalk" nil (k ae1 t w aa1 k)) +("cauble" nil (k ao1 b ax l)) +("caucasian" nil (k ao0 k ey1 zh ax n)) +("caucasus" nil (k ao1 k ax s ax s)) +("caucus" nil (k ao1 k ax s)) +("caucuses" nil (k ao1 k ax s ih0 z)) +("caudal" nil (k aa1 d ax l)) +("caudell" nil (k ow0 d eh1 l)) +("caudill" nil (k ao1 d ax l)) +("caudillo" nil (k ao1 d ih1 l ow0)) +("caudle" nil (k ao1 d ax l)) +("cauffman" nil (k ao1 f m ax n)) +("caufield" nil (k ow1 f iy0 l d)) +("caughey" nil (k ao1 iy0)) +("caughlin" nil (k ao1 l ih0 n)) +("caughman" nil (k ao1 m ax n)) +("caughron" nil (k ao1 r ax n)) +("caught" nil (k aa1 t)) +("caul" nil (k aa1 l)) +("caulder" nil (k ao1 l d er0)) +("cauldron" nil (k aa1 l d r ax n)) +("cauley" nil (k ao1 l iy0)) +("caulfield" nil (k ao1 l f iy1 l d)) +("cauliflower" nil (k aa1 l ax f l aw1 er0)) +("caulk" nil (k aa1 k)) +("caulking" nil (k ao1 k ih0 ng)) +("caulkins" nil (k ao1 l k ih0 n z)) +("causal" nil (k ao1 z ax l)) +("causation" nil (k ao1 z ey1 sh ax n)) +("causative" nil (k aa1 z ax t ih0 v)) +("causby" nil (k ao1 z b iy0)) +("cause" nil (k aa1 z)) +("caused" nil (k aa1 z d)) +("causer" nil (k ao1 z er0)) +("causes" nil (k aa1 z ax z)) +("causeway" nil (k aa1 z w ey1)) +("causeways" nil (k ao1 z w ey1 z)) +("causey" nil (k ao1 z iy0)) +("causing" nil (k aa1 z ih0 ng)) +("caustic" nil (k aa1 s t ih0 k)) +("cauthen" nil (k ao1 th ax n)) +("cauthon" nil (k ao1 th ax n)) +("cauthorn" nil (k ao1 th er0 n)) +("caution" nil (k aa1 sh ax n)) +("cautionary" nil (k ao1 sh ax n eh1 r iy0)) +("cautioned" nil (k aa1 sh ax n d)) +("cautioning" nil (k ao1 sh ax n ih0 ng)) +("cautions" nil (k ao1 sh ax n z)) +("cautious" nil (k ao1 sh ax s)) +("cautiously" nil (k ao1 sh ax s l iy0)) +("cautiousness" nil (k ao1 sh ax s n ax s)) +("cava" nil (k aa1 v ax)) +("cavaco" nil (k ae1 v ax k ow0)) +("cavagnaro" nil (k aa0 v aa0 g n aa1 r ow0)) +("cavalcade" nil (k ae1 v ax l k ey1 d)) +("cavalier" nil (k ae1 v ax l ih1 r)) +("cavaliere" nil (k aa0 v aa0 l ih1 r iy0)) +("cavalieri" nil (k aa0 v aa0 l ih1 r iy0)) +("cavalierly" nil (k ae1 v ax l ih1 r l iy0)) +("cavaliers" nil (k ae1 v ax l ih1 r z)) +("cavallaro" nil (k aa0 v aa0 l aa1 r ow0)) +("cavallero" nil (k aa0 v aa0 l eh1 r ow0)) +("cavalli" nil (k ax v ae1 l iy0)) +("cavallo" nil (k ax v ae1 l ow0)) +("cavalry" nil (k ae1 v ax l r iy0)) +("cavan" nil (k ey1 v ax n)) +("cavanagh" nil (k ae1 v ax n ae0 g)) +("cavanah" nil (k ae1 v ax n ax)) +("cavanaugh" nil (k ae1 v ax n ao0)) +("cavaness" nil (k aa1 v ax n ih0 s)) +("cavataio" nil (k aa0 v aa0 t aa1 iy0 ow0)) +("cavazos" nil (k aa0 v aa1 z ow0 z)) +("cave" nil (k ey1 v)) +("caveat" nil (k ey1 v iy0 ae1 t)) +("caveats" nil (k ey1 v iy0 ae1 t s)) +("caved" nil (k ey1 v d)) +("caveman" nil (k ey1 v m ae1 n)) +("caven" nil (k ey1 v ax n)) +("cavenaugh" nil (k ae1 v ih0 n ao0)) +("cavender" nil (k ax v eh1 n d er0)) +("cavendish" nil (k ae1 v ax n d ih0 sh)) +("caver" nil (k ey1 v er0)) +("caverly" nil (k ey1 v er0 l iy0)) +("cavern" nil (k ae1 v er0 n)) +("cavernous" nil (k ae1 v er0 n ax s)) +("caverns" nil (k ae1 v er0 n z)) +("cavers" nil (k ey1 v er0 z)) +("caves" nil (k ey1 v z)) +("cavett" nil (k ae1 v ih0 t)) +("cavey" nil (k ey1 v iy0)) +("caviar" nil (k ae1 v iy0 aa1 r)) +("cavin" nil (k ae1 v ih0 n)) +("caviness" nil (k ey1 v iy0 n ih0 s)) +("caving" nil (k ey1 v ih0 ng)) +("cavins" nil (k ae1 v ih0 n z)) +("cavities" nil (k ae1 v ih0 t iy0 z)) +("cavitt" nil (k ae1 v ih0 t)) +("cavity" nil (k ae1 v ax t iy0)) +("cavness" nil (k ae1 v n ih0 s)) +("cavort" nil (k ax v ao1 r t)) +("cavorting" nil (k ax v ao1 r t ih0 ng)) +("caw" nil (k ao1)) +("cawley" nil (k ao1 l iy0)) +("cawood" nil (k aa1 w uh0 d)) +("cawsl" nil (k ao1 s ax l)) +("cawthon" nil (k ao1 th ax n)) +("cawthorn" nil (k ao1 th er0 n)) +("cawthorne" nil (k ao1 th er0 n)) +("caxton" nil (k ae1 k s t ax n)) +("cay" nil (k ey1)) +("caya" nil (k ey1 ax)) +("cayce" nil (k ey1 s)) +("cayenne" nil (k ay1 eh1 n)) +("cayer" nil (k ey1 er0)) +("caylor" nil (k ey1 l er0)) +("cayman" nil (k ey1 m ax n)) +("caymans" nil (k ey1 m ax n z)) +("cayne" nil (k ey1 n)) +("cayson" nil (k ey1 s ax n)) +("cayton" nil (k ey1 t ax n)) +("cayuses" nil (k ay1 uw1 s ax z)) +("caywood" nil (k ey1 w uh1 d)) +("cazares" nil (k aa0 z aa1 r eh0 s)) +("cazenove" nil (k ae1 z ax n ow1 v)) +("cazier" nil (k ey1 z iy0 er0)) +("cd" nil (s iy1 d iy1)) +("cdebaca" nil (s iy0 d ih0 b aa1 k ax)) +("cea" nil (s iy1)) +("ceara" nil (s iy1 r ax)) +("cearley" nil (s er1 l iy0)) +("ceasar" nil (s ax s aa1 r)) +("cease" nil (s iy1 s)) +("ceased" nil (s iy1 s t)) +("ceasefire" nil (s iy1 s f ay1 er0)) +("ceaseless" nil (s iy1 s l ih0 s)) +("ceaselessly" nil (s iy1 z l ax s l iy0)) +("ceaser" nil (s iy1 s er0)) +("ceases" nil (s iy1 s ih0 z)) +("ceasing" nil (s iy1 s ih0 ng)) +("ceausescu" nil (ch aw0 ch eh1 s k y uw0)) +("ceballos" nil (s ey0 b aa1 l ow0 z)) +("cebu" nil (s iy0 b uw1)) +("cebula" nil (ch eh0 b uw1 l ax)) +("cebulski" nil (ch ih0 b ah1 l s k iy0)) +("cecala" nil (ch eh0 k aa1 l ax)) +("ceccarelli" nil (ch eh0 k er0 eh1 l iy0)) +("cecchi" nil (s eh1 k iy0)) +("cecchini" nil (ch eh0 k iy1 n iy0)) +("cecconi" nil (ch eh0 k ow1 n iy0)) +("cece" nil (s iy1 s)) +("cecelia" nil (s ih0 s iy1 l y ax)) +("cecere" nil (ch eh0 ch eh1 r iy0)) +("cech" nil (s eh1 k)) +("ceci" nil (s eh1 s iy0)) +("cecil" nil (s iy1 s ax l)) +("cecile" nil (s ih0 s iy1 l)) +("cecilia" nil (s ih0 s iy1 l y ax)) +("cecin" nil (s eh1 s ih0 n)) +("ceco" nil (s iy1 k ow0)) +("cecola" nil (s eh0 k ow1 l ax)) +("cecos" nil (s iy1 k ow0 s)) +("cedar" nil (s iy1 d er0)) +("cedars" nil (s iy1 d er0 z)) +("cede" nil (s iy1 d)) +("ceded" nil (s iy1 d ax d)) +("cedeno" nil (ch eh0 d eh1 n ow0)) +("ceder" nil (s iy1 d er0)) +("cederberg" nil (s iy1 d er0 b er0 g)) +("cedergren" nil (s iy1 d er0 g r eh0 n)) +("cederholm" nil (s iy1 d er0 hh ow0 m)) +("cederquist" nil (s eh1 d er0 k w ih0 s t)) +("cedillo" nil (ch eh0 d ih1 l ow0)) +("ceding" nil (s iy1 d ih0 ng)) +("cedras" nil (s ey1 d r aa1 s)) +("cedric" nil (s eh1 d r ih0 k)) +("cedrone" nil (s ey0 d r ow1 n ey0)) +("cees" nil (s iy1 z)) +("cefalo" nil (ch eh0 f aa1 l ow0)) +("cefalu" nil (ch eh0 f aa1 l uw0)) +("cegielski" nil (ch ih0 g iy1 l s k iy0)) +("ceiling" nil (s iy1 l ih0 ng)) +("ceilings" nil (s iy1 l ih0 ng z)) +("ceja" nil (s ey1 y ax)) +("cejka" nil (ch ey1 k ax)) +("cela" nil (s eh1 l ax)) +("celadon" nil (s eh1 l ax d aa1 n)) +("celandine" nil (s eh1 l ax n d ay1 n)) +("celanese" nil (s eh1 l ax n iy1 z)) +("celani" nil (ch eh0 l aa1 n iy0)) +("celano" nil (ch eh0 l aa1 n ow0)) +("celaya" nil (s ey0 l ey1 ax)) +("cele" nil (s iy1 l)) +("celebrants" nil (s eh1 l ax b r ax n t s)) +("celebrate" nil (s eh1 l ax b r ey1 t)) +("celebrated" nil (s eh1 l ax b r ey1 t ax d)) +("celebrates" nil (s eh1 l ax b r ey1 t s)) +("celebrating" nil (s eh1 l ax b r ey1 t ih0 ng)) +("celebration" nil (s eh1 l ax b r ey1 sh ax n)) +("celebrations" nil (s eh1 l ax b r ey1 sh ax n z)) +("celebratory" nil (s ax l eh1 b r ax t ao1 r iy0)) +("celebre" nil (s eh1 l ax b r ax)) +("celebrities" nil (s ax l eh1 b r ih0 t iy0 z)) +("celebrity" nil (s ax l eh1 b r ih0 t iy0)) +("celena" nil (ch eh0 l eh1 n ax)) +("celene" nil (ch eh1 l iy0 n)) +("celentano" nil (ch eh0 l eh0 n t aa1 n ow0)) +("celeron" nil (s eh1 l er0 aa0 n)) +("celery" nil (s eh1 l er0 iy0)) +("celesta" nil (s ih0 l eh1 s t ax)) +("celeste" nil (s ax l eh1 s t)) +("celestial" nil (s ax l eh1 s ch ax l)) +("celestin" nil (s eh1 l ih0 s t ih0 n)) +("celestina" nil (ch eh0 l eh0 s t iy1 n ax)) +("celestine" nil (ch eh0 l eh0 s t iy1 n iy0)) +("celestino" nil (ch eh0 l eh0 s t iy1 n ow0)) +("celia" nil (s iy1 l y ax)) +("celibacy" nil (s eh1 l ax b ax s iy0)) +("celica" nil (s eh1 l ih0 k ax)) +("celie" nil (s eh1 l iy0)) +("celimene" nil (s eh1 l ih0 m iy1 n)) +("celina" nil (s ax l iy1 n ax)) +("celinda" nil (ch eh0 l iy1 n d ax)) +("celine" nil (s ax l iy1 n)) +("celio" nil (s iy1 l iy0 ow0)) +("celis" nil (s eh1 l ih0 s)) +("cell" nil (s eh1 l)) +("cella" nil (s eh1 l ax)) +("cellar" nil (s eh1 l er0)) +("cellars" nil (s eh1 l er0 z)) +("celled" nil (s eh1 l d)) +("celli" nil (ch eh1 l iy0)) +("cellini" nil (ch eh0 l iy1 n iy0)) +("cellist" nil (ch eh1 l ax s t)) +("cellmark" nil (s eh1 l m aa1 r k)) +("cellnet" nil (s eh1 l n eh1 t)) +("cello" nil (ch eh1 l ow0)) +("cellophane" nil (s eh1 l ax f ey1 n)) +("cellpro" nil (s eh1 l p r ow0)) +("cells" nil (s eh1 l z)) +("cellstar" nil (s eh1 l s t aa1 r)) +("cellucci" nil (ch eh0 l uw1 ch iy0)) +("cellular" nil (s eh1 l y ax l er0)) +("celluloid" nil (s eh1 l ax l oy1 d)) +("cellulosa" nil (s eh1 l uw0 l ow1 s ax)) +("cellulose" nil (s eh1 l y ax l ow1 s)) +("celmer" nil (s eh1 l m er0)) +("celnik" nil (s eh1 l n ih0 k)) +("celona" nil (ch eh0 l ow1 n ax)) +("celosia" nil (ch eh0 l ow1 s iy0 ax)) +("celsius" nil (s eh1 l s iy0 ax s)) +("celso" nil (s eh1 l s ow0)) +("celt" nil (s eh1 l t)) +("celtic" nil (s eh1 l t ih0 k)) +("celtics" nil (s eh1 l t ih0 k s)) +("celts" nil (s eh1 l t s)) +("cement" nil (s ax m eh1 n t)) +("cemented" nil (s ax m eh1 n t ax d)) +("cementing" nil (s ih0 m eh1 n t ih0 ng)) +("cementos" nil (s eh0 m eh1 n t ow0 s)) +("cemeteries" nil (s eh1 m ax t eh1 r iy0 z)) +("cemetery" nil (s eh1 m ax t eh1 r iy0)) +("cemex" nil (k eh1 m eh1 k s)) +("cemp" nil (s eh1 m p)) +("cencall" nil (s eh1 n s eh1 l)) +("cenci" nil (ch eh1 n ch iy0)) +("cencor" nil (s eh1 n k ao1 r)) +("cendejas" nil (s ey0 n d ey1 y aa0 z)) +("cenergy" nil (s eh1 n er0 jh iy0)) +("ceniceros" nil (s ey0 n iy0 s eh1 r ow0 z)) +("cenith" nil (s eh1 n ih0 th)) +("cenozoic" nil (s iy1 n ax z ow1 ih0 k)) +("censer" nil (s eh1 n s er0)) +("censor" nil (s eh1 n s er0)) +("censored" nil (s eh1 n s er0 d)) +("censoring" nil (s eh1 n s er0 ih0 ng)) +("censors" nil (s eh1 n s er0 z)) +("censorship" nil (s eh1 n s er0 sh ih1 p)) +("censure" nil (s eh1 n sh er0)) +("censured" nil (s eh1 n sh er0 d)) +("census" nil (s eh1 n s ax s)) +("censuses" nil (s eh1 n s ax s ih0 z)) +("cent" nil (s eh1 n t)) +("centanni" nil (ch eh0 n t aa1 n iy0)) +("centaur" nil (s eh1 n t ao1 r)) +("centaurs" nil (s eh1 n t ao1 r z)) +("centavos" nil (s eh0 n t aa1 v ow1 s)) +("centel" nil (s eh1 n t eh1 l)) +("centenarians" nil (s eh1 n t ax n eh1 r iy0 ax n z)) +("centenary" nil (s eh1 n t ax n eh1 r iy0)) +("centennial" nil (s eh0 n t eh1 n iy0 ax l)) +("centeno" nil (ch eh0 n t eh1 n ow0)) +("center" nil (s eh1 n t er0)) +("centerbanc" nil (s eh1 n t er0 b ae0 ng k)) +("centerbank" nil (s eh1 n t er0 b ae1 ng k)) +("centered" nil (s eh1 n t er0 d)) +("centerfielder" nil (s eh1 n t er0 f iy1 l d er0)) +("centerfold" nil (s eh1 n t er0 f ow1 l d)) +("centering" nil (s eh1 n t er0 ih0 ng)) +("centerior" nil (s eh1 n t ih1 r iy0 er0)) +("centerpiece" nil (s eh1 n t er0 p iy1 s)) +("centerre" nil (s eh1 n t er0)) +("centers" nil (s eh1 n t er0 z)) +("centex" nil (s eh1 n t eh1 k s)) +("centigrade" nil (s eh1 n t ax g r ey1 d)) +("centigram" nil (s eh1 n t ax g r ae1 m)) +("centime" nil (s eh1 n t ay1 m)) +("centimes" nil (s eh1 n t ay1 m z)) +("centimeter" nil (s eh1 n t ax m iy1 t er0)) +("centimeters" nil (s eh1 n t ax m iy1 t er0 z)) +("centipede" nil (s eh1 n t ih0 p iy1 d)) +("centner" nil (s eh1 n t n er0)) +("centocor" nil (s eh1 n t ax k ao1 r)) +("centofanti" nil (ch eh0 n t ow0 f aa1 n t iy0)) +("centola" nil (ch eh0 n t ow1 l ax)) +("centoxin" nil (s eh1 n t aa1 k s ih0 n)) +("central" nil (s eh1 n t r ax l)) +("centrale" nil (s eh0 n t r aa1 l)) +("centralia" nil (s eh0 n t r ey1 l iy0 ax)) +("centralism" nil (s eh1 n t r ax l ih1 z ax m)) +("centralists" nil (s eh1 n t r ax l ih0 s t s)) +("centralization" nil (s eh1 n t r ax l ih0 z ey1 sh ax n)) +("centralize" nil (s eh1 n t r ax l ay1 z)) +("centralized" nil (s eh1 n t r ax l ay1 z d)) +("centralizing" nil (s eh1 n t r ax l ay1 z ih0 ng)) +("centrally" nil (s eh1 n t r ax l iy0)) +("centram" nil (s eh1 n t r ae1 m)) +("centre" nil (s eh1 n t er0)) +("centrella" nil (s eh1 n t r eh1 l ax)) +("centres" nil (s eh1 n t er0 z)) +("centrex" nil (s eh1 n t r ax k s)) +("centrifugal" nil (s eh0 n t r ih1 f ih0 g ax l)) +("centrifuge" nil (s eh1 n t r ax f y uw1 jh)) +("centrifuges" nil (s eh1 n t r ax f y uw1 jh ih0 z)) +("centrist" nil (s eh1 n t r ih0 s t)) +("centrists" nil (s eh1 n t r ih0 s t s)) +("centro" nil (s eh1 n t r ow0)) +("centromin" nil (s eh1 n t r ax m ih0 n)) +("centronics" nil (s eh1 n t r aa1 n ih0 k s)) +("centrust" nil (s eh1 n t r ah1 s t)) +("cents" nil (s eh1 n t s)) +("centum" nil (k eh1 n t ax m)) +("centuri" nil (s eh0 n t uh1 r iy0)) +("centuries" nil (s eh1 n ch er0 iy0 z)) +("centurion" nil (s eh0 n t uh1 r iy0 ax n)) +("century" nil (s eh1 n ch er0 iy0)) +("cenvill" nil (s eh1 n v ih0 l)) +("cep" nil (s eh1 p)) +("cepeda" nil (s ey0 p ey1 d ax)) +("cepero" nil (s ey0 p eh1 r ow0)) +("cephalon" nil (s eh1 f ax l aa1 n)) +("cephalopod" nil (s eh1 f ax l ax p aa1 d)) +("cephalosporin" nil (s eh1 f ax l ao1 s p er0 ih0 n)) +("cephas" nil (s eh1 f ax z)) +("cephus" nil (s eh1 f ax s)) +("cera" nil (s eh1 r ax)) +("ceraceous" nil (s er0 ey1 sh ax s)) +("ceradyne" nil (s eh1 r ax d ay1 n)) +("cerami" nil (ch er0 aa1 m iy0)) +("ceramic" nil (s er0 ae1 m ih0 k)) +("ceramics" nil (s er0 ae1 m ih0 k s)) +("cerankosky" nil (s eh1 r ax ng k ao1 s k iy0)) +("cerasoli" nil (ch er0 aa0 s ow1 l iy0)) +("ceravolo" nil (ch er0 aa0 v ow1 l ow0)) +("cerbone" nil (ch er1 b ow0 n)) +("cercone" nil (ch er0 k ow1 n iy0)) +("cerda" nil (ch eh1 r d ax)) +("cereal" nil (s ih1 r iy0 ax l)) +("cereals" nil (s ih1 r iy0 ax l z)) +("cerebral" nil (s eh1 r ax b r ax l)) +("cerebrally" nil (s er0 iy1 b r ax l iy0)) +("ceredase" nil (s eh1 r ax d ey1 z)) +("cereghino" nil (ch er0 eh0 g iy1 n ow0)) +("cerelia" nil (ch er0 eh1 l iy0 ax)) +("ceremonial" nil (s eh1 r ax m ow1 n iy0 ax l)) +("ceremonies" nil (s eh1 r ax m ow1 n iy0 z)) +("ceremony" nil (s eh1 r ax m ow1 n iy0)) +("ceres" nil (s ih1 r iy0 z)) +("cerezo" nil (s eh1 r ey1 z ow0)) +("cerf" nil (s er1 f)) +("ceridian" nil (s er0 ih1 d iy0 ax n)) +("cerino" nil (ch er0 iy1 n ow0)) +("cerio" nil (ch eh1 r iy0 ow0)) +("cerise" nil (s er0 iy1 s)) +("cermak" nil (ch er1 m ax k)) +("cern" nil (s er1 n)) +("cerna" nil (ch eh1 r n ax)) +("cerney" nil (s er1 n iy0)) +("cerniglia" nil (ch er0 n iy1 g l iy0 ax)) +("cernuda" nil (s er0 n uw1 d ax)) +("cerny" nil (s er1 n iy0)) +("cerone" nil (ch er0 ow1 n iy0)) +("cerra" nil (s eh1 r ax)) +("cerrato" nil (ch er0 aa1 t ow0)) +("cerreta" nil (ch er0 eh1 t ax)) +("cerrito" nil (ch er0 iy1 t ow0)) +("cerritos" nil (s eh0 r iy1 t ow0 s)) +("cerro" nil (s eh1 r ow0)) +("cerrone" nil (ch er0 ow1 n iy0)) +("cerruti" nil (ch er0 uw1 t iy0)) +("certain" nil (s er1 t ax n)) +("certainly" nil (s er1 t ax n l iy0)) +("certainteed" nil (s er1 t ax n t iy1 d)) +("certainties" nil (s er1 t ax n t iy0 z)) +("certainty" nil (s er1 t ax n t iy0)) +("certificate" n (s er1 t ah1 f ax k ax t)) +("certificate" v (s er1 t ah1 f ax k ey0 t)) +("certificates" nil (s er0 t ih1 f ih0 k ax t s)) +("certification" nil (s er1 t ax f ax k ey1 sh ax n)) +("certifications" nil (s er1 t ax f ax k ey1 sh ax n z)) +("certified" nil (s er1 t ax f ay1 d)) +("certifies" nil (s er1 t ax f ay1 z)) +("certify" nil (s er1 t ax f ay1)) +("certifying" nil (s er1 t ax f ay1 ih0 ng)) +("certitude" nil (s er1 t ax t uw1 d)) +("certo" nil (ch eh1 r t ow0)) +("certron" nil (s er1 t r aa0 n)) +("cerulli" nil (ch er0 uw1 l iy0)) +("cerullo" nil (ch er0 uw1 l ow0)) +("cerus" nil (s eh1 r ax s)) +("cerutti" nil (ch er0 uw1 t iy0)) +("cervantez" nil (s eh0 r v aa1 n t eh0 z)) +("cerveceria" nil (s er1 v ax s ih1 r iy0 ax)) +("cervenka" nil (s eh0 r v ey1 ng k ax)) +("cerveny" nil (ch er0 v iy1 n iy0)) +("cervera" nil (ch er0 v eh1 r ax)) +("cervesato" nil (s eh1 r v eh0 s aa1 t ow1)) +("cerveza" nil (s er1 v ey1 z ax)) +("cervi" nil (ch eh1 r v iy0)) +("cervical" nil (s er1 v ax k ax l)) +("cervini" nil (ch er0 v iy1 n iy0)) +("cervix" nil (s er1 v ih0 k s)) +("cervone" nil (ch er0 v ow1 n iy0)) +("ceryl" nil (s eh1 r ax l)) +("cesar" nil (s iy1 z er0)) +("cesare" nil (ch ey0 z aa1 r ey0)) +("cesario" nil (ch eh0 s aa1 r iy0 ow0)) +("cesaro" nil (ch eh0 s aa1 r ow0)) +("cesarz" nil (s ey1 s aa0 r z)) +("cesena" nil (ch eh0 s eh1 n ax)) +("cesium" nil (s iy1 z iy0 ax m)) +("cespedes" nil (s ey0 s p ey1 d eh0 s)) +("cessation" nil (s eh1 s ey1 sh ax n)) +("cessna" nil (s eh1 s n ax)) +("cesspool" nil (s eh1 s p uw1 l)) +("cestaro" nil (ch eh0 s t aa1 r ow0)) +("cetacean" nil (s ih0 t ey1 sh ax n)) +("cetec" nil (s iy1 t eh1 k)) +("cetera" nil (s eh1 t er0 ax)) +("cetus" nil (s iy1 t ax s)) +("cevallos" nil (s ey0 v aa1 l ow0 z)) +("cevaxs" nil (s eh1 v ae0 k s ih0 z)) +("ceylon" nil (s ih0 l aa1 n)) +("cezanne" nil (s eh1 z ae1 n)) +("cha" nil (ch aa1)) +("chablis" nil (sh ax b l iy1)) +("chabon" nil (ch ey1 b ax n)) +("chabot" nil (sh ax b ow1)) +("chacabuco" nil (ch ae1 k ax b y uw1 k ow0)) +("chace" nil (ch ey1 s)) +("chachere" nil (sh ax sh ih1 r)) +("chacin" nil (sh ey1 s ih0 n)) +("chacko" nil (ch ae1 k ow0)) +("chacon" nil (ch ae1 k ax n)) +("chad" nil (ch ae1 d)) +("chadbourne" nil (sh ax d b uh1 r n)) +("chadd" nil (ch ae1 d)) +("chadderdon" nil (ch ax d er1 d ax n)) +("chaddock" nil (ch ae1 d ax k)) +("chadian" nil (ch ey1 d iy0 ax n)) +("chadick" nil (ch ae1 d ih0 k)) +("chadli" nil (ch ae1 d l iy0)) +("chadron" nil (ch ae1 d r ax n)) +("chadwell" nil (ch ae1 d w eh1 l)) +("chadwick" nil (ch ae1 d w ih0 k)) +("chae" nil (ch ay1)) +("chaebol" nil (ch ey1 b ax l)) +("chafe" nil (ch ey1 f)) +("chafed" nil (ch ey1 f t)) +("chafee" nil (ch ae1 f iy0)) +("chafes" nil (ch ey1 f s)) +("chaff" nil (ch ae1 f)) +("chaffee" nil (ch ae1 f iy0)) +("chaffin" nil (ch ae1 f ih0 n)) +("chaffins" nil (ch ae1 f ih0 n z)) +("chaffy" nil (ch ae1 f iy0)) +("chafin" nil (ch ae1 f ih0 n)) +("chafing" nil (ch ey1 f ih0 ng)) +("chagall" nil (ch ae1 g ax l)) +("chagnon" nil (ch ae1 g n ax n)) +("chagrin" nil (sh ax g r ih1 n)) +("chagrined" nil (sh ax g r ih1 n d)) +("chai" nil (ch ay1)) +("chaidez" nil (ch aa0 iy1 d eh0 z)) +("chaiken" nil (ch ey1 k ax n)) +("chaikin" nil (ch ey1 k ih0 n)) +("chain" nil (ch ey1 n)) +("chained" nil (ch ey1 n d)) +("chaining" nil (ch ey1 n ih0 ng)) +("chains" nil (ch ey1 n z)) +("chainsaw" nil (ch ey1 n s ao1)) +("chainsaws" nil (ch ey1 n s ao1 z)) +("chair" nil (ch eh1 r)) +("chaired" nil (ch eh1 r d)) +("chaires" nil (sh eh1 r z)) +("chairez" nil (ch aa0 ih1 r eh0 z)) +("chairing" nil (ch eh1 r ih0 ng)) +("chairman" nil (ch eh1 r m ax n)) +("chairmanship" nil (ch eh1 r m ax n sh ih1 p)) +("chairmanships" nil (ch eh1 r m ax n sh ih1 p s)) +("chairmen" nil (ch eh1 r m ax n)) +("chairmen" nil (ch eh1 r m ih0 n)) +("chairs" nil (ch eh1 r z)) +("chairwoman" nil (ch eh1 r w uh1 m ax n)) +("chaise" nil (sh ey1 z)) +("chaisson" nil (ch ey1 s ax n)) +("chait" nil (ch ey1 t)) +("chajet" nil (ch ae1 jh ax t)) +("chalabi" nil (ch ax l aa1 b iy0)) +("chalasani" nil (ch ae1 l ax s ae1 n iy0)) +("chalet" nil (sh ae1 l ey1)) +("chalets" nil (sh ax l ey1 z)) +("chalfant" nil (ch ae1 f ax n t)) +("chalfin" nil (ch ae1 l f ih0 n)) +("chalifoux" nil (sh ae1 l ih0 f uw0)) +("chalk" nil (ch aa1 k)) +("chalked" nil (ch ao1 k t)) +("chalker" nil (ch ao1 k er0)) +("chalking" nil (ch ao1 k ih0 ng)) +("chalkley" nil (ch ae1 l k l iy0)) +("chalks" nil (ch ao1 k s)) +("challender" nil (ch ax l eh1 n d er0)) +("challenge" nil (ch ae1 l ax n jh)) +("challenged" nil (ch ae1 l ax jh d)) +("challenger" nil (ch ae1 l ax n jh er0)) +("challengers" nil (ch ae1 l ax n jh er0 z)) +("challenges" nil (ch ae1 l ax n jh ih0 z)) +("challenging" nil (ch ae1 l ax n jh ih0 ng)) +("challis" nil (ch ae1 l ih0 s)) +("chalmers" nil (ch aa1 m er0 z)) +("chalmette" nil (sh ae0 l m eh1 t)) +("chaloupka" nil (ch ax l uw1 p k ax)) +("chaloux" nil (sh ax l uw1)) +("chalsty" nil (ch ae1 l s t iy0)) +("chalupa" nil (ch ax l uw1 p ax)) +("cham" nil (ch ae1 m)) +("chamber" nil (ch ey1 m b er0)) +("chambered" nil (ch ey1 m b er0 d)) +("chamberlain" nil (ch ey1 m b er0 l ax n)) +("chamberland" nil (ch ae1 m b er0 l ax n d)) +("chamberlayne" nil (ch ey1 m b er0 l ey1 n)) +("chamberlin" nil (ch ey1 m b er0 l ih0 n)) +("chambers" nil (ch ey1 m b er0 z)) +("chamblee" nil (ch ae1 m b l iy0)) +("chambless" nil (sh ax m b l iy1 s)) +("chamblin" nil (ch ae1 m b l ih0 n)) +("chambliss" nil (ch ae1 m b l ih0 s)) +("chambon" nil (ch ae1 m b ax n)) +("chameleon" nil (ch ax m eh1 l iy0 ax n)) +("chamlee" nil (ch ae1 m l iy0)) +("chamness" nil (ch ae1 m n ih0 s)) +("chamorro" nil (ch ax m ao1 r ow0)) +("champ" nil (ch ae1 m p)) +("champa" nil (k aa1 m p ax)) +("champagne" nil (sh ae0 m p ey1 n)) +("champagnes" nil (sh ae0 m p ey1 n z)) +("champaign" nil (ch ae0 m p ey1 n)) +("champeau" nil (sh ae0 m p ow1)) +("champine" nil (ch ae1 m p ay1 n)) +("champion" nil (ch ae1 m p iy0 ax n)) +("championed" nil (ch ae1 m p iy0 ax n d)) +("championing" nil (ch ae1 m p iy0 ax n ih0 ng)) +("champions" nil (ch ae1 m p iy0 ax n z)) +("championship" nil (ch ae1 m p iy0 ax n sh ih1 p)) +("championships" nil (ch ae1 m p iy0 ax n sh ih1 p s)) +("champlain" nil (sh ae0 m p l ey1 n)) +("champlin" nil (ch ae1 m p l ih0 n)) +("champney" nil (ch ae1 m p n iy0)) +("champoux" nil (sh ae0 m p uw1)) +("champs" nil (ch ae1 m p s)) +("chan" nil (ch ae1 n)) +("chana" nil (ch ae1 n ax)) +("chance" nil (ch ae1 n s)) +("chancellor" nil (ch ae1 n s ax l er0)) +("chancellors" nil (ch ae1 n s ax l er0 z)) +("chancery" nil (ch ae1 n s er0 iy0)) +("chances" nil (ch ae1 n s ax z)) +("chancey" nil (ch ae1 n s iy0)) +("chancy" nil (ch ae1 n s iy0)) +("chand" nil (ch ae1 n d)) +("chanda" nil (ch ae1 n d ax)) +("chandelier" nil (sh ae0 n d ax l ih1 r)) +("chandeliers" nil (sh ae1 n d ax l ih1 z)) +("chandler" nil (ch ae1 n d l er0)) +("chandley" nil (ch ae1 n d l iy0)) +("chandon" nil (ch ae1 n d ih0 n)) +("chandra" nil (ch ae1 n d r ax)) +("chandross" nil (ch ae0 n d r ao1 s)) +("chanel" nil (sh ax n eh1 l)) +("chaney" nil (ch ey1 n iy0)) +("chang" nil (ch ae1 ng)) +("changchun" nil (ch aa1 ng ch uh1 n)) +("change" nil (ch ey1 n jh)) +("changeable" nil (ch ey1 n jh ax b ax l)) +("changed" nil (ch ey1 n jh d)) +("changeover" nil (ch ey1 n jh ow1 v er0)) +("changeovers" nil (ch ey1 n jh ow1 v er0 z)) +("changers" nil (ch ey1 n jh er0 z)) +("changes" nil (ch ey1 n jh ax z)) +("changing" nil (ch ey1 n jh ih0 ng)) +("changsho" nil (ch ae1 ng sh ow1)) +("chanin" nil (ch ae1 n ih0 n)) +("chanley" nil (ch ae1 n l iy0)) +("channel" nil (ch ae1 n ax l)) +("channeled" nil (ch ae1 n ax l d)) +("channeling" nil (ch ae1 n ax l ih0 ng)) +("channell" nil (ch ae1 n ax l)) +("channels" nil (ch ae1 n ax l z)) +("channing" nil (ch ae1 n ih0 ng)) +("channon" nil (ch ae1 n ax n)) +("chanos" nil (ch aa1 n ow0 s)) +("chant" nil (ch ae1 n t)) +("chantal" nil (ch ae1 n t ax l)) +("chanted" nil (ch ae1 n t ih0 d)) +("chantilly" nil (sh ae1 n t ih1 l iy0)) +("chanting" nil (ch ae1 n t ih0 ng)) +("chants" nil (ch ae1 n t s)) +("chanukah" nil (hh aa1 n ax k ax)) +("chany" nil (ch ey1 n iy0)) +("chao" nil (ch aw1)) +("chaos" nil (k ey1 aa0 s)) +("chaotic" nil (k ey0 aa1 t ih0 k)) +("chap" nil (ch ae1 p)) +("chapa" nil (ch aa1 p ax)) +("chaparral" nil (sh ae1 p er0 ae1 l)) +("chaparro" nil (k aa0 p aa1 r ow0)) +("chapas" nil (ch aa1 p ax s)) +("chapdelaine" nil (sh ae1 p d ih0 l ey0 n)) +("chapek" nil (ch ae1 p ih0 k)) +("chapel" nil (ch ae1 p ax l)) +("chapell" nil (sh ax p eh1 l)) +("chapelle" nil (sh ax p eh1 l)) +("chaperon" nil (sh ae1 p er0 ow1 n)) +("chaperone" nil (sh ae1 p er0 ow1 n)) +("chapin" nil (sh ax p ae1 n)) +("chaplain" nil (ch ae1 p l ax n)) +("chaplains" nil (ch ae1 p l ax n z)) +("chaplin" nil (ch ae1 p l ax n)) +("chapman" nil (ch ae1 p m ax n)) +("chapnick" nil (ch ae1 p n ih0 k)) +("chapoton" nil (ch ae1 p ow0 aa1 n)) +("chapp" nil (ch ae1 p)) +("chappaquiddick" nil (ch ae1 p ax k w ih1 d ih0 k)) +("chappel" nil (ch ae1 p ax l)) +("chappelear" nil (sh ae1 p ih0 l er0)) +("chappell" nil (ch ae1 p ax l)) +("chappelle" nil (sh ax p eh1 l)) +("chapple" nil (ch ae1 p ax l)) +("chappuis" nil (sh ae1 p uw0 ih0 z)) +("chaps" nil (ch ae1 p s)) +("chapter" nil (ch ae1 p t er0)) +("chapters" nil (ch ae1 p t er0 z)) +("chaput" nil (ch ae1 p ax t)) +("char" nil (ch aa1 r)) +("character" nil (k eh1 r ih0 k t er0)) +("characteristic" nil (k eh1 r ax k t er0 ih1 s t ih0 k)) +("characteristically" nil (k eh1 r ax k t er0 ih1 s t ih0 k l iy0)) +("characteristics" nil (k eh1 r ax k t er0 ih1 s t ih0 k s)) +("characterization" nil (k eh1 r ax k t er0 ax z ey1 sh ax n)) +("characterizations" nil (ch eh1 r ax k t er0 ih0 z ey1 sh ax n z)) +("characterize" nil (k eh1 r ax k t er0 ay1 z)) +("characterized" nil (k eh1 r ax k t er0 ay1 z d)) +("characterizes" nil (k eh1 r ax k t er0 ay1 z ax z)) +("characterizing" nil (k eh1 r ih0 k t er0 ay1 z ih0 ng)) +("characters" nil (k ae1 r ih0 k t er0 z)) +("charade" nil (sh er0 ey1 d)) +("charades" nil (sh er0 ey1 d z)) +("charalambos" nil (ch aa1 r ax l aa1 m b ow0 s)) +("charasse" nil (ch eh1 r ae0 s)) +("charboneau" nil (sh aa1 r b ax n ow0)) +("charbonneau" nil (sh aa1 r b ax n ow1)) +("charbonnet" nil (sh aa1 r b ax n ih0 t)) +("charcoal" nil (ch aa1 r k ow1 l)) +("charcoals" nil (ch aa1 r k ow1 l z)) +("chard" nil (ch aa1 r d)) +("chardonnay" nil (ch aa0 r d aa1 n ey0)) +("chardonnays" nil (ch aa0 r d aa1 n ih0 z)) +("charen" nil (ch aa1 r ax n)) +("charest" nil (ch aa0 r ey1 ih0 s t)) +("charette" nil (sh er0 eh1 t)) +("charge" nil (ch aa1 r jh)) +("chargeable" nil (ch aa1 r jh ax b ax l)) +("charged" nil (ch aa1 r jh d)) +("charger" nil (ch aa1 r jh er0)) +("chargers" nil (ch aa1 r jh er0 z)) +("charges" nil (ch aa1 r jh ax z)) +("chargeurs" nil (ch aa0 r g y uw1 r z)) +("charging" nil (ch aa1 r jh ih0 ng)) +("chargit" nil (ch aa1 r jh ih0 t)) +("chargois" nil (sh aa0 r g w aa1)) +("chariot" nil (ch eh1 r iy0 ax t)) +("chariots" nil (ch eh1 r iy0 ax t s)) +("charisma" nil (k er0 ih1 z m ax)) +("charismatic" nil (k eh0 r ax z m ae1 t ih0 k)) +("charismatics" nil (k eh1 r ih0 z m ae1 t ih0 k s)) +("charissa" nil (k aa0 r iy1 s ax)) +("charita" nil (k aa0 r iy1 t ax)) +("charitable" nil (ch ae1 r ax t ax b ax l)) +("charitably" nil (ch eh1 r ih0 t ax b l iy0)) +("charities" nil (ch eh1 r ax t iy0 z)) +("charity" nil (ch eh1 r ih0 t iy0)) +("charla" nil (ch aa1 r l ax)) +("charland" nil (ch aa1 r l ax n d)) +("charlatans" nil (sh aa1 r l ax t ax n z)) +("charlayne" nil (sh aa0 r l ey1 n)) +("charlebois" nil (sh aa1 r l ih0 b w aa0)) +("charleen" nil (ch aa0 r l iy1 n)) +("charlemagne" nil (sh aa1 r l ax m ey1 n)) +("charlene" nil (sh aa0 r l iy1 n)) +("charles" nil (ch aa1 r l z)) +("charleston" nil (ch aa1 r l s t ax n)) +("charlestown" nil (ch aa1 r l z t aw1 n)) +("charlesworth" nil (ch aa1 r l ih0 s w er0 th)) +("charlet" nil (ch aa1 r l ih0 t)) +("charley" nil (ch aa1 r l iy0)) +("charlie" nil (ch aa1 r l iy0)) +("charlier" nil (ch aa1 r l iy0 er0)) +("charline" nil (sh aa0 r l iy1 n)) +("charlot" nil (ch aa1 r l ax t)) +("charlotte" nil (sh aa1 r l ax t)) +("charlottesville" nil (sh aa1 r l ax t s v ih1 l)) +("charlottetown" nil (sh aa1 r l ax t t aw1 n)) +("charls" nil (ch aa1 r l z)) +("charlson" nil (ch aa1 r l s ax n)) +("charlton" nil (ch aa1 r l t ax n)) +("charm" nil (ch aa1 r m)) +("charmain" nil (sh aa0 r m ey1 n)) +("charmaine" nil (sh aa0 r m ey1 n)) +("charmed" nil (ch aa1 r m d)) +("charmer" nil (ch aa1 r m er0)) +("charmers" nil (ch aa1 r m er0 z)) +("charmian" nil (ch aa1 r m iy0 ax n)) +("charming" nil (ch aa1 r m ih0 ng)) +("charmingly" nil (ch aa1 r m ih0 ng l iy0)) +("charmion" nil (ch aa1 r m iy0 ax n)) +("charms" nil (ch aa1 r m z)) +("charney" nil (ch aa1 r n iy0)) +("charnley" nil (ch aa1 r n l iy0)) +("charnock" nil (ch aa1 r n ax k)) +("charon" nil (k eh1 r ax n)) +("charpentier" nil (sh aa1 r p ax n t ih1 r)) +("charpie" nil (ch aa1 r p iy0)) +("charred" nil (ch aa1 r d)) +("charren" nil (ch eh1 r ax n)) +("charrier" nil (ch ae1 r iy0 er0)) +("charron" nil (ch eh1 r ax n)) +("charry" nil (ch ae1 r iy0)) +("chart" nil (ch aa1 r t)) +("charted" nil (ch aa1 r t ax d)) +("charter" nil (ch aa1 r t er0)) +("chartered" nil (ch aa1 r t er0 d)) +("charterhouse" nil (ch aa1 r t er0 hh aw1 s)) +("chartering" nil (ch aa1 r t er0 ih0 ng)) +("charters" nil (ch aa1 r t er0 z)) +("chartier" nil (ch aa1 r t iy0 er0)) +("charting" nil (ch aa1 r t ih0 ng)) +("chartist" nil (ch aa1 r t ih0 s t)) +("chartists" nil (ch aa1 r t ih0 s t s)) +("chartrand" nil (ch aa1 r t r ax n d)) +("chartres" nil (ch aa1 r t r iy0 z)) +("charts" nil (ch aa1 r t s)) +("chartwell" nil (ch aa1 r t w eh1 l)) +("charvat" nil (ch aa1 r v ax t)) +("chary" nil (ch aa1 r iy0)) +("charyl" nil (ch ae1 r ax l)) +("chas" nil (ch aa1 r l z)) +("chase" nil (ch ey1 s)) +("chased" nil (ch ey1 s t)) +("chasen" nil (ch ey1 s ax n)) +("chaser" nil (ch ey1 s er0)) +("chasers" nil (ch ey1 s er0 z)) +("chases" nil (ch ey1 s ax z)) +("chasin" nil (ch ae1 s ih0 n)) +("chasing" nil (ch ey1 s ih0 ng)) +("chaska" nil (ch ae1 s k ax)) +("chasm" nil (k ae1 z ax m)) +("chason" nil (ch ae1 s ax n)) +("chasse" nil (ch ae1 s)) +("chassis" nil (ch ae1 s iy0)) +("chastain" nil (sh ax s t ey1 n)) +("chaste" nil (ch ey1 s t)) +("chasteen" nil (ch ax s t iy1 n)) +("chastened" nil (ch ey1 s ax n d)) +("chastise" nil (ch ae0 s t ay1 z)) +("chastised" nil (ch ae0 s t ay1 z d)) +("chastises" nil (ch ae0 s t ay1 z ih0 z)) +("chastising" nil (ch ae0 s t ay1 z ih0 ng)) +("chastity" nil (ch ae1 s t ax t iy0)) +("chat" nil (ch ae1 t)) +("chateau" nil (sh ae0 t ow1)) +("chateaux" nil (sh ax t ow1)) +("chatfield" nil (ch ae1 t f iy1 l d)) +("chatham" nil (ch ae1 t ax m)) +("chatichai" nil (ch ae1 t ih0 ch ay1)) +("chatihachi" nil (ch ae1 t ih0 hh aa1 ch iy0)) +("chatman" nil (ch ae1 t m ax n)) +("chatmon" nil (ch ae1 t m ax n)) +("chats" nil (ch ae1 t s)) +("chatswood" nil (ch ae1 t s w uh1 d)) +("chatsworth" nil (ch ae1 t s w er1 th)) +("chattahoochee" nil (ch ae1 t ax hh uw1 ch iy0)) +("chattanooga" nil (ch ae1 t ax n uw1 g ax)) +("chatted" nil (ch ae1 t ax d)) +("chattel" nil (ch ae1 t ax l)) +("chatter" nil (ch ae1 t er0)) +("chattering" nil (ch ae1 t er0 ih0 ng)) +("chatterjee" nil (ch ax t er1 jh iy0)) +("chatterton" nil (ch ae1 t er0 t ax n)) +("chattin" nil (ch ae1 t ih0 n)) +("chatting" nil (ch ae1 t ih0 ng)) +("chatty" nil (ch ae1 t iy0)) +("chatwal" nil (ch ae1 t w ao1 l)) +("chatwin" nil (ch ae1 t w ih0 n)) +("chatz" nil (ch ae1 t s)) +("chau" nil (sh ow1)) +("chaucer" nil (ch ao1 s er0)) +("chaudhry" nil (ch ao1 d r iy0)) +("chaudoin" nil (sh ow0 d oy1 n)) +("chauffeur" nil (sh ow0 f er1)) +("chauffeured" nil (sh ow0 f er1 d)) +("chauffeurs" nil (sh ow0 f er1 z)) +("chaumet" nil (ch ao1 m ih0 t)) +("chaunce" nil (ch ao1 n s)) +("chauncey" nil (ch ao1 n s iy0)) +("chauncy" nil (ch ao1 n s iy0)) +("chaus" nil (ch aw1 s)) +("chausse" nil (ch aw1 s)) +("chaussee" nil (ch aw1 s iy0)) +("chautauqua" nil (sh ax t ao1 k w ax)) +("chautauquans" nil (sh ax t ao1 k w ax n z)) +("chauvin" nil (sh ow0 v ae1 n)) +("chauvinism" nil (sh ow1 v ax n ih1 z ax m)) +("chauvinist" nil (sh ow1 v ax n ax s t)) +("chauvinistic" nil (ch ow1 v ax n ih1 s t ih0 k)) +("chavarria" nil (ch ax v ae1 r iy0 ax)) +("chavers" nil (ch ey1 v er0 z)) +("chaves" nil (ch ey1 v z)) +("chavez" nil (sh aa1 v eh0 z)) +("chavin" nil (ch ey1 v ih0 n)) +("chavira" nil (k aa0 v ih1 r ax)) +("chavis" nil (ch ae1 v ih0 s)) +("chavous" nil (sh ax v ao1 s)) +("chaw" nil (ch ao1)) +("chawla" nil (ch ao1 l ax)) +("chazanoff" nil (ch ae1 z ax n ao0 f)) +("chazen" nil (ch ey1 z ax n)) +("chazov" nil (ch ae1 z aa0 v)) +("che" nil (ch ey1)) +("chea" nil (ch iy1)) +("cheadle" nil (ch iy1 d ax l)) +("cheane" nil (ch iy1 n)) +("cheaney" nil (ch iy1 n iy0)) +("cheap" nil (ch iy1 p)) +("cheapen" nil (ch iy1 p ax n)) +("cheapened" nil (ch iy1 p ax n d)) +("cheapening" nil (ch iy1 p ax n ih0 ng)) +("cheaper" nil (ch iy1 p er0)) +("cheapest" nil (ch iy1 p ax s t)) +("cheaply" nil (ch iy1 p l iy0)) +("cheapness" nil (ch iy1 p n ax s)) +("cheapo" nil (ch iy1 p ow1)) +("cheapskate" nil (ch iy1 p s k ey1 t)) +("cheat" nil (ch iy1 t)) +("cheated" nil (ch iy1 t ax d)) +("cheaters" nil (ch iy1 t er0 z)) +("cheatham" nil (ch iy1 t ax m)) +("cheating" nil (ch iy1 t ih0 ng)) +("cheats" nil (ch iy1 t s)) +("cheatum" nil (ch iy1 t ax m)) +("cheatwood" nil (ch iy1 t w uh1 d)) +("chebrikov" nil (ch eh1 b r ih0 k aa1 v)) +("checchi" nil (ch eh1 k iy0)) +("chechen" nil (ch eh1 ch ih0 n)) +("chechens" nil (ch eh1 ch ih0 n z)) +("chechnya" nil (ch eh1 ch n iy0 ax)) +("chechnyan" nil (ch eh1 ch n iy0 ax n)) +("check" nil (ch eh1 k)) +("checkbook" nil (ch eh1 k b uh1 k)) +("checkbooks" nil (ch eh1 k b uh1 k s)) +("checked" nil (ch eh1 k t)) +("checker" nil (ch eh1 k er0)) +("checkerboard" nil (ch eh1 k er0 b ao1 r d)) +("checkerboarding" nil (ch eh1 k er0 b ao1 r d ih0 ng)) +("checkerboards" nil (ch eh1 k er0 b ao1 r d z)) +("checkered" nil (ch eh1 k er0 d)) +("checkers" nil (ch eh1 k er0 z)) +("checkerspot" nil (ch eh1 k er0 s p aa1 t)) +("checketts" nil (ch eh1 k ih0 t s)) +("checking" nil (ch eh1 k ih0 ng)) +("checklist" nil (ch eh1 k l ih1 s t)) +("checkmate" nil (ch eh1 k m ey1 t)) +("checkoff" nil (ch eh1 k ao1 f)) +("checkout" nil (ch eh1 k aw1 t)) +("checkouts" nil (ch eh1 k aw1 t s)) +("checkpoint" nil (ch eh1 k p oy1 n t)) +("checkpoints" nil (ch eh1 k p oy1 n t s)) +("checks" nil (ch eh1 k s)) +("checkup" nil (ch eh1 k ah1 p)) +("checkups" nil (ch eh1 k ah1 p s)) +("cheddar" nil (ch eh1 d er0)) +("cheddars" nil (ch eh1 d er0 z)) +("chedester" nil (ch eh1 d ih0 s t er0)) +("chee" nil (ch iy1)) +("cheech" nil (ch iy1 ch)) +("cheek" nil (ch iy1 k)) +("cheeked" nil (ch iy1 k t)) +("cheeks" nil (ch iy1 k s)) +("cheeky" nil (ch iy1 k iy0)) +("cheely" nil (ch iy1 l iy0)) +("cheer" nil (ch ih1 r)) +("cheered" nil (ch ih1 r d)) +("cheerful" nil (ch ih1 r f ax l)) +("cheerfully" nil (ch ih1 r f ax l iy0)) +("cheering" nil (ch ih1 r ih0 ng)) +("cheerios" nil (ch ih1 r iy0 ow0 s)) +("cheerleader" nil (ch ih1 r l iy1 d er0)) +("cheerleaders" nil (ch ih1 r l iy1 d er0 z)) +("cheerleading" nil (ch ih1 r l iy1 d ih0 ng)) +("cheers" nil (ch ih1 r z)) +("cheery" nil (ch ih1 r iy0)) +("cheese" nil (ch iy1 z)) +("cheeseburger" nil (ch iy1 z b er0 g er0)) +("cheeseburgers" nil (ch iy1 z b er0 g er0 z)) +("cheesecake" nil (ch iy1 z k ey1 k)) +("cheeseman" nil (ch iy1 z m ax n)) +("cheeses" nil (ch iy1 z ih0 z)) +("cheesier" nil (ch iy1 z iy0 er0)) +("cheesiest" nil (ch iy1 z iy0 ih0 s t)) +("cheesman" nil (ch iy1 z m ax n)) +("cheesy" nil (ch iy1 z iy0)) +("cheetah" nil (ch iy1 t ax)) +("cheetal" nil (ch iy1 t ax l)) +("cheetham" nil (ch iy1 th ax m)) +("cheever" nil (ch iy1 v er0)) +("chef" nil (sh eh1 f)) +("chefitz" nil (ch eh1 f ih0 t s)) +("chefs" nil (sh eh1 f s)) +("cheil" nil (ch ay1 l)) +("chek" nil (ch eh1 k)) +("chekhov" nil (ch eh1 k aa0 v)) +("chelan" nil (ch eh1 l ax n)) +("chelette" nil (sh ih0 l eh1 t)) +("chelf" nil (ch eh1 l f)) +("chell" nil (ch eh1 l)) +("chellis" nil (ch eh1 l ih0 s)) +("chelmsford" nil (ch eh1 l m s f er0 d)) +("chelsea" nil (ch eh1 l s iy0)) +("chem" nil (k eh1 m)) +("chema" nil (ch eh1 m aa0)) +("chemclear" nil (ch eh1 m k l ih1 r)) +("chemdesign" nil (ch eh1 m d ax z ay1 n)) +("chemed" nil (k eh1 m eh0 d)) +("chemetron" nil (ch eh1 m ax t r aa0 n)) +("chemfix" nil (ch eh1 m f ih0 k s)) +("chemical" nil (k eh1 m ax k ax l)) +("chemically" nil (k eh1 m ax k l iy0)) +("chemicals" nil (k eh1 m ih0 k ax l z)) +("chemie" nil (ch eh1 m iy0)) +("chemins" nil (ch eh1 m ih0 n z)) +("chemise" nil (sh ax m iy1 z)) +("chemist" nil (k eh1 m ih0 s t)) +("chemistry" nil (k eh1 m ax s t r iy0)) +("chemists" nil (k eh1 m ax s t s)) +("chemlawn" nil (k eh1 m l ao1 n)) +("chemotherapy" nil (k iy1 m ow0 th eh1 r ax p iy0)) +("chen" nil (ch eh1 n)) +("chenard" nil (ch eh1 n er0 d)) +("chenault" nil (sh ih0 n ow1)) +("chenette" nil (sh ih0 n eh1 t)) +("chenevert" nil (ch eh1 n ih0 v er0 t)) +("cheney" nil (ch ey1 n iy0)) +("cheng" nil (ch eh1 ng)) +("chengdu" nil (ch eh0 ng d uw1)) +("chengxiang" nil (ch eh1 ng sh aa1 ng)) +("chenier" nil (ch iy1 n iy0 er0)) +("chennault" nil (ch eh1 n ao0 l t)) +("chenoweth" nil (ch eh1 n aw0 eh0 th)) +("cheong" nil (ch iy1 aa0 ng)) +("cher" nil (sh eh1 r)) +("cheramie" nil (ch eh1 r ax m iy0)) +("cheri" nil (k eh1 r iy0)) +("cherico" nil (k er0 iy1 k ow0)) +("cherie" nil (ch ih1 r iy0)) +("cherish" nil (ch eh1 r ih0 sh)) +("cherished" nil (ch eh1 r ih0 sh t)) +("cherishes" nil (ch eh1 r ih0 sh ih0 z)) +("chermak" nil (ch er1 m ax k)) +("chern" nil (ch er1 n)) +("cherne" nil (ch er1 n)) +("chernenko" nil (ch er0 n eh1 ng k ow0)) +("cherney" nil (ch er1 n iy0)) +("chernick" nil (ch er1 n ih0 k)) +("chernin" nil (ch er1 n ih0 n)) +("chernobyl" nil (ch er0 n ow1 b ax l)) +("chernoff" nil (k er1 n ao0 f)) +("chernomyrdin" nil (ch eh1 r n ow0 m ih1 r d ax n)) +("chernow" nil (ch er1 n ow0)) +("cherny" nil (ch er1 n iy0)) +("cherokee" nil (ch eh1 r ax k iy1)) +("cherokees" nil (ch eh1 r ax k iy1 z)) +("cherrapunji" nil (ch eh1 r ax p ah1 n jh iy0)) +("cherrier" nil (ch eh1 r iy0 er0)) +("cherries" nil (ch eh1 r iy0 z)) +("cherrington" nil (ch eh1 r ih0 ng t ax n)) +("cherry" nil (ch eh1 r iy0)) +("cherrystones" nil (ch eh1 r iy0 s t ow1 n z)) +("chert" nil (ch er1 t)) +("chertkow" nil (ch er1 t k aw0)) +("chertoff" nil (ch er1 t aa0 f)) +("cherts" nil (ch er1 t s)) +("cherub" nil (ch eh1 r ax b)) +("cherubic" nil (ch er0 uw1 b ih0 k)) +("cherubini" nil (k er0 uw0 b iy1 n iy0)) +("cherubs" nil (ch eh1 r ax b z)) +("cherumirdan" nil (ch eh1 r ax m ih1 r d ax n)) +("chervenak" nil (ch er1 v ih0 n ae0 k)) +("chery" nil (ch eh1 r iy0)) +("cheryl" nil (sh eh1 r ax l)) +("ches" nil (ch eh1 s)) +("chesapeake" nil (ch eh1 s ax p iy1 k)) +("chesbro" nil (k eh1 s b r ow0)) +("chesebro" nil (k eh0 s eh1 b r ow0)) +("chesebrough" nil (ch eh1 s ax b r uw0)) +("chesher" nil (ch eh1 sh er0)) +("cheshier" nil (ch eh1 sh iy0 er0)) +("cheshire" nil (ch eh1 sh er0)) +("chesler" nil (ch eh1 s ax l er0)) +("chesley" nil (ch eh1 s l iy0)) +("cheslock" nil (ch eh1 s l ax k)) +("chesney" nil (ch eh1 s n iy0)) +("chesnut" nil (ch eh1 s n ah1 t)) +("chesnutt" nil (sh ih0 s n ah1 t)) +("chess" nil (ch eh1 s)) +("chessboard" nil (ch eh1 s b ao1 r d)) +("chesser" nil (ch eh1 s er0)) +("chessher" nil (ch eh1 sh er0)) +("chesshir" nil (sh ih0 sh er1)) +("chessman" nil (ch eh1 s m ax n)) +("chesson" nil (ch eh1 s ax n)) +("chest" nil (ch eh1 s t)) +("chestang" nil (ch eh1 s t ax ng)) +("chested" nil (ch eh1 s t ax d)) +("chester" nil (ch eh1 s t er0)) +("chesterfield" nil (ch eh1 s t er0 f iy1 l d)) +("chesterman" nil (ch eh1 s t er0 m ax n)) +("chesters" nil (ch eh1 s t er0 z)) +("chesterton" nil (ch eh1 s t er0 t ax n)) +("chestman" nil (ch eh1 s t m ax n)) +("chestnut" nil (ch eh1 s n ah1 t)) +("chestnuts" nil (ch eh1 s n ax t s)) +("chestnutt" nil (ch eh1 s t n ax t)) +("cheston" nil (ch eh1 s t ax n)) +("chests" nil (ch eh1 s t s)) +("chet" nil (ch eh1 t)) +("chetwin" nil (ch eh1 t w ih0 n)) +("cheung" nil (ch y uw1 ng)) +("cheuse" nil (ch uw1 s)) +("cheuvront" nil (sh uw0 v r aa1 n t)) +("chevalier" nil (sh eh1 v ax l ih1 r)) +("cheverly" nil (ch eh1 v er0 l iy0)) +("cheves" nil (ch iy1 v z)) +("chevette" nil (sh ax v eh1 t)) +("chevies" nil (ch eh1 v iy0 z)) +("cheviot" nil (sh eh1 v iy0 ax t)) +("cheviots" nil (ch iy1 v iy0 ax t s)) +("chevis" nil (ch eh1 v ih0 s)) +("chevrette" nil (sh ih0 v r eh1 t)) +("chevrier" nil (ch eh1 v er0 iy0 er0)) +("chevrolet" nil (sh eh1 v r ax l ey1)) +("chevrolets" nil (sh eh1 v r ax l ey1 z)) +("chevron" nil (sh eh1 v r ax n)) +("chevy" nil (ch eh1 v iy0)) +("chevys" nil (ch eh1 v ih0 s)) +("chew" nil (ch uw1)) +("chewed" nil (ch uw1 d)) +("chewing" nil (ch uw1 ih0 ng)) +("chewning" nil (ch uw1 n ih0 ng)) +("chews" nil (ch uw1 z)) +("chewy" nil (ch uw1 iy0)) +("cheyenne" nil (sh ay0 ae1 n)) +("cheyne" nil (ch ey1 n)) +("cheyney" nil (ch ey1 n iy0)) +("chez" nil (ch eh1 z)) +("chi" nil (k ay1)) +("chia" nil (ch iy1 ax)) +("chianese" nil (k iy0 aa0 n ey1 z iy0)) +("chiang" nil (ch ae1 ng)) +("chianti" nil (ch iy0 ae1 n t iy0)) +("chiapas" nil (ch iy0 aa1 p ax s)) +("chiapparone" nil (ch iy0 ae1 p er0 ow1 n)) +("chiappetta" nil (k iy0 aa0 p eh1 t ax)) +("chiappone" nil (k iy0 aa0 p ow1 n iy0)) +("chiara" nil (k y aa1 r ax)) +("chiaramonte" nil (k iy0 aa0 r aa0 m ow1 n t iy0)) +("chiarella" nil (k iy0 aa0 r eh1 l ax)) +("chiarelli" nil (k iy0 aa0 r eh1 l iy0)) +("chiarello" nil (k iy0 aa0 r eh1 l ow0)) +("chiarenza" nil (k iy0 aa0 r eh1 n z ax)) +("chiaro" nil (k iy0 aa1 r ow0)) +("chiasson" nil (ch iy0 aa1 s ax n)) +("chiat" nil (ch iy1 ae0 t)) +("chiavetta" nil (k iy0 aa0 v eh1 t ax)) +("chiba" nil (ch iy1 b ax)) +("chic" nil (sh iy1 k)) +("chicago" nil (sh ax k aa1 g ow1)) +("chicagoan" nil (ch ih1 k ax g ow1 n)) +("chicagoans" nil (sh ax k aa1 g ow1 ax n z)) +("chicanery" nil (sh ih0 k ey1 n er0 iy0)) +("chicano" nil (ch ih0 k aa1 n ow0)) +("chichauha" nil (ch iy1 ch aw1 ax)) +("chichester" nil (ch ih1 ch eh0 s t er0)) +("chick" nil (ch ih1 k)) +("chickasaw" nil (ch ih1 k ax s ao1)) +("chickasaws" nil (ch ih1 k ax s ao1 z)) +("chicken" nil (ch ih1 k ax n)) +("chickened" nil (ch ih1 k ax n d)) +("chickens" nil (ch ih1 k ax n z)) +("chickering" nil (ch ih1 k er0 ih0 ng)) +("chicks" nil (ch ih1 k s)) +("chico" nil (ch iy1 k ow1)) +("chicoine" nil (ch ih0 k oy1 n)) +("chicots" nil (ch ih1 k ax t s)) +("chide" nil (ch ay1 d)) +("chided" nil (ch ay1 d ih0 d)) +("chides" nil (ch ay1 d z)) +("chidester" nil (ch ih1 d ih0 s t er0)) +("chiding" nil (ch ay1 d ih0 ng)) +("chidsey" nil (ch ih1 d z iy0)) +("chief" nil (ch iy1 f)) +("chiefdom" nil (ch iy1 f d ax m)) +("chieffo" nil (k iy1 f ow0)) +("chiefly" nil (ch iy1 f l iy0)) +("chiefs" nil (ch iy1 f s)) +("chieftain" nil (ch iy1 f t ax n)) +("chieftains" nil (ch iy1 f t ax n z)) +("chien" nil (ch eh1 n)) +("chiengmai" nil (ch eh1 ng m ay1)) +("chiesa" nil (k iy1 s ax)) +("chiggers" nil (ch ih1 g er0 z)) +("chihuahua" nil (ch ax w aa1 w aa1)) +("chikane" nil (ch ih0 k aa1 n ey0)) +("chikos" nil (ch iy1 k ow0 s)) +("chilcoat" nil (ch ih1 l k ow1 t)) +("chilcote" nil (ch ih1 l k ow1 t)) +("chilcott" nil (ch ih1 l k ax t)) +("chilcutt" nil (ch ih1 l k ax t)) +("child" nil (ch ay1 l d)) +("childbearing" nil (ch ay1 l d b eh1 r ih0 ng)) +("childbirth" nil (ch ay1 l d b er1 th)) +("childcare" nil (ch ay1 l d k eh1 r)) +("childcraft" nil (ch ay1 l d k r ae1 f t)) +("childe" nil (ch ih1 l d)) +("childers" nil (ch ih1 l d er0 z)) +("childhood" nil (ch ay1 l d hh uh1 d)) +("childish" nil (ch ay1 l d ih0 sh)) +("childless" nil (ch ay1 l d l ax s)) +("childlike" nil (ch ay1 l d l ay1 k)) +("childree" nil (ch ay0 l d r iy1)) +("children" nil (ch ih1 l d r ax n)) +("childrens" nil (ch ih1 l d r ax n z)) +("childres" nil (ch ay1 l d er0 z)) +("childress" nil (ch ih1 l d r ih0 s)) +("childrey" nil (ch ih1 l d r iy0)) +("childs" nil (ch ay1 l d z)) +("chile" nil (ch ih1 l iy0)) +("chilean" nil (ch ih1 l iy0 ax n)) +("chileans" nil (ch ih1 l iy0 ax n z)) +("chiles" nil (ch ay1 l z)) +("chili" nil (ch ih1 l iy0)) +("chilies" nil (ch ih1 l iy0 z)) +("chill" nil (ch ih1 l)) +("chilled" nil (ch ih1 l d)) +("chillemi" nil (k iy0 l eh1 m iy0)) +("chillier" nil (ch ih1 l iy0 er0)) +("chilling" nil (ch ih1 l ih0 ng)) +("chillingly" nil (ch ih1 l ih0 ng l iy0)) +("chills" nil (ch ih1 l z)) +("chilly" nil (ch ih1 l iy0)) +("chilmark" nil (ch ih1 l m aa1 r k)) +("chilson" nil (ch ih1 l s ax n)) +("chilton" nil (ch ih1 l t ax n)) +("chime" nil (ch ay1 m)) +("chimed" nil (ch ay1 m d)) +("chimenti" nil (ch ih0 m eh1 n t iy0)) +("chimento" nil (ch ih0 m eh1 n t ow0)) +("chimera" nil (ch ih0 m eh1 r ax)) +("chimerine" nil (ch ih1 m er0 iy1 n)) +("chimes" nil (ch ay1 m z)) +("chimicles" nil (ch ih1 m ih0 k ax l z)) +("chimie" nil (ch ih1 m iy0)) +("chimney" nil (ch ih1 m n iy0)) +("chimneys" nil (ch ih1 m n iy0 z)) +("chimp" nil (ch ih1 m p)) +("chimpanzee" nil (ch ih0 m p ae1 n z iy0)) +("chimpanzees" nil (ch ih0 m p ae1 n z iy0 z)) +("chimps" nil (ch ih1 m p s)) +("chin" nil (ch ih1 n)) +("china" nil (ch ay1 n ax)) +("chinatown" nil (ch ay1 n ax t aw1 n)) +("chinchilla" nil (ch ih0 n ch ih1 l ax)) +("chinen" nil (ch ih1 n ax n)) +("chinese" nil (ch ay0 n iy1 z)) +("ching" nil (ch ih1 ng)) +("chinh" nil (ch ih1 n)) +("chink" nil (ch ih1 ng k)) +("chinks" nil (ch ih1 ng k s)) +("chinn" nil (ch ih1 n)) +("chinnici" nil (k iy0 n iy1 ch iy0)) +("chinnock" nil (ch ih1 n ax k)) +("chino" nil (ch iy1 n ow0)) +("chinook" nil (sh ih0 n uh1 k)) +("chinooks" nil (ch ih0 n uh1 k s)) +("chinoy" nil (ch ih1 n oy1)) +("chintung" nil (ch ih1 n t ax ng)) +("chintzy" nil (ch ih1 n t s iy0)) +("chiodo" nil (k iy0 ow1 d ow0)) +("chip" nil (ch ih1 p)) +("chipboard" nil (ch ih1 p b ao1 r d)) +("chipcom" nil (ch ih1 p k aa1 m)) +("chipello" nil (ch ih0 p eh1 l ow0)) +("chipley" nil (ch ih1 p l iy0)) +("chipmaker" nil (ch ih1 p m ey1 k er0)) +("chipmakers" nil (ch ih1 p m ey1 k er0 z)) +("chipman" nil (ch ih1 p m ax n)) +("chipote" nil (ch ih0 p ow1 t)) +("chipped" nil (ch ih1 p t)) +("chipper" nil (ch ih1 p er0)) +("chippewa" nil (ch ih1 p ax w aa1)) +("chipping" nil (ch ih1 p ih0 ng)) +("chipps" nil (ch ih1 p s)) +("chips" nil (ch ih1 p s)) +("chipsoft" nil (ch ih1 p s ao1 f t)) +("chiquita" nil (k ih0 k w iy1 t ax)) +("chirac" nil (sh ih0 r ae1 k)) +("chirco" nil (k ih1 r k ow0)) +("chirico" nil (k ih0 r iy1 k ow0)) +("chiron" nil (ch ay1 r ax n)) +("chiropractic" nil (k ay1 r ow0 p r ae1 k t ih0 k)) +("chiropractor" nil (k ay1 r ax p r ae1 k t er0)) +("chiropractors" nil (k ay1 r ax p r ae1 k t er0 z)) +("chirp" nil (ch er1 p)) +("chirping" nil (ch er1 p ih0 ng)) +("chirps" nil (ch er1 p s)) +("chirpy" nil (ch er1 p iy0)) +("chisam" nil (ch ih1 s ax m)) +("chisel" nil (ch ih1 z ax l)) +("chiseled" nil (ch ih1 z ax l d)) +("chisels" nil (ch ih1 z ax l z)) +("chisenhall" nil (ch ih0 s eh1 n hh ax l)) +("chisholm" nil (ch ih1 z ax m)) +("chisler" nil (ch ih1 s ax l er0)) +("chism" nil (ch ih1 z ax m)) +("chisman" nil (ch ih1 s m ax n)) +("chismar" nil (ch ih1 z m er0)) +("chisolm" nil (ch ih1 s ow0 m)) +("chisom" nil (ch ih1 s ax m)) +("chissano" nil (ch ih0 s aa1 n ow0)) +("chisum" nil (ch ih1 z ax m)) +("chit" nil (ch ih1 t)) +("chitchat" nil (ch ih1 t ch ae1 t)) +("chitinous" nil (k ay1 t ax n ax s)) +("chitra" nil (ch ih1 t r ax)) +("chitrao" nil (ch ih1 t r aw0)) +("chittenden" nil (ch ih1 t ax n d ax n)) +("chittick" nil (ch ih1 t ih0 k)) +("chittum" nil (ch ih1 t ax m)) +("chitty" nil (ch ih1 t iy0)) +("chitwood" nil (ch ih1 t w uh1 d)) +("chiu" nil (ch uw1)) +("chiusano" nil (k iy0 uw0 s aa1 n ow0)) +("chivalry" nil (sh ih1 v ax l r iy0)) +("chivas" nil (ch iy1 v ax s)) +("chivers" nil (ch ay1 v er0 z)) +("chives" nil (ch ay1 v z)) +("chiyoda" nil (ch ih0 y ow1 d ax)) +("chizek" nil (ch ih1 z eh0 k)) +("chizmar" nil (ch ih1 z m er0)) +("chlebowski" nil (ch l ih0 b ao1 f s k iy0)) +("chloe" nil (k l ow1 iy0)) +("chlorate" nil (k l ao1 r ey0 t)) +("chlordane" nil (k l ao1 r d ey1 n)) +("chloride" nil (k l ao1 r ay0 d)) +("chlorinated" nil (k l ao1 r ax n ey1 t ax d)) +("chlorinating" nil (k l ao1 r ax n ey1 t ih0 ng)) +("chlorine" nil (k l ao1 r iy0 n)) +("chloris" nil (k l ao1 r ih0 s)) +("chlorofluorocarbon" nil (k l ao0 r ow0 f l ao1 r ow0 k aa1 r b aa0 n)) +("chlorofluorocarbons" nil (k l ao1 r ow0 f l ao1 r ow0 k aa1 r b aa0 n z)) +("chloroform" nil (k l ao1 r ax f ao1 r m)) +("chlorophyll" nil (k l ao1 r ax f ih0 l)) +("chloroplasts" nil (k l ao1 r ax p l ae1 s t s)) +("chloroprene" nil (k l ao1 r ax p r iy1 n)) +("chmiel" nil (ch ax m iy1 l)) +("chmielewski" nil (ch ax m ax l eh1 f s k iy0)) +("chmura" nil (ch ax m uh1 r ax)) +("cho" nil (ch ow1)) +("choat" nil (ch ow1 t)) +("choate" nil (ch ow1 t)) +("chock" nil (ch aa1 k)) +("chocolat" nil (ch aa1 k l ax t)) +("chocolate" nil (ch ao1 k l ax t)) +("chocolates" nil (ch ao1 k l ax t s)) +("chodorow" nil (ch ow1 d er0 ow0)) +("choe" nil (ch ow1)) +("choi" nil (ch oy1)) +("choice" nil (ch oy1 s)) +("choices" nil (ch oy1 s ax z)) +("choicest" nil (ch oy1 s ax s t)) +("choiniere" nil (sh oy1 n iy0 eh0 r)) +("choinski" nil (ch oy1 n s k iy0)) +("choir" nil (k w ay1 er0)) +("choirs" nil (k w ay1 r z)) +("chojnacki" nil (ch ax y n aa1 t s k iy0)) +("chojnowski" nil (ch ax y n ao1 f s k iy0)) +("chok" nil (ch aa1 k)) +("choke" nil (ch ow1 k)) +("choked" nil (ch ow1 k t)) +("chokes" nil (ch ow1 k s)) +("choking" nil (ch ow1 k ih0 ng)) +("cholera" nil (k aa1 l er0 ax)) +("choleric" nil (k aa1 l er0 ih0 k)) +("cholesterol" nil (k ax l eh1 s t er0 ao1 l)) +("cholestyramine" nil (ch ow0 l eh1 s t ih0 r ax m ay1 n)) +("cholet" nil (ch ow1 l ax t)) +("cholewa" nil (ch ax l uw1 ax)) +("cholla" nil (ch aa1 l ax)) +("choma" nil (ch ow1 m ax)) +("chomp" nil (ch aa1 m p)) +("chomping" nil (ch aa1 m p ih0 ng)) +("chon" nil (ch aa1 n)) +("chong" nil (ch ao1 ng)) +("chongqing" nil (ch ao1 ng k ih1 ng)) +("chonko" nil (ch aa1 ng k ow0)) +("chontales" nil (sh aa1 n t ey1 l z)) +("choo" nil (ch uw1)) +("choong" nil (ch uw1 ng)) +("choose" nil (ch uw1 z)) +("chooses" nil (ch uw1 z ax z)) +("choosing" nil (ch uw1 z ih0 ng)) +("choosy" nil (ch uw1 z iy0)) +("chop" nil (ch aa1 p)) +("choper" nil (ch ow1 p er0)) +("chopin" nil (sh ow1 p ae0 n)) +("choplin" nil (ch aa1 p l ih0 n)) +("chopp" nil (ch aa1 p)) +("chopped" nil (ch aa1 p t)) +("chopper" nil (ch aa1 p er0)) +("choppers" nil (ch aa1 p er0 z)) +("chopping" nil (ch aa1 p ih0 ng)) +("choppy" nil (ch aa1 p iy0)) +("chopra" nil (ch aa1 p r ax)) +("chops" nil (ch aa1 p s)) +("chopsticks" nil (ch aa1 p s t ih1 k s)) +("chopsuey" nil (ch aa1 p s uw1 iy0)) +("choquette" nil (sh ax k eh1 t)) +("choral" nil (k ao1 r ax l)) +("chorals" nil (k ao1 r ax l z)) +("chorba" nil (k ao1 r b ax)) +("chord" nil (k ao1 r d)) +("chordates" nil (k ao1 r d ey1 t s)) +("chords" nil (k ao1 r d z)) +("chore" nil (ch ao1 r)) +("choreograph" nil (k ao1 r iy0 ax g r ae1 f)) +("choreographed" nil (k ao1 r iy0 ax g r ae1 f t)) +("choreographer" nil (k ao1 r iy0 aa1 g r ax f er0)) +("choreographers" nil (k ao1 r iy0 aa1 g r ax f er0 z)) +("choreographic" nil (k ao1 r iy0 ax g r ae1 f ih0 k)) +("choreography" nil (k ao1 r iy0 aa1 g r ax f iy0)) +("chores" nil (ch ao1 r z)) +("choric" nil (k ao1 r ih0 k)) +("chorney" nil (k ao1 r n iy0)) +("chortled" nil (ch ao1 r t ax l d)) +("chortles" nil (ch ao1 r t ax l z)) +("chortling" nil (ch ao1 r t ax l ih0 ng)) +("chorus" nil (k ao1 r ax s)) +("choruses" nil (k ao1 r ax s ih0 z)) +("chose" nil (ch ow1 z)) +("chosen" nil (ch ow1 z ax n)) +("chosun" nil (ch ow1 z ax n)) +("chou" nil (ch uw1)) +("chouinard" nil (sh w iy0 n aa1 r d)) +("chovan" nil (ch ow1 v ax n)) +("chovanec" nil (ch ax v ae1 n ih0 k)) +("chow" nil (ch aw1)) +("chowder" nil (ch aw1 d er0)) +("chowdhury" nil (ch aw1 d hh y uw0 r iy0)) +("chowning" nil (ch aw1 n ih0 ng)) +("chows" nil (ch aw1 z)) +("choy" nil (ch oy1)) +("choyce" nil (ch oy1 s)) +("chrest" nil (k r eh1 s t)) +("chrestman" nil (k r eh1 s t m ax n)) +("chretien" nil (sh r ih0 t iy1 n)) +("chriboniko" nil (ch r iy1 b ow0 n iy1 k ow0)) +("chris" nil (k r ih1 s)) +("chrisco" nil (k r iy1 s k ow0)) +("chriscoe" nil (k r ih1 s k ow0)) +("chrisman" nil (k r ih1 s m ax n)) +("chrismer" nil (k er1 ih0 z ax m er0)) +("chrismon" nil (k r ih1 z m ax n)) +("chrisp" nil (k r ih1 s p)) +("chriss" nil (k r ih1 s)) +("chrissie" nil (k r ih1 s iy0)) +("chrissy" nil (k r ih1 s iy0)) +("christ" nil (k r ay1 s t)) +("christa" nil (k r ih1 s t ax)) +("christabelle" nil (sh r ih1 s t ax b ax l)) +("christakos" nil (k r ih1 s t ax k ow0 z)) +("christal" nil (k r ih1 s t ax l)) +("christel" nil (k r ih1 s t ax l)) +("christen" nil (k r ih1 s ax n)) +("christenberry" nil (k r ih1 s ax n b eh1 r iy0)) +("christenbury" nil (k r ih1 s ax n b eh1 r iy0)) +("christendom" nil (k r ih1 s ax n d ax m)) +("christened" nil (k r ih1 s ax n d)) +("christening" nil (k r ih1 s ax n ih0 ng)) +("christensen" nil (k r ih1 s t ax n s ax n)) +("christenson" nil (k r ih1 s t ih0 n s ax n)) +("christeson" nil (k r ih1 s t ih0 s ax n)) +("christi" nil (k r ih1 s t iy0)) +("christiaan" nil (k r ih1 s t iy0 aa1 n)) +("christian" nil (k r ih1 s ch ax n)) +("christiana" nil (k r ih1 s t iy0 ae1 n ax)) +("christiane" nil (k r ih0 s t iy0 aa1 n)) +("christianity" nil (k r ih1 s ch iy0 ae1 n ih0 t iy0)) +("christianization" nil (k r ih1 s ch ax n ax z ey1 sh ax n)) +("christianized" nil (k r ih1 s ch ax n ay1 z d)) +("christiano" nil (k r iy0 s t iy0 aa1 n ow0)) +("christians" nil (k r ih1 s ch ax n z)) +("christiansen" nil (k r ih1 s ch ax n s ax n)) +("christianson" nil (k r ih1 s ch ax n s ax n)) +("christic" nil (k r ih1 s t ih0 k)) +("christie" nil (k r ih1 s t iy0)) +("christies" nil (k r ih1 s t iy0 z)) +("christina" nil (k r ih0 s t iy1 n ax)) +("christine" nil (k r ih0 s t iy1 n)) +("christison" nil (k r ih1 s t ih0 s ax n)) +("christlieb" nil (k r ih1 s t l iy1 b)) +("christman" nil (k r ih1 s t m ax n)) +("christmann" nil (k r ih1 s t m ax n)) +("christmas" nil (k r ih1 s m ax s)) +("christmastime" nil (k r ih1 s t m ax s t ay1 m)) +("christner" nil (k r ih1 s t n er0)) +("christo" nil (k r ih1 s t ow0)) +("christoff" nil (k r ih1 s t ao0 f)) +("christoffel" nil (k r ih1 s t ax f eh0 l)) +("christoffersen" nil (k r ih0 s t ax f er1 s ax n)) +("christofferson" nil (k r ih0 s t aa1 f er0 s ax n)) +("christon" nil (k r ih1 s t ax n)) +("christoph" nil (k r ih1 s t ao0 f)) +("christophe" nil (k r ih0 s t ao1 f)) +("christophel" nil (k r ih1 s t ax f eh0 l)) +("christopher" nil (k r ih1 s t ax f er0)) +("christophersen" nil (k r ih0 s t ax f er1 s ax n)) +("christopherson" nil (k r ih0 s t aa1 f er0 s ax n)) +("christopoulos" nil (k r ih0 s t aa1 p ax l ih0 s)) +("christy" nil (k r ih1 s t iy0)) +("chriswell" nil (k r ih1 s w eh1 l)) +("chrobak" nil (k r ow1 b ax k)) +("chromakalim" nil (ch r ow1 m ax k aa1 l iy1 m)) +("chromalloy" nil (k r ow0 m ae1 l oy0)) +("chrome" nil (k r ow1 m)) +("chrominance" nil (k r ow1 m ax n ax n s)) +("chromium" nil (k r ow1 m iy0 ax m)) +("chromosome" nil (k r ow1 m ax s ow1 m)) +("chromosomes" nil (k r ow1 m ax z ow1 m z)) +("chronar" nil (k r aa1 n er0)) +("chronic" nil (k r aa1 n ih0 k)) +("chronically" nil (k r aa1 n ih0 k ax l iy0)) +("chronicle" nil (k r aa1 n ax k ax l)) +("chronicled" nil (k r aa1 n ih0 k ax l d)) +("chronicler" nil (k r aa1 n ih0 k l er0)) +("chroniclers" nil (k r aa1 n ax k l er0 z)) +("chronicles" nil (k r aa1 n ax k ax l z)) +("chronicling" nil (k r aa1 n ih0 k l ih0 ng)) +("chronis" nil (k r ow1 n ih0 s)) +("chronister" nil (k r aa1 n ih0 s t er0)) +("chronological" nil (k r aa1 n ax l aa1 jh ih0 k ax l)) +("chronologically" nil (k r aa1 n ax l aa1 jh ih0 k l iy0)) +("chronologies" nil (k r ax n aa1 l ax jh iy0 z)) +("chronology" nil (k r ax n aa1 l ax jh iy0)) +("chronowitz" nil (k r aa1 n ax w ih0 t s)) +("chrostowski" nil (k r ax s t ao1 f s k iy0)) +("chrusciel" nil (k r ah1 s iy1 l)) +("chrysanthemum" nil (k r ih0 s ae1 n th ax m ax m)) +("chrysanthemums" nil (k r ih0 s ae1 n th ax m ax m z)) +("chryseis" nil (k r ih1 s ax z)) +("chrysler" nil (k r ay1 s l er0)) +("chryslers" nil (k r ay1 s l er0 z)) +("chryst" nil (ch r ih1 s t)) +("chrystal" nil (k r ih1 s t ax l)) +("chrzan" nil (k er1 z ae1 n)) +("chrzanowski" nil (k er1 z ax n ao1 f s k iy0)) +("chseing" nil (ch ey1 ng)) +("chu" nil (ch uw1)) +("chua" nil (k uw1 ax)) +("chuah" nil (ch uw1 aa0)) +("chuan" nil (ch uw1 aa1 n)) +("chuang" nil (ch ae1 ng)) +("chuba" nil (ch uw1 b ax)) +("chubais" nil (ch uw1 b ay1)) +("chubb" nil (ch ah1 b)) +("chubbuck" nil (ch ah1 b ax k)) +("chubby" nil (ch ah1 b iy0)) +("chubu" nil (ch uw1 b uw0)) +("chuck" nil (ch ah1 k)) +("chucked" nil (ch ah1 k t)) +("chuckie" nil (ch ah1 k iy0)) +("chucking" nil (ch ah1 k ih0 ng)) +("chuckle" nil (ch ah1 k ax l)) +("chuckled" nil (ch ah1 k ax l d)) +("chuckles" nil (ch ah1 k ax l z)) +("chuckling" nil (ch ah1 k l ih0 ng)) +("chudler" nil (ch ah1 d l er0)) +("chudy" nil (ch uw1 d iy0)) +("chudzik" nil (ch ah1 d z ih0 k)) +("chudzinski" nil (ch ax jh ih1 n s k iy0)) +("chug" nil (ch ah1 g)) +("chugai" nil (ch uw0 g ay1)) +("chugged" nil (ch ah1 g d)) +("chugging" nil (ch ah1 g ih0 ng)) +("chugoku" nil (ch uw0 g ow1 k uw1)) +("chui" nil (k uw1 ih0)) +("chujitsuya" nil (ch uw1 jh iy0 t s uw0 y ax)) +("chukchi" nil (ch uw1 k ch iy0)) +("chul" nil (ch ah1 l)) +("chula" nil (ch uw1 l ax)) +("chum" nil (ch ah1 m)) +("chumbley" nil (ch ah1 m b l iy0)) +("chumley" nil (ch ah1 m l iy0)) +("chummy" nil (ch ah1 m iy0)) +("chumney" nil (ch ah1 m n iy0)) +("chump" nil (ch ah1 m p)) +("chums" nil (ch ah1 m z)) +("chun" nil (ch ah1 n)) +("chung" nil (ch ah1 ng)) +("chunk" nil (ch ah1 ng k)) +("chunks" nil (ch ah1 ng k s)) +("chunky" nil (ch ah1 ng k iy0)) +("chunn" nil (ch ah1 n)) +("chunnel" nil (ch ah1 n ax l)) +("chupp" nil (ch ah1 p)) +("chura" nil (ch uh1 r ax)) +("church" nil (ch er1 ch)) +("churches" nil (ch er1 ch ax z)) +("churchgoers" nil (ch er1 ch g ow1 er0 z)) +("churchill" nil (ch er1 ch ih0 l)) +("churchman" nil (ch er1 ch m ax n)) +("churchmen" nil (ch er1 ch m ax n)) +("churchwell" nil (ch er1 ch w eh1 l)) +("churchyard" nil (ch er1 ch y aa1 r d)) +("churilla" nil (ch er0 ih1 l ax)) +("churkin" nil (ch er1 k ax n)) +("churlish" nil (ch er1 l ih0 sh)) +("churn" nil (ch er1 n)) +("churned" nil (ch er1 n d)) +("churning" nil (ch er1 n ih0 ng)) +("churns" nil (ch er1 n z)) +("chusmir" nil (ch uh0 s m ih1 r)) +("chustz" nil (ch ah1 s t s)) +("chute" nil (sh uw1 t)) +("chutes" nil (sh uw1 t s)) +("chutney" nil (ch ah1 t n iy0)) +("chutzpah" nil (ch ah1 t s p aa1)) +("chynoweth" nil (ch ih1 n aw0 eh0 th)) +("chyron" nil (ch ay1 r ax n)) +("cia" nil (s iy1 ax)) +("ciaccia" nil (ch iy0 ax ch iy1 ax)) +("ciaccio" nil (ch ao1 ch iy0 ow0)) +("ciampa" nil (ch ao1 m p ax)) +("ciampi" nil (ch ao1 m p iy0)) +("cian" nil (sh iy1 n)) +("cianci" nil (ch ao1 n ch iy0)) +("ciancio" nil (ch ao1 n ch iy0 ow0)) +("cianciola" nil (ch ao1 n ch ow0 l ax)) +("cianciolo" nil (ch ao1 n ch ow0 l ow0)) +("cianciulli" nil (ch ao1 n ch uw0 l iy0)) +("ciani" nil (ch ao1 n iy0)) +("ciano" nil (ch iy0 aa1 n ow0)) +("ciaobella" nil (ch aw1 b eh1 l ax)) +("ciaramella" nil (ch er0 aa0 m eh1 l ax)) +("ciaramitaro" nil (ch er1 aa0 m iy0 t aa0 r ow0)) +("ciaravino" nil (ch er0 aa0 v iy1 n ow0)) +("ciardi" nil (ch er1 d iy0)) +("ciarlo" nil (ch er1 l ow0)) +("ciavarella" nil (ch ax v aa0 r eh1 l ax)) +("ciba" nil (s iy1 b ax)) +("ciborowski" nil (ch ih0 b er0 ao1 f s k iy0)) +("cibro" nil (s ih1 b r ow0)) +("cibula" nil (ch iy0 b uw1 l ax)) +("cicada" nil (s ax k ey1 d ax)) +("cicadas" nil (s ih0 k ey1 d ax z)) +("cicala" nil (s ih0 k aa1 l ax)) +("cicalese" nil (ch iy0 k aa0 l ey1 z iy0)) +("ciccarelli" nil (ch iy0 k er0 eh1 l iy0)) +("ciccarello" nil (ch iy0 k er0 eh1 l ow0)) +("ciccarone" nil (s ih1 k er0 ow1 n)) +("cicco" nil (s ih1 k ow0)) +("ciccone" nil (ch iy0 k ow1 n iy0)) +("cicely" nil (s ih1 s ax l iy0)) +("cicero" nil (s ih1 s er0 ow1)) +("cicerone" nil (s ih1 s er0 ow1 n)) +("cichocki" nil (s ih0 ch aa1 k iy0)) +("cichon" nil (s ih1 ch ax n)) +("cichowski" nil (ch ih0 hh ao1 f s k iy0)) +("cichy" nil (s ih1 ch iy0)) +("cicily" nil (ch ih1 ch ax l iy0)) +("cicio" nil (s ih1 s iy0 ow0)) +("cicippio" nil (s ih0 s ih1 p iy0 ow0)) +("cid" nil (s ih1 d)) +("cider" nil (s ay1 d er0)) +("cie" nil (s iy1)) +("ciel" nil (s iy1 l)) +("ciera" nil (s iy1 r ax)) +("cieri" nil (s iy1 r iy0)) +("ciesielski" nil (ch eh0 s iy1 l s k iy0)) +("ciesla" nil (ch eh1 s l ax)) +("cieslak" nil (ch eh1 s l ax k)) +("cieslewicz" nil (ch eh1 s l ih0 v ih0 ch)) +("cieslik" nil (ch eh1 s l ih0 k)) +("cieslinski" nil (ch eh0 s l ih1 n s k iy0)) +("cifelli" nil (s ih0 f eh1 l iy0)) +("cifra" nil (s ih1 f r ax)) +("cifuentes" nil (s iy0 f w eh1 n t eh0 s)) +("ciga" nil (s iy1 g ax)) +("cigar" nil (s ih0 g aa1 r)) +("cigarette" nil (s ih1 g er0 eh1 t)) +("cigarettes" nil (s ih1 g er0 eh1 t s)) +("cigars" nil (s ih0 g aa1 r z)) +("cigna" nil (s ih1 g n ax)) +("cihak" nil (s ih1 hh ax k)) +("cihlar" nil (s ih1 l er0)) +("cilag" nil (s ih1 l ae0 g)) +("cilcorp" nil (s ih1 l k ao0 r p)) +("cilento" nil (s ih0 l eh1 n t ow0)) +("ciliates" nil (s ih1 l iy0 ax t s)) +("ciliberto" nil (ch iy0 l iy0 b eh1 r t ow0)) +("cilicia" nil (s ih0 l ih1 sh ax)) +("ciller" nil (s ih1 l er0)) +("cilley" nil (s ih1 l iy0)) +("cillo" nil (s ih1 l ow0)) +("cilluffo" nil (s ih0 l uw1 f ow0)) +("cilva" nil (s ih1 l v ax)) +("cima" nil (ch iy1 m ax)) +("cimaglia" nil (s ih0 m ae1 g l iy0 ax)) +("cimarron" nil (s ih1 m er0 aa1 n)) +("ciments" nil (s ih0 m eh1 n t s)) +("ciminero" nil (s iy1 m ih0 n eh1 r ow0)) +("cimini" nil (ch iy0 m iy1 n iy0)) +("cimino" nil (ch iy0 m iy1 n ow0)) +("cimmino" nil (ch iy0 m iy1 n ow0)) +("cimo" nil (ch iy1 m ow0)) +("cimorelli" nil (ch iy0 m ao0 r eh1 l iy0)) +("cina" nil (ch iy1 n ax)) +("cinch" nil (s ih1 n ch)) +("cinched" nil (s ih1 n ch t)) +("cincinnati" nil (s ih1 n s ax n ae1 t iy0)) +("cinco" nil (s ih1 ng k ow0)) +("cincotta" nil (ch iy0 n k ow1 t ax)) +("cinder" nil (s ih1 n d er0)) +("cinderella" nil (s ih1 n d er0 eh1 l ax)) +("cinders" nil (s ih1 n d er0 z)) +("cindie" nil (s ay1 n d iy0)) +("cindric" nil (s ih1 n d r ih0 k)) +("cindy" nil (s ih1 n d iy0)) +("cinelli" nil (s ih0 n eh1 l iy0)) +("cinema" nil (s ih1 n ax m ax)) +("cinemark" nil (s ih1 n ax m aa1 k)) +("cinemas" nil (s ih1 n ax m ax z)) +("cinematic" nil (s ih1 n ax m ae1 t ih0 k)) +("cinematographer" nil (s ih1 n ih0 m ax t aa1 g r ax f er0)) +("cinematography" nil (s ih1 n ih0 m ax t aa1 g r ax f iy0)) +("cinemax" nil (s ih1 n ax m ae0 k s)) +("cineplex" nil (s ih1 n ax p l eh1 k s)) +("cinergy" nil (s ih1 n er0 jh iy0)) +("cini" nil (ch iy1 n iy0)) +("cinnabar" nil (s ih1 n ax b aa1 r)) +("cinnaminson" nil (s ih1 n ax m ih0 n s ax n)) +("cinnamon" nil (s ih1 n ax m ax n)) +("cino" nil (ch iy1 n ow0)) +("cinq" nil (s ih1 ng k)) +("cinque" nil (s ih1 ng k)) +("cinquemani" nil (ch iy0 n k w eh0 m aa1 n iy0)) +("cinram" nil (s ih1 n r ae0 m)) +("cinthie" nil (s ih1 n th iy0)) +("cintron" nil (s ih1 n t r ax n)) +("ciocca" nil (ch ow1 k ax)) +("cioffi" nil (ch iy0 ow1 f iy0)) +("ciolek" nil (ch iy0 ow1 l eh0 k)) +("ciolino" nil (ch ow0 l iy1 n ow0)) +("ciotti" nil (ch ow1 t iy0)) +("cipher" nil (s ay1 f er0)) +("cipolla" nil (s ih0 p aa1 l ax)) +("cipollone" nil (s ih1 p ax l ow1 n)) +("cipriani" nil (ch iy0 p r iy0 aa1 n iy0)) +("cipriano" nil (ch iy0 p r iy0 aa1 n ow0)) +("cira" nil (s er1 ax)) +("ciraulo" nil (s er0 ao1 l ow0)) +("circa" nil (s er1 k ax)) +("circadian" nil (s er0 k ey1 d iy0 ax n)) +("circle" nil (s er1 k ax l)) +("circled" nil (s er1 k ax l d)) +("circles" nil (s er1 k ax l z)) +("circling" nil (s er1 k ax l ih0 ng)) +("circon" nil (s er1 k aa0 n)) +("circuit" nil (s er1 k ax t)) +("circuited" nil (s er1 k ax t ih0 d)) +("circuitous" nil (s er0 k y uw1 ih0 t ax s)) +("circuitry" nil (s er1 k ax t r iy0)) +("circuits" nil (s er1 k ax t s)) +("circular" nil (s er1 k y ax l er0)) +("circularly" nil (s er1 k y ax l er0 l iy0)) +("circulars" nil (s er1 k y ax l er0 z)) +("circulate" nil (s er1 k y ax l ey1 t)) +("circulated" nil (s er1 k y ax l ey1 t ax d)) +("circulates" nil (s er1 k y ax l ey1 t s)) +("circulating" nil (s er1 k y ax l ey1 t ih0 ng)) +("circulation" nil (s er1 k y ax l ey1 sh ax n)) +("circulations" nil (s er1 k y ax l ey1 sh ax n z)) +("circulatory" nil (s er1 k y ax l ax t ao1 r iy0)) +("circumcision" nil (s er1 k ax m s ih1 zh ax n)) +("circumference" nil (s er0 k ah1 m f r ax n s)) +("circumscribed" nil (s er1 k ax m s k r ay1 b d)) +("circumspect" nil (s er1 k ax m s p eh1 k t)) +("circumspection" nil (s er1 k ax m s p eh1 k sh ax n)) +("circumstance" nil (s er1 k ax m s t ae1 n s)) +("circumstances" nil (s er1 k ax m s t ae1 n s ax z)) +("circumstantial" nil (s er1 k ax m s t ae1 n ch ax l)) +("circumvent" nil (s er1 k ax m v eh1 n t)) +("circumvented" nil (s er1 k ax m v eh1 n t ih0 d)) +("circumventing" nil (s er1 k ax m v eh1 n t ih0 ng)) +("circumvention" nil (s er1 k ax m v eh1 n ch ax n)) +("circumvents" nil (s er1 k ax m v eh1 n t s)) +("circus" nil (s er1 k ax s)) +("circuses" nil (s er1 k ax s ax z)) +("cirelli" nil (s ih0 r eh1 l iy0)) +("ciresi" nil (s er0 eh1 s iy0)) +("ciriaco" nil (s ih1 r iy0 aa1 k ow0)) +("ciriello" nil (s er0 iy0 eh1 l ow0)) +("cirigliano" nil (s er0 iy0 g l iy0 aa1 n ow0)) +("cirillo" nil (s ih0 r ih1 l ow0)) +("cirincione" nil (s er0 iy0 n ch ow1 n iy0)) +("cirino" nil (s er0 iy1 n ow0)) +("cirone" nil (s ih0 r ow1 n)) +("ciros" nil (s ih1 r ow1 z)) +("cirque" nil (s er1 k)) +("cirrhosis" nil (s er0 ow1 s ax s)) +("cirrincione" nil (s er0 r iy0 n ch ow1 n iy0)) +("cirrus" nil (s ih1 r ax s)) +("cisar" nil (s ih0 s aa1 r)) +("cisco" nil (s ih1 s k ow0)) +("cisek" nil (ch ih1 s eh0 k)) +("cisewski" nil (ch ih0 s eh1 f s k iy0)) +("ciskei" nil (s ih0 s k ey1)) +("cisler" nil (s ih1 s ax l er0)) +("cislo" nil (ch iy1 s l ow0)) +("cisneros" nil (s ih0 s n eh1 r ow0 s)) +("cisney" nil (s ih1 z n iy0)) +("cissell" nil (s ih1 s ax l)) +("cissie" nil (s ih1 s iy0)) +("cissna" nil (s ih1 s n ax)) +("cist" nil (s ih1 s t)) +("cistercian" nil (s ih0 s t er1 sh ax n)) +("cisterns" nil (s ih1 s t er0 n z)) +("ciszek" nil (ch ih1 sh eh0 k)) +("ciszewski" nil (ch ih0 sh eh1 f s k iy0)) +("citadel" nil (s ih1 t ax d eh1 l)) +("citation" nil (s ay0 t ey1 sh ax n)) +("citations" nil (s ay0 t ey1 sh ax n z)) +("cite" nil (s ay1 t)) +("cited" nil (s ay1 t ax d)) +("cites" nil (s ay1 t s)) +("citgo" nil (s ih1 t g ow0)) +("citi" nil (s ih1 t iy0)) +("citibank" nil (s ih1 t iy0 b ae1 ng k)) +("citic" nil (s ih1 t ih0 k)) +("citicorp" nil (s ih1 t iy0 k ao1 r p)) +("citicorps" nil (s ih1 t iy0 k ao1 r p s)) +("cities" nil (s ih1 t iy0 z)) +("citing" nil (s ay1 t ih0 ng)) +("citisteel" nil (s ih1 t iy0 s t iy1 l)) +("citizen" nil (s ih1 t ax z ax n)) +("citizenry" nil (s ih1 t ih0 z ax n r iy0)) +("citizens" nil (s ih1 t ax z ax n z)) +("citizenship" nil (s ih1 t ih0 z ax n sh ih1 p)) +("citrano" nil (ch iy0 t r aa1 n ow0)) +("citric" nil (s ih1 t r ih0 k)) +("citrin" nil (s ih1 t r ih0 n)) +("citro" nil (s ih1 t r ow0)) +("citroen" nil (s ih1 t r ow0 n)) +("citron" nil (s ih1 t r ax n)) +("citrosuco" nil (s ih1 t r ax s uw1 k ow0)) +("citrucel" nil (s ih1 t r ax s eh1 l)) +("citrus" nil (s ih1 t r ax s)) +("cittadino" nil (ch iy0 t aa0 d iy1 n ow0)) +("city" nil (s ih1 t iy0)) +("cityfed" nil (s ih1 t iy0 f eh1 d)) +("cityplace" nil (s ih1 t iy0 p l ey1 s)) +("cityside" nil (s ih1 t iy0 s ay1 d)) +("citytrust" nil (s ih1 t iy0 t r ah1 s t)) +("citywide" nil (s ih1 t iy0 w ay1 d)) +("ciucci" nil (ch uw1 ch iy0)) +("ciudad" nil (s iy1 uw0 d ae1 d)) +("ciulla" nil (ch uw1 l ax)) +("ciullo" nil (ch uw1 l ow0)) +("civet" nil (s ih1 v ax t)) +("civic" nil (s ih1 v ih0 k)) +("civics" nil (s ih1 v ih0 k s)) +("civil" nil (s ih1 v ax l)) +("civiletti" nil (s iy1 v ih0 l eh1 t iy0)) +("civilian" nil (s ax v ih1 l y ax n)) +("civilians" nil (s ax v ih1 l y ax n z)) +("civility" nil (s ax v ih1 l ax t iy0)) +("civilization" nil (s ih1 v ax l ih0 z ey1 sh ax n)) +("civilizations" nil (s ih1 v ax l ih0 z ey1 sh ax n z)) +("civilize" nil (s ih1 v ax l ay1 z)) +("civilized" nil (s ih1 v ax l ay1 z d)) +("civilly" nil (s ih1 v ih0 l iy0)) +("civitello" nil (ch iy0 v iy0 t eh1 l ow0)) +("cizek" nil (ch ih1 z eh0 k)) +("cizik" nil (s iy1 z ih0 k)) +("cizneros" nil (s ih1 z n eh1 r ow0 s)) +("claar" nil (k l aa1 r)) +("claassen" nil (k l aa1 s ax n)) +("clabaugh" nil (k l ae1 b ao0)) +("clabir" nil (k l ae1 b ih0 r)) +("clabo" nil (k l aa1 b ow0)) +("claborn" nil (k l ae1 b er0 n)) +("clabough" nil (k l ae1 b aw0)) +("clack" nil (k l ae1 k)) +("clad" nil (k l ae1 d)) +("claddagh" nil (k l ae1 d ah1)) +("claes" nil (k l ey1 z)) +("claeys" nil (k l ey1 z)) +("claffey" nil (k l ae1 f iy0)) +("claflin" nil (k l ae1 f l ih0 n)) +("clagett" nil (k l ae1 jh ih0 t)) +("clagg" nil (k l ae1 g)) +("claggett" nil (k l ae1 g ih0 t)) +("clague" nil (k l aa1 g)) +("claiborn" nil (k l ey1 b er0 n)) +("claiborne" nil (k l ey1 b er0 n)) +("claim" nil (k l ey1 m)) +("claimant" nil (k l ey1 m ax n t)) +("claimants" nil (k l ey1 m ax n t s)) +("claimed" nil (k l ey1 m d)) +("claiming" nil (k l ey1 m ih0 ng)) +("claims" nil (k l ey1 m z)) +("clair" nil (k l eh1 r)) +("claire" nil (k l eh1 r)) +("clairmont" nil (k l eh1 r m ax n t)) +("clairol" nil (k l eh1 r aa0 l)) +("clairson" nil (k l eh1 r s ax n)) +("clairvoyance" nil (k l eh0 r v oy1 ax n s)) +("clam" nil (k l ae1 m)) +("clamber" nil (k l ae1 m b er0)) +("clambered" nil (k l ae1 m b er0 d)) +("clamen" nil (k l ey1 m ax n)) +("clammy" nil (k l ae1 m iy0)) +("clamor" nil (k l ae1 m er0)) +("clamored" nil (k l ae1 m er0 d)) +("clamoring" nil (k l ae1 m er0 ih0 ng)) +("clamp" nil (k l ae1 m p)) +("clampdown" nil (k l ae1 m p d aw1 n)) +("clamped" nil (k l ae1 m p t)) +("clamping" nil (k l ae1 m p ih0 ng)) +("clampitt" nil (k l ax m p ih1 t)) +("clamps" nil (k l ae1 m p s)) +("clams" nil (k l ae1 m z)) +("clamshell" nil (k l ae1 m sh eh1 l)) +("clan" nil (k l ae1 n)) +("clancey" nil (k l ae1 n s iy0)) +("clancy" nil (k l ae1 n s iy0)) +("clandestine" nil (k l ae0 n d eh1 s t ih0 n)) +("clandestinely" nil (k l ae0 n d eh1 s t ax n l iy0)) +("clang" nil (k l ae1 ng)) +("clanging" nil (k l ae1 ng ih0 ng)) +("clanin" nil (k l ae1 n ih0 n)) +("clanking" nil (k l ae1 ng k ih0 ng)) +("clannish" nil (k l ae1 n ih0 sh)) +("clans" nil (k l ae1 n z)) +("clanton" nil (k l ae1 n t ax n)) +("clap" nil (k l ae1 p)) +("clapboard" nil (k l ae1 p b ao1 r d)) +("clapboards" nil (k l ae1 p b ao1 r d z)) +("clapham" nil (k l ae1 f ax m)) +("clapman" nil (k l ae1 p m ax n)) +("clapp" nil (k l ae1 p)) +("clapped" nil (k l ae1 p t)) +("clapper" nil (k l ae1 p er0)) +("clapping" nil (k l ae1 p ih0 ng)) +("claps" nil (k l ae1 p s)) +("clapsaddle" nil (k l ae1 p s ae1 d ax l)) +("clapton" nil (k l ae1 p t ax n)) +("clar" nil (k l aa1 r)) +("clara" nil (k l ae1 r ax)) +("clarabelle" nil (k l ae1 r ax b ax l)) +("claramae" nil (k l aa0 r aa1 m ay0)) +("clarcor" nil (k l aa1 r k ao1 r)) +("clardy" nil (k l aa1 r d iy0)) +("clare" nil (k l eh1 r)) +("claremont" nil (k l eh1 r m aa1 n t)) +("claren" nil (k l ae1 r ax n)) +("clarence" nil (k l eh1 r ax n s)) +("clarendon" nil (k l eh1 r ax n d ax n)) +("claresta" nil (k l aa0 r eh1 s t ax)) +("clarette" nil (k l er0 eh1 t)) +("clarey" nil (k l ae1 r iy0)) +("claribel" nil (k l eh1 r ax b eh1 l)) +("clarice" nil (k l er0 iy1 s)) +("clarida" nil (k l aa0 r iy1 d ax)) +("claridge" nil (k l eh1 r ih0 jh)) +("clarification" nil (k l eh1 r ax f ax k ey1 sh ax n)) +("clarifications" nil (k l eh1 r ih0 f ih0 k ey1 sh ax n z)) +("clarified" nil (k l eh1 r ax f ay1 d)) +("clarifies" nil (k l eh1 r ax f ay1 z)) +("clarify" nil (k l eh1 r ax f ay1)) +("clarifying" nil (k l eh1 r ax f ay1 ih0 ng)) +("clarimond" nil (k l ae1 r ih0 m ax n d)) +("clarinda" nil (k l er0 ih1 n d ax)) +("clarine" nil (k l eh1 r iy0 n)) +("clarinet" nil (k l eh1 r ax n eh1 t)) +("clarinetist" nil (k l eh1 r ax n eh1 t ih0 s t)) +("clarinetists" nil (k l eh1 r ax n eh1 t ih0 s t s)) +("clarins" nil (k l eh1 r ih0 n z)) +("clarion" nil (k l eh1 r iy0 ax n)) +("claris" nil (k l eh1 r ih0 s)) +("clarissa" nil (k l er0 ih1 s ax)) +("clarisse" nil (k l ae1 r ih0 s)) +("clarita" nil (k l aa0 r iy1 t ax)) +("claritin" nil (k l eh1 r ih0 t ih0 n)) +("clarity" nil (k l eh1 r ax t iy0)) +("clark" nil (k l aa1 r k)) +("clarke" nil (k l aa1 r k)) +("clarkin" nil (k l aa1 r k ih0 n)) +("clarks" nil (k l aa1 r k s)) +("clarksburg" nil (k l aa1 r k s b er0 g)) +("clarkson" nil (k l aa1 r k s ax n)) +("clarkston" nil (k l aa1 r k s t ax n)) +("clarksville" nil (k l aa1 r k s v ih1 l)) +("claro" nil (k l aa1 r ow0)) +("clarostat" nil (k l eh1 r ax s t ae1 t)) +("clarridge" nil (k l ae1 r ih0 jh)) +("clarrisse" nil (k l ae1 r ih0 s)) +("clary" nil (k l eh1 r iy0)) +("clasby" nil (k l ae1 s b iy0)) +("clasen" nil (k l ey1 s ax n)) +("clash" nil (k l ae1 sh)) +("clashed" nil (k l ae1 sh t)) +("clashes" nil (k l ae1 sh ih0 z)) +("clashing" nil (k l ae1 sh ih0 ng)) +("clason" nil (k l ae1 s ax n)) +("clasp" nil (k l ae1 s p)) +("clasped" nil (k l ae1 s p t)) +("class" nil (k l ae1 s)) +("classaction" nil (k l ae1 s ae1 k sh ax n)) +("classed" nil (k l ae1 s t)) +("classen" nil (k l ae1 s ax n)) +("classes" nil (k l ae1 s ax z)) +("classic" nil (k l ae1 s ih0 k)) +("classical" nil (k l ae1 s ih0 k ax l)) +("classically" nil (k l ae1 s ih0 k l iy0)) +("classicism" nil (k l ae1 s ih0 s ih1 z ax m)) +("classicist" nil (k l ae1 s ax s ax s t)) +("classics" nil (k l ae1 s ih0 k s)) +("classier" nil (k l ae1 s iy0 er0)) +("classifiable" nil (k l ae1 s ax f ay1 ax b ax l)) +("classification" nil (k l ae1 s ax f ax k ey1 sh ax n)) +("classifications" nil (k l ae1 s ax f ax k ey1 sh ax n z)) +("classified" nil (k l ae1 s ax f ay1 d)) +("classifies" nil (k l ae1 s ax f ay1 z)) +("classify" nil (k l ae1 s ax f ay1)) +("classifying" nil (k l ae1 s ax f ay1 ih0 ng)) +("classing" nil (k l ae1 s ih0 ng)) +("classless" nil (k l ae1 s l ax s)) +("classmate" nil (k l ae1 s m ey1 t)) +("classmates" nil (k l ae1 s m ey1 t s)) +("classon" nil (k l ae1 s ax n)) +("classroom" nil (k l ae1 s r uw1 m)) +("classrooms" nil (k l ae1 s r uw1 m z)) +("classy" nil (k l ae1 s iy0)) +("clatter" nil (k l ae1 t er0)) +("claud" nil (k l ao1 d)) +("claude" nil (k l ao1 d)) +("claudette" nil (k l ow0 d eh1 t)) +("claudia" nil (k l ao1 d iy0 ax)) +("claudian" nil (k l ao1 d iy0 ax n)) +("claudie" nil (k l ao1 d iy0)) +("claudina" nil (k l ao1 d ih0 n ax)) +("claudine" nil (k l ao0 d iy1 n)) +("claudio" nil (k l ao1 d iy0 ow1)) +("claudius" nil (k l ao1 d iy0 ax s)) +("claudson" nil (k l ao1 d s ax n)) +("claunch" nil (k l ao1 n ch)) +("claus" nil (k l ao1 z)) +("clause" nil (k l ao1 z)) +("clausell" nil (k l ao1 z ax l)) +("clausen" nil (k l aw1 s ax n)) +("clauser" nil (k l ao1 z er0)) +("clauses" nil (k l ao1 z ax z)) +("clausing" nil (k l ao1 z ih0 ng)) +("clauson" nil (k l ao1 z ax n)) +("clauss" nil (k l ao1 s)) +("claussen" nil (k l ao1 z s ax n)) +("claustrophobia" nil (k l ao1 s t r ax f ow1 b iy0 ax)) +("claustrophobic" nil (k l ao1 s t r ax f ow1 b ih0 k)) +("clavette" nil (k l ax v eh1 t)) +("clavichord" nil (k l ae1 v ax k ao1 r d)) +("clavicle" nil (k l ae1 v ax k ax l)) +("clavin" nil (k l ae1 v ih0 n)) +("claw" nil (k l ao1)) +("clawed" nil (k l ao1 d)) +("clawing" nil (k l ao1 ih0 ng)) +("claws" nil (k l ao1 z)) +("clawson" nil (k l ao1 s ax n)) +("claxon" nil (k l ae1 k s ax n)) +("claxton" nil (k l ae1 k s t ax n)) +("clay" nil (k l ey1)) +("claybaugh" nil (k l ey1 b ao1)) +("clayborn" nil (k l ey1 b er0 n)) +("clayborne" nil (k l ey1 b er0 n)) +("claybourne" nil (k l ey1 b er0 n)) +("claybrook" nil (k l ey1 b r uh1 k)) +("claybrooks" nil (k l ey1 b r uh1 k s)) +("clayburn" nil (k l ey1 b er1 n)) +("claycomb" nil (k l ey1 k ax m)) +("clayey" nil (k l ey1 iy0)) +("clayman" nil (k l ey1 m ax n)) +("claymation" nil (k l ey1 m ey1 sh ax n)) +("claymont" nil (k l ey1 m aa1 n t)) +("claymore" nil (k l ey1 m ao1 r)) +("claypool" nil (k l ey1 p uw1 l)) +("claypoole" nil (k l ey1 p uw1 l)) +("clays" nil (k l ey1 z)) +("clayson" nil (k l ey1 z ax n)) +("clayton" nil (k l ey1 t ax n)) +("claytor" nil (k l ey1 t er0)) +("claywell" nil (k l ey1 w eh1 l)) +("cleah" nil (k iy1 ax)) +("clean" nil (k l iy1 n)) +("cleaned" nil (k l iy1 n d)) +("cleaner" nil (k l iy1 n er0)) +("cleaners" nil (k l iy1 n er0 z)) +("cleanest" nil (k l iy1 n ax s t)) +("cleaning" nil (k l iy1 n ih0 ng)) +("cleanliness" nil (k l eh1 n l iy0 n ih0 s)) +("cleanly" nil (k l iy1 n l iy0)) +("cleans" nil (k l iy1 n z)) +("cleanse" nil (k l eh1 n z)) +("cleansed" nil (k l eh1 n z d)) +("cleanser" nil (k l eh1 n z er0)) +("cleansers" nil (k l eh1 n z er0 z)) +("cleansing" nil (k l eh1 n z ih0 ng)) +("cleantha" nil (k l iy1 n th ax)) +("cleanup" nil (k l iy1 n ah1 p)) +("cleanups" nil (k l iy1 n ah1 p s)) +("clear" nil (k l ih1 r)) +("clearance" nil (k l ih1 r ax n s)) +("clearances" nil (k l ih1 r ax n s ih0 z)) +("clearcut" nil (k l ih1 r k ah1 t)) +("clearcuts" nil (k l ih1 r k ah1 t s)) +("clearcutting" nil (k l ih1 r k ah1 t ih0 ng)) +("cleared" nil (k l ih1 r d)) +("clearer" nil (k l ih1 r er0)) +("clearest" nil (k l ih1 r ih0 s t)) +("clearing" nil (k l ih1 r ih0 ng)) +("clearinghouse" nil (k l ih1 r ih0 ng hh aw1 s)) +("clearinghouses" nil (k l iy1 r ih0 ng hh aw1 s ih0 z)) +("clearly" nil (k l ih1 r l iy0)) +("clearman" nil (k l ih1 r m ax n)) +("clears" nil (k l ih1 r z)) +("clearwater" nil (k l ih1 r w ao1 t er0)) +("cleary" nil (k l ih1 r iy0)) +("cleat" nil (k l iy1 t)) +("cleats" nil (k l iy1 t s)) +("cleavage" nil (k l iy1 v ax jh)) +("cleaveland" nil (k l iy1 v l ax n d)) +("cleavenger" nil (k l iy1 v ih0 n jh er0)) +("cleaver" nil (k l iy1 v er0)) +("cleaves" nil (k l iy1 v z)) +("cleckler" nil (k l eh1 k l er0)) +("cleckley" nil (k l eh1 k l iy0)) +("cleckner" nil (k l eh1 k n er0)) +("cleek" nil (k l iy1 k)) +("cleere" nil (k l ih1 r)) +("cleese" nil (k l iy1 s)) +("cleeton" nil (k l iy1 t ax n)) +("clegg" nil (k l eh1 g)) +("cleghorn" nil (k l eh1 g hh er0 n)) +("cleland" nil (k l eh1 l ax n d)) +("clell" nil (k l eh1 l)) +("clelland" nil (k l eh1 l ax n d)) +("clem" nil (k l eh1 m)) +("clemans" nil (k l eh1 m ax n z)) +("clematis" nil (k l eh1 m ax t ih0 s)) +("clemen" nil (k l eh1 m ax n)) +("clemence" nil (k l eh1 m ax n s)) +("clemency" nil (k l eh1 m ax n s iy0)) +("clemens" nil (k l eh1 m ax n z)) +("clemensen" nil (k l eh1 m ax n s ax n)) +("clemenson" nil (k l eh1 m ih0 n s ax n)) +("clement" nil (k l eh1 m ax n t)) +("clemente" nil (k l ax m eh1 n t ey0)) +("clementi" nil (k l ey0 m ey1 n t iy0)) +("clementia" nil (k l ey0 m ey1 n sh ax)) +("clementine" nil (k l eh1 m ax n t ay1 n)) +("clements" nil (k l eh1 m ax n t s)) +("clementson" nil (k l eh1 m ih0 n t s ax n)) +("clementz" nil (k l eh1 m ih0 n t s)) +("clemmer" nil (k l eh1 m er0)) +("clemmie" nil (k l eh1 m iy0)) +("clemmons" nil (k l eh1 m ax n z)) +("clemmy" nil (k l eh1 m iy0)) +("clemo" nil (k l ey1 m ow0)) +("clemons" nil (k l eh1 m ax n z)) +("clemson" nil (k l eh1 m s ax n)) +("clenched" nil (k l eh1 n ch t)) +("clendaniel" nil (k l eh1 n d ax n iy1 l)) +("clendenen" nil (k l eh1 n d ax n ax n)) +("clendenin" nil (k l eh1 n d ih0 n ih0 n)) +("clendening" nil (k l eh1 n d ax n ih0 ng)) +("clendenning" nil (k l eh1 n d eh1 n ih0 ng)) +("clenney" nil (k l eh1 n iy0)) +("cleo" nil (k l iy1 ow0)) +("cleopatra" nil (k l iy1 ax p ae1 t r ax)) +("clephane" nil (k l eh1 f ey1 n)) +("clepper" nil (k l eh1 p er0)) +("clerc" nil (k l er1 k)) +("clercq" nil (k l er1 k)) +("clergy" nil (k l er1 jh iy0)) +("clergyman" nil (k l er1 jh iy0 m ax n)) +("clergymen" nil (k l er1 jh iy0 m ih0 n)) +("cleric" nil (k l eh1 r ih0 k)) +("clerical" nil (k l eh1 r ax k ax l)) +("clerics" nil (k l eh1 r ih0 k s)) +("clerissa" nil (k l er0 iy1 s ax)) +("clerk" nil (k l er1 k)) +("clerkin" nil (k l er1 k ih0 n)) +("clerks" nil (k l er1 k s)) +("clermont" nil (k l eh1 r m aa1 n t)) +("cleva" nil (k l iy1 v ax)) +("cleve" nil (k l iy1 v)) +("cleveland" nil (k l iy1 v l ax n d)) +("clevelanders" nil (k l iy1 v l ax n d er0 z)) +("cleven" nil (k l iy1 v ax n)) +("clevenger" nil (k l eh1 v ih0 n jh er0)) +("clever" nil (k l eh1 v er0)) +("cleverly" nil (k l eh1 v er0 l iy0)) +("cleverness" nil (k l eh1 v er0 n ax s)) +("clevetrust" nil (k l iy1 v t r ah1 s t)) +("clevie" nil (k l iy1 v iy0)) +("clevinger" nil (k l eh1 v ih0 ng er0)) +("clevite" nil (k l ax v ay1 t)) +("clewell" nil (k l eh1 w eh0 l)) +("clewis" nil (k l uw1 ih0 s)) +("clews" nil (k l uw1 z)) +("cliantha" nil (k l iy0 ae1 n th ax)) +("cliburn" nil (k l ih1 b er0 n)) +("cliche" nil (k l iy0 sh ey1)) +("cliched" nil (k l iy1 sh ey1 d)) +("cliches" nil (k l iy0 sh ey1 z)) +("click" nil (k l ih1 k)) +("clicked" nil (k l ih1 k t)) +("clicking" nil (k l ih1 k ih0 ng)) +("clickner" nil (k l ih1 k n er0)) +("clicks" nil (k l ih1 k s)) +("client" nil (k l ay1 ax n t)) +("clientele" nil (k l ay1 ax n t eh1 l)) +("clients" nil (k l ay1 ax n t s)) +("cliett" nil (k l iy1 t)) +("clif" nil (k l ih1 f)) +("cliff" nil (k l ih1 f)) +("cliffe" nil (k l ih1 f)) +("cliffhanger" nil (k l ih1 f hh ae1 ng er0)) +("cliffhangers" nil (k l ih1 f hh ae1 ng er0 z)) +("clifford" nil (k l ih1 f er0 d)) +("cliffs" nil (k l ih1 f s)) +("clift" nil (k l ih1 f t)) +("clifton" nil (k l ih1 f t ax n)) +("cliggott" nil (k l ih1 g ax t)) +("clim" nil (k l ih1 m)) +("climaco" nil (k l ih1 m ax k ow0)) +("climactic" nil (k l ay0 m ae1 k t ih0 k)) +("climate" nil (k l ay1 m ax t)) +("climates" nil (k l ay1 m ax t s)) +("climatic" nil (k l ay0 m ae1 t ih0 k)) +("climatologist" nil (k l ih1 m ax t aa1 l ax jh ih0 s t)) +("climax" nil (k l ay1 m ae1 k s)) +("climaxed" nil (k l ay1 m ae1 k s t)) +("climaxes" nil (k l ih1 m ae0 k s ih0 z)) +("climb" nil (k l ay1 m)) +("climbed" nil (k l ay1 m d)) +("climber" nil (k l ay1 m er0)) +("climbers" nil (k l ay1 m er0 z)) +("climbing" nil (k l ay1 m ih0 ng)) +("climbs" nil (k l ay1 m z)) +("climer" nil (k l ay1 m er0)) +("climes" nil (k l ay1 m z)) +("clinard" nil (k l ih1 n er0 d)) +("clinch" nil (k l ih1 n ch)) +("clinched" nil (k l ih1 n ch t)) +("clincher" nil (k l ih1 n ch er0)) +("clinches" nil (k l ih1 n ch ax z)) +("clinching" nil (k l ih1 n ch ih0 ng)) +("cline" nil (k l ay1 n)) +("clines" nil (k l ay1 n z)) +("cling" nil (k l ih1 ng)) +("clingan" nil (k l ih1 ng g ax n)) +("clingenpeel" nil (k l ih0 ng g eh1 n p iy0 l)) +("clinger" nil (k l ih1 ng er0)) +("clingerman" nil (k l ih1 ng er0 m ax n)) +("clinging" nil (k l ih1 ng ih0 ng)) +("clingman" nil (k l ih1 ng m ax n)) +("clings" nil (k l ih1 ng z)) +("clini" nil (k l iy1 n iy0)) +("clinic" nil (k l ih1 n ih0 k)) +("clinical" nil (k l ih1 n ax k ax l)) +("clinically" nil (k l ih1 n ih0 k ax l iy0)) +("clinician" nil (k l ih0 n ih1 sh ax n)) +("clinicians" nil (k l ih0 n ih1 sh ax n z)) +("clinics" nil (k l ih1 n ih0 k s)) +("clink" nil (k l ih1 ng k)) +("clinkenbeard" nil (k l ih0 ng k eh1 n b er0 d)) +("clinkscale" nil (k l ih1 ng k s k ey1 l)) +("clinkscales" nil (k l ih1 ng k s k ey1 l z)) +("clint" nil (k l ih1 n t)) +("clinton" nil (k l ih1 n t ax n)) +("clintonites" nil (k l ih1 n t ax n ay1 t s)) +("clintonomics" nil (k l ih1 n t ax n aa1 m ih0 k s)) +("clintons" nil (k l ih1 n t ax n z)) +("clio" nil (k l iy1 ow0)) +("clip" nil (k l ih1 p)) +("clipboard" nil (k l ih1 p b ao1 r d)) +("clippard" nil (k l ih1 p er0 d)) +("clipped" nil (k l ih1 p t)) +("clipper" nil (k l ih1 p er0)) +("clippers" nil (k l ih1 p er0 z)) +("clipping" nil (k l ih1 p ih0 ng)) +("clippinger" nil (k l ih1 p ih0 ng er0)) +("clippings" nil (k l ih1 p ih0 ng z)) +("clips" nil (k l ih1 p s)) +("clique" nil (k l iy1 k)) +("cliques" nil (k l ih1 k s)) +("clites" nil (k l ay1 t s)) +("clive" nil (k l ay1 v)) +("cliver" nil (k l ay1 v er0)) +("cloak" nil (k l ow1 k)) +("cloaked" nil (k l ow1 k t)) +("cloaking" nil (k l ow1 k ih0 ng)) +("clobber" nil (k l aa1 b er0)) +("clobbered" nil (k l aa1 b er0 d)) +("clobbering" nil (k l aa1 b er0 ih0 ng)) +("clock" nil (k l aa1 k)) +("clocked" nil (k l aa1 k t)) +("clocks" nil (k l aa1 k s)) +("clockwork" nil (k l aa1 k w er1 k)) +("clodfelter" nil (k l aa1 d f eh1 l t er0)) +("clodoveo" nil (k l ow0 d ow1 v iy0 ow0)) +("cloe" nil (k l ow1)) +("cloer" nil (k l ow1 er0)) +("cloey" nil (k l ow1 iy0)) +("clog" nil (k l aa1 g)) +("clogged" nil (k l ao1 g d)) +("clogging" nil (k l aa1 g ih0 ng)) +("clogs" nil (k l aa1 g z)) +("clogston" nil (k l aa1 g s t ax n)) +("cloherty" nil (k l aa1 hh er0 t iy0)) +("clohessy" nil (k l aa1 hh ih0 s iy0)) +("cloistered" nil (k l oy1 s t er0 d)) +("cloisters" nil (k l oy1 s t er0 z)) +("cloke" nil (k l ow1 k)) +("clomipramine" nil (k l ow1 m ih0 p r ax m ay1 n)) +("clonch" nil (k l aa1 n ch)) +("clone" nil (k l ow1 n)) +("cloned" nil (k l ow1 n d)) +("clones" nil (k l ow1 n z)) +("clonidine" nil (k l aa1 n ih0 d iy1 n)) +("cloning" nil (k l ow1 n ih0 ng)) +("cloninger" nil (k l ow1 n ih0 ng er0)) +("clonts" nil (k l aa1 n t s)) +("clontz" nil (k l aa1 n t s)) +("cloonan" nil (k l uw1 n ax n)) +("clootie" nil (k l uw1 t iy0)) +("clopper" nil (k l aa1 p er0)) +("clopton" nil (k l aa1 p t ax n)) +("clore" nil (k l ao1 r)) +("clorinda" nil (k l ao0 r iy1 n d ax)) +("clorox" nil (k l ao1 r aa0 k s)) +("clos" nil (k l aa1 s)) +("close" n (k l ow1 s)) +("close" v (k l ow1 z)) +("closed" nil (k l ow1 z d)) +("closedown" nil (k l ow1 z d aw1 n)) +("closedowns" nil (k l ow1 z d aw1 n z)) +("closely" nil (k l ow1 s l iy0)) +("closeness" nil (k l ow1 s n ih0 s)) +("closer" nil (k l ow1 s er0)) +("closes" nil (k l ow1 z ih0 z)) +("closest" nil (k l ow1 s ax s t)) +("closet" nil (k l aa1 z ax t)) +("closeted" nil (k l aa1 z ax t ih0 d)) +("closets" nil (k l aa1 z ax t s)) +("closeup" nil (k l ow1 s ah1 p)) +("closeups" nil (k l ow1 s ah1 p s)) +("closing" nil (k l ow1 z ih0 ng)) +("closings" nil (k l ow1 z ih0 ng z)) +("closs" nil (k l ao1 s)) +("closser" nil (k l ao1 s er0)) +("closson" nil (k l aa1 s ax n)) +("closure" nil (k l ow1 zh er0)) +("closures" nil (k l ow1 zh er0 z)) +("clot" nil (k l aa1 t)) +("clotfelter" nil (k l aa1 t f eh1 l t er0)) +("cloth" nil (k l ao1 th)) +("clothe" nil (k l ow1 dh)) +("clothed" nil (k l ow1 dh d)) +("clothes" nil (k l ow1 dh z)) +("clotheshorse" nil (k l ow1 z hh ao1 r s)) +("clothestime" nil (k l ow1 dh z t ay1 m)) +("clothier" nil (k l ow1 dh y er0)) +("clothiers" nil (k l ow1 dh y er0 z)) +("clothilda" nil (k l ax th ih1 l d ax)) +("clothilde" nil (k l aa1 th ih0 l d)) +("clothing" nil (k l ow1 dh ih0 ng)) +("cloths" nil (k l ao1 th s)) +("clotilda" nil (k l ax t ih1 l d ax)) +("clots" nil (k l aa1 t s)) +("clott" nil (k l aa1 t)) +("clotted" nil (k l aa1 t ax d)) +("clotting" nil (k l aa1 t ih0 ng)) +("cloture" nil (k l ow1 ch er0)) +("clouatre" nil (k l aw1 ax t r)) +("cloud" nil (k l aw1 d)) +("cloudburst" nil (k l aw1 d b er1 s t)) +("clouded" nil (k l aw1 d ax d)) +("clouding" nil (k l aw1 d ih0 ng)) +("cloudless" nil (k l aw1 d l ax s)) +("clouds" nil (k l aw1 d z)) +("cloudy" nil (k l aw1 d iy0)) +("clough" nil (k l aw1)) +("clougherty" nil (k l aw1 er0 t iy0)) +("clouse" nil (k l aw1 s)) +("clouser" nil (k l aw1 s er0)) +("clout" nil (k l aw1 t)) +("clouthier" nil (k l aw1 th iy0 er0)) +("cloutier" nil (k l aw1 t iy0 er0)) +("clover" nil (k l ow1 v er0)) +("cloverleaf" nil (k l ow1 v er0 l iy1 f)) +("cloves" nil (k l ow1 v z)) +("clovis" nil (k l ow1 v ih0 s)) +("clow" nil (k l ow1)) +("cloward" nil (k l ow1 w er0 d)) +("clowdus" nil (k l aw1 d ih0 s)) +("clower" nil (k l aw1 er0)) +("clowers" nil (k l aw1 er0 z)) +("clowes" nil (k l aw1 z)) +("clown" nil (k l aw1 n)) +("clowney" nil (k l aw1 n iy0)) +("clowning" nil (k l aw1 n ih0 ng)) +("clowns" nil (k l aw1 n z)) +("cloyd" nil (k l oy1 d)) +("cloying" nil (k l oy1 ih0 ng)) +("clozapine" nil (k l ow1 z ax p ay1 n)) +("club" nil (k l ah1 b)) +("clubb" nil (k l ah1 b)) +("clubbed" nil (k l ah1 b d)) +("clubbing" nil (k l ah1 b ih0 ng)) +("clubby" nil (k l ah1 b iy0)) +("clubhouse" nil (k l ah1 b hh aw1 s)) +("clubhouses" nil (k l ah1 b hh aw1 s ih0 z)) +("clubs" nil (k l ah1 b z)) +("clucas" nil (k l uw1 k ax z)) +("cluck" nil (k l ah1 k)) +("cluckey" nil (k l ah1 k iy0)) +("clucking" nil (k l ah1 k ih0 ng)) +("clucks" nil (k l ah1 k s)) +("clue" nil (k l uw1)) +("clued" nil (k l uw1 d)) +("clueless" nil (k l uw1 l ax s)) +("clues" nil (k l uw1 z)) +("cluett" nil (k l uw1 ih0 t)) +("cluff" nil (k l ah1 f)) +("clugston" nil (k l ah1 g s t ax n)) +("clukey" nil (k l uw1 k iy0)) +("clum" nil (k l ah1 m)) +("clump" nil (k l ah1 m p)) +("clumps" nil (k l ah1 m p s)) +("clumpy" nil (k l ah1 m p iy0)) +("clumsily" nil (k l ah1 m s ax l iy0)) +("clumsiness" nil (k l ah1 m z iy0 n ax s)) +("clumsy" nil (k l ah1 m z iy0)) +("clune" nil (k l uw1 n)) +("clung" nil (k l ah1 ng)) +("clunky" nil (k l ah1 ng k iy0)) +("cluny" nil (k l uw1 n iy0)) +("cluster" nil (k l ah1 s t er0)) +("clustered" nil (k l ah1 s t er0 d)) +("clustering" nil (k l ah1 s t er0 ih0 ng)) +("clusters" nil (k l ah1 s t er0 z)) +("clutch" nil (k l ah1 ch)) +("clutched" nil (k l ah1 ch t)) +("clutches" nil (k l ah1 ch ax z)) +("clutching" nil (k l ah1 ch ih0 ng)) +("clute" nil (k l uw1 t)) +("clutter" nil (k l ah1 t er0)) +("cluttered" nil (k l ah1 t er0 d)) +("clutts" nil (k l ah1 t s)) +("clyatt" nil (k l ay1 ax t)) +("clyburn" nil (k l ih1 b er0 n)) +("clyde" nil (k l ay1 d)) +("clydesdale" nil (k l ay1 d z d ey1 l)) +("clymene" nil (k l ih0 m iy1 n)) +("clymer" nil (k l ay1 m er0)) +("clyne" nil (k l ay1 n)) +("clyte" nil (k l ay1 t)) +("clytie" nil (k l ih1 t iy0)) +("clyve" nil (k l ay1 v)) +("cmos" nil (s iy1 m ow0 s)) +("cmx" nil (k ax m eh1 k s)) +("co" nil (k ow1)) +("coach" nil (k ow1 ch)) +("coached" nil (k ow1 ch t)) +("coaches" nil (k ow1 ch ih0 z)) +("coaching" nil (k ow1 ch ih0 ng)) +("coachman" nil (k ow1 ch m ax n)) +("coad" nil (k ow1 d)) +("coady" nil (k ow1 d iy0)) +("coagulating" nil (k ow0 ae1 g y ax l ey1 t ih0 ng)) +("coagulation" nil (k ow0 ae1 g y ax l ey1 sh ax n)) +("coakley" nil (k ow1 k l iy0)) +("coal" nil (k ow1 l)) +("coale" nil (k ow1 l)) +("coalesce" nil (k ow1 ax l eh1 s)) +("coalesced" nil (k ow1 ax l eh1 s t)) +("coalescing" nil (k ow1 ax l eh1 s ih0 ng)) +("coalition" nil (k ow1 ax l ih1 sh ax n)) +("coalitions" nil (k ow1 ax l ih1 sh ax n z)) +("coals" nil (k ow1 l z)) +("coalson" nil (k ow1 l s ax n)) +("coan" nil (k ow1 n)) +("coar" nil (k ao1 r)) +("coarse" nil (k ao1 r s)) +("coarser" nil (k ao1 r s er0)) +("coast" nil (k ow1 s t)) +("coastal" nil (k ow1 s t ax l)) +("coastamerica" nil (k ow1 s t ax m eh1 r ih0 k ax)) +("coasted" nil (k ow1 s t ih0 d)) +("coaster" nil (k ow1 s t er0)) +("coasters" nil (k ow1 s t er0 z)) +("coasting" nil (k ow1 s t ih0 ng)) +("coastline" nil (k ow1 s t l ay1 n)) +("coastlines" nil (k ow1 s t l ay1 n z)) +("coasts" nil (k ow1 s t s)) +("coat" nil (k ow1 t)) +("coate" nil (k ow1 ey1 t)) +("coated" nil (k ow1 t ax d)) +("coates" nil (k ow1 ey1 t s)) +("coatesville" nil (k ow1 t s v ih1 l)) +("coating" nil (k ow1 t ih0 ng)) +("coatings" nil (k ow1 t ih0 ng z)) +("coatney" nil (k ow1 t n iy0)) +("coats" nil (k ow1 t s)) +("coattails" nil (k ow1 t t ey1 l z)) +("coauthors" nil (k ow1 aa1 th er0 z)) +("coax" nil (k ow1 k s)) +("coaxed" nil (k ow1 k s t)) +("coaxes" nil (k ow1 k s ih0 z)) +("coaxial" nil (k ow1 ae1 k s iy0 ax l)) +("coaxing" nil (k ow1 k s ih0 ng)) +("coaxum" nil (k ow1 k s ax m)) +("cob" nil (k aa1 b)) +("cobain" nil (k ow1 b ey1 n)) +("cobalt" nil (k ow1 b ao1 l t)) +("cobaugh" nil (k aa1 b ao0)) +("cobb" nil (k aa1 b)) +("cobbett" nil (k aa1 b ih0 t)) +("cobbins" nil (k aa1 b ih0 n z)) +("cobble" nil (k aa1 b ax l)) +("cobbled" nil (k aa1 b ax l d)) +("cobbler" nil (k aa1 b l er0)) +("cobblers" nil (k aa1 b l er0 z)) +("cobblestones" nil (k aa1 b ax l s t ow1 n z)) +("cobbs" nil (k aa1 b z)) +("cobe" nil (k ow1 b)) +("coben" nil (k ow1 b ax n)) +("cobepa" nil (k ow0 b ey1 p ax)) +("coberly" nil (k ow1 b er0 l iy0)) +("cobern" nil (k aa1 b er0 n)) +("cobert" nil (k aa1 b er0 t)) +("cobey" nil (k ow1 b iy0)) +("cobia" nil (k ow1 b iy0 ax)) +("cobian" nil (k ow1 b iy0 ax n)) +("cobin" nil (k ow1 b ih0 n)) +("coble" nil (k ow1 b ax l)) +("cobleigh" nil (k aa1 b l ax)) +("coblentz" nil (k aa1 b l ih0 n t s)) +("cobler" nil (k ow1 b ax l er0)) +("cobo" nil (k ow1 b ow0)) +("cobos" nil (k ow1 b ow0 z)) +("cobra" nil (k ow1 b r ax)) +("cobras" nil (k ow1 b r ax z)) +("cobre" nil (k aa1 b r ax)) +("cobrin" nil (k aa1 b r ih0 n)) +("cobs" nil (k aa1 b z)) +("coburn" nil (k ow1 b er0 n)) +("cobwebs" nil (k aa1 b w eh1 b z)) +("coby" nil (k ow1 b iy0)) +("coca" nil (k ow1 k ax)) +("cocaine" nil (k ow0 k ey1 n)) +("cocanougher" nil (k aa1 k ax n ah1 f er0)) +("cocca" nil (k ow1 k ax)) +("coccaro" nil (k ow0 k aa1 r ow0)) +("cocchi" nil (k ow1 k iy0)) +("coccia" nil (k ow1 ch ax)) +("cocco" nil (k ow1 k ow0)) +("coccus" nil (k aa1 k ax s)) +("cochairman" nil (k ow1 ch eh1 r m ax n)) +("cochenour" nil (k aa1 sh ih0 n uh0 r)) +("cochin" nil (k ow1 ch ih0 n)) +("cochlea" nil (k aa1 k l iy0 ax)) +("cochlear" nil (k aa1 k l iy0 er0)) +("cochran" nil (k aa1 k r ax n)) +("cochrane" nil (k aa1 k r ax n)) +("cock" nil (k aa1 k)) +("cockatoo" nil (k aa1 k ax t uw1)) +("cockatoos" nil (k aa1 k ax t uw1 z)) +("cockburn" nil (k aa1 k b er1 n)) +("cocke" nil (k ow1 k)) +("cocked" nil (k aa1 k t)) +("cocker" nil (k aa1 k er0)) +("cockerell" nil (k aa1 k er0 eh1 l)) +("cockerham" nil (k aa1 k er0 hh ae1 m)) +("cockerill" nil (k aa1 k er0 ih1 l)) +("cockey" nil (k aa1 k iy0)) +("cockeyed" nil (k aa1 k ay1 d)) +("cockfield" nil (k aa1 k f iy1 l d)) +("cockiness" nil (k aa1 k ih0 n ax s)) +("cocking" nil (k aa1 k ih0 ng)) +("cocklin" nil (k aa1 k l ih0 n)) +("cockman" nil (k aa1 k m ax n)) +("cockney" nil (k aa1 k n iy0)) +("cockpit" nil (k aa1 k p ih1 t)) +("cockpits" nil (k aa1 k p ih1 t s)) +("cockran" nil (k aa1 k r ax n)) +("cockrell" nil (k aa1 k r ax l)) +("cockrill" nil (k aa1 k r ax l)) +("cockroach" nil (k aa1 k r ow1 ch)) +("cockroaches" nil (k aa1 k r ow1 ch ih0 z)) +("cockroft" nil (k aa1 k r ax f t)) +("cockrum" nil (k aa1 k r ax m)) +("cocks" nil (k aa1 k s)) +("cocktail" nil (k aa1 k t ey1 l)) +("cocktails" nil (k aa1 k t ey1 l z)) +("cockwell" nil (k aa1 k w eh1 l)) +("cocky" nil (k aa1 k iy0)) +("coco" nil (k ow1 k ow1)) +("cocoa" nil (k ow1 k ow0)) +("cocoanuts" nil (k ow1 k ow0 n ah1 t s)) +("cocom" nil (k ow1 k aa1 m)) +("coconut" nil (k ow1 k ax n ah1 t)) +("coconuts" nil (k ow1 k ax n ah1 t s)) +("cocoon" nil (k ax k uw1 n)) +("cocoons" nil (k ax k uw1 n z)) +("cocos" nil (k ow1 k ow1 z)) +("cocozza" nil (k ow0 k ow1 t s ax)) +("cocuzza" nil (k ow0 k uw1 t s ax)) +("cod" nil (k aa1 d)) +("coda" nil (k ow1 d ax)) +("codag" nil (k ow1 d ae1 g)) +("coday" nil (k ow1 d ey1)) +("codd" nil (k aa1 d)) +("codding" nil (k aa1 d ih0 ng)) +("coddington" nil (k aa1 d ih0 ng t ax n)) +("coddle" nil (k aa1 d ax l)) +("coddled" nil (k aa1 d ax l d)) +("coddling" nil (k aa1 d ax l ih0 ng)) +("code" nil (k ow1 d)) +("coded" nil (k ow1 d ih0 d)) +("codelco" nil (k ow0 d eh1 l k ow0)) +("coder" nil (k ow1 d er0)) +("coderre" nil (k ax d eh1 r)) +("codes" nil (k ow1 d z)) +("codification" nil (k aa1 d ax f ax k ey1 sh ax n)) +("codified" nil (k aa1 d ax f ay1 d)) +("codifies" nil (k ow1 d ax f ay1 z)) +("codify" nil (k ow1 d ax f ay1)) +("codifying" nil (k ow1 d ax f ay1 ih0 ng)) +("coding" nil (k ow1 d ih0 ng)) +("codispoti" nil (k ow0 d iy0 s p ow1 t iy0)) +("codlin" nil (k aa1 d l ih0 n)) +("codner" nil (k aa1 d n er0)) +("codrescu" nil (k ax d r eh1 s k y uw1)) +("cody" nil (k ow1 d iy0)) +("coe" nil (k ow1)) +("coeburn" nil (k ow1 b er0 n)) +("coed" nil (k ow1 eh1 d)) +("coeds" nil (k ow1 eh1 d z)) +("coeducational" nil (k ow1 eh1 jh ax k ey1 sh ax n ax l)) +("coefficient" nil (k ow1 ax f ih1 sh ax n t)) +("coefficients" nil (k ow1 ax f ih1 sh ax n t s)) +("coehlo" nil (k ow1 l ow0)) +("coelacanth" nil (s iy1 l ax k ae1 n th)) +("coelho" nil (k ow1 eh1 l ow0)) +("coello" nil (k ow1 eh1 l ow0)) +("coen" nil (k ow1 ih0 n)) +("coenen" nil (k ow0 iy1 n ax n)) +("coenzyme" nil (k ow0 eh1 n z ay0 m)) +("coequal" nil (k ow0 iy1 k w ax l)) +("coerce" nil (k ow0 er1 s)) +("coerced" nil (k ow0 er1 s t)) +("coercing" nil (k ow0 er1 s ih0 ng)) +("coercion" nil (k ow0 er1 sh ax n)) +("coercive" nil (k ow0 er1 s ih0 v)) +("coeur" nil (k uw1 r)) +("coexist" nil (k ow1 ax g z ih1 s t)) +("coexisted" nil (k ow1 ax g z ih1 s t ax d)) +("coexistence" nil (k ow1 ih0 g z ih1 s t ax n s)) +("coexisting" nil (k ow1 ih0 g z ih1 s t ih0 ng)) +("coey" nil (k ow1 iy0)) +("cofer" nil (k ow1 f er1)) +("coffaro" nil (k ow0 f aa1 r ow0)) +("coffee" nil (k aa1 f iy0)) +("coffeen" nil (k ax f iy1 n)) +("coffees" nil (k ao1 f iy0 z)) +("coffel" nil (k aa1 f ax l)) +("coffelt" nil (k aa1 f ih0 l t)) +("coffer" nil (k ao1 f er0)) +("coffers" nil (k aa1 f er0 z)) +("coffey" nil (k aa1 f iy0)) +("coffield" nil (k aa1 f iy0 l d)) +("coffin" nil (k ao1 f ih0 n)) +("coffing" nil (k ao1 f ih0 ng)) +("coffins" nil (k ao1 f ih0 n z)) +("coffman" nil (k ao1 f m ax n)) +("cofide" nil (k ow1 f ay1 d)) +("cofield" nil (k ow1 f iy1 l d)) +("cofounder" nil (k ow1 f aw1 n d er0)) +("cog" nil (k ao1 g)) +("cogan" nil (k ow1 g ax n)) +("cogar" nil (k ow1 g er0)) +("cogbill" nil (k aa1 g b ih1 l)) +("cogburn" nil (k aa1 g b er1 n)) +("cogdell" nil (k aa1 g d ax l)) +("cogdill" nil (k aa1 g d ax l)) +("cogeco" nil (k ow1 jh eh1 k ow0)) +("cogema" nil (k ow1 g m aa0)) +("cogency" nil (k ow1 jh ax n s iy0)) +("cogenerated" nil (k ow1 jh eh1 n er0 ey1 t ih0 d)) +("cogeneration" nil (k ow1 jh eh1 n er0 ey1 sh ax n)) +("cogenerators" nil (k ow0 jh eh1 n er0 ey1 t er0 z)) +("cogent" nil (k ow1 jh ax n t)) +("coger" nil (k ow1 jh er0)) +("coggeshall" nil (k aa1 g ih0 sh ao0 l)) +("coggin" nil (k aa1 g ih0 n)) +("coggins" nil (k aa1 g ih0 n z)) +("coghill" nil (k aa1 g hh ih1 l)) +("coghlan" nil (k aa1 g l ax n)) +("cogley" nil (k aa1 g l iy0)) +("coglianese" nil (k ow0 g l iy0 ax n ey1 z iy0)) +("cogliano" nil (k ow0 g l iy0 aa1 n ow0)) +("cognac" nil (k ow1 n y ae1 k)) +("cognetics" nil (k aa1 g n eh1 t ih0 k s)) +("cognex" nil (k aa1 g n eh0 k s)) +("cognition" nil (k aa0 g n ih1 sh ax n)) +("cognitive" nil (k aa1 g n ih0 t ih0 v)) +("cognizance" nil (k aa1 g n ax z ax n s)) +("cognizant" nil (k aa1 g n ax z ax n t)) +("cognoscenti" nil (k aa1 g n ao1 sh eh1 n t iy0)) +("cogswell" nil (k aa1 g s w eh1 l)) +("cohabitation" nil (k ow0 hh ae1 b ax t ey1 sh ax n)) +("cohabiting" nil (k ow0 hh ae1 b ih0 t ih0 ng)) +("cohan" nil (k ow1 hh ax n)) +("cohasset" nil (k ow0 hh ae1 s ax t)) +("cohea" nil (k aa1 hh iy0 ax)) +("cohee" nil (k aa1 hh iy0)) +("cohen" nil (k ow1 ax n)) +("cohenour" nil (k ax hh eh1 n er0)) +("coherence" nil (k ow0 hh ih1 r ax n s)) +("coherent" nil (k ow0 hh ih1 r ax n t)) +("coherently" nil (k ow0 hh iy1 r ax n t l iy0)) +("cohesion" nil (k ow0 hh iy1 zh ax n)) +("cohesive" nil (k ow0 hh iy1 s ih0 v)) +("cohesively" nil (k ow0 hh iy1 s ih0 v l iy0)) +("cohesiveness" nil (k ow0 hh iy1 s ih0 v n ax s)) +("cohick" nil (k aa1 hh ih0 k)) +("cohill" nil (k ow1 hh ih1 l)) +("cohn" nil (k ow1 n)) +("cohoon" nil (k ax hh uw1 n)) +("cohort" nil (k ow1 hh ao0 r t)) +("cohorts" nil (k ow1 hh ao0 r t s)) +("cohron" nil (k aa1 r ax n)) +("cohrs" nil (k aa1 r z)) +("coia" nil (k ow1 y ax)) +("coiffed" nil (k oy1 f t)) +("coil" nil (k oy1 l)) +("coile" nil (k oy1 l)) +("coiled" nil (k oy1 l d)) +("coils" nil (k oy1 l z)) +("coin" nil (k oy1 n)) +("coinage" nil (k oy1 n ih0 jh)) +("coincide" nil (k ow1 ih0 n s ay1 d)) +("coincided" nil (k ow1 ax n s ay1 d ax d)) +("coincidence" nil (k ow0 ih1 n s ih0 d ax n s)) +("coincidences" nil (k ow0 ih1 n s ax d ax n s ih0 z)) +("coincident" nil (k ow0 ih1 n s ax d ax n t)) +("coincidental" nil (k ow0 ih1 n s ax d eh1 n t ax l)) +("coincidentally" nil (k ow0 ih1 n s ih0 d eh1 n t ax l iy0)) +("coincides" nil (k ow1 ih0 n s ay1 d z)) +("coinciding" nil (k ow1 ax n s ay1 d ih0 ng)) +("coined" nil (k oy1 n d)) +("coiner" nil (k oy1 n er0)) +("coining" nil (k oy1 n ih0 ng)) +("coins" nil (k oy1 n z)) +("coinsurance" nil (k ow1 ih0 n sh er1 ax n s)) +("cointreau" nil (k ao1 n t r ow1)) +("coipa" nil (k oy1 p ax)) +("coiro" nil (k oy1 r ow0)) +("coit" nil (k oy1 t)) +("cojimar" nil (k ow1 jh ih0 m aa1 r)) +("cojuangco" nil (k ow0 w aa1 ng k ow0)) +("coke" nil (k ow1 k)) +("coker" nil (k ow1 k er0)) +("cokes" nil (k ow1 k s)) +("cokie" nil (k ow1 k iy0)) +("coking" nil (k ow1 k ih0 ng)) +("cokley" nil (k aa1 k l iy0)) +("cola" nil (k ow1 l ax)) +("colab" nil (k ow1 l ae1 b)) +("colabella" nil (k ow1 l ax b eh1 l ax)) +("colaianni" nil (k ow0 l aa0 y aa1 n iy0)) +("colaizzi" nil (k ow1 l ey1 z iy0)) +("colaluca" nil (k ow1 l ax l uw1 k ax)) +("colan" nil (k ow1 l ax n)) +("colangelo" nil (k ow0 l aa0 ng g eh1 l ow0)) +("colantonio" nil (k ow0 l aa0 n t ow1 n iy0 ow0)) +("colantuono" nil (k ow0 l aa0 n t w ow1 n ow0)) +("colao" nil (k ow1 l aw0)) +("colarusso" nil (k ow0 l aa0 r uw1 s ow0)) +("colas" nil (k ow1 l ax s)) +("colasanti" nil (k ow1 l ax s ae1 n t iy0)) +("colasurdo" nil (k ow0 l aa0 s uh1 r d ow0)) +("colavito" nil (k ow0 l aa0 v iy1 t ow0)) +("colaw" nil (k ow1 l ao1)) +("colbath" nil (k ow1 l b ax th)) +("colbaugh" nil (k ow1 l b ao1)) +("colbeck" nil (k aa1 l b eh0 k)) +("colberg" nil (k aa1 l b er0 g)) +("colbert" nil (k ow1 l b er0 t)) +("colborn" nil (k ow1 l b er0 n)) +("colburn" nil (k ow1 l b er0 n)) +("colby" nil (k ow1 l b iy0)) +("colbys" nil (k ow1 l b iy0 z)) +("colclasure" nil (k ow0 l k l aa1 zh er0)) +("colclough" nil (k ow1 l k l aw0)) +("colcord" nil (k ow1 l k er0 d)) +("cold" nil (k ow1 l d)) +("colden" nil (k ow1 l d ax n)) +("colder" nil (k ow1 l d er0)) +("coldest" nil (k ow1 l d ax s t)) +("coldiron" nil (k ow1 l d er0 aa0 n)) +("coldly" nil (k ow1 l d l iy0)) +("coldness" nil (k ow1 l d n ax s)) +("coldren" nil (k ow1 l d er0 ax n)) +("colds" nil (k ow1 l d z)) +("coldwater" nil (k ow1 l d w ao1 t er0)) +("coldwell" nil (k ow1 l d w eh1 l)) +("cole" nil (k ow1 l)) +("colebank" nil (k ow1 l b ae1 ng k)) +("colebrook" nil (k ow1 l b r uh1 k)) +("coleco" nil (k ow1 l eh1 k ow0)) +("colee" nil (k ow1 l iy1)) +("colegrove" nil (k ow1 l g r ow1 v)) +("colella" nil (k ow1 l eh1 l ax)) +("colello" nil (k ow1 l eh1 l ow0)) +("coleman" nil (k ow1 l m ax n)) +("colen" nil (k ow1 l ax n)) +("coler" nil (k ow1 l er0)) +("coleridge" nil (k ow1 l r ih0 jh)) +("coles" nil (k ow1 l z)) +("coleslaw" nil (k ow1 l s l aa1)) +("coleson" nil (k aa1 l ih0 s ax n)) +("colestipol" nil (k ow1 l s t ih1 p aa1 l)) +("colestock" nil (k ow1 l s t aa1 k)) +("coletta" nil (k ow0 l eh1 t ax)) +("colette" nil (k ow1 l eh1 t)) +("coletti" nil (k ow0 l eh1 t iy0)) +("coleus" nil (k ow1 l iy0 ax s)) +("coley" nil (k ow1 l iy0)) +("colfer" nil (k ow1 l f er0)) +("colford" nil (k ow1 l f er0 d)) +("colgan" nil (k ow1 l g ax n)) +("colgate" nil (k ow1 l g ey0 t)) +("colgin" nil (k ow1 l jh ih0 n)) +("colglazier" nil (k ow1 l g l ax z iy0 er0)) +("colgrove" nil (k ow1 l g r ax v)) +("coli" nil (k ow1 l iy0)) +("colicchio" nil (k ow1 l ih1 k iy0 ow0)) +("colier" nil (k ow1 l iy0 er0)) +("colin" nil (k ow1 l ih0 n)) +("colina" nil (k ow0 l iy1 n ax)) +("colinas" nil (k ow0 l iy1 n ax s)) +("coline" nil (k ow0 l iy1 n iy0)) +("colino" nil (k ow0 l iy1 n ow0)) +("colis" nil (k ow1 l ih0 s)) +("coliseum" nil (k aa1 l ax s iy1 ax m)) +("coll" nil (k aa1 l)) +("colla" nil (k ow1 l ax)) +("collaborate" nil (k ax l ae1 b er0 ey1 t)) +("collaborated" nil (k ax l ae1 b er0 ey1 t ax d)) +("collaborating" nil (k ax l ae1 b er0 ey1 t ih0 ng)) +("collaboration" nil (k ax l ae1 b er0 ey1 sh ax n)) +("collaborations" nil (k aa1 l ax b er0 ey1 sh ax n z)) +("collaborative" nil (k ax l ae1 b er0 ey1 t ih0 v)) +("collaborator" nil (k ax l ae1 b er0 ey1 t er0)) +("collaborators" nil (k ax l ae1 b er0 ey1 t er0 z)) +("collado" nil (k ow0 l aa1 d ow0)) +("collage" nil (k ax l aa1 zh)) +("collagen" nil (k aa1 l ax g ax n)) +("collages" nil (k ax l aa1 zh ih0 z)) +("collamore" nil (k ow0 l aa1 m ao0 r)) +("collapse" nil (k ax l ae1 p s)) +("collapsed" nil (k ax l ae1 p s t)) +("collapses" nil (k ax l ae1 p s ih0 z)) +("collapsible" nil (k ax l ae1 p s ax b ax l)) +("collapsing" nil (k ax l ae1 p s ih0 ng)) +("collar" nil (k aa1 l er0)) +("collarbone" nil (k aa1 l er0 b ow1 n)) +("collard" nil (k aa1 l er0 d)) +("collards" nil (k aa1 l er0 d z)) +("collared" nil (k aa1 l er0 d)) +("collars" nil (k aa1 l er0 z)) +("collate" nil (k ax l ey1 t)) +("collateral" nil (k ax l ae1 t er0 ax l)) +("collateralize" nil (k ax l ae1 t er0 ax l ay1 z)) +("collateralized" nil (k ax l ae1 t er0 ax l ay1 z d)) +("collazo" nil (k ow0 l aa1 z ow0)) +("colle" nil (k ow1 l)) +("colleague" nil (k aa1 l iy0 g)) +("colleagues" nil (k aa1 l iy0 g z)) +("collect" n (k ah1 l eh k t)) +("collect" v (k ax l eh1 k t)) +("collected" nil (k ax l eh1 k t ax d)) +("collectibility" nil (k ax l eh1 k t ih0 b ih1 l ih0 t iy0)) +("collectible" nil (k ax l eh1 k t ax b ax l)) +("collectibles" nil (k ax l eh1 k t ax b ax l z)) +("collecting" nil (k ax l eh1 k t ih0 ng)) +("collection" nil (k ax l eh1 k sh ax n)) +("collections" nil (k ax l eh1 k sh ax n z)) +("collective" nil (k ax l eh1 k t ih0 v)) +("collectively" nil (k ax l eh1 k t ih0 v l iy0)) +("collectives" nil (k ax l eh1 k t ih0 v z)) +("collectivism" nil (k ax l eh1 k t ih0 v ih1 z ax m)) +("collectivist" nil (k ax l eh1 k t ih0 v ih0 s t)) +("collectivization" nil (k ax l eh1 k t ih0 v ih0 z ey1 sh ax n)) +("collectivized" nil (k ax l eh1 k t ih0 v ay1 z d)) +("collector" nil (k ax l eh1 k t er0)) +("collectors" nil (k ax l eh1 k t er0 z)) +("collects" nil (k ax l eh1 k t s)) +("colledge" nil (k aa1 l ih0 jh)) +("colleen" nil (k aa1 l iy1 n)) +("college" nil (k aa1 l ih0 jh)) +("colleges" nil (k aa1 l ih0 jh ih0 z)) +("collegeville" nil (k aa1 l ax jh v ih0 l)) +("collegial" nil (k ax l iy1 jh iy0 ax l)) +("collegiality" nil (k ax l iy1 jh iy0 ae1 l ih0 t iy0)) +("collegians" nil (k ax l iy1 jh ax n z)) +("collegiate" nil (k ax l iy1 jh ih0 t)) +("collen" nil (k aa1 l ax n)) +("coller" nil (k aa1 l er0)) +("colleran" nil (k aa1 l er0 ae0 n)) +("collet" nil (k aa1 l ih0 t)) +("collett" nil (k aa1 l ih0 t)) +("colletta" nil (k ow0 l eh1 t ax)) +("collette" nil (k ax l eh1 t)) +("colletti" nil (k ow0 l eh1 t iy0)) +("colleville" nil (k ow1 l v ih0 l)) +("colley" nil (k aa1 l iy0)) +("colli" nil (k ow1 l iy0)) +("collick" nil (k aa1 l ih0 k)) +("collide" nil (k ax l ay1 d)) +("collided" nil (k ax l ay1 d ih0 d)) +("collider" nil (k ax l ay1 d er0)) +("colliding" nil (k ax l ay1 d ih0 ng)) +("collie" nil (k aa1 l iy0)) +("collier" nil (k aa1 l y er0)) +("colliers" nil (k aa1 l y er0 z)) +("collies" nil (k aa1 l iy0 z)) +("colligan" nil (k aa1 l ih0 g ae0 n)) +("collignon" nil (k ax l ih1 g n ax n)) +("collin" nil (k aa1 l ih0 n)) +("colling" nil (k aa1 l ih0 ng)) +("collinge" nil (k aa1 l ih0 n jh)) +("collings" nil (k aa1 l ih0 ng z)) +("collingsworth" nil (k ax l ih1 ng z w er0 th)) +("collingwood" nil (k aa1 l ih0 ng w uh1 d)) +("collins" nil (k aa1 l ih0 n z)) +("collinson" nil (k aa1 l ih0 n s ax n)) +("collinsworth" nil (k ax l ih1 n s w er0 th)) +("collis" nil (k aa1 l ih0 s)) +("collision" nil (k ax l ih1 zh ax n)) +("collisional" nil (k ax l ih1 zh ax n ax l)) +("collisions" nil (k ax l ih1 zh ax n z)) +("collison" nil (k aa1 l ih0 s ax n)) +("collister" nil (k aa1 l ih0 s t er0)) +("colliver" nil (k aa1 l ih0 v er0)) +("collman" nil (k aa1 l m ax n)) +("collodion" nil (k ax l ow1 d iy0 ax n)) +("colloid" nil (k aa1 l oy0 d)) +("colloidal" nil (k ax l oy1 d ax l)) +("collom" nil (k aa1 l ax m)) +("collomb" nil (k aa1 l aa0 m)) +("collopy" nil (k ax l ow1 p iy0)) +("colloquial" nil (k ax l ow1 k w iy0 ax l)) +("colloquium" nil (k ax l ow1 k w iy0 ax m)) +("colloquy" nil (k aa1 l ax k w iy0)) +("collor" nil (k aa1 l er0)) +("collosio" nil (k ax l ow1 s iy0 ow0)) +("collude" nil (k ax l uw1 d)) +("colluded" nil (k ax l uw1 d ih0 d)) +("colluding" nil (k ax l uw1 d ih0 ng)) +("collum" nil (k aa1 l ax m)) +("collums" nil (k aa1 l ax m z)) +("collura" nil (k aa1 l uh0 r ax)) +("collusion" nil (k ax l uw1 zh ax n)) +("collusive" nil (k ax l uw1 s ih0 v)) +("collver" nil (k aa1 l v er0)) +("colly" nil (k aa1 l iy0)) +("collyer" nil (k aa1 l iy0 er0)) +("colman" nil (k ow1 l m ax n)) +("colmenero" nil (k ow0 l m ey0 n eh1 r ow0)) +("colmer" nil (k ow1 m er0)) +("colo" nil (k ow1 l ow0)) +("colodny" nil (k ax l aa1 d n iy0)) +("cologne" nil (k ax l ow1 n)) +("coloma" nil (k ow1 l ow1 m ax)) +("colomb" nil (k aa1 l ax m)) +("colombari" nil (k aa1 l aa0 m b aa1 r iy0)) +("colombe" nil (k ow0 l ow1 m b iy0)) +("colombia" nil (k ax l ah1 m b iy0 ax)) +("colombian" nil (k ax l ah1 m b iy0 ax n)) +("colombians" nil (k ax l ah1 m b iy0 ax n z)) +("colombo" nil (k ax l ah1 m b ow0)) +("colon" nil (k ow1 l ax n)) +("colonel" nil (k er1 n ax l)) +("colonels" nil (k er1 n ax l z)) +("colonia" nil (k ax l ow1 n iy0 ax)) +("colonial" nil (k ax l ow1 n iy0 ax l)) +("colonialism" nil (k ax l ow1 n iy0 ax l ih1 z ax m)) +("colonialists" nil (k ax l ow1 n iy0 ax l ih0 s t s)) +("colonies" nil (k aa1 l ax n iy0 z)) +("colonists" nil (k aa1 l ax n ax s t s)) +("colonization" nil (k aa1 l ax n ih0 z ey1 sh ax n)) +("colonize" nil (k aa1 l ax n ay1 z)) +("colonized" nil (k aa1 l ax n ay1 z d)) +("colonizers" nil (k aa1 l ax n ay1 z er0 z)) +("colonna" nil (k ow0 l ow1 n ax)) +("colonnade" nil (k aa1 l ax n ey1 d)) +("colonus" nil (k ax l ow1 n ax s)) +("colony" nil (k aa1 l ax n iy0)) +("colopy" nil (k ax l ow1 p iy0)) +("color" nil (k ah1 l er0)) +("colorado" nil (k aa1 l er0 aa1 d ow0)) +("coloration" nil (k ah1 l er0 ey1 sh ax n)) +("coloratura" nil (k ax l er0 ax t uh1 r ax)) +("colorblind" nil (k ah1 l er0 b l ay1 n d)) +("colorcraft" nil (k ah1 l er0 k r ae1 f t)) +("colored" nil (k ah1 l er0 d)) +("coloreds" nil (k aa1 l er0 ax d z)) +("colorfast" nil (k ah1 l er0 f ae1 s t)) +("colorful" nil (k ah1 l er0 f ax l)) +("colorfully" nil (k ah1 l er0 f l iy0)) +("coloring" nil (k ah1 l er0 ih0 ng)) +("coloristic" nil (k ah1 l er0 ih1 s t ih0 k)) +("colorization" nil (k ah1 l er0 ax z ey1 sh ax n)) +("colorize" nil (k ah1 l er0 ay1 z)) +("colorized" nil (k ah1 l er0 ay1 z d)) +("colorizing" nil (k ah1 l er0 ay1 z ih0 ng)) +("colorless" nil (k ah1 l er0 l ax s)) +("colorocs" nil (k ah1 l er0 aa1 k s)) +("coloroll" nil (k ah1 l er0 ow1 l)) +("colors" nil (k ah1 l er0 z)) +("colorwatch" nil (k ah1 l er0 w aa1 ch)) +("colosi" nil (k ax l ow1 s iy0)) +("colosimo" nil (k ow0 l ow0 s iy1 m ow0)) +("colosio" nil (k ax l ow1 s iy0 ow0)) +("colossal" nil (k ax l aa1 s ax l)) +("colosseum" nil (k aa1 l ax s iy1 ax m)) +("colossus" nil (k ax l aa1 s ax s)) +("coloured" nil (k ah1 l er0 d)) +("colpitts" nil (k ow1 l p ih0 t s)) +("colquitt" nil (k ow1 l k w ih0 t)) +("colson" nil (k ow1 l s ax n)) +("colston" nil (k ow1 l s t ax n)) +("colstrip" nil (k ow1 l s t r ih0 p)) +("colt" nil (k ow1 l t)) +("coltec" nil (k ow1 l t eh1 k)) +("colter" nil (k ow1 l t er0)) +("coltharp" nil (k ow1 l th aa0 r p)) +("colton" nil (k ow1 l t ax n)) +("coltrain" nil (k ow1 l t r ey1 n)) +("coltrane" nil (k ow1 l t r ax n)) +("coltrin" nil (k ow1 l t r ih0 n)) +("colts" nil (k ow1 l t s)) +("coltsfoot" nil (k ow1 l t s f uh1 t)) +("colucci" nil (k ow0 l uw1 ch iy0)) +("coluccio" nil (k ow0 l uw1 ch iy0 ow0)) +("columba" nil (k ow1 l ah1 m b ax)) +("columbia" nil (k ax l ah1 m b iy0 ax)) +("columbian" nil (k ow1 l ah1 m b iy0 ax n)) +("columbine" nil (k aa1 l ax m b ay1 n)) +("columbines" nil (k aa1 l ax m b ay1 n z)) +("columbo" nil (k ow1 l ah1 m b ow0)) +("columbus" nil (k ax l ah1 m b ax s)) +("column" nil (k aa1 l ax m)) +("columned" nil (k aa1 l ax m d)) +("columnist" nil (k aa1 l ax m n ax s t)) +("columnists" nil (k aa1 l ax m n ax s t s)) +("columns" nil (k aa1 l ax m z)) +("colunga" nil (k ow0 l uw1 ng g ax)) +("colussy" nil (k ax l uw1 s iy0)) +("colvard" nil (k aa1 l v er0 d)) +("colver" nil (k ow1 l v er0)) +("colvert" nil (k aa1 l v er0 t)) +("colville" nil (k aa1 l v ih0 l)) +("colvin" nil (k ow1 l v ih0 n)) +("colwell" nil (k ow1 l w eh1 l)) +("colyer" nil (k ow1 l iy0 er0)) +("com" nil (k aa1 m)) +("coma" nil (k ow1 m ax)) +("comair" nil (k aa1 m eh1 r)) +("coman" nil (k ow1 m ax n)) +("comanche" nil (k ax m ae1 n ch iy0)) +("comanches" nil (k ax m ae1 n ch iy0 z)) +("comandante" nil (k ow1 m ax n d aa1 n t ey0)) +("comandantes" nil (k ow1 m ax n d aa1 n t eh0 z)) +("comarco" nil (k ow0 m aa1 r k ow0)) +("comas" nil (k ow1 m ax z)) +("comatose" nil (k ow1 m ax t ow1 s)) +("comb" nil (k ow1 m)) +("combat" nil (k aa1 m b ae0 t)) +("combatant" nil (k ax m b ae1 t ax n t)) +("combatants" nil (k ax m b ae1 t ax n t s)) +("combating" nil (k ax m b ae1 t ih0 ng)) +("combative" nil (k ax m b ae1 t ih0 v)) +("combativeness" nil (k ax m b ae1 t ih0 v n ax s)) +("combats" nil (k ax m b ae1 t s)) +("combatting" nil (k ax m b ae1 t ih0 ng)) +("combe" nil (k ow1 m)) +("combed" nil (k ow1 m d)) +("combee" nil (k aa1 m b iy1)) +("comber" nil (k ow1 m er0)) +("combes" nil (k ow1 m z)) +("combest" nil (k ow1 m ih0 s t)) +("combinability" nil (k ax m b ay1 n ax b ih1 l ax t iy0)) +("combinable" nil (k ax m b ay1 n ax b ax l)) +("combination" nil (k aa1 m b ax n ey1 sh ax n)) +("combinations" nil (k aa1 m b ax n ey1 sh ax n z)) +("combine" n (k aa1 m b ay0 n)) +("combine" v (k ax m b ay1 n)) +("combined" nil (k ax m b ay1 n d)) +("combines" n (k ah1 m b ay0 n z)) +("combines" v (k ax m b ay1 n z)) +("combing" nil (k ow1 m ih0 ng)) +("combining" nil (k ax m b ay1 n ih0 ng)) +("combo" nil (k aa1 m b ow1)) +("combs" nil (k ow1 m z)) +("combustable" nil (k ax m b ah1 s t ax b ax l)) +("combustion" nil (k ax m b ah1 s ch ax n)) +("comcast" nil (k aa1 m k ae1 s t)) +("comdata" nil (k aa1 m d ae1 d ax)) +("comdex" nil (k aa1 m d ax k s)) +("comdisco" nil (k aa1 m d ih1 s k ow0)) +("come" nil (k ah1 m)) +("comeau" nil (k ax m ow1)) +("comeaux" nil (k ax m ow1)) +("comeback" nil (k ah1 m b ae1 k)) +("comebacks" nil (k ah1 m b ae1 k s)) +("comecon" nil (k aa1 m ax k aa1 n)) +("comedian" nil (k ax m iy1 d iy0 ax n)) +("comedians" nil (k ax m iy1 d iy0 ax n z)) +("comedic" nil (k ax m iy1 d ih0 k)) +("comedienne" nil (k ax m iy1 d iy0 eh1 n)) +("comedies" nil (k aa1 m ax d iy0 z)) +("comedown" nil (k ah1 m d aw1 n)) +("comedy" nil (k aa1 m ax d iy0)) +("comegys" nil (k aa1 m ih0 jh iy0 z)) +("comella" nil (k ow0 m eh1 l ax)) +("comely" nil (k ah1 m l iy0)) +("comer" nil (k ah1 m er0)) +("comerford" nil (k ax m er1 f er0 d)) +("comerica" nil (k ax m eh1 r ih0 k ax)) +("comers" nil (k ah1 m er0 z)) +("comes" nil (k ah1 m z)) +("comet" nil (k aa1 m ax t)) +("cometary" nil (k aa1 m ax t eh1 r iy0)) +("cometra" nil (k ow0 m eh1 t r ax)) +("comets" nil (k aa1 m ax t s)) +("comeuppance" nil (k ah1 m ah1 p ax n s)) +("comex" nil (k aa1 m eh1 k s)) +("comfed" nil (k aa1 m f eh1 d)) +("comfinance" nil (k aa1 m f ih0 n ax n s)) +("comfort" nil (k ah1 m f er0 t)) +("comfortable" nil (k ah1 m f er0 t ax b ax l)) +("comfortably" nil (k ah1 m f er0 t ax b l iy0)) +("comforted" nil (k ah1 m f er0 t ih0 d)) +("comforter" nil (k ah1 m f er0 t er0)) +("comforters" nil (k ah1 m f er0 t er0 z)) +("comforting" nil (k ah1 m f er0 t ih0 ng)) +("comforts" nil (k ah1 m f er0 t s)) +("comfrey" nil (k ah1 m f r iy0)) +("comfy" nil (k ah1 m f iy0)) +("comic" nil (k aa1 m ih0 k)) +("comical" nil (k aa1 m ih0 k ax l)) +("comically" nil (k aa1 m ih0 k ax l iy0)) +("comicopia" nil (k aa1 m ih0 k ow1 p iy0 ax)) +("comics" nil (k aa1 m ih0 k s)) +("cominco" nil (k ow0 m ih1 ng k ow0)) +("coming" nil (k ah1 m ih0 ng)) +("comings" nil (k ah1 m ih0 ng z)) +("comins" nil (k ow1 m ih0 n z)) +("cominsky" nil (k ax m ih1 n s k iy0)) +("comiskey" nil (k ow1 m ih0 s k iy1)) +("comito" nil (k ow0 m iy1 t ow0)) +("comity" nil (k ow1 m ih0 t iy0)) +("comley" nil (k aa1 m l iy0)) +("comly" nil (k aa1 m l iy0)) +("comma" nil (k aa1 m ax)) +("commack" nil (k aa1 m ax k)) +("command" nil (k ax m ae1 n d)) +("commandant" nil (k aa1 m ax n d aa1 n t)) +("commanded" nil (k ax m ae1 n d ax d)) +("commandeered" nil (k aa1 m ax n d ih1 r d)) +("commander" nil (k ax m ae1 n d er0)) +("commanders" nil (k ax m ae1 n d er0 z)) +("commanding" nil (k ax m ae1 n d ih0 ng)) +("commandment" nil (k ax m ae1 n d m ax n t)) +("commandments" nil (k ax m ae1 n d m ax n t s)) +("commando" nil (k ax m ae1 n d ow1)) +("commandos" nil (k ax m ae1 n d ow1 z)) +("commands" nil (k ax m ae1 n d z)) +("commas" nil (k aa1 m ax z)) +("commemorate" nil (k ax m eh1 m er0 ey1 t)) +("commemorated" nil (k ax m eh1 m er0 ey1 t ih0 d)) +("commemorates" nil (k ax m eh1 m er0 ey1 t s)) +("commemorating" nil (k ax m eh1 m er0 ey1 t ih0 ng)) +("commemoration" nil (k ax m eh1 m er0 ey1 sh ax n)) +("commemorations" nil (k ax m eh1 m er0 ey1 sh ax n z)) +("commemorative" nil (k ax m eh1 m r ax t ih0 v)) +("commence" nil (k ax m eh1 n s)) +("commenced" nil (k ax m eh1 n s t)) +("commencement" nil (k ax m eh1 n s m ax n t)) +("commences" nil (k ax m eh1 n s ax z)) +("commencing" nil (k ax m eh1 n s ih0 ng)) +("commend" nil (k ax m eh1 n d)) +("commendable" nil (k ax m eh1 n d ax b ax l)) +("commendation" nil (k aa1 m ax n d ey1 sh ax n)) +("commended" nil (k ax m eh1 n d ih0 d)) +("commensurate" nil (k ax m eh1 n s er0 ax t)) +("comment" nil (k aa1 m eh0 n t)) +("commentaries" nil (k aa1 m ax n t eh1 r iy0 z)) +("commentary" nil (k aa1 m ax n t eh1 r iy0)) +("commentator" nil (k aa1 m ax n t ey1 t er0)) +("commentators" nil (k aa1 m ax n t ey1 t er0 z)) +("commented" nil (k aa1 m eh0 n t ax d)) +("commenting" nil (k aa1 m eh0 n t ih0 ng)) +("comments" nil (k aa1 m eh0 n t s)) +("commerce" nil (k aa1 m er0 s)) +("commercebancorp" nil (k aa1 m er0 s b ae1 n k ao1 r p)) +("commercial" nil (k ax m er1 sh ax l)) +("commerciale" nil (k ax m er1 s iy0 ae1 l)) +("commercialism" nil (k ax m er1 sh ax l ih1 z ax m)) +("commercialization" nil (k ax m er1 sh ax l ih0 z ey1 sh ax n)) +("commercialize" nil (k ax m er1 sh ax l ay1 z)) +("commercialized" nil (k ax m er1 sh ax l ay1 z d)) +("commercializing" nil (k ax m er1 sh ax l ay1 z ih0 ng)) +("commercially" nil (k ax m er1 sh ax l iy0)) +("commercials" nil (k ax m er1 sh ax l z)) +("commerford" nil (k ax m er1 f er0 d)) +("commerical" nil (k ax m er1 sh ax l)) +("commerzbank" nil (k aa1 m er0 z b ae1 ng k)) +("commie" nil (k aa1 m iy0)) +("commingle" nil (k ax m ih1 ng g ax l)) +("commingled" nil (k aa0 m ih1 ng g ax l d)) +("commingling" nil (k aa0 m ih1 ng g ax l ih0 ng)) +("commins" nil (k aa1 m ih0 n z)) +("commiserate" nil (k ax m ih1 s er0 ey1 t)) +("commision" nil (k ax m ih1 z ax n)) +("commissar" nil (k aa1 m ax s aa1 r)) +("commissaries" nil (k aa1 m ax s eh1 r iy0 z)) +("commissars" nil (k ax m ih1 s er0 z)) +("commissary" nil (k aa1 m ax s eh1 r iy0)) +("commission" nil (k ax m ih1 sh ax n)) +("commissioned" nil (k ax m ih1 sh ax n d)) +("commissioner" nil (k ax m ih1 sh ax n er0)) +("commissioners" nil (k ax m ih1 sh ax n er0 z)) +("commissioning" nil (k ax m ih1 sh ax n ih0 ng)) +("commissions" nil (k ax m ih1 sh ax n z)) +("commisso" nil (k ow0 m iy1 s ow0)) +("commit" nil (k ax m ih1 t)) +("commitee" nil (k aa1 m ih0 t iy0)) +("commitment" nil (k ax m ih1 t m ax n t)) +("commitments" nil (k ax m ih1 t m ax n t s)) +("commits" nil (k ax m ih1 t s)) +("committal" nil (k ax m ih1 t ax l)) +("committed" nil (k ax m ih1 t ax d)) +("committee" nil (k ax m ih1 t iy0)) +("committeeman" nil (k ax m ih1 t iy0 m ax n)) +("committees" nil (k ax m ih1 t iy0 z)) +("committing" nil (k ax m ih1 t ih0 ng)) +("commmon" nil (k aa1 m ax n)) +("commode" nil (k ax m ow1 d)) +("commodious" nil (k ax m ow1 d iy0 ax s)) +("commodities" nil (k ax m aa1 d ax t iy0 z)) +("commodity" nil (k ax m aa1 d ax t iy0)) +("commodore" nil (k aa1 m ax d ao1 r)) +("common" nil (k aa1 m ax n)) +("commonality" nil (k aa1 m ax n ae1 l ax t iy0)) +("commoner" nil (k aa1 m ax n er0)) +("commoners" nil (k aa1 m ax n er0 z)) +("commonly" nil (k aa1 m ax n l iy0)) +("commonplace" nil (k aa1 m ax n p l ey1 s)) +("commons" nil (k aa1 m ax n z)) +("commonwealth" nil (k aa1 m ax n w eh1 l th)) +("commotion" nil (k ax m ow1 sh ax n)) +("communal" nil (k ax m y uw1 n ax l)) +("commune" nil (k aa1 m y uw0 n)) +("communes" nil (k ax m y uw1 n z)) +("communicable" nil (k ax m y uw1 n ax k ax b ax l)) +("communicate" nil (k ax m y uw1 n ax k ey1 t)) +("communicated" nil (k ax m y uw1 n ax k ey1 t ih0 d)) +("communicates" nil (k ax m y uw1 n ih0 k ey1 t s)) +("communicating" nil (k ax m y uw1 n ax k ey1 t ih0 ng)) +("communication" nil (k ax m y uw1 n ax k ey1 sh ax n)) +("communications" nil (k ax m y uw1 n ax k ey1 sh ax n z)) +("communicative" nil (k ax m y uw1 n ax k ax t ih0 v)) +("communicator" nil (k ax m y uw1 n ax k ey1 t er0)) +("communicators" nil (k ax m y uw1 n ax k ey0 t er0 z)) +("communion" nil (k ax m y uw1 n y ax n)) +("communique" nil (k ax m y uw1 n ax k ey1)) +("communiques" nil (k ax m y uw1 n ih0 k ey1 z)) +("communism" nil (k aa1 m y ax n ih1 z ax m)) +("communist" nil (k aa1 m y ax n ax s t)) +("communists" nil (k aa1 m y ax n ax s t s)) +("communities" nil (k ax m y uw1 n ax t iy0 z)) +("community" nil (k ax m y uw1 n ax t iy0)) +("communitywide" nil (k ax m y uw1 n ih0 t iy0 w ay1 d)) +("communization" nil (k aa1 m y ax n ax z ey1 sh ax n)) +("communize" nil (k aa1 m y ax n ay1 z)) +("commute" nil (k ax m y uw1 t)) +("commuted" nil (k ax m y uw1 t ih0 d)) +("commuter" nil (k ax m y uw1 t er0)) +("commuters" nil (k ax m y uw1 t er0 z)) +("commutes" nil (k ax m y uw1 t s)) +("commuting" nil (k ax m y uw1 t ih0 ng)) +("como" nil (k ow1 m ow0)) +("comp" nil (k aa1 m p)) +("compact" n (k aa1 m p ae0 k t)) +("compact" v (k ax m p ae1 k t)) +("compacted" nil (k ax m p ae1 k t ih0 d)) +("compactness" nil (k ax m p ae1 k t n ax s)) +("compactor" nil (k ax m p ae1 k t er0)) +("compacts" n (k ah1 m p ae0 k t s)) +("compacts" v (k ax m p ae1 k t s)) +("compagnie" nil (k ah1 m p ax n iy0)) +("companhia" nil (k ax m p ae1 n hh iy0 ax)) +("compania" nil (k ax m p ey1 n iy0 ax)) +("companies" nil (k ah1 m p ax n iy0 z)) +("companion" nil (k ax m p ae1 n y ax n)) +("companions" nil (k ax m p ae1 n y ax n z)) +("companionship" nil (k ax m p ae1 n y ax n sh ih1 p)) +("companionway" nil (k ax m p ae1 n y ax n w ey1)) +("company" nil (k ah1 m p ax n iy0)) +("companywide" nil (k ah1 m p ax n iy0 w ay1 d)) +("compaq" nil (k aa1 m p ae1 k)) +("comparability" nil (k aa1 m p er0 ax b ih1 l ih0 t iy0)) +("comparable" nil (k aa1 m p er0 ax b ax l)) +("comparably" nil (k aa1 m p er0 ax b l iy0)) +("comparative" nil (k ax m p eh1 r ax t ih0 v)) +("comparatively" nil (k ax m p eh1 r ax t ih0 v l iy0)) +("compare" nil (k ax m p eh1 r)) +("compared" nil (k ax m p eh1 r d)) +("compares" nil (k ax m p eh1 r z)) +("comparing" nil (k ax m p eh1 r ih0 ng)) +("comparison" nil (k ax m p eh1 r ax s ax n)) +("comparisons" nil (k ax m p eh1 r ax s ax n z)) +("compartment" nil (k ax m p aa1 r t m ax n t)) +("compartmental" nil (k ax m p aa1 r t m eh1 n t ax l)) +("compartmentalize" nil (k ax m p aa1 r t m eh1 n t ax l ay1 z)) +("compartmentalized" nil (k aa1 m p aa0 r t m eh1 n t ax l ay0 z d)) +("compartments" nil (k ax m p aa1 r t m ax n t s)) +("compas" nil (k aa1 m p ax s)) +("compass" nil (k ah1 m p ax s)) +("compassion" nil (k ax m p ae1 sh ax n)) +("compassionate" nil (k ax m p ae1 sh ax n ax t)) +("compatibility" nil (k ax m p ae1 t ax b ih1 l ax t iy0)) +("compatible" nil (k ax m p ae1 t ax b ax l)) +("compatibles" nil (k ax m p ae1 t ih0 b ax l z)) +("compatriots" nil (k ax m p ey1 t r iy0 ax t s)) +("compean" nil (k aa1 m p ax n)) +("compeau" nil (k ax m p ow1)) +("compel" nil (k ax m p eh1 l)) +("compelled" nil (k ax m p eh1 l d)) +("compelling" nil (k ax m p eh1 l ih0 ng)) +("compellingly" nil (k ax m p eh1 l ih0 ng l iy0)) +("compels" nil (k ax m p eh1 l z)) +("compendium" nil (k ax m p eh1 n d iy0 ax m)) +("compensable" nil (k ax m p eh1 n s ax b ax l)) +("compensate" nil (k aa1 m p ax n s ey1 t)) +("compensated" nil (k aa1 m p ax n s ey1 t ax d)) +("compensates" nil (k aa1 m p ax n s ey1 t s)) +("compensating" nil (k aa1 m p ax n s ey1 t ih0 ng)) +("compensation" nil (k aa1 m p ax n s ey1 sh ax n)) +("compensations" nil (k aa1 m p ax n s ey1 sh ax n z)) +("compensatory" nil (k ax m p eh1 n s ax t ao1 r iy0)) +("compete" nil (k ax m p iy1 t)) +("competed" nil (k ax m p iy1 t ih0 d)) +("competence" nil (k aa1 m p ax t ax n s)) +("competency" nil (k aa1 m p ax t ax n s iy0)) +("competent" nil (k aa1 m p ax t ax n t)) +("competently" nil (k aa1 m p ax t ax n t l iy0)) +("competes" nil (k ax m p iy1 t s)) +("competing" nil (k ax m p iy1 t ih0 ng)) +("competition" nil (k aa1 m p ax t ih1 sh ax n)) +("competitions" nil (k aa1 m p ax t ih1 sh ax n z)) +("competitive" nil (k ax m p eh1 t ax t ih0 v)) +("competitively" nil (k ax m p eh1 t ih0 t ih0 v l iy0)) +("competitiveness" nil (k ax m p eh1 t ih0 t ih0 v n ih0 s)) +("competitor" nil (k ax m p eh1 t ax t er0)) +("competitors" nil (k ax m p eh1 t ax t er0 z)) +("competitve" nil (k aa1 m p ax t ih1 t v iy0)) +("compher" nil (k aa1 m f er0)) +("compilation" nil (k aa1 m p ax l ey1 sh ax n)) +("compilations" nil (k aa1 m p ax l ey1 sh ax n z)) +("compile" nil (k ax m p ay1 l)) +("compiled" nil (k ax m p ay1 l d)) +("compilers" nil (k ax m p ay1 l er0 z)) +("compiles" nil (k ax m p ay1 l z)) +("compiling" nil (k ax m p ay1 l ih0 ng)) +("complacency" nil (k ax m p l ey1 s ax n s iy0)) +("complacent" nil (k ax m p l ey1 s ax n t)) +("complacently" nil (k ax m p l ey1 s ax n t l iy0)) +("complain" nil (k ax m p l ey1 n)) +("complainants" nil (k ax m p l ey1 n ax n t s)) +("complained" nil (k ax m p l ey1 n d)) +("complainer" nil (k ax m p l ey1 n er0)) +("complainers" nil (k aa1 m p l ey1 n er0 z)) +("complaining" nil (k ax m p l ey1 n ih0 ng)) +("complains" nil (k ax m p l ey1 n z)) +("complaint" nil (k ax m p l ey1 n t)) +("complaints" nil (k ax m p l ey1 n t s)) +("complaisant" nil (k ax m p l ey1 s ax n t)) +("complement" nil (k aa1 m p l ax m ax n t)) +("complementary" nil (k aa1 m p l ax m eh1 n t r iy0)) +("complemented" nil (k aa1 m p l ax m eh1 n t ih0 d)) +("complementing" nil (k aa1 m p l ax m eh1 n t ih0 ng)) +("complements" nil (k aa1 m p l ax m ax n t s)) +("complete" nil (k ax m p l iy1 t)) +("completed" nil (k ax m p l iy1 t ax d)) +("completely" nil (k ax m p l iy1 t l iy0)) +("completeness" nil (k ax m p l iy1 t n ax s)) +("completes" nil (k ax m p l iy1 t s)) +("completing" nil (k ax m p l iy1 t ih0 ng)) +("completion" nil (k ax m p l iy1 sh ax n)) +("completions" nil (k ax m p l iy1 sh ax n z)) +("complex" nil (k aa1 m p l eh0 k s)) +("complexes" nil (k aa1 m p l eh0 k s ax z)) +("complexion" nil (k ax m p l eh1 k sh ax n)) +("complexities" nil (k ax m p l eh1 k s ih0 t iy0 z)) +("complexity" nil (k ax m p l eh1 k s ax t iy0)) +("compliance" nil (k ax m p l ay1 ax n s)) +("compliant" nil (k ax m p l ay1 ax n t)) +("complicate" nil (k aa1 m p l ax k ey1 t)) +("complicated" nil (k aa1 m p l ax k ey1 t ax d)) +("complicates" nil (k aa1 m p l ih0 k ey1 t s)) +("complicating" nil (k aa1 m p l ax k ey1 t ih0 ng)) +("complication" nil (k aa1 m p l ax k ey1 sh ax n)) +("complications" nil (k aa1 m p l ax k ey1 sh ax n z)) +("complicity" nil (k ax m p l ih1 s ax t iy0)) +("complied" nil (k ax m p l ay1 d)) +("complies" nil (k ax m p l ay1 z)) +("compliment" n (k aa1 m p l ax m ax n t)) +("compliment" v (k aa1 m p l ax m eh0 n t)) +("complimentary" nil (k aa1 m p l ax m eh1 n t er0 iy0)) +("compliments" n (k aa1 m p l ax m ax n t s)) +("compliments" v (k aa1 m p l ax m eh0 n t s)) +("comply" nil (k ax m p l ay1)) +("complying" nil (k ax m p l ay1 ih0 ng)) +("compo" nil (k aa1 m p ow1)) +("component" nil (k ax m p ow1 n ax n t)) +("components" nil (k ax m p ow1 n ax n t s)) +("comportment" nil (k ax m p ao1 r t m ax n t)) +("compose" nil (k ax m p ow1 z)) +("composed" nil (k ax m p ow1 z d)) +("composer" nil (k ax m p ow1 z er0)) +("composers" nil (k ax m p ow1 z er0 z)) +("composes" nil (k ax m p ow1 z ih0 z)) +("composing" nil (k ax m p ow1 z ih0 ng)) +("composite" nil (k ax m p aa1 z ax t)) +("composites" nil (k ax m p aa1 z ax t s)) +("composition" nil (k aa1 m p ax z ih1 sh ax n)) +("compositional" nil (k aa1 m p ax z ih1 sh ax n ax l)) +("compositions" nil (k aa1 m p ax z ih1 sh ax n z)) +("compost" nil (k aa1 m p ow0 s t)) +("composting" nil (k aa1 m p ow1 s t ih0 ng)) +("composure" nil (k ax m p ow1 zh er0)) +("compote" nil (k aa1 m p ow0 t)) +("compound" n (k aa1 m p aw0 n d)) +("compound" v (k ax m p aw1 n d)) +("compounded" nil (k ax m p aw1 n d ax d)) +("compounding" nil (k ax m p aw1 n d ih0 ng)) +("compounds" n (k aa1 m p aw0 n d z)) +("compounds" v (k ax m p aw1 n d z)) +("comprehend" nil (k aa1 m p r iy0 hh eh1 n d)) +("comprehended" nil (k aa1 m p r ih0 hh eh1 n d ih0 d)) +("comprehending" nil (k aa1 m p r ih0 hh eh1 n d ih0 ng)) +("comprehensibility" nil (k aa1 m p r iy0 hh eh1 n s ax b ih1 l ax t iy0)) +("comprehensible" nil (k aa1 m p r iy0 hh eh1 n s ax b ax l)) +("comprehension" nil (k aa1 m p r iy0 hh eh1 n sh ax n)) +("comprehensive" nil (k aa1 m p r iy0 hh eh1 n s ih0 v)) +("comprehensively" nil (k aa1 m p r ih0 hh eh1 n s ih0 v l iy0)) +("compress" n (k aa1 m p r eh0 s)) +("compress" v (k ax m p r eh1 s)) +("compressed" nil (k ax m p r eh1 s t)) +("compresses" n (k aa1 m p r eh0 s ax z)) +("compresses" v (k ax m p r eh1 s ax z)) +("compressing" nil (k ax m p r eh1 s ih0 ng)) +("compression" nil (k ax m p r eh1 sh ax n)) +("compressor" nil (k ax m p r eh1 s er0)) +("compressors" nil (k ax m p r eh1 s er0 z)) +("comprint" nil (k aa1 m p r ih1 n t)) +("comprise" nil (k ax m p r ay1 z)) +("comprised" nil (k ax m p r ay1 z d)) +("comprises" nil (k ax m p r ay1 z ax z)) +("comprising" nil (k ax m p r ay1 z ih0 ng)) +("compromise" nil (k aa1 m p r ax m ay1 z)) +("compromised" nil (k aa1 m p r ax m ay1 z d)) +("compromises" nil (k aa1 m p r ax m ay1 z ih0 z)) +("compromising" nil (k aa1 m p r ax m ay1 z ih0 ng)) +("compston" nil (k aa1 m p s t ax n)) +("comptek" nil (k aa1 m p t eh1 k)) +("compton" nil (k aa1 m p t ax n)) +("comptroller" nil (k ax n t r ow1 l er0)) +("comptronix" nil (k aa1 m p t r aa1 n ih1 k s)) +("compuadd" nil (k aa1 m p y uw0 ae1 d)) +("compuchem" nil (k aa1 m p y uw0 k eh1 m)) +("compudyne" nil (k aa1 m p y uw0 d ay1 n)) +("compufund" nil (k aa1 m p y uw0 f ah1 n d)) +("compugraphic" nil (k aa1 m p y uw0 g r ae1 f ih0 k)) +("compulsion" nil (k ax m p ah1 l sh ax n)) +("compulsions" nil (k ax m p uh1 l sh ax n z)) +("compulsive" nil (k ax m p ah1 l s ih0 v)) +("compulsively" nil (k ax m p ah1 l s ih0 v l iy0)) +("compulsory" nil (k ax m p ah1 l s er0 iy0)) +("compumat" nil (k aa1 m p y uw0 m ae1 t)) +("compunction" nil (k ax m p ah1 ng k sh ax n)) +("compuserve" nil (k aa1 m p y uw0 s er0 v)) +("computalog" nil (k aa1 m p y uw0 t ae1 l ao0 g)) +("computation" nil (k aa1 m p y ax t ey1 sh ax n)) +("computational" nil (k aa1 m p y uw0 t ey1 sh ax n ax l)) +("computations" nil (k aa1 m p y uw0 t ey1 sh ax n z)) +("compute" nil (k ax m p y uw1 t)) +("computed" nil (k ax m p y uw1 t ax d)) +("computer" nil (k ax m p y uw1 t er0)) +("computercraft" nil (k ax m p y uw1 t er0 k r ae1 f t)) +("computerization" nil (k ax m p y uw1 t er0 ih0 z ey1 sh ax n)) +("computerize" nil (k ax m p y uw1 t er0 ay1 z)) +("computerized" nil (k ax m p y uw1 t er0 ay1 z d)) +("computerizing" nil (k ax m p y uw1 t er0 ay1 z ih0 ng)) +("computerland" nil (k ax m p y uw1 t er0 l ae1 n d)) +("computerlike" nil (k ax m p y uw1 t er0 l ay1 k)) +("computers" nil (k ax m p y uw1 t er0 z)) +("computervision" nil (k ax m p y uw1 t er0 v ih1 zh ax n)) +("computerworld" nil (k ax m p y uw1 t er0 w er1 l d)) +("computes" nil (k ax m p y uw1 t s)) +("computing" nil (k ax m p y uw1 t ih0 ng)) +("computrac" nil (k aa1 m p y uw0 t r ae1 k)) +("compuware" nil (k aa1 m p y uw0 w eh1 r)) +("comrade" nil (k aa1 m r ae1 d)) +("comrades" nil (k aa1 m r ae1 d z)) +("comrie" nil (k aa1 m er0 iy0)) +("comsat" nil (k aa1 m s ae0 t)) +("comstock" nil (k aa1 m s t aa1 k)) +("comtois" nil (k ax m t w aa1)) +("comtrex" nil (k aa1 m t r eh1 k s)) +("comunale" nil (k ow0 m uw0 n aa1 l iy0)) +("con" nil (k aa1 n)) +("cona" nil (k ow1 n ax)) +("conable" nil (k ow1 n ax b ax l)) +("conagra" nil (k aa1 n ae1 g r ax)) +("conahan" nil (k aa1 n ax hh ae0 n)) +("conair" nil (k aa1 n eh1 r)) +("conal" nil (k ow1 n ax l)) +("conan" nil (k ow1 n ax n)) +("conant" nil (k ow1 n ax n t)) +("conard" nil (k aa1 n er0 d)) +("conasupo" nil (k aa1 n ax s uw1 p ow0)) +("conatser" nil (k aa1 n ax t s er0)) +("conaty" nil (k aa1 n ax t iy0)) +("conaway" nil (k ow1 n ax w ey0)) +("conboy" nil (k aa1 n b oy0)) +("conca" nil (k ow1 n k ax)) +("concannon" nil (k aa1 n k ax n aa0 n)) +("concatenate" nil (k ax n k ae1 t ax n ey1 t)) +("concatenation" nil (k ax n k ae1 t ax n ey1 sh ax n)) +("concave" nil (k aa0 n k ey1 v)) +("conceal" nil (k ax n s iy1 l)) +("concealed" nil (k ax n s iy1 l d)) +("concealing" nil (k ax n s iy1 l ih0 ng)) +("concealment" nil (k ax n s iy1 l m ax n t)) +("conceals" nil (k ax n s iy1 l z)) +("concede" nil (k ax n s iy1 d)) +("conceded" nil (k ax n s iy1 d ih0 d)) +("concedes" nil (k ax n s iy1 d z)) +("conceding" nil (k ax n s iy1 d ih0 ng)) +("conceit" nil (k ax n s iy1 t)) +("conceited" nil (k ax n s iy1 t ax d)) +("conceivable" nil (k ax n s iy1 v ax b ax l)) +("conceivably" nil (k ax n s iy1 v ax b l iy0)) +("conceive" nil (k ax n s iy1 v)) +("conceived" nil (k ax n s iy1 v d)) +("conceiving" nil (k ax n s iy1 v ih0 ng)) +("concentrate" nil (k aa1 n s ax n t r ey1 t)) +("concentrated" nil (k aa1 n s ax n t r ey1 t ax d)) +("concentrates" nil (k aa1 n s ax n t r ey1 t s)) +("concentrating" nil (k aa1 n s ax n t r ey1 t ih0 ng)) +("concentration" nil (k aa1 n s ax n t r ey1 sh ax n)) +("concentrations" nil (k aa1 n s ax n t r ey1 sh ax n z)) +("concentric" nil (k ax n s eh1 n t r ih0 k)) +("concepcion" nil (k ax n s eh1 p s iy0 ow1 n)) +("concept" nil (k aa1 n s eh0 p t)) +("conception" nil (k ax n s eh1 p sh ax n)) +("conceptions" nil (k ax n s eh1 p sh ax n z)) +("concepts" nil (k aa1 n s eh0 p t s)) +("conceptual" nil (k ax n s eh1 p ch uw0 ax l)) +("conceptually" nil (k ax n s eh1 p ch uw0 ax l iy0)) +("concern" nil (k ax n s er1 n)) +("concerned" nil (k ax n s er1 n d)) +("concerning" nil (k ax n s er1 n ih0 ng)) +("concerns" nil (k ax n s er1 n z)) +("concert" n (k aa1 n s er0 t)) +("concert" v (k aa0 n s er1 t)) +("concerted" nil (k ax n s er1 t ax d)) +("concerti" nil (k ax n ch eh1 r t iy0)) +("concertmaster" nil (k aa1 n s er0 t m ae1 s t er0)) +("concerto" nil (k ax n ch eh1 r t ow0)) +("concertos" nil (k ax n ch eh1 r t ow0 z)) +("concerts" n (k aa1 n s er0 t s)) +("concerts" v (k ax n s er1 t s)) +("concession" nil (k ax n s eh1 sh ax n)) +("concessionaire" nil (k ax n s eh1 sh ax n eh1 r)) +("concessional" nil (k ax n s eh1 sh ax n ax l)) +("concessionary" nil (k ax n s eh1 sh ax n eh1 r iy0)) +("concessions" nil (k ax n s eh1 sh ax n z)) +("conch" nil (k aa1 n ch)) +("concha" nil (k aa1 n ch ax)) +("conchemco" nil (k aa1 n ch eh1 m k ow0)) +("conchita" nil (k ow0 n k iy1 t ax)) +("concierge" nil (k aa1 n s iy0 eh1 r zh)) +("conciliation" nil (k ax n s ih1 l iy0 ey1 sh ax n)) +("conciliator" nil (k ax n s iy1 l iy0 ey1 t er0)) +("conciliatory" nil (k ax n s ih1 l iy1 ax t ao1 r iy0)) +("concise" nil (k ax n s ay1 s)) +("concisely" nil (k ax n s ay1 s l iy0)) +("conclave" nil (k aa1 n k l ey1 v)) +("conclude" nil (k ax n k l uw1 d)) +("concluded" nil (k ax n k l uw1 d ax d)) +("concludes" nil (k ax n k l uw1 d z)) +("concluding" nil (k ax n k l uw1 d ih0 ng)) +("conclusion" nil (k ax n k l uw1 zh ax n)) +("conclusions" nil (k ax n k l uw1 zh ax n z)) +("conclusive" nil (k ax n k l uw1 s ih0 v)) +("conclusively" nil (k ax n k l uw1 s ih0 v l iy0)) +("concoct" nil (k ax n k aa1 k t)) +("concocted" nil (k ax n k aa1 k t ax d)) +("concocting" nil (k ax n k aa1 k t ih0 ng)) +("concoction" nil (k ax n k aa1 k sh ax n)) +("concoctions" nil (k ax n k aa1 k sh ax n z)) +("concomitant" nil (k aa1 n k aa1 m ax t ax n t)) +("concomitantly" nil (k aa1 n k aa1 m ax t ax n t l iy0)) +("concord" nil (k aa1 n k ao1 r d)) +("concorde" nil (k aa1 n k ao1 r d)) +("concourse" nil (k aa1 n k ao1 r s)) +("concourses" nil (k aa1 n k ao1 r s ih0 z)) +("concrete" nil (k ax n k r iy1 t)) +("concretely" nil (k aa1 n k r iy1 t l iy0)) +("concubinage" nil (k aa0 n k y uw1 b ax n ax jh)) +("concubines" nil (k aa1 n k y ax b ay1 n z)) +("concur" nil (k ax n k er1)) +("concurred" nil (k ax n k er1 d)) +("concurrence" nil (k ax n k er1 ax n s)) +("concurrent" nil (k ax n k er1 ax n t)) +("concurrently" nil (k ax n k er1 ax n t l iy0)) +("concurring" nil (k ax n k er1 ih0 ng)) +("concurs" nil (k ax n k er1 z)) +("concussion" nil (k ax n k ah1 sh ax n)) +("concussions" nil (k ax n k ah1 sh ax n z)) +("conde" nil (k aa1 n d)) +("condello" nil (k ow0 n d eh1 l ow0)) +("condemn" nil (k ax n d eh1 m)) +("condemnation" nil (k aa1 n d ax m n ey1 sh ax n)) +("condemnations" nil (k aa1 n d ax m n ey1 sh ax n z)) +("condemned" nil (k ax n d eh1 m d)) +("condemning" nil (k ax n d eh1 m ih0 ng)) +("condemns" nil (k ax n d eh1 m z)) +("condensate" nil (k aa1 n d ax n s ey1 t)) +("condensates" nil (k aa1 n d ax n s ey1 t s)) +("condensation" nil (k aa1 n d ax n s ey1 sh ax n)) +("condense" nil (k ax n d eh1 n s)) +("condensed" nil (k ax n d eh1 n s t)) +("condenser" nil (k ax n d eh1 n s er0)) +("conder" nil (k aa1 n d er0)) +("condescending" nil (k aa1 n d ih0 s eh1 n d ih0 ng)) +("condescension" nil (k aa1 n d ax s eh1 n sh ax n)) +("condie" nil (k aa1 n d iy0)) +("condiment" nil (k aa1 n d ax m ax n t)) +("condiments" nil (k aa1 n d ax m ax n t s)) +("condit" nil (k aa1 n d ih0 t)) +("condition" nil (k ax n d ih1 sh ax n)) +("conditional" nil (k ax n d ih1 sh ax n ax l)) +("conditionality" nil (k ax n d ih1 sh ax n ae1 l ih0 t iy0)) +("conditionally" nil (k ax n d ih1 sh ax n ax l iy0)) +("conditioned" nil (k ax n d ih1 sh ax n d)) +("conditioner" nil (k ax n d ih1 sh ax n er0)) +("conditioners" nil (k ax n d ih1 sh ax n er0 z)) +("conditioning" nil (k ax n d ih1 sh ax n ih0 ng)) +("conditions" nil (k ax n d ih1 sh ax n z)) +("conditt" nil (k aa1 n d ih0 t)) +("condo" nil (k aa1 n d ow0)) +("condolences" nil (k ax n d ow1 l ax n s ax z)) +("condom" nil (k aa1 n d ax m)) +("condominium" nil (k aa1 n d ax m ih1 n iy0 ax m)) +("condominiums" nil (k aa1 n d ax m ih1 n iy0 ax m z)) +("condoms" nil (k aa1 n d ax m z)) +("condon" nil (k aa1 n d ax n)) +("condone" nil (k ax n d ow1 n)) +("condoned" nil (k ax n d ow1 n d)) +("condones" nil (k ax n d ow1 n z)) +("condoning" nil (k ax n d ow1 n ih0 ng)) +("condor" nil (k aa1 n d er0)) +("condos" nil (k aa1 n d ow0 z)) +("condra" nil (k ow1 n d r ax)) +("condracky" nil (k aa1 n d r ae1 k iy0)) +("condray" nil (k aa1 n d r ey0)) +("condren" nil (k aa1 n d er0 ax n)) +("condrey" nil (k aa1 n d r iy0)) +("condron" nil (k aa1 n d r ax n)) +("condry" nil (k aa1 n d er0 iy0)) +("conducive" nil (k ax n d uw1 s ih0 v)) +("conduct" v (k ax n d ah1 k t)) +("conduct" n (k ah1 n d ax k t)) +("conducted" nil (k ax n d ah1 k t ax d)) +("conducting" nil (k ax n d ah1 k t ih0 ng)) +("conduction" nil (k ax n d ah1 k sh ax n)) +("conductive" nil (k ax n d ah1 k t ih0 v)) +("conductivity" nil (k aa1 n d ah1 k t ih1 v ax t iy0)) +("conductor" nil (k ax n d ah1 k t er0)) +("conductors" nil (k ax n d ah1 k t er0 z)) +("conducts" nil (k ax n d ah1 k t s)) +("conduit" nil (k aa1 n d uw0 ih0 t)) +("conduits" nil (k aa1 n d uw0 ax t s)) +("cone" nil (k ow1 n)) +("coneflower" nil (k ow1 n f l aw1 er0)) +("conely" nil (k ow1 n l iy0)) +("conerly" nil (k ow1 n er0 l iy0)) +("conery" nil (k ow1 n er0 iy0)) +("cones" nil (k ow1 n z)) +("conestoga" nil (k aa1 n ax s t ow1 g ax)) +("coney" nil (k ow1 n iy0)) +("confabulation" nil (k ax n f ae1 b y ax l ey1 sh ax n)) +("confair" nil (k aa1 n f eh1 r)) +("confection" nil (k ax n f eh1 k sh ax n)) +("confectionary" nil (k ax n f eh1 k sh ax n eh1 r iy0)) +("confectioner" nil (k ax n f eh1 k sh ax n er0)) +("confectioners" nil (k ax n f eh1 k sh ax n er0 z)) +("confectionery" nil (k ax n f eh1 k sh ax n eh1 r iy0)) +("confections" nil (k ax n f eh1 k sh ax n z)) +("confederacy" nil (k ax n f eh1 d er0 ax s iy0)) +("confederate" nil (k ax n f eh1 d er0 ax t)) +("confederation" nil (k ax n f eh1 d er0 ey1 sh ax n)) +("confer" nil (k ax n f er1)) +("conferees" nil (k aa1 n f er0 iy1 z)) +("conference" nil (k aa1 n f er0 ax n s)) +("conferences" nil (k aa1 n f er0 ax n s ax z)) +("conferencing" nil (k aa1 n f r ax n s ih0 ng)) +("conferred" nil (k ax n f er1 d)) +("conferring" nil (k ax n f er1 ih0 ng)) +("confers" nil (k ax n f er1 z)) +("confess" nil (k ax n f eh1 s)) +("confessed" nil (k ax n f eh1 s t)) +("confesses" nil (k ax n f eh1 s ih0 z)) +("confessing" nil (k ax n f eh1 s ih0 ng)) +("confession" nil (k ax n f eh1 sh ax n)) +("confessional" nil (k ax n f eh1 sh ax n ax l)) +("confessionals" nil (k ax n f eh1 sh ax n ax l z)) +("confessions" nil (k ax n f eh1 sh ax n z)) +("confetti" nil (k ax n f eh1 t iy0)) +("confidant" nil (k aa1 n f ax d aa1 n t)) +("confidante" nil (k aa1 n f ax d ae1 n t)) +("confidants" nil (k aa1 n f ax d ae1 n t s)) +("confide" nil (k ax n f ay1 d)) +("confided" nil (k ax n f ay1 d ax d)) +("confidence" nil (k aa1 n f ax d ax n s)) +("confidences" nil (k aa1 n f ax d ax n s ih0 z)) +("confident" nil (k aa1 n f ax d ax n t)) +("confidential" nil (k aa1 n f ax d eh1 n sh ax l)) +("confidentiality" nil (k aa1 n f ax d eh1 n sh iy0 ae1 l ax t iy0)) +("confidentially" nil (k aa1 n f ax d eh1 n sh ax l iy0)) +("confidently" nil (k aa1 n f ax d ax n t l iy0)) +("confides" nil (k ax n f ay1 d z)) +("confiding" nil (k ax n f ay1 d ih0 ng)) +("configuration" nil (k ax n f ih1 g y er0 ey1 sh ax n)) +("configurations" nil (k ax n f ih1 g y er0 ey1 sh ax n z)) +("configured" nil (k ax n f ih1 g y er0 d)) +("confindustria" nil (k aa1 n f ih0 n d ah1 s t r iy0 ax)) +("confine" v (k ax n f ay1 n)) +("confine" n (k aa1 n f ay0 n)) +("confined" nil (k ax n f ay1 n d)) +("confinement" nil (k ax n f ay1 n m ax n t)) +("confines" n (k aa1 n f ay1 n z)) +("confines" v (k ax n f ay1 n z)) +("confining" nil (k ax n f ay1 n ih0 ng)) +("confirm" nil (k ax n f er1 m)) +("confirmable" nil (k ax n f er1 m ax b ax l)) +("confirmation" nil (k aa1 n f er0 m ey1 sh ax n)) +("confirmations" nil (k aa1 n f er0 m ey1 sh ax n z)) +("confirmatory" nil (k ax n f er1 m ax t ao1 r iy0)) +("confirmed" nil (k ax n f er1 m d)) +("confirming" nil (k ax n f er1 m ih0 ng)) +("confirms" nil (k ax n f er1 m z)) +("confiscate" nil (k aa1 n f ax s k ey1 t)) +("confiscated" nil (k aa1 n f ax s k ey1 t ax d)) +("confiscating" nil (k aa1 n f ax s k ey1 t ih0 ng)) +("confiscation" nil (k aa1 n f ax s k ey1 sh ax n)) +("confiscatory" nil (k ax n f ih1 s k ax t ao1 r iy0)) +("confiterias" nil (k aa1 n f ih0 t ih1 r iy0 ax z)) +("conflagration" nil (k aa1 n f l ax g r ey1 sh ax n)) +("conflict" n (k aa1 n f l ih0 k t)) +("conflict" v (k ax n f l ih1 k t)) +("conflicted" nil (k ax n f l ih1 k t ih0 d)) +("conflicting" nil (k ax n f l ih1 k t ih0 ng)) +("conflicts" v (k ax n f l ih1 k t s)) +("conflicts" n (k aa1 n f l ih0 k t s)) +("confluence" nil (k aa1 n f l uw0 ax n s)) +("conform" nil (k ax n f ao1 r m)) +("conformance" nil (k ax n f ao1 r m ax n s)) +("conformational" nil (k aa1 n f er0 m ey1 sh ax n ax l)) +("conformed" nil (k ax n f ao1 r m d)) +("conforming" nil (k ax n f ao1 r m ih0 ng)) +("conformist" nil (k ax n f ao1 r m ih0 s t)) +("conformists" nil (k ax n f ao1 r m ax s t s)) +("conformity" nil (k ax n f ao1 r m ax t iy0)) +("conforms" nil (k ax n f ao1 r m z)) +("conforti" nil (k ow0 n f ao1 r t iy0)) +("confound" nil (k aa0 n f aw1 n d)) +("confounded" nil (k ax n f aw1 n d ih0 d)) +("confounding" nil (k ax n f aw1 n d ih0 ng)) +("confounds" nil (k ax n f aw1 n d z)) +("confront" nil (k ax n f r ah1 n t)) +("confrontation" nil (k aa1 n f r ax n t ey1 sh ax n)) +("confrontational" nil (k aa1 n f r ax n t ey1 sh ax n ax l)) +("confrontations" nil (k aa1 n f r ax n t ey1 sh ax n z)) +("confronted" nil (k ax n f r ah1 n t ax d)) +("confronting" nil (k ax n f r ah1 n t ih0 ng)) +("confronts" nil (k ax n f r ah1 n t s)) +("confucian" nil (k ax n f y uw1 sh ax n)) +("confucianism" nil (k ax n f y uw1 sh ax n ih1 z ax m)) +("confucius" nil (k ax n f y uw1 sh ax s)) +("confuse" nil (k ax n f y uw1 z)) +("confused" nil (k ax n f y uw1 z d)) +("confuses" nil (k ax n f y uw1 z ih0 z)) +("confusing" nil (k ax n f y uw1 z ih0 ng)) +("confusingly" nil (k ax n f y uw1 z ih0 ng l iy0)) +("confusion" nil (k ax n f y uw1 zh ax n)) +("confusions" nil (k ax n f y uw1 zh ax n z)) +("cong" nil (k ao1 ng)) +("conga" nil (k ao1 ng g ax)) +("congdon" nil (k aa1 ng d ax n)) +("congeal" nil (k ax n jh iy1 l)) +("congealed" nil (k ax n jh iy1 l d)) +("congenial" nil (k ax n jh iy1 n y ax l)) +("congeniality" nil (k ax n jh iy1 n iy0 ae1 l ax t iy0)) +("congenital" nil (k ax n jh eh1 n ax t ax l)) +("conger" nil (k ao1 ng er0)) +("congested" nil (k ax n jh eh1 s t ax d)) +("congestion" nil (k ax n jh eh1 s ch ax n)) +("congestive" nil (k ax n jh eh1 s t ih0 v)) +("congleton" nil (k aa1 ng g l ih0 t aa0 n)) +("conglomerate" nil (k ax n g l aa1 m er0 ax t)) +("conglomerates" nil (k ax n g l aa1 m er0 ax t s)) +("conglomeration" nil (k ax n g l aa1 m er0 ey1 sh ax n)) +("congo" nil (k aa1 ng g ow0)) +("congratulate" nil (k ax n g r ae1 ch ax l ey1 t)) +("congratulated" nil (k ax n g r ae1 ch ax l ey1 t ih0 d)) +("congratulating" nil (k ax n g r ae1 ch ax l ey1 t ih0 ng)) +("congratulation" nil (k ax n g r ae1 ch ax l ey1 sh ax n)) +("congratulations" nil (k ax n g r ae1 ch ax l ey1 sh ax n z)) +("congratulatory" nil (k ax n g r ae1 ch ax l ax t ao1 r iy0)) +("congregate" nil (k aa1 ng g r ax g ey1 t)) +("congregated" nil (k aa1 ng g r ih0 g ey1 t ih0 d)) +("congregation" nil (k aa1 ng g r ax g ey1 sh ax n)) +("congregational" nil (k aa1 ng g r ax g ey1 sh ax n ax l)) +("congregations" nil (k aa1 ng g r ax g ey1 sh ax n z)) +("congress" nil (k aa1 ng g r ax s)) +("congresses" nil (k aa1 ng g r ax s ih0 z)) +("congressional" nil (k ax n g r eh1 sh ax n ax l)) +("congressionally" nil (k ax n g r eh1 sh ax n ax l iy0)) +("congressman" nil (k aa1 ng g r ax s m ax n)) +("congressmen" nil (k aa1 ng g r ax s m ih0 n)) +("congresspersons" nil (k aa1 ng g r ax s p er1 s ax n z)) +("congresswoman" nil (k aa1 ng g r ax s w uh1 m ax n)) +("congrove" nil (k aa1 ng g r ax v)) +("congruence" nil (k ao1 n g r uw0 ax n s)) +("congruity" nil (k ax n g r uw1 ax t iy0)) +("conical" nil (k aa1 n ih0 k ax l)) +("conics" nil (k aa1 n ih0 k s)) +("conifer" nil (k aa1 n ax f er0)) +("coniferous" nil (k ax n ih1 f er0 ax s)) +("conifers" nil (k aa1 n ax f er0 z)) +("conigliaro" nil (k ax n ih1 g l iy0 aa1 r ow0)) +("coniglio" nil (k ax n ih1 g l iy0 ow0)) +("coniston" nil (k aa1 n ax s t ax n)) +("conjecture" nil (k ax n jh eh1 k ch er0)) +("conjectures" nil (k ax n jh eh1 k ch er0 z)) +("conjunction" nil (k ax n jh ah1 ng k sh ax n)) +("conjunctions" nil (k ax n jh ah1 ng k sh ax n z)) +("conjunctiva" nil (k aa1 n jh ax ng k t ay1 v ax)) +("conjure" nil (k aa1 n jh er0)) +("conjured" nil (k aa1 n jh er0 d)) +("conjures" nil (k aa1 n jh er0 z)) +("conjuring" nil (k aa1 n jh er0 ih0 ng)) +("conjuror" nil (k aa1 n jh er0 er0)) +("conk" nil (k aa1 ng k)) +("conkel" nil (k aa1 ng k ax l)) +("conkey" nil (k aa1 n k iy0)) +("conkin" nil (k aa1 ng k ih0 n)) +("conkle" nil (k aa1 ng k ax l)) +("conklin" nil (k aa1 ng k l ih0 n)) +("conkling" nil (k aa1 ng k l ih0 ng)) +("conkright" nil (k aa1 ng k r ay1 t)) +("conlan" nil (k aa1 n l ax n)) +("conlee" nil (k aa1 n l iy0)) +("conley" nil (k aa1 n l iy0)) +("conlin" nil (k aa1 n l ih0 n)) +("conlon" nil (k aa1 n l ax n)) +("conly" nil (k aa1 n l iy0)) +("conn" nil (k aa1 n)) +("connally" nil (k aa1 n ax l iy0)) +("connaught" nil (k aa1 n ao0 t)) +("connaughton" nil (k aa1 n ao0 t aa0 n)) +("connaway" nil (k aa1 n ax w ey1)) +("connect" nil (k ax n eh1 k t)) +("connected" nil (k ax n eh1 k t ax d)) +("connecter" nil (k ax n eh1 k t er0)) +("connecticut" nil (k ax n eh1 t ax k ax t)) +("connecting" nil (k ax n eh1 k t ih0 ng)) +("connection" nil (k ax n eh1 k sh ax n)) +("connections" nil (k ax n eh1 k sh ax n z)) +("connective" nil (k ax n eh1 k t ih0 v)) +("connectivity" nil (k ax n eh0 k t ih1 v ih0 t iy0)) +("connector" nil (k ax n eh1 k t er0)) +("connectors" nil (k ax n eh1 k t er0 z)) +("connects" nil (k ax n eh1 k t s)) +("conned" nil (k aa1 n d)) +("conneely" nil (k ax n iy1 l iy0)) +("connell" nil (k aa1 n ax l)) +("connelley" nil (k aa1 n ih0 l iy0)) +("connelly" nil (k aa1 n ax l iy0)) +("connely" nil (k aa1 n l iy0)) +("conner" nil (k aa1 n er0)) +("conners" nil (k aa1 n er0 z)) +("connery" nil (k aa1 n er0 iy0)) +("connett" nil (k aa1 n ih0 t)) +("connick" nil (k aa1 n ih0 k)) +("connie" nil (k ao1 n iy0)) +("conniff" nil (k aa1 n ih0 f)) +("conning" nil (k aa1 n ih0 ng)) +("conniption" nil (k ax n ih1 p sh ax n)) +("connivance" nil (k ax n ay1 v ax n s)) +("connive" nil (k ax n ay1 v)) +("conniving" nil (k ax n ay1 v ih0 ng)) +("connoisseur" nil (k aa1 n ax s er1)) +("connoisseurs" nil (k aa1 n ax s er1 z)) +("connole" nil (k aa1 n ax l)) +("connolly" nil (k ao1 n ax l iy0)) +("connon" nil (k aa1 n ax n)) +("connor" nil (k aa1 n er0)) +("connors" nil (k aa1 n er0 z)) +("connotation" nil (k aa1 n ax t ey1 sh ax n)) +("connotational" nil (k aa1 n ax t ey1 sh ax n ax l)) +("connotations" nil (k aa1 n ax t ey1 sh ax n z)) +("connote" nil (k ax n ow1 t)) +("connotes" nil (k ax n ow1 t s)) +("conny" nil (k aa1 n iy0)) +("conoco" nil (k aa1 n ax k ow0)) +("conolly" nil (k aa1 n ow0 l iy0)) +("conoly" nil (k ow1 n ow0 l iy0)) +("conover" nil (k aa1 n ax v er0)) +("conquer" nil (k aa1 ng k er0)) +("conquered" nil (k aa1 ng k er0 d)) +("conquering" nil (k aa1 ng k er0 ih0 ng)) +("conqueror" nil (k aa1 ng k er0 er0)) +("conquerors" nil (k aa1 ng k er0 er0 z)) +("conquers" nil (k aa1 ng k er0 z)) +("conquest" nil (k aa1 ng k w eh0 s t)) +("conquests" nil (k aa1 n k w eh1 s t s)) +("conrac" nil (k aa1 n r ae0 k)) +("conrad" nil (k aa1 n r ae0 d)) +("conrades" nil (k ax n r ey1 d z)) +("conradi" nil (k ow0 n r aa1 d iy0)) +("conradine" nil (k aa1 n r ax d ay1 n)) +("conrads" nil (k aa1 n r ae0 d z)) +("conradt" nil (k aa1 n r ae0 t)) +("conrady" nil (k ax n r aa1 d iy0)) +("conrail" nil (k aa1 n r ey1 l)) +("conran" nil (k aa1 n r ax n)) +("conrath" nil (k aa1 n r ax th)) +("conrey" nil (k aa1 n r iy0)) +("conroe" nil (k aa1 n r ow0)) +("conrow" nil (k aa1 n r ow0)) +("conroy" nil (k ao1 n r oy0)) +("conry" nil (k aa1 n r iy0)) +("cons" nil (k aa1 n z)) +("consalvo" nil (k ow0 n s aa1 l v ow0)) +("conscience" nil (k aa1 n sh ax n s)) +("consciences" nil (k aa1 n ch ih0 n s ih0 z)) +("conscientious" nil (k aa1 n sh iy0 eh1 n sh ax s)) +("conscientiously" nil (k aa1 n ch iy0 eh1 n ch ax s l iy0)) +("conscious" nil (k aa1 n sh ax s)) +("consciously" nil (k aa1 n sh ax s l iy0)) +("consciousness" nil (k aa1 n sh ax s n ax s)) +("conscript" n (k aa1 n s k r ih0 p t)) +("conscript" v (k ax n s k r ih1 p t)) +("conscripted" nil (k ax n s k r ih1 p t ih0 d)) +("conscription" nil (k ax n s k r ih1 p sh ax n)) +("conscripts" n (k aa1 n s k r ih0 p t s)) +("conscripts" v (k ax n s k r ih1 p t s)) +("conseco" nil (k aa0 n s ey1 k ow0)) +("consecrated" nil (k aa1 n s ax k r ey1 t ax d)) +("consecutive" nil (k ax n s eh1 k y ax t ih0 v)) +("consensual" nil (k ax n s eh1 n s uw0 ax l)) +("consensus" nil (k ax n s eh1 n s ax s)) +("consent" nil (k ax n s eh1 n t)) +("consented" nil (k ax n s eh1 n t ih0 d)) +("consenting" nil (k ax n s eh1 n t ih0 ng)) +("consentino" nil (k ow0 n s eh0 n t iy1 n ow0)) +("consents" nil (k ax n s eh1 n t s)) +("consequence" nil (k aa1 n s ax k w ax n s)) +("consequences" nil (k aa1 n s ax k w eh1 n s ax z)) +("consequent" nil (k aa1 n s ax k w ax n t)) +("consequential" nil (k aa1 n s ax k w eh1 n ch ax l)) +("consequently" nil (k aa1 n s ax k w ax n t l iy0)) +("conser" nil (k aa1 n s er0)) +("conservancy" nil (k ax n s er1 v ax n s iy0)) +("conservation" nil (k aa1 n s er0 v ey1 sh ax n)) +("conservationist" nil (k aa1 n s er0 v ey1 sh ax n ax s t)) +("conservationists" nil (k aa1 n s er0 v ey1 sh ax n ax s t s)) +("conservatism" nil (k ax n s er1 v ax t ih1 z ax m)) +("conservative" nil (k ax n s er1 v ax t ih0 v)) +("conservatively" nil (k ax n s er1 v ax t ih0 v l iy0)) +("conservatives" nil (k ax n s er1 v ax t ih0 v z)) +("conservator" nil (k ax n s er1 v ax t er0)) +("conservatories" nil (k ax n s er1 v ax t ao1 r iy0 z)) +("conservators" nil (k ax n s er1 v ax t er0 z)) +("conservatorship" nil (k ax n s er1 v ax t er0 sh ih1 p)) +("conservatory" nil (k ax n s er1 v ax t ao0 r iy0)) +("conserve" nil (k ax n s er1 v)) +("conserved" nil (k ax n s er1 v d)) +("conserving" nil (k ax n s er1 v ih0 ng)) +("conshohocken" nil (k aa1 n sh ax hh aa1 k ax n)) +("consider" nil (k ax n s ih1 d er0)) +("considerable" nil (k ax n s ih1 d er0 ax b ax l)) +("considerably" nil (k ax n s ih1 d er0 ax b l iy0)) +("considerate" nil (k ax n s ih1 d er0 ax t)) +("consideration" nil (k ax n s ih1 d er0 ey1 sh ax n)) +("considerations" nil (k ax n s ih1 d er0 ey1 sh ax n z)) +("considered" nil (k ax n s ih1 d er0 d)) +("considering" nil (k ax n s ih1 d er0 ih0 ng)) +("considers" nil (k ax n s ih1 d er0 z)) +("considine" nil (k aa1 n s ih0 d ay1 n)) +("consiglio" nil (k ow0 n s iy1 g l iy0 ow0)) +("consign" nil (k ax n s ay1 n)) +("consigned" nil (k ax n s ay1 n d)) +("consignment" nil (k ax n s ay1 n m ax n t)) +("consist" nil (k ax n s ih1 s t)) +("consisted" nil (k ax n s ih1 s t ax d)) +("consistence" nil (k ax n s ih1 s t ax n s)) +("consistency" nil (k ax n s ih1 s t ax n s iy0)) +("consistent" nil (k ax n s ih1 s t ax n t)) +("consistently" nil (k ax n s ih1 s t ax n t l iy0)) +("consisting" nil (k ax n s ih1 s t ih0 ng)) +("consists" nil (k ax n s ih1 s t s)) +("consob" nil (k aa1 n s aa0 b)) +("consol" nil (k aa1 n s aa0 l)) +("consolata" nil (k ow0 n s ow0 l aa1 t ax)) +("consolation" nil (k aa1 n s ax l ey1 sh ax n)) +("consolations" nil (k aa1 n s ax l ey1 sh ax n z)) +("console" n (k aa1 n s ow0 l)) +("console" v (k ax n s ow1 l)) +("consoled" nil (k ax n s ow1 l d)) +("consoles" v (k ax n s ow1 l z)) +("consoles" n (k aa1 n s ow0 l z)) +("consoli" nil (k ow0 n s ow1 l iy0)) +("consolidate" nil (k ax n s aa1 l ih0 d ey1 t)) +("consolidated" nil (k ax n s aa1 l ax d ey1 t ax d)) +("consolidates" nil (k ax n s aa1 l ih0 d ey1 t s)) +("consolidating" nil (k ax n s aa1 l ax d ey1 t ih0 ng)) +("consolidation" nil (k ax n s aa1 l ax d ey1 sh ax n)) +("consolidations" nil (k ax n s aa1 l ih0 d ey1 sh ax n z)) +("consolidators" nil (k ax n s aa1 l ih0 d ey1 t er0 z)) +("consoling" nil (k ax n s ow1 l ih0 ng)) +("consolo" nil (k ow0 n s ow1 l ow0)) +("consonant" nil (k aa1 n s ax n ax n t)) +("consonantal" nil (k ae1 n s ax n ae1 n t ax l)) +("consonants" nil (k aa1 n s ax n ax n t s)) +("consort" v (k ax n s ao1 r t)) +("consort" n (k aa1 n s ao0 r t)) +("consortia" nil (k ax n s ao1 r sh ax)) +("consorting" nil (k ax n s ao1 r t ih0 ng)) +("consortium" nil (k ax n s ao1 r sh iy0 ax m)) +("consortiums" nil (k ax n s ao1 r sh ax m z)) +("consorts" v (k ax n s ao1 r t s)) +("consorts" n (k aa1 n s ao0 r t s)) +("conspicuous" nil (k ax n s p ih1 k y uw0 ax s)) +("conspicuously" nil (k ax n s p ih1 k y uw0 ax s l iy0)) +("conspiracies" nil (k ax n s p ih1 r ax s iy0 z)) +("conspiracy" nil (k ax n s p ih1 r ax s iy0)) +("conspirator" nil (k ax n s p ih1 r ax t er0)) +("conspiratorial" nil (k ax n s p ih1 r ax t ao1 r iy0 ax l)) +("conspirators" nil (k ax n s p ih1 r ax t er0 z)) +("conspire" nil (k ax n s p ay1 er0)) +("conspired" nil (k ax n s p ay1 er0 d)) +("conspiring" nil (k ax n s p ay1 r ih0 ng)) +("constable" nil (k aa1 n s t ax b ax l)) +("constables" nil (k aa1 n s t ax b ax l z)) +("constabulary" nil (k ax n s t ae1 b y ax l eh1 r iy0)) +("constance" nil (k aa1 n s t ax n s)) +("constancy" nil (k aa1 n s t ax n s iy0)) +("constant" nil (k aa1 n s t ax n t)) +("constanta" nil (k ow0 n s t aa1 n t ax)) +("constantin" nil (k ax n s t ae1 n t ih0 n)) +("constantina" nil (k ow0 n s t aa0 n t iy1 n ax)) +("constantine" nil (k aa1 n s t ax n t iy1 n)) +("constantino" nil (k ow0 n s t aa0 n t iy1 n ow0)) +("constantinople" nil (k aa1 n s t ae0 n t ax n ow1 p ax l)) +("constantly" nil (k aa1 n s t ax n t l iy0)) +("constants" nil (k aa1 n s t ax n t s)) +("constar" nil (k aa1 n s t aa1 r)) +("constellation" nil (k aa1 n s t ax l ey1 sh ax n)) +("constellations" nil (k aa1 n s t ax l ey1 sh ax n z)) +("consternation" nil (k aa1 n s t er0 n ey1 sh ax n)) +("constipated" nil (k aa1 n s t ax p ey1 t ax d)) +("constipation" nil (k aa1 n s t ax p ey1 sh ax n)) +("constituencies" nil (k ax n s t ih1 ch uw0 ax n s iy0 z)) +("constituency" nil (k ax n s t ih1 ch uw0 ax n s iy0)) +("constituent" nil (k ax n s t ih1 ch uw0 ax n t)) +("constituents" nil (k ax n s t ih1 ch uw0 ax n t s)) +("constitute" nil (k aa1 n s t ax t uw1 t)) +("constituted" nil (k aa1 n s t ax t uw1 t ax d)) +("constitutes" nil (k aa1 n s t ax t uw1 t s)) +("constituting" nil (k aa1 n s t ax t uw1 t ih0 ng)) +("constitution" nil (k aa1 n s t ax t uw1 sh ax n)) +("constitutional" nil (k aa1 n s t ax t uw1 sh ax n ax l)) +("constitutionality" nil (k aa1 n s t ih0 t uw1 sh ax n ae1 l ih0 t iy0)) +("constitutionally" nil (k aa1 n s t ax t uw1 sh ax n ax l iy0)) +("constitutions" nil (k aa1 n s t ih0 t uw1 sh ax n z)) +("constrain" nil (k ax n s t r ey1 n)) +("constrained" nil (k ax n s t r ey1 n d)) +("constraining" nil (k ax n s t r ey1 n ih0 ng)) +("constrains" nil (k ax n s t r ey1 n z)) +("constraint" nil (k ax n s t r ey1 n t)) +("constraints" nil (k ax n s t r ey1 n t s)) +("constrict" nil (k ax n s t r ih1 k t)) +("constricted" nil (k ax n s t r ih1 k t ax d)) +("constricting" nil (k ax n s t r ih1 k t ih0 ng)) +("constriction" nil (k ax n s t r ih1 k sh ax n)) +("constrictions" nil (k ax n s t r ih1 k sh ax n z)) +("constrictor" nil (k ax n s t r ih1 k t er0)) +("constrictors" nil (k ax n s t r ih1 k t er0 z)) +("construcciones" nil (k ax n s t r uw1 ch iy0 ow1 n ey0 z)) +("construct" nil (k ax n s t r ah1 k t)) +("constructed" nil (k ax n s t r ah1 k t ax d)) +("constructing" nil (k ax n s t r ah1 k t ih0 ng)) +("construction" nil (k ax n s t r ah1 k sh ax n)) +("constructionist" nil (k ax n s t r ah1 k sh ax n ih0 s t)) +("constructions" nil (k ax n s t r ah1 k sh ax n z)) +("constructive" nil (k ax n s t r ah1 k t ih0 v)) +("constructively" nil (k ax n s t r ah1 k t ih0 v l iy0)) +("constructors" nil (k ax n s t r ah1 k t er0 z)) +("constructs" nil (k ax n s t r ah1 k t s)) +("construe" nil (k ax n s t r uw1)) +("construed" nil (k ax n s t r uw1 d)) +("consuela" nil (k ow0 n s uw1 l ax)) +("consul" nil (k aa1 n s ax l)) +("consular" nil (k aa1 n s ax l er0)) +("consulate" nil (k aa1 n s ax l ax t)) +("consulates" nil (k aa1 n s ax l ax t s)) +("consulship" nil (k aa1 n s ax l sh ih1 p)) +("consult" nil (k ax n s ah1 l t)) +("consultancy" nil (k ax n s ah1 l t ax n s iy0)) +("consultant" nil (k ax n s ah1 l t ax n t)) +("consultants" nil (k ax n s ah1 l t ax n t s)) +("consultation" nil (k aa1 n s ax l t ey1 sh ax n)) +("consultations" nil (k aa1 n s ax l t ey1 sh ax n z)) +("consultative" nil (k ax n s ah1 l t ax t ih0 v)) +("consulted" nil (k ax n s ah1 l t ax d)) +("consulting" nil (k ax n s ah1 l t ih0 ng)) +("consults" nil (k ax n s ah1 l t s)) +("consumable" nil (k ax n s uw1 m ax b ax l)) +("consume" nil (k ax n s uw1 m)) +("consumed" nil (k ax n s uw1 m d)) +("consumer" nil (k ax n s uw1 m er0)) +("consumerism" nil (k ax n s uw1 m er0 ih1 z ax m)) +("consumerist" nil (k ax n s uw1 m er0 ih0 s t)) +("consumerists" nil (k ax n s uw1 m er0 ih0 s t s)) +("consumers" nil (k ax n s uw1 m er0 z)) +("consumes" nil (k ax n s uw1 m z)) +("consuming" nil (k ax n s uw1 m ih0 ng)) +("consummate" nil (k aa1 n s ax m ax t)) +("consummated" nil (k aa1 n s ax m ey1 t ax d)) +("consummating" nil (k aa1 n s ax m ey1 t ih0 ng)) +("consummation" nil (k aa1 n s ax m ey1 sh ax n)) +("consumption" nil (k ax n s ah1 m p sh ax n)) +("contac" nil (k aa1 n t ae0 k)) +("contact" nil (k aa1 n t ae1 k t)) +("contacted" nil (k aa1 n t ae1 k t ih0 d)) +("contacting" nil (k aa1 n t ae1 k t ih0 ng)) +("contacts" nil (k aa1 n t ae1 k t s)) +("contadora" nil (k aa1 n t ax d ao1 r ax)) +("contagion" nil (k ax n t ey1 jh ax n)) +("contagious" nil (k ax n t ey1 jh ax s)) +("contagiousness" nil (k ax n t ey1 jh ax s n ax s)) +("contain" nil (k ax n t ey1 n)) +("contained" nil (k ax n t ey1 n d)) +("container" nil (k ax n t ey1 n er0)) +("containerboard" nil (k ax n t ey1 n er0 b ao1 r d)) +("containerized" nil (k ax n t ey1 n er0 ay1 z d)) +("containers" nil (k ax n t ey1 n er0 z)) +("containing" nil (k ax n t ey1 n ih0 ng)) +("containment" nil (k ax n t ey1 n m ax n t)) +("contains" nil (k ax n t ey1 n z)) +("contaminant" nil (k ax n t ae1 m ax n ax n t)) +("contaminants" nil (k ax n t ae1 m ax n ax n t s)) +("contaminate" nil (k ax n t ae1 m ax n ey1 t)) +("contaminated" nil (k ax n t ae1 m ax n ey1 t ax d)) +("contaminating" nil (k ax n t ae1 m ax n ey1 t ih0 ng)) +("contamination" nil (k ax n t ae1 m ax n ey1 sh ax n)) +("contant" nil (k aa1 n t ax n t)) +("conte" nil (k ow1 n t)) +("contel" nil (k aa1 n t eh1 l)) +("contemplate" nil (k aa1 n t ax m p l ey1 t)) +("contemplated" nil (k aa1 n t ax m p l ey1 t ih0 d)) +("contemplates" nil (k aa1 n t ax m p l ey1 t s)) +("contemplating" nil (k aa1 n t ax m p l ey1 t ih0 ng)) +("contemplation" nil (k aa1 n t ax m p l ey1 sh ax n)) +("contemplative" nil (k ax n t eh1 m p l ax t ih0 v)) +("contempo" nil (k aa1 n t eh1 m p ow0)) +("contemporaneous" nil (k ax n t eh1 m p er0 ae1 n iy0 ax s)) +("contemporaries" nil (k ax n t eh1 m p er0 eh1 r iy0 z)) +("contemporary" nil (k ax n t eh1 m p er0 eh1 r iy0)) +("contempt" nil (k ax n t eh1 m p t)) +("contemptible" nil (k ax n t eh1 m p t ax b ax l)) +("contemptuous" nil (k ax n t eh1 m p ch uw0 ax s)) +("contemptuously" nil (k ax n t eh1 m p ch w ax s l iy0)) +("contend" nil (k ax n t eh1 n d)) +("contended" nil (k ax n t eh1 n d ih0 d)) +("contender" nil (k ax n t eh1 n d er0)) +("contenders" nil (k ax n t eh1 n d er0 z)) +("contending" nil (k ax n t eh1 n d ih0 ng)) +("contends" nil (k ax n t eh1 n d z)) +("content" n (k aa1 n t eh0 n t)) +("content" v (k ax n t eh1 n t)) +("contented" nil (k ax n t eh1 n t ax d)) +("contentedly" nil (k ax n t eh1 n t ax d l iy0)) +("contention" nil (k ax n t eh1 n sh ax n)) +("contentions" nil (k ax n t eh1 n sh ax n z)) +("contentious" nil (k ax n t eh1 n sh ax s)) +("contentiousness" nil (k ax n t eh1 n sh ax s n ax s)) +("contentment" nil (k ax n t eh1 n t m ax n t)) +("contento" nil (k ow0 n t eh1 n t ow0)) +("contents" n (k aa1 n t eh0 n t s)) +("contents" v (k ax n t eh1 n t s)) +("contest" n (k aa1 n t eh0 s t)) +("contest" v (k ax n t eh1 s t)) +("contestable" nil (k ax n t eh1 s t ax b ax l)) +("contestant" nil (k ax n t eh1 s t ax n t)) +("contestants" nil (k ax n t eh1 s t ax n t s)) +("contested" nil (k ax n t eh1 s t ax d)) +("contesting" nil (k ax n t eh1 s t ih0 ng)) +("contests" n (k aa1 n t eh0 s t s)) +("contests" v (k ax n t eh1 s t s)) +("context" nil (k aa1 n t eh0 k s t)) +("contexts" nil (k aa1 n t eh1 k s t s)) +("conti" nil (k ow1 n t iy0)) +("contibel" nil (k aa1 n t ih0 b ax l)) +("conticommodity" nil (k aa1 n t ih0 k ax m aa1 d ih0 t iy0)) +("contiguous" nil (k ax n t ih1 g y uw0 ax s)) +("continent" nil (k aa1 n t ax n ax n t)) +("continental" nil (k aa1 n t ax n eh1 n t ax l)) +("continentally" nil (k aa1 n t ax n eh1 n t ax l iy0)) +("continentals" nil (k aa1 n t ax n eh1 n t ax l z)) +("continents" nil (k aa1 n t ax n ax n t s)) +("contingencies" nil (k ax n t ih1 n jh ax n s iy0 z)) +("contingency" nil (k ax n t ih1 n jh ax n s iy0)) +("contingent" nil (k ax n t ih1 n jh ax n t)) +("contingents" nil (k ax n t ih1 n jh ax n t s)) +("contini" nil (k ow0 n t iy1 n iy0)) +("contino" nil (k ow0 n t iy1 n ow0)) +("continual" nil (k ax n t ih1 n y uw0 ax l)) +("continually" nil (k ax n t ih1 n y uw0 ax l iy0)) +("continuance" nil (k ax n t ih1 n y uw0 ax n s)) +("continuances" nil (k ax n t ih1 n y uw0 ax n s ih0 z)) +("continuation" nil (k ax n t ih1 n y uw0 ey1 sh ax n)) +("continue" nil (k ax n t ih1 n y uw0)) +("continued" nil (k ax n t ih1 n y uw0 d)) +("continues" nil (k ax n t ih1 n y uw0 z)) +("continuing" nil (k ax n t ih1 n y uw0 ih0 ng)) +("continuity" nil (k aa1 n t ax n uw1 ax t iy0)) +("continuous" nil (k ax n t ih1 n y uw0 ax s)) +("continuously" nil (k ax n t ih1 n y uw0 ax s l iy0)) +("continuum" nil (k ax n t ih1 n y uw0 ax m)) +("contois" nil (k ax n t w aa1)) +("contort" nil (k ax n t ao1 r t)) +("contorted" nil (k ax n t ao1 r t ax d)) +("contortion" nil (k ax n t ao1 r sh ax n)) +("contortionist" nil (k ax n t ao1 r sh ax n ax s t)) +("contortions" nil (k ax n t ao1 r sh ax n z)) +("contorts" nil (k ax n t ao1 r t s)) +("contos" nil (k ow1 n t ow0 z)) +("contour" nil (k aa1 n t uh1 r)) +("contoured" nil (k aa1 n t uh1 r d)) +("contours" nil (k aa1 n t uh1 r z)) +("contra" nil (k aa1 n t r ax)) +("contraband" nil (k aa1 n t r ax b ae1 n d)) +("contrabassoon" nil (k aa1 n t r ax b ae0 s uw1 n)) +("contraception" nil (k aa1 n t r ax s eh1 p sh ax n)) +("contraceptive" nil (k aa1 n t r ax s eh1 p t ih0 v)) +("contraceptives" nil (k aa1 n t r ax s eh1 p t ih0 v z)) +("contract" j (k aa1 n t r ae0 k t)) +("contract" n (k aa1 n t r ae1 k t)) +("contract" v (k ax n t r ae1 k t)) +("contracted" nil (k aa1 n t r ae0 k t ax d)) +("contracting" nil (k aa1 n t r ae0 k t ih0 ng)) +("contraction" nil (k ax n t r ae1 k sh ax n)) +("contractions" nil (k ax n t r ae1 k sh ax n z)) +("contractor" nil (k aa1 n t r ae1 k t er0)) +("contractors" nil (k aa1 n t r ae1 k t er0 z)) +("contracts" n (k aa1 n t r ae1 k t s)) +("contracts" v (k ax n t r ae1 k t s)) +("contractual" nil (k ax n t r ae1 k ch uw0 ax l)) +("contractually" nil (k ax n t r ae1 k ch uw0 ax l iy0)) +("contradict" nil (k aa1 n t r ax d ih1 k t)) +("contradicted" nil (k aa1 n t r ax d ih1 k t ax d)) +("contradicting" nil (k aa1 n t r ax d ih1 k t ih0 ng)) +("contradiction" nil (k aa1 n t r ax d ih1 k sh ax n)) +("contradictions" nil (k aa1 n t r ax d ih1 k sh ax n z)) +("contradictorily" nil (k aa1 n t r ax d ih1 k t er0 ax l iy0)) +("contradictory" nil (k aa1 n t r ax d ih1 k t er0 iy0)) +("contradicts" nil (k aa1 n t r ax d ih1 k t s)) +("contran" nil (k aa1 n t r ae1 n)) +("contraption" nil (k ax n t r ae1 p sh ax n)) +("contraptions" nil (k ax n t r ae1 p sh ax n z)) +("contrarian" nil (k aa1 n t r eh1 r iy0 ax n)) +("contrarians" nil (k ax n t r eh1 r iy0 ax n z)) +("contrariness" nil (k aa1 n t r eh0 r iy0 n ax s)) +("contrary" n (k aa1 n t r eh0 r iy0)) +("contrary" j (k aa1 n t r eh1 r iy0)) +("contras" nil (k aa1 n t r ax z)) +("contrast" n (k aa1 n t r ae0 s t)) +("contrast" v (k ax n t r ae1 s t)) +("contrasted" nil (k ax n t r ae1 s t ax d)) +("contrasting" nil (k ax n t r ae1 s t ih0 ng)) +("contrasts" n (k aa1 n t r ae0 s t s)) +("contrasts" v (k ax n t r ae1 s t s)) +("contravene" nil (k aa1 n t r ax v iy1 n)) +("contravention" nil (k aa1 n t r ax v eh1 n ch ax n)) +("contreras" nil (k ow0 n t r eh1 r aa0 z)) +("contretemps" nil (k aa1 n t r ax t eh1 m p s)) +("contribute" nil (k ax n t r ih1 b y uw0 t)) +("contributed" nil (k ax n t r ih1 b y uw0 t ih0 d)) +("contributes" nil (k ax n t r ih1 b y uw0 t s)) +("contributing" nil (k ax n t r ih1 b y uw0 t ih0 ng)) +("contribution" nil (k aa1 n t r ax b y uw1 sh ax n)) +("contributions" nil (k aa1 n t r ax b y uw1 sh ax n z)) +("contributor" nil (k ax n t r ih1 b y ax t er0)) +("contributors" nil (k ax n t r ih1 b y ax t er0 z)) +("contributory" nil (k ax n t r ih1 b y ax t ao1 r iy0)) +("contrite" nil (k ax n t r ay1 t)) +("contrition" nil (k ax n t r ih1 sh ax n)) +("contrivance" nil (k ax n t r ay1 v ax n s)) +("contrivances" nil (k ax n t r ay1 v ax n s ih0 z)) +("contrive" nil (k ax n t r ay1 v)) +("contrived" nil (k ax n t r ay1 v d)) +("control" nil (k ax n t r ow1 l)) +("controladora" nil (k ax n t r ow1 l ax d ao1 r ax)) +("controllable" nil (k ax n t r ow1 l ax b ax l)) +("controlled" nil (k ax n t r ow1 l d)) +("controller" nil (k ax n t r ow1 l er0)) +("controllers" nil (k ax n t r ow1 l er0 z)) +("controlling" nil (k ax n t r ow1 l ih0 ng)) +("controls" nil (k ax n t r ow1 l z)) +("controversial" nil (k aa1 n t r ax v er1 sh ax l)) +("controversies" nil (k aa1 n t r ax v er1 s iy0 z)) +("controversy" nil (k aa1 n t r ax v er1 s iy0)) +("contruction" nil (k ax n t r ah1 k sh ax n)) +("contura" nil (k aa1 n t uh1 r ax)) +("contusion" nil (k ax n t uw1 zh ax n)) +("conundrum" nil (k ax n ah1 n d r ax m)) +("conus" nil (k ow1 n ax s)) +("convair" nil (k aa0 n v eh1 r)) +("convalesce" nil (k aa1 n v ax l eh1 s)) +("convalescence" nil (k aa1 n v ax l eh1 s ax n s)) +("convalescent" nil (k aa1 n v ax l eh1 s ax n t)) +("convene" nil (k ax n v iy1 n)) +("convened" nil (k ax n v iy1 n d)) +("convenes" nil (k ax n v iy1 n z)) +("convenience" nil (k ax n v iy1 n y ax n s)) +("conveniences" nil (k ax n v iy1 n y ax n s ih0 z)) +("convenient" nil (k ax n v iy1 n y ax n t)) +("conveniently" nil (k ax n v iy1 n y ax n t l iy0)) +("convening" nil (k ax n v iy1 n ih0 ng)) +("convent" nil (k aa1 n v ax n t)) +("convention" nil (k ax n v eh1 n sh ax n)) +("conventional" nil (k ax n v eh1 n sh ax n ax l)) +("conventionally" nil (k ax n v eh1 n sh ax n ax l iy0)) +("conventioneer" nil (k ax n v eh1 n sh ax n ih1 r)) +("conventioneers" nil (k ax n v eh1 n sh ax n ih1 r z)) +("conventions" nil (k ax n v eh1 n sh ax n z)) +("converge" nil (k ax n v er1 jh)) +("converged" nil (k ax n v er1 jh d)) +("convergence" nil (k ax n v er1 jh ax n s)) +("convergent" nil (k ax n v er1 jh ax n t)) +("converging" nil (k ax n v er1 jh ih0 ng)) +("conversant" nil (k ax n v er1 s ax n t)) +("conversation" nil (k aa1 n v er0 s ey1 sh ax n)) +("conversational" nil (k aa1 n v er0 s ey1 sh ax n ax l)) +("conversationalist" nil (k aa1 n v er0 s ey1 sh ax n ax l ax s t)) +("conversations" nil (k aa1 n v er0 s ey1 sh ax n z)) +("converse" n (k aa1 n v er0 s)) +("converse" v (k ax n v er1 s)) +("conversed" nil (k ax n v er1 s t)) +("conversely" nil (k aa1 n v er0 s l iy0)) +("conversing" nil (k ax n v er1 s ih0 ng)) +("conversion" nil (k ax n v er1 zh ax n)) +("conversions" nil (k ax n v er1 zh ax n z)) +("convert" n (k aa1 n v er0 t)) +("convert" v (k ax n v er1 t)) +("converted" nil (k ax n v er1 t ih0 d)) +("converter" nil (k ax n v er1 t er0)) +("converters" nil (k ax n v er1 t er0 z)) +("convertibility" nil (k aa1 n v er0 t ih0 b ih1 l ih0 t iy0)) +("convertible" nil (k ax n v er1 t ax b ax l)) +("convertibles" nil (k ax n v er1 t ax b ax l z)) +("converting" nil (k ax n v er1 t ih0 ng)) +("converts" n (k aa1 n v er0 t s)) +("converts" v (k ax n v er1 t s)) +("convery" nil (k aa1 n v er0 iy0)) +("convex" nil (k ax n v eh1 k s)) +("convey" nil (k ax n v ey1)) +("conveyance" nil (k ax n v ey1 ax n s)) +("conveyed" nil (k ax n v ey1 d)) +("conveyer" nil (k ax n v ey1 er0)) +("conveying" nil (k ax n v ey1 ih0 ng)) +("conveyor" nil (k ax n v ey1 er0)) +("conveys" nil (k ax n v ey1 z)) +("convict" v (k ax n v ih1 k t)) +("convict" n (k aa1 n v ih0 k t)) +("convicted" nil (k ax n v ih1 k t ax d)) +("convicting" nil (k ax n v ih1 k t ih0 ng)) +("conviction" nil (k ax n v ih1 k sh ax n)) +("convictions" nil (k ax n v ih1 k sh ax n z)) +("convicts" n (k aa1 n v ih0 k t s)) +("convicts" v (k ax n v ih1 k t s)) +("conville" nil (k ow1 n v ih0 l)) +("convince" nil (k ax n v ih1 n s)) +("convinced" nil (k ax n v ih1 n s t)) +("convinces" nil (k ax n v ih1 n s ih0 z)) +("convincing" nil (k ax n v ih1 n s ih0 ng)) +("convincingly" nil (k ax n v ih1 n s ih0 ng l iy0)) +("convivial" nil (k ax n v ih1 v iy0 ax l)) +("convocation" nil (k aa1 n v ax k ey1 sh ax n)) +("convoluted" nil (k aa1 n v ax l uw1 t ax d)) +("convoy" nil (k aa1 n v oy1)) +("convoys" nil (k aa1 n v oy1 z)) +("convulsion" nil (k ax n v ah1 l sh ax n)) +("convulsions" nil (k ax n v ah1 l sh ax n z)) +("convulsive" nil (k ax n v ah1 l s ih0 v)) +("conway" nil (k aa1 n w ey1)) +("conwell" nil (k aa1 n w eh1 l)) +("conyer" nil (k aa1 n y er0)) +("conyers" nil (k aa1 n y er0 z)) +("coody" nil (k uw1 d iy0)) +("coogan" nil (k uw1 g ax n)) +("coogle" nil (k uw1 g ax l)) +("coogler" nil (k uw1 g ax l er0)) +("cook" nil (k uh1 k)) +("cookbook" nil (k uh1 k b uh1 k)) +("cookbooks" nil (k uh1 k b uh1 k s)) +("cooke" nil (k uh1 k)) +("cooked" nil (k uh1 k t)) +("cooker" nil (k uh1 k er0)) +("cookers" nil (k uh1 k er0 z)) +("cookie" nil (k uh1 k iy0)) +("cookies" nil (k uh1 k iy0 z)) +("cooking" nil (k uh1 k ih0 ng)) +("cookingham" nil (k uw1 k ih0 ng hh ae0 m)) +("cookman" nil (k uh1 k m ax n)) +("cookout" nil (k uh1 k aw1 t)) +("cookouts" nil (k uh1 k aw1 t s)) +("cooks" nil (k uh1 k s)) +("cooksey" nil (k uw1 k s iy0)) +("cookson" nil (k uw1 k s ax n)) +("cookston" nil (k uh1 k s t ax n)) +("cookware" nil (k uh1 k w eh1 r)) +("cool" nil (k uw1 l)) +("coolant" nil (k uw1 l ax n t)) +("coolants" nil (k uw1 l ax n t s)) +("coolbaugh" nil (k uw1 l b ao1)) +("coole" nil (k uw1 l)) +("cooled" nil (k uw1 l d)) +("cooler" nil (k uw1 l er0)) +("coolers" nil (k uw1 l er0 z)) +("coolest" nil (k uw1 l ax s t)) +("cooley" nil (k uw1 l iy0)) +("coolidge" nil (k uw1 l ih0 jh)) +("cooling" nil (k uw1 l ih0 ng)) +("coolly" nil (k uw1 l iy0)) +("coolman" nil (k uw1 l m ax n)) +("coolness" nil (k uw1 l n ax s)) +("cools" nil (k uw1 l z)) +("coombe" nil (k uw1 m b)) +("coombes" nil (k uw1 m b z)) +("coombs" nil (k uw1 m z)) +("coomer" nil (k uw1 m er0)) +("coomes" nil (k uw1 m z)) +("coon" nil (k uw1 n)) +("coonan" nil (k uw1 n ax n)) +("coonce" nil (k uw1 n s)) +("coone" nil (k uw1 n)) +("cooner" nil (k uw1 n er0)) +("coones" nil (k uw1 n z)) +("cooney" nil (k uw1 n iy0)) +("coonradt" nil (k uw1 n r ae0 t)) +("coonrod" nil (k uw1 n r aa1 d)) +("coons" nil (k uw1 n z)) +("coontz" nil (k uw1 n t s)) +("coop" nil (k uw1 p)) +("cooped" nil (k uw1 p t)) +("cooper" nil (k uw1 p er0)) +("cooperage" nil (k uw1 p er0 ax jh)) +("cooperate" nil (k ow0 aa1 p er0 ey1 t)) +("cooperated" nil (k ow0 aa1 p er0 ey1 t ax d)) +("cooperates" nil (k ow0 aa1 p er0 ey1 t s)) +("cooperating" nil (k ow0 aa1 p er0 ey1 t ih0 ng)) +("cooperation" nil (k ow0 aa1 p er0 ey1 sh ax n)) +("cooperations" nil (k ow0 aa1 p er0 ey1 sh ax n z)) +("cooperative" nil (k ow0 aa1 p er0 ey1 t ih0 v)) +("cooperatively" nil (k ow0 aa1 p r ax t ih0 v l iy0)) +("cooperatives" nil (k ow0 aa1 p r ax t ih0 v z)) +("cooperider" nil (k uw1 p er0 ay0 d er0)) +("cooperman" nil (k uw1 p er0 m ae1 n)) +("cooperrider" nil (k uw1 p er0 ay0 d er0)) +("coopers" nil (k uw1 p er0 z)) +("coopersmith" nil (k uw1 p er0 s m ih1 th)) +("cooperstein" nil (k uw1 p er0 s t ay1 n)) +("cooperstown" nil (k uw1 p er0 z t aw1 n)) +("coopervision" nil (k uw1 p er0 v ih1 zh ax n)) +("coopman" nil (k uw1 p m ax n)) +("cooprider" nil (k uw1 p r ay1 d er0)) +("coordinate" n (k ow0 ao1 r d ax n ax t)) +("coordinate" v (k ow0 ao1 r d ax n ey1 t)) +("coordinated" nil (k ow0 ao1 r d ax n ey0 t ih0 d)) +("coordinates" n (k ow0 ao1 r d ax n ax t s)) +("coordinates" v (k ow0 ao1 r d ax n ey1 t s)) +("coordinating" nil (k ow0 ao1 r d ax n ey1 t ih0 ng)) +("coordination" nil (k ow0 ao1 r d ax n ey1 sh ax n)) +("coordinator" nil (k ow0 ao1 r d ax n ey1 t er0)) +("coordinators" nil (k ow0 ao1 r d ax n ey1 t er0 z)) +("coors" nil (k uw1 r z)) +("coos" nil (k uw1 s)) +("coosa" nil (k uw1 s ax)) +("coot" nil (k uw1 t)) +("coote" nil (k uw1 t)) +("cooter" nil (k uw1 t er0)) +("coots" nil (k uw1 t s)) +("coover" nil (k uw1 v er0)) +("cop" nil (k aa1 p)) +("copacabana" nil (k ow1 p ax k ax b ae1 n ax)) +("copartners" nil (k ow1 p aa1 r t n er0 z)) +("copas" nil (k ow1 p ax z)) +("copayments" nil (k ow1 p ey1 m ax n t s)) +("copco" nil (k aa1 p k ow0)) +("cope" nil (k ow1 p)) +("coped" nil (k ow1 p t)) +("copelan" nil (k aa1 p ih0 l ae0 n)) +("copeland" nil (k ow1 p l ax n d)) +("copelco" nil (k ow1 p eh1 l k ow0)) +("copelin" nil (k aa1 p ih0 l ih0 n)) +("copeman" nil (k ow1 p m ax n)) +("copen" nil (k ow1 p ax n)) +("copenhagen" nil (k ow1 p ax n hh ey1 g ax n)) +("copenhaver" nil (k ax p eh1 n hh ax v er0)) +("copernican" nil (k ax p er1 n ax k ax n)) +("copernicus" nil (k ax p er1 n ax k ax s)) +("copes" nil (k ow1 p s)) +("copetas" nil (k ax p ey1 t ax s)) +("copher" nil (k aa1 f er0)) +("copiague" nil (k ow1 p iy0 ae0 g)) +("copied" nil (k aa1 p iy0 d)) +("copier" nil (k aa1 p iy0 er0)) +("copiers" nil (k aa1 p iy0 er0 z)) +("copies" nil (k aa1 p iy0 z)) +("coping" nil (k ow1 p ih0 ng)) +("copious" nil (k ow1 p iy0 ax s)) +("coplan" nil (k aa1 p l ax n)) +("copland" nil (k aa1 p l ax n d)) +("coplen" nil (k aa1 p ax l ax n)) +("copley" nil (k aa1 p l iy0)) +("copleys" nil (k aa1 p l iy0 z)) +("coplin" nil (k aa1 p l ih0 n)) +("copp" nil (k aa1 p)) +("coppa" nil (k ow1 p ax)) +("coppage" nil (k aa1 p ih0 jh)) +("copped" nil (k aa1 p t)) +("coppedge" nil (k aa1 p ih0 jh)) +("coppee" nil (k aa1 p iy1)) +("coppens" nil (k aa1 p ax n z)) +("copper" nil (k aa1 p er0)) +("copperfield" nil (k aa1 p er0 f iy1 l d)) +("copperfields" nil (k aa1 p er0 f iy1 l d z)) +("copperhead" nil (k aa1 p er0 hh eh1 d)) +("copperheads" nil (k aa1 p er0 hh eh1 d z)) +("copperman" nil (k aa1 p er0 m ax n)) +("coppernoll" nil (k ax p er1 n ow0 l)) +("coppers" nil (k aa1 p er0 z)) +("coppersmith" nil (k aa1 p er0 s m ih1 th)) +("copperweld" nil (k aa1 p er0 w eh1 l d)) +("coppery" nil (k aa1 p er0 iy0)) +("coppess" nil (k aa1 p ax s)) +("coppin" nil (k aa1 p ih0 n)) +("copping" nil (k aa1 p ih0 ng)) +("coppinger" nil (k aa1 p ih0 ng er0)) +("coppins" nil (k aa1 p ih0 n z)) +("copple" nil (k aa1 p ax l)) +("coppock" nil (k aa1 p ax k)) +("coppola" nil (k ow0 p ow1 l ax)) +("coppolino" nil (k ow0 p ow0 l iy1 n ow0)) +("copps" nil (k aa1 p s)) +("copra" nil (k ow1 p r ax)) +("coprocessor" nil (k ow1 p r aa1 s eh0 s er0)) +("coprocessors" nil (k ow1 p r aa1 s eh0 s er0 z)) +("cops" nil (k aa1 p s)) +("copsey" nil (k aa1 p s iy0)) +("coptic" nil (k aa1 p t ih0 k)) +("copulate" nil (k aa1 p y ax l ey1 t)) +("copus" nil (k ow1 p ax s)) +("copy" nil (k aa1 p iy0)) +("copycat" nil (k aa1 p iy0 k ae1 t)) +("copycats" nil (k aa1 p iy0 k ae1 t s)) +("copycode" nil (k aa1 p iy0 k ow1 d)) +("copying" nil (k aa1 p iy0 ih0 ng)) +("copyreaders" nil (k aa1 p iy0 r iy1 d er0 z)) +("copyright" nil (k aa1 p iy0 r ay1 t)) +("copyrightable" nil (k aa1 p iy0 r ay1 t ax b ax l)) +("copyrighted" nil (k aa1 p iy0 r ay1 t ih0 d)) +("copyrights" nil (k aa1 p iy0 r ay1 t s)) +("copytele" nil (k aa1 p iy0 t eh1 l ax)) +("copywrited" nil (k aa1 p iy0 r ay1 t ih0 d)) +("copywriter" nil (k aa1 p iy0 r ay1 t er0)) +("copywriters" nil (k aa1 p iy0 r ay1 t er0 z)) +("cor" nil (k ao1 r)) +("cora" nil (k ao1 r ax)) +("corabelle" nil (k ao1 r ax b ax l)) +("coracle" nil (k ao1 r ax k ax l)) +("coral" nil (k ao1 r ax l)) +("coralie" nil (k ao1 r ax l iy0)) +("coraline" nil (k ao1 r ax l ay1 n)) +("corallo" nil (k ao1 r ae1 l ow0)) +("corals" nil (k ao1 r ax l z)) +("coram" nil (k ao1 r ae1 m)) +("corazon" nil (k ao1 r ax z ow1 n)) +("corban" nil (k ao1 r b ax n)) +("corbeil" nil (k ao1 r b ay1 l)) +("corbel" nil (k ao1 r b ax l)) +("corbell" nil (k ao1 r b eh0 l)) +("corbelled" nil (k ao1 r b ax l d)) +("corbello" nil (k er0 b eh1 l ow0)) +("corbet" nil (k ao1 r b ih0 t)) +("corbett" nil (k ao1 r b ih0 t)) +("corbin" nil (k ao1 r b ih0 n)) +("corbit" nil (k ao1 r b ih0 t)) +("corbitt" nil (k ao1 r b ih0 t)) +("corbo" nil (k ao1 r b ow0)) +("corbridge" nil (k ao1 r b r ih0 jh)) +("corbu" nil (k ao1 r b uw1)) +("corbusier" nil (k ao1 r b y uw1 s y er0)) +("corby" nil (k ao1 r b iy0)) +("corcap" nil (k ao1 r k ae1 p)) +("corcoran" nil (k ao1 r k er0 ax n)) +("cord" nil (k ao1 r d)) +("corda" nil (k ao1 r d ax)) +("cordaro" nil (k er0 d aa1 r ow0)) +("cordasco" nil (k er0 d aa1 s k ow0)) +("corday" nil (k ao1 r d ey1)) +("corded" nil (k ao1 r d ax d)) +("cordeiro" nil (k er0 d eh1 r ow0)) +("cordell" nil (k ao1 r d eh1 l)) +("corder" nil (k ao1 r d er0)) +("cordero" nil (k er0 d eh1 r ow0)) +("cordes" nil (k ao1 r d z)) +("cordesman" nil (k ao1 r d ax s m ax n)) +("cordial" nil (k ao1 r jh ax l)) +("cordially" nil (k ao1 r jh ax l iy0)) +("cordiant" nil (k ao1 r d iy0 ax n t)) +("cordie" nil (k ao1 r d iy0)) +("cordier" nil (k ao1 r d iy0 er0)) +("cordill" nil (k ao1 r d ax l)) +("cording" nil (k ao1 r d ih0 ng)) +("cordis" nil (k ao1 r d ih0 s)) +("cordle" nil (k ao1 r d ax l)) +("cordless" nil (k ao1 r d l ax s)) +("cordner" nil (k ao1 r d n er0)) +("cordoba" nil (k ao1 r d ow1 b ax)) +("cordobas" nil (k ao1 r d ax b ax z)) +("cordon" nil (k ao1 r d ax n)) +("cordone" nil (k ao1 r d ax n)) +("cordoned" nil (k ao1 r d ax n d)) +("cordova" nil (k ao1 r d ow1 v ax)) +("cordover" nil (k ao1 r d ow1 v er0)) +("cordovez" nil (k ao1 r d ow1 v eh0 z)) +("cordray" nil (k ao1 r d r ey1)) +("cordrey" nil (k ao1 r d r iy0)) +("cordry" nil (k ao1 r d er0 iy0)) +("cords" nil (k ao1 r d z)) +("cordts" nil (k ao1 r d t s)) +("corduroy" nil (k ao1 r d er0 oy1)) +("cordy" nil (k ao1 r d iy0)) +("core" nil (k ao1 r)) +("corea" nil (k ao0 r iy1 ax)) +("corel" nil (k ao1 r eh1 l)) +("corell" nil (k ao1 r eh1 l)) +("corella" nil (k er0 eh1 l ax)) +("coren" nil (k ao1 r ax n)) +("cores" nil (k ao1 r z)) +("corespondent" nil (k ao1 r ax s p aa1 n d ax n t)) +("corestates" nil (k ao1 r s t ey1 t s)) +("coretech" nil (k ao1 r t eh1 k)) +("coretta" nil (k ao0 r eh1 t ax)) +("corette" nil (k ao1 r eh1 t)) +("corexit" nil (k ao0 r eh1 k s ih0 t)) +("corey" nil (k ao1 r iy0)) +("corgi" nil (k ao1 r g iy0)) +("coria" nil (k ao1 r iy0 ax)) +("coriander" nil (k ao1 r iy0 ae1 n d er0)) +("coriell" nil (k ao1 r iy0 l)) +("corigliano" nil (k er0 iy0 g l iy0 aa1 n ow0)) +("corinna" nil (k ao1 r ih1 n ax)) +("corinne" nil (k er0 iy1 n)) +("corinth" nil (k ao1 r ax n th)) +("corinthian" nil (k er0 ih1 n th iy0 ax n)) +("corinto" nil (k ao1 r ih1 n t ow0)) +("corio" nil (k ao1 r iy0 ow0)) +("corisa" nil (k er0 iy1 s ax)) +("corissa" nil (k ao1 r ih1 s ax)) +("cork" nil (k ao1 r k)) +("corken" nil (k ao1 r k ax n)) +("corker" nil (k ao1 r k er0)) +("corkern" nil (k ao1 r k er0 n)) +("corkery" nil (k ao1 r k er0 iy0)) +("corkill" nil (k ao1 r k ih1 l)) +("corking" nil (k ao1 r k ih0 ng)) +("corkins" nil (k ao1 r k ih0 n z)) +("corkran" nil (k ao1 r k r ax n)) +("corks" nil (k ao1 r k s)) +("corkscrew" nil (k ao1 r k s k r uw1)) +("corkum" nil (k ao1 r k ax m)) +("corkwood" nil (k ao1 r k w uh1 d)) +("corky" nil (k ao1 r k iy0)) +("corl" nil (k ao1 r l)) +("corle" nil (k ao1 r ax l)) +("corless" nil (k ao1 r l ih0 s)) +("corlett" nil (k ao1 r l ih0 t)) +("corlew" nil (k ao1 r l uw0)) +("corley" nil (k ao1 r l iy0)) +("corliss" nil (k ao1 r l ih0 s)) +("cormac" nil (k ao1 r m ax k)) +("cormack" nil (k ao1 r m ax k)) +("corman" nil (k ao1 r m ax n)) +("cormany" nil (k ao1 r m ax n iy0)) +("cormican" nil (k ao1 r m ih0 k ax n)) +("cormick" nil (k ao1 r m ih0 k)) +("cormier" nil (k ao1 r m iy0 er0)) +("cormorant" nil (k ao1 r m er0 ax n t)) +("corn" nil (k ao1 r n)) +("cornacchia" nil (k er0 n aa1 k iy0 ax)) +("cornall" nil (k ao1 r n ax l)) +("corncob" nil (k ao1 r n k aa1 b)) +("corncrib" nil (k ao1 r n k r ih1 b)) +("corne" nil (k ao1 r n)) +("cornea" nil (k ao1 r n iy0 ax)) +("corneal" nil (k ao1 r n iy1 l)) +("corneas" nil (k ao1 r n iy0 ax z)) +("cornejo" nil (k er0 n ey1 y ow0)) +("cornel" nil (k ao1 r n ax l)) +("cornela" nil (k er0 n eh1 l ax)) +("cornelia" nil (k ao0 r n iy1 l y ax)) +("cornelio" nil (k er0 n eh1 l iy0 ow0)) +("cornelious" nil (k ao1 r n ih0 l iy0 ih0 s)) +("cornelison" nil (k er0 n eh1 l ih0 s ax n)) +("cornelius" nil (k ao0 r n iy1 l y ax s)) +("corneliuson" nil (k ao1 r n ih0 l iy0 uw1 s ax n)) +("cornell" nil (k ao0 r n eh1 l)) +("cornelle" nil (k er0 n eh1 l)) +("corner" nil (k ao1 r n er0)) +("cornerback" nil (k ao1 r n er0 b ae1 k)) +("cornered" nil (k ao1 r n er0 d)) +("cornering" nil (k ao1 r n er0 ih0 ng)) +("corners" nil (k ao1 r n er0 z)) +("cornerstone" nil (k ao1 r n er0 s t ow1 n)) +("cornerstones" nil (k ao1 r n er0 s t ow1 n z)) +("cornet" nil (k ao0 r n eh1 t)) +("cornett" nil (k ao1 r n ih0 t)) +("cornette" nil (k er0 n eh1 t)) +("cornettist" nil (k ao0 r n eh1 t ax s t)) +("corney" nil (k ao1 r n iy0)) +("cornfeld" nil (k ao1 r n f eh1 l d)) +("cornfield" nil (k ao1 r n f iy1 l d)) +("cornfields" nil (k ao1 r n f iy1 l d z)) +("cornflowers" nil (k ao1 r n f l aw1 er0 z)) +("cornforth" nil (k ao1 r n f er0 th)) +("cornhusking" nil (k ao1 r n hh ah1 s k ih0 ng)) +("cornia" nil (k ao1 r n iy0 ax)) +("corniche" nil (k ao1 r n ih0 sh)) +("cornick" nil (k ao1 r n ih0 k)) +("cornie" nil (k ao1 r n iy0)) +("corniel" nil (k ao1 r n iy1 l)) +("corning" nil (k ao1 r n ih0 ng)) +("cornish" nil (k ao1 r n ih0 sh)) +("cornman" nil (k ao1 r n m ax n)) +("cornmeal" nil (k ao1 r n m iy1 l)) +("corns" nil (k ao1 r n z)) +("cornstalks" nil (k ao1 r n s t ao1 k s)) +("cornstarch" nil (k ao1 r n s t aa1 r ch)) +("cornucopia" nil (k ao1 r n ax k ow1 p iy0 ax)) +("cornwall" nil (k ao1 r n w ao0 l)) +("cornwallis" nil (k ao0 r n w ao1 l ax s)) +("cornwell" nil (k ao1 r n w eh1 l)) +("corny" nil (k ao1 r n iy0)) +("corolla" nil (k er0 aa1 l ax)) +("corollaries" nil (k ao1 r ax l eh1 r iy0 z)) +("corollary" nil (k ao1 r ax l eh1 r iy0)) +("corona" nil (k er0 ow1 n ax)) +("coronado" nil (k er0 ow0 n aa1 d ow0)) +("coronary" nil (k ao1 r ax n eh1 r iy0)) +("coronation" nil (k ao1 r ax n ey1 sh ax n)) +("coroner" nil (k ao1 r ax n er0)) +("coronet" nil (k ao1 r ax n eh1 t)) +("coronets" nil (k ao1 r ax n eh1 t s)) +("corp" nil (k ao1 r p)) +("corpening" nil (k ao1 r p ax n ih0 ng)) +("corporacion" nil (k ao1 r p er0 aa1 s iy0 ow1 n)) +("corporal" nil (k ao1 r p er0 ax l)) +("corporate" nil (k ao1 r p er0 ax t)) +("corporates" nil (k ao1 r p er0 ax t s)) +("corporatewatch" nil (k ao1 r p r ax t w aa1 ch)) +("corporatewide" nil (k ao1 r p er0 ih0 t w ay1 d)) +("corporation" nil (k ao1 r p er0 ey1 sh ax n)) +("corporations" nil (k ao1 r p er0 ey1 sh ax n z)) +("corporatism" nil (k ao1 r p er0 ax t ih1 z ax m)) +("corporatist" nil (k ao1 r p er0 ax t ih0 s t)) +("corps" nil (k ao1 r)) +("corpse" nil (k ao1 r p s)) +("corpses" nil (k ao1 r p s ax z)) +("corpsman" nil (k ao1 r m ax n)) +("corpulant" nil (k ao1 r p y ax l ax n t)) +("corpus" nil (k ao1 r p ax s)) +("corpuz" nil (k ao1 r p uw0 z)) +("corr" nil (k ao1 r)) +("corradi" nil (k er0 aa1 d iy0)) +("corradino" nil (k er0 aa0 d iy1 n ow0)) +("corrado" nil (k er0 aa1 d ow0)) +("corral" nil (k er0 ae1 l)) +("corrales" nil (k er0 aa1 l eh0 s)) +("corralled" nil (k er0 ae1 l d)) +("corralling" nil (k er0 ae1 l ih0 ng)) +("corrao" nil (k ao1 r aw0)) +("correa" nil (k ao1 r iy0 ax)) +("correale" nil (k ao1 r ax l)) +("correct" nil (k er0 eh1 k t)) +("corrected" nil (k er0 eh1 k t ax d)) +("correcting" nil (k er0 eh1 k t ih0 ng)) +("correction" nil (k er0 eh1 k sh ax n)) +("correctional" nil (k er0 eh1 k sh ax n ax l)) +("corrections" nil (k er0 eh1 k sh ax n z)) +("corrective" nil (k er0 eh1 k t ih0 v)) +("correctly" nil (k er0 eh1 k t l iy0)) +("correctness" nil (k er0 eh1 k t n ax s)) +("corrects" nil (k er0 eh1 k t s)) +("correia" nil (k er0 ey1 iy0 ax)) +("correira" nil (k er0 eh1 r ax)) +("correlate" nil (k ao1 r ax l ey1 t)) +("correlated" nil (k ao1 r ax l ey1 t ax d)) +("correlation" nil (k ao1 r ax l ey1 sh ax n)) +("correlations" nil (k ao1 r ax l ey1 sh ax n z)) +("correll" nil (k er0 ey1 l)) +("correne" nil (k ao1 r iy0 n)) +("corrente" nil (k er0 eh1 n t iy0)) +("correnti" nil (k er0 eh1 n t iy0)) +("correspond" nil (k ao1 r ax s p aa1 n d)) +("corresponded" nil (k ao1 r ax s p aa1 n d ih0 d)) +("correspondence" nil (k ao1 r ax s p aa1 n d ax n s)) +("correspondent" nil (k ao1 r ax s p aa1 n d ax n t)) +("correspondents" nil (k ao1 r ax s p aa1 n d ax n t s)) +("corresponding" nil (k ao1 r ax s p aa1 n d ih0 ng)) +("correspondingly" nil (k ao1 r ax s p aa1 n d ih0 ng l iy0)) +("corresponds" nil (k ao1 r ax s p aa1 n d z)) +("corrib" nil (k ao1 r ih0 b)) +("corrick" nil (k ao1 r ih0 k)) +("corridor" nil (k ao1 r ax d er0)) +("corridors" nil (k ao1 r ih0 d er0 z)) +("corrie" nil (k ao1 r iy0)) +("corriere" nil (k ao1 r y eh1 r)) +("corrigan" nil (k ao1 r ih0 g ax n)) +("corriher" nil (k ao1 r ih0 hh er0)) +("corrin" nil (k ao1 r ih0 n)) +("corrina" nil (k er0 iy1 n ax)) +("corrington" nil (k ao1 r ih0 ng t ax n)) +("corriveau" nil (k ao1 r ih0 v ow0)) +("corroborate" nil (k er0 aa1 b er0 ey1 t)) +("corroborated" nil (k er0 aa1 b er0 ey1 t ih0 d)) +("corroborates" nil (k er0 ao1 b er0 ey1 t s)) +("corroborating" nil (k er0 aa1 b er0 ey1 t ih0 ng)) +("corroboration" nil (k er0 ao1 b er0 ey1 sh ax n)) +("corrode" nil (k er0 ow1 d)) +("corroded" nil (k er0 ow1 d ih0 d)) +("corrodes" nil (k er0 ow1 d z)) +("corron" nil (k er0 ao1 n)) +("corroon" nil (k ao0 r uw1 n)) +("corrosion" nil (k er0 ow1 zh ax n)) +("corrosive" nil (k er0 ow1 s ih0 v)) +("corrow" nil (k ao1 r ow0)) +("corrugated" nil (k ao1 r ax g ey1 t ax d)) +("corrupt" nil (k er0 ah1 p t)) +("corrupted" nil (k er0 ah1 p t ih0 d)) +("corrupting" nil (k er0 ah1 p t ih0 ng)) +("corruption" nil (k er0 ah1 p sh ax n)) +("corruptions" nil (k er0 ah1 p sh ax n z)) +("corruptive" nil (k er0 ah1 p t ih0 v)) +("corrupts" nil (k er0 ah1 p t s)) +("corry" nil (k ao1 r iy0)) +("corsa" nil (k ao1 s ax)) +("corsage" nil (k ao0 r s aa1 zh)) +("corsair" nil (k ao1 r s eh0 r)) +("corsaro" nil (k er0 s aa1 r ow0)) +("corse" nil (k ao1 r s)) +("corsello" nil (k er0 s eh1 l ow0)) +("corsentino" nil (k er0 s eh0 n t iy1 n ow0)) +("corser" nil (k ao1 r s er0)) +("corset" nil (k ao1 r s ax t)) +("corsetti" nil (k er0 s eh1 t iy0)) +("corsi" nil (k ao1 r s iy0)) +("corsica" nil (k ao1 r s ih0 k ax)) +("corsican" nil (k ao1 r s ax k ax n)) +("corsicas" nil (k ao1 r s ih0 k ax z)) +("corsiglia" nil (k er0 s iy1 g l iy0 ax)) +("corsini" nil (k er0 s iy1 n iy0)) +("corso" nil (k ao1 r s ow0)) +("corson" nil (k ao1 r s ax n)) +("cort" nil (k ao1 r t)) +("corte" nil (k ao1 r t)) +("cortelyou" nil (k ao1 r t eh0 l y uw1)) +("corter" nil (k ao1 r t er0)) +("cortes" nil (k ao1 r t s)) +("cortese" nil (k er0 t ey1 z iy0)) +("cortesi" nil (k er0 t eh1 s iy0)) +("cortex" nil (k ao1 r t eh0 k s)) +("cortez" nil (k ao0 r t eh1 z)) +("corti" nil (k ao1 r t iy0)) +("corticosteroids" nil (k ao1 r t ih0 k ow0 s t ih1 r oy1 d z)) +("cortina" nil (k er0 t iy1 n ax)) +("cortinas" nil (k ao1 r t ih0 n ax z)) +("cortisone" nil (k ao1 r t ax z ow1 n)) +("cortland" nil (k ao1 r t l ax n d)) +("cortner" nil (k ao1 r t n er0)) +("cortopassi" nil (k er0 t ow0 p aa1 s iy0)) +("cortright" nil (k ao1 r t r ay0 t)) +("corum" nil (k ao1 r ax m)) +("corundum" nil (k er0 ah1 n d ax m)) +("corvallis" nil (k ao1 r v ae1 l ih0 s)) +("corvette" nil (k ao0 r v eh1 t)) +("corvettes" nil (k ao1 r v eh1 t s)) +("corvin" nil (k ao1 r v ih0 n)) +("corvino" nil (k er0 v iy1 n ow0)) +("corvo" nil (k ao1 r v ow0)) +("corvus" nil (k ao1 r v ax s)) +("corwin" nil (k ao1 r w ih0 n)) +("cory" nil (k ao1 r iy0)) +("corzine" nil (k er0 z iy1 n iy0)) +("corzo" nil (k ao1 r z ow0)) +("cos" nil (k ao1 s)) +("cosa" nil (k ow1 s ax)) +("cosatu" nil (k ax s aa1 t uw1)) +("cosby" nil (k ao1 z b iy0)) +("coscia" nil (k ow1 s ch ax)) +("cosens" nil (k ow1 s ax n z)) +("cosentino" nil (k ow1 s eh0 n t iy1 n ow0)) +("cosenza" nil (k ow1 s eh1 n z ax)) +("cosette" nil (k ax s eh1 t)) +("cosey" nil (k ow1 z iy0)) +("cosgriff" nil (k aa1 s g r ih0 f)) +("cosgrove" nil (k aa1 s g r ax v)) +("cosi" nil (k ow1 s iy0)) +("cosima" nil (k ow0 s iy1 m ax)) +("cosio" nil (k ow1 s iy0 ow0)) +("coslett" nil (k aa1 s l ih0 t)) +("cosma" nil (k ow1 z m ax)) +("cosmair" nil (k ao1 z m eh1 r)) +("cosman" nil (k aa1 s m ax n)) +("cosme" nil (k ow1 z m)) +("cosmetic" nil (k aa0 z m eh1 t ih0 k)) +("cosmetically" nil (k ao1 z m eh1 t ih0 k l iy0)) +("cosmetics" nil (k aa0 z m eh1 t ih0 k s)) +("cosmetology" nil (k aa1 z m ax t aa1 l ax jh iy0)) +("cosmic" nil (k aa1 z m ih0 k)) +("cosmo" nil (k ao1 z m ow0)) +("cosmonaut" nil (k ao1 z m ax n ao1 t)) +("cosmonauts" nil (k ao1 z m ax n ao1 t s)) +("cosmopolitan" nil (k aa1 z m ax p aa1 l ax t ax n)) +("cosmopulos" nil (k ao1 z m ax p y uw1 l ow0 s)) +("cosmos" nil (k aa1 z m ow0 s)) +("cosner" nil (k aa1 s n er0)) +("cosper" nil (k aa1 s p er0)) +("coss" nil (k ao1 s)) +("cossa" nil (k ao1 s ax)) +("cossack" nil (k ao1 s ax k)) +("cossacks" nil (k aa1 s ae0 k s)) +("cossairt" nil (k aa1 s er0 t)) +("cosset" nil (k aa1 s ax t)) +("cossette" nil (k ax s eh1 t)) +("cossey" nil (k aa1 s iy0)) +("cossiga" nil (k ao1 s iy1 g ax)) +("cossin" nil (k aa1 s ih0 n)) +("cossman" nil (k ao1 s m ax n)) +("cost" nil (k aa1 s t)) +("costa" nil (k ao1 s t ax)) +("costabile" nil (k ao1 s t ax b ay1 l)) +("costain" nil (k ow1 s t ey1 n)) +("costales" nil (k aa1 s t ax l z)) +("costantini" nil (k ow0 s t aa0 n t iy1 n iy0)) +("costantino" nil (k ow0 s t aa0 n t iy1 n ow0)) +("costanza" nil (k ow0 s t aa1 n z ax)) +("costanzo" nil (k ow0 s t aa1 n z ow0)) +("costas" nil (k ao1 s t ax z)) +("costco" nil (k ao1 s t k ow0)) +("costcutting" nil (k ao1 s t k ah1 t ih0 ng)) +("coste" nil (k ow1 s t)) +("costella" nil (k ow0 s t eh1 l ax)) +("costello" nil (k ao1 s t eh1 l ow0)) +("costen" nil (k ao1 s t ax n)) +("coster" nil (k ao1 s t er0)) +("costigan" nil (k aa1 s t ih0 g ae0 n)) +("costilla" nil (k ow0 s t ih1 l ax)) +("costilow" nil (k aa1 s t ih0 l ow0)) +("costin" nil (k aa1 s t ih0 n)) +("costing" nil (k ao1 s t ih0 ng)) +("costley" nil (k aa1 s t l iy0)) +("costlier" nil (k ao1 s t l iy0 er0)) +("costliest" nil (k ao1 s t l iy0 ih0 s t)) +("costlow" nil (k ao1 s t l ow1)) +("costly" nil (k aa1 s t l iy0)) +("costner" nil (k aa1 s t n er0)) +("coston" nil (k aa1 s t ax n)) +("costs" nil (k aa1 s t s)) +("costume" nil (k aa0 s t uw1 m)) +("costumed" nil (k ao1 s t uw1 m d)) +("costumes" nil (k aa0 s t uw1 m z)) +("cot" nil (k aa1 t)) +("cota" nil (k ow1 t ax)) +("cote" nil (k ow1 t)) +("cotelle" nil (k ow1 t eh1 l)) +("coterie" nil (k ow1 t er0 iy0)) +("cotes" nil (k ow1 t s)) +("cotham" nil (k aa1 th ax m)) +("cothern" nil (k ah1 dh er0 n)) +("cothran" nil (k aa1 th r ax n)) +("cothren" nil (k aa1 th er0 ax n)) +("cothron" nil (k aa1 th r ax n)) +("cotler" nil (k ow1 t ax l er0)) +("cotman" nil (k aa1 t m ax n)) +("cotner" nil (k aa1 t n er0)) +("cotney" nil (k aa1 t n iy0)) +("cotnoir" nil (k ax t n w aa1 r)) +("coto" nil (k ow1 t ow0)) +("cotret" nil (k aa1 t r ax t)) +("cotrone" nil (k ow0 t r ow1 n iy0)) +("cotroneo" nil (k ow0 t r ow1 n iy0 ow0)) +("cots" nil (k aa1 t s)) +("cott" nil (k aa1 t)) +("cotta" nil (k aa1 t ax)) +("cottage" nil (k aa1 t ax jh)) +("cottages" nil (k aa1 t ih0 jh ih0 z)) +("cottam" nil (k aa1 t ax m)) +("cotten" nil (k aa1 t ax n)) +("cotter" nil (k aa1 t er0)) +("cotterill" nil (k aa1 t er0 ih0 l)) +("cotterman" nil (k aa1 t er0 m ax n)) +("cottier" nil (k aa1 t iy0 er0)) +("cottingham" nil (k aa1 t ih0 ng hh ae1 m)) +("cottle" nil (k aa1 t ax l)) +("cottman" nil (k aa1 t m ax n)) +("cotto" nil (k ow1 t ow0)) +("cottom" nil (k aa1 t ax m)) +("cotton" nil (k aa1 t ax n)) +("cottone" nil (k ow0 t ow1 n iy0)) +("cottoned" nil (k aa1 t ax n d)) +("cottongim" nil (k ax t aa1 ng g ih0 m)) +("cottonmouth" nil (k aa1 t ax n m aw1 th)) +("cottons" nil (k aa1 t ax n z)) +("cottonseed" nil (k aa1 t ax n s iy1 d)) +("cottonwood" nil (k aa1 t ax n w uh1 d)) +("cottonwoods" nil (k aa1 t ax n w uh1 d z)) +("cottrell" nil (k aa1 t r eh1 l)) +("cottrill" nil (k aa1 t r ax l)) +("cotty" nil (k aa1 t iy0)) +("cotugno" nil (k ow0 t uw1 g n ow0)) +("coty" nil (k ow1 t iy0)) +("couch" nil (k aw1 ch)) +("couched" nil (k aw1 ch t)) +("couches" nil (k aw1 ch ih0 z)) +("couchman" nil (k uw0 sh m ae1 n)) +("coudersport" nil (k aw1 d er0 z p ao1 r t)) +("coudert" nil (k uw1 d er0 t)) +("couey" nil (k uw0 iy1)) +("coufal" nil (k uw0 f ae1 l)) +("cougar" nil (k uw1 g er0)) +("cougars" nil (k uw1 g er0 z)) +("cough" nil (k aa1 f)) +("coughed" nil (k ao1 f t)) +("coughenour" nil (k ao0 f eh1 n er0)) +("coughing" nil (k aa1 f ih0 ng)) +("coughlan" nil (k ao1 g l ax n)) +("coughlin" nil (k ao1 g l ih0 n)) +("coughran" nil (k ao1 g r ax n)) +("coughs" nil (k ao1 f s)) +("couillard" nil (k w iy0 l aa1 r d)) +("could" nil (k uh1 d)) +("coull" nil (k aw1 l)) +("coulombe" nil (k aw0 l ow1 m b iy0)) +("coulon" nil (k aw1 l ax n)) +("coulson" nil (k aw1 l s ax n)) +("coulston" nil (k aw1 l s t ax n)) +("coultas" nil (k uw0 l t aa1 z)) +("coulter" nil (k ow1 l t er0)) +("coulthard" nil (k uw0 l th aa1 r d)) +("counce" nil (k aw1 n s)) +("council" nil (k aw1 n s ax l)) +("councilman" nil (k aw1 n s ax l m ax n)) +("councilmen" nil (k aw1 n s ax l m eh1 n)) +("councilor" nil (k aw1 n s ax l er0)) +("councilors" nil (k aw1 n s ax l er0 z)) +("councils" nil (k aw1 n s ax l z)) +("councilwoman" nil (k aw1 n s ax l w uh1 m ax n)) +("counihan" nil (k aw1 n ih0 hh ae0 n)) +("counsel" nil (k aw1 n s ax l)) +("counseled" nil (k aw1 n s ax l d)) +("counseling" nil (k aw1 n s ax l ih0 ng)) +("counsell" nil (k aw1 n s ax l)) +("counsellors" nil (k aw1 n s ax l er0 z)) +("counselman" nil (k aw1 n s ax l m ax n)) +("counselor" nil (k aw1 n s ax l er0)) +("counselors" nil (k aw1 n s ax l er0 z)) +("counsels" nil (k aw1 n s ax l z)) +("count" nil (k aw1 n t)) +("countable" nil (k aw1 n t ax b ax l)) +("countdown" nil (k aw1 n t d aw1 n)) +("countdowns" nil (k aw1 n t d aw1 n z)) +("counted" nil (k aw1 n t ax d)) +("countenance" nil (k aw1 n t ax n ax n s)) +("countenanced" nil (k aw1 n t ax n ax n s t)) +("countenances" nil (k aw1 n t ax n ax n s ih0 z)) +("counter" nil (k aw1 n t er0)) +("counteract" nil (k aw1 n t er0 ae1 k t)) +("counteracted" nil (k aw1 n t er0 ae1 k t ih0 d)) +("counteracting" nil (k aw1 n t er0 ae1 k t ih0 ng)) +("counterattack" nil (k aw1 n t er0 ax t ae1 k)) +("counterattacked" nil (k aw1 n t er0 ax t ae1 k t)) +("counterattacks" nil (k aw1 n t er0 ax t ae1 k s)) +("counterbalance" nil (k aw1 n t er0 b ae1 l ax n s)) +("counterbalanced" nil (k aw1 n t er0 b ae1 l ax n s t)) +("counterbid" nil (k aw1 n t er0 b ih1 d)) +("counterchallenge" nil (k aw1 n t er0 ch ae1 l ax n jh)) +("countercharges" nil (k aw1 n t er0 ch aa1 r jh ih0 z)) +("counterclaim" nil (k aw1 n t er0 k l ey1 m)) +("counterclaims" nil (k aw1 n t er0 k l ey1 m z)) +("countercultural" nil (k aw1 n t er0 k ah1 l ch er0 ax l)) +("counterculture" nil (k aw1 n t er0 k ah1 l ch er0)) +("countered" nil (k aw1 n t er0 d)) +("counterespionage" nil (k aw1 n t er0 eh1 s p iy0 ax n aa0 jh)) +("counterfeit" nil (k aw1 n t er0 f ih1 t)) +("counterfeited" nil (k aw1 n t er0 f ih1 t ih0 d)) +("counterfeiters" nil (k aw1 n t er0 f ih1 t er0 z)) +("counterfeiting" nil (k aw1 n t er0 f ih1 t ih0 ng)) +("counterforce" nil (k aw1 n t er0 f ao1 r s)) +("countering" nil (k aw1 n t er0 ih0 ng)) +("counterinsurgency" nil (k aw1 n t er0 ih0 n s er1 jh ax n s iy0)) +("counterintelligence" nil (k aw1 n t er0 ih0 n t eh1 l ih0 jh ax n s)) +("counterlife" nil (k aw1 n t er0 l ay1 f)) +("counterman" nil (k aw1 n t er0 m ae1 n)) +("countermeasure" nil (k aw1 n t er0 m eh1 zh er0)) +("countermeasures" nil (k aw1 n t er0 m eh1 zh er0 z)) +("countermove" nil (k aw1 n t er0 m uw1 v)) +("countermoves" nil (k aw1 n t er0 m uw1 v z)) +("counteroffensive" nil (k aw1 n t er0 ao0 f eh1 n s ih0 v)) +("counteroffer" nil (k aw1 n t er0 ao1 f er0)) +("counteroffers" nil (k aw1 n t er0 ao1 f er0 z)) +("counterpart" nil (k aw1 n t er0 p aa1 r t)) +("counterparts" nil (k aw1 n t er0 p aa1 r t s)) +("counterparty" nil (k aw1 n t er0 p aa1 r t iy0)) +("counterpoint" nil (k aw1 n t er0 p oy1 n t)) +("counterproductive" nil (k aw1 n t er0 p r ax d ah1 k t ih0 v)) +("counterproposal" nil (k aw1 n t er0 p r ax p ow1 z ax l)) +("counterproposals" nil (k aw1 n t er0 p r ax p ow1 z ax l z)) +("counterpunch" nil (k aw1 n t er0 p ah1 n ch)) +("counterrevolution" nil (k aw1 n t er0 r eh0 v ax l uw1 sh ax n)) +("counterrevolutionary" nil (k aw1 n t er0 r eh0 v ax l uw1 sh ax n eh1 r iy0)) +("counters" nil (k aw1 n t er0 z)) +("countersued" nil (k aw1 n t er0 s uw1 d)) +("countersuit" nil (k aw1 n t er0 s uw1 t)) +("countertenor" nil (k aw1 n t er0 t eh1 n er0)) +("counterterrorism" nil (k aw1 n t er0 t eh1 r er0 ih1 z ax m)) +("counterterrorist" nil (k aw1 n t er0 t eh1 r er0 ih0 s t)) +("countertop" nil (k aw1 n t er0 t aa1 p)) +("countertrade" nil (k aw1 n t er0 t r ey1 d)) +("countervailing" nil (k aw1 n t er0 v ey1 l ih0 ng)) +("counterweight" nil (k aw1 n t er0 w ey1 t)) +("countess" nil (k aw1 n t ax s)) +("counties" nil (k aw1 n t iy0 z)) +("counting" nil (k aw1 n t ih0 ng)) +("countless" nil (k aw1 n t l ax s)) +("countries" nil (k ah1 n t r iy0 z)) +("country" nil (k ah1 n t r iy0)) +("countryfolk" nil (k ah1 n t r iy0 f ow1 k)) +("countryman" nil (k ah1 n t r iy0 m ax n)) +("countrymen" nil (k ah1 n t r iy0 m ih0 n)) +("countryside" nil (k ah1 n t r iy0 s ay1 d)) +("countrywide" nil (k ah1 n t r iy0 w ay1 d)) +("counts" nil (k aw1 n t s)) +("county" nil (k aw1 n t iy0)) +("coup" nil (k uw1)) +("coupe" nil (k uw1 p)) +("couper" nil (k uw1 er0)) +("coupes" nil (k uw1 p s)) +("coupland" nil (k uw1 p l ax n d)) +("couple" nil (k ah1 p ax l)) +("coupled" nil (k ah1 p ax l d)) +("couplers" nil (k ah1 p l er0 z)) +("couples" nil (k ah1 p ax l z)) +("coupling" nil (k ah1 p l ih0 ng)) +("couplings" nil (k ah1 p l ih0 ng z)) +("coupon" nil (k uw1 p ao1 n)) +("couponing" nil (k uw1 p aa0 n ih0 ng)) +("coupons" nil (k uw1 p ao1 n z)) +("coups" nil (k uw1 z)) +("courage" nil (k er1 ax jh)) +("courageous" nil (k er0 ey1 jh ax s)) +("courageously" nil (k er0 ey1 jh ax s l iy0)) +("courant" nil (k uh1 r ax n t)) +("courchaine" nil (k uh0 r sh ey1 n)) +("courchesne" nil (k uh0 r sh eh1 n)) +("courier" nil (k er1 iy0 er0)) +("couriers" nil (k er1 iy0 er0 z)) +("courington" nil (k ao1 r ih0 ng t ax n)) +("cournoyer" nil (k ao1 r n oy0 er0)) +("course" nil (k ao1 r s)) +("coursen" nil (k ao1 r s ax n)) +("courser" nil (k ao1 r s er0)) +("courses" nil (k ao1 r s ax z)) +("coursey" nil (k ao1 r s iy0)) +("coursing" nil (k ao1 r s ih0 ng)) +("courson" nil (k ao1 r s ax n)) +("court" nil (k ao1 r t)) +("courtade" nil (k ao1 r t ey0 d)) +("courtaulds" nil (k ao1 r t ao1 l d z)) +("courteau" nil (k er1 t ow0)) +("courted" nil (k ao1 r t ih0 d)) +("courtemanche" nil (k ao1 r t m ae1 n sh)) +("courtenay" nil (k er1 t ax n ey0)) +("courteous" nil (k er1 t iy0 ax s)) +("courter" nil (k ao1 r t er0)) +("courtesies" nil (k er1 t ax s iy0 z)) +("courtesy" nil (k er1 t ax s iy0)) +("courthouse" nil (k ao1 r t hh aw1 s)) +("courthouses" nil (k ao1 r t hh aw1 s ih0 z)) +("courtier" nil (k ao1 r t iy0 er0)) +("courtiers" nil (k ao1 r t iy0 er0 z)) +("courting" nil (k ao1 r t ih0 ng)) +("courtland" nil (k ao1 r t l ae0 n d)) +("courtly" nil (k ao1 r t l iy0)) +("courtney" nil (k ao1 r t n iy0)) +("courtois" nil (k ao1 r t w aa0)) +("courtright" nil (k ao1 r t r ay1 t)) +("courtroom" nil (k ao1 r t r uw1 m)) +("courtrooms" nil (k ao1 r t r uw1 m z)) +("courts" nil (k ao1 r t s)) +("courtship" nil (k ao1 r ch ih1 p)) +("courtwright" nil (k ao1 r t r ay1 t)) +("courtyard" nil (k ao1 r t y aa1 r d)) +("courtyards" nil (k ao1 r t y aa1 r d z)) +("courville" nil (k uh0 r v ih1 l)) +("coury" nil (k ao1 r iy0)) +("cousar" nil (k uw0 s aa1 r)) +("couse" nil (k aw1 s)) +("cousens" nil (k uw1 s ax n z)) +("couser" nil (k aw1 s er0)) +("cousin" nil (k ah1 z ax n)) +("cousineau" nil (k uw1 s ih0 n ow1)) +("cousino" nil (k aw0 s iy1 n ow0)) +("cousins" nil (k ah1 z ax n z)) +("cousy" nil (k uw1 z iy0)) +("coutant" nil (k uw0 t ao1 n t)) +("coutee" nil (k uw0 t iy1)) +("couto" nil (k aw1 t ow0)) +("couts" nil (k aw1 t s)) +("coutts" nil (k aw1 t s)) +("coutu" nil (k uw0 ch uw1)) +("couture" nil (k uw0 t uh1 r)) +("couturier" nil (k uw0 t uh1 r iy0 er0)) +("couvillion" nil (k uw0 v iy0 l y ao1 n)) +("couvillon" nil (k uw0 v iy0 l ao1 n)) +("couzens" nil (k uw1 z ax n z)) +("covalt" nil (k ow1 v aa0 l t)) +("covarrubias" nil (k ow0 v aa0 r uw0 b iy1 ax z)) +("covas" nil (k ow1 v ax s)) +("covatta" nil (k ow0 v aa1 t ax)) +("covault" nil (k ow1 v ao1 l t)) +("cove" nil (k ow1 v)) +("covel" nil (k ow1 v ax l)) +("covell" nil (k aa1 v ax l)) +("covelli" nil (k ow1 v eh1 l iy0)) +("covello" nil (k ow1 v eh1 l ow0)) +("coven" nil (k ah1 v ax n)) +("covenant" nil (k ah1 v ax n ax n t)) +("covenanter" nil (k ah1 v ax n ax n t er0)) +("covenanters" nil (k ah1 v ax n ax n t er0 z)) +("covenants" nil (k ah1 v ax n ax n t s)) +("coveney" nil (k aa1 v ih0 n iy0)) +("covent" nil (k ah1 v ax n t)) +("coventry" nil (k ah1 v ax n t r iy0)) +("cover" nil (k ah1 v er0)) +("coverage" nil (k ah1 v er0 ax jh)) +("coverages" nil (k ah1 v er0 ey1 jh ih0 z)) +("coveralls" nil (k ah1 v er0 ao1 l z)) +("coverdale" nil (k ah1 v er0 d ey1 l)) +("coverdell" nil (k ah1 v er0 d eh1 l)) +("covered" nil (k ah1 v er0 d)) +("covering" nil (k ah1 v er0 ih0 ng)) +("coverings" nil (k ah1 v er0 ih0 ng z)) +("covers" nil (k ah1 v er0 z)) +("coverstone" nil (k ah1 v er0 s t ow1 n)) +("covert" nil (k ow1 v er0 t)) +("covertly" nil (k ah1 v er0 t l iy0)) +("coverup" nil (k ah1 v er0 ah1 p)) +("coves" nil (k ow1 v z)) +("covet" nil (k ah1 v ax t)) +("coveted" nil (k ah1 v ax t ih0 d)) +("covets" nil (k ah1 v ax t s)) +("covey" nil (k ah1 v iy0)) +("covia" nil (k ow1 v iy0 ax)) +("coviello" nil (k ow1 v iy0 eh1 l ow0)) +("covill" nil (k aa1 v ax l)) +("coville" nil (k ow1 v ih1 l)) +("covin" nil (k ow1 v ih0 n)) +("covina" nil (k ow0 v iy1 n ax)) +("covington" nil (k ah1 v ih0 ng t ax n)) +("covino" nil (k ow0 v iy1 n ow0)) +("covitz" nil (k ow1 v ih0 t s)) +("cow" nil (k aw1)) +("cowan" nil (k aw1 ax n)) +("cowans" nil (k aw1 ax n z)) +("coward" nil (k aw1 er0 d)) +("cowardice" nil (k aw1 er0 d ax s)) +("cowardly" nil (k aw1 er0 d l iy0)) +("cowards" nil (k aw1 er0 d z)) +("cowart" nil (k aw1 aa0 r t)) +("cowbells" nil (k aw1 b eh1 l z)) +("cowboy" nil (k aw1 b oy1)) +("cowboys" nil (k aw1 b oy1 z)) +("cowden" nil (k aw1 d ax n)) +("cowdery" nil (k aw1 d er0 iy0)) +("cowdrey" nil (k aw1 d r iy0)) +("cowed" nil (k aw1 d)) +("cowell" nil (k aa1 w eh0 l)) +("cowen" nil (k aw1 ax n)) +("cowens" nil (k aw1 ax n z)) +("cower" nil (k aw1 er0)) +("cowering" nil (k aw1 er0 ih0 ng)) +("cowger" nil (k aw1 jh er0)) +("cowgill" nil (k aw1 g ih1 l)) +("cowgirl" nil (k aw1 g er1 l)) +("cowgirls" nil (k aw1 g er1 l z)) +("cowher" nil (k aa1 w er0)) +("cowherd" nil (k aw1 hh er1 d)) +("cowie" nil (k aw1 iy0)) +("cowin" nil (k aw1 ih0 n)) +("cowing" nil (k aw1 ih0 ng)) +("cowles" nil (k aw1 ax l z)) +("cowley" nil (k aw1 l iy0)) +("cowling" nil (k aw1 l ih0 ng)) +("cowlings" nil (k aw1 l ih0 ng z)) +("cowman" nil (k aw1 m ax n)) +("coworker" nil (k ow1 w er1 k er0)) +("coworkers" nil (k ow1 w er1 k er0 z)) +("cowper" nil (k aw1 p er0)) +("cowperthwaite" nil (k aw1 p er0 th w ey1 t)) +("cowries" nil (k aw1 r iy0 z)) +("cows" nil (k aw1 z)) +("cowser" nil (k aw1 z er0)) +("cowsert" nil (k aw1 s er0 t)) +("cowslip" nil (k aw1 s l ih0 p)) +("cox" nil (k aa1 k s)) +("coxe" nil (k aa1 k s)) +("coxen" nil (k aa1 k s ax n)) +("coxon" nil (k aa1 k s ax n)) +("coxwell" nil (k aa1 k s w eh1 l)) +("coy" nil (k oy1)) +("coye" nil (k oy1)) +("coyer" nil (k oy1 er0)) +("coykendall" nil (k oy0 k eh1 n d ax l)) +("coyle" nil (k oy1 l)) +("coyly" nil (k oy1 l iy0)) +("coym" nil (k oy1 m)) +("coyne" nil (k oy1 n)) +("coyner" nil (k oy1 n er0)) +("coyote" nil (k ay0 ow1 t iy0)) +("coyotes" nil (k ay0 ow1 t iy0 s)) +("cozad" nil (k ow1 z ax d)) +("cozart" nil (k aa1 z aa0 r t)) +("cozby" nil (k aa1 z b iy0)) +("cozine" nil (k ow0 z iy1 n iy0)) +("coziness" nil (k ow1 z iy0 n ax s)) +("cozman" nil (k ow1 z m ax n)) +("cozy" nil (k ow1 z iy0)) +("cozying" nil (k ow1 z iy0 ih0 ng)) +("cozza" nil (k ow1 t s ax)) +("cozzens" nil (k aa1 z ax n z)) +("cozzi" nil (k ow1 t s iy0)) +("cozzolino" nil (k ow0 t s ow0 l iy1 n ow0)) +("crab" nil (k r ae1 b)) +("crabb" nil (k r ae1 b)) +("crabbe" nil (k r ae1 b)) +("crabbed" nil (k r ae1 b d)) +("crabbs" nil (k r ae1 b z)) +("crabby" nil (k r ae1 b iy0)) +("crabeater" nil (k r ae1 b iy1 t er0)) +("crabill" nil (k r ae1 b ax l)) +("crable" nil (k r ey1 b ax l)) +("crabmeat" nil (k r ae1 b m iy1 t)) +("crabs" nil (k r ae1 b z)) +("crabtree" nil (k r ae1 b t r iy1)) +("cracchiolo" nil (k r aa0 k iy0 ow1 l ow0)) +("crace" nil (k r ey1 s)) +("crack" nil (k r ae1 k)) +("crackdown" nil (k r ae1 k d aw1 n)) +("crackdowns" nil (k r ae1 k d aw1 n z)) +("cracked" nil (k r ae1 k t)) +("crackel" nil (k r ae1 k ax l)) +("cracker" nil (k r ae1 k er0)) +("crackerjack" nil (k r ae1 k er0 jh ae1 k)) +("crackers" nil (k r ae1 k er0 z)) +("cracking" nil (k r ae1 k ih0 ng)) +("crackle" nil (k r ae1 k ax l)) +("crackled" nil (k r ae1 k ax l d)) +("crackles" nil (k r ae1 k ax l z)) +("crackling" nil (k r ae1 k l ih0 ng)) +("crackpot" nil (k r ae1 k p aa1 t)) +("cracks" nil (k r ae1 k s)) +("cracraft" nil (k r aa1 k r ae0 f t)) +("craddock" nil (k r ae1 d ax k)) +("crader" nil (k r ey1 d er0)) +("cradic" nil (k r ae1 d ih0 k)) +("cradle" nil (k r ey1 d ax l)) +("cradles" nil (k r ey1 d ax l z)) +("cradling" nil (k r ey1 d ax l ih0 ng)) +("cradock" nil (k r ae1 d ax k)) +("crady" nil (k r ey1 d iy0)) +("craft" nil (k r ae1 f t)) +("crafted" nil (k r ae1 f t ih0 d)) +("crafting" nil (k r ae1 f t ih0 ng)) +("crafton" nil (k r ae1 f t ax n)) +("crafts" nil (k r ae1 f t s)) +("craftsman" nil (k r ae1 f t s m ax n)) +("craftsmanship" nil (k r ae1 f t s m ax n sh ih1 p)) +("craftsmen" nil (k r ae1 f t s m ax n)) +("crafty" nil (k r ae1 f t iy0)) +("crager" nil (k r ey1 jh er0)) +("cragg" nil (k r ae1 g)) +("craggs" nil (k r ae1 g z)) +("craggy" nil (k r ae1 g iy0)) +("craghead" nil (k r ae1 g hh eh1 d)) +("cragin" nil (k r ae1 jh ih0 n)) +("cragle" nil (k r ey1 g ax l)) +("crago" nil (k r aa1 g ow0)) +("cragun" nil (k r ae1 g ax n)) +("craib" nil (k r ey1 b)) +("craig" nil (k r ey1 g)) +("craighead" nil (k r ey1 g hh eh1 d)) +("craigie" nil (k r ey1 g iy0)) +("craigo" nil (k r ey1 g ow0)) +("crail" nil (k r ey1 l)) +("crain" nil (k r ey1 n)) +("craine" nil (k r ey1 n)) +("craker" nil (k r ey1 k er0)) +("crall" nil (k r ao1 l)) +("cram" nil (k r ae1 m)) +("cramblit" nil (k r ae1 m b l ih0 t)) +("cramer" nil (k r ey1 m er0)) +("crames" nil (k r ey1 m z)) +("crammed" nil (k r ae1 m d)) +("crammer" nil (k r ae1 m er0)) +("cramming" nil (k r ae1 m ih0 ng)) +("cramp" nil (k r ae1 m p)) +("cramped" nil (k r ae1 m p t)) +("cramping" nil (k r ae1 m p ih0 ng)) +("cramps" nil (k r ae1 m p s)) +("crampton" nil (k r ae1 m p t ax n)) +("crams" nil (k r ae1 m z)) +("cramton" nil (k r ae1 m t ax n)) +("cranberries" nil (k r ae1 n b eh1 r iy0 z)) +("cranberry" nil (k r ae1 n b eh1 r iy0)) +("crance" nil (k r ae1 n s)) +("crandall" nil (k r ae1 n d ax l)) +("crandell" nil (k r ae1 n d ax l)) +("crane" nil (k r ey1 n)) +("craner" nil (k r ey1 n er0)) +("cranes" nil (k r ey1 n z)) +("cranesbills" nil (k r ey1 n z b ih1 l z)) +("craney" nil (k r ey1 n iy0)) +("cranfield" nil (k r ae1 n f iy1 l d)) +("cranfill" nil (k r ae1 n f ax l)) +("cranford" nil (k r ae1 n f er0 d)) +("crank" nil (k r ae1 ng k)) +("cranked" nil (k r ae1 ng k t)) +("cranking" nil (k r ae1 ng k ih0 ng)) +("cranks" nil (k r ae1 ng k s)) +("crankshaft" nil (k r ae1 ng k sh ae1 f t)) +("crankshafts" nil (k r ae1 ng k sh ae1 f t s)) +("cranky" nil (k r ae1 ng k iy0)) +("cranley" nil (k r ae1 n l iy0)) +("cranmer" nil (k r ae1 n m er0)) +("cranmore" nil (k r aa1 n m ao0 r)) +("crannell" nil (k r ae1 n ax l)) +("cranney" nil (k r ae1 n iy0)) +("crannies" nil (k r ae1 n iy0 z)) +("cranny" nil (k r ae1 n iy0)) +("cranor" nil (k r ey1 n er0)) +("crans" nil (k r ae1 n z)) +("cranshaw" nil (k r ae1 n sh ao1)) +("cranston" nil (k r ae1 n s t ax n)) +("crap" nil (k r ae1 p)) +("crapo" nil (k r aa1 p ow0)) +("crappie" nil (k r ae1 p iy0)) +("crapps" nil (k r ae1 p s)) +("craps" nil (k r ae1 p s)) +("crapser" nil (k r ae1 p s er0)) +("crapshoot" nil (k r ae1 p sh uw1 t)) +("crary" nil (k er1 eh0 r iy0)) +("crase" nil (k r ey1 z)) +("crash" nil (k r ae1 sh)) +("crashed" nil (k r ae1 sh t)) +("crashes" nil (k r ae1 sh ih0 z)) +("crashing" nil (k r ae1 sh ih0 ng)) +("crasnianski" nil (k r ae1 s n iy0 ae1 n s k iy0)) +("crass" nil (k r ae1 s)) +("crate" nil (k r ey1 t)) +("crater" nil (k r ey1 t er0)) +("cratered" nil (k r ey1 t er0 d)) +("craters" nil (k r ey1 t er0 z)) +("crates" nil (k r ey1 t s)) +("crating" nil (k r ey1 t ih0 ng)) +("craton" nil (k r ae1 t ax n)) +("cratty" nil (k r ae1 t iy0)) +("craugh" nil (k r ao1)) +("craun" nil (k r ao1 n)) +("cravath" nil (k r ae1 v ax th)) +("crave" nil (k r ey1 v)) +("craven" nil (k r ey1 v ax n)) +("cravens" nil (k r ey1 v ax n z)) +("craver" nil (k r ey1 v er0)) +("craves" nil (k r ey1 v z)) +("cravey" nil (k r ey1 v iy0)) +("craving" nil (k r ey1 v ih0 ng)) +("cravings" nil (k r ey1 v ih0 ng z)) +("craw" nil (k r ao1)) +("crawfish" nil (k r ao1 f ih1 sh)) +("crawford" nil (k r ao1 f er0 d)) +("crawfordsville" nil (k r ao1 f er0 d z v ih1 l)) +("crawl" nil (k r ao1 l)) +("crawled" nil (k r ao1 l d)) +("crawley" nil (k r ao1 l iy0)) +("crawling" nil (k r ao1 l ih0 ng)) +("crawls" nil (k r ao1 l z)) +("crawly" nil (k r ao1 l iy0)) +("crawmer" nil (k r ao1 m er0)) +("crawshaw" nil (k r ao1 sh ao1)) +("craxi" nil (k r ae1 k s iy0)) +("cray" nil (k r ey1)) +("craycraft" nil (k r ey1 k r ae1 f t)) +("crayfish" nil (k r ey1 f ih0 sh)) +("crayne" nil (k r ey1 n)) +("crayon" nil (k r ey1 aa1 n)) +("crayons" nil (k r ey1 aa1 n z)) +("crays" nil (k r ey1 z)) +("crayton" nil (k r ey1 t ax n)) +("craze" nil (k r ey1 z)) +("crazed" nil (k r ey1 z d)) +("crazier" nil (k r ey1 z iy0 er0)) +("crazies" nil (k r ey1 z iy0 z)) +("craziest" nil (k r ey1 z iy0 ax s t)) +("crazily" nil (k r ey1 z ax l iy0)) +("craziness" nil (k r ey1 z iy0 n ax s)) +("crazy" nil (k r ey1 z iy0)) +("crea" nil (k r iy1)) +("creach" nil (k r iy1 ch)) +("creager" nil (k r iy1 ih0 jh er0)) +("creagh" nil (k r iy1 g)) +("creaked" nil (k r iy1 k t)) +("creaking" nil (k r iy1 k ih0 ng)) +("creaky" nil (k r iy1 k iy0)) +("creal" nil (k r iy1 l)) +("cream" nil (k r iy1 m)) +("creamed" nil (k r iy1 m d)) +("creamer" nil (k r iy1 m er0)) +("creamery" nil (k r iy1 m er0 iy0)) +("creamier" nil (k r iy1 m iy0 er0)) +("creamiest" nil (k r iy1 m iy0 ih0 s t)) +("creams" nil (k r iy1 m z)) +("creamy" nil (k r iy1 m iy0)) +("crean" nil (k r iy1 n)) +("crear" nil (k r ih1 r)) +("crease" nil (k r iy1 s)) +("creasey" nil (k r iy1 s iy0)) +("creasman" nil (k r iy1 z m ax n)) +("creason" nil (k r iy1 s ax n)) +("creasy" nil (k r iy1 s iy0)) +("create" nil (k r iy0 ey1 t)) +("created" nil (k r iy0 ey1 t ax d)) +("creates" nil (k r iy0 ey1 t s)) +("creath" nil (k r eh1 th)) +("creating" nil (k r iy0 ey1 t ih0 ng)) +("creation" nil (k r iy0 ey1 sh ax n)) +("creationism" nil (k r iy0 ey1 sh ax n ih1 z ax m)) +("creations" nil (k r iy0 ey1 sh ax n z)) +("creative" nil (k r iy0 ey1 t ih0 v)) +("creatively" nil (k r iy0 ey1 t ih0 v l iy0)) +("creativeness" nil (k r iy0 ey1 t ih0 v n ax s)) +("creativity" nil (k r iy1 ey0 t ih1 v ax t iy0)) +("creator" nil (k r iy0 ey1 t er0)) +("creators" nil (k r iy0 ey1 t er0 z)) +("creature" nil (k r iy1 ch er0)) +("creatures" nil (k r iy1 ch er0 z)) +("crecelius" nil (k r ih0 s iy1 l iy0 ih0 s)) +("credence" nil (k r iy1 d ax n s)) +("credential" nil (k r ih0 d eh1 n ch ax l)) +("credentials" nil (k r ax d eh1 n sh ax l z)) +("credeur" nil (k r ih0 d er1)) +("credibility" nil (k r eh1 d ax b ih1 l ih0 t iy0)) +("credible" nil (k r eh1 d ax b ax l)) +("credibly" nil (k r eh1 d ax b l iy0)) +("credit" nil (k r eh1 d ax t)) +("creditable" nil (k r eh1 d ax t ax b ax l)) +("creditably" nil (k r eh1 d ax t ax b l iy0)) +("creditanstalt" nil (k r eh1 d ih1 t ax n sh t ao1 l t)) +("creditbank" nil (k r eh1 d ih0 t b ae1 ng k)) +("credited" nil (k r eh1 d ax t ax d)) +("credithrift" nil (k r eh1 d ih0 th r ih1 f t)) +("crediting" nil (k r eh1 d ax t ih0 ng)) +("credito" nil (k r eh0 d iy1 t ow0)) +("creditor" nil (k r eh1 d ax t er0)) +("creditors" nil (k r eh1 d ih0 t er0 z)) +("credits" nil (k r eh1 d ih0 t s)) +("creditwatch" nil (k r eh1 d ih0 t w aa1 ch)) +("creditworthiness" nil (k r eh1 d ih0 t w er1 dh iy0 n ax s)) +("creditworthy" nil (k r eh1 d ih0 t w er1 dh iy0)) +("credle" nil (k r eh1 d ax l)) +("credo" nil (k r ey1 d ow0)) +("credulity" nil (k r ih0 d uw1 l ax t iy0)) +("cree" nil (k r iy1)) +("creech" nil (k r iy1 ch)) +("creecy" nil (k r iy1 s iy0)) +("creed" nil (k r iy1 d)) +("creeden" nil (k r iy1 d ax n)) +("creedon" nil (k r iy1 d ax n)) +("creeds" nil (k r iy1 d z)) +("creegan" nil (k r iy1 g ax n)) +("creek" nil (k r iy1 k)) +("creekmore" nil (k r iy1 k m ao0 r)) +("creekmur" nil (k r iy1 k m er0)) +("creeks" nil (k r iy1 k s)) +("creel" nil (k r iy1 l)) +("creelman" nil (k r iy1 l m ax n)) +("creely" nil (k r iy1 l iy0)) +("creep" nil (k r iy1 p)) +("creeping" nil (k r iy1 p ih0 ng)) +("creeps" nil (k r iy1 p s)) +("creepy" nil (k r iy1 p iy0)) +("creer" nil (k r ih1 r)) +("crees" nil (k r iy1 z)) +("cref" nil (k r eh1 f)) +("cregan" nil (k r iy1 g ax n)) +("cregar" nil (k r iy1 g er0)) +("creger" nil (k r iy1 jh er0)) +("cregg" nil (k r eh1 g)) +("cregger" nil (k r eh1 g er0)) +("crego" nil (k r eh1 g ow0)) +("crehan" nil (k r eh1 hh ax n)) +("creighton" nil (k r ey1 t ax n)) +("crellin" nil (k r eh1 l ih0 n)) +("cremate" nil (k r iy1 m ey0 t)) +("cremation" nil (k r iy0 m ey1 sh ax n)) +("creme" nil (k r iy1 m)) +("cremeans" nil (k r eh1 m ax n z)) +("cremeens" nil (k r ih0 m iy1 n z)) +("cremer" nil (k r iy1 m er0)) +("cremin" nil (k r eh1 m ih0 n)) +("crenelated" nil (k r eh1 n ax l ey1 t ax d)) +("crenshaw" nil (k r eh1 n sh ao1)) +("crenwelge" nil (k r eh1 n w ih0 l jh)) +("creole" nil (k r iy1 ow0 l)) +("creoles" nil (k r iy0 ow1 l z)) +("creolized" nil (k r iy1 ow1 l ay1 z d)) +("creosote" nil (k r iy1 ax s ow1 t)) +("crepe" nil (k r ey1 p)) +("crepeau" nil (k r ih0 p ow1)) +("crepes" nil (k r ey1 p s)) +("creps" nil (k r eh1 p s)) +("crept" nil (k r eh1 p t)) +("creque" nil (k r eh1 k)) +("cresap" nil (k r eh1 s ax p)) +("crescendo" nil (k r ih0 sh eh1 n d ow0)) +("crescent" nil (k r eh1 s ax n t)) +("crescenzi" nil (k r eh0 s ch eh1 n z iy0)) +("crescenzo" nil (k r eh0 s ch eh1 n z ow0)) +("cresci" nil (k r eh1 s iy0)) +("crescott" nil (k r eh1 s k aa0 t)) +("creson" nil (k r eh1 s ax n)) +("crespi" nil (k r eh1 s p iy0)) +("crespin" nil (k r eh1 s p ih0 n)) +("crespo" nil (k r eh1 s p ow0)) +("cress" nil (k r eh1 s)) +("cresses" nil (k r eh1 s ax z)) +("cressey" nil (k r eh1 s iy0)) +("cressler" nil (k r eh1 s l er0)) +("cressman" nil (k r eh1 s m ax n)) +("cresson" nil (k r eh1 s ax n)) +("cresswell" nil (k r eh1 s w eh1 l)) +("cressy" nil (k r eh1 s iy0)) +("crest" nil (k r eh1 s t)) +("crestar" nil (k r eh1 s t aa1 r)) +("crested" nil (k r eh1 s t ax d)) +("crestfallen" nil (k r eh1 s t f ao1 l ax n)) +("crestmont" nil (k r eh1 s t m aa1 n t)) +("creswell" nil (k r eh1 s w eh1 l)) +("crete" nil (k r iy1 t)) +("cretella" nil (k r eh0 t eh1 l ax)) +("cretsinger" nil (k r eh1 t s ih0 n jh er0)) +("creveling" nil (k r eh1 v ax l ih0 ng)) +("crevice" nil (k r eh1 v ax s)) +("crevices" nil (k r eh1 v ax s ih0 z)) +("crevier" nil (k r iy1 v iy0 er0)) +("creviston" nil (k r eh1 v ih0 s t aa0 n)) +("crew" nil (k r uw1)) +("crewe" nil (k r uw1)) +("crewel" nil (k r uw1 ax l)) +("crewes" nil (k r uw1 z)) +("crewman" nil (k r uw1 m ax n)) +("crewmen" nil (k r uw1 m ih0 n)) +("crews" nil (k r uw1 z)) +("crib" nil (k r ih1 b)) +("cribari" nil (k r iy0 b aa1 r iy0)) +("cribb" nil (k r ih1 b)) +("cribbage" nil (k r ih1 b ih0 jh)) +("cribbs" nil (k r ih1 b z)) +("cribs" nil (k r ih1 b z)) +("crichlow" nil (k r ih1 k l ow0)) +("crichton" nil (k r ih1 ch t ax n)) +("crick" nil (k r ih1 k)) +("cricket" nil (k r ih1 k ax t)) +("crickets" nil (k r ih1 k ax t s)) +("criddle" nil (k r ih1 d ax l)) +("crider" nil (k r ay1 d er0)) +("cried" nil (k r ay1 d)) +("crier" nil (k r ay1 er0)) +("cries" nil (k r ay1 z)) +("criger" nil (k r ay1 jh er0)) +("crigger" nil (k r ih1 g er0)) +("crigler" nil (k r ih1 g l er0)) +("crihfield" nil (k r ih1 f iy0 l d)) +("crill" nil (k r ih1 l)) +("crilley" nil (k r ih1 l iy0)) +("crilly" nil (k r ih1 l iy0)) +("crim" nil (k r ih1 m)) +("crime" nil (k r ay1 m)) +("crimea" nil (k r ay0 m iy1 ax)) +("crimean" nil (k r ih0 m iy1 n)) +("crimes" nil (k r ay1 m z)) +("crimi" nil (k r iy1 m iy0)) +("criminal" nil (k r ih1 m ax n ax l)) +("criminalist" nil (k r ih1 m ax n ax l ih0 s t)) +("criminalists" nil (k r ih1 m ax n ax l ih0 s t s)) +("criminality" nil (k r ih1 m ax n ae1 l ih0 t iy0)) +("criminalize" nil (k r ih1 m ax n ax l ay1 z)) +("criminalizing" nil (k r ih1 m ax n ax l ay1 z ih0 ng)) +("criminally" nil (k r ih1 m ax n ax l iy0)) +("criminals" nil (k r ih1 m ax n ax l z)) +("criminologist" nil (k r ih1 m ih0 n aa1 l ax jh ih0 s t)) +("criminologists" nil (k r ih1 m ih0 n aa1 l ax jh ih0 s t s)) +("criminology" nil (k r ih1 m ih0 n aa1 l ax jh iy0)) +("crimm" nil (k r ih1 m)) +("crimmins" nil (k r ih1 m ih0 n z)) +("crimp" nil (k r ih1 m p)) +("crimped" nil (k r ih1 m p t)) +("crimping" nil (k r ih1 m p ih0 ng)) +("crimps" nil (k r ih1 m p s)) +("crimson" nil (k r ih1 m z ax n)) +("criner" nil (k r ay1 n er0)) +("cringe" nil (k r ih1 n jh)) +("cringed" nil (k r ih1 n jh d)) +("cringes" nil (k r ih1 n jh ih0 z)) +("cripe" nil (k r ay1 p)) +("crippen" nil (k r ih1 p ax n)) +("cripple" nil (k r ih1 p ax l)) +("crippled" nil (k r ih1 p ax l d)) +("cripples" nil (k r ih1 p ax l z)) +("crippling" nil (k r ih1 p ax l ih0 ng)) +("cripps" nil (k r ih1 p s)) +("crips" nil (k r ih1 p s)) +("crisafi" nil (k r iy0 s aa1 f iy0)) +("crisafulli" nil (k r iy0 s aa0 f uw1 l iy0)) +("crisanti" nil (k r ih0 s ae1 n t iy0)) +("crisci" nil (k r ih1 s iy0)) +("criscione" nil (k r iy0 s ch ow1 n iy0)) +("crisco" nil (k r iy1 s k ow0)) +("criscuolo" nil (k r iy0 s k w ow1 l ow0)) +("crise" nil (k r ay1 z)) +("crises" nil (k r ay1 s iy0 z)) +("crisis" nil (k r ay1 s ax s)) +("crisler" nil (k r ih1 s ax l er0)) +("crislip" nil (k r ih1 s l ih0 p)) +("crisman" nil (k r ih1 s m ax n)) +("crismon" nil (k r ih1 z m ax n)) +("crisostomo" nil (k r iy0 s ow0 s t ow1 m ow0)) +("crisp" nil (k r ih1 s p)) +("crispell" nil (k r ih1 s p ax l)) +("crispen" nil (k r ih1 s p ax n)) +("crisper" nil (k r ih1 s p er0)) +("crispin" nil (k r ih1 s p ih0 n)) +("crispina" nil (k r iy0 s p iy1 n ax)) +("crispino" nil (k r iy0 s p iy1 n ow0)) +("crisply" nil (k r ih1 s p l iy0)) +("crispness" nil (k r ih1 s p n ax s)) +("crispo" nil (k r iy1 s p ow0)) +("crispy" nil (k r ih1 s p iy0)) +("criss" nil (k r ih1 s)) +("crisscross" nil (k r ih1 s k r ao1 s)) +("crisscrossed" nil (k r ih1 s k r ao1 s t)) +("crisscrossing" nil (k r ih1 s k r ao1 s ih0 ng)) +("crissey" nil (k r ih1 s iy0)) +("crissinger" nil (k r ih1 s ih0 n jh er0)) +("crissman" nil (k r ih1 s m ax n)) +("crist" nil (k r ih1 s t)) +("cristabel" nil (k r ih1 s t ax b eh0 l)) +("cristal" nil (k r ih1 s t ax l)) +("cristiani" nil (k r ih1 s t iy0 aa1 n iy0)) +("cristiano" nil (k r iy0 s t iy0 aa1 n ow0)) +("cristina" nil (k r ih0 s t iy1 n ax)) +("cristobal" nil (k r ih1 s t ax b ax l)) +("cristobel" nil (k r ih1 s t ax b eh0 l)) +("criswell" nil (k r ih1 s w eh0 l)) +("critcher" nil (k r ih1 ch er0)) +("critchfield" nil (k r ih1 ch f iy0 l d)) +("critchley" nil (k r ih1 ch l iy0)) +("critchlow" nil (k r ih1 ch l ow0)) +("critelli" nil (k r ih0 t eh1 l iy0)) +("criteria" nil (k r ay0 t ih1 r iy0 ax)) +("criterion" nil (k r ay0 t ih1 r iy0 ax n)) +("crites" nil (k r ay1 t s)) +("critic" nil (k r ih1 t ih0 k)) +("critical" nil (k r ih1 t ih0 k ax l)) +("criticality" nil (k r ih1 t ax k ae1 l ax t iy0)) +("critically" nil (k r ih1 t ih0 k ax l iy0)) +("criticism" nil (k r ih1 t ih0 s ih1 z ax m)) +("criticisms" nil (k r ih1 t ih0 s ih1 z ax m z)) +("criticize" nil (k r ih1 t ih0 s ay1 z)) +("criticized" nil (k r ih1 t ax s ay1 z d)) +("criticizes" nil (k r ih1 t ih0 s ay1 z ih0 z)) +("criticizing" nil (k r ih1 t ih0 s ay1 z ih0 ng)) +("critics" nil (k r ih1 t ih0 k s)) +("critique" nil (k r ax t iy1 k)) +("critiques" nil (k r ih0 t iy1 k s)) +("criton" nil (k r ay1 t ax n)) +("critser" nil (k r ih1 t s er0)) +("crittenden" nil (k r ih0 t eh1 n d ax n)) +("crittendon" nil (k r ih1 t ax n d ih0 n)) +("critter" nil (k r ih1 t er0)) +("critters" nil (k r ih1 t er0 z)) +("critz" nil (k r ih1 t s)) +("critzer" nil (k r ih1 t z er0)) +("crivelli" nil (k r ih0 v eh1 l iy0)) +("crivello" nil (k r ih0 v eh1 l ow0)) +("crnkovich" nil (s er1 n ax v ih1 ch)) +("cro" nil (k r ow1)) +("croak" nil (k r ow1 k)) +("croaker" nil (k r ow1 k er0)) +("croaking" nil (k r ow1 k ih0 ng)) +("croat" nil (k r ow1 aa1 t)) +("croatia" nil (k r ow0 ey1 sh ax)) +("croatian" nil (k r ow0 ey1 sh ax n)) +("croatians" nil (k r ow0 ey1 sh ax n z)) +("croats" nil (k r ow1 aa1 t s)) +("croc" nil (k r aa1 k)) +("crocco" nil (k r aa1 k ow0)) +("croce" nil (k r ow1 ch iy0)) +("crochet" nil (k r ow0 sh ey1)) +("crocheted" nil (k r ow0 sh ey1 d)) +("crocheting" nil (k r ow0 sh ey1 ih0 ng)) +("crock" nil (k r aa1 k)) +("crocker" nil (k r aa1 k er0)) +("crockery" nil (k r aa1 k er0 iy0)) +("crockett" nil (k r aa1 k ih0 t)) +("crockford" nil (k r aa1 k f er0 d)) +("crocodile" nil (k r aa1 k ax d ay1 l)) +("crocodiles" nil (k r aa1 k ax d ay1 l z)) +("crocus" nil (k r ow1 k ax s)) +("crocuses" nil (k r ow1 k y uw0 s ih0 z)) +("croff" nil (k r ao1 f)) +("crofford" nil (k r aa1 f er0 d)) +("crofoot" nil (k r ow1 f uh0 t)) +("croft" nil (k r ao1 f t)) +("crofton" nil (k r aa1 f t ax n)) +("crofts" nil (k r ao1 f t s)) +("crogan" nil (k r ow1 g ax n)) +("croghan" nil (k r aa1 g hh ax n)) +("croissant" nil (k w aa1 s aa1 n t)) +("croissants" nil (k w aa1 s aa1 n t s)) +("croix" nil (k r oy1)) +("croke" nil (k r ow1 k)) +("croker" nil (k r ow1 k er0)) +("croley" nil (k r ow1 l iy0)) +("croll" nil (k r ow1 l)) +("crom" nil (k r aa1 m)) +("cromartie" nil (k r aa1 m aa0 r t iy0)) +("crombie" nil (k r aa1 m b iy0)) +("cromer" nil (k r ow1 m er0)) +("cromie" nil (k r aa1 m iy0)) +("cromley" nil (k r aa1 m l iy0)) +("crompton" nil (k r aa1 m p t ax n)) +("cromwell" nil (k r aa1 m w ax l)) +("cron" nil (k r aa1 n)) +("cronan" nil (k r ow1 n ax n)) +("cronauer" nil (k r aa1 n aw0 r)) +("cronce" nil (k r aa1 n s)) +("crone" nil (k r ow1 n)) +("cronen" nil (k r ow1 n ax n)) +("croner" nil (k r ow1 n er0)) +("croney" nil (k r ow1 n iy0)) +("cronic" nil (k r aa1 n ih0 k)) +("cronies" nil (k r ow1 n iy0 z)) +("cronin" nil (k r ow1 n ih0 n)) +("cronk" nil (k r aa1 ng k)) +("cronkhite" nil (k r aa1 ng k hh ay1 t)) +("cronkite" nil (k r aa1 ng k ay1 t)) +("cronkright" nil (k r aa1 ng k r ay1 t)) +("cronquist" nil (k r aa1 n k w ih1 s t)) +("cronus" nil (k r ow1 n ax s)) +("crony" nil (k r ow1 n iy0)) +("cronyism" nil (k r ow1 n iy0 ih1 z ax m)) +("crook" nil (k r uh1 k)) +("crooke" nil (k r uh1 k)) +("crooked" nil (k r uh1 k ax d)) +("crookedness" nil (k r uh1 k ax d n ax s)) +("crooker" nil (k r uh1 k er0)) +("crooklyn" nil (k r uh1 k l ih1 n)) +("crooks" nil (k r uh1 k s)) +("crookshank" nil (k r uh1 k sh ae1 ng k)) +("crookshanks" nil (k r uh1 k sh ae1 ng k s)) +("crookston" nil (k r uh1 k s t ax n)) +("croom" nil (k r uw1 m)) +("crooms" nil (k r uw1 m z)) +("crooner" nil (k r uw1 n er0)) +("crooning" nil (k r uw1 n ih0 ng)) +("croons" nil (k r uw1 n z)) +("crop" nil (k r aa1 p)) +("cropland" nil (k r aa1 p l ae1 n d)) +("cropley" nil (k r aa1 p l iy0)) +("cropp" nil (k r aa1 p)) +("cropped" nil (k r aa1 p t)) +("cropper" nil (k r aa1 p er0)) +("cropping" nil (k r aa1 p ih0 ng)) +("crops" nil (k r aa1 p s)) +("cropsey" nil (k r aa1 p s iy0)) +("croquet" nil (k r ow0 k ey1)) +("cros" nil (k r ao1 s)) +("crosbey" nil (k r aa1 s b iy0)) +("crosbie" nil (k r ao1 z b iy0)) +("crosby" nil (k r ao1 z b iy0)) +("crose" nil (k r ow1 z)) +("croshaw" nil (k r aa1 sh ao0)) +("croskey" nil (k r aa1 s k iy0)) +("crosland" nil (k r aa1 s l ax n d)) +("crosley" nil (k r aa1 s l iy0)) +("croslin" nil (k r aa1 s l ih0 n)) +("croson" nil (k r ow1 s ax n)) +("cross" nil (k r ao1 s)) +("crossan" nil (k r aa1 s ax n)) +("crossbills" nil (k r ao1 s b ih1 l z)) +("crossbones" nil (k r ao1 s b ow1 n z)) +("crossborder" nil (k r ao1 s b ao1 r d er0)) +("crossbow" nil (k r ao1 s b ow1)) +("crosscurrents" nil (k r ao1 s k er1 ax n t s)) +("crosse" nil (k r aa1 s)) +("crossed" nil (k r ao1 s t)) +("crossen" nil (k r ao1 s ax n)) +("crosser" nil (k r ao1 s er0)) +("crosses" nil (k r ao1 s ih0 z)) +("crossett" nil (k r aa1 s ih0 t)) +("crossfield" nil (k r ao1 s f iy1 l d)) +("crossfire" nil (k r ao1 s f ay1 r)) +("crossin" nil (k r aa1 s ih0 n)) +("crossing" nil (k r ao1 s ih0 ng)) +("crossings" nil (k r ao1 s ih0 ng z)) +("crossland" nil (k r ao1 s l ae1 n d)) +("crossley" nil (k r aa1 s l iy0)) +("crosslin" nil (k r aa1 s l ih0 n)) +("crossman" nil (k r ao1 s m ax n)) +("crossno" nil (k r ow1 s n ow0)) +("crosson" nil (k r aa1 s ax n)) +("crossover" nil (k r ao1 s ow1 v er0)) +("crosspiece" nil (k r ao1 s p iy1 s)) +("crosspieces" nil (k r ao1 s p iy1 s ax z)) +("crossroads" nil (k r ao1 s r ow1 d z)) +("crosstalk" nil (k r ao1 s t ao1 k)) +("crosstown" nil (k r ao1 s t aw1 n)) +("crosswhite" nil (k r aa1 s w ay0 t)) +("crosswise" nil (k r ao1 s w ay1 z)) +("crossword" nil (k r ao1 s w er1 d)) +("crosswords" nil (k r ao1 s w er1 d z)) +("crosthwait" nil (k r aa1 s th w ax t)) +("crosthwaite" nil (k r aa1 s th w ax t)) +("croston" nil (k r aa1 s t ax n)) +("croswell" nil (k r aa1 s w eh0 l)) +("crotch" nil (k r aa1 ch)) +("crotchety" nil (k r aa1 ch ax t iy0)) +("croteau" nil (k r ax t ow1)) +("crothers" nil (k r ah1 dh er0 z)) +("crotonville" nil (k r ow1 t ax n v ih1 l)) +("crotteau" nil (k r ax t ow1)) +("crotts" nil (k r aa1 t s)) +("crotty" nil (k r aa1 t iy0)) +("crotwell" nil (k r aa1 t w eh1 l)) +("crotzer" nil (k r ow1 t z er0)) +("crouch" nil (k r aw1 ch)) +("crouched" nil (k r aw1 ch t)) +("croucher" nil (k r aw1 ch er0)) +("crough" nil (k r aw1)) +("crounse" nil (k r aw1 n s)) +("crouse" nil (k r aw1 s)) +("crouser" nil (k r aw1 s er0)) +("crout" nil (k r aw1 t)) +("crouthamel" nil (k r aw1 th ax m eh0 l)) +("crovitz" nil (k r ow1 v ih0 t s)) +("crovl" nil (k r ow1 v ax l)) +("crovls" nil (k r ow1 v ax l z)) +("crow" nil (k r ow1)) +("crowbar" nil (k r ow1 b aa1 r)) +("crowborough" nil (k r ow1 b er0 ow0)) +("crowd" nil (k r aw1 d)) +("crowded" nil (k r aw1 d ax d)) +("crowden" nil (k r aw1 d ax n)) +("crowder" nil (k r aw1 d er0)) +("crowding" nil (k r aw1 d ih0 ng)) +("crowds" nil (k r aw1 d z)) +("crowe" nil (k r ow1)) +("crowed" nil (k r ow1 d)) +("crowell" nil (k r ow1 ax l)) +("crowing" nil (k r ow1 ih0 ng)) +("crowkeepers" nil (k r ow1 k iy1 p er0 z)) +("crowl" nil (k r aw1 l)) +("crowley" nil (k r aw1 l iy0)) +("crown" nil (k r aw1 n)) +("crowne" nil (k r aw1 n)) +("crowned" nil (k r aw1 n d)) +("crowner" nil (k r aw1 n er0)) +("crowning" nil (k r aw1 n ih0 ng)) +("crownlike" nil (k r aw1 n l ay1 k)) +("crownover" nil (k r aw1 n ow1 v er0)) +("crowns" nil (k r aw1 n z)) +("crownx" nil (k r aw1 n eh1 k s)) +("crows" nil (k r ow1 z)) +("crowson" nil (k r aw1 s ax n)) +("crowther" nil (k r aw1 dh er0)) +("crowthers" nil (k r ow1 th er0 z)) +("croxton" nil (k r aa1 k s t ax n)) +("croy" nil (k r oy1)) +("croyle" nil (k r oy1 l)) +("crozier" nil (k r ow1 zh er0)) +("cruce" nil (k r uw1 s)) +("cruces" nil (k r uw1 s iy0 z)) +("crucial" nil (k r uw1 sh ax l)) +("crucially" nil (k r uw1 sh ax l l iy0)) +("crucible" nil (k r uw1 s ax b ax l)) +("crucified" nil (k r uw1 s ax f ay1 d)) +("crucifix" nil (k r uw1 s ax f ih1 k s)) +("crucifixes" nil (k r uw1 s ax f ih1 k s ih0 z)) +("crucifixion" nil (k r uw1 s ih0 f ih1 k sh ax n)) +("crucify" nil (k r uw1 s ax f ay1)) +("crud" nil (k r ah1 d)) +("cruddy" nil (k r ah1 d iy0)) +("crude" nil (k r uw1 d)) +("crudele" nil (k r uw1 d ax l)) +("crudely" nil (k r uw1 d l iy0)) +("crudes" nil (k r uw1 d z)) +("crudup" nil (k r ah1 d ah1 p)) +("cruea" nil (k r uw1 iy0 ax)) +("cruel" nil (k r uw1 ax l)) +("cruelest" nil (k r uw1 l ax s t)) +("cruelly" nil (k r uw1 l iy0)) +("cruelties" nil (k r uw1 l t iy0 z)) +("cruelty" nil (k r uw1 l t iy0)) +("cruey" nil (k r ah1 iy0)) +("cruger" nil (k r uw1 jh er0)) +("cruickshank" nil (k r uh1 k sh ae1 ng k)) +("cruikshank" nil (k r uw1 ih0 k sh ae1 ng k)) +("cruise" nil (k r uw1 z)) +("cruised" nil (k r uw1 z d)) +("cruiser" nil (k r uw1 z er0)) +("cruisers" nil (k r uw1 z er0 z)) +("cruises" nil (k r uw1 z ih0 z)) +("cruising" nil (k r uw1 z ih0 ng)) +("crull" nil (k r ah1 l)) +("crum" nil (k r ah1 m)) +("crumb" nil (k r ah1 m)) +("crumbaugh" nil (k r ah1 m b ao1)) +("crumble" nil (k r ah1 m b ax l)) +("crumbled" nil (k r ah1 m b ax l d)) +("crumbles" nil (k r ah1 m b ax l z)) +("crumbley" nil (k r ah1 m b l iy0)) +("crumbling" nil (k r ah1 m b ax l ih0 ng)) +("crumbs" nil (k r ah1 m z)) +("crumby" nil (k r ah1 m b iy0)) +("crume" nil (k r uw1 m)) +("crumitie" nil (k r uw1 m ih0 t ay0)) +("crumley" nil (k r ah1 m l iy0)) +("crumly" nil (k r ah1 m l iy0)) +("crumm" nil (k r ah1 m)) +("crummett" nil (k r ah1 m ih0 t)) +("crummey" nil (k r ah1 m iy0)) +("crummy" nil (k r ah1 m iy0)) +("crump" nil (k r ah1 m p)) +("crumpacker" nil (k r ah1 m p ax k er0)) +("crumple" nil (k r ah1 m p ax l)) +("crumpled" nil (k r ah1 m p ax l d)) +("crumpler" nil (k r ah1 m p ax l er0)) +("crumpton" nil (k r ah1 m p t ax n)) +("crumrine" nil (k r ah1 m r iy1 n)) +("crunch" nil (k r ah1 n ch)) +("crunched" nil (k r ah1 n ch t)) +("cruncher" nil (k r ah1 n ch er0)) +("crunchers" nil (k r ah1 n ch er0 z)) +("crunches" nil (k r ah1 n ch ih0 z)) +("crunching" nil (k r ah1 n ch ih0 ng)) +("crunchy" nil (k r ah1 n ch iy0)) +("crunk" nil (k r ah1 ng k)) +("crunkleton" nil (k r ah1 ng k l ih0 t aa0 n)) +("crupi" nil (k r uw1 p iy0)) +("crusade" nil (k r uw0 s ey1 d)) +("crusader" nil (k r uw0 s ey1 d er0)) +("crusaders" nil (k r uw0 s ey1 d er0 z)) +("crusades" nil (k r uw0 s ey1 d z)) +("crusading" nil (k r uw0 s ey1 d ih0 ng)) +("crusan" nil (k r uw1 z ax n)) +("cruse" nil (k r uw1 z)) +("cruser" nil (k r uw1 z er0)) +("crush" nil (k r ah1 sh)) +("crushed" nil (k r ah1 sh t)) +("crusher" nil (k r ah1 sh er0)) +("crushers" nil (k r ah1 sh er0 z)) +("crushes" nil (k r ah1 sh ih0 z)) +("crushing" nil (k r ah1 sh ih0 ng)) +("crusoe" nil (k r uw1 s ow0)) +("crust" nil (k r ah1 s t)) +("crustacean" nil (k r ax s t ey1 sh ax n)) +("crustaceans" nil (k r ax s t ey1 sh ax n z)) +("crustal" nil (k r ah1 s t ax l)) +("crusted" nil (k r ah1 s t ih0 d)) +("crusts" nil (k r ah1 s t s)) +("crusty" nil (k r ah1 s t iy0)) +("crutch" nil (k r ah1 ch)) +("crutcher" nil (k r ah1 ch er0)) +("crutches" nil (k r ah1 ch ih0 z)) +("crutchfield" nil (k r ah1 ch f iy1 l d)) +("crutchley" nil (k r ah1 ch l iy0)) +("crute" nil (k r uw1 t)) +("cruthirds" nil (k r ah1 th er0 d z)) +("crux" nil (k r ah1 k s)) +("cruz" nil (k r uw1 z)) +("cruzado" nil (k r uw1 z aa1 d ow0)) +("cruzados" nil (k r uw1 z aa1 d ow0 s)) +("cruzan" nil (k r uw1 z ax n)) +("cruze" nil (k r uw1 z)) +("cruzen" nil (k r uw1 z ax n)) +("cry" nil (k r ay1)) +("cryan" nil (k r ay1 ax n)) +("cryder" nil (k r ay1 d er0)) +("cryderman" nil (k r ay1 d er0 m ax n)) +("crye" nil (k r ay1)) +("cryer" nil (k r ay1 er0)) +("crying" nil (k r ay1 ih0 ng)) +("crymes" nil (k r ay1 m z)) +("cryolite" nil (k r ay1 ax l ay1 t)) +("crypt" nil (k r ih1 p t)) +("cryptic" nil (k r ih1 p t ih0 k)) +("crypto" nil (k r ih1 p t ow0)) +("cryptoclearance" nil (k r ih1 p t ow0 l ih1 r ax n s)) +("crypts" nil (k r ih1 p t s)) +("crysler" nil (k r ih1 s ax l er0)) +("crystal" nil (k r ih1 s t ax l)) +("crystalline" nil (k r ih1 s t ax l ay1 n)) +("crystallize" nil (k r ih1 s t ax l ay1 z)) +("crystallized" nil (k r ih1 s t ax l ay1 z d)) +("crystallizing" nil (k r ih1 s t ax l ay1 z ih0 ng)) +("crystallographer" nil (k r ih1 s t ax l aa1 g r ax f er0)) +("crystallography" nil (k r ih1 s t ax l aa1 g r ax f iy0)) +("crystals" nil (k r ih1 s t ax l z)) +("cryster" nil (k r ay1 s t er0)) +("crytzer" nil (k r ay1 t z er0)) +("csaszar" nil (k ax s aa1 sh er0)) +("cuadra" nil (k uw0 aa1 d r ax)) +("cuadrado" nil (k uw0 aa0 d r aa1 d ow0)) +("cuajone" nil (k y uw1 ax jh ow1 n)) +("cuauhtemoc" nil (k y uw0 aw1 t ax m aa0 k)) +("cub" nil (k ah1 b)) +("cuba" nil (k y uw1 b ax)) +("cuban" nil (k y uw1 b ax n)) +("cubans" nil (k y uw1 b ax n z)) +("cubbage" nil (k ah1 b ih0 jh)) +("cubbies" nil (k ah1 b iy0 z)) +("cubbison" nil (k ah1 b ih0 s ax n)) +("cubbyhole" nil (k ah1 b iy0 hh ow1 l)) +("cube" nil (k y uw1 b)) +("cubes" nil (k y uw1 b z)) +("cubic" nil (k y uw1 b ih0 k)) +("cubicle" nil (k y uw1 b ih0 k ax l)) +("cubicles" nil (k y uw1 b ih0 k ax l z)) +("cubism" nil (k y uw1 b ih0 z ax m)) +("cubist" nil (k y uw1 b ih0 s t)) +("cubit" nil (k y uw1 b ih0 t)) +("cubs" nil (k ah1 b z)) +("cuccaro" nil (k uw0 k aa1 r ow0)) +("cucchi" nil (k uw1 k iy0)) +("cucchiara" nil (k uw0 k iy0 aa1 r ax)) +("cucci" nil (k uw1 ch iy0)) +("cuccia" nil (k uw1 ch ax)) +("cuccio" nil (k uw1 ch iy0 ow0)) +("cuckoo" nil (k ah1 k uw1)) +("cuckoos" nil (k uw1 k uw0 z)) +("cucumber" nil (k y uw1 k ax m b er0)) +("cucumbers" nil (k y uw1 k ax m er0 z)) +("cudahy" nil (k ah1 d ax hh iy0)) +("cudd" nil (k ah1 d)) +("cuddeback" nil (k ah1 d b ae0 k)) +("cuddihy" nil (k ah1 d ih0 hh iy0)) +("cuddle" nil (k ah1 d ax l)) +("cuddled" nil (k ah1 d ax l d)) +("cuddling" nil (k ah1 d l ih0 ng)) +("cuddly" nil (k ah1 d l iy0)) +("cuddy" nil (k ah1 d iy0)) +("cude" nil (k y uw1 d)) +("cudgel" nil (k ah1 jh ax l)) +("cudgels" nil (k ah1 jh ax l z)) +("cudmore" nil (k ah1 d m ao0 r)) +("cudney" nil (k ah1 d n iy0)) +("cudworth" nil (k ah1 d w er1 th)) +("cue" nil (k y uw1)) +("cued" nil (k y uw1 d)) +("cuellar" nil (k y uw1 l er0)) +("cuello" nil (k uw0 eh1 l ow0)) +("cuenca" nil (k w eh1 n k ax)) +("cuero" nil (k w eh1 r ow0)) +("cuervo" nil (k uh1 r v ow0)) +("cues" nil (k y uw1 z)) +("cuesta" nil (k w eh1 s t ax)) +("cueto" nil (k w eh1 t ow0)) +("cueva" nil (k w eh1 v ax)) +("cuevas" nil (k w eh1 v aa0 z)) +("cuff" nil (k ah1 f)) +("cuffe" nil (k ah1 f)) +("cuffee" nil (k ah1 f iy1)) +("cuffs" nil (k ah1 f s)) +("cugini" nil (k uw0 jh iy1 n iy0)) +("cuhney" nil (k uw1 n iy0)) +("cuisinart" nil (k w iy1 s ih0 n er0 t)) +("cuisinarts" nil (k w iy1 z ax n aa1 r t s)) +("cuisine" nil (k w ih0 z iy1 n)) +("cuisines" nil (k w ih0 z iy1 n z)) +("culberson" nil (k ah1 l b er0 s ax n)) +("culbert" nil (k ah1 l b er0 t)) +("culbertson" nil (k ah1 l b er0 t s ax n)) +("culbreath" nil (k ah1 l b r eh1 th)) +("culbreth" nil (k ah1 l b r ih0 th)) +("culbro" nil (k ah1 l b r ow0)) +("culhane" nil (k ah1 l hh ey1 n)) +("culinary" nil (k y uw1 l ih0 n eh1 r iy0)) +("culinova" nil (k y uw1 l ih0 n ow1 v ax)) +("culkin" nil (k ah1 l k ih0 n)) +("cull" nil (k ah1 l)) +("cullan" nil (k ah1 l ax n)) +("culled" nil (k ah1 l d)) +("cullen" nil (k ah1 l ax n)) +("cullens" nil (k ah1 l ax n z)) +("culler" nil (k ah1 l er0)) +("cullers" nil (k ah1 l er0 z)) +("cullerton" nil (k ah1 l er0 t ax n)) +("culleton" nil (k uw1 l ih0 t aa0 n)) +("culley" nil (k ah1 l iy0)) +("cullifer" nil (k ah1 l ih0 f er0)) +("culligan" nil (k ah1 l ih0 g ax n)) +("cullimore" nil (k ah1 l iy0 m ao0 r)) +("cullin" nil (k ah1 l ih0 n)) +("cullinan" nil (k ah1 l ih0 n ax n)) +("cullinane" nil (k ah1 l ih0 n ey1 n)) +("cullinet" nil (k ah1 l ih0 n eh1 t)) +("culling" nil (k ah1 l ih0 ng)) +("cullins" nil (k ah1 l ih0 n z)) +("cullipher" nil (k ah1 l ih0 f er0)) +("cullison" nil (k ah1 l ih0 s ax n)) +("cullman" nil (k ah1 l m ax n)) +("cullom" nil (k ah1 l ax m)) +("cullop" nil (k ah1 l ax p)) +("cullum" nil (k ah1 l ax m)) +("cully" nil (k ah1 l iy0)) +("culmer" nil (k ah1 l m er0)) +("culminate" nil (k ah1 l m ih0 n ey1 t)) +("culminated" nil (k ah1 l m ax n ey1 t ax d)) +("culminates" nil (k ah1 l m ih0 n ey1 t s)) +("culminating" nil (k ah1 l m ax n ey1 t ih0 ng)) +("culmination" nil (k ah1 l m ax n ey1 sh ax n)) +("culp" nil (k ah1 l p)) +("culpa" nil (k ah1 l p ax)) +("culpability" nil (k ah1 l p ax b ih1 l ih0 t iy0)) +("culpable" nil (k ah1 l p ax b ax l)) +("culpepper" nil (k ah1 l p ih0 p er0)) +("culprit" nil (k ah1 l p r ih0 t)) +("culprits" nil (k ah1 l p r ih0 t s)) +("cult" nil (k ah1 l t)) +("cultic" nil (k ah1 l t ih0 k)) +("cultist" nil (k ah1 l t ax s t)) +("cultivate" nil (k ah1 l t ax v ey1 t)) +("cultivated" nil (k ah1 l t ax v ey1 t ax d)) +("cultivates" nil (k ah1 l t ih0 v ey1 t s)) +("cultivating" nil (k ah1 l t ih0 v ey1 t ih0 ng)) +("cultivation" nil (k ah1 l t ih0 v ey1 sh ax n)) +("culton" nil (k ah1 l t ax n)) +("cults" nil (k ah1 l t s)) +("cultural" nil (k ah1 l ch er0 ax l)) +("culturally" nil (k ah1 l ch er0 ax l iy0)) +("culture" nil (k ah1 l ch er0)) +("cultured" nil (k ah1 l ch er0 d)) +("cultures" nil (k ah1 l ch er0 z)) +("culturing" nil (k ah1 l ch er0 ih0 ng)) +("culvahouse" nil (k ah1 l v ax hh aw1 s)) +("culver" nil (k ah1 l v er0)) +("culverhouse" nil (k ah1 l v er0 hh aw1 s)) +("culwell" nil (k ah1 l w eh1 l)) +("cum" nil (k ah1 m)) +("cumbee" nil (k ah1 m b iy1)) +("cumber" nil (k ah1 m b er0)) +("cumberbatch" nil (k ah1 m b er0 b ae1 ch)) +("cumberland" nil (k ah1 m b er0 l ax n d)) +("cumberledge" nil (k ah1 m b er0 l eh1 jh)) +("cumbersome" nil (k ah1 m b er0 s ax m)) +("cumbie" nil (k ah1 m b iy0)) +("cumbo" nil (k ah1 m b ow0)) +("cumby" nil (k ah1 m b iy0)) +("cumings" nil (k uw1 m ih0 ng z)) +("cumming" nil (k ah1 m ih0 ng)) +("cummings" nil (k ah1 m ih0 ng z)) +("cummington" nil (k ah1 m ih0 ng t ax n)) +("cummins" nil (k ah1 m ih0 n z)) +("cummiskey" nil (k ah1 m ih0 s k iy0)) +("cumpston" nil (k ah1 m p s t ax n)) +("cumpton" nil (k ah1 m p t ax n)) +("cumulative" nil (k y uw1 m y ax l ax t ih0 v)) +("cumulatively" nil (k y uw1 m y ax l ax t ih0 v l iy0)) +("cunard" nil (k y uw1 n er0 d)) +("cundall" nil (k ah1 n d ax l)) +("cundari" nil (k uw0 n d aa1 r iy0)) +("cundiff" nil (k ah1 n d ih0 f)) +("cundill" nil (k ah1 n d ih0 l)) +("cundy" nil (k ah1 n d iy0)) +("cuneiform" nil (k y uw1 n iy0 ax f ao1 r m)) +("cuneo" nil (k y uw1 n iy0 ow0)) +("cunha" nil (k ah1 n hh ax)) +("cunliffe" nil (k ah1 n l ih0 f)) +("cunnane" nil (k ah1 n ax n)) +("cunneen" nil (k ax n iy1 n)) +("cunniff" nil (k ah1 n ih0 f)) +("cunning" nil (k ah1 n ih0 ng)) +("cunningham" nil (k ah1 n ih0 ng hh ae1 m)) +("cunnington" nil (k ah1 n ih0 ng t ax n)) +("cuny" nil (k y uw1 n iy0)) +("cuoco" nil (k w ow1 k ow0)) +("cuomo" nil (k w ow1 m ow0)) +("cuong" nil (k w ao1 ng)) +("cuozzo" nil (k w ow1 z ow0)) +("cup" nil (k ah1 p)) +("cupboard" nil (k ah1 b er0 d)) +("cupboards" nil (k ah1 b er0 d z)) +("cupcake" nil (k ah1 p k ey1 k)) +("cupcakes" nil (k ah1 p k ey1 k s)) +("cupertino" nil (k uw1 p er0 t iy1 n ow0)) +("cupid" nil (k y uw1 p ih0 d)) +("cupids" nil (k y uw1 p ih0 d z)) +("cupit" nil (k y uw1 p ih0 t)) +("cupo" nil (k y uw1 p ow0)) +("cupp" nil (k ah1 p)) +("cuppett" nil (k ah1 p ih0 t)) +("cupples" nil (k ah1 p ax l z)) +("cupps" nil (k ah1 p s)) +("cuppy" nil (k ah1 p iy0)) +("cups" nil (k ah1 p s)) +("curable" nil (k y uh1 r ax b ax l)) +("curacao" nil (k y uh1 r ax s aw1)) +("curate" nil (k y uh1 r ax t)) +("curative" nil (k y uh1 r ax t ih0 v)) +("curatolo" nil (k uh0 r aa0 t ow1 l ow0)) +("curator" nil (k y uh0 r ey1 t er0)) +("curatorial" nil (k y uh1 r ax t ao1 r iy0 ax l)) +("curators" nil (k y uh1 r ax t er0 z)) +("curb" nil (k er1 b)) +("curbed" nil (k er1 b d)) +("curbelo" nil (k uh0 r b eh1 l ow0)) +("curbing" nil (k er1 b ih0 ng)) +("curbow" nil (k er1 b ow0)) +("curbs" nil (k er1 b z)) +("curbside" nil (k er1 b s ay1 d)) +("curbstone" nil (k er1 b s t ow1 n)) +("curby" nil (k er1 b iy0)) +("curci" nil (k uh1 r ch iy0)) +("curcio" nil (k uh1 r ch iy0 ow0)) +("curcuru" nil (k uh0 r k uh1 r uw0)) +("curd" nil (k er1 d)) +("cure" nil (k y uh1 r)) +("cured" nil (k y uh1 r d)) +("cures" nil (k y uh1 r z)) +("cureton" nil (k y uh1 r t ax n)) +("curfew" nil (k er1 f y uw0)) +("curfews" nil (k er1 f y uw0 z)) +("curfman" nil (k er1 f m ax n)) +("curiale" nil (k uh0 r iy0 aa1 l iy0)) +("curie" nil (k y uh0 r iy1)) +("curiel" nil (k y uw1 r iy0 l)) +("curing" nil (k y uh1 r ih0 ng)) +("curington" nil (k y uh1 r ih0 ng t ax n)) +("curiosities" nil (k y uh1 r iy0 aa1 s ax t iy0 z)) +("curiosity" nil (k y uh1 r iy0 aa1 s ax t iy0)) +("curious" nil (k y uh1 r iy0 ax s)) +("curiously" nil (k y uh1 r iy0 ax s l iy0)) +("curl" nil (k er1 l)) +("curle" nil (k ao1 r ax l)) +("curled" nil (k er1 l d)) +("curlee" nil (k er1 l iy1)) +("curless" nil (k er1 l ax s)) +("curlett" nil (k er1 l ih0 t)) +("curley" nil (k er1 l iy0)) +("curlin" nil (k er1 l ih0 n)) +("curling" nil (k er1 l ih0 ng)) +("curls" nil (k er1 l z)) +("curly" nil (k er1 l iy0)) +("curmudgeon" nil (k er0 m ah1 jh ih0 n)) +("curnow" nil (k er1 n ow0)) +("curnutt" nil (k er1 n ax t)) +("curnutte" nil (k er0 n ah1 t)) +("curragh" nil (k ah1 r ax)) +("curran" nil (k er1 ax n)) +("curren" nil (k er1 ax n)) +("currence" nil (k er1 ax n s)) +("currencies" nil (k er1 ax n s iy0 z)) +("currency" nil (k er1 ax n s iy0)) +("currencywatch" nil (k er1 ax n s iy0 w aa1 ch)) +("currens" nil (k er1 ax n z)) +("current" nil (k er1 ax n t)) +("currently" nil (k er1 ax n t l iy0)) +("currents" nil (k er1 ax n t s)) +("curreri" nil (k uh0 r eh1 r iy0)) +("currey" nil (k er1 iy0)) +("curricula" nil (k er0 ih1 k y ax l ax)) +("curricular" nil (k er0 ih1 k y ax l er0)) +("curriculum" nil (k er0 ih1 k y ax l ax m)) +("curriculums" nil (k er0 ih1 k y ax l ax m z)) +("currie" nil (k er1 iy0)) +("curried" nil (k er1 iy0 d)) +("currier" nil (k er1 iy0 er0)) +("curries" nil (k er1 iy0 z)) +("currin" nil (k ao1 r ih0 n)) +("currington" nil (k er1 ih0 ng t ax n)) +("curro" nil (k uh1 r ow0)) +("curry" nil (k ah1 r iy0)) +("curse" nil (k er1 s)) +("cursed" nil (k er1 s t)) +("curses" nil (k er1 s ih0 z)) +("cursing" nil (k er1 s ih0 ng)) +("cursor" nil (k er1 s er0)) +("cursory" nil (k er1 s er0 iy0)) +("curt" nil (k er1 t)) +("curtail" nil (k er0 t ey1 l)) +("curtailed" nil (k er0 t ey1 l d)) +("curtailing" nil (k er0 t ey1 l ih0 ng)) +("curtailment" nil (k er0 t ey1 l m ax n t)) +("curtailments" nil (k er0 t ey1 l m ax n t s)) +("curtails" nil (k er0 t ey1 l z)) +("curtain" nil (k er1 t ax n)) +("curtains" nil (k er1 t ax n z)) +("curti" nil (k uh1 r t iy0)) +("curtice" nil (k uh1 r t ih0 s)) +("curtin" nil (k er1 t ih0 n)) +("curtis" nil (k er1 t ax s)) +("curtiss" nil (k er1 t ih0 s)) +("curtly" nil (k er1 t l iy0)) +("curtner" nil (k er1 t n er0)) +("curto" nil (k uh1 r t ow0)) +("curtright" nil (k er1 t r ay1 t)) +("curts" nil (k er1 t s)) +("curtsinger" nil (k er1 t s ih0 n jh er0)) +("curve" nil (k er1 v)) +("curved" nil (k er1 v d)) +("curves" nil (k er1 v z)) +("curvin" nil (k er1 v ih0 n)) +("curving" nil (k er1 v ih0 ng)) +("curvy" nil (k er1 v iy0)) +("curzio" nil (k er1 z iy0 ow0)) +("cusack" nil (k y uw1 z ax k)) +("cusano" nil (k uw0 s aa1 n ow0)) +("cush" nil (k ah1 sh)) +("cushey" nil (k uh1 sh iy0)) +("cushing" nil (k uh1 sh ih0 ng)) +("cushion" nil (k uh1 sh ax n)) +("cushioned" nil (k uh1 sh ax n d)) +("cushioning" nil (k uh1 sh ax n ih0 ng)) +("cushions" nil (k uh1 sh ax n z)) +("cushitic" nil (k ax sh ih1 t ih0 k)) +("cushman" nil (k uh1 sh m ax n)) +("cushy" nil (k uh1 sh iy0)) +("cusiana" nil (k y uw1 z iy0 ae1 n ax)) +("cusic" nil (k y uw1 z ih0 k)) +("cusick" nil (k y uw1 z ih0 k)) +("cusimano" nil (k uw0 s iy0 m aa1 n ow0)) +("cusip" nil (k ah1 s ih0 p)) +("cusk" nil (k ah1 s k)) +("cusmano" nil (k uw0 s m aa1 n ow0)) +("cuso" nil (k y uw1 s ow0)) +("cusp" nil (k ah1 s p)) +("cuss" nil (k ah1 s)) +("cusson" nil (k ah1 s ax n)) +("custard" nil (k ah1 s t er0 d)) +("custer" nil (k ah1 s t er0)) +("custis" nil (k ah1 s t ih0 s)) +("custodial" nil (k ax s t ow1 d iy0 ax l)) +("custodian" nil (k ax s t ow1 d iy0 ax n)) +("custodians" nil (k ax s t ow1 d iy0 ax n z)) +("custodio" nil (k uw0 s t ow1 d iy0 ow0)) +("custody" nil (k ah1 s t ax d iy0)) +("custom" nil (k ah1 s t ax m)) +("customarily" nil (k ah1 s t ax m eh1 r ax l iy0)) +("customary" nil (k ah1 s t ax m eh1 r iy0)) +("customer" nil (k ah1 s t ax m er0)) +("customers" nil (k ah1 s t ax m er0 z)) +("customize" nil (k ah1 s t ax m ay1 z)) +("customized" nil (k ah1 s t ax m ay1 z d)) +("customizing" nil (k ah1 s t ax m ay1 z ih0 ng)) +("customs" nil (k ah1 s t ax m z)) +("cusumano" nil (k uw0 s uw0 m aa1 n ow0)) +("cut" nil (k ah1 t)) +("cutaia" nil (k uw0 t aa1 y ax)) +("cutback" nil (k ah1 t b ae1 k)) +("cutbacks" nil (k ah1 t b ae1 k s)) +("cutbirth" nil (k ah1 t b er1 th)) +("cutchall" nil (k ah1 ch ax l)) +("cutcher" nil (k ah1 ch er0)) +("cutchin" nil (k ah1 ch ih0 n)) +("cutchins" nil (k ah1 ch ih0 n z)) +("cute" nil (k y uw1 t)) +("cuteness" nil (k y uw1 t n ax s)) +("cutesy" nil (k y uw1 t s iy0)) +("cuthbert" nil (k ah1 th b er0 t)) +("cuthbertson" nil (k ah1 th b er0 t s ax n)) +("cuthrell" nil (k ah1 th r ax l)) +("cuticle" nil (k y uw1 t ax k ax l)) +("cutillo" nil (k y uw1 t ih1 l ow0)) +("cutlass" nil (k ah1 t l ax s)) +("cutler" nil (k ah1 t l er0)) +("cutlery" nil (k ah1 t l er0 iy0)) +("cutlip" nil (k ah1 t l ih0 p)) +("cutoff" nil (k ah1 t ao1 f)) +("cutoffs" nil (k ah1 t ao1 f s)) +("cutout" nil (k ah1 t aw1 t)) +("cutouts" nil (k ah1 t aw1 t s)) +("cutrale" nil (k ah1 t r ey1 l)) +("cutrell" nil (k ah1 t r ax l)) +("cutrer" nil (k ah1 t r er0)) +("cutright" nil (k ah1 t r ay1 t)) +("cutrona" nil (k uw0 t r ow1 n ax)) +("cutrone" nil (k uw0 t r ow1 n iy0)) +("cuts" nil (k ah1 t s)) +("cutsforth" nil (k ah1 t s f ao1 r th)) +("cutshall" nil (k ah1 ch ax l)) +("cutshaw" nil (k ah1 ch ao1)) +("cutsinger" nil (k ah1 t s ih0 n jh er0)) +("cutter" nil (k ah1 t er0)) +("cutters" nil (k ah1 t er0 z)) +("cutthroat" nil (k ah1 t th r ow1 t)) +("cutting" nil (k ah1 t ih0 ng)) +("cuttings" nil (k ah1 t ih0 ng z)) +("cuttino" nil (k uw0 t iy1 n ow0)) +("cuttlefish" nil (k ah1 t ax l f ih1 sh)) +("cutts" nil (k ah1 t s)) +("cutty" nil (k ah1 t iy0)) +("cutugno" nil (k y uw0 t ah1 n y ow0)) +("cutworm" nil (k ah1 t w er1 m)) +("cutworms" nil (k ah1 t w er1 m z)) +("cuvelier" nil (k y uw1 v l iy0 er0)) +("cuyahoga" nil (k ay1 ax hh ow1 g ax)) +("cuyler" nil (k ay1 l er0)) +("cuzzort" nil (k ah1 z er0 t)) +("cwiertnia" nil (k w iy1 r t n iy0 ax)) +("cwik" nil (k w ih1 k)) +("cwikla" nil (k w ih1 k l ax)) +("cwiklinski" nil (k w ih0 k l ih1 n s k iy0)) +("cwynar" nil (k w ih1 n er0)) +("cxc" nil (s iy1 eh1 k s s iy1)) +("cy" nil (s ay1)) +("cyacq" nil (s ay1 ae0 k)) +("cyanamid" nil (s ay0 ae1 n ax m ih0 d)) +("cyanazine" nil (s ay1 ax n ax z iy1 n)) +("cyanide" nil (s ay1 ax n ay1 d)) +("cyanuric" nil (s ay0 ae1 n er0 ih0 k)) +("cyber" nil (s ay1 b er0)) +("cybercash" nil (s ay1 b er0 k ae1 sh)) +("cyberspace" nil (s ay1 b er0 s p ey1 s)) +("cybill" nil (s ay1 b ih1 l)) +("cybulski" nil (k ih0 b ah1 l s k iy0)) +("cycads" nil (s ay1 k ae0 d z)) +("cycare" nil (s ay1 k eh1 r)) +("cyclades" nil (s ih1 k l ax d iy1 z)) +("cycle" nil (s ay1 k ax l)) +("cycled" nil (s ay1 k ax l d)) +("cycles" nil (s ay1 k ax l z)) +("cyclical" nil (s ay1 k l ih0 k ax l)) +("cyclicality" nil (s ih1 k l ih0 k ae1 l ih0 t iy0)) +("cyclicals" nil (s ih1 k l ih0 k ax l z)) +("cycling" nil (s ay1 k ax l ih0 ng)) +("cyclist" nil (s ay1 k ax l ih0 s t)) +("cyclohexane" nil (s ay1 k l ax hh eh1 k s ey0 n)) +("cyclone" nil (s ih0 k l ow1 n)) +("cyclopean" nil (s ay1 k l ax p iy1 ax n)) +("cyclops" nil (s ay1 k l ao1 p s)) +("cyclosporine" nil (s ih0 k l ao1 s p er0 iy1 n)) +("cyclostomes" nil (s ay1 k l ax s t ow1 m z)) +("cycolor" nil (s ih1 k ax l er0)) +("cydonia" nil (s ih0 d ow1 n iy0 ax)) +("cydrome" nil (s ih0 d r ow1 m)) +("cygan" nil (s ay1 g ax n)) +("cygne" nil (s ih1 g n ax)) +("cygnus" nil (s ih1 g n ax s)) +("cyhexatin" nil (s ay0 hh eh1 k s ax t ih0 n)) +("cylinder" nil (s ih1 l ax n d er0)) +("cylinders" nil (s ih1 l ax n d er0 z)) +("cylindrical" nil (s ax l ih1 n d r ih0 k ax l)) +("cymbal" nil (s ih1 m b ax l)) +("cymbals" nil (s ih1 m b ax l z)) +("cymrot" nil (s ih1 m r ax t)) +("cynara" nil (k ih0 n aa1 r ax)) +("cyndi" nil (s ih1 n d iy0)) +("cynic" nil (s ih1 n ih0 k)) +("cynical" nil (s ih1 n ih0 k ax l)) +("cynically" nil (s ih1 n ih0 k ax l iy0)) +("cynicism" nil (s ih1 n ih0 s ih1 z ax m)) +("cynics" nil (s ih1 n ih0 k s)) +("cynric" nil (s ih1 n r ih0 k)) +("cynth" nil (s ih1 n th)) +("cynthia" nil (s ih1 n th iy0 ax)) +("cynthie" nil (s ih1 n th iy0)) +("cynwyd" nil (s ih1 n w ih0 d)) +("cypert" nil (s ay1 p er0 t)) +("cypher" nil (s ay1 f er0)) +("cyphers" nil (s ay1 f er0 z)) +("cyphert" nil (s ay1 f er0 t)) +("cypress" nil (s ay1 p r ax s)) +("cyprian" nil (s ih1 p r iy0 ax n)) +("cypriot" nil (s ih1 p r iy0 ax t)) +("cypriots" nil (s ih1 p r iy0 ax t s)) +("cypris" nil (s ay1 p r ih0 s)) +("cyprus" nil (s ay1 p r ax s)) +("cyr" nil (s ih1 r)) +("cyran" nil (k ih1 r ax n)) +("cyrano" nil (k iy0 r aa1 n ow0)) +("cyrena" nil (k ih0 r iy1 n ax)) +("cyril" nil (s ih1 r ax l)) +("cyrilla" nil (s ih0 r ih1 l ax)) +("cyrillic" nil (s er0 ih1 l ih0 k)) +("cyrix" nil (s ay1 r ih1 k s)) +("cyrus" nil (s ay1 r ax s)) +("cyst" nil (s ih1 s t)) +("cystic" nil (s ih1 s t ih0 k)) +("cysts" nil (s ih1 s t s)) +("cytherea" nil (s ih1 th er0 iy1 ax)) +("cytogen" nil (s ay1 t ow0 jh eh0 n)) +("cytology" nil (s ay0 t aa1 l ax jh iy0)) +("cytomegalovirus" nil (s ay1 t ax m eh1 g ax l ow0 v ay1 r ax s)) +("cytoplasm" nil (s ay1 t ax p l ae1 z ax m)) +("cytoplasmic" nil (s ay1 t ax p l ae1 z m ih0 k)) +("cytotech" nil (s ay1 t ow0 t eh1 k)) +("cytotechs" nil (s ay1 t ow0 t eh1 k s)) +("cywinski" nil (k ih0 v ih1 n s k iy0)) +("czaja" nil (ch ay1 ax)) +("czajka" nil (ch ay1 k ax)) +("czajkowski" nil (ch ay0 k ao1 f s k iy0)) +("czapla" nil (ch aa1 p l ax)) +("czaplewski" nil (ch ax p l eh1 f s k iy0)) +("czaplicki" nil (ch ax p l ih1 t s k iy0)) +("czar" nil (z aa1 r)) +("czarist" nil (z aa1 r ih0 s t)) +("czarnecki" nil (ch er0 n eh1 t s k iy0)) +("czarnik" nil (ch aa1 r n ih0 k)) +("czarny" nil (ch aa1 r n iy0)) +("czars" nil (z aa1 r z)) +("czech" nil (ch eh1 k)) +("czechoslovak" nil (ch eh1 k ax s l ow1 v aa0 k)) +("czechoslovakia" nil (ch eh1 k ax s l ow0 v aa1 k iy0 ax)) +("czechoslovakian" nil (ch eh1 ch ax s l ow0 v aa1 k iy0 ax n)) +("czechoslovaks" nil (ch eh1 k ax s l ow1 v aa0 k s)) +("czechowski" nil (ch ih0 hh ao1 f s k iy0)) +("czechs" nil (ch eh1 k s)) +("czekajewski" nil (ch eh1 k ax jh uw1 s k iy0)) +("czepiel" nil (ch eh1 p iy0 l)) +("czerniak" nil (ch er1 n iy0 ae0 k)) +("czerwinski" nil (ch er0 v ih1 n s k iy0)) +("czerwonka" nil (ch er0 v aa1 ng k ax)) +("czeslaw" nil (ch eh0 s l ao1)) +("czyz" nil (ch ih1 z)) +("czyzewski" nil (ch ih0 z eh1 f s k iy0)) +("d" nil (d iy1)) +("da" nil (d aa1)) +("daane" nil (d aa1 n)) +("dab" nil (d ae1 b)) +("dabah" nil (d ae1 b ax)) +("dabble" nil (d ae1 b ax l)) +("dabbled" nil (d ae1 b ax l d)) +("dabbles" nil (d ae1 b ax l z)) +("dabbling" nil (d ae1 b ax l ih0 ng)) +("dabbs" nil (d ae1 b z)) +("dabchick" nil (d ae1 b ch ih0 k)) +("dabhol" nil (d ae1 b ow0 l)) +("dabkowski" nil (d ax b k ao1 f s k iy0)) +("dabney" nil (d ae1 b n iy0)) +("dabrowski" nil (d ax b r ao1 f s k iy0)) +("dac" nil (d ae1 k)) +("dace" nil (d ey1 s)) +("dacey" nil (d ey1 s iy0)) +("dachshund" nil (d aa1 k s hh uh1 n d)) +("dachshunds" nil (d aa1 k s hh uh1 n t s)) +("dacia" nil (d ey1 sh iy0 ax)) +("dack" nil (d ae1 k)) +("dacosta" nil (d aa0 k ow1 s t ax)) +("dacquisto" nil (d ae1 k w ih0 s t ow0)) +("dacron" nil (d ae1 k r aa1 n)) +("dacruz" nil (d aa1 k r uw0 z)) +("dacs" nil (d ae1 k s)) +("dacunha" nil (d ax k ah1 n hh ax)) +("dacus" nil (d ae1 k ih0 s)) +("dacy" nil (d ey1 s iy0)) +("dad" nil (d ae1 d)) +("dada" nil (d aa1 d aa1)) +("dadamo" nil (d aa0 d aa1 m ow0)) +("daddario" nil (d aa0 d aa1 r iy0 ow0)) +("daddies" nil (d ae1 d iy0 z)) +("daddona" nil (d aa0 d ow1 n ax)) +("daddy" nil (d ae1 d iy0)) +("dade" nil (d ey1 d)) +("dadeland" nil (d ey1 d l ax n d)) +("dadfar" nil (d ae1 d f aa1 r)) +("dadisman" nil (d ae1 d ih0 s m ax n)) +("dado" nil (d ey1 d ow1)) +("dads" nil (d ae1 d z)) +("dady" nil (d ey1 d iy0)) +("dae" nil (d ey1)) +("daedalus" nil (d eh1 d ax l ax s)) +("daelim" nil (d ey1 l iy1 m)) +("daenzer" nil (d eh1 n z er0)) +("daewoo" nil (d ey1 w uw1)) +("daffern" nil (d ae1 f er0 n)) +("daffin" nil (d ae1 f ih0 n)) +("daffodil" nil (d ae1 f ax d ih1 l)) +("daffodils" nil (d ae1 f ax d ih1 l z)) +("daffron" nil (d ae1 f r ax n)) +("daffy" nil (d ae1 f iy0)) +("daffynition" nil (d ae1 f ih0 n ih1 sh ax n)) +("dafna" nil (d ae1 f n ax)) +("dafoe" nil (d ae1 f ow0)) +("dafsa" nil (d ae1 f s ax)) +("daft" nil (d ae1 f t)) +("dag" nil (d ae1 g)) +("dagan" nil (d ey1 g ax n)) +("dagata" nil (d aa0 g aa1 t ax)) +("dagen" nil (d ae1 g ax n)) +("dagenais" nil (d ae1 zh ih0 n ey0)) +("dagenham" nil (d ae1 g ax n hh ae1 m)) +("dagenhart" nil (d ae1 g ax n hh aa1 r t)) +("dager" nil (d ey1 g er0)) +("dagg" nil (d ae1 g)) +("dagger" nil (d ae1 g er0)) +("daggers" nil (d ae1 g er0 z)) +("daggett" nil (d ae1 g ih0 t)) +("daggs" nil (d ae1 g z)) +("daggy" nil (d ae1 g iy0)) +("dagle" nil (d ey1 g ax l)) +("dagley" nil (d ae1 g l iy0)) +("dagmar" nil (d ae1 g m aa1 r)) +("dagon" nil (d ey1 g ax n)) +("dagostino" nil (d aa0 g ow0 s t iy1 n ow0)) +("dague" nil (d aa1 g)) +("dagwood" nil (d ae1 g w uh1 d)) +("daher" nil (d aa1 er0)) +("dahill" nil (d aa1 hh ih0 l)) +("dahl" nil (d aa1 l)) +("dahlberg" nil (d aa1 l b er0 g)) +("dahle" nil (d aa1 ax l)) +("dahlem" nil (d aa1 l ih0 m)) +("dahlen" nil (d aa1 l ax n)) +("dahler" nil (d aa1 l er0)) +("dahlgren" nil (d ae1 l g r ih0 n)) +("dahlheimer" nil (d aa1 l hh ay1 m er0)) +("dahlia" nil (d ae1 l y ax)) +("dahlin" nil (d aa1 l ih0 n)) +("dahlke" nil (d aa1 l k)) +("dahlman" nil (d aa1 l m ax n)) +("dahlquist" nil (d aa1 l k w ih1 s t)) +("dahlstrom" nil (d aa1 l s t r ax m)) +("dahm" nil (d ae1 m)) +("dahman" nil (d aa1 m ax n)) +("dahmen" nil (d aa1 m eh0 n)) +("dahmer" nil (d aa1 m er0)) +("dahms" nil (d aa1 m z)) +("dahn" nil (d ae1 n)) +("dahnke" nil (d ae1 ng k)) +("dai" nil (d ay1)) +("daido" nil (d ey1 d ow0)) +("daidone" nil (d ey1 d ow1 n)) +("daiei" nil (d ay1 ey1)) +("daigle" nil (d ey1 g ax l)) +("daigler" nil (d ey1 g l er0)) +("daignault" nil (d eh0 g n ow1)) +("daigneault" nil (d eh0 g n ow1)) +("daigre" nil (d ey1 g er0)) +("daigrepont" nil (d ey1 g r ih0 p aa0 n t)) +("daihatsu" nil (d ay1 hh ae1 t s uw0)) +("daiichi" nil (d ay1 iy1 ch iy0)) +("daikin" nil (d ey1 k ih0 n)) +("dail" nil (d ey1 l)) +("daile" nil (d ey1 l)) +("dailey" nil (d ey1 l iy0)) +("dailies" nil (d ey1 l iy0 z)) +("daily" nil (d ey1 l iy0)) +("daimler" nil (d ey1 m l er0)) +("daimones" nil (d ey1 m ow1 n z)) +("dain" nil (d ey1 n)) +("daines" nil (d ey1 n z)) +("daini" nil (d ey1 n iy0)) +("dainippon" nil (d ey1 n ih0 p aa1 n)) +("dains" nil (d ey1 n z)) +("dainty" nil (d ey1 n t iy0)) +("dairies" nil (d eh1 r iy0 z)) +("dairy" nil (d eh1 r iy0)) +("dairying" nil (d eh1 r iy0 ih0 ng)) +("dairymen" nil (d ey1 r iy0 m ax n)) +("dais" nil (d ey1 z)) +("daise" nil (d ey1 z)) +("daisey" nil (d ey1 s iy0)) +("daishowa" nil (d ey1 sh aw1 ax)) +("daisies" nil (d ey1 z iy0 z)) +("daisy" nil (d ey1 z iy0)) +("daiwa" nil (d ey1 w ax)) +("dajun" nil (d ey1 jh ax n)) +("dakar" nil (d aa0 k aa1 r)) +("dake" nil (d ey1 k)) +("dakin" nil (d ey1 k ih0 n)) +("dakota" nil (d ax k ow1 t ax)) +("dakotans" nil (d ax k ow1 t ax n z)) +("dakotas" nil (d ax k ow1 t ax z)) +("dal" nil (d ae1 l)) +("dalafield" nil (d ae1 l ax f iy1 l d)) +("dalai" nil (d ae1 l ey1)) +("dalal" nil (d ey1 l ax l)) +("dalbar" nil (d ae1 l b aa0 r)) +("dalbec" nil (d ae1 l b ih0 k)) +("dalbert" nil (d ae1 l b er0 t)) +("dalbey" nil (d ae1 l b iy0)) +("dalby" nil (d ao1 l b iy0)) +("dale" nil (d ey1 l)) +("daleiden" nil (d ae1 l ay0 d ax n)) +("dalen" nil (d ae1 l ax n)) +("daleo" nil (d aa1 l iy0 ow0)) +("dales" nil (d ey1 l z)) +("dalesandro" nil (d aa0 l eh0 s aa1 n d r ow0)) +("dalesio" nil (d ax l iy1 s iy0 ow0)) +("dalessandro" nil (d aa0 l eh0 s aa1 n d r ow0)) +("dalessio" nil (d ax l eh1 s iy0 ow0)) +("daleth" nil (d aa1 l eh1 th)) +("daley" nil (d ey1 l iy0)) +("dalfen" nil (d ae1 l f ax n)) +("dalfonso" nil (d ae1 l f aa1 n s ow0)) +("dalfort" nil (d ao1 l f er0 t)) +("dalgety" nil (d ae1 l g eh1 t iy0)) +("dalgleish" nil (d ae1 l g ax l ih0 sh)) +("dalhouse" nil (d ao1 l hh aw1 s)) +("dali" nil (d aa1 l iy0)) +("dalia" nil (d aa1 l y ax)) +("dalian" nil (d ey1 l iy0 ax n)) +("dalila" nil (d ax l ay1 l ax)) +("dalis" nil (d ae1 l ih0 s)) +("dalke" nil (d ey1 l k)) +("dalkon" nil (d ae1 l k ax n)) +("dall" nil (d ao1 l)) +("dalla" nil (d ae1 l ax)) +("dallaire" nil (d aa1 l eh0 r)) +("dallara" nil (d ae1 l aa1 r ax)) +("dallas" nil (d ae1 l ax s)) +("dalley" nil (d ae1 l iy0)) +("dallhold" nil (d ao1 l hh ow1 l d)) +("dalliance" nil (d ae1 l iy0 ax n s)) +("dallman" nil (d ao1 l m ax n)) +("dallmann" nil (d ao1 l m ax n)) +("dally" nil (d ae1 l iy0)) +("dalman" nil (d ae1 l m ax n)) +("dalmatian" nil (d ae0 l m ey1 sh ax n)) +("dalmatians" nil (d ae0 l m ey1 sh ax n z)) +("dalmo" nil (d ao1 l m ow0)) +("dalo" nil (d aa1 l ow0)) +("daloia" nil (d aa0 l ow1 y ax)) +("daloisio" nil (d aa0 l oy1 s iy0 ow0)) +("dalonzo" nil (d ax l aa1 n z ow0)) +("dalpe" nil (d ey1 l p)) +("dalpiaz" nil (d aa0 l p iy1 aa0 z)) +("dalporto" nil (d aa0 l p ao1 r t ow0)) +("dalrymple" nil (d ae1 l r ih0 m p ax l)) +("dalto" nil (d aa1 l t ow0)) +("dalton" nil (d ao1 l t ax n)) +("daltons" nil (d ao1 l t ax n z)) +("daly" nil (d ey1 l iy0)) +("dalzell" nil (d ae1 l z ax l)) +("dalziel" nil (d ae1 l z iy1 l)) +("dam" nil (d ae1 m)) +("dama" nil (d aa1 m ax)) +("damage" nil (d ae1 m ax jh)) +("damaged" nil (d ae1 m ax jh d)) +("damages" nil (d ae1 m ax jh ax z)) +("damaging" nil (d ae1 m ih0 jh ih0 ng)) +("daman" nil (d ey1 m ax n)) +("damaris" nil (d ax m aa1 r ax s)) +("damas" nil (d aa1 m ax z)) +("damascus" nil (d ax m ae1 s k ax s)) +("damask" nil (d ae1 m ax s k)) +("damasks" nil (d ae1 m ax s k s)) +("damato" nil (d aa0 m aa1 t ow0)) +("dambach" nil (d ae1 m b aa1 k)) +("dambra" nil (d ae1 m b r ax)) +("dambrosia" nil (d aa0 m b r ow1 s iy0 ax)) +("dambrosio" nil (d ae1 m b r ow1 s iy0 ow0)) +("dame" nil (d ey1 m)) +("damelio" nil (d ax m iy1 l iy0 ow0)) +("dameron" nil (d aa0 m eh0 r ao1 n)) +("dames" nil (d ey1 m z)) +("damewood" nil (d ey1 m w uh1 d)) +("damgard" nil (d ae1 m g aa1 r d)) +("damian" nil (d ey1 m iy0 ax n)) +("damiani" nil (d aa0 m iy0 aa1 n iy0)) +("damiano" nil (d aa0 m iy0 aa1 n ow0)) +("damico" nil (d aa0 m iy1 k ow0)) +("damien" nil (d ey1 m iy0 ax n)) +("damietta" nil (d ae1 m iy0 eh1 t ax)) +("daminozide" nil (d ae1 m ih1 n ax z ay1 d)) +("damita" nil (d aa0 m iy1 t ax)) +("damitz" nil (d ae1 m ih0 t s)) +("damm" nil (d ae1 m)) +("dammam" nil (d ae1 m ax m)) +("damman" nil (d ae1 m ax n)) +("dammann" nil (d ae1 m ax n)) +("damme" nil (d ae1 m)) +("dammed" nil (d ae1 m d)) +("dammen" nil (d ae1 m ax n)) +("dammer" nil (d ae1 m er0)) +("dammerman" nil (d ae1 m er0 m ax n)) +("damn" nil (d ae1 m)) +("damnation" nil (d ae0 m n ey1 sh ax n)) +("damned" nil (d ae1 m d)) +("damning" nil (d ae1 m ih0 ng)) +("damocles" nil (d ae1 m ax k l iy1 z)) +("damon" nil (d ey1 m ax n)) +("damone" nil (d ax m ow1 n)) +("damons" nil (d ey1 m ax n z)) +("damoose" nil (d ax m uw1 s)) +("damore" nil (d ey1 m ao1 r)) +("damour" nil (d ax m uh1 r)) +("damp" nil (d ae1 m p)) +("damped" nil (d ae1 m p t)) +("dampen" nil (d ae1 m p ax n)) +("dampened" nil (d ae1 m p ax n d)) +("dampening" nil (d ae1 m p ax n ih0 ng)) +("damper" nil (d ae1 m p er0)) +("dampers" nil (d ae1 m p er0 z)) +("dampier" nil (d ae1 m p iy0 er0)) +("damping" nil (d ae1 m p ih0 ng)) +("damps" nil (d ae1 m p s)) +("damron" nil (d ae1 m r ax n)) +("damrow" nil (d ae1 m r ow1)) +("dams" nil (d ae1 m z)) +("damsel" nil (d ae1 m z ax l)) +("damson" nil (d ae1 m s ax n)) +("damuth" nil (d ae1 m uw0 th)) +("dan" nil (d ae1 n)) +("dana" nil (d ey1 n ax)) +("danaher" nil (d ae1 n ax hh er0)) +("danahy" nil (d ae1 n ax hh iy0)) +("danbury" nil (d ae1 n b er0 iy0)) +("danby" nil (d ae1 n b iy0)) +("danca" nil (d aa1 ng k ax)) +("dancanet" nil (d ae1 ng k ax n eh1 t)) +("dance" nil (d ae1 n s)) +("danced" nil (d ae1 n s t)) +("dancer" nil (d ae1 n s er0)) +("dancers" nil (d ae1 n s er0 z)) +("dances" nil (d ae1 n s ax z)) +("dancey" nil (d ae1 n s iy0)) +("dancing" nil (d ae1 n s ih0 ng)) +("dancsak" nil (d ae1 n k s ae0 k)) +("dancy" nil (d ae1 n s iy0)) +("dandelion" nil (d ae1 n d ax l ay1 ax n)) +("dandelions" nil (d ae1 n d ax l ay1 ax n z)) +("dandeneau" nil (d ae1 n d ih0 n ow0)) +("dando" nil (d ae1 n d ow0)) +("dandrea" nil (d ae1 n d r iy0 ax)) +("dandridge" nil (d ae1 n d r ih0 jh)) +("dandruff" nil (d ae1 n d r ax f)) +("dandurand" nil (d ae1 n d er0 ax n d)) +("dandy" nil (d ae1 n d iy0)) +("dandyism" nil (d ae1 n d iy0 ih1 z ax m)) +("dane" nil (d ey1 n)) +("danek" nil (d ae1 n ih0 k)) +("danella" nil (d ax n eh1 l ax)) +("danelle" nil (d ax n eh1 l)) +("danes" nil (d ey1 n z)) +("danese" nil (d aa0 n ey1 z iy0)) +("daney" nil (d ey1 n iy0)) +("danford" nil (d ae1 n f er0 d)) +("danforth" nil (d ae1 n f er0 th)) +("dang" nil (d ae1 ng)) +("dangel" nil (d ey1 ng g ax l)) +("dangelo" nil (d ae1 n jh ax l ow0)) +("danger" nil (d ey1 n jh er0)) +("dangerfield" nil (d ey1 n jh er0 f iy1 l d)) +("dangerous" nil (d ey1 n jh er0 ax s)) +("dangerously" nil (d ey1 n jh er0 ax s l iy0)) +("dangers" nil (d ey1 n jh er0 z)) +("dangle" nil (d ae1 ng g ax l)) +("dangled" nil (d ae1 ng g ax l d)) +("dangler" nil (d ae1 ng g ax l er0)) +("dangles" nil (d ae1 ng g ax l z)) +("dangling" nil (d ae1 ng g ax l ih0 ng)) +("dango" nil (d ae1 ng g ow0)) +("dani" nil (d aa1 n iy0)) +("danica" nil (d ae1 n ih0 k ax)) +("daniel" nil (d ae1 n y ax l)) +("daniela" nil (d aa0 n y eh1 l ax)) +("daniele" nil (d aa0 n y eh1 l ey0)) +("daniell" nil (d ae1 n iy0 l)) +("danielle" nil (d ae1 n iy0 eh1 l)) +("daniello" nil (d aa0 n iy0 eh1 l ow0)) +("daniels" nil (d ae1 n y ax l z)) +("danielsen" nil (d ae1 n iy0 l s ax n)) +("danielski" nil (d ax n iy1 l s k iy0)) +("danielson" nil (d ae1 n y ax l s ax n)) +("daniloff" nil (d ae1 n ax l ao0 f)) +("danis" nil (d aa1 n iy0 z)) +("danish" nil (d ey1 n ih0 sh)) +("danju" nil (d ae1 n jh uw0)) +("danjub" nil (d ae1 n jh uw0 b)) +("danjube" nil (d ae1 n jh uw0 b)) +("dank" nil (d ae1 ng k)) +("danker" nil (d ae1 ng k er0)) +("dankert" nil (d ae1 ng k er0 t)) +("dankner" nil (d ae1 ng k n er0)) +("danko" nil (d ae1 ng k ow0)) +("danks" nil (d ae1 ng k s)) +("danley" nil (d ae1 n l iy0)) +("danly" nil (d ae1 n l iy0)) +("dann" nil (d ae1 n)) +("danna" nil (d ae1 n ax)) +("dannelly" nil (d ae1 n ax l iy0)) +("dannels" nil (d ae1 n ax l z)) +("dannemeyer" nil (d ae1 n ax m ay1 r)) +("dannemiller" nil (d ae1 n ax m ih1 l er0)) +("dannen" nil (d ae1 n ax n)) +("dannenberg" nil (d ae1 n ax n b er0 g)) +("danner" nil (d ae1 n er0)) +("danners" nil (d ae1 n er0 z)) +("dannie" nil (d ae1 n iy0)) +("dannunzio" nil (d aa0 n uw1 n z iy0 ow0)) +("danny" nil (d ae1 n iy0)) +("dano" nil (d aa1 n ow0)) +("danos" nil (d ey1 n ow0 z)) +("danowski" nil (d ax n ao1 f s k iy0)) +("dansby" nil (d ae1 n s b iy0)) +("danser" nil (d ae1 n s er0)) +("dansereau" nil (d ae1 n s er0 ow1)) +("dansforth" nil (d ae1 n s f ao1 r th)) +("dansie" nil (d ae1 n s iy0)) +("danske" nil (d ae1 n s k)) +("danskin" nil (d ae1 n s k ih0 n)) +("dansky" nil (d ae1 n s k iy0)) +("danson" nil (d ae1 n s ax n)) +("dant" nil (d ae1 n t)) +("dante" nil (d aa1 n t ey0)) +("dantin" nil (d ae1 n t ih0 n)) +("danton" nil (d ae1 n t ax n)) +("dantoni" nil (d aa0 n t ow1 n iy0)) +("dantonio" nil (d ae1 n t ow1 n iy0 ow0)) +("dantuono" nil (d aa0 n t w ow1 n ow0)) +("dantzler" nil (d ae1 n t s l er0)) +("danube" nil (d ae1 n y uw0 b)) +("danvers" nil (d ae1 n v er0 z)) +("danville" nil (d ae1 n v ih1 l)) +("danylyszyn" nil (d ae1 n ih0 l iy1 z ih0 n)) +("danz" nil (d ae1 n z)) +("danza" nil (d ae1 n z ax)) +("danzer" nil (d ae1 n z er0)) +("danzig" nil (d ae1 n z ih0 g)) +("danziger" nil (d ae1 n z ih0 g er0)) +("danzy" nil (d ae1 n z iy0)) +("dao" nil (d aw1)) +("daoud" nil (d aw1 d)) +("daoust" nil (d aw1 s t)) +("daphne" nil (d ae1 f n iy0)) +("daphnis" nil (d ae1 f n ax s)) +("dapice" nil (d aa1 p ih0 s)) +("dapolito" nil (d aa0 p ow0 l iy1 t ow0)) +("daponte" nil (d aa0 p ow1 n t ey0)) +("dapozzo" nil (d ax p aa1 z ow1)) +("dapp" nil (d ae1 p)) +("dapper" nil (d ae1 p er0)) +("dapuzzo" nil (d ax p ah1 z ow0)) +("daquila" nil (d aa0 k w iy1 l ax)) +("dar" nil (d aa1 r)) +("dara" nil (d ae1 r ax)) +("darak" nil (d eh1 r ae0 k)) +("darblay" nil (d aa1 r b l ey0)) +("darbonne" nil (d aa1 r b ax n)) +("darby" nil (d aa1 r b iy0)) +("darbyshire" nil (d aa1 r b ih0 sh ay1 r)) +("darcangelo" nil (d aa0 r k aa0 ng g eh1 l ow0)) +("darcey" nil (d aa1 r s iy0)) +("darcie" nil (d aa1 r k iy0)) +("darco" nil (d aa1 r k ow0)) +("darcy" nil (d aa1 r s iy0)) +("dardar" nil (d aa0 r d aa1 r)) +("darden" nil (d aa1 r d ax n)) +("dardis" nil (d aa1 r d ih0 s)) +("dare" nil (d eh1 r)) +("dared" nil (d eh1 r d)) +("daredevil" nil (d eh1 r d eh1 v ax l)) +("daremblum" nil (d eh1 r ax m b l uw1 m)) +("darensbourg" nil (d ae1 r ih0 n s b er0 g)) +("dares" nil (d eh1 r z)) +("darga" nil (d aa1 r g ax)) +("dargan" nil (d aa1 r g ax n)) +("dargis" nil (d aa1 r g ih0 s)) +("daria" nil (d aa1 r iy0 ax)) +("darice" nil (d aa1 r ih0 s)) +("darien" nil (d eh1 r iy0 ax n)) +("darienzo" nil (d aa0 r iy1 n z ow0)) +("darin" nil (d ae1 r ih0 n)) +("daring" nil (d eh1 r ih0 ng)) +("dario" nil (d eh1 r iy0 ow1)) +("darity" nil (d ae1 r ih0 t iy0)) +("darius" nil (d er0 ay1 ax s)) +("darjeeling" nil (d aa1 r jh iy1 l ih0 ng)) +("dark" nil (d aa1 r k)) +("darke" nil (d aa1 r k)) +("darken" nil (d aa1 r k ax n)) +("darkened" nil (d aa1 r k ax n d)) +("darkening" nil (d aa1 r k ax n ih0 ng)) +("darker" nil (d aa1 r k er0)) +("darkest" nil (d aa1 r k ax s t)) +("darkie" nil (d aa1 r k iy0)) +("darkly" nil (d aa1 r k l iy0)) +("darkness" nil (d aa1 r k n ax s)) +("darkroom" nil (d aa1 r k r uw1 m)) +("darland" nil (d aa1 r l ax n d)) +("darlene" nil (d aa1 r l iy1 n)) +("darley" nil (d aa1 r l iy0)) +("darlin" nil (d aa1 r l ih0 n)) +("darline" nil (d aa1 r l ay1 n)) +("darling" nil (d aa1 r l ih0 ng)) +("darlings" nil (d aa1 r l ih0 ng z)) +("darlington" nil (d aa1 r l ih0 ng t ax n)) +("darman" nil (d aa1 r m ax n)) +("darmstadt" nil (d aa1 r m s t ae1 t)) +("darn" nil (d aa1 r n)) +("darnall" nil (d aa1 r n ax l)) +("darned" nil (d aa1 r n d)) +("darnel" nil (d aa1 r n ax l)) +("darnell" nil (d aa0 r n eh1 l)) +("darner" nil (d aa1 r n er0)) +("darnold" nil (d aa1 r n ow1 l d)) +("darns" nil (d aa1 r n z)) +("darocha" nil (d aa0 r ow1 k ax)) +("darosa" nil (d aa0 r ow1 s ax)) +("darpino" nil (d aa0 r p iy1 n ow0)) +("darr" nil (d eh1 r)) +("darragh" nil (d eh1 r ax)) +("darrah" nil (d ae1 r ax)) +("darrell" nil (d eh1 r ax l)) +("darrelle" nil (d er0 eh1 l)) +("darren" nil (d aa1 r ax n)) +("darrick" nil (d ae1 r ih0 k)) +("darrigo" nil (d aa1 r iy1 g ow0)) +("darrington" nil (d ae1 r ih0 ng t ax n)) +("darroch" nil (d ae1 r ax k)) +("darrough" nil (d ae1 r aw0)) +("darrow" nil (d eh1 r ow0)) +("darryl" nil (d eh1 r ax l)) +("darsey" nil (d aa1 r s iy0)) +("darst" nil (d aa1 r s t)) +("darsy" nil (d aa1 r s iy0)) +("dart" nil (d aa1 r t)) +("dartboard" nil (d aa1 r t b ao1 r d)) +("darted" nil (d aa1 r t ih0 d)) +("darter" nil (d aa1 r t er0)) +("dartez" nil (d aa0 r t eh1 z)) +("darth" nil (d aa1 r th)) +("darting" nil (d aa1 r t ih0 ng)) +("dartmouth" nil (d aa1 r t m ax th)) +("darton" nil (d aa1 r t ax n)) +("darts" nil (d aa1 r t s)) +("dartt" nil (d aa1 r t)) +("darty" nil (d aa1 r t iy0)) +("darville" nil (d aa1 r v ih1 l)) +("darwin" nil (d aa1 r w ih0 n)) +("darwinian" nil (d aa1 r w ih1 n iy0 ax n)) +("darwinism" nil (d aa1 r w ih0 n ih1 z ax m)) +("darwish" nil (d aa1 r w ih0 sh)) +("daryl" nil (d eh1 r ax l)) +("das" nil (d ae1 s)) +("dasa" nil (d aa1 s ax)) +("dasaro" nil (d aa0 s aa1 r ow0)) +("dasburg" nil (d ae1 s b er0 g)) +("dascenzo" nil (d aa0 s ch eh1 n z ow0)) +("dasch" nil (d ae1 sh)) +("daschle" nil (d ae1 sh l iy0)) +("dascoli" nil (d aa0 s k ow1 l iy0)) +("dase" nil (d ey1 z)) +("daseke" nil (d ey1 s ax k iy0)) +("dash" nil (d ae1 sh)) +("dashboard" nil (d ae1 sh b ao1 r d)) +("dashboards" nil (d ae1 sh b ao1 r d z)) +("dashed" nil (d ae1 sh t)) +("dasher" nil (d ae1 sh er0)) +("dashes" nil (d ae1 sh ih0 z)) +("dashiell" nil (d ae1 sh iy0 l)) +("dashing" nil (d ae1 sh ih0 ng)) +("dashnaw" nil (d ae1 sh n ao0)) +("dashner" nil (d ae1 sh n er0)) +("dashwood" nil (d ae1 sh w uh1 d)) +("dasilva" nil (d ax s ih1 l v ax)) +("daspin" nil (d ae1 s p ih0 n)) +("daspit" nil (d ae1 s p ih0 t)) +("dass" nil (d ae1 s)) +("dassault" nil (d ae1 s ao0 l t)) +("dassler" nil (d ae1 s l er0)) +("dassow" nil (d ae1 s ow0)) +("dastardly" nil (d ae1 s t er0 d l iy0)) +("dat" nil (d ae1 t)) +("data" nil (d ey1 t ax)) +("database" nil (d ey1 t ax b ey1 s)) +("databases" nil (d ey1 t ax b ey1 s ih0 z)) +("datacard" nil (d ey1 t ax k aa1 r d)) +("datacomm" nil (d ey1 t ax k aa1 m)) +("datacomp" nil (d ey1 t ax k aa1 m p)) +("datacopy" nil (d ey1 t ax k aa1 p iy0)) +("datagraphix" nil (d ey1 t ax g r ae1 f ih0 k s)) +("datametrics" nil (d ey1 t ax m eh1 t r ih0 k s)) +("datapoint" nil (d ey1 t ax p oy1 n t)) +("datapower" nil (d ey1 t ax p aw1 r)) +("dataproducts" nil (d ey1 t ax p r aa1 d ax k t s)) +("dataquest" nil (d ey1 t ax k w eh1 s t)) +("dataram" nil (d ey1 t er0 ae1 m)) +("datarex" nil (d ey1 t er0 eh1 k s)) +("datas" nil (d ey1 t ax z)) +("date" nil (d ey1 t)) +("dated" nil (d ey1 t ih0 d)) +("datek" nil (d ae1 t eh0 k)) +("dateline" nil (d ey1 t l ay1 n)) +("datelines" nil (d ey1 t l ay1 n z)) +("dates" nil (d ey1 t s)) +("datext" nil (d ae1 t eh1 k s t)) +("dating" nil (d ey1 t ih0 ng)) +("dato" nil (d aa1 t ow0)) +("datron" nil (d ae1 t r ax n)) +("dats" nil (d ae1 t s)) +("datsun" nil (d ae1 t s ax n)) +("dattilio" nil (d aa0 t iy1 l iy0 ow0)) +("dattilo" nil (d aa0 t iy1 l ow0)) +("datuk" nil (d aa1 t uw1 k)) +("datum" nil (d ae1 t ax m)) +("datura" nil (d ax t uh1 r ax)) +("datz" nil (d ae1 t s)) +("dau" nil (d ow1)) +("daub" nil (d ao1 b)) +("daube" nil (d ao1 b)) +("daubed" nil (d ao1 b d)) +("daubenspeck" nil (d aw1 b ih0 n s p ih0 k)) +("dauber" nil (d aw1 b er0)) +("daubert" nil (d aw1 b er0 t)) +("dauch" nil (d aw1 ch)) +("daudelin" nil (d ow1 d ih0 l ae0 n)) +("dauenhauer" nil (d aw1 ax n hh aw0 er0)) +("dauer" nil (d aw1 er0)) +("daughdrill" nil (d ao1 d r ih0 l)) +("daughenbaugh" nil (d ao0 eh1 n b ao0)) +("daugherty" nil (d aa1 k er0 t iy0)) +("daughety" nil (d ao1 ih0 t iy0)) +("daughney" nil (d ao1 n iy0)) +("daughter" nil (d ao1 t er0)) +("daughters" nil (d ao1 t er0 z)) +("daughtery" nil (d ao1 t er0 iy0)) +("daughton" nil (d ao1 t ax n)) +("daughtrey" nil (d ao1 t r iy0)) +("daughtridge" nil (d ao1 t r ih0 jh)) +("daughtry" nil (d ao1 t r iy0)) +("daul" nil (d ao1 l)) +("dault" nil (d ao1 l t)) +("daulton" nil (d ao1 l t ax n)) +("daum" nil (d ao1 m)) +("daun" nil (d ao1 n)) +("daunted" nil (d ao1 n t ih0 d)) +("daunting" nil (d ao1 n t ih0 ng)) +("dauphin" nil (d aw1 f ih0 n)) +("dauphinais" nil (d ow1 f ih0 n ey0)) +("dauphinee" nil (d ao0 f ih0 n iy1)) +("dauria" nil (d ao1 r iy0 ax)) +("daus" nil (d ao1 z)) +("dauster" nil (d aw1 s t er0)) +("dauterive" nil (d ow1 t er0 ih0 v)) +("dauzat" nil (d aw1 z ax t)) +("davalos" nil (d aa0 v aa1 l ow0 z)) +("davanzo" nil (d ax v ae1 n z ow0)) +("davao" nil (d ax v ow1)) +("davault" nil (d ax v ow1)) +("davco" nil (d ae1 v k ow0)) +("dave" nil (d ey1 v)) +("davee" nil (d ae1 v iy0)) +("davenport" nil (d ae1 v ax n p ao1 r t)) +("davern" nil (d ae1 v er0 n)) +("daversa" nil (d aa0 v eh1 r s ax)) +("daves" nil (d ey1 v z)) +("davey" nil (d ey1 v iy0)) +("davi" nil (d aa1 v iy0)) +("davia" nil (d aa1 v iy0 ax)) +("david" nil (d ey1 v ih0 d)) +("davida" nil (d aa0 v iy1 d ax)) +("davide" nil (d ah1 v iy1 d ey1)) +("davidge" nil (d ae1 v ih0 jh)) +("davidian" nil (d ax v ih1 d iy0 ax n)) +("davidians" nil (d ax v ih1 d iy0 ax n z)) +("davidoff" nil (d ey1 v ih0 d ao0 f)) +("davidow" nil (d ae1 v ih0 d ow0)) +("davids" nil (d ey1 v ih0 d z)) +("davidson" nil (d ey1 v ih0 d s ax n)) +("davie" nil (d ey1 v iy0)) +("davies" nil (d ey1 v iy0 z)) +("davignon" nil (d aa0 v iy0 g n ao1 n)) +("davila" nil (d ax v ih1 l ax)) +("davilla" nil (d ax v ih1 l ax)) +("davin" nil (d ae1 v ih0 n)) +("davina" nil (d aa0 v iy1 n ax)) +("davino" nil (d aa0 v iy1 n ow0)) +("davis" nil (d ey1 v ax s)) +("davison" nil (d ey1 v ih0 s ax n)) +("davisson" nil (d ae1 v ih0 s ax n)) +("davitt" nil (d ax v ih1 t)) +("davlin" nil (d ae1 v l ih0 n)) +("davoli" nil (d aa0 v ow1 l iy0)) +("davos" nil (d aa1 v ow0 s)) +("davox" nil (d ae1 v aa0 k s)) +("davy" nil (d ey1 v iy0)) +("davydov" nil (d ey1 v ih0 d ao1 v)) +("daw" nil (d ao1)) +("dawdle" nil (d ao1 d ax l)) +("dawdling" nil (d ao1 d l ih0 ng)) +("dawdy" nil (d ao1 d iy0)) +("dawe" nil (d ao1)) +("dawes" nil (d ao1 z)) +("dawit" nil (d ae1 w ih0 t)) +("dawkins" nil (d ao1 k ih0 n z)) +("dawley" nil (d ao1 l iy0)) +("dawn" nil (d ao1 n)) +("dawned" nil (d ao1 n d)) +("dawning" nil (d ao1 n ih0 ng)) +("dawns" nil (d ao1 n z)) +("daws" nil (d ao1 z)) +("dawsey" nil (d ao1 s iy0)) +("dawson" nil (d ao1 s ax n)) +("dax" nil (d ae1 k s)) +("daxor" nil (d ae1 k s er0)) +("day" nil (d ey1)) +("daya" nil (d ay1 ax)) +("dayan" nil (d ey1 ax n)) +("daybreak" nil (d ey1 b r ey1 k)) +("daycare" nil (d ey1 k eh1 r)) +("dayco" nil (d ey1 k ow0)) +("daydream" nil (d ey1 d r iy1 m)) +("daydreamed" nil (d ey1 d r iy1 m d)) +("daye" nil (d ey1)) +("dayhoff" nil (d ey1 hh ao0 f)) +("dayhuff" nil (d ey1 hh ah1 f)) +("dayle" nil (d ey1 l)) +("dayley" nil (d ey1 l iy0)) +("daylight" nil (d ey1 l ay1 t)) +("daylights" nil (d ey1 l ay1 t s)) +("daylong" nil (d ey1 l ao1 ng)) +("daynard" nil (d ey1 n er0 d)) +("dayne" nil (d ey1 n)) +("days" nil (d ey1 z)) +("daytime" nil (d ey1 t ay1 m)) +("daytimes" nil (d ey1 t ay1 m z)) +("dayton" nil (d ey1 t ax n)) +("daytona" nil (d ey0 t ow1 n ax)) +("daytop" nil (d ey1 t aa1 p)) +("daywalt" nil (d ey1 w ax l t)) +("daze" nil (d ey1 z)) +("dazed" nil (d ey1 z d)) +("dazey" nil (d ey1 z iy0)) +("dazs" nil (d aa1 s)) +("dazzle" nil (d ae1 z ax l)) +("dazzled" nil (d ae1 z ax l d)) +("dazzling" nil (d ae1 z ax l ih0 ng)) +("dazzo" nil (d ae1 z ow0)) +("dbase" nil (d iy1 b ey1 s)) +("ddt" nil (d iy1 d iy1 t iy1)) +("de" nil (d iy1)) +("dea" nil (d iy1)) +("deacon" nil (d iy1 k ax n)) +("deaconess" nil (d iy1 k ax n ax s)) +("deacons" nil (d iy1 k ax n z)) +("deactivated" nil (d iy1 ae1 k t ih0 v ey1 t ih0 d)) +("dead" nil (d eh1 d)) +("deadbeat" nil (d eh1 d b iy1 t)) +("deadbeats" nil (d eh1 d b iy1 t s)) +("deadening" nil (d eh1 d ax n ih0 ng)) +("deader" nil (d eh1 d er0)) +("deadliest" nil (d eh1 d l iy0 ax s t)) +("deadline" nil (d eh1 d l ay1 n)) +("deadlines" nil (d eh1 d l ay1 n z)) +("deadliness" nil (d eh1 d l iy0 n ax s)) +("deadlock" nil (d eh1 d l aa1 k)) +("deadlocked" nil (d eh1 d l aa1 k t)) +("deadlocks" nil (d eh1 d l aa1 k s)) +("deadly" nil (d eh1 d l iy0)) +("deadpan" nil (d eh1 d p ae1 n)) +("deadweight" nil (d eh1 d w ey1 t)) +("deadwood" nil (d eh1 d w uh1 d)) +("deadwyler" nil (d eh1 d w ay1 l er0)) +("deady" nil (d eh1 d iy0)) +("deaf" nil (d eh1 f)) +("deafening" nil (d eh1 f ax n ih0 ng)) +("deafness" nil (d eh1 f n ax s)) +("deahl" nil (d iy1 l)) +("deak" nil (d iy1 k)) +("deakin" nil (d iy1 k ih0 n)) +("deakins" nil (d iy1 k ih0 n z)) +("deal" nil (d iy1 l)) +("dealba" nil (d iy1 ae1 l b ax)) +("dealer" nil (d iy1 l er0)) +("dealerline" nil (d iy1 l er0 l ay1 n)) +("dealers" nil (d iy1 l er0 z)) +("dealership" nil (d iy1 l er0 sh ih1 p)) +("dealerships" nil (d iy1 l er0 sh ih1 p s)) +("dealey" nil (d iy1 l iy0)) +("dealfish" nil (d iy1 l f ih1 sh)) +("dealing" nil (d iy1 l ih0 ng)) +("dealings" nil (d iy1 l ih0 ng z)) +("dealmaker" nil (d iy1 l m ey1 k er0)) +("dealmakers" nil (d iy1 l m ey1 k er0 z)) +("dealmaking" nil (d iy1 l m ey1 k ih0 ng)) +("dealmeida" nil (d ax l m iy1 d ax)) +("deals" nil (d iy1 l z)) +("dealt" nil (d eh1 l t)) +("dealy" nil (d iy1 l iy0)) +("deam" nil (d iy1 m)) +("deamer" nil (d iy1 m er0)) +("dean" nil (d iy1 n)) +("deana" nil (d iy1 ae1 n ax)) +("deanda" nil (d iy1 ae1 n d ax)) +("deandrade" nil (d ax n d r aa1 d iy0)) +("deandrea" nil (d ae1 d r iy0 ax)) +("deane" nil (d iy1 n)) +("deaner" nil (d iy1 n er0)) +("deangelis" nil (d iy0 ae1 n jh ax l ax s)) +("deangelo" nil (d ax ng g eh1 l ow0)) +("deanna" nil (d iy1 ae1 n ax)) +("deans" nil (d iy1 n z)) +("dear" nil (d ih1 r)) +("dearborn" nil (d ih1 r b ao1 r n)) +("dearden" nil (d ih1 r d ax n)) +("deardorff" nil (d ih1 r d ao1 r f)) +("deardourff" nil (d ih1 r d ao1 r f)) +("dearest" nil (d ih1 r ax s t)) +("dearing" nil (d ih1 r ih0 ng)) +("dearinger" nil (d ih1 r ih0 ng er0)) +("dearly" nil (d ih1 r l iy0)) +("dearman" nil (d ih1 r m ax n)) +("dearmas" nil (d er1 m ax z)) +("dearment" nil (d ih1 r m ax n t)) +("dearmon" nil (d er1 m ax n)) +("dearmond" nil (d er1 m ax n d)) +("dearth" nil (d er1 th)) +("deary" nil (d ih1 r iy0)) +("deas" nil (d iy1 z)) +("dease" nil (d iy1 s)) +("deason" nil (d iy1 z ax n)) +("deasy" nil (d iy1 s iy0)) +("deater" nil (d iy1 t er0)) +("death" nil (d eh1 th)) +("deathbed" nil (d eh1 th b eh1 d)) +("deatherage" nil (d eh1 th er0 ih0 jh)) +("deathly" nil (d eh1 th l iy0)) +("deaths" nil (d eh1 th s)) +("deathwatch" nil (d eh1 th w aa1 ch)) +("deatley" nil (d iy1 t l iy0)) +("deaton" nil (d iy1 t ax n)) +("deatrick" nil (d iy1 t r ih0 k)) +("deats" nil (d iy1 t s)) +("deaver" nil (d iy1 v er0)) +("deavers" nil (d iy1 v er0 z)) +("deavila" nil (d ax v iy1 l ax)) +("deb" nil (d eh1 b)) +("debacker" nil (d iy1 b ae0 k er0)) +("debacle" nil (d ax b aa1 k ax l)) +("debacles" nil (d ey0 b aa1 k ax l z)) +("debakey" nil (d ih0 b ey1 k iy0)) +("debarment" nil (d ih0 b aa1 r m ax n t)) +("debarr" nil (d ih0 b ae1 r)) +("debarros" nil (d ey0 b aa1 r ow0 z)) +("debartolo" nil (d ih0 b aa0 r t ow1 l ow0)) +("debartolos" nil (d ax b aa1 r t ax l ow0 z)) +("debase" nil (d ax b ey1 s)) +("debased" nil (d ax b ey1 s t)) +("debasement" nil (d ax b ey1 s m ax n t)) +("debasing" nil (d ih0 b ey1 s ih0 ng)) +("debatable" nil (d ax b ey1 t ax b ax l)) +("debate" nil (d ax b ey1 t)) +("debated" nil (d ax b ey1 t ih0 d)) +("debater" nil (d ax b ey1 t er0)) +("debates" nil (d ax b ey1 t s)) +("debating" nil (d ax b ey1 t ih0 ng)) +("debauche" nil (d eh1 b aw0 k)) +("debauchery" nil (d ax b ao1 ch er0 iy0)) +("debaun" nil (d eh1 b aw0 n)) +("debbie" nil (d eh1 b iy0)) +("debby" nil (d eh1 b iy0)) +("debeer" nil (d eh1 b ih0 r)) +("debeers" nil (d ih0 b ih1 r z)) +("debelak" nil (d eh1 b ih0 l ax k)) +("debell" nil (d iy1 b eh0 l)) +("debella" nil (d ih0 b eh1 l ax)) +("debellis" nil (d eh1 b ih0 l ih0 s)) +("debello" nil (d ih0 b eh1 l ow0)) +("debenedetto" nil (d ih0 b ih0 n ax d eh1 t ow0)) +("debenedictis" nil (d eh1 b ih0 n ax d ih0 k t ih0 s)) +("debenture" nil (d ax b eh1 n ch er0)) +("debentures" nil (d ax b eh1 n ch er0 z)) +("debernardi" nil (d ih0 b er0 n aa1 r d iy0)) +("deberry" nil (d iy1 b eh0 r iy0)) +("debes" nil (d iy1 b z)) +("debevoise" nil (d eh1 b eh0 v w aa1 z)) +("debi" nil (d eh1 b iy0)) +("debiase" nil (d ih0 b iy0 aa1 s iy0)) +("debilitated" nil (d ax b ih1 l ax t ey1 t ih0 d)) +("debilitating" nil (d ax b ih1 l ax t ey1 t ih0 ng)) +("debility" nil (d ax b ih1 l ax t iy0)) +("debit" nil (d eh1 b ih0 t)) +("deblanc" nil (d ih0 b l ae1 ng k)) +("deblasio" nil (d ih0 b l aa1 s iy0 ow0)) +("deblock" nil (d eh1 b l ax k)) +("deblois" nil (d eh1 b l uw1)) +("debnam" nil (d eh1 b n ax m)) +("debo" nil (d iy1 b ow0)) +("deboard" nil (d iy1 b ao0 r d)) +("deboe" nil (d ih0 b ow1)) +("deboer" nil (d iy1 b ow0 er0)) +("debold" nil (d eh1 b ow0 l d)) +("debolt" nil (d eh1 b ow0 l t)) +("debona" nil (d ih0 b ow1 n ax)) +("debonair" nil (d eh1 b ax n eh1 r)) +("debonis" nil (d eh1 b ax n ih0 s)) +("debono" nil (d ih0 b ow1 n ow0)) +("debor" nil (d eh1 b ao0 r)) +("debora" nil (d eh1 b r ax)) +("deborah" nil (d eh1 b er0 ax)) +("debord" nil (d ih0 b ao1 r d)) +("deborde" nil (d ih0 b ao1 r d)) +("debose" nil (d eh1 b ax s)) +("debow" nil (d eh1 b ow0)) +("deboy" nil (d ih0 b oy1)) +("debra" nil (d eh1 b r ax)) +("debriefed" nil (d ih0 b r iy1 f t)) +("debriefing" nil (d ih0 b r iy1 f ih0 ng)) +("debris" nil (d ax b r iy1)) +("debrosse" nil (d eh1 b r ax s)) +("debruhl" nil (d eh1 b r ax l)) +("debruin" nil (d eh1 b r uw0 ih0 n)) +("debruler" nil (d eh1 b r uw0 l er0)) +("debruyn" nil (d eh1 b r ay0 n)) +("debruyne" nil (d eh1 b r ay0 n)) +("debs" nil (d eh1 b z)) +("debt" nil (d eh1 t)) +("debtholder" nil (d eh1 t hh ow1 l d er0)) +("debtholders" nil (d eh1 t hh ow1 l d er0 z)) +("debtor" nil (d eh1 t er0)) +("debtors" nil (d eh1 t er0 z)) +("debts" nil (d eh1 t s)) +("debugging" nil (d iy0 b ah1 g ih0 ng)) +("debuhr" nil (d eh1 b uh0 r)) +("debunk" nil (d ih0 b ah1 ng k)) +("debunked" nil (d ih0 b ah1 ng k t)) +("debunking" nil (d ih0 b ah1 ng k ih0 ng)) +("debus" nil (d eh1 b ih0 s)) +("debusk" nil (d eh1 b ax s k)) +("debussy" nil (d ih0 b ah1 s iy0)) +("debut" nil (d ey0 b y uw1)) +("debutante" nil (d eh1 b y ax t aa1 n t)) +("debutantes" nil (d eh1 b y ax t aa1 n t s)) +("debuted" nil (d ey0 b y uw1 d)) +("debuts" nil (d ey1 b y uw0 z)) +("dec" nil (d eh1 k)) +("decade" nil (d eh0 k ey1 d)) +("decadence" nil (d eh1 k ax d ax n s)) +("decadent" nil (d eh1 k ax d ax n t)) +("decades" nil (d eh0 k ey1 d z)) +("decaffeinate" nil (d iy0 k ae1 f ax n ey1 t)) +("decaffeinated" nil (d iy0 k ae1 f ax n ey1 t ih0 d)) +("decaffeinating" nil (d iy0 k ae1 f ax n ey1 t ih0 ng)) +("decaire" nil (d iy1 k eh0 r)) +("decals" nil (d iy1 k ae1 l z)) +("decamillo" nil (d eh1 k ax m ih1 l ow0)) +("decamp" nil (d ax k ae1 m p)) +("decamped" nil (d iy0 k ae1 m p t)) +("decandia" nil (d ih0 k aa1 n d iy0 ax)) +("decanting" nil (d ax k ae1 n t ih0 ng)) +("decapitated" nil (d iy0 k ae1 p ax t ey1 t ih0 d)) +("decapitation" nil (d ih0 k ae1 p ih0 t ey1 sh ax n)) +("decaprio" nil (d ih0 k aa1 p r iy0 ow0)) +("decapua" nil (d ih0 k aa0 p uw1 ax)) +("decarli" nil (d ih0 k aa1 r l iy0)) +("decarlo" nil (d ih0 k aa1 r l ow0)) +("decaro" nil (d ih0 k aa1 r ow0)) +("decarolis" nil (d eh1 k er0 ax l ih0 s)) +("decastro" nil (d ih0 k ae1 s t r ow0)) +("decato" nil (d ih0 k aa1 t ow0)) +("decatur" nil (d ih0 k ey1 t er0)) +("decay" nil (d ax k ey1)) +("decayed" nil (d ax k ey1 d)) +("decaying" nil (d ax k ey1 ih0 ng)) +("decays" nil (d ax k ey1 z)) +("decca" nil (d eh1 k ax)) +("deceased" nil (d ih0 s iy1 s t)) +("dececco" nil (d ih0 ch eh1 k ow0)) +("decedent" nil (d ih0 s iy1 d ax n t)) +("deceit" nil (d ax s iy1 t)) +("deceitful" nil (d ax s iy1 t f ax l)) +("deceive" nil (d ih0 s iy1 v)) +("deceived" nil (d ih0 s iy1 v d)) +("deceiving" nil (d ih0 s iy1 v ih0 ng)) +("decelerate" nil (d ih0 s eh1 l er0 ey1 t)) +("decelerated" nil (d ih0 s eh1 l er0 ey1 t ih0 d)) +("decelerating" nil (d ih0 s eh1 l er0 ey1 t ih0 ng)) +("deceleration" nil (d ih0 s eh1 l er0 ey1 sh ax n)) +("decelle" nil (d ih0 s eh1 l)) +("decelles" nil (d eh1 s ax l z)) +("december" nil (d ih0 s eh1 m b er0)) +("decency" nil (d iy1 s ax n s iy0)) +("decennial" nil (d ax s eh1 n iy0 ax l)) +("decent" nil (d iy1 s ax n t)) +("decently" nil (d iy1 s ax n t l iy0)) +("decentralization" nil (d ih0 s eh1 n t r ax l ih0 z ey1 sh ax n)) +("decentralize" nil (d ih0 s eh1 n t r ax l ay1 z)) +("decentralized" nil (d ih0 s eh1 n t r ax l ay1 z d)) +("decentralizing" nil (d ih0 s eh1 n t r ax l ay1 z ih0 ng)) +("deception" nil (d ih0 s eh1 p sh ax n)) +("deceptions" nil (d ih0 s eh1 p sh ax n z)) +("deceptive" nil (d ih0 s eh1 p t ih0 v)) +("deceptively" nil (d ih0 s eh1 p t ih0 v l iy0)) +("decertification" nil (d iy0 s er1 t ax f ax k ey1 sh ax n)) +("decertified" nil (d iy0 s er1 t ax f ay1 d)) +("decesare" nil (d ih0 ch eh0 s aa1 r iy0)) +("decesaris" nil (d ih0 s eh1 s er0 ih0 s)) +("dech" nil (d eh1 k)) +("dechant" nil (d ey1 ch ax n t)) +("dechellis" nil (d eh1 k ih0 l ih0 s)) +("dechene" nil (d eh1 k iy0 n)) +("decherd" nil (d eh1 ch er0 d)) +("dechert" nil (d eh1 k er0 t)) +("dechristopher" nil (d eh1 k r ih0 s t aa0 f er0)) +("decibel" nil (d eh1 s ax b eh1 l)) +("decibels" nil (d eh1 s ax b ax l z)) +("decicco" nil (d ih0 ch iy1 k ow0)) +("decide" nil (d ih0 s ay1 d)) +("decided" nil (d ih0 s ay1 d ih0 d)) +("decidedly" nil (d ih0 s ay1 d ax d l iy0)) +("decides" nil (d ih0 s ay1 d z)) +("deciding" nil (d ax s ay1 d ih0 ng)) +("deciduous" nil (d ih0 s ih1 jh uw0 ax s)) +("deciliter" nil (d eh1 s ax l iy1 t er0)) +("decima" nil (d ih0 ch iy1 m ax)) +("decimal" nil (d eh1 s ax m ax l)) +("decimals" nil (d eh1 s ax m ax l z)) +("decimate" nil (d eh1 s ax m ey1 t)) +("decimated" nil (d eh1 s ax m ey1 t ih0 d)) +("decipher" nil (d ih0 s ay1 f er0)) +("deciphered" nil (d ih0 s ay1 f er0 d)) +("deciphering" nil (d ax s ay1 f er0 ih0 ng)) +("decision" nil (d ih0 s ih1 zh ax n)) +("decisionmaking" nil (d ih0 s ih1 zh ax n m ey1 k ih0 ng)) +("decisions" nil (d ih0 s ih1 zh ax n z)) +("decisive" nil (d ih0 s ay1 s ih0 v)) +("decisively" nil (d ih0 s ay1 s ih0 v l iy0)) +("decisiveness" nil (d ih0 s ay1 s ih0 v n ax s)) +("deck" nil (d eh1 k)) +("deckard" nil (d ih0 k aa1 r d)) +("decked" nil (d eh1 k t)) +("decker" nil (d eh1 k er0)) +("deckert" nil (d eh1 k er0 t)) +("decking" nil (d eh1 k ih0 ng)) +("deckman" nil (d eh1 k m ax n)) +("decks" nil (d eh1 k s)) +("declaimed" nil (d ih0 k l ey1 m d)) +("declaration" nil (d eh1 k l er0 ey1 sh ax n)) +("declarations" nil (d eh1 k l er0 ey1 sh ax n z)) +("declaratory" nil (d ih0 k l eh1 r ax t ao1 r iy0)) +("declare" nil (d ih0 k l eh1 r)) +("declared" nil (d ih0 k l eh1 r d)) +("declares" nil (d ih0 k l eh1 r z)) +("declaring" nil (d ih0 k l eh1 r ih0 ng)) +("declassified" nil (d ih0 k l ae1 s ax f ay1 d)) +("declassify" nil (d ih0 k l ae1 s ax f ay1)) +("declerck" nil (d ax k l er1 k)) +("declercq" nil (d ax k l er1 k)) +("declerk" nil (d ax k l er1 k)) +("declerque" nil (d ax k l er1 k)) +("decline" nil (d ih0 k l ay1 n)) +("declined" nil (d ih0 k l ay1 n d)) +("decliner" nil (d ih0 k l ay1 n er0)) +("decliners" nil (d ih0 k l ay1 n er0 z)) +("declines" nil (d ih0 k l ay1 n z)) +("declining" nil (d ih0 k l ay1 n ih0 ng)) +("declue" nil (d eh1 k l uw0)) +("deco" nil (d eh1 k ow0)) +("decode" nil (d ih0 k ow1 d)) +("decoder" nil (d ih0 k ow1 d er0)) +("decoders" nil (d ih0 k ow1 d er0 z)) +("decoding" nil (d ih0 k ow1 d ih0 ng)) +("decola" nil (d ih0 k ow1 l ax)) +("decom" nil (d eh1 k aa1 m)) +("decommissioned" nil (d iy0 k ax m ih1 sh ax n d)) +("decommissioning" nil (d iy0 k ax m ih1 sh ax n ih0 ng)) +("decompose" nil (d iy1 k ax m p ow1 z)) +("decomposed" nil (d iy1 k ax m p ow1 z d)) +("decomposes" nil (d iy1 k ax m p ow1 z ih0 z)) +("decompression" nil (d iy1 k ax m p r eh1 sh ax n)) +("deconcini" nil (d iy1 k ax n s iy1 n iy0)) +("decongestants" nil (d ih0 k ax n jh eh1 s t ax n t s)) +("deconstruction" nil (d iy0 k ax n s t r ah1 k sh ax n)) +("decontamination" nil (d iy0 k ax n t ae1 m ax n ey1 sh ax n)) +("decontrol" nil (d iy1 k ax n t r ow1 l)) +("decontrolled" nil (d iy1 k ax n t r ow1 l d)) +("decook" nil (d eh1 k uh0 k)) +("decor" nil (d ih0 k ao1 r)) +("decorate" nil (d eh1 k er0 ey1 t)) +("decorated" nil (d eh1 k er0 ey1 t ax d)) +("decorating" nil (d eh1 k er0 ey1 t ih0 ng)) +("decoration" nil (d eh1 k er0 ey1 sh ax n)) +("decorations" nil (d eh1 k er0 ey1 sh ax n z)) +("decorative" nil (d eh1 k r ax t ih0 v)) +("decorator" nil (d eh1 k er0 ey1 t er0)) +("decorators" nil (d eh1 k er0 ey1 t er0 z)) +("decordova" nil (d iy1 k ao1 r d ow1 v ax)) +("decorous" nil (d eh1 k er0 ax s)) +("decorte" nil (d ih0 k ao1 r t iy0)) +("decorum" nil (d ih0 k ao1 r ax m)) +("decosta" nil (d ih0 k ow1 s t ax)) +("decoste" nil (d ih0 k ow1 s t iy0)) +("decoster" nil (d eh1 k ax s t er0)) +("decoteau" nil (d eh1 k ax t ow0)) +("decou" nil (d ih0 k uw1)) +("decouple" nil (d iy0 k ah1 p ax l)) +("decoupling" nil (d iy0 k ah1 p l ih0 ng)) +("decourcy" nil (d eh1 k uh0 r k iy0)) +("decoursey" nil (d eh1 k ao0 r s iy0)) +("decoy" nil (d ax k oy1)) +("decoys" nil (d iy1 k oy0 z)) +("decrane" nil (d ax k r ey1 n)) +("decrease" v (d ih0 k r iy1 s)) +("decrease" n (d iy1 k r iy0 s)) +("decreased" nil (d ih0 k r iy1 s t)) +("decreases" v (d ih0 k r iy1 s ax z)) +("decreases" n (d iy1 k r iy0 s ax z)) +("decreasing" nil (d ih0 k r iy1 s ih0 ng)) +("decree" nil (d ih0 k r iy1)) +("decreed" nil (d ih0 k r iy1 d)) +("decrees" nil (d ih0 k r iy1 z)) +("decrepit" nil (d ax k r eh1 p ih0 t)) +("decrescenzo" nil (d ih0 k r eh0 s ch eh1 n z ow0)) +("decribed" nil (d ih0 k r ay1 b d)) +("decried" nil (d ih0 k r ay1 d)) +("decries" nil (d ih0 k r ay1 z)) +("decriminalization" nil (d iy0 k r ih1 m ax n ax l ax z ey1 sh ax n)) +("decristofaro" nil (d ih0 k r iy0 s t ow0 f aa1 r ow0)) +("decry" nil (d ih0 k r ay1)) +("decrying" nil (d ih0 k r ay1 ih0 ng)) +("decter" nil (d eh1 k t er0)) +("decuir" nil (d eh1 k ih0 r)) +("decworld" nil (d eh1 k w er0 l d)) +("dede" nil (d iy1 d)) +("dedeaux" nil (d ih0 d ow1)) +("dedecker" nil (d eh1 d ih0 k er0)) +("dederick" nil (d eh1 d er0 ih0 k)) +("dedeurwaerder" nil (d ax d er1 w aa1 r d er0)) +("dedham" nil (d eh1 d ax m)) +("dedic" nil (d eh1 d ih0 k)) +("dedicate" nil (d eh1 d ax k ey1 t)) +("dedicated" nil (d eh1 d ax k ey0 t ax d)) +("dedicates" nil (d eh1 d ih0 k ey1 t s)) +("dedicating" nil (d eh1 d ih0 k ey1 t ih0 ng)) +("dedication" nil (d eh1 d ax k ey1 sh ax n)) +("dedios" nil (d ey0 d iy1 ow0 z)) +("dedman" nil (d eh1 d m ax n)) +("dedmon" nil (d eh1 d m ax n)) +("dedo" nil (d ey1 d ow0)) +("dedominicis" nil (d ey0 d ow0 m iy0 n iy1 s ih0 s)) +("dedrick" nil (d eh1 d r ih0 k)) +("deduce" nil (d ih0 d uw1 s)) +("deduced" nil (d ih0 d uw1 s t)) +("deduct" nil (d ih0 d ah1 k t)) +("deducted" nil (d ih0 d ah1 k t ih0 d)) +("deductibility" nil (d ih0 d ah1 k t ax b ih1 l ax t iy0)) +("deductible" nil (d ih0 d ah1 k t ax b ax l)) +("deductibles" nil (d ih0 d ah1 k t ax b ax l z)) +("deducting" nil (d ih0 d ah1 k t ih0 ng)) +("deduction" nil (d ih0 d ah1 k sh ax n)) +("deductions" nil (d ih0 d ah1 k sh ax n z)) +("deducts" nil (d ih0 d ah1 k t s)) +("dee" nil (d iy1)) +("deeb" nil (d iy1 b)) +("deed" nil (d iy1 d)) +("deeded" nil (d iy1 d ax d)) +("deeds" nil (d iy1 d z)) +("deeg" nil (d iy1 g)) +("deegan" nil (d iy1 g ax n)) +("deel" nil (d iy1 l)) +("deeley" nil (d iy1 l iy0)) +("deely" nil (d iy1 l iy0)) +("deem" nil (d iy1 m)) +("deemed" nil (d iy1 m d)) +("deemer" nil (d iy1 m er0)) +("deemphasizing" nil (d iy0 eh1 m f ax s ay1 z ih0 ng)) +("deems" nil (d iy1 m z)) +("deen" nil (d iy1 n)) +("deener" nil (d iy1 n er0)) +("deeney" nil (d iy1 n iy0)) +("deep" nil (d iy1 p)) +("deepak" nil (d iy1 p ae1 k)) +("deepen" nil (d iy1 p ax n)) +("deepened" nil (d iy1 p ax n d)) +("deepening" nil (d iy1 p ax n ih0 ng)) +("deepens" nil (d iy1 p ax n z)) +("deeper" nil (d iy1 p er0)) +("deepest" nil (d iy1 p ax s t)) +("deeply" nil (d iy1 p l iy0)) +("deepwater" nil (d iy1 p w ao1 t er0)) +("deer" nil (d ih1 r)) +("deere" nil (d ih1 r)) +("deerfield" nil (d ih1 r f iy0 l d)) +("deering" nil (d ih1 r ih0 ng)) +("deerman" nil (d ih1 r m ax n)) +("deerskin" nil (d ih1 r s k ih1 n)) +("deery" nil (d ih1 r iy0)) +("dees" nil (d iy1 z)) +("deese" nil (d iy1 z)) +("deeter" nil (d iy1 t er0)) +("deets" nil (d iy1 t s)) +("deetz" nil (d iy1 t s)) +("defabio" nil (d ih0 f aa1 b iy0 ow0)) +("defaced" nil (d ih0 f ey1 s t)) +("defalco" nil (d ih0 f aa1 l k ow0)) +("defamation" nil (d eh1 f ax m ey1 sh ax n)) +("defamatory" nil (d ih0 f ae1 m ax t ao1 r iy0)) +("defamed" nil (d ih0 f ey1 m d)) +("defarges" nil (d ih0 f aa1 r jh ih0 z)) +("default" nil (d ih0 f ao1 l t)) +("defaulted" nil (d ih0 f ao1 l t ih0 d)) +("defaulters" nil (d ih0 f ao1 l t er0 z)) +("defaulting" nil (d ih0 f ao1 l t ih0 ng)) +("defaults" nil (d ih0 f ao1 l t s)) +("defazio" nil (d ih0 f aa1 z iy0 ow0)) +("defeasance" nil (d ih0 f iy1 z ax n s)) +("defeat" nil (d ih0 f iy1 t)) +("defeated" nil (d ih0 f iy1 t ax d)) +("defeating" nil (d ih0 f iy1 t ih0 ng)) +("defeatism" nil (d ih0 f iy1 t ih0 z ax m)) +("defeatist" nil (d ih0 f iy1 t ih0 s t)) +("defeats" nil (d ih0 f iy1 t s)) +("defect" v (d ih1 f eh1 k t)) +("defect" n (d iy1 f eh0 k t)) +("defected" nil (d ih0 f eh1 k t ih0 d)) +("defecting" nil (d ih0 f eh1 k t ih0 ng)) +("defection" nil (d ih0 f eh1 k sh ax n)) +("defections" nil (d ih0 f eh1 k sh ax n z)) +("defective" nil (d ih0 f eh1 k t ih0 v)) +("defector" nil (d ih0 f eh1 k t er0)) +("defectors" nil (d ih0 f eh1 k t er0 z)) +("defects" v (d ih1 f eh1 k t)) +("defects" n (d iy1 f eh0 k t)) +("defee" nil (d eh1 f iy0)) +("defelice" nil (d ih0 f eh1 l ih0 s)) +("defenbaugh" nil (d eh1 f ih0 n b aw0)) +("defence" nil (d ih0 f eh1 n s)) +("defend" nil (d ih0 f eh1 n d)) +("defendant" nil (d ih0 f eh1 n d ax n t)) +("defendants" nil (d ih0 f eh1 n d ax n t s)) +("defended" nil (d ih0 f eh1 n d ax d)) +("defender" nil (d ih0 f eh1 n d er0)) +("defenders" nil (d ih0 f eh1 n d er0 z)) +("defending" nil (d ih0 f eh1 n d ih0 ng)) +("defends" nil (d ih0 f eh1 n d z)) +("defense" nil (d ih0 f eh1 n s)) +("defenseless" nil (d ih0 f eh1 n s l ax s)) +("defenses" nil (d ih0 f eh1 n s ax z)) +("defensible" nil (d ih0 f eh1 n s ax b ax l)) +("defensive" nil (d ih0 f eh1 n s ih0 v)) +("defensively" nil (d ih0 f eh1 n s ih0 v l iy0)) +("defensiveness" nil (d ih0 f eh1 n s ih0 v n ax s)) +("defeo" nil (d iy1 f iy0 ow0)) +("defer" nil (d ih0 f er1)) +("deference" nil (d eh1 f er0 ax n s)) +("deferential" nil (d eh1 f er0 eh1 n ch ax l)) +("deferment" nil (d ih0 f er1 m ax n t)) +("deferments" nil (d ih0 f er1 m ax n t s)) +("deferral" nil (d ih0 f er1 ax l)) +("deferrals" nil (d ih0 f er1 ax l z)) +("deferred" nil (d ih0 f er1 d)) +("deferring" nil (d ih0 f er1 ih0 ng)) +("defers" nil (d ih0 f er1 z)) +("defex" nil (d eh1 f eh1 k s)) +("deffenbaugh" nil (d eh1 f ih0 n b aw0)) +("deffeyes" nil (d eh0 f ay1 z)) +("defiance" nil (d ih0 f ay1 ax n s)) +("defiant" nil (d ih0 f ay1 ax n t)) +("defiantly" nil (d ih0 f ay1 ax n t l iy0)) +("defibaugh" nil (d eh1 f ih0 b ao1)) +("defibrillator" nil (d iy0 f ih1 b r ih0 l ey1 t er0)) +("defibrillators" nil (d iy0 f ih1 b r ih0 l ey1 t er0 z)) +("deficiencies" nil (d ih0 f ih1 sh ax n s iy0 z)) +("deficiency" nil (d ih0 f ih1 sh ax n s iy0)) +("deficient" nil (d ih0 f ih1 sh ax n t)) +("deficit" nil (d eh1 f ax s ax t)) +("deficits" nil (d eh1 f ih0 s ih0 t s)) +("defied" nil (d ih0 f ay1 d)) +("defies" nil (d ih0 f ay1 z)) +("defilippis" nil (d eh1 f ih0 l ih0 p ih0 s)) +("defilippo" nil (d ih0 f iy0 l iy1 p ow0)) +("defina" nil (d ih0 f iy1 n ax)) +("definable" nil (d ih0 f ay1 n ax b ax l)) +("define" nil (d ih0 f ay1 n)) +("defined" nil (d ih0 f ay1 n d)) +("defines" nil (d ih0 f ay1 n z)) +("defining" nil (d ih0 f ay1 n ih0 ng)) +("definite" nil (d eh1 f ax n ax t)) +("definitely" nil (d eh1 f ax n ax t l iy0)) +("definition" nil (d eh1 f ax n ih1 sh ax n)) +("definitions" nil (d eh1 f ax n ih1 sh ax n z)) +("definitive" nil (d ih0 f ih1 n ih0 t ih0 v)) +("definitively" nil (d ih0 f ih1 n ih0 t ih0 v l iy0)) +("defino" nil (d ih0 f iy1 n ow0)) +("defiore" nil (d ih0 f iy0 ao1 r iy0)) +("deflate" nil (d ih0 f l ey1 t)) +("deflated" nil (d ih0 f l ey1 t ih0 d)) +("deflating" nil (d ih0 f l ey1 t ih0 ng)) +("deflation" nil (d ih0 f l ey1 sh ax n)) +("deflationary" nil (d ih0 f l ey1 sh ax n eh1 r iy0)) +("deflator" nil (d ih0 f l ey1 t er0)) +("deflect" nil (d ih0 f l eh1 k t)) +("deflected" nil (d ih0 f l eh1 k t ih0 d)) +("deflecting" nil (d ih0 f l eh1 k t ih0 ng)) +("deflects" nil (d ih0 f l eh1 k t s)) +("defoe" nil (d ih0 f ow1)) +("defoliant" nil (d ih0 f ow1 l iy0 ax n t)) +("defoliants" nil (d ih0 f ow1 l iy0 ax n t s)) +("defoor" nil (d eh1 f uh0 r)) +("deford" nil (d eh1 f er0 d)) +("defore" nil (d iy1 f ao0 r)) +("deforest" nil (d ih0 f ao1 r ax s t)) +("deforestation" nil (d ih0 f ao1 r ih0 s t ey1 sh ax n)) +("deforge" nil (d eh1 f er0 g)) +("deformation" nil (d iy1 f ao0 r m ey1 sh ax n)) +("deformed" nil (d ih0 f ao1 r m d)) +("deformities" nil (d ih0 f ao1 r m ax t iy0 z)) +("deforrest" nil (d ey0 f ao1 r ih0 s t)) +("defrain" nil (d ih0 f r ey1 n)) +("defrance" nil (d iy1 f r ax n s)) +("defrancesco" nil (d ih0 f r aa0 n ch eh1 s k ow0)) +("defrancisco" nil (d ih0 f r aa0 n ch iy1 s k ow0)) +("defranco" nil (d ih0 f r aa1 n k ow0)) +("defrank" nil (d eh1 f r ax ng k)) +("defrates" nil (d eh1 f er0 ey0 t s)) +("defraud" nil (d ih0 f r ao1 d)) +("defrauded" nil (d ih0 f r ao1 d ih0 d)) +("defrauding" nil (d ih0 f r ao1 d ih0 ng)) +("defray" nil (d ih0 f r ey1)) +("defrays" nil (d ih0 f r ey1 z)) +("defrees" nil (d ih0 f r iy1 z)) +("defreese" nil (d eh1 f r iy0 s)) +("defreitas" nil (d eh1 f r ay0 t ax z)) +("defries" nil (d ih0 f r iy1 z)) +("defrost" nil (d ih0 f r ao1 s t)) +("defrosting" nil (d ih0 f r ao1 s t ih0 ng)) +("deft" nil (d eh1 f t)) +("defterios" nil (d eh1 f t eh1 r iy0 ow0 z)) +("deftly" nil (d eh1 f t l iy0)) +("defunct" nil (d ih0 f ah1 ng k t)) +("defund" nil (d iy0 f ah1 n d)) +("defunding" nil (d iy0 f ah1 n d ih0 ng)) +("defusco" nil (d ih0 f uw1 s k ow0)) +("defuse" nil (d ih0 f y uw1 z)) +("defused" nil (d ih0 f y uw1 z d)) +("defusing" nil (d ih0 f y uw1 z ih0 ng)) +("defy" nil (d ih0 f ay1)) +("defying" nil (d ih0 f ay1 ih0 ng)) +("degaetano" nil (d ih0 g aa0 eh0 t aa1 n ow0)) +("degan" nil (d iy1 g ax n)) +("degarmo" nil (d ih0 g aa1 r m ow0)) +("degas" nil (d ih0 g ae1 s)) +("degaulle" nil (d ax g aa1 l)) +("degen" nil (d eh1 g ax n)) +("degener" nil (d eh1 g iy0 n er0)) +("degeneracy" nil (d ih0 jh eh1 n er0 ax s iy0)) +("degenerate" nil (d ih0 jh eh1 n er0 ax t)) +("degenerated" nil (d ih0 jh eh1 n er0 ey1 t ih0 d)) +("degenerates" nil (d ih0 jh eh1 n er0 ax t s)) +("degenerating" nil (d ih0 jh eh1 n er0 ey1 t ih0 ng)) +("degeneration" nil (d ih0 jh eh1 n er0 ey1 sh ax n)) +("degenerative" nil (d ih0 jh eh1 n er0 ax t ih0 v)) +("degenhardt" nil (d eh1 g ih0 n hh aa0 r t)) +("degenhart" nil (d eh1 g ax n hh aa1 r t)) +("degennaro" nil (d ih0 jh eh0 n aa1 r ow0)) +("degeorge" nil (d eh1 g iy0 er0 g)) +("deger" nil (d iy1 g er0)) +("degiacomo" nil (d iy1 jh ax k ow0 m ow0)) +("degidio" nil (d ih0 jh iy1 d iy0 ow0)) +("degirolamo" nil (d ih0 jh ih0 r ow0 l aa1 m ow0)) +("degler" nil (d eh1 g l er0)) +("degnan" nil (d eh1 g n ax n)) +("degner" nil (d eh1 g n er0)) +("degood" nil (d eh1 g uh0 d)) +("degraaf" nil (d eh1 g r aa0 f)) +("degrace" nil (d ih0 g r aa1 ch iy0)) +("degradable" nil (d ih0 g r ey1 d ax b ax l)) +("degradation" nil (d eh1 g r ax d ey1 sh ax n)) +("degradations" nil (d eh1 g r ax d ey1 sh ax n z)) +("degrade" nil (d ih0 g r ey1 d)) +("degraded" nil (d ih0 g r ey1 d ax d)) +("degrades" nil (d ih0 g r ey1 d z)) +("degrading" nil (d ih0 g r ey1 d ih0 ng)) +("degraff" nil (d eh1 g r ax f)) +("degraffenreid" nil (d eh1 g r ax f ih0 n r ay0 d)) +("degrand" nil (d eh1 g r ae0 n d)) +("degrange" nil (d eh1 g r ey0 n jh)) +("degrasse" nil (d ih0 g r aa1 s iy0)) +("degrave" nil (d ih0 g r aa1 v iy0)) +("degraw" nil (d eh1 g r ao0)) +("degray" nil (d eh1 g r ey0)) +("degrazia" nil (d ih0 g r aa1 z iy0 ax)) +("degree" nil (d ih0 g r iy1)) +("degreed" nil (d ih0 g r iy1 d)) +("degrees" nil (d ih0 g r iy1 z)) +("degregorio" nil (d ih0 g r eh0 g ao1 r iy0 ow0)) +("degregory" nil (d eh1 g r ih0 g er0 iy0)) +("degroat" nil (d eh1 g r ow0 t)) +("degroff" nil (d eh1 g r ao0 f)) +("degroot" nil (d eh1 g r uw0 t)) +("degroote" nil (d ax g r uw1 t)) +("deguire" nil (d ey0 g w ih1 r ey0)) +("degussa" nil (d ih0 g y uw1 s ax)) +("degutare" nil (d eh1 g uw0 t aa1 r iy0)) +("deguzman" nil (d ey0 g uw0 z m ae1 n)) +("dehaan" nil (d eh1 hh aa0 n)) +("dehaas" nil (d eh1 hh aa0 z)) +("deharbe" nil (d ax hh aa1 r b iy0)) +("dehart" nil (d eh1 hh aa0 r t)) +("dehaven" nil (d eh1 hh ax v ax n)) +("dehecq" nil (d ih0 hh eh1 k)) +("deherrera" nil (d ey0 hh eh0 r eh1 r ax)) +("dehler" nil (d eh1 l er0)) +("dehm" nil (d eh1 m)) +("dehmer" nil (d eh1 m er0)) +("dehn" nil (d eh1 n)) +("dehne" nil (d eh1 n)) +("dehner" nil (d eh1 n er0)) +("dehnert" nil (d eh1 n er0 t)) +("dehoff" nil (d eh1 hh ao0 f)) +("dehoyos" nil (d eh1 hh oy0 ow0 z)) +("dehumanization" nil (d iy1 hh y uw1 m ax n ax z ey1 sh ax n)) +("dehumanized" nil (d ih0 hh y uw1 m ax n ay0 z d)) +("dehumanizing" nil (d iy0 hh y uw1 m ax n ay1 z ih0 ng)) +("dehydrated" nil (d ih0 hh ay1 d r ey0 t ax d)) +("dehydration" nil (d iy1 hh ay0 d r ey1 sh ax n)) +("deibel" nil (d ay1 b ax l)) +("deibert" nil (d ay1 b er0 t)) +("deibler" nil (d ay1 b ax l er0)) +("deichert" nil (d ay1 k er0 t)) +("deidre" nil (d iy1 d r ax)) +("deification" nil (d iy1 ax f ax k ey1 sh ax n)) +("deify" nil (d iy1 ax f ay1)) +("deighan" nil (d ey1 g hh ax n)) +("deighton" nil (d ey1 t ax n)) +("deignan" nil (d ax g n ae1 n)) +("deihl" nil (d ay1 l)) +("deike" nil (d iy1 k)) +("deikel" nil (d ay1 k ax l)) +("deily" nil (d iy1 l iy0)) +("deines" nil (d iy1 n z)) +("deininger" nil (d ay1 n ih0 ng er0)) +("deinstitutionalization" nil (d iy0 ih1 n s t ih0 t uw1 sh ax n ax l ax z ey1 sh ax n)) +("deis" nil (d iy1 z)) +("deisher" nil (d iy1 ih0 sh er0)) +("deism" nil (d iy1 ih0 z ax m)) +("deiss" nil (d ay1 s)) +("deist" nil (d iy1 ih0 s t)) +("deitch" nil (d ay1 ch)) +("deiter" nil (d ay1 t er0)) +("deiters" nil (d ay1 t er0 z)) +("deities" nil (d iy1 ax t iy0 z)) +("deitrich" nil (d ay1 t r ih0 k)) +("deitrick" nil (d ay1 t r ih0 k)) +("deitsch" nil (d ay1 ch)) +("deity" nil (d iy1 ax t iy0)) +("deitz" nil (d iy1 t s)) +("deja" nil (d iy1 jh ax)) +("dejager" nil (d eh1 jh ey0 g er0)) +("dejarnett" nil (d ih0 jh aa1 r n ih0 t)) +("dejarnette" nil (d eh1 zh aa0 r n eh0 t)) +("dejean" nil (d ih0 zh iy1 n)) +("dejected" nil (d ih0 jh eh1 k t ih0 d)) +("dejesus" nil (d ih0 jh iy1 z ax s)) +("dejohn" nil (d ax jh aa1 n)) +("dejong" nil (d ax jh ao1 ng)) +("dejonge" nil (d ax jh ao1 ng)) +("dejongh" nil (d ax jh ao1 ng)) +("dejoseph" nil (d ax jh ow1 s ax f)) +("dejoy" nil (d ax jh oy1)) +("dejulio" nil (d ax jh uw1 l iy0 ow0)) +("dekalb" nil (d ih0 k ae1 l b)) +("dekay" nil (d ax k ey1)) +("dekeyser" nil (d ax k ay1 z er0)) +("dekker" nil (d eh1 k er0)) +("dekle" nil (d eh1 k ax l)) +("deklerk" nil (d ax k l er1 k)) +("dekom" nil (d eh1 k ax m)) +("dekoning" nil (d eh1 k ax n ih0 ng)) +("dekuyper" nil (d ih0 k ay1 p er0)) +("del" nil (d eh1 l)) +("dela" nil (d eh1 l ax)) +("delacerda" nil (d eh0 l aa0 ch eh1 r d ax)) +("delacruz" nil (d ey0 l aa1 k r uw0 z)) +("delacy" nil (d ax l ao1 s iy0)) +("delafield" nil (d eh1 l ax f iy1 l d)) +("delafuente" nil (d ey0 l aa0 f w eh1 n t ey0)) +("delagarza" nil (d eh0 l aa0 g aa1 r z ax)) +("delage" nil (d eh1 l ih0 jh)) +("delagrange" nil (d eh0 l aa1 g r aa0 n jh)) +("delahanty" nil (d eh1 l ax hh ax n t iy0)) +("delahoussaye" nil (d eh0 l ax hh aw1 s ey0)) +("delahunt" nil (d eh1 l ax hh ax n t)) +("delahunty" nil (d eh1 l ax hh ax n t iy0)) +("delaine" nil (d ih0 l ey1 n)) +("delair" nil (d ih0 l eh1 r)) +("delamar" nil (d ey0 l aa0 m aa1 r)) +("delamater" nil (d eh1 l ax m ey0 t er0)) +("delancey" nil (d eh1 l ax n s iy0)) +("delancy" nil (d eh1 l ax n s iy0)) +("deland" nil (d ih0 l ae1 n d)) +("delane" nil (d eh1 l ax n)) +("delaney" nil (d ax l ey1 n iy0)) +("delange" nil (d eh1 l ey0 n jh)) +("delano" nil (d ih0 l aa1 n ow0)) +("delanoy" nil (d eh1 l ax n oy0)) +("delany" nil (d eh1 l ax n iy0)) +("delao" nil (d eh1 l aw0)) +("delap" nil (d eh1 l ax p)) +("delapaz" nil (d ey0 l aa1 p aa0 z)) +("delapena" nil (d eh0 l aa0 p eh1 n ax)) +("delapp" nil (d eh1 l ax p)) +("delara" nil (d eh0 l aa1 r ax)) +("delariva" nil (d eh0 l aa0 r iy1 v ax)) +("delarosa" nil (d eh0 l aa0 r ow1 s ax)) +("delashmit" nil (d eh1 l ax sh m ih0 t)) +("delashmutt" nil (d eh1 l ax sh m ax t)) +("delatorre" nil (d eh0 l aa0 t ao1 r iy0)) +("delatte" nil (d ih0 l ae1 t)) +("delauder" nil (d eh1 l aw0 d er0)) +("delaughter" nil (d eh1 l ao0 t er0)) +("delaune" nil (d eh1 l ao0 n)) +("delaura" nil (d eh0 l ao1 r ax)) +("delaurentiis" nil (d iy0 l ao0 r eh1 n t iy1 z)) +("delaurentis" nil (d ey0 l aw0 r ey1 n t ih0 s)) +("delauter" nil (d eh1 l aw0 t er0)) +("delaval" nil (d eh1 l ax v ae0 l)) +("delavan" nil (d eh1 l ax v ax n)) +("delavega" nil (d ey0 l aa0 v ey1 g ax)) +("delaware" nil (d eh1 l ax w eh1 r)) +("delawder" nil (d eh1 l ao0 d er0)) +("delay" nil (d ih0 l ey1)) +("delayed" nil (d ih0 l ey1 d)) +("delaying" nil (d ih0 l ey1 ih0 ng)) +("delays" nil (d ih0 l ey1 z)) +("delbarco" nil (d eh0 l b aa1 r k ow0)) +("delbene" nil (d eh1 l b ih0 n ax)) +("delbert" nil (d eh1 l b er0 t)) +("delbianco" nil (d eh0 l b iy0 aa1 n k ow0)) +("delbosque" nil (d ih0 l b ow1 s k)) +("delbridge" nil (d eh1 l b r ih0 jh)) +("delbuono" nil (d eh1 l b w ow1 n ow0)) +("delcambre" nil (d eh0 l k aa1 m b r iy0)) +("delcamp" nil (d eh1 l k ax m p)) +("delcampo" nil (d eh0 l k aa1 m p ow0)) +("delcarlo" nil (d eh1 l k aa1 r l ow0)) +("delcastillo" nil (d eh0 l k aa0 s t ih1 l ow0)) +("delchamps" nil (d eh1 l ch ae1 m p s)) +("delcine" nil (d eh0 l ch iy1 n iy0)) +("delco" nil (d eh1 l k ow0)) +("delconte" nil (d eh0 l k ow1 n t iy0)) +("delcor" nil (d eh1 l k ao1 r)) +("delduca" nil (d eh1 l d uw1 k ax)) +("delebarre" nil (d eh1 l ax b aa1 r)) +("delectable" nil (d ih0 l eh1 k t ax b ax l)) +("delee" nil (d eh1 l iy0)) +("deleeuw" nil (d eh1 l iy0 uw0)) +("delegate" nil (d eh1 l ax g ey1 t)) +("delegated" nil (d eh1 l ax g ey1 t ax d)) +("delegates" nil (d eh1 l ax g ey1 t s)) +("delegating" nil (d eh1 l ax g ey1 t ih0 ng)) +("delegation" nil (d eh1 l ax g ey1 sh ax n)) +("delegations" nil (d eh1 l ax g ey1 sh ax n z)) +("delehanty" nil (d eh1 l ih0 hh ax n t iy0)) +("delellis" nil (d eh1 l ih0 l ih0 s)) +("deleo" nil (d eh1 l iy0 ow0)) +("deleon" nil (d eh1 l iy0 ax n)) +("deleonardis" nil (d eh1 l iy0 ax n aa0 r d ih0 s)) +("delete" nil (d ih0 l iy1 t)) +("deleted" nil (d ih0 l iy1 t ax d)) +("deleterious" nil (d eh1 l ax t ih1 r iy0 ax s)) +("deleting" nil (d ih0 l iy1 t ih0 ng)) +("deletion" nil (d ih0 l iy1 sh ax n)) +("deletions" nil (d ih0 l iy1 sh ax n z)) +("delfavero" nil (d eh0 l f aa0 v eh1 r ow0)) +("delfin" nil (d eh1 l f ih0 n)) +("delfina" nil (d eh1 l f iy1 n ax)) +("delfine" nil (d eh0 l f iy1 n iy0)) +("delfino" nil (d eh1 l f iy1 n ow0)) +("delfosse" nil (d eh1 l f ax s)) +("delfs" nil (d eh1 l f s)) +("delft" nil (d eh1 l f t)) +("delftware" nil (d eh1 l f t w eh1 r)) +("delgadillo" nil (d eh0 l g aa0 d ih1 l ow0)) +("delgado" nil (d eh0 l g aa1 d ow0)) +("delgaudio" nil (d eh0 l g ao1 d iy0 ow0)) +("delgiorno" nil (d eh0 l jh ao1 r n ow0)) +("delgiudice" nil (d eh0 l jh uw1 d ax s)) +("delgrande" nil (d eh1 l g r ae0 n d iy0)) +("delgreco" nil (d eh1 l g r eh1 k ow0)) +("delgrosso" nil (d eh1 l g r ow1 s ow0)) +("delguercio" nil (d eh0 l g eh1 r ch iy0 ow0)) +("delguidice" nil (d eh0 l g ay1 d ih0 s)) +("delhaize" nil (d eh1 l hh ey1 z)) +("delhi" nil (d eh1 l iy0)) +("deli" nil (d eh1 l iy0)) +("delia" nil (d iy1 l y ax)) +("deliberate" j (d ih0 l ih1 b er0 ih0 t)) +("deliberate" v (d ih0 l ih1 b er0 ey1 t)) +("deliberated" nil (d ih0 l ih1 b er0 ey1 t ih0 d)) +("deliberately" nil (d ih0 l ih1 b er0 ax t l iy0)) +("deliberating" nil (d ih0 l ih1 b er0 ey1 t ih0 ng)) +("deliberation" nil (d ih0 l ih1 b er0 ey1 sh ax n)) +("deliberations" nil (d ih0 l ih1 b er0 ey1 sh ax n z)) +("deliberative" nil (d ih0 l ih1 b er0 ey1 t ih0 v)) +("delicacies" nil (d eh1 l ih0 k ax s iy0 z)) +("delicacy" nil (d eh1 l ax k ax s iy0)) +("delicate" nil (d eh1 l ax k ax t)) +("delicately" nil (d eh1 l ax k ax t l iy0)) +("delicatessen" nil (d eh1 l ih0 k ax t eh1 s ax n)) +("delicatessens" nil (d eh1 l ih0 k ax t eh1 s ax n z)) +("delich" nil (d eh1 l ih0 k)) +("delicia" nil (d eh0 l iy1 ch ax)) +("delicious" nil (d ih0 l ih1 sh ax s)) +("deliciously" nil (d ih0 l ih1 sh ax sh l iy0)) +("delight" nil (d ih0 l ay1 t)) +("delighted" nil (d ih0 l ay1 t ax d)) +("delightful" nil (d ih0 l ay1 t f ax l)) +("delightfully" nil (d ih0 l ay1 t f ax l iy0)) +("delighting" nil (d ih0 l ay1 t ih0 ng)) +("delights" nil (d ih0 l ay1 t s)) +("delila" nil (d eh0 l iy1 l ax)) +("delilah" nil (d ax l ay1 l ax)) +("delillo" nil (d ax l ih1 l ow0)) +("delima" nil (d eh0 l iy1 m ax)) +("deline" nil (d eh0 l iy1 n iy0)) +("delineate" nil (d ih0 l ih1 n iy0 ey1 t)) +("delineated" nil (d ih0 l ih1 n iy0 ey1 t ih0 d)) +("delineates" nil (d ih0 l ih1 n iy0 ey1 t s)) +("delineating" nil (d ih0 l ih1 n iy0 ey1 t ih0 ng)) +("delineation" nil (d ih0 l ih1 n iy0 ey1 sh ax n)) +("delinquencies" nil (d ih0 l ih1 ng k w ax n s iy0 z)) +("delinquency" nil (d ih0 l ih1 ng k w ax n s iy0)) +("delinquent" nil (d ih0 l ih1 ng k w ax n t)) +("delinquents" nil (d ih0 l ih1 ng k w ax n t s)) +("delio" nil (d ey1 l iy0 ow0)) +("delirious" nil (d ih0 l ih1 r iy0 ax s)) +("delirium" nil (d ih0 l ih1 r iy0 ax m)) +("delisa" nil (d eh0 l iy1 s ax)) +("delise" nil (d eh1 l ay0 z)) +("delisi" nil (d eh0 l iy1 s iy0)) +("delisio" nil (d eh0 l iy1 s iy0 ow0)) +("delisle" nil (d ih0 l ay1 l)) +("delist" nil (d iy1 l ih1 s t)) +("delisted" nil (d iy1 l ih1 s t ih0 d)) +("delisting" nil (d iy0 l ih1 s t ih0 ng)) +("deliver" nil (d ih0 l ih1 v er0)) +("deliverable" nil (d ih0 l ih1 v er0 ax b ax l)) +("deliverance" nil (d ih0 l ih1 v er0 ax n s)) +("delivered" nil (d ih0 l ih1 v er0 d)) +("deliverers" nil (d ih0 l ih1 v er0 er0 z)) +("deliveries" nil (d ih0 l ih1 v er0 iy0 z)) +("delivering" nil (d ih0 l ih1 v er0 ih0 ng)) +("delivers" nil (d ih0 l ih1 v er0 z)) +("delivery" nil (d ih0 l ih1 v er0 iy0)) +("delk" nil (d eh1 l k)) +("delker" nil (d eh1 l k er0)) +("dell" nil (d eh1 l)) +("della" nil (d eh1 l ax)) +("dellapenna" nil (d eh1 l ax p eh1 n ax)) +("dellaquila" nil (d ey0 l aa0 k w iy1 l ax)) +("dellarocco" nil (d eh1 l er0 ow0 k ow0)) +("dellavalle" nil (d eh1 l ax v aa0 l iy0)) +("dellavecchia" nil (d eh1 l ax v eh0 k iy0 ax)) +("delle" nil (d eh1 l)) +("deller" nil (d eh1 l er0)) +("delligatti" nil (d eh0 l iy0 g aa1 t iy0)) +("delling" nil (d eh1 l ih0 ng)) +("dellinger" nil (d eh1 l ih0 ng er0)) +("dellis" nil (d eh1 l ih0 s)) +("dellolio" nil (d eh0 l ow1 l iy0 ow0)) +("dellums" nil (d eh1 l ax m z)) +("delma" nil (d eh1 l m ax)) +("delman" nil (d eh1 l m ax n)) +("delmar" nil (d eh1 l m er0)) +("delmarva" nil (d eh1 l m aa1 r v ax)) +("delmas" nil (d eh1 l m ax z)) +("delmastro" nil (d eh1 l m ae1 s t r ow0)) +("delmed" nil (d eh1 l m eh1 d)) +("delmer" nil (d eh1 l m er0)) +("delmonaco" nil (d eh0 l m ow0 n aa1 k ow0)) +("delmonico" nil (d eh0 l m ow0 n iy1 k ow0)) +("delmont" nil (d ey1 l m ow0 n t)) +("delmonte" nil (d eh0 l m ow1 n t iy0)) +("delmore" nil (d eh1 l m ao0 r)) +("delnegro" nil (d eh1 l n eh1 g r ow0)) +("delnero" nil (d eh0 l n eh1 r ow0)) +("delo" nil (d eh1 l ow0)) +("deloach" nil (d eh1 l ow0 ch)) +("deloatch" nil (d eh1 l ow0 ch)) +("deloitte" nil (d ax l oy1 t)) +("deloney" nil (d eh1 l ax n iy0)) +("delong" nil (d ax l ao1 ng)) +("delora" nil (d eh0 l ao1 r ax)) +("delore" nil (d ax l ao1 r)) +("delorean" nil (d ax l ao1 r iy0 ax n)) +("delorenzo" nil (d eh0 l ao0 r eh1 n z ow0)) +("delores" nil (d ax l ao1 r ih0 s)) +("delorey" nil (d eh1 l er0 iy0)) +("deloria" nil (d eh0 l ao1 r iy0 ax)) +("deloris" nil (d eh1 l er0 ih0 s)) +("delorme" nil (d eh0 l ao1 r m iy0)) +("delors" nil (d ax l ao1 r z)) +("delosh" nil (d eh1 l ax sh)) +("delosreyes" nil (d ih0 l aa1 s er0 ay0 z)) +("delossantos" nil (d ey0 l ow0 s aa1 n t ow0 z)) +("delouis" nil (d eh1 l uw0 iy1 z)) +("delozier" nil (d eh1 l ax z iy0 er0)) +("delp" nil (d eh1 l p)) +("delph" nil (d eh1 l f)) +("delphax" nil (d eh1 l f ae0 k s)) +("delphi" nil (d eh1 l f ay0)) +("delphia" nil (d eh1 l f iy0 ax)) +("delphic" nil (d eh1 l f ih0 k)) +("delphina" nil (d eh0 l f iy1 n ax)) +("delphine" nil (d eh0 l f iy1 n iy0)) +("delpino" nil (d eh1 l p iy1 n ow0)) +("delpizzo" nil (d eh0 l p iy1 z ow0)) +("delponte" nil (d eh0 l p ow1 n t iy0)) +("delpozo" nil (d eh1 l p ow1 z ow0)) +("delprete" nil (d eh1 l p r iy0 t)) +("delpriore" nil (d eh0 l p r iy0 ao1 r iy0)) +("delray" nil (d eh1 l r ey1)) +("delre" nil (d eh1 l r)) +("delreal" nil (d eh1 l r ax l)) +("delrina" nil (d eh1 l r iy1 n ax)) +("delrio" nil (d eh1 l r iy0 ow0)) +("delrosario" nil (d eh0 l r ow0 s aa1 r iy0 ow0)) +("delrossi" nil (d eh0 l r ow1 s iy0)) +("delrosso" nil (d eh0 l r ow1 s ow0)) +("delsanto" nil (d eh0 l s aa1 n t ow0)) +("delsignore" nil (d eh0 l s iy0 g n ao1 r iy0)) +("delta" nil (d eh1 l t ax)) +("deltacorp" nil (d eh1 l t ax k ao1 r p)) +("deltaic" nil (d eh0 l t ey1 ih0 k)) +("deltak" nil (d eh1 l t ae1 k)) +("deltec" nil (d eh1 l t eh1 k)) +("deltona" nil (d eh1 l t ow1 n ax)) +("deltoro" nil (d eh0 l t ao1 r ow0)) +("deluca" nil (d ih0 l uw1 k ax)) +("delucca" nil (d eh0 l uw1 k ax)) +("delucchi" nil (d eh0 l uw1 k iy0)) +("deluccia" nil (d eh0 l uw1 ch ax)) +("delucia" nil (d eh0 l uw1 ch ax)) +("delude" nil (d ih0 l uw1 d)) +("deluded" nil (d ih0 l uw1 d ih0 d)) +("deluding" nil (d ih0 l uw1 d ih0 ng)) +("deluge" nil (d eh1 l y uw0 jh)) +("deluged" nil (d eh1 l y uw0 jh d)) +("deluise" nil (d eh0 l uw1 s iy0)) +("deluna" nil (d eh0 l uw1 n ax)) +("delusion" nil (d ih0 l uw1 zh ax n)) +("delusions" nil (d ih0 l uw1 zh ax n z)) +("deluxe" nil (d ax l ah1 k s)) +("delvalle" nil (d eh1 l v ae1 l iy0)) +("delve" nil (d eh1 l v)) +("delvecchio" nil (d eh1 l v eh1 k iy0 ow0)) +("delved" nil (d eh1 l v d)) +("delves" nil (d eh1 l v z)) +("delving" nil (d eh1 l v ih0 ng)) +("delwin" nil (d eh1 l w ih0 n)) +("delwyn" nil (d eh1 l w ih0 n)) +("delzell" nil (d eh1 l z ax l)) +("delzer" nil (d eh1 l z er0)) +("demaggio" nil (d ih0 m aa1 jh iy0 ow0)) +("demagogic" nil (d eh1 m ax g aa1 jh ih0 k)) +("demagogue" nil (d eh1 m ax g aa1 g)) +("demagoguery" nil (d eh1 m ax g aa1 g er0 iy0)) +("demagogues" nil (d eh1 m ax g aa1 g z)) +("demagogy" nil (d eh1 m ax g aa1 jh iy0)) +("demain" nil (d ih0 m ey1 n)) +("demaio" nil (d ih0 m aa1 iy0 ow0)) +("deman" nil (d iy1 m ax n)) +("demand" nil (d ih0 m ae1 n d)) +("demanded" nil (d ih0 m ae1 n d ax d)) +("demanding" nil (d ih0 m ae1 n d ih0 ng)) +("demandingly" nil (d ih0 m ae1 n d ih0 ng l iy0)) +("demands" nil (d ih0 m ae1 n d z)) +("demar" nil (d ih0 m aa1 r)) +("demarais" nil (d eh1 m er0 ey0)) +("demaray" nil (d eh1 m er0 ey0)) +("demarcation" nil (d iy1 m aa0 r k ey1 sh ax n)) +("demarchi" nil (d ih0 m aa1 r k iy0)) +("demarco" nil (d ih0 m aa1 r k ow0)) +("demarcus" nil (d eh1 m aa0 r k ih0 s)) +("demaree" nil (d eh0 m er0 iy1)) +("demarest" nil (d ey0 m aa0 r ey1 ih0 s t)) +("demaria" nil (d ih0 m aa1 r iy0 ax)) +("demarinis" nil (d eh1 m er0 ih0 n ih0 s)) +("demarino" nil (d ih0 m aa0 r iy1 n ow0)) +("demario" nil (d ih0 m aa1 r iy0 ow0)) +("demaris" nil (d eh1 m er0 ih0 s)) +("demark" nil (d ax m aa1 r k)) +("demars" nil (d eh1 m er0 z)) +("demarsh" nil (d eh1 m aa0 r sh)) +("demartin" nil (d ih0 m aa1 r t ih0 n)) +("demartini" nil (d ih0 m aa0 r t iy1 n iy0)) +("demartino" nil (d ih0 m aa0 r t iy1 n ow0)) +("demary" nil (d eh1 m eh0 r iy0)) +("demarzo" nil (d ih0 m aa1 r z ow0)) +("demas" nil (d iy1 m ax s)) +("demasi" nil (d ih0 m aa1 s iy0)) +("demasters" nil (d iy1 m ae0 s t er0 z)) +("dematteis" nil (d eh1 m ax t ay0 z)) +("dematteo" nil (d ih0 m aa1 t iy0 ow0)) +("demattia" nil (d ih0 m aa1 sh ax)) +("demauro" nil (d ih0 m ao1 r ow0)) +("demay" nil (d eh1 m ey0)) +("demayo" nil (d ey0 m ey1 ow0)) +("dembeck" nil (d eh1 m b eh1 k)) +("dembinski" nil (d ih0 m b ih1 n s k iy0)) +("dembowski" nil (d ih0 m b ao1 f s k iy0)) +("dembski" nil (d eh1 m s k iy0)) +("demby" nil (d eh1 m b iy0)) +("demchak" nil (d eh1 m ch ax k)) +("demean" nil (d ih0 m iy1 n)) +("demeaning" nil (d ih0 m iy1 n ih0 ng)) +("demeanor" nil (d ih0 m iy1 n er0)) +("demeans" nil (d ih0 m iy1 n z)) +("demel" nil (d eh1 m ax l)) +("demello" nil (d ih0 m eh1 l ow0)) +("demelo" nil (d ih0 m eh1 l ow0)) +("dement" nil (d ax m eh1 n t)) +("demented" nil (d ih0 m eh1 n t ih0 d)) +("dementia" nil (d ih0 m eh1 n sh iy0 ax)) +("demeo" nil (d iy1 m iy0 ow0)) +("demerger" nil (d iy0 m er1 jh er0)) +("demeritt" nil (d eh1 m er0 ih0 t)) +("demers" nil (d iy1 m er0 z)) +("demery" nil (d ih0 m er1 iy0)) +("demeter" nil (d ih0 m iy1 t er0)) +("demetre" nil (d eh0 m iy1 t er0)) +("demetria" nil (d ih0 m eh1 t r iy0 ax)) +("demetrio" nil (d ih0 m eh1 t r iy0 ow0)) +("demetriou" nil (d ih0 m eh0 t r iy1 uw0)) +("demeyer" nil (d eh1 m ay0 er0)) +("demi" nil (d eh1 m iy0)) +("demicco" nil (d ih0 m iy1 k ow0)) +("demichael" nil (d eh1 m ih0 k eh0 l)) +("demichele" nil (d eh1 m ih0 k ax l)) +("demick" nil (d eh1 m ih0 k)) +("demilio" nil (d ih0 m iy1 l iy0 ow0)) +("demilitarization" nil (d iy0 m ih1 l ax t er0 ax z ey1 sh ax n)) +("demilitarize" nil (d iy0 m ih1 l ax t er0 ay1 z)) +("demilitarized" nil (d iy0 m ih1 l ax t er0 ay1 z d)) +("demilitarizes" nil (d iy0 m ih1 l ax t er0 ay1 z ih0 z)) +("demilitarizing" nil (d iy0 m ih1 l ax t er0 ay1 z ih0 ng)) +("demille" nil (d ih0 m iy1 l iy0)) +("demilo" nil (d ih0 m ih1 l ow0)) +("deming" nil (d eh1 m ih0 ng)) +("demint" nil (d ey1 m iy0 n t)) +("demirag" nil (d ey1 m ih0 r aa1 jh)) +("demirel" nil (d ax m ih1 r ax l)) +("demirjian" nil (d ih0 m er1 jh iy0 ax n)) +("demisch" nil (d ax m ih1 sh)) +("demise" nil (d ih0 m ay1 z)) +("demjanjuk" nil (d eh0 m y aa1 n y uw0 k)) +("demko" nil (d eh1 m k ow0)) +("demler" nil (d eh1 m l er0)) +("demma" nil (d iy1 m ax)) +("demme" nil (d eh1 m)) +("demmer" nil (d eh1 m er0)) +("demming" nil (d eh1 m ih0 ng)) +("demmon" nil (d eh1 m ax n)) +("demmons" nil (d eh1 m ax n z)) +("demo" nil (d eh1 m ow0)) +("demobilization" nil (d iy0 m ow1 b ax l ay0 z ey1 sh ax n)) +("demobilize" nil (d ih0 m ow1 b ax l ay1 z)) +("democracies" nil (d ih0 m aa1 k r ax s iy0 z)) +("democracy" nil (d ih0 m aa1 k r ax s iy0)) +("democrat" nil (d eh1 m ax k r ae1 t)) +("democratic" nil (d eh1 m ax k r ae1 t ih0 k)) +("democratica" nil (d eh1 m ax k r ae1 t ih0 k ax)) +("democratically" nil (d eh1 m ax k r ae1 t ih0 k l iy0)) +("democratization" nil (d ih0 m aa1 k r ax t ax z ey1 sh ax n)) +("democratize" nil (d ih0 m aa1 k r ax t ay1 z)) +("democrats" nil (d eh1 m ax k r ae1 t s)) +("demodulation" nil (d iy1 m aa1 jh ax l ey1 sh ax n)) +("demographer" nil (d ih0 m aa1 g r ax f er0)) +("demographers" nil (d ih0 m aa1 g r ax f er0 z)) +("demographic" nil (d eh1 m ax g r ae1 f ih0 k)) +("demographically" nil (d eh1 m ax g r ae1 f ih0 k l iy0)) +("demographics" nil (d eh1 m ax g r ae1 f ih0 k s)) +("demography" nil (d ih0 m aa1 g r ax f iy0)) +("demolish" nil (d ih0 m aa1 l ih0 sh)) +("demolished" nil (d ih0 m aa1 l ih0 sh t)) +("demolishing" nil (d ih0 m aa1 l ih0 sh ih0 ng)) +("demolition" nil (d eh1 m ax l ih1 sh ax n)) +("demon" nil (d iy1 m ax n)) +("demond" nil (d ax m aa1 n d)) +("demonic" nil (d ih0 m aa1 n ih0 k)) +("demonize" nil (d iy1 m ax n ay1 z)) +("demonized" nil (d iy1 m ax n ay1 z d)) +("demonizer" nil (d iy1 m ax n ay1 z er0)) +("demonizez" nil (d iy1 m ax n ay1 z ih0 z)) +("demonizing" nil (d iy1 m ax n ay1 z ih0 ng)) +("demons" nil (d iy1 m ax n z)) +("demonstrable" nil (d eh1 m ax n s t r ax b ax l)) +("demonstrably" nil (d ih0 m aa1 n s t r ax b l iy0)) +("demonstrate" nil (d eh1 m ax n s t r ey1 t)) +("demonstrated" nil (d eh1 m ax n s t r ey1 t ax d)) +("demonstrates" nil (d eh1 m ax n s t r ey1 t s)) +("demonstrating" nil (d eh1 m ax n s t r ey1 t ih0 ng)) +("demonstration" nil (d eh1 m ax n s t r ey1 sh ax n)) +("demonstrations" nil (d eh1 m ax n s t r ey1 sh ax n z)) +("demonstrative" nil (d ih0 m aa1 n s t r ax t ih0 v)) +("demonstrator" nil (d eh1 m ax n s t r ey1 t er0)) +("demonstrators" nil (d eh1 m ax n s t r ey1 t er0 z)) +("demont" nil (d eh1 m ax n t)) +("demonte" nil (d ax m aa1 n t iy0)) +("demopoulos" nil (d ax m aa1 p ax l ih0 s)) +("demoralization" nil (d ih0 m ao1 r ax l ih0 z ey1 sh ax n)) +("demoralize" nil (d ih0 m ao1 r ax l ay1 z)) +("demoralized" nil (d ih0 m ao1 r ax l ay1 z d)) +("demoralizing" nil (d ih0 m ao1 r ax l ay1 z ih0 ng)) +("demore" nil (d eh1 m ao0 r)) +("demorest" nil (d ey0 m ao1 r ih0 s t)) +("demory" nil (d ih0 m er1 iy0)) +("demos" nil (d eh1 m ow1 z)) +("demoss" nil (d ax m aa1 s)) +("demoted" nil (d ih0 m ow1 t ih0 d)) +("demotion" nil (d ih0 m ow1 sh ax n)) +("demott" nil (d ax m aa1 t)) +("demoulin" nil (d eh1 m uw0 l ae0 n)) +("demov" nil (d eh1 m aa0 v)) +("dempewolf" nil (d eh1 m p y uw0 uh0 l f)) +("demps" nil (d eh1 m p s)) +("dempsey" nil (d eh1 m p s iy0)) +("dempster" nil (d eh1 m p s t er0)) +("demski" nil (d eh1 m s k iy0)) +("demsky" nil (d eh1 m s k iy0)) +("demur" nil (d ih0 m er1)) +("demure" nil (d ih0 m y uh1 r)) +("demurely" nil (d ih0 m y uh1 r l iy0)) +("demuro" nil (d ih0 m uh1 r ow0)) +("demurred" nil (d ih0 m er1 d)) +("demurring" nil (d ih0 m er1 ih0 ng)) +("demurs" nil (d ih0 m er1 z)) +("demus" nil (d iy1 m ax s)) +("demuth" nil (d iy1 m ax th)) +("demyan" nil (d eh1 m y ax n)) +("demystify" nil (d iy0 m ih1 s t ax f ay1)) +("den" nil (d eh1 n)) +("dena" nil (d iy1 n ax)) +("denapoli" nil (d ih0 n aa1 p ax l iy0)) +("denard" nil (d ih0 n aa1 r d)) +("denardo" nil (d ih0 n aa1 r d ow0)) +("denarii" nil (d ih0 n ae1 r iy0)) +("denarius" nil (d ih0 n ae1 r iy0 ax s)) +("denaro" nil (d ih0 n aa1 r ow0)) +("denatale" nil (d ih0 n aa0 t aa1 l iy0)) +("denationalization" nil (d iy1 n ae1 sh ax n ax l ih0 z ey1 sh ax n)) +("denationalizations" nil (d iy0 n ae1 sh ax n ax l ih0 z ey1 sh ax n z)) +("denationalize" nil (d ih0 n ae1 sh ax n ax l ay1 z)) +("denationalized" nil (d ih0 n ae1 sh ax n ax l ay1 z d)) +("denationalizing" nil (d ih0 n ae1 sh ax n ax l ay1 z ih0 ng)) +("denatured" nil (d ih0 n ey1 ch er0 d)) +("denault" nil (d ih0 n ow1)) +("denbo" nil (d iy1 n b ow0)) +("denboer" nil (d eh1 n b ow0 er0)) +("denbow" nil (d eh1 n b ow0)) +("denby" nil (d eh1 n b iy0)) +("denden" nil (d eh1 n d ax n)) +("dendinger" nil (d iy1 n d ih0 ng er0)) +("dendritic" nil (d eh0 n d r ih1 t ih0 k)) +("dendrochronology" nil (d eh1 n d r ow1 k r ax n aa1 l ax jh iy0)) +("dendy" nil (d eh1 n d iy0)) +("deneau" nil (d ih0 n ow1)) +("deneault" nil (d ih0 n ow1)) +("deneen" nil (d ih0 n iy1 n)) +("deneke" nil (d eh1 n ih0 k)) +("denenberg" nil (d eh1 n ax n b er0 g)) +("denes" nil (d iy1 n z)) +("deneve" nil (d eh1 n ih0 v)) +("deng" nil (d eh1 ng)) +("dengel" nil (d eh1 ng g ax l)) +("dengler" nil (d ih1 ng ax l er0)) +("denham" nil (d eh1 n ax m)) +("denhart" nil (d eh1 n hh aa1 r t)) +("denhartog" nil (d eh1 n hh aa0 r t ax g)) +("denherder" nil (d eh1 n hh er1 d er0)) +("denholm" nil (d eh1 n hh ow1 l m)) +("deniability" nil (d ih0 n ay1 ax b ih1 l ih0 t iy0)) +("denial" nil (d ih0 n ay1 ax l)) +("denials" nil (d ih0 n ay1 ax l z)) +("denice" nil (d ih0 n iy1 s)) +("denicola" nil (d ih0 n iy0 k ow1 l ax)) +("denied" nil (d ih0 n ay1 d)) +("denies" nil (d ih0 n ay1 z)) +("denigrate" nil (d eh1 n ax g r ey1 t)) +("denigrated" nil (d eh1 n ih0 g r ey1 t ih0 d)) +("denigrating" nil (d eh1 n ih0 g r ey1 t ih0 ng)) +("denigris" nil (d eh1 n ih0 g r ih0 s)) +("denike" nil (d eh1 n ih0 k)) +("denim" nil (d eh1 n ax m)) +("denio" nil (d iy1 n iy0 ow0)) +("deniro" nil (d ih0 n ih1 r ow0)) +("denis" nil (d eh1 n ih0 s)) +("denise" nil (d ih0 n iy1 s)) +("denison" nil (d eh1 n ih0 s ax n)) +("deniston" nil (d eh1 n ih0 s t aa0 n)) +("deniz" nil (d ey1 n iy0 z)) +("denizens" nil (d eh1 n ax z ax n z)) +("denk" nil (d eh1 ng k)) +("denker" nil (d eh1 ng k er0)) +("denki" nil (d eh1 ng k iy0)) +("denkins" nil (d eh1 ng k ih0 n z)) +("denko" nil (d eh1 ng k ow0)) +("denktas" nil (d eh1 ng k t ax s)) +("denlea" nil (d eh1 n l iy1)) +("denley" nil (d eh1 n l iy0)) +("denlinger" nil (d eh1 n ax l ih0 ng er0)) +("denman" nil (d eh1 n m ax n)) +("denmark" nil (d eh1 n m aa1 r k)) +("denmon" nil (d eh1 n m ax n)) +("denn" nil (d eh1 n)) +("dennard" nil (d ih0 n aa1 r d)) +("denne" nil (d eh1 n)) +("dennehy" nil (d eh1 n ih0 hh iy0)) +("dennen" nil (d eh1 n ax n)) +("denner" nil (d eh1 n er0)) +("dennett" nil (d eh1 n ih0 t)) +("denney" nil (d eh1 n iy0)) +("dennie" nil (d eh1 n iy0)) +("dennin" nil (d eh1 n ih0 n)) +("denning" nil (d eh1 n ih0 ng)) +("denninger" nil (d eh1 n ih0 ng er0)) +("dennington" nil (d eh1 n ih0 ng t ax n)) +("dennis" nil (d eh1 n ih0 s)) +("dennison" nil (d eh1 n ih0 s ax n)) +("denniston" nil (d eh1 n ih0 s t aa0 n)) +("denno" nil (d iy1 n ow0)) +("denny" nil (d eh1 n iy0)) +("deno" nil (d iy1 n ow0)) +("denoble" nil (d eh1 n ow0 b ax l)) +("denominated" nil (d ih0 n aa1 m ax n ey1 t ih0 d)) +("denomination" nil (d ih0 n ao1 m ax n ey1 sh ax n)) +("denominations" nil (d ih0 n ao1 m ax n ey1 sh ax n z)) +("denominator" nil (d ih0 n aa1 m ax n ey1 t er0)) +("denomme" nil (d eh1 n ax m)) +("denote" nil (d ih0 n ow1 t)) +("denoted" nil (d ih0 n ow1 t ax d)) +("denotes" nil (d ih0 n ow1 t s)) +("denouement" nil (d ey1 n uw1 m aa1 n)) +("denounce" nil (d ih0 n aw1 n s)) +("denounced" nil (d ih0 n aw1 n s t)) +("denounces" nil (d ih0 n aw1 n s ih0 z)) +("denouncing" nil (d ih0 n aw1 n s ih0 ng)) +("denoyer" nil (d eh1 n oy0 er0)) +("dens" nil (d eh1 n z)) +("dense" nil (d eh1 n s)) +("densely" nil (d eh1 n s l iy0)) +("denser" nil (d eh1 n s er0)) +("densest" nil (d eh1 n s ax s t)) +("denshin" nil (d eh1 n sh ih0 n)) +("densities" nil (d eh1 n s ax t iy0 z)) +("densitometer" nil (d eh1 n s ax t aa1 m ax t er0)) +("density" nil (d eh1 n s ax t iy0)) +("densley" nil (d eh1 n s l iy0)) +("denslow" nil (d eh1 n s l ow1)) +("densmore" nil (d iy1 n s m ao0 r)) +("denson" nil (d eh1 n s ax n)) +("dent" nil (d eh1 n t)) +("dental" nil (d eh1 n t ax l)) +("dentals" nil (d eh1 n t ax l z)) +("dente" nil (d eh1 n t)) +("dented" nil (d eh1 n t ih0 d)) +("dentin" nil (d eh1 n t ax n)) +("dentine" nil (d eh1 n t iy0 n)) +("denting" nil (d eh1 n t ih0 ng)) +("dentino" nil (d ih0 n t iy1 n ow0)) +("dentist" nil (d eh1 n t ax s t)) +("dentistry" nil (d eh1 n t ax s t r iy0)) +("dentists" nil (d eh1 n t ax s t s)) +("dentition" nil (d eh0 n t ih1 sh ax n)) +("dentler" nil (d eh1 n t l er0)) +("denton" nil (d eh1 n t ax n)) +("dentremont" nil (d ey0 n t r ey1 m ow0 n t)) +("dents" nil (d eh1 n t s)) +("dentsu" nil (d eh1 n t s uw0)) +("dentton" nil (d eh1 n t ax n)) +("denture" nil (d eh1 n ch er0)) +("dentures" nil (d eh1 n ch er0 z)) +("denucci" nil (d ih0 n uw1 ch iy0)) +("denuclearization" nil (d iy0 n uw1 k l iy0 er0 ax z ey1 sh ax n)) +("denuclearized" nil (d ih0 n uw1 k l iy0 er0 ay1 z d)) +("denuded" nil (d ih0 n uw1 d ih0 d)) +("denunciation" nil (d ih0 n ah1 n s iy0 ey1 sh ax n)) +("denunciations" nil (d ih0 n ah1 n s iy0 ey1 sh ax n z)) +("denunzio" nil (d ax n ah1 n z iy0 ow0)) +("denver" nil (d eh1 n v er0)) +("denwa" nil (d eh1 n w aa1)) +("deny" nil (d ih0 n ay1)) +("denying" nil (d ih0 n ay1 ih0 ng)) +("denys" nil (d eh1 n ih0 s)) +("denyse" nil (d eh1 n ay0 s)) +("denz" nil (d eh1 n z)) +("denzel" nil (d eh1 n z ax l)) +("denzer" nil (d eh1 n z er0)) +("denzil" nil (d eh1 n z ax l)) +("denzler" nil (d eh1 n z l er0)) +("deo" nil (d iy1 ow0)) +("deodorant" nil (d iy0 ow1 d er0 ax n t)) +("deodorants" nil (d iy0 ow1 d er0 ax n t s)) +("deoliveira" nil (d iy1 aa1 l ih0 v ey1 r ax)) +("deon" nil (d iy1 aa0 n)) +("deoxyribonucleic" nil (d iy0 aa1 k s iy0 r ay1 b ow0 n uw0 k l ey1 ih0 k)) +("dep" nil (d ih0 p aa1 r t m ax n t)) +("depace" nil (d ih0 p aa1 ch iy0)) +("depalma" nil (d ih0 p aa1 l m ax)) +("depalo" nil (d ih0 p aa1 l ow0)) +("depaola" nil (d ih0 p aw1 l ax)) +("depaoli" nil (d ih0 p aw1 l iy0)) +("depaolis" nil (d eh0 p aw1 l ih0 s)) +("depaolo" nil (d ih0 p aw1 l ow0)) +("depart" nil (d ih0 p aa1 r t)) +("departed" nil (d ih0 p aa1 r t ax d)) +("departing" nil (d ih0 p aa1 r t ih0 ng)) +("department" nil (d ih0 p aa1 r t m ax n t)) +("departmental" nil (d ih0 p aa1 r t m eh1 n t ax l)) +("departmentalized" nil (d ih0 p aa1 r t m eh1 n t ax l ay1 z d)) +("departments" nil (d ih0 p aa1 r t m ax n t s)) +("departs" nil (d ih0 p aa1 r t s)) +("departure" nil (d ih0 p aa1 r ch er0)) +("departures" nil (d ih0 p aa1 r ch er0 z)) +("depascale" nil (d ih0 p aa0 s k aa1 l iy0)) +("depasquale" nil (d ih0 p aa0 s k w aa1 l iy0)) +("depass" nil (d ih0 p ae1 s)) +("depaul" nil (d ih0 p ao1 l)) +("depaula" nil (d ih0 p ao1 l ax)) +("depaulo" nil (d ih0 p ao1 l ow0)) +("depauw" nil (d ax p aw1)) +("depend" nil (d ih0 p eh1 n d)) +("dependability" nil (d ih0 p eh1 n d ax b ih1 l ih0 t iy0)) +("dependable" nil (d ih0 p eh1 n d ax b ax l)) +("depended" nil (d ih0 p eh1 n d ax d)) +("dependence" nil (d ih0 p eh1 n d ax n s)) +("dependencies" nil (d ih0 p eh1 n d ax n s iy0 z)) +("dependency" nil (d ih0 p eh1 n d ax n s iy0)) +("dependent" nil (d ih0 p eh1 n d ax n t)) +("dependents" nil (d ih0 p eh1 n d ax n t s)) +("depending" nil (d ih0 p eh1 n d ih0 ng)) +("depends" nil (d ih0 p eh1 n d z)) +("depetro" nil (d ih0 p eh1 t r ow0)) +("depew" nil (d ax p y uw1)) +("dephillips" nil (d eh1 f ih0 l ih0 p s)) +("depict" nil (d ih0 p ih1 k t)) +("depicted" nil (d ih0 p ih1 k t ax d)) +("depicting" nil (d ih0 p ih1 k t ih0 ng)) +("depiction" nil (d ih0 p ih1 k sh ax n)) +("depictions" nil (d ih0 p ih1 k sh ax n z)) +("depicts" nil (d ih0 p ih1 k t s)) +("depietro" nil (d ih0 p iy1 t r ow0)) +("depilatory" nil (d ih0 p ih1 l ax t ao1 r iy0)) +("depina" nil (d ih0 p iy1 n ax)) +("depinto" nil (d ih0 p iy1 n t ow0)) +("deplete" nil (d ih0 p l iy1 t)) +("depleted" nil (d ih0 p l iy1 t ih0 d)) +("depleters" nil (d ih0 p l iy1 t er0 z)) +("depletes" nil (d ih0 p l iy1 t s)) +("depleting" nil (d ih0 p l iy1 t ih0 ng)) +("depletion" nil (d ih0 p l iy1 sh ax n)) +("deplorable" nil (d ih0 p l ao1 r ax b ax l)) +("deplore" nil (d ih0 p l ao1 r)) +("deplored" nil (d ih0 p l ao1 r d)) +("deplores" nil (d ih0 p l ao1 r z)) +("deploring" nil (d ih0 p l ao1 r ih0 ng)) +("deploy" nil (d ih0 p l oy1)) +("deployable" nil (d ih0 p l oy1 ax b ax l)) +("deployed" nil (d ih0 p l oy1 d)) +("deploying" nil (d ih0 p l oy1 ih0 ng)) +("deployment" nil (d ih0 p l oy1 m ax n t)) +("deployments" nil (d ih0 p l oy1 m ax n t s)) +("deploys" nil (d ih0 p l oy1 z)) +("depner" nil (d eh1 p n er0)) +("depo" nil (d iy1 p ow0)) +("depolo" nil (d ih0 p ow1 l ow0)) +("deponte" nil (d ih0 p ow1 n t iy0)) +("depopulation" nil (d ih0 p aa1 p y ax l ey1 sh ax n)) +("deport" nil (d ih0 p ao1 r t)) +("deportation" nil (d iy1 p ao0 r t ey1 sh ax n)) +("deportations" nil (d iy1 p ao0 r t ey1 sh ax n z)) +("deported" nil (d ih0 p ao1 r t ax d)) +("deportees" nil (d iy1 p ao0 r t iy1 z)) +("deporting" nil (d ih0 p ao1 r t ih0 ng)) +("deportment" nil (d ax p ao1 r t m ax n t)) +("depose" nil (d ih0 p ow1 z)) +("deposed" nil (d ih0 p ow1 z d)) +("deposit" nil (d ax p aa1 z ih0 t)) +("depositary" nil (d ax p aa1 z ih0 t eh1 r iy0)) +("deposited" nil (d ax p aa1 z ih0 t ih0 d)) +("depositing" nil (d ax p aa1 z ih0 t ih0 ng)) +("deposition" nil (d eh1 p ax z ih1 sh ax n)) +("depositional" nil (d eh1 p ax z ih1 sh ax n ax l)) +("depositions" nil (d eh1 p ax z ih1 sh ax n z)) +("depositor" nil (d ax p aa1 z ih0 t er0)) +("depositors" nil (d ax p aa1 z ih0 t er0 z)) +("depository" nil (d ih0 p aa1 z ax t ao1 r iy0)) +("deposits" nil (d ax p aa1 z ih0 t s)) +("depot" nil (d iy1 p ow0)) +("depots" nil (d iy1 p ow0 z)) +("depoy" nil (d eh1 p oy0)) +("depp" nil (d eh1 p)) +("deppe" nil (d eh1 p)) +("deppen" nil (d eh1 p ax n)) +("depravity" nil (d ih0 p r ae1 v ax t iy0)) +("deprecating" nil (d eh1 p r ax k ey1 t ih0 ng)) +("depreciable" nil (d ih0 p r ih1 sh ax b ax l)) +("depreciate" nil (d ih0 p r iy1 sh iy0 ey1 t)) +("depreciated" nil (d ih0 p r iy1 sh iy0 ey1 t ih0 d)) +("depreciates" nil (d ih0 p r iy1 sh iy0 ey1 t s)) +("depreciating" nil (d ih0 p r iy1 sh iy0 ey1 t ih0 ng)) +("depreciation" nil (d ih0 p r iy1 sh iy0 ey1 sh ax n)) +("depredation" nil (d eh1 p r ax d ey1 sh ax n)) +("depredations" nil (d eh0 p r ax d ey1 sh ax n z)) +("depree" nil (d ih0 p r iy1)) +("deprenyl" nil (d eh1 p r ax n ih1 l)) +("depress" nil (d ih0 p r eh1 s)) +("depressant" nil (d ih0 p r eh1 s ax n t)) +("depressants" nil (d ih0 p r eh1 s ax n t s)) +("depressed" nil (d ih0 p r eh1 s t)) +("depresses" nil (d ih0 p r eh1 s ax z)) +("depressing" nil (d ih0 p r eh1 s ih0 ng)) +("depressingly" nil (d ih0 p r eh1 s ih0 ng l iy0)) +("depression" nil (d ih0 p r eh1 sh ax n)) +("depressions" nil (d ih0 p r eh1 sh ax n z)) +("depressive" nil (d ih0 p r eh1 s ih0 v)) +("deprey" nil (d eh1 p r iy0)) +("deprez" nil (d ey0 p r eh1 z)) +("depriest" nil (d eh1 p er0 iy0 ih0 s t)) +("deprivation" nil (d eh1 p r ax v ey1 sh ax n)) +("deprivations" nil (d eh1 p r ax v ey1 sh ax n z)) +("deprive" nil (d ih0 p r ay1 v)) +("deprived" nil (d ih0 p r ay1 v d)) +("deprives" nil (d ih0 p r ay1 v z)) +("depriving" nil (d ih0 p r ay1 v ih0 ng)) +("depth" nil (d eh1 p th)) +("depths" nil (d eh1 p th s)) +("deptula" nil (d ih0 p t uw1 l ax)) +("depue" nil (d ax p y uw1)) +("deputies" nil (d eh1 p y ax t iy0 z)) +("deputy" nil (d eh1 p y ax t iy0)) +("depuy" nil (d ih0 p ay1)) +("dequeker" nil (d ih0 k w eh1 k er0)) +("der" nil (d er1)) +("derail" nil (d ih0 r ey1 l)) +("derailed" nil (d ih0 r ey1 l d)) +("derailing" nil (d ih0 r ey1 l ih0 ng)) +("derailment" nil (d ih0 r ey1 l m ax n t)) +("derailments" nil (d ih0 r ey1 l m ax n t s)) +("derails" nil (d ih0 r ey1 l z)) +("deramo" nil (d ih0 r aa1 m ow0)) +("deramus" nil (d eh1 r ax m ih0 s)) +("deranged" nil (d ih0 r ey1 n jh d)) +("derasmo" nil (d ih0 r aa1 s m ow0)) +("derby" nil (d er1 b iy0)) +("derchin" nil (d er1 ch ih0 n)) +("dercole" nil (d ih0 r k ow1 l iy0)) +("derden" nil (d er1 d ax n)) +("derderian" nil (d er0 d ih1 r iy0 ax n)) +("derecktor" nil (d er0 eh1 k t er0)) +("deregt" nil (d er0 eh1 k t)) +("deregulate" nil (d iy0 r eh1 g y ax l ey0 t)) +("deregulated" nil (d iy0 r eh1 g y ax l ey0 t ih0 d)) +("deregulating" nil (d iy0 r eh1 g y ax l ey1 t ih0 ng)) +("deregulation" nil (d iy0 r eh1 g y ax l ey1 sh ax n)) +("deregulators" nil (d iy0 r eh1 g y ax l ey0 t er0 z)) +("deregulatory" nil (d iy0 r eh1 g y ax l ax t ao1 r iy0)) +("derek" nil (d eh1 r ih0 k)) +("derelict" nil (d eh1 r ax l ih1 k t)) +("dereliction" nil (d eh1 r ax l ih1 k sh ax n)) +("deremer" nil (d eh1 r iy0 m er0)) +("deren" nil (d ih1 r ax n)) +("derenzo" nil (d ih0 r eh1 n z ow0)) +("derflinger" nil (d er1 f ax l ih0 ng er0)) +("derham" nil (d er1 hh ax m)) +("derhammer" nil (d er1 hh ax m er0)) +("derick" nil (d eh1 r ih0 k)) +("derickson" nil (d eh1 r ih0 k s ax n)) +("deridder" nil (d eh1 r ih0 d er0)) +("deride" nil (d ih0 r ay1 d)) +("derided" nil (d ih0 r ay1 d ih0 d)) +("derides" nil (d ih0 r ay1 d z)) +("deriding" nil (d ih0 r ay1 d ih0 ng)) +("derienzo" nil (d ih0 r iy1 n z ow0)) +("derik" nil (d eh1 r ih0 k)) +("dering" nil (d ih1 r ih0 ng)) +("deringer" nil (d eh1 r ih0 n jh er0)) +("derington" nil (d er1 ih0 ng t ax n)) +("derise" nil (d eh1 r ay0 z)) +("derision" nil (d er0 ih1 zh ax n)) +("derisive" nil (d er0 ih1 s ih0 v)) +("derisively" nil (d er0 ih1 s ih0 v l iy0)) +("deriso" nil (d ih0 r iy1 s ow0)) +("derivation" nil (d eh1 r ax v ey1 sh ax n)) +("derivative" nil (d er0 ih1 v ax t ih0 v)) +("derivatives" nil (d er0 ih1 v ax t ih0 v z)) +("derive" nil (d er0 ay1 v)) +("derived" nil (d er0 ay1 v d)) +("derives" nil (d er0 ay1 v z)) +("deriving" nil (d er0 ay1 v ih0 ng)) +("derk" nil (d er1 k)) +("derks" nil (d er1 k s)) +("derksen" nil (d er1 k s ax n)) +("derleth" nil (d er1 l ih0 th)) +("derma" nil (d er1 m ax)) +("dermal" nil (d er1 m ax l)) +("derman" nil (d er1 m ax n)) +("dermatological" nil (d er1 m ax t ax l aa1 jh ih0 k ax l)) +("dermatologist" nil (d er1 m ax t aa1 l ax jh ih0 s t)) +("dermatologists" nil (d er1 m ax t aa1 l ax jh ih0 s t s)) +("dermatology" nil (d er1 m ax t aa1 l ax jh iy0)) +("dermer" nil (d er1 m er0)) +("dermis" nil (d er1 m ax s)) +("dermody" nil (d er1 m ax d iy0)) +("dermot" nil (d er1 m ax t)) +("dermott" nil (d er1 m ax t)) +("dern" nil (d er1 n)) +("derner" nil (d er1 n er0)) +("derobertis" nil (d eh1 r ax b er0 t ih0 s)) +("derocco" nil (d ih0 r ow1 k ow0)) +("deroche" nil (d eh1 r ax k)) +("derocher" nil (d eh1 r ax k er0)) +("derogatory" nil (d er0 aa1 g ax t ao1 r iy0)) +("deroo" nil (d eh1 r uw0)) +("deroos" nil (d ih1 r uw0 z)) +("derosa" nil (d ih0 r ow1 s ax)) +("derose" nil (d eh1 r ax s)) +("derosia" nil (d ih0 r ow1 s iy0 ax)) +("derosier" nil (d eh1 r ax s iy0 er0)) +("derossett" nil (d eh1 r ax s eh0 t)) +("derouen" nil (d er0 w eh1 n)) +("derouin" nil (d er0 w iy1 n)) +("derousse" nil (d er0 uw1 s)) +("deroy" nil (d ih1 r oy0)) +("derr" nil (d eh1 r)) +("derrick" nil (d eh1 r ih0 k)) +("derrickson" nil (d eh1 r ih0 k s ax n)) +("derrico" nil (d ih0 r iy1 k ow0)) +("derrig" nil (d eh1 r ih0 g)) +("derring" nil (d eh1 r ih0 ng)) +("derringer" nil (d eh1 r ax n jh er0)) +("derrington" nil (d eh1 r ih0 ng t ax n)) +("derrow" nil (d eh1 r ow0)) +("derry" nil (d eh1 r iy0)) +("derryberry" nil (d eh1 r iy0 b eh1 r iy0)) +("dersch" nil (d er1 sh)) +("dershem" nil (d er1 sh ih0 m)) +("dershowitz" nil (d er1 sh ax w ih1 t s)) +("derstine" nil (d er1 s t iy0 n)) +("derthick" nil (d er1 th ih0 k)) +("derubeis" nil (d eh1 r ax b ay0 z)) +("deruiter" nil (d ih1 r ih0 t er0)) +("deruko" nil (d ih0 r uw1 k ow0)) +("derus" nil (d eh1 r ih0 s)) +("derusha" nil (d eh1 r ax sh ax)) +("deruyter" nil (d ih1 r ay0 t er0)) +("dervin" nil (d er1 v ih0 n)) +("dervish" nil (d er1 v ih0 sh)) +("derward" nil (d er1 w er0 d)) +("derwin" nil (d er1 w ih0 n)) +("derwinski" nil (d er0 w ih1 n s k iy0)) +("dery" nil (d eh1 r iy0)) +("deryck" nil (d eh1 r ih0 k)) +("deryle" nil (d eh1 r ax l)) +("des" nil (d eh1)) +("desai" nil (d ey0 s aa1 iy0)) +("desalination" nil (d iy0 s ey1 l ih0 n ey1 sh ax n)) +("desalinization" nil (d iy0 s ey1 l ih0 n ax z ey1 sh ax n)) +("desalvo" nil (d ih0 s aa1 l v ow0)) +("desanctis" nil (d eh1 s ax ng k t ih0 s)) +("desanti" nil (d ih0 s aa1 n t iy0)) +("desantiago" nil (d ih0 s aa0 n t iy0 aa1 g ow0)) +("desantis" nil (d ey0 s aa1 n t ih0 s)) +("desanto" nil (d ih0 s aa1 n t ow0)) +("desantos" nil (d ey0 s aa1 n t ow0 z)) +("desaulniers" nil (d eh1 s ow0 l n iy0 er0 z)) +("desautel" nil (d eh1 s ow0 t ax l)) +("desautels" nil (d eh1 s ow0 t ax l z)) +("descarpentries" nil (d ey0 k aa1 r p ax n t r iy0 z)) +("descartes" nil (d ey0 k aa1 r t)) +("descend" nil (d ih0 s eh1 n d)) +("descendant" nil (d ih0 s eh1 n d ax n t)) +("descendants" nil (d ih0 s eh1 n d ax n t s)) +("descended" nil (d ih0 s eh1 n d ax d)) +("descendents" nil (d ih0 s eh1 n d ax n t s)) +("descending" nil (d ih0 s eh1 n d ih0 ng)) +("descends" nil (d ih0 s eh1 n d z)) +("descent" nil (d ih0 s eh1 n t)) +("descenza" nil (d eh0 sh eh1 n z ax)) +("desch" nil (d eh1 sh)) +("deschaine" nil (d ih0 s k ey1 n)) +("deschamps" nil (d eh1 sh ax m p s)) +("deschene" nil (d eh1 sh iy0 n)) +("deschenes" nil (d eh1 sh iy0 n z)) +("deschepper" nil (d eh1 sh ih0 p er0)) +("deschler" nil (d eh1 sh ax l er0)) +("deschner" nil (d eh1 sh n er0)) +("descoteaux" nil (d eh1 s k ax t ow0)) +("describable" nil (d ih0 s k r ay1 b ax b ax l)) +("describe" nil (d ih0 s k r ay1 b)) +("described" nil (d ih0 s k r ay1 b d)) +("describes" nil (d ih0 s k r ay1 b z)) +("describing" nil (d ih0 s k r ay1 b ih0 ng)) +("description" nil (d ih0 s k r ih1 p sh ax n)) +("descriptions" nil (d ih0 s k r ih1 p sh ax n z)) +("descriptive" nil (d ih0 s k r ih1 p t ih0 v)) +("desecration" nil (d eh0 s ax k r ey1 sh ax n)) +("desegregate" nil (d ih0 s eh1 g r ax g ey1 t)) +("desegregated" nil (d ih0 s eh1 g r ih0 g ey1 t ih0 d)) +("desegregation" nil (d ih0 s eh1 g r ax g ey1 sh ax n)) +("desena" nil (d ih0 s eh1 n ax)) +("desensitize" nil (d ih0 s eh1 n s ax t ay1 z)) +("deseret" nil (d eh1 s er0 eh1 t)) +("desert" n (d eh1 z er0 t)) +("desert" v (d ih0 z er1 t)) +("deserted" nil (d ih0 z er1 t ih0 d)) +("deserter" nil (d eh1 z er0 t er0)) +("deserters" nil (d eh1 z er0 t er0 z)) +("deserting" nil (d eh1 z er0 t ih0 ng)) +("desertion" nil (d ih0 z er1 sh ax n)) +("desertions" nil (d ih0 z er1 sh ax n z)) +("deserts" n (d eh1 z er0 t s)) +("deserts" v (d ih0 z er1 t s)) +("deserve" nil (d ih0 z er1 v)) +("deserved" nil (d ih0 z er1 v d)) +("deservedly" nil (d ih0 z er1 v ax d l iy0)) +("deserves" nil (d ih0 z er1 v z)) +("deserving" nil (d ih0 z er1 v ih0 ng)) +("desha" nil (d eh1 sh ax)) +("deshaies" nil (d ih0 sh ey1 z)) +("deshane" nil (d eh1 sh ax n)) +("deshaw" nil (d eh1 sh ao0)) +("deshazer" nil (d eh1 sh ax z er0)) +("deshazo" nil (d ey0 sh aa1 z ow0)) +("deshields" nil (d eh1 sh iy0 l d z)) +("deshler" nil (d eh1 sh l er0)) +("deshon" nil (d eh1 sh ax n)) +("deshong" nil (d eh1 sh ao0 ng)) +("deshotel" nil (d eh1 sh ax t ax l)) +("deshotels" nil (d eh1 sh ax t ax l z)) +("desiccation" nil (d eh1 s ax k ey1 sh ax n)) +("desiderio" nil (d ih0 s iy0 d eh1 r iy0 ow0)) +("design" nil (d ih0 z ay1 n)) +("designate" nil (d eh1 z ax g n ey1 t)) +("designated" nil (d eh1 z ih0 g n ey1 t ih0 d)) +("designates" nil (d eh1 z ih0 g n ey1 t s)) +("designating" nil (d eh1 z ih0 g n ey1 t ih0 ng)) +("designation" nil (d eh1 z ax g n ey1 sh ax n)) +("designations" nil (d eh1 z ax g n ey1 sh ax n z)) +("designcraft" nil (d ih0 z ay1 n k r ae1 f t)) +("designed" nil (d ih0 z ay1 n d)) +("designees" nil (d eh1 z ih0 g n iy1 z)) +("designer" nil (d ih0 z ay1 n er0)) +("designers" nil (d ih0 z ay1 n er0 z)) +("designing" nil (d ih0 z ay1 n ih0 ng)) +("designs" nil (d ih0 z ay1 n z)) +("desilets" nil (d eh1 s ih0 l ih0 t s)) +("desillers" nil (d ih0 s ih1 l er0 z)) +("desilva" nil (d ih0 s iy1 l v ax)) +("desimone" nil (d ih0 s iy0 m ow1 n iy0)) +("desio" nil (d iy1 s iy0 ow0)) +("desir" nil (d ih0 s ih1 r)) +("desirability" nil (d ih0 z ay1 r ax b ih1 l ih0 t iy0)) +("desirable" nil (d ih0 z ay1 r ax b ax l)) +("desire" nil (d ih0 z ay1 er0)) +("desired" nil (d ih0 z ay1 er0 d)) +("desiree" nil (d eh1 s ay0 r iy0)) +("desires" nil (d ih0 z ay1 er0 z)) +("desiring" nil (d ih0 z ay1 er0 ih0 ng)) +("desist" nil (d ih0 s ih1 s t)) +("desisto" nil (d ih0 s iy1 s t ow0)) +("desjardin" nil (d eh1 s zh aa0 r d ae0 n)) +("desjardins" nil (d eh1 s zh aa0 r d ih0 n z)) +("desjarlais" nil (d eh1 s zh aa0 r l ey0)) +("desk" nil (d eh1 s k)) +("deskin" nil (d eh1 s k ih0 n)) +("deskins" nil (d eh1 s k ih0 n z)) +("deskjet" nil (d eh1 s k jh eh1 t)) +("deskpro" nil (d eh1 s k p r ow1)) +("desks" nil (d eh1 s k s)) +("desktop" nil (d eh1 s k t aa1 p)) +("desktops" nil (d eh1 s k t aa1 p s)) +("deslatte" nil (d ih0 s l ae1 t)) +("deslauriers" nil (d eh1 s l ao0 r iy0 er0 z)) +("desma" nil (d iy1 s m ax)) +("desman" nil (d eh1 s m ax n)) +("desmarais" nil (d eh1 z m er0 ey0)) +("desmet" nil (d eh1 s m ih0 t)) +("desmids" nil (d eh1 s m ax d z)) +("desmith" nil (d eh1 s m ih0 th)) +("desmona" nil (d ih0 s m ow1 n ax)) +("desmond" nil (d eh1 z m ax n d)) +("desnoyers" nil (d eh1 s n oy0 er0 z)) +("desolate" nil (d eh1 s ax l ax t)) +("desolation" nil (d eh1 s ax l ey1 sh ax n)) +("desormeaux" nil (d eh1 s er0 m ow0)) +("desoto" nil (d ih0 s ow1 t ow0)) +("desousa" nil (d ih0 s aw1 s ax)) +("desouza" nil (d ey0 s uw1 z ax)) +("despain" nil (d ih0 s p ey1 n)) +("despair" nil (d ih0 s p eh1 r)) +("despaired" nil (d ih0 s p eh1 r d)) +("despairing" nil (d ih0 s p eh1 r ih0 ng)) +("despairs" nil (d ih0 s p eh1 r z)) +("desper" nil (d eh1 s p er0)) +("desperadoes" nil (d eh1 s p er0 aa1 d ow0 z)) +("desperate" nil (d eh1 s p r ih0 t)) +("desperately" nil (d eh1 s p er0 ax t l iy0)) +("desperation" nil (d eh1 s p er0 ey1 sh ax n)) +("despicable" nil (d ih0 s p ih1 k ax b ax l)) +("despise" nil (d ih0 s p ay1 z)) +("despised" nil (d ih0 s p ay1 z d)) +("despises" nil (d ih0 s p ay1 z ih0 z)) +("despite" nil (d ih0 s p ay1 t)) +("despondency" nil (d ih0 s p aa1 n d ax n s iy0)) +("despondent" nil (d ih0 s p aa1 n d ax n t)) +("desposito" nil (d ih0 s p ow0 s iy1 t ow0)) +("despot" nil (d eh1 s p ax t)) +("despotic" nil (d ih0 s p aa1 t ih0 k)) +("despotism" nil (d eh1 s p ax t ih1 z ax m)) +("despres" nil (d eh1 s p er0 z)) +("desrochers" nil (d ey0 r ow1 sh er0 z)) +("desroches" nil (d ey0 r ow1 sh ih0 z)) +("desrosier" nil (d ey0 r ow1 sh iy0 er0)) +("desrosiers" nil (d ey0 r ow1 sh iy0 er0 z)) +("dessauer" nil (d ih0 s aw1 r)) +("desselle" nil (d ih0 s eh1 l)) +("dessent" nil (d ih0 s eh1 n t)) +("dessert" nil (d ih0 z er1 t)) +("desserts" nil (d ih0 z er1 t s)) +("dest" nil (d eh1 s t)) +("destabilization" nil (d iy0 s t ey1 b ax l ax z ey1 sh ax n)) +("destabilize" nil (d ih0 s t ey1 b ax l ay1 z)) +("destabilized" nil (d ih0 s t ey1 b ax l ay1 z d)) +("destabilizing" nil (d ih0 s t ey1 b ax l ay1 z ih0 ng)) +("destec" nil (d eh1 s t eh1 k)) +("destefanis" nil (d eh1 s t ih0 f ax n ih0 s)) +("destefano" nil (d ih0 s t eh0 f aa1 n ow0)) +("destination" nil (d eh1 s t ax n ey1 sh ax n)) +("destinations" nil (d eh1 s t ax n ey1 sh ax n z)) +("destined" nil (d eh1 s t ih0 n d)) +("destinies" nil (d eh1 s t ax n iy0 z)) +("destiny" nil (d eh1 s t ax n iy0)) +("destitute" nil (d eh1 s t ax t uw1 t)) +("destroy" nil (d ih0 s t r oy1)) +("destroyed" nil (d ih0 s t r oy1 d)) +("destroyer" nil (d ih0 s t r oy1 er0)) +("destroyers" nil (d ih0 s t r oy1 er0 z)) +("destroying" nil (d ih0 s t r oy1 ih0 ng)) +("destroys" nil (d ih0 s t r oy1 z)) +("destruct" nil (d ih0 s t r ah1 k t)) +("destruction" nil (d ih0 s t r ah1 k sh ax n)) +("destructive" nil (d ih0 s t r ah1 k t ih0 v)) +("desultory" nil (d eh1 s ax l t ao1 r iy0)) +("detach" nil (d ih0 t ae1 ch)) +("detachable" nil (d ih0 t ae1 ch ax b ax l)) +("detached" nil (d ih0 t ae1 ch t)) +("detachment" nil (d ih0 t ae1 ch m ax n t)) +("detail" nil (d ih0 t ey1 l)) +("detailed" nil (d ih0 t ey1 l d)) +("detailing" nil (d ih0 t ey1 l ih0 ng)) +("details" nil (d ih0 t ey1 l z)) +("detain" nil (d ih0 t ey1 n)) +("detained" nil (d ih0 t ey1 n d)) +("detainee" nil (d iy1 t ey0 n iy1)) +("detainees" nil (d ih0 t ey1 n iy1 z)) +("detaining" nil (d ih0 t ey1 n ih0 ng)) +("detamore" nil (d ih0 t aa1 m ao0 r)) +("detar" nil (d ih0 t aa1 r)) +("detect" nil (d ih0 t eh1 k t)) +("detectable" nil (d ih0 t eh1 k t ax b ax l)) +("detected" nil (d ih0 t eh1 k t ax d)) +("detecting" nil (d ih0 t eh1 k t ih0 ng)) +("detection" nil (d ih0 t eh1 k sh ax n)) +("detective" nil (d ih0 t eh1 k t ih0 v)) +("detectives" nil (d ih0 t eh1 k t ih0 v z)) +("detector" nil (d ih0 t eh1 k t er0)) +("detectors" nil (d ih0 t eh1 k t er0 z)) +("detects" nil (d ih0 t eh1 k t s)) +("detemple" nil (d eh1 t ih0 m p ax l)) +("detente" nil (d ey0 t aa1 n t)) +("detention" nil (d ih0 t eh1 n sh ax n)) +("detentions" nil (d ih0 t eh1 n sh ax n z)) +("deter" nil (d ih0 t er1)) +("deterding" nil (d eh1 t er0 d ih0 ng)) +("detergent" nil (d ih0 t er1 jh ax n t)) +("detergents" nil (d ih0 t er1 jh ax n t s)) +("deteriorate" nil (d ih0 t ih1 r iy0 er0 ey1 t)) +("deteriorated" nil (d ih0 t ih1 r iy0 er0 ey1 t ih0 d)) +("deteriorates" nil (d ih0 t ih1 r iy0 er0 ey1 t s)) +("deteriorating" nil (d ih0 t ih1 r iy0 er0 ey1 t ih0 ng)) +("deterioration" nil (d ih0 t ih1 r iy0 er0 ey1 sh ax n)) +("determan" nil (d iy1 t er0 m ax n)) +("determent" nil (d ih0 t er1 m ax n t)) +("determinable" nil (d ih0 t er1 m ax n ax b ax l)) +("determinant" nil (d ih0 t er1 m ax n ax n t)) +("determinants" nil (d ih0 t er1 m ax n ax n t s)) +("determinate" nil (d ih0 t er1 m ax n ey1 t)) +("determination" nil (d ih0 t er1 m ax n ey1 sh ax n)) +("determinations" nil (d ax t er1 m ih0 n ey1 sh ax n z)) +("determine" nil (d ax t er1 m ax n)) +("determined" nil (d ih0 t er1 m ax n d)) +("determinedly" nil (d ax t er1 m ax n ax d l iy0)) +("determines" nil (d ax t er1 m ax n z)) +("determining" nil (d ih0 t er1 m ax n ih0 ng)) +("determinism" nil (d ih0 t er1 m ax n ih1 z ax m)) +("determinist" nil (d ih0 t er1 m ax n ax s t)) +("deterministic" nil (d ih0 t er1 m ax n ih1 s t ih0 k)) +("deterred" nil (d ih0 t er1 d)) +("deterrence" nil (d ih0 t er1 ax n s)) +("deterrent" nil (d ih0 t er1 r ax n t)) +("deterrents" nil (d ih0 t er1 ax n t s)) +("deterring" nil (d ih0 t er1 ih0 ng)) +("deters" nil (d ih0 t er1 z)) +("detert" nil (d eh1 t er0 t)) +("detest" nil (d ih0 t eh1 s t)) +("detested" nil (d ih0 t eh1 s t ih0 d)) +("detherage" nil (d eh1 dh er0 ih0 jh)) +("dethlefs" nil (d eh1 th l ih0 f s)) +("dethlefsen" nil (d eh1 th l ih0 f s ax n)) +("dethloff" nil (d eh1 th l ao0 f)) +("dethomas" nil (d ih0 th ow1 m ax z)) +("dethrone" nil (d ih0 th r ow1 n)) +("dethroned" nil (d ih0 th r ow1 n d)) +("detienne" nil (d eh1 t iy0 eh0 n)) +("detjen" nil (d eh1 t jh ax n)) +("detlefsen" nil (d eh1 t l ih0 f s ax n)) +("detloff" nil (d eh1 t l ao0 f)) +("detmer" nil (d eh1 t m er0)) +("detonate" nil (d eh1 t ax n ey1 t)) +("detonated" nil (d eh1 t ax n ey1 t ax d)) +("detonating" nil (d eh1 t ax n ey1 t ih0 ng)) +("detonation" nil (d eh1 t ax n ey1 sh ax n)) +("detore" nil (d ih0 t ao1 r iy0)) +("detour" nil (d ih0 t uh1 r)) +("detox" nil (d iy1 t aa1 k s)) +("detoxication" nil (d ih0 t aa1 k s ax k ey1 sh ax n)) +("detoxification" nil (d ih0 t aa1 k s ih0 f ih0 k ey1 sh ax n)) +("detoxify" nil (d ih0 t aa1 k s ax f ay1)) +("detract" nil (d ih0 t r ae1 k t)) +("detracted" nil (d ih0 t r ae1 k t ih0 d)) +("detracting" nil (d ih0 t r ae1 k t ih0 ng)) +("detractors" nil (d ih0 t r ae1 k t er0 z)) +("detracts" nil (d ih0 t r ae1 k t s)) +("detrich" nil (d eh1 t r ih0 k)) +("detrick" nil (d eh1 t r ih0 k)) +("detriment" nil (d eh1 t r ax m ax n t)) +("detrimental" nil (d eh1 t r ax m eh1 n t ax l)) +("detritus" nil (d ih0 t r ay1 t ax s)) +("detro" nil (d iy1 t r ow0)) +("detroit" nil (d ih0 t r oy1 t)) +("detroiters" nil (d ax t r oy1 t er0 z)) +("detter" nil (d eh1 t er0)) +("dettinger" nil (d eh1 t ih0 n jh er0)) +("dettling" nil (d eh1 t l ih0 ng)) +("dettloff" nil (d eh1 t l ao0 f)) +("dettman" nil (d eh1 t m ax n)) +("dettmann" nil (d eh1 t m ax n)) +("dettmer" nil (d eh1 t m er0)) +("dettore" nil (d ih0 t ao1 r iy0)) +("detty" nil (d eh1 t iy0)) +("deturk" nil (d eh1 t er0 k)) +("detweiler" nil (d eh1 t w ay1 l er0)) +("detwiler" nil (d eh1 t w ay1 l er0)) +("detzel" nil (d eh1 t z ax l)) +("deubel" nil (d oy1 b ax l)) +("deubler" nil (d oy1 b ax l er0)) +("deuce" nil (d uw1 s)) +("deuel" nil (d uw1 eh0 l)) +("deukmejian" nil (d uw0 k m ey1 jh iy0 ax n)) +("deupree" nil (d uw0 p r iy1)) +("deuschle" nil (d oy1 sh ax l)) +("deuser" nil (d oy1 s er0)) +("deuss" nil (d uw1 s)) +("deutch" nil (d oy1 ch)) +("deuterium" nil (d uw0 t iy1 r iy0 ax m)) +("deuterons" nil (d uw1 t er0 aa1 n z)) +("deutsch" nil (d oy1 ch)) +("deutsche" nil (d oy1 ch)) +("deutschemark" nil (d oy1 ch m aa1 r k)) +("deutschemarks" nil (d oy1 ch m aa1 r k s)) +("deutscher" nil (d oy1 ch er0)) +("deutschland" nil (d oy1 ch l ae0 n d)) +("deutschman" nil (d oy1 ch m ax n)) +("deutz" nil (d oy1 t s)) +("deux" nil (d uw1)) +("deva" nil (d ey1 v ax)) +("deval" nil (d ih0 v aa1 l)) +("devall" nil (d ey0 v aa1 l)) +("devaluated" nil (d ih0 v ae1 l y uw0 ey1 t ih0 d)) +("devaluation" nil (d ih0 v ae1 l y uw0 ey1 sh ax n)) +("devaluations" nil (d iy1 v ae0 l y uw0 ey1 sh ax n z)) +("devalue" nil (d ih0 v ae1 l y uw1)) +("devalued" nil (d ih0 v ae1 l y uw1 d)) +("devaluing" nil (d ih0 v ae1 l y uw0 ih0 ng)) +("devan" nil (d eh1 v ax n)) +("devane" nil (d ih0 v ey1 n)) +("devaney" nil (d eh1 v ax n iy0)) +("devany" nil (d eh1 v ax n iy0)) +("devastate" nil (d eh1 v ax s t ey1 t)) +("devastated" nil (d eh1 v ax s t ey1 t ax d)) +("devastating" nil (d eh1 v ax s t ey1 t ih0 ng)) +("devastatingly" nil (d eh1 v ax s t ey1 t ih0 ng l iy0)) +("devastation" nil (d eh1 v ax s t ey1 sh ax n)) +("devaughn" nil (d eh1 v ao0 n)) +("devaul" nil (d ih0 v ow1 l)) +("devault" nil (d ih0 v ow1)) +("devaux" nil (d ih0 v ow1)) +("deveau" nil (d ih0 v ow1)) +("deveaux" nil (d ih0 v ow1)) +("develcon" nil (d ax v eh1 l k ax n)) +("develle" nil (d ax v eh1 l)) +("develop" nil (d ih0 v eh1 l ax p)) +("developable" nil (d ih0 v eh1 l ax p ax b ax l)) +("developed" nil (d ih0 v eh1 l ax p t)) +("developer" nil (d ih0 v eh1 l ax p er0)) +("developers" nil (d ih0 v eh1 l ax p er0 z)) +("developing" nil (d ih0 v eh1 l ax p ih0 ng)) +("development" nil (d ih0 v eh1 l ax p m ax n t)) +("developmental" nil (d ih0 v eh1 l ax p m eh1 n t ax l)) +("developments" nil (d ih0 v eh1 l ax p m ax n t s)) +("develops" nil (d ih0 v eh1 l ax p s)) +("devendorf" nil (d eh1 v ih0 n d ao0 r f)) +("deveney" nil (d eh1 v ih0 n iy0)) +("devenney" nil (d eh1 v ih0 n iy0)) +("devenny" nil (d eh1 v ih0 n iy0)) +("devenport" nil (d ih0 v eh1 n p ao0 r t)) +("devens" nil (d iy1 v ax n z)) +("deveny" nil (d ih0 v iy1 n iy0)) +("dever" nil (d iy1 v er0)) +("devera" nil (d ey0 v eh1 r ax)) +("deveraux" nil (d eh1 v er0 ow0)) +("devere" nil (d ey0 v eh1 r ey0)) +("devereaux" nil (d eh1 v er0 ow0)) +("deverell" nil (d ey0 v eh0 r ey1 l)) +("devereux" nil (d eh1 v er0 uw1)) +("devers" nil (d eh1 v er0 z)) +("devey" nil (d ih0 v ey1)) +("deviance" nil (d iy1 v iy0 ax n s)) +("deviant" nil (d iy1 v iy0 ax n t)) +("deviants" nil (d iy1 v iy0 ax n t s)) +("deviate" nil (d iy1 v iy0 ey1 t)) +("deviated" nil (d iy1 v iy0 ey1 t ih0 d)) +("deviates" nil (d iy1 v iy0 ey1 t s)) +("deviation" nil (d iy1 v iy0 ey1 sh ax n)) +("deviations" nil (d iy0 v iy0 ey1 sh ax n z)) +("device" nil (d ih0 v ay1 s)) +("devices" nil (d ih0 v ay1 s ax z)) +("devil" nil (d eh1 v ax l)) +("devilbiss" nil (d eh1 v ih0 l b ih0 s)) +("devilish" nil (d eh1 v l ih0 sh)) +("devilishly" nil (d eh1 v ax l ih0 sh l iy0)) +("deville" nil (d ax v ih1 l)) +("devillier" nil (d ax v ih1 l y er0)) +("devils" nil (d eh1 v ax l z)) +("devilwood" nil (d eh1 v ax l w uh1 d)) +("devin" nil (d eh1 v ih0 n)) +("devincent" nil (d ey0 v iy1 n s ax n t)) +("devincentis" nil (d eh0 v ih0 n s eh1 n t ih0 s)) +("devincenzi" nil (d ih0 v iy0 n ch eh1 n z iy0)) +("devincenzo" nil (d ih0 v iy0 n ch eh1 n z ow0)) +("devine" nil (d ax v ay1 n)) +("deviney" nil (d eh1 v ih0 n iy0)) +("devinney" nil (d eh1 v ih0 n iy0)) +("devino" nil (d ih0 v iy1 n ow0)) +("devins" nil (d eh1 v ih0 n z)) +("devious" nil (d iy1 v iy0 ax s)) +("devise" nil (d ih0 v ay1 z)) +("devised" nil (d ih0 v ay1 z d)) +("devises" nil (d ih0 v ay1 z ih0 z)) +("devising" nil (d ih0 v ay1 z ih0 ng)) +("devita" nil (d ih0 v iy1 t ax)) +("devito" nil (d ih0 v iy1 t ow0)) +("devitt" nil (d ih0 v ih1 t)) +("devivo" nil (d ih0 v iy1 v ow0)) +("devlin" nil (d eh1 v l ih0 n)) +("devoe" nil (d ih0 v ow1)) +("devoid" nil (d ih0 v oy1 d)) +("devol" nil (d eh1 v ao0 l)) +("devolder" nil (d eh1 v ow0 l d er0)) +("devoll" nil (d eh1 v ax l)) +("devolution" nil (d eh1 v ax l uw1 sh ax n)) +("devolved" nil (d ih0 v aa1 l v d)) +("devon" nil (d eh1 v ax n)) +("devona" nil (d eh1 v ax n ax)) +("devonian" nil (d ih0 v ow1 n iy0 ax n)) +("devonshire" nil (d ih0 v aa1 n sh ay1 r)) +("devor" nil (d ih0 v ao1 r)) +("devore" nil (d eh1 v er0)) +("devos" nil (d iy1 v ow0 z)) +("devoss" nil (d ih0 v aa1 s)) +("devote" nil (d ih0 v ow1 t)) +("devoted" nil (d ih0 v ow1 t ax d)) +("devotee" nil (d eh1 v ax t iy1)) +("devotees" nil (d eh1 v ax t iy1 z)) +("devotes" nil (d ih0 v ow1 t s)) +("devoting" nil (d ih0 v ow1 t ih0 ng)) +("devotion" nil (d ih0 v ow1 sh ax n)) +("devotional" nil (d ih0 v ow1 sh ax n ax l)) +("devoto" nil (d ih0 v ow1 t ow0)) +("devour" nil (d ih0 v aw1 er0)) +("devoured" nil (d ih0 v aw1 er0 d)) +("devouring" nil (d ih0 v aw1 er0 ih0 ng)) +("devours" nil (d ih0 v aw1 er0 z)) +("devout" nil (d ih0 v aw1 t)) +("devoutly" nil (d ih0 v aw1 t l iy0)) +("devoy" nil (d eh1 v oy0)) +("devries" nil (d ih0 v r iy1 s)) +("devry" nil (d eh1 v r iy0)) +("dew" nil (d uw1)) +("dewaard" nil (d uw0 aa1 r d)) +("dewaele" nil (d uw1 eh0 l)) +("dewald" nil (d uw1 ax l d)) +("dewall" nil (d uw1 ax l)) +("dewalt" nil (d uw1 ax l t)) +("dewan" nil (d uw1 ax n)) +("dewar" nil (d uw1 er0)) +("dewart" nil (d uw1 aa0 r t)) +("dewberry" nil (d uw1 b eh1 r iy0)) +("dewbre" nil (d uw1 b er0)) +("dewclaw" nil (d uw1 k l ao1)) +("deweerd" nil (d uw1 ih0 r d)) +("dewees" nil (d uw1 iy0 z)) +("deweese" nil (d uw1 iy0 z)) +("dewell" nil (d eh1 w eh0 l)) +("dewey" nil (d uw1 iy0)) +("dewhirst" nil (d eh1 w er0 s t)) +("dewhurst" nil (d eh1 w er0 s t)) +("dewilde" nil (d iy1 w ay0 l d)) +("dewine" nil (d ax w ay1 n)) +("dewing" nil (d uw1 ih0 ng)) +("dewinter" nil (d uw1 ih0 n t er0)) +("dewire" nil (d uw1 ay0 r)) +("dewit" nil (d uw1 ih0 t)) +("dewitt" nil (d ax w ih1 t)) +("dewitte" nil (d uw0 ih1 t)) +("dewitz" nil (d eh1 w ih0 t s)) +("dewolf" nil (d uw1 uh0 l f)) +("dewolfe" nil (d uw1 uh0 l f)) +("dewoody" nil (d iy1 w uh0 d iy0)) +("dews" nil (d uw1 z)) +("dewulf" nil (d uw1 ax l f)) +("dewy" nil (d uw1 iy0)) +("dex" nil (d eh1 k s)) +("dexheimer" nil (d eh1 k s hh ay0 m er0)) +("dexter" nil (d eh1 k s t er0)) +("dexterity" nil (d eh0 k s t eh1 r ax t iy0)) +("dextra" nil (d eh1 k s t r ax)) +("dextran" nil (d eh1 k s t r ae1 n)) +("dextro" nil (d eh1 k s t r ow0)) +("dextrose" nil (d eh1 k s t r ow0 s)) +("dextrous" nil (d eh1 k s t r ax s)) +("dey" nil (d ey1)) +("deyo" nil (d ey1 ow0)) +("deyoe" nil (d ey1 ow0)) +("deyoung" nil (d eh1 y ax ng)) +("deyton" nil (d ih0 t ao1 n)) +("dezarn" nil (d ey0 z aa1 r n)) +("dezeeuw" nil (d ih0 z iy1 uw0)) +("dezern" nil (d ey0 z eh1 r n)) +("deziel" nil (d eh1 z iy0 l)) +("dhabi" nil (d aa1 b iy0)) +("dhaka" nil (d aa1 k ax)) +("dharma" nil (d aa1 r m ax)) +("dhein" nil (d ay1 n)) +("dhia" nil (d iy1 ax)) +("dhillon" nil (d ih1 l ax n)) +("dhlakama" nil (d ax l ax k aa1 m ax)) +("dhole" nil (d ow1 l)) +("dhondt" nil (d hh aa1 n t)) +("dhows" nil (d aw1 z)) +("di" nil (d iy1)) +("dia" nil (d iy1 ax)) +("diab" nil (d ay1 ax b)) +("diabase" nil (d ay1 ax b ey1 s)) +("diabasic" nil (d ay1 ax b ey1 s ih0 k)) +("diabetes" nil (d ay1 ax b iy1 t iy0 z)) +("diabetic" nil (d ay1 ax b eh1 t ih0 k)) +("diabetics" nil (d ay1 ax b eh1 t ih0 k s)) +("diablo" nil (d ay1 ae1 b l ow0)) +("diabolical" nil (d ay1 ax b aa1 l ih0 k ax l)) +("diaconate" nil (d ay0 ae1 k ax n ax t)) +("diacritical" nil (d ay1 ax k r ih1 t ax k ax l)) +("diadem" nil (d ay1 ax d eh1 m)) +("diagnose" nil (d ay1 ax g n ow1 s)) +("diagnosed" nil (d ay1 ax g n ow1 s t)) +("diagnoses" nil (d ay1 ax g n ow1 s iy0 z)) +("diagnosing" nil (d ay1 ax g n ow1 s ih0 ng)) +("diagnosis" nil (d ay1 ax g n ow1 s ax s)) +("diagnostek" nil (d ay1 ax g n aa1 s t eh0 k)) +("diagnostic" nil (d ay1 ax g n aa1 s t ih0 k)) +("diagnostics" nil (d ay1 ax g n aa1 s t ih0 k s)) +("diagonal" nil (d ay0 ae1 g ax n ax l)) +("diagonally" nil (d ay0 ae1 g ax n ax l iy0)) +("diagram" nil (d ay1 ax g r ae1 m)) +("diagraming" nil (d ay1 ax g r ae1 m ih0 ng)) +("diagrammatic" nil (d ay1 ax g r ax m ae1 t ih0 k)) +("diagrams" nil (d ay1 ax g r ae1 m z)) +("dial" nil (d ay1 ax l)) +("dialect" nil (d ay1 ax l eh1 k t)) +("dialectic" nil (d ay1 ax l eh1 k t ih0 k)) +("dialectical" nil (d ay1 ax l eh1 k t ih0 k ax l)) +("dialects" nil (d ay1 ax l eh1 k t s)) +("dialed" nil (d ay1 ax l d)) +("dialing" nil (d ay1 ax l ih0 ng)) +("dialog" nil (d ay1 ax l ao0 g)) +("dialogue" nil (d ay1 ax l ao1 g)) +("dialogues" nil (d ay1 ax l ao1 g z)) +("dials" nil (d ay1 ax l z)) +("dialtone" nil (d ay1 ax l t ow1 n)) +("dialysis" nil (d ay0 ae1 l ax s ax s)) +("diamagnetic" nil (d ay1 ax m ae0 g n eh1 t ih0 k)) +("diamagnetism" nil (d ay1 ax m ae1 g n ih0 t ih1 z ax m)) +("diamandis" nil (d ay1 ax m ae1 n d ih0 s)) +("diamant" nil (d ay1 ax m ax n t)) +("diamanta" nil (d ay1 ax m ae1 n t ax)) +("diamante" nil (d ay1 ax m aa1 n t iy0)) +("diameter" nil (d ay0 ae1 m ax t er0)) +("diametrically" nil (d ay1 ax m eh1 t r ih0 k ax l iy0)) +("diamond" nil (d ay1 m ax n d)) +("diamonds" nil (d ay1 m ax n d z)) +("dian" nil (d ay1 ax n)) +("diana" nil (d ay0 ae1 n ax)) +("diane" nil (d ay0 ae1 n)) +("diangelo" nil (d ay0 ax ng g eh1 l ow0)) +("dianna" nil (d ay1 ae1 n ax)) +("dianne" nil (d ay0 ae1 n)) +("diantha" nil (d ay1 ae1 n th ax)) +("dianthe" nil (d ay0 ae1 n dh iy0)) +("dianthia" nil (d ay1 ae1 n th iy0 ax)) +("diantonio" nil (d ay1 ax n t ow1 n iy0 ow0)) +("diaper" nil (d ay1 p er0)) +("diapering" nil (d ay1 p er0 ih0 ng)) +("diapers" nil (d ay1 ax p er0 z)) +("diaphonia" nil (d ay1 ax f ow1 n iy0 ax)) +("diaphragm" nil (d ay1 ax f r ae1 m)) +("diapsid" nil (d ay1 ae1 p s ih0 d)) +("diaries" nil (d ay1 er0 iy0 z)) +("diario" nil (d ay0 eh1 r iy0 ow0)) +("diarrhea" nil (d ay1 er0 iy1 ax)) +("diarrhoea" nil (d ay1 er0 iy1 ax)) +("diary" nil (d ay1 er0 iy0)) +("dias" nil (d ay1 ax z)) +("diasa" nil (d iy0 aa1 s ax)) +("diasonics" nil (d ay1 ax s aa1 n ih0 k s)) +("diaspora" nil (d ay0 ae1 s p er0 ax)) +("diastase" nil (d ay1 ax s t ey1 s)) +("diastole" nil (d ay0 ae1 s t ax l iy1)) +("diastolic" nil (d ay1 ax s t aa1 l ih0 k)) +("diastrophism" nil (d ay0 ae1 s t r ax f ih1 z ax m)) +("diathermy" nil (d ay1 ax th er1 m iy0)) +("diatomic" nil (d ay1 ax t aa1 m ih0 k)) +("diatoms" nil (d ay1 ax t aa1 m z)) +("diatonic" nil (d ay1 ax t aa1 n ih0 k)) +("diatribe" nil (d ay1 ax t r ay1 b)) +("diaz" nil (d iy1 aa0 s)) +("diazo" nil (d ay0 ae1 z ow1)) +("dibacco" nil (d ih0 b aa1 k ow0)) +("dibari" nil (d ih0 b aa1 r iy0)) +("dibartolo" nil (d iy1 b aa0 r t ow1 l ow0)) +("dibartolomeo" nil (d ih0 b aa0 r t ow0 l ow1 m iy0 ow0)) +("dibattista" nil (d ih0 b aa0 t iy1 s t ax)) +("dibb" nil (d ih1 b)) +("dibbern" nil (d ih1 b er0 n)) +("dibble" nil (d ih1 b ax l)) +("dibbled" nil (d ih1 b ax l d)) +("dibella" nil (d ih0 b eh1 l ax)) +("dibello" nil (d ih0 b eh1 l ow0)) +("dibenedetto" nil (d ih0 b ih0 n ax d eh1 t ow0)) +("dibernardo" nil (d ih0 b er0 n aa1 r d ow0)) +("dibert" nil (d ih1 b er0 t)) +("dibiase" nil (d iy1 b iy0 aa1 s iy0)) +("dibiasio" nil (d ih0 b iy0 aa1 s iy0 ow0)) +("diblasi" nil (d ih0 b l aa1 s iy0)) +("diblasio" nil (d ih0 b l aa1 s iy0 ow0)) +("dible" nil (d ay1 b ax l)) +("diboll" nil (d ih1 b ax l)) +("dibona" nil (d ih0 b ow1 n ax)) +("dibrell" nil (d ih1 b r ax l)) +("dibs" nil (d ih1 b z)) +("dibuono" nil (d ih0 b w ow1 n ow0)) +("dic" nil (d ih1 k)) +("dicamba" nil (d ih0 k ae1 m b ax)) +("dicamillo" nil (d ih0 k aa0 m ih1 l ow0)) +("dicaprio" nil (d ih0 k ae1 p r iy0 ow0)) +("dicarlo" nil (d ih0 k aa1 r l ow0)) +("dice" nil (d ay1 s)) +("dicecco" nil (d ih0 s eh1 k ow0)) +("diced" nil (d ay1 s t)) +("dicello" nil (d ih0 s eh1 l ow0)) +("dicenso" nil (d ih0 s eh1 n s ow0)) +("dicenzo" nil (d ih0 s eh1 n z ow0)) +("diceon" nil (d ih1 s iy0 ax n)) +("dicesare" nil (d ih0 ch eh0 s aa1 r iy0)) +("dicey" nil (d ay1 s iy0)) +("dichiara" nil (d ih0 k iy0 aa1 r ax)) +("dichotomy" nil (d ay0 k aa1 t ax m iy0)) +("dichroic" nil (d ay0 k r ow1 ih0 k)) +("dichromate" nil (d ay0 k r ow1 m ey1 t)) +("dichter" nil (d ih1 k t er0)) +("dicicco" nil (d ih0 s ih1 k ow0)) +("dicier" nil (d ay1 s iy0 er0)) +("dicioccio" nil (d ih0 ch ow1 ch iy0 ow0)) +("dick" nil (d ih1 k)) +("dickard" nil (d ih1 k er0 d)) +("dickason" nil (d ih1 k ax s ax n)) +("dicke" nil (d ih1 k)) +("dickel" nil (d ih1 k ax l)) +("dicken" nil (d ih1 k ax n)) +("dickens" nil (d ih1 k ax n z)) +("dickensheets" nil (d ih1 k ax n sh iy1 t s)) +("dickensian" nil (d ih0 k eh1 n z iy0 ax n)) +("dickenson" nil (d ih1 k ih0 n s ax n)) +("dicker" nil (d ih1 k er0)) +("dickered" nil (d ih1 k er0 d)) +("dickering" nil (d ih1 k er0 ih0 ng)) +("dickerman" nil (d ih1 k er0 m ax n)) +("dickerson" nil (d ih1 k er0 s ax n)) +("dickert" nil (d ih1 k er0 t)) +("dickes" nil (d ih1 k s)) +("dickeson" nil (d ih1 k ih0 s ax n)) +("dickey" nil (d ih1 k iy0)) +("dickhaut" nil (d ih1 k hh aw1 t)) +("dickie" nil (d ih1 k iy0)) +("dickinson" nil (d ih1 k ih0 n s ax n)) +("dickison" nil (d ih1 k ih0 s ax n)) +("dickler" nil (d ih1 k l er0)) +("dickman" nil (d ih1 k m ax n)) +("dickmann" nil (d ih1 k m ax n)) +("dickmeyer" nil (d ih1 k m ay0 er0)) +("dicks" nil (d ih1 k s)) +("dickson" nil (d ih1 k s ax n)) +("dickstein" nil (d ih1 k s t ay0 n)) +("dicky" nil (d ih1 k iy0)) +("diclemente" nil (d ih1 k l ax m eh1 n t ey0)) +("dicocco" nil (d ih0 k ow1 k ow0)) +("dicola" nil (d ih0 k ow1 l ax)) +("dicomed" nil (d ih1 k ax m eh0 d)) +("dicostanzo" nil (d ih0 k ow0 s t aa1 n z ow0)) +("dicots" nil (d ay1 k aa0 t s)) +("dictaphone" nil (d ih1 k t ax f ow1 n)) +("dictate" v (d ih0 k t ey1 t)) +("dictate" n (d ih1 k t ey1 t)) +("dictated" nil (d ih0 k t ey1 t ax d)) +("dictates" v (d ih0 k t ey1 t s)) +("dictates" n (d ih1 k t ey1 t s)) +("dictating" nil (d ih1 k t ey1 t ih0 ng)) +("dictation" nil (d ih0 k t ey1 sh ax n)) +("dictator" nil (d ih0 k t ey1 t er0)) +("dictatorial" nil (d ih1 k t ax t ao1 r iy0 ax l)) +("dictators" nil (d ih0 k t ey1 t er0 z)) +("dictatorship" nil (d ih0 k t ey1 t er0 sh ih1 p)) +("dictatorships" nil (d ih0 k t ey1 t er0 sh ih1 p s)) +("diction" nil (d ih1 k sh ax n)) +("dictionaries" nil (d ih1 k sh ax n eh1 r iy0 z)) +("dictionary" nil (d ih1 k sh ax n eh1 r iy0)) +("dictum" nil (d ih1 k t ax m)) +("dicus" nil (d ay1 k ax s)) +("did" nil (d ih1 d)) +("didactic" nil (d ay0 d ae1 k t ih0 k)) +("diddy" nil (d ih1 d iy0)) +("didemeyer" nil (d iy1 d ax m ay1 er0)) +("dideoxycytidine" nil (d ih1 d iy0 aa1 k s iy0 s ay1 t ih0 d ay1 n)) +("didi" nil (d iy1 d iy0)) +("didier" nil (d ih1 d iy0 er0)) +("didinium" nil (d ih0 d ih1 n iy0 ax m)) +("didion" nil (d ih1 d iy0 ax n)) +("dido" nil (d ay1 d ow0)) +("didomenico" nil (d ih0 d ow0 m eh0 n iy1 k ow0)) +("didonato" nil (d ih0 d ow0 n aa1 t ow0)) +("didonna" nil (d ih0 d aa1 n ax)) +("die" nil (d ay1)) +("diebel" nil (d iy1 b ax l)) +("diebold" nil (d ay1 b ow1 l d)) +("dieck" nil (d iy1 k)) +("dieckman" nil (d iy1 k m ax n)) +("dieckmann" nil (d iy1 k m ax n)) +("died" nil (d ay1 d)) +("diede" nil (d iy1 d)) +("diederich" nil (d iy1 d er0 ih0 k)) +("diedrich" nil (d iy1 d r ih0 k)) +("diedrick" nil (d iy1 d r ih0 k)) +("diefenbach" nil (d iy1 f ih0 n b aa0 k)) +("diefenderfer" nil (d iy1 f ih0 n d er0 f er0)) +("diefendorf" nil (d iy1 f ih0 n d ao0 r f)) +("dieffenbach" nil (d iy1 f ih0 n b aa0 k)) +("diegans" nil (d iy1 g ax n z)) +("diegel" nil (d iy1 g ax l)) +("diego" nil (d iy0 ey1 g ow0)) +("dieguez" nil (d ih0 g eh1 z)) +("diehard" nil (d ay1 hh aa1 r d)) +("diehards" nil (d ay1 hh aa1 r d z)) +("diehl" nil (d iy1 l)) +("diehm" nil (d iy1 m)) +("diekman" nil (d iy1 k m ax n)) +("diekmann" nil (d iy1 k m ax n)) +("diel" nil (d iy1 l)) +("diem" nil (d iy1 m)) +("diemer" nil (d iy1 m er0)) +("diemert" nil (d iy1 m er0 t)) +("diener" nil (d iy1 n er0)) +("dienes" nil (d iy1 n eh0 z)) +("dienst" nil (d iy1 n s t)) +("diep" nil (d iy1 p)) +("dier" nil (d iy1 er0)) +("diercks" nil (d iy1 r k s)) +("dieringer" nil (d ih1 r ih0 n jh er0)) +("dierker" nil (d iy1 r k er0)) +("dierkes" nil (d iy1 r k s)) +("dierking" nil (d ay1 er0 k ih0 ng)) +("dierks" nil (d iy1 r k s)) +("dierolf" nil (d ih1 r ow0 l f)) +("diers" nil (d iy1 er0 z)) +("diery" nil (d ih1 r iy0)) +("dies" nil (d ay1 z)) +("diesel" nil (d iy1 s ax l)) +("diesels" nil (d iy1 z ax l z)) +("dieses" nil (d ay1 z ih0 z)) +("diesing" nil (d iy1 s ih0 ng)) +("diet" nil (d ay1 ax t)) +("dietary" nil (d ay1 ax t eh1 r iy0)) +("dietel" nil (d iy1 t ax l)) +("dieter" nil (d iy1 t er0)) +("dieterich" nil (d iy1 t er0 ih0 k)) +("dieterle" nil (d iy1 t er0 ax l)) +("dieters" nil (d ay1 ax t er0 z)) +("dietetic" nil (d ay1 ax t eh1 t ih0 k)) +("dieting" nil (d ay1 ax t ih0 ng)) +("dietitian" nil (d ay1 ax t ih1 sh ax n)) +("dietitians" nil (d ay1 ax t ih1 sh ax n z)) +("dietl" nil (d ay1 ax t l)) +("dietrich" nil (d iy1 t r ih0 k)) +("dietrick" nil (d iy1 t r ih0 k)) +("diets" nil (d ay1 ih0 t s)) +("dietsch" nil (d iy1 ch)) +("dietsche" nil (d iy1 ch)) +("dietz" nil (d iy1 t s)) +("dietze" nil (d ay1 ax t z)) +("dietzel" nil (d iy1 t z ax l)) +("dietzen" nil (d iy1 t z ax n)) +("dietzler" nil (d iy1 t s l er0)) +("dietzman" nil (d iy1 t s m ax n)) +("dievler" nil (d iy1 v l er0)) +("diez" nil (d ay1 ax z)) +("difabio" nil (d ih0 f ey1 b iy0 ow0)) +("difalco" nil (d ih0 f ae1 l k ow0)) +("difazio" nil (d ih0 f ey1 z iy0 ow0)) +("difelice" nil (d ih0 f eh1 l ih0 s)) +("diff" nil (d ih1 f)) +("diffee" nil (d ih1 f iy0)) +("diffenderfer" nil (d ih1 f ih0 n d er0 f er0)) +("differ" nil (d ih1 f er0)) +("differed" nil (d ih1 f er0 d)) +("difference" nil (d ih1 f er0 ax n s)) +("differences" nil (d ih1 f er0 ax n s ih0 z)) +("different" nil (d ih1 f er0 ax n t)) +("differential" nil (d ih1 f er0 eh1 n ch ax l)) +("differentials" nil (d ih1 f er0 eh1 n ch ax l z)) +("differentiate" nil (d ih1 f er0 eh1 n sh iy0 ey1 t)) +("differentiated" nil (d ih1 f er0 eh1 n ch iy0 ey1 t ih0 d)) +("differentiates" nil (d ih0 f er0 eh1 n sh iy0 ey1 t s)) +("differentiating" nil (d ih1 f er0 eh1 n ch iy0 ey1 t ih0 ng)) +("differentiation" nil (d ih0 f er0 eh1 n sh iy0 ey1 sh ax n)) +("differently" nil (d ih1 f r ax n t l iy0)) +("differing" nil (d ih1 f er0 ih0 ng)) +("differs" nil (d ih1 f er0 z)) +("difficult" nil (d ih1 f ax k ax l t)) +("difficulties" nil (d ih1 f ax k ax l t iy0 z)) +("difficulty" nil (d ih1 f ax k ax l t iy0)) +("diffin" nil (d ih1 f ih0 n)) +("diffley" nil (d ih1 f l iy0)) +("diffract" nil (d ih0 f r ae1 k t)) +("diffraction" nil (d ih0 f r ae1 k sh ax n)) +("diffuse" j (d ih0 f y uw1 s)) +("diffuse" v (d ih0 f y uw1 z)) +("diffused" nil (d ih0 f y uw1 z d)) +("diffuses" nil (d ih0 f y uw1 z ax z)) +("diffusion" nil (d ih0 f y uw1 zh ax n)) +("difilippo" nil (d ih0 f iy0 l iy1 p ow0)) +("difiore" nil (d ih0 f iy0 ao1 r iy0)) +("difm" nil (d ih1 f m)) +("difonzo" nil (d ih0 f aa1 n z ow0)) +("difrancesco" nil (d ih0 f r aa0 n ch eh1 s k ow0)) +("difranco" nil (d ih0 f r aa1 n k ow0)) +("dig" nil (d ih1 g)) +("digaetano" nil (d ih0 jh ax t aa1 n ow0)) +("digalakis" nil (d ih0 jh ax l aa1 k ax s)) +("digangi" nil (d ih0 g ae1 n jh iy0)) +("digate" nil (d ay1 g ey1 t)) +("digby" nil (d ih1 g b iy0)) +("digennaro" nil (d ih0 jh eh0 n aa1 r ow0)) +("digenova" nil (d iy1 jh eh0 n ow1 v ax)) +("digeronimo" nil (d ih0 jh er0 ow0 n iy1 m ow0)) +("digest" v (d ay0 jh eh1 s t)) +("digest" n (d ay1 jh eh0 s t)) +("digested" nil (d ay1 jh eh1 s t ih0 d)) +("digester" nil (d ay1 jh eh1 s t er0)) +("digestible" nil (d ay0 jh eh1 s t ax b ax l)) +("digesting" nil (d ay0 jh eh1 s t ih0 ng)) +("digestion" nil (d ay0 jh eh1 s ch ax n)) +("digestive" nil (d ay0 jh eh1 s t ih0 v)) +("digests" v (d ay0 jh eh1 s t s)) +("digests" n (d ay1 jh eh0 s t s)) +("digger" nil (d ih1 g er0)) +("diggers" nil (d ih1 g er0 z)) +("digges" nil (d ih1 g z)) +("digging" nil (d ih1 g ih0 ng)) +("diggins" nil (d ih1 g ih0 n z)) +("diggle" nil (d ih1 g ax l)) +("diggs" nil (d ih1 g z)) +("digiacomo" nil (d iy1 jh ax k ow0 m ow0)) +("digicon" nil (d ih1 jh ih0 k aa1 n)) +("digidyne" nil (d ih1 jh ih0 d ay1 n)) +("digilio" nil (d ih0 jh iy1 l iy0 ow0)) +("digioia" nil (d ih0 jh ow1 y ax)) +("digiorgio" nil (d ih0 jh ao1 r jh iy0 ow0)) +("digiovanna" nil (d ih0 jh ow0 v aa1 n ax)) +("digiovanni" nil (d ih0 jh ow0 v aa1 n iy0)) +("digirolamo" nil (d ih0 jh ih0 r ow0 l aa1 m ow0)) +("digit" nil (d ih1 jh ax t)) +("digital" nil (d ih1 jh ax t ax l)) +("digitalis" nil (d ih1 jh ax t ae1 l ax s)) +("digitally" nil (d ih1 jh ax t ax l iy0)) +("digitech" nil (d ih1 jh ax t eh1 k)) +("digitized" nil (d ih1 jh ax t ay1 z d)) +("digits" nil (d ih1 jh ax t s)) +("digiulio" nil (d ih0 jh uw1 l iy0 ow0)) +("digiuseppe" nil (d iy1 jh uw0 s eh1 p iy0)) +("digman" nil (d ih1 g m ax n)) +("dignan" nil (d ih1 g n ax n)) +("dignified" nil (d ih1 g n ax f ay1 d)) +("dignify" nil (d ih1 g n ax f ay1)) +("dignitaries" nil (d ih1 g n ax t eh1 r iy0 z)) +("dignitary" nil (d ih1 g n ax t eh1 r iy0)) +("dignity" nil (d ih1 g n ax t iy0)) +("digrazia" nil (d ih0 g r aa1 z iy0 ax)) +("digregorio" nil (d ih0 g r eh0 g ao1 r iy0 ow0)) +("digress" nil (d ay0 g r eh1 s)) +("digressing" nil (d ay0 g r eh1 s ih0 ng)) +("digressions" nil (d ay0 g r eh1 sh ax n z)) +("digs" nil (d ih1 g z)) +("diguglielmo" nil (d ih0 g uw1 g l iy0 eh1 l m ow0)) +("diianni" nil (d iy1 ae1 n iy0)) +("diiorio" nil (d ih0 y ao1 r iy0 ow0)) +("dijker" nil (d iy1 k er0)) +("dijon" nil (d iy1 zh aa1 n)) +("dike" nil (d ay1 k)) +("dikeman" nil (d ay1 k m ax n)) +("dikes" nil (d ay1 k s)) +("dilapidated" nil (d ax l ae1 p ax d ey1 t ih0 d)) +("dilatation" nil (d ih1 l ax t ey1 sh ax n)) +("dilate" nil (d ay0 l ey1 t)) +("dilated" nil (d ay0 l ey1 t ax d)) +("dilation" nil (d ay0 l ey1 sh ax n)) +("dilatory" nil (d ih1 l ax t ao1 r iy0)) +("dilaura" nil (d ih0 l ao1 r ax)) +("dilauro" nil (d ih0 l ao1 r ow0)) +("dilbeck" nil (d ih1 l b eh1 k)) +("dilday" nil (d ih1 l d ey1)) +("dildine" nil (d ih0 l d iy1 n iy0)) +("dildy" nil (d ih1 l d iy0)) +("dilella" nil (d ih0 l eh1 l ax)) +("dilello" nil (d ih0 l eh1 l ow0)) +("dilemma" nil (d ih0 l eh1 m ax)) +("dilemmas" nil (d ax l eh1 m ax z)) +("dilenschneider" nil (d ay1 l ax n sh n ay1 d er0)) +("dileo" nil (d ih1 l iy0 ow0)) +("dileonardo" nil (d ih0 l iy0 ax n aa1 r d ow0)) +("diles" nil (d ay1 l z)) +("dilg" nil (d ih1 l g)) +("dilger" nil (d ih1 l g er0)) +("diliberto" nil (d ih0 l iy0 b eh1 r t ow0)) +("diligence" nil (d ih1 l ax jh ax n s)) +("diligent" nil (d ih1 l ih0 jh ax n t)) +("diligently" nil (d ih1 l ax jh ax n t l iy0)) +("dilip" nil (d ih1 l ih0 p)) +("dilithium" nil (d ay0 l ih1 th iy0 ax m)) +("dilks" nil (d ih1 l k s)) +("dill" nil (d ih1 l)) +("dillahunt" nil (d ih1 l ax hh ah1 n t)) +("dillahunty" nil (d ih1 l ax hh ah1 n t iy0)) +("dillard" nil (d ih1 l er0 d)) +("dille" nil (d ih1 l)) +("dillehay" nil (d ih1 l ih0 hh ey0)) +("dillen" nil (d ih1 l ax n)) +("dillenbeck" nil (d ih1 l ax n b eh1 k)) +("dillenburg" nil (d ih1 l ax n b er0 g)) +("diller" nil (d ih1 l er0)) +("dilley" nil (d ih1 l iy0)) +("dillie" nil (d ih1 l iy0)) +("dillin" nil (d ih1 l ih0 n)) +("dilling" nil (d ih1 l ih0 ng)) +("dillinger" nil (d ih1 l ih0 ng er0)) +("dillingham" nil (d ih1 l ih0 ng hh ae1 m)) +("dillion" nil (d ih1 l y ax n)) +("dillman" nil (d ih1 l m ax n)) +("dillon" nil (d ih1 l ax n)) +("dillow" nil (d ih1 l ow0)) +("dills" nil (d ih1 l z)) +("dillworth" nil (d ih1 l w er1 th)) +("dilly" nil (d ih1 l iy0)) +("dilmore" nil (d iy1 l m ao0 r)) +("dilorenzo" nil (d ih0 l ao0 r eh1 n z ow0)) +("diloreto" nil (d ih0 l ao0 r eh1 t ow0)) +("dilorio" nil (d ih0 l ao1 r iy0 ow0)) +("dils" nil (d ih1 l z)) +("dilsaver" nil (d ih1 l s ax v er0)) +("dilson" nil (d ih1 l s ax n)) +("diltiazem" nil (d ih0 l t iy1 ax z eh1 m)) +("dilts" nil (d ih1 l t s)) +("diltz" nil (d ih1 l t s)) +("dilullo" nil (d ih0 l uw1 l ow0)) +("dilute" nil (d ay0 l uw1 t)) +("diluted" nil (d ay0 l uw1 t ax d)) +("dilutes" nil (d ay0 l uw1 t s)) +("diluting" nil (d ay0 l uw1 t ih0 ng)) +("dilution" nil (d ay0 l uw1 sh ax n)) +("dilutive" nil (d ax l uw1 t ih0 v)) +("diluzio" nil (d ih0 l uw1 z iy0 ow0)) +("dilworth" nil (d ih1 l w er0 th)) +("dim" nil (d ih1 m)) +("dimaggio" nil (d ih0 m ae1 jh iy0 ow0)) +("dimaio" nil (d ih0 m aa1 iy0 ow0)) +("dimambro" nil (d ih0 m ae1 m b r ow0)) +("dimarco" nil (d ih0 m aa1 r k ow0)) +("dimare" nil (d ih0 m aa1 r iy0)) +("dimaria" nil (d ih0 m aa1 r iy0 ax)) +("dimarino" nil (d ih0 m aa0 r iy1 n ow0)) +("dimario" nil (d ih0 m aa1 r iy0 ow0)) +("dimartino" nil (d iy1 m aa0 r t iy1 n ow0)) +("dimarzio" nil (d ih0 m aa1 r z iy0 ow0)) +("dimarzo" nil (d ih0 m aa1 r z ow0)) +("dimas" nil (d ay1 m ax z)) +("dimascio" nil (d ih0 m ae1 s iy0 ow0)) +("dimasi" nil (d ih0 m aa1 s iy0)) +("dimatteo" nil (d ih0 m aa1 t iy0 ow0)) +("dimauro" nil (d ih0 m ao1 r ow0)) +("dime" nil (d ay1 m)) +("dimeglio" nil (d ih0 m eh1 g l iy0 ow0)) +("dimension" nil (d ih0 m eh1 n sh ax n)) +("dimensional" nil (d ih0 m eh1 n sh ax n ax l)) +("dimensionality" nil (d ih0 m eh1 n sh ax n ae1 l ax t iy0)) +("dimensioned" nil (d ax m eh1 n ch ax n d)) +("dimensions" nil (d ih0 m eh1 n sh ax n z)) +("dimeo" nil (d iy1 m iy0 ow0)) +("dimer" nil (d ay1 m er0)) +("dimercurio" nil (d ih0 m er0 k uh1 r iy0 ow0)) +("dimes" nil (d ay1 m z)) +("dimetapp" nil (d ay1 m ax t ae1 p)) +("dimiceli" nil (d ih0 m iy0 ch eh1 l iy0)) +("dimichele" nil (d ih0 m iy0 k eh1 l iy0)) +("dimick" nil (d ih1 m ih0 k)) +("diming" nil (d ay1 m ih0 ng)) +("diminish" nil (d ih0 m ih1 n ih0 sh)) +("diminished" nil (d ih0 m ih1 n ih0 sh t)) +("diminishes" nil (d ih0 m ih1 n ih0 sh ih0 z)) +("diminishing" nil (d ih0 m ih1 n ih0 sh ih0 ng)) +("dimino" nil (d ih0 m iy1 n ow0)) +("diminution" nil (d ih1 m ax n uw1 sh ax n)) +("diminutive" nil (d ih0 m ih1 n y ax t ih0 v)) +("dimitri" nil (d ih0 m iy1 t r iy0)) +("dimitrios" nil (d ih0 m iy1 t r iy0 ow0 s)) +("dimitrius" nil (d ih0 m iy1 t r iy0 ax s)) +("dimitroff" nil (d ih1 m ih0 t r ao0 f)) +("dimitruk" nil (d ih0 m iy1 t r uh1 k)) +("dimly" nil (d ih1 m l iy0)) +("dimmed" nil (d ih1 m d)) +("dimmer" nil (d ih1 m er0)) +("dimmers" nil (d ih1 m er0 z)) +("dimmick" nil (d ih1 m ih0 k)) +("dimming" nil (d ih1 m ih0 ng)) +("dimmitt" nil (d ih1 m ih0 t)) +("dimock" nil (d ih1 m ax k)) +("dimon" nil (d ih1 m ax n)) +("dimona" nil (d ih0 m ow1 n ax)) +("dimond" nil (d ay1 m ax n d)) +("dimorphic" nil (d ay0 m ao1 r f ih0 k)) +("dimorphism" nil (d ay0 m ao1 r f ih0 z ax m)) +("dimperio" nil (d ih0 m p eh1 r iy0 ow0)) +("dimpled" nil (d ih1 m p ax l d)) +("dims" nil (d ih1 m z)) +("dimsdale" nil (d ih1 m z d ey1 l)) +("dimuro" nil (d ih0 m uh1 r ow0)) +("dimuzio" nil (d ih0 m uw1 z iy0 ow0)) +("din" nil (d ih1 n)) +("dina" nil (d iy1 n ax)) +("dinah" nil (d ay1 n ax)) +("dinan" nil (d ih1 n ax n)) +("dinapoli" nil (d ih0 n ae1 p ax l iy0)) +("dinar" nil (d ih0 n aa1 r)) +("dinardo" nil (d ih0 n aa1 r d ow0)) +("dinars" nil (d ay1 n er0 z)) +("dinatale" nil (d ih0 n aa0 t aa1 l iy0)) +("dinda" nil (d ih1 n d ax)) +("dine" nil (d ay1 n)) +("dined" nil (d ay1 n d)) +("dineen" nil (d ih0 n iy1 n)) +("dinehart" nil (d ay1 n hh aa1 r t)) +("diner" nil (d ay1 n er0)) +("diners" nil (d ay1 n er0 z)) +("dines" nil (d ay1 n z)) +("ding" nil (d ih1 ng)) +("dingee" nil (d ih1 ng g iy0)) +("dingel" nil (d ih1 ng g ax l)) +("dingell" nil (d ih1 ng g ax l)) +("dinger" nil (d ih1 ng er0)) +("dinges" nil (d ih1 n jh ih0 z)) +("dingess" nil (d ih1 ng g ih0 s)) +("dingham" nil (d ih1 ng ax m)) +("dinghy" nil (d ih1 ng iy0)) +("dingle" nil (d ih1 ng g ax l)) +("dingledine" nil (d ih1 ng g l ih0 d ay0 n)) +("dingler" nil (d ih1 ng g ax l er0)) +("dingley" nil (d ih1 ng g l iy0)) +("dingman" nil (d ih1 ng m ax n)) +("dingo" nil (d ih1 ng g ow0)) +("dings" nil (d ih1 ng z)) +("dingus" nil (d ih1 ng g ih0 s)) +("dingwall" nil (d ih1 ng g w ax l)) +("dingy" nil (d ih1 n jh iy0)) +("dinh" nil (d ih1 n)) +("dini" nil (d iy1 n iy0)) +("dinicola" nil (d ih0 n iy0 k ow1 l ax)) +("dining" nil (d ay1 n ih0 ng)) +("dinino" nil (d ih0 n iy1 n ow0)) +("dinius" nil (d ay1 n iy0 ih0 s)) +("dinkel" nil (d ih1 ng k ax l)) +("dinkins" nil (d ih1 ng k ih0 n z)) +("dinky" nil (d ih1 ng k iy0)) +("dinmukhamed" nil (d ih1 n m uw0 k aa1 m eh0 d)) +("dinneen" nil (d ih0 n iy1 n)) +("dinner" nil (d ih1 n er0)) +("dinners" nil (d ih1 n er0 z)) +("dinnertime" nil (d ih1 n er0 t ay1 m)) +("dinnerware" nil (d ih1 n er0 w eh1 r)) +("dinning" nil (d ih1 n ih0 ng)) +("dino" nil (d iy1 n ow0)) +("dinosaur" nil (d ay1 n ax s ao1 r)) +("dinosaurs" nil (d ay1 n ax s ao1 r z)) +("dinoseb" nil (d ay1 n ow0 s eh1 b)) +("dinoto" nil (d ih0 n ow1 t ow0)) +("dinovo" nil (d ih0 n ow1 v ow0)) +("dinsa" nil (d ih1 n s ax)) +("dinsdale" nil (d ih1 n z d ey1 l)) +("dinse" nil (d ih1 n s)) +("dinsmore" nil (d iy1 n s m ao0 r)) +("dint" nil (d ih1 n t)) +("dinunzio" nil (d ih0 n ah1 n z iy0 ow0)) +("dinwiddie" nil (d ih1 n w ih0 d iy0)) +("diocesan" nil (d ay0 aa1 s ax s ax n)) +("diocese" nil (d ay1 ax s iy1 z)) +("dioceses" nil (d ay1 ax s iy1 z)) +("diodati" nil (d iy0 ow0 d aa1 t iy0)) +("diodato" nil (d iy0 ow0 d aa1 t ow0)) +("diode" nil (d ay1 ow1 d)) +("diodes" nil (d ay1 ow1 d z)) +("dioguardi" nil (d iy0 ow0 g aa1 r d iy0)) +("dion" nil (d ay1 ax n)) +("diona" nil (d iy0 ow1 n ax)) +("dione" nil (d iy1 aa0 n)) +("dionisio" nil (d ay1 ax n ih1 s iy0 ow0)) +("dionne" nil (d iy1 aa0 n)) +("dionysius" nil (d ay1 ax n ih1 s iy0 ax s)) +("dior" nil (d iy1 ao1 r)) +("diorio" nil (d iy0 ao1 r iy0 ow0)) +("diorite" nil (d ay1 er0 ay1 t)) +("dios" nil (d iy1 ow0 s)) +("dioxide" nil (d ay0 aa1 k s ay1 d)) +("dioxides" nil (d ay0 aa1 k s ay0 d z)) +("dioxin" nil (d ay1 aa1 k s ih0 n)) +("dioxins" nil (d ay1 aa1 k s ih0 n z)) +("dip" nil (d ih1 p)) +("dipalma" nil (d ih0 p aa1 l m ax)) +("dipaola" nil (d ih0 p aa0 ow1 l ax)) +("dipaolo" nil (d ih0 p aa0 ow1 l ow0)) +("dipasquale" nil (d ih0 p aa0 s k w aa1 l iy0)) +("diperna" nil (d ih0 p eh1 r n ax)) +("diphtheria" nil (d ih0 f th ih1 r iy0 ax)) +("dipiazza" nil (d ih0 p iy0 aa1 t s ax)) +("dipiero" nil (d ih0 p ih1 r ow0)) +("dipierro" nil (d ih0 p ih1 r ow0)) +("dipietro" nil (d ih0 p iy1 t r ow0)) +("dipinto" nil (d ih0 p ih1 n t ow0)) +("dipirro" nil (d ih0 p ih1 r ow0)) +("diploma" nil (d ih0 p l ow1 m ax)) +("diplomacy" nil (d ih0 p l ow1 m ax s iy0)) +("diplomas" nil (d ih0 p l ow1 m ax z)) +("diplomat" nil (d ih1 p l ax m ae1 t)) +("diplomatic" nil (d ih1 p l ax m ae1 t ih0 k)) +("diplomatically" nil (d ih1 p l ax m ae1 t ih0 k l iy0)) +("diplomats" nil (d ih1 p l ax m ae1 t s)) +("dipole" nil (d ay1 p ow1 l)) +("dipped" nil (d ih1 p t)) +("dippel" nil (d ih1 p ax l)) +("dipper" nil (d ih1 p er0)) +("dippers" nil (d ih1 p er0 z)) +("dipping" nil (d ih1 p ih0 ng)) +("dipple" nil (d ih1 p ax l)) +("dippold" nil (d ih1 p ow1 l d)) +("dippolito" nil (d ih0 p ow0 l iy1 t ow0)) +("dippy" nil (d ih1 p iy0)) +("diprima" nil (d ih0 p r iy1 m ax)) +("dips" nil (d ih1 p s)) +("dipstick" nil (d ih1 p s t ih1 k)) +("dircks" nil (d er1 k s)) +("dire" nil (d ay1 r)) +("direct" nil (d er0 eh1 k t)) +("directed" nil (d er0 eh1 k t ax d)) +("directing" nil (d er0 eh1 k t ih0 ng)) +("direction" nil (d er0 eh1 k sh ax n)) +("directional" nil (d er0 eh1 k sh ax n ax l)) +("directionless" nil (d er0 eh1 k sh ax n l ax s)) +("directions" nil (d er0 eh1 k sh ax n z)) +("directive" nil (d er0 eh1 k t ih0 v)) +("directives" nil (d ay0 r eh1 k t ih0 v z)) +("directly" nil (d er0 eh1 k t l iy0)) +("directness" nil (d er0 eh1 k t n ax s)) +("director" nil (d er0 eh1 k t er0)) +("directorate" nil (d er0 eh1 k t er0 ax t)) +("directorial" nil (d er0 eh0 k t ao1 r iy0 ax l)) +("directories" nil (d ay0 r eh1 k t er0 iy0 z)) +("directors" nil (d er0 eh1 k t er0 z)) +("directorship" nil (d er0 eh1 k t er0 sh ih1 p)) +("directorships" nil (d er0 eh1 k t er0 sh ih1 p s)) +("directory" nil (d er0 eh1 k t er0 iy0)) +("directs" nil (d er0 eh1 k t s)) +("directv" nil (d er0 eh1 k t iy1 v iy1)) +("direnzo" nil (d ih0 r eh1 n z ow0)) +("direst" nil (d ay1 r ax s t)) +("dirge" nil (d er1 jh)) +("dirhams" nil (d er1 ax m z)) +("dirickson" nil (d ao1 r ih0 k s ax n)) +("dirienzo" nil (d ih0 r iy1 n z ow0)) +("dirk" nil (d er1 k)) +("dirkes" nil (d er1 k s)) +("dirks" nil (d er1 k s)) +("dirkse" nil (d er1 k s)) +("dirksen" nil (d er1 k s ax n)) +("dirlam" nil (d er0 l ae1 m)) +("dirocco" nil (d ih0 r aa1 k ow0)) +("dirosa" nil (d ih0 r ow1 s ax)) +("dirr" nil (d er1)) +("dirt" nil (d er1 t)) +("dirtier" nil (d er1 t iy0 er0)) +("dirtiest" nil (d er1 t iy0 ax s t)) +("dirty" nil (d er1 t iy0)) +("dirusso" nil (d ih0 r uw1 s ow0)) +("disa" nil (d ih1 s ax)) +("disabatino" nil (d ih0 s aa0 b aa0 t iy1 n ow0)) +("disabato" nil (d ih0 s aa0 b aa1 t ow0)) +("disabilities" nil (d ih0 s ax b ih1 l ax t iy0 z)) +("disability" nil (d ih1 s ax b ih1 l ih0 t iy0)) +("disable" nil (d ih0 s ey1 b ax l)) +("disabled" nil (d ih0 s ey1 b ax l d)) +("disables" nil (d ih0 s ey1 b ax l z)) +("disabling" nil (d ih0 s ey1 b ax l ih0 ng)) +("disadvantage" nil (d ih1 s ax d v ae1 n t ih0 jh)) +("disadvantaged" nil (d ih0 s ax d v ae1 n t ih0 jh d)) +("disadvantageous" nil (d ih1 s ae1 d v ae1 n t ey1 jh ax s)) +("disadvantages" nil (d ih1 s ax d v ae1 n t ih0 jh ih0 z)) +("disaffected" nil (d ih1 s ax f eh1 k t ih0 d)) +("disaffection" nil (d ih1 s ax f eh1 k sh ax n)) +("disagree" nil (d ih0 s ax g r iy1)) +("disagreeable" nil (d ih1 s ax g r iy1 ax b ax l)) +("disagreed" nil (d ih0 s ax g r iy1 d)) +("disagreeing" nil (d ih0 s ax g r iy1 ih0 ng)) +("disagreement" nil (d ih0 s ax g r iy1 m ax n t)) +("disagreements" nil (d ih1 s ax g r iy1 m ax n t s)) +("disagrees" nil (d ih0 s ax g r iy1 z)) +("disallow" nil (d ih1 s ax l aw1)) +("disallowance" nil (d ih1 s ax l aw1 ax n s)) +("disallowances" nil (d ih1 s ax l aw1 ax n s ih0 z)) +("disallowed" nil (d ih1 s ax l aw1 d)) +("disallowing" nil (d ih0 s ax l aw1 ih0 ng)) +("disalvo" nil (d ih0 s aa1 l v ow0)) +("disano" nil (d ih0 s aa1 n ow0)) +("disanti" nil (d ih0 s ae1 n t iy0)) +("disantis" nil (d ih0 s aa1 n t ih0 s)) +("disanto" nil (d ih0 s ae1 n t ow0)) +("disappear" nil (d ih1 s ax p ih1 r)) +("disappearance" nil (d ih1 s ax p ih1 r ax n s)) +("disappearances" nil (d ih1 s ax p ih1 r ax n s ih0 z)) +("disappeared" nil (d ih1 s ax p ih1 r d)) +("disappearing" nil (d ih1 s ax p ih1 r ih0 ng)) +("disappears" nil (d ih1 s ax p ih1 r z)) +("disappoint" nil (d ih1 s ax p oy1 n t)) +("disappointed" nil (d ih1 s ax p oy1 n t ih0 d)) +("disappointing" nil (d ih1 s ax p oy1 n t ih0 ng)) +("disappointingly" nil (d ih0 s ax p oy1 n t ih0 ng l iy0)) +("disappointment" nil (d ih1 s ax p oy1 n t m ax n t)) +("disappointments" nil (d ih0 s ax p oy1 n t m ax n t s)) +("disappoints" nil (d ih1 s ax p oy1 n t s)) +("disapproval" nil (d ih0 s ax p r uw1 v ax l)) +("disapprove" nil (d ih1 s ax p r uw1 v)) +("disapproved" nil (d ih1 s ax p r uw1 v d)) +("disapproves" nil (d ih0 s ax p r uw1 v z)) +("disapproving" nil (d ih0 s ax p r uw1 v ih0 ng)) +("disarm" nil (d ih0 s aa1 r m)) +("disarmament" nil (d ih0 s aa1 r m ax m ax n t)) +("disarmed" nil (d ih0 s aa1 r m d)) +("disarming" nil (d ih0 s aa1 r m ih0 ng)) +("disarmingly" nil (d ih0 s aa1 r m ih0 ng l iy0)) +("disarray" nil (d ih1 s er0 ey1)) +("disassembled" nil (d ih1 s ax s eh1 m b ax l d)) +("disassociate" nil (d ih1 s ax s ow1 sh iy0 ey0 t)) +("disaster" nil (d ih0 z ae1 s t er0)) +("disasters" nil (d ih0 z ae1 s t er0 z)) +("disastrous" nil (d ih0 z ae1 s t r ax s)) +("disastrously" nil (d ih0 z ae1 s t r ax s l iy0)) +("disavow" nil (d ih1 s ax v aw1)) +("disavowed" nil (d ih1 s ax v aw1 d)) +("disavowing" nil (d ih0 s ax v aw1 ih0 ng)) +("disband" nil (d ih0 s b ae1 n d)) +("disbanded" nil (d ih0 s b ae1 n d ih0 d)) +("disbanding" nil (d ih0 s b ae1 n d ih0 ng)) +("disbarment" nil (d ih1 s b aa1 r m ax n t)) +("disbarred" nil (d ih0 s b aa1 r d)) +("disbelief" nil (d ih1 s b ih0 l iy1 f)) +("disbelieve" nil (d ih0 s b ax l iy1 v)) +("disbro" nil (d ih1 s b r ow0)) +("disbrow" nil (d ih1 s b r aw0)) +("disburse" nil (d ih0 s b er1 s)) +("disbursed" nil (d ih0 s b er1 s t)) +("disbursement" nil (d ih0 s b er1 s m ax n t)) +("disbursements" nil (d ih0 s b er1 s m ax n t s)) +("disbursing" nil (d ih0 s b er1 s ih0 ng)) +("disc" nil (d ih1 s k)) +("discard" nil (d ih0 s k aa1 r d)) +("discarded" nil (d ih0 s k aa1 r d ih0 d)) +("discarding" nil (d ih0 s k aa1 r d ih0 ng)) +("discards" nil (d ih0 s k aa1 r d z)) +("discenza" nil (d ih0 s ch eh1 n z ax)) +("discern" nil (d ih0 s er1 n)) +("discerned" nil (d ih0 s er1 n d)) +("discernible" nil (d ih0 s er1 n ax b ax l)) +("discerning" nil (d ih0 s er1 n ih0 ng)) +("discernment" nil (d ih0 s er1 n m ax n t)) +("disch" nil (d ih1 sh)) +("discharge" v (d ih0 s ch aa1 r jh)) +("discharge" n (d ih1 s ch aa0 r jh)) +("discharged" nil (d ih0 s ch aa1 r jh d)) +("discharges" v (d ih0 s ch aa1 r jh ax z)) +("discharges" n (d ih1 s ch aa0 r jh ax z)) +("discharging" nil (d ih0 s ch aa1 r jh ih0 ng)) +("discher" nil (d ih1 sh er0)) +("dischinger" nil (d ih1 sh ih0 n jh er0)) +("disciple" nil (d ih0 s ay1 p ax l)) +("disciples" nil (d ih0 s ay1 p ax l z)) +("disciplinarian" nil (d ih1 s ih0 p l ih0 n eh1 r iy0 ax n)) +("disciplinarians" nil (d ih1 s ih0 p l ih0 n eh1 r iy0 ax n z)) +("disciplinary" nil (d ih1 s ax p l ax n eh1 r iy0)) +("discipline" nil (d ih1 s ax p l ax n)) +("disciplined" nil (d ih1 s ax p l ax n d)) +("disciplines" nil (d ih1 s ax p l ax n z)) +("disciplining" nil (d ih1 s ax p l ax n ih0 ng)) +("disclaimed" nil (d ih0 s k l ey1 m d)) +("disclaimer" nil (d ih0 s k l ey1 m er0)) +("disclaimers" nil (d ih0 s k l ey1 m er0 z)) +("disclaiming" nil (d ih0 s k l ey1 m ih0 ng)) +("disclaims" nil (d ih0 s k l ey1 m z)) +("discland" nil (d ih1 s k l ae1 n d)) +("disclose" nil (d ih0 s k l ow1 z)) +("disclosed" nil (d ih0 s k l ow1 z d)) +("discloses" nil (d ih0 s k l ow1 z ih0 z)) +("disclosing" nil (d ih0 s k l ow1 z ih0 ng)) +("disclosure" nil (d ih0 s k l ow1 zh er0)) +("disclosures" nil (d ih0 s k l ow1 zh er0 z)) +("disco" nil (d ih1 s k ow0)) +("discolor" nil (d ih0 s k ah1 l er0)) +("discolors" nil (d ih0 s k ah1 l er0 z)) +("discomfort" nil (d ih0 s k ah1 m f er0 t)) +("disconcerting" nil (d ih1 s k ax n s er1 t ih0 ng)) +("disconnect" nil (d ih0 s k ax n eh1 k t)) +("disconnected" nil (d ih1 s k ax n eh1 k t ih0 d)) +("disconnecting" nil (d ih1 s k ax n eh1 k t ih0 ng)) +("disconnection" nil (d ih1 s k ax n eh1 k sh ax n)) +("discontent" nil (d ih0 s k ax n t eh1 n t)) +("discontented" nil (d ih1 s k ax n t eh1 n t ih0 d)) +("discontents" nil (d ih1 s k ax n t eh1 n t s)) +("discontinuance" nil (d ih1 s k ax n t ih1 n y uw0 ax n s)) +("discontinuation" nil (d ih1 s k ax n t ih1 n y uw0 ey1 sh ax n)) +("discontinue" nil (d ih0 s k ax n t ih1 n y uw0)) +("discontinued" nil (d ih0 s k ax n t ih1 n y uw0 d)) +("discontinuing" nil (d ih0 s k ax n t ih1 n y uw0 ih0 ng)) +("discord" nil (d ih1 s k ao0 r d)) +("discordant" nil (d ih0 s k ao1 r d ax n t)) +("discos" nil (d ih1 s k ow0 z)) +("discotheque" nil (d ih1 s k ow0 t eh1 k)) +("discount" v (d ih0 s k aw1 n t)) +("discount" n (d ih1 s k aw0 n t)) +("discountable" nil (d ih1 s k aw1 n t ax b ax l)) +("discounted" nil (d ih1 s k aw1 n t ih0 d)) +("discounter" nil (d ih1 s k aw1 n t er0)) +("discounters" nil (d ih0 s k aw1 n t er0 z)) +("discounting" nil (d ih1 s k aw1 n t ih0 ng)) +("discounts" v (d ih0 s k aw1 n t s)) +("discounts" n (d ih1 s k aw0 n t s)) +("discourage" nil (d ih0 s k er1 ih0 jh)) +("discouraged" nil (d ih0 s k er1 ax jh d)) +("discouragement" nil (d ih0 s k er1 ih0 jh m ax n t)) +("discourages" nil (d ih0 s k er1 ih0 jh ih0 z)) +("discouraging" nil (d ih0 s k er1 ax jh ih0 ng)) +("discourse" nil (d ih1 s k ao0 r s)) +("discourses" nil (d ih0 s k ao1 r s ih0 z)) +("discover" nil (d ih0 s k ah1 v er0)) +("discovered" nil (d ih0 s k ah1 v er0 d)) +("discoveries" nil (d ih0 s k ah1 v er0 iy0 z)) +("discovering" nil (d ih0 s k ah1 v er0 ih0 ng)) +("discovers" nil (d ih0 s k ah1 v er0 z)) +("discovery" nil (d ih0 s k ah1 v er0 iy0)) +("discredit" nil (d ih0 s k r eh1 d ax t)) +("discredited" nil (d ih0 s k r eh1 d ih0 t ih0 d)) +("discrediting" nil (d ih0 s k r eh1 d ax t ih0 ng)) +("discredits" nil (d ih0 s k r eh1 d ax t s)) +("discreet" nil (d ih0 s k r iy1 t)) +("discreetly" nil (d ih0 s k r iy1 t l iy0)) +("discrepancies" nil (d ih0 s k r eh1 p ax n s iy0 z)) +("discrepancy" nil (d ih0 s k r eh1 p ax n s iy0)) +("discrete" nil (d ih0 s k r iy1 t)) +("discretion" nil (d ih0 s k r eh1 sh ax n)) +("discretionary" nil (d ih0 s k r eh1 sh ax n eh1 r iy0)) +("discriminate" nil (d ih0 s k r ih1 m ax n ey1 t)) +("discriminated" nil (d ih0 s k r ih1 m ax n ey1 t ax d)) +("discriminates" nil (d ih0 s k r ih1 m ax n ey1 t s)) +("discriminating" nil (d ih0 s k r ih1 m ax n ey1 t ih0 ng)) +("discrimination" nil (d ih0 s k r ih1 m ax n ey1 sh ax n)) +("discriminatory" nil (d ih0 s k r ih1 m ax n ax t ao1 r iy0)) +("discs" nil (d ih1 s k s)) +("discursive" nil (d ih0 s k er1 s ih0 v)) +("discus" nil (d ih1 s k ax s)) +("discuss" nil (d ih0 s k ah1 s)) +("discussed" nil (d ih0 s k ah1 s t)) +("discusses" nil (d ih0 s k ah1 s ax z)) +("discussing" nil (d ih0 s k ah1 s ih0 ng)) +("discussion" nil (d ih0 s k ah1 sh ax n)) +("discussions" nil (d ih0 s k ah1 sh ax n z)) +("disdain" nil (d ih0 s d ey1 n)) +("disdained" nil (d ih0 s d ey1 n d)) +("disdainful" nil (d ih0 s d ey1 n f ax l)) +("disdaining" nil (d ih0 s d ey1 n ih0 ng)) +("disdains" nil (d ih0 s d ey1 n z)) +("dise" nil (d ay1 s)) +("disease" nil (d ih0 z iy1 z)) +("diseased" nil (d ih0 z iy1 z d)) +("diseases" nil (d ih0 z iy1 z ax z)) +("disembarkation" nil (d ih0 s eh1 m b aa0 r k ey1 sh ax n)) +("disembodied" nil (d ih0 s ih0 b aa1 d iy0 d)) +("disenchanted" nil (d ih0 s ih0 n ch ae1 n t ih0 d)) +("disenchantment" nil (d ih0 s ih0 n ch ae1 n t m ax n t)) +("disenfranchise" nil (d ih0 s ih0 n f r ae1 n ch ay1 z)) +("disenfranchised" nil (d ih0 s ih0 n f r ae1 n ch ay1 z d)) +("disenfranchisement" nil (d ih0 s ih0 n f r ae1 n ch ay1 z m ax n t)) +("disengage" nil (d ih0 s ih0 n g ey1 jh)) +("disengaged" nil (d ih0 s ih0 n g ey1 jh d)) +("disengagement" nil (d ih0 s ih0 n g ey1 jh m ax n t)) +("disengaging" nil (d ih0 s ih0 n g ey1 jh ih0 ng)) +("disentangle" nil (d ih1 s ax n t ae1 ng g ax l)) +("disequilibrium" nil (d ih0 s iy1 k w ax l ih1 b r iy0 ax m)) +("disestablishment" nil (d ih0 s ih0 s t ae1 b l ih0 sh m ax n t)) +("disfavor" nil (d ih0 s f ey1 v er0)) +("disfigure" nil (d ih0 s f ih1 g y er0)) +("disfigured" nil (d ih0 s f ih1 g y er0 d)) +("disfiguring" nil (d ih0 s f ih1 g y er0 ih0 ng)) +("disgorge" nil (d ih0 s g ao1 r jh)) +("disgorged" nil (d ih0 s g ao1 r jh d)) +("disgorgement" nil (d ih0 s g ao1 r jh m ax n t)) +("disgrace" nil (d ih0 s g r ey1 s)) +("disgraced" nil (d ih0 s g r ey1 s t)) +("disgraceful" nil (d ih0 s g r ey1 s f ax l)) +("disgruntled" nil (d ih0 s g r ah1 n t ax l d)) +("disgruntlement" nil (d ih0 s g r ah1 n t ax l m ax n t)) +("disgruntling" nil (d ih0 s g r ah1 n t ax l ih0 ng)) +("disguise" nil (d ih0 s g ay1 z)) +("disguised" nil (d ih0 s g ay1 z d)) +("disguises" nil (d ih0 s g ay1 z ih0 z)) +("disguising" nil (d ih0 s g ay1 z ih0 ng)) +("disgust" nil (d ih0 s g ah1 s t)) +("disgusted" nil (d ih0 s g ah1 s t ax d)) +("disgusting" nil (d ih0 s g ah1 s t ih0 ng)) +("disgusts" nil (d ih0 s g ah1 s t s)) +("dish" nil (d ih1 sh)) +("disharmony" nil (d ih0 s hh aa1 r m ax n iy0)) +("disharoon" nil (d ih0 sh er0 uw1 n)) +("dishaw" nil (d ih1 sh ao1)) +("disheartened" nil (d ih0 s hh aa1 r t ax n d)) +("disheartening" nil (d ih0 s hh aa1 r t ax n ih0 ng)) +("dished" nil (d ih1 sh t)) +("disher" nil (d ih1 sh er0)) +("dishes" nil (d ih1 sh ax z)) +("disheveled" nil (d ih0 sh eh1 v ax l d)) +("dishing" nil (d ih1 sh ih0 ng)) +("dishman" nil (d ih1 sh m ax n)) +("dishner" nil (d ih1 sh n er0)) +("dishon" nil (d ih1 s ax n)) +("dishonest" nil (d ih0 s aa1 n ax s t)) +("dishonestly" nil (d ih0 s ao1 n ax s t l iy0)) +("dishonesty" nil (d ih0 s aa1 n ax s t iy0)) +("dishong" nil (d ih1 s ao0 ng)) +("dishonor" nil (d ih0 s aa1 n er0)) +("dishonorable" nil (d ih0 s aa1 n er0 ax b ax l)) +("dishwasher" nil (d ih1 sh w aa1 sh er0)) +("dishwashers" nil (d ih1 sh w aa1 sh er0 z)) +("dishwashing" nil (d ih1 sh w aa1 sh ih0 ng)) +("disillusion" nil (d ih1 s ih0 l uw1 zh ax n)) +("disillusioned" nil (d ih1 s ih0 l uw1 zh ax n d)) +("disillusioning" nil (d ih1 s ih0 l uw1 zh ax n ih0 ng)) +("disillusionment" nil (d ih1 s ih0 l uw1 zh ax n m ax n t)) +("disilvestro" nil (d ih0 s iy0 l v eh1 s t r ow0)) +("disimone" nil (d ih0 s iy0 m ow1 n iy0)) +("disincentive" nil (d ih1 s ih0 n s eh1 n t ih0 v)) +("disincentives" nil (d ih1 s ih0 n s eh1 n t ih0 v z)) +("disinclination" nil (d ih0 s ih0 n k l ax n ey1 sh ax n)) +("disinclined" nil (d ih1 s ih0 n k l ay1 n d)) +("disinfectant" nil (d ih0 s ih0 n f eh1 k t ax n t)) +("disinfectants" nil (d ih0 s ih0 n f eh1 k t ax n t s)) +("disinfection" nil (d ih0 s ih0 n f eh1 k sh ax n)) +("disinflation" nil (d ih1 s ih0 n f l ey1 sh ax n)) +("disinflationary" nil (d ih1 s ih0 n f l ey1 sh ax n eh1 r iy0)) +("disinformation" nil (d ih0 z ih1 n f er0 m ey1 sh ax n)) +("disingenuous" nil (d ih0 s ih0 n jh eh1 n y uw0 ax s)) +("disingenuousness" nil (d ih1 s ih0 n jh eh1 n y uw0 ax s n ax s)) +("disintegrate" nil (d ih0 s ih1 n t ax g r ey1 t)) +("disintegrated" nil (d ih0 s ih1 n t ax g r ey1 t ih0 d)) +("disintegrates" nil (d ih0 s ih1 n t ax g r ey1 t s)) +("disintegrating" nil (d ih0 s ih1 n t ax g r ey1 t ih0 ng)) +("disintegration" nil (d ih0 s ih1 n t ax g r ey1 sh ax n)) +("disinterest" nil (d ih0 s ih1 n t er0 ax s t)) +("disinterested" nil (d ih0 s ih1 n t r ih0 s t ih0 d)) +("disinvestment" nil (d ih0 s ih0 n v eh1 s t m ax n t)) +("disjointed" nil (d ih0 s jh oy1 n t ih0 d)) +("disk" nil (d ih1 s k)) +("diskette" nil (d ih0 s k eh1 t)) +("diskettes" nil (d ih0 s k eh1 t s)) +("diskin" nil (d ih1 s k ih0 n)) +("diskless" nil (d ih1 s k l ax s)) +("disks" nil (d ih1 s k s)) +("dislike" nil (d ih0 s l ay1 k)) +("disliked" nil (d ih0 s l ay1 k t)) +("dislikes" nil (d ih0 s l ay1 k s)) +("dislocated" nil (d ih1 s l ow0 k ey0 t ih0 d)) +("dislocation" nil (d ih0 s l ow1 k ey1 sh ax n)) +("dislocations" nil (d ih0 s l ow1 k ey1 sh ax n z)) +("dislodge" nil (d ih0 s l aa1 jh)) +("dislodged" nil (d ih0 s l aa1 jh d)) +("dislodging" nil (d ih0 s l aa1 jh ih0 ng)) +("disloyal" nil (d ih0 s l oy1 ax l)) +("disloyalty" nil (d ih0 s l oy1 ax l t iy0)) +("dismal" nil (d ih1 z m ax l)) +("dismally" nil (d ih1 z m ax l iy0)) +("dismantle" nil (d ih0 s m ae1 n t ax l)) +("dismantled" nil (d ih0 s m ae1 n t ax l d)) +("dismantlement" nil (d ih0 s m ae1 n t ax l m ax n t)) +("dismantles" nil (d ih0 s m ae1 n t ax l z)) +("dismantling" nil (d ih0 s m ae1 n t ax l ih0 ng)) +("dismay" nil (d ih0 s m ey1)) +("dismayed" nil (d ih0 s m ey1 d)) +("dismaying" nil (d ih0 s m ey1 ih0 ng)) +("dismays" nil (d ih0 s m ey1 z)) +("dismember" nil (d ih0 s m eh1 m b er0)) +("dismembered" nil (d ih0 s m eh1 m b er0 d)) +("dismembering" nil (d ih0 s m eh1 m b er0 ih0 ng)) +("dismemberment" nil (d ih0 s m eh1 m b er0 m ax n t)) +("dismiss" nil (d ih0 s m ih1 s)) +("dismissal" nil (d ih0 s m ih1 s ax l)) +("dismissals" nil (d ih0 s m ih1 s ax l z)) +("dismissed" nil (d ih0 s m ih1 s t)) +("dismisses" nil (d ih0 s m ih1 s ih0 z)) +("dismissing" nil (d ih0 s m ih1 s ih0 ng)) +("dismissive" nil (d ih0 s m ih1 s ih0 v)) +("dismore" nil (d ih1 s m ao0 r)) +("dismuke" nil (d ih1 s m y uw0 k)) +("dismukes" nil (d ih1 s m y uw0 k s)) +("dismutase" nil (d ih1 s m y uw0 t ey1 z)) +("disney" nil (d ih1 z n iy0)) +("disneyland" nil (d ih1 z n iy0 l ae1 n d)) +("disobedience" nil (d ih1 s ax b iy1 d iy0 ax n s)) +("disobey" nil (d ih1 s ax b ey1)) +("disobeyed" nil (d ih1 s ow0 b ey1 d)) +("dison" nil (d ih1 s ax n)) +("disorder" nil (d ih0 s ao1 r d er0)) +("disorderly" nil (d ih0 s ao1 r d er0 l iy0)) +("disorders" nil (d ih0 s ao1 r d er0 z)) +("disorganization" nil (d ih0 s ao1 r g ax n ax z ey1 sh ax n)) +("disorganized" nil (d ih0 s ao1 r g ax n ay1 z d)) +("disorient" nil (d ih0 s ao1 r iy0 eh1 n t)) +("disorientation" nil (d ih0 s ao1 r iy0 ax n t ey1 sh ax n)) +("disoriented" nil (d ih0 s ao1 r iy0 eh1 n t ih0 d)) +("disorienting" nil (d ih0 s ao1 r iy0 eh1 n t ih0 ng)) +("disowned" nil (d ih0 s ow1 n d)) +("dispair" nil (d ih0 s p eh1 r)) +("disparage" nil (d ih0 s p eh1 r ih0 jh)) +("disparaged" nil (d ih0 s p eh1 r ih0 jh d)) +("disparages" nil (d ih0 s p eh1 r ih0 jh ih0 z)) +("disparaging" nil (d ih0 s p eh1 r ih0 jh ih0 ng)) +("disparagingly" nil (d ih0 s p eh1 r ih0 jh ih0 ng l iy0)) +("disparate" nil (d ih1 s p er0 ih0 t)) +("disparities" nil (d ih0 s p eh1 r ax t iy0 z)) +("disparity" nil (d ih0 s p eh1 r ax t iy0)) +("dispassionate" nil (d ih0 s p ae1 sh ax n ax t)) +("dispassionately" nil (d ih0 s p ae1 sh ax n ax t l iy0)) +("dispatch" nil (d ih0 s p ae1 ch)) +("dispatched" nil (d ih0 s p ae1 ch t)) +("dispatcher" nil (d ih0 s p ae1 ch er0)) +("dispatchers" nil (d ih0 s p ae1 ch er0 z)) +("dispatches" nil (d ih0 s p ae1 ch ih0 z)) +("dispatching" nil (d ih0 s p ae1 ch ih0 ng)) +("dispel" nil (d ih0 s p eh1 l)) +("dispell" nil (d ih0 s p eh1 l)) +("dispelled" nil (d ih0 s p eh1 l d)) +("dispelling" nil (d ih0 s p eh1 l ih0 ng)) +("dispels" nil (d ih0 s p eh1 l z)) +("dispensable" nil (d ih0 s p eh1 n s ax b ax l)) +("dispensation" nil (d ih1 s p ax n s ey1 sh ax n)) +("dispense" nil (d ih0 s p eh1 n s)) +("dispensed" nil (d ih0 s p eh1 n s t)) +("dispenser" nil (d ih0 s p eh1 n s er0)) +("dispensers" nil (d ih0 s p eh1 n s er0 z)) +("dispenses" nil (d ih0 s p eh1 n s ih0 z)) +("dispensing" nil (d ih0 s p eh1 n s ih0 ng)) +("dispenza" nil (d ih0 s p eh1 n z ax)) +("dispersal" nil (d ih0 s p er1 s ax l)) +("dispersant" nil (d ih1 s p er1 s ax n t)) +("dispersants" nil (d ih1 s p er1 s ax n t s)) +("disperse" nil (d ih0 s p er1 s)) +("dispersed" nil (d ih0 s p er1 s t)) +("dispersing" nil (d ih0 s p er1 s ih0 ng)) +("dispersion" nil (d ih0 s p er1 zh ax n)) +("dispersive" nil (d ih0 s p er1 z ih0 v)) +("dispirited" nil (d ih0 s p ih1 r ax t ih0 d)) +("dispiriting" nil (d ih0 s p ih1 r ih0 t ih0 ng)) +("displace" nil (d ih0 s p l ey1 s)) +("displaced" nil (d ih0 s p l ey1 s t)) +("displacement" nil (d ih0 s p l ey1 s m ax n t)) +("displacements" nil (d ih0 s p l ey1 s m ax n t s)) +("displaces" nil (d ih0 s p l ey1 s ih0 z)) +("displacing" nil (d ih0 s p l ey1 s ih0 ng)) +("display" nil (d ih0 s p l ey1)) +("displayed" nil (d ih0 s p l ey1 d)) +("displaying" nil (d ih0 s p l ey1 ih0 ng)) +("displays" nil (d ih0 s p l ey1 z)) +("displaywrite" nil (d ih0 s p l ey1 r ay1 t)) +("displease" nil (d ih0 s p l iy1 z)) +("displeased" nil (d ih0 s p l iy1 z d)) +("displeasure" nil (d ih0 s p l eh1 zh er0)) +("disposable" nil (d ih0 s p ow1 z ax b ax l)) +("disposables" nil (d ih0 s p ow1 z ax b ax l z)) +("disposal" nil (d ih0 s p ow1 z ax l)) +("disposals" nil (d ih0 s p ow1 z ax l z)) +("dispose" nil (d ih0 s p ow1 z)) +("disposed" nil (d ih0 s p ow1 z d)) +("disposer" nil (d ih0 s p ow1 z er0)) +("disposes" nil (d ih0 s p ow1 z ih0 z)) +("disposing" nil (d ih0 s p ow1 z ih0 ng)) +("disposition" nil (d ih1 s p ax z ih1 sh ax n)) +("dispositions" nil (d ih1 s p ax z ih1 sh ax n z)) +("dispossessed" nil (d ih1 s p ax z eh1 s t)) +("disproportionate" nil (d ih1 s p r ax p ao1 r sh ax n ih0 t)) +("disproportionately" nil (d ih1 s p r ax p ao1 r sh ax n ax t l iy0)) +("disprove" nil (d ih0 s p r uw1 v)) +("disproved" nil (d ih0 s p r uw1 v d)) +("disproves" nil (d ih0 s p r uw1 v z)) +("disputation" nil (d ih0 s p y uw1 t ey1 sh ax n)) +("dispute" nil (d ih0 s p y uw1 t)) +("disputed" nil (d ih0 s p y uw1 t ax d)) +("disputes" nil (d ih0 s p y uw1 t s)) +("disputing" nil (d ih0 s p y uw1 t ih0 ng)) +("disqualification" nil (d ih0 s k w aa1 l ax f ax k ey1 sh ax n)) +("disqualified" nil (d ih0 s k w aa1 l ax f ay1 d)) +("disqualifies" nil (d ih0 s k w aa1 l ax f ay1 z)) +("disqualify" nil (d ih0 s k w aa1 l ax f ay1)) +("disqualifying" nil (d ih0 s k w aa1 l ax f ay1 ih0 ng)) +("disque" nil (d ih1 s k)) +("disquiet" nil (d ih0 s k w ay1 ax t)) +("disquieting" nil (d ih0 s k w ay1 ax t ih0 ng)) +("disraeli" nil (d ih0 z r ey1 l iy0)) +("disregard" nil (d ih1 s r ih0 g aa1 r d)) +("disregarded" nil (d ih1 s r ih0 g aa1 r d ih0 d)) +("disregarding" nil (d ih1 s r ih0 g aa1 r d ih0 ng)) +("disregards" nil (d ih1 s r ih0 g aa1 r d z)) +("disrepair" nil (d ih1 s r ih0 p eh1 r)) +("disreputable" nil (d ih0 s r eh1 p y ax t ax b ax l)) +("disrepute" nil (d ih1 s r ih0 p y uw1 t)) +("disrespect" nil (d ih1 s r ih0 s p eh1 k t)) +("disrespected" nil (d ih1 s r ih0 s p eh1 k t ih0 d)) +("disrespectful" nil (d ih1 s r ih0 s p eh1 k t f ax l)) +("disrespecting" nil (d ih1 s r ih0 s p eh1 k t ih0 ng)) +("disrespects" nil (d ih1 s r ih0 s p eh1 k t s)) +("disrupt" nil (d ih0 s r ah1 p t)) +("disrupted" nil (d ih0 s r ah1 p t ih0 d)) +("disrupting" nil (d ih0 s r ah1 p t ih0 ng)) +("disruption" nil (d ih0 s r ah1 p sh ax n)) +("disruptions" nil (d ih0 s r ah1 p sh ax n z)) +("disruptive" nil (d ih0 s r ah1 p t ih0 v)) +("disrupts" nil (d ih0 s r ah1 p t s)) +("diss" nil (d ih1 s)) +("dissatisfaction" nil (d ih1 s ae0 t ih0 s f ae1 k sh ax n)) +("dissatisfied" nil (d ih0 s ae1 t ax s f ay1 d)) +("dissect" nil (d ay0 s eh1 k t)) +("dissected" nil (d ay0 s eh1 k t ax d)) +("dissecting" nil (d ay0 s eh1 k t ih0 ng)) +("dissection" nil (d ay0 s eh1 k sh ax n)) +("dissections" nil (d ay0 s eh1 k sh ax n z)) +("dissects" nil (d ay0 s eh1 k t s)) +("disseminate" nil (d ih0 s eh1 m ax n ey1 t)) +("disseminated" nil (d ih0 s eh1 m ax n ey1 t ax d)) +("disseminating" nil (d ih0 s eh1 m ax n ey1 t ih0 ng)) +("dissemination" nil (d ih0 s eh1 m ax n ey1 sh ax n)) +("dissension" nil (d ih0 s eh1 n sh ax n)) +("dissent" nil (d ih0 s eh1 n t)) +("dissented" nil (d ih0 s eh1 n t ih0 d)) +("dissenter" nil (d ih0 s eh1 n t er0)) +("dissenters" nil (d ih0 s eh1 n t er0 z)) +("dissenting" nil (d ih0 s eh1 n t ih0 ng)) +("dissents" nil (d ih0 s eh1 n t s)) +("dissertation" nil (d ih1 s er0 t ey1 sh ax n)) +("disservice" nil (d ih0 s s er1 v ax s)) +("dissidence" nil (d ih1 s ax d ih0 n s)) +("dissident" nil (d ih1 s ax d ih0 n t)) +("dissidents" nil (d ih1 s ax d ax n t s)) +("dissimilar" nil (d ih0 s s ih1 m ax l er0)) +("dissimilarity" nil (d ih0 s s ih1 m ax l ae1 r ax t iy0)) +("dissinger" nil (d ih1 s ih0 n jh er0)) +("dissipate" nil (d ih1 s ax p ey1 t)) +("dissipated" nil (d ih1 s ax p ey1 t ih0 d)) +("dissipates" nil (d ih1 s ax p ey1 t s)) +("dissipating" nil (d ih1 s ax p ey1 t ih0 ng)) +("dissipation" nil (d ih1 s ih0 p ey1 sh ax n)) +("dissipative" nil (d ih1 s ax p ey1 t ih0 v)) +("dissociate" nil (d ih0 s ow1 s iy0 ey0 t)) +("dissociation" nil (d ih0 s ow1 s iy0 ey1 sh ax n)) +("dissolution" nil (d ih1 s ax l uw1 sh ax n)) +("dissolve" nil (d ih0 z aa1 l v)) +("dissolved" nil (d ih0 z aa1 l v d)) +("dissolver" nil (d ih0 z aa1 l v er0)) +("dissolvers" nil (d ih0 z aa1 l v er0 z)) +("dissolves" nil (d ih0 z aa1 l v z)) +("dissolving" nil (d ih0 z ao1 l v ih0 ng)) +("dissonance" nil (d ih1 s ax n ax n s)) +("dissonant" nil (d ih1 s ax n ax n t)) +("dissuade" nil (d ih0 s w ey1 d)) +("dissuaded" nil (d ih0 s w ey1 d ih0 d)) +("dissymmetry" nil (d ih0 s ih1 m ax t r iy0)) +("distad" nil (d ih1 s t ax d)) +("distal" nil (d ih1 s t ax l)) +("distance" nil (d ih1 s t ax n s)) +("distanced" nil (d ih1 s t ax n s t)) +("distances" nil (d ih1 s t ax n s ax z)) +("distancing" nil (d ih1 s t ax n s ih0 ng)) +("distant" nil (d ih1 s t ax n t)) +("distasi" nil (d ih0 s t aa1 s iy0)) +("distasio" nil (d ih0 s t aa1 s iy0 ow0)) +("distaste" nil (d ih0 s t ey1 s t)) +("distasteful" nil (d ih0 s t ey1 s t f ax l)) +("distefano" nil (d ih0 s t eh0 f aa1 n ow0)) +("distel" nil (d ih1 s t ax l)) +("distemper" nil (d ih0 s t eh1 m p er0)) +("distended" nil (d ih0 s t eh1 n d ih0 d)) +("distill" nil (d ih0 s t ih1 l)) +("distillate" nil (d ih1 s t ax l ey1 t)) +("distillates" nil (d ih1 s t ih0 l ey1 t s)) +("distillation" nil (d ih1 s t ih0 l ey1 sh ax n)) +("distilled" nil (d ih0 s t ih1 l d)) +("distiller" nil (d ih0 s t ih1 l er0)) +("distilleries" nil (d ih0 s t ih1 l er0 iy0 z)) +("distillers" nil (d ih0 s t ih1 l er0 z)) +("distillery" nil (d ih0 s t ih1 l er0 iy0)) +("distilling" nil (d ih0 s t ih1 l ih0 ng)) +("distills" nil (d ih0 s t ih1 l z)) +("distinct" nil (d ih0 s t ih1 ng k t)) +("distinction" nil (d ih0 s t ih1 ng k sh ax n)) +("distinctions" nil (d ih0 s t ih1 ng k sh ax n z)) +("distinctive" nil (d ih0 s t ih1 ng k t ih0 v)) +("distinctively" nil (d ih0 s t ih1 ng k t ih0 v l iy0)) +("distinctiveness" nil (d ih0 s t ih1 ng k t ih0 v n ax s)) +("distinctly" nil (d ih0 s t ih1 ng k t l iy0)) +("distinguish" nil (d ih0 s t ih1 ng g w ih0 sh)) +("distinguishable" nil (d ih0 s t ih1 ng g w ih0 sh ax b ax l)) +("distinguished" nil (d ih0 s t ih1 ng g w ih0 sh t)) +("distinguishes" nil (d ih0 s t ih1 ng g w ih0 sh ih0 z)) +("distinguishing" nil (d ih0 s t ih1 ng g w ih0 sh ih0 ng)) +("distler" nil (d ih1 s t l er0)) +("distort" nil (d ih0 s t ao1 r t)) +("distorted" nil (d ih0 s t ao1 r t ax d)) +("distorting" nil (d ih0 s t ao1 r t ih0 ng)) +("distortion" nil (d ih0 s t ao1 r sh ax n)) +("distortions" nil (d ih0 s t ao1 r sh ax n z)) +("distorts" nil (d ih0 s t ao1 r t s)) +("distract" nil (d ih0 s t r ae1 k t)) +("distracted" nil (d ih0 s t r ae1 k t ax d)) +("distracting" nil (d ih0 s t r ae1 k t ih0 ng)) +("distraction" nil (d ih0 s t r ae1 k sh ax n)) +("distractions" nil (d ih0 s t r ae1 k sh ax n z)) +("distracts" nil (d ih0 s t r ae1 k t s)) +("distraught" nil (d ih0 s t r ao1 t)) +("distress" nil (d ih0 s t r eh1 s)) +("distressed" nil (d ih0 s t r eh1 s t)) +("distresses" nil (d ih0 s t r eh1 s ih0 z)) +("distressing" nil (d ih0 s t r eh1 s ih0 ng)) +("distressingly" nil (d ih0 s t r eh1 s ih0 ng l iy0)) +("distribute" nil (d ih0 s t r ih1 b y uw0 t)) +("distributed" nil (d ih0 s t r ih1 b y ax t ax d)) +("distributes" nil (d ih0 s t r ih1 b y uw0 t s)) +("distributing" nil (d ih0 s t r ih1 b y uw0 t ih0 ng)) +("distribution" nil (d ih1 s t r ax b y uw1 sh ax n)) +("distributions" nil (d ih1 s t r ax b y uw1 sh ax n z)) +("distributive" nil (d ih0 s t r ih1 b y uw0 t ih0 v)) +("distributor" nil (d ih0 s t r ih1 b y ax t er0)) +("distributors" nil (d ih0 s t r ih1 b y ax t er0 z)) +("distributorship" nil (d ih0 s t r ih1 b y uw0 t er0 sh ih1 p)) +("distributorships" nil (d ih0 s t r ih1 b y uw0 t er0 sh ih1 p s)) +("district" nil (d ih1 s t r ih0 k t)) +("districts" nil (d ih1 s t r ih0 k t s)) +("distrigas" nil (d ih0 s t r iy1 g ax s)) +("distron" nil (d ih1 s t r aa1 n)) +("distrust" nil (d ih0 s t r ah1 s t)) +("distrusted" nil (d ih0 s t r ah1 s t ax d)) +("distrustful" nil (d ih0 s t r ah1 s t f ax l)) +("distrusts" nil (d ih0 s t r ah1 s t s)) +("disturb" nil (d ih0 s t er1 b)) +("disturbance" nil (d ih0 s t er1 b ax n s)) +("disturbances" nil (d ih0 s t er1 b ax n s ax z)) +("disturbed" nil (d ih0 s t er1 b d)) +("disturbing" nil (d ih0 s t er1 b ih0 ng)) +("disturbingly" nil (d ih0 s t er1 b ih0 ng l iy0)) +("disturbs" nil (d ih0 s t er1 b z)) +("disunion" nil (d ih0 s y uw1 n y ax n)) +("disunity" nil (d ih0 s y uw1 n ax t iy0)) +("disuse" nil (d ih0 s y uw1 s)) +("ditch" nil (d ih1 ch)) +("ditched" nil (d ih1 ch t)) +("ditches" nil (d ih1 ch ax z)) +("ditching" nil (d ih1 ch ih0 ng)) +("dith" nil (d ih1 th)) +("dithering" nil (d ih1 dh er0 ih0 ng)) +("dithers" nil (d ih1 dh er0 z)) +("dithyramb" nil (d ih1 th er0 ae1 m)) +("ditka" nil (d ih1 t k ax)) +("ditlow" nil (d ih1 t l ow0)) +("ditmars" nil (d ih1 t m er0 z)) +("ditmer" nil (d ih1 t m er0)) +("ditmore" nil (d ih1 t m ao0 r)) +("ditomasso" nil (d ih0 t ow0 m aa1 s ow0)) +("ditommaso" nil (d ih0 t ow0 m aa1 s ow0)) +("dittberner" nil (d ih1 t b er0 n er0)) +("dittemore" nil (d ih0 t eh1 m ao0 r)) +("ditter" nil (d ih1 t er0)) +("ditties" nil (d ih1 t iy0 z)) +("dittman" nil (d ih1 t m ax n)) +("dittmann" nil (d ih1 t m ax n)) +("dittmar" nil (d ih1 t m er0)) +("dittmer" nil (d ih1 t m er0)) +("ditto" nil (d ih1 t ow0)) +("ditton" nil (d ih1 t ax n)) +("dittrich" nil (d ih1 t r ih0 k)) +("dittus" nil (d ih1 t ax s)) +("ditty" nil (d ih1 t iy0)) +("ditullio" nil (d ih0 t ah1 l iy0 ow0)) +("ditzel" nil (d ih1 t z ax l)) +("ditzler" nil (d ih1 t s l er0)) +("diuretic" nil (d ay1 uw0 r eh1 t ih0 k)) +("diuretics" nil (d ay1 uw0 r eh1 t ih0 k s)) +("diurnal" nil (d ay0 er1 n ax l)) +("diurnally" nil (d ay0 er1 n ax l iy0)) +("diva" nil (d iy1 v ax)) +("divad" nil (d ih1 v ae0 d)) +("divalent" nil (d ay0 v ey1 l ax n t)) +("divall" nil (d ih1 v ax l)) +("divan" nil (d ih0 v ae1 n)) +("dive" nil (d ay1 v)) +("dived" nil (d ay1 v d)) +("divelbiss" nil (d ih0 v eh1 l b ih0 s)) +("diveley" nil (d ih1 v ih0 l iy0)) +("dively" nil (d ay1 v l iy0)) +("diven" nil (d ay1 v ax n)) +("divens" nil (d ay1 v ax n z)) +("diver" nil (d ay1 v er0)) +("diverge" nil (d ih0 v er1 jh)) +("diverged" nil (d ay0 v er1 jh d)) +("divergence" nil (d ay0 v er1 jh ax n s)) +("divergences" nil (d ay0 v er1 jh ax n s ih0 z)) +("divergent" nil (d ay0 v er1 jh ax n t)) +("diverges" nil (d ay0 v er1 jh ih0 z)) +("diverging" nil (d ay0 v er1 jh ih0 ng)) +("divers" nil (d ay1 v er0 z)) +("diverse" nil (d ay0 v er1 s)) +("diversicare" nil (d ih1 v er0 s ih0 k eh1 r)) +("diversification" nil (d ay0 v er1 s ax f ax k ey1 sh ax n)) +("diversifications" nil (d ay0 v er1 s ax f ax k ey1 sh ax n z)) +("diversified" nil (d ay0 v er1 s ax f ay1 d)) +("diversify" nil (d ay0 v er1 s ax f ay1)) +("diversifying" nil (d ay0 v er1 s ax f ay1 ih0 ng)) +("diversion" nil (d ay0 v er1 zh ax n)) +("diversionary" nil (d ay0 v er1 zh ax n eh1 r iy0)) +("diversions" nil (d ih0 v er1 zh ax n z)) +("diversity" nil (d ih0 v er1 s ax t iy0)) +("divert" nil (d ay0 v er1 t)) +("diverted" nil (d ay0 v er1 t ih0 d)) +("diverticula" nil (d ay1 v er0 t ih1 k y ax l ax)) +("diverticulum" nil (d ay1 v er0 t ih1 k y ax l ax m)) +("divertimento" nil (d ih0 v er1 t ax m eh1 n t ow1)) +("diverting" nil (d ay0 v er1 t ih0 ng)) +("diverts" nil (d ay0 v er1 t s)) +("dives" nil (d ay1 v z)) +("divest" nil (d ay0 v eh1 s t)) +("divested" nil (d ay0 v eh1 s t ih0 d)) +("divesting" nil (d ay0 v eh1 s t ih0 ng)) +("divestiture" nil (d ih0 v eh1 s t ih0 ch er0)) +("divestitures" nil (d ih0 v eh1 s t ih0 ch er0 z)) +("divestment" nil (d ay0 v eh1 s t m ax n t)) +("divestments" nil (d ay0 v eh1 s t m ax n t s)) +("divests" nil (d ay0 v eh1 s t s)) +("divi" nil (d iy1 v iy0)) +("divide" nil (d ih0 v ay1 d)) +("divided" nil (d ih0 v ay1 d ax d)) +("dividend" nil (d ih1 v ih0 d eh1 n d)) +("dividends" nil (d ih1 v ax d eh1 n d z)) +("divider" nil (d ih0 v ay1 d er0)) +("divides" nil (d ih0 v ay1 d z)) +("dividing" nil (d ih0 v ay1 d ih0 ng)) +("divination" nil (d ih1 v ax n ey1 sh ax n)) +("divincenzo" nil (d ih0 v iy0 n ch eh1 n z ow0)) +("divine" nil (d ih0 v ay1 n)) +("diviney" nil (d ih1 v ih0 n iy0)) +("diving" nil (d ay1 v ih0 ng)) +("divining" nil (d ax v ay1 n ih0 ng)) +("divinitas" nil (d ih1 v ih0 n iy1 t ax s)) +("divinities" nil (d ih0 v ih1 n ax t iy0 z)) +("divinity" nil (d ih0 v ih1 n ax t iy0)) +("divirgilio" nil (d ih0 v ih0 r jh iy1 l iy0 ow0)) +("divis" nil (d iy1 v ih0 s)) +("divisible" nil (d ih0 v ih1 z ax b ax l)) +("division" nil (d ih0 v ih1 zh ax n)) +("divisional" nil (d ih0 v ih1 zh ax n ax l)) +("divisions" nil (d ih0 v ih1 zh ax n z)) +("divisive" nil (d ih0 v ay1 s ih0 v)) +("divisiveness" nil (d ih0 v ay1 s ih0 v n ax s)) +("divison" nil (d ih0 v ih1 zh ax n)) +("divisor" nil (d ih0 v ay1 z er0)) +("divita" nil (d ih0 v iy1 t ax)) +("divito" nil (d ih0 v iy1 t ow0)) +("divorce" nil (d ih0 v ao1 r s)) +("divorced" nil (d ih0 v ao1 r s t)) +("divorcee" nil (d ax v ao1 r s iy1)) +("divorces" nil (d ih0 v ao1 r s ih0 z)) +("divorcing" nil (d ih0 v ao1 r s ih0 ng)) +("divulge" nil (d ih0 v ah1 l jh)) +("divulged" nil (d ih0 v ah1 l jh d)) +("divulging" nil (d ih0 v ah1 l jh ih0 ng)) +("divvied" nil (d ih1 v iy0 d)) +("divvy" nil (d ih1 v iy0)) +("dix" nil (d ih1 k s)) +("dixie" nil (d ih1 k s iy0)) +("dixieland" nil (d ih1 k s iy0 l ae1 n d)) +("dixon" nil (d ih1 k s ax n)) +("dixons" nil (d ih1 k s ax n z)) +("dixson" nil (d ih1 k s ax n)) +("dizon" nil (d ih1 z ax n)) +("dizziness" nil (d ih1 z iy0 n ax s)) +("dizzy" nil (d ih1 z iy0)) +("dizzying" nil (d ih1 z iy0 ih0 ng)) +("djakarta" nil (jh ax k aa1 r t ax)) +("djibouti" nil (jh ih0 b uw1 t iy1)) +("djurdjevic" nil (jh er1 jh ax v ih0 k)) +("dk" nil (d iy1 k ey1)) +("dlouhy" nil (d ax l aw1 iy0)) +("dlugos" nil (d ax l uw1 g ow0 s)) +("dlugosz" nil (d ax l uw1 g ow0 s)) +("dmitri" nil (d ax m iy1 t r iy0)) +("do" nil (d uw1)) +("doable" nil (d uw1 ax b ax l)) +("doak" nil (d ow1 k)) +("doan" nil (d ow1 n)) +("doane" nil (d ow1 n)) +("doanh" nil (d ow1 n)) +("doanna" nil (d ow1 n ax)) +("dobb" nil (d aa1 b)) +("dobberstein" nil (d aa1 b er0 s t iy1 n)) +("dobbie" nil (d aa1 b iy0)) +("dobbin" nil (d aa1 b ih0 n)) +("dobbins" nil (d aa1 b ih0 n z)) +("dobbs" nil (d aa1 b z)) +("dobek" nil (d ow1 b ih0 k)) +("dober" nil (d ow1 b er0)) +("doberman" nil (d ow1 b er0 m ax n)) +("doberstein" nil (d ow1 b er0 s t ay0 n)) +("dobesh" nil (d aa1 b ih0 sh)) +("dobey" nil (d aa1 b iy0)) +("dobias" nil (d ow0 b iy1 ax z)) +("dobie" nil (d aa1 b iy0)) +("dobies" nil (d ow1 b iy0 z)) +("dobis" nil (d ow1 b ih0 s)) +("dobkin" nil (d aa1 b k ih0 n)) +("dobkins" nil (d aa1 b k ih0 n z)) +("doble" nil (d ow1 b ax l)) +("dobler" nil (d ow1 b ax l er0)) +("dobmeier" nil (d aa1 b m ay0 er0)) +("dobos" nil (d ow1 b ow0 z)) +("dobosz" nil (d aa1 b ax sh)) +("dobransky" nil (d ax b r ae1 n s k iy0)) +("dobratz" nil (d aa1 b r ax t s)) +("dobrin" nil (d aa1 b r ih0 n)) +("dobrins" nil (d aa1 b r ih0 n z)) +("dobrinski" nil (d ax b r ih1 n s k iy0)) +("dobrowolski" nil (d ax b r aw0 ow1 l s k iy0)) +("dobrowski" nil (d ax b r ao1 f s k iy0)) +("dobry" nil (d aa1 b r iy0)) +("dobrynin" nil (d aa1 b r ih0 n ih0 n)) +("dobrzynski" nil (d ow1 b r ax zh ih1 n s k iy0)) +("dobson" nil (d aa1 b s ax n)) +("dobsons" nil (d aa1 b s ax n z)) +("doby" nil (d ow1 b iy0)) +("dobyns" nil (d ow1 b ih0 n z)) +("doc" nil (d aa1 k)) +("docherty" nil (d aa1 ch er0 t iy0)) +("dochow" nil (d ow1 ch aw0)) +("dochterman" nil (d aa1 k t er0 m ax n)) +("docie" nil (d aa1 k iy0)) +("docila" nil (d aa1 s ih0 l ax)) +("docile" nil (d aa1 s ax l)) +("docility" nil (d aa0 s ih1 l ax t iy0)) +("dock" nil (d aa1 k)) +("docked" nil (d aa1 k t)) +("docken" nil (d aa1 k ax n)) +("dockendorf" nil (d aa1 k ih0 n d ao0 r f)) +("dockers" nil (d aa1 k er0 z)) +("dockery" nil (d aa1 k er0 iy0)) +("docket" nil (d aa1 k ax t)) +("dockets" nil (d aa1 k ax t s)) +("dockham" nil (d aa1 k hh ax m)) +("docking" nil (d aa1 k ih0 ng)) +("dockins" nil (d aa1 k ih0 n z)) +("docklands" nil (d aa1 k l ax n d z)) +("docks" nil (d aa1 k s)) +("dockside" nil (d aa1 k s ay1 d)) +("dockson" nil (d aa1 k s ax n)) +("dockstader" nil (d aa1 k s t ax d er0)) +("dockter" nil (d aa1 k t er0)) +("dockworkers" nil (d aa1 k w er1 k er0 z)) +("dockyard" nil (d aa1 k y aa1 r d)) +("docter" nil (d aa1 k t er0)) +("doctor" nil (d aa1 k t er0)) +("doctoral" nil (d aa1 k t er0 ax l)) +("doctorate" nil (d aa1 k t er0 ax t)) +("doctorates" nil (d aa1 k t er0 ax t s)) +("doctored" nil (d aa1 k t er0 d)) +("doctoring" nil (d aa1 k t er0 ih0 ng)) +("doctors" nil (d aa1 k t er0 z)) +("doctrinaire" nil (d aa1 k t r ax n eh1 r)) +("doctrinal" nil (d aa1 k t r ax n ax l)) +("doctrine" nil (d aa1 k t r ax n)) +("doctrines" nil (d aa1 k t r ax n z)) +("docudrama" nil (d ow1 k ax d r ae1 m ax)) +("document" nil (d aa1 k y ax m eh0 n t)) +("documenta" nil (d aa1 k y uw0 m eh1 n t ax)) +("documentaries" nil (d aa1 k y ax m eh1 n t er0 iy0 z)) +("documentary" nil (d aa1 k y ax m eh1 n t er0 iy0)) +("documentation" nil (d aa1 k y ax m eh0 n t ey1 sh ax n)) +("documented" nil (d aa1 k y ax m eh1 n t ax d)) +("documenting" nil (d aa1 k y ax m ax n t ih0 ng)) +("documents" nil (d aa1 k y ax m ax n t s)) +("dodaro" nil (d ow0 d aa1 r ow0)) +("dodd" nil (d aa1 d)) +("doddering" nil (d aa1 d er0 ih0 ng)) +("doddington" nil (d aa1 d ih0 n t ax n)) +("doddridge" nil (d aa1 d r ih0 jh)) +("dodds" nil (d aa1 d z)) +("dodge" nil (d aa1 jh)) +("dodged" nil (d aa1 jh d)) +("dodgen" nil (d aa1 jh ax n)) +("dodger" nil (d aa1 jh er0)) +("dodgers" nil (d aa1 jh er0 z)) +("dodges" nil (d aa1 jh ih0 z)) +("dodging" nil (d aa1 jh ih0 ng)) +("dodo" nil (d ow1 d ow0)) +("dodos" nil (d ow1 d ow0 z)) +("dodrill" nil (d aa1 d r ax l)) +("dodson" nil (d aa1 d s ax n)) +("dodsworth" nil (d aa1 d s w er0 th)) +("doe" nil (d ow1)) +("doebler" nil (d ow1 b ax l er0)) +("doeden" nil (d ow1 d ax n)) +("doege" nil (d ow1 jh)) +("doehring" nil (d ao1 r ih0 ng)) +("doell" nil (d ow1 l)) +("doenges" nil (d ow1 n jh ih0 z)) +("doepke" nil (d ow1 p k)) +("doepker" nil (d ow1 p k er0)) +("doer" nil (d uw1 r)) +("doerfler" nil (d ao1 r f ax l er0)) +("doerflinger" nil (d ao1 r f ax l ih0 ng er0)) +("doering" nil (d uw1 er0 ih0 ng)) +("doernberg" nil (d ao1 r n b er0 g)) +("doerner" nil (d ao1 r n er0)) +("doerr" nil (d ao1 r)) +("doers" nil (d uw1 er0 z)) +("doersam" nil (d ao1 r s ax m)) +("does" v (d ah1 z)) +("does" n (d ow1 z)) +("doescher" nil (d ow1 sh er0)) +("doetsch" nil (d ow1 ch)) +("dofasco" nil (d ax f ae1 s k ow0)) +("doffing" nil (d ao1 f ih0 ng)) +("dog" nil (d ao1 g)) +("dogan" nil (d ow1 g ax n)) +("dogbane" nil (d ao1 g b ey1 n)) +("dogberry" nil (d ao1 g b eh1 r iy0)) +("doge" nil (d ow1 jh)) +("dogfight" nil (d aa1 g f ay1 t)) +("dogfights" nil (d ao1 g f ay1 t s)) +("dogfish" nil (d ao1 g f ih1 sh)) +("dogged" nil (d ao1 g d)) +("doggedly" nil (d ao1 g ax d l iy0)) +("doggerel" nil (d aa1 g er0 ax l)) +("doggett" nil (d aa1 g ih0 t)) +("doggie" nil (d ao1 g iy0)) +("doggies" nil (d ao1 g iy0 z)) +("dogging" nil (d ao1 g ih0 ng)) +("doggy" nil (d ao1 g iy0)) +("doghouse" nil (d ao1 g hh aw1 s)) +("doglike" nil (d ao1 g l ay1 k)) +("dogma" nil (d aa1 g m ax)) +("dogmatic" nil (d aa0 g m ae1 t ih0 k)) +("dogmatically" nil (d aa0 g m ae1 t ih0 k l iy0)) +("dogmatism" nil (d aa1 g m ax t ih1 z ax m)) +("dogs" nil (d aa1 g z)) +("dogwood" nil (d ao1 g w uh1 d)) +("dogwoods" nil (d ao1 g w uh1 d z)) +("doh" nil (d ow1)) +("doheny" nil (d aa1 hh ih0 n iy0)) +("doherty" nil (d ow1 er0 t iy0)) +("dohm" nil (d aa1 m)) +("dohman" nil (d ow1 m ax n)) +("dohme" nil (d ow1 m)) +("dohmen" nil (d ow1 m eh0 n)) +("dohn" nil (d aa1 n)) +("dohnanyi" nil (d ow1 n aa1 n y iy0)) +("dohner" nil (d ow1 n er0)) +("dohr" nil (d ao1 r)) +("dohrman" nil (d ao1 r m ax n)) +("dohrmann" nil (d ao1 r m ax n)) +("dohse" nil (d ow1 s)) +("doi" nil (d oy1)) +("doidge" nil (d oy1 jh)) +("doig" nil (d oy1 g)) +("doilies" nil (d oy1 l iy0 z)) +("doing" nil (d uw1 ih0 ng)) +("doings" nil (d uw1 ih0 ng z)) +("doiron" nil (d oy0 r ao1 n)) +("doke" nil (d ow1 k)) +("dokken" nil (d aa1 k ax n)) +("doktor" nil (d aa1 k t er0)) +("dol" nil (d aa1 l)) +("dolak" nil (d ow1 l ax k)) +("dolan" nil (d ow1 l ax n)) +("doland" nil (d uw1 l ax n d)) +("dolata" nil (d ow0 l aa1 t ax)) +("dolbow" nil (d ow1 l b ow0)) +("dolby" nil (d ow1 l b iy0)) +("dolce" nil (d ow1 l ch ey1)) +("dolch" nil (d ow1 l ch)) +("dold" nil (d ow1 l d)) +("dolder" nil (d ow1 l d er0)) +("doldrums" nil (d ow1 l d r ax m z)) +("dole" nil (d ow1 l)) +("dolecki" nil (d ax l eh1 t s k iy0)) +("doled" nil (d ow1 l d)) +("doleful" nil (d ow1 l f ax l)) +("dolen" nil (d ow1 l ax n)) +("dolence" nil (d ow1 l ax n s)) +("doles" nil (d ow1 l z)) +("doley" nil (d ow1 l iy0)) +("dolezal" nil (d ow0 l ey0 z ae1 l)) +("dolf" nil (d ow1 l f)) +("dolfi" nil (d ow1 l f iy0)) +("dolgen" nil (d ow1 l jh eh0 n)) +("dolgin" nil (d ow1 l jh ih0 n)) +("dolin" nil (d ow1 l ih0 n)) +("dolinar" nil (d aa1 l ih0 n er0)) +("doling" nil (d ow1 l ih0 ng)) +("dolinger" nil (d ow1 l ih0 ng er0)) +("dolinski" nil (d ax l ih1 n s k iy0)) +("dolinsky" nil (d ax l ih1 n s k iy0)) +("doll" nil (d aa1 l)) +("dollar" nil (d aa1 l er0)) +("dollard" nil (d aa1 l er0 d)) +("dollarhide" nil (d aa1 l er0 hh ay1 d)) +("dollars" nil (d aa1 l er0 z)) +("dolle" nil (d aa1 l)) +("dolled" nil (d aa1 l d)) +("dollens" nil (d aa1 l ax n z)) +("dolley" nil (d aa1 l iy0)) +("dollie" nil (d aa1 l iy0)) +("dollinger" nil (d aa1 l ih0 ng er0)) +("dollins" nil (d aa1 l ih0 n z)) +("dollison" nil (d aa1 l ih0 s ax n)) +("dolliver" nil (d aa1 l ih0 v er0)) +("dolloff" nil (d aa1 l ao1 f)) +("dollop" nil (d aa1 l ax p)) +("dolls" nil (d aa1 l z)) +("dolly" nil (d aa1 l iy0)) +("dolman" nil (d aa1 l m ax n)) +("dolney" nil (d ow1 l n iy0)) +("dolomite" nil (d ow1 l ax m ay1 t)) +("dolomites" nil (d ow1 l ax m ay1 t s)) +("dolores" nil (d ax l ao1 r ih0 s)) +("dolorita" nil (d ow0 l ao0 r iy1 t ax)) +("dolph" nil (d ow1 l f)) +("dolphin" nil (d aa1 l f ax n)) +("dolphins" nil (d aa1 l f ax n z)) +("dols" nil (d aa1 l z)) +("dolson" nil (d ow1 l s ax n)) +("dolton" nil (d ow1 l t ax n)) +("dom" nil (d aa1 m)) +("domagala" nil (d ow0 m aa0 g aa1 l ax)) +("domagalski" nil (d ax m ax g aa1 l s k iy0)) +("domain" nil (d ow0 m ey1 n)) +("domaine" nil (d ow0 m ey1 n)) +("domains" nil (d ow0 m ey1 n z)) +("doman" nil (d uw1 m ax n)) +("domangue" nil (d ow1 m aa0 ng)) +("domanico" nil (d ow0 m aa0 n iy1 k ow0)) +("domanski" nil (d ax m ae1 n s k iy0)) +("dombeck" nil (d aa1 m b eh1 k)) +("dombek" nil (d aa1 m b ih0 k)) +("dombkowski" nil (d ax m k ao1 f s k iy0)) +("dombroski" nil (d ax m b r aw1 s k iy0)) +("dombrosky" nil (d ax m b r ow1 s k iy0)) +("dombrowski" nil (d ax m b r ao1 f s k iy0)) +("dome" nil (d ow1 m)) +("domecq" nil (d ow1 m eh1 k)) +("domed" nil (d ow1 m d)) +("domeier" nil (d aa1 m ay0 er0)) +("domek" nil (d ow1 m eh0 k)) +("domenech" nil (d aa1 m ih0 n ih0 k)) +("domenici" nil (d ax m eh1 n ax ch iy0)) +("domenick" nil (d aa1 m ih0 n ih0 k)) +("domenico" nil (d ow0 m ey1 n iy0 k ow0)) +("domeniconi" nil (d ow0 m eh1 n ih0 k ow1 n iy0)) +("domer" nil (d ow1 m er0)) +("domes" nil (d ow1 m z)) +("domestic" nil (d ax m eh1 s t ih0 k)) +("domestically" nil (d ax m eh1 s t ih0 k l iy0)) +("domesticated" nil (d ax m eh1 s t ax k ey1 t ax d)) +("domesticating" nil (d ax m eh1 s t ax k ey1 t ih0 ng)) +("domestication" nil (d ax m eh1 s t ax k ey1 sh ax n)) +("domesticity" nil (d ow1 m eh1 s t ih1 s ax t iy0)) +("domestics" nil (d ax m eh1 s t ih0 k s)) +("domical" nil (d aa1 m ax k ax l)) +("domin" nil (d ow1 m ih0 n)) +("domina" nil (d ow0 m iy1 n ax)) +("dominance" nil (d aa1 m ax n ax n s)) +("dominant" nil (d aa1 m ax n ax n t)) +("dominate" nil (d aa1 m ax n ey1 t)) +("dominated" nil (d aa1 m ax n ey1 t ax d)) +("dominates" nil (d aa1 m ax n ey1 t s)) +("dominating" nil (d aa1 m ax n ey1 t ih0 ng)) +("domination" nil (d aa1 m ax n ey1 sh ax n)) +("domine" nil (d ow0 m iy1 n iy0)) +("dominee" nil (d ow1 m ih0 n ey1)) +("domineering" nil (d aa1 m ax n ih1 r ih0 ng)) +("dominelli" nil (d ow1 m ih0 n eh1 l iy0)) +("dominey" nil (d aa1 m ih0 n iy0)) +("domingo" nil (d ow0 m ih1 ng g ow0)) +("domingos" nil (d ax m ih1 ng g ow0 z)) +("domingue" nil (d ow1 m ih0 ng)) +("domingues" nil (d ow0 m iy1 n g eh0 s)) +("dominguez" nil (d ax m ih1 ng ih0 z)) +("dominiak" nil (d ax m ih1 n iy0 ae0 k)) +("dominic" nil (d aa1 m ax n ih0 k)) +("dominica" nil (d ax m ih1 n ih0 k ax)) +("dominican" nil (d ax m ih1 n ax k ax n)) +("dominicana" nil (d ow0 m ih1 n ih0 k aa1 n ax)) +("dominicans" nil (d ow0 m ih1 n ih0 k ax n z)) +("dominici" nil (d ow0 m iy0 n iy1 ch iy0)) +("dominick" nil (d aa1 m ax n ih0 k)) +("dominik" nil (d ax m ih1 n ih0 k)) +("dominion" nil (d ax m ih1 n y ax n)) +("dominique" nil (d ao0 m ih0 n iy1 k)) +("domino" nil (d aa1 m ax n ow1)) +("dominoes" nil (d aa1 m ax n ow1 z)) +("dominos" nil (d aa1 m ih0 n ow1 z)) +("dominquez" nil (d ow0 m iy1 n k w eh0 z)) +("dominski" nil (d ax m ih1 n s k iy0)) +("dominus" nil (d ow0 m iy1 n ax s)) +("dominy" nil (d ax m ay1 n iy0)) +("domke" nil (d aa1 m k)) +("dommer" nil (d aa1 m er0)) +("dommie" nil (d aa1 m iy0)) +("domtar" nil (d aa1 m t er0)) +("domzalski" nil (d ax m z aa1 l s k iy0)) +("don" nil (d aa1 n)) +("dona" nil (d ow1 n ax)) +("donadio" nil (d ow0 n aa1 d iy0 ow0)) +("donaghey" nil (d aa1 n ax g hh iy0)) +("donaghue" nil (d aa1 n ax g hh uw0)) +("donaghy" nil (d aa1 n ax g hh iy0)) +("donahey" nil (d aa1 n ax hh iy0)) +("donaho" nil (d ow0 n aa1 hh ow0)) +("donahoe" nil (d aa1 n ax hh ow1)) +("donahoo" nil (d aa1 n ax hh uw1)) +("donahue" nil (d aa1 n ax hh y uw1)) +("donais" nil (d ax n ey1)) +("donald" nil (d aa1 n ax l d)) +("donalda" nil (d ow0 n aa1 l d ax)) +("donaldo" nil (d ow0 n aa1 l d ow0)) +("donaldson" nil (d aa1 n ax l d s ax n)) +("donaldsons" nil (d aa1 n ax l d s ax n z)) +("donalson" nil (d aa1 n ax l s ax n)) +("donapria" nil (d ax n ae1 p r iy0 ax)) +("donar" nil (d aa1 n er0)) +("donat" nil (d ow1 n ax t)) +("donata" nil (d ax n aa1 t ax)) +("donate" nil (d ow1 n ey1 t)) +("donated" nil (d ow1 n ey1 t ax d)) +("donatelli" nil (d ow0 n aa0 t eh1 l iy0)) +("donates" nil (d ow1 n ey1 t s)) +("donath" nil (d aa1 n ax th)) +("donathan" nil (d aa1 n ax th ax n)) +("donati" nil (d ow0 n aa1 t iy0)) +("donating" nil (d ow1 n ey1 t ih0 ng)) +("donation" nil (d ow0 n ey1 sh ax n)) +("donations" nil (d ow0 n ey1 sh ax n z)) +("donatists" nil (d aa1 n ax t ax s t s)) +("donato" nil (d ax n aa1 t ow0)) +("donavan" nil (d aa1 n ax v ae1 n)) +("donaway" nil (d aa1 n ax w ey1)) +("donde" nil (d aa1 n d)) +("dondero" nil (d ow0 n d eh1 r ow0)) +("dondlinger" nil (d aa1 n d ax l ih0 ng er0)) +("done" nil (d ah1 n)) +("donegan" nil (d aa1 n ih0 g ae0 n)) +("donehoo" nil (d ow0 n ey1 hh uw0)) +("donelan" nil (d aa1 n ih0 l ae0 n)) +("donella" nil (d ow0 n eh1 l ax)) +("donelson" nil (d aa1 n ih0 l s ax n)) +("doner" nil (d ao1 n er0)) +("dones" nil (d ah1 n z)) +("doney" nil (d aa1 n iy0)) +("dong" nil (d ao1 ng)) +("dongen" nil (d ao1 ng g ax n)) +("dongmei" nil (d ow1 ng m ay1)) +("donham" nil (d aa1 n hh ax m)) +("donia" nil (d ow1 n iy0 ax)) +("donica" nil (d aa1 n ih0 k ax)) +("donigan" nil (d aa1 n ih0 g ax n)) +("doniger" nil (d aa1 n ih0 g er0)) +("donilon" nil (d aa1 n ax l aa0 n)) +("donis" nil (d ow1 n ih0 s)) +("donizetti" nil (d aa1 n ax z eh1 t iy0)) +("donkey" nil (d aa1 ng k iy0)) +("donkeys" nil (d aa1 ng k iy0 z)) +("donlan" nil (d aa1 n l ax n)) +("donley" nil (d aa1 n l iy0)) +("donlin" nil (d aa1 n l ih0 n)) +("donlon" nil (d aa1 n l ax n)) +("donmoyer" nil (d aa1 n m oy1 er0)) +("donn" nil (d aa1 n)) +("donna" nil (d aa1 n ax)) +("donnan" nil (d aa1 n ax n)) +("donnas" nil (d aa1 n ax z)) +("donnay" nil (d aa1 n ey0)) +("donne" nil (d ah1 n)) +("donned" nil (d aa1 n d)) +("donnell" nil (d aa1 n ih0 l)) +("donnellan" nil (d aa1 n ih0 l ae0 n)) +("donnelley" nil (d aa1 n ax l iy0)) +("donnelly" nil (d aa1 n ax l iy0)) +("donner" nil (d aa1 n er0)) +("donnie" nil (d aa1 n iy0)) +("donning" nil (d aa1 n ih0 ng)) +("donny" nil (d aa1 n iy0)) +("donnybrook" nil (d aa1 n iy0 b r uh1 k)) +("donofrio" nil (d ow0 n ow1 f r iy0 ow0)) +("donoghue" nil (d aa1 n ax hh y uw0)) +("donoho" nil (d aa1 n ax hh ow0)) +("donohoe" nil (d aa1 n ax hh ow0)) +("donohoo" nil (d aa1 n ax hh uw1)) +("donohue" nil (d aa1 n ax hh y uw1)) +("donor" nil (d ow1 n er0)) +("donors" nil (d ow1 n er0 z)) +("donovan" nil (d aa1 n ax v ax n)) +("dons" nil (d aa1 n z)) +("donsbach" nil (d aa1 n z b aa1 k)) +("donut" nil (d ow1 n ah1 t)) +("donuts" nil (d ow1 n ah1 t s)) +("donvan" nil (d aa1 n v ax n)) +("donze" nil (d aa1 n z)) +("doo" nil (d uw1)) +("doodads" nil (d uw1 d ae1 d z)) +("doodle" nil (d uw1 d ax l)) +("doodles" nil (d uw1 d ax l z)) +("doody" nil (d uw1 d iy0)) +("doolan" nil (d uw1 l ax n)) +("doolen" nil (jh uw1 l ax n)) +("dooley" nil (d uw1 l iy0)) +("doolin" nil (d uw1 l ih0 n)) +("dooling" nil (d uw1 l ih0 ng)) +("doolittle" nil (d uw1 l ih1 t ax l)) +("doom" nil (d uw1 m)) +("doomed" nil (d uw1 m d)) +("dooming" nil (d uw1 m ih0 ng)) +("dooms" nil (d uw1 m z)) +("doomsayers" nil (d uw1 m s ey1 er0 z)) +("doomsday" nil (d uw1 m z d ey1)) +("doonan" nil (d uw1 n ax n)) +("dooner" nil (d uw1 n er0)) +("doonesbury" nil (d uw1 n z b eh1 r iy0)) +("door" nil (d ao1 r)) +("doordarshan" nil (d uw1 r d aa1 r sh ax n)) +("doorenbos" nil (d uh1 r eh0 n b ow1 s)) +("doorkeeper" nil (d ao1 r k iy1 p er0)) +("doorknob" nil (d uw1 r k n aa0 b)) +("doorman" nil (d ao1 r m ae1 n)) +("doormat" nil (d ao1 r m ae1 t)) +("doormats" nil (d ao1 r m ae1 t s)) +("doorn" nil (d ao1 r n)) +("doornail" nil (d ao1 r n ey1 l)) +("doornbos" nil (d ao1 r n b ow0 z)) +("doors" nil (d ao1 r z)) +("doorstep" nil (d ao1 r s t eh1 p)) +("doorsteps" nil (d ao1 r s t eh1 p s)) +("doorway" nil (d ao1 r w ey1)) +("doorways" nil (d ao1 r w ey1 z)) +("doose" nil (d uw1 s)) +("doozy" nil (d uw1 z iy0)) +("dopa" nil (d ow1 p ax)) +("dopamine" nil (d aa1 p ax m ay1 n)) +("dope" nil (d ow1 p)) +("doped" nil (d ow1 p t)) +("dopey" nil (d ow1 p iy0)) +("dopp" nil (d aa1 p)) +("doppler" nil (d aa1 p l er0)) +("dopson" nil (d aa1 p s ax n)) +("dora" nil (d ao1 r ax)) +("dorado" nil (d ao0 r aa1 d ow0)) +("dorais" nil (d er0 ey1)) +("doral" nil (d ao0 r ae1 l)) +("doralin" nil (d ao0 r aa0 l iy1 n)) +("doralynne" nil (d ao1 r ax l ay0 n)) +("doran" nil (d ao0 r ae1 n)) +("doraville" nil (d ao1 r ax v ih0 l)) +("dorazio" nil (d ao0 r aa1 z iy0 ow0)) +("dorch" nil (d ao1 r k)) +("dorchester" nil (d ao1 r ch eh1 s t er0)) +("dordies" nil (d ao1 r d iy0 z)) +("dore" nil (d ao1 r)) +("dorea" nil (d ao1 r iy0 ax)) +("doreen" nil (d ao0 r iy1 n)) +("dorelia" nil (d ao0 r eh1 l iy0 ax)) +("doremus" nil (d ao1 r ih0 m ih0 s)) +("doren" nil (d ao1 r ax n)) +("dorena" nil (d ao1 r ih0 n ax)) +("dorene" nil (d ao1 r iy0 n)) +("dorer" nil (d ao1 r er0)) +("dorette" nil (d er0 eh1 t)) +("doretti" nil (d ao0 r eh1 t iy0)) +("dorey" nil (d ao1 r iy0)) +("dorf" nil (d ao1 r f)) +("dorff" nil (d ao1 r f)) +("dorfman" nil (d ao1 r f m ax n)) +("dorgan" nil (d ao1 r g ax n)) +("dori" nil (d ao1 r iy0)) +("doria" nil (d ao1 r iy0 ax)) +("dorian" nil (d ao1 r iy0 ax n)) +("dorians" nil (d ao1 r iy0 ax n z)) +("doric" nil (d ao1 r ih0 k)) +("dorice" nil (d ao1 r ih0 s)) +("dorin" nil (d ao1 r ih0 n)) +("dorinda" nil (d ao0 r iy1 n d ax)) +("dorine" nil (d ao0 r iy1 n iy0)) +("doring" nil (d ao1 r ih0 ng)) +("dorio" nil (d ao1 r iy0 ow0)) +("dorion" nil (d ao0 r iy0 ao1 n)) +("doris" nil (d ao1 r ax s)) +("dorise" nil (d ao1 r ay0 z)) +("doritos" nil (d ao1 r iy1 t ow0 z)) +("dority" nil (d ao1 r ih0 t iy0)) +("dorko" nil (d ao1 r k ow0)) +("dorland" nil (d ao1 r l ax n d)) +("dorm" nil (d ao1 r m)) +("dorman" nil (d ao1 r m ax n)) +("dormancy" nil (d ao1 r m ax n s iy0)) +("dormant" nil (d ao1 r m ax n t)) +("dormer" nil (d ao1 r m er0)) +("dorminey" nil (d ao1 r m ih0 n iy0)) +("dormitories" nil (d ao1 r m ax t ao1 r iy0 z)) +("dormitory" nil (d ao1 r m ax t ao1 r iy0)) +("dormouse" nil (d ao1 r m aw1 s)) +("dorms" nil (d ao1 r m z)) +("dorn" nil (d ao1 r n)) +("dornak" nil (d ao1 r n ax k)) +("dornan" nil (d ao1 r n ax n)) +("dornbusch" nil (d ao1 r n b ax sh)) +("dornbush" nil (d ao1 r n b ax sh)) +("dorner" nil (d ao1 r n er0)) +("dorney" nil (d ao1 r n iy0)) +("dornfeld" nil (d ao1 r n f eh0 l d)) +("dornier" nil (d ao1 r n ih1 r)) +("dornin" nil (d ao1 n ih0 n)) +("doro" nil (d ao1 r ow0)) +("doron" nil (d ao1 r ax n)) +("dorotea" nil (d ao1 r ax sh ax)) +("dorothea" nil (d ao1 r ax th iy1 ax)) +("dorothy" nil (d ao1 r ax th iy0)) +("dorough" nil (d ao1 r aw0)) +("dorow" nil (d ao1 r ow0)) +("dorr" nil (d ao1 r)) +("dorrance" nil (d ao1 r ax n s)) +("dorrell" nil (d ao0 r ey1 l)) +("dorrie" nil (d ao1 r iy0)) +("dorries" nil (d ao1 r iy0 z)) +("dorris" nil (d ao1 r ih0 s)) +("dorroh" nil (d ao1 r ow0)) +("dorrough" nil (d ao1 r aw0)) +("dorsa" nil (d ao1 r s ax)) +("dorsal" nil (d ao1 r s ax l)) +("dorsally" nil (d ao1 r s ax l iy0)) +("dorsch" nil (d ao1 r sh)) +("dorset" nil (d ao1 r s ih0 t)) +("dorsett" nil (d ao1 r s ih0 t)) +("dorsey" nil (d ao1 r s iy0)) +("dorsi" nil (d ao1 r s iy0)) +("dorst" nil (d ao1 r s t)) +("dort" nil (d ao1 r t)) +("dorta" nil (d ao1 r t ax)) +("dortch" nil (d ao1 r ch)) +("dorthea" nil (d ao1 r dh iy0 ax)) +("dorthy" nil (d ao1 r th iy0)) +("dorton" nil (d ao1 r t ax n)) +("dorval" nil (d ao1 r v ax l)) +("dorward" nil (d ao1 r w er0 d)) +("dorwart" nil (d ao1 r w ao0 r t)) +("dory" nil (d ao1 r iy0)) +("dos" nil (d ao1 s)) +("dosage" nil (d ow1 s ax jh)) +("dosages" nil (d ow1 s ih0 jh ih0 z)) +("dosch" nil (d ao1 sh)) +("doscher" nil (d ao1 sh er0)) +("dose" nil (d ow1 s)) +("doser" nil (d ow1 s er0)) +("doses" nil (d ow1 s ax z)) +("dosh" nil (d aa1 sh)) +("dosher" nil (d aa1 sh er0)) +("doshi" nil (d ow1 sh iy0)) +("doshier" nil (d aa1 sh iy0 er0)) +("dosia" nil (d ow1 s iy0 ax)) +("dosie" nil (d aa1 s iy0)) +("dosier" nil (d ow1 s iy0 er0)) +("dosimeters" nil (d ow0 s ih1 m ax t er0 z)) +("doskocil" nil (d ao1 s k ax s ih0 l)) +("doss" nil (d ao1 s)) +("dossantos" nil (d ow0 s aa1 n t ow0 z)) +("dossett" nil (d aa1 s ih0 t)) +("dossey" nil (d aa1 s iy0)) +("dossier" nil (d ao1 s y ey1)) +("dossiers" nil (d ao1 s y ey1 z)) +("dost" nil (d aa1 s t)) +("dostal" nil (d aa1 s t ax l)) +("doster" nil (d aa1 s t er0)) +("dostie" nil (d aa1 s t iy0)) +("dostoevski" nil (d ao1 s t ow1 v s k iy0)) +("dostoevsky" nil (d ao1 s t ow1 v s k iy0)) +("doswell" nil (d aa1 s w eh0 l)) +("dot" nil (d aa1 t)) +("dotan" nil (d ow1 t ax n)) +("doten" nil (d ow1 t ax n)) +("dothan" nil (d aa1 th ax n)) +("doting" nil (d ow1 t ih0 ng)) +("doto" nil (d ow1 t ow0)) +("dots" nil (d aa1 t s)) +("dotson" nil (d aa1 t s ax n)) +("dott" nil (d aa1 t)) +("dottavio" nil (d ow0 t aa1 v iy0 ow0)) +("dotted" nil (d aa1 t ax d)) +("dotter" nil (d aa1 t er0)) +("dotterer" nil (d aa1 t er0 er0)) +("dottie" nil (d aa1 t iy0)) +("dotting" nil (d aa1 t ih0 ng)) +("dotts" nil (d aa1 t s)) +("dotty" nil (d aa1 t iy0)) +("doty" nil (d ow1 t iy0)) +("dotzler" nil (d aa1 t s l er0)) +("doub" nil (d aw1 b)) +("doubek" nil (d aw1 b ih0 k)) +("doubet" nil (d aw1 b ih0 t)) +("double" nil (d ah1 b ax l)) +("doubled" nil (d ah1 b ax l d)) +("doubleday" nil (d ah1 b ax l d ey1)) +("doubles" nil (d ah1 b ax l z)) +("doublespeak" nil (d ah1 b ax l s p iy1 k)) +("doublethink" nil (d ah1 b ax l th ih1 ng k)) +("doubletree" nil (d ah1 b ax l t r iy1)) +("doubling" nil (d ah1 b ax l ih0 ng)) +("doubly" nil (d ah1 b l iy0)) +("doubrava" nil (d aw1 b r ax v ax)) +("doubt" nil (d aw1 t)) +("doubted" nil (d aw1 t ih0 d)) +("doubters" nil (d aw1 t er0 z)) +("doubtfire" nil (d aw1 t f ay1 er0)) +("doubtfires" nil (d aw1 t f ay1 er0 z)) +("doubtful" nil (d aw1 t f ax l)) +("doubting" nil (d aw1 t ih0 ng)) +("doubtless" nil (d aw1 t l ax s)) +("doubts" nil (d aw1 t s)) +("doucet" nil (d uw0 s eh1 t)) +("doucette" nil (d uw1 s eh1 t)) +("doud" nil (d aw1 d)) +("doudna" nil (d aw1 d n ax)) +("douds" nil (d aw1 d z)) +("doug" nil (d ah1 g)) +("dougal" nil (d uw1 g ax l)) +("dougall" nil (d aw1 g ax l)) +("dougan" nil (d aw1 g ax n)) +("dough" nil (d ow1)) +("doughboy" nil (d ow1 b oy1)) +("dougher" nil (d ow1 er0)) +("dougherty" nil (d ow1 er0 t iy0)) +("doughman" nil (d ow1 m ax n)) +("doughnut" nil (d ow1 n ah1 t)) +("doughnuts" nil (d ow1 n ah1 t s)) +("doughten" nil (d ao1 t ax n)) +("doughtie" nil (d ao1 t iy0)) +("doughty" nil (d ao1 t iy0)) +("doughy" nil (d ow1 iy0)) +("douglas" nil (d ah1 g l ax s)) +("doukas" nil (d aw1 k ax z)) +("doulton" nil (d ow1 l t ax n)) +("douma" nil (d ow1 m ax)) +("doupe" nil (d uw1 p)) +("dour" nil (d aw1 er0)) +("douse" nil (d aw1 s)) +("doused" nil (d aw1 s t)) +("dousing" nil (d aw1 s ih0 ng)) +("douthat" nil (d aw1 th ax t)) +("douthett" nil (d aw1 th ih0 t)) +("douthit" nil (d uw0 th ih1 t)) +("douthitt" nil (d uw0 th ih1 t)) +("doutt" nil (d aw1 t)) +("douty" nil (d aw1 t iy0)) +("douville" nil (d uw0 v ih1 l)) +("douwe" nil (d uw1)) +("dov" nil (d aa1 v)) +("dove" nil (d ah1 v)) +("dovel" nil (d ow0 v eh1 l)) +("dover" nil (d ow1 v er0)) +("doverspike" nil (d ax v er1 s p ih0 k)) +("doves" nil (d ah1 v z)) +("dovetail" nil (d ah1 v t ey1 l)) +("dovetailed" nil (d ah1 v t ey1 l d)) +("dovetails" nil (d ah1 v t ey1 l z)) +("dovey" nil (d ax v ey1)) +("dovidio" nil (d ow0 v iy1 d iy0 ow0)) +("dovish" nil (d ow1 v ih0 sh)) +("dow" nil (d aw1)) +("dowager" nil (d aw1 ax jh er0)) +("dowd" nil (d aw1 d)) +("dowda" nil (d aw1 d ax)) +("dowdall" nil (d aw1 d ax l)) +("dowdell" nil (d aw1 d ax l)) +("dowden" nil (d aw1 d ax n)) +("dowding" nil (d aw1 d ih0 ng)) +("dowdle" nil (d aw1 d ax l)) +("dowds" nil (d aw1 d z)) +("dowdy" nil (d aw1 d iy0)) +("dowe" nil (d aw1)) +("dowel" nil (d aw1 ax l)) +("dowell" nil (d aa1 w eh0 l)) +("dowels" nil (d aw1 ax l z)) +("dowen" nil (d aw1 ax n)) +("dower" nil (d aw1 r)) +("dowers" nil (d aw1 r z)) +("dowie" nil (d aw1 iy0)) +("dowis" nil (d aw1 ih0 s)) +("dowland" nil (d aw1 l ax n d)) +("dowlen" nil (d aw1 l ax n)) +("dowler" nil (d aw1 l er0)) +("dowless" nil (d aw1 l ax s)) +("dowling" nil (d aw1 l ih0 ng)) +("down" nil (d aw1 n)) +("downard" nil (d aw1 n er0 d)) +("downbeat" nil (d aw0 n b iy1 t)) +("downcast" nil (d aw1 n k ae1 s t)) +("downdraft" nil (d aw1 n d r ae1 f t)) +("downe" nil (d aw1 n)) +("downed" nil (d aw1 n d)) +("downen" nil (d aw1 n ax n)) +("downer" nil (d aw1 n er0)) +("downers" nil (d aw1 n er0 z)) +("downes" nil (d aw1 n z)) +("downey" nil (d aw1 n iy0)) +("downfall" nil (d aw1 n f ao1 l)) +("downgrade" nil (d aw1 n g r ey1 d)) +("downgraded" nil (d aw1 n g r ey1 d ax d)) +("downgrades" nil (d aw1 n g r ey1 d z)) +("downgrading" nil (d aw1 n g r ey1 d ih0 ng)) +("downgradings" nil (d aw1 n g r ey1 d ih0 ng z)) +("downham" nil (d aw1 n hh ax m)) +("downhill" nil (d aw1 n hh ih1 l)) +("downie" nil (d aw1 n iy0)) +("downing" nil (d aw1 n ih0 ng)) +("downingtown" nil (d aw1 n ih0 ng t aw1 n)) +("download" nil (d aw1 n l ow1 d)) +("downloaded" nil (d aw1 n l ow1 d ih0 d)) +("downloading" nil (d aw1 n l ow1 d ih0 ng)) +("downpayment" nil (d aw1 n p ey1 m ax n t)) +("downplay" nil (d aw1 n p l ey1)) +("downplayed" nil (d aw1 n p l ey1 d)) +("downplaying" nil (d aw1 n p l ey1 ih0 ng)) +("downplays" nil (d aw1 n p l ey1 z)) +("downpour" nil (d aw1 n p ao0 r)) +("downpours" nil (d aw1 n p ao1 r z)) +("downrange" nil (d aw1 n r ey1 n jh)) +("downright" nil (d aw1 n r ay1 t)) +("downriver" nil (d aw1 n r ih1 v er0)) +("downs" nil (d aw1 n z)) +("downside" nil (d aw1 n s ay1 d)) +("downsize" nil (d aw1 n s ay1 z)) +("downsized" nil (d aw1 n s ay1 z d)) +("downsizing" nil (d aw1 n s ay1 z ih0 ng)) +("downstage" nil (d aw1 n s t ey1 jh)) +("downstairs" nil (d aw1 n s t eh1 r z)) +("downstate" nil (d aw1 n s t ey1 t)) +("downstream" nil (d aw1 n s t r iy1 m)) +("downswing" nil (d aw1 n s w ih1 ng)) +("downtime" nil (d aw1 n t ay1 m)) +("downtown" nil (d aw1 n t aw1 n)) +("downtowns" nil (d aw1 n t aw1 n z)) +("downtrend" nil (d aw1 n t r eh1 n d)) +("downtrodden" nil (d aw1 n t r aa1 d ax n)) +("downturn" nil (d aw1 n t er1 n)) +("downturns" nil (d aw1 n t er1 n z)) +("downum" nil (d aw1 n ax m)) +("downward" nil (d aw1 n w er0 d)) +("downwardly" nil (d aw1 n w er0 d l iy0)) +("downwards" nil (d aw1 n w er0 d z)) +("downy" nil (d aw1 n iy0)) +("dowry" nil (d aw1 r iy0)) +("dowse" nil (d aw1 s)) +("dowty" nil (d aw1 t iy0)) +("doxey" nil (d aa1 k s iy0)) +("doxie" nil (d aa1 k s iy0)) +("doxologies" nil (d aa0 k s aa1 l ax jh iy0 z)) +("doxology" nil (d aa0 k s aa1 l ax jh iy0)) +("doxtater" nil (d aa1 k s t ey0 t er0)) +("doxy" nil (d aa1 k s iy0)) +("doyal" nil (d oy0 aa1 l)) +("doyel" nil (d oy1 ax l)) +("doyen" nil (d oy1 ih0 n)) +("doyle" nil (d oy1 l)) +("doyon" nil (d oy1 ax n)) +("dozed" nil (d ow1 z d)) +("dozen" nil (d ah1 z ax n)) +("dozens" nil (d ah1 z ax n z)) +("dozier" nil (d ow1 z iy0 er0)) +("dozing" nil (d ow1 z ih0 ng)) +("drab" nil (d r ae1 b)) +("drabble" nil (d r ae1 b ax l)) +("drabek" nil (d r ae1 b ih0 k)) +("drabenstott" nil (d r ax b eh1 n s t ax t)) +("drabik" nil (d r aa1 b ih0 k)) +("drabinsky" nil (d r ax b ih1 n s k iy0)) +("drabkin" nil (d r ae1 b k ih1 n)) +("drabs" nil (d r ae1 b z)) +("drace" nil (d r ey1 s)) +("drach" nil (d r ae1 ch)) +("drachenberg" nil (d r ae1 k ax n b er0 g)) +("drachma" nil (d r ae1 k m ax)) +("drachmas" nil (d r aa1 k m ax z)) +("drackett" nil (d r ae1 k ih0 t)) +("draconian" nil (d r ey0 k ow1 n iy0 ax n)) +("dracula" nil (d r ae1 k y uw0 l ax)) +("draeger" nil (d r eh1 g er0)) +("draffen" nil (d r ae1 f ax n)) +("draft" nil (d r ae1 f t)) +("drafted" nil (d r ae1 f t ih0 d)) +("draftees" nil (d r ae1 f t iy1 z)) +("drafter" nil (d r ae1 f t er0)) +("drafters" nil (d r ae1 f t er0 z)) +("drafting" nil (d r ae1 f t ih0 ng)) +("drafts" nil (d r ae1 f t s)) +("draftsman" nil (d r ae1 f t s m ax n)) +("draftsmanship" nil (d r ae1 f t s m ax n sh ih1 p)) +("draftsmen" nil (d r ae1 f t s m ax n)) +("drafty" nil (d r ae1 f t iy0)) +("drag" nil (d r ae1 g)) +("dragan" nil (d r aa1 g ax n)) +("drage" nil (d r ey1 jh)) +("drager" nil (d r ey1 g er0)) +("dragged" nil (d r ae1 g d)) +("dragging" nil (d r ae1 g ih0 ng)) +("draggy" nil (d r ae1 g iy0)) +("dragline" nil (d r ae1 g l ay1 n)) +("dragnet" nil (d r ae1 g n eh1 t)) +("dragnets" nil (d r ae1 g n eh1 t s)) +("drago" nil (d r aa1 g ow0)) +("dragon" nil (d r ae1 g ax n)) +("dragonair" nil (d r ae1 g ax n eh1 r)) +("dragone" nil (d r ax g ow1 n)) +("dragonhead" nil (d r ae1 g ax n hh eh1 d)) +("dragons" nil (d r ae1 g ax n z)) +("dragoo" nil (d r aa1 g uw0)) +("dragovich" nil (d r ae1 g ax v ih0 ch)) +("drags" nil (d r ae1 g z)) +("draheim" nil (d r ae1 hh ay0 m)) +("drahos" nil (d r ey1 hh ow0 z)) +("drahuschak" nil (d r ae1 hh ax sh ae0 k)) +("drain" nil (d r ey1 n)) +("drainage" nil (d r ey1 n ax jh)) +("draine" nil (d r ey1 n)) +("drained" nil (d r ey1 n d)) +("drainers" nil (d r ey1 n er0 z)) +("draining" nil (d r ey1 n ih0 ng)) +("drains" nil (d r ey1 n z)) +("drake" nil (d r ey1 k)) +("drakeford" nil (d r ae1 k ih0 f ao0 r d)) +("drakes" nil (d r ey1 k s)) +("drakos" nil (d r ey1 k ow0 z)) +("dralle" nil (d r ey1 l)) +("dram" nil (d r ae1 m)) +("drama" nil (d r aa1 m ax)) +("dramamine" nil (d r ae1 m ax m iy1 n)) +("dramas" nil (d r aa1 m ax z)) +("dramatic" nil (d r ax m ae1 t ih0 k)) +("dramatically" nil (d r ax m ae1 t ih0 k l iy0)) +("dramatist" nil (d r aa1 m ax t ih0 s t)) +("dramatization" nil (d r ae1 m ax t ax z ey1 sh ax n)) +("dramatizations" nil (d r ae1 m ax t ax z ey1 sh ax n z)) +("dramatize" nil (d r aa1 m ax t ay1 z)) +("dramatized" nil (d r ae1 m ax t ay1 z d)) +("dramatizes" nil (d r ae1 m ax t ay1 z ih0 z)) +("dramatizing" nil (d r ae1 m ax t ay1 z ih0 ng)) +("drams" nil (d r ae1 m z)) +("drane" nil (d r ey1 n)) +("draney" nil (d r ey1 n iy0)) +("drank" nil (d r ae1 ng k)) +("drape" nil (d r ey1 p)) +("drapeau" nil (d r ax p ow1)) +("draped" nil (d r ey1 p t)) +("draper" nil (d r ey1 p er0)) +("draperies" nil (d r ey1 p er0 iy0 z)) +("drapery" nil (d r ey1 p er0 iy0)) +("drapes" nil (d r ey1 p s)) +("draping" nil (d r ey1 p ih0 ng)) +("drapkin" nil (d r ae1 p k ih0 n)) +("drasner" nil (d r ae1 s n er0)) +("drastic" nil (d r ae1 s t ih0 k)) +("drastically" nil (d r ae1 s t ih0 k l iy0)) +("draughn" nil (d r ao1 n)) +("draughon" nil (d r ao1 ax n)) +("draught" nil (d r ae1 f t)) +("draughts" nil (d r ae1 f t s)) +("draus" nil (d r ao1 z)) +("draves" nil (d r ey1 v z)) +("dravis" nil (d r ae1 v ih0 s)) +("dravo" nil (d r ae1 v ow0)) +("draw" nil (d r ao1)) +("drawback" nil (d r ao1 b ae1 k)) +("drawbacks" nil (d r ao1 b ae1 k s)) +("drawbaugh" nil (d r ao1 b ao1)) +("drawbridge" nil (d r ao1 b r ih1 jh)) +("drawdown" nil (d r ao1 d aw1 n)) +("drawdowns" nil (d r ao1 d aw1 n z)) +("drawdy" nil (d r ao1 d iy0)) +("drawer" nil (d r ao1 r)) +("drawers" nil (d r ao1 r z)) +("drawing" nil (d r ao1 ih0 ng)) +("drawings" nil (d r ao1 ih0 ng z)) +("drawl" nil (d r ao1 l)) +("drawled" nil (d r ao1 l d)) +("drawls" nil (d r ao1 l z)) +("drawn" nil (d r ao1 n)) +("draws" nil (d r ao1 z)) +("dray" nil (d r ey1)) +("drayer" nil (d r ey1 er0)) +("drayton" nil (d r ey1 t ax n)) +("dread" nil (d r eh1 d)) +("dreaded" nil (d r eh1 d ih0 d)) +("dreadful" nil (d r eh1 d f ax l)) +("dreadfully" nil (d r eh1 d f ax l iy0)) +("dreading" nil (d r eh1 d ih0 ng)) +("dreadnought" nil (d r eh1 d n ao1 t)) +("dream" nil (d r iy1 m)) +("dreamed" nil (d r iy1 m d)) +("dreamer" nil (d r iy1 m er0)) +("dreamers" nil (d r iy1 m er0 z)) +("dreaming" nil (d r iy1 m ih0 ng)) +("dreamlike" nil (d r iy1 m l ay1 k)) +("dreams" nil (d r iy1 m z)) +("dreamt" nil (d r eh1 m t)) +("dreamworks" nil (d r iy1 m w er1 k s)) +("dreamworld" nil (d r iy1 m w er1 l d)) +("dreamy" nil (d r iy1 m iy0)) +("dreariness" nil (d r iy1 r iy0 n ax s)) +("dreary" nil (d r ih1 r iy0)) +("drebsky" nil (d r eh1 b s k iy0)) +("drechsel" nil (d r eh1 k s ax l)) +("drechsler" nil (d r eh1 k s ax l er0)) +("dred" nil (d r eh1 d)) +("dredge" nil (d r eh1 jh)) +("dredged" nil (d r eh1 jh d)) +("dredges" nil (d r eh1 jh ax z)) +("dredging" nil (d r eh1 jh ih0 ng)) +("drees" nil (d r iy1 z)) +("dreese" nil (d r iy1 z)) +("dreessen" nil (d r iy1 s ax n)) +("dreger" nil (d r eh1 g er0)) +("dregs" nil (d r eh1 g z)) +("dreher" nil (d r eh1 r)) +("dreibelbis" nil (d r ay1 b ih0 l b ih0 s)) +("dreier" nil (d r ay1 er0)) +("dreiling" nil (d r ay1 l ih0 ng)) +("dreis" nil (d r iy1 z)) +("dreisbach" nil (d r ay1 s b aa1 k)) +("dreman" nil (d r iy1 m ax n)) +("drench" nil (d r eh1 n ch)) +("drenched" nil (d r eh1 n ch t)) +("drenching" nil (d r eh1 n ch ih0 ng)) +("drennan" nil (d r eh1 n ax n)) +("drennen" nil (d r eh1 n ax n)) +("drenning" nil (d r eh1 n ih0 ng)) +("drennon" nil (d r eh1 n ax n)) +("drenth" nil (d r eh1 n th)) +("drepung" nil (d r ey1 p ah1 ng)) +("dresbach" nil (d r eh1 s b aa1 k)) +("dresch" nil (d r eh1 sh)) +("drescher" nil (d r eh1 sh er0)) +("dresden" nil (d r eh1 z d ih0 n)) +("dresdner" nil (d r eh1 z n er0)) +("dresen" nil (d r iy1 z ax n)) +("dresher" nil (d r eh1 sh er0)) +("dresner" nil (d r eh1 z n er0)) +("dress" nil (d r eh1 s)) +("dressage" nil (d r eh0 s aa1 zh)) +("dressed" nil (d r eh1 s t)) +("dressel" nil (d r eh1 s ax l)) +("dressen" nil (d r eh1 s ax n)) +("dresser" nil (d r eh1 s er0)) +("dressers" nil (d r eh1 s er0 z)) +("dresses" nil (d r eh1 s ax z)) +("dressier" nil (d r eh1 s iy0 er0)) +("dressing" nil (d r eh1 s ih0 ng)) +("dressings" nil (d r eh1 s ih0 ng z)) +("dressler" nil (d r eh1 s l er0)) +("dressmaker" nil (d r eh1 s m ey1 k er0)) +("dressmaking" nil (d r eh1 s m ey1 k ih0 ng)) +("dressy" nil (d r eh1 s iy0)) +("drew" nil (d r uw1)) +("drewery" nil (d r uw1 er0 iy0)) +("drewes" nil (d r uw1 z)) +("drewett" nil (d r uw1 ih0 t)) +("drewry" nil (d r uw1 r iy0)) +("drews" nil (d r uw1 z)) +("drexel" nil (d r eh1 k s ax l)) +("drexler" nil (d r eh1 k s l er0)) +("drey" nil (d r ey1)) +("dreyer" nil (d r ey1 er0)) +("dreyfus" nil (d r ay1 f ax s)) +("dreyfuss" nil (d r ey1 f ax s)) +("dribble" nil (d r ih1 b ax l)) +("dribbled" nil (d r ih1 b ax l d)) +("dribbling" nil (d r ih1 b ax l ih0 ng)) +("dried" nil (d r ay1 d)) +("driehaus" nil (d r iy1 hh aw1 s)) +("drier" nil (d r ay1 er0)) +("dries" nil (d r ay1 z)) +("driessen" nil (d r iy1 s ax n)) +("driest" nil (d r ay1 ax s t)) +("driever" nil (d r iy1 v er0)) +("drift" nil (d r ih1 f t)) +("drifted" nil (d r ih1 f t ax d)) +("drifter" nil (d r ih1 f t er0)) +("drifting" nil (d r ih1 f t ih0 ng)) +("driftnet" nil (d r ih1 f t n eh1 t)) +("drifts" nil (d r ih1 f t s)) +("driftwood" nil (d r ih1 f t w uh1 d)) +("driggers" nil (d r ih1 g er0 z)) +("driggs" nil (d r ih1 g z)) +("drill" nil (d r ih1 l)) +("drillbit" nil (d r ih1 l b ih1 t)) +("drilled" nil (d r ih1 l d)) +("driller" nil (d r ih1 l er0)) +("drillers" nil (d r ih1 l er0 z)) +("drilling" nil (d r ih1 l ih0 ng)) +("drills" nil (d r ih1 l z)) +("drina" nil (d iy1 n ax)) +("drinas" nil (d iy1 n ax z)) +("dring" nil (d r ih1 ng)) +("drink" nil (d r ih1 ng k)) +("drinkard" nil (d r ih1 ng k er0 d)) +("drinker" nil (d r ih1 ng k er0)) +("drinkers" nil (d r ih1 ng k er0 z)) +("drinking" nil (d r ih1 ng k ih0 ng)) +("drinks" nil (d r ih1 ng k s)) +("drinkwater" nil (d r ih1 ng k w ao1 t er0)) +("drinkwine" nil (d r ih1 ng k w ay1 n)) +("drinnon" nil (d r ih1 n ax n)) +("drip" nil (d r ih1 p)) +("dripped" nil (d r ih1 p t)) +("dripping" nil (d r ih1 p ih0 ng)) +("dripps" nil (d r ih1 p s)) +("drips" nil (d r ih1 p s)) +("driscoll" nil (d r ih1 s k ax l)) +("driskell" nil (d r ih1 s k ax l)) +("driskill" nil (d r ih1 s k ih0 l)) +("drivable" nil (d r ay1 v ax b ax l)) +("drive" nil (d r ay1 v)) +("drivel" nil (d r ih1 v ax l)) +("driven" nil (d r ih1 v ax n)) +("driver" nil (d r ay1 v er0)) +("drivers" nil (d r ay1 v er0 z)) +("drives" nil (d r ay1 v z)) +("driveway" nil (d r ay1 v w ey1)) +("driveways" nil (d r ay1 v w ey1 z)) +("driving" nil (d r ay1 v ih0 ng)) +("drizzle" nil (d r ih1 z ax l)) +("drizzling" nil (d r ih1 z ax l ih0 ng)) +("drizzly" nil (d r ih1 z l iy0)) +("drobny" nil (d r aa1 b n iy0)) +("droddy" nil (d r aa1 d iy0)) +("droege" nil (d r ow1 jh)) +("droessler" nil (d r ow1 s ax l er0)) +("droge" nil (d r ow1 jh)) +("drogoul" nil (d r ow0 g uw1 l)) +("drogue" nil (d r ow1 g)) +("drohan" nil (d r ow1 ax n)) +("droke" nil (d r ow1 k)) +("drolet" nil (d r ow1 l ih0 t)) +("droll" nil (d r ow1 l)) +("drollinger" nil (d r ow1 l ih0 ng er0)) +("dromedary" nil (d r aa1 m ax d eh1 r iy0)) +("dromer" nil (d r ow1 m er0)) +("dromey" nil (d r ow1 m iy0)) +("dromgoole" nil (d r aa1 m g uw1 l)) +("dromgooles" nil (d r aa0 m g uw1 l z)) +("dromon" nil (d r ow1 m ax n)) +("drone" nil (d r ow1 n)) +("droned" nil (d r ow1 n d)) +("drones" nil (d r ow1 n z)) +("dronet" nil (d r ow1 n ih0 t)) +("droney" nil (d r ow1 n iy0)) +("droning" nil (d r ow1 n ih0 ng)) +("drool" nil (d r uw1 l)) +("drooling" nil (d r uw1 l ih0 ng)) +("droop" nil (d r uw1 p)) +("drooped" nil (d r uw1 p t)) +("drooping" nil (d r uw1 p ih0 ng)) +("droopy" nil (d r uw1 p iy0)) +("drop" nil (d r aa1 p)) +("dropkin" nil (d r aa1 p k ih0 n)) +("droplet" nil (d r aa1 p l ax t)) +("droplets" nil (d r aa1 p l ax t s)) +("dropoff" nil (d r aa1 p ao1 f)) +("dropout" nil (d r aa1 p aw1 t)) +("dropouts" nil (d r aa1 p aw1 t s)) +("dropped" nil (d r aa1 p t)) +("droppers" nil (d r aa1 p er0 z)) +("dropping" nil (d r aa1 p ih0 ng)) +("droppings" nil (d r aa1 p ih0 ng z)) +("drops" nil (d r aa1 p s)) +("dropsy" nil (d r aa1 p s iy0)) +("droser" nil (d r ow1 z er0)) +("dross" nil (d r ao1 s)) +("drost" nil (d r aa1 s t)) +("droste" nil (d r ow1 s t)) +("drotar" nil (d r ow1 t er0)) +("drought" nil (d r aw1 t)) +("droughts" nil (d r aw1 t s)) +("drouillard" nil (d r w iy0 l aa1 r d)) +("drouin" nil (d r w iy1 n)) +("drove" nil (d r ow1 v)) +("drover" nil (d r ow1 v er0)) +("droves" nil (d r ow1 v z)) +("drown" nil (d r aw1 n)) +("drowned" nil (d r aw1 n d)) +("drowning" nil (d r aw1 n ih0 ng)) +("drownings" nil (d r aw1 n ih0 ng z)) +("drowns" nil (d r aw1 n z)) +("drowsiness" nil (d r aw1 z iy0 n ax s)) +("drowsy" nil (d r aw1 z iy0)) +("droz" nil (d r aa1 z)) +("drozd" nil (d r aa1 z d)) +("drozda" nil (d r aa1 z d ax)) +("drozdowski" nil (d r ax z d ao1 f s k iy0)) +("dru" nil (d r uw1)) +("drubbed" nil (d r ah1 b d)) +("drubbing" nil (d r ah1 b ih0 ng)) +("druce" nil (d r uw1 s)) +("drucie" nil (d r ah1 k iy0)) +("druck" nil (d r ah1 k)) +("druckenmiller" nil (d r ah1 k ih0 n m ih1 l er0)) +("drucker" nil (d r ah1 k er0)) +("druckman" nil (d r ah1 k m ax n)) +("drudge" nil (d r ah1 jh)) +("drudgery" nil (d r ah1 jh er0 iy0)) +("druella" nil (d r uw1 eh1 l ax)) +("drug" nil (d r ah1 g)) +("drugan" nil (d r uw1 g ax n)) +("drugged" nil (d r ah1 g d)) +("druggist" nil (d r ah1 g ih0 s t)) +("druggists" nil (d r ah1 g ax s t s)) +("drugmaker" nil (d r ah1 g m ey1 k er0)) +("drugmakers" nil (d r ah1 g m ey1 k er0 z)) +("drugs" nil (d r ah1 g z)) +("drugstore" nil (d r ah1 g s t ao1 r)) +("drugstores" nil (d r ah1 g s t ao1 r z)) +("druid" nil (d r uw1 ih0 d)) +("druidism" nil (d r uw1 ax d ih1 z ax m)) +("druids" nil (d r uw1 ih0 d z)) +("druisilla" nil (d r ih0 s ih1 l ax)) +("drum" nil (d r ah1 m)) +("drumbeat" nil (d r ah1 m b iy1 t)) +("drumhead" nil (d r ah1 m hh eh1 d)) +("drumheller" nil (d r ah1 m hh eh1 l er0)) +("drumm" nil (d r ah1 m)) +("drummed" nil (d r ah1 m d)) +("drummer" nil (d r ah1 m er0)) +("drummers" nil (d r ah1 m er0 z)) +("drummey" nil (d r ah1 m iy0)) +("drumming" nil (d r ah1 m ih0 ng)) +("drummond" nil (d r ah1 m ax n d)) +("drummonds" nil (d r ah1 m ax n d z)) +("drumright" nil (d r ah1 m r ay1 t)) +("drums" nil (d r ah1 m z)) +("drumwright" nil (d r ah1 m r ay1 t)) +("drunk" nil (d r ah1 ng k)) +("drunkard" nil (d r ah1 ng k er0 d)) +("drunkards" nil (d r ah1 ng k er0 d z)) +("drunken" nil (d r ah1 ng k ax n)) +("drunkenness" nil (d r ah1 ng k ax n n ax s)) +("drunks" nil (d r ah1 ng k s)) +("drupe" nil (d r uw1 p)) +("drupes" nil (d r uw1 p s)) +("drury" nil (d r uw1 r iy0)) +("drusa" nil (d r uw1 s ax)) +("druse" nil (d r uw1 z)) +("drusie" nil (d r ah1 s iy0)) +("drusilla" nil (d r uw1 s ih1 l ax)) +("druthers" nil (d r ah1 dh er0 z)) +("druze" nil (d r uw1 z)) +("dry" nil (d r ay1)) +("dryclean" nil (d r ay1 k l iy1 n)) +("dryden" nil (d r ay1 d ax n)) +("drye" nil (d r ay1)) +("dryer" nil (d r ay1 er0)) +("dryers" nil (d r ay1 er0 z)) +("drying" nil (d r ay1 ih0 ng)) +("dryly" nil (d r ay1 l iy0)) +("dryness" nil (d r ay1 n ax s)) +("drypers" nil (d r ay1 p er0 z)) +("drypoint" nil (d r ay1 p oy1 n t)) +("drysdale" nil (d r ay1 z d ey1 l)) +("drzewiecki" nil (jh uw0 iy1 t s k iy0)) +("dsouza" nil (d ax s uw1 z ax)) +("du" nil (d uw1)) +("dual" nil (d uw1 ax l)) +("dualism" nil (d uw1 ax l ih1 z ax m)) +("dualisms" nil (d uw1 ax l ih1 z ax m z)) +("dualist" nil (d uw1 ax l ih0 s t)) +("dualistic" nil (d uw1 ax l ih1 s t ih0 k)) +("duality" nil (d uw0 ae1 l ax t iy0)) +("duals" nil (d uw1 ax l z)) +("duana" nil (d uw0 ae1 n ax)) +("duane" nil (d w ey1 n)) +("duarte" nil (d w aa1 r t ey1)) +("dub" nil (d ah1 b)) +("duba" nil (d uw1 b ax)) +("dubach" nil (d ah1 b aa0 k)) +("dubai" nil (d uw0 b ay1)) +("dubarry" nil (d uw1 b eh1 r iy0)) +("dubas" nil (d uw1 b ax z)) +("dubay" nil (d ah1 b ey0)) +("dubbed" nil (d ah1 b d)) +("dubberly" nil (d ah1 b er0 l iy0)) +("dubbing" nil (d ah1 b ih0 ng)) +("dubbs" nil (d ah1 b z)) +("dubcek" nil (d ah1 b ch eh1 k)) +("dube" nil (d uw1 b)) +("dubeau" nil (d ax b ow1)) +("duberstein" nil (d uw1 b er0 s t ay1 n)) +("dubey" nil (d ah1 b iy0)) +("dubicki" nil (d ax b ih1 t s k iy0)) +("dubie" nil (d ah1 b iy0)) +("dubiel" nil (d ah1 b iy0 l)) +("dubilier" nil (d uw1 b ax l ih1 r)) +("dubin" nil (d uw1 b ih0 n)) +("dubinin" nil (d uw0 b ih1 n ih0 n)) +("dubinsky" nil (d ax b ih1 n s k iy0)) +("dubious" nil (d uw1 b iy0 ax s)) +("dubis" nil (d uw1 b ih0 s)) +("dublin" nil (d ah1 b l ih0 n)) +("duboff" nil (d ah1 b ao1 f)) +("dubois" nil (d uw0 b oy1 s)) +("duboise" nil (d ax b w aa1)) +("dubord" nil (d ax b ao1 r d)) +("dubose" nil (d uw0 b ow1 z)) +("dubow" nil (d uw1 b ow0)) +("dubray" nil (d ah1 b r ey1)) +("dubree" nil (d ax b r iy1)) +("dubreuil" nil (d ah1 b r uw0 l)) +("dubroc" nil (d ah1 b r ax k)) +("dubrow" nil (d ah1 b r ow1)) +("dubs" nil (d ah1 b z)) +("dubuc" nil (d uw1 b ax k)) +("dubuisson" nil (d ah1 b ih0 s ax n)) +("dubuque" nil (d ax b y uw1 k)) +("duby" nil (d uw1 b iy0)) +("duc" nil (d ah1 k)) +("duca" nil (d uw1 k ax)) +("ducal" nil (d uw1 k ax l)) +("duce" nil (d uw1 s)) +("ducey" nil (d ah1 s iy0)) +("duch" nil (d ah1 ch)) +("duchaine" nil (d ax sh ey1 n)) +("duchamp" nil (d uw0 sh aa1 m p)) +("ducharme" nil (d ax sh aa1 r m)) +("duchemin" nil (d ah1 sh ih0 m ae0 n)) +("duchene" nil (d ah1 k iy0 n)) +("duchenne" nil (d uw0 sh eh1 n)) +("duchesneau" nil (d ah1 sh ih0 s n ow0)) +("duchess" nil (d ah1 ch ax s)) +("duchon" nil (d ah1 ch ax n)) +("duchossois" nil (d uw0 ch ao1 s w aa1)) +("duchow" nil (d ah1 ch ow0)) +("duchy" nil (d ah1 ch iy0)) +("duck" nil (d ah1 k)) +("ducked" nil (d ah1 k t)) +("ducker" nil (d ah1 k er0)) +("duckett" nil (d ah1 k ih0 t)) +("ducking" nil (d ah1 k ih0 ng)) +("duckling" nil (d ah1 k l ih0 ng)) +("ducklings" nil (d ah1 k l ih0 ng z)) +("ducks" nil (d ah1 k s)) +("ducksworth" nil (d ah1 k s w er1 th)) +("duckwall" nil (d ah1 k w ao1 l)) +("duckweed" nil (d ah1 k w iy1 d)) +("duckworth" nil (d ah1 k w er1 th)) +("duclos" nil (d ax k l ow1 z)) +("ducommun" nil (d uw0 k aa1 m ax n)) +("ducote" nil (d ax k ow1 t)) +("duct" nil (d ah1 k t)) +("ductile" nil (d ah1 k t ax l)) +("ductility" nil (d ax k t ih1 l ax t iy0)) +("ductless" nil (d ah1 k t l ax s)) +("ducts" nil (d ah1 k t s)) +("dud" nil (d ah1 d)) +("duda" nil (d uw1 d ax)) +("dudack" nil (d uw1 d ae0 k)) +("dudar" nil (d uw1 d er0)) +("dudas" nil (d uw1 d ax z)) +("dudash" nil (d ah1 d ax sh)) +("dudayev" nil (d uw0 d ay1 eh1 v)) +("dudd" nil (d ah1 d)) +("dudding" nil (d ah1 d ih0 ng)) +("duddy" nil (d ah1 d iy0)) +("dude" nil (d uw1 d)) +("dudeck" nil (d uw1 d eh0 k)) +("dudek" nil (d uw1 d ih0 k)) +("duden" nil (d uw1 d ax n)) +("dudenhoeffer" nil (d ah1 d ih0 n hh ow0 f er0)) +("dudes" nil (d y uw1 d z)) +("dudgeon" nil (d ah1 jh ax n)) +("dudik" nil (d uw1 d ih0 k)) +("dudley" nil (d ah1 d l iy0)) +("dudman" nil (d ah1 d m ax n)) +("dudney" nil (d ah1 d n iy0)) +("duds" nil (d ah1 d z)) +("dudziak" nil (d ah1 jh iy0 ae0 k)) +("dudzik" nil (d ah1 d z ih0 k)) +("dudzinski" nil (d ax jh ih1 n s k iy0)) +("due" nil (d uw1)) +("duecker" nil (d uw1 k er0)) +("dueitt" nil (d uw1 ax t)) +("dueker" nil (d uw1 k er0)) +("duel" nil (d uw1 ax l)) +("dueling" nil (d uw1 l ih0 ng)) +("duelist" nil (d uw1 ax l ih0 s t)) +("duell" nil (jh uw1 l)) +("duels" nil (d uw1 ax l z)) +("duena" nil (d uw0 eh1 n ax)) +("duenas" nil (d uw0 eh1 n ax s)) +("duenez" nil (d w eh0 n eh1 z)) +("duenow" nil (d uw1 n ow0)) +("duensing" nil (d uh1 n s ih0 ng)) +("duer" nil (d uw1 er0)) +("duerksen" nil (d uh1 r k s ax n)) +("duerr" nil (d uh1 r)) +("duerson" nil (d uh1 r s ax n)) +("duerst" nil (d uh1 r s t)) +("dues" nil (d uw1 z)) +("duesberg" nil (d uw1 z b er0 g)) +("duesing" nil (d uw1 s ih0 ng)) +("duesler" nil (d uw1 s ax l er0)) +("duesseldorf" nil (d uw1 s ax l d ao1 r f)) +("duet" nil (d uw0 eh1 t)) +("duets" nil (d uw0 eh1 t s)) +("duey" nil (d uw1 iy0)) +("dufault" nil (d ax f ow1)) +("dufek" nil (d uw1 f ih0 k)) +("duff" nil (d ah1 f)) +("duffee" nil (d ah1 f iy0)) +("duffek" nil (d ah1 f ih0 k)) +("duffel" nil (d ah1 f ax l)) +("duffell" nil (d ah1 f ax l)) +("duffer" nil (d ah1 f er0)) +("duffett" nil (d ah1 f ih0 t)) +("duffey" nil (d ah1 f iy0)) +("duffie" nil (d ah1 f iy0)) +("duffield" nil (d ah1 f iy1 l d)) +("duffin" nil (d ah1 f ih0 n)) +("duffner" nil (d ah1 f n er0)) +("dufford" nil (d ah1 f er0 d)) +("duffour" nil (d ah1 f ao0 r)) +("duffus" nil (d ah1 f ax s)) +("duffy" nil (d ah1 f iy0)) +("dufner" nil (d ah1 f n er0)) +("duford" nil (d ah1 f er0 d)) +("dufort" nil (d ah1 f er0 t)) +("dufour" nil (d ax f uh1 r)) +("dufrane" nil (d ax f r ey1 n)) +("dufrene" nil (d ax f r iy1 n)) +("dufresne" nil (d ax f r eh1 n)) +("dufur" nil (d ax f er1)) +("dug" nil (d ah1 g)) +("dugal" nil (d uw1 jh ax l)) +("dugald" nil (d ah1 g ax l d)) +("dugan" nil (d ah1 g ax n)) +("dugar" nil (d uw1 g er0)) +("dugas" nil (d uw1 g ax z)) +("dugdale" nil (d ah1 g d ey1 l)) +("duggan" nil (d ah1 g ax n)) +("duggar" nil (d ah1 g er0)) +("dugger" nil (d ah1 g er0)) +("duggin" nil (d ah1 g ih0 n)) +("duggins" nil (d ah1 g ih0 n z)) +("dugo" nil (d uw1 g ow0)) +("dugout" nil (d ah1 g aw1 t)) +("dugouts" nil (d ah1 g aw1 t s)) +("duguay" nil (d ah1 g ey0)) +("duguid" nil (d ah1 g w ih0 d)) +("duhaime" nil (d uw1 ay0 m)) +("duhamel" nil (d ah1 hh ax m eh0 l)) +("duhart" nil (d ah1 hh aa0 r t)) +("duhe" nil (d uw1 hh)) +("duhon" nil (d uw1 hh ax n)) +("duignan" nil (d ih0 g n ae1 n)) +("duis" nil (d uw1 ih0 z)) +("duisburg" nil (d uw1 s b er0 g)) +("duitsman" nil (d uw1 t s m ax n)) +("duk" nil (d ah1 k)) +("dukakis" nil (d uw0 k aa1 k ih0 s)) +("dukakises" nil (d uw0 k aa1 k ih0 s ih0 z)) +("dukart" nil (d ah1 k aa0 r t)) +("duke" nil (d uw1 k)) +("dukedom" nil (d uw1 k d ax m)) +("dukeman" nil (d uw1 k m ax n)) +("duker" nil (d uw1 k er0)) +("dukes" nil (d uw1 k s)) +("dula" nil (d uw1 l ax)) +("dulac" nil (d ax l ae1 k)) +("dulak" nil (d uw1 l ax k)) +("dulaney" nil (d y uw1 l ax n iy0)) +("dulany" nil (d y uw0 l ao1 n iy0)) +("dulay" nil (d y uw1 l ey0)) +("dulce" nil (d ah1 l s)) +("dulcea" nil (d ah1 l s iy0 ax)) +("dulciana" nil (d uw0 l ch ae1 n ax)) +("dulcibelle" nil (d ah1 l s ih0 b ax l)) +("dulcie" nil (d ah1 l k iy0)) +("dulcimer" nil (d ah1 l s ih0 m er0)) +("dulcine" nil (d ah1 l s ih0 n)) +("dulcinea" nil (d ah1 l s ih0 n iy1 ax)) +("duley" nil (d y uw1 l iy0)) +("dulin" nil (d uw1 l ih0 n)) +("duling" nil (d y uw1 l ih0 ng)) +("dull" nil (d ah1 l)) +("dulle" nil (d ah1 l)) +("dullea" nil (d ah1 l iy0 ax)) +("dulled" nil (d ah1 l d)) +("duller" nil (d ah1 l er0)) +("dulles" nil (d ah1 l ax s)) +("dullest" nil (d ah1 l ax s t)) +("dulling" nil (d ah1 l ih0 ng)) +("dullness" nil (d ah1 l n ax s)) +("dulong" nil (d y uw1 l ao0 ng)) +("dulski" nil (d ah1 l s k iy0)) +("dulude" nil (d y uw1 l uw1 d)) +("duluth" nil (d ax l uw1 th)) +("dulwich" nil (d ah1 l w ih1 ch)) +("dulworth" nil (d ah1 l w er0 th)) +("duly" nil (d uw1 l iy0)) +("dum" nil (d ah1 m)) +("duma" nil (d uw1 m ax)) +("dumaine" nil (d ax m ey1 n)) +("dumais" nil (d ax m ey1)) +("duman" nil (d uw1 m ax n)) +("dumas" nil (d uw1 m ax z)) +("dumb" nil (d ah1 m)) +("dumbbell" nil (d ah1 m b eh1 l)) +("dumbbells" nil (d ah1 m b eh1 l z)) +("dumber" nil (d ah1 m er0)) +("dumbest" nil (d ah1 m ax s t)) +("dumbfounded" nil (d ah1 m f aw1 n d ih0 d)) +("dumenil" nil (d uw1 m ax n ih1 l)) +("dumez" nil (d uw1 m eh0 z)) +("dumford" nil (d ah1 m f er0 d)) +("dumire" nil (d uw0 m ih1 r ey0)) +("dumke" nil (d ah1 m k iy0)) +("dumlao" nil (d uw1 m l aw0)) +("dumler" nil (d ah1 m l er0)) +("dumm" nil (d ah1 m)) +("dummer" nil (d ah1 m er0)) +("dummies" nil (d ah1 m iy0 z)) +("dummitt" nil (d ah1 m ih0 t)) +("dummy" nil (d ah1 m iy0)) +("dumond" nil (d ax m aa1 n d)) +("dumont" nil (d uw0 m aa1 n t)) +("dumoulin" nil (d ah1 m uw0 l ae0 n)) +("dump" nil (d ah1 m p)) +("dumped" nil (d ah1 m p t)) +("dumper" nil (d ah1 m p er0)) +("dumping" nil (d ah1 m p ih0 ng)) +("dumplings" nil (d ah1 m p l ih0 ng z)) +("dumps" nil (d ah1 m p s)) +("dumpster" nil (d ah1 m p s t er0)) +("dumpsters" nil (d ah1 m p s t er0 z)) +("dumpty" nil (d ah1 m p t iy0)) +("dumpy" nil (d ah1 m p iy0)) +("dun" nil (d ah1 n)) +("duna" nil (d uw1 n ax)) +("dunagan" nil (d uw0 n aa1 g aa0 n)) +("dunahoo" nil (d uw0 n aa1 hh uw0)) +("dunaj" nil (d uw1 n ax jh)) +("dunavan" nil (d ah1 n ax v ae1 n)) +("dunavant" nil (d uw0 n aa1 v ax n t)) +("dunaway" nil (d ah1 n ax w ey1)) +("dunay" nil (d ah1 n ey0)) +("dunbar" nil (d ah1 n b aa0 r)) +("dunc" nil (d ah1 ng k)) +("duncan" nil (d ah1 ng k ax n)) +("duncanson" nil (d ah1 ng k ax n s ax n)) +("dunckel" nil (d ah1 ng k ax l)) +("duncombe" nil (d ah1 ng k ax m)) +("dundas" nil (d ah1 n d ax z)) +("dundee" nil (d ax n d iy1)) +("dundon" nil (d ah1 n d ax n)) +("dundore" nil (d ah1 n d er0)) +("dune" nil (d uw1 n)) +("dunedin" nil (d uw1 n ax d ih0 n)) +("dunegan" nil (d ah1 n ih0 g ae0 n)) +("dunes" nil (d uw1 n z)) +("dunfee" nil (d ah1 n f iy1)) +("dunford" nil (d ah1 n f er0 d)) +("dung" nil (d ah1 ng)) +("dungan" nil (d ah1 ng g ax n)) +("dungey" nil (d ah1 n jh iy0)) +("dunham" nil (d ah1 n ax m)) +("dunhill" nil (d ah1 n hh ih1 l)) +("dunigan" nil (d ah1 n ih0 g ae0 n)) +("dunite" nil (d uw0 n ay1 t)) +("dunivan" nil (d ah1 n ih0 v ae0 n)) +("dunk" nil (d ah1 ng k)) +("dunked" nil (d ah1 ng k t)) +("dunkel" nil (d ah1 ng k ax l)) +("dunkelberg" nil (d ah1 ng k ax l b er0 g)) +("dunkelberger" nil (d ah1 ng k ax l b er0 g er0)) +("dunker" nil (d ah1 ng k er0)) +("dunkerley" nil (d ah1 ng k er0 l iy0)) +("dunkin" nil (d ah1 ng k ih0 n)) +("dunkirk" nil (d ah1 n k er0 k)) +("dunkle" nil (d ah1 ng k ax l)) +("dunkleberger" nil (d ah1 ng k ax l b er0 g er0)) +("dunklee" nil (d ah1 ng k l iy1)) +("dunkley" nil (d ah1 ng k l iy0)) +("dunklin" nil (d ah1 ng k l ih0 n)) +("dunks" nil (d ah1 ng k s)) +("dunlaevy" nil (d ax n l ey1 v iy0)) +("dunlap" nil (d ah1 n l ae0 p)) +("dunlavey" nil (d ax n l ax v ey1)) +("dunlavy" nil (d ah1 n l ax v iy0)) +("dunlay" nil (d ah1 n l ey1)) +("dunleavy" nil (d uw1 n l ax v iy0)) +("dunlevy" nil (d uw1 n l ih0 v iy0)) +("dunley" nil (d ah1 n l iy0)) +("dunlop" nil (d ah1 n l aa1 p)) +("dunman" nil (d ah1 n m ax n)) +("dunmire" nil (d uw0 n m ih1 r ey0)) +("dunn" nil (d ah1 n)) +("dunnagan" nil (d ah1 n ax g ae0 n)) +("dunnam" nil (d ah1 n ax m)) +("dunnavant" nil (d ah1 n ax v ax n t)) +("dunnaway" nil (d ah1 n ax w ey0)) +("dunne" nil (d ah1 n)) +("dunned" nil (d ah1 n d)) +("dunnell" nil (d ah1 n ax l)) +("dunnett" nil (d ah1 n ih0 t)) +("dunnigan" nil (d ah1 n ih0 g ax n)) +("dunning" nil (d ah1 n ih0 ng)) +("dunnington" nil (d ah1 n ih0 ng t ax n)) +("dunphy" nil (d ah1 n f iy0)) +("duns" nil (d ah1 n z)) +("dunshee" nil (d ah1 n sh iy0)) +("dunsmoor" nil (d ah1 n z m uh1 r)) +("dunsmore" nil (d ah1 n s m ao0 r)) +("dunson" nil (d ah1 n s ax n)) +("dunst" nil (d ah1 n s t)) +("dunstan" nil (d ah1 n s t ax n)) +("dunster" nil (d ah1 n s t er0)) +("dunston" nil (d ah1 n s t ax n)) +("dunsworth" nil (d ah1 n z w er1 th)) +("dunton" nil (d ah1 n t ax n)) +("dunwoody" nil (d ah1 n w uh1 d iy0)) +("dunworth" nil (d ah1 n w er1 th)) +("duo" nil (d uw1 ow0)) +("duodenal" nil (d uw1 ax d iy1 n ax l)) +("duong" nil (d uw1 ow0 ng)) +("duopoly" nil (d uw1 ow0 p aa1 l iy0)) +("dupe" nil (d uw1 p)) +("duped" nil (d uw1 p t)) +("dupee" nil (d uw1 p iy1)) +("duper" nil (d uw1 p er0)) +("dupin" nil (d ax p ae1 n)) +("duplantis" nil (d ax p l ae1 n t ih0 s)) +("duplechain" nil (d uw1 p l ih0 sh ey0 n)) +("duplechin" nil (d uw1 p l ih0 k ih0 n)) +("dupler" nil (d uw1 p ax l er0)) +("duplessis" nil (d uw1 p l ih0 s ih0 s)) +("duplex" nil (d uw1 p l eh1 k s)) +("duplicate" n (d uw1 p l ax k ax t)) +("duplicate" v (d uw1 p l ax k ey1 t)) +("duplicated" nil (d uw1 p l ih0 k ey1 t ih0 d)) +("duplicates" v (d y uw1 p l ax k ey1 t s)) +("duplicates" n (d y uw1 p l ax k ax t s)) +("duplicating" nil (d uw1 p l ih0 k ey1 t ih0 ng)) +("duplication" nil (d y uw1 p l ax k ey1 sh ax n)) +("duplications" nil (d uw1 p l ih0 k ey1 sh ax n z)) +("duplicative" nil (d uw0 p l ih1 k ax t ih0 v)) +("duplicitous" nil (d uw0 p l ih1 s ih0 t ax s)) +("duplicity" nil (d uw0 p l ih1 s ih0 t iy0)) +("dupont" nil (d uw1 p aa0 n t)) +("dupras" nil (d ax p r aa1 z)) +("dupre" nil (d ah1 p er0)) +("dupree" nil (d ax p r iy1)) +("duprey" nil (d ah1 p r iy0)) +("dupriest" nil (d ah1 p er0 iy0 ih0 s t)) +("dupuis" nil (d ah1 p uw0 ih0 z)) +("dupuy" nil (d ax p ay1)) +("duque" nil (d uw1 k)) +("duquesne" nil (d uw0 k ey1 n)) +("duquette" nil (d ax k eh1 t)) +("dura" nil (d uh1 r ax)) +("durability" nil (d er0 ax b ih1 l ih0 t iy0)) +("durable" nil (d uh1 r ax b ax l)) +("durables" nil (d uh1 r ax b ax l z)) +("duracell" nil (d uh1 r ax s eh1 l)) +("durakon" nil (d uh1 r ax k ih0 n)) +("durall" nil (d y uw1 r ax l)) +("duramed" nil (d uh1 r ax m eh1 d)) +("duran" nil (d er0 ae1 n)) +("durando" nil (d uh0 r aa1 n d ow0)) +("durango" nil (d er0 ae1 ng g ow0)) +("durant" nil (d uh1 r ax n t)) +("durante" nil (d uh0 r aa1 n t iy0)) +("duration" nil (d uh1 r ey1 sh ax n)) +("duray" nil (d uh1 r ey0)) +("durazo" nil (d uh0 r aa1 z ow0)) +("durban" nil (d er1 b ax n)) +("durben" nil (d er1 b ax n)) +("durbin" nil (d er1 b ih0 n)) +("durchholz" nil (d er1 ch ow1 l t s)) +("durden" nil (d er1 d ax n)) +("durdin" nil (d er1 d ih0 n)) +("duree" nil (d uh1 r iy1)) +("durell" nil (d y uw1 r ax l)) +("duren" nil (d uh1 r ax n)) +("durenberger" nil (d uh1 r ax n b er0 g er0)) +("durene" nil (d y uw1 r iy0 n)) +("durer" nil (d uh1 r er0)) +("duress" nil (d uh1 r eh0 s)) +("durette" nil (d er0 eh1 t)) +("durfee" nil (d er1 f iy0)) +("durfey" nil (d er1 f iy0)) +("durflinger" nil (d er1 f ax l ih0 ng er0)) +("durgan" nil (d er1 g ax n)) +("durgin" nil (d er1 jh ih0 n)) +("durham" nil (d er1 ax m)) +("durick" nil (d y uw1 r ih0 k)) +("durie" nil (d uh1 r iy0)) +("during" nil (d uh1 r ih0 ng)) +("durio" nil (d uh1 r iy0 ow0)) +("duriron" nil (d uw0 r ih1 r ax n)) +("duris" nil (d y uw1 r ih0 s)) +("durkee" nil (d er1 k iy0)) +("durkin" nil (d er1 k ih0 n)) +("durland" nil (d er1 l ax n d)) +("durley" nil (d er1 l iy0)) +("durling" nil (d er1 l ih0 ng)) +("durn" nil (d er1 n)) +("durnell" nil (d er1 n ax l)) +("durney" nil (d er1 n iy0)) +("durnil" nil (d er1 n ax l)) +("durnin" nil (d er1 n ih0 n)) +("durning" nil (d er1 n ih0 ng)) +("duro" nil (d uh1 r ow1)) +("durocher" nil (d y uw1 r ax k er0)) +("duron" nil (d y uw1 r ax n)) +("duross" nil (d y uw1 r ax s)) +("durr" nil (d er1)) +("durrah" nil (d ao1 r ax)) +("durrance" nil (d uh1 r ax n s)) +("durrant" nil (d ao1 r ax n t)) +("durrell" nil (d ao1 r ax l)) +("durrence" nil (d ao1 r ax n s)) +("durrett" nil (d ao1 r ih0 t)) +("durso" nil (d uh1 r s ow0)) +("durst" nil (d er1 s t)) +("durum" nil (d uh1 r ax m)) +("durward" nil (d er1 w er0 d)) +("durwin" nil (d er1 w ih0 n)) +("dury" nil (d uh1 r iy0)) +("duryea" nil (d uh0 r iy1 ax)) +("duryee" nil (d uh0 r iy1)) +("dusch" nil (d ah1 sh)) +("dusek" nil (d uw1 s eh0 k)) +("dusenberry" nil (d uw1 s ax n b eh0 r iy0)) +("dusenbery" nil (d ax s eh1 n b er0 iy0)) +("dusenbury" nil (d uw1 s ax n b eh0 r iy0)) +("dush" nil (d ah1 sh)) +("dushane" nil (d ah1 sh ax n)) +("dusing" nil (d uw1 s ih0 ng)) +("dusk" nil (d ah1 s k)) +("duskin" nil (d ah1 s k ih0 n)) +("dussault" nil (d ax s ow1)) +("dusseau" nil (d ax s ow1)) +("dusseault" nil (d ax s ow1)) +("dusseldorf" nil (d uw1 s ax l d ao1 r f)) +("dust" nil (d ah1 s t)) +("dusted" nil (d ah1 s t ih0 d)) +("duster" nil (d ah1 s t er0)) +("dusters" nil (d ah1 s t er0 z)) +("dustin" nil (d ah1 s t ih0 n)) +("dusting" nil (d ah1 s t ih0 ng)) +("dustman" nil (d ah1 s t m ax n)) +("duston" nil (d ah1 s t ax n)) +("dusts" nil (d ah1 s t s)) +("dusty" nil (d ah1 s t iy0)) +("dusza" nil (d ah1 sh ax)) +("duszynski" nil (d ax sh ih1 n s k iy0)) +("dutch" nil (d ah1 ch)) +("dutcher" nil (d ah1 ch er0)) +("dutchman" nil (d ah1 ch m ax n)) +("duthie" nil (d ah1 th iy0)) +("duties" nil (d uw1 t iy0 z)) +("dutiful" nil (d uw1 t iy0 f ax l)) +("dutifully" nil (d uw1 t iy0 f ax l iy0)) +("dutil" nil (d ax t ih1 l)) +("dutka" nil (d ah1 t k ax)) +("dutkiewicz" nil (d ah1 t k ax v ih0 ch)) +("dutko" nil (d ah1 t k ow0)) +("dutoit" nil (d uw0 t oy1 t)) +("dutra" nil (d uw1 t r ax)) +("dutro" nil (d ah1 t r ow0)) +("dutrow" nil (d ah1 t r ow0)) +("dutson" nil (d ah1 t s ax n)) +("dutt" nil (d ah1 t)) +("dutter" nil (d ah1 t er0)) +("dutton" nil (d ah1 t ax n)) +("duty" nil (d uw1 t iy0)) +("duva" nil (d uw1 v ax)) +("duval" nil (d uw0 v ae1 l)) +("duvalier" nil (d uw0 v ae1 l y er0)) +("duvaliers" nil (d uw0 v ey1 l y er0 z)) +("duvall" nil (d uw0 v aa1 l)) +("duve" nil (d uw1 v)) +("duvernay" nil (d ax v er1 n ey0)) +("duwayne" nil (d uw0 w ey1 n)) +("duwe" nil (d uw1 w)) +("dux" nil (d ah1 k s)) +("duzan" nil (d uw1 z ax n)) +("dvoracek" nil (d v ao1 r ax ch eh0 k)) +("dvorak" nil (d v ao1 r ax k)) +("dvorsky" nil (d v ao1 r s k iy0)) +("dwan" nil (d w aa1 n)) +("dwana" nil (d w aa1 n ax)) +("dwarf" nil (d w ao1 r f)) +("dwarfed" nil (d w ao1 r f t)) +("dwarfing" nil (d w ao1 r f ih0 ng)) +("dwarfism" nil (d w ao1 r f ih0 z ax m)) +("dwarfs" nil (d w ao1 r f s)) +("dwayne" nil (d w ey1 n)) +("dweck" nil (d w eh1 k)) +("dwell" nil (d w eh1 l)) +("dwelle" nil (d w eh1 l)) +("dwelled" nil (d w eh1 l d)) +("dweller" nil (d w eh1 l er0)) +("dwellers" nil (d w eh1 l er0 z)) +("dwelley" nil (d w eh1 l iy0)) +("dwelling" nil (d w eh1 l ih0 ng)) +("dwellings" nil (d w eh1 l ih0 ng z)) +("dwells" nil (d w eh1 l z)) +("dwelt" nil (d w eh1 l t)) +("dwiggins" nil (d w ih1 g ih0 n z)) +("dwight" nil (d w ay1 t)) +("dwindle" nil (d w ih1 n d ax l)) +("dwindled" nil (d w ih1 n d ax l d)) +("dwindles" nil (d w ih1 n d ax l z)) +("dwindling" nil (d w ih1 n d ax l ih0 ng)) +("dwinell" nil (d w ih1 n ax l)) +("dwire" nil (d w ay1 r)) +("dwivedi" nil (d w ih0 v eh1 d iy0)) +("dworak" nil (d w er1 ax k)) +("dworin" nil (d w ao1 r ih0 n)) +("dworkin" nil (d w ao1 r k ih0 n)) +("dworsky" nil (d w er1 s k iy0)) +("dwyer" nil (d w ay1 er0)) +("dyad" nil (d ay1 ae1 d)) +("dyal" nil (d ay1 ax l)) +("dyana" nil (d ay0 ae1 n ax)) +("dyane" nil (d ay0 ae1 n)) +("dyansen" nil (d ay1 ax n s ax n)) +("dyar" nil (d ay1 er0)) +("dyas" nil (d ay1 ax s)) +("dyatron" nil (d ay1 ax t r ax n)) +("dyazide" nil (d ay1 ax z ay1 d)) +("dybas" nil (d ay1 b ax z)) +("dyce" nil (d ay1 s)) +("dyche" nil (d ay1 ch)) +("dyches" nil (d ay1 ch ih0 z)) +("dyck" nil (d ay1 k)) +("dyckman" nil (d ih1 k m ax n)) +("dyco" nil (d ay1 k ow0)) +("dycus" nil (d ay1 k ax s)) +("dye" nil (d ay1)) +("dyed" nil (d ay1 d)) +("dyeing" nil (d ay1 ih0 ng)) +("dyer" nil (d ay1 er0)) +("dyes" nil (d ay1 z)) +("dyess" nil (d ay1 ax s)) +("dyestuffs" nil (d ay1 s t ah1 f s)) +("dygert" nil (d ih1 g er0 t)) +("dying" nil (d ay1 ih0 ng)) +("dyk" nil (d ih1 k)) +("dykas" nil (d ay1 k ax z)) +("dyke" nil (d ay1 k)) +("dykeman" nil (d ay1 k m ax n)) +("dykes" nil (d ay1 k s)) +("dykhouse" nil (d ih1 k hh aw1 s)) +("dykman" nil (d ih1 k m ax n)) +("dykstra" nil (d ay1 k s t r ax)) +("dylan" nil (d ih1 l ax n)) +("dylewski" nil (d ih0 l eh1 f s k iy0)) +("dylex" nil (d ay1 l ax k s)) +("dymally" nil (d ih1 m ax l iy0)) +("dymek" nil (d ih1 m eh0 k)) +("dyment" nil (d ih1 m ax n t)) +("dymond" nil (d ay1 m ax n d)) +("dynafac" nil (d ay1 n ax f ae1 k)) +("dynalectric" nil (d ay1 n ax l eh1 k t r ih0 k)) +("dynalectron" nil (d ay1 n ax l eh1 k t r ax n)) +("dynamic" nil (d ay0 n ae1 m ih0 k)) +("dynamics" nil (d ay0 n ae1 m ih0 k s)) +("dynamism" nil (d ay1 n ax m ih1 z ax m)) +("dynamite" nil (d ay1 n ax m ay1 t)) +("dynamo" nil (d ay1 n ax m ow1)) +("dynapac" nil (d ay1 n ax p ae1 k)) +("dynascan" nil (d ay1 n ax s k ae1 n)) +("dynastic" nil (d ay0 n ae1 s t ih0 k)) +("dynasties" nil (d ay1 n ax s t iy0 z)) +("dynasty" nil (d ay1 n ax s t iy0)) +("dynatech" nil (d ih1 n ax t eh1 k)) +("dyncorp" nil (d ih1 n k ao1 r p)) +("dyneer" nil (d ih0 n ih1 r)) +("dynes" nil (d ay1 n z)) +("dysan" nil (d ay1 s ax n)) +("dysart" nil (d ih1 s er0 t)) +("dysentery" nil (d ih1 s ax n t eh1 r iy0)) +("dysert" nil (d ih1 s er0 t)) +("dysfunction" nil (d ih0 s f ah1 ng k sh ax n)) +("dysfunctional" nil (d ih0 s f ah1 ng k sh ax n ax l)) +("dysinger" nil (d ih1 s ih0 n jh er0)) +("dyson" nil (d ay1 s ax n)) +("dysplasia" nil (d ih0 s p l ey1 zh ax)) +("dystrophin" nil (d ih1 s t r ax f ih0 n)) +("dystrophy" nil (d ih1 s t r ax f iy0)) +("dzhirkvelov" nil (d ax z er1 k v ax l aa0 v)) +("dzhokhar" nil (jh ow1 k aa1 r)) +("dziak" nil (d z iy1 ae0 k)) +("dzialo" nil (jh iy0 aa1 l ow0)) +("dziedzic" nil (jh iy1 jh ih0 k)) +("dziekan" nil (jh iy1 k ax n)) +("dzik" nil (d z ih1 k)) +("dzikowski" nil (jh ih0 k ao1 f s k iy0)) +("dziuba" nil (jh iy0 uw1 b ax)) +("dziuk" nil (jh iy0 uw1 k)) +("e" nil (iy1)) +("each" nil (iy1 ch)) +("eachan" nil (iy1 ch ax n)) +("eachus" nil (iy1 ch ax s)) +("eaddy" nil (iy1 d iy0)) +("eade" nil (iy1 d)) +("eader" nil (iy1 d er0)) +("eades" nil (iy1 d z)) +("eadie" nil (eh1 d iy0)) +("eads" nil (iy1 d z)) +("eady" nil (iy1 d iy0)) +("eagan" nil (iy1 g ax n)) +("eagar" nil (iy1 g er0)) +("eagen" nil (iy1 g ax n)) +("eager" nil (iy1 g er0)) +("eagerly" nil (iy1 g er0 l iy0)) +("eagerness" nil (iy1 g er0 n ax s)) +("eagle" nil (iy1 g ax l)) +("eagleburger" nil (iy1 g ax l b er0 g er0)) +("eagles" nil (iy1 g ax l z)) +("eagleson" nil (iy1 g l ih0 s ax n)) +("eagleton" nil (iy1 g ax l t ax n)) +("eagleye" nil (iy1 g ax l ay1)) +("eaglin" nil (iy1 g l ih0 n)) +("eagon" nil (iy1 g ax n)) +("eaken" nil (iy1 k ax n)) +("eaker" nil (iy1 k er0)) +("eakes" nil (iy1 k s)) +("eakin" nil (iy1 k ih0 n)) +("eakins" nil (iy1 k ih0 n z)) +("eakle" nil (iy1 k ax l)) +("eales" nil (iy1 l z)) +("ealey" nil (iy1 l iy0)) +("ealing" nil (iy1 l ih0 ng)) +("ealy" nil (iy1 l iy0)) +("eamer" nil (iy1 m er0)) +("eames" nil (iy1 m z)) +("eamon" nil (iy1 m ax n)) +("eanes" nil (iy1 n z)) +("ear" nil (ih1 r)) +("eardley" nil (ih1 r d l iy0)) +("eared" nil (ih1 r d)) +("earful" nil (ih1 r f ax l)) +("eargle" nil (ih1 r g ax l)) +("earhart" nil (ih1 r hh aa0 r t)) +("earl" nil (er1 l)) +("earldom" nil (er1 l d ax m)) +("earle" nil (er1 l)) +("earlene" nil (er1 l iy0 n)) +("earles" nil (er1 l z)) +("earless" nil (ih1 r l ax s)) +("earley" nil (er1 l iy0)) +("earlie" nil (er1 l iy0)) +("earlier" nil (er1 l iy0 er0)) +("earliest" nil (er1 l iy0 ax s t)) +("earline" nil (er1 l ay0 n)) +("earll" nil (er1 l)) +("earls" nil (er1 l z)) +("early" nil (er1 l iy0)) +("earlywine" nil (er1 l iy0 w ay1 n)) +("earmark" nil (ih1 r m aa1 r k)) +("earmarked" nil (ih1 r m aa1 r k t)) +("earmarking" nil (ih1 r m aa1 r k ih0 ng)) +("earmarks" nil (ih1 r m aa1 r k s)) +("earmuffs" nil (ih1 r m ah1 f s)) +("earn" nil (er1 n)) +("earned" nil (er1 n d)) +("earner" nil (er1 n er0)) +("earners" nil (er1 n er0 z)) +("earnest" nil (er1 n ih0 s t)) +("earnestly" nil (er1 n ax s t l iy0)) +("earnestness" nil (er1 n ax s t n ax s)) +("earney" nil (er1 n iy0)) +("earnhardt" nil (er1 n hh aa1 r t)) +("earnhart" nil (er1 n hh aa1 r t)) +("earnheart" nil (er1 n hh aa1 r t)) +("earnie" nil (er1 n iy0)) +("earning" nil (er1 n ih0 ng)) +("earnings" nil (er1 n ih0 ng z)) +("earns" nil (er1 n z)) +("earnshaw" nil (er1 n sh ao1)) +("earp" nil (er1 p)) +("earphones" nil (ih1 r f ow1 n z)) +("earplugs" nil (ih1 r p l ah1 g z)) +("earring" nil (ih1 r ih0 ng)) +("earrings" nil (ih1 r ih0 ng z)) +("ears" nil (ih1 r z)) +("earshot" nil (ih1 r sh aa1 t)) +("earth" nil (er1 th)) +("eartha" nil (er1 th ax)) +("earthbound" nil (er1 th b aw1 n d)) +("earthen" nil (er1 th ax n)) +("earthenware" nil (er1 th ax n w eh1 r)) +("earthlings" nil (er1 th l ih0 ng z)) +("earthly" nil (er1 th l iy0)) +("earthmoving" nil (er1 th m uw1 v ih0 ng)) +("earthquake" nil (er1 th k w ey1 k)) +("earthquakes" nil (er1 th k w ey1 k s)) +("earths" nil (er1 th s)) +("earthshaking" nil (er1 th sh ey1 k ih0 ng)) +("earthshine" nil (er1 th sh ay1 n)) +("earthstar" nil (er1 th s t aa1 r)) +("earthwork" nil (er1 th w er1 k)) +("earthworm" nil (er1 th w er1 m)) +("earthworms" nil (er1 th w er1 m z)) +("earthy" nil (er1 th iy0)) +("earwax" nil (ih1 r w ae1 k s)) +("earwood" nil (ih1 r w uh1 d)) +("eary" nil (ih1 r iy0)) +("easco" nil (iy1 s k ow0)) +("ease" nil (iy1 z)) +("eased" nil (iy1 z d)) +("easel" nil (iy1 z ax l)) +("easement" nil (iy1 z m ax n t)) +("eases" nil (iy1 z ih0 z)) +("eash" nil (iy1 sh)) +("easier" nil (iy1 z iy0 er0)) +("easiest" nil (iy1 z iy0 ax s t)) +("easily" nil (iy1 z ax l iy0)) +("easing" nil (iy1 z ih0 ng)) +("easler" nil (iy1 z l er0)) +("easley" nil (iy1 z l iy0)) +("easom" nil (iy1 z ax m)) +("eason" nil (iy1 z ax n)) +("east" nil (iy1 s t)) +("eastbound" nil (iy1 s t b aw1 n d)) +("eastburn" nil (iy1 s t b er1 n)) +("eastdil" nil (iy1 s t d ih1 l)) +("eastenders" nil (iy1 z t eh1 n d er0 z)) +("eastep" nil (iy1 z t ih0 p)) +("easter" nil (iy1 s t er0)) +("easterbrook" nil (iy1 s t er0 b r uh1 k)) +("easterday" nil (iy1 s t er0 d ey1)) +("easterlin" nil (ax z t er1 l ih0 n)) +("easterling" nil (iy1 s t er0 l ih0 ng)) +("easterly" nil (iy1 s t er0 l iy0)) +("eastern" nil (iy1 s t er0 n)) +("easterner" nil (iy1 s t er0 n er0)) +("easterners" nil (iy1 s t er0 n er0 z)) +("easterwood" nil (iy1 s t er0 w uh1 d)) +("eastes" nil (iy1 s t s)) +("eastgroup" nil (iy1 s t g r uw1 p)) +("eastham" nil (iy1 s t ax m)) +("eastin" nil (iy1 z t ih0 n)) +("eastland" nil (iy1 s t l ax n d)) +("eastlick" nil (iy1 s t l ih1 k)) +("eastman" nil (iy1 s t m ax n)) +("eastmet" nil (iy1 s t m eh1 t)) +("easton" nil (iy1 s t ax n)) +("eastover" nil (iy1 s t ow1 v er0)) +("eastpac" nil (iy1 s t p ae1 k)) +("eastridge" nil (iy1 s t r ih1 jh)) +("eastward" nil (iy1 s t w er0 d)) +("eastwick" nil (iy1 s t w ih1 k)) +("eastwood" nil (iy1 s t w uh1 d)) +("easudes" nil (ey1 s uw1 d ey0 s)) +("easy" nil (iy1 z iy0)) +("easygoing" nil (iy1 z iy0 g ow1 ih0 ng)) +("eat" nil (iy1 t)) +("eatable" nil (iy1 t ax b ax l)) +("eaten" nil (iy1 t ax n)) +("eater" nil (iy1 t er0)) +("eateries" nil (iy1 t er0 iy0 z)) +("eaters" nil (iy1 t er0 z)) +("eatery" nil (iy1 t er0 iy0)) +("eatherly" nil (eh1 dh er0 l iy0)) +("eatherton" nil (eh0 th er1 t ax n)) +("eating" nil (iy1 t ih0 ng)) +("eatman" nil (iy1 t m ax n)) +("eatmon" nil (iy1 t m ax n)) +("eaton" nil (iy1 t ax n)) +("eats" nil (iy1 t s)) +("eau" nil (ow1)) +("eaux" nil (ow1)) +("eave" nil (iy1 v)) +("eavenson" nil (iy1 v ih0 n s ax n)) +("eaves" nil (iy1 v z)) +("eavesdrop" nil (iy1 v z d r aa1 p)) +("eavesdropping" nil (iy1 v z d r aa1 p ih0 ng)) +("eb" nil (eh1 b)) +("eba" nil (iy1 b ax)) +("eban" nil (eh1 b ax n)) +("ebanks" nil (eh1 b ax ng k s)) +("ebano" nil (eh0 b aa1 n ow0)) +("ebarb" nil (eh1 b aa0 r b)) +("ebasco" nil (eh0 b ae1 s k ow0)) +("ebaugh" nil (eh1 b ao0)) +("ebb" nil (eh1 b)) +("ebba" nil (eh1 b ax)) +("ebbed" nil (eh1 b d)) +("ebben" nil (eh1 b ax n)) +("ebbers" nil (eh1 b er0 z)) +("ebbert" nil (eh1 b er0 t)) +("ebbing" nil (eh1 b ih0 ng)) +("ebbs" nil (eh1 b z)) +("ebby" nil (eh1 b iy0)) +("ebel" nil (eh1 b ax l)) +("ebeling" nil (eh1 b ax l ih0 ng)) +("eben" nil (eh1 b ax n)) +("ebeneezer" nil (eh1 b ax n iy1 z er0)) +("ebenezer" nil (eh1 b ih0 n iy1 z er0)) +("eber" nil (eh1 b er0)) +("eberhard" nil (eh1 b er0 hh aa0 r t)) +("eberhardt" nil (eh1 b er0 hh aa1 r t)) +("eberhart" nil (eh1 b er0 hh aa1 r t)) +("eberl" nil (eh1 b er0 l)) +("eberle" nil (eh1 b er0 ax l)) +("eberlein" nil (eh1 b er0 l ay1 n)) +("eberlin" nil (eh1 b er0 l ih0 n)) +("eberling" nil (eh1 b er0 l ih0 ng)) +("eberly" nil (eh1 b er0 l iy0)) +("ebers" nil (eh1 b er0 z)) +("ebersol" nil (eh1 b er0 s aa0 l)) +("ebersold" nil (eh1 b er0 s ow1 l d)) +("ebersole" nil (eh1 b er0 s ow1 l)) +("eberstadt" nil (eh1 b er0 s t ae1 t)) +("ebert" nil (eh1 b er0 t)) +("eberts" nil (eh1 b er0 t s)) +("eberwein" nil (eh1 b er0 w ay1 n)) +("ebey" nil (eh1 b iy0)) +("ebinger" nil (eh1 b ih0 ng er0)) +("eble" nil (eh1 b ax l)) +("eblen" nil (eh1 b ax l ax n)) +("eblin" nil (eh1 b l ih0 n)) +("ebling" nil (eh1 b ax l ih0 ng)) +("ebner" nil (eh1 b n er0)) +("ebola" nil (iy0 b ow1 l ax)) +("ebony" nil (eh1 b ax n iy0)) +("ebright" nil (ih0 b r ay1 t)) +("ebro" nil (iy1 b r ow1)) +("ebron" nil (eh1 b r ax n)) +("ebullience" nil (ih0 b uh1 l y ax n s)) +("ebullient" nil (ih0 b ah1 l y ax n t)) +("eby" nil (iy1 b iy0)) +("ecad" nil (iy1 k ae1 d)) +("eccentric" nil (ih0 k s eh1 n t r ih0 k)) +("eccentricities" nil (eh1 k s eh0 n t r ih1 s ih0 t iy0 z)) +("eccentricity" nil (eh1 k s ax n t r ih1 s ax t iy0)) +("eccentrics" nil (ih0 k s eh1 n t r ih0 k s)) +("eccles" nil (eh1 k ax l z)) +("ecclesiastical" nil (ih0 k l iy1 z iy0 ae1 s t ih0 k ax l)) +("eccleston" nil (eh1 k l ih0 s t aa0 n)) +("ecevit" nil (eh1 s ax v ih0 t)) +("echard" nil (eh1 ch er0 d)) +("echavarria" nil (eh1 ch ax v ae1 r iy0 ax)) +("echelon" nil (eh1 sh ax l aa1 n)) +("echelons" nil (eh1 sh ax l aa1 n z)) +("echenberg" nil (eh1 k ax n b er0 g)) +("echevarria" nil (ey0 ch ey0 v aa1 r iy0 ax)) +("echeverria" nil (ey0 ch ey0 v eh1 r iy0 ax)) +("echlin" nil (eh1 k l ih0 n)) +("echo" nil (eh1 k ow0)) +("echoed" nil (eh1 k ow0 d)) +("echoes" nil (eh1 k ow0 z)) +("echohawk" nil (eh1 k ow0 hh ao1 k)) +("echoing" nil (eh1 k ow0 ih0 ng)) +("echolocation" nil (eh1 k ow0 l ow0 k ey1 sh ax n)) +("echols" nil (eh1 k ax l z)) +("echos" nil (eh1 k ow0 z)) +("eck" nil (eh1 k)) +("eckard" nil (eh1 k er0 d)) +("eckardt" nil (eh1 k er0 t)) +("eckart" nil (eh1 k aa0 r t)) +("eckberg" nil (eh1 k b er0 g)) +("eckel" nil (eh1 k ax l)) +("eckelberry" nil (eh1 k ax l b eh1 r iy0)) +("eckels" nil (eh1 k ax l z)) +("eckenfelder" nil (eh1 k ax n f eh1 l d er0)) +("eckenrod" nil (eh1 k ih0 n r ax d)) +("eckenrode" nil (eh1 k ih0 n r ow1 d)) +("eckenroth" nil (eh1 k ih0 n r ao0 th)) +("ecker" nil (eh1 k er0)) +("eckerd" nil (eh1 k er0 d)) +("eckerle" nil (eh1 k er0 ax l)) +("eckerman" nil (eh1 k er0 m ax n)) +("eckersley" nil (eh1 k er0 s l iy0)) +("eckerson" nil (eh1 k er0 s ax n)) +("eckert" nil (eh1 k er0 t)) +("eckes" nil (eh1 k s)) +("eckhard" nil (eh1 k hh aa1 r d)) +("eckhardt" nil (eh1 k hh aa1 r t)) +("eckhart" nil (eh1 k hh aa1 r t)) +("eckhoff" nil (eh1 k hh ao1 f)) +("eckl" nil (eh1 k ax l)) +("eckland" nil (eh1 k l ax n d)) +("eckler" nil (eh1 k l er0)) +("eckles" nil (eh1 k ax l z)) +("eckley" nil (eh1 k l iy0)) +("ecklund" nil (eh1 k l ax n d)) +("eckman" nil (eh1 k m ax n)) +("eckmann" nil (eh1 k m ax n)) +("eckrich" nil (eh1 k r ih0 k)) +("eckrote" nil (eh1 k r ax t)) +("eckroth" nil (eh1 k r ao1 th)) +("eckstein" nil (eh1 k s t iy1 n)) +("eckstrom" nil (eh1 k s t r ax m)) +("eclectic" nil (ih0 k l eh1 k t ih0 k)) +("eclipse" nil (ih0 k l ih1 p s)) +("eclipsed" nil (ih0 k l ih1 p s t)) +("eclipses" nil (ih0 k l ih1 p s ax z)) +("eclipsing" nil (ih0 k l ih1 p s ih0 ng)) +("ecliptic" nil (ih0 k l ih1 p t ih0 k)) +("eco" nil (iy1 k ow0)) +("ecogen" nil (iy1 k ow0 g ax n)) +("ecolab" nil (iy1 k ow0 l ae1 b)) +("ecolaire" nil (iy1 k ow0 l eh1 r)) +("ecole" nil (ih0 k ow1 l)) +("ecological" nil (iy0 k ax l aa1 jh ih0 k ax l)) +("ecologically" nil (iy0 k ax l aa1 jh ih0 k l iy0)) +("ecologist" nil (ih0 k aa1 l ax jh ih0 s t)) +("ecologists" nil (ih0 k aa1 l ax jh ih0 s t s)) +("ecology" nil (ih0 k aa1 l ax jh iy0)) +("econ" nil (iy1 k aa1 n)) +("econocom" nil (iy0 k aa1 n ow0 k aa1 m)) +("econoline" nil (iy0 k aa1 n ow0 l ay1 n)) +("econometric" nil (ih0 k aa1 n ax m eh1 t r ih0 k)) +("econometrics" nil (ih0 k aa1 n ax m eh1 t r ih0 k s)) +("economic" nil (eh1 k ax n aa1 m ih0 k)) +("economical" nil (eh1 k ax n aa1 m ih0 k ax l)) +("economically" nil (eh1 k ax n aa1 m ih0 k l iy0)) +("economico" nil (iy0 k aa1 n ax m iy1 k ow0)) +("economics" nil (eh1 k ax n aa1 m ih0 k s)) +("economies" nil (ih0 k aa1 n ax m iy0 z)) +("economist" nil (ih0 k aa1 n ax m ih0 s t)) +("economists" nil (ih0 k aa1 n ax m ih0 s t s)) +("economize" nil (ih0 k aa1 n ax m ay1 z)) +("economos" nil (eh0 k ax n ow1 m ow0 z)) +("economou" nil (eh0 k ow0 n ow1 m uw0)) +("economy" nil (ih0 k aa1 n ax m iy0)) +("econships" nil (iy1 k aa1 n sh ih1 p s)) +("ecosystem" nil (iy1 k ow0 s ih1 s t ax m)) +("ecosystems" nil (iy1 k ow0 s ih1 s t ax m z)) +("ecru" nil (eh1 k r uw0)) +("ecstasy" nil (eh1 k s t ax s iy0)) +("ecstatic" nil (eh0 k s t ae1 t ih0 k)) +("ecstatically" nil (eh0 k s t ae1 t ih0 k l iy0)) +("ecton" nil (eh1 k t ax n)) +("ector" nil (eh1 k t er0)) +("ecuador" nil (eh1 k w ax d ao1 r)) +("ecuadoran" nil (eh1 k w ax d ao1 r ax n)) +("ecuadorean" nil (eh1 k w ax d ao1 r iy0 ax n)) +("ecuadorian" nil (eh1 k w ax d ao1 r iy0 ax n)) +("ecumena" nil (eh1 k y uw0 m iy1 n ax)) +("ecumenical" nil (eh1 k y uw0 m eh1 n ih0 k ax l)) +("eczema" nil (eh1 k s ax m ax)) +("ed" nil (eh1 d)) +("eda" nil (iy1 d ax)) +("edam" nil (iy1 d ax m)) +("edan" nil (iy1 d ax n)) +("edana" nil (eh0 d ae1 n ax)) +("edberg" nil (eh1 d b er0 g)) +("edbert" nil (eh1 d b er0 t)) +("eddie" nil (eh1 d iy0)) +("eddies" nil (eh1 d iy0 z)) +("eddinger" nil (eh1 d ih0 ng er0)) +("eddings" nil (eh1 d ih0 ng z)) +("eddington" nil (eh1 d ih0 ng t ax n)) +("eddins" nil (eh1 d ih0 n z)) +("eddleman" nil (eh1 d ax l m ax n)) +("eddlemon" nil (eh1 d l ih0 m aa0 n)) +("edds" nil (eh1 d z)) +("eddy" nil (eh1 d iy0)) +("ede" nil (iy1 d)) +("edel" nil (eh1 d ax l)) +("edelen" nil (eh1 d ax l ax n)) +("edeline" nil (eh1 d ih0 l ay0 n)) +("edell" nil (ih0 d eh1 l)) +("edelman" nil (eh1 d ax l m ax n)) +("edelmann" nil (eh1 d ax l m ax n)) +("edelmar" nil (eh1 d ih0 l m er0)) +("edelson" nil (eh1 d ih0 l s ax n)) +("edelstein" nil (eh1 d ax l s t ay1 n)) +("edelweiss" nil (ey1 d ax l v ay1 s)) +("edema" nil (ih0 d iy1 m ax)) +("eden" nil (iy1 d ax n)) +("edenfield" nil (ih0 d eh1 n f iy0 l d)) +("edens" nil (iy1 d ax n z)) +("eder" nil (eh1 d er0)) +("ederer" nil (eh1 d er0 er0)) +("edes" nil (iy1 d z)) +("edgar" nil (eh1 d g er0)) +("edgcomb" nil (eh1 jh k ax m)) +("edge" nil (eh1 jh)) +("edgecomb" nil (eh1 jh k ao0 m)) +("edgecombe" nil (eh1 jh k ow0 m)) +("edged" nil (eh1 jh d)) +("edgell" nil (eh1 jh ax l)) +("edgemon" nil (eh1 jh m ax n)) +("edger" nil (eh1 jh er0)) +("edgerly" nil (eh1 jh er0 l iy0)) +("edgerton" nil (eh1 jh er0 t ax n)) +("edges" nil (eh1 jh ax z)) +("edgett" nil (eh1 jh ih0 t)) +("edgeways" nil (eh1 jh w ey1 z)) +("edgewood" nil (eh1 jh w uh1 d)) +("edgeworth" nil (eh1 jh w er0 th)) +("edgin" nil (eh1 jh ih0 n)) +("edginess" nil (eh1 jh iy0 n ax s)) +("edging" nil (eh1 jh ih0 ng)) +("edgington" nil (eh1 jh ih0 ng t ax n)) +("edgley" nil (eh1 jh l iy0)) +("edgmon" nil (eh1 jh m ax n)) +("edgren" nil (eh1 d g r eh0 n)) +("edgy" nil (eh1 jh iy0)) +("edi" nil (iy1 d iy0)) +("edible" nil (eh1 d ax b ax l)) +("edibles" nil (eh1 d ax b ax l z)) +("edick" nil (eh1 d ih0 k)) +("edict" nil (iy1 d ih0 k t)) +("edicts" nil (iy1 d ih0 k t s)) +("edie" nil (eh1 d iy0)) +("edification" nil (eh1 d ax f ax k ey1 sh ax n)) +("edifice" nil (eh1 d ax f ax s)) +("edifying" nil (eh1 d ax f ay1 ih0 ng)) +("ediger" nil (eh1 d ih0 g er0)) +("edin" nil (eh1 d ih0 n)) +("edina" nil (ax d iy1 n ax)) +("edinboro" nil (eh1 d ax n b er0 ow0)) +("edinburgh" nil (eh1 d ax n b er0 ow0)) +("edinger" nil (eh1 d ih0 ng er0)) +("edington" nil (eh1 d ih0 ng t ax n)) +("edison" nil (eh1 d ih0 s ax n)) +("edisto" nil (eh1 d ih0 s t ow0)) +("edit" nil (eh1 d ax t)) +("edited" nil (eh1 d ax t ax d)) +("edith" nil (iy1 d ih0 th)) +("editha" nil (eh1 d ih0 dh ax)) +("edithe" nil (eh1 d ih0 dh)) +("editing" nil (eh1 d ax t ih0 ng)) +("edition" nil (ax d ih1 sh ax n)) +("editions" nil (ih0 d ih1 sh ax n z)) +("editor" nil (eh1 d ax t er0)) +("editorial" nil (eh1 d ax t ao1 r iy0 ax l)) +("editorialist" nil (eh1 d ax t ao1 r iy0 ax l ih0 s t)) +("editorialists" nil (eh1 d ax t ao1 r iy0 ax l ih0 s t s)) +("editorialize" nil (eh1 d ax t ao1 r iy0 ax l ay1 z)) +("editorialized" nil (eh1 d ax t ao1 r iy0 ax l ay1 z d)) +("editorially" nil (eh1 d ax t ao1 r iy0 ax l iy0)) +("editorials" nil (eh1 d ax t ao1 r iy0 ax l z)) +("editors" nil (eh1 d ih0 t er0 z)) +("editorship" nil (eh1 d ax t er0 sh ih1 p)) +("edits" nil (eh1 d ih0 t s)) +("ediva" nil (eh0 d iy1 v ax)) +("edizione" nil (eh0 d iy1 z iy0 ow1 n iy0)) +("edler" nil (eh1 d l er0)) +("edley" nil (eh1 d l iy0)) +("edlin" nil (eh1 d l ih0 n)) +("edling" nil (eh1 d l ih0 ng)) +("edlund" nil (eh1 d l ax n d)) +("edlyn" nil (eh1 d l ih0 n)) +("edman" nil (eh1 d m ax n)) +("edmands" nil (eh1 d m ax n d z)) +("edmar" nil (eh1 d m aa0 r)) +("edminster" nil (ih0 d m ih1 n s t er0)) +("edmison" nil (eh1 d m ih0 s ax n)) +("edmisten" nil (ih0 d m ih1 s ax n)) +("edmister" nil (eh1 d m ih0 s t er0)) +("edmiston" nil (eh1 d m ih0 s t aa0 n)) +("edmond" nil (eh1 d m ax n d)) +("edmonda" nil (eh1 d m aa1 n d ax)) +("edmonds" nil (eh1 d m ax n d z)) +("edmondson" nil (eh1 d m ax n d s ax n)) +("edmonson" nil (eh1 d m ax n s ax n)) +("edmonston" nil (ih0 d m aa1 n s t ax n)) +("edmonton" nil (eh1 d m ax n t ax n)) +("edmund" nil (eh1 d m ax n d)) +("edmunda" nil (eh1 d m ah1 n d ax)) +("edmundo" nil (eh1 d m ah1 n d ow0)) +("edmunds" nil (eh1 d m ax n d z)) +("edmundson" nil (eh1 d m ax n d s ax n)) +("edna" nil (eh1 d n ax)) +("edney" nil (eh1 d n iy0)) +("edo" nil (iy1 d ow0)) +("edoardo" nil (eh1 d w aa1 r d ow0)) +("edolf" nil (eh1 d ow0 l f)) +("edouard" nil (eh1 d uw0 aa0 r d)) +("edper" nil (eh1 d p er0)) +("edquist" nil (eh1 d k w ih1 s t)) +("edra" nil (eh1 d r ax)) +("edrea" nil (eh1 d r iy0 ax)) +("edric" nil (eh1 d r ih0 k)) +("edrington" nil (eh1 d er0 ih0 ng t ax n)) +("edris" nil (ih0 d r iy1 s)) +("edsall" nil (ih0 d s ao1 l)) +("edsel" nil (eh1 d s ax l)) +("edson" nil (eh1 d s ax n)) +("edstrom" nil (eh1 d s t r ax m)) +("eduard" nil (eh1 d w er0 d)) +("eduardo" nil (eh0 d w aa1 r d ow0)) +("educate" nil (eh1 jh ax k ey1 t)) +("educated" nil (eh1 jh ax k ey1 t ax d)) +("educating" nil (eh1 jh ax k ey1 t ih0 ng)) +("education" nil (eh1 jh ax k ey1 sh ax n)) +("educational" nil (eh1 jh ax k ey1 sh ax n ax l)) +("educationally" nil (eh1 jh ax k ey1 sh ax n ax l iy0)) +("educations" nil (eh1 jh ax k ey1 sh ax n z)) +("educator" nil (eh1 jh ax k ey1 t er0)) +("educators" nil (eh1 jh ax k ey1 t er0 z)) +("edwald" nil (ih0 d w ao1 l d)) +("edward" nil (eh1 d w er0 d)) +("edwardian" nil (eh0 d w ao1 r d iy0 ax n)) +("edwardine" nil (ih0 d w ao1 r d ay0 n)) +("edwards" nil (eh1 d w er0 d z)) +("edwardson" nil (eh1 d w ao0 r d s ax n)) +("edwin" nil (eh1 d w ax n)) +("edwina" nil (eh0 d w iy1 n ax)) +("edyth" nil (eh1 d ih0 th)) +("edythe" nil (eh1 d ay0 dh)) +("edzard" nil (eh1 d z er0 d)) +("ee" nil (iy1)) +("eeg" nil (iy1 g)) +("eel" nil (iy1 l)) +("eelam" nil (iy1 l ae0 m)) +("eelgrass" nil (iy1 l g r ae1 s)) +("eellike" nil (iy1 l l ay1 k)) +("eells" nil (iy1 l z)) +("eelpout" nil (iy1 l p aw1 t)) +("eelpouts" nil (iy1 l p aw1 t s)) +("eels" nil (iy1 l z)) +("eerie" nil (ih1 r iy0)) +("eerily" nil (ih1 r ax l iy0)) +("efaw" nil (eh1 f ao0)) +("effacing" nil (ih0 f ey1 s ih0 ng)) +("effect" nil (ih0 f eh1 k t)) +("effected" nil (ih0 f eh1 k t ax d)) +("effecting" nil (ih0 f eh1 k t ih0 ng)) +("effective" nil (ih0 f eh1 k t ih0 v)) +("effectively" nil (ih0 f eh1 k t ih0 v l iy0)) +("effectiveness" nil (ih0 f eh1 k t ih0 v n ax s)) +("effects" nil (ih0 f eh1 k t s)) +("efferent" nil (eh1 f er0 ax n t)) +("efferson" nil (eh1 f er0 s ax n)) +("effertz" nil (eh1 f er0 t s)) +("effervescent" nil (eh1 f er0 v eh1 s ax n t)) +("effete" nil (eh0 f iy1 t)) +("efficacious" nil (eh1 f ax k ey1 sh ax s)) +("efficacy" nil (eh1 f ih0 k ae1 s iy0)) +("efficiences" nil (eh0 f ih1 sh ax n s ih0 z)) +("efficiencies" nil (ih0 f ih1 sh ax n s iy0 z)) +("efficiency" nil (ih0 f ih1 sh ax n s iy0)) +("efficient" nil (ih0 f ih1 sh ax n t)) +("efficiently" nil (ih0 f ih1 sh ax n t l iy0)) +("effie" nil (eh1 f iy0)) +("effigy" nil (eh1 f ih0 jh iy0)) +("effinger" nil (eh1 f ih0 ng er0)) +("effler" nil (eh1 f l er0)) +("effluent" nil (eh1 f l uw0 ax n t)) +("efflux" nil (eh1 f l ax k s)) +("effort" nil (eh1 f er0 t)) +("effortless" nil (eh1 f er0 t l ax s)) +("effortlessly" nil (eh1 f er0 t l ax s l iy0)) +("efforts" nil (eh1 f er0 t s)) +("effron" nil (eh1 f r ax n)) +("effrontery" nil (ih0 f r ah1 n t er0 iy0)) +("effusive" nil (eh1 f y uw0 s ih0 v)) +("effusively" nil (ih0 f y uw1 s ih0 v l iy0)) +("effy" nil (eh1 f iy0)) +("efird" nil (eh1 f er0 d)) +("efron" nil (eh1 f r ax n)) +("efta" nil (eh1 f t ax)) +("egalitarian" nil (ih0 g ae1 l ax t eh1 r iy0 ax n)) +("egalitarianism" nil (iy0 g ae1 l ax t eh1 r iy0 ax n ih1 z ax m)) +("egan" nil (iy1 g ax n)) +("egbert" nil (eh1 g b er0 t)) +("egberta" nil (ey0 g b eh1 r t ax)) +("egbertina" nil (eh0 g b er0 t iy1 n ax)) +("egbertine" nil (eh1 g b er0 t iy1 n)) +("egberts" nil (eh1 g b er0 t s)) +("ege" nil (iy1 jh)) +("egeland" nil (eh1 g ih0 l ax n d)) +("egeler" nil (eh1 g ax l er0)) +("egelhoff" nil (eh1 g ih0 l hh ao0 f)) +("egelston" nil (eh1 g ih0 l s t ax n)) +("eger" nil (iy1 g er0)) +("egerer" nil (eh1 g er0 er0)) +("egert" nil (eh1 g er0 t)) +("egerton" nil (eh1 g er0 t ax n)) +("egg" nil (eh1 g)) +("egge" nil (eh1 g)) +("eggebrecht" nil (eh1 g ih0 b r ih0 k t)) +("egged" nil (eh1 g d)) +("eggemeyer" nil (eh1 g ih0 m ay1 er0)) +("eggen" nil (eh1 g ax n)) +("eggenberger" nil (eh1 g ax n b er0 g er0)) +("egger" nil (eh1 g er0)) +("eggers" nil (eh1 g er0 z)) +("eggert" nil (eh1 g er0 t)) +("egghead" nil (eh1 g hh eh1 d)) +("eggleston" nil (eh1 g ax l s t ax n)) +("eggleton" nil (eh1 g l ih0 t aa0 n)) +("eggplant" nil (eh1 g p l ae1 n t)) +("eggplants" nil (eh1 g p l ae1 n t s)) +("eggs" nil (eh1 g z)) +("eggshell" nil (eh1 g sh eh1 l)) +("eggum" nil (eh1 g ax m)) +("egipt" nil (iy1 jh ih0 p t)) +("egland" nil (eh1 g l ax n d)) +("eglantine" nil (eh1 g l ax n t ay1 n)) +("egle" nil (eh1 g ax l)) +("egler" nil (eh1 g l er0)) +("egleston" nil (eh1 g l ih0 s t aa0 n)) +("egley" nil (eh1 g l iy0)) +("egli" nil (eh1 g l iy0)) +("eglin" nil (eh1 g l ih0 n)) +("eglise" nil (eh1 g l iy1 s)) +("egloff" nil (eh1 g l ao0 f)) +("egly" nil (eh1 g l iy0)) +("egner" nil (eh1 g n er0)) +("egnew" nil (ih0 g n uw1)) +("egnor" nil (eh1 g n er0)) +("ego" nil (iy1 g ow0)) +("egocentric" nil (iy1 g ow0 s eh1 n t r ih0 k)) +("egoism" nil (iy1 g ow0 ih1 z ax m)) +("egolf" nil (eh1 g ow0 l f)) +("egomaniac" nil (eh1 g ow0 m ey1 n iy0 ae0 k)) +("egon" nil (iy1 g ax n)) +("egos" nil (iy1 g ow0 z)) +("egotism" nil (iy1 g ax t ih1 z ax m)) +("egotist" nil (iy1 g ax t ih0 s t)) +("egotistical" nil (eh1 g ax t ih1 s t ih0 k ax l)) +("egregious" nil (ih0 g r iy1 jh ax s)) +("egregiously" nil (ih0 g r iy1 jh ax s l iy0)) +("egypt" nil (iy1 jh ax p t)) +("egyptair" nil (iy1 jh ih0 p t eh1 r)) +("egyptian" nil (ih0 jh ih1 p sh ax n)) +("egyptians" nil (ih0 jh ih1 p sh ax n z)) +("egyptology" nil (iy1 jh ax p t aa1 l ax jh iy0)) +("eh" nil (eh1)) +("ehinger" nil (eh1 hh ih0 n jh er0)) +("ehle" nil (eh1 l)) +("ehlen" nil (eh1 l ax n)) +("ehler" nil (eh1 l er0)) +("ehlers" nil (eh1 l er0 z)) +("ehlert" nil (eh1 l er0 t)) +("ehlinger" nil (eh1 l ih0 ng er0)) +("ehlke" nil (eh1 l k)) +("ehly" nil (eh1 l iy0)) +("ehman" nil (eh1 m ax n)) +("ehmann" nil (eh1 m ax n)) +("ehmen" nil (eh1 m eh0 n)) +("ehmke" nil (eh1 m k iy0)) +("ehren" nil (eh1 r ax n)) +("ehrenberg" nil (eh1 r ax n b er0 g)) +("ehrenfeld" nil (eh1 r ih0 n f eh0 l d)) +("ehrenhalt" nil (eh1 r ax n hh ao1 l t)) +("ehrenkrantz" nil (eh1 r ax n k r ae1 n t s)) +("ehrenreich" nil (eh1 r ih0 n r ay0 k)) +("ehresman" nil (eh1 r ih0 s m ax n)) +("ehret" nil (eh1 r ih0 t)) +("ehrhard" nil (eh1 r hh er0 d)) +("ehrhardt" nil (eh1 r hh aa0 r t)) +("ehrhart" nil (eh1 r hh aa0 r t)) +("ehrich" nil (eh1 r ih0 k)) +("ehrig" nil (eh1 r ih0 g)) +("ehrke" nil (eh1 r k)) +("ehrler" nil (eh1 r l er0)) +("ehrlich" nil (er1 l ih0 k)) +("ehrlichman" nil (er1 l ih0 k m ax n)) +("ehrman" nil (eh1 r m ax n)) +("ehrmann" nil (eh1 r m ax n)) +("ehrsam" nil (eh1 r s ax m)) +("eiben" nil (ay1 b ax n)) +("eich" nil (ay1 k)) +("eichberg" nil (ay1 k b er0 g)) +("eichel" nil (ay1 k ax l)) +("eichelberger" nil (ay1 k ax l b er0 g er0)) +("eichen" nil (ay1 k ax n)) +("eichenbaum" nil (ay1 k ax n b aw1 m)) +("eichenberg" nil (ay1 k ax n b er0 g)) +("eichenberger" nil (ay1 k ax n b er0 g er0)) +("eichenlaub" nil (ay1 k ih0 n l aw0 b)) +("eicher" nil (ay1 k er0)) +("eichholz" nil (ay1 k hh ow0 l z)) +("eichhorn" nil (ay1 k hh er0 n)) +("eichhorst" nil (ay1 k hh ao0 r s t)) +("eichinger" nil (ay1 k ih0 n jh er0)) +("eichler" nil (ay1 k ax l er0)) +("eichman" nil (ay1 k m ax n)) +("eichmann" nil (ay1 k m ax n)) +("eichner" nil (ay1 k n er0)) +("eicholtz" nil (ay1 k ow0 l t s)) +("eichorn" nil (ay1 k ao0 r n)) +("eichorst" nil (ay1 k hh ao0 r s t)) +("eichstadt" nil (ay1 k s t ae0 t)) +("eichstaedt" nil (ay1 k s t eh0 t)) +("eick" nil (ay1 k)) +("eickhoff" nil (ay1 k hh ao1 f)) +("eickholt" nil (ay1 k hh ow1 l t)) +("eickmeyer" nil (ay1 k m ay0 er0)) +("eid" nil (ay1 d)) +("eide" nil (ay1 d)) +("eidem" nil (ay1 d ih0 m)) +("eiden" nil (ay1 d ax n)) +("eidson" nil (iy1 d s ax n)) +("eiermann" nil (ay1 r m ax n)) +("eifert" nil (ay1 f er0 t)) +("eiffel" nil (ay1 f ax l)) +("eifler" nil (ay1 f ax l er0)) +("eigen" nil (ay1 g ax n)) +("eighmey" nil (ey1 m iy0)) +("eighmy" nil (ey1 g m iy0)) +("eight" nil (ey1 t)) +("eighteen" nil (ey0 t iy1 n)) +("eighteens" nil (ey0 t iy1 n z)) +("eighteenth" nil (ey0 t iy1 n th)) +("eightfold" nil (ey1 t f ow1 l d)) +("eighth" nil (ey1 t th)) +("eighths" nil (ey1 t th s)) +("eighties" nil (ey1 t iy0 z)) +("eightieth" nil (ey1 t iy0 ih0 th)) +("eights" nil (ey1 t s)) +("eighty" nil (ey1 t iy0)) +("eigner" nil (ay1 g n er0)) +("eiichi" nil (ey0 iy1 ch iy0)) +("eiji" nil (ey1 jh iy0)) +("eike" nil (ay1 k)) +("eikenberry" nil (iy1 k ax n b eh0 r iy0)) +("eilan" nil (ay1 l ax n)) +("eiland" nil (ay1 l ax n d)) +("eileen" nil (ay0 l iy1 n)) +("eiler" nil (ay1 l er0)) +("eilerman" nil (ay1 l er0 m ax n)) +("eilers" nil (ay1 l er0 z)) +("eilert" nil (ay1 l er0 t)) +("eilts" nil (ay1 l t s)) +("eimer" nil (ay1 m er0)) +("eimers" nil (ay1 m er0 z)) +("ein" nil (ay1 n)) +("einar" nil (ay1 n er0)) +("einbender" nil (ay1 n b eh1 n d er0)) +("eindhoven" nil (ay1 n d hh ow1 v ax n)) +("einhorn" nil (ay1 n hh ao1 r n)) +("einspahr" nil (ay1 n s p aa0 r)) +("einstein" nil (ay1 n s t ay0 n)) +("eir" nil (ay1 r)) +("eirena" nil (er0 ey1 n ax)) +("eirich" nil (ay1 r ih0 k)) +("eis" nil (ay1 z)) +("eisa" nil (ey1 s ax)) +("eisai" nil (ay1 s ay1)) +("eisaman" nil (ay1 s ax m ax n)) +("eischeid" nil (ay1 sh ay0 d)) +("eischen" nil (ay1 sh ax n)) +("eischens" nil (ay1 sh ax n z)) +("eisel" nil (ay1 s ax l)) +("eisele" nil (ay1 s ax l)) +("eiseman" nil (ay1 s m ax n)) +("eisemann" nil (ay1 s m ax n)) +("eisen" nil (ay1 s ax n)) +("eisenach" nil (ay1 z ax n aa1 k)) +("eisenbach" nil (ay1 z ax n b aa0 k)) +("eisenbarth" nil (ay1 z ax n b aa0 r th)) +("eisenbeis" nil (ay1 z ax n b ay0 s)) +("eisenberg" nil (ay1 z ax n b er0 g)) +("eisenberger" nil (ay1 z ax n b er0 g er0)) +("eisenbraun" nil (ay1 z ax n b r aw0 n)) +("eisenhardt" nil (ay1 z ax n hh aa0 r t)) +("eisenhart" nil (ay1 z ax n hh aa0 r t)) +("eisenhauer" nil (ay1 z ax n hh aw0 er0)) +("eisenhour" nil (ay1 z ax n aw0 r)) +("eisenhower" nil (ay1 z ax n hh aw1 er0)) +("eisenhowers" nil (ay1 z ax n hh aw1 er0 z)) +("eisenhut" nil (ay1 z ax n hh ax t)) +("eisenhuth" nil (ay1 z ax n hh uw0 th)) +("eisenman" nil (ay1 z ax n m ax n)) +("eisenmann" nil (ay1 z ax n m ax n)) +("eisenmenger" nil (ay1 z ax n m eh0 ng er0)) +("eisenstadt" nil (ay1 z ax n s t ae0 t)) +("eisenstein" nil (ay1 z ax n s t ay0 n)) +("eiserman" nil (ay1 z er0 m ax n)) +("eisert" nil (ay1 s er0 t)) +("eishi" nil (ey1 sh iy0)) +("eisinger" nil (ay1 s ih0 n jh er0)) +("eisler" nil (ay1 s l er0)) +("eisman" nil (ay1 s m ax n)) +("eisner" nil (ay1 s n er0)) +("eison" nil (ay1 z ax n)) +("eissler" nil (ay1 s ax l er0)) +("eiszner" nil (ay1 z n er0)) +("eitel" nil (ay1 t ax l)) +("either" nil (iy1 dh er0)) +("eitzen" nil (ay1 t z ax n)) +("eizenstat" nil (ay1 z ax n s t ae1 t)) +("eject" nil (ih0 jh eh1 k t)) +("ejected" nil (ih0 jh eh1 k t ih0 d)) +("ejection" nil (ih0 jh eh1 k sh ax n)) +("ejup" nil (iy1 jh ax p)) +("ek" nil (eh1 k)) +("eka" nil (eh1 k ax)) +("ekaterina" nil (ey0 k aa0 t eh0 r iy1 n ax)) +("ekberg" nil (eh1 k b er0 g)) +("ekblad" nil (eh1 k b l ae1 d)) +("ekco" nil (eh1 k ow0)) +("ekdahl" nil (eh1 k d aa1 l)) +("eke" nil (iy1 k)) +("eked" nil (iy1 k t)) +("ekern" nil (eh1 k er0 n)) +("ekeus" nil (iy1 k uw1 s)) +("ekholm" nil (eh1 k hh ow1 l m)) +("eking" nil (iy1 k ih0 ng)) +("ekins" nil (eh1 k ih0 n z)) +("ekkehard" nil (eh1 k hh aa1 r d)) +("eklund" nil (eh1 k l ax n d)) +("ekman" nil (eh1 k m ax n)) +("eko" nil (eh1 k ow0)) +("ekofisk" nil (eh1 k ax f ih0 s k)) +("eksportfinans" nil (eh1 k s p ao1 r t f ih0 n ax n z)) +("ekstrand" nil (eh1 k s t r ax n d)) +("ekstrom" nil (eh1 k s t r ax m)) +("el" nil (eh1 l)) +("ela" nil (eh1 l ax)) +("elaborate" n (ih0 l ae1 b r ax t)) +("elaborate" v (ih0 l ae1 b r ey0 t)) +("elaborated" nil (ih0 l ae1 b er0 ey0 t ax d)) +("elaborately" nil (ih0 l ae1 b r ax t l iy0)) +("elaborates" nil (ih0 l ae1 b er0 ey1 t s)) +("elaborating" nil (ih0 l ae1 b er0 ey1 t ih0 ng)) +("elaboration" nil (ih0 l ae1 b er0 ey1 sh ax n)) +("elaine" nil (ih0 l ey1 n)) +("elam" nil (eh1 l ax m)) +("elamin" nil (eh1 l ax m ih0 n)) +("elan" nil (iy1 l ax n)) +("eland" nil (iy1 l ax n d)) +("elane" nil (ih0 l ey1 n)) +("elapse" nil (ih0 l ae1 p s)) +("elapsed" nil (ih0 l ae1 p s t)) +("elardo" nil (eh0 l aa1 r d ow0)) +("elastic" nil (ih0 l ae1 s t ih0 k)) +("elasticity" nil (iy1 l ae1 s t ih1 s ax t iy0)) +("elastomers" nil (ih0 l ae1 s t ax m er0 z)) +("elata" nil (eh0 l aa1 t ax)) +("elated" nil (ih0 l ey1 t ax d)) +("elaters" nil (eh1 l ax t er0 z)) +("elation" nil (ih0 l ey1 sh ax n)) +("elayne" nil (ih0 l ey1 n)) +("elbaum" nil (eh1 l b aw1 m)) +("elbe" nil (eh1 l b)) +("elberson" nil (eh1 l b er0 s ax n)) +("elbert" nil (eh1 l b er0 t)) +("elberta" nil (eh0 l b eh1 r t ax)) +("elbertine" nil (eh1 l b er0 t iy1 n)) +("elbow" nil (eh1 l b ow1)) +("elbowed" nil (eh1 l b ow1 d)) +("elbowing" nil (eh1 l b ow1 ih0 ng)) +("elbowroom" nil (eh1 l b ow1 r uw1 m)) +("elbows" nil (eh1 l b ow1 z)) +("elbrus" nil (eh1 l b r ax s)) +("elco" nil (eh1 l k ow0)) +("elcock" nil (ih0 l k aa1 k)) +("elcor" nil (eh1 l k ao1 r)) +("elcotel" nil (eh1 l k ow0 t eh1 l)) +("elden" nil (eh1 l d ax n)) +("elder" nil (eh1 l d er0)) +("elderkin" nil (eh1 l d er0 k ih0 n)) +("elderly" nil (eh1 l d er0 l iy0)) +("elders" nil (eh1 l d er0 z)) +("eldest" nil (eh1 l d ax s t)) +("eldin" nil (eh1 l d ih0 n)) +("eldon" nil (ih0 l d aa1 n)) +("eldora" nil (eh0 l d ao1 r ax)) +("eldorado" nil (eh1 l d er0 aa1 d ow0)) +("eldred" nil (eh1 l d er0 d)) +("eldredge" nil (ih0 l d r eh1 jh)) +("eldreth" nil (ih0 l d r eh1 th)) +("eldric" nil (eh1 l d r ih0 k)) +("eldrida" nil (eh0 l d r iy1 d ax)) +("eldridge" nil (eh1 l d r ih1 jh)) +("eldritch" nil (eh1 l d r ih0 ch)) +("eldwin" nil (ih0 l d w ih1 n)) +("eleanor" nil (eh1 l ax n ao0 r)) +("eleanora" nil (eh1 l ax n ao1 r ax)) +("eleanore" nil (eh1 l ax n ao0 r)) +("eleazer" nil (eh1 l ax z er0)) +("elect" nil (ih0 l eh1 k t)) +("electability" nil (ih0 l eh1 k t ax b ih1 l ax t iy0)) +("electable" nil (ih0 l eh1 k t ax b ax l)) +("elected" nil (ih0 l eh1 k t ax d)) +("electing" nil (ih0 l eh1 k t ih0 ng)) +("election" nil (ih0 l eh1 k sh ax n)) +("electioneering" nil (ih0 l eh1 k sh ax n ih1 r ih0 ng)) +("elections" nil (ih0 l eh1 k sh ax n z)) +("elective" nil (ih0 l eh1 k t ih0 v)) +("electives" nil (ih0 l eh1 k t ih0 v z)) +("electoral" nil (ih0 l eh1 k t er0 ax l)) +("electorate" nil (ih0 l eh1 k t er0 ax t)) +("electorates" nil (ih0 l eh1 k t er0 ax t s)) +("electors" nil (ih0 l eh1 k t er0 z)) +("electra" nil (ih0 l eh1 k t r ax)) +("electric" nil (ih0 l eh1 k t r ih0 k)) +("electrical" nil (ih0 l eh1 k t r ih0 k ax l)) +("electrically" nil (ih0 l eh1 k t r ih0 k ax l iy0)) +("electricals" nil (ih0 l eh1 k t r ih0 k ax l z)) +("electricar" nil (ih0 l eh1 k t r ih0 k aa1 r)) +("electrician" nil (ih0 l eh0 k t r ih1 sh ax n)) +("electricians" nil (ih0 l eh0 k t r ih1 sh ax n z)) +("electricite" nil (ax l eh1 k t r ih1 s ih1 t ey0)) +("electricity" nil (ih0 l eh1 k t r ih1 s ax t iy0)) +("electrification" nil (ih0 l eh1 k t r ax f ih0 k ey1 sh ax n)) +("electrified" nil (ih0 l eh1 k t r ax f ay1 d)) +("electrify" nil (ih0 l eh1 k t r ax f ay1)) +("electrifying" nil (ih0 l eh1 k t r ax f ay1 ih0 ng)) +("electrique" nil (eh1 l eh0 k t r iy1 k)) +("electro" nil (ih0 l eh1 k t r ow0)) +("electrobiology" nil (ih0 l eh1 k t r ow0 b ay0 aa1 l ax jh iy0)) +("electrocardiogram" nil (ih0 l eh1 k t r ow0 k aa1 r d iy0 ax g r ae1 m)) +("electrocardiograms" nil (ih0 l eh1 k t r ow0 k aa1 r d iy0 ax g r ae1 m z)) +("electrochemical" nil (ax l eh1 k t r ow0 k eh1 m ih0 k ax l)) +("electrocom" nil (ih0 l eh1 k t r ow0 k aa1 m)) +("electrocute" nil (ih0 l eh1 k t r ax k y uw1 t)) +("electrocuted" nil (ih0 l eh1 k t r ax k y uw1 t ih0 d)) +("electrocution" nil (ih0 l eh1 k t r ax k y uw1 sh ax n)) +("electrocutions" nil (ax l eh1 k t r ax k y uw1 sh ax n z)) +("electrode" nil (ih0 l eh1 k t r ow0 d)) +("electrodes" nil (ih0 l eh1 k t r ow0 d z)) +("electrodynamics" nil (ih0 l eh1 k t r ow0 d ay1 n ae1 m ih0 k s)) +("electrolux" nil (ih0 l eh1 k t r ax l ax k s)) +("electrolysis" nil (ih0 l eh1 k t r aa1 l ax s ax s)) +("electrolytic" nil (ih0 l eh1 k t r ax l ih1 t ih0 k)) +("electromagnet" nil (ih0 l eh1 k t r ow0 m ae1 g n ax t)) +("electromagnetic" nil (ih0 l eh1 k t r ow0 m ae0 g n eh1 t ih0 k)) +("electromagnetism" nil (ih0 l eh1 k t r ow0 m ae1 g n ax t ih1 z ax m)) +("electromagnets" nil (ih0 l eh1 k t r ow0 m ae1 g n ax t s)) +("electromechanical" nil (ih0 l eh1 k t r ow0 m ax k ae1 n ih0 k ax l)) +("electromedics" nil (ih0 l eh1 k t r ow0 m eh1 d ih0 k s)) +("electron" nil (ih0 l eh1 k t r aa0 n)) +("electronic" nil (ih0 l eh1 k t r aa1 n ih0 k)) +("electronically" nil (ih0 l eh1 k t r aa1 n ih0 k ax l iy0)) +("electronics" nil (ih0 l eh1 k t r aa1 n ih0 k s)) +("electrons" nil (ih0 l eh1 k t r aa0 n z)) +("electroplating" nil (ax l eh1 k t r ax p l ey1 t ih0 ng)) +("electroshock" nil (ih0 l eh1 k t r ow1 sh aa1 k)) +("electrosound" nil (ih0 l eh1 k t r ow0 s aw1 n d)) +("electrospace" nil (ih0 l eh1 k t r ow0 s p ey1 s)) +("electrostatic" nil (ih0 l eh1 k t r ow0 s t ae1 t ih0 k)) +("elects" nil (ih0 l eh1 k t s)) +("eledge" nil (eh1 l ih0 jh)) +("eleen" nil (eh1 l iy0 n)) +("elefante" nil (eh0 l eh0 f aa1 n t iy0)) +("elegance" nil (eh1 l ax g ax n s)) +("elegant" nil (eh1 l ax g ax n t)) +("elegantly" nil (eh1 l ih0 g ax n t l iy0)) +("elek" nil (eh1 l ih0 k)) +("elektra" nil (eh0 l eh1 k t r ax)) +("elektrisk" nil (ih0 l eh1 k t r ih1 s k)) +("elektrizitaetswerk" nil (eh1 l ih0 k t r ih1 z ih0 t ae1 t s w er0 k)) +("element" nil (eh1 l ax m ax n t)) +("elemental" nil (eh1 l ax m eh1 n t ax l)) +("elementary" nil (eh1 l ax m eh1 n t r iy0)) +("elements" nil (eh1 l ax m ax n t s)) +("elena" nil (eh1 l ax n ax)) +("elenbaas" nil (eh1 l ih0 n b aa0 z)) +("elene" nil (eh1 l iy0 n)) +("elenore" nil (eh1 l ih0 n er0)) +("eleonore" nil (eh0 l iy0 ax n ao1 r iy0)) +("elephant" nil (eh1 l ax f ax n t)) +("elephantine" nil (eh1 l ax f ae1 n t iy1 n)) +("elephants" nil (eh1 l ax f ax n t s)) +("eletr" nil (eh1 l ax t er0)) +("elevate" nil (eh1 l ax v ey1 t)) +("elevated" nil (eh1 l ax v ey1 t ih0 d)) +("elevates" nil (eh1 l ax v ey1 t s)) +("elevating" nil (eh1 l ax v ey1 t ih0 ng)) +("elevation" nil (eh1 l ax v ey1 sh ax n)) +("elevations" nil (eh1 l ax v ey1 sh ax n z)) +("elevator" nil (eh1 l ax v ey1 t er0)) +("elevators" nil (eh1 l ax v ey1 t er0 z)) +("eleven" nil (ih0 l eh1 v ax n)) +("elevens" nil (ih0 l eh1 v ax n z)) +("eleventh" nil (ih0 l eh1 v ax n th)) +("elexis" nil (eh0 l eh1 k s ih0 s)) +("eley" nil (iy1 l iy0)) +("elf" nil (eh1 l f)) +("elfers" nil (eh1 l f er0 z)) +("elfie" nil (eh1 l f iy0)) +("elfin" nil (eh1 l f ih0 n)) +("elfman" nil (eh1 l f m ax n)) +("elford" nil (eh1 l f er0 d)) +("elfreda" nil (eh0 l f r eh1 d ax)) +("elfrida" nil (eh0 l f r iy1 d ax)) +("elfrieda" nil (eh0 l f r iy1 d ax)) +("elfrink" nil (eh1 l f r ih0 ng k)) +("elfstrom" nil (eh1 l f s t r ax m)) +("elg" nil (eh1 l g)) +("elga" nil (ih0 l g aa1)) +("elgar" nil (eh1 l g er0)) +("elgart" nil (ey1 l g aa0 r t)) +("elger" nil (eh1 l g er0)) +("elgersma" nil (eh0 l jh eh1 r s m ax)) +("elgie" nil (eh1 l jh iy0)) +("elgin" nil (eh1 l jh ih0 n)) +("eli" nil (iy1 l ay0)) +("elia" nil (ax l ay1 ax)) +("eliades" nil (iy1 l iy1 ey0 d z)) +("elias" nil (ax l ay1 ax s)) +("eliason" nil (ax l ay1 ax s ax n)) +("eliassen" nil (ax l ay1 ax s ax n)) +("elich" nil (eh1 l ih0 k)) +("elicit" nil (ih0 l ih1 s ih0 t)) +("elicited" nil (ih0 l ih1 s ih0 t ih0 d)) +("eliciting" nil (ih0 l ih1 s ax t ih0 ng)) +("elicits" nil (ih0 l ih1 s ax t s)) +("elick" nil (eh1 l ih0 k)) +("elicker" nil (eh1 l ih0 k er0)) +("elie" nil (eh1 l iy0)) +("eligibility" nil (eh1 l ih0 jh ax b ih1 l ih0 t iy0)) +("eligible" nil (eh1 l ax jh ax b ax l)) +("elihu" nil (eh1 l ih0 hh uw0)) +("elijah" nil (eh0 l ay1 jh ax)) +("eliminate" nil (ih0 l ih1 m ax n ey1 t)) +("eliminated" nil (ih0 l ih1 m ax n ey1 t ax d)) +("eliminates" nil (ih0 l ih1 m ax n ey1 t s)) +("eliminating" nil (ih0 l ih1 m ax n ey1 t ih0 ng)) +("elimination" nil (ih0 l ih1 m ax n ey1 sh ax n)) +("eliminations" nil (ih0 l ih1 m ih0 n ey1 sh ax n z)) +("eline" nil (eh1 l ay0 n)) +("elinor" nil (eh1 l ih0 n er0)) +("elinore" nil (eh0 l iy0 n ao1 r iy0)) +("elio" nil (eh1 l iy0 ow0)) +("eliopoulos" nil (eh0 l iy0 aa1 p ax l ih0 s)) +("eliot" nil (eh1 l iy0 ax t)) +("eliott" nil (eh1 l iy0 aa0 t)) +("elisa" nil (ax l iy1 s ax)) +("elisabeth" nil (ih0 l ih1 z ax b ih0 th)) +("elise" nil (ax l iy1 s)) +("elish" nil (eh1 l ih0 sh)) +("elisha" nil (eh1 l ih0 sh ax)) +("elison" nil (eh1 l ih0 s ax n)) +("elissa" nil (eh0 l iy1 s ax)) +("elite" nil (ih0 l iy1 t)) +("elites" nil (ih0 l iy1 t s)) +("elitism" nil (eh1 l ih0 t ih1 z ax m)) +("elitist" nil (ey0 l iy1 t ih0 s t)) +("elitists" nil (ey0 l iy1 t ih0 s t s)) +("elixir" nil (ih0 l ih1 k s er0)) +("eliza" nil (ih0 l ay1 z ax)) +("elizabeth" nil (ih0 l ih1 z ax b ax th)) +("elizabethan" nil (eh1 l ih0 z ae1 b ax th ax n)) +("elizabethtown" nil (ax l ih1 z ax b eh0 th t aw1 n)) +("elizalde" nil (eh0 l iy0 z aa1 l d iy0)) +("elizondo" nil (eh1 l ih0 z aa1 n d ow0)) +("eljer" nil (eh1 l jh er0)) +("elk" nil (eh1 l k)) +("elkes" nil (eh1 l k s)) +("elkhart" nil (eh1 l k hh aa1 r t)) +("elkhorn" nil (eh1 l k hh ao1 r n)) +("elkin" nil (ih0 l k ih1 n)) +("elkind" nil (ih0 l k ay1 n d)) +("elkington" nil (eh1 l k ih0 ng t ax n)) +("elkins" nil (eh1 l k ih0 n z)) +("elko" nil (eh1 l k ow0)) +("elks" nil (eh1 l k s)) +("elkton" nil (eh1 l k t ax n)) +("ell" nil (eh1 l)) +("ella" nil (eh1 l ax)) +("ellamay" nil (eh1 l ax m ey1)) +("ellan" nil (eh1 l ax n)) +("ellard" nil (eh1 l er0 d)) +("elle" nil (eh1 l)) +("elledge" nil (eh1 l ih0 jh)) +("ellefson" nil (eh1 l ih0 f s ax n)) +("ellegood" nil (eh1 l ih0 g uh0 d)) +("ellemann" nil (eh1 l ax m ax n)) +("ellen" nil (eh1 l ax n)) +("ellena" nil (eh0 l eh1 n ax)) +("ellenbecker" nil (eh1 l ih0 n b eh0 k er0)) +("ellenberg" nil (eh1 l ax n b er0 g)) +("ellenberger" nil (eh1 l ax n b er0 g er0)) +("ellenbogen" nil (eh1 l ih0 n b ax g ax n)) +("ellenburg" nil (eh1 l ax n b er0 g)) +("ellender" nil (eh1 l eh0 n d er0)) +("ellene" nil (eh1 l iy1 n)) +("ellenson" nil (eh1 l ih0 n s ax n)) +("ellenwood" nil (eh1 l ax n w uh1 d)) +("eller" nil (eh1 l er0)) +("ellerbe" nil (eh1 l er0 b)) +("ellerbee" nil (ih0 l er1 b iy0)) +("ellerbrock" nil (ih0 l er1 b r ax k)) +("ellerey" nil (eh1 l er0 iy0)) +("ellerman" nil (eh1 l er0 m ax n)) +("ellers" nil (eh1 l er0 z)) +("ellert" nil (eh1 l er0 t)) +("ellertson" nil (eh1 l er0 t s ax n)) +("ellery" nil (eh1 l er0 iy0)) +("ellesmere" nil (eh1 l z m ih1 r)) +("ellesse" nil (eh0 l eh1 s)) +("ellestad" nil (eh1 l ih0 s t ax d)) +("ellett" nil (eh1 l ih0 t)) +("ellette" nil (ih0 l eh1 t)) +("elley" nil (eh1 l iy0)) +("ellice" nil (eh1 l ih0 s)) +("ellicott" nil (eh1 l ih0 k aa0 t)) +("ellie" nil (eh1 l iy0)) +("elliff" nil (eh1 l ih0 f)) +("elliman" nil (eh1 l ih0 m ax n)) +("elling" nil (eh1 l ih0 ng)) +("ellinger" nil (eh1 l ih0 ng er0)) +("ellingsen" nil (eh1 l ih0 ng s ax n)) +("ellingson" nil (eh1 l ih0 ng s ax n)) +("ellingsworth" nil (eh1 l ih0 ng z w er1 th)) +("ellington" nil (eh1 l ih0 ng t ax n)) +("ellingwood" nil (eh1 l ih0 ng w uh1 d)) +("ellinwood" nil (eh1 l ih0 n w uh1 d)) +("elliot" nil (eh1 l iy0 ax t)) +("elliott" nil (eh1 l iy0 ax t)) +("ellipse" nil (ih0 l ih1 p s)) +("ellipsoids" nil (ih0 l ih1 p s oy0 d z)) +("elliptical" nil (ih0 l ih1 p t ih0 k ax l)) +("ellis" nil (eh1 l ih0 s)) +("ellison" nil (eh1 l ih0 s ax n)) +("ellisor" nil (eh1 l ih0 s er0)) +("elliston" nil (eh1 l ih0 s t aa0 n)) +("ellithorpe" nil (eh1 l ih0 th er0 p)) +("ellman" nil (eh1 l m ax n)) +("ellmann" nil (eh1 l m ax n)) +("ellner" nil (eh1 l n er0)) +("ells" nil (eh1 l z)) +("ellsberg" nil (eh1 l z b er0 g)) +("ellsworth" nil (eh1 l z w er0 th)) +("ellwanger" nil (eh1 l w ao0 ng er0)) +("ellwood" nil (eh1 l w uh1 d)) +("elly" nil (eh1 l iy0)) +("ellyn" nil (eh1 l ih0 n)) +("ellyson" nil (eh1 l ih0 s ax n)) +("ellzey" nil (eh1 l z iy0)) +("elm" nil (eh1 l m)) +("elma" nil (eh1 l m ax)) +("elman" nil (eh1 l m ax n)) +("elmendorf" nil (eh1 l m ih0 n d ao0 r f)) +("elmer" nil (eh1 l m er0)) +("elmes" nil (eh1 l m z)) +("elmhurst" nil (eh1 l m hh er0 s t)) +("elmira" nil (eh0 l m ay1 r ax)) +("elmo" nil (eh1 l m ow0)) +("elmootazbell" nil (eh0 l m uw1 t ax z b eh1 l)) +("elmore" nil (eh1 l m ao0 r)) +("elmquist" nil (eh1 l m k w ih1 s t)) +("elms" nil (eh1 l m z)) +("elmsford" nil (eh1 l m z f er0 d)) +("elmwood" nil (eh1 l m w uh1 d)) +("elna" nil (ih0 l n aa1)) +("elnora" nil (eh0 l n ao1 r ax)) +("elnore" nil (ih0 l n ao1 r)) +("elnozahy" nil (eh1 l n ow1 z aa1 hh iy0)) +("eloisa" nil (eh0 l oy1 s ax)) +("eloise" nil (ih0 l oy1 z)) +("elongate" nil (ih0 l ao1 ng g ey0 t)) +("elongated" nil (ih0 l ao1 ng g ey0 t ax d)) +("elongation" nil (iy1 l ao0 ng g ey1 sh ax n)) +("elopes" nil (ih0 l ow1 p s)) +("eloquence" nil (eh1 l ax k w ax n s)) +("eloquent" nil (eh1 l ax k w ax n t)) +("eloquently" nil (eh1 l ax k w ax n t l iy0)) +("elpers" nil (eh1 l p er0 z)) +("elrica" nil (eh1 l r ih0 k ax)) +("elrick" nil (eh1 l r ih0 k)) +("elrod" nil (ih0 l r aa1 d)) +("elron" nil (eh1 l r ax n)) +("elroy" nil (ih0 l r oy1)) +("els" nil (eh1 l z)) +("elsa" nil (eh1 l s ax)) +("elsas" nil (eh1 l s ax z)) +("elsasser" nil (eh1 l s ax s er0)) +("elsberry" nil (eh1 l z b eh1 r iy0)) +("elsbury" nil (eh1 l z b eh1 r iy0)) +("elsdon" nil (eh1 l s d ax n)) +("else" nil (eh1 l s)) +("elsea" nil (eh1 l s iy0 ax)) +("elsen" nil (eh1 l s ax n)) +("elser" nil (eh1 l s er0)) +("elses" nil (eh1 l s ih0 z)) +("elsesser" nil (eh1 l s ih0 s er0)) +("elsevier" nil (eh0 l s eh1 v y er0)) +("elsewhere" nil (eh1 l s w eh1 r)) +("elsey" nil (eh1 l s iy0)) +("elsie" nil (eh1 l s iy0)) +("elsinore" nil (eh1 l s ax n ao1 r)) +("elsner" nil (eh1 l s n er0)) +("elson" nil (eh1 l s ax n)) +("elstad" nil (eh1 l s t ax d)) +("elster" nil (eh1 l s t er0)) +("elston" nil (ih0 l s t aa1 n)) +("elswick" nil (eh1 l z w ih1 k)) +("elsworth" nil (eh1 l z w er1 th)) +("elting" nil (eh1 l t ih0 ng)) +("elton" nil (eh1 l t ax n)) +("eltringham" nil (eh1 l t r ih0 ng ae0 m)) +("eltzroth" nil (eh1 l t s r ao0 th)) +("elucidated" nil (ih0 l uw1 s ax d ey1 t ax d)) +("elude" nil (ih0 l uw1 d)) +("eluded" nil (ih0 l uw1 d ih0 d)) +("eludes" nil (ih0 l uw1 d z)) +("eluding" nil (ih0 l uw1 d ih0 ng)) +("elusive" nil (ih0 l uw1 s ih0 v)) +("elusiveness" nil (ih0 l uw1 s ih0 v n ax s)) +("elva" nil (eh1 l v ax)) +("elvera" nil (ey0 l v eh1 r ax)) +("elvers" nil (eh1 l v er0 z)) +("elves" nil (eh1 l v z)) +("elvgren" nil (eh1 l v g r eh0 n)) +("elvia" nil (eh1 l v iy0 ax)) +("elvie" nil (eh1 l v iy0)) +("elvin" nil (eh1 l v ih0 n)) +("elvina" nil (eh0 l v iy1 n ax)) +("elvington" nil (eh1 l v ih0 ng t ax n)) +("elvira" nil (eh0 l v ay1 r ax)) +("elvire" nil (eh1 l v ay1 r)) +("elvis" nil (eh1 l v ih0 s)) +("elvy" nil (eh1 l v iy0)) +("elway" nil (eh1 l w ey1)) +("elwell" nil (ih0 l w eh1 l)) +("elwin" nil (eh1 l w ih0 n)) +("elwood" nil (eh1 l w uh1 d)) +("elxsi" nil (eh1 l k s iy0)) +("ely" nil (iy1 l ay0)) +("elyn" nil (eh1 l ih0 n)) +("elyria" nil (ih0 l ih1 r iy0 ax)) +("elyse" nil (eh1 l ay0 s)) +("elysee" nil (eh1 l ih0 s iy1)) +("elysees" nil (eh1 l ih0 s iy1 z)) +("elysia" nil (ih0 l ih1 zh iy0 ax)) +("elysium" nil (ih0 l ih1 z iy0 ax m)) +("elza" nil (eh1 l z ax)) +("elzey" nil (eh1 l z iy0)) +("elzinga" nil (eh0 l z iy1 ng g ax)) +("elzy" nil (eh1 l z iy0)) +("em" nil (eh1 m)) +("ema" nil (iy1 m ax)) +("emaciated" nil (ih0 m ey1 sh iy0 ey1 t ih0 d)) +("email" nil (ax m ey1 l)) +("emailed" nil (ax m ey1 l d)) +("emailing" nil (ax m ey1 l ih0 ng)) +("emails" nil (ax m ey1 l z)) +("emanate" nil (eh1 m ax n ey1 t)) +("emanated" nil (eh1 m ax n ey1 t ih0 d)) +("emanating" nil (eh1 m ax n ey1 t ih0 ng)) +("emanations" nil (eh1 m ax n ey1 sh ax n z)) +("emancipate" nil (ih0 m ae1 n s ax p ey1 t)) +("emancipated" nil (ih0 m ae1 n s ax p ey1 t ih0 d)) +("emancipation" nil (ih0 m ae1 n s ax p ey1 sh ax n)) +("emanuel" nil (ih0 m ae1 n y uw0 ax l)) +("emanuele" nil (ey0 m aa0 n uw0 eh1 l ey0)) +("emanuelson" nil (ih0 m ae1 n uw0 l s ax n)) +("emard" nil (eh1 m er0 d)) +("emasculate" nil (ax m ae1 s k y uw0 l ih0 t)) +("emasculated" nil (ax m ae1 s k y uw0 l ey1 t ih0 d)) +("embalmed" nil (eh0 m b aa1 m d)) +("embankment" nil (eh0 m b ae1 ng k m ax n t)) +("embarcadero" nil (eh0 m b aa1 r k ax d eh1 r ow0)) +("embargo" nil (eh0 m b aa1 r g ow0)) +("embargoed" nil (ih0 m b aa1 r g ow0 d)) +("embargoes" nil (eh0 m b aa1 r g ow0 z)) +("embark" nil (eh0 m b aa1 r k)) +("embarkation" nil (eh1 m b aa0 r k ey1 sh ax n)) +("embarked" nil (eh0 m b aa1 r k t)) +("embarking" nil (eh0 m b aa1 r k ih0 ng)) +("embarks" nil (ih0 m b aa1 r k s)) +("embarrass" nil (ih0 m b eh1 r ax s)) +("embarrassed" nil (ih0 m b eh1 r ax s t)) +("embarrasses" nil (ih0 m b ae1 r ax s ih0 z)) +("embarrassing" nil (ih0 m b eh1 r ax s ih0 ng)) +("embarrassingly" nil (ih0 m b eh1 r ax s ih0 ng l iy0)) +("embarrassment" nil (ih0 m b eh1 r ax s m ax n t)) +("embarrassments" nil (ih0 m b eh1 r ax s m ax n t s)) +("embassies" nil (eh1 m b ax s iy0 z)) +("embassy" nil (eh1 m b ax s iy0)) +("embattled" nil (eh0 m b ae1 t ax l d)) +("embayment" nil (eh0 m b ey1 m ax n t)) +("embed" nil (ih0 m b eh1 d)) +("embedded" nil (eh0 m b eh1 d ih0 d)) +("embellish" nil (ih0 m b eh1 l ih0 sh)) +("embellished" nil (eh0 m b eh1 l ih0 sh t)) +("embellishment" nil (eh0 m b eh1 l ih0 sh m ax n t)) +("embers" nil (eh1 m b er0 z)) +("emberson" nil (eh1 m b er0 s ax n)) +("emberton" nil (ih0 m b er1 t ax n)) +("embezzle" nil (ih0 m b eh1 z ax l)) +("embezzled" nil (ih0 m b eh1 z ax l d)) +("embezzlement" nil (eh0 m b eh1 z ax l m ax n t)) +("embezzler" nil (ih0 m b eh1 z ax l er0)) +("embezzlers" nil (ih0 m b eh1 z ax l er0 z)) +("embezzles" nil (ih0 m b eh1 z ax l z)) +("embezzling" nil (ih0 m b eh1 z ax l ih0 ng)) +("embittered" nil (eh0 m b ih1 t er0 d)) +("emblazoned" nil (eh0 m b l ey1 z ax n d)) +("emblem" nil (eh1 m b l ax m)) +("emblematic" nil (eh1 m b l ax m ae1 t ih0 k)) +("emblems" nil (eh1 m b l ax m z)) +("embler" nil (eh1 m b l er0)) +("embleton" nil (eh1 m b l ih0 t aa0 n)) +("embodied" nil (ih0 m b aa1 d iy0 d)) +("embodies" nil (eh0 m b aa1 d iy0 z)) +("embodiment" nil (eh0 m b aa1 d iy0 m ax n t)) +("embody" nil (ih0 m b aa1 d iy0)) +("embodying" nil (ih0 m b aa1 d iy0 ih0 ng)) +("embolden" nil (eh0 m b ow1 l d ax n)) +("emboldened" nil (eh0 m b ow1 l d ax n d)) +("embolism" nil (eh1 m b ow0 l ih1 z ax m)) +("embolisms" nil (eh1 m b ow0 l ih1 z ax m z)) +("embossed" nil (ih0 m b ao1 s t)) +("embrace" nil (eh0 m b r ey1 s)) +("embraced" nil (eh0 m b r ey1 s t)) +("embraces" nil (eh0 m b r ey1 s ih0 z)) +("embracing" nil (eh0 m b r ey1 s ih0 ng)) +("embree" nil (ih0 m b r iy1)) +("embrey" nil (eh1 m b r iy0)) +("embroider" nil (ih0 m b r oy1 d er0)) +("embroidered" nil (eh0 m b r oy1 d er0 d)) +("embroiderers" nil (eh0 m b r oy1 d er0 er0 z)) +("embroideries" nil (ih0 m b r oy1 d er0 iy0 z)) +("embroidering" nil (eh0 m b r oy1 d er0 ih0 ng)) +("embroidery" nil (eh0 m b r oy1 d er0 iy0)) +("embroil" nil (eh0 m b r oy1 l)) +("embroiled" nil (eh0 m b r oy1 l d)) +("embry" nil (eh1 m b r iy0)) +("embryo" nil (eh1 m b r iy0 ow1)) +("embryology" nil (eh1 m b r iy0 aa1 l ax jh iy0)) +("embryonic" nil (eh1 m b r iy0 aa1 n ih0 k)) +("embryos" nil (eh1 m b r iy0 ow1 z)) +("embury" nil (eh1 m b eh1 r iy0)) +("emcee" nil (eh1 m s iy1)) +("emch" nil (eh1 m ch)) +("emco" nil (eh1 m k ow0)) +("emde" nil (eh1 m d)) +("emel" nil (eh1 m ax l)) +("emelda" nil (eh0 m eh1 l d ax)) +("emelie" nil (eh1 m ax l iy0)) +("emelina" nil (eh1 m eh0 l iy1 n ax)) +("emeline" nil (eh1 m ih0 l ay1 n)) +("emelita" nil (eh0 m eh0 l iy1 t ax)) +("emelyne" nil (eh1 m ih0 l ay0 n)) +("emens" nil (eh1 m eh0 n z)) +("emera" nil (eh0 m eh1 r ax)) +("emerald" nil (eh1 m r ax l d)) +("emeralds" nil (eh1 m r ax l d z)) +("emerant" nil (ey0 m eh1 r ax n t)) +("emeraude" nil (eh1 m er0 aw1 d)) +("emerge" nil (ih0 m er1 jh)) +("emerged" nil (ih0 m er1 jh d)) +("emergence" nil (ih0 m er1 jh ax n s)) +("emergencies" nil (ih0 m er1 jh ax n s iy0 z)) +("emergency" nil (ih0 m er1 jh ax n s iy0)) +("emergent" nil (ih0 m er1 jh ax n t)) +("emerges" nil (ih0 m er1 jh ih0 z)) +("emerging" nil (ih0 m er1 jh ih0 ng)) +("emerich" nil (eh1 m er0 ih0 k)) +("emerick" nil (eh1 m er0 ih0 k)) +("emerine" nil (eh1 m er0 iy1 n)) +("emeritus" nil (ih0 m eh1 r ax t ax s)) +("emersed" nil (ih0 m er1 s t)) +("emerson" nil (eh1 m er0 s ax n)) +("emert" nil (eh1 m er0 t)) +("emerton" nil (ih0 m er1 t ax n)) +("emery" nil (eh1 m er0 iy0)) +("emeryville" nil (eh1 m er0 iy0 v ih1 l)) +("emetic" nil (ih0 m eh1 t ih0 k)) +("emfinger" nil (eh1 m f ih0 ng er0)) +("emge" nil (eh1 m jh)) +("emhart" nil (eh1 m hh aa1 r t)) +("emick" nil (eh1 m ih0 k)) +("emig" nil (eh1 m ih0 g)) +("emigh" nil (eh1 m ay0)) +("emigrant" nil (eh1 m ax g r ax n t)) +("emigrants" nil (eh1 m ax g r ax n t s)) +("emigrate" nil (eh1 m ax g r ey1 t)) +("emigrated" nil (eh1 m ax g r ey1 t ih0 d)) +("emigrating" nil (eh1 m ax g r ey1 t ih0 ng)) +("emigration" nil (eh1 m ax g r ey1 sh ax n)) +("emigrations" nil (eh1 m ax g r ey1 sh ax n z)) +("emigre" nil (eh1 m ax g r ey1)) +("emigres" nil (eh1 m ax g r ey1 z)) +("emil" nil (eh0 m iy1 l)) +("emile" nil (ey0 m iy1 l)) +("emilia" nil (ax m iy1 l iy0 ax)) +("emilie" nil (eh1 m ax l iy0)) +("emilio" nil (ax m iy1 l iy0 ow0)) +("emily" nil (eh1 m ih0 l iy0)) +("emina" nil (eh0 m iy1 n ax)) +("eminase" nil (eh1 m ih0 n aa1 s iy0)) +("eminence" nil (eh1 m ax n ax n s)) +("eminences" nil (eh1 m ax n ax n s ih0 z)) +("eminent" nil (eh1 m ax n ax n t)) +("eminently" nil (eh1 m ax n ax n t l iy0)) +("emir" nil (ih0 m ih1 r)) +("emirate" nil (eh1 m er0 ax t)) +("emirates" nil (eh1 m er0 ax t s)) +("emison" nil (eh1 m ih0 s ax n)) +("emissaries" nil (eh1 m ax s eh1 r iy0 z)) +("emissary" nil (eh1 m ax s eh1 r iy0)) +("emission" nil (ih0 m ih1 sh ax n)) +("emissions" nil (ih0 m ih1 sh ax n z)) +("emit" nil (ih0 m ih1 t)) +("emits" nil (ih0 m ih1 t s)) +("emitted" nil (ih0 m ih1 t ax d)) +("emitting" nil (ih0 m ih1 t ih0 ng)) +("emler" nil (eh1 m l er0)) +("emley" nil (eh1 m l iy0)) +("emling" nil (eh1 m l ih0 ng)) +("emlyn" nil (ih0 m l ih1 n)) +("emlynne" nil (ih0 m l ay1 n)) +("emma" nil (eh1 m ax)) +("emmaline" nil (eh0 m aa0 l iy1 n iy0)) +("emmanuel" nil (ih0 m ae1 n y uw0 ax l)) +("emmaus" nil (eh1 m aw0 s)) +("emme" nil (eh1 m)) +("emmel" nil (eh1 m ax l)) +("emmeline" nil (eh1 m ax l ay1 n)) +("emmendorfer" nil (eh1 m ih0 n d ao0 r f er0)) +("emmer" nil (eh1 m er0)) +("emmerich" nil (eh1 m er0 ih0 k)) +("emmerling" nil (eh1 m er0 l ih0 ng)) +("emmerson" nil (eh1 m er0 s ax n)) +("emmert" nil (eh1 m er0 t)) +("emmery" nil (eh1 m er0 iy0)) +("emmet" nil (eh1 m ih0 t)) +("emmett" nil (eh1 m ih0 t)) +("emmi" nil (eh1 m iy0)) +("emmick" nil (eh1 m ih0 k)) +("emmie" nil (eh1 m iy0)) +("emminger" nil (eh1 m ih0 ng er0)) +("emmis" nil (eh1 m ih0 s)) +("emmit" nil (eh1 m ih0 t)) +("emmitt" nil (eh1 m ih0 t)) +("emmons" nil (eh1 m ax n z)) +("emmott" nil (eh1 m ax t)) +("emmy" nil (eh1 m iy0)) +("emmys" nil (eh1 m iy0 z)) +("emogene" nil (eh1 m ax g iy0 n)) +("emond" nil (eh1 m ax n d)) +("emory" nil (eh1 m er0 iy0)) +("emotion" nil (ih0 m ow1 sh ax n)) +("emotional" nil (ih0 m ow1 sh ax n ax l)) +("emotionalism" nil (ih0 m ow1 sh ax n ax l ih1 z ax m)) +("emotionally" nil (ih0 m ow1 sh n ax l iy0)) +("emotions" nil (ih0 m ow1 sh ax n z)) +("empanel" nil (ih0 m p ae1 n ax l)) +("empaneled" nil (ih0 m p ae1 n ax l d)) +("empaneling" nil (eh0 m p ae1 n ax l ih0 ng)) +("empathetic" nil (eh1 m p ax th eh1 t ih0 k)) +("empathize" nil (eh1 m p ax th ay1 z)) +("empathy" nil (eh1 m p ax th iy0)) +("emperor" nil (eh1 m p er0 er0)) +("emperors" nil (eh1 m p er0 er0 z)) +("empey" nil (eh1 m p iy0)) +("emphases" nil (eh1 m f ax s iy1 z)) +("emphasis" nil (eh1 m f ax s ax s)) +("emphasize" nil (eh1 m f ax s ay1 z)) +("emphasized" nil (eh1 m f ax s ay1 z d)) +("emphasizes" nil (eh1 m f ax s ay1 z ax z)) +("emphasizing" nil (eh1 m f ax s ay1 z ih0 ng)) +("emphatic" nil (eh0 m f ae1 t ih0 k)) +("emphatically" nil (eh0 m f ae1 t ih0 k l iy0)) +("emphysema" nil (eh0 m f ay1 s m aa0)) +("empie" nil (eh1 m p iy0)) +("empire" nil (eh1 m p ay0 er0)) +("empires" nil (eh1 m p ay0 er0 z)) +("empirical" nil (eh1 m p ih1 r ih0 k ax l)) +("empirically" nil (eh0 m p ih1 r ih0 k ax l iy0)) +("empiricism" nil (eh0 m p ih1 r ax s ih1 z ax m)) +("empiricist" nil (ih0 m p ih1 r ax s ax s t)) +("emplacement" nil (ih0 m p l ey1 s m ax n t)) +("employ" nil (eh0 m p l oy1)) +("employable" nil (eh0 m p l oy1 ax b ax l)) +("employed" nil (eh0 m p l oy1 d)) +("employee" nil (eh0 m p l oy1 iy0)) +("employees" nil (eh0 m p l oy1 iy0 z)) +("employer" nil (eh0 m p l oy1 er0)) +("employers" nil (eh0 m p l oy1 er0 z)) +("employes" nil (eh0 m p l oy1 z)) +("employing" nil (eh0 m p l oy1 ih0 ng)) +("employment" nil (eh0 m p l oy1 m ax n t)) +("employments" nil (eh0 m p l oy1 m ax n t s)) +("employs" nil (eh0 m p l oy1 z)) +("emporia" nil (eh0 m p ao1 r iy0 ax)) +("emporium" nil (eh1 m p ao1 r iy0 ax m)) +("empower" nil (ih0 m p aw1 er0)) +("empowered" nil (ih0 m p aw1 er0 d)) +("empowering" nil (ih0 m p aw1 er0 ih0 ng)) +("empowerment" nil (ih0 m p aw1 er0 m ax n t)) +("empowers" nil (ih0 m p aw1 er0 z)) +("empresa" nil (eh0 m p r eh1 s ax)) +("empresas" nil (eh0 m p r eh1 s ax z)) +("empress" nil (eh1 m p r eh0 s)) +("emprise" nil (eh0 m p r ay1 z)) +("empson" nil (eh1 m p s ax n)) +("empt" nil (eh1 m p t)) +("empted" nil (eh1 m p t ih0 d)) +("emptied" nil (eh1 m p t iy0 d)) +("emptier" nil (eh1 m p t iy0 er0)) +("empties" nil (eh1 m p t iy0 z)) +("emptiness" nil (eh1 m p t iy0 n ax s)) +("empting" nil (eh1 m p t ih0 ng)) +("emption" nil (eh1 m p sh ax n)) +("emptive" nil (eh1 m p t ih0 v)) +("emptor" nil (eh1 m p t er0)) +("empts" nil (eh1 m p t s)) +("empty" nil (eh1 m p t iy0)) +("emptying" nil (eh1 m p t iy0 ih0 ng)) +("emrich" nil (eh1 m r ih0 k)) +("emrick" nil (eh1 m r ih0 k)) +("emry" nil (eh1 m r iy0)) +("emslie" nil (eh1 m s ax l iy0)) +("emswiler" nil (eh1 m z w ay1 l er0)) +("emu" nil (iy1 m y uw1)) +("emuil" nil (eh1 m y uw0 ih1 l)) +("emulate" nil (eh1 m y ax l ey1 t)) +("emulated" nil (eh1 m y ax l ey1 t ih0 d)) +("emulating" nil (eh1 m y ax l ey1 t ih0 ng)) +("emulation" nil (eh1 m y ax l ey1 sh ax n)) +("emulex" nil (eh1 m y uw0 l ax k s)) +("emulsifier" nil (ih0 m ah1 l s ax f ay1 er0)) +("emulsion" nil (ih0 m ah1 l sh ax n)) +("en" nil (eh1 n)) +("ena" nil (eh1 n ax)) +("enable" nil (eh0 n ey1 b ax l)) +("enabled" nil (eh0 n ey1 b ax l d)) +("enables" nil (eh0 n ey1 b ax l z)) +("enabling" nil (eh0 n ey1 b ax l ih0 ng)) +("enact" nil (ih0 n ae1 k t)) +("enacted" nil (ih0 n ae1 k t ax d)) +("enacting" nil (ax n ae1 k t ih0 ng)) +("enactment" nil (eh0 n ae1 k t m ax n t)) +("enactments" nil (ih1 n ae1 k t m ax n t s)) +("enacts" nil (ih1 n ae1 k t s)) +("enamel" nil (ih0 n ae1 m ax l)) +("enameled" nil (ih0 n ae1 m ax l d)) +("enamels" nil (ih0 n ae1 m ax l z)) +("enamored" nil (eh0 n ae1 m er0 d)) +("enasa" nil (ey0 n aa1 s ax)) +("enberg" nil (eh1 n b er0 g)) +("encamped" nil (ih0 n k ae1 m p t)) +("encapsulated" nil (eh0 n k ae1 p s ax l ey1 t ih0 d)) +("encapsulating" nil (eh0 n k ae1 p s ax l ey1 t ih0 ng)) +("encarnacion" nil (ih0 n k aa0 r n aa0 s iy0 ao1 n)) +("encarta" nil (eh0 n k aa1 r t ah1)) +("encased" nil (eh0 n k ey1 s t)) +("encata" nil (eh0 n k aa1 t ah1)) +("encephalitis" nil (eh0 n s eh1 f ax l ay1 t ax s)) +("enchanted" nil (eh0 n ch ae1 n t ih0 d)) +("enchanters" nil (eh0 n ch ae1 n t er0 z)) +("enchanting" nil (eh0 n ch ae1 n t ih0 ng)) +("enchantment" nil (eh0 n ch ae1 n t m ax n t)) +("encinas" nil (eh1 n s ih0 n ax z)) +("encinias" nil (ih0 n s iy0 n iy1 ax z)) +("encino" nil (eh0 n s iy1 n ow0)) +("encircle" nil (eh0 n s er1 k ax l)) +("encircled" nil (ih0 n s er1 k ax l d)) +("encircling" nil (eh0 n s er1 k ax l ih0 ng)) +("enciso" nil (ih0 n s iy1 s ow0)) +("enck" nil (eh1 ng k)) +("enclave" nil (aa1 n k l ey1 v)) +("enclaves" nil (aa1 n k l ey1 v z)) +("enclose" nil (ih0 n k l ow1 z)) +("enclosed" nil (eh0 n k l ow1 z d)) +("enclosing" nil (eh0 n k l ow1 z ih0 ng)) +("enclosure" nil (eh0 n k l ow1 zh er0)) +("enclosures" nil (ih0 n k l ow1 zh er0 z)) +("encode" nil (eh0 n k ow1 d)) +("encoded" nil (eh0 n k ow1 d ih0 d)) +("encoding" nil (eh0 n k ow1 d ih0 ng)) +("encompass" nil (eh0 n k ah1 m p ax s)) +("encompassed" nil (eh0 n k ah1 m p ax s t)) +("encompasses" nil (eh0 n k ah1 m p ax s ax z)) +("encompassing" nil (eh0 n k ah1 m p ax s ih0 ng)) +("encor" nil (eh1 n k ao1 r)) +("encore" nil (aa1 n k ao1 r)) +("encores" nil (aa1 n k ao1 r z)) +("encounter" nil (ih0 n k aw1 n t er0)) +("encountered" nil (ih0 n k aw1 n t er0 d)) +("encountering" nil (eh0 n k aw1 n t er0 ih0 ng)) +("encounters" nil (ih0 n k aw1 n t er0 z)) +("encourage" nil (eh0 n k er1 ih0 jh)) +("encouraged" nil (eh0 n k er1 ih0 jh d)) +("encouragement" nil (eh0 n k er1 ih0 jh m ax n t)) +("encourages" nil (eh0 n k er1 ih0 jh ih0 z)) +("encouraging" nil (eh0 n k er1 ih0 jh ih0 ng)) +("encroach" nil (ih0 n k r ow1 ch)) +("encroached" nil (ih0 n k r ow1 ch t)) +("encroaches" nil (ih0 n k r ow1 ch ih0 z)) +("encroaching" nil (ih0 n k r ow1 ch ih0 ng)) +("encroachment" nil (eh0 n k r ow1 ch m ax n t)) +("encroachments" nil (ih0 n k r ow1 ch m ax n t s)) +("encrusted" nil (eh0 n k r ah1 s t ih0 d)) +("encrusting" nil (eh0 n k r ah1 s t ih0 ng)) +("encrypted" nil (eh0 n k r ih1 p t ih0 d)) +("encryption" nil (eh0 n k r ih1 p sh ax n)) +("encumber" nil (eh0 n k ah1 m b er0)) +("encumbered" nil (eh0 n k ah1 m b er0 d)) +("encyclical" nil (eh0 n s ih1 k l ih0 k ax l)) +("encyclicals" nil (eh0 n s ih1 k l ih0 k ax l z)) +("encyclopaedia" nil (ih0 n s ay1 k l ax p iy1 d iy0 ax)) +("encyclopedia" nil (ih0 n s ay1 k l ax p iy1 d iy0 ax)) +("encyclopedias" nil (ih0 n s ay1 k l ax p iy1 d iy0 ax z)) +("encyclopedic" nil (ih0 n s ay1 k l ax p iy1 d ih0 k)) +("encyclopedist" nil (ih0 n s ay1 k l ax p iy1 d ax s t)) +("end" nil (eh1 n d)) +("endaka" nil (eh0 n d aa1 k ax)) +("endanger" nil (eh0 n d ey1 n jh er0)) +("endangered" nil (eh0 n d ey1 n jh er0 d)) +("endangering" nil (eh0 n d ey1 n jh er0 ih0 ng)) +("endangerment" nil (eh0 n d ey1 n jh er0 m ax n t)) +("endangers" nil (eh0 n d ey1 n jh er0 z)) +("endara" nil (eh1 n d aa1 r ax)) +("ende" nil (eh1 n d)) +("endear" nil (eh0 n d iy1 r)) +("endeared" nil (eh0 n d iy1 r d)) +("endearing" nil (eh0 n d iy1 r ih0 ng)) +("endearment" nil (ih0 n d ih1 r m ax n t)) +("endeavor" nil (ih0 n d eh1 v er0)) +("endeavored" nil (ih0 n d eh1 v er0 d)) +("endeavors" nil (ih0 n d eh1 v er0 z)) +("endeavour" nil (ih0 n d eh1 v er0)) +("ended" nil (eh1 n d ax d)) +("endemic" nil (eh0 n d eh1 m ih0 k)) +("ender" nil (eh1 n d er0)) +("enderby" nil (eh1 n d er0 b iy0)) +("enderle" nil (eh1 n d er0 ax l)) +("enderlin" nil (eh1 n d er0 l ih0 n)) +("enders" nil (eh1 n d er0 z)) +("enderson" nil (eh1 n d er0 s ax n)) +("endevco" nil (eh0 n d eh1 v k ow0)) +("endicott" nil (eh1 n d ih0 k aa1 t)) +("ending" nil (eh1 n d ih0 ng)) +("endings" nil (eh1 n d ih0 ng z)) +("endive" nil (eh1 n d ih0 v)) +("endler" nil (eh1 n d l er0)) +("endless" nil (eh1 n d l ax s)) +("endlessly" nil (eh1 n d l ax s l iy0)) +("endlich" nil (eh1 n d l ih0 k)) +("endo" nil (eh1 n d ow0)) +("endocrine" nil (eh1 n d ow0 k r ay1 n)) +("endocrinologist" nil (eh1 n d ow0 k r ax n aa1 l ax jh ax s t)) +("endocrinologists" nil (eh1 n d ow0 k r ax n aa1 l ax jh ax s t s)) +("endocrinology" nil (eh1 n d ow0 k r ax n aa1 l ax jh iy0)) +("endodermal" nil (eh1 n d ow0 d er1 m ax l)) +("endometriosis" nil (eh1 n d ow0 m eh1 t r iy0 ow1 s ih0 s)) +("endorse" nil (eh0 n d ao1 r s)) +("endorsed" nil (eh0 n d ao1 r s t)) +("endorsement" nil (eh0 n d ao1 r s m ax n t)) +("endorsements" nil (eh0 n d ao1 r s m ax n t s)) +("endorser" nil (ih0 n d ao1 r s er0)) +("endorsers" nil (ih0 n d ao1 r s er0 z)) +("endorses" nil (eh0 n d ao1 r s ih0 z)) +("endorsing" nil (eh0 n d ao1 r s ih0 ng)) +("endoscopic" nil (eh1 n d ow0 s k aa1 p ih0 k)) +("endosperm" nil (eh1 n d ax s p er1 m)) +("endothermic" nil (eh1 n d ow0 th er1 m ih0 k)) +("endotronics" nil (eh1 n d ow0 t r aa1 n ih0 k s)) +("endow" nil (eh0 n d aw1)) +("endowed" nil (eh0 n d aw1 d)) +("endowing" nil (eh0 n d aw1 ih0 ng)) +("endowment" nil (eh0 n d aw1 m ax n t)) +("endowments" nil (eh0 n d aw1 m ax n t s)) +("endpoint" nil (eh1 n d p oy1 n t)) +("endres" nil (eh1 n d er0 z)) +("endress" nil (eh1 n d r ih0 s)) +("endrizzi" nil (ih0 n d r iy1 t s iy0)) +("ends" nil (eh1 n d z)) +("endsley" nil (eh1 n d s l iy0)) +("endued" nil (eh0 n d uw1 d)) +("endurance" nil (eh1 n d er0 ax n s)) +("endure" nil (eh0 n d y uh1 r)) +("endured" nil (eh0 n d y uh1 r d)) +("endures" nil (eh0 n d y uh1 r z)) +("enduring" nil (eh0 n d y uh1 r ih0 ng)) +("endy" nil (eh1 n d iy0)) +("enea" nil (eh1 n iy0 ax)) +("enema" nil (eh1 n ax m ax)) +("enemas" nil (eh1 n ax m ax z)) +("enemies" nil (eh1 n ax m iy0 z)) +("enemy" nil (eh1 n ax m iy0)) +("energas" nil (eh1 n er0 g ae1 s)) +("energen" nil (eh1 n er0 jh eh1 n)) +("energetic" nil (eh1 n er0 jh eh1 t ih0 k)) +("energetically" nil (eh1 n er0 jh eh1 t ih0 k l iy0)) +("energies" nil (eh1 n er0 jh iy0 z)) +("energize" nil (eh1 n er0 jh ay1 z)) +("energized" nil (eh1 n er0 jh ay1 z d)) +("energizer" nil (eh1 n er0 jh ay1 z er0)) +("energizing" nil (eh1 n er0 jh ay1 z ih0 ng)) +("energy" nil (eh1 n er0 jh iy0)) +("enerson" nil (eh1 n er0 s ax n)) +("enex" nil (iy1 n ax k s)) +("enfant" nil (eh1 n f aa1 n t)) +("enfeebled" nil (eh0 n f iy1 b ax l d)) +("enfield" nil (eh1 n f iy0 l d)) +("enfinger" nil (eh1 n f ih0 ng er0)) +("enfold" nil (ih0 n f ow1 l d)) +("enforce" nil (eh0 n f ao1 r s)) +("enforceability" nil (eh0 n f ao1 r s ax b ih1 l ih0 t iy0)) +("enforceable" nil (eh0 n f ao1 r s ax b ax l)) +("enforced" nil (eh0 n f ao1 r s t)) +("enforcement" nil (eh0 n f ao1 r s m ax n t)) +("enforcer" nil (eh0 n f ao1 r s er0)) +("enforcers" nil (eh0 n f ao1 r s er0 z)) +("enforces" nil (eh0 n f ao1 r s ih0 z)) +("enforcing" nil (eh0 n f ao1 r s ih0 ng)) +("enfranchise" nil (ih0 n f r ae1 n ch ay1 z)) +("enfranchised" nil (eh0 n f r ae1 n ch ay1 z d)) +("enfranchises" nil (eh0 n f r ae1 n ch ay1 z ih0 z)) +("eng" nil (eh1 ng)) +("engage" nil (eh0 n g ey1 jh)) +("engaged" nil (eh0 n g ey1 jh d)) +("engagement" nil (eh0 n g ey1 jh m ax n t)) +("engagements" nil (eh0 n g ey1 jh m ax n t s)) +("engages" nil (eh0 n g ey1 jh ih0 z)) +("engaging" nil (eh0 n g ey1 jh ih0 ng)) +("engberg" nil (eh1 ng b er0 g)) +("engdahl" nil (eh1 ng d aa0 l)) +("enge" nil (eh1 n jh)) +("engebretsen" nil (eh1 ng g ih0 b r ih0 t s ax n)) +("engebretson" nil (eh1 ng g ih0 b r ih0 t s ax n)) +("engel" nil (eh1 n g ax l)) +("engelberg" nil (eh1 ng g ax l b er0 g)) +("engelbert" nil (eh1 ng g ih0 l b er0 t)) +("engelberta" nil (eh0 ng g eh0 l b eh1 r t ax)) +("engelbrecht" nil (eh1 ng g ih0 l b r ih0 k t)) +("engeleiter" nil (eh1 ng g ax l ay1 t er0)) +("engelhard" nil (eh1 ng g ax l hh aa1 r d)) +("engelhardt" nil (eh1 ng g ih0 l hh aa0 r t)) +("engelhart" nil (eh1 ng g ax l hh aa1 r t)) +("engelke" nil (eh1 ng g ih0 l k)) +("engelken" nil (eh1 ng g ih0 l k ax n)) +("engelking" nil (eh1 ng g ih0 l k ih0 ng)) +("engelman" nil (eh1 ng g ax l m ax n)) +("engelmann" nil (eh1 ng g ax l m ax n)) +("engels" nil (eh1 ng g ax l z)) +("engelson" nil (eh1 ng g ih0 l s ax n)) +("engelstad" nil (eh1 ng g ih0 l s t ax d)) +("engeman" nil (eh1 n jh m ax n)) +("engen" nil (eh1 ng ax n)) +("engender" nil (eh0 n jh eh1 n d er0)) +("engendered" nil (eh0 n jh eh1 n d er0 d)) +("engenders" nil (eh1 ng g ax n d er0 z)) +("enger" nil (eh1 ng g er0)) +("engert" nil (eh1 ng g er0 t)) +("engesser" nil (eh1 ng g ih0 s er0)) +("engh" nil (eh1 ng)) +("engholm" nil (eh1 ng hh ow0 l m)) +("engine" nil (eh1 n jh ax n)) +("engined" nil (eh1 n jh ax n d)) +("engineer" nil (eh1 n jh ax n ih1 r)) +("engineered" nil (eh1 n jh ax n iy1 r d)) +("engineering" nil (eh1 n jh ax n ih1 r ih0 ng)) +("engineers" nil (eh1 n jh ax n ih1 r z)) +("engines" nil (eh1 n jh ax n z)) +("england" nil (ih1 ng g l ax n d)) +("englander" nil (ih1 ng g l ax n d er0)) +("englanders" nil (ih1 ng g l ax n d er0 z)) +("englands" nil (ih1 ng g l ax n d z)) +("engle" nil (eh1 ng g ax l)) +("englebert" nil (ih1 ng l ih0 b er0 t)) +("englehardt" nil (ih1 ng l ih0 hh aa0 r t)) +("englehart" nil (ih1 ng ax l hh aa0 r t)) +("engleman" nil (ih1 ng ax l m ax n)) +("engler" nil (eh1 ng g ax l er0)) +("englert" nil (ih1 ng l er0 t)) +("englerth" nil (ih1 ng l er0 th)) +("engles" nil (ih1 ng ax l z)) +("englewood" nil (eh1 ng g ax l w uh1 d)) +("english" nil (ih1 ng g l ih0 sh)) +("englishman" nil (ih1 ng g l ih0 sh m ax n)) +("englishmen" nil (eh1 ng l ih1 sh m ax n)) +("englishwoman" nil (ih1 ng g l ih0 sh w uh1 m ax n)) +("englund" nil (ih1 ng l ax n d)) +("engman" nil (eh1 ng m ax n)) +("engquist" nil (eh1 ng k w ih0 s t)) +("engram" nil (eh1 n g r ae1 m)) +("engrave" nil (ih0 n g r ey1 v)) +("engraved" nil (ih0 n g r ey1 v d)) +("engraver" nil (ih0 n g r ey1 v er0)) +("engraving" nil (ih0 n g r ey1 v ih0 ng)) +("engravings" nil (ih0 n g r ey1 v ih0 ng z)) +("engross" nil (ih0 n g r ow1 s)) +("engrossed" nil (ih0 n g r ow1 s t)) +("engrossing" nil (ih0 n g r ow1 s ih0 ng)) +("engstrand" nil (eh1 ng s t r ax n d)) +("engstrom" nil (eh1 ng s t r ax m)) +("engulf" nil (ih0 n g ah1 l f)) +("engulfed" nil (ih0 n g ah1 l f t)) +("engulfing" nil (ih0 n g ah1 l f ih0 ng)) +("engwall" nil (ih0 ng w ao1 l)) +("enhance" nil (eh0 n hh ae1 n s)) +("enhanced" nil (eh0 n hh ae1 n s t)) +("enhancement" nil (eh0 n hh ae1 n s m ax n t)) +("enhancements" nil (eh0 n hh ae1 n s m ax n t s)) +("enhancer" nil (eh0 n hh ae1 n s er0)) +("enhances" nil (eh0 n hh ae1 n s ih0 z)) +("enhancing" nil (eh0 n hh ae1 n s ih0 ng)) +("enholm" nil (eh1 n hh ow1 l m)) +("enholme" nil (eh1 n hh ow1 l m)) +("enichem" nil (eh1 n ih0 ch ax m)) +("enid" nil (iy1 n ih0 d)) +("enigma" nil (ih0 n ih1 g m ax)) +("enigmatic" nil (eh1 n ih0 g m ae1 t ih0 k)) +("enimont" nil (iy1 n ih0 m aa1 n t)) +("enis" nil (eh1 n ih0 s)) +("enix" nil (eh1 n ih0 k s)) +("enjoin" nil (eh0 n jh oy1 n)) +("enjoined" nil (eh0 n jh oy1 n d)) +("enjoining" nil (eh0 n jh oy1 n ih0 ng)) +("enjoy" nil (eh0 n jh oy1)) +("enjoyable" nil (eh0 n jh oy1 ax b ax l)) +("enjoyed" nil (eh0 n jh oy1 d)) +("enjoying" nil (eh0 n jh oy1 ih0 ng)) +("enjoyment" nil (eh0 n jh oy1 m ax n t)) +("enjoyments" nil (eh0 n jh oy1 m ax n t s)) +("enjoys" nil (eh0 n jh oy1 z)) +("enke" nil (eh1 ng k)) +("enlarge" nil (eh0 n l aa1 r jh)) +("enlarged" nil (eh0 n l aa1 r jh d)) +("enlargement" nil (ih0 n l aa1 r jh m ax n t)) +("enlargements" nil (ih0 n l aa1 r jh m ax n t s)) +("enlarger" nil (ih0 n l aa1 r g er0)) +("enlarges" nil (ih0 n l aa1 r jh ih0 z)) +("enlarging" nil (ih0 n l aa1 r jh ih0 ng)) +("enlighten" nil (eh0 n l ay1 t ax n)) +("enlightened" nil (eh0 n l ay1 t ax n d)) +("enlightening" nil (eh0 n l ay1 t ax n ih0 ng)) +("enlightenment" nil (eh0 n l ay1 t ax n m ax n t)) +("enlist" nil (eh0 n l ih1 s t)) +("enlisted" nil (eh0 n l ih1 s t ih0 d)) +("enlistees" nil (ih0 n l ih1 s t iy1 z)) +("enlisting" nil (eh0 n l ih1 s t ih0 ng)) +("enlistment" nil (eh0 n l ih1 s t m ax n t)) +("enlists" nil (eh0 n l ih1 s t s)) +("enliven" nil (eh0 n l ay1 v ax n)) +("enlivened" nil (eh0 n l ay1 v ax n d)) +("enlo" nil (eh1 n l ow0)) +("enloe" nil (ih0 n l ow1)) +("enlow" nil (ih0 n l ow1)) +("enman" nil (eh1 n m ax n)) +("enmeshed" nil (eh0 n m eh1 sh t)) +("enmity" nil (eh1 n m ax t iy0)) +("ennea" nil (eh1 n iy0 ax)) +("enneking" nil (eh1 n ih0 k ih0 ng)) +("ennen" nil (eh1 n ax n)) +("ennes" nil (eh1 n z)) +("ennis" nil (eh1 n ih0 s)) +("ennoble" nil (ih0 n ow1 b ax l)) +("ennosuke" nil (eh1 n ax s uw0 k)) +("enns" nil (eh1 n z)) +("ennui" nil (eh0 n uw1 iy0)) +("eno" nil (eh1 n ow0)) +("enoch" nil (iy1 n ax k)) +("enochs" nil (eh1 n ax k s)) +("enola" nil (ih0 n ow1 l ax)) +("enomoto" nil (ih0 n ow0 m ow1 t ow0)) +("enormity" nil (ih0 n ao1 r m ax t iy0)) +("enormous" nil (ih0 n ao1 r m ax s)) +("enormously" nil (ih0 n ao1 r m ax s l iy0)) +("enough" nil (ih0 n ah1 f)) +("enquirer" nil (ih0 n k w ay1 r er0)) +("enquist" nil (eh1 n k w ih1 s t)) +("enrage" nil (eh0 n r ey1 jh)) +("enraged" nil (eh0 n r ey1 jh d)) +("enraging" nil (eh0 n r ey1 jh ih0 ng)) +("enraptured" nil (eh0 n r ae1 p ch er0 d)) +("enrica" nil (ih0 n r iy1 k ax)) +("enrich" nil (eh0 n r ih1 ch)) +("enriched" nil (eh0 n r ih1 ch t)) +("enriches" nil (eh0 n r ih1 ch ih0 z)) +("enriching" nil (eh0 n r ih1 ch ih0 ng)) +("enrichment" nil (eh0 n r ih1 ch m ax n t)) +("enrico" nil (eh0 n r iy1 k ow0)) +("enright" nil (ih0 n r ay1 t)) +("enrile" nil (eh0 n r iy1 l)) +("enrique" nil (eh0 n r iy1 k ey0)) +("enriquez" nil (ih0 n r iy1 k w eh0 z)) +("enro" nil (eh1 n r ow0)) +("enroll" nil (eh0 n r ow1 l)) +("enrolled" nil (eh0 n r ow1 l d)) +("enrollees" nil (eh0 n r ow1 l iy1 z)) +("enrolling" nil (eh0 n r ow1 l ih0 ng)) +("enrollment" nil (eh0 n r ow1 l m ax n t)) +("enrollments" nil (eh0 n r ow1 l m ax n t s)) +("enrolls" nil (eh0 n r ow1 l z)) +("enron" nil (eh1 n r aa0 n)) +("enroute" nil (eh0 n r uw1 t)) +("ensco" nil (eh1 n s k ow0)) +("ensconced" nil (ih0 n s k aa1 n s t)) +("enseco" nil (eh0 n s eh1 k ow0)) +("ensemble" nil (aa0 n s aa1 m b ax l)) +("ensembles" nil (aa0 n s aa1 m b ax l z)) +("enserch" nil (eh1 n s er0 ch)) +("ensey" nil (eh1 n z iy0)) +("enshrine" nil (eh0 n sh r ay1 n)) +("enshrined" nil (eh0 n sh r ay1 n d)) +("enshrouded" nil (ih0 n sh r aw1 d ax d)) +("ensign" nil (eh1 n s ax n)) +("ensing" nil (eh1 n s ih0 ng)) +("ensinger" nil (eh1 n s ih0 n jh er0)) +("enskilda" nil (eh0 n s k ih1 l d ax)) +("enslaved" nil (eh0 n s l ey1 v d)) +("enslavement" nil (eh0 n s l ey1 v m ax n t)) +("enslen" nil (eh1 n s ax l ax n)) +("ensley" nil (eh1 n s l iy0)) +("enslin" nil (eh1 n s l ih0 n)) +("enslow" nil (ih0 n s l ow1)) +("ensminger" nil (eh1 n s ax m ih0 ng er0)) +("ensnare" nil (ih0 n s n eh1 r)) +("ensnared" nil (eh0 n s n eh1 r d)) +("ensnarled" nil (ih0 n s n aa1 r l d)) +("ensor" nil (eh1 n s er0)) +("ensource" nil (eh0 n s ao1 r s)) +("ensrud" nil (eh1 n z r uw1 d)) +("enstrom" nil (eh1 n s t r ax m)) +("ensue" nil (ih0 n s uw1)) +("ensued" nil (ih0 n s uw1 d)) +("ensues" nil (ih0 n s uw1 z)) +("ensuing" nil (eh1 n s uw0 ih0 ng)) +("ensure" nil (eh0 n sh uh1 r)) +("ensured" nil (eh0 n sh uh1 r d)) +("ensures" nil (eh0 n sh uh1 r z)) +("ensuring" nil (eh0 n sh uh1 r ih0 ng)) +("ensz" nil (eh1 n sh)) +("ent" nil (eh1 n t)) +("entail" nil (eh0 n t ey1 l)) +("entailed" nil (ih0 n t ey1 l d)) +("entailing" nil (ih0 n t ey1 l ih0 ng)) +("entails" nil (ih0 n t ey1 l z)) +("entangle" nil (eh0 n t ae1 ng g ax l)) +("entangled" nil (eh0 n t ae1 ng g ax l d)) +("entanglement" nil (eh0 n t ae1 ng g ax l m ax n t)) +("entanglements" nil (eh0 n t ae1 ng g ax l m ax n t s)) +("entangling" nil (ih0 n t ae1 ng l ih0 ng)) +("ente" nil (eh1 n t ey0)) +("entebbe" nil (eh1 n t eh1 b iy0)) +("entendre" nil (aa0 n t aa1 n d r ax)) +("enter" nil (eh1 n t er0)) +("entered" nil (eh1 n t er0 d)) +("entergy" nil (eh1 n t er0 jh iy0)) +("entering" nil (eh1 n t er0 ih0 ng)) +("enteritidis" nil (eh1 n t er0 ih1 t ih0 d ih0 s)) +("enterline" nil (eh1 n t er0 l ay1 n)) +("enterprise" nil (eh1 n t er0 p r ay1 z)) +("enterprises" nil (eh1 n t er0 p r ay1 z ih0 z)) +("enterprising" nil (eh1 n t er0 p r ay1 z ih0 ng)) +("enterra" nil (eh0 n t eh1 r ax)) +("enters" nil (eh1 n t er0 z)) +("entertain" nil (eh1 n t er0 t ey1 n)) +("entertained" nil (eh1 n t er0 t ey1 n d)) +("entertainer" nil (eh1 n t er0 t ey1 n er0)) +("entertainers" nil (eh1 n t er0 t ey1 n er0 z)) +("entertaining" nil (eh1 n t er0 t ey1 n ih0 ng)) +("entertainment" nil (eh1 n t er0 t ey1 n m ax n t)) +("entertainments" nil (eh1 n t er0 t ey1 n m ax n t s)) +("entertains" nil (eh1 n t er0 t ey1 n z)) +("entex" nil (eh1 n t eh1 k s)) +("enthralled" nil (eh0 n th r ao1 l d)) +("enthused" nil (ih0 n th uw1 z d)) +("enthusiasm" nil (ih0 n th uw1 z iy0 ae1 z ax m)) +("enthusiasms" nil (ih0 n th uw1 z iy0 ae1 z ax m z)) +("enthusiast" nil (eh0 n th uw1 z iy0 ae1 s t)) +("enthusiastic" nil (ih0 n th uw1 z iy0 ae1 s t ih0 k)) +("enthusiastically" nil (ih0 n th uw1 z iy0 ae1 s t ih0 k l iy0)) +("enthusiasts" nil (eh0 n th uw1 z iy0 ae1 s t s)) +("entice" nil (ih0 n t ay1 s)) +("enticed" nil (ih0 n t ay1 s t)) +("enticement" nil (ih0 n t ay1 s m ax n t)) +("enticements" nil (ih0 n t ay1 s m ax n t s)) +("enticing" nil (eh0 n t ay1 s ih0 ng)) +("entin" nil (eh1 n t ih0 n)) +("entire" nil (ih0 n t ay1 er0)) +("entirely" nil (ih0 n t ay1 er0 l iy0)) +("entirety" nil (ih0 n t ay1 er0 t iy0)) +("entities" nil (eh1 n t ih0 t iy0 z)) +("entitle" nil (eh0 n t ay1 t ax l)) +("entitled" nil (eh0 n t ay1 t ax l d)) +("entitlement" nil (eh0 n t ay1 t ax l m ax n t)) +("entitlements" nil (eh0 n t ay1 t ax l m ax n t s)) +("entitles" nil (eh0 n t ay1 t ax l z)) +("entitling" nil (eh0 n t ay1 t ax l ih0 ng)) +("entity" nil (eh1 n t ax t iy0)) +("entler" nil (eh1 n t l er0)) +("entoffen" nil (eh1 n t ax f ax n)) +("entombed" nil (eh0 n t uw1 m d)) +("entombment" nil (ih0 n t uw1 m m ax n t)) +("entomologist" nil (eh1 n t ax m aa1 l ax jh ax s t)) +("entomologists" nil (eh1 n t ax m aa1 l ax jh ax s t s)) +("entomology" nil (eh1 n t ax m aa1 l ax jh iy0)) +("entourage" nil (aa1 n t uh0 r aa1 zh)) +("entrails" nil (eh1 n t r ax l z)) +("entrance" n (eh1 n t r ax n s)) +("entrance" v (eh0 n t r aa1 n s)) +("entranced" nil (ih0 n t r ae1 n s t)) +("entrances" n (eh1 n t r ax n s ax z)) +("entrances" v (eh0 n t r aa1 n s ax z)) +("entrant" nil (eh1 n t r ax n t)) +("entrants" nil (eh1 n t r ax n t s)) +("entrapment" nil (ih0 n t r ae1 p m ax n t)) +("entre" nil (aa1 n t r ey0)) +("entreaties" nil (eh0 n t r iy1 t iy0 z)) +("entree" nil (aa1 n t r ey1)) +("entrees" nil (aa1 n t r ey1 z)) +("entregrowth" nil (eh1 n t r ax g r ow0 th)) +("entrekin" nil (eh1 n t r ih0 k ih0 n)) +("entrench" nil (eh0 n t r eh1 n ch)) +("entrenched" nil (eh0 n t r eh1 n ch t)) +("entrenches" nil (eh0 n t r eh1 n ch ih0 z)) +("entrenching" nil (eh0 n t r eh1 n ch ih0 ng)) +("entrenchment" nil (eh0 n t r eh1 n ch m ax n t)) +("entrepreneur" nil (aa1 n t r ax p r ax n er1)) +("entrepreneurial" nil (aa1 n t r ax p r ax n er1 iy0 ax l)) +("entrepreneurialism" nil (eh1 n t r ax p r ax n uw1 r iy1 ax l ih1 z ax m)) +("entrepreneurs" nil (aa1 n t r ax p r ax n er1 z)) +("entrepreneurship" nil (aa1 n t r ax p r ax n er1 sh ih0 p)) +("entries" nil (eh1 n t r iy0 z)) +("entrikin" nil (eh1 n t r ih0 k ih0 n)) +("entringer" nil (eh1 n t er0 ih0 ng er0)) +("entropy" nil (eh1 n t r ax p iy0)) +("entrust" nil (eh0 n t r ah1 s t)) +("entrusted" nil (eh0 n t r ah1 s t ih0 d)) +("entrusting" nil (eh0 n t r ah1 s t ih0 ng)) +("entry" nil (eh1 n t r iy0)) +("entsminger" nil (eh1 n t s ax m ih0 ng er0)) +("entwined" nil (eh0 n t w ay1 n d)) +("entwisle" nil (eh1 n t w ay0 ax l)) +("entwistle" nil (ih0 n t w ih1 s ax l)) +("entz" nil (eh1 n t s)) +("entzminger" nil (eh1 n t s m ih0 ng er0)) +("enumerated" nil (ih0 n uw1 m er0 ey1 t ih0 d)) +("enumeration" nil (ih0 n uw1 m er0 ey1 sh ax n)) +("enunciated" nil (ih0 n ah1 n s iy0 ey1 t ih0 d)) +("envelop" nil (ih0 n v eh1 l ax p)) +("envelope" nil (eh1 n v ax l ow1 p)) +("enveloped" nil (eh0 n v eh1 l ax p t)) +("envelopes" nil (eh1 n v ax l ow1 p s)) +("enveloping" nil (ih0 n v eh1 l ax p ih0 ng)) +("enviable" nil (eh1 n v iy0 ax b ax l)) +("envied" nil (eh1 n v iy0 d)) +("envious" nil (eh1 n v iy0 ax s)) +("enviously" nil (eh1 n v iy0 ax s l iy0)) +("envirodyne" nil (eh0 n v ay1 r ow0 d ay1 n)) +("environics" nil (eh1 n v ay0 r ao1 n ih0 k s)) +("environment" nil (ih0 n v ay1 r ax n m ax n t)) +("environmental" nil (ih0 n v ay1 r ax n m eh1 n t ax l)) +("environmentalism" nil (eh0 n v ay1 r ax eh0 n m eh1 n t ax l ih1 z ax m)) +("environmentalist" nil (ih0 n v ay1 r ax n m eh1 n t ax l ih0 s t)) +("environmentalists" nil (eh0 n v ay1 r ax n m eh1 n t ax l ih0 s t s)) +("environmentally" nil (ih0 n v ay1 r ax n m eh1 n t ax l iy0)) +("environments" nil (ih0 n v ay1 r ax n m ax n t s)) +("environs" nil (ih0 n v ay1 r ax n z)) +("enviropact" nil (ih0 n v ay1 r ow0 p ae1 k t)) +("envirosafe" nil (ih0 n v ay1 r ow0 s ey1 f)) +("envirotest" nil (ih1 n v ay1 r ow0 t eh1 s t)) +("envisage" nil (eh0 n v ih1 z ih0 jh)) +("envisaged" nil (eh0 n v ih1 z ih0 jh d)) +("envisages" nil (eh0 n v ih1 z ih0 jh ih0 z)) +("envision" nil (eh0 n v ih1 zh ax n)) +("envisioned" nil (eh0 n v ih1 zh ax n d)) +("envisioning" nil (eh0 n v ih1 zh ax n ih0 ng)) +("envisions" nil (eh0 n v ih1 zh ax n z)) +("envos" nil (eh1 n v ow0 s)) +("envoy" nil (eh1 n v oy0)) +("envoys" nil (eh1 n v oy0 z)) +("envy" nil (eh1 n v iy0)) +("enwright" nil (ih0 n w r ay1 t)) +("enyart" nil (eh1 n y aa0 r t)) +("enyeart" nil (eh1 n y er0 t)) +("enz" nil (eh1 n z)) +("enzo" nil (eh1 n z ow0)) +("enzon" nil (eh1 n z aa0 n)) +("enzor" nil (eh1 n z er0)) +("enzymatic" nil (eh1 n z ay0 m ae1 t ih0 k)) +("enzyme" nil (eh1 n z ay1 m)) +("enzymes" nil (eh1 n z ay1 m z)) +("eocene" nil (iy1 ax s iy1 n)) +("eoff" nil (ey1 ao0 f)) +("eohippus" nil (iy1 ow0 hh ih1 p ax s)) +("eolande" nil (ey1 ow0 l aa1 n d iy0)) +("eon" nil (iy1 ax n)) +("eons" nil (iy1 ax n z)) +("epcot" nil (eh1 p k aa0 t)) +("epeda" nil (eh0 p ey1 d ax)) +("epes" nil (iy1 p s)) +("ephedrine" nil (ih0 f eh1 d r ih0 n)) +("ephemeral" nil (ih0 f eh1 m er0 ax l)) +("ephlin" nil (eh1 f l ih0 n)) +("ephraim" nil (iy1 f r ax m)) +("ephron" nil (eh1 f r ax n)) +("epic" nil (eh1 p ih0 k)) +("epicenter" nil (eh1 p ax s eh1 n t er0)) +("epics" nil (eh1 p ih0 k s)) +("epicure" nil (eh1 p ih0 k y uh1 r)) +("epicurean" nil (eh1 p ax k y uh0 r iy1 ax n)) +("epidemic" nil (eh1 p ax d eh1 m ih0 k)) +("epidemics" nil (eh1 p ax d eh1 m ih0 k s)) +("epidemiological" nil (eh1 p ax d iy0 m iy0 ax l aa1 jh ih0 k ax l)) +("epidemiologist" nil (eh1 p ax d iy0 m iy0 aa1 l ax jh ih0 s t)) +("epidemiologists" nil (eh1 p ax d iy0 m iy0 aa1 l ax jh ih0 s t s)) +("epidemiology" nil (eh1 p ax d eh1 m iy0 aa1 l ax jh iy0)) +("epidermal" nil (eh1 p ax d er1 m ax l)) +("epidermis" nil (eh1 p ax d er1 m ax s)) +("epigenetic" nil (eh1 p ax jh ax n eh1 t ih0 k)) +("epigram" nil (eh1 p ax g r ae1 m)) +("epigraphic" nil (eh1 p ax g r ae1 f ih0 k)) +("epilepsies" nil (eh1 p ax l eh1 p s iy0 z)) +("epilepsy" nil (eh1 p ax l eh1 p s iy0)) +("epileptic" nil (eh1 p ax l eh1 p t ih0 k)) +("epilogue" nil (eh1 p ax l ao1 g)) +("epiphany" nil (ih0 p ih1 f ax n iy0)) +("episcopal" nil (ih0 p ih1 s k ax p ax l)) +("episcopo" nil (ih0 p ih0 s k ow1 p ow0)) +("episode" nil (eh1 p ax s ow1 d)) +("episodes" nil (eh1 p ax s ow1 d z)) +("episodic" nil (eh1 p ax s aa1 d ih0 k)) +("episteme" nil (eh1 p ih0 s t iy1 m)) +("epistemology" nil (ih0 p ih1 s t ax m aa1 l ax jh iy0)) +("epistle" nil (ih0 p ih1 s ax l)) +("epistolary" nil (ih0 p ih1 s t ax l eh1 r iy0)) +("epitaph" nil (eh1 p ax t ae1 f)) +("epitaphs" nil (eh1 p ax t ae1 f s)) +("epithet" nil (eh1 p ax th eh1 t)) +("epithets" nil (eh1 p ax th eh1 t s)) +("epitome" nil (ih0 p ih1 t ax m iy0)) +("epitomize" nil (ih0 p ih1 t ax m ay1 z)) +("epitomized" nil (ih0 p ih1 t ax m ay1 z d)) +("epitomizes" nil (ih0 p ih1 t ax m ay1 z ih0 z)) +("epitope" nil (eh1 p ih0 t ow1 p)) +("epler" nil (eh1 p l er0)) +("epley" nil (eh1 p l iy0)) +("eplin" nil (eh1 p l ih0 n)) +("epling" nil (eh1 p l ih0 ng)) +("epoch" nil (eh1 p ax k)) +("epochal" nil (eh1 p ax k ax l)) +("epochs" nil (eh1 p ax k s)) +("epogen" nil (eh1 p ax jh eh0 n)) +("epoxy" nil (ih0 p aa1 k s iy0)) +("epp" nil (eh1 p)) +("eppard" nil (eh1 p er0 d)) +("eppel" nil (eh1 p ax l)) +("epperly" nil (eh1 p er0 l iy0)) +("eppers" nil (eh1 p er0 z)) +("epperson" nil (eh1 p er0 s ax n)) +("eppes" nil (eh1 p s)) +("eppich" nil (eh1 p ih0 ch)) +("epping" nil (eh1 p ih0 ng)) +("eppinger" nil (eh1 p ih0 ng er0)) +("epple" nil (eh1 p ax l)) +("eppler" nil (eh1 p l er0)) +("eppley" nil (eh1 p l iy0)) +("eppner" nil (eh1 p n er0)) +("eppolito" nil (eh0 p ow0 l iy1 t ow0)) +("epps" nil (eh1 p s)) +("eprom" nil (eh1 p r ax m)) +("eproms" nil (eh1 p r ax m z)) +("epsco" nil (eh1 p s k ow0)) +("epsilon" nil (eh1 p s ax l aa1 n)) +("epsom" nil (eh1 p s ax m)) +("epsomite" nil (eh1 p s ax m ay1 t)) +("epson" nil (eh1 p s ax n)) +("epstein" nil (eh1 p s t iy1 n)) +("epting" nil (eh1 p t ih0 ng)) +("equable" nil (eh1 k w ax b ax l)) +("equal" nil (iy1 k w ax l)) +("equaled" nil (iy1 k w ax l d)) +("equaling" nil (iy1 k w ax l ih0 ng)) +("equality" nil (ih0 k w aa1 l ax t iy0)) +("equalization" nil (iy1 k w ax l ih0 z ey1 sh ax n)) +("equalize" nil (iy1 k w ax l ay1 z)) +("equalized" nil (iy1 k w ax l ay1 z d)) +("equalizer" nil (iy1 k w ax l ay1 z er0)) +("equalizing" nil (iy1 k w ax l ay1 z ih0 ng)) +("equally" nil (iy1 k w ax l iy0)) +("equals" nil (iy1 k w ax l z)) +("equanimity" nil (iy1 k w ax n ih1 m ih0 t iy0)) +("equate" nil (ih0 k w ey1 t)) +("equated" nil (ih0 k w ey1 t ih0 d)) +("equates" nil (ih0 k w ey1 t s)) +("equating" nil (ih0 k w ey1 t ih0 ng)) +("equation" nil (ih0 k w ey1 zh ax n)) +("equations" nil (ih0 k w ey1 zh ax n z)) +("equator" nil (ih0 k w ey1 t er0)) +("equatorial" nil (iy1 k w ax t ao1 r iy0 ax l)) +("equestrian" nil (ih0 k w eh1 s t r iy0 ax n)) +("equiangular" nil (iy1 k w ax ae1 ng g y ax l er0)) +("equibank" nil (eh1 k w ax b ae1 ng k)) +("equicor" nil (eh1 k w ih1 k ao1 r)) +("equifax" nil (eh1 k w ih0 f ae1 k s)) +("equilibria" nil (iy1 k w ax l ih1 b r iy0 ax)) +("equilibrium" nil (iy1 k w ax l ih1 b r iy0 ax m)) +("equilink" nil (eh1 k w ax l ih1 ng k)) +("equimark" nil (eh1 k w ih0 m aa1 r k)) +("equine" nil (iy1 k w ay1 n)) +("equinox" nil (iy1 k w ax n aa1 k s)) +("equion" nil (eh1 k w iy0 aa0 n)) +("equip" nil (ih0 k w ih1 p)) +("equipment" nil (ih0 k w ih1 p m ax n t)) +("equipments" nil (ih0 k w ih1 p m ax n t s)) +("equipped" nil (ih0 k w ih1 p t)) +("equipping" nil (ih0 k w ih1 p ih0 ng)) +("equips" nil (ih0 k w ih1 p s)) +("equitable" nil (eh1 k w ax t ax b ax l)) +("equitably" nil (eh1 k w ih0 t ax b l iy0)) +("equitas" nil (eh1 k w ax t ax s)) +("equitation" nil (eh1 k w ax t ey1 sh ax n)) +("equitec" nil (eh1 k w ax t eh1 k)) +("equitex" nil (eh1 k w ax t eh1 k s)) +("equiticorp" nil (eh1 k w ih0 t iy0 k ao1 r p)) +("equities" nil (eh1 k w ax t iy0 z)) +("equity" nil (eh1 k w ax t iy0)) +("equivalence" nil (ih0 k w ih1 v ax l ax n s)) +("equivalency" nil (ih0 k w ih1 v ax l ax n s iy0)) +("equivalent" nil (ih0 k w ih1 v ax l ax n t)) +("equivalents" nil (ih0 k w ih1 v ax l ax n t s)) +("equivocal" nil (ih0 k w ih1 v ax k ax l)) +("er" nil (er0)) +("era" nil (eh1 r ax)) +("eradicate" nil (ih0 r ae1 d ax k ey1 t)) +("eradicated" nil (ih0 r ae1 d ax k ey1 t ih0 d)) +("eradicating" nil (ih0 r ae1 d ax k ey1 t ih0 ng)) +("eradication" nil (ih0 r ae1 d ax k ey1 sh ax n)) +("eralp" nil (eh1 r ao0 l p)) +("eramo" nil (eh0 r aa1 m ow0)) +("eranthe" nil (eh1 r ax n th)) +("eras" nil (ih1 r ax z)) +("erasable" nil (ih0 r ey1 s ax b ax l)) +("erase" nil (ih0 r ey1 s)) +("erased" nil (ih0 r ey1 s t)) +("eraser" nil (ih0 r ey1 s er0)) +("erasers" nil (ih0 r ey1 s er0 z)) +("erases" nil (ih0 r ey1 s ih0 z)) +("erasing" nil (ih0 r ey1 s ih0 ng)) +("erasmus" nil (ih0 r ae1 z m ax s)) +("erastus" nil (ih0 r ae1 s t ax s)) +("erawan" nil (eh1 r ax w aa1 n)) +("erazo" nil (eh0 r aa1 z ow0)) +("erb" nil (er1 b)) +("erbacher" nil (er1 b aa0 k er0)) +("erbamont" nil (er1 b ax m aa1 n t)) +("erbe" nil (er1 b)) +("erber" nil (er1 b er0)) +("erbes" nil (er1 b z)) +("erburu" nil (er0 b uh1 r uw0)) +("erby" nil (er1 b iy0)) +("erceg" nil (er1 s ih0 g)) +("erck" nil (er1 k)) +("ercole" nil (er0 k ow1 l iy0)) +("ercros" nil (er1 k r ow0 z)) +("erda" nil (eh1 r d ax)) +("erdahl" nil (er1 d aa0 l)) +("erdman" nil (er1 d m ax n)) +("erdmann" nil (er1 d m ax n)) +("erdos" nil (er1 d ow0 z)) +("erdrich" nil (er1 d r ih0 k)) +("erect" nil (ih0 r eh1 k t)) +("erected" nil (ih0 r eh1 k t ax d)) +("erecting" nil (ih0 r eh1 k t ih0 ng)) +("erection" nil (ih0 r eh1 k sh ax n)) +("erections" nil (ih0 r eh1 k sh ax n z)) +("erects" nil (ih0 r eh1 k t s)) +("erena" nil (er0 eh1 n ax)) +("erensel" nil (eh1 r ax n s eh0 l)) +("ergle" nil (er1 g ax l)) +("ergo" nil (er1 g ow0)) +("ergonomic" nil (er1 g ax n aa1 m ih0 k)) +("ergonomics" nil (er1 g ax n aa1 m ih0 k s)) +("ergot" nil (er1 g ax t)) +("ergotism" nil (er1 g ax t ih1 z ax m)) +("ergots" nil (er1 g ax t s)) +("erhard" nil (eh1 r hh aa0 r d)) +("erhardt" nil (er1 hh aa0 r t)) +("erhart" nil (er1 hh aa0 r t)) +("eric" nil (eh1 r ih0 k)) +("erica" nil (eh1 r ih0 k ax)) +("erich" nil (eh1 r ih0 k)) +("erichsen" nil (eh1 r ih0 k s ax n)) +("erick" nil (eh1 r ih0 k)) +("ericksen" nil (eh1 r ih0 k s ax n)) +("erickson" nil (eh1 r ih0 k s ax n)) +("ericson" nil (eh1 r ih0 k s ax n)) +("ericsson" nil (eh1 r ih0 k s ax n)) +("eridania" nil (eh1 r ih0 d ae1 n iy0 ax)) +("erie" nil (ih1 r iy0)) +("erik" nil (eh1 r ih0 k)) +("erika" nil (eh1 r ih0 k ax)) +("eriksen" nil (eh1 r ih0 k s ax n)) +("erikson" nil (eh1 r ih0 k s ax n)) +("eriksson" nil (eh1 r ih0 k s ax n)) +("erin" nil (eh1 r ih0 n)) +("erina" nil (er0 iy1 n ax)) +("erion" nil (eh0 r iy0 ao1 n)) +("erisa" nil (eh0 r iy1 s ax)) +("erisman" nil (eh1 r ih0 s m ax n)) +("eritrea" nil (eh1 r ih0 t r iy1 ax)) +("eritrean" nil (eh1 r ih0 t r iy1 ax n)) +("eritreans" nil (eh1 r ih0 t r iy1 n z)) +("erk" nil (er1 k)) +("erker" nil (er1 k er0)) +("erkkila" nil (er1 k ih0 l ax)) +("erl" nil (er1 l)) +("erlach" nil (er1 l aa1 k)) +("erland" nil (er1 l ax n d)) +("erlandson" nil (er1 l ax n d s ax n)) +("erlangen" nil (er0 l ae1 ng g ax n)) +("erlanger" nil (eh1 r l ae0 ng er0)) +("erle" nil (ao1 r ax l)) +("erlene" nil (er1 l iy0 n)) +("erler" nil (er1 l er0)) +("erlich" nil (er1 l ih0 k)) +("erlick" nil (er1 l ih0 k)) +("erline" nil (er1 l ay0 n)) +("erling" nil (er1 l ih0 ng)) +("erly" nil (er1 l iy0)) +("erma" nil (er1 m ax)) +("erman" nil (er1 m ax n)) +("ermer" nil (er1 m er0)) +("ermin" nil (er1 m ih0 n)) +("ermina" nil (er0 m iy1 n ax)) +("ermine" nil (er1 m ax n)) +("erminia" nil (er0 m iy1 n iy0 ax)) +("erminie" nil (er1 m ih0 n iy0)) +("ermis" nil (er1 m ih0 s)) +("erna" nil (er1 n ax)) +("ernaline" nil (er1 n ax l ay0 n)) +("erne" nil (er1 n)) +("ernest" nil (er1 n ax s t)) +("ernestine" nil (er1 n ih0 s t iy1 n)) +("ernesto" nil (er0 n eh1 s t ow0)) +("ernests" nil (er1 n ax s t s)) +("erney" nil (er1 n iy0)) +("ernie" nil (er1 n iy0)) +("erno" nil (eh1 r n ow0)) +("ernsberger" nil (er1 n z b er0 g er0)) +("ernst" nil (er1 n s t)) +("ernster" nil (er1 n s t er0)) +("erny" nil (er1 n iy0)) +("ero" nil (ih1 r ow0)) +("erode" nil (ih0 r ow1 d)) +("eroded" nil (ih0 r ow1 d ax d)) +("erodes" nil (ih0 r ow1 d z)) +("erodible" nil (ih0 r ow1 d ax b ax l)) +("eroding" nil (ih0 r ow1 d ih0 ng)) +("eroh" nil (eh1 r ow0)) +("eroica" nil (er0 oy1 k ax)) +("eros" nil (ih1 r aa0 s)) +("erosion" nil (ih0 r ow1 zh ax n)) +("erosional" nil (ih0 r ow1 zh ax n ax l)) +("erosive" nil (ih0 r ow1 s ih0 v)) +("erotic" nil (ih0 r aa1 t ih0 k)) +("eroticism" nil (er0 aa1 t ih0 s ih1 z ax m)) +("erpelding" nil (er1 p ih0 l d ih0 ng)) +("erps" nil (er1 p s)) +("err" nil (eh1 r)) +("erra" nil (eh1 r ax)) +("errand" nil (eh1 r ax n d)) +("errands" nil (eh1 r ax n d z)) +("errant" nil (eh1 r ax n t)) +("erratic" nil (ih0 r ae1 t ih0 k)) +("erratically" nil (eh0 r ae1 t ih0 k l iy0)) +("erred" nil (eh1 r d)) +("errett" nil (eh1 r ih0 t)) +("erria" nil (eh1 r iy0 ax)) +("errickson" nil (eh1 r ih0 k s ax n)) +("errico" nil (er0 iy1 k ow0)) +("errington" nil (eh1 r ih0 ng t ax n)) +("errol" nil (eh1 r ax l)) +("erroneous" nil (eh0 r ow1 n iy0 ax s)) +("erroneously" nil (eh0 r ow1 n iy0 ax s l iy0)) +("error" nil (eh1 r er0)) +("errors" nil (eh1 r er0 z)) +("errs" nil (eh1 r z)) +("ers" nil (er1 z)) +("ersatz" nil (eh1 r s aa1 t s)) +("ershad" nil (er1 sh ae1 d)) +("erskin" nil (er1 s k ih0 n)) +("erskine" nil (er1 s k ay1 n)) +("erstwhile" nil (er1 s t w ay1 l)) +("erte" nil (er1 t)) +("ertel" nil (er1 t ax l)) +("ertha" nil (er1 dh ax)) +("ertl" nil (er1 t ax l)) +("ertle" nil (er1 t ax l)) +("ertman" nil (er1 t m ax n)) +("ertz" nil (er1 t s)) +("erudite" nil (eh1 r ax d ay1 t)) +("erudition" nil (eh1 r ax d ih1 sh ax n)) +("erupt" nil (ih0 r ah1 p t)) +("erupted" nil (ih0 r ah1 p t ax d)) +("erupting" nil (ih0 r ah1 p t ih0 ng)) +("eruption" nil (ih0 r ah1 p sh ax n)) +("eruptions" nil (ih0 r ah1 p sh ax n z)) +("eruptive" nil (ih0 r ah1 p t ih0 v)) +("erupts" nil (ih0 r ah1 p t s)) +("erven" nil (er1 v ax n)) +("ervin" nil (er1 v ih0 n)) +("erving" nil (er1 v ih0 ng)) +("erway" nil (er1 w ey0)) +("erwin" nil (er1 w ih0 n)) +("erwina" nil (er0 v ay1 n ax)) +("erxleben" nil (er0 k s l eh1 b ax n)) +("erythropoietin" nil (eh0 r ih1 th r ax p oy1 t ih0 n)) +("es" nil (eh1 s)) +("esarey" nil (eh1 s er0 iy0)) +("esau" nil (iy1 s ao1)) +("esbenshade" nil (eh1 s b ih0 n sh ax d)) +("esber" nil (eh1 s b er0)) +("escada" nil (eh1 s k aa1 d ax)) +("escalante" nil (eh0 s k aa0 l aa1 n t iy0)) +("escalate" nil (eh1 s k ax l ey1 t)) +("escalated" nil (eh1 s k ax l ey1 t ih0 d)) +("escalates" nil (eh1 s k ax l ey1 t s)) +("escalating" nil (eh1 s k ax l ey1 t ih0 ng)) +("escalation" nil (eh1 s k ax l ey1 sh ax n)) +("escalator" nil (eh1 s k ax l ey1 t er0)) +("escalators" nil (eh1 s k ax l ey1 t er0 z)) +("escalera" nil (eh0 s k aa0 l eh1 r ax)) +("escalona" nil (eh0 s k aa0 l ow1 n ax)) +("escambia" nil (eh1 s k ae1 m b iy0 ax)) +("escamez" nil (eh0 s k aa1 m eh0 z)) +("escamilla" nil (eh0 s k aa0 m ih1 l ax)) +("escanaba" nil (eh1 s k ax n aa1 b ax)) +("escandon" nil (ih0 s k ae1 n d ax n)) +("escapade" nil (eh1 s k ax p ey1 d)) +("escapades" nil (eh1 s k ax p ey1 d z)) +("escape" nil (ih0 s k ey1 p)) +("escaped" nil (ih0 s k ey1 p t)) +("escapees" nil (ih0 s k ey1 p iy1 z)) +("escapement" nil (ih0 s k ey1 p m ax n t)) +("escapes" nil (ih0 s k ey1 p s)) +("escaping" nil (ih0 s k ey1 p ih0 ng)) +("escapism" nil (ih0 s k ey1 p ih1 z ax m)) +("escarcega" nil (eh0 s k aa0 r ch eh1 g ax)) +("escareno" nil (eh0 s k aa0 r eh1 n ow0)) +("escarpment" nil (eh0 s k aa1 r p m ax n t)) +("escarpments" nil (eh0 s k aa1 r p m ax n t s)) +("esch" nil (eh1 sh)) +("eschatological" nil (eh1 s k ax t ax l aa1 jh ih0 k ax l)) +("eschbach" nil (eh1 sh b aa1 k)) +("esche" nil (eh1 sh)) +("eschen" nil (eh1 sh ax n)) +("eschenbach" nil (eh1 sh ih0 n b aa0 k)) +("eschenburg" nil (eh1 sh ax n b er0 g)) +("escher" nil (eh1 sh er0)) +("eschete" nil (eh1 sh iy0 t)) +("eschew" nil (eh0 s ch uw1)) +("eschewed" nil (eh1 sh uw1 d)) +("eschewing" nil (eh1 sh uw1 ih0 ng)) +("eschews" nil (eh0 s ch uw1 z)) +("eschmann" nil (eh1 sh m ax n)) +("esco" nil (eh1 s k ow0)) +("escobar" nil (eh1 s k ow0 b aa1 r)) +("escobedo" nil (eh0 s k ow0 b ey1 d ow0)) +("escoe" nil (ih0 s k ow1)) +("escondido" nil (eh1 s k aa0 n d iy1 d ow0)) +("escort" v (eh0 s k ao1 r t)) +("escort" n (eh1 s k ao0 r t)) +("escorted" nil (eh0 s k ao1 r t ih0 d)) +("escorting" nil (eh1 s k ao0 r t ih0 ng)) +("escorts" n (eh1 s k ao0 r t s)) +("escorts" v (eh0 s k ao1 r t s)) +("escoto" nil (eh0 s k ow1 t ow0)) +("escott" nil (eh1 s k ax t)) +("escrow" v (eh0 s k r ow1)) +("escrow" n (eh1 s k r ow0)) +("escrowed" nil (eh1 s k r ow0 d)) +("escudero" nil (eh0 s k uw0 d eh1 r ow0)) +("escudo" nil (eh0 s k uw1 d ow0)) +("escudos" nil (eh0 s k uw1 d ow0 z)) +("escue" nil (ey1 s k y uw0)) +("esh" nil (eh1 sh)) +("esham" nil (eh1 sh ax m)) +("eshbach" nil (eh1 sh b aa1 k)) +("eshbaugh" nil (ih0 sh b ao1)) +("eshelman" nil (eh1 sh ax l m ax n)) +("eshleman" nil (eh1 sh ax l m ax n)) +("eskandarian" nil (eh1 s k ax n d eh1 r iy0 ax n)) +("eskelson" nil (eh1 s k ih0 l s ax n)) +("esker" nil (eh1 s k er0)) +("eskew" nil (eh1 s k y uw0)) +("eskey" nil (eh1 s k iy0)) +("eskimo" nil (eh1 s k ax m ow1)) +("eskimos" nil (eh1 s k ax m ow1 z)) +("eskin" nil (ih0 s k ih1 n)) +("eskridge" nil (eh1 s k r ih1 jh)) +("esler" nil (eh1 s ax l er0)) +("eslick" nil (eh1 s l ih0 k)) +("eslinger" nil (eh1 s ax l ih0 ng er0)) +("esmark" nil (eh1 s m aa1 r k)) +("esme" nil (eh1 z m)) +("esmerelda" nil (eh0 s m er0 eh1 l d ax)) +("esmond" nil (eh1 z m ax n d)) +("esophagus" nil (ih0 s aa1 f ax g ax s)) +("esoteric" nil (eh1 s ax t eh1 r ih0 k)) +("espada" nil (ey0 s p aa1 d ax)) +("espalier" nil (eh0 s p ae1 l y er0)) +("espana" nil (eh0 s p ae1 n ax)) +("espanol" nil (eh1 s p aa0 n y ow1 l)) +("espanola" nil (eh1 s p ax n ow1 l ax)) +("esparza" nil (eh0 s p aa1 r z ax)) +("espe" nil (eh1 s p)) +("especially" nil (ih0 s p eh1 sh l iy0)) +("espectador" nil (eh0 s p eh1 k t ax d ao1 r)) +("espejo" nil (ey0 s p ey1 y ow0)) +("espeland" nil (eh1 s p ih0 l ax n d)) +("espenschied" nil (eh1 s p ih0 n sh iy0 d)) +("espenshade" nil (eh1 s p ih0 n sh ax d)) +("esper" nil (eh1 s p er0)) +("esperanto" nil (eh1 s p er0 ae1 n t ow0)) +("espeseth" nil (eh1 s p ih0 s ih0 th)) +("espey" nil (eh1 s p iy0)) +("espinal" nil (ey0 s p iy1 n ax l)) +("espino" nil (ey0 s p iy1 n ow0)) +("espinola" nil (eh0 s p iy0 n ow1 l ax)) +("espinosa" nil (eh0 s p ih0 n ow1 z ax)) +("espinoza" nil (ey0 s p iy0 n ow1 z ax)) +("espionage" nil (eh1 s p iy0 ax n aa0 jh)) +("espirito" nil (eh1 s ih0 r iy1 t ow0)) +("espiritu" nil (eh0 s p ih0 r iy1 ch uw0)) +("espitia" nil (eh0 s p iy1 sh ax)) +("esplanade" nil (eh1 s p l ax n aa1 d)) +("esplin" nil (eh1 s p l ih0 n)) +("esposito" nil (eh0 s p ax z iy1 t ow0)) +("espouse" nil (ih0 s p aw1 z)) +("espoused" nil (ih0 s p aw1 z d)) +("espouses" nil (ih0 s p aw1 z ih0 z)) +("espousing" nil (ih0 s p aw1 z ih0 ng)) +("espresso" nil (eh1 s p r eh1 s ow0)) +("esprit" nil (eh0 s p r iy1)) +("espy" nil (eh1 s p iy0)) +("esqueda" nil (eh0 s k w ey1 d ax)) +("esquer" nil (ih0 s k er1)) +("esquibel" nil (ey0 s k w iy0 b eh1 l)) +("esquire" nil (eh1 s k w ay1 r)) +("esquivel" nil (ey0 s k w iy0 v eh1 l)) +("esrey" nil (eh1 s r iy0)) +("ess" nil (eh1 s)) +("essa" nil (eh1 s ax)) +("essary" nil (eh1 s eh0 r iy0)) +("essay" nil (eh0 s ey1)) +("essayist" nil (eh0 s ey1 ih0 s t)) +("essays" nil (eh0 s ey1 z)) +("esse" nil (eh1 s)) +("esselman" nil (eh1 s ax l m ax n)) +("esselte" nil (eh0 s eh1 l t iy0)) +("essen" nil (eh1 s ax n)) +("essenburg" nil (eh1 s ax n b er0 g)) +("essence" nil (eh1 s ax n s)) +("essential" nil (ih0 s eh1 n sh ax l)) +("essentially" nil (ih0 s eh1 n sh ax l iy0)) +("essentials" nil (eh0 s eh1 n ch ax l z)) +("esser" nil (eh1 s er0)) +("esses" nil (eh1 s ih0 z)) +("essex" nil (eh1 s ih0 k s)) +("essick" nil (eh1 s ih0 k)) +("essie" nil (eh1 s iy0)) +("essig" nil (eh1 s ih0 g)) +("esslinger" nil (eh1 s ax l ih0 ng er0)) +("essman" nil (eh1 s m ax n)) +("essner" nil (eh1 s n er0)) +("esso" nil (eh1 s ow0)) +("esson" nil (eh1 s ax n)) +("est" nil (ax s t ey1 t)) +("esta" nil (eh1 s t ax)) +("establish" nil (ih0 s t ae1 b l ih0 sh)) +("established" nil (ih0 s t ae1 b l ih0 sh t)) +("establishes" nil (ih0 s t ae1 b l ih0 sh ih0 z)) +("establishing" nil (ih0 s t ae1 b l ih0 sh ih0 ng)) +("establishment" nil (ih0 s t ae1 b l ih0 sh m ax n t)) +("establishments" nil (eh0 s t ae1 b l ih0 sh m ax n t s)) +("estabrook" nil (eh1 s t ax b r uh1 k)) +("estabrooks" nil (eh1 s t ax b r uh0 k s)) +("estai" nil (eh1 s t ey0)) +("estate" nil (ih0 s t ey1 t)) +("estates" nil (ih0 s t ey1 t s)) +("este" nil (eh1 s t)) +("esteban" nil (eh1 s t ax b aa0 n)) +("estee" nil (eh1 s t iy0)) +("esteem" nil (ih0 s t iy1 m)) +("esteemed" nil (ih0 s t iy1 m d)) +("estel" nil (eh1 s t ax l)) +("estell" nil (eh1 s t ax l)) +("estella" nil (eh0 s t eh1 l ax)) +("estelle" nil (eh0 s t eh1 l)) +("estenson" nil (eh1 s t ih0 n s ax n)) +("estep" nil (eh1 s t ih0 p)) +("estepp" nil (eh1 s t ih0 p)) +("ester" nil (eh1 s t er0)) +("esterline" nil (eh1 s t er0 l ay1 n)) +("esterly" nil (eh1 s t er0 l iy0)) +("esters" nil (eh1 s t er0 z)) +("estes" nil (eh1 s t iy0 z)) +("esteve" nil (eh1 s t ih0 v)) +("esteves" nil (ey0 s t ey1 v eh0 s)) +("estevez" nil (ey0 s t ey1 v eh0 z)) +("estey" nil (eh1 s t iy0)) +("esther" nil (eh1 s t er0)) +("estill" nil (ey0 s t iy1 l)) +("estimable" nil (eh1 s t ax m ax b ax l)) +("estimate" n (eh1 s t ax m ax t)) +("estimate" v (eh1 s t ax m ey1 t)) +("estimated" nil (eh1 s t ax m ey1 t ax d)) +("estimates" n (eh1 s t ax m ax t s)) +("estimates" v (eh1 s t ax m ey0 t s)) +("estimating" nil (eh1 s t ax m ey1 t ih0 ng)) +("estimation" nil (eh1 s t ax m ey1 sh ax n)) +("estimators" nil (ax s t ih1 m ax t er0 z)) +("estis" nil (eh1 s t ih0 s)) +("estle" nil (eh1 s ax l)) +("estock" nil (eh1 s t aa0 k)) +("estok" nil (ih0 s t aa1 k)) +("estonia" nil (eh0 s t ow1 n iy0 ax)) +("estonian" nil (eh0 s t ow1 n iy0 ax n)) +("estonians" nil (eh0 s t ow1 n iy0 ax n z)) +("estrada" nil (eh0 s t r aa1 d ax)) +("estranged" nil (eh0 s t r ey1 n jh d)) +("estrangement" nil (ih0 s t r ey1 n jh m ax n t)) +("estrella" nil (eh1 s t r eh1 l ax)) +("estrich" nil (eh1 s t r ih0 k)) +("estridge" nil (ih0 s t r ih1 jh)) +("estrin" nil (eh1 s t r ih0 n)) +("estrogen" nil (eh1 s t r ax jh ax n)) +("estrogens" nil (eh1 s t r ax jh ih0 n z)) +("estrous" nil (eh1 s t r ax s)) +("estrus" nil (eh1 s t r ax s)) +("estuaries" nil (eh1 s ch uw0 eh1 r iy0 z)) +("estuary" nil (eh1 s ch uw0 eh1 r iy0)) +("esty" nil (eh1 s t iy0)) +("esworthy" nil (eh1 s w er0 dh iy0)) +("et" nil (eh1 t)) +("etablissements" nil (eh1 t ae0 b l ih1 s ax m aa1 n t s)) +("etc" nil (eh1 t s eh1 t er0 ax)) +("etcetera" nil (eh1 t s eh1 t er0 ax)) +("etch" nil (eh1 ch)) +("etched" nil (eh1 ch t)) +("etches" nil (eh1 ch ih0 z)) +("etcheverry" nil (eh1 ch ih0 v eh0 r iy0)) +("etching" nil (eh1 ch ih0 ng)) +("etchings" nil (eh1 ch ih0 ng z)) +("etchison" nil (eh1 ch ih0 s ax n)) +("eternal" nil (ih0 t er1 n ax l)) +("eternally" nil (ih0 t er1 n ax l iy0)) +("eternit" nil (eh1 t er0 n ih0 t)) +("eternity" nil (ih0 t er1 n ax t iy0)) +("etess" nil (eh1 t eh1 s)) +("ethan" nil (iy1 th ax n)) +("ethane" nil (eh1 th ey1 n)) +("ethanol" nil (eh1 th ax n ao1 l)) +("ethel" nil (eh1 th ax l)) +("ethelbert" nil (eh1 th ih0 l b er0 t)) +("ethelda" nil (ih0 th eh1 l d ax)) +("ethelinda" nil (eh0 th eh0 l iy1 n d ax)) +("etheline" nil (eh1 th ih0 l ay1 n)) +("etheljean" nil (eh1 th ih0 l y ax n)) +("ethelyn" nil (eh1 th ih0 l ih0 n)) +("ethene" nil (eh1 th iy1 n)) +("ether" nil (iy1 th er0)) +("ethereal" nil (ih0 th ih1 r iy0 ax l)) +("etheredge" nil (eh1 th er0 eh0 jh)) +("etheridge" nil (eh1 th er0 ih1 jh)) +("etherington" nil (eh1 dh er0 ih0 ng t ax n)) +("ethernet" nil (eh1 th er0 n eh1 t)) +("ethers" nil (iy1 th er0 z)) +("etherton" nil (ih0 th er1 t ax n)) +("ethic" nil (eh1 th ih0 k)) +("ethical" nil (eh1 th ax k ax l)) +("ethically" nil (eh1 th ih0 k ax l iy0)) +("ethicist" nil (eh1 th ih0 s ih0 s t)) +("ethicists" nil (eh1 th ih0 s ih0 s t s)) +("ethicon" nil (eh1 th ih0 k aa1 n)) +("ethics" nil (eh1 th ih0 k s)) +("ethier" nil (eh1 th iy0 er0)) +("ethington" nil (eh1 th ih0 ng t ax n)) +("ethiopia" nil (iy1 th iy0 ow1 p iy0 ax)) +("ethiopian" nil (iy1 th iy0 ow1 p iy0 ax n)) +("ethiopians" nil (iy1 th iy0 ow1 p iy0 ax n z)) +("ethnic" nil (eh1 th n ih0 k)) +("ethnically" nil (eh1 th n ih0 k l iy0)) +("ethnicity" nil (eh0 th n ih1 s ih0 t iy0)) +("ethnics" nil (eh1 th n ih0 k s)) +("ethnocentric" nil (eh1 th n ow0 s eh1 n t r ih0 k)) +("ethnocentrism" nil (eh1 th n ow0 s eh1 n t r ih0 z ax m)) +("ethnographic" nil (eh1 th n ax g r ae1 f ih0 k)) +("ethnology" nil (eh0 th n aa1 l ax jh iy0)) +("ethnos" nil (eh1 th n ow0 s)) +("ethology" nil (ih0 th aa1 l ax jh iy0)) +("ethos" nil (iy1 th aa0 s)) +("ethridge" nil (ih0 th r ih1 jh)) +("ethyl" nil (eh1 th ax l)) +("ethylene" nil (eh1 th ax l iy1 n)) +("ethyol" nil (eh1 th ay0 aa0 l)) +("etienne" nil (eh1 t iy0 eh0 n)) +("etiologies" nil (iy1 t iy0 aa1 l ax jh iy0 z)) +("etiology" nil (iy1 t iy0 aa1 l ax jh iy0)) +("etiquette" nil (eh1 t ax k ax t)) +("etling" nil (eh1 t l ih0 ng)) +("eton" nil (iy1 t ax n)) +("etops" nil (iy1 t aa0 p s)) +("etruscan" nil (ih0 t r ah1 s k ax n)) +("etruscans" nil (ih0 t r ah1 s k ax n z)) +("etsu" nil (eh1 t s uw0)) +("etta" nil (eh1 t ax)) +("etter" nil (eh1 t er0)) +("etters" nil (eh1 t er0 z)) +("ettie" nil (eh1 t iy0)) +("ettinger" nil (eh1 t ih0 ng er0)) +("ettlinger" nil (eh1 t l ih0 ng er0)) +("etty" nil (eh1 t iy0)) +("etudes" nil (ey1 t uw1 d z)) +("etymology" nil (eh1 t ax m aa1 l ax jh iy0)) +("etzel" nil (eh1 t z ax l)) +("etzioni" nil (eh1 t s iy1 ow1 n iy0)) +("etzkorn" nil (eh1 t s k er0 n)) +("etzler" nil (eh1 t s l er0)) +("euan" nil (y uw1 ax n)) +("eubank" nil (y uw1 b ae0 ng k)) +("eubanks" nil (y uw1 b ae0 ng k s)) +("eucalypti" nil (y uw1 k ax l ih1 p t ay0)) +("eucalyptus" nil (y uw1 k ax l ih1 p t ax s)) +("eucharist" nil (y uw1 k er0 ax s t)) +("euchre" nil (y uw1 k er0)) +("euchred" nil (y uw1 k er0 d)) +("euclea" nil (y uw1 k l iy0 ax)) +("euclid" nil (y uw1 k l ih0 d)) +("eudocia" nil (y uw0 d ow1 ch ax)) +("eudora" nil (y uw0 d ao1 r ax)) +("eudosia" nil (y uw0 d ow1 s iy0 ax)) +("eudoxia" nil (y uw1 d aa1 k s iy0 ax)) +("eudy" nil (y uw1 d iy0)) +("eugene" nil (y uw0 jh iy1 n)) +("eugenia" nil (y uw1 jh iy1 n iy0 ax)) +("eugenics" nil (y uw0 jh eh1 n ih0 k s)) +("eugenio" nil (y uw1 jh iy1 n iy0 ow0)) +("eula" nil (y uw1 l ax)) +("euler" nil (oy1 l er0)) +("eulich" nil (y uw1 l ih0 k)) +("eulogies" nil (y uw1 l ax jh iy0 z)) +("eulogy" nil (y uw1 l ax jh iy0)) +("eunice" nil (y uw1 n ax s)) +("euphemia" nil (y uw0 f iy1 m iy0 ax)) +("euphemism" nil (y uw1 f ax m ih1 z ax m)) +("euphemisms" nil (y uw1 f ax m ih1 z ax m z)) +("euphemistic" nil (y uw1 f ax m ih1 s t ih0 k)) +("euphemistically" nil (y uw1 f ax m ih1 s t ih0 k l iy0)) +("euphoria" nil (y uw0 f ao1 r iy0 ax)) +("euphoric" nil (y uw0 f aa1 r ih0 k)) +("euphrates" nil (y uw0 f r ey1 t iy0 z)) +("eurasia" nil (y uh0 r ey1 zh ax)) +("eurasian" nil (y uh0 r ey1 zh ih0 n)) +("eure" nil (er1)) +("eureka" nil (y uh0 r iy1 k ax)) +("eurest" nil (y uh1 r eh0 s t)) +("eurich" nil (oy1 r ih0 k)) +("euro" nil (y uw1 r ow0)) +("eurobond" nil (y uw1 r ow0 b aa1 n d)) +("eurobonds" nil (y uw1 r ow0 b aa1 n d z)) +("eurocom" nil (y uw1 r ax k ax m)) +("eurocommercial" nil (y uw1 r ow0 k ax m er1 sh ax l)) +("eurocopter" nil (y uh1 r ow0 k aa1 p t er0)) +("eurocrats" nil (y uw1 r ax k r ae0 t s)) +("eurodebentures" nil (y uw1 r ow0 d ax b eh1 n ch er0 z)) +("eurodebt" nil (y uw1 r ow0 d eh1 t)) +("eurodeposits" nil (y uw1 r ow0 d ih0 p aa1 z ih0 t s)) +("eurodisney" nil (y uw1 r ow0 d ih1 z n iy0)) +("eurodollar" nil (y uw1 r ow0 d aa1 l er0)) +("eurodollars" nil (y uw1 r ow0 d aa1 l er0 z)) +("eurofighter" nil (y uw1 r ow0 f ay1 t er0)) +("eurofima" nil (y uw1 r ax f iy1 m ax)) +("euromark" nil (y uw1 r ax m aa0 r k)) +("euromarket" nil (y uw1 r ow0 m aa1 r k ih0 t)) +("euromarkets" nil (y uw1 r ow0 m aa1 r k ih0 t s)) +("euromissiles" nil (y uw1 r ow1 m ih0 s iy1 l eh0 z)) +("euromobiliare" nil (y uw1 r ow0 m ow0 b ih0 l eh1 r)) +("euromoney" nil (y uw1 r ow0 m ah1 n iy0)) +("euronotes" nil (y uw1 r ax n ow1 t s)) +("europa" nil (y uh0 r ow1 p ax)) +("europe" nil (y uh1 r ax p)) +("european" nil (y uh1 r ax p iy1 ax n)) +("europeans" nil (y uh1 r ax p iy1 ax n z)) +("europeenne" nil (y uw1 r ow0 p iy1 n)) +("europewide" nil (y uh1 r ax p w ay1 d)) +("europhile" nil (y uh1 r ow0 f ay0 l)) +("europhiles" nil (y uh1 r ow0 f ay0 l z)) +("europium" nil (y uh0 r ow1 p iy0 ax m)) +("eurosid" nil (y uw1 r ax s ih0 d)) +("eurostar" nil (y uh1 r ow0 s t aa1 r)) +("eurostat" nil (y uw1 r ao1 s t ae0 t)) +("eurosterling" nil (y uw1 r ow0 s t er1 l ih0 ng)) +("eurotunnel" nil (y uw1 r ow0 t ah1 n ax l)) +("euroyen" nil (y uw1 r ow0 y eh1 n)) +("eury" nil (y uw1 r iy0)) +("eusebio" nil (y uw1 s iy1 b iy0 ow0)) +("eustace" nil (y uw1 s t ax s)) +("eustachian" nil (y uw0 s t ey1 k iy0 ax n)) +("eustacia" nil (y uw0 s t aa1 ch ax)) +("eustice" nil (y uw1 s t ih0 s)) +("eustis" nil (y uw1 s t ax s)) +("euthanasia" nil (y uw1 th ax n ey1 zh ax)) +("eutsey" nil (y uw1 t s iy0)) +("eutsler" nil (y uw1 t s l er0)) +("ev" nil (eh1 v)) +("eva" nil (ey1 v ax)) +("evacuate" nil (ih0 v ae1 k y ax ey1 t)) +("evacuated" nil (ih0 v ae1 k y ax w ey1 t ih0 d)) +("evacuating" nil (ih0 v ae1 k y ax w ey1 t ih0 ng)) +("evacuation" nil (ih0 v ae1 k y ax w ey1 sh ax n)) +("evacuations" nil (ih0 v ae1 k y ax w ey1 sh ax n z)) +("evacuee" nil (ih0 v ae1 k y uw0 iy0)) +("evacuees" nil (ih0 v ae1 k y uw0 iy0 z)) +("evade" nil (ih0 v ey1 d)) +("evaded" nil (ih0 v ey1 d ih0 d)) +("evaders" nil (ih0 v ey1 d er0 z)) +("evades" nil (ih0 v ey1 d z)) +("evading" nil (ih0 v ey1 d ih0 ng)) +("evadne" nil (ih0 v eh1 d n iy0)) +("evald" nil (eh1 v ax l d)) +("evaleen" nil (eh1 v ax l iy1 n)) +("evaluate" nil (ih0 v ae1 l y uw0 ey1 t)) +("evaluated" nil (ih0 v ae1 l y uw0 ey1 t ax d)) +("evaluates" nil (ih0 v ae1 l y uw0 ey1 t s)) +("evaluating" nil (ih0 v ae1 l y uw0 ey1 t ih0 ng)) +("evaluation" nil (ih0 v ae1 l y uw0 ey1 sh ax n)) +("evaluations" nil (ih0 v ae1 l y uw0 ey1 sh ax n z)) +("evan" nil (eh1 v ax n)) +("evancho" nil (eh0 v aa1 n k ow0)) +("evanescent" nil (eh1 v ax n eh1 s ax n t)) +("evangelical" nil (iy1 v ae0 n jh eh1 l ih0 k ax l)) +("evangelicals" nil (iy1 v ae1 n jh eh1 l ih0 k ax l z)) +("evangeline" nil (ih0 v ae1 n jh ih0 l ay1 n)) +("evangelism" nil (ih0 v ae1 n jh ax l ih1 z ax m)) +("evangelist" nil (ih0 v ae1 n jh ax l ax s t)) +("evangelista" nil (eh0 v aa0 ng g eh0 l iy1 s t ax)) +("evangelists" nil (ih0 v ae1 n jh ax l ih0 s t s)) +("evangelize" nil (ih0 v ae1 n jh ax l ay1 z)) +("evanko" nil (ih0 v ae1 ng k ow0)) +("evanoff" nil (eh1 v ax n ao0 f)) +("evans" nil (eh1 v ax n z)) +("evanson" nil (eh1 v ax n s ax n)) +("evanston" nil (eh1 v ax n s t ax n)) +("evansville" nil (eh1 v ax n z v ih1 l)) +("evaporate" nil (ih0 v ae1 p er0 ey1 t)) +("evaporated" nil (ih0 v ae1 p er0 ey1 t ax d)) +("evaporates" nil (ih0 v ae1 p er0 ey1 t s)) +("evaporating" nil (ih0 v ae1 p er0 ey1 t ih0 ng)) +("evaporation" nil (ih0 v ae1 p er0 ey1 sh ax n)) +("evaporator" nil (ih0 v ae1 p er0 ey1 t er0)) +("evarts" nil (eh1 v er0 t s)) +("evasion" nil (ih0 v ey1 zh ax n)) +("evasions" nil (ih0 v ey1 zh ax n z)) +("evasive" nil (ih0 v ey1 s ih0 v)) +("evatt" nil (eh1 v ax t)) +("eve" nil (iy1 v)) +("evel" nil (eh1 v ax l)) +("eveland" nil (iy1 v l ax n d)) +("eveleth" nil (eh1 v ih0 l ih0 th)) +("evelina" nil (eh1 v eh0 l iy1 n ax)) +("eveline" nil (eh1 v ax l ih0 n)) +("evelyn" nil (eh1 v ax l ax n)) +("even" nil (iy1 v ax n)) +("evendale" nil (eh1 v ax n d ey1 l)) +("evened" nil (iy1 v ax n d)) +("evenhanded" nil (iy1 v ax n hh ae1 n d ih0 d)) +("evenhandedly" nil (eh1 v ax n hh ae1 n d ih0 d l iy0)) +("evening" nil (iy1 v n ih0 ng)) +("evenings" nil (iy1 v n ih0 ng z)) +("evenly" nil (iy1 v ax n l iy0)) +("evenness" nil (iy1 v ax n n ax s)) +("evens" nil (iy1 v ax n z)) +("evensen" nil (eh1 v ih0 n s ax n)) +("evensky" nil (iy1 v eh1 n s k iy0)) +("evenson" nil (eh1 v ih0 n s ax n)) +("event" nil (ih0 v eh1 n t)) +("eventful" nil (ih0 v eh1 n t f ax l)) +("events" nil (ih0 v eh1 n t s)) +("eventual" nil (ax v eh1 n ch uw0 ax l)) +("eventuality" nil (ax v eh1 n ch uw0 ae1 l ih0 t iy0)) +("eventually" nil (ih0 v eh1 n ch ax w ax l iy0)) +("ever" nil (eh1 v er0)) +("everage" nil (eh1 v er0 ih0 jh)) +("everard" nil (eh1 v er0 er0 d)) +("everbach" nil (eh1 v er0 b aa1 k)) +("everding" nil (eh1 v er0 d ih0 ng)) +("eveready" nil (eh1 v er0 r eh1 d iy0)) +("evered" nil (eh1 v er0 d)) +("everest" nil (eh1 v er0 ax s t)) +("everett" nil (eh1 v er0 ax t)) +("everette" nil (eh1 v er0 eh1 t)) +("everetts" nil (eh1 v er0 ax t s)) +("everex" nil (eh1 v er0 ax k s)) +("everglades" nil (eh1 v er0 g l ey1 d z)) +("evergood" nil (eh1 v er0 g uh1 d)) +("evergreen" nil (eh1 v er0 g r iy1 n)) +("evergreens" nil (eh1 v er0 g r iy1 n z)) +("everhardt" nil (eh1 v er0 hh aa1 r t)) +("everhart" nil (eh1 v er0 hh aa1 r t)) +("everidge" nil (eh1 v er0 ih1 jh)) +("everingham" nil (eh1 v er0 ih0 ng hh ae1 m)) +("everington" nil (eh1 v er0 ih1 ng t ax n)) +("everitt" nil (eh1 v er0 ih0 t)) +("everlasting" nil (eh1 v er0 l ae1 s t ih0 ng)) +("everlastings" nil (eh1 v er0 l ae1 s t ih0 ng z)) +("everley" nil (eh1 v er0 l iy0)) +("everling" nil (eh1 v er0 l ih0 ng)) +("everly" nil (eh1 v er0 l iy0)) +("everman" nil (eh1 v er0 m ax n)) +("evermore" nil (eh1 v er0 m ao1 r)) +("evers" nil (eh1 v er0 z)) +("eversman" nil (eh1 v er0 s m ax n)) +("eversole" nil (eh1 v er0 s ow1 l)) +("everson" nil (eh1 v er0 s ax n)) +("evert" nil (ih0 v er1 t)) +("everton" nil (eh1 v er0 t ax n)) +("everts" nil (eh1 v er0 t s)) +("every" nil (eh1 v er0 iy0)) +("everybody" nil (eh1 v r iy0 b aa1 d iy0)) +("everyday" nil (eh1 v r iy0 d ey1)) +("everyman" nil (eh1 v r iy0 m ax n)) +("everyone" nil (eh1 v r iy0 w ah1 n)) +("everything" nil (eh1 v r iy0 th ih1 ng)) +("everytime" nil (eh1 v r iy0 t ay1 m)) +("everywhere" nil (eh1 v r iy0 w eh1 r)) +("eves" nil (iy1 v z)) +("evett" nil (eh1 v ih0 t)) +("evetts" nil (eh1 v ih0 t s)) +("evian" nil (eh1 v iy0 ax n)) +("evict" nil (ih0 v ih1 k t)) +("evicted" nil (ih0 v ih1 k t ih0 d)) +("evicting" nil (ih0 v ih1 k t ih0 ng)) +("eviction" nil (ih0 v ih1 k sh ax n)) +("evictions" nil (ih0 v ih1 k sh ax n z)) +("evidence" nil (eh1 v ax d ax n s)) +("evidenced" nil (eh1 v ih0 d ax n s t)) +("evidences" nil (eh1 v ax d ax n s ax z)) +("evident" nil (eh1 v ax d ax n t)) +("evidentiary" nil (eh1 v ih0 d eh1 n sh iy0 eh0 r iy0)) +("evidently" nil (eh1 v ax d ax n t l iy0)) +("evil" nil (iy1 v ax l)) +("evildoer" nil (iy1 v ax l d uw1 er0)) +("evildoers" nil (iy1 v ax l d uw1 er0 z)) +("evils" nil (iy1 v ax l z)) +("evilsizer" nil (iy1 v ax l s ay1 z er0)) +("evilsizor" nil (iy1 v ax l s ay1 z er0)) +("evin" nil (eh1 v ih0 n)) +("evinced" nil (ih0 v ih1 n s t)) +("evinger" nil (iy1 v ih0 ng er0)) +("evins" nil (eh1 v ih0 n z)) +("eviscerate" nil (ax v ih1 s er0 ey1 t)) +("evita" nil (eh0 v iy1 t ax)) +("evitt" nil (eh1 v ih0 t)) +("evitts" nil (eh1 v ih0 t s)) +("evjen" nil (eh1 v jh ax n)) +("evlyn" nil (eh1 v l ax n)) +("evocation" nil (iy1 v ow0 k ey1 sh ax n)) +("evocative" nil (ih0 v aa1 k ax t ih0 v)) +("evoke" nil (ih0 v ow1 k)) +("evoked" nil (ih0 v ow1 k t)) +("evokes" nil (ih0 v ow1 k s)) +("evoking" nil (ih0 v ow1 k ih0 ng)) +("evola" nil (eh0 v ow1 l ax)) +("evolution" nil (eh1 v ax l uw1 sh ax n)) +("evolutionary" nil (eh1 v ax l uw1 sh ax n eh1 r iy0)) +("evolve" nil (ih0 v aa1 l v)) +("evolved" nil (ih0 v aa1 l v d)) +("evolves" nil (ih0 v aa1 l v z)) +("evolving" nil (ih0 v aa1 l v ih0 ng)) +("evon" nil (eh1 v ax n)) +("evonne" nil (eh1 v aa1 n)) +("evrard" nil (eh1 v r er0 d)) +("evren" nil (eh1 v r ax n)) +("ewald" nil (y uw1 ax l d)) +("ewalt" nil (y uw1 ax l t)) +("ewan" nil (y uw1 ax n)) +("ewart" nil (y uw1 er0 t)) +("ewbank" nil (y uw1 b ax ng k)) +("ewell" nil (y uw1 ax l)) +("ewen" nil (y uw1 ax n)) +("ewer" nil (y uw1 er0)) +("ewers" nil (y uw1 er0 z)) +("ewert" nil (y uw1 er0 t)) +("ewig" nil (y uw1 ih0 g)) +("ewing" nil (y uw1 ih0 ng)) +("ewings" nil (y uw1 ih0 ng z)) +("ewoldt" nil (y uw1 ow0 l t)) +("eworld" nil (iy1 w er1 l d)) +("ewton" nil (y uw1 t ax n)) +("ewy" nil (y uw1 iy0)) +("ex" nil (eh1 k s)) +("exabyte" nil (eh1 k s ax b ay1 t)) +("exacerbate" nil (ih0 g z ae1 s er0 b ey1 t)) +("exacerbated" nil (ih0 g z ae1 s er0 b ey1 t ax d)) +("exacerbates" nil (ih0 g z ae1 s er0 b ey1 t s)) +("exacerbating" nil (ih0 g z ae1 s er0 b ey1 t ih0 ng)) +("exacerbations" nil (ih0 g z ae1 s er0 b ey1 sh ax n z)) +("exact" nil (ih0 g z ae1 k t)) +("exacted" nil (ih0 g z ae1 k t ih0 d)) +("exacting" nil (ih0 g z ae1 k t ih0 ng)) +("exactions" nil (ih0 g z ae1 k sh ax n z)) +("exactitude" nil (ih0 g z ae1 k t ax t uw1 d)) +("exactly" nil (ih0 g z ae1 k t l iy0)) +("exaggerate" nil (ih0 g z ae1 jh er0 ey1 t)) +("exaggerated" nil (ih0 g z ae1 jh er0 ey1 t ax d)) +("exaggerates" nil (ih0 g z ae1 jh er0 ey1 t s)) +("exaggerating" nil (ih0 g z ae1 jh er0 ey1 t ih0 ng)) +("exaggeration" nil (ih0 g z ae1 jh er0 ey1 sh ax n)) +("exaggerations" nil (ih0 g z ae1 jh er0 ey1 sh ax n z)) +("exalt" nil (ih0 g z ao1 l t)) +("exalted" nil (ih0 g z ao1 l t ih0 d)) +("exam" nil (ih0 g z ae1 m)) +("examination" nil (ih0 g z ae1 m ax n ey1 sh ax n)) +("examinations" nil (ih0 g z ae1 m ax n ey1 sh ax n z)) +("examine" nil (ih0 g z ae1 m ih0 n)) +("examined" nil (ih0 g z ae1 m ax n d)) +("examiner" nil (ih0 g z ae1 m ax n er0)) +("examiners" nil (ih0 g z ae1 m ih0 n er0 z)) +("examines" nil (ih0 g z ae1 m ax n z)) +("examining" nil (ih0 g z ae1 m ih0 n ih0 ng)) +("example" nil (ih0 g z ae1 m p ax l)) +("examples" nil (ih0 g z ae1 m p ax l z)) +("exams" nil (ih0 g z ae1 m z)) +("exar" nil (eh1 k s er0)) +("exasperated" nil (ih0 g z ae1 s p er0 ey1 t ih0 d)) +("exasperating" nil (ih0 g z ae1 s p er0 ey1 t ih0 ng)) +("exasperation" nil (eh1 k s ae1 s p er0 ey1 sh ax n)) +("exboyfriend" nil (eh1 k s b oy1 f r eh1 n d)) +("exbroker" nil (eh1 k s b r ow1 k er0)) +("exbrokers" nil (eh1 k s b r ow1 k er0 z)) +("excalibur" nil (eh1 k s k ae1 l ax b er0)) +("excavate" nil (eh1 k s k ax v ey1 t)) +("excavated" nil (eh1 k s k ax v ey1 t ih0 d)) +("excavating" nil (eh1 k s k ax v ey1 t ih0 ng)) +("excavation" nil (eh1 k s k ax v ey1 sh ax n)) +("excavators" nil (eh1 k s k ax v ey1 t er0 z)) +("exceed" nil (ih0 k s iy1 d)) +("exceeded" nil (ih0 k s iy1 d ax d)) +("exceeding" nil (ih0 k s iy1 d ih0 ng)) +("exceedingly" nil (ih0 k s iy1 d ih0 ng l iy0)) +("exceeds" nil (ih0 k s iy1 d z)) +("excel" nil (ih0 k s eh1 l)) +("excelan" nil (eh1 k s eh1 l ax n)) +("excelled" nil (ih0 k s eh1 l d)) +("excellence" nil (eh1 k s ax l ax n s)) +("excellent" nil (eh1 k s ax l ax n t)) +("excellently" nil (eh1 k s ax l ax n t l iy0)) +("excels" nil (ih0 k s eh1 l z)) +("excelsior" nil (ih0 k s eh1 l s iy0 er0)) +("except" nil (ih0 k s eh1 p t)) +("excepted" nil (ih0 k s eh1 p t ih0 d)) +("excepting" nil (eh1 k s eh1 p t ih0 ng)) +("exception" nil (ih0 k s eh1 p sh ax n)) +("exceptional" nil (ih0 k s eh1 p sh ax n ax l)) +("exceptionally" nil (ih0 k s eh1 p sh ax n ax l iy0)) +("exceptions" nil (ih0 k s eh1 p sh ax n z)) +("excerpt" nil (eh1 k s er0 p t)) +("excerpted" nil (eh1 k s er1 p t ih0 d)) +("excerpts" nil (eh1 k s er0 p t s)) +("excess" j (eh1 k s eh1 s)) +("excess" n (eh1 k s eh1 s)) +("excesses" n (eh1 k s eh1 s ih0 z)) +("excesses" j (ih0 k s eh1 s ih0 z)) +("excessive" nil (ih0 k s eh1 s ih0 v)) +("excessively" nil (ih0 k s eh1 s ih0 v l iy0)) +("exchange" nil (ih0 k s ch ey1 n jh)) +("exchangeable" nil (ih0 k s ch ey1 n jh ax b ax l)) +("exchanged" nil (ih0 k s ch ey1 n jh d)) +("exchanger" nil (ih0 k s ch ey1 n jh er0)) +("exchangers" nil (ih0 k s ch ey1 n jh er0 z)) +("exchanges" nil (ih0 k s ch ey1 n jh ax z)) +("exchanging" nil (ih0 k s ch ey1 n jh ih0 ng)) +("exchequer" nil (eh1 k s ch eh1 k er0)) +("excimer" nil (eh1 k s ih1 m er0)) +("excise" nil (eh0 k s ay1 s)) +("excised" nil (eh1 k s ay1 z d)) +("excises" nil (eh1 k s ay1 z ih0 z)) +("excision" nil (ih0 k s ih1 zh ax n)) +("excitable" nil (ih0 k s ay1 t ax b ax l)) +("excitation" nil (eh1 k s ay0 t ey1 sh ax n)) +("excite" nil (ih0 k s ay1 t)) +("excited" nil (ih0 k s ay1 t ax d)) +("excitedly" nil (ih0 k s ay1 t ax d l iy0)) +("excitement" nil (ih0 k s ay1 t m ax n t)) +("excites" nil (ih0 k s ay1 t s)) +("exciting" nil (ih0 k s ay1 t ih0 ng)) +("exclaim" nil (ih0 k s k l ey1 m)) +("exclaimed" nil (ih0 k s k l ey1 m d)) +("exclaiming" nil (ih0 k s k l ey1 m ih0 ng)) +("exclaims" nil (ih0 k s k l ey1 m z)) +("exclamation" nil (eh1 k s k l ax m ey1 sh ax n)) +("exclamations" nil (eh1 k s k l ax m ey1 sh ax n z)) +("excludable" nil (ih0 k s k l uw1 d ax b ax l)) +("exclude" nil (ih0 k s k l uw1 d)) +("excluded" nil (ih0 k s k l uw1 d ax d)) +("excludes" nil (ih0 k s k l uw1 d z)) +("excluding" nil (ih0 k s k l uw1 d ih0 ng)) +("exclusion" nil (ih0 k s k l uw1 zh ax n)) +("exclusionary" nil (ih0 k s k l uw1 zh ax n eh1 r iy0)) +("exclusions" nil (ih0 k s k l uw1 zh ax n z)) +("exclusive" nil (ih0 k s k l uw1 s ih0 v)) +("exclusively" nil (ih0 k s k l uw1 s ih0 v l iy0)) +("exclusivity" nil (eh1 k s k l uw1 s ih1 v ax t iy0)) +("exco" nil (eh1 k s k ow0)) +("excoa" nil (eh1 k s k ow1 ax)) +("excommunicated" nil (eh1 k s k ax m y uw1 n ax k ey1 t ax d)) +("excommunication" nil (eh1 k s k ax m y uw1 n ax k ey1 sh ax n)) +("excoriated" nil (eh0 k s k ao1 r iy0 ey1 t ih0 d)) +("excoriating" nil (eh0 k s k ao1 r iy0 ey1 t ih0 ng)) +("excrement" nil (eh1 k s k r ax m ax n t)) +("excrete" nil (ih0 k s k r iy1 t)) +("excretion" nil (ih0 k s k r iy1 sh ax n)) +("excretory" nil (eh1 k s k r ax t ao1 r iy0)) +("excruciating" nil (ih0 k s k r uw1 sh iy0 ey1 t ih0 ng)) +("excruciatingly" nil (eh1 k s k r uw1 s iy0 ey1 t ih0 ng l iy0)) +("exculpatory" nil (eh1 k s k ah1 l p ax t ao1 r iy0)) +("excursion" nil (ih0 k s k er1 zh ax n)) +("excursions" nil (ih0 k s k er1 zh ax n z)) +("excuse" n (ih0 k s k y uw1 s)) +("excuse" v (ih0 k s k y uw1 z)) +("excused" nil (ih0 k s k y uw1 z d)) +("excuses" n (ih0 k s k y uw1 s ih0 z)) +("excuses" v (ih0 k s k y uw1 z ih0 z)) +("exec" nil (eh1 g z eh1 k)) +("execrable" nil (eh1 g z eh1 k r ax b ax l)) +("execs" nil (eh1 g z eh1 k s)) +("execute" nil (eh1 k s ax k y uw1 t)) +("executed" nil (eh1 k s ax k y uw1 t ax d)) +("executes" nil (eh1 k s ax k y uw1 t s)) +("executing" nil (eh1 k s ax k y uw1 t ih0 ng)) +("execution" nil (eh1 k s ax k y uw1 sh ax n)) +("executioner" nil (eh1 k s ax k y uw1 sh ax n er0)) +("executions" nil (eh1 k s ax k y uw1 sh ax n z)) +("executive" nil (ih0 g z eh1 k y ax t ih0 v)) +("executives" nil (ih0 g z eh1 k y ax t ih0 v z)) +("executone" nil (eh1 g z eh1 k y uw0 t ow1 n)) +("executor" nil (ih0 g z eh1 k y ax t er0)) +("executors" nil (ih0 g z eh1 k y ax t er0 z)) +("exel" nil (eh1 k s ax l)) +("exemplary" nil (ih0 g z eh1 m p l er0 iy0)) +("exemplified" nil (ih0 g z eh1 m p l ax f ay1 d)) +("exemplifies" nil (ih0 g z eh1 m p l ax f ay1 z)) +("exemplify" nil (ih0 g z eh1 m p l ax f ay1)) +("exemplifying" nil (ih0 g z eh1 m p l ax f ay1 ih0 ng)) +("exemplum" nil (ih0 g z eh1 m p l ax m)) +("exempt" nil (ih0 g z eh1 m p t)) +("exempted" nil (ih0 g z eh1 m p t ih0 d)) +("exempting" nil (ih0 g z eh1 m p t ih0 ng)) +("exemption" nil (ih0 g z eh1 m p sh ax n)) +("exemptions" nil (ih0 g z eh1 m p sh ax n z)) +("exempts" nil (ih0 g z eh1 m p t s)) +("exercisable" nil (eh1 k s er0 s ay1 z ax b ax l)) +("exercise" nil (eh1 k s er0 s ay1 z)) +("exercised" nil (eh1 k s er0 s ay1 z d)) +("exerciser" nil (eh1 k s er0 s ay1 z er0)) +("exercisers" nil (eh1 k s er0 s ay1 z er0 z)) +("exercises" nil (eh1 k s er0 s ay1 z ax z)) +("exercising" nil (eh1 k s er0 s ay1 z ih0 ng)) +("exert" nil (ih0 g z er1 t)) +("exerted" nil (ih0 g z er1 t ih0 d)) +("exerting" nil (ih0 g z er1 t ih0 ng)) +("exertion" nil (ih0 g z er1 sh ax n)) +("exertions" nil (ih0 g z er1 sh ax n z)) +("exerts" nil (ih0 g z er1 t s)) +("exes" nil (eh1 k s ih0 z)) +("exeter" nil (eh1 k s ih0 t er0)) +("exfoliation" nil (eh0 k s f ow1 l iy0 ey1 sh ax n)) +("exhalation" nil (eh1 k s hh ax l ey1 sh ax n)) +("exhaled" nil (eh0 k s hh ey1 l d)) +("exhaust" nil (ih0 g z ao1 s t)) +("exhausted" nil (ih0 g z ao1 s t ax d)) +("exhausting" nil (ih0 g z ao1 s t ih0 ng)) +("exhaustion" nil (ih0 g z ao1 s ch ax n)) +("exhaustive" nil (ih0 g z ao1 s t ih0 v)) +("exhaustively" nil (ih0 g z aa1 s t ih0 v l iy0)) +("exhausts" nil (ih0 g z ao1 s t s)) +("exhibit" nil (ih0 g z ih1 b ih0 t)) +("exhibited" nil (ih0 g z ih1 b ax t ax d)) +("exhibiting" nil (ih0 g z ih1 b ih0 t ih0 ng)) +("exhibition" nil (eh1 k s ax b ih1 sh ax n)) +("exhibitionist" nil (eh1 k s ax b ih1 sh ax n ax s t)) +("exhibitionists" nil (eh1 k s ax b ih1 sh ax n ax s t s)) +("exhibitions" nil (eh1 k s ax b ih1 sh ax n z)) +("exhibitor" nil (ih0 g z ih1 b ax t er0)) +("exhibitors" nil (ih0 g z ih1 b ax t er0 z)) +("exhibits" nil (ih0 g z ih1 b ax t s)) +("exhilarated" nil (ih0 g z ih1 l er0 ey1 t ih0 d)) +("exhilarating" nil (ih0 g z ih1 l er0 ey1 t ih0 ng)) +("exhilaration" nil (ih0 g z ih1 l er0 ey1 sh ax n)) +("exhort" nil (ih0 g z ao1 r t)) +("exhortation" nil (eh1 g z ao1 r t ey1 sh ax n)) +("exhortations" nil (eh1 g z ao1 r t ey1 sh ax n z)) +("exhorted" nil (ih0 g z ao1 r t ih0 d)) +("exhorting" nil (ih0 g z ao1 r t ih0 ng)) +("exhorts" nil (ih0 g z ao1 r t s)) +("exide" nil (eh1 k s ay1 d)) +("exigencies" nil (eh1 k s ih1 jh ax n s iy0 z)) +("exigent" nil (eh1 k s ih0 jh ax n t)) +("exigents" nil (eh1 k s ih0 jh ax n t s)) +("exile" nil (eh1 g z ay1 l)) +("exiled" nil (eh1 g z ay1 l d)) +("exiles" nil (eh1 g z ay1 l z)) +("exim" nil (eh1 k s ih0 m)) +("exisiting" nil (eh1 g z ih1 s ih0 t ih0 ng)) +("exist" nil (ih0 g z ih1 s t)) +("existed" nil (ih0 g z ih1 s t ax d)) +("existence" nil (eh0 g z ih1 s t ax n s)) +("existent" nil (eh0 g z ih1 s t ax n t)) +("existential" nil (eh1 k s ih0 s t eh1 n ch ax l)) +("existing" nil (ih0 g z ih1 s t ih0 ng)) +("exists" nil (ih0 g z ih1 s t s)) +("exit" nil (eh1 g z ih0 t)) +("exited" nil (eh1 g z ax t ih0 d)) +("exiting" nil (eh1 g z ih0 t ih0 ng)) +("exits" nil (eh1 g z ih0 t s)) +("exler" nil (eh1 k s l er0)) +("exley" nil (eh1 k s l iy0)) +("exline" nil (eh1 k s l ay0 n)) +("exner" nil (eh1 k s n er0)) +("exocet" nil (eh1 k s ow0 s eh1 t)) +("exodus" nil (eh1 k s ax d ax s)) +("exogenous" nil (eh1 k s ow1 jh ax n ax s)) +("exon" nil (eh1 k s ao1 n)) +("exonerate" nil (ih0 g z aa1 n er0 ey1 t)) +("exonerated" nil (ih0 g z aa1 n er0 ey1 t ih0 d)) +("exonerating" nil (ih0 g z aa1 n er0 ey1 t ih0 ng)) +("exorbitant" nil (ih0 g z ao1 r b ih0 t ax n t)) +("exorcist" nil (eh1 k s er0 s ax s t)) +("exoskeleton" nil (eh1 k s ow0 s k eh1 l ax t ax n)) +("exothermic" nil (eh1 k s ow0 th er1 m ih0 k)) +("exotic" nil (ih0 g z aa1 t ih0 k)) +("exotics" nil (eh0 g z aa1 t ih0 k s)) +("exovir" nil (eh1 k s ow0 v ih1 r)) +("expand" nil (ih0 k s p ae1 n d)) +("expandable" nil (ih0 k s p ae1 n d ax b ax l)) +("expanded" nil (ih0 k s p ae1 n d ax d)) +("expanding" nil (ih0 k s p ae1 n d ih0 ng)) +("expands" nil (ih0 k s p ae1 n d z)) +("expanse" nil (ih0 k s p ae1 n s)) +("expanses" nil (ih0 k s p ae1 n s ih0 z)) +("expansion" nil (ih0 k s p ae1 n sh ax n)) +("expansionary" nil (ih0 k s p ae1 n sh ax n eh1 r iy0)) +("expansionism" nil (ih0 k s p ae1 n ch ax n ih1 z ax m)) +("expansionist" nil (ih0 k s p ae1 n ch ax n ih0 s t)) +("expansions" nil (ih0 k s p ae1 n sh ax n z)) +("expansive" nil (ih0 k s p ae1 n s ih0 v)) +("expatriate" nil (eh0 k s p ey1 t r iy0 ey1 t)) +("expatriates" nil (eh0 k s p ey1 t r iy0 ey1 t s)) +("expatriation" nil (eh0 k s p ey1 t r iy0 ey1 sh ax n)) +("expect" nil (ih0 k s p eh1 k t)) +("expectancies" nil (ih0 k s p eh1 k t ax n s iy0 z)) +("expectancy" nil (ih0 k s p eh1 k t ax n s iy0)) +("expectant" nil (ih0 k s p eh1 k t ax n t)) +("expectation" nil (eh1 k s p eh0 k t ey1 sh ax n)) +("expectations" nil (eh1 k s p eh0 k t ey1 sh ax n z)) +("expected" nil (ih0 k s p eh1 k t ax d)) +("expecting" nil (ih0 k s p eh1 k t ih0 ng)) +("expectorant" nil (ih0 k s p eh1 k t er0 ax n t)) +("expects" nil (ih0 k s p eh1 k t s)) +("expedience" nil (ih0 k s p iy1 d iy0 ax n s)) +("expediency" nil (ih0 k s p iy1 d iy0 ax n s iy0)) +("expedient" nil (ih0 k s p iy1 d iy0 ax n t)) +("expedite" nil (eh1 k s p ih0 d ay1 t)) +("expedited" nil (eh1 k s p ih0 d ay1 t ih0 d)) +("expediting" nil (eh1 k s p ax d ay1 t ih0 ng)) +("expedition" nil (eh1 k s p ax d ih1 sh ax n)) +("expeditionary" nil (eh1 k s p ax d ih1 sh ax n eh1 r iy0)) +("expeditions" nil (eh1 k s p ax d ih1 sh ax n z)) +("expeditious" nil (eh1 k s p ax d ih1 sh ax s)) +("expeditiously" nil (eh1 k s p ax d ih1 sh ax s l iy0)) +("expel" nil (ih0 k s p eh1 l)) +("expelled" nil (ih0 k s p eh1 l d)) +("expelling" nil (ih0 k s p eh1 l ih0 ng)) +("expend" nil (ih0 k s p eh1 n d)) +("expendable" nil (ih0 k s p eh1 n d ax b ax l)) +("expended" nil (ih0 k s p eh1 n d ih0 d)) +("expending" nil (eh1 k s p eh1 n d ih0 ng)) +("expenditure" nil (ih0 k s p eh1 n d ax ch er0)) +("expenditures" nil (ih0 k s p eh1 n d ax ch er0 z)) +("expense" nil (ih0 k s p eh1 n s)) +("expenses" nil (ih0 k s p eh1 n s ax z)) +("expensing" nil (ih0 k s p eh1 n s ih0 ng)) +("expensive" nil (ih0 k s p eh1 n s ih0 v)) +("expensively" nil (eh1 k s p eh1 n s ih0 v l iy0)) +("experience" nil (ih0 k s p ih1 r iy0 ax n s)) +("experienced" nil (ih0 k s p ih1 r iy0 ax n s t)) +("experiences" nil (ih0 k s p ih1 r iy0 ax n s ih0 z)) +("experiencing" nil (ih0 k s p ih1 r iy0 ax n s ih0 ng)) +("experiment" nil (ih0 k s p eh1 r ax m ax n t)) +("experimental" nil (ih0 k s p eh1 r ax m eh1 n t ax l)) +("experimentalist" nil (ih0 k s p eh1 r ax m eh1 n t ax l ih0 s t)) +("experimentally" nil (ih0 k s p eh0 r ax m eh1 n t ax l iy0)) +("experimentation" nil (ih0 k s p eh1 r ax m ax n t ey1 sh ax n)) +("experimented" nil (ih0 k s p eh1 r ax m ax n t ax d)) +("experimenters" nil (ih0 k s p eh1 r ax m eh1 n t er0 z)) +("experimenting" nil (eh0 k s p eh1 r ax m eh0 n t ih0 ng)) +("experiments" nil (ih0 k s p eh1 r ax m ax n t s)) +("expert" nil (eh1 k s p er0 t)) +("expertise" nil (eh1 k s p er0 t iy1 z)) +("expertly" nil (eh1 k s p er0 t l iy0)) +("experts" nil (eh1 k s p er0 t s)) +("expiate" nil (eh1 k s p iy0 ey1 t)) +("expiration" nil (eh1 k s p er0 ey1 sh ax n)) +("expirations" nil (eh1 k s p er0 ey1 sh ax n z)) +("expiratory" nil (ih0 k s p ay1 r ax t ao1 r iy0)) +("expire" nil (ih0 k s p ay1 r)) +("expired" nil (ih0 k s p ay1 r d)) +("expires" nil (ih0 k s p ay1 er0 z)) +("expiring" nil (ih0 k s p ay1 r ih0 ng)) +("expiry" nil (eh1 k s p ay1 r iy0)) +("explain" nil (ih0 k s p l ey1 n)) +("explainable" nil (ih0 k s p l ey1 n ax b ax l)) +("explained" nil (ih0 k s p l ey1 n d)) +("explaining" nil (ih0 k s p l ey1 n ih0 ng)) +("explains" nil (ih0 k s p l ey1 n z)) +("explanation" nil (eh1 k s p l ax n ey1 sh ax n)) +("explanations" nil (eh1 k s p l ax n ey1 sh ax n z)) +("explanatory" nil (ih0 k s p l ae1 n ax t ao1 r iy0)) +("expletive" nil (eh1 k s p l ax t ih0 v)) +("expletives" nil (eh1 k s p l ax t ih0 v z)) +("explication" nil (eh1 k s p l ax k ey1 sh ax n)) +("explicit" nil (ih0 k s p l ih1 s ax t)) +("explicitly" nil (ih0 k s p l ih1 s ax t l iy0)) +("explode" nil (ih0 k s p l ow1 d)) +("exploded" nil (ih0 k s p l ow1 d ax d)) +("explodes" nil (ih0 k s p l ow1 d z)) +("exploding" nil (ih0 k s p l ow1 d ih0 ng)) +("exploit" n (eh1 k s p l oy0 t)) +("exploit" v (ih0 k s p l oy1 t)) +("exploitation" nil (eh1 k s p l oy1 t ey1 sh ax n)) +("exploitative" nil (eh1 k s p l oy1 t ax t ih0 v)) +("exploited" nil (eh1 k s p l oy1 t ax d)) +("exploiting" nil (eh1 k s p l oy1 t ih0 ng)) +("exploits" n (eh1 k s p l oy1 t s)) +("exploits" v (ih0 k s p l oy1 t s)) +("exploration" nil (eh1 k s p l er0 ey1 sh ax n)) +("explorations" nil (eh1 k s p l er0 ey1 sh ax n z)) +("exploratory" nil (ih0 k s p l ao1 r ax t ao1 r iy0)) +("explore" nil (ih0 k s p l ao1 r)) +("explored" nil (ih0 k s p l ao1 r d)) +("explorer" nil (ih0 k s p l ao1 r er0)) +("explorers" nil (ih0 k s p l ao1 r er0 z)) +("explores" nil (ih0 k s p l ao1 r z)) +("exploring" nil (ih0 k s p l ao1 r ih0 ng)) +("explosion" nil (ih0 k s p l ow1 zh ax n)) +("explosions" nil (ih0 k s p l ow1 zh ax n z)) +("explosive" nil (ih0 k s p l ow1 s ih0 v)) +("explosively" nil (eh1 k s p l ow1 s ih0 v l iy0)) +("explosives" nil (ih0 k s p l ow1 s ih0 v z)) +("explosivos" nil (eh1 k s p l ax s iy1 v ow0 s)) +("expo" nil (eh1 k s p ow0)) +("exponent" nil (eh1 k s p ow1 n ax n t)) +("exponential" nil (eh1 k s p ow0 n eh1 n ch ax l)) +("exponentially" nil (eh1 k s p ow0 n eh1 n sh ax l iy0)) +("exponents" nil (ih0 k s p ow1 n ax n t s)) +("export" n (eh1 k s p ao0 r t)) +("export" v (ih0 k s p ao1 r t)) +("exportable" nil (eh0 k s p ao1 r t ax b ax l)) +("exported" nil (ih0 k s p ao1 r t ax d)) +("exporter" nil (ih0 k s p ao1 r t er0)) +("exporters" nil (ih0 k s p ao1 r t er0 z)) +("exporting" nil (ih0 k s p ao1 r t ih0 ng)) +("exports" n (eh1 k s p ao0 r t s)) +("exports" v (ih0 k s p ao1 r t s)) +("expos" nil (eh1 k s p ow0 z)) +("expose" nil (ih0 k s p ow1 z)) +("exposed" nil (ih0 k s p ow1 z d)) +("exposes" nil (ih0 k s p ow1 z ih0 z)) +("exposing" nil (ih0 k s p ow1 z ih0 ng)) +("exposition" nil (eh1 k s p ax z ih1 sh ax n)) +("expositions" nil (eh1 k s p ax z ih1 sh ax n z)) +("exposito" nil (eh0 k s p ax s ay1 t ow0)) +("exposure" nil (ih0 k s p ow1 zh er0)) +("exposures" nil (ih0 k s p ow1 zh er0 z)) +("expound" nil (ih0 k s p aw1 n d)) +("expounded" nil (ih0 k s p aw1 n d ax d)) +("expounding" nil (ih0 k s p aw1 n d ih0 ng)) +("expounds" nil (ih0 k s p aw1 n d z)) +("express" nil (ih0 k s p r eh1 s)) +("expressed" nil (ih0 k s p r eh1 s t)) +("expresses" nil (ih0 k s p r eh1 s ax z)) +("expressing" nil (ih0 k s p r eh1 s ih0 ng)) +("expression" nil (ih0 k s p r eh1 sh ax n)) +("expressionism" nil (ih0 k s p r eh1 sh ax n ih1 z ax m)) +("expressionist" nil (ih0 k s p r eh1 sh ax n ax s t)) +("expressionistic" nil (ih0 k s p r eh1 sh ax n ih1 s t ih0 k)) +("expressions" nil (ih0 k s p r eh1 sh ax n z)) +("expressive" nil (ih0 k s p r eh1 s ih0 v)) +("expressivity" nil (eh1 k s p r ax s ih1 v ih0 t iy0)) +("expressly" nil (ih0 k s p r eh1 s l iy0)) +("expressway" nil (ih0 k s p r eh1 s w ey1)) +("expropriate" nil (eh0 k s p r ow1 p r iy0 ey1 t)) +("expropriated" nil (eh0 k s p r ow1 p r iy0 ey1 t ih0 d)) +("expropriation" nil (eh1 k s p r ow1 p r iy0 ey1 sh ax n)) +("expropriations" nil (eh1 k s p r ow1 p r iy0 ey1 sh ax n z)) +("expulsion" nil (ih0 k s p ah1 l sh ax n)) +("expulsions" nil (ih0 k s p ah1 l sh ax n z)) +("expunged" nil (ih0 k s p ah1 n jh d)) +("exquisite" nil (eh1 k s k w ax z ax t)) +("exquisitely" nil (eh1 k s k w ih1 z ih0 t l iy0)) +("extant" nil (eh1 k s t ax n t)) +("extel" nil (eh1 k s t eh1 l)) +("extend" nil (ih0 k s t eh1 n d)) +("extendable" nil (eh1 k s t eh1 n d ax b ax l)) +("extended" nil (ih0 k s t eh1 n d ax d)) +("extenders" nil (eh1 k s t eh1 n d er0 z)) +("extendible" nil (eh1 k s t eh1 n d ih0 b ax l)) +("extending" nil (ih0 k s t eh1 n d ih0 ng)) +("extends" nil (ih0 k s t eh1 n d z)) +("extension" nil (ih0 k s t eh1 n sh ax n)) +("extensions" nil (ih0 k s t eh1 n sh ax n z)) +("extensive" nil (ih0 k s t eh1 n s ih0 v)) +("extensively" nil (ih0 k s t eh1 n s ih0 v l iy0)) +("extent" nil (ih0 k s t eh1 n t)) +("extenuating" nil (ih0 k s t eh1 n y uw0 ey1 t ih0 ng)) +("exterior" nil (ih0 k s t ih1 r iy0 er0)) +("exteriors" nil (eh0 k s t ih1 r iy0 er0 z)) +("exterminating" nil (ih0 k s t er1 m ax n ey1 t ih0 ng)) +("extermination" nil (ih0 k s t er1 m ax n ey1 sh ax n)) +("exterminator" nil (ih0 k s t er1 m ax n ey1 t er0)) +("exterminators" nil (ih0 k s t er1 m ax n ey1 t er0 z)) +("external" nil (ih0 k s t er1 n ax l)) +("externally" nil (ih0 k s t er1 n ax l iy0)) +("extinct" nil (ih0 k s t ih1 ng k t)) +("extinction" nil (ih0 k s t ih1 ng k sh ax n)) +("extinguish" nil (ih0 k s t ih1 ng g w ih0 sh)) +("extinguished" nil (ih0 k s t ih1 ng g w ih0 sh t)) +("extinguisher" nil (ih0 k s t ih1 ng g w ih0 sh er0)) +("extinguishers" nil (ih0 k s t ih1 ng g w ih0 sh er0 z)) +("extinguishing" nil (ih0 k s t ih1 ng g w ih0 sh ih0 ng)) +("extinguishment" nil (ih0 k s t ih1 ng g w ih0 sh m ax n t)) +("extirpate" nil (eh1 k s t er0 p ey1 t)) +("extol" nil (ih0 k s t ow1 l)) +("extolled" nil (ih0 k s t ow1 l d)) +("extolling" nil (ih0 k s t ow1 l ih0 ng)) +("extols" nil (ih0 k s t ow1 l z)) +("exton" nil (eh1 k s t ax n)) +("extort" nil (ih0 k s t ao1 r t)) +("extorted" nil (ih0 k s t ao1 r t ih0 d)) +("extorting" nil (ih0 k s t ao1 r t ih0 ng)) +("extortion" nil (ih0 k s t ao1 r sh ax n)) +("extortionate" nil (ih0 k s t ao1 r sh ax n ax t)) +("extra" nil (eh1 k s t r ax)) +("extracellularly" nil (eh1 k s t r ax s eh1 l y ax l er0 l iy0)) +("extract" v (ih0 k s t r ae1 k t)) +("extract" n (eh1 k s t r ae1 k t)) +("extracted" nil (ih0 k s t r ae1 k t ax d)) +("extracting" nil (ih0 k s t r ae1 k t ih0 ng)) +("extraction" nil (ih0 k s t r ae1 k sh ax n)) +("extractions" nil (ih0 k s t r ae1 k sh ax n z)) +("extracts" v (ih0 k s t r ae1 k t s)) +("extracts" n (eh1 k s t r ae1 k t s)) +("extracurricular" nil (eh1 k s t r ax k er0 ih1 k y ax l er0)) +("extradite" nil (eh1 k s t r ax d ay1 t)) +("extradited" nil (eh1 k s t r ax d ay1 t ih0 d)) +("extraditing" nil (eh1 k s t r ax d ay1 t ih0 ng)) +("extradition" nil (eh1 k s t r ax d ih1 sh ax n)) +("extragalactic" nil (eh1 k s t r ax g ax l ae1 k t ih0 k)) +("extralegal" nil (eh1 k s t r ax l iy1 g ax l)) +("extramarital" nil (eh1 k s t r ax m eh1 r ax t ax l)) +("extraneous" nil (eh0 k s t r ey1 n iy0 ax s)) +("extraordinaire" nil (eh1 k s t r ax ao1 r d ih0 n eh1 r)) +("extraordinarily" nil (ih0 k s t r ao1 r d ax n eh1 r ax l iy0)) +("extraordinary" nil (ih0 k s t r ao1 r d ax n eh1 r iy0)) +("extrapolate" nil (ih0 k s t r ae1 p ax l ey1 t)) +("extrapolated" nil (ih0 k s t r ae1 p ax l ey1 t ih0 d)) +("extrapolating" nil (ih0 k s t r ae1 p ax l ey1 t ih0 ng)) +("extrapolation" nil (ih0 k s t r ae1 p ax l ey1 sh ax n)) +("extras" nil (eh1 k s t r ax z)) +("extrasensory" nil (eh1 k s t r ax s eh1 n s er0 iy0)) +("extraterrestrial" nil (eh1 k s t r ax t er0 eh1 s t r iy0 ax l)) +("extraterrestrials" nil (eh1 k s t r ax t er1 eh1 s t r iy0 ax l z)) +("extraterritorial" nil (eh1 k s t r ax t eh1 r ih0 t ao1 r iy0 ax l)) +("extraterritoriality" nil (eh1 k s t r ax t eh1 r ax t ao1 r iy0 ae1 l ax t iy0)) +("extravagance" nil (ih0 k s t r ae1 v ax g ax n s)) +("extravagant" nil (ih0 k s t r ae1 v ax g ax n t)) +("extravagantly" nil (eh1 k s t r ae1 v ax g ax n t l iy0)) +("extravaganza" nil (ih0 k s t r ae1 v ax g ae1 n z ax)) +("extravaganzas" nil (ih0 k s t r ae1 v ax g ae1 n z ax z)) +("extreme" nil (ih0 k s t r iy1 m)) +("extremely" nil (ih0 k s t r iy1 m l iy0)) +("extremes" nil (ih0 k s t r iy1 m z)) +("extremism" nil (eh1 k s t r eh1 m ih0 z ax m)) +("extremist" nil (ih0 k s t r iy1 m ih0 s t)) +("extremists" nil (ih0 k s t r iy1 m ax s t s)) +("extremities" nil (ih0 k s t r eh1 m ax t iy0 z)) +("extremity" nil (ih0 k s t r eh1 m ax t iy0)) +("extricate" nil (eh1 k s t r ax k ey1 t)) +("extricated" nil (eh1 k s t r ih0 k ey1 t ih0 d)) +("extroverted" nil (eh1 k s t r ax v er1 t ih0 d)) +("extruded" nil (ih0 k s t r uw1 d ax d)) +("extruding" nil (ih0 k s t r uw1 d ih0 ng)) +("extrusion" nil (ih0 k s t r uw1 zh ax n)) +("exuberance" nil (ih0 g z uw1 b er0 ax n s)) +("exuberant" nil (ih0 g z uw1 b er0 ax n t)) +("exude" nil (ih0 g z uw1 d)) +("exuded" nil (ih0 g z uw1 d ih0 d)) +("exudes" nil (ih0 g z uw1 d z)) +("exultant" nil (ih0 g z ah1 l t ax n t)) +("exultantly" nil (ih0 g z ah1 l t ax n t l iy0)) +("exulted" nil (ih0 g z ah1 l t ih0 d)) +("exults" nil (ih0 g z ah1 l t s)) +("exum" nil (ih0 g z ah1 m)) +("exxon" nil (eh1 k s aa0 n)) +("eyde" nil (ey1 d)) +("eydie" nil (ey1 d iy0)) +("eye" nil (ay1)) +("eyeball" nil (ay1 b ao1 l)) +("eyeballs" nil (ay1 b ao1 l z)) +("eyebrow" nil (ay1 b r aw1)) +("eyebrows" nil (ay1 b r aw1 z)) +("eyecare" nil (ay1 k eh1 r)) +("eyed" nil (ay1 d)) +("eyedropper" nil (ay1 d r aa1 p er0)) +("eyedrops" nil (ay1 d r aa1 p s)) +("eyeglass" nil (ay1 g l ae1 s)) +("eyeglasses" nil (ay1 g l ae1 s ax z)) +("eyeing" nil (ay1 ih0 ng)) +("eyelab" nil (ay1 l ae1 b)) +("eyelash" nil (ay1 l ae1 sh)) +("eyelashes" nil (ay1 l ae1 sh ih0 z)) +("eyeless" nil (ay1 l ax s)) +("eyelet" nil (ay1 l ax t)) +("eyelets" nil (ay1 l ax t s)) +("eyelids" nil (ay1 l ih1 d z)) +("eyelike" nil (ay1 l ay1 k)) +("eyepiece" nil (ay1 p iy1 s)) +("eyer" nil (ay1 er0)) +("eyerly" nil (iy1 er0 l iy0)) +("eyerman" nil (iy1 er0 m ax n)) +("eyes" nil (ay1 z)) +("eyeshade" nil (ay1 sh ey1 d)) +("eyesight" nil (ay1 s ay1 t)) +("eyesore" nil (ay1 s ao1 r)) +("eyespot" nil (ay1 s p aa1 t)) +("eyestone" nil (ay1 s t ow1 n)) +("eyestrain" nil (ay1 s t r ey1 n)) +("eyetech" nil (ay1 t eh1 k)) +("eyewear" nil (ay1 w eh1 r)) +("eyewitness" nil (ay1 w ih1 t n ax s)) +("eyewitnesses" nil (ay1 w ih1 t n ax s ih0 z)) +("eyler" nil (ey1 l er0)) +("eyman" nil (ey1 m ax n)) +("eynon" nil (ey1 n ax n)) +("eyre" nil (eh1 r)) +("eyrich" nil (eh1 r ih0 ch)) +("eyrie" nil (eh1 r iy0)) +("eyring" nil (ey1 r ih0 ng)) +("eyster" nil (ey1 s t er0)) +("eyton" nil (ey1 t ax n)) +("ezekiel" nil (eh1 z ih0 k iy1 l)) +("ezell" nil (ax z eh1 l)) +("ezelle" nil (ih0 z eh1 l)) +("ezoe" nil (eh1 z ow0)) +("ezola" nil (ey1 z ow1 l ax)) +("ezra" nil (eh1 z r ax)) +("ezzell" nil (eh1 z ax l)) +("ezzo" nil (eh1 z ow0)) +("f" nil (eh1 f)) +("faal" nil (f aa1 l)) +("faas" nil (f aa1 z)) +("fab" nil (f ae1 b)) +("fabbri" nil (f ae1 b r iy0)) +("fabel" nil (f ae1 b ax l)) +("fabela" nil (f aa0 b eh1 l ax)) +("faber" nil (f ey1 b er0)) +("faberge" nil (f ae1 b er0 jh)) +("faberman" nil (f ey1 b er0 m ax n)) +("fabia" nil (f aa1 b iy0 ax)) +("fabian" nil (f ey1 b iy0 ax n)) +("fabiani" nil (f aa0 b iy0 aa1 n iy0)) +("fabiano" nil (f aa0 b iy0 aa1 n ow0)) +("fabien" nil (f ae1 b iy0 n)) +("fabio" nil (f aa1 b iy0 ow0)) +("fable" nil (f ey1 b ax l)) +("fabled" nil (f ey1 b ax l d)) +("fables" nil (f ey1 b ax l z)) +("fabre" nil (f ey1 b er0)) +("fabri" nil (f ae1 b r iy0)) +("fabric" nil (f ae1 b r ih0 k)) +("fabricant" nil (f ae1 b r ih0 k ax n t)) +("fabricate" nil (f ae1 b r ax k ey1 t)) +("fabricated" nil (f ae1 b r ih0 k ey1 t ax d)) +("fabricates" nil (f ae1 b r ih0 k ey1 t s)) +("fabricating" nil (f ae1 b r ih0 k ey1 t ih0 ng)) +("fabrication" nil (f ae1 b r ih0 k ey1 sh ax n)) +("fabrications" nil (f ae1 b r ih0 k ey1 sh ax n z)) +("fabricator" nil (f ae1 b r ih0 k ey1 t er0)) +("fabricators" nil (f ae1 b r ih0 k ey1 t er0 z)) +("fabrics" nil (f ae1 b r ih0 k s)) +("fabris" nil (f ae1 b r ih0 s)) +("fabrizi" nil (f aa0 b r iy1 z iy0)) +("fabrizio" nil (f aa0 b r iy1 t s iy0 ow0)) +("fabrizius" nil (f ae1 b r iy1 z iy0 ax s)) +("fabron" nil (f ae1 b r ax n)) +("fabry" nil (f ae1 b r iy0)) +("fabulous" nil (f ae1 b y ax l ax s)) +("fabulously" nil (f ae1 b y uw0 l ax s l iy0)) +("fac" nil (f ae1 k)) +("facade" nil (f ax s aa1 d)) +("facades" nil (f ax s aa1 d z)) +("facchini" nil (f aa0 k iy1 n iy0)) +("facciola" nil (f ae1 ch iy0 ow1 l ax)) +("face" nil (f ey1 s)) +("faced" nil (f ey1 s t)) +("facedown" nil (f ey1 s d aw1 n)) +("faceless" nil (f ey1 s l ax s)) +("facelift" nil (f ey1 s l ih1 f t)) +("facemire" nil (f aa0 ch eh0 m ih1 r iy0)) +("facer" nil (f ey1 s er0)) +("faces" nil (f ey1 s ax z)) +("facet" nil (f ae1 s ax t)) +("faceted" nil (f ae1 s ax t ih0 d)) +("facetious" nil (f ax s iy1 sh ax s)) +("facetiously" nil (f ax s iy1 sh ax s l iy0)) +("facets" nil (f ae1 s ax t s)) +("facey" nil (f ey1 s iy0)) +("facial" nil (f ey1 sh ax l)) +("faciane" nil (f aa0 s iy0 aa1 n ey0)) +("facie" nil (f ey1 s iy0)) +("facile" nil (f ae1 s ax l)) +("facilitate" nil (f ax s ih1 l ax t ey1 t)) +("facilitated" nil (f ax s ih1 l ax t ey1 t ih0 d)) +("facilitates" nil (f ax s ih1 l ax t ey1 t s)) +("facilitating" nil (f ax s ih1 l ax t ey1 t ih0 ng)) +("facilitation" nil (f ax s ih1 l ax t ey1 sh ax n)) +("facilitator" nil (f ax s ih1 l ax t ey1 t er0)) +("facilitators" nil (f ax s ih1 l ax t ey1 t er0 z)) +("facilities" nil (f ax s ih1 l ax t iy0 z)) +("facility" nil (f ax s ih1 l ih0 t iy0)) +("facing" nil (f ey1 s ih0 ng)) +("facings" nil (f ey1 s ih0 ng z)) +("fackler" nil (f ae1 k l er0)) +("fackrell" nil (f ae1 k r ax l)) +("facsimile" nil (f ae0 k s ih1 m ax l iy0)) +("facsimiles" nil (f ae0 k s ih1 m ax l iy0 z)) +("fact" nil (f ae1 k t)) +("facteau" nil (f ax k t ow1)) +("faction" nil (f ae1 k sh ax n)) +("factional" nil (f ae1 k sh ax n ax l)) +("factionalism" nil (f ae1 k sh ax n ax l ih1 z ax m)) +("factions" nil (f ae1 k sh ax n z)) +("factly" nil (f ae1 k t l iy0)) +("facto" nil (f ae1 k t ow0)) +("factor" nil (f ae1 k t er0)) +("factored" nil (f ae1 k t er0 d)) +("factories" nil (f ae1 k t er0 iy0 z)) +("factoring" nil (f ae1 k t er0 ih0 ng)) +("factors" nil (f ae1 k t er0 z)) +("factory" nil (f ae1 k t er0 iy0)) +("facts" nil (f ae1 k t s)) +("factual" nil (f ae1 k ch uw0 ax l)) +("factually" nil (f ae1 k ch uw0 ax l iy0)) +("facultative" nil (f ae1 k ax l t ey1 t ih0 v)) +("faculties" nil (f ae1 k ax l t iy0 z)) +("faculty" nil (f ae1 k ax l t iy0)) +("fad" nil (f ae1 d)) +("fadden" nil (f ae1 d ax n)) +("faddis" nil (f ae1 d ih0 s)) +("faddish" nil (f ae1 d ih0 sh)) +("fade" nil (f ey1 d)) +("faded" nil (f ey1 d ax d)) +("fadel" nil (f ae1 d ax l)) +("fadeley" nil (f ae1 d ih0 l iy0)) +("fadely" nil (f ey1 d l iy0)) +("faden" nil (f ey1 d ax n)) +("fader" nil (f ey1 d er0)) +("fades" nil (f ey1 d z)) +("fading" nil (f ey1 d ih0 ng)) +("fadlallah" nil (f ae1 d l ae1 l ax)) +("fadness" nil (f ae1 d n ax s)) +("fads" nil (f ae1 d z)) +("fae" nil (f ay1)) +("faerber" nil (f eh1 r b er0)) +("faeth" nil (f iy1 th)) +("fagan" nil (f ey1 g ax n)) +("fagen" nil (f ae1 g ax n)) +("fager" nil (f ey1 g er0)) +("fagerberg" nil (f ey1 g er0 b er0 g)) +("fagerstrom" nil (f ey1 g er0 s t r ax m)) +("fagg" nil (f ae1 g)) +("faggart" nil (f ae1 g aa0 r t)) +("fagin" nil (f ey1 g ih0 n)) +("fagley" nil (f ae1 g l iy0)) +("fagnant" nil (f ae1 g n ax n t)) +("fagoth" nil (f ae1 g ax th)) +("fagundes" nil (f ae1 g ax n d z)) +("fahd" nil (f aa1 d)) +("faherty" nil (f ae1 hh er0 t iy0)) +("fahey" nil (f ae1 hh iy0)) +("fahl" nil (f aa1 l)) +("fahlman" nil (f aa1 l m ax n)) +("fahmy" nil (f aa1 m iy0)) +("fahnestock" nil (f aa1 n s t aa1 k)) +("fahr" nil (f aa1 r)) +("fahrenheit" nil (f eh1 r ax n hh ay1 t)) +("fahrenkopf" nil (f aa1 r ax n k aa1 p f)) +("fahrer" nil (f aa1 r er0)) +("fahringer" nil (f aa1 r ih0 ng er0)) +("fahrner" nil (f aa1 r n er0)) +("fahrney" nil (f aa1 r n iy0)) +("fahs" nil (f ae1 s)) +("fahy" nil (f ey1 hh iy0)) +("faidley" nil (f ey1 d l iy0)) +("faiella" nil (f ay1 eh1 l ax)) +("fail" nil (f ey1 l)) +("faile" nil (f ey1 l)) +("failed" nil (f ey1 l d)) +("failing" nil (f ey1 l ih0 ng)) +("failings" nil (f ey1 l ih0 ng z)) +("failla" nil (f ey1 l ax)) +("failor" nil (f ey1 l er0)) +("fails" nil (f ey1 l z)) +("failsafe" nil (f ey1 l s ey1 f)) +("failure" nil (f ey1 l y er0)) +("failures" nil (f ey1 l y er0 z)) +("fain" nil (f ey1 n)) +("faint" nil (f ey1 n t)) +("fainted" nil (f ey1 n t ih0 d)) +("fainter" nil (f ey1 n t er0)) +("faintest" nil (f ey1 n t ax s t)) +("fainthearted" nil (f ey1 n t hh aa1 r t ih0 d)) +("fainting" nil (f ey1 n t ih0 ng)) +("faintly" nil (f ey1 n t l iy0)) +("faintness" nil (f ey1 n t n ax s)) +("faiola" nil (f ay1 ow0 l ax)) +("fair" nil (f eh1 r)) +("fairall" nil (f eh0 r ao1 l)) +("fairbairn" nil (f eh1 r b er0 n)) +("fairbank" nil (f eh1 r b ax ng k)) +("fairbanks" nil (f eh1 r b ax ng k s)) +("fairbrother" nil (f eh1 r b r ax dh er0)) +("fairburn" nil (f eh1 r b er1 n)) +("fairchild" nil (f eh1 r ch ay1 l d)) +("faircloth" nil (f eh1 r k l ax th)) +("fairclough" nil (f eh1 r k l aw0)) +("faire" nil (f eh1 r)) +("fairer" nil (f eh1 r er0)) +("faires" nil (f eh1 r z)) +("fairest" nil (f eh1 r ih0 s t)) +("fairey" nil (f eh1 r iy0)) +("fairfax" nil (f eh1 r f ae1 k s)) +("fairfield" nil (f eh1 r f iy1 l d)) +("fairgrounds" nil (f eh1 r g r aw1 n d z)) +("fairhaven" nil (f eh1 r hh ey1 v ax n)) +("fairhurst" nil (f ay1 r hh er0 s t)) +("fairies" nil (f eh1 r iy0 z)) +("fairlawn" nil (f eh1 r l ao1 n)) +("fairleigh" nil (f eh1 r l ax)) +("fairless" nil (f eh0 r l iy1 s)) +("fairley" nil (f eh1 r l iy0)) +("fairlie" nil (f eh1 r l iy0)) +("fairly" nil (f eh1 r l iy0)) +("fairman" nil (f ay1 r m ax n)) +("fairmont" nil (f eh1 r m aa1 n t)) +("fairness" nil (f eh1 r n ax s)) +("fairs" nil (f eh1 r z)) +("fairview" nil (f eh1 r v y uw1)) +("fairway" nil (f eh1 r w ey1)) +("fairways" nil (f eh1 r w ey1 z)) +("fairweather" nil (f eh1 r w eh1 dh er0)) +("fairy" nil (f eh1 r iy0)) +("fairyland" nil (f eh1 r iy0 l ae1 n d)) +("faisal" nil (f ey1 z ax l)) +("faison" nil (f ey1 z ax n)) +("faist" nil (f aa1 ih0 s t)) +("fait" nil (f ey1 t)) +("faith" nil (f ey1 th)) +("faithful" nil (f ey1 th f ax l)) +("faithfully" nil (f ey1 th f ax l iy0)) +("faithfuls" nil (f ey1 th f ax l z)) +("faiths" nil (f ey1 th s)) +("faivre" nil (f ey1 v er0)) +("fajardo" nil (f aa0 y aa1 r d ow0)) +("fajita" nil (f ax jh iy1 t ax)) +("fajitas" nil (f ax jh iy1 t ax z)) +("fake" nil (f ey1 k)) +("faked" nil (f ey1 k t)) +("fakers" nil (f ey1 k er0 z)) +("fakes" nil (f ey1 k s)) +("faking" nil (f ey1 k ih0 ng)) +("falafel" nil (f ax l aa1 f ax l)) +("falanga" nil (f aa0 l aa1 ng g ax)) +("falardeau" nil (f ae1 l aa0 r d ow1)) +("falasco" nil (f aa0 l aa1 s k ow0)) +("falb" nil (f ao1 l b)) +("falbo" nil (f ae1 l b ow0)) +("falcigno" nil (f ae1 l s ih1 g n ow0)) +("falck" nil (f ae1 l k)) +("falco" nil (f ae1 l k ow0)) +("falcoff" nil (f ae1 l k ao0 f)) +("falcon" nil (f ae1 l k ax n)) +("falconbridge" nil (f ae1 l k ax n b r ih1 jh)) +("falcone" nil (f aa0 l k ow1 n iy0)) +("falconer" nil (f ae1 l k ax n er0)) +("falconers" nil (f ae1 l k ax n er0 z)) +("falconets" nil (f ae1 l k ax n eh1 t s)) +("falconi" nil (f aa0 l k ow1 n iy0)) +("falconry" nil (f ae1 l k ax n r iy0)) +("falcons" nil (f ae1 l k ax n z)) +("faldo" nil (f aa1 l d ow0)) +("faler" nil (f ey1 l er0)) +("fales" nil (f ey1 l z)) +("faley" nil (f ey1 l iy0)) +("falgoust" nil (f aa1 l g uw0 s t)) +("falgout" nil (f ae1 l g aw0 t)) +("falik" nil (f aa1 l ih0 k)) +("falin" nil (f ae1 l ih0 n)) +("falise" nil (f ax l iy1 s)) +("falk" nil (f ao1 k)) +("falke" nil (f ao1 k)) +("falkenberg" nil (f ao1 k ax n b er0 g)) +("falkenstein" nil (f ao1 k ax n s t ay0 n)) +("falkland" nil (f ao1 k l ax n d)) +("falklands" nil (f ao1 k l ax n d z)) +("falkner" nil (f ao1 k n er0)) +("falkowski" nil (f ax l k ao1 f s k iy0)) +("fall" nil (f ao1 l)) +("falla" nil (f ae1 l ax)) +("fallacies" nil (f ae1 l ax s iy0 z)) +("fallacious" nil (f ax l ey1 sh ax s)) +("fallaciously" nil (f ax l ey1 sh ax s l iy0)) +("fallacy" nil (f ae1 l ax s iy0)) +("fallaw" nil (f ae1 l ao1)) +("fallback" nil (f ao1 l b ae1 k)) +("fallen" nil (f ao1 l ax n)) +("faller" nil (f ao1 l er0)) +("fallert" nil (f ae1 l er0 t)) +("fallibility" nil (f ae1 l ih0 b ih1 l ih0 t iy0)) +("fallible" nil (f ae1 l ax b ax l)) +("fallin" nil (f ae1 l ih0 n)) +("falling" nil (f ao1 l ih0 ng)) +("fallis" nil (f ae1 l ih0 s)) +("falloff" nil (f ao1 l ao1 f)) +("fallon" nil (f ae1 l ax n)) +("fallout" nil (f ao1 l aw1 t)) +("fallouts" nil (f ao1 l aw1 t s)) +("fallow" nil (f ae1 l ow1)) +("fallows" nil (f ae1 l ow1 z)) +("falls" nil (f ao1 l z)) +("falmouth" nil (f ae1 l m ax th)) +("falor" nil (f ae1 l er0)) +("falotico" nil (f aa0 l ow0 t iy1 k ow0)) +("false" nil (f ao1 l s)) +("falsehood" nil (f ae1 l s hh uh1 d)) +("falsehoods" nil (f ae1 l s hh uh1 d z)) +("falsely" nil (f ao1 l s l iy0)) +("falsetto" nil (f ao0 l s eh1 t ow1)) +("falsification" nil (f ae1 l s ax f ax k ey1 sh ax n)) +("falsified" nil (f ao1 l s ax f ay1 d)) +("falsify" nil (f ao1 l s ax f ay1)) +("falsifying" nil (f ao1 l s ax f ay1 ih0 ng)) +("falsity" nil (f ao1 l s ax t iy0)) +("falsone" nil (f ao1 l s ax n)) +("falstaff" nil (f ao1 l s t ae1 f)) +("falter" nil (f ao1 l t er0)) +("faltered" nil (f ao1 l t er0 d)) +("faltering" nil (f ao1 l t er0 ih0 ng)) +("falters" nil (f ao1 l t er0 z)) +("falvey" nil (f ae1 l v iy0)) +("falvo" nil (f aa1 l v ow0)) +("falwell" nil (f ao1 l w eh1 l)) +("falzarano" nil (f aa0 l z aa0 r aa1 n ow0)) +("falzon" nil (f aa1 l z ax n)) +("falzone" nil (f aa0 l z ow1 n iy0)) +("fama" nil (f aa1 m ax)) +("fambro" nil (f ae1 m b r ow0)) +("fambrough" nil (f ae1 m b r aw0)) +("fame" nil (f ey1 m)) +("famed" nil (f ey1 m d)) +("famer" nil (f ey1 m er0)) +("famiglietti" nil (f ax m ih1 g l iy0 eh1 t iy0)) +("familar" nil (f ae1 m ax l er0)) +("familial" nil (f ax m ih1 l y ax l)) +("familiar" nil (f ax m ih1 l y er0)) +("familiarity" nil (f ax m ih1 l y eh1 r ax t iy0)) +("familiarize" nil (f ax m ih1 l y er0 ay1 z)) +("familiarized" nil (f ax m ih1 l y er0 ay1 z d)) +("families" nil (f ae1 m ax l iy0 z)) +("family" nil (f ae1 m ax l iy0)) +("famine" nil (f ae1 m ax n)) +("famines" nil (f ae1 m ax n z)) +("famous" nil (f ey1 m ax s)) +("famously" nil (f ey1 m ax s l iy0)) +("famularo" nil (f aa0 m uw0 l aa1 r ow0)) +("fan" nil (f ae1 n)) +("fanara" nil (f aa0 n aa1 r ax)) +("fanatic" nil (f ax n ae1 t ih0 k)) +("fanatical" nil (f ax n ae1 t ih0 k ax l)) +("fanatically" nil (f ax n ae1 t ih0 k ax l iy0)) +("fanaticism" nil (f ax n ae1 t ax s ih1 z ax m)) +("fanatics" nil (f ax n ae1 t ih0 k s)) +("fancher" nil (f ae1 n ch er0)) +("fanchon" nil (f ae1 n ch ax n)) +("fancied" nil (f ae1 n s iy0 d)) +("fancier" nil (f ae1 n s iy0 er0)) +("fanciers" nil (f ae1 n s iy0 er0 z)) +("fancies" nil (f ae1 n s iy0 z)) +("fanciest" nil (f ae1 n s iy0 ax s t)) +("fanciful" nil (f ae1 n s ih0 f ax l)) +("fancy" nil (f ae1 n s iy0)) +("fandango" nil (f ae0 n d ae1 ng g ow1)) +("fandel" nil (f ae1 n d ax l)) +("fandrich" nil (f ae1 n d r ih0 k)) +("fane" nil (f ey1 n)) +("fanech" nil (f ae1 n eh1 k)) +("fanelli" nil (f ax n eh1 l iy0)) +("faneuil" nil (f ae1 n y uw0 ih0 l)) +("fanfare" nil (f ae1 n f eh1 r)) +("fang" nil (f ae1 ng)) +("fanger" nil (f ae1 ng er0)) +("fangled" nil (f ae1 ng g ax l d)) +("fangman" nil (f ae1 ng m ax n)) +("fangs" nil (f ae1 ng z)) +("fanguy" nil (f ax ng g w iy1)) +("fankhauser" nil (f ae1 ng k hh aw1 z er0)) +("fanlike" nil (f ae1 n l ay1 k)) +("fann" nil (f ae1 n)) +("fanned" nil (f ae1 n d)) +("fannie" nil (f ae1 n iy0)) +("fannin" nil (f ae1 n ih0 n)) +("fanning" nil (f ae1 n ih0 ng)) +("fannon" nil (f ae1 n ax n)) +("fanny" nil (f ae1 n iy0)) +("fans" nil (f ae1 n z)) +("fansler" nil (f ae1 n s ax l er0)) +("fant" nil (f ae1 n t)) +("fanta" nil (f aa1 n t ax)) +("fantail" nil (f ae1 n t ey1 l)) +("fantasia" nil (f ae0 n t ey1 zh ax)) +("fantasies" nil (f ae1 n t ax s iy0 z)) +("fantasize" nil (f ae1 n t ax s ay1 z)) +("fantasized" nil (f ae1 n t ih0 s ay1 z d)) +("fantasizes" nil (f ae1 n t ax s ay1 z ih0 z)) +("fantasizing" nil (f ae1 n t ax s ay1 z ih0 ng)) +("fantastic" nil (f ae0 n t ae1 s t ih0 k)) +("fantastically" nil (f ae0 n t ae1 s t ih0 k l iy0)) +("fantastik" nil (f ae1 n t ae1 s t ih0 k)) +("fantasy" nil (f ae1 n t ax s iy0)) +("fantini" nil (f aa0 n t iy1 n iy0)) +("fantle" nil (f ae1 n t ax l)) +("fanton" nil (f ae1 n t ax n)) +("fantozzi" nil (f aa0 n t ow1 t s iy0)) +("fantroy" nil (f ae1 n t r oy1)) +("fanuc" nil (f ae1 n ax k)) +("fanucchi" nil (f aa0 n uw1 k iy0)) +("fanueil" nil (f ae1 n y ax l)) +("fao" nil (f aw1)) +("far" nil (f aa1 r)) +("farabaugh" nil (f ae1 r ax b ao1)) +("farabee" nil (f ae1 r ax b iy0)) +("farabundo" nil (f eh1 r ax b uw1 n d ow1)) +("farace" nil (f aa0 r aa1 ch iy0)) +("faraci" nil (f aa0 r aa1 ch iy0)) +("faraday" nil (f ae1 r ax d ey1)) +("faragher" nil (f ae1 r ax g hh er0)) +("farago" nil (f aa0 r aa1 g ow0)) +("farah" nil (f eh1 r ax)) +("faranda" nil (f er0 ae1 n d ax)) +("faraone" nil (f aa0 r aa0 ow1 n iy0)) +("faraway" nil (f aa1 r ax w ey1)) +("farb" nil (f aa1 r b)) +("farben" nil (f aa1 r b ax n)) +("farber" nil (f aa1 r b er0)) +("farberware" nil (f aa1 r b er0 w eh1 r)) +("farbman" nil (f aa1 r b m ax n)) +("farce" nil (f aa1 r s)) +("farcical" nil (f aa1 r s ax k ax l)) +("fare" nil (f eh1 r)) +("fared" nil (f eh1 r d)) +("fares" nil (f eh1 r z)) +("farese" nil (f aa0 r ey1 z iy0)) +("farewell" nil (f eh1 r w eh1 l)) +("farfan" nil (f aa1 r f ax n)) +("farfetched" nil (f aa1 r f eh1 ch t)) +("farge" nil (f aa1 r jh)) +("fargnoli" nil (f aa0 r g n ow1 l iy0)) +("fargo" nil (f aa1 r g ow1)) +("farha" nil (f aa1 r hh ax)) +("farhat" nil (f aa1 r hh ae1 t)) +("faria" nil (f aa1 r iy0 ax)) +("farias" nil (f eh1 r iy0 ax z)) +("farica" nil (f aa0 r iy1 k ax)) +("fariello" nil (f aa0 r iy0 eh1 l ow0)) +("faries" nil (f eh0 r iy1 z)) +("farina" nil (f er0 iy1 n ax)) +("farinacci" nil (f aa0 r iy0 n aa1 ch iy0)) +("farinas" nil (f er0 iy1 n ax z)) +("farinella" nil (f aa0 r iy0 n eh1 l ax)) +("faring" nil (f eh1 r iy0 ng)) +("farino" nil (f aa0 r iy1 n ow0)) +("faris" nil (f eh1 r ih0 s)) +("farish" nil (f eh1 r ih0 sh)) +("fariss" nil (f er0 ih1 s)) +("farkas" nil (f aa1 r k ax s)) +("farland" nil (f aa1 r l ax n d)) +("farlee" nil (f aa1 r l iy1)) +("farler" nil (f aa1 r l er0)) +("farless" nil (f aa1 r l ax s)) +("farley" nil (f aa1 r l iy0)) +("farling" nil (f aa1 r l ih0 ng)) +("farlow" nil (f aa1 r l ow1)) +("farly" nil (f aa1 r l iy0)) +("farm" nil (f aa1 r m)) +("farman" nil (f aa1 r m ax n)) +("farmboy" nil (f aa1 r m b oy1)) +("farmed" nil (f aa1 r m d)) +("farmer" nil (f aa1 r m er0)) +("farmers" nil (f aa1 r m er0 z)) +("farmhand" nil (f aa1 r m hh ae1 n d)) +("farmhands" nil (f aa1 r m hh ae1 n d z)) +("farmhouse" nil (f aa1 r m hh aw1 s)) +("farmhouses" nil (f aa1 r m hh aw1 s ax z)) +("farming" nil (f aa1 r m ih0 ng)) +("farmingdale" nil (f aa1 r m ih0 ng d ey1 l)) +("farmington" nil (f aa1 r m ih0 ng t ax n)) +("farmland" nil (f aa1 r m l ae1 n d)) +("farmlands" nil (f aa1 r m l ae1 n d z)) +("farms" nil (f aa1 r m z)) +("farmstead" nil (f aa1 r m s t eh1 d)) +("farmworker" nil (f aa1 r m w er1 k er0)) +("farmworkers" nil (f aa1 r m w er1 k er0 z)) +("farmyard" nil (f aa1 r m y aa1 r d)) +("farnall" nil (f aa1 r n ax l)) +("farnam" nil (f aa1 r n ax m)) +("farnan" nil (f aa1 r n ax n)) +("farnborough" nil (f aa1 r n b er0 ow0)) +("farnell" nil (f aa1 r n ax l)) +("farner" nil (f aa1 r n er0)) +("farnes" nil (f aa1 r n z)) +("farney" nil (f aa1 r n iy0)) +("farnham" nil (f aa1 r n ax m)) +("farnley" nil (f aa1 r n l iy0)) +("farnsworth" nil (f aa1 r n s w er0 th)) +("farnum" nil (f aa1 r n ax m)) +("farnworth" nil (f aa1 r n w er0 th)) +("faro" nil (f eh1 r ow0)) +("farold" nil (f ae1 r ow0 l d)) +("faron" nil (f eh1 r ax n)) +("farone" nil (f er0 ow1 n)) +("farquar" nil (f aa0 r k w aa1 r)) +("farquhar" nil (f aa1 r k w er0)) +("farquharson" nil (f aa0 r k ah1 hh aa0 r s ax n)) +("farr" nil (f aa1 r)) +("farra" nil (f aa1 r ax)) +("farragut" nil (f eh1 r ax g ax t)) +("farrah" nil (f eh1 r ax)) +("farrakhan" nil (f aa1 r ax k aa1 n)) +("farran" nil (f ae1 r ax n)) +("farrand" nil (f ae1 r ax n d)) +("farrant" nil (f aa1 r ax n t)) +("farrar" nil (f er0 aa1 r)) +("farrel" nil (f eh1 r ax l)) +("farrell" nil (f eh1 r ih0 l)) +("farrelly" nil (f eh1 r ax l iy0)) +("farren" nil (f eh1 r ax n)) +("farrens" nil (f ae1 r ax n z)) +("farrer" nil (f aa1 r er0)) +("farrey" nil (f ae1 r iy0)) +("farrier" nil (f eh1 r iy0 er0)) +("farrington" nil (f eh1 r ih0 ng t ax n)) +("farrior" nil (f aa0 r iy1 er0)) +("farris" nil (f eh1 r ih0 s)) +("farrish" nil (f ae1 r ih0 sh)) +("farro" nil (f aa1 r ow0)) +("farrow" nil (f eh1 r ow1)) +("farrowing" nil (f ae1 r ow1 ih0 ng)) +("farruggia" nil (f aa0 r uw1 g jh ax)) +("farrugia" nil (f aa0 r uw1 jh ax)) +("farry" nil (f ae1 r iy0)) +("farsi" nil (f aa1 r s iy0)) +("farsighted" nil (f aa1 r s ay1 t ax d)) +("farsightedness" nil (f aa1 r s ay1 t ih0 d n ax s)) +("farson" nil (f aa1 r s ax n)) +("farther" nil (f aa1 r dh er0)) +("farthest" nil (f aa1 r dh ax s t)) +("farthing" nil (f aa1 r dh ih0 ng)) +("farthingale" nil (f aa1 r dh ih0 ng g ey1 l)) +("farve" nil (f aa1 r v)) +("farver" nil (f aa1 r v er0)) +("farwell" nil (f aa1 r w eh1 l)) +("farwest" nil (f aa1 r w eh1 s t)) +("fasano" nil (f aa0 s aa1 n ow0)) +("fasbender" nil (f ae1 s b eh1 n d er0)) +("fascell" nil (f ax s eh1 l)) +("fasching" nil (f ae1 sh ih0 ng)) +("fasciano" nil (f aa0 s ch iy0 aa1 n ow0)) +("fascinate" nil (f ae1 s ax n ey1 t)) +("fascinated" nil (f ae1 s ax n ey1 t ax d)) +("fascinates" nil (f ae1 s ax n ey1 t s)) +("fascinating" nil (f ae1 s ax n ey1 t ih0 ng)) +("fascination" nil (f ae1 s ax n ey1 sh ax n)) +("fascism" nil (f ae1 sh ih1 z ax m)) +("fascist" nil (f ae1 sh ax s t)) +("fascists" nil (f ae1 sh ax s t s)) +("fashion" nil (f ae1 sh ax n)) +("fashionable" nil (f ae1 sh ax n ax b ax l)) +("fashionably" nil (f ae1 sh ax n ax b l iy0)) +("fashioned" nil (f ae1 sh ax n d)) +("fashioning" nil (f ae1 sh ax n ih0 ng)) +("fashions" nil (f ae1 sh ax n z)) +("fasick" nil (f ae1 s ih0 k)) +("fasig" nil (f ae1 s ih0 g)) +("fasnacht" nil (f ae1 s n ax k t)) +("faso" nil (f aa1 s ow0)) +("fason" nil (f ae1 s ax n)) +("fasone" nil (f aa0 s ow1 n iy0)) +("fass" nil (f ae1 s)) +("fassbender" nil (f ae1 s b eh1 n d er0)) +("fassett" nil (f ae1 s ih0 t)) +("fassler" nil (f ae1 s l er0)) +("fassnacht" nil (f ae1 s n ax k t)) +("fast" nil (f ae1 s t)) +("fastball" nil (f ae1 s t b ao1 l)) +("fasten" nil (f ae1 s ax n)) +("fastened" nil (f ae1 s ax n d)) +("fastener" nil (f ae1 s ax n er0)) +("fasteners" nil (f ae1 s ax n er0 z)) +("fastening" nil (f ae1 s ax n ih0 ng)) +("fastenings" nil (f ae1 s ax n ih0 ng z)) +("faster" nil (f ae1 s t er0)) +("fastest" nil (f ae1 s t ax s t)) +("fastfood" nil (f ae1 s t f uw1 d)) +("fastidious" nil (f ae0 s t ih1 d iy0 ax s)) +("fasting" nil (f ae1 s t ih0 ng)) +("fastness" nil (f ae1 s t n ax s)) +("fasts" nil (f ae1 s t s)) +("fasulo" nil (f ax s uw1 l ow0)) +("fat" nil (f ae1 t)) +("fata" nil (f aa1 t ax)) +("fatah" nil (f aa1 t ax)) +("fatal" nil (f ey1 t ax l)) +("fatalism" nil (f ey1 t ax l ih1 z ax m)) +("fatalities" nil (f ax t ae1 l ax t iy0 z)) +("fatality" nil (f ax t ae1 l ax t iy0)) +("fatally" nil (f ey1 t ax l iy0)) +("fate" nil (f ey1 t)) +("fated" nil (f ey1 t ih0 d)) +("fateful" nil (f ey1 t f ax l)) +("fates" nil (f ey1 t s)) +("fath" nil (f ae1 th)) +("father" nil (f aa1 dh er0)) +("fathered" nil (f aa1 dh er0 d)) +("fatheree" nil (f ae0 th er0 iy1)) +("fatherhood" nil (f aa1 dh er0 hh uh1 d)) +("fathering" nil (f aa1 dh er0 ih0 ng)) +("fatherland" nil (f aa1 dh er0 l ae1 n d)) +("fatherless" nil (f aa1 dh er0 l ax s)) +("fatherly" nil (f aa1 dh er0 l iy0)) +("fathers" nil (f aa1 dh er0 z)) +("fathi" nil (f ae1 th iy0)) +("fathom" nil (f ae1 dh ax m)) +("fathomable" nil (f ae1 dh ax m ax b ax l)) +("fathoms" nil (f ae1 dh ax m z)) +("fatigue" nil (f ax t iy1 g)) +("fatigued" nil (f ax t iy1 g d)) +("fatigues" nil (f ax t iy1 g z)) +("fats" nil (f ae1 t s)) +("fatten" nil (f ae1 t ax n)) +("fattened" nil (f ae1 t ax n d)) +("fattening" nil (f ae1 t ax n ih0 ng)) +("fatter" nil (f ae1 t er0)) +("fattest" nil (f ae1 t ax s t)) +("fatties" nil (f ae1 t iy0 z)) +("fatty" nil (f ae1 t iy0)) +("fatula" nil (f aa0 t uw1 l ax)) +("fatuous" nil (f ae1 ch ax w ax s)) +("fatzinger" nil (f ey1 t z ih0 ng er0)) +("faubel" nil (f aw1 b ax l)) +("fauber" nil (f aw1 b er0)) +("faubert" nil (f aw1 b er0 t)) +("faubion" nil (f aw1 b iy0 ax n)) +("fauble" nil (f ao1 b ax l)) +("faucet" nil (f ao1 s ax t)) +("faucets" nil (f ao1 s ax t s)) +("faucett" nil (f ao1 s ih0 t)) +("faucette" nil (f ow0 s eh1 t)) +("faucher" nil (f aw1 k er0)) +("faucheux" nil (f ow0 sh ow1)) +("fauci" nil (f ao1 s iy0)) +("faughn" nil (f ao1 n)) +("faughnan" nil (f ao1 n ax n)) +("faught" nil (f ao1 t)) +("faul" nil (f ao1 l)) +("faulcon" nil (f ao1 l k ax n)) +("faulconer" nil (f ao1 l k ax n er0)) +("faulding" nil (f ao1 l d ih0 ng)) +("faulds" nil (f ao1 l d z)) +("faulhaber" nil (f aw1 l hh ax b er0)) +("faulk" nil (f ao1 k)) +("faulkenberry" nil (f ao1 l k ax n b eh1 r iy0)) +("faulkner" nil (f ao1 k n er0)) +("faulks" nil (f ao1 k s)) +("faull" nil (f ao1 l)) +("faulstich" nil (f ao1 l s t ih0 ch)) +("fault" nil (f ao1 l t)) +("faulted" nil (f ao1 l t ih0 d)) +("faulting" nil (f ao1 l t ih0 ng)) +("faults" nil (f ao1 l t s)) +("faulty" nil (f ao1 l t iy0)) +("fauna" nil (f ao1 n ax)) +("faunal" nil (f aa1 n ax l)) +("faunce" nil (f ao1 n s)) +("fauntleroy" nil (f ao1 n t l er0 oy1)) +("fauntroy" nil (f ao1 n t r oy1)) +("faupel" nil (f ow0 p eh1 l)) +("faure" nil (f ao1 r)) +("faurot" nil (f ao0 r ow1)) +("fauroux" nil (f ao0 r uw1)) +("faus" nil (f ao1 z)) +("fauser" nil (f aw1 s er0)) +("fausett" nil (f ao1 s ih0 t)) +("fausey" nil (f ao1 s iy0)) +("fausnaugh" nil (f ao1 s n ao0)) +("fauss" nil (f ao1 s)) +("faust" nil (f aw1 s t)) +("fausta" nil (f ao1 s t ax)) +("faustian" nil (f ao1 s ch ax n)) +("faustina" nil (f ao1 s t iy1 n ax)) +("faustine" nil (f aw1 s t iy0 n)) +("faustino" nil (f ao1 s t iy1 n ow0)) +("fausto" nil (f ao1 s t ow0)) +("faustus" nil (f ao1 s t ax s)) +("fauteux" nil (f ow0 t ow1)) +("fauth" nil (f ao1 th)) +("fauver" nil (f aw1 v er0)) +("faux" nil (f ao1 k s)) +("fava" nil (f aa1 v ax)) +("favale" nil (f aa0 v aa1 l iy0)) +("favaloro" nil (f aa0 v aa0 l ao1 r ow0)) +("favaro" nil (f aa0 v aa1 r ow0)) +("favata" nil (f aa0 v aa1 t ax)) +("favazza" nil (f aa0 v aa1 t s ax)) +("favela" nil (f aa0 v eh1 l ax)) +("faver" nil (f ey1 v er0)) +("favero" nil (f aa0 v eh1 r ow0)) +("favia" nil (f aa1 v iy0 ax)) +("favinger" nil (f ey1 v ih0 ng er0)) +("favor" nil (f ey1 v er0)) +("favorability" nil (f ae1 v er0 ax b ih1 l ih0 t iy0)) +("favorable" nil (f ey1 v er0 ax b ax l)) +("favorably" nil (f ey1 v er0 ax b l iy0)) +("favored" nil (f ey1 v er0 d)) +("favoring" nil (f ey1 v er0 ih0 ng)) +("favorite" nil (f ey1 v er0 ih0 t)) +("favorites" nil (f ey1 v er0 ih0 t s)) +("favoritism" nil (f ey1 v er0 ih0 t ih1 z ax m)) +("favors" nil (f ey1 v er0 z)) +("favre" nil (f ey1 v er0)) +("favreau" nil (f ax v r ow1)) +("favro" nil (f ae1 v r ow0)) +("faw" nil (f ao1)) +("fawbush" nil (f ao1 b ax sh)) +("fawcett" nil (f ao1 s ih0 t)) +("fawkes" nil (f ao1 k s)) +("fawley" nil (f ao1 l iy0)) +("fawn" nil (f ao1 n)) +("fawning" nil (f ao1 n ih0 ng)) +("fawver" nil (f ao1 v er0)) +("fax" nil (f ae1 k s)) +("faxed" nil (f ae1 k s t)) +("faxes" nil (f ae1 k s ih0 z)) +("faxing" nil (f ae1 k s ih0 ng)) +("faxon" nil (f ae1 k s ax n)) +("fay" nil (f ey1)) +("fayanne" nil (f ey1 ih0 n)) +("fayard" nil (f ax y aa1 r d)) +("faye" nil (f ey1)) +("fayed" nil (f ey1 d)) +("fayette" nil (f ey1 eh1 t)) +("fayetteville" nil (f ey1 eh1 t v ih1 l)) +("fayez" nil (f ey1 eh0 z)) +("fayme" nil (f ey1 m)) +("faymonville" nil (f ey1 m ax n v ih1 l)) +("fayne" nil (f ey1 n)) +("fayrouz" nil (f ey1 r uw1 z)) +("faz" nil (f ae1 z)) +("faze" nil (f ey1 z)) +("fazed" nil (f ey1 z d)) +("fazekas" nil (f ae1 z ih0 k ax z)) +("fazenbaker" nil (f ey1 z ax n b ey1 k er0)) +("fazio" nil (f ey1 z iy0 ow0)) +("fazzino" nil (f aa0 t s iy1 n ow0)) +("fazzio" nil (f ae1 z iy0 ow0)) +("fe" nil (f ey1)) +("feagan" nil (f ey1 g ax n)) +("feagans" nil (f iy1 g ax n z)) +("feagin" nil (f iy1 jh ih0 n)) +("feagins" nil (f iy1 jh ih0 n z)) +("feagle" nil (f iy1 g ax l)) +("fealty" nil (f iy1 ax l t iy0)) +("fear" nil (f ih1 r)) +("feared" nil (f ih1 r d)) +("fearful" nil (f ih1 r f ax l)) +("fearing" nil (f ih1 r ih0 ng)) +("fearless" nil (f ih1 r l ax s)) +("fearn" nil (f er1 n)) +("fearnow" nil (f er1 n ow0)) +("fearon" nil (f ih1 r ax n)) +("fears" nil (f ih1 r z)) +("fearsome" nil (f ih1 r s ax m)) +("feasel" nil (f iy1 z ax l)) +("feasibility" nil (f iy1 z ax b ih1 l ax t iy0)) +("feasible" nil (f iy1 z ax b ax l)) +("feast" nil (f iy1 s t)) +("feasted" nil (f iy1 s t ih0 d)) +("feaster" nil (f iy1 s t er0)) +("feasting" nil (f iy1 s t ih0 ng)) +("feasts" nil (f iy1 s t s)) +("feat" nil (f iy1 t)) +("feather" nil (f eh1 dh er0)) +("featherbedding" nil (f eh1 dh er0 b eh1 d ih0 ng)) +("feathered" nil (f eh1 dh er0 d)) +("feathering" nil (f eh1 dh er0 ih0 ng)) +("featherless" nil (f eh1 dh er0 l ax s)) +("featherly" nil (f eh1 dh er0 l iy0)) +("feathers" nil (f eh1 dh er0 z)) +("featherston" nil (f eh0 th er1 s t ax n)) +("featherstone" nil (f eh1 dh er0 s t ow1 n)) +("featherweight" nil (f eh1 dh er0 w ey1 t)) +("feathery" nil (f eh1 dh er0 iy0)) +("feats" nil (f iy1 t s)) +("feature" nil (f iy1 ch er0)) +("featured" nil (f iy1 ch er0 d)) +("featureless" nil (f iy1 ch er0 l ax s)) +("features" nil (f iy1 ch er0 z)) +("featuring" nil (f iy1 ch er0 ih0 ng)) +("feazel" nil (f iy1 z ax l)) +("feazell" nil (f iy1 z ax l)) +("feb" nil (f eh1 b y ax w eh1 r iy0)) +("febles" nil (f eh1 b ax l z)) +("febres" nil (f eh1 b r ax s)) +("february" nil (f eh1 b y ax w eh1 r iy0)) +("fecal" nil (f iy1 k ax l)) +("feces" nil (f iy1 s iy1 z)) +("fecher" nil (f eh1 k er0)) +("fechner" nil (f eh1 k n er0)) +("fecht" nil (f eh1 k t)) +("fechter" nil (f eh1 k t er0)) +("feck" nil (f eh1 k)) +("feckless" nil (f eh1 k l ih0 s)) +("fecteau" nil (f ih0 k t ow1)) +("fed" nil (f eh1 d)) +("fedak" nil (f eh1 d ax k)) +("fedder" nil (f eh1 d er0)) +("fedders" nil (f eh1 d er0 z)) +("feddersen" nil (f eh1 d er0 s ax n)) +("fede" nil (f iy1 d)) +("fedeccredito" nil (f eh0 d eh1 k r eh0 d iy1 t ow0)) +("fedele" nil (f eh1 d ax l)) +("fedeli" nil (f eh0 d eh1 l iy0)) +("feder" nil (f eh1 d er0)) +("federal" nil (f eh1 d er0 ax l)) +("federalism" nil (f eh1 d er0 ax l ih1 z ax m)) +("federalist" nil (f eh1 d er0 ax l ih0 s t)) +("federalists" nil (f eh1 d er0 ax l ih0 s t s)) +("federalized" nil (f eh1 d er0 ax l ay1 z d)) +("federally" nil (f eh1 d er0 ax l iy0)) +("federals" nil (f eh1 d er0 ax l z)) +("federated" nil (f eh1 d er0 ey1 t ih0 d)) +("federation" nil (f eh1 d er0 ey1 sh ax n)) +("federations" nil (f eh1 d er0 ey1 sh ax n z)) +("federative" nil (f eh1 d er0 ax t ih0 v)) +("federbush" nil (f eh1 d er0 b uh1 sh)) +("federer" nil (f eh1 d er0 er0)) +("federica" nil (f eh0 d er0 iy1 k ax)) +("federici" nil (f eh0 d er0 iy1 ch iy0)) +("federico" nil (f eh0 d er0 iy1 k ow0)) +("federle" nil (f eh1 d er0 ax l)) +("federman" nil (f iy1 d er0 m ax n)) +("federoff" nil (f eh1 d er0 ao1 f)) +("federspiel" nil (f eh1 d er0 s p iy0 l)) +("fedewa" nil (f ih0 d uw1 ax)) +("fedex" nil (f eh1 d eh1 k s)) +("fediay" nil (f iy1 d iy0 ey1)) +("fedler" nil (f eh1 d l er0)) +("fedor" nil (f eh1 d er0)) +("fedora" nil (f ih0 d ao1 r ax)) +("fedorchak" nil (f eh1 d er0 k ax k)) +("fedorko" nil (f ih0 d ao1 r k ow0)) +("fedrick" nil (f eh1 d r ih0 k)) +("feds" nil (f eh1 d z)) +("fee" nil (f iy1)) +("feeback" nil (f iy1 b ae1 k)) +("feeble" nil (f iy1 b ax l)) +("feebly" nil (f iy1 b l iy0)) +("feed" nil (f iy1 d)) +("feedback" nil (f iy1 d b ae1 k)) +("feeder" nil (f iy1 d er0)) +("feeders" nil (f iy1 d er0 z)) +("feeding" nil (f iy1 d ih0 ng)) +("feedings" nil (f iy1 d ih0 ng z)) +("feedlot" nil (f iy1 d l aa1 t)) +("feedlots" nil (f iy1 d l aa1 t s)) +("feeds" nil (f iy1 d z)) +("feedstock" nil (f iy1 d s t aa1 k)) +("feedstocks" nil (f iy1 d s t aa1 k s)) +("feehan" nil (f iy1 ax n)) +("feel" nil (f iy1 l)) +("feeler" nil (f iy1 l er0)) +("feelers" nil (f iy1 l er0 z)) +("feeley" nil (f iy1 l iy0)) +("feeling" nil (f iy1 l ih0 ng)) +("feelings" nil (f iy1 l ih0 ng z)) +("feels" nil (f iy1 l z)) +("feely" nil (f iy1 l iy0)) +("feemster" nil (f iy1 m s t er0)) +("feeney" nil (f iy1 n iy0)) +("feenstra" nil (f iy1 n s t r ax)) +("feeny" nil (f iy1 n iy0)) +("fees" nil (f iy1 z)) +("feese" nil (f iy1 z)) +("feeser" nil (f iy1 z er0)) +("feet" nil (f iy1 t)) +("feezor" nil (f iy1 z er0)) +("feffer" nil (f eh1 f er0)) +("fegan" nil (f eh1 g ax n)) +("feger" nil (f iy1 g er0)) +("fegley" nil (f eh1 g l iy0)) +("feher" nil (f eh1 hh er0)) +("fehl" nil (f eh1 l)) +("fehling" nil (f eh1 l ih0 ng)) +("fehlman" nil (f eh1 l m ax n)) +("fehn" nil (f eh1 n)) +("fehnel" nil (f eh1 n ax l)) +("fehr" nil (f eh1 r)) +("fehrenbach" nil (f eh1 r ih0 n b aa0 k)) +("fehrenbacher" nil (f eh1 r ih0 n b aa0 k er0)) +("fehring" nil (f eh1 r ih0 ng)) +("fehringer" nil (f eh1 r ih0 ng er0)) +("fehrman" nil (f eh1 r m ax n)) +("feick" nil (f iy1 k)) +("feickert" nil (f ay1 k er0 t)) +("feig" nil (f iy1 g)) +("feige" nil (f iy1 jh)) +("feigel" nil (f ay1 g ax l)) +("feigen" nil (f ay1 g ax n)) +("feigenbaum" nil (f ay1 g ax n b aw1 m)) +("feighan" nil (f ey1 g ax n)) +("feighner" nil (f ey1 n er0)) +("feight" nil (f ey1 t)) +("feigin" nil (f ay1 g ih0 n)) +("feign" nil (f ey1 n)) +("feigned" nil (f ey1 n d)) +("feigning" nil (f ey1 n ih0 ng)) +("feil" nil (f iy1 l)) +("feild" nil (f iy1 l d)) +("feiler" nil (f ay1 l er0)) +("feimster" nil (f ay1 m s t er0)) +("fein" nil (f ay1 n)) +("feinauer" nil (f ay1 n aw0 er0)) +("feinberg" nil (f ay1 n b er0 g)) +("feiner" nil (f ay1 n er0)) +("feingold" nil (f ay1 ng g ow0 l d)) +("feinman" nil (f ay1 n m ax n)) +("feinstein" nil (f ay1 n s t ay1 n)) +("feint" nil (f ey1 n t)) +("feist" nil (f ay1 s t)) +("feister" nil (f ay1 s t er0)) +("feisty" nil (f ay1 s t iy0)) +("feit" nil (f ay1 t)) +("feith" nil (f ay1 th)) +("feitz" nil (f ay1 t s)) +("fejes" nil (f ih0 zh iy1 z)) +("fekete" nil (f eh1 k iy0 t)) +("fel" nil (f eh1 l)) +("fela" nil (f eh1 l ax)) +("felan" nil (f eh1 l ax n)) +("felbatol" nil (f eh1 l b ax t aa0 l)) +("felber" nil (f eh1 l b er0)) +("felch" nil (f eh1 l ch)) +("feld" nil (f eh1 l d)) +("felda" nil (f eh1 l d ax)) +("feldberg" nil (f eh1 l d b er0 g)) +("felde" nil (f eh1 l d)) +("feldene" nil (f eh0 l d iy1 n)) +("felder" nil (f eh1 l d er0)) +("felderman" nil (f eh1 l d er0 m ax n)) +("feldhaus" nil (f eh1 l d hh aw1 s)) +("feldkamp" nil (f eh1 l d k ae1 m p)) +("feldman" nil (f eh1 l d m ax n)) +("feldmann" nil (f eh1 l d m ax n)) +("feldmeier" nil (f eh1 l d m ay0 er0)) +("feldmuehle" nil (f eh1 l d m y uw1 l ax)) +("feldner" nil (f eh1 l d n er0)) +("feldpausch" nil (f eh1 l d p aw1 sh)) +("feldspar" nil (f eh1 l d s p aa1 r)) +("feldspars" nil (f eh1 l d s p aa1 r z)) +("feldstein" nil (f eh1 l d s t ay0 n)) +("feldt" nil (f eh1 l t)) +("felgenhauer" nil (f eh1 l g ih0 n hh aw0 er0)) +("felger" nil (f eh1 l g er0)) +("felice" nil (f ax l iy1 s)) +("felicetti" nil (f eh0 l iy0 ch eh1 t iy0)) +("felicia" nil (f ax l iy1 sh ax)) +("feliciano" nil (f ax l iy0 s iy0 aa1 n ow0)) +("felicite" nil (f eh1 l ih0 s ay1 t)) +("felicitous" nil (f ih0 l ih1 s ax t ax s)) +("felicity" nil (f ih0 l ih1 s ax t iy0)) +("feline" nil (f iy1 l ay1 n)) +("felines" nil (f iy1 l ay1 n z)) +("felipe" nil (f ax l iy1 p)) +("felis" nil (f eh1 l ih0 s)) +("felix" nil (f iy1 l ih0 k s)) +("feliz" nil (f eh1 l ih0 z)) +("felkel" nil (f eh1 l k ax l)) +("felker" nil (f eh1 l k er0)) +("felkins" nil (f eh1 l k ih0 n z)) +("felkner" nil (f eh1 l k n er0)) +("fell" nil (f eh1 l)) +("fella" nil (f eh1 l ax)) +("felland" nil (f eh1 l ax n d)) +("fellas" nil (f eh1 l ax s)) +("felled" nil (f eh1 l d)) +("fellenz" nil (f eh1 l ih0 n s)) +("feller" nil (f eh1 l er0)) +("fellers" nil (f eh1 l er0 z)) +("fellheimer" nil (f eh1 l hh ay1 m er0)) +("fellin" nil (f eh1 l ih0 n)) +("felling" nil (f eh1 l ih0 ng)) +("fellinger" nil (f eh1 l ih0 ng er0)) +("fellman" nil (f eh1 l m ax n)) +("fellmeth" nil (f eh1 l m ax th)) +("fellner" nil (f eh1 l n er0)) +("fellow" nil (f eh1 l ow0)) +("fellowes" nil (f eh1 l ow1 z)) +("fellows" nil (f eh1 l ow0 z)) +("fellowship" nil (f eh1 l ow0 sh ih1 p)) +("fellowships" nil (f eh1 l ow0 sh ih1 p s)) +("fells" nil (f eh1 l z)) +("fellsway" nil (f eh1 l z w ey1)) +("felman" nil (f eh1 l m ax n)) +("felmlee" nil (f eh1 l m l iy0)) +("felon" nil (f eh1 l ax n)) +("felonies" nil (f eh1 l ax n iy0 z)) +("felons" nil (f eh1 l ax n z)) +("felony" nil (f eh1 l ax n iy0)) +("felps" nil (f eh1 l p s)) +("felrice" nil (f eh1 l r ay1 s)) +("fels" nil (f eh1 l z)) +("felsenthal" nil (f eh1 l z ax n th aa1 l)) +("felske" nil (f eh1 l s k)) +("felt" nil (f eh1 l t)) +("felten" nil (f eh1 l t ax n)) +("felter" nil (f eh1 l t er0)) +("feltes" nil (f eh1 l t s)) +("feltman" nil (f eh1 l t m ax n)) +("feltner" nil (f eh1 l t n er0)) +("felton" nil (f eh1 l t ax n)) +("feltrax" nil (f eh1 l t r ae0 k s)) +("felts" nil (f eh1 l t s)) +("feltsman" nil (f eh1 l t s m ax n)) +("feltus" nil (f eh1 l t ax s)) +("felty" nil (f eh1 l t iy0)) +("feltz" nil (f eh1 l t s)) +("felucca" nil (f ih0 l ah1 k ax)) +("felver" nil (f eh1 l v er0)) +("female" nil (f iy1 m ey1 l)) +("females" nil (f iy1 m ey1 l z)) +("femia" nil (f iy1 m iy0 ax)) +("femina" nil (f eh1 m ih0 n ax)) +("feminine" nil (f eh1 m ax n ax n)) +("femininity" nil (f eh1 m ax n ih1 n ax t iy0)) +("feminism" nil (f eh1 m ih0 n ih1 z ax m)) +("feminist" nil (f eh1 m ax n ax s t)) +("feminists" nil (f eh1 m ax n ax s t s)) +("femme" nil (f eh1 m)) +("femoral" nil (f eh1 m er0 ax l)) +("femrite" nil (f eh1 m r ay1 t)) +("femsa" nil (f eh1 m s ax)) +("femur" nil (f iy1 m er0)) +("fence" nil (f eh1 n s)) +("fenced" nil (f eh1 n s t)) +("fenceless" nil (f eh1 n s l ax s)) +("fences" nil (f eh1 n s ax z)) +("fencing" nil (f eh1 n s ih0 ng)) +("fencl" nil (f eh1 ng k ax l)) +("fend" nil (f eh1 n d)) +("fended" nil (f eh1 n d ih0 d)) +("fender" nil (f eh1 n d er0)) +("fenders" nil (f eh1 n d er0 z)) +("fenderson" nil (f eh1 n d er0 s ax n)) +("fendi" nil (f eh1 n d iy0)) +("fending" nil (f eh1 n d ih0 ng)) +("fendler" nil (f eh1 n d l er0)) +("fendley" nil (f eh1 n d l iy0)) +("fendrick" nil (f eh1 n d r ih0 k)) +("fends" nil (f eh1 n d z)) +("fendt" nil (f eh1 n t)) +("fenech" nil (f eh1 n ih0 k)) +("fenella" nil (f eh0 n eh1 l ax)) +("fenelon" nil (f eh1 n ih0 l aa1 n)) +("feng" nil (f eh1 ng)) +("fenger" nil (f eh1 ng er0)) +("fenian" nil (f iy1 n iy0 ax n)) +("fenichell" nil (f eh1 n ih0 ch ax l)) +("fenimore" nil (f eh1 n ih0 m ao1 r)) +("fenley" nil (f eh1 n l iy0)) +("fenlon" nil (f eh1 n l ax n)) +("fenn" nil (f eh1 n)) +("fennel" nil (f eh1 n ax l)) +("fennell" nil (f eh1 n ax l)) +("fennelly" nil (f eh1 n ax l iy0)) +("fennema" nil (f eh1 n ih0 m ax)) +("fenner" nil (f eh1 n er0)) +("fennessey" nil (f eh1 n ih0 s iy0)) +("fennessy" nil (f eh1 n ih0 s iy0)) +("fennewald" nil (f eh1 n ih0 w ao0 l d)) +("fenney" nil (f eh1 n iy0)) +("fennimore" nil (f eh1 n ih0 m ao1 r)) +("fenno" nil (f eh1 n ow0)) +("fenoglio" nil (f eh0 n ow1 g l iy0 ow0)) +("fenske" nil (f eh1 n s k)) +("fenster" nil (f eh1 n s t er0)) +("fenstermacher" nil (f eh1 n s t er0 m ax k er0)) +("fenstermaker" nil (f eh1 n s t er0 m ey1 k er0)) +("fensterstock" nil (f eh1 n s t er0 s t aa1 k)) +("fent" nil (f eh1 n t)) +("fenter" nil (f eh1 n t er0)) +("fenton" nil (f eh1 n t ax n)) +("fentress" nil (f eh1 n t r ih0 s)) +("fenugreek" nil (f eh1 n uw0 g r iy1 k)) +("fenway" nil (f eh1 n w ey1)) +("fenwick" nil (f eh1 n w ih1 k)) +("fenwood" nil (f eh1 n w uh1 d)) +("fenyvessy" nil (f eh1 n ih0 v eh1 s iy0)) +("fenzel" nil (f eh1 n z ax l)) +("feodor" nil (f iy1 ax d er0)) +("feodora" nil (f iy0 ax d ao1 r ax)) +("feola" nil (f iy0 aa1 l ax)) +("fer" nil (f er1)) +("fera" nil (f eh1 r ax)) +("feral" nil (f eh1 r ax l)) +("ferber" nil (f er1 b er0)) +("ferch" nil (f er1 k)) +("ferd" nil (f er1 d)) +("ferderer" nil (f er1 d er0 er0)) +("ferdie" nil (f er1 d iy0)) +("ferdig" nil (f er1 d ih0 g)) +("ferdinand" nil (f er1 d ih0 n ae1 n d)) +("ferdinanda" nil (f er0 d iy0 n aa1 n d ax)) +("ferdon" nil (f eh0 r d ao1 n)) +("ferebee" nil (f eh1 r ih0 b iy0)) +("ferenc" nil (f er0 eh1 n s)) +("ference" nil (f ih1 r ax n s)) +("ferencz" nil (f eh1 r ih0 n ch)) +("ferg" nil (f er1 g)) +("fergason" nil (f er1 g ax s ax n)) +("ferger" nil (f er1 g er0)) +("fergerson" nil (f er1 g er0 s ax n)) +("fergeson" nil (f er1 g ax s ax n)) +("fergie" nil (f er1 g iy0)) +("fergus" nil (f er1 g ax s)) +("ferguson" nil (f er1 g ax s ax n)) +("fergusson" nil (f er1 g ax s ax n)) +("feria" nil (f eh1 r iy0 ax)) +("ferko" nil (f er1 k ow0)) +("ferland" nil (f er1 l ax n d)) +("ferm" nil (f er1 m)) +("ferman" nil (f er1 m ax n)) +("ferment" nil (f er0 m eh1 n t)) +("fermenta" nil (f er0 m eh1 n t ax)) +("fermentation" nil (f er1 m ax n t ey1 sh ax n)) +("fermented" nil (f er0 m eh1 n t ax d)) +("fermenting" nil (f er0 m eh1 n t ih0 ng)) +("ferments" nil (f er0 m eh1 n t s)) +("fermi" nil (f er1 m iy0)) +("fermilab" nil (f er1 m ih0 l ae1 b)) +("fermin" nil (f er1 m ih0 n)) +("fermium" nil (f eh1 r m iy0 ax m)) +("fermoyle" nil (f er1 m oy1 l)) +("fern" nil (f er1 n)) +("fernald" nil (f er0 n aa1 l d)) +("fernand" nil (f er0 n ae1 n d)) +("fernanda" nil (f er0 n ae1 n d ax)) +("fernandes" nil (f er0 n aa1 n d eh0 s)) +("fernandez" nil (f er0 n ae1 n d eh0 z)) +("fernandina" nil (f er0 n ax n d iy1 n ax)) +("fernando" nil (f er0 n ae1 n d ow0)) +("fernao" nil (f er0 n aw1)) +("fernau" nil (f er1 n aw0)) +("fernberg" nil (f er1 n b er0 g)) +("ferndale" nil (f er1 n d ey1 l)) +("ferner" nil (f er1 n er0)) +("fernery" nil (f er1 n er0 iy0)) +("fernholz" nil (f er1 n hh ow0 l z)) +("fernicola" nil (f er0 n iy0 k ow1 l ax)) +("fernlike" nil (f er1 n l ay1 k)) +("ferns" nil (f er1 n z)) +("fernstrom" nil (f er1 n s t r ax m)) +("fero" nil (f eh1 r ow0)) +("ferocious" nil (f er0 ow1 sh ax s)) +("ferociously" nil (f er0 ow1 sh ih0 s l iy0)) +("ferocity" nil (f er0 aa1 s ax t iy0)) +("ferol" nil (f eh1 r ax l)) +("ferra" nil (f eh1 r ax)) +("ferraioli" nil (f eh1 r ay0 ow0 l iy0)) +("ferrall" nil (f eh1 r ax l)) +("ferran" nil (f eh1 r ax n)) +("ferrand" nil (f eh1 r ax n d)) +("ferrandino" nil (f er0 aa0 n d iy1 n ow0)) +("ferrando" nil (f eh1 r ae1 n d ow0)) +("ferrant" nil (f eh1 r ax n t)) +("ferrante" nil (f er0 aa1 n t iy0)) +("ferranti" nil (f eh0 r ae1 n t iy0)) +("ferrara" nil (f er0 aa1 r ax)) +("ferrari" nil (f er0 aa1 r iy0)) +("ferrario" nil (f er0 aa1 r iy0 ow0)) +("ferraris" nil (f er0 aa1 r ih0 s)) +("ferraro" nil (f er0 aa1 r ow0)) +("ferre" nil (f eh1 r)) +("ferrebee" nil (f eh1 r ih0 b iy0)) +("ferree" nil (f er0 iy1)) +("ferreira" nil (f eh0 r ey1 r ax)) +("ferreiro" nil (f eh0 r eh1 r ow0)) +("ferrel" nil (f eh0 r eh1 l)) +("ferrell" nil (f eh1 r ih0 l)) +("ferrelli" nil (f er0 eh1 l iy0)) +("ferren" nil (f eh1 r ax n)) +("ferrency" nil (f eh1 r eh1 n s iy0)) +("ferrentino" nil (f er0 eh0 n t iy1 n ow0)) +("ferrer" nil (f eh1 r er0)) +("ferrera" nil (f eh0 r eh1 r ax)) +("ferreri" nil (f er0 eh1 r iy0)) +("ferrero" nil (f eh0 r eh1 r ow0)) +("ferret" nil (f eh1 r ax t)) +("ferreted" nil (f eh1 r ax t ax d)) +("ferreting" nil (f eh1 r ax t ih0 ng)) +("ferrets" nil (f eh1 r ax t s)) +("ferretti" nil (f er0 eh1 t iy0)) +("ferri" nil (f eh1 r iy0)) +("ferrick" nil (f eh1 r ih0 k)) +("ferrie" nil (f eh1 r iy0)) +("ferried" nil (f eh1 r iy0 d)) +("ferrier" nil (f eh1 r iy0 er0)) +("ferriera" nil (f er0 ih1 r ax)) +("ferries" nil (f eh1 r iy0 z)) +("ferrigno" nil (f er0 iy1 g n ow0)) +("ferrill" nil (f eh0 r iy1 l)) +("ferrin" nil (f eh1 r ih0 n)) +("ferrington" nil (f eh1 r ih0 ng t ax n)) +("ferrini" nil (f er0 iy1 n iy0)) +("ferris" nil (f eh1 r ih0 s)) +("ferriss" nil (f eh1 r ih0 s ih0 z)) +("ferrite" nil (f eh1 r ay0 t)) +("ferriter" nil (f eh1 r ay0 t er0)) +("ferriz" nil (f eh1 r ih0 z)) +("ferro" nil (f eh1 r ow0)) +("ferrochrome" nil (f eh1 r ax k r ow1 m)) +("ferrofluidics" nil (f eh1 r ow0 f l uw0 ih1 d ih0 k s)) +("ferromagnet" nil (f eh1 r ow0 m ae1 g n ax t)) +("ferromagnetic" nil (f eh1 r ow0 m ae1 g n eh1 t ih0 k)) +("ferromagnetism" nil (f eh1 r ow0 m ae1 g n ax t ih1 z ax m)) +("ferron" nil (f eh1 r ax n)) +("ferrone" nil (f er0 ow1 n iy0)) +("ferronickel" nil (f eh1 r ax n ih1 k ax l)) +("ferrotype" nil (f eh1 r ax t ay1 p)) +("ferrous" nil (f eh1 r ax s)) +("ferrucci" nil (f er0 uw1 ch iy0)) +("ferruzzi" nil (f eh0 r uw1 z iy0)) +("ferry" nil (f eh1 r iy0)) +("ferrying" nil (f eh1 r iy0 ih0 ng)) +("ferryman" nil (f eh1 r iy0 m ax n)) +("fertig" nil (f er1 t ih0 g)) +("fertile" nil (f er1 t ax l)) +("fertility" nil (f er0 t ih1 l ax t iy0)) +("fertilization" nil (f er1 t ax l ih0 z ey1 sh ax n)) +("fertilize" nil (f er1 t ax l ay1 z)) +("fertilized" nil (f er1 t ax l ay1 z d)) +("fertilizer" nil (f er1 t ax l ay1 z er0)) +("fertilizers" nil (f er1 t ax l ay1 z er0 z)) +("fertilizes" nil (f er1 t ax l ay1 z ih0 z)) +("fertilizing" nil (f er1 t ax l ay1 z ih0 ng)) +("fertitta" nil (f er0 t iy1 t ax)) +("ferullo" nil (f er0 uw1 l ow0)) +("fervent" nil (f er1 v ax n t)) +("fervently" nil (f er1 v ax n t l iy0)) +("fervid" nil (f er1 v ax d)) +("fervor" nil (f er1 v er0)) +("fery" nil (f eh1 r iy0)) +("feschbach" nil (f eh1 sh b aa1 k)) +("fescue" nil (f eh1 s k y uw1)) +("feser" nil (f iy1 z er0)) +("feshbach" nil (f eh1 sh b aa1 k)) +("fesler" nil (f eh1 s ax l er0)) +("fesmire" nil (f eh1 s m ay1 r)) +("fesperman" nil (f eh1 s p er0 m ax n)) +("fess" nil (f eh1 s)) +("fessel" nil (f eh1 s ax l)) +("fessenden" nil (f eh1 s ax n d ax n)) +("fessler" nil (f eh1 s l er0)) +("fest" nil (f eh1 s t)) +("festa" nil (f eh1 s t ax)) +("fester" nil (f eh1 s t er0)) +("festering" nil (f eh1 s t er0 ih0 ng)) +("festiva" nil (f eh0 s t iy1 v ax)) +("festival" nil (f eh1 s t ax v ax l)) +("festivals" nil (f eh1 s t ax v ax l z)) +("festive" nil (f eh1 s t ih0 v)) +("festivities" nil (f eh0 s t ih1 v ax t iy0 z)) +("festivity" nil (f eh0 s t ih1 v ax t iy0)) +("festooned" nil (f eh1 s t uw1 n d)) +("festspielhaus" nil (f eh1 s t s p iy1 l hh aw1 s)) +("festus" nil (f eh1 s t ax s)) +("fetal" nil (f iy1 t ax l)) +("fetch" nil (f eh1 ch)) +("fetched" nil (f eh1 ch t)) +("fetches" nil (f eh1 ch ih0 z)) +("fetching" nil (f eh1 ch ih0 ng)) +("fete" nil (f ey1 t)) +("feted" nil (f ey1 t ih0 d)) +("fetherolf" nil (f eh1 th er0 ow0 l f)) +("fetherston" nil (f eh1 th er0 s t ax n)) +("fetid" nil (f eh1 t ax d)) +("fetish" nil (f eh1 t ih0 sh)) +("fetishism" nil (f eh1 t ih0 sh ih1 z ax m)) +("fetishists" nil (f eh1 t ih0 sh ax s t s)) +("fetner" nil (f eh1 t n er0)) +("fetrow" nil (f eh1 t r ow0)) +("fetsch" nil (f eh1 ch)) +("fetsko" nil (f eh1 t s k ow0)) +("fett" nil (f eh1 t)) +("fette" nil (f eh1 t)) +("fetter" nil (f eh1 t er0)) +("fettered" nil (f eh1 t er0 d)) +("fetterhoff" nil (f eh1 t er0 hh ao0 f)) +("fetterly" nil (f eh1 t er0 l iy0)) +("fetterman" nil (f eh1 t er0 m ax n)) +("fetterolf" nil (f eh1 t er0 ow0 l f)) +("fetters" nil (f eh1 t er0 z)) +("fettes" nil (f eh1 t s)) +("fettig" nil (f eh1 t ih0 g)) +("fetting" nil (f eh1 t ih0 ng)) +("fetty" nil (f eh1 t iy0)) +("fetus" nil (f iy1 t ax s)) +("fetuses" nil (f iy1 t ax s ih0 z)) +("fetz" nil (f eh1 t s)) +("fetzer" nil (f eh1 t s er0)) +("feucht" nil (f oy1 k t)) +("feud" nil (f y uw1 d)) +("feudal" nil (f y uw1 d ax l)) +("feudalism" nil (f y uw1 d ax l ih1 z ax m)) +("feudalistic" nil (f y uw1 d ax l ih1 s t ih0 k)) +("feuded" nil (f y uw1 d ih0 d)) +("feuding" nil (f y uw1 d ih0 ng)) +("feuds" nil (f y uw1 d z)) +("feuer" nil (f y uw1 er0)) +("feuerborn" nil (f oy1 er0 b er0 n)) +("feuerman" nil (f y uw1 er0 m ax n)) +("feuerstein" nil (f y uw1 er0 s t iy1 n)) +("feulner" nil (f oy1 l n er0)) +("feustel" nil (f oy1 s t ax l)) +("feutz" nil (f y uw1 t s)) +("fever" nil (f iy1 v er0)) +("fevered" nil (f iy1 v er0 d)) +("feverfew" nil (f iy1 v er0 f y uw1)) +("feverfews" nil (f iy1 v er0 f y uw1 z)) +("feverish" nil (f iy1 v er0 ih0 sh)) +("feverishly" nil (f eh1 v er0 ih1 sh l iy0)) +("fevers" nil (f iy1 v er0 z)) +("few" nil (f y uw1)) +("fewell" nil (f eh1 w eh0 l)) +("fewer" nil (f y uw1 er0)) +("fewest" nil (f y uw1 ax s t)) +("fey" nil (f ey1)) +("feyen" nil (f ay1 n)) +("fez" nil (f eh1 z)) +("fi" nil (f ay1)) +("fiacco" nil (f iy0 aa1 k ow0)) +("fiala" nil (f iy0 aa1 l ax)) +("fialkowski" nil (f iy0 ax l k ao1 f s k iy0)) +("fiance" nil (f iy0 aa1 n s ey1)) +("fiancee" nil (f iy0 ae1 n s iy0)) +("fianna" nil (f iy0 ae1 n ax)) +("fiasco" nil (f iy0 ae1 s k ow0)) +("fiascos" nil (f iy0 ae1 s k ow0 z)) +("fiat" nil (f ay1 ae0 t)) +("fiber" nil (f ay1 b er0)) +("fiberboard" nil (f ay1 b er0 b ao1 r d)) +("fiberglas" nil (f ay1 b er0 g l ae1 s)) +("fiberglass" nil (f ay1 b er0 g l ae1 s)) +("fiberoptic" nil (f ay1 b er0 aa1 p t ih0 k)) +("fibers" nil (f ay1 b er0 z)) +("fiberweb" nil (f ay1 b er0 w eh1 b)) +("fibre" nil (f ay1 b er0)) +("fibreboard" nil (f ay1 b er0 b ao1 r d)) +("fibrillation" nil (f ih1 b r ih0 l ey1 sh ax n)) +("fibrin" nil (f ay1 b r ax n)) +("fibronics" nil (f ih0 b r aa1 n ih0 k s)) +("fibrosis" nil (f ay0 b r ow1 s ax s)) +("fibrous" nil (f ay1 b r ax s)) +("fibula" nil (f ih1 b y ax l ax)) +("ficarra" nil (f iy0 k aa1 r ax)) +("ficco" nil (f ih1 k ow0)) +("ficek" nil (f ih1 s ih0 k)) +("fichera" nil (f iy0 k eh1 r ax)) +("fichtel" nil (f ih1 ch t eh1 l)) +("fichter" nil (f ih1 k t er0)) +("fichtner" nil (f ih1 k t n er0)) +("fichus" nil (f ih1 ch ax s)) +("fick" nil (f ih1 k)) +("ficke" nil (f ih1 k)) +("fickel" nil (f ih1 k ax l)) +("ficken" nil (f ih1 k ax n)) +("ficker" nil (f ih1 k er0)) +("fickes" nil (f ih1 k s)) +("fickett" nil (f ih1 k ih0 t)) +("fickle" nil (f ih1 k ax l)) +("fickleness" nil (f ih1 k ax l n ax s)) +("ficklin" nil (f ih1 k l ih0 n)) +("fickling" nil (f ih1 k l ih0 ng)) +("fico" nil (f iy1 k ow0)) +("ficom" nil (f ih1 k ax m)) +("ficorca" nil (f ih0 k ao1 r k ax)) +("fiction" nil (f ih1 k sh ax n)) +("fictional" nil (f ih1 k sh ax n ax l)) +("fictionalized" nil (f ih1 k sh ax n ax l ay1 z d)) +("fictions" nil (f ih1 k sh ax n z)) +("fictitious" nil (f ih0 k t ih1 sh ax s)) +("fidalgo" nil (f iy0 d aa1 l g ow0)) +("fidata" nil (f ih0 d aa1 t ax)) +("fiddle" nil (f ih1 d ax l)) +("fiddled" nil (f ih1 d ax l d)) +("fiddler" nil (f ih1 d ax l er0)) +("fiddles" nil (f ih1 d ax l z)) +("fiddling" nil (f ih1 d l ih0 ng)) +("fide" nil (f ay1 d)) +("fidel" nil (f ih0 d eh1 l)) +("fidelco" nil (f ih0 d eh1 l k ow0)) +("fidelcor" nil (f ih1 d ax l k ao1 r)) +("fidelia" nil (f ih0 d iy1 l y ax)) +("fidelity" nil (f ax d eh1 l ax t iy0)) +("fidenas" nil (f ih1 d ih0 n ax s)) +("fides" nil (f ay1 d z)) +("fidget" nil (f ih1 jh ih0 t)) +("fidgeting" nil (f ih1 jh ax t ih0 ng)) +("fidler" nil (f ay1 d ax l er0)) +("fido" nil (f ay1 d ow0)) +("fiduciares" nil (f ih0 d uw1 s iy0 eh1 r z)) +("fiduciaries" nil (f ih0 d uw1 sh iy0 eh1 r iy0 z)) +("fiduciary" nil (f ax d uw1 sh iy0 eh1 r iy0)) +("fiebelkorn" nil (f iy1 b ih0 l k er0 n)) +("fieber" nil (f iy1 b er0)) +("fiebig" nil (f iy1 b ih0 g)) +("fiebiger" nil (f iy1 b ih0 g er0)) +("fiechter" nil (f ih1 k t er0)) +("fiedler" nil (f iy1 d l er0)) +("fief" nil (f iy1 f)) +("fiefdom" nil (f iy1 f d ax m)) +("fiefdoms" nil (f iy1 f d ax m z)) +("fiegel" nil (f iy1 g ax l)) +("fieger" nil (f iy1 g er0)) +("fiel" nil (f iy1 l)) +("field" nil (f iy1 l d)) +("fieldcrest" nil (f iy1 l d k r eh1 s t)) +("fielded" nil (f iy1 l d ih0 d)) +("fielden" nil (f iy1 l d ax n)) +("fielder" nil (f iy1 l d er0)) +("fielders" nil (f iy1 l d er0 z)) +("fieldhouse" nil (f iy1 l d hh aw1 s)) +("fielding" nil (f iy1 l d ih0 ng)) +("fields" nil (f iy1 l d z)) +("fieldwork" nil (f iy1 l d w er1 k)) +("fiend" nil (f iy1 n d)) +("fiendish" nil (f iy1 n d ih0 sh)) +("fiends" nil (f iy1 n d z)) +("fiene" nil (f iy1 n)) +("fier" nil (f ih1 r)) +("fierce" nil (f ih1 r s)) +("fiercely" nil (f ih1 r s l iy0)) +("fiercer" nil (f ih1 r s er0)) +("fiercest" nil (f ih1 r s ax s t)) +("fierman" nil (f ih1 r m ax n)) +("fiero" nil (f iy1 r ow0)) +("fieros" nil (f iy0 eh1 r ow0 s)) +("fierro" nil (f ih1 r ow0)) +("fierros" nil (f ih1 r ow0 z)) +("fiers" nil (f iy1 r z)) +("fierst" nil (f iy1 r s t)) +("fierstein" nil (f iy1 r s t iy1 n)) +("fiery" nil (f ay1 er0 iy0)) +("fieser" nil (f iy1 s er0)) +("fiest" nil (f iy1 ih0 s t)) +("fiesta" nil (f iy0 eh1 s t ax)) +("fife" nil (f ay1 f)) +("fifer" nil (f ay1 f er0)) +("fifi" nil (f iy1 f iy0)) +("fifield" nil (f ih1 f iy0 l d)) +("fifteen" nil (f ih0 f t iy1 n)) +("fifteens" nil (f ih0 f t iy1 n z)) +("fifteenth" nil (f ih0 f t iy1 n th)) +("fifth" nil (f ih1 f th)) +("fifths" nil (f ih1 f th s)) +("fifties" nil (f ih1 f t iy0 z)) +("fiftieth" nil (f ih1 f t iy0 ih0 th)) +("fifty" nil (f ih1 f t iy0)) +("fig" nil (f ih1 g)) +("figallo" nil (f ih0 g aa1 l ow0)) +("figaro" nil (f ih1 g er0 ow1)) +("figaroa" nil (f ih1 g er0 ow1 ax)) +("figel" nil (f ih1 g ax l)) +("figg" nil (f ih1 g)) +("figge" nil (f ih1 g)) +("figgie" nil (f ih1 g iy0)) +("figgins" nil (f ih1 g ih0 n z)) +("figgs" nil (f ih1 g z)) +("fight" nil (f ay1 t)) +("fighter" nil (f ay1 t er0)) +("fighters" nil (f ay1 t er0 z)) +("fighting" nil (f ay1 t ih0 ng)) +("fightmaster" nil (f ay1 t m ae1 s t er0)) +("fights" nil (f ay1 t s)) +("figler" nil (f ay1 g ax l er0)) +("figley" nil (f ih1 g l iy0)) +("figone" nil (f ih1 g ax n)) +("figs" nil (f ih1 g z)) +("figueira" nil (f iy0 g eh1 r ax)) +("figueiredo" nil (f iy0 g er0 ey1 d ow0)) +("figueras" nil (f iy0 g eh1 r aa0 z)) +("figueredo" nil (f iy0 g eh0 r ey1 d ow0)) +("figueroa" nil (f iy0 g eh0 r ow1 ax)) +("figura" nil (f iy0 g uh1 r ax)) +("figuration" nil (f ih1 g y er0 ey1 sh ax n)) +("figurative" nil (f ih1 g y er0 ax t ih0 v)) +("figuratively" nil (f ih0 g y uh1 r ax t ih0 v l iy0)) +("figure" nil (f ih1 g y er0)) +("figured" nil (f ih1 g y er0 d)) +("figurehead" nil (f ih1 g y er0 hh eh1 d)) +("figures" nil (f ih1 g y er0 z)) +("figurines" nil (f ih1 g y er0 iy1 n z)) +("figuring" nil (f ih1 g y er0 ih0 ng)) +("figurski" nil (f ih0 g er1 s k iy0)) +("fiji" nil (f iy1 jh iy0)) +("fijian" nil (f iy1 jh iy0 ax n)) +("fijians" nil (f ih1 jh iy0 ax n z)) +("fike" nil (f ay1 k)) +("fikes" nil (f ay1 k s)) +("fil" nil (f ih1 l)) +("fila" nil (f ay1 l ax)) +("filament" nil (f ih1 l ax m ax n t)) +("filaments" nil (f ih1 l ax m ax n t s)) +("filbert" nil (f ih1 l b er0 t)) +("filberts" nil (f ih1 l b er0 t s)) +("filby" nil (f ih1 l b iy0)) +("filched" nil (f ih1 l ch t)) +("fildes" nil (f ih1 l d z)) +("file" nil (f ay1 l)) +("filed" nil (f ay1 l d)) +("filenet" nil (f ay1 l n eh1 t)) +("filer" nil (f ay1 l er0)) +("filers" nil (f ay1 l er0 z)) +("files" nil (f ay1 l z)) +("filet" nil (f ih0 l ey1)) +("filets" nil (f ih0 l ey1 z)) +("filial" nil (f ih1 l iy0 ax l)) +("filibuster" nil (f ih1 l ax b ah1 s t er0)) +("filibustered" nil (f ih1 l ax b ah1 s t er0 d)) +("filibustering" nil (f ih1 l ax b ah1 s t er0 ih0 ng)) +("filibusters" nil (f ih1 l ax b ah1 s t er0 z)) +("filice" nil (f iy1 l ih0 s)) +("filigree" nil (f ih1 l ax g r iy1)) +("filigrees" nil (f ih1 l ax g r iy1 z)) +("filing" nil (f ay1 l ih0 ng)) +("filings" nil (f ay1 l ih0 ng z)) +("filinski" nil (f ih0 l ih1 n s k iy0)) +("filion" nil (f ih1 l y ax n)) +("filip" nil (f ih1 l ih0 p)) +("filipa" nil (f iy0 l iy1 p ax)) +("filipek" nil (f ih1 l ih0 p ih0 k)) +("filipiak" nil (f ih0 l ih1 p iy0 ae0 k)) +("filipino" nil (f ih1 l ax p iy1 n ow0)) +("filipinos" nil (f ih1 l ax p iy1 n ow0 z)) +("filipkowski" nil (f ih0 l ih0 p k ao1 f s k iy0)) +("filipowicz" nil (f ih0 l ih1 p ax v ih0 ch)) +("filippelli" nil (f iy0 l iy0 p eh1 l iy0)) +("filippello" nil (f iy1 l ih0 p eh1 l ow0)) +("filippi" nil (f ih0 l ih1 p iy0)) +("filippini" nil (f iy0 l iy0 p iy1 n iy0)) +("filippo" nil (f ih0 l iy1 p ow0)) +("filippone" nil (f ih1 l ih0 p ow1 n)) +("filipski" nil (f ih0 l ih1 p s k iy0)) +("filkins" nil (f ih1 l k ih0 n z)) +("fill" nil (f ih1 l)) +("filla" nil (f ih1 l ax)) +("fillauer" nil (f ih1 l aw1 er0)) +("filled" nil (f ih1 l d)) +("filler" nil (f ih1 l er0)) +("fillers" nil (f ih1 l er0 z)) +("fillet" nil (f ax l ey1)) +("filleted" nil (f ih1 l ax t ih0 d)) +("fillets" nil (f ih1 l ih0 t s)) +("filley" nil (f ih1 l iy0)) +("fillies" nil (f ih1 l iy0 z)) +("filling" nil (f ih1 l ih0 ng)) +("fillingame" nil (f iy0 l ih0 ng g aa1 m iy0)) +("fillinger" nil (f ih1 l ih0 ng er0)) +("fillingham" nil (f ih1 l ih0 ng hh ae1 m)) +("fillingim" nil (f ih1 l ih0 ng g ih0 m)) +("fillings" nil (f ih1 l ih0 ng z)) +("fillion" nil (f ih1 l y ax n)) +("fillip" nil (f ih1 l ax p)) +("fillman" nil (f ih1 l m ax n)) +("fillmore" nil (f ih1 l m ao0 r)) +("fills" nil (f ih1 l z)) +("filly" nil (f ih1 l iy0)) +("film" nil (f ih1 l m)) +("filma" nil (f ih1 l m ax)) +("filmed" nil (f ih1 l m d)) +("filmer" nil (f ih1 l m er0)) +("filming" nil (f ih1 l m ih0 ng)) +("filmless" nil (f ih1 l m l ax s)) +("filmmaker" nil (f ih1 l m ey1 k er0)) +("filmmakers" nil (f ih1 l m ey1 k er0 z)) +("filmmaking" nil (f ih1 l m ey1 k ih0 ng)) +("filmore" nil (f ih1 l m ao1 r)) +("films" nil (f ih1 l m z)) +("filo" nil (f iy1 l ow0)) +("filofax" nil (f ih1 l ow0 f ae1 k s)) +("filosa" nil (f iy0 l ow1 s ax)) +("filsinger" nil (f ih1 l s ih0 ng er0)) +("filson" nil (f ih1 l s ax n)) +("filter" nil (f ih1 l t er0)) +("filtered" nil (f ih1 l t er0 d)) +("filtering" nil (f ih1 l t er0 ih0 ng)) +("filters" nil (f ih1 l t er0 z)) +("filtertek" nil (f ih1 l t er0 t eh1 k)) +("filth" nil (f ih1 l th)) +("filthy" nil (f ih1 l th iy0)) +("filtration" nil (f ih0 l t r ey1 sh ax n)) +("filtrol" nil (f ih1 l t r aa0 l)) +("filyaw" nil (f ih0 l iy1 aa0 v)) +("fimbres" nil (f ih1 m b er0 z)) +("fin" nil (f ih1 n)) +("fina" nil (f ay1 n ax)) +("finagle" nil (f ih1 n ax g ax l)) +("final" nil (f ay1 n ax l)) +("finalco" nil (f ih0 n ae1 l k ow0)) +("finale" nil (f ax n ae1 l iy0)) +("finalist" nil (f ay1 n ax l ih0 s t)) +("finalists" nil (f ay1 n ax l ax s t s)) +("finality" nil (f ay0 n ae1 l ax t iy0)) +("finalize" nil (f ay1 n ax l ay1 z)) +("finalized" nil (f ay1 n ax l ay1 z d)) +("finalizing" nil (f ay1 n ax l ay1 z ih0 ng)) +("finally" nil (f ay1 n ax l iy0)) +("finals" nil (f ay1 n ax l z)) +("finamore" nil (f ih1 n ax m ao1 r)) +("finan" nil (f ih1 n ax n)) +("finance" nil (f ax n ae1 n s)) +("financed" nil (f ih0 n ae1 n s t)) +("financement" nil (f ih0 n ae1 n s m ax n t)) +("finances" nil (f ih0 n ae1 n s ih0 z)) +("financial" nil (f ax n ae1 n sh ax l)) +("financially" nil (f ax n ae1 n sh ax l iy0)) +("financials" nil (f ay1 n ae1 n sh ax l z)) +("financier" nil (f ih1 n ax n s ih1 r)) +("financiera" nil (f ih0 n ae1 n s iy0 eh1 r ax)) +("financiere" nil (f ih1 n ae0 n s ih1 r)) +("financiero" nil (f ih0 n ae1 n s iy0 eh1 r ow0)) +("financiers" nil (f ih1 n ax n s ih1 r z)) +("financing" nil (f ax n ae1 n s ih0 ng)) +("financings" nil (f ax n ae1 n s ih0 ng z)) +("financo" nil (f ih0 n ae1 ng k ow0)) +("finanz" nil (f ih1 n ae0 n z)) +("finanza" nil (f ih0 n ae1 n z ax)) +("finanziaria" nil (f ih0 n ae1 n z iy0 eh1 r iy0 ax)) +("finanziario" nil (f ih0 n ae1 n z iy0 eh1 r iy0 ow0)) +("finarte" nil (f ih1 n aa0 r t)) +("finazzo" nil (f iy0 n aa1 z ow0)) +("finberg" nil (f ih1 n b er0 g)) +("fincannon" nil (f ih1 n k ax n aa0 n)) +("finch" nil (f ih1 n ch)) +("fincham" nil (f ih1 n ch ax m)) +("fincher" nil (f ih1 n ch er0)) +("finches" nil (f ih1 n ch ih0 z)) +("finchum" nil (f ih1 n k ax m)) +("finck" nil (f ih1 ng k)) +("fincke" nil (f ih1 ng k)) +("finckle" nil (f ih1 ng k ax l)) +("find" nil (f ay1 n d)) +("finder" nil (f ay1 n d er0)) +("finders" nil (f ay1 n d er0 z)) +("finding" nil (f ay1 n d ih0 ng)) +("findings" nil (f ay1 n d ih0 ng z)) +("findlay" nil (f ih1 n d l iy0)) +("findley" nil (f ih1 n d l iy0)) +("findling" nil (f ih1 n d ax l ih0 ng)) +("finds" nil (f ay1 n d z)) +("fine" nil (f ay1 n)) +("fineberg" nil (f ay1 n b er0 g)) +("fined" nil (f ay1 n d)) +("finefrock" nil (f ay1 n f r aa1 k)) +("finegan" nil (f ih1 n ih0 g ae0 n)) +("finegold" nil (f ay1 n g ow1 l d)) +("finella" nil (f ih0 n eh1 l ax)) +("finelli" nil (f ih0 n eh1 l iy0)) +("finely" nil (f ay1 n l iy0)) +("fineman" nil (f ay1 n m ax n)) +("finer" nil (f ay1 n er0)) +("fineran" nil (f ih1 n er0 ae0 n)) +("finerty" nil (f ih1 n er0 t iy0)) +("finery" nil (f ay1 n er0 iy0)) +("fines" nil (f ay1 n z)) +("finesse" nil (f ih0 n eh1 s)) +("finessed" nil (f ax n eh1 s t)) +("finest" nil (f ay1 n ax s t)) +("finestone" nil (f ay1 n s t ow1 n)) +("finevest" nil (f ay1 n v eh1 s t)) +("finex" nil (f ih1 n eh1 k s)) +("finfrock" nil (f ih1 n f r aa1 k)) +("finger" nil (f ih1 ng g er0)) +("fingerboard" nil (f ih1 ng g er0 b ao1 r d)) +("fingered" nil (f ih1 ng g er0 d)) +("fingerhut" nil (f ih1 ng g er0 hh ah1 t)) +("fingering" nil (f ih1 ng g er0 ih0 ng)) +("fingernail" nil (f ih1 ng g er0 n ey1 l)) +("fingernails" nil (f ih1 ng g er0 n ey1 l z)) +("fingerprint" nil (f ih1 ng g er0 p r ih1 n t)) +("fingerprinted" nil (f ih1 ng g er0 p r ih1 n t ih0 d)) +("fingerprinting" nil (f ih1 ng g er0 p r ih1 n t ih0 ng)) +("fingerprints" nil (f ih1 ng g er0 p r ih1 n t s)) +("fingers" nil (f ih1 ng g er0 z)) +("fingertips" nil (f ih1 ng g er0 t ih1 p s)) +("fini" nil (f iy1 n iy0)) +("finicky" nil (f ih1 n ax k iy0)) +("finigan" nil (f ih1 n ih0 g ax n)) +("fining" nil (f ay1 n ih0 ng)) +("fininvest" nil (f ih1 n ih1 n v eh1 s t)) +("finish" nil (f ih1 n ih0 sh)) +("finished" nil (f ih1 n ih0 sh t)) +("finisher" nil (f ih1 n ih0 sh er0)) +("finishers" nil (f ih1 n ih0 sh er0 z)) +("finishes" nil (f ih1 n ih0 sh ih0 z)) +("finishing" nil (f ih1 n ih0 sh ih0 ng)) +("finite" nil (f ay1 n ay1 t)) +("fink" nil (f ih1 ng k)) +("finkbeiner" nil (f ih1 ng k b ay1 n er0)) +("finkbiner" nil (f ih1 ng k b ay1 n er0)) +("finke" nil (f ih1 ng k)) +("finkel" nil (f ih1 ng k ax l)) +("finkelman" nil (f ih1 ng k ax l m ax n)) +("finkelson" nil (f ih1 ng k ax l s ax n)) +("finkelstein" nil (f ih1 ng k ax l s t iy1 n)) +("finken" nil (f ih1 ng k ax n)) +("finkenbinder" nil (f ih1 ng k ih0 n b ih0 n d er0)) +("finkielstain" nil (f ih0 ng k iy1 l s t ih0 n)) +("finkle" nil (f ih1 ng k ax l)) +("finklea" nil (f ih1 ng k l iy0 ax)) +("finkler" nil (f ih1 ng k l er0)) +("finkley" nil (f ih1 ng k l iy0)) +("finks" nil (f ih1 ng k s)) +("finland" nil (f ih1 n l ae1 n d)) +("finlandization" nil (f ih1 n l ae0 n d ih0 z ey1 sh ax n)) +("finlay" nil (f ih1 n l iy0)) +("finlayson" nil (f ih1 n l iy0 s ax n)) +("finlets" nil (f ih1 n l ax t s)) +("finley" nil (f ih1 n l iy0)) +("finmeccanica" nil (f ih1 n m ax k ae1 n ih0 k ax)) +("finn" nil (f ih1 n)) +("finnair" nil (f ih1 n eh1 r)) +("finnan" nil (f ih1 n ax n)) +("finne" nil (f ih1 n)) +("finnegan" nil (f ih1 n ax g ax n)) +("finnell" nil (f ih1 n ax l)) +("finneran" nil (f ih1 n er0 ae0 n)) +("finnerty" nil (f ih1 n er0 t iy0)) +("finney" nil (f ih1 n iy0)) +("finnicum" nil (f ih1 n ih0 k ax m)) +("finnie" nil (f ih1 n iy0)) +("finnigan" nil (f ih1 n ih0 g ax n)) +("finnish" nil (f ih1 n ih0 sh)) +("finns" nil (f ih1 n z)) +("fino" nil (f iy1 n ow0)) +("finocchiaro" nil (f iy0 n ow0 k iy0 aa1 r ow0)) +("finocchio" nil (f iy0 n ow1 k iy0 ow0)) +("fins" nil (f ih1 n z)) +("finscher" nil (f ih1 n sh er0)) +("finsider" nil (f ih1 n s ay0 d er0)) +("finstad" nil (f ih1 n s t ax d)) +("finster" nil (f ih1 n s t er0)) +("finstrom" nil (f ih1 n s t r ax m)) +("finton" nil (f ih1 n t ax n)) +("finucane" nil (f ih1 n ax k ey0 n)) +("finzel" nil (f ih1 n z ax l)) +("fiola" nil (f iy0 ow1 l ax)) +("fiona" nil (f iy0 ow1 n ax)) +("fioravanti" nil (f iy0 ao0 r aa0 v aa1 n t iy0)) +("fiore" nil (f iy0 ao1 r iy0)) +("fiorella" nil (f iy0 ao0 r eh1 l ax)) +("fiorelli" nil (f iy0 ao0 r eh1 l iy0)) +("fiorello" nil (f iy0 ao0 r eh1 l ow0)) +("fiorentino" nil (f iy0 ao0 r eh0 n t iy1 n ow0)) +("fiorenza" nil (f iy0 ao0 r eh1 n z ax)) +("fioretti" nil (f iy0 ao0 r eh1 t iy0)) +("fiori" nil (f iy0 ao1 r iy0)) +("fiorillo" nil (f iy0 ao0 r ih1 l ow0)) +("fiorina" nil (f iy0 ao0 r iy1 n ax)) +("fiorini" nil (f iy0 ao0 r iy1 n iy0)) +("fiorino" nil (f iy0 ao0 r iy1 n ow0)) +("fiorito" nil (f iy0 ao0 r iy1 t ow0)) +("fiorucci" nil (f iy0 ao0 r uw1 ch iy0)) +("fipple" nil (f ih1 p ax l)) +("fipps" nil (f ih1 p s)) +("fir" nil (f er1)) +("fire" nil (f ay1 er0)) +("firearm" nil (f ay1 er0 aa1 r m)) +("firearms" nil (f ay1 er0 aa1 r m z)) +("fireball" nil (f ay1 er0 b ao1 l)) +("firebaugh" nil (f ay1 r b ao1)) +("firebird" nil (f ay1 er0 b er1 d)) +("firebirds" nil (f ay1 er0 b er1 d z)) +("firebomb" nil (f ay1 er0 b aa1 m)) +("firebombed" nil (f ay1 r b aa1 m d)) +("firebombing" nil (f ay1 er0 b aa1 m ih0 ng)) +("firebombs" nil (f ay1 r b aa1 m z)) +("firebrand" nil (f ay1 er0 b r ae1 n d)) +("firebrands" nil (f ay1 er0 b r ae1 n d z)) +("firebrick" nil (f ay1 er0 b r ih1 k)) +("firebug" nil (f ay1 er0 b ah1 g)) +("firebush" nil (f ay1 er0 b uh1 sh)) +("firecracker" nil (f ay1 er0 k r ae1 k er0)) +("firecrackers" nil (f ay1 er0 k r ae1 k er0 z)) +("fired" nil (f ay1 er0 d)) +("firedamp" nil (f ay1 er0 d ae1 m p)) +("firefight" nil (f ay1 r f ay1 t)) +("firefighter" nil (f ay1 r f ay1 t er0)) +("firefighters" nil (f ay1 er0 f ay1 t er0 z)) +("firefighting" nil (f ay1 r f ay1 t ih0 ng)) +("firefly" nil (f ay1 er0 f l ay1)) +("firehouse" nil (f ay1 er0 hh aw1 s)) +("firehouses" nil (f ay1 er0 hh aw1 s ih0 z)) +("fireman" nil (f ay1 r m ax n)) +("firemen" nil (f ay1 r m ax n)) +("firenza" nil (f ih0 r eh1 n z ax)) +("firenzas" nil (f er0 eh1 n z ax z)) +("fireplace" nil (f ay1 er0 p l ey1 s)) +("fireplaces" nil (f ay1 er0 p l ey1 s ax z)) +("firepower" nil (f ay1 r p aw1 er0)) +("fireproof" nil (f ay1 er0 p r uw1 f)) +("fireproofing" nil (f ay1 er0 p r uw1 f ih0 ng)) +("fires" nil (f ay1 er0 z)) +("fireside" nil (f ay1 er0 s ay1 d)) +("firesign" nil (f ay1 er0 s ay1 n)) +("firestine" nil (f ay0 r s t iy1 n iy0)) +("firestone" nil (f ay1 r s t ow1 n)) +("firestorm" nil (f ay1 r s t ao1 r m)) +("fireweed" nil (f ay1 er0 w iy1 d)) +("firewood" nil (f ay1 er0 w uh1 d)) +("fireworks" nil (f ay1 r w er1 k s)) +("firing" nil (f ay1 r ih0 ng)) +("firings" nil (f ay1 r ih0 ng z)) +("firino" nil (f ih0 r iy1 n ow0)) +("firkins" nil (f er1 k ih0 n z)) +("firkus" nil (f er1 k ih0 s)) +("firm" nil (f er1 m)) +("firma" nil (f er1 m ax)) +("firman" nil (f er1 m ax n)) +("firmans" nil (f er1 m ax n z)) +("firmed" nil (f er1 m d)) +("firmer" nil (f er1 m er0)) +("firmest" nil (f er1 m ax s t)) +("firmin" nil (f er1 m ih0 n)) +("firming" nil (f er1 m ih0 ng)) +("firmly" nil (f er1 m l iy0)) +("firmness" nil (f er1 m n ax s)) +("firms" nil (f er1 m z)) +("firpo" nil (f ih1 r p ow0)) +("first" nil (f er1 s t)) +("firstar" nil (f er1 s t aa1 r)) +("firstborn" nil (f er1 s t b ao1 r n)) +("firstfed" nil (f er1 s t f eh1 d)) +("firsthand" nil (f er1 s t hh ae1 n d)) +("firstier" nil (f er1 s t y er0)) +("firstly" nil (f er1 s t l iy0)) +("firsts" nil (f er1 s t s)) +("firstsouth" nil (f er1 s t s aw1 th)) +("firth" nil (f er1 th)) +("firzite" nil (f er1 z ay1 t)) +("fis" nil (f ih1 s)) +("fisc" nil (f ih1 s k)) +("fiscal" nil (f ih1 s k ax l)) +("fiscally" nil (f ih1 s k ax l iy0)) +("fisch" nil (f ih1 sh)) +("fischbach" nil (f ih1 sh b aa1 k)) +("fischbein" nil (f ih1 sh b ay1 n)) +("fischel" nil (f ih1 sh ax l)) +("fischer" nil (f ih1 sh er0)) +("fischetti" nil (f iy0 s k eh1 t iy0)) +("fischl" nil (f ih1 s k ax l)) +("fischler" nil (f ih1 sh ax l er0)) +("fischman" nil (f ih1 sh m ax n)) +("fiscus" nil (f ih1 s k ax s)) +("fiser" nil (f ay1 z er0)) +("fiserv" nil (f ih1 s er0 v)) +("fisette" nil (f ih0 s eh1 t)) +("fish" nil (f ih1 sh)) +("fishback" nil (f ih1 sh b ae1 k)) +("fishbaine" nil (f ih1 sh b ey1 n)) +("fishbaugh" nil (f ih1 sh b ao1)) +("fishbeck" nil (f ih1 sh b eh1 k)) +("fishbein" nil (f ih1 sh b ay1 n)) +("fishbowl" nil (f ih1 sh b ow1 l)) +("fishburn" nil (f ih1 sh b er1 n)) +("fishburne" nil (f ih1 sh b er0 n)) +("fisheaters" nil (f ih1 sh iy1 t er0 z)) +("fished" nil (f ih1 sh t)) +("fishel" nil (f ih1 sh ax l)) +("fishell" nil (f ih1 sh ax l)) +("fisher" nil (f ih1 sh er0)) +("fisheries" nil (f ih1 sh er0 iy0 z)) +("fisherman" nil (f ih1 sh er0 m ae1 n)) +("fishermen" nil (f ih1 sh er0 m ih0 n)) +("fishers" nil (f ih1 sh er0 z)) +("fishery" nil (f ih1 sh er0 iy0)) +("fishes" nil (f ih1 sh ax z)) +("fishing" nil (f ih1 sh ih0 ng)) +("fishkill" nil (f ih1 sh k ih1 l)) +("fishkin" nil (f ih1 sh k ih0 n)) +("fishlow" nil (f ih1 sh l ow1)) +("fishman" nil (f ih1 sh m ae1 n)) +("fishmonger" nil (f ih1 sh m aa1 ng g er0)) +("fishy" nil (f ih1 sh iy0)) +("fisk" nil (f ih1 s k)) +("fiske" nil (f ih1 s k)) +("fisler" nil (f ih1 s ax l er0)) +("fisons" nil (f ay1 z ax n z)) +("fiss" nil (f ih1 s)) +("fissel" nil (f ih1 s ax l)) +("fissell" nil (f ih1 s ax l)) +("fission" nil (f ih1 sh ax n)) +("fissionable" nil (f ih1 sh ax n ax b ax l)) +("fissure" nil (f ih1 sh er0)) +("fissured" nil (f ih1 sh er0 d)) +("fissures" nil (f ih1 sh er0 z)) +("fist" nil (f ih1 s t)) +("fisted" nil (f ih1 s t ih0 d)) +("fister" nil (f ih1 s t er0)) +("fistful" nil (f ih1 s t f ax l)) +("fisticuffs" nil (f ih1 s t ih0 k ah1 f s)) +("fists" nil (f ih1 s t s)) +("fit" nil (f ih1 t)) +("fitak" nil (f ih1 t ae1 k)) +("fitch" nil (f ih1 ch)) +("fitchburg" nil (f ih1 ch b er0 g)) +("fitchett" nil (f ih1 ch ih0 t)) +("fite" nil (f ay1 t)) +("fites" nil (f ay1 t s)) +("fitful" nil (f ih1 t f ax l)) +("fitfully" nil (f ih1 t f ax l iy0)) +("fithian" nil (f ih1 th iy0 ax n)) +("fitness" nil (f ih1 t n ax s)) +("fits" nil (f ih1 t s)) +("fitt" nil (f ih1 t)) +("fitted" nil (f ih1 t ax d)) +("fitter" nil (f ih1 t er0)) +("fitterer" nil (f ih1 t er0 er0)) +("fittest" nil (f ih1 t ax s t)) +("fitting" nil (f ih1 t ih0 ng)) +("fittingly" nil (f ih1 t ih0 ng l iy0)) +("fittings" nil (f ih1 t ih0 ng z)) +("fitton" nil (f ih1 t ax n)) +("fittro" nil (f ih1 t r ow0)) +("fitts" nil (f ih1 t s)) +("fitz" nil (f ih1 t s)) +("fitzer" nil (f ih1 t s er0)) +("fitzgerald" nil (f ih0 t s jh eh1 r ax l d)) +("fitzgibbon" nil (f ih1 t s jh ih1 b ax n)) +("fitzgibbons" nil (f ih1 t s jh ih1 b ax n z)) +("fitzharris" nil (f ih0 t s hh ae1 r ih0 s)) +("fitzhenry" nil (f ih0 t s hh eh1 n er0 iy0)) +("fitzhugh" nil (f ih0 t s hh y uw1)) +("fitzmaurice" nil (f ih0 t s m ao1 r ih0 s)) +("fitzmorris" nil (f ih0 t s m ao1 r ih0 s)) +("fitzner" nil (f ih1 t s n er0)) +("fitzpatrick" nil (f ih1 t s p ae1 t r ih0 k)) +("fitzsimmons" nil (f ih0 t s ih1 m ax n z)) +("fitzsimons" nil (f ih0 t s ih1 m ax n z)) +("fitzwater" nil (f ih1 t s w ao1 t er0)) +("fitzwilliam" nil (f ih0 t s w ih1 l y ax m)) +("fiumara" nil (f iy1 uw0 m aa1 r ax)) +("five" nil (f ay1 v)) +("fiveash" nil (f ay1 v ae1 sh)) +("fivecoat" nil (f ay1 v k ow1 t)) +("fivefold" nil (f ay1 v f ow1 l d)) +("fives" nil (f ay1 v z)) +("fix" nil (f ih1 k s)) +("fixable" nil (f ih1 k s ax b ax l)) +("fixate" nil (f ih1 k s ey1 t)) +("fixated" nil (f ih1 k s ey1 t ih0 d)) +("fixation" nil (f ih0 k s ey1 sh ax n)) +("fixatives" nil (f ih1 k s ax t ih0 v z)) +("fixed" nil (f ih1 k s t)) +("fixer" nil (f ih1 k s er0)) +("fixes" nil (f ih1 k s ih0 z)) +("fixing" nil (f ih1 k s ih0 ng)) +("fixings" nil (f ih1 k s ih0 ng z)) +("fixler" nil (f ih1 k s l er0)) +("fixture" nil (f ih1 k s ch er0)) +("fixtures" nil (f ih1 k s ch er0 z)) +("fizer" nil (f ay1 z er0)) +("fizz" nil (f ih1 z)) +("fizzle" nil (f ih1 z ax l)) +("fizzled" nil (f ih1 z ax l d)) +("fizzles" nil (f ih1 z ax l z)) +("fizzling" nil (f ih1 z ax l ih0 ng)) +("fjeld" nil (f y eh1 l d)) +("fjelstad" nil (f y eh1 l s t ax d)) +("fjords" nil (f y ao1 r d z)) +("flab" nil (f l ae1 b)) +("flabbergasted" nil (f l ae1 b er0 g ae1 s t ih0 d)) +("flabby" nil (f l ae1 b iy0)) +("flaccid" nil (f l ae1 k s ih0 d)) +("flach" nil (f l ae1 ch)) +("flack" nil (f l ae1 k)) +("flad" nil (f l ae1 d)) +("flag" nil (f l ae1 g)) +("flagella" nil (f l ax jh eh1 l ax)) +("flagellated" nil (f l ae1 jh ax l ey1 t ax d)) +("flagellum" nil (f l ax jh eh1 l ax m)) +("flageolet" nil (f l ae1 jh ax l eh1 t)) +("flagg" nil (f l ae1 g)) +("flagged" nil (f l ae1 g d)) +("flagging" nil (f l ae1 g ih0 ng)) +("flagler" nil (f l ae1 g l er0)) +("flagpole" nil (f l ae1 g p ow1 l)) +("flagpoles" nil (f l ae1 g p ow1 l z)) +("flagrant" nil (f l ey1 g r ax n t)) +("flagrantly" nil (f l ey1 g r ax n t l iy0)) +("flags" nil (f l ae1 g z)) +("flagship" nil (f l ae1 g sh ih1 p)) +("flagships" nil (f l ae1 g sh ih1 p s)) +("flagstaff" nil (f l ae1 g s t ae1 f)) +("flagstar" nil (f l ae1 g s t aa1 r)) +("flagstone" nil (f l ae1 g s t ow1 n)) +("flaharty" nil (f l eh1 r t iy0)) +("flaherty" nil (f l eh1 r t iy0)) +("flahive" nil (f l ae1 hh ih0 v)) +("flaig" nil (f l ey1 g)) +("flail" nil (f l ey1 l)) +("flailing" nil (f l ey1 l ih0 ng)) +("flaim" nil (f l ey1 m)) +("flair" nil (f l eh1 r)) +("flak" nil (f l ae1 k)) +("flake" nil (f l ey1 k)) +("flakes" nil (f l ey1 k s)) +("flaking" nil (f l ey1 k ih0 ng)) +("flaky" nil (f l ey1 k iy0)) +("flam" nil (f l ae1 m)) +("flamboyance" nil (f l ae0 m b oy1 ax n s)) +("flamboyant" nil (f l ae0 m b oy1 ax n t)) +("flamboyantly" nil (f l ae0 m b oy1 ax n t l iy0)) +("flame" nil (f l ey1 m)) +("flamed" nil (f l ey1 m d)) +("flamemaster" nil (f l ey1 m ae1 s t er0)) +("flamenco" nil (f l ax m eh1 ng k ow1)) +("flamer" nil (f l ey1 m er0)) +("flames" nil (f l ey1 m z)) +("flaming" nil (f l ey1 m ih0 ng)) +("flamingo" nil (f l ax m ih1 ng g ow0)) +("flamingos" nil (f l ax m ih1 ng g ow0 z)) +("flaminian" nil (f l ax m ih1 n iy0 ax n)) +("flamm" nil (f l ae1 m)) +("flammability" nil (f l ae1 m ax b ih1 l ih0 t iy0)) +("flammable" nil (f l ae1 m ax b ax l)) +("flammang" nil (f l ae1 m ax ng)) +("flammer" nil (f l ae1 m er0)) +("flammia" nil (f l ae1 m iy0 ax)) +("flamson" nil (f l ae1 m s ax n)) +("flan" nil (f l ae1 n)) +("flanagan" nil (f l ae1 n ax g ax n)) +("flanagin" nil (f l ae1 n ax g ih0 n)) +("flanary" nil (f l ae1 n er0 iy0)) +("flanders" nil (f l ae1 n d er0 z)) +("flanery" nil (f l ey1 n er0 iy0)) +("flange" nil (f l ae1 n jh)) +("flanges" nil (f l ae1 n jh ax z)) +("flanigan" nil (f l ae1 n ih0 g ax n)) +("flank" nil (f l ae1 ng k)) +("flanked" nil (f l ae1 ng k t)) +("flanking" nil (f l ae1 ng k ih0 ng)) +("flanks" nil (f l ae1 ng k s)) +("flann" nil (f l ae1 n)) +("flanna" nil (f l ae1 n ax)) +("flannagan" nil (f l ae1 n ax g ax n)) +("flannel" nil (f l ae1 n ax l)) +("flannels" nil (f l ae1 n ax l z)) +("flannery" nil (f l ae1 n er0 iy0)) +("flannigan" nil (f l ae1 n ih0 g ax n)) +("flansburg" nil (f l ae1 n s b er0 g)) +("flap" nil (f l ae1 p)) +("flaplike" nil (f l ae1 p l ay1 k)) +("flappers" nil (f l ae1 p er0 z)) +("flapping" nil (f l ae1 p ih0 ng)) +("flaps" nil (f l ae1 p s)) +("flare" nil (f l eh1 r)) +("flared" nil (f l eh1 r d)) +("flares" nil (f l eh1 r z)) +("flaring" nil (f l eh1 r ih0 ng)) +("flasch" nil (f l ae1 sh)) +("flash" nil (f l ae1 sh)) +("flashback" nil (f l ae1 sh b ae1 k)) +("flashbacks" nil (f l ae1 sh b ae1 k s)) +("flashbulb" nil (f l ae1 sh b ax l b)) +("flashdance" nil (f l ae1 sh d ae1 n s)) +("flashed" nil (f l ae1 sh t)) +("flasher" nil (f l ae1 sh er0)) +("flashers" nil (f l ae1 sh er0 z)) +("flashes" nil (f l ae1 sh ih0 z)) +("flashier" nil (f l ae1 sh iy0 er0)) +("flashing" nil (f l ae1 sh ih0 ng)) +("flashlight" nil (f l ae1 sh l ay1 t)) +("flashlights" nil (f l ae1 sh l ay1 t s)) +("flashpoint" nil (f l ae1 sh p oy1 n t)) +("flashy" nil (f l ae1 sh iy0)) +("flask" nil (f l ae1 s k)) +("flasks" nil (f l ae1 s k s)) +("flat" nil (f l ae1 t)) +("flatau" nil (f l ae1 t aw0)) +("flatbed" nil (f l ae1 t b eh1 d)) +("flatboat" nil (f l ae1 t b ow1 t)) +("flaten" nil (f l ae1 t ax n)) +("flater" nil (f l ey1 t er0)) +("flatfish" nil (f l ae1 t f ih1 sh)) +("flatfishes" nil (f l ae1 t f ih1 sh ih0 z)) +("flath" nil (f l ae1 th)) +("flathead" nil (f l ae1 t hh eh1 d)) +("flatheads" nil (f l ae1 t hh eh1 d z)) +("flathers" nil (f l ae1 dh er0 z)) +("flatland" nil (f l ae1 t l ae1 n d)) +("flatlands" nil (f l ae1 t l ae0 n d z)) +("flatley" nil (f l ae1 t l iy0)) +("flatly" nil (f l ae1 t l iy0)) +("flatness" nil (f l ae1 t n ax s)) +("flats" nil (f l ae1 t s)) +("flatt" nil (f l ae1 t)) +("flatten" nil (f l ae1 t ax n)) +("flattened" nil (f l ae1 t ax n d)) +("flattening" nil (f l ae1 t ax n ih0 ng)) +("flatter" nil (f l ae1 t er0)) +("flattered" nil (f l ae1 t er0 d)) +("flattering" nil (f l ae1 t er0 ih0 ng)) +("flattery" nil (f l ae1 t er0 iy0)) +("flattish" nil (f l ae1 t ih0 sh)) +("flatulent" nil (f l ae1 ch ax l ax n t)) +("flatware" nil (f l ae1 t w eh1 r)) +("flatworm" nil (f l ae1 t w er0 m)) +("flaubert" nil (f l aw1 b er0 t)) +("flaugh" nil (f l ao1)) +("flaugher" nil (f l ao1 er0)) +("flaum" nil (f l ao1 m)) +("flaunt" nil (f l ao1 n t)) +("flaunted" nil (f l ao1 n t ih0 d)) +("flaunting" nil (f l ao1 n t ih0 ng)) +("flaunts" nil (f l ao1 n t s)) +("flavell" nil (f l ae1 v ax l)) +("flavia" nil (f l ae1 v iy0 ax)) +("flavin" nil (f l ey1 v ih0 n)) +("flavius" nil (f l ey1 v iy0 ih0 s)) +("flavor" nil (f l ey1 v er0)) +("flavored" nil (f l ey1 v er0 d)) +("flavorful" nil (f l ey1 v er0 f ax l)) +("flavoring" nil (f l ey1 v er0 ih0 ng)) +("flavorings" nil (f l ey1 v er0 ih0 ng z)) +("flavorists" nil (f l ey1 v er0 ih0 s t s)) +("flavors" nil (f l ey1 v er0 z)) +("flavr" nil (f l ey1 v er0)) +("flaw" nil (f l ao1)) +("flawed" nil (f l ao1 d)) +("flawless" nil (f l ao1 l ax s)) +("flawlessly" nil (f l ao1 l ax s l iy0)) +("flawn" nil (f l ao1 n)) +("flaws" nil (f l ao1 z)) +("flax" nil (f l ae1 k s)) +("flaxman" nil (f l ae1 k s m ax n)) +("flaxseed" nil (f l ae1 k s iy1 d)) +("flayed" nil (f l ey1 d)) +("flea" nil (f l iy1)) +("fleagle" nil (f l iy1 g ax l)) +("fleas" nil (f l iy1 z)) +("fleck" nil (f l eh1 k)) +("fleckenstein" nil (f l eh1 k ax n s t ay1 n)) +("flecks" nil (f l eh1 k s)) +("fled" nil (f l eh1 d)) +("fledermaus" nil (f l eh1 d er0 m aw0 s)) +("fledged" nil (f l eh1 jh d)) +("fledging" nil (f l eh1 jh ih0 ng)) +("fledgling" nil (f l eh1 jh l ih0 ng)) +("flee" nil (f l iy1)) +("fleece" nil (f l iy1 s)) +("fleeced" nil (f l iy1 s t)) +("fleecy" nil (f l iy1 s iy0)) +("fleeger" nil (f l iy1 g er0)) +("fleeing" nil (f l iy1 ih0 ng)) +("fleek" nil (f l iy1 k)) +("fleeman" nil (f l iy1 m ax n)) +("fleener" nil (f l iy1 n er0)) +("fleenor" nil (f l iy1 n er0)) +("fleer" nil (f l ih1 r)) +("flees" nil (f l iy1 z)) +("fleet" nil (f l iy1 t)) +("fleeting" nil (f l iy1 t ih0 ng)) +("fleets" nil (f l iy1 t s)) +("fleetwood" nil (f l iy1 t w uh1 d)) +("flegal" nil (f l iy1 g ax l)) +("flegel" nil (f l eh1 g ax l)) +("fleharty" nil (f l eh1 hh aa0 r t iy0)) +("fleig" nil (f l iy1 g)) +("fleisch" nil (f l ay1 sh)) +("fleischauer" nil (f l ay1 sh aw0 er0)) +("fleischer" nil (f l ay1 sh er0)) +("fleischhacker" nil (f l ay1 sh hh ax k er0)) +("fleischman" nil (f l ay1 sh m ax n)) +("fleischmann" nil (f l ay1 sh m ax n)) +("fleisher" nil (f l ay1 sh er0)) +("fleishman" nil (f l ay1 sh m ax n)) +("fleiss" nil (f l ay1 sh)) +("fleissner" nil (f l ay1 s n er0)) +("fleitas" nil (f l ay1 t ax s)) +("fleming" nil (f l eh1 m ih0 ng)) +("flemings" nil (f l eh1 m ih0 ng z)) +("flemington" nil (f l eh1 m ih0 ng t ax n)) +("flemish" nil (f l eh1 m ih0 sh)) +("flemister" nil (f l eh1 m ih0 s t er0)) +("flemmer" nil (f l eh1 m er0)) +("flemming" nil (f l eh1 m ih0 ng)) +("flemons" nil (f l eh1 m ax n z)) +("flener" nil (f l iy1 n er0)) +("flenner" nil (f l eh1 n er0)) +("flenniken" nil (f l eh1 n ih0 k ax n)) +("flesch" nil (f l eh1 sh)) +("flesh" nil (f l eh1 sh)) +("fleshed" nil (f l eh1 sh t)) +("flesher" nil (f l eh1 sh er0)) +("fleshman" nil (f l eh1 sh m ax n)) +("fleshy" nil (f l eh1 sh iy0)) +("flesner" nil (f l eh1 s n er0)) +("flessner" nil (f l eh1 s n er0)) +("fleta" nil (f l iy1 t ax)) +("fletchall" nil (f l eh1 ch ax l)) +("fletcher" nil (f l eh1 ch er0)) +("flett" nil (f l eh1 t)) +("fleur" nil (f l er1)) +("fleurette" nil (f l er0 eh1 t)) +("fleuri" nil (f l er1 r iy1)) +("fleury" nil (f l uh1 r iy0)) +("flew" nil (f l uw1)) +("flewellen" nil (f l uw1 eh1 l ax n)) +("flewelling" nil (f l uw1 eh1 l ih0 ng)) +("flex" nil (f l eh1 k s)) +("flexed" nil (f l eh1 k s t)) +("flexer" nil (f l eh1 k s er0)) +("flexes" nil (f l eh1 k s ih0 z)) +("flexi" nil (f l eh1 k s iy0)) +("flexibility" nil (f l eh1 k s ax b ih1 l ax t iy0)) +("flexible" nil (f l eh1 k s ax b ax l)) +("flexibly" nil (f l eh1 k s ax b l iy0)) +("flexing" nil (f l eh1 k s ih0 ng)) +("flextime" nil (f l eh1 k s t ay1 m)) +("flextronics" nil (f l eh1 k s t r aa1 n ih0 k s)) +("flicek" nil (f l ih1 ch eh0 k)) +("flick" nil (f l ih1 k)) +("flicker" nil (f l ih1 k er0)) +("flickered" nil (f l ih1 k er0 d)) +("flickering" nil (f l ih1 k er0 ih0 ng)) +("flickers" nil (f l ih1 k er0 z)) +("flicking" nil (f l ih1 k ih0 ng)) +("flickinger" nil (f l ih1 k ih0 ng er0)) +("flicks" nil (f l ih1 k s)) +("flied" nil (f l ay1 d)) +("fliegel" nil (f l iy1 g ax l)) +("flier" nil (f l ay1 er0)) +("fliers" nil (f l ay1 er0 z)) +("flies" nil (f l ay1 z)) +("flight" nil (f l ay1 t)) +("flightless" nil (f l ay1 t l ax s)) +("flights" nil (f l ay1 t s)) +("flightsafety" nil (f l ay1 t s ey1 f t iy0)) +("flighty" nil (f l ay1 t iy0)) +("flim" nil (f l ih1 m)) +("flimflam" nil (f l ih1 m f l ae1 m)) +("flimsiest" nil (f l ih1 m z iy0 ax s t)) +("flimsy" nil (f l ih1 m z iy0)) +("flinch" nil (f l ih1 n ch)) +("flinchbaugh" nil (f l ih1 n ch b ao1)) +("flinched" nil (f l ih1 n ch t)) +("flinchum" nil (f l ih1 n k ax m)) +("flinders" nil (f l ih1 n d er0 z)) +("fling" nil (f l ih1 ng)) +("flinging" nil (f l ih1 ng ih0 ng)) +("flings" nil (f l ih1 ng z)) +("flink" nil (f l ih1 ng k)) +("flinn" nil (f l ih1 n)) +("flinner" nil (f l ih1 n er0)) +("flint" nil (f l ih1 n t)) +("flintlocks" nil (f l ih1 n t l aa1 k s)) +("flints" nil (f l ih1 n t s)) +("flintstones" nil (f l ih1 n t s t ow1 n z)) +("flinty" nil (f l ih1 n t iy0)) +("flip" nil (f l ih1 p)) +("flippant" nil (f l ih1 p ax n t)) +("flipped" nil (f l ih1 p t)) +("flippen" nil (f l ih1 p ax n)) +("flipper" nil (f l ih1 p er0)) +("flippers" nil (f l ih1 p er0 z)) +("flippin" nil (f l ih1 p ih0 n)) +("flipping" nil (f l ih1 p ih0 ng)) +("flippo" nil (f l ih1 p ow0)) +("flips" nil (f l ih1 p s)) +("flirt" nil (f l er1 t)) +("flirtation" nil (f l er0 t ey1 sh ax n)) +("flirtations" nil (f l er0 t ey1 sh ax n z)) +("flirtatious" nil (f l er0 t ey1 sh ax s)) +("flirted" nil (f l er1 t ih0 d)) +("flirting" nil (f l er1 t ih0 ng)) +("flirts" nil (f l er1 t s)) +("flis" nil (f l ih1 s)) +("fliss" nil (f l ih1 s)) +("flit" nil (f l ih1 t)) +("flitting" nil (f l ih1 t ih0 ng)) +("flo" nil (f l ow1)) +("float" nil (f l ow1 t)) +("floated" nil (f l ow1 t ax d)) +("floater" nil (f l ow1 t er0)) +("floaters" nil (f l ow1 t er0 z)) +("floating" nil (f l ow1 t ih0 ng)) +("floats" nil (f l ow1 t s)) +("floc" nil (f l aa1 k)) +("flock" nil (f l aa1 k)) +("flocked" nil (f l aa1 k t)) +("flockhart" nil (f l aa1 k hh aa1 r t)) +("flocking" nil (f l aa1 k ih0 ng)) +("flocks" nil (f l aa1 k s)) +("flodin" nil (f l ow1 d ih0 n)) +("floe" nil (f l ow1)) +("floersheim" nil (f l ao1 r sh ay1 m)) +("flogging" nil (f l aa1 g ih0 ng)) +("flohr" nil (f l aa1 r)) +("floirenda" nil (f l oy1 r eh1 n d ax)) +("flom" nil (f l aa1 m)) +("flonorial" nil (f l aa1 n ao1 r iy0 ax l)) +("flood" nil (f l ah1 d)) +("flooded" nil (f l ah1 d ax d)) +("floodgates" nil (f l ah1 d g ey1 t s)) +("flooding" nil (f l ah1 d ih0 ng)) +("floodlights" nil (f l ah1 d l ay1 t s)) +("floodplain" nil (f l ah1 d p l ey1 n)) +("floods" nil (f l ah1 d z)) +("floodwater" nil (f l ah1 d w ao1 t er0)) +("floodwaters" nil (f l ah1 d w ao1 t er0 z)) +("flook" nil (f l uh1 k)) +("floor" nil (f l ao1 r)) +("floorboards" nil (f l ao1 r b ao1 r d z)) +("floored" nil (f l ao1 r d)) +("flooring" nil (f l ao1 r ih0 ng)) +("floors" nil (f l ao1 r z)) +("flop" nil (f l aa1 p)) +("flopped" nil (f l aa1 p t)) +("flopping" nil (f l aa1 p ih0 ng)) +("floppy" nil (f l aa1 p iy0)) +("flops" nil (f l aa1 p s)) +("floptical" nil (f l aa1 p t ih0 k ax l)) +("flor" nil (f l ao1 r)) +("flora" nil (f l ao1 r ax)) +("florafax" nil (f l ao1 r ax f ae1 k s)) +("floral" nil (f l ao1 r ax l)) +("florance" nil (f l ao1 r ax n s)) +("flore" nil (f l ao1 r)) +("florea" nil (f l ao1 r iy0 ax)) +("florek" nil (f l ao1 r ih0 k)) +("floren" nil (f l ao1 r ax n)) +("florence" nil (f l ao1 r ax n s)) +("florentina" nil (f l ao1 r eh0 n t iy1 n ax)) +("florentine" nil (f l ao1 r ax n t iy1 n)) +("florentino" nil (f l ao0 r eh0 n t iy1 n ow0)) +("florer" nil (f l ao1 r er0)) +("flores" nil (f l ao1 r eh1 z)) +("florescue" nil (f l ao1 r ax s k y uw0)) +("florey" nil (f l ao1 r iy0)) +("florez" nil (f l ao0 r eh1 z)) +("flori" nil (f l ao1 r iy0)) +("floria" nil (f l ao1 r iy0 ax)) +("florian" nil (f l ao1 r iy0 ax n)) +("florid" nil (f l ao1 r ax d)) +("florida" nil (f l ao1 r ax d ax)) +("floridabanc" nil (f l ao1 r ax d ax b ae1 ng k)) +("floridian" nil (f l ao0 r ih1 d iy0 ax n)) +("floridians" nil (f l ao0 r ih1 d iy0 ax n z)) +("florin" nil (f l ao1 r ih0 n)) +("florinda" nil (f l ao0 r iy1 n d ax)) +("florine" nil (f l ao0 r iy1 n iy0)) +("florio" nil (f l ao1 r iy0 ow0)) +("floris" nil (f l ao1 r ih0 s)) +("florist" nil (f l aa1 r ax s t)) +("florists" nil (f l ao1 r ih0 s t s)) +("floro" nil (f l ao1 r ow0)) +("florrie" nil (f l ao1 r iy0)) +("florry" nil (f l ao1 r iy0)) +("florsheim" nil (f l ao1 r sh ay1 m)) +("flory" nil (f l ao1 r iy0)) +("floss" nil (f l aa1 s)) +("flossie" nil (f l ao1 s iy0)) +("flotation" nil (f l ow0 t ey1 sh ax n)) +("flotilla" nil (f l ow0 t ih1 l ax)) +("flotow" nil (f l aa1 t aw0)) +("flotsam" nil (f l aa1 t s ax m)) +("flott" nil (f l aa1 t)) +("flotta" nil (f l aa1 t ax)) +("flounces" nil (f l aw1 n s ih0 z)) +("flounder" nil (f l aw1 n d er0)) +("floundered" nil (f l aw1 n d er0 d)) +("floundering" nil (f l aw1 n d er0 ih0 ng)) +("flounders" nil (f l aw1 n d er0 z)) +("flour" nil (f l aw1 er0)) +("flourish" nil (f l er1 ih0 sh)) +("flourished" nil (f l er1 ih0 sh t)) +("flourishes" nil (f l er1 ih0 sh ax z)) +("flourishing" nil (f l er1 ih0 sh ih0 ng)) +("flournoy" nil (f l uh0 r n oy1)) +("flours" nil (f l aw1 er0 z)) +("flout" nil (f l aw1 t)) +("flouted" nil (f l aw1 t ih0 d)) +("flouting" nil (f l aw1 t ih0 ng)) +("flow" nil (f l ow1)) +("flowe" nil (f l ow1)) +("flowed" nil (f l ow1 d)) +("flower" nil (f l aw1 er0)) +("flowered" nil (f l aw1 er0 d)) +("flowering" nil (f l aw1 er0 ih0 ng)) +("flowerpot" nil (f l aw1 er0 p aa1 t)) +("flowers" nil (f l aw1 er0 z)) +("flowery" nil (f l aw1 er0 iy0)) +("flowing" nil (f l ow1 ih0 ng)) +("flown" nil (f l ow1 n)) +("flows" nil (f l ow1 z)) +("flowton" nil (f l ow1 t ax n)) +("floy" nil (f l oy1)) +("floyd" nil (f l oy1 d)) +("flu" nil (f l uw1)) +("flubs" nil (f l ah1 b z)) +("fluck" nil (f l ah1 k)) +("fluctuate" nil (f l ah1 k ch ax w ey1 t)) +("fluctuated" nil (f l ah1 k ch ax w ey1 t ih0 d)) +("fluctuates" nil (f l ah1 k ch uw0 ey1 t s)) +("fluctuating" nil (f l ah1 k ch ax w ey1 t ih0 ng)) +("fluctuation" nil (f l ah1 k ch uw0 ey1 sh ax n)) +("fluctuations" nil (f l ah1 k ch uw0 ey1 sh ax n z)) +("flud" nil (f l ah1 d)) +("fludd" nil (f l ah1 d)) +("flue" nil (f l uw1)) +("fluegel" nil (f l uh1 g ax l)) +("fluegge" nil (f l uw1 g)) +("fluency" nil (f l uw1 ax n s iy0)) +("fluent" nil (f l uw1 ax n t)) +("fluet" nil (f l uw1 t)) +("fluff" nil (f l ah1 f)) +("fluffed" nil (f l ah1 f t)) +("fluffier" nil (f l ah1 f iy0 er0)) +("fluffs" nil (f l ah1 f s)) +("fluffy" nil (f l ah1 f iy0)) +("fluharty" nil (f l ah1 er0 t iy0)) +("fluhr" nil (f l er1)) +("fluid" nil (f l uw1 ax d)) +("fluidity" nil (f l uw0 ih1 d ax t iy0)) +("fluids" nil (f l uw1 ax d z)) +("fluitt" nil (f l uw1 ax t)) +("fluke" nil (f l uw1 k)) +("fluker" nil (f l uw1 k er0)) +("flukes" nil (f l uw1 k s)) +("flulike" nil (f l uw1 l ay1 k)) +("flume" nil (f l uw1 m)) +("flumenbaum" nil (f l uw1 m ax n b aw1 m)) +("flumes" nil (f l uw1 m z)) +("flung" nil (f l ah1 ng)) +("flunk" nil (f l ah1 ng k)) +("flunked" nil (f l ah1 ng k t)) +("flunking" nil (f l ah1 ng k ih0 ng)) +("flunks" nil (f l ah1 ng k s)) +("fluor" nil (f l uw1 er0)) +("fluoresce" nil (f l uh1 r eh1 s)) +("fluorescent" nil (f l uh1 r eh1 s ax n t)) +("fluorescently" nil (f l uh1 r eh1 s ax n t l iy0)) +("fluorescents" nil (f l uh1 r eh1 s ax n t s)) +("fluoridation" nil (f l uh1 r ax d ey1 sh ax n)) +("fluoride" nil (f l uh1 r ay1 d)) +("fluorides" nil (f l uh1 r ay1 d z)) +("fluorine" nil (f l uh1 r iy1 n)) +("fluorite" nil (f l uh1 r ay1 t)) +("fluorocarbon" nil (f l uh1 r ow0 k aa1 r b ax n)) +("fluorocarbons" nil (f l uh1 r ow0 k aa1 r b ax n z)) +("fluorometer" nil (f l uh1 r aa1 m ax t er0)) +("fluorspar" nil (f l uh1 r s p aa1 r)) +("flurried" nil (f l er1 iy0 d)) +("flurries" nil (f l er1 iy0 z)) +("flurry" nil (f l er1 iy0)) +("flury" nil (f l uw1 r iy0)) +("flus" nil (f l uw1 z)) +("flush" nil (f l ah1 sh)) +("flushed" nil (f l ah1 sh t)) +("flushes" nil (f l ah1 sh ih0 z)) +("flushing" nil (f l ah1 sh ih0 ng)) +("flustered" nil (f l ah1 s t er0 d)) +("flute" nil (f l uw1 t)) +("flutes" nil (f l uw1 t s)) +("flutist" nil (f l uw1 t ih0 s t)) +("flutter" nil (f l ah1 t er0)) +("fluttered" nil (f l ah1 t er0 d)) +("fluttering" nil (f l ah1 t er0 ih0 ng)) +("flutters" nil (f l ah1 t er0 z)) +("fluty" nil (f l uw1 t iy0)) +("fluvial" nil (f l uw1 v iy0 ax l)) +("flux" nil (f l ah1 k s)) +("fluxional" nil (f l ah1 k sh ax n ax l)) +("fly" nil (f l ay1)) +("flyby" nil (f l ay1 b ay1)) +("flycatcher" nil (f l ay1 k ae1 ch er0)) +("flye" nil (f l ay1)) +("flyer" nil (f l ay1 er0)) +("flyers" nil (f l ay1 er0 z)) +("flying" nil (f l ay1 ih0 ng)) +("flynn" nil (f l ih1 n)) +("flynt" nil (f l ih1 n t)) +("flythe" nil (f l ay1 dh)) +("flytrap" nil (f l ay1 t r ae1 p)) +("flyway" nil (f l ay1 w ey1)) +("flywheel" nil (f l ay1 w iy1 l)) +("foal" nil (f ow1 l)) +("foaling" nil (f ow1 l ih0 ng)) +("foam" nil (f ow1 m)) +("foams" nil (f ow1 m z)) +("foamy" nil (f ow1 m iy0)) +("foard" nil (f ao1 r d)) +("fobbs" nil (f aa1 b z)) +("fobes" nil (f ow1 b z)) +("focal" nil (f ow1 k ax l)) +("focht" nil (f aa1 k t)) +("fochtman" nil (f aa1 k t m ax n)) +("fockler" nil (f aa1 k l er0)) +("focus" nil (f ow1 k ax s)) +("focused" nil (f ow1 k ax s t)) +("focuses" nil (f ow1 k ax s ih0 z)) +("focusing" nil (f ow1 k ax s ih0 ng)) +("focussed" nil (f ow1 k ax s t)) +("focusses" nil (f ow1 k ax s ih0 z)) +("focussing" nil (f ow1 k ax s ih0 ng)) +("fodder" nil (f aa1 d er0)) +("fodera" nil (f ow0 d eh1 r ax)) +("fodor" nil (f ow1 d er0)) +("foe" nil (f ow1)) +("foehlich" nil (f ow1 l ih0 ch)) +("foell" nil (f iy1 l)) +("foeller" nil (f ow1 l er0)) +("foerster" nil (f ao1 r s t er0)) +("foertsch" nil (f ao1 r ch)) +("foes" nil (f ow1 z)) +("fog" nil (f aa1 g)) +("fogal" nil (f ow1 jh ax l)) +("fogarty" nil (f aa1 g aa1 r t iy0)) +("fogel" nil (f ow1 g ax l)) +("fogelberg" nil (f ow1 g ax l b er0 g)) +("fogelman" nil (f ow1 g ax l m ax n)) +("fogelson" nil (f ow1 g ax l s ax n)) +("fogerty" nil (f aa1 jh er0 t iy0)) +("fogg" nil (f aa1 g)) +("foggiest" nil (f aa1 g iy0 ax s t)) +("foggy" nil (f aa1 g iy0)) +("fogle" nil (f ow1 g ax l)) +("fogleman" nil (f ow1 g ax l m ax n)) +("fogler" nil (f ow1 g ax l er0)) +("foglesong" nil (f aa1 g l ih0 s ao0 ng)) +("foglia" nil (f aa1 g l iy0 ax)) +("foglio" nil (f aa1 g l iy0 ow0)) +("fogt" nil (f aa1 g t)) +("fogy" nil (f ow1 g iy0)) +("fohl" nil (f ow1 l)) +("foible" nil (f oy1 b ax l)) +("foibles" nil (f oy1 b ax l z)) +("foie" nil (f oy1)) +("foil" nil (f oy1 l)) +("foiled" nil (f oy1 l d)) +("foiles" nil (f aa1 ay0 l z)) +("foiling" nil (f oy1 l ih0 ng)) +("foils" nil (f oy1 l z)) +("foist" nil (f oy1 s t)) +("foisted" nil (f oy1 s t ih0 d)) +("foister" nil (f oy1 s t er0)) +("foisy" nil (f oy1 z iy0)) +("fojtik" nil (f aa1 y t ih0 k)) +("fokker" nil (f aa1 k er0)) +("folan" nil (f ow1 l ax n)) +("foland" nil (f ow1 l ax n d)) +("folck" nil (f ow1 l k)) +("fold" nil (f ow1 l d)) +("folded" nil (f ow1 l d ax d)) +("folden" nil (f ow1 l d ax n)) +("folder" nil (f ow1 l d er0)) +("folders" nil (f ow1 l d er0 z)) +("folding" nil (f ow1 l d ih0 ng)) +("folds" nil (f ow1 l d z)) +("foley" nil (f ow1 l iy0)) +("folger" nil (f ow1 l jh er0)) +("folgers" nil (f ow1 l jh er0 z)) +("folha" nil (f ow1 l hh ax)) +("foliage" nil (f ow1 l ih0 jh)) +("foliate" nil (f ow1 l iy0 ey1 t)) +("foliation" nil (f ow1 l iy0 ey1 sh ax n)) +("folic" nil (f aa1 l ih0 k)) +("folino" nil (f ow0 l iy1 n ow0)) +("folk" nil (f ow1 k)) +("folker" nil (f ow1 k er0)) +("folkers" nil (f ow1 k er0 z)) +("folkert" nil (f ow1 k er0 t)) +("folkerts" nil (f ow1 k er0 t s)) +("folkes" nil (f ow1 k s)) +("folkish" nil (f ow1 k ih0 sh)) +("folklore" nil (f ow1 k l ao1 r)) +("folkman" nil (f ow1 k m ax n)) +("folkrock" nil (f ow1 k r aa1 k)) +("folks" nil (f ow1 k s)) +("folkstone" nil (f ow1 k s t ow1 n)) +("folksy" nil (f ow1 k s iy0)) +("folktale" nil (f ow1 k t ey1 l)) +("folkways" nil (f ow1 k w ey1 z)) +("folland" nil (f aa1 l ax n d)) +("follett" nil (f aa1 l ih0 t)) +("follette" nil (f aa1 l eh1 t)) +("folley" nil (f aa1 l iy0)) +("folliard" nil (f aa1 l y er0 d)) +("follicle" nil (f aa1 l ax k ax l)) +("follicles" nil (f aa1 l ih0 k ax l z)) +("follies" nil (f aa1 l iy0 z)) +("follin" nil (f aa1 l ih0 n)) +("follis" nil (f aa1 l ih0 s)) +("follman" nil (f aa1 l m ax n)) +("follmer" nil (f aa1 l m er0)) +("follow" nil (f aa1 l ow0)) +("followed" nil (f aa1 l ow0 d)) +("followell" nil (f aa1 l ax w eh0 l)) +("follower" nil (f aa1 l ow0 er0)) +("followers" nil (f aa1 l ow0 er0 z)) +("following" nil (f aa1 l ow0 ih0 ng)) +("followings" nil (f aa1 l ow0 ih0 ng z)) +("follows" nil (f aa1 l ow0 z)) +("followup" nil (f aa1 l ow0 ah1 p)) +("folly" nil (f aa1 l iy0)) +("folmar" nil (f ow1 l m er0)) +("folmer" nil (f ow1 l m er0)) +("folse" nil (f ow1 l s)) +("folsom" nil (f ow1 l s ax m)) +("folson" nil (f ow1 l s ax n)) +("folta" nil (f ow1 l t ax)) +("foltene" nil (f ow0 l t iy1 n)) +("folts" nil (f ow1 l t s)) +("foltz" nil (f ow1 l t s)) +("folwell" nil (f ow1 l w eh1 l)) +("folz" nil (f ow1 l z)) +("fomby" nil (f aa1 m b iy0)) +("foment" nil (f ow1 m eh0 n t)) +("fomented" nil (f ow1 m eh0 n t ih0 d)) +("fomenting" nil (f ow1 m eh0 n t ih0 ng)) +("fomento" nil (f ow1 m eh1 n t ow0)) +("fomon" nil (f ow1 m ax n)) +("fonar" nil (f aa1 n er0)) +("foncier" nil (f aa1 n s y er0)) +("fond" nil (f aa1 n d)) +("fonda" nil (f aa1 n d ax)) +("fonder" nil (f aa1 n d er0)) +("fondest" nil (f aa1 n d ax s t)) +("fondiaria" nil (f aa1 n d iy0 eh1 r iy0 ax)) +("fondkommission" nil (f aa1 n d k ax m ih1 sh ax n)) +("fondly" nil (f aa1 n d l iy0)) +("fondness" nil (f aa1 n d n ax s)) +("fondren" nil (f aa1 n d er0 ax n)) +("fondue" nil (f aa0 n d y uw1)) +("fondues" nil (f aa1 n d uw0 z)) +("fone" nil (f ow1 n)) +("foner" nil (f ow1 n er0)) +("fones" nil (f ow1 n z)) +("fong" nil (f ao1 ng)) +("fonger" nil (f ao1 ng er0)) +("fonner" nil (f aa1 n er0)) +("fons" nil (f aa1 n z)) +("fonseca" nil (f ow0 n s eh1 k ax)) +("font" nil (f aa1 n t)) +("fontaine" nil (f ao0 n t ey1 n)) +("fontana" nil (f ao0 n t ae1 n ax)) +("fontanella" nil (f aa1 n t ax n eh1 l ax)) +("fontanez" nil (f ow0 n t aa1 n eh0 z)) +("fontanilla" nil (f aa1 n t ax n ih1 l ax)) +("fonte" nil (f aa1 n t)) +("fontenette" nil (f aa1 n t ih0 n eh0 t)) +("fontenot" nil (f aa1 n t ih0 n ax t)) +("fontes" nil (f ow1 n t eh0 s)) +("fonts" nil (f aa1 n t s)) +("fonville" nil (f ow1 n v ih0 l)) +("foo" nil (f uw1)) +("food" nil (f uw1 d)) +("foodarama" nil (f uw1 d er0 ae1 m ax)) +("foodmaker" nil (f uw1 d m ey1 k er0)) +("foods" nil (f uw1 d z)) +("foodservice" nil (f uw1 d s er1 v ih0 s)) +("foodstuff" nil (f uw1 d s t ah1 f)) +("foodstuffs" nil (f uw1 d s t ah1 f s)) +("foodtown" nil (f uw1 d t aw1 n)) +("foodways" nil (f uw1 d w ey1 z)) +("fooks" nil (f uh1 k s)) +("fool" nil (f uw1 l)) +("fooled" nil (f uw1 l d)) +("foolery" nil (f uw1 l er0 iy0)) +("foolhardy" nil (f uw1 l hh aa1 r d iy0)) +("fooling" nil (f uw1 l ih0 ng)) +("foolish" nil (f uw1 l ih0 sh)) +("foolishly" nil (f uw1 l ih0 sh l iy0)) +("foolishness" nil (f uw1 l ih0 sh n ax s)) +("foolproof" nil (f uw1 l p r uw1 f)) +("fools" nil (f uw1 l z)) +("foong" nil (f uw1 ng)) +("foor" nil (f uh1 r)) +("foos" nil (f uw1 z)) +("foose" nil (f uw1 s)) +("fooshee" nil (f uw1 sh iy0)) +("foot" nil (f uh1 t)) +("footage" nil (f uh1 t ih0 jh)) +("football" nil (f uh1 t b ao1 l)) +("footballs" nil (f uh1 t b ao1 l z)) +("foote" nil (f uh1 t)) +("footed" nil (f uh1 t ih0 d)) +("footer" nil (f uh1 t er0)) +("footfall" nil (f uh1 t f ao1 l)) +("foothill" nil (f uh1 t hh ih1 l)) +("foothills" nil (f uh1 t hh ih1 l z)) +("foothold" nil (f uh1 t hh ow1 l d)) +("footholds" nil (f uh1 t hh ow1 l d z)) +("footing" nil (f uh1 t ih0 ng)) +("footlights" nil (f uh1 t l ay1 t s)) +("footloose" nil (f uh1 t l uw1 s)) +("footman" nil (f uh1 t m ax n)) +("footnote" nil (f uh1 t n ow1 t)) +("footnoted" nil (f uh1 t n ow1 t ih0 d)) +("footnotes" nil (f uh1 t n ow1 t s)) +("footnoting" nil (f uh1 t n ow1 t ih0 ng)) +("footpath" nil (f uh1 t p ae1 th)) +("footprint" nil (f uh1 t p r ih1 n t)) +("footprints" nil (f uh1 t p r ih1 n t s)) +("footrace" nil (f uh1 t r ey1 s)) +("foots" nil (f uh1 t s)) +("footsteps" nil (f uh1 t s t eh1 p s)) +("footwall" nil (f uh1 t w ao1 l)) +("footware" nil (f uh1 t w eh1 r)) +("footwear" nil (f uh1 t w eh1 r)) +("footwork" nil (f uh1 t w er1 k)) +("foppiano" nil (f ow0 p iy0 aa1 n ow0)) +("for" nil (f ao1 r)) +("forage" nil (f ao1 r ih0 jh)) +("forages" nil (f ao1 r ax jh ax z)) +("foraging" nil (f ao1 r ih0 jh ih0 ng)) +("foraker" nil (f ao1 r ax k er0)) +("foramen" nil (f er0 ey1 m ax n)) +("foran" nil (f ao1 r ax n)) +("forand" nil (f ao1 r ax n d)) +("foray" nil (f ao1 r ey0)) +("forays" nil (f ao1 r ey0 z)) +("forbade" nil (f er0 b ey1 d)) +("forbearance" nil (f ao0 r b eh1 r ax n s)) +("forbes" nil (f ao1 r b z)) +("forbess" nil (f ao1 r b z ih0 z)) +("forbid" nil (f er0 b ih1 d)) +("forbidden" nil (f ao1 r b ih0 d ax n)) +("forbidding" nil (f er0 b ih1 d ih0 ng)) +("forbids" nil (f er0 b ih1 d z)) +("forbis" nil (f ao1 r b ih0 s)) +("forbus" nil (f ao1 r b ih0 s)) +("forbush" nil (f ao1 r b ax sh)) +("force" nil (f ao1 r s)) +("forced" nil (f ao1 r s t)) +("forceful" nil (f ao1 r s f ax l)) +("forcefully" nil (f ao1 r s f ax l iy0)) +("forcefulness" nil (f ao1 r s f ax l n ax s)) +("forces" nil (f ao1 r s ih0 z)) +("forcible" nil (f ao1 r s ax b ax l)) +("forcibly" nil (f ao1 r s ax b l iy0)) +("forcier" nil (f ao1 r k iy0 er0)) +("forcing" nil (f ao1 r s ih0 ng)) +("forcum" nil (f ao1 r k ax m)) +("ford" nil (f ao1 r d)) +("forde" nil (f ao1 r d)) +("fordham" nil (f ao1 r d ax m)) +("fords" nil (f ao1 r d z)) +("fordyce" nil (f ao1 r d ay1 s)) +("fore" nil (f ao1 r)) +("forearm" nil (f ao0 r aa1 r m)) +("forebearance" nil (f ao1 r b eh1 r ax n s)) +("forebears" nil (f ao1 r b eh1 r z)) +("foreboding" nil (f ao0 r b ow1 d ih0 ng)) +("forebrain" nil (f ao1 r b r ey1 n)) +("forecast" nil (f ao1 r k ae1 s t)) +("forecasted" nil (f ao1 r k ae1 s t ih0 d)) +("forecaster" nil (f ao1 r k ae1 s t er0)) +("forecasters" nil (f ao1 r k ae1 s t er0 z)) +("forecasting" nil (f ao1 r k ae1 s t ih0 ng)) +("forecasts" nil (f ao0 r k ae1 s t s)) +("foreclose" nil (f ao0 r k l ow1 z)) +("foreclosed" nil (f ao0 r k l ow1 z d)) +("forecloses" nil (f ao0 r k l ow1 z ih0 z)) +("foreclosing" nil (f ao0 r k l ow1 z ih0 ng)) +("foreclosure" nil (f ao0 r k l ow1 zh er0)) +("foreclosures" nil (f ao0 r k l ow1 zh er0 z)) +("foree" nil (f ao1 r iy1)) +("forefathers" nil (f ao1 r f aa1 dh er0 z)) +("forefinger" nil (f ao1 r f ih1 ng g er0)) +("forefoot" nil (f ao1 r f uh1 t)) +("forefront" nil (f ao1 r f r ah1 n t)) +("forego" nil (f ao0 r g ow1)) +("foregoing" nil (f ao0 r g ow1 ih0 ng)) +("foregone" nil (f ao1 r g ao1 n)) +("foreground" nil (f ao1 r g r aw1 n d)) +("forehand" nil (f ao1 r hh ae1 n d)) +("forehands" nil (f ao1 r hh ae1 n d z)) +("forehead" nil (f ao1 r hh eh0 d)) +("foreheads" nil (f ao1 r hh eh1 d z)) +("foreign" nil (f ao1 r ax n)) +("foreigner" nil (f ao1 r ax n er0)) +("foreigners" nil (f ao1 r ax n er0 z)) +("forelimbs" nil (f ao1 r l ih1 m z)) +("foreman" nil (f ao1 r m ax n)) +("foremen" nil (f ao1 r m ax n)) +("foremost" nil (f ao1 r m ow1 s t)) +("forensic" nil (f er0 eh1 n s ih0 k)) +("forensics" nil (f er0 eh1 n s ih0 k s)) +("forero" nil (f ao1 r ow0)) +("forerunner" nil (f ao1 r ah1 n er0)) +("forerunners" nil (f ao1 r ah1 n er0 z)) +("foresaw" nil (f ao1 r s ao1)) +("foresee" nil (f ao0 r s iy1)) +("foreseeable" nil (f ao0 r s iy1 ax b ax l)) +("foreseeing" nil (f ao0 r s iy1 ih0 ng)) +("foreseen" nil (f ao1 r s iy1 n)) +("foresees" nil (f ao0 r s iy1 z)) +("foreshadow" nil (f ao0 r sh ae1 d ow0)) +("foreshadowed" nil (f ao0 r sh ae1 d ow0 d)) +("foreshadowing" nil (f ao0 r sh ae1 d ow0 ih0 ng)) +("foreshadows" nil (f ao0 r sh ae1 d ow0 z)) +("foresight" nil (f ao1 r s ay1 t)) +("foresman" nil (f ao1 r s m ax n)) +("forest" nil (f ao1 r ax s t)) +("foresta" nil (f ao1 r s t ax)) +("forestall" nil (f ao0 r s t ao1 l)) +("forestalled" nil (f ao1 r s t aa1 l d)) +("forestalling" nil (f ao1 r s t aa1 l ih0 ng)) +("forested" nil (f ao1 r ax s t ax d)) +("forester" nil (f ao1 r ax s t er0)) +("foresters" nil (f ao1 r ax s t er0 z)) +("forestry" nil (f ao1 r ax s t r iy0)) +("forests" nil (f ao1 r ax s t s)) +("foret" nil (f ao1 r t)) +("foretaste" nil (f ao0 r t ey1 s t)) +("foretell" nil (f ao0 r t eh1 l)) +("foretelling" nil (f ao0 r t eh1 l ih0 ng)) +("forethought" nil (f ao1 r th ao1 t)) +("foretold" nil (f ao0 r t ow1 l d)) +("forever" nil (f er0 eh1 v er0)) +("forewarned" nil (f ao0 r w ao1 r n d)) +("forewings" nil (f ao1 r w ih1 ng z)) +("foreword" nil (f ao1 r w er1 d)) +("forex" nil (f ao1 r eh0 k s)) +("forfeit" nil (f ao1 r f ih0 t)) +("forfeitable" nil (f ao1 r f ax t ax b ax l)) +("forfeited" nil (f ao1 r f ih0 t ih0 d)) +("forfeiting" nil (f ao1 r f ax t ih0 ng)) +("forfeiture" nil (f ao1 r f ax ch er0)) +("forfeitures" nil (f ao1 r f ax ch er0 z)) +("forgave" nil (f er0 g ey1 v)) +("forge" nil (f ao1 r jh)) +("forged" nil (f ao1 r jh d)) +("forger" nil (f ao1 r jh er0)) +("forgeries" nil (f ao1 r jh er0 iy0 z)) +("forgers" nil (f ao1 r jh er0 z)) +("forgery" nil (f ao1 r jh er0 iy0)) +("forges" nil (f ao1 r jh ih0 z)) +("forget" nil (f er0 g eh1 t)) +("forgetful" nil (f ao0 r g eh1 t f ax l)) +("forgets" nil (f er0 g eh1 t s)) +("forgettable" nil (f ao0 r g eh1 t ax b ax l)) +("forgette" nil (f er0 zh eh1 t)) +("forgetting" nil (f er0 g eh1 t ih0 ng)) +("forgey" nil (f ao1 r jh iy0)) +("forgie" nil (f ao1 r jh iy0)) +("forging" nil (f ao1 r jh ih0 ng)) +("forgings" nil (f ao1 jh ih0 ng z)) +("forgione" nil (f ao0 r jh ow1 n iy0)) +("forgivable" nil (f ao0 r g ih1 v ax b ax l)) +("forgive" nil (f er0 g ih1 v)) +("forgiven" nil (f er0 g ih1 v ax n)) +("forgiveness" nil (f er0 g ih1 v n ax s)) +("forgiving" nil (f er0 g ih1 v ih0 ng)) +("forgo" nil (f ao0 r g ow1)) +("forgoes" nil (f ao0 r g ow1 z)) +("forgoing" nil (f ao0 r g ow1 ih0 ng)) +("forgone" nil (f ao0 r g aa1 n)) +("forgot" nil (f er0 g aa1 t)) +("forgotten" nil (f er0 g aa1 t ax n)) +("forgue" nil (f ao1 r g)) +("forgy" nil (f ao1 r jh iy0)) +("forhan" nil (f ao1 r hh ax n)) +("forie" nil (f ao1 r iy0)) +("forinash" nil (f ao1 r ih0 n ae0 sh)) +("forint" nil (f ao1 r ih0 n t)) +("forints" nil (f ao1 r ih0 n t s)) +("forister" nil (f ao1 r ih0 s t er0)) +("fork" nil (f ao1 r k)) +("forked" nil (f ao1 r k t)) +("forker" nil (f ao1 r k er0)) +("forkey" nil (f ao1 r k iy1)) +("forking" nil (f ao1 r k ih0 ng)) +("forklift" nil (f ao1 r k l ih1 f t)) +("forklifts" nil (f ao1 r k l ih1 f t s)) +("forkner" nil (f ao1 r k n er0)) +("forks" nil (f ao1 r k s)) +("forlenza" nil (f ao0 r l eh1 n z ax)) +("forlorn" nil (f er0 l ao1 r n)) +("form" nil (f ao1 r m)) +("forma" nil (f ao1 r m ax)) +("formal" nil (f ao1 r m ax l)) +("formaldehyde" nil (f ao0 r m ae1 l d ax hh ay1 d)) +("formalism" nil (f ao1 r m ax l ih1 z ax m)) +("formalist" nil (f ao1 r m ax l ax s t)) +("formalities" nil (f ao0 r m ae1 l ax t iy0 z)) +("formality" nil (f ao0 r m ae1 l ax t iy0)) +("formalization" nil (f ao1 r m ax l ax z ey0 sh ax n)) +("formalize" nil (f ao1 r m ax l ay1 z)) +("formalized" nil (f ao1 r m ax l ay1 z d)) +("formalizes" nil (f ao1 r m ax l ay1 z ih0 z)) +("formalizing" nil (f ao1 r m ax l ay1 z ih0 ng)) +("formally" nil (f ao1 r m ax l iy0)) +("forman" nil (f ao1 r m ae1 n)) +("formanek" nil (f ao1 r m ax n ih0 k)) +("formant" nil (f ao1 r m ax n t)) +("formants" nil (f ao1 r m ax n t s)) +("format" nil (f ao1 r m ae1 t)) +("formation" nil (f ao0 r m ey1 sh ax n)) +("formations" nil (f ao0 r m ey1 sh ax n z)) +("formative" nil (f ao1 r m ax t ih0 v)) +("formato" nil (f ao0 r m aa1 t ow0)) +("formats" nil (f ao1 r m ae1 t s)) +("formby" nil (f ao1 r m b iy0)) +("formed" nil (f ao1 r m d)) +("former" nil (f ao1 r m er0)) +("formerly" nil (f ao1 r m er0 l iy0)) +("formic" nil (f ao1 r m ih0 k)) +("formica" nil (f ao0 r m ay1 k ax)) +("formidable" nil (f ao1 r m ax d ax b ax l)) +("formidably" nil (f ao1 r m ax d ax b l iy0)) +("forming" nil (f ao1 r m ih0 ng)) +("formosa" nil (f ao0 r m ow1 s ax)) +("formoso" nil (f ao0 r m ow1 s ow0)) +("forms" nil (f ao1 r m z)) +("formula" nil (f ao1 r m y ax l ax)) +("formulaic" nil (f ao1 r m y ax l ey1 ih0 k)) +("formulary" nil (f ao1 r m y ax l eh1 r iy0)) +("formulas" nil (f ao1 r m y ax l ax z)) +("formulate" nil (f ao1 r m y ax l ey1 t)) +("formulated" nil (f ao1 r m y ax l ey1 t ax d)) +("formulates" nil (f ao1 r m y ax l ey1 t s)) +("formulating" nil (f ao1 r m y ax l ey1 t ih0 ng)) +("formulation" nil (f ao1 r m y ax l ey1 sh ax n)) +("formulations" nil (f ao1 r m y uw0 l ey1 sh ax n z)) +("fornal" nil (f ao1 r n ax l)) +("forner" nil (f ao1 r n er0)) +("fornes" nil (f ao1 r n z)) +("forness" nil (f er1 n ih0 s)) +("forney" nil (f ao1 r n iy0)) +("forni" nil (f ao1 r n iy0)) +("fornoff" nil (f ao1 r n ao0 f)) +("fornwalt" nil (f ao1 r n w ax l t)) +("forquer" nil (f ao1 r k er0)) +("forrer" nil (f ao1 er0 r)) +("forrest" nil (f ao1 r ax s t)) +("forrestal" nil (f ao1 r ax s t ax l)) +("forrester" nil (f ao1 r ax s t er0)) +("forrey" nil (f ao1 r iy0)) +("forry" nil (f ao1 r iy0)) +("fors" nil (f er1 z)) +("forsake" nil (f ao0 r s ey1 k)) +("forsaken" nil (f ao0 r s ey1 k ax n)) +("forsaking" nil (f ao0 r s ey1 k ih0 ng)) +("forsberg" nil (f ao1 r s b er0 g)) +("forsburg" nil (f ao1 r s b er0 g)) +("forschner" nil (f ao1 r sh n er0)) +("forse" nil (f ao1 r s)) +("forsee" nil (f er0 s iy1)) +("forseeable" nil (f ao1 r s iy1 ax b ax l)) +("forsell" nil (f ao1 r s ax l)) +("forseth" nil (f ao1 r s ih0 th)) +("forsgren" nil (f ao1 r s g r eh0 n)) +("forshan" nil (f ao1 r sh ax n)) +("forshee" nil (f ao1 r sh iy0)) +("forshey" nil (f ao1 r sh iy0)) +("forslund" nil (f ao1 r s l ax n d)) +("forsman" nil (f ao1 r s m ax n)) +("forson" nil (f ao1 r s ax n)) +("forsook" nil (f ao0 r s uh1 k)) +("forst" nil (f ao1 r s t)) +("forster" nil (f ao1 r s t er0)) +("forstmann" nil (f ao1 r s t m ax n)) +("forstner" nil (f ao1 r s t n er0)) +("forstrom" nil (f ao1 r s t r ax m)) +("forswear" nil (f ao0 r s w eh1 r)) +("forsworn" nil (f ao1 r s w ao1 r n)) +("forsyth" nil (f ao1 r s ay1 th)) +("forsythe" nil (f ao1 r s ay0 dh)) +("forsythias" nil (f ao0 r s ih1 th iy0 ax z)) +("fort" nil (f ao1 r t)) +("fortas" nil (f ao1 r t ax s)) +("forte" nil (f ao1 r t ey0)) +("fortenberry" nil (f ao1 r t ax n b eh0 r iy0)) +("fortes" nil (f ao1 r t ey0 z)) +("forth" nil (f ao1 r th)) +("forthcoming" nil (f ao1 r th k ah1 m ih0 ng)) +("forthright" nil (f ao1 r th r ay1 t)) +("forthrightly" nil (f ao1 r th r ay1 t l iy0)) +("forthrightness" nil (f ao1 r th r ay1 t n ax s)) +("forthwith" nil (f ao1 r th w ih1 th)) +("forti" nil (f ao1 r t iy0)) +("fortier" nil (f ao1 r t iy0 er0)) +("forties" nil (f ao1 r t iy0 z)) +("fortieth" nil (f ao1 r t iy0 ih0 th)) +("fortifications" nil (f ao1 r t ax f ax k ey1 sh ax n z)) +("fortified" nil (f ao1 r t ax f ay1 d)) +("fortifiers" nil (f ao1 r t ax f ay1 er0 z)) +("fortify" nil (f ao1 r t ih0 f ay1)) +("fortifying" nil (f ao1 r t ih0 f ay1 ih0 ng)) +("fortin" nil (f ao1 r t ih0 n)) +("fortini" nil (f ao0 r t iy1 n iy0)) +("fortino" nil (f ao0 r t iy1 n ow0)) +("fortis" nil (f ao1 r t ih0 s)) +("fortitude" nil (f ao1 r t ih0 t uw1 d)) +("fortman" nil (f ao1 r t m ax n)) +("fortna" nil (f ao1 r t n ax)) +("fortner" nil (f ao1 r t n er0)) +("fortney" nil (f ao1 r t n iy0)) +("fortnight" nil (f ao1 r t n ay1 t)) +("fortnightly" nil (f ao1 r t n ay1 t l iy0)) +("forton" nil (f ao1 r t ax n)) +("fortress" nil (f ao1 r t r ax s)) +("forts" nil (f ao1 r t s)) +("fortson" nil (f ao1 r t s ax n)) +("fortuitous" nil (f ao0 r t uw1 ih0 t ax s)) +("fortuna" nil (f ao0 r t uw1 n ax)) +("fortunate" nil (f ao1 r ch ax n ax t)) +("fortunately" nil (f ao1 r ch ax n ax t l iy0)) +("fortunato" nil (f ao0 r t uw0 n aa1 t ow0)) +("fortune" nil (f ao1 r ch ax n)) +("fortunes" nil (f ao1 r ch ax n z)) +("forty" nil (f ao1 r t iy0)) +("forum" nil (f ao1 r ax m)) +("forums" nil (f ao1 r ax m z)) +("forward" nil (f ao1 r w er0 d)) +("forwarded" nil (f ao1 r w er0 d ih0 d)) +("forwarder" nil (f ao1 r w er0 d er0)) +("forwarders" nil (f ao1 r w er0 d er0 z)) +("forwarding" nil (f ao1 r w er0 d ih0 ng)) +("forwards" nil (f ao1 r w er0 d z)) +("forwood" nil (f ao1 r w uh1 d)) +("forys" nil (f ao1 r iy0 z)) +("forza" nil (f ao1 r z ax)) +("fosamax" nil (f aa1 s ax m ae1 k s)) +("fosback" nil (f aa1 s b ae1 k)) +("fosberg" nil (f aa1 s b er0 g)) +("fosco" nil (f aa1 s k ow0)) +("fosdick" nil (f aa1 s d ih0 k)) +("foshee" nil (f aa1 sh iy0)) +("foskett" nil (f aa1 s k ih0 t)) +("foskey" nil (f aa1 s k iy0)) +("fosler" nil (f aa1 s ax l er0)) +("fosnaugh" nil (f aa1 s n ao0)) +("foss" nil (f aa1 s)) +("fosse" nil (f aa1 s)) +("fossel" nil (f aa1 s ax l)) +("fossen" nil (f aa1 s ax n)) +("fossett" nil (f aa1 s ih0 t)) +("fossey" nil (f aa1 s iy0)) +("fossil" nil (f aa1 s ax l)) +("fossiliferous" nil (f aa1 s ax l ih1 f er0 ax s)) +("fossilized" nil (f aa1 s ax l ay1 z d)) +("fossils" nil (f aa1 s ax l z)) +("fossum" nil (f aa1 s ax m)) +("foster" nil (f aa1 s t er0)) +("fostered" nil (f aa1 s t er0 d)) +("fostering" nil (f aa1 s t er0 ih0 ng)) +("fosters" nil (f aa1 s t er0 z)) +("foth" nil (f aa1 th)) +("fothergill" nil (f ah1 dh er0 g ih1 l)) +("fotheringham" nil (f ah1 dh er0 ih0 ng hh ae0 m)) +("foti" nil (f ow1 t iy0)) +("fotopoulos" nil (f ax t aa1 p ax l ih0 s)) +("fouch" nil (f aw1 ch)) +("fouche" nil (f aw1 ch)) +("foucher" nil (f aw1 k er0)) +("fougere" nil (f aw1 g er0)) +("fought" nil (f ao1 t)) +("foul" nil (f aw1 l)) +("foulds" nil (f ow1 l d z)) +("fouled" nil (f aw1 l d)) +("fouling" nil (f aw1 l ih0 ng)) +("foulk" nil (f aw1 l k)) +("foulke" nil (f aw1 l k)) +("foulkes" nil (f aw1 l k s)) +("foulks" nil (f uw1 l k s)) +("foulness" nil (f aw1 l n ax s)) +("fouls" nil (f aw1 l z)) +("found" nil (f aw1 n d)) +("foundation" nil (f aw0 n d ey1 sh ax n)) +("foundations" nil (f aw0 n d ey1 sh ax n z)) +("founded" nil (f aw1 n d ax d)) +("founder" nil (f aw1 n d er0)) +("foundered" nil (f aw1 n d er0 d)) +("foundering" nil (f aw1 n d er0 ih0 ng)) +("founders" nil (f aw1 n d er0 z)) +("founding" nil (f aw1 n d ih0 ng)) +("foundling" nil (f aw1 n d l ih0 ng)) +("foundries" nil (f aw1 n d r iy0 z)) +("foundry" nil (f aw1 n d r iy0)) +("fountain" nil (f aw1 n t ax n)) +("fountaine" nil (f uw0 n t ey1 n)) +("fountains" nil (f aw1 n t ax n z)) +("four" nil (f ao1 r)) +("fourfold" nil (f ao1 r f ow1 l d)) +("fourman" nil (f ao1 r m ax n)) +("fournet" nil (f uh0 r n eh1 t)) +("fournier" nil (f ao1 r n iy0 er0)) +("fours" nil (f ao1 r z)) +("foursome" nil (f ao1 r s ax m)) +("foursquare" nil (f ao1 r s k w eh1 r)) +("fourteen" nil (f ao1 r t iy1 n)) +("fourteens" nil (f ao1 r t iy1 n z)) +("fourteenth" nil (f ao1 r t iy1 n th)) +("fourth" nil (f ao1 r th)) +("fourthquarter" nil (f ao1 r th k w ao1 r t er0)) +("fourths" nil (f ao1 r th s)) +("fourtou" nil (f ao0 r t uw1)) +("fouse" nil (f aw1 s)) +("fousek" nil (f aw1 s ih0 k)) +("foushee" nil (f aw1 sh iy0)) +("foust" nil (f aw1 s t)) +("fout" nil (f aw1 t)) +("foutch" nil (f aw1 ch)) +("fouts" nil (f aw1 t s)) +("fouty" nil (f aw1 t iy0)) +("foutz" nil (f aw1 t s)) +("foward" nil (f aw1 r d)) +("fowble" nil (f aw1 b ax l)) +("fowers" nil (f aw1 er0 z)) +("fowkes" nil (f aw1 k s)) +("fowl" nil (f aw1 l)) +("fowle" nil (f aw1 ax l)) +("fowler" nil (f aw1 l er0)) +("fowles" nil (f aw1 ax l z)) +("fowlkes" nil (f aw1 l k s)) +("fox" nil (f aa1 k s)) +("foxboro" nil (f aa1 k s b er0 ow0)) +("foxes" nil (f aa1 k s ax z)) +("foxglove" nil (f aa1 k s g l ah1 v)) +("foxhole" nil (f aa1 k s hh ow1 l)) +("foxholes" nil (f aa1 k s hh ow1 l z)) +("foxhound" nil (f aa1 k s hh aw1 n d)) +("foxman" nil (f aa1 k s m ax n)) +("foxmeyer" nil (f aa1 k s m ay1 r)) +("foxtail" nil (f aa1 k s t ey1 l)) +("foxwell" nil (f aa1 k s w eh1 l)) +("foxwoods" nil (f aa1 k s w uh1 d z)) +("foxworth" nil (f aa1 k s w er1 th)) +("foxworthy" nil (f aa1 k s w er1 dh iy0)) +("foxx" nil (f aa1 k s k s)) +("foxy" nil (f aa1 k s iy0)) +("foy" nil (f oy1)) +("foye" nil (f oy1)) +("foyer" nil (f oy1 er0)) +("foyle" nil (f oy1 l)) +("foyt" nil (f oy1 t)) +("fraas" nil (f r aa1 z)) +("frable" nil (f r ey1 b ax l)) +("fracas" nil (f r ey1 k ax s)) +("frace" nil (f r ey1 s)) +("fraction" nil (f r ae1 k sh ax n)) +("fractional" nil (f r ae1 k sh ax n ax l)) +("fractionally" nil (f r ae1 k sh ax n ax l iy0)) +("fractions" nil (f r ae1 k sh ax n z)) +("fractious" nil (f r ae1 k sh ax s)) +("fractiousness" nil (f r ae1 k sh ax s n ax s)) +("fracture" nil (f r ae1 k ch er0)) +("fractured" nil (f r ae1 k ch er0 d)) +("fractures" nil (f r ae1 k ch er0 z)) +("fracturing" nil (f r ae1 k ch er0 ih0 ng)) +("fradette" nil (f r ax d eh1 t)) +("fradkin" nil (f r ae1 d k ih0 n)) +("frady" nil (f r ey1 d iy0)) +("fraga" nil (f r aa1 g ax)) +("fragale" nil (f r aa0 g aa1 l iy0)) +("frager" nil (f r ey1 g er0)) +("fragile" nil (f r ae1 jh ax l)) +("fragility" nil (f r ax jh ih1 l ax t iy0)) +("fragment" n (f r ae1 g m ax n t)) +("fragment" v (f r ae0 g m eh1 n t)) +("fragmentary" nil (f r ae1 g m ax n t eh1 r iy0)) +("fragmentation" nil (f r ae1 g m ax n t ey1 sh ax n)) +("fragmented" nil (f r ae1 g m ax n t ih0 d)) +("fragmenting" nil (f r ae1 g m ax n t ih0 ng)) +("fragments" n (f r ae1 g m ax n t s)) +("fragments" v (f r ae0 g m eh1 n t s)) +("frago" nil (f r ey1 g ow0)) +("fragonard" nil (f r ae1 g ax n er0 d)) +("fragoso" nil (f r aa0 g ow1 s ow0)) +("fragrance" nil (f r ey1 g r ax n s)) +("fragrances" nil (f r ey1 g r ax n s ax z)) +("fragrant" nil (f r ey1 g r ax n t)) +("fraher" nil (f r aa1 er0)) +("frahm" nil (f r ae1 m)) +("frail" nil (f r ey1 l)) +("frailey" nil (f r ey1 l iy0)) +("frailties" nil (f r ey1 l t iy0 z)) +("frailty" nil (f r ey1 l t iy0)) +("fraim" nil (f r ey1 m)) +("frain" nil (f r ey1 n)) +("fraine" nil (f r ey1 n)) +("fraioli" nil (f r ay0 ow1 l iy0)) +("fraire" nil (f r eh1 r)) +("fraiser" nil (f r ey1 zh er0)) +("fraizer" nil (f r ey1 zh er0)) +("fraker" nil (f r ey1 k er0)) +("frakes" nil (f r ey1 k s)) +("fraleigh" nil (f r ey1 l iy0)) +("fraley" nil (f r ey1 l iy0)) +("fralick" nil (f r ae1 l ih0 k)) +("fralin" nil (f r ae1 l ih0 n)) +("fralix" nil (f r ae1 l ih0 k s)) +("fram" nil (f r ae1 m)) +("framatome" nil (f r ae1 m ax t ow1 m)) +("frame" nil (f r ey1 m)) +("framed" nil (f r ey1 m d)) +("framer" nil (f r ey1 m er0)) +("framers" nil (f r ey1 m er0 z)) +("frames" nil (f r ey1 m z)) +("framework" nil (f r ey1 m w er1 k)) +("framing" nil (f r ey1 m ih0 ng)) +("framingham" nil (f r ey1 m ih0 ng hh ae1 m)) +("frampton" nil (f r ae1 m p t ax n)) +("fran" nil (f r ae1 n)) +("frana" nil (f r ae1 n ax)) +("franc" nil (f r ae1 ng k)) +("franca" nil (f r ae1 ng k ax)) +("francais" nil (f r aa0 n s ey1)) +("francaise" nil (f r aa0 n s eh1 z)) +("francaises" nil (f r aa0 n s eh1 z)) +("francavilla" nil (f r aa0 n k aa0 v ih1 l ax)) +("france" nil (f r ae1 n s)) +("francek" nil (f r ae1 n ch eh1 k)) +("frances" nil (f r ae1 n s ih0 s)) +("francesca" nil (f r ae0 n ch eh1 s k ax)) +("franceschi" nil (f r aa0 n ch eh1 s k iy0)) +("franceschini" nil (f r aa0 n ch eh0 s k iy1 n iy0)) +("francesco" nil (f r ae0 n ch eh1 s k ow0)) +("francesconi" nil (f r aa0 n ch eh0 s k ow1 n iy0)) +("francese" nil (f r aa0 n ch ey1 z iy0)) +("francesmary" nil (f r ae1 n s ax s m eh1 r iy0)) +("franchi" nil (f r aa1 n k iy0)) +("franchik" nil (f r ae1 n ch ih0 k)) +("franchini" nil (f r aa0 n k iy1 n iy0)) +("franchino" nil (f r aa0 n k iy1 n ow0)) +("franchise" nil (f r ae1 n ch ay1 z)) +("franchised" nil (f r ae1 n ch ay0 z d)) +("franchisee" nil (f r ae1 n ch ay1 z iy1)) +("franchisees" nil (f r ae1 n ch ay0 z iy1 z)) +("franchiser" nil (f r ae1 n ch ay1 z er0)) +("franchisers" nil (f r ae1 n ch ay1 z er0 z)) +("franchises" nil (f r ae1 n ch ay1 z ih0 z)) +("franchising" nil (f r ae1 n ch ay0 z ih0 ng)) +("franchot" nil (f r ae1 n k ax t)) +("francia" nil (f r aa1 n ch ax)) +("francie" nil (f r ae1 ng k iy0)) +("francies" nil (f r ax n s iy1 z)) +("francine" nil (f r ae0 n s iy1 n)) +("francines" nil (f r ae0 n s iy1 n z)) +("francis" nil (f r ae1 n s ax s)) +("franciscan" nil (f r ae0 n s ih1 s k ax n)) +("franciscans" nil (f r ae0 n s ih1 s k ax n z)) +("francisco" nil (f r ae0 n s ih1 s k ow0)) +("franciso" nil (f r ae0 n s iy1 s ow0)) +("francisville" nil (f r ae1 n s ih0 s v ih1 l)) +("franck" nil (f r ae1 ng k)) +("francke" nil (f r ae1 ng k)) +("francklin" nil (f r ae1 ng k l ih0 n)) +("francklyn" nil (f r ae1 ng k l ih0 n)) +("franckowiak" nil (f r ax n s k aw1 iy0 ae0 k)) +("franco" nil (f r ae1 ng k ow0)) +("francoeur" nil (f r ax n k er1)) +("francois" nil (f r aa0 n s w aa1)) +("francoise" nil (f r ae0 n s w aa1 z)) +("francom" nil (f r ae1 ng k ax m)) +("francophile" nil (f r ae1 ng k ax f ay1 l)) +("francorp" nil (f r ae1 n k ao1 r p)) +("francs" nil (f r ae1 ng k s)) +("francy" nil (f r ae1 n s iy0)) +("francyne" nil (f r ae1 n s ay1 n)) +("franczak" nil (f r ae1 n ch ae0 k)) +("frandsen" nil (f r ae1 n d s ax n)) +("frane" nil (f r ey1 n)) +("franek" nil (f r ae1 n ih0 k)) +("franey" nil (f r ey1 n iy0)) +("frangos" nil (f r ae1 ng g ow0 z)) +("frank" nil (f r ae1 ng k)) +("franke" nil (f r ae1 ng k)) +("franked" nil (f r ae1 ng k t)) +("frankel" nil (f r ae1 ng k ax l)) +("franken" nil (f r ae1 ng k ax n)) +("frankenberg" nil (f r ae1 ng k ax n b er0 g)) +("frankenberger" nil (f r ae1 ng k ax n b er0 g er0)) +("frankenberry" nil (f r ae1 ng k ax n b eh1 r iy0)) +("frankenfield" nil (f r ae1 ng k ax n f iy1 l d)) +("frankenstein" nil (f r ae1 ng k ax n s t ay1 n)) +("frankfort" nil (f r ae1 ng k f er0 t)) +("frankfurt" nil (f r ae1 ng k f er0 t)) +("frankfurter" nil (f r ae1 ng k f er0 t er0)) +("frankfurters" nil (f r ae1 ng k f er0 t er0 z)) +("frankhouser" nil (f r ae1 ng k hh aw1 s er0)) +("frankie" nil (f r ae1 ng k iy0)) +("frankiewicz" nil (f r ae1 n k ax v ih0 ch)) +("frankincense" nil (f r ae1 ng k ax n s eh1 n s)) +("franking" nil (f r ae1 ng k ih0 ng)) +("frankino" nil (f r ae0 ng k iy1 n ow0)) +("frankish" nil (f r ae1 ng k ih0 sh)) +("frankl" nil (f r ae1 ng k ax l)) +("frankland" nil (f r ae1 ng k l ax n d)) +("franklin" nil (f r ae1 ng k l ih0 n)) +("franklinite" nil (f r ae1 ng k l ih0 n ay1 t)) +("frankly" nil (f r ae1 ng k l iy0)) +("franklyn" nil (f r ae1 ng k l ih0 n)) +("frankness" nil (f r ae1 ng k n ax s)) +("franko" nil (f r ae1 ng k ow0)) +("frankovich" nil (f r ae1 ng k ax v ih0 ch)) +("frankowski" nil (f r ax ng k ao1 f s k iy0)) +("franks" nil (f r ae1 ng k s)) +("frankson" nil (f r ae1 ng k s ax n)) +("frankum" nil (f r ae1 ng k ax m)) +("frannie" nil (f r ae1 n iy0)) +("franny" nil (f r ae1 n iy0)) +("frans" nil (f r ae1 n z)) +("fransen" nil (f r ae1 n s ax n)) +("franson" nil (f r ae1 n s ax n)) +("franssen" nil (f r ae1 n s ax n)) +("franta" nil (f r ae1 n t ax)) +("frantic" nil (f r ae1 n t ih0 k)) +("frantically" nil (f r ae1 n t ax k ax l iy0)) +("frantom" nil (f r ae1 n t ax m)) +("frantz" nil (f r ae1 n t s)) +("frantzen" nil (f r ae1 n t z ax n)) +("franyo" nil (f r aa1 n y ow0)) +("franz" nil (f r ae1 n z)) +("franze" nil (f r ae1 n z)) +("franzel" nil (f r ae1 n z ax l)) +("franzen" nil (f r ae1 n z ax n)) +("franzese" nil (f r aa0 n z ey1 z iy0)) +("franzone" nil (f r aa0 n z ow1 n iy0)) +("franzoni" nil (f r aa0 n z ow1 n iy0)) +("fraph" nil (f r ae1 f)) +("frappier" nil (f r ae1 p iy0 er0)) +("frary" nil (f r eh1 r iy0)) +("frasca" nil (f r aa1 s k ax)) +("frascella" nil (f r aa0 s ch eh1 l ax)) +("frasch" nil (f r ae1 sh)) +("frasco" nil (f r aa1 s k ow0)) +("frase" nil (f r ey1 z)) +("fraser" nil (f r ey1 z er0)) +("frasher" nil (f r ae1 sh er0)) +("frashier" nil (f r ey1 zh y er0)) +("frasier" nil (f r ey1 s iy0 er0)) +("frasure" nil (f r aa1 zh er0)) +("fratangelo" nil (f r aa0 t aa0 ng g eh1 l ow0)) +("frate" nil (f r ey1 t)) +("frater" nil (f r ey1 t er0)) +("fraternal" nil (f r ax t er1 n ax l)) +("fraternities" nil (f r ax t er1 n ax t iy0 z)) +("fraternity" nil (f r ax t er1 n ax t iy0)) +("fraternizing" nil (f r ae1 t er0 n ay1 z ih0 ng)) +("frates" nil (f r ey1 t s)) +("fratus" nil (f r ae1 t ih0 s)) +("fratzke" nil (f r ae1 t s k)) +("frau" nil (f r aw1)) +("fraud" nil (f r ao1 d)) +("frauds" nil (f r ao1 d z)) +("fraudster" nil (f r ao1 d s t er0)) +("fraudsters" nil (f r ao1 d s t er0 z)) +("fraudulent" nil (f r ao1 jh ax l ax n t)) +("fraudulently" nil (f r ao1 d uw0 l ax n t l iy0)) +("fraught" nil (f r ao1 t)) +("frausto" nil (f r ao1 s t ow0)) +("fravel" nil (f r ae1 v ax l)) +("frawley" nil (f r ao1 l iy0)) +("fray" nil (f r ey1)) +("frayed" nil (f r ey1 d)) +("frayer" nil (f r ey1 er0)) +("fraying" nil (f r ey1 ih0 ng)) +("frayn" nil (f r ey1 n)) +("frayne" nil (f r ey1 n)) +("fraze" nil (f r ey1 z)) +("frazee" nil (f r ax z iy1)) +("frazer" nil (f r ey1 z er0)) +("frazier" nil (f r ey1 zh er0)) +("frazzano" nil (f r ax z aa1 n ow0)) +("frazzini" nil (f r aa0 t s iy1 n iy0)) +("frazzled" nil (f r ae1 z ax l d)) +("fread" nil (f r eh1 d)) +("freak" nil (f r iy1 k)) +("freaked" nil (f r iy1 k t)) +("freaking" nil (f r iy1 k ih0 ng)) +("freaks" nil (f r iy1 k s)) +("frean" nil (f r iy1 n)) +("frear" nil (f r ih1 r)) +("frears" nil (f r iy1 r z)) +("freas" nil (f r iy1 z)) +("frease" nil (f r iy1 z)) +("freberg" nil (f r iy1 b er0 g)) +("frech" nil (f r eh1 k)) +("frechette" nil (f r ih0 sh eh1 t)) +("freck" nil (f r eh1 k)) +("freckled" nil (f r eh1 k ax l d)) +("fred" nil (f r eh1 d)) +("freda" nil (f r eh1 d)) +("freddie" nil (f r eh1 d iy0)) +("freddy" nil (f r eh1 d iy0)) +("frede" nil (f r iy1 d)) +("fredell" nil (f r eh1 d ax l)) +("fredella" nil (f r eh0 d eh1 l ax)) +("fredenburg" nil (f r iy1 d ax n b er0 g)) +("frederic" nil (f r eh1 d r ih0 k)) +("frederica" nil (f r eh1 d er0 iy1 k ax)) +("frederick" nil (f r eh1 d r ih0 k)) +("fredericka" nil (f r ey0 d eh0 r iy1 k ax)) +("fredericks" nil (f r eh1 d r ih0 k s)) +("fredericksburg" nil (f r eh1 d r ih0 k s b er0 g)) +("fredericksen" nil (f r eh1 d er0 ih0 k s ax n)) +("frederickson" nil (f r eh1 d er0 ih0 k s ax n)) +("frederico" nil (f r eh0 d er0 iy1 k ow0)) +("frederika" nil (f r ey0 d eh0 r iy1 k ax)) +("frederiksen" nil (f r eh1 d er0 ih0 k s ax n)) +("frederking" nil (f r eh1 d er0 k ih1 ng)) +("fredette" nil (f r ih0 d eh1 t)) +("frediani" nil (f r eh0 d iy0 aa1 n iy0)) +("fredin" nil (f r eh1 d ih0 n)) +("fredkin" nil (f r eh1 d k ih0 n)) +("fredlund" nil (f r eh1 d l ax n d)) +("fredman" nil (f r eh1 d m ax n)) +("fredo" nil (f r iy1 d ow0)) +("fredric" nil (f r eh1 d r ih0 k)) +("fredrich" nil (f r eh1 d r ih0 k)) +("fredrick" nil (f r eh1 d r ih0 k)) +("fredricks" nil (f r eh1 d r ih0 k s)) +("fredricksen" nil (f r eh1 d r ih0 k s ax n)) +("fredrickson" nil (f r eh1 d r ih0 k s ax n)) +("fredriksen" nil (f r ih0 d r ih1 k s ax n)) +("fredrikson" nil (f r eh1 d r ih0 k s ax n)) +("free" nil (f r iy1)) +("freeberg" nil (f r iy1 b er0 g)) +("freebie" nil (f r iy1 b iy0)) +("freebies" nil (f r iy1 b iy0 z)) +("freeborn" nil (f r iy1 b er0 n)) +("freeburg" nil (f r iy1 b er0 g)) +("freeburn" nil (f r iy1 b er1 n)) +("freed" nil (f r iy1 d)) +("freedenberg" nil (f r iy1 d eh1 n b er0 g)) +("freedland" nil (f r iy1 d l ax n d)) +("freedle" nil (f r iy1 d ax l)) +("freedman" nil (f r iy1 d m ax n)) +("freedom" nil (f r iy1 d ax m)) +("freedoms" nil (f r iy1 d ax m z)) +("freefall" nil (f r iy1 f ao1 l)) +("freeform" nil (f r iy1 f ao1 r m)) +("freeh" nil (f r iy1)) +("freehand" nil (f r iy1 hh ae1 n d)) +("freehling" nil (f r iy1 l ih0 ng)) +("freehold" nil (f r iy1 hh ow1 l d)) +("freeholders" nil (f r iy1 hh ow1 l d er0 z)) +("freeing" nil (f r iy1 ih0 ng)) +("freel" nil (f r iy1 l)) +("freelance" nil (f r iy1 l ae1 n s)) +("freeland" nil (f r iy1 l ax n d)) +("freeloaders" nil (f r iy1 l ow1 d er0 z)) +("freelove" nil (f r iy1 l ah1 v)) +("freels" nil (f r iy1 l z)) +("freely" nil (f r iy1 l iy0)) +("freeman" nil (f r iy1 m ax n)) +("freemans" nil (f r iy1 m ax n z)) +("freemason" nil (f r iy1 m ey1 s ax n)) +("freemasonry" nil (f r iy1 m ey1 s ax n r iy0)) +("freemon" nil (f r iy1 m ax n)) +("freemont" nil (f r iy1 m aa1 n t)) +("freemyer" nil (f r iy1 m iy0 er0)) +("freen" nil (f r iy1 n)) +("freeney" nil (f r iy1 n iy0)) +("freeny" nil (f r iy1 n iy0)) +("freeport" nil (f r iy1 p ao1 r t)) +("freer" nil (f r iy1 er0)) +("frees" nil (f r iy1 z)) +("freese" nil (f r iy1 z)) +("freest" nil (f r iy1 ih0 s t)) +("freestanding" nil (f r iy1 s t ae1 n d ih0 ng)) +("freestone" nil (f r iy1 s t ow1 n)) +("freestyle" nil (f r iy1 s t ay1 l)) +("freet" nil (f r iy1 t)) +("freethinkers" nil (f r iy1 th ih1 ng k er0 z)) +("freeway" nil (f r iy1 w ey1)) +("freeways" nil (f r iy1 w ey1 z)) +("freewheeling" nil (f r iy1 w iy1 l ih0 ng)) +("freeze" nil (f r iy1 z)) +("freezer" nil (f r iy1 z er0)) +("freezers" nil (f r iy1 z er0 z)) +("freezes" nil (f r iy1 z ih0 z)) +("freezing" nil (f r iy1 z ih0 ng)) +("fregeau" nil (f r ih0 zh ow1)) +("fregia" nil (f r iy1 jh iy0 ax)) +("fregoso" nil (f r eh0 g ow1 s ow0)) +("frei" nil (f r ay1)) +("freia" nil (f r iy1 ax)) +("freiberg" nil (f r ay1 b er0 g)) +("freiberger" nil (f r ay1 b er0 g er0)) +("freiburger" nil (f r ay1 b er0 g er0)) +("freid" nil (f r iy1 d)) +("freidel" nil (f r ay1 d ax l)) +("freidman" nil (f r ay1 d m ax n)) +("freier" nil (f r ey1 er0)) +("freiermuth" nil (f r ay1 er0 m uw0 th)) +("freight" nil (f r ey1 t)) +("freighter" nil (f r ey1 t er0)) +("freighters" nil (f r ey1 t er0 z)) +("freightliner" nil (f r ey1 t l ay1 n er0)) +("freightways" nil (f r ey1 t w ey1 z)) +("freiheit" nil (f r ay1 hh ay1 t)) +("freije" nil (f r iy1 jh)) +("freilich" nil (f r ay1 l ih0 k)) +("freiman" nil (f r ay1 m ax n)) +("freimark" nil (f r ay1 m aa0 r k)) +("freimuth" nil (f r ay1 m uw0 th)) +("frein" nil (f r ey1 n)) +("freind" nil (f r ay1 n d)) +("freire" nil (f r ih1 r)) +("freis" nil (f r iy1 z)) +("freise" nil (f r iy1 s)) +("freitag" nil (f r ay1 t ax g)) +("freitas" nil (f r ay1 t ax z)) +("freiwald" nil (f r ay1 w ao1 l d)) +("frel" nil (f r eh1 l)) +("frelimo" nil (f r eh1 l ih0 m ow1)) +("frels" nil (f r eh1 l z)) +("fremd" nil (f r eh1 m d)) +("fremin" nil (f r eh1 m ih0 n)) +("fremont" nil (f r iy1 m aa0 n t)) +("french" nil (f r eh1 n ch)) +("frenchman" nil (f r eh1 n ch m ax n)) +("frenchmen" nil (f r eh1 n ch m ax n)) +("frenetic" nil (f r ax n eh1 t ih0 k)) +("frenette" nil (f r ih0 n eh1 t)) +("freni" nil (f r eh1 n iy0)) +("frenkel" nil (f r eh1 ng k ax l)) +("frentz" nil (f r eh1 n t s)) +("frenz" nil (f r eh1 n z)) +("frenzel" nil (f r eh1 n z ax l)) +("frenzied" nil (f r eh1 n z iy0 d)) +("frenzy" nil (f r eh1 n z iy0)) +("freon" nil (f r iy1 aa0 n)) +("freons" nil (f r iy1 aa0 n z)) +("frequencies" nil (f r iy1 k w ax n s iy0 z)) +("frequency" nil (f r iy1 k w ax n s iy0)) +("frequent" j (f r iy1 k w ax n t)) +("frequent" v (f r ih0 k w eh1 n t)) +("frequented" nil (f r iy1 k w ax n t ih0 d)) +("frequently" nil (f r iy1 k w ax n t l iy0)) +("frequents" nil (f r iy1 k w ax n t s)) +("frere" nil (f r ih1 r)) +("freres" nil (f r iy1 r z)) +("frerichs" nil (f r eh1 r ih0 k s)) +("frericks" nil (f r eh1 r ih0 k s)) +("frerika" nil (f r eh1 r ih0 k ax)) +("frerking" nil (f r er1 k ih0 ng)) +("fresco" nil (f r eh1 s k ow0)) +("frescoed" nil (f r eh1 s k ow0 d)) +("frescoes" nil (f r eh1 s k ow0 z)) +("frese" nil (f r iy1 z)) +("fresenius" nil (f r ax s iy1 n iy0 ax s)) +("fresh" nil (f r eh1 sh)) +("freshbake" nil (f r eh1 sh b ey1 k)) +("freshen" nil (f r eh1 sh ax n)) +("freshening" nil (f r eh1 sh ax n ih0 ng)) +("fresher" nil (f r eh1 sh er0)) +("freshest" nil (f r eh1 sh ax s t)) +("freshley" nil (f r eh1 sh l iy0)) +("freshly" nil (f r eh1 sh l iy0)) +("freshman" nil (f r eh1 sh m ax n)) +("freshmen" nil (f r eh1 sh m ih0 n)) +("freshness" nil (f r eh1 sh n ax s)) +("freshour" nil (f r eh1 s aw0 r)) +("freshwater" nil (f r eh1 sh w ao1 t er0)) +("fresno" nil (f r eh1 z n ow0)) +("fresquez" nil (f r ey0 s k w eh1 z)) +("freston" nil (f r eh1 s t ax n)) +("fret" nil (f r eh1 t)) +("fretful" nil (f r eh1 t f ax l)) +("frets" nil (f r eh1 t s)) +("frett" nil (f r eh1 t)) +("fretted" nil (f r eh1 t ih0 d)) +("fretter" nil (f r eh1 t er0)) +("fretting" nil (f r eh1 t ih0 ng)) +("fretwell" nil (f r eh1 t w eh1 l)) +("fretz" nil (f r eh1 t s)) +("freud" nil (f r oy1 d)) +("freudenberg" nil (f r oy1 d ax n b er0 g)) +("freudenthal" nil (f r oy1 d ih0 n th ax l)) +("freudian" nil (f r uw1 d iy0 ax n)) +("freund" nil (f r uw1 n d)) +("freundlich" nil (f r oy1 n d l ih0 k)) +("frevert" nil (f r eh1 v er0 t)) +("frew" nil (f r uw1)) +("frewen" nil (f r uw1 ax n)) +("frewin" nil (f r uw1 ih0 n)) +("frey" nil (f r ey1)) +("freya" nil (f r ey1 ax)) +("freyer" nil (f r ey1 er0)) +("freyermuth" nil (f er1 ay0 r m uw0 th)) +("freyman" nil (f r ey1 m ax n)) +("freymiller" nil (f r ey1 m ih1 l er0)) +("freyne" nil (f r ey1 n)) +("freyre" nil (f r eh1 r)) +("freytag" nil (f r ey1 t ax g)) +("frezza" nil (f r eh1 z ax)) +("friar" nil (f r ay1 er0)) +("friary" nil (f r ay1 er0 iy0)) +("frias" nil (f r iy1 ax z)) +("friberg" nil (f r ay1 b er0 g)) +("fribourg" nil (f r ay1 b ao1 r g)) +("fricano" nil (f r iy0 k aa1 n ow0)) +("frick" nil (f r ih1 k)) +("fricke" nil (f r ih1 k)) +("fricker" nil (f r ih1 k er0)) +("frickey" nil (f r ih1 k iy0)) +("fricks" nil (f r ih1 k s)) +("friction" nil (f r ih1 k sh ax n)) +("frictionless" nil (f r ih1 k sh ax n l ax s)) +("frictions" nil (f r ih1 k sh ax n z)) +("frida" nil (f r iy1 d ax)) +("friday" nil (f r ay1 d iy0)) +("fridays" nil (f r ay1 d iy0 z)) +("friddle" nil (f r ih1 d ax l)) +("fridge" nil (f r ih1 jh)) +("fridley" nil (f r ih1 d l iy0)) +("fridman" nil (f r ih1 d m ax n)) +("fridolf" nil (f r ih1 d ow0 l f)) +("fridovich" nil (f r ih1 d ax v ih0 ch)) +("fridrich" nil (f r ih1 d r ih0 k)) +("fridson" nil (f r ih1 d s ax n)) +("frie" nil (f er1 iy0)) +("friebel" nil (f r iy1 b ax l)) +("fried" nil (f r ay1 d)) +("frieda" nil (f r iy1 d ax)) +("friedberg" nil (f r ay1 d b er0 g)) +("friede" nil (f r iy1 d)) +("friedel" nil (f r iy1 d ax l)) +("frieden" nil (f r iy1 d ax n)) +("friedenberg" nil (f r iy1 d ax n b er0 g)) +("frieder" nil (f r ay1 d er0)) +("friederich" nil (f r iy1 d er0 ih0 k)) +("friederike" nil (f r iy1 d er0 ih0 k)) +("friedhelm" nil (f r iy1 d hh eh1 l m)) +("friedhoff" nil (f r iy1 d hh ao1 f)) +("friedl" nil (f r iy1 d ax l)) +("friedland" nil (f r iy1 d l ax n d)) +("friedlander" nil (f r iy1 d l ax n d er0)) +("friedley" nil (f r iy1 d l iy0)) +("friedli" nil (f r iy1 d l iy1)) +("friedline" nil (f r iy1 d l ay1 n)) +("friedly" nil (f r iy1 d l iy0)) +("friedman" nil (f r iy1 d m ax n)) +("friedmann" nil (f r iy1 d m ax n)) +("friedrich" nil (f r iy1 d r ih0 k)) +("friedrichs" nil (f r iy1 d r ih0 k s)) +("friedrichsen" nil (f r iy1 d r ih0 k s ax n)) +("friedrick" nil (f r iy1 d r ih0 k)) +("friedsam" nil (f r iy1 d s ae1 m)) +("friedson" nil (f r iy1 d s ax n)) +("friedt" nil (f r iy1 d t)) +("friel" nil (f r iy1 l)) +("frieling" nil (f r iy1 l ih0 ng)) +("frieman" nil (f r iy1 m ax n)) +("friend" nil (f r eh1 n d)) +("friendlier" nil (f r eh1 n d l iy0 er0)) +("friendliest" nil (f r eh1 n d l iy0 ax s t)) +("friendliness" nil (f r eh1 n d l iy0 n ih0 s)) +("friendly" nil (f r eh1 n d l iy0)) +("friends" nil (f r eh1 n d z)) +("friendship" nil (f r eh1 n d sh ih0 p)) +("friendships" nil (f r eh1 n d sh ih0 p s)) +("frier" nil (f r ay1 er0)) +("frierson" nil (f r ih1 r s ax n)) +("fries" nil (f r ay1 z)) +("friese" nil (f r iy1 z)) +("friesen" nil (f r iy1 s ax n)) +("friesenhahn" nil (f r iy1 s ih0 n hh ax n)) +("friesner" nil (f r iy1 s n er0)) +("frieson" nil (f r iy1 z ax n)) +("friess" nil (f r iy1 s)) +("friesz" nil (f r iy1 sh)) +("frieze" nil (f r iy1 z)) +("frigate" nil (f r ih1 g ax t)) +("frigates" nil (f r ih1 g ax t s)) +("fright" nil (f r ay1 t)) +("frighten" nil (f r ay1 t ax n)) +("frightened" nil (f r ay1 t ax n d)) +("frightening" nil (f r ay1 t ax n ih0 ng)) +("frighteningly" nil (f r ay1 t ax n ih0 ng l iy0)) +("frightens" nil (f r ay1 t ax n z)) +("frightful" nil (f r ay1 t f ax l)) +("frightfully" nil (f r ay1 t f ax l iy0)) +("frigid" nil (f r ih1 jh ax d)) +("frigo" nil (f r iy1 g ow0)) +("frigon" nil (f r ih1 g ax n)) +("friis" nil (f r iy1 z)) +("frikkie" nil (f r ih1 k iy0)) +("fril" nil (f r ih1 l)) +("friley" nil (f r ih1 l iy0)) +("frill" nil (f r ih1 l)) +("frills" nil (f r ih1 l z)) +("frilly" nil (f r ih1 l iy0)) +("fringe" nil (f r ih1 n jh)) +("fringer" nil (f r ih1 n jh er0)) +("fringes" nil (f r ih1 n jh ih0 z)) +("frink" nil (f r ih1 ng k)) +("friona" nil (f r iy0 ow1 n ax)) +("frisbee" nil (f r ih1 s b iy0)) +("frisbie" nil (f r ih1 s b iy0)) +("frisby" nil (f r ih1 s b iy0)) +("frisch" nil (f r ih1 sh)) +("friscia" nil (f r iy1 s ch ax)) +("frisco" nil (f r iy1 s k ow0)) +("frisella" nil (f r ih0 s eh1 l ax)) +("frishman" nil (f r ih1 sh m ax n)) +("frisina" nil (f r iy0 s iy1 n ax)) +("frisinger" nil (f r ih1 s ih0 n jh er0)) +("frisk" nil (f r ih1 s k)) +("friske" nil (f r ih1 s k)) +("frisked" nil (f r ih1 s k t)) +("frisky" nil (f r ih1 s k iy0)) +("frison" nil (f r ih1 s ax n)) +("frist" nil (f r ih1 s t)) +("fristoe" nil (f r ih1 s t ow0)) +("fritch" nil (f r ih1 ch)) +("fritcher" nil (f r ih1 ch er0)) +("fritchman" nil (f r ih1 ch m ax n)) +("frith" nil (f r ih1 th)) +("frito" nil (f r iy1 t ow0)) +("frits" nil (f r ih1 t s)) +("fritsch" nil (f r ih1 ch)) +("fritsche" nil (f r ih1 ch)) +("fritter" nil (f r ih1 t er0)) +("frittered" nil (f r ih1 t er0 d)) +("frittering" nil (f r ih1 t er0 ih0 ng)) +("fritts" nil (f r ih1 t s)) +("fritz" nil (f r ih1 t s)) +("fritze" nil (f r ih1 t z)) +("fritzen" nil (f r ih1 t z ax n)) +("fritzi" nil (f r iy1 t z iy0)) +("fritzie" nil (f r ih1 t z iy0)) +("fritzinger" nil (f r ih1 t z ih0 ng er0)) +("fritzler" nil (f r ih1 t s l er0)) +("fritzsche" nil (f r ih1 t z sh)) +("frivolity" nil (f r ax v aa1 l ax t iy0)) +("frivolous" nil (f r ih1 v ax l ax s)) +("frix" nil (f r ih1 k s)) +("frizell" nil (f r ih1 z ax l)) +("frizzell" nil (f r ih1 z ax l)) +("froberg" nil (f r ow1 b er0 g)) +("frock" nil (f r aa1 k)) +("frocks" nil (f r aa1 k s)) +("froedge" nil (f r ow1 jh)) +("froehlich" nil (f r ow1 l ih0 k)) +("froelich" nil (f r ow1 l ih0 k)) +("froemming" nil (f r ow1 m ih0 ng)) +("froese" nil (f r ow1 s)) +("frog" nil (f r aa1 g)) +("frogg" nil (f r aa1 g)) +("frogge" nil (f r aa1 g)) +("frogman" nil (f r aa1 g m ae1 n)) +("frogmen" nil (f r aa1 g m ih0 n)) +("frogmouths" nil (f r aa1 g m aw1 th s)) +("frogs" nil (f r aa1 g z)) +("froh" nil (f r ow1)) +("frohlich" nil (f r ow1 l ih0 k)) +("frohman" nil (f r ow1 m ax n)) +("frohn" nil (f r aa1 n)) +("frohnmayer" nil (f r ao1 n m ay1 er0)) +("froio" nil (f r ow1 iy0 ow0)) +("frolic" nil (f r aa1 l ih0 k)) +("frolicking" nil (f r aa1 l ih0 k ih0 ng)) +("from" nil (f r ah1 m)) +("froman" nil (f r ow1 m ax n)) +("frome" nil (f r ow1 m)) +("fromer" nil (f r ow1 m er0)) +("fromm" nil (f r aa1 m)) +("fromme" nil (f r aa1 m)) +("frommelt" nil (f r aa1 m ih0 l t)) +("frommer" nil (f r aa1 m er0)) +("fromstein" nil (f r aa1 m s t iy1 n)) +("fronczak" nil (f r aa1 n ch ae0 k)) +("frond" nil (f r aa1 n d)) +("fronde" nil (f r aa1 n d)) +("fronds" nil (f r aa1 n d z)) +("fronek" nil (f r ow1 n ih0 k)) +("froning" nil (f r ow1 n ih0 ng)) +("fronk" nil (f r aa1 ng k)) +("front" nil (f r ah1 n t)) +("frontage" nil (f r ah1 n t ih0 jh)) +("frontal" nil (f r ah1 n t ax l)) +("fronted" nil (f r ah1 n t ih0 d)) +("frontera" nil (f r ow0 n t eh1 r ax)) +("fronterhouse" nil (f r ah1 n t er0 hh aw1 s)) +("frontier" nil (f r ax n t ih1 r)) +("frontiere" nil (f r aa0 n t y eh1 r)) +("frontiers" nil (f r ax n t ih1 r z)) +("fronting" nil (f r ah1 n t ih0 ng)) +("frontline" nil (f r ah1 n t l ay1 n)) +("frontrunner" nil (f r ah1 n t r ah1 n er0)) +("frontrunners" nil (f r ah1 n t r ah1 n er0 z)) +("fronts" nil (f r ah1 n t s)) +("frontz" nil (f r aa1 n t s)) +("frosch" nil (f r ao1 sh)) +("fross" nil (f r ao1 s)) +("frost" nil (f r ao1 s t)) +("frostban" nil (f r ao1 s t b ae1 n)) +("frostbite" nil (f r ao1 s t b ay1 t)) +("frostbitten" nil (f r ao1 s t b ih1 t ax n)) +("frosted" nil (f r ao1 s t ax d)) +("frosting" nil (f r ao1 s t ih0 ng)) +("frostings" nil (f r ao1 s t ih0 ng z)) +("frosts" nil (f r ao1 s t s)) +("frosty" nil (f r ao1 s t iy0)) +("froth" nil (f r ao1 th)) +("frothingham" nil (f r ao1 th ih0 ng hh ae1 m)) +("froths" nil (f r ao1 th s)) +("frothy" nil (f r ao1 th iy0)) +("frown" nil (f r aw1 n)) +("frowned" nil (f r aw1 n d)) +("frownfelter" nil (f r aw1 n f eh1 l t er0)) +("frowning" nil (f r aw1 n ih0 ng)) +("frowningly" nil (f r aw1 n ih0 ng l iy0)) +("frowns" nil (f r aw1 n z)) +("froze" nil (f r ow1 z)) +("frozen" nil (f r ow1 z ax n)) +("frucher" nil (f r uw1 k er0)) +("fruchey" nil (f r ah1 ch iy0)) +("fruchter" nil (f r ah1 k t er0)) +("fruchtman" nil (f r ah1 k t m ax n)) +("fructose" nil (f r ah1 k t ow1 s)) +("frueh" nil (f r uw1)) +("fruehauf" nil (f r uw1 hh ao1 f)) +("fruehling" nil (f r uw1 l ih0 ng)) +("frugal" nil (f r uw1 g ax l)) +("frugality" nil (f r uw0 g ae1 l ax t iy0)) +("frugally" nil (f r uw1 g ax l iy0)) +("fruge" nil (f r uw1 jh)) +("fruin" nil (f r uw1 ih0 n)) +("fruit" nil (f r uw1 t)) +("fruitcake" nil (f r uw1 t k ey1 k)) +("fruitcakes" nil (f r uw1 t k ey1 k s)) +("fruitful" nil (f r uw1 t f ax l)) +("fruiting" nil (f r uw1 t ih0 ng)) +("fruition" nil (f r uw0 ih1 sh ax n)) +("fruitless" nil (f r uw1 t l ax s)) +("fruitlessly" nil (f r uw1 t l ax s l iy0)) +("fruitopia" nil (f r uw1 t ow1 p iy0 ax)) +("fruits" nil (f r uw1 t s)) +("fruity" nil (f r uw1 t iy0)) +("frum" nil (f r ah1 m)) +("frumkin" nil (f r ah1 m k ih0 n)) +("frump" nil (f r ah1 m p)) +("frumpy" nil (f r ah1 m p iy0)) +("frunze" nil (f r ah1 n z)) +("frusen" nil (f r uw1 z ax n)) +("frush" nil (f r ah1 sh)) +("frustrate" nil (f r ah1 s t r ey1 t)) +("frustrated" nil (f r ah1 s t r ey1 t ax d)) +("frustrates" nil (f r ah1 s t r ey1 t s)) +("frustrating" nil (f r ah1 s t r ey1 t ih0 ng)) +("frustration" nil (f r ax s t r ey1 sh ax n)) +("frustrations" nil (f r ax s t r ey1 sh ax n z)) +("frutchey" nil (f r ah1 ch iy0)) +("fruth" nil (f r uw1 th)) +("frutiger" nil (f r ah1 t ih0 g er0)) +("fry" nil (f r ay1)) +("fryar" nil (f r ay1 er0)) +("fryberger" nil (f r ay1 b er0 g er0)) +("frye" nil (f r ay1)) +("fryer" nil (f r ay1 er0)) +("fryers" nil (f r ay1 er0 z)) +("frying" nil (f r ay1 ih0 ng)) +("fryling" nil (f r ay1 l ih0 ng)) +("fryman" nil (f r ay1 m ax n)) +("frymire" nil (f r ih0 m ay1 r)) +("fryrear" nil (f r ay1 r ih1 r)) +("frysinger" nil (f r ih1 s ih0 n jh er0)) +("fs" nil (f s)) +("fsi" nil (f s iy1)) +("fthenakis" nil (f th eh0 n aa1 k ih0 s)) +("fu" nil (f uw1)) +("fucci" nil (f uw1 ch iy0)) +("fuchs" nil (f y uw1 k s)) +("fuchsias" nil (f y uw1 sh ax z)) +("fudala" nil (f uw0 d aa1 l ax)) +("fuddruckers" nil (f ah1 d r ax k er0 z)) +("fuddy" nil (f ah1 d iy0)) +("fudge" nil (f ah1 jh)) +("fudging" nil (f ah1 jh ih0 ng)) +("fudgy" nil (f ah1 jh iy0)) +("fudo" nil (f y uw1 d ow0)) +("fudosan" nil (f y uw1 d ax s aa0 n)) +("fuel" nil (f y uw1 ax l)) +("fueled" nil (f y uw1 ax l d)) +("fueling" nil (f y uw1 l ih0 ng)) +("fuelled" nil (f y uw1 ax l d)) +("fuelling" nil (f y uw1 l ih0 ng)) +("fuels" nil (f y uw1 ax l z)) +("fuente" nil (f w eh1 n t ey1)) +("fuentes" nil (f w eh1 n t ey1 z)) +("fuentez" nil (f w eh1 n t ey1 z)) +("fuer" nil (f y uw1 r)) +("fuerst" nil (f w eh1 r s t)) +("fuerstenberg" nil (f uh1 r s t ax n b er0 g)) +("fugard" nil (f y uw1 g aa1 r d)) +("fugate" nil (f ah1 g ey0 t)) +("fugazy" nil (f y uw1 g ax z iy0)) +("fuge" nil (f y uw1 jh)) +("fugere" nil (f y uw1 g er0)) +("fugett" nil (f y uw1 jh ih0 t)) +("fugitive" nil (f y uw1 jh ax t ih0 v)) +("fugitives" nil (f y uw1 jh ih0 t ih0 v z)) +("fugitt" nil (f y uw1 jh ih0 t)) +("fugue" nil (f y uw1 g)) +("fugues" nil (f y uw1 g z)) +("fuhr" nil (f uh1 r)) +("fuhrer" nil (f uh1 r er0)) +("fuhrman" nil (f uh1 r m ax n)) +("fuhrmann" nil (f uh1 r m ax n)) +("fuhs" nil (f ah1 s)) +("fuji" nil (f uw1 jh iy0)) +("fujian" nil (f y uw1 jh iy0 ax n)) +("fujii" nil (f uw0 jh iy1 iy0)) +("fujikawa" nil (f uw1 jh iy0 k aa1 w ax)) +("fujikura" nil (f uw1 jh ih0 k uw1 r ax)) +("fujimori" nil (f uw1 jh iy0 m ao1 r iy0)) +("fujimoto" nil (f uw1 jh iy0 m ow1 t ow0)) +("fujioka" nil (f uw1 jh iy0 ow1 k ax)) +("fujis" nil (f y uw1 jh ih0 s)) +("fujisankei" nil (f uw1 jh ih0 s aa1 ng k ey0)) +("fujisawa" nil (f uw1 jh ih0 s aa1 w ax)) +("fujita" nil (f uw0 jh iy1 t ax)) +("fujitsu" nil (f uw0 jh ih1 t s uw0)) +("fujiwara" nil (f uw0 jh iy0 w aa1 r ax)) +("fujiya" nil (f uw0 jh iy1 y ax)) +("fujiyama" nil (f uw1 jh iy0 y aa1 m ax)) +("fuke" nil (f uw1 k)) +("fuklah" nil (f uw1 k l ax)) +("fukuda" nil (f uw0 k uw1 d ax)) +("fukui" nil (f uw0 k uw1 iy0)) +("fukumoto" nil (f uw0 k uw0 m ow1 t ow0)) +("fukunaga" nil (f uw0 k uw0 n aa1 g ax)) +("fukuoka" nil (f uw1 k uw1 ow1 k ax)) +("fukushima" nil (f uw0 k uw0 sh iy1 m ax)) +("fukuyama" nil (f uw1 k uw1 y aa1 m ax)) +("fulani" nil (f uw1 l aa1 n iy0)) +("fulbright" nil (f uh1 l b r ay1 t)) +("fulcher" nil (f uh1 l ch er0)) +("fulco" nil (f uh1 l k ow0)) +("fulcrum" nil (f uh1 l k r ax m)) +("fuld" nil (f uh1 l d)) +("fulenwider" nil (f y uw1 l ih0 n w ay0 d er0)) +("fulfer" nil (f uh1 l f er0)) +("fulfill" nil (f uh0 l f ih1 l)) +("fulfilled" nil (f uh0 l f ih1 l d)) +("fulfilling" nil (f uh0 l f ih1 l ih0 ng)) +("fulfillment" nil (f uh0 l f ih1 l m ax n t)) +("fulfills" nil (f uh0 l f ih1 l z)) +("fulford" nil (f uh1 l f er0 d)) +("fulgham" nil (f ah1 l g ax m)) +("fulghum" nil (f ah1 l g ax m)) +("fulginiti" nil (f uh1 l jh ih0 n ih1 t iy0)) +("fulk" nil (f ah1 l k)) +("fulkerson" nil (f ah1 l k er0 s ax n)) +("fulks" nil (f ah1 l k s)) +("full" nil (f uh1 l)) +("fullam" nil (f uh1 l ax m)) +("fullard" nil (f uh1 l er0 d)) +("fullback" nil (f uh1 l b ae1 k)) +("fullbright" nil (f uh1 l b r ay1 t)) +("fullen" nil (f uh1 l ax n)) +("fullenkamp" nil (f uh1 l ax n k ae1 m p)) +("fullenwider" nil (f uh1 l ax n w ay1 d er0)) +("fuller" nil (f uh1 l er0)) +("fullerton" nil (f uh1 l er0 t ax n)) +("fullest" nil (f uh1 l ax s t)) +("fullilove" nil (f uw0 l iy0 l ow1 v iy0)) +("fullington" nil (f uh1 l ih0 ng t ax n)) +("fullman" nil (f uh1 l m ax n)) +("fullmer" nil (f uh1 l m er0)) +("fullness" nil (f uh1 l n ax s)) +("fulltime" nil (f uh1 l t ay1 m)) +("fullwood" nil (f uh1 l w uh1 d)) +("fully" nil (f uh1 l iy0)) +("fulmer" nil (f ah1 l m er0)) +("fulminate" nil (f uh1 l m ax n ey1 t)) +("fulmore" nil (f uh1 l m ao0 r)) +("fulop" nil (f uw1 l ax p)) +("fulp" nil (f uh1 l p)) +("fulsome" nil (f uh1 l s ax m)) +("fulton" nil (f uh1 l t ax n)) +("fults" nil (f uh1 l t s)) +("fultz" nil (f uh1 l t s)) +("fulvia" nil (f uh1 l v iy0 ax)) +("fulwider" nil (f ah1 l w ay0 d er0)) +("fulwiler" nil (f ah1 l w ay0 l er0)) +("fulwood" nil (f ax l w uh1 d)) +("fumaroles" nil (f y uw1 m er0 ow1 l z)) +("fumble" nil (f ah1 m b ax l)) +("fumbled" nil (f ah1 m b ax l d)) +("fumbles" nil (f ah1 m b ax l z)) +("fumbling" nil (f ah1 m b ax l ih0 ng)) +("fume" nil (f y uw1 m)) +("fumed" nil (f y uw1 m d)) +("fumes" nil (f y uw1 m z)) +("fumigate" nil (f y uw1 m ax g ey1 t)) +("fumigation" nil (f y uw1 m ax g ey1 sh ax n)) +("fuming" nil (f y uw1 m ih0 ng)) +("fumio" nil (f y uw1 m iy0 ow0)) +("fun" nil (f ah1 n)) +("funari" nil (f uw0 n aa1 r iy0)) +("funaro" nil (f uw0 n aa1 r ow0)) +("funches" nil (f ah1 n ch ih0 z)) +("funchess" nil (f ah1 n k ih0 s)) +("funck" nil (f ah1 ng k)) +("function" nil (f ah1 ng k sh ax n)) +("functional" nil (f ah1 ng k sh ax n ax l)) +("functionality" nil (f ah1 ng k sh ax n ae1 l ih0 t iy0)) +("functionally" nil (f ah1 ng k sh ax n ax l iy0)) +("functionaries" nil (f ah1 ng k sh ax n eh1 r iy0 z)) +("functionary" nil (f ah1 ng k sh ax n eh1 r iy0)) +("functioned" nil (f ah1 ng k sh ax n d)) +("functioning" nil (f ah1 ng k sh ax n ih0 ng)) +("functions" nil (f ah1 ng k sh ax n z)) +("fund" nil (f ah1 n d)) +("fundamental" nil (f ah1 n d ax m eh1 n t ax l)) +("fundamentalism" nil (f ah1 n d ax m eh1 n t ax l ih1 z ax m)) +("fundamentalist" nil (f ah1 n d ax m eh1 n t ax l ih0 s t)) +("fundamentalists" nil (f ah1 n d ax m eh1 n t ax l ih0 s t s)) +("fundamentally" nil (f ah1 n d ax m eh1 n t ax l iy0)) +("fundamentals" nil (f ah1 n d ax m eh1 n t ax l z)) +("funded" nil (f ah1 n d ax d)) +("funderburg" nil (f ah1 n d er0 b er0 g)) +("funderburk" nil (f ah1 n d er0 b er0 k)) +("funderburke" nil (f ah1 n d er0 b er1 k)) +("funders" nil (f ah1 n d er0 z)) +("funding" nil (f ah1 n d ih0 ng)) +("fundora" nil (f uw0 n d ao1 r ax)) +("fundraiser" nil (f ah1 n d r ey1 z er0)) +("fundraisers" nil (f ah1 n d r ey1 z er0 z)) +("fundraising" nil (f ah1 n d r ey1 s ih0 ng)) +("funds" nil (f ah1 n d z)) +("funeral" nil (f y uw1 n er0 ax l)) +("funerals" nil (f y uw1 n er0 ax l z)) +("funerary" nil (f y uw1 n er0 eh1 r iy0)) +("funes" nil (f y uw1 n z)) +("fung" nil (f ah1 ng)) +("fungal" nil (f ah1 ng g ax l)) +("fungi" nil (f ah1 n jh ay0)) +("fungible" nil (f ah1 n jh ih0 b ax l)) +("fungicide" nil (f ah1 n jh ax s ay1 d)) +("fungicides" nil (f ah1 n jh ax s ay1 d z)) +("fungus" nil (f ah1 ng g ax s)) +("funk" nil (f ah1 ng k)) +("funke" nil (f ah1 ng k)) +("funkhouser" nil (f ah1 ng k hh aw1 s er0)) +("funks" nil (f ah1 ng k s)) +("funky" nil (f ah1 ng k iy0)) +("funnel" nil (f ah1 n ax l)) +("funneled" nil (f ah1 n ax l d)) +("funneling" nil (f ah1 n ax l ih0 ng)) +("funnell" nil (f ah1 n ax l)) +("funnels" nil (f ah1 n ax l z)) +("funnier" nil (f ah1 n iy0 er0)) +("funniest" nil (f ah1 n iy0 ax s t)) +("funniness" nil (f ah1 n iy0 n ax s)) +("funny" nil (f ah1 n iy0)) +("funs" nil (f ah1 n z)) +("funston" nil (f ah1 n s t ax n)) +("funtime" nil (f ah1 n t ay1 m)) +("fuoco" nil (f uw0 ow1 k ow0)) +("fuoss" nil (f uw1 s)) +("fuqua" nil (f uw1 k w ax)) +("fuquay" nil (f uw1 k ey0)) +("fur" nil (f er1)) +("furash" nil (f y er0 ae1 sh)) +("furbee" nil (f er1 b iy1)) +("furber" nil (f er1 b er0)) +("furbishing" nil (f er1 b ih0 sh ih0 ng)) +("furbush" nil (f er1 b uh1 sh)) +("furby" nil (f er1 b iy0)) +("furches" nil (f er0 sh iy1 z)) +("furer" nil (f y uh1 r er0)) +("furey" nil (f y uh1 r iy0)) +("furfaro" nil (f uh0 r f aa1 r ow0)) +("furgason" nil (f er1 g ax s ax n)) +("furgerson" nil (f er1 g er0 s ax n)) +("furgeson" nil (f er1 g ih0 s ax n)) +("furia" nil (f y uh1 r iy0 ax)) +("furini" nil (f uh0 r iy1 n iy0)) +("furino" nil (f uh0 r iy1 n ow0)) +("furious" nil (f y uh1 r iy0 ax s)) +("furiouser" nil (f y uh1 r iy0 ax s er0)) +("furiously" nil (f y uh1 r iy0 ax s l iy0)) +("furlan" nil (f er1 l ax n)) +("furlaud" nil (f er0 l ow1)) +("furlett" nil (f er0 l eh1 t)) +("furlong" nil (f er1 l ao1 ng)) +("furlough" nil (f er1 l ow0)) +("furloughed" nil (f er1 l ow0 d)) +("furloughs" nil (f er1 l ow0 z)) +("furlow" nil (f er1 l ow1)) +("furman" nil (f er1 m ae1 n)) +("furmark" nil (f er1 m aa1 r k)) +("furnace" nil (f er1 n ax s)) +("furnaces" nil (f er1 n ax s ax z)) +("furnari" nil (f uh0 r n aa1 r iy0)) +("furnas" nil (f er1 n ax s)) +("furner" nil (f er1 n er0)) +("furness" nil (f er1 n ih0 s)) +("furney" nil (f er1 n iy0)) +("furnish" nil (f er1 n ih0 sh)) +("furnished" nil (f er1 n ih0 sh t)) +("furnishes" nil (f er1 n ih0 sh ax z)) +("furnishing" nil (f er1 n ih0 sh ih0 ng)) +("furnishings" nil (f er1 n ih0 sh ih0 ng z)) +("furniss" nil (f er0 n ih1 s)) +("furniture" nil (f er1 n ih0 ch er0)) +("furno" nil (f uh1 r n ow0)) +("furor" nil (f y uh1 r ao0 r)) +("furr" nil (f er1)) +("furrer" nil (f er1 er0)) +("furrh" nil (f er1)) +("furrier" nil (f er1 iy0 er0)) +("furriers" nil (f er1 iy0 er0 z)) +("furrow" nil (f er1 ow0)) +("furry" nil (f er1 iy0)) +("furs" nil (f er1 z)) +("furse" nil (f er1 s)) +("furst" nil (f er1 s t)) +("furstenberg" nil (f er1 s ax n b er0 g)) +("furtado" nil (f uh0 r t aa1 d ow0)) +("furtak" nil (f er1 t ax k)) +("furtaw" nil (f er1 t ao0)) +("furth" nil (f er1 th)) +("further" nil (f er1 dh er0)) +("furtherance" nil (f er1 th er0 ax n s)) +("furthered" nil (f er1 dh er0 d)) +("furthering" nil (f er1 dh er0 ih0 ng)) +("furthermore" nil (f er1 dh er0 m ao1 r)) +("furthers" nil (f er1 dh er0 z)) +("furthest" nil (f er1 th ax s t)) +("furtick" nil (f er1 t ih0 k)) +("furtive" nil (f er1 t ih0 v)) +("furtively" nil (f er1 t ih0 v l iy0)) +("furukawa" nil (f uh0 r uw0 k aa1 w ax)) +("furuta" nil (f er0 uw1 t ax)) +("furuya" nil (f uh0 r uw1 y ax)) +("fury" nil (f y uh1 r iy0)) +("fusaro" nil (f uw0 s aa1 r ow0)) +("fusco" nil (f uw1 s k ow0)) +("fuse" nil (f y uw1 z)) +("fused" nil (f y uw1 z d)) +("fuselage" nil (f y uw1 s ax l aa1 jh)) +("fuselages" nil (f y uw1 s ax l ey1 jh ih0 z)) +("fuselier" nil (f y uw1 s l iy0 er0)) +("fuses" nil (f y uw1 z ax z)) +("fusible" nil (f y uw1 z ax b ax l)) +("fusillade" nil (f y uw1 s ih0 l ey1 d)) +("fusilli" nil (f y uw0 s ih1 l iy0)) +("fusing" nil (f y uw1 z ih0 ng)) +("fusion" nil (f y uw1 zh ax n)) +("fuson" nil (f uw1 s ax n)) +("fuss" nil (f ah1 s)) +("fussed" nil (f ah1 s t)) +("fussell" nil (f ah1 s ax l)) +("fusselman" nil (f ah1 s ax l m ax n)) +("fusses" nil (f ah1 s ih0 z)) +("fussing" nil (f ah1 s ih0 ng)) +("fussner" nil (f ah1 s n er0)) +("fussy" nil (f ah1 s iy0)) +("fust" nil (f ah1 s t)) +("fustat" nil (f ah1 s t ae0 t)) +("fustok" nil (f ah1 s t aa0 k)) +("fuston" nil (f ah1 s t ax n)) +("futch" nil (f ah1 ch)) +("futher" nil (f ah1 dh er0)) +("futile" nil (f y uw1 t ax l)) +("futility" nil (f y uw0 t ih1 l ax t iy0)) +("futral" nil (f ah1 t r ax l)) +("futrell" nil (f y uw0 t r eh1 l)) +("futterman" nil (f ah1 t er0 m ax n)) +("future" nil (f y uw1 ch er0)) +("futures" nil (f y uw1 ch er0 z)) +("futurism" nil (f y uw1 ch er0 ih1 z ax m)) +("futurist" nil (f y uw1 ch er0 ih0 s t)) +("futuristic" nil (f y uw1 ch er0 ih1 s t ih0 k)) +("futurists" nil (f y uw1 ch er0 ih0 s t s)) +("fuzes" nil (f y uw1 z ih0 z)) +("fuzz" nil (f ah1 z)) +("fuzzier" nil (f ah1 z iy0 er0)) +("fuzzy" nil (f ah1 z iy0)) +("fye" nil (f ay1)) +("fyfe" nil (f ay1 f)) +("fyffe" nil (f ay1 f)) +("fyffes" nil (f ih1 f s)) +("fyke" nil (f ay1 k)) +("fyock" nil (f y aa1 k)) +("fyodor" nil (f y ow1 d er0)) +("fyodorov" nil (f y ow1 d er0 ao1 v)) +("g" nil (jh iy1)) +("ga" nil (g aa1)) +("gaal" nil (g aa1 l)) +("gaar" nil (g aa1 r)) +("gaarder" nil (g aa1 r d er0)) +("gab" nil (g ae1 b)) +("gaba" nil (g aa1 b ax)) +("gabaldon" nil (g aa0 b aa0 l d ao1 n)) +("gabardine" nil (g ae1 b er0 d iy1 n)) +("gabardines" nil (g ae1 b er0 d iy1 n z)) +("gabay" nil (g ae1 b ey0)) +("gabbard" nil (g ax b aa1 r d)) +("gabbert" nil (g ae1 b er0 t)) +("gabbing" nil (g ae1 b ih0 ng)) +("gabbro" nil (g ae1 b r ow0)) +("gabbroic" nil (g ae0 b r ow1 ih0 k)) +("gabby" nil (g ae1 b iy0)) +("gabe" nil (g ey1 b)) +("gabehart" nil (g ey1 b hh aa1 r t)) +("gabel" nil (g ax b eh1 l)) +("gabele" nil (g ax b eh1 l ey0)) +("gabelli" nil (g ax b eh1 l iy0)) +("gaber" nil (g ey1 b er0)) +("gabert" nil (g ae1 b er0 t)) +("gabhart" nil (g ae1 b hh aa1 r t)) +("gabie" nil (g ae1 b iy0)) +("gable" nil (g ey1 b ax l)) +("gabler" nil (g ey1 b ax l er0)) +("gables" nil (g ey1 b ax l z)) +("gabon" nil (g ax b aa1 n)) +("gabor" nil (g ax b ao1 r)) +("gaboriault" nil (g ae1 b er0 iy0 ow0)) +("gaboury" nil (g ae1 b uh0 r iy0)) +("gabrall" nil (g ey1 b r ax l)) +("gabriel" nil (g ey1 b r iy0 ax l)) +("gabriela" nil (g aa0 b r iy0 eh1 l ax)) +("gabriele" nil (g aa0 b r iy0 eh1 l)) +("gabriella" nil (g aa0 b r iy0 eh1 l ax)) +("gabrielle" nil (g ae1 b r iy0 eh0 l)) +("gabrielli" nil (g aa0 b r iy0 eh1 l iy0)) +("gabrielsen" nil (g ae1 b r iy0 l s ax n)) +("gabrielson" nil (g ae1 b r iy0 l s ax n)) +("gabrys" nil (g ae1 b er0 iy0 z)) +("gaby" nil (g ae1 b iy0)) +("gaccione" nil (g aa0 k ch ow1 n iy0)) +("gacek" nil (g aa1 ch eh1 k)) +("gach" nil (g ae1 ch)) +("gacy" nil (g ey1 s iy0)) +("gad" nil (g ae1 d)) +("gadberry" nil (g ae1 d b eh1 r iy0)) +("gadbois" nil (g ae1 d b w aa1)) +("gadd" nil (g ae1 d)) +("gaddie" nil (g ae1 d iy0)) +("gadding" nil (g ae1 d ih0 ng)) +("gaddis" nil (g ae1 d ih0 s)) +("gaddum" nil (g ae1 d ax m)) +("gaddy" nil (g ae1 d iy0)) +("gade" nil (g ey1 d)) +("gadflies" nil (g ae1 d f l ay1 z)) +("gadfly" nil (g ae1 d f l ay1)) +("gadget" nil (g ae1 jh ax t)) +("gadgetry" nil (g ae1 jh ax t r iy0)) +("gadgets" nil (g ae1 jh ax t s)) +("gadhafi" nil (g ax d aa1 f iy0)) +("gadomski" nil (g ax d aa1 m s k iy0)) +("gadoury" nil (g ae1 d uh0 r iy0)) +("gads" nil (g ae1 d z)) +("gadsby" nil (g ae1 d z b iy0)) +("gadsden" nil (g ae1 d z d ax n)) +("gadson" nil (g ae1 d s ax n)) +("gadway" nil (g ae1 d w ey1)) +("gadzinski" nil (g ax jh ih1 n s k iy0)) +("gae" nil (g ay1)) +("gaea" nil (g iy1 ax)) +("gaebel" nil (g eh1 b ax l)) +("gaede" nil (g iy1 d)) +("gael" nil (g ey1 l)) +("gaelic" nil (g ey1 l ih0 k)) +("gaertner" nil (g eh1 r t n er0)) +("gaeta" nil (g iy1 t ax)) +("gaetano" nil (g ay0 t aa1 n ow0)) +("gaeth" nil (g iy1 th)) +("gaetz" nil (g iy1 t s)) +("gaf" nil (g ae1 f)) +("gaff" nil (g ae1 f)) +("gaffe" nil (g ae1 f)) +("gaffes" nil (g ae1 f s)) +("gaffey" nil (g ae1 f iy0)) +("gaffin" nil (g ae1 f ih0 n)) +("gaffney" nil (g ae1 f n iy0)) +("gafford" nil (g ae1 f er0 d)) +("gag" nil (g ae1 g)) +("gagan" nil (g ey1 g ax n)) +("gage" nil (g ey1 jh)) +("gagel" nil (g ae1 g ax l)) +("gagen" nil (g ae1 g ax n)) +("gager" nil (g ey1 g er0)) +("gagged" nil (g ae1 g d)) +("gaggle" nil (g ae1 g ax l)) +("gagliano" nil (g aa0 g l iy0 aa1 n ow0)) +("gagliardi" nil (g aa0 g l iy0 aa1 r d iy0)) +("gagliardo" nil (g aa0 g l iy0 aa1 r d ow0)) +("gaglio" nil (g ae1 g l iy0 ow0)) +("gaglione" nil (g aa0 g l iy0 ow1 n iy0)) +("gagne" nil (g ey1 n iy0)) +("gagner" nil (g ae1 g n er0)) +("gagnier" nil (g ae1 g n iy0 er0)) +("gagnon" nil (g ae1 n y ax n)) +("gags" nil (g ae1 g z)) +("gahagan" nil (g aa0 hh aa1 g aa0 n)) +("gahan" nil (g ae1 hh ax n)) +("gahli" nil (g aa1 l iy0)) +("gahm" nil (g ae1 m)) +("gahn" nil (g ae1 n)) +("gahr" nil (g aa1 r)) +("gaia" nil (g ay1 ax)) +("gaidar" nil (g ay1 d aa1 r)) +("gaier" nil (g ey1 er0)) +("gaige" nil (g ey1 jh)) +("gail" nil (g ey1 l)) +("gaile" nil (g ey1 l)) +("gailey" nil (g ey1 l iy0)) +("gaillard" nil (g ey1 l er0 d)) +("gaily" nil (g ey1 l iy0)) +("gain" nil (g ey1 n)) +("gained" nil (g ey1 n d)) +("gainer" nil (g ey1 n er0)) +("gainers" nil (g ey1 n er0 z)) +("gaines" nil (g ey1 n z)) +("gainesville" nil (g ey1 n z v ih1 l)) +("gainey" nil (g ey1 n iy0)) +("gainful" nil (g ey1 n f ax l)) +("gainfully" nil (g ey1 n f ax l iy0)) +("gaining" nil (g ey1 n ih0 ng)) +("gainor" nil (g ey1 n er0)) +("gainous" nil (g ey1 n ax s)) +("gains" nil (g ey1 n z)) +("gainsay" nil (g ey1 n s ey1)) +("gainsboro" nil (g ey1 n z b er0 ow0)) +("gainsco" nil (g ey1 n s k ow0)) +("gair" nil (g eh1 r)) +("gaiser" nil (g ey1 z er0)) +("gait" nil (g ey1 t)) +("gaitan" nil (g ay1 t aa1 n)) +("gaiter" nil (g ey1 t er0)) +("gaither" nil (g ey1 th er0)) +("gaithersburg" nil (g ey1 th er0 z b er0 g)) +("gaitskill" nil (g ey1 t s k ih1 l)) +("gajda" nil (g ay1 d ax)) +("gajewski" nil (g ay0 eh1 f s k iy0)) +("gal" nil (g ae1 l)) +("gala" nil (g ae1 l ax)) +("galactic" nil (g ax l ae1 k t ih0 k)) +("galactose" nil (g ax l ae1 k t ow0 s)) +("galahad" nil (g ae1 l ax hh ae1 d)) +("galambos" nil (g aa0 l aa1 m b ow0 z)) +("galan" nil (g ey1 l ax n)) +("galane" nil (g ax l ey1 n)) +("galang" nil (g ae1 l ax ng)) +("galanis" nil (g ax l aa1 n ih0 s)) +("galant" nil (g aa1 l ax n t)) +("galante" nil (g aa0 l aa1 n t iy0)) +("galanter" nil (g ax l ae1 n t er0)) +("galanti" nil (g ax l ae1 n t iy0)) +("galarneau" nil (g ae1 l aa0 r n ow1)) +("galarza" nil (g ax l aa1 r z ax)) +("galas" nil (g ey1 l ax z)) +("galassi" nil (g aa0 l aa1 s iy0)) +("galasso" nil (g aa0 l aa1 s ow0)) +("galatas" nil (g aa0 l aa1 t aa0 z)) +("galatea" nil (g ae1 l ax t iy1 ax)) +("galati" nil (g aa0 l aa1 t iy0)) +("galaviz" nil (g ae1 l ax v ih0 z)) +("galax" nil (g ae1 l ae1 k s)) +("galaxies" nil (g ae1 l ax k s iy0 z)) +("galaxy" nil (g ae1 l ax k s iy0)) +("galban" nil (g ae1 l b ax n)) +("galbo" nil (g ae1 l b ow0)) +("galbraith" nil (g ae1 l b r ey1 th)) +("galbreath" nil (g ae1 l b r eh1 th)) +("gale" nil (g ey1 l)) +("galea" nil (g ey1 l iy0 ax)) +("galeano" nil (g aa0 l iy1 n ow0)) +("galef" nil (g ae1 l ax f)) +("galen" nil (g ey1 l ax n)) +("galena" nil (g ax l iy1 n ax)) +("galenical" nil (g ax l eh1 n ih0 k ax l)) +("galentine" nil (g aa0 l eh0 n t iy1 n iy0)) +("galer" nil (g ey1 l er0)) +("galerias" nil (g ae1 l er0 iy1 ax z)) +("galeries" nil (g ae1 l er0 iy0 z)) +("gales" nil (g ey1 l z)) +("galesburg" nil (g ey1 l z b er0 g)) +("galesi" nil (g ax l eh1 s iy0)) +("galey" nil (g ey1 l iy0)) +("galford" nil (g ae1 l f er0 d)) +("galgano" nil (g aa0 l g aa1 n ow0)) +("gali" nil (g aa1 l iy0)) +("galiano" nil (g aa0 l iy0 aa1 n ow0)) +("galicia" nil (g ax l ih1 sh iy0 ax)) +("galie" nil (g ey1 l iy0)) +("galiena" nil (g aa0 l iy1 n ax)) +("galik" nil (g ae1 l ih0 k)) +("galilean" nil (g ae1 l ax l iy1 ax n)) +("galilee" nil (g ae1 l ax l iy1)) +("galileo" nil (g ae1 l ax l iy1 ow0)) +("galin" nil (g ae1 l ih0 n)) +("galindo" nil (g aa0 l iy1 n d ow0)) +("galinski" nil (g ax l ih1 n s k iy0)) +("galinsky" nil (g ax l ih1 n s k iy0)) +("galioto" nil (g aa0 l iy0 ow1 t ow0)) +("galipault" nil (g ae1 l ih0 p ao1 l t)) +("galipeau" nil (g ae1 l ih0 p ow1)) +("galka" nil (g ae1 l k ax)) +("gall" nil (g ao1 l)) +("galla" nil (g ae1 l ax)) +("gallacher" nil (g ae1 l ax k er0)) +("gallager" nil (g ao1 l ih0 jh er0)) +("gallagher" nil (g ae1 l ax g er0)) +("gallahan" nil (g ae1 l ax hh ae0 n)) +("gallaher" nil (g ae1 l ax hh er0)) +("gallamore" nil (g aa0 l aa1 m ao0 r)) +("galland" nil (g ae1 l ax n d)) +("gallant" nil (g ae1 l ax n t)) +("gallantry" nil (g ae1 l ax n t r iy0)) +("gallard" nil (g ax l aa1 r d)) +("gallardo" nil (g aa0 l aa1 r d ow0)) +("gallas" nil (g ae1 l ax z)) +("gallatin" nil (g ae1 l ax t ih0 n)) +("gallaway" nil (g ao1 l ax w ey1)) +("gallbladder" nil (g ao1 l b l ae1 d er0)) +("galle" nil (g ey1 l)) +("gallego" nil (g aa0 l eh1 g ow0)) +("gallegos" nil (g ae1 l ih0 g ow0 z)) +("gallemore" nil (g aa0 l eh1 m ao0 r)) +("gallen" nil (g ao1 l ax n)) +("gallentine" nil (g aa0 l eh0 n t iy1 n iy0)) +("galleon" nil (g ae1 l iy0 ax n)) +("galleons" nil (g ae1 l iy0 ax n z)) +("galler" nil (g ao1 l er0)) +("gallerani" nil (g aa0 l er0 aa1 n iy0)) +("galleria" nil (g ae1 l er0 iy1 ax)) +("galleries" nil (g ae1 l er0 iy0 z)) +("gallery" nil (g ae1 l er0 iy0)) +("galles" nil (g ey1 l z)) +("gallet" nil (g ae1 l ih0 t)) +("galletti" nil (g aa0 l eh1 t iy0)) +("galley" nil (g ae1 l iy0)) +("galleys" nil (g ae1 l iy0 z)) +("galli" nil (g ae1 l iy0)) +("galliano" nil (g aa0 l iy0 aa1 n ow0)) +("gallic" nil (g ae1 l ih0 k)) +("gallick" nil (g ae1 l ih0 k)) +("gallien" nil (g ax l iy1 n)) +("gallier" nil (g ae1 l iy0 er0)) +("galligan" nil (g ae1 l ih0 g ax n)) +("galliher" nil (g ae1 l ih0 hh er0)) +("gallik" nil (g ae1 l ih0 k)) +("gallimard" nil (g ae1 l ih0 m er0 d)) +("gallimore" nil (g aa0 l iy1 m ao0 r)) +("gallina" nil (g aa0 l iy1 n ax)) +("galling" nil (g ao1 l ih0 ng)) +("gallinger" nil (g ao1 l ih0 ng er0)) +("gallion" nil (g ae1 l y ax n)) +("gallium" nil (g ae1 l iy0 ax m)) +("gallivan" nil (g ae1 l ih0 v ax n)) +("gallman" nil (g ao1 l m ax n)) +("gallo" nil (g ae1 l ow0)) +("gallogly" nil (g ae1 l ax g l iy0)) +("gallon" nil (g ae1 l ax n)) +("gallons" nil (g ae1 l ax n z)) +("galloon" nil (g ax l uw1 n)) +("gallop" nil (g ae1 l ax p)) +("galloped" nil (g ae1 l ax p t)) +("galloping" nil (g ae1 l ax p ih0 ng)) +("gallow" nil (g ae1 l ow0)) +("galloway" nil (g ae1 l ow0 w ey1)) +("galloways" nil (g ae1 l ow0 w ey1 z)) +("gallows" nil (g ae1 l ow0 z)) +("galls" nil (g ao1 l z)) +("gallstone" nil (g ao1 l s t ow1 n)) +("gallstones" nil (g aa1 l s t ow1 n z)) +("gallucci" nil (g aa0 l uw1 ch iy0)) +("galluccio" nil (g aa0 l uw1 ch iy0 ow0)) +("gallup" nil (g ae1 l ax p)) +("gallus" nil (g ae1 l ax s)) +("galluzzo" nil (g aa0 l uw1 z ow0)) +("gallway" nil (g ao1 l w ey1)) +("galoob" nil (g ax l uw1 b)) +("galore" nil (g ax l ao1 r)) +("galoshes" nil (g ax l aa1 sh ax z)) +("galotti" nil (g ax l aa1 t iy0)) +("galpin" nil (g ae1 l p ih0 n)) +("gals" nil (g ae1 l z)) +("galster" nil (g ae1 l s t er0)) +("galsworthy" nil (g ae1 l z w er1 dh iy0)) +("galt" nil (g ao1 l t)) +("galton" nil (g ae1 l t ax n)) +("galus" nil (g ae1 l ih0 s)) +("galusha" nil (g ae1 l ax sh ax)) +("galuska" nil (g ax l ah1 s k ax)) +("galvan" nil (g aa0 l v aa1 n)) +("galvanic" nil (g ae0 l v ae1 n ih0 k)) +("galvanize" nil (g ae1 l v ax n ay1 z)) +("galvanized" nil (g ae1 l v ax n ay1 z d)) +("galvanizing" nil (g ae1 l v ax n ay1 z ih0 ng)) +("galven" nil (g aa1 l v ax n)) +("galveston" nil (g ae1 l v ax s t ax n)) +("galvez" nil (g aa0 l v eh1 z)) +("galvin" nil (g ae1 l v ih0 n)) +("galway" nil (g aa1 l w ey0)) +("galyean" nil (g ae1 l iy0 ax n)) +("galyen" nil (g ae1 l iy0 eh0 n)) +("galyon" nil (g ae1 l iy0 aa0 n)) +("gama" nil (g aa1 m ax)) +("gamache" nil (g aa1 m ey0 k)) +("gamage" nil (g ae1 m ih0 jh)) +("gamal" nil (g ax m aa1 l)) +("gamba" nil (g ae1 m b ax)) +("gambale" nil (g aa0 m b aa1 l iy0)) +("gambardella" nil (g aa0 m b aa0 r d eh1 l ax)) +("gamber" nil (g ae1 m b er0)) +("gambia" nil (g ae1 m b iy0 ax)) +("gambill" nil (g ax m b ih1 l)) +("gambino" nil (g ae0 m b iy1 n ow0)) +("gambit" nil (g ae1 m b ih0 t)) +("gambits" nil (g ae1 m b ax t s)) +("gamble" nil (g ae1 m b ax l)) +("gambled" nil (g ae1 m b ax l d)) +("gambler" nil (g ae1 m b l er0)) +("gamblers" nil (g ae1 m b l er0 z)) +("gambles" nil (g ae1 m b ax l z)) +("gamblin" nil (g ae1 m b l ih0 n)) +("gambling" nil (g ae1 m b ax l ih0 ng)) +("gamboa" nil (g aa0 m b ow1 ax)) +("gambone" nil (g aa1 m b ow0 n)) +("gambrel" nil (g ae1 m b r ax l)) +("gambrell" nil (g ae1 m b r ax l)) +("gambrill" nil (g ae1 m b r ih0 l)) +("gambro" nil (g ae1 m b r ow0)) +("gamco" nil (g ae1 m k ow0)) +("game" nil (g ey1 m)) +("gamel" nil (g aa1 m ax l)) +("gamelin" nil (g ae1 m ih0 l ih0 n)) +("gamello" nil (g ax m eh1 l ow0)) +("gamely" nil (g ey1 m l iy0)) +("gamer" nil (g ey1 m er0)) +("games" nil (g ey1 m z)) +("gamesmanship" nil (g ey1 m z m ax n sh ih1 p)) +("gamet" nil (g ae1 m ih0 t)) +("gametangia" nil (g ae1 m ax t ae1 n jh iy0 ax)) +("gamete" nil (g ae1 m iy0 t)) +("gametophyte" nil (g ax m iy1 t ax f ay1 t)) +("gamez" nil (g aa0 m eh1 z)) +("gaming" nil (g ey1 m ih0 ng)) +("gamino" nil (g aa0 m iy1 n ow0)) +("gamm" nil (g ae1 m)) +("gamma" nil (g ae1 m ax)) +("gammage" nil (g ae1 m ih0 jh)) +("gammel" nil (g ae1 m ax l)) +("gammell" nil (g ae1 m ax l)) +("gammill" nil (g ae1 m ih0 l)) +("gammon" nil (g ae1 m ax n)) +("gammons" nil (g ae1 m ax n z)) +("gamp" nil (g ae1 m p)) +("gamper" nil (g ae1 m p er0)) +("gamunde" nil (g ax m uw1 n d)) +("gamut" nil (g ae1 m ax t)) +("gan" nil (g ae1 n)) +("ganas" nil (g ae1 n ax z)) +("ganaway" nil (g ae1 n ax w ey0)) +("gancarz" nil (g aa1 n k aa0 r z)) +("ganci" nil (g ae1 n s iy0)) +("ganda" nil (g ae1 n d ax)) +("gandalf" nil (g ae1 n d ao0 l f)) +("gandara" nil (g aa0 n d aa1 r ax)) +("gandee" nil (g ae1 n d iy0)) +("gander" nil (g ae1 n d er0)) +("gandhi" nil (g aa1 n d iy0)) +("gandolfi" nil (g aa0 n d ow1 l f iy0)) +("gandolfo" nil (g aa0 n d ow1 l f ow0)) +("gandy" nil (g ae1 n d iy0)) +("ganem" nil (g ae1 n ih0 m)) +("ganes" nil (g ey1 n z)) +("ganey" nil (g ey1 n iy0)) +("gang" nil (g ae1 ng)) +("gangbusters" nil (g ae1 ng b ah1 s t er0 z)) +("gange" nil (g ae1 n jh)) +("gangemi" nil (g aa0 ng g eh1 m iy0)) +("ganger" nil (g ae1 ng er0)) +("gangi" nil (g ae1 n jh iy0)) +("ganging" nil (g ae1 ng ih0 ng)) +("gangl" nil (g ae1 ng g ax l)) +("ganglia" nil (g ae1 ng g l iy0 ax)) +("ganglionic" nil (g ae1 ng g l iy0 aa1 n ih0 k)) +("gangloff" nil (g ae1 ng g l ao0 f)) +("gangly" nil (g ae1 ng l iy0)) +("gangplank" nil (g ae1 ng p l ae1 ng k)) +("gangs" nil (g ae1 ng z)) +("gangsta" nil (g ae1 ng s t ax)) +("gangster" nil (g ae1 ng s t er0)) +("gangsters" nil (g ae1 ng s t er0 z)) +("gangwer" nil (g ae1 ng w er0)) +("ganic" nil (g ae1 n ih0 k)) +("ganim" nil (g ae1 n ih0 m)) +("ganis" nil (g ae1 n ih0 s)) +("ganley" nil (g ae1 n l iy0)) +("gann" nil (g ae1 n)) +("gannaway" nil (g ae1 n ax w ey0)) +("gannett" nil (g ae1 n ih0 t)) +("gannon" nil (g ae1 n ax n)) +("gano" nil (g aa1 n ow0)) +("ganoe" nil (g ae1 n ow0)) +("ganong" nil (g ae1 n ao0 ng)) +("gans" nil (g ae1 n z)) +("gansen" nil (g ae1 n s ax n)) +("ganser" nil (g ae1 n s er0)) +("ganske" nil (g ae1 n s k)) +("ganson" nil (g ae1 n s ax n)) +("ganster" nil (g ae1 n s t er0)) +("gant" nil (g ae1 n t)) +("gantenbein" nil (g ae1 n t ih0 n b ay0 n)) +("ganter" nil (g ae1 n t er0)) +("gantlet" nil (g ao1 n t l ax t)) +("gantner" nil (g ae1 n t n er0)) +("gantos" nil (g ae1 n t ow0 s)) +("gantry" nil (g ae1 n t r iy0)) +("gantt" nil (g ae1 n t)) +("gantz" nil (g ae1 n t s)) +("ganus" nil (g ey1 n ih0 s)) +("ganymede" nil (g ae1 n ax m iy1 d)) +("ganz" nil (g ae1 n z)) +("ganzel" nil (g ae1 n z ax l)) +("ganzer" nil (g ae1 n z er0)) +("gaona" nil (g aa0 ow1 n ax)) +("gap" nil (g ae1 p)) +("gape" nil (g ey1 p)) +("gaping" nil (g ey1 p ih0 ng)) +("gapinski" nil (g ax p ih1 n s k iy0)) +("gapp" nil (g ae1 p)) +("gappa" nil (g ae1 p ax)) +("gaps" nil (g ae1 p s)) +("gar" nil (g aa1 r)) +("gara" nil (g ae1 r ax)) +("garabedian" nil (g ae1 r ax b iy1 d iy0 ax n)) +("garafalo" nil (g aa0 r aa0 f aa1 l ow0)) +("garafola" nil (g aa0 r aa0 f ow1 l ax)) +("garage" nil (g er0 aa1 zh)) +("garages" nil (g er0 aa1 zh ih0 z)) +("garagiola" nil (g er0 ae1 jh iy0 ow1 l ax)) +("garajda" nil (g er0 aa1 zh d ax)) +("garamendi" nil (g eh1 r ax m eh1 n d iy0)) +("garand" nil (g ae1 r ax n d)) +("garant" nil (g aa1 r ax n t)) +("garard" nil (g er0 aa1 r d)) +("garavaglia" nil (g aa0 r aa0 v aa1 g l iy0 ax)) +("garay" nil (g ae1 r ey0)) +("garb" nil (g aa1 r b)) +("garbacz" nil (g aa1 r b ax ch)) +("garbage" nil (g aa1 r b ih0 jh)) +("garbarini" nil (g aa0 r b aa0 r iy1 n iy0)) +("garbarino" nil (g aa0 r b aa0 r iy1 n ow0)) +("garbe" nil (g aa1 r b)) +("garbed" nil (g aa1 r b d)) +("garber" nil (g aa1 r b er0)) +("garbers" nil (g aa1 r b er0 z)) +("garbett" nil (g aa1 r b ih0 t)) +("garbled" nil (g aa1 r b ax l d)) +("garbo" nil (g aa1 r b ow0)) +("garbutt" nil (g aa1 r b ax t)) +("garceau" nil (g aa0 r s ow1)) +("garces" nil (g aa1 r s eh0 s)) +("garcetti" nil (g aa1 r ch eh1 t iy0)) +("garcia" nil (g aa1 r s iy1 ax)) +("garczynski" nil (g er0 ch ih1 n s k iy0)) +("gard" nil (g aa1 r d)) +("garda" nil (g aa1 r d ax)) +("garde" nil (g aa1 r d)) +("gardea" nil (g aa1 r d iy0 ax)) +("gardella" nil (g aa1 r d eh1 l ax)) +("garden" nil (g aa1 r d ax n)) +("gardena" nil (g aa0 r d iy1 n ax)) +("gardenamerica" nil (g aa1 r d ax n ax m eh1 r ih0 k ax)) +("gardened" nil (g aa1 r d ax n d)) +("gardener" nil (g aa1 r d ax n er0)) +("gardeners" nil (g aa1 r d ax n er0 z)) +("gardenhire" nil (g aa1 r d ax n hh ay1 r)) +("gardenia" nil (g aa0 r d iy1 n y ax)) +("gardenias" nil (g aa0 r d iy1 n y ax z)) +("gardening" nil (g aa1 r d ax n ih0 ng)) +("gardens" nil (g aa1 r d ax n z)) +("gardin" nil (g aa1 r d ih0 n)) +("gardiner" nil (g aa1 r d n er0)) +("gardini" nil (g aa0 r d iy1 n iy0)) +("gardinier" nil (g aa1 r d ih0 n iy0 er0)) +("gardner" nil (g aa1 r d n er0)) +("garduno" nil (g aa0 r d uw1 n ow0)) +("gardyne" nil (g aa1 r d ay1 n)) +("gare" nil (g eh1 r)) +("gareau" nil (g er0 ow1)) +("garelick" nil (g ae1 r ih0 l ih0 k)) +("gareth" nil (g eh1 r ih0 th)) +("garett" nil (g ae1 r ih0 t)) +("garey" nil (g ae1 r iy0)) +("garfield" nil (g aa1 r f iy1 l d)) +("garfinkel" nil (g aa1 r f ih0 ng k ax l)) +("garfinkle" nil (g aa1 r f ih1 ng k ax l)) +("garg" nil (g aa1 r g)) +("gargan" nil (g aa1 r g ax n)) +("gargano" nil (g aa0 r g aa1 n ow0)) +("gargantuan" nil (g aa0 r g ae1 n ch uw0 ax n)) +("garger" nil (g aa1 r g er0)) +("garges" nil (g aa1 r jh ih0 z)) +("gargill" nil (g aa1 r jh ih0 l)) +("gargis" nil (g aa1 r g ih0 s)) +("gargiulo" nil (g aa1 r jh uw0 l ow0)) +("gargoyles" nil (g aa1 r g oy1 l z)) +("garguilo" nil (g aa0 r g w iy1 l ow0)) +("gargus" nil (g aa1 r g ax s)) +("gari" nil (g aa1 r iy0)) +("garibaldi" nil (g ae1 r ax b ao1 l d iy0)) +("garibay" nil (g ae1 r ih0 b ey0)) +("gariepy" nil (g er0 iy1 p iy0)) +("garin" nil (g eh1 r ih0 n)) +("garing" nil (g eh1 r ih0 ng)) +("garinger" nil (g eh1 r ih0 ng er0)) +("garis" nil (g ae1 r ih0 s)) +("garish" nil (g eh1 r ih0 sh)) +("garity" nil (g ae1 r ih0 t iy0)) +("garl" nil (g aa1 r l)) +("garlan" nil (g aa1 r l ax n)) +("garland" nil (g aa1 r l ax n d)) +("garlic" nil (g aa1 r l ih0 k)) +("garlick" nil (g aa1 r l ih0 k)) +("garlicky" nil (g aa1 r l ih0 k iy0)) +("garling" nil (g aa1 r l ih0 ng)) +("garlinger" nil (g aa1 r l ih0 ng er0)) +("garlinghouse" nil (g aa1 r l ih0 ng hh aw1 s)) +("garlington" nil (g aa1 r l ih0 ng t ax n)) +("garlitz" nil (g aa1 r l ih0 t s)) +("garlock" nil (g aa1 r l ax k)) +("garlow" nil (g aa1 r l ow0)) +("garman" nil (g aa1 r m ax n)) +("garmany" nil (g er0 m ao1 n iy0)) +("garment" nil (g aa1 r m ax n t)) +("garments" nil (g aa1 r m ax n t s)) +("garmon" nil (g aa1 r m ax n)) +("garmond" nil (g aa1 r m ax n d)) +("garms" nil (g aa1 r m z)) +("garmund" nil (g aa1 r m ax n d)) +("garn" nil (g aa1 r n)) +("garneau" nil (g aa0 r n ow1)) +("garner" nil (g aa1 r n er0)) +("garnered" nil (g aa1 r n er0 d)) +("garnering" nil (g aa1 r n er0 ih0 ng)) +("garners" nil (g aa1 r n er0 z)) +("garnes" nil (g aa1 r n z)) +("garnet" nil (g aa1 r n ax t)) +("garnett" nil (g aa1 r n ih0 t)) +("garnette" nil (g aa0 r n eh1 t)) +("garney" nil (g aa1 r n iy0)) +("garnica" nil (g aa0 r n iy1 k ax)) +("garnier" nil (g aa1 r n iy0 er0)) +("garnish" nil (g aa1 r n ih0 sh)) +("garnishment" nil (g aa1 r n ih0 sh m ax n t)) +("garno" nil (g aa1 r n ow0)) +("garnock" nil (g aa1 r n ax k)) +("garnsey" nil (g aa1 r n s iy0)) +("garo" nil (g eh1 r ow0)) +("garofalo" nil (g aa0 r ow0 f aa1 l ow0)) +("garofano" nil (g aa0 r ow0 f aa1 n ow0)) +("garofolo" nil (g eh0 r ax f ow1 l ax)) +("garon" nil (g aa0 r ao1 n)) +("garone" nil (g er0 ow1 n)) +("garonzik" nil (g er0 aa1 n z ih0 k)) +("garoutte" nil (g er0 uw1 t)) +("garr" nil (g ae1 r)) +("garrabrant" nil (g aa0 r aa1 b r ax n t)) +("garrahan" nil (g ae1 r ax hh ae0 n)) +("garramone" nil (g ae1 r ax m ow1 n)) +("garrard" nil (g ae1 r er0 d)) +("garratt" nil (g eh1 r ax t)) +("garraway" nil (g ae1 r ax w ey0)) +("garrell" nil (g aa0 r ey1 l)) +("garrels" nil (g ae1 r ax l z)) +("garrelts" nil (g ae1 r ih0 l t s)) +("garren" nil (g aa1 r ax n)) +("garret" nil (g eh1 r ih0 t)) +("garrets" nil (g eh1 r ax t s)) +("garretson" nil (g ae1 r ih0 t s ax n)) +("garrett" nil (g eh1 r ih0 t)) +("garrette" nil (g er0 eh1 t)) +("garrey" nil (g ae1 r iy0)) +("garrick" nil (g eh1 r ih0 k)) +("garrido" nil (g aa0 r iy1 d ow0)) +("garriga" nil (g ae1 r ih0 g ax)) +("garrigan" nil (g ae1 r ih0 g ax n)) +("garrigues" nil (g aa0 r iy1 g eh0 s)) +("garrigus" nil (g aa0 r iy1 g ih0 s)) +("garringer" nil (g ae1 r ih0 ng er0)) +("garriott" nil (g ae1 r iy0 ax t)) +("garris" nil (g ae1 r ih0 s)) +("garrison" nil (g eh1 r ih0 s ax n)) +("garrisoned" nil (g ae1 r ax s ax n d)) +("garritano" nil (g aa0 r iy0 t aa1 n ow0)) +("garritt" nil (g ae1 r ih0 t)) +("garrity" nil (g eh1 r ih0 t iy0)) +("garro" nil (g aa1 r ow0)) +("garrod" nil (g ae1 r ax d)) +("garron" nil (g ae1 r ax n)) +("garros" nil (g eh1 r ow0 s)) +("garrott" nil (g ae1 r ax t)) +("garrow" nil (g eh1 r ow0)) +("garroway" nil (g ae1 r ow0 w ey1)) +("garrulous" nil (g eh1 r ax l ax s)) +("garry" nil (g ae1 r iy0)) +("gars" nil (g aa1 r z)) +("garside" nil (g aa1 r s ay1 d)) +("garske" nil (g aa1 r s k)) +("garson" nil (g aa1 r s ax n)) +("garst" nil (g aa1 r s t)) +("garsten" nil (g aa1 r s t eh0 n)) +("garstka" nil (g aa1 r s t k ax)) +("garten" nil (g aa1 r t ax n)) +("gartenberg" nil (g aa1 r t ax n b er0 g)) +("garter" nil (g aa1 r t er0)) +("garth" nil (g aa1 r th)) +("garthwaite" nil (g aa1 r th w ey1 t)) +("gartin" nil (g aa1 r t ih0 n)) +("gartland" nil (g aa1 r t l ax n d)) +("gartley" nil (g aa1 r t l iy0)) +("gartman" nil (g aa1 r t m ax n)) +("gartmore" nil (g aa1 r t m ao1 r)) +("gartner" nil (g aa1 r t n er0)) +("garton" nil (g aa1 r t ax n)) +("gartrell" nil (g aa1 r t r ax l)) +("gartside" nil (g aa1 r t s ay1 d)) +("gartzke" nil (g aa1 r t z k)) +("garver" nil (g aa1 r v er0)) +("garverick" nil (g aa1 r v er0 ih0 k)) +("garvey" nil (g aa1 r v iy0)) +("garvie" nil (g aa1 r v iy0)) +("garvin" nil (g aa1 r v ih0 n)) +("garwin" nil (g aa1 r w ih0 n)) +("garwood" nil (g aa1 r w uh1 d)) +("gary" nil (g eh1 r iy0)) +("garza" nil (g aa1 r z ax)) +("garzarelli" nil (g aa1 r z er0 eh1 l iy0)) +("garzon" nil (g aa1 r z ax n)) +("gas" nil (g ae1 s)) +("gasaway" nil (g ae1 s ax w ey1)) +("gasbarro" nil (g aa0 s b aa1 r ow0)) +("gasca" nil (g aa1 s k ax)) +("gascon" nil (g ae1 s k ax n)) +("gascons" nil (g ae1 s k ax n z)) +("gase" nil (g ey1 z)) +("gaseous" nil (g ae1 s iy0 ax s)) +("gases" nil (g ae1 s ax z)) +("gash" nil (g ae1 sh)) +("gashes" nil (g ae1 sh ax z)) +("gasich" nil (g ey1 z ih0 k)) +("gasification" nil (g ae1 s ax f ax k ey1 sh ax n)) +("gasior" nil (g ae1 s iy0 er0)) +("gasiorowski" nil (g ax s iy0 ao0 r ao1 f s k iy0)) +("gaska" nil (g aa1 s k ax)) +("gaskamp" nil (g ae1 s k ae1 m p)) +("gaskell" nil (g ae1 s k ax l)) +("gasket" nil (g ae1 s k ax t)) +("gaskets" nil (g ae1 s k ax t s)) +("gaskey" nil (g ae1 s k iy1)) +("gaskill" nil (g ae1 s k ih1 l)) +("gaskin" nil (g ae1 s k ih0 n)) +("gaskins" nil (g ae1 s k ih0 n z)) +("gasner" nil (g ae1 s n er0)) +("gasohol" nil (g ae1 s ax hh ao1 l)) +("gasoline" nil (g ae1 s ax l iy1 n)) +("gasolines" nil (g ae1 s ax l iy1 n z)) +("gasp" nil (g ae1 s p)) +("gaspar" nil (g ae1 s p er0)) +("gaspard" nil (g ax s p aa1 r d)) +("gaspari" nil (g aa0 s p aa1 r iy0)) +("gasparini" nil (g aa0 s p aa0 r iy1 n iy0)) +("gasparro" nil (g aa0 s p aa1 r ow0)) +("gaspe" nil (g ae1 s p iy0)) +("gasped" nil (g ae1 s p t)) +("gasper" nil (g ae1 s p er0)) +("gasperini" nil (g aa0 s p er0 iy1 n iy0)) +("gasping" nil (g ae1 s p ih0 ng)) +("gasps" nil (g ae1 s p s)) +("gasque" nil (g ey1 s k)) +("gass" nil (g ae1 s)) +("gassaway" nil (g ae1 s ax w ey0)) +("gassed" nil (g ae1 s t)) +("gassee" nil (g ae1 s iy1)) +("gassen" nil (g ae1 s ax n)) +("gasser" nil (g ae1 s er0)) +("gassert" nil (g ae1 s er0 t)) +("gasses" nil (g ae1 s ih0 z)) +("gassett" nil (g ae1 s ih0 t)) +("gassing" nil (g ae1 s ih0 ng)) +("gassman" nil (g ae1 s m ax n)) +("gassmann" nil (g ae1 s m ax n)) +("gassner" nil (g ae1 s n er0)) +("gast" nil (g ae1 s t)) +("gastelum" nil (g ey1 s t ih0 l ax m)) +("gaster" nil (g ae1 s t er0)) +("gastineau" nil (g ae1 s t ih0 n ow1)) +("gaston" nil (g ae1 s t ax n)) +("gastric" nil (g ae1 s t r ih0 k)) +("gastritis" nil (g ae0 s t r ay1 t ax s)) +("gastrointestinal" nil (g ae1 s t r ow0 ih0 n t eh1 s t ax n ax l)) +("gastronomic" nil (g ax s t r aa1 n aa1 m ih0 k)) +("gastronomy" nil (g ae0 s t r aa1 n ax m iy0)) +("gastroscope" nil (g ae1 s t r ax s k ow1 p)) +("gastrovascular" nil (g ae1 s t r ow0 v ae1 s k y ax l er0)) +("gastrulate" nil (g ae1 s t r ax l ey1 t)) +("gastrulation" nil (g ae1 s t r ax l ey1 sh ax n)) +("gat" nil (g ae1 t)) +("gatch" nil (g ae1 ch)) +("gatchel" nil (g ae1 ch ax l)) +("gatchell" nil (g ae1 ch ax l)) +("gate" nil (g ey1 t)) +("gatekeeper" nil (g ey1 t k iy1 p er0)) +("gatekeepers" nil (g ey1 t k iy1 p er0 z)) +("gateley" nil (g ae1 t ih0 l iy0)) +("gately" nil (g ey1 t l iy0)) +("gates" nil (g ey1 t s)) +("gateway" nil (g ey1 t w ey1)) +("gateways" nil (g ey1 t w ey1 z)) +("gatewood" nil (g ey1 t w uh1 d)) +("gath" nil (g ae1 th)) +("gather" nil (g ae1 dh er0)) +("gathered" nil (g ae1 dh er0 d)) +("gatherer" nil (g ae1 dh er0 er0)) +("gatherers" nil (g ae1 dh er0 er0 z)) +("gathering" nil (g ae1 dh er0 ih0 ng)) +("gatherings" nil (g ae1 dh er0 ih0 ng z)) +("gathers" nil (g ae1 dh er0 z)) +("gathings" nil (g ae1 th ih0 ng z)) +("gathman" nil (g ae1 th m ax n)) +("gathright" nil (g ae1 th r ay1 t)) +("gatley" nil (g ae1 t l iy0)) +("gatliff" nil (g ae1 t l ih0 f)) +("gatlin" nil (g ae1 t l ih0 n)) +("gatling" nil (g ae1 t l ih0 ng)) +("gatoil" nil (g ax t oy1 l)) +("gator" nil (g ey1 t er0)) +("gatorade" nil (g ae1 t er0 ey1 d)) +("gators" nil (g ey1 t er0 z)) +("gatos" nil (g aa1 t ow1 s)) +("gatrell" nil (g ae1 t r ax l)) +("gatsby" nil (g ae1 t s b iy0)) +("gatson" nil (g ae1 t s ax n)) +("gatt" nil (g ae1 t)) +("gatten" nil (g ae1 t ax n)) +("gatti" nil (g ae1 t iy0)) +("gatting" nil (g ae1 t ih0 ng)) +("gattis" nil (g ae1 t ih0 s)) +("gatton" nil (g ae1 t ax n)) +("gattuso" nil (g aa0 t uw1 s ow0)) +("gatward" nil (g ae1 t w er0 d)) +("gatwick" nil (g ae1 t w ih1 k)) +("gatx" nil (g ae1 t eh1 k s)) +("gatz" nil (g ae1 t s)) +("gatza" nil (g aa1 t z ax)) +("gatzke" nil (g ae1 t z k)) +("gau" nil (g ow1)) +("gaub" nil (g ao1 b)) +("gaubatz" nil (g aw1 b ax t s)) +("gaubert" nil (g aw1 b er0 t)) +("gauch" nil (g ao1 ch)) +("gauche" nil (g ow1 sh)) +("gaucher" nil (g ow1 sh er0)) +("gaucho" nil (g aw1 ch ow0)) +("gauchos" nil (g aw1 ch ow0 z)) +("gaudet" nil (g ow0 d eh1 t)) +("gaudette" nil (g ow0 d eh1 t)) +("gaudin" nil (g ow0 d ae1 n)) +("gaudino" nil (g ao1 d iy1 n ow0)) +("gaudio" nil (g ao1 d iy0 ow0)) +("gaudioso" nil (g ao0 d iy0 ow1 s ow0)) +("gaudreau" nil (g ow0 d r ow1)) +("gaudy" nil (g ao1 d iy0)) +("gauer" nil (g aw1 er0)) +("gauerke" nil (g aw1 er0 k)) +("gaufman" nil (g ao1 f m ax n)) +("gauge" nil (g ey1 jh)) +("gauged" nil (g ey1 jh d)) +("gauger" nil (g ey1 jh er0)) +("gauges" nil (g ey1 jh ax z)) +("gaugh" nil (g ao1)) +("gaughan" nil (g ao1 ax n)) +("gaughran" nil (g ao1 r ax n)) +("gauging" nil (g ey1 jh ih0 ng)) +("gaugler" nil (g ao1 g l er0)) +("gauguin" nil (g ao1 g w ih0 n)) +("gaul" nil (g ao1 l)) +("gaulden" nil (g aw1 d ax n)) +("gaulding" nil (g ao1 l d ih0 ng)) +("gaulin" nil (g ow0 l ae1 n)) +("gaulke" nil (g ao1 l k)) +("gaulle" nil (g ao1 l)) +("gaullist" nil (g ao1 l ih0 s t)) +("gauls" nil (g ao1 l z)) +("gault" nil (g ao1 l t)) +("gaultney" nil (g ao1 l t n iy0)) +("gaumer" nil (g aw1 m er0)) +("gaumond" nil (g ow0 m aa1 n d)) +("gauna" nil (g ao1 n ax)) +("gaunce" nil (g ao1 n s)) +("gaunt" nil (g ao1 n t)) +("gauntlet" nil (g ao1 n t l ax t)) +("gauntt" nil (g ao1 n t)) +("gaus" nil (g ao1 z)) +("gause" nil (g ao1 z)) +("gausman" nil (g aw1 s m ax n)) +("gauss" nil (g aw1 s)) +("gaustad" nil (g aw1 s t ax d)) +("gaut" nil (g ao1 t)) +("gauthier" nil (g aw1 th iy0 er0)) +("gauthreaux" nil (g ow0 th r ow1)) +("gautier" nil (g aw1 t iy0 er0)) +("gautney" nil (g ao1 t n iy0)) +("gautreau" nil (g ow0 t r ow1)) +("gautreaux" nil (g ow0 t r ow1)) +("gauvin" nil (g ow0 v ae1 n)) +("gauvreau" nil (g ow0 v r ow1)) +("gauze" nil (g ao1 z)) +("gavan" nil (g ey1 v ax n)) +("gave" nil (g ey1 v)) +("gavel" nil (g ae1 v ax l)) +("gaven" nil (g ey1 v ax n)) +("gaver" nil (g ey1 v er0)) +("gavigan" nil (g ae1 v ih0 g ax n)) +("gavin" nil (g ae1 v ih0 n)) +("gaviria" nil (g ax v ih1 r iy0 ax)) +("gavitt" nil (g ae1 v ih0 t)) +("gavras" nil (g ae1 v r ax s)) +("gaw" nil (g ao1)) +("gawain" nil (g aa1 w ax n)) +("gawel" nil (g ao1 ax l)) +("gawen" nil (g ao1 ax n)) +("gawk" nil (g ao1 k)) +("gawking" nil (g ao1 k ih0 ng)) +("gawky" nil (g ao1 k iy0)) +("gawlik" nil (g ao1 l ih0 k)) +("gawne" nil (g ao1 n)) +("gawron" nil (g ao1 r ax n)) +("gawronski" nil (g aa0 v r aa1 n s k iy0)) +("gawthrop" nil (g ao1 th r ax p)) +("gaxiola" nil (g ae0 k s iy0 ow1 l ax)) +("gay" nil (g ey1)) +("gayda" nil (g ey1 d ax)) +("gayden" nil (g ey1 d ax n)) +("gaydos" nil (g ey1 d ow0 z)) +("gaydosh" nil (g ey1 d ax sh)) +("gaye" nil (g ey1)) +("gayer" nil (g ey1 er0)) +("gayhart" nil (g ey1 hh aa1 r t)) +("gayheart" nil (g ey1 hh aa1 r t)) +("gayle" nil (g ey1 l)) +("gayler" nil (g ey1 l er0)) +("gayles" nil (g ey1 l z)) +("gaylor" nil (g ey1 l er0)) +("gaylord" nil (g ey1 l ao1 r d)) +("gayman" nil (g ey0 m ae1 n)) +("gaymon" nil (g ey1 m ax n)) +("gayner" nil (g ey1 n er0)) +("gaynor" nil (g ey1 n er0)) +("gays" nil (g ey1 z)) +("gaytan" nil (g ey1 t ax n)) +("gayton" nil (g ey1 t ax n)) +("gaz" nil (g aa1 z)) +("gaza" nil (g aa1 z ax)) +("gazaway" nil (g aa1 z ax w ey0)) +("gazda" nil (g ae1 z d ax)) +("gazdik" nil (g ae1 z d ih0 k)) +("gaze" nil (g ey1 z)) +("gazed" nil (g ey1 z d)) +("gazella" nil (g ax z eh1 l ax)) +("gazelle" nil (g ax z eh1 l)) +("gazelles" nil (g ax z eh1 l z)) +("gazes" nil (g ey1 z ax z)) +("gazeta" nil (g ax z ey1 t ax)) +("gazette" nil (g ax z eh1 t)) +("gazing" nil (g ey1 z ih0 ng)) +("gazonsky" nil (g ax z aa1 n s k iy0)) +("gazprom" nil (g ae1 z p r aa1 m)) +("gazzola" nil (g aa0 t s ow1 l ax)) +("gdansk" nil (g ax d ae1 n s k)) +("geac" nil (g iy1 k)) +("geagea" nil (jh iy1 ax jh iy1 ax)) +("gean" nil (jh iy1 n)) +("gear" nil (g ih1 r)) +("gearan" nil (g ih1 r ax n)) +("gearbox" nil (g ih1 r b aa1 k s)) +("gearboxes" nil (g ih1 r b aa0 k s ih0 z)) +("geared" nil (g ih1 r d)) +("gearey" nil (g ih1 r iy0)) +("gearhart" nil (g ih1 r hh aa0 r t)) +("gearheart" nil (g ih1 r hh aa0 r t)) +("gearin" nil (g ih1 r ih0 n)) +("gearing" nil (g ih1 r ih0 ng)) +("gears" nil (g ih1 r z)) +("geary" nil (g ih1 r iy0)) +("gebauer" nil (g eh1 b aw0 er0)) +("gebbia" nil (jh eh1 b iy0 ax)) +("gebbie" nil (jh eh1 b iy0)) +("gebel" nil (g eh1 b ax l)) +("gebert" nil (g eh1 b er0 t)) +("gebhard" nil (g eh1 b hh er0 d)) +("gebhardt" nil (g eh1 b hh aa0 r t)) +("gebhart" nil (g eh1 b hh aa0 r t)) +("gebler" nil (g eh1 b ax l er0)) +("gebo" nil (jh ey1 b ow0)) +("gechem" nil (g eh1 ch ax m)) +("geck" nil (jh eh1 k)) +("gecko" nil (g eh1 k ow0)) +("geckos" nil (g eh1 k ow0 z)) +("geddes" nil (g eh1 d ax s)) +("geddie" nil (jh eh1 d iy0)) +("geddings" nil (jh eh1 d ih0 ng z)) +("geddis" nil (g eh1 d ih0 s)) +("gedeon" nil (g eh1 d iy0 ax n)) +("gedney" nil (jh eh1 d n iy0)) +("geduld" nil (g eh1 d ax l d)) +("gee" nil (jh iy1)) +("geeing" nil (jh iy1 ih0 ng)) +("geek" nil (g iy1 k)) +("geeks" nil (g iy1 k s)) +("geena" nil (g iy1 n ax)) +("geenen" nil (g iy1 n ax n)) +("geer" nil (g ih1 r)) +("geerdes" nil (g ih1 r d z)) +("geers" nil (g iy1 er0 z)) +("geerts" nil (g ih1 r t s)) +("gees" nil (jh iy1 s)) +("geesaman" nil (g iy1 s ax m ax n)) +("geese" nil (g iy1 s)) +("geesey" nil (g iy1 s iy0)) +("geeslin" nil (g iy1 s l ih0 n)) +("geeting" nil (g iy1 t ih0 ng)) +("geez" nil (jh iy1 z)) +("geffen" nil (g eh1 f ax n)) +("geffert" nil (g eh1 f er0 t)) +("geffner" nil (g eh1 f n er0)) +("geffre" nil (jh eh1 f er0)) +("gefinor" nil (g eh1 f ih0 n er0)) +("gegenheimer" nil (g eh1 g ih0 n hh ay0 m er0)) +("gegg" nil (jh eh1 g)) +("gehl" nil (g eh1 l)) +("gehle" nil (jh eh1 hh ax l)) +("gehlhausen" nil (g eh1 l hh aw0 z ax n)) +("gehling" nil (g eh1 l ih0 ng)) +("gehm" nil (jh eh1 m)) +("gehman" nil (g eh1 m ax n)) +("gehr" nil (jh eh1 r)) +("gehres" nil (jh eh1 r z)) +("gehret" nil (g eh1 r ih0 t)) +("gehrig" nil (g eh1 r ih0 g)) +("gehring" nil (g eh1 r ih0 ng)) +("gehringer" nil (g eh1 r ih0 ng er0)) +("gehris" nil (g eh1 r ih0 s)) +("gehrke" nil (jh eh1 r k)) +("gehrman" nil (g eh1 r m ax n)) +("gehrmann" nil (g eh1 r m ax n)) +("gehrt" nil (g eh1 r t)) +("gehry" nil (g eh1 r iy0)) +("geib" nil (g ay1 b)) +("geibel" nil (g ay1 b ax l)) +("geico" nil (g ay1 k ow0)) +("geidel" nil (g ay1 d ax l)) +("geier" nil (g ay1 er0)) +("geiger" nil (g ay1 g er0)) +("geigle" nil (g ay1 g ax l)) +("geigy" nil (g ay1 g iy0)) +("geiken" nil (g ay1 k ax n)) +("geil" nil (g ay1 l)) +("geiler" nil (g ay1 l er0)) +("geiman" nil (g ay1 m ax n)) +("geimer" nil (g ay1 m er0)) +("geis" nil (g ay1 z)) +("geise" nil (g ay1 s)) +("geisel" nil (g ay1 s ax l)) +("geiselman" nil (g ay1 s ax l m ax n)) +("geisen" nil (g ay1 s ax n)) +("geiser" nil (g ay1 s er0)) +("geisert" nil (g ay1 s er0 t)) +("geisha" nil (g ey1 sh ax)) +("geisinger" nil (g ay1 s ih0 n jh er0)) +("geisler" nil (g ay1 s l er0)) +("geiss" nil (g ay1 s)) +("geissinger" nil (g ay1 s ih0 n jh er0)) +("geissler" nil (g ay1 s l er0)) +("geist" nil (g ay1 s t)) +("geister" nil (g ay1 s t er0)) +("geiszler" nil (g ay1 s l er0)) +("geitner" nil (g ay1 t n er0)) +("geitz" nil (g ay1 t s)) +("gejdenson" nil (g ey1 d ax n s ax n)) +("gekko" nil (g eh1 k ow0)) +("gel" nil (jh eh1 l)) +("gelardi" nil (jh eh0 l aa1 r d iy0)) +("gelardin" nil (g ax l aa1 r d ih0 n)) +("gelasia" nil (jh eh0 l aa1 s iy0 ax)) +("gelatin" nil (jh eh1 l ax t ax n)) +("gelatinous" nil (jh ax l ae1 t ax n ax s)) +("gelb" nil (jh eh1 l b)) +("gelbart" nil (g eh1 l b aa1 r t)) +("gelber" nil (g eh1 l b er0)) +("gelco" nil (jh eh1 l k ow0)) +("gelder" nil (g eh1 l d er0)) +("geldermann" nil (g eh1 l d er0 m ax n)) +("gelett" nil (jh eh1 l ih0 t)) +("gelette" nil (zh ih0 l eh1 t)) +("gelfand" nil (g eh1 l f ax n d)) +("gelinas" nil (g eh1 l ih0 n ax z)) +("gelineau" nil (zh eh1 l ih0 n ow0)) +("gell" nil (jh eh1 l)) +("gellatly" nil (jh eh1 l ax t l iy0)) +("geller" nil (g eh1 l er0)) +("gellerman" nil (g eh1 l er0 m ax n)) +("gellert" nil (g eh1 l er0 t)) +("gelles" nil (jh eh1 l z)) +("gelli" nil (g eh1 l iy0)) +("gellis" nil (g eh1 l ih0 s)) +("gellman" nil (g eh1 l m ax n)) +("gellner" nil (g eh1 l n er0)) +("gelman" nil (g eh1 l m ax n)) +("gelpi" nil (jh eh1 l p iy0)) +("gels" nil (jh eh1 l z)) +("gelsinger" nil (g eh1 l s ih0 n jh er0)) +("geltz" nil (g eh1 l t s)) +("gelvin" nil (g eh1 l v ih0 n)) +("gem" nil (jh eh1 m)) +("gemayel" nil (g ax m ey1 ax l)) +("gemberling" nil (g eh1 m b er0 l ih0 ng)) +("gemco" nil (jh eh1 m k ow0)) +("gemcraft" nil (jh eh1 m k r ae1 f t)) +("gemex" nil (jh eh1 m eh0 k s)) +("gemfibrozil" nil (g eh1 m f ih0 b r ow0 z ax l)) +("gemignani" nil (jh eh0 m iy0 g n aa1 n iy0)) +("gemina" nil (g eh0 m iy1 n ax)) +("geminate" nil (jh eh1 m ax n ax t)) +("gemini" nil (jh eh1 m ax n ay1)) +("gemma" nil (jh eh1 m ax)) +("gemme" nil (jh eh1 m)) +("gemmell" nil (g eh1 m ax l)) +("gemmer" nil (g eh1 m er0)) +("gemmill" nil (g eh1 m ax l)) +("gems" nil (jh eh1 m z)) +("gemsbok" nil (g eh1 m z b aa0 k)) +("gemstone" nil (jh eh1 m s t ow1 n)) +("gemstones" nil (jh eh1 m s t ow1 n z)) +("gen" nil (jh eh1 n er0 ax l)) +("gena" nil (jh eh1 n ax)) +("gencarelli" nil (jh eh0 n k aa0 r eh1 l iy0)) +("genco" nil (jh eh1 ng k ow0)) +("gencor" nil (jh eh1 n k ao1 r)) +("gencorp" nil (jh eh1 n k ao1 r p)) +("gendarme" nil (zh aa1 n d aa1 r m)) +("gender" nil (jh eh1 n d er0)) +("genders" nil (jh eh1 n d er0 z)) +("gendler" nil (jh eh1 n d l er0)) +("gendreau" nil (zh ih0 n d r ow1)) +("gendrisek" nil (jh eh1 d r ih0 s eh1 k)) +("gendron" nil (jh eh1 n d r ax n)) +("gene" nil (jh iy1 n)) +("genealogy" nil (jh iy1 n iy0 aa1 l ax jh iy0)) +("geneen" nil (jh ax n iy1 n)) +("genelabs" nil (jh eh1 n ax l ae1 b z)) +("genemedicine" nil (jh eh1 n ax m eh1 d ax s ax n)) +("genencor" nil (jh eh1 n ax n k ao1 r)) +("genentech" nil (jh eh1 n ax n t eh1 k)) +("genera" nil (jh eh1 n er0 ax)) +("general" nil (jh eh1 n er0 ax l)) +("generale" nil (jh eh1 n er0 ae1 l)) +("generales" nil (jh eh1 n eh0 r aa1 l eh0 s)) +("generali" nil (jh eh1 n er0 aa1 l iy0)) +("generalissimo" nil (jh eh0 n eh1 r ax l ih1 s ih0 m ow1)) +("generalist" nil (jh eh1 n er0 ax l ih0 s t)) +("generalists" nil (jh eh1 n er0 ax l ih0 s t s)) +("generalities" nil (jh eh1 n er0 ae1 l ax t iy0 z)) +("generality" nil (jh eh1 n er0 ae1 l ax t iy0)) +("generalization" nil (jh eh1 n er0 ax l ih0 z ey1 sh ax n)) +("generalizations" nil (jh eh1 n er0 ax l ax z ey1 sh ax n z)) +("generalize" nil (jh eh1 n er0 ax l ay1 z)) +("generalized" nil (jh eh1 n er0 ax l ay1 z d)) +("generally" nil (jh eh1 n er0 ax l iy0)) +("generals" nil (jh eh1 n er0 ax l z)) +("generalship" nil (jh eh1 n er0 ax l sh ih1 p)) +("generate" nil (jh eh1 n er0 ey1 t)) +("generated" nil (jh eh1 n er0 ey1 t ax d)) +("generates" nil (jh eh1 n er0 ey1 t s)) +("generating" nil (jh eh1 n er0 ey1 t ih0 ng)) +("generation" nil (jh eh1 n er0 ey1 sh ax n)) +("generational" nil (jh eh1 n er0 ey1 sh ax n ax l)) +("generationaly" nil (jh eh1 n er0 ey1 sh ax n ax l iy0)) +("generations" nil (jh eh1 n er0 ey1 sh ax n z)) +("generative" nil (jh eh1 n er0 ax t ih0 v)) +("generator" nil (jh eh1 n er0 ey1 t er0)) +("generators" nil (jh eh1 n er0 ey1 t er0 z)) +("genereux" nil (zh eh1 n er0 ow0)) +("generic" nil (jh ax n eh1 r ih0 k)) +("generically" nil (jh ax n eh1 r ih0 k l iy0)) +("generics" nil (jh ax n eh1 r ih0 k s)) +("generosity" nil (jh eh1 n er0 aa1 s ax t iy0)) +("generous" nil (jh eh1 n er0 ax s)) +("generously" nil (jh eh1 n er0 ax s l iy0)) +("genes" nil (jh iy1 n z)) +("genesco" nil (jh eh0 n eh1 s k ow0)) +("genesee" nil (jh eh1 n ax s iy1)) +("genesis" nil (jh eh1 n ax s ax s)) +("genet" nil (jh eh1 n ih0 t)) +("genetic" nil (jh ax n eh1 t ih0 k)) +("genetically" nil (jh ax n eh1 t ih0 k l iy0)) +("geneticist" nil (jh ax n eh1 t ax s ax s t)) +("geneticists" nil (jh ax n eh1 t ax s ax s t s)) +("genetics" nil (jh ax n eh1 t ih0 k s)) +("geneva" nil (jh ax n iy1 v ax)) +("geneve" nil (jh ax n iy1 v)) +("genevieve" nil (jh eh1 n ax v iy1 v)) +("genex" nil (jh eh1 n eh0 k s)) +("geng" nil (jh eh1 ng)) +("genger" nil (jh eh1 ng g er0)) +("genghis" nil (jh eh1 ng hh ih0 s)) +("gengler" nil (g ih1 ng ax l er0)) +("genial" nil (jh iy1 n y ax l)) +("geniality" nil (jh iy1 n iy0 ae1 l ax t iy0)) +("genicom" nil (jh eh1 n ih0 k ax m)) +("genie" nil (jh iy1 n iy0)) +("geniere" nil (jh eh0 n y eh1 r)) +("genis" nil (g eh1 n ih0 s)) +("genisco" nil (jh eh0 n ih1 s k ow0)) +("genital" nil (jh eh1 n ax t ax l)) +("genitals" nil (jh eh1 n ax t ax l z)) +("genius" nil (jh iy1 n y ax s)) +("geniuses" nil (jh iy1 n y ax s ih0 z)) +("genk" nil (jh eh1 ng k)) +("genlyte" nil (jh eh1 n l ay1 t)) +("genmar" nil (jh eh1 n m aa0 r)) +("genna" nil (jh eh1 n ax)) +("gennadi" nil (jh eh0 n aa1 d iy0)) +("gennady" nil (g ax n aa1 d iy0)) +("gennaro" nil (jh ax n aa1 r ow0)) +("gennett" nil (jh eh1 n ih0 t)) +("gennifer" nil (jh eh1 n ih0 f er0)) +("geno" nil (jh iy1 n ow0)) +("genoa" nil (jh eh1 n ow0 ax)) +("genocide" nil (jh eh1 n ax s ay1 d)) +("genoese" nil (jh eh1 n ow0 s)) +("genome" nil (jh iy1 n ow1 m)) +("genossenschaftsbank" nil (g eh0 n ow1 s eh0 n sh ae0 f t s b ae1 ng k)) +("genotype" nil (jh eh1 n ax t ay1 p)) +("genotypes" nil (jh eh1 n ax t ay1 p s)) +("genova" nil (jh eh1 n ow0 v ax)) +("genovese" nil (g eh1 n ax v iy0 z)) +("genovesi" nil (jh eh1 n ow0 v eh1 s iy0)) +("genpharm" nil (jh eh1 n f aa1 r m)) +("genrad" nil (jh eh1 n r ae0 d)) +("genre" nil (zh aa1 n r ax)) +("genres" nil (zh aa1 n r ax z)) +("genrich" nil (g eh1 n r ih0 k)) +("gens" nil (jh eh1 n z)) +("genscher" nil (g eh1 n sh er0)) +("gensel" nil (g eh1 n s ax l)) +("gensia" nil (jh eh1 n s iy1 ax)) +("genske" nil (jh eh1 n s k)) +("gensler" nil (g eh1 n s ax l er0)) +("genson" nil (jh eh1 n s ax n)) +("genstar" nil (jh eh1 n s t aa1 r)) +("gent" nil (jh eh1 n t)) +("genteel" nil (jh eh0 n t iy1 l)) +("genter" nil (jh eh1 n t er0)) +("genther" nil (g eh1 n dh er0)) +("genthner" nil (jh eh1 n th n er0)) +("gentian" nil (jh eh1 n sh ax n)) +("gentile" nil (jh eh1 n t ay1 l)) +("gentiles" nil (jh eh1 n t ay1 l z)) +("gentility" nil (jh eh0 n t ih1 l ih0 t iy0)) +("gentle" nil (jh eh1 n t ax l)) +("gentleman" nil (jh eh1 n t ax l m ax n)) +("gentlemanly" nil (jh eh1 n t ax l m ax n l iy0)) +("gentlemen" nil (jh eh1 n t ax l m ih0 n)) +("gentleness" nil (jh eh1 n t ax l n ax s)) +("gentler" nil (jh eh1 n t l er0)) +("gentles" nil (jh eh1 n t ax l z)) +("gentlest" nil (jh eh1 n t ax l ax s t)) +("gentlewoman" nil (jh eh1 n t ax l w uh1 m ax n)) +("gentlewomen" nil (jh eh1 n t ax l w ih1 m ax n)) +("gently" nil (jh eh1 n t l iy0)) +("gentner" nil (jh eh1 n t n er0)) +("gentrification" nil (jh eh1 n t r ih0 f ih0 k ey1 sh ax n)) +("gentrified" nil (jh eh1 n t r ih0 f ay1 d)) +("gentrifying" nil (jh eh1 n t r ih0 f ay1 ih0 ng)) +("gentry" nil (jh eh1 n t r iy0)) +("gentz" nil (jh eh1 n t s)) +("gentzler" nil (jh eh1 n t s l er0)) +("genuine" nil (jh eh1 n y ax w ax n)) +("genuinely" nil (jh eh1 n y ax w ax n l iy0)) +("genung" nil (jh eh1 n ax ng)) +("genus" nil (jh iy1 n ax s)) +("genz" nil (jh eh1 n z)) +("genzyme" nil (jh eh1 n z ay1 m)) +("geo" nil (jh iy1 ow0)) +("geocentric" nil (jh iy1 ow0 s eh1 n t r ih0 k)) +("geochemistry" nil (jh iy1 ow0 k eh1 m ax s t r iy0)) +("geodesic" nil (jh iy1 ax d eh1 s ih0 k)) +("geodesy" nil (jh iy0 aa1 d ax s iy0)) +("geodyne" nil (jh iy1 ow0 d ay1 n)) +("geoff" nil (jh eh1 f)) +("geoffrey" nil (jh eh1 f r iy0)) +("geoffrion" nil (jh iy1 aa1 f r iy0 ax n)) +("geoffroy" nil (jh iy1 ax f r oy0)) +("geoghegan" nil (g ax hh ey1 g ax n)) +("geographer" nil (jh iy0 aa1 g r ax f er0)) +("geographic" nil (jh iy1 ax g r ae1 f ih0 k)) +("geographical" nil (jh iy1 ax g r ae1 f ih0 k ax l)) +("geographically" nil (jh iy1 ax g r ae1 f ih0 k ax l iy0)) +("geography" nil (jh iy0 aa1 g r ax f iy0)) +("geoid" nil (jh iy1 oy0 d)) +("geologic" nil (jh iy1 ax l aa1 jh ih0 k)) +("geological" nil (jh iy1 ax l aa1 jh ih0 k ax l)) +("geologist" nil (jh iy0 aa1 l ax jh ax s t)) +("geologists" nil (jh iy0 aa1 l ax jh ih0 s t s)) +("geology" nil (jh iy0 aa1 l ax jh iy0)) +("geomagnetic" nil (jh iy1 ow0 m ae0 g n eh1 t ih0 k)) +("geometric" nil (jh iy1 ax m eh1 t r ih0 k)) +("geometrical" nil (jh iy1 ax m eh1 t r ih0 k ax l)) +("geometrically" nil (jh iy1 ax m eh1 t r ih0 k l iy0)) +("geometries" nil (jh iy0 aa1 m ax t r iy0 z)) +("geometry" nil (jh iy0 aa1 m ax t r iy0)) +("geomorphology" nil (jh iy1 ax m ao1 r f aa1 l ax jh iy0)) +("geon" nil (jh iy1 aa0 n)) +("geophysical" nil (jh iy1 ow0 f ih1 z ax k ax l)) +("geopolitical" nil (jh iy1 ow0 p ax l ih1 t ih0 k ax l)) +("geopolitically" nil (jh iy1 ow0 p ax l ih1 t ih0 k l iy0)) +("geopolitics" nil (jh iy1 ow0 p aa1 l ax t ih0 k s)) +("geordie" nil (jh iy1 er0 d iy0)) +("georg" nil (g ey1 ao0 r g)) +("georgakis" nil (jh ao1 r jh aa1 k ax s)) +("george" nil (jh ao1 r jh)) +("georgene" nil (jh ao1 r jh iy1 n)) +("georges" nil (jh ao1 r jh ax z)) +("georgeson" nil (jh iy1 er0 g ih0 s ax n)) +("georgetown" nil (jh ao1 r jh t aw1 n)) +("georgette" nil (jh ao0 r jh eh1 t)) +("georgi" nil (jh iy0 aa1 r jh iy0)) +("georgia" nil (jh ao1 r jh ax)) +("georgiades" nil (jh ao1 r jh iy0 aa1 d ax s)) +("georgiadis" nil (jh ao1 r jh iy0 aa1 d ih0 s)) +("georgian" nil (jh ao1 r jh ax n)) +("georgiana" nil (jh ao1 r jh iy0 ae1 n ax)) +("georgians" nil (jh ao1 r jh ax n z)) +("georgie" nil (jh ao1 r jh iy0)) +("georgienne" nil (jh ao1 r jh iy0 eh1 n)) +("georgina" nil (jh ao1 r jh iy1 n ax)) +("georgine" nil (jh ao1 r jh iy1 n)) +("georgiou" nil (jh ao1 r jh ow1)) +("georgopoulos" nil (jh ao1 r jh aa1 p ax l ih0 s)) +("georgy" nil (jh ao1 r jh iy0)) +("geostrophic" nil (jh iy1 ow0 s t r aa1 f ih0 k)) +("geosyncline" nil (jh iy1 ow0 s ih1 n k l ay0 n)) +("geotaxis" nil (jh iy1 ow0 t ae1 k s ax s)) +("geotek" nil (g iy1 ow0 t eh1 k)) +("geothermal" nil (jh iy1 ow0 th er1 m ax l)) +("geotropic" nil (jh iy1 ax t r aa1 p ih0 k)) +("geotropism" nil (jh iy0 aa1 t r ax p ih1 z ax m)) +("gephardt" nil (g eh1 p hh aa1 r t)) +("gephart" nil (g eh1 p hh aa0 r t)) +("geppert" nil (g eh1 p er0 t)) +("gera" nil (jh eh1 r ax)) +("gerace" nil (jh er0 aa1 ch iy0)) +("geraci" nil (jh er0 aa1 ch iy0)) +("geraghty" nil (jh eh1 r ax t iy0)) +("gerais" nil (jh er0 ey1)) +("gerald" nil (jh eh1 r ax l d)) +("geraldina" nil (jh er0 aa0 l d iy1 n ax)) +("geraldine" nil (jh eh0 r ax l d iy1 n)) +("geraldo" nil (jh er0 aa1 l d ow0)) +("geralds" nil (jh eh1 r ax l d z)) +("geran" nil (jh eh1 r ax n)) +("geranium" nil (jh er0 ey1 n iy0 ax m)) +("geraniums" nil (jh er0 ey1 n iy0 ax m z)) +("gerard" nil (jh er0 aa1 r d)) +("gerardi" nil (jh er0 aa1 r d iy0)) +("gerardo" nil (jh er0 aa1 r d ow0)) +("gerashchenko" nil (g eh1 ax sh ey1 ng k ow0)) +("gerasimov" nil (jh er0 ae1 s ih0 m aa0 v)) +("gerbasi" nil (jh er0 b aa1 s iy0)) +("gerber" nil (g er1 b er0)) +("gerberding" nil (g er1 b er0 d ih0 ng)) +("gerbert" nil (g er1 b er0 t)) +("gerbig" nil (g er1 b ih0 g)) +("gerbino" nil (jh er0 b iy1 n ow0)) +("gerbrandt" nil (g er1 b r ae1 n t)) +("gerd" nil (g er1 d)) +("gerda" nil (g er1 d ax)) +("gerdeman" nil (g er1 d m ax n)) +("gerdes" nil (zh er1 d z)) +("gerding" nil (g eh1 r t ih0 ng)) +("gerdts" nil (jh er1 d t s)) +("gere" nil (jh ih1 r)) +("geremia" nil (jh er0 iy1 m iy0 ax)) +("geren" nil (g ih1 r ax n)) +("gerena" nil (jh er0 eh1 n ax)) +("gerety" nil (zh eh1 r ih0 t iy0)) +("gergel" nil (g er1 g ax l)) +("gergely" nil (jh er1 jh l iy0)) +("gergen" nil (g er1 g ax n)) +("gerger" nil (g er1 g er0)) +("gergrude" nil (g er1 g r uw0 d)) +("gerhard" nil (g er1 hh aa1 r d)) +("gerhardt" nil (g er1 hh aa0 r t)) +("gerhart" nil (g er1 hh aa0 r t)) +("gerhold" nil (g er1 hh ow0 l d)) +("geriatric" nil (jh eh1 r iy0 ae1 t r ih0 k)) +("geriatricians" nil (jh eh1 r iy0 ax t r ih1 sh ax n z)) +("geriatrics" nil (jh eh1 r iy0 ae1 t r ih0 k s)) +("gerich" nil (g eh1 r ih0 k)) +("gericke" nil (jh eh1 r ih0 k)) +("gerig" nil (jh eh1 r ih0 g)) +("gering" nil (g ih1 r ih0 ng)) +("geringer" nil (g eh1 r ih0 n jh er0)) +("gerk" nil (jh er1 k)) +("gerke" nil (jh er1 k)) +("gerken" nil (g er1 k ax n)) +("gerkin" nil (jh er1 k ih0 n)) +("gerlach" nil (g er1 l ax k)) +("gerleman" nil (g ao1 r ax l m ax n)) +("gerlich" nil (g er1 l ih0 k)) +("gerling" nil (g er1 l ih0 ng)) +("gerlock" nil (g er1 l ax k)) +("gerloff" nil (g er1 l ao0 f)) +("germ" nil (jh er1 m)) +("germain" nil (jh er0 m ey1 n)) +("germaine" nil (zh er0 m ey1 n)) +("german" nil (jh er1 m ax n)) +("germane" nil (jh er0 m ey1 n)) +("germani" nil (jh er0 m aa1 n iy0)) +("germania" nil (jh er0 m ey1 n iy0 ax)) +("germanic" nil (jh er0 m ae1 n ih0 k)) +("germann" nil (g er1 m ax n)) +("germano" nil (jh er0 m aa1 n ow0)) +("germans" nil (jh er1 m ax n z)) +("germantown" nil (jh er1 m ax n t aw1 n)) +("germany" nil (jh er1 m ax n iy0)) +("germanys" nil (jh er1 m ax n iy0 z)) +("germe" nil (jh er1 m)) +("germer" nil (jh er1 m er0)) +("germicide" nil (jh er1 m ax s ay1 d)) +("germinate" nil (jh er1 m ax n ey1 t)) +("germinated" nil (jh er1 m ax n ey1 t ih0 d)) +("germination" nil (jh er1 m ax n ey1 sh ax n)) +("germiston" nil (jh er1 m ax s t aa1 n)) +("germond" nil (g er1 m ax n d)) +("germs" nil (jh er1 m z)) +("gerner" nil (g er1 n er0)) +("gernert" nil (g er1 n er0 t)) +("gero" nil (jh eh1 r ow0)) +("gerold" nil (g eh1 r ow0 l d)) +("gerome" nil (g eh1 r ax m)) +("geron" nil (jh eh1 r ax n)) +("gerontology" nil (jh eh1 r ax n t aa1 l ax jh iy0)) +("geroux" nil (zh er0 uw1)) +("gerow" nil (jh eh1 r ow0)) +("gerrald" nil (jh eh1 r ax l d)) +("gerrick" nil (jh eh1 r ih0 k)) +("gerrie" nil (jh eh1 r iy0)) +("gerringer" nil (jh eh1 r ih0 ng er0)) +("gerrish" nil (jh eh1 r ih0 sh)) +("gerrit" nil (jh eh1 r ih0 t)) +("gerrits" nil (jh eh1 r ih0 t s)) +("gerritsen" nil (g eh1 r ih0 t s ax n)) +("gerrity" nil (jh eh1 r ih0 t iy0)) +("gerry" nil (jh eh1 r iy0)) +("gerrymander" nil (jh eh1 r iy0 m ae1 n d er0)) +("gerrymandered" nil (jh eh1 r iy0 m ae1 n d er0 d)) +("gerrymandering" nil (jh eh1 r iy0 m ae1 n d er0 ih0 ng)) +("gerrymanders" nil (jh eh1 r iy0 m ae1 n d er0 z)) +("gersch" nil (g er1 sh)) +("gersh" nil (g er1 sh)) +("gershman" nil (g er1 sh m ax n)) +("gershon" nil (g er1 sh ax n)) +("gershowitz" nil (g er1 sh ax w ih0 t s)) +("gershwin" nil (g er1 sh w ih0 n)) +("gerson" nil (jh er1 s ax n)) +("gerst" nil (g er1 s t)) +("gerstein" nil (g er1 s t ay0 n)) +("gerstel" nil (g er1 s t ax l)) +("gersten" nil (g er1 s t ax n)) +("gerstenberger" nil (g er1 s ax n b er0 g er0)) +("gerstenhaber" nil (g er1 s t ax n hh ey1 b er0)) +("gerster" nil (g er1 s t er0)) +("gerstman" nil (g er1 s t m ax n)) +("gerstner" nil (g er1 s t n er0)) +("gerszewski" nil (g er0 sh eh1 f s k iy0)) +("gert" nil (g er1 t)) +("gerth" nil (g er1 th)) +("gertie" nil (jh er1 t iy0)) +("gertler" nil (g er1 t ax l er0)) +("gertner" nil (g er1 t n er0)) +("gertrud" nil (g er1 t r uw0 d)) +("gertrude" nil (g er1 t r uw0 d)) +("gertsch" nil (g er1 ch)) +("gerty" nil (jh er1 t iy0)) +("gertz" nil (g er1 t s)) +("gervais" nil (zh er0 v ey1)) +("gervase" nil (g er1 v ax s)) +("gervasi" nil (jh er0 v aa1 s iy0)) +("gervasio" nil (jh er0 v aa1 s iy0 ow0)) +("gerwig" nil (g er1 w ih0 g)) +("gerwin" nil (g er1 w ih0 n)) +("gery" nil (jh eh1 r iy0)) +("gesamtmetall" nil (g eh0 s ae1 m t m eh1 t ax l)) +("geschke" nil (g eh1 sh k)) +("gesco" nil (g eh1 s k ow0)) +("gesell" nil (g eh1 s ax l)) +("gesellschaft" nil (g ax s eh1 l sh ae0 f t)) +("geske" nil (jh eh1 s k)) +("gesner" nil (g eh1 s n er0)) +("gess" nil (jh eh1 s)) +("gessel" nil (g eh1 s ax l)) +("gessert" nil (g eh1 s er0 t)) +("gessler" nil (g eh1 s ax l er0)) +("gessner" nil (g eh1 s n er0)) +("gest" nil (jh eh1 s t)) +("gestal" nil (jh eh1 s t ax l)) +("gestapo" nil (g ax s t aa1 p ow0)) +("gestation" nil (jh eh0 s t ey1 sh ax n)) +("gestetner" nil (g ax s t eh1 t n er0)) +("gesture" nil (jh eh1 s ch er0)) +("gestures" nil (jh eh1 s ch er0 z)) +("gesturing" nil (jh eh1 s ch er0 ih0 ng)) +("gesualdi" nil (jh eh0 s uw0 aa1 l d iy0)) +("get" nil (g eh1 t)) +("getaway" nil (g eh1 t ax w ey1)) +("getaways" nil (g eh1 t ax w ey1 z)) +("getchell" nil (g eh1 ch ax l)) +("geter" nil (g eh1 t er0)) +("gethers" nil (g eh1 dh er0 z)) +("getman" nil (g eh1 t m ax n)) +("gets" nil (g eh1 t s)) +("getsinger" nil (g eh1 t s ih0 n jh er0)) +("gettel" nil (g eh1 t ax l)) +("getter" nil (g eh1 t er0)) +("getters" nil (g eh1 t er0 z)) +("getting" nil (g eh1 t ih0 ng)) +("gettinger" nil (g eh1 t ih0 ng er0)) +("gettings" nil (g eh1 t ih0 ng z)) +("gettis" nil (g eh1 t ih0 s)) +("gettle" nil (g eh1 t ax l)) +("gettler" nil (g eh1 t ax l er0)) +("gettman" nil (g eh1 t m ax n)) +("getts" nil (g eh1 t s)) +("getty" nil (g eh1 t iy0)) +("gettys" nil (g eh1 t iy0 z)) +("gettysburg" nil (g eh1 t iy0 z b er0 g)) +("getulio" nil (g ax ch uw1 l iy0 ow0)) +("getz" nil (g eh1 t s)) +("geurin" nil (zh er0 ae1 n)) +("geurts" nil (zh er1 t s)) +("gevaert" nil (g ax v eh1 r t)) +("geving" nil (jh iy1 v ih0 ng)) +("gewirtz" nil (g uw1 er0 t s)) +("geyelin" nil (jh ey1 ih1 l ih0 n)) +("geyer" nil (g ey1 er0)) +("geyser" nil (g ay1 z er0)) +("geysers" nil (g ay1 z er0 z)) +("gfeller" nil (g ax f eh1 l er0)) +("ghafar" nil (g ax f aa1 r)) +("ghali" nil (g aa1 l iy0)) +("ghana" nil (g ae1 n ax)) +("ghanaian" nil (g ax n ay1 ax n)) +("ghanaians" nil (g ax n ay1 ax n z)) +("gharbonifar" nil (g aa0 r b aa1 n ih0 f aa0 r)) +("ghastliness" nil (g ae1 s t l iy0 n ax s)) +("ghastly" nil (g ae1 s t l iy0)) +("ghee" nil (g iy1)) +("gheen" nil (g iy1 n)) +("ghent" nil (g eh1 n t)) +("gherardi" nil (g er0 aa1 r d iy0)) +("gherman" nil (g er1 m ax n)) +("ghetto" nil (g eh1 t ow0)) +("ghettos" nil (g eh1 t ow0 z)) +("ghez" nil (g eh1 z)) +("ghezzi" nil (g eh1 z iy0)) +("ghidella" nil (g ih0 d eh1 l ax)) +("ghio" nil (g ay1 ow0)) +("gholamreza" nil (g ow1 l ax m r ey1 z ax)) +("gholson" nil (g ow1 l s ax n)) +("gholston" nil (g ow1 l s t ax n)) +("ghorbanifar" nil (g ao0 r b ae1 n ih0 f aa0 r)) +("ghormley" nil (g ao1 r m l iy0)) +("ghose" nil (g ow1 z)) +("ghosh" nil (g aa1 sh)) +("ghost" nil (g ow1 s t)) +("ghostbusters" nil (g ow1 s t b ah1 s t er0 z)) +("ghostlike" nil (g ow1 s t l ay1 k)) +("ghostly" nil (g ow1 s t l iy0)) +("ghosts" nil (g ow1 s t s)) +("ghoulish" nil (g uw1 l ih0 sh)) +("ghrist" nil (g r ih1 s t)) +("ghulam" nil (g y uw1 l ae0 m)) +("ghuloum" nil (g uw1 l ow1 m)) +("giacalone" nil (jh aa1 k aa0 l ow0 n iy0)) +("giacco" nil (jh aa1 k ow0)) +("giacinta" nil (jh aa1 ch iy0 n t ax)) +("giacobbe" nil (jh aa1 k ow0 b iy0)) +("giacomelli" nil (jh ax k ow0 m eh1 l iy0)) +("giacomini" nil (jh ax k ow0 m iy1 n iy0)) +("giacomo" nil (jh aa1 k ax m ow0)) +("giaconda" nil (jh iy1 ax k aa1 n d ax)) +("giacone" nil (jh iy1 ax k ow1 n iy0)) +("giaimo" nil (jh ey1 m ow0)) +("gialanella" nil (jh ax l aa0 n eh1 l ax)) +("giamatti" nil (jh iy1 ax m aa1 t iy0)) +("giambalvo" nil (jh aa1 m b aa0 l v ow0)) +("giambra" nil (jh aa1 m b r ax)) +("giambrone" nil (jh aa1 m b r ow0 n iy0)) +("giammalva" nil (jh iy1 ax m ao1 l v ax)) +("giammarco" nil (jh aa1 m aa0 r k ow0)) +("giammarino" nil (jh ax m aa0 r iy1 n ow0)) +("giampa" nil (jh aa1 m p ax)) +("giampaolo" nil (jh aa0 m p aw1 l ow0)) +("giampietro" nil (jh aa1 m p iy0 t r ow0)) +("gian" nil (jh iy1 aa0 n)) +("giancarlo" nil (jh iy1 ae0 ng k aa1 r l ow0)) +("giancola" nil (jh aa1 ng k ow0 l ax)) +("gianelli" nil (jh ax n eh1 l iy0)) +("gianfrancesco" nil (jh aa1 n f r ae0 n ch eh1 s k ow0)) +("giang" nil (jh iy0 aa1 ng)) +("giangrande" nil (jh aa1 n g r ae0 n d iy0)) +("gianino" nil (jh ax n iy1 n ow0)) +("giannattasio" nil (jh aa1 n aa0 t aa0 s iy0 ow0)) +("giannelli" nil (jh ax n eh1 l iy0)) +("giannetti" nil (jh ax n eh1 t iy0)) +("giannetto" nil (jh ax n eh1 t ow0)) +("gianni" nil (jh aa1 n iy0)) +("giannini" nil (jh ax n iy1 n iy0)) +("giannino" nil (jh iy1 ax n iy1 n ow0)) +("giannola" nil (jh aa1 n ow0 l ax)) +("giannone" nil (jh aa1 n ow0 n iy0)) +("giannotti" nil (jh aa1 n ow0 t iy0)) +("gianotti" nil (jh aa1 n ow0 t iy0)) +("giant" nil (jh ay1 ax n t)) +("giants" nil (jh ay1 ax n t s)) +("giaquinto" nil (jh aa1 k w iy0 n t ow0)) +("giard" nil (jh iy0 aa1 r d)) +("giardina" nil (jh aa1 r d iy0 n ax)) +("giardini" nil (jh er0 d iy1 n iy0)) +("giardino" nil (jh er0 d iy1 n ow0)) +("giarratano" nil (jh aa1 r ax t aa1 n ow0)) +("giarrusso" nil (jh aa0 r uw1 s ow0)) +("gib" nil (g ih1 b)) +("gibas" nil (jh ay1 b ax z)) +("gibb" nil (jh ih1 b)) +("gibbard" nil (zh ih0 b aa1 r d)) +("gibbens" nil (g ih1 b ax n z)) +("gibberish" nil (g ih1 b er0 ih0 sh)) +("gibbins" nil (jh ih1 b ih0 n z)) +("gibble" nil (jh ih1 b ax l)) +("gibbon" nil (g ih1 b ax n)) +("gibboney" nil (jh ih1 b ax n iy0)) +("gibbons" nil (g ih1 b ax n z)) +("gibbs" nil (g ih1 b z)) +("gibby" nil (jh ih1 b iy0)) +("gibeau" nil (zh ih0 b ow1)) +("gibeault" nil (zh ih0 b ow1)) +("giberson" nil (jh ih1 b er0 s ax n)) +("gibert" nil (g ih1 b er0 t)) +("gibian" nil (g ih1 b iy0 ax n)) +("giblen" nil (g ih1 b l ax n)) +("gibler" nil (jh ih1 b ax l er0)) +("giblet" nil (jh ih1 b l ax t)) +("giblin" nil (jh ih1 b l ih0 n)) +("gibney" nil (jh ih1 b n iy0)) +("giboney" nil (jh ih1 b ax n iy0)) +("gibraltar" nil (jh ih0 b r ao1 l t er0)) +("gibson" nil (g ih1 b s ax n)) +("gick" nil (jh ih1 k)) +("gidcumb" nil (g ih1 d k ax m)) +("giddens" nil (g ih1 d ax n z)) +("giddings" nil (g ih1 d ih0 ng z)) +("giddy" nil (g ih1 d iy0)) +("gidel" nil (g ay1 d eh1 l)) +("gideon" nil (g ih1 d iy0 ax n)) +("gidget" nil (g ih1 jh ax t)) +("gidley" nil (g ih1 d l iy0)) +("gidney" nil (g ih1 d n iy0)) +("gidwitz" nil (g ih1 d w ih0 t s)) +("giebel" nil (g iy1 b ax l)) +("giebler" nil (g iy1 b ax l er0)) +("gieck" nil (jh iy1 k)) +("giefer" nil (g iy1 f er0)) +("gieger" nil (g iy1 g er0)) +("giegerich" nil (g iy1 g er0 ih0 k)) +("giel" nil (jh iy1 l)) +("gielgud" nil (g iy1 l g ax d)) +("gielow" nil (jh iy1 l ow0)) +("gienger" nil (g iy1 n jh er0)) +("gienow" nil (g iy1 n aw0)) +("gier" nil (jh ih1 r)) +("giere" nil (jh ih1 r)) +("gierhart" nil (g ih1 r hh aa0 r t)) +("gierke" nil (jh ih1 r k)) +("gierman" nil (g ih1 r m ax n)) +("giersch" nil (g ih1 r sh)) +("gies" nil (g iy1 z)) +("giesbrecht" nil (g iy1 s b r ih0 k t)) +("giese" nil (jh iy1 s)) +("giesecke" nil (g iy1 s ih0 k)) +("gieseke" nil (g iy1 s ih0 k)) +("gieseler" nil (g iy1 s ax l er0)) +("gieselman" nil (g iy1 s ax l m ax n)) +("giesen" nil (g iy1 s ax n)) +("gieser" nil (g iy1 s er0)) +("giesey" nil (jh iy1 s iy0)) +("gieske" nil (jh iy1 s k)) +("giesler" nil (g iy1 s ax l er0)) +("giessen" nil (g iy1 z s ax n)) +("gietzen" nil (g iy1 t z ax n)) +("giff" nil (g ih1 f)) +("giffard" nil (g ih1 f er0 d)) +("giffen" nil (g ih1 f ax n)) +("gifferd" nil (g ih1 f er0 d)) +("giffin" nil (g ih1 f ih0 n)) +("gifford" nil (g ih1 f er0 d)) +("giffy" nil (g ih1 f iy0)) +("gift" nil (g ih1 f t)) +("gifted" nil (g ih1 f t ax d)) +("giftrust" nil (g ih1 f t r ah1 s t)) +("gifts" nil (g ih1 f t s)) +("giftware" nil (g ih1 f t w eh1 r)) +("gig" nil (g ih1 g)) +("gigabytes" nil (g ih1 g ax b ay1 t s)) +("gigaflops" nil (g ih1 g ax f l aa1 p s)) +("gigante" nil (jh iy0 g aa1 n t iy0)) +("gigantic" nil (jh ay0 g ae1 n t ih0 k)) +("giger" nil (g ay1 g er0)) +("gigging" nil (g ih1 g ih0 ng)) +("giggle" nil (g ih1 g ax l)) +("giggled" nil (g ih1 g ax l d)) +("giggles" nil (g ih1 g ax l z)) +("giggling" nil (g ih1 g ax l ih0 ng)) +("giggly" nil (g ih1 g ax l iy0)) +("giglia" nil (jh iy1 g l iy0 ax)) +("giglio" nil (jh ih1 g l iy0 ow0)) +("gigliotti" nil (jh iy0 g l iy0 ow1 t iy0)) +("gignac" nil (g ih1 g n ax k)) +("gignoux" nil (g ih0 n uw1)) +("gigot" nil (jh ih1 g ax t)) +("gigs" nil (g ih1 g z)) +("giguere" nil (jh iy0 g eh1 r ey0)) +("gikas" nil (g ay1 k ax z)) +("gil" nil (g ih1 l)) +("gilardi" nil (jh iy0 l aa1 r d iy0)) +("gilb" nil (g ih1 l b)) +("gilberg" nil (g ih1 l b er0 g)) +("gilbert" nil (g ih1 l b er0 t)) +("gilberta" nil (jh iy0 l b eh1 r t ax)) +("gilberte" nil (g ih1 l b er0 t)) +("gilberti" nil (jh iy0 l b eh1 r t iy0)) +("gilbertina" nil (jh iy0 l b er0 t iy1 n ax)) +("gilbertine" nil (jh iy0 l b er0 t iy1 n iy0)) +("gilberto" nil (g ih0 l b eh1 r t ow1)) +("gilbertson" nil (g ih1 l b er0 t s ax n)) +("gilbey" nil (g ih1 l b iy0)) +("gilbo" nil (jh iy1 l b ow0)) +("gilboy" nil (g ih1 l b oy0)) +("gilbreath" nil (g ih1 l b r eh1 th)) +("gilbreth" nil (g ih1 l b r ih0 th)) +("gilbride" nil (g ih1 l b r ay1 d)) +("gilby" nil (g ih1 l b iy0)) +("gilchrest" nil (g ih1 l k er0 ih0 s t)) +("gilchrist" nil (g ih1 l k r ih0 s t)) +("gilcrease" nil (g ih0 l k r iy1 s)) +("gilcrest" nil (g ih1 l k er0 ih0 s t)) +("gilda" nil (g ih1 l d ax)) +("gilday" nil (g ih1 l d ey1)) +("gildea" nil (jh iy1 l d iy0 ax)) +("gilded" nil (g ih1 l d ih0 d)) +("gilden" nil (g ih1 l d ax n)) +("gilder" nil (g ih1 l d er0)) +("gildersleeve" nil (g ih1 l d er0 s l iy1 v)) +("gilding" nil (g ih1 l d ih0 ng)) +("gildner" nil (g ih1 l d n er0)) +("gildon" nil (g ih1 l d ax n)) +("gile" nil (g ay1 l)) +("gilead" nil (g ih0 l iy1 d)) +("giles" nil (jh ay1 l z)) +("gilfillan" nil (g ih1 l f ih1 l ax n)) +("gilford" nil (g ih1 l f er0 d)) +("gilger" nil (g ih1 l g er0)) +("gilgit" nil (g ih1 l jh ih0 t)) +("gilgore" nil (g ih1 l g ao1 r)) +("gilham" nil (g ih1 l hh ax m)) +("gilhooly" nil (g ih1 l hh uw0 l iy0)) +("gilkerson" nil (g ih1 l k er0 s ax n)) +("gilkes" nil (g ih1 l k s)) +("gilkeson" nil (g ih1 l k ih0 s ax n)) +("gilkey" nil (g ih1 l k iy0)) +("gilkison" nil (g ih1 l k ih0 s ax n)) +("gill" nil (g ih1 l)) +("gillam" nil (g ih1 l ax m)) +("gillan" nil (g ih1 l ax n)) +("gilland" nil (g ih1 l ax n d)) +("gillard" nil (zh ih0 l aa1 r d)) +("gillaspie" nil (g ih1 l ax s p iy0)) +("gillaspy" nil (g ih1 l ax s p iy0)) +("gille" nil (g ay1 l)) +("gillean" nil (g ih1 l ax n)) +("gilleland" nil (g ih1 l ih0 l ae0 n d)) +("gillem" nil (g ih1 l ih0 m)) +("gillen" nil (g ih1 l ax n)) +("gillentine" nil (g ih1 l ax n t ay1 n)) +("giller" nil (g ih1 l er0)) +("gilleran" nil (g ih1 l er0 ae0 n)) +("gillers" nil (g ih1 l er0 z)) +("gilles" nil (zh iy1 l)) +("gillespie" nil (g ax l eh1 s p iy0)) +("gillet" nil (g ih1 l ih0 t)) +("gillett" nil (jh ih0 l ih1 t)) +("gillette" nil (jh ih0 l eh1 t)) +("gilley" nil (g ih1 l iy0)) +("gillham" nil (g ih1 l hh ax m)) +("gilliam" nil (g ih1 l iy0 ax m)) +("gillian" nil (jh ih1 l iy0 ax n)) +("gilliand" nil (g ih1 l iy0 ax n d)) +("gilliard" nil (g ih1 l iy0 er0 d)) +("gilliatt" nil (g ih1 l iy0 ae0 t)) +("gillick" nil (g ih1 l ih0 k)) +("gillie" nil (g ih1 l iy0)) +("gillies" nil (g ih1 l iy0 z)) +("gillig" nil (g ih1 l ih0 g)) +("gilligan" nil (g ih1 l ax g ax n)) +("gillihan" nil (g ih1 l ax hh ae0 n)) +("gillikin" nil (g ih1 l ax k ax n)) +("gillilan" nil (g ih1 l ax l ax n)) +("gilliland" nil (g ih1 l ax l ax n d)) +("gillin" nil (g ih1 l ih0 n)) +("gillingham" nil (g ih1 l ih0 ng hh ae1 m)) +("gillings" nil (g ih1 l ih0 ng z)) +("gillinov" nil (g ih1 l ih0 n aa0 v)) +("gillins" nil (g ih1 l ih0 n z)) +("gillis" nil (g ih1 l ih0 s)) +("gillison" nil (g ih1 l ih0 s ax n)) +("gillispie" nil (g ax l eh1 s p iy0)) +("gillman" nil (g ih1 l m ax n)) +("gillmore" nil (jh iy1 l m ao0 r)) +("gillock" nil (g ih1 l ax k)) +("gillogly" nil (g ih1 l ax g l iy0)) +("gillon" nil (g ih1 l ax n)) +("gillooly" nil (g ih1 l uw0 l iy0)) +("gillott" nil (g ih1 l ax t)) +("gillotti" nil (jh iy0 l ow1 t iy0)) +("gills" nil (g ih1 l z)) +("gillson" nil (g ih1 l s ax n)) +("gillum" nil (g ih1 l ax m)) +("gilly" nil (g ih1 l iy0)) +("gilman" nil (g ih1 l m ax n)) +("gilmartin" nil (g ih0 l m aa1 r t ih0 n)) +("gilmer" nil (g ih1 l m er0)) +("gilmore" nil (g ih1 l m ao0 r)) +("gilmour" nil (zh ih0 l m uh1 r)) +("gilpatrick" nil (g ih1 l p ax t r ih0 k)) +("gilpin" nil (g ih1 l p ih0 n)) +("gilreath" nil (g ih1 l r eh0 th)) +("gilroy" nil (g ih1 l r oy1)) +("gilsdorf" nil (g ih1 l s d ao0 r f)) +("gilson" nil (g ih1 l s ax n)) +("gilstrap" nil (g ih1 l s t r ax p)) +("gilt" nil (g ih1 l t)) +("giltner" nil (g ih1 l t n er0)) +("gilts" nil (g ih1 l t s)) +("gilvin" nil (g ih1 l v ih0 n)) +("gilyard" nil (zh ax l y aa1 r d)) +("gimbel" nil (g ih1 m b ax l)) +("gimenez" nil (jh iy0 m ey1 n eh0 z)) +("gimlin" nil (g ih1 m l ih0 n)) +("gimme" nil (g ih1 m iy0)) +("gimmick" nil (g ih1 m ih0 k)) +("gimmickry" nil (g ih1 m ih0 k r iy0)) +("gimmicks" nil (g ih1 m ih0 k s)) +("gimmicky" nil (g ih0 m ih1 k iy0)) +("gimpel" nil (g ih1 m p ax l)) +("gin" nil (jh ih1 n)) +("gina" nil (jh iy1 n ax)) +("ginandjar" nil (jh ih0 n ae1 n jh er0)) +("ginder" nil (g ay1 n d er0)) +("gindlesperger" nil (g ih1 n d l ih0 s p er0 g er0)) +("gines" nil (jh ay1 n z)) +("ginevra" nil (jh ih0 n eh1 v r ax)) +("ging" nil (jh ih1 ng)) +("gingell" nil (g ih1 ng g ax l)) +("ginger" nil (jh ih1 n jh er0)) +("gingerbread" nil (jh ih1 n jh er0 b r eh1 d)) +("gingerich" nil (g ih1 ng g er0 ih0 k)) +("gingerly" nil (jh ih1 n jh er0 l iy0)) +("gingery" nil (jh ih1 n jh er0 iy0)) +("ginghams" nil (g ih1 ng ax m z)) +("gingles" nil (jh ih1 ng g ax l z)) +("gingold" nil (jh ih1 n g ow1 l d)) +("gingras" nil (g ih1 ng g r ax z)) +("gingrich" nil (g ih1 ng g r ih0 ch)) +("ginley" nil (jh ih1 n l iy0)) +("ginn" nil (jh ih1 n)) +("ginnie" nil (jh ih1 n iy0)) +("ginning" nil (jh ih1 n ih0 ng)) +("ginny" nil (jh ih1 n iy0)) +("gino" nil (jh iy1 n ow0)) +("ginocchio" nil (jh iy0 n ow1 k iy0 ow0)) +("ginsberg" nil (g ih1 n s b er0 g)) +("ginsburg" nil (g ih1 n z b er0 g)) +("ginseng" nil (jh ih1 n s eh1 ng)) +("ginsu" nil (g ih1 n s uw0)) +("gintel" nil (jh ih1 n t eh1 l)) +("ginter" nil (g ih1 n t er0)) +("ginther" nil (g ih1 n dh er0)) +("ginting" nil (jh ih1 n t ih1 ng)) +("ginty" nil (jh ih1 n t iy0)) +("gintz" nil (g ih1 n t s)) +("ginyard" nil (jh ih1 n y aa1 r d)) +("ginza" nil (g ih1 n z ax)) +("ginzberg" nil (g ih1 n z b er0 g)) +("gioia" nil (jh ow1 y ax)) +("gionet" nil (jh iy0 ow1 n ey0 t)) +("gionfriddo" nil (jh ow0 n f r iy1 d ow0)) +("giordani" nil (jh ao0 r d aa1 n iy0)) +("giordano" nil (jh ao0 r d aa1 n ow0)) +("giorgi" nil (jh ao1 r jh iy0)) +("giorgia" nil (jh ao1 r jh ax)) +("giorgio" nil (jh ao1 r jh iy0 ow0)) +("giovanelli" nil (jh ow0 v aa0 n eh1 l iy0)) +("giovanetti" nil (jh ow0 v aa0 n eh1 t iy0)) +("giovannetti" nil (jh ow0 v aa0 n eh1 t iy0)) +("giovanni" nil (jh iy1 ow0 v aa1 n iy0)) +("giovanniello" nil (jh ow0 v aa1 n iy0 eh1 l ow0)) +("giovannini" nil (jh ow0 v aa0 n iy1 n iy0)) +("giovannoni" nil (jh ow0 v aa0 n ow1 n iy0)) +("giovenco" nil (jh ow0 v eh1 n k ow0)) +("giovinazzo" nil (jh ow0 v iy0 n aa1 z ow0)) +("gipe" nil (jh ay1 p)) +("gipp" nil (jh ih1 p)) +("gipper" nil (g ih1 p er0)) +("gipple" nil (jh ih1 p ax l)) +("gipson" nil (g iy1 p s ax n)) +("giraffe" nil (jh er0 ae1 f)) +("giraffes" nil (jh er0 ae1 f s)) +("giraldo" nil (jh ih0 r aa1 l d ow0)) +("girard" nil (jh er0 aa1 r d)) +("girardi" nil (jh ih0 r aa1 r d iy0)) +("girardin" nil (zh ao1 r aa0 r d ae0 n)) +("girardot" nil (zh ao1 r aa0 r d ow0)) +("giraud" nil (zh ay0 r ow1)) +("gird" nil (g er1 d)) +("girders" nil (g er1 d er0 z)) +("girding" nil (g er1 d ih0 ng)) +("girdle" nil (g er1 d ax l)) +("girdler" nil (g er1 d ax l er0)) +("girdley" nil (g er1 d l iy0)) +("girdner" nil (g er1 d n er0)) +("girds" nil (g er1 d z)) +("gire" nil (g ay1 r)) +("girgenti" nil (jh ih0 r jh eh1 n t iy0)) +("girgis" nil (g er1 g ih0 s)) +("girija" nil (g ih1 r iy1 jh ax)) +("girl" nil (g er1 l)) +("girlfriend" nil (g er1 l f r eh1 n d)) +("girlfriends" nil (g er1 l f r eh1 n d z)) +("girlie" nil (g er1 l iy0)) +("girlish" nil (g er1 l ih0 sh)) +("girlishly" nil (g er1 l ih0 sh l iy0)) +("girls" nil (g er1 l z)) +("girobank" nil (g ih1 r ow0 b ae1 ng k)) +("girod" nil (zh er0 aa1 d)) +("giroir" nil (zh ay0 r w aa1 r)) +("girolamo" nil (jh ih0 r ow0 l aa1 m ow0)) +("giroldi" nil (g ih0 r ow1 l d iy0)) +("giron" nil (g ao1 r ax n)) +("girouard" nil (zh ay1 r uw0 er0 d)) +("giroux" nil (g ih0 r uw1)) +("girozentrale" nil (g ih0 r ow1 z ax n t r aa1 l)) +("girsky" nil (g er1 s k iy0)) +("girt" nil (g er1 t)) +("girten" nil (g er1 t ax n)) +("girth" nil (g er1 th)) +("girtman" nil (g er1 t m ax n)) +("girton" nil (g er1 t ax n)) +("girvan" nil (g er1 v ax n)) +("girven" nil (g er1 v ax n)) +("girvin" nil (g er1 v ih0 n)) +("giscard" nil (g ih0 s k aa1 r d)) +("gisclair" nil (zh ih0 s k l eh1 r)) +("gisela" nil (g iy1 z ax l ax)) +("gisella" nil (jh ih0 s eh1 l ax)) +("giselle" nil (zh ih0 s eh1 l)) +("gish" nil (jh ih1 sh)) +("gisi" nil (jh iy1 s iy0)) +("gisler" nil (g ih1 s ax l er0)) +("gismondi" nil (jh iy0 s m ow1 n d iy0)) +("gissendanner" nil (g ih1 s ih0 n d ax n er0)) +("gissi" nil (g ih1 s iy0)) +("gist" nil (jh ih1 s t)) +("gitana" nil (jh iy0 t ae1 n ax)) +("gitano" nil (g ih0 t aa1 n ow0)) +("gitchell" nil (jh ih1 ch ax l)) +("githa" nil (jh ih1 dh ax)) +("githens" nil (g ih1 th ax n z)) +("gitlin" nil (jh ih1 t l ih0 n)) +("gittelman" nil (g ih1 t ax l m ax n)) +("gittens" nil (g ih1 t ax n z)) +("gitter" nil (g ih1 t er0)) +("gittings" nil (jh ih1 t ih0 ng z)) +("gittins" nil (jh ih1 t ih0 n z)) +("gittis" nil (jh ih1 t ax s)) +("gittleman" nil (g ih1 t ax l m ax n)) +("gittler" nil (g ih1 t l er0)) +("gitto" nil (jh iy1 t ow0)) +("giudice" nil (jh uw1 d ih0 s iy0)) +("giudici" nil (jh uw1 d ih0 ch iy0)) +("giuffre" nil (jh uw1 f r iy0)) +("giuffrida" nil (jh uw1 f r iy0 d ax)) +("giuliani" nil (jh uw1 l iy0 aa1 n iy0)) +("giuliano" nil (jh uw1 l iy0 aa1 n ow0)) +("giulio" nil (jh uw1 l iy0 ow0)) +("giunta" nil (jh uw1 n t ax)) +("giurescu" nil (jh uw1 r eh1 s k uw0)) +("giuseppe" nil (jh ih0 s eh1 p iy0)) +("giusti" nil (jh uw1 s t iy0)) +("giusto" nil (jh uw1 s t ow0)) +("givan" nil (g ih1 v ax n)) +("give" nil (g ih1 v)) +("giveaway" nil (g ih1 v ax w ey1)) +("giveaways" nil (g ih1 v ax w ey1 z)) +("givebacks" nil (g ay1 v b ae1 k s)) +("given" nil (g ih1 v ax n)) +("givenchy" nil (g ih0 v eh1 n ch iy0)) +("givenness" nil (g ih1 v ax n ax s)) +("givens" nil (g ih1 v ax n z)) +("giver" nil (g ih1 v er0)) +("givers" nil (g ih1 v er0 z)) +("gives" nil (g ih1 v z)) +("giveth" nil (g ih1 v eh0 th)) +("givhan" nil (g ih1 v hh ax n)) +("giving" nil (g ih1 v ih0 ng)) +("givins" nil (g ih1 v ih0 n z)) +("givler" nil (g ih1 v l er0)) +("gizbert" nil (g ih1 z b er0 t)) +("gizmo" nil (g ih1 z m ow1)) +("gizmos" nil (g ih1 z m ow0 z)) +("gizzard" nil (g ih1 z er0 d)) +("gizzi" nil (jh iy1 t s iy0)) +("gjelten" nil (jh eh1 l t ax n)) +("gjerde" nil (jh er1 d)) +("glaab" nil (g l aa1 b)) +("glab" nil (g l ae1 b)) +("glace" nil (g l ey1 s)) +("glacial" nil (g l ey1 sh ax l)) +("glaciated" nil (g l ey1 sh iy0 ey1 t ax d)) +("glaciation" nil (g l ey1 sh iy0 ey1 sh ax n)) +("glacier" nil (g l ey1 sh er0)) +("glaciers" nil (g l ey1 sh er0 z)) +("glacis" nil (g l ey1 s ax s)) +("glacken" nil (g l ae1 k ax n)) +("glackin" nil (g l ae1 k ih0 n)) +("glad" nil (g l ae1 d)) +("gladd" nil (g l ae1 d)) +("gladden" nil (g l ae1 d ax n)) +("gladding" nil (g l ae1 d ih0 ng)) +("glade" nil (g l ey1 d)) +("gladfelter" nil (g l ae1 d f eh1 l t er0)) +("gladhill" nil (g l ae1 d hh ih1 l)) +("gladiator" nil (g l ae1 d iy0 ey1 t er0)) +("gladiators" nil (g l ae1 d iy0 ey1 t er0 z)) +("gladieux" nil (g l ae1 d iy0 ow0)) +("gladiolus" nil (g l ae1 d iy0 ow1 l ax s)) +("gladis" nil (g l ae1 d ih0 s)) +("gladish" nil (g l ae1 d ih0 sh)) +("gladje" nil (g l ae1 d jh iy1)) +("gladly" nil (g l ae1 d l iy0)) +("gladman" nil (g l ae1 d m ax n)) +("gladney" nil (g l ae1 d n iy0)) +("gladson" nil (g l ae1 d s ax n)) +("gladstein" nil (g l ae1 d s t ay1 n)) +("gladstone" nil (g l ae1 d s t ow1 n)) +("gladstones" nil (g l ae1 d s t ow1 n z)) +("gladu" nil (g l ey1 d uw0)) +("gladwell" nil (g l ae1 d w eh1 l)) +("gladwin" nil (g l ae1 d w ih0 n)) +("gladys" nil (g l ae1 d ih0 s)) +("glaeser" nil (g l ey1 z er0)) +("glahn" nil (g l ae1 n)) +("glamor" nil (g l ae1 m er0)) +("glamorous" nil (g l ae1 m er0 ax s)) +("glamour" nil (g l ae1 m er0)) +("glance" nil (g l ae1 n s)) +("glanced" nil (g l ae1 n s t)) +("glances" nil (g l ae1 n s ih0 z)) +("glancing" nil (g l ae1 n s ih0 ng)) +("glancy" nil (g l ae1 n s iy0)) +("gland" nil (g l ae1 n d)) +("glander" nil (g l ae1 n d er0)) +("glandon" nil (g l ae1 n d ax n)) +("glands" nil (g l ae1 n d z)) +("glandular" nil (g l ae1 n jh ax l er0)) +("glanton" nil (g l ae1 n t ax n)) +("glantz" nil (g l ae1 n t s)) +("glanville" nil (g l ae1 n v ih1 l)) +("glanz" nil (g l ae1 n z)) +("glanzer" nil (g l ae1 n z er0)) +("glanzman" nil (g l ae1 n z m ax n)) +("glare" nil (g l eh1 r)) +("glared" nil (g l eh1 r d)) +("glares" nil (g l eh1 r z)) +("glaring" nil (g l eh1 r ih0 ng)) +("glaris" nil (g l eh1 r ih0 s)) +("glas" nil (g l ae1 s)) +("glasby" nil (g l ae1 s b iy0)) +("glasco" nil (g l aa1 s k ow0)) +("glascock" nil (g l ae1 s k ax k)) +("glascoe" nil (g l ae1 s k ow0)) +("glaser" nil (g l ey1 z er0)) +("glasgow" nil (g l ae1 s k ow1)) +("glasheen" nil (g l ax sh iy1 n)) +("glashow" nil (g l ae1 sh aw0)) +("glasner" nil (g l ae1 s n er0)) +("glasnost" nil (g l ae1 s n aa0 s t)) +("glasow" nil (g l ey1 z ow0)) +("glasper" nil (g l ae1 s p er0)) +("glaspie" nil (g l ae1 s p iy0)) +("glaspy" nil (g l ae1 s p iy0)) +("glass" nil (g l ae1 s)) +("glassberg" nil (g l ae1 s b er0 g)) +("glassblower" nil (g l ae1 s b l ow1 er0)) +("glassblowing" nil (g l ae1 s b l ow1 ih0 ng)) +("glassburn" nil (g l ae1 s b er1 n)) +("glassco" nil (g l ae1 s k ow0)) +("glasscock" nil (g l ae1 s k aa1 k)) +("glassed" nil (g l ae1 s t)) +("glasser" nil (g l ae1 s er0)) +("glasses" nil (g l ae1 s ax z)) +("glassey" nil (g l ae1 s iy0)) +("glassford" nil (g l ae1 s f ao0 r d)) +("glasslike" nil (g l ae1 s l ay1 k)) +("glassmaker" nil (g l ae1 s m ey1 k er0)) +("glassmaking" nil (g l ae1 s m ey1 k ih0 ng)) +("glassman" nil (g l ae1 s m ae1 n)) +("glassmeyer" nil (g l ae1 s m ay0 er0)) +("glassner" nil (g l ae1 s n er0)) +("glasson" nil (g l ae1 s ax n)) +("glassware" nil (g l ae1 s w eh1 r)) +("glassy" nil (g l ae1 s iy0)) +("glastetter" nil (g l ae1 s t ih0 t er0)) +("glatfelter" nil (g l ae1 t f ih0 l t er0)) +("glatt" nil (g l ae1 t)) +("glatz" nil (g l ae1 t s)) +("glatzer" nil (g l ey1 t z er0)) +("glaub" nil (g l ao1 b)) +("glauber" nil (g l aw1 b er0)) +("glaucoma" nil (g l ao0 k ow1 m ax)) +("glaude" nil (g l ao1 d)) +("glaus" nil (g l ao1 z)) +("glauser" nil (g l aw1 s er0)) +("glavan" nil (g l ey1 v ax n)) +("glavin" nil (g l ae1 v ih0 n)) +("glawe" nil (g l ao1)) +("glaxo" nil (g l ae1 k s ow0)) +("glaza" nil (g l aa1 z ax)) +("glaze" nil (g l ey1 z)) +("glazebrook" nil (g l ey1 z b r uh1 k)) +("glazed" nil (g l ey1 z d)) +("glazener" nil (g l ae1 z iy0 n er0)) +("glazer" nil (g l ey1 z er0)) +("glazes" nil (g l ey1 z ax z)) +("glazier" nil (g l ey1 z iy0 er0)) +("glazing" nil (g l ey1 z ih0 ng)) +("glazner" nil (g l ae1 z n er0)) +("glazunov" nil (g l ae1 z uw0 n aa0 v)) +("gleacher" nil (g l iy1 ch er0)) +("gleam" nil (g l iy1 m)) +("gleamed" nil (g l iy1 m d)) +("gleaming" nil (g l iy1 m ih0 ng)) +("gleams" nil (g l iy1 m z)) +("glean" nil (g l iy1 n)) +("gleaned" nil (g l iy1 n d)) +("gleason" nil (g l iy1 s ax n)) +("gleaton" nil (g l iy1 t ax n)) +("gleave" nil (g l iy1 v)) +("gleaves" nil (g l iy1 v z)) +("gleba" nil (g l iy1 b ax)) +("gleckler" nil (g l eh1 k l er0)) +("gleda" nil (g l ey1 d ax)) +("gledhill" nil (g l eh1 d hh ih1 l)) +("glee" nil (g l iy1)) +("gleeful" nil (g l iy1 f ax l)) +("gleefully" nil (g l iy1 f ax l iy0)) +("gleeson" nil (g l iy1 z ax n)) +("gleghorn" nil (g l eh1 g hh er0 n)) +("gleich" nil (g l ay1 k)) +("gleichauf" nil (g l ay1 k ao0 f)) +("gleim" nil (g l iy1 m)) +("gleisner" nil (g l ay1 s n er0)) +("glemp" nil (g l eh1 m p)) +("glen" nil (g l eh1 n)) +("glenayre" nil (g l eh1 n eh1 r)) +("glenbrook" nil (g l eh1 n b r uh1 k)) +("glenda" nil (g l eh1 n d ax)) +("glendale" nil (g l eh1 n d ey1 l)) +("glendening" nil (g l eh1 n d ax n ih0 ng)) +("glendenning" nil (g l eh1 n d ih0 n ih0 ng)) +("glendinning" nil (g l eh1 n d ih0 n ih0 ng)) +("glendon" nil (g l eh1 n d ow0 n)) +("glenfed" nil (g l eh1 n f eh1 d)) +("glengarry" nil (g l eh1 n g eh1 r iy0)) +("glenmore" nil (g l eh1 n m ao1 r)) +("glenn" nil (g l eh1 n)) +("glenna" nil (g l eh1 n ax)) +("glennie" nil (g l eh1 n iy0)) +("glennon" nil (g l eh1 n ax n)) +("glenny" nil (g l eh1 n iy0)) +("glens" nil (g l eh1 n z)) +("glenview" nil (g l eh1 n v y uw1)) +("glenville" nil (g l eh1 n v ih0 l)) +("glenwood" nil (g l eh1 n w uh1 d)) +("glessner" nil (g l eh1 s n er0)) +("glew" nil (g l uw1)) +("glib" nil (g l ih1 b)) +("glibly" nil (g l ih1 b l iy0)) +("glick" nil (g l ih1 k)) +("glickenhaus" nil (g l ih1 k ax n hh aw1 s)) +("glickman" nil (g l ih1 k m ax n)) +("glicksman" nil (g l ih1 k s m ax n)) +("glickstein" nil (g l ih1 k s t iy1 n)) +("glidden" nil (g l ih1 d ax n)) +("glide" nil (g l ay1 d)) +("glided" nil (g l ay1 d ih0 d)) +("glider" nil (g l ay1 d er0)) +("gliders" nil (g l ay1 d er0 z)) +("glides" nil (g l ay1 d z)) +("glidewell" nil (g l ay1 d w eh1 l)) +("gliding" nil (g l ay1 d ih0 ng)) +("glimcher" nil (g l ih1 m ch er0)) +("glimmer" nil (g l ih1 m er0)) +("glimmering" nil (g l ih1 m er0 ih0 ng)) +("glimmers" nil (g l ih1 m er0 z)) +("glimpse" nil (g l ih1 m p s)) +("glimpsed" nil (g l ih1 m p s t)) +("glimpses" nil (g l ih1 m p s ih0 z)) +("glines" nil (g l ay1 n z)) +("glinka" nil (g l ih1 ng k ax)) +("glinski" nil (g l ih1 n s k iy0)) +("glint" nil (g l ih1 n t)) +("glissandi" nil (g l ax s aa1 n d iy0)) +("glisson" nil (g l ih1 s ax n)) +("glistened" nil (g l ih1 s ax n d)) +("glistening" nil (g l ih1 s ax n ih0 ng)) +("glitch" nil (g l ih1 ch)) +("glitches" nil (g l ih1 ch ih0 z)) +("glitter" nil (g l ih1 t er0)) +("glittered" nil (g l ih1 t er0 d)) +("glittering" nil (g l ih1 t er0 ih0 ng)) +("glitters" nil (g l ih1 t er0 z)) +("glittery" nil (g l ih1 t er0 iy0)) +("glitz" nil (g l ih1 t s)) +("glitzy" nil (g l ih1 t s iy0)) +("glo" nil (g l ow1)) +("gloat" nil (g l ow1 t)) +("gloated" nil (g l ow1 t ih0 d)) +("gloating" nil (g l ow1 t ih0 ng)) +("gloats" nil (g l ow1 t s)) +("global" nil (g l ow1 b ax l)) +("globalization" nil (g l ow1 b ax l ih0 z ey1 sh ax n)) +("globalize" nil (g l ow1 b ax l ay1 z)) +("globalized" nil (g l ow1 b ax l ay1 z d)) +("globally" nil (g l ow1 b ax l iy0)) +("globalstar" nil (g l ow1 b ax l s t aa1 r)) +("globcom" nil (g l aa1 b k ax m)) +("globe" nil (g l ow1 b)) +("globex" nil (g l ow1 b ax k s)) +("globo" nil (g l ow1 b ow0)) +("globs" nil (g l aa1 b z)) +("globular" nil (g l aa1 b y ax l er0)) +("globulin" nil (g l aa1 b y ax l ih0 n)) +("globulins" nil (g l aa1 b y ax l ih0 n z)) +("globus" nil (g l ow1 b ax s)) +("glock" nil (g l aa1 k)) +("glockenspiel" nil (g l aa1 k ax n s p iy1 l)) +("glockner" nil (g l aa1 k n er0)) +("glod" nil (g l aa1 d)) +("glodowski" nil (g l ax d ao1 f s k iy0)) +("gloe" nil (g l ow1)) +("gloeckner" nil (g l ow1 k n er0)) +("gloede" nil (g l ow1 d)) +("glogowski" nil (g l ax g ao1 f s k iy0)) +("glomar" nil (g l ow1 m aa0 r)) +("glomb" nil (g l aa1 m)) +("glomski" nil (g l aa1 m s k iy1)) +("gloom" nil (g l uw1 m)) +("gloomier" nil (g l uw1 m iy0 er0)) +("gloomily" nil (g l uw1 m ax l iy0)) +("gloomy" nil (g l uw1 m iy0)) +("gloor" nil (g l uh1 r)) +("glop" nil (g l aa1 p)) +("glor" nil (g l ao1 r)) +("glore" nil (g l ao1 r)) +("glori" nil (g l ao1 r iy0)) +("gloria" nil (g l ao1 r iy0 ax)) +("gloriana" nil (g l ao1 r iy0 ae1 n ax)) +("gloriane" nil (g l ao1 r iy0 ae1 n)) +("glories" nil (g l ao1 r iy0 z)) +("glorified" nil (g l ao1 r ax f ay1 d)) +("glorify" nil (g l ao1 r ax f ay1)) +("glorioso" nil (g l ao0 r iy0 ow1 s ow0)) +("glorious" nil (g l ao1 r iy0 ax s)) +("gloriously" nil (g l ao1 r iy0 ax s l iy0)) +("glory" nil (g l ao1 r iy0)) +("gloss" nil (g l ao1 s)) +("glossary" nil (g l ao1 s er0 iy0)) +("glossed" nil (g l ao1 s t)) +("glosser" nil (g l ao1 s er0)) +("glosses" nil (g l ao1 s ih0 z)) +("glossier" nil (g l ao1 s iy0 er0)) +("glossman" nil (g l ao1 s m ax n)) +("glosson" nil (g l aa1 s ax n)) +("glossy" nil (g l ao1 s iy0)) +("gloster" nil (g l aa1 s t er0)) +("glotfelty" nil (g l aa1 t f ih0 l t iy0)) +("glottal" nil (g l aa1 t ax l)) +("glottis" nil (g l aa1 t ax s)) +("glotzbach" nil (g l aa1 t s b aa0 k)) +("gloucester" nil (g l ao1 s t er0)) +("glove" nil (g l ah1 v)) +("gloved" nil (g l ah1 v d)) +("glover" nil (g l ah1 v er0)) +("gloves" nil (g l ah1 v z)) +("glow" nil (g l ow1)) +("glowacki" nil (g l aw0 aa1 t s k iy0)) +("glowed" nil (g l ow1 d)) +("glowered" nil (g l aw1 er0 d)) +("glowering" nil (g l aw1 er0 ih0 ng)) +("glowing" nil (g l ow1 ih0 ng)) +("glowingly" nil (g l ow1 ih0 ng l iy0)) +("glows" nil (g l ow1 z)) +("gloyd" nil (g l oy1 d)) +("gluck" nil (g l ah1 k)) +("gluckman" nil (g l ah1 k m ax n)) +("glucksman" nil (g l ah1 k s m ax n)) +("glucose" nil (g l uw1 k ow1 s)) +("glucosides" nil (g l uw1 k ax s ay1 d z)) +("glue" nil (g l uw1)) +("glueck" nil (g l uw1 k)) +("glued" nil (g l uw1 d)) +("glues" nil (g l uw1 z)) +("glum" nil (g l ah1 m)) +("glumly" nil (g l ah1 m l iy0)) +("glunt" nil (g l ah1 n t)) +("gluntz" nil (g l ah1 n t s)) +("glunz" nil (g l ah1 n z)) +("gluskin" nil (g l ah1 s k ih0 n)) +("glut" nil (g l ah1 t)) +("glutamate" nil (g l uw1 t ax m ey1 t)) +("glutamic" nil (g l uw0 t ae1 m ih0 k)) +("glutaric" nil (g l uw0 t ae1 r ih0 k)) +("gluten" nil (g l uw1 t ax n)) +("gluth" nil (g l uw1 th)) +("gluts" nil (g l ah1 t s)) +("glutted" nil (g l ah1 t ih0 d)) +("gluttonous" nil (g l ah1 t ax n ax s)) +("gluttons" nil (g l ah1 t ax n z)) +("gluttony" nil (g l ah1 t ax n iy0)) +("glycel" nil (g l ih1 s ax l)) +("glycerol" nil (g l ih1 s er0 ow1 l)) +("glycine" nil (g l ay1 s iy1 n)) +("glycogen" nil (g l ay1 k ax jh ih0 n)) +("glycol" nil (g l ay1 k ao1 l)) +("glycomed" nil (g l ay1 k ow1 m d)) +("glycoside" nil (g l ay1 k ax s ay1 d)) +("glymph" nil (g l ih1 m f)) +("glyn" nil (g l ih1 n)) +("glyndebourne" nil (g l ih1 n d b ao1 r n)) +("glynis" nil (g l ih1 n ih0 s)) +("glynn" nil (g l ih1 n)) +("glynnie" nil (g l ih1 n iy0)) +("glynnis" nil (g l ih1 n ih0 s)) +("gmbh" nil (g ax m)) +("gnagey" nil (n ae1 jh iy0)) +("gnaizda" nil (n ey1 z d ax)) +("gnann" nil (n ae1 n)) +("gnarled" nil (n aa1 r l d)) +("gnashing" nil (n ae1 sh ih0 ng)) +("gnats" nil (n ae1 t s)) +("gnau" nil (n aw1)) +("gnaw" nil (n ao1)) +("gnawed" nil (n ao1 d)) +("gnawing" nil (n ao1 ih0 ng)) +("gnaws" nil (n ao1 z)) +("gnc" nil (n k)) +("gneiss" nil (n ay1 s)) +("gnomes" nil (n ow1 m z)) +("gnomic" nil (n ow1 m ih0 k)) +("gnomonic" nil (n ow0 m aa1 n ih0 k)) +("gnosticism" nil (n aa1 s t ih0 s ih1 z ax m)) +("gnu" nil (n uw1)) +("go" nil (g ow1)) +("goa" nil (g ow1 ax)) +("goad" nil (g ow1 d)) +("goaded" nil (g ow1 d ih0 d)) +("goading" nil (g ow1 d ih0 ng)) +("goal" nil (g ow1 l)) +("goalie" nil (g ow1 l iy0)) +("goalkeeper" nil (g ow1 l k iy1 p er0)) +("goalpost" nil (g ow1 l p ow1 s t)) +("goals" nil (g ow1 l z)) +("goan" nil (g ow1 n)) +("goans" nil (g ow1 n z)) +("goar" nil (g ao1 r)) +("goard" nil (g ao1 r d)) +("goat" nil (g ow1 t)) +("goatee" nil (g ow1 t iy1)) +("goates" nil (g ow1 ey0 t s)) +("goatley" nil (g ow1 t l iy0)) +("goats" nil (g ow1 t s)) +("gob" nil (g aa1 b)) +("gobain" nil (g ow1 b ih0 n)) +("gobble" nil (g aa1 b ax l)) +("gobbled" nil (g aa1 b ax l d)) +("gobbledygook" nil (g aa1 b ax l d iy0 g uh1 k)) +("gobblers" nil (g aa1 b ax l er0 z)) +("gobbling" nil (g aa1 b ax l ih0 ng)) +("gobel" nil (g ow1 b ax l)) +("goben" nil (g aa1 b ax n)) +("gober" nil (g ow1 b er0)) +("goberstein" nil (g ow1 b er0 s t iy1 n)) +("gobert" nil (g aa1 b er0 t)) +("gobi" nil (g ow1 b iy0)) +("gobie" nil (g ow1 b iy0)) +("gobin" nil (g ow1 b ih0 n)) +("gobinot" nil (g ow1 b ih0 n aa0 t)) +("gobioff" nil (g ow1 b iy0 ao0 f)) +("goble" nil (g ow1 b ax l)) +("goblet" nil (g aa1 b l ax t)) +("goblirsch" nil (g aa1 b l er0 sh)) +("gobs" nil (g aa1 b z)) +("gochenour" nil (g aa1 sh ih0 n uh0 r)) +("gochnauer" nil (g aa1 k n aw0 er0)) +("gochnour" nil (g ax sh n uh1 r)) +("gocke" nil (g aa1 k)) +("gockel" nil (g aa1 k ax l)) +("gockley" nil (g aa1 k l iy0)) +("god" nil (g aa1 d)) +("goda" nil (g ow1 d ax)) +("godar" nil (g ax d aa1 r)) +("godard" nil (g ax d aa1 r d)) +("godart" nil (g aa1 d aa0 r t)) +("godbee" nil (g aa1 d b iy1)) +("godbey" nil (g aa1 d b iy0)) +("godbold" nil (g aa1 d b ow1 l d)) +("godbolt" nil (g aa1 d b ow1 l t)) +("godbout" nil (g aa1 d b aw1 t)) +("godby" nil (g aa1 d b iy0)) +("goddamn" nil (g aa1 d d ae1 m)) +("goddard" nil (g aa1 d er0 d)) +("goddart" nil (g aa1 d aa0 r t)) +("goddeau" nil (g aa1 d ow1)) +("godden" nil (g aa1 d ax n)) +("goddess" nil (g aa1 d ax s)) +("goddesses" nil (g aa1 d ax s ih0 z)) +("godding" nil (g aa1 d ih0 ng)) +("godek" nil (g ow1 d ih0 k)) +("godette" nil (g ax d eh1 t)) +("godfather" nil (g aa1 d f aa1 dh er0)) +("godfrey" nil (g aa1 d f r iy0)) +("godhead" nil (g aa1 d hh eh1 d)) +("godin" nil (g ow1 d ih0 n)) +("godina" nil (g ow0 d iy1 n ax)) +("godine" nil (g ow0 d iy1 n)) +("godines" nil (g aa1 d ay0 n z)) +("godinez" nil (g ow0 d iy1 n eh0 z)) +("goding" nil (g ow1 d ih0 ng)) +("godino" nil (g ow0 d iy1 n ow0)) +("godiva" nil (g ax d ay1 v ax)) +("godkin" nil (g aa1 d k ih0 n)) +("godleski" nil (g ax d l eh1 s k iy0)) +("godless" nil (g aa1 d l ax s)) +("godlewski" nil (g ax d l eh1 f s k iy0)) +("godley" nil (g aa1 d l iy0)) +("godlove" nil (g aa1 d l ah1 v)) +("godly" nil (g aa1 d l iy0)) +("godman" nil (g aa1 d m ax n)) +("godmother" nil (g aa1 d m ah1 dh er0)) +("godot" nil (g ow1 d ax t)) +("godown" nil (g ow1 d aw1 n)) +("godoy" nil (g aa1 d oy0)) +("godrej" nil (g aa1 d r ey0)) +("gods" nil (g aa1 d z)) +("godsell" nil (g aa1 d s ax l)) +("godsend" nil (g aa1 d s eh1 n d)) +("godsey" nil (g aa1 d z iy0)) +("godshalk" nil (g aa1 d sh ax k)) +("godshall" nil (g aa1 d sh ax l)) +("godunov" nil (g ow1 d uw0 n aa0 v)) +("godwin" nil (g aa1 d w ih0 n)) +("godzilla" nil (g aa1 d z ih1 l ax)) +("goe" nil (g ow1)) +("goebbels" nil (g ow1 b ax l z)) +("goebel" nil (g ow1 b ax l)) +("goecke" nil (g ow1 k)) +("goedde" nil (g ow1 d)) +("goede" nil (g ow1 d)) +("goedecke" nil (g ow1 d ih0 k)) +("goeden" nil (g ow1 d ax n)) +("goedert" nil (g ow1 d er0 t)) +("goedken" nil (g ow1 d k ax n)) +("goeglein" nil (g ow1 g l ay1 n)) +("goehner" nil (g ow1 n er0)) +("goehring" nil (g ao1 r ih0 ng)) +("goeke" nil (g ow1 k)) +("goeken" nil (g ow1 k ax n)) +("goeller" nil (g ow1 l er0)) +("goellner" nil (g ow1 l n er0)) +("goelz" nil (g ow1 l z)) +("goelzer" nil (g ow1 l z er0)) +("goeman" nil (g ow1 m ax n)) +("goemon" nil (g ow1 ey1 m ax n)) +("goen" nil (g ow1 n)) +("goens" nil (g ow1 n z)) +("goepfert" nil (g ow1 p f er0 t)) +("goer" nil (g ow1 er0)) +("goergen" nil (g ao1 r g ax n)) +("goering" nil (g ow1 er0 ih0 ng)) +("goerke" nil (g ao1 r k)) +("goerlitz" nil (g ao1 r l ih0 t s)) +("goerner" nil (g ao1 r n er0)) +("goers" nil (g ow1 er0 z)) +("goertz" nil (g ao1 r t s)) +("goertzen" nil (g ao1 r t z ax n)) +("goes" nil (g ow1 z)) +("goeser" nil (g ow1 z er0)) +("goetabanken" nil (g ow1 t ax b ae1 ng k ax n)) +("goethals" nil (g ow1 th ax l z)) +("goethe" nil (g ow1 th)) +("goetsch" nil (g ow1 ch)) +("goette" nil (g eh1 t)) +("goettel" nil (g ow1 t ax l)) +("goetting" nil (g ow1 t ih0 ng)) +("goettl" nil (g ow1 t ax l)) +("goettsch" nil (g ow1 t ch)) +("goetz" nil (g eh1 t s)) +("goetze" nil (g ow1 t z)) +("goetzinger" nil (g ow1 t z ih0 ng er0)) +("goetzke" nil (g ow1 t s k iy0)) +("goetzman" nil (g ow1 t s m ax n)) +("goewey" nil (g aa1 uw0 iy0)) +("goff" nil (g ao1 f)) +("goffin" nil (g aa1 f ih0 n)) +("goffinet" nil (g aa1 f ih0 n ih0 t)) +("goffman" nil (g aa1 f m ax n)) +("goffney" nil (g aa1 f n iy0)) +("goffredo" nil (g ow0 f r ey1 d ow0)) +("goforth" nil (g ow1 f ao1 r th)) +("goga" nil (g ow1 g ax)) +("gogan" nil (g ow1 g ax n)) +("gogel" nil (g ow1 g ax l)) +("goggans" nil (g aa1 g ax n z)) +("goggin" nil (g aa1 g ih0 n)) +("goggins" nil (g aa1 g ih0 n z)) +("goggle" nil (g aa1 g ax l)) +("goggles" nil (g aa1 g ax l z)) +("gogh" nil (g ow1)) +("goglia" nil (g aa1 g l iy0 ax)) +("gogo" nil (g ow1 g ow1)) +("goguen" nil (g ow1 g w ax n)) +("goh" nil (g ow1)) +("goheen" nil (g ax hh iy1 n)) +("gohl" nil (g ow1 l)) +("gohlke" nil (g aa1 k)) +("gohman" nil (g ow1 m ax n)) +("gohn" nil (g aa1 n)) +("gohr" nil (g aa1 r)) +("goin" nil (g oy1 n)) +("goines" nil (g oy1 n z)) +("going" nil (g ow1 ih0 ng)) +("goings" nil (g ow1 ih0 ng z)) +("goins" nil (g oy1 n z)) +("goiter" nil (g oy1 t er0)) +("goizueta" nil (g oy1 z w ey1 t ax)) +("gokey" nil (g ow1 k iy1)) +("gola" nil (g ow1 l ax)) +("golab" nil (g ow1 l ae1 b)) +("golan" nil (g ow1 l ax n)) +("goland" nil (g ow1 l ax n d)) +("golas" nil (g ow1 l ax z)) +("golaszewski" nil (g ax l ax sh eh1 f s k iy0)) +("golay" nil (g aa1 l ey0)) +("golba" nil (g ow1 l b ax)) +("golberg" nil (g ow1 l b er0 g)) +("golconda" nil (g aa0 l k aa1 n d ax)) +("gold" nil (g ow1 l d)) +("golda" nil (g ow1 l d ax)) +("goldade" nil (g ow1 l d ey1 d)) +("goldammer" nil (g ow1 l d ax m er0)) +("goldbach" nil (g ow1 l d b aa1 k)) +("goldbaum" nil (g ow1 l d b aw1 m)) +("goldbeck" nil (g ow1 l d b eh1 k)) +("goldberg" nil (g ow1 l d b er0 g)) +("goldberger" nil (g ow1 l d b er0 g er0)) +("goldblatt" nil (g ow1 l d b l ax t)) +("goldblum" nil (g ow1 l d b l ax m)) +("goldcor" nil (g ow1 l d k ao1 r)) +("goldcreek" nil (g ow1 l d k r iy1 k)) +("goldcrest" nil (g ow1 l d k r eh1 s t)) +("golde" nil (g ow1 l d)) +("golden" nil (g ow1 l d ax n)) +("goldenberg" nil (g ow1 l d ax n b er0 g)) +("goldenrod" nil (g ow1 l d ax n r aa1 d)) +("goldenson" nil (g ow1 l d ax n s ax n)) +("goldenstein" nil (g ow1 l d ax n s t ay1 n)) +("golder" nil (g ow1 l d er0)) +("goldey" nil (g ow1 l d iy0)) +("goldfarb" nil (g ow1 l d f aa1 r b)) +("goldfeder" nil (g ow1 l d f eh1 d er0)) +("goldfield" nil (g ow1 l d f iy1 l d)) +("goldfields" nil (g ow1 l d f iy1 l d z)) +("goldfinch" nil (g ow1 l d f ih1 n ch)) +("goldfinches" nil (g ow1 l d f ih1 n ch ih0 z)) +("goldfine" nil (g ow1 l d f ay1 n)) +("goldfinger" nil (g ow1 l d f ih1 ng g er0)) +("goldfish" nil (g ow1 l d f ih1 sh)) +("goldfus" nil (g ow1 l d f ah1 s)) +("goldhammer" nil (g ow1 l d hh ae1 m er0)) +("goldie" nil (g ow1 l d iy0)) +("goldin" nil (g ow1 l d ih0 n)) +("golding" nil (g ow1 l d ih0 ng)) +("goldinger" nil (g ow1 l d ih0 ng er0)) +("goldman" nil (g ow1 l d m ax n)) +("goldmann" nil (g ow1 l d m ax n)) +("goldmark" nil (g ow1 l d m aa1 r k)) +("goldmine" nil (g ow1 l d m ay1 n)) +("goldner" nil (g ow1 l d n er0)) +("goldome" nil (g ow1 l d ow1 m)) +("goldress" nil (g ow1 l d r eh1 s)) +("goldrick" nil (g ow1 l d r ih0 k)) +("goldring" nil (g ow1 l d r ih1 ng)) +("golds" nil (g ow1 l d z)) +("goldsberry" nil (g ow1 l d z b eh1 r iy0)) +("goldsborough" nil (g ow1 l d z b er0 ow0)) +("goldsby" nil (g ow1 l d z b iy0)) +("goldschmid" nil (g ow1 l d sh m ih1 d)) +("goldschmidt" nil (g ow1 l d sh m ih1 t)) +("goldsmith" nil (g ow1 l d s m ih1 th)) +("goldson" nil (g ow1 l d s ax n)) +("goldstar" nil (g ow1 l d s t aa1 r)) +("goldstein" nil (g ow1 l d s t ay1 n)) +("goldstock" nil (g ow1 l d s t aa1 k)) +("goldston" nil (g ow1 l d s t ax n)) +("goldstone" nil (g ow1 l d s t ow1 n)) +("goldstrike" nil (g ow1 l d s t r ay1 k)) +("goldsworthy" nil (g ow1 l d z w er1 dh iy0)) +("goldthwaite" nil (g ow1 l d th w ey1 t)) +("goldwasser" nil (g ow1 l d w ao0 s er0)) +("goldwater" nil (g ow1 l d w ao1 t er0)) +("goldwin" nil (g ow1 l d w ih0 n)) +("goldwire" nil (g ow1 l d w ay1 r)) +("goldwyn" nil (g ow1 l d w ih0 n)) +("goldy" nil (g ow1 l d iy0)) +("golec" nil (g ow1 l ih0 k)) +("golem" nil (g ow1 l ax m)) +("goleman" nil (g ow1 l m ax n)) +("golembeski" nil (g ax l ih0 m b eh1 s k iy0)) +("golembiewski" nil (g ax l ih0 m b iy0 eh1 f s k iy0)) +("golen" nil (g aa1 l ax n)) +("goley" nil (g ow1 l iy0)) +("golf" nil (g aa1 l f)) +("golfed" nil (g aa1 l f t)) +("golfer" nil (g aa1 l f er0)) +("golfers" nil (g aa1 l f er0 z)) +("golfing" nil (g aa1 l f ih0 ng)) +("golfs" nil (g aa1 l f s)) +("golgi" nil (g ow1 l jh iy0)) +("golgo" nil (g ow1 l g ow0)) +("goliath" nil (g ax l ay1 ax th)) +("goliaths" nil (g ow1 l iy0 ae0 th s)) +("golightly" nil (g ow1 l ay1 t l iy0)) +("golinski" nil (g ax l ih1 n s k iy0)) +("golisano" nil (g ow1 l ih0 s aa1 n ow0)) +("golkar" nil (g ow1 l k aa0 r)) +("goll" nil (g aa1 l)) +("golla" nil (g aa1 l ax)) +("golladay" nil (g aa1 l ax d ey1)) +("golle" nil (g aa1 l)) +("goller" nil (g aa1 l er0)) +("golliday" nil (g aa1 l iy0 d ey0)) +("golliher" nil (g aa1 l ih0 hh er0)) +("gollnick" nil (g aa1 l n ih0 k)) +("gollust" nil (g ow1 l ax s t)) +("golly" nil (g aa1 l iy0)) +("golob" nil (g ow1 l ax b)) +("golomb" nil (g aa1 l ax m)) +("golonka" nil (g ow0 l ow1 ng k ax)) +("goloven" nil (g ow1 l ax v ax n)) +("golphin" nil (g ow1 l f ih0 n)) +("golson" nil (g ow1 l s ax n)) +("golston" nil (g ow1 l s t ax n)) +("goltz" nil (g ow1 l t s)) +("golub" nil (g ow1 l ax b)) +("golubski" nil (g ax l ah1 b s k iy0)) +("golz" nil (g ow1 l z)) +("goma" nil (g ow1 m ax)) +("gombar" nil (g ax m b aa1 r)) +("gomberg" nil (g aa1 m b er0 g)) +("gombert" nil (g aa1 m b er0 t)) +("gombos" nil (g ow1 m b ow0 z)) +("gomer" nil (g ow1 m er0)) +("gomery" nil (g ow1 m er0 iy0)) +("gomes" nil (g ow1 m eh1 z)) +("gomez" nil (g ow1 m eh0 z)) +("gomillion" nil (g aa1 m ih0 l y ax n)) +("gomoll" nil (g aa1 m ax l)) +("gomory" nil (g ow1 m er0 iy0)) +("gonaives" nil (g ow0 n ay1 v z)) +("goncalves" nil (g ow0 n k aa1 l v eh0 s)) +("gonce" nil (g aa1 n s)) +("goncharov" nil (g aa1 n ch er0 aa0 v)) +("gond" nil (g aa1 n d)) +("gonda" nil (g aa1 n d ax)) +("gondek" nil (g aa1 n d ih0 k)) +("gonder" nil (g aa1 n d er0)) +("gondola" nil (g aa1 n d ax l ax)) +("gondolas" nil (g aa1 n d ax l ax z)) +("gondolier" nil (g aa1 n d ax l ih1 r)) +("gone" nil (g ao1 n)) +("gonet" nil (g ow1 n ih0 t)) +("gong" nil (g ao1 ng)) +("gongaware" nil (g aa1 ng g ax w eh0 r)) +("gongora" nil (g ow0 ng g ao1 r ax)) +("gongs" nil (g ao1 ng z)) +("gonia" nil (g ow1 n iy0 ax)) +("goniometer" nil (g ow1 n iy0 aa1 m ax t er0)) +("gonium" nil (g ow1 n iy0 ax m)) +("gonna" nil (g aa1 n ax)) +("gonnella" nil (g ow0 n eh1 l ax)) +("gonnerman" nil (g aa1 n er0 m ax n)) +("gonococcal" nil (g aa1 n ax k aa1 k ax l)) +("gonorrhea" nil (g aa1 n er0 iy1 ax)) +("gonsales" nil (g ow1 n s ey0 l z)) +("gonsalez" nil (g ow0 n s aa1 l eh0 z)) +("gonsalves" nil (g ow0 n s aa1 l v eh0 s)) +("gonser" nil (g aa1 n s er0)) +("gonsoulin" nil (g aa1 n s aw0 l ih0 n)) +("gonterman" nil (g aa1 n t er0 m ax n)) +("gonya" nil (g ow1 n y ax)) +("gonyea" nil (g ow1 n y eh0)) +("gonyer" nil (g ow1 n y er0)) +("gonyo" nil (g ow1 n y ow0)) +("gonzales" nil (g aa0 n z aa1 l ax s)) +("gonzalez" nil (g aa0 n z aa1 l ax z)) +("gonzalo" nil (g aa0 n z aa1 l ow0)) +("gonzo" nil (g aa1 n z ow0)) +("goo" nil (g uw1)) +("gooch" nil (g uw1 ch)) +("good" nil (g uh1 d)) +("gooda" nil (g uh1 d ax)) +("goodale" nil (g uh1 d ey1 l)) +("goodall" nil (g uh1 d ao1 l)) +("goodbar" nil (g uh1 d b aa1 r)) +("goodbread" nil (g uh1 d b r eh1 d)) +("goodby" nil (g uh1 d b ay1)) +("goodbye" nil (g uh1 d b ay1)) +("goodchild" nil (g uh1 d ch ay1 l d)) +("goode" nil (g uh1 d)) +("goodell" nil (g uh1 d eh0 l)) +("gooden" nil (g uh1 d ax n)) +("goodenough" nil (g uh1 d ax n aw1)) +("goodenow" nil (g uh1 d eh0 n ow0)) +("gooder" nil (g uh1 d er0)) +("gooderham" nil (g uh1 d er0 hh ae1 m)) +("goodfellow" nil (g uh1 d f eh1 l ow0)) +("goodfriend" nil (g uh1 d f r eh1 n d)) +("goodgame" nil (g uh1 d g ey1 m)) +("goodhart" nil (g uh1 d hh aa1 r t)) +("goodheart" nil (g uh1 d hh aa1 r t)) +("goodhue" nil (g uh1 d hh y uw1)) +("goodies" nil (g uh1 d iy0 z)) +("goodin" nil (g uh1 d ax n)) +("goodine" nil (g uh1 d ay0 n)) +("gooding" nil (g uh1 d ih0 ng)) +("goodison" nil (g uh1 d ih0 s ax n)) +("goodkin" nil (g uh1 d k ih1 n)) +("goodlet" nil (g uh1 d l eh1 t)) +("goodlett" nil (g uh1 d l eh1 t)) +("goodley" nil (g uh1 d l iy0)) +("goodlin" nil (g uh1 d l ih0 n)) +("goodling" nil (g uh1 d l ih0 ng)) +("goodloe" nil (g uh1 d l ow1)) +("goodlow" nil (g uh1 d l ow1)) +("goodly" nil (g uh1 d l iy0)) +("goodman" nil (g uh1 d m ax n)) +("goodner" nil (g uh1 d n er0)) +("goodness" nil (g uh1 d n ax s)) +("goodnight" nil (g uh1 d n ay1 t)) +("goodnough" nil (g uh1 d n ah1 f)) +("goodnow" nil (g uh1 d n ow0)) +("goodpaster" nil (g uh1 d p ae1 s t er0)) +("goodpasture" nil (g uh1 d p ae1 s ch er0)) +("goodreau" nil (g uh1 d r ow1)) +("goodrich" nil (g uh1 d r ih1 ch)) +("goodrick" nil (g uh1 d r ih0 k)) +("goodridge" nil (g uh1 d r ih1 jh)) +("goodroe" nil (g uh1 d r ow1)) +("goodrow" nil (g uh1 d r ow1)) +("goodrum" nil (g uh1 d r ah1 m)) +("goods" nil (g uh1 d z)) +("goodsell" nil (g uh1 d s eh1 l)) +("goodson" nil (g uh1 d s ax n)) +("goodspeed" nil (g uh1 d s p iy1 d)) +("goodstein" nil (g uh1 d s t ay1 n)) +("goodtab" nil (g uh1 d t ae1 b)) +("goodwill" nil (g uh1 d w ih1 l)) +("goodwin" nil (g uh1 d w ih0 n)) +("goodwine" nil (g uh1 d w ay1 n)) +("goodwyn" nil (g uh1 d w ih1 n)) +("goody" nil (g uh1 d iy0)) +("goodyear" nil (g uh1 d y ih0 r)) +("gooey" nil (g uw1 iy0)) +("goof" nil (g uw1 f)) +("goofed" nil (g uw1 f t)) +("goofing" nil (g uw1 f ih0 ng)) +("goofs" nil (g uw1 f s)) +("goofy" nil (g uw1 f iy0)) +("googe" nil (g uw1 jh)) +("googin" nil (g uw1 g ih0 n)) +("googins" nil (g uw1 g ih0 n z)) +("gook" nil (g uh1 k)) +("gookin" nil (g uh1 k ih0 n)) +("goold" nil (g uw1 l d)) +("gooley" nil (g uw1 l iy0)) +("goolsby" nil (g uw1 l s b iy0)) +("goon" nil (g uw1 n)) +("goonan" nil (g uw1 n ax n)) +("goons" nil (g uw1 n z)) +("goop" nil (g uw1 p)) +("goos" nil (g uw1 z)) +("goosby" nil (g uw1 s b iy0)) +("goose" nil (g uw1 s)) +("gooseberry" nil (g uw1 s b eh1 r iy0)) +("goosefish" nil (g uw1 s f ih1 sh)) +("goosefoot" nil (g uw1 s f uh1 t)) +("goosen" nil (g uw1 s ax n)) +("goosey" nil (g uw1 s iy0)) +("goossen" nil (g uw1 s ax n)) +("goossens" nil (g uw1 s ax n z)) +("goostree" nil (g uw0 s t r iy1)) +("gootee" nil (g uw1 t iy0)) +("gopac" nil (g ow1 p ae1 k)) +("gopher" nil (g ow1 f er0)) +("gophers" nil (g ow1 f er0 z)) +("gora" nil (g ao1 r ax)) +("goracke" nil (g ao1 r ax k)) +("goradze" nil (g ao1 r aa1 d z ax)) +("goral" nil (g ao1 r ax l)) +("goralski" nil (g er0 aa1 l s k iy0)) +("goranson" nil (g ao1 r ax n s ax n)) +("gorazde" nil (g ao1 r aa1 zh d ax)) +("gorbachev" nil (g ao1 r b ax ch eh0 v)) +("gorbachevs" nil (g ao1 r b ax ch eh0 v z)) +("gorby" nil (g ao1 r b iy0)) +("gorczyca" nil (g er0 ch ih1 k ax)) +("gorczynski" nil (g er0 ch ih1 n s k iy0)) +("gorda" nil (g ao1 r d ax)) +("gordan" nil (g ao1 r d ax n)) +("gorden" nil (g ao1 r d ax n)) +("gorder" nil (g ao1 r d er0)) +("gordeyev" nil (g ao0 r d ay1 ax v)) +("gordian" nil (g ao1 r d iy0 ax n)) +("gordie" nil (g ao1 r d iy0)) +("gordillo" nil (g ao1 r d ih1 l ow0)) +("gordin" nil (g ao1 r d ih0 n)) +("gordinier" nil (g ao1 r d ih0 n iy0 er0)) +("gordji" nil (g ao1 r jh iy0)) +("gordner" nil (g ao1 r d n er0)) +("gordon" nil (g ao1 r d ax n)) +("gordy" nil (g ao1 r d iy0)) +("gore" nil (g ao1 r)) +("gorecki" nil (g er0 eh1 t s k iy0)) +("gored" nil (g ao1 r d)) +("goree" nil (g ao1 r iy1)) +("gorelick" nil (g ao1 r ih0 l ih0 k)) +("goren" nil (g ao1 r ax n)) +("gorenflo" nil (g ao0 r eh1 n f l ow0)) +("gores" nil (g ao1 r z)) +("gorey" nil (g ao1 r iy0)) +("gorgas" nil (g ao1 r g ax z)) +("gorge" nil (g ao1 r jh)) +("gorgeous" nil (g ao1 r jh ax s)) +("gorges" nil (g ao1 r jh ax z)) +("gorgon" nil (g ao1 r g ax n)) +("gorgone" nil (g ao1 r g ax n)) +("gorgonian" nil (g ao0 r g ow1 n iy0 ax n)) +("gorgons" nil (g ao1 r g ax n z)) +("gorguze" nil (g ao1 r g y uw0 z)) +("gorham" nil (g ao1 r ax m)) +("gori" nil (g ao1 r iy0)) +("goria" nil (g ao1 r iy0 ax)) +("gorilla" nil (g er0 ih1 l ax)) +("gorillas" nil (g er0 ih1 l ax z)) +("gorin" nil (g ao1 r ax n)) +("goring" nil (g ao1 r ih0 ng)) +("goris" nil (g ao1 r ax s)) +("gorka" nil (g ao1 r k ax)) +("gorki" nil (g ao1 r k iy0)) +("gorky" nil (g ao1 r k iy0)) +("gorley" nil (g ao1 r l iy0)) +("gorman" nil (g ao1 r m ax n)) +("gormley" nil (g ao1 r m l iy0)) +("gormly" nil (g ao1 r m l iy0)) +("gorney" nil (g ao1 r n iy0)) +("gorniak" nil (g ao1 r n iy0 ae0 k)) +("gornick" nil (g ao1 r n ih0 k)) +("gornik" nil (g ao1 r n ih0 k)) +("gornto" nil (g ao1 r n t ow0)) +("gorny" nil (g ao1 r n iy0)) +("gorospe" nil (g ao0 r ow1 s p ey0)) +("gorr" nil (g ao1 r)) +("gorrell" nil (g ao0 r ey1 l)) +("gorski" nil (g ao1 r s k iy0)) +("gorsky" nil (g ao1 r s k iy0)) +("gorsline" nil (g ao1 r s l ay1 n)) +("gorsuch" nil (g ao1 r s ax ch)) +("gort" nil (g ao1 r t)) +("gortari" nil (g ao0 r t aa1 r iy0)) +("gorter" nil (g ao1 r t er0)) +("gortney" nil (g ao1 r t n iy0)) +("gorton" nil (g ao1 r t ax n)) +("gorum" nil (g ao1 r ax m)) +("gory" nil (g ao1 r iy0)) +("gosa" nil (g ow1 s ax)) +("gosbank" nil (g ao1 s b ae1 ng k)) +("gosch" nil (g ao1 sh)) +("gosdin" nil (g aa1 s d ih0 n)) +("gose" nil (g ow1 z)) +("gosh" nil (g aa1 sh)) +("gosha" nil (g ow1 sh ax)) +("goshawk" nil (g aa1 s hh ao1 k)) +("goshorn" nil (g aa1 sh er0 n)) +("goslee" nil (g aa1 s l iy0)) +("goslin" nil (g aa1 s l ih0 n)) +("gosline" nil (g aa1 s l ay0 n)) +("gosman" nil (g aa1 s m ax n)) +("gosnell" nil (g aa1 s n ax l)) +("gosney" nil (g aa1 s n iy0)) +("gospel" nil (g aa1 s p ax l)) +("gospels" nil (g aa1 s p ax l z)) +("gosplan" nil (g ao1 s p l ae1 n)) +("goss" nil (g ao1 s)) +("gossage" nil (g ao1 s ih0 jh)) +("gossamer" nil (g aa1 s ax m er0)) +("gossard" nil (g ax s aa1 r d)) +("gosse" nil (g aa1 s)) +("gosselin" nil (g aa1 s ih0 l ih0 n)) +("gossen" nil (g ao1 s ax n)) +("gosser" nil (g ao1 s er0)) +("gossett" nil (g aa1 s ih0 t)) +("gossip" nil (g aa1 s ax p)) +("gossiping" nil (g aa1 s ax p ih0 ng)) +("gossips" nil (g aa1 s ax p s)) +("gossipy" nil (g aa1 s ax p iy0)) +("gossman" nil (g ao1 s m ax n)) +("gostev" nil (g ao1 s t ax v)) +("gostomski" nil (g ax s t aa1 m s k iy0)) +("goswick" nil (g aa1 s w ih0 k)) +("got" nil (g aa1 t)) +("gotaas" nil (g aa1 t aa1 s)) +("gotch" nil (g aa1 ch)) +("gotcha" nil (g aa1 ch ax)) +("gotcher" nil (g aa1 ch er0)) +("goth" nil (g aa1 th)) +("gotham" nil (g aa1 th ax m)) +("gothard" nil (g aa1 th er0 d)) +("gothenburg" nil (g ow1 t ax n b er0 g)) +("gothic" nil (g aa1 th ih0 k)) +("gotlieb" nil (g aa1 t l iy1 b)) +("goto" nil (g ow1 t uw1)) +("gotsch" nil (g aa1 ch)) +("gotschal" nil (g aa1 ch ax l)) +("gotschall" nil (g aa1 ch ax l)) +("gotshal" nil (g aa1 ch ax l)) +("gotshall" nil (g aa1 ch ax l)) +("gott" nil (g aa1 t)) +("gotta" nil (g aa1 t ax)) +("gotten" nil (g aa1 t ax n)) +("gotterdammerung" nil (g aa1 t er0 d ae1 m er0 ax ng)) +("gottesman" nil (g aa1 t s m ax n)) +("gottfried" nil (g ao1 t f r iy0 d)) +("gotthardt" nil (g aa1 th aa0 r t)) +("gotthelf" nil (g aa1 t hh eh1 l f)) +("gotti" nil (g aa1 t iy0)) +("gottis" nil (g aa1 t ih0 s)) +("gottlieb" nil (g aa1 t l iy1 b)) +("gottman" nil (g aa1 t m ax n)) +("gotts" nil (g aa1 t s)) +("gottsch" nil (g aa1 ch)) +("gottschalk" nil (g aa1 ch ax k)) +("gottschalks" nil (g aa1 ch ax k s)) +("gottschall" nil (g aa1 ch ax l)) +("gottshall" nil (g aa1 ch ax l)) +("gottwald" nil (g aa1 t w ax l d)) +("gotwalt" nil (g aa1 t w ax l t)) +("gotz" nil (g aa1 t s)) +("goucher" nil (g aw1 k er0)) +("goude" nil (g aw1 d)) +("goudeau" nil (g uw1 d ow1)) +("goudie" nil (g aw1 d iy0)) +("goudreau" nil (g uw1 d r ow1)) +("goudy" nil (g aw1 d iy0)) +("gouge" nil (g aw1 jh)) +("gouged" nil (g aw1 jh d)) +("gougeon" nil (g aw1 jh ih0 n)) +("gouger" nil (g aw1 jh er0)) +("gough" nil (g ao1 f)) +("goughnour" nil (g aw1 n er0)) +("gouging" nil (g aw1 jh ih0 ng)) +("gouin" nil (g w iy1 n)) +("gouker" nil (g aw1 k er0)) +("goulart" nil (g uw0 l aa1 r t)) +("goulash" nil (g uw1 l aa1 sh)) +("gould" nil (g uw1 l d)) +("goulden" nil (g uh1 d ax n)) +("goulding" nil (g uw1 l d ih0 ng)) +("goulet" nil (g uw0 l eh1 t)) +("goulette" nil (g uw1 l eh1 t)) +("goupil" nil (g uw1 p ax l)) +("gourd" nil (g ao1 r d)) +("gourdine" nil (g uh0 r d ay1 n)) +("gourds" nil (g ao1 r d z)) +("gourlay" nil (g ao1 r l ey0)) +("gourley" nil (g ao1 r l iy0)) +("gourment" nil (g ao1 r m eh1 n t)) +("gourmet" nil (g uh1 r m ey1)) +("gourmets" nil (g uh1 r m ey1 z)) +("gousha" nil (g uw1 sh ax)) +("gout" nil (g aw1 t)) +("goutal" nil (g uw1 t ax l)) +("gouty" nil (g aw1 t iy0)) +("gouveia" nil (g uw0 v ey1 iy0 ax)) +("govan" nil (g ow1 v ax n)) +("gove" nil (g ow1 v)) +("govea" nil (g ah1 v iy0 ax)) +("gover" nil (g ah1 v er0)) +("goverment" nil (g ah1 v er0 m ax n t)) +("govern" nil (g ah1 v er0 n)) +("governale" nil (g ah1 v er0 n ey1 l)) +("governance" nil (g ah1 v er0 n ax n s)) +("governed" nil (g ah1 v er0 n d)) +("governess" nil (g ah1 v er0 n ax s)) +("governing" nil (g ah1 v er0 n ih0 ng)) +("government" nil (g ah1 v er0 m ax n t)) +("governmental" nil (g ah1 v er0 m eh1 n t ax l)) +("governmentally" nil (g ah1 v er0 m eh1 n t ax l iy0)) +("governments" nil (g ah1 v er0 m ax n t s)) +("governor" nil (g ah1 v er0 n er0)) +("governors" nil (g ah1 v er0 n er0 z)) +("governorship" nil (g ah1 v er0 n er0 sh ih1 p)) +("governorships" nil (g ah1 v er0 n er0 sh ih1 p s)) +("governs" nil (g ah1 v er0 n z)) +("govett" nil (g ah1 v ax t)) +("govier" nil (g ow1 v iy0 er0)) +("govoni" nil (g ow0 v ow1 n iy0)) +("govpx" nil (g ah1 v p iy1 eh1 k s)) +("govs" nil (g aa1 v z)) +("gow" nil (g aw1)) +("gowan" nil (g aw1 ax n)) +("gowans" nil (g aw1 ax n z)) +("goward" nil (g ow1 w er0 d)) +("gowdy" nil (g aw1 d iy0)) +("gowell" nil (g aa1 w eh0 l)) +("gowen" nil (g aw1 ax n)) +("gowens" nil (g aw1 ax n z)) +("gower" nil (g aw1 er0)) +("gowin" nil (g aw1 ih0 n)) +("gowing" nil (g aw1 ih0 ng)) +("gowins" nil (g aw1 ih0 n z)) +("gown" nil (g aw1 n)) +("gowns" nil (g aw1 n z)) +("goy" nil (g oy1)) +("goya" nil (g oy1 ax)) +("goyer" nil (g oy1 er0)) +("goyette" nil (g oy1 eh1 t)) +("goyim" nil (g oy1 ih0 m)) +("goyne" nil (g oy1 n)) +("goynes" nil (g oy1 n z)) +("goza" nil (g ow1 z ax)) +("gozo" nil (g ow1 z ow0)) +("grab" nil (g r ae1 b)) +("grabau" nil (g r ae1 b aw0)) +("grabbe" nil (g r ae1 b)) +("grabbed" nil (g r ae1 b d)) +("grabber" nil (g r ae1 b er0)) +("grabbers" nil (g r ae1 b er0 z)) +("grabbing" nil (g r ae1 b ih0 ng)) +("grabe" nil (g r ey1 b)) +("grabel" nil (g r ae1 b ax l)) +("graben" nil (g r ae1 b ax n)) +("grabens" nil (g r aa1 b ax n z)) +("grabenstein" nil (g r ae1 b ax n s t ay1 n)) +("graber" nil (g r ey1 b er0)) +("grabert" nil (g r ae1 b er0 t)) +("grabill" nil (g r ax b ih1 l)) +("grabinski" nil (g r ax b ih1 n s k iy0)) +("grable" nil (g r ey1 b ax l)) +("grabner" nil (g r ae1 b n er0)) +("graboski" nil (g r ax b aw1 s k iy0)) +("grabow" nil (g r ae1 b ow0)) +("grabowski" nil (g r ax b ao1 f s k iy0)) +("grabs" nil (g r ae1 b z)) +("grabski" nil (g r ae1 b s k iy1)) +("grace" nil (g r ey1 s)) +("graced" nil (g r ey1 s t)) +("graceffa" nil (g r ax s eh1 f ax)) +("graceful" nil (g r ey1 s f ax l)) +("gracefully" nil (g r ey1 s f ax l iy0)) +("graceland" nil (g r ey1 s l ax n d)) +("graceless" nil (g r ey1 s l ax s)) +("graces" nil (g r ey1 s ih0 z)) +("gracey" nil (g r ey1 s iy0)) +("grachev" nil (g r aa1 ch eh0 v)) +("graci" nil (g r aa1 ch iy0)) +("gracia" nil (g r aa1 ch ax)) +("graciano" nil (g r aa0 ch iy0 aa1 n ow0)) +("gracie" nil (g r ey1 s iy0)) +("gracile" nil (g r ae1 s ax l)) +("gracious" nil (g r ey1 sh ax s)) +("graciously" nil (g r ey1 sh ax s l iy0)) +("grackle" nil (g r ae1 k ax l)) +("grackles" nil (g r ae1 k ax l z)) +("graco" nil (g r ae1 k ow0)) +("gracy" nil (g r ey1 s iy0)) +("graczyk" nil (g r aa1 ch ih0 k)) +("grad" nil (g r ae1 d)) +("gradation" nil (g r ey0 d ey1 sh ax n)) +("gradco" nil (g r ae1 d k ow0)) +("graddy" nil (g r ae1 d iy0)) +("grade" nil (g r ey1 d)) +("graded" nil (g r ey1 d ax d)) +("gradel" nil (g r ae1 d ax l)) +("graden" nil (g r ey1 d ax n)) +("grader" nil (g r ey1 d er0)) +("graders" nil (g r ey1 d er0 z)) +("grades" nil (g r ey1 d z)) +("grading" nil (g r ey1 d ih0 ng)) +("gradison" nil (g r ae1 d ih0 s ax n)) +("gradney" nil (g r ae1 d n iy0)) +("grado" nil (g r aa1 d ow0)) +("grads" nil (g r ae1 d z)) +("gradstein" nil (g r ae1 d s t iy0 n)) +("gradual" nil (g r ae1 jh uw0 ax l)) +("gradualism" nil (g r ae1 jh ax w ax l ih1 z ax m)) +("gradualist" nil (g r ae1 jh ax w ax l ih0 s t)) +("gradually" nil (g r ae1 jh uw0 ax l iy0)) +("graduate" n (g r ae1 jh ax w ax t)) +("graduate" v (g r ae1 jh ax w ey0 t)) +("graduated" nil (g r ae1 jh uw0 ey1 t ih0 d)) +("graduates" n (g r ae1 jh ax w ax t s)) +("graduates" v (g r ae1 jh ax w ey0 t s)) +("graduating" nil (g r ae1 jh ax w ey1 t ih0 ng)) +("graduation" nil (g r ae1 jh uw0 ey1 sh ax n)) +("gradus" nil (g r ey1 d ax s)) +("grady" nil (g r ey1 d iy0)) +("graeber" nil (g r eh1 b er0)) +("graebner" nil (g r eh1 b n er0)) +("graef" nil (g r iy1 f)) +("graefe" nil (g r iy1 f)) +("graeff" nil (g r iy1 f)) +("graeme" nil (g r ey1 m)) +("graeser" nil (g r ey1 z er0)) +("graessle" nil (g r eh1 s ax l)) +("graetz" nil (g r iy1 t s)) +("graf" nil (g r ae1 f)) +("grafe" nil (g r ey1 f)) +("graff" nil (g r ae1 f)) +("graffam" nil (g r ae1 f ax m)) +("graffeo" nil (g r aa1 f iy0 ow0)) +("graffiti" nil (g r ax f iy1 t iy0)) +("graffius" nil (g r ae1 f iy0 ih0 s)) +("graft" nil (g r ae1 f t)) +("grafted" nil (g r ae1 f t ih0 d)) +("grafting" nil (g r ae1 f t ih0 ng)) +("grafton" nil (g r ae1 f t ax n)) +("grafts" nil (g r ae1 f t s)) +("grage" nil (g r ey1 jh)) +("gragert" nil (g r ey1 g er0 t)) +("gragg" nil (g r ae1 g)) +("graham" nil (g r ey1 ax m)) +("grahams" nil (g r ae1 m z)) +("grahek" nil (g r ae1 hh ih0 k)) +("grahl" nil (g r aa1 l)) +("grahn" nil (g r ae1 n)) +("graichen" nil (g r ay1 k ax n)) +("grail" nil (g r ey1 l)) +("grain" nil (g r ey1 n)) +("grained" nil (g r ey1 n d)) +("grainery" nil (g r ey1 n er0 iy0)) +("grainger" nil (g r aa1 ih0 ng er0)) +("grains" nil (g r ey1 n z)) +("grainy" nil (g r ey1 n iy0)) +("grajeda" nil (g r ay0 iy1 d ax)) +("graley" nil (g r ae1 l iy0)) +("grall" nil (g r ao1 l)) +("gram" nil (g r ae1 m)) +("grama" nil (g r ae1 m ax)) +("gramaphone" nil (g r ae1 m ax f ow1 n)) +("grambling" nil (g r ae1 m b l ih0 ng)) +("gramer" nil (g r ey1 m er0)) +("gramercy" nil (g r ax m er1 s iy0)) +("grames" nil (g r ey1 m z)) +("gramley" nil (g r ae1 m l iy0)) +("gramlich" nil (g r ae1 m l ih0 k)) +("gramling" nil (g r ae1 m l ih0 ng)) +("gramm" nil (g r ae1 m)) +("grammar" nil (g r ae1 m er0)) +("grammatical" nil (g r ax m ae1 t ax k ax l)) +("grammatico" nil (g r aa0 m aa0 t iy1 k ow0)) +("grammer" nil (g r ae1 m er0)) +("grammophon" nil (g r ae1 m ax f aa0 n)) +("grammy" nil (g r ae1 m iy0)) +("grammys" nil (g r ae1 m iy0 z)) +("grams" nil (g r ae1 m z)) +("gramza" nil (g r ae1 m z ax)) +("gran" nil (g r ae1 n)) +("grana" nil (g r ae1 n ax)) +("granada" nil (g r ax n aa1 d ax)) +("granade" nil (g r ax n ey1 d)) +("granado" nil (g r aa0 n aa1 d ow0)) +("granados" nil (g r aa0 n aa1 d ow0 z)) +("granahan" nil (g r ae1 n ax hh ae0 n)) +("granat" nil (g r ae1 n ax t)) +("granata" nil (g r aa0 n aa1 t ax)) +("granato" nil (g r aa0 n aa1 t ow0)) +("granberg" nil (g r ae1 n b er0 g)) +("granberry" nil (g r ae1 n b eh1 r iy0)) +("grancare" nil (g r ae1 n k eh1 r)) +("grand" nil (g r ae1 n d)) +("granda" nil (g r ae1 n d ax)) +("grandad" nil (g r ae1 n d ae1 d)) +("grandbaby" nil (g r ae1 n d b ey1 b iy0)) +("grandberry" nil (g r ae1 n d b eh1 r iy0)) +("grandchamp" nil (g r ae1 n d ch ae1 m p)) +("grandchild" nil (g r ae1 n d ch ay1 l d)) +("grandchildren" nil (g r ae1 n ch ih1 l d r ax n)) +("granddaddy" nil (g r ae1 n d ae1 d iy0)) +("granddaughter" nil (g r ae1 n d ao1 t er0)) +("granddaughters" nil (g r ae1 n d ao1 t er0 z)) +("grande" nil (g r ae1 n d)) +("grander" nil (g r ae1 n d er0)) +("granderson" nil (g r ae1 n d er0 s ax n)) +("grandest" nil (g r ae1 n d ax s t)) +("grandeur" nil (g r ae0 n d uw1 r)) +("grandfather" nil (g r ae1 n d f aa1 dh er0)) +("grandfathered" nil (g r ae1 n d f aa1 dh er0 d)) +("grandfathering" nil (g r ae1 n d f aa1 dh er0 ih0 ng)) +("grandfatherly" nil (g r ae1 n d f aa1 dh er0 l iy0)) +("grandfathers" nil (g r ae1 n d f aa1 dh er0 z)) +("grandfield" nil (g r ae1 n d f iy1 l d)) +("grandi" nil (g r ae1 n d iy0)) +("grandillo" nil (g r ae0 n d ih1 l ow0)) +("grandiloquent" nil (g r ae0 n d ih1 l ax k w ax n t)) +("grandin" nil (g r ae1 n d ih1 n)) +("grandinetti" nil (g r ae0 n d iy0 n eh1 t iy0)) +("grandiose" nil (g r ae1 n d iy0 ow1 s)) +("grandison" nil (g r ae1 n d ih0 s ax n)) +("grandkids" nil (g r ae1 n d k ih1 d z)) +("grandly" nil (g r ae1 n d l iy0)) +("grandma" nil (g r ae1 m aa0)) +("grandmaison" nil (g r ae1 n d m ay1 z aa1 n)) +("grandmaster" nil (g r ae1 n d m ae1 s t er0)) +("grandmet" nil (g r ae1 n d m eh1 t)) +("grandmother" nil (g r ae1 n d m ah1 dh er0)) +("grandmotherly" nil (g r ae1 n d m ah1 dh er0 l iy0)) +("grandmothers" nil (g r ae1 n d m ah1 dh er0 z)) +("grandnephew" nil (g r ae1 n d n eh1 f y uw0)) +("grandon" nil (g r ae1 n d aa0 n)) +("grandpa" nil (g r ae1 n d p aa1)) +("grandparent" nil (g r ae1 n d p eh1 r ax n t)) +("grandparents" nil (g r ae1 n d p eh1 r ax n t s)) +("grandpre" nil (g r ae1 n d p r ey1)) +("grands" nil (g r ae1 n d z)) +("grandson" nil (g r ae1 n d s ah1 n)) +("grandsons" nil (g r ae1 n d s ah1 n z)) +("grandstaff" nil (g r ae1 n d s t ae1 f)) +("grandstand" nil (g r ae1 n d s t ae1 n d)) +("grandstanding" nil (g r ae1 n d s t ae1 n d ih0 ng)) +("grandt" nil (g r ae1 n t)) +("granduncle" nil (g r ae1 n d ah1 ng k ax l)) +("grandview" nil (g r ae1 n d v y uw1)) +("grandy" nil (g r ae1 n d iy0)) +("graner" nil (g r ey1 n er0)) +("granese" nil (g r ae1 n iy0 z)) +("graney" nil (g r ey1 n iy0)) +("granfield" nil (g r ae1 n f iy1 l d)) +("grange" nil (g r ey1 n jh)) +("granger" nil (g r ey1 n jh er0)) +("grangers" nil (g r ey1 n jh er0 z)) +("granges" nil (g r ey1 n jh ih0 z)) +("granholm" nil (g r ae1 n hh ow1 l m)) +("granier" nil (g r ey1 n iy0 er0)) +("granieri" nil (g r aa0 n ih1 r iy0)) +("granillo" nil (g r ax n ih1 l ow0)) +("graningeverken" nil (g r ae1 n ih0 ng g eh1 v er0 k ax n)) +("granite" nil (g r ae1 n ax t)) +("granitic" nil (g r ax n ih1 t ih0 k)) +("granito" nil (g r aa0 n iy1 t ow0)) +("granlund" nil (g r ae1 n l ax n d)) +("grannan" nil (g r ae1 n ax n)) +("grannis" nil (g r ae1 n ih0 s)) +("granny" nil (g r ae1 n iy0)) +("grano" nil (g r aa1 n ow0)) +("granoff" nil (g r ae1 n ao0 f)) +("granola" nil (g r ax n ow1 l ax)) +("granquist" nil (g r ae1 n k w ih1 s t)) +("granstrom" nil (g r ae1 n s t r ax m)) +("grant" nil (g r ae1 n t)) +("granted" nil (g r ae1 n t ax d)) +("grantham" nil (g r ae1 n th ax m)) +("granting" nil (g r ae1 n t ih0 ng)) +("grantland" nil (g r ae1 n t l ax n d)) +("grantor" nil (g r ae1 n t er0)) +("grantors" nil (g r ae1 n t er0 z)) +("grantree" nil (g r ae1 n t r iy1)) +("grants" nil (g r ae1 n t s)) +("grantz" nil (g r ae1 n t s)) +("granular" nil (g r ae1 n y ax l er0)) +("granulation" nil (g r ae1 n y ax l ey1 sh ax n)) +("granulocyte" nil (g r ax n uw1 l ow0 s ay1 t)) +("granum" nil (g r ae1 n ax m)) +("granville" nil (g r ae1 n v ih0 l)) +("granz" nil (g r ae1 n t s)) +("granzow" nil (g r ae1 n z ow0)) +("grape" nil (g r ey1 p)) +("grapefruit" nil (g r ey1 p f r uw1 t)) +("grapefruits" nil (g r ey1 p f r uw1 t s)) +("graper" nil (g r ey1 p er0)) +("grapes" nil (g r ey1 p s)) +("grapeshot" nil (g r ey1 p sh aa1 t)) +("grapevine" nil (g r ey1 p v ay1 n)) +("grapevines" nil (g r ey1 p v ay1 n z)) +("graph" nil (g r ae1 f)) +("graphic" nil (g r ae1 f ih0 k)) +("graphical" nil (g r ae1 f ih0 k ax l)) +("graphically" nil (g r ae1 f ih0 k l iy0)) +("graphics" nil (g r ae1 f ih0 k s)) +("graphite" nil (g r ae1 f ay1 t)) +("graphology" nil (g r ax f aa1 l ax jh iy0)) +("graphs" nil (g r ae1 f s)) +("grapple" nil (g r ae1 p ax l)) +("grappled" nil (g r ae1 p ax l d)) +("grapples" nil (g r ae1 p ax l z)) +("grappling" nil (g r ae1 p l ih0 ng)) +("gras" nil (g r ae1 s)) +("graser" nil (g r ey1 z er0)) +("grasmick" nil (g r ae1 z m ih0 k)) +("grasp" nil (g r ae1 s p)) +("grasped" nil (g r ae1 s p t)) +("grasping" nil (g r ae1 s p ih0 ng)) +("grasps" nil (g r ae1 s p s)) +("grass" nil (g r ae1 s)) +("grasse" nil (g r ae1 s)) +("grassed" nil (g r ae1 s t)) +("grassel" nil (g r ae1 s ax l)) +("grasser" nil (g r ae1 s er0)) +("grassers" nil (g r ae1 s er0 z)) +("grasses" nil (g r ae1 s ax z)) +("grassgreen" nil (g r ae1 s g r iy1 n)) +("grasshopper" nil (g r ae1 s hh aa1 p er0)) +("grasshoppers" nil (g r ae1 s hh aa1 p er0 z)) +("grassi" nil (g r ae1 s iy0)) +("grassia" nil (g r aa1 s iy0 ax)) +("grassl" nil (g r ae1 s ax l)) +("grassland" nil (g r ae1 s l ae1 n d)) +("grasslands" nil (g r ae1 s l ae1 n d z)) +("grassley" nil (g r ae1 s l iy0)) +("grasslike" nil (g r ae1 s l ay1 k)) +("grassman" nil (g r ae1 s m ax n)) +("grasso" nil (g r ae1 s ow0)) +("grassroots" nil (g r ae1 s r uw1 t s)) +("grassy" nil (g r ae1 s iy0)) +("grasty" nil (g r ae1 s t iy0)) +("grata" nil (g r aa1 t ax)) +("grate" nil (g r ey1 t)) +("grated" nil (g r ey1 t ih0 d)) +("grateful" nil (g r ey1 t f ax l)) +("gratefully" nil (g r ey1 t f ax l iy0)) +("grater" nil (g r ey1 t er0)) +("grates" nil (g r ey1 t s)) +("grathwohl" nil (g r ae1 th w ow1 l)) +("gratification" nil (g r ae1 t ax f ax k ey1 sh ax n)) +("gratified" nil (g r ae1 t ax f ay1 d)) +("gratify" nil (g r ae1 t ax f ay1)) +("gratifying" nil (g r ae1 t ax f ay1 ih0 ng)) +("grating" nil (g r ey1 t ih0 ng)) +("gratis" nil (g r ae1 t ax s)) +("gratitude" nil (g r ae1 t ax t uw1 d)) +("grattan" nil (g r ae1 t ax n)) +("gratton" nil (g r ae1 t ax n)) +("gratuities" nil (g r ax t uw1 ih0 t iy0 z)) +("gratuitous" nil (g r ax t uw1 ax t ax s)) +("gratuitously" nil (g r ax t uw1 ax t ax s l iy0)) +("gratuity" nil (g r ax t uw1 ih0 t iy0)) +("gratz" nil (g r ae1 t s)) +("gratzer" nil (g r ey1 t z er0)) +("grau" nil (g r aw1)) +("grauberger" nil (g r aw1 b er0 g er0)) +("graue" nil (g r aw1)) +("grauel" nil (g r aw1 ax l)) +("grauer" nil (g r aw1 er0)) +("graul" nil (g r ao1 l)) +("grauman" nil (g r ao1 m ax n)) +("graumann" nil (g r ao1 m ax n)) +("graunke" nil (g r ao1 ng k)) +("gravatt" nil (g r ae1 v ax t)) +("grave" nil (g r ey1 v)) +("gravel" nil (g r ae1 v ax l)) +("graveline" nil (g r ey1 v l ay1 n)) +("gravell" nil (g r ae1 v ax l)) +("gravelle" nil (g r ax v eh1 l)) +("gravelly" nil (g r ae1 v ax l iy0)) +("gravely" nil (g r ey1 v l iy0)) +("graven" nil (g r ey1 v ax n)) +("graver" nil (g r ey1 v er0)) +("graves" nil (g r ey1 v z)) +("gravest" nil (g r ae1 v ax s t)) +("gravett" nil (g r ae1 v ih0 t)) +("gravette" nil (g r ax v eh1 t)) +("graveyard" nil (g r ey1 v y aa1 r d)) +("graveyards" nil (g r ey1 v y aa1 r d z)) +("gravies" nil (g r ey1 v iy0 z)) +("gravimeter" nil (g r ae1 v ax m iy1 t er0)) +("gravimetric" nil (g r ae1 v ax m eh1 t r ih0 k)) +("gravina" nil (g r aa0 v iy1 n ax)) +("gravino" nil (g r aa0 v iy1 n ow0)) +("gravitate" nil (g r ae1 v ih0 t ey1 t)) +("gravitated" nil (g r ae1 v ax t ey1 t ih0 d)) +("gravitates" nil (g r ae1 v ih0 t ey1 t s)) +("gravitating" nil (g r ae1 v ih0 t ey1 t ih0 ng)) +("gravitational" nil (g r ae1 v ih0 t ey1 sh ax n ax l)) +("gravitationally" nil (g r ae1 v ax t ey1 sh n ax l iy0)) +("gravitt" nil (g r ae1 v ih0 t)) +("gravity" nil (g r ae1 v ax t iy0)) +("gravley" nil (g r ae1 v l iy0)) +("gravlin" nil (g r ae1 v l ih0 n)) +("gravois" nil (g r ax v w aa1)) +("gravy" nil (g r ey1 v iy0)) +("graw" nil (g r ao1)) +("grawe" nil (g r ao1)) +("gray" nil (g r ey1)) +("graybeal" nil (g r ey1 b ax l)) +("graybill" nil (g r ey1 b ih1 l)) +("graydon" nil (g r ey1 d ax n)) +("graye" nil (g r ey1)) +("grayer" nil (g r ey1 er0)) +("graying" nil (g r ey1 ih0 ng)) +("grayish" nil (g r ey1 ih0 sh)) +("grayling" nil (g r ey1 l ih0 ng)) +("grays" nil (g r ey1 z)) +("grayson" nil (g r ey1 s ax n)) +("graze" nil (g r ey1 z)) +("grazer" nil (g r ey1 z er0)) +("graziani" nil (g r aa0 z iy0 aa1 n iy0)) +("graziano" nil (g r aa0 t s iy0 aa1 n ow0)) +("grazier" nil (g r ey1 z iy0 er0)) +("grazing" nil (g r ey1 z ih0 ng)) +("greaney" nil (g r iy1 n iy0)) +("grear" nil (g r ih1 r)) +("grease" nil (g r iy1 s)) +("greased" nil (g r iy1 s t)) +("greaser" nil (g r iy1 s er0)) +("greasewood" nil (g r iy1 s w uh1 d)) +("greasing" nil (g r iy1 s ih0 ng)) +("greason" nil (g r iy1 s ax n)) +("greasy" nil (g r iy1 s iy0)) +("great" nil (g r ey1 t)) +("greater" nil (g r ey1 t er0)) +("greatest" nil (g r ey1 t ax s t)) +("greathouse" nil (g r ey1 t hh aw1 s)) +("greatly" nil (g r ey1 t l iy0)) +("greatness" nil (g r ey1 t n ax s)) +("greats" nil (g r ey1 t s)) +("greave" nil (g r iy1 v)) +("greaves" nil (g r iy1 v z)) +("greb" nil (g r eh1 b)) +("grebe" nil (g r iy1 b)) +("greber" nil (g r iy1 b er0)) +("grebner" nil (g r eh1 b n er0)) +("grecco" nil (g r eh1 k ow0)) +("grech" nil (g r eh1 k)) +("grecian" nil (g r iy1 sh ax n)) +("greco" nil (g r eh1 k ow0)) +("grede" nil (g r iy1 d)) +("gredel" nil (g r eh1 d ax l)) +("greditor" nil (g r eh1 d ih0 t er0)) +("greear" nil (g r iy1 er0)) +("greece" nil (g r iy1 s)) +("greed" nil (g r iy1 d)) +("greedily" nil (g r iy1 d ax l iy0)) +("greedy" nil (g r iy1 d iy0)) +("greek" nil (g r iy1 k)) +("greeks" nil (g r iy1 k s)) +("greeley" nil (g r iy1 l iy0)) +("greely" nil (g r iy1 l iy0)) +("green" nil (g r iy1 n)) +("greenan" nil (g r iy1 n ax n)) +("greenawalt" nil (g r iy1 n ax w ao1 l t)) +("greenaway" nil (g r iy1 n ax w ey1)) +("greenback" nil (g r iy1 n b ae1 k)) +("greenbacks" nil (g r iy1 n b ae1 k s)) +("greenbaum" nil (g r iy1 n b aw1 m)) +("greenbelt" nil (g r iy1 n b eh1 l t)) +("greenberg" nil (g r iy1 n b er0 g)) +("greenberger" nil (g r iy1 n b er0 g er0)) +("greenblatt" nil (g r iy1 n b l ax t)) +("greenburg" nil (g r iy1 n b er0 g)) +("greenbury" nil (g r iy1 n b er0 iy0)) +("greencastle" nil (g r iy1 n k ae1 s ax l)) +("greene" nil (g r iy1 n)) +("greened" nil (g r iy1 n d)) +("greener" nil (g r iy1 n er0)) +("greenery" nil (g r iy1 n er0 iy0)) +("greenfeld" nil (g r iy1 n f eh1 l d)) +("greenfell" nil (g r iy1 n f eh1 l)) +("greenfield" nil (g r iy1 n f iy1 l d)) +("greenhalgh" nil (g r iy1 n hh ah1 l g)) +("greenham" nil (g r iy1 n ax m)) +("greenhaw" nil (g r iy1 n hh ao1)) +("greenhill" nil (g r iy1 n hh ih1 l)) +("greenhoe" nil (g r iy1 n hh ow1)) +("greenhouse" nil (g r iy1 n hh aw1 s)) +("greenhouses" nil (g r iy1 n hh aw1 s ih0 z)) +("greenhut" nil (g r iy1 n hh ax t)) +("greeniaus" nil (g r iy1 n iy0 aw0 s)) +("greenidge" nil (g r iy1 n ih0 jh)) +("greening" nil (g r iy1 n ih0 ng)) +("greenish" nil (g r iy1 n ih0 sh)) +("greenland" nil (g r iy1 n l ax n d)) +("greenlaw" nil (g r iy1 n l ao1)) +("greenleaf" nil (g r iy1 n l iy1 f)) +("greenlee" nil (g r iy1 n l iy1)) +("greenlees" nil (g r iy1 n l iy1 z)) +("greenley" nil (g r iy1 n l iy0)) +("greenly" nil (g r iy1 n l iy0)) +("greenmail" nil (g r iy1 n m ey1 l)) +("greenmailer" nil (g r iy1 n m ey1 l er0)) +("greenman" nil (g r iy1 n m ax n)) +("greenness" nil (g r iy1 n n ax s)) +("greeno" nil (g r iy1 n ow0)) +("greenough" nil (g r iy1 n ax f)) +("greenpeace" nil (g r iy1 n p iy1 s)) +("greens" nil (g r iy1 n z)) +("greensboro" nil (g r iy1 n z b er0 r ow0)) +("greensburg" nil (g r iy1 n z b er0 g)) +("greenshields" nil (g r iy1 n sh iy1 l d z)) +("greenslade" nil (g r iy1 n s l ax d)) +("greenslet" nil (g r iy1 n s l eh1 t)) +("greenspan" nil (g r iy1 n s p ae1 n)) +("greenspon" nil (g r iy1 n s p aa1 n)) +("greenspun" nil (g r iy1 n s p ah1 n)) +("greenstein" nil (g r iy1 n s t ay1 n)) +("greenstone" nil (g r iy1 n s t ow1 n)) +("greenstreet" nil (g r iy1 n s t r iy1 t)) +("greenup" nil (g r iy1 n ah1 p)) +("greenvale" nil (g r iy1 n v ey1 l)) +("greenville" nil (g r iy1 n v ih0 l)) +("greenwald" nil (g r iy1 n w ao1 l d)) +("greenwalt" nil (g r iy1 n w ax l t)) +("greenway" nil (g r iy1 n w ey1)) +("greenwell" nil (g r iy1 n w eh1 l)) +("greenwich" nil (g r eh1 n ih0 ch)) +("greenwood" nil (g r iy1 n w uh1 d)) +("greer" nil (g r ih1 r)) +("greeson" nil (g r iy1 s ax n)) +("greet" nil (g r iy1 t)) +("greeted" nil (g r iy1 t ax d)) +("greetham" nil (g r iy1 th ax m)) +("greeting" nil (g r iy1 t ih0 ng)) +("greetings" nil (g r iy1 t ih0 ng z)) +("greets" nil (g r iy1 t s)) +("greever" nil (g r iy1 v er0)) +("grefe" nil (g r iy1 f)) +("greff" nil (g r eh1 f)) +("greg" nil (g r eh1 g)) +("grega" nil (g r iy1 g ax)) +("gregarious" nil (g r ax g eh1 r iy0 ax s)) +("greger" nil (g r eh1 g er0)) +("gregersen" nil (g r eh1 g er0 s ax n)) +("gregerson" nil (g r eh1 g er0 s ax n)) +("gregg" nil (g r eh1 g)) +("greggs" nil (g r eh1 g z)) +("grego" nil (g r eh1 g ow0)) +("gregoire" nil (g r ih0 g w aa1 r)) +("gregor" nil (g r eh1 g er0)) +("gregori" nil (g r eh0 g ao1 r iy0)) +("gregoria" nil (g r eh0 g ao1 r iy0 ax)) +("gregorian" nil (g r ax g ao1 r iy0 ax n)) +("gregorich" nil (g r eh1 g er0 ih0 k)) +("gregorie" nil (g r eh1 g er0 iy0)) +("gregorio" nil (g r ih0 g ao1 r iy0 ow0)) +("gregory" nil (g r eh1 g er0 iy0)) +("gregson" nil (g r eh1 g s ax n)) +("gregston" nil (g r eh1 g s t ax n)) +("gregus" nil (g r iy1 g ax s)) +("greider" nil (g r ay1 d er0)) +("greif" nil (g r iy1 f)) +("greiff" nil (g r iy1 f)) +("greig" nil (g r iy1 g)) +("greim" nil (g r iy1 m)) +("greiman" nil (g r ay1 m ax n)) +("grein" nil (g r ey1 n)) +("greiner" nil (g r ay1 n er0)) +("greinke" nil (g r ey1 ng k)) +("greis" nil (g r iy1 z)) +("greiwe" nil (g r iy1 w)) +("grell" nil (g r eh1 l)) +("grella" nil (g r eh1 l ax)) +("grelle" nil (g r eh1 l)) +("gremban" nil (g r eh1 m b ae1 n)) +("gremillion" nil (g r eh1 m ih0 l y ax n)) +("gren" nil (g r eh1 n)) +("grenada" nil (g r ih0 n ey1 d ax)) +("grenade" nil (g r ax n ey1 d)) +("grenades" nil (g r ax n ey1 d z)) +("grenda" nil (g r eh1 n d ax)) +("grendel" nil (g r eh1 n d ax l)) +("grenell" nil (g r eh1 n ax l)) +("grenfell" nil (g r eh1 n f ax l)) +("grenier" nil (g r iy1 n iy0 er0)) +("greninger" nil (g r eh1 n ih0 ng er0)) +("grennan" nil (g r eh1 n ax n)) +("grenoble" nil (g r ax n ow1 b ax l)) +("grenon" nil (g r eh1 n ax n)) +("grenouille" nil (g r ax n uw1 iy0)) +("grenz" nil (g r eh1 n z)) +("gresh" nil (g r eh1 sh)) +("gresham" nil (g r eh1 sh ax m)) +("gresko" nil (g r eh1 s k ow0)) +("gress" nil (g r eh1 s)) +("gresser" nil (g r eh1 s er0)) +("gressett" nil (g r eh1 s ih0 t)) +("gressley" nil (g r eh1 s l iy0)) +("gressman" nil (g r eh1 s m ax n)) +("greta" nil (g r iy1 t ax)) +("gretal" nil (g r eh1 t ax l)) +("gretchen" nil (g r eh1 ch ax n)) +("grete" nil (g r iy1 t)) +("gretel" nil (g r eh1 t ax l)) +("greth" nil (g r eh1 th)) +("grethel" nil (g r eh1 th ax l)) +("grether" nil (g r eh1 dh er0)) +("gretna" nil (g r eh1 t n ax)) +("grettenberger" nil (g r eh1 t ax n b er0 g er0)) +("gretz" nil (g r eh1 t s)) +("gretzinger" nil (g r eh1 t z ih0 ng er0)) +("gretzky" nil (g r eh1 t s k iy1)) +("greubel" nil (g r oy1 b ax l)) +("greuel" nil (g r uw1 ax l)) +("greulich" nil (g r oy1 l ih0 k)) +("greunke" nil (g r uw1 ng k)) +("greve" nil (g r iy1 v)) +("grever" nil (g r eh1 v er0)) +("grew" nil (g r uw1)) +("grewal" nil (g r uw1 ax l)) +("grewe" nil (g r uw1)) +("grewell" nil (g r eh1 w eh0 l)) +("grey" nil (g r ey1)) +("greyhound" nil (g r ey1 hh aw1 n d)) +("greylag" nil (g r ey1 l ae1 g)) +("gribben" nil (g r ih1 b ax n)) +("gribbin" nil (g r ih1 b ih0 n)) +("gribbins" nil (g r ih1 b ih0 n z)) +("gribble" nil (g r ih1 b ax l)) +("gribbles" nil (g r ih1 b ax l z)) +("gribbon" nil (g r ih1 b ax n)) +("grice" nil (g r ay1 s)) +("grid" nil (g r ih1 d)) +("grider" nil (g r ay1 d er0)) +("gridiron" nil (g r ih1 d ay1 er0 n)) +("gridley" nil (g r ih1 d l iy0)) +("gridlock" nil (g r ih1 d l aa1 k)) +("gridlocked" nil (g r ih1 d l aa1 k t)) +("grids" nil (g r ih1 d z)) +("grieb" nil (g r iy1 b)) +("griebel" nil (g r iy1 b ax l)) +("grieco" nil (g r iy1 k ow0)) +("grieder" nil (g r iy1 d er0)) +("grief" nil (g r iy1 f)) +("grieger" nil (g r iy1 g er0)) +("griego" nil (g r iy1 g ow0)) +("grieme" nil (g r iy1 m)) +("griep" nil (g r iy1 p)) +("griepentrog" nil (g r iy1 p ih0 n t r ax g)) +("grier" nil (g r ay1 er0)) +("grierson" nil (g r ih1 r s ax n)) +("gries" nil (g r ay1 z)) +("griesa" nil (g r iy0 eh1 s ax)) +("griesbach" nil (g r iy1 s b aa0 k)) +("griese" nil (g r iy1 z)) +("griesemer" nil (g r iy1 s iy0 m er0)) +("grieser" nil (g r iy1 s er0)) +("grieshaber" nil (g r iy1 sh ax b er0)) +("griesinger" nil (g r iy1 s ih0 ng er0)) +("griess" nil (g r iy1 s)) +("griesser" nil (g r iy1 s er0)) +("griest" nil (g r ay1 ih0 s t)) +("grievance" nil (g r iy1 v ax n s)) +("grievances" nil (g r iy1 v ax n s ax z)) +("grieve" nil (g r iy1 v)) +("grievers" nil (g r iy1 v er0 z)) +("grieves" nil (g r iy1 v z)) +("grieveson" nil (g r iy1 v ax s ax n)) +("grieving" nil (g r iy1 v ih0 ng)) +("grievous" nil (g r iy1 v ax s)) +("grievously" nil (g r iy1 v ax s l iy0)) +("griff" nil (g r ih1 f)) +("griffee" nil (g r ih1 f iy0)) +("griffen" nil (g r ih1 f ax n)) +("griffeth" nil (g r ih1 f ih0 th)) +("griffey" nil (g r ih1 f iy0)) +("griffie" nil (g r ih1 f iy0)) +("griffin" nil (g r ih1 f ih0 n)) +("griffing" nil (g r ih1 f ih0 ng)) +("griffis" nil (g r ih1 f ih0 s)) +("griffith" nil (g r ih1 f ax th)) +("griffiths" nil (g r ih1 f ih0 th s)) +("griffitts" nil (g r ih1 f ih0 t s)) +("griffo" nil (g r ih1 f ow0)) +("griffon" nil (g r ih1 f ax n)) +("griffy" nil (g r ih1 f iy0)) +("grigas" nil (g r ay1 g ax z)) +("grigg" nil (g r ih1 g)) +("griggs" nil (g r ih1 g z)) +("griggy" nil (g r ih1 g iy0)) +("grignon" nil (g r ih1 g n ax n)) +("grigoli" nil (g r ih0 g ow1 l iy0)) +("grigorovich" nil (g r ih0 g ao1 r ax v ih0 ch)) +("grigoryants" nil (g r ih0 g ao1 r y ae0 n t s)) +("grigsby" nil (g r ih1 g z b iy0)) +("grijalva" nil (g r iy0 y aa1 l v ax)) +("grill" nil (g r ih1 l)) +("grille" nil (g r ih1 l)) +("grilled" nil (g r ih1 l d)) +("grilli" nil (g r ih1 l iy0)) +("grilling" nil (g r ih1 l ih0 ng)) +("grilliot" nil (g r ih1 l iy0 ax t)) +("grillo" nil (g r ih1 l ow0)) +("grillot" nil (g r ih1 l ax t)) +("grills" nil (g r ih1 l z)) +("grim" nil (g r ih1 m)) +("grima" nil (g r iy1 m ax)) +("grimaced" nil (g r ih1 m ax s t)) +("grimaces" nil (g r ih1 m ax s ih0 z)) +("grimaldi" nil (g r iy0 m aa1 l d iy0)) +("grimaldo" nil (g r iy0 m aa1 l d ow0)) +("grime" nil (g r ay1 m)) +("grimes" nil (g r ay1 m z)) +("grimley" nil (g r ih1 m l iy0)) +("grimly" nil (g r ih1 m l iy0)) +("grimm" nil (g r ih1 m)) +("grimme" nil (g r ih1 m)) +("grimmer" nil (g r ih1 m er0)) +("grimmest" nil (g r ih1 m ax s t)) +("grimmett" nil (g r ih1 m ih0 t)) +("grimness" nil (g r ih1 m n ax s)) +("grimshaw" nil (g r ih1 m sh ao1)) +("grimsley" nil (g r ih1 m z l iy0)) +("grimstad" nil (g r ih1 m s t ax d)) +("grimwood" nil (g r ih1 m w uh1 d)) +("grimy" nil (g r ay1 m iy0)) +("grin" nil (g r ih1 n)) +("grinage" nil (g r ih1 n ih0 jh)) +("grinberg" nil (g r ih1 n b er0 g)) +("grinch" nil (g r ih1 n ch)) +("grind" nil (g r ay1 n d)) +("grinde" nil (g r ih1 n d)) +("grinder" nil (g r ay1 n d er0)) +("grinders" nil (g r ay1 n d er0 z)) +("grinding" nil (g r ay1 n d ih0 ng)) +("grindlays" nil (g r ay1 n d l ey1 z)) +("grindle" nil (g r ih1 n d ax l)) +("grindley" nil (g r ih1 n d l iy0)) +("grindrod" nil (g r ay1 n d r aa1 d)) +("grinds" nil (g r ay1 n d z)) +("grindstaff" nil (g r ay1 n d s t ae1 f)) +("grindstone" nil (g r ay1 n d s t ow1 n)) +("grine" nil (g r ay1 n)) +("griner" nil (g r ay1 n er0)) +("gring" nil (g r ih1 ng)) +("gringo" nil (g r ih1 ng g ow0)) +("gringos" nil (g r ih1 ng g ow0 z)) +("grinned" nil (g r ih1 n d)) +("grinnell" nil (g r ih0 n eh1 l)) +("grinning" nil (g r ih1 n ih0 ng)) +("grins" nil (g r ih1 n z)) +("grinstead" nil (g r ih1 n s t eh1 d)) +("grinstein" nil (g r ih1 n s t iy1 n)) +("grip" nil (g r ih1 p)) +("gripe" nil (g r ay1 p)) +("griped" nil (g r ay1 p t)) +("gripes" nil (g r ay1 p s)) +("griping" nil (g r ay1 p ih0 ng)) +("gripp" nil (g r ih1 p)) +("gripped" nil (g r ih1 p t)) +("grippi" nil (g r ih1 p iy0)) +("gripping" nil (g r ih1 p ih0 ng)) +("grippo" nil (g r ih1 p ow0)) +("grips" nil (g r ih1 p s)) +("grisanti" nil (g r ih0 s ae1 n t iy0)) +("grisby" nil (g r ih1 s b iy0)) +("griscom" nil (g r ih1 s k ax m)) +("grise" nil (g r ay1 z)) +("grisham" nil (g r ih1 sh ax m)) +("grishilda" nil (g r ih0 sh ih1 l d ax)) +("grishman" nil (g r ih1 sh m ax n)) +("grisly" nil (g r ih1 z l iy0)) +("grismer" nil (g er1 ih0 z ax m er0)) +("grismore" nil (g r iy1 s m ao0 r)) +("grissett" nil (g r ih1 s ih0 t)) +("grissinger" nil (g r ih1 s ih0 ng er0)) +("grisso" nil (g r ih1 s ow0)) +("grissom" nil (g r ih1 s ax m)) +("grisson" nil (g r ih1 s ax n)) +("grist" nil (g r ih1 s t)) +("gristle" nil (g r ih1 s ax l)) +("griswell" nil (g r ih1 s w eh0 l)) +("griswold" nil (g r ih1 s w ow1 l d)) +("grit" nil (g r ih1 t)) +("grits" nil (g r ih1 t s)) +("gritter" nil (g r ih1 t er0)) +("gritting" nil (g r ih1 t ih0 ng)) +("gritton" nil (g r ih1 t ax n)) +("gritty" nil (g r ih1 t iy0)) +("gritz" nil (g r ih1 t s)) +("gritzmacher" nil (g r ih1 t s m aa1 k er0)) +("grivas" nil (g r iy1 v aa0 z)) +("grizelda" nil (g r iy0 z eh1 l d ax)) +("grizzard" nil (g r ih1 z er0 d)) +("grizzell" nil (g r ih1 z ax l)) +("grizzle" nil (g r ih1 z ax l)) +("grizzled" nil (g r ih1 z ax l d)) +("grizzlies" nil (g r ih1 z l iy0 z)) +("grizzly" nil (g r ih1 z l iy0)) +("gro" nil (g r ow1)) +("groan" nil (g r ow1 n)) +("groaned" nil (g r ow1 n d)) +("groaning" nil (g r ow1 n ih0 ng)) +("groans" nil (g r ow1 n z)) +("groat" nil (g r ow1 t)) +("grob" nil (g r aa1 b)) +("grobe" nil (g r ow1 b)) +("groben" nil (g r aa1 b ax n)) +("grober" nil (g r ow1 b er0)) +("grobler" nil (g r aa1 b l er0)) +("groce" nil (g r ow1 s)) +("grocer" nil (g r ow1 s er0)) +("groceries" nil (g r ow1 s er0 iy0 z)) +("grocers" nil (g r ow1 s er0 z)) +("grocery" nil (g r ow1 s er0 iy0)) +("groch" nil (g r aa1 k)) +("grochowski" nil (g r ax hh ao1 f s k iy0)) +("grode" nil (g r ow1 d)) +("groden" nil (g r ow1 d ax n)) +("grodin" nil (g r ow1 d ih0 n)) +("grodsky" nil (g r aa1 d s k iy0)) +("groebner" nil (g r ow1 b n er0)) +("groeger" nil (g r ow1 g er0)) +("groen" nil (g r ow1 n)) +("groene" nil (g r aa1 iy0 n)) +("groeneveld" nil (g r ow1 n ih0 v ih0 l d)) +("groenewold" nil (g r ow1 n uw0 ow0 l d)) +("groening" nil (g r aa1 ax n ih0 ng)) +("groep" nil (g r ow1 p)) +("groesbeck" nil (g r ow1 s b eh0 k)) +("groff" nil (g r ao1 f)) +("groft" nil (g r aa1 f t)) +("grogan" nil (g r ow1 g ax n)) +("grogg" nil (g r aa1 g)) +("groggy" nil (g r aa1 g iy0)) +("groh" nil (g r ow1)) +("grohman" nil (g r ow1 m ax n)) +("grohs" nil (g r ow1 s)) +("groin" nil (g r oy1 n)) +("groined" nil (g r oy1 n d)) +("groins" nil (g r oy1 n z)) +("groleau" nil (g r ax l ow1)) +("grolier" nil (g r ow1 l y er0)) +("groll" nil (g r ow1 l)) +("grom" nil (g r aa1 m)) +("groma" nil (g r aa1 m ax)) +("groman" nil (g r ow1 m ax n)) +("gromek" nil (g r ow1 m ih0 k)) +("gromer" nil (g r ow1 m er0)) +("gromes" nil (g r ow1 m z)) +("gromyko" nil (g r ow0 m iy1 k ow0)) +("gronau" nil (g r ow1 n aw0)) +("gronberg" nil (g r aa1 n b er0 g)) +("grondahl" nil (g r aa1 n d aa1 l)) +("grondin" nil (g r aa1 n d ih0 n)) +("grone" nil (g r ow1 n)) +("gronemeyer" nil (g r aa1 n ih0 m ay0 er0)) +("groner" nil (g r ow1 n er0)) +("gronewold" nil (g r aa1 n uw0 ow0 l d)) +("groninger" nil (g r ow1 n ih0 ng er0)) +("gronlund" nil (g r aa1 n l ax n d)) +("gronowski" nil (g r ax n ao1 f s k iy0)) +("gronseth" nil (g r aa1 n s ih0 th)) +("gronski" nil (g r aa1 n s k iy0)) +("groom" nil (g r uw1 m)) +("groome" nil (g r uw1 m)) +("groomed" nil (g r uw1 m d)) +("groomers" nil (g r uw1 m er0 z)) +("groomes" nil (g r uw1 m z)) +("grooming" nil (g r uw1 m ih0 ng)) +("grooms" nil (g r uw1 m z)) +("groopman" nil (g r uw1 p m ax n)) +("groos" nil (g r uw1 z)) +("groot" nil (g r uw1 t)) +("grooters" nil (g r uw1 t er0 z)) +("groove" nil (g r uw1 v)) +("groover" nil (g r uw1 v er0)) +("grooves" nil (g r uw1 v z)) +("grooviest" nil (g r uw1 v iy0 ax s t)) +("groovy" nil (g r uw1 v iy0)) +("grope" nil (g r ow1 p)) +("groping" nil (g r ow1 p ih0 ng)) +("gropp" nil (g r aa1 p)) +("gropper" nil (g r aa1 p er0)) +("gros" nil (g r ow1 s)) +("grosbeak" nil (g r ow1 s b iy1 k)) +("grosbeaks" nil (g r ow1 s b iy1 k s)) +("grosch" nil (g r ao1 sh)) +("grose" nil (g r ow1 z)) +("groseclose" nil (g r aa0 s ih0 k l ow1 z)) +("grosh" nil (g r aa1 sh)) +("groshek" nil (g r aa1 sh ih0 k)) +("groshong" nil (g r aa1 sh ao0 ng)) +("grosjean" nil (g r ax s zh iy1 n)) +("groskopf" nil (g r aa1 s k ao0 p f)) +("gross" nil (g r ow1 s)) +("grossbard" nil (g r ow1 s b aa1 r d)) +("grossberg" nil (g r ow1 s b er0 g)) +("grosse" nil (g r aa1 s)) +("grossed" nil (g r ow1 s t)) +("grossenbacher" nil (g r aa1 s ih0 n b aa0 k er0)) +("grosser" nil (g r ow1 s er0)) +("grosses" nil (g r ow1 s ih0 z)) +("grossfeld" nil (g r ow1 s f eh1 l d)) +("grosshans" nil (g r aa1 sh ax n z)) +("grossi" nil (g r ow1 s iy0)) +("grossing" nil (g r ow1 s ih0 ng)) +("grosskopf" nil (g r ow1 s k ao0 p f)) +("grossly" nil (g r ow1 s l iy0)) +("grossman" nil (g r ow1 s m ax n)) +("grossmann" nil (g r ao1 s m ax n)) +("grossnickle" nil (g r aa1 s n ih0 k ax l)) +("grosso" nil (g r ow1 s ow0)) +("grosvenor" nil (g r ow1 v n er0)) +("grosz" nil (g r ow1 s)) +("grote" nil (g r ow1 t)) +("grotesque" nil (g r ow0 t eh1 s k)) +("grotesquely" nil (g r ow0 t eh1 s k l iy0)) +("groth" nil (g r aa1 th)) +("grothaus" nil (g r aa1 t hh aw1 s)) +("grothe" nil (g r ow1 dh)) +("grotheer" nil (g r ao1 th ih0 r)) +("groton" nil (g r aa1 t ax n)) +("grotto" nil (g r aa1 t ow1)) +("grotz" nil (g r aa1 t s)) +("grouch" nil (g r aw1 ch)) +("groucho" nil (g r uw1 ch ow0)) +("groulx" nil (g r aw1 l k s)) +("ground" nil (g r aw1 n d)) +("groundbreaking" nil (g r aw1 n d b r ey1 k ih0 ng)) +("grounded" nil (g r aw1 n d ih0 d)) +("groundhog" nil (g r aw1 n d hh aa1 g)) +("grounding" nil (g r aw1 n d ih0 ng)) +("groundless" nil (g r aw1 n d l ax s)) +("groundling" nil (g r aw1 n d l ih0 ng)) +("groundnut" nil (g r aw1 n d n ah1 t)) +("groundnuts" nil (g r aw1 n d n ah1 t s)) +("grounds" nil (g r aw1 n d z)) +("groundswell" nil (g r aw1 n d s w eh1 l)) +("groundwater" nil (g r aw1 n d w aa1 t er0)) +("groundwork" nil (g r aw1 n d w er1 k)) +("group" nil (g r uw1 p)) +("groupe" nil (g r uw1 p)) +("grouped" nil (g r uw1 p t)) +("groupement" nil (g r uw1 p m ax n t)) +("grouper" nil (g r uw1 p er0)) +("groupers" nil (g r uw1 p er0 z)) +("groupie" nil (g r uw1 p iy0)) +("groupies" nil (g r uw1 p iy0 z)) +("grouping" nil (g r uw1 p ih0 ng)) +("groupings" nil (g r uw1 p ih0 ng z)) +("groups" nil (g r uw1 p s)) +("groupware" nil (g r uw1 p w eh1 r)) +("grouse" nil (g r aw1 s)) +("groused" nil (g r aw1 s t)) +("grouses" nil (g r aw1 s ih0 z)) +("grousing" nil (g r aw1 s ih0 ng)) +("groussman" nil (g r aw1 s m ax n)) +("grout" nil (g r aw1 t)) +("grove" nil (g r ow1 v)) +("grovel" nil (g r aa1 v ax l)) +("groveling" nil (g r ao1 v ax l ih0 ng)) +("groveman" nil (g r ow1 v m ax n)) +("grover" nil (g r ow1 v er0)) +("grovers" nil (g r ow1 v er0 z)) +("groves" nil (g r ow1 v z)) +("grow" nil (g r ow1)) +("growe" nil (g r ow1)) +("grower" nil (g r ow1 er0)) +("growers" nil (g r ow1 er0 z)) +("growing" nil (g r ow1 ih0 ng)) +("growl" nil (g r aw1 l)) +("growled" nil (g r aw1 l d)) +("growling" nil (g r ow1 l ih0 ng)) +("growls" nil (g r aw1 l z)) +("grown" nil (g r ow1 n)) +("grownup" nil (g r ow1 n ah1 p)) +("grownups" nil (g r ow1 n ah1 p s)) +("grows" nil (g r ow1 z)) +("growth" nil (g r ow1 th)) +("growths" nil (g r ow1 th s)) +("grozny" nil (g r ow1 z n iy0)) +("grua" nil (g r uw1 ax)) +("grub" nil (g r ah1 b)) +("gruba" nil (g r uw1 b ax)) +("grubaugh" nil (g r ah1 b ao0)) +("grubb" nil (g r ah1 b)) +("grubbs" nil (g r ah1 b z)) +("grubby" nil (g r ah1 b iy0)) +("grube" nil (g r uw1 b)) +("gruben" nil (g r ah1 b ax n)) +("gruber" nil (g r uw1 b er0)) +("gruberova" nil (g r uw1 b eh0 r ow1 v ax)) +("grubman" nil (g r ah1 b m ax n)) +("grubs" nil (g r ah1 b z)) +("grubstein" nil (g r ah1 b s t iy1 n)) +("grudge" nil (g r ah1 jh)) +("grudges" nil (g r ah1 jh ih0 z)) +("grudging" nil (g r ah1 jh ih0 ng)) +("grudgingly" nil (g r ah1 jh ih0 ng l iy0)) +("grudzien" nil (g r ah1 d z iy0 n)) +("grudzinski" nil (g r ax jh ih1 n s k iy0)) +("gruel" nil (g r uw1 ih0 l)) +("grueling" nil (g r uw1 ih0 l ih0 ng)) +("gruen" nil (g r uw1 n)) +("gruenberg" nil (g r uh1 n b er0 g)) +("gruener" nil (g r uh1 n er0)) +("gruenewald" nil (g r uh1 n ih0 w ao0 l d)) +("gruenhagen" nil (g r uh1 n hh ax g ax n)) +("gruenwald" nil (g r uh1 n w ao0 l d)) +("gruesome" nil (g r uw1 s ax m)) +("gruet" nil (g r uw1 ih0 t)) +("gruetzmacher" nil (g r uh1 t s m aa1 k er0)) +("gruff" nil (g r ah1 f)) +("gruhlke" nil (g r uw1 l k)) +("gruhn" nil (g r ah1 n)) +("gruis" nil (g r uw1 ih0 z)) +("grulke" nil (g r ah1 l k)) +("grullon" nil (g r ah1 l ax n)) +("grum" nil (g r ah1 m)) +("grumbine" nil (g r ah1 m b ay1 n)) +("grumble" nil (g r ah1 m b ax l)) +("grumbled" nil (g r ah1 m b ax l d)) +("grumbles" nil (g r ah1 m b ax l z)) +("grumbling" nil (g r ah1 m b ax l ih0 ng)) +("grumblings" nil (g r ah1 m b ax l ih0 ng z)) +("grumman" nil (g r ah1 m ax n)) +("grummond" nil (g r ah1 m ax n d)) +("grump" nil (g r ah1 m p)) +("grumpy" nil (g r ah1 m p iy0)) +("grun" nil (g r ah1 n)) +("grunberg" nil (g r ah1 n b er0 g)) +("grund" nil (g r ah1 n d)) +("grunden" nil (g r ah1 n d ax n)) +("grunder" nil (g r ah1 n d er0)) +("grundfest" nil (g r ah1 n d f eh1 s t)) +("grundhofer" nil (g r ah1 n d hh aa1 f er0)) +("grundig" nil (g r ah1 n d ih0 g)) +("grundman" nil (g r ah1 n d m ax n)) +("grundstrom" nil (g r ah1 n d s t r ax m)) +("grundy" nil (g r ah1 n d iy0)) +("grunebaum" nil (g r uw1 n b aw1 m)) +("gruneich" nil (g r uw0 n ay1 k)) +("gruner" nil (g r uw1 n er0)) +("grunert" nil (g r uw1 n er0 t)) +("grunewald" nil (g r ah1 n ih0 w ao0 l d)) +("grunge" nil (g r ah1 n jh)) +("grungy" nil (g r ah1 n jh iy0)) +("grunion" nil (g r ah1 n y ax n)) +("grunow" nil (g r uw1 n ow0)) +("grunt" nil (g r ah1 n t)) +("gruntal" nil (g r ah1 n t ax l)) +("grunted" nil (g r ah1 n t ih0 d)) +("grunts" nil (g r ah1 n t s)) +("grunwald" nil (g r ah1 n w ao1 l d)) +("grupe" nil (g r uw1 p)) +("grupo" nil (g r uw1 p ow0)) +("grupp" nil (g r ah1 p)) +("gruppo" nil (g r uw1 p ow0)) +("grush" nil (g r ah1 sh)) +("grushow" nil (g r ah1 sh ow0)) +("gruss" nil (g r ah1 s)) +("grussing" nil (g r ah1 s ih0 ng)) +("gruszka" nil (g r ah1 sh k ax)) +("grutman" nil (g r ah1 t m ax n)) +("gruver" nil (g r uw1 v er0)) +("gruwell" nil (g r ah1 w eh0 l)) +("gryder" nil (g r ay1 d er0)) +("grygiel" nil (g r ih1 jh iy0 l)) +("gryphons" nil (g r ih1 f ax n z)) +("grzelak" nil (g er1 z ax l ae1 k)) +("grzesiak" nil (g er0 z eh1 s iy0 ae0 k)) +("grzeskowiak" nil (g er0 z ih0 s k aw1 iy0 ae0 k)) +("grzyb" nil (g er1 z ih1 b)) +("grzybowski" nil (g er1 z ih0 b aw1 s k iy0)) +("grzywacz" nil (g er1 z ih0 v ae1 ch)) +("grzywinski" nil (g er0 z ih0 w ih1 n s k iy0)) +("gschwind" nil (g ax sh w ay1 n d)) +("gsell" nil (g ax s eh1 l)) +("gtech" nil (g ax t eh1 k)) +("gu" nil (g uw1)) +("guadagno" nil (g aa0 d aa1 g n ow0)) +("guadalajara" nil (g w aa1 d ah1 l ax hh aa1 r ax)) +("guadalcanal" nil (g w aa1 d ax l k ax n ae1 l)) +("guadalupe" nil (g w aa1 d ax l uw1 p)) +("guadarrama" nil (g uw0 aa0 d aa0 r aa1 m ax)) +("guadeloupe" nil (g w aa1 d ax l uw1 p)) +("guagliardo" nil (g w aa1 g l iy0 aa1 r d ow0)) +("guajardo" nil (g w aa0 y aa1 r d ow0)) +("gualdoni" nil (g aa0 l d ow1 n iy0)) +("gualtieri" nil (g aa0 l t ih1 r iy0)) +("guam" nil (g w aa1 m)) +("guanaco" nil (g w ax n aa1 k ow1)) +("guandjo" nil (g w aa1 n jh ow1)) +("guandjong" nil (g w aa1 n jh ow1 ng)) +("guandong" nil (g w aa1 n d ow1 ng)) +("guangdong" nil (g w ae1 ng d ao1 ng)) +("guangjo" nil (g w aa1 ng jh ow1)) +("guangzhou" nil (g w ae1 ng z uw1)) +("guanine" nil (g w aa1 n iy1 n)) +("guano" nil (g w aa1 n ow1)) +("guantanamo" nil (g w aa1 n t aa1 n ax m ow1)) +("guarani" nil (g w aa1 r ax n iy1)) +("guarantee" nil (g eh1 r ax n t iy1)) +("guaranteed" nil (g eh1 r ax n t iy1 d)) +("guaranteeing" nil (g eh1 r ax n t iy1 ih0 ng)) +("guarantees" nil (g eh1 r ax n t iy1 z)) +("guaranties" nil (g eh1 r ax n t iy1 z)) +("guarantor" nil (g eh1 r ax n t ao1 r)) +("guarantors" nil (g eh1 r ax n t ao1 r z)) +("guaranty" nil (g eh1 r ax n t iy1)) +("guard" nil (g aa1 r d)) +("guardado" nil (g aa0 r d aa1 d ow0)) +("guarded" nil (g aa1 r d ax d)) +("guardedly" nil (g aa1 r d ih0 d l iy0)) +("guardfish" nil (g aa1 r d f ih1 sh)) +("guardia" nil (g w aa1 r d iy0 ax)) +("guardian" nil (g aa1 r d iy0 ax n)) +("guardians" nil (g aa1 r d iy0 ax n z)) +("guardianship" nil (g aa1 r d iy0 ax n sh ih0 p)) +("guarding" nil (g aa1 r d ih0 ng)) +("guardino" nil (g aa0 r d iy1 n ow0)) +("guardiola" nil (g aa0 r d iy0 ow1 l ax)) +("guardrails" nil (g aa1 r d r ey1 l z)) +("guards" nil (g aa1 r d z)) +("guardsman" nil (g aa1 r d z m ae1 n)) +("guardsmen" nil (g aa1 r d z m ih0 n)) +("guariglia" nil (g aa0 r iy1 g l iy0 ax)) +("guarini" nil (g aa0 r iy1 n iy0)) +("guarino" nil (g aa0 r iy1 n ow0)) +("guarisco" nil (g aa0 r iy1 s k ow0)) +("guarnaccia" nil (g aa0 r n ae1 ch iy0 ax)) +("guarneri" nil (g aa0 r n eh1 r iy0)) +("guarnieri" nil (g aa0 r n ih1 r iy0)) +("guasch" nil (g w ae1 sh)) +("guastella" nil (g aa0 s t eh1 l ax)) +("guatemala" nil (g w aa1 t ax m aa1 l ax)) +("guatemalan" nil (g w aa1 t ax m aa1 l ax n)) +("guatemalans" nil (g w aa1 t ax m aa1 l ax n z)) +("guattery" nil (g w aa1 t er0 iy0)) +("guavas" nil (g w aa1 v ax z)) +("guay" nil (g ey1)) +("guayabera" nil (g w ay1 ax b eh1 r ax)) +("guba" nil (g uw1 b ax)) +("gubbels" nil (g ah1 b ax l z)) +("gubbins" nil (g ah1 b ih0 n z)) +("guber" nil (g y uw1 b er0)) +("guberman" nil (g uw1 b er0 m ax n)) +("gubernatorial" nil (g uw0 b er0 n ax t ao1 r iy0 ax l)) +("gubler" nil (g y uw1 b ax l er0)) +("gubser" nil (g ah1 b s er0)) +("gucci" nil (g uw1 ch iy0)) +("gucciardo" nil (g uw0 ch aa1 r d ow0)) +("guccio" nil (g uw1 ch iy0 ow0)) +("guccione" nil (g uw0 k ch ow1 n iy0)) +("guck" nil (g ah1 k)) +("guckert" nil (g ah1 k er0 t)) +("gucwa" nil (g ah1 k w ax)) +("gude" nil (g y uw1 d)) +("guderian" nil (g y uw1 d iy1 r iy0 ax n)) +("gudgel" nil (g ah1 jh ax l)) +("gudgeon" nil (g ah1 jh ax n)) +("gudger" nil (g ah1 jh er0)) +("gudino" nil (g uw0 d iy1 n ow0)) +("gudmundson" nil (g ah1 d m ax n d s ax n)) +("gue" nil (g y uw1)) +("guedry" nil (g eh1 d r iy0)) +("guel" nil (g eh1 l)) +("guenette" nil (g ih0 n eh1 t)) +("guenna" nil (g ey1 n ax)) +("guenter" nil (g eh1 n t er0)) +("guenther" nil (g uh1 n th er0)) +("guenthner" nil (g eh1 n th n er0)) +("guerard" nil (g er0 aa1 r d)) +("guercio" nil (g eh1 r s iy0 ow0)) +("guerette" nil (g er0 eh1 t)) +("guerilla" nil (g er0 ih1 l ax)) +("guerillas" nil (g er0 ih1 l ax z)) +("guerin" nil (g eh1 r ih0 n)) +("guerino" nil (g eh0 r iy1 n ow0)) +("guernsey" nil (g er1 n z iy0)) +("guerra" nil (g w eh1 r ax)) +("guerrant" nil (g eh1 r ax n t)) +("guerre" nil (g eh1 r)) +("guerrera" nil (g w er0 eh1 r ax)) +("guerrero" nil (g er0 eh1 r ow0)) +("guerrette" nil (g er0 eh1 t)) +("guerrier" nil (g eh1 r iy0 er0)) +("guerrieri" nil (g er0 ih1 r iy0)) +("guerriero" nil (g er0 ih1 r ow0)) +("guerrilla" nil (g er0 ih1 l ax)) +("guerrillas" nil (g er0 ih1 l ax z)) +("guerrini" nil (g er0 iy1 n iy0)) +("guerry" nil (g er0 iy1)) +("guertin" nil (g eh0 r t iy1 n)) +("guess" nil (g eh1 s)) +("guessed" nil (g eh1 s t)) +("guesser" nil (g eh1 s er0)) +("guessers" nil (g eh1 s er0 z)) +("guesses" nil (g eh1 s ax z)) +("guessing" nil (g eh1 s ih0 ng)) +("guesstimate" nil (g eh1 s t ih0 m ih0 t)) +("guesstimates" nil (g eh1 s t ih0 m ih0 t s)) +("guesswork" nil (g eh1 s w er1 k)) +("guest" nil (g eh1 s t)) +("guests" nil (g eh1 s t s)) +("guettler" nil (g eh1 t ax l er0)) +("guevara" nil (g ey0 v aa1 r ax)) +("guez" nil (g eh1 z)) +("guffaws" nil (g ax f ao1 z)) +("guffey" nil (g ah1 f iy0)) +("guffin" nil (g ah1 f ih0 n)) +("guffy" nil (g ah1 f iy0)) +("gugel" nil (g uw1 g ax l)) +("guggenheim" nil (g uw1 g ax n hh ay1 m)) +("guggisberg" nil (g ah1 g ih0 s b er0 g)) +("gugino" nil (g uw0 jh iy1 n ow0)) +("guglielmetti" nil (g uw0 g l iy0 eh0 l m eh1 t iy0)) +("guglielmi" nil (g uw0 g l iy0 eh1 l m iy0)) +("guglielmo" nil (g uw0 g l iy0 eh1 l m ow0)) +("gugliotta" nil (g uw0 g l iy0 ow1 t ax)) +("gugliotti" nil (g uw0 g l iy0 ow1 t iy0)) +("gugliuzza" nil (g uw0 g l iy0 uw1 t s ax)) +("guhl" nil (g ah1 l)) +("guiana" nil (g iy0 aa1 n ax)) +("guice" nil (g ay1 s)) +("guichard" nil (g ih0 sh aa1 r d)) +("guida" nil (g iy1 d ax)) +("guidance" nil (g ay1 d ax n s)) +("guide" nil (g ay1 d)) +("guidebook" nil (g ay1 d b uh1 k)) +("guidebooks" nil (g ay1 d b uh1 k s)) +("guided" nil (g ay1 d ax d)) +("guideline" nil (g ay1 d l ay1 n)) +("guidelines" nil (g ay1 d l ay1 n z)) +("guidepost" nil (g ay1 d p ow1 s t)) +("guideposts" nil (g ay1 d p ow1 s t s)) +("guider" nil (g ay1 d er0)) +("guidera" nil (g iy0 d eh1 r ax)) +("guides" nil (g ay1 d z)) +("guidi" nil (g iy1 d iy0)) +("guidice" nil (g ay1 d ih0 s)) +("guiding" nil (g ay1 d ih0 ng)) +("guido" nil (g w iy1 d ow0)) +("guidone" nil (g iy0 d ow1 n iy0)) +("guidotti" nil (g iy0 d ow1 t iy0)) +("guidroz" nil (g w iy1 d r ow0 z)) +("guidry" nil (g ih1 d er0 iy0)) +("guier" nil (g ay1 er0)) +("guiffre" nil (g ih1 f er0)) +("guilbault" nil (g ih0 l b ow1)) +("guilbeau" nil (g ih0 l b ow1)) +("guilbeault" nil (g ih0 l b ow1)) +("guilbeaux" nil (g ih0 l b ow1)) +("guilbert" nil (g ih1 l b er0 t)) +("guild" nil (g ih1 l d)) +("guilder" nil (g ih1 l d er0)) +("guilders" nil (g ih1 l d er0 z)) +("guildhall" nil (g ih1 l d hh ao1 l)) +("guilds" nil (g ih1 l d z)) +("guile" nil (g ay1 l)) +("guileless" nil (g ay1 l l ax s)) +("guiles" nil (g ay1 l z)) +("guilfoil" nil (g ih0 l f oy1 l)) +("guilford" nil (g ih1 l f er0 d)) +("guilfoyle" nil (g ih1 l f oy0 l)) +("guiliani" nil (g iy1 l iy0 aa1 n iy0)) +("guiliano" nil (g iy1 l iy0 aa1 n ow0)) +("guilin" nil (g ih1 l ih0 n)) +("guill" nil (g ih1 l)) +("guilla" nil (g w ih1 l ax)) +("guillaume" nil (g ih1 l aw1 m)) +("guillemette" nil (g ih1 l ax m eh1 t)) +("guillen" nil (g ih1 l ax n)) +("guillermo" nil (g w ih0 l y eh1 r m ow0)) +("guillet" nil (g ih0 l eh1 t)) +("guillette" nil (g ih0 l eh1 t)) +("guilliams" nil (g w iy0 l iy1 aa0 m z)) +("guillory" nil (g ih1 l er0 iy0)) +("guillot" nil (g ih0 l ow1)) +("guillotine" nil (g ih1 l ax t iy1 n)) +("guillotte" nil (g ih0 l ao1 t)) +("guilmartin" nil (g ih0 l m aa1 r t ih0 n)) +("guilmette" nil (g ih0 l m eh1 t)) +("guilt" nil (g ih1 l t)) +("guilty" nil (g ih1 l t iy0)) +("guimaraes" nil (g ih1 m er0 ey1 z)) +("guimond" nil (g ih0 m aa1 n d)) +("guimont" nil (g ih0 m aa1 n t)) +("guin" nil (g ih1 n)) +("guinan" nil (g w iy0 n aa1 n)) +("guinarou" nil (g w ih0 n aa1 r ow1)) +("guindon" nil (g ih1 n d ax n)) +("guinea" nil (g ih1 n iy0)) +("guineas" nil (g ih1 n iy0 z)) +("guiney" nil (g ih1 n iy0)) +("guinier" nil (g w ih0 n ih1 r)) +("guinn" nil (g ih1 n)) +("guinness" nil (g ih1 n ax s)) +("guinta" nil (g w iy1 n t ax)) +("guinther" nil (g ih1 n dh er0)) +("guinto" nil (g w iy1 n t ow0)) +("guinyard" nil (g ih0 n y aa1 r d)) +("guion" nil (g w iy0 ao1 n)) +("guire" nil (g ay1 r)) +("guise" nil (g ay1 z)) +("guises" nil (g ay1 z ax z)) +("guisewite" nil (g ay1 s w ay1 t)) +("guisinger" nil (g ih1 s ih0 n jh er0)) +("guitar" nil (g ih0 t aa1 r)) +("guitarist" nil (g ih1 t aa1 r ax s t)) +("guitarists" nil (g ih1 t aa1 r ax s t s)) +("guitarro" nil (g ih0 t aa1 r ow0)) +("guitars" nil (g ih0 t aa1 r z)) +("guiterrez" nil (g w iy0 t eh1 r eh0 z)) +("guitierrez" nil (g w iy0 t ih1 r eh0 z)) +("guizar" nil (g w iy0 z aa1 r)) +("gujarat" nil (g y uw1 jh er0 ae1 t)) +("gul" nil (g ah1 l)) +("gula" nil (g y uw1 l ax)) +("gulag" nil (g y uw1 l ae0 g)) +("gulas" nil (g y uw1 l ax z)) +("gulbrandsen" nil (g ah1 l b r ax n d s ax n)) +("gulbrandson" nil (g ah1 l b r ax n d s ax n)) +("gulbransen" nil (g ah1 l b r ax n s ax n)) +("gulbranson" nil (g ah1 l b r ax n s ax n)) +("gulbuddin" nil (g ah1 b uw1 d ih0 n)) +("gulch" nil (g ah1 l ch)) +("guldin" nil (g ah1 l d ih0 n)) +("gulf" nil (g ah1 l f)) +("gulfstream" nil (g ah1 l f s t r iy1 m)) +("gulick" nil (g y uw1 l ih0 k)) +("gulino" nil (g uw0 l iy1 n ow0)) +("gull" nil (g ah1 l)) +("gulla" nil (g ah1 l ax)) +("gullah" nil (g ah1 l ax)) +("gullatt" nil (g ah1 l ax t)) +("gulledge" nil (g uw1 l ih0 jh)) +("gullet" nil (g ah1 l ax t)) +("gullett" nil (g uw1 l ih0 t)) +("gullette" nil (g uw0 l eh1 t)) +("gulley" nil (g ah1 l iy0)) +("gulli" nil (g uw1 l iy0)) +("gullibility" nil (g ah1 l ax b ih1 l ih0 t iy0)) +("gullible" nil (g ah1 l ax b ax l)) +("gullick" nil (g ah1 l ih0 k)) +("gullickson" nil (g ah1 l ih0 k s ax n)) +("gullies" nil (g ah1 l iy0 z)) +("gulliford" nil (g ah1 l ih0 f er0 d)) +("gullikson" nil (g ah1 l ih0 k s ax n)) +("gullion" nil (g ah1 l y ax n)) +("gulliver" nil (g ah1 l ih0 v er0)) +("gullo" nil (g uw1 l ow0)) +("gully" nil (g ah1 l iy0)) +("gulp" nil (g ah1 l p)) +("gulped" nil (g ah1 l p t)) +("gulping" nil (g ah1 l p ih0 ng)) +("gulps" nil (g ah1 l p s)) +("gulyas" nil (g uw1 l y ax s)) +("gum" nil (g ah1 m)) +("gumaer" nil (g ah1 m aw0 er0)) +("gumbel" nil (g ah1 m b ax l)) +("gumbert" nil (g ah1 m b er0 t)) +("gumbi" nil (g ah1 m b iy0)) +("gumbiner" nil (g ah1 m b ay1 n er0)) +("gumbinger" nil (g ah1 m b ih1 ng er0)) +("gumbo" nil (g ah1 m b ow0)) +("gumbs" nil (g ah1 m z)) +("gumi" nil (g uw1 m iy0)) +("gumina" nil (g uw0 m iy1 n ax)) +("gumm" nil (g ah1 m)) +("gummed" nil (g ah1 m d)) +("gummi" nil (g y uw1 m iy0)) +("gummy" nil (g ah1 m iy0)) +("gump" nil (g ah1 m p)) +("gumpert" nil (g ah1 m p er1 t)) +("gumport" nil (g ah1 m p ao1 r t)) +("gumpp" nil (g ah1 m p)) +("gumption" nil (g ah1 m p sh ax n)) +("gums" nil (g ah1 m z)) +("gumshoe" nil (g ah1 m sh uw1)) +("gumucio" nil (g y uw1 m y uw1 s iy0 ow0)) +("gumz" nil (g ah1 m z)) +("gun" nil (g ah1 n)) +("gunboat" nil (g ah1 n b ow1 t)) +("gunboats" nil (g ah1 n b ow1 t s)) +("gunby" nil (g ah1 n b iy0)) +("guncotton" nil (g ah1 n k aa1 t ax n)) +("gundel" nil (g ah1 n d ax l)) +("gunder" nil (g ah1 n d er0)) +("gunderman" nil (g ah1 n d er0 m ax n)) +("gundersen" nil (g ah1 n d er0 s ax n)) +("gunderson" nil (g ah1 n d er0 s ax n)) +("gundlach" nil (g ah1 n d l ax k)) +("gundle" nil (g ah1 n d ax l)) +("gundog" nil (g ah1 n d ao1 g)) +("gundrum" nil (g ah1 n d r ax m)) +("gundry" nil (g ah1 n d er0 iy0)) +("gundy" nil (g ah1 n d iy0)) +("gunfight" nil (g ah1 n f ay1 t)) +("gunfighter" nil (g ah1 n f ay1 t er0)) +("gunfighters" nil (g ah1 n f ay1 t er0 z)) +("gunfighting" nil (g ah1 n f ay1 t ih0 ng)) +("gunfights" nil (g ah1 n f ay1 t s)) +("gunfire" nil (g ah1 n f ay1 er0)) +("gunflint" nil (g ah1 n f l ih0 n t)) +("gung" nil (g ah1 ng)) +("gunhilda" nil (g uw0 n hh iy1 l d ax)) +("gunia" nil (g uw1 n iy0 ax)) +("gunkel" nil (g ah1 ng k ax l)) +("gunlicks" nil (g ah1 n l ih0 k s)) +("gunman" nil (g ah1 n m ax n)) +("gunmen" nil (g ah1 n m eh1 n)) +("gunn" nil (g ah1 n)) +("gunnar" nil (g ah1 n er0)) +("gunnarson" nil (g ah1 n aa0 r s ax n)) +("gunned" nil (g ah1 n d)) +("gunnell" nil (g ah1 n ax l)) +("gunnells" nil (g ah1 n ax l z)) +("gunnels" nil (g ah1 n ax l z)) +("gunner" nil (g ah1 n er0)) +("gunners" nil (g ah1 n er0 z)) +("gunnerson" nil (g ah1 n er0 s ax n)) +("gunnery" nil (g ah1 n er0 iy0)) +("gunning" nil (g ah1 n ih0 ng)) +("gunnison" nil (g ah1 n ih0 s ax n)) +("gunnoe" nil (g ah1 n ow0)) +("gunny" nil (g ah1 n iy0)) +("gunpoint" nil (g ah1 n p oy1 n t)) +("gunpowder" nil (g ah1 n p aw1 d er0)) +("gunrunner" nil (g ah1 n r ah1 n er0)) +("guns" nil (g ah1 n z)) +("gunsalus" nil (g ax n s aa1 l ax s)) +("gunship" nil (g ah1 n sh ih1 p)) +("gunships" nil (g ah1 n sh ih1 p s)) +("gunshot" nil (g ah1 n sh aa1 t)) +("gunshots" nil (g ah1 n sh aa1 t s)) +("gunslinger" nil (g ah1 n s l ih1 ng er0)) +("gunslingers" nil (g ah1 n s l ih1 ng er0 z)) +("gunst" nil (g ah1 n s t)) +("gunter" nil (g ah1 n t er0)) +("gunther" nil (g ah1 n th er0)) +("guntur" nil (g ah1 n t er0)) +("gunty" nil (g ah1 n t iy0)) +("guppies" nil (g ah1 p iy0 z)) +("gupta" nil (g uh1 p t ax)) +("guptill" nil (g ah1 p t ih0 l)) +("gupton" nil (g ah1 p t ax n)) +("gura" nil (g uh1 r ax)) +("gural" nil (g y uh1 r ax l)) +("gurevich" nil (g y uw1 r ih0 v ih0 ch)) +("gurganious" nil (g er1 g ax n iy0 ih0 s)) +("gurganus" nil (g er1 g ax n ih0 s)) +("gurgle" nil (g er1 g ax l)) +("gurgling" nil (g er1 g ax l ih0 ng)) +("gurian" nil (g y uh1 r iy0 ax n)) +("gurion" nil (g y uh1 r iy0 ax n)) +("gurit" nil (g y uh1 r ih0 t)) +("gurka" nil (g er1 k ax)) +("gurkin" nil (g er1 k ih0 n)) +("gurley" nil (g er1 l iy0)) +("gurnards" nil (g er1 n er0 d z)) +("gurnee" nil (g er0 n iy1)) +("gurney" nil (g er1 n iy0)) +("gurnsey" nil (g er1 n s iy0)) +("gurr" nil (g er1)) +("gurria" nil (g er1 iy0 ax)) +("gurrola" nil (g uh0 r ow1 l ax)) +("gurry" nil (g er1 iy0)) +("gurski" nil (g er1 s k iy0)) +("gursky" nil (g er1 s k iy0)) +("gurtler" nil (g er1 t ax l er0)) +("gurtner" nil (g er1 t n er0)) +("gurtz" nil (g er1 t s)) +("guru" nil (g uw1 r uw1)) +("gurule" nil (g er0 uw1 l)) +("gurus" nil (g uw1 r uw1 z)) +("gus" nil (g ah1 s)) +("guse" nil (g y uw1 z)) +("gusella" nil (g y uw1 s eh1 l ax)) +("guseman" nil (g uw1 s m ax n)) +("gush" nil (g ah1 sh)) +("gushed" nil (g ah1 sh t)) +("gusher" nil (g ah1 sh er0)) +("gushers" nil (g ah1 sh er0 z)) +("gushes" nil (g ah1 sh ih0 z)) +("gushing" nil (g ah1 sh ih0 ng)) +("gusinsky" nil (g ax s ih1 n s k iy0)) +("gusky" nil (g ah1 s k iy0)) +("gusler" nil (g ah1 s ax l er0)) +("gusman" nil (g ah1 s m ax n)) +("guss" nil (g ah1 s)) +("gussie" nil (g ah1 s iy0)) +("gussied" nil (g ah1 s iy0 d)) +("gussman" nil (g ah1 s m ax n)) +("gussy" nil (g ah1 s iy0)) +("gust" nil (g ah1 s t)) +("gustaf" nil (g uw1 s t aa0 f)) +("gustafson" nil (g ah1 s t ax f s ax n)) +("gustafsson" nil (g uw1 s t aa0 f s ax n)) +("gustav" nil (g uh1 s t aa0 f)) +("gustava" nil (g uw0 s t aa1 v ax)) +("gustave" nil (g uw0 s t aa1 v iy0)) +("gustaveson" nil (g uw0 s t aa0 v ey1 s ax n)) +("gustavo" nil (g ax s t aa1 v ow0)) +("gustavson" nil (g ah1 s t ax v s ax n)) +("guste" nil (g ah1 s t)) +("gusted" nil (g ah1 s t ih0 d)) +("guster" nil (g ah1 s t er0)) +("gustin" nil (g ah1 s t ih0 n)) +("gusto" nil (g ah1 s t ow1)) +("guston" nil (g ah1 s t ax n)) +("gusts" nil (g ah1 s t s)) +("gustus" nil (g ah1 s t ax s)) +("gusty" nil (g ah1 s t iy0)) +("gut" nil (g ah1 t)) +("gutekunst" nil (g ah1 t ih0 k ax n s t)) +("guterman" nil (g y uw1 t er0 m ax n)) +("gutermuth" nil (g ah1 t er0 m uw0 th)) +("gutfeld" nil (g ah1 t f eh1 l d)) +("gutfreund" nil (g uh1 t f r eh1 n d)) +("guth" nil (g uw1 th)) +("gutherie" nil (g ah1 th er0 iy0)) +("guthery" nil (g ah1 th er0 iy0)) +("guthmiller" nil (g ah1 th m ax l er0)) +("guthridge" nil (g ah1 th r ih0 jh)) +("guthrie" nil (g ah1 th r iy0)) +("gutierez" nil (g uw0 t ih1 r eh0 z)) +("gutierres" nil (g uw0 t y eh1 r eh0 z)) +("gutierrez" nil (g uw0 t y eh1 r eh0 z)) +("gutknecht" nil (g uw1 t n eh0 k t)) +("gutkowski" nil (g ax t k ao1 f s k iy0)) +("gutman" nil (g ah1 t m ax n)) +("gutmann" nil (g ah1 t m ax n)) +("gutowski" nil (g ax t ao1 f s k iy0)) +("gutridge" nil (g ah1 t r ih1 jh)) +("guts" nil (g ah1 t s)) +("gutshall" nil (g ah1 ch ax l)) +("gutsy" nil (g ah1 t s iy1)) +("gutt" nil (g ah1 t)) +("gutted" nil (g ah1 t ih0 d)) +("guttenberg" nil (g ah1 t ax n b er0 g)) +("gutter" nil (g ah1 t er0)) +("guttered" nil (g ah1 t er0 d)) +("guttering" nil (g ah1 t er0 ih0 ng)) +("gutterman" nil (g ah1 t er0 m ax n)) +("gutters" nil (g ah1 t er0 z)) +("gutting" nil (g ah1 t ih0 ng)) +("guttmacher" nil (g ah1 t m aa1 k er0)) +("guttman" nil (g ah1 t m ax n)) +("guttmann" nil (g ah1 t m ax n)) +("guttural" nil (g ah1 t er0 ax l)) +("gutwein" nil (g ah1 t w ay1 n)) +("gutzman" nil (g ah1 t s m ax n)) +("gutzmer" nil (g ah1 t s m er0)) +("gutzwiller" nil (g ah1 t s w ih1 l er0)) +("guy" nil (g ay1)) +("guyana" nil (g ay1 aa1 n ax)) +("guyer" nil (g ay1 er0)) +("guyett" nil (g ay1 eh1 t)) +("guyette" nil (g ay1 eh1 t)) +("guymon" nil (g ay1 m ax n)) +("guynes" nil (g ay1 n z)) +("guynn" nil (g ay1 n)) +("guyon" nil (g ay1 ax n)) +("guyot" nil (g ay1 ax t)) +("guys" nil (g ay1 z)) +("guyton" nil (g ay1 t ax n)) +("guza" nil (g y uw1 z ax)) +("guzek" nil (g uw1 z eh0 k)) +("guzik" nil (g y uw1 z ih0 k)) +("guzman" nil (g ah1 z m ax n)) +("guzowski" nil (g ax z ao1 f s k iy0)) +("guzy" nil (g y uw1 z iy0)) +("guzzardo" nil (g uw0 t s aa1 r d ow0)) +("guzzetta" nil (g uw0 t s eh1 t ax)) +("guzzetti" nil (g y uw0 z eh1 t iy0)) +("guzzi" nil (g uw1 t s iy0)) +("guzzle" nil (g ah1 z ax l)) +("guzzler" nil (g ah1 z l er0)) +("guzzlers" nil (g ah1 z ax l er0 z)) +("guzzling" nil (g ah1 z ax l ih0 ng)) +("guzzo" nil (g uw1 z ow0)) +("gvaryahu" nil (g ax v eh0 r y aa1 hh uw0)) +("gwaltney" nil (g w ao1 l t n iy0)) +("gwartney" nil (g w ao1 r t n iy0)) +("gwen" nil (g w eh1 n)) +("gwenda" nil (g w eh1 n d ax)) +("gwendolyn" nil (g w eh1 n d ax l ih0 n)) +("gwennie" nil (g w eh1 n iy0)) +("gwenore" nil (g w eh1 n er0)) +("gwin" nil (g w ih1 n)) +("gwinn" nil (g w ih1 n)) +("gwinner" nil (g w ih1 n er0)) +("gwinnett" nil (g w ih0 n eh1 t)) +("gwizdala" nil (g w ih0 z d aa1 l ax)) +("gwozdz" nil (g w aa1 z d z)) +("gwyn" nil (g w ih1 n)) +("gwynn" nil (g w ih1 n)) +("gwynne" nil (g w ih1 n)) +("gyger" nil (g ay1 g er0)) +("gyi" nil (g iy1)) +("gyles" nil (jh ay1 l z)) +("gyllenhammar" nil (jh ih1 l eh0 n hh ae1 m er0)) +("gym" nil (jh ih1 m)) +("gymboree" nil (jh ih1 m b ao0 r iy1)) +("gymnasia" nil (jh ih0 m n ey1 z iy0 ax)) +("gymnasium" nil (jh ih0 m n ey1 z iy0 ax m)) +("gymnasiums" nil (jh ih0 m n ey1 z iy0 ax m z)) +("gymnast" nil (jh ih1 m n ax s t)) +("gymnastic" nil (jh ih0 m n ae1 s t ih0 k)) +("gymnastics" nil (jh ih0 m n ae1 s t ih0 k s)) +("gymnasts" nil (jh ih1 m n ae0 s t s)) +("gyms" nil (jh ih1 m z)) +("gynecologic" nil (g ay1 n ax k ax l aa1 jh ih0 k)) +("gynecological" nil (g ay1 n ax k ax l aa1 jh ih0 k ax l)) +("gynecologist" nil (g ay1 n ax k aa1 l ax jh ax s t)) +("gynecologists" nil (g ay1 n ax k aa1 l ax jh ax s t s)) +("gynecology" nil (g ay1 n ax k aa1 l ax jh iy0)) +("gynex" nil (jh ih1 n ax k s)) +("gyohten" nil (g y ow1 t ax n)) +("gyosai" nil (g y ow1 s ey1)) +("gypped" nil (jh ih1 p t)) +("gypsies" nil (jh ih1 p s iy0 z)) +("gypsum" nil (jh ih1 p s ax m)) +("gypsy" nil (jh ih1 p s iy0)) +("gyr" nil (jh ay1 r)) +("gyrate" nil (jh ay1 r ey1 t)) +("gyrated" nil (jh ay1 r ey1 t ih0 d)) +("gyrating" nil (jh ay1 r ey1 t ih0 ng)) +("gyrations" nil (jh ay0 r ey1 sh ax n z)) +("gyro" nil (jh ay1 r ow1)) +("gyrocompass" nil (jh ay1 r ow0 k ah1 m p ax s)) +("gyropilot" nil (jh ay1 r ow0 p ay1 l ax t)) +("gyros" nil (jh ay1 r ow1 z)) +("gyroscope" nil (jh ay1 r ax s k ow1 p)) +("gyroscopes" nil (jh ay1 r ax s k ow1 p s)) +("gyroscopic" nil (jh ay1 r ax s k aa1 p ih0 k)) +("gytha" nil (jh ay1 dh ax)) +("gyuhama" nil (g y uw1 hh aa1 m ax)) +("h" nil (ey1 ch)) +("ha" nil (hh aa1)) +("haab" nil (hh aa1 b)) +("haack" nil (hh aa1 k)) +("haacke" nil (hh aa1 k)) +("haaf" nil (hh aa1 f)) +("haag" nil (hh aa1 g)) +("haagen" nil (hh aa1 g ax n)) +("haagenson" nil (hh aa1 g ih0 n s ax n)) +("haak" nil (hh aa1 k)) +("haake" nil (hh aa1 k)) +("haakenson" nil (hh aa1 k ih0 n s ax n)) +("haaland" nil (hh aa1 l ax n d)) +("haan" nil (hh aa1 n)) +("haapala" nil (hh aa1 p aa1 l ax)) +("haar" nil (hh aa1 r)) +("haas" nil (hh aa1 s)) +("haase" nil (hh aa1 s)) +("haass" nil (hh aa1 s)) +("haavelmo" nil (hh aa1 v eh1 l m ow0)) +("habben" nil (hh ae1 b ax n)) +("habeas" nil (hh ae1 b iy0 ax s)) +("habeck" nil (hh aa1 b eh0 k)) +("habecker" nil (hh ae1 b eh0 k er0)) +("habeeb" nil (hh ae1 b iy0 b)) +("habegger" nil (hh ae1 b ih0 g er0)) +("habel" nil (hh ae1 b ax l)) +("habenicht" nil (hh ae1 b ih0 n ih0 k t)) +("haber" nil (hh ey1 b er0)) +("haberdashery" nil (hh ae1 b er0 d ae1 sh er0 iy0)) +("haberer" nil (hh ae1 b er0 er0)) +("haberkorn" nil (hh ae1 b er0 k er0 n)) +("haberl" nil (hh ae1 b er0 l)) +("haberland" nil (hh ae1 b er0 l ax n d)) +("haberle" nil (hh ae1 b er0 ax l)) +("haberman" nil (hh ey1 b er0 m ax n)) +("habermann" nil (hh ey1 b er0 m ax n)) +("habermehl" nil (hh ae1 b er0 m ax l)) +("haberstroh" nil (hh aa0 b eh1 r s t r ow0)) +("habib" nil (hh ax b iy1 b)) +("habibie" nil (hh ax b iy1 b iy0)) +("habich" nil (hh ae1 b ih0 k)) +("habicht" nil (hh ae1 b ih0 k t)) +("habig" nil (hh ae1 b ih0 g)) +("habiger" nil (hh ae1 b ih0 g er0)) +("habit" nil (hh ae1 b ax t)) +("habitable" nil (hh ae1 b ax t ax b ax l)) +("habitat" nil (hh ae1 b ax t ae1 t)) +("habitation" nil (hh ae1 b ax t ey1 sh ax n)) +("habitats" nil (hh ae1 b ax t ae1 t s)) +("habits" nil (hh ae1 b ax t s)) +("habitual" nil (hh ax b ih1 ch uw0 ax l)) +("habitually" nil (hh ax b ih1 ch uw0 ax l iy0)) +("habitues" nil (hh ae1 b ih0 ch uw0 z)) +("hable" nil (hh ey1 b ax l)) +("habsburg" nil (hh ae1 p s b er0 g)) +("haby" nil (hh ey1 b iy0)) +("hach" nil (hh ae1 ch)) +("hachette" nil (hh ax sh eh1 t)) +("hachey" nil (hh ae1 ch iy0)) +("hachtel" nil (hh ae1 k t ax l)) +("hacienda" nil (hh ae1 s iy0 eh1 n d ax)) +("hack" nil (hh ae1 k)) +("hackathorn" nil (hh ae1 k ax th er0 n)) +("hackbart" nil (hh ae1 k b aa1 r t)) +("hackbarth" nil (hh ae1 k b aa1 r th)) +("hackberry" nil (hh ae1 k b eh1 r iy0)) +("hacke" nil (hh ae1 k)) +("hacked" nil (hh ae1 k t)) +("hackel" nil (hh ae1 k ax l)) +("hackenberg" nil (hh ae1 k ax n b er0 g)) +("hackensack" nil (hh ae1 k ax n s ae1 k)) +("hacker" nil (hh ae1 k er0)) +("hackers" nil (hh ae1 k er0 z)) +("hackert" nil (hh ae1 k er0 t)) +("hackett" nil (hh ae1 k ih0 t)) +("hackford" nil (hh ae1 k f er0 d)) +("hacking" nil (hh ae1 k ih0 ng)) +("hackl" nil (hh ae1 k ax l)) +("hackleman" nil (hh ae1 k ax l m ax n)) +("hackler" nil (hh ae1 k ax l er0)) +("hackles" nil (hh ae1 k ax l z)) +("hackley" nil (hh ae1 k l iy0)) +("hackman" nil (hh ae1 k m ae1 n)) +("hackmann" nil (hh ae1 k m ax n)) +("hackmatack" nil (hh ae1 k m ax t ae1 k)) +("hackney" nil (hh ae1 k n iy0)) +("hackneyed" nil (hh ae1 k n iy0 d)) +("hacks" nil (hh ae1 k s)) +("hacksaw" nil (hh ae1 k s ao1)) +("hackstaff" nil (hh ae1 k s t ae1 f)) +("hackworth" nil (hh ae1 k w er1 th)) +("had" nil (hh ae1 d)) +("hada" nil (hh aa1 d ax)) +("hadad" nil (hh ae1 d ax d)) +("hadaway" nil (hh aa1 d ax w ey0)) +("hadd" nil (hh ae1 d)) +("haddad" nil (hh ae1 d ax d)) +("haddan" nil (hh ae1 d ax n)) +("haddaway" nil (hh ae1 d ax w ey0)) +("hadden" nil (hh ae1 d ax n)) +("haddock" nil (hh ae1 d ax k)) +("haddon" nil (hh ae1 d ax n)) +("haddow" nil (hh ae1 d ow0)) +("hade" nil (hh ey1 d)) +("haden" nil (hh ey1 d ax n)) +("hader" nil (hh ey1 d er0)) +("hades" nil (hh ey1 d iy0 z)) +("hadfield" nil (hh ae1 d f iy1 l d)) +("hadid" nil (hh aa0 d iy1 d)) +("hadleigh" nil (hh ae1 d l ax)) +("hadler" nil (hh ey1 d ax l er0)) +("hadley" nil (hh ae1 d l iy0)) +("hadlock" nil (hh ae1 d l ax k)) +("hadnot" nil (hh ae1 d n ax t)) +("hadria" nil (hh ae1 d r iy0 ax)) +("hadrian" nil (hh ae1 d r iy0 ax n)) +("hadsall" nil (hh ae1 d s ax l)) +("hadsell" nil (hh ae1 d s ax l)) +("hadson" nil (hh ae1 d s ax n)) +("hadwin" nil (hh ae1 d w ih0 n)) +("haeberle" nil (hh eh1 b er0 ax l)) +("haecker" nil (hh eh1 k er0)) +("haefele" nil (hh eh1 f ax l)) +("haeffner" nil (hh eh1 f n er0)) +("haefner" nil (hh eh1 f n er0)) +("haegele" nil (hh eh1 g ax l)) +("haeger" nil (hh eh1 g er0)) +("haen" nil (hh iy1 n)) +("haenel" nil (hh eh1 n ax l)) +("haering" nil (hh aa1 er0 ih0 ng)) +("haertel" nil (hh eh1 r t ax l)) +("haese" nil (hh iy1 s)) +("haessly" nil (hh ae1 s l iy0)) +("haeussler" nil (hh aw1 s l er0)) +("hafele" nil (hh ae1 f ax l)) +("hafeman" nil (hh ey1 f m ax n)) +("hafen" nil (hh ae1 f ax n)) +("hafer" nil (hh ey1 f er0)) +("hafey" nil (hh ey1 f iy0)) +("hafez" nil (hh aa1 f eh0 z)) +("haff" nil (hh ae1 f)) +("haffey" nil (hh ae1 f iy0)) +("haffner" nil (hh ae1 f n er0)) +("hafford" nil (hh ae1 f er0 d)) +("hafif" nil (hh aa0 f iy1 f)) +("hafley" nil (hh ae1 f l iy0)) +("hafner" nil (hh ae1 f n er0)) +("hafnia" nil (hh ae1 f n iy0 ax)) +("hafnium" nil (hh ae1 f n iy0 ax m)) +("haft" nil (hh ae1 f t)) +("hafta" nil (hh ae1 f t ax)) +("hafts" nil (hh ae1 f t s)) +("hag" nil (hh ae1 g)) +("haga" nil (hh aa1 g ax)) +("hagadorn" nil (hh ae1 g ax d ao0 r n)) +("hagaman" nil (hh ae1 g ax m ax n)) +("hagan" nil (hh ey1 g ax n)) +("hagans" nil (hh ey1 g ax n z)) +("hagar" nil (hh ey1 g aa0 r)) +("hagarty" nil (hh ae1 g aa0 r t iy0)) +("hagberg" nil (hh ae1 g b er0 g)) +("hage" nil (hh ey1 jh)) +("hagedorn" nil (hh ae1 g ih0 d er0 n)) +("hagee" nil (hh ae1 jh iy0)) +("hagel" nil (hh ae1 g ax l)) +("hagelin" nil (hh ae1 g ih0 l ih0 n)) +("hageman" nil (hh ey1 jh m ax n)) +("hagemann" nil (hh ey1 jh m ax n)) +("hagemeier" nil (hh ae1 g ih0 m ay0 er0)) +("hagemeister" nil (hh ae1 g ih0 m ay0 s t er0)) +("hagemeyer" nil (hh ae1 g ih0 m ay0 er0)) +("hagen" nil (hh ey1 g ax n)) +("hagenbuch" nil (hh ae1 g ih0 n b ax k)) +("hagenlocker" nil (hh ey1 g ax n l aa1 k er0)) +("hagenow" nil (hh ae1 jh ih0 n ow0)) +("hagens" nil (hh ey1 g ax n z)) +("hager" nil (hh ey1 g er0)) +("hagerman" nil (hh ey1 g er0 m ax n)) +("hagerstown" nil (hh ey1 g er0 z t aw1 n)) +("hagerty" nil (hh ae1 jh er0 t iy0)) +("hagewood" nil (hh ey1 jh w uh0 d)) +("hagey" nil (hh ae1 jh iy0)) +("hagfish" nil (hh ae1 g f ih0 sh)) +("hagg" nil (hh ae1 g)) +("haggan" nil (hh ae1 g ax n)) +("haggar" nil (hh ae1 g er0)) +("haggard" nil (hh ae1 g er0 d)) +("haggart" nil (hh ae1 g er0 t)) +("haggarty" nil (hh ae1 g aa1 r t iy0)) +("hagge" nil (hh ae1 g)) +("haggerty" nil (hh ae1 g er0 t iy0)) +("haggett" nil (hh ae1 g ih0 t)) +("haggins" nil (hh ae1 g ih0 n z)) +("haggle" nil (hh ae1 g ax l)) +("haggled" nil (hh ae1 g ax l d)) +("haggling" nil (hh ae1 g ax l ih0 ng)) +("hagglund" nil (hh ae1 g l ax n d)) +("haggstrom" nil (hh ae1 g s t r ax m)) +("hagin" nil (hh ae1 jh ih0 n)) +("hagins" nil (hh ae1 g ih0 n z)) +("hagiography" nil (hh ae1 g iy0 aa1 g r ax f iy0)) +("hagiwara" nil (hh aa1 g ih0 w aa1 r ax)) +("hagle" nil (hh ey1 g ax l)) +("hagler" nil (hh ae1 g l er0)) +("hagley" nil (hh ae1 g l iy0)) +("haglund" nil (hh ae1 g l ax n d)) +("hagman" nil (hh ae1 g m ax n)) +("hagmann" nil (hh ae1 g m ax n)) +("hagner" nil (hh ae1 g n er0)) +("hagood" nil (hh ae1 g uh0 d)) +("hagopian" nil (hh ax g ow1 p iy0 ax n)) +("hagstrom" nil (hh ae1 g s t r ax m)) +("hague" nil (hh ey1 g)) +("hagwood" nil (hh ae1 g w uh1 d)) +("hagy" nil (hh ey1 g iy0)) +("hah" nil (hh aa1)) +("hahl" nil (hh aa1 l)) +("hahm" nil (hh ae1 m)) +("hahn" nil (hh aa1 n)) +("hahne" nil (hh ey1 n)) +("hahner" nil (hh aa1 n er0)) +("hahs" nil (hh aa1 s)) +("haid" nil (hh ey1 d)) +("haidee" nil (hh ey1 d iy0)) +("haider" nil (hh ey1 d er0)) +("haidet" nil (hh ey1 d ih0 t)) +("haifa" nil (hh ey1 f ax)) +("haig" nil (hh ey1 g)) +("haigh" nil (hh ey1)) +("haight" nil (hh ey1 t)) +("haigler" nil (hh ey1 g l er0)) +("haik" nil (hh ey1 k)) +("haiku" nil (hh ay1 k uw0)) +("hail" nil (hh ey1 l)) +("hailand" nil (hh ey1 l ax n d)) +("haile" nil (hh ey1 l)) +("hailed" nil (hh ey1 l d)) +("hailes" nil (hh ey1 l z)) +("hailey" nil (hh ey1 l iy0)) +("hailing" nil (hh ey1 l ih0 ng)) +("hails" nil (hh ey1 l z)) +("hailstones" nil (hh ey1 l s t ow1 n z)) +("hailstorm" nil (hh ey1 l s t ao1 r m)) +("haim" nil (hh ay1 m)) +("haimes" nil (hh ey1 m z)) +("haimovitch" nil (hh ey1 m ax v ih0 ch)) +("haimovitz" nil (hh ey1 m ax v ih0 t s)) +("haimowitz" nil (hh ay1 m ax w ih0 t s)) +("hain" nil (hh ey1 n)) +("hainan" nil (hh ey1 n ax n)) +("hainer" nil (hh ey1 n er0)) +("haines" nil (hh ey1 n z)) +("hainey" nil (hh ey1 n iy0)) +("hainley" nil (hh ey1 n l iy0)) +("hainline" nil (hh ey1 n l ay1 n)) +("hains" nil (hh ey1 n z)) +("hainsworth" nil (hh ey1 n s w er0 th)) +("hair" nil (hh eh1 r)) +("haircut" nil (hh eh1 r k ah1 t)) +("haircuts" nil (hh eh1 r k ah1 t s)) +("hairdo" nil (hh eh1 r d uw1)) +("hairdos" nil (hh eh1 r d uw1 z)) +("hairdresser" nil (hh eh1 r d r eh1 s er0)) +("hairdressers" nil (hh eh1 r d r eh1 s er0 z)) +("hairdressing" nil (hh eh1 r d r eh1 s ih0 ng)) +("haire" nil (hh eh1 r)) +("haired" nil (hh eh1 r d)) +("hairfield" nil (hh eh1 r f iy1 l d)) +("hairgrove" nil (hh ay1 r g r ax v)) +("hairiness" nil (hh eh1 r iy0 n ax s)) +("hairless" nil (hh eh1 r l ax s)) +("hairline" nil (hh eh1 r l ay1 n)) +("hairr" nil (hh eh1 r)) +("hairs" nil (hh eh1 r z)) +("hairspray" nil (hh eh1 r s p r ey1)) +("hairston" nil (hh ay1 r s t ax n)) +("hairstyle" nil (hh eh1 r s t ay1 l)) +("hairy" nil (hh eh1 r iy0)) +("haisley" nil (hh ey1 z l iy0)) +("haislip" nil (hh ay1 s l ih0 p)) +("haist" nil (hh aa1 ih0 s t)) +("haisten" nil (hh ay1 s ax n)) +("hait" nil (hh ey1 t)) +("haith" nil (hh ey1 th)) +("haithcock" nil (hh ey1 th k aa1 k)) +("haiti" nil (hh ey1 t iy0)) +("haitian" nil (hh ey1 sh ax n)) +("haitians" nil (hh ey1 sh ax n z)) +("haitien" nil (hh ey1 sh ax n)) +("haitiens" nil (hh ey1 sh ax n z)) +("haizlip" nil (hh ey1 z l ih0 p)) +("hajdu" nil (hh aa1 y d uw0)) +("hajduk" nil (hh ay1 d ax k)) +("hajek" nil (hh ay1 eh0 k)) +("hajime" nil (hh aa0 jh iy1 m iy0)) +("hajj" nil (hh ae1 jh)) +("hajjar" nil (hh aa0 y aa1 r)) +("hakala" nil (hh ax k aa1 l ax)) +("hakan" nil (hh ey1 k ax n)) +("hakanson" nil (hh ae1 k ax n s ax n)) +("hake" nil (hh ey1 k)) +("hakes" nil (hh ey1 k s)) +("hakim" nil (hh aa0 k iy1 m)) +("hakko" nil (hh ae1 k ow0)) +("hakon" nil (hh ae1 k ax n)) +("hakuhodo" nil (hh aa1 k uw1 hh ow1 d ow0)) +("hal" nil (hh ae1 l)) +("halama" nil (hh aa0 l aa1 m ax)) +("halamandaris" nil (hh ae1 l ax m ae1 n d er0 ih0 s)) +("halas" nil (hh aa1 l ax z)) +("halasz" nil (hh aa1 l ax sh)) +("halbach" nil (hh ae1 l b aa0 k)) +("halberg" nil (hh ae1 l b er0 g)) +("halberstadt" nil (hh ae1 l b er0 sh t ae0 t)) +("halberstam" nil (hh ae1 l b er0 s t ae0 m)) +("halbert" nil (hh ae1 l b er0 t)) +("halbig" nil (hh ae1 l b ih0 g)) +("halbrook" nil (hh ae1 l b r uh0 k)) +("halbrooks" nil (hh ae1 l b r uh0 k s)) +("halbur" nil (hh ae1 l b er0)) +("halcion" nil (hh ae1 l s iy0 ax n)) +("halcomb" nil (hh ae1 l k ax m)) +("halcyon" nil (hh ae1 l s iy0 ax n)) +("halcyone" nil (hh ae1 l s iy0 ow0 n)) +("hald" nil (hh ao1 l d)) +("haldan" nil (hh ae1 l d ax n)) +("haldana" nil (hh ax l d ae1 n ax)) +("haldeman" nil (hh ey1 l d m ax n)) +("halden" nil (hh ao1 l d ax n)) +("halder" nil (hh ao1 l d er0)) +("halderman" nil (hh ao1 l d er0 m ax n)) +("hale" nil (hh ey1 l)) +("hales" nil (hh ey1 l z)) +("haley" nil (hh ey1 l iy0)) +("half" nil (hh ae1 f)) +("halfacre" nil (hh ae1 f ey1 k er0)) +("halfback" nil (hh ae1 f b ae1 k)) +("halfdan" nil (hh ae1 l f d ax n)) +("halferty" nil (hh ae1 f er0 t iy0)) +("halfhearted" nil (hh ae1 f hh aa1 r t ih0 d)) +("halfhill" nil (hh ae1 f hh ih1 l)) +("halfman" nil (hh ae1 f m ax n)) +("halfmann" nil (hh ae1 f m ax n)) +("halford" nil (hh ae1 f er0 d)) +("halfrida" nil (hh ae1 f r ih0 d ax)) +("halftime" nil (hh ae1 f t ay1 m)) +("halftone" nil (hh ae1 f t ow1 n)) +("halfway" nil (hh ae1 f w ey1)) +("halgren" nil (hh ae1 l g r eh0 n)) +("haliburton" nil (hh ae1 l ih0 b er1 t ax n)) +("halibut" nil (hh ae1 l ax b ax t)) +("halide" nil (hh ae1 l ay1 d)) +("halifax" nil (hh ae1 l ih0 f ae1 k s)) +("halik" nil (hh ae1 l ih0 k)) +("halimeda" nil (hh aa0 l iy0 m ey1 d ax)) +("halite" nil (hh ae1 l ay0 t)) +("halko" nil (hh ae1 l k ow0)) +("hall" nil (hh ao1 l)) +("halla" nil (hh ae1 l ax)) +("halladay" nil (hh ae1 l ax d ey1)) +("hallahan" nil (hh ae1 l ax hh ae0 n)) +("hallam" nil (hh ae1 l ax m)) +("hallanan" nil (hh ae1 l ax n ax n)) +("hallandale" nil (hh ae1 l ax n d ey1 l)) +("hallas" nil (hh ae1 l ax z)) +("hallauer" nil (hh ae1 l aw0 er0)) +("hallbauer" nil (hh ao1 l b aw1 r)) +("hallberg" nil (hh ao1 l b er0 g)) +("halle" nil (hh ae1 l)) +("halleck" nil (hh ae1 l ih0 k)) +("hallelujah" nil (hh ae1 l ax l uw1 y ax)) +("hallen" nil (hh ao1 l ax n)) +("hallenbeck" nil (hh ao1 l ax n b eh1 k)) +("haller" nil (hh ao1 l er0)) +("halleran" nil (hh ae1 l er0 ae0 n)) +("hallet" nil (hh ae1 l ih0 t)) +("hallett" nil (hh ae1 l ih0 t)) +("halley" nil (hh ae1 l iy0)) +("hallford" nil (hh ae1 l f er0 d)) +("hallgarten" nil (hh ao1 l g aa1 r t ax n)) +("hallgren" nil (hh ae1 l g r eh0 n)) +("halliburton" nil (hh ae1 l ih0 b er1 t ax n)) +("halliday" nil (hh ae1 l ih0 d ey1)) +("hallie" nil (hh ao1 l iy0)) +("halligan" nil (hh ae1 l ih0 g ax n)) +("hallin" nil (hh ae1 l ih0 n)) +("hallinan" nil (hh ae1 l ih0 n ax n)) +("halling" nil (hh ao1 l ih0 ng)) +("hallingby" nil (hh ao1 l ih0 ng b iy0)) +("hallisey" nil (hh ae1 l ih0 s iy0)) +("hallman" nil (hh ao1 l m ax n)) +("hallmark" nil (hh ao1 l m aa1 r k)) +("hallmarks" nil (hh ao1 l m aa1 r k s)) +("hallock" nil (hh ae1 l ax k)) +("halloran" nil (hh ae1 l er0 ax n)) +("halloway" nil (hh ae1 l ow0 w ey1)) +("hallowed" nil (hh ae1 l ow0 d)) +("halloween" nil (hh ae1 l ax w iy1 n)) +("hallowell" nil (hh ae1 l ax w eh0 l)) +("hallows" nil (hh ae1 l ow0 z)) +("hallquist" nil (hh ae1 l k w ih0 s t)) +("halls" nil (hh ao1 l z)) +("hallstrom" nil (hh ae1 l s t r ax m)) +("hallucinations" nil (hh ax l uw1 s ax n ey1 sh ax n z)) +("hallucinatory" nil (hh ax l uw1 s ax n ax t ao1 r iy0)) +("hallucinogenic" nil (hh ax l uw1 s ax n ax jh eh1 n ih0 k)) +("hallum" nil (hh ae1 l ax m)) +("hallums" nil (hh ae1 l ax m z)) +("hallward" nil (hh ao1 l w er0 d)) +("hallway" nil (hh ao1 l w ey1)) +("hallways" nil (hh ao1 l w ey1 z)) +("hallwood" nil (hh ao1 l w uh1 d)) +("hally" nil (hh ae1 l iy0)) +("halm" nil (hh aa1 m)) +("halmi" nil (hh ao1 l m iy0)) +("halmos" nil (hh ao1 l m ow0 s)) +("halo" nil (hh ey1 l ow0)) +("halogen" nil (hh ae1 l ax jh ax n)) +("halogenated" nil (hh ae1 l ax jh ax n ey1 t ih0 d)) +("halon" nil (hh ey1 l aa1 n)) +("halophytic" nil (hh ae1 l ax f ih1 t ih0 k)) +("halos" nil (hh ey1 l ow0 z)) +("halper" nil (hh ae1 l p er0)) +("halperin" nil (hh ae1 l p er0 ih0 n)) +("halpern" nil (hh ae1 l p er0 n)) +("halpert" nil (hh ae1 l p er0 t)) +("halpin" nil (hh ae1 l p ih0 n)) +("halprin" nil (hh ae1 l p r ih0 n)) +("halsell" nil (hh ae1 l s ax l)) +("halseth" nil (hh ae1 l s ih0 th)) +("halsey" nil (hh ae1 l s iy0)) +("halstead" nil (hh ae1 l s t eh0 d)) +("halsted" nil (hh ae1 l s t ih0 d)) +("halston" nil (hh ao1 l s t ax n)) +("halt" nil (hh ao1 l t)) +("halted" nil (hh ao1 l t ax d)) +("halteman" nil (hh ey1 l t m ax n)) +("halter" nil (hh ao1 l t er0)) +("halterman" nil (hh ao1 l t er0 m ax n)) +("halters" nil (hh ao1 l t er0 z)) +("halting" nil (hh ao1 l t ih0 ng)) +("haltingly" nil (hh ao1 l t ih0 ng l iy0)) +("haltiwanger" nil (hh ae1 l t ih0 w ax ng er0)) +("haltom" nil (hh ae1 l t ax m)) +("halton" nil (hh ae1 l t ax n)) +("halts" nil (hh ao1 l t s)) +("haluska" nil (hh ax l ah1 s k ax)) +("halve" nil (hh ae1 v)) +("halved" nil (hh ae1 v d)) +("halverson" nil (hh ae1 l v er0 s ax n)) +("halves" nil (hh ae1 v z)) +("halving" nil (hh ae1 v ih0 ng)) +("halvorsen" nil (hh ae0 l v ao1 r s ax n)) +("halvorson" nil (hh ae1 l v er0 s ax n)) +("ham" nil (hh ae1 m)) +("hama" nil (hh aa1 m ax)) +("hamacher" nil (hh ae1 m ax k er0)) +("hamad" nil (hh ae1 m ax d)) +("hamada" nil (hh aa0 m aa1 d ax)) +("hamadei" nil (hh ae1 m ax d ey1)) +("hamadi" nil (hh ax m aa1 d iy0)) +("hamaker" nil (hh aa1 m ey0 k er0)) +("hamal" nil (hh ey1 m ax l)) +("hamamoto" nil (hh aa0 m aa0 m ow1 t ow0)) +("haman" nil (hh ey1 m ax n)) +("hamann" nil (hh aa1 m ax n)) +("hamar" nil (hh ax m aa1 r)) +("hamas" nil (hh aa1 m aa1 s)) +("hamasaki" nil (hh aa1 m aa0 s aa1 k iy0)) +("hambelton" nil (hh ax m b eh1 l t ax n)) +("hamberg" nil (hh ae1 m b er0 g)) +("hamberger" nil (hh ae1 m b er0 g er0)) +("hamblen" nil (hh ae1 m b ax l ax n)) +("hamblet" nil (hh ae1 m b l ih0 t)) +("hambleton" nil (hh ae1 m b l ih0 t aa0 n)) +("hambley" nil (hh ae1 m b l iy0)) +("hamblin" nil (hh ae1 m b l ih0 n)) +("hambly" nil (hh ae1 m b l iy0)) +("hambrecht" nil (hh ae1 m b r eh1 k t)) +("hambrick" nil (hh ae1 m b r ih1 k)) +("hambright" nil (hh ae1 m b r ay1 t)) +("hambro" nil (hh ae1 m b r ow0)) +("hambros" nil (hh ae1 m b r ow0 s)) +("hamburg" nil (hh ae1 m b er0 g)) +("hamburger" nil (hh ae1 m b er0 g er0)) +("hamburgers" nil (hh ae1 m b er0 g er0 z)) +("hamby" nil (hh ae1 m b iy0)) +("hamdan" nil (hh ae1 m d ax n)) +("hamdoon" nil (hh ae0 m d uw1 n)) +("hamed" nil (hh ae1 m d)) +("hameister" nil (hh ae1 m ay0 s t er0)) +("hamel" nil (hh ae1 m ax l)) +("hamelin" nil (hh ae1 m ax l ih0 n)) +("hamer" nil (hh ae1 m er0)) +("hames" nil (hh ey1 m z)) +("hamid" nil (hh ax m iy1 d)) +("hamiel" nil (hh ae1 m iy0 l)) +("hamil" nil (hh ae1 m ax l)) +("hamill" nil (hh ae1 m ax l)) +("hamilton" nil (hh ae1 m ax l t ax n)) +("hamish" nil (hh ae1 m ih0 sh)) +("hamiter" nil (hh ae1 m ay0 t er0)) +("hamitic" nil (hh ae0 m ih1 t ih0 k)) +("hamler" nil (hh ae1 m ax l er0)) +("hamlet" nil (hh ae1 m l ax t)) +("hamlets" nil (hh ae1 m l ax t s)) +("hamlett" nil (hh ae1 m l ih0 t)) +("hamley" nil (hh ae1 m l iy0)) +("hamlin" nil (hh ae1 m l ih0 n)) +("hamling" nil (hh ae1 m l ih0 ng)) +("hamm" nil (hh ae1 m)) +("hammac" nil (hh ae1 m ax k)) +("hammacher" nil (hh ae1 m aa1 k er0)) +("hammack" nil (hh ae1 m ax k)) +("hammaker" nil (hh ae1 m ey1 k er0)) +("hamman" nil (hh ae1 m ax n)) +("hammann" nil (hh ae1 m ax n)) +("hammar" nil (hh ae1 m er0)) +("hammas" nil (hh ax m aa1 s)) +("hamme" nil (hh ae1 m)) +("hammel" nil (hh ae1 m ax l)) +("hammell" nil (hh ae1 m ax l)) +("hammen" nil (hh ae1 m ax n)) +("hammer" nil (hh ae1 m er0)) +("hammered" nil (hh ae1 m er0 d)) +("hammering" nil (hh ae1 m er0 ih0 ng)) +("hammerle" nil (hh ae1 m er0 ax l)) +("hammerlock" nil (hh ae1 m er0 l aa1 k)) +("hammerman" nil (hh ae1 m er0 m ax n)) +("hammermeister" nil (hh ae1 m er0 m ay1 s t er0)) +("hammermill" nil (hh ae1 m er0 m ih1 l)) +("hammers" nil (hh ae1 m er0 z)) +("hammerschmidt" nil (hh ae1 m er0 sh m ih1 t)) +("hammersley" nil (hh ae1 m er0 s l iy0)) +("hammersmith" nil (hh ae1 m er0 s m ih1 th)) +("hammerson" nil (hh ae1 m er0 s ax n)) +("hammerstein" nil (hh ae1 m er0 s t iy1 n)) +("hammerstrom" nil (hh ae1 m er0 s t r ax m)) +("hammes" nil (hh ae1 m z)) +("hammett" nil (hh ae1 m ih0 t)) +("hammill" nil (hh ae1 m ax l)) +("hammitt" nil (hh ae1 m ih0 t)) +("hammock" nil (hh ae1 m ax k)) +("hammocks" nil (hh ae1 m ax k s)) +("hammon" nil (hh ae1 m ax n)) +("hammond" nil (hh ae1 m ax n d)) +("hammonds" nil (hh ae1 m ax n d z)) +("hammons" nil (hh ae1 m ax n z)) +("hammontree" nil (hh ae0 m ax n t r iy1)) +("hamner" nil (hh ae1 m n er0)) +("hamon" nil (hh ae1 m ax n)) +("hamor" nil (hh ae1 m er0)) +("hamp" nil (hh ae1 m p)) +("hampe" nil (hh ae1 m p)) +("hampel" nil (hh ae1 m p ax l)) +("hamper" nil (hh ae1 m p er0)) +("hampered" nil (hh ae1 m p er0 d)) +("hampering" nil (hh ae1 m p er0 ih0 ng)) +("hampers" nil (hh ae1 m p er0 z)) +("hample" nil (hh ae1 m p ax l)) +("hampshire" nil (hh ae1 m p sh er0)) +("hampshirites" nil (hh ae1 m p sh er0 ay1 t s)) +("hampson" nil (hh ae1 m p s ax n)) +("hampton" nil (hh ae1 m p t ax n)) +("hamptons" nil (hh ae1 m p t ax n z)) +("hamre" nil (hh ae1 m er0)) +("hamric" nil (hh ae1 m r ih0 k)) +("hamrick" nil (hh ae1 m r ih0 k)) +("hamrock" nil (hh ae1 m r aa1 k)) +("hams" nil (hh ae1 m z)) +("hamsher" nil (hh ae1 m sh er0)) +("hamson" nil (hh ae1 m s ax n)) +("hamsphire" nil (hh ae1 m s f ay1 r)) +("hamster" nil (hh ae1 m s t er0)) +("hamsters" nil (hh ae1 m s t er0 z)) +("hamstra" nil (hh ae1 m s t r ax)) +("hamstring" nil (hh ae1 m s t r ih1 ng)) +("hamstrings" nil (hh ae1 m s t r ih1 ng z)) +("hamstrung" nil (hh ae1 m s t r ax ng)) +("hamtramck" nil (hh ae0 m t r ae1 m ih0 k)) +("han" nil (hh aa1 n)) +("hana" nil (hh ae1 n ax)) +("hanafin" nil (hh ae1 n ax f ih0 n)) +("hanagan" nil (hh aa0 n aa1 g aa0 n)) +("hanahan" nil (hh ae1 n ax hh ae0 n)) +("hanak" nil (hh aa1 n ax k)) +("hanan" nil (hh ey1 n ax n)) +("hanas" nil (hh ae1 n ax z)) +("hanauer" nil (hh ae1 n aw0 er0)) +("hanawalt" nil (hh ae1 n ax w ao1 l t)) +("hanaway" nil (hh ae1 n ax w ey0)) +("hanback" nil (hh ae1 n b ae1 k)) +("hanberry" nil (hh ae1 n b eh1 r iy0)) +("hanbury" nil (hh ae1 n b eh1 r iy0)) +("hanby" nil (hh ae1 n b iy0)) +("hance" nil (hh ae1 n s)) +("hancher" nil (hh ae1 n ch er0)) +("hanchett" nil (hh ae1 n ch ih0 t)) +("hanchey" nil (hh ae1 n ch iy0)) +("hancock" nil (hh ae1 n k aa1 k)) +("hancox" nil (hh ae1 n k aa0 k s)) +("hand" nil (hh ae1 n d)) +("handa" nil (hh ae1 n d ax)) +("handbag" nil (hh ae1 n d b ae1 g)) +("handbags" nil (hh ae1 n d b ae1 g z)) +("handball" nil (hh ae1 n d b ao1 l)) +("handbills" nil (hh ae1 n d b ih1 l z)) +("handbook" nil (hh ae1 n d b uh1 k)) +("handbooks" nil (hh ae1 n d b uh1 k s)) +("handclasp" nil (hh ae1 n d k l ae1 s p)) +("handcraft" nil (hh ae1 n d k r ae1 f t)) +("handcrafted" nil (hh ae1 n d k r ae1 f t ih0 d)) +("handcrafts" nil (hh ae1 n d k r ae1 f t s)) +("handcuff" nil (hh ae1 n d k ah1 f)) +("handcuffed" nil (hh ae1 n d k ah1 f t)) +("handcuffs" nil (hh ae1 n d k ah1 f s)) +("handed" nil (hh ae1 n d ax d)) +("handedly" nil (hh ae1 n d ih0 d l iy0)) +("handedness" nil (hh ae1 n d ax d n ax s)) +("handel" nil (hh ae1 n d ax l)) +("handeland" nil (hh ae1 n d ih0 l ax n d)) +("handelman" nil (hh ae1 n d ax l m ax n)) +("handels" nil (hh ae1 n d ax l z)) +("handelsbank" nil (hh ae1 n d ax l z b ae1 ng k)) +("handelsbanken" nil (hh ae1 n d ax l s b ae1 ng k ax n)) +("handelsman" nil (hh ae1 n d ih0 l s m ax n)) +("hander" nil (hh ae1 n d er0)) +("handers" nil (hh ae1 n d er0 z)) +("handford" nil (hh ae1 n d f er0 d)) +("handful" nil (hh ae1 n d f uh1 l)) +("handgun" nil (hh ae1 n d g ah1 n)) +("handguns" nil (hh ae1 n d g ah1 n z)) +("handheld" nil (hh ae1 n d hh eh1 l d)) +("handholding" nil (hh ae1 n d hh ow1 l d ih0 ng)) +("handicap" nil (hh ae1 n d iy0 k ae1 p)) +("handicapped" nil (hh ae1 n d iy0 k ae1 p t)) +("handicapper" nil (hh ae1 n d iy0 k ae1 p er0)) +("handicappers" nil (hh ae1 n d iy0 k ae1 p er0 z)) +("handicapping" nil (hh ae1 n d iy0 k ae1 p ih0 ng)) +("handicaps" nil (hh ae1 n d iy0 k ae1 p s)) +("handicraft" nil (hh ae1 n d iy0 k r ae1 f t)) +("handicrafts" nil (hh ae1 n d iy0 k r ae1 f t s)) +("handier" nil (hh ae1 n d iy0 er0)) +("handily" nil (hh ae1 n d ax l iy0)) +("handing" nil (hh ae1 n d ih0 ng)) +("handiwork" nil (hh ae1 n d iy0 w er1 k)) +("handke" nil (hh ae1 n d k iy0)) +("handkerchief" nil (hh ae1 ng k er0 ch ih0 f)) +("handkerchiefs" nil (hh ae1 ng k er0 ch ax f s)) +("handle" nil (hh ae1 n d ax l)) +("handlebars" nil (hh ae1 n d ax l b aa1 r z)) +("handled" nil (hh ae1 n d ax l d)) +("handler" nil (hh ae1 n d l er0)) +("handlers" nil (hh ae1 n d l er0 z)) +("handles" nil (hh ae1 n d ax l z)) +("handley" nil (hh ae1 n d l iy0)) +("handlin" nil (hh ae1 n d l ih0 n)) +("handling" nil (hh ae1 n d l ih0 ng)) +("handlon" nil (hh ae1 n d l ax n)) +("handlooms" nil (hh ae1 n d l uw1 m z)) +("handly" nil (hh ae1 n d l iy0)) +("handmade" nil (hh ae1 n d m ey1 d)) +("handout" nil (hh ae1 n d aw1 t)) +("handouts" nil (hh ae1 n d aw1 t s)) +("handpicked" nil (hh ae1 n d p ih1 k t)) +("handrich" nil (hh ae1 n d r ih0 k)) +("handros" nil (hh ae1 n d r ow0 s)) +("hands" nil (hh ae1 n d z)) +("handsaw" nil (hh ae1 n d s ao1)) +("handset" nil (hh ae1 n d s eh1 t)) +("handsets" nil (hh ae1 n d s eh1 t s)) +("handshake" nil (hh ae1 n d sh ey1 k)) +("handshakes" nil (hh ae1 n d sh ey1 k s)) +("handsome" nil (hh ae1 n s ax m)) +("handsomely" nil (hh ae1 n s ax m l iy0)) +("handstands" nil (hh ae1 n d s t ae1 n d z)) +("handwerk" nil (hh ae1 n d w er0 k)) +("handwerker" nil (hh ae1 n d w er0 k er0)) +("handwoven" nil (hh ae1 n d w ow1 v ax n)) +("handwriting" nil (hh ae1 n d r ay1 t ih0 ng)) +("handwritten" nil (hh ae1 n d r ih1 t ax n)) +("handy" nil (hh ae1 n d iy0)) +("handyman" nil (hh ae1 n d iy0 m ae1 n)) +("handymen" nil (hh ae1 n d iy0 m eh1 n)) +("hane" nil (hh ey1 n)) +("haneda" nil (hh ax n ey1 d ax)) +("hanel" nil (hh ae1 n ax l)) +("haneline" nil (hh ae1 n ih0 l ay1 n)) +("hanemann" nil (hh ey1 n m ax n)) +("haner" nil (hh ey1 n er0)) +("hanes" nil (hh ey1 n z)) +("haney" nil (hh ey1 n iy0)) +("hanf" nil (hh ae1 n f)) +("hanford" nil (hh ae1 n f er0 d)) +("hanft" nil (hh ae1 n f t)) +("hang" nil (hh ae1 ng)) +("hangar" nil (hh ae1 ng er0)) +("hangars" nil (hh ae1 ng er0 z)) +("hangartner" nil (hh ae1 ng g aa0 r t n er0)) +("hanged" nil (hh ae1 ng d)) +("hangen" nil (hh ae1 ng ax n)) +("hanger" nil (hh ae1 ng er0)) +("hangers" nil (hh ae1 ng er0 z)) +("hanging" nil (hh ae1 ng ih0 ng)) +("hangman" nil (hh ae1 ng m ax n)) +("hangout" nil (hh ae1 ng aw1 t)) +("hangouts" nil (hh ae1 ng aw1 t s)) +("hangover" nil (hh ae1 ng ow1 v er0)) +("hangovers" nil (hh ae1 ng ow1 v er0 z)) +("hangs" nil (hh ae1 ng z)) +("hangsang" nil (hh ae1 ng s ae1 ng)) +("hanifen" nil (hh ae1 n ih0 f ax n)) +("hanifin" nil (hh ae1 n ih0 f ih0 n)) +("hanigan" nil (hh ae1 n ih0 g ax n)) +("haning" nil (hh ey1 n ih0 ng)) +("hanisch" nil (hh ae1 n ih0 sh)) +("hanisee" nil (hh ae1 n ih0 s iy0)) +("hanish" nil (hh ae1 n ih0 sh)) +("hanjin" nil (hh ae1 n jh ih0 n)) +("hank" nil (hh ae1 ng k)) +("hanke" nil (hh ae1 ng k)) +("hankel" nil (hh ae1 ng k ax l)) +("hanken" nil (hh ae1 ng k ax n)) +("hanker" nil (hh ae1 ng k er0)) +("hankering" nil (hh ae1 ng k er0 ih0 ng)) +("hankerson" nil (hh ae1 ng k er0 s ax n)) +("hankes" nil (hh ae1 ng k s)) +("hankey" nil (hh ae1 ng k iy0)) +("hankin" nil (hh ae1 ng k ih0 n)) +("hankins" nil (hh ae1 ng k ih0 n z)) +("hankinson" nil (hh ae1 ng k ih0 n s ax n)) +("hankla" nil (hh ae1 ng k l ax)) +("hanko" nil (hh ae1 ng k ow0)) +("hanks" nil (hh ae1 ng k s)) +("hanky" nil (hh ae1 ng k iy0)) +("hanley" nil (hh ae1 n l iy0)) +("hanlin" nil (hh ae1 n l ih0 n)) +("hanlon" nil (hh ae1 n l ax n)) +("hanly" nil (hh ae1 n l iy0)) +("hanmer" nil (hh ae1 n m er0)) +("hann" nil (hh ae1 n)) +("hanna" nil (hh ae1 n ax)) +("hannaford" nil (hh ae1 n ax f er0 d)) +("hannagan" nil (hh ae1 n ax g ae0 n)) +("hannah" nil (hh ae1 n ax)) +("hannahs" nil (hh ae1 n ax z)) +("hannam" nil (hh ae1 n ax m)) +("hannaman" nil (hh ae1 n ax m ax n)) +("hannan" nil (hh ae1 n ax n)) +("hannay" nil (hh ae1 n ey0)) +("hanneken" nil (hh ae1 n ih0 k ax n)) +("hanneman" nil (hh ae1 n m ax n)) +("hannemann" nil (hh ae1 n m ax n)) +("hannen" nil (hh ae1 n ax n)) +("hanner" nil (hh ae1 n er0)) +("hanners" nil (hh ae1 n er0 z)) +("hannes" nil (hh ae1 n z)) +("hannesson" nil (hh ae1 n ax s ax n)) +("hanney" nil (hh ae1 n iy0)) +("hanni" nil (hh ae1 n iy0)) +("hannibal" nil (hh ae1 n ih0 b ax l)) +("hannie" nil (hh ae1 n iy0)) +("hannifin" nil (hh ae1 n ih0 f ih0 n)) +("hannig" nil (hh ae1 n ih0 g)) +("hannigan" nil (hh ae1 n ih0 g ax n)) +("hanning" nil (hh ae1 n ih0 ng)) +("hannis" nil (hh ae1 n ih0 s)) +("hannoch" nil (hh ae1 n ax k)) +("hannold" nil (hh ae1 n ow1 l d)) +("hannon" nil (hh ae1 n ax n)) +("hannula" nil (hh ae1 n uw0 l ax)) +("hannum" nil (hh ae1 n ax m)) +("hanny" nil (hh ae1 n iy0)) +("hano" nil (hh aa1 n ow0)) +("hanoi" nil (hh ae1 n oy0)) +("hanold" nil (hh ae1 n ow0 l d)) +("hanover" nil (hh ae1 n ow0 v er0)) +("hanoverian" nil (hh ae1 n ow0 v ih1 r iy0 ax n)) +("hanrahan" nil (hh ae1 n r ax hh ae0 n)) +("hanratty" nil (hh ae1 n r ax t iy0)) +("hans" nil (hh aa1 n s)) +("hansa" nil (hh ae1 n s ax)) +("hansard" nil (hh ae1 n s er0 d)) +("hansberger" nil (hh ae1 n s b er0 g er0)) +("hansberry" nil (hh ae1 n s b eh1 r iy0)) +("hansbrough" nil (hh ae1 n s b r aw0)) +("hansbury" nil (hh ae1 n s b eh0 r iy0)) +("hansche" nil (hh ae1 n sh iy0)) +("hanscom" nil (hh ae1 n s k ax m)) +("hanseatic" nil (hh ae1 n s iy0 ae1 t ih0 k)) +("hansel" nil (hh ae1 n s ax l)) +("hansell" nil (hh ae1 n s ax l)) +("hanselman" nil (hh ae1 n s ax l m ax n)) +("hansen" nil (hh ae1 n s ax n)) +("hanser" nil (hh aa1 n s er0)) +("hansford" nil (hh ae1 n s f er0 d)) +("hanshaw" nil (hh ae1 n sh ao1)) +("hanshew" nil (hh ae1 n sh uw0)) +("hanshin" nil (hh ae1 n sh ih0 n)) +("hansley" nil (hh ae1 n s l iy0)) +("hansman" nil (hh ae1 n s m ax n)) +("hansmann" nil (hh ae1 n s m ax n)) +("hansom" nil (hh ae1 n s ax m)) +("hanson" nil (hh ae1 n s ax n)) +("hanssen" nil (hh ae1 n s ax n)) +("hansson" nil (hh ae1 n s ax n)) +("hanten" nil (hh ae1 n t ax n)) +("hanthorn" nil (hh ae1 n th er0 n)) +("hantman" nil (hh ae1 n t m ax n)) +("hantz" nil (hh ae1 n t s)) +("hanukkah" nil (hh aa1 n ax k ax)) +("hanukkahs" nil (hh aa1 n ax k ax z)) +("hanus" nil (hh ey1 n ih0 s)) +("hanvey" nil (hh ae1 n v iy0)) +("hanwa" nil (hh ae1 n w ax)) +("hanway" nil (hh ae1 n w ey1)) +("hany" nil (hh ey1 n iy0)) +("hanzel" nil (hh ae1 n z ax l)) +("hanzlik" nil (hh ae1 n z l ih0 k)) +("hao" nil (hh aw1)) +("hapag" nil (hh ey1 p ae1 g)) +("hapeman" nil (hh ey1 p m ax n)) +("hapgood" nil (hh ae1 p g uh1 d)) +("haphazard" nil (hh ae0 p hh ae1 z er0 d)) +("haphazardly" nil (hh ae1 f ax z er0 d l iy0)) +("hapke" nil (hh ey1 p k iy0)) +("hapless" nil (hh ae1 p l ax s)) +("haploid" nil (hh ae1 p l oy0 d)) +("hapner" nil (hh ae1 p n er0)) +("hapoalim" nil (hh ax p ow1 l ih0 m)) +("happ" nil (hh ae1 p)) +("happe" nil (hh ae1 p)) +("happel" nil (hh ae1 p ax l)) +("happen" nil (hh ae1 p ax n)) +("happened" nil (hh ae1 p ax n d)) +("happening" nil (hh ae1 p ax n ih0 ng)) +("happenings" nil (hh ae1 p ax n ih0 ng z)) +("happens" nil (hh ae1 p ax n z)) +("happenstance" nil (hh ae1 p ax n s t ae1 n s)) +("happier" nil (hh ae1 p iy0 er0)) +("happiest" nil (hh ae1 p iy0 ax s t)) +("happily" nil (hh ae1 p ax l iy0)) +("happiness" nil (hh ae1 p iy0 n ax s)) +("happy" nil (hh ae1 p iy0)) +("hapsburg" nil (hh ae1 p s b er0 g)) +("haq" nil (hh ae1 k)) +("haque" nil (hh ae1 k)) +("hara" nil (hh eh1 r ax)) +("harada" nil (hh aa0 r aa1 d ax)) +("harald" nil (hh aa1 r ax l d)) +("haralda" nil (hh aa0 r aa1 l d ax)) +("haralson" nil (hh ae1 r ax l s ax n)) +("haran" nil (hh ae1 r ax n)) +("harangue" nil (hh er0 ae1 ng)) +("harangued" nil (hh er0 ae1 ng d)) +("harangues" nil (hh er0 ae1 ng z)) +("haranguing" nil (hh er0 ae1 ng ih0 ng)) +("harare" nil (hh er0 aa1 r iy0)) +("harass" nil (hh er0 ae1 s)) +("harassed" nil (hh er0 ae1 s t)) +("harassing" nil (hh er0 ae1 s ih0 ng)) +("harassment" nil (hh er0 ae1 s m ax n t)) +("haraszti" nil (hh er0 ae1 s t iy0)) +("haraway" nil (hh aa1 r ax w ey0)) +("harb" nil (hh aa1 r b)) +("harbach" nil (hh aa1 r b aa1 k)) +("harbaugh" nil (hh aa1 r b ao1)) +("harbeck" nil (hh aa1 r b eh1 k)) +("harber" nil (hh aa1 r b er0)) +("harbert" nil (hh aa1 r b er0 t)) +("harberts" nil (hh aa1 r b er0 t s)) +("harbeson" nil (hh aa1 r b ih0 s ax n)) +("harbin" nil (hh aa1 r b ih0 n)) +("harbinger" nil (hh aa1 r b ih0 n jh er0)) +("harbingers" nil (hh aa1 r b ih0 ng er0 z)) +("harbinson" nil (hh aa1 r b ih0 n s ax n)) +("harbison" nil (hh aa1 r b ih0 s ax n)) +("harbold" nil (hh aa1 r b ow1 l d)) +("harbor" nil (hh aa1 r b er0)) +("harbored" nil (hh aa1 r b er0 d)) +("harboring" nil (hh aa1 r b er0 ih0 ng)) +("harbors" nil (hh aa1 r b er0 z)) +("harborside" nil (hh aa1 r b er0 s ay1 d)) +("harbour" nil (hh aa1 r b er0)) +("harbuck" nil (hh aa1 r b ax k)) +("harc" nil (hh aa1 r k)) +("harclerode" nil (hh aa1 r k ax l er0 ow0 d)) +("harcourt" nil (hh aa1 r k ao1 r t)) +("harcrow" nil (hh aa1 r k r ow0)) +("harcum" nil (hh aa1 r k ax m)) +("hard" nil (hh aa1 r d)) +("hardacre" nil (hh aa1 r d ey1 k er0)) +("hardage" nil (hh aa1 r d ih0 jh)) +("hardart" nil (hh aa1 r d aa1 r t)) +("hardaway" nil (hh aa1 r d ax w ey1)) +("hardback" nil (hh aa1 r d b ae1 k)) +("hardball" nil (hh aa1 r d b ao1 l)) +("hardboard" nil (hh aa1 r d b ao1 r d)) +("hardcastle" nil (hh aa1 r d k ae1 s ax l)) +("hardcore" nil (hh aa1 r d k ao1 r)) +("hardcover" nil (hh aa1 r d k ah1 v er0)) +("hardebeck" nil (hh aa1 r d b eh0 k)) +("hardee" nil (hh aa1 r d iy1)) +("hardegree" nil (hh aa0 r d ih0 g r iy1)) +("hardeman" nil (hh aa1 r d m ax n)) +("harden" nil (hh aa1 r d ax n)) +("hardenbrook" nil (hh aa1 r d ax n b r uh1 k)) +("hardened" nil (hh aa1 r d ax n d)) +("hardener" nil (hh aa1 r d ax n er0)) +("hardening" nil (hh aa1 r d ax n ih0 ng)) +("hardens" nil (hh aa1 r d ax n z)) +("harder" nil (hh aa1 r d er0)) +("harders" nil (hh aa1 r d er0 z)) +("hardest" nil (hh aa1 r d ax s t)) +("hardesty" nil (hh aa1 r d ax s t iy0)) +("hardey" nil (hh aa1 r d iy0)) +("hardgoods" nil (hh aa1 r d g uh1 d z)) +("hardgrave" nil (hh aa1 r d g r ey1 v)) +("hardgrove" nil (hh aa1 r d g r ow1 v)) +("hardheaded" nil (hh aa1 r d hh eh1 d ih0 d)) +("hardick" nil (hh aa1 r d ih0 k)) +("hardie" nil (hh aa1 r d iy0)) +("hardier" nil (hh aa1 r d iy0 er0)) +("hardigree" nil (hh aa0 r d ih0 g r iy1)) +("hardiman" nil (hh aa1 r d ih0 m ax n)) +("hardimon" nil (hh aa1 r d ih0 m aa0 n)) +("hardin" nil (hh aa1 r d ih0 n)) +("harding" nil (hh aa1 r d ih0 ng)) +("hardinger" nil (hh aa1 r d ih0 ng er0)) +("hardison" nil (hh aa1 r d ih0 s ax n)) +("hardister" nil (hh aa1 r d ih0 s t er0)) +("hardisty" nil (hh aa1 r d ih0 s t iy0)) +("hardline" nil (hh aa1 r d l ay1 n)) +("hardliner" nil (hh aa1 r d l ay1 n er0)) +("hardliners" nil (hh aa1 r d l ay1 n er0 z)) +("hardly" nil (hh aa1 r d l iy0)) +("hardman" nil (hh aa1 r d m ax n)) +("hardness" nil (hh aa1 r d n ax s)) +("hardnett" nil (hh aa1 r d n ih0 t)) +("hardpressed" nil (hh aa1 r d p r eh1 s t)) +("hardrick" nil (hh aa1 r d r ih0 k)) +("hardscrabble" nil (hh aa1 r d s k r ae1 b ax l)) +("hardship" nil (hh aa1 r d sh ih0 p)) +("hardships" nil (hh aa1 r d sh ih0 p s)) +("hardt" nil (hh aa1 r t)) +("hardtke" nil (hh aa1 r d k iy0)) +("hardware" nil (hh aa1 r d w eh1 r)) +("hardway" nil (hh aa1 r d w ey1)) +("hardwick" nil (hh aa1 r d w ih1 k)) +("hardwicke" nil (hh aa1 r d w ih0 k)) +("hardwin" nil (hh aa1 r d w ih0 n)) +("hardwood" nil (hh aa1 r d w uh1 d)) +("hardwoods" nil (hh aa1 r d w uh1 d z)) +("hardworking" nil (hh aa1 r d w er1 k ih0 ng)) +("hardy" nil (hh aa1 r d iy0)) +("hardymon" nil (hh aa1 r d iy0 m aa1 n)) +("hare" nil (hh eh1 r)) +("harebrained" nil (hh eh1 r b r ey1 n d)) +("harelson" nil (hh ae1 r ih0 l s ax n)) +("harem" nil (hh eh1 r ax m)) +("haren" nil (hh eh1 r ax n)) +("harer" nil (hh eh1 r er0)) +("hares" nil (hh eh1 r z)) +("harewood" nil (hh eh1 r w uh1 d)) +("harff" nil (hh aa1 r f)) +("harford" nil (hh aa1 r f er0 d)) +("hargadon" nil (hh aa0 r g aa0 d ao1 n)) +("hargan" nil (hh aa1 r g ax n)) +("hargens" nil (hh aa1 r g ax n z)) +("harger" nil (hh aa1 r g er0)) +("hargett" nil (hh aa1 r jh ih0 t)) +("hargis" nil (hh aa1 r g ih0 s)) +("hargrave" nil (hh aa1 r g r ey1 v)) +("hargraves" nil (hh aa1 r g r ey1 v z)) +("hargreaves" nil (hh aa1 r g r iy1 v z)) +("hargrove" nil (hh aa1 r g r ow1 v)) +("hargus" nil (hh aa1 r g ax s)) +("hari" nil (hh aa1 r iy0)) +("harig" nil (hh ae1 r ih0 g)) +("harima" nil (hh eh0 r iy1 m ax)) +("haring" nil (hh eh1 r ih0 ng)) +("hariri" nil (hh er0 ih1 r iy0)) +("haris" nil (hh aa1 r iy0 s)) +("haritos" nil (hh eh0 r iy1 t ow0 s)) +("hariz" nil (hh eh1 r ih0 z)) +("harjo" nil (hh aa1 r jh ow0)) +("harju" nil (hh aa1 r y uw0)) +("hark" nil (hh aa1 r k)) +("harkavy" nil (hh aa1 r k ax v iy0)) +("harke" nil (hh aa1 r k)) +("harken" nil (hh aa1 r k ax n)) +("harker" nil (hh aa1 r k er0)) +("harkey" nil (hh aa1 r k iy0)) +("harkin" nil (hh aa1 r k ih0 n)) +("harking" nil (hh aa1 r k ih0 ng)) +("harkins" nil (hh aa1 r k ih0 n z)) +("harkleroad" nil (hh aa1 r k l er0 ow0 d)) +("harkless" nil (hh aa1 r k l ax s)) +("harkness" nil (hh aa1 r k n ax s)) +("harkrader" nil (hh aa1 r k r ax d er0)) +("harkrider" nil (hh aa1 r k r ay1 d er0)) +("harks" nil (hh aa1 r k s)) +("harl" nil (hh aa1 r l)) +("harlacher" nil (hh aa1 r l ax k er0)) +("harlan" nil (hh aa1 r l ax n)) +("harland" nil (hh aa1 r l ax n d)) +("harle" nil (hh aa1 r ax l)) +("harlem" nil (hh aa1 r l ax m)) +("harleman" nil (hh aa1 r ax l m ax n)) +("harlequin" nil (hh aa1 r l ax k w ax n)) +("harless" nil (hh aa1 r l ih0 s)) +("harley" nil (hh aa1 r l iy0)) +("harleysville" nil (hh aa1 r l iy0 z v ih1 l)) +("harlin" nil (hh aa1 r l ih0 n)) +("harling" nil (hh aa1 r l ih0 ng)) +("harlingen" nil (hh aa1 r l ih0 ng ax n)) +("harloff" nil (hh aa1 r l ao0 f)) +("harlot" nil (hh aa1 r l ax t)) +("harlow" nil (hh aa1 r l ow0)) +("harm" nil (hh aa1 r m)) +("harman" nil (hh aa1 r m ax n)) +("harmata" nil (hh aa0 r m aa1 t ax)) +("harmattan" nil (hh aa1 r m ax t ae1 n)) +("harmed" nil (hh aa1 r m d)) +("harmel" nil (hh aa1 r m ax l)) +("harmening" nil (hh aa1 r m ax n ih0 ng)) +("harmer" nil (hh aa1 r m er0)) +("harmes" nil (hh aa1 r m z)) +("harmetz" nil (hh aa1 r m eh1 t s)) +("harmeyer" nil (hh aa1 r m ay1 er0)) +("harmful" nil (hh aa1 r m f ax l)) +("harmfulness" nil (hh aa1 r m f ax l n ax s)) +("harming" nil (hh aa1 r m ih0 ng)) +("harmison" nil (hh aa1 r m ih0 s ax n)) +("harmless" nil (hh aa1 r m l ax s)) +("harmlessly" nil (hh aa1 r m l ax s l iy0)) +("harmon" nil (hh aa1 r m ax n)) +("harmonia" nil (hh aa0 r m ow1 n iy0 ax)) +("harmonic" nil (hh aa0 r m aa1 n ih0 k)) +("harmonica" nil (hh aa0 r m aa1 n ih0 k ax)) +("harmonics" nil (hh aa0 r m aa1 n ih0 k s)) +("harmonie" nil (hh aa1 r m ax n iy0)) +("harmonies" nil (hh aa1 r m ax n iy0 z)) +("harmonious" nil (hh aa0 r m ow1 n iy0 ax s)) +("harmonium" nil (hh aa0 r m ow1 n iy0 ax m)) +("harmonization" nil (hh aa1 r m ax n ih0 z ey1 sh ax n)) +("harmonize" nil (hh aa1 r m ax n ay1 z)) +("harmonized" nil (hh aa1 r m ax n ay1 z d)) +("harmonizing" nil (hh aa1 r m ax n ay1 z ih0 ng)) +("harmony" nil (hh aa1 r m ax n iy0)) +("harms" nil (hh aa1 r m z)) +("harmsen" nil (hh aa1 r m s ax n)) +("harn" nil (hh aa1 r n)) +("harnack" nil (hh aa1 r n ax k)) +("harnage" nil (hh aa1 r n ih0 jh)) +("harnden" nil (hh aa1 r n d ax n)) +("harne" nil (hh aa1 r n)) +("harned" nil (hh aa1 r n d)) +("harner" nil (hh aa1 r n er0)) +("harness" nil (hh aa1 r n ax s)) +("harnessed" nil (hh aa1 r n ax s t)) +("harnesses" nil (hh aa1 r n ax s ax z)) +("harnessing" nil (hh aa1 r n ax s ih0 ng)) +("harnett" nil (hh aa1 r n ih0 t)) +("harney" nil (hh aa1 r n iy0)) +("harnisch" nil (hh aa1 r n ih0 sh)) +("harnischfeger" nil (hh aa1 r n ih0 sh f eh1 g er0)) +("harnish" nil (hh aa1 r n ih0 sh)) +("harnois" nil (hh aa0 r n w aa1)) +("haro" nil (hh aa1 r ow0)) +("harold" nil (hh eh1 r ax l d)) +("haroldson" nil (hh ae1 r ow0 l d s ax n)) +("harp" nil (hh aa1 r p)) +("harpe" nil (hh aa1 r p)) +("harped" nil (hh aa1 r p t)) +("harpel" nil (hh aa0 r p eh1 l)) +("harpenau" nil (hh aa1 r p ih0 n ow0)) +("harper" nil (hh aa1 r p er0)) +("harpers" nil (hh aa1 r p er0 z)) +("harpham" nil (hh aa1 r f ax m)) +("harpin" nil (hh aa0 r p ae1 n)) +("harping" nil (hh aa1 r p ih0 ng)) +("harpist" nil (hh aa1 r p ih0 s t)) +("harpists" nil (hh aa1 r p ih0 s t s)) +("harpley" nil (hh aa1 r p l iy0)) +("harpo" nil (hh aa1 r p ow0)) +("harpold" nil (hh aa1 r p ow1 l d)) +("harpole" nil (hh aa1 r p ow1 l)) +("harpoon" nil (hh aa0 r p uw1 n)) +("harps" nil (hh aa1 r p s)) +("harpsichord" nil (hh aa1 r p s ax k ao1 r d)) +("harpst" nil (hh aa1 r p s t)) +("harpster" nil (hh aa1 r p s t er0)) +("harquebus" nil (hh aa1 r k w ax b ax s)) +("harr" nil (hh ae1 r)) +("harrah" nil (hh ae1 r ax)) +("harral" nil (hh ae1 r ax l)) +("harralson" nil (hh ae1 r ax l s ax n)) +("harre" nil (hh ae1 r)) +("harrel" nil (hh ae1 r ax l)) +("harreld" nil (hh ae1 r ih0 l d)) +("harrell" nil (hh eh1 r ax l)) +("harrelson" nil (hh eh1 r ih0 l s ax n)) +("harren" nil (hh ae1 r ax n)) +("harrer" nil (hh aa1 r er0)) +("harried" nil (hh eh1 r iy0 d)) +("harrier" nil (hh eh1 r iy0 er0)) +("harries" nil (hh eh1 r iy0 z)) +("harriet" nil (hh eh1 r iy0 ax t)) +("harriette" nil (hh ae1 r iy0 eh0 t)) +("harrigan" nil (hh eh1 r ih0 g ax n)) +("harriger" nil (hh ae1 r ih0 g er0)) +("harrill" nil (hh ae1 r ax l)) +("harriman" nil (hh eh1 r ih0 m ax n)) +("harring" nil (hh ae1 r ih0 ng)) +("harrington" nil (hh eh1 r ih0 ng t ax n)) +("harriott" nil (hh ae1 r iy0 ax t)) +("harris" nil (hh eh1 r ih0 s)) +("harrisburg" nil (hh ae1 r ih0 s b er0 g)) +("harrison" nil (hh eh1 r ih0 s ax n)) +("harriss" nil (hh ae1 r ih0 s)) +("harrity" nil (hh ae1 r ih0 t iy0)) +("harrod" nil (hh eh1 r ax d)) +("harrods" nil (hh eh1 r ax d z)) +("harrold" nil (hh eh1 r ax l d)) +("harron" nil (hh ae1 r ax n)) +("harrop" nil (hh eh1 r ax p)) +("harroun" nil (hh er0 uw1 n)) +("harrow" nil (hh ae1 r ow0)) +("harrower" nil (hh ae1 r ow0 w er0)) +("harrowing" nil (hh eh1 r ow0 ih0 ng)) +("harry" nil (hh eh1 r iy0)) +("harryman" nil (hh ae1 r iy0 m ax n)) +("harsch" nil (hh aa1 r sh)) +("harsco" nil (hh aa1 r s k ow0)) +("harsh" nil (hh aa1 r sh)) +("harsha" nil (hh aa1 r sh ax)) +("harshaw" nil (hh aa1 r sh ao1)) +("harshbarger" nil (hh aa1 r sh b aa1 r g er0)) +("harshberger" nil (hh aa1 r sh b er0 g er0)) +("harsher" nil (hh aa1 r sh er0)) +("harshest" nil (hh aa1 r sh ax s t)) +("harshfield" nil (hh aa1 r sh f iy1 l d)) +("harshly" nil (hh aa1 r sh l iy0)) +("harshman" nil (hh aa1 r sh m ax n)) +("harshness" nil (hh aa1 r sh n ax s)) +("harstad" nil (hh aa1 r s t ax d)) +("harston" nil (hh aa1 r s t ax n)) +("hart" nil (hh aa1 r t)) +("harte" nil (hh aa1 r t)) +("hartel" nil (hh aa1 r t ax l)) +("hartell" nil (hh aa1 r t ax l)) +("harten" nil (hh aa1 r t ax n)) +("hartenstein" nil (hh aa1 r t ax n s t ay1 n)) +("harter" nil (hh aa1 r t er0)) +("hartfiel" nil (hh aa1 r t f iy1 l)) +("hartfield" nil (hh aa1 r t f iy1 l d)) +("hartford" nil (hh aa1 r t f er0 d)) +("hartgraves" nil (hh aa1 r t g r ey1 v z)) +("hartgrove" nil (hh aa1 r t g r ow1 v)) +("harth" nil (hh aa1 r th)) +("hartig" nil (hh aa1 r t ih0 g)) +("hartigan" nil (hh aa1 r t ih0 g ax n)) +("hartin" nil (hh aa1 r t ih0 n)) +("harting" nil (hh aa1 r t ih0 ng)) +("hartinger" nil (hh aa1 r t ih0 ng er0)) +("hartis" nil (hh aa1 r t ih0 s)) +("hartje" nil (hh aa1 r t jh ey0)) +("hartke" nil (hh aa1 r t k iy0)) +("hartkopf" nil (hh aa1 r t k ao0 f)) +("hartl" nil (hh aa1 r t ax l)) +("hartlage" nil (hh aa1 r t l ih0 jh)) +("hartland" nil (hh aa1 r t l ax n d)) +("hartlaub" nil (hh aa1 r t l aw1 b)) +("hartle" nil (hh aa1 r t ax l)) +("hartless" nil (hh aa1 r t l ax s)) +("hartley" nil (hh aa1 r t l iy0)) +("hartlieb" nil (hh aa1 r t l iy1 b)) +("hartline" nil (hh aa1 r t l ay1 n)) +("hartling" nil (hh aa1 r t l ih0 ng)) +("hartman" nil (hh aa1 r t m ax n)) +("hartmann" nil (hh aa1 r t m ax n)) +("hartmarx" nil (hh aa1 r t m aa1 r k s)) +("hartnell" nil (hh aa1 r t n ax l)) +("hartner" nil (hh aa1 r t n er0)) +("hartness" nil (hh aa1 r t n ax s)) +("hartnett" nil (hh aa1 r t n ih0 t)) +("hartney" nil (hh aa1 r t n iy0)) +("hartog" nil (hh aa1 r t ax g)) +("harton" nil (hh aa1 r t ax n)) +("hartong" nil (hh aa1 r t ao0 ng)) +("hartranft" nil (hh aa1 r t r ah1 n f t)) +("harts" nil (hh aa1 r t s)) +("hartsell" nil (hh aa1 r t s ax l)) +("hartsfield" nil (hh aa1 r t s f iy1 l d)) +("hartshorn" nil (hh aa1 r t s hh ao1 r n)) +("hartshorne" nil (hh aa1 r ch er0 n)) +("hartsock" nil (hh aa1 r t s ax k)) +("hartsoe" nil (hh aa1 r t s ow0)) +("hartson" nil (hh aa1 r t s ax n)) +("hartsook" nil (hh aa1 r t s uh0 k)) +("hartsough" nil (hh aa1 r t s aw0)) +("hartstein" nil (hh aa1 r t s t ay1 n)) +("hartt" nil (hh aa1 r t)) +("hartter" nil (hh aa1 r t er0)) +("hartung" nil (hh aa1 r t ax ng)) +("hartwell" nil (hh aa1 r t w eh1 l)) +("hartwick" nil (hh aa1 r t w ih1 k)) +("hartwig" nil (hh aa1 r t w ih0 k)) +("hartwood" nil (hh aa1 r t w uh1 d)) +("harty" nil (hh aa1 r t iy0)) +("hartz" nil (hh aa1 r t s)) +("hartzel" nil (hh aa1 r t z ax l)) +("hartzell" nil (hh aa1 r t z ax l)) +("hartzler" nil (hh aa1 r t s l er0)) +("hartzog" nil (hh aa1 r t z ax g)) +("haruo" nil (hh aa0 r uw1 ow0)) +("harv" nil (hh aa1 r v)) +("harvard" nil (hh aa1 r v er0 d)) +("harvath" nil (hh aa1 r v ax th)) +("harve" nil (hh aa1 r v)) +("harvel" nil (hh aa1 r v ax l)) +("harvell" nil (hh aa1 r v ax l)) +("harvest" nil (hh aa1 r v ax s t)) +("harvestable" nil (hh aa1 r v ax s t ax b ax l)) +("harvested" nil (hh aa1 r v ax s t ax d)) +("harvester" nil (hh aa1 r v ax s t er0)) +("harvesters" nil (hh aa1 r v ax s t er0 z)) +("harvesting" nil (hh aa1 r v ax s t ih0 ng)) +("harvests" nil (hh aa1 r v ax s t s)) +("harvey" nil (hh aa1 r v iy0)) +("harvie" nil (hh aa1 r v iy0)) +("harvill" nil (hh aa1 r v ih0 l)) +("harville" nil (hh aa1 r v ih1 l)) +("harvin" nil (hh aa1 r v ih0 n)) +("harvison" nil (hh aa1 r v ih0 s ax n)) +("harward" nil (hh aa1 r w er0 d)) +("harwell" nil (hh aa1 r w eh1 l)) +("harwick" nil (hh aa1 r w ih0 k)) +("harwood" nil (hh aa1 r w uh1 d)) +("haryana" nil (hh eh0 r y aa1 n ax)) +("has" nil (hh ae1 z)) +("hasan" nil (hh ey1 z ax n)) +("hasbro" nil (hh ae1 z b r ow0)) +("hasbrook" nil (hh ae1 s b r uh0 k)) +("hasbrouck" nil (hh ae1 z b r uh1 k)) +("hascall" nil (hh ae1 s k ax l)) +("hasch" nil (hh ae1 sh)) +("haschke" nil (hh ae1 sh k)) +("hase" nil (hh ey1 z)) +("hasegawa" nil (hh aa1 s ey0 g aa1 w ax)) +("hasek" nil (hh aa1 s eh0 k)) +("haselden" nil (hh ae1 s ih0 l d ax n)) +("haseley" nil (hh ae1 s ih0 l iy0)) +("haselhorst" nil (hh ae1 s ih0 l hh ao0 r s t)) +("haseltine" nil (hh ae1 s ih0 l t iy0 n)) +("haselton" nil (hh ax s eh1 l t ax n)) +("haseman" nil (hh ey1 s m ax n)) +("hasenauer" nil (hh ae1 s ih0 n aw0 er0)) +("hasenfus" nil (hh ey1 z ax n f ah1 s)) +("haser" nil (hh eh1 z er0)) +("hash" nil (hh ae1 sh)) +("hashagen" nil (hh ae1 sh ax g ax n)) +("hashed" nil (hh ae1 sh t)) +("hashem" nil (hh ae1 sh ih0 m)) +("hashemi" nil (hh ax sh ey1 m iy0)) +("hashemite" nil (hh ae1 sh ax m ay1 t)) +("hashers" nil (hh ae1 sh er0 z)) +("hashi" nil (hh ae1 sh iy0)) +("hashim" nil (hh ae1 sh ih0 m)) +("hashimoto" nil (hh aa0 sh iy0 m ow1 t ow0)) +("hashing" nil (hh ae1 sh ih0 ng)) +("hashish" nil (hh ae1 sh ih0 sh)) +("hashman" nil (hh ae1 sh m ax n)) +("hasidic" nil (hh ax s ih1 d ih0 k)) +("haske" nil (hh ey1 s k)) +("haskell" nil (hh ae1 s k ax l)) +("haskett" nil (hh ae1 s k ih0 t)) +("haskew" nil (hh ae1 s k y uw0)) +("haskin" nil (hh ae1 s k ih0 n)) +("haskins" nil (hh ae1 s k ih0 n z)) +("haslam" nil (hh ae1 s l ax m)) +("hasler" nil (hh ae1 s ax l er0)) +("haslett" nil (hh ae1 s l ih0 t)) +("hasley" nil (hh ae1 z l iy0)) +("haso" nil (hh aa1 s ow1)) +("haspel" nil (hh ae1 s p ax l)) +("hassan" nil (hh ax s aa1 n)) +("hasse" nil (hh aa1 s)) +("hassebrock" nil (hh ae1 s ih0 b r aa1 k)) +("hassel" nil (hh ae1 s ax l)) +("hasselbach" nil (hh ae1 s ih0 l b aa0 k)) +("hasselbring" nil (hh ae1 s ih0 l b r ih0 ng)) +("hassell" nil (hh ae1 s ax l)) +("hasselman" nil (hh ae1 s ax l m ax n)) +("hassen" nil (hh ae1 s ax n)) +("hassenberg" nil (hh ae1 s ax n b er0 g)) +("hassenfeld" nil (hh ae1 s ax n f eh1 l d)) +("hassett" nil (hh ae1 s ih0 t)) +("hassey" nil (hh ae1 s iy0)) +("hassig" nil (hh ae1 s ih0 g)) +("hassing" nil (hh ae1 s ih0 ng)) +("hassinger" nil (hh ae1 s ih0 n jh er0)) +("hassle" nil (hh ae1 s ax l)) +("hassled" nil (hh ae1 s ax l d)) +("hassler" nil (hh ae1 s l er0)) +("hassles" nil (hh ae1 s ax l z)) +("hassman" nil (hh ae1 s m ax n)) +("hasson" nil (hh ae1 s ax n)) +("hast" nil (hh ae1 s t)) +("haste" nil (hh ey1 s t)) +("hasten" nil (hh ey1 s ax n)) +("hastened" nil (hh ey1 s ax n d)) +("hastening" nil (hh ey1 s ax n ih0 ng)) +("hastens" nil (hh ey1 s ax n z)) +("hastey" nil (hh ey1 s t iy0)) +("hastie" nil (hh ey1 s t iy0)) +("hastily" nil (hh ey1 s t ax l iy0)) +("hasting" nil (hh ey1 s t ih0 ng)) +("hastings" nil (hh ey1 s t ih0 ng z)) +("haston" nil (hh ae1 s t ax n)) +("hasty" nil (hh ey1 s t iy0)) +("haswell" nil (hh ae1 s w eh0 l)) +("hasz" nil (hh aa1 sh)) +("hat" nil (hh ae1 t)) +("hata" nil (hh aa1 t ax)) +("hatala" nil (hh ae1 t ax l ax)) +("hataway" nil (hh ae1 t ax w ey1)) +("hatch" nil (hh ae1 ch)) +("hatchback" nil (hh ae1 ch b ae1 k)) +("hatched" nil (hh ae1 ch t)) +("hatchel" nil (hh ae1 ch ax l)) +("hatchell" nil (hh ae1 ch ax l)) +("hatcher" nil (hh ae1 ch er0)) +("hatcheries" nil (hh ae1 ch er0 iy0 z)) +("hatchery" nil (hh ae1 ch er0 iy0)) +("hatches" nil (hh ae1 ch ih0 z)) +("hatchet" nil (hh ae1 ch ax t)) +("hatchets" nil (hh ae1 ch ax t s)) +("hatchett" nil (hh ae1 ch ih0 t)) +("hatching" nil (hh ae1 ch ih0 ng)) +("hate" nil (hh ey1 t)) +("hated" nil (hh ey1 t ax d)) +("hateful" nil (hh ey1 t f ax l)) +("hatem" nil (hh ae1 t ih0 m)) +("hater" nil (hh ey1 t er0)) +("haters" nil (hh ey1 t er0 z)) +("hates" nil (hh ey1 t s)) +("hatfield" nil (hh ae1 t f iy1 l d)) +("hath" nil (hh ae1 th)) +("hathaway" nil (hh ae1 th ax w ey1)) +("hathcoat" nil (hh ae1 th k ow1 t)) +("hathcock" nil (hh ae1 th k ax k)) +("hatheway" nil (hh ey1 dh w ey0)) +("hathorn" nil (hh aa1 th ao0 r n)) +("hathorne" nil (hh ae1 th er0 n)) +("hating" nil (hh ey1 t ih0 ng)) +("hatler" nil (hh ey1 t ax l er0)) +("hatlestad" nil (hh ae1 t l ih0 s t ax d)) +("hatley" nil (hh ae1 t l iy0)) +("hatmaker" nil (hh ae1 t m ey1 k er0)) +("hatred" nil (hh ey1 t r ax d)) +("hatreds" nil (hh ey1 t r ax d z)) +("hats" nil (hh ae1 t s)) +("hatt" nil (hh ae1 t)) +("hattabaugh" nil (hh ae1 t ax b ao0)) +("hattan" nil (hh ae1 t ax n)) +("hattaway" nil (hh ae1 t ax w ey0)) +("hatten" nil (hh ae1 t ax n)) +("hattendorf" nil (hh ae1 t ih0 n d ao0 r f)) +("hatter" nil (hh ae1 t er0)) +("hatteras" nil (hh ae1 t er0 ax s)) +("hattersley" nil (hh ae1 t er0 z l iy0)) +("hattery" nil (hh ae1 t er0 iy0)) +("hattie" nil (hh ae1 t iy0)) +("hatton" nil (hh ae1 t ax n)) +("hattori" nil (hh aa0 t ao1 r iy0)) +("hattusas" nil (hh ax t uw1 s ax s)) +("hatty" nil (hh ae1 t iy0)) +("hatz" nil (hh ae1 t s)) +("hau" nil (hh aw1)) +("haub" nil (hh ao1 b)) +("hauber" nil (hh aw1 b er0)) +("haubert" nil (hh aw1 b er0 t)) +("haubner" nil (hh aw1 b n er0)) +("haubrich" nil (hh aw1 b r ih0 k)) +("hauch" nil (hh ao1 ch)) +("hauck" nil (hh ao1 k)) +("hauenstein" nil (hh aw1 ax n s t ay0 n)) +("hauer" nil (hh aw1 er0)) +("haueter" nil (hh aw1 t er0)) +("hauf" nil (hh ao1 f)) +("hauff" nil (hh ao1 f)) +("haug" nil (hh ao1 g)) +("haugan" nil (hh ao1 g ax n)) +("hauge" nil (hh ao1 jh)) +("haugen" nil (hh aw1 g ax n)) +("hauger" nil (hh aw1 g er0)) +("haugh" nil (hh ao1)) +("haughey" nil (hh ao1 k iy0)) +("haughn" nil (hh ao1 n)) +("haught" nil (hh ao1 t)) +("haughton" nil (hh ao1 t ax n)) +("haughty" nil (hh ao1 t iy0)) +("haugland" nil (hh ao1 g l ax n d)) +("hauk" nil (hh ao1 k)) +("hauke" nil (hh ao1 k)) +("haul" nil (hh ao1 l)) +("hauled" nil (hh ao1 l d)) +("hauler" nil (hh ao1 l er0)) +("haulers" nil (hh ao1 l er0 z)) +("hauling" nil (hh ao1 l ih0 ng)) +("hauls" nil (hh ao1 l z)) +("haun" nil (hh ao1 n)) +("haunt" nil (hh ao1 n t)) +("haunted" nil (hh ao1 n t ax d)) +("haunting" nil (hh ao1 n t ih0 ng)) +("hauntingly" nil (hh ao1 n t ih0 ng l iy0)) +("haunts" nil (hh ao1 n t s)) +("haupert" nil (hh aw1 p er0 t)) +("hauppauge" nil (hh aw1 p ao0 jh)) +("haupt" nil (hh ao1 p t)) +("hauptfuhrer" nil (hh aw1 p t f y uh1 r er0)) +("hauptman" nil (hh aw1 p t m ax n)) +("hauptmann" nil (hh aw1 p t m ax n)) +("haury" nil (hh ao1 r iy0)) +("haus" nil (hh aw1 s)) +("hausa" nil (hh aw1 s ax)) +("hausauer" nil (hh aw1 s aw0 er0)) +("hausch" nil (hh aw1 sh)) +("hauschild" nil (hh aw1 s ch ay1 l d)) +("hauschildt" nil (hh aw1 sh ih0 l t)) +("hause" nil (hh aw1 s)) +("hausen" nil (hh aw1 z ax n)) +("hauser" nil (hh aw1 z er0)) +("hauserman" nil (hh aw1 z er0 m ax n)) +("hausfeld" nil (hh aw1 s f eh1 l d)) +("hausler" nil (hh aw1 s ax l er0)) +("hausman" nil (hh aw1 s m ax n)) +("hausmann" nil (hh aw1 s m ax n)) +("hausner" nil (hh aw1 s n er0)) +("hauss" nil (hh aw1 s)) +("hausser" nil (hh aw1 s er0)) +("haussler" nil (hh aw1 s ax l er0)) +("haussmann" nil (hh aw1 s m ax n)) +("hauswirth" nil (hh aw1 s w er0 th)) +("haut" nil (hh ao1 t)) +("hautala" nil (hh ao1 t ax l ax)) +("haute" nil (hh ow1 t)) +("hauter" nil (hh aw1 t er0)) +("hauth" nil (hh ao1 th)) +("hauver" nil (hh aw1 v er0)) +("havana" nil (hh ax v ae1 n ax)) +("havard" nil (hh ae1 v er0 d)) +("havas" nil (hh aa1 v aa0 z)) +("have" nil (hh ae1 v)) +("havel" nil (hh ae1 v ax l)) +("havelka" nil (hh ax v eh1 l k ax)) +("havelock" nil (hh ae1 v l aa1 k)) +("haveman" nil (hh ey1 v m ax n)) +("havemann" nil (hh ae1 v ax m ax n)) +("haven" nil (hh ey1 v ax n)) +("havener" nil (hh ae1 v iy0 n er0)) +("havens" nil (hh ey1 v ax n z)) +("haver" nil (hh eh1 v er0)) +("haverfield" nil (hh ae1 v er0 f iy1 l d)) +("haverford" nil (hh ae1 v er0 f er0 d)) +("haverkamp" nil (hh ae1 v er0 k ae1 m p)) +("haverland" nil (hh ae1 v er0 l ax n d)) +("haverly" nil (hh ey1 v er0 l iy0)) +("haverstick" nil (hh ey1 v er0 s t ih0 k)) +("haverstock" nil (hh ey1 v er0 s t aa0 k)) +("haverty" nil (hh ae1 v er0 t iy0)) +("haves" nil (hh ae1 v z)) +("havey" nil (hh ey1 v iy0)) +("haviland" nil (hh ey1 v iy0 l ax n d)) +("havill" nil (hh aa0 v iy1 l)) +("havilland" nil (hh ae1 v ax l ax n d)) +("having" nil (hh ae1 v ih0 ng)) +("havins" nil (hh ae1 v ih0 n z)) +("havis" nil (hh ae1 v ih0 s)) +("havlicek" nil (hh aa1 v l ih0 ch eh0 k)) +("havlik" nil (hh ae1 v l ih0 k)) +("havlin" nil (hh ae1 v l ih0 n)) +("havner" nil (hh ae1 v n er0)) +("havoc" nil (hh ae1 v ax k)) +("havran" nil (hh ae1 v r ax n)) +("havranek" nil (hh ax v r ae1 n eh0 k)) +("havrilla" nil (hh ae1 v r ih1 l ax)) +("havron" nil (hh ae1 v r ax n)) +("haw" nil (hh ao1)) +("hawaii" nil (hh ax w ay1 iy1)) +("hawaiian" nil (hh ax w ay1 ax n)) +("hawaiians" nil (hh ax w ay1 ax n z)) +("hawass" nil (hh ae1 w aa0 s)) +("hawbaker" nil (hh ao1 b ey1 k er0)) +("hawe" nil (hh ao1)) +("hawes" nil (hh ao1 z)) +("hawing" nil (hh ao1 ih0 ng)) +("hawk" nil (hh ao1 k)) +("hawkbill" nil (hh ao1 k b ih1 l)) +("hawke" nil (hh ao1 k)) +("hawked" nil (hh ao1 k t)) +("hawken" nil (hh ao1 k ax n)) +("hawker" nil (hh ao1 k er0)) +("hawkers" nil (hh ao1 k er0 z)) +("hawkes" nil (hh ao1 k s)) +("hawkey" nil (hh ao1 k iy1)) +("hawkeye" nil (hh ao1 k ay1)) +("hawkiness" nil (hh ao1 k n ax s)) +("hawking" nil (hh ao1 k ih0 ng)) +("hawkins" nil (hh ao1 k ih0 n z)) +("hawkinson" nil (hh ao1 k ih0 n s ax n)) +("hawkish" nil (hh ao1 k ih0 sh)) +("hawks" nil (hh ao1 k s)) +("hawksley" nil (hh ao1 k s l iy0)) +("hawley" nil (hh ao1 l iy0)) +("hawn" nil (hh ao1 n)) +("haworth" nil (hh ae1 w er0 th)) +("haws" nil (hh ao1 z)) +("hawthorn" nil (hh ao1 th ao1 r n)) +("hawthorne" nil (hh ao1 th ao0 r n)) +("hawthorns" nil (hh ao1 th ao1 r n z)) +("hawver" nil (hh ao1 v er0)) +("haxton" nil (hh ae1 k s t ax n)) +("hay" nil (hh ey1)) +("hayashi" nil (hh aa0 y aa1 sh iy0)) +("hayashida" nil (hh aa0 y aa0 sh iy1 d ax)) +("haycock" nil (hh ey1 k aa1 k)) +("haycraft" nil (hh ey1 k r ae1 f t)) +("haydel" nil (hh ey1 d ax l)) +("hayden" nil (hh ey1 d ax n)) +("haydn" nil (hh ay1 d ax n)) +("haydock" nil (hh ey1 d aa1 k)) +("haydon" nil (hh ey1 d ax n)) +("haydu" nil (hh ey1 d uw0)) +("hayduk" nil (hh ey1 d ax k)) +("haye" nil (hh ey1)) +("hayek" nil (hh ey1 ih0 k)) +("hayen" nil (hh ey1 ax n)) +("hayenga" nil (hh ey0 ey1 ng g ax)) +("hayer" nil (hh ey1 er0)) +("hayes" nil (hh ey1 z)) +("hayfields" nil (hh ey1 f iy1 l d z)) +("hayford" nil (hh ey1 f er0 d)) +("haygood" nil (hh ey1 g uh1 d)) +("hayhurst" nil (hh ey1 hh er0 s t)) +("hayles" nil (hh ey1 l z)) +("hayley" nil (hh ey1 l iy0)) +("hayloft" nil (hh ey1 l ao1 f t)) +("haymaker" nil (hh ey1 m ey1 k er0)) +("hayman" nil (hh ey1 m ax n)) +("haymarket" nil (hh ey1 m aa1 r k ih0 t)) +("haymes" nil (hh ey1 m z)) +("haymon" nil (hh ey1 m ax n)) +("haymond" nil (hh ey1 m ax n d)) +("haymore" nil (hh ey1 m ao0 r)) +("hayn" nil (hh ey1 n)) +("hayne" nil (hh ey1 n)) +("hayner" nil (hh ey1 n er0)) +("haynes" nil (hh ey1 n z)) +("haynesworth" nil (hh ey1 n z w er0 th)) +("haynie" nil (hh ey1 n iy0)) +("haynsworth" nil (hh ey1 n z w er0 th)) +("hays" nil (hh ey1 z)) +("hayse" nil (hh ey1 z)) +("hayslett" nil (hh ey1 s l ih0 t)) +("hayslip" nil (hh ey1 s l ih0 p)) +("haystack" nil (hh ey1 s t ae1 k)) +("hayter" nil (hh ey1 t er0)) +("hayton" nil (hh ey1 t ax n)) +("hayward" nil (hh ey1 w er0 d)) +("haywire" nil (hh ey1 w ay1 r)) +("haywood" nil (hh ey1 w uh1 d)) +("hayworth" nil (hh ey1 w er1 th)) +("hazan" nil (hh ey1 z ax n)) +("hazard" nil (hh ae1 z er0 d)) +("hazardous" nil (hh ae1 z er0 d ax s)) +("hazards" nil (hh ae1 z er0 d z)) +("haze" nil (hh ey1 z)) +("hazel" nil (hh ey1 z ax l)) +("hazelbaker" nil (hh ey1 z ax l b ey1 k er0)) +("hazelett" nil (hh ae1 z ih0 l eh0 t)) +("hazelip" nil (hh ae1 z ih0 l ih0 p)) +("hazell" nil (hh ae1 z ax l)) +("hazelnut" nil (hh ey1 z ax l n ah1 t)) +("hazelrigg" nil (hh ax z eh1 l r ih0 g)) +("hazeltine" nil (hh ey1 z ax l t ay1 n)) +("hazelton" nil (hh ey1 z ax l t ax n)) +("hazelwood" nil (hh ey1 z ax l w uh1 d)) +("hazen" nil (hh ey1 z ax n)) +("hazing" nil (hh ey1 z ih0 ng)) +("hazle" nil (hh ey1 z ax l)) +("hazleton" nil (hh ey1 z ax l t ax n)) +("hazlett" nil (hh ae1 z l ih0 t)) +("hazlewood" nil (hh ey1 z ax l w uh1 d)) +("hazy" nil (hh ey1 z iy0)) +("hazzard" nil (hh ae1 z er0 d)) +("hbox" nil (ey1 ch b ao1 k s)) +("hces" nil (ey1 ch s iy1 iy1 eh1 s)) +("he" nil (hh iy1)) +("heaberlin" nil (hh iy1 b er0 l ih0 n)) +("heacock" nil (hh iy1 k ax k)) +("heacox" nil (hh iy1 k aa0 k s)) +("head" nil (hh eh1 d)) +("headache" nil (hh eh1 d ey1 k)) +("headaches" nil (hh eh1 d ey1 k s)) +("headband" nil (hh eh1 d b ae1 n d)) +("headbands" nil (hh eh1 d b ae1 n d z)) +("headboard" nil (hh eh1 d b ao1 r d)) +("headcheese" nil (hh eh1 d ch iy1 z)) +("headcount" nil (hh eh1 d k aw1 n t)) +("headdress" nil (hh eh1 d r eh1 s)) +("headdresses" nil (hh eh1 d d r eh1 s ax z)) +("headed" nil (hh eh1 d ax d)) +("headen" nil (hh eh1 d ax n)) +("header" nil (hh eh1 d er0)) +("headfirst" nil (hh eh1 d f er1 s t)) +("headgear" nil (hh eh1 d g ih1 r)) +("headhunter" nil (hh eh1 d hh ah1 n t er0)) +("headhunters" nil (hh eh1 d hh ah1 n t er0 z)) +("heading" nil (hh eh1 d ih0 ng)) +("headings" nil (hh eh1 d ih0 ng z)) +("headington" nil (hh eh1 d ih0 ng t ax n)) +("headlee" nil (hh eh1 d l iy1)) +("headless" nil (hh eh1 d l ax s)) +("headley" nil (hh eh1 d l iy0)) +("headlight" nil (hh eh1 d l ay1 t)) +("headlights" nil (hh eh1 d l ay1 t s)) +("headline" nil (hh eh1 d l ay1 n)) +("headlined" nil (hh eh1 d l ay1 n d)) +("headliner" nil (hh eh1 d l ay1 n er0)) +("headlines" nil (hh eh1 d l ay1 n z)) +("headlining" nil (hh eh1 d l ay1 n ih0 ng)) +("headlong" nil (hh eh1 d l ao1 ng)) +("headlund" nil (hh eh1 d l ax n d)) +("headman" nil (hh eh1 d m ax n)) +("headmaster" nil (hh eh1 d m ae1 s t er0)) +("headmistress" nil (hh eh1 d m ih1 s t r ax s)) +("headphones" nil (hh eh1 d f ow1 n z)) +("headquartered" nil (hh eh1 d k ao1 r t er0 d)) +("headquarters" nil (hh eh1 d k w ao1 r t er0 z)) +("headrests" nil (hh eh1 d r eh1 s t s)) +("headrick" nil (hh eh1 d r ih0 k)) +("headroom" nil (hh eh1 d r uw1 m)) +("heads" nil (hh eh1 d z)) +("headset" nil (hh eh1 d s eh1 t)) +("headsets" nil (hh eh1 d s eh1 t s)) +("headship" nil (hh eh1 d sh ih1 p)) +("headsman" nil (hh eh1 d z m ax n)) +("headstart" nil (hh eh1 d s t aa1 r t)) +("headstrong" nil (hh eh1 d s t r ao1 ng)) +("headwaters" nil (hh eh1 d w ao1 t er0 z)) +("headway" nil (hh eh1 d w ey1)) +("heady" nil (hh eh1 d iy0)) +("heafner" nil (hh iy1 f n er0)) +("heagle" nil (hh iy1 g ax l)) +("heagney" nil (hh iy1 g n iy0)) +("heagy" nil (hh iy1 jh iy0)) +("heal" nil (hh iy1 l)) +("heald" nil (hh iy1 l d)) +("healed" nil (hh iy1 l d)) +("healer" nil (hh iy1 l er0)) +("healers" nil (hh iy1 l er0 z)) +("healey" nil (hh iy1 l iy0)) +("healing" nil (hh iy1 l ih0 ng)) +("heals" nil (hh iy1 l z)) +("health" nil (hh eh1 l th)) +("healthamerica" nil (hh iy1 l th ax m eh1 r ih0 k ax)) +("healthcare" nil (hh eh1 l th k eh1 r)) +("healthcorp" nil (hh eh1 l th k ao1 r p)) +("healthdyne" nil (hh eh1 l th d ay1 n)) +("healthful" nil (hh eh1 l th f ax l)) +("healthier" nil (hh eh1 l th iy0 er0)) +("healthiest" nil (hh eh1 l th iy0 ih0 s t)) +("healthsource" nil (hh eh1 l th s ao1 r s)) +("healthsouth" nil (hh eh1 l th s aw1 th)) +("healthtrust" nil (hh eh1 l th t r ah1 s t)) +("healthvest" nil (hh eh1 l th v eh1 s t)) +("healthy" nil (hh eh1 l th iy0)) +("healy" nil (hh iy1 l iy0)) +("heaney" nil (hh iy1 n iy0)) +("heap" nil (hh iy1 p)) +("heape" nil (hh iy1 p)) +("heaped" nil (hh iy1 p t)) +("heaphy" nil (hh iy1 f iy0)) +("heaping" nil (hh iy1 p ih0 ng)) +("heaps" nil (hh iy1 p s)) +("hear" nil (hh ih1 r)) +("heard" nil (hh er1 d)) +("hearers" nil (hh ih1 r er0 z)) +("hearin" nil (hh ih1 r ih0 n)) +("hearing" nil (hh ih1 r ih0 ng)) +("hearings" nil (hh ih1 r ih0 ng z)) +("hearl" nil (hh er1 l)) +("hearn" nil (hh er1 n)) +("hearne" nil (hh er1 n)) +("hearns" nil (hh er1 n z)) +("hearon" nil (hh ih1 r ax n)) +("hearron" nil (hh ao1 r ax n)) +("hears" nil (hh ih1 r z)) +("hearsay" nil (hh ih1 r s ey1)) +("hearse" nil (hh er1 s)) +("hearst" nil (hh er1 s t)) +("heart" nil (hh aa1 r t)) +("heartache" nil (hh aa1 r t ey1 k)) +("heartbeat" nil (hh aa1 r t b iy1 t)) +("heartbeats" nil (hh aa1 r t b iy1 t s)) +("heartbreak" nil (hh aa1 r t b r ey1 k)) +("heartbreaking" nil (hh aa1 r t b r ey1 k ih0 ng)) +("heartbroken" nil (hh aa1 r t b r ow1 k ax n)) +("heartburn" nil (hh aa1 r t b er1 n)) +("hearted" nil (hh aa1 r t ax d)) +("heartedly" nil (hh aa1 r t ih0 d l iy0)) +("hearten" nil (hh aa1 r t ax n)) +("heartened" nil (hh aa1 r t ax n d)) +("heartening" nil (hh aa1 r t ax n ih0 ng)) +("heartfelt" nil (hh aa1 r t f eh1 l t)) +("hearth" nil (hh aa1 r th)) +("hearths" nil (hh aa1 r th s)) +("heartily" nil (hh aa1 r t ax l iy0)) +("heartland" nil (hh aa1 r t l ae1 n d)) +("heartless" nil (hh aa1 r t l ax s)) +("hearts" nil (hh aa1 r t s)) +("heartthrob" nil (hh aa1 r t th r aa1 b)) +("heartwarming" nil (hh aa1 r t w ao1 r m ih0 ng)) +("heartwise" nil (hh aa1 r t w ay1 z)) +("heartwood" nil (hh aa1 r t w uh1 d)) +("hearty" nil (hh aa1 r t iy0)) +("heasley" nil (hh iy1 z l iy0)) +("heaslip" nil (hh iy1 s l ih0 p)) +("heaston" nil (hh iy1 s t ax n)) +("heat" nil (hh iy1 t)) +("heated" nil (hh iy1 t ax d)) +("heatedly" nil (hh iy1 t ih0 d l iy0)) +("heater" nil (hh iy1 t er0)) +("heaters" nil (hh iy1 t er0 z)) +("heath" nil (hh iy1 th)) +("heathcliff" nil (hh eh1 th k l ih0 f)) +("heathcock" nil (hh eh1 th k ax k)) +("heathcote" nil (hh eh1 th k ax t)) +("heathen" nil (hh iy1 dh ax n)) +("heather" nil (hh eh1 dh er0)) +("heatherington" nil (hh eh1 dh er0 ih0 ng t ax n)) +("heatherly" nil (hh eh1 dh er0 l iy0)) +("heathers" nil (hh eh1 dh er0 z)) +("heathman" nil (hh iy1 th m ax n)) +("heathrow" nil (hh iy1 th r ow0)) +("heathwood" nil (hh iy1 th w uh1 d)) +("heating" nil (hh iy1 t ih0 ng)) +("heatley" nil (hh iy1 t l iy0)) +("heaton" nil (hh iy1 t ax n)) +("heats" nil (hh iy1 t s)) +("heatwole" nil (hh iy1 t w ow1 l)) +("heave" nil (hh iy1 v)) +("heaved" nil (hh iy1 v d)) +("heaven" nil (hh eh1 v ax n)) +("heavener" nil (hh eh1 v ax n er0)) +("heavenly" nil (hh eh1 v ax n l iy0)) +("heavens" nil (hh eh1 v ax n z)) +("heaves" nil (hh iy1 v z)) +("heavey" nil (hh iy1 v iy0)) +("heavier" nil (hh eh1 v iy0 er0)) +("heavies" nil (hh eh1 v iy0 z)) +("heaviest" nil (hh eh1 v iy0 ax s t)) +("heavily" nil (hh eh1 v ax l iy0)) +("heavin" nil (hh eh1 v ih0 n)) +("heaving" nil (hh iy1 v ih0 ng)) +("heavner" nil (hh iy1 v n er0)) +("heavrin" nil (hh iy1 v r ih0 n)) +("heavy" nil (hh eh1 v iy0)) +("heavyhanded" nil (hh eh1 v iy0 hh ae1 n d ih0 d)) +("heavyset" nil (hh eh1 v iy0 s eh1 t)) +("heavyweight" nil (hh eh1 v iy0 w ey1 t)) +("heavyweights" nil (hh eh1 v iy0 w ey1 t s)) +("hebard" nil (hh eh1 b er0 d)) +("hebb" nil (hh eh1 b)) +("hebda" nil (hh eh1 b d ax)) +("hebding" nil (hh eh1 b d ih0 ng)) +("hebe" nil (hh iy1 b)) +("hebel" nil (hh eh1 b ax l)) +("hebeler" nil (hh eh1 b ax l er0)) +("hebenstreit" nil (hh eh1 b ih0 n s t r ay0 t)) +("heber" nil (hh iy1 b er0)) +("heberer" nil (hh eh1 b er0 er0)) +("heberle" nil (hh eh1 b er0 ax l)) +("heberlein" nil (hh eh1 b er0 l ay1 n)) +("heberling" nil (hh eh1 b er0 l ih0 ng)) +("hebert" nil (hh eh1 b er0 t)) +("hebner" nil (hh eh1 b n er0)) +("hebrew" nil (hh iy1 b r uw0)) +("hebrides" nil (hh eh1 b r ih0 d iy0 z)) +("hebron" nil (hh eh1 b r ax n)) +("hecco" nil (hh eh1 k ow0)) +("hechinger" nil (hh eh1 k ih0 n jh er0)) +("hechler" nil (hh eh1 k l er0)) +("hecht" nil (hh eh1 k t)) +("hechtman" nil (hh eh1 k t m ax n)) +("heck" nil (hh eh1 k)) +("heckaman" nil (hh eh1 k ax m ax n)) +("heckard" nil (hh eh1 k er0 d)) +("heckart" nil (hh eh1 k er0 t)) +("heckathorn" nil (hh eh1 k ax th er0 n)) +("heckbert" nil (hh eh1 k b er0 t)) +("heckel" nil (hh eh1 k ax l)) +("heckendorn" nil (hh eh1 k eh0 n d ao0 r n)) +("hecker" nil (hh eh1 k er0)) +("heckert" nil (hh eh1 k er0 t)) +("heckle" nil (hh eh1 k ax l)) +("heckled" nil (hh eh1 k ax l d)) +("heckler" nil (hh eh1 k l er0)) +("hecklers" nil (hh eh1 k l er0 z)) +("heckling" nil (hh eh1 k l ih0 ng)) +("heckman" nil (hh eh1 k m ax n)) +("heckmann" nil (hh eh1 k m ax n)) +("heckuva" nil (hh eh0 k y uw1 v ax)) +("hecla" nil (hh eh1 k l ax)) +("hecox" nil (hh eh1 k aa0 k s)) +("hectare" nil (hh eh1 k t aa1 r)) +("hectares" nil (hh eh1 k t aa1 r z)) +("hectic" nil (hh eh1 k t ih0 k)) +("hectograph" nil (hh eh1 k t ax g r ae1 f)) +("hector" nil (hh eh1 k t er0)) +("hectoring" nil (hh eh1 k t er0 ih0 ng)) +("hecuba" nil (hh eh1 k y ax b ax)) +("heda" nil (hh ey1 d ax)) +("hedberg" nil (hh eh1 d b er0 g)) +("hedda" nil (hh eh1 d ax)) +("hedden" nil (hh eh1 d ax n)) +("hedding" nil (hh eh1 d ih0 ng)) +("heddy" nil (hh eh1 d iy0)) +("hedeen" nil (hh eh1 d iy0 n)) +("hedge" nil (hh eh1 jh)) +("hedgecock" nil (hh eh1 jh k aa1 k)) +("hedged" nil (hh eh1 jh d)) +("hedgehog" nil (hh eh1 jh hh aa1 g)) +("hedgehogs" nil (hh eh1 jh hh aa1 g z)) +("hedgepath" nil (hh eh1 jh p ae1 th)) +("hedgepeth" nil (hh eh1 jh ih0 p eh0 th)) +("hedger" nil (hh eh1 jh er0)) +("hedgers" nil (hh eh1 jh er0 z)) +("hedges" nil (hh eh1 jh ih0 z)) +("hedging" nil (hh eh1 jh ih0 ng)) +("hedglin" nil (hh eh1 jh l ih0 n)) +("hedgpeth" nil (hh eh1 jh p ih0 th)) +("hedi" nil (hh eh1 d iy0)) +("hediger" nil (hh eh1 d ih0 g er0)) +("hedin" nil (hh eh1 d ih0 n)) +("hedley" nil (hh eh1 d l iy0)) +("hedlund" nil (hh eh1 d l ax n d)) +("hedman" nil (hh eh1 d m ax n)) +("hedonic" nil (hh ax d aa1 n ih0 k)) +("hedonism" nil (hh iy1 d ax n ih1 z ax m)) +("hedonistic" nil (hh iy1 d ax n ih1 s t ih0 k)) +("hedquist" nil (hh eh1 d k w ih1 s t)) +("hedrich" nil (hh eh1 d r ih0 k)) +("hedrick" nil (hh eh1 d r ih0 k)) +("hedstrom" nil (hh eh1 d s t r ax m)) +("hedtke" nil (hh eh1 d k iy0)) +("hedwig" nil (hh eh1 d w ih0 g)) +("hedwiga" nil (hh eh1 d w ih0 g ax)) +("hedy" nil (hh iy1 d iy0)) +("hee" nil (hh iy1)) +("heeb" nil (hh iy1 b)) +("heebner" nil (hh iy1 b n er0)) +("heed" nil (hh iy1 d)) +("heeded" nil (hh iy1 d ax d)) +("heeding" nil (hh iy1 d ih0 ng)) +("heeds" nil (hh iy1 d z)) +("heefner" nil (hh iy1 f n er0)) +("heeg" nil (hh iy1 g)) +("heeke" nil (hh iy1 k)) +("heekin" nil (hh iy1 k ih0 n)) +("heel" nil (hh iy1 l)) +("heelan" nil (hh iy1 l ax n)) +("heeled" nil (hh iy1 l d)) +("heels" nil (hh iy1 l z)) +("heemstra" nil (hh iy1 m s t r ax)) +("heenan" nil (hh iy1 n ax n)) +("heeney" nil (hh iy1 n iy0)) +("heer" nil (hh iy1 er0)) +("heeren" nil (hh ih1 r ax n)) +("heermann" nil (hh ih1 r m ax n)) +("hees" nil (hh iy1 z)) +("heesch" nil (hh iy1 sh)) +("heese" nil (hh iy1 z)) +("heeter" nil (hh iy1 t er0)) +("hefei" nil (hh ax f ey1)) +("heffel" nil (hh eh1 f ax l)) +("heffelfinger" nil (hh eh1 f ih0 l f ih0 ng er0)) +("hefferan" nil (hh eh1 f er0 ax n)) +("hefferman" nil (hh eh1 f er0 m ax n)) +("heffern" nil (hh eh1 f er0 n)) +("heffernan" nil (hh eh1 f er0 n ax n)) +("hefferon" nil (hh eh1 f er0 ax n)) +("heffington" nil (hh eh1 f ih0 ng t ax n)) +("heffler" nil (hh eh1 f l er0)) +("heffley" nil (hh eh1 f l iy0)) +("heffner" nil (hh eh1 f n er0)) +("heffron" nil (hh eh1 f r ax n)) +("hefler" nil (hh eh1 f l er0)) +("hefley" nil (hh eh1 f l iy0)) +("heflin" nil (hh eh1 f l ih0 n)) +("hefner" nil (hh eh1 f n er0)) +("heft" nil (hh eh1 f t)) +("hefter" nil (hh eh1 f t er0)) +("hefti" nil (hh eh1 f t iy0)) +("heftier" nil (hh eh1 f t iy0 er0)) +("heftiest" nil (hh eh1 f t iy0 ax s t)) +("hefty" nil (hh eh1 f t iy0)) +("hegadorn" nil (hh eh1 g ax d ao1 r n)) +("hegarty" nil (hh eh1 g aa0 r t iy0)) +("hege" nil (hh iy1 jh)) +("hegedus" nil (hh eh1 g ih0 d ih0 s)) +("hegel" nil (hh eh1 g ax l)) +("hegelian" nil (hh iy0 jh iy1 l iy0 ax n)) +("hegeman" nil (hh iy1 g m ax n)) +("hegemonic" nil (hh eh1 g ax m aa1 n ih0 k)) +("hegemony" nil (hh iy0 jh eh1 m ax n iy0)) +("hegenna" nil (hh eh0 g eh1 n ax)) +("heger" nil (hh iy1 g er0)) +("hegg" nil (hh eh1 g)) +("hegge" nil (hh eh1 g)) +("heggen" nil (hh eh1 g ax n)) +("heggie" nil (hh eh1 g iy0)) +("hegland" nil (hh eh1 g l ax n d)) +("hegler" nil (hh eh1 g l er0)) +("heglund" nil (hh eh1 g l ax n d)) +("hegna" nil (hh eh1 g n ax)) +("hegner" nil (hh eh1 g n er0)) +("hegstrom" nil (hh eh1 g s t r ax m)) +("hegwood" nil (hh eh1 g w uh1 d)) +("hegyi" nil (hh ey1 g y iy0)) +("heh" nil (hh eh1)) +("hehir" nil (hh eh1 hh ih0 r)) +("hehl" nil (hh eh1 l)) +("hehman" nil (hh eh1 m ax n)) +("hehmeyer" nil (hh eh1 m ay1 r)) +("hehn" nil (hh eh1 n)) +("hehr" nil (hh eh1 r)) +("heibel" nil (hh ay1 b ax l)) +("heiberg" nil (hh ay1 b er0 g)) +("heiberger" nil (hh ay1 b er0 g er0)) +("heichel" nil (hh ay1 k ax l)) +("heichelbech" nil (hh ay1 k ih0 l b ih0 k)) +("heick" nil (hh ay1 k)) +("heico" nil (hh ay1 k ow0)) +("heid" nil (hh ay1 d)) +("heidbreder" nil (hh ay1 d b r ih0 d er0)) +("heidbrink" nil (hh ay1 d b r ih0 ng k)) +("heide" nil (hh ay1 d)) +("heidecker" nil (hh ay1 d ih0 k er0)) +("heidel" nil (hh ay1 d ax l)) +("heidelberg" nil (hh ay1 d ax l b er0 g)) +("heidelberger" nil (hh ay1 d ax l b er0 g er0)) +("heideman" nil (hh ay1 d m ax n)) +("heidemann" nil (hh ay1 d m ax n)) +("heiden" nil (hh ay1 d ax n)) +("heidenreich" nil (hh ay1 d ih0 n r ay0 k)) +("heider" nil (hh ay1 d er0)) +("heidi" nil (hh ay1 d iy0)) +("heidinger" nil (hh ay1 d ih0 ng er0)) +("heidler" nil (hh ay1 d ax l er0)) +("heidorn" nil (hh ay1 d er0 n)) +("heidrich" nil (hh ay1 d r ih0 k)) +("heidrick" nil (hh ay1 d r ih0 k)) +("heidt" nil (hh ay1 d t)) +("heier" nil (hh ay1 er0)) +("heifers" nil (hh eh1 f er0 z)) +("heifetz" nil (hh ay1 f ih0 t s)) +("heifner" nil (hh iy1 f n er0)) +("heiges" nil (hh ay1 jh ih0 z)) +("height" nil (hh ay1 t)) +("heighten" nil (hh ay1 t ax n)) +("heightened" nil (hh ay1 t ax n d)) +("heightening" nil (hh ay1 t ax n ih0 ng)) +("heightens" nil (hh ay1 t ax n z)) +("heights" nil (hh ay1 t s)) +("heigl" nil (hh ay1 g ax l)) +("heiken" nil (hh ay1 k ax n)) +("heikes" nil (hh ay1 k ax z)) +("heikkila" nil (hh ay1 k ih0 l ax)) +("heikkinen" nil (hh ay1 k ih0 n ax n)) +("heil" nil (hh ay1 l)) +("heiland" nil (hh ay1 l ax n d)) +("heilbrun" nil (hh ay1 l b r ax n)) +("heileman" nil (hh ay1 l m ax n)) +("heiler" nil (hh ay1 l er0)) +("heilig" nil (hh ay1 l ih0 g)) +("heilman" nil (hh ay1 l m ax n)) +("heilmann" nil (hh ay1 l m ax n)) +("heim" nil (hh ay1 m)) +("heiman" nil (hh ay1 m ax n)) +("heimann" nil (hh ay1 m ax n)) +("heimbach" nil (hh ay1 m b aa1 k)) +("heimberger" nil (hh ay1 m b er0 g er0)) +("heimbigner" nil (hh ay1 m b ay0 g n er0)) +("heimbuch" nil (hh ay1 m b ax k)) +("heimburger" nil (hh ay1 m b er0 g er0)) +("heimer" nil (hh ay1 m er0)) +("heimerl" nil (hh ay1 m er0 l)) +("heimlich" nil (hh ay1 m l ih0 k)) +("heims" nil (hh ay1 m z)) +("heimsoth" nil (hh ay1 m s ax th)) +("hein" nil (hh ay1 n)) +("heinbach" nil (hh ay1 n b aa1 k)) +("heinbaugh" nil (hh ay1 n b aw0)) +("heindel" nil (hh ay1 n d ax l)) +("heindl" nil (hh ay1 n d ax l)) +("heine" nil (hh ay1 n)) +("heinecke" nil (hh ay1 n ih0 k)) +("heineken" nil (hh ay1 n ax k ax n)) +("heineman" nil (hh ay1 n m ax n)) +("heinemann" nil (hh ay1 n m ax n)) +("heinen" nil (hh ay1 n ax n)) +("heiner" nil (hh ay1 n er0)) +("heines" nil (hh ay1 n z)) +("heiney" nil (hh ay1 n iy0)) +("heinicke" nil (hh ay1 n ih0 k)) +("heinig" nil (hh ay1 n ih0 g)) +("heininger" nil (hh ay1 n ih0 ng er0)) +("heinisch" nil (hh ay1 n ih0 sh)) +("heinke" nil (hh ay1 ng k)) +("heinkel" nil (hh ay1 ng k ax l)) +("heinl" nil (hh ay1 n ax l)) +("heinle" nil (hh ay1 n ax l)) +("heinlein" nil (hh ay1 n l ay1 n)) +("heinlen" nil (hh ay1 n ax l ax n)) +("heinly" nil (hh ay1 n l iy0)) +("heino" nil (hh ay1 n ow0)) +("heinold" nil (hh ay1 n ow0 l d)) +("heinonen" nil (hh ay1 n ax n ax n)) +("heinous" nil (hh ey1 n ax s)) +("heinrich" nil (hh ay1 n r ih0 k)) +("heinrichs" nil (hh ay1 n r ih0 k s)) +("heins" nil (hh ay1 n z)) +("heinsohn" nil (hh ay1 n s ax n)) +("heintz" nil (hh ay1 n t s)) +("heintze" nil (hh ay1 n t s)) +("heintzelman" nil (hh ay1 n t z ax l m ax n)) +("heintzman" nil (hh ay1 n t s m ax n)) +("heiny" nil (hh ay1 n iy0)) +("heinz" nil (hh ay1 n z)) +("heinze" nil (hh ay1 n z)) +("heinzel" nil (hh ay1 n z ax l)) +("heinzelman" nil (hh ay1 n z ax l m ax n)) +("heinzen" nil (hh ay1 n z ax n)) +("heinzman" nil (hh ay1 n z m ax n)) +("heinzmann" nil (hh ay1 n z m ax n)) +("heiple" nil (hh ay1 p ax l)) +("heir" nil (eh1 r)) +("heiress" nil (eh1 r ax s)) +("heirloom" nil (eh1 r l uw1 m)) +("heirlooms" nil (eh1 r l uw1 m z)) +("heironimus" nil (eh1 r aa0 n ih0 m uw0 s)) +("heirs" nil (eh1 r z)) +("heisbourg" nil (hh ay1 s b ao1 r g)) +("heise" nil (hh ay1 s)) +("heisel" nil (hh ay1 s ax l)) +("heiser" nil (hh ay1 s er0)) +("heiserman" nil (hh ay1 s er0 m ax n)) +("heisey" nil (hh ay1 s iy0)) +("heishman" nil (hh iy1 ih0 sh m ax n)) +("heisinger" nil (hh ay1 s ih0 n jh er0)) +("heiskell" nil (hh ay1 s k ax l)) +("heisler" nil (hh ay1 s ax l er0)) +("heisman" nil (hh ay1 s m ax n)) +("heisner" nil (hh ay1 s n er0)) +("heiss" nil (hh ay1 s)) +("heist" nil (hh ay1 s t)) +("heistand" nil (hh ay1 s t ax n d)) +("heister" nil (hh ay1 s t er0)) +("heit" nil (hh ay1 t)) +("heitkamp" nil (hh ay1 t k ae1 m p)) +("heitman" nil (hh ay1 t m ax n)) +("heitmann" nil (hh ay1 t m ax n)) +("heitmeyer" nil (hh ay1 t m ay0 er0)) +("heitner" nil (hh ay1 t n er0)) +("heitz" nil (hh ay1 t s)) +("heitzenrater" nil (hh ay1 t z ih0 n r ey0 t er0)) +("heitzman" nil (hh ay1 t s m ax n)) +("heiwa" nil (hh ay1 w ax)) +("heizer" nil (hh ay1 z er0)) +("hejl" nil (hh eh1 jh l)) +("hejna" nil (hh eh1 jh n ax)) +("hekker" nil (hh eh1 k er0)) +("hekmatyar" nil (hh eh1 k m ax t y aa1 r)) +("helaba" nil (hh eh0 l aa1 b ax)) +("helander" nil (hh eh1 l ax n d er0)) +("helane" nil (hh ax l ey1 n)) +("helber" nil (hh eh1 l b er0)) +("helberg" nil (hh eh1 l b er0 g)) +("helbert" nil (hh eh1 l b er0 t)) +("helbig" nil (hh eh1 l b ih0 g)) +("helbing" nil (hh eh1 l b ih0 ng)) +("helbling" nil (hh eh1 l b ax l ih0 ng)) +("held" nil (hh eh1 l d)) +("heldenbrand" nil (hh eh1 l d ih0 n b r ax n d)) +("heldentenor" nil (hh eh1 l d eh0 n t eh1 n er0)) +("helder" nil (hh eh1 l d er0)) +("helderman" nil (hh eh1 l d er0 m ax n)) +("heldman" nil (hh eh1 l d m ax n)) +("heldor" nil (hh eh1 l d er0)) +("heldreth" nil (hh eh1 l d r ih0 th)) +("heldring" nil (hh eh1 l d r ih0 ng)) +("helds" nil (hh eh1 l d z)) +("heldt" nil (hh eh1 l t)) +("helen" nil (hh eh1 l ax n)) +("helena" nil (hh eh1 l ax n ax)) +("helene" nil (hh ax l iy1 n)) +("helens" nil (hh eh1 l ax n z)) +("helf" nil (hh eh1 l f)) +("helfand" nil (hh eh1 l f ax n d)) +("helfer" nil (hh eh1 l f er0)) +("helfgott" nil (hh eh1 l f g aa1 t)) +("helfman" nil (hh eh1 l f m ax n)) +("helfrich" nil (hh eh1 l f r ih0 k)) +("helga" nil (hh eh1 l g ax)) +("helgerson" nil (hh eh1 l g er0 s ax n)) +("helgesen" nil (hh eh1 l g iy0 z ax n)) +("helgeson" nil (hh eh1 l g ih0 s ax n)) +("helget" nil (hh eh1 l g ih0 t)) +("helgren" nil (hh eh1 l g r eh0 n)) +("helical" nil (hh eh1 l ih0 k ax l)) +("helice" nil (hh eh1 l ih0 s)) +("helicon" nil (hh eh1 l ih0 k aa1 n)) +("helicons" nil (hh eh1 l ih0 k ax n z)) +("helicopter" nil (hh eh1 l ih0 k aa1 p t er0)) +("helicopters" nil (hh eh1 l ih0 k aa1 p t er0 z)) +("helie" nil (hh eh1 l iy0)) +("helin" nil (hh eh1 l ih0 n)) +("heling" nil (hh iy1 l ih0 ng)) +("helinski" nil (hh ih0 l ih1 n s k iy0)) +("helionetics" nil (hh iy1 l iy0 ow0 n eh1 t ih0 k s)) +("heliopolis" nil (hh iy1 l iy0 aa1 p ax l ax s)) +("helios" nil (hh iy1 l iy0 aa1 s)) +("heliotrope" nil (hh iy1 l iy0 ax t r ow1 p)) +("helium" nil (hh iy1 l iy0 ax m)) +("helix" nil (hh iy1 l ih0 k s)) +("helke" nil (hh eh1 l k)) +("hell" nil (hh eh1 l)) +("hellacious" nil (hh eh1 l ey1 sh ax s)) +("hellaciously" nil (hh eh1 l ey1 sh ax s l iy0)) +("hellaciousness" nil (hh eh1 l ey1 sh ax s n ax s)) +("hellams" nil (hh eh1 l ax m z)) +("helland" nil (hh eh1 l ax n d)) +("hellard" nil (hh eh1 l er0 d)) +("hellberg" nil (hh eh1 l b er0 g)) +("hellbusch" nil (hh eh1 l b ax sh)) +("helle" nil (hh eh1 l)) +("hellen" nil (hh eh1 l ax n)) +("hellenbrand" nil (hh eh1 l ax n b r ae1 n d)) +("hellenic" nil (hh ax l eh1 n ih0 k)) +("hellenism" nil (hh eh1 l ax n ih1 z ax m)) +("hellenistic" nil (hh eh1 l ax n ih1 s t ih0 k)) +("hellenized" nil (hh eh1 l ax n ay1 z d)) +("heller" nil (hh eh1 l er0)) +("hellerman" nil (hh eh1 l er0 m ax n)) +("hellfire" nil (hh eh1 l f ay1 r)) +("hellickson" nil (hh eh1 l ih0 k s ax n)) +("helling" nil (hh eh1 l ih0 ng)) +("hellinger" nil (hh eh1 l ih0 ng er0)) +("hellish" nil (hh eh1 l ih0 sh)) +("hellman" nil (hh eh1 l m ax n)) +("hellmann" nil (hh eh1 l m ax n)) +("hellmer" nil (hh eh1 l m er0)) +("hellmuth" nil (hh eh1 l m uw1 th)) +("hellner" nil (hh eh1 l n er0)) +("hello" nil (hh ax l ow1)) +("hellstrom" nil (hh eh1 l s t r ax m)) +("hellums" nil (hh eh1 l ax m z)) +("helluva" nil (hh eh1 l uw1 v ax)) +("hellwig" nil (hh eh1 l w ih0 g)) +("hellyer" nil (hh eh1 l iy0 er0)) +("helm" nil (hh eh1 l m)) +("helma" nil (hh eh1 l m ax)) +("helman" nil (hh eh1 l m ax n)) +("helmbrecht" nil (hh eh1 l m b r ih0 k t)) +("helme" nil (hh eh1 l m)) +("helmer" nil (hh eh1 l m er0)) +("helmerich" nil (hh eh1 l m er0 ih0 k)) +("helmers" nil (hh eh1 l m er0 z)) +("helmes" nil (hh eh1 l m z)) +("helmet" nil (hh eh1 l m ax t)) +("helmets" nil (hh eh1 l m ax t s)) +("helmich" nil (hh eh1 l m ih0 k)) +("helmick" nil (hh eh1 l m ih0 k)) +("helmig" nil (hh eh1 l m ih0 g)) +("helming" nil (hh eh1 l m ih0 ng)) +("helminiak" nil (hh eh1 l m ih0 n iy0 ae0 k)) +("helminski" nil (hh ih0 l m ih1 n s k iy0)) +("helminth" nil (hh eh1 l m ih0 n th)) +("helmkamp" nil (hh eh1 l m k ae1 m p)) +("helmke" nil (hh eh1 l m k)) +("helmont" nil (hh eh1 l m aa1 n t)) +("helms" nil (hh eh1 l m z)) +("helmsley" nil (hh eh1 l m z l iy0)) +("helmsleys" nil (hh eh1 l m z l iy0 z)) +("helmsman" nil (hh eh1 l m z m ae1 n)) +("helmstetter" nil (hh eh1 l m s t ih0 t er0)) +("helmut" nil (hh eh1 l m ax t)) +("helmuth" nil (hh eh1 l m uw1 th)) +("helot" nil (hh eh1 l ax t)) +("helotism" nil (hh eh1 l ax t ih1 z ax m)) +("helotry" nil (hh eh1 l ax t r iy0)) +("helots" nil (hh eh1 l ax t s)) +("help" nil (hh eh1 l p)) +("helped" nil (hh eh1 l p t)) +("helper" nil (hh eh1 l p er0)) +("helpers" nil (hh eh1 l p er0 z)) +("helpful" nil (hh eh1 l p f ax l)) +("helpfully" nil (hh eh1 l p f ax l iy0)) +("helping" nil (hh eh1 l p ih0 ng)) +("helpings" nil (hh eh1 l p ih0 ng z)) +("helpless" nil (hh eh1 l p l ax s)) +("helplessly" nil (hh eh1 l p l ax s l iy0)) +("helplessness" nil (hh eh1 l p l ax s n ax s)) +("helprin" nil (hh eh1 l p r ih0 n)) +("helps" nil (hh eh1 l p s)) +("helsel" nil (hh eh1 l s ax l)) +("helser" nil (hh eh1 l s er0)) +("helseth" nil (hh eh1 l s ih0 th)) +("helsinki" nil (hh eh1 l s ih0 ng k iy0)) +("helsley" nil (hh eh1 l s l iy0)) +("helstrom" nil (hh eh1 l s t r ax m)) +("helt" nil (hh eh1 l t)) +("helter" nil (hh eh1 l t er0)) +("helton" nil (hh eh1 l t ax n)) +("heltsley" nil (hh eh1 l t s l iy0)) +("heltzel" nil (hh eh1 l t z ax l)) +("helvey" nil (hh eh1 l v iy0)) +("helvie" nil (hh eh1 l v iy0)) +("helwig" nil (hh eh1 l w ih0 g)) +("helzer" nil (hh eh1 l z er0)) +("hem" nil (hh eh1 m)) +("heman" nil (hh iy1 m ax n)) +("hemann" nil (hh eh1 m ax n)) +("hemant" nil (hh eh1 m ax n t)) +("hematite" nil (hh eh1 m ax t ay1 t)) +("hematology" nil (hh eh1 m ax t aa1 l ax jh iy0)) +("hemberger" nil (hh eh1 m b er0 g er0)) +("hembree" nil (hh ih0 m b r iy1)) +("hembrick" nil (hh eh1 m b r ih1 k)) +("hemby" nil (hh eh1 m b iy0)) +("hemdale" nil (hh eh1 m d ey1 l)) +("hemel" nil (hh eh1 m ax l)) +("hemenway" nil (hh eh1 m ax n w ey1)) +("hemimorphite" nil (hh eh1 m ax m ao1 r f ay1 t)) +("heming" nil (hh eh1 m ih0 ng)) +("heminger" nil (hh eh1 m ih0 ng er0)) +("hemingway" nil (hh eh1 m ih0 ng w ey1)) +("hemiplegia" nil (hh eh1 m ax p l iy1 jh iy0 ax)) +("hemisphere" nil (hh eh1 m ih0 s f ih1 r)) +("hemispheric" nil (hh eh1 m ax s f ih1 r ih0 k)) +("hemker" nil (hh eh1 m k er0)) +("hemler" nil (hh eh1 m l er0)) +("hemline" nil (hh eh1 m l ay1 n)) +("hemlines" nil (hh eh1 m l ay1 n z)) +("hemlo" nil (hh eh1 m l ow0)) +("hemlock" nil (hh eh1 m l aa1 k)) +("hemm" nil (hh eh1 m)) +("hemme" nil (hh eh1 m)) +("hemmed" nil (hh eh1 m d)) +("hemmelgarn" nil (hh eh1 m ih0 l g aa0 r n)) +("hemmen" nil (hh eh1 m ax n)) +("hemmer" nil (hh eh1 m er0)) +("hemmerich" nil (hh eh1 m er0 ih0 k)) +("hemmerle" nil (hh eh1 m er0 l iy0)) +("hemmerling" nil (hh eh1 m er0 l ih0 ng)) +("hemmert" nil (hh eh1 m er0 t)) +("hemmeter" nil (hh eh1 m ih0 t er0)) +("hemming" nil (hh eh1 m ih0 ng)) +("hemminger" nil (hh eh1 m ih0 ng er0)) +("hemminghaus" nil (hh eh1 m ih0 ng hh aw1 s)) +("hemmings" nil (hh eh1 m ih0 ng z)) +("hemmingsen" nil (hh eh1 m ih0 ng s ax n)) +("hemmingson" nil (hh eh1 m ih0 ng s ax n)) +("hemocyanin" nil (hh iy1 m ax s ay1 ax n ax n)) +("hemodynamics" nil (hh eh1 m ow0 d ay0 n ae1 m ih0 k s)) +("hemoglobin" nil (hh iy1 m ax g l ow1 b ax n)) +("hemolytic" nil (hh iy1 m ax l ih1 t ih0 k)) +("hemond" nil (hh eh1 m ax n d)) +("hemophilia" nil (hh iy1 m ax f iy1 l iy0 ax)) +("hemophiliacs" nil (hh iy1 m ax f ih1 l iy0 ae1 k s)) +("hemorrhage" nil (hh eh1 m er0 ih0 jh)) +("hemorrhaged" nil (hh eh1 m er0 ih0 jh d)) +("hemorrhagic" nil (hh eh1 m er0 ae1 g ih0 k)) +("hemorrhaging" nil (hh eh1 m er0 ih0 jh ih0 ng)) +("hemorrhoid" nil (hh eh1 m er0 oy1 d)) +("hemorrhoids" nil (hh eh1 m er0 oy1 d z)) +("hemotec" nil (hh eh1 m ow0 t eh1 k)) +("hemp" nil (hh eh1 m p)) +("hempel" nil (hh eh1 m p ax l)) +("hempen" nil (hh eh1 m p ax n)) +("hempfling" nil (hh eh1 m p f ax l ih0 ng)) +("hemphill" nil (hh eh1 m p hh ih1 l)) +("hempstead" nil (hh eh1 m p s t eh0 d)) +("hemric" nil (hh eh1 m r ih0 k)) +("hemrick" nil (hh eh1 m r ih0 k)) +("hemry" nil (hh eh1 m r iy0)) +("hems" nil (hh eh1 m z)) +("hemsley" nil (hh eh1 m z l iy0)) +("hemstreet" nil (hh eh1 m s t r iy1 t)) +("hemy" nil (hh eh1 m iy0)) +("hen" nil (hh eh1 n)) +("henao" nil (hh ey1 n aw0)) +("henard" nil (hh eh1 n er0 d)) +("henault" nil (hh eh1 n aw0 l t)) +("henbane" nil (hh eh1 n b ey1 n)) +("hence" nil (hh eh1 n s)) +("henceforth" nil (hh eh1 n s f ao1 r th)) +("hench" nil (hh eh1 n ch)) +("henchman" nil (hh eh1 n ch m ax n)) +("henchmen" nil (hh eh1 n ch m ax n)) +("henckel" nil (hh eh1 n k ax l)) +("hendee" nil (hh eh1 n d iy0)) +("hendel" nil (hh eh1 n d ax l)) +("hendershot" nil (hh eh1 n d er0 sh ax t)) +("hendershott" nil (hh eh1 n d er0 sh ax t)) +("henderson" nil (hh eh1 n d er0 s ax n)) +("hendler" nil (hh eh1 n d l er0)) +("hendley" nil (hh eh1 n d l iy0)) +("hendon" nil (hh eh1 n d ow0 n)) +("hendra" nil (hh eh1 n d r ax)) +("hendren" nil (hh eh1 n d er0 ax n)) +("hendrich" nil (hh eh1 n d r ih0 k)) +("hendrick" nil (hh eh1 n d r ih0 k)) +("hendricks" nil (hh eh1 n d r ih0 k s)) +("hendricksen" nil (hh eh1 n d r ih0 k s ax n)) +("hendrickson" nil (hh eh1 n d r ih0 k s ax n)) +("hendrie" nil (hh eh1 n d er0 iy0)) +("hendrik" nil (hh eh1 n d r ih0 k)) +("hendriks" nil (hh eh1 n d r ih0 k s)) +("hendriksen" nil (hh eh1 n d r ih0 k s ax n)) +("hendrix" nil (hh eh1 n d r ih0 k s)) +("hendrixson" nil (hh eh1 n d r ih0 k s ax n)) +("hendron" nil (hh eh1 n d r ax n)) +("hendry" nil (hh eh1 n d r iy0)) +("hendryx" nil (hh eh1 n d r ih0 k s)) +("hendy" nil (hh eh1 n d iy0)) +("henegar" nil (hh eh1 n ih0 g er0)) +("heneghan" nil (hh ih0 n eh1 g hh ax n)) +("henehan" nil (hh eh1 n ih0 hh ae0 n)) +("henery" nil (hh eh1 n er0 iy0)) +("henes" nil (hh iy1 n z)) +("heney" nil (hh eh1 n iy0)) +("heng" nil (hh eh1 ng)) +("hengel" nil (hh eh1 ng g ax l)) +("hengst" nil (hh eh1 ng g s t)) +("henhouse" nil (hh eh1 n hh aw1 s)) +("henigan" nil (hh eh1 n ih0 g ax n)) +("henin" nil (hh eh1 n ih0 n)) +("heninger" nil (hh eh1 n ih0 ng er0)) +("henion" nil (hh eh1 n y ax n)) +("henk" nil (hh eh1 ng k)) +("henke" nil (hh eh1 ng k)) +("henkel" nil (hh eh1 ng k ax l)) +("henkelman" nil (hh eh1 ng k ax l m ax n)) +("henkels" nil (hh eh1 ng k ax l z)) +("henken" nil (hh eh1 ng k ax n)) +("henkes" nil (hh eh1 ng k s)) +("henkin" nil (hh eh1 ng k ih0 n)) +("henkle" nil (hh eh1 ng k ax l)) +("henle" nil (hh eh1 n ax l)) +("henley" nil (hh eh1 n l iy0)) +("henleys" nil (hh eh1 n l iy0 z)) +("henline" nil (hh eh1 n l ay1 n)) +("henly" nil (hh eh1 n l iy0)) +("henman" nil (hh eh1 n m ax n)) +("henn" nil (hh eh1 n)) +("henna" nil (hh eh1 n ax)) +("henne" nil (hh eh1 n)) +("henneberger" nil (hh eh1 n b er0 g er0)) +("henneberry" nil (hh eh1 n b eh0 r iy0)) +("henneke" nil (hh eh1 n ih0 k)) +("hennelly" nil (hh eh1 n ax l iy0)) +("henneman" nil (hh eh1 n m ax n)) +("hennen" nil (hh eh1 n ax n)) +("hennepin" nil (hh eh1 n ih0 p ih0 n)) +("henner" nil (hh eh1 n er0)) +("hennes" nil (hh eh1 n z)) +("henness" nil (hh eh1 n ih0 s)) +("hennessee" nil (hh eh1 n ih0 s iy0)) +("hennessey" nil (hh eh1 n ax s iy0)) +("hennessy" nil (hh eh1 n ax s iy0)) +("henney" nil (hh eh1 n iy0)) +("hennick" nil (hh eh1 n ih0 k)) +("hennig" nil (hh eh1 n ih0 g)) +("hennigan" nil (hh eh1 n ih0 g ax n)) +("hennigar" nil (hh eh1 n ih0 g er0)) +("henning" nil (hh eh1 n ih0 ng)) +("henninger" nil (hh eh1 n ih0 ng er0)) +("hennings" nil (hh eh1 n ih0 ng z)) +("henningsen" nil (hh eh1 n ih0 ng s ax n)) +("hennington" nil (hh eh1 n ih0 ng t ax n)) +("hennis" nil (hh eh1 n ih0 s)) +("hennon" nil (hh eh1 n ax n)) +("henpecked" nil (hh eh1 n p eh1 k t)) +("henri" nil (hh eh1 n r iy0)) +("henrich" nil (hh eh1 n r ih0 k)) +("henrichs" nil (hh eh1 n r ih0 k s)) +("henrichsen" nil (hh eh1 n r ih0 k s ax n)) +("henrick" nil (hh eh1 n r ih0 k)) +("henricks" nil (hh eh1 n r ih0 k s)) +("henricksen" nil (hh eh1 n r ih0 k s ax n)) +("henrickson" nil (hh eh1 n r ih0 k s ax n)) +("henrie" nil (hh eh1 n er0 iy0)) +("henrietta" nil (hh eh1 n r iy0 eh1 t ax)) +("henriette" nil (hh eh1 n r iy0 eh1 t)) +("henrik" nil (hh eh1 n r ih0 k)) +("henrika" nil (hh eh1 n r ih0 k ax)) +("henriksen" nil (hh eh1 n r ih0 k s ax n)) +("henrikson" nil (hh eh1 n r ih0 k s ax n)) +("henrique" nil (aa0 n r iy1 k)) +("henriques" nil (hh eh0 n r iy1 k eh0 z)) +("henriquez" nil (hh eh0 n r iy1 k eh0 z)) +("henry" nil (hh eh1 n r iy0)) +("hens" nil (hh eh1 n z)) +("hensarling" nil (hh eh1 n s aa0 r l ih0 ng)) +("hensch" nil (hh eh1 n sh)) +("henschel" nil (hh eh1 n sh ax l)) +("henschen" nil (hh eh1 n sh ax n)) +("hense" nil (hh eh1 n s)) +("hensel" nil (hh eh1 n s ax l)) +("hensen" nil (hh eh1 n s ax n)) +("henshaw" nil (hh eh1 n sh ao1)) +("henske" nil (hh eh1 n s k iy0)) +("henslee" nil (hh eh1 n z l iy1)) +("hensler" nil (hh eh1 n s ax l er0)) +("hensley" nil (hh eh1 n z l iy0)) +("henson" nil (hh eh1 n s ax n)) +("hentges" nil (hh eh1 n t jh ih0 z)) +("henthorn" nil (hh eh1 n th er0 n)) +("henthorne" nil (hh eh1 n th er0 n)) +("hentic" nil (hh eh1 n t ih0 k)) +("hentoff" nil (hh eh1 n t ao0 f)) +("henton" nil (hh eh1 n t ax n)) +("hentschel" nil (hh eh1 n ch ax l)) +("hentz" nil (hh eh1 n t s)) +("henwood" nil (hh eh1 n w uh1 d)) +("henze" nil (hh eh1 n z)) +("henzel" nil (hh eh1 n z ax l)) +("henzler" nil (hh eh1 n z l er0)) +("heon" nil (hh iy1 ax n)) +("hep" nil (hh eh1 p)) +("heparin" nil (hh eh1 p er0 ih0 n)) +("hepatic" nil (hh ax p ae1 t ih0 k)) +("hepatitis" nil (hh eh1 p ax t ay1 t ax s)) +("hepburn" nil (hh eh1 p b er0 n)) +("hepfer" nil (hh eh1 p f er0)) +("hepker" nil (hh eh1 p k er0)) +("hepler" nil (hh eh1 p l er0)) +("hepner" nil (hh eh1 p n er0)) +("hepp" nil (hh eh1 p)) +("heppe" nil (hh eh1 p)) +("hepper" nil (hh eh1 p er0)) +("heppler" nil (hh eh1 p l er0)) +("heppner" nil (hh eh1 p n er0)) +("heptathlon" nil (hh eh0 p t ae1 th l aa0 n)) +("hepworth" nil (hh eh1 p w er0 th)) +("her" nil (hh er0)) +("hera" nil (hh ih1 r ax)) +("herald" nil (hh eh1 r ax l d)) +("heralded" nil (hh eh1 r ax l d ih0 d)) +("heraldic" nil (hh eh0 r ae1 l d ih0 k)) +("heralding" nil (hh eh1 r ax l d ih0 ng)) +("heraldry" nil (hh eh1 r ax l d r iy0)) +("heralds" nil (hh eh1 r ax l d z)) +("herb" nil (er1 b)) +("herbaceous" nil (er0 b ey1 sh ax s)) +("herbal" nil (er1 b ax l)) +("herbalife" nil (hh er1 b ax l ay1 f)) +("herbalist" nil (er1 b ax l ax s t)) +("herbalists" nil (er1 b ax l ax s t s)) +("herbariums" nil (hh er0 b eh1 r iy0 ax m z)) +("herbeck" nil (hh er1 b eh0 k)) +("herbel" nil (hh er1 b ax l)) +("herber" nil (hh er1 b er0)) +("herberg" nil (hh er1 b er0 g)) +("herberger" nil (hh er1 b er0 g er0)) +("herbers" nil (hh er1 b er0 z)) +("herbert" nil (hh er1 b er0 t)) +("herbicide" nil (hh er1 b ih0 s ay1 d)) +("herbicides" nil (er1 b ax s ay1 d z)) +("herbie" nil (hh er1 b iy0)) +("herbig" nil (hh er1 b ih0 g)) +("herbin" nil (hh er1 b ih0 n)) +("herbison" nil (hh er1 b ih0 s ax n)) +("herbivore" nil (hh er1 b ih0 v ao1 r)) +("herbivorous" nil (hh er0 b ih1 v er0 ax s)) +("herbold" nil (hh er1 b ow0 l d)) +("herbs" nil (er1 b z)) +("herbst" nil (hh er1 b s t)) +("herbster" nil (hh er1 b s t er0)) +("herceg" nil (hh er1 s ih0 g)) +("hercegovina" nil (hh eh1 r t s ax g ow0 v iy1 n ax)) +("herculean" nil (hh er0 k y uw1 l iy0 ax n)) +("hercules" nil (hh er1 k y ax l iy1 z)) +("herczeg" nil (hh er1 ch ih0 g)) +("herd" nil (hh er1 d)) +("herda" nil (hh eh1 r d ax)) +("herded" nil (hh er1 d ih0 d)) +("herder" nil (hh eh1 r d er0)) +("herding" nil (hh er1 d ih0 ng)) +("herdman" nil (hh er1 d m ax n)) +("herds" nil (hh er1 d z)) +("herdsmen" nil (hh er1 d z m ih0 n)) +("herdt" nil (hh er1 t)) +("here" nil (hh ih1 r)) +("hereabout" nil (hh ih1 r ax b aw1 t)) +("hereabouts" nil (hh ih1 r ax b aw1 t s)) +("hereafter" nil (hh ih0 r ae1 f t er0)) +("hereby" nil (hh ih0 r b ay1)) +("heredia" nil (hh er0 eh1 d iy0 ax)) +("hereditary" nil (hh er0 eh1 d ax t eh1 r iy0)) +("heredity" nil (hh er0 eh1 d ax t iy0)) +("hereford" nil (hh eh1 r ax f er0 d)) +("herein" nil (hh ih0 r ih1 n)) +("herendeen" nil (hh ih1 r n d iy0 n)) +("heresy" nil (hh eh1 r ax s iy0)) +("heretic" nil (hh eh1 r ax t ih0 k)) +("heretical" nil (hh er0 eh1 t ih0 k ax l)) +("heretofore" nil (hh ih1 r t ax f ao1 r)) +("herewith" nil (hh ih1 r w ih1 th)) +("herford" nil (hh er1 f er0 d)) +("herfurth" nil (hh er1 f er0 th)) +("hergert" nil (hh er1 g er0 t)) +("herget" nil (hh er1 g ih0 t)) +("hergott" nil (hh er1 g ax t)) +("herin" nil (hh eh1 r ih0 n)) +("hering" nil (hh er1 ih0 ng)) +("heringer" nil (hh eh1 r ih0 n jh er0)) +("herington" nil (hh eh1 r ih0 ng t ax n)) +("heritable" nil (hh eh1 r ax t ax b ax l)) +("heritage" nil (hh eh1 r ax t ax jh)) +("herk" nil (hh er1 k)) +("herkert" nil (hh er1 k er0 t)) +("herl" nil (hh er1 l)) +("herlihy" nil (hh er1 l ih0 hh iy0)) +("herling" nil (hh er1 l ih0 ng)) +("herlong" nil (hh er1 l ao0 ng)) +("herm" nil (hh er1 m)) +("herman" nil (hh er1 m ax n)) +("hermance" nil (hh er1 m ax n s)) +("hermann" nil (hh er1 m ax n)) +("hermanns" nil (hh er1 m aa0 n z)) +("hermans" nil (hh er1 m ax n z)) +("hermansen" nil (hh er1 m ax n s ax n)) +("hermanson" nil (hh er1 m ax n s ax n)) +("hermaphrodite" nil (hh er0 m ae1 f r ax d ay1 t)) +("hermaphroditic" nil (hh er0 m ae1 f r ax d ih1 t ih0 k)) +("hermes" nil (hh er1 m iy0 z)) +("hermetically" nil (hh er0 m eh1 t ih0 k ax l iy0)) +("hermia" nil (hh er1 m iy0 ax)) +("hermias" nil (hh er1 m iy0 ax z)) +("hermida" nil (hh eh0 r m iy1 d ax)) +("hermie" nil (hh er1 m iy0)) +("hermina" nil (hh er1 m ih0 n ax)) +("hermine" nil (hh er1 m ih0 n)) +("herminia" nil (hh eh0 r m iy1 n iy0 ax)) +("herminie" nil (hh er1 m ih0 n iy0)) +("hermit" nil (hh er1 m ax t)) +("hermitage" nil (hh er1 m ax t ax jh)) +("hermits" nil (hh er1 m ax t s)) +("hermon" nil (hh er1 m ax n)) +("hermosa" nil (hh eh0 r m ow1 s ax)) +("hermosillo" nil (hh er0 m ax s ih1 l ow0)) +("herms" nil (hh er1 m z)) +("hermsen" nil (hh er1 m s ax n)) +("hern" nil (hh er1 n)) +("hernan" nil (hh er1 n ax n)) +("hernandes" nil (hh er1 n ih0 n d z)) +("hernandez" nil (hh er0 n ae1 n d eh0 z)) +("hernando" nil (hh er0 n aa1 n d ow0)) +("herndon" nil (hh er1 n d ax n)) +("herne" nil (hh er1 n)) +("herner" nil (hh er1 n er0)) +("hernia" nil (hh er1 n iy0 ax)) +("herniates" nil (hh er1 n iy0 ey1 t s)) +("hernon" nil (hh er1 n ax n)) +("hero" nil (hh ih1 r ow0)) +("herod" nil (hh eh1 r ax d)) +("heroes" nil (hh ih1 r ow0 z)) +("heroic" nil (hh ih0 r ow1 ih0 k)) +("heroically" nil (hh ih1 r ow1 ih0 k l iy0)) +("heroics" nil (hh ih0 r ow1 ih0 k s)) +("heroin" nil (hh eh1 r ow0 ax n)) +("heroine" nil (hh eh1 r ow0 ax n)) +("heroines" nil (hh eh1 r ow1 ax n z)) +("heroism" nil (hh eh1 r ow0 ih1 z ax m)) +("heroized" nil (hh iy1 r ow0 ay1 z d)) +("herold" nil (hh eh1 r ax l d)) +("heron" nil (hh eh1 r ax n)) +("herons" nil (hh eh1 r ax n z)) +("heros" nil (hh ih1 r ow0 z)) +("heroux" nil (hh er0 uw1)) +("herpes" nil (hh er1 p iy0 z)) +("herr" nil (hh eh1 r)) +("herre" nil (hh eh1 r)) +("herreid" nil (hh eh1 r ay0 d)) +("herrell" nil (hh eh1 r ax l)) +("herren" nil (hh eh1 r ax n)) +("herrera" nil (hh er0 eh1 r ax)) +("herrero" nil (hh eh0 r eh1 r ow0)) +("herrhausen" nil (hh eh1 r hh aw1 z ax n)) +("herriage" nil (hh eh1 r iy0 ih0 jh)) +("herrick" nil (hh eh1 r ih0 k)) +("herridge" nil (hh eh1 r ih0 jh)) +("herrig" nil (hh eh1 r ih0 g)) +("herriman" nil (hh eh1 r ih0 m ax n)) +("herrin" nil (hh eh1 r ih0 n)) +("herring" nil (hh eh1 r ih0 ng)) +("herrings" nil (hh eh1 r ih0 ng z)) +("herringshaw" nil (hh eh1 r ih0 ng sh ao1)) +("herrington" nil (hh eh1 r ih0 ng t ax n)) +("herriott" nil (hh eh1 r iy0 aa0 t)) +("herrle" nil (hh eh1 r ax l)) +("herrlinger" nil (hh eh1 r l ih1 ng er0)) +("herrman" nil (hh eh1 r m ax n)) +("herrmann" nil (hh eh1 r m ax n)) +("herro" nil (hh eh1 r ow0)) +("herrod" nil (hh eh1 r ax d)) +("herrold" nil (hh eh1 r ow1 l d)) +("herron" nil (hh eh1 r ax n)) +("herronimo" nil (hh er0 aa1 n ax m ow0)) +("hers" nil (hh er0 z)) +("hersant" nil (hh er1 s ax n t)) +("hersch" nil (hh er1 sh)) +("herschel" nil (hh er1 sh ax l)) +("herschell" nil (hh er1 sh ax l)) +("herscu" nil (hh er0 s k uw1)) +("herself" nil (hh er0 s eh1 l f)) +("hersey" nil (hh er1 s iy0)) +("hersh" nil (hh er1 sh)) +("hershberger" nil (hh er1 sh b er0 g er0)) +("hershey" nil (hh er1 sh iy0)) +("hershiser" nil (hh er1 sh ay0 z er0)) +("hershkowitz" nil (hh er1 sh k ax w ih0 t s)) +("hershman" nil (hh er1 sh m ax n)) +("hershner" nil (hh er1 sh n er0)) +("herskovitz" nil (hh er1 s k ax v ih0 t s)) +("herskowitz" nil (hh er1 s k ax w ih0 t s)) +("hersman" nil (hh er1 s m ax n)) +("hersom" nil (hh er1 s ax m)) +("herson" nil (hh er1 s ax n)) +("herst" nil (hh er1 s t)) +("hert" nil (hh er1 t)) +("herta" nil (hh er1 t ax)) +("hertel" nil (hh er1 t ax l)) +("hertenstein" nil (hh er1 t ax n s t ay0 n)) +("herter" nil (hh er1 t er0)) +("hertha" nil (hh er1 th ax)) +("hertig" nil (hh er1 t ih0 g)) +("herting" nil (hh er1 t ih0 ng)) +("hertlein" nil (hh er1 t l ay0 n)) +("hertog" nil (hh er1 t aa0 g)) +("hertz" nil (hh eh1 r t s)) +("hertzberg" nil (hh er1 t s b er0 g)) +("hertzenleben" nil (hh er1 t ax n l ey1 b ax n)) +("hertzler" nil (hh er1 t z ax l er0)) +("hertzog" nil (hh er1 t z ax g)) +("herve" nil (hh er1 v)) +("hervey" nil (hh er0 v ey1)) +("herwick" nil (hh er1 w ih1 k)) +("herwig" nil (hh er1 w ih0 g)) +("herz" nil (hh er1 z)) +("herzberg" nil (hh er1 z b er0 g)) +("herzberger" nil (hh er1 z b er0 g er0)) +("herzegovina" nil (hh eh1 r t s ax g ow0 v iy1 n ax)) +("herzer" nil (hh er1 z er0)) +("herzfeld" nil (hh er1 z f eh0 l d)) +("herzig" nil (hh er1 z ih0 g)) +("herzing" nil (hh er1 z ih0 ng)) +("herzlinger" nil (hh er1 z l ih1 ng er0)) +("herzog" nil (hh er1 z aa0 g)) +("hesch" nil (hh eh1 sh)) +("heseltine" nil (hh eh1 s ax l t iy1 n)) +("heselton" nil (hh ih0 s eh1 l t ax n)) +("hesiod" nil (hh iy1 s iy0 ax d)) +("hesitancy" nil (hh eh1 z ih0 t ax n s iy0)) +("hesitant" nil (hh eh1 z ih0 t ax n t)) +("hesitantly" nil (hh eh1 z ih0 t ax n t l iy0)) +("hesitate" nil (hh eh1 z ax t ey1 t)) +("hesitated" nil (hh eh1 z ih0 t ey1 t ih0 d)) +("hesitates" nil (hh eh1 z ax t ey1 t s)) +("hesitating" nil (hh eh1 z ax t ey1 t ih0 ng)) +("hesitation" nil (hh eh1 z ax t ey1 sh ax n)) +("hesketh" nil (hh eh1 s k ih0 th)) +("heskett" nil (hh eh1 s k ih0 t)) +("heslep" nil (hh eh1 s l ih0 p)) +("hesler" nil (hh eh1 s ax l er0)) +("heslin" nil (hh eh1 s l ih0 n)) +("heslop" nil (hh eh1 s l ax p)) +("hesper" nil (hh eh1 s p er0)) +("hespera" nil (hh ey0 s p eh1 r ax)) +("hess" nil (hh eh1 s)) +("hesse" nil (hh eh1 s)) +("hessel" nil (hh eh1 s ax l)) +("hesseltine" nil (hh eh1 s ih0 l t iy0 n)) +("hesser" nil (hh eh1 s er0)) +("hessian" nil (hh eh1 sh ax n)) +("hessing" nil (hh eh1 s ih0 ng)) +("hessinger" nil (hh eh1 s ih0 n jh er0)) +("hession" nil (hh eh1 sh ih0 n)) +("hessite" nil (hh eh1 s ay0 t)) +("hessler" nil (hh eh1 s l er0)) +("hessling" nil (hh eh1 s ax l ih0 ng)) +("hesson" nil (hh eh1 s ax n)) +("hesston" nil (hh eh1 s t ax n)) +("hestand" nil (hh eh1 s t ax n d)) +("hester" nil (hh eh1 s t er0)) +("hesther" nil (hh eh1 s dh er0)) +("hestia" nil (hh eh1 s t iy0 ax)) +("heston" nil (hh eh1 s t ax n)) +("heterocercal" nil (hh eh1 t er0 ow0 s er1 k ax l)) +("heterodox" nil (hh eh1 t er0 ax d aa1 k s)) +("heterodoxy" nil (hh eh1 t er0 ax d aa1 k s iy0)) +("heterodyne" nil (hh eh1 t er0 ax d ay1 n)) +("heterogeneity" nil (hh eh1 t er0 ax jh ih0 n iy1 ax t iy0)) +("heterogeneous" nil (hh eh1 t er0 ax jh iy1 n y ax s)) +("heterosexual" nil (hh eh1 t er0 ow0 s eh1 k sh ax w ax l)) +("heterosexuals" nil (hh eh1 t er0 ow0 s eh1 k sh ax w ax l z)) +("heterosis" nil (hh eh1 t er0 ow1 s ax s)) +("heterosporous" nil (hh eh1 t er0 aa1 s p er0 ax s)) +("heterotrophic" nil (hh eh1 t er0 ax t r aa1 f ih0 k)) +("heterozygous" nil (hh eh1 t er0 ax z ay1 g ax s)) +("heth" nil (hh eh1 th)) +("hetherington" nil (hh eh1 dh er0 ih0 ng t ax n)) +("hetland" nil (hh eh1 t l ax n d)) +("hetman" nil (hh eh1 t m ax n)) +("hetrick" nil (hh eh1 t r ih0 k)) +("hett" nil (hh eh1 t)) +("hettel" nil (hh eh1 t ax l)) +("hetti" nil (hh eh1 t iy0)) +("hettick" nil (hh eh1 t ih0 k)) +("hettie" nil (hh eh1 t iy0)) +("hettler" nil (hh eh1 t l er0)) +("hettrick" nil (hh eh1 t r ih0 k)) +("hetty" nil (hh eh1 t iy0)) +("hetu" nil (hh iy1 ch uw0)) +("hetz" nil (hh eh1 t s)) +("hetzel" nil (hh eh1 t z ax l)) +("hetzer" nil (hh eh1 t z er0)) +("hetzler" nil (hh eh1 t s l er0)) +("heuberger" nil (hh oy1 b er0 g er0)) +("heublein" nil (hh y uw1 b l ay1 n)) +("heuer" nil (hh y uw1 er0)) +("heuerman" nil (hh oy1 er0 m ax n)) +("heuermann" nil (hh oy1 er0 m ax n)) +("heuman" nil (hh y uw1 m ax n)) +("heumann" nil (hh y uw1 m ax n)) +("heun" nil (hh y uw1 n)) +("heupel" nil (hh oy1 p ax l)) +("heuring" nil (hh er1 ih0 ng)) +("heusen" nil (hh y uw1 s ax n)) +("heuser" nil (hh oy1 s er0)) +("heusser" nil (hh y uw1 s er0)) +("hevener" nil (hh eh1 v iy0 n er0)) +("heverly" nil (hh eh1 v er0 l iy0)) +("hevey" nil (hh ih0 v ey1)) +("hevia" nil (hh ey1 v iy0 ax)) +("hew" nil (hh y uw1)) +("heward" nil (hh y uw1 er0 d)) +("hewe" nil (hh y uw1)) +("hewell" nil (hh eh1 w eh0 l)) +("hewes" nil (hh y uw1 z)) +("hewett" nil (hh y uw1 ih0 t)) +("hewey" nil (hh y uw1 iy0)) +("hewing" nil (hh y uw1 ih0 ng)) +("hewins" nil (hh y uw1 ih0 n z)) +("hewitt" nil (hh y uw1 ih0 t)) +("hewler" nil (hh y uw1 l er0)) +("hewlett" nil (hh y uw1 l ih0 t)) +("hewn" nil (hh y uw1 n)) +("hews" nil (hh y uw1 z)) +("hewson" nil (hh y uw1 s ax n)) +("hexachlorophene" nil (hh eh1 k s ax k l ao1 r ax f iy1 n)) +("hexagon" nil (hh eh1 k s ax g aa1 n)) +("hexagonal" nil (hh eh0 k s ae1 g ax n ax l)) +("hexcel" nil (hh eh1 k s ax l)) +("hext" nil (hh eh1 k s t)) +("hey" nil (hh ey1)) +("heyboer" nil (hh ey1 b ow0 er0)) +("heyd" nil (hh ey1 d)) +("heyday" nil (hh ey1 d ey1)) +("heyde" nil (hh ey1 d)) +("heyden" nil (hh ey1 d ax n)) +("heydon" nil (hh ey1 d ax n)) +("heydt" nil (hh ey1 d t)) +("heye" nil (hh ay1)) +("heyen" nil (hh ay1 n)) +("heyer" nil (hh ey1 er0)) +("heying" nil (hh ey1 ih0 ng)) +("heyl" nil (hh ey1 l)) +("heyman" nil (hh ey1 m ax n)) +("heymann" nil (hh ey1 m ax n)) +("heyn" nil (hh ey1 n)) +("heyne" nil (hh ey1 n)) +("heys" nil (hh ey1 z)) +("heyse" nil (hh ey1 s)) +("heyser" nil (hh ey1 z er0)) +("heyward" nil (hh ey1 w er0 d)) +("heywood" nil (hh ey1 w uh1 d)) +("hezbollah" nil (hh eh0 z b aa1 l ax)) +("hfdf" nil (ey1 ch eh1 f d iy1 eh1 f)) +("hgh" nil (ey1 ch jh iy1 ey1 ch)) +("hi" nil (hh ay1)) +("hialeah" nil (hh ay1 ax l iy1 ax)) +("hiam" nil (hh ay1 ax m)) +("hiatt" nil (hh ay1 ax t)) +("hiatus" nil (hh ay0 ey1 t ax s)) +("hiawatha" nil (hh ay1 ax w aa1 th ax)) +("hibachi" nil (hh ax b aa1 ch iy0)) +("hibbard" nil (hh ih1 b er0 d)) +("hibben" nil (hh ih1 b ax n)) +("hibberd" nil (hh ih1 b er0 d)) +("hibbert" nil (hh ih1 b er0 t)) +("hibbett" nil (hh ih1 b ih0 t)) +("hibbitts" nil (hh ih1 b ih0 t s)) +("hibbler" nil (hh ih1 b l er0)) +("hibbs" nil (hh ih1 b z)) +("hibdon" nil (hh ih1 b d ax n)) +("hibernate" nil (hh ay1 b er0 n ey1 t)) +("hibernation" nil (hh ay1 b er0 n ey1 sh ax n)) +("hibernia" nil (hh ay1 b er1 n iy0 ax)) +("hibler" nil (hh ao1 b ax l er0)) +("hibma" nil (hh ih1 b m ax)) +("hibner" nil (hh ih1 b n er0)) +("hibor" nil (hh ay1 b er0)) +("hibshman" nil (hh ih1 b sh m ax n)) +("hiccup" nil (hh ih1 k ax p)) +("hiccups" nil (hh ih1 k ax p s)) +("hice" nil (hh ay1 s)) +("hichens" nil (hh ih1 k ax n z)) +("hick" nil (hh ih1 k)) +("hickam" nil (hh ih1 k ax m)) +("hickcox" nil (hh ih1 k aa0 k s)) +("hickel" nil (hh ih1 k ax l)) +("hicken" nil (hh ih1 k ax n)) +("hickerson" nil (hh ih1 k er0 s ax n)) +("hickey" nil (hh ih1 k iy0)) +("hickle" nil (hh ih1 k ax l)) +("hicklin" nil (hh ih1 k l ih0 n)) +("hickling" nil (hh ih1 k l ih0 ng)) +("hickman" nil (hh ih1 k m ax n)) +("hickmon" nil (hh ih1 k m ax n)) +("hickok" nil (hh ih1 k ax k)) +("hickories" nil (hh ih1 k er0 iy0 z)) +("hickory" nil (hh ih1 k er0 iy0)) +("hickox" nil (hh ih1 k aa0 k s)) +("hicks" nil (hh ih1 k s)) +("hickson" nil (hh ih1 k s ax n)) +("hicksville" nil (hh ih1 k s v ih1 l)) +("hid" nil (hh ih1 d)) +("hidalgo" nil (hh ax d ae1 l g ow1)) +("hidden" nil (hh ih1 d ax n)) +("hide" nil (hh ay1 d)) +("hideaki" nil (hh iy1 d ey0 aa1 k iy0)) +("hideaway" nil (hh ay1 d ax w ey1)) +("hidebound" nil (hh ay1 d b aw1 n d)) +("hideo" nil (hh ih0 d ey1 ow0)) +("hideous" nil (hh ih1 d iy0 ax s)) +("hideously" nil (hh ih1 d iy0 ax s l iy0)) +("hideout" nil (hh ay1 d aw1 t)) +("hideouts" nil (hh ay1 d aw1 t s)) +("hider" nil (hh ay1 d er0)) +("hides" nil (hh ay1 d z)) +("hiding" nil (hh ay1 d ih0 ng)) +("hidy" nil (hh ay1 d iy0)) +("hieb" nil (hh iy1 b)) +("hieber" nil (hh iy1 b er0)) +("hiebert" nil (hh iy1 b er0 t)) +("hiegel" nil (hh iy1 g ax l)) +("hiems" nil (hh iy1 m z)) +("hiemstra" nil (hh iy1 m s t r ax)) +("hier" nil (hh ay1 er0)) +("hierarchical" nil (hh ay1 r aa1 r k ax k ax l)) +("hierarchies" nil (hh ay1 r aa1 r k iy0 z)) +("hierarchy" nil (hh ay1 er0 aa1 r k iy0)) +("hierholzer" nil (hh ay1 r hh ow0 l z er0)) +("hieroglyphic" nil (hh ay1 r ow0 g l ih1 f ih0 k)) +("hieroglyphics" nil (hh ay1 r ow0 g l ih1 f ih0 k s)) +("hiers" nil (hh iy1 r z)) +("hiestand" nil (hh iy1 s t ax n d)) +("hiester" nil (hh ay1 ih0 s t er0)) +("hietala" nil (hh ay1 t ax l ax)) +("hietpas" nil (hh ay1 t p ax z)) +("hiett" nil (hh ay1 t)) +("higa" nil (hh iy1 g ax)) +("higashi" nil (hh iy0 g aa1 sh iy0)) +("higbee" nil (hh ih1 g b iy1)) +("higbie" nil (hh ih1 g b iy0)) +("higby" nil (hh ih1 g b iy0)) +("higdon" nil (hh ih1 g d ax n)) +("higgason" nil (hh ih1 g ax s ax n)) +("higgenbotham" nil (hh ih1 g ih0 n b ax th ax m)) +("higgens" nil (hh ih1 g ax n z)) +("higgerson" nil (hh ih1 g er0 s ax n)) +("higginbotham" nil (hh ih0 g ih0 n b aa1 th ax m)) +("higginbottom" nil (hh ih0 g ih0 n b aa1 t ax m)) +("higgins" nil (hh ih1 g ih0 n z)) +("higginson" nil (hh ih1 g ih0 n s ax n)) +("higgs" nil (hh ih1 g z)) +("high" nil (hh ay1)) +("higham" nil (hh ay1 ax m)) +("highberger" nil (hh ay1 b er0 g er0)) +("highboy" nil (hh ay1 b oy1)) +("highbrow" nil (hh ay1 b r aw1)) +("highbrows" nil (hh ay1 b r aw1 z)) +("higher" nil (hh ay1 er0)) +("highest" nil (hh ay1 ax s t)) +("highfalutin" nil (hh ay1 f ax l uw1 t ih0 n)) +("highfield" nil (hh ay1 f iy1 l d)) +("highfill" nil (hh ay1 f ih1 l)) +("highflier" nil (hh ay1 f l ay1 er0)) +("highfliers" nil (hh ay1 f l ay1 er0 z)) +("highflying" nil (hh ay1 f l ay1 ih0 ng)) +("highland" nil (hh ay1 l ax n d)) +("highlander" nil (hh ay1 l ae1 n d er0)) +("highlanders" nil (hh ay1 l ae1 n d er0 z)) +("highlands" nil (hh ay1 l ax n d z)) +("highley" nil (hh ay1 l iy0)) +("highlight" nil (hh ay1 l ay1 t)) +("highlighted" nil (hh ay1 l ay1 t ih0 d)) +("highlighting" nil (hh ay1 l ay1 t ih0 ng)) +("highlights" nil (hh ay1 l ay1 t s)) +("highly" nil (hh ay1 l iy0)) +("highman" nil (hh ay1 m ax n)) +("highness" nil (hh ay1 n ax s)) +("highs" nil (hh ay1 z)) +("highsmith" nil (hh ay1 s m ih1 th)) +("highspeed" nil (hh ay1 s p iy1 d)) +("hight" nil (hh ay1 t)) +("hightech" nil (hh ay1 t eh1 k)) +("hightower" nil (hh ay1 t aw1 er0)) +("highway" nil (hh ay1 w ey1)) +("highways" nil (hh ay1 w ey1 z)) +("highyield" nil (hh ay1 y iy1 l d)) +("higinbotham" nil (hh ih1 g ih0 n b ax th ax m)) +("higley" nil (hh ih1 g l iy0)) +("higman" nil (hh ih1 g m ax n)) +("hignight" nil (hh ih1 g n ay1 t)) +("hignite" nil (hh ih1 g n ay1 t)) +("higuchi" nil (hh iy0 g uw1 ch iy0)) +("higuera" nil (hh iy0 g eh1 r ax)) +("hijack" nil (hh ay1 jh ae1 k)) +("hijacked" nil (hh ay1 jh ae1 k t)) +("hijacker" nil (hh ay1 jh ae1 k er0)) +("hijackers" nil (hh ay1 jh ae1 k er0 z)) +("hijacking" nil (hh ay1 jh ae1 k ih0 ng)) +("hijackings" nil (hh ay1 jh ae1 k ih0 ng z)) +("hijinks" nil (hh ih1 jh ih0 ng k s)) +("hike" nil (hh ay1 k)) +("hiked" nil (hh ay1 k t)) +("hiker" nil (hh ay1 k er0)) +("hikers" nil (hh ay1 k er0 z)) +("hikes" nil (hh ay1 k s)) +("hiking" nil (hh ay1 k ih0 ng)) +("hiland" nil (hh ih1 l ax n d)) +("hilaria" nil (hh iy0 l aa1 r iy0 ax)) +("hilario" nil (hh iy0 l aa1 r iy0 ow0)) +("hilarious" nil (hh ih0 l eh1 r iy0 ax s)) +("hilariously" nil (hh ih0 l eh1 r iy0 ax s l iy0)) +("hilarity" nil (hh ih0 l eh1 r ax t iy0)) +("hilary" nil (hh ih1 l er0 iy0)) +("hilb" nil (hh ih1 l b)) +("hilberg" nil (hh ih1 l b er0 g)) +("hilbert" nil (hh ih1 l b er0 t)) +("hilborn" nil (hh ih1 l b er0 n)) +("hilbun" nil (hh ih1 l b ax n)) +("hilburn" nil (hh ih1 l b er0 n)) +("hild" nil (hh ih1 l d)) +("hilda" nil (hh ih1 l d ax)) +("hilde" nil (hh ih1 l d)) +("hildebran" nil (hh ih1 l d ih0 b r ax n)) +("hildebrand" nil (hh ih1 l d ih0 b r ae1 n d)) +("hildebrandt" nil (hh ih1 l d ih0 b r ax n t)) +("hildebrant" nil (hh ih1 l d ih0 b r ax n t)) +("hildegard" nil (hh ih1 l d ax g aa1 r d)) +("hildegarde" nil (hh ih1 l d ih0 g aa1 r d)) +("hildegardes" nil (hh ih1 l d ax g aa1 r d z)) +("hildemar" nil (hh ih1 l d ih0 m er0)) +("hilden" nil (hh ay1 l d ax n)) +("hildenbrand" nil (hh ih1 l d ih0 n b r ax n d)) +("hilder" nil (hh ih1 l d er0)) +("hilderbrand" nil (hh ih1 l d er0 b r ax n d)) +("hilderbrandt" nil (hh ih1 l d er0 b r ax n t)) +("hildie" nil (hh ay1 l d iy0)) +("hilditch" nil (hh ih1 l d ih0 ch)) +("hildreth" nil (hh ih1 l d r ih0 th)) +("hildy" nil (hh ih1 l d iy0)) +("hile" nil (hh ay1 l)) +("hileman" nil (hh ay1 l m ax n)) +("hilemon" nil (hh ay1 l m ax n)) +("hiler" nil (hh ay1 l er0)) +("hiles" nil (hh ay1 l z)) +("hiley" nil (hh ih1 l iy0)) +("hilfiger" nil (hh ih1 l f ay0 g er0)) +("hilfiker" nil (hh ih1 l f ih0 k er0)) +("hilgart" nil (hh ih1 l g aa1 r t)) +("hilgeman" nil (hh ih1 l g m ax n)) +("hilgenberg" nil (hh ih1 l g ax n b er0 g)) +("hilgendorf" nil (hh ih1 l g ih0 n d ao0 r f)) +("hilger" nil (hh ih1 l g er0)) +("hilgers" nil (hh ih1 l g er0 z)) +("hilgert" nil (hh ih1 l g er0 t)) +("hilinski" nil (hh ih0 l ih1 n s k iy0)) +("hilke" nil (hh ih1 l k ax)) +("hilker" nil (hh ih1 l k er0)) +("hill" nil (hh ih1 l)) +("hilla" nil (hh ih1 l ax)) +("hillard" nil (hh ih1 l er0 d)) +("hillary" nil (hh ih1 l er0 iy0)) +("hillas" nil (hh ih1 l ax s)) +("hillbillies" nil (hh ih1 l b ih1 l iy0 z)) +("hillbilly" nil (hh ih1 l b ih0 l iy0)) +("hille" nil (hh ih1 l)) +("hilleary" nil (hh ih1 l er0 iy0)) +("hillebrand" nil (hh ih1 l ih0 b r ax n d)) +("hillegas" nil (hh ih1 l ih0 g ax z)) +("hillegass" nil (hh ih1 l ih0 g ax s)) +("hillel" nil (hh ih1 l eh1 l)) +("hillen" nil (hh ih1 l ax n)) +("hillenbrand" nil (hh ih1 l ax n b r ae1 n d)) +("hillenburg" nil (hh ih1 l ax n b er0 g)) +("hiller" nil (hh ih1 l er0)) +("hillery" nil (hh ih1 l er0 iy0)) +("hillesheim" nil (hh ih1 l ih0 s hh ay0 m)) +("hillestad" nil (hh ih1 l ih0 s t ax d)) +("hilley" nil (hh ih1 l iy0)) +("hillhaven" nil (hh ih1 l hh ey1 v ax n)) +("hillhouse" nil (hh ih1 l hh aw1 s)) +("hilliard" nil (hh ih1 l y aa0 r d)) +("hillier" nil (hh ih1 l iy0 er0)) +("hilligoss" nil (hh ih1 l ih0 g aa0 s)) +("hilliker" nil (hh ih1 l ay0 k er0)) +("hillin" nil (hh ih1 l ih0 n)) +("hilling" nil (hh ih1 l ih0 ng)) +("hillis" nil (hh ih1 l ih0 s)) +("hillman" nil (hh ih1 l m ae1 n)) +("hillmann" nil (hh ih1 l m ax n)) +("hillmer" nil (hh ih1 l m er0)) +("hillock" nil (hh ih1 l ax k)) +("hills" nil (hh ih1 l z)) +("hillsboro" nil (hh ih1 l z b er0 ow0)) +("hillsborough" nil (hh ih1 l z b er0 ow0)) +("hillsdale" nil (hh ih1 l z d ey1 l)) +("hillsdown" nil (hh ih1 l z d aw1 n)) +("hillside" nil (hh ih1 l s ay1 d)) +("hillsides" nil (hh ih1 l s ay1 d z)) +("hillsman" nil (hh ih1 l s m ax n)) +("hillson" nil (hh ih1 l s ax n)) +("hillstrom" nil (hh ih1 l s t r ax m)) +("hilltop" nil (hh ih1 l t aa1 p)) +("hilly" nil (hh ih1 l iy0)) +("hillyard" nil (hh ih1 l y aa1 r d)) +("hillyer" nil (hh ih1 l iy0 er0)) +("hilma" nil (hh ih1 l m ax)) +("hilmer" nil (hh ih1 l m er0)) +("hilmes" nil (hh ih1 l m z)) +("hilo" nil (hh iy1 l ow0)) +("hilpert" nil (hh ih1 l p er0 t)) +("hilsabeck" nil (hh ih1 l s ax b eh1 k)) +("hilscher" nil (hh ih1 l sh er0)) +("hilsinger" nil (hh ih1 l s ih0 ng er0)) +("hilsman" nil (hh ih1 l z m ax n)) +("hilson" nil (hh ih1 l s ax n)) +("hilt" nil (hh ih1 l t)) +("hiltner" nil (hh ih1 l t n er0)) +("hilton" nil (hh ih1 l t ax n)) +("hilts" nil (hh ih1 l t s)) +("hiltunen" nil (hh ih1 l t ax n ax n)) +("hilty" nil (hh ih1 l t iy0)) +("hiltz" nil (hh ih1 l t s)) +("hilyard" nil (hh ax l y aa1 r d)) +("hilyer" nil (hh ih1 l iy0 er0)) +("him" nil (hh ih1 m)) +("himalayan" nil (hh ih1 m ax l ey1 ax n)) +("himalayas" nil (hh ih1 m ax l ay1 ax s)) +("hime" nil (hh ay1 m)) +("himebaugh" nil (hh ih1 m ih0 b ao0)) +("himel" nil (hh ih1 m ax l)) +("himes" nil (hh ay1 m z)) +("himmel" nil (hh ih1 m ax l)) +("himmelberger" nil (hh ih1 m ax l b er0 g er0)) +("himmelfarb" nil (hh ih1 m ax l f aa1 r b)) +("himmelsbach" nil (hh ih1 m ih0 l s b aa0 k)) +("himmelstein" nil (hh ih1 m ax l s t ay0 n)) +("himont" nil (hh ih1 m ax n t)) +("himself" nil (hh ih0 m s eh1 l f)) +("hinch" nil (hh ih1 n ch)) +("hinchcliff" nil (hh ih1 n ch k l ih0 f)) +("hinchcliffe" nil (hh ih1 n ch k l ih0 f)) +("hinchey" nil (hh ih1 n ch iy0)) +("hinchliffe" nil (hh ih1 n k l ih0 f)) +("hinchman" nil (hh ih1 ng k m ax n)) +("hinck" nil (hh ih1 ng k)) +("hinckley" nil (hh ih1 ng k l iy0)) +("hind" nil (hh ay1 n d)) +("hinde" nil (hh ih1 n d)) +("hindelong" nil (hh ih1 n d ax l ao0 ng)) +("hinder" nil (hh ih1 n d er0)) +("hindered" nil (hh ih1 n d er0 d)) +("hinderer" nil (hh ih1 n d er0 er0)) +("hindering" nil (hh ih1 n d er0 ih0 ng)) +("hinderliter" nil (hh ih1 n d er0 l iy0 t er0)) +("hinderman" nil (hh ay1 n d er0 m ax n)) +("hinders" nil (hh ih1 n d er0 z)) +("hindes" nil (hh ih1 n d z)) +("hindi" nil (hh ih1 n d iy0)) +("hindle" nil (hh ih1 n d ax l)) +("hindley" nil (hh ih1 n d l iy0)) +("hindman" nil (hh ay1 n d m ax n)) +("hindquarters" nil (hh ay1 n d k w ao1 r t er0 z)) +("hindrance" nil (hh ih1 n d r ax n s)) +("hindrances" nil (hh ih1 n d r ax n s ih0 z)) +("hinds" nil (hh ay1 n d z)) +("hindsight" nil (hh ay1 n d s ay1 t)) +("hindu" nil (hh ih1 n d uw1)) +("hinduism" nil (hh ih1 n jh uw0 ih1 z ax m)) +("hindus" nil (hh ih1 n d uw1 z)) +("hindustan" nil (hh ih1 n d uw0 s t ae1 n)) +("hine" nil (hh ay1 n)) +("hinebaugh" nil (hh ih1 n ih0 b ao0)) +("hineline" nil (hh ih1 n ih0 l ay1 n)) +("hinely" nil (hh ay1 n l iy0)) +("hineman" nil (hh ay1 n m ax n)) +("hiner" nil (hh ay1 n er0)) +("hinerman" nil (hh ay1 n er0 m ax n)) +("hines" nil (hh ay1 n z)) +("hinesley" nil (hh ih1 n ih0 s l iy0)) +("hiney" nil (hh ih1 n iy0)) +("hing" nil (hh ih1 ng)) +("hinge" nil (hh ih1 n jh)) +("hinged" nil (hh ih1 n jh d)) +("hinger" nil (hh ih1 n jh er0)) +("hinges" nil (hh ih1 n jh ih0 z)) +("hingham" nil (hh ih1 ng ax m)) +("hingle" nil (hh ih1 ng g ax l)) +("hingst" nil (hh ih1 ng s t)) +("hingston" nil (hh ih1 ng s t ax n)) +("hink" nil (hh ih1 ng k)) +("hinkel" nil (hh ih1 ng k ax l)) +("hinkelman" nil (hh ih1 ng k ax l m ax n)) +("hinkle" nil (hh ih1 ng k ax l)) +("hinkley" nil (hh ih1 ng k l iy0)) +("hinkson" nil (hh ih1 ng k s ax n)) +("hinman" nil (hh ih1 n m ax n)) +("hinnant" nil (hh ih1 n ax n t)) +("hinnenkamp" nil (hh ih1 n ih0 n k ae0 m p)) +("hinners" nil (hh ih1 n er0 z)) +("hinny" nil (hh ih1 n iy0)) +("hino" nil (hh iy1 n ow0)) +("hinojos" nil (hh iy0 n ow1 y ow0 z)) +("hinojosa" nil (hh iy0 n ow0 jh ow1 s ax)) +("hinote" nil (hh ih0 n ow1 t)) +("hinrichs" nil (hh ih1 n r ih0 k s)) +("hinrichsen" nil (hh ih1 n r ih0 k s ax n)) +("hinsch" nil (hh ih1 n sh)) +("hinsdale" nil (hh ih1 n s d ey1 l)) +("hinshaw" nil (hh ih1 n sh ao1)) +("hinsley" nil (hh ih1 n s l iy0)) +("hinson" nil (hh ih1 n s ax n)) +("hint" nil (hh ih1 n t)) +("hinted" nil (hh ih1 n t ax d)) +("hinterland" nil (hh ih1 n t er0 l ae1 n d)) +("hinterlands" nil (hh ih1 n t er0 l ae1 n d z)) +("hinting" nil (hh ih1 n t ih0 ng)) +("hinton" nil (hh ih1 n t ax n)) +("hints" nil (hh ih1 n t s)) +("hintz" nil (hh ih1 n t s)) +("hintze" nil (hh ih1 n t z)) +("hinz" nil (hh ih1 n z)) +("hinzack" nil (hh ih1 n z ae0 k)) +("hinze" nil (hh ih1 n z)) +("hinzman" nil (hh ih1 n z m ax n)) +("hiott" nil (hh ay1 ax t)) +("hip" nil (hh ih1 p)) +("hipbones" nil (hh ih1 p b ow1 n z)) +("hipkins" nil (hh ih1 p k ih0 n z)) +("hipolito" nil (iy1 p ow0 l iy1 t ow0)) +("hipp" nil (hh ih1 p)) +("hippe" nil (hh ih1 p)) +("hippen" nil (hh ih1 p ax n)) +("hippensteel" nil (hh ih1 p ih0 n s t iy0 l)) +("hipper" nil (hh ih1 p er0)) +("hippert" nil (hh ih1 p er0 t)) +("hippie" nil (hh ih1 p iy0)) +("hippies" nil (hh ih1 p iy0 z)) +("hipple" nil (hh ih1 p ax l)) +("hippler" nil (hh ih1 p l er0)) +("hippo" nil (hh ih1 p ow0)) +("hippocrates" nil (hh ih1 p ax k r ey1 t s)) +("hippodrome" nil (hh ih1 p ax d r ow1 m)) +("hippolytus" nil (hh ax p aa1 l ax t ax s)) +("hippopotamus" nil (hh ih1 p ax p aa1 t ax m ax s)) +("hipps" nil (hh ih1 p s)) +("hips" nil (hh ih1 p s)) +("hipsher" nil (hh ih1 p sh er0)) +("hipskind" nil (hh ih1 p s k ih0 n d)) +("hipwell" nil (hh ih1 p w eh1 l)) +("hirai" nil (hh ih0 r aa1 iy0)) +("hiram" nil (hh ay1 r ax m)) +("hirano" nil (hh ih0 r aa1 n ow0)) +("hirata" nil (hh ih0 r aa1 t ax)) +("hirayama" nil (hh ih0 r aa0 y aa1 m ax)) +("hird" nil (hh er1 d)) +("hire" nil (hh ay1 er0)) +("hired" nil (hh ay1 er0 d)) +("hires" nil (hh ay1 er0 z)) +("hiriart" nil (hh ih1 r iy0 aa0 r t)) +("hiring" nil (hh ay1 r ih0 ng)) +("hirings" nil (hh ay1 r ih0 ng z)) +("hirn" nil (hh er1 n)) +("hiro" nil (hh ih1 r ow0)) +("hiroaki" nil (hh ih1 r ow0 aa1 k iy0)) +("hirohito" nil (hh ih1 r ow0 hh iy1 t ow1)) +("hiromasa" nil (hh ih1 r ow0 m aa1 s ax)) +("hirons" nil (hh ao1 r ax n z)) +("hirose" nil (hh ih0 r ow1 s ey0)) +("hiroshi" nil (hh ih0 r ow1 sh iy0)) +("hiroshima" nil (hh ih1 r ow0 sh iy1 m ax)) +("hirota" nil (hh ih0 r ow1 t ax)) +("hiroyuki" nil (hh ih1 r ow0 y uw1 k iy0)) +("hirsch" nil (hh er1 sh)) +("hirschberg" nil (hh er1 sh b er0 g)) +("hirschfeld" nil (hh er1 sh f eh0 l d)) +("hirschfield" nil (hh er1 s k f iy0 l d)) +("hirschhorn" nil (hh er1 sh hh er0 n)) +("hirschi" nil (hh ih1 r s k iy0)) +("hirschman" nil (hh er1 sh m ax n)) +("hirschmann" nil (hh er1 sh m ax n)) +("hirschy" nil (hh er1 sh iy0)) +("hirsh" nil (hh er1 sh)) +("hirshberg" nil (hh er1 sh b er0 g)) +("hirshfield" nil (hh er1 sh f iy0 l d)) +("hirshhorn" nil (hh er1 sh hh ao1 r n)) +("hirshman" nil (hh er1 sh m ax n)) +("hirst" nil (hh er1 s t)) +("hirt" nil (hh er1 t)) +("hirth" nil (hh er1 th)) +("hirtle" nil (hh er1 t ax l)) +("hirtz" nil (hh er1 t s)) +("hirulog" nil (hh ih1 r uw1 l aa1 g)) +("hirzel" nil (hh er1 z ax l)) +("his" nil (hh ih1 z)) +("hisao" nil (hh ih0 s aa1 ow0)) +("hisaw" nil (hh ay1 s ao0)) +("hiscock" nil (hh ih1 s k ax k)) +("hiscox" nil (hh ih1 s k aa0 k s)) +("hise" nil (hh ay1 z)) +("hisel" nil (hh ih1 s ax l)) +("hiser" nil (hh ay1 z er0)) +("hisey" nil (hh ih1 s iy0)) +("hisham" nil (hh ih1 sh ax m)) +("hisle" nil (hh ay1 ax l)) +("hislop" nil (hh ih1 s l ax p)) +("hispanic" nil (hh ih0 s p ae1 n ih0 k)) +("hispanics" nil (hh ih0 s p ae1 n ih0 k s)) +("hispano" nil (hh ih0 s p aa1 n ow0)) +("hispanoil" nil (hh ih1 s p ax n oy1 l)) +("hiss" nil (hh ih1 s)) +("hissed" nil (hh ih1 s t)) +("hisses" nil (hh ih1 s ih0 z)) +("hissing" nil (hh ih1 s ih0 ng)) +("hissong" nil (hh ih1 s ao1 ng)) +("histadrut" nil (hh ih1 s t ax d r ax t)) +("histamine" nil (hh ih1 s t ax m iy1 n)) +("histidine" nil (hh ih1 s t ax d iy1 n)) +("histogram" nil (hh ih1 s t ax g r ae1 m)) +("histology" nil (hh ih0 s t aa1 l ax jh iy0)) +("historian" nil (hh ih0 s t ao1 r iy0 ax n)) +("historians" nil (hh ih0 s t ao1 r iy0 ax n z)) +("historic" nil (hh ih0 s t ao1 r ih0 k)) +("historical" nil (hh ih0 s t ao1 r ih0 k ax l)) +("historically" nil (hh ih0 s t ao1 r ih0 k ax l iy0)) +("histories" nil (hh ih1 s t er0 iy0 z)) +("historiography" nil (hh ih0 s t ao1 r iy0 aa1 g r ax f iy0)) +("history" nil (hh ih1 s t er0 iy0)) +("histrionic" nil (hh ih1 s t r iy0 aa1 n ih0 k)) +("histrionics" nil (hh ih1 s t r iy0 aa1 n ih0 k s)) +("hit" nil (hh ih1 t)) +("hitachi" nil (hh ih0 t aa1 ch iy0)) +("hitch" nil (hh ih1 ch)) +("hitchcock" nil (hh ih1 ch k aa1 k)) +("hitched" nil (hh ih1 ch t)) +("hitchens" nil (hh ih1 ch ax n z)) +("hitches" nil (hh ih1 ch ih0 z)) +("hitching" nil (hh ih1 ch ih0 ng)) +("hitchings" nil (hh ih1 ch ih0 ng z)) +("hitchins" nil (hh ih1 ch ih0 n z)) +("hitchman" nil (hh ih1 ch m ax n)) +("hitchner" nil (hh ih1 ch n er0)) +("hite" nil (hh ay1 t)) +("hites" nil (hh ay1 t s)) +("hither" nil (hh ih1 dh er0)) +("hitherto" nil (hh ih1 dh er1 t uw1)) +("hitler" nil (hh ih1 t l er0)) +("hitoshi" nil (hh ih0 t ow1 sh iy0)) +("hits" nil (hh ih1 t s)) +("hitschler" nil (hh ih1 t s l er0)) +("hitsman" nil (hh ih1 t s m ax n)) +("hitson" nil (hh ih1 t s ax n)) +("hitt" nil (hh ih1 t)) +("hitter" nil (hh ih1 t er0)) +("hitters" nil (hh ih1 t er0 z)) +("hitting" nil (hh ih1 t ih0 ng)) +("hittite" nil (hh ih1 t ay0 t)) +("hittle" nil (hh ih1 t ax l)) +("hittner" nil (hh ih1 t n er0)) +("hitty" nil (hh ih1 t iy0)) +("hitz" nil (hh ih1 t s)) +("hitzeman" nil (hh ih1 t s m ax n)) +("hive" nil (hh ay1 v)) +("hively" nil (hh ay1 v l iy0)) +("hives" nil (hh ay1 v z)) +("hiway" nil (hh ay1 w ey1)) +("hix" nil (hh ih1 k s)) +("hixenbaugh" nil (hh ih0 g z eh1 n b ao0)) +("hixon" nil (hh ih1 k s ax n)) +("hixson" nil (hh ih1 k s ax n)) +("hizer" nil (hh ay1 z er0)) +("hjelm" nil (hh ax jh eh1 l m)) +("hjerpe" nil (hh ax jh er1 p)) +("hjort" nil (hh ax jh ao1 r t)) +("hlad" nil (hh l ae1 d)) +("hladik" nil (hh l ae1 d ih0 k)) +("hladky" nil (hh l ae1 d k iy0)) +("hlavac" nil (hh l aa1 v ax k)) +("hlavacek" nil (hh l aa1 v ax ch eh0 k)) +("hlavaty" nil (hh l ax v aa1 t iy0)) +("hmmm" nil (hh m)) +("hmong" nil (m ao1 ng)) +("hnat" nil (hh n ae1 t)) +("ho" nil (hh ow1)) +("hoadley" nil (hh ow1 d l iy0)) +("hoag" nil (hh ow1 g)) +("hoagie" nil (hh ow1 g iy0)) +("hoagland" nil (hh ow1 g l ax n d)) +("hoaglin" nil (hh ow1 g l ih0 n)) +("hoaglund" nil (hh ow1 g l ax n d)) +("hoagy" nil (hh ow1 g iy0)) +("hoak" nil (hh ow1 k)) +("hoang" nil (hh ow1 ng)) +("hoar" nil (hh ao1 r)) +("hoard" nil (hh ao1 r d)) +("hoarded" nil (hh ao1 r d ih0 d)) +("hoarding" nil (hh ao1 r d ih0 ng)) +("hoards" nil (hh ao1 r d z)) +("hoare" nil (hh ao1 r)) +("hoarse" nil (hh ao1 r s)) +("hoarseness" nil (hh ao1 r s n ax s)) +("hoary" nil (hh ao1 r iy0)) +("hoax" nil (hh ow1 k s)) +("hoaxes" nil (hh ow1 k s ih0 z)) +("hob" nil (hh aa1 b)) +("hoback" nil (hh ow1 b ae1 k)) +("hoban" nil (hh ow1 b ax n)) +("hobart" nil (hh ow1 b aa1 r t)) +("hobaugh" nil (hh aa1 b ao0)) +("hobbes" nil (hh aa1 b iy0 z)) +("hobbie" nil (hh aa1 b iy0)) +("hobbies" nil (hh aa1 b iy0 z)) +("hobbing" nil (hh aa1 b ih0 ng)) +("hobbins" nil (hh aa1 b ih0 n z)) +("hobble" nil (hh aa1 b ax l)) +("hobbled" nil (hh aa1 b ax l d)) +("hobbles" nil (hh aa1 b ax l z)) +("hobbling" nil (hh aa1 b ax l ih0 ng)) +("hobbs" nil (hh aa1 b z)) +("hobby" nil (hh aa1 b iy0)) +("hobbyist" nil (hh aa1 b iy0 ih0 s t)) +("hobbyists" nil (hh aa1 b iy0 ih0 s t s)) +("hobday" nil (hh aa1 b d ey1)) +("hobdy" nil (hh aa1 b d iy0)) +("hoben" nil (hh aa1 b ax n)) +("hoberg" nil (hh ow1 b er0 g)) +("hoberman" nil (hh ow1 b er0 m ax n)) +("hobert" nil (hh aa1 b er0 t)) +("hobgood" nil (hh aa1 b g uh1 d)) +("hobin" nil (hh ow1 b ih0 n)) +("hoblit" nil (hh aa1 b l ih0 t)) +("hobnail" nil (hh aa1 b n ey1 l)) +("hobnob" nil (hh aa1 b n aa1 b)) +("hobnobbing" nil (hh aa1 b n aa1 b ih0 ng)) +("hoboken" nil (hh ow1 b ow0 k ax n)) +("hobs" nil (hh aa1 b z)) +("hobsbawm" nil (hh aa0 b s b ao1 m)) +("hobson" nil (hh aa1 b s ax n)) +("hoc" nil (hh aa1 k)) +("hocevar" nil (hh ow0 s ey0 v aa1 r)) +("hoch" nil (hh aa1 k)) +("hochberg" nil (hh aa1 k b er0 g)) +("hochhalter" nil (hh aa1 k hh ax l t er0)) +("hochhauser" nil (hh aa1 k hh aw1 z er0)) +("hochman" nil (hh aa1 k m ax n)) +("hochmuth" nil (hh aa1 k m uw1 th)) +("hochstatter" nil (hh aa1 k s t ax t er0)) +("hochstedler" nil (hh aa1 k s t ih0 d ax l er0)) +("hochstein" nil (hh aa1 k s t ay0 n)) +("hochstetler" nil (hh aa1 k s t ih0 t ax l er0)) +("hochtief" nil (hh aa1 k t iy1 f)) +("hock" nil (hh aa1 k)) +("hockaday" nil (hh aa1 k ax d ey1)) +("hockenberry" nil (hh aa1 k ax n b eh1 r iy0)) +("hockenbury" nil (hh aa1 k ax n b eh1 r iy0)) +("hockensmith" nil (hh aa1 k ax n s m ih1 th)) +("hocker" nil (hh aa1 k er0)) +("hockersmith" nil (hh aa1 k er0 s m ih1 th)) +("hockett" nil (hh aa1 k ih0 t)) +("hockey" nil (hh aa1 k iy0)) +("hockin" nil (hh aa1 k ih0 n)) +("hocking" nil (hh aa1 k ih0 ng)) +("hockley" nil (hh aa1 k l iy0)) +("hockman" nil (hh aa1 k m ax n)) +("hockney" nil (hh aa1 k n iy0)) +("hoctor" nil (hh aa1 k t er0)) +("hocus" nil (hh ow1 k ax s)) +("hocutt" nil (hh aa1 k ax t)) +("hodak" nil (hh ow1 d ax k)) +("hodapp" nil (hh aa1 d ax p)) +("hodde" nil (hh aa1 d)) +("hodder" nil (hh aa1 d er0)) +("hodding" nil (hh aa1 d ih0 ng)) +("hodel" nil (hh ow1 d ax l)) +("hodes" nil (hh ow1 d z)) +("hodgdon" nil (hh aa1 jh d ax n)) +("hodge" nil (hh aa1 jh)) +("hodgen" nil (hh aa1 jh ax n)) +("hodgens" nil (hh aa1 jh ax n z)) +("hodgepodge" nil (hh aa1 jh p aa1 jh)) +("hodges" nil (hh aa1 jh ih0 z)) +("hodgin" nil (hh aa1 jh ih0 n)) +("hodgins" nil (hh aa1 jh ih0 n z)) +("hodgkin" nil (hh aa1 jh k ih0 n)) +("hodgkins" nil (hh aa1 jh k ih0 n z)) +("hodgkinson" nil (hh aa1 jh k ih0 n s ax n)) +("hodgkiss" nil (hh aa1 jh k ih0 s)) +("hodgman" nil (hh aa1 jh m ax n)) +("hodgson" nil (hh aa1 jh s ax n)) +("hodkinson" nil (hh aa1 d k ih0 n s ax n)) +("hodnett" nil (hh aa1 d n ih0 t)) +("hodo" nil (hh ow1 d ow0)) +("hodsdon" nil (hh aa1 d z d ax n)) +("hodson" nil (hh aa1 d s ax n)) +("hoe" nil (hh ow1)) +("hoechst" nil (hh ow1 k s t)) +("hoeck" nil (hh ow1 k)) +("hoecker" nil (hh ow1 k er0)) +("hoedown" nil (hh ow1 d aw1 n)) +("hoefer" nil (hh ow1 f er0)) +("hoeffner" nil (hh ow1 f n er0)) +("hoefle" nil (hh ow1 f ax l)) +("hoefler" nil (hh ow1 f ax l er0)) +("hoeflich" nil (hh ow1 f l ih0 k)) +("hoefling" nil (hh ow1 f ax l ih0 ng)) +("hoefs" nil (hh ow1 f s)) +("hoeft" nil (hh ow1 f t)) +("hoeg" nil (hh ow1 g)) +("hoeger" nil (hh ow1 g er0)) +("hoehn" nil (hh ow1 n)) +("hoehne" nil (hh ow1 n)) +("hoeing" nil (hh ow1 ih0 ng)) +("hoek" nil (hh ow1 k)) +("hoeksema" nil (hh ow1 k s ih0 m ax)) +("hoekstra" nil (hh ow1 k s t r ax)) +("hoel" nil (hh ow1 l)) +("hoell" nil (hh ow1 l)) +("hoelle" nil (hh ow1 l)) +("hoelscher" nil (hh ow1 l sh er0)) +("hoelterhoff" nil (hh ow1 l t er0 hh ao1 f)) +("hoelting" nil (hh ow1 l t ih0 ng)) +("hoelzel" nil (hh ow1 l z ax l)) +("hoelzer" nil (hh ow1 l z er0)) +("hoen" nil (hh ow1 n)) +("hoene" nil (hh aa1 iy0 n)) +("hoener" nil (hh ow1 n er0)) +("hoenig" nil (hh ow1 n ih0 g)) +("hoeper" nil (hh ow1 p er0)) +("hoepfner" nil (hh ow1 p f n er0)) +("hoepner" nil (hh ow1 p n er0)) +("hoeppner" nil (hh ow1 p n er0)) +("hoerig" nil (hh ao1 r ih0 g)) +("hoerner" nil (hh ao1 r n er0)) +("hoerr" nil (hh ao1 r)) +("hoes" nil (hh ow1 z)) +("hoesch" nil (hh ow1 sh)) +("hoeschen" nil (hh ow1 sh ax n)) +("hoesly" nil (hh ow1 s l iy0)) +("hoeveler" nil (hh ow1 v l er0)) +("hoevet" nil (hh ow1 v eh1 t)) +("hoey" nil (hh ow1 iy0)) +("hof" nil (hh aa1 f)) +("hofacker" nil (hh aa1 f ax k er0)) +("hofbauer" nil (hh aa1 f b aw0 er0)) +("hofer" nil (hh ow1 f er0)) +("hoff" nil (hh ao1 f)) +("hoffa" nil (hh ao1 f ax)) +("hoffacker" nil (hh ao1 f ax k er0)) +("hoffart" nil (hh ao1 f aa0 r t)) +("hoffarth" nil (hh ao1 f aa0 r th)) +("hoffecker" nil (hh ao1 f ih0 k er0)) +("hoffenberg" nil (hh ao1 f ax n b er0 g)) +("hoffer" nil (hh aa1 f er0)) +("hofferber" nil (hh ao1 f er0 b er0)) +("hoffert" nil (hh ao1 f er0 t)) +("hoffler" nil (hh ao1 f ax l er0)) +("hoffman" nil (hh ao1 f m ax n)) +("hoffmann" nil (hh ao1 f m ax n)) +("hoffmaster" nil (hh ao1 f m ae1 s t er0)) +("hoffmeier" nil (hh ao1 f m ay0 er0)) +("hoffmeister" nil (hh ao1 f m ay1 s t er0)) +("hoffmeyer" nil (hh ao1 f m ay0 er0)) +("hoffner" nil (hh ao1 f n er0)) +("hoffpauir" nil (hh ao1 f p aw0 er0)) +("hofi" nil (hh ow1 f iy0)) +("hofland" nil (hh aa1 f l ax n d)) +("hofler" nil (hh aa1 f l er0)) +("hofman" nil (hh aa1 f m ax n)) +("hofmann" nil (hh aa1 f m ax n)) +("hofmeister" nil (hh aa1 f m ay0 s t er0)) +("hofrichter" nil (hh aa1 f r ih0 k t er0)) +("hofstad" nil (hh aa1 f s t ae0 d)) +("hofstetter" nil (hh aa1 f s t eh0 t er0)) +("hofstra" nil (hh aa1 f s t r ax)) +("hog" nil (hh aa1 g)) +("hogan" nil (hh ow1 g aa1 n)) +("hogans" nil (hh ow1 g aa1 n z)) +("hoganson" nil (hh aa1 g ax n s ax n)) +("hogarth" nil (hh ow1 g aa1 r th)) +("hogarty" nil (hh aa1 g aa1 r t iy0)) +("hogberg" nil (hh aa1 g b er0 g)) +("hoge" nil (hh ow1 jh)) +("hogeland" nil (hh aa1 g ih0 l ax n d)) +("hogen" nil (hh aa1 g ax n)) +("hogenson" nil (hh aa1 jh ih0 n s ax n)) +("hoger" nil (hh ow1 g er0)) +("hogg" nil (hh aa1 g)) +("hoggan" nil (hh aa1 g ax n)) +("hoggard" nil (hh aa1 g er0 d)) +("hoggatt" nil (hh aa1 g ax t)) +("hogge" nil (hh aa1 g)) +("hogland" nil (hh aa1 g l ax n d)) +("hogle" nil (hh ow1 g ax l)) +("hoglund" nil (hh ao1 g l ax n d)) +("hoglunds" nil (hh ao1 g l ax n d z)) +("hognose" nil (hh aa1 g n ow1 z)) +("hogrefe" nil (hh aa1 g r ih0 f)) +("hogs" nil (hh aa1 g z)) +("hogsed" nil (hh ow1 g s t)) +("hogsett" nil (hh aa1 g s ih0 t)) +("hogston" nil (hh aa1 g s t ax n)) +("hogue" nil (hh ow1 g)) +("hogwash" nil (hh aa1 g w aa1 sh)) +("hogwood" nil (hh ao1 g w uh1 d)) +("hoh" nil (hh ow1)) +("hoheisel" nil (hh ow1 ay0 s ax l)) +("hohenberger" nil (hh ow1 ax n b er0 g er0)) +("hohensee" nil (hh aa0 hh ih0 n s iy1)) +("hohenstein" nil (hh ow1 ax n s t ay0 n)) +("hohl" nil (hh ow1 l)) +("hohler" nil (hh ow1 l er0)) +("hohlt" nil (hh ow1 l t)) +("hohman" nil (hh ow1 m ax n)) +("hohmann" nil (hh ow1 m ax n)) +("hohn" nil (hh aa1 n)) +("hohner" nil (hh ow1 n er0)) +("hohnstein" nil (hh ow1 n s t ay0 n)) +("hohorst" nil (hh ow1 hh ao1 r s t)) +("hoi" nil (hh oy1)) +("hoiland" nil (hh oy0 l ae1 n d)) +("hoilman" nil (hh oy1 l m ax n)) +("hoisington" nil (hh oy1 z ih0 ng t ax n)) +("hoist" nil (hh oy1 s t)) +("hoisted" nil (hh oy1 s t ax d)) +("hoisting" nil (hh oy1 s t ih0 ng)) +("hoists" nil (hh oy1 s t s)) +("hoit" nil (hh oy1 t)) +("hoium" nil (hh aa1 iy0 ax m)) +("hojnacki" nil (hh ax y n aa1 t s k iy0)) +("hokanson" nil (hh aa1 k ax n s ax n)) +("hoke" nil (hh ow1 k)) +("hokenson" nil (hh aa1 k ih0 n s ax n)) +("hokey" nil (hh ow1 k iy0)) +("hokkaido" nil (hh ow0 k ay1 d ow0)) +("hokum" nil (hh ow1 k ax m)) +("hokuriku" nil (hh aa1 k er0 iy1 k uw1)) +("holaday" nil (hh ow1 l ax d ey0)) +("holahan" nil (hh aa1 l ax hh ae0 n)) +("holan" nil (hh ow1 l ax n)) +("holaway" nil (hh ow1 l ax w ey0)) +("holbein" nil (hh ow1 l b ay0 n)) +("holben" nil (hh ow1 l b ax n)) +("holberg" nil (hh ow1 l b er0 g)) +("holbert" nil (hh ow1 l b er0 t)) +("holbrook" nil (hh ow1 l b r uh1 k)) +("holbrooke" nil (hh ow1 l b r uh0 k)) +("holbrooks" nil (hh ow1 l b r uh0 k s)) +("holck" nil (hh ow1 l k)) +("holcomb" nil (hh ow1 l k ax m)) +("holcombe" nil (hh ow1 l k ax m)) +("hold" nil (hh ow1 l d)) +("holda" nil (hh ow1 l d ax)) +("holdaway" nil (hh ow1 l d ax w ey1)) +("holde" nil (hh ow1 l d)) +("holdeman" nil (hh ow1 l d m ax n)) +("holden" nil (hh ow1 l d ax n)) +("holder" nil (hh ow1 l d er0)) +("holderbank" nil (hh ow1 l d er0 b ae1 ng k)) +("holderbaum" nil (hh ow1 l d er0 b aw0 m)) +("holderby" nil (hh ow1 l d er0 b iy0)) +("holderfield" nil (hh ow1 l d er0 f iy1 l d)) +("holderman" nil (hh ow1 l d er0 m ax n)) +("holderness" nil (hh ow1 l d er0 n ax s)) +("holders" nil (hh ow1 l d er0 z)) +("holdfast" nil (hh ow1 l f ae1 s t)) +("holding" nil (hh ow1 l d ih0 ng)) +("holdings" nil (hh ow1 l d ih0 ng z)) +("holdman" nil (hh ow1 l d m ax n)) +("holdorf" nil (hh ow1 l d ao0 r f)) +("holdout" nil (hh ow1 l d aw1 t)) +("holdouts" nil (hh ow1 l d aw1 t s)) +("holdover" nil (hh ow1 l d ow1 v er0)) +("holdovers" nil (hh ow1 l d ow1 v er0 z)) +("holdren" nil (hh ow1 l d er0 ax n)) +("holdridge" nil (hh ow1 l d r ih0 jh)) +("holds" nil (hh ow1 l d z)) +("holdsworth" nil (hh ow1 l d z w er1 th)) +("holdup" nil (hh ow1 l d ah1 p)) +("holdups" nil (hh ow1 l d ah1 p s)) +("hole" nil (hh ow1 l)) +("holecek" nil (hh aa1 l ih0 ch eh0 k)) +("holed" nil (hh ow1 l d)) +("holeman" nil (hh ow1 l m ax n)) +("holen" nil (hh ow1 l ax n)) +("holes" nil (hh ow1 l z)) +("holewinski" nil (hh ax l uw0 ih1 n s k iy0)) +("holford" nil (hh ow1 l f er0 d)) +("holgate" nil (hh ow1 l g ey1 t)) +("holgerson" nil (hh ow1 l g er0 s ax n)) +("holguin" nil (hh ow1 l g ih0 n)) +("holian" nil (hh ow1 l iy0 ax n)) +("holick" nil (hh aa1 l ih0 k)) +("holiday" nil (hh aa1 l ax d ey1)) +("holidays" nil (hh aa1 l ax d ey1 z)) +("holien" nil (hh ow1 l iy0 ax n)) +("holier" nil (hh ow1 l iy0 er0)) +("holiest" nil (hh ow1 l iy0 ih0 s t)) +("holifield" nil (hh aa1 l ih0 f iy1 l d)) +("holihan" nil (hh aa1 l ih0 hh ae0 n)) +("holik" nil (hh ow1 l ih0 k)) +("holiman" nil (hh aa1 l ih0 m ax n)) +("holiness" nil (hh ow1 l iy0 n ax s)) +("holistic" nil (hh ow0 l ih1 s t ih0 k)) +("holl" nil (hh aa1 l)) +("hollabaugh" nil (hh aa1 l ax b ao1)) +("holladay" nil (hh aa1 l ax d ey1)) +("hollan" nil (hh aa1 l ax n)) +("holland" nil (hh aa1 l ax n d)) +("hollander" nil (hh aa1 l ax n d er0)) +("hollanders" nil (hh aa1 l ax n d er0 z)) +("hollands" nil (hh aa1 l ax n d z)) +("hollandsworth" nil (hh aa1 l ax n d z w er1 th)) +("hollar" nil (hh aa1 l er0)) +("hollars" nil (hh aa1 l er0 z)) +("hollatz" nil (hh aa1 l ax t s)) +("hollaway" nil (hh aa1 l ax w ey0)) +("holle" nil (hh aa1 l)) +("holleman" nil (hh ow1 l m ax n)) +("hollen" nil (hh aa1 l ax n)) +("hollenbach" nil (hh aa1 l ih0 n b aa0 k)) +("hollenback" nil (hh aa1 l ax n b ae1 k)) +("hollenbaugh" nil (hh ax l eh1 n b ao0)) +("hollenbeck" nil (hh aa1 l ax n b eh1 k)) +("hollenberg" nil (hh aa1 l ax n b er0 g)) +("hollender" nil (hh aa1 l eh0 n d er0)) +("hollenkamp" nil (hh aa1 l ih0 n k ae0 m p)) +("holler" nil (hh aa1 l er0)) +("holleran" nil (hh aa1 l er0 ax n)) +("hollerbach" nil (hh aa1 l er0 b aa1 k)) +("hollered" nil (hh aa1 l er0 d)) +("hollering" nil (hh aa1 l er0 ih0 ng)) +("hollern" nil (hh aa1 l er0 n)) +("hollers" nil (hh aa1 l er0 z)) +("hollett" nil (hh aa1 l ih0 t)) +("holley" nil (hh aa1 l iy0)) +("hollibaugh" nil (hh aa1 l ih0 b ao1)) +("hollick" nil (hh aa1 l ih0 k)) +("holliday" nil (hh aa1 l ih0 d ey1)) +("hollie" nil (hh aa1 l iy0)) +("hollier" nil (hh ao1 l iy0 er0)) +("hollies" nil (hh aa1 l iy0 z)) +("hollifield" nil (hh aa1 l ih0 f iy1 l d)) +("holliman" nil (hh aa1 l ih0 m ax n)) +("hollimon" nil (hh aa1 l ih0 m ax n)) +("hollin" nil (hh aa1 l ih0 n)) +("holling" nil (hh aa1 l ih0 ng)) +("hollinger" nil (hh aa1 l ih0 ng er0)) +("hollings" nil (hh aa1 l ih0 ng z)) +("hollingshead" nil (hh aa1 l ih0 ng z hh eh1 d)) +("hollingsworth" nil (hh aa1 l ih0 ng z w er1 th)) +("hollingworth" nil (hh aa1 l ih0 ng g w er1 th)) +("hollins" nil (hh aa1 l ih0 n z)) +("hollinshead" nil (hh aa1 l ih0 n s hh eh1 d)) +("hollinsworth" nil (hh aa1 l ih0 n s w er1 th)) +("hollis" nil (hh aa1 l ih0 s)) +("hollister" nil (hh aa1 l ih0 s t er0)) +("holliston" nil (hh aa1 l ih0 s t ax n)) +("hollman" nil (hh aa1 l m ax n)) +("hollmann" nil (hh aa1 l m ax n)) +("hollo" nil (hh aa1 l ow1)) +("hollobaugh" nil (hh aa1 l ax b ao0)) +("holloman" nil (hh aa1 l ow0 m ax n)) +("hollomon" nil (hh aa1 l ax m aa0 n)) +("hollon" nil (hh aa1 l ax n)) +("hollopeter" nil (hh aa1 l ax p iy0 t er0)) +("holloran" nil (hh aa1 l er0 ax n)) +("hollow" nil (hh aa1 l ow0)) +("holloway" nil (hh aa1 l ow0 w ey1)) +("hollowed" nil (hh aa1 l ow0 d)) +("hollowell" nil (hh aa1 l ax w eh0 l)) +("hollowing" nil (hh aa1 l ow0 ih0 ng)) +("hollows" nil (hh aa1 l ow0 z)) +("hollstein" nil (hh aa1 l s t ay0 n)) +("holly" nil (hh aa1 l iy0)) +("hollyfield" nil (hh aa1 l ih0 f iy1 l d)) +("hollyhocks" nil (hh aa1 l iy0 hh aa1 k s)) +("hollywood" nil (hh aa1 l iy0 w uh1 d)) +("holm" nil (hh ow1 m)) +("holman" nil (hh aa1 l m ax n)) +("holmberg" nil (hh ow1 l m b er0 g)) +("holme" nil (hh ow1 l m)) +("holmen" nil (hh aa1 l m eh0 n)) +("holmer" nil (hh ow1 l m er0)) +("holmes" nil (hh ow1 m z)) +("holmgren" nil (hh ow1 l m g r eh0 n)) +("holmium" nil (hh ow1 l m iy0 ax m)) +("holmlund" nil (hh ow1 l m l ax n d)) +("holmquist" nil (hh ow1 l m k w ih1 s t)) +("holmstrom" nil (hh ow1 l m s t r ax m)) +("holness" nil (hh aa1 l n ih0 s)) +("holocaust" nil (hh aa1 l ax k ao1 s t)) +("hologram" nil (hh aa1 l ax g r ae1 m)) +("holograms" nil (hh aa1 l ax g r ae1 m z)) +("holographic" nil (hh aa1 l ax g r ae1 f ih0 k)) +("holohan" nil (hh aa1 l ax hh ae0 n)) +("holquin" nil (hh ow1 l k w ih0 n)) +("holroyd" nil (hh ow1 l r oy1 d)) +("holsapple" nil (hh ow1 l s ax p ax l)) +("holscher" nil (hh ow1 l sh er0)) +("holsclaw" nil (hh ow1 l s k l ao0)) +("holsey" nil (hh ow1 l s iy0)) +("holshouser" nil (hh ow1 l s hh aw1 s er0)) +("holsinger" nil (hh ow1 l s ih0 ng er0)) +("holsomback" nil (hh ow1 l s ax m b ae1 k)) +("holsonback" nil (hh ow1 l s ax n b ae1 k)) +("holsopple" nil (hh ow1 l s ax p ax l)) +("holst" nil (hh ow1 l s t)) +("holstad" nil (hh ow1 l s t ax d)) +("holste" nil (hh ow1 l s t)) +("holstead" nil (hh ow1 l s t eh1 d)) +("holstein" nil (hh ow1 l s t iy1 n)) +("holsten" nil (hh ow1 l s ax n)) +("holster" nil (hh ow1 l s t er0)) +("holstine" nil (hh ow1 l s t ay1 n)) +("holston" nil (hh ow1 l s t ax n)) +("holstrom" nil (hh ow1 l s t r ax m)) +("holsworth" nil (hh ow1 l s w er0 th)) +("holt" nil (hh ow1 l t)) +("holtan" nil (hh ow1 l t ax n)) +("holte" nil (hh ow1 l t)) +("holten" nil (hh ow1 l t ax n)) +("holter" nil (hh ow1 l t er0)) +("holterman" nil (hh ow1 l t er0 m ax n)) +("holthaus" nil (hh ow1 l t hh aw1 s)) +("holthus" nil (hh ow1 l th ax s)) +("holtkamp" nil (hh ow1 l t k ae1 m p)) +("holtman" nil (hh ow1 l t m ax n)) +("holtmann" nil (hh ow1 l t m ax n)) +("holton" nil (hh ow1 l t ax n)) +("holtorf" nil (hh ow1 l t er0 f)) +("holtrop" nil (hh ow1 l t r ax p)) +("holtry" nil (hh ow1 l t r iy0)) +("holts" nil (hh ow1 l t s)) +("holtsclaw" nil (hh ow1 l t s k l ao1)) +("holtz" nil (hh ow1 l t s)) +("holtzapple" nil (hh ow1 l t z ax p ax l)) +("holtzclaw" nil (hh ow1 l t s k l ao0)) +("holtzer" nil (hh ow1 l t z er0)) +("holtzinger" nil (hh ow1 l t z ih0 ng er0)) +("holtzman" nil (hh ow1 l t s m ax n)) +("holub" nil (hh ow1 l ax b)) +("holum" nil (hh ow1 l ax m)) +("holverson" nil (hh aa1 l v er0 s ax n)) +("holvis" nil (hh ow1 l v ax s)) +("holway" nil (hh aa1 l w ey0)) +("holweger" nil (hh ow1 l w ih0 g er0)) +("holwerda" nil (hh ow0 l w er1 d ax)) +("holy" nil (hh ow1 l iy0)) +("holycross" nil (hh ow1 l iy0 k r ao1 s)) +("holyfield" nil (hh ow1 l iy0 f iy1 l d)) +("holyoak" nil (hh ow1 l iy0 ow1 k)) +("holyoke" nil (hh ow1 l iy0 ow1 k)) +("holz" nil (hh ow1 l z)) +("holzapfel" nil (hh ow1 l z ax p f ax l)) +("holzer" nil (hh ow1 l z er0)) +("holzhauer" nil (hh ow1 l z hh aw0 er0)) +("holzhauser" nil (hh ow1 l z hh aw0 z er0)) +("holzheimer" nil (hh ow1 l z hh ay0 m er0)) +("holzinger" nil (hh ow1 l z ih0 ng er0)) +("holzman" nil (hh ow1 l z m ax n)) +("holzmann" nil (hh ow1 l z m ax n)) +("holzschuh" nil (hh ow1 l sh uw0)) +("holzstoff" nil (hh ow1 l s t ao1 f)) +("holzwarth" nil (hh ow1 l z w er0 th)) +("holzworth" nil (hh ow1 l z w er0 th)) +("hom" nil (hh aa1 m)) +("homa" nil (hh ow1 m ax)) +("homac" nil (hh ow1 m ae0 k)) +("homage" nil (aa1 m ax jh)) +("homan" nil (hh ow1 m ax n)) +("homann" nil (hh ow1 m ax n)) +("homans" nil (hh ow1 m ax n z)) +("homart" nil (hh ow1 m aa1 r t)) +("hombre" nil (hh aa1 m b r ax)) +("homburg" nil (hh aa1 m b er0 g)) +("home" nil (hh ow1 m)) +("homebuilder" nil (hh ow1 m b ih1 l d er0)) +("homebuilders" nil (hh ow1 m b ih1 l d er0 z)) +("homebuilding" nil (hh ow1 m b ih1 l d ih0 ng)) +("homebuyers" nil (hh ow1 m b ay1 er0 z)) +("homecare" nil (hh ow1 m k eh1 r)) +("homeclub" nil (hh ow1 m k l ah1 b)) +("homecoming" nil (hh ow1 m k ah1 m ih0 ng)) +("homed" nil (hh ow1 m d)) +("homedco" nil (hh ow1 m eh1 d k ow1)) +("homefed" nil (hh ow1 m f eh1 d)) +("homegrown" nil (hh ow1 m g r ow1 n)) +("homeland" nil (hh ow1 m l ae1 n d)) +("homelands" nil (hh ow1 m l ae1 n d z)) +("homeless" nil (hh ow1 m l ax s)) +("homelessness" nil (hh ow1 m l ax s n ax s)) +("homelike" nil (hh ow1 m l ay1 k)) +("homely" nil (hh ow1 m l iy0)) +("homemade" nil (hh ow1 m m ey1 d)) +("homemaker" nil (hh ow1 m m ey1 k er0)) +("homemakers" nil (hh ow1 m m ey1 k er0 z)) +("homemaking" nil (hh ow1 m m ey1 k ih0 ng)) +("homen" nil (hh ow1 m ax n)) +("homeostasis" nil (hh ow1 m iy0 ow0 s t ey1 s ax s)) +("homeostatic" nil (hh ow1 m iy0 ow0 s t ae1 t ih0 k)) +("homeowner" nil (hh ow1 m ow1 n er0)) +("homeowners" nil (hh ow1 m ow1 n er0 z)) +("homeownership" nil (hh ow1 m ow1 n er0 sh ih1 p)) +("homeporting" nil (hh ow1 m p ao1 r t ih0 ng)) +("homer" nil (hh ow1 m er0)) +("homeric" nil (hh ow0 m eh1 r ih0 k)) +("homers" nil (hh ow1 m er0 z)) +("homes" nil (hh ow1 m z)) +("homesick" nil (hh ow1 m s ih1 k)) +("homesickness" nil (hh ow1 m s ih1 k n ax s)) +("homesley" nil (hh ow1 m z l iy0)) +("homespun" nil (hh ow1 m s p ah1 n)) +("homestake" nil (hh ow1 m s t ey1 k)) +("homestate" nil (hh ow1 m s t ey1 t)) +("homestead" nil (hh ow1 m s t eh1 d)) +("homesteaded" nil (hh ow1 m s t eh1 d ih0 d)) +("homestretch" nil (hh ow1 m s t r eh1 ch)) +("hometown" nil (hh ow1 m t aw1 n)) +("homeward" nil (hh ow1 m w er0 d)) +("homewood" nil (hh ow1 m w uh1 d)) +("homework" nil (hh ow1 m w er1 k)) +("homeworkers" nil (hh ow1 m w er1 k er0 z)) +("homey" nil (hh ow1 m iy0)) +("homeyer" nil (hh ow1 m iy0 er0)) +("homicidal" nil (hh aa1 m ax s ay1 d ax l)) +("homicide" nil (hh aa1 m ax s ay1 d)) +("homicides" nil (hh aa1 m ax s ay1 d z)) +("homiletic" nil (hh aa1 m ax l eh1 t ih0 k)) +("homilies" nil (hh ow1 m ax l iy0 z)) +("homily" nil (hh aa1 m ax l iy0)) +("hominem" nil (hh aa1 m ih0 n eh0 m)) +("homing" nil (hh ow1 m ih0 ng)) +("hominy" nil (hh aa1 m ih0 n iy0)) +("homme" nil (hh aa1 m)) +("hommel" nil (hh aa1 m ax l)) +("hommes" nil (hh aa1 m z)) +("homo" nil (hh ow1 m ow0)) +("homogeneity" nil (hh aa1 m ax jh ax n iy1 ax t iy0)) +("homogeneous" nil (hh ow1 m ax jh iy1 n iy0 ax s)) +("homogenized" nil (hh ow0 m aa1 jh ax n ay1 z d)) +("homogenous" nil (hh ax m aa1 jh ax n ax s)) +("homogeny" nil (hh ow0 m aa1 jh ax n iy0)) +("homola" nil (hh ax m aa1 l ax)) +("homolka" nil (hh ax m aa1 l k ax)) +("homologous" nil (hh ax m aa1 l ax g ax s)) +("homophobia" nil (hh ow1 m ax f ow1 b iy0 ax)) +("homosexual" nil (hh ow1 m ow0 s eh1 k sh ax w ax l)) +("homosexuality" nil (hh ow1 m ow0 s eh1 k sh ax w ae1 l ax t iy0)) +("homosexuals" nil (hh ow1 m ow0 s eh1 k sh ax w ax l z)) +("homosporous" nil (hh ax m aa1 s p er0 ax s)) +("homozygous" nil (hh ow1 m ow0 z ay1 g ax s)) +("homrich" nil (hh aa1 m r ih0 k)) +("homs" nil (hh aa1 m z)) +("homsey" nil (hh aa1 m z iy0)) +("homuth" nil (hh aa1 m uw0 th)) +("hon" nil (hh aa1 n)) +("honaker" nil (hh aa1 n ax k er0)) +("honan" nil (hh ow1 n ax n)) +("honasan" nil (hh aa1 n ax z ax n)) +("honda" nil (hh ao1 n d ax)) +("hondas" nil (hh aa1 n d ax s)) +("honderich" nil (hh aa1 n d er0 ih0 k)) +("hondo" nil (hh aa1 n d ow0)) +("honduran" nil (hh aa0 n d uh1 r ax n)) +("hondurans" nil (hh aa0 n d uh1 r ax n z)) +("honduras" nil (hh aa0 n d uh1 r ax s)) +("hone" nil (hh ow1 n)) +("honea" nil (hh aa1 n iy0 ax)) +("honeck" nil (hh ow1 n eh0 k)) +("honecker" nil (hh ow1 n eh0 k er0)) +("honed" nil (hh ow1 n d)) +("honer" nil (hh ow1 n er0)) +("honest" nil (aa1 n ax s t)) +("honestly" nil (aa1 n ax s t l iy0)) +("honesty" nil (aa1 n ax s t iy0)) +("honey" nil (hh ah1 n iy0)) +("honeybee" nil (hh ah1 n iy0 b iy1)) +("honeybees" nil (hh ah1 n iy0 b iy1 z)) +("honeycomb" nil (hh ah1 n iy0 k ow1 m)) +("honeycutt" nil (hh ah1 n iy0 k ax t)) +("honeydew" nil (hh ah1 n iy0 d uw1)) +("honeyman" nil (hh aa1 n iy0 m ax n)) +("honeymoon" nil (hh ah1 n iy0 m uw1 n)) +("honeymooned" nil (hh ah1 n iy0 m uw1 n d)) +("honeymooners" nil (hh ah1 n iy0 m uw1 n er0 z)) +("honeys" nil (hh ah1 n iy0 z)) +("honeysuckles" nil (hh ah1 n iy0 s ah1 k ax l z)) +("honeywell" nil (hh ah1 n iy0 w eh1 l)) +("hong" nil (hh ao1 ng)) +("hongkong" nil (hh ao1 ng k ao0 ng)) +("honig" nil (hh aa1 n ih0 g)) +("honing" nil (hh ow1 n ih0 ng)) +("honk" nil (hh aa1 ng k)) +("honking" nil (hh ao1 ng k ih0 ng)) +("honky" nil (hh ao1 ng k iy0)) +("honn" nil (hh aa1 n)) +("honnold" nil (hh aa1 n ow1 l d)) +("honold" nil (hh aa1 n ow0 l d)) +("honolulu" nil (hh aa1 n ax l uw1 l uw0)) +("honor" nil (aa1 n er0)) +("honora" nil (ao0 n ao1 r ax)) +("honorable" nil (aa1 n er0 ax b ax l)) +("honorably" nil (aa1 n er0 ax b l iy0)) +("honoraria" nil (aa1 n er0 eh1 r iy0 ax)) +("honorarium" nil (aa1 n er0 eh1 r iy0 ax m)) +("honorariums" nil (aa1 n er0 eh1 r iy0 ax m z)) +("honorary" nil (aa1 n er0 eh1 r iy0)) +("honore" nil (aa1 n er0)) +("honored" nil (aa1 n er0 d)) +("honoria" nil (aa0 n er1 iy0 ax)) +("honorific" nil (aa1 n er0 ih1 f ih0 k)) +("honoring" nil (aa1 n er0 ih0 ng)) +("honors" nil (aa1 n er0 z)) +("hons" nil (hh aa1 n z)) +("honsberger" nil (hh aa1 n s b er0 g er0)) +("honse" nil (hh aa1 n s)) +("honshu" nil (hh aa1 n sh uw0)) +("honsinger" nil (hh aa1 n s ih0 ng er0)) +("hontz" nil (hh aa1 n t s)) +("hoo" nil (hh uw1)) +("hoobler" nil (hh uw1 b l er0)) +("hooch" nil (hh uw1 ch)) +("hoock" nil (hh uw1 k)) +("hood" nil (hh uh1 d)) +("hooded" nil (hh uh1 d ih0 d)) +("hoodlum" nil (hh uh1 d l ax m)) +("hoodlums" nil (hh uw1 d l ax m z)) +("hoods" nil (hh uh1 d z)) +("hoodwink" nil (hh uh1 d w ih1 ng k)) +("hoodwinked" nil (hh uh1 d w ih1 ng k t)) +("hooey" nil (hh uw1 iy0)) +("hoof" nil (hh uw1 f)) +("hoofed" nil (hh uh1 f t)) +("hoofs" nil (hh uh1 f s)) +("hoog" nil (hh uw1 g)) +("hooge" nil (hh uw1 jh)) +("hoogland" nil (hh uw1 g l ax n d)) +("hoogovens" nil (hh uw1 g ax v ih0 n z)) +("hook" nil (hh uh1 k)) +("hooke" nil (hh uh1 k)) +("hooked" nil (hh uh1 k t)) +("hooker" nil (hh uh1 k er0)) +("hookers" nil (hh uh1 k er0 z)) +("hooking" nil (hh uh1 k ih0 ng)) +("hooks" nil (hh uh1 k s)) +("hookup" nil (hh uh1 k ah1 p)) +("hookups" nil (hh uh1 k ah1 p s)) +("hookworm" nil (hh uh1 k w er0 m)) +("hoole" nil (hh uw1 l)) +("hooley" nil (hh uw1 l iy0)) +("hooliganism" nil (hh uw1 l ih0 g ax n ih1 z ax m)) +("hooligans" nil (hh uw1 l ih0 g ax n z)) +("hoolihan" nil (hh uw1 l ih0 hh ae0 n)) +("hoon" nil (hh uw1 n)) +("hoop" nil (hh uw1 p)) +("hooper" nil (hh uw1 p er0)) +("hooperman" nil (hh uw1 p er0 m ax n)) +("hoopes" nil (hh uw1 p s)) +("hoopingarner" nil (hh uw0 p ih1 ng g aa0 r n er0)) +("hoopla" nil (hh uw1 p l aa1)) +("hoopoe" nil (hh uw1 p uw1)) +("hoops" nil (hh uw1 p s)) +("hooray" nil (hh uh0 r ey1)) +("hoos" nil (hh uw1 z)) +("hoose" nil (hh uw1 s)) +("hooser" nil (hh uw1 z er0)) +("hoosier" nil (hh uw1 zh er0)) +("hoosiers" nil (hh uw1 z y er0 z)) +("hoot" nil (hh uw1 t)) +("hooted" nil (hh uw1 t ih0 d)) +("hooten" nil (hh uw1 t ax n)) +("hootman" nil (hh uw1 t m ax n)) +("hooton" nil (hh uw1 t ax n)) +("hoots" nil (hh uw1 t s)) +("hooven" nil (hh uw1 v ax n)) +("hoover" nil (hh uw1 v er0)) +("hooves" nil (hh uh1 v z)) +("hop" nil (hh aa1 p)) +("hopburg" nil (hh aa1 p b er0 g)) +("hope" nil (hh ow1 p)) +("hoped" nil (hh ow1 p t)) +("hopeful" nil (hh ow1 p f ax l)) +("hopefully" nil (hh ow1 p f ax l iy0)) +("hopefuls" nil (hh ow1 p f ax l z)) +("hopeless" nil (hh ow1 p l ax s)) +("hopelessly" nil (hh ow1 p l ax s l iy0)) +("hopelessness" nil (hh ow1 p l ax s n ax s)) +("hopes" nil (hh ow1 p s)) +("hopewell" nil (hh ow1 p w eh1 l)) +("hopf" nil (hh aa1 p f)) +("hopfensperger" nil (hh aa1 p f ih0 n s p er0 g er0)) +("hopfer" nil (hh aa1 p f er0)) +("hopfinger" nil (hh aa1 p f ih0 ng er0)) +("hopgood" nil (hh aa1 p g uh1 d)) +("hopi" nil (hh ow1 p iy0)) +("hoping" nil (hh ow1 p ih0 ng)) +("hopke" nil (hh ow1 p k)) +("hopkin" nil (hh aa1 p k ih0 n)) +("hopkins" nil (hh aa1 p k ih0 n z)) +("hopkinson" nil (hh aa1 p k ih0 n s ax n)) +("hopkinton" nil (hh aa1 p k ih0 n t ax n)) +("hopkyns" nil (hh aa1 p k ih0 n z)) +("hopman" nil (hh aa1 p m ax n)) +("hopp" nil (hh aa1 p)) +("hoppa" nil (hh aa1 p ax)) +("hoppe" nil (hh aa1 p)) +("hopped" nil (hh aa1 p t)) +("hoppel" nil (hh aa1 p ax l)) +("hopper" nil (hh aa1 p er0)) +("hoppers" nil (hh aa1 p er0 z)) +("hoppert" nil (hh aa1 p er0 t)) +("hoppes" nil (hh aa1 p s)) +("hopping" nil (hh aa1 p ih0 ng)) +("hopple" nil (hh aa1 p ax l)) +("hopps" nil (hh aa1 p s)) +("hops" nil (hh aa1 p s)) +("hopscotch" nil (hh aa1 p s k aa1 ch)) +("hopson" nil (hh aa1 p s ax n)) +("hopton" nil (hh aa1 p t ax n)) +("hopwood" nil (hh aa1 p w uh1 d)) +("hora" nil (hh ao1 r ax)) +("horace" nil (hh ao1 r ax s)) +("horacek" nil (hh ao1 r ax ch eh0 k)) +("horacia" nil (hh ao0 r aa1 s iy0 ax)) +("horacio" nil (hh ao0 r ey1 s iy0 ow0)) +("horak" nil (hh ao1 r ax k)) +("horan" nil (hh ao1 r ax n)) +("horatia" nil (hh ao0 r aa1 sh ax)) +("horatian" nil (hh er0 ey1 sh ax n)) +("horatio" nil (hh er0 ey1 sh ow0)) +("horatius" nil (hh ao0 r ey1 sh ax s)) +("horch" nil (hh ao1 r k)) +("horchow" nil (hh ao1 r ch ow0)) +("hord" nil (hh ao1 r d)) +("horde" nil (hh ao1 r d)) +("hordes" nil (hh ao1 r d z)) +("horehound" nil (hh aa1 r hh aw1 n d)) +("horejsi" nil (hh ao0 r ey1 y s iy0)) +("horelick" nil (hh ao1 r ax l ih0 k)) +("horen" nil (hh ao1 r ax n)) +("horenstein" nil (hh ao1 r ax n s t ay0 n)) +("horgan" nil (hh ao1 r g ax n)) +("horger" nil (hh ao1 r g er0)) +("hori" nil (hh ao1 r iy0)) +("horiguchi" nil (hh ao1 r ih0 g uw1 ch iy0)) +("horine" nil (hh ao1 r iy0 n)) +("horiuchi" nil (hh ao0 r iy0 uw1 ch iy0)) +("horizon" nil (hh er0 ay1 z ax n)) +("horizons" nil (hh er0 ay1 z ax n z)) +("horizontal" nil (hh ao1 r ax z aa1 n t ax l)) +("horizontally" nil (hh ao1 r ih0 z aa1 n t ax l iy0)) +("horkey" nil (hh ao1 r k iy0)) +("horky" nil (hh ao1 r k iy0)) +("horlacher" nil (hh ao1 r l ax k er0)) +("horlick" nil (hh ao1 r l ih0 k)) +("horman" nil (hh ao1 r m ax n)) +("hormann" nil (hh ao1 r m ax n)) +("hormats" nil (hh ao1 r m ae0 t s)) +("hormel" nil (hh ao0 r m eh1 l)) +("hormonal" nil (hh ao1 r m ow1 n ax l)) +("hormone" nil (hh ao1 r m ow1 n)) +("hormones" nil (hh ao1 r m ow1 n z)) +("hormuz" nil (hh ao1 r m uw0 z)) +("horn" nil (hh ao1 r n)) +("hornack" nil (hh ao1 r n ax k)) +("hornaday" nil (hh ao1 r n ax d ey1)) +("hornak" nil (hh ao1 r n ax k)) +("hornback" nil (hh ao1 r n b ae1 k)) +("hornbaker" nil (hh ao1 r n b ax k er0)) +("hornbeak" nil (hh ao1 r n b ax k)) +("hornbeck" nil (hh ao1 r n b eh1 k)) +("hornberger" nil (hh ao1 r n b er0 g er0)) +("hornbills" nil (hh ao1 r n b ih1 l z)) +("hornblende" nil (hh ao1 r n b l eh1 n d)) +("hornbook" nil (hh ao1 r n b uh1 k)) +("hornbostel" nil (hh ao1 r n b ax s t ax l)) +("hornbrook" nil (hh ao1 r n b r uh1 k)) +("hornbuckle" nil (hh ao1 r n b ax k ax l)) +("hornburg" nil (hh ao1 r n b er0 g)) +("hornby" nil (hh ao1 r n b iy0)) +("horne" nil (hh ao1 r n)) +("horned" nil (hh ao1 r n d)) +("horner" nil (hh ao1 r n er0)) +("hornet" nil (hh ao1 r n ih0 t)) +("hornets" nil (hh ao1 r n ax t s)) +("horney" nil (hh ao1 r n iy0)) +("hornick" nil (hh ao1 r n ih0 k)) +("hornig" nil (hh ao1 r n ih0 g)) +("hornik" nil (hh ao1 r n ih0 k)) +("horning" nil (hh ao1 r n ih0 ng)) +("hornless" nil (hh ao1 r n l ax s)) +("hornlike" nil (hh ao1 r n l ay1 k)) +("hornor" nil (hh ao1 r n er0)) +("horns" nil (hh ao1 r n z)) +("hornsby" nil (hh ao1 r n z b iy0)) +("hornstein" nil (hh ao1 r n s t ay1 n)) +("hornung" nil (hh ao1 r n ax ng)) +("horny" nil (hh ao1 r n iy0)) +("hornyak" nil (hh ao1 r n y ae0 k)) +("horoscope" nil (hh ao1 r ax s k ow1 p)) +("horoscopes" nil (hh ao1 r ax s k ow1 p s)) +("horovitz" nil (hh aa1 r ax v ih0 t s)) +("horowitz" nil (hh ao1 r ow0 ih0 t s)) +("horr" nil (hh ao1 r)) +("horrell" nil (hh ao1 r ax l)) +("horrendous" nil (hh ao1 r eh1 n d ax s)) +("horrendously" nil (hh ao1 r eh1 n d ax s l iy0)) +("horrible" nil (hh ao1 r ax b ax l)) +("horribly" nil (hh ao1 r ax b l iy0)) +("horrid" nil (hh ao1 r ax d)) +("horrific" nil (hh ao0 r ih1 f ih0 k)) +("horrified" nil (hh ao1 r ax f ay1 d)) +("horrifying" nil (hh ao1 r ax f ay1 ih0 ng)) +("horrigan" nil (hh ao1 r ax g ax n)) +("horrocks" nil (hh ao1 r ax k s)) +("horror" nil (hh ao1 r er0)) +("horrors" nil (hh ao1 r er0 z)) +("hors" nil (hh ao1 r z)) +("horsch" nil (hh ao1 r sh)) +("horse" nil (hh ao1 r s)) +("horseback" nil (hh ao1 r s b ae1 k)) +("horseflesh" nil (hh ao1 r s f l eh1 sh)) +("horsehead" nil (hh ao1 r s hh eh1 d)) +("horseman" nil (hh ao1 r s m ax n)) +("horsemanship" nil (hh ao1 r s m ax n sh ih0 p)) +("horsemen" nil (hh ao1 r s m ax n)) +("horseplay" nil (hh ao1 r s p l ey1)) +("horsepower" nil (hh ao1 r s p aw1 er0)) +("horseradish" nil (hh ao1 r s r ae1 d ih0 sh)) +("horses" nil (hh ao1 r s ax z)) +("horseshoe" nil (hh ao1 r s sh uw1)) +("horseshoes" nil (hh ao1 r s sh uw1 z)) +("horsetails" nil (hh ao1 r s t ey1 l z)) +("horsey" nil (hh ao1 r s iy0)) +("horsfall" nil (hh ao1 r s f ax l)) +("horsham" nil (hh ao1 r sh ax m)) +("horsing" nil (hh ao1 r s ih0 ng)) +("horsley" nil (hh ao1 r s l iy0)) +("horsman" nil (hh ao1 r s m ax n)) +("horst" nil (hh ao1 r s t)) +("horstman" nil (hh ao1 r s t m ax n)) +("horstmann" nil (hh ao1 r s t m ax n)) +("horta" nil (hh ao1 r t ax)) +("horten" nil (hh ao1 r t ax n)) +("horter" nil (hh ao1 r t er0)) +("horticultural" nil (hh ao1 r t ax k ah1 l ch er0 ax l)) +("horticulture" nil (hh ao1 r t ih0 k ah1 l ch er0)) +("horticulturist" nil (hh ao1 r t ih0 k ah1 l ch er0 ih0 s t)) +("hortman" nil (hh ao1 r t m ax n)) +("horton" nil (hh ao1 r t ax n)) +("horvac" nil (hh ao1 r v ae0 k)) +("horvat" nil (hh ao1 r v ax t)) +("horvath" nil (hh ao1 r v ae0 th)) +("horvitz" nil (hh ao1 r v ih0 t s)) +("horwath" nil (hh ao1 r w ao0 th)) +("horwich" nil (hh ao1 r w ih0 k)) +("horwitz" nil (hh ao1 r w ih0 t s)) +("hosack" nil (hh aa1 s ax k)) +("hosch" nil (hh ao1 sh)) +("hose" nil (hh ow1 z)) +("hosea" nil (hh ow0 s iy1 ax)) +("hosed" nil (hh ow1 z d)) +("hosek" nil (hh ow1 s eh0 k)) +("hoselton" nil (hh ax s eh1 l t ax n)) +("hoses" nil (hh ow1 z ih0 z)) +("hosey" nil (hh ow1 z iy0)) +("hosford" nil (hh aa1 s f er0 d)) +("hoshaw" nil (hh aa1 sh ao0)) +("hosick" nil (hh aa1 s ih0 k)) +("hosie" nil (hh ow1 z iy0)) +("hosiery" nil (hh ow1 zh er0 iy0)) +("hoskin" nil (hh aa1 s k ih0 n)) +("hosking" nil (hh aa1 s k ih0 ng)) +("hoskins" nil (hh aa1 s k ih0 n z)) +("hoskinson" nil (hh aa1 s k ih0 n s ax n)) +("hoskyns" nil (hh ao1 s k ih0 n z)) +("hosler" nil (hh aa1 s ax l er0)) +("hosley" nil (hh aa1 s l iy0)) +("hosman" nil (hh aa1 s m ax n)) +("hosner" nil (hh aa1 s n er0)) +("hosni" nil (hh ow1 z n iy0)) +("hosoka" nil (hh ow1 s aa1 k ax)) +("hosokawa" nil (hh ow1 s ax k aa1 w ax)) +("hospice" nil (hh aa1 s p ax s)) +("hospices" nil (hh aa1 s p ax s ih0 z)) +("hospitable" nil (hh aa1 s p ih1 t ax b ax l)) +("hospital" nil (hh aa1 s p ih1 t ax l)) +("hospitality" nil (hh aa1 s p ax t ae1 l ax t iy0)) +("hospitalization" nil (hh aa1 s p ih0 t ax l ax z ey1 sh ax n)) +("hospitalizations" nil (hh aa1 s p ih0 t ax l ax z ey1 sh ax n z)) +("hospitalize" nil (hh ao1 s p ih1 t ax l ay1 z)) +("hospitalized" nil (hh aa1 s p ih0 t ax l ay1 z d)) +("hospitals" nil (hh aa1 s p ih1 t ax l z)) +("hoss" nil (hh aa1 s)) +("hossack" nil (hh aa1 s ax k)) +("hossain" nil (hh ax s ey1 n)) +("hossein" nil (hh ao1 s ey1 n)) +("hosseini" nil (hh ow0 s ey0 iy1 n iy0)) +("hossler" nil (hh aa1 s ax l er0)) +("host" nil (hh ow1 s t)) +("hostage" nil (hh aa1 s t ih0 jh)) +("hostages" nil (hh aa1 s t ax jh ax z)) +("hosted" nil (hh ow1 s t ih0 d)) +("hostel" nil (hh aa1 s t ax l)) +("hostels" nil (hh aa1 s t ax l z)) +("hostench" nil (hh ao1 s t ax n ch)) +("hoster" nil (hh ow1 s t er0)) +("hosterman" nil (hh ow1 s t er0 m ax n)) +("hostess" nil (hh ow1 s t ax s)) +("hostesses" nil (hh ow1 s t ax s ax z)) +("hostetler" nil (hh aa1 s t ih0 t ax l er0)) +("hostetter" nil (hh aa1 s t ih0 t er0)) +("hostettler" nil (hh aa1 s t ih0 t ax l er0)) +("hostile" nil (hh aa1 s t ax l)) +("hostilities" nil (hh aa0 s t ih1 l ax t iy0 z)) +("hostility" nil (hh aa0 s t ih1 l ax t iy0)) +("hosting" nil (hh ow1 s t ih0 ng)) +("hostler" nil (hh aa1 s l er0)) +("hosts" nil (hh ow1 s t s)) +("hostutler" nil (hh aa1 s t uw0 t ax l er0)) +("hot" nil (hh aa1 t)) +("hotaling" nil (hh aa1 t ax l ih0 ng)) +("hotard" nil (hh aa1 t er0 d)) +("hotbed" nil (hh aa1 t b eh1 d)) +("hotbeds" nil (hh aa1 t b eh1 d z)) +("hotcakes" nil (hh aa1 t k ey1 k s)) +("hotchkin" nil (hh aa1 ch k ih0 n)) +("hotchkiss" nil (hh aa1 ch k ih0 s)) +("hotdog" nil (hh aa1 t d ao1 g)) +("hotdogs" nil (hh aa1 t d ao1 g z)) +("hotel" nil (hh ow0 t eh1 l)) +("hotelier" nil (hh ow0 t eh1 l y er0)) +("hoteliers" nil (hh ow0 t eh1 l y er0 z)) +("hotels" nil (hh ow0 t eh1 l z)) +("hoth" nil (hh aa1 th)) +("hothouse" nil (hh aa1 t hh aw1 s)) +("hotline" nil (hh aa1 t l ay1 n)) +("hotlines" nil (hh aa1 t l ay1 n z)) +("hotly" nil (hh aa1 t l iy0)) +("hots" nil (hh aa1 t s)) +("hotshot" nil (hh aa1 ch aa1 t)) +("hott" nil (hh aa1 t)) +("hottel" nil (hh aa1 t ax l)) +("hottelet" nil (hh aa1 t l eh0 t)) +("hottenstein" nil (hh aa1 t ax n s t ay0 n)) +("hotter" nil (hh aa1 t er0)) +("hottest" nil (hh aa1 t ax s t)) +("hottinger" nil (hh aa1 t ih0 ng er0)) +("hottle" nil (hh aa1 t ax l)) +("hottman" nil (hh aa1 t m ax n)) +("hotwired" nil (hh aa1 t w ay1 er0 d)) +("hotz" nil (hh aa1 t s)) +("hotze" nil (hh ow1 t z)) +("hou" nil (hh uw1)) +("houchen" nil (hh aw1 k ax n)) +("houchens" nil (hh aw1 k ax n z)) +("houchin" nil (hh aw1 k ih0 n)) +("houchins" nil (hh aw1 k ih0 n z)) +("houck" nil (hh aw1 k)) +("houdaille" nil (hh uw1 d ey1 l)) +("houde" nil (hh aw1 d)) +("houdek" nil (hh aw1 d ih0 k)) +("houdeshell" nil (hh uw1 d ih0 sh ax l)) +("houdini" nil (hh uw0 d iy1 n iy0)) +("houff" nil (hh ow1 f)) +("houg" nil (hh aw1 g)) +("houge" nil (hh aw1 jh)) +("hougen" nil (hh aw1 g ax n)) +("hough" nil (hh ah1 f)) +("hougham" nil (hh aw1 ax m)) +("houghland" nil (hh aw1 l ax n d)) +("houghs" nil (hh aw1 z)) +("houghtaling" nil (hh ao1 t ax l ih0 ng)) +("houghton" nil (hh ao1 t ax n)) +("hougland" nil (hh aw1 g l ax n d)) +("houk" nil (hh aw1 k)) +("houle" nil (hh aw1 l)) +("houlihan" nil (hh uw1 l ih0 hh ae0 n)) +("houlton" nil (hh ow1 l t ax n)) +("hound" nil (hh aw1 n d)) +("hounded" nil (hh aw1 n d ih0 d)) +("hounding" nil (hh aw1 n d ih0 ng)) +("hounds" nil (hh aw1 n d z)) +("hounshell" nil (hh aw1 n sh ax l)) +("houp" nil (hh uw1 p)) +("houpt" nil (hh uw1 p t)) +("hour" nil (aw1 er0)) +("hourglass" nil (aw1 er0 g l ae1 s)) +("hourigan" nil (aw1 r ih0 g ae0 n)) +("hourihan" nil (aw0 r iy1 hh aa0 n)) +("hourlong" nil (aw1 r l ao1 ng)) +("hourly" nil (aw1 r l iy0)) +("hours" nil (aw1 er0 z)) +("housand" nil (hh aw1 s ax n d)) +("housden" nil (hh aw1 s d ax n)) +("house" n (hh aw1 s)) +("house" v (hh aw1 z)) +("houseal" nil (hh aw1 s ax l)) +("houseboat" nil (hh aw1 s b ow1 t)) +("housebroken" nil (hh aw1 s b r ow1 k ax n)) +("housecleaning" nil (hh aw1 s k l iy1 n ih0 ng)) +("housed" nil (hh aw1 z d)) +("houseful" nil (hh aw1 s f ax l)) +("household" nil (hh aw1 s hh ow1 l d)) +("householder" nil (hh aw1 s hh ow1 l d er0)) +("householders" nil (hh aw1 s hh ow1 l d er0 z)) +("households" nil (hh aw1 s hh ow1 l d z)) +("housekeeper" nil (hh aw1 s k iy1 p er0)) +("housekeepers" nil (hh aw1 s k iy1 p er0 z)) +("housekeeping" nil (hh aw1 s k iy1 p ih0 ng)) +("houseknecht" nil (hh aw1 s k n ih0 k t)) +("housel" nil (hh aw1 s ax l)) +("houseman" nil (hh aw1 s m ax n)) +("houser" nil (hh aw1 z er0)) +("houses" n (hh aw1 s ax z)) +("houses" v (hh aw1 z ih0 z)) +("houseware" nil (hh aw1 s w eh1 r)) +("housewares" nil (hh aw1 s w eh1 r z)) +("housewife" nil (hh aw1 s w ay1 f)) +("housewives" nil (hh aw1 s w ay1 v z)) +("housework" nil (hh aw1 s w er1 k)) +("houseworth" nil (hh aw1 s w er1 th)) +("housewright" nil (hh aw1 s r ay1 t)) +("housh" nil (hh aw1 sh)) +("housholder" nil (hh aw1 sh ow0 l d er0)) +("housing" nil (hh aw1 z ih0 ng)) +("housings" nil (hh aw1 z ih0 ng z)) +("houska" nil (hh aw1 s k ax)) +("housley" nil (hh aw1 s l iy0)) +("housman" nil (hh aw1 s m ax n)) +("houston" nil (hh y uw1 s t ax n)) +("houstonian" nil (hh uw1 s t ow1 n iy0 ax n)) +("hout" nil (hh aw1 t)) +("houtchens" nil (hh aw1 ch ax n z)) +("houten" nil (hh aw1 t eh0 n)) +("houtman" nil (hh aw1 t m ax n)) +("houts" nil (hh aw1 t s)) +("houtz" nil (hh aw1 t s)) +("houx" nil (hh uw1)) +("houy" nil (hh aa1 ay0)) +("houze" nil (hh aw1 z)) +("hovan" nil (hh ow1 v ax n)) +("hovanec" nil (hh ax v ae1 n ih0 k)) +("hovater" nil (hh ow1 v ax t er0)) +("hovatter" nil (hh aa1 v ax t er0)) +("hovda" nil (hh aa1 v d ax)) +("hovde" nil (hh ow1 v d)) +("hovden" nil (hh aa1 v d ax n)) +("hove" nil (hh ow1 v)) +("hovel" nil (hh ah1 v ax l)) +("hovels" nil (hh ah1 v ax l z)) +("hoven" nil (hh ow1 v ax n)) +("hover" nil (hh ah1 v er0)) +("hovercraft" nil (hh ah1 v er0 k r ae1 f t)) +("hovered" nil (hh ah1 v er0 d)) +("hoverflies" nil (hh ah1 v er0 f l ay1 z)) +("hovering" nil (hh ah1 v er0 ih0 ng)) +("hovermale" nil (hh ah1 v er0 m ax l)) +("hovers" nil (hh ah1 v er0 z)) +("hoverson" nil (hh ah1 v er0 s ax n)) +("hovey" nil (hh ow1 v iy0)) +("hoving" nil (hh ow1 v ih0 ng)) +("hovious" nil (hh ow1 v iy0 ax s)) +("hovis" nil (hh ow1 v ih0 s)) +("hovland" nil (hh aa1 v l ax n d)) +("hovnanian" nil (hh aa1 v n ey1 n iy0 ax n)) +("hovorka" nil (hh ax v ao1 r k ax)) +("hovsepian" nil (hh ax v s iy1 p iy0 ax n)) +("hovy" nil (hh ow1 v iy0)) +("how" nil (hh aw1)) +("howald" nil (hh aw1 ax l d)) +("howard" nil (hh aw1 er0 d)) +("howarth" nil (hh aw1 aa0 r th)) +("howat" nil (hh aw1 ax t)) +("howatt" nil (hh aw1 ax t)) +("howcroft" nil (hh aw1 k r ax f t)) +("howden" nil (hh aw1 d ax n)) +("howdeshell" nil (hh aw1 d ih0 sh eh0 l)) +("howdy" nil (hh aw1 d iy0)) +("howdyshell" nil (hh aw1 d ih0 sh eh0 l)) +("howe" nil (hh aw1)) +("howell" nil (hh aw1 ax l)) +("howells" nil (hh aw1 ax l z)) +("howenstine" nil (hh aw1 ih0 n s t iy0 n)) +("hower" nil (hh aw1 er0)) +("howerter" nil (hh aw1 er0 t er0)) +("howerton" nil (hh aw0 er1 t ax n)) +("howery" nil (hh aw1 er0 iy0)) +("howes" nil (hh aw1 z)) +("howeth" nil (hh aw1 ih0 th)) +("however" nil (hh aw1 eh1 v er0)) +("howey" nil (hh aw1 iy0)) +("howie" nil (hh aw1 iy0)) +("howington" nil (hh aw1 ih0 ng t ax n)) +("howison" nil (hh aw1 ih0 s ax n)) +("howitt" nil (hh aw1 ih0 t)) +("howitzer" nil (hh aw1 ax t s er0)) +("howitzers" nil (hh aw1 ax t s er0 z)) +("howk" nil (hh aw1 k)) +("howl" nil (hh aw1 l)) +("howland" nil (hh aw1 l ax n d)) +("howle" nil (hh aw1 ax l)) +("howled" nil (hh aw1 l d)) +("howler" nil (hh aw1 l er0)) +("howlett" nil (hh aw1 l ih0 t)) +("howley" nil (hh aw1 l iy0)) +("howling" nil (hh aw1 l ih0 ng)) +("howls" nil (hh aw1 l z)) +("howmet" nil (hh aw1 m ax t)) +("howorth" nil (hh aa1 w er0 th)) +("howry" nil (hh aw1 r iy0)) +("howsare" nil (hh aw1 s er0)) +("howse" nil (hh aw1 z)) +("howser" nil (hh aw1 z er0)) +("howson" nil (hh aw1 s ax n)) +("howtek" nil (hh aw1 t eh1 k)) +("howton" nil (hh aw1 t ax n)) +("howze" nil (hh aw1 z)) +("hoxie" nil (hh aa1 k s iy0)) +("hoxsey" nil (hh aa1 k s iy0)) +("hoxsie" nil (hh aa1 k s iy0)) +("hoxworth" nil (hh aa1 k s w er0 th)) +("hoy" nil (hh oy1)) +("hoye" nil (hh oy1)) +("hoyer" nil (hh oy1 er0)) +("hoying" nil (hh oy1 ih0 ng)) +("hoylake" nil (hh oy1 l ey1 k)) +("hoyland" nil (hh oy1 l ax n d)) +("hoyle" nil (hh oy1 l)) +("hoyne" nil (hh oy1 n)) +("hoyos" nil (hh oy1 ow0 z)) +("hoyt" nil (hh oy1 t)) +("hoyvald" nil (hh oy1 v ax l d)) +("hrabak" nil (hh r aa1 b ax k)) +("hrawi" nil (hh er0 w aa1 w iy0)) +("hrdlicka" nil (hh er0 d l ih1 s k ax)) +("hreha" nil (hh r iy1 hh ax)) +("hren" nil (hh r eh1 n)) +("hribar" nil (hh r ih0 b aa1 r)) +("hritz" nil (hh r ih1 t s)) +("hrivnak" nil (hh r ih1 v n ax k)) +("hrncir" nil (hh er1 n ch er0)) +("hron" nil (hh r aa1 n)) +("hronek" nil (hh r ow1 n ih0 k)) +("hrovat" nil (hh r ow1 v ax t)) +("hrubik" nil (hh ih0 r uw1 b ih0 k)) +("hruby" nil (hh r uw1 b iy0)) +("hruska" nil (hh r ah1 s k ax)) +("hsia" nil (sh aa1)) +("hsiao" nil (sh aw1)) +("hsieh" nil (sh iy0 eh1)) +("hsiung" nil (sh iy0 ah1 ng)) +("hsu" nil (sh uw1)) +("hu" nil (hh uw1)) +("hua" nil (w aa1)) +("huachuca" nil (hh w aa0 ch uw1 k ax)) +("huallaga" nil (hh w aa0 l aa1 g ax)) +("huan" nil (hh w aa1 n)) +("huaneng" nil (hh w aa1 n eh1 ng)) +("huang" nil (hh w ae1 ng)) +("huard" nil (hh w aa1 r d)) +("hub" nil (hh ah1 b)) +("hubbard" nil (hh ah1 b er0 d)) +("hubbart" nil (hh ah1 b er0 t)) +("hubbell" nil (hh ah1 b ax l)) +("hubbert" nil (hh ah1 b er0 t)) +("hubble" nil (hh ah1 b ax l)) +("hubbs" nil (hh ah1 b z)) +("hubbub" nil (hh ah1 b ax b)) +("hubby" nil (hh ah1 b iy0)) +("hubcaps" nil (hh ah1 b k ae1 p s)) +("hubco" nil (hh ah1 b k ow0)) +("hube" nil (hh y uw1 b)) +("huber" nil (hh y uw1 b er0)) +("huberman" nil (hh uw1 b er0 m ax n)) +("hubers" nil (hh uw1 b er0 z)) +("hubert" nil (hh y uw1 b er0 t)) +("huberta" nil (hh uw0 b eh1 r t ax)) +("huberto" nil (hh uw0 b eh1 r t ow0)) +("huberty" nil (hh ah1 b er0 t iy0)) +("hubka" nil (hh ah1 b k ax)) +("hubler" nil (hh y uw1 b ax l er0)) +("hubley" nil (hh ah1 b l iy0)) +("hubner" nil (hh ah1 b n er0)) +("hubris" nil (hh y uw1 b r ax s)) +("hubs" nil (hh ah1 b z)) +("huch" nil (hh ah1 ch)) +("huck" nil (hh ah1 k)) +("huckaba" nil (hh ah1 k ax b ax)) +("huckabay" nil (hh ah1 k ax b ey1)) +("huckabee" nil (hh ah1 k ax b iy0)) +("huckaby" nil (hh ah1 k ax b iy0)) +("hucke" nil (hh ah1 k)) +("huckeba" nil (hh ah1 k ih0 b ax)) +("hucker" nil (hh ah1 k er0)) +("huckins" nil (hh ah1 k ih0 n z)) +("huckle" nil (hh ah1 k ax l)) +("huckleberry" nil (hh ah1 k ax l b eh1 r iy0)) +("hucks" nil (hh ah1 k s)) +("huckstep" nil (hh ah1 k s t ih0 p)) +("huckster" nil (hh ah1 k s t er0)) +("hucksters" nil (hh ah1 k s t er0 z)) +("hud" nil (hh ah1 d)) +("hudak" nil (hh uw1 d ax k)) +("huddle" nil (hh ah1 d ax l)) +("huddled" nil (hh ah1 d ax l d)) +("huddles" nil (hh ah1 d ax l z)) +("huddleson" nil (hh ah1 d l ih0 s ax n)) +("huddleston" nil (hh ah1 d ax l s t ax n)) +("huddling" nil (hh ah1 d ax l ih0 ng)) +("huddy" nil (hh ah1 d iy0)) +("hudec" nil (hh uw1 d ih0 k)) +("hudecek" nil (hh ah1 d ih0 ch eh0 k)) +("hudek" nil (hh uw1 d ih0 k)) +("hudelson" nil (hh ah1 d ih0 l s ax n)) +("hudgens" nil (hh ah1 jh ax n z)) +("hudgins" nil (hh ah1 jh ih0 n z)) +("hudkins" nil (hh ah1 d k ih0 n z)) +("hudler" nil (hh uw1 d ax l er0)) +("hudlow" nil (hh ah1 d l ow0)) +("hudman" nil (hh ah1 d m ax n)) +("hudnall" nil (hh ah1 d n ax l)) +("hudnell" nil (hh ah1 d n ax l)) +("hudnut" nil (hh ah1 d n ah1 t)) +("hudock" nil (hh ah1 d ax k)) +("hudon" nil (hh uw1 d ax n)) +("hudson" nil (hh ah1 d s ax n)) +("hudspeth" nil (hh ah1 d s p ih0 th)) +("hudwon" nil (hh ah1 d w ax n)) +("hudy" nil (hh y uw1 d iy0)) +("hudzik" nil (hh ah1 d z ih0 k)) +("hue" nil (hh y uw1)) +("huebel" nil (hh uh1 b ax l)) +("hueber" nil (hh uh1 b er0)) +("huebert" nil (hh uh1 b er0 t)) +("huebner" nil (hh y uw1 b n er0)) +("huebsch" nil (hh uh1 b sh)) +("hued" nil (hh y uw1 d)) +("huegel" nil (hh uh1 g ax l)) +("hueglin" nil (hh y uw1 g l ih0 n)) +("huelskamp" nil (hh uh1 l s k ae0 m p)) +("huelsman" nil (hh uh1 l s m ax n)) +("huelsmann" nil (hh uh1 l s m ax n)) +("huenink" nil (hh uh1 n ih0 ng k)) +("huerta" nil (hh w eh1 r t ah1)) +("huerter" nil (hh er1 t er0)) +("hues" nil (hh y uw1 z)) +("huesman" nil (hh uh1 s m ax n)) +("huestis" nil (hh uh1 s t ih0 s)) +("hueston" nil (hh uh1 s t ax n)) +("huether" nil (hh uh1 dh er0)) +("huett" nil (hh uw1 t)) +("huetta" nil (hh uw0 eh1 t ax)) +("huette" nil (hh uw1 t)) +("huettl" nil (hh uh1 t ax l)) +("huettner" nil (hh uh1 t n er0)) +("huey" nil (hh y uw1 iy0)) +("hufbauer" nil (hh ah1 f b aw1 er0)) +("huff" nil (hh ah1 f)) +("huffaker" nil (hh ah1 f ax k er0)) +("huffed" nil (hh ah1 f t)) +("huffer" nil (hh ah1 f er0)) +("huffine" nil (hh ah1 f ay1 n)) +("huffines" nil (hh ah1 f ay1 n z)) +("huffing" nil (hh ah1 f ih0 ng)) +("huffington" nil (hh ah1 f ih0 ng t ax n)) +("huffman" nil (hh ah1 f m ax n)) +("huffmaster" nil (hh ah1 f m ae1 s t er0)) +("hufford" nil (hh ah1 f er0 d)) +("huffs" nil (hh ah1 f s)) +("huffstetler" nil (hh ah1 f s t ih0 t ax l er0)) +("huffstutler" nil (hh ah1 f s t uw0 t ax l er0)) +("huffy" nil (hh ah1 f iy0)) +("hufnagel" nil (hh ah1 f n ey1 g ax l)) +("hufnagle" nil (hh ah1 f n ey1 g ax l)) +("hufstedler" nil (hh ah1 f s t ih0 d ax l er0)) +("hufstetler" nil (hh ah1 f s t ih0 t ax l er0)) +("hug" nil (hh ah1 g)) +("huge" nil (hh y uw1 jh)) +("hugel" nil (hh uw1 g ax l)) +("hugely" nil (hh y uw1 jh l iy0)) +("hugest" nil (hh y uw1 jh ax s t)) +("hugette" nil (hh ax zh eh1 t)) +("hugg" nil (hh ah1 g)) +("huggard" nil (hh ah1 g er0 d)) +("hugged" nil (hh ah1 g d)) +("hugger" nil (hh ah1 g er0)) +("huggett" nil (hh ah1 g ih0 t)) +("huggies" nil (hh ah1 g iy0 z)) +("hugging" nil (hh ah1 g ih0 ng)) +("huggins" nil (hh ah1 g ih0 n z)) +("huggler" nil (hh ah1 g l er0)) +("hugh" nil (hh y uw1)) +("hughart" nil (hh ah1 g hh aa1 r t)) +("hughbanks" nil (hh ah1 b ax ng k s)) +("hughen" nil (hh y uw1 ax n)) +("hughes" nil (hh y uw1 z)) +("hughett" nil (hh y uw1 ih0 t)) +("hughette" nil (hh y uw1 eh1 t)) +("hughey" nil (hh ah1 g iy0)) +("hughie" nil (hh y uw1 iy0)) +("hughlett" nil (hh y uw1 l ih0 t)) +("hughley" nil (hh ah1 g l iy0)) +("hughs" nil (y uw1 z)) +("hughson" nil (hh ah1 g s ax n)) +("hughston" nil (hh ah1 g s t ax n)) +("hughy" nil (hh y uw1 iy0)) +("hugill" nil (hh ah1 jh ax l)) +("hugley" nil (hh ah1 g l iy0)) +("hugo" nil (hh y uw1 g ow0)) +("hugoton" nil (hh y uw1 g ow0 t ax n)) +("hugs" nil (hh ah1 g z)) +("huguenin" nil (hh uw0 g ey0 n iy1 n)) +("huguenot" nil (hh y uw1 g ax n aa1 t)) +("huguenots" nil (hh y uw1 g ax n aa1 t s)) +("huguet" nil (hh uw1 g ey0 t)) +("huguley" nil (hh ah1 g y uw0 l iy0)) +("hugus" nil (hh y uw1 g ax s)) +("huh" nil (hh ah1)) +("huhn" nil (hh ah1 n)) +("huhta" nil (hh uw1 t ax)) +("hui" nil (hh uw1 ih0)) +("huibregtse" nil (hh uw1 b r eh0 k t s)) +("huie" nil (hh y uw1 iy0)) +("huish" nil (hh y uw1 ih0 sh)) +("huisman" nil (hh uw1 s m ax n)) +("huitt" nil (hh uw1 t)) +("huizar" nil (hh ih0 z aa1 r)) +("huizenga" nil (hh ih0 z ey1 ng g ax)) +("huizinga" nil (hh ih0 z iy1 ng g ax)) +("hukill" nil (hh y uw1 k ih0 l)) +("hula" nil (hh uw1 l ax)) +("hulbard" nil (hh ah1 l b er0 d)) +("hulbert" nil (hh ah1 l b er0 t)) +("hulburd" nil (hh ah1 l b er0 d)) +("hulburt" nil (hh ah1 l b er0 t)) +("hulce" nil (hh ah1 l s)) +("huldie" nil (hh ah1 d iy0)) +("huldy" nil (hh ah1 l d iy0)) +("hulen" nil (hh ah1 l ax n)) +("hulet" nil (hh uw1 l ih0 t)) +("hulett" nil (hh y uw1 l ih0 t)) +("hulette" nil (hh y uw1 l eh1 t)) +("hulgan" nil (hh ah1 l g ax n)) +("hulick" nil (hh y uw1 l ih0 k)) +("hulin" nil (hh y uw1 l ih0 n)) +("huling" nil (hh y uw1 l ih0 ng)) +("hulings" nil (hh y uw1 l ih0 ng z)) +("hulk" nil (hh ah1 l k)) +("hulking" nil (hh ah1 l k ih0 ng)) +("hulks" nil (hh ah1 l k s)) +("hull" nil (hh ah1 l)) +("hullabaloo" nil (hh ah1 l ax b ax l uw1)) +("hulled" nil (hh ah1 l d)) +("hullender" nil (hh uw1 l eh0 n d er0)) +("hullett" nil (hh uw1 l ih0 t)) +("hullinger" nil (hh ah1 l ih0 ng er0)) +("hulls" nil (hh ah1 l z)) +("hullum" nil (hh ah1 l ax m)) +("hulme" nil (hh ah1 l m)) +("hulon" nil (hh y uw1 l ax n)) +("hulond" nil (hh y uw1 l ax n d)) +("huls" nil (hh ah1 l z)) +("hulse" nil (hh ah1 l s)) +("hulsebus" nil (hh ah1 l s ih0 b ih0 s)) +("hulsey" nil (hh ah1 l s iy0)) +("hulsizer" nil (hh ah1 l s ay1 z er0)) +("hulslander" nil (hh ah1 l s l ax n d er0)) +("hulsman" nil (hh ah1 l s m ax n)) +("hulst" nil (hh ah1 l s t)) +("hult" nil (hh ah1 l t)) +("hultberg" nil (hh ah1 l t b er0 g)) +("hultgren" nil (hh ah1 l t g r eh0 n)) +("hultman" nil (hh ah1 l t m ax n)) +("hulton" nil (hh ah1 l t ax n)) +("hultquist" nil (hh ah1 l t k w ih0 s t)) +("hults" nil (hh ah1 l t s)) +("hultz" nil (hh ah1 l t s)) +("hulvey" nil (hh ah1 l v iy0)) +("hum" nil (hh ah1 m)) +("human" nil (hh y uw1 m ax n)) +("humana" nil (hh y uw0 m ae1 n ax)) +("humane" nil (hh y uw0 m ey1 n)) +("humanism" nil (hh y uw1 m ax n ih1 z ax m)) +("humanist" nil (hh y uw1 m ax n ih0 s t)) +("humanistic" nil (hh y uw1 m ax n ih1 s t ih0 k)) +("humanists" nil (hh y uw1 m ax n ax s t s)) +("humanitarian" nil (hh y uw1 m ae1 n ax t eh1 r iy0 ax n)) +("humanities" nil (hh y uw0 m ae1 n ih0 t iy0 z)) +("humanity" nil (hh y uw0 m ae1 n ih0 t iy0)) +("humanize" nil (hh y uw1 m ax n ay1 z)) +("humanizing" nil (hh y uw1 m ax n ay1 z ih0 ng)) +("humankind" nil (hh y uw1 m ax n k ay1 n d)) +("humanly" nil (hh y uw1 m ax n l iy0)) +("humann" nil (hh y uw1 m ax n)) +("humanness" nil (hh y uw1 m ax n n ax s)) +("humans" nil (hh y uw1 m ax n z)) +("humbarger" nil (hh ah1 m b aa1 r g er0)) +("humber" nil (hh ah1 m b er0)) +("humbert" nil (hh ah1 m b er0 t)) +("humberto" nil (hh ax m b er1 t ow1)) +("humble" nil (hh ah1 m b ax l)) +("humbled" nil (hh ah1 m b ax l d)) +("humbler" nil (hh ah1 m b ax l er0)) +("humbles" nil (hh ah1 m b ax l z)) +("humblest" nil (hh ah1 m b ax l ax s t)) +("humbling" nil (hh ah1 m b ax l ih0 ng)) +("humbly" nil (hh ah1 m b l iy0)) +("humboldt" nil (hh ah1 m b ow1 l t)) +("humbug" nil (hh ah1 m b ah1 g)) +("humburg" nil (hh ah1 m b er0 g)) +("humdinger" nil (hh ah1 m d ih0 ng er0)) +("humdrum" nil (hh ah1 m d r ah1 m)) +("hume" nil (hh y uw1 m)) +("humenik" nil (hh y uw1 m ih0 n ih0 k)) +("humerous" nil (hh y uw1 m er0 ax s)) +("humerus" nil (hh y uw1 m er0 ax s)) +("humes" nil (hh y uw1 m z)) +("humfrey" nil (hh ah1 m f r iy0)) +("humfry" nil (hh ah1 m f er0 iy0)) +("humi" nil (hh y uw1 m iy0)) +("humid" nil (hh y uw1 m ax d)) +("humidifiers" nil (hh y uw0 m ih1 d ax f ay1 er0 z)) +("humidity" nil (hh y uw0 m ih1 d ax t iy0)) +("humiliate" nil (hh y uw0 m ih1 l iy0 ey1 t)) +("humiliated" nil (hh y uw0 m ih1 l iy0 ey1 t ih0 d)) +("humiliating" nil (hh y uw0 m ih1 l iy0 ey1 t ih0 ng)) +("humiliation" nil (hh y uw0 m ih1 l iy0 ey1 sh ax n)) +("humiliations" nil (hh y uw1 m ih1 l iy0 ey1 sh ax n z)) +("humility" nil (hh y uw0 m ih1 l ih0 t iy0)) +("humiston" nil (hh y uw1 m ih0 s t aa0 n)) +("humke" nil (hh ah1 m k iy0)) +("huml" nil (hh ah1 m ax l)) +("humm" nil (hh ah1 m)) +("hummel" nil (hh ah1 m ax l)) +("hummell" nil (hh ah1 m ax l)) +("hummer" nil (hh ah1 m er0)) +("humming" nil (hh ah1 m ih0 ng)) +("hummingbird" nil (hh ah1 m ih0 ng b er1 d)) +("hummingbirds" nil (hh ah1 m ih0 ng b er1 d z)) +("humongous" nil (hh y uw0 m ao1 ng g ax s)) +("humor" nil (hh y uw1 m er0)) +("humoral" nil (hh y uw1 m er0 ax l)) +("humored" nil (hh y uw1 m er0 d)) +("humorist" nil (hh y uw1 m er0 ax s t)) +("humorists" nil (hh y uw1 m er0 ih0 s t s)) +("humorless" nil (hh y uw1 m er0 l ax s)) +("humorous" nil (hh y uw1 m er0 ax s)) +("hump" nil (hh ah1 m p)) +("humpal" nil (hh ah1 m p ax l)) +("humpback" nil (hh ah1 m p b ae1 k)) +("humped" nil (hh ah1 m p t)) +("humpert" nil (hh ah1 m p er1 t)) +("humph" nil (hh ah1 m f)) +("humphery" nil (hh ah1 m f er0 iy0)) +("humpherys" nil (hh ah1 m f er0 iy0 z)) +("humphrey" nil (hh ah1 m f r iy0)) +("humphreys" nil (hh ah1 m f r iy0 z)) +("humphries" nil (hh ah1 m f er0 iy0 z)) +("humphry" nil (hh ah1 m f r iy0)) +("humpty" nil (hh ah1 m p t iy0)) +("hums" nil (hh ah1 m z)) +("humulin" nil (hh y uw1 m y uw1 l ih0 n)) +("humus" nil (hh y uw1 m ax s)) +("humvee" nil (hh ah1 m v iy1)) +("humvees" nil (hh ah1 m v iy1 z)) +("hun" nil (hh ah1 n)) +("hunan" nil (hh uw1 n aa0 n)) +("hunch" nil (hh ah1 n ch)) +("hunchback" nil (hh ah1 n ch b ae1 k)) +("hunched" nil (hh ah1 n ch t)) +("hunches" nil (hh ah1 n ch ih0 z)) +("hund" nil (hh ah1 n d)) +("hundertmark" nil (hh ah1 n d er0 t m aa1 r k)) +("hundley" nil (hh ah1 n d l iy0)) +("hundred" nil (hh ah1 n d r ax d)) +("hundreds" nil (hh ah1 n d r ax d z)) +("hundredth" nil (hh ah1 n d r ax d th)) +("hundredths" nil (hh ah1 n d r ax d th s)) +("hundredweight" nil (hh ah1 n d r ax d w ey1 t)) +("hundt" nil (hh ah1 n t)) +("huneke" nil (hh ah1 n ih0 k)) +("huneycutt" nil (hh ah1 n iy0 k ax t)) +("hung" nil (hh ah1 ng)) +("hungarian" nil (hh ax ng g eh1 r iy0 ax n)) +("hungarians" nil (hh ax ng g eh1 r iy0 ax n z)) +("hungary" nil (hh ah1 ng g er0 iy0)) +("hungate" nil (hh ah1 ng ey0 t)) +("hunger" nil (hh ah1 ng g er0)) +("hungerford" nil (hh ah1 ng g er0 f er0 d)) +("hungerfords" nil (hh ah1 ng g er0 f er0 d z)) +("hungering" nil (hh ah1 ng g er0 ih0 ng)) +("hungrier" nil (hh ah1 ng g r iy0 er0)) +("hungrily" nil (hh ah1 ng g r ax l iy0)) +("hungry" nil (hh ah1 ng g r iy0)) +("hunk" nil (hh ah1 ng k)) +("hunke" nil (hh ah1 ng k)) +("hunkele" nil (hh ah1 ng k ax l)) +("hunker" nil (hh ah1 ng k er0)) +("hunkered" nil (hh ah1 ng k er0 d)) +("hunkering" nil (hh ah1 ng k er0 ih0 ng)) +("hunkins" nil (hh ah1 ng k ih0 n z)) +("hunks" nil (hh ah1 ng k s)) +("hunky" nil (hh ah1 ng k iy0)) +("hunley" nil (hh ah1 n l iy0)) +("hunn" nil (hh ah1 n)) +("hunnell" nil (hh ah1 n ax l)) +("hunnewell" nil (hh ah1 n ih0 w eh0 l)) +("hunnicutt" nil (hh ah1 n ih0 k ax t)) +("hunsaker" nil (hh ah1 n s ax k er0)) +("hunsberger" nil (hh ah1 n s b er0 g er0)) +("hunsicker" nil (hh ah1 n s ih0 k er0)) +("hunsinger" nil (hh ah1 n s ih0 ng er0)) +("hunsley" nil (hh ah1 n s l iy0)) +("hunsucker" nil (hh ah1 n s ax k er0)) +("hunt" nil (hh ah1 n t)) +("huntco" nil (hh ah1 n t k ow0)) +("hunte" nil (hh ah1 n t)) +("hunted" nil (hh ah1 n t ax d)) +("hunter" nil (hh ah1 n t er0)) +("hunters" nil (hh ah1 n t er0 z)) +("hunting" nil (hh ah1 n t ih0 ng)) +("huntingdon" nil (hh ah1 n t ih0 ng d ih0 n)) +("huntington" nil (hh ah1 n t ih0 ng t ax n)) +("huntley" nil (hh ah1 n t l iy0)) +("hunton" nil (hh ah1 n t ax n)) +("huntoon" nil (hh ax n t uw1 n)) +("huntress" nil (hh ah1 n t r ih0 s)) +("hunts" nil (hh ah1 n t s)) +("huntsinger" nil (hh ah1 n t s ih0 n jh er0)) +("huntsman" nil (hh ah1 n t s m ax n)) +("huntsville" nil (hh ah1 n t s v ih0 l)) +("huntway" nil (hh ah1 n t w ey1)) +("huntzinger" nil (hh ah1 n t z ih0 ng er0)) +("hunza" nil (hh ah1 n z ax)) +("hunzeker" nil (hh ah1 n z ih0 k er0)) +("hunziker" nil (hh ah1 n z ih0 k er0)) +("huot" nil (hh y uw1 ax t)) +("hupe" nil (hh y uw1 p)) +("hupfer" nil (hh ah1 p f er0)) +("hupp" nil (hh ah1 p)) +("huppert" nil (hh ah1 p er0 t)) +("hur" nil (hh er1)) +("hurco" nil (hh er1 k ow1)) +("hurd" nil (hh er1 d)) +("hurdle" nil (hh er1 d ax l)) +("hurdler" nil (hh er1 d ax l er0)) +("hurdles" nil (hh er1 d ax l z)) +("hurdling" nil (hh er1 d ax l ih0 ng)) +("hurdman" nil (hh er1 d m ax n)) +("hurford" nil (hh er1 f er0 d)) +("hurl" nil (hh er1 l)) +("hurlbert" nil (hh er1 l b er0 t)) +("hurlburt" nil (hh er1 l b er0 t)) +("hurlbut" nil (hh er1 l b ax t)) +("hurlbutt" nil (hh er1 l b ax t)) +("hurled" nil (hh er1 l d)) +("hurless" nil (hh er1 l ax s)) +("hurley" nil (hh er1 l iy0)) +("hurling" nil (hh er1 l ih0 ng)) +("hurlock" nil (hh er1 l ax k)) +("hurm" nil (hh er1 m)) +("hurn" nil (hh er1 n)) +("hurney" nil (hh er1 n iy0)) +("huron" nil (hh y uw1 r aa1 n)) +("hurrah" nil (hh uh0 r aa1)) +("hurrell" nil (hh ao1 r ax l)) +("hurricane" nil (hh er1 ax k ey1 n)) +("hurricanes" nil (hh er1 ax k ey1 n z)) +("hurried" nil (hh er1 iy0 d)) +("hurriedly" nil (hh er1 iy0 d l iy0)) +("hurries" nil (hh er1 iy0 z)) +("hurry" nil (hh er1 iy0)) +("hurrying" nil (hh er1 iy0 ih0 ng)) +("hursey" nil (hh er1 s iy0)) +("hursh" nil (hh er1 sh)) +("hurst" nil (hh er1 s t)) +("hurston" nil (hh er1 s t ax n)) +("hurt" nil (hh er1 t)) +("hurta" nil (hh er1 t ax)) +("hurtado" nil (hh er0 t aa1 d ow0)) +("hurteau" nil (hh er0 t ow1)) +("hurtful" nil (hh er1 t f ax l)) +("hurtig" nil (hh er1 t ih0 g)) +("hurting" nil (hh er1 t ih0 ng)) +("hurtle" nil (hh er1 t ax l)) +("hurtling" nil (hh er1 t l ih0 ng)) +("hurts" nil (hh er1 t s)) +("hurtt" nil (hh er1 t)) +("hurtubise" nil (hh er1 t ax b ay0 z)) +("hurvitz" nil (hh er1 v ih0 t s)) +("hurwitz" nil (hh er1 w ih0 t s)) +("husain" nil (hh ah1 s ay0 n)) +("husak" nil (hh uw1 s ax k)) +("husar" nil (hh uw1 s er0)) +("husband" nil (hh ah1 z b ax n d)) +("husbandry" nil (hh ah1 z b ax n d r iy0)) +("husbands" nil (hh ah1 z b ax n d z)) +("husby" nil (hh ah1 s b iy0)) +("huschka" nil (hh ah1 sh k ax)) +("huse" nil (hh y uw1 z)) +("huseby" nil (hh ah1 s ih0 b iy0)) +("huseman" nil (hh uw1 s m ax n)) +("husen" nil (hh uw1 s ax n)) +("huser" nil (hh y uw1 z er0)) +("hush" nil (hh ah1 sh)) +("hushed" nil (hh ah1 sh t)) +("husic" nil (hh y uw1 z ih0 k)) +("husk" nil (hh ah1 s k)) +("huska" nil (hh ah1 s k ax)) +("huskey" nil (hh ah1 s k iy0)) +("huskins" nil (hh ah1 s k ih0 n z)) +("husks" nil (hh ah1 s k s)) +("husky" nil (hh ah1 s k iy0)) +("husman" nil (hh ah1 s m ax n)) +("husmann" nil (hh ah1 s m ax n)) +("huson" nil (hh uw1 s ax n)) +("huss" nil (hh ah1 s)) +("hussain" nil (hh uw0 s ey1 n)) +("hussar" nil (hh ah1 s er0)) +("hussein" nil (hh uw0 s ey1 n)) +("husseini" nil (hh y uw0 s ey1 n iy0)) +("husser" nil (hh ah1 s er0)) +("hussey" nil (hh ah1 s iy0)) +("hussite" nil (hh ah1 s ay1 t)) +("hussman" nil (hh ah1 s m ax n)) +("husson" nil (hh ah1 s ax n)) +("hussong" nil (hh ah1 s ao1 ng)) +("hussy" nil (hh ah1 s iy0)) +("hust" nil (hh ah1 s t)) +("hustad" nil (hh ah1 s t ax d)) +("hustead" nil (hh ah1 s t eh0 d)) +("husted" nil (hh ah1 s t ih0 d)) +("huster" nil (hh ah1 s t er0)) +("hustings" nil (hh ah1 s t ih0 ng z)) +("hustle" nil (hh ah1 s ax l)) +("hustled" nil (hh ah1 s ax l d)) +("hustler" nil (hh ah1 s ax l er0)) +("hustlers" nil (hh ah1 s ax l er0 z)) +("hustles" nil (hh ah1 s ax l z)) +("hustling" nil (hh ah1 s ax l ih0 ng)) +("huston" nil (hh ah1 s t ax n)) +("hut" nil (hh ah1 t)) +("huta" nil (hh uw1 t ax)) +("hutch" nil (hh ah1 ch)) +("hutchcraft" nil (hh ah1 ch k r ae1 f t)) +("hutchens" nil (hh ah1 ch ax n z)) +("hutcheon" nil (hh ah1 ch iy0 ax n)) +("hutcherson" nil (hh ah1 ch er0 s ax n)) +("hutcheson" nil (hh ah1 ch ih0 s ax n)) +("hutchings" nil (hh ah1 ch ih0 ng z)) +("hutchins" nil (hh ah1 t ch ih1 n z)) +("hutchinson" nil (hh ah1 ch ih0 n s ax n)) +("hutchison" nil (hh ah1 ch ih0 s ax n)) +("huth" nil (hh uw1 th)) +("hutmacher" nil (hh ah1 t m ax k er0)) +("hutnick" nil (hh ah1 t n ih0 k)) +("huto" nil (hh uw1 t ow1)) +("huts" nil (hh ah1 t s)) +("hutsell" nil (hh ah1 t s ax l)) +("hutson" nil (hh ah1 t s ax n)) +("hutt" nil (hh ah1 t)) +("hutter" nil (hh ah1 t er0)) +("huttner" nil (hh ah1 t n er0)) +("hutto" nil (hh uw1 t ow0)) +("hutton" nil (hh ah1 t ax n)) +("hutu" nil (hh uw1 t uw1)) +("hutus" nil (hh uw1 t uw1 z)) +("hutzel" nil (hh ah1 t z ax l)) +("hutzell" nil (hh ah1 t z ax l)) +("hutzelman" nil (hh ah1 t s ax l m ax n)) +("hutzler" nil (hh ah1 t s l er0)) +("huval" nil (hh uw0 v ae1 l)) +("huwe" nil (hh uw1 w)) +("hux" nil (hh ah1 k s)) +("huxford" nil (hh ah1 k s f er0 d)) +("huxley" nil (hh ah1 k s l iy0)) +("huxtable" nil (hh ah1 k s t ax b ax l)) +("huxtables" nil (hh ah1 k s t ax b ax l z)) +("huyck" nil (hh ay1 k)) +("huyett" nil (hh ay1 ih0 t)) +("huyler" nil (hh ay1 l er0)) +("huynh" nil (hh ay1 n)) +("huyser" nil (hh ay1 s er0)) +("hwa" nil (hh w aa1)) +("hwan" nil (hh w aa1 n)) +("hwang" nil (hh w ae1 ng)) +("hy" nil (hh ay1)) +("hyacinth" nil (hh ay1 ax s ih1 n th)) +("hyacintha" nil (hh ay1 ax s ih1 n th ax)) +("hyacinthe" nil (hh ay1 ax s ih0 n th)) +("hyacinthia" nil (hh ay1 ax s ih1 n th iy0 ax)) +("hyacinthie" nil (hh ay1 ax s ih1 n th iy0)) +("hyacinths" nil (hh ay1 ax s ih0 n th s)) +("hyades" nil (hh ay1 ax d iy1 z)) +("hyaluronic" nil (hh ay1 ax l er0 aa1 n ih0 k)) +("hyams" nil (hh ay1 ax m z)) +("hyannis" nil (hh ay0 ae1 n ih0 s)) +("hyatt" nil (hh ay1 ax t)) +("hybl" nil (hh ih1 b ax l)) +("hybrid" nil (hh ay1 b r ax d)) +("hybridization" nil (hh ay1 b r ax d ax z ey1 sh ax n)) +("hybridize" nil (hh ay1 b r ax d ay1 z)) +("hybrids" nil (hh ay1 b r ax d z)) +("hybritech" nil (hh ay1 b r ih0 t eh1 k)) +("hyche" nil (hh ay1 ch)) +("hycor" nil (hh ay1 k ao1 r)) +("hycroft" nil (hh ay1 k r ao1 f t)) +("hyde" nil (hh ay1 d)) +("hyden" nil (hh ay1 d ax n)) +("hyder" nil (hh ay1 d er0)) +("hydock" nil (hh ay1 d ax k)) +("hydra" nil (hh ay1 d r ax)) +("hydrant" nil (hh ay1 d r ax n t)) +("hydras" nil (hh ay1 d r ax z)) +("hydrate" nil (hh ay1 d r ey1 t)) +("hydrated" nil (hh ay1 d r ey1 t ax d)) +("hydration" nil (hh ay0 d r ey1 sh ax n)) +("hydraulic" nil (hh ay0 d r ao1 l ih0 k)) +("hydraulics" nil (hh ay0 d r ao1 l ih0 k s)) +("hydrazine" nil (hh ay1 d r ax z iy1 n)) +("hydrick" nil (hh ih1 d r ih0 k)) +("hydride" nil (hh ay1 d r ay1 d)) +("hydro" nil (hh ay1 d r ow1)) +("hydrocarbon" nil (hh ay1 d r ow0 k aa1 r b ax n)) +("hydrocarbons" nil (hh ay1 d r ow0 k aa1 r b ax n z)) +("hydroelectric" nil (hh ay1 d r ow0 ih0 l eh1 k t r ih0 k)) +("hydrofoil" nil (hh ay1 d r ax f oy1 l)) +("hydrogen" nil (hh ay1 d r ax jh ax n)) +("hydrogenate" nil (hh ay1 d r ax jh ax n ey1 t)) +("hydrogenated" nil (hh ay1 d r ax jh ax n ey1 t ih0 d)) +("hydrogenates" nil (hh ay1 d r ax jh ax n ey1 t s)) +("hydrogenating" nil (hh ay1 d r ax jh ax n ey1 t ih0 ng)) +("hydrogenation" nil (hh ay1 d r aa1 jh ax n ey1 sh ax n)) +("hydrogens" nil (hh ay1 d r ax jh ax n z)) +("hydrographic" nil (hh ay1 d r ax g r ae1 f ih0 k)) +("hydrolysis" nil (hh ay0 d r aa1 l ax s ax s)) +("hydrolyzed" nil (hh ay1 d r ax l ay1 z d)) +("hydrolyzing" nil (hh ay1 d r ax l ay1 z ih0 ng)) +("hydrometer" nil (hh ay0 d r aa1 m ax t er0)) +("hydron" nil (hh ay1 d r ax n)) +("hydrophilic" nil (hh ay1 d r ax f ih1 l ih0 k)) +("hydroponic" nil (hh ay1 d r ax p aa1 n ih0 k)) +("hydropower" nil (hh ay1 d r ow0 p aw1 r)) +("hydrosol" nil (hh ay1 d r ax s aa1 l)) +("hydrosulfide" nil (hh ay1 d r ow0 s ah1 l f ay1 d)) +("hydrotherapy" nil (hh ay1 d r ow0 th eh1 r ax p iy0)) +("hydrothermal" nil (hh ay1 d r ow0 th er1 m ax l)) +("hydrous" nil (hh ay1 d r ax s)) +("hydroxide" nil (hh ay0 d r aa1 k s ay0 d)) +("hydroxides" nil (hh ay0 d r aa1 k s ay0 d z)) +("hyena" nil (hh ay0 iy1 n ax)) +("hyenas" nil (hh ay0 iy1 n ax z)) +("hyer" nil (hh ay1 er0)) +("hyers" nil (hh ay1 er0 z)) +("hygeia" nil (hh ay1 jh ey1 ax)) +("hygiene" nil (hh ay1 jh iy1 n)) +("hygienist" nil (hh ay1 g iy1 n ih0 s t)) +("hygienists" nil (hh ay1 g iy1 n ih0 s t s)) +("hygrometer" nil (hh ay0 g r aa1 m ax t er0)) +("hykes" nil (hh ay1 k s)) +("hyland" nil (hh ay1 l ax n d)) +("hyle" nil (hh ay1 l)) +("hyler" nil (hh ay1 l er0)) +("hylsa" nil (hh ay1 l s ax)) +("hyman" nil (hh ay1 m ax n)) +("hymans" nil (hh ay1 m ax n z)) +("hymas" nil (hh ay1 m ax z)) +("hymel" nil (hh ay1 m ax l)) +("hymer" nil (hh ay1 m er0)) +("hymes" nil (hh ay1 m z)) +("hymn" nil (hh ih1 m)) +("hymnals" nil (hh ih1 m n ax l z)) +("hymnology" nil (hh ih0 m n aa1 l ax jh iy0)) +("hymns" nil (hh ih1 m z)) +("hymowitz" nil (hh ih1 m ax w ih0 t s)) +("hynd" nil (hh ih1 n d)) +("hyndman" nil (hh ih1 n d m ax n)) +("hynds" nil (hh ih1 n d z)) +("hynek" nil (hh ay1 n ih0 k)) +("hynes" nil (hh ay1 n z)) +("hynson" nil (hh ih1 n s ax n)) +("hyogo" nil (hh y ow1 g ow0)) +("hyotan" nil (hh y ow1 t ae1 n)) +("hype" nil (hh ay1 p)) +("hyped" nil (hh ay1 p t)) +("hyper" nil (hh ay1 p er0)) +("hyperactive" nil (hh ay1 p er0 ae1 k t ih0 v)) +("hyperactivity" nil (hh ay1 p er0 ae0 k t ih1 v ih0 t iy0)) +("hyperbola" nil (hh ay0 p er1 b ax l ax)) +("hyperbole" nil (hh ay0 p er1 b ax l iy1)) +("hyperbolic" nil (hh ay1 p er0 b aa1 l ih0 k)) +("hyperborean" nil (hh ay1 p er0 b ao1 r iy0 ax n)) +("hypercard" nil (hh ay1 p er0 k aa1 r d)) +("hypercritical" nil (hh ay1 p er0 k r ih1 t ih0 k ax l)) +("hyperinflation" nil (hh ay1 p er0 ih0 n f l ey1 sh ax n)) +("hyperion" nil (hh ay0 p ih1 r iy0 ax n)) +("hyperkinetic" nil (hh ay1 p er0 k ih0 n eh1 t ih0 k)) +("hypermarket" nil (hh ay1 p er0 m aa1 r k ih0 t)) +("hypermarkets" nil (hh ay1 p er0 m aa1 r k ih0 t s)) +("hyperopia" nil (hh ay1 p er0 ow1 p iy0 ax)) +("hypersensitive" nil (hh ay1 p er0 s eh1 n s ih0 t ih0 v)) +("hypersonic" nil (hh ay1 p er0 s aa1 n ih0 k)) +("hypertension" nil (hh ay1 p er0 t eh1 n sh ax n)) +("hypertensive" nil (hh ay1 p er0 t eh1 n s ih0 v)) +("hypertext" nil (hh ay1 p er0 t eh1 k s t)) +("hypertonic" nil (hh ay1 p er0 t aa1 n ih0 k)) +("hypes" nil (hh ay1 p s)) +("hyphae" nil (hh ay1 f iy1)) +("hyphen" nil (hh ay1 f ax n)) +("hyphenated" nil (hh ay1 f ax n ey1 t ih0 d)) +("hyping" nil (hh ay1 p ih0 ng)) +("hypnosis" nil (hh ih0 p n ow1 s ax s)) +("hypnotic" nil (hh ih0 p n aa1 t ih0 k)) +("hypnotics" nil (hh ih0 p n aa1 t ih0 k s)) +("hypnotism" nil (hh ih1 p n ax t ih1 z ax m)) +("hypnotized" nil (hh ih1 p n ax t ay1 z d)) +("hypo" nil (hh ay1 p ow0)) +("hypochondria" nil (hh ay1 p ax k aa1 n d r iy0 ax)) +("hypocrisy" nil (hh ih0 p aa1 k r ax s iy0)) +("hypocrite" nil (hh ih1 p ax k r ih1 t)) +("hypocrites" nil (hh ih1 p ax k r ih1 t s)) +("hypocritical" nil (hh ih1 p ax k r ih1 t ih0 k ax l)) +("hypodermic" nil (hh ay1 p ax d er1 m ih0 k)) +("hypoglycemia" nil (hh ay1 p ow0 g l ay0 s iy1 m iy0 ax)) +("hypoglycemic" nil (hh ay1 p ow0 g l ay0 s iy1 m ih0 k)) +("hypolite" nil (hh ay1 p ax l ay0 t)) +("hyponex" nil (hh ay1 p ow0 n eh1 k s)) +("hypotension" nil (hh ay1 p ow0 t eh1 n sh ax n)) +("hypothalamic" nil (hh ay1 p ow0 th ax l ae1 m ih0 k)) +("hypotheken" nil (hh ay1 p aa1 th ax k ax n)) +("hypothermia" nil (hh ay1 p ax th er1 m iy0 ax)) +("hypotheses" nil (hh ay0 p aa1 th ax s iy1 z)) +("hypothesis" nil (hh ay0 p aa1 th ax s ax s)) +("hypothesize" nil (hh ay0 p aa1 th ax s ay1 z)) +("hypothesized" nil (hh ay0 p aa1 th ax s ay1 z d)) +("hypothetical" nil (hh ay1 p ax th eh1 t ax k ax l)) +("hypothetically" nil (hh ay1 p ax th eh1 t ih0 k l iy0)) +("hypoxia" nil (hh ay0 p aa1 k s iy0 ax)) +("hyraxes" nil (hh ay1 r ae0 k s ax z)) +("hyre" nil (hh ay1 r)) +("hysell" nil (hh ay1 s ax l)) +("hyser" nil (hh ay1 z er0)) +("hyslop" nil (hh ay1 s l ax p)) +("hyson" nil (hh ay1 s ax n)) +("hysong" nil (hh ay1 s ao1 ng)) +("hyssop" nil (hh ih1 s ax p)) +("hyster" nil (hh ih1 s t er0)) +("hysterectomy" nil (hh ih1 s t er0 eh1 k t ax m iy0)) +("hysteria" nil (hh ih0 s t eh1 r iy0 ax)) +("hysterical" nil (hh ih0 s t eh1 r ih0 k ax l)) +("hysterically" nil (hh ih1 s t eh1 r ih0 k l iy0)) +("hyun" nil (hh ay1 ax n)) +("hyundai" nil (hh y ah1 n d ey1)) +("hyundais" nil (hh y ah1 n d ey1 z)) +("i" nil (ay1)) +("ia" nil (iy1 ax)) +("iacobelli" nil (iy0 aa1 k ow0 b eh1 l iy0)) +("iacobellis" nil (iy0 aa1 k ow0 b eh1 l ih0 s)) +("iacobucci" nil (iy0 aa0 k ow0 b uw1 ch iy0)) +("iacocca" nil (ay1 ax k ow1 k ax)) +("iacona" nil (ay1 ax k ow1 n ax)) +("iacono" nil (ay1 ax k ow1 n ow0)) +("iacovelli" nil (iy0 aa1 k ow0 v eh1 l iy0)) +("iafrate" nil (ay1 ax f r ey1 t iy0)) +("iago" nil (iy0 aa1 g ow0)) +("iain" nil (iy0 ey1 n)) +("iakovos" nil (iy0 aa1 k ow0 v ow0 s)) +("iams" nil (iy1 aa0 m z)) +("ian" nil (iy1 ax n)) +("iannaccone" nil (iy0 aa1 n ax k ow1 n iy0)) +("iannacone" nil (iy0 aa1 n ax k ow1 n iy0)) +("iannamico" nil (iy0 aa1 n ax m iy1 k ow0)) +("iannelli" nil (iy0 ax n eh1 l iy0)) +("iannello" nil (iy0 ax n eh1 l ow0)) +("ianni" nil (iy0 aa1 n iy0)) +("ianniello" nil (iy0 aa1 n iy0 eh1 l ow0)) +("iannone" nil (iy0 ax n ow1 n iy0)) +("iannotti" nil (iy0 ax n ow1 t iy0)) +("iannucci" nil (iy0 ax n uw1 ch iy0)) +("iannuzzi" nil (iy0 ax n uw1 t s iy0)) +("iantha" nil (iy0 aa1 n th ax)) +("ianthe" nil (iy0 aa1 n th ey0)) +("ianthina" nil (iy0 ax n th iy1 n ax)) +("iason" nil (iy1 ax s ax n)) +("iavarone" nil (iy0 aa1 v er0 ow1 n iy0)) +("ib" nil (ih1 b)) +("ibach" nil (ih1 b aa0 k)) +("ibanez" nil (ih0 b aa1 n eh0 z)) +("ibaraki" nil (ay1 b er0 aa1 k iy0)) +("ibarra" nil (ih0 b aa1 r ax)) +("ibbotson" nil (ih1 b ax t s ax n)) +("iberia" nil (ay0 b ih1 r iy0 ax)) +("iberian" nil (ay0 b ih1 r iy0 ax n)) +("ibex" nil (ay1 b eh0 k s)) +("ibis" nil (ay1 b ax s)) +("ibmer" nil (ih1 b m er0)) +("ibmers" nil (ih1 b m er0 z)) +("ibn" nil (ih1 b ax n)) +("ibrahim" nil (ih1 b r aa0 hh iy1 m)) +("ibsen" nil (ih1 b s ax n)) +("ibuprofen" nil (ay1 b y uw0 p r ow1 f ax n)) +("icahn" nil (ay1 k aa0 n)) +("icard" nil (ih0 k aa1 r d)) +("icarus" nil (ih1 k er1 ax s)) +("ice" nil (ay1 s)) +("iceberg" nil (ay1 s b er0 g)) +("icebergs" nil (ay1 s b er0 g z)) +("icebox" nil (ay1 s b aa1 k s)) +("icebreaker" nil (ay1 s b r ey1 k er0)) +("icebreakers" nil (ay1 s b r ey1 k er0 z)) +("iced" nil (ay1 s t)) +("iceland" nil (ay1 s l ax n d)) +("icelandair" nil (ay1 s l ae0 n d eh1 r)) +("icelandic" nil (ay0 s l ae1 n d ih0 k)) +("icenhour" nil (ih1 s ax n aw0 r)) +("icenhower" nil (ih1 s ax n hh aw1 er0)) +("icenogle" nil (ih1 s ax n ow1 g ax l)) +("ices" nil (ay1 s ax z)) +("iceskating" nil (ay1 s s k ey1 t ih0 ng)) +("ich" nil (ih1 ch)) +("ichi" nil (iy1 ch iy0)) +("ichikawa" nil (ih0 ch iy0 k aa1 w ax)) +("ichiro" nil (iy1 ch ih0 r ow0)) +("icicles" nil (ay1 s ih0 k ax l z)) +("icing" nil (ay1 s ih0 ng)) +("ickes" nil (ih1 k s)) +("icon" nil (ay1 k aa0 n)) +("iconoclasm" nil (ay1 k aa1 n ax k l ae1 z ax m)) +("iconoclast" nil (ay1 k aa1 n ax k l ae1 s t)) +("iconoclastic" nil (ay1 k ax n ax k l ae1 s t ih0 k)) +("iconography" nil (ay1 k ax n aa1 g r ax f iy0)) +("icons" nil (ay1 k aa1 n z)) +("icy" nil (ay1 s iy0)) +("id" nil (ih1 d)) +("ida" nil (ay1 d ax)) +("idaho" nil (ay1 d ax hh ow1)) +("idalia" nil (ih0 d aa1 l y ax)) +("idalina" nil (ih0 d aa0 l iy1 n ax)) +("idaline" nil (ih1 d ax l ay0 n)) +("iddings" nil (ih1 d ih0 ng z)) +("ide" nil (ay1 d)) +("idea" nil (ay0 d iy1 ax)) +("ideal" nil (ay0 d iy1 l)) +("idealism" nil (ay0 d iy1 l ih0 z ax m)) +("idealist" nil (ay0 d iy1 l ih0 s t)) +("idealistic" nil (ay0 d iy1 ax l ih1 s t ih0 k)) +("idealists" nil (ay0 d iy1 l ih0 s t s)) +("idealize" nil (ay0 d iy1 l ay1 z)) +("idealized" nil (ay0 d iy1 ax l ay1 z d)) +("ideally" nil (ay0 d iy1 l iy0)) +("ideals" nil (ay0 d iy1 l z)) +("ideas" nil (ay0 d iy1 ax z)) +("idec" nil (ay1 d ax k)) +("iden" nil (ay1 d ax n)) +("identa" nil (ay0 d eh1 n t ax)) +("identical" nil (ay0 d eh1 n t ih0 k ax l)) +("identics" nil (ay0 d eh1 n t ih0 k s)) +("identifiable" nil (ay0 d eh1 n t ax f ay1 ax b ax l)) +("identification" nil (ay0 d eh1 n t ax f ax k ey1 sh ax n)) +("identifications" nil (ay0 d eh1 n t ax f ax k ey1 sh ax n z)) +("identified" nil (ay0 d eh1 n t ax f ay1 d)) +("identifies" nil (ay0 d eh1 n t ax f ay1 z)) +("identify" nil (ay0 d eh1 n t ax f ay1)) +("identifying" nil (ay0 d eh1 n t ax f ay1 ih0 ng)) +("identities" nil (ay0 d eh1 n t ih0 t iy0 z)) +("identity" nil (ay0 d eh1 n t ax t iy0)) +("ideological" nil (ay1 d iy0 ax l aa1 jh ih0 k ax l)) +("ideologically" nil (ay1 d iy0 ax l aa1 jh ih0 k l iy0)) +("ideologies" nil (ay1 d iy0 aa1 l ax jh iy0 z)) +("ideologist" nil (ay1 d iy0 aa1 l ax jh ax s t)) +("ideologists" nil (ay1 d iy0 aa1 l ax jh ih0 s t s)) +("ideologue" nil (ay1 d iy0 ax l ow0 g)) +("ideologues" nil (ay1 d iy0 ax l ao0 g z)) +("ideology" nil (ay1 d iy0 aa1 l ax jh iy0)) +("ideonomy" nil (ay1 d iy0 aa1 n ax m iy0)) +("idette" nil (ay1 d eh1 t)) +("idiocy" nil (ih1 d iy0 ax s iy0)) +("idiom" nil (ih1 d iy0 ax m)) +("idiomatic" nil (ih1 d iy0 ax m ae1 t ih0 k)) +("idioms" nil (ih1 d iy0 ax m z)) +("idiosyncratic" nil (ih0 d iy0 ow0 s ih0 n k r ae1 t ih0 k)) +("idiot" nil (ih1 d iy0 ax t)) +("idiotic" nil (ih1 d iy0 aa1 t ih0 k)) +("idiotically" nil (ih1 d iy0 aa1 t ih0 k l iy0)) +("idiots" nil (ih1 d iy0 ax t s)) +("idle" nil (ay1 d ax l)) +("idled" nil (ay1 d ax l d)) +("idleman" nil (ay1 d ax l m ax n)) +("idleness" nil (ay1 d ax l n ax s)) +("idler" nil (ay1 d ax l er0)) +("idles" nil (ay1 d ax l z)) +("idling" nil (ay1 d ax l ih0 ng)) +("idly" nil (ay1 d l iy0)) +("ido" nil (iy1 d ow1)) +("idol" nil (ay1 d ax l)) +("idola" nil (ih0 d ow1 l ax)) +("idolatrous" nil (ay0 d aa1 l ax t r ax s)) +("idolize" nil (ay1 d ax l ay1 z)) +("idolized" nil (ay1 d ax l ay1 z d)) +("idolizes" nil (ay1 d ax l ay1 z ih0 z)) +("idolizing" nil (ay1 d ax l ay1 z ih0 ng)) +("idols" nil (ay1 d ax l z)) +("idona" nil (ih0 d ow1 n ax)) +("idonia" nil (ih0 d ow1 n iy0 ax)) +("idrocarburi" nil (ih0 d r aa1 k aa1 r b uh1 r iy0)) +("iduna" nil (ih0 d uw1 n ax)) +("idyll" nil (ay1 d ax l)) +("idyllic" nil (ay0 d ih1 l ih0 k)) +("ierardi" nil (iy0 er0 aa1 r d iy0)) +("ierne" nil (ih1 r n)) +("iezzi" nil (iy0 eh1 t s iy0)) +("if" nil (ih1 f)) +("iffy" nil (ih1 f iy0)) +("ifil" nil (ay0 f iy1 l)) +("ifill" nil (ih0 f iy1 l)) +("ifint" nil (ay1 f ih0 n t)) +("ifs" nil (ih1 f s)) +("igarashi" nil (iy1 g aa0 r aa1 sh iy0)) +("ige" nil (ay1 jh)) +("igel" nil (ih1 g ax l)) +("igene" nil (ay0 jh iy1 n)) +("iger" nil (ay1 g er0)) +("iglehart" nil (ay1 g ax l hh aa0 r t)) +("iglesia" nil (iy1 g l ey1 s iy0 ax)) +("iglesias" nil (ih0 g l ey1 s iy0 ih0 s)) +("igloo" nil (ih1 g l uw0)) +("ignace" nil (ih1 g n ax s)) +("ignacio" nil (ih0 g n aa1 s iy0 ow0)) +("ignasiak" nil (ih0 g n aa1 s iy0 ae0 k)) +("ignatia" nil (ih0 g n aa1 sh ax)) +("ignatius" nil (ih0 g n ey1 sh ax s)) +("ignatowski" nil (ih0 g n ax t ao1 f s k iy0)) +("ignatz" nil (ih1 g n ax t s)) +("igneous" nil (ih1 g n iy0 ax s)) +("ignite" nil (ih0 g n ay1 t)) +("ignited" nil (ih0 g n ay1 t ih0 d)) +("ignites" nil (ih0 g n ay1 t s)) +("igniting" nil (ih0 g n ay1 t ih0 ng)) +("ignition" nil (ih0 g n ih1 sh ax n)) +("ignoble" nil (ih0 g n ow1 b ax l)) +("ignominious" nil (ih1 g n ax m ih1 n iy0 ax s)) +("ignominy" nil (ih1 g n ow0 m ih1 n iy0)) +("ignoramus" nil (ih1 g n er0 ey1 m ax s)) +("ignorance" nil (ih1 g n er0 ax n s)) +("ignorant" nil (ih1 g n er0 ax n t)) +("ignore" nil (ih0 g n ao1 r)) +("ignored" nil (ih0 g n ao1 r d)) +("ignores" nil (ih0 g n ao1 r z)) +("ignoring" nil (ih0 g n ao1 r ih0 ng)) +("igo" nil (iy1 g ow0)) +("igoe" nil (iy1 g ow0)) +("igon" nil (ay1 g ax n)) +("igor" nil (ih0 g ao1 r)) +("igou" nil (ih0 g uw1)) +("iguana" nil (ay0 g w aa1 n ax)) +("iguanas" nil (ih0 g w aa1 n ax z)) +("ihasz" nil (ay1 hh ae0 s)) +("ihde" nil (ih1 d)) +("ihle" nil (ay1 hh ax l)) +("ihlenfeldt" nil (ih1 l ih0 n f ih0 l t)) +("ihnen" nil (ih1 n ax n)) +("ihrig" nil (ih1 r ih0 g)) +("ihrke" nil (ih1 r k)) +("iiams" nil (iy1 ax m z)) +("iida" nil (iy1 d ax)) +("iie" nil (iy1 iy0)) +("ijames" nil (ih0 y aa1 m eh0 s)) +("ijaz" nil (ih1 jh ax z)) +("ikard" nil (ih1 k er0 d)) +("ike" nil (ay1 k)) +("ikea" nil (ay1 k iy1 ax)) +("ikeda" nil (ih0 k ey1 d ax)) +("ikenberry" nil (ay1 k ax n b eh1 r iy0)) +("ikerd" nil (ih1 k er0 d)) +("ikeuchi" nil (iy0 k uw1 ch iy0)) +("ikey" nil (ih1 k iy0)) +("ikie" nil (ih1 k iy0)) +("ikle" nil (ih1 k ax l)) +("ikner" nil (ih1 k n er0)) +("il" nil (ih1 l)) +("ila" nil (iy1 l ax)) +("ilalis" nil (ih1 l ae1 l ax s)) +("ilan" nil (iy1 l aa1 n)) +("ilardi" nil (ih0 l aa1 r d iy0)) +("ilbo" nil (ih1 l b ow0)) +("ileana" nil (ih1 l iy0 ae1 n ax)) +("ilene" nil (ih1 l iy0 n)) +("iler" nil (ay1 l er0)) +("iles" nil (ay1 l z)) +("ileto" nil (ay0 l ey1 d ow0)) +("ilg" nil (ih1 l g)) +("ilgenfritz" nil (ih1 l g ih0 n f r ih0 t s)) +("ilhae" nil (ih0 l hh ey1)) +("iliad" nil (ih1 l iy0 ax d)) +("iliano" nil (ih1 l iy0 aa1 n ow0)) +("iliescu" nil (ih1 l iy0 eh1 s k y uw1)) +("iliff" nil (ih1 l ih0 f)) +("iljin" nil (ih1 l jh ih0 n)) +("ilk" nil (ih1 l k)) +("ilka" nil (ih1 l k ax)) +("ill" nil (ih1 l)) +("illegal" nil (ih0 l iy1 g ax l)) +("illegalities" nil (ih1 l iy0 g ae1 l ih0 t iy0 z)) +("illegality" nil (ih1 l iy0 g ae1 l ih0 t iy0)) +("illegally" nil (ih0 l iy1 g ax l iy0)) +("illegals" nil (ih0 l iy1 g ax l z)) +("illegible" nil (ih0 l eh1 jh ax b ax l)) +("illegitimacy" nil (ih1 l ih0 jh ih1 t ax m ax s iy0)) +("illegitimate" nil (ih1 l ih0 jh ih1 t ax m ih0 t)) +("illes" nil (ay1 l z)) +("illg" nil (ih1 l g)) +("illicit" nil (ih0 l ih1 s ax t)) +("illicitly" nil (ih1 l ih0 s ih0 t l iy0)) +("illig" nil (ih1 l ih0 g)) +("illingworth" nil (ih1 l ih0 ng w er1 th)) +("illinois" nil (ih1 l ax n oy1)) +("illiquid" nil (ih0 l ih1 k w ih0 d)) +("illiquidity" nil (ih1 l ih0 k w ih1 d ih0 t iy0)) +("illiteracy" nil (ih0 l ih1 t er0 ax s iy0)) +("illiterate" nil (ih0 l ih1 t er0 ax t)) +("illiterates" nil (ih1 l ih1 t er0 ax t s)) +("illness" nil (ih1 l n ax s)) +("illnesses" nil (ih1 l n ax s ih0 z)) +("illogic" nil (ih0 l aa1 jh ih0 k)) +("illogical" nil (ih0 l aa1 jh ih0 k ax l)) +("ills" nil (ih1 l z)) +("illuminate" nil (ih0 l uw1 m ih0 n ih0 t)) +("illuminated" nil (ih0 l uw1 m ax n ey1 t ax d)) +("illuminates" nil (ih0 l uw1 m ax n ey1 t s)) +("illuminating" nil (ih0 l uw1 m ax n ey1 t ih0 ng)) +("illumination" nil (ih0 l uw1 m ax n ey1 sh ax n)) +("illuminator" nil (ih0 l uw1 m ax n ey1 t er0)) +("illumined" nil (ih0 l uw1 m ax n d)) +("illusion" nil (ih0 l uw1 zh ax n)) +("illusionary" nil (ih0 l uw1 zh ax n eh1 r iy0)) +("illusionism" nil (ih0 l uw1 zh ax n ih1 z ax m)) +("illusionist" nil (ih0 l uw1 zh ax n ax s t)) +("illusionists" nil (ih0 l uw1 zh ax n ax s t s)) +("illusions" nil (ih0 l uw1 zh ax n z)) +("illusory" nil (ih0 l uw1 s er0 iy0)) +("illustrate" nil (ih1 l ax s t r ey1 t)) +("illustrated" nil (ih1 l ax s t r ey1 t ax d)) +("illustrates" nil (ih1 l ax s t r ey1 t s)) +("illustrating" nil (ih1 l ax s t r ey1 t ih0 ng)) +("illustration" nil (ih1 l ax s t r ey1 sh ax n)) +("illustrations" nil (ih1 l ax s t r ey1 sh ax n z)) +("illustrative" nil (ih0 l ah1 s t r ax t ih0 v)) +("illustrator" nil (ih1 l ax s t r ey1 t er0)) +("illustrators" nil (ih1 l ax s t r ey1 t er0 z)) +("illustrious" nil (ih0 l ah1 s t r iy0 ax s)) +("illyrian" nil (ih0 l ih1 r iy0 ax n)) +("ilo" nil (ay1 l ow0)) +("ilona" nil (ih0 l ow1 n ax)) +("ilopango" nil (iy1 l ow0 p ae1 ng g ow0)) +("ilsa" nil (ih1 l s ax)) +("ilse" nil (ih1 l s)) +("ilsley" nil (ih1 l z l iy0)) +("ilva" nil (ih1 l v ax)) +("ilya" nil (ih1 l y ax)) +("im" nil (ih1 m)) +("image" nil (ih1 m ax jh)) +("imageries" nil (ih1 m ih0 jh r iy0 z)) +("imagery" nil (ih1 m ax jh r iy0)) +("images" nil (ih1 m ax jh ax z)) +("imaginable" nil (ih0 m ae1 jh ax n ax b ax l)) +("imaginary" nil (ih0 m ae1 jh ax n eh1 r iy0)) +("imagination" nil (ih0 m ae1 jh ax n ey1 sh ax n)) +("imaginations" nil (ih0 m ae1 jh ax n ey1 sh ax n z)) +("imaginative" nil (ih0 m ae1 jh ax n ax t ih0 v)) +("imaginatively" nil (ih0 m ae1 jh ax n ax t ih0 v l iy0)) +("imagine" nil (ih0 m ae1 jh ax n)) +("imagined" nil (ih0 m ae1 jh ax n d)) +("imagineering" nil (ih0 m ae1 jh ax n ih1 r ih0 ng)) +("imagines" nil (ih0 m ae1 jh ax n z)) +("imaging" nil (ih1 m ih0 jh ih0 ng)) +("imagining" nil (ih0 m ae1 jh ax n ih0 ng)) +("imai" nil (ih0 m ay1)) +("imam" nil (ay1 m ae0 m)) +("imamura" nil (ih0 m aa0 m uh1 r ax)) +("iman" nil (ay1 m ax n)) +("imari" nil (iy0 m aa1 r iy0)) +("imasco" nil (ih0 m ae1 s ow0)) +("imax" nil (ay1 m ae1 k s)) +("imbalance" nil (ih0 m b ae1 l ax n s)) +("imbalances" nil (ih0 m b ae1 l ax n s ih0 z)) +("imbedded" nil (ih0 m b eh1 d ih0 d)) +("imber" nil (ih1 m b er0)) +("imbibe" nil (ih0 m b ay1 b)) +("imbibed" nil (ih0 m b ay1 b d)) +("imboden" nil (ih1 m b ow0 d ax n)) +("imbroglio" nil (ih0 m b r ow1 l y ow0)) +("imbrogno" nil (ih0 m b r ow1 g n ow0)) +("imbued" nil (ih0 m b y uw1 d)) +("imburgia" nil (ih1 m b er0 g iy0 ax)) +("imcera" nil (ih1 m s eh1 r ax)) +("imel" nil (ih1 m ax l)) +("imelda" nil (ih0 m eh1 l d ax)) +("imes" nil (ay1 m z)) +("imhof" nil (ih1 m hh ax f)) +("imhoff" nil (ih1 m hh ao1 f)) +("imig" nil (ih1 m ih0 g)) +("imitable" nil (ih1 m ax t ax b ax l)) +("imitate" nil (ih1 m ax t ey1 t)) +("imitated" nil (ih1 m ax t ey1 t ih0 d)) +("imitates" nil (ih1 m ax t ey1 t s)) +("imitating" nil (ih1 m ax t ey1 t ih0 ng)) +("imitation" nil (ih1 m ax t ey1 sh ax n)) +("imitations" nil (ih1 m ih0 t ey1 sh ax n z)) +("imitative" nil (ih1 m ax t ey1 t ih0 v)) +("imitator" nil (ih1 m ax t ey1 t er0)) +("imitators" nil (ih1 m ih0 t ey1 t er0 z)) +("imlay" nil (ih0 m l ey1)) +("imler" nil (ih1 m l er0)) +("imm" nil (ay1 eh1 m eh1 m)) +("immaculate" nil (ih0 m ae1 k y uw0 l ih0 t)) +("immaculately" nil (ih0 m ae1 k y ax l ax t l iy0)) +("immanence" nil (ih1 m ax n ax n s)) +("immanent" nil (ih1 m ax n ax n t)) +("immanuel" nil (ih1 m ax n uh0 l)) +("immaterial" nil (ih1 m ax t ih1 r iy0 ax l)) +("immature" nil (ih1 m ax t y uh1 r)) +("immaturity" nil (ih1 m ax ch uh1 r ih0 t iy0)) +("immeasurably" nil (ih0 m eh1 z er0 ae1 b l iy0)) +("immediacy" nil (ih0 m iy1 d iy0 ax s iy0)) +("immediate" nil (ih0 m iy1 d iy0 ax t)) +("immediately" nil (ih0 m iy1 d iy0 ax t l iy0)) +("immel" nil (ih1 m ax l)) +("immemorial" nil (ih1 m ax m ao1 r iy0 ax l)) +("immense" nil (ih0 m eh1 n s)) +("immensely" nil (ih0 m eh1 n s l iy0)) +("immerman" nil (ih1 m er0 m ax n)) +("immerse" nil (ih0 m er1 s)) +("immersed" nil (ih0 m er1 s t)) +("immersion" nil (ih0 m er1 zh ax n)) +("immigrant" nil (ih1 m ax g r ax n t)) +("immigrants" nil (ih1 m ax g r ax n t s)) +("immigrate" nil (ih1 m ax g r ey1 t)) +("immigrated" nil (ih1 m ax g r ey1 t ih0 d)) +("immigration" nil (ih1 m ax g r ey1 sh ax n)) +("imminent" nil (ih1 m ax n ax n t)) +("imminently" nil (ih1 m ax n ax n t l iy0)) +("immiscible" nil (ih0 m ih1 s ax b ax l)) +("immobile" nil (ih0 m ow1 b ax l)) +("immobility" nil (ih1 m ow0 b ih1 l ih0 t iy0)) +("immobilized" nil (ih0 m ow1 b ax l ay1 z d)) +("immobilizing" nil (ih0 m ow1 b ax l ay1 z ih0 ng)) +("immoral" nil (ih0 m ao1 r ax l)) +("immorality" nil (ih1 m er0 ae1 l ih0 t iy0)) +("immortal" nil (ih0 m ao1 r t ax l)) +("immortality" nil (ih1 m ao0 r t ae1 l ih0 t iy0)) +("immortalize" nil (ih0 m ao1 r t ax l ay0 z)) +("immortalized" nil (ih0 m ao1 r t ax l ay0 z d)) +("immortalizes" nil (ih0 m ao1 r t ax l ay0 z ih0 z)) +("immortalizing" nil (ih0 m ao1 r t ax l ay0 z ih0 ng)) +("immotile" nil (ih0 m ow1 t ax l)) +("immovable" nil (ih0 m uw1 v ax b ax l)) +("immulogic" nil (ih1 m y uw0 l aa1 jh ih0 k)) +("immune" nil (ih0 m y uw1 n)) +("immunetech" nil (ih1 m y uw0 n t eh1 k)) +("immunex" nil (ih1 m y uw0 n eh0 k s)) +("immunities" nil (ih0 m y uw1 n ih0 t iy0 z)) +("immunity" nil (ih0 m y uw1 n ax t iy0)) +("immunization" nil (ih1 m y uw0 n ax z ey1 sh ax n)) +("immunizations" nil (ih1 m y uw0 n ax z ey1 sh ax n z)) +("immunize" nil (ih1 m y uw0 n ay1 z)) +("immunized" nil (ih1 m y ax n ay1 z d)) +("immunizes" nil (ih1 m y ax n ay1 z ih0 z)) +("immunizing" nil (ih1 m y ax n ay1 z ih0 ng)) +("immuno" nil (ih0 m y uw1 n ow0)) +("immunodeficiency" nil (ih1 m y uw0 n ow0 d ih1 f ih1 sh ax n s iy0)) +("immunological" nil (ih1 m y uw0 n ax l aa1 jh ih0 k ax l)) +("immunologist" nil (ih1 m y uw0 n aa1 l ax jh ih0 s t)) +("immunology" nil (ih1 m y uw0 n aa1 l ax jh iy0)) +("immunomedics" nil (ih1 m y uw0 n ow0 m eh1 d ih0 k s)) +("immunotherapy" nil (ih1 m y uw0 n ow0 th eh1 r ax p iy0)) +("immutable" nil (ih0 m y uw1 t ax b ax l)) +("imnet" nil (ih1 m n eh1 t)) +("imo" nil (ay1 m ow0)) +("imogen" nil (ih1 m ax g ax n)) +("imogene" nil (ih1 m ax jh iy1 n)) +("imondi" nil (ih0 m ow1 n d iy0)) +("impact" v (ih0 m p ae1 k t)) +("impact" n (ih1 m p ae0 k t)) +("impacted" nil (ih1 m p ae1 k t ih0 d)) +("impacting" nil (ih0 m p ae1 k t ih0 ng)) +("impacts" v (ih0 m p ae1 k t s)) +("impacts" n (ih1 m p ae0 k t s)) +("impair" nil (ih0 m p eh1 r)) +("impaired" nil (ih0 m p eh1 r d)) +("impairing" nil (ih0 m p eh1 r ih0 ng)) +("impairment" nil (ih0 m p eh1 r m ax n t)) +("impairs" nil (ih0 m p eh1 r z)) +("impala" nil (ih0 m p aa1 l ax)) +("impaled" nil (ih0 m p ey1 l d)) +("impart" nil (ih0 m p aa1 r t)) +("imparted" nil (ih0 m p aa1 r t ih0 d)) +("impartial" nil (ih0 m p aa1 r sh ax l)) +("impartiality" nil (ih0 m p aa1 r sh iy0 ae1 l ih0 t iy0)) +("impartially" nil (ih0 m p aa1 r sh ax l iy0)) +("imparting" nil (ih0 m p aa1 r t ih0 ng)) +("impassable" nil (ih0 m p ae1 s ax b ax l)) +("impasse" nil (ih0 m p ae1 s)) +("impassioned" nil (ih0 m p ae1 sh ax n d)) +("impassive" nil (ih0 m p ae1 s ih0 v)) +("impassively" nil (ih0 m p ae1 s ih0 v l iy0)) +("impastato" nil (ih0 m p aa0 s t aa1 t ow0)) +("impatience" nil (ih0 m p ey1 sh ax n s)) +("impatiens" nil (ih0 m p ey1 sh ax n z)) +("impatient" nil (ih0 m p ey1 sh ax n t)) +("impatiently" nil (ih0 m p ey1 sh ax n t l iy0)) +("impeach" nil (ih0 m p iy1 ch)) +("impeached" nil (ih0 m p iy1 ch t)) +("impeachment" nil (ih0 m p iy1 ch m ax n t)) +("impeachments" nil (ih0 m p iy1 ch m ax n t s)) +("impeccable" nil (ih0 m p eh1 k ax b ax l)) +("impeccably" nil (ih0 m p eh1 k ax b l iy0)) +("impedance" nil (ih0 m p iy1 d ax n s)) +("impede" nil (ih0 m p iy1 d)) +("impeded" nil (ih0 m p iy1 d ih0 d)) +("impedes" nil (ih0 m p iy1 d z)) +("impediment" nil (ih0 m p eh1 d ax m ax n t)) +("impediments" nil (ih0 m p eh1 d ax m ax n t s)) +("impeding" nil (ih0 m p iy1 d ih0 ng)) +("impelled" nil (ih0 m p eh1 l d)) +("impending" nil (ih0 m p eh1 n d ih0 ng)) +("impenetrable" nil (ih0 m p eh1 n ax t r ax b ax l)) +("imperative" nil (ih0 m p eh1 r ax t ih0 v)) +("imperatives" nil (ih0 m p eh1 r ax t ih0 v z)) +("imperato" nil (ih0 m p er0 aa1 t ow0)) +("imperceptible" nil (ih1 m p er0 s eh1 p t ih0 b ax l)) +("imperceptibly" nil (ih1 m p er0 s eh1 p t ih0 b l iy0)) +("imperfect" nil (ih0 m p er1 f ih0 k t)) +("imperfection" nil (ih1 m p er0 f eh1 k sh ax n)) +("imperfections" nil (ih1 m p er0 f eh1 k sh ax n z)) +("imperfectly" nil (ih0 m p er1 f ih0 k t l iy0)) +("imperia" nil (ih0 m p iy1 r iy0 ax)) +("imperial" nil (ih0 m p ih1 r iy0 ax l)) +("imperiale" nil (ih0 m p er0 iy0 aa1 l iy0)) +("imperialism" nil (ih0 m p ih1 r iy0 ax l ih1 z ax m)) +("imperialist" nil (ih0 m p ih1 r iy0 ax l ih0 s t)) +("imperialistic" nil (ih0 m p iy1 r iy0 ax l ih1 s t ih0 k)) +("imperialists" nil (ih0 m p ih1 r iy0 ax l ih0 s t s)) +("imperil" nil (ih0 m p eh1 r ax l)) +("imperiled" nil (ih0 m p eh1 r ax l d)) +("imperiling" nil (ih0 m p eh1 r ax l ih0 ng)) +("imperils" nil (ih0 m p eh1 r ax l z)) +("imperious" nil (ih0 m p ih1 r iy0 ax s)) +("impermissible" nil (ih1 m p er0 m ih1 s ih0 b ax l)) +("impersonal" nil (ih0 m p er1 s ax n ax l)) +("impersonality" nil (ih0 m p er1 s ax n ae1 l ax t iy0)) +("impersonating" nil (ih0 m p er1 s ax n ey1 t ih0 ng)) +("impersonation" nil (ih1 m p er0 s ax n ey1 sh ax n)) +("impersonator" nil (ih0 m p er1 s ax n ey0 t er0)) +("impersonators" nil (ih0 m p er1 s ax n ey1 t er0 z)) +("impertinent" nil (ih0 m p er1 t ax n ax n t)) +("impervious" nil (ih0 m p er1 v iy0 ax s)) +("impetuous" nil (ih0 m p eh1 ch w ax s)) +("impetus" nil (ih1 m p ax t ax s)) +("impinge" nil (ih0 m p ih1 n jh)) +("impish" nil (ih1 m p ih0 sh)) +("implacable" nil (ih0 m p l ae1 k ax b ax l)) +("implant" nil (ih0 m p l ae1 n t)) +("implantable" nil (ih1 m p l ae1 n t ax b ax l)) +("implantation" nil (ih0 m p l ae1 n t ey1 sh ax n)) +("implanted" nil (ih0 m p l ae1 n t ih0 d)) +("implanting" nil (ih0 m p l ae1 n t ih0 ng)) +("implants" nil (ih0 m p l ae1 n t s)) +("implausible" nil (ih0 m p l ao1 z ax b ax l)) +("implausibly" nil (ih0 m p l ao1 z ax b l iy0)) +("implement" n (ih1 m p l ax m ax n t)) +("implement" v (ih1 m p l ax m eh1 n t)) +("implementation" nil (ih1 m p l ax m eh0 n t ey1 sh ax n)) +("implemented" nil (ih1 m p l ax m eh1 n t ax d)) +("implementing" nil (ih1 m p l ax m eh1 n t ih0 ng)) +("implements" n (ih1 m p l ax m ax n t s)) +("implements" v (ih1 m p l ax m eh1 n t s)) +("implicate" nil (ih1 m p l ih0 k ey1 t)) +("implicated" nil (ih1 m p l ih0 k ey1 t ih0 d)) +("implicating" nil (ih1 m p l ih0 k ey1 t ih0 ng)) +("implication" nil (ih1 m p l ax k ey1 sh ax n)) +("implications" nil (ih1 m p l ax k ey1 sh ax n z)) +("implicit" nil (ih0 m p l ih1 s ax t)) +("implicitly" nil (ih0 m p l ih1 s ax t l iy0)) +("implied" nil (ih0 m p l ay1 d)) +("implies" nil (ih0 m p l ay1 z)) +("implode" nil (ih0 m p l ow1 d)) +("imploded" nil (ih0 m p l ow1 d ih0 d)) +("implore" nil (ih0 m p l ao1 r)) +("implored" nil (ih0 m p l ao1 r d)) +("implores" nil (ih0 m p l ao1 r z)) +("imploring" nil (ih0 m p l ao1 r ih0 ng)) +("implosion" nil (ih0 m p l ow1 zh ax n)) +("imply" nil (ih0 m p l ay1)) +("implying" nil (ih0 m p l ay1 ih0 ng)) +("impolite" nil (ih0 m p ax l ay1 t)) +("impolitic" nil (ih0 m p ao1 l ih1 t ih1 k)) +("imponderable" nil (ih0 m p aa1 n d er0 ax b ax l)) +("imponderables" nil (ih0 m p aa1 n d er0 ax b ax l z)) +("import" v (ih0 m p ao1 r t)) +("import" n (ih1 m p ao0 r t)) +("importance" nil (ih0 m p ao1 r t ax n s)) +("important" nil (ih0 m p ao1 r t ax n t)) +("importantly" nil (ih0 m p ao1 r t ax n t l iy0)) +("importation" nil (ih1 m p ao0 r t ey1 sh ax n)) +("imported" nil (ih0 m p ao1 r t ih0 d)) +("importer" nil (ih0 m p ao1 r t er0)) +("importers" nil (ih0 m p ao1 r t er0 z)) +("importing" nil (ih0 m p ao1 r t ih0 ng)) +("imports" v (ih0 m p ao1 r t s)) +("imports" n (ih1 m p ao0 r t s)) +("impose" nil (ih0 m p ow1 z)) +("imposed" nil (ih0 m p ow1 z d)) +("imposes" nil (ih0 m p ow1 z ax z)) +("imposing" nil (ih0 m p ow1 z ih0 ng)) +("imposition" nil (ih1 m p ax z ih1 sh ax n)) +("impossibility" nil (ih0 m p ao1 s ih0 b ih1 l ih0 t iy0)) +("impossible" nil (ih0 m p aa1 s ax b ax l)) +("impossibly" nil (ih0 m p aa1 s ax b l iy0)) +("impostors" nil (ih0 m p ao1 s t er0 z)) +("impotence" nil (ih1 m p ax t ax n s)) +("impotent" nil (ih1 m p ax t ax n t)) +("impound" nil (ih0 m p aw1 n d)) +("impounded" nil (ih0 m p aw1 n d ih0 d)) +("impoundment" nil (ih0 m p aw1 n d m ax n t)) +("impoundments" nil (ih0 m p aw1 n d m ax n t s)) +("impoverish" nil (ih0 m p aa1 v r ih0 sh)) +("impoverished" nil (ih0 m p aa1 v r ih0 sh t)) +("impoverishes" nil (ih0 m p aa1 v r ih0 sh ax z)) +("impoverishment" nil (ih0 m p aa1 v r ih0 sh m ax n t)) +("impracticable" nil (ih0 m p r ae1 k t ih0 k ax b ax l)) +("impractical" nil (ih0 m p r ae1 k t ax k ax l)) +("imprecise" nil (ih1 m p r ax s ay1 s)) +("impregnable" nil (ih0 m p r eh1 g n ax b ax l)) +("impregnated" nil (ih0 m p r eh1 g n ey1 t ax d)) +("impregnation" nil (ih0 m p r eh1 g n ey1 sh ax n)) +("impresario" nil (ih1 m p r ih0 s aa1 r iy0 ow1)) +("impress" v (ih0 m p r eh1 s)) +("impress" n (ih1 m p r eh0 s)) +("impressed" nil (ih0 m p r eh1 s t)) +("impresses" v (ih0 m p r eh1 s ih0 z)) +("impresses" n (ih1 m p r eh0 s ih0 z)) +("impressing" nil (ih0 m p r eh1 s ih0 ng)) +("impression" nil (ih0 m p r eh1 sh ax n)) +("impressionable" nil (ih0 m p r eh1 sh ax n ax b ax l)) +("impressionism" nil (ih0 m p r eh1 sh ax n ih1 z ax m)) +("impressionist" nil (ih0 m p r eh1 sh ax n ax s t)) +("impressionistic" nil (ih0 m p r eh1 sh ax n ih1 s t ih0 k)) +("impressionists" nil (ih0 m p r eh1 sh ax n ih0 s t s)) +("impressions" nil (ih0 m p r eh1 sh ax n z)) +("impressive" nil (ih0 m p r eh1 s ih0 v)) +("impressively" nil (ih0 m p r eh1 s ih0 v l iy0)) +("impressment" nil (ih0 m p r eh1 s m ax n t)) +("imprimatur" nil (ih1 m p r ih0 m aa1 t er0)) +("imprimis" nil (ih0 m p r iy1 m ih0 s)) +("imprint" v (ih0 m p r ih1 n t)) +("imprint" n (ih1 m p r ih0 n t)) +("imprinted" nil (ih0 m p r ih1 n t ih0 d)) +("imprints" v (ih0 m p r ih1 n t s)) +("imprints" n (ih1 m p r ih0 n t s)) +("imprison" nil (ih0 m p r ih1 z ax n)) +("imprisoned" nil (ih0 m p r ih1 z ax n d)) +("imprisoning" nil (ih0 m p r ih1 z ax n ih0 ng)) +("imprisonment" nil (ih0 m p r ih1 z ax n m ax n t)) +("improbable" nil (ih0 m p r aa1 b ax b ax l)) +("improbably" nil (ih0 m p r aa1 b ax b l iy0)) +("impromptu" nil (ih0 m p r aa1 m p t uw0)) +("improper" nil (ih0 m p r aa1 p er0)) +("improperly" nil (ih0 m p r aa1 p er0 l iy0)) +("improprieties" nil (ih1 m p r ax p r ay1 ax t iy0 z)) +("impropriety" nil (ih1 m p r ax p r ay1 ax t iy0)) +("improv" nil (ih1 m p r aa1 v)) +("improve" nil (ih0 m p r uw1 v)) +("improved" nil (ih0 m p r uw1 v d)) +("improvement" nil (ih0 m p r uw1 v m ax n t)) +("improvements" nil (ih0 m p r uw1 v m ax n t s)) +("improves" nil (ih0 m p r uw1 v z)) +("improving" nil (ih0 m p r uw1 v ih0 ng)) +("improvisation" nil (ih1 m p r ax v ih0 z ey1 sh ax n)) +("improvisational" nil (ih1 m p r ax v ih0 z ey1 sh ax n ax l)) +("improvise" nil (ih1 m p r ax v ay1 z)) +("improvised" nil (ih1 m p r ax v ay1 z d)) +("improvising" nil (ih1 m p r ax v ay1 z ih0 ng)) +("imprudence" nil (ih0 m p r uw1 d ax n s)) +("imprudent" nil (ih0 m p r uw1 d ax n t)) +("imprudently" nil (ih0 m p r uw1 d ax n t l iy0)) +("impson" nil (ih1 m p s ax n)) +("impugn" nil (ih0 m p y uw1 n)) +("impugned" nil (ih0 m p y uw1 n d)) +("impugning" nil (ih0 m p y uw1 n ih0 ng)) +("impulse" nil (ih1 m p ax l s)) +("impulses" nil (ih1 m p ax l s ih0 z)) +("impulsive" nil (ih0 m p ah1 l s ih0 v)) +("impulsively" nil (ih0 m p ah1 l s ih0 v l iy0)) +("impunity" nil (ih0 m p y uw1 n ih0 t iy0)) +("impure" nil (ih0 m p y uh1 r)) +("impurities" nil (ih0 m p y uh1 r ax t iy0 z)) +("impurity" nil (ih0 m p y uh1 r ax t iy0)) +("imputation" nil (ih1 m p y ax t ey1 sh ax n)) +("imputed" nil (ih0 m p y uw1 t ih0 d)) +("imre" nil (ih1 m r ax)) +("imreg" nil (ih1 m r eh1 g)) +("imrie" nil (ih1 m er0 iy0)) +("imus" nil (ay1 m ax s)) +("in" nil (ih0 n)) +("ina" nil (iy1 n ax)) +("inability" nil (ih1 n ax b ih1 l ih0 t iy0)) +("inabinet" nil (ih0 n ax b ih1 n ih0 t)) +("inaccessible" nil (ih1 n ax k s eh1 s ax b ax l)) +("inaccuracies" nil (ih0 n ae1 k y er0 ae1 s iy0 z)) +("inaccuracy" nil (ih0 n ae1 k y er0 ax s iy0)) +("inaccurate" nil (ih0 n ae1 k y er0 ax t)) +("inaccurately" nil (ih0 n ae1 k y er0 ax t l iy0)) +("inacom" nil (ih1 n ax k aa1 m)) +("inacomp" nil (ay1 n ax k aa1 m p)) +("inaction" nil (ih0 n ae1 k sh ax n)) +("inactivated" nil (ih0 n ae1 k t ih0 v ey1 t ih0 d)) +("inactivation" nil (ih0 n ae1 k t ih0 v ey1 sh ax n)) +("inactive" nil (ih0 n ae1 k t ih0 v)) +("inactivity" nil (ih0 n ae0 k t ih1 v ih0 t iy0)) +("inadequacies" nil (ih0 n ae1 d ax k w ax s iy0 z)) +("inadequacy" nil (ih0 n ae1 d ih0 k w ax s iy0)) +("inadequate" nil (ih0 n ae1 d ax k w ax t)) +("inadequately" nil (ih0 n ae1 d ax k w ax t l iy0)) +("inadmissible" nil (ih0 n ax d m ih1 s ax b ax l)) +("inadvertent" nil (ih1 n ax d v er1 t ax n t)) +("inadvertently" nil (ih1 n ax d v er1 t ax n t l iy0)) +("inadvisable" nil (ih0 n ax d v ay1 z ax b ax l)) +("inalienable" nil (ih0 n ey1 l y ax n ax b ax l)) +("inamura" nil (ih1 n ax m uh1 r ax)) +("inane" nil (ih0 n ey1 n)) +("inanimate" nil (ih0 n ae1 n ax m ax t)) +("inapplicable" nil (ih0 n ae1 p l ih0 k ax b ax l)) +("inappropriate" nil (ih1 n ax p r ow1 p r iy0 ih0 t)) +("inappropriately" nil (ih0 n ax p r aa1 p r iy0 ax t l iy0)) +("inarticulate" nil (ih0 n aa0 r t ih1 k y ax l ax t)) +("inasmuch" nil (ih0 n ae1 s m ax k)) +("inattention" nil (ih0 n ax t eh1 n ch ax n)) +("inattentive" nil (ih1 n ax t eh1 n t ih0 v)) +("inaudible" nil (ih0 n ao1 d ax b ax l)) +("inaugural" nil (ih0 n ao1 g er0 ax l)) +("inaugurate" nil (ih0 n ao1 g y er0 ih0 t)) +("inaugurated" nil (ih0 n ao1 g er0 ey1 t ih0 d)) +("inaugurates" nil (ih0 n ao1 g y er0 ih0 t s)) +("inaugurating" nil (ih0 n ao1 g y er0 ey1 t ih0 ng)) +("inauguration" nil (ih0 n ao1 g y er0 ey1 sh ax n)) +("inauspicious" nil (ih0 n aw1 s p ih1 sh ih0 s)) +("inboard" nil (ih1 n b ao1 r d)) +("inboden" nil (ih1 n b ow0 d ax n)) +("inbody" nil (ih1 n b aa0 d iy0)) +("inborn" nil (ih1 n b ao1 r n)) +("inbound" nil (ih0 n b aw1 n d)) +("inbred" nil (ih1 n b r eh1 d)) +("inc" nil (ih1 ng k)) +("inca" nil (ih1 ng k ax)) +("incalculable" nil (ih0 n k ae1 l k y ax l ax b ax l)) +("incandescent" nil (ih1 n k ax n d eh1 s ax n t)) +("incantation" nil (ih0 n k ae1 n t ey1 sh ax n)) +("incantatory" nil (ih0 n k ae1 n t ax t ao1 r iy0)) +("incapable" nil (ih0 n k ey1 p ax b ax l)) +("incapacitated" nil (ih0 n k ax p ae1 s ih0 t ey1 t ih0 d)) +("incapacitation" nil (ih0 n k ax p ae1 s ih0 t ey1 sh ax n)) +("incapacity" nil (ih0 n k ax p ae1 s ax t iy0)) +("incarcerate" nil (ih0 n k aa1 r s er0 ey1 t)) +("incarcerated" nil (ih0 n k aa1 r s er0 ey1 t ih0 d)) +("incarcerating" nil (ih0 n k aa1 r s er0 ey1 t ih0 ng)) +("incarceration" nil (ih0 n k aa1 r s er0 ey1 sh ax n)) +("incarnate" nil (ih0 n k aa1 r n ax t)) +("incarnation" nil (ih0 n k aa1 r n ey1 sh ax n)) +("incarnations" nil (ih0 n k aa0 r n ey1 sh ax n z)) +("incas" nil (ih1 ng k ax z)) +("incase" nil (ih0 n k ey1 s)) +("incata" nil (ih0 ng k aa1 t ax)) +("ince" nil (ih1 n s)) +("incendiary" nil (ih0 n s eh1 n d iy0 eh0 r iy0)) +("incense" v (ih0 n s eh1 n s)) +("incense" n (ih1 n s eh1 n s)) +("incensed" nil (ih1 n s eh1 n s t)) +("incentive" nil (ih0 n s eh1 n t ih0 v)) +("incentives" nil (ih0 n s eh1 n t ih0 v z)) +("inception" nil (ih0 n s eh1 p sh ax n)) +("incessant" nil (ih0 n s eh1 s ax n t)) +("incessantly" nil (ih0 n s eh1 s ax n t l iy0)) +("incest" nil (ih1 n s eh1 s t)) +("incestuous" nil (ih0 n s eh1 s ch w ax s)) +("inch" nil (ih1 n ch)) +("inchcape" nil (ih1 n ch k ey1 p)) +("inched" nil (ih1 n ch t)) +("inches" nil (ih1 n ch ax z)) +("inching" nil (ih1 n ch ih0 ng)) +("inchon" nil (ih1 n ch ax n)) +("incidence" nil (ih1 n s ax d ax n s)) +("incidences" nil (ih1 n s ax d ax n s ih0 z)) +("incident" nil (ih1 n s ax d ax n t)) +("incidental" nil (ih1 n s ih0 d eh1 n t ax l)) +("incidentally" nil (ih1 n s ih0 d eh1 n t ax l iy0)) +("incidentals" nil (ih1 n s ih0 d eh1 n t ax l z)) +("incidents" nil (ih1 n s ax d ax n t s)) +("incinerate" nil (ih0 n s ih1 n er0 ey1 t)) +("incinerated" nil (ih0 n s ih1 n er0 ey1 t ih0 d)) +("incinerating" nil (ih0 n s ih1 n er0 ey1 t ih0 ng)) +("incineration" nil (ih0 n s ih1 n er0 ey1 sh ax n)) +("incinerator" nil (ih0 n s ih1 n er0 ey1 t er0)) +("incinerators" nil (ih0 n s ih1 n er0 ey1 t er0 z)) +("incipient" nil (ih0 n s ih1 p iy0 ax n t)) +("incision" nil (ih0 n s ih1 zh ax n)) +("incisive" nil (ih0 n s ay1 s ih0 v)) +("incisor" nil (ih0 n s ay1 z er0)) +("incisors" nil (ih0 n s ay1 z er0 z)) +("incite" nil (ih0 n s ay1 t)) +("incited" nil (ih0 n s ay1 t ih0 d)) +("inciting" nil (ih0 n s ay1 t ih0 ng)) +("inclement" nil (ih0 n k l eh1 m ax n t)) +("inclination" nil (ih1 n k l ax n ey1 sh ax n)) +("inclinations" nil (ih1 n k l ax n ey1 sh ax n z)) +("incline" v (ih0 n k l ay1 n)) +("incline" n (ih1 n k l ay0 n)) +("inclined" nil (ih0 n k l ay1 n d)) +("inclines" v (ih0 n k l ay1 n z)) +("inclines" n (ih1 n k l ay0 n z)) +("inclosure" nil (ih0 n k l ow1 zh er0)) +("include" nil (ih0 n k l uw1 d)) +("included" nil (ih0 n k l uw1 d ax d)) +("includes" nil (ih0 n k l uw1 d z)) +("including" nil (ih0 n k l uw1 d ih0 ng)) +("inclusion" nil (ih0 n k l uw1 zh ax n)) +("inclusions" nil (ih0 n k l uw1 zh ax n z)) +("inclusive" nil (ih0 n k l uw1 s ih0 v)) +("inco" nil (ih1 n k ow1)) +("incoherence" nil (ih0 n k ow0 hh ih1 r ax n s)) +("incoherent" nil (ih0 n k ow0 hh ih1 r ax n t)) +("incoherently" nil (ih0 n k ow0 hh ih1 r ax n t l iy0)) +("incom" nil (ih1 ng k ax m)) +("income" nil (ih1 n k ah1 m)) +("incomes" nil (ih1 n k ah1 m z)) +("incoming" nil (ih1 n k ah1 m ih0 ng)) +("incommunicado" nil (ih1 n k ax m y uw1 n ax k aa1 d ow0)) +("incomparable" nil (ih0 n k aa1 m p er0 ax b ax l)) +("incomparably" nil (ih0 n k aa1 m p er0 ax b l iy0)) +("incompatibility" nil (ih0 n k aa1 m p ax t ih0 b ih1 l ih0 t iy0)) +("incompatible" nil (ih0 n k ax m p ae1 t ax b ax l)) +("incompetence" nil (ih0 n k aa1 m p ax t ax n s)) +("incompetent" nil (ih0 n k aa1 m p ax t ax n t)) +("incompetents" nil (ih0 ng k aa1 m p ax t ax n t s)) +("incomplete" nil (ih0 n k ax m p l iy1 t)) +("incomprehensible" nil (ih0 ng k aa1 m p r ax hh eh1 n s ih0 b ax l)) +("incompressible" nil (ih0 n k ax m p r eh1 s ax b ax l)) +("inconceivable" nil (ih1 n k ax n s iy1 v ax b ax l)) +("inconclusive" nil (ih0 n k ax n k l uw1 s ih0 v)) +("inconclusively" nil (ih0 ng k aa1 n k l uw0 s ih0 v l iy0)) +("incongruity" nil (ih1 ng k ao0 ng r uw1 ih0 t iy0)) +("incongruous" nil (ih0 ng k ao1 ng r uw0 ax s)) +("incongruously" nil (ih0 ng k ao1 ng r uw0 ax s l iy0)) +("inconsequential" nil (ih0 ng k aa1 n s ax k w eh1 n ch ax l)) +("inconsistencies" nil (ih0 ng k aa1 n s ih0 s t eh1 n s iy0 z)) +("inconsistency" nil (ih1 n k ax n s ih1 s t ax n s iy0)) +("inconsistent" nil (ih1 n k ax n s ih1 s t ax n t)) +("inconspicuous" nil (ih0 ng k aa1 n s p ih0 k w ax s)) +("inconstancy" nil (ih0 n k aa1 n s t ax n s iy0)) +("incontinence" nil (ih0 n k aa1 n t ax n ax n s)) +("incontinent" nil (ih0 n k aa1 n t ax n ax n t)) +("incontrovertible" nil (ih0 ng k aa1 n t r ow0 v er1 t ih0 b ax l)) +("inconvenience" nil (ih1 n k ax n v iy1 n y ax n s)) +("inconvenienced" nil (ih1 n k ax n v iy1 n y ax n s t)) +("inconveniences" nil (ih1 n k ax n v iy1 n y ax n s ih0 z)) +("inconvenient" nil (ih1 n k ax n v iy1 n y ax n t)) +("incoordination" nil (ih0 n k ow1 ao1 r d ax n ey1 sh ax n)) +("incorporate" nil (ih0 n k ao1 r p er0 ey1 t)) +("incorporated" nil (ih0 n k ao1 r p er0 ey1 t ax d)) +("incorporates" nil (ih0 n k ao1 r p er0 ey1 t s)) +("incorporating" nil (ih0 n k ao1 r p er0 ey1 t ih0 ng)) +("incorporation" nil (ih0 n k ao1 r p er0 ey1 sh ax n)) +("incorporations" nil (ih0 n k ao1 r p er0 ey1 sh ax n z)) +("incorrect" nil (ih0 n k er0 eh1 k t)) +("incorrectly" nil (ih0 n k er0 eh1 k t l iy0)) +("incorrigible" nil (ih0 n k aa1 r ax jh ax b ax l)) +("incorvaia" nil (ih0 n k ao0 r v aa1 y ax)) +("increase" v (ih0 n k r iy1 s)) +("increase" n (ih1 n k r iy1 s)) +("increased" nil (ih0 n k r iy1 s t)) +("increases" v (ih0 n k r iy1 s ax z)) +("increases" n (ih1 n k r iy0 s ax z)) +("increasing" nil (ih0 n k r iy1 s ih0 ng)) +("increasingly" nil (ih0 n k r iy1 s ih0 ng l iy0)) +("incredible" nil (ih0 n k r eh1 d ax b ax l)) +("incredibly" nil (ih0 n k r eh1 d ax b l iy0)) +("incredulity" nil (ih1 n k r ax d uw1 l ih0 t iy0)) +("incredulous" nil (ih0 n k r eh1 jh ax l ax s)) +("increment" nil (ih1 n k r ax m ax n t)) +("incremental" nil (ih1 n k r ax m eh1 n t ax l)) +("incrementally" nil (ih0 n k r ax m eh1 n t ax l iy0)) +("increments" nil (ih1 ng k r ax m ax n t s)) +("incriminate" nil (ih0 n k r ih1 m ax n ey1 t)) +("incriminating" nil (ih0 n k r ih1 m ax n ey1 t ih0 ng)) +("incrimination" nil (ih0 n k r ih1 m ax n ey1 sh ax n)) +("incrustation" nil (ih1 n k r ax s t ey1 sh ax n)) +("incstar" nil (ih1 ng k s t aa1 r)) +("incubating" nil (ih1 n k y ax b ey1 t ih0 ng)) +("incubation" nil (ih1 ng k y uw0 b ey1 sh ax n)) +("incubator" nil (ih1 ng k y ax b ey1 t er0)) +("incubators" nil (ih1 ng k y uw0 b ey1 t er0 z)) +("inculcate" nil (ih1 ng k ax l k ey1 t)) +("incumbency" nil (ih0 n k ah1 m b ax n s iy0)) +("incumbent" nil (ih0 n k ah1 m b ax n t)) +("incumbents" nil (ih0 n k ah1 m b ax n t s)) +("incur" nil (ih0 n k er1)) +("incurable" nil (ih0 n k y uh1 r ax b ax l)) +("incurred" nil (ih0 n k er1 d)) +("incurring" nil (ih0 n k er1 ih0 ng)) +("incurs" nil (ih0 n k er1 z)) +("incursion" nil (ih0 n k er1 zh ax n)) +("incursions" nil (ih0 n k er1 zh ax n z)) +("inda" nil (iy1 n d ax)) +("indaba" nil (ih0 n d aa1 b ax)) +("indal" nil (ih1 n d ax l)) +("indata" nil (ih0 n d aa1 t ax)) +("indebted" nil (ih0 n d eh1 t ax d)) +("indebtedness" nil (ih0 n d eh1 t ih0 d n ih0 s)) +("indecency" nil (ih0 n d iy1 s ax n s iy0)) +("indecent" nil (ih0 n d iy1 s ax n t)) +("indecision" nil (ih0 n d ih0 s ih1 zh ax n)) +("indecisive" nil (ih1 n d ih0 s ay1 s ih0 v)) +("indecisiveness" nil (ih0 n d eh1 s ih0 s ih0 v n ax s)) +("indeed" nil (ih0 n d iy1 d)) +("indefatigable" nil (ih1 n d ih0 f ae1 t ih0 g ax b ax l)) +("indefensible" nil (ih0 n d ih0 f eh1 n s ax b ax l)) +("indefinable" nil (ih0 n d ih0 f ay1 n ax b ax l)) +("indefinite" nil (ih0 n d eh1 f ax n ax t)) +("indefinitely" nil (ih0 n d eh1 f ax n ax t l iy0)) +("indelible" nil (ih0 n d eh1 l ih0 b ax l)) +("indelibly" nil (ih0 n d eh1 l ax b l iy0)) +("indelicate" nil (ih0 n d eh1 l ih0 k ax t)) +("indelicato" nil (ih0 n d eh0 l iy0 k aa1 t ow0)) +("indemnification" nil (ih0 n d eh1 m n ax f ih0 k ey1 sh ax n)) +("indemnified" nil (ih0 n d eh1 m n ax f ay1 d)) +("indemnify" nil (ih0 n d eh1 m n ax f ay1)) +("indemnifying" nil (ih0 n d eh1 m n ih0 f ay1 ih0 ng)) +("indemnities" nil (ih0 n d eh1 m n ih0 t iy0 z)) +("indemnity" nil (ih0 n d eh1 m n ax t iy0)) +("indent" v (ih0 n d eh1 n t)) +("indent" n (ih1 n d eh0 n t)) +("indents" v (ih0 n d eh1 n t s)) +("indents" n (ih1 n d eh0 n t s)) +("indenture" nil (ih0 n d eh1 n ch er0)) +("indentured" nil (ih0 n d eh1 n ch er0 d)) +("indentures" nil (ih0 n d eh1 n ch er0 z)) +("independence" nil (ih1 n d ih0 p eh1 n d ax n s)) +("independent" nil (ih1 n d ih0 p eh1 n d ax n t)) +("independently" nil (ih1 n d ih0 p eh1 n d ax n t l iy0)) +("independents" nil (ih1 n d ih0 p eh1 n d ax n t s)) +("inderal" nil (ih1 n d er0 ax l)) +("indestructibility" nil (ih1 n d ax s t r ah1 k t ih0 b ih1 l ih0 t iy0)) +("indestructible" nil (ih1 n d ax s t r ah1 k t ih0 b ax l)) +("indeterminate" nil (ih1 n d ih0 t er1 m ih0 n ih0 t)) +("index" nil (ih1 n d eh0 k s)) +("indexation" nil (ih1 n d eh1 k s ey1 sh ax n)) +("indexed" nil (ih1 n d eh0 k s t)) +("indexers" nil (ih1 n d eh1 k s er0 z)) +("indexes" nil (ih1 n d eh0 k s ih0 z)) +("indexing" nil (ih1 n d eh0 k s ih0 ng)) +("india" nil (ih1 n d iy0 ax)) +("indian" nil (ih1 n d iy0 ax n)) +("indiana" nil (ih1 n d iy0 ae1 n ax)) +("indianapolis" nil (ih1 n d iy0 ax n ae1 p ax l ih0 s)) +("indianians" nil (ih1 n d iy0 ae1 n iy0 ax n z)) +("indians" nil (ih1 n d iy0 ax n z)) +("indic" nil (ih1 n d ih0 k)) +("indicate" nil (ih1 n d ax k ey1 t)) +("indicated" nil (ih1 n d ax k ey1 t ax d)) +("indicates" nil (ih1 n d ax k ey1 t s)) +("indicating" nil (ih1 n d ax k ey1 t ih0 ng)) +("indication" nil (ih1 n d ax k ey1 sh ax n)) +("indications" nil (ih1 n d ax k ey1 sh ax n z)) +("indicative" nil (ih0 n d ih1 k ax t ih0 v)) +("indicator" nil (ih1 n d ax k ey1 t er0)) +("indicators" nil (ih1 n d ax k ey1 t er0 z)) +("indices" nil (ih1 n d ih0 s iy1 z)) +("indict" nil (ih0 n d ay1 t)) +("indicted" nil (ih0 n d ay1 t ax d)) +("indicting" nil (ih0 n d ay1 t ih0 ng)) +("indictment" nil (ih0 n d ay1 t m ax n t)) +("indictments" nil (ih0 n d ay1 t m ax n t s)) +("indies" nil (ih1 n d iy0 z)) +("indifference" nil (ih0 n d ih1 f er0 ax n s)) +("indifferent" nil (ih0 n d ih1 f r ax n t)) +("indigenous" nil (ih0 n d ih1 jh ax n ax s)) +("indigenously" nil (ih0 n d ih1 jh ax n ax s l iy0)) +("indigent" nil (ih1 n d ih0 jh ax n t)) +("indigents" nil (ih1 n d ih0 jh ax n t s)) +("indigestion" nil (ih1 n d ay0 jh eh1 s ch ax n)) +("indignant" nil (ih0 n d ih1 g n ax n t)) +("indignantly" nil (ih0 n d ih1 g n ax n t l iy0)) +("indignation" nil (ih1 n d ih0 g n ey1 sh ax n)) +("indignities" nil (ih0 n d ih1 g n ax t iy0 z)) +("indignity" nil (ih0 n d ih1 g n ax t iy0)) +("indigo" nil (ih1 n d ax g ow1)) +("indira" nil (ih0 n d ih1 r ax)) +("indirect" nil (ih0 n d er0 eh1 k t)) +("indirectly" nil (ih0 n d er0 eh1 k t l iy0)) +("indiscreet" nil (ih0 n d ih0 s k r iy1 t)) +("indiscretions" nil (ih1 n d ih0 s k r eh1 sh ax n z)) +("indiscriminate" nil (ih0 n d ih0 s k r ih1 m ax n ax t)) +("indiscriminately" nil (ih1 n d ih0 s k r ih1 m ax n ax t l iy0)) +("indispensable" nil (ih1 n d ih0 s p eh1 n s ax b ax l)) +("indispensible" nil (ih1 n d ih0 s p eh1 n s ih0 b ax l)) +("indisputable" nil (ih1 n d ih0 s p y uw1 t ax b ax l)) +("indisputably" nil (ih0 n d ih1 s p y uw0 t ae1 b l iy0)) +("indistinct" nil (ih0 n d ih0 s t ih1 ng k t)) +("indistinguishable" nil (ih0 n d ih0 s t ih1 ng g w ih0 sh ax b ax l)) +("indite" nil (ih0 n d ay1 t)) +("indited" nil (ih0 n d ay1 t ih0 d)) +("indium" nil (ih1 n d iy0 ax m)) +("individual" nil (ih1 n d ax v ih1 jh ax w ax l)) +("individualism" nil (ih1 n d ih0 v ih0 d uw1 ax l ih1 z ax m)) +("individualist" nil (ih1 n d ih0 v ih0 d uw1 ax l ih0 s t)) +("individualistic" nil (ih1 n d ih0 v ih1 jh uw0 ax l ih1 s t ih0 k)) +("individualists" nil (ih1 n d ax v ih1 jh uw0 ax l ih0 s t s)) +("individuality" nil (ih0 n d ih1 v ih0 jh uw0 ae1 l ih0 t iy0)) +("individualized" nil (ih1 n d ih0 v ih1 jh uw0 ax l ay0 z d)) +("individually" nil (ih1 n d ih0 v ih1 jh uw0 ax l iy0)) +("individuals" nil (ih1 n d ax v ih1 jh ax w ax l z)) +("indivisible" nil (ih1 n d ih0 v ih1 s ih0 b ax l)) +("indo" nil (ih1 n d ow0)) +("indochina" nil (ih1 n d ow0 ch ay1 n ax)) +("indochinese" nil (ih1 n d ow0 ch ay1 n iy1 z)) +("indoctrinated" nil (ih0 n d aa1 k t r ax n ey1 t ih0 d)) +("indoctrination" nil (ih0 n d aa1 k t r ax n ey1 sh ax n)) +("indolent" nil (ih1 n d ax l ax n t)) +("indomitable" nil (ih0 n d aa1 m ax t ax b ax l)) +("indonesia" nil (ih1 n d ow0 n iy1 zh ax)) +("indonesian" nil (ih1 n d ow0 n iy1 zh ax n)) +("indonesians" nil (ih1 n d ow0 n iy1 s iy0 ax n z)) +("indoor" nil (ih1 n d ao1 r)) +("indoors" nil (ih1 n d ao1 r z)) +("indosuez" nil (ih1 n d ow0 s uw0 ey1 z)) +("indovina" nil (ih0 n d ow0 v iy1 n ax)) +("indri" nil (ih1 n d r iy1)) +("induce" nil (ih0 n d uw1 s)) +("induced" nil (ih0 n d uw1 s t)) +("inducement" nil (ih0 n d uw1 s m ax n t)) +("inducements" nil (ih0 n d uw1 s m ax n t s)) +("induces" nil (ih0 n d uw1 s ih0 z)) +("inducing" nil (ih0 n d uw1 s ih0 ng)) +("inductance" nil (ih0 n d ah1 k t ax n s)) +("inducted" nil (ih0 n d ah1 k t ax d)) +("inductees" nil (ih0 n d ah1 k t iy1 z)) +("induction" nil (ih0 n d ah1 k sh ax n)) +("inductor" nil (ih0 n d ah1 k t er0)) +("indulge" nil (ih0 n d ah1 l jh)) +("indulged" nil (ih0 n d ah1 l jh d)) +("indulgence" nil (ih0 n d ah1 l jh ax n s)) +("indulgences" nil (ih0 n d ah1 l jh ax n s ax z)) +("indulgent" nil (ih0 n d ah1 l jh ax n t)) +("indulges" nil (ih0 n d ah1 l jh ih0 z)) +("indulging" nil (ih0 n d ah1 l jh ih0 ng)) +("indus" nil (ih1 n d ax s)) +("industri" nil (ih0 n d ah1 s t r iy0)) +("industria" nil (ih0 n d ah1 s t r iy0 ax)) +("industrial" nil (ih0 n d ah1 s t r iy0 ax l)) +("industriale" nil (ih1 n d ax s t r iy0 aa1 l iy0)) +("industriali" nil (ih0 n d ah1 s t r iy0 aa1 l iy0)) +("industrialist" nil (ih0 n d ah1 s t r iy0 ax l ih0 s t)) +("industrialists" nil (ih0 n d ah1 s t r iy0 ax l ih0 s t s)) +("industrialization" nil (ih0 n d ah1 s t r iy0 ax l ih0 z ey1 sh ax n)) +("industrialize" nil (ih0 n d ah1 s t r iy0 ax l ay1 z)) +("industrialized" nil (ih0 n d ah1 s t r iy0 ax l ay1 z d)) +("industrializing" nil (ih0 n d ah1 s t r iy0 ax l ay1 z ih0 ng)) +("industrially" nil (ih0 n d ah1 s t r iy0 ax l iy0)) +("industrials" nil (ih0 n d ah1 s t r iy0 ax l z)) +("industrie" nil (ih1 n d ax s t r iy0)) +("industrielle" nil (ih0 n d ah1 s t r iy0 eh1 l)) +("industrier" nil (ih1 n d ax s t r iy1 er0)) +("industries" nil (ih1 n d ax s t r iy0 z)) +("industrious" nil (ih0 n d ah1 s t r iy0 ax s)) +("industrivaerden" nil (ih1 n d ax s t r iy0 v eh1 r d ax n)) +("industry" nil (ih1 n d ax s t r iy0)) +("industrywide" nil (ih1 n d ax s t r iy0 w ay1 d)) +("indy" nil (ih1 n d iy0)) +("inedible" nil (ih0 n eh1 d ax b ax l)) +("ineffable" nil (ih0 n eh1 f ax b ax l)) +("ineffective" nil (ih0 n ih0 f eh1 k t ih0 v)) +("ineffectiveness" nil (ih1 n ax f eh1 k t ih0 v n ax s)) +("ineffectual" nil (ih1 n ax f eh1 k ch uw0 ax l)) +("inefficiencies" nil (ih0 n ih0 f ih1 sh ax n s iy0 z)) +("inefficiency" nil (ih0 n ih0 f ih1 sh ax n s iy0)) +("inefficient" nil (ih0 n ih0 f ih1 sh ax n t)) +("inefficiently" nil (ih0 n ih0 f ih1 sh ax n t l iy0)) +("inelastic" nil (ih1 n ax l ae1 s t ih0 k)) +("ineligible" nil (ih0 n eh1 l ih0 jh ax b ax l)) +("inept" nil (ih0 n eh1 p t)) +("ineptitude" nil (ih0 n eh1 p t ih0 t uw1 d)) +("ineptly" nil (ih0 n eh1 p t l iy0)) +("inequalities" nil (ih1 n ax k w aa1 l ih0 t iy0 z)) +("inequality" nil (ih1 n ih0 k w aa1 l ax t iy0)) +("inequitable" nil (ih0 n eh1 k w ax t ax b ax l)) +("inequities" nil (ih0 n eh1 k w ax t iy0 z)) +("inequity" nil (ih0 n eh1 k w ax t iy0)) +("inerco" nil (ih0 n er1 k ow0)) +("inert" nil (ih0 n er1 t)) +("inertia" nil (ih0 n er1 sh ax)) +("inertial" nil (ih0 n er1 sh ax l)) +("ines" nil (ih1 n ih0 s)) +("inescapable" nil (ih1 n ih0 s k ey1 p ax b ax l)) +("inevitability" nil (ih0 n eh1 v ih0 t ax b ih1 l ih0 t iy0)) +("inevitable" nil (ih0 n eh1 v ax t ax b ax l)) +("inevitably" nil (ih0 n eh1 v ax t ax b l iy0)) +("inexact" nil (ih0 n ih0 g z ae1 k t)) +("inexcusable" nil (ih0 n ih0 k s k y uw1 z ax b ax l)) +("inexhaustible" nil (ih0 n ih0 g z ao1 s t ax b ax l)) +("inexorable" nil (ih1 n eh1 k s er0 ax b ax l)) +("inexorably" nil (ih0 n eh1 k s er0 ax b l iy0)) +("inexpensive" nil (ih1 n ih0 k s p eh1 n s ih0 v)) +("inexpensively" nil (ih1 n ax k s p eh1 n s ih0 v l iy0)) +("inexperience" nil (ih1 n ih0 k s p ih1 r iy0 ax n s)) +("inexperienced" nil (ih0 n ih0 k s p ih1 r iy0 ax n s t)) +("inexplicable" nil (ih1 n ax k s p l ih1 s ax b ax l)) +("inexplicably" nil (ih1 n ih0 k s p l ih1 k ax b l iy0)) +("inextricably" nil (ih0 n eh1 k s t r ih0 k ax b l iy0)) +("inez" nil (ih0 n eh1 z)) +("infallibility" nil (ih0 n f ae1 l ih0 b ih1 l ih0 t iy0)) +("infallible" nil (ih0 n f ae1 l ax b ax l)) +("infamous" nil (ih1 n f ax m ax s)) +("infamy" nil (ih1 n f ax m iy0)) +("infancy" nil (ih1 n f ax n s iy0)) +("infant" nil (ih1 n f ax n t)) +("infante" nil (ih0 n f aa1 n t ey1)) +("infanticide" nil (ih0 n f ae1 n t ax s ay1 d)) +("infantile" nil (ih1 n f ax n t ih0 l)) +("infantino" nil (ih0 n f aa0 n t iy1 n ow0)) +("infantry" nil (ih1 n f ax n t r iy0)) +("infantryman" nil (ih1 n f ae0 n t r iy0 m ax n)) +("infantrymen" nil (ih1 n f ae0 n t r iy0 m ax n)) +("infants" nil (ih1 n f ax n t s)) +("infarction" nil (ih0 n f aa1 r k sh ax n)) +("infatuated" nil (ih0 n f ae1 ch uw0 ey1 t ih0 d)) +("infatuation" nil (ih0 n f ae1 ch uw0 ey1 sh ax n)) +("infeasible" nil (ih0 n f iy1 z ax b ax l)) +("infect" nil (ih0 n f eh1 k t)) +("infected" nil (ih0 n f eh1 k t ax d)) +("infecting" nil (ih0 n f eh1 k t ih0 ng)) +("infection" nil (ih0 n f eh1 k sh ax n)) +("infections" nil (ih0 n f eh1 k sh ax n z)) +("infectious" nil (ih0 n f eh1 k sh ax s)) +("infective" nil (ih0 n f eh1 k t ih0 v)) +("infects" nil (ih0 n f eh1 k t s)) +("infer" nil (ih0 n f er1)) +("inference" nil (ih1 n f er0 ax n s)) +("inferences" nil (ih1 n f er0 eh1 n s ih0 z)) +("inferior" nil (ih0 n f ih1 r iy0 er0)) +("inferiority" nil (ih1 n f ih0 r iy0 ao1 r ih0 t iy0)) +("infernal" nil (ih0 n f er1 n ax l)) +("inferno" nil (ih0 n f er1 n ow0)) +("inferred" nil (ih0 n f er1 d)) +("inferring" nil (ih0 n f er1 ih0 ng)) +("infertile" nil (ih0 n f er1 t ax l)) +("infertility" nil (ih1 n f er0 t ih1 l ih0 t iy0)) +("infestation" nil (ih0 n f eh1 s t ey1 sh ax n)) +("infestations" nil (ih1 n f eh1 s t ey1 sh ax n z)) +("infested" nil (ih0 n f eh1 s t ax d)) +("infests" nil (ih0 n f eh1 s t s)) +("infidel" nil (ih1 n f ih0 d eh1 l)) +("infidelities" nil (ih1 n f ih0 d eh1 l ih0 t iy0 z)) +("infidelity" nil (ih1 n f ih0 d eh1 l ih0 t iy0)) +("infield" nil (ih1 n f iy1 l d)) +("infielder" nil (ih1 n f iy1 l d er0)) +("infielders" nil (ih1 n f iy1 l d er0 z)) +("infighting" nil (ih1 n f ay1 t ih0 ng)) +("infiltrate" nil (ih0 n f ih1 l t r ey1 t)) +("infiltrated" nil (ih0 n f ih1 l t r ey1 t ih0 d)) +("infiltrating" nil (ih0 n f ih1 l t r ey1 t ih0 ng)) +("infiltration" nil (ih1 n f ih0 l t r ey1 sh ax n)) +("infinger" nil (ih1 n f ih0 ng er0)) +("infinite" nil (ih1 n f ax n ax t)) +("infinitely" nil (ih1 n f ax n ax t l iy0)) +("infinitesimal" nil (ih1 n f ih0 n ih0 t eh1 s ih0 m ax l)) +("infiniti" nil (ih0 n f ih1 n ih0 t iy0)) +("infinity" nil (ih0 n f ih1 n ax t iy0)) +("infirm" nil (ih0 n f er1 m)) +("infirmary" nil (ih0 n f er1 m er0 iy0)) +("inflame" nil (ih0 n f l ey1 m)) +("inflamed" nil (ih0 n f l ey1 m d)) +("inflaming" nil (ih0 n f l ey1 m ih0 ng)) +("inflammable" nil (ih0 n f l ae1 m ax b ax l)) +("inflammation" nil (ih1 n f l ax m ey1 sh ax n)) +("inflammatory" nil (ih0 n f l ae1 m ax t ao1 r iy0)) +("inflatable" nil (ih0 n f l ey1 t ax b ax l)) +("inflate" nil (ih0 n f l ey1 t)) +("inflated" nil (ih0 n f l ey1 t ax d)) +("inflates" nil (ih0 n f l ey1 t s)) +("inflating" nil (ih0 n f l ey1 t ih0 ng)) +("inflation" nil (ih0 n f l ey1 sh ax n)) +("inflationary" nil (ih0 n f l ey1 sh ax n eh1 r iy0)) +("inflator" nil (ih0 n f l ey1 t er0)) +("inflected" nil (ih0 n f l eh1 k t ax d)) +("inflection" nil (ih0 n f l eh1 k sh ax n)) +("inflections" nil (ih0 n f l eh1 k sh ax n z)) +("inflexibility" nil (ih0 n f l eh1 k s ih0 b ih1 l ih0 t iy0)) +("inflexible" nil (ih0 n f l eh1 k s ax b ax l)) +("inflict" nil (ih0 n f l ih1 k t)) +("inflicted" nil (ih0 n f l ih1 k t ih0 d)) +("inflicting" nil (ih0 n f l ih1 k t ih0 ng)) +("infliction" nil (ih0 n f l ih1 k sh ax n)) +("inflicts" nil (ih0 n f l ih1 k t s)) +("inflight" nil (ih1 n f l ay1 t)) +("inflow" nil (ih1 n f l ow1)) +("inflows" nil (ih1 n f l ow1 z)) +("influence" nil (ih1 n f l uw0 ax n s)) +("influenced" nil (ih1 n f l uw0 ax n s t)) +("influences" nil (ih1 n f l uw1 ax n s ih0 z)) +("influencing" nil (ih1 n f l uw1 ax n s ih0 ng)) +("influential" nil (ih1 n f l uw0 eh1 n ch ax l)) +("influenza" nil (ih1 n f l uw0 eh1 n z ax)) +("influx" nil (ih1 n f l ah1 k s)) +("info" nil (ih1 n f ow0)) +("infocorp" nil (ih1 n f ow0 k ao1 r p)) +("infomercial" nil (ih1 n f ow0 m er1 sh ax l)) +("infomercials" nil (ih1 n f ow0 m er1 sh ax l z)) +("inform" nil (ih0 n f ao1 r m)) +("informal" nil (ih0 n f ao1 r m ax l)) +("informality" nil (ih1 n f er0 m ae1 l ih0 t iy0)) +("informally" nil (ih0 n f ao1 r m ax l iy0)) +("informals" nil (ih0 n f ao1 r m ax l z)) +("informant" nil (ih0 n f ao1 r m ax n t)) +("informants" nil (ih0 n f ao1 r m ax n t s)) +("informatics" nil (ih1 n f er0 m ae1 t ih0 k s)) +("information" nil (ih1 n f er0 m ey1 sh ax n)) +("informational" nil (ih1 n f er0 m ey1 sh ax n ax l)) +("informations" nil (ih1 n f er0 m ey1 sh ax n z)) +("informative" nil (ih0 n f ao1 r m ax t ih0 v)) +("informed" nil (ih0 n f ao1 r m d)) +("informer" nil (ih0 n f ao1 r m er0)) +("informers" nil (ih0 n f ao1 r m er0 z)) +("informing" nil (ih0 n f ao1 r m ih0 ng)) +("informix" nil (ih0 n f ao1 r m ih0 k s)) +("informs" nil (ih0 n f ao1 r m z)) +("infoscan" nil (ih1 n f ow0 s k ae1 n)) +("infotech" nil (ih1 n f ow0 t eh1 k)) +("infotechnology" nil (ih1 n f ow0 t eh0 k n aa1 l ax jh iy0)) +("infotron" nil (ih1 n f ow0 t r aa1 n)) +("infoworld" nil (ih1 n f ow0 w er1 l d)) +("infra" nil (ih1 n f r ax)) +("infraction" nil (ih0 n f r ae1 k sh ax n)) +("infractions" nil (ih0 n f r ae1 k sh ax n z)) +("infrared" nil (ih1 n f r er0 eh1 d)) +("infrastructural" nil (ih1 n f r ax s t r ah1 k ch er0 ax l)) +("infrastructure" nil (ih1 n f r ax s t r ah1 k ch er0)) +("infrastructures" nil (ih1 n f r ax s t r ah1 k ch er0 z)) +("infrequency" nil (ih0 n f r iy1 k w ax n s iy0)) +("infrequent" nil (ih0 n f r iy1 k w ax n t)) +("infrequently" nil (ih0 n f r iy1 k w ax n t l iy0)) +("infringe" nil (ih0 n f r ih1 n jh)) +("infringed" nil (ih0 n f r ih1 n jh d)) +("infringement" nil (ih0 n f r ih1 n jh m ax n t)) +("infringements" nil (ih0 n f r ih1 n jh m ax n t s)) +("infringes" nil (ih0 n f r ih1 n jh ih0 z)) +("infringing" nil (ih0 n f r ih1 n jh ih0 ng)) +("infuriate" nil (ih0 n f y uh1 r iy0 ey1 t)) +("infuriated" nil (ih0 n f y uh1 r iy0 ey1 t ax d)) +("infuriates" nil (ih0 n f y uh1 r iy0 ey1 t s)) +("infuriating" nil (ih0 n f y uh1 r iy0 ey1 t ih0 ng)) +("infuse" nil (ih0 n f y uw1 z)) +("infused" nil (ih0 n f y uw1 z d)) +("infuses" nil (ih0 n f y uw1 z ih0 z)) +("infusing" nil (ih0 n f y uw1 z ih0 ng)) +("infusion" nil (ih0 n f y uw1 zh ax n)) +("infusions" nil (ih0 n f y uw1 zh ax n z)) +("ing" nil (ih1 ng)) +("inga" nil (iy1 ng g ax)) +("ingalls" nil (ih0 ng g ao1 l z)) +("ingalsbe" nil (ih1 ng g ax l s b iy0)) +("ingar" nil (ih1 ng g er0)) +("ingber" nil (ih1 ng b er0)) +("inge" nil (ih1 n jh)) +("ingelheim" nil (ih1 ng g ax l hh ay1 m)) +("ingels" nil (ih1 ng g ax l z)) +("ingemar" nil (ih1 ng g ih0 m er0)) +("ingenious" nil (ih0 n jh iy1 n y ax s)) +("ingeniously" nil (ih0 n jh iy1 n y ax s l iy0)) +("ingenito" nil (ih0 ng g eh0 n iy1 t ow0)) +("ingenue" nil (ih0 n jh eh1 n y uw0)) +("ingenuity" nil (ih0 n jh ax n uw1 ax t iy0)) +("ingenuous" nil (ih0 n jh eh1 n y uw0 ax s)) +("inger" nil (ih1 ng er0)) +("ingersoll" nil (ih1 ng g er0 s ao0 l)) +("ingerson" nil (ih1 ng g er0 s ax n)) +("ingest" nil (ih0 n jh eh1 s t)) +("ingested" nil (ih0 n jh eh1 s t ax d)) +("ingesting" nil (ih0 n jh eh1 s t ih0 ng)) +("ingestion" nil (ih0 n jh eh1 s ch ax n)) +("ingham" nil (ih1 ng ax m)) +("inghram" nil (ih0 ng g r ae1 m)) +("ingimarson" nil (ih1 ng ax m aa1 r s ax n)) +("ingle" nil (ih1 ng g ax l)) +("inglebert" nil (ih1 ng g l ih0 b er0 t)) +("inglenook" nil (ih1 ng g ax l n uh1 k)) +("ingles" nil (ih1 ng g ax l z)) +("inglese" nil (ih1 ng g l iy0 z)) +("inglett" nil (ih0 ng g l eh1 t)) +("inglewood" nil (ih1 ng g ax l w uh1 d)) +("inglis" nil (ih1 ng g l ih0 s)) +("inglish" nil (ih1 ng g ax l ih0 sh)) +("inglorious" nil (ih0 n g l ao1 r iy0 ax s)) +("ingman" nil (ih1 ng m ax n)) +("ingmar" nil (ih1 ng m aa0 r)) +("ingmire" nil (ih1 ng m ay0 r)) +("ingo" nil (ih1 ng g ow0)) +("ingoglia" nil (ih0 ng g ow1 g l iy0 ax)) +("ingold" nil (ih1 ng g ow0 l d)) +("ingot" nil (ih1 ng g ax t)) +("ingots" nil (ih1 ng g ax t s)) +("ingraham" nil (ih1 ng g r ax hh ae1 m)) +("ingrained" nil (ih0 n g r ey1 n d)) +("ingram" nil (ih1 ng g r ax m)) +("ingrao" nil (iy1 ng g r aw0)) +("ingrassia" nil (ih0 ng g r aa1 sh ax)) +("ingratiate" nil (ih0 n g r ey1 sh iy0 ey1 t)) +("ingratiating" nil (ih0 n g r ey1 sh iy0 ey1 t ih0 ng)) +("ingredient" nil (ih0 n g r iy1 d iy0 ax n t)) +("ingredients" nil (ih0 n g r iy1 d iy0 ax n t s)) +("ingria" nil (ih1 ng g r iy0 ax)) +("ingrid" nil (ih1 ng g r ih0 d)) +("ingrum" nil (ih1 ng g r ax m)) +("ingvar" nil (ih1 ng v aa0 r)) +("ingwersen" nil (ih1 ng g w er0 s ax n)) +("inhabit" nil (ih0 n hh ae1 b ax t)) +("inhabitants" nil (ih0 n hh ae1 b ax t ax n t s)) +("inhabitation" nil (ih0 n hh ae1 b ax t ey1 sh ax n)) +("inhabited" nil (ih0 n hh ae1 b ax t ax d)) +("inhalable" nil (ih0 n hh ey1 l ax b ax l)) +("inhalation" nil (ih0 n ax l ey1 sh ax n)) +("inhale" nil (ih0 n hh ey1 l)) +("inhaled" nil (ih0 n hh ey1 l d)) +("inhaler" nil (ih0 n hh ey1 l er0)) +("inhaling" nil (ih0 n hh ey1 l ih0 ng)) +("inherent" nil (ih0 n hh ih1 r ax n t)) +("inherently" nil (ih0 n hh ih1 r ax n t l iy0)) +("inherit" nil (ih0 n hh eh1 r ax t)) +("inheritable" nil (ih0 n hh eh1 r ax t ax b ax l)) +("inheritance" nil (ih0 n hh eh1 r ax t ax n s)) +("inherited" nil (ih0 n hh eh1 r ax t ih0 d)) +("inheriting" nil (ih0 n hh eh1 r ax t ih0 ng)) +("inherits" nil (ih0 n hh eh1 r ax t s)) +("inhibit" nil (ih0 n hh ih1 b ax t)) +("inhibited" nil (ih0 n hh ih1 b ax t ih0 d)) +("inhibiting" nil (ih0 n hh ih1 b ax t ih0 ng)) +("inhibition" nil (ih1 n hh ax b ih1 sh ax n)) +("inhibitions" nil (ih1 n hh ax b ih1 sh ax n z)) +("inhibitor" nil (ih0 n hh ih1 b ax t er0)) +("inhibitors" nil (ih0 n hh ih1 b ax t er0 z)) +("inhibitory" nil (ih0 n hh ih1 b ax t ao1 r iy0)) +("inhibits" nil (ih0 n hh ih1 b ax t s)) +("inhofe" nil (ih1 n hh ow1 f)) +("inhospitable" nil (ih0 n hh aa1 s p ax t ax b ax l)) +("inhouse" nil (ih1 n hh aw1 s)) +("inhuman" nil (ih0 n hh y uw1 m ax n)) +("inhumane" nil (ih0 n hh y uw0 m ey1 n)) +("iniga" nil (ih0 n iy1 g ax)) +("iniguez" nil (ih0 n iy1 g eh0 z)) +("iniki" nil (iy0 n iy1 k iy0)) +("inimical" nil (ih0 n ih1 m ih0 k ax l)) +("inimitable" nil (ih0 n ih1 m ax t ax b ax l)) +("iniss" nil (ih1 n ih0 s)) +("initial" nil (ih0 n ih1 sh ax l)) +("initialed" nil (ih0 n ih1 sh ax l d)) +("initially" nil (ih0 n ih1 sh ax l iy0)) +("initials" nil (ih0 n ih1 sh ax l z)) +("initiate" n (ih0 n ih1 sh iy0 ax t)) +("initiate" v (ih0 n ih1 sh iy0 ey1 t)) +("initiated" nil (ih0 n ih1 sh iy0 ey1 t ax d)) +("initiates" n (ih0 n ih1 sh iy0 ax t s)) +("initiates" v (ih0 n ih1 sh iy0 ey1 t s)) +("initiating" nil (ih0 n ih1 sh iy0 ey1 t ih0 ng)) +("initiation" nil (ih0 n ih1 sh iy0 ey1 sh ax n)) +("initiative" nil (ih0 n ih1 sh ax t ih0 v)) +("initiatives" nil (ih0 n ih1 sh ax t ih0 v z)) +("initiator" nil (ih1 n ih0 sh iy1 ey0 t er0)) +("initiators" nil (ih0 n ih1 sh iy0 ey0 t er0 z)) +("initio" nil (ih0 n ih1 t iy0 ow0)) +("iniziativa" nil (ih1 n ih0 z iy1 ax t iy1 v ax)) +("inject" nil (ih0 n jh eh1 k t)) +("injectable" nil (ih0 n jh eh1 k t ax b ax l)) +("injected" nil (ih0 n jh eh1 k t ax d)) +("injecting" nil (ih0 n jh eh1 k t ih0 ng)) +("injection" nil (ih0 n jh eh1 k sh ax n)) +("injections" nil (ih0 n jh eh1 k sh ax n z)) +("injector" nil (ih0 n jh eh1 k t er0)) +("injectors" nil (ih0 n jh eh1 k t er0 z)) +("injects" nil (ih0 n jh eh1 k t s)) +("injuction" nil (ih0 n jh ah1 k sh ax n)) +("injunction" nil (ih0 n jh ah1 ng k sh ax n)) +("injunctions" nil (ih0 n jh ah1 ng k sh ax n z)) +("injunctive" nil (ih0 n jh ah1 ng k t ih0 v)) +("injure" nil (ih1 n jh er0)) +("injured" nil (ih1 n jh er0 d)) +("injures" nil (ih1 n jh er0 z)) +("injuries" nil (ih1 n jh er0 iy0 z)) +("injuring" nil (ih1 n jh er0 ih0 ng)) +("injurious" nil (ih0 n jh uh1 r iy0 ax s)) +("injury" nil (ih1 n jh er0 iy0)) +("injustice" nil (ih0 n jh ah1 s t ih0 s)) +("injustices" nil (ih0 n jh ah1 s t ax s ih0 z)) +("ink" nil (ih1 ng k)) +("inkatha" nil (ih0 ng k ae1 th ax)) +("inkblot" nil (ih1 ng k b l aa1 t)) +("inkjet" nil (ih1 ng k jh eh1 t)) +("inkling" nil (ih1 ng k l ih0 ng)) +("inks" nil (ih1 ng k s)) +("inky" nil (ih1 ng k iy0)) +("inlaid" nil (ih1 n l ey1 d)) +("inland" nil (ih1 n l ae1 n d)) +("inlaws" nil (ih0 n l ao1 z)) +("inlay" nil (ih1 n l ey1)) +("inlet" nil (ih1 n l eh1 t)) +("inlets" nil (ih1 n l eh1 t s)) +("inlow" nil (ih0 n l ow1)) +("inmac" nil (ih1 n m ae0 k)) +("inman" nil (ih1 n m ax n)) +("inmarsat" nil (ih0 n m aa1 r s ae1 t)) +("inmate" nil (ih1 n m ey1 t)) +("inmates" nil (ih1 n m ey1 t s)) +("inmex" nil (ih1 n m eh1 k s)) +("inmobiliaria" nil (ih0 n m ow1 b ax l iy0 eh1 r iy0 ax)) +("inmon" nil (ih1 n m ax n)) +("inmont" nil (ih1 n m aa1 n t)) +("inn" nil (ih1 n)) +("innards" nil (ih1 n er0 d z)) +("innate" nil (ih0 n ey1 t)) +("inner" nil (ih1 n er0)) +("innermost" nil (ih1 n er0 m ow1 s t)) +("innerspace" nil (ih1 n er0 s p ey1 s)) +("innes" nil (ih1 n ax s)) +("inness" nil (ih1 n ih0 s)) +("inning" nil (ih1 n ih0 ng)) +("innings" nil (ih1 n ih0 ng z)) +("innis" nil (ih1 n ih0 s)) +("inniss" nil (ih1 n ih0 s)) +("innkeeper" nil (ih1 n k iy1 p er0)) +("innkeepers" nil (ih1 n k iy1 p er0 z)) +("inno" nil (ih1 n ow0)) +("innocence" nil (ih1 n ax s ax n s)) +("innocent" nil (ih1 n ax s ax n t)) +("innocenti" nil (ih0 n ow0 ch eh1 n t iy0)) +("innocently" nil (ih1 n ax s ax n t l iy0)) +("innocents" nil (ih1 n ax s ax n t s)) +("innocuous" nil (ih0 n aa1 k y uw0 ax s)) +("innominate" nil (ih0 n aa1 m ax n ax t)) +("innopac" nil (ih1 n ax p ae1 k)) +("innovate" nil (ih1 n ax v ey1 t)) +("innovated" nil (ih1 n ax v ey1 t ih0 d)) +("innovation" nil (ih1 n ax v ey1 sh ax n)) +("innovations" nil (ih1 n ax v ey1 sh ax n z)) +("innovative" nil (ih1 n ax v ey1 t ih0 v)) +("innovator" nil (ih1 n ax v ey1 t er0)) +("innovators" nil (ih1 n ax v ey1 t er0 z)) +("inns" nil (ih1 n z)) +("innuendo" nil (ih0 n y uw0 eh1 n d ow0)) +("innuendoes" nil (ih0 n y uw0 eh1 n d ow0 z)) +("innuendos" nil (ih0 n y uw0 eh1 n d ow0 z)) +("innumerable" nil (ih0 n uw1 m er0 ax b ax l)) +("inocencio" nil (ih0 n ow0 ch eh1 n ch iy0 ow0)) +("inoculate" nil (ih0 n aa1 k y ax l ey1 t)) +("inoculated" nil (ih0 n aa1 k y ax l ey1 t ih0 d)) +("inoculation" nil (ih0 n aa1 k y ax l ey1 sh ax n)) +("inoffensive" nil (ih0 n ax f eh1 n s ih0 v)) +("inoperable" nil (ih0 n aa1 p er0 ax b ax l)) +("inoperative" nil (ih0 n aa1 p er0 ax t ih0 v)) +("inopportune" nil (ih0 n aa1 p er0 t uw1 n)) +("inordinate" nil (ih0 n ao1 r d ax n ih0 t)) +("inordinately" nil (ih0 n ao1 r d ax n ax t l iy0)) +("inorganic" nil (ih0 n ao0 r g ae1 n ih0 k)) +("inoue" nil (ih0 n ow1 ey0)) +("inouye" nil (ih0 n uw1 ey0)) +("inpatient" nil (ih1 n p ey1 sh ax n t)) +("inpatients" nil (ih0 n p ey1 sh ax n t s)) +("input" nil (ih1 n p uh1 t)) +("inputs" nil (ih1 n p uh1 t s)) +("inquest" nil (ih1 n k w eh1 s t)) +("inquire" nil (ih0 n k w ay1 r)) +("inquired" nil (ih0 n k w ay1 er0 d)) +("inquirer" nil (ih0 n k w ay1 r er0)) +("inquires" nil (ih0 n k w ay1 er0 z)) +("inquiries" nil (ih0 n k w ay1 er0 iy0 z)) +("inquiring" nil (ih0 n k w ay1 er0 ih0 ng)) +("inquiry" nil (ih0 n k w ay1 r iy0)) +("inquisition" nil (ih1 n k w ax z ih1 sh ax n)) +("inquisitive" nil (ih0 n k w ih1 z ih0 t ih0 v)) +("inquisitors" nil (ih0 n k w ih1 z ax t er0 z)) +("inroad" nil (ih1 n r ow1 d)) +("inroads" nil (ih1 n r ow1 d z)) +("ins" nil (ih1 n z)) +("insalaco" nil (ih0 n s aa0 l aa1 k ow0)) +("insane" nil (ih0 n s ey1 n)) +("insanity" nil (ih0 n s ae1 n ax t iy0)) +("insatiable" nil (ih0 n s ey1 sh ax b ax l)) +("inscho" nil (ih1 n sh ow0)) +("insco" nil (iy1 n s k ow0)) +("inscoe" nil (ih0 n s k ow1)) +("inscore" nil (ih0 n s k ao1 r iy0)) +("inscribed" nil (ih0 n s k r ay1 b d)) +("inscription" nil (ih0 n s k r ih1 p sh ax n)) +("inscriptions" nil (ih0 n s k r ih1 p sh ax n z)) +("inscrutable" nil (ih0 n s k r uw1 t ax b ax l)) +("insect" nil (ih1 n s eh1 k t)) +("insecticide" nil (ih0 n s eh1 k t ax s ay1 d)) +("insecticides" nil (ih0 n s eh1 k t ax s ay1 d z)) +("insectivorous" nil (ih0 n s eh0 k t ih1 v er0 ax s)) +("insects" nil (ih1 n s eh1 k t s)) +("insecure" nil (ih1 n s ax k y er0)) +("insecurities" nil (ih1 n s ax k y uh1 r ih0 t iy0 z)) +("insecurity" nil (ih1 n s ih0 k y uh1 r ih0 t iy0)) +("insel" nil (ih1 n s ax l)) +("insemination" nil (ih0 n s eh1 m ax n ey1 sh ax n)) +("insensitive" nil (ih0 n s eh1 n s ax t ih0 v)) +("insensitivity" nil (ih0 n s eh1 n s ax t ih1 v ax t iy0)) +("inseparable" nil (ih0 n s eh1 p er0 ax b ax l)) +("inserra" nil (ih0 n s eh1 r ax)) +("insert" v (ih0 n s er1 t)) +("insert" n (ih1 n s er r t)) +("inserted" nil (ih0 n s er1 t ax d)) +("inserting" nil (ih0 n s er1 t ih0 ng)) +("insertion" nil (ih0 n s er1 sh ax n)) +("inserts" v (ih0 n s er1 t s)) +("inserts" n (ih1 n s er0 t s)) +("inset" nil (ih1 n s eh1 t)) +("inshore" nil (ih1 n sh ao1 r)) +("inside" nil (ih0 n s ay1 d)) +("insider" nil (ih0 n s ay1 d er0)) +("insiders" nil (ih0 n s ay1 d er0 z)) +("insides" nil (ih0 n s ay1 d z)) +("insidious" nil (ih0 n s ih1 d iy0 ax s)) +("insight" nil (ih1 n s ay1 t)) +("insightful" nil (ih1 n s ay1 t f ax l)) +("insights" nil (ih1 n s ay1 t s)) +("insignia" nil (ih0 n s ih1 g n iy0 ax)) +("insignificance" nil (ih1 n s ih0 g n y ih1 f ih0 k ax n s)) +("insignificant" nil (ih1 n s ih0 g n y ih1 f ih0 k ax n t)) +("insilco" nil (ih0 n s ih1 l k ow0)) +("insincere" nil (ih1 n s ih0 n s ih1 r)) +("insinuate" nil (ih0 n s ih1 n y uw0 ey0 t)) +("insinuating" nil (ih0 n s ih1 n y uw0 ey0 t ih0 ng)) +("insinuation" nil (ih0 n s ih1 n y uw0 ey1 sh ax n)) +("insinuations" nil (ih0 n s ih1 n y uw0 ey1 sh ax n z)) +("insist" nil (ih0 n s ih1 s t)) +("insisted" nil (ih0 n s ih1 s t ax d)) +("insistence" nil (ih0 n s ih1 s t ax n s)) +("insistent" nil (ih0 n s ih1 s t ax n t)) +("insistently" nil (ih0 n s ih1 s t ax n t l iy0)) +("insisting" nil (ih0 n s ih1 s t ih0 ng)) +("insists" nil (ih0 n s ih1 s t s)) +("insituform" nil (ih0 n s ih1 t uw1 f ao0 r m)) +("inskeep" nil (ih1 n z k iy1 p)) +("insko" nil (ih1 n s k ow0)) +("insley" nil (ih1 n s l iy0)) +("insofar" nil (ih1 n s ax f aa0 r)) +("insolence" nil (ih1 n s ax l ax n s)) +("insolent" nil (ih1 n s ax l ax n t)) +("insoluble" nil (ih0 n s aa1 l y ax b ax l)) +("insolvencies" nil (ih0 n s aa1 l v ax n s iy0 z)) +("insolvency" nil (ih0 n s aa1 l v ax n s iy0)) +("insolvent" nil (ih0 n s aa1 l v ax n t)) +("insomnia" nil (ih0 n s aa1 m n iy0 ax)) +("inspect" nil (ih0 n s p eh1 k t)) +("inspected" nil (ih0 n s p eh1 k t ih0 d)) +("inspecting" nil (ih0 n s p eh1 k t ih0 ng)) +("inspection" nil (ih0 n s p eh1 k sh ax n)) +("inspections" nil (ih0 n s p eh1 k sh ax n z)) +("inspector" nil (ih0 n s p eh1 k t er0)) +("inspectorate" nil (ih0 n s p eh1 k t er0 ax t)) +("inspectors" nil (ih0 n s p eh1 k t er0 z)) +("inspects" nil (ih0 n s p eh1 k t s)) +("inspeech" nil (ih0 n s p iy1 ch)) +("inspiration" nil (ih1 n s p er0 ey1 sh ax n)) +("inspirational" nil (ih1 n s p er0 ey1 sh ax n ax l)) +("inspirations" nil (ih1 n s p er0 ey1 sh ax n z)) +("inspire" nil (ih0 n s p ay1 r)) +("inspired" nil (ih0 n s p ay1 er0 d)) +("inspires" nil (ih0 n s p ay1 r z)) +("inspiring" nil (ih0 n s p ay1 r ih0 ng)) +("instabilities" nil (ih1 n s t ax b ih1 l ih0 t iy0 z)) +("instability" nil (ih1 n s t ax b ih1 l ih0 t iy0)) +("install" nil (ih0 n s t ao1 l)) +("installation" nil (ih1 n s t ax l ey1 sh ax n)) +("installations" nil (ih1 n s t ax l ey1 sh ax n z)) +("installed" nil (ih0 n s t ao1 l d)) +("installer" nil (ih0 n s t ao1 l er0)) +("installers" nil (ih0 n s t ao1 l er0 z)) +("installing" nil (ih0 n s t ao1 l ih0 ng)) +("installment" nil (ih0 n s t ao1 l m ax n t)) +("installments" nil (ih0 n s t ao1 l m ax n t s)) +("installs" nil (ih0 n s t ao1 l z)) +("instance" nil (ih1 n s t ax n s)) +("instances" nil (ih1 n s t ax n s ax z)) +("instant" nil (ih1 n s t ax n t)) +("instantaneous" nil (ih1 n s t ax n t ae1 n iy0 ax s)) +("instantaneously" nil (ih1 n s t ax n t ae1 n iy0 ax s l iy0)) +("instantly" nil (ih1 n s t ax n t l iy0)) +("instead" nil (ih0 n s t eh1 d)) +("instigate" nil (ih1 n s t ax g ey1 t)) +("instigated" nil (ih1 n s t ax g ey1 t ih0 d)) +("instigating" nil (ih1 n s t ax g ey1 t ih0 ng)) +("instigation" nil (ih1 n s t ih0 g ey1 sh ax n)) +("instigator" nil (ih1 n s t ax g ey1 t er0)) +("instill" nil (ih0 n s t ih1 l)) +("instilled" nil (ih0 n s t ih1 l d)) +("instilling" nil (ih0 n s t ih1 l ih0 ng)) +("instinct" nil (ih1 n s t ih0 ng k t)) +("instinctive" nil (ih0 n s t ih1 ng k t ih0 v)) +("instinctively" nil (ih0 n s t ih1 ng k t ih0 v l iy0)) +("instincts" nil (ih1 n s t ih0 ng k t s)) +("instinet" nil (ih1 n s t ih0 n eh1 t)) +("institut" nil (ih1 n s t ih0 t uw0 t)) +("institute" nil (ih1 n s t ax t uw1 t)) +("instituted" nil (ih1 n s t ax t uw1 t ax d)) +("institutes" nil (ih1 n s t ax t uw1 t s)) +("instituting" nil (ih1 n s t ih0 t uw1 t ih0 ng)) +("institution" nil (ih1 n s t ih0 t uw1 sh ax n)) +("institutional" nil (ih1 n s t ih0 t uw1 sh ax n ax l)) +("institutionalist" nil (ih1 n s t ih0 t uw1 sh ax n ax l ax s t)) +("institutionalists" nil (ih1 n s t ih0 t uw1 sh ax n ax l ax s t s)) +("institutionalization" nil (ih0 n s t ih0 t uw1 sh ax n ax l ih0 z ey1 sh ax n)) +("institutionalize" nil (ih1 n s t ih0 t uw1 sh ax n ax l ay0 z)) +("institutionalized" nil (ih1 n s t ih0 t uw1 sh ax n ax l ay0 z d)) +("institutionalizes" nil (ih1 n s t ih0 t uw1 sh ax n ax l ay0 z ih0 z)) +("institutionalizing" nil (ih1 n s t ih0 t uw1 sh ax n ax l ay0 z ih0 ng)) +("institutionally" nil (ih1 n s t ih0 t uw1 sh ax n ax l iy0)) +("institutions" nil (ih1 n s t ih0 t uw1 sh ax n z)) +("instituto" nil (ih1 n s t ih0 t uw1 t ow0)) +("instone" nil (ih1 n s t ow1 n)) +("instruct" nil (ih0 n s t r ah1 k t)) +("instructed" nil (ih0 n s t r ah1 k t ax d)) +("instructing" nil (ih0 n s t r ah1 k t ih0 ng)) +("instruction" nil (ih0 n s t r ah1 k sh ax n)) +("instructional" nil (ih0 n s t r ah1 k sh ax n ax l)) +("instructions" nil (ih0 n s t r ah1 k sh ax n z)) +("instructive" nil (ih0 n s t r ah1 k t ih0 v)) +("instructor" nil (ih0 n s t r ah1 k t er0)) +("instructors" nil (ih0 n s t r ah1 k t er0 z)) +("instructs" nil (ih0 n s t r ah1 k t s)) +("instrument" nil (ih1 n s t r ax m ax n t)) +("instrumental" nil (ih1 n s t r ax m eh1 n t ax l)) +("instrumentalists" nil (ih1 n s t r ax m eh1 n t ax l ih0 s t s)) +("instrumentals" nil (ih1 n s t r ax m eh1 n t ax l z)) +("instrumentation" nil (ih1 n s t r ax m eh1 n t ey1 sh ax n)) +("instruments" nil (ih1 n s t r ax m ax n t s)) +("insubordination" nil (ih0 n s ax b ao1 r d ax n ey1 sh ax n)) +("insubstantial" nil (ih0 n s ax b s t ae1 n ch ax l)) +("insufferable" nil (ih0 n s ah1 f er0 ax b ax l)) +("insufficient" nil (ih0 n s ax f ih1 sh ax n t)) +("insufficiently" nil (ih1 n s ax f ih1 sh ax n t l iy0)) +("insular" nil (ih1 n s ax l er0)) +("insularity" nil (ih1 n s ax l eh1 r ih0 t iy0)) +("insulate" nil (ih1 n s ax l ey1 t)) +("insulated" nil (ih1 n s ax l ey1 t ax d)) +("insulating" nil (ih1 n s ax l ey1 t ih0 ng)) +("insulation" nil (ih1 n s ax l ey1 sh ax n)) +("insulator" nil (ih1 n s ax l ey1 t er0)) +("insulators" nil (ih1 n s ax l ey1 t er0 z)) +("insulin" nil (ih1 n s ax l ax n)) +("insult" v (ih0 n s ah1 l t)) +("insult" n (ih1 n s ax l t)) +("insulted" nil (ih0 n s ah1 l t ih0 d)) +("insulting" nil (ih0 n s ah1 l t ih0 ng)) +("insults" v (ih1 n s ax l t s)) +("insults" n (ih0 n s ah1 l t s)) +("insupportable" nil (ih0 n s ax p ao1 r t ax b ax l)) +("insurance" nil (ih0 n sh uh1 r ax n s)) +("insurances" nil (ih0 n sh uh1 r ax n s ih0 z)) +("insure" nil (ih0 n sh uh1 r)) +("insured" nil (ih0 n sh uh1 r d)) +("insurer" nil (ih0 n sh uh1 r er0)) +("insurers" nil (ih0 n sh uh1 r er0 z)) +("insures" nil (ih0 n sh uh1 r z)) +("insurgencies" nil (ih0 n s er1 jh ax n s iy0 z)) +("insurgency" nil (ih0 n s er1 jh ax n s iy0)) +("insurgent" nil (ih0 n s er1 jh ax n t)) +("insurgents" nil (ih0 n s er1 jh ax n t s)) +("insuring" nil (ih0 n sh uh1 r ih0 ng)) +("insurmountable" nil (ih1 n s er0 m aw1 n t ax b ax l)) +("insurrection" nil (ih1 n s er0 eh1 k sh ax n)) +("intact" nil (ih0 n t ae1 k t)) +("intaglio" nil (ih0 n t ae1 l y ow0)) +("intake" nil (ih1 n t ey1 k)) +("intan" nil (ih1 n t ax n)) +("intangible" nil (ih0 n t ae1 n jh ax b ax l)) +("intangibles" nil (ih0 n t ae1 n jh ax b ax l z)) +("intefadeh" nil (ih1 n t ax f aa1 d ax)) +("integers" nil (ih1 n t ax jh er0 z)) +("integon" nil (ih1 n t ax g aa0 n)) +("integra" nil (ih0 n t eh1 g r ax)) +("integral" nil (ih1 n t ax g r ax l)) +("integrate" nil (ih1 n t ax g r ey1 t)) +("integrated" nil (ih1 n t ax g r ey1 t ax d)) +("integrates" nil (ih1 n t ax g r ey1 t s)) +("integrating" nil (ih1 n t ax g r ey1 t ih0 ng)) +("integration" nil (ih1 n t ax g r ey1 sh ax n)) +("integrations" nil (ih1 n t ax g r ey1 sh ax n z)) +("integrator" nil (ih1 n t ax g r ey1 t er0)) +("integrators" nil (ih1 n t ax g r ey1 t er0 z)) +("integrelin" nil (ih1 n t ax g r eh1 l ax n)) +("integrity" nil (ih0 n t eh1 g r ax t iy0)) +("integument" nil (ih0 n t eh1 g y ax m ax n t)) +("intel" nil (ih1 n t eh1 l)) +("intelco" nil (ih0 n t eh1 l k ow0)) +("intelcom" nil (ih1 n t eh1 l k aa0 m)) +("intellect" nil (ih1 n t ax l eh1 k t)) +("intellects" nil (ih1 n t ax l eh1 k t s)) +("intellectual" nil (ih1 n t ax l eh1 k ch uw0 ax l)) +("intellectualism" nil (ih0 n t eh1 l ax k ch uw1 ax l ih1 z ax m)) +("intellectually" nil (ih1 n t ax l eh1 k ch uw0 ax l iy0)) +("intellectuals" nil (ih1 n t ax l eh1 k ch uw0 ax l z)) +("intellicall" nil (ih0 n t eh1 l ih0 k ao1 l)) +("intellicorp" nil (ih0 n t eh1 l ih0 k ao1 r p)) +("intelligence" nil (ih0 n t eh1 l ax jh ax n s)) +("intelligent" nil (ih0 n t eh1 l ax jh ax n t)) +("intelligently" nil (ih0 n t eh1 l ih0 jh ax n t l iy0)) +("intelligentsia" nil (ih0 n t eh1 l ax jh eh1 n t s iy0 ax)) +("intelligible" nil (ih0 n t eh1 l ax jh ax b ax l)) +("intelogic" nil (ih1 n t ax l aa1 jh ih0 k)) +("intelsat" nil (ih1 n t eh1 l s ae0 t)) +("intemperate" nil (ih0 n t eh1 m p er0 ax t)) +("intend" nil (ih0 n t eh1 n d)) +("intended" nil (ih0 n t eh1 n d ax d)) +("intending" nil (ih0 n t eh1 n d ih0 ng)) +("intends" nil (ih0 n t eh1 n d z)) +("intense" nil (ih0 n t eh1 n s)) +("intensely" nil (ih0 n t eh1 n s l iy0)) +("intensification" nil (ih0 n t eh1 n s ax f ax k ey1 sh ax n)) +("intensified" nil (ih0 n t eh1 n s ax f ay1 d)) +("intensifies" nil (ih0 n t eh1 n s ax f ay1 z)) +("intensify" nil (ih0 n t eh1 n s ax f ay1)) +("intensifying" nil (ih0 n t eh1 n s ax f ay1 ih0 ng)) +("intensity" nil (ih0 n t eh1 n s ax t iy0)) +("intensive" nil (ih0 n t eh1 n s ih0 v)) +("intensively" nil (ih0 n t eh1 n s ih0 v l iy0)) +("intent" nil (ih0 n t eh1 n t)) +("intention" nil (ih0 n t eh1 n ch ax n)) +("intentional" nil (ih0 n t eh1 n sh ax n ax l)) +("intentionally" nil (ih0 n t eh1 n sh ax n ax l iy0)) +("intentioned" nil (ih0 n t eh1 n ch ax n d)) +("intentions" nil (ih0 n t eh1 n ch ax n z)) +("intently" nil (ih0 n t eh1 n t l iy0)) +("intents" nil (ih0 n t eh1 n t s)) +("inter" nil (ih0 n t er1)) +("interacciones" nil (ih1 n t er0 ae1 k s iy0 ow1 n z)) +("interact" nil (ih1 n t er0 ae1 k t)) +("interacting" nil (ih1 n t er0 ae1 k t ih0 ng)) +("interaction" nil (ih1 n t er0 ae1 k sh ax n)) +("interactions" nil (ih1 n t er0 ae1 k sh ax n z)) +("interactive" nil (ih1 n t er0 ae1 k t ih0 v)) +("interactivity" nil (ih1 n t er0 ae1 k t ih1 v ih0 t iy0)) +("interacts" nil (ih1 n t er0 ae1 k t s)) +("interagency" nil (ih1 n t er0 ey1 jh ax n s iy0)) +("interamerican" nil (ih1 n t er0 ax m eh1 r ax k ax n)) +("interand" nil (ih1 n t er0 ax n d)) +("interbank" nil (ih1 n t er0 b ae1 ng k)) +("interbred" nil (ih1 n t er0 b r eh1 d)) +("interbrew" nil (ih1 n t er1 b r uw1)) +("intercable" nil (ih1 n t er0 k ey1 b ax l)) +("intercare" nil (ih1 n t er0 k eh1 r)) +("intercede" nil (ih1 n t er0 s iy1 d)) +("interceded" nil (ih1 n t er0 s iy1 d ih0 d)) +("interceding" nil (ih1 n t er0 s iy1 d ih0 ng)) +("intercellular" nil (ih1 n t er0 s eh1 l y ax l er0)) +("intercept" nil (ih1 n t er0 s eh1 p t)) +("intercepted" nil (ih1 n t er0 s eh1 p t ax d)) +("intercepting" nil (ih1 n t er0 s eh1 p t ih0 ng)) +("interception" nil (ih1 n t er0 s eh1 p sh ax n)) +("interceptions" nil (ih1 n t er0 s eh1 p sh ax n z)) +("interceptor" nil (ih1 n t er0 s eh1 p t er0)) +("interceptors" nil (ih1 n t er0 s eh1 p t er0 z)) +("intercepts" nil (ih1 n t er0 s eh1 p t s)) +("intercession" nil (ih1 n t er0 s eh1 sh ax n)) +("interchange" nil (ih1 n t er0 ch ey1 n jh)) +("interchangeable" nil (ih1 n t er0 ch ey1 n jh ax b ax l)) +("interchangeably" nil (ih1 n t er0 ch ey1 n jh ax b l iy0)) +("interchanges" nil (ih1 n t er0 ch ey1 n jh ih0 z)) +("intercity" nil (ih1 n t er0 s ih1 t iy0)) +("interco" nil (ih1 n t er0 k ow1)) +("intercollegiate" nil (ih1 n t er0 k ax l iy1 jh ax t)) +("intercom" nil (ih1 n t er0 k aa1 m)) +("intercompany" nil (ih1 n t er0 k ah1 m p ax n iy0)) +("interconnect" nil (ih1 n t er0 k ax n eh1 k t)) +("interconnected" nil (ih1 n t er0 k ax n eh1 k t ih0 d)) +("interconnection" nil (ih1 n t er0 k ax n eh1 k sh ax n)) +("interconnections" nil (ih1 n t er0 k ax n eh1 k sh ax n z)) +("intercontinental" nil (ih1 n t er0 k aa1 n t ax n eh1 n t ax l)) +("intercontinentale" nil (ih1 n t er0 k ax n t ih1 n ax n t aa1 l)) +("intercorp" nil (ih1 n t er0 k ao1 r p)) +("intercorporation" nil (ih0 n t er0 k ao1 r p er0 ey1 sh ax n)) +("intercourse" nil (ih1 n t er0 k ao1 r s)) +("intercultural" nil (ih1 n t er0 k ah1 l ch er0 ax l)) +("intercurrent" nil (ih1 n t er0 k er1 ax n t)) +("interdealer" nil (ih1 n t er0 d iy1 l er0)) +("interdependence" nil (ih1 n t er0 d ax p eh1 n d ax n s)) +("interdependent" nil (ih1 n t er0 d ih0 p eh1 n d ax n t)) +("interdict" nil (ih1 n t er0 d ih1 k t)) +("interdicted" nil (ih1 n t er0 d ih1 k t ih0 d)) +("interdictes" nil (ih1 n t er0 d ih1 k t s)) +("interdicting" nil (ih1 n t er0 d ih1 k t ih0 ng)) +("interdiction" nil (ih1 n t er0 d ih1 k sh ax n)) +("interdigital" nil (ih1 n t er0 d ih1 jh ax t ax l)) +("interdisciplinary" nil (ih1 n t er0 d ih1 s ax p l ax n eh1 r iy0)) +("interdyne" nil (ih1 n t er0 d ay1 n)) +("interest" nil (ih1 n t r ax s t)) +("interested" nil (ih1 n t r ax s t ax d)) +("interesting" nil (ih1 n t r ax s t ih0 ng)) +("interestingly" nil (ih1 n t er0 eh1 s t ih0 ng l iy0)) +("interestrate" nil (ih1 n t er0 ax s t r ey1 t)) +("interests" nil (ih1 n t r ax s t s)) +("interface" nil (ih1 n t er0 f ey1 s)) +("interfaces" nil (ih1 n t er0 f ey1 s ih0 z)) +("interfaith" nil (ih1 n t er0 f ey1 th)) +("interfax" nil (ih1 n t er0 f ae1 k s)) +("interfere" nil (ih1 n t er0 f ih1 r)) +("interfered" nil (ih1 n t er0 f ih1 r d)) +("interference" nil (ih1 n t er0 f ih1 r ax n s)) +("interferes" nil (ih1 n t er0 f ih1 r z)) +("interfering" nil (ih1 n t er0 f ih1 r ih0 ng)) +("interferometer" nil (ih1 n t er0 f er0 aa1 m ax t er0)) +("interferon" nil (ih1 n t er0 f eh1 r aa0 n)) +("interferons" nil (ih0 n t er0 f ih1 r aa0 n z)) +("interfirst" nil (ih1 n t er0 f er1 s t)) +("interflug" nil (ih1 n t er0 f l ax g)) +("interfunding" nil (ih1 n t er0 f ah1 n d ih0 ng)) +("intergenerational" nil (ih1 n t er0 jh eh1 n er0 ey1 sh ax n ax l)) +("intergovernmental" nil (ih1 n t er0 g ah1 v er0 n m eh1 n t ax l)) +("intergraph" nil (ih1 n t er0 g r ae1 f)) +("intergroup" nil (ih1 n t er0 g r uw1 p)) +("interim" nil (ih1 n t er0 ax m)) +("interior" nil (ih0 n t ih1 r iy0 er0)) +("interiors" nil (ih0 n t ih1 r iy0 er0 z)) +("interject" nil (ih1 n t er0 jh eh1 k t)) +("interjected" nil (ih1 n t er0 jh eh1 k t ih0 d)) +("interjections" nil (ih1 n t er0 jh eh1 k sh ax n z)) +("interjects" nil (ih1 n t er0 jh eh1 k t s)) +("interlaced" nil (ih1 n t er0 l ey1 s t)) +("interlake" nil (ih1 n t er0 l ey1 k)) +("interleaf" nil (ih1 n t er0 l iy1 f)) +("interleaving" nil (ih1 n t er0 l iy1 v ih0 ng)) +("interleukin" nil (ih1 n t er0 l uw1 k ih0 n)) +("interlink" nil (ih1 n t er0 l ih1 ng k)) +("interlinked" nil (ih1 n t er0 l ih1 ng k t)) +("interlock" nil (ih1 n t er0 l aa1 k)) +("interlocking" nil (ih1 n t er0 l aa1 k ih0 ng)) +("interlocutors" nil (ih1 n t er0 l aa1 k y ax t er0 z)) +("interloper" nil (ih1 n t er0 l ow1 p er0)) +("interlopers" nil (ih1 n t er0 l ow1 p er0 z)) +("interlude" nil (ih1 n t er0 l uw1 d)) +("interludes" nil (ih1 n t er0 l uw1 d z)) +("intermagnetics" nil (ih1 n t er0 m ae0 g n eh1 t ih0 k s)) +("intermark" nil (ih1 n t er0 m aa1 r k)) +("intermarket" nil (ih1 n t er0 m aa1 r k ih0 t)) +("intermarriage" nil (ih1 n t er0 m eh1 r ih0 jh)) +("intermarried" nil (ih1 n t er0 m ae1 r iy0 d)) +("intermec" nil (ih1 n t er0 m ax k)) +("intermedia" nil (ih1 n t er0 m iy1 d iy0 ax)) +("intermediaries" nil (ih1 n t er0 m iy1 d iy0 eh1 r iy0 z)) +("intermediary" nil (ih1 n t er0 m iy1 d iy0 eh0 r iy0)) +("intermediate" nil (ih1 n t er0 m iy1 d iy0 ih0 t)) +("intermediates" nil (ih1 n t er0 m iy1 d iy0 ax t s)) +("intermedics" nil (ih1 n t er0 m eh1 d ih0 k s)) +("intermet" nil (ih1 n t er0 m eh1 t)) +("interminable" nil (ih0 n t er1 m ax n ax b ax l)) +("interminably" nil (ih1 n t er0 m ih0 n ae1 b l iy0)) +("intermingle" nil (ih1 n t er0 m ih1 ng g ax l)) +("intermingled" nil (ih1 n t er0 m ih1 ng g ax l d)) +("intermingling" nil (ih1 n t er0 m ih1 ng g ax l ih0 ng)) +("intermission" nil (ih1 n t er0 m ih1 sh ax n)) +("intermissions" nil (ih1 n t er0 m ih1 sh ax n z)) +("intermittent" nil (ih1 n t er0 m ih1 t ax n t)) +("intermittently" nil (ih1 n t er0 m ih1 t ax n t l iy0)) +("intermixed" nil (ih1 n t er0 m ih1 k s t)) +("intermodal" nil (ih1 n t er0 m ow1 d ax l)) +("intermolecular" nil (ih1 n t er0 m ax l eh1 k y ax l er0)) +("intermountain" nil (ih0 n t er0 m aw1 n t ih0 n)) +("intern" n (ih1 n t er0 n)) +("intern" v (ih0 n t er1 n)) +("internacional" nil (ih1 n t er0 n ae1 sh ax n ax l)) +("internal" nil (ih0 n t er1 n ax l)) +("internally" nil (ih0 n t er1 n ax l iy0)) +("international" nil (ih1 n t er0 n ae1 sh ax n ax l)) +("internationale" nil (ih0 n t er0 n ae1 sh ax n aa1 l iy0)) +("internationalism" nil (ih0 n t er0 n ae1 sh ax n ax l ih1 z ax m)) +("internationalist" nil (ih0 n t er0 n ae1 sh ax n ax l ih0 s t)) +("internationalists" nil (ih1 n t er0 n ae1 sh ax n ax l ih0 s t s)) +("internationalization" nil (ih1 n t er0 n ae1 sh ax n ax l ih0 z ey1 sh ax n)) +("internationalize" nil (ih1 n t er0 n ae1 sh ax n ax l ay1 z)) +("internationalized" nil (ih0 n t er0 n ae1 sh ax n ax l ay0 z d)) +("internationally" nil (ih1 n t er0 n ae1 sh ax n ax l iy0)) +("internationals" nil (ih1 n t er0 n ae1 sh ax n ax l z)) +("internatonal" nil (ih1 n t er0 n ae1 sh ax n ax l)) +("internecine" nil (ih0 n t er1 n ax s iy1 n)) +("interned" nil (ih1 n t er1 n d)) +("internees" nil (ih0 n t er0 n iy1 z)) +("internet" nil (ih1 n t er0 n eh1 t)) +("internist" nil (ih0 n t er1 n ih0 s t)) +("internists" nil (ih0 n t er1 n ih0 s t s)) +("internment" nil (ih0 n t er1 n m ax n t)) +("internorth" nil (ih1 n t er0 n ao0 r th)) +("interns" v (ih1 n t er1 n z)) +("interns" n (ih1 n t er0 n z)) +("internship" nil (ih1 n t er0 n sh ih1 p)) +("internships" nil (ih1 n t er0 n sh ih1 p s)) +("interoffice" nil (ih1 n t er0 ao1 f ax s)) +("interpart" nil (ih1 n t er0 p aa1 r t)) +("interpersonal" nil (ih1 n t er0 p er1 s ax n ax l)) +("interplanetary" nil (ih1 n t er0 p l ae1 n ax t eh1 r iy0)) +("interplay" nil (ih1 n t er0 p l ey1)) +("interpol" nil (ih1 n t er0 p ow1 l)) +("interpolated" nil (ih1 t er1 p ax l ey1 t ih0 d)) +("interpret" nil (ih0 n t er1 p r ax t)) +("interpretation" nil (ih0 n t er1 p r ih0 t ey1 sh ax n)) +("interpretations" nil (ih0 n t er1 p r ih0 t ey1 sh ax n z)) +("interpreted" nil (ih0 n t er1 p r ax t ax d)) +("interpreter" nil (ih0 n t er1 p r ax t er0)) +("interpreters" nil (ih0 n t er1 p r ax t er0 z)) +("interpreting" nil (ih1 n t er0 p r eh1 t ih0 ng)) +("interpretive" nil (ih0 n t er1 p r ax t ih0 v)) +("interprets" nil (ih0 n t er1 p r ax t s)) +("interprovincial" nil (ih1 n t er0 p r ow0 v ih1 n sh ax l)) +("interpublic" nil (ih1 n t er0 p ah1 b l ih0 k)) +("interracial" nil (ih1 n t er0 r ey1 sh ax l)) +("interrante" nil (ih0 n t er0 r aa1 n t iy0)) +("interred" nil (ih1 n t er1 d)) +("interregnum" nil (ih1 n t er0 r eh1 g n ax m)) +("interrelate" nil (ih1 n t er0 r ih0 l ey1 t)) +("interrelated" nil (ih1 n t er0 r ih0 l ey1 t ih0 d)) +("interrent" nil (ih1 n t er0 eh1 n t)) +("interrogate" nil (ih0 n t eh1 r ax g ey1 t)) +("interrogated" nil (ih0 n t eh1 r ax g ey1 t ih0 d)) +("interrogating" nil (ih0 n t eh1 r ax g ey1 t ih0 ng)) +("interrogation" nil (ih0 n t eh1 r ax g ey1 sh ax n)) +("interrogations" nil (ih0 n t eh1 r ax g ey1 sh ax n z)) +("interrogator" nil (ih1 n t eh1 r ax g ey1 t er0)) +("interrogators" nil (ih1 n t eh1 r ax g ey1 t er0 z)) +("interrupt" nil (ih1 n t er0 ah1 p t)) +("interrupted" nil (ih1 n t er0 ah1 p t ih0 d)) +("interruptible" nil (ih1 n t er0 r ah1 p t ih0 b ax l)) +("interrupting" nil (ih1 n t er0 ah1 p t ih0 ng)) +("interruption" nil (ih1 n t er0 ah1 p sh ax n)) +("interruptions" nil (ih1 n t er0 ah1 p sh ax n z)) +("interrupts" nil (ih1 n t er0 ah1 p t s)) +("interscholastic" nil (ih1 n t er0 s k ax l ae1 s t ih0 k)) +("interscope" nil (ih1 n t er0 s k ow1 p)) +("intersec" nil (ih1 n t er0 s eh0 k)) +("intersect" nil (ih1 n t er0 s eh1 k t)) +("intersected" nil (ih1 n t er0 s eh1 k t ih0 d)) +("intersecting" nil (ih1 n t er0 s eh1 k t ih0 ng)) +("intersection" nil (ih1 n t er0 s eh1 k sh ax n)) +("intersections" nil (ih1 n t er0 s eh1 k sh ax n z)) +("intersects" nil (ih1 n t er0 s eh1 k t s)) +("interspec" nil (ih1 n t er0 s p eh0 k)) +("interspersed" nil (ih1 n t er0 s p er1 s t)) +("interstate" nil (ih1 n t er0 s t ey1 t)) +("interstates" nil (ih1 n t er0 s t ey1 t s)) +("interstellar" nil (ih1 n t er0 s t eh1 l er0)) +("intertan" nil (ih1 n t er0 t ae1 n)) +("intertech" nil (ih1 n t er0 t eh1 k)) +("intertechnology" nil (ih1 n t er0 t ax k n aa1 l ax jh iy0)) +("intertect" nil (ih1 n t er0 t eh1 k t)) +("intertidal" nil (ih1 n t er0 t ay1 d ax l)) +("intertrans" nil (ih1 n t er0 t r ae1 n z)) +("intertribal" nil (ih1 n t er0 t r ay1 b ax l)) +("intertwined" nil (ih0 n t er0 t w ay1 n d)) +("intertwining" nil (ih1 n t er0 t w ay1 n ih0 ng)) +("interurban" nil (ih1 n t er0 er1 b ax n)) +("interval" nil (ih1 n t er0 v ax l)) +("intervals" nil (ih1 n t er0 v ax l z)) +("intervene" nil (ih1 n t er0 v iy1 n)) +("intervened" nil (ih1 n t er0 v iy1 n d)) +("intervenes" nil (ih1 n t er0 v iy1 n z)) +("intervening" nil (ih1 n t er0 v iy1 n ih0 ng)) +("intervenors" nil (ih1 n t er0 v iy1 n er0 z)) +("intervention" nil (ih1 n t er0 v eh1 n ch ax n)) +("interventionism" nil (ih1 n t er0 v eh1 n ch ax n ih1 z ax m)) +("interventionist" nil (ih1 n t er0 v eh1 n sh ax n ih0 s t)) +("interventionists" nil (ih1 n t er0 v eh1 n ch ax n ih0 s t s)) +("interventions" nil (ih1 n t er0 v eh1 n ch ax n z)) +("interview" nil (ih1 n t er0 v y uw1)) +("interviewed" nil (ih1 n t er0 v y uw1 d)) +("interviewee" nil (ih0 n t er0 v y uw0 iy1)) +("interviewees" nil (ih0 n t er0 v y uw0 iy1 z)) +("interviewer" nil (ih1 n t er0 v y uw1 er0)) +("interviewers" nil (ih1 n t er0 v y uw1 er0 z)) +("interviewing" nil (ih1 n t er0 v y uw1 ih0 ng)) +("interviews" nil (ih1 n t er0 v y uw1 z)) +("intervoice" nil (ih1 n t er0 v oy1 s)) +("interweaving" nil (ih1 n t er0 w iy1 v ih0 ng)) +("interwoven" nil (ih1 n t er0 w ow1 v ax n)) +("intestinal" nil (ih0 n t eh1 s t ax n ax l)) +("intestine" nil (ih0 n t eh1 s t ax n)) +("intestines" nil (ih0 n t eh1 s t ax n z)) +("intex" nil (ih1 n t eh1 k s)) +("inti" nil (ih1 n t iy0)) +("intifada" nil (ih1 n t ih0 f aa1 d ax)) +("intimacy" nil (ih1 n t ax m ax s iy0)) +("intimate" nil (ih1 n t ax m ax t)) +("intimated" nil (ih1 n t ax m ey1 t ih0 d)) +("intimately" nil (ih1 n t ax m ax t l iy0)) +("intimates" nil (ih1 n t ax m ax t s)) +("intimations" nil (ih1 n t ih0 m ey1 sh ax n z)) +("intimidate" nil (ih0 n t ih1 m ih0 d ey1 t)) +("intimidated" nil (ih0 n t ih1 m ih0 d ey1 t ih0 d)) +("intimidates" nil (ih0 n t ih1 m ih0 d ey1 t s)) +("intimidating" nil (ih0 n t ih1 m ih0 d ey1 t ih0 ng)) +("intimidation" nil (ih0 n t ih1 m ih0 d ey1 sh ax n)) +("intis" nil (ih1 n t ih0 s)) +("into" nil (ih0 n t uw1)) +("intolerable" nil (ih0 n t aa1 l er0 ax b ax l)) +("intolerably" nil (ih0 n t aa1 l er0 ax b l iy0)) +("intolerance" nil (ih0 n t aa1 l er0 ax n s)) +("intolerant" nil (ih0 n t aa1 l er0 ax n t)) +("intoned" nil (ih0 n t ow1 n d)) +("intones" nil (ih0 n t ow1 n z)) +("intoning" nil (ih0 n t ow1 n ih0 ng)) +("intourist" nil (ih0 n t uh1 r ih0 s t)) +("intoxicated" nil (ih0 n t aa1 k s ax k ey1 t ax d)) +("intoxicating" nil (ih0 n t aa1 k s ih0 k ey1 t ih0 ng)) +("intoxication" nil (ih0 n t aa1 k s ax k ey1 sh ax n)) +("intra" nil (ih1 n t r ax)) +("intracompany" nil (ih1 n t r ax k aa1 m p ax n iy0)) +("intracranial" nil (ih1 n t r ax k r ey1 n iy0 ax l)) +("intractable" nil (ih0 n t r ae1 k t ax b ax l)) +("intraday" nil (ih1 n t r ax d ey1)) +("intramarginal" nil (ih1 n t r ax m aa1 r jh ih0 n ax l)) +("intramural" nil (ih1 n t r ax m y uh1 r ax l)) +("intransigence" nil (ih0 n t r ae1 n s ax jh ax n s)) +("intransigent" nil (ih0 n t r ae1 n s ax jh ax n t)) +("intraocular" nil (ih1 n t r ax ow1 k y uw0 l er0)) +("intraparty" nil (ih1 n t r ax p aa1 r t iy0)) +("intrastate" nil (ih1 n t r ax s t ey1 t)) +("intrauterine" nil (ih1 n t r ax y uw1 t er0 ih0 n)) +("intravenous" nil (ih1 n t r ax v iy1 n ax s)) +("intravenously" nil (ih0 n t r ae1 v ax n ax s l iy0)) +("intrawest" nil (ih1 n t r ax w ax s t)) +("intrepid" nil (ih0 n t r eh1 p ax d)) +("intrex" nil (ih1 n t r ax k s)) +("intricacies" nil (ih1 n t r ax k ax s iy0 z)) +("intricate" nil (ih1 n t r ax k ax t)) +("intricately" nil (ih1 n t r ax k ax t l iy0)) +("intrieri" nil (ih0 n t r ih1 r iy0)) +("intrigue" nil (ih0 n t r iy1 g)) +("intrigued" nil (ih1 n t r iy0 g d)) +("intrigues" nil (ih0 n t r iy1 g z)) +("intriguing" nil (ih0 n t r iy1 g ih0 ng)) +("intriguingly" nil (ih0 n t r iy1 g ih0 ng l iy0)) +("intrinsic" nil (ih0 n t r ih1 n s ih0 k)) +("intrinsically" nil (ih0 n t r ih1 n s ih0 k ax l iy0)) +("introduce" nil (ih1 n t r ax d uw1 s)) +("introduced" nil (ih1 n t r ax d uw1 s t)) +("introduces" nil (ih1 n t r ax d uw1 s ih0 z)) +("introducing" nil (ih1 n t r ax d uw1 s ih0 ng)) +("introduction" nil (ih1 n t r ax d ah1 k sh ax n)) +("introductions" nil (ih1 n t r ax d ah1 k sh ax n z)) +("introductory" nil (ih1 n t r ax d ah1 k t er0 iy0)) +("intron" nil (ih1 n t r ax n)) +("introspection" nil (ih1 n t r ax s p eh1 k sh ax n)) +("introspective" nil (ih1 n t r ax s p eh1 k t ih0 v)) +("introverted" nil (ih1 n t r ow0 v er1 t ih0 d)) +("intrude" nil (ih0 n t r uw1 d)) +("intruded" nil (ih0 n t r uw1 d ax d)) +("intruder" nil (ih0 n t r uw1 d er0)) +("intruders" nil (ih0 n t r uw1 d er0 z)) +("intrudes" nil (ih0 n t r uw1 d z)) +("intruding" nil (ih0 n t r uw1 d ih0 ng)) +("intrusion" nil (ih0 n t r uw1 zh ax n)) +("intrusions" nil (ih0 n t r uw1 zh ax n z)) +("intrusive" nil (ih0 n t r uw1 s ih0 v)) +("intuit" nil (ih0 n t uw1 ax t)) +("intuition" nil (ih1 n t uw0 ih1 sh ax n)) +("intuitive" nil (ih0 n t uw1 ax t ih0 v)) +("intuitively" nil (ih0 n t uw1 ih0 t ih0 v l iy0)) +("inuit" nil (ih1 n uw0 t)) +("inundate" nil (ih1 n ax n d ey1 t)) +("inundated" nil (ih1 n ax n d ey1 t ih0 d)) +("inundations" nil (ih1 n ax n d ey1 sh ax n z)) +("inured" nil (ih0 n y uh1 r d)) +("invacare" nil (ih1 n v ax k eh1 r)) +("invade" nil (ih0 n v ey1 d)) +("invaded" nil (ih0 n v ey1 d ax d)) +("invader" nil (ih0 n v ey1 d er0)) +("invaders" nil (ih0 n v ey1 d er0 z)) +("invades" nil (ih0 n v ey1 d z)) +("invading" nil (ih0 n v ey1 d ih0 ng)) +("invalid" n (ih1 n v ax l ax d)) +("invalid" j (ih1 n v ah1 l ax d)) +("invalidate" nil (ih0 n v ae1 l ih0 d ey1 t)) +("invalidated" nil (ih0 n v ae1 l ax d ey1 t ax d)) +("invalidating" nil (ih0 n v ae1 l ax d ey1 t ih0 ng)) +("invalidation" nil (ih0 n v ae1 l ax d ey1 sh ax n)) +("invalids" nil (ih1 n v ax l ax d z)) +("invaluable" nil (ih0 n v ae1 l y ax b ax l)) +("invariably" nil (ih0 n v eh1 r iy0 ax b l iy0)) +("invariance" nil (ih0 n v eh1 r iy0 ax n s)) +("invariant" nil (ih0 n v eh1 r iy0 ax n t)) +("invasion" nil (ih0 n v ey1 zh ax n)) +("invasions" nil (ih0 n v ey1 zh ax n z)) +("invasive" nil (ih0 n v ey1 s ih0 v)) +("invective" nil (ih0 n v eh1 k t ih0 v)) +("invent" nil (ih0 n v eh1 n t)) +("invented" nil (ih0 n v eh1 n t ax d)) +("inventing" nil (ih0 n v eh1 n t ih0 ng)) +("invention" nil (ih0 n v eh1 n sh ax n)) +("inventions" nil (ih0 n v eh1 n sh ax n z)) +("inventive" nil (ih0 n v eh1 n t ih0 v)) +("inventiveness" nil (ih0 n v eh1 n t ih0 v n ax s)) +("inventor" nil (ih0 n v eh1 n t er0)) +("inventoried" nil (ih1 n v ax n t ao1 r iy0 d)) +("inventories" nil (ih1 n v ax n t ao1 r iy0 z)) +("inventors" nil (ih0 n v eh1 n t er0 z)) +("inventory" nil (ih1 n v ax n t ao1 r iy0)) +("invents" nil (ih0 n v eh1 n t s)) +("inverlat" nil (ih1 n v er0 l ae1 t)) +("inverness" nil (ih1 n v er0 n eh1 s)) +("inverse" nil (ih0 n v er1 s)) +("inversely" nil (ih0 n v er1 s l iy0)) +("inversion" nil (ih0 n v er1 zh ax n)) +("invertebrates" nil (ih0 n v er1 t ax b r ax t s)) +("inverted" nil (ih0 n v er1 t ih0 d)) +("invesco" nil (ih0 n v eh1 s k ow0)) +("invest" nil (ih0 n v eh1 s t)) +("investable" nil (ih0 n v eh1 s t ax b ax l)) +("investcorp" nil (ih0 n v eh1 s t k ao0 r p)) +("invested" nil (ih0 n v eh1 s t ax d)) +("investigate" nil (ih0 n v eh1 s t ax g ey1 t)) +("investigated" nil (ih0 n v eh1 s t ax g ey1 t ax d)) +("investigates" nil (ih0 n v eh1 s t ax g ey1 t s)) +("investigating" nil (ih0 n v eh1 s t ax g ey1 t ih0 ng)) +("investigation" nil (ih0 n v eh1 s t ax g ey1 sh ax n)) +("investigational" nil (ih0 n v eh0 s t ih0 g ey1 sh ax n ax l)) +("investigations" nil (ih0 n v eh1 s t ax g ey1 sh ax n z)) +("investigative" nil (ih0 n v eh1 s t ax g ey1 t ih0 v)) +("investigator" nil (ih0 n v eh1 s t ax g ey1 t er0)) +("investigators" nil (ih0 n v eh1 s t ax g ey1 t er0 z)) +("investigatory" nil (ih0 n v eh1 s t ax g ax t ao1 r iy0)) +("investimento" nil (ih0 n v eh1 s t ih0 m eh1 n t ow0)) +("investing" nil (ih0 n v eh1 s t ih0 ng)) +("investissements" nil (ih1 n v eh1 s t iy1 z ih0 m aa0 n t s)) +("investiture" nil (ih0 n v eh1 s t ax ch er0)) +("investment" nil (ih0 n v eh1 s t m ax n t)) +("investments" nil (ih0 n v eh1 s t m ax n t s)) +("investnet" nil (ih0 n v eh1 s t n eh1 t)) +("investor" nil (ih0 n v eh1 s t er0)) +("investors" nil (ih0 n v eh1 s t er0 z)) +("invests" nil (ih0 n v eh1 s t s)) +("inveterate" nil (ih0 n v eh1 t er0 ax t)) +("invidious" nil (ih0 n v ih1 d iy0 ax s)) +("invigorate" nil (ih0 n v ih1 g er0 ih0 t)) +("invigorated" nil (ih0 n v ih1 g er0 ey1 t ih0 d)) +("invigorating" nil (ih0 n v ih1 g er0 ey1 t ih0 ng)) +("invincibility" nil (ih0 n v ih1 n s ax b ih1 l ih0 t iy0)) +("invincible" nil (ih0 n v ih1 n s ax b ax l)) +("inviolable" nil (ih0 n v ay1 ax l ax b ax l)) +("inviolate" nil (ih0 n v ay1 ax l ih0 t)) +("invirase" nil (ih1 n v ay1 r ey1 z)) +("invisibility" nil (ih0 n v ih1 z ax b ih1 l ax t iy0)) +("invisible" nil (ih0 n v ih1 z ax b ax l)) +("invisibles" nil (ih1 n v ih1 z ax b ax l z)) +("invitation" nil (ih1 n v ih0 t ey1 sh ax n)) +("invitational" nil (ih1 n v ax t ey1 sh ax n ax l)) +("invitations" nil (ih1 n v ih0 t ey1 sh ax n z)) +("invite" v (ih0 n v ay1 t)) +("invite" n (ih1 n v ay0 t)) +("invited" nil (ih0 n v ay1 t ax d)) +("invites" v (ih0 n v ay1 t s)) +("invites" n (ih1 n v ay0 t s)) +("inviting" nil (ih0 n v ay1 t ih0 ng)) +("invitron" nil (ih1 n v ih0 t r aa0 n)) +("invocation" nil (ih1 n v ax k ey1 sh ax n)) +("invoice" nil (ih1 n v oy0 s)) +("invoices" nil (ih1 n v oy0 s ih0 z)) +("invoicing" nil (ih1 n v oy1 s ih0 ng)) +("invoke" nil (ih0 n v ow1 k)) +("invoked" nil (ih0 n v ow1 k t)) +("invokes" nil (ih0 n v ow1 k s)) +("invoking" nil (ih0 n v ow1 k ih0 ng)) +("involuntarily" nil (ih1 n v ow0 l ah1 n t er0 ih1 l iy0)) +("involuntary" nil (ih0 n v aa1 l ax n t eh1 r iy0)) +("involve" nil (ih0 n v aa1 l v)) +("involved" nil (ih0 n v aa1 l v d)) +("involvement" nil (ih0 n v aa1 l v m ax n t)) +("involves" nil (ih0 n v aa1 l v z)) +("involving" nil (ih0 n v aa1 l v ih0 ng)) +("invulnerability" nil (ih0 n v ah1 l n er0 ax b ih1 l ih0 t iy0)) +("invulnerable" nil (ih0 n v ah1 l n er0 ax b ax l)) +("inward" nil (ih1 n w er0 d)) +("inwardly" nil (ih1 n w er0 d l iy0)) +("inwood" nil (ih1 n w uh1 d)) +("iny" nil (ih1 n iy0)) +("inzer" nil (ih1 n z er0)) +("io" nil (ay1 ow0)) +("iodice" nil (ay1 ax d ay1 s)) +("iodide" nil (ay1 ax d ay1 d)) +("iodides" nil (ay1 ax d ay1 d z)) +("iodine" nil (ay1 ax d ay1 n)) +("iola" nil (ay0 ow1 l ax)) +("iolande" nil (iy0 ow0 l aa1 n d iy0)) +("iole" nil (iy0 ow1 l iy0)) +("iomega" nil (ay1 ow0 m ey1 g ax)) +("ion" nil (ay1 ax n)) +("iona" nil (ay0 ow1 n ax)) +("ione" nil (ay0 ow1 n iy0)) +("ionic" nil (ay0 aa1 n ih0 k)) +("ionics" nil (ay0 aa1 n ih0 k s)) +("ionization" nil (ay1 ax n ax z ey1 sh ax n)) +("ionizers" nil (ay1 ax n ay1 z er0 z)) +("ionizing" nil (ay1 ax n ay1 z ih0 ng)) +("ionospheric" nil (ay0 aa1 n ax s f eh1 r ih0 k)) +("ions" nil (ay1 ax n z)) +("iorio" nil (iy0 ao1 r iy0 ow0)) +("ios" nil (iy1 ow0 s)) +("iosif" nil (ay1 ax s ih0 f)) +("iosue" nil (ay0 ow1 s uw0)) +("iota" nil (ay0 ow1 t ax)) +("iott" nil (ay1 ax t)) +("iou" nil (ay1 ow1 y uw1)) +("iovine" nil (iy0 ow0 v iy1 n iy0)) +("iovino" nil (iy0 ow0 v iy1 n ow0)) +("iowa" nil (ay1 ax w ax)) +("iowan" nil (ay1 ax w ax n)) +("iowans" nil (ay1 ax w ax n z)) +("ip" nil (ih1 p)) +("ipalco" nil (iy0 p ae1 l k ow0)) +("ipco" nil (ih1 p k ow0)) +("ipock" nil (ih1 p ax k)) +("ippolito" nil (ih1 p ow0 l iy1 t ow0)) +("ipsco" nil (ih1 p s k ow0)) +("ipsen" nil (ih1 p s ax n)) +("iptay" nil (ih1 p t ey0)) +("iqbal" nil (ih1 k b ax l)) +("ira" nil (ay1 r ax)) +("iran" nil (ih0 r aa1 n)) +("iranamok" nil (ay1 r ax n aa1 m aa0 k)) +("irangate" nil (ih0 r aa1 n g ey1 t)) +("irani" nil (ih0 r aa1 n iy0)) +("iranian" nil (ih0 r aa1 n iy0 ax n)) +("iranians" nil (ay0 r ey1 n iy0 ax n z)) +("iranscam" nil (ay0 r ae1 n s k ae0 m)) +("iraq" nil (ih0 r aa1 k)) +("iraqi" nil (ih0 r ae1 k iy0)) +("iraqis" nil (ih0 r ae1 k iy0 z)) +("iras" nil (ay1 r ax z)) +("irascible" nil (ih0 r ae1 s ih0 b ax l)) +("irate" nil (ay0 r ey1 t)) +("irby" nil (er1 b iy0)) +("ire" nil (ay1 r)) +("ireene" nil (ay0 r iy1 n)) +("irelan" nil (ih0 r ey0 l aa1 n)) +("ireland" nil (ay1 er0 l ax n d)) +("irell" nil (ay0 r eh1 l)) +("irena" nil (ih0 r ey1 n ax)) +("irene" nil (ay0 r iy1 n)) +("ireson" nil (ih1 r ih0 s ax n)) +("ireta" nil (ih0 r ey1 t ax)) +("ireton" nil (ih1 r ih0 t aa0 n)) +("iretta" nil (ih0 r eh1 t ax)) +("irette" nil (ih0 r eh1 t)) +("irey" nil (ay1 r iy0)) +("irian" nil (ay1 r iy0 ax n)) +("irianese" nil (ay0 r iy1 ax n iy1 s)) +("irick" nil (ih1 r ih0 k)) +("iridescent" nil (ih1 r ax d eh1 s ax n t)) +("iridium" nil (ih0 r ih1 d iy0 ax m)) +("irimajiri" nil (ay0 r iy1 m ax jh ih1 r iy0)) +("irina" nil (ih0 r iy1 n ax)) +("iris" nil (ay1 r ax s)) +("irises" nil (ay1 r ax s ih0 z)) +("irish" nil (ay1 r ih0 sh)) +("irishman" nil (ay1 r ih0 sh m ax n)) +("irizarry" nil (ih1 r ih0 z ae0 r iy0)) +("irk" nil (er1 k)) +("irked" nil (er1 k t)) +("irks" nil (er1 k s)) +("irksome" nil (er1 k s ax m)) +("irkutsk" nil (er0 k uh1 t s k)) +("irlbeck" nil (er1 l b eh0 k)) +("irma" nil (er1 m ax)) +("iron" nil (ay1 er0 n)) +("ironclad" nil (ay1 er0 n k l ae1 d)) +("ironed" nil (ay1 er0 n d)) +("ironic" nil (ay0 r aa1 n ih0 k)) +("ironical" nil (ay0 r aa1 n ih0 k ax l)) +("ironically" nil (ay0 r aa1 n ih0 k l iy0)) +("ironies" nil (ay1 r ax n iy0 z)) +("ironing" nil (ay1 er0 n ih0 ng)) +("ironize" nil (ay1 er0 n ay1 z)) +("ironized" nil (ay1 er0 n ay1 z d)) +("ironizer" nil (ay1 er0 n ay1 z er0)) +("ironizes" nil (ay1 er0 n ay1 z ih0 z)) +("ironizing" nil (ay1 er0 n ay1 z ih0 ng)) +("irons" nil (ay1 er0 n z)) +("ironside" nil (ay1 er0 n s ay1 d)) +("ironsides" nil (ay1 er0 n s ay1 d z)) +("ironton" nil (ay1 r n t ax n)) +("ironwood" nil (ay1 er0 n w uh1 d)) +("irony" nil (ay1 r ax n iy0)) +("iroquois" nil (ih1 r ax k w oy1)) +("irradiated" nil (ih0 r ey1 d iy0 ey1 t ih0 d)) +("irradiation" nil (ih0 r ey1 d iy0 ey1 sh ax n)) +("irrational" nil (ih0 r ae1 sh ax n ax l)) +("irrationality" nil (ih0 r ae1 sh ax n ae1 l ax t iy0)) +("irrationally" nil (ih0 r ae1 sh ax n ax l iy0)) +("irreconcilable" nil (ih0 r eh1 k ax n s ay1 l ax b ax l)) +("irredentism" nil (ih1 r ax d eh1 n t ih0 z ax m)) +("irrefutable" nil (ih0 r ax f y uw1 t ax b ax l)) +("irregular" nil (ih0 r eh1 g y ax l er0)) +("irregularities" nil (ih0 r eh0 g y ax l eh1 r ax t iy0 z)) +("irregularity" nil (ih0 r eh1 g y ax l eh1 r ax t iy0)) +("irregularly" nil (ih0 r eh1 g y ax l er0 l iy0)) +("irrelevance" nil (ih0 r eh1 l ax v ax n s)) +("irrelevancy" nil (ih0 r eh1 l ax v ax n s iy0)) +("irrelevant" nil (ih0 r eh1 l ax v ax n t)) +("irremediable" nil (ih1 r ih0 m iy1 d iy0 ax b ax l)) +("irreparable" nil (ih0 r eh1 p er0 ax b ax l)) +("irreparably" nil (ih0 r eh1 p er0 ax b l iy0)) +("irreplaceable" nil (ih0 r ax p l ey1 s ax b ax l)) +("irrepressible" nil (ih0 r ax p r eh1 s ax b ax l)) +("irresistible" nil (ih1 r ih0 z ih1 s t ax b ax l)) +("irresistibly" nil (ih1 r ih0 z ih1 s t ax b l iy0)) +("irrespective" nil (ih0 r ax s p eh1 k t ih0 v)) +("irresponsibility" nil (ih0 r ax s p aa1 n s ax b ih1 l ax t iy0)) +("irresponsible" nil (ih0 r ax s p aa1 n s ax b ax l)) +("irresponsibly" nil (ih0 r ax s p aa1 n s ax b l iy0)) +("irretrievably" nil (ih0 r ax t r iy1 v ax b l iy0)) +("irreverence" nil (ih0 r eh1 v er0 ax n s)) +("irreverent" nil (ih0 r eh1 v er0 ax n t)) +("irreversible" nil (ih1 r ih0 v er1 s ax b ax l)) +("irreversibly" nil (ih1 r ih0 v er1 s ax b l iy0)) +("irrevocable" nil (ih0 r eh1 v ax k ax b ax l)) +("irrevocably" nil (ih0 r eh1 v ax k ax b l iy0)) +("irrigate" nil (ih1 r ax g ey1 t)) +("irrigated" nil (ih1 r ax g ey1 t ih0 d)) +("irrigation" nil (ih1 r ax g ey1 sh ax n)) +("irrigators" nil (ih1 r ax g ey1 t er0 z)) +("irritable" nil (ih1 r ax t ax b ax l)) +("irritant" nil (ih1 r ax t ax n t)) +("irritants" nil (ih1 r ax t ax n t s)) +("irritate" nil (ih1 r ih0 t ey1 t)) +("irritated" nil (ih1 r ax t ey1 t ax d)) +("irritates" nil (ih1 r ih0 t ey1 t s)) +("irritating" nil (ih1 r ax t ey1 t ih0 ng)) +("irritation" nil (ih1 r ih0 t ey1 sh ax n)) +("irv" nil (er1 v)) +("irvette" nil (er0 v eh1 t)) +("irvin" nil (er1 v ih0 n)) +("irvine" nil (er1 v ay0 n)) +("irving" nil (er1 v ih0 ng)) +("irwin" nil (er1 w ax n)) +("irwindale" nil (er1 w ih0 n d ey1 l)) +("is" nil (ih1 z)) +("isa" nil (iy1 s ax)) +("isaac" nil (ay1 z ax k)) +("isaacks" nil (ih1 s aa0 k s)) +("isaacs" nil (ay1 z ih0 k s)) +("isaacson" nil (ay1 z ih0 k s ax n)) +("isaak" nil (ih0 s aa1 k)) +("isabel" nil (ih1 z ax b eh1 l)) +("isabell" nil (ih0 s aa0 b eh1 l)) +("isabella" nil (ih1 z ax b eh1 l ax)) +("isabelle" nil (ih1 z ax b eh1 l)) +("isackson" nil (ih1 s ax k s ax n)) +("isadore" nil (ih0 s aa0 d ao1 r ey0)) +("isaiah" nil (ay1 z ey1 ax)) +("isaksen" nil (ih1 s ax k s ax n)) +("isakson" nil (ih1 s ax k s ax n)) +("isaly" nil (ih1 s ax l iy0)) +("isautier" nil (ay0 s ao1 t y er0)) +("isbell" nil (ih1 s b eh0 l)) +("isbill" nil (ih0 s b ih1 l)) +("iscariot" nil (ih0 s k eh1 r iy0 ax t)) +("isch" nil (ih1 sh)) +("ise" nil (ay1 z)) +("iselin" nil (ih1 s ih0 l ih0 n)) +("iseman" nil (ay1 s m ax n)) +("iseminger" nil (ih1 s iy0 m ih0 ng er0)) +("isenberg" nil (ay1 z ax n b er0 g)) +("isenhart" nil (ay1 z ax n hh aa1 r t)) +("isenhour" nil (ih1 s ih0 n aw0 r)) +("isenhower" nil (ih1 s ih0 n hh ow0 er0)) +("isensee" nil (ay1 z ax n s iy1)) +("iser" nil (ay1 z er0)) +("isetan" nil (ih1 s ih0 t ax n)) +("isgrigg" nil (ih0 s g r ih1 g)) +("isgro" nil (iy1 s g r ow0)) +("isgur" nil (ih1 s g er0)) +("ish" nil (ih1 sh)) +("isham" nil (ih1 sh ax m)) +("ishaq" nil (ih1 sh ae0 k)) +("ishee" nil (ih1 sh iy0)) +("isherwood" nil (ih1 sh er0 w uh1 d)) +("ishi" nil (ih1 sh iy0)) +("ishibashi" nil (ih0 sh iy0 b aa1 sh iy0)) +("ishida" nil (ih0 sh iy1 d ax)) +("ishihara" nil (ih0 sh iy0 hh aa1 r ax)) +("ishii" nil (ih0 sh iy1 iy0)) +("ishikawa" nil (ih0 sh iy0 k aa1 w ax)) +("ishikawajima" nil (iy1 sh ih0 k aa1 w ax jh iy1 m ax)) +("ishikura" nil (ih1 sh ih0 k uh1 r ax)) +("ishimura" nil (iy1 sh ih0 m uw1 r ax)) +("ishler" nil (ih1 sh l er0)) +("ishmael" nil (ih1 sh m iy0 l)) +("ishman" nil (ih1 sh m ax n)) +("ishtar" nil (ih1 sh t aa0 r)) +("isidore" nil (ih1 z ih0 d ao1 r)) +("isis" nil (ay1 s ax s)) +("iskra" nil (ih1 s k r ax)) +("islam" nil (ih0 s l aa1 m)) +("islamabad" nil (ih0 s l ae1 m ax b ae0 d)) +("islami" nil (ih0 z l aa1 m iy0)) +("islamic" nil (ih0 z l aa1 m ih0 k)) +("islamization" nil (ih1 z l aa0 m ax z ey1 sh ax n)) +("island" nil (ay1 l ax n d)) +("islander" nil (ay1 l ax n d er0)) +("islanders" nil (ay1 l ax n d er0 z)) +("islandia" nil (ay1 l ae1 n d iy0 ax)) +("islands" nil (ay1 l ax n d z)) +("islas" nil (ay1 l ax z)) +("isle" nil (ay1 l)) +("isleen" nil (ay1 l iy0 n)) +("isler" nil (ay1 l er0)) +("isles" nil (ay1 l z)) +("islets" nil (ay1 l ax t s)) +("isley" nil (ay1 l iy0)) +("islip" nil (ay1 s l ih0 p)) +("ism" nil (ih1 z ax m)) +("ismail" nil (ih1 s m ey0 l)) +("isms" nil (ih1 z ax m z)) +("isner" nil (ih1 s n er0)) +("isocyanate" nil (ay1 s ax s ay1 ax n ey1 t)) +("isoda" nil (iy1 s ow1 d ax)) +("isoelectronic" nil (ay1 s ow0 ih0 l eh0 k t r aa1 n ih0 k)) +("isoetec" nil (ay1 s ow0 t eh1 k)) +("isola" nil (ay0 s aa1 l ax)) +("isolate" nil (ay1 s ax l ey1 t)) +("isolated" nil (ay1 s ax l ey1 t ax d)) +("isolates" nil (ay1 s ax l ey1 t s)) +("isolating" nil (ay1 s ax l ey1 t ih0 ng)) +("isolation" nil (ay1 s ax l ey1 sh ax n)) +("isolationism" nil (ay1 s ax l ey1 sh ax n ih1 z ax m)) +("isolationist" nil (ay1 s ax l ey1 sh ax n ax s t)) +("isolationists" nil (ay1 s ax l ey1 sh ax n ih0 s t s)) +("isolde" nil (ih0 s ow1 l d ax)) +("isom" nil (ay1 s ax m)) +("isomedix" nil (ay1 s ow0 m eh1 d ih0 k s)) +("isomer" nil (ay1 s ax m er0)) +("isomers" nil (ay1 s ax m er0 z)) +("isomorphism" nil (ay1 s ax m ao1 r f ih0 z ax m)) +("ison" nil (ih1 s ax n)) +("isoprinosine" nil (ih1 s ax p r ih1 n ax s iy1 n)) +("isosceles" nil (ih0 s ao1 s eh1 l eh0 z)) +("isothermal" nil (ay1 s ax th er1 m ax l)) +("isotoner" nil (ih1 z ow0 t ah1 n er0)) +("isotonic" nil (ay1 s ax t aa1 n ih0 k)) +("isotope" nil (ay1 s ax t ow1 p)) +("isotopes" nil (ay1 s ax t ow1 p s)) +("isotopic" nil (ay1 s ax t aa1 p ih0 k)) +("isoxicam" nil (ih0 s aa1 k s ih0 k ax m)) +("ispra" nil (ih1 s p r ax)) +("israel" nil (ih1 z r iy0 ax l)) +("israeli" nil (ih0 z r ey1 l iy0)) +("israelis" nil (ih0 z r ey1 l iy0 z)) +("israeloff" nil (ih0 s r ey1 l ao0 f)) +("israelson" nil (ih1 s r eh0 l s ax n)) +("isreal" nil (ih1 z r ax l)) +("issa" nil (ih1 s ax)) +("issac" nil (ih1 s ax k)) +("issam" nil (ih1 s ax m)) +("issar" nil (iy1 s aa1 r)) +("issie" nil (ih1 s iy0)) +("issing" nil (ih1 s ih0 ng)) +("issuable" nil (ih1 sh uw0 ax b ax l)) +("issuance" nil (ih1 sh uw0 ax n s)) +("issuances" nil (ih1 sh uw0 ax n s ih0 z)) +("issue" nil (ih1 sh uw0)) +("issued" nil (ih1 sh uw0 d)) +("issueless" nil (ih1 sh uw0 l ax s)) +("issuer" nil (ih1 sh uw0 er0)) +("issuers" nil (ih1 sh uw0 er0 z)) +("issues" nil (ih1 sh uw0 z)) +("issuing" nil (ih1 sh uw0 ih0 ng)) +("issy" nil (ih1 s iy0)) +("istanbul" nil (ih1 s t aa0 n b uw1 l)) +("istat" nil (ih1 s t ae0 t)) +("istel" nil (ih1 s t eh0 l)) +("isthmus" nil (ih1 s m ax s)) +("istituto" nil (ih1 s t ih0 t uw1 t ow0)) +("istook" nil (ih1 s t uh1 k)) +("istre" nil (ih1 s t er0)) +("isuzu" nil (ih0 s uw1 z uw0)) +("it" nil (ih1 t)) +("ita" nil (ay1 t ax)) +("italia" nil (iy0 t ae1 l iy0 ax)) +("italian" nil (ih0 t ae1 l y ax n)) +("italiana" nil (ih0 t ae1 l iy0 ae1 n ax)) +("italianate" nil (ih0 t ae1 l y ax n ey1 t)) +("italiano" nil (ih0 t aa0 l iy0 aa1 n ow0)) +("italians" nil (ih0 t ae1 l y ax n z)) +("italic" nil (ay0 t ae1 l ih0 k)) +("italics" nil (ay0 t ae1 l ih0 k s)) +("italtel" nil (ih0 t ae1 l t eh1 l)) +("italy" nil (ih1 t ax l iy0)) +("itamar" nil (iy1 t ax m aa1 r)) +("itami" nil (ih0 t aa1 m iy0)) +("itar" nil (iy1 t aa1 r)) +("itasca" nil (ay0 t ae1 s k ax)) +("itch" nil (ih1 ch)) +("itches" nil (ih1 ch ax z)) +("itching" nil (ih1 ch ih0 ng)) +("itchy" nil (ih1 ch iy0)) +("itek" nil (ay1 t eh1 k)) +("itel" nil (ay1 t eh1 l)) +("item" nil (ay1 t ax m)) +("itemize" nil (ay1 t ax m ay1 z)) +("itemized" nil (ay1 t ax m ay1 z d)) +("itemizers" nil (ay1 t ax m ay1 z er0 z)) +("itemizing" nil (ay1 t ax m ay1 z ih0 ng)) +("items" nil (ay1 t ax m z)) +("iten" nil (ay1 t ax n)) +("iterative" nil (ih1 t er0 ey1 t ih0 v)) +("ithaca" nil (ih1 th ax k ax)) +("itinerant" nil (ay0 t ih1 n er0 ax n t)) +("itineraries" nil (ay0 t ih1 n er0 eh1 r iy0 z)) +("itinerary" nil (ay0 t ih1 n er0 eh1 r iy0)) +("itkin" nil (ih0 t k ih1 n)) +("ito" nil (iy1 t ow0)) +("itochu" nil (iy1 t ow1 ch uw1)) +("itoh" nil (iy1 t ow0)) +("its" nil (ih1 t s)) +("itself" nil (ih0 t s eh1 l f)) +("ittner" nil (ih1 t n er0)) +("itzhak" nil (ih1 t s aa0 k)) +("itzkowitz" nil (ih1 t s k ax w ih0 t s)) +("iuliano" nil (iy0 uw0 l iy0 aa1 n ow0)) +("iva" nil (iy1 v ax)) +("ivaco" nil (ay1 v ax k ow1)) +("ivan" nil (ay1 v ax n)) +("ivana" nil (ih0 v aa1 n ax)) +("ivancic" nil (ih0 v ae1 ng k ih0 k)) +("ivane" nil (ih1 v ax n)) +("ivanhoe" nil (ay1 v ax n hh ow1)) +("ivanna" nil (ih0 v aa1 n ax)) +("ivanoff" nil (ih1 v ax n ao0 f)) +("ivanov" nil (ih1 v ax n aa0 v)) +("ivar" nil (ih1 v er0)) +("ivatans" nil (ay1 v ax t ax n z)) +("ivax" nil (ay1 v ae0 k s)) +("iven" nil (ay1 v ax n)) +("ivens" nil (ay1 v ax n z)) +("iver" nil (ay1 v er0)) +("ivern" nil (ay1 v er0 n)) +("ivers" nil (ay1 v er0 z)) +("iversen" nil (ih0 v er1 s ax n)) +("iverson" nil (ay1 v er0 s ax n)) +("ivery" nil (ay1 v er0 iy0)) +("ives" nil (ay1 v z)) +("ivester" nil (ay1 v eh1 s t er0)) +("ivey" nil (ay1 v iy0)) +("ivie" nil (ay1 v iy0)) +("ivins" nil (ih1 v ih0 n z)) +("ivor" nil (ay1 v er0)) +("ivorians" nil (ay0 v ao1 r iy0 ax n z)) +("ivory" nil (ay1 v er0 iy0)) +("ivy" nil (ay1 v iy0)) +("iwai" nil (ay0 w ay1)) +("iwaki" nil (ay0 w aa1 k iy0)) +("iwamoto" nil (ih0 w aa0 m ow1 t ow0)) +("iwan" nil (iy1 w aa0 n)) +("iwanicki" nil (ih0 v ax n ih1 t s k iy0)) +("iwanski" nil (ih0 v ae1 n s k iy0)) +("iwasaki" nil (iy1 w aa0 s aa1 k iy0)) +("iwata" nil (ih0 w aa1 t ax)) +("iwate" nil (ay0 w ey1 t)) +("iwen" nil (ih1 w ax n)) +("iwerks" nil (ay1 w er1 k s)) +("iwinski" nil (ih0 v ih1 n s k iy0)) +("iwo" nil (ay1 w ow0)) +("ixion" nil (ih0 k s ay1 ax n)) +("iyer" nil (ay1 er0)) +("izaguirre" nil (ih0 z ax g w ih1 r ey0)) +("izansky" nil (ih0 z ae1 n s k iy0)) +("izard" nil (ih1 z er0 d)) +("izatt" nil (iy1 z aa0 t)) +("izetbegovic" nil (ih1 z eh0 t b eh1 g ow0 v ih1 ch)) +("izod" nil (ay1 z aa0 d)) +("izquierdo" nil (ih0 z k w ih1 r d ow0)) +("izumi" nil (ih0 z uw1 m iy0)) +("izvestia" nil (ih0 z v eh1 s t iy0 ax)) +("izzard" nil (ih1 z er0 d)) +("izzi" nil (ih1 z iy0)) +("izzo" nil (ih1 z ow0)) +("izzy" nil (ih1 z iy0)) +("j" nil (jh ey1)) +("ja" nil (y aa1)) +("jab" nil (jh ae1 b)) +("jabbar" nil (jh ax b aa1 r)) +("jabbed" nil (jh ae1 b d)) +("jabbing" nil (jh ae1 b ih0 ng)) +("jabbour" nil (zh ax b uh1 r)) +("jaber" nil (jh ey1 b er0)) +("jablon" nil (jh ae1 b l ax n)) +("jablonowski" nil (y ax b l ax n ao1 f s k iy0)) +("jablonski" nil (y ax b l aa1 n s k iy0)) +("jablonsky" nil (y ax b l aa1 n s k iy0)) +("jabs" nil (jh ae1 b z)) +("jac" nil (jh ae1 k)) +("jacek" nil (jh aa1 ch eh1 k)) +("jachim" nil (jh ae1 k ih0 m)) +("jacinda" nil (jh ax s ih1 n d ax)) +("jacinta" nil (jh ax s ih1 n t ax)) +("jacinth" nil (jh ae1 s ih0 n th)) +("jacintha" nil (jh ax s ih1 n th ax)) +("jacinthe" nil (jh ae1 s ih0 n th)) +("jacinto" nil (jh ax s ih1 n t ow0)) +("jack" nil (jh ae1 k)) +("jacka" nil (jh ae1 k ax)) +("jackal" nil (jh ae1 k ax l)) +("jackass" nil (jh ae1 k ae1 s)) +("jacked" nil (jh ae1 k t)) +("jackel" nil (jh ae1 k ax l)) +("jackelyn" nil (jh ae1 k ih0 l ih0 n)) +("jacket" nil (jh ae1 k ax t)) +("jacketed" nil (jh ae1 k ax t ih0 d)) +("jackets" nil (jh ae1 k ih0 t s)) +("jackett" nil (jh ae1 k ih0 t)) +("jackhammer" nil (jh ae1 k hh ae1 m er0)) +("jackhammers" nil (jh ae1 k hh ae1 m er0 z)) +("jacki" nil (jh ae1 k iy0)) +("jackie" nil (jh ae1 k iy0)) +("jacking" nil (jh ae1 k ih0 ng)) +("jackley" nil (jh ae1 k l iy0)) +("jacklin" nil (jh ae1 k l ih0 n)) +("jackman" nil (jh ae1 k m ax n)) +("jacko" nil (jh ae1 k ow0)) +("jackovich" nil (jh ae1 k ax v ih0 ch)) +("jackowski" nil (y ax s k ao1 f s k iy0)) +("jackpot" nil (jh ae1 k p aa1 t)) +("jackpots" nil (jh ae1 k p aa1 t s)) +("jackrabbit" nil (jh ae1 k r ae1 b ax t)) +("jacks" nil (jh ae1 k s)) +("jackson" nil (jh ae1 k s ax n)) +("jacksonian" nil (jh ae0 k s ow1 n iy0 ax n)) +("jacksons" nil (jh ae1 k s ax n z)) +("jacksonville" nil (jh ae1 k s ax n v ih1 l)) +("jacky" nil (jh ae1 k iy0)) +("jaclyn" nil (jh ae1 k l ih0 n)) +("jaco" nil (y aa1 k ow0)) +("jacob" nil (jh ey1 k ax b)) +("jacoba" nil (y aa0 k ow1 b ax)) +("jacobe" nil (jh ae1 k ax b)) +("jacobean" nil (jh ae1 k ax b iy1 ax n)) +("jacober" nil (jh ey1 k ax b er0)) +("jacobi" nil (y aa0 k ow1 b iy0)) +("jacobin" nil (jh ae1 k ax b ax n)) +("jacobina" nil (y ax k ax b ay1 n ax)) +("jacobine" nil (jh ae1 k ax b ay1 n)) +("jacobite" nil (jh ae1 k ax b ay1 t)) +("jacobites" nil (jh ae1 k ax b ay1 t s)) +("jacobo" nil (y aa0 k ow1 b ow0)) +("jacoboski" nil (jh ae1 k ow0 b ao1 s k iy0)) +("jacobowitz" nil (y ax k aa1 b ax w ih0 t s)) +("jacobs" nil (jh ey1 k ax b z)) +("jacobsen" nil (jh ey1 k ax b s ax n)) +("jacobson" nil (jh ey1 k ax b s ax n)) +("jacobus" nil (jh ax k ow1 b ax s)) +("jacoby" nil (jh ax k ow1 b iy0)) +("jacome" nil (jh ax k ow1 m)) +("jacor" nil (jh ey1 k ao1 r)) +("jacot" nil (jh ae1 k ax t)) +("jacox" nil (jh ae1 k aa0 k s)) +("jacque" nil (zh ey1 k)) +("jacqueline" nil (jh ae1 k w ax l ih0 n)) +("jacquelyn" nil (jh ae1 k w ih0 l ih0 n)) +("jacques" nil (zh aa1 k)) +("jacquet" nil (y aa1 k ey0 t)) +("jacquetta" nil (jh aa0 k eh1 t ax)) +("jacquez" nil (y aa0 k w eh1 z)) +("jacquie" nil (jh ae1 k w iy0)) +("jacquin" nil (jh ae1 k w ih0 n)) +("jacquot" nil (zh ax k w ow1)) +("jacuzzi" nil (jh ax k y uw1 z iy0)) +("jade" nil (jh ey1 d)) +("jaded" nil (jh ey1 d ax d)) +("jadeite" nil (jh ey1 d ay1 t)) +("jades" nil (jh ey1 d z)) +("jadwin" nil (jh ae1 d w ih0 n)) +("jae" nil (jh ey1)) +("jaeckel" nil (y eh1 k ax l)) +("jaeger" nil (y eh1 g er0)) +("jaegers" nil (y eh1 g er0 z)) +("jaekel" nil (y eh1 k ax l)) +("jaenicke" nil (y eh1 n ih0 k)) +("jafco" nil (jh ae1 f k ow0)) +("jaffa" nil (jh ae1 f ax)) +("jaffar" nil (jh ax f aa1 r)) +("jaffe" nil (jh ae1 f iy0)) +("jaffee" nil (jh ae1 f iy0)) +("jaffna" nil (jh ae1 f n ax)) +("jaffray" nil (jh ae1 f r ey0)) +("jaffrey" nil (jh ae1 f r iy0)) +("jager" nil (jh ey1 g er0)) +("jagged" nil (jh ae1 g d)) +("jagger" nil (jh ae1 g er0)) +("jaggers" nil (jh ae1 g er0 z)) +("jagiello" nil (jh aa0 jh eh1 l ow0)) +("jagielski" nil (y ax g iy1 l s k iy0)) +("jaglom" nil (jh ae1 g l ax m)) +("jago" nil (y aa1 g ow0)) +("jagoda" nil (jh aa0 g ow1 d ax)) +("jagodzinski" nil (y ax g ax jh ih1 n s k iy0)) +("jagow" nil (y aa1 g ow0)) +("jags" nil (jh ae1 g z)) +("jagt" nil (jh ae1 t)) +("jaguar" nil (jh ae1 g w aa1 r)) +("jaguars" nil (jh ae1 g w aa1 r z)) +("jahn" nil (jh ae1 n)) +("jahner" nil (jh aa1 n er0)) +("jahnke" nil (jh ae1 ng k)) +("jahns" nil (jh aa1 n z)) +("jahr" nil (jh aa1 r)) +("jai" nil (jh ay1)) +("jail" nil (jh ey1 l)) +("jailed" nil (jh ey1 l d)) +("jailhouse" nil (jh ey1 l hh aw1 s)) +("jailing" nil (jh ey1 l ih0 ng)) +("jails" nil (jh ey1 l z)) +("jaime" nil (hh ay1 m iy0)) +("jaimes" nil (hh ay1 m iy0 z)) +("jain" nil (jh ay1 n)) +("jainism" nil (jh ey1 n ih0 z ax m)) +("jakab" nil (jh ae1 k ax b)) +("jakarta" nil (jh ax k aa1 r t ax)) +("jake" nil (jh ey1 k)) +("jakel" nil (jh ae1 k ax l)) +("jakes" nil (jh ey1 k s)) +("jakeway" nil (jh ey1 k w ey1)) +("jakie" nil (jh ae1 k iy0)) +("jakob" nil (jh ae1 k ax b)) +("jakobsen" nil (jh ae1 k ax b s ax n)) +("jakubek" nil (y ax k uw1 b eh0 k)) +("jakubiak" nil (y ax k ah1 b iy0 ae0 k)) +("jakubik" nil (y ax k uw1 b ih0 k)) +("jakubowicz" nil (y ax k ah1 b ax v ih0 ch)) +("jakubowski" nil (y ax k ax b ao1 f s k iy0)) +("jalalabad" nil (jh ax l ae1 l ax b ae0 d)) +("jalbert" nil (jh ae1 l b er0 t)) +("jalopy" nil (jh ax l aa1 p iy0)) +("jam" nil (jh ae1 m)) +("jama" nil (jh ae1 m ax)) +("jamaica" nil (jh ax m ey1 k ax)) +("jamaican" nil (jh ax m ey1 k ax n)) +("jamaicans" nil (jh ax m ey1 k ax n z)) +("jamail" nil (jh ax m ey1 l)) +("jamal" nil (jh ax m aa1 l)) +("jamar" nil (y aa0 m aa1 r)) +("jamb" nil (jh ae1 m)) +("jambor" nil (y aa0 m b ao1 r)) +("jamerson" nil (jh ae1 m er0 s ax n)) +("james" nil (jh ey1 m z)) +("jameson" nil (jh ey1 m s ax n)) +("jamestown" nil (jh ey1 m z t aw1 n)) +("jamesway" nil (jh ey1 m z w ey1)) +("jamie" nil (jh ey1 m iy0)) +("jamieson" nil (jh ey1 m ih0 s ax n)) +("jamison" nil (jh ey1 m ih0 s ax n)) +("jammed" nil (jh ae1 m d)) +("jammers" nil (jh ae1 m er0 z)) +("jamming" nil (jh ae1 m ih0 ng)) +("jammu" nil (jh ax m uw1)) +("jamrog" nil (jh ae1 m r ax g)) +("jamroz" nil (y aa1 m r ow0 z)) +("jams" nil (jh ae1 m z)) +("jamshedpur" nil (jh ae1 m sh eh1 d p er0)) +("jan" nil (jh ae1 n)) +("jana" nil (jh ae1 n ax)) +("janacek" nil (y ae1 n ax ch eh0 k)) +("janachowski" nil (jh ae1 n ax ch aw1 s k iy0)) +("janak" nil (y ae1 n ax k)) +("janardhan" nil (jh ax n aa1 r d ax n)) +("janas" nil (jh ae1 n ax z)) +("janca" nil (jh ae1 ng k ax)) +("janco" nil (jh ae1 ng k ow0)) +("janczak" nil (y ae1 n ch ae0 k)) +("janda" nil (jh ae1 n d ax)) +("jandreau" nil (zh ax n d r ow1)) +("jandt" nil (jh ae1 n t)) +("jane" nil (jh ey1 n)) +("janecek" nil (y ae1 n ih0 ch eh0 k)) +("janeczko" nil (y ax n eh1 ch k ow0)) +("janeiro" nil (jh ax n eh1 r ow1)) +("janek" nil (y ae1 n eh0 k)) +("janel" nil (jh ae1 n ax l)) +("janella" nil (jh ax n eh1 l ax)) +("janelle" nil (zh ax n eh1 l)) +("janes" nil (jh ey1 n z)) +("janesville" nil (jh ey1 n z v ih1 l)) +("janet" nil (jh ae1 n ax t)) +("janette" nil (jh ax n eh1 t)) +("janeway" nil (jh ey1 n w ey1)) +("janey" nil (jh ey1 n iy0)) +("jang" nil (jh ae1 ng)) +("jangled" nil (jh ae1 ng g ax l d)) +("jani" nil (y aa1 n iy0)) +("janiak" nil (y ae1 n iy0 ae0 k)) +("janice" nil (jh ae1 n ax s)) +("janicek" nil (y ae1 n ih0 ch eh0 k)) +("janick" nil (jh ae1 n ih0 k)) +("janicke" nil (jh ae1 n ih0 k)) +("janicki" nil (jh ax n ih1 k iy0)) +("janie" nil (jh ey1 n iy0)) +("janiga" nil (jh ae1 n ih0 g ax)) +("janik" nil (y ae1 n ih0 k)) +("janikowski" nil (y ax n ih0 k ao1 f s k iy0)) +("janina" nil (jh ax n iy1 n ax)) +("janine" nil (jh ax n iy1 n)) +("janis" nil (jh ae1 n ih0 s)) +("janisch" nil (jh ae1 n ih0 sh)) +("janish" nil (y ae1 n ih0 sh)) +("janiszewski" nil (y ax n ih0 sh eh1 f s k iy0)) +("janitor" nil (jh ae1 n ax t er0)) +("janitorial" nil (jh ae1 n ih0 t ao1 r iy0 ax l)) +("janitors" nil (jh ae1 n ax t er0 z)) +("jank" nil (jh ae1 ng k)) +("janka" nil (jh ae1 ng k ax)) +("janke" nil (jh ae1 ng k)) +("jankiewicz" nil (y ae1 n k ax v ih0 ch)) +("janklow" nil (jh ae1 ng k l ow0)) +("janko" nil (jh ae1 ng k ow0)) +("jankovic" nil (jh ae1 ng k ax v ih0 k)) +("jankovich" nil (jh ae1 ng k ax v ih0 ch)) +("jankowiak" nil (y ax ng k aw1 iy0 ae0 k)) +("jankowski" nil (y ax ng k ao1 f s k iy0)) +("jann" nil (jh ae1 n)) +("janna" nil (jh ae1 n ax)) +("janney" nil (jh ae1 n iy0)) +("janning" nil (jh ae1 n ih0 ng)) +("jannock" nil (jh ae1 n ax k)) +("jannotta" nil (jh ax n aa1 t ax)) +("janoff" nil (jh ae1 n ao0 f)) +("janofsky" nil (jh ax n ao1 f s k iy0)) +("janos" nil (jh ae1 n ow0 s)) +("janosik" nil (y ax n ow1 s ih0 k)) +("janoski" nil (y ax n aw1 s k iy0)) +("janosko" nil (y ax n ow1 s k ow0)) +("janosky" nil (y ax n ow1 s k iy0)) +("janota" nil (y ax n ow1 t ax)) +("janousek" nil (y ax n uw1 s eh0 k)) +("janovsky" nil (jh ax n aa1 v s k iy0)) +("janow" nil (y ae1 n ow0)) +("janowiak" nil (y ax n aw1 iy0 ae0 k)) +("janowicz" nil (y ae1 n ax v ih0 ch)) +("janowitz" nil (y ae1 n ax w ih0 t s)) +("janowski" nil (y ax n ao1 f s k iy0)) +("jans" nil (jh ae1 n z)) +("jansa" nil (jh ae1 n s ax)) +("jansen" nil (jh ae1 n s ax n)) +("jansenism" nil (jh ae1 n s ih0 n ih1 z ax m)) +("jansenist" nil (jh ae1 n s ax n ax s t)) +("jansenists" nil (jh ae1 n s ax n ax s t s)) +("jansky" nil (y ae1 n s k iy0)) +("jansma" nil (y ae1 n s m ax)) +("janson" nil (jh ae1 n s ax n)) +("janssen" nil (jh ae1 n s ax n)) +("janssens" nil (jh ae1 n s ax n z)) +("jansson" nil (jh ae1 n s ax n)) +("janthina" nil (y aa0 n th iy1 n ax)) +("jantz" nil (jh ae1 n t s)) +("jantzen" nil (jh ae1 n t z ax n)) +("january" nil (jh ae1 n y uw0 eh1 r iy0)) +("janus" nil (jh ey1 n ax s)) +("janusz" nil (y aa1 n uh0 sh)) +("januszewski" nil (y ax n ax sh eh1 f s k iy0)) +("janvrin" nil (jh ae1 n v r ih0 n)) +("janz" nil (jh ae1 n z)) +("janzen" nil (jh ae1 n z ax n)) +("jap" nil (jh ae1 p)) +("japan" nil (jh ax p ae1 n)) +("japanese" nil (jh ae1 p ax n iy1 z)) +("japans" nil (jh ax p ae1 n z)) +("japonica" nil (jh ax p aa1 n ax k ax)) +("japs" nil (jh ae1 p s)) +("jaqua" nil (y ae1 k w ax)) +("jaquay" nil (zh ax k ey1)) +("jaques" nil (jh ae1 k s)) +("jaquess" nil (y aa1 k w ih0 s)) +("jaquez" nil (y aa0 k w eh1 z)) +("jaquish" nil (jh ae1 k w ih0 sh)) +("jaquith" nil (jh ae1 k w ih0 th)) +("jar" nil (jh aa1 r)) +("jara" nil (jh aa1 r ax)) +("jaramillo" nil (jh ae1 r ax m ih1 l ow0)) +("jarboe" nil (jh aa1 r b ow1)) +("jarchow" nil (jh aa1 r ch aw1)) +("jardin" nil (jh aa1 r d ih0 n)) +("jardine" nil (jh aa1 r d ay1 n)) +("jarecki" nil (y er0 eh1 t s k iy0)) +("jared" nil (jh eh1 r ih0 d)) +("jarema" nil (y er0 iy1 m ax)) +("jares" nil (zh eh1 r z)) +("jargon" nil (jh aa1 r g ax n)) +("jarislowsky" nil (jh eh1 r ih0 s l aw1 s k iy0)) +("jarman" nil (jh aa1 r m ax n)) +("jarmon" nil (y aa0 r m ao1 n)) +("jarnagin" nil (jh aa1 r n ax jh ih0 n)) +("jarnigan" nil (jh aa1 r n ih0 g ae0 n)) +("jaros" nil (y aa1 r ow0 z)) +("jarosz" nil (y aa1 r ax sh)) +("jaroszewski" nil (y er0 ax sh eh1 f s k iy0)) +("jaroszynski" nil (jh eh1 r ax z ih1 n s k iy0)) +("jarrard" nil (zh er0 aa1 r d)) +("jarratt" nil (jh ae1 r ax t)) +("jarreau" nil (zh er0 ow1)) +("jarred" nil (jh aa1 r d)) +("jarrell" nil (y aa0 r ey1 l)) +("jarrells" nil (jh ae1 r ax l z)) +("jarrett" nil (jh eh1 r ax t)) +("jarriel" nil (zh er0 iy1 l)) +("jarring" nil (jh aa1 r ih0 ng)) +("jarryd" nil (jh ae1 r ih0 d)) +("jars" nil (jh aa1 r z)) +("jaruzelski" nil (jh eh1 r ax z eh1 l s k iy0)) +("jarvi" nil (jh aa1 r v iy0)) +("jarvia" nil (jh aa1 r v iy0 ax)) +("jarvie" nil (jh aa1 r v iy0)) +("jarvik" nil (jh aa1 r v ih0 k)) +("jarvinen" nil (jh aa1 r v ih0 n ax n)) +("jarvis" nil (jh aa1 r v ax s)) +("jarzombek" nil (y er0 z aa1 m b eh0 k)) +("jas" nil (jh ey1 m z)) +("jasek" nil (y aa1 s eh0 k)) +("jasinowski" nil (jh ae1 s ih0 n aw1 s k iy0)) +("jasinski" nil (y ax s ih1 n s k iy0)) +("jaskiewicz" nil (y aa1 s k ax v ih0 ch)) +("jasko" nil (y aa1 s k ow0)) +("jaskolski" nil (y ax s k ow1 l s k iy0)) +("jaskot" nil (y aa1 s k ax t)) +("jaskowiak" nil (y ax s k aw1 iy0 ae0 k)) +("jaskulski" nil (y ax s k ah1 l s k iy0)) +("jasmer" nil (jh ae1 s ax m er0)) +("jasmin" nil (jh ae1 z m ih0 n)) +("jasmina" nil (y ax s m ay1 n ax)) +("jasmine" nil (jh ae1 z m ax n)) +("jaso" nil (y aa1 s ow0)) +("jason" nil (jh ey1 s ax n)) +("jaspal" nil (jh ae1 s p aa0 l)) +("jasper" nil (jh ae1 s p er0)) +("jaspers" nil (jh ae1 s p er0 z)) +("jasperson" nil (jh ae1 s p er0 s ax n)) +("jass" nil (jh ae1 s)) +("jasso" nil (jh ae1 s ow0)) +("jaster" nil (jh ae1 s t er0)) +("jauch" nil (jh ao1 ch)) +("jaudon" nil (y aw0 d ao1 n)) +("jaundice" nil (jh ao1 n d ax s)) +("jaundiced" nil (jh ao1 n d ih0 s t)) +("jaunt" nil (jh ao1 n t)) +("jauntily" nil (jh ao1 n t ax l iy0)) +("jaunts" nil (jh ao1 n t s)) +("jaunty" nil (jh ao1 n t iy0)) +("jauregui" nil (y aw0 r ey1 g w iy0)) +("jaurequi" nil (y aw0 r ey1 k w iy0)) +("java" nil (jh aa1 v ax)) +("javanese" nil (jh aa1 v ax n iy1 z)) +("javelin" nil (jh ae1 v ax l ax n)) +("javett" nil (jh ae1 v ax t)) +("javier" nil (hh aa1 v iy0 eh1 r)) +("javits" nil (jh ae1 v ih0 t s)) +("javorsky" nil (y ax v ao1 r s k iy0)) +("jaw" nil (jh ao1)) +("jawad" nil (jh ax w aa1 d)) +("jawbone" nil (jh ao1 b ow1 n)) +("jawboning" nil (jh ao1 b ow1 n ih0 ng)) +("jawed" nil (jh ao1 d)) +("jaworowski" nil (y ax w er0 ao1 f s k iy0)) +("jaworski" nil (jh ax w ao1 r s k iy0)) +("jaws" nil (jh ao1 z)) +("jay" nil (jh ey1)) +("jaya" nil (jh ay1 ax)) +("jayashankar" nil (jh ay1 ax sh aa1 ng k aa0 r)) +("jaycees" nil (jh ey1 s iy1 z)) +("jaycox" nil (jh ey1 k aa1 k s)) +("jaye" nil (jh ey1)) +("jayewardene" nil (jh ey1 w ao0 r d iy1 n)) +("jayme" nil (jh ey1 m iy0)) +("jaymes" nil (jh ey1 m iy0 z)) +("jayne" nil (jh ey1 n)) +("jaynes" nil (jh ey1 n z)) +("jayroe" nil (jh ey1 r ow1)) +("jays" nil (jh ey1 z)) +("jayson" nil (jh ey1 z ax n)) +("jaywalking" nil (jh ey1 w ao1 k ih0 ng)) +("jazmin" nil (jh ae1 z m ih0 n)) +("jazz" nil (jh ae1 z)) +("jazzed" nil (jh ae1 z d)) +("jazzman" nil (jh ae1 z m ae1 n)) +("jazzmen" nil (jh ae1 z m ax n)) +("jazzy" nil (jh ae1 z iy0)) +("je" nil (jh iy1)) +("jealous" nil (jh eh1 l ax s)) +("jealousies" nil (jh eh1 l ax s iy0 z)) +("jealously" nil (jh eh1 l ax s l iy0)) +("jealousy" nil (jh eh1 l ax s iy0)) +("jean" nil (jh iy1 n)) +("jeana" nil (jh iy1 n ax)) +("jeanbaptiste" nil (zh eh1 n b ax p t ih0 s t)) +("jeancourt" nil (jh iy1 n k ao1 r t)) +("jeane" nil (jh iy1 n)) +("jeanes" nil (jh iy1 n z)) +("jeanette" nil (jh ax n eh1 t)) +("jeaney" nil (jh iy1 n iy0)) +("jeanie" nil (jh iy1 n iy0)) +("jeanlouis" nil (zh aa1 n l uw0 iy1 z)) +("jeanmichele" nil (zh aa1 n m ax sh eh1 l)) +("jeanne" nil (jh iy1 n)) +("jeannette" nil (jh ax n eh1 t)) +("jeannie" nil (jh iy1 n iy0)) +("jeanniot" nil (jh iy1 n iy0 ax t)) +("jeanpierre" nil (zh ao0 n p iy0 eh1 r)) +("jeans" nil (jh iy1 n z)) +("jeansonne" nil (jh eh1 n s ax n)) +("jeb" nil (jh eh1 b)) +("jech" nil (jh eh1 k)) +("jed" nil (jh eh1 d)) +("jedlicka" nil (y ih0 d l ih1 s k ax)) +("jee" nil (jh iy1)) +("jeep" nil (jh iy1 p)) +("jeepney" nil (jh iy1 p n iy0)) +("jeeps" nil (jh iy1 p s)) +("jeered" nil (jh ih1 r d)) +("jeering" nil (jh iy1 r ih0 ng)) +("jeers" nil (jh iy1 r z)) +("jefcoat" nil (jh eh1 f k ow1 t)) +("jeff" nil (jh eh1 f)) +("jeffcoat" nil (jh eh1 f k ow0 t)) +("jeffer" nil (jh eh1 f er0)) +("jefferey" nil (jh eh1 f er0 iy0)) +("jefferies" nil (jh eh1 f r iy0 z)) +("jefferis" nil (jh eh1 f er0 ih0 s)) +("jeffers" nil (jh eh1 f er0 z)) +("jefferson" nil (jh eh1 f er0 s ax n)) +("jeffersonian" nil (jh eh1 f er0 s ow1 n iy0 ax n)) +("jeffery" nil (jh eh1 f er0 iy0)) +("jefferys" nil (jh eh1 f er0 iy0 z)) +("jeffords" nil (jh eh1 f er0 d z)) +("jeffress" nil (jh eh1 f r ih0 s)) +("jeffrey" nil (jh eh1 f r iy0)) +("jeffreys" nil (jh eh1 f r iy0 z)) +("jeffries" nil (jh eh1 f r iy0 z)) +("jeffry" nil (jh eh1 f r iy0)) +("jeffs" nil (jh eh1 f s)) +("jeffus" nil (jh eh1 f ax s)) +("jeffy" nil (jh eh1 f iy0)) +("jehle" nil (jh eh1 hh ax l)) +("jehovah" nil (jh ax hh ow1 v ax)) +("jekel" nil (jh eh1 k ax l)) +("jekyll" nil (jh eh1 k ax l)) +("jelen" nil (jh eh1 l ax n)) +("jelinek" nil (jh eh1 l ax n ih0 k)) +("jelinski" nil (y ih0 l ih1 n s k iy0)) +("jelks" nil (jh eh1 l k s)) +("jell" nil (jh eh1 l)) +("jelley" nil (jh eh1 l iy0)) +("jellied" nil (jh eh1 l iy0 d)) +("jellies" nil (jh eh1 l iy0 z)) +("jellison" nil (jh eh1 l ih0 s ax n)) +("jello" nil (jh eh1 l ow0)) +("jelly" nil (jh eh1 l iy0)) +("jellyfish" nil (jh eh1 l iy0 f ih1 sh)) +("jem" nil (jh eh1 m)) +("jemie" nil (jh eh1 m iy0)) +("jemima" nil (jh eh0 m iy1 m ax)) +("jemison" nil (jh eh1 m ih0 s ax n)) +("jemmie" nil (jh eh1 m iy0)) +("jemmott" nil (jh eh1 m ax t)) +("jen" nil (jh eh1 n)) +("jena" nil (jh iy1 n ax)) +("jencks" nil (jh eh1 ng k s)) +("jendro" nil (jh eh1 n d r ow0)) +("jenison" nil (jh eh1 n ih0 s ax n)) +("jenkens" nil (jh eh1 ng k ax n z)) +("jenkin" nil (jh eh1 ng k ih0 n)) +("jenkins" nil (jh eh1 ng k ax n z)) +("jenkinson" nil (jh eh1 ng k ih0 n s ax n)) +("jenks" nil (jh eh1 ng k s)) +("jenn" nil (jh eh1 n)) +("jenne" nil (jh eh1 n)) +("jenner" nil (jh eh1 n er0)) +("jenness" nil (jh eh1 n ih0 s)) +("jennett" nil (jh eh1 n ih0 t)) +("jennette" nil (zh ih0 n eh1 t)) +("jennewein" nil (jh eh1 n uw0 ay1 n)) +("jenney" nil (jh eh1 n iy0)) +("jenni" nil (jh eh1 n iy0)) +("jennie" nil (jh eh1 n iy0)) +("jennifer" nil (jh eh1 n ax f er0)) +("jenning" nil (jh eh1 n ih0 ng)) +("jenninger" nil (jh eh1 n ih0 ng er0)) +("jennings" nil (jh eh1 n ih0 ng z)) +("jennison" nil (jh eh1 n ih0 s ax n)) +("jenny" nil (jh eh1 n iy0)) +("jenrette" nil (jh eh1 n r eh1 t)) +("jens" nil (jh eh1 n z)) +("jensen" nil (jh eh1 n s ax n)) +("jenson" nil (jh eh1 n s ax n)) +("jenssen" nil (jh eh1 n s ax n)) +("jent" nil (jh eh1 n t)) +("jentsch" nil (jh eh1 n ch)) +("jentz" nil (jh eh1 n t s)) +("jeong" nil (jh eh1 ng)) +("jeopardize" nil (jh eh1 p er0 d ay1 z)) +("jeopardized" nil (jh eh1 p er0 d ay1 z d)) +("jeopardizes" nil (jh eh1 p er0 d ay1 z ih0 z)) +("jeopardizing" nil (jh eh1 p er0 d ay1 z ih0 ng)) +("jeopardy" nil (jh eh1 p er0 d iy0)) +("jeppesen" nil (jh eh1 p iy0 z ax n)) +("jeppson" nil (jh eh1 p s ax n)) +("jepsen" nil (jh eh1 p s ax n)) +("jepson" nil (jh eh1 p s ax n)) +("jerabek" nil (jh eh1 r ax b ih0 k)) +("jerald" nil (jh eh1 r ax l d)) +("jerboas" nil (jh er0 b ow1 ax z)) +("jerde" nil (jh er1 d)) +("jerden" nil (jh er1 d ax n)) +("jere" nil (jh eh1 r iy0)) +("jereb" nil (jh eh1 r ih0 b)) +("jereissati" nil (jh eh0 r ey1 s aa1 t iy0)) +("jerel" nil (jh eh1 r ax l)) +("jereld" nil (jh eh1 r ih0 l d)) +("jeremia" nil (y eh0 r iy1 m iy0 ax)) +("jeremiah" nil (jh eh1 r ax m ay1 ax)) +("jeremy" nil (jh eh1 r ax m iy0)) +("jerez" nil (y eh0 r eh1 z)) +("jergens" nil (jh er1 g ax n z)) +("jergenson" nil (jh er1 g ih0 n s ax n)) +("jerger" nil (jh er1 g er0)) +("jeri" nil (jh eh1 r iy0)) +("jericho" nil (jh eh1 r ih0 k ow1)) +("jerk" nil (jh er1 k)) +("jerked" nil (jh er1 k t)) +("jerking" nil (jh er1 k ih0 ng)) +("jerkins" nil (jh er1 k ih0 n z)) +("jerks" nil (jh er1 k s)) +("jerky" nil (jh er1 k iy0)) +("jerman" nil (jh er1 m ax n)) +("jermyn" nil (jh er1 m ih0 n)) +("jernberg" nil (jh er1 n b er0 g)) +("jernigan" nil (jh er1 n ih0 g ae0 n)) +("jeroboam" nil (jh eh1 r ax b ow1 ax m)) +("jerold" nil (jh eh1 r ow0 l d)) +("jerome" nil (jh er0 ow1 m)) +("jerr" nil (jh er1)) +("jerrell" nil (y eh0 r ey1 l)) +("jerri" nil (jh eh1 r iy0)) +("jerrico" nil (jh eh1 r ih0 k ow1)) +("jerrie" nil (jh eh1 r iy0)) +("jerritts" nil (jh eh1 r ih0 t s)) +("jerrold" nil (jh eh1 r ax l d)) +("jerrome" nil (y eh0 r ow1 m ey0)) +("jerry" nil (jh eh1 r iy0)) +("jersey" nil (jh er1 z iy0)) +("jerseys" nil (jh er1 z iy0 z)) +("jersusalem" nil (jh er0 uw1 s ax l ax m)) +("jerusalem" nil (jh er0 uw1 s ax l ax m)) +("jerusha" nil (jh eh1 r ax sh ax)) +("jervis" nil (jh er1 v ih0 s)) +("jerzak" nil (y er1 z ax k)) +("jerzy" nil (jh er1 z iy0)) +("jeschke" nil (jh eh1 sh k)) +("jeske" nil (jh eh1 s k)) +("jesmer" nil (jh eh1 s ax m er0)) +("jesper" nil (jh eh1 s p er0)) +("jespersen" nil (jh eh1 s p er0 s ax n)) +("jesperson" nil (jh eh1 s p er0 s ax n)) +("jess" nil (jh eh1 s)) +("jessalynn" nil (jh eh1 s ax l ih0 n)) +("jessamine" nil (jh eh1 s ax m ih0 n)) +("jessamyn" nil (jh eh1 s ax m ih0 n)) +("jesse" nil (jh eh1 s iy0)) +("jessee" nil (jh eh1 s iy1)) +("jesselson" nil (jh eh1 s ax l s ax n)) +("jessen" nil (jh eh1 s ax n)) +("jesser" nil (jh eh1 s er0)) +("jessica" nil (jh eh1 s ih0 k ax)) +("jessie" nil (jh eh1 s iy0)) +("jesson" nil (jh eh1 s ax n)) +("jessop" nil (jh eh1 s ax p)) +("jessup" nil (jh eh1 s ah1 p)) +("jessye" nil (jh eh1 s iy0)) +("jest" nil (jh eh1 s t)) +("jester" nil (jh eh1 s t er0)) +("jests" nil (jh eh1 s t s)) +("jesudason" nil (jh eh1 s uw1 d ax s ax n)) +("jesuit" nil (jh eh1 zh uw0 ih0 t)) +("jesuits" nil (jh eh1 zh uw0 ih0 t s)) +("jesup" nil (jh eh1 s ax p)) +("jesus" nil (jh iy1 z ax s)) +("jet" nil (jh eh1 t)) +("jetborne" nil (jh eh1 t b ao1 r n)) +("jeter" nil (jh iy1 t er0)) +("jethro" nil (jh eh1 th r ow0)) +("jetliner" nil (jh eh1 t l ay1 n er0)) +("jetliners" nil (jh eh1 t l ay1 n er0 z)) +("jetro" nil (jh eh1 t r ow0)) +("jets" nil (jh eh1 t s)) +("jetstream" nil (jh eh1 t s t r iy1 m)) +("jetstreams" nil (jh eh1 t s t r iy1 m z)) +("jett" nil (jh eh1 t)) +("jetta" nil (jh eh1 t ax)) +("jette" nil (jh eh1 t)) +("jetted" nil (jh eh1 t ih0 d)) +("jetter" nil (jh eh1 t er0)) +("jetting" nil (jh eh1 t ih0 ng)) +("jettison" nil (jh eh1 t ih0 s ax n)) +("jettisoned" nil (jh eh1 t ih0 s ax n d)) +("jettisoning" nil (jh eh1 t ax s ax n ih0 ng)) +("jetton" nil (jh eh1 t ax n)) +("jetty" nil (jh eh1 t iy0)) +("jeumont" nil (jh uw1 m aa1 n t)) +("jew" nil (jh uw1)) +("jewel" nil (jh uw1 ax l)) +("jewelcor" nil (jh uw1 ax l k ao0 r)) +("jeweler" nil (jh uw1 ax l er0)) +("jewelers" nil (jh uw1 ax l er0 z)) +("jewell" nil (jh uw1 ih0 l)) +("jewellers" nil (jh uw1 ax l er0 z)) +("jewelmasters" nil (jh uw1 ax l m ae1 s t er0 z)) +("jewelry" nil (jh uw1 ax l r iy0)) +("jewels" nil (jh uw1 ax l z)) +("jewess" nil (jh uw1 ax s)) +("jewett" nil (jh uw1 ih0 t)) +("jewfishes" nil (jh uw1 f ih1 sh ih0 z)) +("jewish" nil (jh uw1 ih0 sh)) +("jewkes" nil (jh uw1 k s)) +("jewry" nil (jh uw1 r iy0)) +("jews" nil (jh uw1 z)) +("jex" nil (jh eh1 k s)) +("jeyaretnam" nil (jh ey1 er0 eh1 t n ax m)) +("jezek" nil (y eh1 z eh0 k)) +("jezewski" nil (y ih0 z eh1 f s k iy0)) +("jezierski" nil (y ih0 z ih1 r s k iy0)) +("jeziorski" nil (y ih0 z iy0 ao1 r s k iy0)) +("jfet" nil (jh f eh1 t)) +("jha" nil (jh aa1)) +("jhirmack" nil (jh er1 m ae0 k)) +("ji" nil (jh iy1)) +("jia" nil (jh iy1 ax)) +("jiang" nil (jh aa1 ng)) +("jiangsu" nil (jh y aa1 ng s uw0)) +("jiar" nil (jh iy0 aa1 r)) +("jiawen" nil (jh iy1 w eh1 n)) +("jibe" nil (jh ay1 b)) +("jibes" nil (jh ay1 b z)) +("jicha" nil (jh ih1 ch ax)) +("jie" nil (jh iy1)) +("jif" nil (jh ih1 f)) +("jiffy" nil (jh ih1 f iy0)) +("jig" nil (jh ih1 g)) +("jiggetts" nil (jh ih1 g ih0 t s)) +("jiggling" nil (jh ih1 g ax l ih0 ng)) +("jigs" nil (jh ih1 g z)) +("jigsaw" nil (jh ih1 g s ao1)) +("jihad" nil (jh iy1 hh ae0 d)) +("jilek" nil (jh ih1 l ih0 k)) +("jiles" nil (jh ay1 l z)) +("jill" nil (jh ih1 l)) +("jillion" nil (jh ih1 l y ax n)) +("jillions" nil (jh ih1 l y ax n z)) +("jillson" nil (jh ih1 l s ax n)) +("jilted" nil (jh ih1 l t ih0 d)) +("jim" nil (jh ih1 m)) +("jima" nil (jh iy1 m ax)) +("jimenez" nil (hh ih1 m eh1 n eh1 z)) +("jimerson" nil (jh ih1 m er0 s ax n)) +("jimi" nil (jh ih1 m iy0)) +("jiminez" nil (hh ih0 m eh1 n eh1 z)) +("jimison" nil (jh ih1 m ih0 s ax n)) +("jimmerson" nil (jh ih1 m er0 s ax n)) +("jimmie" nil (jh ih1 m iy0)) +("jimmied" nil (jh ih1 m iy0 d)) +("jimmy" nil (jh ih1 m iy0)) +("jin" nil (jh ih1 n)) +("jindo" nil (jh ih1 n d ow0)) +("jindra" nil (jh ih1 n d r ax)) +("jines" nil (jh ay1 n z)) +("jing" nil (jh ih1 ng)) +("jingle" nil (jh ih1 ng g ax l)) +("jingles" nil (jh ih1 ng g ax l z)) +("jingoism" nil (jh ih1 ng g ow1 ih0 z ax m)) +("jingoistic" nil (jh ih0 ng g ow0 ih1 s t ih0 k)) +("jingsheng" nil (jh ih1 ng sh eh0 ng)) +("jinkins" nil (jh ih1 ng k ih0 n z)) +("jinks" nil (jh ih1 ng k s)) +("jinright" nil (jh ih1 n r ay1 t)) +("jinx" nil (jh ih1 ng k s)) +("jipson" nil (jh ih1 p s ax n)) +("jirak" nil (jh ao1 r ax k)) +("jirga" nil (jh er1 g ax)) +("jiri" nil (jh ih1 r iy0)) +("jirik" nil (jh ao1 r ih0 k)) +("jiron" nil (y ih0 r ao1 n)) +("jirsa" nil (y ih1 r s ax)) +("jitney" nil (jh ih1 t n iy0)) +("jitterbugging" nil (jh ih1 t er0 b ah1 g ih0 ng)) +("jitters" nil (jh ih1 t er0 z)) +("jittery" nil (jh ih1 t er0 iy0)) +("jive" nil (jh ay1 v)) +("jividen" nil (y iy0 v ay1 d ax n)) +("jiving" nil (jh ay1 v ih0 ng)) +("jo" nil (jh ow1)) +("joachim" nil (y ow1 aa1 k ih0 m)) +("joachims" nil (y ow1 aa1 k ih0 m z)) +("joakima" nil (jh ow1 k iy1 m ax)) +("joan" nil (jh ow1 n)) +("joann" nil (jh ow1 ae1 n)) +("joanna" nil (jh ow0 ae1 n ax)) +("joanne" nil (jh ow1 ae1 n)) +("joanou" nil (jh ow1 n uw1)) +("joao" nil (jh ow1 ow0)) +("joaquim" nil (w aa1 k iy1 m)) +("joaquin" nil (w aa1 k iy1 n)) +("job" nil (jh aa1 b)) +("jobbers" nil (jh aa1 b er0 z)) +("jobe" nil (jh ow1 b)) +("jobes" nil (jh ow1 b z)) +("jobete" nil (jh ow0 b iy1 t)) +("jobin" nil (jh ow1 b ih0 n)) +("jobina" nil (y ow0 b iy1 n ax)) +("jobless" nil (jh aa1 b l ax s)) +("joblessness" nil (jh aa1 b l ax s n ax s)) +("jobs" nil (jh aa1 b z)) +("jobson" nil (jh aa1 b s ax n)) +("jobst" nil (jh aa1 b s t)) +("jobyna" nil (y ax b iy1 n ax)) +("jocelin" nil (jh ao1 s l ih1 n)) +("joceline" nil (jh ao1 s l ih1 n)) +("jocelyn" nil (jh ao1 s l ih1 n)) +("jocelyne" nil (jh ao1 s l ih1 n)) +("jochem" nil (jh aa1 k ih0 m)) +("jochen" nil (jh ow1 k ax n)) +("jochim" nil (jh aa1 k ih0 m)) +("jochum" nil (jh aa1 k ax m)) +("jock" nil (jh aa1 k)) +("jockey" nil (jh aa1 k iy0)) +("jockeying" nil (jh aa1 k iy0 ih0 ng)) +("jockeys" nil (jh aa1 k iy0 z)) +("jocks" nil (jh aa1 k s)) +("jocosa" nil (y ow0 k ow1 s ax)) +("jocular" nil (jh aa1 k y ax l er0)) +("jocylan" nil (jh ao1 s l ax n)) +("jodi" nil (jh ow1 d iy0)) +("jodie" nil (jh ow1 d iy0)) +("jodoin" nil (zh ax d oy1 n)) +("jody" nil (jh ow1 d iy0)) +("joe" nil (jh ow1)) +("joedicke" nil (jh ow1 d ih0 k)) +("joel" nil (jh ow1 ax l)) +("joelson" nil (jh ow1 l s ax n)) +("joens" nil (jh ow1 n z)) +("joerg" nil (jh ao1 r g)) +("joerger" nil (y er1 g er0)) +("joers" nil (jh ow1 er0 z)) +("joes" nil (jh ow1 z)) +("joette" nil (zh ow0 eh1 t)) +("joey" nil (jh ow1 iy0)) +("joffe" nil (jh aa1 f)) +("joffrey" nil (jh ao1 f r iy0)) +("joffrion" nil (y ow0 f r iy0 ao1 n)) +("jog" nil (jh aa1 g)) +("jogged" nil (jh aa1 g d)) +("jogger" nil (jh aa1 g er0)) +("joggers" nil (jh aa1 g er0 z)) +("jogging" nil (jh aa1 g ih0 ng)) +("jogs" nil (jh aa1 g z)) +("joh" nil (jh ow1)) +("johan" nil (y ow0 hh aa1 n)) +("johann" nil (y ow1 hh aa0 n)) +("johanna" nil (jh ax hh ae1 n ax)) +("johannes" nil (jh ow0 hh ae1 n ax s)) +("johannesburg" nil (jh ow1 hh ae1 n ih0 s b er0 g)) +("johannesen" nil (jh ow1 hh ae1 n ih0 s ax n)) +("johannessen" nil (jh ow1 hh ae1 n ih0 s ax n)) +("johanning" nil (y ow1 hh ae1 n ih0 ng)) +("johanns" nil (y ow1 hh aa0 n z)) +("johannsen" nil (jh ow1 hh ae1 n s ax n)) +("johansen" nil (jh ow1 hh ae1 n s ax n)) +("johanson" nil (jh ow1 hh ae1 n s ax n)) +("johansson" nil (y ow1 hh aa1 n s ax n)) +("john" nil (jh aa1 n)) +("johnathon" nil (jh aa1 n ax th ax n)) +("johndrow" nil (jh aa1 n d r ow0)) +("johnnie" nil (jh aa1 n iy0)) +("johnny" nil (jh aa1 n iy0)) +("johns" nil (jh aa1 n z)) +("johnsen" nil (jh aa1 n s ax n)) +("johnsey" nil (jh aa1 n z iy0)) +("johnson" nil (jh aa1 n s ax n)) +("johnsons" nil (jh aa1 n s ax n z)) +("johnsrud" nil (jh aa1 n s r ax d)) +("johnston" nil (jh aa1 n s t ax n)) +("johnstone" nil (jh aa1 n s t ow1 n)) +("johnstown" nil (jh aa1 n z t aw1 n)) +("johson" nil (jh aa1 s ax n)) +("joice" nil (jh oy1 s)) +("joie" nil (zh w aa1)) +("join" nil (jh oy1 n)) +("joined" nil (jh oy1 n d)) +("joiner" nil (jh oy1 n er0)) +("joinery" nil (jh oy1 n er0 iy0)) +("joines" nil (jh oy1 n z)) +("joining" nil (jh oy1 n ih0 ng)) +("joins" nil (jh oy1 n z)) +("joint" nil (jh oy1 n t)) +("jointed" nil (jh oy1 n t ax d)) +("jointly" nil (jh oy1 n t l iy0)) +("jointness" nil (jh oy1 n t n ax s)) +("joints" nil (jh oy1 n t s)) +("joist" nil (jh oy1 s t)) +("joists" nil (jh oy1 s t s)) +("jojola" nil (y ow0 y ow1 l ax)) +("joke" nil (jh ow1 k)) +("joked" nil (jh ow1 k t)) +("jokela" nil (jh aa1 k ih0 l ax)) +("joker" nil (jh ow1 k er0)) +("jokers" nil (jh ow1 k er0 z)) +("jokerst" nil (jh aa1 k er0 s t)) +("jokes" nil (jh ow1 k s)) +("jokhang" nil (jh aa1 k hh ae0 ng)) +("joki" nil (jh ow1 k iy0)) +("jokinen" nil (jh ax k ih1 n ax n)) +("joking" nil (jh ow1 k ih0 ng)) +("jokingly" nil (jh ow1 k ih0 ng l iy0)) +("joles" nil (jh ow1 l z)) +("joletta" nil (jh ow0 l eh1 t ax)) +("jolette" nil (jh ow1 l eh1 t)) +("jolicoeur" nil (zh aa1 l ih0 k er0)) +("joliet" nil (jh ow1 l iy0 eh1 t)) +("jolin" nil (jh ow1 l ih0 n)) +("jolivette" nil (zh aa1 l ih0 v eh0 t)) +("jolla" nil (hh oy1 y ax)) +("jolley" nil (jh aa1 l iy0)) +("jollie" nil (jh aa1 l iy0)) +("jollies" nil (jh aa1 l iy0 z)) +("jolliff" nil (jh aa1 l ih0 f)) +("jolliffe" nil (jh aa1 l ih0 f)) +("jolly" nil (jh aa1 l iy0)) +("jollying" nil (jh aa1 l iy0 ih0 ng)) +("jolson" nil (jh ow1 l s ax n)) +("jolt" nil (jh ow1 l t)) +("jolted" nil (jh ow1 l t ih0 d)) +("jolting" nil (jh ow1 l t ih0 ng)) +("jolts" nil (jh ow1 l t s)) +("joly" nil (jh ow1 l iy0)) +("jon" nil (jh aa1 n)) +("jonah" nil (jh ow1 n ax)) +("jonas" nil (jh ow1 n ax s)) +("jonassaint" nil (jh ow1 n ax s ey1 n t)) +("jonassen" nil (jh aa1 n ax s ax n)) +("jonathan" nil (jh aa1 n ax th ax n)) +("jonathon" nil (jh aa1 n ax th ax n)) +("joncas" nil (jh aa1 ng k ax z)) +("jone" nil (jh ow1 n)) +("jones" nil (jh ow1 n z)) +("joneses" nil (jh ow1 n z ih0 z)) +("jong" nil (jh ao1 ng)) +("joni" nil (jh ow1 n iy0)) +("jonker" nil (jh aa1 ng k er0)) +("jonn" nil (jh aa1 n)) +("jonothan" nil (jh aa1 n ax th ax n)) +("jonson" nil (jh aa1 n s ax n)) +("jonsson" nil (jh aa1 n s ax n)) +("joo" nil (jh uw1)) +("joong" nil (jh uh1 ng)) +("joos" nil (jh uw1 z)) +("joost" nil (jh uw1 s t)) +("joosten" nil (y uw1 s ax n)) +("joplin" nil (jh aa1 p l ih0 n)) +("jopling" nil (jh ow1 p ax l ih0 ng)) +("jopp" nil (jh aa1 p)) +("jordache" nil (jh ao1 r d ae1 sh)) +("jordahl" nil (jh ao1 r d aa0 l)) +("jordan" nil (jh ao1 r d ax n)) +("jordana" nil (y ao0 r d ae1 n ax)) +("jordanian" nil (jh ao1 r d ey1 n iy0 ax n)) +("jordanians" nil (jh ao0 r d ey1 n iy0 ax n z)) +("jorde" nil (jh ao1 r d)) +("jorden" nil (jh ao1 r d ax n)) +("jorge" nil (hh ao1 r hh ey0)) +("jorgensen" nil (jh ao1 r g ax n s ax n)) +("jorgenson" nil (jh ao1 r jh ih0 n s ax n)) +("jorio" nil (jh ao1 r iy0 ow0)) +("jornal" nil (jh ao1 r n ax l)) +("jorstad" nil (jh ao1 r s t ax d)) +("jory" nil (jh ao1 r iy0)) +("jos" nil (jh ow1 z)) +("josceline" nil (jh aa1 s ih0 l ay1 n)) +("joscelyn" nil (jh aa1 s ih0 l ih0 n)) +("joscelyne" nil (jh aa1 s ih0 l ay1 n)) +("jose" nil (hh ow1 z ey1)) +("josef" nil (jh ow1 s ax f)) +("joseph" nil (jh ow1 s ax f)) +("josepha" nil (jh ow0 s eh1 f ax)) +("josephina" nil (jh aa0 s ih0 f ay1 n ax)) +("josephine" nil (jh ow1 s ax f iy1 n)) +("josephs" nil (jh ow1 s ih0 f s)) +("josephson" nil (jh ow1 s ax f s ax n)) +("josephthal" nil (jh ow1 s ax f th ao1 l)) +("josephus" nil (jh ow0 s iy1 f ax s)) +("joser" nil (jh ow1 z er0)) +("josette" nil (zh ax s eh1 t)) +("josey" nil (jh ow1 z iy0)) +("josh" nil (jh aa1 sh)) +("joshi" nil (jh ow1 sh iy0)) +("joshua" nil (jh aa1 sh uw0 ax)) +("josiah" nil (jh ow0 s ay1 ax)) +("josie" nil (jh ow1 z iy0)) +("josleyn" nil (jh aa1 s l ih1 n)) +("joslin" nil (jh aa1 s l ih0 n)) +("joslyn" nil (jh ao1 s l ih0 n)) +("jospin" nil (jh aa1 s p ih0 n)) +("joss" nil (jh ao1 s)) +("josselyn" nil (jh aa1 s ih0 l ih0 n)) +("jost" nil (jh aa1 s t)) +("josten" nil (jh aa1 s ax n)) +("jostens" nil (jh ao1 s t ax n z)) +("jostes" nil (jh ow1 s t s)) +("jostle" nil (jh aa1 s ax l)) +("jostled" nil (jh aa1 s ax l d)) +("jostling" nil (jh aa1 s ax l ih0 ng)) +("joswick" nil (jh aa1 s w ih0 k)) +("jot" nil (jh aa1 t)) +("jotted" nil (jh aa1 t ih0 d)) +("joubert" nil (y aw1 b er0 t)) +("jouett" nil (jh aa1 uw0 t)) +("joule" nil (jh uw1 l)) +("joules" nil (jh uw1 l z)) +("jour" nil (jh aw1 r)) +("jourdan" nil (zh uh0 r d ae1 n)) +("jouret" nil (zh w aa0 r ey1)) +("journal" nil (jh er1 n ax l)) +("journalese" nil (jh er1 n ax l iy1 z)) +("journalism" nil (jh er1 n ax l ih1 z ax m)) +("journalist" nil (jh er1 n ax l ax s t)) +("journalistic" nil (jh er1 n ax l ih1 s t ih0 k)) +("journalists" nil (jh er1 n ax l ax s t s)) +("journals" nil (jh er1 n ax l z)) +("journey" nil (jh er1 n iy0)) +("journeyed" nil (jh er1 n iy0 d)) +("journeying" nil (jh er1 n iy0 ih0 ng)) +("journeyman" nil (jh er1 n iy0 m ae1 n)) +("journeys" nil (jh er1 n iy0 z)) +("jousting" nil (jh aw1 s t ih0 ng)) +("jovan" nil (jh ow1 v ax n)) +("jovanovic" nil (y ax v ax n aa1 v ih0 k)) +("jovanovich" nil (jh ow0 v ae1 n ax v ih0 ch)) +("jovi" nil (jh ow1 v iy0)) +("jovial" nil (jh ow1 v iy0 ax l)) +("jovian" nil (jh ow1 v iy0 ax n)) +("jovita" nil (y ax v ay1 t ax)) +("jovito" nil (jh ow0 v iy1 t ow0)) +("jowers" nil (jh aw1 er0 z)) +("jowett" nil (jh aw1 ih0 t)) +("jowl" nil (jh aw1 l)) +("jowley" nil (jh ow1 l iy0)) +("jowls" nil (jh aw1 l z)) +("jowly" nil (jh aw1 l iy0)) +("joy" nil (jh oy1)) +("joyal" nil (jh oy1 ax l)) +("joyce" nil (jh oy1 s)) +("joycelyn" nil (jh oy1 s l ih1 n)) +("joye" nil (jh oy1)) +("joyful" nil (jh oy1 f ax l)) +("joyfully" nil (jh oy1 f ax l iy0)) +("joyner" nil (jh oy1 n er0)) +("joynes" nil (jh oy1 n z)) +("joynt" nil (jh oy1 n t)) +("joyoni" nil (jh oy0 ow1 n iy0)) +("joyous" nil (jh oy1 ax s)) +("joyride" nil (jh oy1 r ay1 d)) +("joys" nil (jh oy1 z)) +("joystick" nil (jh oy1 s t ih1 k)) +("jozef" nil (jh ow1 z ax f)) +("jozwiak" nil (y aa1 z v iy0 ae0 k)) +("jr" nil (jh uw1 n y er0)) +("ju" nil (jh uw1)) +("jua" nil (jh uw1 ax)) +("juan" nil (w aa1 n)) +("juana" nil (w aa1 n ax)) +("juanita" nil (w aa0 n iy1 t ax)) +("juarez" nil (w aa1 r eh1 z)) +("juba" nil (jh uw1 b ax)) +("jubb" nil (jh ah1 b)) +("jubilant" nil (jh uw1 b ax l ax n t)) +("jubilation" nil (jh uw1 b ax l ey1 sh ax n)) +("jubilee" nil (jh uw1 b ax l iy1)) +("juckett" nil (jh ah1 k ih0 t)) +("judah" nil (jh uw1 d ax)) +("judaism" nil (jh uw1 d ey0 ih1 z ax m)) +("judas" nil (jh uw1 d ax s)) +("juday" nil (jh uw1 d ey1)) +("judd" nil (jh ah1 d)) +("judds" nil (jh ah1 d z)) +("jude" nil (jh uw1 d)) +("judea" nil (jh uw0 d iy1 ax)) +("judeo" nil (jh uw0 d ey1 ow0)) +("judge" nil (jh ah1 jh)) +("judged" nil (jh ah1 jh d)) +("judgement" nil (jh ah1 jh m ax n t)) +("judgements" nil (jh ah1 jh m ax n t s)) +("judges" nil (jh ah1 jh ih0 z)) +("judgeship" nil (jh ah1 jh sh ih1 p)) +("judgeships" nil (jh ah1 jh sh ih1 p s)) +("judging" nil (jh ah1 jh ih0 ng)) +("judgment" nil (jh ah1 jh m ax n t)) +("judgmental" nil (jh ax jh m eh1 n t ax l)) +("judgments" nil (jh ah1 jh m ax n t s)) +("judicate" nil (jh uw1 d ih0 k ey1 t)) +("judice" nil (jh uw1 d ih0 s)) +("judicial" nil (jh uw0 d ih1 sh ax l)) +("judicially" nil (jh uw0 d ih1 sh ax l iy0)) +("judiciary" nil (jh uw0 d ih1 sh iy0 eh1 r iy0)) +("judicious" nil (jh uw0 d ih1 sh ax s)) +("judiciously" nil (jh uw0 d ih1 sh ih0 s l iy0)) +("judie" nil (jh ah1 d iy0)) +("judishe" nil (jh uw1 d iy1 sh)) +("judith" nil (jh uw1 d ax th)) +("judkins" nil (jh ah1 d k ih0 n z)) +("judo" nil (jh uw1 d ow1)) +("judson" nil (jh ah1 d s ax n)) +("judy" nil (jh uw1 d iy0)) +("jue" nil (jh uw1)) +("juedes" nil (jh w eh1 d eh0 s)) +("juel" nil (jh uw1 l)) +("juenemann" nil (y uw1 n m ax n)) +("juenger" nil (y uw1 ng g er0)) +("juergen" nil (y er1 g ax n)) +("juergens" nil (y er1 g ax n z)) +("jueteng" nil (jh uw1 t eh1 ng)) +("juett" nil (jh uw1 t)) +("jug" nil (jh ah1 g)) +("juge" nil (jh uw1 jh)) +("juggernaut" nil (jh ah1 g er0 n ao1 t)) +("juggle" nil (jh ah1 g ax l)) +("juggled" nil (jh ah1 g ax l d)) +("juggler" nil (jh ah1 g ax l er0)) +("jugglers" nil (jh ah1 g ax l er0 z)) +("juggles" nil (jh ah1 g ax l z)) +("juggling" nil (jh ah1 g ax l ih0 ng)) +("jugs" nil (jh ah1 g z)) +("jugular" nil (jh uw1 g y ax l er0)) +("juhas" nil (jh uw1 ax z)) +("juhasz" nil (y ah1 hh ax sh)) +("juhl" nil (jh ah1 l)) +("juhlin" nil (jh uw1 l ih0 n)) +("juhnke" nil (jh ah1 ng k)) +("juice" nil (jh uw1 s)) +("juices" nil (jh uw1 s ax z)) +("juicier" nil (jh uw0 ih1 s y er0)) +("juiciest" nil (jh uw1 s iy0 ax s t)) +("juicy" nil (jh uw1 s iy0)) +("juilliard" nil (jh uw1 l iy0 aa0 r d)) +("jujitsu" nil (jh uw0 jh ih1 t s uw1)) +("jujo" nil (jh uw1 jh ow0)) +("jukebox" nil (jh uw1 k b aa1 k s)) +("jukes" nil (jh uw1 k s)) +("juki" nil (jh uw1 k iy0)) +("jule" nil (jh uw1 l)) +("jules" nil (jh uw1 l z)) +("juli" nil (jh uw1 l iy0)) +("julia" nil (jh uw1 l y ax)) +("julian" nil (jh uw1 l iy0 ax n)) +("juliana" nil (jh uw1 l iy0 ae1 n ax)) +("julianne" nil (jh uw1 l iy0 eh1 n)) +("juliano" nil (jh uw1 l iy0 aa1 n ow0)) +("julie" nil (jh uw1 l iy0)) +("julien" nil (jh uw1 l iy0 ax n)) +("juliet" nil (jh uw1 l iy0 eh1 t)) +("julieta" nil (y uw0 l iy1 t ax)) +("julietta" nil (jh uw0 l iy0 eh1 t ax)) +("juliette" nil (jh uw0 l iy0 eh1 t)) +("julin" nil (jh uw1 l ih0 n)) +("julina" nil (y uw0 l iy1 n ax)) +("juline" nil (jh uw1 l ay0 n)) +("julio" nil (jh uw1 l iy0 ow0)) +("julius" nil (jh uw1 l y ax s)) +("juliusz" nil (jh uw1 l iy0 uw0 s)) +("julson" nil (jh ah1 l s ax n)) +("july" nil (jh uw1 l ay1)) +("jumble" nil (jh ah1 m b ax l)) +("jumbled" nil (jh ah1 m b ax l d)) +("jumbo" nil (jh ah1 m b ow0)) +("jumbos" nil (jh ah1 m b ow1 z)) +("jumonville" nil (zh ah1 m ax n v ih0 l)) +("jump" nil (jh ah1 m p)) +("jumped" nil (jh ah1 m p t)) +("jumper" nil (jh ah1 m p er0)) +("jumpers" nil (jh ah1 m p er0 z)) +("jumping" nil (jh ah1 m p ih0 ng)) +("jumps" nil (jh ah1 m p s)) +("jumpstart" nil (jh ah1 m p s t aa1 r t)) +("jumpsuit" nil (jh ah1 m p s uw1 t)) +("jumpy" nil (jh ah1 m p iy0)) +("jun" nil (jh ah1 n)) +("junco" nil (jh ah1 ng k ow0)) +("junction" nil (jh ah1 ng k sh ax n)) +("juncture" nil (jh ah1 ng k ch er0)) +("junctures" nil (jh ah1 ng k ch er0 z)) +("junda" nil (jh ah1 n d ax)) +("jundt" nil (jh ah1 n t)) +("june" nil (jh uw1 n)) +("juneau" nil (jh uw1 n ow0)) +("junejo" nil (jh uw0 n ey1 hh ow0)) +("junek" nil (jh uw1 n ih0 k)) +("junella" nil (jh uw1 n eh1 l ax)) +("junes" nil (jh uw1 n z)) +("junette" nil (jh uw1 n eh1 t)) +("jung" nil (y uh1 ng)) +("jungbluth" nil (jh ah1 ng b l uw0 th)) +("junge" nil (jh ah1 n g)) +("jungels" nil (jh ah1 ng g ax l z)) +("junger" nil (jh ah1 ng er0)) +("jungers" nil (jh ah1 ng er0 z)) +("junghans" nil (jh ah1 ng g ax n z)) +("jungle" nil (jh ah1 ng g ax l)) +("jungles" nil (jh ah1 ng g ax l z)) +("jungman" nil (jh ah1 ng m ax n)) +("jungwirth" nil (jh ah1 ng g w er0 th)) +("junia" nil (y uw1 n iy0 ax)) +("juniata" nil (y uw0 n iy0 aa1 t ax)) +("junine" nil (jh ah1 n ih0 n)) +("junior" nil (jh uw1 n y er0)) +("juniors" nil (jh uw1 n y er0 z)) +("juniper" nil (jh uw1 n ax p er0)) +("junipers" nil (jh uw1 n ih0 p er0 z)) +("junius" nil (jh uw1 n iy0 ih0 s)) +("junji" nil (jh ah1 n jh iy0)) +("junk" nil (jh ah1 ng k)) +("junkbond" nil (jh ah1 ng k b aa1 n d)) +("junked" nil (jh ah1 ng k t)) +("junker" nil (jh ah1 ng k er0)) +("junket" nil (jh ah1 ng k ih0 t)) +("junkets" nil (jh ah1 ng k ih0 t s)) +("junkholders" nil (jh ah1 ng k hh ow1 l d er0 z)) +("junkie" nil (jh ah1 ng k iy0)) +("junkier" nil (jh ah1 ng k iy0 er0)) +("junkies" nil (jh ah1 ng k iy0 z)) +("junkiest" nil (jh ah1 ng k iy0 ax s t)) +("junkin" nil (jh ah1 ng k ih0 n)) +("junking" nil (jh ah1 ng k ih0 ng)) +("junkins" nil (jh ah1 ng k ih1 n z)) +("junky" nil (jh ah1 ng k iy0)) +("junkyard" nil (jh ah1 ng k y aa1 r d)) +("junkyards" nil (jh ah1 ng k y aa1 r d z)) +("juno" nil (jh uw1 n ow0)) +("junod" nil (jh uw1 n ax d)) +("junot" nil (jh uw1 n ax t)) +("junta" nil (hh uh1 n t ax)) +("juntunen" nil (jh ah1 n t ax n ax n)) +("jupin" nil (jh uw1 p ih0 n)) +("jupiter" nil (jh uw1 p ax t er0)) +("juppe" nil (jh uw1 p iy0)) +("jurado" nil (y uh0 r aa1 d ow0)) +("juran" nil (y uh0 r aa1 n)) +("juranek" nil (jh uh1 r ax n ih0 k)) +("juras" nil (jh uh1 r ax z)) +("jurassic" nil (jh uh0 r ae1 s ih0 k)) +("jurczak" nil (y er1 ch ae0 k)) +("jurczyk" nil (y er1 ch ih0 k)) +("jure" nil (jh uh1 r)) +("jurek" nil (jh uh1 r eh0 k)) +("jurewicz" nil (jh uh1 r ax v ih0 ch)) +("jurgen" nil (jh er1 g ax n)) +("jurgens" nil (jh er1 g ax n z)) +("jurgensen" nil (jh er1 g ih0 n s ax n)) +("jurgensmeyer" nil (jh er1 g ax n z m ay1 r)) +("jurgenson" nil (jh er1 g ih0 n s ax n)) +("jurica" nil (jh uh1 r ih0 k ax)) +("jurich" nil (jh uh1 r ih0 k)) +("juries" nil (jh uh1 r iy0 z)) +("juris" nil (jh uh1 r ih0 s)) +("jurisdiction" nil (jh uh1 r ax s d ih1 k sh ax n)) +("jurisdictional" nil (jh uh1 r ax s d ih1 k sh ax n ax l)) +("jurisdictions" nil (jh uh1 r ih0 s d ih1 k sh ax n z)) +("jurisprudence" nil (jh uh1 r ax s p r uw1 d ax n s)) +("jurisprudential" nil (jh uh1 r ax s p r uw1 d eh1 n sh ax l)) +("jurist" nil (jh uh1 r ax s t)) +("jurists" nil (jh uh1 r ih0 s t s)) +("jurkiewicz" nil (y er1 k ax v ih0 ch)) +("jurkovich" nil (y er1 k ax v ih0 ch)) +("jurkowski" nil (y er0 k ao1 f s k iy0)) +("jurney" nil (jh er1 n iy0)) +("juror" nil (jh uh1 r er0)) +("jurors" nil (jh uh1 r er0 z)) +("jurs" nil (jh er1 z)) +("jury" nil (jh uh1 r iy0)) +("jusco" nil (jh ah1 s k ow0)) +("jusino" nil (y uw0 s iy1 n ow0)) +("just" nil (jh ah1 s t)) +("justa" nil (jh ah1 s t ax)) +("justen" nil (jh ah1 s t ax n)) +("juster" nil (jh ah1 s t er0)) +("justesen" nil (jh ah1 s t iy0 z ax n)) +("justice" nil (jh ah1 s t ax s)) +("justices" nil (jh ah1 s t ax s ax z)) +("justifiable" nil (jh ah1 s t ax f ay1 ax b ax l)) +("justifiably" nil (jh ah1 s t ax f ay1 ax b l iy0)) +("justification" nil (jh ah1 s t ax f ax k ey1 sh ax n)) +("justifications" nil (jh ah1 s t ih0 f ih0 k ey1 sh ax n z)) +("justified" nil (jh ah1 s t ax f ay1 d)) +("justifies" nil (jh ah1 s t ax f ay1 z)) +("justify" nil (jh ah1 s t ax f ay1)) +("justifying" nil (jh ah1 s t ax f ay1 ih0 ng)) +("justin" nil (jh ah1 s t ax n)) +("justina" nil (y uw0 s t iy1 n ax)) +("justine" nil (jh ax s t iy1 n)) +("justiniano" nil (jh uw0 s t iy0 n iy0 aa1 n ow0)) +("justino" nil (jh ax s t iy1 n ow0)) +("justis" nil (y uw1 s t ih0 s)) +("justiss" nil (y uw1 s t iy0 s)) +("justly" nil (jh ah1 s t l iy0)) +("justman" nil (jh ah1 s t m ax n)) +("justo" nil (jh ah1 s t ow0)) +("justus" nil (jh ah1 s t ax s)) +("justy" nil (jh ah1 s t iy0)) +("jute" nil (jh uw1 t)) +("jutland" nil (jh ah1 t l ax n d)) +("jutras" nil (y uw1 t r aa0 z)) +("jutting" nil (jh ah1 t ih0 ng)) +("juul" nil (jh uw1 ax l)) +("juve" nil (jh uw1 v)) +("juvenile" nil (jh uw1 v ax n ax l)) +("juveniles" nil (jh uw1 v ax n ax l z)) +("juxtaposed" nil (jh ah1 k s t ax p ow1 z d)) +("juxtaposition" nil (jh ah1 k s t ax p ax z ih1 sh ax n)) +("juxtapositions" nil (jh ah1 k s t ax p ax z ih1 sh ax n z)) +("jyishane" nil (jh iy1 sh ey1 n)) +("jynx" nil (jh ih1 ng k s)) +("k" nil (k ey1)) +("ka" nil (k aa1)) +("kaas" nil (k aa1 z)) +("kaatz" nil (k aa1 t s)) +("kabat" nil (k ae1 b ax t)) +("kabbalah" nil (k ax b aa1 l ax)) +("kabbani" nil (k ax b aa1 n iy0)) +("kabel" nil (k ae1 b ax l)) +("kabi" nil (k ae1 b iy0)) +("kabivitrum" nil (k ax b ih1 v ih0 t r ax m)) +("kable" nil (k ey1 b ax l)) +("kabler" nil (k ey1 b ax l er0)) +("kabral" nil (k ax b r aa1 l)) +("kabuki" nil (k ax b uw1 k iy1)) +("kabul" nil (k aa1 b uh0 l)) +("kacer" nil (k ey1 s er0)) +("kach" nil (k ae1 ch)) +("kachel" nil (k ae1 k ax l)) +("kachmar" nil (k ae1 k m er0)) +("kachur" nil (k ae1 ch er0)) +("kackley" nil (k ae1 k l iy0)) +("kaczmarczyk" nil (k aa1 ch m er0 ch ih0 k)) +("kaczmarek" nil (k ax ch m aa1 r eh0 k)) +("kaczmarski" nil (k ax ch m aa1 r s k iy0)) +("kaczor" nil (k aa1 ch er0)) +("kaczorowski" nil (k ax ch er0 ao1 f s k iy0)) +("kaczynski" nil (k ax ch ih1 n s k iy0)) +("kadar" nil (k ae1 d er0)) +("kade" nil (k ey1 d)) +("kadel" nil (k ae1 d ax l)) +("kaden" nil (k ey1 d ax n)) +("kader" nil (k ey1 d er0)) +("kading" nil (k ey1 d ih0 ng)) +("kadish" nil (k ey1 d ih0 sh)) +("kadlec" nil (k aa1 d l ih0 k)) +("kadow" nil (k aa1 d ow0)) +("kadrmas" nil (k ae1 d er0 m aa1 z)) +("kady" nil (k ey1 d iy0)) +("kaeding" nil (k eh1 d ih0 ng)) +("kaehler" nil (k eh1 l er0)) +("kaelin" nil (k eh1 l ih0 n)) +("kaercher" nil (k eh1 r k er0)) +("kaeser" nil (k ey1 z er0)) +("kaestner" nil (k eh1 s t n er0)) +("kaetzel" nil (k eh1 t z ax l)) +("kafer" nil (k ey1 f er0)) +("kaffenberger" nil (k ae1 f ax n b er0 g er0)) +("kafka" nil (k aa1 f k ax)) +("kafkaesque" nil (k aa1 f k ax eh1 s k)) +("kagami" nil (k ae1 g ax m iy0)) +("kagan" nil (k ey1 g ax n)) +("kagarlitsky" nil (k ae1 g er0 l ih1 t s k iy1)) +("kagawa" nil (k ax g aa1 w ax)) +("kage" nil (k ey1 jh)) +("kagel" nil (k ey1 g ax l)) +("kagey" nil (k ey1 jh iy0)) +("kageyama" nil (k aa1 g iy0 aa1 m ax)) +("kagin" nil (k ey1 g ih0 n)) +("kagins" nil (k ey1 g ih0 n z)) +("kagler" nil (k ae1 g l er0)) +("kagy" nil (k ey1 g iy0)) +("kahan" nil (k ax hh aa1 n)) +("kahane" nil (k ax hh aa1 n ey1)) +("kahl" nil (k aa1 l)) +("kahle" nil (k aa1 l)) +("kahler" nil (k aa1 l er0)) +("kahley" nil (k aa1 l iy0)) +("kahn" nil (k aa1 n)) +("kahng" nil (k aa1 ng)) +("kahr" nil (k aa1 r)) +("kahre" nil (k eh1 r)) +("kahrs" nil (k aa1 r z)) +("kai" nil (k ay1)) +("kaifu" nil (k ay1 f uw1)) +("kaigler" nil (k ey1 g l er0)) +("kail" nil (k ey1 l)) +("kailash" nil (k ey1 l ax sh)) +("kaim" nil (k ey1 m)) +("kain" nil (k ey1 n)) +("kaine" nil (k ey1 n)) +("kainer" nil (k ey1 n er0)) +("kainz" nil (k ey1 n z)) +("kairamo" nil (k eh1 r aa1 m ow0)) +("kairey" nil (k eh1 r iy0)) +("kaiser" nil (k ay1 z er0)) +("kaiseraugst" nil (k ay1 z er0 ao0 g s t)) +("kaisertech" nil (k ay1 z er0 t eh1 k)) +("kaisha" nil (k ey1 sh ax)) +("kaji" nil (k aa1 jh iy0)) +("kajima" nil (k aa1 jh iy1 m ax)) +("kakadu" nil (k aa1 k aa1 d uw0)) +("kakimoto" nil (k aa1 k ih0 m ow1 t ow0)) +("kakos" nil (k ey1 k ow0 z)) +("kaktovik" nil (k ae1 k t ow1 v ih0 k)) +("kakuei" nil (k ae1 k y uw0 iy0)) +("kakumaru" nil (k aa1 k uw0 m aa1 r uw0)) +("kalafut" nil (k ae1 l ax f ax t)) +("kalal" nil (k ey1 l ax l)) +("kalamazoo" nil (k ae1 l ax m ax z uw1)) +("kalan" nil (k ey1 l ax n)) +("kalas" nil (k aa1 l ax z)) +("kalashnikov" nil (k ax l ae1 sh n ih0 k aa1 v)) +("kalata" nil (k ax l aa1 t ax)) +("kalb" nil (k ae1 l b)) +("kalbach" nil (k ae1 l b aa1 k)) +("kalberer" nil (k ae1 l b er0 er0)) +("kalbfleisch" nil (k ae1 l b f l ay1 sh)) +("kale" nil (k ey1 l)) +("kaleel" nil (k ae1 l iy0 l)) +("kaleida" nil (k ax l ay1 d ax)) +("kaleidoscope" nil (k ax l ay1 d ax s k ow1 p)) +("kalen" nil (k ey1 l ax n)) +("kaler" nil (k ey1 l er0)) +("kaleta" nil (k ae1 l ih0 t ax)) +("kaley" nil (k ey1 l iy0)) +("kalgoorlie" nil (k ae1 l g uw1 r l iy0)) +("kalikow" nil (k ae1 l ih0 k ow0)) +("kalil" nil (k ae1 l ax l)) +("kalin" nil (k ae1 l ih0 n)) +("kalina" nil (k ax l ay1 n ax)) +("kalinoski" nil (k ax l ih0 n aw1 s k iy0)) +("kalinowski" nil (k ax l ih0 n ao1 f s k iy0)) +("kalinske" nil (k ax l ih1 n s k iy0)) +("kalinski" nil (k ax l ih1 n s k iy0)) +("kalis" nil (k ae1 l ih0 s)) +("kalish" nil (k ae1 l ih0 sh)) +("kalisz" nil (k aa1 l ih0 sh)) +("kaliszewski" nil (k ax l ih0 sh eh1 f s k iy0)) +("kalivoda" nil (k ax l ih0 v ow1 d ax)) +("kalk" nil (k ao1 k)) +("kalka" nil (k ae1 l k ax)) +("kalkbrenner" nil (k ae1 l k b r ih0 n er0)) +("kall" nil (k ao1 l)) +("kalla" nil (k ae1 l ax)) +("kallal" nil (k ae1 l ax l)) +("kallam" nil (k ae1 l ax m)) +("kallas" nil (k ae1 l ax z)) +("kallay" nil (k ae1 l ey0)) +("kallen" nil (k ao1 l ax n)) +("kallenbach" nil (k ae1 l ih0 n b aa0 k)) +("kallenberger" nil (k ao1 l ax n b er0 g er0)) +("kallhoff" nil (k ae1 l hh ao0 f)) +("kalliel" nil (k ae1 l iy0 ax l)) +("kallio" nil (k ae1 l iy0 ow0)) +("kallis" nil (k ae1 l ih0 s)) +("kallman" nil (k ao1 l m ax n)) +("kallmeyer" nil (k ae1 l m ay0 er0)) +("kallstrom" nil (k ae1 l s t r ax m)) +("kallus" nil (k ae1 l ax s)) +("kalman" nil (k ae1 l m ax n)) +("kalmanovitz" nil (k ae1 l m ae1 n ax v ih0 t s)) +("kalmar" nil (k ae1 l m er0)) +("kalmbach" nil (k ae1 l m b aa0 k)) +("kalmus" nil (k ae1 l m ih0 s)) +("kalnins" nil (k ae1 l n ih0 n z)) +("kalo" nil (k ey1 l ow0)) +("kalok" nil (k ae1 l aa1 k)) +("kalous" nil (k ae1 l ax s)) +("kalp" nil (k ae1 l p)) +("kalt" nil (k ao1 l t)) +("kaltenbach" nil (k ae1 l t ih0 n b aa0 k)) +("kaltenbacher" nil (k aa1 l t ax n b aa1 k er0)) +("kalter" nil (k ao1 l t er0)) +("kalthoff" nil (k ae1 l th)) +("kaluza" nil (k ax l uw1 z ax)) +("kaluzny" nil (k ax l ah1 z n iy0)) +("kalvar" nil (k ae1 l v aa0 r)) +("kam" nil (k ae1 m)) +("kama" nil (k aa1 m ax)) +("kamakau" nil (k aa1 m ax k aa1 uw0)) +("kamal" nil (k ey1 m ax l)) +("kamali" nil (k ax m aa1 l iy0)) +("kaman" nil (k ey1 m ax n)) +("kamber" nil (k ae1 m b er0)) +("kamchatka" nil (k ae1 m ch ae1 t k ax)) +("kamehameha" nil (k ax m ey1 ax m ey1 ax)) +("kamei" nil (k ae1 m iy0)) +("kamel" nil (k aa1 m ax l)) +("kamen" nil (k aa1 m eh0 n)) +("kamenar" nil (k ae1 m ax n er0)) +("kamens" nil (k aa1 m eh0 n z)) +("kamentsev" nil (k ax m eh1 n t s aa1 v)) +("kamer" nil (k ey1 m er0)) +("kamerer" nil (k ae1 m er0 er0)) +("kamikaze" nil (k aa1 m ax k aa1 z iy0)) +("kamin" nil (k aa1 m iy0 n)) +("kaminer" nil (k ae1 m ih0 n er0)) +("kamins" nil (k ae1 m ih0 n z)) +("kaminski" nil (k ax m ih1 n s k iy0)) +("kaminsky" nil (k ax m ih1 n s k iy0)) +("kamke" nil (k ae1 m k iy0)) +("kamler" nil (k ae1 m ax l er0)) +("kamm" nil (k ae1 m)) +("kamman" nil (k ae1 m ax n)) +("kammer" nil (k ae1 m er0)) +("kammerer" nil (k ae1 m er0 er0)) +("kammerzell" nil (k ae1 m er0 z ax l)) +("kammeyer" nil (k ae1 m ay0 er0)) +("kamp" nil (k ae1 m p)) +("kampa" nil (k ae1 m p ax)) +("kampe" nil (k ae1 m p)) +("kampelman" nil (k ae1 m p ax l m ax n)) +("kampen" nil (k ae1 m p ax n)) +("kamper" nil (k ae1 m p er0)) +("kampf" nil (k ae1 m p f)) +("kampfer" nil (k ae1 m p f er0)) +("kamphaus" nil (k ae1 m p hh aw1 s)) +("kampman" nil (k ae1 m p m ax n)) +("kampmann" nil (k ae1 m p m ax n)) +("kamps" nil (k ae1 m p s)) +("kampschulte" nil (k ae1 m p sh uh1 l t iy0)) +("kamradt" nil (k ae1 m r ax t)) +("kamrath" nil (k ae1 m r ax th)) +("kamstra" nil (k ae1 m s t r ax)) +("kan" nil (k ae1 n)) +("kana" nil (k ae1 n ax)) +("kanade" nil (k ax n aa1 d ey1)) +("kanady" nil (k ae1 n ax d iy0)) +("kanagy" nil (k ae1 n ax jh iy0)) +("kanak" nil (k ae1 n ax k)) +("kanan" nil (k ey1 n ax n)) +("kanarek" nil (k ae1 n er0 ih0 k)) +("kanawa" nil (k aa1 n aa1 w ax)) +("kanawha" nil (k ax n ao1 hh ax)) +("kanazawa" nil (k aa1 n aa0 z aa1 w ax)) +("kanda" nil (k ae1 n d ax)) +("kandahar" nil (k ae1 n d ax hh aa0 r)) +("kandel" nil (k ae1 n d ax l)) +("kandler" nil (k ae1 n d l er0)) +("kandt" nil (k ae1 n t)) +("kane" nil (k ey1 n)) +("kaneb" nil (k ae1 n ax b)) +("kanegsberg" nil (k ae1 n ax g z b er0 g)) +("kaneko" nil (k aa0 n ey1 k ow0)) +("kanemaru" nil (k ae1 n eh0 m aa1 r uw0)) +("kaner" nil (k ey1 n er0)) +("kaneshiro" nil (k aa0 n ey0 sh ih1 r ow0)) +("kaney" nil (k ey1 n iy0)) +("kang" nil (k ae1 ng)) +("kangaroo" nil (k ae1 ng g er0 uw1)) +("kangaroos" nil (k ae1 ng g er0 uw1 z)) +("kangas" nil (k ae1 ng g ax z)) +("kanghua" nil (k ae1 ng hh y uw0 ax)) +("kangyo" nil (k ae1 n jh y ow0)) +("kania" nil (k aa0 n iy1 ax)) +("kaniewski" nil (k aa0 n iy0 eh1 f s k iy0)) +("kanipe" nil (k ae1 n ih0 p)) +("kanis" nil (k ae1 n ih0 s)) +("kanitz" nil (k ae1 n ih0 t s)) +("kanji" nil (k ae1 n jh iy0)) +("kankakee" nil (k ae1 ng k ih0 k iy0)) +("kankaku" nil (k aa1 n k aa1 k uw0)) +("kann" nil (k ae1 n)) +("kannan" nil (k aa1 n ax n)) +("kanne" nil (k ae1 n)) +("kannenberg" nil (k ae1 n ax n b er0 g)) +("kanner" nil (k ae1 n er0)) +("kanno" nil (k ae1 n ow0)) +("kano" nil (k aa1 n ow0)) +("kanode" nil (k ax n ow1 d)) +("kanon" nil (k ey1 n ax n)) +("kanouse" nil (k aa0 n ow0 uw1 s ey0)) +("kansai" nil (k ae0 n s ay1)) +("kansallis" nil (k ae1 n s ae1 l ih0 s)) +("kansan" nil (k ae1 n z ax n)) +("kansas" nil (k ae1 n z ax s)) +("kant" nil (k ae1 n t)) +("kanter" nil (k ae1 n t er0)) +("kantian" nil (k ae1 n t iy0 ax n)) +("kantner" nil (k ae1 n t n er0)) +("kantola" nil (k ax n t ow1 l ax)) +("kantor" nil (k ae1 n t er0)) +("kantrowitz" nil (k ae1 n t r ax w ih0 t s)) +("kantz" nil (k ae1 n t s)) +("kanz" nil (k ae1 n z)) +("kanzler" nil (k ae1 n z l er0)) +("kao" nil (k aw1)) +("kaohsiung" nil (k ey1 ow1 s iy0 ax ng)) +("kaolin" nil (k aw1 l ih0 n)) +("kaori" nil (k ao1 r iy0)) +("kapaun" nil (k ae1 p aw0 n)) +("kapfer" nil (k ae1 p f er0)) +("kapinos" nil (k ae1 p ih0 n ow0 z)) +("kapitan" nil (k ae1 p ih0 t ax n)) +("kaplain" nil (k ae1 p l ax n)) +("kaplan" nil (k ae1 p l ax n)) +("kapler" nil (k ey1 p ax l er0)) +("kaplin" nil (k ae1 p l ih0 n)) +("kaplow" nil (k ae1 p l ow0)) +("kaplowitz" nil (k aa1 p l ax w ih0 t s)) +("kapner" nil (k ae1 p n er0)) +("kapnick" nil (k ae1 p n ih0 k)) +("kapoor" nil (k ax p uw1 r)) +("kapor" nil (k ey1 p er0)) +("kapp" nil (k ae1 p)) +("kappa" nil (k ae1 p ax)) +("kappel" nil (k ae1 p ax l)) +("kappeler" nil (k ae1 p ax l er0)) +("kappelman" nil (k ae1 p ax l m ax n)) +("kapper" nil (k ae1 p er0)) +("kappes" nil (k ae1 p s)) +("kappler" nil (k ae1 p l er0)) +("kappus" nil (k ae1 p ax s)) +("kapral" nil (k ae1 p r ax l)) +("kaps" nil (k ae1 p s)) +("kapton" nil (k ae1 p t ax n)) +("kaptur" nil (k ae1 p t er0)) +("kapur" nil (k ae1 p er0)) +("kapuscinski" nil (k ax p ax s ch ih1 n s k iy0)) +("kapusta" nil (k ax p ah1 s t ax)) +("kara" nil (k eh1 r ax)) +("karabakh" nil (k eh1 r ax b ae0 k)) +("karabin" nil (k aa0 r aa1 b iy0 n)) +("karachi" nil (k aa0 r aa1 ch iy0)) +("karadzic" nil (k aa0 r aa1 jh ih0 k)) +("karaffa" nil (k ae1 r ax f ax)) +("karajan" nil (k eh1 r ax jh ax n)) +("karam" nil (k ae1 r ax m)) +("karami" nil (k er0 aa1 m iy0)) +("karan" nil (k eh1 r ax n)) +("karaoke" nil (k eh1 r iy0 ow1 k iy0)) +("karas" nil (k aa1 r ax z)) +("karasawa" nil (k aa1 r ax s aa1 w ax)) +("karasek" nil (k er0 aa1 s eh0 k)) +("karasik" nil (k er0 aa1 s ih0 k)) +("karat" nil (k eh1 r ax t)) +("karate" nil (k er0 aa1 t iy0)) +("karatsu" nil (k er0 ae1 t s uw1)) +("karatz" nil (k eh1 r ax t s)) +("karban" nil (k aa1 r b ax n)) +("karbassioun" nil (k aa1 r b ae1 s iy0 uw1 n)) +("karber" nil (k aa1 r b er0)) +("karbowski" nil (k er0 b ao1 f s k iy0)) +("karch" nil (k aa1 r k)) +("karcher" nil (k aa1 r ch er0)) +("karcz" nil (k aa1 r ch)) +("karczewski" nil (k er0 ch eh1 f s k iy0)) +("kardashian" nil (k aa1 d ax sh ey1 n)) +("kardell" nil (k aa1 r d ax l)) +("kardos" nil (k aa1 r d ow0 z)) +("kareem" nil (k er0 iy1 m)) +("karel" nil (k eh1 r ax l)) +("karelian" nil (k er0 iy1 l iy0 ax n)) +("karels" nil (k eh1 r ax l z)) +("karen" nil (k eh1 r ax n)) +("karenina" nil (k eh1 r eh0 n iy1 n ax)) +("karet" nil (k eh1 r ax t)) +("karg" nil (k aa1 r g)) +("karger" nil (k aa1 r g er0)) +("karges" nil (k aa1 r jh ih0 z)) +("kari" nil (k eh1 r iy0)) +("karibu" nil (k eh1 r iy1 b uw0)) +("karim" nil (k er0 iy1 m)) +("karimi" nil (k aa0 r iy1 m iy0)) +("karin" nil (k eh1 r ih0 n)) +("karino" nil (k eh1 r iy1 n ow0)) +("kariotis" nil (k aa1 r iy0 ow1 t ih0 s)) +("karis" nil (k eh1 r iy0 z)) +("karl" nil (k aa1 r l)) +("karla" nil (k aa1 r l ax)) +("karle" nil (k aa1 r ax l)) +("karlen" nil (k aa1 r l ax n)) +("karlheinz" nil (k aa1 r l hh ay1 n z)) +("karlik" nil (k aa1 r l ih0 k)) +("karlin" nil (k aa1 r l ih0 n)) +("karline" nil (k aa1 r l ay1 n)) +("karls" nil (k aa1 r l z)) +("karlsen" nil (k aa1 r l s ax n)) +("karlson" nil (k aa1 r l s ax n)) +("karlsruhe" nil (k aa1 r l z r uw1)) +("karlsson" nil (k aa1 r l s ax n)) +("karma" nil (k aa1 r m ax)) +("karman" nil (k aa1 r m ax n)) +("karn" nil (k aa1 r n)) +("karner" nil (k aa1 r n er0)) +("karnes" nil (k aa1 r n z)) +("karney" nil (k aa1 r n iy0)) +("karns" nil (k aa1 r n z)) +("karnsund" nil (k aa1 r n s ax n d)) +("karol" nil (k eh1 r ao0 l)) +("karolina" nil (k eh1 r ax l ay1 n ax)) +("karoline" nil (k eh1 r ax l ay1 n)) +("karolinska" nil (k eh1 r ow0 l ih1 n s k ax)) +("karoly" nil (k er0 ow1 l iy0)) +("karolyi" nil (k er0 ow1 l y iy0)) +("karolyn" nil (k ae1 r ax l ih0 n)) +("karon" nil (k eh1 r ax n)) +("karos" nil (k aa1 r ow0 s)) +("karoun" nil (k er0 uw1 n)) +("karow" nil (k aa1 r ow0)) +("karp" nil (k aa1 r p)) +("karpatkin" nil (k aa1 r p ae1 t k ih0 n)) +("karpel" nil (k aa1 r p ax l)) +("karpen" nil (k aa1 r p ax n)) +("karpf" nil (k aa1 r p f)) +("karpinski" nil (k er0 p ih1 n s k iy0)) +("karpov" nil (k aa1 r p aa1 v)) +("karpowicz" nil (k aa1 r p ax v ih0 ch)) +("karr" nil (k aa1 r)) +("karraker" nil (k aa1 r ax k er0)) +("karras" nil (k ae1 r ax z)) +("karren" nil (k ae1 r ax n)) +("karrer" nil (k aa1 r er0)) +("karrick" nil (k ae1 r ih0 k)) +("karriker" nil (k ae1 r ih0 k er0)) +("karry" nil (k eh1 r iy0)) +("karsh" nil (k aa1 r sh)) +("karshner" nil (k aa1 r sh n er0)) +("karson" nil (k aa1 r s ax n)) +("karst" nil (k aa1 r s t)) +("karstadt" nil (k aa1 r s t ae1 t)) +("karsten" nil (k aa1 r s ax n)) +("karstens" nil (k aa1 r s ax n z)) +("karstetter" nil (k aa1 r s t ih0 t er0)) +("kartasasmita" nil (k aa0 r t ae1 s ax s m iy1 t ax)) +("kartchner" nil (k aa1 r ch n er0)) +("karter" nil (k aa1 r t er0)) +("kartes" nil (k aa1 r t s)) +("karun" nil (k er0 uw1 n)) +("karvonen" nil (k aa1 r v ax n ax n)) +("karwoski" nil (k er0 v aw1 s k iy0)) +("karwowski" nil (k er0 v ao1 f s k iy0)) +("kary" nil (k eh1 r iy0)) +("karydakis" nil (k eh1 r iy0 d ae1 k ih0 s)) +("karyn" nil (k ae1 r ih0 n)) +("kasal" nil (k ey1 s ax l)) +("kasch" nil (k ae1 sh)) +("kaschak" nil (k ae1 sh ax k)) +("kasdorf" nil (k ae1 s d ao0 r f)) +("kase" nil (k ey1 z)) +("kasel" nil (k ae1 s ax l)) +("kasell" nil (k ae1 s ax l)) +("kaseman" nil (k ey1 s m ax n)) +("kaser" nil (k ey1 z er0)) +("kasey" nil (k ae1 s iy0)) +("kash" nil (k ae1 sh)) +("kashiwagi" nil (k ae1 sh ih0 w ae1 g iy0)) +("kashiwahara" nil (k aa1 sh iy0 w ax hh aa1 r ax)) +("kashmir" nil (k ae1 sh m ih0 r)) +("kashner" nil (k ae1 sh n er0)) +("kashoggi" nil (k ax sh aa1 jh iy0)) +("kashuba" nil (k ax sh uw1 b ax)) +("kasich" nil (k aa1 s ih0 ch)) +("kasik" nil (k aa1 s ih0 k)) +("kasinger" nil (k ae1 s ih0 n jh er0)) +("kaska" nil (k aa1 s k ax)) +("kaske" nil (k ae1 s k iy0)) +("kaskel" nil (k ae1 s k ax l)) +("kasler" nil (k ae1 s ax l er0)) +("kasmer" nil (k ae1 s ax m er0)) +("kasmira" nil (k ax s m ay1 r ax)) +("kasner" nil (k ae1 s n er0)) +("kaspar" nil (k ae1 s p er0)) +("kasparek" nil (k ae1 s p er0 ih0 k)) +("kasparian" nil (k ax s p eh1 r iy0 ax n)) +("kasparov" nil (k ae1 s p er0 aa0 v)) +("kasper" nil (k ae1 s p er0)) +("kasperek" nil (k ae1 s p er0 ih0 k)) +("kasperski" nil (k ax s p er1 s k iy0)) +("kasprowicz" nil (k aa1 s p r ax v ih0 ch)) +("kasprzak" nil (k aa1 s p er0 z ax k)) +("kasprzyk" nil (k aa1 s p er0 z ih0 k)) +("kasputys" nil (k ae1 s p y uw1 t ih0 s)) +("kasriel" nil (k ae1 s r iy0 ax l)) +("kass" nil (k ae1 s)) +("kassa" nil (k ae1 s ax)) +("kassab" nil (k ae1 s ax b)) +("kassan" nil (k ae1 s ax n)) +("kassar" nil (k ae1 s er0)) +("kassebaum" nil (k ae1 s ax b aw1 m)) +("kassel" nil (k ae1 s ax l)) +("kassem" nil (k ae1 s ax m)) +("kassen" nil (k ae1 s ax n)) +("kassin" nil (k ae1 s ih0 n)) +("kassing" nil (k ae1 s ih0 ng)) +("kassis" nil (k ae1 s ih0 s)) +("kassler" nil (k ae1 s l er0)) +("kassner" nil (k ae1 s n er0)) +("kasson" nil (k ae1 s ax n)) +("kast" nil (k ae1 s t)) +("kastel" nil (k ey1 s t ax l)) +("kastelic" nil (k ax s t eh1 l ih0 k)) +("kasten" nil (k ae1 s t ax n)) +("kastenmeier" nil (k ae1 s t ax n m ay1 r)) +("kastens" nil (k ey1 s ax n z)) +("kaster" nil (k ae1 s t er0)) +("kastl" nil (k ae1 s t ax l)) +("kastle" nil (k ae1 s ax l)) +("kastler" nil (k ae1 s t l er0)) +("kastner" nil (k ae1 s t n er0)) +("kasun" nil (k aa1 s uw0 n)) +("kasza" nil (k aa1 sh ax)) +("kaszuba" nil (k ax sh uw1 b ax)) +("kat" nil (k ae1 t)) +("kataoka" nil (k aa0 t aa0 ow1 k ax)) +("katarina" nil (k aa1 t er0 iy1 n ax)) +("katashiba" nil (k ae1 t ax sh iy1 b ax)) +("katayama" nil (k aa0 t aa0 y aa1 m ax)) +("katcher" nil (k ae1 ch er0)) +("kate" nil (k ey1 t)) +("katen" nil (k ey1 t ax n)) +("kater" nil (k ey1 t er0)) +("kates" nil (k ey1 t s)) +("kath" nil (k ae1 th)) +("kathan" nil (k ae1 th ax n)) +("katharina" nil (k ae1 th eh0 r iy1 n ax)) +("katharine" nil (k ae1 th r ih0 n)) +("katherine" nil (k ae1 th er0 ih0 n)) +("kathi" nil (k ae1 th iy0)) +("kathie" nil (k ae1 th iy0)) +("kathleen" nil (k ae0 th l iy1 n)) +("kathlene" nil (k ae1 th l iy1 n)) +("kathline" nil (k ae1 th l ay1 n)) +("kathman" nil (k ae1 th m ax n)) +("kathryn" nil (k ae1 th r ih0 n)) +("kathy" nil (k ae1 th iy0)) +("katia" nil (k aa1 t iy0 ax)) +("katie" nil (k ae1 t iy0)) +("katmandu" nil (k ae1 t m ae0 n d uw1)) +("kato" nil (k ey1 t ow0)) +("katona" nil (k aa0 t ow1 n ax)) +("katragadda" nil (k aa1 t ax g aa1 d ax)) +("kats" nil (k ae1 t s)) +("katsanos" nil (k ae1 t s aa1 n ow0 s)) +("katsaros" nil (k ae1 t s er0 ow0 z)) +("katsumi" nil (k aa1 t s uw1 m iy0)) +("katsushi" nil (k ae1 t s uw1 sh iy0)) +("katt" nil (k ae1 t)) +("kattner" nil (k ae1 t n er0)) +("katy" nil (k ey1 t iy0)) +("katyn" nil (k ey1 t ih1 n)) +("katz" nil (k ae1 t s)) +("katzen" nil (k ae1 t z ax n)) +("katzenbach" nil (k ae1 t s ax n b aa1 k)) +("katzenberg" nil (k ae1 t s ax n b er0 g)) +("katzenberger" nil (k ae1 t z ax n b er0 g er0)) +("katzenstein" nil (k ae1 t s ax n s t ay0 n)) +("katzer" nil (k ae1 t s er0)) +("katzin" nil (k ae1 t s ih0 n)) +("katzman" nil (k ae1 t s m ax n)) +("kau" nil (k aw1)) +("kauai" nil (k aw1 ay1)) +("kauble" nil (k ao1 b ax l)) +("kaucher" nil (k aw1 k er0)) +("kauer" nil (k aw1 er0)) +("kaufer" nil (k ao1 f er0)) +("kauffman" nil (k ao1 f m ax n)) +("kauffmann" nil (k ao1 f m ax n)) +("kaufhof" nil (k ao1 f hh ao0 f)) +("kaufhold" nil (k aw1 f hh ow0 l d)) +("kaufman" nil (k ao1 f m ax n)) +("kaufmann" nil (k ao1 f m ax n)) +("kauk" nil (k ao1 k)) +("kaul" nil (k ao1 l)) +("kaunda" nil (k ao1 n d ax)) +("kaup" nil (k ao1 p)) +("kaupp" nil (k ao1 p)) +("kauppi" nil (k ao1 p iy0)) +("kaus" nil (k ao1 z)) +("kausch" nil (k aw1 sh)) +("kauth" nil (k ao1 th)) +("kautz" nil (k ao1 t s)) +("kautzman" nil (k aw1 t s m ax n)) +("kauzlarich" nil (k aw1 z l er0 ih0 k)) +("kavan" nil (k ey1 v ax n)) +("kavanagh" nil (k ae1 v ax n ao1)) +("kavanaugh" nil (k ae1 v ax n ao1)) +("kaveney" nil (k ae1 v ih0 n iy0)) +("kavner" nil (k ae1 v n er0)) +("kawa" nil (k aa1 w ax)) +("kawaguchi" nil (k aa1 w aa0 g uw1 ch iy0)) +("kawahara" nil (k aa1 w aa0 hh aa1 r ax)) +("kawai" nil (k aa0 w aa1 iy0)) +("kawakami" nil (k aa1 w aa0 k aa1 m iy0)) +("kawamoto" nil (k aa0 w aa0 m ow1 t ow0)) +("kawamura" nil (k aw1 aa0 m uh1 r ax)) +("kawano" nil (k aa0 w aa1 n ow0)) +("kawasaki" nil (k aa1 w aa0 s aa1 k iy0)) +("kawashima" nil (k aa1 w aa0 sh iy1 m ax)) +("kawate" nil (k aa1 w aa1 t ey1)) +("kawecki" nil (k aa0 v eh1 t s k iy0)) +("kaweske" nil (k aa0 v eh1 s k iy0)) +("kay" nil (k ey1)) +("kaya" nil (k aa1 y ax)) +("kayak" nil (k ay1 ae0 k)) +("kayaking" nil (k ay1 ae1 k ih0 ng)) +("kayaks" nil (k ay1 ae0 k s)) +("kaydon" nil (k ey1 d ax n)) +("kaye" nil (k ey1)) +("kayes" nil (k ey1 z)) +("kaylie" nil (k ey1 l iy0)) +("kaylor" nil (k ey1 l er0)) +("kayne" nil (k ey1 n)) +("kayo" nil (k ey0 ow1)) +("kaypro" nil (k ey1 p r ow0)) +("kays" nil (k ey1 z)) +("kayser" nil (k ey1 z er0)) +("kaysersberg" nil (k ay1 z er0 z b er0 g)) +("kazakh" nil (k ae1 z ae0 k)) +("kazakhs" nil (k ae1 z ae0 k s)) +("kazakhstan" nil (k aa1 z aa0 k s t aa1 n)) +("kazan" nil (k ey1 z ax n)) +("kazanjian" nil (k ax z ae1 n jh iy0 ax n)) +("kazarian" nil (k ax z eh1 r iy0 ax n)) +("kazda" nil (k aa1 z d ax)) +("kazee" nil (k aa1 z iy0)) +("kazempour" nil (k ax z eh1 m p aw0 r)) +("kazen" nil (k ae1 z ax n)) +("kazikaev" nil (k ae1 z ih0 k ey1 v)) +("kazin" nil (k ey1 z ih0 n)) +("kazis" nil (k ae1 z ih0 s)) +("kazlauskas" nil (k ae1 z l aw0 s k ax z)) +("kazmer" nil (k ae1 z m er0)) +("kazmierczak" nil (k aa1 z m ih0 r ch ae0 k)) +("kazmierski" nil (k ax z m ih1 r s k iy0)) +("kazoo" nil (k ax z uw1)) +("kazuhiko" nil (k aa1 z uw0 hh iy1 k ow0)) +("kazuo" nil (k aa1 z uw1 ow0)) +("kea" nil (k iy1)) +("keach" nil (k iy1 ch)) +("keadle" nil (k iy1 d ax l)) +("keady" nil (k iy1 d iy0)) +("keagle" nil (k iy1 g ax l)) +("keagy" nil (k iy1 jh iy0)) +("keahey" nil (k iy1 hh iy0)) +("keal" nil (k iy1 l)) +("kealey" nil (k iy1 l iy0)) +("kealy" nil (k iy1 l iy0)) +("kean" nil (k iy1 n)) +("keane" nil (k iy1 n)) +("keaney" nil (k iy1 n iy0)) +("kear" nil (k ih1 r)) +("kearby" nil (k er1 b iy0)) +("kearfott" nil (k ih1 r f aa0 t)) +("kearley" nil (k er1 l iy0)) +("kearn" nil (k er1 n)) +("kearney" nil (k er1 n iy0)) +("kearns" nil (k er1 n z)) +("kearny" nil (k er1 n iy0)) +("kearse" nil (k er1 s)) +("keary" nil (k ih1 r iy0)) +("keas" nil (k iy1 z)) +("keasler" nil (k iy1 z l er0)) +("keasling" nil (k iy1 z l ih0 ng)) +("keast" nil (k iy1 s t)) +("keath" nil (k iy1 th)) +("keathley" nil (k iy1 th l iy0)) +("keating" nil (k iy1 t ih0 ng)) +("keatley" nil (k iy1 t l iy0)) +("keaton" nil (k iy1 t ax n)) +("keator" nil (k iy1 t er0)) +("keats" nil (k iy1 t s)) +("keatts" nil (k iy1 t s)) +("keaveney" nil (k iy1 v ih0 n iy0)) +("keaveny" nil (k iy1 v ih0 n iy0)) +("keay" nil (k iy1 iy0)) +("keck" nil (k eh1 k)) +("keckler" nil (k eh1 k l er0)) +("kedar" nil (k iy1 d er0)) +("keddy" nil (k eh1 d iy0)) +("kedrowski" nil (k ih0 d r ao1 f s k iy0)) +("keds" nil (k eh1 d z)) +("kedzierski" nil (k ih0 jh ih1 r s k iy0)) +("kee" nil (k iy1)) +("keeble" nil (k iy1 b ax l)) +("keebler" nil (k iy1 b l er0)) +("keech" nil (k iy1 ch)) +("keedy" nil (k iy1 d iy0)) +("keef" nil (k iy1 f)) +("keefe" nil (k iy1 f)) +("keefer" nil (k iy1 f er0)) +("keeffe" nil (k iy1 f)) +("keegali" nil (k iy1 g aa1 l iy0)) +("keegan" nil (k iy1 g ax n)) +("keehan" nil (k iy1 ax n)) +("keehn" nil (k iy1 n)) +("keehner" nil (k iy1 n er0)) +("keel" nil (k iy1 l)) +("keelan" nil (k iy1 l ax n)) +("keele" nil (k iy1 l)) +("keeler" nil (k iy1 l er0)) +("keeley" nil (k iy1 l iy0)) +("keelin" nil (k iy1 l ih0 n)) +("keeling" nil (k iy1 l ih0 ng)) +("keels" nil (k iy1 l z)) +("keelson" nil (k eh1 l s ax n)) +("keely" nil (k iy1 l iy0)) +("keen" nil (k iy1 n)) +("keena" nil (k iy1 n ax)) +("keenan" nil (k iy1 n ax n)) +("keene" nil (k iy1 n)) +("keeneland" nil (k iy1 n ax l ax n d)) +("keener" nil (k iy1 n er0)) +("keenest" nil (k iy1 n ax s t)) +("keeney" nil (k iy1 n iy0)) +("keenly" nil (k iy1 n l iy0)) +("keenum" nil (k iy1 n ax m)) +("keeny" nil (k iy1 n iy0)) +("keep" nil (k iy1 p)) +("keeper" nil (k iy1 p er0)) +("keepers" nil (k iy1 p er0 z)) +("keeping" nil (k iy1 p ih0 ng)) +("keeps" nil (k iy1 p s)) +("keepsakes" nil (k iy1 p s ey1 k s)) +("keeran" nil (k ih1 r ax n)) +("kees" nil (k iy1 z)) +("keese" nil (k iy1 z)) +("keesee" nil (k iy0 s iy1)) +("keesey" nil (k iy1 s iy0)) +("keesler" nil (k iy1 z l er0)) +("keesling" nil (k iy1 z l ih0 ng)) +("keetch" nil (k iy1 ch)) +("keeter" nil (k iy1 t er0)) +("keeth" nil (k iy1 th)) +("keeton" nil (k iy1 t ax n)) +("keever" nil (k iy1 v er0)) +("keevil" nil (k iy1 v ax l)) +("keezer" nil (k iy1 z er0)) +("kefauver" nil (k eh1 f aw0 v er0)) +("keffer" nil (k eh1 f er0)) +("keg" nil (k eh1 g)) +("kegel" nil (k eh1 jh ax l)) +("kegg" nil (k eh1 g)) +("kegler" nil (k eh1 g l er0)) +("kegley" nil (k eh1 g l iy0)) +("kegs" nil (k eh1 g z)) +("kehl" nil (k eh1 l)) +("kehler" nil (k eh1 l er0)) +("kehm" nil (k eh1 m)) +("kehn" nil (k eh1 n)) +("kehne" nil (k eh1 n)) +("kehoe" nil (k eh1 hh ow0)) +("kehr" nil (k eh1 r)) +("kehrer" nil (k eh1 r er0)) +("kehres" nil (k eh1 r z)) +("keicher" nil (k ay1 k er0)) +("keidanren" nil (k ay1 d ae1 n r ax n)) +("keidel" nil (k ay1 d ax l)) +("keifer" nil (k iy1 f er0)) +("keiffer" nil (k iy1 f er0)) +("keigley" nil (k iy1 g l iy0)) +("keiichi" nil (k ey1 iy1 ch iy0)) +("keiji" nil (k iy1 jh iy0)) +("keiko" nil (k ey1 k ow0)) +("keil" nil (k iy1 l)) +("keillor" nil (k iy1 l er0)) +("keilman" nil (k ay1 l m ax n)) +("keim" nil (k iy1 m)) +("keimig" nil (k iy1 m ih0 g)) +("keinath" nil (k ay1 n ax th)) +("keiner" nil (k iy1 n er0)) +("keio" nil (k ey1 ow0)) +("keiper" nil (k iy1 p er0)) +("keir" nil (k iy1 r)) +("keiretsu" nil (k ih1 r eh1 t s uw0)) +("keirn" nil (k ih1 r n)) +("keirns" nil (k ay1 r n z)) +("keirsey" nil (k ih1 r s iy0)) +("keisei" nil (k ay1 s ey1)) +("keiser" nil (k ay1 s er0)) +("keisler" nil (k ay1 s ax l er0)) +("keisling" nil (k ay1 s ax l ih0 ng)) +("keister" nil (k iy1 ih0 s t er0)) +("keisuke" nil (k ey1 s uw1 k iy0)) +("keitel" nil (k ay1 t ax l)) +("keiter" nil (k iy1 t er0)) +("keith" nil (k iy1 th)) +("keithley" nil (k iy1 th l iy0)) +("keithly" nil (k iy1 th l iy0)) +("keitt" nil (k iy1 t)) +("keitz" nil (k iy1 t s)) +("keizai" nil (k iy1 z ey0)) +("keizer" nil (k ay1 z er0)) +("kekst" nil (k eh1 k s t)) +("kelbaugh" nil (k eh1 l b ao1)) +("kelber" nil (k eh1 l b er0)) +("kelby" nil (k eh1 l b iy0)) +("kelcey" nil (k eh1 l s iy0)) +("kelch" nil (k eh1 l ch)) +("kelchner" nil (k eh1 l k n er0)) +("kelda" nil (k eh1 l d ax)) +("kelder" nil (k eh1 l d er0)) +("keleher" nil (k eh1 l ih0 hh er0)) +("keleman" nil (k iy1 l m ax n)) +("kelemen" nil (k iy1 l m eh0 n)) +("kelker" nil (k eh1 l k er0)) +("kell" nil (k eh1 l)) +("kellam" nil (k eh1 l ax m)) +("kellams" nil (k eh1 l ax m z)) +("kellar" nil (k eh1 l er0)) +("kelleher" nil (k eh1 l ih0 hh er0)) +("kellems" nil (k eh1 l ih0 m z)) +("kellen" nil (k eh1 l ax n)) +("kellenberger" nil (k eh1 l ax n b er0 g er0)) +("kellenyi" nil (k eh1 l eh1 n y iy0)) +("keller" nil (k eh1 l er0)) +("kellerman" nil (k eh1 l er0 m ax n)) +("kellermann" nil (k eh1 l er0 m ax n)) +("kellett" nil (k eh1 l ih0 t)) +("kelley" nil (k eh1 l iy0)) +("kelli" nil (k eh1 l iy0)) +("kelliher" nil (k eh1 l ih0 hh er0)) +("kelling" nil (k eh1 l ih0 ng)) +("kellis" nil (k eh1 l ih0 s)) +("kellison" nil (k eh1 l ih0 s ax n)) +("kellman" nil (k eh1 l m ax n)) +("kellner" nil (k eh1 l n er0)) +("kellogg" nil (k eh1 l ao0 g)) +("kellough" nil (k eh1 l aw0)) +("kellow" nil (k eh1 l ow0)) +("kells" nil (k eh1 l z)) +("kellum" nil (k eh1 l ax m)) +("kellwood" nil (k eh1 l w uh1 d)) +("kelly" nil (k eh1 l iy0)) +("kelm" nil (k eh1 l m)) +("kelman" nil (k eh1 l m ax n)) +("kelner" nil (k eh1 l n er0)) +("kelnhofer" nil (k eh1 l n hh ax f er0)) +("kelp" nil (k eh1 l p)) +("kelps" nil (k eh1 l p s)) +("kelsall" nil (k eh1 l s ax l)) +("kelsay" nil (k eh1 l s ey0)) +("kelsch" nil (k eh1 l sh)) +("kelsey" nil (k eh1 l s iy0)) +("kelso" nil (k eh1 l s ow0)) +("kelsoe" nil (k eh1 l s ow0)) +("kelson" nil (k eh1 l s ax n)) +("kelter" nil (k eh1 l t er0)) +("kelting" nil (k eh1 l t ih0 ng)) +("keltner" nil (k eh1 l t n er0)) +("kelton" nil (k eh1 l t ax n)) +("kelty" nil (k eh1 l t iy0)) +("keltz" nil (k eh1 l t s)) +("kelvan" nil (k eh1 l v ax n)) +("kelven" nil (k eh1 l v ax n)) +("kelvin" nil (k eh1 l v ax n)) +("kem" nil (k eh1 m)) +("kemal" nil (k ax m aa1 l)) +("kembel" nil (k eh1 m b ax l)) +("kemble" nil (k eh1 m b ax l)) +("kemeny" nil (k eh1 m ih0 n iy0)) +("kemerer" nil (k eh1 m er0 er0)) +("kemery" nil (k eh1 m er0 iy0)) +("kemler" nil (k eh1 m l er0)) +("kemmer" nil (k eh1 m er0)) +("kemmerer" nil (k eh1 m er0 er0)) +("kemmerling" nil (k eh1 m er0 l ih0 ng)) +("kemmons" nil (k eh1 m ax n z)) +("kemner" nil (k eh1 m n er0)) +("kemnitz" nil (k eh1 m n ih0 t s)) +("kemp" nil (k eh1 m p)) +("kempa" nil (k eh1 m p ax)) +("kempe" nil (k eh1 m p)) +("kempel" nil (k eh1 m p ax l)) +("kempen" nil (k eh1 m p ax n)) +("kemper" nil (k eh1 m p er0)) +("kempf" nil (k eh1 m p f)) +("kempfer" nil (k eh1 m p f er0)) +("kempke" nil (k eh1 m p k)) +("kempker" nil (k eh1 m p k er0)) +("kemple" nil (k eh1 m p ax l)) +("kempler" nil (k eh1 m p l er0)) +("kemplin" nil (k eh1 m p l ih0 n)) +("kempner" nil (k eh1 m p n er0)) +("kemppainen" nil (k eh1 m p ay0 n ax n)) +("kempski" nil (k eh1 m p s k iy0)) +("kempson" nil (k eh1 m p s ax n)) +("kempster" nil (k eh1 m p s t er0)) +("kempton" nil (k eh1 m p t ax n)) +("ken" nil (k eh1 n)) +("kenaf" nil (k eh1 n ae0 f)) +("kenagy" nil (k eh1 n ax jh iy0)) +("kenan" nil (k iy1 n ax n)) +("kendal" nil (k eh1 n d ax l)) +("kendall" nil (k eh1 n d ax l)) +("kendavis" nil (k eh1 n d ey1 v ih0 s)) +("kendell" nil (k eh1 n d ax l)) +("kender" nil (k eh1 n d er0)) +("kendig" nil (k eh1 n d ih0 g)) +("kendle" nil (k eh1 n d ax l)) +("kendra" nil (k eh1 n d r ax)) +("kendrick" nil (k eh1 n d r ih0 k)) +("kendricks" nil (k eh1 n d r ih0 k s)) +("kendzierski" nil (k ih0 n jh ih1 r s k iy0)) +("kendzior" nil (k ih0 n jh iy1 er0)) +("kenealy" nil (k eh1 n iy0 ax l iy0)) +("kenefick" nil (k eh1 n ih0 f ih0 k)) +("kenerson" nil (k eh1 n er0 s ax n)) +("kenetech" nil (k eh1 n ih0 t eh0 k)) +("kenfield" nil (k eh1 n f iy1 l d)) +("kenichi" nil (k eh1 n iy1 ch iy0)) +("kenilworth" nil (k eh1 n ax l w er1 th)) +("kenison" nil (k eh1 n ih0 s ax n)) +("keniston" nil (k eh1 n ih0 s t aa0 n)) +("kenji" nil (k eh1 n jh iy0)) +("kenkel" nil (k eh1 ng k ax l)) +("kenley" nil (k eh1 n l iy0)) +("kenmare" nil (k eh1 n m eh1 r)) +("kenmore" nil (k eh1 n m ao1 r)) +("kenn" nil (k eh1 n)) +("kenna" nil (k eh1 n ax)) +("kennamer" nil (k eh1 n ax m er0)) +("kennametal" nil (k eh1 n ax m eh1 t ax l)) +("kennan" nil (k eh1 n ax n)) +("kennard" nil (k eh1 n er0 d)) +("kenneally" nil (k eh1 n ax l iy0)) +("kennebeck" nil (k eh1 n b eh0 k)) +("kennebrew" nil (k eh1 n ih0 b r uw0)) +("kennebunkport" nil (k eh1 n ax b ah1 ng k p ao1 r t)) +("kennecott" nil (k eh1 n ax k aa1 t)) +("kennedy" nil (k eh1 n ax d iy0)) +("kennedys" nil (k eh1 n ax d iy0 z)) +("kennel" nil (k eh1 n ax l)) +("kennell" nil (k eh1 n ax l)) +("kennelly" nil (k eh1 n ax l iy0)) +("kennels" nil (k eh1 n ax l z)) +("kennemer" nil (k eh1 n iy0 m er0)) +("kennemore" nil (k eh1 n m ao0 r)) +("kenner" nil (k eh1 n er0)) +("kennerly" nil (k eh1 n er0 l iy0)) +("kennerson" nil (k eh1 n er0 s ax n)) +("kennesaw" nil (k eh1 n ax s ao1)) +("kenneth" nil (k eh1 n ih0 th)) +("kennett" nil (k eh1 n ax t)) +("kenney" nil (k eh1 n iy0)) +("kenning" nil (k eh1 n ih0 ng)) +("kennington" nil (k eh1 n ih0 ng t ax n)) +("kennison" nil (k eh1 n ih0 s ax n)) +("kennon" nil (k eh1 n ax n)) +("kenny" nil (k eh1 n iy0)) +("keno" nil (k iy1 n ow0)) +("kenosha" nil (k ih0 n ow1 sh ax)) +("kenoyer" nil (k eh1 n oy0 er0)) +("kenrick" nil (k eh1 n r ih0 k)) +("kensinger" nil (k eh1 n s ih0 n jh er0)) +("kensington" nil (k eh1 n z ih0 ng t ax n)) +("kensler" nil (k eh1 n s ax l er0)) +("kent" nil (k eh1 n t)) +("kente" nil (k eh1 n t ey0)) +("kentner" nil (k eh1 n t n er0)) +("kenton" nil (k eh1 n t ax n)) +("kentuckians" nil (k eh1 n t ah1 k iy0 ax n z)) +("kentucky" nil (k ax n t ah1 k iy0)) +("kenward" nil (k eh1 n w er0 d)) +("kenway" nil (k eh1 n w ey1)) +("kenwood" nil (k eh1 n w uh1 d)) +("kenworth" nil (k eh1 n w er1 th)) +("kenworthy" nil (k eh1 n w er1 dh iy0)) +("kenya" nil (k eh1 n y ax)) +("kenyan" nil (k eh1 n y ax n)) +("kenyon" nil (k eh1 n y ax n)) +("kenzie" nil (k eh1 n z iy0)) +("kenzo" nil (k eh1 n z ow0)) +("keo" nil (k iy1 ow0)) +("keogh" nil (k iy1 ow0)) +("keohane" nil (k iy1 ax hh ey1 n)) +("keough" nil (k iy1 ow0)) +("keown" nil (k iy1 ow0 n)) +("kepco" nil (k eh1 p k ow0)) +("kephart" nil (k eh1 f aa0 r t)) +("kepler" nil (k eh1 p l er0)) +("kepley" nil (k eh1 p l iy0)) +("keplinger" nil (k eh1 p ax l ih0 ng er0)) +("kepner" nil (k eh1 p n er0)) +("kepp" nil (k eh1 p)) +("keppel" nil (k eh1 p ax l)) +("kepple" nil (k eh1 p ax l)) +("keppler" nil (k eh1 p l er0)) +("kept" nil (k eh1 p t)) +("ker" nil (k er1)) +("kera" nil (k eh1 r ax)) +("kerala" nil (k eh1 r aa1 l ax)) +("keranen" nil (k eh1 r ax n ax n)) +("keratin" nil (k eh1 r ax t ax n)) +("kerbel" nil (k er1 b ax l)) +("kerber" nil (k er1 b er0)) +("kerbow" nil (k er1 b ow0)) +("kerbs" nil (k er1 b z)) +("kerby" nil (k er1 b iy0)) +("kerce" nil (k er1 s)) +("kercher" nil (k er1 k er0)) +("kercheval" nil (k er1 ch ih0 v ax l)) +("kerchiefs" nil (k er1 ch ax f s)) +("kerchner" nil (k er1 k n er0)) +("kerekes" nil (k eh1 r ih0 k s)) +("kerestes" nil (k eh1 r ih0 s t s)) +("keresztes" nil (k eh1 r ax s t iy0 z)) +("kerfoot" nil (k er1 f uh0 t)) +("kerien" nil (k eh1 r iy0 ax n)) +("kerin" nil (k eh1 r ih0 n)) +("kerins" nil (k eh1 r ih0 n z)) +("kerker" nil (k er1 k er0)) +("kerkhoff" nil (k er1 k hh ao0 f)) +("kerkman" nil (k er1 k m ax n)) +("kerkorian" nil (k er0 k ao1 r iy0 ax n)) +("kerl" nil (k er1 l)) +("kerley" nil (k er1 l iy0)) +("kerlin" nil (k er1 l ih0 n)) +("kerman" nil (k er1 m ax n)) +("kermit" nil (k er1 m ih0 t)) +("kern" nil (k er1 n)) +("kernaghan" nil (k er0 n ae1 g hh ax n)) +("kernan" nil (k er1 n ax n)) +("kernel" nil (k er1 n ax l)) +("kernels" nil (k er1 n ax l z)) +("kernen" nil (k er1 n ax n)) +("kerner" nil (k er1 n er0)) +("kernes" nil (k er1 n z)) +("kerney" nil (k er1 n iy0)) +("kernite" nil (k er1 n ay0 t)) +("kernodle" nil (k er1 n ow0 d ax l)) +("kerns" nil (k er1 n z)) +("kerosene" nil (k eh1 r ax s iy1 n)) +("kerpedjiev" nil (k er0 p eh1 jh iy0 eh1 v)) +("kerper" nil (k er1 p er0)) +("kerr" nil (k er1)) +("kerrey" nil (k eh1 r iy0)) +("kerrick" nil (k eh1 r ih0 k)) +("kerridge" nil (k eh1 r ih0 jh)) +("kerrigan" nil (k eh1 r ih0 g ax n)) +("kerrville" nil (k er1 v ih1 l)) +("kerry" nil (k eh1 r iy0)) +("kersch" nil (k er1 sh)) +("kerscher" nil (k er1 sh er0)) +("kerschner" nil (k er1 sh n er0)) +("kersee" nil (k er1 s iy0)) +("kersey" nil (k er1 s iy0)) +("kersh" nil (k er1 sh)) +("kershaw" nil (k er1 sh aa1)) +("kershner" nil (k er1 sh n er0)) +("kerst" nil (k er1 s t)) +("kerstein" nil (k er1 s t ay0 n)) +("kersten" nil (k er1 s ax n)) +("kerstetter" nil (k er1 s t ih0 t er0)) +("kersting" nil (k er1 s t ih0 ng)) +("kertesz" nil (k er1 t ih0 sh)) +("kerth" nil (k er1 th)) +("kertz" nil (k er1 t s)) +("kervin" nil (k er1 v ih0 n)) +("kerwen" nil (k er1 w ax n)) +("kerwin" nil (k er1 w ih0 n)) +("kerwood" nil (k er1 w uh0 d)) +("kerzner" nil (k er1 z n er0)) +("kesel" nil (k eh1 s ax l)) +("keshishian" nil (k ih0 sh ih1 sh iy0 ax n)) +("kesinger" nil (k eh1 s ih0 ng er0)) +("keske" nil (k eh1 s k)) +("keslar" nil (k eh1 s l er0)) +("kesler" nil (k eh1 s ax l er0)) +("kesling" nil (k eh1 s ax l ih0 ng)) +("kesner" nil (k eh1 s n er0)) +("kess" nil (k eh1 s)) +("kessel" nil (k eh1 s ax l)) +("kessell" nil (k eh1 s ax l)) +("kesselman" nil (k eh1 s ax l m ax n)) +("kesselring" nil (k eh1 s ih0 l r ih0 ng)) +("kessen" nil (k eh1 s ax n)) +("kessenich" nil (k eh1 s ih0 n ih0 k)) +("kessinger" nil (k eh1 s ih0 ng er0)) +("kessler" nil (k eh1 s l er0)) +("kessner" nil (k eh1 s n er0)) +("kestel" nil (k eh1 s t ax l)) +("kesten" nil (k eh1 s ax n)) +("kestenbaum" nil (k eh1 s ax n b aw0 m)) +("kester" nil (k eh1 s t er0)) +("kesterson" nil (k eh1 s t er0 s ax n)) +("kesting" nil (k eh1 s t ih0 ng)) +("kestler" nil (k eh1 s t l er0)) +("kestner" nil (k eh1 s t n er0)) +("kestrels" nil (k eh1 s t r ax l z)) +("keswick" nil (k eh1 s w ih1 k)) +("ketch" nil (k eh1 ch)) +("ketcham" nil (k eh1 ch ax m)) +("ketchem" nil (k eh1 ch ih0 m)) +("ketchen" nil (k eh1 ch ax n)) +("ketcher" nil (k eh1 ch er0)) +("ketcherside" nil (k eh1 ch er0 s ay1 d)) +("ketchie" nil (k eh1 ch iy0)) +("ketchikan" nil (k eh1 ch ih0 k ae0 n)) +("ketchledge" nil (k eh1 ch l eh1 jh)) +("ketchum" nil (k eh1 ch ax m)) +("ketchup" nil (k eh1 ch ax p)) +("ketelhut" nil (k eh1 t ih0 l hh ax t)) +("ketelsen" nil (k eh1 t ih0 l s ax n)) +("ketema" nil (k eh1 t ey1 m ax)) +("keteyian" nil (k ax t ey1 ax n)) +("ketler" nil (k eh1 t l er0)) +("ketner" nil (k eh1 t n er0)) +("keto" nil (k ey1 t ow0)) +("ketola" nil (k eh1 t ax l ax)) +("ketone" nil (k iy1 t ow0 n)) +("ketou" nil (k ax t uw1)) +("ketron" nil (k eh1 t r ax n)) +("kett" nil (k eh1 t)) +("kettell" nil (k eh1 t ax l)) +("ketter" nil (k eh1 t er0)) +("ketterer" nil (k eh1 t er0 er0)) +("kettering" nil (k eh1 t er0 ih0 ng)) +("ketterling" nil (k eh1 t er0 l ih0 ng)) +("ketterman" nil (k eh1 t er0 m ax n)) +("ketti" nil (k eh1 t iy0)) +("kettle" nil (k eh1 t ax l)) +("kettler" nil (k eh1 t ax l er0)) +("kettles" nil (k eh1 t ax l z)) +("kettlewell" nil (k eh1 t ax l w eh1 l)) +("kettner" nil (k eh1 t n er0)) +("ketura" nil (k eh1 t uh0 r ax)) +("ketz" nil (k eh1 t s)) +("ketzel" nil (k eh1 t s ax l)) +("keune" nil (k y uw1 n)) +("kevan" nil (k eh1 v ax n)) +("keven" nil (k iy1 v ax n)) +("kever" nil (k eh1 v er0)) +("kevex" nil (k eh1 v ax k s)) +("keville" nil (k iy1 v ih0 l)) +("kevin" nil (k eh1 v ih0 n)) +("kevlar" nil (k eh1 v l er0)) +("kevlin" nil (k eh1 v l ih0 n)) +("kevorkian" nil (k ax v ao1 r k iy0 ax n)) +("kew" nil (k y uw1)) +("kewaunee" nil (k y uw0 ao1 n iy0)) +("kewley" nil (k y uw1 l iy0)) +("key" nil (k iy1)) +("keyboard" nil (k iy1 b ao1 r d)) +("keyboards" nil (k iy1 b ao1 r d z)) +("keycorp" nil (k iy1 k ao0 r p)) +("keye" nil (k ay1)) +("keyed" nil (k iy1 d)) +("keyes" nil (k iy1 z)) +("keyhole" nil (k iy1 hh ow1 l)) +("keying" nil (k iy1 ih0 ng)) +("keyless" nil (k iy1 l ax s)) +("keylon" nil (k ey1 l ax n)) +("keynes" nil (k ey1 n z)) +("keynesian" nil (k ey1 n z iy0 ax n)) +("keynesians" nil (k ey1 n iy1 s iy0 ax n z)) +("keynote" nil (k iy1 n ow1 t)) +("keypad" nil (k iy1 p ae1 d)) +("keypads" nil (k iy1 p ae1 d z)) +("keys" nil (k iy1 z)) +("keyser" nil (k ay1 z er0)) +("keysor" nil (k iy1 s er0)) +("keystone" nil (k iy1 s t ow1 n)) +("keyton" nil (k iy1 t ax n)) +("keyworth" nil (k iy1 w er1 th)) +("keziah" nil (k ax z iy1 ax)) +("kganakga" nil (k ax g ax n ae1 g ax)) +("kgori" nil (k ax g ao1 r iy0)) +("khabarovsk" nil (k ae1 b er0 aa1 f s k)) +("khad" nil (k ae1 d)) +("khaki" nil (k aa1 k iy0)) +("khakis" nil (k ae1 k iy0 z)) +("khalaf" nil (k ae1 l ax f)) +("khalid" nil (k aa1 l ih0 d)) +("khalifa" nil (k ax l iy1 f ax)) +("khalil" nil (k ae1 l ax l)) +("khalsa" nil (k aa1 l s ax)) +("khamenei" nil (k ax m ey1 n iy1)) +("khan" nil (k aa1 n)) +("khanate" nil (k aa1 n ey0 t)) +("khanna" nil (k ae1 n ax)) +("kharg" nil (k aa1 r g)) +("khartoum" nil (k aa1 r t uw1 m)) +("khasbulatov" nil (k aa1 s b ax l aa1 t aa0 f)) +("khashoggi" nil (k ax sh aa1 jh iy0)) +("kheel" nil (k iy1 l)) +("khem" nil (k eh1 m)) +("khmer" nil (k m eh1 r)) +("khomeini" nil (k ow0 m ey1 n iy0)) +("khoo" nil (k uw1)) +("khosla" nil (k ao1 s l ax)) +("khost" nil (k ow1 s t)) +("khouri" nil (k aw1 r iy0)) +("khoury" nil (k aw1 r iy0)) +("khrushchev" nil (k r uw1 s ch eh1 v)) +("khumalo" nil (k y uw0 m aa1 l ow0)) +("khuu" nil (k uw1)) +("ki" nil (k iy1)) +("kia" nil (k iy1 er0)) +("kiam" nil (k iy1 ax m)) +("kiawah" nil (k ay1 ax w ax)) +("kibbe" nil (k ih1 b)) +("kibbee" nil (k ih1 b iy1)) +("kibbey" nil (k ih1 b iy0)) +("kibble" nil (k ih1 b ax l)) +("kibbutz" nil (k ih0 b uh1 t s)) +("kibbutzim" nil (k ih1 b uh0 t s ih1 m)) +("kibbutzniks" nil (k ih0 b uh1 t s n ih0 k s)) +("kibby" nil (k ih1 b iy0)) +("kibler" nil (k ao1 b ax l er0)) +("kibodeaux" nil (k ih1 b ax d ow0)) +("kichline" nil (k ih1 k l ay1 n)) +("kick" nil (k ih1 k)) +("kickback" nil (k ih1 k b ae1 k)) +("kickbacks" nil (k ih1 k b ae1 k s)) +("kicked" nil (k ih1 k t)) +("kicker" nil (k ih1 k er0)) +("kickers" nil (k ih1 k er0 z)) +("kicking" nil (k ih1 k ih0 ng)) +("kicklighter" nil (k ih1 k l ay1 t er0)) +("kickoff" nil (k ih1 k ao1 f)) +("kicks" nil (k ih1 k s)) +("kid" nil (k ih1 d)) +("kida" nil (k iy1 d ax)) +("kidd" nil (k ih1 d)) +("kidde" nil (k ih1 d)) +("kidded" nil (k ih1 d ih0 d)) +("kidder" nil (k ih1 d er0)) +("kiddie" nil (k ih1 d iy0)) +("kiddies" nil (k ih1 d iy0 z)) +("kidding" nil (k ih1 d ih0 ng)) +("kiddy" nil (k ih1 d iy0)) +("kidman" nil (k ih1 d m ax n)) +("kidnap" nil (k ih1 d n ae1 p)) +("kidnaped" nil (k ih1 d n ae1 p t)) +("kidnaping" nil (k ih1 d n ae1 p ih0 ng)) +("kidnapped" nil (k ih1 d n ae1 p t)) +("kidnapper" nil (k ih1 d n ae1 p er0)) +("kidnappers" nil (k ih1 d n ae1 p er0 z)) +("kidnapping" nil (k ih1 d n ae1 p ih0 ng)) +("kidnappings" nil (k ih1 d n ae1 p ih0 ng z)) +("kidnaps" nil (k ih1 d n ae1 p s)) +("kidney" nil (k ih1 d n iy0)) +("kidneys" nil (k ih1 d n iy0 z)) +("kido" nil (k iy1 d ow0)) +("kids" nil (k ih1 d z)) +("kidstock" nil (k ih1 d s t aa1 k)) +("kidwell" nil (k ih1 d w eh1 l)) +("kiecker" nil (k iy1 k er0)) +("kiedrowski" nil (k iy0 d r ao1 f s k iy0)) +("kief" nil (k iy1 f)) +("kiefer" nil (k iy1 f er0)) +("kieffer" nil (k iy1 f er0)) +("kieft" nil (k iy1 f t)) +("kiehl" nil (k iy1 l)) +("kiehn" nil (k iy1 n)) +("kiehne" nil (k iy1 n)) +("kiel" nil (k iy1 l)) +("kielar" nil (k iy1 l er0)) +("kielb" nil (k iy1 l b)) +("kielbasa" nil (k iy0 l b aa1 s ax)) +("kieler" nil (k iy1 l er0)) +("kielley" nil (k iy1 l iy0)) +("kielman" nil (k iy1 l m ax n)) +("kielty" nil (k iy1 l t iy0)) +("kiely" nil (k iy1 l iy0)) +("kienan" nil (k iy1 n ax n)) +("kienast" nil (k iy1 n ax s t)) +("kiene" nil (k iy1 n)) +("kiener" nil (k iy1 n er0)) +("kieninger" nil (k iy1 n ih0 ng er0)) +("kienitz" nil (k iy1 n ih0 t s)) +("kienle" nil (k iy1 n ax l)) +("kientz" nil (k iy1 n t s)) +("kienzle" nil (k iy1 n z ax l)) +("kieper" nil (k iy1 p er0)) +("kier" nil (k ih1 r)) +("kieran" nil (k iy1 r ax n)) +("kiernan" nil (k ih1 r n ax n)) +("kierscht" nil (k ih1 r sh t)) +("kierstead" nil (k ih1 r s t eh0 d)) +("kierulff" nil (k iy1 r ax l f)) +("kies" nil (k ay1 s)) +("kieschnick" nil (k iy1 sh n ih0 k)) +("kiesel" nil (k iy1 s ax l)) +("kieselmann" nil (k iy1 z ax l m ax n)) +("kieser" nil (k iy1 s er0)) +("kiesewetter" nil (k iy1 s uw0 ih0 t er0)) +("kiesler" nil (k iy1 z l er0)) +("kiesling" nil (k iy1 z l ih0 ng)) +("kiesow" nil (k iy1 s ow0)) +("kiess" nil (k iy1 s)) +("kiessling" nil (k iy1 s l ih0 ng)) +("kiester" nil (k ay1 ih0 s t er0)) +("kietzman" nil (k iy1 t s m ax n)) +("kiev" nil (k iy1 eh1 v)) +("kievan" nil (k iy1 v ax n)) +("kievit" nil (k iy1 v ih0 t)) +("kiewit" nil (k iy1 w ih0 t)) +("kifer" nil (k ay1 f er0)) +("kiff" nil (k ih1 f)) +("kigale" nil (k iy0 g aa1 l iy0)) +("kigali" nil (k iy0 g aa1 l iy0)) +("kiger" nil (k ay1 g er0)) +("kiggins" nil (k ih1 g ih0 n z)) +("kight" nil (k ay1 t)) +("kightlinger" nil (k ay1 t ax l ih0 ng er0)) +("kihn" nil (k ih1 n)) +("kiichi" nil (k iy0 iy1 ch iy0)) +("kijowski" nil (k ih0 y ao1 f s k iy0)) +("kika" nil (k ih1 k ax)) +("kiker" nil (k ay1 k er0)) +("kiki" nil (k iy1 k iy0)) +("kikkoman" nil (k iy1 k ow0 m aa0 n)) +("kikta" nil (k ih1 k t ax)) +("kikuchi" nil (k iy0 k uw1 ch iy0)) +("kikumura" nil (k iy1 k uw1 m uw1 r ax)) +("kilbane" nil (k ih1 l b ax n)) +("kilborn" nil (k ih1 l b er0 n)) +("kilborne" nil (k ih1 l b ao1 r n)) +("kilbourn" nil (k ih1 l b er0 n)) +("kilbourne" nil (k ih1 l b er0 n)) +("kilbride" nil (k ih1 l b r ay1 d)) +("kilburg" nil (k ih1 l b er0 g)) +("kilburn" nil (k ih1 l b er0 n)) +("kilbury" nil (k ih1 l b eh1 r iy0)) +("kilby" nil (k ih1 l b iy0)) +("kilcoyne" nil (k ih1 l k oy0 n)) +("kilcrease" nil (k ih0 l k r iy1 s)) +("kilcullen" nil (k ih0 l k ah1 l ax n)) +("kilday" nil (k ih1 l d ey1)) +("kildee" nil (k ih1 l d iy0)) +("kildow" nil (k ih1 l d ow0)) +("kilduff" nil (k ih1 l d ax f)) +("kile" nil (k ay1 l)) +("kilen" nil (k ih1 l ax n)) +("kiley" nil (k ay1 l iy0)) +("kilgo" nil (k ih1 l g ow0)) +("kilgore" nil (k ih1 l g ao0 r)) +("kilgour" nil (k ih1 l g er0)) +("kilgus" nil (k ih1 l g ax s)) +("kilian" nil (k ih1 l iy0 ax n)) +("kilimanjaro" nil (k ih0 l iy1 m ax n jh aa1 r ow0)) +("kilker" nil (k ih1 l k er0)) +("kill" nil (k ih1 l)) +("killam" nil (k ih1 l ax m)) +("kille" nil (k ih1 l)) +("killeagh" nil (k ih0 l iy1 g)) +("killebrew" nil (k ih1 l ih0 b r uw0)) +("killed" nil (k ih1 l d)) +("killeen" nil (k ih0 l iy1 n)) +("killen" nil (k ih1 l ax n)) +("killer" nil (k ih1 l er0)) +("killers" nil (k ih1 l er0 z)) +("killey" nil (k ih1 l iy0)) +("killgore" nil (k ih1 l g ao1 r)) +("killian" nil (k ih1 l y ax n)) +("killifish" nil (k ih1 l ih0 f ih0 sh)) +("killilea" nil (k ih0 l ih0 l iy1 ax)) +("killin" nil (k ih1 l ih0 n)) +("killing" nil (k ih1 l ih0 ng)) +("killingbeck" nil (k ih1 l ih0 ng b eh1 k)) +("killinger" nil (k ih1 l ih0 ng er0)) +("killings" nil (k ih1 l ih0 ng z)) +("killingsworth" nil (k ih1 l ih0 ng z w er1 th)) +("killington" nil (k ih1 l ih0 ng t ax n)) +("killion" nil (k ih1 l y ax n)) +("killman" nil (k ih1 l m ax n)) +("killmer" nil (k ih1 l m er0)) +("killmon" nil (k ih1 l m ax n)) +("killoran" nil (k ih1 l er0 ax n)) +("killory" nil (k ih1 l er0 iy0)) +("killough" nil (k ih1 l aw0)) +("killpack" nil (k ih1 l p ae1 k)) +("kills" nil (k ih1 l z)) +("kilman" nil (k ih1 l m ax n)) +("kilmarnock" nil (k ih0 l m aa1 r n aa1 k)) +("kilmartin" nil (k ih0 l m aa1 r t ih0 n)) +("kilmer" nil (k ih1 l m er0)) +("kiln" nil (k ih1 l n)) +("kilns" nil (k ih1 l n z)) +("kilo" nil (k ih1 l ow1)) +("kilobit" nil (k ih1 l ax b ih0 t)) +("kilobytes" nil (k ih1 l ow0 b ay1 t s)) +("kilogram" nil (k ih1 l ax g r ae1 m)) +("kilograms" nil (k ih1 l ax g r ae1 m z)) +("kilometer" nil (k ax l aa1 m ax t er0)) +("kilometers" nil (k ax l aa1 m ax t er0 z)) +("kilos" nil (k iy1 l ow1 z)) +("kilowatt" nil (k ih1 l ax w aa1 t)) +("kilowatts" nil (k ih1 l ax w aa1 t s)) +("kilpatrick" nil (k ih1 l p ae1 t r ih0 k)) +("kilroy" nil (k ih1 l r oy1)) +("kilter" nil (k ih1 l t er0)) +("kilton" nil (k ih1 l t ax n)) +("kilts" nil (k ih1 l t s)) +("kilty" nil (k ih1 l t iy0)) +("kilzer" nil (k ih1 l z er0)) +("kim" nil (k ih1 m)) +("kimba" nil (k ih1 m b ax)) +("kimball" nil (k ih1 m b ax l)) +("kimbel" nil (k ih1 m b ax l)) +("kimbell" nil (k ih1 m b eh0 l)) +("kimber" nil (k ih1 m b er0)) +("kimberley" nil (k ih1 m b er0 l iy0)) +("kimberlin" nil (k ih1 m b er0 l ih0 n)) +("kimberling" nil (k ih1 m b er0 l ih0 ng)) +("kimberly" nil (k ih1 m b er0 l iy0)) +("kimble" nil (k ih1 m b ax l)) +("kimbler" nil (k ih1 m b l er0)) +("kimbley" nil (k ih1 m b l iy0)) +("kimbrel" nil (k ih1 m b r ax l)) +("kimbrell" nil (k ih1 m b r ax l)) +("kimbriel" nil (k ih1 m b r iy0 ax l)) +("kimbro" nil (k ih1 m b r ow0)) +("kimbrough" nil (k ih1 m b r aw0)) +("kimche" nil (k ih1 m ch iy0)) +("kimchi" nil (k ih1 m ch iy0)) +("kimco" nil (k ih1 m k ow0)) +("kime" nil (k ay1 m)) +("kimel" nil (k ih1 m ax l)) +("kimery" nil (k ih1 m er0 iy0)) +("kimes" nil (k ay1 m z)) +("kimler" nil (k ih1 m ax l er0)) +("kimm" nil (k ih1 m)) +("kimmel" nil (k ih1 m ax l)) +("kimmell" nil (k ih1 m ax l)) +("kimmelman" nil (k ih1 m ax l m ax n)) +("kimmer" nil (k ih1 m er0)) +("kimmerle" nil (k ih1 m er0 ax l)) +("kimmet" nil (k ih1 m ih0 t)) +("kimmey" nil (k ih1 m iy0)) +("kimmich" nil (k ih1 m ih0 ch)) +("kimmins" nil (k ih1 m ih0 n z)) +("kimmitt" nil (k ih1 m ih0 t)) +("kimmons" nil (k ih1 m ax n z)) +("kimono" nil (k ax m ow1 n ax)) +("kimonos" nil (k ax m ow1 n ax z)) +("kimoto" nil (k iy0 m ow1 t ow0)) +("kimpel" nil (k ih1 m p ax l)) +("kimple" nil (k ih1 m p ax l)) +("kimpo" nil (k ih1 m p ow0)) +("kimpton" nil (k ih1 m p t ax n)) +("kimrey" nil (k ih1 m r iy0)) +("kims" nil (k ih1 m z)) +("kimsey" nil (k ih1 m z iy0)) +("kimura" nil (k iy0 m uh1 r ax)) +("kimzey" nil (k ih1 m z iy0)) +("kin" nil (k ih1 n)) +("kinard" nil (k ih1 n er0 d)) +("kinark" nil (k ih1 n aa0 r k)) +("kinburn" nil (k ih1 n b er1 n)) +("kincade" nil (k ih1 n k ey1 d)) +("kincaid" nil (k ih1 n k ey1 d)) +("kincannon" nil (k ih1 n k ae1 n ax n)) +("kincer" nil (k ih1 n s er0)) +("kinch" nil (k ih1 n ch)) +("kincheloe" nil (k ih1 n ch ih0 l ow0)) +("kinchen" nil (k ih1 ng k ax n)) +("kincy" nil (k ih1 n s iy0)) +("kind" nil (k ay1 n d)) +("kinda" nil (k ih1 n d ax)) +("kindall" nil (k ih1 n d ax l)) +("kindel" nil (k ih1 n d ax l)) +("kindell" nil (k ih1 n d ax l)) +("kinder" nil (k ay1 n d er0)) +("kindergarten" nil (k ih1 n d er0 g aa1 r t ax n)) +("kindergartens" nil (k ih1 n d er0 g aa1 r t ax n z)) +("kindergartner" nil (k ih1 n d er0 g aa1 r t n er0)) +("kindergartners" nil (k ih1 n d er0 g aa1 r t n er0 z)) +("kinderman" nil (k ay1 n d er0 m ax n)) +("kindest" nil (k ay1 n d ax s t)) +("kindig" nil (k ih1 n d ih0 g)) +("kindle" nil (k ih1 n d ax l)) +("kindleberger" nil (k ih1 n d ax l b er0 g er0)) +("kindled" nil (k ih1 n d ax l d)) +("kindler" nil (k ih1 n d ax l er0)) +("kindley" nil (k ih1 n d l iy0)) +("kindling" nil (k ih1 n d l ih0 ng)) +("kindly" nil (k ay1 n d l iy0)) +("kindness" nil (k ay1 n d n ax s)) +("kindran" nil (k ih1 n d r ax n)) +("kindred" nil (k ih1 n d r ih0 d)) +("kindrick" nil (k ih1 n d r ih0 k)) +("kinds" nil (k ay1 n d z)) +("kindt" nil (k ih1 n t)) +("kindy" nil (k ay1 n d iy0)) +("kinepolis" nil (k ih0 n eh1 p ax l ih0 s)) +("kiner" nil (k ay1 n er0)) +("kines" nil (k ay1 n z)) +("kinesiology" nil (k ih1 n ih0 s iy1 aa1 l ax jh iy0)) +("kinesthetic" nil (k ih1 n ax s th eh1 t ih0 k)) +("kineta" nil (k ih1 n ih0 t ax)) +("kinetic" nil (k ax n eh1 t ih0 k)) +("kinetics" nil (k ax n eh1 t ih0 k s)) +("king" nil (k ih1 ng)) +("kingbirds" nil (k ih1 ng b er1 d z)) +("kingdom" nil (k ih1 ng d ax m)) +("kingdoms" nil (k ih1 ng d ax m z)) +("kingdon" nil (k ih1 ng d ax n)) +("kingen" nil (k ih1 ng ax n)) +("kingery" nil (k ih1 ng g er0 iy0)) +("kingfisher" nil (k ih1 ng f ih1 sh er0)) +("kingfishers" nil (k ih1 ng f ih1 sh er0 z)) +("kingham" nil (k ih1 ng hh ae1 m)) +("kinghorn" nil (k ih1 ng hh er0 n)) +("kingly" nil (k ih1 ng l iy0)) +("kingma" nil (k ih1 ng m ax)) +("kingmaker" nil (k ih1 ng m ey1 k er0)) +("kingman" nil (k ih1 ng m ax n)) +("kingon" nil (k ih1 ng ao1 n)) +("kingpin" nil (k ih1 ng p ih1 n)) +("kingpins" nil (k ih1 ng p ih1 n z)) +("kingrey" nil (k ih1 ng g r iy0)) +("kingry" nil (k ih1 ng g er0 iy0)) +("kings" nil (k ih1 ng z)) +("kingsborough" nil (k ih1 ng z b er1 ow0)) +("kingsbridge" nil (k ih1 ng z b r ih1 jh)) +("kingsbury" nil (k ih1 ng z b eh1 r iy0)) +("kingsey" nil (k ih1 ng z iy0)) +("kingsford" nil (k ih1 ng s f er0 d)) +("kingship" nil (k ih1 ng sh ih0 p)) +("kingsland" nil (k ih1 ng z l ae0 n d)) +("kingsley" nil (k ih1 ng z l iy0)) +("kingsolver" nil (k ih1 ng s aa0 l v er0)) +("kingsport" nil (k ih1 ng s p ao1 r t)) +("kingston" nil (k ih1 ng s t ax n)) +("kingsville" nil (k ih1 ng z v ih1 l)) +("kingswell" nil (k ih1 ng g z w eh0 l)) +("kington" nil (k ih1 ng t ax n)) +("kinion" nil (k ih1 n y ax n)) +("kiniry" nil (k ih1 n ay0 r iy0)) +("kinkade" nil (k ih1 ng k ax d)) +("kinkead" nil (k ih1 ng k eh0 d)) +("kinkel" nil (k ih1 ng k ax l)) +("kinker" nil (k ih1 ng k er0)) +("kinkle" nil (k ih1 ng k ax l)) +("kinks" nil (k ih1 ng k s)) +("kinky" nil (k ih1 ng k iy0)) +("kinlaw" nil (k ih1 n l ao1)) +("kinley" nil (k ih1 n l iy0)) +("kinloch" nil (k ih1 n l ax k)) +("kinman" nil (k ih1 n m ax n)) +("kinn" nil (k ih1 n)) +("kinnaird" nil (k ih1 n er0 d)) +("kinnaman" nil (k ih1 n ax m ax n)) +("kinnamon" nil (k ih1 n ax m ax n)) +("kinnan" nil (k ih1 n ax n)) +("kinnard" nil (k ih1 n er0 d)) +("kinne" nil (k ih1 n)) +("kinnear" nil (k ih1 n ih1 r)) +("kinnebrew" nil (k ih1 n ih0 b r uw0)) +("kinnell" nil (k ih1 n ax l)) +("kinner" nil (k ih1 n er0)) +("kinnett" nil (k ih1 n ih0 t)) +("kinney" nil (k ih1 n iy0)) +("kinnick" nil (k ih1 n ih0 k)) +("kinnie" nil (k ih1 n iy0)) +("kinnison" nil (k ih1 n ih0 s ax n)) +("kinnock" nil (k ih1 n ax k)) +("kinnunen" nil (k ih0 n ah1 n ax n)) +("kinoshita" nil (k iy0 n ow0 sh iy1 t ax)) +("kinsel" nil (k ih1 n s ax l)) +("kinsell" nil (k ih1 n s ax l)) +("kinsella" nil (k iy0 n s eh1 l ax)) +("kinser" nil (k ih1 n s er0)) +("kinsey" nil (k ih1 n z iy0)) +("kinship" nil (k ih1 n sh ih1 p)) +("kinsinger" nil (k ih1 n s ih0 n jh er0)) +("kinsler" nil (k ih1 n s ax l er0)) +("kinsley" nil (k ih1 n z l iy0)) +("kinslow" nil (k ih1 n s l ow1)) +("kinsman" nil (k ih1 n z m ae1 n)) +("kinst" nil (k ih1 n s t)) +("kinstler" nil (k ih1 n s t l er0)) +("kint" nil (k ih1 n t)) +("kinter" nil (k ih1 n t er0)) +("kintigh" nil (k ih1 n t ay0)) +("kintner" nil (k ih1 n t n er0)) +("kinton" nil (k ih1 n t ax n)) +("kintz" nil (k ih1 n t s)) +("kintzel" nil (k ih1 n t z ax l)) +("kinyon" nil (k ih1 n y ax n)) +("kinzel" nil (k ih1 n z ax l)) +("kinzer" nil (k ih1 n z er0)) +("kinzey" nil (k ih1 n z iy0)) +("kinzie" nil (k ih1 n z iy0)) +("kinzler" nil (k ih1 n z l er0)) +("kinzlmaier" nil (k ih1 n z ax l m ay1 er0)) +("kiosk" nil (k iy1 ao1 s k)) +("kiosks" nil (k iy1 ao1 s k s)) +("kious" nil (k ay1 ax s)) +("kip" nil (k ih1 p)) +("kiper" nil (k ay1 p er0)) +("kipfer" nil (k ih1 p f er0)) +("kipling" nil (k ih1 p l ih0 ng)) +("kiplinger" nil (k ay1 p ax l ih0 ng er0)) +("kipnis" nil (k ih1 p n ih0 s)) +("kipp" nil (k ih1 p)) +("kipper" nil (k ih1 p er0)) +("kippers" nil (k ih1 p er0 z)) +("kippes" nil (k ih1 p s)) +("kippur" nil (k ih1 p er0)) +("kiracofe" nil (k ih1 r ax k ow1 f)) +("kiraly" nil (k ih1 r ax l iy0)) +("kirby" nil (k er1 b iy0)) +("kirch" nil (k er1 k)) +("kirchberg" nil (k er1 k b er0 g)) +("kirchberger" nil (k er1 ch b er0 g er0)) +("kirchen" nil (k er1 k ax n)) +("kircher" nil (k er1 k er0)) +("kirchgessner" nil (k er1 k g ih0 s n er0)) +("kirchhofer" nil (k er1 k hh ax f er0)) +("kirchhoff" nil (k er1 k hh ao0 f)) +("kirchman" nil (k er1 k m ax n)) +("kirchner" nil (k er1 k n er0)) +("kirchoff" nil (k er1 k hh ao0 f)) +("kirgan" nil (k er1 g ax n)) +("kiri" nil (k ih1 r iy0)) +("kiribati" nil (k ih1 r ih1 b aa1 t iy0)) +("kirin" nil (k ih1 r ih0 n)) +("kirk" nil (k er1 k)) +("kirkbride" nil (k er1 k b r ay0 d)) +("kirkby" nil (k er1 k b iy0)) +("kirkeby" nil (k er1 k ih0 b iy0)) +("kirkendall" nil (k er0 k eh1 n d ax l)) +("kirkendoll" nil (k er0 k eh1 n d ow0 l)) +("kirker" nil (k er1 k er0)) +("kirkey" nil (k er1 k iy0)) +("kirkham" nil (k er1 k hh ax m)) +("kirkhart" nil (k er1 k hh aa0 r t)) +("kirkland" nil (k er1 k l ax n d)) +("kirkley" nil (k er1 k l iy0)) +("kirklin" nil (k er1 k l ih0 n)) +("kirkman" nil (k er1 k m ax n)) +("kirkner" nil (k er1 k n er0)) +("kirkpatrick" nil (k er0 k p ae1 t r ih0 k)) +("kirks" nil (k er1 k s)) +("kirksey" nil (k er1 k s iy0)) +("kirkuk" nil (k ih1 r k uh1 k)) +("kirkwood" nil (k er1 k w uh0 d)) +("kirley" nil (k er1 l iy0)) +("kirlin" nil (k er1 l ih0 n)) +("kirmse" nil (k er1 m s iy0)) +("kirn" nil (k er1 n)) +("kirnan" nil (k er1 n ax n)) +("kirner" nil (k er1 n er0)) +("kirouac" nil (k ay1 r aw0 ae0 k)) +("kirov" nil (k ih1 r aa0 v)) +("kirsch" nil (k er1 sh)) +("kirschbaum" nil (k er1 sh b aw0 m)) +("kirschenbaum" nil (k er1 sh ax n b aw0 m)) +("kirschenmann" nil (k er1 sh ax n m ax n)) +("kirschman" nil (k er1 sh m ax n)) +("kirschner" nil (k er1 sh n er0)) +("kirsh" nil (k er1 sh)) +("kirshbaum" nil (k er1 sh b aw1 m)) +("kirshenbaum" nil (k er1 sh ax n b aw0 m)) +("kirshner" nil (k er1 sh n er0)) +("kirst" nil (k er1 s t)) +("kirstein" nil (k er1 s t ay0 n)) +("kirsten" nil (k er1 s t ax n)) +("kirstie" nil (k er1 s t iy0)) +("kirstin" nil (k er1 s t ih0 n)) +("kirt" nil (k er1 t)) +("kirtland" nil (k er1 t l ax n d)) +("kirtley" nil (k er1 t l iy0)) +("kirton" nil (k er1 t ax n)) +("kirts" nil (k er1 t s)) +("kirven" nil (k er1 v ax n)) +("kirwan" nil (k er1 w ao0 n)) +("kirwin" nil (k er1 w ih0 n)) +("kiryas" nil (k ih1 r y ax s)) +("kiryat" nil (k ih1 r y ax t)) +("kis" nil (k ih1 s)) +("kisamore" nil (k iy0 s aa1 m ao0 r)) +("kisan" nil (k ih1 z ax n)) +("kisch" nil (k ih1 sh)) +("kisco" nil (k ih1 s k ow0)) +("kise" nil (k ay1 z)) +("kiser" nil (k ay1 z er0)) +("kish" nil (k ih1 sh)) +("kisha" nil (k ih1 sh ax)) +("kishbaugh" nil (k ih1 sh b aw0)) +("kishi" nil (k iy1 sh iy0)) +("kisiel" nil (k ih1 s iy0 l)) +("kiska" nil (k ih1 s k ax)) +("kisler" nil (k ih1 s ax l er0)) +("kisling" nil (k ih1 s ax l ih0 ng)) +("kismet" nil (k ih1 z m ih0 t)) +("kismets" nil (k ih1 z m ih0 t s)) +("kisner" nil (k ih1 s n er0)) +("kisor" nil (k ay1 z er0)) +("kiss" nil (k ih1 s)) +("kissack" nil (k ih1 s ax k)) +("kissam" nil (k ih1 s ax m)) +("kissane" nil (k ih1 s ax n)) +("kissed" nil (k ih1 s t)) +("kissee" nil (k ih1 s iy1)) +("kissel" nil (k ih1 s ax l)) +("kissell" nil (k ih1 s ax l)) +("kisses" nil (k ih1 s ax z)) +("kissick" nil (k ih1 s ih0 k)) +("kissimmee" nil (k ih0 s ih1 m iy0)) +("kissing" nil (k ih1 s ih0 ng)) +("kissinger" nil (k ih1 s ih0 n jh er0)) +("kissler" nil (k ih1 s l er0)) +("kissling" nil (k ih1 s l ih0 ng)) +("kissner" nil (k ih1 s n er0)) +("kist" nil (k ih1 s t)) +("kister" nil (k ih1 s t er0)) +("kistler" nil (k ih1 s t l er0)) +("kistner" nil (k ih1 s t n er0)) +("kiszczak" nil (k ih1 z ae0 k)) +("kit" nil (k ih1 t)) +("kita" nil (k iy1 t ax)) +("kitagawa" nil (k iy0 t aa0 g aa1 w ax)) +("kitajima" nil (k iy1 t ax jh iy1 m ax)) +("kitamura" nil (k iy0 t aa0 m uh1 r ax)) +("kitcat" nil (k ih1 t k ae1 t)) +("kitch" nil (k ih1 ch)) +("kitchel" nil (k ih1 ch ax l)) +("kitchell" nil (k ih1 ch ax l)) +("kitchen" nil (k ih1 ch ax n)) +("kitchenaid" nil (k ih1 ch ax n ey1 d)) +("kitchenette" nil (k ih1 ch ax n eh1 t)) +("kitchens" nil (k ih1 ch ax n z)) +("kitchenware" nil (k ih1 ch ax n w eh1 r)) +("kitchin" nil (k ih1 ch ih0 n)) +("kitching" nil (k ih1 ch ih0 ng)) +("kitchings" nil (k ih1 ch ih0 ng z)) +("kite" nil (k ay1 t)) +("kites" nil (k ay1 t s)) +("kithcart" nil (k ih1 th k aa1 r t)) +("kitimat" nil (k ih1 t ih0 m ae0 t)) +("kiting" nil (k ay1 t ih0 ng)) +("kitner" nil (k ih1 t n er0)) +("kitowski" nil (k ih0 t ao1 f s k iy0)) +("kits" nil (k ih1 t s)) +("kitsch" nil (k ih1 ch)) +("kitson" nil (k ih1 t s ax n)) +("kitt" nil (k ih1 t)) +("kittaneh" nil (k ih0 t aa1 n eh1)) +("kittel" nil (k ih1 t ax l)) +("kittell" nil (k ih1 t ax l)) +("kittelson" nil (k ih1 t ih0 l s ax n)) +("kitten" nil (k ih1 t ax n)) +("kittens" nil (k ih1 t ax n z)) +("kitterman" nil (k ih1 t er0 m ax n)) +("kittinger" nil (k ih1 t ih0 ng er0)) +("kittiwake" nil (k ih1 t ih0 w ey1 k)) +("kittle" nil (k ih1 t ax l)) +("kittler" nil (k ih1 t ax l er0)) +("kittles" nil (k ih1 t ax l z)) +("kittleson" nil (k ih1 t l ih0 s ax n)) +("kittner" nil (k ih1 t n er0)) +("kittredge" nil (k ih1 t r ih0 jh)) +("kittrell" nil (k ih1 t r ax l)) +("kitts" nil (k ih1 t s)) +("kitty" nil (k ih1 t iy0)) +("kitz" nil (k ih1 t s)) +("kitzman" nil (k ih1 t s m ax n)) +("kitzmiller" nil (k ih1 t s m ih1 l er0)) +("kivela" nil (k ih1 v ih0 l ax)) +("kivett" nil (k ih1 v ih0 t)) +("kivi" nil (k ih1 v iy0)) +("kiwanis" nil (k ih0 w aa1 n ih0 s)) +("kiwi" nil (k iy1 w iy0)) +("kiwis" nil (k ih1 w ih0 s)) +("kiyoshi" nil (k ih0 y ow1 sh iy0)) +("kiyotaka" nil (k iy1 ow0 t aa1 k ax)) +("kizer" nil (k ay1 z er0)) +("kizziah" nil (k ih1 z iy0 ax)) +("kjar" nil (k ax jh aa1 r)) +("kjell" nil (k y eh1 l)) +("kjellberg" nil (jh eh1 l b er0 g)) +("kjenstad" nil (k y eh1 n s t ae1 d)) +("kjos" nil (k ax jh aa1 s)) +("klaas" nil (k l aa1 s)) +("klaassen" nil (k l aa1 s ax n)) +("klabunde" nil (k l ae1 b ax n d)) +("kladstrup" nil (k l ae1 d s t r ax p)) +("klages" nil (k l ey1 jh ih0 z)) +("klahn" nil (k l ae1 n)) +("klahr" nil (k l ae1 r)) +("klaiber" nil (k l ey1 b er0)) +("klamer" nil (k l ey1 m er0)) +("klamm" nil (k l ae1 m)) +("klammer" nil (k l ae1 m er0)) +("klamon" nil (k l ey1 m ax n)) +("klan" nil (k l ae1 n)) +("klang" nil (k l ae1 ng)) +("klann" nil (k l ae1 n)) +("klansmen" nil (k l ae1 n z m ax n)) +("klapp" nil (k l ae1 p)) +("klapper" nil (k l ae1 p er0)) +("klapperich" nil (k l ae1 p er0 ih0 k)) +("klar" nil (k l aa1 r)) +("klare" nil (k l eh1 r)) +("klarich" nil (k l ae1 r ih0 k)) +("klarman" nil (k l aa1 r m ax n)) +("klas" nil (k l ae1 s)) +("klase" nil (k l ey1 z)) +("klasen" nil (k l ey1 s ax n)) +("klass" nil (k l ae1 s)) +("klassen" nil (k l ae1 s ax n)) +("klatsky" nil (k l ae1 t s k iy0)) +("klatt" nil (k l ae1 t)) +("klauber" nil (k l aw1 b er0)) +("klauer" nil (k l aw1 er0)) +("klaus" nil (k l aw1 s)) +("klauser" nil (k l aw1 s er0)) +("klausing" nil (k l aw1 s ih0 ng)) +("klausner" nil (k l aw1 s n er0)) +("klaver" nil (k l ey1 v er0)) +("klawitter" nil (k l ao1 ih0 t er0)) +("klay" nil (k l ey1)) +("klayman" nil (k l ey1 m ax n)) +("kleban" nil (k l eh1 b ax n)) +("klebba" nil (k l eh1 b ax)) +("klebe" nil (k l iy1 b)) +("kleber" nil (k l iy1 b er0)) +("klecka" nil (k l eh1 k ax)) +("klecker" nil (k l eh1 k er0)) +("kleckner" nil (k l eh1 k n er0)) +("klee" nil (k l iy1)) +("kleeman" nil (k l iy1 m ax n)) +("kleen" nil (k l iy1 n)) +("kleenex" nil (k l iy1 n ax k s)) +("kleer" nil (k l ih1 r)) +("klees" nil (k l iy1 z)) +("kleffner" nil (k l eh1 f n er0)) +("kleiber" nil (k l ay1 b er0)) +("kleier" nil (k l ay1 er0)) +("kleiman" nil (k l ay1 m ax n)) +("klein" nil (k l ay1 n)) +("kleinberg" nil (k l ay1 n b er0 g)) +("kleindienst" nil (k l ay1 n d iy1 n s t)) +("kleine" nil (k l ay1 n)) +("kleiner" nil (k l ay1 n er0)) +("kleinert" nil (k l ay1 n er0 t)) +("kleinfeld" nil (k l ay1 n f eh1 l d)) +("kleinfelter" nil (k l ay1 n f ih0 l t er0)) +("kleinhans" nil (k l ay1 n hh ax n z)) +("kleinhenz" nil (k l ay1 n hh ih0 n s)) +("kleinknecht" nil (k l ay1 ng k n ih0 k t)) +("kleinman" nil (k l ay1 n m ax n)) +("kleinpaste" nil (k l ay1 n p ey1 s t)) +("kleinpeter" nil (k l ay1 n p iy0 t er0)) +("kleinsasser" nil (k l ay1 n s ax s er0)) +("kleinschmidt" nil (k l ay1 n sh m ih1 t)) +("kleinsmith" nil (k l ay1 n s m ih0 th)) +("kleinwort" nil (k l ay1 n w er0 t)) +("kleis" nil (k l ay1 z)) +("kleiss" nil (k l ay1 s)) +("kleist" nil (k l ay1 s t)) +("klejna" nil (k l ey1 n er0)) +("klem" nil (k l eh1 m)) +("klema" nil (k l eh1 m ax)) +("kleman" nil (k l eh1 m ax n)) +("klemann" nil (k l eh1 m ax n)) +("klemens" nil (k l eh1 m ax n s)) +("klement" nil (k l eh1 m ax n t)) +("klemm" nil (k l eh1 m)) +("klemme" nil (k l eh1 m)) +("klemmer" nil (k l eh1 m er0)) +("klemp" nil (k l eh1 m p)) +("klempner" nil (k l eh1 m p n er0)) +("klemz" nil (k l eh1 m z)) +("klenk" nil (k l eh1 ng k)) +("klenke" nil (k l eh1 ng k)) +("klepac" nil (k l eh1 p ax k)) +("klepfer" nil (k l eh1 p f er0)) +("kleppe" nil (k l eh1 p)) +("klepper" nil (k l eh1 p er0)) +("kleppinger" nil (k l eh1 p ih0 ng er0)) +("klerk" nil (k l er1 k)) +("klesch" nil (k l eh1 sh)) +("klesken" nil (k l eh1 s k ax n)) +("kless" nil (k l eh1 s)) +("klett" nil (k l eh1 t)) +("kleve" nil (k l iy1 v)) +("kleven" nil (k l iy1 v ax n)) +("klever" nil (k l eh1 v er0)) +("kley" nil (k l ey1)) +("klich" nil (k l ih1 ch)) +("klick" nil (k l ih1 k)) +("kliebert" nil (k l iy1 b er0 t)) +("klieg" nil (k l iy1 g)) +("klier" nil (k l ay1 er0)) +("kliethermes" nil (k l iy1 th er0 m z)) +("kliewer" nil (k l iy1 w er0)) +("kligman" nil (k l ih1 g m ax n)) +("klim" nil (k l ih1 m)) +("klima" nil (k l ay1 m ax)) +("klimas" nil (k l ay1 m ax z)) +("klimaszewski" nil (k l ih0 m ax sh eh1 f s k iy0)) +("klimczak" nil (k l ih1 m ch ae0 k)) +("klimek" nil (k l ih1 m ih0 k)) +("kliment" nil (k l ay1 m ax n t)) +("klimowicz" nil (k l ih1 m ax v ih0 ch)) +("klinck" nil (k l ih1 ng k)) +("klindt" nil (k l ih1 n t)) +("klindworth" nil (k l ih1 n d w er0 th)) +("kline" nil (k l ay1 n)) +("klinedinst" nil (k l ih1 n ih0 d ih0 n s t)) +("klinefelter" nil (k l ih1 n ih0 f ih0 l t er0)) +("kling" nil (k l ih1 ng)) +("klingaman" nil (k l ih1 ng g ax m ax n)) +("klingbeil" nil (k l ih1 ng b ay0 l)) +("klingberg" nil (k l ih1 ng b er0 g)) +("klinge" nil (k l ih1 n jh)) +("klingel" nil (k l ih1 ng g ax l)) +("klingenberg" nil (k l ih1 ng ax n b er0 g)) +("klingensmith" nil (k l ih1 ng g ih0 n s m ih0 th)) +("klinger" nil (k l ih1 ng er0)) +("klingerman" nil (k l ih1 ng er0 m ax n)) +("klinghoffer" nil (k l ih1 ng hh ao1 f er0)) +("klingler" nil (k l ih1 ng g ax l er0)) +("klingman" nil (k l ih1 ng m ax n)) +("klink" nil (k l ih1 ng k)) +("klinke" nil (k l ih1 ng k)) +("klinker" nil (k l ih1 ng k er0)) +("klinkhammer" nil (k l ih1 ng k hh ae0 m er0)) +("klinkner" nil (k l ih1 ng k n er0)) +("klint" nil (k l ih1 n t)) +("klintworth" nil (k l ih1 n t w er0 th)) +("klinzing" nil (k l ih1 n z ih0 ng)) +("klipfel" nil (k l ih1 p f ax l)) +("klipp" nil (k l ih1 p)) +("klippel" nil (k l ih1 p ax l)) +("klish" nil (k l ih1 sh)) +("klitz" nil (k l ih1 t s)) +("klitzke" nil (k l ih1 t z k)) +("kloberdanz" nil (k l aa1 b er0 d ax n s)) +("kloc" nil (k l aa1 k)) +("klocek" nil (k l ow1 s ih0 k)) +("klock" nil (k l aa1 k)) +("klocke" nil (k l aa1 k)) +("kloeckner" nil (k l ow1 k n er0)) +("kloehn" nil (k l ow1 n)) +("kloepfer" nil (k l ow1 p f er0)) +("kloeppel" nil (k l ow1 p ax l)) +("kloepper" nil (k l ow1 p er0)) +("kloiber" nil (k l oy1 b er0)) +("klomp" nil (k l aa1 m p)) +("klondike" nil (k l aa1 n d ay1 k)) +("klonowski" nil (k l ax n ao1 f s k iy0)) +("klontz" nil (k l aa1 n t s)) +("kloos" nil (k l uw1 z)) +("klooster" nil (k l uw1 s t er0)) +("kloosterman" nil (k l uw1 s t er0 m ax n)) +("klopf" nil (k l aa1 p f)) +("klopfenstein" nil (k l aa1 p f ax n s t ay0 n)) +("klopfer" nil (k l aa1 p f er0)) +("klopp" nil (k l aa1 p)) +("kloppenburg" nil (k l aa1 p ax n b er0 g)) +("klos" nil (k l aa1 s)) +("klose" nil (k l ow1 z)) +("klosinski" nil (k l ax s ih1 n s k iy0)) +("klosowski" nil (k l ax s ao1 f s k iy0)) +("kloss" nil (k l ao1 s)) +("klossner" nil (k l aa1 s n er0)) +("kloster" nil (k l ao1 s t er0)) +("klosterman" nil (k l aa1 s t er0 m ax n)) +("klostermann" nil (k l aa1 s t er0 m ax n)) +("kloth" nil (k l aa1 th)) +("klotz" nil (k l aa1 t s)) +("klotzbach" nil (k l aa1 t s b aa0 k)) +("klucevsek" nil (k l uw0 s eh1 v s eh0 k)) +("kluck" nil (k l ah1 k)) +("kludt" nil (k l ah1 d t)) +("kluender" nil (k l uh1 n d er0)) +("kluesner" nil (k l uh1 s n er0)) +("kluever" nil (k l uh1 v er0)) +("klug" nil (k l ah1 g)) +("kluge" nil (k l uw1 jh)) +("kluger" nil (k l uw1 g er0)) +("klugh" nil (k l ah1)) +("klugman" nil (k l ah1 g m ax n)) +("klugt" nil (k l ah1 t)) +("klukas" nil (k l uw1 k ax z)) +("klumb" nil (k l ah1 m)) +("klump" nil (k l ah1 m p)) +("klumpp" nil (k l ah1 m p)) +("klunder" nil (k l ah1 n d er0)) +("klundt" nil (k l ah1 n t)) +("klunk" nil (k l ah1 ng k)) +("klus" nil (k l ah1 s)) +("klusman" nil (k l ah1 s m ax n)) +("klute" nil (k l uw1 t)) +("kluth" nil (k l uw1 th)) +("klutts" nil (k l ah1 t s)) +("kluttz" nil (k l ah1 t s)) +("klutz" nil (k l ah1 t s)) +("klutznick" nil (k l ah1 t s n ih0 k)) +("kluver" nil (k l uw1 v er0)) +("kluwer" nil (k l uw1 w er0)) +("klux" nil (k l ah1 k s)) +("klym" nil (k l ih1 m)) +("klynveld" nil (k l ih1 n v eh1 l d)) +("kmart" nil (k ey1 m aa1 r t)) +("kmetz" nil (k ax m eh1 t s)) +("kmiec" nil (k ax m iy1 k)) +("kmiecik" nil (k ax m iy1 ch ih0 k)) +("knaack" nil (n aa1 k)) +("knaak" nil (n aa1 k)) +("knab" nil (n ae1 b)) +("knabb" nil (n ae1 b)) +("knabe" nil (n ey1 b)) +("knable" nil (n ey1 b ax l)) +("knack" nil (n ae1 k)) +("knacks" nil (n ae1 k s)) +("knackstedt" nil (n ae1 k s t ih0 t)) +("knaggs" nil (n ae1 g z)) +("knape" nil (n ey1 p)) +("knapik" nil (n ae1 p ih0 k)) +("knapke" nil (n ey1 p k)) +("knapp" nil (n ae1 p)) +("knappenberger" nil (n ae1 p ax n b er0 g er0)) +("knapper" nil (n ae1 p er0)) +("knapton" nil (n ae1 p t ax n)) +("knarr" nil (n ae1 r)) +("knaub" nil (n ao1 b)) +("knauer" nil (n aw1 er0)) +("knauf" nil (n ao1 f)) +("knauff" nil (n ao1 f)) +("knaup" nil (n ao1 p)) +("knaus" nil (n ao1 z)) +("knauss" nil (n ao1 s)) +("knave" nil (n ey1 v)) +("knaves" nil (n ey1 v z)) +("kneading" nil (n iy1 d ih0 ng)) +("kneafsey" nil (n iy1 f s iy0)) +("kneale" nil (n iy1 l)) +("knebel" nil (n eh1 b ax l)) +("knecht" nil (n eh1 k t)) +("knechtel" nil (n eh1 k t ax l)) +("knee" nil (n iy1)) +("kneebone" nil (n iy1 b ow1 n)) +("kneecap" nil (n iy1 k ae1 p)) +("kneece" nil (n iy1 s)) +("kneed" nil (n iy1 d)) +("kneel" nil (n iy1 l)) +("kneeland" nil (n iy1 l ax n d)) +("kneeling" nil (n iy1 l ih0 ng)) +("kneer" nil (n ih1 r)) +("knees" nil (n iy1 z)) +("kneip" nil (n iy1 p)) +("kneisel" nil (n ay1 s ax l)) +("kneisley" nil (n iy1 s l iy0)) +("knell" nil (n eh1 l)) +("kneller" nil (n eh1 l er0)) +("knelt" nil (n eh1 l t)) +("knepp" nil (n eh1 p)) +("knepper" nil (n eh1 p er0)) +("knerr" nil (n eh1 r)) +("kness" nil (n eh1 s)) +("knesset" nil (n eh1 s ax t)) +("knew" nil (n uw1)) +("knezevich" nil (n eh1 z ih0 v ih0 ch)) +("knicely" nil (n ay1 s l iy0)) +("knick" nil (n ih1 k)) +("knickerbocker" nil (n ih1 k er0 b aa1 k er0)) +("knickerbockered" nil (n ih1 k er0 b aa1 k er0 d)) +("knickerbockers" nil (n ih1 k er0 b aa1 k er0 z)) +("knickers" nil (n ih1 k er0 z)) +("knickknack" nil (n ih1 k n ae1 k)) +("knickknacks" nil (n ih1 k n ae1 k s)) +("knicks" nil (n ih1 k s)) +("knief" nil (n iy1 f)) +("kniep" nil (n iy1 p)) +("knieriem" nil (n iy1 r iy1 m)) +("knierim" nil (n ih1 r ih0 m)) +("knies" nil (n ay1 z)) +("kniess" nil (n iy1 s)) +("knievel" nil (k ax n iy1 v ax l)) +("knife" nil (n ay1 f)) +("knifelike" nil (n ay1 f l ay1 k)) +("kniffen" nil (n ih1 f ax n)) +("kniffin" nil (n ih1 f ih0 n)) +("knigge" nil (n ih1 g)) +("knight" nil (n ay1 t)) +("knighten" nil (n ay1 t ax n)) +("knighthood" nil (n ay1 t hh uh1 d)) +("knightly" nil (n ay1 t l iy0)) +("knighton" nil (n ay1 t ax n)) +("knights" nil (n ay1 t s)) +("knill" nil (n ih1 l)) +("knipe" nil (n ay1 p)) +("knipfer" nil (n ih1 p f er0)) +("knipp" nil (n ih1 p)) +("knippa" nil (n ih1 p ax)) +("knippel" nil (n ih1 p ax l)) +("knippenberg" nil (n ih1 p ax n b er0 g)) +("knipper" nil (n ih1 p er0)) +("knipple" nil (n ih1 p ax l)) +("knisely" nil (n ay1 z l iy0)) +("kniskern" nil (n ih1 s k er0 n)) +("knisley" nil (n ih1 s l iy0)) +("knispel" nil (n ih1 s p ax l)) +("kniss" nil (n ih1 s)) +("knit" nil (n ih1 t)) +("knits" nil (n ih1 t s)) +("knitted" nil (n ih1 t ax d)) +("knittel" nil (n ih1 t ax l)) +("knitter" nil (n ih1 t er0)) +("knitting" nil (n ih1 t ih0 ng)) +("knittle" nil (n ih1 t ax l)) +("knitwear" nil (n ih1 t w eh1 r)) +("knives" nil (n ay1 v z)) +("knob" nil (n aa1 b)) +("knobbe" nil (n aa1 b)) +("knobby" nil (n aa1 b iy0)) +("knobel" nil (n ow1 b ax l)) +("knoblauch" nil (n aa1 b l aw0 k)) +("knoble" nil (n ow1 b ax l)) +("knobloch" nil (n aa1 b l ax k)) +("knoblock" nil (n aa1 b l aa0 k)) +("knobs" nil (n aa1 b z)) +("knoch" nil (n aa1 k)) +("knoche" nil (n aa1 ch)) +("knochel" nil (n aa1 k ax l)) +("knock" nil (n aa1 k)) +("knockdown" nil (n aa1 k d aw1 n)) +("knocked" nil (n aa1 k t)) +("knocking" nil (n aa1 k ih0 ng)) +("knockoff" nil (n aa1 k ao1 f)) +("knockoffs" nil (n aa1 k ao1 f s)) +("knockout" nil (n aa1 k aw1 t)) +("knocks" nil (n aa1 k s)) +("knode" nil (n ow1 d)) +("knodel" nil (n ow1 d ax l)) +("knodle" nil (n ow1 d ax l)) +("knoebel" nil (n ow1 b ax l)) +("knoedler" nil (n ow1 d ax l er0)) +("knoell" nil (n ow1 l)) +("knoff" nil (n ao1 f)) +("knogo" nil (n ow1 g ow0)) +("knoke" nil (n ow1 k)) +("knoles" nil (n ow1 l z)) +("knoll" nil (n ow1 l)) +("knoop" nil (n uw1 p)) +("knop" nil (n aa1 p)) +("knope" nil (n ow1 p)) +("knopf" nil (n aa1 p f)) +("knopp" nil (n aa1 p)) +("knorr" nil (n ao1 r)) +("knost" nil (n aa1 s t)) +("knot" nil (n aa1 t)) +("knotek" nil (n ow1 t ih0 k)) +("knoth" nil (n aa1 th)) +("knots" nil (n aa1 t s)) +("knott" nil (n aa1 t)) +("knotted" nil (n aa1 t ih0 d)) +("knotts" nil (n aa1 t s)) +("knotty" nil (n aa1 t iy0)) +("knouff" nil (n ow1 f)) +("knous" nil (n ao1 s)) +("knouse" nil (n aw1 s)) +("know" nil (n ow1)) +("knowed" nil (n ow1 d)) +("knower" nil (n ow1 er0)) +("knowing" nil (n ow1 ih0 ng)) +("knowingly" nil (n ow1 ih0 ng l iy0)) +("knowledge" nil (n aa1 l ax jh)) +("knowledgeable" nil (n aa1 l ax jh ax b ax l)) +("knowledgeably" nil (n aa1 l ih0 jh ax b l iy0)) +("knowledgeware" nil (n aa1 l ih0 jh w eh1 r)) +("knowles" nil (n ow1 l z)) +("knowlton" nil (n ow1 l t ax n)) +("known" nil (n ow1 n)) +("knows" nil (n ow1 z)) +("knox" nil (n aa1 k s)) +("knoxville" nil (n aa1 k s v ih0 l)) +("knoy" nil (n oy1)) +("knuckle" nil (n ah1 k ax l)) +("knuckles" nil (n ah1 k ax l z)) +("knudsen" nil (n uw1 d s ax n)) +("knudson" nil (n uw1 d s ax n)) +("knudtson" nil (n uw1 t s ax n)) +("knueppel" nil (n uw1 p ax l)) +("knupp" nil (n ah1 p)) +("knust" nil (n ah1 s t)) +("knut" nil (n ah1 t)) +("knuth" nil (n uw1 th)) +("knuts" nil (n ah1 t s)) +("knutsen" nil (n ah1 t s ax n)) +("knutson" nil (k n uw1 t s ax n)) +("knutzen" nil (n ah1 t z ax n)) +("ko" nil (k ow1)) +("koala" nil (k ow0 aa1 l ax)) +("koba" nil (k ow1 b ax)) +("kobacker" nil (k ow1 b ae1 k er0)) +("kobak" nil (k ow1 b ax k)) +("kobayashi" nil (k ow1 b aa0 y aa1 sh iy0)) +("kobe" nil (k ow1 b)) +("kobel" nil (k ow1 b ax l)) +("kober" nil (k ow1 b er0)) +("koberstein" nil (k ow1 b er0 s t ay0 n)) +("kobes" nil (k ow1 b z)) +("koble" nil (k ow1 b ax l)) +("kobler" nil (k ow1 b ax l er0)) +("kobren" nil (k aa1 b r ax n)) +("kobrin" nil (k aa1 b r ih0 n)) +("kobs" nil (k aa1 b z)) +("kobus" nil (k ow1 b ax s)) +("koby" nil (k ow1 b iy0)) +("kobylarz" nil (k ax b ih1 l er0 z)) +("kobylinski" nil (k ax b ih0 l ih1 n s k iy0)) +("kobza" nil (k aa1 b z ax)) +("kocak" nil (k ow1 k ax k)) +("koch" nil (k ao1 ch)) +("kochan" nil (k aa1 k ax n)) +("kochanek" nil (k aa1 k ax n ih0 k)) +("kochanowski" nil (k ax hh ax n ao1 f s k iy0)) +("kochanski" nil (k ax hh ae1 n s k iy0)) +("kochel" nil (k aa1 k ax l)) +("kochendorfer" nil (k aa1 k ih0 n d ao0 r f er0)) +("kocher" nil (k ao1 ch er0)) +("kochevar" nil (k ax hh eh1 v er0)) +("kochis" nil (k aa1 k ih0 s)) +("kochman" nil (k aa1 k m ax n)) +("koci" nil (k ow1 s iy0)) +("kocian" nil (k ow1 sh ax n)) +("kociemba" nil (k ow1 s iy0 eh1 m b ax)) +("kocinski" nil (k ax ch ih1 n s k iy0)) +("kociolek" nil (k ow1 s iy0 ow1 l eh0 k)) +("kocis" nil (k ow1 s ih0 s)) +("kock" nil (k aa1 k)) +("kocourek" nil (k ax k uh1 r eh0 k)) +("kocsis" nil (k aa1 k s ih0 s)) +("kocur" nil (k ow1 k er0)) +("kocurek" nil (k ax k y uw1 r eh0 k)) +("kodacolor" nil (k ow1 d ax k ah1 l er0)) +("kodak" nil (k ow1 d ae1 k)) +("kodama" nil (k ow0 d aa1 m ax)) +("kodiak" nil (k ow1 d iy0 ae1 k)) +("kodo" nil (k ow1 d ow0)) +("koebel" nil (k ow1 b ax l)) +("koedinger" nil (k ow1 d ih0 ng er0)) +("koegel" nil (k ow1 g ax l)) +("koegler" nil (k ow1 g ax l er0)) +("koehl" nil (k ow1 l)) +("koehler" nil (k ow1 l er0)) +("koehn" nil (k ow1 n)) +("koehne" nil (k ow1 n)) +("koehnen" nil (k ow1 n ax n)) +("koeki" nil (k ow1 k iy0)) +("koelle" nil (k ow1 l)) +("koeller" nil (k ow1 l er0)) +("koelling" nil (k ow1 l ih0 ng)) +("koelsch" nil (k ow1 l sh)) +("koelzer" nil (k ow1 l z er0)) +("koen" nil (k ow1 n)) +("koeneman" nil (k aa1 iy0 n m ax n)) +("koenen" nil (k ow1 n ax n)) +("koenig" nil (k er1 n ih0 g)) +("koenigs" nil (k er1 n ih0 g z)) +("koenigsberg" nil (k ow1 n ih0 g z b er0 g)) +("koenigsfeld" nil (k ow1 n ih0 g z f eh1 l d)) +("koep" nil (k ow1 p)) +("koepke" nil (k ow1 p k)) +("koepp" nil (k ow1 p)) +("koeppe" nil (k ow1 p)) +("koeppel" nil (k ow1 p ax l)) +("koeppen" nil (k ow1 p ax n)) +("koepsel" nil (k ow1 p s ax l)) +("koepsell" nil (k ow1 p s ax l)) +("koerber" nil (k ao1 r b er0)) +("koerner" nil (k ao1 r n er0)) +("koester" nil (k ow1 s t er0)) +("koesters" nil (k ow1 s t er0 z)) +("koestler" nil (k ow1 s ax l er0)) +("koestner" nil (k ow1 s t n er0)) +("koether" nil (k ow1 dh er0)) +("koetje" nil (k ow1 t jh)) +("koetter" nil (k ow1 t er0)) +("koetting" nil (k ow1 t ih0 ng)) +("koff" nil (k ao1 f)) +("koffler" nil (k aa1 f ax l er0)) +("koffman" nil (k ao1 f m ax n)) +("kofler" nil (k ow1 f ax l er0)) +("kofoed" nil (k ow1 f ow0 d)) +("kofron" nil (k aa1 f r ax n)) +("koga" nil (k ow1 g ax)) +("kogan" nil (k ow1 g ax n)) +("kogel" nil (k ow1 g ax l)) +("koger" nil (k ow1 g er0)) +("kogler" nil (k ow1 g ax l er0)) +("koglin" nil (k aa1 g l ih0 n)) +("kogut" nil (k ow1 g ax t)) +("kogyo" nil (k ow1 jh y ow0)) +("koh" nil (k ow1)) +("kohan" nil (k ow1 hh aa0 n)) +("kohen" nil (k ow1 ax n)) +("kohl" nil (k ow1 l)) +("kohlbeck" nil (k ow1 l b eh1 k)) +("kohlberg" nil (k ow1 l b er0 g)) +("kohlenberg" nil (k ow1 l ax n b er0 g)) +("kohler" nil (k ow1 l er0)) +("kohles" nil (k ow1 hh ax l z)) +("kohlhepp" nil (k ow1 l hh ih0 p)) +("kohlhoff" nil (k ow1 l hh ao1 f)) +("kohli" nil (k ow1 l iy0)) +("kohlman" nil (k ow1 l m ax n)) +("kohlmann" nil (k ow1 l m ax n)) +("kohlmeier" nil (k ow1 l m ay0 er0)) +("kohlmeyer" nil (k ow1 l m ay0 er0)) +("kohls" nil (k ow1 l z)) +("kohn" nil (k aa1 n)) +("kohne" nil (k ow1 n)) +("kohnen" nil (k ow1 n ax n)) +("kohner" nil (k ow1 n er0)) +("kohnke" nil (k aa1 ng k)) +("kohout" nil (k ow1 aw0 t)) +("kohr" nil (k ao1 r)) +("kohring" nil (k ao1 r ih0 ng)) +("kohrs" nil (k ao1 r z)) +("kohtoro" nil (k ow0 t ao1 r ow0)) +("kohut" nil (k ow1 ax t)) +("koichi" nil (k ow0 iy1 ch iy0)) +("koido" nil (k oy1 d ow0)) +("koike" nil (k oy1 k)) +("koito" nil (k oy1 t ow0)) +("koivisto" nil (k oy1 v ih1 s t ow0)) +("koji" nil (k ow1 jh iy0)) +("kojima" nil (k ax y ay1 m ax)) +("kok" nil (k aa1 k)) +("kokan" nil (k ow1 k ax n)) +("kokate" nil (k ow1 k aa1 t ey1)) +("koke" nil (k ow1 k)) +("koken" nil (k ow1 k ax n)) +("koker" nil (k ow1 k er0)) +("kokes" nil (k ow1 k s)) +("kokesh" nil (k aa1 k ih0 sh)) +("kokinda" nil (k ax k ih1 n d ax)) +("koko" nil (k ow1 k ow0)) +("kokomo" nil (k ow1 k ax m ow1)) +("kokoschka" nil (k ax k ao1 sh k ax)) +("kokoszka" nil (k ax k aa1 sh k ax)) +("kokusai" nil (k aa1 k y uw0 s ay1)) +("kol" nil (k ow1 l)) +("kolakowski" nil (k ax l ax k ao1 f s k iy0)) +("kolander" nil (k aa1 l ax n d er0)) +("kolar" nil (k ow1 l er0)) +("kolarik" nil (k ax l aa1 r ih0 k)) +("kolasa" nil (k ax l aa1 s ax)) +("kolasinski" nil (k ax l ax s ih1 n s k iy0)) +("kolb" nil (k ow1 l b)) +("kolbe" nil (k ow1 l b)) +("kolbeck" nil (k aa1 l b eh0 k)) +("kolber" nil (k ow1 l b er0)) +("kolberg" nil (k ow1 l b er0 g)) +("kolbo" nil (k ow1 l b ow0)) +("kolden" nil (k ow1 l d ax n)) +("kole" nil (k ow1 l)) +("kolek" nil (k ow1 l eh0 k)) +("kolenda" nil (k ax l eh1 n d ax)) +("kolesar" nil (k ax l eh1 s er0)) +("kolich" nil (k aa1 l ih0 hh)) +("kolin" nil (k ow1 l ih0 n)) +("kolinski" nil (k ax l ih1 n s k iy0)) +("kolk" nil (k ow1 k)) +("kolka" nil (k ow1 l k ax)) +("kolker" nil (k ow1 k er0)) +("koll" nil (k aa1 l)) +("kollar" nil (k aa1 l er0)) +("kollasch" nil (k aa1 l ax sh)) +("kollath" nil (k aa1 l ax th)) +("kolle" nil (k aa1 l)) +("koller" nil (k aa1 l er0)) +("kolling" nil (k aa1 l ih0 ng)) +("kollman" nil (k aa1 l m ax n)) +("kollmann" nil (k aa1 l m ax n)) +("kollmeyer" nil (k aa1 l m ay0 er0)) +("kollmorgen" nil (k ow0 l m ao1 r g ax n)) +("kolm" nil (k ow1 m)) +("kolman" nil (k aa1 l m ax n)) +("kolodny" nil (k ax l aa1 d n iy0)) +("kolodziej" nil (k ax l aa1 d z iy0 jh)) +("kolodziejski" nil (k ax l aa1 jh iy0 ey1 s k iy0)) +("kolojejchick" nil (k ow1 l ow0 jh ey1 ch ih0 k)) +("kolokoff" nil (k aa1 l ax k ao1 f)) +("koloski" nil (k ax l aw1 s k iy0)) +("kolowich" nil (k aa1 l ax w ih0 ch)) +("kolp" nil (k ow1 l p)) +("kolski" nil (k ow1 l s k iy0)) +("kolsky" nil (k ow1 l s k iy0)) +("kolstad" nil (k ow1 l s t ax d)) +("kolter" nil (k ow1 l t er0)) +("kolterman" nil (k ow1 l t er0 m ax n)) +("kolton" nil (k ow1 l t ax n)) +("koltz" nil (k ow1 l t s)) +("komaba" nil (k ow0 m aa1 b ax)) +("komag" nil (k ow1 m ae0 g)) +("koman" nil (k ow1 m ax n)) +("komansky" nil (k ow0 m ae1 n s k iy0)) +("komar" nil (k ow1 m er0)) +("komara" nil (k ow0 m aa1 r ax)) +("komarek" nil (k ow0 m aa1 r eh0 k)) +("komarik" nil (k ow0 m aa1 r ih0 k)) +("komatsu" nil (k ow0 m aa1 t s uw1)) +("kombat" nil (k aa1 m b ae0 t)) +("komer" nil (k ow1 m er0)) +("komercni" nil (k ow1 m er1 ch n iy0)) +("komi" nil (k ow1 m iy0)) +("komine" nil (k ow1 m ay1 n)) +("komineft" nil (k aa1 m ih0 n eh0 f t)) +("komisar" nil (k ax m ih1 s er0)) +("kommer" nil (k aa1 m er0)) +("komori" nil (k ow0 m ao1 r iy0)) +("komorny" nil (k ow0 m ao1 r n iy0)) +("komorowski" nil (k ax m er0 ao1 f s k iy0)) +("komoto" nil (k ow0 m ow1 t ow0)) +("komp" nil (k aa1 m p)) +("komsomol" nil (k aa1 m s ow0 m ax l)) +("komura" nil (k ow1 m uh1 r ax)) +("kon" nil (k aa1 n)) +("konarski" nil (k ax n aa1 r s k iy0)) +("konczal" nil (k aa1 n ch ax l)) +("kondas" nil (k aa1 n d ax z)) +("kondo" nil (k aa1 n d ow0)) +("kondracki" nil (k ax n d r aa1 t s k iy0)) +("kondrat" nil (k aa1 n d r ax t)) +("konecny" nil (k ax n eh1 k n iy0)) +("konen" nil (k aa1 n ax n)) +("kong" nil (k ao1 ng)) +("kongsberg" nil (k ao1 ng z b er0 g)) +("konica" nil (k aa1 n ih0 k ax)) +("konicek" nil (k aa1 n ih0 ch eh1 k)) +("konicki" nil (k ax n ih1 t s k iy0)) +("konieczka" nil (k ax n iy1 ch k ax)) +("konieczny" nil (k ax n iy1 ch n iy0)) +("konig" nil (k aa1 n ih0 g)) +("koning" nil (k ow1 n ih0 ng)) +("koninklijke" nil (k aa1 n ih0 ng k l iy1 k iy0)) +("konishi" nil (k ow0 n iy1 sh iy0)) +("konishiroku" nil (k aa1 n ih1 sh ih0 r ow1 k uw1)) +("konitzer" nil (k aa1 n ih0 t z er0)) +("konkel" nil (k aa1 ng k ax l)) +("konkle" nil (k aa1 ng k ax l)) +("konkol" nil (k aa1 ng k ao0 l)) +("konner" nil (k aa1 n er0)) +("kono" nil (k ow1 n ow0)) +("konold" nil (k aa1 n ow0 l d)) +("konop" nil (k ow1 n ax p)) +("konopka" nil (k ax n ow1 p k ax)) +("konrad" nil (k aa1 n r ax d)) +("konrath" nil (k aa1 n r ax th)) +("konstantin" nil (k aa1 n s t ih0 n t iy1 n)) +("konsultat" nil (k aa1 n s ax l t aa1 t)) +("kontos" nil (k aa1 n t ow0 z)) +("kontras" nil (k aa1 n t r ax s)) +("kontrollbank" nil (k aa1 n t r ax l b ae1 ng k)) +("konwinski" nil (k ax n v ih1 n s k iy0)) +("konz" nil (k aa1 n z)) +("konzen" nil (k aa1 n z ax n)) +("konzi" nil (k aa1 n z iy0)) +("koo" nil (k uw1)) +("koob" nil (k uw1 b)) +("koogler" nil (k uw1 g l er0)) +("kooi" nil (k uw1 iy0)) +("kooiker" nil (k uw1 ih0 k er0)) +("kooiman" nil (k uw1 ih0 m ax n)) +("kooistra" nil (k uw0 ih1 z t r ax)) +("kook" nil (k uh1 k)) +("kooken" nil (k uw1 k ax n)) +("kooker" nil (k uh1 k er0)) +("kooks" nil (k uh1 k s)) +("kool" nil (k uw1 l)) +("koon" nil (k uw1 n)) +("koonce" nil (k uw1 n s)) +("koone" nil (k uw1 n)) +("kooning" nil (k uw1 n ih0 ng)) +("koons" nil (k uw1 n z)) +("koonts" nil (k uw1 n t s)) +("koontz" nil (k uw1 n t s)) +("koop" nil (k uw1 p)) +("koopman" nil (k uw1 p m ax n)) +("koopmann" nil (k uw1 p m ax n)) +("koops" nil (k uw1 p s)) +("koor" nil (k uw1 r)) +("koors" nil (k uh1 r z)) +("koos" nil (k uw1 z)) +("kooser" nil (k uw1 z er0)) +("kootenay" nil (k uw1 t ax n ey1)) +("kooy" nil (k uw1 iy0)) +("kooyman" nil (k aa1 oy0 m ax n)) +("kopacz" nil (k aa1 p ax ch)) +("kopas" nil (k ow1 p ax z)) +("kopczynski" nil (k ax p ch ih1 n s k iy0)) +("kope" nil (k ow1 p)) +("kopec" nil (k ow1 p ih0 k)) +("kopecky" nil (k ax p eh1 t s k iy0)) +("kopeks" nil (k ow1 p ax k s)) +("kopel" nil (k ow1 p ax l)) +("kopelman" nil (k ow1 p ax l m ax n)) +("koper" nil (k ow1 p er0)) +("kopera" nil (k ax p ih1 r ax)) +("koperski" nil (k ax p er1 s k iy0)) +("kopetski" nil (k ax p eh1 t s k iy0)) +("kopf" nil (k ao1 p f)) +("kopinski" nil (k ax p ih1 n s k iy0)) +("kopischke" nil (k ax p ih1 sh k iy0)) +("kopit" nil (k aa1 p ih0 t)) +("kopka" nil (k ow1 p k ax)) +("kopke" nil (k ow1 p k)) +("kopko" nil (k ow1 p k ow0)) +("koplan" nil (k aa1 p l ax n)) +("koplin" nil (k aa1 p l ih0 n)) +("koplovitz" nil (k aa1 p l ax v ih0 t s)) +("kopp" nil (k aa1 p)) +("koppe" nil (k aa1 p)) +("koppel" nil (k aa1 p ax l)) +("koppell" nil (k aa1 p ax l)) +("koppelman" nil (k aa1 p ax l m ax n)) +("koppen" nil (k aa1 p ax n)) +("koppenhaver" nil (k aa1 p ih0 n hh ax v er0)) +("kopper" nil (k aa1 p er0)) +("koppers" nil (k aa1 p er0 z)) +("koppes" nil (k aa1 p s)) +("kopplin" nil (k aa1 p l ih0 n)) +("kopriva" nil (k aa1 p r ih0 v ax)) +("koprowski" nil (k ax p r ao1 f s k iy0)) +("kops" nil (k aa1 p s)) +("kopy" nil (k aa1 p iy0)) +("kora" nil (k ao1 r ax)) +("koral" nil (k ao1 r ax l)) +("koran" nil (k ao0 r aa1 n)) +("koranda" nil (k er0 ae1 n d ax)) +("koranic" nil (k ao0 r ae1 n ih0 k)) +("korb" nil (k ao1 r b)) +("korba" nil (k ao1 r b ax)) +("korbel" nil (k ao1 r b ax l)) +("korber" nil (k ao1 r b er0)) +("korbren" nil (k ao1 r b r eh0 n)) +("korby" nil (k ao1 r b iy0)) +("korczak" nil (k ao1 r ch ae0 k)) +("korda" nil (k ao1 r d ax)) +("korea" nil (k ao0 r iy1 ax)) +("koreagate" nil (k ao0 r iy1 ax g ey1 t)) +("korean" nil (k ao0 r iy1 ax n)) +("koreans" nil (k ao0 r iy1 ax n z)) +("koreas" nil (k ao1 r iy0 ax z)) +("korell" nil (k ao1 r ax l)) +("koren" nil (k ao1 r ax n)) +("korenek" nil (k ao1 r ih0 n ih0 k)) +("koresh" nil (k ao1 r eh1 sh)) +("koret" nil (k ao1 r ax t)) +("korey" nil (k ao1 r iy0)) +("korf" nil (k ao1 r f)) +("korff" nil (k ao1 r f)) +("korfhage" nil (k ao1 r f hh ih0 jh)) +("korhonen" nil (k ao1 r hh ax n ax n)) +("korinek" nil (k ao1 r ih0 n ih0 k)) +("korman" nil (k ao1 r m ax n)) +("kormos" nil (k ao1 r m ow0 z)) +("korn" nil (k ao1 r n)) +("kornacki" nil (k er0 n aa1 t s k iy0)) +("kornberg" nil (k ao1 r n b er0 g)) +("kornblum" nil (k ao1 r n b l ax m)) +("kornbluth" nil (k ao1 r n b l uw0 th)) +("kornegay" nil (k ao1 r n ih0 g ey0)) +("korner" nil (k ao1 r n er0)) +("kornfeld" nil (k ao1 r n f eh0 l d)) +("kornhauser" nil (k ao1 r n hh aw0 z er0)) +("kornreich" nil (k ao1 r n r ay0 k)) +("korns" nil (k ao1 n z)) +("korol" nil (k ao1 r ao0 l)) +("korologos" nil (k ao0 r aa1 l ow1 g ow0 s)) +("korona" nil (k er0 ow1 n ax)) +("korotich" nil (k ao1 r ax t ih0 ch)) +("korpela" nil (k er0 p iy1 l ax)) +("korpi" nil (k ao1 r p iy0)) +("korry" nil (k ao1 r iy0)) +("korson" nil (k ao1 r s ax n)) +("kort" nil (k ao1 r t)) +("korte" nil (k ao1 r t)) +("korten" nil (k ao1 r t ax n)) +("korth" nil (k ao1 r th)) +("korthals" nil (k ao1 r th ax l z)) +("kortman" nil (k ao1 r t m ax n)) +("kortum" nil (k ao1 r t ax m)) +("kortz" nil (k ao1 r t s)) +("koruna" nil (k ao0 r uw1 n ax)) +("korver" nil (k ao1 r v er0)) +("kory" nil (k ao1 r iy0)) +("koryagin" nil (k ao1 r y aa1 g ih0 n)) +("korzeniewski" nil (k er0 z ih1 n iy0 eh1 f s k iy0)) +("kos" nil (k aa1 s)) +("kosa" nil (k ow1 s ax)) +("kosak" nil (k ow1 s ax k)) +("kosakowski" nil (k ax s ax k ao1 f s k iy0)) +("kosan" nil (k ow1 z ax n)) +("kosanke" nil (k aa1 s ax ng k)) +("kosanovich" nil (k ax s ae1 n ax v ih0 ch)) +("kosar" nil (k ow1 s er0)) +("kosberg" nil (k ao1 z b er0 g)) +("kosbie" nil (k aa1 z b iy0)) +("kosch" nil (k ao1 sh)) +("koscielniak" nil (k ax s ch iy1 l n iy0 ae0 k)) +("koscinski" nil (k ax s ch ih1 n s k iy0)) +("kosco" nil (k ow1 s k ow0)) +("kosecoff" nil (k ow1 s ax k ao0 f)) +("kosek" nil (k ow1 s eh0 k)) +("kosel" nil (k ow1 s ax l)) +("koser" nil (k ow1 z er0)) +("kosh" nil (k aa1 sh)) +("kosher" nil (k ow1 sh er0)) +("kosiba" nil (k ow0 s iy1 b ax)) +("kosier" nil (k ow1 s iy0 er0)) +("kosik" nil (k ow1 s ih0 k)) +("kosin" nil (k ow1 s ih0 n)) +("kosinski" nil (k ax s ih1 n s k iy0)) +("koska" nil (k ow1 s k ax)) +("koskela" nil (k ax s k iy1 l ax)) +("koskey" nil (k aa1 s k iy0)) +("koski" nil (k aw1 s k iy0)) +("koskinen" nil (k aa1 s k ih0 n ax n)) +("kosko" nil (k ow1 s k ow0)) +("koskotas" nil (k ao1 s k ow1 t ax s)) +("kosky" nil (k aa1 s k iy0)) +("kosloski" nil (k ax s l aw1 s k iy0)) +("koslosky" nil (k ax s l ow1 s k iy0)) +("koslow" nil (k aa1 s l ow0)) +("koslowski" nil (k ax s l ao1 f s k iy0)) +("kosman" nil (k aa1 s m ax n)) +("kosmatka" nil (k ax s m aa1 t k ax)) +("kosmetsky" nil (k aa1 z m eh1 t s k iy0)) +("kosmicki" nil (k ax s m ih1 t s k iy0)) +("kosnovsky" nil (k aa1 z n aa1 f s k iy0)) +("kosovo" nil (k ow1 s ow0 v ow1)) +("kosowski" nil (k ax s ao1 f s k iy0)) +("kosowsky" nil (k ax s aw1 s k iy0)) +("koss" nil (k ao1 s)) +("kossman" nil (k ao1 s m ax n)) +("kossow" nil (k aa1 s ow0)) +("kost" nil (k aa1 s t)) +("kosta" nil (k ow1 s t ax)) +("kostal" nil (k aa1 s t ax l)) +("kostas" nil (k ow1 s t ax z)) +("kostecki" nil (k ax s t eh1 t s k iy0)) +("kostek" nil (k aa1 s t eh0 k)) +("kostelecky" nil (k ax s t eh0 l eh1 t s k iy0)) +("kostelnik" nil (k ax s t eh1 l n ih0 k)) +("koster" nil (k aa1 s t er0)) +("kostic" nil (k aa1 s t ih0 k)) +("kostick" nil (k ow1 s t ih0 k)) +("kostka" nil (k aa1 s t k ax)) +("kostmayer" nil (k ao1 s t m ey1 er0)) +("kostoff" nil (k aa1 s t ao0 f)) +("kostrzewa" nil (k ax s t r z uw1 ax)) +("kostrzewski" nil (k ao1 s t er0 z eh1 f s k iy0)) +("kosub" nil (k ow1 s ax b)) +("kosy" nil (k ow1 s iy0)) +("kosyakov" nil (k ow1 s y ax k aa0 v)) +("kosygin" nil (k ow1 s ih0 g ih0 n)) +("kot" nil (k aa1 t)) +("kotara" nil (k ow0 t aa1 r ax)) +("kotarski" nil (k ax t aa1 r s k iy0)) +("kotas" nil (k ow1 t ax z)) +("kotch" nil (k aa1 ch)) +("kote" nil (k ow1 t)) +("kotecki" nil (k ax t eh1 t s k iy0)) +("kotek" nil (k ow1 t eh1 k)) +("koteles" nil (k aa1 t eh0 l eh0 z)) +("koth" nil (k aa1 th)) +("kothari" nil (k aa1 th er0 iy0)) +("kothe" nil (k ow1 dh)) +("kotila" nil (k ax t ay1 l ax)) +("kotlarz" nil (k aa1 t l er0 z)) +("kotler" nil (k ow1 t ax l er0)) +("kotlowitz" nil (k aa1 t l ax w ih0 t s)) +("kotowski" nil (k ax t ao1 f s k iy0)) +("kotsonis" nil (k ae1 t s ow1 n ax s)) +("kott" nil (k aa1 t)) +("kotter" nil (k aa1 t er0)) +("kottke" nil (k aa1 t k iy0)) +("kottler" nil (k aa1 t l er0)) +("kottwitz" nil (k aa1 t w ih0 t s)) +("kotula" nil (k ax t uw1 l ax)) +("kotz" nil (k aa1 t s)) +("kouba" nil (k uw1 b ax)) +("koudelka" nil (k aw0 d eh1 l k ax)) +("kough" nil (k aw1)) +("kouns" nil (k aw1 n z)) +("kountz" nil (k aw1 n t s)) +("kouri" nil (k ow0 uh1 r iy0)) +("kouril" nil (k uw1 r ax l)) +("kourou" nil (k uw1 r uw1)) +("koury" nil (k aw1 r iy0)) +("kovac" nil (k ow1 v ax k)) +("kovacevic" nil (k ax v ax ch eh1 v ih0 k)) +("kovacevich" nil (k ax v aa1 ch ih0 v ih0 ch)) +("kovach" nil (k ow1 v aa0 k)) +("kovacic" nil (k ax v aa1 k ih0 k)) +("kovacich" nil (k ax v aa1 ch ih0 hh)) +("kovacik" nil (k aa1 v ax ch ih0 k)) +("kovack" nil (k aa1 v ax k)) +("kovacs" nil (k ow1 v ae0 k s)) +("koval" nil (k ow1 v ax l)) +("kovalchik" nil (k ax v aa1 l hh ih0 k)) +("kovalcik" nil (k aa1 v ax l ch ih0 k)) +("kovaleski" nil (k ax v ax l eh1 s k iy0)) +("kovalik" nil (k ax v aa1 l ih0 k)) +("kovalsky" nil (k ax v aa1 l s k iy0)) +("kovar" nil (k ow1 v er0)) +("kovarik" nil (k ax v aa1 r ih0 k)) +("kovatch" nil (k aa1 v ax ch)) +("kovats" nil (k ow1 v ax t s)) +("koven" nil (k ow1 v ax n)) +("kover" nil (k ow1 v er0)) +("koversada" nil (k ah1 v er0 s aa1 t ax)) +("kovich" nil (k aa1 v ih0 ch)) +("kowal" nil (k aw1 ax l)) +("kowalchuk" nil (k aw0 aa1 l hh ax k)) +("kowalczyk" nil (k aw1 ax l ch ih0 k)) +("kowaleski" nil (k aw0 ax l eh1 s k iy0)) +("kowalewski" nil (k aw0 ax l eh1 f s k iy0)) +("kowalik" nil (k aw0 aa1 l ih0 k)) +("kowalke" nil (k aa1 w ao1 k)) +("kowalkowski" nil (k aa1 w ao0 k ao1 f s k iy0)) +("kowall" nil (k aw1 ax l)) +("kowalski" nil (k ax w aa1 l s k iy0)) +("kowalsky" nil (k aw0 aa1 l s k iy0)) +("kowitz" nil (k aa1 w ih0 t s)) +("kownacki" nil (k aw1 n aa1 k iy0)) +("koyama" nil (k ow0 y aa1 m ax)) +("koyo" nil (k oy1 ow0)) +("koza" nil (k ow1 z ax)) +("kozak" nil (k ow1 z ax k)) +("kozakiewicz" nil (k ax z aa1 k ax v ih0 ch)) +("kozar" nil (k ow1 z er0)) +("kozberg" nil (k aa1 z b er0 g)) +("kozel" nil (k ow1 z ax l)) +("kozicki" nil (k ax z ih1 t s k iy0)) +("koziel" nil (k aa1 z iy0 l)) +("kozik" nil (k ow1 z ih0 k)) +("kozikowski" nil (k ax z ih0 k ao1 f s k iy0)) +("kozinski" nil (k ax z ih1 n s k iy0)) +("koziol" nil (k aa1 z iy0 ao0 l)) +("kozlik" nil (k aa1 z l ih0 k)) +("kozloff" nil (k aa1 z l ao0 f)) +("kozloski" nil (k ax z l aw1 s k iy0)) +("kozlow" nil (k aa1 z l ow0)) +("kozlowski" nil (k ax z l ao1 f s k iy0)) +("kozma" nil (k ow1 z m ax)) +("kozminski" nil (k ax z m ih1 n s k iy0)) +("koznovsky" nil (k aa1 z n aa1 f s k iy0)) +("kozo" nil (k ow1 z ow0)) +("kozol" nil (k ow1 z ax l)) +("kozub" nil (k ow1 z ax b)) +("kozuch" nil (k aa1 z ax hh)) +("kozyrev" nil (k aa1 z er0 eh1 v)) +("kraai" nil (k r aa1 iy0)) +("kraatz" nil (k r aa1 t s)) +("krabbe" nil (k r ae1 b)) +("krabbenhoft" nil (k r ae1 b ih0 n hh ax f t)) +("krabill" nil (k r ae1 b ax l)) +("krach" nil (k r ae1 ch)) +("kracht" nil (k r ae1 k t)) +("krack" nil (k r ae1 k)) +("kracke" nil (k r ae1 k)) +("kraeger" nil (k r eh1 g er0)) +("kraemer" nil (k r eh1 m er0)) +("kraeutler" nil (k r aw1 t l er0)) +("krafft" nil (k r ae1 f t)) +("kraft" nil (k r ae1 f t)) +("kraftwerk" nil (k r ae1 f t w er0 k)) +("krage" nil (k r ey1 jh)) +("krager" nil (k r ey1 g er0)) +("kragh" nil (k r ae1 g)) +("kragt" nil (k r ae1 g t)) +("krah" nil (k r aa1)) +("krahenbuhl" nil (k r aa1 ih0 n b ax l)) +("krahl" nil (k r aa1 l)) +("krahn" nil (k r ae1 n)) +("krain" nil (k r ey1 n)) +("krajewski" nil (k r ay0 eh1 f s k iy0)) +("krajicek" nil (k r ay1 ih0 ch eh0 k)) +("krajina" nil (k r ay1 n ax)) +("kraker" nil (k r ey1 k er0)) +("krakow" nil (k r aa1 k aw0)) +("krakower" nil (k r ae1 k ow0 er0)) +("krakowski" nil (k r ax k ao1 f s k iy0)) +("kral" nil (k r ae1 l)) +("kralicek" nil (k r aa1 l ih0 ch eh0 k)) +("kralik" nil (k r aa1 l ih0 k)) +("krall" nil (k r ao1 l)) +("kram" nil (k r ae1 m)) +("kramar" nil (k r ae1 m er0)) +("kramer" nil (k r ey1 m er0)) +("kramlich" nil (k r ae1 m l ih0 k)) +("kramm" nil (k r ae1 m)) +("kramme" nil (k r ae1 m)) +("krammer" nil (k r ae1 m er0)) +("krammes" nil (k r ae1 m z)) +("kramp" nil (k r ae1 m p)) +("krampe" nil (k r ae1 m p)) +("krane" nil (k r ey1 n)) +("kraner" nil (k r ey1 n er0)) +("kranich" nil (k r ae1 n ih0 ch)) +("krans" nil (k r ae1 n z)) +("krantz" nil (k r ae1 n t s)) +("kranz" nil (k r ae1 n z)) +("kranzler" nil (k r ae1 n z l er0)) +("krapels" nil (k r ae1 p ax l z)) +("krapf" nil (k r ae1 p f)) +("krapp" nil (k r ae1 p)) +("kras" nil (k r ae1 s)) +("krasinski" nil (k r ax s ih1 n s k iy0)) +("kraska" nil (k r aa1 s k ax)) +("krasner" nil (k r ae1 s n er0)) +("krasnoff" nil (k r ae1 s n ao0 f)) +("krasnow" nil (k r aa1 s n ow0)) +("krasnoyarsk" nil (k r ae0 s n oy1 aa0 r s k)) +("krasny" nil (k r ae1 z n iy0)) +("krasowski" nil (k r ax s ao1 f s k iy0)) +("krass" nil (k r ae1 s)) +("kraszewski" nil (k r ax sh eh1 f s k iy0)) +("krat" nil (k r ae1 t)) +("kratky" nil (k r ae1 t k iy0)) +("kratochvil" nil (k r ae1 t ax k v ax l)) +("kratt" nil (k r ae1 t)) +("kratz" nil (k r ae1 t s)) +("kratzer" nil (k r ey1 t z er0)) +("kratzke" nil (k r ae1 t z k)) +("krauer" nil (k r aw1 r)) +("kraus" nil (k r aw1 s)) +("krause" nil (k r ao1 s)) +("krauser" nil (k r aw1 s er0)) +("kraushaar" nil (k r aw1 sh aa1 r)) +("krauskopf" nil (k r aw1 s k ao0 f)) +("krauss" nil (k r aw1 s)) +("krausse" nil (k r ao1 s)) +("krausz" nil (k r aw1 sh)) +("kraut" nil (k r aw1 t)) +("krauter" nil (k r aw1 t er0)) +("krauth" nil (k r ao1 th)) +("krauze" nil (k r aw1 z)) +("kravchuk" nil (k r aa1 v ch uh1 k)) +("kravetz" nil (k r ae1 v ih0 t s)) +("kravis" nil (k r ae1 v ih0 s)) +("kravitz" nil (k r ae1 v ih0 t s)) +("krawccykiewi" nil (k r aw1 ch ih0 k uw1 iy0)) +("krawchuk" nil (k r ao1 ch ax k)) +("krawczak" nil (k r aa1 v ch ae0 k)) +("krawczyk" nil (k r aa1 v ch ih0 k)) +("krawiec" nil (k r aa1 v iy0 k)) +("krawitz" nil (k r aa1 w ih0 t s)) +("kray" nil (k r ey1)) +("kraynak" nil (k r ey1 n ax k)) +("kreager" nil (k r iy1 g er0)) +("kreamer" nil (k r iy1 m er0)) +("krebbs" nil (k r eh1 b z)) +("krebs" nil (k r eh1 b z)) +("krebsbach" nil (k r eh1 b z b aa0 k)) +("krech" nil (k r eh1 k)) +("kredietbank" nil (k r eh0 d iy0 t b ae1 ng k)) +("kredit" nil (k r eh1 t ih0 t)) +("kreditanstalt" nil (k r eh0 d ih1 t ah1 n s t ao1 l t)) +("kreeger" nil (k r iy1 g er0)) +("kreft" nil (k r eh1 f t)) +("kreg" nil (k r eh1 g)) +("kregel" nil (k r eh1 g ax l)) +("kreger" nil (k r iy1 g er0)) +("kreh" nil (k r eh1)) +("krehbiel" nil (k r eh1 b iy0 l)) +("kreher" nil (k r eh1 r)) +("kreicher" nil (k r ay1 k er0)) +("kreider" nil (k r ay1 d er0)) +("kreidler" nil (k r ay1 d ax l er0)) +("kreifels" nil (k r ay1 f ax l z)) +("kreig" nil (k r iy1 g)) +("kreiger" nil (k r ay1 g er0)) +("kreiling" nil (k r ay1 l ih0 ng)) +("kreimer" nil (k r ay1 m er0)) +("krein" nil (k r ey1 n)) +("kreiner" nil (k r ay1 n er0)) +("kreis" nil (k r iy1 z)) +("kreisberg" nil (k r ay1 s b er0 g)) +("kreischer" nil (k r ay1 sh er0)) +("kreisel" nil (k r ay1 s ax l)) +("kreiser" nil (k r ay1 s er0)) +("kreisher" nil (k r iy1 ih0 sh er0)) +("kreisler" nil (k r ay1 s l er0)) +("kreisman" nil (k r ay1 s m ax n)) +("kreiss" nil (k r ay1 s)) +("kreiter" nil (k r ay1 t er0)) +("kreitman" nil (k r ay1 t m ax n)) +("kreitner" nil (k r ay1 t n er0)) +("kreitz" nil (k r iy1 t s)) +("kreitzberg" nil (k r ay1 t s b er0 g)) +("kreitzer" nil (k r ay1 t z er0)) +("krejci" nil (k r eh1 jh s iy0)) +("krell" nil (k r eh1 l)) +("kremer" nil (k r iy1 m er0)) +("kremers" nil (k r iy1 m er0 z)) +("kremlin" nil (k r eh1 m l ax n)) +("kremlinologists" nil (k r eh1 m l ih0 n aa1 l ax jh ih0 s t s)) +("krempa" nil (k r eh1 m p ax)) +("krempasky" nil (k r ih0 m p aa1 s k iy0)) +("kren" nil (k r eh1 n)) +("krenek" nil (k r eh1 n ih0 k)) +("krengel" nil (k r eh1 ng g ax l)) +("krenik" nil (k r eh1 n ih0 k)) +("krenke" nil (k r eh1 ng k)) +("krenn" nil (k r eh1 n)) +("krentz" nil (k r eh1 n t s)) +("krenwinkle" nil (k r eh1 n w ih1 ng k ax l)) +("krenz" nil (k r eh1 n z)) +("krenzer" nil (k r eh1 n z er0)) +("krepps" nil (k r eh1 p s)) +("kreps" nil (k r eh1 p s)) +("kresa" nil (k r iy1 s er0)) +("kresge" nil (k r eh1 s g iy0)) +("kress" nil (k r eh1 s)) +("kresse" nil (k r eh1 s)) +("kresser" nil (k r eh1 s er0)) +("kressin" nil (k r eh1 s ih0 n)) +("kressler" nil (k r eh1 s l er0)) +("kretchman" nil (k r eh1 ch m ax n)) +("kretchmer" nil (k r eh1 ch m er0)) +("kretsch" nil (k r eh1 ch)) +("kretschmar" nil (k r eh1 ch m er0)) +("kretschmer" nil (k r eh1 ch m er0)) +("kretz" nil (k r eh1 t s)) +("kretzer" nil (k r eh1 t z er0)) +("kretzschmar" nil (k r eh1 ch m er0)) +("kreuger" nil (k r oy1 g er0)) +("kreul" nil (k r uw1 l)) +("kreuser" nil (k r oy1 s er0)) +("kreuter" nil (k r oy1 t er0)) +("kreutz" nil (k r uw1 t s)) +("kreuzer" nil (k r uw1 z er0)) +("krewson" nil (k r uw1 s ax n)) +("krey" nil (k r ey1)) +("kribs" nil (k r ih1 b z)) +("krichbaum" nil (k r ih1 k b aw0 m)) +("krick" nil (k r ih1 k)) +("krider" nil (k r ay1 d er0)) +("kridler" nil (k r ih1 d l er0)) +("kriebel" nil (k r iy1 b ax l)) +("krieg" nil (k r iy1 g)) +("kriegel" nil (k r iy1 g ax l)) +("krieger" nil (k r iy1 g er0)) +("krienke" nil (k r iy1 ng k)) +("krier" nil (k r ay1 er0)) +("kriese" nil (k r iy1 z)) +("kriesel" nil (k r iy1 s ax l)) +("kriete" nil (k r iy1 t)) +("krigbaum" nil (k r ih1 g b aw1 m)) +("kriger" nil (k r ay1 g er0)) +("krikalev" nil (k r ih1 k ax l eh1 v)) +("krikorian" nil (k r ih0 k ao1 r iy0 ax n)) +("krill" nil (k r ih1 l)) +("krim" nil (k r ih1 m)) +("krimmel" nil (k r ih1 m ax l)) +("kriner" nil (k r ay1 n er0)) +("kring" nil (k r ih1 ng)) +("kringen" nil (k r ih1 ng ax n)) +("krings" nil (k r ih1 ng z)) +("krinke" nil (k r ih1 ng k)) +("krinsky" nil (k r ih1 n s k iy0)) +("kris" nil (k r ih1 s)) +("krisch" nil (k r ih1 sh)) +("krischer" nil (k r ih1 sh er0)) +("krise" nil (k r ay1 z)) +("krisher" nil (k r ih1 sh er0)) +("krishna" nil (k r ih1 sh n ax)) +("krishnan" nil (k r ih1 sh n ax n)) +("krisko" nil (k r ih1 s k ow0)) +("krispies" nil (k r ih1 s p iy0 z)) +("kriss" nil (k r ih1 s)) +("krist" nil (k r ih1 s t)) +("krista" nil (k r ih1 s t ax)) +("kristallnacht" nil (k r ih1 s t ax l n aa1 k t)) +("kristen" nil (k r ih1 s ax n)) +("kristensen" nil (k r ih1 s t ax n s ax n)) +("kristi" nil (k r ih1 s t iy0)) +("kristiansen" nil (k r ih1 s ch ax n s ax n)) +("kristin" nil (k r ih1 s t ih0 n)) +("kristine" nil (k r ih0 s t iy1 n)) +("kristof" nil (k r ih1 s t ax f)) +("kristoff" nil (k r ih1 s t ao0 f)) +("kristoffe" nil (k r ih1 s ao0 f)) +("kristol" nil (k r ih1 s t ax l)) +("kristy" nil (k r ih1 s t iy0)) +("kritz" nil (k r ih1 t s)) +("kritzer" nil (k r ih1 t z er0)) +("krivanek" nil (k r ih1 v ax n ih0 k)) +("kriz" nil (k r ih1 z)) +("krizan" nil (k r ih1 z ax n)) +("krizek" nil (k r ih1 z eh0 k)) +("krob" nil (k r aa1 b)) +("kroboth" nil (k r aa1 b ax th)) +("kroc" nil (k r aa1 k)) +("krock" nil (k r aa1 k)) +("kroeber" nil (k r ow1 b er0)) +("kroeger" nil (k r ow1 g er0)) +("kroegers" nil (k r ow1 g er0 z)) +("kroeker" nil (k r ow1 k er0)) +("kroener" nil (k r ow1 n er0)) +("kroening" nil (k r aa1 ax n ih0 ng)) +("kroenke" nil (k r ow1 ng k)) +("kroes" nil (k r ow1 z)) +("kroese" nil (k r ow1 s)) +("kroeze" nil (k r ow1 z)) +("kroft" nil (k r aa1 f t)) +("krog" nil (k r aa1 g)) +("kroger" nil (k r ow1 g er0)) +("krogh" nil (k r ow1)) +("krogman" nil (k r aa1 g m ax n)) +("krogstad" nil (k r aa1 g s t ax d)) +("kroh" nil (k r ow1)) +("krohn" nil (k r ow1 n)) +("krok" nil (k r aa1 k)) +("krol" nil (k r ao1 l)) +("krolak" nil (k r ow1 l ax k)) +("krolczyk" nil (k r ow1 l ch ih0 k)) +("krolick" nil (k r aa1 l ih0 k)) +("krolikowski" nil (k r ax l ih0 k ao1 f s k iy0)) +("kroll" nil (k r ao1 l)) +("krom" nil (k r aa1 m)) +("krome" nil (k r ow1 m)) +("kromer" nil (k r ow1 m er0)) +("kromm" nil (k r aa1 m)) +("kron" nil (k r aa1 n)) +("krona" nil (k r ow1 n ax)) +("kronberg" nil (k r aa1 n b er0 g)) +("krone" nil (k r ow1 n ax)) +("kronenberg" nil (k r aa1 n ax n b er0 g)) +("kronenberger" nil (k r aa1 n ax n b er0 g er0)) +("kroner" nil (k r ow1 n er0)) +("kronick" nil (k r aa1 n ih0 k)) +("kronish" nil (k r aa1 n ih0 sh)) +("kronk" nil (k r aa1 ng k)) +("kronor" nil (k r ow1 n er0)) +("kronos" nil (k r ow1 n ow0 s)) +("krontz" nil (k r aa1 n t s)) +("kroon" nil (k r uw1 n)) +("kropf" nil (k r aa1 p f)) +("kropp" nil (k r aa1 p)) +("kross" nil (k r ao1 s)) +("krossel" nil (k r ao1 s ax l)) +("krotkov" nil (k r ao1 t k ao0 v)) +("krotz" nil (k r aa1 t s)) +("krotzer" nil (k r ow1 t z er0)) +("krouner" nil (k r uw1 n er0)) +("kroupa" nil (k r uw1 p ax)) +("krouse" nil (k r aw1 s)) +("krout" nil (k r aw1 t)) +("krowe" nil (k r ow1)) +("krowitz" nil (k r aw1 ih0 t s)) +("kroy" nil (k r oy1)) +("kruchten" nil (k r ah1 k t ax n)) +("kruck" nil (k r ah1 k)) +("kruckeberg" nil (k r ah1 k b er0 g)) +("kruckenberg" nil (k r ah1 k ax n b er0 g)) +("kruczek" nil (k r ah1 ch eh0 k)) +("krudman" nil (k r ah1 d m ax n)) +("krueger" nil (k r uw1 g er0)) +("kruer" nil (k r uw1 er0)) +("krug" nil (k r ah1 g)) +("kruger" nil (k r uw1 g er0)) +("krugerrand" nil (k r uw0 g eh1 r ae0 n d)) +("krugh" nil (k r ah1)) +("krugman" nil (k r ah1 g m ax n)) +("kruk" nil (k r ah1 k)) +("krukowski" nil (k r ax k ao1 f s k iy0)) +("krul" nil (k r ah1 l)) +("krull" nil (k r ah1 l)) +("krum" nil (k r ah1 m)) +("krumholz" nil (k r ah1 m hh ow1 l z)) +("krumm" nil (k r ah1 m)) +("krumme" nil (k r ah1 m)) +("krummel" nil (k r ah1 m ax l)) +("krumrey" nil (k r ah1 m r iy0)) +("krumwiede" nil (k r ah1 m w iy1 d)) +("krupa" nil (k r uw1 p ax)) +("krupicka" nil (k r uw1 p ih1 k ax)) +("krupinski" nil (k r ax p ih1 n s k iy0)) +("krupka" nil (k r ah1 p k ax)) +("krupman" nil (k r ah1 p m ax n)) +("krupnick" nil (k r ah1 p n ih0 k)) +("krupp" nil (k r ah1 p)) +("kruppa" nil (k r ah1 p ax)) +("krupski" nil (k r ah1 p s k iy0)) +("krus" nil (k r ah1 s)) +("kruschke" nil (k r ah1 sh k)) +("kruse" nil (k r uw1 z)) +("krusemark" nil (k r ah1 s ih0 m aa0 r k)) +("krusinski" nil (k r ax s ih1 n s k iy0)) +("kruszewski" nil (k r ax sh eh1 f s k iy0)) +("kruszka" nil (k r ah1 sh k ax)) +("kruszynski" nil (k r ax sh ih1 n s k iy0)) +("krutick" nil (k r uw1 t ih1 k)) +("krutsinger" nil (k r ah1 t s ih0 n jh er0)) +("kruttschnitt" nil (k r ah1 ch n ih0 t)) +("krutz" nil (k r ah1 t s)) +("kruzel" nil (k r uw1 z ax l)) +("krych" nil (k r ih1 ch)) +("kryder" nil (k r ay1 d er0)) +("kryger" nil (k r ay1 g er0)) +("krygier" nil (k r ay1 g iy0 er0)) +("krypton" nil (k r ih1 p t aa0 n)) +("kryptos" nil (k r ih1 p t ow0 s)) +("krysiak" nil (k r ih1 s iy0 ae0 k)) +("krzeminski" nil (k r ih0 m ih1 n s k iy0)) +("krzysztof" nil (k r ay1 s t ao0 f)) +("krzywicki" nil (k r ih0 v ih1 t s k iy0)) +("krzyzanowski" nil (k r ih0 z ax n ao1 f s k iy0)) +("ksiazek" nil (k ax s iy0 aa1 z eh0 k)) +("ku" nil (k uw1)) +("kuala" nil (k w aa1 l ax)) +("kuan" nil (k w aa1 n)) +("kuba" nil (k y uw1 b ax)) +("kubacki" nil (k ax b aa1 t s k iy0)) +("kubala" nil (k ax b aa1 l ax)) +("kuban" nil (k y uw1 b ax n)) +("kubas" nil (k uw1 b ax z)) +("kubat" nil (k uw1 b ax t)) +("kube" nil (k y uw1 b)) +("kubena" nil (k ax b iy1 n ax)) +("kuberski" nil (k ax b er1 s k iy0)) +("kubes" nil (k y uw1 b z)) +("kubiak" nil (k uw1 b iy0 ae0 k)) +("kubic" nil (k y uw1 b ih0 k)) +("kubica" nil (k y uw1 b ih0 k ax)) +("kubicek" nil (k ah1 b ih0 ch eh0 k)) +("kubick" nil (k y uw1 b ih0 k)) +("kubicki" nil (k ax b ih1 t s k iy0)) +("kubik" nil (k y uw1 b ih0 k)) +("kubin" nil (k y uw1 b ih0 n)) +("kubinski" nil (k ax b ih1 n s k iy0)) +("kubis" nil (k uw1 b ih0 s)) +("kubisiak" nil (k ax b ih1 s iy0 ae0 k)) +("kubitz" nil (k y uw1 b ih0 t s)) +("kubler" nil (k y uw1 b ax l er0)) +("kubly" nil (k ah1 b l iy0)) +("kubo" nil (k y uw1 b ow0)) +("kubota" nil (k uw0 b ow1 t ax)) +("kubrick" nil (k y uw1 b r ih1 k)) +("kuby" nil (k y uw1 b iy0)) +("kuc" nil (k ah1 k)) +("kucan" nil (k y uw1 k ax n)) +("kucera" nil (k ax ch ih1 r ax)) +("kucewicz" nil (k y uw1 s ih0 w ih0 t s)) +("kuch" nil (k ah1 ch)) +("kuchar" nil (k ah1 k er0)) +("kucharski" nil (k ax ch aa1 r s k iy0)) +("kuchenbecker" nil (k ah1 k ih0 n b eh0 k er0)) +("kucher" nil (k ah1 k er0)) +("kuchera" nil (k ah1 ch er0 ax)) +("kuchinski" nil (k ax ch ih1 n s k iy0)) +("kuchinsky" nil (k ax ch ih1 n s k iy0)) +("kuchler" nil (k ah1 k ax l er0)) +("kuchma" nil (k uw1 ch m ax)) +("kuchta" nil (k ah1 ch t ax)) +("kucinski" nil (k ax ch ih1 n s k iy0)) +("kuck" nil (k ah1 k)) +("kuczek" nil (k ah1 ch eh0 k)) +("kuczynski" nil (k ax ch ih1 n s k iy0)) +("kuder" nil (k y uw1 d er0)) +("kudla" nil (k ah1 d l ax)) +("kudlow" nil (k ah1 d l ow0)) +("kudner" nil (k ah1 d n er0)) +("kudos" nil (k uw1 d ow0 s)) +("kudrna" nil (k ah1 d er1 n ax)) +("kudzu" nil (k ah1 d z uw0)) +("kuebler" nil (k uh1 b ax l er0)) +("kuechler" nil (k uh1 k ax l er0)) +("kueck" nil (k uw1 k)) +("kuecker" nil (k uh1 k er0)) +("kuehl" nil (k uh1 l)) +("kuehler" nil (k uh1 l er0)) +("kuehn" nil (k uw1 n)) +("kuehne" nil (k uw1 n)) +("kuehnel" nil (k uh1 n ax l)) +("kuehner" nil (k uh1 n er0)) +("kuehnle" nil (k uh1 n ax l)) +("kueker" nil (k uh1 k er0)) +("kuenheim" nil (k y uw1 ax n hh ay1 m)) +("kuennen" nil (k uh1 n ax n)) +("kuenstler" nil (k uh1 n s ax l er0)) +("kuenzel" nil (k uh1 n z ax l)) +("kuenzi" nil (k uw0 ey1 n z iy0)) +("kuenzli" nil (k uh1 n z l iy0)) +("kuester" nil (k uh1 s t er0)) +("kuether" nil (k uh1 dh er0)) +("kufahl" nil (k ah1 f aa0 l)) +("kuffel" nil (k ah1 f ax l)) +("kugel" nil (k uw1 g ax l)) +("kugelman" nil (k ah1 g ax l m ax n)) +("kugler" nil (k uw1 g ax l er0)) +("kuhar" nil (k uw1 er0)) +("kuhl" nil (k ah1 l)) +("kuhle" nil (k uw1 ax l)) +("kuhlenschmidt" nil (k y uw1 l ax n sh m ih1 t)) +("kuhlman" nil (k uw1 l m ax n)) +("kuhlmann" nil (k uw1 l m ax n)) +("kuhn" nil (k uw1 n)) +("kuhne" nil (k ah1 n)) +("kuhner" nil (k uw1 n er0)) +("kuhnert" nil (k uw1 n er0 t)) +("kuhnke" nil (k ah1 ng k)) +("kuhnle" nil (k ah1 n ax l)) +("kuhns" nil (k uw1 n z)) +("kuhr" nil (k er1)) +("kuhrt" nil (k er1 t)) +("kuiken" nil (k uw1 k ax n)) +("kuiper" nil (k uw1 p er0)) +("kuipers" nil (k uw1 p er0 z)) +("kujala" nil (k ay0 aa1 l ax)) +("kujawa" nil (k uw0 jh aa1 w ax)) +("kujawski" nil (k ax y aa1 f s k iy0)) +("kuk" nil (k ah1 k)) +("kuker" nil (k y uw1 k er0)) +("kukje" nil (k uw1 k y ih0)) +("kukla" nil (k ah1 k l ax)) +("kuklinski" nil (k ax k l ih1 n s k iy0)) +("kukowski" nil (k ax k ao1 f s k iy0)) +("kukuk" nil (k uw1 k ax k)) +("kula" nil (k uw1 l ax)) +("kulaga" nil (k uw0 l aa1 g ax)) +("kulakowski" nil (k y uw0 l ax k ao1 f s k iy0)) +("kulas" nil (k y uw1 l ax z)) +("kulesa" nil (k y uw0 l iy1 s ax)) +("kulesza" nil (k y uw0 l eh1 sh ax)) +("kulhanek" nil (k ah1 l hh ax n eh0 k)) +("kulich" nil (k y uw1 l ih0 k)) +("kulick" nil (k y uw1 l ih0 k)) +("kulig" nil (k y uw1 l ih0 g)) +("kuligowski" nil (k y uw0 l ih0 g ao1 f s k iy0)) +("kulik" nil (k y uw1 l ih0 k)) +("kulikowski" nil (k y uw0 l ih0 k ao1 f s k iy0)) +("kulinski" nil (k y uw0 l ih1 n s k iy0)) +("kulis" nil (k uw1 l ih0 s)) +("kulish" nil (k y uw1 l ih0 sh)) +("kulka" nil (k ah1 l k ax)) +("kulkarni" nil (k ax l k aa1 r n iy0)) +("kull" nil (k ah1 l)) +("kulla" nil (k ah1 l ax)) +("kullberg" nil (k ah1 l b er0 g)) +("kullman" nil (k ah1 l m ax n)) +("kully" nil (k ah1 l iy0)) +("kulow" nil (k y uw1 l ow0)) +("kulp" nil (k ah1 l p)) +("kulpa" nil (k ah1 l p ax)) +("kulwicki" nil (k ax l v ih1 t s k iy0)) +("kulzer" nil (k ah1 l z er0)) +("kumagai" nil (k uw0 m aa0 g aa1 iy0)) +("kumar" nil (k uw0 m aa1 r)) +("kumble" nil (k ah1 m b ax l)) +("kume" nil (k y uw1 m)) +("kumler" nil (k ah1 m l er0)) +("kumm" nil (k ah1 m)) +("kummer" nil (k ah1 m er0)) +("kumouri" nil (k uw1 m ao1 r iy0)) +("kump" nil (k ah1 m p)) +("kumpf" nil (k ah1 m p f)) +("kumquat" nil (k ah1 m k w aa0 t)) +("kun" nil (k ah1 n)) +("kuna" nil (k y uw1 n ax)) +("kunaev" nil (k y uw0 n ey1 v)) +("kunath" nil (k ah1 n ax th)) +("kunayev" nil (k y uw0 n ey1 ax v)) +("kunce" nil (k ah1 n s)) +("kunda" nil (k ah1 n d ax)) +("kunde" nil (k ah1 n d)) +("kundera" nil (k ax n d eh1 r ax)) +("kundert" nil (k ah1 n d er0 t)) +("kundinger" nil (k ah1 n d ih0 ng er0)) +("kundrat" nil (k ah1 n d r ax t)) +("kunert" nil (k y uw1 n er0 t)) +("kunes" nil (k y uw1 n z)) +("kunesh" nil (k ah1 n ih0 sh)) +("kuney" nil (k y uw1 n iy0)) +("kung" nil (k ah1 ng)) +("kunin" nil (k y uw1 n ih0 n)) +("kunio" nil (k y uw1 n iy0 ow0)) +("kunka" nil (k ah1 ng k ax)) +("kunkel" nil (k ah1 ng k ax l)) +("kunkle" nil (k ah1 ng k ax l)) +("kunkler" nil (k ah1 ng k l er0)) +("kuns" nil (k ah1 n z)) +("kunselman" nil (k ah1 n s ax l m ax n)) +("kunsman" nil (k ah1 n s m ax n)) +("kunst" nil (k ah1 n s t)) +("kunstler" nil (k ah1 n s t l er0)) +("kuntz" nil (k ah1 n t s)) +("kuntze" nil (k ah1 n t z)) +("kuntzman" nil (k ah1 n t s m ax n)) +("kunz" nil (k ah1 n z)) +("kunze" nil (k ah1 n z)) +("kunzelman" nil (k ah1 n z ax l m ax n)) +("kunzler" nil (k ah1 n z l er0)) +("kunzman" nil (k ah1 n z m ax n)) +("kuo" nil (k uw1 ow0)) +("kuomintang" nil (k w ow1 m ih1 n t ae1 ng)) +("kupec" nil (k uw1 p ih0 k)) +("kuper" nil (k y uw1 p er0)) +("kuperman" nil (k uw1 p er0 m ax n)) +("kupfer" nil (k ah1 p f er0)) +("kupferman" nil (k ah1 p f er0 m ax n)) +("kupiec" nil (k ah1 p iy0 k)) +("kupka" nil (k ah1 p k ax)) +("kupor" nil (k y uw1 p er0)) +("kupper" nil (k ah1 p er0)) +("kuralt" nil (k y er0 ao1 l t)) +("kuramoto" nil (k uh0 r aa0 m ow1 t ow0)) +("kuranari" nil (k uh1 r ax n aa1 r iy0)) +("kuras" nil (k uh1 r ax z)) +("kurd" nil (k er1 d)) +("kurdish" nil (k er1 d ih0 sh)) +("kurdistan" nil (k er1 d ih0 s t ae1 n)) +("kurds" nil (k er1 d z)) +("kurdziel" nil (k er1 d z iy0 l)) +("kurek" nil (k y uw1 r eh0 k)) +("kurian" nil (k y uh1 r iy0 ax n)) +("kuriansky" nil (k uh1 r iy0 ae1 n s k iy0)) +("kurihara" nil (k uw1 r ih0 hh aa1 r ax)) +("kurilla" nil (k er0 ih1 l ax)) +("kurinsky" nil (k y er1 ih1 n s k iy0)) +("kurk" nil (k er1 k)) +("kurka" nil (k er1 k ax)) +("kurkjian" nil (k er1 k jh iy0 ax n)) +("kurkowski" nil (k er0 k ao1 f s k iy0)) +("kurlak" nil (k er1 l ae0 k)) +("kurland" nil (k er1 l ax n d)) +("kurlander" nil (k er1 l ax n d er0)) +("kurman" nil (k er1 m ax n)) +("kurmel" nil (k er1 m ax l)) +("kurnit" nil (k er1 n ih0 t)) +("kuroda" nil (k er0 ow1 d ax)) +("kurokawa" nil (k uw1 r ow0 k aa1 w ax)) +("kurosawa" nil (k uh1 r ow0 s aa1 w ax)) +("kurowski" nil (k er0 ao1 f s k iy0)) +("kurt" nil (k er1 t)) +("kurtenbach" nil (k er1 t ih0 n b aa0 k)) +("kurth" nil (k er1 th)) +("kurtis" nil (k er1 t ih0 s)) +("kurtz" nil (k er1 t s)) +("kurtzman" nil (k er1 t s m ax n)) +("kuruman" nil (k y uh1 r uw0 m ax n)) +("kurumizowa" nil (k uh1 r uw0 m iy0 z ow1 ax)) +("kury" nil (k y uw1 r iy0)) +("kurylo" nil (k er0 ih1 l ow0)) +("kurz" nil (k er1 z)) +("kurzawa" nil (k uh0 r z aa1 w ax)) +("kurzweil" nil (k er0 z w ay1 l)) +("kus" nil (k ah1 s)) +("kusch" nil (k ah1 sh)) +("kuschel" nil (k ah1 sh ax l)) +("kuse" nil (k y uw1 z)) +("kusek" nil (k uw1 s eh0 k)) +("kusel" nil (k uw1 s ax l)) +("kush" nil (k uh1 sh)) +("kushner" nil (k ah1 sh n er0)) +("kushnir" nil (k ah1 sh n er0)) +("kusiak" nil (k ah1 s iy0 ae0 k)) +("kuske" nil (k ah1 s k)) +("kusler" nil (k ah1 s ax l er0)) +("kuss" nil (k ah1 s)) +("kusserow" nil (k ah1 s er0 ow0)) +("kussman" nil (k ah1 s m ax n)) +("kuster" nil (k ah1 s t er0)) +("kustra" nil (k ah1 s t r ax)) +("kutch" nil (k ah1 ch)) +("kutcher" nil (k ah1 ch er0)) +("kuter" nil (k y uw1 t er0)) +("kutner" nil (k ah1 t n er0)) +("kutsch" nil (k ah1 ch)) +("kutscher" nil (k ah1 ch er0)) +("kutter" nil (k ah1 t er0)) +("kuttner" nil (k ah1 t n er0)) +("kutz" nil (k ah1 t s)) +("kutzer" nil (k ah1 t z er0)) +("kuwahara" nil (k uw1 w aa0 hh aa1 r ax)) +("kuwait" nil (k uw0 w ey1 t)) +("kuwaiti" nil (k uw0 w ey1 t iy0)) +("kuwaitis" nil (k uw0 w ey1 t iy0 z)) +("kuwam" nil (k y uw1 w aa0 m)) +("kuykendall" nil (k ay1 k eh0 n d aa1 l)) +("kuyper" nil (k ay1 p er0)) +("kuzara" nil (k y uw0 z aa1 r ax)) +("kuze" nil (k y uw1 z)) +("kuzel" nil (k uw1 z ax l)) +("kuzma" nil (k ah1 z m ax)) +("kuzminski" nil (k ax z m ih1 n s k iy0)) +("kuznets" nil (k ah1 z n eh1 t s)) +("kuznia" nil (k ah1 z n iy0 ax)) +("kuzniar" nil (k ah1 z n y er0)) +("kuznicki" nil (k ax z n ih1 t s k iy0)) +("kvale" nil (k ax v ey1 l)) +("kvam" nil (k ax v ae1 m)) +("kvamme" nil (k ax v ae1 m)) +("kvasnicka" nil (k ax v ax s n ih1 s k ax)) +("kvetch" nil (k ax v eh1 ch)) +("kveton" nil (k ax v eh1 t ax n)) +("kvistad" nil (k ax v ih1 s t ae1 d)) +("kvitsinsky" nil (k ax v ih0 t s ih1 n s k iy0)) +("kwak" nil (k w ae1 k)) +("kwan" nil (k w aa1 n)) +("kwang" nil (k w aa1 ng)) +("kwangju" nil (k w aa0 ng jh uw1)) +("kwanza" nil (k w aa1 n z ax)) +("kwasniewski" nil (k w ax z n eh1 f s k iy0)) +("kwasnik" nil (k w aa1 z n ih0 k)) +("kwasny" nil (k w aa1 z n iy0)) +("kwazulu" nil (k w aa0 z uw1 l uw0)) +("kweisi" nil (k w ay1 z iy0)) +("kwh" nil (k ey1 d ah1 b ax l y uw0 ey1 ch)) +("kwiatek" nil (k w iy0 aa1 t eh0 k)) +("kwiatkowski" nil (k w iy0 ax t k ao1 f s k iy0)) +("kwiecien" nil (k w iy1 s iy0 n)) +("kwiecinski" nil (k w iy0 ch ih1 n s k iy0)) +("kwik" nil (k w ih1 k)) +("kwitny" nil (k w ih1 t n iy0)) +("kwok" nil (k w aa1 k)) +("kwolek" nil (k w ow1 l eh0 k)) +("kwon" nil (k w aa1 n)) +("kwong" nil (k w ao1 ng)) +("kyd" nil (k ih1 d)) +("kyer" nil (k ay1 er0)) +("kyes" nil (k ay1 z)) +("kyger" nil (k ay1 g er0)) +("kyi" nil (k iy1)) +("kyker" nil (k ay1 k er0)) +("kyle" nil (k ay1 l)) +("kyler" nil (k ay1 l er0)) +("kyles" nil (k ay1 l z)) +("kyllo" nil (k ih1 l ow0)) +("kyllonen" nil (k ih0 l aa1 n ax n)) +("kyna" nil (k ih1 n ax)) +("kynard" nil (k ih1 n er0 d)) +("kyne" nil (k ay1 n)) +("kynikos" nil (k ih0 n iy1 k ow0 s)) +("kyocera" nil (k y ow0 s eh1 r ax)) +("kyodo" nil (k y ow1 d ow0)) +("kyokuto" nil (k y aa0 k uw1 t ow0)) +("kyong" nil (k y ao1 ng)) +("kyongsang" nil (k y ao1 ng s ae0 ng)) +("kyoto" nil (k y ow1 t ow0)) +("kyowa" nil (k y ow1 ax)) +("kyrgyzstan" nil (k ih1 r g ih0 s t ae1 n)) +("kysar" nil (k ih1 s er0)) +("kyser" nil (k ay1 s er0)) +("kysor" nil (k ay1 s er0)) +("kyte" nil (k ay1 t)) +("kytril" nil (k ih1 t r ih0 l)) +("kyu" nil (k y uw1)) +("kyung" nil (k y ah1 ng)) +("kyushu" nil (k y ah1 sh uw0)) +("kyzar" nil (k ih1 z er0)) +("kyzer" nil (k ay1 z er0)) +("l" nil (eh1 l)) +("la" nil (l aa1)) +("laabs" nil (l aa1 b z)) +("laack" nil (l aa1 k)) +("laaco" nil (l aa1 k ow0)) +("laake" nil (l aa1 k)) +("laakso" nil (l aa1 k s ow0)) +("laas" nil (l aa1 z)) +("laatsch" nil (l aa1 ch)) +("lab" nil (l ae1 b)) +("laba" nil (l aa1 b ax)) +("labadie" nil (l ae1 b ax d iy0)) +("laban" nil (l ey1 b ax n)) +("laband" nil (l aa0 b ae1 n d)) +("labant" nil (l ax b ae1 n t)) +("labar" nil (l ax b aa1 r)) +("labarbera" nil (l aa0 b aa0 r b eh1 r ax)) +("labarge" nil (l ae1 b aa0 r g)) +("labarr" nil (l ax b ae1 r)) +("labarre" nil (l aa0 b aa1 r ey0)) +("labat" nil (l aa1 b aa0 t)) +("labate" nil (l aa1 b ey0 t)) +("labaton" nil (l ae1 b ax t ax n)) +("labatt" nil (l ax b ae1 t)) +("labauve" nil (l ax b ow1 v)) +("labay" nil (l ae1 b ey0)) +("labbe" nil (l ae1 b)) +("labe" nil (l ey1 b)) +("labeau" nil (l ax b ow1)) +("label" nil (l ey1 b ax l)) +("labeled" nil (l ey1 b ax l d)) +("labeling" nil (l ey1 b ax l ih0 ng)) +("labell" nil (l ax b eh1 l)) +("labella" nil (l ax b eh1 l ax)) +("labelle" nil (l ax b eh1 l)) +("labelled" nil (l ey1 b ax l d)) +("labels" nil (l ey1 b ax l z)) +("labenski" nil (l aa0 b eh1 n s k iy0)) +("laber" nil (l ey1 b er0)) +("laberge" nil (l aa1 b er0 g)) +("labianca" nil (l aa0 b iy0 aa1 ng k ax)) +("labine" nil (l aa0 b iy1 n iy0)) +("lablanc" nil (l ax b l ae1 ng k)) +("labo" nil (l aa1 b ow0)) +("laboda" nil (l aa0 b ow1 d ax)) +("labombard" nil (l ae1 b ax m b er0 d)) +("labonte" nil (l ax b aa1 n t)) +("labor" nil (l ey1 b er0)) +("laboratoires" nil (l ax b ao1 r ax t w aa1 z)) +("laboratories" nil (l ae1 b r ax t ao1 r iy0 z)) +("laboratory" nil (l ae1 b r ax t ao1 r iy0)) +("laborde" nil (l ax b ao1 r d)) +("labore" nil (l ax b ao1 r)) +("labored" nil (l ey1 b er0 d)) +("laborer" nil (l ey1 b er0 er0)) +("laborers" nil (l ey1 b er0 er0 z)) +("laboring" nil (l ey1 b er0 ih0 ng)) +("laborious" nil (l ax b ao1 r iy0 ax s)) +("laboriously" nil (l ax b ao1 r iy0 ax s l iy0)) +("labors" nil (l ey1 b er0 z)) +("labossiere" nil (l ae1 b ax s iy0 eh0 r)) +("labouisse" nil (l aa0 b uw1 s)) +("labounty" nil (l ax b aw1 n t iy0)) +("labour" nil (l ey1 b aw1 r)) +("labove" nil (l ax b ah1 v)) +("labow" nil (l ae1 b ow0)) +("laboy" nil (l ax b oy1)) +("labrador" nil (l ae1 b r ax d ao1 r)) +("labrake" nil (l ae1 b r ax k)) +("labranche" nil (l aa0 b r aa1 n k iy0)) +("labreck" nil (l ae1 b r ih0 k)) +("labrecque" nil (l ax b r eh1 k)) +("labree" nil (l ax b r iy1)) +("labrie" nil (l ae1 b er0 iy0)) +("labrioche" nil (l aa1 b r iy0 ow1 sh)) +("labriola" nil (l aa0 b r iy0 ow1 l ax)) +("labrosse" nil (l aa0 b r ow1 s iy0)) +("labs" nil (l ae1 b z)) +("labuda" nil (l ax b y uw1 d ax)) +("labus" nil (l ae1 b ih0 s)) +("labyrinth" nil (l ae1 b er0 ih1 n th)) +("labyrinthine" nil (l ae1 b er0 ih1 n th iy1 n)) +("lac" nil (l ae1 k)) +("lacana" nil (l aa0 k ae1 n ax)) +("lacasse" nil (l aa0 k aa1 s iy0)) +("lacava" nil (l aa0 k aa1 v ax)) +("lacayo" nil (l aa0 k ey1 ow0)) +("lacaze" nil (l aa0 k aa1 z iy0)) +("laccoliths" nil (l ae1 k ax l ih0 th s)) +("lace" nil (l ey1 s)) +("laced" nil (l ey1 s t)) +("lacefield" nil (l ey1 s f iy1 l d)) +("lacer" nil (l ey1 s er0)) +("lacerate" nil (l ae1 s er0 ey1 t)) +("laceration" nil (l ae1 s er0 ey1 sh ax n)) +("lacerations" nil (l ae1 s er0 ey1 sh ax n z)) +("lacerte" nil (l aa0 ch eh1 r t iy0)) +("laces" nil (l ey1 s ax z)) +("lacewell" nil (l ey1 s w eh1 l)) +("lacey" nil (l ey1 s iy0)) +("lach" nil (l ae1 ch)) +("lachance" nil (l aa1 k ax n s)) +("lachapelle" nil (l ae1 sh ax p ax l)) +("lacharite" nil (l ae1 ch er0 ay1 t)) +("lache" nil (l ae1 ch)) +("lachenbruch" nil (l ae1 k ax n b r uw1 k)) +("lacher" nil (l ae1 k er0)) +("lachica" nil (l ae1 ch ih0 k ax)) +("lachlan" nil (l ae1 k l ax n)) +("lachman" nil (l ae1 k m ax n)) +("lachmar" nil (l ae1 k m aa0 r)) +("lachney" nil (l ae1 k n iy0)) +("lachowicz" nil (l aa1 hh ax v ih0 ch)) +("lacina" nil (l aa0 ch iy1 n ax)) +("lacivita" nil (l aa0 ch iy0 v iy1 t ax)) +("lack" nil (l ae1 k)) +("lackadaisical" nil (l ae1 k ax d ey1 z ih0 k ax l)) +("lackawanna" nil (l ae1 k ax w aa1 n ax)) +("lacked" nil (l ae1 k t)) +("lackey" nil (l ae1 k iy0)) +("lackeys" nil (l ae1 k iy0 z)) +("lackie" nil (l ae1 k iy0)) +("lacking" nil (l ae1 k ih0 ng)) +("lackluster" nil (l ae1 k l ah1 s t er0)) +("lackman" nil (l ae1 k m ax n)) +("lackner" nil (l ae1 k n er0)) +("lacko" nil (l ae1 k ow0)) +("lackovic" nil (l ae1 k ax v ih0 k)) +("lacks" nil (l ae1 k s)) +("laclair" nil (l ae1 k l er0)) +("laclede" nil (l aa0 k l iy1 d)) +("lacock" nil (l ae1 k ax k)) +("lacomb" nil (l ae1 k ax m)) +("lacombe" nil (l aa0 k ow1 m b iy0)) +("laconic" nil (l aa0 k aa1 n ih0 k)) +("laconte" nil (l aa0 k ow1 n t iy0)) +("lacorte" nil (l aa0 k ao1 r t iy0)) +("lacoss" nil (l ax k aa1 s)) +("lacosse" nil (l aa0 k ow1 s iy0)) +("lacoste" nil (l aa0 k ao1 s t)) +("lacount" nil (l ax k uw1 n t)) +("lacour" nil (l ax k uh1 r)) +("lacourse" nil (l ax k uh1 r s)) +("lacoursiere" nil (l ae1 k uh0 r s iy0 eh0 r)) +("lacouture" nil (l ae1 k uw0 ch er0)) +("lacovara" nil (l aa0 k ow0 v aa1 r ax)) +("lacquer" nil (l ae1 k er0)) +("lacquered" nil (l ae1 k er0 d)) +("lacroix" nil (l ax k r oy1)) +("lacross" nil (l ax k r ao1 s)) +("lacrosse" nil (l ax k r ao1 s)) +("lactase" nil (l ae1 k t ey1 s)) +("lactating" nil (l ae1 k t ey0 t ih0 ng)) +("lactation" nil (l ae0 k t ey1 sh ax n)) +("lacteals" nil (l ae1 k t iy1 l z)) +("lacter" nil (l ae1 k t er0)) +("lactic" nil (l ae1 k t ih0 k)) +("lactobacillus" nil (l ae1 k t ow0 b ax s ih1 l ax s)) +("lactone" nil (l ae1 k t ow0 n)) +("lactose" nil (l ae1 k t ow0 s)) +("lacy" nil (l ey1 s iy0)) +("lad" nil (l ae1 d)) +("lada" nil (l aa1 d ax)) +("ladas" nil (l aa1 d ax z)) +("ladbroke" nil (l ae1 d b r ow1 k)) +("ladd" nil (l ae1 d)) +("ladder" nil (l ae1 d er0)) +("ladders" nil (l ae1 d er0 z)) +("lade" nil (l ey1 d)) +("ladehoff" nil (l ae1 d ax hh ao0 f)) +("laden" nil (l ey1 d ax n)) +("ladenburg" nil (l ey1 d ax n b er0 g)) +("lader" nil (l ey1 d er0)) +("ladewig" nil (l ae1 d uw0 ih0 g)) +("ladies" nil (l ey1 d iy0 z)) +("lading" nil (l ey1 d ih0 ng)) +("ladino" nil (l ax d iy1 n ow0)) +("ladish" nil (l aa0 d ih1 sh)) +("ladle" nil (l ey1 d ax l)) +("ladled" nil (l ey1 d ax l d)) +("ladles" nil (l ey1 d ax l z)) +("ladley" nil (l ae1 d l iy0)) +("ladner" nil (l ae1 d n er0)) +("ladnier" nil (l ae1 d n iy0 er0)) +("ladouceur" nil (l ae1 d uw0 s er0)) +("ladow" nil (l ae1 d ow0)) +("lads" nil (l ae1 d z)) +("ladson" nil (l ae1 d s ax n)) +("laduca" nil (l aa0 d uw1 k ax)) +("ladue" nil (l aa1 d w eh0)) +("laduke" nil (l aa0 d uw1 k ey0)) +("ladwig" nil (l ae1 d w ih0 g)) +("lady" nil (l ey1 d iy0)) +("ladybird" nil (l ey1 d iy0 b er1 d)) +("ladybugs" nil (l ey1 d iy0 b ah1 g z)) +("ladylike" nil (l ey1 d iy0 l ay1 k)) +("laenderbank" nil (l ae1 n d er0 b ae1 ng k)) +("laevo" nil (l ey1 v ow0)) +("lafalce" nil (l aa0 f ae1 l s iy0)) +("lafarge" nil (l aa0 f aa1 r jh)) +("lafata" nil (l aa0 f aa1 t ax)) +("lafauci" nil (l aa0 f ao1 ch iy0)) +("lafave" nil (l ax f ey1 v)) +("lafavor" nil (l ae1 f ax v er0)) +("lafayette" nil (l aa1 f iy0 eh1 t)) +("lafer" nil (l ey1 f er0)) +("laferriere" nil (l ae1 f er0 iy0 eh0 r)) +("lafever" nil (l ae1 f eh0 v er0)) +("lafevers" nil (l ae1 f eh0 v er0 z)) +("lafeyette" nil (l aa1 f iy0 eh1 t)) +("laff" nil (l ae1 f)) +("laffer" nil (l ae1 f er0)) +("lafferty" nil (l ae1 f er0 t iy0)) +("laffey" nil (l ae1 f iy0)) +("laffin" nil (l ae1 f ih0 n)) +("laffitte" nil (l ax f ih1 t)) +("laffoon" nil (l ax f uw1 n)) +("lafite" nil (l aa0 f ay1 t)) +("lafitte" nil (l ax f ih1 t)) +("laflam" nil (l ax f l ae1 m)) +("laflamme" nil (l ae1 f l ih0 m)) +("lafleche" nil (l ax f l eh1 sh)) +("lafler" nil (l ey1 f ax l er0)) +("lafleur" nil (l ax f l er1)) +("laflin" nil (l ae1 f l ih0 n)) +("lafoe" nil (l ax f ow1)) +("lafollette" nil (l ae1 f ax l eh0 t)) +("lafon" nil (l ae1 f ax n)) +("lafond" nil (l ax f aa1 n d)) +("lafont" nil (l ax f aa1 n t)) +("lafontaine" nil (l ae1 f ax n t ey1 n)) +("lafontant" nil (l aa0 f aa1 n t ax n t)) +("laforce" nil (l ax f ao1 r s)) +("laforest" nil (l ax f ao1 r ax s t)) +("laforge" nil (l ax f ao1 r g)) +("laforte" nil (l ax f ao1 r t)) +("lafortune" nil (l ae1 f er0 t uw0 n)) +("lafosse" nil (l ax f aa1 s)) +("lafountain" nil (l aa1 f aa1 n t ey1 n)) +("lafountaine" nil (l aa1 f aa1 n t ey1 n)) +("lafoy" nil (l ax f oy1)) +("laframboise" nil (l ah1 f r ae1 m b w aa1)) +("lafrance" nil (l ax f r ae1 n s)) +("lafreniere" nil (l ae1 f r ih0 n iy0 eh0 r)) +("lafrenz" nil (l ae1 f r ih0 n s)) +("lafuente" nil (l aa0 f w eh1 n t ey0)) +("lag" nil (l ae1 g)) +("lagace" nil (l aa0 g aa1 ch iy0)) +("lagan" nil (l ae1 g ax n)) +("lagana" nil (l aa0 g ae1 n ax)) +("lagarde" nil (l aa0 g aa1 r d iy0)) +("lagardere" nil (l aa0 g aa0 r d ih1 r)) +("lagasse" nil (l aa0 g aa1 s iy0)) +("lagattuta" nil (l aa0 g aa0 t uw1 t ax)) +("lage" nil (l ey1 jh)) +("lager" nil (l aa1 g er0)) +("lagergren" nil (l ey1 g er0 g r eh0 n)) +("lagerquist" nil (l ey1 g er0 k w ih0 s t)) +("lagerstrom" nil (l ey1 g er0 s t r ax m)) +("lagesse" nil (l ae1 g eh0 s)) +("laggard" nil (l ae1 g er0 d)) +("laggards" nil (l ae1 g er0 d z)) +("lagged" nil (l ae1 g d)) +("lagging" nil (l ae1 g ih0 ng)) +("lagle" nil (l ey1 g ax l)) +("lagnado" nil (l aa1 g n aa1 d ow0)) +("lago" nil (l aa1 g ow0)) +("lagomarsino" nil (l aa0 g ow1 m aa0 r s iy1 n ow0)) +("lagoon" nil (l ax g uw1 n)) +("lagoons" nil (l ax g uw1 n z)) +("lagos" nil (l ey1 g ao0 s)) +("lagow" nil (l ae1 g ow0)) +("lagrange" nil (l ae1 g r ey1 n jh)) +("lagreca" nil (l aa0 g r eh1 k ax)) +("lagroceria" nil (l aa0 g r ow1 s er0 iy1 ah1)) +("lagrone" nil (l aa0 g r ow1 n iy0)) +("lagrow" nil (l ae1 g r ow1)) +("lags" nil (l ae1 g z)) +("laguardia" nil (l ax g w aa1 r d iy0 ax)) +("lague" nil (l aa1 g)) +("laguna" nil (l ax g uw1 n ax)) +("lagunas" nil (l ax g uw1 n ax z)) +("lahaie" nil (l ae1 hh iy0)) +("laham" nil (l ae1 hh ax m)) +("lahaye" nil (l ae1 hh ey0)) +("lahey" nil (l ey1 hh iy0)) +("lahiff" nil (l ae1 hh ih0 f)) +("lahm" nil (l ae1 m)) +("lahman" nil (l aa1 m ax n)) +("lahmann" nil (l aa1 m ax n)) +("lahn" nil (l ae1 n)) +("lahood" nil (l aa1 hh uh0 d)) +("lahore" nil (l aa0 hh ao1 r)) +("lahr" nil (l aa1 r)) +("lahti" nil (l aa1 t iy0)) +("lahue" nil (l ae1 hh y uw0)) +("lai" nil (l ay1)) +("laib" nil (l ey1 b)) +("laible" nil (l ey1 b ax l)) +("laibowitz" nil (l ey1 b ax w ih0 t s)) +("laibrook" nil (l ey1 b r uh1 k)) +("laiche" nil (l ey1 ch)) +("laid" nil (l ey1 d)) +("laidig" nil (l ey1 d ih0 g)) +("laidlaw" nil (l ey1 d l ao1)) +("laidler" nil (l ey1 d l er0)) +("laidley" nil (l ey1 d l iy0)) +("lail" nil (l ey1 l)) +("laimbeer" nil (l ey1 m b ih1 r)) +("lain" nil (l ey1 n)) +("laine" nil (l ey1 n)) +("laing" nil (l aa1 ih0 ng)) +("lainhart" nil (l ay1 n hh aa0 r t)) +("laino" nil (l ey1 n ow0)) +("lair" nil (l eh1 r)) +("laird" nil (l eh1 r d)) +("lairmore" nil (l eh1 r m ao0 r)) +("lairson" nil (l eh1 r s ax n)) +("lais" nil (l ey1 z)) +("laissez" nil (l ey1 z ey1)) +("lait" nil (l ey1)) +("laitinen" nil (l ay1 t ih0 n ax n)) +("laity" nil (l ey1 ax t iy0)) +("lajeunesse" nil (l ae1 y oy0 n eh0 s)) +("lajoie" nil (l ae1 jh w aa0)) +("lajous" nil (l ax zh uw1 s)) +("lak" nil (l ae1 k)) +("lakatos" nil (l ae1 k ax t ow0 z)) +("lake" nil (l ey1 k)) +("lakefield" nil (l ey1 k f iy1 l d)) +("lakefront" nil (l ey1 k f r ah1 n t)) +("lakeland" nil (l ey1 k l ax n d)) +("lakeman" nil (l ey1 k m ax n)) +("laker" nil (l ey1 k er0)) +("lakers" nil (l ey1 k er0 z)) +("lakes" nil (l ey1 k s)) +("lakeshore" nil (l ey1 k sh ao1 r)) +("lakeside" nil (l ey1 k s ay1 d)) +("lakeview" nil (l ey1 k v y uw1)) +("lakewood" nil (l ey1 k w uh1 d)) +("lakey" nil (l ey1 k iy0)) +("lakin" nil (l ae1 k ih0 n)) +("lakins" nil (l ae1 k ih0 n z)) +("lal" nil (l ae1 l)) +("lala" nil (l aa1 l ax)) +("lalande" nil (l aa0 l aa1 n d iy0)) +("laliberte" nil (l aa0 l iy0 b eh1 r t iy0)) +("lalit" nil (l ax l iy1 t)) +("lalita" nil (l ax l iy1 t ax)) +("lalitesh" nil (l aa1 l ih1 t eh1 sh)) +("lall" nil (l ao1 l)) +("lalla" nil (l ae1 l ax)) +("lalley" nil (l ae1 l iy0)) +("lalli" nil (l ae1 l iy0)) +("lallie" nil (l ao1 l iy0)) +("lallier" nil (l ae1 l iy0 er0)) +("lally" nil (l ae1 l iy0)) +("lalonde" nil (l aa0 l ow1 n d iy0)) +("lalone" nil (l aa0 l ow1 n iy0)) +("lalor" nil (l ae0 l ao1 r)) +("lam" nil (l ae1 m)) +("lama" nil (l aa1 m ax)) +("lamacchia" nil (l aa0 m aa1 k iy0 ax)) +("lamagna" nil (l aa0 m aa1 g n ax)) +("lamaist" nil (l aa1 m ay0 ih0 s t)) +("laman" nil (l ey1 m ax n)) +("lamanna" nil (l ae1 m ih0 n ax)) +("lamantia" nil (l aa0 m aa1 n sh ax)) +("lamar" nil (l ax m aa1 r)) +("lamarca" nil (l aa0 m aa1 r k ax)) +("lamarche" nil (l aa0 m aa1 r k iy0)) +("lamarr" nil (l aa0 m aa1 r)) +("lamarre" nil (l aa0 m aa1 r iy0)) +("lamartina" nil (l aa0 m aa0 r t iy1 n ax)) +("lamaster" nil (l aa1 m ae0 s t er0)) +("lamastus" nil (l ae1 m ax s t ih0 s)) +("lamattina" nil (l aa0 m aa0 t iy1 n ax)) +("lamaur" nil (l ax m ao1 r)) +("lamay" nil (l ae1 m ey0)) +("lamb" nil (l ae1 m)) +("lambaste" nil (l ae1 m b ae1 s t)) +("lambasted" nil (l ae1 m b ae1 s t ih0 d)) +("lambastes" nil (l ae1 m b ae1 s t s)) +("lambasting" nil (l ae0 m b ey1 s t ih0 ng)) +("lambda" nil (l ae1 m d ax)) +("lambdin" nil (l ae1 m d ih0 n)) +("lambe" nil (l ae1 m)) +("lamberg" nil (l ae1 m b er0 g)) +("lamberson" nil (l ae1 m b er0 s ax n)) +("lambert" nil (l ae1 m b er0 t)) +("lamberth" nil (l ae1 m b er0 th)) +("lamberti" nil (l aa0 m b eh1 r t iy0)) +("lamberto" nil (l aa0 m b eh1 r t ow1)) +("lamberton" nil (l ae1 m b er0 t ax n)) +("lambertson" nil (l ae1 m b er0 t s ax n)) +("lamberty" nil (l ae1 m b er0 t iy0)) +("lambeth" nil (l ae1 m b ih0 th)) +("lambiase" nil (l aa0 m b iy0 aa1 s iy0)) +("lambie" nil (l ae1 m b iy0)) +("lambing" nil (l ae1 m ih0 ng)) +("lamborghini" nil (l ae1 m b er0 g iy1 n iy0)) +("lamborghinis" nil (l ae1 m b er0 g iy1 n iy0 z)) +("lamborn" nil (l ax m b ao1 r n)) +("lamboy" nil (l ae1 m b oy1)) +("lambrecht" nil (l ae1 m b r ih0 k t)) +("lambright" nil (l ae1 m b r ay1 t)) +("lambro" nil (l ae1 m b r ow0)) +("lambros" nil (l ae1 m b r ow0 z)) +("lambs" nil (l ae1 m z)) +("lambsdorff" nil (l ae1 m z d ao0 r f)) +("lambson" nil (l ae1 m s ax n)) +("lamby" nil (l ae1 m b iy0)) +("lame" nil (l ey1 m)) +("lamellar" nil (l ax m eh1 l er0)) +("lamely" nil (l ey1 m l iy0)) +("lamendola" nil (l aa0 m eh0 n d ow1 l ax)) +("lament" nil (l ax m eh1 n t)) +("lamentable" nil (l ax m eh1 n t ax b ax l)) +("lamented" nil (l ax m eh1 n t ih0 d)) +("lamenting" nil (l ax m eh1 n t ih0 ng)) +("laments" nil (l ax m eh1 n t s)) +("lamer" nil (l ey1 m er0)) +("lamere" nil (l aa0 m eh1 r ey0)) +("lamers" nil (l ey1 m er0 z)) +("lamey" nil (l ey1 m iy0)) +("lamia" nil (l ey1 m iy0 ax)) +("lamica" nil (l ae1 m ih0 k ax)) +("lamie" nil (l ey1 m iy0)) +("lamina" nil (l ae1 m ax n ax)) +("laminack" nil (l ae1 m ih0 n ax k)) +("laminated" nil (l ae1 m ax n ey1 t ax d)) +("laminates" nil (l ae1 m ax n ax t s)) +("laminating" nil (l ae1 m ax n ey1 t ih0 ng)) +("lamine" nil (l ax m iy1 n)) +("lamirande" nil (l aa0 m ih0 r aa1 n d iy0)) +("lamison" nil (l ae1 m ih0 s ax n)) +("lamke" nil (l ae1 m k iy0)) +("lamkin" nil (l ae1 m k ih0 n)) +("lamle" nil (l ae1 m l iy0)) +("lamm" nil (l ae1 m)) +("lamme" nil (l ae1 m)) +("lammers" nil (l ae1 m er0 z)) +("lammert" nil (l ae1 m er0 t)) +("lammey" nil (l ae1 m iy0)) +("lammi" nil (l ae1 m iy0)) +("lammon" nil (l ae1 m ax n)) +("lammond" nil (l ae1 m ax n d)) +("lammons" nil (l ae1 m ax n z)) +("lamon" nil (l aa0 m ao1 n)) +("lamond" nil (l ax m aa1 n d)) +("lamonica" nil (l aa0 m ow0 n iy1 k ax)) +("lamons" nil (l aa1 m ow0 n z)) +("lamont" nil (l ax m aa1 n t)) +("lamontagne" nil (l aa1 m aa0 n t ey1 n)) +("lamonte" nil (l aa0 m aa1 n t)) +("lamora" nil (l aa0 m ao1 r ax)) +("lamore" nil (l aa1 m ao0 r)) +("lamoreaux" nil (l ae1 m er0 ow0)) +("lamoreux" nil (l ae1 m er0 ow0)) +("lamorte" nil (l aa0 m ao1 r t iy0)) +("lamos" nil (l aa1 m ow0 s)) +("lamothe" nil (l ae1 m ax dh)) +("lamott" nil (l ax m aa1 t)) +("lamotta" nil (l aa0 m ow1 t ax)) +("lamotte" nil (l ax m ao1 t)) +("lamountain" nil (l ae1 m uw0 n t ey0 n)) +("lamoureaux" nil (l ae1 m uh0 r ow0)) +("lamoureux" nil (l ae1 m uh0 r ow0)) +("lamp" nil (l ae1 m p)) +("lampe" nil (l ae1 m p)) +("lampert" nil (l ae1 m p er1 t)) +("lampf" nil (l ae1 m p f)) +("lamphear" nil (l ae1 m f er0)) +("lamphere" nil (l ae1 m f er0)) +("lamphier" nil (l ae1 m f iy0 er0)) +("lampi" nil (l ae1 m p iy0)) +("lamping" nil (l ae1 m p ih0 ng)) +("lampkin" nil (l ae1 m p k ih0 n)) +("lampkins" nil (l ae1 m p k ih0 n z)) +("lampl" nil (l ae1 m p ax l)) +("lampley" nil (l ae1 m p l iy0)) +("lamplighters" nil (l ae1 m p l ay1 t er0 z)) +("lampman" nil (l ae1 m p m ax n)) +("lampo" nil (l ae1 m p ow0)) +("lampoon" nil (l ae0 m p uw1 n)) +("lampooned" nil (l ae0 m p uw1 n d)) +("lamport" nil (l ae1 m p ao1 r t)) +("lampp" nil (l ae1 m p)) +("lampposts" nil (l ae1 m p p ow1 s t s)) +("lamprey" nil (l ae1 m p r iy0)) +("lampreys" nil (l ae1 m p r iy0 z)) +("lampron" nil (l ae1 m p r ax n)) +("lampros" nil (l ae1 m p r ow0 z)) +("lamps" nil (l ae1 m p s)) +("lampson" nil (l ae1 m p s ax n)) +("lampton" nil (l ae1 m p t ax n)) +("lamson" nil (l ae1 m s ax n)) +("lamston" nil (l ae1 m s t ax n)) +("lamy" nil (l ey1 m iy0)) +("lan" nil (l ae1 n)) +("lana" nil (l ae1 n ax)) +("lanagan" nil (l ae1 n ax g ae0 n)) +("lanahan" nil (l ae1 n ax hh ae0 n)) +("lanasa" nil (l aa0 n aa1 s ax)) +("lancashire" nil (l ae1 ng k ax sh ay1 r)) +("lancaster" nil (l ae1 n k ae1 s t er0)) +("lancastrian" nil (l ae1 ng k ae1 s t r iy0 ax n)) +("lance" nil (l ae1 n s)) +("lancelet" nil (l ae1 n s l ax t)) +("lancelot" nil (l ae1 n s ax l aa1 t)) +("lanceolate" nil (l ae1 n s iy0 ax l ey1 t)) +("lancer" nil (l ae1 n s er0)) +("lancers" nil (l ae1 n s er0 z)) +("lancet" nil (l ae1 n s ax t)) +("lancets" nil (l ae1 n s ax t s)) +("lancia" nil (l aa1 n ch ax)) +("lancing" nil (l ae1 n s ih0 ng)) +("lancit" nil (l ae1 n s ih0 t)) +("lanclos" nil (l ae1 n k l ow0 z)) +("lancome" nil (l ae1 n k ax m)) +("lancon" nil (l ae1 ng k ax n)) +("lancour" nil (l ax n k uh1 r)) +("lanctot" nil (l ae1 ng k t ax t)) +("lancz" nil (l ae1 n ch)) +("land" nil (l ae1 n d)) +("landa" nil (l ae1 n d ax)) +("landau" nil (l ae1 n d aw1)) +("landauer" nil (l ae1 n d aw1 er0)) +("landay" nil (l ae1 n d ey1)) +("landbank" nil (l ae1 n d b ae1 ng k)) +("landberg" nil (l ae1 n d b er0 g)) +("lande" nil (l ae1 n d)) +("landeck" nil (l ae1 n d ih0 k)) +("landed" nil (l ae1 n d ax d)) +("landefeld" nil (l ae1 n d ih0 f eh0 l d)) +("landell" nil (l ae0 n d eh1 l)) +("landen" nil (l ae1 n d ax n)) +("landenberger" nil (l ae1 n d ax n b er0 g er0)) +("lander" nil (l ae1 n d er0)) +("landeros" nil (l ae1 n d er0 ow0 z)) +("landers" nil (l ae1 n d er0 z)) +("landes" nil (l ae1 n d z)) +("landesbank" nil (l ae1 n d iy0 z b ae1 ng k)) +("landesman" nil (l ae1 n d ih0 s m ax n)) +("landess" nil (l ae1 n d ax s)) +("landfair" nil (l ae1 n d f eh1 r)) +("landfall" nil (l ae1 n d f ao1 l)) +("landfill" nil (l ae1 n d f ih1 l)) +("landfilling" nil (l ae1 n d f ih0 l ih0 ng)) +("landfills" nil (l ae1 n d f ih1 l z)) +("landforms" nil (l ae1 n d f ao1 r m z)) +("landfried" nil (l ae1 n d f er0 iy0 d)) +("landgraf" nil (l ae1 n jh r ax f)) +("landgrave" nil (l ae1 n d g r ey1 v)) +("landgrebe" nil (l ae1 n jh r ih0 b)) +("landgren" nil (l ae1 n d g r eh0 n)) +("landholders" nil (l ae1 n d hh ow1 l d er0 z)) +("landholding" nil (l ae1 n d hh ow1 l d ih0 ng)) +("landholdings" nil (l ae1 n d hh ow1 l d ih0 ng z)) +("landi" nil (l ae1 n d iy0)) +("landin" nil (l ae1 n d ih0 n)) +("landing" nil (l ae1 n d ih0 ng)) +("landingham" nil (l ae1 n d ih0 ng hh ae1 m)) +("landings" nil (l ae1 n d ih0 ng z)) +("landini" nil (l aa0 n d iy1 n iy0)) +("landino" nil (l aa0 n d iy1 n ow0)) +("landis" nil (l ae1 n d ih0 s)) +("landlady" nil (l ae1 n d l ey1 d iy0)) +("landler" nil (l ae1 n d l er0)) +("landless" nil (l ae1 n d l ax s)) +("landlocked" nil (l ae1 n d l aa1 k t)) +("landlord" nil (l ae1 n d l ao1 r d)) +("landlords" nil (l ae1 n d l ao1 r d z)) +("landman" nil (l ae1 n d m ax n)) +("landmark" nil (l ae1 n d m aa1 r k)) +("landmarks" nil (l ae1 n d m aa1 r k s)) +("landmass" nil (l ae1 n d m ae1 s)) +("landmesser" nil (l ae1 n d m eh1 s er0)) +("lando" nil (l ae1 n d ow0)) +("landolfi" nil (l aa0 n d ow1 l f iy0)) +("landolt" nil (l ae1 n d ow1 l t)) +("landon" nil (l ae1 n d ax n)) +("landor" nil (l ae1 n d er0)) +("landover" nil (l ae1 n d ow1 v er0)) +("landow" nil (l ae1 n d ow0)) +("landowner" nil (l ae1 n d ow1 n er0)) +("landowners" nil (l ae1 n d ow1 n er0 z)) +("landowski" nil (l ax n d ao1 f s k iy0)) +("landreneau" nil (l ae1 n d r ih0 n ow0)) +("landress" nil (l ae1 n d r ih0 s)) +("landreth" nil (l ae1 n d r ih0 th)) +("landrigan" nil (l ae1 n d r ih0 g ax n)) +("landrith" nil (l ae1 n d r ih0 th)) +("landrum" nil (l ae1 n d r ax m)) +("landrus" nil (l ae1 n d r ax s)) +("landry" nil (l ae1 n d r iy0)) +("lands" nil (l ae1 n d z)) +("landsat" nil (l ae1 n d s ae1 t)) +("landsberg" nil (l ae1 n d z b er0 g)) +("landsberger" nil (l ae1 n d z b er0 g er0)) +("landsbergis" nil (l ae1 n d z b er0 g ax s)) +("landscape" nil (l ae1 n d s k ey1 p)) +("landscaped" nil (l ae1 n d s k ey1 p t)) +("landscaper" nil (l ae1 n d s k ey1 p er0)) +("landscapers" nil (l ae1 n d s k ey1 p er0 z)) +("landscapes" nil (l ae1 n d s k ey1 p s)) +("landscaping" nil (l ae1 n d s k ey1 p ih0 ng)) +("landslide" nil (l ae1 n d s l ay1 d)) +("landslides" nil (l ae1 n d s l ay1 d z)) +("landsman" nil (l ae1 n d z m ax n)) +("landstrom" nil (l ae1 n d s t r ax m)) +("landt" nil (l ae1 n t)) +("landward" nil (l ae1 n d w er0 d)) +("landwehr" nil (l ae1 n d w ih0 r)) +("landy" nil (l ae1 n d iy0)) +("lane" nil (l ey1 n)) +("lanehart" nil (l ey1 n hh aa1 r t)) +("lanes" nil (l ey1 n z)) +("lanese" nil (l aa0 n ey1 z iy0)) +("lanete" nil (l ax n iy1 t)) +("laneve" nil (l ax n iy1 v)) +("laney" nil (l ey1 n iy0)) +("lanfear" nil (l ae1 n f er0)) +("lanford" nil (l ae1 n f er0 d)) +("lang" nil (l ae1 ng)) +("langan" nil (l ae1 ng g ax n)) +("langbehn" nil (l ae1 ng b ih0 n)) +("langbein" nil (l ae1 ng b ay0 n)) +("langbo" nil (l ae1 ng b ow0)) +("langdale" nil (l ae1 ng d ey1 l)) +("langdon" nil (l ae1 ng d ax n)) +("lange" nil (l ae1 ng)) +("langel" nil (l ey1 ng g ax l)) +("langeland" nil (l ey1 ng g ih0 l ax n d)) +("langelier" nil (l ey1 n jh l iy0 er0)) +("langella" nil (l ae0 n jh eh1 l er0)) +("langen" nil (l ae1 ng ax n)) +("langenbach" nil (l ey1 ng g ih0 n b aa0 k)) +("langenberg" nil (l ae1 ng ax n b er0 g)) +("langenderfer" nil (l ey1 ng g ih0 n d er0 f er0)) +("langendorf" nil (l ey1 ng g ih0 n d ao0 r f)) +("langenfeld" nil (l ey1 ng g ih0 n f eh0 l d)) +("langer" nil (l ae1 ng er0)) +("langerman" nil (l ae1 ng er0 m ax n)) +("langevin" nil (l ey1 ng g ih0 v ih0 n)) +("langfeldt" nil (l ae1 ng f eh0 l t)) +("langfitt" nil (l ae1 ng f ih0 t)) +("langford" nil (l ae1 ng f er0 d)) +("langguth" nil (l ae1 n g uw0 th)) +("langham" nil (l ae1 ng hh ae0 m)) +("langhans" nil (l ae1 ng hh ax n z)) +("langhoff" nil (l ae1 ng hh ao0 f)) +("langhorne" nil (l ae1 ng hh ao0 r n)) +("langhorst" nil (l ae1 ng hh ao0 r s t)) +("langill" nil (l ae1 ng g ax l)) +("langille" nil (l aa0 ng g iy1 l iy0)) +("langlais" nil (l ax ng g l ey1)) +("langland" nil (l ae1 ng l ax n d)) +("langley" nil (l ae1 ng l iy0)) +("langlinais" nil (l ae1 ng g l ih0 n ey0)) +("langlois" nil (l ax ng l w aa1)) +("langman" nil (l ae1 ng m ax n)) +("langner" nil (l ae1 ng n er0)) +("lango" nil (l aa1 ng g ow0)) +("langone" nil (l aa0 ng g ow1 n iy0)) +("langowski" nil (l ax ng g ao1 f s k iy0)) +("langrehr" nil (l ae1 ng g r ih0 r)) +("langridge" nil (l ae1 ng g r ih0 jh)) +("langsam" nil (l ae1 ng s ax m)) +("langsdorf" nil (l ae1 ng z d ao0 r f)) +("langseth" nil (l ae1 ng s eh0 th)) +("langsford" nil (l ae1 ng z f er0 d)) +("langstaff" nil (l ae1 ng s t ae0 f)) +("langston" nil (l ae1 ng s t ax n)) +("langton" nil (l ae1 ng t ax n)) +("language" nil (l ae1 ng g w ax jh)) +("languages" nil (l ae1 ng g w ax jh ax z)) +("languid" nil (l ae1 ng g w ax d)) +("languish" nil (l ae1 ng g w ih0 sh)) +("languished" nil (l ae1 ng g w ih0 sh t)) +("languishes" nil (l ae1 ng g w ih0 sh ih0 z)) +("languishing" nil (l ae1 ng g w ih0 sh ih0 ng)) +("langwell" nil (l ae1 ng g w eh0 l)) +("langworth" nil (l ae1 ng g w er0 th)) +("langworthy" nil (l ae1 ng w er0 dh iy0)) +("lanham" nil (l ae1 n ax m)) +("lani" nil (l aa1 n iy0)) +("lanier" nil (l ax n ih1 r)) +("lanigan" nil (l ae1 n ih0 g ax n)) +("laning" nil (l ey1 n ih0 ng)) +("laningham" nil (l ae1 n ih0 ng hh ae1 m)) +("lanius" nil (l ey1 n iy0 ih0 s)) +("lank" nil (l ae1 ng k)) +("lanka" nil (l ae1 ng k ax)) +("lankan" nil (l ae1 ng k ax n)) +("lankans" nil (l ae1 ng k ax n z)) +("lankford" nil (l ae1 ng k f er0 d)) +("lanktree" nil (l ae1 ng k t r iy1)) +("lanky" nil (l ae1 ng k iy0)) +("lanman" nil (l ae1 n m ax n)) +("lann" nil (l ae1 n)) +("lanna" nil (l ae1 n ax)) +("lannan" nil (l ae1 n ax n)) +("lannen" nil (l ae1 n ax n)) +("lanners" nil (l ae1 n er0 z)) +("lanni" nil (l ae1 n iy0)) +("lanning" nil (l ae1 n ih0 ng)) +("lannom" nil (l ae1 n ax m)) +("lannon" nil (l ae1 n ax n)) +("lanny" nil (l ae1 n iy0)) +("lano" nil (l aa1 n ow0)) +("lanolin" nil (l ae1 n ax l ax n)) +("lanoue" nil (l ae1 n uw0 ey1)) +("lanouette" nil (l ae1 n uw0 eh0 t)) +("lanphear" nil (l ae1 n f ih1 r)) +("lanpher" nil (l ae1 n f er0)) +("lanphere" nil (l ae1 n f ih1 r)) +("lanphier" nil (l ae1 n f ih0 r)) +("lansberry" nil (l ae1 n z b eh1 r iy0)) +("lansbury" nil (l ae1 n z b er1 iy0)) +("lansdale" nil (l ae1 n z d ey1 l)) +("lansdell" nil (l ae1 n z d ax l)) +("lansdown" nil (l ae1 n z d aw0 n)) +("lansdowne" nil (l ae1 n s d aw1 n)) +("lanser" nil (l ae1 n s er0)) +("lansford" nil (l ae1 n s f er0 d)) +("lansing" nil (l ae1 n s ih0 ng)) +("lansky" nil (l ae1 n s k iy0)) +("lanston" nil (l ae1 n s t ax n)) +("lant" nil (l ae1 n t)) +("lantana" nil (l ae0 n t ae1 n ax)) +("lanter" nil (l ae1 n t er0)) +("lanterman" nil (l ae1 n t er0 m ax n)) +("lantern" nil (l ae1 n t er0 n)) +("lanterns" nil (l ae1 n t er0 n z)) +("lanthanum" nil (l ae1 n th ax n ax m)) +("lanthier" nil (l ae1 n th iy0 er0)) +("lanting" nil (l ae1 n t ih0 ng)) +("lantis" nil (l aa1 n t ih0 s)) +("lantos" nil (l ae1 n t ow0 s)) +("lantrip" nil (l ae1 n t r ih0 p)) +("lantry" nil (l ae1 n t r iy0)) +("lantz" nil (l ae1 n t s)) +("lantzy" nil (l ae1 n t z iy0)) +("lanum" nil (l ae1 n ax m)) +("lanvin" nil (l ae1 n v ih0 n)) +("lanyi" nil (l aa1 n y iy0)) +("lanyon" nil (l ae1 n y ax n)) +("lanz" nil (l ae1 n z)) +("lanza" nil (l ae1 n z ax)) +("lanzelotti" nil (l ae1 n z ax l aa1 t iy0)) +("lanzer" nil (l ae1 n z er0)) +("lanzet" nil (l ae1 n z ax t)) +("lanzi" nil (l ae1 n z iy0)) +("lanzillo" nil (l ae1 n z ih1 l ow0)) +("lanzo" nil (l ae1 n z ow0)) +("lao" nil (l aw1)) +("laos" nil (l aa1 ow0 s)) +("laotian" nil (l ey0 ow1 sh ax n)) +("lap" nil (l ae1 p)) +("lapage" nil (l aa1 p ih0 jh)) +("lapaglia" nil (l aa0 p aa1 g l iy0 ax)) +("lapalme" nil (l aa0 p aa1 l m iy0)) +("lapan" nil (l ax p ae1 n)) +("laparoscopic" nil (l ae1 p er0 aa1 s k ax p ih0 k)) +("lapdog" nil (l ae1 p d ao1 g)) +("lape" nil (l ey1 p)) +("lapel" nil (l ax p eh1 l)) +("lapenna" nil (l aa0 p eh1 n ax)) +("lapenta" nil (l aa0 p eh1 n t ax)) +("laperle" nil (l ae1 p er0 ax l)) +("lapeyrouse" nil (l ae1 p ih0 r uw0 s)) +("lapham" nil (l ae1 f ax m)) +("lapiana" nil (l aa0 p iy0 ae1 n ax)) +("lapidary" nil (l ae1 p ax d eh1 r iy0)) +("lapides" nil (l ax p ay1 d z)) +("lapidus" nil (l ae1 p ih0 d ih0 s)) +("lapier" nil (l ey1 p iy0 er0)) +("lapierre" nil (l ae1 p iy0 eh0 r)) +("lapin" nil (l ae1 p ih0 n)) +("lapine" nil (l aa0 p iy1 n iy0)) +("lapinski" nil (l ax p ih1 n s k iy0)) +("lapinsky" nil (l ax p ih1 n s k iy0)) +("lapka" nil (l aa1 p k ax)) +("laplaca" nil (l ax p l aa1 k ax)) +("lapland" nil (l ae1 p l ae1 n d)) +("laplant" nil (l ax p l ao1 n t)) +("laplante" nil (l ax p l aa1 n t iy0)) +("laplume" nil (l ax p l uw1 m)) +("lapoint" nil (l ax p oy1 n t)) +("lapointe" nil (l ax p oy1 n t)) +("lapolla" nil (l ax p ow1 l ax)) +("laporta" nil (l ax p ao1 r t ax)) +("laporte" nil (l ax p ao1 r t)) +("lapp" nil (l ae1 p)) +("lappe" nil (l ae1 p)) +("lapped" nil (l ae1 p t)) +("lappen" nil (l ae1 p ax n)) +("lappin" nil (l ax p ae1 n)) +("lapping" nil (l ae1 p ih0 ng)) +("lapps" nil (l ae1 p s)) +("laprade" nil (l aa0 p r aa1 d iy0)) +("laprairie" nil (l ax p r eh1 r iy0)) +("lapre" nil (l ey1 p er0)) +("laprise" nil (l aa1 p r ay0 z)) +("laps" nil (l ae1 p s)) +("lapse" nil (l ae1 p s)) +("lapsed" nil (l ae1 p s t)) +("lapses" nil (l ae1 p s ih0 z)) +("lapsing" nil (l ae1 p s ih0 ng)) +("lapsley" nil (l ae1 p s l iy0)) +("laptop" nil (l ae1 p t aa1 p)) +("laptops" nil (l ae1 p t aa1 p s)) +("lar" nil (l aa1 r)) +("lara" nil (l aa1 r ax)) +("larabee" nil (l ae1 r ax b iy0)) +("laraia" nil (l aa0 r aa1 y ax)) +("laraine" nil (l er0 ey1 n)) +("laramee" nil (l ae1 r ax m iy0)) +("laramie" nil (l eh1 r ax m iy0)) +("laramore" nil (l ae1 r ax m ao1 r)) +("laraway" nil (l ae1 r ax w ey1)) +("larcenous" nil (l aa1 r s ax n ax s)) +("larceny" nil (l aa1 r s ax n iy0)) +("larch" nil (l aa1 r ch)) +("larche" nil (l aa1 r ch iy0)) +("larchmont" nil (l aa1 r ch m aa1 n t)) +("larco" nil (l aa1 r k ow1)) +("larcom" nil (l aa1 r k aa1 m)) +("lard" nil (l aa1 r d)) +("larded" nil (l aa1 r d ih0 d)) +("larder" nil (l aa1 r d er0)) +("lardner" nil (l aa1 r d n er0)) +("lare" nil (l eh1 r)) +("lareau" nil (l er0 ow1)) +("laredo" nil (l er0 ey1 d ow0)) +("lareina" nil (l aa0 r ey0 iy1 n ax)) +("larena" nil (l aa0 r eh1 n ax)) +("larew" nil (l ae1 r uw0)) +("large" nil (l aa1 r jh)) +("largely" nil (l aa1 r jh l iy0)) +("largen" nil (l aa1 r g ax n)) +("largent" nil (l aa1 r jh ax n t)) +("larger" nil (l aa1 r jh er0)) +("largess" nil (l aa1 r jh ax s)) +("largesse" nil (l aa0 r g eh1 s)) +("largest" nil (l aa1 r jh ax s t)) +("largo" nil (l aa1 r g ow0)) +("lariat" nil (l eh1 r iy0 ax t)) +("lariccia" nil (l aa0 r iy1 ch ax)) +("larijani" nil (l eh1 r ih0 jh aa1 n iy0)) +("larimer" nil (l ae1 r ih0 m er0)) +("larimore" nil (l aa0 r iy1 m ao0 r)) +("larina" nil (l aa0 r iy1 n ax)) +("larine" nil (l aa0 r iy1 n iy0)) +("larios" nil (l aa0 r iy1 ow0 z)) +("lariscy" nil (l er0 ih1 s k iy0)) +("larison" nil (l ae1 r ih0 s ax n)) +("larissa" nil (l aa0 r iy1 s ax)) +("larivee" nil (l ae1 r ih0 v iy0)) +("lariviere" nil (l ae1 r ih0 v iy0 eh0 r)) +("larizza" nil (l er0 ih1 z ax)) +("lark" nil (l aa1 r k)) +("larke" nil (l aa1 r k)) +("larkey" nil (l aa1 r k iy0)) +("larkin" nil (l aa1 r k ih0 n)) +("larkins" nil (l aa1 r k ih0 n z)) +("larks" nil (l aa1 r k s)) +("larkspur" nil (l aa1 r k s p er1)) +("larmer" nil (l aa1 r m er0)) +("larmon" nil (l aa1 r m ax n)) +("larmore" nil (l aa1 r m ao0 r)) +("larned" nil (l aa1 r n d)) +("larner" nil (l aa1 r n er0)) +("larocca" nil (l aa0 r ow1 k ax)) +("larocco" nil (l aa0 r ow1 k ow0)) +("laroche" nil (l aa0 r ow1 sh)) +("larochelle" nil (l ae1 r ax sh ax l)) +("larock" nil (l ae1 r ax k)) +("larocque" nil (l er0 ow1 k)) +("laroe" nil (l ae1 r ow0)) +("laroque" nil (l er0 ow1 k)) +("larosa" nil (l aa0 r ow1 s ax)) +("larose" nil (l aa0 r ow1 s iy0)) +("larosiere" nil (l aa0 r ow0 s y eh1 r)) +("larouche" nil (l aa0 r uw1 sh)) +("laroux" nil (l er0 uw1)) +("larowe" nil (l ae1 r aw0)) +("larrabee" nil (l ae1 r ax b iy0)) +("larrance" nil (l ae1 r ax n s)) +("larrea" nil (l ae1 r iy0 ax)) +("larrick" nil (l ae1 r ih0 k)) +("larrimore" nil (l aa0 r iy1 m ao0 r)) +("larrison" nil (l ae1 r ih0 s ax n)) +("larrivee" nil (l ae1 r ih0 v iy0)) +("larroquette" nil (l aa1 r ow0 k eh1 t)) +("larrow" nil (l ae1 r ow0)) +("larry" nil (l eh1 r iy0)) +("lars" nil (l aa1 r z)) +("larsen" nil (l aa1 r s ax n)) +("larsh" nil (l aa1 r sh)) +("larson" nil (l aa1 r s ax n)) +("larsson" nil (l aa1 r s ax n)) +("larue" nil (l er0 uw1)) +("larussa" nil (l aa0 r uw1 s ax)) +("larusso" nil (l aa0 r uw1 s ow0)) +("larva" nil (l aa1 r v ax)) +("larvae" nil (l aa1 r v iy0)) +("larval" nil (l aa1 r v ax l)) +("lary" nil (l eh1 r iy0)) +("laryngeal" nil (l er0 ih1 n jh iy0 ax l)) +("laryngitis" nil (l eh1 r ax n jh ay1 t ax s)) +("larynx" nil (l eh1 r ih0 ng k s)) +("larzelere" nil (l er0 z eh1 l er0)) +("las" nil (l aa1 s)) +("lasagna" nil (l aa0 s aa1 n y ax)) +("lasala" nil (l aa0 s aa1 l ax)) +("lasalle" nil (l ax s ae1 l)) +("lasater" nil (l ae1 s ey0 t er0)) +("lasca" nil (l aa1 s k ax)) +("lascala" nil (l aa0 s k aa1 l ax)) +("lasch" nil (l ae1 sh)) +("lascivious" nil (l ax s ih1 v iy0 ax s)) +("lasco" nil (l aa1 s k ow0)) +("lascola" nil (l aa0 s k ow1 l ax)) +("lase" nil (l ey1 z)) +("lasecki" nil (l ax s eh1 t s k iy0)) +("lasek" nil (l aa1 s eh0 k)) +("laser" nil (l ey1 z er0)) +("lasers" nil (l ey1 z er0 z)) +("lasersonics" nil (l aa0 s er0 s aa1 n ih0 k s)) +("laseter" nil (l ae1 s iy0 t er0)) +("lash" nil (l ae1 sh)) +("lashbrook" nil (l ae1 sh b r uh1 k)) +("lashed" nil (l ae1 sh t)) +("lasher" nil (l ae1 sh er0)) +("lashes" nil (l ae1 sh ih0 z)) +("lashing" nil (l ae1 sh ih0 ng)) +("lashings" nil (l ae1 sh ih0 ng z)) +("lashlee" nil (l ae1 sh l iy1)) +("lashley" nil (l ae1 sh l iy0)) +("lashomb" nil (l ae1 sh ax m)) +("lashua" nil (l ae1 sh uw0 ae0)) +("lashway" nil (l ae1 sh w ey1)) +("lasiter" nil (l ae1 s ay0 t er0)) +("lask" nil (l ae1 s k)) +("laska" nil (l aa1 s k ax)) +("laske" nil (l ey1 s k)) +("lasker" nil (l ae1 s k er0)) +("laskey" nil (l ae1 s k iy0)) +("laski" nil (l aa1 s k iy0)) +("laskin" nil (l ae1 s k ih0 n)) +("lasko" nil (l ae1 s k ow0)) +("laskowski" nil (l ax s k ao1 f s k iy0)) +("lasky" nil (l ae1 s k iy0)) +("lasley" nil (l ae1 s l iy0)) +("laslo" nil (l aa1 s l ow0)) +("lasmo" nil (l ae1 s m ow0)) +("lasorda" nil (l ax s ao1 r d ax)) +("lasorsa" nil (l aa0 s ao1 r s ax)) +("lasota" nil (l aa0 s ow1 t ax)) +("laspina" nil (l aa0 s p iy1 n ax)) +("lass" nil (l ae1 s)) +("lasseigne" nil (l ax s ey1 n y)) +("lassen" nil (l ae1 s ax n)) +("lasser" nil (l ae1 s er0)) +("lasseter" nil (l ae1 s iy0 t er0)) +("lassetter" nil (l ae1 s ih0 t er0)) +("lassie" nil (l ae1 s iy0)) +("lassila" nil (l aa0 s iy1 l ax)) +("lassiter" nil (l ae1 s ay0 t er0)) +("lassman" nil (l ae1 s m ax n)) +("lassner" nil (l ae1 s n er0)) +("lasso" nil (l ae1 s ow0)) +("lasswell" nil (l ae1 s w eh1 l)) +("last" nil (l ae1 s t)) +("lasted" nil (l ae1 s t ax d)) +("laster" nil (l ae1 s t er0)) +("lastest" nil (l ae1 s t ax s t)) +("lasting" nil (l ae1 s t ih0 ng)) +("lastinger" nil (l ae1 s t ih0 ng er0)) +("lastly" nil (l ae1 s t l iy0)) +("lastra" nil (l ae1 s t r ax)) +("lastrapes" nil (l aa0 s t r aa1 p eh0 s)) +("lasts" nil (l ae1 s t s)) +("lasumma" nil (l ax s uw1 m ax)) +("lasure" nil (l aa1 zh er0)) +("laswell" nil (l ae1 s w eh1 l)) +("laszlo" nil (l ae1 z l ow0)) +("lat" nil (l aa1 t)) +("lata" nil (l aa1 t ax)) +("lataif" nil (l aa0 t ey1 f)) +("latanze" nil (l ax t aa1 n z ey1)) +("latch" nil (l ae1 ch)) +("latchaw" nil (l ae1 ch ao0)) +("latched" nil (l ae1 ch t)) +("latches" nil (l ae1 ch ax z)) +("latchford" nil (l ae1 ch f er0 d)) +("latching" nil (l ae1 ch ih0 ng)) +("latchkey" nil (l ae1 ch k iy1)) +("late" nil (l ey1 t)) +("latecomers" nil (l aa0 t eh1 k ax m er0 z)) +("latella" nil (l aa0 t eh1 l ax)) +("lately" nil (l ey1 t l iy0)) +("latency" nil (l ey1 t ax n s iy0)) +("latendresse" nil (l ae1 t ih0 n d r eh0 s)) +("lateness" nil (l ey1 t n ax s)) +("latent" nil (l ey1 t ax n t)) +("later" nil (l ey1 t er0)) +("lateral" nil (l ae1 t er0 ax l)) +("laterites" nil (l ae1 t er0 ay1 t s)) +("laterriere" nil (l aa0 t eh1 r y eh1 r)) +("laterza" nil (l aa0 t eh1 r z ax)) +("latest" nil (l ey1 t ax s t)) +("latex" nil (l ey1 t eh1 k s)) +("latexes" nil (l ey1 t eh0 k s ax z)) +("lath" nil (l ae1 th)) +("latham" nil (l ae1 th ax m)) +("lathan" nil (l ae1 th ax n)) +("lathe" nil (l ey1 dh)) +("lathem" nil (l ae1 th ih0 m)) +("lather" nil (l ae1 dh er0)) +("lathers" nil (l ae1 dh er0 z)) +("lathes" nil (l ey1 dh z)) +("lathon" nil (l ae1 th ax n)) +("lathouris" nil (l ax th uw1 r ih0 s)) +("lathrop" nil (l ae1 th r ax p)) +("latigo" nil (l ax t iy1 g ow0)) +("latimer" nil (l ae1 t ax m er0)) +("latimore" nil (l aa0 t iy1 m ao0 r)) +("latin" nil (l ae1 t ax n)) +("latina" nil (l aa0 t iy1 n ax)) +("latinate" nil (l ae1 t ax n ey1 t)) +("latini" nil (l aa0 t iy1 n iy0)) +("latino" nil (l aa0 t iy1 n ow0)) +("latinos" nil (l aa0 t iy1 n ow0 s)) +("latins" nil (l ae1 t ax n z)) +("latiolais" nil (l ae1 t iy0 ax l ey0)) +("latitude" nil (l ae1 t ax t uw1 d)) +("latitudes" nil (l ae1 t ax t uw1 d z)) +("latitudinal" nil (l ae1 t ax t uw1 d ax n ax l)) +("latka" nil (l aa1 t k ax)) +("latner" nil (l ae1 t n er0)) +("lato" nil (l aa1 t ow0)) +("laton" nil (l ae1 t ax n)) +("latona" nil (l aa0 t ow1 n ax)) +("latonia" nil (l aa0 t ow1 n iy0 ax)) +("latorre" nil (l aa0 t ao1 r iy0)) +("latour" nil (l ax t uh1 r)) +("latourette" nil (l ae1 t uh0 r eh0 t)) +("latrobe" nil (l aa0 t r ow1 b)) +("lats" nil (l aa1 t s)) +("latsch" nil (l ae1 ch)) +("latshaw" nil (l ae1 ch ao1)) +("latson" nil (l ae1 t s ax n)) +("latta" nil (l ae1 t ax)) +("lattanzi" nil (l aa0 t aa1 n z iy0)) +("lattanzio" nil (l aa0 t aa1 n z iy0 ow0)) +("latter" nil (l ae1 t er0)) +("lattice" nil (l ae1 t ax s)) +("latticework" nil (l ae1 t ax s w er1 k)) +("lattimer" nil (l ae1 t ax m er0)) +("lattimore" nil (l aa0 t iy1 m ao0 r)) +("lattin" nil (l ae1 t ih0 n)) +("lattner" nil (l ae1 t n er0)) +("latty" nil (l ae1 t iy0)) +("latulippe" nil (l aa0 t uw0 l iy1 p iy0)) +("latvala" nil (l aa0 t v aa1 l ax)) +("latvia" nil (l ae1 t v iy0 ax)) +("latvian" nil (l ae1 t v iy0 ax n)) +("latvians" nil (l ae1 t v iy0 ax n z)) +("latz" nil (l ae1 t s)) +("lau" nil (l aw1)) +("laub" nil (l ao1 b)) +("laubach" nil (l aw1 b aa1 k)) +("laubacher" nil (l aw1 b aa1 k er0)) +("laube" nil (l ao1 b)) +("laubenstein" nil (l aw1 b ax n s t ay0 n)) +("laubenthal" nil (l aw1 b ih0 n th ax l)) +("lauber" nil (l aw1 b er0)) +("laubhan" nil (l aw1 b hh ax n)) +("laubscher" nil (l aw1 b sh er0)) +("lauck" nil (l ao1 k)) +("laud" nil (l ao1 d)) +("laudable" nil (l ao1 d ax b ax l)) +("laudanum" nil (l ao1 d ax n ax m)) +("laudatory" nil (l ao1 d ax t ao1 r iy0)) +("laude" nil (l ao1 d)) +("lauded" nil (l ao1 d ih0 d)) +("laudenslager" nil (l aw1 d ih0 n s l ey0 g er0)) +("lauder" nil (l ao1 d er0)) +("lauderback" nil (l aw1 d er0 b ae0 k)) +("lauderbaugh" nil (l ao0 d er1 b ao0)) +("lauderdale" nil (l ao1 d er0 d ey1 l)) +("laudicina" nil (l ao0 d iy0 ch iy1 n ax)) +("lauding" nil (l ao1 d ih0 ng)) +("laudise" nil (l ao1 d ay1 z)) +("laudon" nil (l ao1 d ax n)) +("lauds" nil (l ao1 d z)) +("laue" nil (l aw1 iy0)) +("lauer" nil (l aw1 er0)) +("lauerman" nil (l aw1 er0 m ax n)) +("lauf" nil (l ao1 f)) +("laufenberg" nil (l aw1 f ax n b er0 g)) +("laufer" nil (l ao1 f er0)) +("lauffer" nil (l ao1 f er0)) +("laugh" nil (l ae1 f)) +("laughable" nil (l ae1 f ax b ax l)) +("laughed" nil (l ae1 f t)) +("laughery" nil (l ae1 f er0 iy0)) +("laughing" nil (l ae1 f ih0 ng)) +("laughinghouse" nil (l ae1 f ih0 ng hh aw1 s)) +("laughingly" nil (l ae1 f ih0 ng l iy0)) +("laughingstock" nil (l ae1 f ih0 ng s t aa1 k)) +("laughlin" nil (l aa1 k l ih0 n)) +("laughman" nil (l ae1 f m ax n)) +("laughner" nil (l ae1 f n er0)) +("laughrey" nil (l ae1 f r iy0)) +("laughridge" nil (l ae1 f r ih1 jh)) +("laughs" nil (l ae1 f s)) +("laughter" nil (l ae1 f t er0)) +("laughton" nil (l ao1 t ax n)) +("lauinger" nil (l aw1 ih0 ng er0)) +("lauman" nil (l aw1 m ax n)) +("laumann" nil (l aw1 m ax n)) +("laun" nil (l ao1 n)) +("launcelot" nil (l ao1 n s ih0 l aa1 t)) +("launch" nil (l ao1 n ch)) +("launched" nil (l ao1 n ch t)) +("launcher" nil (l ao1 n ch er0)) +("launchers" nil (l ao1 n ch er0 z)) +("launches" nil (l ao1 n ch ax z)) +("launching" nil (l ao1 n ch ih0 ng)) +("launchings" nil (l ao1 n ch ih0 ng z)) +("launder" nil (l ao1 n d er0)) +("laundered" nil (l ao1 n d er0 d)) +("launderer" nil (l ao1 n d er0 er0)) +("launderers" nil (l ao1 n d er0 er0 z)) +("laundering" nil (l ao1 n d er0 ih0 ng)) +("laundries" nil (l ao1 n d r iy0 z)) +("laundromat" nil (l ao1 n d r ax m ae1 t)) +("laundry" nil (l ao1 n d r iy0)) +("launer" nil (l ao1 n er0)) +("launius" nil (l aw1 n iy0 ih0 s)) +("lauper" nil (l aw1 p er0)) +("laur" nil (l ao1 r)) +("laura" nil (l ao1 r ax)) +("laurance" nil (l ao1 r ax n s)) +("laurdan" nil (l ao1 r d ax n)) +("laure" nil (l ao1 r)) +("laureano" nil (l ao0 r iy1 n ow0)) +("laureate" nil (l ao1 r iy0 ax t)) +("laureates" nil (l ao1 r iy0 ax t s)) +("laureen" nil (l ao0 r iy1 n)) +("laurel" nil (l ao1 r ax l)) +("laurels" nil (l ao1 r ax l z)) +("lauren" nil (l ao1 r ax n)) +("laurena" nil (l ao0 r eh1 n ax)) +("laurence" nil (l ao1 r ax n s)) +("laurene" nil (l ao0 r iy1 n)) +("laurens" nil (l ao1 r ax n z)) +("laurent" nil (l ao1 r ax n t)) +("laurentian" nil (l ao0 r eh1 n sh ax n)) +("laurentiis" nil (l ao1 r ax n t iy1 z)) +("laurenz" nil (l aw1 r ey0 n z)) +("lauretarian" nil (l ao1 r ih0 t eh1 r iy0 ax n)) +("lauretta" nil (l er0 eh1 t ax)) +("laurette" nil (l ao0 r eh1 t)) +("lauria" nil (l ao1 r iy0 ax)) +("lauriats" nil (l aa1 r iy0 ih0 t s)) +("laurice" nil (l ao1 r ih0 s)) +("lauricella" nil (l ao1 r ih0 s eh1 l ax)) +("laurich" nil (l aw1 r ih0 k)) +("lauridsen" nil (l ao0 r ih1 d s ax n)) +("laurie" nil (l ao1 r iy0)) +("laurin" nil (l ao1 r ih0 n)) +("laurino" nil (l ao0 r iy1 n ow0)) +("lauritsen" nil (l aw1 r ih0 t s ax n)) +("lauritzen" nil (l aw1 r ih0 t z ax n)) +("lauro" nil (l ao1 r ow0)) +("laursen" nil (l aw1 r s ax n)) +("laury" nil (l ao1 r iy0)) +("lausanne" nil (l ao1 s ae1 n)) +("lausch" nil (l aw1 sh)) +("laut" nil (l ao1 t)) +("lauten" nil (l aw1 t ax n)) +("lautenbach" nil (l aw1 t ax n b aa0 k)) +("lautenberg" nil (l aw1 t ax n b er0 g)) +("lautenschlager" nil (l aw1 t ih0 n sh l ey0 g er0)) +("lauter" nil (l aw1 t er0)) +("lauterbach" nil (l aw1 t er0 b aa0 k)) +("lauth" nil (l ao1 th)) +("lautner" nil (l aw1 t n er0)) +("lautzenheiser" nil (l aw1 t z ax n hh ay0 z er0)) +("lauver" nil (l aw1 v er0)) +("laux" nil (l ao1 k s)) +("lauzon" nil (l aw1 z ax n)) +("lava" nil (l aa1 v ax)) +("laval" nil (l ax v aa1 l)) +("lavalle" nil (l aa0 v aa1 l iy0)) +("lavallee" nil (l ae1 v ax l iy0)) +("lavalley" nil (l ae1 v ax l iy0)) +("lavan" nil (l ey1 v ax n)) +("lavarnway" nil (l ax v aa1 r n w ey0)) +("lavatories" nil (l ae1 v ax t ao1 r iy0 z)) +("lavatory" nil (l ae1 v ax t ao1 r iy0)) +("lave" nil (l ey1 v)) +("lavecchia" nil (l aa0 v eh1 k iy0 ax)) +("laveda" nil (l aa0 v ey1 d ax)) +("lavell" nil (l aa0 v ey1 l)) +("lavelle" nil (l ax v eh1 l)) +("lavely" nil (l ey1 v l iy0)) +("laven" nil (l ey1 v ax n)) +("lavender" nil (l ae1 v ax n d er0)) +("laventhol" nil (l ey1 v ax n th aa0 l)) +("laventure" nil (l aa0 v eh1 n ch er0)) +("laver" nil (l ey1 v er0)) +("laverdiere" nil (l aa0 v er0 d ih1 r iy0)) +("laverdure" nil (l aa0 v er0 d uh1 r iy0)) +("lavere" nil (l aa0 v eh1 r ey0)) +("lavergne" nil (l ax v er1 n y)) +("laverne" nil (l ax v er1 n)) +("lavers" nil (l ey1 v er0 z)) +("laverty" nil (l ae1 v er0 t iy0)) +("lavery" nil (l ey1 v er0 iy0)) +("lavetta" nil (l aa0 v eh1 t ax)) +("lavette" nil (l ax v eh1 t)) +("lavey" nil (l ey1 v iy0)) +("lavi" nil (l ey1 v iy0)) +("lavie" nil (l ey1 v iy0)) +("lavigne" nil (l ax v ih1 n y)) +("lavin" nil (l ae1 v ih0 n)) +("lavina" nil (l aa0 v iy1 n ax)) +("lavinder" nil (l ae1 v ih0 n d er0)) +("lavine" nil (l aa0 v iy1 n iy0)) +("lavinia" nil (l ax v ih1 n y ax)) +("laviolette" nil (l ae1 v iy0 ow0 l eh1 t)) +("lavis" nil (l ae1 v ih0 s)) +("lavish" nil (l ae1 v ih0 sh)) +("lavished" nil (l ae1 v ih0 sh t)) +("lavishes" nil (l ae1 v ih0 sh ax z)) +("lavishing" nil (l ae1 v ih0 sh ih0 ng)) +("lavishly" nil (l ae1 v ih0 sh l iy0)) +("lavoie" nil (l ax v w aa1)) +("lavorgna" nil (l ax v ao1 r n ax)) +("lavoro" nil (l ax v ao1 r ow0)) +("lavoy" nil (l ax v oy1)) +("lavy" nil (l ey1 v iy0)) +("law" nil (l ao1)) +("lawall" nil (l aw1 ax l)) +("laware" nil (l ax w eh1 r)) +("lawbreakers" nil (l ao1 b r ey1 k er0 z)) +("lawbreaking" nil (l ao1 b r ey1 k ih0 ng)) +("lawes" nil (l ao1 z)) +("lawford" nil (l ao1 f er0 d)) +("lawful" nil (l ao1 f ax l)) +("lawfully" nil (l ao1 f ax l iy0)) +("lawhead" nil (l ao1 hh eh1 d)) +("lawhon" nil (l ao1 hh ax n)) +("lawhorn" nil (l ae1 w er0 n)) +("lawhorne" nil (l ae1 w er0 n)) +("lawing" nil (l ao1 ih0 ng)) +("lawler" nil (l ao1 l er0)) +("lawless" nil (l ao1 l ax s)) +("lawlessness" nil (l ao1 l ax s n ax s)) +("lawley" nil (l ao1 l iy0)) +("lawlis" nil (l ao1 l ih0 s)) +("lawlor" nil (l ao1 l er0)) +("lawmaker" nil (l ao1 m ey1 k er0)) +("lawmakers" nil (l ao1 m ey1 k er0 z)) +("lawmaking" nil (l ao1 m ey1 k ih0 ng)) +("lawman" nil (l ao1 m ax n)) +("lawmen" nil (l ao1 m eh1 n)) +("lawn" nil (l ao1 n)) +("lawner" nil (l ao1 n er0)) +("lawniczak" nil (l aa1 v n ih0 ch ae0 k)) +("lawnmower" nil (l ao1 n m ow1 er0)) +("lawns" nil (l ao1 n z)) +("lawnsdale" nil (l ao1 n z d ey1 l)) +("lawplan" nil (l ao1 p l ae1 n)) +("lawrance" nil (l ao1 r ax n s)) +("lawrence" nil (l ao1 r ax n s)) +("lawrenceburg" nil (l ao1 r ax n s b er0 g)) +("lawrenceville" nil (l ao1 r ax n s v ih1 l)) +("lawrencium" nil (l ao0 r eh1 n s iy0 ax m)) +("lawrenz" nil (l aa1 v r ih0 n z)) +("lawrie" nil (l ao1 r iy0)) +("lawry" nil (l ao1 r iy0)) +("laws" nil (l ao1 z)) +("lawshe" nil (l ao1 sh)) +("lawson" nil (l ao1 s ax n)) +("lawsuit" nil (l ao1 s uw1 t)) +("lawsuits" nil (l ao1 s uw1 t s)) +("lawter" nil (l ao1 t er0)) +("lawther" nil (l ao1 dh er0)) +("lawton" nil (l ao1 t ax n)) +("lawver" nil (l ao1 v er0)) +("lawyer" nil (l ao1 y er0)) +("lawyering" nil (l ao1 y er0 ih0 ng)) +("lawyerly" nil (l ao1 y er0 l iy0)) +("lawyers" nil (l ao1 y er0 z)) +("lax" nil (l ae1 k s)) +("laxalt" nil (l ae1 k s aa0 l t)) +("laxative" nil (l ae1 k s ax t ih0 v)) +("laxatives" nil (l ae1 k s ax t ih0 v z)) +("laxey" nil (l ae1 k s iy0)) +("laxity" nil (l ae1 k s ax t iy0)) +("laxson" nil (l ae1 k s ax n)) +("laxton" nil (l ae1 k s t ax n)) +("lay" nil (l ey1)) +("layborne" nil (l ey1 b ao1 r n)) +("laycock" nil (l ey1 k aa1 k)) +("layden" nil (l ey1 d ax n)) +("laye" nil (l ey1)) +("layer" nil (l ey1 er0)) +("layered" nil (l ey1 er0 d)) +("layering" nil (l ey1 er0 ih0 ng)) +("layers" nil (l ey1 er0 z)) +("layfield" nil (l ey1 f iy1 l d)) +("laying" nil (l ey1 ih0 ng)) +("layland" nil (l ey1 l ax n d)) +("layman" nil (l ey1 m ax n)) +("laymen" nil (l ey1 m ax n)) +("laymon" nil (l ey1 m ax n)) +("layne" nil (l ey1 n)) +("layoff" nil (l ey1 ao1 f)) +("layoffs" nil (l ey1 ao1 f s)) +("layout" nil (l ey1 aw1 t)) +("layouts" nil (l ey1 aw1 t s)) +("layover" nil (l ey1 ow1 v er0)) +("layovers" nil (l ey1 ow1 v er0 z)) +("lays" nil (l ey1 z)) +("layson" nil (l ey1 z ax n)) +("layton" nil (l ey1 t ax n)) +("lazar" nil (l ey1 z er0)) +("lazard" nil (l ax z aa1 r d)) +("lazare" nil (l aa0 z aa1 r ey0)) +("lazaro" nil (l ax z aa1 r ow0)) +("lazaroff" nil (l ae1 z er0 ao0 f)) +("lazarski" nil (l ax z aa1 r s k iy0)) +("lazarus" nil (l ae1 z er0 ax s)) +("lazarz" nil (l aa1 z aa0 r z)) +("lazcano" nil (l aa0 z k aa1 n ow0)) +("lazear" nil (l ax z ih1 r)) +("lazenby" nil (l ae1 z ih0 n b iy0)) +("lazer" nil (l ey1 z er0)) +("lazier" nil (l ey1 z iy0 er0)) +("laziest" nil (l ey1 z iy0 ax s t)) +("lazily" nil (l ae1 z ax l iy0)) +("laziness" nil (l ey1 z iy0 n ax s)) +("lazo" nil (l aa1 z ow0)) +("lazor" nil (l aa0 z ao1 r)) +("lazuli" nil (l ax z uw1 l iy0)) +("lazulite" nil (l ae1 z ax l ay1 t)) +("lazur" nil (l ae1 z er0)) +("lazy" nil (l ey1 z iy0)) +("lazzara" nil (l aa0 t s aa1 r ax)) +("lazzari" nil (l aa0 t s aa1 r iy0)) +("lazzarini" nil (l aa0 t s aa0 r iy1 n iy0)) +("lazzaro" nil (l aa0 t s aa1 r ow0)) +("lazzell" nil (l ae1 z ax l)) +("lcs" nil (eh1 l s iy1 eh1 s)) +("ldbrinkman" nil (l ax d b r ih1 ng k m ax n)) +("le" nil (l ax)) +("lea" nil (l iy1)) +("leabo" nil (l iy1 b ow0)) +("leach" nil (l iy1 ch)) +("leached" nil (l iy1 ch t)) +("leaches" nil (l iy1 ch ih0 z)) +("leaching" nil (l iy1 ch ih0 ng)) +("leachman" nil (l iy1 ch m ax n)) +("leacock" nil (l iy1 k aa1 k)) +("lead" n (l eh1 d)) +("lead" v_p (l eh1 d)) +("lead" v (l iy1 d)) +("leadbetter" nil (l iy1 d b ih0 t er0)) +("leaded" nil (l eh1 d ih0 d)) +("leaden" nil (l eh1 d ax n)) +("leader" nil (l iy1 d er0)) +("leaderless" nil (l iy1 d er0 l ax s)) +("leaders" nil (l iy1 d er0 z)) +("leadership" nil (l iy1 d er0 sh ih1 p)) +("leaderships" nil (l iy1 d er0 sh ih1 p s)) +("leading" nil (l iy1 d ih0 ng)) +("leadingham" nil (l iy1 d ih0 ng hh ae1 m)) +("leadoff" nil (l iy1 d ao1 f)) +("leads" nil (l iy1 d z)) +("leadville" nil (l eh1 d v ih1 l)) +("leadwork" nil (l eh1 d w er1 k)) +("leaf" nil (l iy1 f)) +("leafed" nil (l iy1 f t)) +("leafhoppers" nil (l iy1 f hh aa1 p er0 z)) +("leafing" nil (l iy1 f ih0 ng)) +("leafless" nil (l iy1 f l ax s)) +("leaflet" nil (l iy1 f l ax t)) +("leaflets" nil (l iy1 f l ax t s)) +("leaflike" nil (l iy1 f l ay1 k)) +("leafs" nil (l iy1 f s)) +("leafy" nil (l iy1 f iy0)) +("league" nil (l iy1 g)) +("leaguer" nil (l iy1 g er0)) +("leaguers" nil (l iy1 g er0 z)) +("leagues" nil (l iy1 g z)) +("leah" nil (l iy1 ax)) +("leahey" nil (l ey1 hh iy0)) +("leahy" nil (l ey1 hh iy0)) +("leak" nil (l iy1 k)) +("leakage" nil (l iy1 k ax jh)) +("leake" nil (l iy1 k)) +("leaked" nil (l iy1 k t)) +("leaker" nil (l iy1 k er0)) +("leakers" nil (l iy1 k er0 z)) +("leakey" nil (l iy1 k iy0)) +("leaking" nil (l iy1 k ih0 ng)) +("leaks" nil (l iy1 k s)) +("leaky" nil (l iy1 k iy0)) +("leal" nil (l iy1 l)) +("leala" nil (l iy1 l ax)) +("lealia" nil (l iy1 l iy0 ax)) +("lealie" nil (l iy1 l iy0)) +("leaman" nil (l iy1 m ax n)) +("leamer" nil (l iy1 m er0)) +("leaming" nil (l iy1 m ih0 ng)) +("leamon" nil (l iy1 m ax n)) +("leamy" nil (l iy1 m iy0)) +("lean" nil (l iy1 n)) +("leana" nil (l iy1 n ax)) +("leander" nil (l iy0 ae1 n d er0)) +("leandro" nil (l iy0 aa1 n d r ow0)) +("leaned" nil (l iy1 n d)) +("leaner" nil (l iy1 n er0)) +("leaners" nil (l iy1 n er0 z)) +("leanest" nil (l iy1 n ax s t)) +("leaning" nil (l iy1 n ih0 ng)) +("leanings" nil (l iy1 n ih0 ng z)) +("leann" nil (l iy0 ae1 n)) +("leans" nil (l iy1 n z)) +("leap" nil (l iy1 p)) +("leaped" nil (l eh1 p t)) +("leapfrog" nil (l iy1 p f r ao1 g)) +("leapfrogged" nil (l iy1 p f r ao1 g d)) +("leapfrogging" nil (l iy1 p f r ao1 g ih0 ng)) +("leaphart" nil (l iy1 p hh aa1 r t)) +("leaping" nil (l iy1 p ih0 ng)) +("leapley" nil (l iy1 p l iy0)) +("leaps" nil (l iy1 p s)) +("leapt" nil (l eh1 p t)) +("lear" nil (l ih1 r)) +("leard" nil (l er1 d)) +("learjet" nil (l ih1 r jh eh1 t)) +("learn" nil (l er1 n)) +("learned" nil (l er1 n d)) +("learner" nil (l er1 n er0)) +("learners" nil (l er1 n er0 z)) +("learning" nil (l er1 n ih0 ng)) +("learns" nil (l er1 n z)) +("learonal" nil (l iy1 r ax n ax l)) +("leary" nil (l ih1 r iy0)) +("leas" nil (l iy1 z)) +("leasable" nil (l iy1 s ax b ax l)) +("leasco" nil (l iy1 s k ow0)) +("lease" nil (l iy1 s)) +("leaseback" nil (l iy1 s b ae1 k)) +("leasebacks" nil (l iy1 s b ae1 k s)) +("leased" nil (l iy1 s t)) +("leasehold" nil (l iy1 s hh ow1 l d)) +("leaser" nil (l iy1 s er0)) +("leases" nil (l iy1 s ih0 z)) +("leaseway" nil (l iy1 s w ey1)) +("leash" nil (l iy1 sh)) +("leashes" nil (l iy1 sh ih0 z)) +("leasing" nil (l iy1 s ih0 ng)) +("leask" nil (l iy1 s k)) +("leason" nil (l iy1 s ax n)) +("least" nil (l iy1 s t)) +("leasure" nil (l eh1 zh er0)) +("leath" nil (l iy1 th)) +("leatham" nil (l iy1 th ax m)) +("leathem" nil (l eh1 th ih0 m)) +("leather" nil (l eh1 dh er0)) +("leatherback" nil (l eh1 dh er0 b ae1 k)) +("leatherbacks" nil (l eh1 dh er0 b ae1 k s)) +("leatherberry" nil (l eh1 dh er0 b eh1 r iy0)) +("leatherbury" nil (l eh1 dh er0 b eh1 r iy0)) +("leatherman" nil (l eh1 dh er0 m ax n)) +("leathers" nil (l eh1 dh er0 z)) +("leatherwood" nil (l eh1 dh er0 w uh1 d)) +("leathery" nil (l eh1 dh er0 iy0)) +("leaton" nil (l iy1 t ax n)) +("leatrice" nil (l iy1 t r ih0 s)) +("leave" nil (l iy1 v)) +("leavell" nil (l iy1 v ax l)) +("leavelle" nil (l ax v eh1 l)) +("leavened" nil (l eh1 v ax n d)) +("leavening" nil (l eh1 v ax n ih0 ng)) +("leavens" nil (l eh1 v ax n z)) +("leavenworth" nil (l eh1 v ax n w er1 th)) +("leaver" nil (l iy1 v er0)) +("leaverton" nil (l iy1 v er0 t ax n)) +("leaves" nil (l iy1 v z)) +("leavey" nil (l iy1 v iy0)) +("leaving" nil (l iy1 v ih0 ng)) +("leavings" nil (l iy1 v ih0 ng z)) +("leavins" nil (l iy1 v ih0 n z)) +("leavitt" nil (l eh1 v ih0 t)) +("leavy" nil (l iy1 v iy0)) +("leazer" nil (l iy1 z er0)) +("lebanese" nil (l eh1 b ax n iy1 z)) +("lebanon" nil (l eh1 b ax n ax n)) +("lebar" nil (l ih0 b aa1 r)) +("lebaron" nil (l ax b eh1 r ax n)) +("lebarron" nil (l ax b eh1 r ax n)) +("lebeau" nil (l ih0 b ow1)) +("lebeck" nil (l iy1 b eh0 k)) +("lebeda" nil (l ey0 b ey1 d ax)) +("lebegue" nil (l eh1 b ih0 g)) +("lebel" nil (l eh1 b ax l)) +("leben" nil (l eh1 b ax n)) +("lebenthal" nil (l eh1 b ax n th ao1 l)) +("leber" nil (l iy1 b er0)) +("lebert" nil (l eh1 b er0 t)) +("leblanc" nil (l ax b l ae1 ng k)) +("leble" nil (l eh1 b ax l)) +("lebleu" nil (l eh1 b l uw0)) +("leblond" nil (l ih0 b l aa1 n d)) +("lebo" nil (l ey1 b ow0)) +("leboeuf" nil (l ax b ah1 f)) +("lebold" nil (l eh1 b ow0 l d)) +("lebon" nil (l eh1 b ax n)) +("lebouef" nil (l ax b ah1 f)) +("lebovitz" nil (l eh1 b ax v ih0 t s)) +("lebow" nil (l ax b ow1)) +("lebowitz" nil (l eh1 b ax w ih0 t s)) +("lebrecht" nil (l eh1 b r ih0 k t)) +("lebreton" nil (l eh1 b r ih0 t aa0 n)) +("lebron" nil (l eh1 b r ax n)) +("lebrun" nil (l eh1 b r ax n)) +("lebsack" nil (l eh1 b s ax k)) +("lecates" nil (l ih0 k ey1 t s)) +("leccese" nil (l eh0 ch ey1 z iy0)) +("lech" nil (l eh1 k)) +("lecher" nil (l eh1 ch er0)) +("lecherous" nil (l eh1 ch er0 ax s)) +("lechler" nil (l eh1 k l er0)) +("lechman" nil (l eh1 k m ax n)) +("lechmere" nil (l eh1 k m ih1 r)) +("lechner" nil (l eh1 k n er0)) +("lechtenberg" nil (l eh1 k t ax n b er0 g)) +("lechters" nil (l eh1 k t er0 z)) +("lechuga" nil (l eh1 ch uw0 g ax)) +("lecithin" nil (l eh1 s ax th ax n)) +("leck" nil (l eh1 k)) +("leckey" nil (l eh1 k iy0)) +("leckie" nil (l eh1 k iy0)) +("leckrone" nil (l eh1 k r ax n)) +("leclair" nil (l eh1 k l er0)) +("leclaire" nil (l ih0 k l eh1 r)) +("leclerc" nil (l ax k l er1 k)) +("leclercq" nil (l eh1 k l er0 k)) +("leclere" nil (l eh1 k l er0)) +("lecli" nil (l eh1 k l iy0)) +("lecocq" nil (l eh1 k ax k)) +("lecompte" nil (l eh1 k ax m p t)) +("lecomte" nil (l ih0 k aa1 m t)) +("leconte" nil (l eh0 k ow1 n t iy0)) +("lecount" nil (l ih0 k uw1 n t)) +("lecrone" nil (l eh0 k r ow1 n iy0)) +("lecroy" nil (l eh1 k r oy0)) +("lectec" nil (l eh1 k t eh1 k)) +("lectern" nil (l eh1 k t er0 n)) +("lector" nil (l eh1 k t er0)) +("lecture" nil (l eh1 k ch er0)) +("lectured" nil (l eh1 k ch er0 d)) +("lecturer" nil (l eh1 k ch er0 er0)) +("lecturers" nil (l eh1 k ch er0 er0 z)) +("lectures" nil (l eh1 k ch er0 z)) +("lecturing" nil (l eh1 k ch er0 ih0 ng)) +("lecuyer" nil (l eh1 k ay0 er0)) +("lecy" nil (l iy1 s iy0)) +("led" nil (l eh1 d)) +("leda" nil (l iy1 d ax)) +("leday" nil (l iy1 d ey0)) +("ledbetter" nil (l eh1 d b er0 t er0)) +("ledden" nil (l eh1 d ax n)) +("leddy" nil (l eh1 d iy0)) +("ledeen" nil (l ax d iy1 n)) +("leder" nil (l eh1 d er0)) +("lederer" nil (l eh1 d er0 er0)) +("lederle" nil (l eh1 d er0 l iy0)) +("lederman" nil (l iy1 d er0 m ax n)) +("ledesma" nil (l eh0 d eh1 s m ax)) +("ledet" nil (l eh1 d ih0 t)) +("ledezma" nil (l ey0 d ey1 z m ax)) +("ledford" nil (l eh1 d f er0 d)) +("ledge" nil (l eh1 jh)) +("ledger" nil (l eh1 jh er0)) +("ledgers" nil (l eh1 jh er0 z)) +("ledgerwood" nil (l eh1 jh er0 w uh1 d)) +("ledges" nil (l eh1 jh ih0 z)) +("ledin" nil (l eh1 d ih0 n)) +("ledlow" nil (l eh1 d l ow1)) +("ledo" nil (l ey1 d ow0)) +("ledonne" nil (l eh1 d ax n)) +("ledoux" nil (l ih0 d uw1)) +("ledvina" nil (l eh0 d v iy1 n ax)) +("ledwell" nil (l eh1 d w eh1 l)) +("ledwith" nil (l eh1 d w ih1 th)) +("ledyard" nil (l eh1 d y er0 d)) +("lee" nil (l iy1)) +("leeb" nil (l iy1 b)) +("leece" nil (l iy1 s)) +("leech" nil (l iy1 ch)) +("leeches" nil (l iy1 ch ih0 z)) +("leeco" nil (l iy1 k ow0)) +("leed" nil (l iy1 d)) +("leeder" nil (l iy1 d er0)) +("leedham" nil (l iy1 d hh ax m)) +("leedom" nil (l iy1 d ax m)) +("leeds" nil (l iy1 d z)) +("leedy" nil (l iy1 d iy0)) +("leek" nil (l iy1 k)) +("leeks" nil (l iy1 k s)) +("leeman" nil (l iy1 m ax n)) +("leeming" nil (l iy1 m ih0 ng)) +("leemon" nil (l iy1 m ax n)) +("leen" nil (l iy1 n)) +("leep" nil (l iy1 p)) +("leeper" nil (l iy1 p er0)) +("leery" nil (l ih1 r iy0)) +("lees" nil (l iy1 z)) +("leesburg" nil (l iy1 z b er0 g)) +("leese" nil (l iy1 s)) +("leeser" nil (l iy1 s er0)) +("leeson" nil (l iy1 s ax n)) +("leet" nil (l iy1 t)) +("leetch" nil (l iy1 ch)) +("leete" nil (l iy1 t)) +("leeth" nil (l iy1 th)) +("leeuwen" nil (l uw1 ax n)) +("leever" nil (l iy1 v er0)) +("leeward" nil (l iy1 w er0 d)) +("leeway" nil (l iy1 w ey1)) +("lefauve" nil (l ax f aa1 v)) +("lefave" nil (l ih0 f ey1 v)) +("lefcourt" nil (l eh1 f k ao1 r t)) +("lefeber" nil (l ax f ey1 b er0)) +("lefebre" nil (l ax f ey1 b er0)) +("lefebure" nil (l eh1 f ih0 b y uw0 r)) +("lefebvre" nil (l ax f ey1 b er0)) +("lefever" nil (l ax f ey1 v er0)) +("lefevers" nil (l ax f ey1 v er0 z)) +("lefevre" nil (l ax f ey1 v er0)) +("leff" nil (l eh1 f)) +("leffel" nil (l eh1 f ax l)) +("leffert" nil (l eh1 f er0 t)) +("lefferts" nil (l eh1 f er0 t s)) +("leffew" nil (l eh1 f y uw0)) +("leffingwell" nil (l eh1 f ih0 ng g w eh0 l)) +("leffler" nil (l eh1 f l er0)) +("lefkowitz" nil (l eh1 f k ax w ih0 t s)) +("lefler" nil (l eh1 f l er0)) +("leflore" nil (l eh1 f l er0)) +("lefort" nil (l eh1 f er0 t)) +("lefrak" nil (l eh1 f r ae0 k)) +("lefrancois" nil (l eh1 f r ax n k w aa0)) +("lefrere" nil (l ax f r eh1 r)) +("left" nil (l eh1 f t)) +("lefties" nil (l eh1 f t iy0 z)) +("leftism" nil (l eh1 f t ih1 z ax m)) +("leftist" nil (l eh1 f t ih0 s t)) +("leftists" nil (l eh1 f t ih0 s t s)) +("lefton" nil (l eh1 f t ax n)) +("leftover" nil (l eh1 f t ow1 v er0)) +("leftovers" nil (l eh1 f t ow1 v er0 z)) +("leftridge" nil (l eh1 f t r ih1 jh)) +("leftward" nil (l eh1 f t w er0 d)) +("leftwich" nil (l eh1 f t w ih0 k)) +("leftwing" nil (l eh1 f t w ih1 ng)) +("lefty" nil (l eh1 f t iy0)) +("leg" nil (l eh1 g)) +("legacies" nil (l eh1 g ax s iy0 z)) +("legacy" nil (l eh1 g ax s iy0)) +("legal" nil (l iy1 g ax l)) +("legalese" nil (l eh1 g ax l iy1 s)) +("legalism" nil (l iy1 g ax l ih1 z ax m)) +("legalistic" nil (l eh1 g ax l ih1 s t ih0 k)) +("legalities" nil (l iy0 g ae1 l ih0 t iy0 z)) +("legality" nil (l iy0 g ae1 l ax t iy0)) +("legalization" nil (l iy1 g ax l ax z ey1 sh ax n)) +("legalize" nil (l iy1 g ax l ay1 z)) +("legalized" nil (l iy1 g ax l ay1 z d)) +("legalizing" nil (l iy1 g ax l ay1 z ih0 ng)) +("legally" nil (l iy1 g ax l iy0)) +("legals" nil (l iy1 g ax l z)) +("legan" nil (l eh1 g ax n)) +("legare" nil (l eh0 g aa1 r iy0)) +("legaspi" nil (l eh0 g aa1 s p iy0)) +("legate" nil (l eh1 g ax t)) +("legates" nil (l eh1 g ax t s)) +("legault" nil (l ih0 g ow1)) +("lege" nil (l iy1 jh)) +("legend" nil (l eh1 jh ax n d)) +("legendary" nil (l eh1 jh ax n d eh1 r iy0)) +("legendre" nil (l eh1 g ih0 n d r ey0)) +("legends" nil (l eh1 jh ax n d z)) +("legent" nil (l eh1 jh ax n t)) +("leger" nil (l eh1 jh er0)) +("legerdemain" nil (l eh1 jh er0 d ax m ey1 n)) +("legere" nil (l eh1 g er0)) +("legette" nil (l ih0 zh eh1 t)) +("legg" nil (l eh1 g)) +("legge" nil (l eh1 g)) +("legged" nil (l eh1 g ax d)) +("leggett" nil (l eh1 g ih0 t)) +("leggette" nil (l eh1 g eh1 t)) +("leggings" nil (l eh1 g ih0 ng z)) +("leggio" nil (l eh1 jh iy0 ow0)) +("leggitt" nil (l eh1 g ih0 t)) +("leggy" nil (l eh1 g iy0)) +("leghorn" nil (l eh1 g hh ao0 r n)) +("leghorns" nil (l eh1 g hh ao0 r n z)) +("legibility" nil (l eh1 jh ax b ih1 l ax t iy0)) +("legible" nil (l eh0 g ax b ax l)) +("legion" nil (l iy1 jh ax n)) +("legionaries" nil (l iy1 jh ax n eh1 r iy0 z)) +("legions" nil (l iy1 jh ax n z)) +("legislate" nil (l eh1 jh ih0 s l ey1 t)) +("legislated" nil (l eh1 jh ax s l ey1 t ax d)) +("legislates" nil (l eh1 jh ih0 s l ey1 t s)) +("legislating" nil (l eh1 jh ih0 s l ey1 t ih0 ng)) +("legislation" nil (l eh1 jh ax s l ey1 sh ax n)) +("legislative" nil (l eh1 jh ax s l ey1 t ih0 v)) +("legislatively" nil (l eh1 jh ih0 s l ey1 t ih0 v l iy0)) +("legislator" nil (l eh1 jh ax s l ey1 t er0)) +("legislators" nil (l eh1 jh ax s l ey1 t er0 z)) +("legislature" nil (l eh1 jh ax s l ey1 ch er0)) +("legislatures" nil (l eh1 jh ih0 s l ey1 ch er0 z)) +("legit" nil (l eh1 jh ih0 t)) +("legitimacy" nil (l ax jh ih1 t ax m ax s iy0)) +("legitimate" nil (l ax jh ih1 t ax m ax t)) +("legitimately" nil (l ax jh ih1 t ax m ax t l iy0)) +("legitimize" nil (l ax jh ih1 t ax m ay1 z)) +("legitimized" nil (l ih0 jh ih1 t ax m ay1 z d)) +("legitimizes" nil (l ih0 jh ih1 t ax m ay1 z ih0 z)) +("legitimizing" nil (l ih0 jh ih1 t ax m ay1 z ih0 ng)) +("legler" nil (l eh1 g l er0)) +("legless" nil (l eh1 g l ax s)) +("legner" nil (l eh1 g n er0)) +("lego" nil (l eh1 g ow0)) +("legore" nil (l eh1 g ao1 r)) +("legrand" nil (l eh1 g r ae0 n d)) +("legrande" nil (l eh1 g r ae0 n d)) +("legree" nil (l ih0 g r iy1)) +("legroom" nil (l ax g r uw1 m)) +("legros" nil (l eh1 g r ow0 z)) +("legs" nil (l eh1 g z)) +("legume" nil (l eh1 g y uw1 m)) +("legumes" nil (l eh1 g y uw1 m z)) +("legwork" nil (l eh1 g w er1 k)) +("leh" nil (l eh1)) +("lehan" nil (l iy1 hh ae0 n)) +("lehane" nil (l ax hh ey1 n)) +("lehder" nil (l eh1 d er0)) +("lehenbauer" nil (l ey1 ax n b aw0 er0)) +("lehew" nil (l ey1 hh y uw0)) +("lehigh" nil (l iy1 hh ay1)) +("lehl" nil (l eh1 l)) +("lehman" nil (l iy1 m ax n)) +("lehmann" nil (l ey1 m ax n)) +("lehmer" nil (l eh1 m er0)) +("lehmkuhl" nil (l eh1 m k ax l)) +("lehn" nil (l eh1 n)) +("lehne" nil (l eh1 n)) +("lehnen" nil (l eh1 n ax n)) +("lehner" nil (l eh1 n er0)) +("lehnert" nil (l eh1 n er0 t)) +("lehnhoff" nil (l eh1 n hh ao0 f)) +("lehr" nil (l eh1 r)) +("lehrer" nil (l eh1 r er0)) +("lehrke" nil (l eh1 r k)) +("lehrman" nil (l eh1 r m ax n)) +("lehrmann" nil (l eh1 r m ax n)) +("lehtinen" nil (l eh1 t ih0 n ax n)) +("lehtonen" nil (l ih0 t aa1 n ax n)) +("lei" nil (l ey1)) +("leib" nil (l iy1 b)) +("leibel" nil (l ay1 b ax l)) +("leibensperger" nil (l ay1 b ih0 n s p er0 g er0)) +("leiber" nil (l iy1 b er0)) +("leibert" nil (l ay1 b er0 t)) +("leibfried" nil (l ay1 b f er0 iy0 d)) +("leibler" nil (l iy1 b l er0)) +("leibman" nil (l iy1 b m ax n)) +("leibniz" nil (l iy1 b n ih0 z)) +("leibold" nil (l ay1 b ow1 l d)) +("leibovit" nil (l iy1 b ax v ih0 t)) +("leibovitz" nil (l iy1 b ax v ih0 t s)) +("leibowitz" nil (l iy1 b ow0 ih0 t s)) +("leibrand" nil (l ay1 b r ae1 n d)) +("leibrock" nil (l ay1 b r ax k)) +("leiby" nil (l iy1 b iy0)) +("leicester" nil (l eh1 s t er0)) +("leichliter" nil (l ay1 k l iy0 t er0)) +("leichner" nil (l ay1 k n er0)) +("leicht" nil (l ay1 k t)) +("leichter" nil (l ay1 k t er0)) +("leichtman" nil (l ay1 k t m ax n)) +("leichty" nil (l ay1 k t iy0)) +("leick" nil (l iy1 k)) +("leider" nil (l ay1 d er0)) +("leiderman" nil (l ay1 d er0 m ax n)) +("leidig" nil (l ay1 d ih0 g)) +("leidner" nil (l ay1 d n er0)) +("leidy" nil (l iy1 d iy0)) +("leier" nil (l ay1 er0)) +("leif" nil (l iy1 f)) +("leifer" nil (l ay1 f er0)) +("leifeste" nil (l ay1 f ih0 s t)) +("leifheit" nil (l ay1 f hh ay0 t)) +("leigh" nil (l iy1)) +("leight" nil (l ey1 t)) +("leighton" nil (l ey1 t ax n)) +("leighty" nil (l ey1 t iy0)) +("leija" nil (l iy1 y ax)) +("leikam" nil (l ay1 k ax m)) +("leiken" nil (l ay1 k ax n)) +("leiker" nil (l ay1 k er0)) +("leila" nil (l iy1 l ax)) +("leilani" nil (l ax l aa1 n iy0)) +("leilia" nil (l iy1 l iy0 ax)) +("leiman" nil (l ay1 m ax n)) +("leimbach" nil (l ay1 m b aa1 k)) +("leimer" nil (l ay1 m er0)) +("lein" nil (l iy1 n)) +("leinart" nil (l ay1 n aa0 r t)) +("leinbach" nil (l ay1 n b aa1 k)) +("leinberger" nil (l ay1 n b er0 g er0)) +("leindecker" nil (l ay1 n d ih0 k er0)) +("leinen" nil (l ay1 n ax n)) +("leiner" nil (l ay1 n er0)) +("leingang" nil (l ay1 ng g ax ng)) +("leininger" nil (l ay1 n ih0 ng er0)) +("leino" nil (l ey0 iy1 n ow0)) +("leinonen" nil (l ay1 n ax n ax n)) +("leins" nil (l iy1 n z)) +("leinsdorf" nil (l ay1 n z d ao1 r f)) +("leinweber" nil (l ay1 n w ih0 b er0)) +("leiper" nil (l iy1 p er0)) +("leiphart" nil (l ay1 p hh aa0 r t)) +("leipold" nil (l ay1 p ow0 l d)) +("leipzig" nil (l ay1 p s ih0 g)) +("leis" nil (l ey1 z)) +("leischner" nil (l ay1 sh n er0)) +("leise" nil (l iy1 s)) +("leisenring" nil (l ay1 s ih0 n r ih0 ng)) +("leiser" nil (l ay1 s er0)) +("leisey" nil (l iy1 s iy0)) +("leishman" nil (l iy1 sh m ax n)) +("leising" nil (l ay1 s ih0 ng)) +("leisinger" nil (l ay1 s ih0 n jh er0)) +("leisner" nil (l ay1 s n er0)) +("leiss" nil (l ay1 s)) +("leist" nil (l iy1 ih0 s t)) +("leister" nil (l iy1 s t er0)) +("leistikow" nil (l ay0 s t ih1 k ow0)) +("leistner" nil (l ay1 s t n er0)) +("leisure" nil (l eh1 zh er0)) +("leisurely" nil (l iy1 z er0 l iy0)) +("leisy" nil (l iy1 s iy0)) +("leitch" nil (l iy1 ch)) +("leite" nil (l iy1 t)) +("leiter" nil (l ay1 t er0)) +("leiterman" nil (l ay1 t er0 m ax n)) +("leith" nil (l iy1 th)) +("leitha" nil (l iy1 dh ax)) +("leithia" nil (l iy1 dh iy0 ax)) +("leitman" nil (l ay1 t m ax n)) +("leitmotif" nil (l ay1 t m ow0 t iy1 f)) +("leitner" nil (l ay1 t n er0)) +("leitz" nil (l iy1 t s)) +("leitzel" nil (l ay1 t z ax l)) +("leitzke" nil (l ay1 t z k)) +("leiva" nil (l iy1 v ax)) +("leja" nil (l ey1 y ax)) +("lejeune" nil (l eh1 y oy0 n)) +("lek" nil (l eh1 k)) +("lekachman" nil (l eh1 k aa1 k m ax n)) +("lekas" nil (l iy1 k ax z)) +("lekberg" nil (l eh1 k b er0 g)) +("lela" nil (l iy1 l ax)) +("lelah" nil (l eh1 l ax)) +("leland" nil (l iy1 l ax n d)) +("leleux" nil (l ih0 l ow1)) +("lelia" nil (l iy1 l y ax)) +("lellouche" nil (l eh0 l uw1 sh)) +("lem" nil (l eh1 m)) +("lema" nil (l iy1 m ax)) +("lemaire" nil (l ax m eh1 r)) +("lemaitre" nil (l ih0 m ey1 t er0)) +("leman" nil (l iy1 m ax n)) +("lemans" nil (l eh1 m ax n z)) +("lemanski" nil (l ih0 m ae1 n s k iy0)) +("lemar" nil (l ih0 m aa1 r)) +("lemarr" nil (l eh1 m er0)) +("lemaster" nil (l iy1 m ae0 s t er0)) +("lemasters" nil (l ax m ae1 s t er0 z)) +("lemay" nil (l eh1 m ey0)) +("lembcke" nil (l eh1 m b k)) +("lemberg" nil (l eh1 m b er0 g)) +("lemberger" nil (l eh1 m b er0 g er0)) +("lembke" nil (l eh1 m b k)) +("lembo" nil (l eh1 m b ow0)) +("lemburg" nil (l eh1 m b er0 g)) +("lemcke" nil (l eh1 m k)) +("lemelin" nil (l eh1 m ih0 l ih0 n)) +("lemelle" nil (l ih0 m eh1 l)) +("lemen" nil (l iy1 m eh0 n)) +("lemercier" nil (l ax m er1 s iy0 er0)) +("lemere" nil (l eh1 m er0)) +("lemery" nil (l eh1 m er0 iy0)) +("lemieux" nil (l ax m y uw1)) +("leming" nil (l iy1 m ih0 ng)) +("lemire" nil (l ey0 m ih1 r ey0)) +("lemke" nil (l eh1 m k iy0)) +("lemler" nil (l eh1 m l er0)) +("lemley" nil (l eh1 m l iy0)) +("lemm" nil (l eh1 m)) +("lemma" nil (l eh1 m ax)) +("lemme" nil (l eh1 m ax)) +("lemmen" nil (l eh1 m eh0 n)) +("lemmer" nil (l eh1 m er0)) +("lemmerman" nil (l eh1 m er0 m ax n)) +("lemmie" nil (l eh1 m iy0)) +("lemming" nil (l eh1 m ih0 ng)) +("lemmings" nil (l eh1 m ih0 ng z)) +("lemmo" nil (l eh1 m ow0)) +("lemmon" nil (l eh1 m ax n)) +("lemmond" nil (l eh1 m ax n d)) +("lemmons" nil (l eh1 m ax n z)) +("lemoine" nil (l ih0 m oy1 n)) +("lemon" nil (l eh1 m ax n)) +("lemonade" nil (l eh1 m ax n ey1 d)) +("lemond" nil (l eh1 m ax n d)) +("lemonds" nil (l eh1 m ax n d z)) +("lemons" nil (l eh1 m ax n z)) +("lemont" nil (l ax m aa1 n t)) +("lemos" nil (l iy1 m ow0 z)) +("lemp" nil (l eh1 m p)) +("lempert" nil (l eh1 m p er0 t)) +("lempke" nil (l eh1 m p k)) +("lemuela" nil (l eh0 m uw1 l ax)) +("lemurs" nil (l iy1 m er0 z)) +("lemus" nil (l iy1 m ax s)) +("len" nil (l eh1 n)) +("lena" nil (l iy1 n ax)) +("lenahan" nil (l eh1 n ax hh ae0 n)) +("lenard" nil (l eh1 n er0 d)) +("lenart" nil (l eh1 n er0 t)) +("lenarz" nil (l ey1 n aa0 r z)) +("lencioni" nil (l eh0 n ch ow1 n iy0)) +("lend" nil (l eh1 n d)) +("lender" nil (l eh1 n d er0)) +("lenderman" nil (l eh1 n d er0 m ax n)) +("lenders" nil (l eh1 n d er0 z)) +("lending" nil (l eh1 n d ih0 ng)) +("lendings" nil (l eh1 n d ih0 ng z)) +("lendl" nil (l eh1 n d ax l)) +("lends" nil (l eh1 n d z)) +("lene" nil (l iy1 n)) +("lenehan" nil (l eh1 n ih0 hh ae0 n)) +("leneta" nil (l eh0 n eh1 t ax)) +("lenexa" nil (l eh0 n eh1 k s ax)) +("leng" nil (l eh1 ng)) +("lengacher" nil (l eh1 ng g ax k er0)) +("lengel" nil (l eh1 ng g ax l)) +("lenger" nil (l eh1 ng er0)) +("lengle" nil (l ih1 ng ax l)) +("length" nil (l eh1 ng k th)) +("lengthen" nil (l eh1 ng th ax n)) +("lengthened" nil (l eh1 ng th ax n d)) +("lengthening" nil (l eh1 ng th ax n ih0 ng)) +("lengthens" nil (l eh1 ng th ax n z)) +("lengths" nil (l eh1 ng k th s)) +("lengthways" nil (l eh1 ng th w ey1 z)) +("lengthwise" nil (l eh1 ng th w ay1 z)) +("lengthy" nil (l eh1 ng th iy0)) +("lengyel" nil (l eh1 ng y eh1 l)) +("lenhard" nil (l eh1 n er0 d)) +("lenhardt" nil (l eh1 n hh aa1 r t)) +("lenhart" nil (l eh1 n hh aa1 r t)) +("lenhoff" nil (l eh1 n hh ao1 f)) +("leniency" nil (l iy1 n y ax n s iy0)) +("lenient" nil (l iy1 n iy0 ax n t)) +("leniently" nil (l iy1 n y ax n t l iy0)) +("lenig" nil (l eh1 n ih0 g)) +("lenihan" nil (l eh1 n ih0 hh ae0 n)) +("lenin" nil (l eh1 n ax n)) +("leningrad" nil (l eh1 n ax n g r ae1 d)) +("lenington" nil (l eh1 n ih0 ng t ax n)) +("leninism" nil (l eh1 n ih0 n ih1 z ax m)) +("leninist" nil (l eh1 n ih0 n ih0 s t)) +("lenis" nil (l iy1 n ax s)) +("lenita" nil (l eh0 n iy1 t ax)) +("lenius" nil (l iy1 n iy0 ih0 s)) +("lenk" nil (l eh1 ng k)) +("lenke" nil (l eh1 ng k)) +("lenker" nil (l eh1 ng k er0)) +("lennane" nil (l eh0 n ey1 n)) +("lennar" nil (l eh1 n er0)) +("lennard" nil (l eh1 n er0 d)) +("lennartz" nil (l eh1 n aa0 r t s)) +("lennie" nil (l eh1 n iy0)) +("lennig" nil (l eh1 n ih0 g)) +("lenning" nil (l eh1 n ih0 ng)) +("lennon" nil (l eh1 n ax n)) +("lennox" nil (l eh1 n ax k s)) +("lenny" nil (l eh1 n iy0)) +("leno" nil (l eh1 n ow0)) +("lenon" nil (l eh1 n ax n)) +("lenora" nil (l eh1 n er0 ax)) +("lenore" nil (l ax n ao1 r)) +("lenos" nil (l iy1 n ow0 z)) +("lenox" nil (l eh1 n ax k s)) +("lens" nil (l eh1 n z)) +("lenscrafters" nil (l eh1 n z k r ae1 f t er0 z)) +("lenses" nil (l eh1 n z ax z)) +("lensing" nil (l eh1 n s ih0 ng)) +("lent" nil (l eh1 n t)) +("lentil" nil (l eh1 n t ax l)) +("lentils" nil (l eh1 n t ax l z)) +("lentinan" nil (l eh1 n t ih0 n ax n)) +("lentine" nil (l eh0 n t iy1 n iy0)) +("lentini" nil (l eh0 n t iy1 n iy0)) +("lentner" nil (l eh1 n t n er0)) +("lento" nil (l eh1 n t ow0)) +("lenton" nil (l eh1 n t ax n)) +("lents" nil (l eh1 n t s)) +("lentsch" nil (l eh1 n ch)) +("lentz" nil (l eh1 n t s)) +("lentzsch" nil (l eh1 n t s)) +("leny" nil (l eh1 n iy0)) +("lenz" nil (l eh1 n z)) +("lenzen" nil (l eh1 n z ax n)) +("lenzi" nil (l eh1 n z iy0)) +("lenzini" nil (l eh0 n z iy1 n iy0)) +("lenzo" nil (l eh1 n z ow0)) +("leo" nil (l iy1 ow0)) +("leoda" nil (l eh1 d ax)) +("leoine" nil (l ih0 oy1 n)) +("leola" nil (l eh1 l ax)) +("leoma" nil (l ih0 ow1 m ax)) +("leominster" nil (l iy1 ow0 m ih1 n s t er0)) +("leon" nil (l iy1 aa0 n)) +("leona" nil (l iy1 ow0 n ax)) +("leonara" nil (l eh0 n aa1 r ax)) +("leonard" nil (l eh1 n er0 d)) +("leonarda" nil (l eh0 n aa1 r d ax)) +("leonardi" nil (l eh0 n aa1 r d iy0)) +("leonardis" nil (l eh1 n aa0 r d ih0 s)) +("leonardo" nil (l iy1 ax n aa1 r d ow0)) +("leone" nil (l iy0 ow1 n)) +("leonel" nil (l iy1 ow0 n ax l)) +("leonelle" nil (l eh0 n eh1 l)) +("leonelli" nil (l eh0 n eh1 l iy0)) +("leonerd" nil (l iy1 ax n er0 d)) +("leones" nil (l iy0 ow1 n z)) +("leonetti" nil (l eh0 n eh1 t iy0)) +("leong" nil (l eh1 ng)) +("leonhard" nil (l iy1 ax n hh aa0 r t)) +("leonhardt" nil (l eh1 n hh aa0 r t)) +("leonhart" nil (l eh1 n hh aa0 r t)) +("leoni" nil (l eh0 ow1 n iy0)) +("leonid" nil (l iy1 ax n ih0 d)) +("leonie" nil (l eh1 n iy0)) +("leonora" nil (l iy1 ax n ao1 r ax)) +("leonore" nil (l iy1 ax n ao0 r)) +("leontine" nil (l eh0 n t iy1 n iy0)) +("leontyne" nil (l eh1 n t ay0 n)) +("leopard" nil (l eh1 p er0 d)) +("leopards" nil (l eh1 p er0 d z)) +("leopold" nil (l iy1 ax p ow1 l d)) +("leopoldina" nil (l eh0 p ow0 l d iy1 n ax)) +("leopoldine" nil (l eh0 p ow0 l d iy1 n iy0)) +("leopoldo" nil (l iy1 ax p ow1 l d ow0)) +("leora" nil (l eh1 r ax)) +("leos" nil (l iy1 ow0 z)) +("leota" nil (l eh1 t ax)) +("leotard" nil (l iy1 ax t aa1 r d)) +("lep" nil (l eh1 p)) +("lepage" nil (l eh1 p ih0 jh)) +("lepak" nil (l eh1 p ax k)) +("lepard" nil (l eh1 p er0 d)) +("lepe" nil (l iy1 p)) +("leper" nil (l eh1 p er0)) +("lepera" nil (l eh0 p eh1 r ax)) +("lepere" nil (l ey0 p eh1 r ey0)) +("lepers" nil (l eh1 p er0 z)) +("lepine" nil (l eh0 p iy1 n iy0)) +("lepisto" nil (l eh0 p iy1 s t ow0)) +("lepkowski" nil (l ih0 p k ao1 f s k iy0)) +("lepley" nil (l eh1 p l iy0)) +("lepore" nil (l eh0 p ao1 r iy0)) +("lepp" nil (l eh1 p)) +("leppanen" nil (l eh1 p ax n ax n)) +("leppard" nil (l eh1 p er0 d)) +("leppek" nil (l eh1 p ih0 k)) +("lepper" nil (l eh1 p er0)) +("leppert" nil (l eh1 p er0 t)) +("leppla" nil (l eh1 p l ax)) +("leppo" nil (l eh1 p ow0)) +("lepre" nil (l eh1 p er0)) +("leprosy" nil (l eh1 p r ax s iy0)) +("leptonic" nil (l eh0 p t aa1 n ih0 k)) +("lequire" nil (l ey0 k w ih1 r ey0)) +("lerach" nil (l eh1 r ax k)) +("lerch" nil (l er1 k)) +("lerche" nil (l er1 ch)) +("lereah" nil (l eh1 r ey1 ax)) +("lerette" nil (l er0 eh1 t)) +("lerew" nil (l eh1 r uw0)) +("lerma" nil (l er1 m ax)) +("lerman" nil (l eh1 r m ax n)) +("lerner" nil (l er1 n er0)) +("leroux" nil (l er0 uw1)) +("leroy" nil (l iy1 r oy1)) +("lerro" nil (l eh1 r ow0)) +("lersch" nil (l er1 sh)) +("lerum" nil (l eh1 r ax m)) +("les" nil (l eh1 s)) +("lesa" nil (l iy1 s ax)) +("lesabre" nil (l ax s ey1 b er0)) +("lesabres" nil (l eh1 s ax b r ax s)) +("lesage" nil (l eh1 s ih0 jh)) +("lesane" nil (l ey0 s aa1 n ey0)) +("lesbian" nil (l eh1 z b iy0 ax n)) +("lesbians" nil (l eh1 z b iy0 ax n z)) +("lescaze" nil (l ax s k ey1 z)) +("lesch" nil (l eh1 sh)) +("leschly" nil (l eh1 sh l iy0)) +("leser" nil (l eh1 s er0)) +("lesesne" nil (l eh1 s ih0 n)) +("lesh" nil (l eh1 sh)) +("lesharo" nil (l eh0 sh aa1 r ow0)) +("lesher" nil (l eh1 sh er0)) +("lesiak" nil (l eh1 s iy0 ae0 k)) +("lesieur" nil (l eh1 s iy0 er0)) +("lesinski" nil (l ih0 s ih1 n s k iy0)) +("lesion" nil (l iy1 zh ax n)) +("lesions" nil (l iy1 zh ax n z)) +("leske" nil (l eh1 s k)) +("lesko" nil (l eh1 s k ow0)) +("lesley" nil (l eh1 s l iy0)) +("leslie" nil (l eh1 s l iy0)) +("lesmeister" nil (l eh1 s m ay1 s t er0)) +("lesner" nil (l eh1 s n er0)) +("lesniak" nil (l eh1 s n iy0 ae0 k)) +("lesnick" nil (l eh1 s n ih0 k)) +("lesniewski" nil (l eh0 s n eh1 f s k iy0)) +("lesotho" nil (l eh0 s ow1 th ow0)) +("lesperance" nil (l eh0 s p er0 aa1 n s)) +("lespinasse" nil (l eh1 s p ih0 n ae0 s)) +("less" nil (l eh1 s)) +("lessard" nil (l eh1 s er0 d)) +("lessee" nil (l eh0 s iy1)) +("lessees" nil (l eh0 s iy1 z)) +("lessen" nil (l eh1 s ax n)) +("lessened" nil (l eh1 s ax n d)) +("lessening" nil (l eh1 s ax n ih0 ng)) +("lessens" nil (l eh1 s ax n z)) +("lesser" nil (l eh1 s er0)) +("lessig" nil (l eh1 s ih0 g)) +("lessin" nil (l eh1 s ih0 n)) +("lessing" nil (l eh1 s ih0 ng)) +("lessley" nil (l eh1 s l iy0)) +("lessman" nil (l eh1 s m ax n)) +("lessner" nil (l eh1 s n er0)) +("lesson" nil (l eh1 s ax n)) +("lessons" nil (l eh1 s ax n z)) +("lessor" nil (l eh1 s er0)) +("lessors" nil (l eh1 s er0 z)) +("lest" nil (l eh1 s t)) +("lestat" nil (l eh1 s t ae1 t)) +("lester" nil (l eh1 s t er0)) +("lestrange" nil (l eh0 s t r ey1 n jh)) +("lesuer" nil (l eh0 s uw1 er0)) +("lesueur" nil (l eh0 s uw1 er0)) +("lesure" nil (l eh0 sh uh1 r)) +("leszczynski" nil (l eh0 sh ih1 n s k iy0)) +("leszek" nil (l eh1 s eh0 k)) +("let" nil (l eh1 t)) +("leta" nil (l eh1 t ax)) +("letarte" nil (l eh1 t aa0 r t)) +("letcher" nil (l eh1 ch er0)) +("letchworth" nil (l eh1 ch w er0 th)) +("letdown" nil (l eh1 t d aw1 n)) +("letellier" nil (l eh1 t ax l iy0 er0)) +("letendre" nil (l ax t aa1 n d r ax)) +("leth" nil (l eh1 th)) +("letha" nil (l eh1 th ax)) +("lethal" nil (l iy1 th ax l)) +("lethality" nil (l iy0 th ae1 l ax t iy0)) +("lethargic" nil (l ax th aa1 r jh ih0 k)) +("lethargy" nil (l eh1 th er0 jh iy0)) +("lethco" nil (l eh1 th k ow0)) +("lethia" nil (l eh1 th iy0 ax)) +("leticia" nil (l ax t ih1 sh ax)) +("letitia" nil (l ih0 t ih1 sh iy0 ax)) +("letizia" nil (l eh0 t iy1 z iy0 ax)) +("letner" nil (l eh1 t n er0)) +("leto" nil (l iy1 t ow0)) +("letourneau" nil (l eh1 t uh0 r n ow0)) +("lets" nil (l eh1 t s)) +("letsch" nil (l eh1 ch)) +("letsinger" nil (l eh1 t s ih0 n jh er0)) +("letson" nil (l eh1 t s ax n)) +("lett" nil (l eh1 t)) +("lettau" nil (l ih0 t ow1)) +("letter" nil (l eh1 t er0)) +("lettered" nil (l eh1 t er0 d)) +("letterhead" nil (l eh1 t er0 hh eh1 d)) +("lettering" nil (l eh1 t er0 ih0 ng)) +("letterman" nil (l eh1 t er0 m ax n)) +("letterpress" nil (l eh1 t er0 p r eh1 s)) +("letters" nil (l eh1 t er0 z)) +("lettice" nil (l eh1 t ih0 s)) +("lettie" nil (l eh1 t iy0)) +("lettiere" nil (l eh1 t iy0 eh0 r)) +("lettieri" nil (l eh0 t ih1 r iy0)) +("letting" nil (l eh1 t ih0 ng)) +("lettish" nil (l eh1 t ih0 sh)) +("letts" nil (l eh1 t s)) +("lettuce" nil (l eh1 t ax s)) +("letty" nil (l eh1 t iy0)) +("letup" nil (l eh1 t ah1 p)) +("letz" nil (l eh1 t s)) +("leu" nil (l uw1)) +("leubert" nil (l uw1 b er0 t)) +("leucadia" nil (l uw0 k ey1 d iy0 ax)) +("leuck" nil (l uw1 k)) +("leuenberger" nil (l uw1 ax n b er0 g er0)) +("leuffer" nil (l uw1 f er0)) +("leugers" nil (l oy1 g er0 z)) +("leukemia" nil (l uw0 k iy1 m iy0 ax)) +("leukocyte" nil (l uw1 k ax s ay1 t)) +("leumi" nil (l uw1 m iy0)) +("leung" nil (l uw1 ng)) +("leupold" nil (l oy1 p ow0 l d)) +("leuschner" nil (l oy1 sh n er0)) +("leuthold" nil (l oy1 th ow0 l d)) +("leutwiler" nil (l uw1 t w ay1 l er0)) +("leuzzi" nil (l uw1 z iy0)) +("lev" nil (l eh1 v)) +("leva" nil (l eh1 v ax)) +("leval" nil (l ax v aa1 l)) +("levalley" nil (l eh1 v ax l iy0)) +("levamisole" nil (l ax v ae1 m ih0 s ow1 l)) +("levan" nil (l eh1 v ax n)) +("levana" nil (l ih0 v ae1 n ax)) +("levander" nil (l eh1 v ax n d er0)) +("levandoski" nil (l ih0 v ax n d aw1 s k iy0)) +("levandowski" nil (l ih0 v ax n d ao1 f s k iy0)) +("levangie" nil (l eh1 v ax ng iy0)) +("levant" nil (l ax v ae1 n t)) +("levario" nil (l ey0 v aa1 r iy0 ow0)) +("levasseur" nil (l eh1 v ax s er0)) +("levay" nil (l eh1 v ey0)) +("levchenko" nil (l eh1 v ch eh1 ng k ow0)) +("leve" nil (l iy1 v)) +("leveck" nil (l eh1 v ih0 k)) +("levee" nil (l eh1 v iy0)) +("levees" nil (l eh1 v iy0 z)) +("leveille" nil (l eh1 v ay0 l)) +("level" nil (l eh1 v ax l)) +("leveled" nil (l eh1 v ax l d)) +("levelers" nil (l eh1 v ax l er0 z)) +("leveling" nil (l eh1 v ax l ih0 ng)) +("levell" nil (l ey0 v ey1 l)) +("levelled" nil (l eh1 v ax l d)) +("levels" nil (l eh1 v ax l z)) +("leven" nil (l iy1 v ax n)) +("levenberg" nil (l iy1 v ax n b er0 g)) +("levendusky" nil (l ih0 v ih0 n d ah1 s k iy0)) +("levene" nil (l eh1 v iy0 n)) +("levengood" nil (l eh1 v ih0 n g uh0 d)) +("levenhagen" nil (l eh1 v ih0 n hh ax g ax n)) +("levens" nil (l iy1 v ax n z)) +("levenson" nil (l eh1 v ih0 n s ax n)) +("levenstein" nil (l iy1 v ax n s t ay0 n)) +("leventhal" nil (l eh1 v ax n th ao1 l)) +("leveque" nil (l ax v iy1 k)) +("lever" nil (l eh1 v er0)) +("leverage" nil (l eh1 v er0 ih0 jh)) +("leveraged" nil (l iy1 v er0 ih0 jh d)) +("leveraging" nil (l eh1 v r ih0 jh ih0 ng)) +("leverenz" nil (l eh1 v er0 ih0 n s)) +("leverett" nil (l eh1 v er0 eh0 t)) +("leverette" nil (l eh1 v er0 eh0 t)) +("leverich" nil (l eh1 v er0 ih0 k)) +("levering" nil (l eh1 v er0 ih0 ng)) +("leverone" nil (l eh0 v er0 ow1 n iy0)) +("levers" nil (l eh1 v er0 z)) +("leverson" nil (l eh1 v er0 s ax n)) +("levert" nil (l eh1 v er0 t)) +("leverton" nil (l ih0 v er1 t ax n)) +("levesque" nil (l ih0 v eh1 s k)) +("levett" nil (l eh1 v ih0 t)) +("levey" nil (l ih0 v ey1)) +("levi" nil (l iy1 v ay0)) +("leviathan" nil (l ax v ay1 ax th ax n)) +("levick" nil (l eh1 v ih0 k)) +("levie" nil (l iy1 v iy0)) +("levied" nil (l eh1 v iy0 d)) +("levien" nil (l eh1 v iy0 ax n)) +("levies" nil (l eh1 v iy0 z)) +("levin" nil (l eh1 v ih0 n)) +("levina" nil (l eh0 v iy1 n ax)) +("levine" nil (l ax v iy1 n)) +("leviner" nil (l eh1 v ih0 n er0)) +("levings" nil (l eh1 v ih0 ng z)) +("levingston" nil (l ih1 v ih0 ng s t ax n)) +("levins" nil (l eh1 v ih0 n z)) +("levinsky" nil (l ih0 v ih1 n s k iy0)) +("levinson" nil (l eh1 v ih0 n s ax n)) +("levis" nil (l eh1 v ih0 s)) +("levison" nil (l eh1 v ih0 s ax n)) +("levit" nil (l eh1 v ih0 t)) +("levitan" nil (l eh1 v ih0 t ax n)) +("levitated" nil (l eh1 v ih0 t ey1 t ih0 d)) +("levitating" nil (l eh1 v ax t ey1 t ih0 ng)) +("levitation" nil (l eh1 v ih0 t ey1 sh ax n)) +("levitch" nil (l eh1 v ih0 ch)) +("leviton" nil (l ih0 v ih1 t ax n)) +("levitsky" nil (l ih0 v ih1 t s k iy0)) +("levitt" nil (l eh1 v ih0 t)) +("levitte" nil (l eh1 v ih0 t)) +("levittown" nil (l eh1 v ih0 t aw1 n)) +("levity" nil (l eh1 v ih0 t iy0)) +("levitz" nil (l eh1 v ih0 t s)) +("levy" nil (l eh1 v iy0)) +("levying" nil (l eh1 v iy0 ih0 ng)) +("lew" nil (l uw1)) +("lewallen" nil (l uw0 ao1 l ax n)) +("lewan" nil (l uw1 ax n)) +("lewandoski" nil (l uw0 ax n d aw1 s k iy0)) +("lewandowski" nil (l uw0 ax n d ao1 f s k iy0)) +("lewanna" nil (l uw1 ih0 n ax)) +("lewd" nil (l uw1 d)) +("lewellen" nil (l uw1 eh1 l ax n)) +("lewelling" nil (l uw1 eh1 l ih0 ng)) +("lewellyn" nil (l uw1 eh1 l ih0 n)) +("lewensky" nil (l uw1 eh1 n s k iy0)) +("lewers" nil (l uw1 er0 z)) +("lewey" nil (l uw1 iy0)) +("lewicki" nil (l uw0 ih1 t s k iy0)) +("lewin" nil (l uw1 ih0 n)) +("lewing" nil (l uw1 ih0 ng)) +("lewins" nil (l uw1 ih0 n z)) +("lewinski" nil (l uw0 ih1 n s k iy0)) +("lewinsky" nil (l uw0 ih1 n s k iy0)) +("lewinsohn" nil (l uw1 ih0 n s ax n)) +("lewinton" nil (l uw1 ih0 n t ax n)) +("lewis" nil (l uw1 ih0 s)) +("lewisburg" nil (l uw1 ih0 s b er0 g)) +("lewiston" nil (l uw1 ax s t ax n)) +("lewkowicz" nil (l uw1 k ax v ih0 ch)) +("lewman" nil (l uw1 m ax n)) +("lewter" nil (l uw1 t er0)) +("lewton" nil (l uw1 t ax n)) +("lewy" nil (l uw1 iy0)) +("lex" nil (l eh1 k s)) +("lexical" nil (l eh1 k s ih0 k ax l)) +("lexicographer" nil (l eh1 k s ih0 k aa1 g r ax f er0)) +("lexicon" nil (l eh1 k s ih0 k aa1 n)) +("lexie" nil (l eh1 k s iy0)) +("lexine" nil (l eh1 k s ay0 n)) +("lexington" nil (l eh1 k s ih0 ng t ax n)) +("lexis" nil (l eh1 k s ih0 s)) +("lexmark" nil (l eh1 k s m aa1 r k)) +("lexus" nil (l eh1 k s ax s)) +("ley" nil (l ey1)) +("leya" nil (l ey1 ax)) +("leyba" nil (l ey1 b ax)) +("leyda" nil (l ey1 d ax)) +("leyden" nil (l ay1 d ax n)) +("leyendecker" nil (l ay1 n d ih0 k er0)) +("leyh" nil (l ey1)) +("leyland" nil (l ey1 l ax n d)) +("leyrer" nil (l ey1 r er0)) +("leys" nil (l ey1 z)) +("leysen" nil (l ey1 s ax n)) +("leyva" nil (l ey1 v ax)) +("lezotte" nil (l ih0 z ao1 t)) +("lhasa" nil (l aa1 s ax)) +("lheureux" nil (l er0 ow1)) +("lhommedieu" nil (l ow1 m eh0 d y uw1)) +("li" nil (l iy1)) +("lia" nil (l iy1 ax)) +("liabilities" nil (l ay1 ax b ih1 l ax t iy0 z)) +("liability" nil (l ay1 ax b ih1 l ih0 t iy0)) +("liable" nil (l ay1 ax b ax l)) +("liacos" nil (l ay0 aa1 k ow0 s)) +("liaison" nil (l iy0 ey1 z aa1 n)) +("liaisons" nil (l iy0 ey1 s aa1 n z)) +("liam" nil (l iy1 ax m)) +("lian" nil (l y aa1 n)) +("liana" nil (l iy0 aa1 n ax)) +("liane" nil (l iy0 ae1 n)) +("liang" nil (l y ae1 ng)) +("lianna" nil (l iy0 aa1 n ax)) +("lianne" nil (l iy0 ae1 n)) +("liao" nil (l iy0 aw1)) +("liar" nil (l ay1 er0)) +("liars" nil (l ay1 er0 z)) +("liasson" nil (l ey1 z aa0 n)) +("lib" nil (l ih1 b)) +("libbey" nil (l ih1 b iy0)) +("libby" nil (l ih1 b iy0)) +("libel" nil (l ay1 b ax l)) +("libeled" nil (l ay1 b ax l d)) +("libelous" nil (l ay1 b ax l ax s)) +("liberace" nil (l ih1 b er0 ax s)) +("liberal" nil (l ih1 b er0 ax l)) +("liberalism" nil (l ih1 b er0 ax l ih1 z ax m)) +("liberality" nil (l ih1 b er0 ae1 l ax t iy0)) +("liberalization" nil (l ih1 b r ax l ih0 z ey1 sh ax n)) +("liberalizations" nil (l ih0 b er0 ax l ih0 z ey1 sh ax n z)) +("liberalize" nil (l ih1 b er0 ax l ay1 z)) +("liberalized" nil (l ih1 b er0 ax l ay1 z d)) +("liberalizing" nil (l ih1 b er0 ax l ay1 z ih0 ng)) +("liberally" nil (l ih1 b er0 ax l iy0)) +("liberals" nil (l ih1 b er0 ax l z)) +("liberate" nil (l ih1 b er0 ey1 t)) +("liberated" nil (l ih1 b er0 ey1 t ih0 d)) +("liberati" nil (l iy0 b er0 aa1 t iy0)) +("liberating" nil (l ih1 b er0 ey1 t ih0 ng)) +("liberation" nil (l ih1 b er0 ey1 sh ax n)) +("liberato" nil (l iy0 b er0 aa1 t ow0)) +("liberatore" nil (l iy0 b er0 aa0 t ao1 r iy0)) +("liberia" nil (l ay0 b ih1 r iy0 ax)) +("liberian" nil (l ay0 b ih1 r iy0 ax n)) +("liberman" nil (l ih1 b er0 m ax n)) +("libert" nil (l ih1 b er0 t)) +("libertarian" nil (l ih1 b er0 t eh1 r iy0 ax n)) +("libertarians" nil (l ih1 b er0 t eh1 r iy0 ax n z)) +("liberti" nil (l iy0 b eh1 r t iy0)) +("liberties" nil (l ih1 b er0 t iy0 z)) +("libertine" nil (l ih1 b er0 t iy1 n)) +("libertines" nil (l ih1 b er0 t iy1 n z)) +("liberto" nil (l iy0 b eh1 r t ow0)) +("liberty" nil (l ih1 b er0 t iy0)) +("libido" nil (l ax b iy1 d ow0)) +("libman" nil (l ih1 b m ax n)) +("libor" nil (l iy1 b er0)) +("libra" nil (l iy1 b r ax)) +("librarian" nil (l ay0 b r eh1 r iy0 ax n)) +("librarians" nil (l ay0 b r eh1 r iy0 ax n z)) +("libraries" nil (l ay1 b r eh1 r iy0 z)) +("library" nil (l ay1 b r eh1 r iy0)) +("libration" nil (l ay0 b r ey1 sh ax n)) +("librettist" nil (l ax b r eh1 t ax s t)) +("libretto" nil (l ax b r eh1 t ow0)) +("librizzi" nil (l iy0 b r iy1 t s iy0)) +("liby" nil (l ay1 b iy0)) +("libya" nil (l ih1 b iy0 ax)) +("libyan" nil (l ih1 b iy0 ax n)) +("libyans" nil (l ih1 b iy0 ax n z)) +("licari" nil (l iy0 k aa1 r iy0)) +("licata" nil (l iy0 k aa1 t ax)) +("licausi" nil (l iy0 k ao1 s iy0)) +("licavoli" nil (l iy0 k aa0 v ow1 l iy0)) +("licciardi" nil (l iy0 ch aa1 r d iy0)) +("lice" nil (l ay1 s)) +("licea" nil (l ih1 s iy0 ax)) +("licence" nil (l ay1 s ax n s)) +("licences" nil (l ay1 s ax n s ih0 z)) +("license" nil (l ay1 s ax n s)) +("licensed" nil (l ay1 s ax n s t)) +("licensee" nil (l ay1 s ax n s iy1)) +("licensees" nil (l ay1 s ax n s iy1 z)) +("licenser" nil (l ay1 s ax n s er0)) +("licenses" nil (l ay1 s ax n s ih0 z)) +("licensing" nil (l ay1 s ax n s ih0 ng)) +("licensor" nil (l ay1 s ax n s er0)) +("licensure" nil (l ay1 s ax n ch er0)) +("licentious" nil (l ay0 s eh1 n ch ax s)) +("lich" nil (l ih1 ch)) +("lichen" nil (l ay1 k ax n)) +("lichens" nil (l ay1 k ax n z)) +("lichlyter" nil (l ih1 k l ay0 t er0)) +("licht" nil (l ih1 k t)) +("lichtblau" nil (l ih1 ch t b l aw1)) +("lichte" nil (l ih1 ch t)) +("lichten" nil (l ih1 k t ax n)) +("lichtenberg" nil (l ih1 k t ax n b er0 g)) +("lichtenberger" nil (l ih1 k t ax n b er0 g er0)) +("lichtenfels" nil (l ih1 k t ih0 n f ax l z)) +("lichtenstein" nil (l ih1 k t ax n s t iy1 n)) +("lichtenwalner" nil (l ih1 k t ih0 n w ax l n er0)) +("lichtenwalter" nil (l ih1 k t ih0 n w ax l t er0)) +("lichter" nil (l ih1 k t er0)) +("lichterman" nil (l ih1 k t er0 m ax n)) +("lichtman" nil (l ih1 k t m ax n)) +("lichty" nil (l ih1 ch t iy0)) +("licio" nil (l ih1 s iy0 ow0)) +("licitra" nil (l iy0 ch iy1 t r ax)) +("lick" nil (l ih1 k)) +("licked" nil (l ih1 k t)) +("licker" nil (l ih1 k er0)) +("licking" nil (l ih1 k ih0 ng)) +("licklider" nil (l ih1 k l ay0 d er0)) +("licks" nil (l ih1 k s)) +("lickteig" nil (l ih1 k t ay1 g)) +("lico" nil (l iy1 k ow0)) +("licon" nil (l ih1 k ax n)) +("licorice" nil (l ih1 k er0 ih0 sh)) +("lid" nil (l ih1 d)) +("liddell" nil (l ih1 d ax l)) +("liddick" nil (l ih1 d ih0 k)) +("liddicoat" nil (l ih1 d ih0 k ow1 t)) +("liddle" nil (l ih1 d ax l)) +("liddy" nil (l ih1 d iy0)) +("lide" nil (l ay1 d)) +("liden" nil (l ay1 d ax n)) +("lidgerwood" nil (l ih1 jh er0 w uh1 d)) +("lido" nil (l iy1 d ow0)) +("lids" nil (l ih1 d z)) +("lie" nil (l ay1)) +("lieb" nil (l iy1 b)) +("liebe" nil (l iy1 b)) +("liebel" nil (l iy1 b ax l)) +("liebeler" nil (l iy1 b ax l er0)) +("liebelt" nil (l iy1 b ih0 l t)) +("liebenow" nil (l iy1 b ih0 n ow0)) +("lieber" nil (l iy1 b er0)) +("lieberman" nil (l iy1 b er0 m ax n)) +("liebermann" nil (l iy1 b er0 m ax n)) +("liebert" nil (l iy1 b er0 t)) +("lieberthal" nil (l iy1 b er0 th ao1 l)) +("liebig" nil (l iy1 b ih0 g)) +("liebl" nil (l iy1 b ax l)) +("liebler" nil (l iy1 b l er0)) +("liebling" nil (l iy1 b ax l ih0 ng)) +("liebman" nil (l iy1 b m ax n)) +("liebmann" nil (l iy1 b m ax n)) +("liebowitz" nil (l iy1 b ax w ih0 t s)) +("liechtenstein" nil (l ih1 k t ax n s t ay1 n)) +("liechty" nil (l iy1 ch t iy0)) +("lied" nil (l ay1 d)) +("liedel" nil (l iy1 d ax l)) +("lieder" nil (l iy1 d er0)) +("liederman" nil (l iy1 d er0 m ax n)) +("liedtke" nil (l iy1 t k iy0)) +("lief" nil (l iy1 f)) +("liefer" nil (l iy1 f er0)) +("liege" nil (l iy1 jh)) +("liem" nil (l iy1 m)) +("liemandt" nil (l iy1 m ae0 n t)) +("lien" nil (l iy1 n)) +("lienau" nil (l ax n ow1)) +("lienemann" nil (l iy1 n ax m ax n)) +("liener" nil (l iy1 n er0)) +("lienhard" nil (l iy1 n hh aa1 r d)) +("lienhart" nil (l iy1 n hh aa1 r t)) +("liens" nil (l iy1 n z)) +("lierman" nil (l ih1 r m ax n)) +("liermann" nil (l ih1 r m ax n)) +("lies" nil (l ay1 z)) +("liesch" nil (l iy1 sh)) +("liese" nil (l iy1 z)) +("lieser" nil (l iy1 s er0)) +("lieske" nil (l iy1 s k iy0)) +("lietz" nil (l iy1 t s)) +("lietzke" nil (l iy1 t z k iy0)) +("lieu" nil (l uw1)) +("lieurance" nil (l uw1 r ax n s)) +("lieutenant" nil (l uw0 t eh1 n ax n t)) +("lieutenants" nil (l uw0 t eh1 n ax n t s)) +("life" nil (l ay1 f)) +("lifeblood" nil (l ay1 f b l ah1 d)) +("lifeboat" nil (l ay1 f b ow1 t)) +("lifeboats" nil (l ay1 f b ow1 t s)) +("lifeco" nil (l iy1 f k ow1)) +("lifeguard" nil (l ay1 f g aa1 r d)) +("lifeless" nil (l ay1 f l ax s)) +("lifelike" nil (l ay1 f l ay1 k)) +("lifeline" nil (l ay1 f l ay1 n)) +("lifelines" nil (l ay1 f l ay1 n z)) +("lifelong" nil (l ay1 f l ao1 ng)) +("lifer" nil (l ay1 f er0)) +("lifers" nil (l ay1 f er0 z)) +("lifes" nil (l ay1 f s)) +("lifesaver" nil (l ay1 f s ey1 v er0)) +("lifesavers" nil (l ay1 f s ey1 v er0 z)) +("lifesaving" nil (l ay1 f s ey1 v ih0 ng)) +("lifespan" nil (l ay1 f s p ae1 n)) +("lifestyle" nil (l ay1 f s t ay1 l)) +("lifestyles" nil (l ay1 f s t ay1 l z)) +("lifetime" nil (l ay1 f t ay1 m)) +("lifetimes" nil (l ay1 f t ay1 m z)) +("liff" nil (l ih1 f)) +("liffe" nil (l ih1 f)) +("lifland" nil (l ih1 f l ax n d)) +("lifo" nil (l iy1 f ow0)) +("liford" nil (l ih1 f er0 d)) +("lifsey" nil (l ih1 f s iy0)) +("lifshitz" nil (l ih1 f sh ih0 t s)) +("lifson" nil (l ih1 f s aa1 n)) +("lift" nil (l ih1 f t)) +("lifted" nil (l ih1 f t ax d)) +("lifter" nil (l ih1 f t er0)) +("lifters" nil (l ih1 f t er0 z)) +("liftin" nil (l ih1 f t ih0 n)) +("lifting" nil (l ih1 f t ih0 ng)) +("liftoff" nil (l ih1 f t ao1 f)) +("lifton" nil (l ih1 f t ax n)) +("lifts" nil (l ih1 f t s)) +("ligachev" nil (l ih1 g ax ch eh0 v)) +("ligament" nil (l ih1 g ax m ax n t)) +("ligaments" nil (l ih1 g ax m ax n t s)) +("ligand" nil (l ih1 g ax n d)) +("ligands" nil (l ih1 g ax n d z)) +("ligas" nil (l ay1 g ax z)) +("ligation" nil (l ay0 g ey1 sh ax n)) +("ligget" nil (l ih1 g ih0 t)) +("liggett" nil (l ih1 g ih0 t)) +("liggins" nil (l ih1 g ih0 n z)) +("liggio" nil (l iy1 jh iy0 ow0)) +("light" nil (l ay1 t)) +("lightbulb" nil (l ay1 t b ah1 l b)) +("lightbulbs" nil (l ay1 t b ah1 l b z)) +("lightcap" nil (l ay1 t k ae1 p)) +("lighted" nil (l ay1 t ax d)) +("lighten" nil (l ay1 t ax n)) +("lightened" nil (l ay1 t ax n d)) +("lightening" nil (l ay1 t ax n ih0 ng)) +("lighter" nil (l ay1 t er0)) +("lighters" nil (l ay1 t er0 z)) +("lightest" nil (l ay1 t ax s t)) +("lightfastness" nil (l ay1 t f ae1 s t n ax s)) +("lightfoot" nil (l ay1 t f uh1 t)) +("lighthall" nil (l ay1 t hh ao1 l)) +("lightheadedness" nil (l ay1 t hh eh1 d ax d n ax s)) +("lighthearted" nil (l ay1 t hh aa1 r t ih0 d)) +("lighthizer" nil (l ay1 t hh ay1 z er0)) +("lighthouse" nil (l ay1 t hh aw1 s)) +("lighthouses" nil (l ay1 t hh aw1 s ih0 z)) +("lighting" nil (l ay1 t ih0 ng)) +("lightle" nil (l ay1 t ax l)) +("lightly" nil (l ay1 t l iy0)) +("lightner" nil (l ay1 t n er0)) +("lightness" nil (l ay1 t n ax s)) +("lightning" nil (l ay1 t n ih0 ng)) +("lights" nil (l ay1 t s)) +("lightsey" nil (l ay1 t s iy0)) +("lightship" nil (l ay1 t sh ih1 p)) +("lightships" nil (l ay1 t sh ih1 p s)) +("lightstone" nil (l ay1 t s t ow1 n)) +("lightweight" nil (l ay1 t w ey1 t)) +("lighty" nil (l ay1 t iy0)) +("ligman" nil (l ih1 g m ax n)) +("lignin" nil (l ih1 g n ih0 n)) +("lignite" nil (l ih1 g n ay1 t)) +("ligon" nil (l ih1 g ax n)) +("liguori" nil (l iy0 g ao1 r iy0)) +("lijewski" nil (l ih0 y eh1 f s k iy0)) +("likable" nil (l ay1 k ax b ax l)) +("like" nil (l ay1 k)) +("likeable" nil (l ay1 k ax b ax l)) +("liked" nil (l ay1 k t)) +("likelier" nil (l ay1 k l iy0 er0)) +("likeliest" nil (l ay1 k l iy0 ax s t)) +("likelihood" nil (l ay1 k l iy0 hh uh1 d)) +("likely" nil (l ay1 k l iy0)) +("liken" nil (l ay1 k ax n)) +("likened" nil (l ay1 k ax n d)) +("likeness" nil (l ay1 k n ax s)) +("likenesses" nil (l ay1 k n ax s ih0 z)) +("likening" nil (l ay1 k ax n ih0 ng)) +("likens" nil (l ay1 k ax n z)) +("likes" nil (l ay1 k s)) +("likewise" nil (l ay1 k w ay1 z)) +("likhachov" nil (l ih1 k ax ch aa0 v)) +("likhyani" nil (l ih0 k y aa1 n iy0)) +("liking" nil (l ay1 k ih0 ng)) +("likins" nil (l ih1 k ih0 n z)) +("likud" nil (l ih1 k ax d)) +("lil" nil (l ih1 l)) +("lila" nil (l iy1 l ax)) +("lilac" nil (l ay1 l ae1 k)) +("lilacs" nil (l ay1 l ae1 k s)) +("lilah" nil (l ih1 l ax)) +("lilco" nil (l ih1 l k ow0)) +("lile" nil (l ay1 l)) +("liles" nil (l ay1 l z)) +("liley" nil (l ih1 l iy0)) +("lili" nil (l ih1 l iy0)) +("lilia" nil (l iy1 l iy0 ax)) +("lilian" nil (l ih1 l iy0 ax n)) +("liliana" nil (l ih1 l iy0 ae1 n ax)) +("liliane" nil (l ih0 l iy0 ae1 n)) +("lilias" nil (l ay1 l iy0 ax z)) +("lilien" nil (l ih1 l iy0 ax n)) +("lilienthal" nil (l ih1 l iy0 n th ax l)) +("lilies" nil (l ih1 l iy0 z)) +("lilith" nil (l ih1 l ih0 th)) +("lilja" nil (l iy1 l y ax)) +("liljedahl" nil (l ih1 l jh ih0 d aa0 l)) +("liljegren" nil (l ih1 l jh ih0 g r eh0 n)) +("lill" nil (l ih1 l)) +("lilla" nil (l ih1 l ax)) +("lillard" nil (l ih1 l er0 d)) +("lille" nil (l ih1 l)) +("lillehamer" nil (l ih1 l iy0 hh ae1 m er0)) +("lillehammer" nil (l ih1 l iy0 hh ae1 m er0)) +("liller" nil (l ih1 l er0)) +("lilley" nil (l ih1 l iy0)) +("lilli" nil (l ih1 l iy0)) +("lillian" nil (l ih1 l iy0 ax n)) +("lillibridge" nil (l ih1 l ih0 b r ih1 jh)) +("lillich" nil (l ih1 l ih0 k)) +("lillicrop" nil (l ih1 l ih0 k r aa0 p)) +("lillie" nil (l ih1 l iy0)) +("lilliputian" nil (l ih1 l ax p y uw1 sh ax n)) +("lillis" nil (l ih1 l ih0 s)) +("lillo" nil (l ih1 l ow0)) +("lilly" nil (l ih1 l iy0)) +("lilt" nil (l ih1 l t)) +("lily" nil (l ih1 l iy0)) +("lilyan" nil (l ih1 l iy0 ax n)) +("lilybell" nil (l ih1 l iy0 b eh1 l)) +("lim" nil (l ih1 m)) +("lima" nil (l ay1 m ax)) +("liman" nil (l ay1 m ax n)) +("limas" nil (l ay1 m ax z)) +("limb" nil (l ih1 m)) +("limbach" nil (l ih1 m b aa1 k)) +("limbaugh" nil (l ih1 m b ao1)) +("limbed" nil (l ih1 m d)) +("limber" nil (l ih1 m b er0)) +("limberg" nil (l ih1 m b er0 g)) +("limbers" nil (l ih1 m b er0 z)) +("limbert" nil (l ih1 m b er0 t)) +("limbless" nil (l ih1 m l ax s)) +("limbo" nil (l ih1 m b ow0)) +("limbrick" nil (l ih1 m b r ih0 k)) +("limbs" nil (l ih1 m z)) +("limburg" nil (l ih1 m b er0 g)) +("lime" nil (l ay1 m)) +("limehouse" nil (l ay1 m hh aw1 s)) +("limelight" nil (l ay1 m l ay1 t)) +("limerick" nil (l ih1 m er0 ih0 k)) +("limericks" nil (l ih1 m er0 ih0 k s)) +("limes" nil (l ay1 m z)) +("limestone" nil (l ay1 m s t ow1 n)) +("limestones" nil (l ay1 m s t ow1 n z)) +("liming" nil (l ay1 m ih0 ng)) +("limit" nil (l ih1 m ax t)) +("limitation" nil (l ih1 m ih0 t ey1 sh ax n)) +("limitations" nil (l ih1 m ih0 t ey1 sh ax n z)) +("limited" nil (l ih1 m ax t ax d)) +("limiting" nil (l ih1 m ax t ih0 ng)) +("limitless" nil (l ih1 m ax t l ax s)) +("limits" nil (l ih1 m ax t s)) +("limmer" nil (l ih1 m er0)) +("limnology" nil (l ih0 m n aa1 l ax jh iy0)) +("limo" nil (l ih1 m ow0)) +("limoges" nil (l ih0 m ow1 jh ih0 z)) +("limon" nil (l ih1 m ax n)) +("limonite" nil (l ay1 m ax n ay1 t)) +("limousine" nil (l ih1 m ax z iy1 n)) +("limousines" nil (l ih1 m ax z iy1 n z)) +("limp" nil (l ih1 m p)) +("limped" nil (l ih1 m p t)) +("limpert" nil (l ih1 m p er0 t)) +("limpets" nil (l ih1 m p ax t s)) +("limping" nil (l ih1 m p ih0 ng)) +("lin" nil (l ih1 n)) +("lina" nil (l iy1 n ax)) +("linafelter" nil (l ih1 n ax f eh1 l t er0)) +("linage" nil (l ay1 n ih0 jh)) +("linam" nil (l ih1 n ax m)) +("linares" nil (l ih1 n er0 z)) +("linc" nil (l ih1 ng k)) +("lincare" nil (l ih1 n k eh1 r)) +("lince" nil (l ih1 n s)) +("lincecum" nil (l ih1 n s ih0 k ax m)) +("linch" nil (l ih1 n ch)) +("linchpin" nil (l ih1 n ch p ih1 n)) +("lincicome" nil (l ih1 n s ih0 k ow1 m)) +("linck" nil (l ih1 ng k)) +("lincks" nil (l ih1 ng k s)) +("lincoln" nil (l ih1 ng k ax n)) +("lincolns" nil (l ih1 ng k ax n z)) +("lincolnshire" nil (l ih1 ng k ax n sh ih1 r)) +("lind" nil (l ih1 n d)) +("linda" nil (l ih1 n d ax)) +("lindahl" nil (l ih1 n d aa1 l)) +("lindaman" nil (l ih1 n d ax m ax n)) +("lindamood" nil (l ih1 n d ax m uw1 d)) +("lindane" nil (l ih1 n d ey1 n)) +("lindau" nil (l ih1 n d aw0)) +("lindauer" nil (l ih1 n d aw0 er0)) +("lindbeck" nil (l ay1 n d b eh0 k)) +("lindberg" nil (l ay1 n d b er0 g)) +("lindbergh" nil (l ih1 n d b er0 g)) +("lindblad" nil (l ih1 n d b l ax d)) +("lindblom" nil (l ih1 n d b l ax m)) +("lindbloom" nil (l ih1 n d b l uw1 m)) +("lindburg" nil (l ay1 n d b er0 g)) +("linde" nil (l ih1 n d)) +("lindeen" nil (l ih1 n d iy0 n)) +("lindell" nil (l ih1 n d ax l)) +("lindeman" nil (l ih1 n d m ax n)) +("lindemann" nil (l ih1 n d ax m ax n)) +("lindemuth" nil (l ih1 n d ih0 m uw0 th)) +("linden" nil (l ih1 n d ax n)) +("lindenbaum" nil (l ay1 n d ax n b aw0 m)) +("lindenberg" nil (l ih1 n d ax n b er0 g)) +("lindenberger" nil (l ih1 n d ax n b er0 g er0)) +("lindenmuth" nil (l ih1 n d ih0 n m uw0 th)) +("linder" nil (l ih1 n d er0)) +("linderman" nil (l ay1 n d er0 m ax n)) +("lindfors" nil (l ih1 n d f er0 z)) +("lindgren" nil (l ih1 n d g r eh0 n)) +("lindh" nil (l ih1 n d)) +("lindholm" nil (l ih1 n d hh ow1 l m)) +("lindhorst" nil (l ih1 n d hh ao0 r s t)) +("lindig" nil (l ih1 n d ih0 g)) +("lindler" nil (l ih1 n d l er0)) +("lindley" nil (l ih1 n d l iy0)) +("lindman" nil (l ih1 n d m ax n)) +("lindmark" nil (l ih1 n d m aa1 r k)) +("lindner" nil (l ih1 n d n er0)) +("lindo" nil (l ih1 n d ow0)) +("lindon" nil (l ih1 n d ax n)) +("lindow" nil (l ih1 n d ow0)) +("lindquist" nil (l ih1 n d k w ih1 s t)) +("lindroth" nil (l ih1 n d r ao1 th)) +("lindsay" nil (l ih1 n d z iy0)) +("lindseth" nil (l ih1 n d s ih0 th)) +("lindsey" nil (l ih1 n d z iy0)) +("lindskog" nil (l ih1 n d s k ax g)) +("lindsley" nil (l ih1 n d s l iy0)) +("lindstedt" nil (l ih1 n d s t ih0 t)) +("lindstrand" nil (l ih1 n d s t r ax n d)) +("lindstrom" nil (l ih1 n d s t r ax m)) +("lindvall" nil (l ih1 n d v ax l)) +("lindy" nil (l ih1 n d iy0)) +("line" nil (l ay1 n)) +("lineage" nil (l ih1 n iy0 ax jh)) +("lineages" nil (l ih1 n iy0 ih0 jh ih0 z)) +("lineal" nil (l ih1 n iy0 ax l)) +("linear" nil (l ih1 n iy0 er0)) +("linearly" nil (l ih1 n iy0 er0 l iy0)) +("lineback" nil (l ay1 n b ae1 k)) +("linebacker" nil (l ay1 n b ae1 k er0)) +("linebackers" nil (l ay1 n b ae1 k er0 z)) +("linebarger" nil (l ih1 n ih0 b aa0 r g er0)) +("linebaugh" nil (l ih1 n ih0 b ao0)) +("lineberger" nil (l ay1 n b er0 g er0)) +("lineberry" nil (l ay1 n b eh1 r iy0)) +("lined" nil (l ay1 n d)) +("linehan" nil (l ih1 n ih0 hh ae0 n)) +("lineman" nil (l ay1 n m ax n)) +("linemen" nil (l ay1 n m ax n)) +("linen" nil (l ih1 n ax n)) +("linenberger" nil (l ih1 n ax n b er0 g er0)) +("linens" nil (l ih1 n ax n z)) +("liner" nil (l ay1 n er0)) +("linerboard" nil (l ay1 n er0 b ao1 r d)) +("liners" nil (l ay1 n er0 z)) +("lines" nil (l ay1 n z)) +("linette" nil (l ih0 n eh1 t)) +("lineup" nil (l ay1 n ah1 p)) +("lineups" nil (l ay1 n ah1 p s)) +("lineweaver" nil (l ay1 n w iy1 v er0)) +("linford" nil (l ih1 n f er0 d)) +("ling" nil (l ih1 ng)) +("lingafelter" nil (l ih1 ng g ax f ih0 l t er0)) +("lingard" nil (l ih1 ng g er0 d)) +("lingelbach" nil (l ih1 ng g ih0 l b aa0 k)) +("lingenfelter" nil (l ih1 ng g ih0 n f ih0 l t er0)) +("linger" nil (l ih1 ng g er0)) +("lingered" nil (l ih1 ng g er0 d)) +("lingerfelt" nil (l ih1 ng g er0 f eh1 l t)) +("lingerie" nil (l aa1 n zh er0 ey1)) +("lingering" nil (l ih1 ng g er0 ih0 ng)) +("lingers" nil (l ih1 ng g er0 z)) +("lingg" nil (l ih1 ng g)) +("lingle" nil (l ih1 ng g ax l)) +("lingner" nil (l ih1 ng n er0)) +("lingo" nil (l ih1 ng g ow0)) +("lingua" nil (l ih1 ng g w ax)) +("linguist" nil (l ih1 ng g w ax s t)) +("linguistic" nil (l ih0 ng g w ih1 s t ih0 k)) +("linguistically" nil (l ih0 ng g w ih1 s t ih0 k l iy0)) +("linguistics" nil (l ih0 ng g w ih1 s t ih0 k s)) +("linguists" nil (l ih1 ng g w ax s t s)) +("lingus" nil (l ih1 ng g ax s)) +("linh" nil (l ih1 n)) +("linhardt" nil (l ih1 n hh aa1 r t)) +("linhares" nil (l ih1 n hh er0 z)) +("linhart" nil (l ih1 n hh aa1 r t)) +("lini" nil (l iy1 n iy0)) +("lining" nil (l ay1 n ih0 ng)) +("lininger" nil (l ay1 n ih0 ng er0)) +("linings" nil (l ay1 n ih0 ng z)) +("link" nil (l ih1 ng k)) +("linkage" nil (l ih1 ng k ax jh)) +("linkages" nil (l ih1 ng k ih0 jh ih0 z)) +("linke" nil (l ih1 ng k)) +("linked" nil (l ih1 ng k t)) +("linkenhoker" nil (l ih1 ng k ih0 n hh ax k er0)) +("linker" nil (l ih1 ng k er0)) +("linking" nil (l ih1 ng k ih0 ng)) +("linkous" nil (l ih1 ng k ax s)) +("links" nil (l ih1 ng k s)) +("linkup" nil (l ih1 ng k ah1 p)) +("linkups" nil (l ih1 ng k ah1 p s)) +("linley" nil (l ih1 n l iy0)) +("linn" nil (l ih1 n)) +("linnane" nil (l ih1 n ax n)) +("linnas" nil (l ih1 n ax s)) +("linne" nil (l ih1 n)) +("linnea" nil (l ih1 n iy0 ax)) +("linnehan" nil (l ih1 n ih0 hh ae0 n)) +("linnell" nil (l ih1 n ax l)) +("linneman" nil (l ih1 n m ax n)) +("linnemann" nil (l ih1 n m ax n)) +("linnet" nil (l ih1 n ih0 t)) +("linney" nil (l ih1 n iy0)) +("linnik" nil (l ih1 n ih0 k)) +("lino" nil (l iy1 n ow0)) +("linoleum" nil (l ax n ow1 l iy0 ax m)) +("linotype" nil (l ih1 n ow0 t ay1 p)) +("linowes" nil (l ih1 n ow0 z)) +("linquist" nil (l ih1 n k w ih0 s t)) +("lins" nil (l ih1 n z)) +("linsay" nil (l ih1 n s ey0)) +("linscomb" nil (l ih1 n s k ax m)) +("linscott" nil (l ih1 n s k ax t)) +("linse" nil (l ih1 n s)) +("linseed" nil (l ih1 n s iy1 d)) +("linsey" nil (l ih1 n z iy0)) +("linskey" nil (l ih1 n s k iy0)) +("linsky" nil (l ih1 n s k iy0)) +("linsley" nil (l ih1 n s l iy0)) +("linson" nil (l ih1 n s ax n)) +("linstrom" nil (l ih1 n s t r ax m)) +("lint" nil (l ih1 n t)) +("lintas" nil (l ih1 n t ax s)) +("lintel" nil (l ih1 n t ax l)) +("linters" nil (l ih1 n t er0 z)) +("linthicum" nil (l ih1 n th ih0 k ax m)) +("lintner" nil (l ih1 n t n er0)) +("linton" nil (l ih1 n t ax n)) +("lintz" nil (l ih1 n t s)) +("linus" nil (l ay1 n ax s)) +("linville" nil (l iy1 n v ih0 l)) +("linwick" nil (l ih1 n w ih1 k)) +("linwood" nil (l ih1 n w uh1 d)) +("linz" nil (l ih1 n z)) +("linzer" nil (l ih1 n z er0)) +("linzey" nil (l ih1 n z iy0)) +("linzy" nil (l ih1 n z iy0)) +("lion" nil (l ay1 ax n)) +("lionberger" nil (l ay1 ax n b er0 g er0)) +("lionel" nil (l ay1 ax n ax l)) +("lionetti" nil (l iy0 ax n eh1 t iy0)) +("lionheart" nil (l ay1 ax n hh aa1 r t)) +("lionized" nil (l ay1 ax n ay1 z d)) +("lions" nil (l ay1 ax n z)) +("liotier" nil (l iy0 ow1 t iy0 ey1)) +("liotta" nil (l iy0 ow1 t ax)) +("liou" nil (l iy0 uw1)) +("lip" nil (l ih1 p)) +("lipa" nil (l iy1 p ax)) +("lipari" nil (l iy0 p aa1 r iy0)) +("lipe" nil (l ay1 p)) +("lipford" nil (l ih1 p f er0 d)) +("lipham" nil (l ih1 f ax m)) +("lipid" nil (l ay1 p ax d)) +("lipinski" nil (l ih0 p ih1 n s k iy0)) +("lipka" nil (l ih1 p k ax)) +("lipke" nil (l ih1 p k)) +("lipkin" nil (l ih1 p k ih0 n)) +("lipkind" nil (l ih1 p k ih0 n d)) +("lipman" nil (l ih1 p m ax n)) +("lipnick" nil (l ih1 p n ih1 k)) +("lipoprotein" nil (l ih1 p ax p r ow1 t iy0 n)) +("lipoproteins" nil (l ih1 p ow0 p r ow1 t iy0 n z)) +("liposome" nil (l ih1 p ax s ow1 m)) +("liposomes" nil (l ih1 p ax s ow1 m z)) +("liposuction" nil (l ih1 p ow0 s ah1 k sh ax n)) +("lipovsky" nil (l ih0 p aa1 v s k iy0)) +("lipp" nil (l ih1 p)) +("lippa" nil (l ih1 p ax)) +("lippard" nil (l ih1 p er0 d)) +("lippe" nil (l ih1 p)) +("lipped" nil (l ih1 p t)) +("lippens" nil (l ih1 p ax n z)) +("lipper" nil (l ih1 p er0)) +("lippert" nil (l ih1 p er0 t)) +("lippi" nil (l ih1 p iy0)) +("lippincott" nil (l ih1 p ih0 n k ax t)) +("lippitt" nil (l ih1 p ih0 t)) +("lippman" nil (l ih1 p m ax n)) +("lippmann" nil (l ih1 p m ax n)) +("lippo" nil (l ih1 p ow0)) +("lippold" nil (l ih1 p ow1 l d)) +("lipps" nil (l ih1 p s)) +("lippy" nil (l ih1 p iy0)) +("lips" nil (l ih1 p s)) +("lipschitz" nil (l ih1 p sh ih0 t s)) +("lipschultz" nil (l ih1 p sh ax l t s)) +("lipschutz" nil (l ih1 p sh ax t s)) +("lipscomb" nil (l ih1 p s k ax m)) +("lipsett" nil (l ih1 p s ih0 t)) +("lipsey" nil (l ih1 p s iy0)) +("lipshie" nil (l ih1 p sh iy0)) +("lipshutz" nil (l ih1 p sh ax t s)) +("lipsig" nil (l ih1 p s ih0 g)) +("lipsitz" nil (l ih1 p s ih0 t s)) +("lipski" nil (l ih1 p s k iy1)) +("lipsky" nil (l ih1 p s k ay1)) +("lipson" nil (l ih1 p s ax n)) +("lipstein" nil (l ih1 p s t iy1 n)) +("lipstick" nil (l ih1 p s t ih1 k)) +("lipsticks" nil (l ih1 p s t ih1 k s)) +("liptak" nil (l ih1 p t ax k)) +("lipton" nil (l ih1 p t ax n)) +("lipuma" nil (l iy0 p uw1 m ax)) +("liquefaction" nil (l ih1 k w ax f ae1 k sh ax n)) +("liquefied" nil (l ih1 k w ax f ay1 d)) +("liquefy" nil (l ih1 k w ax f ay1)) +("liqueur" nil (l ih0 k er1)) +("liqueurs" nil (l ih0 k er1 z)) +("liquid" nil (l ih1 k w ax d)) +("liquidate" nil (l ih1 k w ih0 d ey1 t)) +("liquidated" nil (l ih1 k w ih0 d ey1 t ih0 d)) +("liquidates" nil (l ih1 k w ih0 d ey1 t s)) +("liquidating" nil (l ih1 k w ih0 d ey1 t ih0 ng)) +("liquidation" nil (l ih1 k w ih0 d ey1 sh ax n)) +("liquidations" nil (l ih1 k w ih0 d ey1 sh ax n z)) +("liquidator" nil (l ih1 k w ih0 d ey1 t er0)) +("liquidators" nil (l ih1 k w ih0 d ey1 t er0 z)) +("liquide" nil (l ih0 k w ay1 d)) +("liquidities" nil (l ih0 k w ih1 d ax t iy0 z)) +("liquidity" nil (l ih0 k w ih1 d ax t iy0)) +("liquids" nil (l ih1 k w ax d z)) +("liqun" nil (l ih0 k uw1 n)) +("liquor" nil (l ih1 k er0)) +("liquori" nil (l iy0 k ao1 r iy0)) +("liquors" nil (l ih1 k er0 z)) +("lira" nil (l ih1 r ax)) +("lire" nil (l ih1 r ax)) +("lirette" nil (l er0 eh1 t)) +("liro" nil (l ih1 r ow0)) +("lis" nil (l ih1 s)) +("lisa" nil (l iy1 s ax)) +("lisabet" nil (l ih1 s ax b eh0 t)) +("lisabeth" nil (l ih1 s ax b eh0 th)) +("lisak" nil (l ih1 s ax k)) +("lisanti" nil (l ih0 s ae1 n t iy0)) +("lisbeth" nil (l ih1 s b ih0 th)) +("lisbon" nil (l ih1 z b ax n)) +("lisby" nil (l ih1 s b iy0)) +("lisco" nil (l ih1 s k ow0)) +("liscom" nil (l ih1 s k ax m)) +("lise" nil (l ay1 z)) +("lisec" nil (l ih1 z ax k)) +("lisenbee" nil (l ih0 s eh1 n b iy0)) +("lisenby" nil (l ih1 s ih0 n b iy0)) +("lisette" nil (l ih0 s eh1 t)) +("lish" nil (l ih1 sh)) +("lishman" nil (l ih1 sh m ax n)) +("lisi" nil (l iy1 s iy0)) +("lisiecki" nil (l ih0 s iy1 t s k iy0)) +("lisk" nil (l ih1 s k)) +("liska" nil (l ih1 s k ax)) +("liske" nil (l ih1 s k)) +("liskey" nil (l ih1 s k iy0)) +("lisko" nil (l ih1 s k ow0)) +("lisle" nil (l ay1 ax l)) +("lisman" nil (l ih1 z m ax n)) +("lisowski" nil (l ih0 s ao1 f s k iy0)) +("lisp" nil (l ih1 s p)) +("liss" nil (l ih1 s)) +("lissa" nil (l ih1 s ax)) +("lissack" nil (l ih1 s ax k)) +("lissie" nil (l ih1 s iy0)) +("lissner" nil (l ih1 s n er0)) +("lissy" nil (l ih1 s iy0)) +("list" nil (l ih1 s t)) +("listed" nil (l ih1 s t ax d)) +("listen" nil (l ih1 s ax n)) +("listened" nil (l ih1 s ax n d)) +("listener" nil (l ih1 s ax n er0)) +("listeners" nil (l ih1 s ax n er0 z)) +("listening" nil (l ih1 s ax n ih0 ng)) +("listens" nil (l ih1 s ax n z)) +("lister" nil (l ih1 s t er0)) +("listeria" nil (l ih0 s t ih1 r iy0 ax)) +("listerine" nil (l ih1 s t er0 iy1 n)) +("listerines" nil (l ih1 s t er0 iy1 n z)) +("listing" nil (l ih1 s t ih0 ng)) +("listings" nil (l ih1 s t ih0 ng z)) +("listless" nil (l ih1 s t l ax s)) +("listlessly" nil (l ih1 s t l ax s l iy0)) +("liston" nil (l ih1 s t ax n)) +("lists" nil (l ih1 s t s)) +("liszewski" nil (l ih0 sh eh1 f s k iy0)) +("liszka" nil (l ih1 sh k ax)) +("liszt" nil (l ih1 s t)) +("lit" nil (l ih1 t)) +("lita" nil (l iy1 t ax)) +("litaker" nil (l ih1 t ey0 k er0)) +("litalien" nil (l ih1 t ax l iy0 n)) +("litan" nil (l ay1 t ax n)) +("litanies" nil (l ih1 t ax n iy0 z)) +("litany" nil (l ih1 t ax n iy0)) +("litchfield" nil (l ih1 ch f iy0 l d)) +("litchford" nil (l ih1 ch f er0 d)) +("litco" nil (l ih1 t k ow1)) +("lite" nil (l ay1 t)) +("liter" nil (l iy1 t er0)) +("literacy" nil (l ih1 t er0 ax s iy0)) +("literal" nil (l ih1 t er0 ax l)) +("literally" nil (l ih1 t er0 ax l iy0)) +("literary" nil (l ih1 t er0 eh1 r iy0)) +("literate" nil (l ih1 t er0 ax t)) +("literati" nil (l ih1 t er0 aa1 t iy0)) +("literature" nil (l ih1 t er0 ax ch er0)) +("literaturnaya" nil (l ih0 t eh1 r ax t er0 n ay1 ax)) +("liters" nil (l iy1 t er0 z)) +("lites" nil (l ay1 t s)) +("lithe" nil (l ay1 dh)) +("litherland" nil (l ih1 th er0 l ax n d)) +("lithgow" nil (l ih1 th g aw0)) +("lithic" nil (l ih1 th ih0 k)) +("lithium" nil (l ih1 th iy0 ax m)) +("lithograph" nil (l ih1 th ax g r ae1 f)) +("lithographic" nil (l ih1 th ax g r ae1 f ih0 k)) +("lithographs" nil (l ih1 th ax g r ae1 f s)) +("lithography" nil (l ax th aa1 g r ax f iy0)) +("lithotripter" nil (l ih1 th ax t r ih1 p t er0)) +("lithuania" nil (l ih1 th ax w ey1 n iy0 ax)) +("lithuanian" nil (l ih1 th ax w ey1 n iy0 ax n)) +("lithuanians" nil (l ih1 th ax w ey1 n iy0 ax n z)) +("litigant" nil (l ih1 t ih0 g ax n t)) +("litigants" nil (l ih1 t ih0 g ax n t s)) +("litigate" nil (l ih1 t ih0 g ey1 t)) +("litigated" nil (l ih1 t ih0 g ey1 t ih0 d)) +("litigating" nil (l ih1 t ih0 g ey1 t ih0 ng)) +("litigation" nil (l ih1 t ax g ey1 sh ax n)) +("litigator" nil (l ih1 t ax g ey1 t er0)) +("litigators" nil (l ih1 t ax g ey1 t er0 z)) +("litigious" nil (l ih0 t ih1 jh ax s)) +("litke" nil (l ih1 t k iy0)) +("litle" nil (l ay1 t ax l)) +("litman" nil (l ih1 t m ax n)) +("litmus" nil (l ih1 t m ax s)) +("lits" nil (l ih1 t s)) +("litsey" nil (l ih1 t s iy0)) +("litt" nil (l ih1 t)) +("litteken" nil (l ih1 t ih0 k ax n)) +("littell" nil (l ih1 t ax l)) +("litten" nil (l ih1 t ax n)) +("litter" nil (l ih1 t er0)) +("litteral" nil (l ih1 t er0 ax l)) +("littered" nil (l ih1 t er0 d)) +("littering" nil (l ih1 t er0 ih0 ng)) +("litters" nil (l ih1 t er0 z)) +("littig" nil (l ih1 t ih0 g)) +("little" nil (l ih1 t ax l)) +("littleboy" nil (l ih1 t ax l b oy1)) +("littlechild" nil (l ih1 t ax l ch ay1 l d)) +("littlefield" nil (l ih1 t ax l f iy1 l d)) +("littleford" nil (l ih1 t l ih0 f er0 d)) +("littlejohn" nil (l ih1 t ax l jh aa1 n)) +("littlepage" nil (l ih1 t ax l p ey1 jh)) +("littler" nil (l ih1 t ax l er0)) +("littles" nil (l ih1 t ax l z)) +("littlest" nil (l ih1 t ax l ax s t)) +("littleton" nil (l ih1 t ax l t ax n)) +("littlewood" nil (l ih1 t ax l w uh1 d)) +("littman" nil (l ih1 t m ax n)) +("littmann" nil (l ih1 t m ax n)) +("litton" nil (l ih1 t ax n)) +("littoral" nil (l ih1 t er0 ax l)) +("littrell" nil (l ih1 t r ax l)) +("litts" nil (l ih1 t s)) +("litty" nil (l ih1 t iy0)) +("liturgical" nil (l ax t er1 jh ih0 k ax l)) +("liturgy" nil (l ih1 t er0 jh iy0)) +("litvack" nil (l ih1 t v ae0 k)) +("litvak" nil (l ih1 t v ax k)) +("litvin" nil (l ih1 t v ih0 n)) +("litwack" nil (l ih1 t w ao0 k)) +("litwak" nil (l ih1 t w ax k)) +("litwiller" nil (l ih0 t w ih1 l er0)) +("litwin" nil (l ih1 t w ih0 n)) +("litz" nil (l ih1 t s)) +("litzenberg" nil (l ih1 t z ax n b er0 g)) +("litzenberger" nil (l ih1 t z ax n b er0 g er0)) +("litzinger" nil (l ih1 t z ih0 ng er0)) +("liu" nil (l y uw1)) +("liuzza" nil (l iy0 uw1 t s ax)) +("liuzzi" nil (l iy0 uw1 t s iy0)) +("livable" nil (l ih1 v ax b ax l)) +("live" j (l ay1 v)) +("live" v (l ih1 v)) +("lived" nil (l ih1 v d)) +("livelier" nil (l ih0 v eh1 l y er0)) +("liveliest" nil (l ih1 v ax l iy1 s t)) +("livelihood" nil (l ay1 v l iy0 hh uh1 d)) +("livelihoods" nil (l ih1 v ax l ih0 hh uh1 d z)) +("liveliness" nil (l ay1 v l iy0 n ax s)) +("lively" nil (l ay1 v l iy0)) +("liven" nil (l ay1 v ax n)) +("livened" nil (l ay1 v ax n d)) +("livengood" nil (l ih1 v ih0 n g uh0 d)) +("liver" nil (l ih1 v er0)) +("livergood" nil (l ih1 v er0 g uh1 d)) +("liveried" nil (l ih1 v r iy0 d)) +("liverman" nil (l ih1 v er0 m ax n)) +("livermore" nil (l ih0 v er0 m ao1 r)) +("livernois" nil (l ih1 v er0 n w aa1)) +("liverpool" nil (l ih1 v er0 p uw1 l)) +("livers" nil (l ih1 v er0 z)) +("liverworts" nil (l ih1 v er0 w er0 t s)) +("lives" v (l ih1 v z)) +("lives" n (l ay1 v z)) +("livesay" nil (l ih1 v ih0 s ey0)) +("livesey" nil (l ih1 v ih0 s iy0)) +("livestock" nil (l ay1 v s t aa1 k)) +("livezey" nil (l ih1 v ih0 z iy0)) +("livia" nil (l ih1 v iy0 ax)) +("livid" nil (l ih1 v ih0 d)) +("living" nil (l ih1 v ih0 ng)) +("livingood" nil (l ih1 v ih0 n g uh1 d)) +("livings" nil (l ih1 v ih0 ng z)) +("livingston" nil (l ih1 v ih0 ng s t ax n)) +("livingstone" nil (l ih1 v ih0 ng s t ow1 n)) +("livingwell" nil (l ih1 v ih0 ng w eh1 l)) +("livolsi" nil (l iy0 v ow1 l s iy0)) +("livonia" nil (l ih0 v ow1 n y ax)) +("livoti" nil (l iy0 v ow1 t iy0)) +("livsey" nil (l ih1 v z iy0)) +("livvie" nil (l ih1 v iy0)) +("liz" nil (l ih1 z)) +("liza" nil (l iy1 z ax)) +("lizabeth" nil (l ih1 z ax b eh0 th)) +("lizak" nil (l ih1 z ax k)) +("lizard" nil (l ih1 z er0 d)) +("lizards" nil (l ih1 z er0 d z)) +("lizarraga" nil (l iy0 z aa0 r aa1 g ax)) +("lizhi" nil (l ih1 z iy0)) +("lizotte" nil (l ih0 z ao1 t)) +("lizzie" nil (l ih1 z iy0)) +("lizzy" nil (l ih1 z iy0)) +("ljubomir" nil (l y uw1 b ow0 m ih1 r)) +("llama" nil (l aa1 m ax)) +("llamas" nil (l aa1 m ax z)) +("llana" nil (l ae1 n ax)) +("llanas" nil (l ae1 n ax z)) +("llanes" nil (l ey1 n z)) +("llano" nil (l aa1 n ow0)) +("llanos" nil (l aa1 n ow0 z)) +("llerena" nil (l eh0 r ey1 n ax)) +("llewellyn" nil (l uw1 eh1 l ih0 n)) +("llewelyn" nil (l uw1 ih0 l ih0 n)) +("llorens" nil (l ao0 r ey1 ax n z)) +("llorente" nil (l ao0 r ey1 n t ey0)) +("llosa" nil (l ow1 s ax)) +("llovio" nil (l ow1 v iy0 ow0)) +("lloyd" nil (l oy1 d)) +("lloyds" nil (l oy1 d z)) +("lo" nil (l ow1)) +("load" nil (l ow1 d)) +("loaded" nil (l ow1 d ax d)) +("loader" nil (l ow1 d er0)) +("loaders" nil (l ow1 d er0 z)) +("loadholt" nil (l ow1 d hh ow1 l t)) +("loading" nil (l ow1 d ih0 ng)) +("loadings" nil (l ow1 d ih0 ng z)) +("loadman" nil (l ow1 d m ax n)) +("loads" nil (l ow1 d z)) +("loaf" nil (l ow1 f)) +("loafers" nil (l ow1 f er0 z)) +("loafs" nil (l ow1 f s)) +("loaiza" nil (l ow0 aa0 iy1 z ax)) +("loam" nil (l ow1 m)) +("loamy" nil (l ow1 m iy0)) +("loan" nil (l ow1 n)) +("loaned" nil (l ow1 n d)) +("loaning" nil (l ow1 n ih0 ng)) +("loanloss" nil (l ow1 n l ao1 s)) +("loans" nil (l ow1 n z)) +("loar" nil (l ao1 r)) +("loath" nil (l ow1 th)) +("loathe" nil (l ow1 dh)) +("loathed" nil (l ow1 dh d)) +("loathing" nil (l ow1 th ih0 ng)) +("loathsome" nil (l ow1 dh s ax m)) +("loaves" nil (l ow1 v z)) +("lob" nil (l aa1 b)) +("lobato" nil (l ow0 b aa1 t ow0)) +("lobaugh" nil (l aa1 b ao0)) +("lobb" nil (l aa1 b)) +("lobban" nil (l aa1 b ax n)) +("lobbed" nil (l aa1 b d)) +("lobbia" nil (l aa1 b iy0 ax)) +("lobbied" nil (l aa1 b iy0 d)) +("lobbies" nil (l aa1 b iy0 z)) +("lobbing" nil (l aa1 b ih0 ng)) +("lobby" nil (l aa1 b iy0)) +("lobbying" nil (l aa1 b iy0 ih0 ng)) +("lobbyist" nil (l aa1 b iy0 ax s t)) +("lobbyists" nil (l aa1 b iy0 ih0 s t s)) +("lobdell" nil (l aa1 b d ax l)) +("lobe" nil (l ow1 b)) +("lobed" nil (l ow1 b d)) +("lobel" nil (l ow1 b ax l)) +("lobell" nil (l ow0 b eh1 l)) +("lobello" nil (l ow0 b eh1 l ow0)) +("lober" nil (l ow1 b er0)) +("loberg" nil (l ow1 b er0 g)) +("lobes" nil (l ow1 b z)) +("lobianco" nil (l ow0 b iy0 aa1 n k ow0)) +("loblaw" nil (l aa0 b l ao1)) +("loblolly" nil (l aa1 b l aa1 l iy0)) +("lobo" nil (l ow1 b ow0)) +("lobos" nil (l ow1 b ow0 s)) +("lobosco" nil (l ow0 b ow1 s k ow0)) +("lobotomy" nil (l ow1 b ow1 t ow1 m iy0)) +("lobster" nil (l aa1 b s t er0)) +("lobsterman" nil (l aa1 b s t er0 m ax n)) +("lobstermen" nil (l aa1 b s t er0 m ih0 n)) +("lobsters" nil (l aa1 b s t er0 z)) +("lobue" nil (l ow1 b w eh0)) +("lobules" nil (l aa1 b y uw1 l z)) +("local" nil (l ow1 k ax l)) +("locale" nil (l ow0 k ae1 l)) +("locales" nil (l ow0 k ae1 l z)) +("localities" nil (l ow0 k ae1 l ih0 t iy0 z)) +("locality" nil (l ow0 k ae1 l ax t iy0)) +("localization" nil (l ow1 k ax l ax z ey1 sh ax n)) +("localized" nil (l ow1 k ax l ay1 z d)) +("locally" nil (l ow1 k ax l iy0)) +("locals" nil (l ow1 k ax l z)) +("locascio" nil (l ax k ae1 s iy0 ow0)) +("locastro" nil (l ax k ae1 s t r ow0)) +("locate" nil (l ow1 k ey1 t)) +("located" nil (l ow1 k ey1 t ax d)) +("locatelli" nil (l ow0 k aa0 t eh1 l iy0)) +("locates" nil (l ow1 k ey1 t s)) +("locating" nil (l ow1 k ey1 t ih0 ng)) +("location" nil (l ow0 k ey1 sh ax n)) +("locations" nil (l ow0 k ey1 sh ax n z)) +("locator" nil (l ow1 k ey1 t er0)) +("locey" nil (l ow1 s iy0)) +("loch" nil (l aa1 k)) +("locher" nil (l aa1 k er0)) +("lochhead" nil (l aa1 k hh eh1 d)) +("lochner" nil (l aa1 k n er0)) +("lochridge" nil (l aa1 k r ih0 jh)) +("locicero" nil (l ow0 ch iy0 ch eh1 r ow0)) +("lock" nil (l aa1 k)) +("lockaby" nil (l aa1 k ax b iy0)) +("lockamy" nil (l aa1 k ax m iy0)) +("lockard" nil (l aa1 k er0 d)) +("lockart" nil (l aa1 k aa1 r t)) +("locke" nil (l aa1 k)) +("locked" nil (l aa1 k t)) +("locken" nil (l aa1 k ax n)) +("locker" nil (l aa1 k er0)) +("lockerbie" nil (l aa1 k er0 b iy0)) +("lockerby" nil (l aa1 k er0 b iy0)) +("lockerman" nil (l aa1 k er0 m ax n)) +("lockers" nil (l aa1 k er0 z)) +("lockert" nil (l aa1 k er0 t)) +("lockett" nil (l aa1 k ih0 t)) +("lockey" nil (l aa1 k iy0)) +("lockhart" nil (l aa1 k hh aa1 r t)) +("lockheed" nil (l aa1 k hh iy1 d)) +("lockie" nil (l aa1 k iy0)) +("locking" nil (l aa1 k ih0 ng)) +("locklair" nil (l aa1 k l er0)) +("locklar" nil (l aa1 k l er0)) +("locklear" nil (l aa1 k l er0)) +("lockley" nil (l aa1 k l iy0)) +("locklin" nil (l aa1 k l ih0 n)) +("lockman" nil (l aa1 k m ax n)) +("lockmiller" nil (l aa1 k m ih1 l er0)) +("lockner" nil (l aa1 k n er0)) +("lockout" nil (l aa1 k aw1 t)) +("lockouts" nil (l aa1 k aw1 t s)) +("lockrem" nil (l aa1 k r ih0 m)) +("lockridge" nil (l aa1 k r ih1 jh)) +("locks" nil (l aa1 k s)) +("locksmith" nil (l aa1 k s m ih1 th)) +("lockstep" nil (l aa1 k s t eh1 p)) +("lockup" nil (l aa1 k ah1 p)) +("lockwood" nil (l aa1 k w uh1 d)) +("lockyer" nil (l aa1 k y er0)) +("loco" nil (l ow1 k ow0)) +("lococo" nil (l ow0 k ow1 k ow0)) +("locomotion" nil (l ow1 k ax m ow1 sh ax n)) +("locomotive" nil (l ow1 k ax m ow1 t ih0 v)) +("locomotives" nil (l ow1 k ax m ow1 t ih0 v z)) +("locomotor" nil (l ow1 k ax m ow1 t er0)) +("loconte" nil (l ow0 k ow1 n t iy0)) +("locsin" nil (l aa1 k s ih0 n)) +("loctite" nil (l aa1 k t ay1 t)) +("locurto" nil (l ow0 k uh1 r t ow0)) +("locus" nil (l ow1 k ax s)) +("locust" nil (l ow1 k ax s t)) +("locusts" nil (l ow1 k ax s t s)) +("locy" nil (l ow1 s iy0)) +("lodato" nil (l ow0 d aa1 t ow0)) +("lode" nil (l ow1 d)) +("lodema" nil (l ow0 d eh1 m ax)) +("loden" nil (l ow1 d ax n)) +("loder" nil (l ow1 d er0)) +("lodes" nil (l ow1 d z)) +("lodestar" nil (l ow1 d s t aa1 r)) +("lodestone" nil (l ow1 d s t ow1 n)) +("lodge" nil (l aa1 jh)) +("lodged" nil (l aa1 jh d)) +("lodgepole" nil (l aa1 jh p ow1 l)) +("lodges" nil (l aa1 jh ax z)) +("lodging" nil (l aa1 jh ih0 ng)) +("lodgings" nil (l aa1 jh ih0 ng z)) +("lodi" nil (l ow1 d ay0)) +("lodico" nil (l ow0 d iy1 k ow0)) +("lodley" nil (l aa1 d l iy0)) +("lodwick" nil (l aa1 d w ih0 k)) +("lodwrick" nil (l aa1 d r ih0 k)) +("loe" nil (l ow1)) +("loeb" nil (l ow1 b)) +("loeber" nil (l ow1 b er0)) +("loeffel" nil (l ow1 f ax l)) +("loeffelholz" nil (l ow1 f ih0 l hh ow0 l z)) +("loeffler" nil (l ow1 f l er0)) +("loehr" nil (l ao1 r)) +("loella" nil (l ow1 eh1 l ax)) +("loeper" nil (l ow1 p er0)) +("loepfe" nil (l ow1 p f iy0)) +("loera" nil (l ao1 r ax)) +("loesch" nil (l ow1 sh)) +("loesche" nil (l ow1 sh)) +("loescher" nil (l ow1 sh er0)) +("loeser" nil (l ow1 z er0)) +("loess" nil (l ow1 ax s)) +("loew" nil (l aa1 uw0)) +("loewe" nil (l aa1 uw0)) +("loewen" nil (l aa1 uw0 ax n)) +("loewenson" nil (l ow1 w ax n s ax n)) +("loewenstein" nil (l aa1 uw0 ax n s t ay0 n)) +("loewenthal" nil (l aa1 uw0 ih0 n th ax l)) +("loewi" nil (l ow1 w iy0)) +("loews" nil (l ow1 z)) +("loewy" nil (l ow1 iy0)) +("lofaro" nil (l ow0 f aa1 r ow0)) +("lofaso" nil (l ow0 f aa1 s ow0)) +("loffredo" nil (l ow0 f r ey1 d ow0)) +("lofgren" nil (l aa1 f g r eh0 n)) +("lofland" nil (l aa1 f l ax n d)) +("loflin" nil (l aa1 f l ih0 n)) +("lofquist" nil (l aa1 f k w ih0 s t)) +("lofstrom" nil (l aa1 f s t r ax m)) +("loft" nil (l ao1 f t)) +("lofthouse" nil (l ao1 f t hh aw1 s)) +("lofthus" nil (l aa1 f th ih0 s)) +("loftier" nil (l ao1 f t iy0 er0)) +("loftin" nil (l aa1 f t ih0 n)) +("loftis" nil (l aa1 f t ih0 s)) +("lofton" nil (l aa1 f t ax n)) +("lofts" nil (l ao1 f t s)) +("loftus" nil (l ao1 f t ax s)) +("lofty" nil (l ao1 f t iy0)) +("log" nil (l ao1 g)) +("logan" nil (l ow1 g ax n)) +("logar" nil (l ow1 g er0)) +("logarithm" nil (l aa1 g er0 ih1 dh ax m)) +("logarithmic" nil (l aa1 g er0 ih1 dh m ih0 k)) +("logarithms" nil (l aa1 g er0 ih1 dh ax m z)) +("logbook" nil (l ao1 g b uh1 k)) +("loge" nil (l ow1 jh)) +("loges" nil (l ow1 jh ih0 z)) +("logged" nil (l ao1 g d)) +("loggerhead" nil (l ao1 g er0 hh eh1 d)) +("loggerheads" nil (l aa1 g er0 hh eh1 d z)) +("loggers" nil (l aa1 g er0 z)) +("loggia" nil (l aa1 g iy0 ax)) +("logging" nil (l ao1 g ih0 ng)) +("loggins" nil (l aa1 g ih0 n z)) +("loghry" nil (l aa1 g r iy0)) +("logic" nil (l aa1 jh ih0 k)) +("logica" nil (l aa1 jh ih0 k ax)) +("logical" nil (l aa1 jh ih0 k ax l)) +("logically" nil (l aa1 jh ih0 k l iy0)) +("logician" nil (l ow0 jh ih1 sh ax n)) +("logicon" nil (l aa1 jh ih0 k aa1 n)) +("logie" nil (l ow1 jh iy0)) +("logistic" nil (l ax jh ih1 s t ih0 k)) +("logistical" nil (l ax jh ih1 s t ih0 k ax l)) +("logistically" nil (l ax jh ih1 s t ih0 k l iy0)) +("logistics" nil (l ax jh ih1 s t ih0 k s)) +("logiudice" nil (l ow0 jh uw1 d ax s)) +("logjam" nil (l aa1 g jh ae1 m)) +("logjams" nil (l aa1 g jh ae1 m z)) +("logo" nil (l ow1 g ow0)) +("logograms" nil (l ao1 g ax g r ae1 m z)) +("logographic" nil (l ao1 g ax g r ae1 f ih0 k)) +("logos" nil (l ow1 g ow1 z)) +("logothetis" nil (l ow1 g ow0 th eh1 t ih0 s)) +("lograsso" nil (l ow0 g r aa1 s ow0)) +("logs" nil (l ao1 g z)) +("logsdon" nil (l aa1 g z d ax n)) +("logston" nil (l aa1 g s t ax n)) +("logue" nil (l ow1 g)) +("loguidice" nil (l ow0 g ay1 d ih0 s)) +("logwood" nil (l aa1 g w uh1 d)) +("loh" nil (l ow1)) +("lohengrin" nil (l ow1 ax n g r ih0 n)) +("lohman" nil (l ow1 m ax n)) +("lohmann" nil (l ow1 m ax n)) +("lohmeier" nil (l ow1 m ay0 er0)) +("lohmeyer" nil (l ow1 m ay0 er0)) +("lohn" nil (l aa1 n)) +("lohner" nil (l ow1 n er0)) +("lohnes" nil (l ow1 n z)) +("lohr" nil (l ao1 r)) +("lohrenz" nil (l ao1 r ih0 n s)) +("lohrey" nil (l aa1 r iy0)) +("lohrman" nil (l ao1 r m ax n)) +("lohrmann" nil (l ao1 r m ax n)) +("lohse" nil (l ow1 s)) +("loiacano" nil (l ow0 y ax k aa1 n ow0)) +("loiacono" nil (l ow0 y ax k ow1 n ow0)) +("loibl" nil (l oy1 b ax l)) +("loin" nil (l oy1 n)) +("loincloth" nil (l oy1 n k l ao1 th)) +("loire" nil (l oy1 r)) +("lois" nil (l ow1 ax s)) +("loise" nil (l uw1 ax s)) +("loiseau" nil (l uw1 ax s ow1)) +("loisel" nil (l oy0 z eh1 l)) +("loiselle" nil (l oy0 z eh1 l)) +("loiter" nil (l oy1 t er0)) +("loitering" nil (l oy1 t er0 ih0 ng)) +("lok" nil (l aa1 k)) +("loken" nil (l ow1 k ax n)) +("loker" nil (l ow1 k er0)) +("lokey" nil (l ow1 k iy0)) +("lokken" nil (l aa1 k ax n)) +("lola" nil (l ow1 l ax)) +("loleta" nil (l ow0 l eh1 t ax)) +("lolita" nil (l ow0 l iy1 t ax)) +("loll" nil (l aa1 l)) +("lollapalooza" nil (l aa1 l ax p ax l uw1 z ax)) +("lollapaloozas" nil (l aa1 l ax p ax l uw1 z ax z)) +("lollar" nil (l aa1 l er0)) +("lollard" nil (l aa1 l er0 d)) +("lolley" nil (l aa1 l iy0)) +("lolli" nil (l aa1 l iy0)) +("lolling" nil (l aa1 l ih0 ng)) +("lollipop" nil (l aa1 l iy0 p aa1 p)) +("lollipops" nil (l aa1 l iy0 p aa1 p s)) +("lollis" nil (l ax l iy1 s)) +("lolly" nil (l aa1 l iy0)) +("loma" nil (l ow1 m ax)) +("lomak" nil (l ow1 m ae0 k)) +("loman" nil (l ow1 m ax n)) +("lomas" nil (l ow1 m ax z)) +("lomasney" nil (l aa1 m ax s n iy0)) +("lomax" nil (l ow1 m ae1 k s)) +("lomb" nil (l aa1 m)) +("lomba" nil (l aa1 m b ax)) +("lombard" nil (l aa1 m b aa0 r d)) +("lombardi" nil (l aa0 m b aa1 r d iy0)) +("lombardo" nil (l aa0 m b aa1 r d ow0)) +("lombards" nil (l aa1 m b aa0 r d z)) +("lomeli" nil (l ow0 m eh1 l iy0)) +("lommen" nil (l ow1 m ax n)) +("lomonaco" nil (l ow0 m ow0 n aa1 k ow0)) +("lompoc" nil (l aa1 m p aa0 k)) +("lon" nil (l aa1 n)) +("lona" nil (l ow1 n ax)) +("lonardo" nil (l ow0 n aa1 r d ow0)) +("lonas" nil (l ow1 n ax z)) +("loncar" nil (l aa1 n k aa0 r)) +("londo" nil (l aa1 n d ow0)) +("london" nil (l ah1 n d ax n)) +("londonderry" nil (l ah1 n d ax n d eh1 r iy0)) +("londoner" nil (l ah1 n d ax n er0)) +("londoners" nil (l ah1 n d ax n er0 z)) +("londono" nil (l ow0 n d ow1 n ow0)) +("lone" nil (l ow1 n)) +("loneliness" nil (l ow1 n l iy0 n ax s)) +("lonely" nil (l ow1 n l iy0)) +("loner" nil (l ow1 n er0)) +("lonergan" nil (l aa1 n er0 g ax n)) +("lonero" nil (l ow0 n eh1 r ow0)) +("lones" nil (l ow1 n z)) +("lonesome" nil (l ow1 n s ax m)) +("lonetree" nil (l ow1 n t r iy1)) +("loney" nil (l ow1 n iy0)) +("long" nil (l ao1 ng)) +("longacre" nil (l ao1 ng ey1 k er0)) +("longaker" nil (l aa1 ng g ax k er0)) +("longan" nil (l aa1 ng g ax n)) +("longanecker" nil (l aa1 ng g ax n eh0 k er0)) +("longbow" nil (l ao1 ng b ow1)) +("longbrake" nil (l ao1 ng b r ey1 k)) +("longcor" nil (l ow0 ng g k ao1 r)) +("longden" nil (l ao1 ng d eh1 n)) +("longe" nil (l aa1 n jh)) +("longed" nil (l ao1 ng d)) +("longenecker" nil (l aa1 n jh n eh0 k er0)) +("longer" nil (l ao1 ng g er0)) +("longerbeam" nil (l ao1 ng g er0 b iy1 m)) +("longest" nil (l ao1 ng g ax s t)) +("longevity" nil (l ao0 n jh eh1 v ax t iy0)) +("longfellow" nil (l ao1 ng f eh1 l ow0)) +("longfield" nil (l ao1 ng f iy1 l d)) +("longhair" nil (l ao1 ng hh eh1 r)) +("longhand" nil (l ao1 ng hh ae1 n d)) +("longhi" nil (l ow1 n g iy0)) +("longhorn" nil (l ao1 ng hh ao1 r n)) +("longhorns" nil (l ao1 ng hh ao1 r n z)) +("longhouse" nil (l ao1 ng hh aw1 s)) +("longhurst" nil (l aa1 ng hh er0 s t)) +("longing" nil (l ao1 ng ih0 ng)) +("longingly" nil (l ao1 ng ih0 ng l iy0)) +("longings" nil (l ao1 ng ih0 ng z)) +("longino" nil (l ow0 ng g iy1 n ow0)) +("longish" nil (l ao1 ng ih0 sh)) +("longitude" nil (l aa1 n jh ax t uw1 d)) +("longitudes" nil (l aa1 n jh ax t uw1 d z)) +("longitudinal" nil (l aa1 n jh ax t uw1 d ax n ax l)) +("longleaf" nil (l ao1 ng l iy1 f)) +("longlegs" nil (l ao1 ng l eh1 g z)) +("longley" nil (l aa1 ng g l iy0)) +("longman" nil (l ao1 ng m ax n)) +("longmeyer" nil (l ao1 ng m ay1 er0)) +("longmire" nil (l aa1 ng m ay0 r)) +("longmont" nil (l ao1 ng m aa1 n t)) +("longmore" nil (l ow1 ng m ao0 r)) +("longnecker" nil (l ao1 ng n eh1 k er0)) +("longo" nil (l ao1 ng g ow0)) +("longobardi" nil (l ow0 ng g ow0 b aa1 r d iy0)) +("longoria" nil (l ow0 ng g ao1 r iy0 ax)) +("longpre" nil (l aa1 ng p er0)) +("longrange" nil (l ao1 ng r ey1 n jh)) +("longs" nil (l ao1 ng z)) +("longshore" nil (l ao1 ng sh ao1 r)) +("longshoremen" nil (l ao1 ng sh ao1 r m ih0 n)) +("longshot" nil (l ao1 ng sh aa1 t)) +("longspurs" nil (l ao1 ng s p er1 z)) +("longstaff" nil (l ao1 ng s t ae1 f)) +("longstanding" nil (l ao1 ng s t ae1 n d ih0 ng)) +("longstreet" nil (l ao1 ng s t r iy1 t)) +("longstreth" nil (l aa1 ng s t r eh0 th)) +("longsworth" nil (l ao1 ng z w er1 th)) +("longterm" nil (l ao1 ng t er1 m)) +("longtime" nil (l ao1 ng t ay1 m)) +("longtin" nil (l ao1 ng t ih0 n)) +("longton" nil (l ao1 ng t ax n)) +("longuet" nil (l ao1 ng w eh1 t)) +("longview" nil (l ao1 ng v y uw1)) +("longwell" nil (l ao1 ng w eh1 l)) +("longwood" nil (l ao1 ng w uh1 d)) +("longworth" nil (l ao1 ng w er1 th)) +("lonigro" nil (l ow0 n iy1 g r ow0)) +("lonnie" nil (l ao1 n iy0)) +("lonon" nil (l ow1 n ax n)) +("lonrho" nil (l aa1 n r ow0)) +("lons" nil (l aa1 n z)) +("lonsdale" nil (l aa1 n s d ey1 l)) +("lonski" nil (l aa1 n s k iy0)) +("lonsky" nil (l aa1 n s k iy0)) +("lonsway" nil (l aa1 n s w ey0)) +("loo" nil (l uw1)) +("looart" nil (l uw1 aa0 r t)) +("looby" nil (l uw1 b iy0)) +("look" nil (l uh1 k)) +("lookabaugh" nil (l uw1 k ax b ao0)) +("lookabill" nil (l uh1 k ax b ih1 l)) +("lookalike" nil (l uh1 k ax l ay1 k)) +("looked" nil (l uh1 k t)) +("looker" nil (l uh1 k er0)) +("looking" nil (l uh1 k ih0 ng)) +("lookingbill" nil (l uh1 k ih0 ng b ih1 l)) +("lookout" nil (l uh1 k aw1 t)) +("looks" nil (l uh1 k s)) +("loom" nil (l uw1 m)) +("looman" nil (l uw1 m ax n)) +("loomed" nil (l uw1 m d)) +("loomer" nil (l uw1 m er0)) +("looming" nil (l uw1 m ih0 ng)) +("loomis" nil (l uw1 m ih0 s)) +("looms" nil (l uw1 m z)) +("loon" nil (l uw1 n)) +("looney" nil (l uw1 n iy0)) +("loong" nil (l uh1 ng)) +("loons" nil (l uw1 n z)) +("loony" nil (l uw1 n iy0)) +("loop" nil (l uw1 p)) +("looped" nil (l uw1 p t)) +("looper" nil (l uw1 p er0)) +("loopers" nil (l uw1 p er0 z)) +("loophole" nil (l uw1 p hh ow1 l)) +("loopholes" nil (l uw1 p hh ow1 l z)) +("loops" nil (l uw1 p s)) +("loopy" nil (l uw1 p iy0)) +("loos" nil (l uw1 z)) +("loose" nil (l uw1 s)) +("loosed" nil (l uw1 s t)) +("loosely" nil (l uw1 s l iy0)) +("loosen" nil (l uw1 s ax n)) +("loosened" nil (l uw1 s ax n d)) +("loosening" nil (l uw1 s ax n ih0 ng)) +("loosens" nil (l uw1 s ax n z)) +("looser" nil (l uw1 s er0)) +("looses" nil (l uw1 s ih0 z)) +("loosestrife" nil (l uw1 s s t r ay1 f)) +("loosestrifes" nil (l uw1 s s t r ay1 f s)) +("loosing" nil (l uw1 s ih0 ng)) +("loot" nil (l uw1 t)) +("looted" nil (l uw1 t ax d)) +("lootens" nil (l uw1 t ax n z)) +("looter" nil (l uw1 t er0)) +("looters" nil (l uw1 t er0 z)) +("looting" nil (l uw1 t ih0 ng)) +("lop" nil (l aa1 p)) +("lopardo" nil (l ow0 p aa1 r d ow0)) +("lopata" nil (l ow0 p aa1 t ax)) +("lopatin" nil (l ow0 p aa0 t iy1 n)) +("lope" nil (l ow1 p)) +("lopeman" nil (l ow1 p m ax n)) +("loper" nil (l ow1 p er0)) +("lopes" nil (l ow1 p s)) +("lopez" nil (l ow1 p eh0 z)) +("lopiccolo" nil (l ow0 p iy0 k ow1 l ow0)) +("lopid" nil (l ow1 p ih0 d)) +("lopinto" nil (l ax p ih1 n t ow0)) +("lopp" nil (l aa1 p)) +("lopped" nil (l aa1 p t)) +("loppers" nil (l aa1 p er0 z)) +("lopping" nil (l aa1 p ih0 ng)) +("loppnow" nil (l aa1 p n aw0)) +("lopresti" nil (l ow0 p r eh1 s t iy0)) +("lopresto" nil (l ow0 p r eh1 s t ow0)) +("loprete" nil (l ow1 p r iy0 t)) +("lopsided" nil (l aa1 p s ay1 d ih0 d)) +("loquacious" nil (l ow0 k w ey1 sh ax s)) +("loquat" nil (l ow1 k w aa1 t)) +("lor" nil (l ao1 r)) +("lora" nil (l ao1 r ax)) +("lorah" nil (l ao1 r ax)) +("lorain" nil (l er0 ey1 n)) +("loraine" nil (l er0 ey1 n)) +("loral" nil (l ao1 r ax l)) +("loran" nil (l ao1 r ae1 n)) +("lorance" nil (l ao1 r ax n s)) +("lorang" nil (l ao1 r ax ng)) +("loranger" nil (l ao1 r ey0 n jh er0)) +("lorber" nil (l ao1 r b er0)) +("lorch" nil (l ao1 r k)) +("lord" nil (l ao1 r d)) +("lorden" nil (l ao1 r d ax n)) +("lordi" nil (l ao1 r d iy0)) +("lords" nil (l ao1 r d z)) +("lordstown" nil (l ao1 r d z t aw1 n)) +("lore" nil (l ao1 r)) +("lorean" nil (l ao1 r iy0 ax n)) +("loredo" nil (l ao0 r ey1 d ow0)) +("loree" nil (l ao1 r iy1)) +("lorek" nil (l ao1 r ih0 k)) +("lorelei" nil (l ao1 r ih0 l ay1)) +("lorelli" nil (l ao0 r eh1 l iy0)) +("lorello" nil (l ao0 r eh1 l ow0)) +("loren" nil (l ao1 r ax n)) +("lorena" nil (l ao0 r eh1 n ax)) +("lorenc" nil (l ao1 r ih0 ng k)) +("lorence" nil (l ao1 r ax n s)) +("lorene" nil (l ao0 r iy1 n)) +("lorensen" nil (l ao1 r ih0 n s ax n)) +("lorenson" nil (l ao1 r ih0 n s ax n)) +("lorentz" nil (l ao1 r ih0 n t s)) +("lorentzen" nil (l ao1 r ih0 n t z ax n)) +("lorenz" nil (l er0 eh1 n t s)) +("lorenza" nil (l ao0 r eh1 n z ax)) +("lorenzana" nil (l ao0 r eh0 n z ae1 n ax)) +("lorenzen" nil (l ao1 r ih0 n z ax n)) +("lorenzetti" nil (l ao0 r eh0 n z eh1 t iy0)) +("lorenzi" nil (l ao0 r eh1 n z iy0)) +("lorenzini" nil (l ao0 r eh0 n z iy1 n iy0)) +("lorenzo" nil (l er0 eh1 n z ow0)) +("loreto" nil (l ao0 r eh1 t ow0)) +("loretta" nil (l er0 eh1 t ax)) +("lorette" nil (l ao0 r eh1 t)) +("loretto" nil (l ao0 r eh1 t ow0)) +("lorey" nil (l ao1 r iy0)) +("lorge" nil (l ao1 r jh)) +("lori" nil (l ao1 r iy0)) +("loria" nil (l ao1 r iy0 ax)) +("lorick" nil (l ao1 r ih0 k)) +("lorie" nil (l ao1 r iy0)) +("lorillard" nil (l ao1 r ax l aa0 r d)) +("lorimar" nil (l ao1 r ax m aa0 r)) +("lorimer" nil (l ao1 r ih0 m er0)) +("lorimor" nil (l ao1 r ih0 m er0)) +("lorin" nil (l ao1 r ih0 n)) +("lorincz" nil (l ao1 r ih0 n ch)) +("loring" nil (l ao1 r ih0 ng)) +("lorino" nil (l ao0 r iy1 n ow0)) +("lorio" nil (l ao1 r iy0 ow0)) +("loris" nil (l ao1 r ih0 s)) +("lorita" nil (l ao0 r iy1 t ax)) +("lorman" nil (l ao1 r m ax n)) +("lormand" nil (l ao1 r m ax n d)) +("lorna" nil (l ao1 r n ax)) +("lorne" nil (l ao1 r n)) +("lorraine" nil (l er0 ey1 n)) +("lorrie" nil (l ao1 r iy0)) +("lorry" nil (l ao1 r iy0)) +("lorson" nil (l ao1 r s ax n)) +("lortel" nil (l ao1 r t eh1 l)) +("lortie" nil (l ao1 r t iy0)) +("lorton" nil (l ao1 r t ax n)) +("lortz" nil (l ao1 r t s)) +("lorusso" nil (l ao0 r uw1 s ow0)) +("lory" nil (l ao1 r iy0)) +("los" nil (l ow1 s)) +("losada" nil (l ow0 s aa1 d ax)) +("losasso" nil (l ow0 s aa1 s ow0)) +("loscalzo" nil (l ow0 s k aa1 l z ow0)) +("losch" nil (l ao1 sh)) +("loschiavo" nil (l ow0 s k iy0 aa1 v ow0)) +("lose" nil (l uw1 z)) +("losec" nil (l ow1 z ax k)) +("losee" nil (l ax s iy1)) +("loseke" nil (l aa1 s ih0 k)) +("loser" nil (l uw1 z er0)) +("losers" nil (l uw1 z er0 z)) +("loses" nil (l uw1 z ax z)) +("losey" nil (l aa1 s iy0)) +("losh" nil (l aa1 sh)) +("losing" nil (l uw1 z ih0 ng)) +("losinski" nil (l ax s ih1 n s k iy0)) +("losito" nil (l ow0 s iy1 t ow0)) +("loso" nil (l ow1 s ow0)) +("losoya" nil (l aa1 s oy0 ae0)) +("loss" nil (l ao1 s)) +("losses" nil (l ao1 s ax z)) +("lossing" nil (l ao1 s ih0 ng)) +("lost" nil (l ao1 s t)) +("losurdo" nil (l ow0 s uh1 r d ow0)) +("lot" nil (l aa1 t)) +("loth" nil (l aa1 th)) +("lothian" nil (l aa1 th iy0 ax n)) +("lothrop" nil (l aa1 th r ax p)) +("lothson" nil (l aa1 th s ax n)) +("lotion" nil (l ow1 sh ax n)) +("lotions" nil (l ow1 sh ax n z)) +("lotito" nil (l ow0 t iy1 t ow0)) +("loton" nil (l ow1 t ax n)) +("lots" nil (l aa1 t s)) +("lotspeich" nil (l aa1 t s p ay0 k)) +("lott" nil (l aa1 t)) +("lotta" nil (l aa1 t ax)) +("lotte" nil (l aa1 t)) +("lotter" nil (l aa1 t er0)) +("lotteries" nil (l aa1 t er0 iy0 z)) +("lottery" nil (l aa1 t er0 iy0)) +("lottes" nil (l aa1 t s)) +("lottie" nil (l aa1 t iy0)) +("lottman" nil (l aa1 t m ax n)) +("lotto" nil (l aa1 t ow1)) +("lotts" nil (l aa1 t s)) +("lotty" nil (l aa1 t iy0)) +("lotus" nil (l ow1 t ax s)) +("lotz" nil (l aa1 t s)) +("lotze" nil (l ow1 t z)) +("lou" nil (l uw1)) +("louanna" nil (l aw0 aa1 n ax)) +("louart" nil (l uw1 aa0 r t)) +("louck" nil (l aw1 k)) +("loucks" nil (l aw1 k s)) +("loud" nil (l aw1 d)) +("louden" nil (l aw1 d ax n)) +("loudenslager" nil (l aw1 d ih0 n s l ey0 g er0)) +("louder" nil (l aw1 d er0)) +("louderback" nil (l aw1 d er0 b ae1 k)) +("loudermilk" nil (l aw1 d er0 m ih1 l k)) +("loudest" nil (l aw1 d ax s t)) +("loudin" nil (l uw0 d ae1 n)) +("loudly" nil (l aw1 d l iy0)) +("loudon" nil (l aw1 d ax n)) +("loudspeaker" nil (l aw1 d s p iy1 k er0)) +("loudspeakers" nil (l aw1 d s p iy1 k er0 z)) +("louella" nil (l aw0 eh1 l ax)) +("louganis" nil (l uw1 g ey1 n ih0 s)) +("lougee" nil (l aw1 jh iy0)) +("lough" nil (l aw1)) +("lougheed" nil (l aw1 iy0 d)) +("loughery" nil (l aw1 er0 iy0)) +("loughlin" nil (l ao1 f l ih0 n)) +("loughman" nil (l aw1 m ax n)) +("loughmiller" nil (l aw1 m ax l er0)) +("loughner" nil (l aw1 n er0)) +("loughney" nil (l aw1 n iy0)) +("loughran" nil (l aw1 r ax n)) +("loughrey" nil (l aw1 r iy0)) +("loughridge" nil (l aw1 r ih0 jh)) +("loughry" nil (l aw1 r iy0)) +("louie" nil (l uw0 iy1)) +("louis" nil (l uw1 ih0 s)) +("louisa" nil (l uw0 iy1 z ax)) +("louise" nil (l uw0 iy1 z)) +("louisette" nil (l w iy0 z eh1 t)) +("louisiana" nil (l uw0 iy1 z iy0 ae1 n ax)) +("louisville" nil (l uw1 iy0 v ih1 l)) +("louk" nil (l aw1 k)) +("louks" nil (l aw1 k s)) +("lounge" nil (l aw1 n jh)) +("lounges" nil (l aw1 n jh ih0 z)) +("lounging" nil (l aw1 n jh ih0 ng)) +("lounsberry" nil (l aw1 n s b eh0 r iy0)) +("loup" nil (l uw1 p)) +("loupe" nil (l uw1 p)) +("louque" nil (l uw1 k)) +("lourdes" nil (l ao1 r d z)) +("loureiro" nil (l uh0 r eh1 r ow0)) +("lourenco" nil (l aw0 r eh1 n k ow0)) +("lourie" nil (l aw1 r iy0)) +("loury" nil (l uw1 r iy0)) +("louse" nil (l aw1 s)) +("lousiness" nil (l aw1 z iy0 n ax s)) +("lousy" nil (l aw1 z iy0)) +("louth" nil (l aw1 th)) +("louthan" nil (l aw1 th ax n)) +("loutzenhiser" nil (l aw1 t z ih0 n hh ay0 z er0)) +("louvier" nil (l aw1 v iy0 er0)) +("louviere" nil (l uw1 v iy0 eh0 r)) +("louvre" nil (l uw1 v r ax)) +("louw" nil (l uw1)) +("loux" nil (l uw1)) +("lovaas" nil (l aa1 v aa0 z)) +("lovable" nil (l ah1 v ax b ax l)) +("lovage" nil (l ah1 v ax jh)) +("lovallo" nil (l ow0 v aa1 l ow0)) +("lovan" nil (l ow1 v ax n)) +("lovas" nil (l ow1 v ax z)) +("lovastatin" nil (l ow0 v ae1 s t ax t ih0 n)) +("lovato" nil (l ow0 v aa1 t ow0)) +("love" nil (l ah1 v)) +("loveall" nil (l ah1 v ao1 l)) +("lovecchio" nil (l ax v eh1 k iy0 ow0)) +("loved" nil (l ah1 v d)) +("loveday" nil (l ah1 v d ey1)) +("lovegrove" nil (l ah1 v g r ow1 v)) +("lovejoy" nil (l ah1 v jh oy1)) +("lovelace" nil (l ah1 v l ey1 s)) +("loveland" nil (l ah1 v l ax n d)) +("loveless" nil (l ah1 v l ax s)) +("lovell" nil (l ah1 v ax l)) +("lovely" nil (l ah1 v l iy0)) +("loven" nil (l ah1 v ax n)) +("lover" nil (l ah1 v er0)) +("loverde" nil (l ow0 v eh1 r d iy0)) +("loveridge" nil (l ah1 v r ih1 jh)) +("lovering" nil (l ah1 v er0 ih0 ng)) +("lovern" nil (l ah1 v er0 n)) +("lovers" nil (l ah1 v er0 z)) +("loves" nil (l ah1 v z)) +("lovett" nil (l ah1 v ih0 t)) +("lovette" nil (l ah1 v eh1 t)) +("lovewell" nil (l ah1 v w eh1 l)) +("lovgren" nil (l aa1 v g r eh0 n)) +("lovick" nil (l aa1 v ih0 k)) +("lovie" nil (l ah1 v iy0)) +("lovin" nil (l ow1 v ih0 n)) +("loving" nil (l ah1 v ih0 ng)) +("lovinger" nil (l ah1 v ih0 ng er0)) +("lovingly" nil (l ah1 v ih0 ng l iy0)) +("lovingood" nil (l aa1 v ih0 n g uh0 d)) +("lovings" nil (l ah1 v ih0 ng z)) +("lovins" nil (l ow1 v ih0 n z)) +("lovitt" nil (l aa1 v ih0 t)) +("lovler" nil (l ah1 v l er0)) +("lovvorn" nil (l aa1 v er0 n)) +("low" nil (l ow1)) +("lowborn" nil (l ow1 b ao1 r n)) +("lowden" nil (l ow1 d ax n)) +("lowder" nil (l ow1 d er0)) +("lowdermilk" nil (l ow0 d er1 m ih0 l k)) +("lowe" nil (l ow1)) +("lowekamp" nil (l ow1 k ae1 m p)) +("lowell" nil (l ow1 ax l)) +("lowen" nil (l ow1 ax n)) +("lowenberg" nil (l ow1 ax n b er0 g)) +("lowenstein" nil (l ow1 ax n s t ay1 n)) +("lowenthal" nil (l ow1 ih0 n th ax l)) +("lower" nil (l ow1 er0)) +("lowered" nil (l ow1 er0 d)) +("lowering" nil (l ow1 er0 ih0 ng)) +("lowers" nil (l ow1 er0 z)) +("lowery" nil (l aw1 er0 iy0)) +("lowes" nil (l ow1 z)) +("lowest" nil (l ow1 ax s t)) +("lowey" nil (l ow1 iy0)) +("lowing" nil (l ow1 ih0 ng)) +("lowlands" nil (l ow1 l ae1 n d z)) +("lowly" nil (l ow1 l iy0)) +("lowman" nil (l ow1 m ax n)) +("lown" nil (l aw1 n)) +("lowndes" nil (l ow1 n d iy0 z)) +("lowney" nil (l ow1 n iy0)) +("lowrance" nil (l ao1 r ax n s)) +("lowrey" nil (l aw1 r iy0)) +("lowrie" nil (l ao1 r iy0)) +("lowrimore" nil (l ao1 r iy0 m ao0 r)) +("lowry" nil (l aw1 r iy0)) +("lows" nil (l ow1 z)) +("lowther" nil (l ow1 dh er0)) +("lowy" nil (l ow1 iy0)) +("lox" nil (l aa1 k s)) +("loy" nil (l oy1)) +("loya" nil (l oy1 ax)) +("loyal" nil (l oy1 ax l)) +("loyalist" nil (l oy1 ax l ih0 s t)) +("loyalists" nil (l oy1 ax l ih0 s t s)) +("loyall" nil (l oy1 ax l)) +("loyally" nil (l oy1 ax l iy0)) +("loyalties" nil (l oy1 ax l t iy0 z)) +("loyalty" nil (l oy1 ax l t iy0)) +("loyce" nil (l oy1 s)) +("loyd" nil (l oy1 d)) +("loye" nil (l oy1)) +("loyer" nil (l oy1 er0)) +("loynd" nil (l oy1 n d)) +("loyola" nil (l oy1 ow1 l ax)) +("loza" nil (l ow1 z ax)) +("lozada" nil (l ow0 z aa1 d ax)) +("lozano" nil (l ow0 z aa1 n ow0)) +("lozeau" nil (l ax z ow1)) +("lozenges" nil (l ao1 z ax n jh ax z)) +("lozier" nil (l ow1 z iy0 er0)) +("lozinski" nil (l ax z ih1 n s k iy0)) +("lozito" nil (l ow0 z iy1 t ow0)) +("lozon" nil (l ow1 z ax n)) +("lozoya" nil (l ow0 z oy1 ax)) +("lp" nil (eh1 l p iy1)) +("lpn" nil (eh1 l p iy1 eh1 n)) +("ls" nil (eh1 l eh1 s)) +("lsd" nil (eh1 l eh1 s d iy1)) +("ltd" nil (l ih1 m ih0 t ih0 d)) +("lu" nil (l uw1)) +("lua" nil (l uw1 ax)) +("luallen" nil (l uw0 ae1 l ax n)) +("luana" nil (l uw0 ae1 n ax)) +("luanda" nil (l uw0 aa1 n d ax)) +("luane" nil (l uw1 ax n)) +("luau" nil (l uw1 aw1)) +("luba" nil (l uw1 b ax)) +("lubar" nil (l uw1 b aa0 r)) +("lubarsky" nil (l ax b aa1 r s k iy0)) +("lubas" nil (l uw1 b ax z)) +("lubavitcher" nil (l uw1 b ax v ih1 ch er0)) +("lubavitchers" nil (l uw1 b ax v ih1 ch er0 z)) +("lubben" nil (l ah1 b ax n)) +("lubbers" nil (l ah1 b er0 z)) +("lubbock" nil (l ah1 b ax k)) +("lube" nil (l uw1 b)) +("lubeck" nil (l uw1 b eh1 k)) +("lubell" nil (l uw1 b eh0 l)) +("lubensky" nil (l uw0 b eh1 n s k iy0)) +("luber" nil (l uw1 b er0)) +("lubicons" nil (l uw1 b ih0 k aa1 n z)) +("lubin" nil (l uw1 b ih0 n)) +("lubinski" nil (l ax b ih1 n s k iy0)) +("lubinsky" nil (l ax b ih1 n s k iy0)) +("lubitz" nil (l uw1 b ih0 t s)) +("lubke" nil (l ah1 b k)) +("lublin" nil (l ah1 b l ih0 n)) +("lubow" nil (l uw1 b ow0)) +("lubowski" nil (l uw0 b aw1 s k iy0)) +("lubrano" nil (l uw0 b r aa1 n ow0)) +("lubricant" nil (l uw1 b r ax k ax n t)) +("lubricants" nil (l uw1 b r ax k ax n t s)) +("lubricate" nil (l uw1 b r ih0 k ey1 t)) +("lubricated" nil (l uw1 b r ax k ey1 t ih0 d)) +("lubricating" nil (l uw1 b r ax k ey1 t ih0 ng)) +("lubrication" nil (l uw1 b r ih0 k ey1 sh ax n)) +("lubrizol" nil (l uw1 b r ih0 z aa0 l)) +("luby" nil (l uw1 b iy0)) +("luc" nil (l uw1 k)) +("luca" nil (l uw1 k ax)) +("lucado" nil (l uw0 k aa1 d ow0)) +("lucarelli" nil (l uw0 k aa0 r eh1 l iy0)) +("lucas" nil (l uw1 k ax s)) +("lucasfilm" nil (l uw0 k ae1 s f ih0 l m)) +("lucca" nil (l uw1 k ax)) +("lucchese" nil (l uw0 k ey1 z iy0)) +("lucchesi" nil (l uw0 k eh1 s iy0)) +("lucchetti" nil (l uw0 k eh1 t iy0)) +("lucci" nil (l uw1 ch iy0)) +("lucco" nil (l uw1 k ow0)) +("luce" nil (l uw1 s)) +("lucente" nil (l uw0 ch eh1 n t iy0)) +("lucerne" nil (l uw1 s er0 n)) +("lucero" nil (l uw0 ch eh1 r ow0)) +("lucette" nil (l uw1 s eh1 t)) +("lucey" nil (l uw1 s iy0)) +("luchini" nil (l uw0 k iy1 n iy0)) +("luchsinger" nil (l ah1 k s ih0 n jh er0)) +("lucht" nil (l ah1 k t)) +("lucia" nil (l uw1 sh ax)) +("lucian" nil (l uw1 sh ax n)) +("luciani" nil (l uw1 ch ax n iy0)) +("lucianna" nil (l uw1 ch ax n ax)) +("luciano" nil (l uw0 ch iy0 aa1 n ow0)) +("lucich" nil (l ah1 ch ih0 hh)) +("lucid" nil (l uw1 s ax d)) +("lucida" nil (l uw0 ch iy1 d ax)) +("lucido" nil (l uw0 ch iy1 d ow0)) +("lucie" nil (l uw1 s iy0)) +("lucien" nil (l uw1 s iy0 ax n)) +("lucienne" nil (l uw0 ch iy1 eh0 n)) +("lucier" nil (l uw1 s iy0 er0)) +("lucifer" nil (l uw1 s ax f er0)) +("lucile" nil (l uw0 s iy1 l)) +("lucille" nil (l uw0 s iy1 l)) +("lucinda" nil (l uw0 s ih1 n d ax)) +("lucio" nil (l uw1 s iy0 ow0)) +("lucite" nil (l uw1 s ay1 t)) +("lucius" nil (l uw1 sh ax s)) +("luciw" nil (l uw1 s ih0)) +("luck" nil (l ah1 k)) +("lucke" nil (l ah1 k)) +("lucken" nil (l ah1 k ax n)) +("luckenbach" nil (l ah1 k ih0 n b aa0 k)) +("luckenbaugh" nil (l ax k eh1 n b ao0)) +("luckenbill" nil (l ah1 k ih0 n b ax l)) +("lucker" nil (l ah1 k er0)) +("luckett" nil (l ah1 k ih0 t)) +("luckey" nil (l ah1 k iy0)) +("luckhardt" nil (l ah1 k hh aa1 r t)) +("luckie" nil (l ah1 k iy0)) +("luckier" nil (l ah1 k iy0 er0)) +("luckiest" nil (l ax k iy1 s t)) +("luckily" nil (l ah1 k ax l iy0)) +("lucking" nil (l ah1 k ih0 ng)) +("luckless" nil (l ah1 k l ax s)) +("luckman" nil (l ah1 k m ax n)) +("luckow" nil (l ah1 s k ow0)) +("lucks" nil (l ah1 k s)) +("lucky" nil (l ah1 k iy0)) +("luckyn" nil (l ah1 k ih0 n)) +("lucrative" nil (l uw1 k r ax t ih0 v)) +("lucrecia" nil (l uw0 k r iy1 sh ax)) +("lucretia" nil (l uw0 k r iy1 sh ax)) +("lucus" nil (l uw1 k ax s)) +("lucy" nil (l uw1 s iy0)) +("luczak" nil (l ah1 ch ae0 k)) +("ludcke" nil (l ah1 d k iy0)) +("ludden" nil (l ah1 d ax n)) +("luddite" nil (l ah1 d ay1 t)) +("luddites" nil (l ah1 d ay1 t s)) +("luddy" nil (l ah1 d iy0)) +("ludeke" nil (l ah1 d ih0 k)) +("ludella" nil (l uw1 d eh1 l ax)) +("ludeman" nil (l uw1 d m ax n)) +("ludemann" nil (l uw1 d m ax n)) +("ludewig" nil (l ah1 d uw0 ih0 g)) +("ludicrous" nil (l uw1 d ax k r ax s)) +("ludicrously" nil (l uw1 d ax k r ax s l iy0)) +("ludington" nil (l ah1 d ih0 ng t ax n)) +("ludite" nil (l uw1 d ay0 t)) +("ludites" nil (l uw1 d ay0 t s)) +("ludke" nil (l ah1 d k iy0)) +("ludlam" nil (l ah1 d l ax m)) +("ludlow" nil (l ah1 d l ow1)) +("ludlum" nil (l ah1 d l ax m)) +("ludmer" nil (l ah1 d m er0)) +("ludmila" nil (l ax d m ay1 l ax)) +("ludmilla" nil (l ax d m ih1 l ax)) +("ludolph" nil (l ah1 d ow0 l f)) +("ludtke" nil (l ah1 d k iy0)) +("ludvigsen" nil (l ah1 d v ih0 g s ax n)) +("ludvigson" nil (l ah1 d v ih0 g s ax n)) +("ludvik" nil (l ah1 d v ih0 k)) +("ludwick" nil (l ah1 d w ih0 k)) +("ludwig" nil (l ah1 d w ih0 g)) +("ludwiga" nil (l ax d v ay1 g ax)) +("ludwigshafen" nil (l ax d w ih1 g sh ax f ax n)) +("ludwin" nil (l ah1 d w ih0 n)) +("ludy" nil (l uw1 d iy0)) +("lue" nil (l uw1)) +("luebbe" nil (l uw1 b)) +("luebbers" nil (l uh1 b er0 z)) +("luebbert" nil (l uh1 b er0 t)) +("luebke" nil (l uw1 b k)) +("lueck" nil (l uw1 ih0 k)) +("luecke" nil (l uw1 k)) +("luedecke" nil (l uh1 d ih0 k)) +("lueder" nil (l uh1 d er0)) +("lueders" nil (l uh1 d er0 z)) +("luedke" nil (l uw1 d k iy0)) +("luedtke" nil (l uh1 d k iy0)) +("lueh" nil (l w eh1)) +("luehring" nil (l uh1 r ih0 ng)) +("luehrs" nil (l uh1 r z)) +("lueken" nil (l uh1 k ax n)) +("luella" nil (l uw1 eh1 l ax)) +("luelle" nil (l uw1 l)) +("luellen" nil (l uh1 l ax n)) +("luepke" nil (l uw1 p k iy0)) +("luera" nil (l uw0 eh1 r ax)) +("lueras" nil (l uh1 r ax z)) +("luers" nil (l uw1 er0 z)) +("luerssen" nil (l uw1 r s ax n)) +("lueth" nil (l uw1 th)) +("luetkemeyer" nil (l uh1 t k ih0 m ay0 er0)) +("luevano" nil (l uw0 eh0 v aa1 n ow0)) +("luff" nil (l ah1 f)) +("luffed" nil (l ah1 f t)) +("luffman" nil (l ah1 f m ax n)) +("lufkin" nil (l ah1 f k ih0 n)) +("luft" nil (l ah1 f t)) +("lufthansa" nil (l ax f t ae1 n z ax)) +("luftig" nil (l ah1 f t ih0 g)) +("lufttransport" nil (l ah1 f t r ae1 n z p ao1 r t)) +("lug" nil (l ah1 g)) +("lugano" nil (l uw0 g aa1 n ow0)) +("lugar" nil (l uw1 g er0)) +("luge" nil (l uw1 jh)) +("luger" nil (l uw1 g er0)) +("lugers" nil (l uw1 g er0 z)) +("luggage" nil (l ah1 g ax jh)) +("lugging" nil (l ah1 g ih0 ng)) +("lugi" nil (l uw1 g iy0)) +("luginbill" nil (l ah1 g ih0 n b ax l)) +("luginbuhl" nil (l ah1 g ih0 n b ax l)) +("lugo" nil (l uw1 g ow0)) +("lugs" nil (l ah1 g z)) +("lugubrious" nil (l uw0 g y uw1 b r iy0 ax s)) +("lugworms" nil (l ah1 g w er0 m z)) +("luhman" nil (l ah1 m ax n)) +("luhmann" nil (l ah1 m ax n)) +("luhn" nil (l ah1 n)) +("luhr" nil (l er1)) +("luhring" nil (l uh1 r ih0 ng)) +("luhrs" nil (l uh1 r z)) +("lui" nil (l uw1 ih0)) +("luick" nil (l uw1 k)) +("luigi" nil (l uw0 iy1 jh iy0)) +("luikart" nil (l uw1 k aa0 r t)) +("luis" nil (l uw0 iy1 s)) +("luisa" nil (l uw0 iy1 z ax)) +("luisi" nil (l uw1 s iy0)) +("luiz" nil (l uw1 z)) +("lujan" nil (l uw0 y aa1 n)) +("luk" nil (l ah1 k)) +("luka" nil (l uw1 k ax)) +("lukach" nil (l ah1 k ax k)) +("lukacs" nil (l ah1 k ax k s)) +("lukas" nil (l uw1 k ax z)) +("lukash" nil (l uw0 k ae1 sh)) +("lukasiewicz" nil (l ax k aa1 s ax v ih0 ch)) +("lukasik" nil (l ax k aa1 s ih0 k)) +("lukaszewski" nil (l ax k ax sh eh1 f s k iy0)) +("luke" nil (l uw1 k)) +("lukehart" nil (l uw1 k hh aa0 r t)) +("luken" nil (l uw1 k ax n)) +("lukenbill" nil (l ah1 k ih0 n b ax l)) +("lukens" nil (l uw1 k ax n z)) +("luker" nil (l uw1 k er0)) +("lukes" nil (l uw1 k s)) +("lukewarm" nil (l uw1 k w ao1 r m)) +("lukin" nil (l uw1 k ih0 n)) +("lukins" nil (l uw1 k ih0 n z)) +("lukman" nil (l ah1 k m ax n)) +("lukoil" nil (l uw1 k oy1 l)) +("lukowski" nil (l ax k ao1 f s k iy0)) +("luks" nil (l ah1 k s)) +("lukyanov" nil (l uw1 k y ax n aa0 v)) +("lula" nil (l uw1 l ax)) +("lulie" nil (l ah1 l iy0)) +("lull" nil (l ah1 l)) +("lullaby" nil (l ah1 l ax b ay1)) +("lulled" nil (l ah1 l d)) +("lulling" nil (l ah1 l ih0 ng)) +("lulls" nil (l ah1 l z)) +("lulu" nil (l uw1 l uw1)) +("lum" nil (l ah1 m)) +("luma" nil (l uw1 m ax)) +("luman" nil (l uw1 m ax n)) +("lumb" nil (l ah1 m)) +("lumbago" nil (l ax m b ey1 g ow1)) +("lumbar" nil (l ah1 m b aa1 r)) +("lumbard" nil (l ah1 m b er0 d)) +("lumber" nil (l ah1 m b er0)) +("lumbering" nil (l ah1 m b er0 ih0 ng)) +("lumberjack" nil (l ah1 m b er0 jh ae1 k)) +("lumbert" nil (l ah1 m b er0 t)) +("lumberyard" nil (l ah1 m b er0 y aa1 r d)) +("lumberyards" nil (l ah1 m b er0 y aa1 r d z)) +("lumbra" nil (l ah1 m b r ax)) +("lumen" nil (l uw1 m ax n)) +("lumex" nil (l uw1 m ax k s)) +("lumia" nil (l uw1 m iy0 ax)) +("lumina" nil (l uw1 m ih0 n ax)) +("luminal" nil (l uw1 m ax n ax l)) +("luminance" nil (l uw1 m ax n ax n s)) +("luminaries" nil (l uw1 m ax n eh1 r iy0 z)) +("luminescence" nil (l uw1 m ax n eh1 s ax n s)) +("luminescent" nil (l uw1 m ax n eh1 s ax n t)) +("luminoso" nil (l uw1 m ih0 n ow1 s ow0)) +("luminous" nil (l uw1 m ax n ax s)) +("lumley" nil (l ah1 m l iy0)) +("lumm" nil (l ah1 m)) +("lummus" nil (l ah1 m ax s)) +("lumonics" nil (l uw0 m aa1 n ih0 k s)) +("lump" nil (l ah1 m p)) +("lumpectomies" nil (l ah1 m p eh1 k t ax m iy0 z)) +("lumpectomy" nil (l ah1 m p eh1 k t ax m iy0)) +("lumped" nil (l ah1 m p t)) +("lumping" nil (l ah1 m p ih0 ng)) +("lumpkin" nil (l ah1 m p k ih0 n)) +("lumpkins" nil (l ah1 m p k ih0 n z)) +("lumpp" nil (l ah1 m p)) +("lumps" nil (l ah1 m p s)) +("lumpur" nil (l ah1 m p uh1 r)) +("lumpy" nil (l ah1 m p iy0)) +("lumsden" nil (l ah1 m s d ax n)) +("luna" nil (l uw1 n ax)) +("lunacy" nil (l uw1 n ax s iy0)) +("lunar" nil (l uw1 n er0)) +("lunati" nil (l uw0 n aa0 t iy1)) +("lunatic" nil (l uw1 n ax t ih1 k)) +("lunatics" nil (l uw1 n ax t ih1 k s)) +("lunceford" nil (l ah1 n s ih0 f ao0 r d)) +("lunch" nil (l ah1 n ch)) +("lunched" nil (l ah1 n ch t)) +("luncheon" nil (l ah1 n ch ax n)) +("luncheonette" nil (l ah1 n ch ih0 n eh1 t)) +("luncheons" nil (l ah1 n ch ax n z)) +("lunches" nil (l ah1 n ch ih0 z)) +("lunching" nil (l ah1 n ch ih0 ng)) +("lunchroom" nil (l ah1 n ch r uw1 m)) +("lunchtime" nil (l ah1 n ch t ay1 m)) +("lund" nil (l ah1 n d)) +("lundahl" nil (l ah1 n d aa1 l)) +("lunday" nil (l ah1 n d ey1)) +("lundberg" nil (l ah1 n d b er0 g)) +("lundblad" nil (l ah1 n d b l ax d)) +("lundborg" nil (l ah1 n d b ao0 r g)) +("lunde" nil (l ah1 n d)) +("lundeen" nil (l ah1 n d iy0 n)) +("lundell" nil (l ah1 n d ax l)) +("lunden" nil (l ah1 n d ax n)) +("lunder" nil (l ah1 n d er0)) +("lundgren" nil (l ah1 n d g r eh0 n)) +("lundholm" nil (l ah1 n d hh ow1 l m)) +("lundin" nil (l ah1 n d ih0 n)) +("lundmark" nil (l ah1 n d m aa1 r k)) +("lundquist" nil (l ah1 n d k w ih1 s t)) +("lundstedt" nil (l ah1 n d s t ih0 t)) +("lundsten" nil (l ah1 n d s ax n)) +("lundstrom" nil (l ah1 n d s t r ax m)) +("lundt" nil (l ah1 n t)) +("lundy" nil (l ah1 n d iy0)) +("lunetta" nil (l uw0 n eh1 t ax)) +("lung" nil (l ah1 ng)) +("lunge" nil (l ah1 n jh)) +("lunged" nil (l ah1 n jh d)) +("lunger" nil (l ah1 ng er0)) +("lunges" nil (l ah1 n jh ih0 z)) +("lungfish" nil (l ah1 ng f ih1 sh)) +("lunging" nil (l ah1 n jh ih0 ng)) +("lungren" nil (l ah1 n g r eh0 n)) +("lungs" nil (l ah1 ng z)) +("lunn" nil (l ah1 n)) +("lunney" nil (l ah1 n iy0)) +("lunny" nil (l ah1 n iy0)) +("lunsford" nil (l ah1 n s f er0 d)) +("lunt" nil (l ah1 n t)) +("luntz" nil (l ah1 n t s)) +("lunz" nil (l ah1 n z)) +("luo" nil (l w ow1)) +("luoma" nil (l uw0 ow1 m ax)) +("luong" nil (l uw0 ao1 ng)) +("luongo" nil (l uw0 ow1 ng g ow0)) +("lupa" nil (l uw1 p ax)) +("lupatkin" nil (l uw1 p aa1 t k ih0 n)) +("lupe" nil (l uw1 p)) +("luper" nil (l uw1 p er0)) +("lupfer" nil (l ah1 p f er0)) +("lupi" nil (l uw1 p iy0)) +("lupica" nil (l uw0 p iy1 k ax)) +("lupien" nil (l ah1 p iy0 n)) +("lupin" nil (l uw1 p ax n)) +("lupinacci" nil (l uw0 p iy0 n aa1 ch iy0)) +("lupine" nil (l uw1 p ay1 n)) +("lupinski" nil (l ax p ih1 n s k iy0)) +("luplow" nil (l ah1 p l ow0)) +("lupo" nil (l uw1 p ow0)) +("luppino" nil (l uw0 p iy1 n ow0)) +("luptak" nil (l ah1 p t ax k)) +("lupton" nil (l ah1 p t ax n)) +("lupus" nil (l uw1 p ax s)) +("luque" nil (l uw1 k)) +("luquette" nil (l ax k eh1 t)) +("lura" nil (l uh1 r ax)) +("lurch" nil (l er1 ch)) +("lurched" nil (l er1 ch t)) +("lurches" nil (l er1 ch ih0 z)) +("lurching" nil (l er1 ch ih0 ng)) +("lure" nil (l uh1 r)) +("lured" nil (l uh1 r d)) +("lures" nil (l uh1 r z)) +("lurette" nil (l er0 eh1 t)) +("lurgi" nil (l er1 jh iy0)) +("luria" nil (l uh1 r iy0 ax)) +("lurid" nil (l uh1 r ax d)) +("lurie" nil (l uh1 r iy0)) +("luring" nil (l uh1 r ih0 ng)) +("lurk" nil (l er1 k)) +("lurked" nil (l er1 k t)) +("lurking" nil (l er1 k ih0 ng)) +("lurks" nil (l er1 k s)) +("lurleen" nil (l er0 l iy1 n)) +("lurlene" nil (l er1 l iy0 n)) +("lurline" nil (l er1 l ay0 n)) +("lurvey" nil (l er0 v ey1)) +("lurz" nil (l er1 z)) +("lusaka" nil (l uw0 s aa1 k ax)) +("lusardi" nil (l uw0 s aa1 r d iy0)) +("lusby" nil (l ah1 s b iy0)) +("lusch" nil (l ah1 sh)) +("luscher" nil (l ah1 sh er0)) +("luscombe" nil (l uw0 s k ow1 m b iy0)) +("luse" nil (l uw1 z)) +("lush" nil (l ah1 sh)) +("lusher" nil (l ah1 sh er0)) +("lushly" nil (l ah1 sh l iy0)) +("lusignan" nil (l ah1 s ih0 g n ax n)) +("lusinchi" nil (l uw0 s ih1 n ch iy0)) +("lusitania" nil (l uw1 s ax t ey1 n iy0 ax)) +("lusitanias" nil (l uw1 s ax t ey1 n iy0 ax z)) +("lusk" nil (l ah1 s k)) +("luskin" nil (l ah1 s k ih0 n)) +("lusky" nil (l ah1 s k iy0)) +("lusser" nil (l ah1 s er0)) +("lussier" nil (l ah1 s iy0 er0)) +("lust" nil (l ah1 s t)) +("lusted" nil (l ah1 s t ih0 d)) +("luster" nil (l ah1 s t er0)) +("lustful" nil (l ah1 s t f ax l)) +("lustgarten" nil (l ah1 s t g aa1 r d ax n)) +("lustig" nil (l ah1 s t ih0 g)) +("lusting" nil (l ah1 s t ih0 ng)) +("lustre" nil (l ah1 s t er0)) +("lustrous" nil (l ah1 s t r ax s)) +("lusty" nil (l ah1 s t iy0)) +("lute" nil (l uw1 t)) +("luten" nil (l uw1 t ax n)) +("luter" nil (l uw1 t er0)) +("lutes" nil (l uw1 t s)) +("lutey" nil (l uw1 t iy0)) +("lutfalla" nil (l ax t f ae1 l ax)) +("lutgen" nil (l ah1 t g ax n)) +("luth" nil (l uw1 th)) +("luther" nil (l uw1 th er0)) +("lutheran" nil (l uw1 th er0 ax n)) +("luthi" nil (l uw1 dh iy0)) +("luthy" nil (l ah1 th iy0)) +("lutman" nil (l ah1 t m ax n)) +("luton" nil (l uw1 t ax n)) +("lutsky" nil (l ah1 t s k iy0)) +("lutter" nil (l ah1 t er0)) +("lutterman" nil (l ah1 t er0 m ax n)) +("luttman" nil (l ah1 t m ax n)) +("lutton" nil (l ah1 t ax n)) +("luttrell" nil (l ah1 t r ax l)) +("luttrull" nil (l ah1 t r ax l)) +("luttwak" nil (l ah1 t w aa0 k)) +("luty" nil (l uw1 t iy0)) +("lutz" nil (l ah1 t s)) +("lutze" nil (l ah1 t z)) +("lutzke" nil (l ah1 t z k)) +("luu" nil (l uw1 uw0)) +("luvena" nil (l ah1 v ih0 n ax)) +("luvs" nil (l ah1 v z)) +("luwana" nil (l ax w ae1 n ax)) +("lux" nil (l ah1 k s)) +("luxembourg" nil (l ah1 k s ax m b ao1 r g)) +("luxenberg" nil (l ah1 k s ax n b er0 g)) +("luxor" nil (l ah1 k s er0)) +("luxottica" nil (l ah1 k s ow0 t iy1 k ax)) +("luxton" nil (l ah1 k s t ax n)) +("luxuriant" nil (l ax g zh er1 iy0 ax n t)) +("luxuries" nil (l ah1 g zh er0 iy0 z)) +("luxurious" nil (l ax g zh er1 iy0 ax s)) +("luxury" nil (l ah1 g zh er0 iy0)) +("luyster" nil (l ay1 s t er0)) +("luz" nil (l ah1 z)) +("luzader" nil (l ah1 z ax d er0)) +("luzar" nil (l uw1 z er0)) +("luzhkov" nil (l uw1 zh k ao1 v)) +("luzier" nil (l uw1 z iy0 er0)) +("luzon" nil (l uw1 z aa0 n)) +("luzzi" nil (l uw1 t s iy0)) +("lwin" nil (l w ih1 n)) +("lxi" nil (l k s iy1)) +("ly" nil (l ay1)) +("lyall" nil (l ay1 ax l)) +("lybarger" nil (l ay1 b aa1 r g er0)) +("lybeck" nil (l ay1 b eh1 k)) +("lybrand" nil (l ay1 b r ae1 n d)) +("lycan" nil (l ay1 k ax n)) +("lycoming" nil (l ay1 k ax m ih0 ng)) +("lycra" nil (l ay1 k r ax)) +("lyda" nil (l ay1 d ax)) +("lydall" nil (l ay1 d ax l)) +("lyday" nil (l ay1 d ey1)) +("lyde" nil (l ay1 d)) +("lyden" nil (l ay1 d ax n)) +("lydia" nil (l ih1 d iy0 ax)) +("lydic" nil (l ih1 d ih0 k)) +("lydick" nil (l ih1 d ih0 k)) +("lydie" nil (l ih1 d iy0)) +("lydon" nil (l ih1 d ax n)) +("lye" nil (l ay1)) +("lyell" nil (l ay1 eh1 l)) +("lyerla" nil (l ay1 er1 l ax)) +("lyerly" nil (l ay1 er0 l iy0)) +("lyford" nil (l ih1 f er0 d)) +("lying" nil (l ay1 ih0 ng)) +("lyke" nil (l ay1 k)) +("lykens" nil (l ay1 k ax n z)) +("lykes" nil (l ay1 k s)) +("lykin" nil (l ay1 k ax n)) +("lykins" nil (l ih1 k ax n z)) +("lyle" nil (l ay1 l)) +("lyles" nil (l ay1 l z)) +("lyman" nil (l ay1 m ax n)) +("lyme" nil (l ay1 m)) +("lymph" nil (l ih1 m f)) +("lymphadenopathy" nil (l ih1 m f ax d eh1 n ax p ae1 th iy0)) +("lymphocytes" nil (l ih1 m f ax s ay1 t s)) +("lymphoma" nil (l ih0 m f ow1 m ax)) +("lymphomas" nil (l ih0 m f ow1 m ax z)) +("lyn" nil (l ih1 n)) +("lynam" nil (l ih1 n ax m)) +("lynch" nil (l ih1 n ch)) +("lynchburg" nil (l ih1 n ch b er0 g)) +("lynched" nil (l ih1 n ch t)) +("lynching" nil (l ih1 n ch ih0 ng)) +("lynd" nil (l ih1 n d)) +("lynda" nil (l ih1 n d ax)) +("lynde" nil (l ih1 n d)) +("lynden" nil (l ih1 n d ax n)) +("lyndhurst" nil (l ih1 n d hh er0 s t)) +("lyndon" nil (l ih1 n d ax n)) +("lynds" nil (l ih1 n d z)) +("lyne" nil (l ay1 n)) +("lynes" nil (l ay1 n z)) +("lyness" nil (l ay1 n eh1 s)) +("lynette" nil (l ay1 n eh1 t)) +("lynford" nil (l ih1 n f er0 d)) +("lyng" nil (l ih1 ng)) +("lynk" nil (l ih1 ng k)) +("lynn" nil (l ih1 n)) +("lynna" nil (l ay1 n ax)) +("lynne" nil (l ih1 n)) +("lynott" nil (l ay1 n ax t)) +("lynskey" nil (l ih1 n s k iy0)) +("lynton" nil (l ih1 n t ax n)) +("lynx" nil (l ih1 ng k s)) +("lynxes" nil (l ih1 ng k s ih0 z)) +("lyon" nil (l ay1 ax n)) +("lyondell" nil (l ay1 ax n d eh1 l)) +("lyonnais" nil (l iy1 ax n ey1)) +("lyonnaise" nil (l ay1 ax n ey1 z)) +("lyons" nil (l ay1 ax n z)) +("lyphomed" nil (l ay1 f ax m eh0 d)) +("lyra" nil (l ay1 r ax)) +("lyre" nil (l ay1 r)) +("lyric" nil (l ih1 r ih0 k)) +("lyrical" nil (l ih1 r ih0 k ax l)) +("lyricism" nil (l ay1 r ih0 s ih1 z ax m)) +("lyricist" nil (l ay1 r ih0 s ih0 s t)) +("lyrics" nil (l ih1 r ih0 k s)) +("lyris" nil (l ih1 r ih0 s)) +("lyrist" nil (l ay1 r ih0 s t)) +("lysaght" nil (l ay1 s aa0 t)) +("lysander" nil (l ay1 s ae1 n d er0)) +("lysandra" nil (l ay1 s ae1 n d r ax)) +("lysine" nil (l ay1 s iy0 n)) +("lysis" nil (l ay1 s ih0 s)) +("lyski" nil (l ay1 s k iy0)) +("lysne" nil (l ay1 n)) +("lysol" nil (l ay1 s ao1 l)) +("lyssy" nil (l ih1 s iy0)) +("lyster" nil (l ih1 s t er0)) +("lyter" nil (l ay1 t er0)) +("lythgoe" nil (l ih1 th g ow0)) +("lytle" nil (l ay1 t ax l)) +("lyttle" nil (l ih1 t ax l)) +("lytton" nil (l ih1 t ax n)) +("lyubimov" nil (l y uw1 b ax m aa0 v)) +("lyvers" nil (l ay1 v er0 z)) +("m" nil (eh1 m)) +("ma" nil (m aa1)) +("maack" nil (m aa1 k)) +("maaco" nil (m ey1 k ow0)) +("maag" nil (m aa1 g)) +("maahs" nil (m aa1 z)) +("maalox" nil (m ey1 l aa0 k s)) +("maas" nil (m aa1 z)) +("maass" nil (m aa1 s)) +("maassen" nil (m aa1 s ax n)) +("maastricht" nil (m aa1 s t r ih1 k t)) +("mab" nil (m ae1 b)) +("mabe" nil (m ey1 b)) +("mabee" nil (m ae1 b iy0)) +("mabel" nil (m ey1 b ax l)) +("mabelle" nil (m ax b eh1 l)) +("maben" nil (m ae1 b ax n)) +("maberry" nil (m aa1 b eh0 r iy0)) +("mabery" nil (m ae1 b er0 iy0)) +("mabey" nil (m ey1 b iy0)) +("mabie" nil (m ae1 b iy0)) +("mabile" nil (m aa1 b ax l)) +("mabin" nil (m ae1 b ih0 n)) +("mable" nil (m ey1 b ax l)) +("mabley" nil (m ae1 b l iy0)) +("mabon" nil (m ey1 b ax n)) +("mabrey" nil (m ae1 b r iy0)) +("mabry" nil (m ae1 b er0 iy0)) +("mabus" nil (m ae1 b ih0 s)) +("mac" nil (m ae1 k)) +("macabre" nil (m ax k aa1 b r ax)) +("macadam" nil (m ax k ae1 d ax m)) +("macadamia" nil (m ae1 k ax d ey1 m iy0 ax)) +("macallister" nil (m ax k ae1 l ih0 s t er0)) +("macalpine" nil (m ax k ae1 l p ay1 n)) +("macaluso" nil (m ae1 k ax l uw1 s ow0)) +("macandrews" nil (m ax k ae1 n d r uw1 z)) +("macao" nil (m ax k aw1)) +("macaques" nil (m ax k aa1 k s)) +("macari" nil (m aa0 k aa1 r iy0)) +("macaroni" nil (m ae1 k er0 ow1 n iy0)) +("macarthur" nil (m ax k aa1 r th er0)) +("macartney" nil (m ax k aa1 r t n iy0)) +("macaulay" nil (m ax k ao1 l iy0)) +("macauley" nil (m ax k ao1 l iy0)) +("macaw" nil (m ax k ao1)) +("macaws" nil (m ax k ao1 z)) +("macbeth" nil (m ax k b eh1 th)) +("macbride" nil (m ax k b r ay1 d)) +("maccabean" nil (m ae1 k ax b iy1 ax n)) +("maccabees" nil (m ae1 k ax b iy1 z)) +("maccallum" nil (m ax k ae1 l ax m)) +("maccaquano" nil (m ae1 k ax k w aa1 n ow0)) +("maccarone" nil (m ae1 k er0 ow1 n)) +("maccarthy" nil (m ax k aa1 r th iy0)) +("macchi" nil (m ae1 k iy0)) +("macchia" nil (m ae1 k iy0 ax)) +("macchio" nil (m ae1 k iy0 ow0)) +("macconnell" nil (m ax k aa1 n ax l)) +("maccormack" nil (m ax k ao1 r m ax k)) +("macdermott" nil (m ax k d er1 m ax t)) +("macdiarmid" nil (m ax k d ih1 r m ih0 d)) +("macdill" nil (m ax k d ih1 l)) +("macdonald" nil (m ax k d aa1 n ax l d)) +("macdonell" nil (m ax k d aa1 n ax l)) +("macdonnell" nil (m ax k d aa1 n ax l)) +("macdonough" nil (m ax k d aa1 n ax f)) +("macdougal" nil (m ax k d uw1 g ax l)) +("macdougall" nil (m ax k d uw1 g ax l)) +("macduff" nil (m ax k d ah1 f)) +("mace" nil (m ey1 s)) +("maceachern" nil (m ax k iy1 ch er0 n)) +("maceda" nil (m ax s ey1 d ax)) +("macedo" nil (m ax s ey1 d ow0)) +("macedonia" nil (m ae1 s ax d ow1 n iy0 ax)) +("macedonian" nil (m ae1 s ax d ow1 n iy0 ax n)) +("macek" nil (m ih0 k eh1 k)) +("macera" nil (m ax s eh1 r ax)) +("macewan" nil (m ax ch uw1 ax n)) +("macewen" nil (m ax k uw1 ax n)) +("macey" nil (m ey1 s iy0)) +("macfadden" nil (m ax k f ae1 d ax n)) +("macfadyen" nil (m ax k f ae1 d iy0 ax n)) +("macfarland" nil (m ax k f aa1 r l ax n d)) +("macfarlane" nil (m ax k f aa1 r l ax n)) +("macgowan" nil (m ax g aw1 ax n)) +("macgregor" nil (m ax g r eh1 g er0)) +("macgyver" nil (m ax g ay1 v er0)) +("mach" nil (m aa1 k)) +("macha" nil (m ae1 ch ax)) +("machacek" nil (m ae1 k ax s ih0 k)) +("machado" nil (m ax ch aa1 d ow0)) +("machala" nil (m ax ch aa1 l ax)) +("machamer" nil (m ae1 k ax m er0)) +("mache" nil (m ae1 ch)) +("machel" nil (m ae1 ch ax l)) +("machen" nil (m ae1 k ax n)) +("macher" nil (m ae1 k er0)) +("macheski" nil (m ax ch eh1 s k iy0)) +("machete" nil (m ax sh eh1 t iy1)) +("machetes" nil (m ax sh eh1 t iy1 z)) +("machi" nil (m aa1 k iy0)) +("machiavelli" nil (m aa1 k iy0 ax v eh1 l iy0)) +("machiavellian" nil (m aa1 k iy0 ax v eh1 l iy0 ax n)) +("machida" nil (m ax ch iy1 d ax)) +("machin" nil (m ae1 ch ih0 n)) +("machination" nil (m ae1 k ax n ey1 sh ax n)) +("machinations" nil (m ae1 k ax n ey1 sh ax n z)) +("machine" nil (m ax sh iy1 n)) +("machinea" nil (m ae1 sh ax n iy1 ax)) +("machined" nil (m ax sh iy1 n d)) +("machineries" nil (m ax sh iy1 n er0 iy0 z)) +("machinery" nil (m ax sh iy1 n er0 iy0)) +("machines" nil (m ax sh iy1 n z)) +("machining" nil (m ax sh iy1 n ih0 ng)) +("machinist" nil (m ax sh iy1 n ax s t)) +("machinists" nil (m ax sh iy1 n ih0 s t s)) +("machismo" nil (m ax ch ih1 z m ow0)) +("machnik" nil (m ae1 k n ih0 k)) +("macho" nil (m aa1 ch ow0)) +("machold" nil (m ax hh ow1 l d)) +("machowski" nil (m ax ch ao1 f s k iy0)) +("macht" nil (m ae1 ch t)) +("machtley" nil (m ae1 t ch l iy0)) +("machuca" nil (m ax ch uw1 k ax)) +("machuga" nil (m ax ch uw1 g ax)) +("maciag" nil (m ax k ey1 g)) +("macias" nil (m aa0 s iy1 ax s)) +("maciejewski" nil (m ax ch eh1 f s k iy0)) +("maciel" nil (m ih0 k iy1 l)) +("macik" nil (m aa1 ch ih0 k)) +("macinnes" nil (m ax k ih1 n ax s)) +("macinnis" nil (m ax k ih1 n ax s)) +("macintax" nil (m ae1 k ax n t ae1 k s)) +("macintosh" nil (m ae1 k ax n t ao1 sh)) +("macintoshes" nil (m ae1 k ax n t ao1 sh ih0 z)) +("macintyre" nil (m ae1 k ax n t ay1 r)) +("macioce" nil (m aa0 ch ow1 ch iy0)) +("maciolek" nil (m ax ch iy0 ow1 l eh0 k)) +("macisaac" nil (m ax ch ih1 s ae1 k)) +("maciver" nil (m iy1 k ih0 v er0)) +("mack" nil (m ae1 k)) +("mackall" nil (m ae1 k ax l)) +("mackay" nil (m ax k ey1)) +("macke" nil (m ae1 k)) +("mackel" nil (m ae1 k ax l)) +("mackellar" nil (m ax k eh1 l er0)) +("macken" nil (m ae1 k ax n)) +("mackenzie" nil (m ax k eh1 n z iy0)) +("mackerel" nil (m ae1 k er0 ax l)) +("mackert" nil (m ae1 k er0 t)) +("mackey" nil (m ae1 k iy0)) +("mackie" nil (m ae1 k iy0)) +("mackiewicz" nil (m ae1 k iy0 ax w ih0 t s)) +("mackin" nil (m ae1 k ih0 n)) +("mackinaw" nil (m ae1 k ax n ao1)) +("mackinley" nil (m ax k ih1 n l iy0)) +("mackinney" nil (m ax k ih1 n iy0)) +("mackinnon" nil (m ax k ih1 n ax n)) +("mackintosh" nil (m ae1 k ax n t aa1 sh)) +("macklem" nil (m ae1 k l ax m)) +("mackler" nil (m ae1 k l er0)) +("mackley" nil (m ae1 k l iy0)) +("macklin" nil (m ae1 k l ih0 n)) +("macknight" nil (m ax k n ay1 t)) +("macko" nil (m ae1 k ow0)) +("mackowiak" nil (m ax s k aw1 iy0 ae0 k)) +("mackowski" nil (m ax s k ao1 f s k iy0)) +("macks" nil (m ae1 k s)) +("macktal" nil (m ae1 k t ax l)) +("maclachlan" nil (m ax k l ae1 k l ax n)) +("maclaine" nil (m ax k l ey1 n)) +("maclaren" nil (m ax k l eh1 r ax n)) +("maclaughlin" nil (m ax k l ao1 k l ih0 n)) +("maclay" nil (m ax k l ey1)) +("maclean" nil (m ax k l ey1 n)) +("maclellan" nil (m ax k l eh1 l ax n)) +("maclennan" nil (m ax k l eh1 n ax n)) +("macleod" nil (m ax k l aw1 d)) +("maclin" nil (m ae1 k l ax n)) +("macmahon" nil (m ax k m ae1 n)) +("macmaster" nil (m ax k m ae1 s t er0)) +("macmillan" nil (m ax k m ih1 l ax n)) +("macmullen" nil (m ax k m ah1 l ax n)) +("macmurray" nil (m ax k m er1 iy0)) +("macnab" nil (m ax k n ae1 b)) +("macnair" nil (m ax k n eh1 r)) +("macnamara" nil (m ae1 k n ax m eh1 r ax)) +("macnaughton" nil (m ax k n ao1 t ax n)) +("macneal" nil (m ax k n iy1 l)) +("macneil" nil (m ax k n iy1 l)) +("macneill" nil (m ax k n iy1 l)) +("macomb" nil (m ey1 k ax m)) +("macomber" nil (m ax k aa1 m b er0)) +("macon" nil (m ey1 k ax n)) +("macoute" nil (m ax k uw1 t)) +("macoutes" nil (m ax k uw1 t s)) +("macphail" nil (m ax k f ey1 l)) +("macphee" nil (m ax k f iy1)) +("macpherson" nil (m ax k f ih1 r s ax n)) +("macquarrie" nil (m ax k eh1 r iy0)) +("macqueen" nil (m ax k w iy1 n)) +("macrae" nil (m ax k r ey1)) +("macrame" nil (m ae1 k r ax m ey1)) +("macri" nil (m ae1 k r iy0)) +("macro" nil (m ae1 k r ow0)) +("macrodantin" nil (m ae1 k r ow0 d ae1 n t ih0 n)) +("macroeconomic" nil (m ae1 k r ow0 eh0 k ax n aa1 m ih0 k)) +("macroeconomics" nil (m ae1 k r ow0 eh0 k ax n aa1 m ih0 k s)) +("macromedia" nil (m ae1 k r ow0 m iy1 d iy0 ax)) +("macrophage" nil (m ae1 k r ow0 f ey1 jh)) +("macrophages" nil (m ae1 k r ow0 f ey1 jh ih0 z)) +("macrovision" nil (m ae1 k r ow0 v ih1 zh ax n)) +("macs" nil (m ae1 k s)) +("macsharry" nil (m ax k sh eh1 r iy0)) +("mactaggart" nil (m ax k t ae1 g er0 t)) +("mactan" nil (m ax k t ae1 n)) +("mactavish" nil (m ax k t ae1 v ih0 sh)) +("macumber" nil (m ax k ah1 m b er0)) +("macumolo" nil (m ax k uw1 m ow0 l ow0)) +("macvicar" nil (m ax k v ih1 k er0)) +("macwilliams" nil (m ax k w ih1 l y ax m z)) +("macworld" nil (m ae1 k w er1 l d)) +("macy" nil (m ey1 s iy0)) +("maczko" nil (m aa1 ch k ow0)) +("mad" nil (m ae1 d)) +("mada" nil (m aa1 d ax)) +("madagascar" nil (m ae1 d ax g ae1 s k er0)) +("madalena" nil (m ae1 d ax l ey1 n ax)) +("madam" nil (m ae1 d ax m)) +("madame" nil (m ae1 d ax m)) +("madan" nil (m ey1 d ax n)) +("madar" nil (m ae1 d er0)) +("madara" nil (m aa0 d aa1 r ax)) +("madaras" nil (m aa0 d aa1 r aa0 z)) +("madaris" nil (m ae1 d er0 ih0 s)) +("maday" nil (m aa1 d ey0)) +("madcap" nil (m ae1 d k ae1 p)) +("madd" nil (m ae1 d)) +("maddalena" nil (m aa0 d aa0 l eh1 n ax)) +("maddamma" nil (m ax d aa1 m ax)) +("madden" nil (m ae1 d ax n)) +("maddening" nil (m ae1 d ax n ih0 ng)) +("maddeningly" nil (m ae1 d ax n ih0 ng l iy0)) +("madder" nil (m ae1 d er0)) +("maddie" nil (m ae1 d iy0)) +("madding" nil (m ae1 d ih0 ng)) +("maddison" nil (m ae1 d ih0 s ax n)) +("maddock" nil (m ae1 d ax k)) +("maddocks" nil (m ae1 d ax k s)) +("maddox" nil (m ae1 d ax k s)) +("maddux" nil (m ae1 d ax k s)) +("maddy" nil (m ae1 d iy0)) +("made" nil (m ey1 d)) +("madeira" nil (m ax d ih1 r ax)) +("madej" nil (m ae1 d ih0 jh)) +("madel" nil (m ae1 d ax l)) +("madelaine" nil (m ae1 d ih0 l ey0 n)) +("madeleine" nil (m ae1 d ax l eh1 n)) +("madelena" nil (m aa0 d eh0 l eh1 n ax)) +("madelene" nil (m ae0 d ax l iy1 n)) +("madelin" nil (m ae1 d ax l ih0 n)) +("madeline" nil (m ae1 d ax l ih0 n)) +("madella" nil (m ax d eh1 l ax)) +("madelle" nil (m ax d eh1 l)) +("madelon" nil (m aa0 d ey0 l ao1 n)) +("mademoiselle" nil (m ae1 d ax m ax z eh1 l)) +("maden" nil (m ey1 d ax n)) +("mader" nil (m ey1 d er0)) +("madera" nil (m aa0 d eh1 r ax)) +("madere" nil (m ae1 d er0)) +("madero" nil (m aa0 d eh1 r ow0)) +("madewell" nil (m ae1 d ih0 w eh0 l)) +("madey" nil (m ey1 d iy0)) +("madge" nil (m ae1 jh)) +("madhouse" nil (m ae1 d hh aw1 s)) +("madhusudan" nil (m aa1 d hh uw0 s uw1 d ax n)) +("madia" nil (m aa1 d iy0 ax)) +("madigan" nil (m ae1 d ih0 g ax n)) +("madill" nil (m aa0 d iy1 l)) +("madison" nil (m ae1 d ax s ax n)) +("madkins" nil (m ae1 d k ih0 n z)) +("madl" nil (m ae1 d ax l)) +("madlen" nil (m ae1 d ax l ax n)) +("madlin" nil (m ae1 d l ih0 n)) +("madlock" nil (m ae1 d l aa1 k)) +("madly" nil (m ae1 d l iy0)) +("madman" nil (m ae1 d m ae1 n)) +("madmen" nil (m ae1 d m ax n)) +("madness" nil (m ae1 d n ax s)) +("madoc" nil (m ae1 d ax k)) +("madock" nil (m ae1 d ax k)) +("madoff" nil (m ae1 d ao1 f)) +("madog" nil (m ae1 d ax g)) +("madole" nil (m ax d ow1 l)) +("madonia" nil (m aa0 d ow1 n iy0 ax)) +("madonna" nil (m ax d aa1 n ax)) +("madora" nil (m ax d ao1 r ax)) +("madore" nil (m ax d ao1 r ey0)) +("madra" nil (m aa1 d r ax)) +("madras" nil (m ae1 d r ax s)) +("madre" nil (m ae1 d r ax)) +("madrid" nil (m ax d r ih1 d)) +("madrigal" nil (m ae1 d r ax g ax l)) +("madrigals" nil (m ae1 d r ax g ax l z)) +("madril" nil (m ae1 d r ih0 l)) +("madron" nil (m ae1 d r ax n)) +("madruga" nil (m ae1 d r uw0 g ax)) +("madry" nil (m ae1 d r iy0)) +("madsen" nil (m ae1 d s ax n)) +("madson" nil (m ae1 d s ax n)) +("madstones" nil (m ae1 d s t ow1 n z)) +("mady" nil (m ey1 d iy0)) +("mae" nil (m ey1)) +("maeda" nil (m ey0 iy1 d ax)) +("maeder" nil (m eh1 d er0)) +("maekawa" nil (m aa1 ih0 k aa1 w ax)) +("maelstrom" nil (m ey1 l s t r ax m)) +("maenza" nil (m aa0 eh1 n z ax)) +("maersk" nil (m eh1 r s k)) +("maertens" nil (m eh1 r t ax n z)) +("maertz" nil (m eh1 r t s)) +("maerz" nil (m eh1 r z)) +("maes" nil (m ey1 z)) +("maese" nil (m iy1 s)) +("maestas" nil (m eh1 s t ax z)) +("maestri" nil (m aa0 eh1 s t r iy0)) +("maestro" nil (m ay1 s t r ow0)) +("maez" nil (m ay0 eh1 z)) +("maffei" nil (m ae1 f ay0)) +("maffeo" nil (m aa1 f iy0 ow0)) +("maffett" nil (m ae1 f ih0 t)) +("maffia" nil (m ae1 f iy0 ax)) +("maffucci" nil (m aa0 f uw1 ch iy0)) +("mafia" nil (m aa1 f iy0 ax)) +("mag" nil (m ae1 g)) +("magallanes" nil (m ae1 g ax l ey1 n z)) +("magallon" nil (m ae1 g ax l aa0 n)) +("magan" nil (m ey1 g ax n)) +("magana" nil (m aa0 g ae1 n ax)) +("magar" nil (m ae1 g er0)) +("magarian" nil (m ax g eh1 r iy0 ax n)) +("magaw" nil (m ae1 g ao0)) +("magazine" nil (m ae1 g ax z iy1 n)) +("magaziner" nil (m ae1 g ax z iy1 n er0)) +("magazines" nil (m ae1 g ax z iy1 n z)) +("magby" nil (m ae1 g b iy0)) +("magda" nil (m ae1 g d ax)) +("magdala" nil (m aa0 g d aa1 l ax)) +("magdalen" nil (m ae1 g d ax l ax n)) +("magdalena" nil (m ae1 g d ax l iy1 n ax)) +("magdalene" nil (m ae1 g d ax l iy1 n)) +("magdaleno" nil (m aa0 g d aa0 l ey1 n ow0)) +("magee" nil (m ax g iy1)) +("magel" nil (m ae1 g ax l)) +("magellan" nil (m ax jh eh1 l ax n)) +("magellanic" nil (m ae1 jh ax l ae1 n ih0 k)) +("magenta" nil (m ax jh eh1 n t ax)) +("mager" nil (m ae1 g er0)) +("magerman" nil (m ae1 g er0 m ax n)) +("magers" nil (m ae1 g er0 z)) +("mages" nil (m ey1 jh ih0 z)) +("maggard" nil (m ae1 g er0 d)) +("maggart" nil (m ae1 g er0 t)) +("maggi" nil (m ae1 jh iy0)) +("maggie" nil (m ae1 g iy0)) +("maggio" nil (m aa1 jh iy0 ow0)) +("maggot" nil (m ae1 g ax t)) +("maggots" nil (m ae1 g ax t s)) +("maggs" nil (m ae1 g z)) +("magi" nil (m ey1 jh ay0)) +("magic" nil (m ae1 jh ih0 k)) +("magical" nil (m ae1 jh ih0 k ax l)) +("magically" nil (m ae1 jh ih0 k ax l iy0)) +("magician" nil (m ax jh ih1 sh ax n)) +("magicians" nil (m ax jh ih1 sh ax n z)) +("magid" nil (m ae1 jh ih0 d)) +("magie" nil (m ey1 jh iy0)) +("magiera" nil (m aa0 jh ih1 r ax)) +("magill" nil (m ae1 jh ax l)) +("magin" nil (m ae1 jh ih0 n)) +("maginn" nil (m ae1 jh ih0 n)) +("maginnis" nil (m ae1 jh ih0 n ih0 s)) +("maginot" nil (m ae1 jh ih0 n aa0)) +("magistad" nil (m ae1 jh ih0 s t ae1 d)) +("magisterial" nil (m ae1 jh ih0 s t iy1 r iy0 ax l)) +("magistrate" nil (m ae1 jh ax s t r ey1 t)) +("magistrates" nil (m ae1 jh ih0 s t r ey1 t s)) +("magistro" nil (m aa0 jh iy1 s t r ow0)) +("maglaj" nil (m aa1 g l ay1)) +("maglev" nil (m ae1 g l eh1 v)) +("magley" nil (m ae1 g l iy0)) +("magliano" nil (m aa0 g l iy0 aa1 n ow0)) +("maglica" nil (m ae1 g l ih0 k ax)) +("maglio" nil (m ae1 g l iy0 ow0)) +("magliocco" nil (m aa0 g l iy0 ow1 k ow0)) +("maglione" nil (m aa0 g l iy0 ow1 n iy0)) +("magma" nil (m ae1 g m ax)) +("magna" nil (m ae1 g n ax)) +("magnan" nil (m ae1 g n ax n)) +("magnani" nil (m aa0 g n aa1 n iy0)) +("magnanimous" nil (m ae0 g n ae1 n ax m ax s)) +("magnano" nil (m aa0 g n aa1 n ow0)) +("magnant" nil (m ae1 g n ax n t)) +("magnate" nil (m ae1 g n ax t)) +("magnates" nil (m ae1 g n ey1 t s)) +("magnavox" nil (m ae1 g n ax v aa0 k s)) +("magner" nil (m ae1 g n er0)) +("magnesia" nil (m ae0 g n iy1 zh ax)) +("magnesite" nil (m ae1 g n ax s ay1 t)) +("magnesium" nil (m ae0 g n iy1 z iy0 ax m)) +("magness" nil (m ax g n iy1 s)) +("magnet" nil (m ae1 g n ax t)) +("magnetek" nil (m ae1 g n eh0 t eh1 k)) +("magneti" nil (m ae0 g n eh1 t iy0)) +("magnetic" nil (m ae0 g n eh1 t ih0 k)) +("magnetically" nil (m ae0 g n eh1 t ih0 k ax l iy0)) +("magnetics" nil (m ae0 g n eh1 t ih0 k s)) +("magnetism" nil (m ae1 g n ax t ih1 z ax m)) +("magnetite" nil (m ae1 g n ax t ay1 t)) +("magnetization" nil (m ae1 g n ax t ax z ey1 sh ax n)) +("magnetized" nil (m ae1 g n ih0 t ay1 z d)) +("magnetometer" nil (m ae1 g n ax t aa1 m ax t er0)) +("magnetron" nil (m ae1 g n ax t r aa1 n)) +("magnets" nil (m ae1 g n ax t s)) +("magnification" nil (m ae1 g n ax f ax k ey1 sh ax n)) +("magnifications" nil (m ae1 g n ax f ax k ey1 sh ax n z)) +("magnificent" nil (m ae0 g n ih1 f ax s ax n t)) +("magnificently" nil (m ae0 g n ih1 f ax s ax n t l iy0)) +("magnified" nil (m ae1 g n ax f ay1 d)) +("magnifiers" nil (m ae1 g n ax f ay1 er0 z)) +("magnifies" nil (m ae1 g n ax f ay1 z)) +("magnify" nil (m ae1 g n ax f ay1)) +("magnifying" nil (m ae1 g n ax f ay1 ih0 ng)) +("magnin" nil (m ae1 g n ih0 n)) +("magnitogorsk" nil (m ae0 g n ih1 t ax g ao0 r s k)) +("magnitude" nil (m ae1 g n ax t uw1 d)) +("magnitudes" nil (m ae1 g n ax t uw1 d z)) +("magno" nil (m ae1 g n ow0)) +("magnolia" nil (m ae0 g n ow1 l y ax)) +("magnolias" nil (m ae0 g n ow1 l y ax z)) +("magnone" nil (m aa0 g n ow1 n iy0)) +("magnum" nil (m ae1 g n ax m)) +("magnus" nil (m ae1 g n ax s)) +("magnuson" nil (m ae1 g n ax s ax n)) +("magnussen" nil (m ae1 g n ax s ax n)) +("magnusson" nil (m ae1 g n ax s ax n)) +("magoon" nil (m ax g uw1 n)) +("magouirk" nil (m ax g w er1 k)) +("magowan" nil (m aa0 g ow1 w aa0 n)) +("magpie" nil (m ae1 g p ay1)) +("magpies" nil (m ae1 g p ay1 z)) +("magrane" nil (m ae1 g r ey1 n)) +("magrath" nil (m ax g r ae1 th)) +("magri" nil (m ae1 g r iy0)) +("magrini" nil (m aa0 g r iy1 n iy0)) +("magro" nil (m ae1 g r ow0)) +("magruder" nil (m ax g r uw1 d er0)) +("mags" nil (m ae1 g z)) +("magten" nil (m ae1 g t eh1 n)) +("maguire" nil (m ax g w ay1 r)) +("magwood" nil (m ae1 g w uh1 d)) +("magyar" nil (m ae1 g y aa1 r)) +("magyars" nil (m ae1 g y aa1 r z)) +("mah" nil (m aa1)) +("mahabharata" nil (m aa0 hh aa0 b er0 aa1 t ax)) +("mahady" nil (m ae1 hh ax d iy0)) +("mahaffey" nil (m ax hh ae1 f iy0)) +("mahaffy" nil (m ae1 hh ax f iy0)) +("mahal" nil (m ax hh aa1 l)) +("mahala" nil (m ae1 hh ax l ax)) +("mahalah" nil (m ae1 hh ax l ax)) +("mahalia" nil (m ax hh ae1 l iy0 ax)) +("mahan" nil (m ey1 ax n)) +("mahaney" nil (m ax hh ey1 n iy0)) +("mahannah" nil (m ax hh ae1 n ax)) +("mahany" nil (m ae1 hh ax n iy0)) +("mahar" nil (m ae1 hh er0)) +("maharaja" nil (m aa1 hh er0 aa1 zh ah1)) +("maharajahs" nil (m aa0 hh er0 aa1 jh ax z)) +("maharashtra" nil (m aa1 hh er0 aa1 sh t r ah1)) +("mahathir" nil (m ae1 hh ax th er0)) +("mahatma" nil (m ax hh aa1 t m ax)) +("mahayana" nil (m aa1 hh ax y aa1 n ax)) +("mahdi" nil (m aa1 d iy0)) +("mahe" nil (m ey1 hh iy0)) +("maher" nil (m aa1 r)) +("mahesh" nil (m ax hh eh1 sh)) +("maheu" nil (m ae1 hh y uw0)) +("mahfouz" nil (m aa0 f uw1 z)) +("mahin" nil (m ae1 hh ih0 n)) +("mahindra" nil (m ax hh ih1 n d r ax)) +("mahl" nil (m aa1 l)) +("mahle" nil (m ey1 hh ax l)) +("mahler" nil (m aa1 l er0)) +("mahlman" nil (m aa1 l m ax n)) +("mahlmann" nil (m aa1 l m ax n)) +("mahlstedt" nil (m aa1 l s t ih0 t)) +("mahlum" nil (m aa1 l ax m)) +("mahmood" nil (m ae1 m uw0 d)) +("mahmud" nil (m ae1 m uw0 d)) +("mahn" nil (m ae1 n)) +("mahnke" nil (m ae1 ng k)) +("mahnken" nil (m aa1 ng k ax n)) +("mahogany" nil (m ax hh aa1 g ax n iy0)) +("mahon" nil (m ey1 ax n)) +("mahone" nil (m ae1 hh ax n)) +("mahoney" nil (m ax hh ow1 n iy0)) +("mahony" nil (m ae1 hh ax n iy0)) +("mahood" nil (m aa1 hh uh0 d)) +("mahowald" nil (m ae1 hh aw0 ao0 l d)) +("mahr" nil (m aa1 r)) +("mahrt" nil (m aa1 r t)) +("mahtar" nil (m aa1 t er0)) +("mahurin" nil (m ae1 hh y er0 ih0 n)) +("mahwah" nil (m aa1 w ax)) +("mai" nil (m ay1)) +("maia" nil (m ay1 ax)) +("maid" nil (m ey1 d)) +("maida" nil (m ey1 d ax)) +("maidel" nil (m ey1 d ax l)) +("maiden" nil (m ey1 d ax n)) +("maidenform" nil (m ey1 d ax n f ao1 r m)) +("maidens" nil (m ey1 d ax n z)) +("maidie" nil (m ey1 d iy0)) +("maids" nil (m ey1 d z)) +("maiello" nil (m ay1 eh1 l ow0)) +("maier" nil (m ey1 er0)) +("maiers" nil (m ey1 er0 z)) +("maietta" nil (m ay0 eh1 t ax)) +("mail" nil (m ey1 l)) +("mailbox" nil (m ey1 l b aa1 k s)) +("mailboxes" nil (m ey1 l b aa1 k s ih0 z)) +("maile" nil (m ey1 l)) +("mailed" nil (m ey1 l d)) +("mailer" nil (m ey1 l er0)) +("mailers" nil (m ey1 l er0 z)) +("mailey" nil (m ey1 l iy0)) +("mailgram" nil (m ey1 l g r ae1 m)) +("mailgrams" nil (m ey1 l g r ae1 m z)) +("mailhot" nil (m ay1 l hh ax t)) +("mailing" nil (m ey1 l ih0 ng)) +("mailings" nil (m ey1 l ih0 ng z)) +("maillard" nil (m eh0 l aa1 r d)) +("maille" nil (m ey1 l)) +("maillet" nil (m eh0 l eh1 t)) +("mailloux" nil (m eh0 l uw1)) +("mailman" nil (m ey1 l m ae1 n)) +("mailroom" nil (m ey1 l r uw1 m)) +("mails" nil (m ey1 l z)) +("mailson" nil (m ey1 l s ax n)) +("maim" nil (m ey1 m)) +("maimed" nil (m ey1 m d)) +("maimone" nil (m ey1 m ow1 n)) +("maims" nil (m ey1 m z)) +("main" nil (m ey1 n)) +("maina" nil (m ey1 n ax)) +("mainard" nil (m ey1 n er0 d)) +("maine" nil (m ey1 n)) +("mainer" nil (m ey1 n er0)) +("maines" nil (m ey1 n z)) +("mainframe" nil (m ey1 n f r ey1 m)) +("mainframes" nil (m ey1 n f r ey1 m z)) +("mainichi" nil (m aa1 ih0 n iy1 ch iy0)) +("mainland" nil (m ey1 n l ae1 n d)) +("mainlanders" nil (m ey1 n l ae1 n d er0 z)) +("mainline" nil (m ey1 n l ay1 n)) +("mainly" nil (m ey1 n l iy0)) +("maino" nil (m ey1 n ow0)) +("mainor" nil (m ey1 n er0)) +("mainord" nil (m eh0 n ao1 r d)) +("mains" nil (m ey1 n z)) +("mainstay" nil (m ey1 n s t ey1)) +("mainstays" nil (m ey1 n s t ey1 z)) +("mainstream" nil (m ey1 n s t r iy1 m)) +("mainstreet" nil (m ey1 n s t r iy1 t)) +("maintain" nil (m ey0 n t ey1 n)) +("maintained" nil (m ey0 n t ey1 n d)) +("maintaining" nil (m ey0 n t ey1 n ih0 ng)) +("maintains" nil (m ey0 n t ey1 n z)) +("maintenance" nil (m ey1 n t ax n ax n s)) +("mainville" nil (m ey1 n v ih1 l)) +("mainwaring" nil (m ey1 n w eh1 r ih0 ng)) +("mainz" nil (m ey1 n z)) +("maio" nil (m ey1 ow0)) +("maiolo" nil (m ay1 ow0 l ow0)) +("maione" nil (m ay1 ow0 n iy0)) +("maiorana" nil (m ay0 ao0 r ae1 n ax)) +("maiorano" nil (m ay1 ao0 r aa0 n ow0)) +("maiorino" nil (m ay0 ao0 r iy1 n ow0)) +("mair" nil (m eh1 r)) +("maire" nil (m eh1 r)) +("mairs" nil (m eh1 r z)) +("mais" nil (m ey1 z)) +("maisano" nil (m ax s aa1 n ow0)) +("maisch" nil (m ay1 sh)) +("maisel" nil (m ay1 s ax l)) +("maish" nil (m aa1 ih0 sh)) +("maisie" nil (m ey1 z iy0)) +("maison" nil (m ey1 z ax n)) +("maisonet" nil (m eh1 s ax n ih0 t)) +("maitland" nil (m ey1 t l ax n d)) +("maitre" nil (m ey1 t r ax)) +("maize" nil (m ey1 z)) +("maiziere" nil (m ey1 z ih1 r)) +("majcher" nil (m ae1 jh k er0)) +("majchrzak" nil (m ay1 r z ax k)) +("majer" nil (m ey1 jh er0)) +("majerus" nil (m ae1 jh er0 ih0 s)) +("majeske" nil (m ay0 eh1 s k iy0)) +("majeski" nil (m ay0 eh1 s k iy0)) +("majesta" nil (m aa0 y ey1 s t ax)) +("majestic" nil (m ax jh eh1 s t ih0 k)) +("majestically" nil (m ax jh eh1 s t ih0 k ax l iy0)) +("majesty" nil (m ae1 jh ax s t iy0)) +("majette" nil (m ax zh eh1 t)) +("majeure" nil (m ax jh uw1 r)) +("majewski" nil (m ay0 eh1 f s k iy0)) +("majik" nil (m ae1 jh ih0 k)) +("majka" nil (m ay1 k ax)) +("majkowski" nil (m ay0 k ao1 f s k iy0)) +("majnoon" nil (m ae1 jh n uw1 n)) +("major" nil (m ey1 jh er0)) +("majored" nil (m ey1 jh er0 d)) +("majoring" nil (m ey1 jh er0 ih0 ng)) +("majoritarian" nil (m ae1 jh er0 ih0 t eh1 r iy0 ax n)) +("majorities" nil (m ax jh ao1 r ih0 t iy0 z)) +("majority" nil (m ax jh ao1 r ax t iy0)) +("majoros" nil (m aa0 y ao1 r ow0 z)) +("majors" nil (m ey1 jh er0 z)) +("majrooh" nil (m ae1 jh r uw0)) +("majure" nil (m aa0 y uh1 r ey0)) +("mak" nil (m ae1 k)) +("makar" nil (m ae1 k er0)) +("makara" nil (m aa0 k aa1 r ax)) +("makarewicz" nil (m ax k aa1 r ih0 v ih0 ch)) +("make" nil (m ey1 k)) +("makegoods" nil (m ey1 k g uh1 d z)) +("makela" nil (m ae1 k ih0 l ax)) +("makeover" nil (m ae1 k iy0 ow1 v er0)) +("makepeace" nil (m ae1 k ih0 p iy0 s)) +("maker" nil (m ey1 k er0)) +("makers" nil (m ey1 k er0 z)) +("makes" nil (m ey1 k s)) +("makeshift" nil (m ey1 k sh ih1 f t)) +("makeup" nil (m ey1 k ah1 p)) +("makhoul" nil (m ax k uw1 l)) +("maki" nil (m aa1 k iy0)) +("makin" nil (m ae1 k ih0 n)) +("makinen" nil (m ae1 k ih0 n ax n)) +("making" nil (m ey1 k ih0 ng)) +("makings" nil (m ey1 k ih0 ng z)) +("makinson" nil (m ae1 k ih0 n s ax n)) +("makita" nil (m ax k iy1 t ax)) +("mako" nil (m aa1 k ow0)) +("makos" nil (m ey1 k ow0 z)) +("makoto" nil (m ax k ow1 t ow0)) +("makowski" nil (m ax k ao1 f s k iy0)) +("makowsky" nil (m ax k aw1 s k iy0)) +("makris" nil (m ae1 k r ih0 s)) +("makro" nil (m ae1 k r ow0)) +("maksoud" nil (m ae0 k s uw1 d)) +("maktoum" nil (m ae0 k t uw1 m)) +("maktoums" nil (m ae0 k t uw1 m z)) +("makuch" nil (m ae1 k ax k)) +("mal" nil (m ae1 l)) +("mala" nil (m aa1 l ax)) +("malabre" nil (m ae1 l ax b r ax)) +("malacanang" nil (m ax l ae1 k ax n ae0 ng)) +("malacca" nil (m ax l ae1 k ax)) +("malachowski" nil (m ax l ax hh ao1 f s k iy0)) +("maladies" nil (m ae1 l ax d iy0 z)) +("maladjusted" nil (m ae1 l ax jh ah1 s t ih0 d)) +("maladroit" nil (m ae1 l ax d r oy1 t)) +("malady" nil (m ae1 l ax d iy0)) +("malaga" nil (m ae1 l ax g ax)) +("malagasy" nil (m ae1 l ax g ae1 s iy0)) +("malaise" nil (m ae0 l ey1 z)) +("malak" nil (m ae1 l ax k)) +("malamud" nil (m ae1 l ax m ax d)) +("malamute" nil (m ae1 l ax m y uw1 t)) +("malan" nil (m ey1 l ax n)) +("maland" nil (m ae1 l ax n d)) +("malaney" nil (m ax l ey1 n iy0)) +("malanga" nil (m aa0 l aa1 ng g ax)) +("malanowski" nil (m ax l ax n ao1 f s k iy0)) +("malaprop" nil (m ae1 l ax p r aa1 p)) +("malara" nil (m aa0 l aa1 r ax)) +("malaria" nil (m ax l eh1 r iy0 ax)) +("malarial" nil (m ax l eh1 r iy0 ax l)) +("malarkey" nil (m ax l aa1 r k iy0)) +("malaspina" nil (m aa0 l aa0 s p iy1 n ax)) +("malatesta" nil (m aa0 l aa0 t eh1 s t ax)) +("malave" nil (m aa0 l aa1 v iy0)) +("malawi" nil (m ax l aa1 w iy0)) +("malay" nil (m ey1 l ey0)) +("malayan" nil (m ax l ey1 ax n)) +("malays" nil (m ax l ey1 z)) +("malaysia" nil (m ax l ey1 zh ax)) +("malaysian" nil (m ax l ey1 zh ax n)) +("malaysians" nil (m ax l ey1 zh ax n z)) +("malbon" nil (m ae1 l b ax n)) +("malbrough" nil (m ae1 l b r aw0)) +("malburg" nil (m ae1 l b er0 g)) +("malchow" nil (m aa1 l hh aw0)) +("malcolm" nil (m ae1 l k ax m)) +("malcolmson" nil (m ae1 l k ax m s ax n)) +("malcom" nil (m ae1 l k ax m)) +("malcomb" nil (m ae1 l k ax m)) +("malcomson" nil (m ae1 l k ax m s ax n)) +("malcontents" nil (m ae1 l k ax n t eh1 n t s)) +("malczewski" nil (m ax l ch eh1 f s k iy0)) +("malden" nil (m ao1 l d ax n)) +("maldives" nil (m ao1 l d ay1 v z)) +("maldonado" nil (m ae0 l d ax n aa1 d ow0)) +("maldutis" nil (m aa0 l d uw1 t ih0 s)) +("male" nil (m ey1 l)) +("malec" nil (m aa1 l ih0 k)) +("malecha" nil (m ax l eh1 ch ax)) +("malecki" nil (m ax l eh1 k iy0)) +("malefactors" nil (m ae1 l ax f ae1 k t er0 z)) +("malek" nil (m aa1 l eh0 k)) +("malena" nil (m ae1 l ih0 n ax)) +("malenfant" nil (m aa0 l ey1 n f ax n t)) +("maler" nil (m ey1 l er0)) +("malerba" nil (m aa0 l eh1 r b ax)) +("males" nil (m ey1 l z)) +("maleski" nil (m ax l eh1 s k iy0)) +("malesky" nil (m ax l eh1 s k iy0)) +("malevolent" nil (m ax l eh1 v ax l ax n t)) +("maley" nil (m ey1 l iy0)) +("malfeasance" nil (m ae1 l f iy1 z ax n s)) +("malfitano" nil (m ae1 l f ih0 t aa1 n ow0)) +("malformations" nil (m ae1 l f ao0 r m ey1 sh ax n z)) +("malformed" nil (m ae1 l f ao1 r m d)) +("malfunction" nil (m ae0 l f ah1 ng k sh ax n)) +("malfunctioned" nil (m ae0 l f ah1 ng k sh ax n d)) +("malfunctioning" nil (m ae0 l f ah1 ng k sh ax n ih0 ng)) +("malfunctions" nil (m ae0 l f ah1 ng k sh ax n z)) +("malhotra" nil (m ae1 l hh aa1 t r ax)) +("mali" nil (m aa1 l iy0)) +("malia" nil (m aa1 l iy0 ax)) +("malibu" nil (m ae1 l ax b uw0)) +("malice" nil (m ae1 l ax s)) +("malicious" nil (m ax l ih1 sh ax s)) +("maliciously" nil (m ax l ih1 sh ih0 s l iy0)) +("malick" nil (m ae1 l ih0 k)) +("malicki" nil (m ax l ih1 k iy0)) +("malicoat" nil (m ae1 l ih0 k ow1 t)) +("malignancies" nil (m ax l ih1 g n ax n s iy0 z)) +("malignancy" nil (m ax l ih1 g n ax n s iy0)) +("malignant" nil (m ax l ih1 g n ax n t)) +("maligned" nil (m ax l ay1 n d)) +("malik" nil (m ae1 l ih0 k)) +("malin" nil (m ae1 l ih0 n)) +("malina" nil (m aa0 l iy1 n ax)) +("malinak" nil (m ae1 l ih0 n ae1 k)) +("malinda" nil (m aa0 l iy1 n d ax)) +("malinde" nil (m ae1 l ih0 n d)) +("maline" nil (m aa0 l iy1 n iy0)) +("malinoski" nil (m ax l ih0 n aw1 s k iy0)) +("malinowski" nil (m ax l ih0 n ao1 f s k iy0)) +("malinski" nil (m ax l ih1 n s k iy0)) +("malis" nil (m aa1 l iy0 z)) +("maliszewski" nil (m ax l ih0 sh eh1 f s k iy0)) +("malizia" nil (m ax l ih1 z iy0 ax)) +("malkiel" nil (m ao1 l k iy0 ax l)) +("malkiewicz" nil (m aa1 l k ax v ih0 ch)) +("malkin" nil (m ae1 l k ih0 n)) +("malkovich" nil (m ao1 l k ax v ih0 ch)) +("malkowski" nil (m ax l k ao1 f s k iy0)) +("mall" nil (m ao1 l)) +("mallard" nil (m ae1 l er0 d)) +("mallards" nil (m ae1 l er0 d z)) +("malle" nil (m ae1 l)) +("malleability" nil (m ae1 l iy0 ax b ih1 l ax t iy0)) +("malleable" nil (m ae1 l iy0 ax b ax l)) +("mallek" nil (m ae1 l ih0 k)) +("mallen" nil (m ao1 l ax n)) +("maller" nil (m ao1 l er0)) +("mallery" nil (m ae1 l er0 iy0)) +("mallet" nil (m ae1 l ih0 t)) +("malleton" nil (m ae1 l ax t ax n)) +("mallett" nil (m ae1 l ih0 t)) +("mallette" nil (m ax l eh1 t)) +("malley" nil (m ae1 l iy0)) +("mallia" nil (m aa1 l iy0 ax)) +("mallick" nil (m ae1 l ih0 k)) +("mallicoat" nil (m ae1 l ih0 k ow0 t)) +("mallie" nil (m ao1 l iy0)) +("mallightco" nil (m ae1 l ay1 t k ow0)) +("mallin" nil (m ae1 l ih0 n)) +("mallinckrodt" nil (m ae1 l ih0 ng k r aa1 t)) +("mallinger" nil (m ao1 l ih0 ng er0)) +("mallinson" nil (m ae1 l ih0 n s ax n)) +("mallis" nil (m ae1 l ih0 s)) +("mallison" nil (m ae1 l ih0 s ax n)) +("mallo" nil (m aa1 l ow0)) +("malloch" nil (m ae1 l ax k)) +("mallon" nil (m ae1 l ax n)) +("mallonee" nil (m ae0 l ax n iy1)) +("mallory" nil (m ae1 l er0 iy0)) +("mallow" nil (m ae1 l ow0)) +("mallows" nil (m ae1 l ow0 z)) +("malloy" nil (m ax l oy1)) +("mallozzi" nil (m ae1 l aa1 z iy0)) +("malls" nil (m ao1 l z)) +("mally" nil (m ae1 l iy0)) +("malm" nil (m aa1 m)) +("malmberg" nil (m aa1 l m b er0 g)) +("malmgren" nil (m ae1 l m g r eh0 n)) +("malmquist" nil (m ae1 l m k w ih0 s t)) +("malmstrom" nil (m ae1 l m s t r ax m)) +("malnar" nil (m ae1 l n er0)) +("malnourished" nil (m ae0 l n er1 ih0 sh t)) +("malnutrition" nil (m ae1 l n uw0 t r ih1 sh ax n)) +("malo" nil (m aa1 l ow0)) +("malon" nil (m ae1 l ax n)) +("malone" nil (m ax l ow1 n)) +("maloney" nil (m ax l ow1 n iy0)) +("maloof" nil (m ax l uw1 f)) +("malott" nil (m ax l aa1 t)) +("malouf" nil (m ae1 l ow0 f)) +("maloy" nil (m ae1 l oy0)) +("malpass" nil (m ae1 l p ax s)) +("malphrus" nil (m ae1 l f r ax s)) +("malpractice" nil (m ae0 l p r ae1 k t ax s)) +("malrite" nil (m ae1 l r ay1 t)) +("malsom" nil (m ae1 l s ax m)) +("malson" nil (m ae1 l s ax n)) +("malstrom" nil (m ae1 l s t r ax m)) +("malt" nil (m ao1 l t)) +("malta" nil (m ao1 l t ax)) +("maltais" nil (m ax l t ey1)) +("maltase" nil (m ao1 l t ey1 s)) +("maltbie" nil (m ae1 l t b iy0)) +("maltby" nil (m ae1 l t b iy0)) +("malted" nil (m ao1 l t ax d)) +("malter" nil (m ao1 l t er0)) +("maltese" nil (m ao0 l t iy1 z)) +("malting" nil (m ao1 l t ih0 ng)) +("maltose" nil (m ao1 l t ow0 s)) +("maltreated" nil (m ae0 l t r iy1 t ih0 d)) +("maltreatment" nil (m ae0 l t r iy1 t m ax n t)) +("malts" nil (m ao1 l t s)) +("maltz" nil (m ae1 l t s)) +("malueg" nil (m ae1 l uh0 g)) +("maluken" nil (m ae1 l uw1 k ih0 n)) +("malva" nil (m aa1 l v ax)) +("malval" nil (m aa1 l v aa0 l)) +("malveaux" nil (m ae0 l v ow1)) +("malvern" nil (m ae1 l v er0 n)) +("malvie" nil (m ao1 l v iy0)) +("malvin" nil (m ae1 l v ih0 n)) +("malvina" nil (m aa0 l v iy1 n ax)) +("malvinas" nil (m ao0 l v iy1 n ax s)) +("maly" nil (m ey1 l iy0)) +("malzahn" nil (m ae1 l z ax n)) +("mama" nil (m aa1 m ax)) +("mamaroneck" nil (m ax m eh1 r ax n eh0 k)) +("mamas" nil (m aa1 m ax z)) +("mamba" nil (m aa1 m b ax)) +("mambas" nil (m aa1 m b ax z)) +("mambo" nil (m aa1 m b ow0)) +("mame" nil (m ey1 m)) +("mameluke" nil (m ae1 m ax l uw1 k)) +("mamet" nil (m ae1 m ax t)) +("mamie" nil (m ey1 m iy0)) +("mamis" nil (m ae1 m ih0 s)) +("mamma" nil (m aa1 m ax)) +("mammal" nil (m ae1 m ax l)) +("mammalian" nil (m ax m ey1 l iy0 ax n)) +("mammallike" nil (m ae1 m ax l l ay1 k)) +("mammals" nil (m ae1 m ax l z)) +("mammary" nil (m ae1 m er0 iy0)) +("mammen" nil (m ae1 m ax n)) +("mammogram" nil (m ae1 m ow0 g r ae1 m)) +("mammograms" nil (m ae1 m ow0 g r ae1 m z)) +("mammography" nil (m ax m ow1 g r ax f iy0)) +("mammoth" nil (m ae1 m ax th)) +("mammoths" nil (m ae1 m ax th s)) +("mamone" nil (m ax m ow1 n)) +("mamula" nil (m ae1 m y uw0 l ax)) +("man" nil (m ae1 n)) +("mana" nil (m aa1 n ax)) +("manac" nil (m ae1 n ae0 k)) +("manafort" nil (m ae1 n ax f ao0 r t)) +("manage" nil (m ae1 n ax jh)) +("manageable" nil (m ae1 n ih0 jh ax b ax l)) +("managed" nil (m ae1 n ax jh d)) +("management" nil (m ae1 n ax jh m ax n t)) +("managements" nil (m ae1 n ih0 jh m ax n t s)) +("manager" nil (m ae1 n ax jh er0)) +("managerial" nil (m ae1 n ih0 jh ih1 r iy0 ax l)) +("managers" nil (m ae1 n ax jh er0 z)) +("manages" nil (m ae1 n ih0 jh ih0 z)) +("managing" nil (m ae1 n ih0 jh ih0 ng)) +("managment" nil (m ae1 n ih0 jh m ax n t)) +("managua" nil (m ax n aa1 g w ax)) +("manahan" nil (m ae1 n ax hh ae0 n)) +("manak" nil (m ae1 n ax k)) +("manalo" nil (m aa0 n aa1 l ow0)) +("manard" nil (m ae1 n er0 d)) +("manas" nil (m aa1 n ax z)) +("manasco" nil (m aa0 n aa1 s k ow0)) +("manasion" nil (m ae1 n ax sh ax n)) +("manassas" nil (m ax n aa1 s ax s)) +("manatee" nil (m ae1 n ax t iy1)) +("manatees" nil (m ae1 n ax t iy1 z)) +("manatt" nil (m ae1 n ax t)) +("manbeck" nil (m ae1 n b eh1 k)) +("mance" nil (m ae1 n s)) +("mancebo" nil (m aa0 n ch eh1 b ow0)) +("mancera" nil (m ae0 n s eh1 r ax)) +("mancha" nil (m aa1 n k ax)) +("manchester" nil (m ae1 n ch eh1 s t er0)) +("manchu" nil (m ae1 n ch uw0)) +("manchuria" nil (m ae0 n ch uh1 r iy0 ax)) +("mancil" nil (m ae1 n s ih0 l)) +("mancilla" nil (m ae1 n s ih1 l ax)) +("mancillas" nil (m ax n s ih1 l ax z)) +("mancinelli" nil (m aa0 n ch iy0 n eh1 l iy0)) +("mancini" nil (m aa0 n ch iy1 n iy0)) +("mancino" nil (m aa0 n ch iy1 n ow0)) +("manco" nil (m ae1 ng k ow0)) +("mancusi" nil (m aa0 n k uw1 s iy0)) +("mancuso" nil (m ae1 ng k y uw1 s ow0)) +("manda" nil (m ae1 n d ax)) +("mandalay" nil (m ae1 n d ax l ey1)) +("mandalit" nil (m ae1 n d ax l ih1 t)) +("mandamus" nil (m ae0 n d ey1 m ax s)) +("mandarin" nil (m ae1 n d er0 ax n)) +("mandarino" nil (m aa0 n d aa0 r iy1 n ow0)) +("mandarins" nil (m ae1 n d er0 ax n z)) +("mandate" nil (m ae1 n d ey1 t)) +("mandated" nil (m ae1 n d ey1 t ih0 d)) +("mandates" nil (m ae1 n d ey1 t s)) +("mandating" nil (m ae1 n d ey1 t ih0 ng)) +("mandato" nil (m aa0 n d aa1 t ow0)) +("mandatory" nil (m ae1 n d ax t ao1 r iy0)) +("mandel" nil (m ae1 n d ax l)) +("mandela" nil (m ae1 n d eh1 l ax)) +("mandelbaum" nil (m ae1 n d ax l b aw1 m)) +("mandell" nil (m ae1 n d ax l)) +("mandella" nil (m ae1 n d eh1 l ax)) +("mander" nil (m ae1 n d er0)) +("manders" nil (m ae1 n d er0 z)) +("manderscheid" nil (m ae1 n d er0 sh ay1 d)) +("manderson" nil (m ae1 n d er0 s ax n)) +("mandeville" nil (m ae1 n d ax v ih1 l)) +("mandible" nil (m ae1 n d ax b ax l)) +("mandich" nil (m ae1 n d ih0 k)) +("mandie" nil (m ae1 n d iy0)) +("mandigo" nil (m aa0 n d iy1 g ow0)) +("mandl" nil (m ae1 n d ax l)) +("mandle" nil (m ae1 n d ax l)) +("mandler" nil (m ae1 n d l er0)) +("mandolin" nil (m ae1 n d ax l ih1 n)) +("mandracchia" nil (m ae1 n d r ae1 k iy0 ax)) +("mandrake" nil (m ae1 n d r ey1 k)) +("mandrell" nil (m ae1 n d r ax l)) +("mandresh" nil (m ae0 n d r eh1 sh)) +("mandrill" nil (m ae1 n d r ih0 l)) +("mandt" nil (m ae1 n t)) +("mandujano" nil (m aa0 n d uw0 y aa1 n ow0)) +("mandy" nil (m ae1 n d iy0)) +("mane" nil (m ey1 n)) +("maned" nil (m ey1 n d)) +("manella" nil (m ax n eh1 l ax)) +("maner" nil (m ey1 n er0)) +("maners" nil (m ey1 n er0 z)) +("manes" nil (m ey1 n z)) +("maness" nil (m aa1 n ih0 s)) +("manet" nil (m ae0 n ey1)) +("manette" nil (m ax n eh1 t)) +("maneuver" nil (m ax n uw1 v er0)) +("maneuverability" nil (m ax n uw1 v er0 ax b ih1 l ih0 t iy0)) +("maneuverable" nil (m ax n uw1 v er0 ax b ax l)) +("maneuvered" nil (m ax n uw1 v er0 d)) +("maneuvering" nil (m ax n uw1 v er0 ih0 ng)) +("maneuverings" nil (m ax n uw1 v er0 ih0 ng z)) +("maneuvers" nil (m ax n uw1 v er0 z)) +("maneval" nil (m aa0 n ey0 v ae1 l)) +("maney" nil (m ey1 n iy0)) +("manford" nil (m ae1 n f er0 d)) +("manfra" nil (m ae1 n f r ax)) +("manfre" nil (m ae1 n f er0)) +("manfred" nil (m ae1 n f r ih0 d)) +("manfredi" nil (m aa0 n f r eh1 d iy0)) +("manfredo" nil (m aa0 n f r ey1 d ow0)) +("manfully" nil (m ae1 n f ax l iy0)) +("mang" nil (m ae1 ng)) +("manga" nil (m ae1 ng g ax)) +("mangan" nil (m ae1 ng g ax n)) +("manganaro" nil (m aa0 ng g aa0 n aa1 r ow0)) +("manganello" nil (m aa0 ng g aa0 n eh1 l ow0)) +("manganese" nil (m ae1 ng g ax n iy1 z)) +("manganiello" nil (m aa0 ng g aa0 n iy0 eh1 l ow0)) +("mangano" nil (m aa0 ng g aa1 n ow0)) +("mangas" nil (m ae1 ng g ax z)) +("mange" nil (m ey1 n jh)) +("mangel" nil (m ey1 ng g ax l)) +("mangels" nil (m ey1 ng g ax l z)) +("mangement" nil (m ey1 n jh m ax n t)) +("mangen" nil (m ae1 ng ax n)) +("manger" nil (m ey1 n jh er0)) +("manges" nil (m ey1 n jh ih0 z)) +("mangham" nil (m ae1 ng g ax m)) +("mangiapane" nil (m ae1 n jh iy0 ax p ey1 n)) +("mangiaracina" nil (m aa1 n jh er0 aa0 ch iy0 n ax)) +("mangieri" nil (m aa0 ng g ih1 r iy0)) +("mangin" nil (m ae1 ng g ih0 n)) +("mangine" nil (m aa0 ng g iy1 n iy0)) +("mangini" nil (m aa0 ng g iy1 n iy0)) +("mangino" nil (m aa0 ng g iy1 n ow0)) +("mangione" nil (m aa0 n jh ow1 n iy0)) +("manglapus" nil (m ae1 ng l ax p ax s)) +("mangle" nil (m ae1 ng g ax l)) +("mangled" nil (m ae1 ng g ax l d)) +("mangling" nil (m ae1 ng g ax l ih0 ng)) +("mango" nil (m ae1 ng g ow0)) +("mangoes" nil (m ae1 ng g ow0 z)) +("mangold" nil (m ae1 n g ow1 l d)) +("mangone" nil (m aa0 ng g ow1 n iy0)) +("mangope" nil (m ae0 ng g ow1 p ey1)) +("mangosteen" nil (m ae1 ng g ow0 s t iy1 n)) +("mangosteens" nil (m ae1 ng g ow0 s t iy1 n z)) +("mangosuthu" nil (m ae1 ng g ax s ah1 th uw0)) +("mangrove" nil (m ae1 n g r ow1 v)) +("mangrum" nil (m ae1 ng g r ax m)) +("mangual" nil (m ae1 n g ax l)) +("mangum" nil (m ae1 ng g ax m)) +("mangus" nil (m ae1 ng g ih0 s)) +("mangy" nil (m ey1 n jh iy0)) +("manhandled" nil (m ae1 n hh ae1 n d ax l d)) +("manhart" nil (m ae1 n hh aa1 r t)) +("manhasset" nil (m ae0 n hh ae1 s eh0 t)) +("manhattan" nil (m ae0 n hh ae1 t ax n)) +("manheim" nil (m ae1 n hh ay0 m)) +("manhole" nil (m ae1 n hh ow1 l)) +("manhood" nil (m ae1 n hh uh1 d)) +("manhunt" nil (m ae1 n hh ah1 n t)) +("mani" nil (m aa1 n iy0)) +("mania" nil (m ey1 n iy0 ax)) +("maniac" nil (m ey1 n iy0 ae1 k)) +("maniacal" nil (m ax n ay1 ax k ax l)) +("maniaci" nil (m aa0 n iy0 aa1 ch iy0)) +("maniacs" nil (m ey1 n iy0 ae1 k s)) +("maniatis" nil (m ae1 n iy0 aa1 t ih0 s)) +("manic" nil (m ae1 n ih0 k)) +("manicure" nil (m ae1 n ih0 k y er0)) +("manicured" nil (m ae1 n ih0 k y er0 d)) +("manier" nil (m eh1 n iy0 er0)) +("manifest" nil (m ae1 n ax f eh1 s t)) +("manifestation" nil (m ae1 n ax f eh0 s t ey1 sh ax n)) +("manifestations" nil (m ae1 n ax f eh0 s t ey1 sh ax n z)) +("manifested" nil (m ae1 n ax f eh1 s t ax d)) +("manifestly" nil (m ae1 n ax f eh0 s t l iy0)) +("manifesto" nil (m ae1 n ax f eh1 s t ow1)) +("manifests" nil (m ae1 n ax f eh1 s t s)) +("manifold" nil (m ae1 n ax f ow1 l d)) +("manigat" nil (m ae1 n ih0 g ae0 t)) +("manigault" nil (m ae1 n ih0 g ao0 l t)) +("manigo" nil (m aa0 n iy1 g ow0)) +("manila" nil (m ax n ih1 l ax)) +("manioc" nil (m ae1 n iy0 aa1 k)) +("manion" nil (m aa0 n y ao1 n)) +("maniples" nil (m ae1 n ax p ax l z)) +("manipulate" nil (m ax n ih1 p y ax l ey1 t)) +("manipulated" nil (m ax n ih1 p y ax l ey1 t ih0 d)) +("manipulates" nil (m ax n ih1 p y ax l ey1 t s)) +("manipulating" nil (m ax n ih1 p y ax l ey1 t ih0 ng)) +("manipulation" nil (m ax n ih1 p y ax l ey1 sh ax n)) +("manipulations" nil (m ax n ih1 p y ax l ey1 sh ax n z)) +("manipulative" nil (m ax n ih1 p y ax l ey1 t ih0 v)) +("manipulator" nil (m ax n ih1 p y ax l ey1 t er0)) +("manipulators" nil (m ax n ih1 p y ax l ey1 t er0 z)) +("manis" nil (m ae1 n ih0 s)) +("maniscalco" nil (m aa0 n iy0 s k aa1 l k ow0)) +("manischewitz" nil (m ae1 n ih0 sh eh1 v ih0 t s)) +("manish" nil (m ae1 n ih0 sh)) +("manitoba" nil (m ae1 n ih0 t ow1 b ax)) +("manitowoc" nil (m ae1 n ih0 t ax w aa0 k)) +("manjarrez" nil (m aa0 n y aa1 r eh0 z)) +("mank" nil (m ae1 ng k)) +("manka" nil (m ae1 ng k ax)) +("manke" nil (m ae1 ng k)) +("manker" nil (m ae1 ng k er0)) +("mankey" nil (m ae1 n k iy1)) +("mankiewicz" nil (m ae1 ng k ih0 w ih0 t s)) +("mankin" nil (m ae1 ng k ih0 n)) +("mankind" nil (m ae1 n k ay1 n d)) +("mankinds" nil (m ae1 n k ay1 n d z)) +("mankins" nil (m ae1 ng k ih0 n z)) +("manko" nil (m ae1 ng k ow0)) +("mankowski" nil (m ax ng k ao1 f s k iy0)) +("manley" nil (m ae1 n l iy0)) +("manlove" nil (m ae1 n l ah1 v)) +("manly" nil (m ae1 n l iy0)) +("manmade" nil (m ae1 n m ey1 d)) +("mann" nil (m ae1 n)) +("manna" nil (m ae1 n ax)) +("mannarino" nil (m ae1 n er0 iy0 n ow0)) +("manne" nil (m ae1 n)) +("manned" nil (m ae1 n d)) +("mannella" nil (m aa0 n eh1 l ax)) +("mannen" nil (m ae1 n ax n)) +("mannequin" nil (m ae1 n ax k ih0 n)) +("mannequins" nil (m ae1 n ax k ih0 n z)) +("manner" nil (m ae1 n er0)) +("mannered" nil (m ae1 n er0 d)) +("mannering" nil (m ae1 n er0 ih0 ng)) +("mannerism" nil (m ae1 n er0 ih1 z ax m)) +("mannerisms" nil (m ae1 n er0 ih1 z ax m z)) +("mannerist" nil (m ae1 n er0 ax s t)) +("manners" nil (m ae1 n er0 z)) +("mannes" nil (m ae1 n z)) +("mannesmann" nil (m ae1 n ax s m ax n)) +("manney" nil (m ae1 n iy0)) +("mannheim" nil (m ae1 n hh ay0 m)) +("manni" nil (m ae1 n iy0)) +("mannie" nil (m ae1 n iy0)) +("mannina" nil (m ae1 n ih0 n ax)) +("manninen" nil (m ae1 n ih0 n ax n)) +("manning" nil (m ae1 n ih0 ng)) +("mannino" nil (m ae1 n iy0 n ow0)) +("mannion" nil (m ae1 n y ax n)) +("mannis" nil (m ae1 n ih0 s)) +("mannix" nil (m ae1 n ih0 k s)) +("manno" nil (m ae1 n ow0)) +("mannon" nil (m ae1 n ax n)) +("manns" nil (m ae1 n z)) +("manny" nil (m ae1 n iy0)) +("mano" nil (m aa1 n ow0)) +("manocchio" nil (m aa0 n ow1 k iy0 ow0)) +("manolis" nil (m ae1 n ax l ih0 s)) +("manon" nil (m aa0 n ao1 n)) +("manoogian" nil (m ax n uw1 jh iy0 ax n)) +("manor" nil (m ae1 n er0)) +("manors" nil (m ae1 n er0 z)) +("manos" nil (m ey1 n ow0 z)) +("manpower" nil (m ae1 n p aw1 er0)) +("manring" nil (m ae1 n r ih1 ng)) +("manrique" nil (m ax n r iy1 k)) +("manriquez" nil (m aa0 n r iy1 k w eh0 z)) +("manry" nil (m ae1 n r iy0)) +("mans" nil (m ae1 n z)) +("manseau" nil (m ax n s ow1)) +("mansel" nil (m ae1 n s ax l)) +("mansell" nil (m ae1 n s ax l)) +("manser" nil (m ae1 n s er0)) +("mansfield" nil (m ae1 n z f iy1 l d)) +("manship" nil (m ae1 n sh ih1 p)) +("mansion" nil (m ae1 n sh ax n)) +("mansions" nil (m ae1 n ch ax n z)) +("manske" nil (m ae1 n s k)) +("mansker" nil (m ae1 n s k er0)) +("manslaughter" nil (m ae1 n s l ao1 t er0)) +("manso" nil (m ae1 n s ow0)) +("manson" nil (m ae1 n s ax n)) +("mansour" nil (m ae1 n s er0)) +("mansueto" nil (m ae0 n s w ey1 t ow0)) +("mansur" nil (m ae1 n s er0)) +("manta" nil (m ae1 n t ax)) +("mantei" nil (m ae1 n t ay0)) +("mantel" nil (m ae1 n t ax l)) +("mantell" nil (m ae0 n t eh1 l)) +("manter" nil (m ae1 n t er0)) +("manternach" nil (m ae1 n t er0 n ax k)) +("manteufel" nil (m ae1 n t oy0 f ax l)) +("mantey" nil (m ae1 n t iy0)) +("manthe" nil (m ae1 n dh)) +("manthei" nil (m ae1 n dh ay0)) +("manthey" nil (m ae1 n th iy0)) +("mantia" nil (m aa1 n sh ax)) +("mantilla" nil (m ae0 n t ih1 l ax)) +("mantione" nil (m aa0 n t iy0 ow1 n iy0)) +("mantle" nil (m ae1 n t ax l)) +("mantles" nil (m ae1 n t ax l z)) +("manton" nil (m ae1 n t ax n)) +("mantooth" nil (m ae1 n t uw1 th)) +("mantra" nil (m ae1 n t r ax)) +("mantua" nil (m ae1 n ch uw0 ax)) +("mantz" nil (m ae1 n t s)) +("manual" nil (m ae1 n y uw0 ax l)) +("manually" nil (m ae1 n y uw0 ax l iy0)) +("manuals" nil (m ae1 n y uw0 ax l z)) +("manucher" nil (m ae1 n uw0 k er0)) +("manuel" nil (m aa0 n w eh1 l)) +("manuela" nil (m ae0 n w ey1 l ax)) +("manuele" nil (m ae1 n uh0 l)) +("manuevering" nil (m ax n uw1 v er0 ih0 ng)) +("manufacture" nil (m ae1 n y ax f ae1 k ch er0)) +("manufactured" nil (m ae1 n y ax f ae1 k ch er0 d)) +("manufacturer" nil (m ae1 n y ax f ae1 k ch er0 er0)) +("manufacturers" nil (m ae1 n y ax f ae1 k ch er0 er0 z)) +("manufactures" nil (m ae1 n y ax f ae1 k ch er0 z)) +("manufacturing" nil (m ae1 n y ax f ae1 k ch er0 ih0 ng)) +("manure" nil (m ax n uh1 r)) +("manus" nil (m ey1 n ih0 s)) +("manuscript" nil (m ae1 n y ax s k r ih1 p t)) +("manuscripts" nil (m ae1 n y ax s k r ih1 p t s)) +("manvel" nil (m ae1 n v ax l)) +("manvil" nil (m ae1 n v ih0 l)) +("manville" nil (m ae1 n v ih0 l)) +("manwaring" nil (m ae1 n w eh1 r ih0 ng)) +("manwarren" nil (m ax n w ao1 r ax n)) +("manweb" nil (m ae1 n w eh1 b)) +("manwell" nil (m ae1 n w eh1 l)) +("manwiller" nil (m ae1 n w ih1 l er0)) +("manx" nil (m ae1 ng k s)) +("many" nil (m eh1 n iy0)) +("manz" nil (m ae1 n z)) +("manzanares" nil (m aa0 n z aa0 n aa1 r eh0 s)) +("manzanilla" nil (m ae1 n z ax n ih1 l ax)) +("manzano" nil (m aa0 n z aa1 n ow0)) +("manzella" nil (m ae1 n z eh1 l ax)) +("manzer" nil (m ae1 n z er0)) +("manzi" nil (m ae1 n z iy0)) +("manzione" nil (m aa0 n z iy0 ow1 n iy0)) +("manzo" nil (m ae1 n z ow0)) +("mao" nil (m aw1)) +("maoist" nil (m aw1 ih0 s t)) +("maoists" nil (m aw1 ih0 s t s)) +("maori" nil (m aw1 r iy0)) +("maoris" nil (m ey1 er0 ih0 s)) +("map" nil (m ae1 p)) +("mapco" nil (m ae1 p k ow0)) +("mapel" nil (m ae1 p ax l)) +("mapes" nil (m ey1 p s)) +("mapi" nil (m ae1 p iy0)) +("maple" nil (m ey1 p ax l)) +("maples" nil (m ey1 p ax l z)) +("maplewood" nil (m ey1 p ax l w uh1 d)) +("mapp" nil (m ae1 p)) +("mapped" nil (m ae1 p t)) +("mapping" nil (m ae1 p ih0 ng)) +("mapplethorpe" nil (m ae1 p l ax th ao0 r p)) +("maps" nil (m ae1 p s)) +("maputo" nil (m ax p uw1 t ow0)) +("maquila" nil (m ax k w iy1 l ax)) +("maquiladora" nil (m ae1 k w ih0 l ae1 d er0 ax)) +("maquiladoras" nil (m ae0 k iy1 y ax d ao1 r ax s)) +("maquilas" nil (m ae1 k w ax l ax s)) +("mar" nil (m aa1 r)) +("mara" nil (m aa1 r ax)) +("marabella" nil (m ae1 r ax b eh1 l ax)) +("marable" nil (m eh1 r ax b ax l)) +("marabou" nil (m eh1 r ax b uw1)) +("maracle" nil (m aa1 r ax k ax l)) +("maradona" nil (m aa1 r ax d ow1 n ah1)) +("maradonna" nil (m aa1 r ax d ow1 n ah1)) +("marafat" nil (m eh1 r ax f ae0 t)) +("marais" nil (m eh1 r ey1)) +("marak" nil (m ae1 r ax k)) +("maralina" nil (m aa0 r aa0 l iy1 n ax)) +("maraline" nil (m aa0 r aa0 l iy1 n iy0)) +("maran" nil (m aa0 r aa1 n)) +("maranda" nil (m er0 ae1 n d ax)) +("marando" nil (m er0 ae1 n d ow0)) +("marano" nil (m aa0 r aa1 n ow0)) +("maranon" nil (m eh1 r ax n aa0 n)) +("marantette" nil (m eh1 r ax n t eh1 t)) +("maranto" nil (m er0 ae1 n t ow0)) +("marantz" nil (m ae1 r ax n t s)) +("maranville" nil (m aa0 r aa1 n v ih0 l)) +("maras" nil (m aa1 r ax z)) +("marasco" nil (m aa0 r aa1 s k ow0)) +("marasek" nil (m er0 aa1 s eh0 k)) +("marash" nil (m aa1 r ax sh)) +("marathon" nil (m eh1 r ax th aa1 n)) +("marathons" nil (m eh1 r ax th aa1 n z)) +("marauders" nil (m er0 ao1 d er0 z)) +("maravilla" nil (m aa0 r aa0 v ih1 l ax)) +("marbach" nil (m aa1 r b aa1 k)) +("marbella" nil (m aa1 r b eh1 l ax)) +("marberry" nil (m aa1 r b eh1 r iy0)) +("marbil" nil (m aa1 r b ih0 l)) +("marble" nil (m aa1 r b ax l)) +("marbled" nil (m aa1 r b ax l d)) +("marblehead" nil (m aa1 r b ax l hh eh1 d)) +("marbles" nil (m aa1 r b ax l z)) +("marbod" nil (m aa1 r b aa0 d)) +("marbry" nil (m aa1 r b r iy0)) +("marburger" nil (m aa1 r b er0 g er0)) +("marbury" nil (m aa1 r b eh1 r iy0)) +("marbut" nil (m aa1 r b ax t)) +("marc" nil (m aa1 r k)) +("marcade" nil (m aa1 r k ey1 d)) +("marcano" nil (m aa0 r k aa1 n ow0)) +("marcantel" nil (m aa0 r k aa0 n t eh1 l)) +("marcantonio" nil (m aa1 r k ax n t ow1 n iy0 ow0)) +("marceau" nil (m aa0 r s ow1)) +("marceaux" nil (m aa0 r s ow1)) +("marcel" nil (m aa0 r s eh1 l)) +("marcela" nil (m aa0 r ch eh1 l ax)) +("marcelia" nil (m aa0 r ch eh1 l iy0 ax)) +("marcelino" nil (m aa0 r ch eh0 l iy1 n ow0)) +("marcell" nil (m aa0 r s ey1 l)) +("marcella" nil (m aa0 r s eh1 l ax)) +("marcelle" nil (m aa0 r s eh1 l)) +("marcelli" nil (m aa0 r ch eh1 l iy0)) +("marcellina" nil (m aa0 r ch eh0 l iy1 n ax)) +("marcelline" nil (m aa0 r ch eh0 l iy1 n iy0)) +("marcellino" nil (m aa0 r ch eh0 l iy1 n ow0)) +("marcello" nil (m aa1 r s eh1 l ow0)) +("marcellus" nil (m aa0 r s eh1 l ax s)) +("marcelo" nil (m aa0 r ch eh1 l ow0)) +("march" nil (m aa1 r ch)) +("marchak" nil (m aa1 r ch ax k)) +("marchal" nil (m aa1 r ch ax l)) +("marchand" nil (m aa0 r k hh ae1 n d)) +("marchant" nil (m aa1 r ch ax n t)) +("marchbanks" nil (m aa1 r ch b ae1 ng k s)) +("marche" nil (m aa1 r sh)) +("marched" nil (m aa1 r ch t)) +("marchers" nil (m aa1 r ch er0 z)) +("marches" nil (m aa1 r ch ih0 z)) +("marchesani" nil (m aa0 r k eh0 s aa1 n iy0)) +("marchesano" nil (m aa0 r k eh0 s aa1 n ow0)) +("marcheschi" nil (m aa0 r ch eh1 sh iy0)) +("marchese" nil (m aa0 r k iy1 z iy0)) +("marchesi" nil (m aa0 r k eh1 s iy0)) +("marchessault" nil (m aa1 r sh ih0 s ow0)) +("marchetta" nil (m aa0 r k eh1 t ax)) +("marchetti" nil (m aa0 r k eh1 t iy0)) +("marchewka" nil (m er0 ch y uw1 k ax)) +("marchi" nil (m aa1 r k iy0)) +("marching" nil (m aa1 r ch ih0 ng)) +("marchini" nil (m aa0 r k iy1 n iy0)) +("marchio" nil (m aa1 r k iy0 ow0)) +("marchione" nil (m aa0 r k iy0 ow1 n iy0)) +("marchita" nil (m aa0 r k iy1 t ax)) +("marchitto" nil (m aa0 r k iy1 t ow0)) +("marchman" nil (m aa1 r k m ax n)) +("marcia" nil (m aa1 r sh ax)) +("marcial" nil (m aa0 r s iy0 aa1 l)) +("marciano" nil (m aa0 r ch iy0 aa1 n ow0)) +("marciante" nil (m aa1 r ch ax n t iy0)) +("marcie" nil (m aa1 r k iy0)) +("marcil" nil (m aa1 r s ih0 l)) +("marcile" nil (m aa1 r ch ax l)) +("marcilio" nil (m aa0 r s iy1 l iy0 ow0)) +("marcille" nil (m aa1 r s ih0 l)) +("marcin" nil (m aa0 r s iy1 n)) +("marcinek" nil (m er0 ch ih1 n eh0 k)) +("marciniak" nil (m er0 ch ih1 n iy0 ae0 k)) +("marcinko" nil (m aa1 r s ih1 ng k ow0)) +("marcinkowski" nil (m er0 ch ih0 ng k ao1 f s k iy0)) +("marcinkus" nil (m aa1 r s ih1 ng k ax s)) +("marckesano" nil (m aa1 r k eh1 s aa1 n ow0)) +("marcks" nil (m aa1 r k s)) +("marcmann" nil (m aa1 r k m ax n)) +("marco" nil (m aa1 r k ow0)) +("marcoe" nil (m aa1 r k ow0)) +("marcom" nil (m aa1 r k ax m)) +("marcon" nil (m aa1 r k ax n)) +("marcone" nil (m aa0 r k ow1 n iy0)) +("marconi" nil (m aa0 r k ow1 n iy0)) +("marcor" nil (m aa1 r k ao1 r)) +("marcos" nil (m aa1 r k ow0 s)) +("marcoses" nil (m aa0 r k ow1 s ih0 z)) +("marcott" nil (m aa0 r k aa1 t)) +("marcotte" nil (m aa0 r k ao1 t)) +("marcou" nil (m aa0 r k uw1)) +("marcoux" nil (m aa0 r k uw1)) +("marcrum" nil (m aa1 r k r ax m)) +("marcucci" nil (m aa0 r k uw1 ch iy0)) +("marcum" nil (m aa1 r k ax m)) +("marcus" nil (m aa1 r k ax s)) +("marcussen" nil (m aa1 r k ax s ax n)) +("marcy" nil (m aa1 r s iy0)) +("marczak" nil (m aa1 r ch ae0 k)) +("marden" nil (m aa1 r d ax n)) +("marder" nil (m aa1 r d er0)) +("mardi" nil (m aa1 r t iy0)) +("mardis" nil (m aa1 r d ih0 s)) +("mardon" nil (m aa1 r d ax n)) +("mare" nil (m eh1 r)) +("maready" nil (m er0 eh1 d iy0)) +("marean" nil (m aa0 r iy1 n)) +("marek" nil (m aa1 r eh0 k)) +("marelda" nil (m aa0 r eh1 l d ax)) +("marella" nil (m er0 eh1 l ax)) +("marelli" nil (m eh0 r eh1 l iy0)) +("mareno" nil (m aa0 r eh1 n ow0)) +("mares" nil (m eh1 r z)) +("maresca" nil (m aa0 r eh1 s k ax)) +("maresco" nil (m aa0 r eh1 s k ow0)) +("maresh" nil (m ae1 r ih0 sh)) +("maret" nil (m aa1 r ey0 t)) +("marett" nil (m ae1 r ih0 t)) +("maretta" nil (m aa0 r eh1 t ax)) +("marette" nil (m er0 eh1 t)) +("marez" nil (m aa0 r eh1 z)) +("marfa" nil (m aa1 r f ax)) +("marga" nil (m aa1 r g ax)) +("margalo" nil (m aa0 r g aa1 l ow0)) +("margaret" nil (m aa1 r g er0 ih0 t)) +("margareta" nil (m aa0 r g aa0 r eh1 t ax)) +("margarete" nil (m aa1 r g er0 iy1 t)) +("margarethe" nil (m aa0 r g aa0 r eh1 dh iy0)) +("margaretten" nil (m aa1 r g er0 eh1 t ax n)) +("margarine" nil (m aa1 r jh er0 ax n)) +("margarita" nil (m aa1 r g er0 iy1 t ax)) +("margaritas" nil (m aa1 r g eh0 r iy1 t ax s)) +("margaux" nil (m aa0 r g ow1)) +("marge" nil (m aa1 r jh)) +("margeotes" nil (m aa1 r jh iy0 ow1 t iy0 z)) +("margerum" nil (m aa1 r g er0 ax m)) +("margery" nil (m aa1 r jh er0 iy0)) +("margeson" nil (m aa1 r g ih0 s ax n)) +("marget" nil (m aa1 r g ih0 t)) +("margette" nil (m aa0 r zh eh1 t)) +("margie" nil (m aa1 r jh iy0)) +("margin" nil (m aa1 r jh ax n)) +("marginal" nil (m aa1 r jh ax n ax l)) +("marginalize" nil (m aa1 r jh ax n ax l ay1 z)) +("marginalized" nil (m aa1 r jh ax n ax l ay1 z d)) +("marginalizes" nil (m aa1 r jh ax n ax l ay1 z ih0 z)) +("marginalizing" nil (m aa1 r jh ax n ax l ay1 z ih0 ng)) +("marginally" nil (m aa1 r jh ax n ax l iy0)) +("margined" nil (m aa1 r jh ax n d)) +("margining" nil (m aa1 r jh ax n ih0 ng)) +("margins" nil (m aa1 r jh ax n z)) +("margiotta" nil (m aa0 r jh ow1 t ax)) +("margittai" nil (m aa1 r jh ih0 t ay1)) +("margo" nil (m aa1 r g ow0)) +("margolies" nil (m aa0 r g ow1 l iy0 z)) +("margolin" nil (m aa1 r g ax l ih0 n)) +("margolis" nil (m aa0 r g ow1 l ih0 s)) +("margory" nil (m er0 g er1 iy0)) +("margoshes" nil (m aa0 r g ao1 sh ih0 z)) +("margot" nil (m aa1 r g ow0)) +("margraf" nil (m aa1 r g r ax f)) +("margrave" nil (m aa1 r g r ey1 v)) +("margret" nil (m aa1 g r eh0 t)) +("marguerite" nil (m aa1 r g er0 iy1 t)) +("margulies" nil (m aa1 r g uw0 l iy0 z)) +("margulis" nil (m aa1 r g ax l ih0 s)) +("margy" nil (m aa1 r jh iy0)) +("marhefka" nil (m er0 hh eh1 f k ax)) +("mari" nil (m aa1 r iy0)) +("maria" nil (m er0 iy1 ax)) +("mariachi" nil (m aa1 r iy0 aa1 ch iy0)) +("mariah" nil (m er0 ay1 ax)) +("mariam" nil (m eh1 r iy0 ae0 m)) +("marian" nil (m eh1 r iy0 ax n)) +("mariana" nil (m eh1 r iy0 ae1 n ax)) +("marianas" nil (m eh1 r iy0 ae1 n ax s)) +("mariani" nil (m aa0 r iy0 aa1 n iy0)) +("marianna" nil (m aa0 r iy0 aa1 n ax)) +("marianne" nil (m eh1 r iy0 ae1 n)) +("mariano" nil (m eh1 r iy0 aa1 n ow0)) +("maribel" nil (m ae1 r ih0 b eh0 l)) +("marice" nil (m aa1 r ih0 s)) +("marich" nil (m ae1 r ih0 k)) +("maricle" nil (m ae1 r ih0 k ax l)) +("maricopa" nil (m eh1 r ih0 k ow1 p ax)) +("marie" nil (m er0 iy1)) +("mariel" nil (m eh1 r iy0 ax l)) +("marielitos" nil (m eh0 r iy1 eh0 l iy1 t ow0 s)) +("marien" nil (m eh1 r iy0 n)) +("marienbonn" nil (m eh1 r iy0 n b ao1 n)) +("marier" nil (m eh1 r iy0 er0)) +("marietta" nil (m eh1 r iy0 eh1 t ax)) +("mariette" nil (m eh1 r iy0 eh1 t)) +("marigold" nil (m eh1 r ax g ow1 l d)) +("marigolds" nil (m eh1 r ax g ow1 l d z)) +("marijuana" nil (m eh1 r ax w aa1 n ax)) +("marik" nil (m ae1 r ih0 k)) +("marilda" nil (m aa0 r iy1 l d ax)) +("marilin" nil (m ae1 r ih0 l ih0 n)) +("marilla" nil (m aa0 r ih1 l ax)) +("marilyn" nil (m eh1 r ax l ax n)) +("marilynn" nil (m eh1 r ax l ax n)) +("marimba" nil (m er0 ih1 m b ax)) +("marin" nil (m eh1 r ih0 n)) +("marina" nil (m er0 iy1 n ax)) +("marinaccio" nil (m aa0 r ih0 n aa1 ch iy0 ow0)) +("marinaro" nil (m aa0 r ih0 n aa1 r ow0)) +("marinas" nil (m er0 iy1 n ax z)) +("marinated" nil (m eh1 r ax n ey1 t ih0 d)) +("marine" nil (m er0 iy1 n)) +("marineau" nil (m eh1 r ih0 n ow0)) +("marineland" nil (m er0 iy1 n l ax n d)) +("marinelli" nil (m aa0 r ih0 n eh1 l iy0)) +("marinello" nil (m aa0 r ih0 n eh1 l ow0)) +("mariner" nil (m eh1 r ax n er0)) +("mariners" nil (m eh1 r ax n er0 z)) +("marines" nil (m er0 iy1 n z)) +("marinez" nil (m aa0 r iy1 n eh0 z)) +("maring" nil (m eh1 r ih0 ng)) +("marini" nil (m aa0 r iy1 n iy0)) +("marinkovich" nil (m er0 ih1 ng k ax v ih0 ch)) +("marino" nil (m er0 iy1 n ow0)) +("marinoff" nil (m ae1 r ih0 n ao0 f)) +("marinos" nil (m er0 iy1 n ow0 z)) +("marinucci" nil (m aa0 r iy0 n uw1 ch iy0)) +("marinvest" nil (m er0 ih1 n v ax s t)) +("mario" nil (m aa1 r iy0 ow0)) +("marion" nil (m eh1 r iy0 ax n)) +("mariotta" nil (m eh1 r iy0 aa1 t ax)) +("mariotti" nil (m aa0 r iy0 ow1 t iy0)) +("maris" nil (m eh1 r ih0 s)) +("mariscal" nil (m aa1 r ax s k ax l)) +("marital" nil (m eh1 r ax t ax l)) +("maritime" nil (m eh1 r ax t ay1 m)) +("maritz" nil (m eh1 r ih0 t s)) +("mariucci" nil (m eh1 r iy0 uw1 ch iy0)) +("marius" nil (m eh1 r iy0 ax s)) +("marjai" nil (m aa1 r jh ey0)) +("marje" nil (m aa1 r jh)) +("marjie" nil (m aa1 r jh iy0)) +("marjorie" nil (m aa1 r jh er0 iy0)) +("marjory" nil (m aa1 r jh er0 iy0)) +("marjy" nil (m aa1 r jh iy0)) +("mark" nil (m aa1 r k)) +("markair" nil (m aa1 r k eh1 r)) +("markarian" nil (m aa1 r k eh1 r iy0 ax n)) +("markdown" nil (m aa1 r k d aw1 n)) +("markdowns" nil (m aa1 r k d aw1 n z)) +("marke" nil (m aa1 r k)) +("marked" nil (m aa1 r k t)) +("markedly" nil (m aa1 r k ax d l iy0)) +("markee" nil (m aa1 r k iy1)) +("markel" nil (m aa1 r k ax l)) +("markell" nil (m aa1 r k ax l)) +("marken" nil (m aa1 r k ax n)) +("marker" nil (m aa1 r k er0)) +("markers" nil (m aa1 r k er0 z)) +("markert" nil (m aa1 r k er0 t)) +("markese" nil (m aa0 r k iy1 s)) +("market" nil (m aa1 r k ax t)) +("marketability" nil (m aa1 r k ih0 t ax b ih1 l ih0 t iy0)) +("marketable" nil (m aa1 r k ax t ax b ax l)) +("marketamerica" nil (m aa1 r k ax t ax m eh1 r ih0 k ax)) +("marketed" nil (m aa1 r k ax t ax d)) +("marketeer" nil (m aa1 r k ax t ih1 r)) +("marketeers" nil (m aa1 r k ax t ih1 r z)) +("marketer" nil (m aa1 r k ax t er0)) +("marketers" nil (m aa1 r k ax t er0 s)) +("marketing" nil (m aa1 r k ax t ih0 ng)) +("marketings" nil (m aa1 r k ax t ih0 ng z)) +("marketmakers" nil (m aa1 r k ax t m ey1 k er0 z)) +("marketplace" nil (m aa1 r k ax t p l ey1 s)) +("marketplaces" nil (m aa1 r k ax t p l ey1 s ih0 z)) +("markets" nil (m aa1 r k ax t s)) +("marketscope" nil (m aa1 r k ax t s k ow1 p)) +("marketwide" nil (m aa1 r k ax t w ay1 d)) +("markey" nil (m aa1 r k iy1)) +("markgraf" nil (m aa1 r k g r ax f)) +("markham" nil (m aa1 r k ax m)) +("markiewicz" nil (m aa1 r k ax v ih0 ch)) +("markin" nil (m aa1 r k ih0 n)) +("marking" nil (m aa1 r k ih0 ng)) +("markings" nil (m aa1 r k ih0 ng z)) +("markka" nil (m aa1 r k ax)) +("markkaa" nil (m aa0 r k aa1)) +("markkas" nil (m aa1 r k ax s)) +("markland" nil (m aa1 r k l ax n d)) +("markle" nil (m aa1 r k ax l)) +("markley" nil (m aa1 r k l iy0)) +("markman" nil (m aa1 r k m ax n)) +("marko" nil (m aa1 r k ow0)) +("markoff" nil (m aa1 r k ao1 f)) +("markos" nil (m aa1 r k ow0 z)) +("markovic" nil (m aa1 r k ax v ih0 k)) +("markovich" nil (m aa1 r k ax v ih0 ch)) +("markovitz" nil (m aa1 r k ax v ih0 t s)) +("markow" nil (m aa1 r k ow0)) +("markowicz" nil (m aa1 r k ax v ih0 ch)) +("markowitz" nil (m aa1 r k ax w ih0 t s)) +("markowski" nil (m er0 k ao1 f s k iy0)) +("marks" nil (m aa1 r k s)) +("marksberry" nil (m aa1 r k s b eh1 r iy0)) +("marksmanship" nil (m aa1 r k s m ax n sh ih0 p)) +("markson" nil (m aa1 r k s ax n)) +("markum" nil (m aa1 r k ax m)) +("markunas" nil (m aa1 r k uw0 n ax z)) +("markup" nil (m aa1 r k ah1 p)) +("markups" nil (m aa1 r k ah1 p s)) +("markus" nil (m aa1 r k ax s)) +("markuson" nil (m aa1 r k ax s ax n)) +("markwardt" nil (m aa1 r k w ao0 r t)) +("markwell" nil (m aa1 r k w eh1 l)) +("markwood" nil (m aa1 r k w uh1 d)) +("marla" nil (m aa1 r l ax)) +("marland" nil (m aa1 r l ax n d)) +("marlar" nil (m aa1 r l er0)) +("marlatt" nil (m aa1 r l ax t)) +("marlboro" nil (m aa1 r l b er0 ow0)) +("marlboros" nil (m aa1 r l b er0 r ow0 z)) +("marlborough" nil (m aa1 r l b er0 ow0)) +("marleen" nil (m aa0 r l iy1 n)) +("marleene" nil (m aa0 r l iy1 n)) +("marlen" nil (m aa1 r l ax n)) +("marlena" nil (m aa0 r l ey1 n ax)) +("marlene" nil (m aa1 r l iy1 n)) +("marlens" nil (m aa1 r l ax n z)) +("marler" nil (m aa1 r l er0)) +("marlett" nil (m aa1 r l ih0 t)) +("marlette" nil (m aa1 r l eh1 t)) +("marley" nil (m aa1 r l iy0)) +("marliave" nil (m aa1 r l iy0 eh1 v)) +("marlin" nil (m aa1 r l ax n)) +("marling" nil (m aa1 r l ih0 ng)) +("marlins" nil (m aa1 r l ax n z)) +("marlo" nil (m aa1 r l ow0)) +("marlon" nil (m aa1 r l ax n)) +("marlow" nil (m aa1 r l ow0)) +("marlowe" nil (m aa1 r l ow1)) +("marlton" nil (m aa1 r l t ax n)) +("marmaduke" nil (m aa1 r m ax d uw1 k)) +("marmalade" nil (m aa1 r m ax l ey1 d)) +("marmara" nil (m aa0 r m aa1 r ax)) +("marmer" nil (m aa1 r m er0)) +("marmion" nil (m aa1 r m iy0 ax n)) +("marmo" nil (m aa1 r m ow0)) +("marmolejo" nil (m aa0 r m ow0 l ey1 y ow0)) +("marmon" nil (m aa1 r m ax n)) +("marmor" nil (m aa1 r m er0)) +("marmoset" nil (m aa1 r m ax z eh1 t)) +("marnell" nil (m aa1 r n ax l)) +("marner" nil (m aa1 r n er0)) +("marney" nil (m aa1 r n iy0)) +("maro" nil (m aa1 r ow0)) +("marogen" nil (m eh1 r ow0 g ax n)) +("marohl" nil (m ae1 r ow0 l)) +("marohn" nil (m aa1 r ax n)) +("marois" nil (m er0 w aa1)) +("marold" nil (m ae1 r ow0 l d)) +("marolf" nil (m ae1 r ow0 l f)) +("marolt" nil (m ae1 r ow0 l t)) +("maron" nil (m aa0 r ao1 n)) +("marone" nil (m er0 ow1 n)) +("maroney" nil (m er0 ow1 n iy0)) +("maroni" nil (m aa0 r ow1 n iy0)) +("maronite" nil (m eh1 r ax n ay1 t)) +("maroon" nil (m er0 uw1 n)) +("marooned" nil (m er0 uw1 n d)) +("marose" nil (m er0 ow1 s)) +("marotta" nil (m er0 aa1 t ax)) +("marotte" nil (m er0 ao1 t)) +("marotto" nil (m aa0 r ow1 t ow0)) +("marotz" nil (m ae1 r ax t s)) +("marous" nil (m eh1 r ax s)) +("marovich" nil (m aa1 r ax v ih0 ch)) +("marplan" nil (m aa1 r p l ae1 n)) +("marple" nil (m aa1 r p ax l)) +("marquand" nil (m aa1 r k w ax n d)) +("marquard" nil (m aa0 r k w aa1 r d)) +("marquardt" nil (m aa1 r k w aa0 r t)) +("marquart" nil (m aa1 r k w aa0 r t)) +("marque" nil (m aa1 r k)) +("marquee" nil (m aa0 r k iy1)) +("marques" nil (m aa1 r k s)) +("marquess" nil (m aa1 r k w ax s)) +("marquest" nil (m aa1 r k w eh1 s t)) +("marquette" nil (m aa0 r k eh1 t)) +("marquez" nil (m aa0 r k eh1 z)) +("marquis" nil (m aa1 r k iy1)) +("marquiss" nil (m aa1 r k w iy0 s)) +("marquita" nil (m aa0 r k w iy1 t ax)) +("marr" nil (m aa1 r)) +("marra" nil (m aa1 r ax)) +("marrazzo" nil (m aa1 r aa1 z ow0)) +("marred" nil (m aa1 r d)) +("marren" nil (m aa1 r ax n)) +("marrero" nil (m aa1 r eh1 r ow0)) +("marrett" nil (m eh1 r ih0 t)) +("marriage" nil (m eh1 r ih0 jh)) +("marriages" nil (m eh1 r ih0 jh ih0 z)) +("married" nil (m eh1 r iy0 d)) +("marries" nil (m eh1 r iy0 z)) +("marrin" nil (m ae1 r ih0 n)) +("marriner" nil (m eh1 r ih0 n er0)) +("marring" nil (m aa1 r ih0 ng)) +("marriott" nil (m eh1 r iy0 ax t)) +("marris" nil (m ae1 r ih0 s)) +("marro" nil (m aa1 r ow0)) +("marrocco" nil (m aa0 r ow1 k ow0)) +("marron" nil (m eh1 r ax n)) +("marrone" nil (m aa0 r ow1 n iy0)) +("marroquin" nil (m aa0 r ow0 k w iy1 n)) +("marrow" nil (m eh1 r ow0)) +("marrs" nil (m aa1 r z)) +("marrufo" nil (m aa1 r uw1 f ow0)) +("marrujo" nil (m aa0 r uw1 y ow0)) +("marry" nil (m eh1 r iy0)) +("marrying" nil (m eh1 r iy0 ih0 ng)) +("mars" nil (m aa1 r z)) +("marsal" nil (m aa1 r s ax l)) +("marsala" nil (m aa0 r s aa1 l ax)) +("marsalis" nil (m aa1 r s ax l ih0 s)) +("marsam" nil (m aa1 r s ae0 m)) +("marsch" nil (m aa1 r sh)) +("marschalk" nil (m aa1 r sh ao1 k)) +("marschall" nil (m aa1 r sh ax l)) +("marschke" nil (m aa1 r sh k)) +("marschner" nil (m aa1 r sh n er0)) +("marsden" nil (m aa1 r s d ax n)) +("marsdon" nil (m aa1 r s d ax n)) +("marse" nil (m aa1 r s)) +("marsee" nil (m aa1 r s iy1)) +("marseille" nil (m aa0 r s ay1 l)) +("marseilles" nil (m aa0 r s ay1 l ax s)) +("marsella" nil (m aa1 r s eh1 l ax)) +("marsh" nil (m aa1 r sh)) +("marsha" nil (m aa1 r sh ax)) +("marshak" nil (m aa1 r sh ax k)) +("marshal" nil (m aa1 r sh ax l)) +("marshaled" nil (m aa1 r sh ax l d)) +("marshaling" nil (m aa1 r sh ax l ih0 ng)) +("marshall" nil (m aa1 r sh ax l)) +("marshalled" nil (m aa1 r sh ax l d)) +("marshalls" nil (m aa1 r sh ao1 l z)) +("marshalltown" nil (m aa1 r sh ax l t aw1 n)) +("marshals" nil (m aa1 r sh ax l z)) +("marshburn" nil (m aa1 r sh b er1 n)) +("marshes" nil (m aa1 r sh ax z)) +("marshfield" nil (m aa1 r sh f iy1 l d)) +("marshmallow" nil (m aa1 r sh m eh1 l ow0)) +("marshmallows" nil (m aa1 r sh m eh1 l ow0 z)) +("marshman" nil (m aa1 r sh m ax n)) +("marshy" nil (m aa1 r sh iy0)) +("marsicano" nil (m aa0 r s iy0 k aa1 n ow0)) +("marsico" nil (m aa0 r s iy1 k ow0)) +("marsiglia" nil (m aa1 r s ih1 g l iy0 ax)) +("marsili" nil (m aa0 r s iy1 l iy0)) +("marsland" nil (m aa1 r s l ax n d)) +("marso" nil (m aa1 r s ow0)) +("marsolek" nil (m aa1 r s ax l eh0 k)) +("marson" nil (m aa1 r s ax n)) +("marsteller" nil (m aa1 r z t eh1 l er0)) +("marsters" nil (m aa1 r s t er0 z)) +("marston" nil (m aa1 r s t ax n)) +("marsupial" nil (m aa0 r s uw1 p iy0 ax l)) +("marszalek" nil (m er0 sh aa1 l eh0 k)) +("mart" nil (m aa1 r t)) +("marta" nil (m aa1 r t ax)) +("marte" nil (m aa1 r t)) +("martech" nil (m aa1 r t eh1 k)) +("martel" nil (m aa1 r t eh1 l)) +("martell" nil (m aa1 r t eh1 l)) +("martella" nil (m aa1 r t eh1 l ax)) +("martelle" nil (m aa0 r t eh1 l)) +("martelli" nil (m aa0 r t eh1 l iy0)) +("martellini" nil (m aa1 r t eh1 l iy1 n iy0)) +("martello" nil (m aa0 r t eh1 l ow0)) +("marten" nil (m aa1 r t ax n)) +("marteney" nil (m aa1 r t ih0 n iy0)) +("martens" nil (m aa1 r t ax n z)) +("martensen" nil (m aa1 r t ih0 n s ax n)) +("martenson" nil (m aa1 r t ih0 n s ax n)) +("marter" nil (m aa1 r t er0)) +("marth" nil (m aa1 r th)) +("martha" nil (m aa1 r th ax)) +("marthaler" nil (m aa1 r th ax l er0)) +("marthe" nil (m aa1 r dh)) +("marthena" nil (m aa1 r th ih0 n ax)) +("marti" nil (m aa1 r t iy0)) +("martial" nil (m aa1 r sh ax l)) +("martian" nil (m aa1 r sh ax n)) +("martie" nil (m aa1 r t iy0)) +("martin" nil (m aa1 r t ax n)) +("martina" nil (m aa0 r t iy1 n ax)) +("martindale" nil (m aa1 r t ih0 n d ey0 l)) +("martine" nil (m aa0 r t iy1 n)) +("martineau" nil (m aa1 r t ih0 n ow1)) +("martinec" nil (m aa1 r t ih0 n eh0 k)) +("martinek" nil (m aa1 r t ih0 n ih0 k)) +("martines" nil (m aa0 r t iy1 n z)) +("martinez" nil (m aa0 r t iy1 n eh0 z)) +("marting" nil (m aa1 r t ih0 ng)) +("martingale" nil (m aa1 r t ax n g ey1 l)) +("martini" nil (m aa0 r t iy1 n iy0)) +("martinique" nil (m aa0 r t ih0 n iy1 k)) +("martinis" nil (m aa0 r t iy1 n iy0 z)) +("martinka" nil (m aa1 r t ih1 ng k ax)) +("martinko" nil (m aa1 r t ih1 ng k ow0)) +("martino" nil (m aa0 r t iy1 n ow0)) +("martinovich" nil (m aa1 r t ih1 n ax v ih0 ch)) +("martins" nil (m aa1 r t ih0 n z)) +("martinsen" nil (m aa0 r t ih1 n s ax n)) +("martinson" nil (m aa1 r t ih0 n s ax n)) +("martiny" nil (m aa1 r t ih0 n iy0)) +("martire" nil (m aa0 r t ih1 r iy0)) +("martirosov" nil (m aa0 r t ih1 r ax s aa0 v)) +("martis" nil (m aa1 r t ih0 s)) +("martita" nil (m aa0 r t iy1 t ax)) +("martocci" nil (m aa0 r t ow1 ch iy0)) +("marton" nil (m aa1 r t ax n)) +("martone" nil (m aa0 r t ow1 n iy0)) +("martorana" nil (m aa0 r t ao0 r ae1 n ax)) +("martorano" nil (m aa0 r t ao0 r aa1 n ow0)) +("martorelli" nil (m aa0 r t ao0 r eh1 l iy0)) +("marts" nil (m aa1 r t s)) +("martucci" nil (m aa0 r t uw1 ch iy0)) +("marturano" nil (m aa0 r t uh0 r aa1 n ow0)) +("martus" nil (m aa1 r t ax s)) +("marty" nil (m aa1 r t iy0)) +("martyn" nil (m aa1 r t ih0 n)) +("martyr" nil (m aa1 r t er0)) +("martyrdom" nil (m aa1 r t er0 d ax m)) +("martyre" nil (m aa0 r t ay1 r)) +("martyred" nil (m aa1 r t er0 d)) +("martyrs" nil (m aa1 r t er0 z)) +("martz" nil (m aa1 r t s)) +("marubeni" nil (m aa1 r uw0 b iy1 n iy0)) +("maruca" nil (m er0 uw1 k ax)) +("marucci" nil (m aa0 r uw1 ch iy0)) +("marui" nil (m er0 uw1 iy0)) +("marukin" nil (m er0 uw1 k ih0 n)) +("marulanda" nil (m ae1 r uw0 l ae1 n d ax)) +("marullo" nil (m aa0 r uw1 l ow0)) +("maruska" nil (m er0 ah1 s k ax)) +("maruti" nil (m er0 uw1 t iy0)) +("maruyama" nil (m aa1 r uw0 y aa1 m ax)) +("maruyu" nil (m eh1 r uw0 y uw0)) +("marv" nil (m aa1 r v)) +("marva" nil (m aa1 r v ax)) +("marvel" nil (m aa1 r v ax l)) +("marvela" nil (m aa0 r v ey1 l ax)) +("marveled" nil (m aa1 r v ax l d)) +("marvell" nil (m aa0 r v eh1 l)) +("marvella" nil (m aa1 r v eh1 l ax)) +("marvelle" nil (m aa0 r v eh1 l)) +("marvelous" nil (m aa1 r v ax l ax s)) +("marvelously" nil (m aa1 r v ax l ax s l iy0)) +("marvels" nil (m aa1 r v ax l z)) +("marver" nil (m aa1 r v er0)) +("marvin" nil (m aa1 r v ih0 n)) +("marwick" nil (m aa1 r w ih1 k)) +("marwin" nil (m aa1 r w ih0 n)) +("marwood" nil (m aa1 r w uh1 d)) +("marx" nil (m aa1 r k s)) +("marxen" nil (m aa1 r k s ax n)) +("marxism" nil (m aa1 r k s ih0 z ax m)) +("marxist" nil (m aa1 r k s ax s t)) +("marxists" nil (m aa1 r k s ih0 s t s)) +("mary" nil (m eh1 r iy0)) +("marya" nil (m aa1 r y ax)) +("maryann" nil (m eh0 r iy0 ae1 n)) +("maryanne" nil (m eh0 r iy0 ae1 n)) +("maryland" nil (m eh1 r ax l ax n d)) +("marylin" nil (m ae1 r ih0 l ih0 n)) +("marylou" nil (m ae1 r ih0 l uw0)) +("marymount" nil (m eh1 r iy0 m aw1 n t)) +("maryruth" nil (m ae1 r ih0 r uw0 th)) +("maryse" nil (m aa0 r iy1 s)) +("marysville" nil (m eh1 r iy0 z v ih1 l)) +("maryville" nil (m eh1 r iy0 v ih1 l)) +("marz" nil (m aa1 r z)) +("marzan" nil (m aa1 r z ax n)) +("marzano" nil (m aa0 r z aa1 n ow0)) +("marzec" nil (m aa1 r z ih0 k)) +("marzette" nil (m aa1 r z eh1 t)) +("marzilli" nil (m aa0 r z iy1 l iy0)) +("marzo" nil (m aa1 r z ow0)) +("marzolf" nil (m aa1 r z ow1 l f)) +("marzotto" nil (m aa1 r z aa1 t ow0)) +("marzullo" nil (m aa0 r z uw1 l ow0)) +("mas" nil (m aa1 z)) +("masa" nil (m aa1 s ax)) +("masaaki" nil (m aa1 s aa0 aa1 k iy0)) +("masahiko" nil (m aa1 s aa0 hh iy1 k ow0)) +("masahiro" nil (m aa1 s aa0 hh ih1 r ow0)) +("masai" nil (m aa0 s aa1 iy0)) +("masakazu" nil (m aa1 s aa0 k aa1 z uw0)) +("masaki" nil (m aa0 s aa1 k iy0)) +("masami" nil (m aa0 s aa1 m iy0)) +("masao" nil (m aa0 s aa1 ow0)) +("masaru" nil (m aa0 s aa1 r uw0)) +("masaya" nil (m aa0 s aa1 y ax)) +("masayoshi" nil (m aa1 s aa0 y ow1 sh iy0)) +("masayuki" nil (m aa1 s aa0 y uw1 k iy0)) +("mascara" nil (m ae0 s k eh1 r ax)) +("mascarenas" nil (m ae1 s k er0 ih0 n ax z)) +("mascari" nil (m aa0 s k aa1 r iy0)) +("mascaro" nil (m aa0 s k aa1 r ow0)) +("masch" nil (m ae1 sh)) +("maschino" nil (m aa0 s k iy1 n ow0)) +("maschke" nil (m ae1 sh k)) +("masci" nil (m ae1 s iy0)) +("mascia" nil (m aa1 s ch ax)) +("masciarelli" nil (m aa0 s ch er0 eh1 l iy0)) +("mascio" nil (m ae1 s iy0 ow0)) +("mascioli" nil (m aa0 s ch ow1 l iy0)) +("masco" nil (m ae1 s k ow0)) +("mascola" nil (m aa0 s k ow1 l ax)) +("mascolo" nil (m aa0 s k ow1 l ow0)) +("mascorro" nil (m aa0 s k ao1 r ow0)) +("mascot" nil (m ae1 s k ax t)) +("masculine" nil (m ae1 s k y ax l ax n)) +("masculinity" nil (m ae1 s k y ax l ih1 n ax t iy0)) +("masden" nil (m ae1 s d ax n)) +("mase" nil (m ey1 z)) +("masefield" nil (m ey1 z f iy1 l d)) +("masek" nil (m aa1 s eh0 k)) +("masella" nil (m ax s eh1 l ax)) +("maselli" nil (m ax s eh1 l iy0)) +("maseng" nil (m ae1 s ih0 ng)) +("maser" nil (m ey1 z er0)) +("maserati" nil (m ae1 s eh0 r aa1 t iy0)) +("maseri" nil (m ax s eh1 r iy0)) +("mash" nil (m ae1 sh)) +("mashaw" nil (m ae1 sh ao0)) +("mashburn" nil (m ae1 sh b er1 n)) +("mashed" nil (m ae1 sh t)) +("mashek" nil (m ae1 sh ih0 k)) +("masi" nil (m aa1 s iy0)) +("masiello" nil (m aa0 s iy0 eh1 l ow0)) +("masin" nil (m aa1 s ih0 n)) +("masini" nil (m aa0 s iy1 n iy0)) +("masino" nil (m aa0 s iy1 n ow0)) +("masius" nil (m ae1 s iy0 ax s)) +("mask" nil (m ae1 s k)) +("maske" nil (m ey1 s k)) +("masked" nil (m ae1 s k t)) +("maskell" nil (m ae1 s k ax l)) +("masker" nil (m ae1 s k er0)) +("masking" nil (m ae1 s k ih0 ng)) +("masks" nil (m ae1 s k s)) +("maslanka" nil (m ax s l ae1 ng k ax)) +("maslen" nil (m ae1 s ax l ax n)) +("masley" nil (m ae1 s l iy0)) +("maslin" nil (m ae1 z l ih0 n)) +("maslow" nil (m aa1 s l ow0)) +("maslowski" nil (m ax s l ao1 f s k iy0)) +("maslyukov" nil (m ae1 s l y uw0 k aa1 v)) +("masochism" nil (m ae1 s ax k ih0 z ax m)) +("mason" nil (m ey1 s ax n)) +("masone" nil (m ax s ow1 n)) +("masoner" nil (m ey1 s ax n er0)) +("masonic" nil (m ax s aa1 n ih0 k)) +("masonite" nil (m ae1 s ax n ay1 t)) +("masonry" nil (m ey1 s ax n r iy0)) +("masons" nil (m ey1 s ax n z)) +("masquerade" nil (m ae1 s k er0 ey1 d)) +("masquerading" nil (m ae1 s k er0 ey1 d ih0 ng)) +("masri" nil (m aa1 s r iy0)) +("mass" nil (m ae1 s)) +("massa" nil (m ae1 s ax)) +("massachusetts" nil (m ae1 s ax ch uw1 s ax t s)) +("massachussetts" nil (m ae1 s ax ch uw1 s ax t s)) +("massacre" nil (m ae1 s ax k er0)) +("massacred" nil (m ae1 s ax k er0 d)) +("massacres" nil (m ae1 s ih0 k er0 z)) +("massacring" nil (m ae1 s ax k er0 ih0 ng)) +("massad" nil (m ae1 s ax d)) +("massage" nil (m ax s aa1 zh)) +("massaged" nil (m ax s aa1 zh d)) +("massager" nil (m ax s aa1 zh er0)) +("massages" nil (m ax s aa1 zh ih0 z)) +("massaging" nil (m ax s aa1 zh ih0 ng)) +("massar" nil (m ae1 s er0)) +("massari" nil (m aa0 s aa1 r iy0)) +("massaro" nil (m ax s aa1 r ow0)) +("masse" nil (m ae1 s)) +("massed" nil (m ae1 s t)) +("massenburg" nil (m ae1 s ax n b er0 g)) +("massengale" nil (m ae1 s ax n g ey1 l)) +("massengill" nil (m ae1 s ax n g ih1 l)) +("masser" nil (m ae1 s er0)) +("masses" nil (m ae1 s ax z)) +("massett" nil (m ae1 s ih0 t)) +("massey" nil (m ae1 s iy0)) +("massi" nil (m ae1 s iy0)) +("massicotte" nil (m ae1 s ih0 k ao0 t)) +("massie" nil (m ae1 s iy0)) +("massieu" nil (m ae1 s iy0 uw0)) +("massif" nil (m ae0 s iy1 f)) +("massimino" nil (m aa0 s iy0 m iy1 n ow0)) +("massimo" nil (m ae1 s ih0 m ow1)) +("massing" nil (m ae1 s ih0 ng)) +("massingale" nil (m aa0 s ih0 ng g aa1 l iy0)) +("massingill" nil (m ae1 s ih0 ng g ax l)) +("massive" nil (m ae1 s ih0 v)) +("massively" nil (m ae1 s ih0 v l iy0)) +("massman" nil (m ae1 s m ax n)) +("massmann" nil (m ae1 s m ax n)) +("massmutual" nil (m ae1 s m y uw1 ch uw0 ax l)) +("masso" nil (m ae1 s ow0)) +("masson" nil (m ae1 s ax n)) +("massoni" nil (m aa0 s ow1 n iy0)) +("massoth" nil (m ae1 s ax th)) +("massport" nil (m ae1 s p ao1 r t)) +("massucci" nil (m aa0 s uw1 ch iy0)) +("mast" nil (m ae1 s t)) +("mastandrea" nil (m aa0 s t aa1 n d r iy0 ax)) +("mastectomy" nil (m ae0 s t eh1 k t ax m iy0)) +("masted" nil (m ae1 s t ax d)) +("mastel" nil (m ey1 s t ax l)) +("masteller" nil (m ey1 s t ax l er0)) +("masten" nil (m ae1 s t ax n)) +("master" nil (m ae1 s t er0)) +("mastercard" nil (m ae1 s t er0 k aa1 r d)) +("mastercards" nil (m ae1 s t er0 k aa1 r d z)) +("mastered" nil (m ae1 s t er0 d)) +("masterful" nil (m ae1 s t er0 f ax l)) +("masterfully" nil (m ae1 s t er0 f ax l iy0)) +("mastergate" nil (m ae1 s t er0 g ey1 t)) +("mastering" nil (m ae1 s t er0 ih0 ng)) +("masterly" nil (m ae1 s t er0 l iy0)) +("masterman" nil (m ae1 s t er0 m ax n)) +("mastermind" nil (m ae1 s t er0 m ay1 n d)) +("masterminded" nil (m ae1 s t er0 m ay1 n d ih0 d)) +("masterminding" nil (m ae1 s t er0 m ay1 n d ih0 ng)) +("masterpiece" nil (m ae1 s t er0 p iy1 s)) +("masterpieces" nil (m ae1 s t er0 p iy1 s ax z)) +("masters" nil (m ae1 s t er0 z)) +("masterson" nil (m ae1 s t er0 s ax n)) +("masterstroke" nil (m ae1 s t er0 s t r ow1 k)) +("masterwork" nil (m ae1 s t er0 w er1 k)) +("masterworks" nil (m ae1 s t er0 w er1 k s)) +("mastery" nil (m ae1 s t er0 iy0)) +("masthead" nil (m ae1 s t hh eh1 d)) +("mastif" nil (m ae1 s t ax f)) +("mastiff" nil (m ae1 s t ax f)) +("mastifs" nil (m ae1 s t ax f s)) +("mastin" nil (m ae1 s t ih0 n)) +("mastoiditis" nil (m ae1 s t oy0 d ay1 t ax s)) +("maston" nil (m ae1 s t ax n)) +("mastrangelo" nil (m aa0 s t r aa0 ng g eh1 l ow0)) +("mastrianni" nil (m aa0 s t r iy0 aa1 n iy0)) +("mastriano" nil (m aa0 s t r iy0 aa1 n ow0)) +("mastrich" nil (m ae1 s t r ih0 ch)) +("mastro" nil (m ae1 s t r ow0)) +("mastrocola" nil (m ae0 s t r ow0 k ow1 l ax)) +("mastrogiovanni" nil (m ae0 s t r ow0 jh ow0 v aa1 n iy0)) +("mastroianni" nil (m ae0 s t r ow0 y aa1 n iy0)) +("mastronardi" nil (m ae0 s t r ow0 n aa1 r d iy0)) +("mastropietro" nil (m ae0 s t r ow0 p iy1 t r ow0)) +("masturbate" nil (m ae1 s t er0 b ey1 t)) +("masturbated" nil (m ae1 s t er0 b ey1 t ih0 d)) +("masturbates" nil (m ae1 s t er0 b ey1 t s)) +("masturbation" nil (m ae1 s t er0 b ey1 sh ax n)) +("masucci" nil (m aa0 s uw1 ch iy0)) +("masuda" nil (m ax s uw1 d ax)) +("masullo" nil (m aa0 s uw1 l ow0)) +("masur" nil (m ae1 s er0)) +("mat" nil (m ae1 t)) +("mata" nil (m aa1 t ax)) +("matador" nil (m ae1 t ax d ao1 r)) +("matagorda" nil (m ae1 t ax g ao1 r d ax)) +("matala" nil (m ax t aa1 l ax)) +("matalin" nil (m ae1 t ax l ih0 n)) +("matalon" nil (m aa0 t aa0 l ao1 n)) +("matamoros" nil (m aa0 t aa0 m ao1 r ow0 s)) +("matarazzo" nil (m aa0 t aa0 r aa1 z ow0)) +("matarese" nil (m aa0 t aa0 r ey1 z iy0)) +("matas" nil (m aa1 t ax z)) +("matassa" nil (m aa0 t aa1 s ax)) +("mataya" nil (m aa0 t aa1 y ax)) +("match" nil (m ae1 ch)) +("matchbook" nil (m ae1 ch b uh1 k)) +("matchbox" nil (m ae1 ch b aa1 k s)) +("matched" nil (m ae1 ch t)) +("matches" nil (m ae1 ch ax z)) +("matchett" nil (m ae1 ch ih0 t)) +("matching" nil (m ae1 ch ih0 ng)) +("matchlocks" nil (m ae1 ch l aa1 k s)) +("matchmaker" nil (m ae1 ch m ey1 k er0)) +("matchmakers" nil (m ae1 ch m ey1 k er0 z)) +("matchmaking" nil (m ae1 ch m ey1 k ih0 ng)) +("matchup" nil (m ae1 ch ax p)) +("matchups" nil (m ae1 ch ax p s)) +("mate" nil (m ey1 t)) +("matecki" nil (m ax t eh1 k iy0)) +("mateer" nil (m ax t ih1 r)) +("mateja" nil (m aa0 t ey1 y ax)) +("matejka" nil (m ax t ey1 k ax)) +("matell" nil (m ax t eh1 l)) +("matelski" nil (m ax t eh1 l s k iy0)) +("mateo" nil (m aa0 t ey1 ow0)) +("mater" nil (m aa1 t er0)) +("matera" nil (m aa0 t eh1 r ax)) +("material" nil (m ax t ih1 r iy0 ax l)) +("materialism" nil (m ax t ih1 r iy0 ax l ih1 z ax m)) +("materialist" nil (m ax t ih1 r iy0 ax l ih0 s t)) +("materialistic" nil (m ax t ih1 r iy0 ax l ih1 s t ih0 k)) +("materialize" nil (m ax t ih1 r iy0 ax l ay1 z)) +("materialized" nil (m ax t ih1 r iy0 ax l ay1 z d)) +("materializes" nil (m ax t ih1 r iy0 ax l ay1 z ih0 z)) +("materializing" nil (m ax t ih1 r iy0 ax l ay1 z ih0 ng)) +("materially" nil (m ax t ih1 r iy0 ax l iy0)) +("materials" nil (m ax t ih1 r iy0 ax l z)) +("materiel" nil (m ax t ih1 r iy0 eh1 l)) +("matern" nil (m ae1 t er0 n)) +("materna" nil (m aa0 t eh1 r n ax)) +("maternal" nil (m ax t er1 n ax l)) +("maternity" nil (m ax t er1 n ih0 t iy0)) +("mates" nil (m ey1 t s)) +("matewan" nil (m ae1 t uw1 aa0 n)) +("matey" nil (m ey1 t iy0)) +("math" nil (m ae1 th)) +("mathai" nil (m aa0 dh aa1 iy0)) +("mathe" nil (m ey1 dh)) +("mathea" nil (m ae1 dh iy0 ax)) +("matheis" nil (m ae1 dh ay0 z)) +("mathematical" nil (m ae1 th ax m ae1 t ih0 k ax l)) +("mathematically" nil (m ae1 th ax m ae1 t ih0 k ax l iy0)) +("mathematician" nil (m ae1 th ax m ax t ih1 sh ax n)) +("mathematicians" nil (m ae1 th ax m ax t ih1 sh ax n z)) +("mathematics" nil (m ae1 th ax m ae1 t ih0 k s)) +("mathena" nil (m ae1 th ih0 n ax)) +("matheney" nil (m ae1 th ih0 n iy0)) +("matheny" nil (m ae1 th ih0 n iy0)) +("mather" nil (m ae1 dh er0)) +("matherly" nil (m ae1 dh er0 l iy0)) +("mathern" nil (m ae1 dh er0 n)) +("matherne" nil (m ae1 th er0 n)) +("mathers" nil (m ae1 dh er0 z)) +("matherson" nil (m ae1 th er0 s ax n)) +("mathes" nil (m ae1 th ih0 s)) +("matheson" nil (m ae1 th ax s ax n)) +("matheus" nil (m ae1 dh oy0 z)) +("mathew" nil (m ae1 th y uw0)) +("mathews" nil (m ae1 th y uw0 z)) +("mathewson" nil (m ae1 th y uw0 s ax n)) +("mathey" nil (m ae1 dh iy0)) +("mathia" nil (m aa1 dh iy0 ax)) +("mathias" nil (m ax th ay1 ax s)) +("mathiasen" nil (m ax th ay1 ax s ax n)) +("mathiason" nil (m ax th ay1 ax s ax n)) +("mathie" nil (m ae1 th iy0)) +("mathies" nil (m ae1 th iy0 z)) +("mathiesen" nil (m ae1 th iy0 s ax n)) +("mathieson" nil (m ax th iy1 z ax n)) +("mathieu" nil (m ae1 th y uw0)) +("mathilda" nil (m ax t ih1 l d ax)) +("mathilde" nil (m ae1 th ih0 l d)) +("mathis" nil (m ae1 th ih0 s)) +("mathisen" nil (m ae1 th ay0 z ax n)) +("mathison" nil (m ae1 th ih0 s ax n)) +("mathur" nil (m ae1 th er0)) +("mathwig" nil (m ae1 th w ih0 g)) +("mathy" nil (m ae1 th iy0)) +("mathys" nil (m ey1 th iy0 z)) +("matias" nil (m aa1 sh ax z)) +("matic" nil (m ae1 t ih0 k)) +("matif" nil (m aa0 t iy1 f)) +("matilda" nil (m ax t ih1 l d ax)) +("matinee" nil (m ae1 t ih0 n ey1)) +("mating" nil (m ey1 t ih0 ng)) +("matis" nil (m aa1 t ih0 s)) +("matisse" nil (m ae1 t ih0 s)) +("matkin" nil (m ae1 t k ih0 n)) +("matkins" nil (m ae1 t k ih0 n z)) +("matkovich" nil (m aa1 t k ax v ih0 ch)) +("matlack" nil (m ae1 t l ae1 k)) +("matlick" nil (m ae1 t l ih0 k)) +("matlin" nil (m ae1 t l ih0 n)) +("matlock" nil (m ae1 t l aa1 k)) +("matney" nil (m ae1 t n iy0)) +("mato" nil (m aa1 t ow0)) +("matos" nil (m aa1 t ow0 z)) +("matott" nil (m ae1 t ax t)) +("matousek" nil (m ax t uw1 s eh0 k)) +("matra" nil (m ae1 t r ax)) +("matranga" nil (m aa0 t r aa1 ng g ax)) +("matriarch" nil (m ey1 t r iy0 aa1 r k)) +("matriarchal" nil (m ey1 t r iy0 aa1 r k ax l)) +("matriarchy" nil (m ey1 t r iy0 aa1 r k iy0)) +("matrilineal" nil (m ae1 t r ih0 l ih1 n iy0 ax l)) +("matrimonial" nil (m ae1 t r ax m ow1 n iy0 ax l)) +("matrimony" nil (m ae1 t r ax m ow1 n iy0)) +("matrix" nil (m ey1 t r ih0 k s)) +("matron" nil (m ey1 t r ax n)) +("matronly" nil (m ey1 t r ax n l iy0)) +("matrons" nil (m ey1 t r ax n z)) +("mats" nil (m ae1 t s)) +("matsapa" nil (m ae0 t s aa1 p ax)) +("matsen" nil (m aa1 t s ax n)) +("matsko" nil (m aa1 t s k ow0)) +("matson" nil (m aa1 t s ax n)) +("matsubara" nil (m aa1 t s uw1 b aa1 r ax)) +("matsuda" nil (m aa0 t s uw1 d ax)) +("matsui" nil (m aa0 t s uw1 iy0)) +("matsukawa" nil (m aa1 t s uw1 k aa1 w ax)) +("matsumoto" nil (m aa0 t s uw0 m ow1 t ow0)) +("matsumura" nil (m aa0 t s uw0 m uh1 r ax)) +("matsunaga" nil (m aa0 t s uw0 n aa1 g ax)) +("matsuo" nil (m aa0 t s uw1 ow0)) +("matsuoka" nil (m aa0 t s uw0 ow1 k ax)) +("matsushita" nil (m aa0 t s uw0 sh iy1 t ax)) +("matsuura" nil (m aa0 t s uw0 uh1 r ax)) +("matt" nil (m ae1 t)) +("matta" nil (m ae1 t ax)) +("matte" nil (m ae1 t)) +("mattea" nil (m ae1 sh ax)) +("mattei" nil (m ae1 t ay0)) +("matteis" nil (m ax t ay1 s)) +("mattel" nil (m ax t eh1 l)) +("matteo" nil (m aa0 t ey1 ow0)) +("matter" nil (m ae1 t er0)) +("mattera" nil (m aa0 t eh1 r ax)) +("mattered" nil (m ae1 t er0 d)) +("mattern" nil (m ae1 t er0 n)) +("matters" nil (m ae1 t er0 z)) +("mattes" nil (m ae1 t s)) +("matteson" nil (m ae1 t ih0 s ax n)) +("matteucci" nil (m aa0 t uw1 ch iy0)) +("matthea" nil (m ae1 t dh iy0 ax)) +("mattheis" nil (m ae1 t dh ay0 z)) +("matthes" nil (m ae1 t dh z)) +("matthew" nil (m ae1 th y uw0)) +("matthews" nil (m ae1 th y uw0 z)) +("matthewson" nil (m ae1 th y uw0 s ax n)) +("matthey" nil (m ae1 t dh iy0)) +("matthia" nil (m aa1 t dh iy0 ax)) +("matthias" nil (m ax th ay1 ax s)) +("matthies" nil (m ae1 th iy0 z)) +("matthiesen" nil (m ae1 th iy0 s ax n)) +("matthis" nil (m ae1 th ih0 s)) +("matthys" nil (m ae1 th iy0 z)) +("mattias" nil (m ae1 sh ax z)) +("mattice" nil (m aa1 t ih0 s)) +("mattick" nil (m ae1 t ih0 k)) +("mattie" nil (m ae1 t iy0)) +("mattila" nil (m aa0 t iy1 l ax)) +("mattina" nil (m aa0 t iy1 n ax)) +("matting" nil (m ae1 t ih0 ng)) +("mattingley" nil (m ae1 t ih0 ng g l iy0)) +("mattingly" nil (m ae1 t ih0 ng l iy0)) +("mattioli" nil (m aa0 t iy0 ow1 l iy0)) +("mattis" nil (m ae1 t ih0 s)) +("mattison" nil (m ae1 t ih0 s ax n)) +("mattke" nil (m ae1 t k iy0)) +("mattocks" nil (m ae1 t ax k s)) +("matton" nil (m ae1 t ax n)) +("mattoon" nil (m ax t uw1 n)) +("mattos" nil (m ae1 t ow0 z)) +("mattox" nil (m ae1 t ax k s)) +("mattress" nil (m ae1 t r ax s)) +("mattresses" nil (m ae1 t r ax s ax z)) +("matts" nil (m ae1 t s)) +("mattson" nil (m ae1 t s ax n)) +("mattucci" nil (m aa0 t uw1 ch iy0)) +("matty" nil (m ae1 t iy0)) +("matula" nil (m aa0 t uw1 l ax)) +("matulich" nil (m ax t y uw1 l ih0 hh)) +("matulis" nil (m ae1 t ax l ih0 s)) +("maturation" nil (m ae1 ch er0 ey1 sh ax n)) +("mature" nil (m ax ch uh1 r)) +("matured" nil (m ax t y uh1 r d)) +("matures" nil (m ax ch uh1 r z)) +("maturing" nil (m ax ch uh1 r ih0 ng)) +("maturities" nil (m ax ch uh1 r ih0 t iy0 z)) +("maturity" nil (m ax ch uh1 r ax t iy0)) +("maturo" nil (m aa0 t uh1 r ow0)) +("matus" nil (m ae1 t ih0 s)) +("matuschka" nil (m ax t ah1 sh k ax)) +("matusek" nil (m ax t uw1 s eh0 k)) +("matusiak" nil (m ax t ah1 s iy0 ae0 k)) +("matusik" nil (m ax t uw1 s ih0 k)) +("matuska" nil (m ax t ah1 s k ax)) +("matuszak" nil (m ax t ah1 sh ax k)) +("matuszewski" nil (m ax t ax sh eh1 f s k iy0)) +("matyas" nil (m ae1 t y ax s)) +("matz" nil (m ae1 t s)) +("matza" nil (m aa1 t z ax)) +("matzek" nil (m ae1 t z ih0 k)) +("matzen" nil (m ae1 t z ax n)) +("matzinger" nil (m ey1 t z ih0 ng er0)) +("matzke" nil (m ae1 t z k)) +("matzner" nil (m ae1 t s n er0)) +("mau" nil (m ow1)) +("mauceri" nil (m ao0 ch eh1 r iy0)) +("mauch" nil (m ao1 ch)) +("maucher" nil (m aw1 ch er0)) +("mauck" nil (m ao1 k)) +("maud" nil (m ao1 d)) +("maude" nil (m ao1 d)) +("maudlin" nil (m ao1 d l ih0 n)) +("maue" nil (m aw1 iy0)) +("mauer" nil (m aw1 er0)) +("mauger" nil (m ao1 g er0)) +("maugeri" nil (m ao0 jh eh1 r iy0)) +("maughan" nil (m ao1 g ax n)) +("maui" nil (m aw1 iy0)) +("mauk" nil (m ao1 k)) +("maul" nil (m ao1 l)) +("maulden" nil (m aw1 l d ax n)) +("mauldin" nil (m aw1 l d ax n)) +("maulding" nil (m ao1 l d ih0 ng)) +("maule" nil (m ao1 l)) +("mauled" nil (m ao1 l d)) +("mauler" nil (m ao1 l er0)) +("maull" nil (m ao1 l)) +("maulsby" nil (m ao1 l s b iy0)) +("mault" nil (m ao1 l t)) +("maultasch" nil (m ao1 l t ae0 sh)) +("maultsby" nil (m ao1 l t s b iy0)) +("maumee" nil (m aw1 m iy0)) +("mauna" nil (m ao1 n ax)) +("maund" nil (m ao1 n d)) +("maune" nil (m ao1 n)) +("mauney" nil (m ao1 n iy0)) +("maung" nil (m ao1 ng)) +("maupin" nil (m ow0 p ae1 n)) +("maura" nil (m ao1 r ax)) +("maureen" nil (m ao0 r iy1 n)) +("maurer" nil (m ao1 r er0)) +("mauri" nil (m ao1 r iy0)) +("maurice" nil (m ao0 r iy1 s)) +("mauricio" nil (m aw0 r iy1 s iy0 ow0)) +("maurie" nil (m ao1 r iy0)) +("mauriello" nil (m ao1 r iy0 eh1 l ow0)) +("maurin" nil (m ao1 r ih0 n)) +("maurine" nil (m ao0 r iy1 n iy0)) +("maurita" nil (m ao0 r iy1 t ax)) +("mauritania" nil (m ao1 r ih0 t ey1 n iy0 ax)) +("mauritius" nil (m ao0 r ih1 t iy0 ax s)) +("mauritz" nil (m ao1 r ih0 t s)) +("maurizio" nil (m ao0 r ih1 z iy0 ow0)) +("mauro" nil (m ao1 r ow0)) +("maurus" nil (m ao1 r ax s)) +("maury" nil (m ao1 r iy0)) +("maus" nil (m ao1 z)) +("mauser" nil (m aw1 s er0)) +("mausoleum" nil (m ao1 s ax l iy1 ax m)) +("mausolf" nil (m aw1 s ow0 l f)) +("mauss" nil (m ao1 s)) +("mausser" nil (m aw1 s er0)) +("maust" nil (m ao1 s t)) +("maute" nil (m ao1 t)) +("mauthe" nil (m ao1 dh)) +("mautner" nil (m ao1 t n er0)) +("mautz" nil (m ao1 t s)) +("mauve" nil (m ao1 v)) +("mauzey" nil (m ao1 z iy0)) +("mauzy" nil (m ao1 z iy0)) +("mave" nil (m ey1 v)) +("maven" nil (m ey1 v ax n)) +("mavens" nil (m ey1 v ax n z)) +("maverick" nil (m ae1 v er0 ih0 k)) +("mavericks" nil (m ae1 v er0 ih0 k s)) +("maverix" nil (m ae1 v er0 ih0 k s)) +("maves" nil (m ey1 v z)) +("mavis" nil (m ey1 v ih0 s)) +("mavrodi" nil (m ae0 v r ow1 d iy0)) +("mavroules" nil (m ae0 v r uw1 l z)) +("maw" nil (m ao1)) +("mawhinney" nil (m ae1 w ih0 n iy0)) +("mawkish" nil (m ao1 k ih0 sh)) +("mawr" nil (m ao1 er0)) +("mawson" nil (m ao1 s ax n)) +("mawyer" nil (m ao1 iy0 er0)) +("max" nil (m ae1 k s)) +("maxa" nil (m ae1 k s ax)) +("maxam" nil (m ae1 k s ax m)) +("maxcy" nil (m ae1 k s iy0)) +("maxed" nil (m ae1 k s t)) +("maxell" nil (m ae0 k s eh1 l)) +("maxey" nil (m ae1 k s iy0)) +("maxfield" nil (m ae1 k s f iy0 l d)) +("maxham" nil (m ae1 k s ax m)) +("maxi" nil (m ae1 k s iy0)) +("maxicare" nil (m ae1 k s iy0 k eh1 r)) +("maxie" nil (m ae1 k s iy0)) +("maxilla" nil (m ae0 k s ih1 l ax)) +("maxim" nil (m ae1 k s ax m)) +("maxima" nil (m ae1 k s ax m ax)) +("maximal" nil (m ae1 k s ax m ax l)) +("maxime" nil (m ae0 k s iy1 m)) +("maximilian" nil (m ae1 k s ih0 m ih1 l iy0 ax n)) +("maximization" nil (m ae1 k s ih0 m ih0 z ey1 sh ax n)) +("maximize" nil (m ae1 k s ax m ay1 z)) +("maximized" nil (m ae1 k s ax m ay1 z d)) +("maximizes" nil (m ae1 k s ax m ay1 z ih0 z)) +("maximizing" nil (m ae1 k s ax m ay1 z ih0 ng)) +("maxims" nil (m ae1 k s ax m z)) +("maximum" nil (m ae1 k s ax m ax m)) +("maxine" nil (m ae0 k s iy1 n)) +("maxion" nil (m ae1 k s iy0 aa0 n)) +("maxis" nil (m ae1 k s iy0 z)) +("maxon" nil (m ae1 k s ax n)) +("maxpharma" nil (m ae0 k s f aa1 r m ax)) +("maxsaver" nil (m ae1 k s ey1 v er0)) +("maxsavers" nil (m ae1 k s ax v er0 z)) +("maxson" nil (m ae1 k s ax n)) +("maxton" nil (m ae1 k s t ax n)) +("maxtor" nil (m ae1 k s t er0)) +("maxus" nil (m ae1 k s ax s)) +("maxwell" nil (m ae1 k s w eh1 l)) +("maxx" nil (m ae1 k s)) +("maxxam" nil (m ae1 k s ax m)) +("maxxim" nil (m ae1 k s ih0 m)) +("maxy" nil (m ae1 k s iy0)) +("maxzide" nil (m ae0 k s iy1 t ax)) +("may" nil (m ey1)) +("maya" nil (m ay1 ax)) +("mayall" nil (m ey1 ao1 l)) +("mayan" nil (m ay1 ax n)) +("maybe" nil (m ey1 b iy0)) +("maybee" nil (m ey1 b iy1)) +("maybelle" nil (m ey1 b eh1 l)) +("maybelline" nil (m ey1 b ax l iy1 n)) +("mayben" nil (m ey1 b ax n)) +("mayberry" nil (m ey1 b eh1 r iy0)) +("maybin" nil (m ey1 b ih0 n)) +("maybury" nil (m ey1 b eh1 r iy0)) +("maycock" nil (m ey1 k aa1 k)) +("mayda" nil (m ey1 d ax)) +("mayde" nil (m ey1 d)) +("mayden" nil (m ey1 d ax n)) +("maydena" nil (m ey1 d ih0 n ax)) +("maye" nil (m ey1)) +("mayeaux" nil (m ey1 ow0)) +("mayeda" nil (m ay0 iy1 d ax)) +("mayer" nil (m ey1 er0)) +("mayernik" nil (m ey0 er1 n ih0 k)) +("mayers" nil (m ey1 er0 z)) +("mayerson" nil (m ey1 er0 s ax n)) +("mayes" nil (m ey1 z)) +("mayeux" nil (m ey0 ow1)) +("mayfair" nil (m ey1 f eh1 r)) +("mayfield" nil (m ey1 f iy1 l d)) +("mayflower" nil (m ey1 f l aw1 er0)) +("mayhall" nil (m ey1 hh ao1 l)) +("mayhan" nil (m ey1 ax n)) +("mayhem" nil (m ey1 hh eh1 m)) +("mayher" nil (m ey1 er0)) +("mayhew" nil (m ey1 hh y uw0)) +("mayhue" nil (m ey1 hh y uw1)) +("mayhugh" nil (m ey1 hh ax)) +("mayland" nil (m ey1 l ax n d)) +("mayle" nil (m ey1 l)) +("mayme" nil (m ey1 m)) +("maynard" nil (m ey1 n er0 d)) +("mayne" nil (m ey1 n)) +("mayner" nil (m ey1 n er0)) +("maynes" nil (m ey1 n z)) +("maynor" nil (m ey1 n er0)) +("mayo" nil (m ey1 ow0)) +("mayon" nil (m ey0 ao1 n)) +("mayonnaise" nil (m ey1 ax n ey1 z)) +("mayor" nil (m ey1 er0)) +("mayoral" nil (m ey1 er0 ax l)) +("mayoralty" nil (m ey1 er0 ax l t iy0)) +("mayorga" nil (m ey1 ao1 r g ax)) +("mayors" nil (m ey1 er0 z)) +("mayotte" nil (m ey0 ao1 t)) +("mayr" nil (m ey1 r)) +("mays" nil (m ey1 z)) +("mayse" nil (m ey1 z)) +("mayson" nil (m ey1 z ax n)) +("maytag" nil (m ey1 t ae1 g)) +("mayton" nil (m ey1 t ax n)) +("mayville" nil (m ey1 v ih1 l)) +("mayweather" nil (m ey1 w eh1 dh er0)) +("maz" nil (m aa1 z)) +("maza" nil (m aa1 z ax)) +("mazanec" nil (m ax z ae1 n ih0 k)) +("mazankowski" nil (m ae1 z ax ng k aw1 s k iy0)) +("mazda" nil (m aa1 z d ax)) +("maze" nil (m ey1 z)) +("mazeika" nil (m ax z ay1 k ax)) +("mazeltov" nil (m aa1 z ax l t aa1 f)) +("mazer" nil (m ey1 z er0)) +("mazes" nil (m ey1 z ih0 z)) +("maziarz" nil (m ax z iy1 er0 z)) +("mazie" nil (m ey1 z iy0)) +("mazo" nil (m aa1 z ow0)) +("mazola" nil (m ax z ow1 l ax)) +("mazon" nil (m aa0 z ao1 n)) +("mazor" nil (m aa0 z ao1 r)) +("mazowiecki" nil (m ax z ow1 iy0 eh1 k iy0)) +("mazur" nil (m ae1 z er0)) +("mazurek" nil (m ax z y uw1 r eh0 k)) +("mazurkas" nil (m ax z er1 k ax z)) +("mazurkiewicz" nil (m ax z er1 k ax v ih0 ch)) +("mazurowski" nil (m ax z er0 ao1 f s k iy0)) +("mazyck" nil (m ae1 z ih0 k)) +("mazza" nil (m ae1 z ax)) +("mazzaferro" nil (m ae1 z ax f eh1 r ow0)) +("mazzanti" nil (m aa0 t s aa1 n t iy0)) +("mazzara" nil (m aa0 t s aa1 r ax)) +("mazzarella" nil (m aa0 t s aa0 r eh1 l ax)) +("mazzei" nil (m aa0 t s ey1 iy0)) +("mazzella" nil (m aa0 t s eh1 l ax)) +("mazzeo" nil (m ae1 z iy0 ow0)) +("mazzetti" nil (m aa0 t s eh1 t iy0)) +("mazzie" nil (m ae1 z iy0)) +("mazziotti" nil (m aa0 t s iy0 ow1 t iy0)) +("mazzo" nil (m ae1 z ow0)) +("mazzocchi" nil (m aa0 t s ow1 k iy0)) +("mazzocco" nil (m aa0 t s ow1 k ow0)) +("mazzola" nil (m aa0 t s ow1 l ax)) +("mazzoli" nil (m ax z ow1 l iy0)) +("mazzone" nil (m aa0 t s ow1 n iy0)) +("mazzoni" nil (m aa0 t s ow1 n iy0)) +("mazzorana" nil (m ae1 z er0 aa1 n ax)) +("mazzotta" nil (m aa0 t s ow1 t ax)) +("mazzuca" nil (m aa0 t s uw1 k ax)) +("mazzucco" nil (m aa0 t s uw1 k ow0)) +("mbank" nil (eh1 m b ae1 ng k)) +("mbeki" nil (m b eh1 k iy0)) +("mc" nil (m ih0 k)) +("mcabee" nil (m ax k ae1 b iy0)) +("mcadam" nil (m ax k ae1 d ax m)) +("mcadams" nil (m ax k ae1 d ax m z)) +("mcadoo" nil (m ae1 k ax d uw1)) +("mcadory" nil (m ax k ae1 d er0 iy0)) +("mcadow" nil (m ax k ae1 d ow0)) +("mcafee" nil (m ae1 k ax f iy1)) +("mcaffee" nil (m ae1 k ax f iy0)) +("mcaleer" nil (m ae1 k ax l ih0 r)) +("mcaleese" nil (m ae1 k ax l iy0 z)) +("mcalexander" nil (m ax k ae1 l ih0 g z ae1 n d er0)) +("mcalinden" nil (m ax k l ih1 n d ax n)) +("mcalister" nil (m ax k ae1 l ax s t er0)) +("mcallen" nil (m ax k ao1 l ax n)) +("mcallister" nil (m ax k ae1 l ax s t er0)) +("mcaloon" nil (m ae1 k ax l uw1 n)) +("mcalpin" nil (m ax k ae1 l p ax n)) +("mcalpine" nil (m ax k ae1 l p ay1 n)) +("mcamis" nil (m ax k ae1 m ax s)) +("mcan" nil (m ax k ae1 n)) +("mcanally" nil (m ae1 k ax n ae1 l iy0)) +("mcanany" nil (m ax k ae1 n ax n iy0)) +("mcandrew" nil (m ax k ae1 n d r uw1)) +("mcandrews" nil (m ax k ae1 n d r uw1 z)) +("mcanelly" nil (m ae1 k ax n ae1 l iy0)) +("mcaninch" nil (m ax k ae1 n ih0 n ch)) +("mcannally" nil (m ae1 k ax n ae1 l iy0)) +("mcanulty" nil (m ae1 k ax n ax l t iy0)) +("mcardle" nil (m ax k aa1 r d ax l)) +("mcarthur" nil (m ax k aa1 r th er0)) +("mcartor" nil (m ax k aa1 r t er0)) +("mcatee" nil (m ax k ae1 t iy0)) +("mcateer" nil (m ae1 k ax t ih1 r)) +("mcaulay" nil (m ax k ao1 l ey0)) +("mcauley" nil (m ax k ao1 l iy0)) +("mcauliff" nil (m ax k ao1 l ax f)) +("mcauliffe" nil (m ax k ao1 l ax f)) +("mcavity" nil (m ax k ae1 v ax t iy0)) +("mcavoy" nil (m ae1 k ax v oy1)) +("mcbain" nil (m ax k b ey1 n)) +("mcbane" nil (m ax k b ey1 n)) +("mcbay" nil (m ax k b ey1)) +("mcbean" nil (m ax k b iy1 n)) +("mcbeath" nil (m ax k b eh1 th)) +("mcbee" nil (m ax k b iy1)) +("mcbeth" nil (m ax k b eh1 th)) +("mcbirney" nil (m ax k b er1 n iy0)) +("mcbrayer" nil (m ax k b r ey1 er0)) +("mcbrearty" nil (m ax k b r ih1 r t iy0)) +("mcbreen" nil (m ax k b r iy1 n)) +("mcbride" nil (m ax k b r ay1 d)) +("mcbridge" nil (m ax k b r ih1 jh)) +("mcbrien" nil (m ax k b r ay1 ax n)) +("mcbroom" nil (m ax k b r uw1 m)) +("mcbryar" nil (m ax k b r ay1 er0)) +("mcbryde" nil (m ax k b r ay1 d)) +("mcburnett" nil (m ax k b er1 n ax t)) +("mcburney" nil (m ax k b er1 n iy0)) +("mccaa" nil (m ax k aa1)) +("mccabe" nil (m ax k ey1 b)) +("mccadden" nil (m ax k ae1 d ax n)) +("mccafferty" nil (m ax k ae1 f er0 t iy0)) +("mccaffery" nil (m ax k ae1 f r iy0)) +("mccaffrey" nil (m ax k ae1 f r iy0)) +("mccaghren" nil (m ax k ae1 g r ax n)) +("mccague" nil (m ax k ey1 g)) +("mccahan" nil (m ax k ae1 n)) +("mccahill" nil (m ax k aa1 hh ih1 l)) +("mccaig" nil (m ax k ey1 g)) +("mccain" nil (m ax k ey1 n)) +("mccaleb" nil (m ax k ey1 l ax b)) +("mccalip" nil (m ax k ae1 l ih1 p)) +("mccalister" nil (m ax k ae1 l ax s t er0)) +("mccall" nil (m ax k ao1 l)) +("mccalla" nil (m ax k ae1 l ax)) +("mccallen" nil (m ax k ao1 l ax n)) +("mccalley" nil (m ax k ae1 l iy0)) +("mccallie" nil (m ax k ao1 l iy0)) +("mccallion" nil (m ax k ae1 l y ax n)) +("mccallister" nil (m ax k ae1 l ax s t er0)) +("mccallon" nil (m ax k ae1 l ax n)) +("mccallum" nil (m ax k ae1 l ax m)) +("mccalmont" nil (m ax k ae1 l m ax n t)) +("mccamant" nil (m ax k ae1 m ax n t)) +("mccambridge" nil (m ax k ae1 m b r ih1 jh)) +("mccamey" nil (m ax k ae1 m iy0)) +("mccamish" nil (m ax k ae1 m ih1 sh)) +("mccammon" nil (m ax k ae1 m ax n)) +("mccampbell" nil (m ax k ae1 m p b ax l)) +("mccamy" nil (m ax k ey1 m iy0)) +("mccan" nil (m ax k ae1 n)) +("mccance" nil (m ax k ae1 n s)) +("mccandless" nil (m ax k ae1 n d l ax s)) +("mccandlish" nil (m ax k ae1 n d l ih0 sh)) +("mccane" nil (m ax k ey1 n)) +("mccanless" nil (m ax k ae1 n l ax s)) +("mccann" nil (m ax k ae1 n)) +("mccanna" nil (m ax k ae1 n ax)) +("mccannon" nil (m ax k ae1 n ax n)) +("mccants" nil (m ax k ae1 n t s)) +("mccard" nil (m ax k aa1 r d)) +("mccardell" nil (m ax k aa1 r d ax l)) +("mccardle" nil (m ax k aa1 r d ax l)) +("mccarey" nil (m ax k ae1 r iy0)) +("mccargar" nil (m ax k aa1 r g er0)) +("mccargo" nil (m ax k aa1 r g ow0)) +("mccarl" nil (m ax k aa1 r l)) +("mccarley" nil (m ax k aa1 r l iy0)) +("mccarn" nil (m ax k aa1 r n)) +("mccarney" nil (m ax k aa1 r n iy0)) +("mccarran" nil (m ax k eh1 r ax n)) +("mccarrell" nil (m ax k ae1 r ax l)) +("mccarren" nil (m ax k eh1 r ax n)) +("mccarrick" nil (m ax k ae1 r ih0 k)) +("mccarroll" nil (m ax k ae1 r ax l)) +("mccarron" nil (m ax k ae1 r ax n)) +("mccarry" nil (m ax k ae1 r iy0)) +("mccarson" nil (m ax k aa1 r s ax n)) +("mccart" nil (m ax k aa1 r t)) +("mccartan" nil (m ax k aa1 r t ax n)) +("mccarten" nil (m ax k aa1 r t ax n)) +("mccarter" nil (m ax k aa1 r t er0)) +("mccartha" nil (m ax k aa1 r th ax)) +("mccarthy" nil (m ax k aa1 r th iy0)) +("mccarthyism" nil (m ax k aa1 r th iy0 ih0 z ax m)) +("mccartin" nil (m ax k aa1 r t ax n)) +("mccartney" nil (m ax k aa1 r t n iy0)) +("mccartt" nil (m ax k aa1 r t)) +("mccarty" nil (m ax k aa1 r t iy0)) +("mccarver" nil (m ax k aa1 r v er0)) +("mccarville" nil (m ax k aa0 r v ax l)) +("mccary" nil (m iy1 k eh0 r iy0)) +("mccaskey" nil (m ax k ae1 s k iy0)) +("mccaskill" nil (m ax k ae1 s k ax l)) +("mccasland" nil (m ax k ae1 z l ax n d)) +("mccaslin" nil (m ax k ae1 z l ax n)) +("mccaughan" nil (m ax k ao1 n)) +("mccaughey" nil (m ax k ao1 iy0)) +("mccaul" nil (m ax k ao1 l)) +("mccauley" nil (m ax k ao1 l iy0)) +("mccaulley" nil (m ax k ao1 l iy0)) +("mccausland" nil (m ax k ao1 z l ax n d)) +("mccauslin" nil (m ax k ao1 z l ax n)) +("mccaw" nil (m ax k ao1)) +("mccawley" nil (m ax k ao1 l iy0)) +("mccay" nil (m ax k ey1)) +("mcchesney" nil (m ax k ch eh1 z n iy0)) +("mcchristian" nil (m ax k r ih1 s ch ax n)) +("mcclafferty" nil (m ax k l ae1 f er0 t iy0)) +("mcclaflin" nil (m ax k l ae1 f l ax n)) +("mcclain" nil (m ax k l ey1 n)) +("mcclaine" nil (m ax k l ey1 n)) +("mcclam" nil (m ax k l ae1 m)) +("mcclanahan" nil (m ax k l ae1 n ax hh ae0 n)) +("mcclane" nil (m ax k l ey1 n)) +("mcclaran" nil (m ax k l ae1 r ax n)) +("mcclard" nil (m iy1 k l er0 d)) +("mcclaren" nil (m ax k l eh1 r ax n)) +("mcclarnon" nil (m ax k l aa1 r n ax n)) +("mcclarty" nil (m ax k l aa1 r t iy0)) +("mcclary" nil (m ax k l eh1 r iy0)) +("mcclaskey" nil (m ax k l ae1 s k iy0)) +("mcclatchey" nil (m ax k l ae1 ch iy0)) +("mcclatchy" nil (m ax k l ae1 ch iy0)) +("mcclaugherty" nil (m ax k l ae1 f er0 t iy0)) +("mcclave" nil (m ax k l ey1 v)) +("mcclay" nil (m ax k l ey1)) +("mccleaf" nil (m ax k l iy1 f)) +("mcclean" nil (m ax k l iy1 n)) +("mccleary" nil (m ax k l ih1 r iy0)) +("mccleave" nil (m ax k l iy1 v)) +("mccleery" nil (m ax k l ih1 r iy0)) +("mcclees" nil (m ax k l iy1 z)) +("mccleese" nil (m ax k l iy1 s)) +("mcclellan" nil (m ax k l eh1 l ax n)) +("mcclelland" nil (m ax k l eh1 l ax n d)) +("mcclellen" nil (m ax k l eh1 l ax n)) +("mcclements" nil (m ax k l eh1 m ax n t s)) +("mcclenaghan" nil (m ax k l eh1 n ax g ax n)) +("mcclenahan" nil (m ax k l eh1 n ax hh ae0 n)) +("mcclenathan" nil (m ax k l eh1 n ax th ax n)) +("mcclendon" nil (m ax k l ey1 n d ax n)) +("mcclenny" nil (m ax k l eh1 n iy0)) +("mccleskey" nil (m ax k l eh1 s k iy0)) +("mcclimans" nil (m ax k l ay1 m ax n z)) +("mcclintic" nil (m ax k l ih1 n t ih0 k)) +("mcclintick" nil (m ax k l ih1 n t ih0 k)) +("mcclintock" nil (m ax g l ih1 n t aa0 k)) +("mcclinton" nil (m ax k l ih1 n t ax n)) +("mcclish" nil (m ax k l ih1 sh)) +("mcclory" nil (m ax k l ao1 r iy0)) +("mccloskey" nil (m ax k l ao1 s k iy0)) +("mcclosky" nil (m ax k l ao1 s k iy0)) +("mccloud" nil (m ax k l aw1 d)) +("mccloy" nil (m ax k l oy1)) +("mccluer" nil (m ax k l uw1 r)) +("mcclune" nil (m ax k l uw1 n)) +("mccluney" nil (m ax k l uw1 n iy0)) +("mcclung" nil (m ax k l ah1 ng)) +("mcclure" nil (m ax k l uw1 r)) +("mcclurg" nil (m ax k l er1 g)) +("mcclurkin" nil (m ax k l er1 k ax n)) +("mccluskey" nil (m ax k l ah1 s k iy0)) +("mccoig" nil (m ax k oy1 g)) +("mccoin" nil (m ax k oy1 n)) +("mccole" nil (m ax k ow1 l)) +("mccolgan" nil (m ax k ow1 l g ax n)) +("mccoll" nil (m ax k ow1 l)) +("mccollam" nil (m ax k aa1 l ax m)) +("mccolley" nil (m ax k aa1 l iy0)) +("mccollister" nil (m ax k aa1 l ax s t er0)) +("mccolloch" nil (m ax k aa1 l ax k)) +("mccollom" nil (m ax k aa1 l ax m)) +("mccollough" nil (m ax k aa1 l ax)) +("mccollum" nil (m ax k ao1 l ax m)) +("mccolm" nil (m ax k ow1 m)) +("mccomas" nil (m ax k ow1 m ax s)) +("mccomb" nil (m ax k ow1 m)) +("mccomber" nil (m ax k ow1 m b er0)) +("mccombie" nil (m ax k ow1 m b iy0)) +("mccombs" nil (m ax k aa1 m z)) +("mccommon" nil (m ax k aa1 m ax n)) +("mccommons" nil (m ax k aa1 m ax n z)) +("mccomsey" nil (m ax k aa1 m s iy0)) +("mcconaghy" nil (m ax k aa1 n ax g iy0)) +("mcconaha" nil (m ax k aa1 n ax hh aa0)) +("mcconahay" nil (m ax k aa1 n ax hh ey1)) +("mcconahy" nil (m ax k aa1 n ax hh iy0)) +("mcconathy" nil (m ax k aa1 n ax th iy0)) +("mcconaughey" nil (m ax k aa1 n ax g ey0)) +("mcconaughy" nil (m ax k aa1 n ax g iy0)) +("mccone" nil (m ax k ow1 n)) +("mcconico" nil (m ax k aa1 n ax k ow0)) +("mcconkey" nil (m ax k aa1 ng k iy0)) +("mcconn" nil (m ax k aa1 n)) +("mcconnaughey" nil (m ax k aa1 n ax g ey0)) +("mcconnel" nil (m ax k aa1 n ax l)) +("mcconnell" nil (m ax k aa1 n ax l)) +("mcconnon" nil (m ax k aa1 n ax n)) +("mcconville" nil (m ax k aa1 n v ih1 l)) +("mccooey" nil (m ax k uw1 iy0)) +("mccook" nil (m ax k uh1 k)) +("mccool" nil (m ax k uw1 l)) +("mccord" nil (m ax k ao1 r d)) +("mccorkel" nil (m ax k ao1 r k ax l)) +("mccorkell" nil (m ax k ao1 r k ax l)) +("mccorkindale" nil (m ax k ao1 r k ax n d ey1 l)) +("mccorkle" nil (m ax k ao1 r k ax l)) +("mccormac" nil (m ax k ao1 r m ax k)) +("mccormack" nil (m ax k ao1 r m ax k)) +("mccormick" nil (m ax k ao1 r m ih0 k)) +("mccorquodale" nil (m ax k ao1 r k ax d ey1 l)) +("mccorry" nil (m ax k ao1 r iy0)) +("mccort" nil (m ax k ao1 r t)) +("mccorvey" nil (m ax k ao1 r v iy0)) +("mccosh" nil (m ax k aa1 sh)) +("mccoskey" nil (m ax k aa1 s k iy0)) +("mccotter" nil (m ax k aa1 t er0)) +("mccoun" nil (m ax k aw1 n)) +("mccourt" nil (m ax k ao1 r t)) +("mccowan" nil (m ax k aw1 ax n)) +("mccowen" nil (m ax k aw1 ax n)) +("mccowin" nil (m ax k aw1 ih0 n)) +("mccown" nil (m ax k aw1 n)) +("mccoy" nil (m ax k oy1)) +("mccoys" nil (m ax k oy1 z)) +("mccracken" nil (m ax k r ae1 k ax n)) +("mccrackin" nil (m ax k r ae1 k ax n)) +("mccrady" nil (m ax k r ey1 d iy0)) +("mccrae" nil (m ax k r ey1)) +("mccraney" nil (m ax k r ae1 n iy0)) +("mccranie" nil (m ax k r ey1 n iy0)) +("mccrary" nil (m ax k r eh1 r iy0)) +("mccravy" nil (m ax k r ey1 v iy0)) +("mccraw" nil (m ax k r ao1)) +("mccray" nil (m ax k r ey1)) +("mccrea" nil (m ax k r ey1)) +("mccreadie" nil (m ax k r iy1 d iy0)) +("mccready" nil (m ax k r iy1 d iy0)) +("mccreary" nil (m ax k r ih1 r iy0)) +("mccredie" nil (m ax k r iy1 d iy0)) +("mccree" nil (m ax k r iy1)) +("mccreedy" nil (m ax k r iy1 d iy0)) +("mccreery" nil (m ax k r ih1 r iy0)) +("mccreight" nil (m ax k r ey1 t)) +("mccreless" nil (m ax k r iy1 l ax s)) +("mccrickard" nil (m ax k r ih1 k er0 d)) +("mccright" nil (m ax k r ay1 t)) +("mccrillis" nil (m ax k r ih1 l ax s)) +("mccrimmon" nil (m ax k r ih1 m ax n)) +("mccrocklin" nil (m ax k r aa1 k l ax n)) +("mccrone" nil (m ax k r ow1 n)) +("mccrorey" nil (m ax k r ao1 r iy0)) +("mccrory" nil (m ax k r ao1 r iy0)) +("mccroskey" nil (m ax k r aa1 s k iy0)) +("mccrossen" nil (m ax k r ao1 s ax n)) +("mccrudden" nil (m ax k r ah1 d ax n)) +("mccrum" nil (m ax k r ah1 m)) +("mccrumb" nil (m ax k r ah1 m)) +("mccrystal" nil (m ax k r ih1 s t ax l)) +("mccuan" nil (m ax k uw1 ax n)) +("mccubbin" nil (m ax k ah1 b ax n)) +("mccubbins" nil (m ax k ah1 b ax n z)) +("mccue" nil (m ax k y uw1)) +("mccuen" nil (m ax k y uw1 n)) +("mccuin" nil (m ax k uw1 ax n)) +("mccuistion" nil (m ax k w ih1 sh ax n)) +("mccuiston" nil (m ax k w ih1 s t ax n)) +("mcculla" nil (m ax k ah1 l ax)) +("mccullagh" nil (m ax k ah1 l ax g)) +("mccullah" nil (m ax k ah1 l ax)) +("mccullar" nil (m ax k ah1 l er0)) +("mccullars" nil (m ax k ah1 l er0 z)) +("mccullen" nil (m ax k ah1 l ax n)) +("mcculler" nil (m ax k ah1 l er0)) +("mccullers" nil (m ax k ah1 l er0 z)) +("mcculley" nil (m ax k ah1 l iy0)) +("mcculloch" nil (m ax k ah1 l ax k)) +("mcculloh" nil (m ax k ah1 l ax)) +("mccullough" nil (m ax k ah1 l ax)) +("mccullum" nil (m ax k ah1 l ax m)) +("mccully" nil (m ax k ah1 l iy0)) +("mccumber" nil (m ax k ah1 m b er0)) +("mccune" nil (m ax k y uw1 n)) +("mccurdy" nil (m ax k er1 d iy0)) +("mccurley" nil (m ax k er1 l iy0)) +("mccurry" nil (m ax k er1 iy0)) +("mccusker" nil (m ax k ah1 s k er0)) +("mccutchan" nil (m ax k ah1 ch ax n)) +("mccutchen" nil (m ax k ah1 ch ax n)) +("mccutcheon" nil (m ax k ah1 ch ax n)) +("mcdade" nil (m ax k d ey1 d)) +("mcdaid" nil (m ax k d ey1 d)) +("mcdanel" nil (m ax k d ae1 n ax l)) +("mcdaniel" nil (m ax k d ae1 n y ax l)) +("mcdaniels" nil (m ax k d ae1 n y ax l z)) +("mcdannel" nil (m ax k d ae1 n ax l)) +("mcdaris" nil (m ax k d ae1 r ax s)) +("mcdavid" nil (m ax k d ey1 v ax d)) +("mcdavitt" nil (m ax k d ae1 v ax t)) +("mcdeal" nil (m ax k d iy1 l)) +("mcdearmon" nil (m ax k d er1 m ax n)) +("mcdermid" nil (m ax k d er1 m ax d)) +("mcdermitt" nil (m ax k d er1 m ax t)) +("mcdermott" nil (m ax k d er1 m ax t)) +("mcdevitt" nil (m ax k d eh1 v ax t)) +("mcdiarmid" nil (m ax k d eh1 r m ax d)) +("mcdill" nil (m ax k d ih1 l)) +("mcdivett" nil (m ax d ih1 v ax t)) +("mcdivitt" nil (m ax k d ih1 v ax t)) +("mcdole" nil (m ax k d ow1 l)) +("mcdonagh" nil (m ax k d ah1 n ax)) +("mcdonald" nil (m ax k d aa1 n ax l d)) +("mcdonalds" nil (m ax k d aa1 n ax l d z)) +("mcdonell" nil (m ax k d aa1 n ax l)) +("mcdonnell" nil (m ax k d aa1 n ax l)) +("mcdonough" nil (m ax k d ah1 n ax)) +("mcdorman" nil (m ax k d ao1 r m ax n)) +("mcdougal" nil (m ax k d uw1 g ax l)) +("mcdougald" nil (m ax k d uw1 g ax l d)) +("mcdougall" nil (m ax k d uw1 g ax l)) +("mcdougals" nil (m ax k d uw1 g ax l z)) +("mcdougle" nil (m ax k d uw1 g ax l)) +("mcdow" nil (m ax k d aw1)) +("mcdowall" nil (m ax k d aw1 ax l)) +("mcdowell" nil (m ax k d aw1 ax l)) +("mcduff" nil (m ax k d ah1 f)) +("mcduffee" nil (m ax k d ah1 f iy0)) +("mcduffie" nil (m ax k d ah1 f iy0)) +("mcduffy" nil (m ax k d ah1 f iy0)) +("mceachern" nil (m ax k iy1 ch er0 n)) +("mceachin" nil (m ax k iy1 ch ax n)) +("mcelderry" nil (m ae1 k ax l d ih1 r iy0)) +("mceldowney" nil (m ae1 k ax l d aw1 n iy0)) +("mcelfresh" nil (m ae1 k ax l f r eh1 sh)) +("mcelhaney" nil (m ae1 k ax l hh ey1 n iy0)) +("mcelhannon" nil (m ae1 k ax l hh ae1 n ax n)) +("mcelhany" nil (m ae1 k ax l hh ey1 n iy0)) +("mcelheney" nil (m ae1 k ax l hh ey1 n iy0)) +("mcelheny" nil (m ae1 k ax l hh iy1 n iy0)) +("mcelhiney" nil (m ae1 k ax l hh ih1 n iy0)) +("mcelhinney" nil (m ae1 k ax l hh ih1 n iy0)) +("mcelhinny" nil (m ae1 k ax l hh ih1 n iy0)) +("mcelhone" nil (m ae1 k ax l hh ow1 n)) +("mcelligott" nil (m ax k eh1 l ax g ax t)) +("mcelmurray" nil (m ae1 k ax l m er1 iy0)) +("mcelmurry" nil (m ae1 k ax l m er1 r iy0)) +("mcelrath" nil (m ae1 k ax l r ae1 th)) +("mcelravy" nil (m ae1 k ax l r ey1 v iy0)) +("mcelreath" nil (m ae1 k ax l r ae1 th)) +("mcelroy" nil (m ae1 k ax l r oy1)) +("mcelvain" nil (m ae1 k ax l v ey1 n)) +("mcelvaine" nil (m ae1 k ax l v ey1 n)) +("mcelveen" nil (m ae1 k ax l v iy1 n)) +("mcelwain" nil (m ae1 k ax l w ey1 n)) +("mcelwaine" nil (m ae1 k ax l w ey1 n)) +("mcelwee" nil (m ae1 k ax l w iy0)) +("mcelyea" nil (m ae1 k ax l y ey1)) +("mcenaney" nil (m ae1 k ax n ey1 n iy0)) +("mcenany" nil (m ae1 k ax n ey1 n iy0)) +("mcendree" nil (m ax k eh1 n d r iy1)) +("mcenerney" nil (m ae1 k ax n er0 n iy0)) +("mcenery" nil (m ax k eh1 n er0 iy0)) +("mcenroe" nil (m ae1 k ax n r ow0)) +("mcentee" nil (m ae1 k ax n t iy0)) +("mcentire" nil (m ae1 k ax n t ay0 r)) +("mcentyre" nil (m ae1 k ax n t ay0 r)) +("mcerlean" nil (m ax k er1 l iy0 n)) +("mceuen" nil (m ax k y uw1 ax n)) +("mcever" nil (m ax k eh1 v er0)) +("mcevers" nil (m ax k eh1 v er0 z)) +("mcevilly" nil (m ax k eh1 v ax l iy0)) +("mcevoy" nil (m ae1 k ax v oy1)) +("mcewan" nil (m ae1 k uw0 ae0 n)) +("mcewen" nil (m ax k y uw1 ax n)) +("mcfadden" nil (m ax k f ae1 d ax n)) +("mcfaddin" nil (m ax k f ae1 d ax n)) +("mcfadin" nil (m ax k f ae1 d ax n)) +("mcfadyen" nil (m ax k f ae1 d iy0 ax n)) +("mcfall" nil (m ax k f ao1 l)) +("mcfalls" nil (m ax k f ao1 l z)) +("mcfann" nil (m ax k f ae1 n)) +("mcfarlan" nil (m ax k f aa1 r l ax n)) +("mcfarland" nil (m ax k f aa1 r l ax n d)) +("mcfarlane" nil (m ax k f aa1 r l ax n)) +("mcfarlin" nil (m ax k f aa1 r l ax n)) +("mcfarling" nil (m ax k f aa1 r l ih0 ng)) +("mcfarren" nil (m ax k f eh1 r ax n)) +("mcfate" nil (m ax k f ey1 t)) +("mcfatridge" nil (m ax k f ae1 t r ih0 jh)) +("mcfatter" nil (m ax k f ae1 t er0)) +("mcfaul" nil (m ax k f ao1 l)) +("mcfayden" nil (m ax k f ey1 d ax n)) +("mcfee" nil (m ax k f iy1)) +("mcfeely" nil (m ax k f iy1 l iy0)) +("mcfeeters" nil (m ax k f iy1 t er0 z)) +("mcferran" nil (m ax k f eh1 r ax n)) +("mcferren" nil (m ax k f eh1 r ax n)) +("mcferrin" nil (m ax k f eh1 r ax n)) +("mcferron" nil (m ax k f eh1 r ax n)) +("mcfetridge" nil (m ax k f eh1 t r ih0 jh)) +("mcgaffey" nil (m ax g ae1 f iy0)) +("mcgagh" nil (m ax g ao1)) +("mcgaha" nil (m ax g aa1 hh ax)) +("mcgahan" nil (m ax g ae1 hh ax n)) +("mcgahee" nil (m ax g ae1 hh iy0)) +("mcgahey" nil (m ax g ae1 hh iy0)) +("mcgalliard" nil (m ax g ae1 l iy0 aa0 r d)) +("mcgann" nil (m ax g ae1 n)) +("mcgannon" nil (m ax g ae1 n ax n)) +("mcgarity" nil (m ax g ae1 r ax t iy0)) +("mcgarr" nil (m ax g aa1 r)) +("mcgarrah" nil (m ax g ae1 r ax)) +("mcgarrigle" nil (m ax g ae1 r ax g ax l)) +("mcgarrity" nil (m ax g ae1 r ax t iy0)) +("mcgarry" nil (m ax g eh1 r iy0)) +("mcgarvey" nil (m ax g aa0 r v ey1)) +("mcgary" nil (m ax g eh1 r iy0)) +("mcgath" nil (m ax g ae1 th)) +("mcgaugh" nil (m ax g ao1)) +("mcgaughey" nil (m ax g ao1 iy0)) +("mcgaughy" nil (m ax g ao1 iy0)) +("mcgauley" nil (m ax g ao1 l iy0)) +("mcgavin" nil (m ax g ae1 v ax n)) +("mcgavock" nil (m ax g ae1 v ax k)) +("mcgaw" nil (m ax g ao1)) +("mcgeachy" nil (m ax g iy1 ch iy0)) +("mcgeary" nil (m ax g ih1 r iy0)) +("mcgee" nil (m ax g iy1)) +("mcgeehan" nil (m ax g iy1 hh ax n)) +("mcgeever" nil (m ax g iy1 v er0)) +("mcgegan" nil (m ax g eh1 g ax n)) +("mcgeorge" nil (m ax k jh ao1 r jh)) +("mcgeough" nil (m ax g ah1 f)) +("mcgettigan" nil (m ax g eh1 t ax g ax n)) +("mcghee" nil (m ax g iy1)) +("mcghie" nil (m ax g iy1)) +("mcgibbon" nil (m ax g ih1 b ax n)) +("mcgill" nil (m ax g ih1 l)) +("mcgillen" nil (m ax g ih1 l ax n)) +("mcgillicuddy" nil (m ax g ih1 l ax k ax d iy0)) +("mcgillis" nil (m ax g ih1 l ax s)) +("mcgillivray" nil (m ax g ih1 l ax v r ey0)) +("mcgilton" nil (m ax g ih1 l t ax n)) +("mcgilvery" nil (m ax g ih1 l v er0 iy0)) +("mcgilvray" nil (m ax g ih1 l v r iy0)) +("mcginley" nil (m ax g ih1 n l iy0)) +("mcginn" nil (m ax g ih1 n)) +("mcginnes" nil (m ax g ih1 n z)) +("mcginness" nil (m ax g ih1 n ax s)) +("mcginnis" nil (m ax g ih1 n ax s)) +("mcginniss" nil (m ax g ih1 n ax s)) +("mcginnity" nil (m ax g ih1 n ax t iy0)) +("mcginty" nil (m ax g ih1 n t iy0)) +("mcgirr" nil (m ax g er1)) +("mcgirt" nil (m ax g er1 t)) +("mcgivern" nil (m ax g ih1 v er0 n)) +("mcgivney" nil (m ax g ih1 v n iy0)) +("mcglade" nil (m ax g l ey1 d)) +("mcglamery" nil (m ax g l ae1 m er0 iy0)) +("mcglashan" nil (m ax g l ae1 sh ax n)) +("mcglasson" nil (m ax g l ae1 s ax n)) +("mcglaughlin" nil (m ax g l ao1 f l ax n)) +("mcglaun" nil (m ax g l ao1 n)) +("mcglinchey" nil (m ax g l ih1 n ch iy0)) +("mcglinn" nil (m ax g l ih1 n)) +("mcglocklin" nil (m ax g l aa1 k l ax n)) +("mcgloin" nil (m ax g l oy1 n)) +("mcglone" nil (m ax g l ow1 n)) +("mcglory" nil (m ax g l ao1 r iy0)) +("mcglothen" nil (m ax g l aa1 th ax n)) +("mcglothin" nil (m ax g l aa1 th ax n)) +("mcglothlin" nil (m ax g l aa1 th l ax n)) +("mcglynn" nil (m ax g l ih1 n)) +("mcgoey" nil (m ax g aa1 iy0)) +("mcgoff" nil (m ax g ao1 f)) +("mcgoldrick" nil (m ax g ow1 l d r ax k)) +("mcgols" nil (m ax k g aa1 l z)) +("mcgonagle" nil (m ax g aa1 n ax g ax l)) +("mcgonigal" nil (m ax g aa1 n ax g ax l)) +("mcgonigle" nil (m ax g aa1 n ax g ax l)) +("mcgough" nil (m ax g aw1)) +("mcgourty" nil (m ax g uh1 r t iy0)) +("mcgovern" nil (m ax g ah1 v er0 n)) +("mcgowan" nil (m ax g aw1 ax n)) +("mcgowen" nil (m ax g aw1 ax n)) +("mcgowin" nil (m ax k g aw1 ax n)) +("mcgown" nil (m ax g aw1 n)) +("mcgrady" nil (m ax g r ey1 d iy0)) +("mcgrail" nil (m ax g r ey1 l)) +("mcgrain" nil (m ax g r ey1 n)) +("mcgranahan" nil (m ax g r ae1 n ax hh ae1 n)) +("mcgrane" nil (m ax g r ey1 n)) +("mcgrath" nil (m ax g r ae1 th)) +("mcgraw" nil (m ax g r ao1)) +("mcgray" nil (m ax g r ey1)) +("mcgreal" nil (m ax g r iy1 l)) +("mcgreevey" nil (m ax g r iy1 v iy0)) +("mcgreevy" nil (m ax g r iy1 v iy0)) +("mcgregor" nil (m ax g r eh1 g er0)) +("mcgregory" nil (m ax g r eh1 g er0 iy0)) +("mcgrevin" nil (m ax g r eh1 v ax n)) +("mcgrew" nil (m ax g r uw1)) +("mcgriff" nil (m ax g r ih1 f)) +("mcgroarty" nil (m ax g r ao1 r t iy0)) +("mcgrogan" nil (m ax g r ow1 g ax n)) +("mcgrory" nil (m ax g r ao1 r iy0)) +("mcgruder" nil (m ax g r uw1 d er0)) +("mcguane" nil (m ax g w ey1 n)) +("mcguckin" nil (m ax g ah1 k ax n)) +("mcgue" nil (m ax g y uw1)) +("mcguffee" nil (m ax g ah1 f iy0)) +("mcguffey" nil (m ax g ah1 f iy0)) +("mcguffie" nil (m ax g ah1 f iy0)) +("mcguffin" nil (m ax g ah1 f ax n)) +("mcguigan" nil (m ax g ih1 g ax n)) +("mcguiness" nil (m ax g ih1 n ax s)) +("mcguinn" nil (m ax g ih1 n)) +("mcguinness" nil (m ax g ih1 n ax s)) +("mcguire" nil (m ax g w ay1 r)) +("mcguirk" nil (m ax g er1 k)) +("mcguirt" nil (m ax g er1 t)) +("mcgurk" nil (m ax g er1 k)) +("mcgurn" nil (m ax g er1 n)) +("mcguyer" nil (m ax g ay1 er0)) +("mcgwire" nil (m ax g w ay1 r)) +("mchaffie" nil (m ax k ae1 f iy0)) +("mchale" nil (m ax k ey1 l)) +("mcham" nil (m ax k ae1 m)) +("mchan" nil (m ax k ae1 n)) +("mchaney" nil (m ax k ae1 n iy0)) +("mchargue" nil (m ax k aa1 r g)) +("mchatton" nil (m ax k ae1 t ax n)) +("mchenry" nil (m ax k eh1 n r iy0)) +("mchone" nil (m ax k ow1 n)) +("mchugh" nil (m ax k y uw1)) +("mcilhenny" nil (m ae1 k ih1 l hh eh1 n iy0)) +("mcilrath" nil (m ae1 k ax l r ae1 th)) +("mcilroy" nil (m ae1 k ax l r oy1)) +("mcilvain" nil (m ae1 k ih1 l v ey1 n)) +("mcilvaine" nil (m ae1 k ih1 l v ey1 n)) +("mcilveen" nil (m ae1 k ih1 l v iy1 n)) +("mcilwain" nil (m ae1 k ih1 l w ey1 n)) +("mcinerney" nil (m ae1 k ax n er0 n iy0)) +("mcinerny" nil (m ae1 k ax n er0 n iy0)) +("mcingvale" nil (m ae1 k ih0 ng v ey1 l)) +("mcinnes" nil (m ax g ih1 n ax s)) +("mcinnis" nil (m ax g ih1 n ax s)) +("mcinroy" nil (m ae1 k ih1 n r oy1)) +("mcintee" nil (m ae1 k ih1 n t iy1)) +("mcintire" nil (m ae1 k ih1 n t ay1 r)) +("mcintosh" nil (m ae1 k ax n t ao1 sh)) +("mcinturf" nil (m ae1 k ih1 n t er1 f)) +("mcinturff" nil (m ae1 k ih1 n t er1 f)) +("mcintyre" nil (m ae1 k ih1 n t ay1 r)) +("mcinvale" nil (m ae1 k ih1 n v ey1 l)) +("mcisaac" nil (m ax k ay1 z ax k)) +("mciver" nil (m ax k ih1 v er0)) +("mcivor" nil (m ax k ih1 v er0)) +("mcjunkin" nil (m ax k jh ah1 ng k ax n)) +("mcjunkins" nil (m ax k jh ah1 ng k ax n z)) +("mckaig" nil (m ax k ey1 g)) +("mckain" nil (m ax k ey1 n)) +("mckamey" nil (m ax k ae1 m iy0)) +("mckane" nil (m ax k ey1 n)) +("mckanna" nil (m ax k ae1 n ax)) +("mckay" nil (m ax k ey1)) +("mckeag" nil (m ax k iy1 g)) +("mckeague" nil (m ax k iy1 g)) +("mckean" nil (m ax k iy1 n)) +("mckeand" nil (m ax k iy1 n d)) +("mckechnie" nil (m ax k eh1 k n iy0)) +("mckee" nil (m ax k iy1)) +("mckeegan" nil (m ax k iy1 g ax n)) +("mckeehan" nil (m ax k iy1 hh ax n)) +("mckeel" nil (m ax k iy1 l)) +("mckeeman" nil (m ax k iy1 m ax n)) +("mckeen" nil (m ax k iy1 n)) +("mckeesport" nil (m ax k iy1 s p ao1 r t)) +("mckeever" nil (m ax k iy1 v er0)) +("mckeithan" nil (m ax k iy1 th ax n)) +("mckeithen" nil (m ax k iy1 th ax n)) +("mckell" nil (m ax k eh1 l)) +("mckellar" nil (m ax k eh1 l er0)) +("mckeller" nil (m ax k eh1 l er0)) +("mckellips" nil (m ax k eh1 l ih0 p s)) +("mckelvey" nil (m ae1 k ax l v ey1)) +("mckelvie" nil (m ae1 k ax l v iy1)) +("mckelvy" nil (m ae1 k ax l v iy1)) +("mckemie" nil (m ax k eh1 m iy0)) +("mckendree" nil (m ax k eh1 n d r iy0)) +("mckendrick" nil (m ax k eh1 n d r ih0 k)) +("mckendry" nil (m ax k eh1 n d r iy0)) +("mckenna" nil (m ax k eh1 n ax)) +("mckenney" nil (m ax k eh1 n iy0)) +("mckennon" nil (m ax k eh1 n ax n)) +("mckenny" nil (m ax k eh1 n iy0)) +("mckenrick" nil (m ax k eh1 n r ih0 k)) +("mckenzie" nil (m ax k eh1 n z iy0)) +("mckeon" nil (m ax k iy1 ax n)) +("mckeone" nil (m ax k iy1 ax n)) +("mckeough" nil (m ax k iy1 ow0)) +("mckeown" nil (m ax k y uw1 ax n)) +("mckercher" nil (m ax k er1 ch er0)) +("mckern" nil (m ax k er1 n)) +("mckernan" nil (m ax k er1 n ax n)) +("mckesson" nil (m ax k eh1 s ax n)) +("mckethan" nil (m ax k eh1 th ax n)) +("mckevitt" nil (m ax k eh1 v ax t)) +("mckey" nil (m ax k iy1)) +("mckibben" nil (m ax k ih1 b ax n)) +("mckibbin" nil (m ax k ih1 b ax n)) +("mckibbon" nil (m ax k ih1 b ax n)) +("mckids" nil (m ax k ih1 d z)) +("mckie" nil (m ax k iy1)) +("mckiernan" nil (m ax k ih1 r n ax n)) +("mckillip" nil (m ax k ih1 l ax p)) +("mckillop" nil (m ax k ih1 l ax p)) +("mckim" nil (m ax k ih1 m)) +("mckimmey" nil (m ax k ih1 m iy0)) +("mckimmy" nil (m ax k ih1 m iy0)) +("mckinlay" nil (m ax k ih1 n l iy0)) +("mckinley" nil (m ax k ih1 n l iy0)) +("mckinney" nil (m ax k ih1 n iy0)) +("mckinnie" nil (m ax k ih1 n iy0)) +("mckinnis" nil (m ax k ih1 n ax s)) +("mckinnon" nil (m ax k ih1 n ax n)) +("mckinsey" nil (m ax k ih1 n z iy0)) +("mckinstry" nil (m ax k ih1 n s t r iy0)) +("mckinzie" nil (m ax k ih1 n z iy0)) +("mckissack" nil (m ax k ih1 s ax k)) +("mckissic" nil (m ax k ih1 s ih0 k)) +("mckissick" nil (m ax k ih1 s ih0 k)) +("mckitrick" nil (m ax k ih1 t r ih0 k)) +("mckittrick" nil (m ax k ih1 t r ih0 k)) +("mckneely" nil (m ax k n iy1 l iy0)) +("mcknew" nil (m ax k n uw1)) +("mcknight" nil (m ax k n ay1 t)) +("mckone" nil (m ax k ow1 n)) +("mckowen" nil (m ax k aw1 ax n)) +("mckown" nil (m ax k ow1 n)) +("mckoy" nil (m ax k oy1)) +("mckune" nil (m ax k y uw1 n)) +("mclachlan" nil (m ax k l aa1 k l ax n)) +("mclafferty" nil (m ax k l ae1 f er0 t iy0)) +("mclain" nil (m ax k l ey1 n)) +("mclamb" nil (m ax k l ae1 m)) +("mclanahan" nil (m ax k l ae1 n ax hh ae0 n)) +("mclane" nil (m ax k l ey1 n)) +("mclaren" nil (m ax k l eh1 r ax n)) +("mclarney" nil (m ax k l aa1 r n iy0)) +("mclarty" nil (m ax k l aa1 r t iy0)) +("mclauchlin" nil (m ax k l ao1 k l ax n)) +("mclaughlin" nil (m ax g l aa1 k l ax n)) +("mclaurin" nil (m ax k l ao1 r ax n)) +("mclaury" nil (m ax k l ao1 r iy0)) +("mclawhorn" nil (m ax k l ae1 w er0 n)) +("mclay" nil (m ax k l ey1)) +("mclean" nil (m ax k l iy1 n)) +("mclear" nil (m ax k l ih1 r)) +("mcleary" nil (m ax k l ih1 r iy0)) +("mclees" nil (m ax k l iy1 z)) +("mcleish" nil (m ax k l iy1 sh)) +("mcleland" nil (m ax k l eh1 l ax n d)) +("mclellan" nil (m ax k l eh1 l ax n)) +("mclelland" nil (m ax k l eh1 l ax n d)) +("mclendon" nil (m ax k l eh1 n d ax n)) +("mclennan" nil (m ax k l eh1 n ax n)) +("mcleod" nil (m ax k l aw1 d)) +("mcleroy" nil (m ax k l iy1 r oy0)) +("mclerran" nil (m ax k l eh1 r ax n)) +("mclester" nil (m ax k l eh1 s t er0)) +("mclin" nil (m ax k l ih1 n)) +("mclinden" nil (m ax k l ih1 n d ax n)) +("mclinn" nil (m ax k l ih1 n)) +("mclish" nil (m ax k l ih1 sh)) +("mcloud" nil (m ax k l aw1 d)) +("mclouth" nil (m ax k l aw1 th)) +("mclucas" nil (m ax k l uw1 k ax z)) +("mcluckie" nil (m ax k l ah1 k iy0)) +("mclure" nil (m ax k l uw1 r)) +("mcmackin" nil (m ax k m ae1 k ax n)) +("mcmahan" nil (m ax k m ey1 hh ax n)) +("mcmahen" nil (m ax k m ey1 hh ax n)) +("mcmahill" nil (m ax k m ey1 hh ih1 l)) +("mcmahon" nil (m ax k m ey1 ax n)) +("mcmains" nil (m ax k m ey1 n z)) +("mcmaken" nil (m ax k m ey1 k ax n)) +("mcmakin" nil (m ax k m ae1 k ax n)) +("mcmanama" nil (m ax k m ae1 n ax m ax)) +("mcmanaman" nil (m ax k m ae1 n ax m ax n)) +("mcmanamon" nil (m ax k m ae1 n ax m ax n)) +("mcmanaway" nil (m ax k m ae1 n ax w ey0)) +("mcmanigal" nil (m ax k m ae1 n ax g ax l)) +("mcmanis" nil (m ax k m ae1 n ax s)) +("mcmann" nil (m ax k m ae1 n)) +("mcmannis" nil (m ax k m ae1 n ax s)) +("mcmanus" nil (m ax k m ae1 n ax s)) +("mcmartin" nil (m ax k m aa1 r t ax n)) +("mcmaster" nil (m ax k m ae1 s t er0)) +("mcmasters" nil (m ax k m ae1 s t er0 z)) +("mcmath" nil (m ax k m ae1 th)) +("mcmeans" nil (m ax k m iy1 n z)) +("mcmeekin" nil (m ax k m iy1 k ax n)) +("mcmeen" nil (m ax k m iy1 n)) +("mcmenamin" nil (m ax k m eh1 n ax m ax n)) +("mcmenamy" nil (m ax k m eh1 n ax m iy0)) +("mcmenemy" nil (m ax k m eh1 n ax m iy0)) +("mcmennamin" nil (m ax k m eh1 n ax m ax n)) +("mcmichael" nil (m ax k m ay1 k ax l)) +("mcmichen" nil (m ax k m ih1 ch ax n)) +("mcmickle" nil (m ax k m ih1 k ax l)) +("mcmillan" nil (m ax k m ih1 l ax n)) +("mcmillen" nil (m ax k m ih1 l ax n)) +("mcmiller" nil (m ax k m ih1 l er0)) +("mcmillian" nil (m ax k m ih1 l y ax n)) +("mcmillin" nil (m ax k m ih1 l ih0 n)) +("mcmillion" nil (m ax k m ih1 l y ax n)) +("mcmillon" nil (m ax k m ih1 l ax n)) +("mcminn" nil (m ax k m ih1 n)) +("mcmonagle" nil (m ax k m aa1 n ax g ax l)) +("mcmonigle" nil (m ax k m aa1 n ax g ax l)) +("mcmoran" nil (m ax k m ao1 r ax n)) +("mcmorran" nil (m ax k m ao1 r ax n)) +("mcmorris" nil (m ax k m ao1 r ax s)) +("mcmorrow" nil (m ax k m ao1 r ow0)) +("mcmuffin" nil (m ax k m ah1 f ax n)) +("mcmullan" nil (m ax k m ah1 l ax n)) +("mcmullen" nil (m ax k ah1 l ax n)) +("mcmullin" nil (m ax k m ah1 l ax n)) +("mcmunn" nil (m ax k m ah1 n)) +("mcmurdo" nil (m ax k m er1 d ow0)) +("mcmurphy" nil (m ax k m er1 f iy0)) +("mcmurray" nil (m ax k m er1 ey0)) +("mcmurrey" nil (m ax k m er1 iy0)) +("mcmurry" nil (m ax k m er1 iy0)) +("mcmurtrey" nil (m ax k m er1 t r iy0)) +("mcmurtrie" nil (m ax k m er1 t er0 iy0)) +("mcmurtry" nil (m ax k m er1 t r iy0)) +("mcnab" nil (m ax k n ae1 b)) +("mcnabb" nil (m ax k n ae1 b)) +("mcnair" nil (m ax k n eh1 r)) +("mcnairy" nil (m ax k n eh1 r iy0)) +("mcnall" nil (m ax k n ao1 l)) +("mcnalley" nil (m ax k n ae1 l iy0)) +("mcnally" nil (m ax k n ae1 l iy0)) +("mcnamara" nil (m ae1 k n ax m eh1 r ax)) +("mcnamee" nil (m ae1 k n ax m iy0)) +("mcnamer" nil (m ax k n ey1 m er0)) +("mcnaney" nil (m ax k n ae1 n iy0)) +("mcnary" nil (m ax k n eh1 r iy0)) +("mcnatt" nil (m ax k n ae1 t)) +("mcnaught" nil (m ax k n ao1 t)) +("mcnaughton" nil (m ax k n ao1 t ax n)) +("mcnay" nil (m ax k n ey1)) +("mcneal" nil (m ax k n iy1 l)) +("mcnealy" nil (m ax k n iy1 l iy0)) +("mcnear" nil (m ax k n ih1 r)) +("mcneary" nil (m ax k n ih1 r iy0)) +("mcnease" nil (m ax k n iy1 z)) +("mcnee" nil (m ax k n iy1)) +("mcneece" nil (m ax k n iy1 s)) +("mcneel" nil (m ax k n iy1 l)) +("mcneeley" nil (m ax k n iy1 l iy0)) +("mcneely" nil (m ax k n iy1 l iy0)) +("mcneer" nil (m ax k n ih1 r)) +("mcnees" nil (m ax k n iy1 z)) +("mcneese" nil (m ax k n iy1 s)) +("mcneff" nil (m ax k n eh1 f)) +("mcneice" nil (m ax k n iy1 s)) +("mcneil" nil (m ax k n iy1 l)) +("mcneill" nil (m ax k n iy1 l)) +("mcneilly" nil (m ax k n iy1 l iy0)) +("mcneish" nil (m ax k n iy1 sh)) +("mcnelis" nil (m ax k n eh1 l ax s)) +("mcnellis" nil (m ax k n eh1 l ax s)) +("mcnelly" nil (m ax k n eh1 l iy0)) +("mcnemar" nil (m ae1 k n ax m aa1 r)) +("mcnerney" nil (m ax k n er1 n iy0)) +("mcnett" nil (m ax k n eh1 t)) +("mcnevin" nil (m ax k n eh1 v ax n)) +("mcnew" nil (m ax k n uw1)) +("mcnichol" nil (m ax k n ih1 k ax l)) +("mcnicholas" nil (m ax k n ih1 l ax l ax s)) +("mcnichols" nil (m ax k n ih1 k ax l z)) +("mcnickle" nil (m ax k n ih1 k ax l)) +("mcnicol" nil (m ax k n ih1 k ao0 l)) +("mcniel" nil (m ax k n iy1 l)) +("mcniff" nil (m ax k n ih1 f)) +("mcninch" nil (m ax k n ih1 n ch)) +("mcnish" nil (m ax k n ih1 sh)) +("mcnitt" nil (m ax k n ih1 t)) +("mcnorton" nil (m ax k n ao1 r t ax n)) +("mcnuggets" nil (m ax k n ah1 g ax t s)) +("mcnulty" nil (m ax k n ah1 l t iy0)) +("mcnutt" nil (m ax k n ah1 t)) +("mcomber" nil (m ax k aa1 m b er0)) +("mcorp" nil (eh1 m k ao1 r p)) +("mcpaper" nil (m ax k p ey1 p er0)) +("mcparland" nil (m ax k p aa1 r l ax n d)) +("mcpartland" nil (m ax k p aa1 r t l ax n d)) +("mcpartlin" nil (m ax k p aa1 r t l ax n)) +("mcpeak" nil (m ax k p iy1 k)) +("mcpeake" nil (m ax k p iy1 k)) +("mcpeck" nil (m ax k p eh1 k)) +("mcpeek" nil (m ax k p iy1 k)) +("mcpeters" nil (m ax k p iy1 t er0 z)) +("mcphail" nil (m ax k f ey1 l)) +("mcphatter" nil (m ax k f ae1 t er0)) +("mcphaul" nil (m ax k f ao1 l)) +("mcphearson" nil (m ax k f er1 s ax n)) +("mcphee" nil (m ax k f iy1)) +("mcpheeters" nil (m ax k f iy1 t er0 z)) +("mcpheron" nil (m ax k f eh1 r ax n)) +("mcpherson" nil (m ax k f er1 s ax n)) +("mcphie" nil (m ax k f iy1)) +("mcphillips" nil (m ax k f ih1 l ax p s)) +("mcpike" nil (m ax k p ay1 k)) +("mcquade" nil (m ax k w ey1 d)) +("mcquaid" nil (m ax k w ey1 d)) +("mcquaide" nil (m ax k w ey1 d)) +("mcquaig" nil (m ax k w ey1 g)) +("mcquain" nil (m ax k w ey1 n)) +("mcquarrie" nil (m ax k w ao1 r iy0)) +("mcquary" nil (m iy1 k w eh0 r iy0)) +("mcquay" nil (m ax k ey1)) +("mcqueary" nil (m ax k w ih1 r iy0)) +("mcqueen" nil (m ax k w iy1 n)) +("mcqueeney" nil (m ax k w iy1 n iy0)) +("mcquerry" nil (m ax k w eh1 r iy0)) +("mcquigg" nil (m ax k w ih1 g)) +("mcquilkin" nil (m ax k w ih1 l k ax n)) +("mcquillan" nil (m ax k w ih1 l ax n)) +("mcquillen" nil (m ax k w ih1 l ax n)) +("mcquillin" nil (m ax k w ih1 l ax n)) +("mcquinn" nil (m ax k w ih1 n)) +("mcquire" nil (m ax k w ay1 r)) +("mcquiston" nil (m ax k w ih1 s t ax n)) +("mcquitty" nil (m ax k w ih1 t iy0)) +("mcquown" nil (m ax k w aw1 n)) +("mcrae" nil (m ax k r ey1)) +("mcraney" nil (m ax k r ae1 n iy0)) +("mcray" nil (m ax k r ey1)) +("mcree" nil (m ax k r iy1)) +("mcreynolds" nil (m ax k r ey1 n ax l d z)) +("mcright" nil (m ax k r ay1 t)) +("mcroberts" nil (m ax k r aa1 b er0 t s)) +("mcrorie" nil (m ax k r ao1 r iy0)) +("mcroy" nil (m ax k r oy1)) +("mcshan" nil (m ax k sh ae1 n)) +("mcshane" nil (m ax k sh ey1 n)) +("mcshea" nil (m ax k sh ey1)) +("mcsherry" nil (m ax k sh eh1 r iy0)) +("mcsleep" nil (m ax k s l iy1 p)) +("mcsorley" nil (m ax k s ao1 r l iy0)) +("mcspadden" nil (m ax k s p ae1 d ax n)) +("mcstay" nil (m ax k s t ey1)) +("mcswain" nil (m ax k s w ey1 n)) +("mcsween" nil (m ax k s w iy1 n)) +("mcsweeney" nil (m ax k s w iy1 n iy0)) +("mctaggart" nil (m ax k t ae1 g er0 t)) +("mctague" nil (m ax k t ey1 g)) +("mctavish" nil (m ax k t ey1 v ih0 sh)) +("mcteer" nil (m ax k t ih1 r)) +("mcternan" nil (m ax k t er1 n ax n)) +("mctier" nil (m ax k t ay1 er0)) +("mctiernan" nil (m ax k t ay1 r n ax n)) +("mctighe" nil (m ax k t ay1 g)) +("mctigue" nil (m ax k t iy1 g)) +("mcvay" nil (m ax k v ey1)) +("mcvea" nil (m ax k v iy1)) +("mcveigh" nil (m ax k v ey1)) +("mcvey" nil (m ax k v ey1)) +("mcvicar" nil (m ax k v ih1 k er0)) +("mcvicker" nil (m ax k v ih1 k er0)) +("mcvoy" nil (m ax k v oy1)) +("mcwain" nil (m ax k w ey1 n)) +("mcwaters" nil (m ax k w ao1 t er0 z)) +("mcwatters" nil (m ax k w ao1 t er0 z)) +("mcweeney" nil (m ax k w iy1 n iy0)) +("mcwethy" nil (m ax k w eh1 th iy0)) +("mcwherter" nil (m ax k w er1 t er0)) +("mcwhinney" nil (m ax k w ih1 n iy0)) +("mcwhirt" nil (m ax k w er1 t)) +("mcwhirter" nil (m ax k w er1 t er0)) +("mcwhite" nil (m ax k w ay1 t)) +("mcwhorter" nil (m ax k w ao1 r t er0)) +("mcwilliam" nil (m ax k w ih1 l y ax m)) +("mcwilliams" nil (m ax k w ih1 l y ax m z)) +("mcwright" nil (m ax k r ay1 t)) +("mczeal" nil (m ax k z iy1 l)) +("me" nil (m iy1)) +("mea" nil (m iy1)) +("meacham" nil (m iy1 ch ax m)) +("meachum" nil (m iy1 ch ax m)) +("mead" nil (m iy1 d)) +("meade" nil (m iy1 d)) +("meader" nil (m iy1 d er0)) +("meaders" nil (m iy1 d er0 z)) +("meador" nil (m iy1 d er0)) +("meadors" nil (m iy1 d er0 z)) +("meadow" nil (m eh1 d ow1)) +("meadowlands" nil (m eh1 d ow0 l ae1 n d z)) +("meadowlark" nil (m eh1 d ow0 l aa1 r k)) +("meadows" nil (m eh1 d ow1 z)) +("meads" nil (m iy1 d z)) +("meager" nil (m iy1 g er0)) +("meagher" nil (m aa1 r)) +("meaker" nil (m iy1 k er0)) +("meakin" nil (m iy1 k ih0 n)) +("meal" nil (m iy1 l)) +("mealer" nil (m iy1 l er0)) +("mealey" nil (m iy1 l iy0)) +("mealing" nil (m iy1 l ih0 ng)) +("mealor" nil (m iy1 l er0)) +("meals" nil (m iy1 l z)) +("mealtime" nil (m iy1 l t ay1 m)) +("mealy" nil (m iy1 l iy0)) +("mealynosed" nil (m iy1 l iy0 n ow1 z d)) +("mean" nil (m iy1 n)) +("meander" nil (m iy0 ae1 n d er0)) +("meandered" nil (m iy0 ae1 n d er0 d)) +("meandering" nil (m iy0 ae1 n d er0 ih0 ng)) +("meanders" nil (m iy0 ae1 n d er0 z)) +("meaner" nil (m iy1 n er0)) +("meanest" nil (m iy1 n ax s t)) +("meaney" nil (m iy1 n iy0)) +("meaning" nil (m iy1 n ih0 ng)) +("meaningful" nil (m iy1 n ih0 ng f ax l)) +("meaningfully" nil (m iy1 n ih0 ng f ax l iy0)) +("meaningless" nil (m iy1 n ih0 ng l ax s)) +("meanings" nil (m iy1 n ih0 ng z)) +("meanness" nil (m iy1 n n ax s)) +("meanor" nil (m iy1 n er0)) +("means" nil (m iy1 n z)) +("meant" nil (m eh1 n t)) +("meantime" nil (m iy1 n t ay1 m)) +("meanwhile" nil (m iy1 n w ay1 l)) +("meany" nil (m iy1 n iy0)) +("mear" nil (m ih1 r)) +("meara" nil (m iy1 r ax)) +("meares" nil (m iy1 r z)) +("mearns" nil (m er1 n z)) +("mears" nil (m ih1 r z)) +("mease" nil (m iy1 z)) +("measel" nil (m iy1 z ax l)) +("measles" nil (m iy1 z ax l z)) +("measly" nil (m iy1 z l iy0)) +("measurable" nil (m eh1 zh er0 ax b ax l)) +("measurably" nil (m eh1 zh er0 ax b l iy0)) +("measure" nil (m eh1 zh er0)) +("measured" nil (m eh1 zh er0 d)) +("measurement" nil (m eh1 zh er0 m ax n t)) +("measurements" nil (m eh1 zh er0 m ax n t s)) +("measures" nil (m eh1 zh er0 z)) +("measurex" nil (m eh1 z er0 ax k s)) +("measuring" nil (m eh1 zh er0 ih0 ng)) +("meat" nil (m iy1 t)) +("meatball" nil (m iy1 t b ao1 l)) +("meatballs" nil (m iy1 t b ao1 l z)) +("meath" nil (m iy1 th)) +("meatier" nil (m iy1 t iy0 er0)) +("meatpacker" nil (m iy1 t p ae1 k er0)) +("meatpackers" nil (m iy1 t p ae1 k er0 z)) +("meatpacking" nil (m iy1 t p ae1 k ih0 ng)) +("meats" nil (m iy1 t s)) +("meaty" nil (m iy1 t iy0)) +("meaux" nil (m ow1)) +("meave" nil (m iy1 v)) +("mebane" nil (m eh1 b ax n)) +("meca" nil (m eh1 k ax)) +("mecca" nil (m eh1 k ax)) +("mech" nil (m eh1 k)) +("mecham" nil (m eh1 ch ax m)) +("mechanic" nil (m ax k ae1 n ih0 k)) +("mechanical" nil (m ax k ae1 n ih0 k ax l)) +("mechanically" nil (m ax k ae1 n ih0 k l iy0)) +("mechanics" nil (m ax k ae1 n ih0 k s)) +("mechanicsburg" nil (m ax k ae1 n ih0 k s b er0 g)) +("mechanism" nil (m eh1 k ax n ih1 z ax m)) +("mechanisms" nil (m eh1 k ax n ih1 z ax m z)) +("mechanistic" nil (m eh1 k ax n ih1 s t ih0 k)) +("mechanization" nil (m eh1 k ax n ax z ey1 sh ax n)) +("mechanized" nil (m eh1 k ax n ay1 z d)) +("meche" nil (m eh1 ch)) +("mechem" nil (m eh1 k ih0 m)) +("mechler" nil (m eh1 k l er0)) +("mechling" nil (m eh1 k l ih0 ng)) +("meciar" nil (m eh1 s iy0 aa0 r)) +("meck" nil (m eh1 k)) +("meckel" nil (m eh1 k ax l)) +("meckes" nil (m eh1 k s)) +("mecklenburg" nil (m eh1 k l ax n b er0 g)) +("meckler" nil (m eh1 k l er0)) +("meckley" nil (m eh1 k l iy0)) +("meckstroth" nil (m eh1 k s t r ao0 th)) +("mecum" nil (m eh1 k ax m)) +("med" nil (m eh1 d)) +("meda" nil (m ey1 d ax)) +("medaglia" nil (m eh0 d aa1 g l iy0 ax)) +("medal" nil (m eh1 d ax l)) +("medalist" nil (m eh1 d ax l ih0 s t)) +("medalists" nil (m eh1 d ax l ih0 s t s)) +("medallion" nil (m ax d ae1 l y ax n)) +("medallions" nil (m ax d ae1 l y ax n z)) +("medals" nil (m eh1 d ax l z)) +("medaphis" nil (m eh1 d ax f ih1 s)) +("medar" nil (m eh1 d er0)) +("medarex" nil (m eh1 d er0 eh1 k s)) +("medaris" nil (m ey0 d aa1 r ih0 s)) +("medcalf" nil (m eh1 d k ae0 l f)) +("medchem" nil (m eh1 d k eh1 m)) +("medco" nil (m eh1 d k ow0)) +("meddaugh" nil (m eh1 d ao0)) +("medders" nil (m eh1 d er0 z)) +("meddle" nil (m eh1 d ax l)) +("meddlesome" nil (m eh1 d ax l s ax m)) +("meddling" nil (m eh1 d ax l ih0 ng)) +("medea" nil (m ax d iy1 ax)) +("medearis" nil (m eh1 d er0 ih0 s)) +("medeiros" nil (m ey0 d ih1 r ow0 z)) +("medel" nil (m eh1 d ax l)) +("medellin" nil (m ih0 d eh1 l ih0 n)) +("medema" nil (m eh0 d eh1 m ax)) +("medendorp" nil (m eh1 d eh0 n d ao0 r p)) +("meder" nil (m iy1 d er0)) +("mederos" nil (m eh1 d er0 ow0 z)) +("medes" nil (m iy1 d z)) +("medeva" nil (m eh1 d eh1 v ax)) +("medex" nil (m eh1 d ax k s)) +("medfacts" nil (m eh1 d f ae1 k t s)) +("medfirst" nil (m eh1 d f er1 s t)) +("medfly" nil (m eh1 d f l iy0)) +("medford" nil (m eh1 d f er0 d)) +("medgar" nil (m eh1 d g er0)) +("medi" nil (m eh1 d iy0)) +("media" nil (m iy1 d iy0 ax)) +("mediamark" nil (m iy1 d iy0 ax m aa1 r k)) +("median" nil (m iy1 d iy0 ax n)) +("medianews" nil (m iy1 d iy0 ax y uw1 z)) +("mediaset" nil (m iy1 d iy0 ax s eh1 t)) +("mediate" nil (m iy1 d iy0 ey1 t)) +("mediated" nil (m iy1 d iy0 ey1 t ih0 d)) +("mediating" nil (m iy1 d iy0 ey1 t ih0 ng)) +("mediation" nil (m iy1 d iy0 ey1 sh ax n)) +("mediator" nil (m iy1 d iy0 ey1 t er0)) +("mediators" nil (m iy1 d iy0 ey1 t er0 z)) +("medic" nil (m eh1 d ih0 k)) +("medicaid" nil (m eh1 d ax k ey1 d)) +("medical" nil (m eh1 d ax k ax l)) +("medically" nil (m eh1 d ax k l iy0)) +("medicare" nil (m eh1 d ax k eh1 r)) +("medicate" nil (m eh1 d ih0 k ey1 t)) +("medication" nil (m eh1 d ax k ey1 sh ax n)) +("medications" nil (m eh1 d ax k ey1 sh ax n z)) +("medici" nil (m eh0 d iy1 s iy0)) +("medicinal" nil (m ax d ih1 s ax n ax l)) +("medicinally" nil (m ax d ih1 s ax n ax l iy0)) +("medicine" nil (m eh1 d ax s ax n)) +("medicines" nil (m eh1 d ax s ax n z)) +("medico" nil (m eh1 d ih0 k ow1)) +("medics" nil (m eh1 d ih0 k s)) +("medicus" nil (m eh1 d ih0 k ax s)) +("medieval" nil (m ih0 d iy1 v ax l)) +("medigap" nil (m eh1 d ih0 g ae0 p)) +("medimmune" nil (m eh1 d ih0 m y uw1 n)) +("medin" nil (m ey0 d iy1 n)) +("medina" nil (m ax d ay1 n ax)) +("medinger" nil (m iy1 d ih0 ng er0)) +("medio" nil (m iy1 d iy0 ow0)) +("mediobanca" nil (m ih0 d iy1 ow0 b ae1 ng k ax)) +("mediocre" nil (m iy1 d iy0 ow1 k er0)) +("mediocrity" nil (m iy1 d iy0 aa1 k r ax t iy0)) +("mediplex" nil (m eh1 d ih0 p l eh1 k s)) +("mediq" nil (m eh0 d iy1 k)) +("medisgroups" nil (m eh1 d ih0 s g r uw1 p s)) +("meditate" nil (m eh1 d ax t ey1 t)) +("meditating" nil (m eh1 d ax t ey1 t ih0 ng)) +("meditation" nil (m eh1 d ax t ey1 sh ax n)) +("meditations" nil (m eh1 d ih0 t ey1 sh ax n z)) +("meditative" nil (m eh1 d ax t ey1 t ih0 v)) +("mediterranean" nil (m eh1 d ax t er0 ey1 n iy0 ax n)) +("meditrust" nil (m eh1 d ih0 t r ah1 s t)) +("meditz" nil (m eh1 d ih0 t s)) +("medium" nil (m iy1 d iy0 ax m)) +("mediums" nil (m iy1 d iy0 ax m z)) +("medland" nil (m eh1 d l ax n d)) +("medlar" nil (m eh1 d l er0)) +("medlen" nil (m eh1 d ax l ax n)) +("medler" nil (m eh1 d l er0)) +("medley" nil (m eh1 d l iy0)) +("medlin" nil (m eh1 d l ih0 n)) +("medlock" nil (m eh1 d l ax k)) +("mednick" nil (m eh1 d n ih0 k)) +("medoff" nil (m eh1 d ao0 f)) +("medora" nil (m ey0 d ao1 r ax)) +("medrano" nil (m eh0 d r aa1 n ow0)) +("medserv" nil (m eh1 d s er0 v)) +("medsker" nil (m eh1 d s k er0)) +("medstone" nil (m eh1 d s t ow1 n)) +("medtronic" nil (m eh0 d t r aa1 n ih0 k)) +("medulla" nil (m ih0 d ah1 l ax)) +("medusa" nil (m ax d uw1 s ax)) +("medusas" nil (m ax d uw1 s ax z)) +("medved" nil (m eh1 d v d)) +("medvedev" nil (m eh1 d v ax d eh1 v)) +("medwin" nil (m eh1 d w ih0 n)) +("mee" nil (m iy1)) +("meece" nil (m iy1 s)) +("meech" nil (m iy1 ch)) +("meeder" nil (m iy1 d er0)) +("meegan" nil (m iy1 g ax n)) +("meehan" nil (m iy1 ax n)) +("meehans" nil (m iy1 hh ae1 n z)) +("meehl" nil (m iy1 l)) +("meek" nil (m iy1 k)) +("meeker" nil (m iy1 k er0)) +("meekins" nil (m iy1 k ih0 n z)) +("meekly" nil (m iy1 k l iy0)) +("meeks" nil (m iy1 k s)) +("meeler" nil (m iy1 l er0)) +("meenaghan" nil (m iy1 n ax hh ae0 n)) +("meenan" nil (m iy1 n ax n)) +("meents" nil (m iy1 n t s)) +("meer" nil (m iy1 er0)) +("meers" nil (m iy1 er0 z)) +("mees" nil (m iy1 z)) +("meese" nil (m iy1 s)) +("meester" nil (m iy1 s t er0)) +("meet" nil (m iy1 t)) +("meeting" nil (m iy1 t ih0 ng)) +("meetings" nil (m iy1 t ih0 ng z)) +("meets" nil (m iy1 t s)) +("meetze" nil (m iy1 t z)) +("meeuwsen" nil (m iy1 uw1 s ax n)) +("mefferd" nil (m eh1 f er0 d)) +("meffert" nil (m eh1 f er0 t)) +("mefford" nil (m eh1 f er0 d)) +("meg" nil (m eh1 g)) +("mega" nil (m eh1 g ax)) +("megabit" nil (m eh1 g ax b ih0 t)) +("megabucks" nil (m eh1 g ax b ah1 k s)) +("megabyte" nil (m eh1 g ax b ay1 t)) +("megabytes" nil (m eh1 g ax b ay1 t s)) +("megacarriers" nil (m eh1 g ax k ae1 r y er0 z)) +("megace" nil (m iy1 g ax s)) +("megadeal" nil (m eh1 g ax d iy1 l)) +("megadeals" nil (m eh1 g ax d iy1 l z)) +("megadeath" nil (m eh1 g ax d eh1 th)) +("megafoods" nil (m eh1 g ax f uw1 d z)) +("megahertz" nil (m eh1 g ax hh er0 t s)) +("megahouse" nil (m eh1 g ax hh aw1 s)) +("megahouses" nil (m eh1 g ax hh aw1 s ih0 z)) +("megalomania" nil (m eh1 g ax l ow0 m ey1 n iy0 ax)) +("megalomaniac" nil (m eh1 g ax l ow0 m ey1 n iy0 ae1 k)) +("megalopolis" nil (m eh1 g ax l aa1 p ax l ax s)) +("megamergers" nil (m eh1 g ax m er1 jh er0 z)) +("megan" nil (m ey1 g ax n)) +("megaphone" nil (m eh1 g ax f ow1 n)) +("megaphones" nil (m eh1 g ax f ow1 n z)) +("megaquest" nil (m eh1 g ax k w eh1 s t)) +("megarry" nil (m eh1 g er0 iy0)) +("megastores" nil (m eh1 g ax s t ao1 r z)) +("megawatt" nil (m eh1 g ax w aa1 t)) +("megawatts" nil (m eh1 g ax w aa1 t s)) +("megee" nil (m eh1 jh iy0)) +("meger" nil (m eh1 g er0)) +("megginson" nil (m eh1 g ih0 n s ax n)) +("meggison" nil (m eh1 g ih0 s ax n)) +("meggs" nil (m eh1 g z)) +("meghdar" nil (m eh1 g d aa0 r)) +("megill" nil (m eh1 jh ax l)) +("megna" nil (m eh1 g n ax)) +("mehaffey" nil (m eh1 hh ax f iy0)) +("mehall" nil (m ax hh ao1 l)) +("mehan" nil (m ey1 hh ae0 n)) +("meharg" nil (m ey1 hh aa1 r g)) +("mehdi" nil (m eh1 d iy0)) +("mehetabel" nil (m ih0 hh eh1 t ax b ih0 l)) +("mehitabel" nil (m eh1 hh ih0 t ax b ax l)) +("mehitabelle" nil (m eh1 hh ih0 t ax b ax l)) +("mehl" nil (m eh1 l)) +("mehlberg" nil (m eh1 l b er0 g)) +("mehle" nil (m eh1 hh ax l)) +("mehlenbacher" nil (m eh1 l ih0 n b aa0 k er0)) +("mehler" nil (m eh1 l er0)) +("mehlhaff" nil (m eh1 l hh ax f)) +("mehlhoff" nil (m eh1 l hh ao0 f)) +("mehlhorn" nil (m eh1 l hh er0 n)) +("mehling" nil (m eh1 l ih0 ng)) +("mehlman" nil (m eh1 l m ax n)) +("mehmet" nil (m eh1 m ax t)) +("mehner" nil (m eh1 n er0)) +("mehnert" nil (m eh1 n er0 t)) +("mehr" nil (m eh1 r)) +("mehrabian" nil (m eh1 r ey1 b iy0 ax n)) +("mehran" nil (m eh1 r ax n)) +("mehrens" nil (m eh1 r ax n z)) +("mehrer" nil (m eh1 r er0)) +("mehring" nil (m eh1 r ih0 ng)) +("mehringer" nil (m eh1 r ih0 ng er0)) +("mehrtens" nil (m eh1 r t ax n z)) +("mehta" nil (m eh1 t ax)) +("mei" nil (m ay1)) +("meidinger" nil (m ay1 d ih0 ng er0)) +("meidl" nil (m iy1 d ax l)) +("meier" nil (m ay1 er0)) +("meierfeld" nil (m ay1 r f eh1 l d)) +("meighan" nil (m ey1 g hh ax n)) +("meigher" nil (m ey1 g er0)) +("meiji" nil (m ey1 jh iy1)) +("meikle" nil (m iy1 k ax l)) +("mein" nil (m iy1 n)) +("meincke" nil (m ay1 ng k)) +("meinders" nil (m ay1 n d er0 z)) +("meindl" nil (m ay1 n d ax l)) +("meine" nil (m iy1 n)) +("meinecke" nil (m ay1 n ih0 k)) +("meineke" nil (m ay1 n ih0 k)) +("meinen" nil (m ay1 n ax n)) +("meiner" nil (m ay1 n er0)) +("meiners" nil (m ay1 n er0 z)) +("meinert" nil (m ay1 n er0 t)) +("meinertzhagen" nil (m ay1 n er0 t s hh aa1 g ax n)) +("meinhardt" nil (m ay1 n hh aa1 r t)) +("meinhart" nil (m ay1 n hh aa1 r t)) +("meinhold" nil (m ay1 n hh ow1 l d)) +("meininger" nil (m ay1 n ih0 ng er0)) +("meinke" nil (m iy1 ng k)) +("meints" nil (m ay1 n t s)) +("meinzer" nil (m ay1 n z er0)) +("meiosis" nil (m ay0 ow1 s ax s)) +("meir" nil (m ih1 r)) +("meiring" nil (m ay1 r ih0 ng)) +("meis" nil (m iy1 z)) +("meisch" nil (m ay1 sh)) +("meise" nil (m iy1 s)) +("meisel" nil (m ay1 s ax l)) +("meisels" nil (m ay1 s ax l z)) +("meisenheimer" nil (m ay1 s ih0 n hh ay0 m er0)) +("meiser" nil (m ay1 s er0)) +("meishan" nil (m ay1 sh ax n)) +("meisinger" nil (m ay1 s ih0 n jh er0)) +("meisler" nil (m ay1 s ax l er0)) +("meisner" nil (m ay1 s n er0)) +("meiss" nil (m ay1 s)) +("meissner" nil (m ay1 s n er0)) +("meister" nil (m ay1 s t er0)) +("meitz" nil (m iy1 t s)) +("meitzler" nil (m ay1 t s l er0)) +("meixner" nil (m iy1 k s n er0)) +("meiyuh" nil (m ey0 y uw1)) +("mejia" nil (m ey1 y iy0 ax)) +("mejias" nil (m ey0 y iy1 ax z)) +("mekeel" nil (m eh1 k iy0 l)) +("mekong" nil (m ey1 k aa0 ng)) +("mel" nil (m eh1 l)) +("melamed" nil (m eh1 l ax m eh0 d)) +("melamine" nil (m eh1 l ax m iy1 n)) +("melancholic" nil (m eh1 l ax n k aa1 l ih0 k)) +("melancholy" nil (m eh1 l ax n k aa1 l iy0)) +("melancon" nil (m ih0 l ae1 n k ax n)) +("meland" nil (m eh1 l ax n d)) +("melander" nil (m eh1 l ax n d er0)) +("melanesian" nil (m eh1 l ax n iy1 z ax n)) +("melanesians" nil (m eh1 l ax n iy1 s iy0 ax n z)) +("melange" nil (m eh1 l ae0 ng)) +("melanie" nil (m eh1 l ax n iy0)) +("melanin" nil (m eh1 l ax n ax n)) +("melanoma" nil (m eh1 l ax n ow1 m ax)) +("melanson" nil (m eh1 l ax n s ax n)) +("melantha" nil (m ih0 l ae1 n dh ax)) +("melany" nil (m eh1 l ax n iy0)) +("melaragno" nil (m eh0 l aa0 r aa1 g n ow0)) +("melatonin" nil (m eh1 l ax t ow1 n ax n)) +("melba" nil (m eh1 l b ax)) +("melberg" nil (m eh1 l b er0 g)) +("melbourne" nil (m eh1 l b er0 n)) +("melburn" nil (m eh1 l b er0 n)) +("melby" nil (m eh1 l b iy0)) +("melcher" nil (m eh1 l ch er0)) +("melchert" nil (m eh1 l ch er0 t)) +("melching" nil (m eh1 l ch ih0 ng)) +("melchior" nil (m ey0 l ch iy1 er0)) +("melchiorre" nil (m eh0 l k iy0 ao1 r ey0)) +("melchor" nil (m eh1 l ch er0)) +("meld" nil (m eh1 l d)) +("melded" nil (m eh1 l d ax d)) +("melder" nil (m eh1 l d er0)) +("melding" nil (m eh1 l d ih0 ng)) +("meldon" nil (m eh1 l d ax n)) +("meldrum" nil (m eh1 l d r ax m)) +("mele" nil (m iy1 l)) +("melear" nil (m eh1 l er0)) +("melee" nil (m ey1 l ey1)) +("melendez" nil (m ax l eh1 n d eh0 z)) +("melendrez" nil (m ey0 l ey1 n d r eh0 z)) +("melendy" nil (m ih0 l eh1 n d iy0)) +("melero" nil (m ey0 l eh1 r ow0)) +("meleski" nil (m ih0 l eh1 s k iy0)) +("melessa" nil (m eh0 l eh1 s ax)) +("melfi" nil (m eh1 l f iy0)) +("melgaard" nil (m eh1 l g aa1 r d)) +("melgar" nil (m ey0 l g aa1 r)) +("melgoza" nil (m eh0 l g ow1 z ax)) +("melhorn" nil (m eh1 l hh er0 n)) +("meli" nil (m eh1 l iy0)) +("melia" nil (m eh1 l iy0 ax)) +("melican" nil (m eh1 l ih0 k ax n)) +("melicent" nil (m eh1 l ih0 s ax n t)) +("melichar" nil (m eh1 l ih0 k er0)) +("melick" nil (m eh1 l ih0 k)) +("melikian" nil (m ih0 l ih1 k iy0 ax n)) +("melillo" nil (m eh0 l ih1 l ow0)) +("melin" nil (m eh1 l ih0 n)) +("melina" nil (m eh0 l iy1 n ax)) +("melinda" nil (m ax l ih1 n d ax)) +("meline" nil (m eh1 l ay0 n)) +("meling" nil (m eh1 l ih0 ng)) +("melisent" nil (m eh1 l ih0 s ax n t)) +("melissa" nil (m ax l ih1 s ax)) +("melisse" nil (m eh1 l ih0 s)) +("melita" nil (m eh0 l iy1 t ax)) +("melito" nil (m eh0 l iy1 t ow0)) +("melitta" nil (m eh0 l iy1 t ax)) +("melius" nil (m iy1 l iy0 ih0 s)) +("melka" nil (m eh1 l k ax)) +("melkar" nil (m eh1 l k aa1 r)) +("melkonian" nil (m eh1 l k ow1 n iy0 ax n)) +("mell" nil (m eh1 l)) +("mella" nil (m eh1 l ax)) +("melland" nil (m eh1 l ax n d)) +("mellaril" nil (m eh1 l er0 ax l)) +("melle" nil (m eh1 l)) +("mellem" nil (m eh1 l ih0 m)) +("mellema" nil (m eh0 l eh1 m ax)) +("mellen" nil (m eh1 l ax n)) +("meller" nil (m eh1 l er0)) +("mellett" nil (m eh1 l ih0 t)) +("melley" nil (m eh1 l iy0)) +("mellgren" nil (m eh1 l g r eh0 n)) +("melli" nil (m eh1 l iy0)) +("mellicent" nil (m ey0 l iy1 s ax n t)) +("mellick" nil (m eh1 l ih0 k)) +("mellie" nil (m eh1 l iy0)) +("mellin" nil (m eh1 l ih0 n)) +("melling" nil (m eh1 l ih0 ng)) +("mellinger" nil (m eh1 l ih0 ng er0)) +("mellis" nil (m eh1 l ih0 s)) +("mellish" nil (m eh1 l ih0 sh)) +("mellman" nil (m eh1 l m ax n)) +("mello" nil (m eh1 l ow0)) +("melloan" nil (m eh0 l ow1 n)) +("mellon" nil (m eh1 l ax n)) +("mellons" nil (m eh1 l ax n z)) +("mellor" nil (m eh1 l er0)) +("mellott" nil (m eh1 l ax t)) +("mellow" nil (m eh1 l ow0)) +("mellowed" nil (m eh1 l ow0 d)) +("mellowing" nil (m eh1 l ow0 ih0 ng)) +("melly" nil (m eh1 l iy0)) +("melman" nil (m eh1 l m ax n)) +("melnick" nil (m eh1 l n ih0 k)) +("melnik" nil (m eh1 l n ih0 k)) +("melnor" nil (m eh1 l n er0)) +("melnyk" nil (m eh1 l n ih0 k)) +("melo" nil (m eh1 l ow0)) +("meloche" nil (m eh0 l ow1 k iy0)) +("melodic" nil (m ax l aa1 d ih0 k)) +("melodies" nil (m eh1 l ax d iy0 z)) +("melodious" nil (m ax l ow1 d iy0 ax s)) +("melodrama" nil (m eh1 l ax d r aa1 m ax)) +("melodramas" nil (m eh1 l ax d r aa1 m ax z)) +("melodramatic" nil (m eh1 l ax d r ax m ae1 t ih0 k)) +("melody" nil (m eh1 l ax d iy0)) +("melon" nil (m eh1 l ax n)) +("melone" nil (m eh0 l ow1 n iy0)) +("meloni" nil (m eh0 l ow1 n iy0)) +("melons" nil (m eh1 l ax n z)) +("meloy" nil (m eh1 l oy0)) +("melquist" nil (m eh1 l k w ih1 s t)) +("melridge" nil (m eh1 l r ih1 jh)) +("melrod" nil (m eh1 l r aa1 d)) +("melrose" nil (m eh1 l r ow1 z)) +("melroy" nil (m eh1 l r oy1)) +("melson" nil (m eh1 l s ax n)) +("melt" nil (m eh1 l t)) +("meltdown" nil (m eh1 l t d aw1 n)) +("melted" nil (m eh1 l t ax d)) +("melting" nil (m eh1 l t ih0 ng)) +("melton" nil (m eh1 l t ax n)) +("melts" nil (m eh1 l t s)) +("meltwater" nil (m eh1 l t w aa1 t er0)) +("meltz" nil (m eh1 l t s)) +("meltzer" nil (m eh1 l t s er0)) +("melucci" nil (m eh0 l uw1 ch iy0)) +("melugin" nil (m eh1 l ax g ih0 n)) +("melva" nil (m eh1 l v ax)) +("melvie" nil (m eh1 l v iy0)) +("melville" nil (m eh1 l v ih0 l)) +("melvin" nil (m eh1 l v ih0 n)) +("melvina" nil (m eh0 l v iy1 n ax)) +("melvine" nil (m eh1 l v ay1 n)) +("melvyn" nil (m eh1 l v ih0 n)) +("melzer" nil (m eh1 l z er0)) +("member" nil (m eh1 m b er0)) +("membered" nil (m eh1 m b er0 d)) +("members" nil (m eh1 m b er0 z)) +("membership" nil (m eh1 m b er0 sh ih1 p)) +("memberships" nil (m eh1 m b er0 sh ih1 p s)) +("membrane" nil (m eh1 m b r ey1 n)) +("membranes" nil (m eh1 m b r ey1 n z)) +("membranous" nil (m eh1 m b r ax n ax s)) +("memel" nil (m eh1 m ax l)) +("memento" nil (m ih0 m eh1 n t ow0)) +("mementos" nil (m ih0 m eh1 n t ow0 z)) +("memmer" nil (m eh1 m er0)) +("memmott" nil (m eh1 m ax t)) +("memnon" nil (m eh1 m n aa1 n)) +("memo" nil (m eh1 m ow1)) +("memoir" nil (m eh1 m w aa1 r)) +("memoirs" nil (m eh1 m w aa1 r z)) +("memoli" nil (m eh0 m ow1 l iy0)) +("memorabilia" nil (m eh1 m er0 ax b iy1 l y ax)) +("memorable" nil (m eh1 m er0 ax b ax l)) +("memorably" nil (m eh1 m er0 ax b l iy0)) +("memoranda" nil (m eh1 m er0 ae1 n d ax)) +("memorandum" nil (m eh1 m er0 ae1 n d ax m)) +("memorandums" nil (m eh1 m er0 ae1 n d ax m z)) +("memorex" nil (m eh1 m ao0 r eh1 k s)) +("memorial" nil (m ax m ao1 r iy0 ax l)) +("memorialized" nil (m ax m ao1 r iy0 ax l ay1 z d)) +("memorials" nil (m ax m ao1 r iy0 ax l z)) +("memories" nil (m eh1 m er0 iy0 z)) +("memorize" nil (m eh1 m er0 ay1 z)) +("memorized" nil (m eh1 m er0 ay1 z d)) +("memorizing" nil (m eh1 m er0 ay1 z ih0 ng)) +("memory" nil (m eh1 m er0 iy0)) +("memos" nil (m eh1 m ow0 z)) +("memotec" nil (m eh1 m ow0 t eh1 k)) +("memphis" nil (m eh1 m f ax s)) +("memtec" nil (m eh1 m t eh1 k)) +("men" nil (m eh1 n)) +("mena" nil (m iy1 n ax)) +("menace" nil (m eh1 n ax s)) +("menachem" nil (m ax n aa1 hh ax m)) +("menacing" nil (m eh1 n ax s ih0 ng)) +("menacingly" nil (m eh1 n ax s ih0 ng l iy0)) +("menagerie" nil (m ax n ae1 jh er0 iy0)) +("menahem" nil (m ax n aa1 hh ax m)) +("menaker" nil (m eh1 n ax k er0)) +("menapace" nil (m eh0 n aa0 p aa1 ch iy0)) +("menard" nil (m ih0 n aa1 r d)) +("menasco" nil (m eh0 n aa1 s k ow0)) +("menasion" nil (m eh0 n ae1 s iy0 ax n)) +("menatep" nil (m eh1 n ax t eh1 p)) +("mencer" nil (m eh1 n s er0)) +("mench" nil (m eh1 n ch)) +("menchaca" nil (m eh0 n k aa1 k ax)) +("mencher" nil (m eh1 n ch er0)) +("mencken" nil (m eh1 ng k ax n)) +("menconi" nil (m eh0 n k ow1 n iy0)) +("mend" nil (m eh1 n d)) +("mendacity" nil (m eh0 n d ae1 s ih0 t iy0)) +("mende" nil (m eh1 n d)) +("mended" nil (m eh1 n d ih0 d)) +("mendel" nil (m eh1 n d ax l)) +("mendell" nil (m eh1 n d eh1 l)) +("mendelsohn" nil (m eh1 n d ax l s ax n)) +("mendelson" nil (m eh1 n d ax l s ax n)) +("mendenhall" nil (m eh1 n d ax n hh ao1 l)) +("mendes" nil (m ey1 n d eh0 s)) +("mendez" nil (m eh0 n d eh1 z)) +("mendicino" nil (m eh0 n d iy0 ch iy1 n ow0)) +("mendieta" nil (m eh0 n d iy1 t ax)) +("mendillo" nil (m eh1 n d ih1 l ow0)) +("mending" nil (m eh1 n d ih0 ng)) +("mendiola" nil (m eh1 n d iy0 ow1 l ax)) +("mendivil" nil (m ey0 n d iy0 v iy1 l)) +("mendlowitz" nil (m eh1 n d l ax w ih0 t s)) +("mendocino" nil (m eh1 n d ax s iy1 n ow0)) +("mendola" nil (m eh0 n d ow1 l ax)) +("mendolia" nil (m eh0 n d ow1 l iy0 ax)) +("mendonca" nil (m eh0 n d ow1 n k ax)) +("mendonsa" nil (m eh1 n d aa1 n s ax)) +("mendosa" nil (m eh0 n d ow1 s ax)) +("mendoza" nil (m eh0 n d ow1 z ax)) +("mendyk" nil (m eh1 n d ih0 k)) +("menear" nil (m ih0 n ih1 r)) +("meneely" nil (m ih0 n iy1 l iy0)) +("menees" nil (m eh1 n iy1 z)) +("menefee" nil (m eh1 n ih0 f iy0)) +("menem" nil (m eh1 n ax m)) +("menendez" nil (m eh0 n eh1 n d eh0 z)) +("meneses" nil (m ey0 n ey1 s eh0 s)) +("menezes" nil (m ey0 n ey1 z eh0 s)) +("meng" nil (m eh1 ng)) +("menge" nil (m eh1 n jh)) +("mengel" nil (m eh1 ng g ax l)) +("menger" nil (m eh1 n jh er0)) +("mengers" nil (m eh1 ng g er0 z)) +("menges" nil (m eh1 n jh ih0 z)) +("menghini" nil (m eh0 n g iy1 n iy0)) +("mengistu" nil (m eh1 ng g iy1 s t uw0)) +("menhaden" nil (m eh0 n hh ey1 d ax n)) +("menial" nil (m iy1 n iy0 ax l)) +("menifee" nil (m eh1 n ih0 f iy1)) +("menil" nil (m eh0 n iy1 l)) +("meningitis" nil (m eh1 n ax n jh ay1 t ax s)) +("menjivar" nil (m ey0 n y iy0 v aa1 r)) +("menk" nil (m eh1 ng k)) +("menka" nil (m eh1 ng k ax)) +("menke" nil (m eh1 ng k)) +("menken" nil (m eh1 ng k ax n)) +("menkes" nil (m eh1 ng k s)) +("menlo" nil (m eh1 n l ow0)) +("menn" nil (m eh1 n)) +("menna" nil (m eh1 n ax)) +("mennan" nil (m eh1 n ax n)) +("menne" nil (m eh1 n)) +("mennella" nil (m eh1 n eh1 l ax)) +("mennen" nil (m eh1 n ax n)) +("mennenga" nil (m ih0 n eh1 ng g ax)) +("menning" nil (m eh1 n ih0 ng)) +("menninger" nil (m eh1 n ih0 ng er0)) +("mennini" nil (m eh0 n iy1 n iy0)) +("mennonite" nil (m eh1 n ax n ay1 t)) +("mennonites" nil (m eh1 n ax n ay1 t s)) +("meno" nil (m ey1 n ow0)) +("menon" nil (m ey0 n ao1 n)) +("menopausal" nil (m eh1 n ax p aw1 s ax l)) +("menopause" nil (m eh1 n ax p aw1 s)) +("menor" nil (m eh1 n er0)) +("menorah" nil (m ax n ao1 r ax)) +("menorahs" nil (m ax n ao1 r ax z)) +("menotomy" nil (m ih0 n aa1 t ih0 m iy0)) +("mens" nil (m eh1 n z)) +("mensah" nil (m eh1 n s ax)) +("mensch" nil (m eh1 n sh)) +("menser" nil (m eh1 n s er0)) +("mensik" nil (m eh1 n s ih0 k)) +("mensing" nil (m eh1 n s ih0 ng)) +("mensinger" nil (m eh1 n s ih0 n jh er0)) +("menstrual" nil (m eh1 n s t r uw0 ax l)) +("menswear" nil (m eh1 n z w ey1 r)) +("mental" nil (m eh1 n t ax l)) +("mentality" nil (m eh0 n t ae1 l ax t iy0)) +("mentally" nil (m eh1 n t ax l iy0)) +("mente" nil (m eh1 n t)) +("mentel" nil (m ey0 n t eh1 l)) +("menter" nil (m eh1 n t er0)) +("menthol" nil (m eh1 n th ao0 l)) +("mentholatum" nil (m eh1 n th ax l ey1 t ax m)) +("mentink" nil (m eh1 n t ih0 ng k)) +("mention" nil (m eh1 n sh ax n)) +("mentioned" nil (m eh1 n sh ax n d)) +("mentioning" nil (m eh1 n sh ax n ih0 ng)) +("mentions" nil (m eh1 n sh ax n z)) +("mento" nil (m eh1 n t ow0)) +("menton" nil (m eh1 n t ax n)) +("mentor" nil (m eh1 n t ao1 r)) +("mentoring" nil (m eh1 n t er0 ih0 ng)) +("mentors" nil (m eh1 n t er0 z)) +("mentz" nil (m eh1 n t s)) +("mentzel" nil (m eh1 n t z ax l)) +("mentzer" nil (m eh1 n t z er0)) +("menu" nil (m eh1 n y uw0)) +("menuhin" nil (m ax n uw1 hh ih0 n)) +("menus" nil (m eh1 n y uw0 z)) +("menz" nil (m eh1 n z)) +("menze" nil (m eh1 n z)) +("menzel" nil (m eh1 n z ax l)) +("menzer" nil (m eh1 n z er0)) +("menzie" nil (m eh1 n z iy0)) +("menzies" nil (m eh1 n z iy0 z)) +("meo" nil (m iy1 ow0)) +("meola" nil (m iy0 aa1 l ax)) +("meow" nil (m iy0 aw1)) +("mequon" nil (m eh1 k w ax n)) +("mer" nil (m eh1 r)) +("merabank" nil (m eh1 r ax b ae1 ng k)) +("meranda" nil (m er0 aa1 n d ax)) +("meraz" nil (m eh1 r aa0 z)) +("merc" nil (m er1 k)) +("mercadante" nil (m er0 k aa0 d aa1 n t iy0)) +("mercado" nil (m er0 k aa1 d ow0)) +("mercantil" nil (m er0 k ae1 n t ih0 l)) +("mercantile" nil (m er1 k ax n t ay1 l)) +("mercantilism" nil (m er0 k ae1 n t ax l ih1 z ax m)) +("mercantilist" nil (m er0 k ae1 n t ax l ih0 s t)) +("mercator" nil (m er0 k ey1 t er0)) +("merce" nil (m er1 s)) +("mercedes" nil (m er0 s ey1 d iy0 z)) +("mercedeses" nil (m er1 s ey1 d iy1 z ih0 z)) +("mercenaries" nil (m er1 s ax n eh1 r iy0 z)) +("mercenary" nil (m er1 s ax n eh1 r iy0)) +("mercer" nil (m er1 s er0)) +("merchandise" nil (m er1 ch ax n d ay1 z)) +("merchandiser" nil (m er1 ch ax n d ay1 z er0)) +("merchandisers" nil (m er1 ch ax n d ay1 z er0 z)) +("merchandising" nil (m er1 ch ax n d ay1 z ih0 ng)) +("merchant" nil (m er1 ch ax n t)) +("merchantmen" nil (m er1 ch ax n t m ih0 n)) +("merchants" nil (m er1 ch ax n t s)) +("merchantsbank" nil (m er1 ch ax n t s b ae1 ng k)) +("mercier" nil (m er1 s iy0 er0)) +("mercies" nil (m er1 s iy0 z)) +("merciful" nil (m er1 s ih0 f ax l)) +("mercifully" nil (m er1 s ih0 f ax l iy0)) +("merciless" nil (m er1 s ax l ax s)) +("mercilessly" nil (m er1 s ax l ax s l iy0)) +("merck" nil (m er1 k)) +("mercosur" nil (m er1 k ow1 s er1)) +("mercure" nil (m er0 k uh1 r iy0)) +("mercuri" nil (m er0 k uh1 r iy0)) +("mercurial" nil (m er0 k y uh1 r iy0 ax l)) +("mercuric" nil (m er0 k y uh1 r ih0 k)) +("mercurio" nil (m er0 k uh1 r iy0 ow0)) +("mercury" nil (m er1 k y er0 iy0)) +("mercy" nil (m er1 s iy0)) +("merdyce" nil (m er1 d ay0 s)) +("mere" nil (m ih1 r)) +("meredith" nil (m eh1 r ih0 d ih0 th)) +("merely" nil (m ih1 r l iy0)) +("merenda" nil (m eh0 r ey1 n d ax)) +("merendino" nil (m er0 eh0 n d iy1 n ow0)) +("merest" nil (m eh1 r ax s t)) +("merfeld" nil (m er1 f eh0 l d)) +("merge" nil (m er1 jh)) +("merged" nil (m er1 jh d)) +("mergen" nil (m er1 g ax n)) +("merger" nil (m er1 jh er0)) +("mergers" nil (m er1 jh er0 z)) +("merges" nil (m er1 jh ih0 z)) +("merging" nil (m er1 jh ih0 ng)) +("merhige" nil (m er0 hh iy1 jh)) +("meriam" nil (m ih1 r iy0 ih0 m)) +("merica" nil (m eh1 r ih0 k ax)) +("mericantante" nil (m eh0 r iy1 k ax n t aa1 n t ey0)) +("mericle" nil (m eh1 r ih0 k ax l)) +("merida" nil (m er0 iy1 d ax)) +("meriden" nil (m eh1 r ih0 d ax n)) +("merideth" nil (m eh1 r ih0 d ih0 th)) +("meridian" nil (m er0 ih1 d iy0 ax n)) +("meridien" nil (m er0 ih1 d iy0 ax n)) +("meridionale" nil (m er0 ih1 d iy0 ax n aa1 l iy0)) +("meridith" nil (m eh1 r ih0 d ih0 th)) +("meridor" nil (m eh1 r ih0 d ao0 r)) +("meriel" nil (m ih1 r iy0 l)) +("merieux" nil (m eh1 r iy0 uw1)) +("merillat" nil (m eh1 r ih0 l ae0 t)) +("merino" nil (m er0 iy1 n ow0)) +("merion" nil (m eh1 r iy0 ax n)) +("meris" nil (m eh1 r ax s)) +("merisel" nil (m eh1 r ih0 s eh1 l)) +("merit" nil (m eh1 r ax t)) +("merited" nil (m eh1 r ih0 t ih0 d)) +("merithew" nil (m er0 ih1 th y uw0)) +("meritless" nil (m eh1 r ih0 t l ax s)) +("meritor" nil (m eh1 r ax t er0)) +("meritorious" nil (m eh1 r ax t ao1 r iy0 ax s)) +("merits" nil (m eh1 r ax t s)) +("meritt" nil (m eh1 r ih0 t)) +("meriweather" nil (m eh1 r ih0 w eh1 dh er0)) +("meriwether" nil (m eh1 r ih0 w eh1 dh er0)) +("merk" nil (m er1 k)) +("merkel" nil (m er1 k ax l)) +("merker" nil (m er1 k er0)) +("merkey" nil (m er1 k iy0)) +("merkin" nil (m er1 k ih0 n)) +("merkle" nil (m er1 k ax l)) +("merkley" nil (m er1 k l iy0)) +("merklin" nil (m er1 k l ih0 n)) +("merksamer" nil (m er1 k s ax m er0)) +("merkt" nil (m er1 k t)) +("merkur" nil (m er1 k er0)) +("merl" nil (m er1 l)) +("merle" nil (m er1 l)) +("merlin" nil (m er1 l ih0 n)) +("merlina" nil (m er0 l iy1 n ax)) +("merline" nil (m er1 l ay0 n)) +("merlino" nil (m er0 l iy1 n ow0)) +("merlins" nil (m er1 l ih0 n z)) +("merlis" nil (m er1 l iy0 z)) +("merlo" nil (m eh1 r l ow0)) +("merlot" nil (m er1 l ax t)) +("mermaid" nil (m er1 m ey1 d)) +("mermaids" nil (m er1 m ey1 d z)) +("merman" nil (m er1 m ae1 n)) +("mermelstein" nil (m er1 m ax l s t ay0 n)) +("merna" nil (m eh1 r n ax)) +("merner" nil (m er1 n er0)) +("mernick" nil (m er1 n ih0 k)) +("mero" nil (m eh1 r ow0)) +("merola" nil (m er0 ow1 l ax)) +("merolla" nil (m er0 ow1 l ax)) +("meroney" nil (m eh1 r ax n iy0)) +("merow" nil (m eh1 r ow0)) +("merrell" nil (m eh1 r ax l)) +("merrett" nil (m eh1 r ih0 t)) +("merriam" nil (m eh1 r iy0 ax m)) +("merrick" nil (m eh1 r ih0 k)) +("merricks" nil (m eh1 r ih0 k s)) +("merrie" nil (m eh1 r iy0)) +("merrier" nil (m eh1 r iy0 er0)) +("merrifield" nil (m eh1 r ih0 f iy1 l d)) +("merrigan" nil (m eh1 r ih0 g ax n)) +("merrihew" nil (m er0 ih1 hh y uw0)) +("merrill" nil (m eh1 r ax l)) +("merrily" nil (m eh1 r ax l iy0)) +("merrimac" nil (m eh1 r ih0 m ae0 k)) +("merrimack" nil (m eh1 r ih0 m ae1 k)) +("merriman" nil (m eh1 r ih0 m ax n)) +("merrin" nil (m eh1 r ih0 n)) +("merriott" nil (m eh1 r iy0 ax t)) +("merritt" nil (m eh1 r ih0 t)) +("merritts" nil (m eh1 r ih0 t s)) +("merriweather" nil (m eh0 r ih0 w eh1 dh er0)) +("merriwether" nil (m eh1 r ih0 w ih0 dh er0)) +("merrow" nil (m eh1 r ow0)) +("merry" nil (m eh1 r iy0)) +("merryfield" nil (m eh1 r iy0 f iy1 l d)) +("merryman" nil (m eh1 r iy0 m ax n)) +("mers" nil (m er1 z)) +("mersch" nil (m er1 sh)) +("mersereau" nil (m er1 s er0 ow0)) +("mershon" nil (m er1 sh ax n)) +("mersman" nil (m er1 s m ax n)) +("merson" nil (m er1 s ax n)) +("merta" nil (m eh1 r t ax)) +("merten" nil (m er1 t ax n)) +("mertens" nil (m er1 t ax n z)) +("mertes" nil (m eh1 r t eh0 s)) +("mertice" nil (m eh1 r t ih0 s)) +("mertins" nil (m er1 t ih0 n z)) +("mertle" nil (m er1 t ax l)) +("merton" nil (m er1 t ax n)) +("mertz" nil (m er1 t s)) +("merv" nil (m er1 v)) +("mervin" nil (m er1 v ih0 n)) +("mervine" nil (m er1 v ay0 n)) +("mervis" nil (m er1 v ih0 s)) +("mervyn" nil (m er1 v ih0 n)) +("merwe" nil (m er1 w iy0)) +("merwin" nil (m er1 w ih0 n)) +("merwyn" nil (m er1 w ih0 n)) +("meryl" nil (m eh1 r ax l)) +("merz" nil (m er1 z)) +("mesa" nil (m ey1 s ax)) +("mesaba" nil (m eh0 s aa1 b ax)) +("mesaros" nil (m ey0 s aa1 r ow0 z)) +("mesbic" nil (m eh1 s b ih0 k)) +("mesbics" nil (m eh1 s b ih0 k s)) +("mescaline" nil (m eh1 s k ax l iy1 n)) +("mesch" nil (m eh1 sh)) +("mescher" nil (m eh1 sh er0)) +("meschke" nil (m eh1 sh k)) +("meselsohn" nil (m eh1 z ax l s ax n)) +("meselson" nil (m eh1 z ax l s ax n)) +("mesenbrink" nil (m eh1 s ih0 n b r ih0 ng k)) +("mesenteric" nil (m eh1 s ax n t eh1 r ih0 k)) +("meserole" nil (m eh0 s er0 ow1 l iy0)) +("meserve" nil (m eh1 s er0 v)) +("meservey" nil (m eh0 z er0 v ey1)) +("mesh" nil (m eh1 sh)) +("meshed" nil (m eh1 sh t)) +("meshell" nil (m eh1 sh ax l)) +("meshes" nil (m eh1 sh ih0 z)) +("meshing" nil (m eh1 sh ih0 ng)) +("meshulam" nil (m eh1 sh uw0 l ae0 m)) +("mesick" nil (m eh1 s ih0 k)) +("mesirow" nil (m eh1 s ih0 r ow0)) +("meske" nil (m eh1 s k)) +("mesker" nil (m eh1 s k er0)) +("meskill" nil (m eh1 s k ih0 l)) +("meskimen" nil (m eh1 s k iy0 m eh0 n)) +("mesko" nil (m eh1 s k ow0)) +("mesler" nil (m eh1 s ax l er0)) +("mesmer" nil (m eh1 z m er0)) +("mesmerism" nil (m eh1 s m er0 ih1 z ax m)) +("mesmerized" nil (m eh1 z m er0 ay1 z d)) +("mesmerizing" nil (m eh1 z m er0 ay1 z ih0 ng)) +("mesner" nil (m eh1 s n er0)) +("mesodermal" nil (m eh1 z ax d er1 m ax l)) +("mesolithic" nil (m eh1 z ax l ih1 th ih0 k)) +("meson" nil (m ey1 z aa1 n)) +("mesons" nil (m iy1 z aa1 n z)) +("mesopotamia" nil (m eh1 s ax p ax t ey1 m iy0 ax)) +("mesopotamian" nil (m eh1 s ax p ax t ey1 m iy0 ax n)) +("mesopotamians" nil (m eh1 s ax p ax t ey1 m iy0 ax n z)) +("mesothelioma" nil (m eh1 s ax th iy1 l iy0 ow1 m ax)) +("mesothorax" nil (m eh1 z ax th ao1 r ae1 k s)) +("mesozoic" nil (m eh1 s ax z ow1 ih0 k)) +("mesquite" nil (m eh1 s k iy1 t)) +("mess" nil (m eh1 s)) +("messa" nil (m eh1 s ax)) +("message" nil (m eh1 s ax jh)) +("messagepad" nil (m eh1 s ax jh p ae1 d)) +("messages" nil (m eh1 s ax jh ax z)) +("messaging" nil (m eh1 s ih0 jh ih0 ng)) +("messamore" nil (m eh0 s aa1 m ao0 r)) +("messana" nil (m eh0 s ae1 n ax)) +("messed" nil (m eh1 s t)) +("messel" nil (m eh1 s ax l)) +("messenger" nil (m eh1 s ax n jh er0)) +("messengers" nil (m eh1 s ax n jh er0 z)) +("messer" nil (m eh1 s er0)) +("messerli" nil (m eh1 s er0 l iy0)) +("messerly" nil (m eh1 s er0 l iy0)) +("messerschmidt" nil (m eh1 s er0 sh m ih1 t)) +("messerschmitt" nil (m eh1 s er0 sh m ih1 t)) +("messersmith" nil (m eh1 s er0 s m ih1 th)) +("messes" nil (m eh1 s ih0 z)) +("messiaen" nil (m eh1 s iy0 ey1 n)) +("messiah" nil (m ax s ay1 ax)) +("messiahs" nil (m ax s ay1 ax z)) +("messianic" nil (m eh1 s iy0 ae1 n ih0 k)) +("messick" nil (m eh1 s ih0 k)) +("messier" nil (m eh1 s iy0 er0)) +("messimer" nil (m eh1 s ih0 m er0)) +("messina" nil (m ih0 s iy1 n ax)) +("messineo" nil (m eh1 s ih1 n iy0 ow0)) +("messing" nil (m eh1 s ih0 ng)) +("messinger" nil (m eh1 s ih0 ng er0)) +("messler" nil (m eh1 s l er0)) +("messman" nil (m eh1 s m ax n)) +("messmer" nil (m eh1 s m er0)) +("messmore" nil (m eh1 s m ao0 r)) +("messner" nil (m eh1 s n er0)) +("messrs" nil (m eh1 s er0 z)) +("messy" nil (m eh1 s iy0)) +("mest" nil (m eh1 s t)) +("mesta" nil (m eh1 s t ax)) +("mestas" nil (m eh1 s t ax z)) +("mestek" nil (m eh1 s t eh1 k)) +("mester" nil (m eh1 s t er0)) +("mestizo" nil (m eh0 s t iy1 z ow0)) +("meston" nil (m eh1 s t ax n)) +("mestrallet" nil (m eh1 s t r ax l eh1 t)) +("mestre" nil (m eh1 s t er0)) +("meszaros" nil (m ih0 sh aa1 r ow0 z)) +("met" nil (m eh1 t)) +("meta" nil (m iy1 t ax)) +("metabolic" nil (m eh1 t ax b aa1 l ih0 k)) +("metabolism" nil (m ax t ae1 b ax l ih1 z ax m)) +("metabolisms" nil (m ax t ae1 b ax l ih1 z ax m z)) +("metabolize" nil (m ax t ae1 b ax l ay1 z)) +("metacarpals" nil (m eh1 t ax k aa1 r p ax l z)) +("metairie" nil (m ax t eh1 r iy0)) +("metal" nil (m eh1 t ax l)) +("metall" nil (m eh1 t ao1 l)) +("metallgesellschaft" nil (m eh1 t ax l g eh1 s ax l sh ae1 f t)) +("metallic" nil (m ax t ae1 l ih0 k)) +("metallo" nil (m eh0 t aa1 l ow0)) +("metallurgical" nil (m eh1 t ax l er1 jh ih0 k ax l)) +("metallurgy" nil (m eh1 t ax l er0 jh iy0)) +("metals" nil (m eh1 t ax l z)) +("metalwork" nil (m eh1 t ax l w er1 k)) +("metalworker" nil (m eh1 t ax l w er1 k er0)) +("metalworkers" nil (m eh1 t ax l w er1 k er0 z)) +("metalworking" nil (m eh1 t ax l w er1 k ih0 ng)) +("metamorphic" nil (m eh1 t ax m ao1 r f ih0 k)) +("metamorphose" nil (m eh1 t ax m ao1 r f ow0 z)) +("metamorphosis" nil (m eh1 t ax m ao1 r f ax s ax s)) +("metamucil" nil (m eh1 t ax m y uw1 s ax l)) +("metaphor" nil (m eh1 t ax f ao0 r)) +("metaphorical" nil (m eh1 t ax f ao1 r ih0 k ax l)) +("metaphors" nil (m eh1 t ax f ao0 r z)) +("metaphysical" nil (m eh1 t ax f ih1 z ih0 k ax l)) +("metaphysics" nil (m eh1 t ax f ih1 z ih0 k s)) +("metathorax" nil (m eh1 t ax th ao1 r ae1 k s)) +("metcalf" nil (m eh1 t k ae1 f)) +("metcalfe" nil (m eh1 t k ax l f)) +("metcom" nil (m eh1 t k aa0 m)) +("mete" nil (m iy1 t)) +("meted" nil (m iy1 t ih0 d)) +("meteor" nil (m iy1 t iy0 er0)) +("meteoric" nil (m iy1 t iy0 ao1 r ih0 k)) +("meteorological" nil (m iy1 t iy0 ao1 r ax l aa1 jh ih0 k ax l)) +("meteorologist" nil (m iy1 t iy0 er0 aa1 l ax jh ih0 s t)) +("meteorologists" nil (m iy1 t iy0 er0 aa1 l ax jh ih0 s t s)) +("meteorology" nil (m iy1 t iy0 er0 aa1 l ax jh iy0)) +("meter" nil (m iy1 t er0)) +("metering" nil (m iy1 t er0 ih0 ng)) +("meters" nil (m iy1 t er0 z)) +("metex" nil (m eh1 t eh1 k s)) +("meth" nil (m eh1 th)) +("methadone" nil (m eh1 th ax d ow1 n)) +("methamphetamine" nil (m eh1 th ae0 m f eh1 t ax m iy0 n)) +("methane" nil (m eh1 th ey1 n)) +("methanex" nil (m eh1 th ax n eh1 k s)) +("methanol" nil (m eh1 th ax n aa1 l)) +("methazine" nil (m eh1 th ax z iy1 n)) +("metheney" nil (m eh1 th ih0 n iy0)) +("metheny" nil (m eh1 th ih0 n iy0)) +("methner" nil (m eh1 th n er0)) +("method" nil (m eh1 th ax d)) +("methode" nil (m ax th ow1 d)) +("methodical" nil (m ax th aa1 d ax k ax l)) +("methodically" nil (m ax th aa1 d ih0 k ax l iy0)) +("methodism" nil (m eh1 th ax d ih1 z ax m)) +("methodisms" nil (m eh1 th ax d ih1 z ax m z)) +("methodist" nil (m eh1 th ax d ax s t)) +("methodological" nil (m eh1 th ax d ax l aa1 jh ih0 k ax l)) +("methodologies" nil (m eh1 th ow0 d aa1 l ax jh iy0 z)) +("methodology" nil (m eh1 th ax d aa1 l ax jh iy0)) +("methods" nil (m eh1 th ax d z)) +("methot" nil (m eh1 th ax t)) +("methotrexate" nil (m eh1 th ow0 t r eh1 k s ey1 t)) +("methuselah" nil (m ax th y uw1 z ax l ax)) +("methvin" nil (m eh1 th v ih0 n)) +("methyl" nil (m eh1 th ax l)) +("methylene" nil (m eh1 th ih0 l iy1 n)) +("metics" nil (m eh1 t ih0 k s)) +("meticulous" nil (m ax t ih1 k y ax l ax s)) +("meticulously" nil (m ax t ih1 k y ax l ax s l iy0)) +("metier" nil (m eh1 t y er0)) +("metis" nil (m eh1 t ih0 s)) +("metivier" nil (m eh1 t ih0 v iy0 er0)) +("metlife" nil (m eh1 t l ay1 f)) +("metolachlor" nil (m ax t ow1 l ax k l er0)) +("metoyer" nil (m eh1 t oy0 er0)) +("metpath" nil (m eh1 t p ae1 th)) +("metra" nil (m eh1 t r ax)) +("metrahealth" nil (m eh1 t r ax hh eh1 l th)) +("metric" nil (m eh1 t r ih0 k)) +("metrical" nil (m eh1 t r ih0 k ax l)) +("metrically" nil (m eh1 t r ih0 k ax l iy0)) +("metrick" nil (m eh1 t r ih0 k)) +("metrics" nil (m eh1 t r ih0 k s)) +("metro" nil (m eh1 t r ow1)) +("metrobanc" nil (m eh1 t r ow0 b ae1 ng k)) +("metrobank" nil (m eh1 t r ow0 b ae1 ng k)) +("metrocall" nil (m eh1 t r ow1 k ao1 l)) +("metrocolor" nil (m eh1 t r ow0 k ah1 l er0)) +("metrocorp" nil (m eh1 t r ow0 k ao1 r p)) +("metrodome" nil (m eh1 t r ow0 d ow1 m)) +("metromail" nil (m eh1 t r ow0 m ey1 l)) +("metromedia" nil (m eh1 t r ow0 m iy1 d iy0 ax)) +("metroplex" nil (m eh1 t r ow0 p l eh1 k s)) +("metropol" nil (m eh1 t r ax p ow1 l)) +("metropolis" nil (m ax t r aa1 p ax l ax s)) +("metropolitain" nil (m eh1 t r ax p ao1 l ax t ax n)) +("metropolitan" nil (m eh1 t r ax p aa1 l ax t ax n)) +("metropolitans" nil (m eh1 t r ax p aa1 l ax t ax n z)) +("mets" nil (m eh1 t s)) +("metsker" nil (m eh1 t s k er0)) +("mette" nil (m eh1 t)) +("metter" nil (m eh1 t er0)) +("metternich" nil (m eh1 t er0 n ih0 ch)) +("mettle" nil (m eh1 t ax l)) +("mettlen" nil (m eh1 t l ax n)) +("mettler" nil (m eh1 t l er0)) +("metts" nil (m eh1 t s)) +("mettur" nil (m eh1 t er0)) +("metz" nil (m eh1 t s)) +("metzenbaum" nil (m eh1 t s ax n b aw1 m)) +("metzer" nil (m eh1 t s er0)) +("metzgar" nil (m eh1 t s g er0)) +("metzger" nil (m eh1 t s g er0)) +("metzinger" nil (m eh1 t z ih0 ng er0)) +("metzker" nil (m eh1 t s k er0)) +("metzler" nil (m eh1 t s l er0)) +("metzner" nil (m eh1 t s n er0)) +("meunier" nil (m oy1 n iy0 er0)) +("meurer" nil (m er1 er0)) +("meuse" nil (m y uw1 z)) +("meuser" nil (m oy1 s er0)) +("meuth" nil (m y uw1 th)) +("mevacor" nil (m eh1 v ax k ao1 r)) +("mew" nil (m y uw1)) +("mewborn" nil (m y uw1 b er0 n)) +("mewes" nil (m y uw1 z)) +("mex" nil (m eh1 k s)) +("mexicali" nil (m eh1 k s ih0 k aa1 l iy0)) +("mexican" nil (m eh1 k s ax k ax n)) +("mexicana" nil (m eh1 k s ih0 k ae1 n ax)) +("mexicano" nil (m eh1 k s ih0 k aa1 n ow0)) +("mexicanos" nil (m eh1 k s ih0 k aa1 n ow0 z)) +("mexicans" nil (m eh1 k s ih0 k ax n z)) +("mexico" nil (m eh1 k s ax k ow1)) +("mey" nil (m ey1)) +("meyer" nil (m ay1 er0)) +("meyerbeer" nil (m ay1 er0 b ih1 r)) +("meyerhoff" nil (m ay1 er0 hh ao0 f)) +("meyering" nil (m ey1 er0 ih0 ng)) +("meyerman" nil (m ay1 er0 m ax n)) +("meyerowitz" nil (m ay1 er0 ax w ih0 t s)) +("meyers" nil (m ay1 er0 z)) +("meyerson" nil (m ay1 er0 s ax n)) +("meyn" nil (m ey1 n)) +("meyo" nil (m ey1 ow0)) +("meyohas" nil (m ey0 ow1 hh aa0 s)) +("meza" nil (m eh1 z ax)) +("mezera" nil (m ey0 z eh1 r ax)) +("mezey" nil (m eh1 z iy0)) +("mezger" nil (m eh1 z jh er0)) +("mezo" nil (m eh1 z ow0)) +("mezvinsky" nil (m eh1 z v ih1 n s k iy0)) +("mezzaluna" nil (m eh1 t s ax l uw1 n ax)) +("mezzanine" nil (m eh1 z ax n iy1 n)) +("mezzo" nil (m eh1 z ow0)) +("mfume" nil (eh1 m f uw1 m ey1)) +("mhoon" nil (m hh uw1 n)) +("mi" nil (m iy1)) +("mia" nil (m iy1 ax)) +("miami" nil (m ay0 ae1 m iy0)) +("miano" nil (m iy0 aa1 n ow0)) +("miara" nil (m ay0 aa1 r ax)) +("miasma" nil (m iy0 ae1 z m ax)) +("miata" nil (m iy0 aa1 t ax)) +("miazga" nil (m iy0 aa1 z g ax)) +("mic" nil (m ih1 k)) +("mica" nil (m ay1 k ax)) +("micaela" nil (m iy0 k ey1 l ax)) +("micale" nil (m iy0 k aa1 l iy0)) +("micallef" nil (m ih1 k ax l eh0 f)) +("micciche" nil (m iy0 ch iy1 k iy0)) +("miccio" nil (m iy1 ch iy0 ow0)) +("mice" nil (m ay1 s)) +("micek" nil (m ih1 ch eh0 k)) +("miceli" nil (m iy0 ch eh1 l iy0)) +("mich" nil (m ih1 ch)) +("michael" nil (m ay1 k ax l)) +("michaela" nil (m ay0 k eh1 l ax)) +("michaelina" nil (m ay1 k ax l iy1 n ax)) +("michaeline" nil (m ay1 k ax l ay0 n)) +("michaelis" nil (m ay1 k eh1 l ih0 s)) +("michaella" nil (m ay1 k eh1 l ax)) +("michaels" nil (m ay1 k ax l z)) +("michaelsen" nil (m ay1 k ax l s ax n)) +("michaelson" nil (m ay1 k ax l s ax n)) +("michal" nil (m ih1 ch ax l)) +("michalak" nil (m ih1 ch ax l ae0 k)) +("michalec" nil (m ih0 hh aa1 l ih0 k)) +("michalek" nil (m ih0 hh aa1 l eh0 k)) +("michalik" nil (m ih1 k ax l ih0 k)) +("michalowski" nil (m ih1 ch ax l ao1 f s k iy0)) +("michals" nil (m ih1 ch ax l z)) +("michalski" nil (m ih1 ch aa1 l s k iy0)) +("michalsky" nil (m ih1 ch aa1 l s k iy0)) +("michaud" nil (m ih0 sh ow1)) +("michaux" nil (m ih0 sh ow1)) +("michcon" nil (m ih1 sh k aa0 n)) +("micheal" nil (m ay1 k ax l)) +("micheaux" nil (m ih0 sh ow1)) +("michel" nil (m ih0 sh eh1 l)) +("michelangelo" nil (m ay1 k ax l ae1 n jh ax l ow1)) +("michele" nil (m ih0 sh eh1 l)) +("micheletti" nil (m ih0 k ax l eh1 t iy0)) +("micheli" nil (m ih0 k eh1 l iy0)) +("michelin" nil (m ih1 sh ax l ax n)) +("michelina" nil (m ih0 k ax l iy1 n ax)) +("micheline" nil (m ih1 sh ax l ax n)) +("michelini" nil (m ih0 k ax l iy1 n iy0)) +("michell" nil (m ih1 ch ax l)) +("michelle" nil (m ih0 sh eh1 l)) +("michelli" nil (m ih0 ch eh1 l iy0)) +("michelman" nil (m ay1 k ax l m ax n)) +("michelob" nil (m ih1 k ax l ow0 b)) +("michelotti" nil (m ih0 k ax l ow1 t iy0)) +("michels" nil (m ih0 sh eh1 l z)) +("michelsen" nil (m ay1 k ax l s ax n)) +("michelson" nil (m ay1 k ax l s ax n)) +("michener" nil (m ih1 ch n er0)) +("michie" nil (m ih1 ch iy0)) +("michiels" nil (m ay1 k ax l z)) +("michigan" nil (m ih1 sh ih0 g ax n)) +("michio" nil (m ih1 ch iy0 ow0)) +("michl" nil (m ih1 ch ax l)) +("michler" nil (m ih1 ch l er0)) +("michna" nil (m ih1 ch n ax)) +("michoacan" nil (m ih0 ch ow1 k ax n)) +("michon" nil (m ih1 ch ax n)) +("mick" nil (m ih1 k)) +("micka" nil (m ih1 k ax)) +("micke" nil (m ih1 k)) +("mickel" nil (m ih1 k ax l)) +("mickelberry" nil (m ih1 k ax l b eh1 r iy0)) +("mickels" nil (m ih1 k ax l z)) +("mickelsen" nil (m ih1 k ax l s ax n)) +("mickelson" nil (m ih1 k ax l s ax n)) +("mickens" nil (m ih1 k ax n z)) +("mickey" nil (m ih1 k iy0)) +("mickie" nil (m ih1 k iy0)) +("mickiewicz" nil (m ih1 k ax v ih0 ch)) +("mickish" nil (m ih1 k ih0 sh)) +("mickle" nil (m ih1 k ax l)) +("mickler" nil (m ih1 k l er0)) +("mickles" nil (m ih1 k ax l z)) +("mickley" nil (m ih1 k l iy0)) +("mickus" nil (m ih1 k ax s)) +("micky" nil (m ih1 k iy0)) +("micoin" nil (m ih0 k oy1 n)) +("micom" nil (m ay1 k aa0 m)) +("micro" nil (m ay1 k r ow1)) +("microage" nil (m ay1 k r ow0 ey1 jh)) +("microaire" nil (m ay1 k r ow0 eh1 r)) +("microamerica" nil (m ay1 k r ow0 ax m eh1 r ih0 k ax)) +("microbe" nil (m ay1 k r ow1 b)) +("microbes" nil (m ay1 k r ow1 b z)) +("microbial" nil (m ay0 k r ow1 b iy0 ax l)) +("microbilt" nil (m ay1 k r ow0 b ih1 l t)) +("microbiologist" nil (m ay1 k r ow0 b iy0 aa1 l ax jh ih0 s t)) +("microbiology" nil (m ay1 k r ow0 b ay1 aa1 l ax jh iy0)) +("microbreweries" nil (m ay1 k r ow1 b r uw1 er0 iy0 z)) +("microbrewery" nil (m ay1 k r ow1 b r uw1 er0 iy0)) +("microchip" nil (m ay1 k r ow1 ch ih1 p)) +("microchips" nil (m ay1 k r ow1 ch ih1 p s)) +("microcircuits" nil (m ay1 k r ow0 s er1 k ax t s)) +("microclimates" nil (m ay1 k r ow0 k l ay1 m ax t s)) +("microcode" nil (m ay1 k r ow0 k ow1 d)) +("microcom" nil (m ay1 k r ow0 k aa1 m)) +("microcomputer" nil (m ay1 k r ow1 k ax m p y uw1 t er0)) +("microcomputers" nil (m ay1 k r ow1 k ax m p y uw1 t er0 z)) +("microcosm" nil (m ay1 k r ax k aa1 z ax m)) +("microdyne" nil (m ay1 k r ow0 d ay1 n)) +("microeconomic" nil (m ay1 k r ow0 eh1 k ax n aa1 m ih0 k)) +("microeconomics" nil (m ay1 k r ow0 eh1 k ax n aa1 m ih0 k s)) +("microelectronic" nil (m ay1 k r ow0 ih0 l eh0 k t r aa1 n ih0 k)) +("microelectronics" nil (m ay1 k r ow0 ih0 l eh0 k t r aa1 n ih0 k s)) +("microelettronica" nil (m ay1 k r ow0 ih0 l eh0 t r aa1 n ih0 k ax)) +("microfiche" nil (m ay1 k r ow0 f iy1 ch)) +("microfilm" nil (m ay1 k r ax f ih1 l m)) +("microfossils" nil (m ay1 k r ow1 f aa1 s ax l z)) +("microgenesys" nil (m ay1 k r ow0 jh eh1 n ax s ih0 s)) +("micrografx" nil (m ay1 k r ow0 g r ae1 f eh0 k s)) +("micrograms" nil (m ay1 k r ow0 g r ae1 m z)) +("micrographic" nil (m ay1 k r ow0 g r ae1 f ih0 k)) +("micrographics" nil (m ay1 k r ow0 g r ae1 f ih0 k s)) +("micromanage" nil (m ay1 k r ow0 m ae1 n ih0 jh)) +("micromanagement" nil (m ay1 k r ow0 m ae1 n ih0 jh m ax n t)) +("micrometer" nil (m ay0 k r aa1 m ax t er0)) +("micron" nil (m ay1 k r aa1 n)) +("micronesia" nil (m ay1 k r ow0 n iy1 zh ax)) +("micronics" nil (m ay1 k r ao1 n ih1 k s)) +("microns" nil (m ay1 k r aa1 n z)) +("microorganism" nil (m ay1 k r ow0 ao1 r g ax n ih1 z ax m)) +("microorganisms" nil (m ay1 k r ow0 ao1 r g ax n ih1 z ax m z)) +("micropaleontology" nil (m ay1 k r ow0 p ey1 l iy0 ax n t aa1 l ax jh iy0)) +("microphone" nil (m ay1 k r ax f ow1 n)) +("microphones" nil (m ay1 k r ow0 f ow1 n z)) +("micropolis" nil (m ay1 k r ao1 p ax l ih0 s)) +("micropro" nil (m ay1 k r ow0 p r ow1)) +("microprocessor" nil (m ay1 k r ow0 p r aa1 s eh0 s er0)) +("microprocessors" nil (m ay1 k r ow0 p r aa1 s eh0 s er0 z)) +("microprose" nil (m ay1 k r ow0 p r ow1 z)) +("micros" nil (m ay1 k r ow0 z)) +("microscope" nil (m ay1 k r ax s k ow1 p)) +("microscopes" nil (m ay1 k r ax s k ow1 p s)) +("microscopic" nil (m ay1 k r ax s k aa1 p ih0 k)) +("microscopically" nil (m ay1 k r ax s k aa1 p ih0 k l iy0)) +("microsemi" nil (m ay1 k r ow0 s eh1 m iy0)) +("microsoft" nil (m ay1 k r ow1 s ao1 f t)) +("microsystems" nil (m ay1 k r ow1 s ih1 s t ax m z)) +("microtel" nil (m ay1 k r ow0 t eh1 l)) +("microtubules" nil (m ay1 k r ow1 t uw1 b y uw0 l z)) +("microvax" nil (m ay1 k r ow0 v ae1 k s)) +("microware" nil (m ay1 k r ow1 w eh1 r)) +("microwavable" nil (m ay1 k r ow0 w ey1 v ax b ax l)) +("microwave" nil (m ay1 k r ax w ey1 v)) +("microwaved" nil (m ay1 k r ow0 w ey1 v d)) +("microwaves" nil (m ay1 k r ow0 w ey1 v z)) +("microx" nil (m ih1 k r ax k s)) +("micucci" nil (m iy0 k uw1 ch iy0)) +("mid" nil (m ih1 d)) +("midafternoon" nil (m ih1 d ae1 f t er0 n uw1 n)) +("midair" nil (m ih1 d eh1 r)) +("midamerica" nil (m ih1 d ax m eh1 r ih0 k ax)) +("midas" nil (m ay1 d ax s)) +("midcap" nil (m ih1 d k ae1 p)) +("midcentury" nil (m ih0 d s eh1 n ch er0 iy0)) +("midcon" nil (m ih1 d k aa1 n)) +("midcontinent" nil (m ih0 d k aa1 n t ih0 n ax n t)) +("midcourse" nil (m ih1 d k ao1 r s)) +("middaugh" nil (m ih1 d ao0)) +("midday" nil (m ih1 d d ey1)) +("middendorf" nil (m ih1 d ax n d ao1 r f)) +("middenstandsbank" nil (m ih0 d eh1 n s t ae0 n d z b ae1 ng k)) +("middle" nil (m ih1 d ax l)) +("middlebrook" nil (m ih1 d ax l b r uh1 k)) +("middlebrooks" nil (m ih1 d ax l b r uh1 k s)) +("middleburg" nil (m ih1 d ax l b er0 g)) +("middlebury" nil (m ih1 d ax l b eh1 r iy0)) +("middlekauff" nil (m ih1 d ax l k ow0 f)) +("middleman" nil (m ih1 d ax l m ae1 n)) +("middlemen" nil (m ih1 d ax l m eh1 n)) +("middlemiss" nil (m ih1 d ax l m ih1 s)) +("middlesex" nil (m ih1 d ax l s eh1 k s)) +("middlesworth" nil (m ih1 d ax l z w er1 th)) +("middleton" nil (m ih1 d ax l t ax n)) +("middletown" nil (m ih1 d ax l t aw1 n)) +("middleweight" nil (m ih1 d ax l w ey1 t)) +("middling" nil (m ih1 d ax l ih0 ng)) +("mideast" nil (m ih1 d iy1 s t)) +("mideastern" nil (m ih1 d iy1 s t er0 n)) +("midflight" nil (m ih1 d f l ay1 t)) +("midges" nil (m ih1 jh ax z)) +("midget" nil (m ih1 jh ax t)) +("midgetman" nil (m ih1 jh ax t m ae1 n)) +("midgett" nil (m ih1 jh ih0 t)) +("midgette" nil (m ih0 jh eh1 t)) +("midgley" nil (m ih1 jh l iy0)) +("midi" nil (m iy1 d iy0)) +("midkiff" nil (m ih1 d k ih0 f)) +("midland" nil (m ih1 d l ae1 n d)) +("midlands" nil (m ih1 d l ae1 n d z)) +("midlantic" nil (m ih0 d l ae1 n t ih0 k)) +("midler" nil (m ih1 d l er0)) +("midlevel" nil (m ih1 d l ax v ax l)) +("midlife" nil (m ih1 d l ay1 f)) +("midmorning" nil (m ih1 d m ao1 r n ih0 ng)) +("midnight" nil (m ih1 d n ay1 t)) +("midpac" nil (m ih1 d p ae1 k)) +("midpoint" nil (m ih1 d p oy1 n t)) +("midpriced" nil (m ih1 d p r ay1 s t)) +("midrange" nil (m ih1 d r ey1 n jh)) +("midrib" nil (m ih1 d r ih0 b)) +("midseason" nil (m ih1 d s iy1 z ax n)) +("midsection" nil (m ih1 d s eh1 k sh ax n)) +("midsession" nil (m ih1 d s eh1 sh ax n)) +("midshipman" nil (m ih1 d sh ih1 p m ax n)) +("midshipmen" nil (m ih1 d sh ih1 p m eh0 n)) +("midsize" nil (m ih1 d s ay1 z)) +("midsized" nil (m ih1 d s ay1 z d)) +("midst" nil (m ih1 d s t)) +("midstream" nil (m ih1 d s t r iy1 m)) +("midsummer" nil (m ih1 d s ah1 m er0)) +("midterm" nil (m ih1 d t er1 m)) +("midthun" nil (m ih1 d th ax n)) +("midtown" nil (m ih1 d t aw1 n)) +("midura" nil (m iy0 d uh1 r ax)) +("midway" nil (m ih1 d w ey1)) +("midweek" nil (m ih1 d w iy1 k)) +("midwest" nil (m ih1 d w eh1 s t)) +("midwestern" nil (m ih0 d w eh1 s t er0 n)) +("midwesterner" nil (m ih1 d w eh1 s t er0 n er0)) +("midwesterners" nil (m ih0 d w eh1 s t er0 n er0 z)) +("midwife" nil (m ih1 d w ay1 f)) +("midwifery" nil (m ih1 d w ay1 f er0 iy0)) +("midwinter" nil (m ih1 d w ih1 n t er0)) +("midwives" nil (m ih1 d w ay1 v z)) +("midyear" nil (m ih1 d y ih1 r)) +("midyett" nil (m ih1 d y eh1 t)) +("midyette" nil (m ih1 d y eh1 t)) +("miears" nil (m iy0 ih1 r z)) +("mieczkowski" nil (m iy0 ch k ao1 f s k iy0)) +("mieczyslaw" nil (m iy1 ch ih0 s l ao1)) +("miedema" nil (m iy0 d eh1 m ax)) +("mielcarek" nil (m iy0 l k aa1 r eh0 k)) +("miele" nil (m iy1 l)) +("mielke" nil (m iy1 l k iy0)) +("mien" nil (m iy1 n)) +("mieno" nil (m iy1 n ow0)) +("mier" nil (m ay1 er0)) +("miera" nil (m iy1 r ax)) +("mieras" nil (m ih0 r aa1 z)) +("miers" nil (m ay1 er0 z)) +("miert" nil (m ay1 er0 t)) +("mierzejewski" nil (m ih0 r z ey0 eh1 f s k iy0)) +("mierzwa" nil (m iy1 r z w ax)) +("mies" nil (m ay1 z)) +("miesner" nil (m iy1 z n er0)) +("miesse" nil (m iy1 s)) +("miffed" nil (m ih1 f t)) +("mifflin" nil (m ih1 f l ih0 n)) +("mifsud" nil (m ih1 f s ax d)) +("mig" nil (m ih1 g)) +("migdal" nil (m ih1 g d ax l)) +("migent" nil (m ih1 jh ax n t)) +("miggins" nil (m ih1 g ih0 n z)) +("might" nil (m ay1 t)) +("mightiest" nil (m ay1 t iy0 ax s t)) +("mightily" nil (m ay1 t ax l iy0)) +("mighty" nil (m ay1 t iy0)) +("migliaccio" nil (m iy0 g l iy0 aa1 ch iy0 ow0)) +("migliore" nil (m iy0 g l iy0 ao1 r iy0)) +("mignanelli" nil (m ih0 g n ax n eh1 l iy0)) +("mignano" nil (m iy0 g n aa1 n ow0)) +("migneault" nil (m ih0 g n ow1)) +("mignogna" nil (m iy0 g n ow1 g n ax)) +("mignon" nil (m ih1 g n ax n)) +("mignone" nil (m iy0 g n ow1 n iy0)) +("mignons" nil (m ih1 g n ax n z)) +("migra" nil (m ih1 g r ax)) +("migraine" nil (m ay1 g r ey1 n)) +("migraines" nil (m ay1 g r ey1 n z)) +("migrant" nil (m ay1 g r ax n t)) +("migrants" nil (m ay1 g r ax n t s)) +("migrate" nil (m ay1 g r ey1 t)) +("migrated" nil (m ay1 g r ey1 t ih0 d)) +("migrating" nil (m ay1 g r ey1 t ih0 ng)) +("migration" nil (m ay0 g r ey1 sh ax n)) +("migrations" nil (m ay0 g r ey1 sh ax n z)) +("migratory" nil (m ay1 g r ax t ao1 r iy0)) +("migs" nil (m ih1 g z)) +("miguel" nil (m ih0 g eh1 l)) +("migues" nil (m iy1 g eh0 s)) +("miguez" nil (m iy0 g eh1 z)) +("mihai" nil (m iy1 hh ay1)) +("mihal" nil (m ay1 hh ax l)) +("mihalek" nil (m ih1 hh ax l eh0 k)) +("mihalic" nil (m ih0 hh ae1 l ih0 k)) +("mihalik" nil (m ih1 hh ax l ih0 k)) +("mihalko" nil (m ih0 hh ae1 l k ow0)) +("mihaly" nil (m ih1 hh ax l iy0)) +("mihelich" nil (m ih1 hh ih0 l ih0 k)) +("mihm" nil (m ih1 m)) +("mihn" nil (m ih1 n)) +("mihok" nil (m ih1 hh ax k)) +("mijares" nil (m iy0 y aa1 r eh0 s)) +("mika" nil (m iy1 k ax)) +("mikado" nil (m ih0 k aa1 d ow0)) +("mikaela" nil (m iy0 k ey1 l ax)) +("mikal" nil (m iy1 k ax l)) +("mike" nil (m ay1 k)) +("mikel" nil (m ih1 k ax l)) +("mikell" nil (m ih1 k ax l)) +("mikels" nil (m ih1 k ax l z)) +("mikelson" nil (m ih1 k ih0 l s ax n)) +("mikes" nil (m ay1 k s)) +("mikesell" nil (m ih1 k ih0 s ax l)) +("mikesh" nil (m ih1 k ih0 sh)) +("mikeska" nil (m ih0 k eh1 s k ax)) +("mikey" nil (m ay1 k iy0)) +("mikhail" nil (m ih0 k ey1 l)) +("mikita" nil (m ih0 k iy1 t ax)) +("mikkelsen" nil (m ih0 k eh1 l s ax n)) +("mikkelson" nil (m ih1 k ih0 l s ax n)) +("mikkola" nil (m ih0 k ow1 l ax)) +("miklas" nil (m ay1 k l ax z)) +("mikles" nil (m ay1 k ax l z)) +("miklos" nil (m iy1 k l ow0 s)) +("miko" nil (m ay1 k ow0)) +("mikol" nil (m ih1 k ao0 l)) +("mikolajczak" nil (m ih0 k aa1 l ay0 ch ae0 k)) +("mikolajczyk" nil (m ih0 k aa1 l ay0 ch ih0 k)) +("mikos" nil (m ay1 k ow0 z)) +("mikrut" nil (m ih1 k r ax t)) +("miksch" nil (m ih1 k sh)) +("mikula" nil (m ih0 k uw1 l ax)) +("mikulak" nil (m ih0 k uw1 l ax k)) +("mikulec" nil (m ih0 k uw1 l ih0 k)) +("mikulic" nil (m ih0 k uw1 l ih0 k)) +("mikulich" nil (m ih0 k y uw1 l ih0 hh)) +("mikulski" nil (m ih0 k ah1 l s k iy0)) +("mikus" nil (m ay1 k ax s)) +("mikva" nil (m ih1 k v ax)) +("mil" nil (m ih1 l)) +("milacron" nil (m ih1 l ax k r aa0 n)) +("milagro" nil (m ih0 l ae1 g r ow0)) +("milam" nil (m ih1 l ax m)) +("milan" nil (m ax l aa1 n)) +("milani" nil (m iy0 l aa1 n iy0)) +("milano" nil (m iy0 l aa1 n ow0)) +("milanowski" nil (m ih0 l ax n ao1 f s k iy0)) +("milardo" nil (m iy0 l aa1 r d ow0)) +("milas" nil (m ay1 l ax z)) +("milazzo" nil (m iy0 l aa1 z ow0)) +("milbank" nil (m ih1 l b ae1 ng k)) +("milbauer" nil (m ih1 l b aw0 er0)) +("milberg" nil (m ih1 l b er0 g)) +("milberger" nil (m ih1 l b er0 g er0)) +("milbourn" nil (m ih0 l b uh1 r n)) +("milbourne" nil (m ih0 l b uh1 r n)) +("milbrandt" nil (m ih1 l b r ax n t)) +("milbrath" nil (m ih1 l b r ax th)) +("milburn" nil (m ih1 l b er1 n)) +("milby" nil (m ih1 l b iy0)) +("milch" nil (m ih1 l ch)) +("mild" nil (m ay1 l d)) +("mildenberger" nil (m ay1 l d ax n b er0 g er0)) +("milder" nil (m ay1 l d er0)) +("mildest" nil (m ay1 l d ax s t)) +("mildew" nil (m ih1 l d uw1)) +("mildews" nil (m ih1 l d uw1 z)) +("mildly" nil (m ay1 l d l iy0)) +("mildred" nil (m ih1 l d r ih0 d)) +("mildrid" nil (m ih1 l d er0 ih0 d)) +("mile" nil (m ay1 l)) +("mileage" nil (m ay1 l ax jh)) +("mileham" nil (m ih1 l ih0 hh ae0 m)) +("miler" nil (m ay1 l er0)) +("miles" nil (m ay1 l z)) +("mileski" nil (m ih0 l eh1 s k iy0)) +("milestone" nil (m ay1 l s t ow1 n)) +("milestones" nil (m ay1 l s t ow1 n z)) +("miletich" nil (m ih1 l ih0 t ih0 k)) +("milewski" nil (m ih0 l eh1 f s k iy0)) +("miley" nil (m ay1 l iy0)) +("milford" nil (m ih1 l f er0 d)) +("milgram" nil (m ih1 l g r ae1 m)) +("milham" nil (m ih1 l hh ax m)) +("milhoan" nil (m ih1 l hh ow0 n)) +("milholland" nil (m ih1 l hh ax l ax n d)) +("milhollin" nil (m ih0 l hh aa1 l ih0 n)) +("milhorn" nil (m ih1 l hh er0 n)) +("milhous" nil (m ih1 l hh aw1 s)) +("milhouse" nil (m ih1 l hh aw1 s)) +("milian" nil (m ih1 l iy0 ax n)) +("milicent" nil (m ih1 l ih0 s ih0 n t)) +("milich" nil (m ih1 l ih0 k)) +("milici" nil (m iy0 l iy1 ch iy0)) +("milieu" nil (m ih0 l y uh1)) +("milissent" nil (m ih1 l ih0 s ax n t)) +("militancy" nil (m ih1 l ax t ax n s iy0)) +("militant" nil (m ih1 l ax t ax n t)) +("militants" nil (m ih1 l ax t ax n t s)) +("militaries" nil (m ih1 l ax t eh1 r iy0 z)) +("militarily" nil (m ih1 l ax t eh1 r ax l iy0)) +("militarism" nil (m ih1 l ax t er0 ih1 z ax m)) +("militaristic" nil (m ih1 l ih0 t er0 ih1 s t ih0 k)) +("militarists" nil (m ih1 l ax t er0 ih0 s t s)) +("militarized" nil (m ih1 l ax t er0 ay1 z d)) +("military" nil (m ih1 l ax t eh1 r iy0)) +("militate" nil (m ih1 l ih0 t ey1 t)) +("militello" nil (m iy0 l iy0 t eh1 l ow0)) +("militia" nil (m ax l ih1 sh ax)) +("militiamen" nil (m ax l ih1 sh ax m ih0 n)) +("militias" nil (m ax l ih1 sh ax z)) +("milito" nil (m iy0 l iy1 t ow0)) +("milius" nil (m ay1 l iy0 ih0 s)) +("milk" nil (m ih1 l k)) +("milke" nil (m ih1 l k)) +("milked" nil (m ih1 l k t)) +("milken" nil (m ih1 l k ax n)) +("milkens" nil (m ih1 l k ax n z)) +("milking" nil (m ih1 l k ih0 ng)) +("milkman" nil (m ih1 l k m ae1 n)) +("milko" nil (m ih1 l k ow0)) +("milkovich" nil (m ih1 l k ax v ih0 ch)) +("milkowski" nil (m ih0 l k ao1 f s k iy0)) +("milks" nil (m ih1 l k s)) +("milkshake" nil (m ih1 l k sh ey1 k)) +("milkweed" nil (m ih1 l k w iy1 d)) +("milky" nil (m ih1 l k iy0)) +("mill" nil (m ih1 l)) +("millage" nil (m ih1 l ih0 jh)) +("millan" nil (m ih1 l ax n)) +("millar" nil (m ih1 l er0)) +("millard" nil (m ih1 l er0 d)) +("millau" nil (m ih1 l aw0)) +("millay" nil (m ih0 l ey1)) +("millburn" nil (m ih1 l b er0 n)) +("mille" nil (m ih1 l)) +("milled" nil (m ih1 l d)) +("milledge" nil (m ih1 l ih0 jh)) +("millen" nil (m ih1 l ax n)) +("millender" nil (m ih1 l eh0 n d er0)) +("millennia" nil (m ax l eh1 n iy0 ax)) +("millennial" nil (m ih0 l eh1 n iy0 ax l)) +("millennium" nil (m ax l eh1 n iy0 ax m)) +("millenniums" nil (m ax l eh1 n iy0 ax m z)) +("miller" nil (m ih1 l er0)) +("millerick" nil (m ih1 l er0 ih0 k)) +("millers" nil (m ih1 l er0 z)) +("milleson" nil (m ih1 l ih0 s ax n)) +("millet" nil (m ih1 l ax t)) +("millets" nil (m ih1 l ax t s)) +("millett" nil (m ih1 l ih0 t)) +("millette" nil (m ih0 l eh1 t)) +("milley" nil (m ih1 l iy0)) +("millhouse" nil (m ih1 l hh aw1 s)) +("millibar" nil (m ih1 l ax b aa1 r)) +("millican" nil (m ih1 l ih0 k ax n)) +("millicent" nil (m ih1 l ih0 s ih0 n t)) +("millicom" nil (m ih1 l ih0 k ax m)) +("millie" nil (m ih1 l iy0)) +("milliet" nil (m ih1 l iy0 eh1 t)) +("milligal" nil (m ih1 l ih0 g ax l)) +("milligan" nil (m ih1 l ih0 g ax n)) +("milligram" nil (m ih1 l ax g r ae1 m)) +("milligrams" nil (m ih1 l ax g r ae1 m z)) +("millikan" nil (m ih1 l ax k ax n)) +("milliken" nil (m ih1 l ih0 k ax n)) +("millikin" nil (m ih1 l ih0 k ih0 n)) +("milliliters" nil (m ih1 l ax l iy1 t er0 z)) +("milliman" nil (m ih1 l ih0 m ax n)) +("millimeter" nil (m ih1 l ax m iy1 t er0)) +("millimeters" nil (m ih1 l ax m iy1 t er0 z)) +("millin" nil (m ih1 l ax n)) +("milliner" nil (m ih1 l ih0 n er0)) +("milling" nil (m ih1 l ih0 ng)) +("millington" nil (m ih1 l ih0 ng t ax n)) +("million" nil (m ih1 l y ax n)) +("millionaire" nil (m ih1 l y ax n eh1 r)) +("millionaires" nil (m ih1 l y ax n eh1 r z)) +("millions" nil (m ih1 l y ax n z)) +("millionth" nil (m ih1 l y ax n th)) +("millionths" nil (m ih1 l y ax n t th s)) +("millipore" nil (m ih1 l ih0 p ao1 r)) +("milliron" nil (m ih1 l er0 ax n)) +("millirons" nil (m ih1 l er0 ow0 n z)) +("millis" nil (m ih1 l ih0 s)) +("millisent" nil (m ih1 l ax s ax n t)) +("milllion" nil (m ih1 l y ax n)) +("millman" nil (m ih1 l m ax n)) +("milln" nil (m ih1 l n)) +("millner" nil (m ih1 l n er0)) +("millon" nil (m ih1 l ax n)) +("milloy" nil (m ih1 l oy0)) +("mills" nil (m ih1 l z)) +("millsap" nil (m ih1 l s ae1 p)) +("millsaps" nil (m ih1 l s ae1 p s)) +("millspaugh" nil (m ih1 l s p ao0)) +("millstein" nil (m ih1 l s t ay1 n)) +("millstone" nil (m ih1 l s t ow1 n)) +("millward" nil (m ih1 l w er0 d)) +("millwood" nil (m ih1 l w uh1 d)) +("milly" nil (m ih1 l iy0)) +("milman" nil (m ih1 l m ax n)) +("milne" nil (m ih1 l n)) +("milner" nil (m ih1 l n er0)) +("milnes" nil (m ih1 l n z)) +("milo" nil (m ay1 l ow0)) +("milonas" nil (m iy0 l ow1 n aa0 z)) +("milone" nil (m ih0 l ow1 n)) +("milos" nil (m iy1 l ow0 z)) +("milosevic" nil (m ih0 l ow1 s ax v ih0 k)) +("milosevich" nil (m ih0 l aa1 s ih0 v ih0 ch)) +("milosh" nil (m ih0 l ao1 sh)) +("milot" nil (m ih1 l ax t)) +("milpitas" nil (m ih0 l p iy1 t ax s)) +("milroy" nil (m ih1 l r oy1)) +("mils" nil (m ih1 l z)) +("milsap" nil (m ih1 l s ae1 p)) +("milson" nil (m ih1 l s ax n)) +("milstead" nil (m ih1 l s t eh1 d)) +("milstein" nil (m ih1 l s t ay1 n)) +("milt" nil (m ih1 l t)) +("miltenberger" nil (m ih1 l t ax n b er0 g er0)) +("miltner" nil (m ih1 l t n er0)) +("milton" nil (m ih1 l t ax n)) +("miltonic" nil (m ih0 l t aa1 n ih0 k)) +("milum" nil (m ih1 l ax m)) +("milunovich" nil (m ih0 l uw1 n ax v ih0 ch)) +("milward" nil (m ih1 l w er0 d)) +("milwaukee" nil (m ih0 l w ao1 k iy0)) +("milz" nil (m ih1 l z)) +("mim" nil (m ih1 m)) +("mimbs" nil (m ih1 m z)) +("mime" nil (m ay1 m)) +("mimeograph" nil (m ih1 m iy0 ax g r ae1 f)) +("mimi" nil (m iy1 m iy0)) +("mimic" nil (m ih1 m ih0 k)) +("mimicked" nil (m ih1 m ih0 k t)) +("mimicking" nil (m ih1 m ih0 k ih0 ng)) +("mimicry" nil (m ih1 m ih0 k r iy0)) +("mimics" nil (m ih1 m ih0 k s)) +("mimis" nil (m iy1 m iy0 z)) +("mimms" nil (m ih1 m z)) +("mimnaugh" nil (m ih1 m n aw0)) +("mimosa" nil (m ih0 m ow1 s ax)) +("mims" nil (m ih1 m z)) +("min" nil (m ih1 n)) +("mina" nil (m iy1 n ax)) +("minahan" nil (m ih1 n ax hh ae0 n)) +("minami" nil (m iy0 n aa1 m iy0)) +("minamide" nil (m ih1 n ax m iy1 d ey0)) +("minar" nil (m ay1 n er0)) +("minard" nil (m ih0 n aa1 r d)) +("minardos" nil (m ih0 n aa1 r d ow0 s)) +("minarets" nil (m ih1 n er0 eh1 t s)) +("minarik" nil (m ih1 n er0 ih0 k)) +("minas" nil (m iy1 n ax s)) +("minasian" nil (m ih0 n ae1 zh ih0 n)) +("minassian" nil (m ih0 n ae1 s zh ih0 n)) +("minatome" nil (m ih1 n ax t ow1 m)) +("minc" nil (m ih1 ng k)) +("mince" nil (m ih1 n s)) +("minced" nil (m ih1 n s t)) +("mincemeat" nil (m ih1 n s m iy1 t)) +("mincer" nil (m ih1 n s er0)) +("mincey" nil (m ih1 n s iy0)) +("minch" nil (m ih1 n ch)) +("mincher" nil (m ih1 n ch er0)) +("minchew" nil (m ih1 n ch y uw0)) +("minchey" nil (m ih1 n ch iy0)) +("minchin" nil (m ih1 n ch ih0 n)) +("mincing" nil (m ih1 n s ih0 ng)) +("minckler" nil (m ih1 ng k l er0)) +("mincks" nil (m ih1 ng k s)) +("mincy" nil (m ih1 n s iy0)) +("mind" nil (m ay1 n d)) +("minda" nil (m ih1 n d ax)) +("mindanao" nil (m ih1 n d ax n aw1)) +("minded" nil (m ay1 n d ax d)) +("mindedly" nil (m ay1 n d ih0 d l iy0)) +("mindedness" nil (m ay1 n d ih0 d n ax s)) +("mindel" nil (m ih1 n d ax l)) +("minden" nil (m ay1 n d ax n)) +("minder" nil (m ay1 n d er0)) +("mindful" nil (m ay1 n d f ax l)) +("minding" nil (m ay1 n d ih0 ng)) +("mindless" nil (m ay1 n d l ax s)) +("mindlessly" nil (m ay1 n d l ax s l iy0)) +("mindlin" nil (m ih1 n d l ih0 n)) +("minds" nil (m ay1 n d z)) +("mindset" nil (m ay1 n d s eh1 t)) +("mindy" nil (m ih1 n d iy0)) +("mine" nil (m ay1 n)) +("minea" nil (m ih0 n iy1 ax)) +("minear" nil (m ih0 n ih1 r)) +("mineau" nil (m ih0 n ow1)) +("minebea" nil (m ih1 n ax b iy1 ax)) +("mined" nil (m ay1 n d)) +("mineer" nil (m ay1 n er0)) +("minefield" nil (m ay1 n f iy1 l d)) +("minehan" nil (m ih1 n ih0 hh ae0 n)) +("minehart" nil (m ay1 n hh aa1 r t)) +("minella" nil (m ih0 n eh1 l ax)) +("minelli" nil (m ih0 n eh1 l iy0)) +("mineo" nil (m ih1 n iy0 ow0)) +("mineola" nil (m ih1 n iy0 ow1 l ax)) +("mineowners" nil (m ay1 n ow1 n er0 z)) +("miner" nil (m ay1 n er0)) +("minera" nil (m ih0 n eh1 r ax)) +("mineral" nil (m ih1 n er0 ax l)) +("mineralization" nil (m ih1 n er0 ax l ax z ey1 sh ax n)) +("mineralogically" nil (m ih1 n er0 ax l aa1 jh ih0 k ax l iy0)) +("mineralogist" nil (m ih1 n er0 ae1 l ax jh ih0 s t)) +("mineralogy" nil (m ih1 n er0 aa1 l ax jh iy0)) +("minerals" nil (m ih1 n er0 ax l z)) +("minerd" nil (m ih1 n er0 d)) +("miners" nil (m ay1 n er0 z)) +("minerva" nil (m ax n er1 v ax)) +("minervini" nil (m iy1 n er0 v iy1 n iy0)) +("mines" nil (m ay1 n z)) +("minesweeper" nil (m ay1 n s w iy1 p er0)) +("minesweepers" nil (m ay1 n s w iy1 p er0 z)) +("minet" nil (m ih1 n ih0 t)) +("mineta" nil (m ih0 n ey1 t ax)) +("minette" nil (m ih0 n eh1 t)) +("mineworkers" nil (m ay1 n w er1 k er0 z)) +("ming" nil (m ih1 ng)) +("minge" nil (m ih1 n jh)) +("minger" nil (m ih1 ng er0)) +("minges" nil (m ih1 n jh ih0 z)) +("mingle" nil (m ih1 ng g ax l)) +("mingled" nil (m ih1 ng g ax l d)) +("mingles" nil (m ih1 ng g ax l z)) +("mingling" nil (m ih1 ng g ax l ih0 ng)) +("mingo" nil (m iy1 ng g ow0)) +("mings" nil (m ih1 ng z)) +("mingus" nil (m ih1 ng g ih0 s)) +("minh" nil (m ih1 n)) +("mini" nil (m ih1 n iy0)) +("miniard" nil (m ih1 n y er0 d)) +("miniature" nil (m ih1 n iy0 ax ch uh1 r)) +("miniatures" nil (m ih1 n iy0 ax ch er0 z)) +("miniaturization" nil (m ih1 n iy0 ax ch er0 ih0 z ey1 sh ax n)) +("miniaturized" nil (m ih1 n ih0 ch er0 ay1 z d)) +("minibuses" nil (m ih1 n iy0 b ah1 s ih0 z)) +("minicar" nil (m ih1 n iy0 k aa1 r)) +("minicars" nil (m ih1 n iy0 k aa1 r z)) +("minich" nil (m ih1 n ih0 ch)) +("minichiello" nil (m iy0 n iy0 k iy0 eh1 l ow0)) +("minick" nil (m ih1 n ih0 k)) +("minicomputer" nil (m ih1 n iy0 k ax m p y uw1 t er0)) +("minicomputers" nil (m ih1 n iy0 k ax m p y uw1 t er0 z)) +("minicucci" nil (m iy0 n iy0 k uw1 ch iy0)) +("minidisc" nil (m ih1 n iy0 d ih1 s k)) +("minier" nil (m ih1 n iy0 er0)) +("minihan" nil (m ih1 n ih0 hh ae0 n)) +("minilab" nil (m ih1 n iy0 l ae1 b)) +("minilabs" nil (m ih1 n iy0 l ae1 b z)) +("minimal" nil (m ih1 n ax m ax l)) +("minimalism" nil (m ih1 n ax m ax l ih1 z ax m)) +("minimalist" nil (m ih1 n ax m ax l ih0 s t)) +("minimally" nil (m ih1 n ax m ax l iy0)) +("minimill" nil (m ih1 n iy0 m aa1 l)) +("minimills" nil (m ih1 n iy0 m ih1 l z)) +("minimize" nil (m ih1 n ax m ay1 z)) +("minimized" nil (m ih1 n ax m ay1 z d)) +("minimizes" nil (m ih1 n ax m ay1 z ax z)) +("minimizing" nil (m ih1 n ax m ay1 z ih0 ng)) +("minimum" nil (m ih1 n ax m ax m)) +("minimums" nil (m ih1 n ih0 m ax m z)) +("mining" nil (m ay1 n ih0 ng)) +("mininger" nil (m ay1 n ih0 ng er0)) +("minion" nil (m ih1 n y ax n)) +("minions" nil (m ih1 n y ax n z)) +("minis" nil (m ih1 n iy0 z)) +("miniscribe" nil (m ih1 n iy0 s k r ay1 b)) +("miniscule" nil (m ih1 n ih0 s k y uw0 l)) +("miniseries" nil (m ih1 n ih0 s eh1 r iy0 z)) +("minish" nil (m ih1 n ih0 sh)) +("miniskirt" nil (m ih1 n iy0 s k er1 t)) +("miniskirts" nil (m ih1 n iy0 s k er1 t s)) +("minister" nil (m ih1 n ax s t er0)) +("ministerial" nil (m ih1 n ih0 s t iy1 r iy0 ax l)) +("ministers" nil (m ih1 n ax s t er0 z)) +("ministrations" nil (m ih1 n ax s t r ey1 sh ax n z)) +("ministries" nil (m ih1 n ih0 s t r iy0 z)) +("ministry" nil (m ih1 n ax s t r iy0)) +("minisupercomputer" nil (m ih1 n iy0 s uw1 p er0 k ah1 m p y uw1 t er0)) +("minisupercomputers" nil (m ih1 n iy0 s uw1 p er0 k ah1 m p y uw1 t er0 z)) +("minit" nil (m ih1 n ih0 t)) +("minitel" nil (m ih1 n ax t eh1 l)) +("minium" nil (m ih1 n iy0 ax m)) +("minivan" nil (m ih1 n iy0 v ae1 n)) +("minivans" nil (m ih1 n iy0 v ae1 n z)) +("minix" nil (m ih1 n ih0 k s)) +("minjares" nil (m iy0 n y aa1 r eh0 s)) +("minjarez" nil (m iy0 n y aa1 r eh0 z)) +("mink" nil (m ih1 ng k)) +("minke" nil (m ih1 ng k)) +("minkel" nil (m ih1 ng k ax l)) +("minkin" nil (m ih1 ng k ih0 n)) +("minkler" nil (m ih1 ng k l er0)) +("minkoff" nil (m ih1 ng k ao1 f)) +("minkow" nil (m ih1 ng k aw0)) +("minks" nil (m ih1 ng k s)) +("minna" nil (m ih1 n ax)) +("minnaar" nil (m ih0 n aa1 r)) +("minneapolis" nil (m ih1 n iy0 ae1 p ax l ih0 s)) +("minnelli" nil (m ih0 n eh1 l iy0)) +("minner" nil (m ih1 n er0)) +("minnesota" nil (m ih1 n ih0 s ow1 t ax)) +("minnesotan" nil (m ih1 n ax s ow1 t ax n)) +("minnesotans" nil (m ih1 n ax s ow1 t ax n z)) +("minnetonka" nil (m ih1 n ih0 t ao1 ng k ax)) +("minney" nil (m ih1 n iy0)) +("minnich" nil (m ih1 n ih0 ch)) +("minnick" nil (m ih1 n ih0 k)) +("minnie" nil (m ih1 n iy0)) +("minniear" nil (m ih1 n iy0 ih1 r)) +("minnifield" nil (m ih1 n ax f iy1 l d)) +("minnig" nil (m ih1 n ih0 g)) +("minnis" nil (m ih1 n ih0 s)) +("minniti" nil (m iy0 n iy1 t iy0)) +("minnix" nil (m ih1 n ih0 k s)) +("minnow" nil (m ih1 n ow0)) +("minnows" nil (m ih1 n ow0 z)) +("minns" nil (m ih1 n z)) +("minntech" nil (m ih1 n t eh1 k)) +("minny" nil (m ih1 n iy0)) +("mino" nil (m iy1 n ow0)) +("minoan" nil (m ax n ow1 ax n)) +("minogue" nil (m iy1 n ao0 g)) +("minoli" nil (m ih0 n ow1 l iy0)) +("minolta" nil (m ih0 n aa1 l t ah1)) +("minor" nil (m ay1 n er0)) +("minorca" nil (m ax n ao1 r k ax)) +("minorco" nil (m ih0 n ao1 r k ow0)) +("minoring" nil (m ay1 n er0 ih0 ng)) +("minorite" nil (m ih1 n er0 ay1 t)) +("minorities" nil (m ay0 n ao1 r ax t iy0 z)) +("minority" nil (m ay0 n ao1 r ax t iy0)) +("minors" nil (m ay1 n er0 z)) +("minoru" nil (m ih0 n ao1 r uw0)) +("minot" nil (m ih1 n ax t)) +("minott" nil (m ih1 n ax t)) +("minow" nil (m ih1 n ow0)) +("minoxidil" nil (m ih0 n aa1 k s ih0 d ih0 l)) +("minpeco" nil (m ih0 n p eh1 k ow0)) +("minshall" nil (m ih1 n sh ax l)) +("minshew" nil (m ih1 n sh uw0)) +("minsk" nil (m ih1 n s k)) +("minskoff" nil (m ih1 n s k ao0 f)) +("minsky" nil (m ih1 n s k iy0)) +("minson" nil (m ih1 n s ax n)) +("minstar" nil (m ih1 n s t aa1 r)) +("minster" nil (m ih1 n s t er0)) +("minstrel" nil (m ih1 n s t r ax l)) +("minstrels" nil (m ih1 n s t r ax l z)) +("mint" nil (m ih1 n t)) +("minta" nil (m ih1 n t ax)) +("mintage" nil (m ih1 n t ax jh)) +("minted" nil (m ih1 n t ih0 d)) +("minteer" nil (m ih1 n t ih1 r)) +("minter" nil (m ih1 n t er0)) +("mintha" nil (m ih1 n th ax)) +("mintier" nil (m ih1 n t iy0 er0)) +("minting" nil (m ih1 n t ih0 ng)) +("minto" nil (m ih1 n t ow0)) +("minton" nil (m ih1 n t ax n)) +("mints" nil (m ih1 n t s)) +("minturn" nil (m ih1 n t er1 n)) +("mintz" nil (m ih1 n t s)) +("mintzer" nil (m ih1 n t z er0)) +("minuet" nil (m ih1 n y ax w eh1 t)) +("minus" nil (m ay1 n ax s)) +("minuscule" nil (m ih1 n ax s k y uw1 l)) +("minuses" nil (m ay1 n ax s ih0 z)) +("minute" n (m ih1 n ax t)) +("minute" j (m ih1 n uw0 t)) +("minutely" nil (m ih1 n ax t l iy0)) +("minuteman" nil (m ih1 n ax t m ae1 n)) +("minutes" nil (m ih1 n ax t s)) +("minutiae" nil (m ih0 n uw1 sh iy0 ax)) +("minyard" nil (m ih1 n y aa0 r d)) +("miocene" nil (m ay1 ax s iy1 n)) +("mion" nil (m ay1 ax n)) +("mione" nil (m ay1 ow1 n)) +("miot" nil (m ay1 ax t)) +("miotke" nil (m ay1 aa1 t k iy0)) +("mips" nil (m ih1 p s)) +("mir" nil (m ih1 r)) +("mira" nil (m ih1 r ax)) +("mirabal" nil (m ih1 r ax b ax l)) +("mirabel" nil (m ih0 r aa0 b eh1 l)) +("mirabella" nil (m ih0 r aa0 b eh1 l ax)) +("mirabelle" nil (m ao1 r ax b ax l)) +("mirabelli" nil (m ih0 r aa0 b eh1 l iy0)) +("mirabile" nil (m ih0 r aa1 b ax l)) +("mirabito" nil (m ih0 r aa0 b iy1 t ow0)) +("miracid" nil (m ih1 r ae1 s ax d)) +("miracle" nil (m ih1 r ax k ax l)) +("miracles" nil (m ih1 r ax k ax l z)) +("miraculous" nil (m er0 ae1 k y ax l ax s)) +("miraculously" nil (m er0 ae1 k y ax l ax s l iy0)) +("mirada" nil (m ih0 r aa1 d ax)) +("mirage" nil (m er0 aa1 zh)) +("miraglia" nil (m ih0 r ae1 g l iy0 ax)) +("mirak" nil (m ih1 r ae0 k)) +("miramax" nil (m ih1 r ax m ae1 k s)) +("miramontes" nil (m ih0 r aa0 m ow1 n t eh0 s)) +("miranda" nil (m er0 ae1 n d ax)) +("mirando" nil (m ih0 r ae1 n d ow0)) +("mire" nil (m ay1 r)) +("mired" nil (m ay1 r d)) +("mireles" nil (m ih0 r ey1 l eh0 s)) +("mirelez" nil (m ih0 r ey1 l eh0 z)) +("mirella" nil (m ih0 r eh1 l ax)) +("mirelle" nil (m er0 eh1 l)) +("mirenda" nil (m ih0 r eh1 n d ax)) +("mires" nil (m ay1 r z)) +("miriam" nil (m ih1 r iy0 ax m)) +("mirick" nil (m ih1 r ih0 k)) +("mirilla" nil (m ih0 r ih1 l ax)) +("mirkin" nil (m er1 k ih0 n)) +("mirna" nil (m er1 n ax)) +("miro" nil (m ih1 r ow0)) +("miron" nil (m ih0 r ao1 n)) +("mironenko" nil (m ih1 r ow0 n eh1 ng k ow0)) +("miroslav" nil (m ih1 r ax s l aa0 v)) +("mirra" nil (m ih1 r ax)) +("mirror" nil (m ih1 r er0)) +("mirrored" nil (m ih1 r er0 d)) +("mirroring" nil (m ih1 r er0 ih0 ng)) +("mirrors" nil (m ih1 r er0 z)) +("mirsky" nil (m er1 s k iy0)) +("mirth" nil (m er1 th)) +("mirti" nil (m er1 t iy0)) +("mirtle" nil (m er1 t ax l)) +("mirto" nil (m ih1 r t ow0)) +("mirv" nil (m er1 v)) +("mirza" nil (m er1 z ax)) +("mis" nil (m ih1 s)) +("misadventures" nil (m ih0 s ax d v eh1 n ch er0 z)) +("misallocated" nil (m ih0 s ae1 l ax k ey1 t ih0 d)) +("misallocation" nil (m ih0 s ae1 l ax k ey1 sh ax n)) +("misanthrope" nil (m ih1 s ax n th r ow1 p)) +("misapplication" nil (m ih1 s ae0 p l ax k ey1 sh ax n)) +("misapplied" nil (m ih1 s ax p l ay1 d)) +("misapplying" nil (m ih0 s ax p l ay1 ih0 ng)) +("misapprehension" nil (m ih0 s ae1 p r iy0 hh eh1 n sh ax n)) +("misappropriate" nil (m ih0 s ax p r ow1 p r iy0 ey1 t)) +("misappropriated" nil (m ih1 s ax p r ow1 p r iy0 ey1 t ih0 d)) +("misappropriating" nil (m ih1 s ax p r ow1 p r iy0 ey1 t ih0 ng)) +("misappropriation" nil (m ih1 s ax p r ow1 p r iy0 ey1 sh ax n)) +("misawa" nil (m ih0 s aa1 w ax)) +("misbegotten" nil (m ih1 s b ax g aa1 t ax n)) +("misbehaving" nil (m ih1 s b ax hh ey1 v ih0 ng)) +("misbehavior" nil (m ih1 s b ax hh ey1 v y er0)) +("misbrener" nil (m ih1 s b r eh1 n er0)) +("miscalculated" nil (m ih0 s k ae1 l k y ax l ey1 t ih0 d)) +("miscalculation" nil (m ih0 s k ae1 l k y ax l ey1 sh ax n)) +("miscalculations" nil (m ih0 s k ae1 l k y ax l ey1 sh ax n z)) +("miscarriage" nil (m ih0 s k eh1 r ax jh)) +("miscarriages" nil (m ih0 s k eh1 r ih0 jh ih0 z)) +("miscast" nil (m ih0 s k ae1 s t)) +("miscayuna" nil (m ih1 s k ay0 y uw1 n ax)) +("miscellaneous" nil (m ih1 s ax l ey1 n iy0 ax s)) +("miscellany" nil (m ih1 s ax l ey1 n iy0)) +("misch" nil (m ih1 sh)) +("mischa" nil (m ih1 sh ax)) +("mischarged" nil (m ih0 s ch aa1 r jh d)) +("mischarges" nil (m ih0 s ch aa1 r jh ih0 z)) +("mischarging" nil (m ih0 s ch aa1 r jh ih0 ng)) +("mischel" nil (m ih1 sh ax l)) +("mischer" nil (m ih1 sh er0)) +("mischief" nil (m ih1 s ch ax f)) +("mischievous" nil (m ih1 s ch ax v ax s)) +("mischke" nil (m ih1 sh k)) +("mischler" nil (m ih1 sh ax l er0)) +("miscibility" nil (m ih1 s ih0 b ih1 l ih0 t iy0)) +("miscible" nil (m ih1 s ax b ax l)) +("misconceived" nil (m ih0 s k ax n s iy1 v d)) +("misconception" nil (m ih0 s k ax n s eh1 p sh ax n)) +("misconceptions" nil (m ih1 s k ax n s eh1 p sh ax n z)) +("misconduct" n (m ih0 s k aa1 n d ax k t)) +("misconduct" v (m ih0 s k ax n d ah1 k t)) +("misconstrue" nil (m ih0 s k ax n s t r uw1)) +("misconstrued" nil (m ih1 s k ax n s t r uw1 d)) +("miscount" nil (m ih1 s k aw1 n t)) +("miscreants" nil (m ih1 s k r iy0 ax n t s)) +("miscreations" nil (m ih1 s k r iy0 ey1 sh ax n z)) +("miscues" nil (m ih1 s k y uw1 z)) +("misdeed" nil (m ih1 s d iy1 d)) +("misdeeds" nil (m ih0 s d iy1 d z)) +("misdemeanor" nil (m ih1 s d ax m iy1 n er0)) +("misdemeanors" nil (m ih1 s d ax m iy1 n er0 z)) +("misdiagnosed" nil (m ih0 s d ay1 ih0 g n ow1 s t)) +("misdirected" nil (m ih1 s d ih0 r eh1 k t ih0 d)) +("misek" nil (m ih1 s eh0 k)) +("misener" nil (m ih1 s iy0 n er0)) +("misenheimer" nil (m ih1 s ih0 n hh ay0 m er0)) +("miser" nil (m ay1 z er0)) +("miserable" nil (m ih1 z er0 ax b ax l)) +("miserables" nil (m ih1 z er0 ax b ax l z)) +("miserably" nil (m ih1 z er0 ax b l iy0)) +("miseries" nil (m ih1 z er0 iy0 z)) +("miserly" nil (m ay1 z er0 l iy0)) +("misery" nil (m ih1 z er0 iy0)) +("mises" nil (m ay1 z ih0 z)) +("misfeldt" nil (m ih1 s f ih0 l t)) +("misfire" nil (m ih0 s f ay1 er0)) +("misfit" nil (m ih0 s f ih1 t)) +("misfits" nil (m ih1 s f ih1 t s)) +("misfortune" nil (m ih0 s f ao1 r ch ax n)) +("misfortunes" nil (m ih0 s f ao1 r ch ax n z)) +("misgivings" nil (m ih0 s g ih1 v ih0 ng z)) +("misgovernment" nil (m ih0 s g ah1 v er0 n m ax n t)) +("misguided" nil (m ih0 s g ay1 d ih0 d)) +("mish" nil (m ih1 sh)) +("mishandle" nil (m ih0 s hh ae1 n d ax l)) +("mishandled" nil (m ih0 s hh ae1 n d ax l d)) +("mishandling" nil (m ih0 s hh ae1 n d l ih0 ng)) +("mishap" nil (m ih1 s hh ae1 p)) +("mishaps" nil (m ih1 s hh ae1 p s)) +("mishawaka" nil (m ih1 sh ax w ao1 k ax)) +("mishawaum" nil (m ih1 sh ax w aa1 m)) +("mishawum" nil (m ih1 sh ax w ah1 m)) +("mishkin" nil (m iy1 sh k iy0 n)) +("mishler" nil (m ih1 sh l er0)) +("mishmash" nil (m ih1 sh m ae1 sh)) +("mishoe" nil (m iy1 sh uw0)) +("mishra" nil (m ih1 sh r ax)) +("misiak" nil (m ih1 s iy0 ae0 k)) +("misiaszek" nil (m ih0 s iy0 aa1 sh eh0 k)) +("misidentified" nil (m ih0 s ay0 d eh1 n t ih0 f ay1 d)) +("misiewicz" nil (m ih1 s ax v ih0 ch)) +("misinformation" nil (m ih0 z ih0 n f er0 m ey1 sh ax n)) +("misinformed" nil (m ih0 s ih0 n f ao1 r m d)) +("misinterpret" nil (m ih0 s ih0 n t er1 p r ax t)) +("misinterpretation" nil (m ih0 s ih0 n t er1 p r ax t ey1 sh ax n)) +("misinterpreted" nil (m ih0 s ih0 n t er1 p r ax t ih0 d)) +("misinterpreting" nil (m ih0 s ih0 n t er1 p r ax t ih0 ng)) +("misjudged" nil (m ih0 s jh ah1 jh d)) +("misjudgment" nil (m ih0 s jh ah1 jh m ax n t)) +("misjudgments" nil (m ih0 s jh ah1 jh m ax n t s)) +("miska" nil (m ih1 s k ax)) +("miske" nil (m ih1 s k)) +("miskell" nil (m ih1 s k ax l)) +("miskito" nil (m ih0 s k iy1 t ow0)) +("miskitos" nil (m ih0 s k iy1 t ow0 s)) +("misko" nil (m ih1 s k ow0)) +("mislabeled" nil (m ih0 s l ey1 b ax l d)) +("mislabeling" nil (m ih0 s l ey1 b ax l ih0 ng)) +("mislaid" nil (m ih0 s l ey1 d)) +("mislead" nil (m ih0 s l iy1 d)) +("misleading" nil (m ih0 s l iy1 d ih0 ng)) +("misleadingly" nil (m ih0 s l iy1 d ih0 ng l iy0)) +("misleads" nil (m ih0 s l iy1 d z)) +("misled" nil (m ih0 s l eh1 d)) +("mismanaged" nil (m ih0 s m ae1 n ih0 jh d)) +("mismanagement" nil (m ih0 s m ae1 n ih0 jh m ax n t)) +("mismanaging" nil (m ih0 s m ae1 n ih0 jh ih0 ng)) +("mismatch" nil (m ih0 s m ae1 ch)) +("mismatched" nil (m ih0 s m ae1 ch t)) +("mismatches" nil (m ih0 s m ae1 ch ih0 z)) +("misner" nil (m ih1 z n er0)) +("misnomer" nil (m ih0 s n ow1 m er0)) +("misperceives" nil (m ih0 s p er0 s iy1 v z)) +("misperception" nil (m ih1 s p er0 s eh1 p sh ax n)) +("misperceptions" nil (m ih0 s p er0 s eh1 p sh ax n z)) +("misplace" nil (m ih0 s p l ey1 s)) +("misplaced" nil (m ih0 s p l ey1 s t)) +("mispriced" nil (m ih0 s p r ay1 s t)) +("misprint" v (m ih0 s p r ih1 n t)) +("misprint" n (m ih1 s p r ih0 n t)) +("misprints" v (m ih0 s p r ih1 n t s)) +("misprints" n (m ih1 s p r ih0 n t s)) +("misprision" nil (m ih0 s p r ih1 zh ax n)) +("misquote" nil (m ih0 s k w ow1 t)) +("misquoted" nil (m ih0 s k w ow1 t ih0 d)) +("misread" nil (m ih0 s r iy1 d)) +("misreading" nil (m ih0 s r iy1 d ih0 ng)) +("misreported" nil (m ih0 s r ih0 p ao1 r t ih0 d)) +("misrepresent" nil (m ih0 s r eh1 p r ax z eh1 n t)) +("misrepresentation" nil (m ih1 s r eh0 p r ih0 z eh0 n t ey1 sh ax n)) +("misrepresentations" nil (m ih1 s r eh0 p r ih0 z eh0 n t ey1 sh ax n z)) +("misrepresented" nil (m ih1 s r eh0 p r ih0 z eh1 n t ih0 d)) +("misrepresenting" nil (m ih0 s r eh1 p r ax z eh1 n t ih0 ng)) +("misrepresents" nil (m ih0 s r eh1 p r ax z eh1 n t s)) +("misrule" nil (m ih0 s r uw1 l)) +("miss" nil (m ih1 s)) +("missal" nil (m ih1 s ax l)) +("missed" nil (m ih1 s t)) +("missel" nil (m ih1 s ax l)) +("misses" nil (m ih1 s ax z)) +("missett" nil (m ih1 s ax t)) +("missey" nil (m ih1 s iy0)) +("misshapen" nil (m ih0 s sh ey1 p ax n)) +("missie" nil (m ih1 s iy0)) +("missildine" nil (m ih0 s iy0 l d iy1 n iy0)) +("missile" nil (m ih1 s ax l)) +("missiles" nil (m ih1 s ax l z)) +("missimer" nil (m ih1 s ih0 m er0)) +("missing" nil (m ih1 s ih0 ng)) +("mission" nil (m ih1 sh ax n)) +("missionaries" nil (m ih1 sh ax n eh1 r iy0 z)) +("missionary" nil (m ih1 sh ax n eh1 r iy0)) +("missions" nil (m ih1 sh ax n z)) +("mississauga" nil (m ih1 s ih0 s ao1 g ax)) +("mississippi" nil (m ih1 s ih0 s ih1 p iy0)) +("mississippian" nil (m ih1 s ih0 s ih1 p iy0 ax n)) +("missive" nil (m ih1 s ih0 v)) +("missler" nil (m ih1 s l er0)) +("missoula" nil (m ih0 z uw1 l ax)) +("missouri" nil (m ax z uh1 r iy0)) +("misspeak" nil (m ih0 s s p iy1 k)) +("misspelled" nil (m ih0 s s p eh1 l d)) +("misspelling" nil (m ih0 s s p eh1 l ih0 ng)) +("misspending" nil (m ih0 s s p eh1 n d ih0 ng)) +("misspent" nil (m ih0 s s p eh1 n t)) +("misspoke" nil (m ih0 s s p ow1 k)) +("misstated" nil (m ih0 s s t ey1 t ih0 d)) +("misstatement" nil (m ih0 s t ey1 t m ax n t)) +("misstatements" nil (m ih0 s t ey1 t m ax n t s)) +("misstates" nil (m ih0 s s t ey1 t s)) +("misstating" nil (m ih0 s s t ey1 t ih0 ng)) +("misstep" nil (m ih0 s s t eh1 p)) +("missteps" nil (m ih0 s s t eh1 p s)) +("missy" nil (m ih1 s iy0)) +("mist" nil (m ih1 s t)) +("mistake" nil (m ih0 s t ey1 k)) +("mistaken" nil (m ih0 s t ey1 k ax n)) +("mistakenly" nil (m ih0 s t ey1 k ax n l iy0)) +("mistakes" nil (m ih0 s t ey1 k s)) +("mistaking" nil (m ih0 s t ey1 k ih0 ng)) +("mister" nil (m ih1 s t er0)) +("misters" nil (m ih1 s t er0 z)) +("mistic" nil (m ih1 s t ih0 k)) +("mistler" nil (m ih1 s t l er0)) +("mistletoe" nil (m ih1 s ax l t ow1)) +("mistook" nil (m ih0 s t uh1 k)) +("mistral" nil (m ih1 s t r ax l)) +("mistreat" nil (m ih0 s t r iy1 t)) +("mistreated" nil (m ih0 s t r iy1 t ih0 d)) +("mistreating" nil (m ih0 s t r iy1 t ih0 ng)) +("mistreatment" nil (m ih0 s t r iy1 t m ax n t)) +("mistreats" nil (m ih0 s t r iy1 t s)) +("mistress" nil (m ih1 s t r ax s)) +("mistresses" nil (m ih1 s t r ax s ax z)) +("mistretta" nil (m ih0 s t r eh1 t ax)) +("mistrial" nil (m ih0 s t r ay1 ax l)) +("mistrials" nil (m ih0 s t r ay1 ax l z)) +("mistrust" nil (m ih0 s t r ah1 s t)) +("mistrusted" nil (m ih0 s t r ah1 s t ih0 d)) +("mistry" nil (m ih1 s t r iy0)) +("mists" nil (m ih1 s t s)) +("misty" nil (m ih1 s t iy0)) +("misunderstand" nil (m ih0 s ax n d er0 s t ae1 n d)) +("misunderstanding" nil (m ih1 s ax n d er0 s t ae1 n d ih0 ng)) +("misunderstandings" nil (m ih0 s ah1 n d er0 s t ae1 n d ih0 ng z)) +("misunderstood" nil (m ih1 s ax n d er0 s t uh1 d)) +("misuraca" nil (m ih0 s uh0 r aa1 k ax)) +("misuse" n (m ih0 s y uw1 s)) +("misuse" v (m ih0 s y uw1 z)) +("misused" nil (m ih0 s y uw1 z d)) +("misuses" n (m ih0 s y uw1 s ih0 z)) +("misuses" v (m ih0 s y uw1 z ih0 z)) +("misusing" nil (m ih0 s y uw1 z ih0 ng)) +("mita" nil (m iy1 t ax)) +("mitamura" nil (m iy1 t ax m uh1 r ax)) +("mitch" nil (m ih1 ch)) +("mitcham" nil (m ih1 ch ax m)) +("mitchel" nil (m ih1 ch ax l)) +("mitchell" nil (m ih1 ch ax l)) +("mitchelson" nil (m ih1 ch ax l s ax n)) +("mitcheltree" nil (m ih0 ch ih0 l t r iy1)) +("mitchem" nil (m ih1 ch ih0 m)) +("mitchener" nil (m ih1 ch iy0 n er0)) +("mitchner" nil (m ih1 ch n er0)) +("mitchum" nil (m ih1 ch ax m)) +("mite" nil (m ay1 t)) +("mitek" nil (m ay1 t eh1 k)) +("mitel" nil (m ay1 t eh1 l)) +("miter" nil (m ay1 t er0)) +("mitering" nil (m ay1 t er0 ih0 ng)) +("mites" nil (m ay1 t s)) +("mithcell" nil (m ih1 th s ax l)) +("mithridates" nil (m ih1 th r ih0 d ey1 t s)) +("mithun" nil (m ih1 th ax n)) +("miti" nil (m ih1 t iy1)) +("mitigate" nil (m ih1 t ax g ey1 t)) +("mitigated" nil (m ih1 t ax g ey1 t ih0 d)) +("mitigating" nil (m ih1 t ax g ey1 t ih0 ng)) +("mitigation" nil (m ih1 t ih0 g ey1 sh ax n)) +("mitman" nil (m ih1 t m ax n)) +("mitnick" nil (m ih1 t n ih0 k)) +("mitofsky" nil (m ih0 t ao1 f s k iy0)) +("mitra" nil (m ih1 t r ax)) +("mitral" nil (m ay1 t r ax l)) +("mitrano" nil (m iy0 t r aa1 n ow0)) +("mitre" nil (m ih1 t r iy0)) +("mitro" nil (m ih1 t r ow0)) +("mitrovich" nil (m ih1 t r ax v ih0 ch)) +("mitsch" nil (m ih1 ch)) +("mitschke" nil (m ih1 ch k)) +("mitsotakis" nil (m ih1 t s ow0 t aa1 k ih0 s)) +("mitsuba" nil (m iy0 t s uw1 b ax)) +("mitsubishi" nil (m ih1 t s uw1 b iy1 sh iy0)) +("mitsui" nil (m iy0 t s uw1 iy0)) +("mitsukoshi" nil (m iy1 t s uw1 k ow1 sh iy0)) +("mitsuru" nil (m iy0 t s uw1 r uw0)) +("mitt" nil (m ih1 t)) +("mittag" nil (m ih1 t ax g)) +("mittan" nil (m ih1 t ax n)) +("mitteleuropa" nil (m ih1 t eh1 l uw1 r ow1 p ax)) +("mittelman" nil (m ih1 t ax l m ax n)) +("mittelstadt" nil (m ih1 t ih0 l sh t ae0 t)) +("mittelstaedt" nil (m ih1 t ih0 l s t eh0 t)) +("mittelsteadt" nil (m ih1 t ih0 l s t eh0 t)) +("mitten" nil (m ih1 t ax n)) +("mittendorf" nil (m ih1 t ih0 n d ao0 r f)) +("mittens" nil (m ih1 t ax n z)) +("mitterand" nil (m iy1 t er0 ao1 n d)) +("mitterrand" nil (m iy1 t er0 ao1 n d)) +("mittleman" nil (m ih1 t ax l m ax n)) +("mittler" nil (m ih1 t l er0)) +("mittman" nil (m ih1 t m ax n)) +("mitton" nil (m ih1 t ax n)) +("mitts" nil (m ih1 t s)) +("mityunov" nil (m ih1 t y uw0 n aa0 v)) +("mitzel" nil (m ih1 t z ax l)) +("mitzi" nil (m ih1 t s iy0)) +("mitzner" nil (m ih1 t s n er0)) +("mitzvah" nil (m ih1 t s v ax)) +("miura" nil (m iy0 uh1 r ax)) +("mix" nil (m ih1 k s)) +("mixed" nil (m ih1 k s t)) +("mixer" nil (m ih1 k s er0)) +("mixers" nil (m ih1 k s er0 z)) +("mixes" nil (m ih1 k s ax z)) +("mixing" nil (m ih1 k s ih0 ng)) +("mixon" nil (m ih1 k s ax n)) +("mixson" nil (m ih1 k s ax n)) +("mixte" nil (m ih1 k s t)) +("mixter" nil (m ih1 k s t er0)) +("mixture" nil (m ih1 k s ch er0)) +("mixtures" nil (m ih1 k s ch er0 z)) +("mixup" nil (m ih1 k s ax p)) +("miyagawa" nil (m iy1 aa0 g aa1 w ax)) +("miyahara" nil (m iy1 y aa0 hh aa1 r ax)) +("miyake" nil (m iy0 y aa1 k ey0)) +("miyako" nil (m iy1 ah1 k ow1)) +("miyamori" nil (m iy1 aa0 m ao1 r iy0)) +("miyamoto" nil (m iy0 y aa0 m ow1 t ow0)) +("miyasaki" nil (m iy1 y aa0 s aa1 k iy0)) +("miyasato" nil (m iy0 y aa0 s aa1 t ow0)) +("miyashiro" nil (m iy0 y aa0 sh ih1 r ow0)) +("miyazaki" nil (m iy1 y aa0 z aa1 k iy0)) +("miyazawa" nil (m iy1 y ax z aa1 w ax)) +("mizar" nil (m ay1 z aa1 r)) +("mize" nil (m ay1 z)) +("mizel" nil (m ay1 z ax l)) +("mizell" nil (m ih1 z ax l)) +("mizelle" nil (m ih0 z eh1 l)) +("mizen" nil (m ay1 z ax n)) +("mizer" nil (m ay1 z er0)) +("mizner" nil (m ih1 z n er0)) +("mizrahi" nil (m iy0 z r aa1 hh iy0)) +("mizuno" nil (m ih0 z uw1 n ow0)) +("mizzell" nil (m ih1 z ax l)) +("mkhatshwa" nil (m ax k ae1 ch w ax)) +("mladic" nil (m l aa1 d ih0 ch)) +("mlecko" nil (m l eh1 k ow0)) +("mlotok" nil (m l ow1 t aa1 k)) +("mme" nil (m iy1)) +("mmonoxide" nil (m ax n aa1 k s ay0 d)) +("mnemonics" nil (n ih0 m aa1 n ih0 k s)) +("mnookin" nil (m n uh1 k ax n)) +("mo" nil (m ow1)) +("moab" nil (m ow1 ae0 b)) +("moacq" nil (m ow1 k)) +("moad" nil (m ow1 d)) +("moak" nil (m ow1 k)) +("moakley" nil (m ow1 k l iy0)) +("moami" nil (m ow1 m iy0)) +("moammar" nil (m ow1 ax m aa1 r)) +("moan" nil (m ow1 n)) +("moaned" nil (m ow1 n d)) +("moaning" nil (m ow1 n ih0 ng)) +("moans" nil (m ow1 n z)) +("moat" nil (m ow1 t)) +("moates" nil (m ow1 ey1 t s)) +("moats" nil (m ow1 t s)) +("mob" nil (m aa1 b)) +("mobay" nil (m ow0 b ey1)) +("mobbed" nil (m aa1 b d)) +("mobbs" nil (m aa1 b z)) +("mobe" nil (m ow1 b)) +("moberg" nil (m ow1 b er0 g)) +("moberly" nil (m ow1 b er0 l iy0)) +("mobil" nil (m ow1 b ax l)) +("mobile" nil (m ow1 b ax l)) +("mobiles" nil (m ow1 b ax l z)) +("mobilia" nil (m ow0 b iy1 l iy0 ax)) +("mobiliare" nil (m ow1 b ax l eh1 r)) +("mobility" nil (m ow0 b ih1 l ax t iy0)) +("mobilization" nil (m ow1 b ax l ax z ey1 sh ax n)) +("mobilizations" nil (m ow1 b ax l ax z ey1 sh ax n z)) +("mobilize" nil (m ow1 b ax l ay1 z)) +("mobilized" nil (m ow1 b ax l ay1 z d)) +("mobilizing" nil (m ow1 b ax l ay1 z ih0 ng)) +("mobius" nil (m ow1 b iy0 ax s)) +("mobley" nil (m ow1 b l iy0)) +("mobs" nil (m aa1 b z)) +("mobster" nil (m aa1 b s t er0)) +("mobsters" nil (m aa1 b s t er0 z)) +("mobutu" nil (m ow0 b y uw1 t uw1)) +("moby" nil (m ow1 b iy0)) +("moca" nil (m ow1 k ax)) +("mocarski" nil (m ax k aa1 r s k iy0)) +("mocatta" nil (m ax k aa1 t ax)) +("moccasin" nil (m aa1 k ax s ax n)) +("moccia" nil (m ow1 ch ax)) +("moccio" nil (m ow1 ch iy0 ow0)) +("moceri" nil (m ow0 ch eh1 r iy0)) +("moch" nil (m aa1 k)) +("mocha" nil (m ow1 k ax)) +("mochel" nil (m aa1 k ax l)) +("mochida" nil (m ax ch iy1 d ax)) +("mochizuki" nil (m ow0 ch iy0 z uw1 k iy0)) +("mock" nil (m aa1 k)) +("mocked" nil (m aa1 k t)) +("mockery" nil (m aa1 k er0 iy0)) +("mocking" nil (m aa1 k ih0 ng)) +("mockingbird" nil (m aa1 k ih0 ng b er1 d)) +("mockler" nil (m aa1 k l er0)) +("mocks" nil (m aa1 k s)) +("moczygemba" nil (m ax ch ih0 g eh1 m b ax)) +("modalities" nil (m ow0 d ae1 l ax t iy0 z)) +("modarressi" nil (m ow0 d aa1 r eh1 s iy0)) +("mode" nil (m ow1 d)) +("moded" nil (m ow1 d ih0 d)) +("model" nil (m aa1 d ax l)) +("modeled" nil (m aa1 d ax l d)) +("modeling" nil (m aa1 d ax l ih0 ng)) +("modell" nil (m ow0 d ey1 l)) +("modelo" nil (m ow0 d eh1 l ow0)) +("models" nil (m aa1 d ax l z)) +("modem" nil (m ow1 d ax m)) +("modems" nil (m ow1 d ax m z)) +("moden" nil (m ow1 d ax n)) +("modena" nil (m ow0 d eh1 n ax)) +("moder" nil (m ow1 d er0)) +("moderate" n (m aa1 d er0 ax t)) +("moderate" v (m aa1 d er0 ey0 t)) +("moderated" nil (m aa1 d er0 ey1 t ih0 d)) +("moderately" nil (m aa1 d er0 ax t l iy0)) +("moderates" n (m aa1 d er0 ax t s)) +("moderates" y (m aa1 d er0 ey0 t s)) +("moderating" nil (m aa1 d er0 ey1 t ih0 ng)) +("moderation" nil (m aa1 d er0 ey1 sh ax n)) +("moderator" nil (m aa1 d er0 ey1 t er0)) +("modern" nil (m aa1 d er0 n)) +("modernism" nil (m aa1 d er0 n ih1 z ax m)) +("modernist" nil (m aa1 d er0 n ax s t)) +("modernists" nil (m aa1 d er0 n ax s t s)) +("modernity" nil (m aa0 d er1 n ax t iy0)) +("modernization" nil (m aa1 d er0 n ax z ey1 sh ax n)) +("modernize" nil (m aa1 d er0 n ay1 z)) +("modernized" nil (m aa1 d er0 n ay1 z d)) +("modernizing" nil (m aa1 d er0 n ay1 z ih0 ng)) +("moderns" nil (m aa1 d er0 n z)) +("modes" nil (m ow1 d z)) +("modesitt" nil (m aa1 d ih0 s ih0 t)) +("modest" nil (m aa1 d ax s t)) +("modesta" nil (m ow0 d eh1 s t ax)) +("modestia" nil (m ow0 d eh1 s t y ax)) +("modestine" nil (m ow0 d eh0 s t iy1 n iy0)) +("modestly" nil (m aa1 d ax s t l iy0)) +("modesto" nil (m ow0 d eh1 s t ow0)) +("modesty" nil (m aa1 d ax s t iy0)) +("modglin" nil (m aa1 jh l ih0 n)) +("modi" nil (m ow1 d iy0)) +("modic" nil (m aa1 d ih0 k)) +("modica" nil (m ow0 d iy1 k ax)) +("modicum" nil (m aa1 d ih0 k ax m)) +("modification" nil (m aa1 d ax f ax k ey1 sh ax n)) +("modifications" nil (m aa1 d ax f ax k ey1 sh ax n z)) +("modified" nil (m aa1 d ax f ay1 d)) +("modifies" nil (m aa1 d ax f ay1 z)) +("modify" nil (m aa1 d ax f ay1)) +("modifying" nil (m aa1 d ax f ay1 ih0 ng)) +("modigliani" nil (m ow0 d ih1 g l iy0 aa1 n iy0)) +("modine" nil (m ow0 d iy1 n)) +("modisette" nil (m aa1 d ih0 s eh0 t)) +("modjeski" nil (m ax jh eh1 s k iy0)) +("modlin" nil (m aa1 d l ih0 n)) +("modrak" nil (m aa1 d r ax k)) +("modrow" nil (m aa1 d r ow0)) +("modugno" nil (m ow0 d uw1 g n ow0)) +("modulaire" nil (m ao1 jh uw0 l eh1 r)) +("modular" nil (m aa1 jh ax l er0)) +("modulate" nil (m ao1 jh y uw0 l ey0 t)) +("modulation" nil (m aa1 jh ax l ey1 sh ax n)) +("modulator" nil (m aa1 jh ax l ey1 t er0)) +("module" nil (m aa1 jh uw0 l)) +("modules" nil (m aa1 jh uw0 l z)) +("modus" nil (m ow1 d ax s)) +("mody" nil (m ow1 d iy0)) +("modzelewski" nil (m ax jh ih0 l eh1 f s k iy0)) +("moe" nil (m ow1)) +("moebius" nil (m ow1 b iy0 ih0 s)) +("moeckel" nil (m ow1 k ax l)) +("moede" nil (m ow1 d)) +("moehle" nil (m ow1 hh ax l)) +("moehlman" nil (m ow1 l m ax n)) +("moehring" nil (m ao1 r ih0 ng)) +("moeller" nil (m ow1 l er0)) +("moellering" nil (m ow1 l er0 ih0 ng)) +("moen" nil (m ow1 n)) +("moench" nil (m ow1 ng k)) +("moening" nil (m aa1 ax n ih0 ng)) +("moerbe" nil (m ao1 r b)) +("moerke" nil (m ao1 r k)) +("moerman" nil (m ow1 er0 m ax n)) +("moers" nil (m ow1 er0 z)) +("moertel" nil (m ao1 r t eh1 l)) +("moes" nil (m ow1 z)) +("moesch" nil (m ow1 sh)) +("moeser" nil (m ow1 z er0)) +("moessner" nil (m ow1 s n er0)) +("moet" nil (m ow1 ih0 t)) +("mof" nil (m aa1 f)) +("moffa" nil (m aa1 f ax)) +("moffat" nil (m aa1 f ax t)) +("moffatt" nil (m aa1 f ax t)) +("moffet" nil (m aa1 f ih0 t)) +("moffett" nil (m aa1 f ih0 t)) +("moffit" nil (m aa1 f ih0 t)) +("moffitt" nil (m aa1 f ih0 t)) +("mofford" nil (m ao1 f er0 d)) +("mofield" nil (m ow1 f iy1 l d)) +("moga" nil (m ow1 g ax)) +("mogadishu" nil (m ow1 g ax d iy1 sh uw1)) +("mogan" nil (m ow1 g ax n)) +("mogavero" nil (m ow0 g aa0 v eh1 r ow0)) +("mogel" nil (m ow1 g ax l)) +("mogensen" nil (m aa1 g ih0 n s ax n)) +("moger" nil (m ow1 g er0)) +("mogg" nil (m aa1 g)) +("mogle" nil (m ow1 g ax l)) +("moglia" nil (m aa1 g l iy0 ax)) +("mogopa" nil (m ow0 g ow1 p ax)) +("mogul" nil (m ow1 g ax l)) +("moguls" nil (m ow1 g ax l z)) +("mohair" nil (m ow1 hh eh1 r)) +("mohamad" nil (m ax hh aa1 m ax d)) +("mohamed" nil (m ow0 hh aa1 m eh0 d)) +("mohammad" nil (m ow0 hh aa1 m eh0 d)) +("mohammed" nil (m ow0 hh ae1 m ih0 d)) +("mohan" nil (m ow1 hh aa0 n)) +("mohar" nil (m ow1 hh er0)) +("mohasco" nil (m ow0 hh ae1 s k ow0)) +("mohawk" nil (m ow1 hh ao1 k)) +("mohawks" nil (m ow1 hh ao1 k s)) +("moher" nil (m aa1 hh er0)) +("mohl" nil (m ow1 l)) +("mohler" nil (m ow1 l er0)) +("mohlman" nil (m ow1 l m ax n)) +("mohn" nil (m aa1 n)) +("mohney" nil (m aa1 n iy0)) +("mohnkern" nil (m aa1 n k er0 n)) +("mohon" nil (m ow1 hh ax n)) +("mohr" nil (m ao1 r)) +("mohring" nil (m ao1 r ih0 ng)) +("mohrman" nil (m ao1 r m ax n)) +("mohrmann" nil (m ao1 r m ax n)) +("mohs" nil (m aa1 s)) +("mohtashemi" nil (m ow1 t ax sh ey1 m iy0)) +("moi" nil (m w aa1)) +("moilanen" nil (m oy1 l ax n ax n)) +("moina" nil (m oy1 n ax)) +("moines" nil (m oy1 n z)) +("moir" nil (m oy1 r)) +("moira" nil (m oy1 r ax)) +("moisan" nil (m oy0 z ae1 n)) +("moise" nil (m oy1 z)) +("moises" nil (m oy1 z ih0 z)) +("moisi" nil (m oy1 s iy0)) +("moist" nil (m oy1 s t)) +("moistened" nil (m oy1 s ax n d)) +("moisture" nil (m oy1 s ch er0)) +("moisturizer" nil (m oy1 s ch er0 ay1 z er0)) +("mojave" nil (m ow0 hh aa1 v iy0)) +("mojica" nil (m ow0 y iy1 k ax)) +("mojo" nil (m ow1 jh ow0)) +("mok" nil (m aa1 k)) +("moka" nil (m ow1 k ax)) +("mokhiber" nil (m aa1 k hh ih0 b er0)) +("mokoena" nil (m ax k ow1 n ax)) +("mokry" nil (m aa1 k r iy0)) +("mol" nil (m ao1 l)) +("mola" nil (m ow1 l ax)) +("molaison" nil (m ax l ey1 z ax n)) +("moland" nil (m aa1 l ax n d)) +("molander" nil (m aa1 l ax n d er0)) +("molano" nil (m ow0 l aa1 n ow0)) +("molasses" nil (m ax l ae1 s ax z)) +("molchan" nil (m ow1 l ch ax n)) +("mold" nil (m ow1 l d)) +("moldable" nil (m ow1 l d ax b ax l)) +("moldavia" nil (m ow1 l d ey1 v iy0 ax)) +("moldavian" nil (m ow1 l d ey1 v iy0 ax n)) +("molded" nil (m ow1 l d ax d)) +("molden" nil (m ow1 l d ax n)) +("moldenhauer" nil (m ow1 l d ih0 n hh aw0 er0)) +("molder" nil (m ow1 l d er0)) +("molders" nil (m ow1 l d er0 z)) +("molding" nil (m ow1 l d ih0 ng)) +("moldings" nil (m ow1 l d ih0 ng z)) +("moldova" nil (m ow1 l d ow1 v ax)) +("moldovan" nil (m ow1 l d ow0 v aa1 n)) +("molds" nil (m ow1 l d z)) +("moldy" nil (m ow1 l d iy0)) +("mole" nil (m ow1 l)) +("molecular" nil (m ax l eh1 k y ax l er0)) +("molecule" nil (m aa1 l ax k y uw1 l)) +("molecules" nil (m aa1 l ax k y uw1 l z)) +("moleculon" nil (m ow0 l eh1 k y uw0 l aa0 n)) +("molehill" nil (m ow1 l hh ih1 l)) +("molelike" nil (m ow1 l l ay1 k)) +("molen" nil (m ow1 l ax n)) +("molenaar" nil (m aa1 l ih0 n aa0 r)) +("molenda" nil (m ow0 l eh1 n d ax)) +("moler" nil (m ow1 l er0)) +("moles" nil (m ow1 l z)) +("moleski" nil (m ax l eh1 s k iy0)) +("molesky" nil (m ax l eh1 s k iy0)) +("molest" nil (m ax l eh1 s t)) +("molestation" nil (m ow1 l eh0 s t ey1 sh ax n)) +("molested" nil (m ax l eh1 s t ih0 d)) +("molester" nil (m ax l eh1 s t er0)) +("molesting" nil (m ax l eh1 s t ih0 ng)) +("molests" nil (m ax l eh1 s t s)) +("molesworth" nil (m ow1 l z w er1 th)) +("molex" nil (m ow1 l ax k s)) +("moliere" nil (m ow0 l y eh1 r)) +("molin" nil (m ow1 l ih0 n)) +("molina" nil (m ax l iy1 n ax)) +("molinar" nil (m aa1 l ih0 n er0)) +("molinari" nil (m ao1 l ax n aa1 r iy0)) +("molinaro" nil (m ow0 l iy0 n aa1 r ow0)) +("moline" nil (m ow0 l iy1 n)) +("molineaux" nil (m ao1 l ax n ow1)) +("molinelli" nil (m ow0 l iy0 n eh1 l iy0)) +("molino" nil (m ow0 l iy1 n ow0)) +("molitor" nil (m ow0 l iy1 t er0)) +("moll" nil (m aa1 l)) +("molle" nil (m aa1 l)) +("mollenhauer" nil (m aa1 l ih0 n hh aw0 er0)) +("mollenkopf" nil (m aa1 l ax n k ao0 p f)) +("moller" nil (m aa1 l er0)) +("mollet" nil (m aa1 l ih0 t)) +("mollett" nil (m aa1 l ih0 t)) +("molley" nil (m aa1 l iy0)) +("mollica" nil (m aa1 l ih0 k ax)) +("mollie" nil (m aa1 l iy0)) +("mollified" nil (m aa1 l ax f ay1 d)) +("mollify" nil (m aa1 l ax f ay1)) +("mollison" nil (m aa1 l ih0 s ax n)) +("mollner" nil (m aa1 l n er0)) +("mollo" nil (m aa1 l ow0)) +("mollohan" nil (m aa1 l ax hh ae0 n)) +("molloy" nil (m aa1 l oy0)) +("mollusk" nil (m aa1 l ax s k)) +("mollusks" nil (m aa1 l ax s k s)) +("molly" nil (m aa1 l iy0)) +("mollycoddle" nil (m aa1 l iy0 k aa1 d ax l)) +("molnar" nil (m ow1 l n er0)) +("molner" nil (m ow1 l n er0)) +("molock" nil (m aa1 l ax k)) +("molokai" nil (m aa1 l ax k ay1)) +("moloney" nil (m ax l ow1 n iy0)) +("molony" nil (m ax l ao1 n iy0)) +("molotov" nil (m ao1 l ax t aa1 f)) +("molpus" nil (m ao1 l p ax s)) +("molson" nil (m ow1 l s ax n)) +("molstad" nil (m ow1 l s t ax d)) +("molt" nil (m ow1 l t)) +("molten" nil (m ow1 l t ax n)) +("molter" nil (m ow1 l t er0)) +("molting" nil (m ow1 l t ih0 ng)) +("molton" nil (m ow1 l t ax n)) +("moltz" nil (m ow1 l t s)) +("moly" nil (m ow1 l iy0)) +("molybdenum" nil (m ax l ih1 b d ih0 n ax m)) +("molyneaux" nil (m aa1 l ih0 n ow0)) +("molzahn" nil (m ow1 l z ax n)) +("mom" nil (m aa1 m)) +("moma" nil (m ow1 m ax)) +("moman" nil (m ow1 m ax n)) +("momayez" nil (m ow0 m ey1 eh0 z)) +("mombasa" nil (m aa0 m b aa1 s ax)) +("moment" nil (m ow1 m ax n t)) +("momentarily" nil (m ow1 m ax n t eh1 r ax l iy0)) +("momentary" nil (m ow1 m ax n t eh1 r iy0)) +("momentous" nil (m ow0 m eh1 n t ax s)) +("moments" nil (m ow1 m ax n t s)) +("momentum" nil (m ow0 m eh1 n t ax m)) +("momigliano" nil (m ow0 m ih1 g l iy0 aa1 n ow0)) +("momma" nil (m aa1 m ax)) +("mommens" nil (m aa1 m ax n z)) +("mommy" nil (m aa1 m iy0)) +("momokawa" nil (m ow1 m ow0 k aa1 w ax)) +("moms" nil (m aa1 m z)) +("mon" nil (m ow1 n)) +("mona" nil (m ow1 n ax)) +("monacelli" nil (m ow0 n aa0 ch eh1 l iy0)) +("monachino" nil (m ow0 n aa0 k iy1 n ow0)) +("monaco" nil (m aa1 n ax k ow1)) +("monad" nil (m ow1 n ae0 d)) +("monadnock" nil (m aa1 n ae1 d n aa0 k)) +("monagene" nil (m aa1 n ax jh iy1 n)) +("monaghan" nil (m aa1 n ax hh ae0 n)) +("monahan" nil (m aa1 n ax hh ae0 n)) +("monarch" nil (m aa1 n aa1 r k)) +("monarchies" nil (m aa1 n aa0 r k iy0 z)) +("monarchs" nil (m aa1 n aa1 r k s)) +("monarchy" nil (m aa1 n aa0 r k iy0)) +("monarrez" nil (m ow0 n aa1 r eh0 z)) +("monash" nil (m aa1 n ae1 sh)) +("monasteries" nil (m aa1 n ax s t eh1 r iy0 z)) +("monastery" nil (m aa1 n ax s t eh1 r iy0)) +("monastic" nil (m ax n ae1 s t ih0 k)) +("monasticism" nil (m ax n ae1 s t ax s ih1 z ax m)) +("monatomic" nil (m aa1 n ax t aa1 m ih0 k)) +("monca" nil (m ow1 n k ax)) +("moncada" nil (m ow0 n k aa1 d ax)) +("moncayo" nil (m ow0 n k ey1 ow0)) +("monceaux" nil (m ax n s ow1)) +("moncrief" nil (m aa1 n k r iy0 f)) +("moncur" nil (m aa1 n k er0)) +("moncure" nil (m ow0 n k uh1 r iy0)) +("moncus" nil (m aa1 n k ih0 s)) +("monda" nil (m aa1 n d ax)) +("mondadori" nil (m aa1 n d ax d ao1 r iy0)) +("mondale" nil (m aa1 n d ey1 l)) +("mondavi" nil (m aa0 n d aa1 v iy0)) +("monday" nil (m ah1 n d iy0)) +("mondays" nil (m ah1 n d iy0 z)) +("monde" nil (m aa1 n d)) +("mondelli" nil (m ow0 n d eh1 l iy0)) +("mondello" nil (m aa1 n d eh1 l ow0)) +("mondeo" nil (m aa1 n d ey1 ow0)) +("mondex" nil (m aa1 n d eh0 k s)) +("mondo" nil (m aa1 n d ow0)) +("mondor" nil (m aa1 n d er0)) +("mondragon" nil (m ow0 n d r aa0 g ao1 n)) +("mondry" nil (m aa1 n d r iy0)) +("monds" nil (m aa1 n d z)) +("mondschein" nil (m aa1 n d sh ay1 n)) +("mondy" nil (m aa1 n d iy0)) +("mone" nil (m ow1 n)) +("monell" nil (m aa1 n ax l)) +("mones" nil (m ow1 n z)) +("monessen" nil (m ow1 n ax s ax n)) +("monet" nil (m ow0 n ey1)) +("monetarism" nil (m aa1 n ax t er0 ih1 z ax m)) +("monetarist" nil (m aa1 n ax t er0 ih0 s t)) +("monetarists" nil (m aa1 n ax t er0 ih1 s t s)) +("monetary" nil (m aa1 n ax t eh1 r iy0)) +("monett" nil (m aa1 n ih0 t)) +("monette" nil (m ax n eh1 t)) +("money" nil (m ah1 n iy0)) +("moneycard" nil (m ah1 n iy0 k aa1 r d)) +("moneycenter" nil (m ah1 n iy0 s eh1 n t er0)) +("moneyed" nil (m ah1 n iy0 d)) +("moneyline" nil (m ah1 n iy0 l ay1 n)) +("moneymaker" nil (m ah1 n iy0 m ey1 k er0)) +("moneymakers" nil (m ah1 n iy0 m ey1 k er0 z)) +("moneymaking" nil (m ah1 n iy0 m ey1 k ih0 ng)) +("moneypenny" nil (m ah1 n iy0 p eh1 n iy0)) +("moneywatch" nil (m ah1 n iy0 w aa1 ch)) +("moneyweek" nil (m ah1 n iy0 w iy1 k)) +("monfils" nil (m aa1 n f ih0 l z)) +("monfort" nil (m aa1 n f er0 t)) +("monforte" nil (m ow0 n f ao1 r t iy0)) +("mong" nil (m ao1 ng)) +("mongan" nil (m aa1 ng g ax n)) +("monge" nil (m aa1 n jh)) +("mongeau" nil (m ax ng g ow1)) +("mongelli" nil (m ow0 ng g eh1 l iy0)) +("mongeon" nil (m aa1 n jh ih0 n)) +("monger" nil (m ah1 ng g er0)) +("mongering" nil (m ah1 ng g er0 ih0 ng)) +("mongers" nil (m ah1 ng g er0 z)) +("mongiello" nil (m ow0 n jh eh1 l ow0)) +("mongillo" nil (m ow0 ng g ih1 l ow0)) +("mongol" nil (m aa1 ng g ax l)) +("mongold" nil (m aa1 n g ow1 l d)) +("mongolia" nil (m aa0 ng g ow1 l iy0 ax)) +("mongolian" nil (m aa0 ng g ow1 l iy0 ax n)) +("mongoloid" nil (m aa1 ng g ax l oy1 d)) +("mongols" nil (m aa1 ng g ax l z)) +("mongoose" nil (m aa1 ng g uw0 s)) +("mongooses" nil (m aa1 ng g uw0 s ax z)) +("mongosutu" nil (m aa1 ng g ow0 s uw1 t uw0)) +("mongstad" nil (m ao1 ng s t ae1 d)) +("monhollen" nil (m aa1 n hh ax l ax n)) +("monica" nil (m aa1 n ih0 k ax)) +("monical" nil (m aa1 n ih0 k ax l)) +("monico" nil (m ow0 n iy1 k ow0)) +("monied" nil (m ah1 n iy0 d)) +("monier" nil (m ow1 n iy0 er0)) +("monies" nil (m ah1 n iy0 z)) +("monieson" nil (m ow1 n iy0 s ax n)) +("monigold" nil (m aa1 n ih0 g ow1 l d)) +("moniker" nil (m aa1 n ih0 k er0)) +("monikers" nil (m aa1 n ih0 k er0 z)) +("moninger" nil (m ow1 n ih0 ng er0)) +("monism" nil (m aa1 n ih0 z ax m)) +("monisms" nil (m aa1 n ih0 z ax m z)) +("monitor" nil (m aa1 n ax t er0)) +("monitored" nil (m aa1 n ax t er0 d)) +("monitoring" nil (m aa1 n ax t er0 ih0 ng)) +("monitors" nil (m aa1 n ax t er0 z)) +("moniz" nil (m aa1 n ih0 z)) +("monje" nil (m aa1 n jh)) +("monk" nil (m ah1 ng k)) +("monkees" nil (m aa1 ng k iy0 z)) +("monkey" nil (m ah1 ng k iy0)) +("monkeylike" nil (m ah1 ng k iy0 l ay1 k)) +("monkeys" nil (m ah1 ng k iy0 z)) +("monks" nil (m ah1 ng k s)) +("monmouth" nil (m aa1 n m ax th)) +("monn" nil (m aa1 n)) +("monnett" nil (m aa1 n ih0 t)) +("monnier" nil (m aa1 n iy0 er0)) +("monnig" nil (m aa1 n ih0 g)) +("monnin" nil (m aa1 n ih0 n)) +("mono" nil (m ow1 n ow0)) +("monocarpic" nil (m aa1 n ax k aa1 r p ih0 k)) +("monochromatic" nil (m aa1 n ax k r ow0 m ae1 t ih0 k)) +("monochrome" nil (m aa1 n ax k r ow1 m)) +("monoclate" nil (m aa1 n ax k l ey1 t)) +("monoclinic" nil (m aa1 n ax k l ih1 n ih0 k)) +("monoclonal" nil (m aa1 n ax k l ow1 n ax l)) +("monogamous" nil (m ax n aa1 g ax m ax s)) +("monogamy" nil (m ax n aa1 g ax m iy0)) +("monogram" nil (m aa1 n ax g r ae1 m)) +("monogrammed" nil (m aa1 n ax g r ae1 m d)) +("monograph" nil (m aa1 n ax g r ae1 f)) +("monohull" nil (m aa1 n ax hh ax l)) +("monolingual" nil (m aa1 n ax l ih1 ng g w ax l)) +("monolith" nil (m aa1 n ax l ih1 th)) +("monolithic" nil (m aa1 n ax l ih1 th ih0 k)) +("monologue" nil (m aa1 n ax l ao1 g)) +("monologues" nil (m aa1 n ax l ao1 g z)) +("monomer" nil (m aa1 n ax m er0)) +("monomers" nil (m aa1 n ax m er0 z)) +("monongahela" nil (m ax n ao1 ng g ax hh ey1 l ax)) +("mononuclear" nil (m aa1 n ax n uw1 k l iy0 er0)) +("monophonic" nil (m aa1 n ax f aa1 n ih0 k)) +("monoplanes" nil (m aa1 n ax p l ey1 n z)) +("monopole" nil (m aa1 n ax p ow1 l)) +("monopoles" nil (m aa1 n ax p ow1 l z)) +("monopolies" nil (m ax n aa1 p ax l iy0 z)) +("monopolist" nil (m ax n aa1 p ax l ax s t)) +("monopolistic" nil (m ax n aa1 p ax l ih1 s t ih0 k)) +("monopolization" nil (m ax n aa1 p ax l ih0 z ey1 sh ax n)) +("monopolize" nil (m ax n aa1 p ax l ay1 z)) +("monopolized" nil (m ax n aa1 p ax l ay1 z d)) +("monopolizes" nil (m ax n aa1 p ax l ay1 z ih0 z)) +("monopolizing" nil (m ax n aa1 p ax l ay1 z ih0 ng)) +("monopoly" nil (m ax n aa1 p ax l iy0)) +("monorail" nil (m aa1 n er0 ey1 l)) +("monorails" nil (m aa1 n er0 ey1 l z)) +("monosaccharide" nil (m aa1 n ax s ae1 k er0 ay1 d)) +("monoszon" nil (m aa1 n ax z aa1 n)) +("monotheism" nil (m aa1 n ax th iy0 ih0 z ax m)) +("monotone" nil (m aa1 n ax t ow1 n)) +("monotonous" nil (m ax n aa1 t ax n ax s)) +("monotony" nil (m ax n aa1 t ax n iy0)) +("monotype" nil (m aa1 n ax t ay1 p)) +("monovalent" nil (m aa1 n ax v ey1 l ax n t)) +("monoxide" nil (m ax n aa1 k s ay0 d)) +("monreal" nil (m aa1 n r ax l)) +("monro" nil (m aa1 n r ow0)) +("monroe" nil (m ax n r ow1)) +("monroeville" nil (m aa0 n r ow1 v ih1 l)) +("monrovia" nil (m aa1 n r ow1 v iy0 ax)) +("monroy" nil (m aa1 n r oy1)) +("monsanto" nil (m aa1 n s ae1 n t ow0)) +("monsees" nil (m aa1 n s iy1 z)) +("monsen" nil (m aa1 n s ax n)) +("monsey" nil (m aa1 n z iy0)) +("monsieur" nil (m ax s y er1)) +("monsieurs" nil (m ax s y er1 z)) +("monsignor" nil (m aa0 n s iy1 n y er0)) +("monsignors" nil (m aa0 n s iy1 n y er0 z)) +("monsky" nil (m aa1 n s k iy0)) +("monsod" nil (m aa1 n s aa0 d)) +("monson" nil (m aa1 n s ax n)) +("monsoon" nil (m aa0 n s uw1 n)) +("monsoons" nil (m aa0 n s uw1 n z)) +("monsour" nil (m aa1 n s er0)) +("monster" nil (m aa1 n s t er0)) +("monsters" nil (m aa1 n s t er0 z)) +("monstrosity" nil (m aa0 n s t r aa1 s ax t iy0)) +("monstrous" nil (m aa1 n s t r ax s)) +("mont" nil (m aa1 n t)) +("montag" nil (m ax n t ae1 g)) +("montage" nil (m aa1 n t ih0 jh)) +("montagna" nil (m ow0 n t aa1 g n ax)) +("montagne" nil (m ax n t ey1 n y)) +("montagnier" nil (m aa0 n t ae1 n y er0)) +("montagnino" nil (m ow0 n t aa0 g n iy1 n ow0)) +("montagu" nil (m aa1 n t ax g y uw1)) +("montague" nil (m aa1 n t ax g y uw1)) +("montalban" nil (m aa0 n t ae1 l b ax n)) +("montalbano" nil (m ow0 n t aa0 l b aa1 n ow0)) +("montalbo" nil (m aa1 n t ae1 l b ow0)) +("montalto" nil (m ow0 n t aa1 l t ow0)) +("montalvo" nil (m ow0 n t aa1 l v ow0)) +("montana" nil (m aa0 n t ae1 n ax)) +("montanari" nil (m ow0 n t aa0 n aa1 r iy0)) +("montanaro" nil (m ow0 n t aa0 n aa1 r ow0)) +("montand" nil (m aa1 n t ax n d)) +("montanez" nil (m ow0 n t aa1 n eh0 z)) +("montante" nil (m ow0 n t aa1 n t iy0)) +("montanye" nil (m ow0 n t aa1 n y ey0)) +("montavon" nil (m ow0 n t aa0 v ao1 n)) +("montazeri" nil (m aa1 n t ax z eh1 r iy0)) +("montblanc" nil (m aa0 n t b l ae1 ng k)) +("montclair" nil (m aa1 n t k l eh1 r)) +("monte" nil (m aa1 n t iy0)) +("monteagudo" nil (m ow0 n t ax g uw1 d ow0)) +("montebello" nil (m aa1 n t ih0 b eh1 l ow0)) +("montecalvo" nil (m ow0 n t eh0 k aa1 l v ow0)) +("montedison" nil (m aa0 n t eh1 d ih0 s ax n)) +("montee" nil (m aa1 n t iy0)) +("montefiore" nil (m aa1 n t ax f iy0 ao1 r iy0)) +("monteforte" nil (m ow0 n t eh0 f ao1 r t iy0)) +("montefusco" nil (m ow0 n t eh0 f uw1 s k ow0)) +("monteil" nil (m aa0 n t ay1 l)) +("monteiro" nil (m aa0 n t eh1 r ow0)) +("montejano" nil (m aa0 n t ey0 aa1 n ow0)) +("montel" nil (m aa0 n t eh1 l)) +("monteleone" nil (m aa0 n t ey0 l ey0 ow1 n iy0)) +("montella" nil (m aa1 n t eh1 l ax)) +("montello" nil (m aa1 n t eh1 l ow0)) +("montelongo" nil (m aa0 n t eh0 l ow1 ng g ow0)) +("montemarano" nil (m aa0 n t eh0 m aa0 r aa1 n ow0)) +("montemayor" nil (m aa0 n t ey0 m ey0 ao1 r)) +("montemurro" nil (m aa0 n t eh0 m uh1 r ow0)) +("montenay" nil (m aa1 n t ax n ey1)) +("montenegro" nil (m aa1 n t ax n ey1 g r ow0)) +("monter" nil (m aa1 n t er0)) +("monterey" nil (m aa1 n t er0 ey1)) +("montero" nil (m aa0 n t eh1 r ow0)) +("monterosso" nil (m ow0 n t er0 ow1 s ow0)) +("monterrey" nil (m aa1 n t er0 ey1)) +("montes" nil (m aa1 n t iy0 z)) +("montesano" nil (m ow0 n t eh0 s aa1 n ow0)) +("montesdeoca" nil (m ow0 n t eh0 s d iy0 aa1 k ax)) +("montesi" nil (m ow0 n t eh1 s iy0)) +("montesino" nil (m ow0 n t eh0 s iy1 n ow0)) +("monteverde" nil (m ow0 n t eh0 v eh1 r d iy0)) +("montevideo" nil (m aa1 n t ax v ih1 d iy0 ow1)) +("montez" nil (m ow0 n t eh1 z)) +("montezuma" nil (m aa1 n t ih0 z uw1 m ax)) +("montford" nil (m ax n t f ao1 r d)) +("montfort" nil (m aa1 n t f er0 t)) +("montgomery" nil (m aa0 n t g ah1 m r iy0)) +("montgoris" nil (m aa0 n t g ao1 r ih0 s)) +("month" nil (m ah1 n th)) +("monthlong" nil (m ah1 n th l ao1 ng)) +("monthly" nil (m ah1 n th l iy0)) +("months" nil (m ah1 n th s)) +("monti" nil (m aa1 n t iy0)) +("monticciolo" nil (m aa0 n t iy1 ch iy0 ow1 l ow0)) +("monticello" nil (m aa1 n t ax s eh1 l ow0)) +("montie" nil (m aa1 n t iy0)) +("montiel" nil (m ow0 n t iy0 eh1 l)) +("montien" nil (m aa1 n t iy1 eh0 n)) +("montieth" nil (m aa1 n t iy0 ih0 th)) +("montijo" nil (m ow0 n t iy1 y ow0)) +("montini" nil (m ow0 n t iy1 n iy0)) +("montjoy" nil (m aa1 n t jh oy1)) +("montminy" nil (m aa1 n t m ih0 n iy0)) +("montone" nil (m ow0 n t ow1 n iy0)) +("montooth" nil (m aa1 n t uw1 th)) +("montoya" nil (m aa0 n t oy1 ax)) +("montpelier" nil (m aa0 n t p iy1 l iy0 er0)) +("montreal" nil (m ah1 n t r iy0 ao1 l)) +("montrone" nil (m aa0 n t r ow1 n)) +("montrose" nil (m aa1 n t r ow1 z)) +("montross" nil (m ow1 n t r ow0 s)) +("montroy" nil (m aa1 n t r oy1)) +("monts" nil (m aa1 n t s)) +("montuori" nil (m ow0 n t w ao1 r iy0)) +("montvale" nil (m aa1 n t v ey1 l)) +("montville" nil (m ow1 n t v ih0 l)) +("monty" nil (m ao1 n t iy0)) +("montz" nil (m aa1 n t s)) +("monument" nil (m aa1 n y ax m ax n t)) +("monumental" nil (m aa1 n y ax m eh1 n t ax l)) +("monuments" nil (m aa1 n y ax m ax n t s)) +("monus" nil (m ow1 n ax s)) +("mony" nil (m ow1 n iy0)) +("monzert" nil (m aa1 n z er0 t)) +("monzingo" nil (m ow0 n z iy1 ng g ow0)) +("monzo" nil (m aa1 n z ow0)) +("monzon" nil (m ow0 n z ao1 n)) +("monzonite" nil (m aa1 n z ax n ay1 t)) +("mooberry" nil (m uw1 b eh1 r iy0)) +("mood" nil (m uw1 d)) +("moodie" nil (m uw1 d iy0)) +("moods" nil (m uw1 d z)) +("moody" nil (m uw1 d iy0)) +("mooers" nil (m uw1 er0 z)) +("moog" nil (m uw1 g)) +("mook" nil (m uh1 k)) +("moomaw" nil (m uw1 m ao1)) +("moomey" nil (m uw1 m iy0)) +("moon" nil (m uw1 n)) +("moondreamers" nil (m uw1 n d r iy1 m er0 z)) +("moone" nil (m uw1 n)) +("mooney" nil (m uw1 n iy0)) +("mooneyham" nil (m uw1 n iy0 hh ax m)) +("mooneyhan" nil (m uw1 n iy0 hh ax n)) +("moonlight" nil (m uw1 n l ay1 t)) +("moonlighting" nil (m uw1 n l ay1 t ih0 ng)) +("moonlike" nil (m uw1 n l ay1 k)) +("moonlit" nil (m uw1 n l ih1 t)) +("moons" nil (m uw1 n z)) +("moonshine" nil (m uw1 n sh ay1 n)) +("moonstone" nil (m uw1 n s t ow1 n)) +("moonstruck" nil (m uw1 n s t r ah1 k)) +("moonves" nil (m uw1 n v eh0 z)) +("moor" nil (m uh1 r)) +("mooradian" nil (m uh0 r ey1 d iy0 ax n)) +("moorco" nil (m uh1 r k ow0)) +("moore" nil (m uh1 r)) +("moored" nil (m uh1 r d)) +("moorefield" nil (m uh1 r ih0 f iy0 l d)) +("moorehead" nil (m uh1 r hh eh1 d)) +("moorehouse" nil (m uh1 r hh aw1 s)) +("moorer" nil (m uh1 r er0)) +("moores" nil (m uh1 r z)) +("moorestown" nil (m ao1 r z t aw1 n)) +("moorhead" nil (m uh1 r hh eh1 d)) +("moorhouse" nil (m uh1 r hh aw1 s)) +("mooring" nil (m uh1 r ih0 ng)) +("moorings" nil (m uw1 r ih0 ng z)) +("moorish" nil (m uh1 r ih0 sh)) +("moorland" nil (m uh1 r l ae1 n d)) +("moorlands" nil (m uh1 r l ae1 n d z)) +("moorman" nil (m uh1 r m ax n)) +("moors" nil (m uh1 r z)) +("moos" nil (m uw1 z)) +("moosa" nil (m uw1 s ax)) +("moose" nil (m uw1 s)) +("moosehead" nil (m uw1 s hh eh1 d)) +("moosman" nil (m uw1 s m ax n)) +("moot" nil (m uw1 t)) +("moothart" nil (m uw1 th aa0 r t)) +("moots" nil (m uw1 t s)) +("mooty" nil (m uw1 t iy0)) +("mootz" nil (m uw1 t s)) +("mop" nil (m aa1 p)) +("mopboard" nil (m aa1 p b ao1 r d)) +("moping" nil (m ow1 p ih0 ng)) +("mopped" nil (m aa1 p t)) +("moppes" nil (m aa1 p s)) +("mopping" nil (m aa1 p ih0 ng)) +("mops" nil (m aa1 p s)) +("moquin" nil (m ow0 k w iy1 n)) +("mor" nil (m ao1 r)) +("mora" nil (m ao1 r ax)) +("morabito" nil (m ao0 r aa0 b iy1 t ow0)) +("morace" nil (m ao0 r aa1 ch iy0)) +("morad" nil (m ao1 r ax d)) +("morado" nil (m ao0 r aa1 d ow0)) +("moraga" nil (m ao0 r aa1 g ax)) +("moragne" nil (m er0 ey1 n y)) +("morahan" nil (m ao1 r ax hh ae0 n)) +("morain" nil (m er0 ey1 n)) +("morainal" nil (m er0 ey1 n ax l)) +("moraine" nil (m er0 ey1 n)) +("morais" nil (m er0 ey1)) +("moraitis" nil (m ao0 r ay1 t ih0 s)) +("moral" nil (m ao1 r ax l)) +("morale" nil (m er0 ae1 l)) +("morales" nil (m er0 ae1 l z)) +("moralez" nil (m ao0 r aa1 l eh0 z)) +("moralism" nil (m ao1 r ax l ih1 z ax m)) +("moralist" nil (m ao1 r ax l ih0 s t)) +("moralistic" nil (m ao1 r ax l ih1 s t ih0 k)) +("moralists" nil (m ao1 r ax l ih0 s t s)) +("morality" nil (m er0 ae1 l ax t iy0)) +("moralizing" nil (m ao1 r ax l ay1 z ih0 ng)) +("morally" nil (m ao1 r ax l iy0)) +("morals" nil (m ao1 r ax l z)) +("moran" nil (m er0 ae1 n)) +("morand" nil (m ao1 r ax n d)) +("morandi" nil (m ao0 r aa1 n d iy0)) +("morando" nil (m ao0 r aa1 n d ow0)) +("morang" nil (m ao1 r ax ng)) +("morano" nil (m ao0 r aa1 n ow0)) +("morant" nil (m ao1 r ax n t)) +("morante" nil (m ao0 r aa1 n t iy0)) +("morash" nil (m ao1 r ax sh)) +("moraski" nil (m er0 aa1 s k iy0)) +("morass" nil (m er0 ae1 s)) +("morasses" nil (m er0 ae1 s ih0 z)) +("morath" nil (m ao1 r ax th)) +("moratoria" nil (m ao1 r ax t ao1 r iy0 ax)) +("moratorium" nil (m ao1 r ax t ao1 r iy0 ax m)) +("moratoriums" nil (m ao1 r ax t ao1 r iy0 ax m z)) +("moravec" nil (m er0 aa1 v ih0 k)) +("moravek" nil (m ao1 r ax v ih0 k)) +("moravian" nil (m er0 ey1 v iy0 ax n)) +("morawski" nil (m er0 aa1 f s k iy0)) +("moray" nil (m er0 ey1)) +("morays" nil (m er0 ey1 z)) +("morbid" nil (m ao1 r b ax d)) +("morbidity" nil (m ao0 r b ih1 d ax t iy0)) +("morby" nil (m ao1 r b iy0)) +("morcom" nil (m ao1 r k ax m)) +("mord" nil (m ao1 r d)) +("mordant" nil (m ao1 r d ax n t)) +("mordechai" nil (m ao1 r d ax k ay1)) +("morden" nil (m ao1 r d ax n)) +("more" nil (m ao1 r)) +("morea" nil (m ao1 r iy0 ax)) +("moreau" nil (m er0 ow1)) +("moredock" nil (m ao1 r ih0 d aa0 k)) +("moree" nil (m er0 iy1)) +("moreen" nil (m ao0 r iy1 n)) +("morefield" nil (m ao1 r ih0 f iy1 l d)) +("morehart" nil (m ao1 r ih0 hh aa0 r t)) +("morehead" nil (m ao1 r hh eh0 d)) +("morehouse" nil (m ao1 r hh aw1 s)) +("moreira" nil (m ao0 r eh1 r ax)) +("morejon" nil (m ao1 r ih0 jh aa0 n)) +("morel" nil (m er0 eh1 l)) +("moreland" nil (m ao1 r l ax n d)) +("morell" nil (m ao1 r ax l)) +("morella" nil (m ao0 r eh1 l ax)) +("morelli" nil (m ao0 r eh1 l iy0)) +("morello" nil (m er0 eh1 l ow0)) +("morelock" nil (m ao1 r ih0 l aa0 k)) +("moreman" nil (m ao1 r m ax n)) +("moren" nil (m ao1 r ax n)) +("morena" nil (m ao0 r ey1 n ax)) +("morency" nil (m ao0 r ao1 n s iy0)) +("moreno" nil (m ao0 r iy1 n ow0)) +("moreover" nil (m ao0 r ow1 v er0)) +("morera" nil (m ao0 r eh1 r ax)) +("mores" nil (m ao1 r ey1 z)) +("moresco" nil (m ao0 r eh1 s k ow0)) +("moret" nil (m ao1 r ih0 t)) +("moreton" nil (m ao1 r ih0 t aa0 n)) +("moretti" nil (m ao0 r eh1 t iy0)) +("moretto" nil (m ao0 r eh1 t ow0)) +("moretz" nil (m ao1 r ih0 t s)) +("morever" nil (m ao1 r v er0)) +("morey" nil (m ao1 r iy0)) +("morfin" nil (m ao1 r f ih0 n)) +("morford" nil (m ao1 r f er0 d)) +("morga" nil (m ao1 r g ax)) +("morgado" nil (m ao0 r g aa1 d ow0)) +("morgan" nil (m ao1 r g ax n)) +("morgana" nil (m ao0 r g ae1 n ax)) +("morgans" nil (m ao1 r g ax n z)) +("morganstern" nil (m ao1 r g ax n s t er0 n)) +("morgante" nil (m ao0 r g aa1 n t iy0)) +("morganti" nil (m ao0 r g aa1 n t iy0)) +("morgantown" nil (m ao1 r g ax n t aw1 n)) +("morgart" nil (m ao1 r g aa0 r t)) +("morgen" nil (m ao1 r g ax n)) +("morgenroth" nil (m ao1 r g ih0 n r ao0 th)) +("morgenstern" nil (m ao1 r g ih0 n s t er0 n)) +("morgenthaler" nil (m ao1 r g ih0 n th ax l er0)) +("morgenthau" nil (m ao1 r g ax n th aw1)) +("morgue" nil (m ao1 r g)) +("morgun" nil (m ao1 r g ax n)) +("mori" nil (m ao1 r iy0)) +("moria" nil (m ao1 r iy0 ax)) +("moriarity" nil (m ao1 r iy0 aa1 r ax t iy0)) +("moriarty" nil (m ao1 r iy0 aa1 r t iy0)) +("moribund" nil (m ao1 r ax b ax n d)) +("moric" nil (m ao1 r ih0 k)) +("morice" nil (m ao1 r ih0 s)) +("morici" nil (m ao0 r iy1 ch iy0)) +("morihiro" nil (m ao0 r iy0 hh ih1 r ow0)) +("morikawa" nil (m ao0 r iy0 k aa1 w ax)) +("morillo" nil (m ao0 r ih1 l ow0)) +("morimoto" nil (m ao0 r iy0 m ow1 t ow0)) +("morin" nil (m ao1 r ih0 n)) +("morine" nil (m ao0 r iy1 n iy0)) +("moring" nil (m ao1 r ih0 ng)) +("morini" nil (m ao0 r iy1 n iy0)) +("morino" nil (m ao0 r iy1 n ow0)) +("morioka" nil (m ao0 r iy0 ow1 k ax)) +("moris" nil (m ao1 r ih0 s)) +("morisette" nil (m ao1 r ih0 s eh0 t)) +("morishita" nil (m ao0 r iy0 sh iy1 t ax)) +("morison" nil (m ao1 r ih0 s ax n)) +("morissette" nil (m ao1 r ih0 s eh0 t)) +("morita" nil (m ao0 r iy1 t ax)) +("moritz" nil (m ao0 r ih1 t s)) +("moriya" nil (m ao0 r iy1 ax)) +("mork" nil (m ao1 r k)) +("morken" nil (m ao1 r k ax n)) +("morlan" nil (m ao1 r l ax n)) +("morland" nil (m ao1 r l ax n d)) +("morley" nil (m ao1 r l iy0)) +("morlock" nil (m ao1 r l ax k)) +("morman" nil (m ao1 r m ax n)) +("mormile" nil (m ao1 r m ay0 l)) +("mormino" nil (m ao0 r m iy1 n ow0)) +("mormon" nil (m ao1 r m ax n)) +("mormons" nil (m ao1 r m ax n z)) +("morna" nil (m ao1 r n ax)) +("morneau" nil (m er0 n ow1)) +("morneault" nil (m er0 n ow1)) +("morning" nil (m ao1 r n ih0 ng)) +("mornings" nil (m ao1 r n ih0 ng z)) +("morningstar" nil (m ao1 r n ih0 ng s t aa1 r)) +("moro" nil (m ao1 r ow1)) +("moroccan" nil (m er0 aa1 k ax n)) +("moroccans" nil (m er0 aa1 k ax n z)) +("morocco" nil (m er0 aa1 k ow0)) +("moron" nil (m ao1 r aa1 n)) +("morones" nil (m ao0 r ow1 n eh0 s)) +("moroney" nil (m er0 ow1 n iy0)) +("moroni" nil (m er0 ow1 n iy0)) +("moros" nil (m ao1 r ow0 z)) +("morose" nil (m er0 ow1 s)) +("morosky" nil (m ao0 r ao1 s k iy0)) +("morovcic" nil (m ao0 r aa1 v ch ih0 k)) +("moroz" nil (m ao1 r ow0 z)) +("morphew" nil (m ao1 r f y uw0)) +("morphin" nil (m ao1 r f ax n)) +("morphine" nil (m ao1 r f iy0 n)) +("morphis" nil (m ao1 r f ih0 s)) +("morphogenesis" nil (m ao1 r f ax jh eh1 n ax s ax s)) +("morphological" nil (m ao1 r f ax l aa1 jh ih0 k ax l)) +("morphology" nil (m ao0 r f aa1 l ax jh iy0)) +("morphs" nil (m ao1 r f s)) +("morr" nil (m ao1 r)) +("morra" nil (m ao1 r ax)) +("morrall" nil (m ao0 r aa1 l)) +("morreale" nil (m ao0 r iy1 l iy0)) +("morrell" nil (m ao0 r eh1 l)) +("morren" nil (m ao1 r ax n)) +("morrical" nil (m ao1 r ih0 k ax l)) +("morrie" nil (m ao1 r iy0)) +("morrill" nil (m ao0 r iy1 l)) +("morrin" nil (m ao1 r ih0 n)) +("morris" nil (m ao1 r ax s)) +("morrisett" nil (m ao1 r ax s eh1 t)) +("morrisette" nil (m ao1 r ih0 s eh0 t)) +("morrisey" nil (m ao1 r ih0 s iy0)) +("morrish" nil (m ao1 r ih0 sh)) +("morrison" nil (m ao1 r ih0 s ax n)) +("morrissette" nil (m ao1 r ih0 s eh0 t)) +("morrissey" nil (m ao1 r ih0 s iy0)) +("morristown" nil (m ao1 r ax s t aw1 n)) +("morrisville" nil (m ao1 r ax s v ih1 l)) +("morro" nil (m ao1 r ow0)) +("morrone" nil (m ao0 r ow1 n iy0)) +("morrow" nil (m aa1 r ow0)) +("morsch" nil (m ao1 r sh)) +("morse" nil (m ao1 r s)) +("morsel" nil (m ao1 r s ax l)) +("morsels" nil (m ao1 r s ax l z)) +("morson" nil (m ao1 r s ax n)) +("morss" nil (m ao1 r s)) +("mort" nil (m ao1 r t)) +("mortage" nil (m ao1 r t ih0 jh)) +("mortages" nil (m ao1 r t ih0 jh ih0 z)) +("mortal" nil (m ao1 r t ax l)) +("mortality" nil (m ao0 r t ae1 l ax t iy0)) +("mortally" nil (m ao1 r t ax l iy0)) +("mortals" nil (m ao1 r t ax l z)) +("mortar" nil (m ao1 r t er0)) +("mortara" nil (m ao0 r t aa1 r ax)) +("mortars" nil (m ao1 r t er0 z)) +("mortell" nil (m ao0 r t ey1 l)) +("mortellaro" nil (m ao0 r t eh0 l aa1 r ow0)) +("mortem" nil (m ao1 r t ax m)) +("morten" nil (m ao1 r t ax n)) +("mortensen" nil (m ao1 r t ih0 n s ax n)) +("mortenson" nil (m ao1 r t ih0 n s ax n)) +("morter" nil (m ao1 r t er0)) +("mortgage" nil (m ao1 r g ax jh)) +("mortgaged" nil (m ao1 r g ih0 jh d)) +("mortgagepower" nil (m ao1 r g ih0 jh p aw1 r)) +("mortgages" nil (m ao1 r g ax jh ax z)) +("mortgaging" nil (m ao1 r g ih0 jh ih0 ng)) +("mortician" nil (m ao0 r t ih1 sh ax n)) +("mortie" nil (m ao1 r t iy0)) +("mortier" nil (m ao1 r t iy0 er0)) +("mortified" nil (m ao1 r t ax f ay1 d)) +("mortimer" nil (m ao1 r t ih0 m er0)) +("mortimore" nil (m ao0 r t iy1 m ao0 r)) +("mortis" nil (m ao1 r t ih0 s)) +("mortland" nil (m ao1 r t l ax n d)) +("mortner" nil (m ao1 r t n er0)) +("morton" nil (m ao1 r t ax n)) +("mortuary" nil (m ao1 r ch uw0 eh1 r iy0)) +("moruhiro" nil (m ao1 r uw0 hh ih1 r ow0)) +("morvant" nil (m ao1 r v ax n t)) +("morven" nil (m ao1 r v ax n)) +("morvillo" nil (m ao0 r v ih1 l ow0)) +("mory" nil (m ao1 r iy0)) +("morze" nil (m ao1 r z)) +("mosaic" nil (m ow0 z ey1 ih0 k)) +("mosaical" nil (m ow0 z ey1 ih0 k ax l)) +("mosaics" nil (m ow0 z ey1 ih0 k s)) +("mosbacher" nil (m aa1 s b aa0 k er0)) +("mosbrucker" nil (m aa1 s b r ax k er0)) +("mosca" nil (m ow1 s k ax)) +("moscato" nil (m ow0 s k aa1 t ow0)) +("moschella" nil (m ow0 s k eh1 l ax)) +("moschetti" nil (m ow0 s k eh1 t iy0)) +("mosco" nil (m ow1 s k ow0)) +("moscom" nil (m ao1 s k ax m)) +("moscoso" nil (m ow0 s k ow1 s ow0)) +("moscow" nil (m aa1 s k ow1)) +("mose" nil (m ow1 z)) +("mosel" nil (m ow1 s ax l)) +("moseley" nil (m ow1 z l iy0)) +("moselle" nil (m ow0 z eh1 l)) +("mosely" nil (m ow1 z l iy0)) +("moseman" nil (m ow1 s m ax n)) +("moser" nil (m ow1 z er0)) +("moses" nil (m ow1 z ax s)) +("mosey" nil (m ow1 z iy0)) +("moshe" nil (m ow0 sh eh1)) +("mosher" nil (m ow1 zh er0)) +("moshier" nil (m aa1 sh iy0 er0)) +("moshood" nil (m aa1 s hh uh1 d)) +("mosie" nil (m aa1 s iy0)) +("mosier" nil (m ow1 zh er0)) +("mosiman" nil (m ow1 s iy0 m ax n)) +("moskal" nil (m aa1 s k ax l)) +("mosko" nil (m ow1 s k ow0)) +("moskolenko" nil (m ao1 s k ow0 l eh1 ng k ow0)) +("moskovitz" nil (m aa1 s k ax v ih0 t s)) +("moskow" nil (m aa1 s k ow0)) +("moskowitz" nil (m ao1 s k ax w ih0 t s)) +("moskwa" nil (m aa1 s k v ax)) +("mosle" nil (m ow1 s ax l)) +("moslem" nil (m aa1 z l ax m)) +("moslems" nil (m aa1 z l ax m z)) +("mosler" nil (m aa1 s ax l er0)) +("mosley" nil (m ow1 z l iy0)) +("mosman" nil (m aa1 s m ax n)) +("mosque" nil (m aa1 s k)) +("mosqueda" nil (m ow0 s k w ey1 d ax)) +("mosquera" nil (m ow0 s k w eh1 r ax)) +("mosques" nil (m aa1 s k s)) +("mosquito" nil (m ax s k iy1 t ow0)) +("mosquitoes" nil (m ax s k iy1 t ow0 z)) +("mosquitos" nil (m ax s k iy1 t ow0 z)) +("moss" nil (m ao1 s)) +("mossad" nil (m ow0 s ae1 d)) +("mossbarger" nil (m aa1 s b aa0 r g er0)) +("mossberg" nil (m ao1 s b er0 g)) +("mossburg" nil (m ao1 s b er0 g)) +("mosser" nil (m ao1 s er0)) +("mosses" nil (m ao1 s ax z)) +("mossey" nil (m aa1 s iy0)) +("mossholder" nil (m ao1 s hh ow1 l d er0)) +("mosslike" nil (m ao1 s l ay1 k)) +("mossman" nil (m ao1 s m ax n)) +("mosso" nil (m ow1 s ow0)) +("most" nil (m ow1 s t)) +("mostar" nil (m ow1 s t aa0 r)) +("mostek" nil (m aa1 s t ih0 k)) +("mosteller" nil (m aa1 s t ax l er0)) +("moster" nil (m ow1 s t er0)) +("mostly" nil (m ow1 s t l iy0)) +("mostoller" nil (m aa1 s t ow0 l er0)) +("mostow" nil (m aa1 s t aw0)) +("mostrom" nil (m aa1 s t r ax m)) +("mostyn" nil (m aa1 s t ih0 n)) +("mosur" nil (m ow1 s uh1 r)) +("moszkowski" nil (m aa1 s k aw1 s k iy0)) +("mota" nil (m ow1 t ax)) +("mote" nil (m ow1 t)) +("motel" nil (m ow0 t eh1 l)) +("motels" nil (m ow0 t eh1 l z)) +("moten" nil (m ow1 t ax n)) +("motes" nil (m ow1 t s)) +("moteurs" nil (m ow0 t uw1 r z)) +("moth" nil (m ao1 th)) +("mothball" nil (m ao1 th b ao1 l)) +("mothballed" nil (m ao1 th b ao1 l d)) +("mothballing" nil (m ao1 th b ao1 l ih0 ng)) +("mothballs" nil (m ao1 th b ao1 l z)) +("mother" nil (m ah1 dh er0)) +("mothercare" nil (m ah1 dh er0 k eh1 r)) +("motherhood" nil (m ah1 dh er0 hh uh1 d)) +("mothering" nil (m ah1 dh er0 ih0 ng)) +("motherland" nil (m ah1 dh er0 l ae1 n d)) +("motherly" nil (m ah1 dh er0 l iy0)) +("mothers" nil (m ah1 dh er0 z)) +("mothershead" nil (m ah1 dh er0 z hh eh1 d)) +("mothershed" nil (m ah1 dh er0 sh eh1 d)) +("mothon" nil (m aa1 th ax n)) +("moths" nil (m ao1 th s)) +("motif" nil (m ow0 t iy1 f)) +("motifs" nil (m ow0 t iy1 f s)) +("motile" nil (m ow1 t ax l)) +("motility" nil (m ow0 t ih1 l ih0 t iy0)) +("motion" nil (m ow1 sh ax n)) +("motioning" nil (m ow1 sh ax n ih0 ng)) +("motionless" nil (m ow1 sh ax n l ax s)) +("motions" nil (m ow1 sh ax n z)) +("motivate" nil (m ow1 t ax v ey1 t)) +("motivated" nil (m ow1 t ax v ey1 t ax d)) +("motivates" nil (m ow1 t ax v ey1 t s)) +("motivating" nil (m ow1 t ax v ey1 t ih0 ng)) +("motivation" nil (m ow1 t ax v ey1 sh ax n)) +("motivational" nil (m ow1 t ax v ey1 sh ax n ax l)) +("motivations" nil (m ow1 t ax v ey1 sh ax n z)) +("motivator" nil (m ow1 t ax v ey0 t er0)) +("motive" nil (m ow1 t ih0 v)) +("motives" nil (m ow1 t ih0 v z)) +("motl" nil (m aa1 t ax l)) +("motley" nil (m aa1 t l iy0)) +("moto" nil (m ow1 t ow0)) +("motohashi" nil (m ow1 t ow0 hh aa1 sh iy0)) +("motola" nil (m ow0 t ow1 l ax)) +("moton" nil (m ow1 t ow0 n)) +("motonori" nil (m ow1 t ow0 n ao1 r iy0)) +("motor" nil (m ow1 t er0)) +("motorbike" nil (m ow1 t er0 b ay1 k)) +("motorbikes" nil (m ow1 t er0 b ay1 k s)) +("motorboat" nil (m ow1 t er0 b ow1 t)) +("motorcade" nil (m ow1 t er0 k ey1 d)) +("motorcars" nil (m ow1 t er0 k aa1 r z)) +("motorcycle" nil (m ow1 t er0 s ay1 k ax l)) +("motorcycles" nil (m ow1 t er0 s ay1 k ax l z)) +("motorcyclist" nil (m ow1 t er0 s ay1 k ax l ih0 s t)) +("motorcyclists" nil (m ow1 t er0 s ay1 k ax l ih0 s t s)) +("motoren" nil (m ow1 t er0 ax n)) +("motoring" nil (m ow1 t er0 ih0 ng)) +("motorist" nil (m ow1 t er0 ih0 s t)) +("motorists" nil (m ow1 t er0 ax s t s)) +("motorize" nil (m ow1 t er0 ay1 z)) +("motorized" nil (m ow1 t er0 ay1 z d)) +("motorola" nil (m ow1 t er0 ow1 l ax)) +("motors" nil (m ow1 t er0 z)) +("motown" nil (m ow1 t aw1 n)) +("motrin" nil (m aa1 t r ih0 n)) +("mots" nil (m aa1 t s)) +("motsinger" nil (m aa1 t s ih0 n jh er0)) +("motsoaledi" nil (m aa0 t s ow0 l ey1 d iy0)) +("mott" nil (m aa1 t)) +("motte" nil (m aa1 t)) +("motter" nil (m aa1 t er0)) +("mottern" nil (m aa1 t er0 n)) +("mottl" nil (m aa1 t ax l)) +("mottled" nil (m aa1 t ax l d)) +("mottley" nil (m aa1 t l iy0)) +("mottling" nil (m aa1 t ax l ih0 ng)) +("motto" nil (m aa1 t ow0)) +("mottola" nil (m ow0 t ow1 l ax)) +("mottram" nil (m aa1 t r ax m)) +("motts" nil (m aa1 t s)) +("mottus" nil (m aa1 t ax s)) +("motyka" nil (m aa1 t ay0 k ax)) +("motyl" nil (m ow1 t ax l)) +("motz" nil (m aa1 t s)) +("motzer" nil (m ow1 t z er0)) +("motzko" nil (m aa1 t s k ow0)) +("moua" nil (m aw1 ax)) +("moudry" nil (m ow1 d r iy0)) +("moudy" nil (m aw1 d iy0)) +("moueix" nil (m uw1 w ay1 k s)) +("moul" nil (m aw1 l)) +("mould" nil (m ow1 l d)) +("moulden" nil (m ow1 l d ax n)) +("moulder" nil (m ow1 l d er0)) +("moulds" nil (m ow1 l d z)) +("mouldy" nil (m ow1 l d iy0)) +("moulin" nil (m uw0 l ae1 n)) +("moulinex" nil (m uw1 l ih0 n eh0 k s)) +("moulthrop" nil (m aw1 l th r ax p)) +("moulton" nil (m ow1 l t ax n)) +("moultrie" nil (m ow1 l t r iy0)) +("mounce" nil (m aw1 n s)) +("mound" nil (m aw1 n d)) +("mounds" nil (m aw1 n d z)) +("mounger" nil (m aw1 ng er0)) +("mounsey" nil (m aw1 n s iy0)) +("mount" nil (m aw1 n t)) +("mountain" nil (m aw1 n t ax n)) +("mountaineer" nil (m aw1 n t ih0 n ih1 r)) +("mountainous" nil (m aw1 n t ax n ax s)) +("mountains" nil (m aw1 n t ax n z)) +("mountainside" nil (m aw1 n t ax n s ay1 d)) +("mountainsides" nil (m aw1 n t ax n s ay1 d z)) +("mountaintop" nil (m aw1 n t ax n t aa1 p)) +("mountcastle" nil (m aw1 n t k ae1 s ax l)) +("mounted" nil (m aw1 n t ax d)) +("mountford" nil (m uw0 n t f ao1 r d)) +("mounties" nil (m aw1 n t iy0 z)) +("mounting" nil (m aw1 n t ih0 ng)) +("mountjoy" nil (m aw1 n t jh oy1)) +("mountleigh" nil (m aw1 n t l iy1)) +("mounts" nil (m aw1 n t s)) +("mountz" nil (m aw1 n t s)) +("moura" nil (m uh1 r ax)) +("mourad" nil (m uw1 r ae0 d)) +("mouradian" nil (m ao0 r ey1 d iy0 ax n)) +("mourer" nil (m ao1 r er0)) +("mourn" nil (m ao1 r n)) +("mourned" nil (m ao1 r n d)) +("mourners" nil (m ao1 r n er0 z)) +("mournful" nil (m ao1 r n f ax l)) +("mourning" nil (m ao1 r n ih0 ng)) +("mourns" nil (m ao1 r n z)) +("mouse" nil (m aw1 s)) +("mousehole" nil (m aw1 s hh ow1 l)) +("mousel" nil (m uw0 s eh1 l)) +("mouser" nil (m aw1 z er0)) +("mousers" nil (m aw1 z er0 z)) +("mousetrap" nil (m aw1 s t r ae1 p)) +("mousley" nil (m aw1 s l iy0)) +("moussa" nil (m aw1 s ax)) +("mousse" nil (m uw1 s)) +("mousseau" nil (m uw1 s ow1)) +("moustache" nil (m ah1 s t ae1 sh)) +("mouth" n (m aw1 th)) +("mouth" v (m aw1 dh)) +("mouthed" nil (m aw1 dh d)) +("mouthful" nil (m aw1 th f uh1 l)) +("mouthing" nil (m aw1 dh ih0 ng)) +("mouthparts" nil (m aw1 th p aa1 r t s)) +("mouthpiece" nil (m aw1 th p iy1 s)) +("mouthpieces" nil (m aw1 th p iy1 s ih0 z)) +("mouths" nil (m aw1 dh z)) +("mouthwash" nil (m aw1 th w aa1 sh)) +("mouthy" nil (m aw1 th iy0)) +("moutray" nil (m uw0 t r ey1)) +("moutse" nil (m uw1 t s iy0)) +("mouw" nil (m aw1 w)) +("mouzon" nil (m uw0 z ao1 n)) +("movable" nil (m uw1 v ax b ax l)) +("move" nil (m uw1 v)) +("moved" nil (m uw1 v d)) +("movement" nil (m uw1 v m ax n t)) +("movements" nil (m uw1 v m ax n t s)) +("mover" nil (m uw1 v er0)) +("movers" nil (m uw1 v er0 z)) +("moves" nil (m uw1 v z)) +("movida" nil (m uw1 v iy1 d ax)) +("movie" nil (m uw1 v iy0)) +("moviegoers" nil (m uw1 v iy1 g ow1 er0 z)) +("movielab" nil (m uw1 v iy0 l ae1 b)) +("movies" nil (m uw1 v iy0 z)) +("movietime" nil (m uw1 v iy0 t ay1 m)) +("moving" nil (m uw1 v ih0 ng)) +("movingly" nil (m uw1 v ih0 ng l iy0)) +("mow" nil (m ow1)) +("mowat" nil (m ow1 ax t)) +("mowatt" nil (m ow1 ax t)) +("mowbray" nil (m ow1 b r ey0)) +("mowdy" nil (m ow1 d iy0)) +("mowed" nil (m ow1 d)) +("mowell" nil (m aa1 w eh0 l)) +("mowen" nil (m ow1 ax n)) +("mower" nil (m ow1 er0)) +("mowers" nil (m ow1 er0 z)) +("mowery" nil (m aw1 er0 iy0)) +("mowing" nil (m aw1 ih0 ng)) +("mowrer" nil (m ao1 r er0)) +("mowrey" nil (m ao1 r iy0)) +("mowry" nil (m ao1 r iy0)) +("mows" nil (m aw1 z)) +("moxie" nil (m aa1 k s iy0)) +("moxley" nil (m aa1 k s l iy0)) +("moxon" nil (m aa1 k s ax n)) +("moy" nil (m oy1)) +("moya" nil (m oy1 ax)) +("moye" nil (m oy1)) +("moyer" nil (m oy1 er0)) +("moyers" nil (m oy1 er0 z)) +("moyes" nil (m oy1 z)) +("moylan" nil (m oy1 l ax n)) +("moyle" nil (m oy1 l)) +("moyna" nil (m oy1 n ax)) +("moynahan" nil (m oy1 n ax hh ae0 n)) +("moynihan" nil (m oy1 n ih0 hh ae0 n)) +("moyse" nil (m oy1 s)) +("mozambican" nil (m ow1 z ae0 m b iy0 k ax n)) +("mozambicans" nil (m ow1 z ae0 m b iy0 k ax n z)) +("mozambique" nil (m ow1 z ae0 m b iy1 k)) +("mozart" nil (m ow1 z aa0 r t)) +("mozartean" nil (m ow1 z aa1 r t iy0 ax n)) +("mozee" nil (m aa1 z iy0)) +("mozelle" nil (m ax z eh1 l)) +("mozena" nil (m ax z iy1 n ax)) +("mozer" nil (m ow1 z er0)) +("mozingo" nil (m ow0 z iy1 ng g ow0)) +("mozley" nil (m aa1 z l iy0)) +("mpeg" nil (eh1 m p eh1 g)) +("mpg" nil (eh1 m p iy1 jh iy1)) +("mph" nil (eh1 m p iy1 ey1 ch)) +("mr" nil (m ih1 s t er0)) +("mraz" nil (m r ae1 z)) +("mrazek" nil (m r aa1 z eh0 k)) +("mrazik" nil (m r aa1 z ih0 k)) +("mroczek" nil (m r aa1 ch eh0 k)) +("mroczka" nil (m r aa1 ch k ax)) +("mroczkowski" nil (m r ax ch k ao1 f s k iy0)) +("mrotek" nil (m r ow1 t eh1 k)) +("mroz" nil (m r aa1 z)) +("mrozek" nil (m r ow1 z eh0 k)) +("mrozinski" nil (m r ax z ih1 n s k iy0)) +("mrs" nil (m ih1 s ih0 z)) +("mruk" nil (m r ah1 k)) +("ms" nil (m ih1 z)) +("msgr" nil (m aa0 n s iy1 n y er0)) +("mssrs" nil (m eh1 s er0 z)) +("mt" nil (m aw1 n t)) +("mtel" nil (eh1 m t eh1 l)) +("mu" nil (m uw1)) +("mubarak" nil (m uw0 b aa1 r ih0 k)) +("mucci" nil (m uw1 ch iy0)) +("muccio" nil (m uw1 ch iy0 ow0)) +("much" nil (m ah1 ch)) +("mucha" nil (m ah1 ch ax)) +("muchmore" nil (m ah1 k m ao0 r)) +("muchnick" nil (m ah1 k n ih0 k)) +("muchow" nil (m ah1 ch ow0)) +("muck" nil (m ah1 k)) +("muckenfuss" nil (m ah1 k ax n f ah1 s)) +("muckey" nil (m ah1 k iy0)) +("mucking" nil (m ah1 k ih0 ng)) +("muckle" nil (m ah1 k ax l)) +("muckleroy" nil (m ah1 k l er0 oy0)) +("muckraker" nil (m ah1 k r ey1 k er0)) +("muckraking" nil (m ah1 k r ey1 k ih0 ng)) +("mucky" nil (m ah1 k iy0)) +("mucosa" nil (m y uw0 k ow1 s ax)) +("mucosal" nil (m y uw0 k ow1 s ax l)) +("mucous" nil (m y uw1 k ax s)) +("mucus" nil (m y uw1 k ax s)) +("mud" nil (m ah1 d)) +("mudd" nil (m ah1 d)) +("muddied" nil (m ah1 d iy0 d)) +("muddier" nil (m ah1 d iy0 er0)) +("muddle" nil (m ah1 d ax l)) +("muddled" nil (m ah1 d ax l d)) +("muddleheaded" nil (m ah1 d ax l hh eh1 d ax d)) +("muddles" nil (m ah1 d ax l z)) +("muddling" nil (m ah1 d ax l ih0 ng)) +("muddy" nil (m ah1 d iy0)) +("mudge" nil (m ah1 jh)) +("mudgett" nil (m ah1 jh ih0 t)) +("mudra" nil (m ah1 d r ax)) +("mudrick" nil (m ah1 d r ih0 k)) +("mudry" nil (m ah1 d r iy0)) +("muds" nil (m ah1 d z)) +("mudslinging" nil (m ah1 d s l ih1 ng ih0 ng)) +("mudwagon" nil (m ah1 d w ae1 g ax n)) +("muecke" nil (m uw1 k)) +("muegge" nil (m uw1 g)) +("muehl" nil (m y uw1 l)) +("muehlbauer" nil (m y uw1 l b aw0 er0)) +("muehlebach" nil (m y uw1 l b aa1 k)) +("mueller" nil (m y uw1 l er0)) +("muellner" nil (m y uw1 l n er0)) +("muench" nil (m y uw1 ng k)) +("muenchen" nil (m y uw1 n ch ax n)) +("muenchow" nil (m uw1 n ch aw0)) +("muenster" nil (m y uw1 n s t er0)) +("muetzel" nil (m y uw1 t z ax l)) +("muff" nil (m ah1 f)) +("muffin" nil (m ah1 f ax n)) +("muffins" nil (m ah1 f ax n z)) +("muffle" nil (m ah1 f ax l)) +("muffled" nil (m ah1 f ax l d)) +("muffler" nil (m ah1 f l er0)) +("mufflers" nil (m ah1 f l er0 z)) +("muffley" nil (m ah1 f l iy0)) +("muffoletto" nil (m uw0 f ow0 l eh1 t ow0)) +("muffs" nil (m ah1 f s)) +("muffy" nil (m ah1 f iy0)) +("mug" nil (m ah1 g)) +("mugabe" nil (m uw0 g aa1 b ey0)) +("mugar" nil (m y uw1 g er0)) +("mugavero" nil (m uw0 g aa0 v eh1 r ow0)) +("mugford" nil (m ah1 g f er0 d)) +("mugged" nil (m ah1 g d)) +("mugger" nil (m ah1 g er0)) +("muggeridge" nil (m ah1 g er0 ih1 jh)) +("muggers" nil (m ah1 g er0 z)) +("mugging" nil (m ah1 g ih0 ng)) +("muggings" nil (m ah1 g ih0 ng z)) +("muggsy" nil (m ah1 g s iy0)) +("muggy" nil (m ah1 g iy0)) +("mughniyeh" nil (m ah1 g n ih0 y ax)) +("mugniyah" nil (m ah1 g n ih0 y ax)) +("mugs" nil (m ah1 g z)) +("muha" nil (m y uw1 hh ax)) +("muhamed" nil (m uh0 hh aa1 m eh0 d)) +("muhammad" nil (m uh0 hh aa1 m ax d)) +("muhammed" nil (m uh0 hh aa1 m eh0 d)) +("muharram" nil (m ax hh ae1 r ax m)) +("muhl" nil (m ah1 l)) +("muhlbauer" nil (m uw1 l b aw0 er0)) +("muhlenkamp" nil (m uw1 l ih0 n k ae0 m p)) +("muhr" nil (m uh1 r)) +("muhs" nil (m ah1 s)) +("mui" nil (m uw1 ih0)) +("muilenburg" nil (m uw1 l ax n b er0 g)) +("muir" nil (m y uh1 r)) +("muirfield" nil (m y uh1 r f iy0 l d)) +("muirhead" nil (m y uh1 r hh eh1 d)) +("muise" nil (m uw1 z)) +("mujahadeen" nil (m y uw0 jh ae1 hh ax d iy1 n)) +("mujahedeen" nil (m uw1 jh ax hh eh0 d iy1 n)) +("mujahideen" nil (m uw1 jh ax hh eh0 d iy1 n)) +("mujica" nil (m y uw1 jh ih0 k ax)) +("mujzel" nil (m ah1 jh z ax l)) +("mukai" nil (m uw0 k aa1 iy0)) +("mukasey" nil (m y uw1 k ih0 s iy0)) +("mukherjee" nil (m ax k hh er1 jh iy0)) +("mukhopadhyay" nil (m uw1 k ow0 p aa1 d y ay0)) +("mukluk" nil (m ah1 k l ax k)) +("mula" nil (m y uw1 l ax)) +("mulanaphy" nil (m y uw1 l ax n ae1 f iy0)) +("mulanax" nil (m y uw1 l ax n ae0 k s)) +("mulatto" nil (m ax l aa1 t ow0)) +("mulberry" nil (m ah1 l b eh1 r iy0)) +("mulcahey" nil (m ah1 l k ax hh iy0)) +("mulcahy" nil (m ax l k ey1 hh iy0)) +("mulcare" nil (m ah1 l k er0)) +("mulch" nil (m ah1 l ch)) +("mulched" nil (m ah1 l ch t)) +("mulches" nil (m ah1 l ch ih0 z)) +("mulching" nil (m ah1 l ch ih0 ng)) +("mulder" nil (m ah1 d er0)) +("muldoon" nil (m ax l d uw1 n)) +("muldowney" nil (m ah1 l d aw0 n iy0)) +("muldrew" nil (m ah1 l d r uw0)) +("muldrow" nil (m ah1 l d r aw0)) +("mule" nil (m y uw1 l)) +("mules" nil (m y uw1 l z)) +("mulford" nil (m ah1 l f er0 d)) +("mulgrew" nil (m ah1 l g r uw0)) +("mulhall" nil (m ah1 l hh ax l)) +("mulhearn" nil (m ah1 l hh er0 n)) +("mulheren" nil (m ax l hh eh1 r ax n)) +("mulherin" nil (m ah1 l hh er0 ih0 n)) +("mulhern" nil (m ah1 l hh er0 n)) +("mulholland" nil (m ah1 l hh aa1 l ax n d)) +("mulhouse" nil (m ah1 l hh aw1 s)) +("mulkern" nil (m ah1 l k er0 n)) +("mulkey" nil (m ah1 l k iy0)) +("mulkins" nil (m ah1 l k ih0 n z)) +("mull" nil (m ah1 l)) +("mullady" nil (m ah1 l ax d iy0)) +("mullah" nil (m ah1 l ax)) +("mullahs" nil (m ah1 l ax z)) +("mullally" nil (m ah1 l ax l iy0)) +("mullaly" nil (m ah1 l ax l iy0)) +("mullan" nil (m ah1 l ax n)) +("mullane" nil (m ah1 l ax n)) +("mullaney" nil (m ah1 l ax n iy0)) +("mullany" nil (m ah1 l ax n iy0)) +("mullarkey" nil (m ax l aa1 r k iy0)) +("mulled" nil (m ah1 l d)) +("mullen" nil (m ah1 l ax n)) +("mullenax" nil (m ah1 l ax n ae1 k s)) +("mullendore" nil (m uw0 l eh1 n d ao0 r)) +("mullenix" nil (m uw1 l ih0 n ih0 k s)) +("mullens" nil (m ah1 l ax n z)) +("muller" nil (m ah1 l er0)) +("mullet" nil (m ah1 l ax t)) +("mullett" nil (m uw1 l ih0 t)) +("mullican" nil (m ah1 l ih0 k ax n)) +("mulligan" nil (m ah1 l ih0 g ax n)) +("mulliken" nil (m ah1 l ih0 k ax n)) +("mullikin" nil (m ah1 l ih0 k ih0 n)) +("mullin" nil (m ah1 l ih0 n)) +("mullinax" nil (m ah1 l ih0 n ae0 k s)) +("mullineaux" nil (m ah1 l ih0 n ow1)) +("mulling" nil (m ah1 l ih0 ng)) +("mullings" nil (m ah1 l ih0 ng z)) +("mullinix" nil (m ah1 l ih0 n ih0 k s)) +("mullins" nil (m ah1 l ih1 n z)) +("mullis" nil (m ah1 l ih0 s)) +("mulloy" nil (m ah1 l oy0)) +("mulls" nil (m ah1 l z)) +("mulnix" nil (m ah1 l n ih0 k s)) +("mulqueen" nil (m ax l k w iy1 n)) +("mulroney" nil (m ax l r ow1 n iy0)) +("mulrooney" nil (m ah1 l r uw0 n iy0)) +("mulroy" nil (m ah1 l r oy1)) +("mulry" nil (m ah1 l r iy0)) +("multer" nil (m ah1 l t er0)) +("multi" nil (m ah1 l t iy0)) +("multibank" nil (m ah1 l t iy0 b ae1 ng k)) +("multibillion" nil (m ah1 l t ay1 b ih1 l y ax n)) +("multicandidate" nil (m ah1 l t iy0 k ae1 n d ih0 d ey1 t)) +("multicenter" nil (m ah1 l t iy0 s eh1 n t er0)) +("multicolored" nil (m ah1 l t iy0 k ah1 l er0 d)) +("multicultural" nil (m ah1 l t iy0 k ah1 l ch er0 ax l)) +("multiculturalism" nil (m ah1 l t iy0 k ah1 l ch er0 ax l ih0 z ax m)) +("multiemployer" nil (m ah1 l t iy0 ih0 m p l oy1 er0)) +("multifaceted" nil (m ah1 l t iy0 f ae1 s ax t ih0 d)) +("multifamily" nil (m ah1 l t ay0 f ae1 m ax l iy0)) +("multifoods" nil (m ah1 l t iy0 f uw1 d z)) +("multilateral" nil (m ah1 l t ih0 l ae1 t er0 ax l)) +("multilayer" nil (m ah1 l t iy0 l ey1 er0)) +("multilayered" nil (m ah1 l t iy0 l ey1 er0 d)) +("multilevel" nil (m ah1 l t ay0 l eh1 v ax l)) +("multiline" nil (m ah1 l t iy0 l ay1 n)) +("multilingual" nil (m ah1 l t iy0 l ih1 ng w ax l)) +("multimarket" nil (m ah1 l t iy0 m aa1 r k ih0 t)) +("multimate" nil (m ah1 l t iy0 m ey1 t)) +("multimedia" nil (m ah1 l t iy0 m iy1 d iy0 ax)) +("multimillion" nil (m ah1 l t ay1 m ih1 l y ax n)) +("multimillionaire" nil (m ah1 l t iy0 m ih1 l y ax n eh1 r)) +("multimillionaires" nil (m ah1 l t iy0 m ih1 l y ax n eh1 r z)) +("multinational" nil (m ah1 l t ay1 n ae1 sh ax n ax l)) +("multinationals" nil (m ah1 l t ay1 n ae1 sh ax n ax l z)) +("multipart" nil (m ah1 l t iy0 p aa1 r t)) +("multiparty" nil (m ah1 l t iy0 p aa1 r t iy0)) +("multiplayer" nil (m ah1 l t iy0 p l ey1 er0)) +("multiple" nil (m ah1 l t ax p ax l)) +("multiples" nil (m ah1 l t ax p ax l z)) +("multiplex" nil (m ah1 l t iy0 p l eh1 k s)) +("multiplexer" nil (m ah1 l t iy0 p l eh1 k s er0)) +("multiplexers" nil (m ah1 l t iy0 p l eh1 k s er0 z)) +("multiplication" nil (m ah1 l t ax p l ax k ey1 sh ax n)) +("multiplicity" nil (m ah1 l t ax p l ih1 s ih0 t iy0)) +("multiplied" nil (m ah1 l t ax p l ay1 d)) +("multiplier" nil (m ah1 l t ax p l ay1 er0)) +("multiplies" nil (m ah1 l t ax p l ay1 z)) +("multiply" nil (m ah1 l t ax p l ay1)) +("multiplying" nil (m ah1 l t ax p l ay1 ih0 ng)) +("multiprocessor" nil (m ah1 l t iy0 p r aa1 s eh1 s er0)) +("multipurpose" nil (m ah1 l t iy0 p er1 p ax s)) +("multiracial" nil (m ah1 l t ay1 r ey1 sh ax l)) +("multistate" nil (m ah1 l t iy0 s t ey1 t)) +("multistory" nil (m ah1 l t iy0 s t ao1 r iy0)) +("multitasking" nil (m ah1 l t iy0 t ae1 s k ih0 ng)) +("multitude" nil (m ah1 l t ax t uw1 d)) +("multitudes" nil (m ah1 l t ax t y uw1 d z)) +("multiuser" nil (m ah1 l t iy0 y uw1 z er0)) +("multivalve" nil (m ah1 l t iy0 v ae0 l v)) +("multivision" nil (m ah1 l t iy0 v ih1 zh ax n)) +("multiyear" nil (m ah1 l t iy0 y iy1 r)) +("multnomah" nil (m ah1 l n ow1 m ax)) +("mulvaney" nil (m ah1 l v ey1 n iy0)) +("mulvany" nil (m ah1 l v ey1 n iy0)) +("mulvehill" nil (m ah1 l v hh ih0 l)) +("mulvey" nil (m ax l v ey1)) +("mulvihill" nil (m ah1 l v iy0 hh ih0 l)) +("mum" nil (m ah1 m)) +("muma" nil (m y uw1 m ax)) +("mumaw" nil (m uw1 m ao0)) +("mumble" nil (m ah1 m b ax l)) +("mumbled" nil (m ah1 m b ax l d)) +("mumbles" nil (m ah1 m b ax l z)) +("mumbling" nil (m ah1 m b ax l ih0 ng)) +("mumbo" nil (m ah1 m b ow0)) +("mumby" nil (m ah1 m b iy0)) +("mumford" nil (m ah1 m f er0 d)) +("mumm" nil (m ah1 m)) +("mumma" nil (m ah1 m ax)) +("mumme" nil (m ah1 m)) +("mummert" nil (m ah1 m er0 t)) +("mummey" nil (m ah1 m iy0)) +("mummies" nil (m ah1 m iy0 z)) +("mummification" nil (m ah1 m ih0 f ih0 k ey1 sh ax n)) +("mummified" nil (m ah1 m ih0 f ay1 d)) +("mummifying" nil (m ah1 m ax f ay1 ih0 ng)) +("mummy" nil (m ah1 m iy0)) +("mumper" nil (m ah1 m p er0)) +("mumphrey" nil (m ah1 m f r iy0)) +("mumpower" nil (m ah1 m p ow0 er0)) +("mumps" nil (m ah1 m p s)) +("mums" nil (m ah1 m z)) +("mun" nil (m ah1 n)) +("munafo" nil (m uw0 n aa1 f ow0)) +("munce" nil (m ah1 n s)) +("muncey" nil (m ah1 n s iy0)) +("munch" nil (m ah1 n ch)) +("munchies" nil (m ah1 n ch iy1 z)) +("munching" nil (m ah1 n ch ih0 ng)) +("muncie" nil (m ah1 n s iy0)) +("muncipal" nil (m ah1 n s ih0 p ax l)) +("muncy" nil (m ah1 n s iy0)) +("mund" nil (m ah1 n d)) +("mundane" nil (m ax n d ey1 n)) +("munday" nil (m ah1 n d ey1)) +("mundell" nil (m ah1 n d ax l)) +("munden" nil (m ah1 n d ax n)) +("mundi" nil (m ah1 n d iy0)) +("mundie" nil (m ah1 n d iy0)) +("mundinger" nil (m ah1 n d ih0 ng er0)) +("mundis" nil (m ah1 n d ih0 s)) +("mundo" nil (m ah1 n d ow0)) +("mundorf" nil (m ah1 n d ao0 r f)) +("mundorff" nil (m ah1 n d ao0 r f)) +("mundt" nil (m ah1 n t)) +("mundy" nil (m ah1 n d iy0)) +("munford" nil (m ah1 n f er0 d)) +("munger" nil (m ah1 ng er0)) +("mungia" nil (m uw1 n jh ax)) +("mungin" nil (m ah1 ng g ih0 n)) +("mungle" nil (m ah1 ng g ax l)) +("mungo" nil (m ah1 ng g ow0)) +("munguia" nil (m uw1 n g w iy0 ax)) +("muni" nil (m y uw1 n iy0)) +("munich" nil (m y uw1 n ih0 k)) +("municipal" nil (m y uw0 n ih1 s ax p ax l)) +("municipalities" nil (m y uw1 n ih0 s ax p ae1 l ih0 t iy0 z)) +("municipality" nil (m y uw1 n ih0 s ax p ae1 l ax t iy0)) +("municipally" nil (m y uw0 n ih1 s ih0 p ax l iy0)) +("municipals" nil (m y uw0 n ih1 s ih0 p ax l z)) +("munier" nil (m y uw1 n iy0 er0)) +("munis" nil (m y uw1 n ih0 s)) +("munitions" nil (m y uw0 n ih1 sh ax n z)) +("muniz" nil (m y uw1 n ih0 z)) +("munk" nil (m ah1 ng k)) +("munkres" nil (m ah1 ng k er0 z)) +("munley" nil (m ah1 n l iy0)) +("munn" nil (m ah1 n)) +("munnell" nil (m ah1 n ax l)) +("munnerlyn" nil (m ax n er1 l ih0 n)) +("munns" nil (m ah1 n z)) +("munos" nil (m uw1 n ow0 z)) +("munoz" nil (m uw1 n y ow0 z)) +("munro" nil (m ax n r ow1)) +("munroe" nil (m ah1 n r ow0)) +("muns" nil (m ah1 n z)) +("munsch" nil (m ah1 n sh)) +("munsell" nil (m ah1 n s ax l)) +("munsey" nil (m ah1 n z iy0)) +("munsingwear" nil (m ah1 n s ih0 ng w eh1 r)) +("munson" nil (m ah1 n s ax n)) +("munster" nil (m ah1 n s t er0)) +("munsterman" nil (m ah1 n s t er0 m ax n)) +("munt" nil (m ah1 n t)) +("muntean" nil (m ax n t iy1 n)) +("munter" nil (m ah1 n t er0)) +("muntz" nil (m ah1 n t s)) +("munyan" nil (m ah1 n y ax n)) +("munyon" nil (m ah1 n y ax n)) +("munz" nil (m ah1 n z)) +("munzer" nil (m ah1 n z er0)) +("muoio" nil (m w ow1 iy0 ow0)) +("muppet" nil (m ah1 p ax t)) +("muppets" nil (m ah1 p ih0 t s)) +("mura" nil (m uh1 r ax)) +("murad" nil (m y uh1 r ae0 d)) +("murai" nil (m y er0 ay1)) +("murakami" nil (m uh0 r aa0 k aa1 m iy0)) +("mural" nil (m y uh1 r ax l)) +("murali" nil (m er0 aa1 l iy0)) +("murals" nil (m y uh1 r ax l z)) +("muramatsu" nil (m uw1 r aa0 m aa1 t s uw1)) +("muramoto" nil (m uh0 r aa0 m ow1 t ow0)) +("muranaga" nil (m er0 r ax n aa1 g ax)) +("murano" nil (m uh0 r aa1 n ow0)) +("muraoka" nil (m uh0 r aa0 ow1 k ax)) +("murase" nil (m y er1 ey0 z)) +("muraski" nil (m er0 aa1 s k iy0)) +("murasky" nil (m er0 ae1 s k iy0)) +("murata" nil (m uh0 r aa1 t ax)) +("muratore" nil (m uh0 r aa0 t ao1 r ey0)) +("murawski" nil (m er0 aa1 f s k iy0)) +("murayama" nil (m er1 ay0 aa1 m ax)) +("murch" nil (m er1 k)) +("murchie" nil (m er1 ch iy0)) +("murchinson" nil (m er1 ch ih0 n s ax n)) +("murchison" nil (m er1 ch ih0 s ax n)) +("murdaugh" nil (m er1 d ao0)) +("murden" nil (m er1 d ax n)) +("murder" nil (m er1 d er0)) +("murdered" nil (m er1 d er0 d)) +("murderer" nil (m er1 d er0 er0)) +("murderers" nil (m er1 d er0 er0 z)) +("murdering" nil (m er1 d er0 ih0 ng)) +("murderous" nil (m er1 d er0 ax s)) +("murders" nil (m er1 d er0 z)) +("murdick" nil (m er1 d ih0 k)) +("murdoch" nil (m er1 d aa0 k)) +("murdock" nil (m er1 d aa0 k)) +("murdy" nil (m er1 d iy0)) +("murff" nil (m er1 f)) +("murfin" nil (m er1 f ih0 n)) +("murguia" nil (m uh1 r g w iy0 ax)) +("muri" nil (m uh1 r iy0)) +("murial" nil (m y uh1 r iy0 ax l)) +("murias" nil (m y uh1 r iy0 ax s)) +("muriel" nil (m y uh1 r iy0 ax l)) +("murihuro" nil (m uh1 r iy0 hh uh1 r ow0)) +("murin" nil (m y uh1 r ih0 n)) +("murine" nil (m y uh1 r iy1 n)) +("murjani" nil (m er0 jh aa1 n iy0)) +("murk" nil (m er1 k)) +("murkier" nil (m er1 k iy0 er0)) +("murkowski" nil (m er0 k aw1 s k iy0)) +("murky" nil (m er1 k iy0)) +("murley" nil (m er1 l iy0)) +("murmansk" nil (m er0 m ae0 n s k)) +("murmur" nil (m er1 m er0)) +("murmured" nil (m er1 m er0 d)) +("murmuring" nil (m er1 m er0 ih0 ng)) +("murmurs" nil (m er1 m er0 z)) +("murnan" nil (m er1 n ax n)) +("murnane" nil (m er1 n ax n)) +("muro" nil (m uh1 r ow0)) +("murph" nil (m er1 f)) +("murphey" nil (m er1 f iy0)) +("murphree" nil (m er0 f r iy1)) +("murphrey" nil (m er1 f r iy0)) +("murphy" nil (m er1 f iy0)) +("murphys" nil (m er1 f iy0 z)) +("murr" nil (m er1)) +("murrah" nil (m ao1 r ax)) +("murray" nil (m er1 iy0)) +("murree" nil (m er1 iy0)) +("murrelet" nil (m er1 l ih0 t)) +("murrell" nil (m ao1 r ax l)) +("murren" nil (m er1 ax n)) +("murrey" nil (m er1 iy0)) +("murrie" nil (m er1 iy0)) +("murrieta" nil (m uh0 r iy1 t ax)) +("murrill" nil (m ao1 r ax l)) +("murrin" nil (m ao1 r ih0 n)) +("murrow" nil (m ao1 r ow0)) +("murry" nil (m er1 iy0)) +("murtagh" nil (m er1 t ax g)) +("murtaugh" nil (m er1 t ao0)) +("murtha" nil (m er1 th ax)) +("murthy" nil (m er1 th iy0)) +("murto" nil (m er1 t ow1)) +("murton" nil (m er1 t ax n)) +("murty" nil (m er1 t iy0)) +("murveit" nil (m er0 v iy1 t)) +("murzyn" nil (m er1 z ih0 n)) +("musa" nil (m y uw1 s ax)) +("musacchio" nil (m y uw1 s ae1 k iy0 ow0)) +("musante" nil (m uw0 s aa1 n t iy0)) +("musarra" nil (m uw0 s aa1 r ax)) +("musavi" nil (m y uw0 s aa1 v iy0)) +("musburger" nil (m ah1 s b er0 g er0)) +("muscarella" nil (m uw0 s k aa0 r eh1 l ax)) +("muscarello" nil (m uw0 s k aa0 r eh1 l ow0)) +("muscat" nil (m ah1 s k ae0 t)) +("muscato" nil (m uw0 s k aa1 t ow0)) +("musch" nil (m ah1 sh)) +("muscle" nil (m ah1 s ax l)) +("muscled" nil (m ah1 s ax l d)) +("muscles" nil (m ah1 s ax l z)) +("muscling" nil (m ah1 s ax l ih0 ng)) +("musco" nil (m uw1 s k ow0)) +("muscocho" nil (m ax s k aa1 ch ow0)) +("muscovite" nil (m ah1 s k ax v ay1 t)) +("muscovites" nil (m ah1 s k ax v ay1 t s)) +("muscular" nil (m ah1 s k y ax l er0)) +("musculature" nil (m ah1 s k y ax l ax ch er0)) +("muse" nil (m y uw1 z)) +("mused" nil (m y uw1 z d)) +("musee" nil (m y uw1 z iy1)) +("muses" nil (m y uw1 z ax z)) +("museum" nil (m y uw0 z iy1 ax m)) +("museums" nil (m y uw0 z iy1 ax m z)) +("musgrave" nil (m ah1 s g r ax v)) +("musgrove" nil (m ah1 s g r ax v)) +("mush" nil (m ah1 sh)) +("mushroom" nil (m ah1 sh r uw0 m)) +("mushroomed" nil (m ah1 sh r uh1 m d)) +("mushrooming" nil (m ah1 sh r uh1 m ih0 ng)) +("mushrooms" nil (m ah1 sh r uw0 m z)) +("mushrush" nil (m ah1 sh r ax sh)) +("mushtaq" nil (m ah1 sh t ae0 k)) +("mushy" nil (m ah1 sh iy0)) +("musial" nil (m y uw1 z iy0 ax l)) +("music" nil (m y uw1 z ih0 k)) +("musica" nil (m y uw1 z ih0 k ax)) +("musical" nil (m y uw1 z ih0 k ax l)) +("musicality" nil (m y uw1 z ih0 k ae1 l ax t iy0)) +("musically" nil (m y uw1 z ih0 k l iy0)) +("musicals" nil (m y uw1 z ih0 k ax l z)) +("musich" nil (m y uw1 s ih0 k)) +("musician" nil (m y uw0 z ih1 sh ax n)) +("musicians" nil (m y uw0 z ih1 sh ax n z)) +("musick" nil (m y uw1 s ih0 k)) +("musicland" nil (m y uw1 z ih0 k l ae1 n d)) +("musicologist" nil (m y uw1 z ih0 k aa1 l ax jh ax s t)) +("musidora" nil (m uw0 s iy0 d ao1 r ax)) +("musil" nil (m uw1 z ax l)) +("musing" nil (m y uw1 z ih0 ng)) +("musings" nil (m y uw1 z ih0 ng z)) +("musk" nil (m ah1 s k)) +("muska" nil (m ah1 s k ax)) +("muske" nil (m ah1 s k)) +("muskegon" nil (m ax s k iy1 g ih0 n)) +("musket" nil (m ah1 s k ax t)) +("muskie" nil (m ah1 s k iy0)) +("muskmelon" nil (m ah1 s k m eh1 l ax n)) +("muskogee" nil (m ax s k ow1 g iy0)) +("muskopf" nil (m ah1 s k ao0 p f)) +("muskrat" nil (m ah1 s k r ae1 t)) +("musky" nil (m ah1 s k iy0)) +("muslim" nil (m ah1 z l ax m)) +("muslims" nil (m ah1 z l ax m z)) +("muslin" nil (m ah1 z l ax n)) +("musman" nil (m ah1 s m ax n)) +("musolf" nil (m y uw1 s ow1 l f)) +("musolino" nil (m uw0 s ow0 l iy1 n ow0)) +("musschenbroek" nil (m ax s ch eh1 n b r ow0 k)) +("mussell" nil (m ah1 s ax l)) +("musselman" nil (m ah1 s ax l m ax n)) +("mussels" nil (m ah1 s ax l z)) +("musselwhite" nil (m ah1 s ax l w ay1 t)) +("musser" nil (m ah1 s er0)) +("mussman" nil (m ah1 s m ax n)) +("musso" nil (m uw1 s ow0)) +("mussolini" nil (m uw1 s ow0 l iy1 n iy0)) +("musson" nil (m ah1 s ax n)) +("must" nil (m ah1 s t)) +("mustache" nil (m ah1 s t ae1 sh)) +("mustached" nil (m ah1 s t ae1 sh t)) +("mustaches" nil (m ah1 s t ae1 sh ih0 z)) +("mustachioed" nil (m ax s t ae1 sh iy0 ow1 d)) +("mustafa" nil (m uw0 s t aa1 f ax)) +("mustain" nil (m ax s t ey1 n)) +("mustang" nil (m ah1 s t ae1 ng)) +("mustangs" nil (m ah1 s t ae1 ng z)) +("mustard" nil (m ah1 s t er0 d)) +("mustards" nil (m ah1 s t er0 d z)) +("muster" nil (m ah1 s t er0)) +("mustered" nil (m ah1 s t er0 d)) +("mustering" nil (m ah1 s t er0 ih0 ng)) +("musters" nil (m ah1 s t er0 z)) +("mustin" nil (m ah1 s t ih0 n)) +("musto" nil (m ah1 s t ow0)) +("mustoe" nil (m ah1 s t ow0)) +("muston" nil (m ah1 s t ax n)) +("musty" nil (m ah1 s t iy0)) +("musumeci" nil (m uw0 s uw0 m eh1 ch iy0)) +("muszynski" nil (m ax sh ih1 n s k iy0)) +("mutagens" nil (m y uw1 t ax jh eh0 n z)) +("mutant" nil (m y uw1 t ax n t)) +("mutate" nil (m y uw1 t ey1 t)) +("mutated" nil (m y uw1 t ey1 t ih0 d)) +("mutation" nil (m y uw0 t ey1 sh ax n)) +("mutations" nil (m y uw0 t ey1 sh ax n z)) +("mutch" nil (m ah1 ch)) +("mutchler" nil (m ah1 ch l er0)) +("mute" nil (m y uw1 t)) +("muted" nil (m y uw1 t ih0 d)) +("mutert" nil (m y uw1 t er0 t)) +("muth" nil (m uw1 th)) +("muti" nil (m uw1 t iy1)) +("mutilate" nil (m y uw1 t ax l ey1 t)) +("mutilated" nil (m y uw1 t ax l ey1 t ax d)) +("mutilating" nil (m y uw1 t ax l ey1 t ih0 ng)) +("mutilation" nil (m y uw1 t ax l ey1 sh ax n)) +("mutineer" nil (m y uw1 t ax n ih1 r)) +("mutineers" nil (m y uw1 t ih0 n ih1 r z)) +("muting" nil (m y uw1 t ih0 ng)) +("mutinied" nil (m y uw1 t ax n iy0 d)) +("mutinies" nil (m y uw1 t ax n iy0 z)) +("mutinous" nil (m y uw1 t ax n ax s)) +("mutiny" nil (m y uw1 t ax n iy0)) +("mutlangen" nil (m ax t l ae1 ng g ax n)) +("mutsch" nil (m ah1 ch)) +("mutschler" nil (m ah1 ch l er0)) +("mutt" nil (m ah1 t)) +("mutter" nil (m ah1 t er0)) +("muttered" nil (m ah1 t er0 d)) +("muttering" nil (m ah1 t er0 ih0 ng)) +("mutterings" nil (m ah1 t er0 ih0 ng z)) +("mutters" nil (m ah1 t er0 z)) +("mutton" nil (m ah1 t ax n)) +("mutts" nil (m ah1 t s)) +("mutual" nil (m y uw1 ch ax w ax l)) +("mutualism" nil (m y uw1 ch ax w ax l ih1 z ax m)) +("mutually" nil (m y uw1 ch uw0 ax l iy0)) +("mutz" nil (m ah1 t s)) +("mutzman" nil (m ah1 t s m ax n)) +("muzak" nil (m y uw1 z ae0 k)) +("muzik" nil (m y uw1 z ih0 k)) +("muzio" nil (m y uw1 z iy0 ow0)) +("muzyka" nil (m y uw0 z ih1 k ax)) +("muzzey" nil (m ah1 z iy0)) +("muzzle" nil (m ah1 z ax l)) +("muzzled" nil (m ah1 z ax l d)) +("muzzles" nil (m ah1 z ax l z)) +("muzzy" nil (m ah1 z iy0)) +("my" nil (m ay1)) +("myanmar" nil (m y aa1 n m aa1 r)) +("myatt" nil (m ay1 ax t)) +("mycenaean" nil (m ay1 s ax n iy1 ax n)) +("mycogen" nil (m ay1 k ow0 g ax n)) +("mycology" nil (m ay0 k aa1 l ax jh iy0)) +("myelin" nil (m ay1 ih0 l ih0 n)) +("myer" nil (m ay1 er0)) +("myers" nil (m ay1 er0 z)) +("myerson" nil (m ay1 r s ax n)) +("myette" nil (m ay1 eh1 t)) +("myhand" nil (m ay1 hh ae1 n d)) +("myhre" nil (m ih1 r)) +("myhren" nil (m ih1 r ax n)) +("myklebust" nil (m ih1 k l ih0 b ax s t)) +("mylan" nil (m ay1 l ax n)) +("myler" nil (m ay1 l er0)) +("myles" nil (m ay1 l z)) +("mylod" nil (m ay1 l aa0 d)) +("myna" nil (m ay1 n ax)) +("mynatt" nil (m ih1 n ax t)) +("mynhier" nil (m ih1 n hh iy0 er0)) +("myocardial" nil (m ay1 ax k aa1 r d iy0 ax l)) +("myocardium" nil (m ay1 ax k aa1 r d iy0 ax m)) +("myojin" nil (m y ow1 jh ih1 n)) +("myopia" nil (m ay0 ow1 p iy0 ax)) +("myopic" nil (m ay0 aa1 p ih0 k)) +("myoscint" nil (m y ao1 s ih0 n t)) +("myosin" nil (m ay1 ax s ax n)) +("myotrophin" nil (m ay1 ow0 t r ow1 f ih0 n)) +("myra" nil (m ay1 r ax)) +("myracle" nil (m ih1 r ax k ax l)) +("myre" nil (m ay1 r)) +("myren" nil (m ay1 r ax n)) +("myreon" nil (m ay1 r iy0 ax n)) +("myres" nil (m ay1 r z)) +("myriad" nil (m ih1 r iy0 ax d)) +("myrick" nil (m ay1 r ih0 k)) +("myrilla" nil (m ih0 r ih1 l ax)) +("myrlene" nil (m ih1 r l iy0 n)) +("myrmidon" nil (m er1 m ih0 d ih0 n)) +("myrmidons" nil (m er1 m ih0 d ih0 n z)) +("myrna" nil (m er1 n ax)) +("myron" nil (m ay1 r ax n)) +("myrrh" nil (m er1)) +("myrta" nil (m er1 t ax)) +("myrtia" nil (m er1 sh ax)) +("myrtice" nil (m ih1 r t ih0 s)) +("myrtis" nil (m ih1 r t ih0 s)) +("myrtle" nil (m er1 t ax l)) +("myrtles" nil (m er1 t ax l z)) +("myself" nil (m ay1 s eh1 l f)) +("myslinski" nil (m ih0 s l ih1 n s k iy0)) +("mysliwiec" nil (m ih0 s l ih1 v iy0 k)) +("mystere" nil (m ih1 s t ih1 r)) +("mysteries" nil (m ih1 s t er0 iy0 z)) +("mysterious" nil (m ih0 s t ih1 r iy0 ax s)) +("mysteriously" nil (m ih1 s t ih1 r iy0 ax s l iy0)) +("mysterium" nil (m ih1 s t iy1 r iy0 ax m)) +("mystery" nil (m ih1 s t er0 iy0)) +("mystic" nil (m ih1 s t ih0 k)) +("mystical" nil (m ih1 s t ih0 k ax l)) +("mysticism" nil (m ih1 s t ih0 s ih1 z ax m)) +("mystics" nil (m ih1 s t ih0 k s)) +("mystified" nil (m ih1 s t ax f ay1 d)) +("mystifying" nil (m ih1 s t ax f ay1 ih0 ng)) +("mystique" nil (m ih0 s t iy1 k)) +("myszka" nil (m ih1 sh k ax)) +("myth" nil (m ih1 th)) +("mythic" nil (m ih1 th ih0 k)) +("mythical" nil (m ih1 th ax k ax l)) +("mythological" nil (m ih1 th ax l aa1 jh ih0 k ax l)) +("mythology" nil (m ax th aa1 l ax jh iy0)) +("myths" nil (m ih1 th s)) +("myung" nil (m y ah1 ng)) +("n" nil (eh1 n)) +("na" nil (n aa1)) +("naab" nil (n aa1 b)) +("naas" nil (n aa1 z)) +("nab" nil (n ae1 b)) +("nabb" nil (n ae1 b)) +("nabbed" nil (n ae1 b d)) +("nabbing" nil (n ae1 b ih0 ng)) +("naber" nil (n ey1 b er0)) +("nabers" nil (n ey1 b er0 z)) +("nabi" nil (n aa1 b iy0)) +("nabil" nil (n aa0 b iy1)) +("nabisco" nil (n ax b ih1 s k ow0)) +("nablus" nil (n ae1 b l ax s)) +("nabob" nil (n ae1 b aa0 b)) +("nabokov" nil (n ae1 b ax k aa1 v)) +("nabors" nil (n ey1 b er0 z)) +("nabozny" nil (n ax b aa1 z n iy0)) +("naccarato" nil (n aa0 k er0 aa1 t ow0)) +("nacchio" nil (n ae1 k iy0 ow0)) +("nacco" nil (n ae1 k ow0)) +("nace" nil (n ey1 s)) +("nachbar" nil (n ae1 k b er0)) +("nachman" nil (n ae1 k m ax n)) +("nachmany" nil (n ae1 k m ax n iy0)) +("nacho" nil (n ae1 ch ow0)) +("nachreiner" nil (n ae1 k r ay0 n er0)) +("nachtigal" nil (n ae1 ch t ih0 g ax l)) +("nacional" nil (n ey1 s iy1 ax n ax l)) +("nack" nil (n ae1 k)) +("nacke" nil (n ae1 k)) +("naclerio" nil (n aa0 k l eh1 r iy0 ow0)) +("nacobre" nil (n ae1 k ax b r ax)) +("nacogdoches" nil (n ax k aa1 g d ax ch ih0 z)) +("nad" nil (n ae1 d)) +("nada" nil (n aa1 d ax)) +("nadeau" nil (n ax d ow1)) +("nadein" nil (n ax d ay1 n)) +("nadel" nil (n aa0 d eh1 l)) +("nadell" nil (n aa0 d ey1 l)) +("nader" nil (n ey1 d er0)) +("naderites" nil (n ey1 d er0 ay1 t s)) +("nadgwick" nil (n ae1 jh w ih1 k)) +("nadine" nil (n ax d iy1 n)) +("nading" nil (n ey1 d ih0 ng)) +("nadir" nil (n ey1 d er0)) +("nadja" nil (n ae1 d y ax)) +("nadler" nil (n ey1 d ax l er0)) +("nadolny" nil (n ax d ow1 l n iy0)) +("nadolski" nil (n ax d ow1 l s k iy0)) +("naef" nil (n iy1 f)) +("naegele" nil (n eh1 g ax l)) +("naegeli" nil (n eh1 g ih0 l iy0)) +("naeger" nil (n eh1 g er0)) +("naeve" nil (n iy1 v)) +("nafco" nil (n ae1 f k ow0)) +("naff" nil (n ae1 f)) +("naffziger" nil (n ae1 f z ih0 g er0)) +("nafta" nil (n ae1 f t ax)) +("naftalis" nil (n ae0 f t aa1 l ih0 s)) +("nafziger" nil (n ae1 f z ih0 g er0)) +("nag" nil (n ae1 g)) +("nagai" nil (n aa0 g aa1 iy0)) +("nagano" nil (n aa0 g aa1 n ow0)) +("nagao" nil (n aa0 g aa1 ow0)) +("nagasaki" nil (n aa1 g aa0 s aa1 k iy0)) +("nagata" nil (n aa0 g aa1 t ax)) +("nagel" nil (n ey1 g ax l)) +("nagele" nil (n ae1 g ax l)) +("nagengast" nil (n ae1 g ih0 ng g ax s t)) +("nager" nil (n ey1 g er0)) +("nagged" nil (n ae1 g d)) +("nagging" nil (n ae1 g ih0 ng)) +("nagi" nil (n aa1 g iy0)) +("nagin" nil (n ey1 g ih0 n)) +("nagle" nil (n ey1 g ax l)) +("nagler" nil (n ey1 g l er0)) +("nagorno" nil (n ax g ao1 r n ow0)) +("nagorski" nil (n ax g ao1 r s k iy0)) +("nagoya" nil (n ax g oy1 ax)) +("nagy" nil (n ey1 g iy0)) +("nagymaros" nil (n ae1 jh ih0 m aa1 r ow0 s)) +("nah" nil (n aa1)) +("nahas" nil (n aa1 hh ax z)) +("nahm" nil (n ae1 m)) +("nahmias" nil (n aa1 m iy0 ax z)) +("nahum" nil (n ae1 hh ax m)) +("naidoo" nil (n ey1 d uw1)) +("naify" nil (n ey1 f ay1)) +("naik" nil (n ey1 k)) +("nail" nil (n ey1 l)) +("nailed" nil (n ey1 l d)) +("nailing" nil (n ey1 l ih0 ng)) +("naill" nil (n ey1 l)) +("nailor" nil (n ey1 l er0)) +("nails" nil (n ey1 l z)) +("naim" nil (n ay1 ih0 m)) +("naiman" nil (n ey1 m ax n)) +("nair" nil (n eh1 r)) +("naira" nil (n eh1 r ax)) +("nairn" nil (n eh1 r n)) +("nairne" nil (n eh1 r n)) +("nairobi" nil (n ay1 r ow1 b iy0)) +("naisbitt" nil (n ey1 s b ih0 t)) +("naish" nil (n aa1 ih0 sh)) +("naismith" nil (n ey1 z m ih0 th)) +("naito" nil (n ey1 t ow0)) +("naive" nil (n ay1 iy1 v)) +("naively" nil (n aa0 iy1 v l iy0)) +("naivete" nil (n aa0 iy1 v ax t ey1)) +("najar" nil (n aa0 y aa1 r)) +("najarian" nil (n ax jh eh1 r iy0 ax n)) +("najera" nil (n aa0 jh eh1 r ax)) +("najib" nil (n ax jh iy1 b)) +("najibullah" nil (n ae1 jh ih0 b uh1 l ax)) +("najjar" nil (n aa0 y aa1 r)) +("nakagawa" nil (n aa0 k aa0 g aa1 w ax)) +("nakahara" nil (n aa0 k aa0 hh aa1 r ax)) +("nakai" nil (n aa0 k aa1 iy0)) +("nakajima" nil (n aa0 k aa0 jh iy1 m ax)) +("nakama" nil (n aa0 k aa1 m ax)) +("nakamoto" nil (n aa0 k aa0 m ow1 t ow0)) +("nakamura" nil (n aa0 k aa0 m uh1 r ax)) +("nakanishi" nil (n aa0 k aa0 n iy1 sh iy0)) +("nakano" nil (n aa0 k aa1 n ow0)) +("nakao" nil (n aa0 k aa1 ow0)) +("nakashima" nil (n aa0 k aa0 sh iy1 m ax)) +("nakasone" nil (n aa1 k ax s ow1 n iy0)) +("nakata" nil (n aa0 k aa1 t ax)) +("nakatani" nil (n aa0 k aa0 t aa1 n iy0)) +("nakayama" nil (n aa0 k aa0 y aa1 m ax)) +("naked" nil (n ey1 k ax d)) +("nakhamkin" nil (n ae1 k ae1 m k ih0 n)) +("nalbandian" nil (n ae1 l b ae1 n d iy0 ax n)) +("nalbone" nil (n ae1 l b ow1 n)) +("nalcap" nil (n ae1 l k ae0 p)) +("nalco" nil (n ae1 l k ow0)) +("naldo" nil (n aa1 l d ow0)) +("nale" nil (n ey1 l)) +("nalepa" nil (n ax l iy1 p ax)) +("nall" nil (n ao1 l)) +("nalley" nil (n ae1 l iy0)) +("nalls" nil (n ao1 l z)) +("nally" nil (n ae1 l iy0)) +("nam" nil (n ae1 m)) +("namby" nil (n ae1 m b iy0)) +("name" nil (n ey1 m)) +("named" nil (n ey1 m d)) +("nameless" nil (n ey1 m l ax s)) +("namely" nil (n ey1 m l iy0)) +("nameplate" nil (n ey1 m p l ey1 t)) +("nameplates" nil (n ey1 m p l ey1 t s)) +("namer" nil (n ey1 m er0)) +("names" nil (n ey1 m z)) +("namesake" nil (n ey1 m s ey1 k)) +("namibia" nil (n ax m ih1 b iy0 ax)) +("namibian" nil (n ax m ih1 b iy0 ax n)) +("naming" nil (n ey1 m ih0 ng)) +("namphy" nil (n ae1 m f iy0)) +("nan" nil (n ae1 n)) +("nana" nil (n ae1 n ax)) +("nancarrow" nil (n ae1 ng k ae1 r ow0)) +("nance" nil (n ae1 n s)) +("nanchang" nil (n ae1 n ch ae1 ng)) +("nancy" nil (n ae1 n s iy0)) +("nandaime" nil (n ae1 n d ey1 m)) +("nandi" nil (n aa1 n d iy0)) +("nandita" nil (n aa0 n d iy1 t ax)) +("nando" nil (n ae1 n d ow0)) +("nanette" nil (n ax n eh1 t)) +("nanez" nil (n aa0 n eh1 z)) +("nang" nil (n ae1 ng)) +("nangaku" nil (n ae1 ng g aa1 k uw1)) +("nangle" nil (n ae1 ng g ax l)) +("nania" nil (n aa1 n iy0 ax)) +("nanjing" nil (n ae1 n jh ih0 ng)) +("nankai" nil (n ae0 ng k ay1)) +("nankervis" nil (n ae1 ng k er0 v ih0 s)) +("nanking" nil (n ae1 ng k ih0 ng)) +("nanna" nil (n ae1 n ax)) +("nanney" nil (n ae1 n iy0)) +("nanni" nil (n ae1 n iy0)) +("nannies" nil (n ae1 n iy0 z)) +("nanninga" nil (n aa0 n iy1 ng g ax)) +("nannini" nil (n aa0 n iy1 n iy0)) +("nanny" nil (n ae1 n iy0)) +("nanos" nil (n aa1 n ow0 z)) +("nanoseconds" nil (n ax n ow1 s ax k ax n d z)) +("nantes" nil (n ae1 n t s)) +("nantucket" nil (n ae0 n t ah1 k ih0 t)) +("nantz" nil (n ae1 n t s)) +("naoma" nil (n aa0 ow1 m ax)) +("naomi" nil (n ey0 ow1 m iy0)) +("nap" nil (n ae1 p)) +("napa" nil (n ae1 p ax)) +("napalm" nil (n ey1 p aa0 m)) +("napco" nil (n ae1 p k ow0)) +("napea" nil (n aa1 p iy0 ax)) +("naperville" nil (n ey1 p er0 v ih1 l)) +("naphtha" nil (n ae1 f th ax)) +("naphthalene" nil (n ae1 f th ax l iy1 n)) +("napier" nil (n ey1 p iy0 er0)) +("napierala" nil (n aa0 p ih0 r aa1 l ax)) +("napkin" nil (n ae1 p k ih0 n)) +("napkins" nil (n ae1 p k ih0 n z)) +("naples" nil (n ey1 p ax l z)) +("napoleon" nil (n ax p ow1 l iy0 ax n)) +("napoleonic" nil (n ax p ow1 l iy0 aa1 n ih0 k)) +("napoles" nil (n ae1 p ax l z)) +("napoletano" nil (n aa0 p ow0 l eh0 t aa1 n ow0)) +("napoli" nil (n ae1 p ax l iy0)) +("napolitan" nil (n aa0 p ow0 l iy0 t aa1 n)) +("napolitano" nil (n aa0 p ow0 l iy0 t aa1 n ow0)) +("napora" nil (n aa0 p ao1 r ax)) +("napp" nil (n ae1 p)) +("nappa" nil (n ae1 p ax)) +("napped" nil (n ae1 p t)) +("napper" nil (n ae1 p er0)) +("nappi" nil (n ae1 p iy0)) +("nappier" nil (n ae1 p iy0 er0)) +("napping" nil (n ae1 p ih0 ng)) +("nappo" nil (n ae1 p ow0)) +("naprosyn" nil (n ae1 p r ax s ih0 n)) +("naps" nil (n ae1 p s)) +("naquin" nil (n ae1 k w ih0 n)) +("naqvi" nil (n ae1 k v iy0)) +("nara" nil (n aa1 r ax)) +("naramore" nil (n aa0 r aa1 m ao0 r)) +("naranjo" nil (n aa0 r aa1 n y ow0)) +("narasimha" nil (n aa1 r ax s ih1 m hh aa1)) +("narasimhan" nil (n aa1 r ax s ih1 m hh aa1 n)) +("narayan" nil (n aa0 r aa1 y aa0 n)) +("narayanan" nil (n aa1 r ay0 aa1 n ax n)) +("narazaki" nil (n aa1 r aa0 z aa1 k iy0)) +("narc" nil (n aa1 r k)) +("narciso" nil (n aa0 r ch iy1 s ow0)) +("narcisse" nil (n aa1 r s ih0 s)) +("narcissism" nil (n aa1 r s ih0 s ih1 z ax m)) +("narcissistic" nil (n aa1 r s ih0 s ih1 s t ih0 k)) +("narcissus" nil (n aa0 r s ih1 s ax s)) +("narco" nil (n aa1 r k ow0)) +("narcolepsy" nil (n aa1 r k ax l eh1 p s iy0)) +("narcos" nil (n aa1 r k ow0 s)) +("narcotic" nil (n aa0 r k aa1 t ih0 k)) +("narcotics" nil (n aa0 r k aa1 t ih0 k s)) +("nard" nil (n aa1 r d)) +("narda" nil (n aa1 r d ax)) +("nardella" nil (n aa1 r d eh1 l ax)) +("nardelli" nil (n aa0 r d eh1 l iy0)) +("nardi" nil (n aa1 r d iy0)) +("nardiello" nil (n aa0 r d iy0 eh1 l ow0)) +("nardini" nil (n aa0 r d iy1 n iy0)) +("nardo" nil (n aa1 r d ow0)) +("nardone" nil (n aa0 r d ow1 n iy0)) +("nardozzi" nil (n aa0 r d ow1 t s iy0)) +("narducci" nil (n aa0 r d uw1 ch iy0)) +("nares" nil (n ae1 r z)) +("narita" nil (n eh0 r iy1 t ax)) +("narjes" nil (n aa1 r y ax s)) +("narlikar" nil (n aa1 r l ih0 k aa1 r)) +("narlock" nil (n aa1 r l ax k)) +("naro" nil (n aa1 r ow0)) +("narodny" nil (n er0 aa1 d n iy0)) +("naron" nil (n aa0 r ao1 n)) +("narragansett" nil (n eh1 r ax g ae1 n s ax t)) +("narramore" nil (n aa0 r aa1 m ao0 r)) +("narrate" nil (n eh1 r ey1 t)) +("narrated" nil (n eh1 r ey1 t ih0 d)) +("narrates" nil (n eh0 r ey1 t s)) +("narration" nil (n eh0 r ey1 sh ax n)) +("narrative" nil (n ae1 r ax t ih0 v)) +("narratives" nil (n ae1 r ax t ih0 v z)) +("narrator" nil (n eh1 r ey0 t er0)) +("narrators" nil (n eh1 r ey1 t er0 z)) +("narron" nil (n ae1 r ax n)) +("narrow" nil (n eh1 r ow0)) +("narrowed" nil (n eh1 r ow0 d)) +("narrower" nil (n eh1 r ow0 er0)) +("narrowest" nil (n eh1 r ow0 ax s t)) +("narrowing" nil (n eh1 r ow0 ih0 ng)) +("narrowly" nil (n eh1 r ow0 l iy0)) +("narrowness" nil (n eh1 r ow0 n ax s)) +("narrows" nil (n eh1 r ow0 z)) +("nars" nil (n aa1 r z)) +("narum" nil (n er0 ah1 m)) +("narvaez" nil (n aa0 r v aa1 eh0 z)) +("narveson" nil (n aa1 r v ih0 s ax n)) +("nary" nil (n eh1 r iy0)) +("nasa" nil (n ae1 s ax)) +("nasal" nil (n ey1 z ax l)) +("nasally" nil (n ey1 z ax l iy0)) +("nasby" nil (n ae1 s b iy0)) +("nasca" nil (n aa1 s k ax)) +("nascar" nil (n ae1 s k aa1 r)) +("nascent" nil (n ey1 s ax n t)) +("nascimento" nil (n ae1 s ih0 m eh1 n t ow0)) +("nasco" nil (n ae1 s k ow0)) +("nasdaq" nil (n ae1 z d ae0 k)) +("nase" nil (n ey1 z)) +("naser" nil (n ey1 z er0)) +("nash" nil (n ae1 sh)) +("nashashibi" nil (n ae1 sh ax sh iy1 b iy0)) +("nashburg" nil (n ae1 sh b er0 g)) +("nashua" nil (n ae1 sh uw0 ax)) +("nashville" nil (n ae1 sh v ih0 l)) +("nasional" nil (n ae1 s iy0 ax n ae1 l)) +("naslund" nil (n ae1 s l ax n d)) +("naso" nil (n aa1 s ow0)) +("nason" nil (n ae1 s ax n)) +("nasopharynx" nil (n ax s aa1 f er0 ih0 ng k s)) +("nasr" nil (n aa1 s er0)) +("nass" nil (n ae1 s)) +("nassar" nil (n ae1 s er0)) +("nassau" nil (n ae1 s ao0)) +("nasser" nil (n ae1 s er0)) +("nassif" nil (n ae1 s ih0 f)) +("nast" nil (n ae1 s t)) +("nasta" nil (n ae1 s t ax)) +("nastasi" nil (n aa0 s t aa1 s iy0)) +("nastier" nil (n ae1 s t iy0 er0)) +("nastiest" nil (n ae1 s t iy0 ax s t)) +("nastiness" nil (n ae1 s t iy0 n ax s)) +("nasty" nil (n ae1 s t iy0)) +("nasworthy" nil (n ae1 s w er0 dh iy0)) +("nat" nil (n ae1 t)) +("nata" nil (n aa1 t ax)) +("natal" nil (n ey1 t ax l)) +("natala" nil (n aa0 t aa1 l ax)) +("natale" nil (n aa0 t aa1 l iy0)) +("natali" nil (n aa0 t aa1 l iy0)) +("natalia" nil (n ax t aa1 l y ax)) +("natalie" nil (n ae1 t ax l iy0)) +("natalle" nil (n ax t aa1 l ey0)) +("natan" nil (n ey1 t ax n)) +("natasha" nil (n ax t aa1 sh ax)) +("natcher" nil (n ae1 ch er0)) +("natchez" nil (n ae1 ch eh1 z)) +("nate" nil (n ey1 t)) +("nath" nil (n ae1 th)) +("nathalia" nil (n ax th ae1 l iy0 ax)) +("nathalie" nil (n ae1 t ax l iy0)) +("nathan" nil (n ey1 th ax n)) +("nathanael" nil (n ae1 th ax n ey1 l)) +("nathania" nil (n ax th ae1 n iy0 ax)) +("nathaniel" nil (n ax th ae1 n y ax l)) +("nathanson" nil (n ae1 th ax n s ax n)) +("nathe" nil (n ey1 dh)) +("nathene" nil (n ax th iy1 n)) +("natick" nil (n ey1 t ih0 k)) +("nation" nil (n ey1 sh ax n)) +("nationair" nil (n ey1 sh ax n eh1 r)) +("national" nil (n ae1 sh ax n ax l)) +("nationale" nil (n ae1 sh ax n ae1 l ey0)) +("nationales" nil (n ae1 sh ax n aa1 l eh0 s)) +("nationalism" nil (n ae1 sh ax n ax l ih1 z ax m)) +("nationalist" nil (n ae1 sh ax n ax l ax s t)) +("nationalistic" nil (n ae1 sh ax n ax l ih1 s t ih0 k)) +("nationalists" nil (n ae1 sh ax n ax l ih0 s t s)) +("nationalities" nil (n ae1 sh ax n ae1 l ih0 t iy0 z)) +("nationality" nil (n ae1 sh ax n ae1 l ax t iy0)) +("nationalization" nil (n ae1 sh ax n ax l ax z ey1 sh ax n)) +("nationalizations" nil (n ae1 sh ax n ax l ax z ey1 sh ax n z)) +("nationalize" nil (n ae1 sh ax n ax l ay1 z)) +("nationalized" nil (n ae1 sh ax n ax l ay1 z d)) +("nationalizing" nil (n ae1 sh ax n ax l ay1 z ih0 ng)) +("nationally" nil (n ae1 sh ax n ax l iy0)) +("nationals" nil (n ae1 sh ax n ax l z)) +("nationhood" nil (n ey1 sh ax n hh uh1 d)) +("nations" nil (n ey1 sh ax n z)) +("nationsbanc" nil (n ey1 sh ax n z b ae1 ng k)) +("nationsbank" nil (n ey1 sh ax n z b ae1 ng k)) +("nationwide" nil (n ey1 sh ax n w ay1 d)) +("native" nil (n ey1 t ih0 v)) +("natives" nil (n ey1 t ih0 v z)) +("natividad" nil (n ax t ih0 v ih0 d aa1 d)) +("nativism" nil (n ey1 t ih0 v ih1 z ax m)) +("nativist" nil (n ey1 t ih0 v ih1 s t)) +("nativity" nil (n ax t ih1 v ax t iy0)) +("nato" nil (n ey1 t ow0)) +("natoli" nil (n aa0 t ow1 l iy0)) +("natomas" nil (n ey1 t ow1 m ax z)) +("nats" nil (n ae1 t s)) +("natter" nil (n ae1 t er0)) +("nattie" nil (n ae1 t iy0)) +("nattily" nil (n ae1 t ax l iy0)) +("natty" nil (n ae1 t iy0)) +("natuna" nil (n ax t uw1 n ax)) +("natural" nil (n ae1 ch er0 ax l)) +("naturalism" nil (n ae1 ch er0 ax l ih1 z ax m)) +("naturalist" nil (n ae1 ch er0 ax l ax s t)) +("naturalistic" nil (n ae1 ch er0 ax l ih1 s t ih0 k)) +("naturalists" nil (n ae1 ch er0 ax l ih0 s t s)) +("naturalization" nil (n ae1 ch er0 ax l ax z ey1 sh ax n)) +("naturalized" nil (n ae1 ch er0 ax l ay1 z d)) +("naturally" nil (n ae1 ch er0 ax l iy0)) +("nature" nil (n ey1 ch er0)) +("natured" nil (n ey1 ch er0 d)) +("naturedly" nil (n ey1 ch er0 d l iy0)) +("natwest" nil (n ae1 t w eh1 s t)) +("natzke" nil (n ae1 t z k)) +("nau" nil (n ow1)) +("nauer" nil (n aw1 er0)) +("nauert" nil (n aw1 er0 t)) +("naugatuck" nil (n ao1 g ax t ah1 k)) +("naught" nil (n ao1 t)) +("naughton" nil (n ao1 t ax n)) +("naughty" nil (n ao1 t iy0)) +("naugle" nil (n ao1 g ax l)) +("naugles" nil (n ao1 g ax l z)) +("nault" nil (n ao1 l t)) +("nauman" nil (n aw1 m ax n)) +("naumann" nil (n aw1 m ax n)) +("naus" nil (n ao1 z)) +("nausea" nil (n ao1 z iy0 ax)) +("nauseam" nil (n aw1 z iy1 m)) +("nauseated" nil (n ao1 z iy0 ey1 t ax d)) +("nauseating" nil (n ao1 zh iy0 ey1 t ih0 ng)) +("nauss" nil (n ao1 s)) +("nauta" nil (n aa0 uw1 t ax)) +("nautical" nil (n ao1 t ax k ax l)) +("nautilus" nil (n ao1 t ax l ax s)) +("nava" nil (n aa1 v ax)) +("navajo" nil (n aa1 v ax hh ow1)) +("naval" nil (n ey1 v ax l)) +("navar" nil (n aa0 v aa1 r)) +("navarette" nil (n ae1 v er0 eh1 t)) +("navarra" nil (n aa0 v aa1 r ax)) +("navarrete" nil (n ae1 v er0 iy1 t)) +("navarrette" nil (n ae1 v er0 eh1 t)) +("navarro" nil (n ax v aa1 r ow0)) +("navas" nil (n aa1 v ax s)) +("navcom" nil (n ae1 v k aa1 m)) +("nave" nil (n ey1 v)) +("navel" nil (n ey1 v ax l)) +("navellier" nil (n ax v eh1 l y er0)) +("navickas" nil (n aa0 v iy1 k aa0 z)) +("navies" nil (n ey1 v iy0 z)) +("navigable" nil (n ae1 v ax g ax b ax l)) +("navigate" nil (n ae1 v ax g ey1 t)) +("navigated" nil (n ae1 v ax g ey1 t ih0 d)) +("navigating" nil (n ae1 v ax g ey1 t ih0 ng)) +("navigation" nil (n ae1 v ax g ey1 sh ax n)) +("navigational" nil (n ae1 v ax g ey1 sh ax n ax l)) +("navigator" nil (n ae1 v ax g ey1 t er0)) +("navigators" nil (n ae1 v ax g ey1 t er0 z)) +("navin" nil (n aa0 v iy1 n)) +("navis" nil (n aa1 v ih0 s)) +("navistar" nil (n ae1 v ih0 s t aa1 r)) +("navratilova" nil (n ae0 v r ae1 t ih0 l ow1 v ax)) +("navstar" nil (n ae1 v s t aa1 r)) +("navy" nil (n ey1 v iy0)) +("nawrocki" nil (n aa0 v r ow1 t s k iy0)) +("nawrot" nil (n ao1 r ax t)) +("nay" nil (n ey1)) +("nayden" nil (n ey1 d ih0 n)) +("naylor" nil (n ey1 l er0)) +("naysayers" nil (n ey1 s ey1 er0 z)) +("nazar" nil (n aa0 z aa1 r)) +("nazarian" nil (n ax z eh1 r iy0 ax n)) +("nazario" nil (n aa0 z aa1 r iy0 ow0)) +("nazer" nil (n ey1 z er0)) +("nazi" nil (n aa1 t s iy0)) +("nazionale" nil (n aa0 t s iy0 ow0 n aa1 l iy0)) +("nazis" nil (n aa1 t s iy0 z)) +("nazism" nil (n ae1 z ih0 z ax m)) +("nazzaro" nil (n aa0 t s aa1 r ow0)) +("ne" nil (n iy1)) +("neace" nil (n iy1 s)) +("nead" nil (n iy1 d)) +("neagle" nil (n iy1 g ax l)) +("neal" nil (n iy1 l)) +("neala" nil (n iy1 l ax)) +("neale" nil (n iy1 l)) +("nealey" nil (n iy1 l iy0)) +("nealis" nil (n iy1 l ih0 s)) +("neall" nil (n iy1 l)) +("nealon" nil (n iy1 l ax n)) +("nealson" nil (n iy1 l s ax n)) +("nealy" nil (n iy1 l iy0)) +("neanderthal" nil (n iy0 ae1 n d er0 th ao1 l)) +("neanderthals" nil (n iy0 ae1 n d er0 th ao1 l z)) +("neapolitan" nil (n iy1 ax p aa1 l ax t ax n)) +("near" nil (n ih1 r)) +("nearby" nil (n ih1 r b ay1)) +("neared" nil (n ih1 r d)) +("nearer" nil (n ih1 r er0)) +("nearest" nil (n ih1 r ax s t)) +("nearhood" nil (n ih1 r hh uh0 d)) +("nearing" nil (n ih1 r ih0 ng)) +("nearly" nil (n ih1 r l iy0)) +("nears" nil (n ih1 r z)) +("nearsighted" nil (n iy1 r s ay1 t ih0 d)) +("nearsightedness" nil (n iy1 r s ay1 t ih0 d n ax s)) +("neary" nil (n ih1 r iy0)) +("neas" nil (n iy1 z)) +("nease" nil (n iy1 z)) +("neat" nil (n iy1 t)) +("neater" nil (n iy1 t er0)) +("neatest" nil (n iy1 t ax s t)) +("neathery" nil (n eh1 th er0 iy0)) +("neatly" nil (n iy1 t l iy0)) +("neatness" nil (n iy1 t n ax s)) +("neault" nil (n ow1)) +("neave" nil (n iy1 v)) +("neaves" nil (n iy1 v z)) +("nebeker" nil (n eh1 b ih0 k er0)) +("nebel" nil (n eh1 b ax l)) +("nebergall" nil (n iy1 b er0 g ax l)) +("neblett" nil (n eh1 b l ih0 t)) +("nebraska" nil (n ax b r ae1 s k ax)) +("nebraskans" nil (n ax b r ae1 s k ax n z)) +("nebula" nil (n eh1 b y ax l ax)) +("nebulous" nil (n eh1 b y ax l ax s)) +("nec" nil (n eh1 k)) +("necaise" nil (n eh1 k ay0 s)) +("necci" nil (n eh1 ch iy0)) +("necessarilly" nil (n eh1 s ax s eh1 r ax l iy0)) +("necessarily" nil (n eh1 s ax s eh1 r ax l iy0)) +("necessary" nil (n eh1 s ax s eh1 r iy0)) +("necessitate" nil (n ax s eh1 s ax t ey1 t)) +("necessitated" nil (n ax s eh1 s ax t ey1 t ax d)) +("necessitates" nil (n ax s eh1 s ax t ey1 t s)) +("necessitating" nil (n ax s eh1 s ih0 t ey1 t ih0 ng)) +("necessities" nil (n ax s eh1 s ih0 t iy0 z)) +("necessity" nil (n ax s eh1 s ax t iy0)) +("nechayev" nil (n eh1 ch ay1 eh0 v)) +("nechyba" nil (n eh1 ch iy1 b ax)) +("neck" nil (n eh1 k)) +("necked" nil (n eh1 k t)) +("necker" nil (n eh1 k er0)) +("necklace" nil (n eh1 k l ax s)) +("necklaces" nil (n eh1 k l ax s ih0 z)) +("necklacing" nil (n eh1 k l ax s ih0 ng)) +("necks" nil (n eh1 k s)) +("necktie" nil (n eh1 k t ay1)) +("neckties" nil (n eh1 k t ay1 z)) +("neckwear" nil (n eh1 k w eh1 r)) +("neco" nil (n iy1 k ow0)) +("necromancy" nil (n eh1 k r ax m ae1 n s iy0)) +("necropolis" nil (n ax k r aa1 p ax l ax s)) +("necrosis" nil (n ax k r ow1 s ax s)) +("nectar" nil (n eh1 k t er0)) +("necula" nil (n eh1 k y uw0 l ax)) +("ned" nil (n eh1 d)) +("neda" nil (n ey1 d ax)) +("nedd" nil (n eh1 d)) +("nedda" nil (n eh1 d ax)) +("neddick" nil (n eh1 d ih0 k)) +("neddo" nil (n eh1 d ow0)) +("nedeau" nil (n ih0 d ow1)) +("nederland" nil (n eh1 d er0 l ax n d)) +("nederlanden" nil (n eh1 d er0 l ae1 n d ax n)) +("nederlander" nil (n eh1 d er0 l ae1 n d er0)) +("nederlandsche" nil (n eh1 d er0 l ae1 n d sh iy0)) +("nederlandse" nil (n eh1 d er0 l ae1 n d s iy0)) +("nedlloyd" nil (n eh1 d ax l oy1 d)) +("nedrow" nil (n eh1 d r ow0)) +("nedved" nil (n eh1 d v d)) +("nee" nil (n iy1)) +("neeb" nil (n iy1 b)) +("neece" nil (n iy1 s)) +("neeco" nil (n iy1 k ow0)) +("need" nil (n iy1 d)) +("needed" nil (n iy1 d ax d)) +("needelman" nil (n iy1 d ax l m ax n)) +("needful" nil (n iy1 d f ax l)) +("needham" nil (n iy1 d ax m)) +("neediest" nil (n iy1 d iy0 ih0 s t)) +("needing" nil (n iy1 d ih0 ng)) +("needle" nil (n iy1 d ax l)) +("needled" nil (n iy1 d ax l d)) +("needlefish" nil (n iy1 d ax l f ih1 sh)) +("needlelike" nil (n iy1 d ax l l ay1 k)) +("needleman" nil (n iy1 d ax l m ax n)) +("needlepoint" nil (n iy1 d ax l p oy1 n t)) +("needler" nil (n iy1 d ax l er0)) +("needles" nil (n iy1 d ax l z)) +("needless" nil (n iy1 d l ax s)) +("needlessly" nil (n iy1 d l ax s l iy0)) +("needlework" nil (n iy1 d ax l w er1 k)) +("needling" nil (n iy1 d l ih0 ng)) +("needs" nil (n iy1 d z)) +("needy" nil (n iy1 d iy0)) +("neef" nil (n iy1 f)) +("neel" nil (n iy1 l)) +("neeld" nil (n iy1 l d)) +("neeley" nil (n iy1 l iy0)) +("neels" nil (n iy1 l z)) +("neely" nil (n iy1 l iy0)) +("neeman" nil (n iy1 m ax n)) +("neenan" nil (n iy1 n ax n)) +("neeper" nil (n iy1 p er0)) +("neer" nil (n ih1 r)) +("nees" nil (n iy1 z)) +("neese" nil (n iy1 z)) +("neeson" nil (n iy1 s ax n)) +("neet" nil (n iy1 t)) +("nefarious" nil (n ax f eh1 r iy0 ax s)) +("neff" nil (n eh1 f)) +("neg" nil (n eh1 g)) +("negara" nil (n eh0 g aa1 r ax)) +("negate" nil (n ih0 g ey1 t)) +("negated" nil (n iy1 g ey0 t ih0 d)) +("negates" nil (n ih0 g ey1 t s)) +("negating" nil (n ih0 g ey1 t ih0 ng)) +("negative" nil (n eh1 g ax t ih0 v)) +("negatively" nil (n eh1 g ax t ih0 v l iy0)) +("negatives" nil (n eh1 g ax t ih0 v z)) +("negativism" nil (n eh1 g ax t ih0 v ih1 z ax m)) +("negativity" nil (n eh1 g ax t ih1 v ax t iy0)) +("negatrons" nil (n eh1 g ax t r aa0 n z)) +("negev" nil (n eh1 g eh1 v)) +("neglect" nil (n ax g l eh1 k t)) +("neglected" nil (n ax g l eh1 k t ax d)) +("neglectful" nil (n ih0 g l eh1 k t f ax l)) +("neglecting" nil (n ih0 g l eh1 k t ih0 ng)) +("neglects" nil (n ih0 g l eh1 k t s)) +("negley" nil (n eh1 g l iy0)) +("neglia" nil (n eh1 g l iy0 ax)) +("negligence" nil (n eh1 g l ax jh ax n s)) +("negligent" nil (n eh1 g l ax jh ax n t)) +("negligently" nil (n eh1 g l ih0 jh ax n t l iy0)) +("negligible" nil (n eh1 g l ax jh ax b ax l)) +("negotiable" nil (n ax g ow1 sh ax b ax l)) +("negotiate" nil (n ax g ow1 sh iy0 ey1 t)) +("negotiated" nil (n ax g ow1 sh iy0 ey1 t ax d)) +("negotiates" nil (n ih0 g ow1 sh iy0 ey1 t s)) +("negotiating" nil (n ih0 g ow1 sh iy0 ey1 t ih0 ng)) +("negotiation" nil (n ih0 g ow1 sh iy0 ey1 sh ax n)) +("negotiations" nil (n ax g ow1 sh iy0 ey1 sh ax n z)) +("negotiator" nil (n ax g ow1 sh iy0 ey1 t er0)) +("negotiators" nil (n ih0 g ow1 sh iy0 ey1 t er0 z)) +("negrete" nil (n eh1 g r iy1 t)) +("negri" nil (n eh1 g r iy0)) +("negrin" nil (n eh1 g r ih0 n)) +("negro" nil (n iy1 g r ow0)) +("negroes" nil (n iy1 g r ow0 z)) +("negroid" nil (n iy1 g r oy0 d)) +("negron" nil (n eh1 g r ax n)) +("negroni" nil (n eh1 g r ow1 n iy0)) +("negros" nil (n iy1 g r ow0 z)) +("negs" nil (n eh1 g z)) +("negus" nil (n iy1 g ax s)) +("nehemiah" nil (n iy1 ax m ay1 ax)) +("neher" nil (n ey1 er0)) +("nehls" nil (n eh1 l z)) +("nehring" nil (n eh1 r ih0 ng)) +("nehru" nil (n ey1 r uw1)) +("neibauer" nil (n ay1 b aw0 er0)) +("neibert" nil (n iy1 b er0 t)) +("neice" nil (n iy1 s)) +("neider" nil (n iy1 d er0)) +("neidhardt" nil (n ay1 d hh aa0 r t)) +("neidhart" nil (n ay1 d hh aa0 r t)) +("neidigh" nil (n iy1 d ay1)) +("neidl" nil (n iy1 d ax l)) +("neidlinger" nil (n ay1 d ax l ih0 ng er0)) +("neier" nil (n ay1 er0)) +("neifert" nil (n iy1 f er0 t)) +("neiger" nil (n ay1 g er0)) +("neighbor" nil (n ey1 b er0)) +("neighborhood" nil (n ey1 b er0 hh uh1 d)) +("neighborhoods" nil (n ey1 b er0 hh uh1 d z)) +("neighboring" nil (n ey1 b er0 ih0 ng)) +("neighborly" nil (n ey1 b er0 l iy0)) +("neighbors" nil (n ey1 b er0 z)) +("neighmond" nil (n ey1 m ax n d)) +("neikirk" nil (n iy1 k er0 k)) +("neil" nil (n iy1 l)) +("neilan" nil (n iy1 l ax n)) +("neild" nil (n iy1 l d)) +("neill" nil (n iy1 l)) +("neils" nil (n iy1 l z)) +("neilsen" nil (n ay1 l s ax n)) +("neilson" nil (n iy1 l s ax n)) +("neiman" nil (n iy1 m ax n)) +("neimeyer" nil (n ay1 m ay0 er0)) +("nein" nil (n iy1 n)) +("neira" nil (n eh1 r ax)) +("neis" nil (n iy1 z)) +("neisen" nil (n ay1 s ax n)) +("neises" nil (n iy1 z ih0 z)) +("neisler" nil (n ay1 s ax l er0)) +("neiss" nil (n iy1 s)) +("neiswender" nil (n ay1 s w eh0 n d er0)) +("neither" nil (n iy1 dh er0)) +("neitz" nil (n iy1 t s)) +("neitzel" nil (n ay1 t z ax l)) +("neitzke" nil (n ay1 t z k)) +("nej" nil (n ey1)) +("nekoosa" nil (n ih0 k uw1 s ax)) +("nekton" nil (n eh1 k t ax n)) +("nel" nil (n eh1 l)) +("nela" nil (n eh1 l ax)) +("nelda" nil (n eh1 l d ax)) +("nelia" nil (n eh1 l iy0 ax)) +("nelina" nil (n eh0 l iy1 n ax)) +("nelita" nil (n eh0 l iy1 t ax)) +("nell" nil (n eh1 l)) +("nella" nil (n eh1 l ax)) +("nellcor" nil (n eh1 l k ao1 r)) +("nelle" nil (n eh1 l)) +("neller" nil (n eh1 l er0)) +("nelles" nil (n eh1 l z)) +("nellette" nil (n eh1 l eh1 t)) +("nelli" nil (n eh1 l iy0)) +("nelliana" nil (n eh1 l iy0 ae1 n ax)) +("nellie" nil (n eh1 l iy0)) +("nelligan" nil (n eh1 l ih0 g ax n)) +("nellis" nil (n eh1 l ih0 s)) +("nellwyn" nil (n eh1 l w ih0 n)) +("nelly" nil (n eh1 l iy0)) +("nelms" nil (n eh1 l m z)) +("neloms" nil (n eh1 l ax m z)) +("nelon" nil (n eh1 l ax n)) +("nels" nil (n eh1 l z)) +("nelsen" nil (n eh1 l s ax n)) +("nelson" nil (n eh1 l s ax n)) +("nematode" nil (n eh1 m ax t ow1 d)) +("nematodes" nil (n eh1 m ax t ow1 d z)) +("nemean" nil (n iy1 m iy0 ax n)) +("nemec" nil (n eh1 m ih0 k)) +("nemecek" nil (n eh1 m ih0 s ih0 k)) +("nemer" nil (n iy1 m er0)) +("nemeroff" nil (n eh1 m er0 ao0 f)) +("nemes" nil (n iy1 m z)) +("nemesis" nil (n eh1 m ax s ih0 s)) +("nemeth" nil (n ey1 m ih0 th)) +("nemetz" nil (n eh1 m ih0 t s)) +("nemitz" nil (n eh1 m ih0 t s)) +("nemmers" nil (n eh1 m er0 z)) +("nemo" nil (n eh1 m ow0)) +("nemos" nil (n iy1 m ow0 z)) +("nemours" nil (n ih0 m ao1 r z)) +("nendick" nil (n eh1 n d ih0 k)) +("nene" nil (n iy1 n)) +("nenninger" nil (n eh1 n ih0 ng er0)) +("neo" nil (n iy1 ow0)) +("neoax" nil (n iy1 ow0 ae1 k s)) +("neoclassic" nil (n iy1 ow0 k l ae1 s ih0 k)) +("neoclassical" nil (n iy1 ow0 k l ae1 s ih0 k ax l)) +("neoconservative" nil (n iy1 ow0 k ax n s er1 v ax t ih0 v)) +("neoconservatives" nil (n iy1 ow0 k ax n s er1 v ax t ih0 v z)) +("neola" nil (n iy0 aa1 l ax)) +("neoliberal" nil (n iy1 ow0 l ih1 b er0 ax l)) +("neoliberals" nil (n iy1 ow0 l ih1 b er0 ax l z)) +("neoma" nil (n ey0 ow1 m ax)) +("neon" nil (n iy1 aa0 n)) +("neonatal" nil (n iy1 ow0 n ey1 t ax l)) +("neons" nil (n iy1 aa1 n z)) +("neophyte" nil (n iy1 ax f ay1 t)) +("neophytes" nil (n iy1 ax f ay1 t s)) +("neoplasm" nil (n iy1 ax p l ae1 z ax m)) +("neoplatonic" nil (n iy1 ow0 p l ax t aa1 n ih0 k)) +("neoplatonist" nil (n iy1 ow0 p l ey1 t ax n ax s t)) +("neoprene" nil (n iy1 ax p r iy1 n)) +("neoprobe" nil (n iy1 ow0 p r ow1 b)) +("neorx" nil (n iy1 ow0 r eh1 k s)) +("neotenic" nil (n iy1 ax t iy1 n ih0 k)) +("neoteny" nil (n iy0 aa1 t ax n iy0)) +("nepa" nil (n iy1 p ax)) +("nepal" nil (n ax p ao1 l)) +("nepalese" nil (n eh1 p ax l iy1 z)) +("nepali" nil (n ax p ao1 l iy0)) +("nephew" nil (n eh1 f y uw0)) +("nephews" nil (n eh1 f y uw0 z)) +("nephridium" nil (n ax f r ih1 d iy0 ax m)) +("nephrite" nil (n eh1 f r ay0 t)) +("nephron" nil (n eh1 f r aa0 n)) +("nephrosis" nil (n ax f r ow1 s ax s)) +("nepl" nil (n eh1 p ax l)) +("neponset" nil (n ax p aa1 n s ih0 t)) +("nepool" nil (n ax p uw1 l)) +("nepotism" nil (n eh1 p ax t ih1 z ax m)) +("neptune" nil (n eh1 p t uw0 n)) +("neptunium" nil (n eh0 p t uw1 n iy0 ax m)) +("nerco" nil (n er1 k ow0)) +("nerd" nil (n er1 d)) +("nerds" nil (n er1 d z)) +("nerdy" nil (n er1 d iy0)) +("nerenberg" nil (n ih1 r ax n b er0 g)) +("neri" nil (n eh1 r iy0)) +("nerice" nil (n eh1 r ih0 s)) +("nerine" nil (n eh1 r iy0 n)) +("nerio" nil (n eh1 r iy0 ow0)) +("neritic" nil (n er0 ih1 t ih0 k)) +("nerlich" nil (n er1 l ih0 k)) +("nerney" nil (n er1 n iy0)) +("nero" nil (n ih1 r ow0)) +("nerone" nil (n eh1 r ax n)) +("nerren" nil (n eh1 r ax n)) +("nervana" nil (n er0 v ae1 n ax)) +("nerve" nil (n er1 v)) +("nerves" nil (n er1 v z)) +("nervosa" nil (n er0 v ow1 s ax)) +("nervous" nil (n er1 v ax s)) +("nervously" nil (n er1 v ax s l iy0)) +("nervousness" nil (n er1 v ax s n ax s)) +("nervy" nil (n er1 v iy0)) +("nes" nil (n eh1 s)) +("nesbit" nil (n eh1 s b ih0 t)) +("nesbitt" nil (n eh1 z b ih0 t)) +("nesby" nil (n eh1 s b iy0)) +("nesci" nil (n eh1 s iy0)) +("nesheim" nil (n eh1 s hh ay1 m)) +("nesi" nil (n eh1 s iy0)) +("nesler" nil (n eh1 s ax l er0)) +("nesmith" nil (n eh1 z m ih0 th)) +("ness" nil (n eh1 s)) +("nessa" nil (n eh1 s ax)) +("nessel" nil (n eh1 s ax l)) +("nessen" nil (n iy1 s ax n)) +("nesser" nil (n eh1 s er0)) +("nesseth" nil (n eh1 s ih0 th)) +("nessi" nil (n eh1 s iy0)) +("nessie" nil (n eh1 s iy0)) +("nessler" nil (n eh1 s l er0)) +("nest" nil (n eh1 s t)) +("nesta" nil (n eh1 s t ax)) +("neste" nil (n eh1 s t)) +("nestea" nil (n eh1 s t iy0 ax)) +("nested" nil (n eh1 s t ax d)) +("nester" nil (n eh1 s t er0)) +("nesters" nil (n eh1 s t er0 z)) +("nesting" nil (n eh1 s t ih0 ng)) +("nestle" nil (n eh1 s ax l)) +("nestled" nil (n eh1 s ax l d)) +("nestler" nil (n eh1 s ax l er0)) +("nestles" nil (n eh1 s ax l z)) +("nestling" nil (n eh1 s t l ih0 ng)) +("nestlings" nil (n eh1 s t l ih0 ng z)) +("nestor" nil (n eh1 s t er0)) +("nestorian" nil (n eh0 s t ao1 r iy0 ax n)) +("nestorianism" nil (n eh0 s t ao1 r iy0 ax n ih0 z ax m)) +("nests" nil (n eh1 s t s)) +("net" nil (n eh1 t)) +("netanyahu" nil (n eh1 t ax n y aa1 hh uw1)) +("netback" nil (n eh1 t b ae1 k)) +("netcom" nil (n eh1 t k aa1 m)) +("neth" nil (n eh1 th)) +("nether" nil (n eh1 dh er0)) +("nethercutt" nil (n eh1 th er0 k ax t)) +("netherland" nil (n eh1 dh er0 l ax n d)) +("netherlandic" nil (n eh1 dh er0 l ae1 n d ih0 k)) +("netherlands" nil (n eh1 dh er0 l ax n d z)) +("nethers" nil (n eh1 dh er0 z)) +("netherton" nil (n eh1 dh er0 t ax n)) +("netherworld" nil (n eh1 dh er0 w er1 l d)) +("nethery" nil (n eh1 dh er0 iy0)) +("nethuva" nil (n eh1 th uw1 v ax)) +("netlike" nil (n eh1 t l ay1 k)) +("neto" nil (n eh1 t ow0)) +("nets" nil (n eh1 t s)) +("netscape" nil (n eh1 t s k ey1 p)) +("nett" nil (n eh1 t)) +("netta" nil (n eh1 t ax)) +("netted" nil (n eh1 t ih0 d)) +("netter" nil (n eh1 t er0)) +("netterville" nil (n eh1 t er0 v ih0 l)) +("nettesheim" nil (n eh1 t ih0 s sh ay0 m)) +("nettie" nil (n eh1 t iy0)) +("netting" nil (n eh1 t ih0 ng)) +("nettle" nil (n eh1 t ax l)) +("nettled" nil (n eh1 t ax l d)) +("nettles" nil (n eh1 t ax l z)) +("nettlesome" nil (n eh1 t ax l s ax m)) +("nettleton" nil (n eh1 t ax l t ax n)) +("netto" nil (n eh1 t ow0)) +("netty" nil (n eh1 t iy0)) +("netview" nil (n eh1 t v y uw1)) +("netware" nil (n eh1 t w eh1 r)) +("network" nil (n eh1 t w er1 k)) +("networked" nil (n eh1 t w er1 k t)) +("networking" nil (n eh1 t w er1 k ih0 ng)) +("networks" nil (n eh1 t w er1 k s)) +("networth" nil (n eh1 t w er1 th)) +("netz" nil (n eh1 t s)) +("netzel" nil (n eh1 t z ax l)) +("netzer" nil (n eh1 t z er0)) +("netzley" nil (n eh1 t s l iy0)) +("neu" nil (n oy1)) +("neubauer" nil (n uw1 b aw0 er0)) +("neubecker" nil (n uw1 b eh1 k er0)) +("neuber" nil (n uw1 b er0)) +("neuberger" nil (n uw1 b er0 g er0)) +("neubert" nil (n uw1 b er0 t)) +("neuburg" nil (n uw1 b er0 g)) +("neuburger" nil (n uw1 b er0 g er0)) +("neudecker" nil (n uw1 d ih0 k er0)) +("neue" nil (n uw1 iy0)) +("neuendorf" nil (n uw1 ax n d ao0 r f)) +("neuendorffer" nil (n uw1 n d ao0 r f er0)) +("neuenfeldt" nil (n uw1 ax n f eh0 l t)) +("neuenschwander" nil (n uw1 ax n sh w ao0 n d er0)) +("neuer" nil (n oy1 er0)) +("neufeld" nil (n uw1 f eh1 l d)) +("neugebauer" nil (n uw1 g ax b aw0 er0)) +("neugent" nil (n uw1 jh ax n t)) +("neuhart" nil (n uw1 hh aa1 r t)) +("neuharth" nil (n uw1 hh aa1 r th)) +("neuhaus" nil (n uw1 hh aw1 s)) +("neuhauser" nil (n uw1 hh aw1 z er0)) +("neuhoff" nil (n uw1 hh ao1 f)) +("neukam" nil (n uw1 k ax m)) +("neukirchen" nil (n uw1 k er0 ch ax n)) +("neukom" nil (n uw1 k aa0 m)) +("neumaier" nil (n uw1 m ay0 er0)) +("neuman" nil (n uw1 m ax n)) +("neumann" nil (n uw1 m ax n)) +("neumayer" nil (n uw1 m ey1 er0)) +("neumeier" nil (n uw1 m ay0 er0)) +("neumeister" nil (n uw1 m ay1 s t er0)) +("neumeyer" nil (n uw1 m ay0 er0)) +("neumiller" nil (n uw1 m ax l er0)) +("neuner" nil (n uw1 n er0)) +("neupert" nil (n uw1 p er0 t)) +("neupogen" nil (n uw1 p ow0 jh eh1 n)) +("neural" nil (n uh1 r ax l)) +("neurofibromatosis" nil (n uh1 r ow0 f ay0 b r ow1 m ax t ow1 s ih0 s)) +("neurohr" nil (n uh1 r ao0 r)) +("neurologic" nil (n uh1 r ax l aa1 jh ih0 k)) +("neurological" nil (n uh1 r ax l aa1 jh ih0 k ax l)) +("neurologist" nil (n uh0 r aa1 l ax jh ax s t)) +("neurology" nil (n uh0 r aa1 l ax jh iy0)) +("neurons" nil (n uh1 r aa0 n z)) +("neuropathy" nil (n uh1 r ow0 p ae1 th iy0)) +("neuroscience" nil (n y uh1 r ow0 s ay1 ax n s)) +("neuroses" nil (n uh0 r ow1 s iy0 z)) +("neurosis" nil (n uh0 r ow1 s ax s)) +("neurosurgeon" nil (n uh1 r ow0 s er1 jh ax n)) +("neurosurgeons" nil (n uh1 r ow0 s er1 jh ax n z)) +("neuroth" nil (n uh1 r ao0 th)) +("neurotic" nil (n uh0 r aa1 t ih0 k)) +("neuser" nil (n uw1 s er0)) +("neustadt" nil (n uw1 sh t ae0 t)) +("neuter" nil (n uw1 t er0)) +("neutered" nil (n uw1 t er0 d)) +("neutering" nil (n uw1 t er0 ih0 ng)) +("neutral" nil (n uw1 t r ax l)) +("neutralism" nil (n uw1 t r ax l ih1 z ax m)) +("neutralist" nil (n uw1 t r ax l ax s t)) +("neutrality" nil (n uw0 t r ae1 l ax t iy0)) +("neutralization" nil (n uw1 t r ax l ax z ey1 sh ax n)) +("neutralize" nil (n uw1 t r ax l ay1 z)) +("neutralized" nil (n uw1 t r ax l ay1 z d)) +("neutralizes" nil (n uw1 t r ax l ay1 z ih0 z)) +("neutralizing" nil (n uw1 t r ax l ay1 z ih0 ng)) +("neutrino" nil (n uw0 t r iy1 n ow0)) +("neutrinos" nil (n uw0 t r iy1 n ow0 z)) +("neutrogena" nil (n uw1 t r ax jh iy1 n ax)) +("neutron" nil (n uw1 t r aa1 n)) +("neutrons" nil (n uw1 t r aa1 n z)) +("neuville" nil (n uw1 v ih1 l)) +("neuwirth" nil (n uw1 w er0 th)) +("neuzil" nil (n uw1 z ax l)) +("neva" nil (n ey1 v ax)) +("nevada" nil (n ax v aa1 d ax)) +("nevala" nil (n ey0 v aa1 l ax)) +("nevarez" nil (n ey0 v aa1 r eh0 z)) +("neve" nil (n iy1 v)) +("neveau" nil (n ih0 v ow1)) +("nevel" nil (n ey0 v eh1 l)) +("nevels" nil (n eh1 v ax l z)) +("never" nil (n eh1 v er0)) +("nevers" nil (n eh1 v er0 z)) +("nevertheless" nil (n eh1 v er0 dh ax l eh1 s)) +("neves" nil (n iy1 v z)) +("neveu" nil (n ih0 v uw1)) +("nevil" nil (n ey0 v iy1 l)) +("nevile" nil (n ey0 v ay1 l)) +("nevill" nil (n eh1 v ih0 l)) +("neville" nil (n eh1 v ih0 l)) +("nevills" nil (n eh1 v ih0 l z)) +("nevils" nil (n eh1 v ax l z)) +("nevin" nil (n eh1 v ih0 n)) +("nevins" nil (n eh1 v ih0 n z)) +("nevis" nil (n eh1 v ih0 s)) +("nevitt" nil (n eh1 v ih0 t)) +("nevius" nil (n iy1 v iy0 ih0 s)) +("new" nil (n uw1)) +("newall" nil (n uw1 ao1 l)) +("newark" nil (n uw1 er0 k)) +("newbauer" nil (n uw1 b aw0 er0)) +("newberg" nil (n uw1 b er0 g)) +("newberger" nil (n uw1 b er0 g er0)) +("newbern" nil (n uw1 b er0 n)) +("newberry" nil (n uw1 b eh1 r iy0)) +("newbery" nil (n uw1 b eh1 r iy0)) +("newbill" nil (n uw1 b ih1 l)) +("newbold" nil (n uw1 b ow1 l d)) +("newborn" nil (n uw1 b ao0 r n)) +("newborns" nil (n uw1 b ao1 r n z)) +("newbridge" nil (n uw1 b r ih1 jh)) +("newbrough" nil (n uw1 b r aw0)) +("newburg" nil (n uw1 b er0 g)) +("newburger" nil (n uw1 b er0 g er0)) +("newburn" nil (n uw1 b er1 n)) +("newbury" nil (n uw1 b eh1 r iy0)) +("newby" nil (n uw1 b iy0)) +("newcastle" nil (n uw1 k ae1 s ax l)) +("newcom" nil (n uw1 k ax m)) +("newcomb" nil (n uw1 k ax m)) +("newcombe" nil (n uw1 k ax m)) +("newcome" nil (n uw1 k ax m)) +("newcomer" nil (n uw1 k ah1 m er0)) +("newcomers" nil (n uw1 k ah1 m er0 z)) +("newcor" nil (n uw1 k ao1 r)) +("newedge" nil (n uw1 ax jh)) +("newell" nil (n uw1 ax l)) +("newer" nil (n uw1 er0)) +("newest" nil (n uw1 ax s t)) +("newey" nil (n uw1 iy0)) +("newfangled" nil (n uw1 f ae1 ng g ax l d)) +("newfield" nil (n uw1 f iy1 l d)) +("newfound" nil (n uw1 f aw1 n d)) +("newfoundland" nil (n uw1 f ax n d l ax n d)) +("newgard" nil (n uw1 g er0 d)) +("newgate" nil (n uw1 g ey0 t)) +("newgateway" nil (n uw1 g ey1 t w ey1)) +("newhall" nil (n uw1 hh ao1 l)) +("newhard" nil (n uw1 hh aa1 r d)) +("newhart" nil (n uw1 hh aa1 r t)) +("newhouse" nil (n uw1 hh aw1 s)) +("newill" nil (n iy0 w ih1 l)) +("newingham" nil (n uw1 ih0 ng hh ae1 m)) +("newish" nil (n uw1 ih0 sh)) +("newkirk" nil (n uw1 k er0 k)) +("newlan" nil (n uw1 l ax n)) +("newland" nil (n uw1 l ax n d)) +("newlin" nil (n uw1 l ih0 n)) +("newlon" nil (n uw1 l ax n)) +("newlun" nil (n uw1 l ax n)) +("newly" nil (n uw1 l iy0)) +("newlyn" nil (n uw1 l ih0 n)) +("newlywed" nil (n uw1 l iy0 w eh1 d)) +("newlyweds" nil (n uw1 l iy0 w eh1 d z)) +("newman" nil (n uw1 m ax n)) +("newmann" nil (n uw1 m ax n)) +("newmark" nil (n uw1 m aa1 r k)) +("newmarket" nil (n uw1 m aa1 r k ax t)) +("newmeyer" nil (n uw1 m ay0 er0)) +("newmont" nil (n uw1 m aa1 n t)) +("newmyer" nil (n uw1 m iy0 er0)) +("newnam" nil (n uw1 n ax m)) +("newness" nil (n uw1 n ax s)) +("neworld" nil (n eh1 w er1 l d)) +("newport" nil (n uw1 p ao0 r t)) +("newquist" nil (n uw1 k w ih1 s t)) +("news" nil (n uw1 z)) +("newscast" nil (n uw1 z k ae1 s t)) +("newscaster" nil (n uw1 z k ae1 s t er0)) +("newscasters" nil (n uw1 z k ae1 s t er0 z)) +("newscasts" nil (n uw1 z k ae1 s t s)) +("newscorp" nil (n uw1 z k ao1 r p)) +("newsday" nil (n uw1 z d ey1)) +("newsgroups" nil (n uw1 z g r uw1 p s)) +("newsham" nil (n uw1 sh ax m)) +("newshour" nil (n uw1 z aw1 r)) +("newsletter" nil (n uw1 z l eh1 t er0)) +("newsletters" nil (n uw1 z l eh1 t er0 z)) +("newsmagazine" nil (n uw1 z m ae1 g ax z iy1 n)) +("newsmaker" nil (n uw1 z m ey1 k er0)) +("newsmakers" nil (n uw1 z m ey1 k er0 z)) +("newsman" nil (n uw1 z m ae1 n)) +("newsmen" nil (n uw1 z m ih0 n)) +("newsom" nil (n uw1 z ax m)) +("newsome" nil (n uw1 s ax m)) +("newson" nil (n uw1 s ax n)) +("newspaper" nil (n uw1 z p ey1 p er0)) +("newspaperman" nil (n uw1 z p ey1 p er0 m ae1 n)) +("newspapermen" nil (n uw1 z p ae1 p er0 m ax n)) +("newspapers" nil (n uw1 z p ey1 p er0 z)) +("newspeak" nil (n uw1 s p iy1 k)) +("newsprint" nil (n uw1 z p r ih1 n t)) +("newsreel" nil (n uw1 z r iy1 l)) +("newsreels" nil (n uw1 z r iy1 l z)) +("newsroom" nil (n uw1 z r uw1 m)) +("newsrooms" nil (n uw1 z r uw1 m z)) +("newsstand" nil (n uw1 z s t ae1 n d)) +("newsstands" nil (n uw1 z s t ae1 n d z)) +("newstrom" nil (n uw1 z t r ax m)) +("newsum" nil (n uw1 z ax m)) +("newswanger" nil (n uw1 z w ao0 ng er0)) +("newsweek" nil (n uw1 z w iy1 k)) +("newsweekly" nil (n uw1 z w iy1 k l iy0)) +("newswire" nil (n uw1 z w ay1 r)) +("newswires" nil (n uw1 z w ay1 r z)) +("newsworthy" nil (n uw1 z w er1 dh iy0)) +("newsy" nil (n uw1 z iy0)) +("newt" nil (n uw1 t)) +("newton" nil (n uw1 t ax n)) +("newtonchik" nil (n uw1 t aa1 n ch ih0 k)) +("newtonian" nil (n uw0 t ow1 n iy0 ax n)) +("newtown" nil (n uw1 t aw1 n)) +("newtowne" nil (n uw1 t aw1 n)) +("newts" nil (n uw1 t s)) +("newvector" nil (n uw1 v eh1 k t er0)) +("newville" nil (n uw1 v ih1 l)) +("newwave" nil (n uw1 w ey1 v)) +("nexgen" nil (n eh1 k s jh eh1 n)) +("nexis" nil (n eh1 k s ih0 s)) +("next" nil (n eh1 k s t)) +("nextel" nil (n eh1 k s t eh1 l)) +("nextstep" nil (n eh1 k s t s t eh1 p)) +("nexus" nil (n eh1 k s ax s)) +("ney" nil (n ey1)) +("neyens" nil (n ay1 n z)) +("neyer" nil (n ey1 er0)) +("neyhart" nil (n ey1 hh aa1 r t)) +("neyland" nil (n ey1 l ax n d)) +("neylon" nil (n ey1 l ax n)) +("neyman" nil (n ey1 m ax n)) +("neysa" nil (n ey1 s ax)) +("nez" nil (n eh1 z)) +("ng" nil (eh1 ng)) +("ngai" nil (g ay1)) +("ngema" nil (eh0 n jh eh1 m aa0)) +("nghi" nil (g iy1)) +("ngo" nil (g ow1)) +("nguyen" nil (n uw0 y eh1 n)) +("niacin" nil (n ay1 ax s ax n)) +("niagara" nil (n ay0 ae1 g r ax)) +("niaid" nil (n ay1 ey1 d)) +("nial" nil (n ay1 ax l)) +("niall" nil (n ay1 l)) +("nib" nil (n ih1 b)) +("nibbe" nil (n ih1 b)) +("nibble" nil (n ih1 b ax l)) +("nibbled" nil (n ih1 b ax l d)) +("nibbles" nil (n ih1 b ax l z)) +("nibbling" nil (n ih1 b ax l ih0 ng)) +("nibert" nil (n ih1 b er0 t)) +("niblack" nil (n ih1 b l ae1 k)) +("niblett" nil (n ih1 b l ih0 t)) +("niblock" nil (n ih1 b l aa1 k)) +("nibs" nil (n ih1 b z)) +("nicandros" nil (n ih0 k ae1 n d r ow0 s)) +("nicaragua" nil (n ih1 k er0 aa1 g w ax)) +("nicaraguan" nil (n ih1 k er0 aa1 g w ax n)) +("nicaraguans" nil (n ih1 k er0 aa1 g w ax n z)) +("nicastro" nil (n ih0 k ae1 s t r ow0)) +("niccoli" nil (n iy0 k ow1 l iy0)) +("niccolite" nil (n ih1 k ax l ay1 t)) +("niccum" nil (n ih1 k ax m)) +("nice" nil (n ay1 s)) +("nicely" nil (n ay1 s l iy0)) +("niceness" nil (n ay1 s n ax s)) +("nicer" nil (n ay1 s er0)) +("nicest" nil (n ay1 s ih0 s t)) +("niceties" nil (n ay1 s ih0 t iy0 z)) +("niche" nil (n ih1 ch)) +("nichelson" nil (n ih1 ch ih0 l s ax n)) +("niches" nil (n ih1 ch ih0 z)) +("nichol" nil (n ih1 k ao0 l)) +("nichola" nil (n ih0 hh ow1 l ax)) +("nicholas" nil (n ih1 k ax l ax s)) +("nicholes" nil (n ih1 k hh ow0 l z)) +("nicholi" nil (n ih1 k ax l ay0)) +("nicholl" nil (n ih1 k ax l)) +("nicholls" nil (n ih1 k ax l z)) +("nichols" nil (n ih1 k ax l z)) +("nicholson" nil (n ih1 k ax l s ax n)) +("nichter" nil (n ih1 k t er0)) +("nick" nil (n ih1 k)) +("nicked" nil (n ih1 k t)) +("nickel" nil (n ih1 k ax l)) +("nickell" nil (n ih1 k ax l)) +("nickelodeon" nil (n ih1 k ih0 l ow1 d iy0 ax n)) +("nickels" nil (n ih1 k ax l z)) +("nickelson" nil (n ih1 k ih0 l s ax n)) +("nickens" nil (n ih1 k ax n z)) +("nickerson" nil (n ih1 k er0 s ax n)) +("nickeson" nil (n ih1 k ih0 s ax n)) +("nickey" nil (n ih1 k iy0)) +("nicki" nil (n ih1 k iy0)) +("nicklas" nil (n ih1 k l ax z)) +("nicklaus" nil (n ih1 k l ax s)) +("nickle" nil (n ih1 k ax l)) +("nickleby" nil (n ih1 k ax l b iy0)) +("nickles" nil (n ih1 k ax l z)) +("nickless" nil (n ih1 k l ax s)) +("nicklin" nil (n ih1 k l ih0 n)) +("nicklow" nil (n ih1 k l ow1)) +("nickname" nil (n ih1 k n ey1 m)) +("nicknamed" nil (n ih1 k n ey1 m d)) +("nicknames" nil (n ih1 k n ey1 m z)) +("nickol" nil (n ih1 k ax l)) +("nickolas" nil (n ih1 k ax l ax z)) +("nickoloff" nil (n ih1 k ax l ao0 f)) +("nickols" nil (n ih1 k ax l z)) +("nickolson" nil (n ih1 k ow0 l s ax n)) +("nicks" nil (n ih1 k s)) +("nickson" nil (n ih1 k s ax n)) +("nickum" nil (n ih1 k ax m)) +("nicky" nil (n ih1 k iy0)) +("niclaneshia" nil (n ih1 k l ax n eh1 sh ax)) +("nicley" nil (n ih1 k l iy0)) +("nico" nil (n iy1 k ow0)) +("nicodemo" nil (n iy1 k ow0 d ey1 m ow0)) +("nicoderm" nil (n ih1 k ax d er1 m)) +("nicol" nil (n ih1 k ax l)) +("nicola" nil (n ih0 k ow1 l ax)) +("nicolae" nil (n ih1 k ow0 l ay1)) +("nicolai" nil (n iy0 k ow0 l aa1 iy0)) +("nicolaides" nil (n ih1 k ax l ey0 d z)) +("nicolaisen" nil (n ih1 k ax l ay0 s ax n)) +("nicolas" nil (n ih1 k ax l ax s)) +("nicolau" nil (n ih1 k ax l aw0)) +("nicolaus" nil (n ih1 k ax l aw0 z)) +("nicolay" nil (n ih1 k ax l ey1)) +("nicole" nil (n ih0 k ow1 l)) +("nicolet" nil (n ih1 k ax l eh1 t)) +("nicoletta" nil (n ih1 k ax l eh1 t ax)) +("nicolette" nil (n ih1 k ax l eh1 t)) +("nicoletti" nil (n iy0 k ow0 l eh1 t iy0)) +("nicoli" nil (n iy0 k ow1 l iy0)) +("nicolin" nil (n ih1 k ax l ih0 n)) +("nicolina" nil (n iy1 k ow0 l iy1 n ax)) +("nicoline" nil (n iy0 k ow0 l iy1 n iy0)) +("nicolini" nil (n iy1 k ow0 l iy1 n iy0)) +("nicoll" nil (n ih1 k ax l)) +("nicolle" nil (n ih0 k ow1 l)) +("nicolls" nil (n ih1 k ax l z)) +("nicolo" nil (n ih1 k ax l ow0)) +("nicoloff" nil (n ih1 k ax l ao0 f)) +("nicolosi" nil (n iy0 k ow0 l ow1 s iy0)) +("nicols" nil (n ih1 k ax l z)) +("nicolson" nil (n ih1 k ow0 l s ax n)) +("nicor" nil (n ay1 k ao1 r)) +("nicorette" nil (n ih1 k er0 eh1 t)) +("nicosia" nil (n ih0 k ax s iy1 ax)) +("nicoski" nil (n ih0 k ao1 s k iy0)) +("nicoson" nil (n ih1 k ax s ax n)) +("nicotera" nil (n iy1 k ow0 t eh1 r ax)) +("nicotine" nil (n ih1 k ax t iy1 n)) +("nicotra" nil (n ih0 k aa1 t r ax)) +("nida" nil (n iy1 d ax)) +("nidal" nil (n ih0 d aa1 l)) +("niday" nil (n ay1 d ey1)) +("nidiffer" nil (n ih1 d ih0 f er0)) +("nie" nil (n iy1)) +("niebauer" nil (n iy1 b aw0 er0)) +("niebling" nil (n iy1 b ax l ih0 ng)) +("niebuhr" nil (n iy1 b uh0 r)) +("niebur" nil (n iy1 b er0)) +("niece" nil (n iy1 s)) +("nieces" nil (n iy1 s ih0 z)) +("nied" nil (n iy1 d)) +("niedbala" nil (n iy0 d b aa1 l ax)) +("niedbalski" nil (n iy0 d b aa1 l s k iy0)) +("nieder" nil (n iy1 d er0)) +("niederer" nil (n iy1 d er0 er0)) +("niederhauser" nil (n iy1 d er0 hh aw0 z er0)) +("niederman" nil (n ay1 d er0 m ax n)) +("niedermeier" nil (n iy1 d er0 m ay0 er0)) +("niedermeyer" nil (n iy1 d er0 m ay0 er0)) +("niedzielski" nil (n iy0 jh iy1 l s k iy0)) +("niedzwiecki" nil (n iy0 jh v iy1 t s k iy0)) +("niehaus" nil (n iy1 hh aw1 s)) +("niehoff" nil (n iy1 hh ao0 f)) +("niekamp" nil (n iy1 k ae1 m p)) +("nieland" nil (n iy1 l ax n d)) +("nield" nil (n iy1 l d)) +("nields" nil (n iy1 l d z)) +("niels" nil (n iy1 l z)) +("nielsen" nil (n iy1 l s ax n)) +("nielson" nil (n iy1 l s ax n)) +("nieman" nil (n iy1 m ax n)) +("niemann" nil (n iy1 m ax n)) +("niemczyk" nil (n iy1 m ch ih0 k)) +("niemeier" nil (n iy1 m ay0 er0)) +("niemela" nil (n iy0 m eh1 l ax)) +("niemeyer" nil (n iy1 m ay0 er0)) +("niemi" nil (n iy1 m iy0)) +("niemiec" nil (n iy1 m iy1 k)) +("niemuth" nil (n iy1 m ax th)) +("nienaber" nil (n iy1 n ax b er0)) +("nienhaus" nil (n iy1 n hh aw1 s)) +("nienhuis" nil (n iy1 n hh uw0 ih0 z)) +("nienow" nil (n iy1 n ow0)) +("nier" nil (n iy1 er0)) +("nierenberg" nil (n ih1 r ax n b er0 g)) +("nierman" nil (n ih1 r m ax n)) +("nies" nil (n ay1 z)) +("niese" nil (n iy1 z)) +("niesen" nil (n iy1 s ax n)) +("niess" nil (n iy1 s)) +("nieto" nil (n iy1 t ow0)) +("nietzsche" nil (n iy1 ch iy0)) +("nieves" nil (n iy0 eh1 v eh0 s)) +("niezgoda" nil (n iy0 z g ow1 d ax)) +("nifong" nil (n ih1 f ao0 ng)) +("nifty" nil (n ih1 f t iy0)) +("nigel" nil (n ay1 jh ax l)) +("niger" nil (n ay1 jh er0)) +("nigeria" nil (n ay0 jh ih1 r iy0 ax)) +("nigerian" nil (n ay0 jh ih1 r iy0 ax n)) +("nigerians" nil (n ay0 jh ih1 r iy0 ax n z)) +("nigg" nil (n ih1 g)) +("niggardliness" nil (n ih1 g er0 d l iy0 n ax s)) +("niggardly" nil (n ih1 g er0 d l iy0)) +("nigger" nil (n ih1 g er0)) +("niggers" nil (n ih1 g er0 z)) +("nigh" nil (n ay1)) +("nighswonger" nil (n ay1 s w ao0 ng er0)) +("night" nil (n ay1 t)) +("nightclub" nil (n ay1 t k l ah1 b)) +("nightclubs" nil (n ay1 t k l ah1 b z)) +("nightengale" nil (n ay1 t ih0 ng g ax l)) +("nighters" nil (n ay1 t er0 z)) +("nightfall" nil (n ay1 t f ao1 l)) +("nighthawk" nil (n ay1 t hh ao1 k)) +("nightingale" nil (n ay1 t ih0 ng g ey0 l)) +("nightlife" nil (n ay1 t l ay1 f)) +("nightline" nil (n ay1 t l ay1 n)) +("nightlines" nil (n ay1 t l ay1 n z)) +("nightly" nil (n ay1 t l iy0)) +("nightmare" nil (n ay1 t m eh1 r)) +("nightmares" nil (n ay1 t m eh1 r z)) +("nightmarish" nil (n ay1 t m eh1 r ih0 sh)) +("nights" nil (n ay1 t s)) +("nightshade" nil (n ay1 ch ey1 d)) +("nightshirt" nil (n ay1 ch er1 t)) +("nightstage" nil (n ay1 t s t ey1 jh)) +("nighttime" nil (n ay1 t t ay1 m)) +("nighttimes" nil (n ay1 t t ay1 m z)) +("nigrelli" nil (n iy0 g r eh1 l iy0)) +("nigris" nil (n ih1 g r ih0 s)) +("nigro" nil (n ih1 g r ow0)) +("niguel" nil (n ih0 g eh1 l)) +("nihart" nil (n ih1 hh aa0 r t)) +("nihei" nil (n ih0 hh ey1)) +("nihilism" nil (n ay1 ax l ih1 z ax m)) +("nihilists" nil (n ay1 ax l ax s t s)) +("nihiser" nil (n ih1 hh ay0 z er0)) +("nihon" nil (n ih1 hh aa0 n)) +("niihau" nil (n iy1 hh aw0)) +("nik" nil (n ih1 k)) +("nike" nil (n ay1 k iy0)) +("nikes" nil (n ay1 k s)) +("nikita" nil (n ih1 k iy1 t ax)) +("nikkei" nil (n ih0 k ey1)) +("nikkel" nil (n ih1 k ax l)) +("nikkhah" nil (n ih1 k hh aa0)) +("nikki" nil (n ih1 k iy0)) +("nikko" nil (n iy1 k ow0)) +("nikolai" nil (n ih1 k ow0 l ay1)) +("nikolaus" nil (n ih1 k ax l aw0 z)) +("nikolic" nil (n ih0 k aa1 l ih0 k)) +("nikolich" nil (n ih0 k aa1 l ih0 hh)) +("nikon" nil (n ay1 k aa1 n)) +("nil" nil (n ih1 l)) +("nila" nil (n iy1 l ax)) +("nilan" nil (n iy0 l aa1 n)) +("niland" nil (n ay1 l ax n d)) +("nile" nil (n ay1 l)) +("niles" nil (n ay1 l z)) +("nilges" nil (n ih1 l jh ih0 z)) +("nill" nil (n ih1 l)) +("nilles" nil (n ay1 l z)) +("nilly" nil (n ih1 l iy0)) +("nils" nil (n ih1 l z)) +("nilsen" nil (n ih1 l s ax n)) +("nilson" nil (n ih1 l s ax n)) +("nilsson" nil (n ih1 l s ax n)) +("nimble" nil (n ih1 m b ax l)) +("nimbly" nil (n ih1 m b l iy0)) +("nimbus" nil (n ih1 m b ax s)) +("nimby" nil (n ih1 m b iy0)) +("nimitz" nil (n ih1 m ih0 t s)) +("nimmer" nil (n ih1 m er0)) +("nimmo" nil (n ih1 m ow0)) +("nimmons" nil (n ih1 m ax n z)) +("nimrod" nil (n ih1 m r aa0 d)) +("nimrodi" nil (n ih0 m r ow1 d iy0)) +("nims" nil (n ih1 m z)) +("nimtz" nil (n ih1 m t s)) +("nina" nil (n ay1 n ax)) +("ninagawa" nil (n iy1 n aa0 g aa1 w ax)) +("nincompoop" nil (n ih1 ng k ax m p uw1 p)) +("nincompoops" nil (n ih1 ng k ax m p uw1 p s)) +("nine" nil (n ay1 n)) +("ninefold" nil (n ih1 n f ow1 l d)) +("niner" nil (n ay1 n er0)) +("niners" nil (n ay1 n er0 z)) +("nines" nil (n ay1 n z)) +("nineteen" nil (n ay1 n t iy1 n)) +("nineteenth" nil (n ay1 n t iy1 n th)) +("nineties" nil (n ay1 n t iy0 z)) +("ninetieth" nil (n ay1 n t iy0 ih0 th)) +("ninette" nil (n ih0 n eh1 t)) +("ninety" nil (n ay1 n t iy0)) +("nineveh" nil (n ih1 n ax v ax)) +("ning" nil (n ih1 ng)) +("ninja" nil (n ih1 n jh ax)) +("ninneman" nil (n ih1 n m ax n)) +("nino" nil (n iy1 n ow0)) +("ninon" nil (n ih1 n ax n)) +("nintendo" nil (n ih0 n t eh1 n d ow0)) +("ninth" nil (n ay1 n th)) +("ninths" nil (n ay1 n th s)) +("niobite" nil (n ay1 ow0 b ay1 t)) +("niobium" nil (n ay1 ow1 b iy0 ax m)) +("nip" nil (n ih1 p)) +("nipon" nil (n ih1 p aa1 n)) +("nipp" nil (n ih1 p)) +("nipped" nil (n ih1 p t)) +("nipper" nil (n ih1 p er0)) +("nippert" nil (n ih1 p er0 t)) +("nipping" nil (n ih1 p ih0 ng)) +("nipple" nil (n ih1 p ax l)) +("nippon" nil (n ih1 p aa1 n)) +("nippondenso" nil (n ih1 p aa1 n d eh1 n s ow0)) +("nippy" nil (n ih1 p iy0)) +("nipsco" nil (n ih1 p s k ow0)) +("niquette" nil (n ih0 k eh1 t)) +("nir" nil (n ih1 r)) +("nirenberg" nil (n ay1 r ax n b er0 g)) +("niro" nil (n ih1 r ow0)) +("nirvana" nil (n ih0 r v aa1 n ax)) +("nisbet" nil (n ih1 z b ax t)) +("nisbett" nil (n ih1 s b ih0 t)) +("nisei" nil (n ih0 s ey1)) +("nishi" nil (n iy1 sh iy0)) +("nishida" nil (n iy0 sh iy1 d ax)) +("nishikawa" nil (n iy0 sh iy0 k aa1 w ax)) +("nishimo" nil (n ih0 sh iy1 m ow0)) +("nishimoto" nil (n iy0 sh iy0 m ow1 t ow0)) +("nishimura" nil (n iy0 sh iy0 m uh1 r ax)) +("nishioka" nil (n iy1 sh iy0 ow1 k ax)) +("nishiyama" nil (n iy0 sh iy0 y aa1 m ax)) +("nishizawa" nil (n iy1 sh ih0 z aa1 w ax)) +("niskanen" nil (n ih1 s k ax n ax n)) +("nisley" nil (n ih1 z l iy0)) +("nissa" nil (n ih1 s ax)) +("nissan" nil (n iy1 s aa0 n)) +("nissans" nil (n iy1 s aa0 n z)) +("nissei" nil (n ih0 s ey1)) +("nissen" nil (n ih1 s ax n)) +("nissenbaum" nil (n ih1 s ax n b aw1 m)) +("nisshin" nil (n ih1 sh ih0 n)) +("nissho" nil (n ih1 sh ow0)) +("nissim" nil (n ih1 s ih0 m)) +("nissin" nil (n ih1 s ih0 n)) +("nissley" nil (n ih1 s l iy0)) +("nist" nil (n ih1 s t)) +("nistler" nil (n ih1 s t l er0)) +("niswander" nil (n ih1 s w ao0 n d er0)) +("niswonger" nil (n ih1 s w ao0 ng er0)) +("nit" nil (n ih1 t)) +("nita" nil (n iy1 t ax)) +("nite" nil (n ay1 t)) +("nithuekan" nil (n ih1 th w ax k aa1 n)) +("nitka" nil (n ih1 t k ax)) +("nitpicking" nil (n ih1 t p ih1 k ih0 ng)) +("nitrate" nil (n ay1 t r ey1 t)) +("nitrating" nil (n ay1 t r ey1 t ih0 ng)) +("nitration" nil (n ay0 t r ey1 sh ax n)) +("nitric" nil (n ay1 t r ih0 k)) +("nitride" nil (n ay1 t r ay0 d)) +("nitriles" nil (n ay1 t r ax l z)) +("nitro" nil (n ih1 t r ow0)) +("nitrocellulose" nil (n ay1 t r ow0 s eh1 l y ax l ow1 s)) +("nitrogen" nil (n ay1 t r ax jh ax n)) +("nitrogenous" nil (n ay0 t r aa1 jh ax n ax s)) +("nitroglycerin" nil (n ay1 t r ax g l ih1 s er0 ax n)) +("nitrosamines" nil (n ih0 t r aa1 s ax m iy1 n eh0 z)) +("nitrous" nil (n ih1 t r ax s)) +("nitsch" nil (n ih1 ch)) +("nitsche" nil (n ih1 ch)) +("nitschke" nil (n ih1 ch k)) +("nitta" nil (n ih1 t ax)) +("nitto" nil (n ih1 t ow0)) +("nitty" nil (n ih1 t iy0)) +("nitz" nil (n ih1 t s)) +("nitza" nil (n ih1 t z ax)) +("nitzberg" nil (n ih1 t s b er0 g)) +("nitze" nil (n ih1 t s iy0)) +("nitzel" nil (n ih1 t z ax l)) +("nitzsche" nil (n ih1 t z sh)) +("niven" nil (n ay1 v ax n)) +("nivens" nil (n ay1 v ax n z)) +("niver" nil (n ay1 v er0)) +("nivison" nil (n ih1 v ih0 s ax n)) +("nix" nil (n ih1 k s)) +("nixdorf" nil (n ih1 k s d ao1 r f)) +("nixed" nil (n ih1 k s t)) +("nixes" nil (n ih1 k s ih0 z)) +("nixie" nil (n ih1 k s iy0)) +("nixon" nil (n ih1 k s ax n)) +("nizar" nil (n ay1 z aa0 r)) +("nizhny" nil (n ih1 zh n iy0)) +("niziolek" nil (n ih0 z iy0 ow1 l eh0 k)) +("niznik" nil (n ih1 z n ih0 k)) +("njt" nil (eh1 n jh ey1 t iy1)) +("no" nil (n ow1)) +("noa" nil (n ow1 ax)) +("noack" nil (n ow1 k)) +("noah" nil (n ow1 ax)) +("noakes" nil (n ow1 k s)) +("noam" nil (n ow1 m)) +("noami" nil (n ow1 m iy0)) +("nobbe" nil (n aa1 b)) +("nobec" nil (n ow0 b eh1 k)) +("nobel" nil (n ow0 b eh1 l)) +("nobelium" nil (n ow0 b eh1 l iy0 ax m)) +("nobile" nil (n aa1 b ax l)) +("nobility" nil (n ow0 b ih1 l ax t iy0)) +("nobis" nil (n ow1 b ih0 s)) +("noble" nil (n ow1 b ax l)) +("nobleman" nil (n ow1 b ax l m ax n)) +("nobles" nil (n ow1 b ax l z)) +("noblesse" nil (n ow0 b l eh1 s)) +("noblet" nil (n aa1 b l ax t)) +("noblett" nil (n aa1 b l ih0 t)) +("noblewoman" nil (n ow1 b ax l w uh1 m ax n)) +("noblin" nil (n aa1 b l ih0 n)) +("noblitt" nil (n aa1 b l ih0 t)) +("nobly" nil (n aa1 b l iy0)) +("nobodies" nil (n ow1 b aa1 d iy1 z)) +("nobody" nil (n ow1 b aa1 d iy1)) +("noboru" nil (n ow0 b ao1 r uw0)) +("nobrega" nil (n aa1 b r ih0 g ax)) +("nobriga" nil (n aa1 b r ih0 g ax)) +("nobuaki" nil (n ow1 b uw0 aa1 k iy0)) +("nobuo" nil (n ow0 b uw1 ow0)) +("nobuto" nil (n ow0 b uw1 t ow0)) +("nobuyuki" nil (n ow1 b uw0 y uw1 k iy0)) +("noce" nil (n ow1 s)) +("nocella" nil (n ow0 ch eh1 l ax)) +("nocera" nil (n ow0 ch eh1 r ax)) +("nock" nil (n aa1 k)) +("nocturnal" nil (n aa0 k t er1 n ax l)) +("nod" nil (n aa1 d)) +("noda" nil (n ow1 d ax)) +("nodded" nil (n aa1 d ax d)) +("nodding" nil (n aa1 d ih0 ng)) +("node" nil (n ow1 d)) +("nodes" nil (n ow1 d z)) +("nodine" nil (n ow0 d iy1 n iy0)) +("nods" nil (n aa1 d z)) +("nodular" nil (n aa1 jh ax l er0)) +("nodules" nil (n aa1 jh uw0 l z)) +("noe" nil (n ow1)) +("noecker" nil (n ow1 k er0)) +("noel" nil (n ow0 eh1 l)) +("noell" nil (n ow1 l)) +("noelle" nil (n ow0 eh1 l)) +("noes" nil (n ow1 z)) +("noeth" nil (n ow1 th)) +("noffke" nil (n aa1 f k)) +("noffsinger" nil (n aa1 f s ih0 n jh er0)) +("nofsinger" nil (n aa1 f s ih0 n jh er0)) +("noftsker" nil (n ao1 f t s k er0)) +("nofziger" nil (n ao1 f z ih0 g er0)) +("noga" nil (n ow1 g ax)) +("nogales" nil (n ow0 g aa1 l eh0 s)) +("nogawa" nil (n ow0 g aa1 w ax)) +("noggle" nil (n aa1 g ax l)) +("nogle" nil (n ow1 g ax l)) +("noguchi" nil (n ow0 g uw1 ch iy0)) +("nogueira" nil (n ow0 g eh1 r ax)) +("noguera" nil (n ow0 g eh1 r ax)) +("noh" nil (n ow1)) +("nohl" nil (n ow1 l)) +("nohr" nil (n ao1 r)) +("noir" nil (n oy1 r)) +("noirs" nil (n oy1 r z)) +("noise" nil (n oy1 z)) +("noises" nil (n oy1 z ih0 z)) +("noisier" nil (n oy1 z iy0 er0)) +("noisiest" nil (n oy1 z iy0 ax s t)) +("noisily" nil (n oy1 z ax l iy0)) +("noisy" nil (n oy1 z iy0)) +("nokes" nil (n ow1 k s)) +("nokia" nil (n ow1 k iy0 ax)) +("nokyo" nil (n ow1 k y ow0)) +("nola" nil (n ow1 l ax)) +("nolan" nil (n ow1 l ax n)) +("nolana" nil (n ow0 l ae1 n ax)) +("noland" nil (n ow1 l ax n d)) +("nolasco" nil (n ow0 l aa1 s k ow0)) +("nold" nil (n ow1 l d)) +("nolde" nil (n ow1 l d)) +("nolden" nil (n ow1 l d ax n)) +("nolder" nil (n ow1 l d er0)) +("nole" nil (n ow1 l)) +("nolen" nil (n aa1 l ax n)) +("noles" nil (n ow1 l z)) +("nolet" nil (n ow1 l ih0 t)) +("noleta" nil (n ow0 l eh1 t ax)) +("nolette" nil (n ow1 l eh1 t)) +("nolf" nil (n ow1 l f)) +("nolie" nil (n aa1 l iy0)) +("nolin" nil (n ow1 l ih0 n)) +("nolita" nil (n ow0 l iy1 t ax)) +("noll" nil (n ow1 l)) +("nolla" nil (n ow1 l ax)) +("nollan" nil (n aa1 l ax n)) +("noller" nil (n ow1 l er0)) +("nolley" nil (n aa1 l iy0)) +("nollie" nil (n ow1 l iy0)) +("nolt" nil (n ow1 l t)) +("nolte" nil (n ow1 l t)) +("nolting" nil (n ow1 l t ih0 ng)) +("nom" nil (n aa1 m)) +("nomad" nil (n ow1 m ae1 d)) +("nomadic" nil (n ow0 m ae1 d ih0 k)) +("nomads" nil (n ow1 m ae1 d z)) +("nome" nil (n ow1 m)) +("nomenclature" nil (n ow1 m ax n k l ey1 ch er0)) +("nomenklatura" nil (n ow0 m eh1 ng k l ax ch uh1 r ax)) +("nomi" nil (n ow1 m iy0)) +("nominal" nil (n aa1 m ax n ax l)) +("nominally" nil (n aa1 m ax n ax l iy0)) +("nominate" nil (n aa1 m ax n ax t)) +("nominated" nil (n aa1 m ax n ey1 t ax d)) +("nominates" nil (n aa1 m ax n ey1 t s)) +("nominating" nil (n aa1 m ax n ey1 t ih0 ng)) +("nomination" nil (n aa1 m ax n ey1 sh ax n)) +("nominations" nil (n aa1 m ax n ey1 sh ax n z)) +("nominee" nil (n aa1 m ax n iy1)) +("nominees" nil (n aa1 m ax n iy1 z)) +("nomura" nil (n ow0 m uh1 r ax)) +("non" nil (n aa1 n)) +("nona" nil (n aa1 n ax)) +("nonacademic" nil (n aa0 n ae1 k ax d eh1 m ih0 k)) +("nonaccrual" nil (n aa1 n ax k r uw1 ax l)) +("nonaccruing" nil (n aa1 n ax k r uw1 ih0 ng)) +("nonaggression" nil (n aa1 n ax g r eh1 sh ax n)) +("nonagricultural" nil (n aa1 n ae1 g r ih0 k ah1 l ch er0 ax l)) +("nonalcoholic" nil (n aa1 n ae1 l k ax hh aa1 l ih0 k)) +("nonaligned" nil (n aa1 n ax l ay1 n d)) +("nonautomotive" nil (n aa1 n ao1 t ow0 m ow1 t ih0 v)) +("nonbank" nil (n aa1 n b ae1 ng k)) +("nonbanking" nil (n aa1 n b ae1 ng k ih0 ng)) +("nonbelievers" nil (n aa1 n b ax l iy1 v er0 z)) +("nonbinding" nil (n aa1 n b ay1 n d ih0 ng)) +("nonbiting" nil (n aa0 n b ay1 t ih0 ng)) +("nonbuilding" nil (n aa1 n b ih1 l d ih0 ng)) +("nonbusiness" nil (n aa1 n b ih1 z n ax s)) +("noncallable" nil (n aa0 n k ao1 l ax b ax l)) +("noncash" nil (n aa1 n k ae1 sh)) +("nonchalance" nil (n aa1 n sh ax l aa1 n s)) +("nonchalant" nil (n aa1 n sh ax l aa1 n t)) +("nonchalantly" nil (n aa1 n sh ax l aa1 n t l iy0)) +("noncolor" nil (n aa0 n k ah1 l er0)) +("noncombatants" nil (n aa1 n k ax m b ae1 t ax n t s)) +("noncommercial" nil (n aa1 n k ax m er1 sh ax l)) +("noncommittal" nil (n aa1 n k ax m ih1 t ax l)) +("noncommunist" nil (n aa1 n k aa1 m y uw0 n ih0 s t)) +("noncompete" nil (n aa0 n k ax m p iy1 t)) +("noncompetitive" nil (n aa1 n k ax m p eh1 t ax t ih0 v)) +("noncompliance" nil (n aa1 n k ax m p l ay1 ax n s)) +("nonconformist" nil (n aa1 n k ax n f ao1 r m ih0 s t)) +("nonconformists" nil (n aa1 n k ax n f ao1 r m ax s t s)) +("nonconformity" nil (n aa1 n k ax n f ao1 r m ax t iy0)) +("noncontract" nil (n aa0 n k aa1 n t r ae1 k t)) +("noncontroversial" nil (n aa0 n k aa1 n t r ax v er1 sh ax l)) +("nonconvertible" nil (n aa0 n k ax n v er1 t ax b ax l)) +("noncore" nil (n aa1 n k ao1 r)) +("noncorporate" nil (n aa0 n k ao1 r p r ax t)) +("noncriminal" nil (n aa0 n k r ih1 m ih0 n ax l)) +("noncumulative" nil (n aa0 n k y uw1 m y ax l ax t ih0 v)) +("nondeductible" nil (n aa0 n d ih0 d ah1 k t ih0 b ax l)) +("nondefense" nil (n aa0 n d ih0 f eh1 n s)) +("nondescript" nil (n aa1 n d ih0 s k r ih1 p t)) +("nondirect" nil (n aa1 n d er0 eh1 k t)) +("nondiscrimination" nil (n aa0 n d ih1 s k r ih0 m ih0 n ey1 sh ax n)) +("nondiscriminatory" nil (n aa1 n d ih0 s k r ih1 m ax n ax t ao1 r iy0)) +("nondollar" nil (n aa1 n d aa1 l er0)) +("nondurable" nil (n aa0 n d uh1 r ax b ax l)) +("nondurables" nil (n aa0 n d uh1 r ax b ax l z)) +("none" nil (n ah1 n)) +("noneconomic" nil (n aa1 n eh1 k ax n aa1 m ih0 k)) +("nonelectrical" nil (n aa0 n ih0 l eh1 k t r ih0 k ax l)) +("nonemergency" nil (n aa1 n ih0 m er1 jh ax n s iy0)) +("nonentity" nil (n aa0 n eh1 n t ax t iy0)) +("nonessential" nil (n aa1 n ih0 s eh1 n ch ax l)) +("nonesuch" nil (n ah1 n s ah1 ch)) +("nonetheless" nil (n ah1 n dh ax l eh1 s)) +("nonevent" nil (n aa1 n ih0 v eh1 n t)) +("nonexclusive" nil (n aa1 n ih0 k s k l uw1 s ih0 v)) +("nonexecutive" nil (n aa1 n ih0 g z eh1 k y ax t ih0 v)) +("nonexistent" nil (n aa1 n ax g z ih1 s t ax n t)) +("nonfarm" nil (n aa1 n f aa1 r m)) +("nonfat" nil (n aa1 n f ae1 t)) +("nonfatal" nil (n aa1 n f ey1 t ax l)) +("nonferrous" nil (n aa0 n f eh1 r ax s)) +("nonfiction" nil (n aa0 n f ih1 k sh ax n)) +("nonfinancial" nil (n aa0 n f ax n ae1 n sh ax l)) +("nonfood" nil (n aa1 n f uw1 d)) +("nongovernment" nil (n aa0 n g ah1 v er0 n m ax n t)) +("nongovernmental" nil (n aa0 n g ah1 v er0 n m eh1 n t ax l)) +("nongreek" nil (n aa1 n g r iy1 k)) +("nonhuman" nil (n aa0 n hh y uw1 m ax n)) +("nonie" nil (n aa1 n iy0)) +("noninflationary" nil (n aa1 n ih0 n f l ey1 sh ax n eh1 r iy0)) +("noninterest" nil (n aa0 n ih1 n t r ax s t)) +("noninterference" nil (n aa1 n ih1 n t er0 f ih1 r ax n s)) +("nonintervention" nil (n aa1 n ih1 n t er0 v eh1 n ch ax n)) +("nonjets" nil (n aa1 n jh eh1 t s)) +("nonlethal" nil (n aa0 n l iy1 th ax l)) +("nonlinear" nil (n aa0 n l ih1 n iy1 er0)) +("nonliturgical" nil (n aa0 n l ax t er1 jh ih0 k ax l)) +("nonmanagement" nil (n aa0 n m ae1 n ih0 jh m ax n t)) +("nonmanufacturing" nil (n aa1 n m ae1 n y ax f ae1 k ch er0 ih0 ng)) +("nonmember" nil (n aa0 n m eh1 m b er0)) +("nonmembers" nil (n aa0 n m eh1 m b er0 z)) +("nonmilitary" nil (n aa0 n m ih1 l ax t eh1 r iy0)) +("nonnative" nil (n aa1 n ey1 t ih0 v)) +("nonnemacher" nil (n aa1 n ih0 m ax k er0)) +("nonnuclear" nil (n aa1 n uw1 k l iy1 er0)) +("nonoperating" nil (n aa1 n ao1 p er0 ey1 t ih0 ng)) +("nonpacifists" nil (n aa1 n p ae1 s ih0 f ih0 s t s)) +("nonpartisan" nil (n aa0 n p aa1 r t ax z ax n)) +("nonpaying" nil (n aa0 n p ey1 ih0 ng)) +("nonpayment" nil (n aa0 n p ey1 m ax n t)) +("nonperforming" nil (n aa0 n p er0 f ao1 r m ih0 ng)) +("nonplanar" nil (n aa0 n p l ey1 n er0)) +("nonplussed" nil (n aa0 n p l ah1 s t)) +("nonpoisonous" nil (n aa0 n p oy1 z ax n ax s)) +("nonpolitical" nil (n aa1 n p ax l ih1 t ih0 k ax l)) +("nonprescription" nil (n aa1 n p r ax s k r ih1 p sh ax n)) +("nonproductive" nil (n aa1 n p r ax d ah1 k t ih0 v)) +("nonprofessional" nil (n aa1 n p r ax f eh1 sh ax n ax l)) +("nonprofessionals" nil (n aa0 n p r ax f eh1 sh ax n ax l z)) +("nonprofit" nil (n aa0 n p r aa1 f ax t)) +("nonprofits" nil (n aa1 n p r aa1 f ih0 t s)) +("nonproliferation" nil (n aa0 n p r ax l ih1 f er0 ey1 sh ax n)) +("nonpublic" nil (n aa0 n p ah1 b l ih0 k)) +("nonqualified" nil (n aa0 n k w aa1 l ax f ay1 d)) +("nonracial" nil (n aa0 n r ey1 sh ax l)) +("nonrecurring" nil (n aa0 n r ih0 k er1 ih0 ng)) +("nonrefundable" nil (n aa0 n r ih0 f ah1 n d ax b ax l)) +("nonregulated" nil (n aa0 n r eh1 g y ax l ey1 t ih0 d)) +("nonreligious" nil (n aa1 n r ih0 l ih1 jh ax s)) +("nonrenewable" nil (n aa0 n r iy0 n uw1 ax b ax l)) +("nonresident" nil (n aa0 n r eh1 z ax d ax n t)) +("nonresidential" nil (n aa1 n r eh1 z ax d eh1 n sh ax l)) +("nonresidents" nil (n aa0 n r eh1 z ax d ax n t s)) +("nonroman" nil (n aa0 n r ow1 m ax n)) +("nonruling" nil (n aa0 n r uw1 l ih0 ng)) +("nonsectarian" nil (n aa1 n s eh0 k t eh1 r iy0 ax n)) +("nonsense" nil (n aa1 n s eh0 n s)) +("nonsensical" nil (n aa0 n s eh1 n s ih0 k ax l)) +("nonsmoker" nil (n aa0 n s m ow1 k er0)) +("nonsmokers" nil (n aa0 n s m ow1 k er0 z)) +("nonsmoking" nil (n aa1 n s m ow1 k ih0 ng)) +("nonspecific" nil (n aa1 n s p ax s ih1 f ih0 k)) +("nonsporting" nil (n aa0 n s p ao1 r t ih0 ng)) +("nonstandard" nil (n aa0 n s t ae1 n d er0 d)) +("nonstarter" nil (n aa0 n s t aa1 r t er0)) +("nonstick" nil (n aa0 n s t ih1 k)) +("nonstop" nil (n aa1 n s t aa1 p)) +("nonstops" nil (n aa1 n s t aa1 p s)) +("nonstrategic" nil (n aa0 n s t r ax t iy1 jh ih0 k)) +("nonsurgical" nil (n aa0 n s er1 jh ih0 k ax l)) +("nontaxable" nil (n aa0 n t ae1 k s ax b ax l)) +("nontechnical" nil (n aa0 n t eh1 k n ih0 k ax l)) +("nontoxic" nil (n aa0 n t aa1 k s ih0 k)) +("nontraditional" nil (n aa1 n t r ax d ih1 sh ax n ax l)) +("nontransferable" nil (n aa1 n t r ae1 n s f er1 ax b ax l)) +("nonunion" nil (n aa0 n y uw1 n y ax n)) +("nonunionized" nil (n aa0 n y uw1 n y ax n ay1 z d)) +("nonutility" nil (n aa1 n y uw0 t ih1 l ih0 t iy0)) +("nonviolence" nil (n aa0 n v ay1 ax l ax n s)) +("nonviolent" nil (n aa0 n v ay1 ax l ax n t)) +("nonvolatile" nil (n aa0 n v aa1 l ax t ax l)) +("nonvoting" nil (n aa0 n v ow1 t ih0 ng)) +("nonwhite" nil (n aa1 n w ay1 t)) +("nonwhites" nil (n aa1 n w ay1 t s)) +("nonwovens" nil (n aa1 n w ow1 v ax n z)) +("noodle" nil (n uw1 d ax l)) +("noodles" nil (n uw1 d ax l z)) +("nook" nil (n uh1 k)) +("nooks" nil (n uh1 k s)) +("noon" nil (n uw1 n)) +("noonan" nil (n uw1 n ax n)) +("noone" nil (n uw1 n)) +("nooney" nil (n uw1 n iy0)) +("noons" nil (n uw1 n z)) +("noontime" nil (n uw1 n t ay1 m)) +("noorda" nil (n uh1 r d ax)) +("noose" nil (n uw1 s)) +("nope" nil (n ow1 p)) +("nor" nil (n ao1 r)) +("nora" nil (n ao1 r ax)) +("norah" nil (n ao1 r ax)) +("noramco" nil (n ao0 r ae1 m k ow0)) +("noranda" nil (n ao0 r ae1 n d ax)) +("norbeck" nil (n ao1 r b eh0 k)) +("norberg" nil (n ao1 r b er0 g)) +("norbert" nil (n ao1 r b er0 t)) +("norberta" nil (n ao0 r b eh1 r t ax)) +("norberto" nil (n ao0 r b er1 t ow1)) +("norbury" nil (n ao1 r b eh0 r iy0)) +("norby" nil (n ao1 r b iy0)) +("norcen" nil (n ao1 r s ax n)) +("norcia" nil (n ao1 r ch ax)) +("norco" nil (n ao1 r k ow0)) +("norcross" nil (n ao1 r k r ao0 s)) +("nord" nil (n ao1 r d)) +("nordahl" nil (n ao1 r d aa0 l)) +("nordan" nil (n ao1 r d ax n)) +("nordbanken" nil (n ao1 r d b ae1 ng k ax n)) +("nordberg" nil (n ao1 r d b er0 g)) +("nordby" nil (n ao1 r d b iy0)) +("nordeen" nil (n er0 d iy1 n)) +("nordell" nil (n ao1 r d ax l)) +("norden" nil (n ao1 r d ax n)) +("norder" nil (n ao1 r d er0)) +("nordgren" nil (n ao1 r d g r eh0 n)) +("nordic" nil (n ao1 r d ih0 k)) +("nordica" nil (n ao1 r d ih0 k ax)) +("nordictrack" nil (n ao1 r d ih0 k t r ae1 k)) +("nordin" nil (n ao1 r d ih0 n)) +("nordine" nil (n ao0 r d iy1 n iy0)) +("nordio" nil (n ao1 r d iy0 ow0)) +("nordisk" nil (n ao1 r d ih1 s k)) +("nordling" nil (n ao1 r d ax l ih0 ng)) +("nordlund" nil (n ao1 r d l ax n d)) +("nordman" nil (n ao1 r d m ax n)) +("nordmann" nil (n ao1 r d m ax n)) +("nordmeyer" nil (n ao1 r d m ay0 er0)) +("nordquist" nil (n ao1 r d k w ih0 s t)) +("nordson" nil (n ao1 r d s ax n)) +("nordstrom" nil (n ao1 r d s t r ax m)) +("nordstroms" nil (n ao1 r d s t r ax m z)) +("nordyke" nil (n ao1 r d ay1 k)) +("noreco" nil (n ao0 r eh1 k ow0)) +("nored" nil (n ao1 r d)) +("noreen" nil (n er0 iy1 n)) +("noreiga" nil (n ao0 r ey1 g ax)) +("norelco" nil (n er0 eh1 l k ow0)) +("norell" nil (n ao1 r ax l)) +("norem" nil (n ao1 r ih0 m)) +("noren" nil (n ao1 r ax n)) +("norenberg" nil (n ao1 r ax n b er0 g)) +("norex" nil (n ao1 r ax k s)) +("norfleet" nil (n ao1 r f l iy1 t)) +("norfolk" nil (n ao1 r f ax k)) +("norgaard" nil (n ao1 r g aa0 r d)) +("norgard" nil (n ao1 r g er0 d)) +("norge" nil (n ao1 r jh)) +("norgren" nil (n ao1 r g r ax n)) +("noriega" nil (n ao1 r iy0 ey1 g ax)) +("noriegas" nil (n ao1 r iy0 ey1 g ax s)) +("norilsk" nil (n ao1 r ih1 l s k)) +("norimatsu" nil (n ao1 r iy0 m aa1 t s uw0)) +("norinchukin" nil (n ao1 r ih0 n ch uw1 k ih0 n)) +("nork" nil (n ao1 r k)) +("norkus" nil (n ao1 r k ih0 s)) +("norland" nil (n ao1 r l ax n d)) +("norlander" nil (n ao1 r l ax n d er0)) +("norlin" nil (n ao1 r l ih0 n)) +("norling" nil (n ao1 r l ih0 ng)) +("norm" nil (n ao1 r m)) +("norma" nil (n ao1 r m ax)) +("normal" nil (n ao1 r m ax l)) +("normalcy" nil (n ao1 r m ax l s iy0)) +("normality" nil (n ao1 r m ae1 l ax t iy0)) +("normalization" nil (n ao1 r m ax l ih0 z ey1 sh ax n)) +("normalize" nil (n ao1 r m ax l ay1 z)) +("normalized" nil (n ao1 r m ax l ay1 z d)) +("normalizing" nil (n ao1 r m ax l ay1 z ih0 ng)) +("normally" nil (n ao1 r m ax l iy0)) +("norman" nil (n ao1 r m ax n)) +("normand" nil (n ao1 r m ax n d)) +("normandin" nil (n ao1 r m ax n d ih0 n)) +("normandy" nil (n ao1 r m ax n d iy0)) +("normative" nil (n ao1 r m ax t ih0 v)) +("norment" nil (n ao1 r m ax n t)) +("normick" nil (n ao1 r m ih0 k)) +("normie" nil (n ao1 r m iy0)) +("normile" nil (n ao1 r m ay0 l)) +("normington" nil (n ao1 r m ih0 ng t ax n)) +("normoyle" nil (n ao1 r m oy0 l)) +("norms" nil (n ao1 r m z)) +("normy" nil (n ao1 r m iy0)) +("norna" nil (n ao1 r n ax)) +("norodom" nil (n ao1 r ow0 d ah1 m)) +("norplant" nil (n ao1 r p l ae1 n t)) +("norquist" nil (n ao1 r k w ih0 s t)) +("norred" nil (n ao1 r d)) +("norrell" nil (n ao1 r ax l)) +("norrie" nil (n ao1 r iy0)) +("norrington" nil (n ao1 r ih0 ng t ax n)) +("norris" nil (n ao1 r ih0 s)) +("norrod" nil (n ao1 r ax d)) +("norry" nil (n ao1 r iy0)) +("norse" nil (n ao1 r s)) +("norsemen" nil (n ao1 r s m ih0 n)) +("norsk" nil (n ao1 r s k)) +("norske" nil (n ao1 r s k iy0)) +("norstan" nil (n ao1 r s t ax n)) +("norstar" nil (n ao1 r s t aa1 r)) +("norstrom" nil (n ao1 r s t r ax m)) +("norsworthy" nil (n ao1 r s w er0 dh iy0)) +("norte" nil (n ao1 r t)) +("nortek" nil (n ao1 r t eh1 k)) +("nortel" nil (n ao1 r t eh0 l)) +("north" nil (n ao1 r th)) +("northam" nil (n ao1 r th ax m)) +("northampton" nil (n ao1 r th ae1 m p t ax n)) +("northbrook" nil (n ao1 r th b r uh1 k)) +("northcliff" nil (n ao1 r th k l ih0 f)) +("northcott" nil (n ao1 r th k ax t)) +("northcraft" nil (n ao1 r th k r ae1 f t)) +("northcutt" nil (n ao1 r th k ax t)) +("northeast" nil (n ao1 r th iy1 s t)) +("northeastern" nil (n ao1 r th iy1 s t er0 n)) +("northeasterners" nil (n ao0 r th iy1 s t er0 n er0 z)) +("northeastward" nil (n ao1 r th iy1 s t w er0 d)) +("norther" nil (n ao1 r dh er0)) +("northerly" nil (n ao1 r dh er0 l iy0)) +("northern" nil (n ao1 r dh er0 n)) +("northerner" nil (n ao1 r dh er0 n er0)) +("northerners" nil (n ao1 r dh er0 n er0 z)) +("northernmost" nil (n ao1 r dh er0 n m ow1 s t)) +("northey" nil (n ao1 r dh iy0)) +("northfield" nil (n ao1 r th f iy1 l d)) +("northgate" nil (n ao1 r th g ey1 t)) +("northington" nil (n ao1 r th ih0 ng t ax n)) +("northland" nil (n ao1 r th l ae1 n d)) +("northridge" nil (n ao1 r th r ih1 jh)) +("northrop" nil (n ao1 r th r ax p)) +("northrup" nil (n ao1 r th r ax p)) +("northstar" nil (n ao1 r th s t aa1 r)) +("northup" nil (n ao1 r th ah1 p)) +("northvale" nil (n ao1 r th v ey1 l)) +("northview" nil (n ao1 r th v y uw1)) +("northward" nil (n ao1 r th w er0 d)) +("northway" nil (n ao1 r th w ey1)) +("northwest" nil (n ao1 r th w eh1 s t)) +("northwestern" nil (n ao1 r th w eh1 s t er0 n)) +("northwood" nil (n ao1 r th w uh1 d)) +("norton" nil (n ao1 r t ax n)) +("norvel" nil (n ao1 r v ax l)) +("norvell" nil (n ao1 r v ax l)) +("norvil" nil (n ao1 r v ax l)) +("norville" nil (n ao1 r v ih0 l)) +("norvin" nil (n ao1 r v ih0 n)) +("norwalk" nil (n ao1 r w ao1 k)) +("norward" nil (n ao1 r w er0 d)) +("norway" nil (n ao1 r w ey1)) +("norweb" nil (n ao1 r w eh1 b)) +("norwegian" nil (n ao1 r w iy1 jh ax n)) +("norwegians" nil (n ao0 r w iy1 jh ax n z)) +("norwell" nil (n ao1 r w eh0 l)) +("norwest" nil (n ao1 r w eh1 s t)) +("norwich" nil (n ao1 r w ih0 ch)) +("norwin" nil (n ao1 r w ih0 n)) +("norwitz" nil (n ao1 r w ih0 t s)) +("norwood" nil (n ao1 r w uh0 d)) +("norwyn" nil (n ao1 r w ih0 n)) +("nosal" nil (n ow1 z ax l)) +("nose" nil (n ow1 z)) +("nosebleed" nil (n ow1 z b l iy1 d)) +("nosed" nil (n ow1 z d)) +("nosedive" nil (n ow1 z d ay1 v)) +("nosedived" nil (n ow1 z d ay1 v d)) +("nosek" nil (n ow1 s eh0 k)) +("noses" nil (n ow1 z ih0 z)) +("noseworthy" nil (n ow1 z w er1 dh iy0)) +("nosiness" nil (n ow1 z iy0 n ax s)) +("nosing" nil (n ow1 z ih0 ng)) +("noska" nil (n ow1 s k ax)) +("noss" nil (n ao1 s)) +("nostalgia" nil (n ao0 s t ae1 l jh ax)) +("nostalgic" nil (n ao0 s t ae1 l jh ih0 k)) +("nostra" nil (n ao1 s t r ax)) +("nostrand" nil (n aa1 s t r ax n d)) +("nostrils" nil (n aa1 s t r ax l z)) +("nostrums" nil (n aa1 s t r ax m z)) +("not" nil (n aa1 t)) +("notable" nil (n ow1 t ax b ax l)) +("notables" nil (n ow1 t ax b ax l z)) +("notably" nil (n ow1 t ax b l iy0)) +("notarianni" nil (n ow0 t aa0 r iy0 aa1 n iy0)) +("notaro" nil (n ow0 t aa1 r ow0)) +("notary" nil (n ow1 t er0 iy0)) +("notation" nil (n ow0 t ey1 sh ax n)) +("notations" nil (n ow0 t ey1 sh ax n z)) +("notch" nil (n aa1 ch)) +("notched" nil (n aa1 ch t)) +("notches" nil (n aa1 ch ax z)) +("note" nil (n ow1 t)) +("notebaert" nil (n ow1 t ax b eh1 r t)) +("notebook" nil (n ow1 t b uh1 k)) +("notebooks" nil (n ow1 t b uh1 k s)) +("noteboom" nil (n aa1 t ih0 b uw0 m)) +("noted" nil (n ow1 t ax d)) +("noteholders" nil (n ow1 t hh ow1 l d er0 z)) +("notes" nil (n ow1 t s)) +("notestine" nil (n ow0 t eh0 s t iy1 n iy0)) +("noteware" nil (n ow1 t w eh1 r)) +("noteworthy" nil (n ow1 t w er1 dh iy0)) +("noth" nil (n aa1 th)) +("nothdurft" nil (n aa1 th d er0 f t)) +("nothin" nil (n aa1 th ih0 n)) +("nothing" nil (n ah1 th ih0 ng)) +("nothingness" nil (n ah1 th ih0 ng n ax s)) +("nothings" nil (n ah1 th ih0 ng z)) +("nothnagel" nil (n aa1 th n ax g ax l)) +("nothstein" nil (n aa1 th s t iy1 n)) +("notice" nil (n ow1 t ax s)) +("noticeable" nil (n ow1 t ax s ax b ax l)) +("noticeably" nil (n ow1 t ih0 s ax b l iy0)) +("noticed" nil (n ow1 t ax s t)) +("notices" nil (n ow1 t ax s ax z)) +("noticing" nil (n ow1 t ih0 s ih0 ng)) +("notification" nil (n ow1 t ax f ax k ey1 sh ax n)) +("notifications" nil (n ow1 t ax f ax k ey1 sh ax n z)) +("notified" nil (n ow1 t ax f ay1 d)) +("notifies" nil (n ow1 t ax f ay1 z)) +("notify" nil (n ow1 t ax f ay1)) +("notifying" nil (n ow1 t ax f ay1 ih0 ng)) +("noting" nil (n ow1 t ih0 ng)) +("notion" nil (n ow1 sh ax n)) +("notions" nil (n ow1 sh ax n z)) +("notis" nil (n ow1 t ih0 s)) +("noto" nil (n ow1 t ow0)) +("notochord" nil (n ow1 t ax k ao1 r d)) +("notoriety" nil (n ow1 t er0 ay1 ax t iy0)) +("notorious" nil (n ow0 t ao1 r iy0 ax s)) +("notoriously" nil (n ow0 t ao1 r iy0 ax s l iy0)) +("notre" nil (n ow1 t r ax)) +("nots" nil (n aa1 t s)) +("nott" nil (n aa1 t)) +("nottage" nil (n aa1 t ih0 jh)) +("notte" nil (n aa1 t)) +("notter" nil (n aa1 t er0)) +("nottingham" nil (n aa1 t ih0 ng hh ae1 m)) +("notwithstanding" nil (n aa1 t w ih0 th s t ae1 n d ih0 ng)) +("notz" nil (n aa1 t s)) +("noun" nil (n aw1 n)) +("nourish" nil (n er1 ih0 sh)) +("nourished" nil (n er1 ih0 sh t)) +("nourishing" nil (n er1 ih0 sh ih0 ng)) +("nourishment" nil (n er1 ih0 sh m ax n t)) +("nourse" nil (n ao1 r s)) +("nouveau" nil (n uw1 v ow1)) +("nouvel" nil (n uw1 v ax l)) +("nouvelle" nil (n uw1 v eh1 l)) +("nov" nil (n ow0 v eh1 m b er0)) +("nova" nil (n ow1 v ax)) +("novacare" nil (n ow1 v ax k eh1 r)) +("novacek" nil (n aa1 v ax ch eh0 k)) +("novack" nil (n aa1 v ax k)) +("novacor" nil (n ow1 v ax k ao1 r)) +("novak" nil (n ow1 v ae0 k)) +("novakovich" nil (n ax v aa1 k ax v ih0 ch)) +("novakowski" nil (n ax v ax k ao1 f s k iy0)) +("novametrix" nil (n ow0 v ae1 m ax t r ih0 k s)) +("novas" nil (n ow1 v ax z)) +("novato" nil (n ow0 v aa1 t ow0)) +("novel" nil (n aa1 v ax l)) +("novelist" nil (n aa1 v ax l ax s t)) +("novelistic" nil (n aa1 v ax l ih1 s t ih0 k)) +("novelists" nil (n aa1 v ax l ax s t s)) +("novell" nil (n ow0 v eh1 l)) +("novella" nil (n ow0 v eh1 l ax)) +("novelli" nil (n ow0 v eh1 l iy0)) +("novello" nil (n ow0 v eh1 l ow0)) +("novellus" nil (n ow0 v eh1 l ax s)) +("novelly" nil (n ow1 v ax l iy0)) +("novels" nil (n aa1 v ax l z)) +("novelties" nil (n aa1 v ax l t iy0 z)) +("novelty" nil (n aa1 v ax l t iy0)) +("november" nil (n ow0 v eh1 m b er0)) +("noverco" nil (n ow0 v er1 k ow0)) +("novey" nil (n ow1 v iy0)) +("novgorod" nil (n aa1 v g er0 aa1 d)) +("novia" nil (n ow1 v iy0 ax)) +("novice" nil (n aa1 v ax s)) +("novices" nil (n aa1 v ax s ih0 z)) +("novick" nil (n ow1 v ih0 k)) +("novicki" nil (n ax v ih1 t s k iy0)) +("novinger" nil (n ow1 v ih0 ng er0)) +("novitski" nil (n ax v ih1 t s k iy0)) +("novitsky" nil (n ax v ih1 t s k iy0)) +("novo" nil (n ow1 v ow0)) +("novoa" nil (n ow0 v ow1 ax)) +("novopharm" nil (n ow1 v ow0 f aa1 r m)) +("novosad" nil (n aa1 v ax s ae0 d)) +("novosel" nil (n aa1 v ax s eh0 l)) +("novosibirsk" nil (n ow0 v ax s ih0 b er1 s k)) +("novosti" nil (n ow0 v ao1 s t iy0)) +("novotney" nil (n aa1 v ax t n iy0)) +("novotny" nil (n ax v ow1 t n iy0)) +("novum" nil (n ow1 v ax m)) +("novy" nil (n ow1 v iy0)) +("now" nil (n aw1)) +("nowa" nil (n aw1 ax)) +("nowack" nil (n aw1 ax k)) +("nowacki" nil (n aw0 aa1 t s k iy0)) +("nowaczyk" nil (n aw1 ax ch ih1 k)) +("nowadays" nil (n aw1 ax d ey1 z)) +("nowak" nil (n ow1 v ae0 k)) +("nowakowski" nil (n aw0 ax k ao1 f s k iy0)) +("nowell" nil (n ow1 ax l)) +("nowels" nil (n aw1 ax l z)) +("nowhere" nil (n ow1 w eh1 r)) +("nowicki" nil (n aw0 ih1 t s k iy0)) +("nowinski" nil (n aw0 ih1 n s k iy0)) +("nowlan" nil (n aw1 l ax n)) +("nowland" nil (n aw1 l ax n d)) +("nowlin" nil (n aw1 l ih0 n)) +("nowling" nil (n aw1 l ih0 ng)) +("nowotny" nil (n aw0 ow1 t n iy0)) +("noxell" nil (n aa0 k s eh1 l)) +("noxema" nil (n aa1 k s m aa0)) +("noxious" nil (n aa1 k sh ax s)) +("noxon" nil (n aa1 k s ax n)) +("noxso" nil (n aa1 k s ow0)) +("noyce" nil (n oy1 s)) +("noyd" nil (n oy1 d)) +("noyes" nil (n oy1 z)) +("noyola" nil (n oy1 ow1 l ax)) +("nozzle" nil (n aa1 z ax l)) +("nozzles" nil (n aa1 z ax l z)) +("nu" nil (n uw1)) +("nuala" nil (n uw0 aa1 l ax)) +("nuance" nil (n uw1 aa0 n s)) +("nuanced" nil (n uw1 aa0 n s t)) +("nuances" nil (n uw1 aa0 n s ih0 z)) +("nub" nil (n ah1 b)) +("nuber" nil (n uw1 b er0)) +("nubian" nil (n y uw1 b iy0 ax n)) +("nucci" nil (n uw1 ch iy0)) +("nuccio" nil (n uw1 ch iy0 ow0)) +("nuckles" nil (n ah1 k ax l z)) +("nuckolls" nil (n ah1 k ax l z)) +("nuckols" nil (n ah1 k ax l z)) +("nuclear" nil (n uw1 k l iy0 er0)) +("nucleation" nil (n uw1 k l iy0 ey1 sh ax n)) +("nuclei" nil (n uw1 k l iy0 ay1)) +("nucleic" nil (n uw0 k l ey1 ih0 k)) +("nucleonics" nil (n ah1 k l iy0 aa1 n ih0 k s)) +("nucleotide" nil (n uw1 k l iy0 ax t ay1 d)) +("nucleus" nil (n uw1 k l iy0 ax s)) +("nucor" nil (n uw1 k ao1 r)) +("nucorp" nil (n uw1 k ao1 r p)) +("nudd" nil (n ah1 d)) +("nude" nil (n uw1 d)) +("nudelman" nil (n ah1 d ax l m ax n)) +("nudes" nil (n uw1 d z)) +("nudge" nil (n ah1 jh)) +("nudged" nil (n ah1 jh d)) +("nudges" nil (n ah1 jh ih0 z)) +("nudging" nil (n ah1 jh ih0 ng)) +("nudist" nil (n uw1 d ih0 s t)) +("nudity" nil (n uw1 d ih0 t iy0)) +("nudo" nil (n uw1 d ow0)) +("nuevo" nil (n w ey1 v ow0)) +("nuexco" nil (n w ey1 k s k ow0)) +("nufer" nil (n uw1 f er0)) +("nuffer" nil (n ah1 f er0)) +("nugan" nil (n uw1 g ax n)) +("nugent" nil (n uw1 jh ax n t)) +("nugget" nil (n ah1 g ih0 t)) +("nuggets" nil (n ah1 g ax t s)) +("nuhfer" nil (n uw1 f er0)) +("nuhn" nil (n ah1 n)) +("nuisance" nil (n uw1 s ax n s)) +("nujoma" nil (n uw0 jh ow1 m ax)) +("nuke" nil (n uw1 k)) +("nukem" nil (n uw1 k ax m)) +("nukes" nil (n uw1 k s)) +("null" nil (n ah1 l)) +("nullified" nil (n ah1 l ax f ay1 d)) +("nullifies" nil (n ah1 l ax f ay1 z)) +("nullify" nil (n ah1 l ax f ay1)) +("nullifying" nil (n ah1 l ax f ay1 ih0 ng)) +("nulph" nil (n ah1 l f)) +("nulton" nil (n ah1 l t ax n)) +("nulty" nil (n ah1 l t iy0)) +("numac" nil (n uw1 m ae0 k)) +("numb" nil (n ah1 m)) +("numbed" nil (n ah1 m d)) +("number" nil (n ah1 m b er0)) +("numbered" nil (n ah1 m b er0 d)) +("numbering" nil (n ah1 m b er0 ih0 ng)) +("numbers" nil (n ah1 m b er0 z)) +("numbing" nil (n ah1 m ih0 ng)) +("numbingly" nil (n ah1 m ih0 ng l iy0)) +("numbness" nil (n ah1 m n ax s)) +("numed" nil (n uw0 m eh1 d)) +("numeiri" nil (n uw0 m ey1 r iy0)) +("numerals" nil (n uw1 m er0 ax l z)) +("numerica" nil (n uw0 m eh1 r ih0 k ax)) +("numerical" nil (n uw0 m eh1 r ax k ax l)) +("numerically" nil (n uw0 m eh1 r ih0 k l iy0)) +("numerous" nil (n uw1 m er0 ax s)) +("numidia" nil (n uw0 m ih1 d iy0 ax)) +("numismatic" nil (n uw1 m ih0 s m ae1 t ih0 k)) +("numismatics" nil (n uw1 m ih0 s m ae1 t ih0 k s)) +("numismatists" nil (n uw0 m ih1 s m ax t ih1 s t s)) +("nummi" nil (n uw1 m iy0)) +("nun" nil (n ah1 n)) +("nunamaker" nil (n uw0 n aa1 m ey0 k er0)) +("nunan" nil (n uw1 n aa0 n)) +("nuncio" nil (n ah1 n s iy0 ow0)) +("nunemaker" nil (n uw1 n m ey1 k er0)) +("nunes" nil (n uw1 n z)) +("nunez" nil (n uw1 n eh0 z)) +("nungesser" nil (n ah1 ng g ih0 s er0)) +("nunley" nil (n ah1 n l iy0)) +("nunn" nil (n ah1 n)) +("nunnally" nil (n ah1 n ax l iy0)) +("nunnelley" nil (n ah1 n ih0 l iy0)) +("nunnelly" nil (n ah1 n ax l iy0)) +("nunnery" nil (n ah1 n er0 iy0)) +("nuno" nil (n uw1 n ow0)) +("nuns" nil (n ah1 n z)) +("nunsense" nil (n ah1 n s eh1 n s)) +("nunziata" nil (n uw0 n z iy0 aa1 t ax)) +("nunziato" nil (n uw0 n z iy0 aa1 t ow0)) +("nunzio" nil (n ah1 n z iy0 ow0)) +("nuova" nil (n w ow1 v ax)) +("nuovo" nil (n w ow1 v ow0)) +("nupeng" nil (n y uw1 p eh0 ng)) +("nuptial" nil (n ah1 p ch ax l)) +("nuremberg" nil (n uh1 r ax m b er0 g)) +("nureyev" nil (n er0 ay1 ax v)) +("nurmi" nil (n uh1 r m iy0)) +("nurnberger" nil (n er1 n b er0 g er0)) +("nurock" nil (n uw1 r aa1 k)) +("nurre" nil (n er1)) +("nurse" nil (n er1 s)) +("nursed" nil (n er1 s t)) +("nurseries" nil (n er1 s er0 iy0 z)) +("nursery" nil (n er1 s er0 iy0)) +("nurseryman" nil (n er1 s er0 iy0 m ae1 n)) +("nurserymen" nil (n er1 s er0 iy0 m ax n)) +("nurses" nil (n er1 s ax z)) +("nursing" nil (n er1 s ih0 ng)) +("nurture" nil (n er1 ch er0)) +("nurtured" nil (n er1 ch er0 d)) +("nurturer" nil (n er1 t er0 er0)) +("nurtures" nil (n er1 ch er0 z)) +("nurturing" nil (n er1 ch er0 ih0 ng)) +("nusbaum" nil (n iy1 ih0 s b aw0 m)) +("nuss" nil (n ah1 s)) +("nussbaum" nil (n ah1 s b aw1 m)) +("nussbaumer" nil (n ah1 s b aw1 m er0)) +("nusser" nil (n ah1 s er0)) +("nussle" nil (n ah1 s ax l)) +("nusz" nil (n ah1 sh)) +("nut" nil (n ah1 t)) +("nutcracker" nil (n ah1 t k r ae1 k er0)) +("nute" nil (n y uw1 t)) +("nutlets" nil (n ah1 t l ax t s)) +("nutley" nil (n ah1 t l iy0)) +("nutmeg" nil (n ah1 t m eh1 g)) +("nutone" nil (n uw1 t ow1 n)) +("nutrasweet" nil (n uw1 t r ax s w iy1 t)) +("nutri" nil (n uw1 t r iy0)) +("nutriclean" nil (n uw1 t r ih0 k l iy1 n)) +("nutrient" nil (n uw1 t r iy0 ax n t)) +("nutrients" nil (n uw1 t r iy0 ax n t s)) +("nutrition" nil (n uw0 t r ih1 sh ax n)) +("nutritional" nil (n uw0 t r ih1 sh ax n ax l)) +("nutritionist" nil (n uw0 t r ih1 sh ax n ih0 s t)) +("nutritionists" nil (n uw0 t r ih1 sh ax n ih0 s t s)) +("nutritious" nil (n uw0 t r ih1 sh ax s)) +("nutritive" nil (n uw1 t r ax t ih0 v)) +("nuts" nil (n ah1 t s)) +("nutshell" nil (n ah1 ch eh1 l)) +("nutt" nil (n ah1 t)) +("nuttall" nil (n ah1 t ax l)) +("nutter" nil (n ah1 t er0)) +("nutting" nil (n ah1 t ih0 ng)) +("nuttle" nil (n ah1 t ax l)) +("nutty" nil (n ah1 t iy0)) +("nuveen" nil (n uw0 v iy1 n)) +("nuxoll" nil (n ah1 k s ax l)) +("nuys" nil (n ay1 z)) +("nuzum" nil (n uw1 z ax m)) +("nuzzi" nil (n uw1 t s iy0)) +("nuzzle" nil (n ah1 z ax l)) +("nuzzo" nil (n uw1 z ow0)) +("nvhomes" nil (eh1 n v iy1 hh ow1 m z)) +("nvryan" nil (eh0 n v r ay1 ax n)) +("nyack" nil (n ay1 ae1 k)) +("nyberg" nil (n ay1 b er0 g)) +("nyborg" nil (n ih1 b ao0 r g)) +("nyce" nil (n ay1 s)) +("nycor" nil (n ay1 k ao1 r)) +("nycum" nil (n ih1 k ax m)) +("nycz" nil (n ih1 ch)) +("nydam" nil (n ih1 d ax m)) +("nydegger" nil (n ih1 d ih0 g er0)) +("nydia" nil (n ih1 d iy0 ax)) +("nye" nil (n ay1)) +("nyenhuis" nil (n ay1 ax n hh uw1 s)) +("nyerere" nil (n ay1 er0 ih1 r)) +("nyers" nil (n ay1 r z)) +("nyet" nil (n y eh1 t)) +("nygaard" nil (n ih1 g aa0 r d)) +("nygard" nil (n ih1 g er0 d)) +("nygren" nil (n ih1 g r eh0 n)) +("nyholm" nil (n ih1 hh ow0 l m)) +("nyhus" nil (n ih1 hh ih0 s)) +("nyland" nil (n ih1 l ax n d)) +("nylander" nil (n ih1 l ax n d er0)) +("nylen" nil (n ih1 l ax n)) +("nylex" nil (n ay1 l ax k s)) +("nylon" nil (n ay1 l aa1 n)) +("nylons" nil (n ay1 l aa1 n z)) +("nylund" nil (n ih1 l ax n d)) +("nyman" nil (n ay1 m ax n)) +("nymex" nil (n ay1 m eh1 k s)) +("nymph" nil (n ih1 m f)) +("nymphomaniac" nil (n ih1 m f ax m ey1 n iy0 ae1 k)) +("nymphomaniacs" nil (n ih1 m f ax m ey1 n iy0 ae1 k s)) +("nymphs" nil (n ih1 m f s)) +("nynex" nil (n ay1 n eh1 k s)) +("nyquist" nil (n ih1 k w ih0 s t)) +("nyssa" nil (n ih1 s ax)) +("nystrom" nil (n ay1 s t r ax m)) +("nyx" nil (n ih1 k s)) +("o" nil (ow1)) +("oad" nil (ow1 ey1 d iy1)) +("oahu" nil (ow1 aa1 hh uw0)) +("oak" nil (ow1 k)) +("oakar" nil (ow1 k aa1 r)) +("oakbrook" nil (ow1 k b r uh1 k)) +("oakdale" nil (ow1 k d ey1 l)) +("oakes" nil (ow1 k s)) +("oakey" nil (ow1 k iy0)) +("oakite" nil (ow1 k ay1 t)) +("oakland" nil (ow1 k l ax n d)) +("oakleaf" nil (ow1 k l iy1 f)) +("oakley" nil (ow1 k l iy0)) +("oakman" nil (ow1 k m ax n)) +("oakmark" nil (ow1 k m aa1 r k)) +("oakmont" nil (ow1 k m aa1 n t)) +("oaks" nil (ow1 k s)) +("oakville" nil (ow1 k v ih1 l)) +("oakwood" nil (ow1 k w uh1 d)) +("oana" nil (ow1 n ax)) +("oanh" nil (ow1 n)) +("oar" nil (ao1 r)) +("oared" nil (ao1 r d)) +("oarlock" nil (ao1 r l aa1 k)) +("oars" nil (ao1 r z)) +("oarsman" nil (ao1 r z m ax n)) +("oas" nil (ow1 z)) +("oases" nil (ow0 ey1 s iy0 z)) +("oasis" nil (ow0 ey1 s ax s)) +("oat" nil (ow1 t)) +("oates" nil (ow1 t s)) +("oath" nil (ow1 th)) +("oathout" nil (ow1 th aw1 t)) +("oaths" nil (ow1 dh z)) +("oatis" nil (ow1 t ih0 s)) +("oatley" nil (ow1 t l iy0)) +("oatman" nil (ow1 t m ax n)) +("oatmeal" nil (ow1 t m iy1 l)) +("oats" nil (ow1 t s)) +("oaxaca" nil (ow1 k s ax k ax)) +("oba" nil (ow1 b ax)) +("obadiah" nil (ow1 b ax d ay1 ax)) +("obando" nil (ow0 b ae1 n d ow0)) +("obanion" nil (ow0 b aa0 n y ao1 n)) +("obannon" nil (aa1 b ax n aa0 n)) +("obar" nil (ax b aa1 r)) +("obara" nil (ow0 b aa1 r ax)) +("obarr" nil (ow0 b aa1 r)) +("obedience" nil (ow0 b iy1 d iy0 ax n s)) +("obedient" nil (ow0 b iy1 d iy0 ax n t)) +("obediently" nil (ow0 b iy1 d iy0 ax n t l iy0)) +("obeid" nil (ow0 b ay1 d)) +("obeirne" nil (aa1 b ay0 r n)) +("obelia" nil (ow0 b eh1 l iy0 ax)) +("obenchain" nil (aa1 b ih0 n k ay0 n)) +("obenshain" nil (aa1 b ih0 n sh ay0 n)) +("ober" nil (ow1 b er0)) +("oberbeck" nil (aa1 b er0 b eh0 k)) +("oberdorf" nil (aa1 b er0 d ao0 r f)) +("oberg" nil (ow1 b er0 g)) +("oberhaus" nil (aa1 b er0 hh aw0 s)) +("oberhausen" nil (ow1 b er0 hh aw1 z ax n)) +("oberhelman" nil (aa1 b er0 hh ax l m ax n)) +("oberholtzer" nil (aa1 b er0 hh ow0 l t z er0)) +("oberlander" nil (aa1 b er0 l ax n d er0)) +("oberle" nil (aa1 b er0 ax l)) +("oberlin" nil (ow1 b er0 l ih0 n)) +("oberly" nil (ow1 b er0 l iy0)) +("obermaier" nil (ow1 b er0 m ay1 r)) +("oberman" nil (aa1 b er0 m ax n)) +("obermeier" nil (aa1 b er0 m ay0 er0)) +("obermeyer" nil (aa1 b er0 m ay0 er0)) +("obermiller" nil (aa1 b er0 m ax l er0)) +("oberon" nil (ow1 b er0 aa1 n)) +("oberry" nil (ow1 b eh0 r iy0)) +("oberst" nil (aa1 b er0 s t)) +("oberstar" nil (ow1 b er0 s t aa1 r)) +("obert" nil (aa1 b er0 t)) +("oberweis" nil (ow1 b er0 w ay1 s)) +("obese" nil (ow0 b iy1 s)) +("obesity" nil (ow0 b iy1 s ax t iy0)) +("obey" nil (ow0 b ey1)) +("obeyed" nil (ow0 b ey1 d)) +("obeying" nil (ow0 b ey1 ih0 ng)) +("obeys" nil (ow0 b ey1 z)) +("obfuscate" nil (aa1 b f ax s k ey1 t)) +("obfuscation" nil (aa1 b f ax s k ey1 sh ax n)) +("obie" nil (ow1 b iy0)) +("obispo" nil (ow0 b ih1 s p ow0)) +("obit" nil (ow1 b ax t)) +("obits" nil (aa1 b ih0 t s)) +("obituaries" nil (ow0 b ih1 ch uw0 eh1 r iy0 z)) +("obituary" nil (ow0 b ih1 ch uw0 eh1 r iy0)) +("object" n (aa1 b jh eh0 k t)) +("object" v (ax b jh eh1 k t)) +("objected" nil (ax b jh eh1 k t ax d)) +("objecting" nil (ax b jh eh1 k t ih0 ng)) +("objection" nil (ax b jh eh1 k sh ax n)) +("objectionable" nil (ax b jh eh1 k sh ax n ax b ax l)) +("objections" nil (ax b jh eh1 k sh ax n z)) +("objective" nil (ax b jh eh1 k t ih0 v)) +("objectively" nil (aa0 b jh eh1 k t ih0 v l iy0)) +("objectives" nil (ax b jh eh1 k t ih0 v z)) +("objectivity" nil (aa1 b jh eh0 k t ih1 v ih0 t iy0)) +("objector" nil (ax b jh eh1 k t er0)) +("objectors" nil (ax b jh eh1 k t er0 z)) +("objects" n (aa1 b jh eh0 k t s)) +("objects" v (ax b jh eh1 k t s)) +("oblak" nil (aa1 b l ax k)) +("oblander" nil (aa1 b l ax n d er0)) +("oblast" nil (aa1 b l ae0 s t)) +("oblate" nil (aa0 b l ey1 t)) +("obligate" nil (aa1 b l ax g ey1 t)) +("obligated" nil (aa1 b l ax g ey1 t ih0 d)) +("obligates" nil (aa1 b l ax g ey1 t s)) +("obligation" nil (aa1 b l ax g ey1 sh ax n)) +("obligations" nil (aa1 b l ax g ey1 sh ax n z)) +("obligatory" nil (ax b l ih1 g ax t ao1 r iy0)) +("oblige" nil (ax b l ay1 jh)) +("obliged" nil (ax b l ay1 jh d)) +("obliges" nil (ax b l ay1 jh ih0 z)) +("obliging" nil (ax b l ay1 jh ih0 ng)) +("obligingly" nil (ax b l ay1 jh ih0 ng l iy0)) +("oblinger" nil (ow1 b ax l ih0 ng er0)) +("oblique" nil (ax b l iy1 k)) +("obliquely" nil (ow0 b l iy1 k l iy0)) +("obliterate" nil (ax b l ih1 t er0 ey1 t)) +("obliterated" nil (ax b l ih1 t er0 ey1 t ih0 d)) +("oblivion" nil (ax b l ih1 v iy0 ax n)) +("oblivious" nil (ax b l ih1 v iy0 ax s)) +("oblong" nil (aa1 b l ao0 ng)) +("obnoxious" nil (aa0 b n aa1 k sh ax s)) +("oboe" nil (ow1 b ow0)) +("oboist" nil (ow1 b ow0 ax s t)) +("obon" nil (ow1 b ax n)) +("oboyle" nil (aa1 b oy0 l)) +("obradovich" nil (ax b r aa1 d ax v ih0 ch)) +("obrecht" nil (aa1 b r ih0 k t)) +("obregon" nil (aa1 b r ih0 g ax n)) +("obremski" nil (ax b r eh1 m s k iy0)) +("obrenovich" nil (ax b r eh1 n ax v ih0 ch)) +("obrian" nil (aa1 b r iy0 ax n)) +("obriant" nil (ow0 b r iy1 ax n t)) +("obrien" nil (ow0 b r ay1 ax n)) +("obringer" nil (aa1 b r ih0 ng er0)) +("obrinsky" nil (ow0 b r ih1 n s k iy0)) +("obryan" nil (ow0 b r ay1 ax n)) +("obryant" nil (ow0 b r ay1 ax n t)) +("obscene" nil (aa0 b s iy1 n)) +("obscenely" nil (aa0 b s iy1 n ax l iy0)) +("obscenities" nil (aa0 b s eh1 n ih0 t iy0 z)) +("obscenity" nil (ax b s eh1 n ax t iy0)) +("obscure" nil (ax b s k y uh1 r)) +("obscured" nil (ax b s k y uh1 r d)) +("obscures" nil (ax b s k y uh1 r z)) +("obscuring" nil (ax b s k y uh1 r ih0 ng)) +("obscurity" nil (ax b s k y uh1 r ax t iy0)) +("obsequious" nil (ax b s iy1 k w iy0 ax s)) +("observable" nil (ax b z er1 v ax b ax l)) +("observance" nil (ax b z er1 v ax n s)) +("observances" nil (ax b z er1 v ax n s ih0 z)) +("observant" nil (ax b z er1 v ax n t)) +("observateur" nil (aa0 b z er1 v ax t uh1 r)) +("observation" nil (aa1 b z er0 v ey1 sh ax n)) +("observations" nil (aa1 b z er0 v ey1 sh ax n z)) +("observatories" nil (ax b z er1 v ax t ao1 r iy0 z)) +("observatory" nil (ax b z er1 v ax t ao1 r iy0)) +("observe" nil (ax b z er1 v)) +("observed" nil (ax b z er1 v d)) +("observer" nil (ax b z er1 v er0)) +("observers" nil (ax b z er1 v er0 z)) +("observes" nil (ax b z er1 v z)) +("observing" nil (ax b z er1 v ih0 ng)) +("obsessed" nil (ax b s eh1 s t)) +("obsession" nil (ax b s eh1 sh ax n)) +("obsessional" nil (ax b s eh1 sh ax n ax l)) +("obsessions" nil (ax b s eh1 sh ax n z)) +("obsessive" nil (ax b s eh1 s ih0 v)) +("obsessively" nil (aa0 b s eh1 s ih0 v l iy0)) +("obsidian" nil (ax b s ih1 d iy0 ax n)) +("obsolescence" nil (aa1 b s ax l eh1 s ax n s)) +("obsolescent" nil (aa1 b s ax l eh1 s ax n t)) +("obsolete" nil (aa1 b s ax l iy1 t)) +("obst" nil (aa1 b s t)) +("obstacle" nil (aa1 b s t ax k ax l)) +("obstacles" nil (aa1 b s t ax k ax l z)) +("obstetrician" nil (aa1 b s t ax t r ih1 sh ax n)) +("obstetricians" nil (aa1 b s t ax t r ih1 sh ax n z)) +("obstetrics" nil (ax b s t eh1 t r ih0 k s)) +("obstfeld" nil (aa1 b s t f eh1 l d)) +("obstinacy" nil (aa1 b s t ax n ax s iy0)) +("obstinate" nil (aa1 b s t ax n ax t)) +("obstruct" nil (ax b s t r ah1 k t)) +("obstructed" nil (ax b s t r ah1 k t ih0 d)) +("obstructing" nil (ax b s t r ah1 k t ih0 ng)) +("obstruction" nil (ax b s t r ah1 k sh ax n)) +("obstructionism" nil (ax b s t r ah1 k sh ax n ih1 z ax m)) +("obstructionist" nil (ax b s t r ah1 k sh ax n ax s t)) +("obstructionists" nil (ax b s t r ah1 k sh ax n ax s t s)) +("obstructive" nil (ax b s t r ah1 k t ih0 v)) +("obtain" nil (ax b t ey1 n)) +("obtainable" nil (ax b t ey1 n ax b ax l)) +("obtained" nil (ax b t ey1 n d)) +("obtaining" nil (ax b t ey1 n ih0 ng)) +("obtains" nil (ax b t ey1 n z)) +("obtrudes" nil (ax b t r uw1 d z)) +("obtrusive" nil (ax b t r uw1 s ih0 v)) +("obtuse" nil (aa0 b t uw1 s)) +("obuchowski" nil (ax b ax hh ao1 f s k iy0)) +("obverse" nil (ax b v er1 s)) +("obviate" nil (aa1 b v iy0 ey1 t)) +("obviating" nil (aa1 b v iy0 ey1 t ih0 ng)) +("obvious" nil (aa1 b v iy0 ax s)) +("obviously" nil (aa1 b v iy0 ax s l iy0)) +("obyrne" nil (aa1 b ay0 r n)) +("ocain" nil (ow0 k aa0 iy1 n)) +("ocala" nil (ow0 k ae1 l ax)) +("ocallaghan" nil (aa0 k ax l ae1 g hh ax n)) +("ocampo" nil (ow0 k ae1 m p ow0)) +("ocana" nil (ow0 k ae1 n ax)) +("ocanas" nil (ow0 k ae1 n ax z)) +("ocarroll" nil (ow0 k aa0 r ow1 l)) +("ocasio" nil (ow0 k aa1 s iy0 ow0)) +("ocaw" nil (ow0 k ao1)) +("occasion" nil (ax k ey1 zh ax n)) +("occasional" nil (ax k ey1 zh ax n ax l)) +("occasionally" nil (ax k ey1 zh ax n ax l iy0)) +("occasioned" nil (ax k ey1 zh ax n d)) +("occasions" nil (ax k ey1 zh ax n z)) +("occhino" nil (ow1 k iy1 n ow0)) +("occhipinti" nil (ow0 k iy0 p iy1 n t iy0)) +("occhoa" nil (ow1 ch ow1 ax)) +("occidental" nil (aa1 k s ax d eh1 n t ax l)) +("occidentale" nil (aa1 k s ih0 d eh1 n t ax l)) +("occipital" nil (aa0 k s ih1 p ax t ax l)) +("occlusion" nil (ax k l uw1 zh ax n)) +("occult" nil (ax k ah1 l t)) +("occupancy" nil (aa1 k y ax p ax n s iy0)) +("occupant" nil (aa1 k y ax p ax n t)) +("occupants" nil (aa1 k y ax p ax n t s)) +("occupation" nil (aa1 k y ax p ey1 sh ax n)) +("occupational" nil (aa0 k y ax p ey1 sh ax n ax l)) +("occupations" nil (aa1 k y ax p ey1 sh ax n z)) +("occupied" nil (aa1 k y ax p ay1 d)) +("occupies" nil (aa1 k y ax p ay1 z)) +("occupy" nil (aa1 k y ax p ay1)) +("occupying" nil (aa1 k y ax p ay1 ih0 ng)) +("occur" nil (ax k er1)) +("occured" nil (ax k er1 d)) +("occuring" nil (ax k er1 ih0 ng)) +("occurred" nil (ax k er1 d)) +("occurrence" nil (ax k er1 ax n s)) +("occurrences" nil (ax k er1 ax n s ih0 z)) +("occurring" nil (ax k er1 ih0 ng)) +("occurs" nil (ax k er1 z)) +("ocean" nil (ow1 sh ax n)) +("oceaneering" nil (ow1 sh ax n ih1 r ih0 ng)) +("oceanfront" nil (ow1 sh ax n f r ah1 n t)) +("oceangoing" nil (ow1 sh ax n g ow1 ih0 ng)) +("oceanic" nil (ow1 sh iy0 ae1 n ih0 k)) +("oceanographic" nil (ow1 sh ax n ax g r ae1 f ih0 k)) +("oceanography" nil (ow1 sh ax n aa1 g r ax f iy0)) +("oceans" nil (ow1 sh ax n z)) +("oceanside" nil (ow1 sh ax n s ay1 d)) +("oceanview" nil (ow1 sh ax n v uw1)) +("ocelot" nil (aa1 s ax l aa1 t)) +("och" nil (aa1 k)) +("ocheltree" nil (aa0 ch ih0 l t r iy1)) +("ochoa" nil (aa1 ch ow1 ax)) +("ochra" nil (aa1 k r ax)) +("ochre" nil (ow1 k er0)) +("ochs" nil (aa1 k s)) +("ochsenschlager" nil (aa1 k s ax n sh l aa1 g er0)) +("ochsner" nil (aa1 k s n er0)) +("ocilla" nil (ow0 s ih1 l ax)) +("ocker" nil (aa1 k er0)) +("ockerbloom" nil (aa1 k er0 b l uw0 m)) +("ockerman" nil (aa1 k er0 m ax n)) +("oclair" nil (aa1 k l er0)) +("ocon" nil (ax k aa1 n)) +("oconnell" nil (ow0 k aa1 n ax l)) +("oconner" nil (aa1 k ax n er0)) +("oconnor" nil (ow0 k aa1 n er0)) +("oct" nil (ao0 k t ow1 b er0)) +("octagon" nil (aa1 k t ax g aa1 n)) +("octagonal" nil (aa0 k t ae1 g ax n ax l)) +("octahedral" nil (aa1 k t ax hh iy1 d r ax l)) +("octane" nil (aa1 k t ey0 n)) +("octave" nil (aa1 k t ih0 v)) +("octaves" nil (aa1 k t ih0 v z)) +("octavia" nil (aa0 k t ey1 v iy0 ax)) +("octavio" nil (aa1 k t ey1 v iy0 ow0)) +("octavius" nil (aa0 k t ey1 v iy0 ax s)) +("octavus" nil (aa1 k t ax v uw0 s)) +("octel" nil (aa1 k t eh1 l)) +("octet" nil (aa0 k t eh1 t)) +("octillion" nil (aa0 k t ih1 l y ax n)) +("october" nil (aa0 k t ow1 b er0)) +("octogenarian" nil (aa1 k t ax jh ih0 n eh1 r iy0 ax n)) +("octopus" nil (aa1 k t ax p uh1 s)) +("oda" nil (ow1 d ax)) +("odaiko" nil (ow0 d ey1 k ow0)) +("odaniel" nil (aa1 d ax n iy0 l)) +("oday" nil (ow1 d ey0)) +("odd" nil (aa1 d)) +("oddball" nil (aa1 d b ao1 l)) +("oddballs" nil (aa1 d b ao1 l z)) +("odden" nil (aa1 d ax n)) +("odder" nil (aa1 d er0)) +("oddest" nil (aa1 d ax s t)) +("oddities" nil (aa1 d ax t iy0 z)) +("oddity" nil (aa1 d ax t iy0)) +("oddler" nil (aa1 d l er0)) +("oddly" nil (aa1 d l iy0)) +("odds" nil (aa1 d z)) +("oddsmakers" nil (aa1 d z m ey1 k er0 z)) +("oddy" nil (aa1 d iy0)) +("ode" nil (ow1 d)) +("odea" nil (aa1 d iy0 ax)) +("odegaard" nil (aa1 d ih0 g aa0 r d)) +("odegard" nil (aa1 d ih0 g er0 d)) +("odekirk" nil (aa1 d ih0 k er0 k)) +("odele" nil (ow0 d eh1 l iy0)) +("odelet" nil (aa1 d ih0 l ih0 t)) +("odelette" nil (aa1 d ih0 l eh0 t)) +("odelia" nil (ow0 d eh1 l iy0 ax)) +("odelinda" nil (ow0 d eh0 l iy1 n d ax)) +("odell" nil (ow0 d eh1 l)) +("odella" nil (ow0 d eh1 l ax)) +("odem" nil (ow1 d ih0 m)) +("oden" nil (ow1 d ax n)) +("odenthal" nil (aa1 d ih0 n th ax l)) +("odeon" nil (ow1 d iy0 ax n)) +("oder" nil (ow1 d er0)) +("odes" nil (ow1 d z)) +("odessa" nil (ow0 d eh1 s ax)) +("odetics" nil (ow0 d eh1 t ih0 k s)) +("odette" nil (ow1 d eh1 t)) +("odgers" nil (aa1 jh er0 z)) +("odier" nil (ow1 d iy0 er0)) +("odilia" nil (ow0 d iy1 l iy0 ax)) +("odin" nil (ow1 d ax n)) +("odiorne" nil (ow0 d iy0 ao1 r n iy0)) +("odious" nil (ow1 d iy0 ax s)) +("odland" nil (aa1 d l ax n d)) +("odle" nil (ow1 d ax l)) +("odneal" nil (aa1 d n ax l)) +("odoherty" nil (aa1 d ax hh er0 t iy0)) +("odolf" nil (aa1 d ow0 l f)) +("odom" nil (ow1 d ax m)) +("odometer" nil (ow1 d aa1 m ax t er0)) +("odometers" nil (ow1 d aa1 m ax t er0 z)) +("odoms" nil (ow1 d ax m z)) +("odonald" nil (aa1 d ax n ao0 l d)) +("odonnel" nil (aa1 d ax n eh0 l)) +("odonnell" nil (ow0 d aa1 n ax l)) +("odonoghue" nil (aa1 d ax n aa0 g hh uw0)) +("odonohue" nil (aa1 d ax n aa0 hh y uw0)) +("odonovan" nil (aa0 d ax n ow1 v ax n)) +("odor" nil (ow1 d er0)) +("odorant" nil (ow1 d er0 ax n t)) +("odorless" nil (ow1 d er0 l ax s)) +("odorous" nil (ow1 d er0 ax s)) +("odors" nil (ow1 d er0 z)) +("odowd" nil (aa1 d aw0 d)) +("odp" nil (ow1 d iy1 p iy1)) +("odriscoll" nil (aa1 d r ih0 s k aa0 l)) +("odum" nil (ow1 d ax m)) +("odwyer" nil (aa1 d w iy0 er0)) +("odysseus" nil (ow0 d ih1 s iy0 ax s)) +("odyssey" nil (aa1 d ax s iy0)) +("oedipal" nil (eh1 d ax p ax l)) +("oedipus" nil (ow0 d iy1 p ax s)) +("oehler" nil (ow1 l er0)) +("oehlert" nil (ow1 l er0 t)) +("oehlke" nil (ow1 l k)) +("oehme" nil (ow1 m)) +("oehmen" nil (ow1 m ax n)) +("oehmens" nil (ow1 m ax n z)) +("oehrlein" nil (ao1 r l ay0 n)) +("oeien" nil (ow1 iy0 ax n)) +("oelke" nil (ow1 l k)) +("oelkers" nil (ow1 l k er0 z)) +("oelman" nil (ow1 l m ax n)) +("oelrich" nil (ow1 l r ih0 k)) +("oelschlager" nil (ow1 l sh l ey0 g er0)) +("oerlikon" nil (ao1 r l ih0 k aa1 n)) +("oertel" nil (ao1 r t ax l)) +("oesch" nil (ow1 sh)) +("oeser" nil (ow1 z er0)) +("oest" nil (ow1 ih0 s t)) +("oesterle" nil (ow1 s t er0 ax l)) +("oesterling" nil (ow1 s t er0 l ih0 ng)) +("oesterreich" nil (ow1 s t er0 ay0 k)) +("oesterreichische" nil (ow1 s t er0 ay1 k ih0 sh iy0)) +("oestreich" nil (ow1 s t r ay1 k)) +("oestreicher" nil (ow1 s t r ay1 k er0)) +("oetken" nil (ow1 t k ax n)) +("oetting" nil (ow1 t ih0 ng)) +("oettinger" nil (ow1 t ih0 n jh er0)) +("oeuvre" nil (uw1 v r ax)) +("of" nil (ah1 v)) +("ofallon" nil (aa1 f ax l aa0 n)) +("ofarrell" nil (aa1 f er0 eh0 l)) +("ofc" nil (ow1 eh1 f s iy1)) +("ofelia" nil (ow0 f ey1 l iy0 ax)) +("ofer" nil (ow1 f er0)) +("off" nil (ao1 f)) +("offbeat" nil (ao1 f b iy1 t)) +("offen" nil (ao1 f ax n)) +("offend" nil (ax f eh1 n d)) +("offended" nil (ax f eh1 n d ax d)) +("offender" nil (ax f eh1 n d er0)) +("offenders" nil (ax f eh1 n d er0 z)) +("offending" nil (ax f eh1 n d ih0 ng)) +("offends" nil (ax f eh1 n d z)) +("offense" nil (ax f eh1 n s)) +("offenses" nil (ax f eh1 n s ih0 z)) +("offensive" nil (ax f eh1 n s ih0 v)) +("offensively" nil (ax f eh1 n s ih0 v l iy0)) +("offensives" nil (ax f eh1 n s ih0 v z)) +("offer" nil (ao1 f er0)) +("offerdahl" nil (aa1 f er0 d aa0 l)) +("offered" nil (ao1 f er0 d)) +("offerer" nil (ao1 f er0 er0)) +("offering" nil (ao1 f er0 ih0 ng)) +("offerings" nil (ao1 f er0 ih0 ng z)) +("offerman" nil (ao1 f er0 m ax n)) +("offermann" nil (ao1 f er0 m ax n)) +("offers" nil (ao1 f er0 z)) +("offhand" nil (ao1 f hh ae1 n d)) +("offical" nil (ax f ih0 sh ax l)) +("officals" nil (ao1 f ih0 k ax l z)) +("office" nil (ao1 f ax s)) +("officeholder" nil (ao1 f ax s hh ow1 l d er0)) +("officeholders" nil (ao1 f ax s hh ow1 l d er0 z)) +("officemax" nil (ao1 f ax s m ae1 k s)) +("officer" nil (ao1 f ax s er0)) +("officers" nil (ao1 f ax s er0 z)) +("offices" nil (ao1 f ax s ax z)) +("official" nil (ax f ih1 sh ax l)) +("officialdom" nil (ax f ih1 sh ax l d ax m)) +("officially" nil (ax f ih1 sh ax l iy0)) +("officials" nil (ax f ih1 sh ax l z)) +("officiate" nil (ax f ih1 sh iy0 ey1 t)) +("officiated" nil (ax f ih1 sh iy0 ey1 t ax d)) +("officiating" nil (ax f ih1 sh iy0 ey1 t ih0 ng)) +("officio" nil (ax f ih1 s iy0 ow0)) +("offield" nil (aa1 f iy1 l d)) +("offill" nil (ao1 f ih1 l)) +("offing" nil (ao1 f ih0 ng)) +("offner" nil (aa1 f n er0)) +("offord" nil (aa1 f er0 d)) +("offs" nil (ao1 f s)) +("offset" nil (ao0 f s eh1 t)) +("offsets" nil (ao1 f s eh1 t s)) +("offsetting" nil (ao0 f s eh1 t ih0 ng)) +("offshoot" nil (ao1 f sh uw1 t)) +("offshoots" nil (ao1 f sh uw1 t s)) +("offshore" nil (ao1 f sh ao1 r)) +("offspring" nil (ao1 f s p r ih1 ng)) +("offstage" nil (ao1 f s t ey1 jh)) +("offutt" nil (aa1 f ax t)) +("ofilia" nil (ow0 f iy1 l iy0 ax)) +("oflaherty" nil (aa1 f l ax hh er0 t iy0)) +("oflynn" nil (aa1 f l ih0 n)) +("oft" nil (ao1 f t)) +("oftedahl" nil (aa1 f t ih0 d aa0 l)) +("oftel" nil (aa1 f t eh1 l)) +("often" nil (ao1 f ax n)) +("oftener" nil (ao1 f ax n er0)) +("oftentimes" nil (ao1 f ax n t ay1 m z)) +("og" nil (aa1 g)) +("ogan" nil (ow1 g ax n)) +("ogara" nil (ow0 g aa1 r ax)) +("ogata" nil (ow0 g aa1 t ax)) +("ogawa" nil (ow0 g aa1 w ax)) +("ogborn" nil (aa1 g b er0 n)) +("ogburn" nil (aa1 g b er0 n)) +("ogden" nil (aa1 g d ax n)) +("ogg" nil (aa1 g)) +("ogier" nil (ow1 g iy0 er0)) +("ogilvie" nil (aa1 jh ih0 l v iy0)) +("ogilvy" nil (ow1 g ax l v iy0)) +("ogle" nil (ow1 g ax l)) +("oglebay" nil (ow1 g ax l b ey1)) +("ogled" nil (ow1 g ax l d)) +("ogles" nil (ow1 g ax l z)) +("oglesbee" nil (ow1 g ax l z b iy1)) +("oglesby" nil (aa1 g l ih0 s b iy0)) +("oglethorpe" nil (ow1 g ax l th ao1 r p)) +("ogletree" nil (ow1 g ax l t r iy1)) +("ognibene" nil (ow0 g n iy0 b eh1 n ax)) +("ogonyok" nil (ow0 g ow1 n y aa0 k)) +("ogorman" nil (aa1 g er0 m ax n)) +("ogrady" nil (ax g r aa1 d iy0)) +("ogre" nil (ow1 g er0)) +("ogren" nil (aa1 g r eh0 n)) +("ogress" nil (ow1 g r ax s)) +("oguin" nil (ow0 g uw1 iy0 n)) +("oguinn" nil (aa1 g ih0 n)) +("oh" nil (ow1)) +("ohagan" nil (ow0 hh aa1 g aa0 n)) +("ohair" nil (aa1 hh er0)) +("ohalloran" nil (aa0 hh ax l ao1 r ax n)) +("ohanesian" nil (aa0 hh ax n eh1 zh ih0 n)) +("ohanian" nil (ax hh ey1 n iy0 ax n)) +("ohanlon" nil (ax hh ae1 n l ax n)) +("ohare" nil (ow0 hh aa1 r ey0)) +("oharra" nil (aa1 hh er0 ax)) +("ohashi" nil (ow0 hh aa1 sh iy0)) +("ohaver" nil (aa1 hh ax v er0)) +("ohba" nil (ow1 b ax)) +("ohbayashi" nil (ow1 b aa0 y aa1 sh iy0)) +("ohearn" nil (aa1 hh er0 n)) +("ohern" nil (aa1 hh er0 n)) +("oherron" nil (aa1 hh er0 aa0 n)) +("ohio" nil (ow0 hh ay1 ow0)) +("ohioans" nil (ow1 hh ay1 ow1 ax n z)) +("ohkawara" nil (ow1 k aa1 w aa1 r ax)) +("ohl" nil (ow1 l)) +("ohland" nil (ow1 l ax n d)) +("ohlendorf" nil (ow1 l ih0 n d ao0 r f)) +("ohler" nil (ow1 l er0)) +("ohlin" nil (ow1 l ih0 n)) +("ohlinger" nil (ow1 l ih0 ng er0)) +("ohlman" nil (ow1 l m ax n)) +("ohlmann" nil (ow1 l m ax n)) +("ohlmeyer" nil (ow1 l m ay1 r)) +("ohlrich" nil (ow1 l r ih0 k)) +("ohlsen" nil (ow1 l s ax n)) +("ohlson" nil (ow1 l s ax n)) +("ohlsson" nil (ow1 l s ax n)) +("ohm" nil (ow1 m)) +("ohmae" nil (ow1 m ey1)) +("ohman" nil (ow1 m ax n)) +("ohmann" nil (ow1 m ax n)) +("ohmer" nil (ow1 m er0)) +("ohms" nil (ow1 m z)) +("ohmura" nil (ow0 m uw1 r ax)) +("ohnemus" nil (ow1 n ih0 m ih0 s)) +("ohnstad" nil (ow1 n s t ax d)) +("ohr" nil (ao1 r)) +("ohrt" nil (ao1 r t)) +("ohs" nil (ow1 z)) +("oi" nil (oy1)) +("oie" nil (oy1)) +("oien" nil (aa1 iy0 n)) +("oil" nil (oy1 l)) +("oiled" nil (oy1 l d)) +("oiler" nil (oy1 l er0)) +("oilers" nil (oy1 l er0 z)) +("oilfield" nil (oy1 l f iy1 l d)) +("oilfields" nil (oy1 l f iy1 l d z)) +("oiling" nil (oy1 l ih0 ng)) +("oilman" nil (oy1 l m ae1 n)) +("oilmen" nil (oy1 l m eh1 n)) +("oils" nil (oy1 l z)) +("oilseed" nil (oy1 l s iy1 d)) +("oilseeds" nil (oy1 l s iy1 d z)) +("oilwell" nil (oy1 l w eh1 l)) +("oily" nil (oy1 l iy0)) +("ointment" nil (oy1 n t m ax n t)) +("oishi" nil (ow0 iy1 sh iy0)) +("oja" nil (ow1 y ax)) +("ojala" nil (ow0 y aa1 l ax)) +("ojeda" nil (ow0 y ey1 d ax)) +("oji" nil (ow1 jh iy0)) +("ojibwa" nil (ow0 jh ih1 b w ax)) +("ok" nil (ow1 k ey1)) +("oka" nil (ow1 k ax)) +("okabe" nil (ow0 k aa1 b ey0)) +("okada" nil (ow0 k aa1 d ax)) +("okamoto" nil (ow1 k ax m ow1 t ow0)) +("okamura" nil (ow1 k ax m uh1 r ax)) +("okane" nil (ow0 k aa1 n ey0)) +("okano" nil (ow0 k aa1 n ow0)) +("okasaki" nil (ow1 k ax s aa1 k iy0)) +("okasan" nil (ow0 k ey1 z ax n)) +("okay" nil (ow1 k ey1)) +("okayed" nil (ow1 k ey1 ax d)) +("okays" nil (ow1 k ey1 z)) +("okazaki" nil (ow0 k aa0 z aa1 k iy0)) +("okeechobee" nil (ow0 k iy1 ch ow1 b iy0)) +("okeefe" nil (aa1 k iy0 f)) +("okeeffe" nil (aa1 k iy0 f)) +("okelley" nil (aa1 k ih0 l iy0)) +("okelly" nil (aa1 k ax l iy0)) +("oken" nil (ow0 k ey1 ax n)) +("okerlund" nil (aa1 k er0 l ax n d)) +("okeson" nil (aa1 k ih0 s ax n)) +("okey" nil (ow1 k iy0)) +("oki" nil (ow1 k iy0)) +("okie" nil (ow1 k iy0)) +("okimoto" nil (ow0 k iy0 m ow1 t ow0)) +("okin" nil (ow1 k ih0 n)) +("okinawa" nil (ow1 k ih1 n aa1 w ax)) +("okinawans" nil (ow1 k ih1 n aa1 w ax n z)) +("oklahoma" nil (ow1 k l ax hh ow1 m ax)) +("okon" nil (ow1 k ow0 n)) +("okoniewski" nil (ow0 k aa1 n iy0 eh1 f s k iy0)) +("okonski" nil (ax k aa1 n s k iy0)) +("okpo" nil (aa1 k p ow0)) +("okra" nil (ow1 k r ax)) +("okray" nil (aa1 k r ey0)) +("oksana" nil (aa1 k s ae1 n ax)) +("oksenberg" nil (aa1 k s ax n b er0 g)) +("okubo" nil (ow0 k uw1 b ow0)) +("okuda" nil (ow0 k uw1 d ax)) +("okuma" nil (ow0 k y uw1 m er0)) +("okumura" nil (ow0 k uw0 m uh1 r ax)) +("okun" nil (ow1 k uw0 n)) +("okuno" nil (ow0 k y uw1 n ow0)) +("okura" nil (ow0 k uw1 r ax)) +("okurowski" nil (ow0 k er0 ow1 s k iy0)) +("ola" nil (ow1 l ax)) +("olack" nil (ow1 l ae0 k)) +("olaf" nil (ow1 l aa0 f)) +("olafson" nil (aa1 l ax f s ax n)) +("olague" nil (ow1 l aa0 g)) +("olah" nil (ax l aa1)) +("olajuwon" nil (ax l ay1 jh uw0 aa1 n)) +("oland" nil (aa1 l ax n d)) +("olander" nil (aa1 l ax n d er0)) +("olano" nil (ax l aa1 n ow0)) +("olathe" nil (ow0 l ae1 th iy0)) +("olaughlin" nil (ax l ao1 k l ih0 n)) +("olay" nil (ow0 l ey1)) +("olayan" nil (ow0 l ay1 ax n)) +("olberding" nil (ow1 l b er0 d ih0 ng)) +("olbrich" nil (ow1 l b r ih0 k)) +("olcott" nil (ow1 l k ax t)) +("olczak" nil (ow1 l ch ae0 k)) +("old" nil (ow1 l d)) +("oldaker" nil (ow1 l d ax k er0)) +("oldani" nil (ow0 l d aa1 n iy0)) +("olde" nil (ow1 l d)) +("olden" nil (ow1 l d ax n)) +("oldenburg" nil (ow1 l d ax n b er0 g)) +("oldenkamp" nil (ow1 l d ih0 n k ae0 m p)) +("older" nil (ow1 l d er0)) +("oldest" nil (ow1 l d ax s t)) +("oldfather" nil (ow1 l d f aa1 dh er0)) +("oldfield" nil (ow1 l d f iy1 l d)) +("oldham" nil (ow1 l d ax m)) +("oldies" nil (ow1 l d iy0 z)) +("oldroyd" nil (ow1 l d r oy1 d)) +("olds" nil (ow1 l d z)) +("oldsmobile" nil (ow1 l d z m ow0 b iy1 l)) +("oldsmobiles" nil (ow1 l d z m ow0 b iy1 l z)) +("oldsters" nil (ow1 l d s t er0 z)) +("oldt" nil (ow1 l t)) +("ole" nil (ow1 l)) +("olea" nil (aa1 l iy0 ax)) +("olean" nil (ow0 l iy1 n)) +("oleander" nil (ow1 l iy0 ae1 n d er0)) +("olear" nil (aa1 l er0)) +("oleary" nil (aa1 l er0 iy0)) +("oleaster" nil (ow1 l iy0 ae1 s t er0)) +("olefins" nil (ow1 l ax f ih0 n z)) +("oleg" nil (ow1 l ax g)) +("olejniczak" nil (ax l ey1 n ih0 ch ae0 k)) +("olejnik" nil (ax l ey1 n ih0 k)) +("oleksiak" nil (ax l eh1 k s iy0 ae0 k)) +("oleksy" nil (ax l eh1 k s iy0)) +("olen" nil (aa1 l ax n)) +("olender" nil (aa1 l eh0 n d er0)) +("olenick" nil (aa1 l ih0 n ih0 k)) +("olenik" nil (aa1 l ih0 n ih0 k)) +("oleo" nil (ow1 l iy0 ow1)) +("oler" nil (ow1 l er0)) +("oles" nil (ow1 l z)) +("olesen" nil (aa1 l iy0 z ax n)) +("oleske" nil (ow1 l ax s k iy0)) +("olesky" nil (ax l eh1 s k iy0)) +("oleson" nil (aa1 l ih0 s ax n)) +("olestra" nil (ow0 l eh1 s t r ax)) +("olexa" nil (ax l iy1 k s ax)) +("oley" nil (ow1 l iy0)) +("olfactory" nil (ow0 l f ae1 k t er0 iy0)) +("olga" nil (ow1 l g ax)) +("olguin" nil (ow1 l g ih0 n)) +("olick" nil (ow1 l ih0 k)) +("oliff" nil (aa1 l ih0 f)) +("oligarch" nil (ow1 l ih0 g aa1 r k)) +("oligarchy" nil (aa1 l ax g aa1 r k iy0)) +("oliger" nil (aa1 l ih0 g er0)) +("oligocene" nil (aa1 l ax g ow0 s iy1 n)) +("oligopolistic" nil (ow0 l ih1 g ax p ow0 l ih1 s t ih0 k)) +("oligopoly" nil (aa1 l ih0 g aa1 p ax l iy0)) +("olin" nil (ow1 l ih0 n)) +("olinda" nil (ow0 l iy1 n d ax)) +("olinde" nil (aa1 l ih0 n d)) +("olinger" nil (aa1 l ih0 ng er0)) +("oliphant" nil (aa1 l ih0 f ax n t)) +("oliva" nil (ow0 l iy1 v ax)) +("olivares" nil (ow0 l iy0 v aa1 r eh0 s)) +("olivarez" nil (ow0 l iy0 v aa1 r eh0 z)) +("olivas" nil (ow0 l iy1 v aa0 z)) +("olive" nil (aa1 l ax v)) +("oliveira" nil (aa1 l ih0 v ey1 r ax)) +("oliver" nil (aa1 l ax v er0)) +("olivera" nil (ow0 l iy0 v eh1 r ax)) +("oliveras" nil (ow0 l iy0 v eh1 r aa0 z)) +("oliveri" nil (ow0 l iy0 v eh1 r iy0)) +("oliveria" nil (aa1 l ih0 v iy1 r iy0 ax)) +("oliverio" nil (aa1 l ih0 v iy1 r iy0 ow0)) +("olivero" nil (ow0 l iy0 v eh1 r ow0)) +("oliveros" nil (ow0 l iy0 v eh1 r ow0 z)) +("olives" nil (aa1 l ih0 v z)) +("oliveto" nil (ow0 l iy0 v ey1 t ow0)) +("olivette" nil (aa1 l ih0 v eh1 t)) +("olivetti" nil (aa1 l ih0 v eh1 t iy0)) +("olivia" nil (ow0 l ih1 v iy0 ax)) +("olivier" nil (ow1 l ih1 v iy1 ey1)) +("olivieri" nil (ow0 l iy0 v ih1 r iy0)) +("olivine" nil (aa1 l ax v iy1 n)) +("olivo" nil (ao0 l iy1 v ow0)) +("olk" nil (ow1 k)) +("olkowski" nil (ow0 l k ao1 f s k iy0)) +("ollar" nil (aa1 l er0)) +("oller" nil (aa1 l er0)) +("olley" nil (aa1 l iy0)) +("ollie" nil (aa1 l iy0)) +("olliff" nil (aa1 l ih0 f)) +("ollila" nil (aa1 l ih0 l ax)) +("ollinger" nil (aa1 l ih0 ng er0)) +("ollis" nil (ao1 l iy0 z)) +("ollison" nil (aa1 l ih0 s ax n)) +("olly" nil (aa1 l iy0)) +("olmeda" nil (ow0 l m ey1 d ax)) +("olmedo" nil (ow0 l m ey1 d ow0)) +("olmo" nil (ow1 l m ow0)) +("olmos" nil (ow1 l m ow0 z)) +("olmstead" nil (ow1 l m s t eh1 d)) +("olney" nil (ow1 l n iy0)) +("olof" nil (ow1 l ao0 f)) +("olofson" nil (aa1 l ax f s ax n)) +("olokuei" nil (ow1 l ow0 k uw1 iy0)) +("oloughlin" nil (ax l aw1 k l ih0 n)) +("olsen" nil (ow1 l s ax n)) +("olshan" nil (ow1 l sh ax n)) +("olshansky" nil (ow1 l sh ax n s k iy0)) +("olshefski" nil (ow0 l sh eh1 f s k iy0)) +("olsher" nil (ow1 l sh er0)) +("olson" nil (ow1 l s ax n)) +("olsson" nil (ow1 l s ax n)) +("olstad" nil (ow1 l s t ax d)) +("olsten" nil (ow1 l s t ax n)) +("olszewski" nil (ow0 l sh eh1 f s k iy0)) +("olt" nil (ow1 l t)) +("olthoff" nil (ow1 l t hh ao1 f)) +("oltman" nil (ow1 l t m ax n)) +("oltmann" nil (ow1 l t m ax n)) +("oltmanns" nil (ow1 l t m ax n z)) +("olund" nil (aa1 l ax n d)) +("olva" nil (ow1 l v ax)) +("olver" nil (ow1 l v er0)) +("olvera" nil (ow0 l v eh1 r ax)) +("olvey" nil (ow1 l v iy0)) +("olympia" nil (ow0 l ih1 m p iy0 ax)) +("olympiad" nil (ow0 l ih1 m p iy0 ae1 d)) +("olympian" nil (ow0 l ih1 m p iy0 ax n)) +("olympians" nil (ow0 l ih1 m p iy0 ax n z)) +("olympias" nil (ow0 l ih1 m p iy0 ax s)) +("olympic" nil (ow0 l ih1 m p ih0 k)) +("olympics" nil (ow0 l ih1 m p ih0 k s)) +("olympus" nil (ow0 l ih1 m p ax s)) +("oma" nil (ow1 m ax)) +("omaha" nil (ow1 m ax hh aa1)) +("omahoney" nil (aa1 m ax hh aa0 n iy0)) +("omahony" nil (aa1 m ax hh ax n iy0)) +("omalley" nil (aa1 m ax l iy0)) +("oman" nil (ow0 m aa1 n)) +("omani" nil (ow0 m aa1 n iy0)) +("omans" nil (ow0 m aa1 n z)) +("omar" nil (ow1 m aa0 r)) +("omara" nil (ow0 m aa1 r ax)) +("omary" nil (ax m eh1 r iy0)) +("ombudsman" nil (aa1 m b ax d z m ax n)) +("omdahl" nil (aa1 m d aa1 l)) +("omead" nil (ow0 m iy1 d)) +("omeara" nil (ow1 m iy1 r ax)) +("omega" nil (ow0 m eh1 g ax)) +("omelet" nil (aa1 m l ax t)) +("omelets" nil (aa1 m l ax t s)) +("omelia" nil (ow0 m eh1 l iy0 ax)) +("omen" nil (ow1 m ax n)) +("omens" nil (ow1 m ax n z)) +("omer" nil (ow1 m er0)) +("ominous" nil (aa1 m ax n ax s)) +("ominously" nil (aa1 m ax n ax s l iy0)) +("omission" nil (ow0 m ih1 sh ax n)) +("omissions" nil (ow0 m ih1 sh ax n z)) +("omit" nil (ow0 m ih1 t)) +("omits" nil (ow0 m ih1 t s)) +("omitted" nil (ow0 m ih1 t ax d)) +("omitting" nil (ow0 m ih1 t ih0 ng)) +("omlor" nil (aa1 m l er0)) +("ommen" nil (aa1 m ax n)) +("omni" nil (aa1 m n iy0)) +("omnibank" nil (aa1 m n ih0 b ae1 ng k)) +("omnibook" nil (aa1 m n ih0 b uh1 k)) +("omnibus" nil (aa1 m n ax b ax s)) +("omnibuses" nil (aa1 m n ax b ax s ax z)) +("omnicare" nil (aa1 m n ih0 k eh1 r)) +("omnicom" nil (aa1 m n ih0 k aa0 m)) +("omnipotence" nil (aa0 m n ih1 p ax t ax n s)) +("omnipotent" nil (aa0 m n ih1 p ax t ax n t)) +("omnipresence" nil (aa1 m n ax p r eh1 z ax n s)) +("omnipresent" nil (aa1 m n ih0 p r eh1 z ax n t)) +("omniscient" nil (aa0 m n ih1 sh ax n t)) +("omnivorous" nil (aa0 m n ih1 v er0 ax s)) +("omohundro" nil (ow0 m ow0 hh uw1 n d r ow0)) +("omonia" nil (ax m ow1 n iy0 ax)) +("omori" nil (ow0 m ao1 r iy0)) +("omron" nil (aa1 m r ax n)) +("on" nil (aa1 n)) +("ona" nil (ax n aa1)) +("onagers" nil (aa1 n ax jh er0 z)) +("onan" nil (ow1 n ax n)) +("onassis" nil (ow0 n ae1 s ih0 s)) +("onate" nil (ow1 n ey0 t)) +("onawa" nil (ow0 n aa1 w ax)) +("onboard" nil (aa1 n b ao1 r d)) +("oncale" nil (ow0 n k aa1 l iy0)) +("once" nil (w ah1 n s)) +("oncogen" nil (aa1 ng k ow0 g ax n)) +("oncogene" nil (aa1 ng k ow0 jh iy1 n)) +("oncogenes" nil (aa0 ng k aa1 jh eh1 n iy0 s)) +("oncologist" nil (aa0 ng k aa1 l ax jh ih0 s t)) +("oncologists" nil (aa0 ng k aa1 l ax jh ih0 s t s)) +("oncology" nil (aa0 ng k aa1 l ax jh iy0)) +("oncoming" nil (ao1 n k ah1 m ih0 ng)) +("oncor" nil (aa1 n k ao1 r)) +("ondaatje" nil (aa0 n d aa1 t y ax)) +("onder" nil (aa1 n d er0)) +("onderdonk" nil (aa1 n d er0 d ax ng k)) +("ondo" nil (ao1 n d ow0)) +("ondracek" nil (aa1 n d r ax s eh0 k)) +("one" nil (w ah1 n)) +("oneal" nil (ow0 n iy1 l)) +("oneall" nil (aa1 n ax l)) +("onecomm" nil (w ah1 n k aa1 m)) +("oneida" nil (ow0 n ay1 d ax)) +("oneil" nil (ow0 n iy1 l)) +("oneill" nil (ow0 n iy1 l)) +("oneness" nil (w ah1 n n ax s)) +("oneok" nil (ow1 n iy0 aa0 k)) +("onerous" nil (ow1 n er0 ax s)) +("ones" nil (w ah1 n z)) +("oneself" nil (w ah1 n s eh1 l f)) +("onetime" nil (w ah1 n t ay1 m)) +("onex" nil (w ah1 n eh1 k s)) +("oney" nil (ow1 n iy0)) +("oneyear" nil (w ah1 n y ih1 r)) +("ong" nil (ao1 ng)) +("ongoing" nil (aa1 n g ow1 ih0 ng)) +("ongpin" nil (ao1 ng p ih0 n)) +("onion" nil (ah1 n y ax n)) +("onions" nil (ah1 n y ax n z)) +("onishi" nil (ow0 n iy1 sh iy0)) +("onken" nil (aa1 ng k ax n)) +("onley" nil (aa1 n l iy0)) +("online" nil (ao1 n l ay1 n)) +("onlooker" nil (ao1 n l uh1 k er0)) +("onlookers" nil (ao1 n l uh1 k er0 z)) +("only" nil (ow1 n l iy0)) +("onnen" nil (aa1 n ax n)) +("onni" nil (aa1 n iy0)) +("onno" nil (aa1 n ow0)) +("ono" nil (ow1 n ow0)) +("onoda" nil (ow0 n ow1 d er0)) +("onofre" nil (ow0 n ao1 f r iy0)) +("onofrio" nil (ow0 n ow1 f r iy0 ow0)) +("onomastics" nil (aa1 n ax m ae1 s t ih0 k s)) +("onondaga" nil (aa1 n ax n d ao1 g ax)) +("onorato" nil (ow0 n ao0 r aa1 t ow0)) +("onrushing" nil (aa1 n r ah1 sh ih0 ng)) +("ons" nil (aa1 n z)) +("onscreen" nil (aa1 n s k r iy1 n)) +("onset" nil (aa1 n s eh1 t)) +("onshore" nil (aa1 n sh ao1 r)) +("onsite" nil (aa1 n s ay1 t)) +("onslaught" nil (ao1 n s l ao1 t)) +("onslow" nil (aa1 n s l ow0)) +("onstad" nil (aa1 n s t ax d)) +("onstage" nil (aa1 n s t ey1 jh)) +("onstott" nil (aa1 n s t ax t)) +("ontario" nil (aa0 n t eh1 r iy0 ow0)) +("ontiveros" nil (ow0 n t iy0 v eh1 r ow0 z)) +("ontko" nil (aa1 n t k ow0)) +("onto" nil (aa1 n t uw0)) +("ontogeny" nil (aa0 n t aa1 jh ax n iy0)) +("ontological" nil (aa1 n t ax l aa1 jh ih0 k ax l)) +("ontology" nil (aa0 n t aa1 l ax jh iy0)) +("onus" nil (ow1 n ax s)) +("onward" nil (ao1 n w er0 d)) +("onwards" nil (aa1 n w er0 d z)) +("onyx" nil (aa1 n ih0 k s)) +("oodles" nil (uw1 d ax l z)) +("ooh" nil (uw1)) +("oohs" nil (uw1 z)) +("ooley" nil (uw1 l iy0)) +("oolong" nil (uw1 l ao0 ng)) +("oomph" nil (uw1 m f)) +("oona" nil (uw1 n ax)) +("oooh" nil (uw1)) +("ooohs" nil (uw1 z)) +("oops" nil (uw1 p s)) +("ooten" nil (ow0 ow0 t ey1 ax n)) +("ooze" nil (uw1 z)) +("oozed" nil (uw1 z d)) +("oozes" nil (uw1 z ih0 z)) +("oozing" nil (uw1 z ih0 ng)) +("op" nil (aa1 p)) +("opacity" nil (ow0 p ae1 s ax t iy0)) +("opal" nil (ow1 p ax l)) +("opalina" nil (ow0 p aa0 l iy1 n ax)) +("opaline" nil (ow1 p ax l iy1 n)) +("opalka" nil (ax p aa1 l k ax)) +("opaque" nil (ow0 p ey1 k)) +("opax" nil (ow1 p ae1 k s)) +("opcom" nil (aa1 p k aa0 m)) +("opdahl" nil (aa1 p d aa1 l)) +("opdyke" nil (aa1 p d ay1 k)) +("opec" nil (ow1 p eh1 k)) +("opel" nil (ow1 p ax l)) +("open" nil (ow1 p ax n)) +("opened" nil (ow1 p ax n d)) +("opener" nil (ow1 p ax n er0)) +("openers" nil (ow1 p ax n er0 z)) +("opening" nil (ow1 p ax n ih0 ng)) +("openings" nil (ow1 p ax n ih0 ng z)) +("openly" nil (ow1 p ax n l iy0)) +("openness" nil (ow1 p ax n n ax s)) +("opens" nil (ow1 p ax n z)) +("openshaw" nil (ow1 p ax n sh ao1)) +("openwork" nil (ow1 p ax n w er1 k)) +("opera" nil (aa1 p r ax)) +("operable" nil (aa1 p er0 ax b ax l)) +("operandi" nil (aa1 p er0 ae1 n d iy0)) +("operant" nil (aa1 p er0 ax n t)) +("operas" nil (aa1 p r ax z)) +("operate" nil (aa1 p er0 ey1 t)) +("operated" nil (aa1 p er0 ey1 t ax d)) +("operates" nil (aa1 p er0 ey1 t s)) +("operatic" nil (aa1 p er0 ae1 t ih0 k)) +("operating" nil (aa1 p er0 ey1 t ih0 ng)) +("operation" nil (aa1 p er0 ey1 sh ax n)) +("operational" nil (aa1 p er0 ey1 sh ax n ax l)) +("operationally" nil (aa1 p er0 ey1 sh ax n ax l iy0)) +("operations" nil (aa1 p er0 ey1 sh ax n z)) +("operative" nil (aa1 p er0 ax t ih0 v)) +("operatives" nil (aa1 p er0 ax t ih0 v z)) +("operator" nil (aa1 p er0 ey1 t er0)) +("operators" nil (aa1 p er0 ey1 t er0 z)) +("opere" nil (ow0 p eh1 r)) +("operetta" nil (aa1 p er0 eh1 t ax)) +("operettas" nil (aa1 p er0 eh1 t ax z)) +("opfer" nil (aa1 p f er0)) +("opheim" nil (aa1 p hh ay1 m)) +("ophelia" nil (ax f iy1 l y ax)) +("ophthalmic" nil (aa0 f th ae1 l m ih0 k)) +("ophthalmologist" nil (aa1 p th ax m aa1 l ax jh ih0 s t)) +("ophthalmologists" nil (aa1 p th ax m aa1 l ax jh ih0 s t s)) +("ophthalmology" nil (aa1 p th ax m aa1 l ax jh iy0)) +("ophthalmoscope" nil (aa0 f th ae1 l m ax s k ow1 p)) +("ophuls" nil (ow1 f ax l z)) +("opiate" nil (ow1 p iy0 ax t)) +("opic" nil (aa1 p ih0 k)) +("opie" nil (aa1 p iy0)) +("opiela" nil (ow1 p iy1 l ax)) +("opine" nil (ow0 p ay1 n)) +("opined" nil (ow0 p ay1 n d)) +("opines" nil (ow0 p ay1 n z)) +("opining" nil (ow0 p ay1 n ih0 ng)) +("opinion" nil (ax p ih1 n y ax n)) +("opinionated" nil (ax p ih1 n y ax n ey1 t ih0 d)) +("opinions" nil (ax p ih1 n y ax n z)) +("opitz" nil (aa1 p ih0 t s)) +("opium" nil (ow1 p iy0 ax m)) +("opland" nil (aa1 p l ax n d)) +("ople" nil (ow1 p ax l)) +("oplinger" nil (ow1 p ax l ih0 ng er0)) +("opossum" nil (ow0 p aa1 s ax m)) +("opp" nil (aa1 p)) +("oppedisano" nil (ow0 p eh0 d iy0 s aa1 n ow0)) +("oppel" nil (aa1 p ax l)) +("oppelt" nil (aa1 p ih0 l t)) +("oppenheim" nil (aa1 p ih0 n hh ay1 m)) +("oppenheimer" nil (aa1 p ax n hh ay1 m er0)) +("oppenheimers" nil (aa1 p ax n hh ay1 m er0 z)) +("oppens" nil (aa1 p ax n z)) +("opper" nil (aa1 p er0)) +("opperman" nil (aa1 p er0 m ax n)) +("oppermann" nil (aa1 p er0 m ax n)) +("oppliger" nil (aa1 p l ih0 g er0)) +("opponent" nil (ax p ow1 n ax n t)) +("opponents" nil (ax p ow1 n ax n t s)) +("opportune" nil (aa1 p er0 t uw1 n)) +("opportunism" nil (aa1 p er0 t uw1 n ih1 z ax m)) +("opportunist" nil (aa1 p er0 t uw1 n ih0 s t)) +("opportunistic" nil (aa1 p er0 t uw1 n ih1 s t ih0 k)) +("opportunists" nil (aa1 p er0 t uw1 n ih0 s t s)) +("opportunites" nil (aa1 p er0 t uw0 n ay0 t s)) +("opportunities" nil (aa1 p er0 t uw1 n ax t iy0 z)) +("opportunity" nil (aa1 p er0 t uw1 n ax t iy0)) +("oppose" nil (ax p ow1 z)) +("opposed" nil (ax p ow1 z d)) +("opposes" nil (ax p ow1 z ih0 z)) +("opposing" nil (ax p ow1 z ih0 ng)) +("opposite" nil (aa1 p ax z ax t)) +("opposites" nil (aa1 p ax z ax t s)) +("opposition" nil (aa1 p ax z ih1 sh ax n)) +("oppress" nil (ax p r eh1 s)) +("oppressed" nil (ax p r eh1 s t)) +("oppression" nil (ax p r eh1 sh ax n)) +("oppressive" nil (ax p r eh1 s ih0 v)) +("oppressor" nil (ax p r eh1 s er0)) +("oppressors" nil (ax p r eh1 s er0 z)) +("opprobrium" nil (ax p r ow1 b r iy0 ax m)) +("oprah" nil (ow1 p r ax)) +("opry" nil (aa1 p r iy0)) +("opryland" nil (aa1 p r iy0 l ax n d)) +("ops" nil (aa1 p s)) +("opsahl" nil (aa1 p s aa0 l)) +("opsal" nil (aa1 p s ax l)) +("opt" nil (aa1 p t)) +("optation" nil (aa1 p t ey1 sh ax n)) +("opted" nil (aa1 p t ih0 d)) +("optek" nil (aa1 p t eh1 k)) +("optic" nil (aa1 p t ih0 k)) +("optica" nil (aa1 p t ih0 k ax)) +("optical" nil (aa1 p t ih0 k ax l)) +("optically" nil (aa1 p t ih0 k l iy0)) +("opticians" nil (aa0 p t ih1 sh ax n z)) +("optics" nil (aa1 p t ih0 k s)) +("optima" nil (aa1 p t ax m ax)) +("optimal" nil (aa1 p t ax m ax l)) +("optimism" nil (aa1 p t ax m ih1 z ax m)) +("optimist" nil (aa1 p t ax m ih0 s t)) +("optimistic" nil (aa1 p t ax m ih1 s t ih0 k)) +("optimistically" nil (aa1 p t ih0 m ih1 s t ih0 k ax l iy0)) +("optimists" nil (aa1 p t ax m ih0 s t s)) +("optimization" nil (aa0 p t ax m ax z ey1 sh ax n)) +("optimize" nil (aa1 p t ax m ay1 z)) +("optimum" nil (aa1 p t ax m ax m)) +("opting" nil (aa1 p t ih0 ng)) +("option" nil (aa1 p sh ax n)) +("optional" nil (aa1 p sh ax n ax l)) +("optioned" nil (aa1 p sh ax n d)) +("options" nil (aa1 p sh ax n z)) +("opto" nil (aa1 p t ow0)) +("optometric" nil (aa1 p t ow0 m eh1 t r ih0 k)) +("optometrists" nil (aa0 p t aa1 m ax t r ih0 s t s)) +("optometry" nil (aa0 p t aa1 m ax t r iy0)) +("opts" nil (aa1 p t s)) +("optus" nil (aa1 p t ax s)) +("opulence" nil (aa1 p y ax l ax n s)) +("opulent" nil (aa1 p y ax l ax n t)) +("opus" nil (ow1 p ax s)) +("oquendo" nil (ow0 k w eh1 n d ow0)) +("oquin" nil (ow0 k w iy1 n)) +("oquinn" nil (ow0 k w iy1 n)) +("or" nil (ao1 r)) +("ora" nil (ao1 r ax)) +("orabel" nil (ao0 r aa0 b eh1 l)) +("orabelle" nil (ao1 r ax b ax l)) +("oracle" nil (ao1 r ax k ax l)) +("oracles" nil (ao1 r ax k ax l z)) +("oradour" nil (ao1 r ax d ao1 r)) +("oraflex" nil (ao1 r ax f l eh1 k s)) +("orahood" nil (ao1 r ax hh uh1 d)) +("oral" nil (ao1 r ax l)) +("oralia" nil (ao0 r aa1 l iy0 ax)) +("oralie" nil (ao1 r ax l iy0)) +("orally" nil (ao1 r ax l iy0)) +("oram" nil (ao1 r ax m)) +("oran" nil (ao0 r aa1 n)) +("orand" nil (ao1 r ax n d)) +("orange" nil (ao1 r ax n jh)) +("orangeburg" nil (ao1 r ax n jh b er0 g)) +("oranges" nil (ao1 r ax n jh ax z)) +("orangina" nil (ao0 r ae0 n jh iy1 n er0)) +("oration" nil (ao0 r ey1 sh ax n)) +("orator" nil (ao1 r ax t er0)) +("oratorical" nil (ao1 r ax t ao1 r ax k ax l)) +("oratorio" nil (aa1 r ax t ao1 r iy0 ow0)) +("orators" nil (ao1 r ax t er0 z)) +("oratory" nil (ao1 r ax t ao1 r iy0)) +("oravec" nil (ao0 r aa1 v ih0 k)) +("oravetz" nil (ao1 r ax v ih0 t s)) +("orb" nil (ao1 r b)) +("orbach" nil (ao1 r b aa0 k)) +("orban" nil (ao1 r b ax n)) +("orbanco" nil (ao0 r b ae1 ng k ow0)) +("orben" nil (ao1 r b ax n)) +("orbis" nil (ao1 r b ih0 s)) +("orbit" nil (ao1 r b ax t)) +("orbital" nil (ao1 r b ax t ax l)) +("orbiter" nil (ao1 r b ax t er0)) +("orbiting" nil (ao1 r b ax t ih0 ng)) +("orbits" nil (ao1 r b ax t s)) +("orcas" nil (ao1 r k ax s)) +("orchard" nil (ao1 r ch er0 d)) +("orchards" nil (ao1 r ch er0 d z)) +("orchestra" nil (ao1 r k ax s t r ax)) +("orchestral" nil (ao0 r k eh1 s t r ax l)) +("orchestrally" nil (ao0 r k eh1 s t r ax l iy0)) +("orchestras" nil (ao1 r k ax s t r ax z)) +("orchestrate" nil (ao1 r k ih0 s t r ey1 t)) +("orchestrated" nil (ao1 r k ih0 s t r ey1 t ih0 d)) +("orchestrates" nil (ao1 r k ax s t r ey1 t s)) +("orchestrating" nil (ao1 r k ih0 s t r ey1 t ih0 ng)) +("orchestration" nil (ao1 r k ax s t r ey1 sh ax n)) +("orchestrations" nil (ao1 r k ax s t r ey1 sh ax n z)) +("orchid" nil (ao1 r k ax d)) +("orchids" nil (ao1 r k ax d z)) +("orcutt" nil (ao1 r k ax t)) +("ord" nil (ao1 r d)) +("ordain" nil (ao0 r d ey1 n)) +("ordained" nil (ao0 r d ey1 n d)) +("ordaz" nil (ao1 r d aa0 z)) +("ordeal" nil (ao0 r d iy1 l)) +("ordella" nil (ao1 r d eh1 l ax)) +("order" nil (ao1 r d er0)) +("ordered" nil (ao1 r d er0 d)) +("ordering" nil (ao1 r d er0 ih0 ng)) +("orderliness" nil (ao1 r d er0 l iy0 n ax s)) +("orderly" nil (ao1 r d er0 l iy0)) +("orders" nil (ao1 r d er0 z)) +("ordinance" nil (ao1 r d ax n ax n s)) +("ordinances" nil (ao1 r d ax n ax n s ih0 z)) +("ordinaries" nil (ao1 r d ax n eh1 r iy0 z)) +("ordinarily" nil (ao1 r d ax n eh1 r ax l iy0)) +("ordinary" nil (ao1 r d ax n eh1 r iy0)) +("ordination" nil (ao1 r d ax n ey1 sh ax n)) +("ordiway" nil (ao1 r d iy0 w ey0)) +("ordnance" nil (ao1 r d n ax n s)) +("ordonez" nil (ao0 r d ow1 n eh0 z)) +("ordoyne" nil (ao1 r d oy0 n)) +("ordway" nil (ao1 r d w ey0)) +("ore" nil (ao1 r)) +("orea" nil (er0 iy1 ax)) +("orear" nil (er0 ih1 r)) +("orebaugh" nil (ao0 r eh1 b ao0)) +("oreffice" nil (ao0 r eh1 f ih0 s)) +("orefice" nil (ao0 r eh1 f ay0 s)) +("oregan" nil (ao0 r eh1 g ax n)) +("oregano" nil (ao1 r eh1 g ax n ow1)) +("oregon" nil (ao1 r ax g ax n)) +("oregonian" nil (ao1 r ax g ow1 n iy0 ax n)) +("oreilly" nil (ao1 r ax l iy0)) +("orel" nil (ao1 r ax l)) +("orela" nil (ao0 r eh1 l ax)) +("orelia" nil (ao0 r eh1 l iy0 ax)) +("orellana" nil (ao0 r eh0 l ae1 n ax)) +("orem" nil (ao1 r ih0 m)) +("oren" nil (ao1 r ax n)) +("orenda" nil (ao0 r eh1 n d ax)) +("orendorff" nil (ao1 r ih0 n d ao0 r f)) +("orens" nil (ao1 r ax n z)) +("orenstein" nil (ao1 r ax n s t ay0 n)) +("oreo" nil (ao1 r iy0 ow0)) +("ores" nil (ao1 r z)) +("oreskovich" nil (ao0 r eh1 s k ax v ih0 ch)) +("orestes" nil (ao0 r eh1 s t iy0 z)) +("orf" nil (ao1 r f)) +("orfield" nil (ao1 r f iy0 l d)) +("orford" nil (ao1 r f er0 d)) +("org" nil (ao1 r g)) +("organ" nil (ao1 r g ax n)) +("organelles" nil (ao1 r g ax n eh1 l z)) +("organic" nil (ao0 r g ae1 n ih0 k)) +("organically" nil (ao0 r g ae1 n ih0 k l iy0)) +("organisation" nil (ao1 r g ax n ih0 z ey1 sh ax n)) +("organism" nil (ao1 r g ax n ih1 z ax m)) +("organismic" nil (ao1 r g ax n ih1 z m ih0 k)) +("organisms" nil (ao1 r g ax n ih1 z ax m z)) +("organist" nil (ao1 r g ax n ax s t)) +("organization" nil (ao1 r g ax n ax z ey1 sh ax n)) +("organizational" nil (ao1 r g ax n ax z ey1 sh ax n ax l)) +("organizations" nil (ao1 r g ax n ax z ey1 sh ax n z)) +("organize" nil (ao1 r g ax n ay1 z)) +("organized" nil (ao1 r g ax n ay1 z d)) +("organizer" nil (ao1 r g ax n ay1 z er0)) +("organizers" nil (ao1 r g ax n ay1 z er0 z)) +("organizes" nil (ao1 r g ax n ay1 z ih0 z)) +("organizing" nil (ao1 r g ax n ay1 z ih0 ng)) +("organogenesis" nil (ao1 r g ax n ow0 jh eh1 n ax s ih0 s)) +("organs" nil (ao1 r g ax n z)) +("organum" nil (ao1 r g ax n ax m)) +("orgasm" nil (ao1 r g ae0 z ax m)) +("orgasms" nil (ao1 r g ae0 z ax m z)) +("orgel" nil (ao1 r g ax l)) +("orgeron" nil (ao1 r g er0 ax n)) +("orgies" nil (ao1 r jh iy0 z)) +("orgill" nil (ao1 r jh ax l)) +("orginally" nil (ao1 r jh ih0 n ax l iy0)) +("orgotein" nil (ao1 r g ow0 t ay1 n)) +("orgy" nil (ao1 r jh iy0)) +("ori" nil (ao1 r iy0)) +("oriana" nil (ao0 r iy0 ae1 n ax)) +("orick" nil (ao1 r ih0 k)) +("orielda" nil (ao0 r iy1 l d ax)) +("orielle" nil (ao1 r iy0 eh0 l)) +("orient" nil (ao1 r iy0 eh1 n t)) +("oriental" nil (ao1 r iy0 eh1 n t ax l)) +("orientals" nil (ao1 r iy0 eh1 n t ax l z)) +("orientation" nil (ao1 r iy0 eh0 n t ey1 sh ax n)) +("oriented" nil (ao1 r iy0 eh1 n t ax d)) +("orifices" nil (ao1 r ax f ax s ax z)) +("origin" nil (ao1 r ax jh ax n)) +("original" nil (er0 ih1 jh ax n ax l)) +("originality" nil (er0 ih1 jh ax n ae1 l ih0 t iy0)) +("originally" nil (er0 ih1 jh ax n ax l iy0)) +("originals" nil (er0 ih1 jh ax n ax l z)) +("originate" nil (er0 ih1 jh ax n ey1 t)) +("originated" nil (er0 ih1 jh ax n ey1 t ax d)) +("originates" nil (er0 ih1 jh ax n ey1 t s)) +("originating" nil (er0 ih1 jh ax n ey1 t ih0 ng)) +("origination" nil (er0 ih1 jh ax n ey1 sh ax n)) +("originations" nil (er0 ih1 jh ax n ey1 sh ax n z)) +("originator" nil (er0 ih1 jh ax n ey1 t er0)) +("originators" nil (er0 ih1 jh ax n ey1 t er0 z)) +("origins" nil (ao1 r ax jh ih0 n z)) +("oriley" nil (ao1 r ih0 l iy0)) +("orilla" nil (ao0 r ih1 l ax)) +("orin" nil (ao1 r ih0 n)) +("orinda" nil (er0 ih1 n d ax)) +("orinoco" nil (ao1 r ax n ow1 k ow0)) +("oriola" nil (ao0 r iy0 ow1 l ax)) +("oriole" nil (ao1 r iy0 ow1 l)) +("orioles" nil (ao1 r iy0 ow1 l z)) +("orion" nil (ow0 r ay1 ax n)) +("oriordan" nil (ow0 r ih1 r d ax n)) +("oritz" nil (ao1 r ih0 t s)) +("orix" nil (ao1 r ih0 k s)) +("orkem" nil (ao1 r k ax m)) +("orkin" nil (ao1 r k ih0 n)) +("orkney" nil (ao1 r k n iy0)) +("orky" nil (ao1 r k iy0)) +("orlan" nil (ao1 r l ax n)) +("orland" nil (ao1 r l ax n d)) +("orlanda" nil (ao0 r l aa1 n d ax)) +("orlandi" nil (ao0 r l aa1 n d iy0)) +("orlando" nil (ao0 r l ae1 n d ow0)) +("orleans" nil (ao1 r l iy0 ax n z)) +("orlena" nil (ao1 r l ih0 n ax)) +("orlene" nil (ao1 r l iy1 n)) +("orlich" nil (ao1 r l ih0 k)) +("orlick" nil (ao1 r l ih0 k)) +("orloff" nil (ao1 r l ao0 f)) +("orloski" nil (ao0 r l aw1 s k iy0)) +("orlosky" nil (ao0 r l ow1 s k iy0)) +("orlowski" nil (ao0 r l ao1 f s k iy0)) +("orly" nil (ao1 r l iy0)) +("orman" nil (ao1 r m ax n)) +("ormand" nil (ao1 r m ax n d)) +("orme" nil (ao1 r m)) +("ormerod" nil (ao1 r m er0 ax d)) +("ormes" nil (ao1 r m z)) +("ormiston" nil (ao1 r m ih0 s t aa0 n)) +("ormond" nil (ao1 r m ax n d)) +("ormonde" nil (ao1 r m ax n d)) +("ormsbee" nil (ao1 r m z b iy0)) +("ormsby" nil (ao1 r m z b iy0)) +("orn" nil (ao1 r n)) +("orna" nil (ao1 r n ax)) +("ornament" nil (ao1 r n ax m ax n t)) +("ornamental" nil (ao1 r n ax m eh1 n t ax l)) +("ornamentation" nil (ao1 r n ax m eh0 n t ey1 sh ax n)) +("ornamented" nil (ao1 r n ax m eh1 n t ih0 d)) +("ornaments" nil (ao1 r n ax m ax n t s)) +("ornate" nil (ao0 r n ey1 t)) +("ornda" nil (ao1 r n d ax)) +("orndoff" nil (ao1 r n d ao0 f)) +("orndorff" nil (ao1 r n d ao0 r f)) +("orne" nil (ao1 r n)) +("ornelas" nil (ao1 r n ih0 l ax z)) +("ornellas" nil (ao0 r n eh1 l ax z)) +("orner" nil (ao1 r n er0)) +("ornery" nil (ao1 r n er0 iy0)) +("ornstein" nil (ao1 r n s t ay0 n)) +("oro" nil (ao1 r ow0)) +("oroark" nil (ao1 r ao0 r k)) +("orogenic" nil (ao1 r ax jh eh1 n ih0 k)) +("orogil" nil (ao1 r ow0 g ih1 l)) +("orographic" nil (ao1 r ax g r ae1 f ih0 k)) +("orona" nil (ao0 r ow1 n ax)) +("oropeza" nil (ao0 r ow0 p eh1 z ax)) +("oros" nil (ao1 r ow0 z)) +("orosco" nil (ao0 r ow1 s k ow0)) +("orosz" nil (ao1 r ax sh)) +("orourke" nil (er0 uh1 r k)) +("orozco" nil (ao0 r ow1 z k ow0)) +("orpah" nil (ao1 r p aa0)) +("orphan" nil (ao1 r f ax n)) +("orphanage" nil (ao1 r f ax n ax jh)) +("orphanages" nil (ao1 r f ax n ih0 jh ih0 z)) +("orphaned" nil (ao1 r f ax n d)) +("orphaning" nil (ao1 r f ax n ih0 ng)) +("orphans" nil (ao1 r f ax n z)) +("orphee" nil (ao1 r f iy0)) +("orpheum" nil (ao1 r f iy0 uw0 m)) +("orpheus" nil (ao1 r f iy0 ax s)) +("orphic" nil (ao1 r f ih0 k)) +("orpiment" nil (ao1 r p ax m ax n t)) +("orr" nil (ao1 r)) +("orran" nil (ao0 r aa1 n)) +("orrell" nil (ao0 r ey1 l)) +("orren" nil (ao1 r ax n)) +("orrery" nil (ao1 r er0 iy0)) +("orrick" nil (ao1 r ih0 k)) +("orrico" nil (ao0 r iy1 k ow0)) +("orrin" nil (ao1 r ih0 n)) +("orris" nil (ao1 r ih0 s)) +("orrison" nil (ao1 r ih0 s ax n)) +("orsa" nil (ao1 r s ax)) +("orsak" nil (ao1 r s ax k)) +("orsay" nil (ao1 r s ey1)) +("orsborn" nil (ao1 r s b er0 n)) +("orsburn" nil (ao1 r s b er0 n)) +("orser" nil (ao1 r s er0)) +("orsi" nil (ao1 r s iy0)) +("orsini" nil (ao0 r s iy1 n iy0)) +("orsino" nil (ao0 r s iy1 n ow0)) +("orso" nil (ao1 r s ow0)) +("orsola" nil (ao0 r s ow1 l ax)) +("orson" nil (ao1 r s ax n)) +("ort" nil (ao1 r t)) +("orta" nil (ao1 r t ax)) +("ortega" nil (ao0 r t ey1 g ax)) +("ortegas" nil (ao0 r t ey1 g ax s)) +("ortego" nil (ao0 r t ey1 g ow0)) +("ortegon" nil (ao0 r t ey0 g ao1 n)) +("orten" nil (ao1 r t ax n)) +("ortenzio" nil (ao0 r t eh1 n z iy0 ow0)) +("ortez" nil (ao0 r t eh1 z)) +("orth" nil (ao1 r th)) +("ortho" nil (ao1 r th ow1)) +("orthoclase" nil (ao1 r th ax k l ey1 s)) +("orthodontia" nil (ao1 r th ax d aa1 n ch iy0 ax)) +("orthodontic" nil (ao1 r th ax d aa1 n t ih0 k)) +("orthodontics" nil (ao1 r th ax d aa1 n t ih0 k s)) +("orthodontist" nil (ao1 r th ax d aa1 n t ax s t)) +("orthodontists" nil (ao1 r th ax d aa1 n t ax s t s)) +("orthodox" nil (ao1 r th ax d aa1 k s)) +("orthodoxy" nil (ao1 r th ax d aa1 k s iy0)) +("orthography" nil (ao0 r th aa1 g r ax f iy0)) +("orthopedic" nil (ao1 r th ax p iy1 d ih0 k)) +("orthopedists" nil (ao1 r th ax p iy1 d ax s t s)) +("ortis" nil (ao1 r t ih0 s)) +("ortiz" nil (ao1 r t iy1 z)) +("ortlieb" nil (ao1 r t l iy1 b)) +("ortloff" nil (ao1 r t l ao0 f)) +("ortman" nil (ao1 r t m ax n)) +("ortmann" nil (ao1 r t m ax n)) +("ortner" nil (ao1 r t n er0)) +("ortolano" nil (ao0 r t ow0 l aa1 n ow0)) +("orton" nil (ao1 r t ax n)) +("ortwein" nil (ao1 r t w ay0 n)) +("ortwin" nil (ao1 r t w ih0 n)) +("orum" nil (ao1 r ax m)) +("orva" nil (ao1 r v ax)) +("orval" nil (ao1 r v ax l)) +("orville" nil (ao1 r v ih0 l)) +("orvin" nil (ao1 r v ih0 n)) +("orvis" nil (ao1 r v ih0 s)) +("orwell" nil (ao1 r w eh1 l)) +("orwellian" nil (ao1 r w eh1 l iy0 ax n)) +("orwick" nil (ao1 r w ih0 k)) +("orwig" nil (ao1 r w ih0 g)) +("ory" nil (ao1 r iy0)) +("oryx" nil (ao1 r ih0 k s)) +("orzech" nil (ao1 r z ih0 hh)) +("orzechowski" nil (ao0 r z ih0 hh ao1 f s k iy0)) +("orzel" nil (ao1 r z ax l)) +("os" nil (aa1 s)) +("osage" nil (ow0 s ey1 jh)) +("osages" nil (ow0 s ey1 jh ax z)) +("osaka" nil (ow0 s aa1 k ax)) +("osake" nil (ow0 s aa1 k iy0)) +("osaki" nil (ow0 s aa1 k iy0)) +("osakowa" nil (ow1 s ax k ow1 ax)) +("osamu" nil (ow0 s aa1 m uw0)) +("osberg" nil (aa1 s b er0 g)) +("osbert" nil (aa1 s b er0 t)) +("osbon" nil (aa1 s b ax n)) +("osborn" nil (ao1 z b ao1 r n)) +("osborne" nil (ao1 z b ao1 r n)) +("osbourn" nil (aa1 s b er0 n)) +("osbourne" nil (aa1 s b er0 n)) +("osbun" nil (aa1 s b ax n)) +("osburn" nil (aa1 s b er1 n)) +("osby" nil (aa1 s b iy0)) +("oscar" nil (ao1 s k er0)) +("oscars" nil (ao1 s k er0 z)) +("oscarson" nil (aa1 s k aa0 r s ax n)) +("osceola" nil (ao1 s k iy0 ow1 l ax)) +("oscillates" nil (aa1 s ax l ey1 t s)) +("oscillating" nil (aa1 s ax l ey1 t ih0 ng)) +("oscillation" nil (aa1 s ax l ey1 sh ax n)) +("oscillations" nil (aa1 s ax l ey1 sh ax n z)) +("oscillator" nil (aa1 s ax l ey1 t er0)) +("oscillators" nil (aa1 s ax l ey1 t er0 z)) +("oscillatory" nil (aa1 s ax l ax t ao1 r iy0)) +("oscilloscopes" nil (ao1 s ih1 l ax s k ow1 p s)) +("osco" nil (aa1 s k ow0)) +("ose" nil (ow1 z)) +("oseguera" nil (ow0 s ey0 g eh1 r ax)) +("oser" nil (ow1 s er0)) +("osgood" nil (aa1 s g uh1 d)) +("osha" nil (ow1 sh ax)) +("oshatz" nil (ow0 sh ae1 t s)) +("oshaughnessy" nil (ow1 sh aa1 n ih0 s iy0)) +("oshawa" nil (ao1 sh aa1 w ax)) +("oshea" nil (aa1 sh iy0 ax)) +("oshel" nil (aa1 sh ax l)) +("oshell" nil (aa1 sh ax l)) +("osher" nil (aa1 sh er0)) +("oshields" nil (aa1 sh iy0 l d z)) +("oshima" nil (ow0 sh iy1 m ax)) +("oshiro" nil (ow0 sh ih1 r ow0)) +("oshita" nil (ow0 sh iy1 t ax)) +("oshkosh" nil (ao1 sh k ao1 sh)) +("oshman" nil (ao1 sh m ax n)) +("osiecki" nil (ax s iy1 t s k iy0)) +("osika" nil (ax s ay1 k ax)) +("osinski" nil (ax s ih1 n s k iy0)) +("oskar" nil (ao1 s k er0)) +("osland" nil (aa1 s l ax n d)) +("osler" nil (aa1 z l er0)) +("osley" nil (aa1 s l iy0)) +("oslin" nil (aa1 s l ih0 n)) +("oslo" nil (aa1 z l ow0)) +("oslund" nil (aa1 s l ax n d)) +("osman" nil (aa1 s m ax n)) +("osmar" nil (aa1 s m er0)) +("osmena" nil (ao1 z m iy1 n ax)) +("osment" nil (aa1 s m ax n t)) +("osmer" nil (aa1 s ax m er0)) +("osmium" nil (aa1 z m iy0 ax m)) +("osmon" nil (aa1 s m ax n)) +("osmond" nil (aa1 s m ax n d)) +("osmonds" nil (ao1 z m ax n d z)) +("osmosis" nil (ao1 z m ow1 s ih0 s)) +("osmotic" nil (aa0 z m aa1 t ax k)) +("osmun" nil (aa1 z m ax n)) +("osmund" nil (aa1 s m ax n d)) +("osmundson" nil (aa1 z m ax n d s ax n)) +("osorio" nil (ow0 s ao1 r iy0 ow0)) +("osowski" nil (ax s ao1 f s k iy0)) +("ospina" nil (ow0 s p iy1 n ax)) +("osprey" nil (ao1 s p r iy0)) +("osred" nil (aa1 s er0 d)) +("osric" nil (aa1 z r ih0 k)) +("oss" nil (ao1 s)) +("ossa" nil (aa1 s ax)) +("ossicles" nil (aa1 s ax k ax l z)) +("ossification" nil (aa1 s ax f ax k ey1 sh ax n)) +("ossified" nil (aa1 s ax f ay1 d)) +("ossify" nil (aa1 s ax f ay1)) +("ossman" nil (aa1 s m ax n)) +("osso" nil (ow1 s ow0)) +("osswald" nil (aa1 s w ax l d)) +("ost" nil (ow1 s t)) +("ostberg" nil (aa1 s t b er0 g)) +("ostby" nil (aa1 s t b iy0)) +("osteen" nil (aa1 s t iy1 n)) +("osten" nil (aa1 s ax n)) +("ostendorf" nil (aa1 s t ax n d ao0 r f)) +("ostensible" nil (aa0 s t eh1 n s ax b ax l)) +("ostensibly" nil (aa0 s t eh1 n s ax b l iy0)) +("ostenson" nil (aa1 s t ih0 n s ax n)) +("ostentation" nil (ao1 s t eh0 n t ey1 sh ax n)) +("ostentatious" nil (aa1 s t ax n t ey1 sh ax s)) +("ostentatiously" nil (aa1 s t ax n t ey1 sh ax s l iy0)) +("osteoarthritis" nil (aa1 s t iy0 ow1 aa0 r th r ay1 t ax s)) +("osteopathic" nil (aa1 s t iy0 ax p ae1 th ih0 k)) +("osteoporosis" nil (ao1 s t iy0 aa1 p er0 ow1 s ih0 s)) +("oster" nil (aa1 s t er0)) +("osterberg" nil (aa1 s t er0 b er0 g)) +("ostergaard" nil (aa1 s t er0 g aa0 r d)) +("ostergard" nil (aa1 s t er0 g er0 d)) +("ostergren" nil (aa1 s t er0 g r eh0 n)) +("osterhaus" nil (aa1 s t er0 hh aw0 s)) +("osterhoff" nil (ow1 s t er0 hh ao1 f)) +("osterholt" nil (aa1 s t er0 hh ow0 l t)) +("osterhoudt" nil (aa1 s t er0 hh aw0 t)) +("osterhout" nil (aa1 s t er0 hh aw0 t)) +("osterkamp" nil (aa1 s t er0 k ae0 m p)) +("osterling" nil (aa1 s t er0 l ih0 ng)) +("osterloh" nil (ow0 s t eh1 r l ow0)) +("osterlund" nil (aa1 s t er0 l ax n d)) +("osterman" nil (aa1 s t er0 m ax n)) +("ostermann" nil (aa1 s t er0 m ax n)) +("ostermeier" nil (aa1 s t er0 m ay0 er0)) +("ostermeyer" nil (aa1 s t er1 m ay1 er0)) +("ostermiller" nil (aa1 s t er0 m ax l er0)) +("osterreichische" nil (ao1 s t er0 r ay1 k ih0 sh iy0)) +("ostertag" nil (aa1 s t er0 t ax g)) +("osthoff" nil (aa1 s t hh ao0 f)) +("ostia" nil (aa1 s t iy0 ax)) +("ostin" nil (aa1 s t ax n)) +("ostinato" nil (aa1 s t ax n aa1 t ow1)) +("osting" nil (aa1 s t ih0 ng)) +("ostling" nil (aa1 s ax l ih0 ng)) +("ostlund" nil (aa1 s t l ax n d)) +("ostman" nil (aa1 s t m ax n)) +("ostpolitik" nil (ow1 s t p ow1 l ih0 t ih1 k)) +("ostracism" nil (ao1 s t r ax s ih1 z ax m)) +("ostracized" nil (ao1 s t r ax s ay1 z d)) +("ostrand" nil (aa1 s t r ax n d)) +("ostrander" nil (aa1 s t r ax n d er0)) +("ostrem" nil (aa1 s t r ih0 m)) +("ostrich" nil (ao1 s t r ih0 ch)) +("ostriches" nil (aa1 s t r ih0 ch ih0 z)) +("ostroff" nil (ao1 s t r ao0 f)) +("ostrogoths" nil (aa1 s t r ax g aa1 th s)) +("ostrom" nil (aa1 s t r ax m)) +("ostroski" nil (ax s t r aw1 s k iy0)) +("ostrosky" nil (ax s t r ow1 s k iy0)) +("ostrow" nil (aa1 s t r aw0)) +("ostrowski" nil (ax s t r ao1 f s k iy0)) +("ostrowsky" nil (ax s t r aw1 s k iy0)) +("ostrum" nil (aa1 s t r ax m)) +("ostwald" nil (aa1 s t w ax l d)) +("osuch" nil (aa1 s ax k)) +("osullivan" nil (aa0 s ax l ih1 v ax n)) +("osuna" nil (ow0 s uw1 n ax)) +("oswald" nil (ao1 z w ao0 l d)) +("oswalt" nil (aa1 s w ax l t)) +("oswego" nil (aa0 s w iy1 g ow0)) +("oswell" nil (aa1 s w eh1 l)) +("ota" nil (ow1 t ax)) +("otaiba" nil (ow0 t ey1 b ax)) +("otani" nil (ow0 t aa1 n iy0)) +("otello" nil (ow0 t eh1 l ow0)) +("oteri" nil (ow0 t eh1 r iy0)) +("otero" nil (ow0 t eh1 r ow0)) +("otey" nil (ow1 t iy0)) +("otha" nil (ax dh aa1)) +("othello" nil (ax th eh1 l ow0)) +("other" nil (ah1 dh er0)) +("otherness" nil (ah1 dh er0 n ax s)) +("others" nil (ah1 dh er0 z)) +("otherwise" nil (ah1 dh er0 w ay1 z)) +("otherworldly" nil (ah1 dh er0 w er1 l d l iy0)) +("othilia" nil (ow0 th iy1 l iy0 ax)) +("othman" nil (aa1 th m ax n)) +("otis" nil (ow1 t ih0 s)) +("otmar" nil (aa1 t m aa0 r)) +("otology" nil (ow0 t aa1 l ax jh iy0)) +("otomobil" nil (ow0 t ow1 m ow0 b ax l)) +("otoole" nil (aa1 t uw0 l)) +("otremba" nil (ow0 t r eh1 m b ax)) +("otsego" nil (aa0 t s ey1 g ow0)) +("otsuka" nil (ow0 t s uw1 k ax)) +("ott" nil (aa1 t)) +("ottaviani" nil (ow0 t aa0 v iy0 aa1 n iy0)) +("ottaviano" nil (ow0 t aa0 v iy0 aa1 n ow0)) +("ottawa" nil (aa1 t ax w aa1)) +("ottaway" nil (aa1 t ax w ey0)) +("otte" nil (aa1 t)) +("otten" nil (aa1 t ax n)) +("ottens" nil (aa1 t ax n z)) +("otter" nil (aa1 t er0)) +("otterbein" nil (aa1 t er0 b ay0 n)) +("otterloo" nil (aa1 t er0 l uw1)) +("otters" nil (aa1 t er0 z)) +("otterson" nil (aa1 t er0 s ax n)) +("ottesen" nil (aa1 t iy0 z ax n)) +("otteson" nil (aa1 t ih0 s ax n)) +("ottilie" nil (aa1 t ax l iy0)) +("otting" nil (aa1 t ih0 ng)) +("ottley" nil (aa1 t l iy0)) +("ottman" nil (aa1 t m ax n)) +("otto" nil (aa1 t ow1)) +("ottoman" nil (aa1 t ax m ax n)) +("ottosen" nil (aa1 t ow0 s ax n)) +("ottoson" nil (aa1 t ax s ax n)) +("otts" nil (aa1 t s)) +("ottum" nil (aa1 t ax m)) +("otwell" nil (aa1 t w eh1 l)) +("ou" nil (uw1)) +("oubre" nil (uw1 b er0)) +("ouch" nil (aw1 ch)) +("ouderkirk" nil (aw1 d er0 k er0 k)) +("ouelette" nil (aa1 uw0 l eh0 t)) +("ouellet" nil (aa1 uw0 l ih0 t)) +("ouellette" nil (aa1 uw0 l eh0 t)) +("ought" nil (ao1 t)) +("oughta" nil (ao1 t ax)) +("ouimet" nil (w iy0 m eh1 t)) +("ouimette" nil (w iy0 m eh1 t)) +("ounce" nil (aw1 n s)) +("ounces" nil (aw1 n s ax z)) +("ounsted" nil (aw1 n s t eh1 d)) +("our" nil (aw1 er0)) +("ourada" nil (ow0 uh0 r aa1 d ax)) +("ours" nil (aw1 er0 z)) +("ourself" nil (aw0 er0 s eh1 l f)) +("ourselves" nil (aw0 er0 s eh1 l v z)) +("ourso" nil (er1 s ow0)) +("ousley" nil (aw1 s l iy0)) +("oust" nil (aw1 s t)) +("oustanding" nil (uw1 s t ae1 n d ih0 ng)) +("ousted" nil (aw1 s t ih0 d)) +("ouster" nil (aw1 s t er0)) +("ousting" nil (aw1 s t ih0 ng)) +("out" nil (aw1 t)) +("outage" nil (aw1 t ax jh)) +("outages" nil (aw1 t ih0 jh ih0 z)) +("outback" nil (aw1 t b ae1 k)) +("outbid" nil (aw1 t b ih1 d)) +("outbidding" nil (aw1 t b ih1 d ih0 ng)) +("outboard" nil (aw1 t b ao1 r d)) +("outbound" nil (aw1 t b aw1 n d)) +("outbreak" nil (aw1 t b r ey1 k)) +("outbreaks" nil (aw1 t b r ey1 k s)) +("outburst" nil (aw1 t b er1 s t)) +("outbursts" nil (aw1 t b er1 s t s)) +("outcalt" nil (aw1 t k ax l t)) +("outcast" nil (aw1 t k ae1 s t)) +("outcasts" nil (aw1 t k ae1 s t s)) +("outclass" nil (aw1 t k l ae1 s)) +("outcome" nil (aw1 t k ah1 m)) +("outcomes" nil (aw1 t k ah1 m z)) +("outcries" nil (aw1 t k r ay1 z)) +("outcry" nil (aw1 t k r ay1)) +("outdated" nil (aw1 t d ey1 t ih0 d)) +("outdid" nil (aw1 t d ih1 d)) +("outdistancing" nil (aw1 t d ih1 s t ax n s ih0 ng)) +("outdo" nil (aw1 t d uw1)) +("outdone" nil (aw1 t d ah1 n)) +("outdoor" nil (aw1 t d ao1 r)) +("outdoors" nil (aw1 t d ao1 r z)) +("outen" nil (aw1 t ax n)) +("outer" nil (aw1 t er0)) +("outermost" nil (aw1 t er0 m ow1 s t)) +("outerwear" nil (aw1 t er0 w eh1 r)) +("outfield" nil (aw1 t f iy1 l d)) +("outfielder" nil (aw1 t f iy1 l d er0)) +("outfielders" nil (aw1 t f iy1 l d er0 z)) +("outfit" nil (aw1 t f ih1 t)) +("outfits" nil (aw1 t f ih1 t s)) +("outfitted" nil (aw1 t f ih1 t ih0 d)) +("outfitter" nil (aw1 t f ih1 t er0)) +("outfitting" nil (aw1 t f ih1 t ih0 ng)) +("outflank" nil (aw1 t f l ae1 ng k)) +("outflanked" nil (aw0 t f l ae1 ng k t)) +("outflow" nil (aw1 t f l ow1)) +("outflows" nil (aw1 t f l ow1 z)) +("outfoxed" nil (aw0 t f aa1 k s t)) +("outgained" nil (aw1 t g ey1 n d)) +("outgo" nil (aw1 t g ow1)) +("outgoing" nil (aw1 t g ow1 ih0 ng)) +("outgrew" nil (aw1 t g r uw1)) +("outgrow" nil (aw1 t g r ow1)) +("outgrowing" nil (aw1 t g r ow1 ih0 ng)) +("outgrown" nil (aw1 t g r ow1 n)) +("outgrowth" nil (aw1 t g r ow1 th)) +("outguess" nil (aw1 t g eh1 s)) +("outgunned" nil (aw1 t g ah1 n d)) +("outhouse" nil (aw1 t hh aw1 s)) +("outhouses" nil (aw1 t hh aw1 s ih0 z)) +("outing" nil (aw1 t ih0 ng)) +("outings" nil (aw1 t ih0 ng z)) +("outland" nil (aw1 t l ae1 n d)) +("outlandish" nil (aw0 t l ae1 n d ih0 sh)) +("outlast" nil (aw1 t l ae1 s t)) +("outlasted" nil (aw1 t l ae1 s t ih0 d)) +("outlaw" nil (aw1 t l ao1)) +("outlawed" nil (aw1 t l ao1 d)) +("outlawing" nil (aw1 t l ao1 ih0 ng)) +("outlawry" nil (aw1 t l ao1 r iy0)) +("outlaws" nil (aw1 t l ao1 z)) +("outlay" nil (aw1 t l ey1)) +("outlays" nil (aw1 t l ey1 z)) +("outler" nil (aw1 t ax l er0)) +("outlet" nil (aw1 t l eh1 t)) +("outlets" nil (aw1 t l eh1 t s)) +("outley" nil (aw1 t l iy0)) +("outline" nil (aw1 t l ay1 n)) +("outlined" nil (aw1 t l ay1 n d)) +("outlines" nil (aw1 t l ay1 n z)) +("outlining" nil (aw1 t l ay1 n ih0 ng)) +("outlive" nil (aw1 t l ih1 v)) +("outlived" nil (aw1 t l ih1 v d)) +("outlook" nil (aw1 t l uh1 k)) +("outlooks" nil (aw1 t l uh1 k s)) +("outlying" nil (aw1 t l ay1 ih0 ng)) +("outman" nil (aw1 t m ax n)) +("outmaneuver" nil (aw0 t m ax n uw1 v er0)) +("outmaneuvered" nil (aw0 t m ax n uw1 v er0 d)) +("outmoded" nil (aw1 t m ow1 d ax d)) +("outnumber" nil (aw0 t n ah1 m b er0)) +("outnumbered" nil (aw1 t n ah1 m b er0 d)) +("outnumbering" nil (aw1 t n ah1 m b er0 ih0 ng)) +("outokumpu" nil (uw1 t ax k ah1 m p uw0)) +("outpace" nil (aw1 t p ey1 s)) +("outpaced" nil (aw1 t p ey1 s t)) +("outpaces" nil (aw1 t p ey1 s ih0 z)) +("outpacing" nil (aw1 t p ey1 s ih0 ng)) +("outpatient" nil (aw1 t p ey1 sh ax n t)) +("outperform" nil (aw1 t p er0 f ao1 r m)) +("outperformance" nil (aw1 t p er0 f ao1 r m ax n s)) +("outperformed" nil (aw1 t p er0 f ao1 r m d)) +("outperformer" nil (aw1 t p er0 f ao1 r m er0)) +("outperforming" nil (aw1 t p er0 f ao1 r m ih0 ng)) +("outperforms" nil (aw1 t p er0 f ao1 r m z)) +("outplacement" nil (aw1 t p l ey1 s m ax n t)) +("outpost" nil (aw1 t p ow1 s t)) +("outposts" nil (aw1 t p ow1 s t s)) +("outpouching" nil (aw1 t p aw1 ch ih0 ng)) +("outpouring" nil (aw1 t p ao1 r ih0 ng)) +("output" nil (aw1 t p uh1 t)) +("outputs" nil (aw1 t p uh1 t s)) +("outrage" nil (aw1 t r ey1 jh)) +("outraged" nil (aw1 t r ey1 jh d)) +("outrageous" nil (aw0 t r ey1 jh ax s)) +("outrageously" nil (aw1 t r ey1 jh ax s l iy0)) +("outrages" nil (aw1 t r ey1 jh ih0 z)) +("outraging" nil (aw1 t r ey1 jh ih0 ng)) +("outreach" nil (aw1 t r iy1 ch)) +("outriders" nil (aw1 t r ay1 d er0 z)) +("outrigger" nil (aw1 t r ih1 g er0)) +("outright" nil (aw1 t r ay1 t)) +("outrun" nil (aw0 t r ah1 n)) +("outs" nil (aw1 t s)) +("outscored" nil (aw0 t s k ao1 r d)) +("outsell" nil (aw0 t s eh1 l)) +("outselling" nil (aw0 t s eh1 l ih0 ng)) +("outsells" nil (aw0 t s eh1 l z)) +("outset" nil (aw1 t s eh1 t)) +("outshine" nil (aw1 ch ay1 n)) +("outshone" nil (aw0 t sh ow1 n)) +("outside" nil (aw1 t s ay1 d)) +("outsider" nil (aw0 t s ay1 d er0)) +("outsiders" nil (aw0 t s ay1 d er0 z)) +("outsides" nil (aw1 t s ay1 d z)) +("outsized" nil (aw1 t s ay1 z d)) +("outskirts" nil (aw1 t s k er1 t s)) +("outsmart" nil (aw1 t s m aa1 r t)) +("outsold" nil (aw0 t s ow1 l d)) +("outsourcing" nil (aw1 t s ao1 r s ih0 ng)) +("outspend" nil (aw1 t s p eh1 n d)) +("outspending" nil (aw1 t s p eh1 n d ih0 ng)) +("outspent" nil (aw0 t s p eh1 n t)) +("outspoken" nil (aw1 t s p ow1 k ax n)) +("outspokenness" nil (aw0 t s p ow1 k ax n ax s)) +("outstanding" nil (aw1 t s t ae1 n d ih0 ng)) +("outstretched" nil (aw0 t s t r eh1 ch t)) +("outstrip" nil (aw0 t s t r ih1 p)) +("outstripped" nil (aw0 t s t r ih1 p t)) +("outstripping" nil (aw0 t s t r ih1 p ih0 ng)) +("outstrips" nil (aw0 t s t r ih1 p s)) +("outta" nil (uw1 t ax)) +("outten" nil (aw1 t ax n)) +("outvoted" nil (aw0 t v ow1 t ax d)) +("outward" nil (aw1 t w er0 d)) +("outwardly" nil (aw1 t w er0 d l iy0)) +("outwards" nil (aw1 t w er0 d z)) +("outweigh" nil (aw1 t w ey1)) +("outweighed" nil (aw0 t w ey1 d)) +("outweighing" nil (aw1 t w ey1 ih0 ng)) +("outweighs" nil (aw1 t w ey1 z)) +("outwit" nil (aw1 t w ih1 t)) +("outwitting" nil (aw1 t w ih1 t ih0 ng)) +("ouzts" nil (aw1 z t s)) +("oval" nil (ow1 v ax l)) +("ovalle" nil (aa1 v ey0 l)) +("ovarian" nil (ow0 v eh1 r iy0 ax n)) +("ovary" nil (ow1 v er0 iy0)) +("ovate" nil (ow1 v ey0 t)) +("ovation" nil (ow0 v ey1 sh ax n)) +("ovations" nil (ow0 v ey1 sh ax n z)) +("oven" nil (ah1 v ax n)) +("ovens" nil (ah1 v ax n z)) +("over" nil (ow1 v er0)) +("overabundance" nil (ow1 v er0 ax b ah1 n d ax n s)) +("overacker" nil (ow1 v er0 ax k er0)) +("overacted" nil (ow1 v er0 ae1 k t ih0 d)) +("overactive" nil (ow1 v er0 ae1 k t ih0 v)) +("overall" j (ow1 v er0 ao1 l)) +("overall" n (ow1 v er0 ao1 l)) +("overallotment" nil (ow1 v er0 ax l aa1 t m ax n t)) +("overallotments" nil (ow1 v er0 ax l aa1 t m ax n t s)) +("overalls" nil (ow1 v er0 ao1 l z)) +("overambitious" nil (ow1 v er0 ae0 m b ih1 sh ax s)) +("overarching" nil (ow1 v er0 aa1 r ch ih0 ng)) +("overbaugh" nil (ow0 v er1 b ao0)) +("overbay" nil (ow1 v er0 b ey1)) +("overbearing" nil (ow1 v er0 b eh1 r ih0 ng)) +("overbeck" nil (ow1 v er0 b eh1 k)) +("overbey" nil (ow1 v er0 b iy0)) +("overbilling" nil (ow1 v er0 b ih1 l ih0 ng)) +("overblown" nil (ow1 v er0 b l ow1 n)) +("overboard" nil (ow1 v er0 b ao1 r d)) +("overbooked" nil (ow1 v er0 b uh1 k t)) +("overbooking" nil (ow1 v er0 b uh1 k ih0 ng)) +("overbought" nil (ow1 v er0 b ao1 t)) +("overbuilding" nil (ow1 v er0 b ih1 l d ih0 ng)) +("overbuilt" nil (ow1 v er0 b ih1 l t)) +("overburden" nil (ow1 v er0 b er1 d ax n)) +("overburdened" nil (ow1 v er0 b er1 d ax n d)) +("overby" nil (ow1 v er0 b iy0)) +("overcame" nil (ow1 v er0 k ey1 m)) +("overcapacity" nil (ow1 v er0 k ax p ae1 s ax t iy0)) +("overcash" nil (ow1 v er0 k ae1 sh)) +("overcast" nil (ow1 v er0 k ae1 s t)) +("overcharge" nil (ow1 v er0 ch aa1 r jh)) +("overcharged" nil (ow1 v er0 ch aa1 r jh d)) +("overcharges" nil (ow1 v er0 ch aa1 r jh ih0 z)) +("overcharging" nil (ow1 v er0 ch aa1 r jh ih0 ng)) +("overcoat" nil (ow1 v er0 k ow1 t)) +("overcome" nil (ow1 v er0 k ah1 m)) +("overcomes" nil (ow1 v er0 k ah1 m z)) +("overcoming" nil (ow1 v er0 k ah1 m ih0 ng)) +("overconfidence" nil (ow1 v er0 k aa1 n f ih0 d ax n s)) +("overconfident" nil (ow1 v er0 k aa1 n f ih0 d ax n t)) +("overconsumption" nil (ow1 v er0 k ax n s ah1 m p sh ax n)) +("overcooked" nil (ow1 v er0 k uh1 k t)) +("overcrowded" nil (ow1 v er0 k r aw1 d ih0 d)) +("overcrowding" nil (ow1 v er0 k r aw1 d ih0 ng)) +("overdamping" nil (ow1 v er0 d ae1 m p ih0 ng)) +("overdependence" nil (ow1 v er0 d ih0 p eh1 n d ax n s)) +("overdid" nil (ow1 v er0 d ih1 d)) +("overdo" nil (ow1 v er0 d uw1)) +("overdoing" nil (ow1 v er0 d uw1 ih0 ng)) +("overdone" nil (ow1 v er0 d ah1 n)) +("overdorf" nil (ow1 v er0 d ao0 r f)) +("overdose" nil (ow1 v er0 d ow1 s)) +("overdosed" nil (ow1 v er0 d ow1 s t)) +("overdoses" nil (ow1 v er0 d ow1 s ih0 z)) +("overdraft" nil (ow1 v er0 d r ae1 f t)) +("overdrafting" nil (ow1 v er0 d r ae1 f t ih0 ng)) +("overdrafts" nil (ow1 v er0 d r ae1 f t s)) +("overdraw" nil (ow1 v er0 d r ao1)) +("overdrawn" nil (ow1 v er0 d r ao1 n)) +("overdress" nil (ow1 v er0 d r eh1 s)) +("overdrive" nil (ow1 v er0 d r ay1 v)) +("overdue" nil (ow1 v er0 d uw1)) +("overeager" nil (ow1 v er0 iy1 g er0)) +("overeat" nil (ow1 v er0 iy1 t)) +("overeating" nil (ow1 v er0 iy1 t ih0 ng)) +("overemphasize" nil (ow1 v er0 eh1 m f ax s ay1 z)) +("overestimate" nil (ow1 v er0 eh1 s t ax m ey1 t)) +("overestimated" nil (ow1 v er0 eh1 s t ax m ey1 t ih0 d)) +("overestimates" nil (ow1 v er0 eh1 s t ax m ey1 t s)) +("overestimating" nil (ow1 v er0 eh1 s t ax m ey1 t ih0 ng)) +("overexpansion" nil (ow1 v er0 ih0 k s p ae1 n sh ax n)) +("overexposed" nil (ow1 v er0 ih0 k s p ow1 z d)) +("overexposure" nil (ow1 v er0 ih0 k s p ow1 zh er0)) +("overextended" nil (ow1 v er0 ih0 k s t eh1 n d ax d)) +("overextending" nil (ow1 v er0 ih0 k s t eh1 n d ih0 ng)) +("overfeed" nil (ow1 v er0 f iy1 d)) +("overfelt" nil (ow1 v er0 f eh1 l t)) +("overfield" nil (ow1 v er0 f iy1 l d)) +("overfill" nil (ow1 v er0 f ih1 l)) +("overfishing" nil (ow1 v er0 f ih1 sh ih0 ng)) +("overflights" nil (ow1 v er0 f l ay1 t s)) +("overflow" nil (ow1 v er0 f l ow1)) +("overflowed" nil (ow1 v er0 f l ow1 d)) +("overflowing" nil (ow1 v er0 f l ow1 ih0 ng)) +("overflows" nil (ow1 v er0 f l ow1 z)) +("overfunded" nil (ow1 v er0 f ah1 n d ih0 d)) +("overfunding" nil (ow1 v er0 f ah1 n d ih0 ng)) +("overgaard" nil (ow1 v er0 g aa1 r d)) +("overgenerous" nil (ow1 v er0 jh eh1 n er0 ax s)) +("overgrazing" nil (ow1 v er0 g r ey1 z ih0 ng)) +("overgrown" nil (ow1 v er0 g r ow1 n)) +("overhang" nil (ow1 v er0 hh ae1 ng)) +("overhanging" nil (ow1 v er0 hh ae1 ng ih0 ng)) +("overhangs" nil (ow1 v er0 hh ae1 ng z)) +("overhaul" nil (ow1 v er0 hh ao1 l)) +("overhauled" nil (ow1 v er0 hh ao1 l d)) +("overhauling" nil (ow1 v er0 hh ao1 l ih0 ng)) +("overhauls" nil (ow1 v er0 hh ao1 l z)) +("overhead" nil (ow1 v er0 hh eh1 d)) +("overheads" nil (ow1 v er0 hh eh1 d z)) +("overhear" nil (ow1 v er0 hh ih1 r)) +("overheard" nil (ow1 v er0 hh er1 d)) +("overhearing" nil (ow1 v er0 hh ih1 r ih0 ng)) +("overheat" nil (ow1 v er0 hh iy1 t)) +("overheated" nil (ow1 v er0 hh iy1 t ih0 d)) +("overheating" nil (ow1 v er0 hh iy1 t ih0 ng)) +("overholser" nil (ow1 v er0 hh ow1 l s er0)) +("overholt" nil (ow1 v er0 hh ow0 l t)) +("overholtzer" nil (ow1 v er0 hh ow0 l t z er0)) +("overjoyed" nil (ow1 v er0 jh oy1 d)) +("overkill" nil (ow1 v er0 k ih1 l)) +("overkilling" nil (ow1 v er0 k ih1 l ih0 ng)) +("overlaid" nil (ow1 v er0 l ey1 d)) +("overlain" nil (ow1 v er0 l ey1 n)) +("overland" nil (ow1 v er0 l ae1 n d)) +("overlap" nil (ow1 v er0 l ae1 p)) +("overlapped" nil (ow1 v er0 l ae1 p t)) +("overlapping" nil (ow1 v er0 l ae1 p ih0 ng)) +("overlaps" nil (ow1 v er0 l ae1 p s)) +("overlay" nil (ow1 v er0 l ey1)) +("overlays" nil (ow1 v er0 l ey1 z)) +("overleveraged" nil (ow1 v er0 l eh1 v r ih0 jh d)) +("overley" nil (ow1 v er0 l iy0)) +("overload" nil (ow1 v er0 l ow1 d)) +("overloaded" nil (ow1 v er0 l ow1 d ih0 d)) +("overloading" nil (ow1 v er0 l ow1 d ih0 ng)) +("overloads" nil (ow1 v er0 l ow1 d z)) +("overlock" nil (ow1 v er0 l aa1 k)) +("overlook" nil (ow1 v er0 l uh1 k)) +("overlooked" nil (ow1 v er0 l uh1 k t)) +("overlooking" nil (ow1 v er0 l uh1 k ih0 ng)) +("overlooks" nil (ow1 v er0 l uh1 k s)) +("overlord" nil (ow1 v er0 l ao1 r d)) +("overlords" nil (ow1 v er0 l ao1 r d z)) +("overly" nil (ow1 v er0 l iy0)) +("overlying" nil (ow1 v er0 l ay1 ih0 ng)) +("overman" nil (ow1 v er0 m ax n)) +("overmatched" nil (ow1 v er0 m ae1 ch t)) +("overmyer" nil (ow1 v er0 m iy0 er0)) +("overnight" nil (ow1 v er0 n ay1 t)) +("overnighters" nil (ow1 v er0 n ay1 t er0 z)) +("overnite" nil (ow1 v er0 n ay1 t)) +("overoptimism" nil (ow1 v er0 aa1 p t ih0 m ih1 z ax m)) +("overpaid" nil (ow1 v er0 p ey1 d)) +("overpass" nil (ow1 v er0 p ae1 s)) +("overpasses" nil (ow1 v er0 p ae1 s ih0 z)) +("overpay" nil (ow1 v er0 p ey1)) +("overpaying" nil (ow1 v er0 p ey1 ih0 ng)) +("overpayment" nil (ow1 v er0 p ey1 m ax n t)) +("overpayments" nil (ow1 v er0 p ey1 m ax n t s)) +("overpeck" nil (ow1 v er0 p eh1 k)) +("overplayed" nil (ow1 v er0 p l ey1 d)) +("overpopulation" nil (ow1 v er0 p aa1 p y ax l ey1 sh ax n)) +("overpowered" nil (ow1 v er0 p aw1 er0 d)) +("overpowering" nil (ow1 v er0 p aw1 r ih0 ng)) +("overpriced" nil (ow1 v er0 p r ay1 s t)) +("overproduce" nil (ow1 v er0 p r ax d uw1 s)) +("overproduced" nil (ow1 v er0 p r ax d uw1 s t)) +("overproducers" nil (ow1 v er0 p r ax d uw1 s er0 z)) +("overproducing" nil (ow1 v er0 p r ax d y uw1 s ih0 ng)) +("overproduction" nil (ow1 v er0 p r ax d ah1 k sh ax n)) +("overprotection" nil (ow1 v er0 p r ax t eh1 k sh ax n)) +("overqualified" nil (ow1 v er0 k w aa1 l ax f ay1 d)) +("overran" nil (ow1 v er0 r ae1 n)) +("overrated" nil (ow1 v er0 r ey1 t ih0 d)) +("overreach" nil (ow1 v er0 r iy1 ch)) +("overreached" nil (ow1 v er0 r iy1 ch t)) +("overreaches" nil (ow1 v er0 r iy1 ch ih0 z)) +("overreaching" nil (ow1 v er0 r iy1 ch ih0 ng)) +("overreact" nil (ow1 v er0 r iy0 ae1 k t)) +("overreacted" nil (ow1 v er0 r iy0 ae1 k t ih0 d)) +("overreacting" nil (ow1 v er0 r iy0 ae1 k t ih0 ng)) +("overreaction" nil (ow1 v er0 r iy0 ae1 k sh ax n)) +("overregulated" nil (ow1 v er0 r eh1 g y ax l ey1 t ih0 d)) +("overregulation" nil (ow1 v er0 r eh1 g y ax l ey1 sh ax n)) +("overreliance" nil (ow1 v er0 r ih0 l ay1 ax n s)) +("overrepresented" nil (ow1 v er0 r eh1 p r ih0 z eh1 n t ih0 d)) +("overridden" nil (ow1 v er0 r ih1 d ax n)) +("override" nil (ow1 v er0 r ay1 d)) +("overrides" nil (ow1 v er0 r ay1 d z)) +("overriding" nil (ow1 v er0 r ay1 d ih0 ng)) +("overripe" nil (ow1 v er0 r ay1 p)) +("overrode" nil (ow1 v er0 r ow1 d)) +("overrule" nil (ow1 v er0 r uw1 l)) +("overruled" nil (ow1 v er0 r uw1 l d)) +("overruling" nil (ow1 v er0 r uw1 l ih0 ng)) +("overrun" nil (ow1 v er0 r ah1 n)) +("overrunning" nil (ow1 v er0 r ah1 n ih0 ng)) +("overruns" nil (ow1 v er0 r ah1 n z)) +("overs" nil (ow1 v er0 z)) +("oversaw" nil (ow1 v er0 s ao1)) +("overseas" nil (ow1 v er0 s iy1 z)) +("oversee" nil (ow1 v er0 s iy1)) +("overseeing" nil (ow1 v er0 s iy1 ih0 ng)) +("overseen" nil (ow1 v er0 s iy1 n)) +("overseer" nil (ow1 v er0 s iy1 er0)) +("overseers" nil (ow1 v er0 s iy1 er0 z)) +("oversees" nil (ow1 v er0 s iy1 z)) +("overselling" nil (ow1 v er0 s eh1 l ih0 ng)) +("overshadow" nil (ow1 v er0 sh ae1 d ow0)) +("overshadowed" nil (ow1 v er0 sh ae1 d ow0 d)) +("overshadowing" nil (ow1 v er0 sh ae1 d ow0 ih0 ng)) +("overshadows" nil (ow1 v er0 sh ae1 d ow0 z)) +("overshoot" nil (ow1 v er0 sh uw1 t)) +("overshooting" nil (ow1 v er0 sh uw1 t ih0 ng)) +("overshot" nil (ow1 v er0 sh aa1 t)) +("oversight" nil (ow1 v er0 s ay1 t)) +("oversimplified" nil (ow1 v er0 s ih1 m p l ih0 f ay1 d)) +("oversize" nil (ow1 v er0 s ay1 z)) +("oversized" nil (ow1 v er0 s ay1 z d)) +("oversizes" nil (ow1 v er0 s ay1 z ih0 z)) +("overslept" nil (ow1 v er0 s l eh1 p t)) +("oversold" nil (ow1 v er0 s ow1 l d)) +("overson" nil (ow1 v er0 s ax n)) +("overspend" nil (ow1 v er0 s p eh1 n d)) +("overspending" nil (ow1 v er0 s p eh1 n d ih0 ng)) +("overspends" nil (ow1 v er0 s p eh1 n d z)) +("overspent" nil (ow1 v er0 s p eh1 n t)) +("overstaffed" nil (ow1 v er0 s t ae1 f t)) +("overstate" nil (ow1 v er0 s t ey1 t)) +("overstated" nil (ow1 v er0 s t ey1 t ih0 d)) +("overstatement" nil (ow1 v er0 s t ey1 t m ax n t)) +("overstatements" nil (ow1 v er0 s t ey1 t m ax n t s)) +("overstates" nil (ow1 v er0 s t ey1 t s)) +("overstating" nil (ow1 v er0 s t ey1 t ih0 ng)) +("overstayed" nil (ow1 v er0 s t ey1 d)) +("overstep" nil (ow1 v er0 s t eh1 p)) +("overstepped" nil (ow1 v er0 s t eh1 p t)) +("overstepping" nil (ow1 v er0 s t eh1 p ih0 ng)) +("overstocked" nil (ow1 v er0 s t aa1 k t)) +("overstreet" nil (ow1 v er0 s t r iy1 t)) +("overstrom" nil (ow1 v er0 s t r aa1 m)) +("overstuffed" nil (ow1 v er0 s t ah1 f t)) +("oversubscribed" nil (ow1 v er0 s ax b s k r ay1 b d)) +("oversupplied" nil (ow1 v er0 s ax p l ay1 d)) +("oversupply" nil (ow1 v er0 s ax p l ay1)) +("overt" nil (ow0 v er1 t)) +("overtake" nil (ow1 v er0 t ey1 k)) +("overtaken" nil (ow1 v er0 t ey1 k ax n)) +("overtaking" nil (ow1 v er0 t ey1 k ih0 ng)) +("overtax" nil (ow1 v er0 t ae1 k s)) +("overtaxed" nil (ow1 v er0 t ae1 k s t)) +("overthrew" nil (ow1 v er0 th r uw1)) +("overthrow" nil (ow1 v er0 th r ow1)) +("overthrowing" nil (ow1 v er0 th r ow1 ih0 ng)) +("overthrown" nil (ow1 v er0 th r ow1 n)) +("overtime" nil (ow1 v er0 t ay1 m)) +("overtly" nil (ow0 v er1 t l iy0)) +("overton" nil (ow1 v er0 t ax n)) +("overtones" nil (ow1 v er0 t ow1 n z)) +("overtook" nil (ow1 v er0 t uh1 k)) +("overture" nil (ow1 v er0 ch er0)) +("overtures" nil (ow1 v er0 ch uh1 r z)) +("overturf" nil (ow1 v er0 t er1 f)) +("overturn" nil (ow1 v er0 t er1 n)) +("overturned" nil (ow1 v er0 t er1 n d)) +("overturning" nil (ow1 v er0 t er1 n ih0 ng)) +("overturns" nil (ow1 v er0 t er1 n z)) +("overuse" nil (ow1 v er0 y uw1 z)) +("overused" nil (ow1 v er0 y uw1 z d)) +("overvaluation" nil (ow1 v er0 v ae1 l y uw0 ey1 sh ax n)) +("overvalued" nil (ow1 v er0 v ae1 l y uw0 d)) +("overview" nil (ow1 v er0 v y uw1)) +("overweight" nil (ow1 v er0 w ey1 t)) +("overweighted" nil (ow1 v er0 w ey1 t ih0 d)) +("overwhelm" nil (ow1 v er0 w eh1 l m)) +("overwhelmed" nil (ow1 v er0 w eh1 l m d)) +("overwhelming" nil (ow1 v er0 w eh1 l m ih0 ng)) +("overwhelmingly" nil (ow1 v er0 w eh1 l m ih0 ng l iy0)) +("overwhelms" nil (ow1 v er0 w eh1 l m z)) +("overwinter" nil (ow1 v er0 w ih1 n t er0)) +("overwork" nil (ow1 v er0 w er1 k)) +("overworked" nil (ow1 v er0 w er1 k t)) +("overwritten" nil (ow1 v er0 r ih1 t ax n)) +("overwrought" nil (ow1 v er0 r ao1 t)) +("overy" nil (ow1 v er0 iy0)) +("overzealous" nil (ow1 v er0 z eh1 l ax s)) +("oveson" nil (aa1 v ax s ax n)) +("ovett" nil (ow1 v eh1 t)) +("ovex" nil (ow1 v eh0 k s)) +("oviatt" nil (ow1 v iy0 aa1 t)) +("oviedo" nil (ow0 v iy0 ey1 d ow0)) +("oviparous" nil (ow0 v ih1 p er0 ax s)) +("ovitt" nil (ow1 v ih0 t)) +("ovitz" nil (ow0 v ih1 t s)) +("ovoid" nil (ow1 v oy1 d)) +("ovonic" nil (ow0 v aa1 n ih0 k)) +("ovoviviparous" nil (ow1 v ow1 v ay1 v ih1 p er0 ax s)) +("ovshinsky" nil (aa0 v sh ih1 n s k iy0)) +("ovulation" nil (ow1 v y ax l ey1 sh ax n)) +("ovule" nil (ow1 v y uw0 l)) +("ovum" nil (ow1 v ax m)) +("ow" nil (ow1)) +("owades" nil (ow1 aa0 d z)) +("owczarzak" nil (aw0 ch aa1 r z ax k)) +("owe" nil (ow1)) +("owed" nil (ow1 d)) +("owen" nil (ow1 ax n)) +("owenby" nil (aw1 ih0 n b iy0)) +("owens" nil (ow1 ax n z)) +("owensboro" nil (ow1 ax n z b er0 ow0)) +("owensby" nil (aw1 ih0 n s b iy0)) +("owes" nil (ow1 z)) +("owing" nil (ow1 ih0 ng)) +("owings" nil (ow1 ih0 ng z)) +("owl" nil (aw1 l)) +("owls" nil (aw1 l z)) +("own" nil (ow1 n)) +("ownbey" nil (aw1 n b iy0)) +("ownby" nil (aw1 n b iy0)) +("owned" nil (ow1 n d)) +("owner" nil (ow1 n er0)) +("owners" nil (ow1 n er0 z)) +("ownership" nil (ow1 n er0 sh ih1 p)) +("owning" nil (ow1 n ih0 ng)) +("owns" nil (ow1 n z)) +("owosso" nil (ow0 ao1 s ow0)) +("owsley" nil (aw1 s l iy0)) +("owyhee" nil (ow1 ih0 hh iy0)) +("ox" nil (aa1 k s)) +("oxalates" nil (aa1 k s ax l ey1 t s)) +("oxalis" nil (aa1 k s ax l ax s)) +("oxbow" nil (aa1 k s b ow1)) +("oxbridge" nil (aa1 k s b r ih1 jh)) +("oxcart" nil (aa1 k s k aa1 r t)) +("oxdon" nil (aa1 k s d aa1 n)) +("oxen" nil (aa1 k s ax n)) +("oxendine" nil (aa1 k s ih0 n d ay0 n)) +("oxfam" nil (aa1 k s f ae1 m)) +("oxford" nil (aa1 k s f er0 d)) +("oxfords" nil (aa1 k s f er0 d z)) +("oxidant" nil (aa1 k s ax d ax n t)) +("oxidants" nil (aa1 k s ih0 d ax n t s)) +("oxidation" nil (aa1 k s ax d ey1 sh ax n)) +("oxide" nil (aa1 k s ay1 d)) +("oxides" nil (aa1 k s ay1 d z)) +("oxidized" nil (aa1 k s ax d ay1 z d)) +("oxidizer" nil (aa1 k s ih0 d ay1 z er0)) +("oxidizing" nil (aa1 k s ax d ay1 z ih0 ng)) +("oxidyne" nil (aa1 k s ih0 d ay1 n)) +("oxley" nil (aa1 k s l iy0)) +("oxman" nil (aa1 k s m ax n)) +("oxnard" nil (aa1 k s n er0 d)) +("oxner" nil (aa1 k s n er0)) +("oxoco" nil (aa0 k s ow1 k ow0)) +("oxton" nil (aa1 k s t ax n)) +("oxy" nil (aa1 k s iy0)) +("oxygen" nil (aa1 k s ax jh ax n)) +("oxygenate" nil (aa1 k s ax jh ax n ey1 t)) +("oxygenated" nil (aa1 k s ax jh ax n ey1 t ax d)) +("oxymoron" nil (aa0 k s ih1 m er0 aa0 n)) +("oxytocin" nil (aa1 k s ax t ow1 s ax n)) +("oy" nil (oy1)) +("oyama" nil (ow0 y aa1 m ax)) +("oye" nil (oy1)) +("oyen" nil (oy1 ih0 n)) +("oyer" nil (oy1 er0)) +("oyler" nil (oy1 l er0)) +("oyola" nil (oy1 ow1 l ax)) +("oyster" nil (oy1 s t er0)) +("oysters" nil (oy1 s t er0 z)) +("oz" nil (aa1 z)) +("ozaki" nil (ow0 z aa1 k iy0)) +("ozal" nil (ow1 z ax l)) +("ozanich" nil (ax z ae1 n ih0 hh)) +("ozanne" nil (ow1 z ae0 n)) +("ozark" nil (ow1 z aa1 r k)) +("ozarks" nil (ow1 z aa1 r k s)) +("ozawa" nil (ow0 z aa1 w ax)) +("ozbun" nil (aa1 z b ax n)) +("ozburn" nil (aa1 z b er0 n)) +("ozelle" nil (ax z eh1 l)) +("ozga" nil (ow1 z g ax)) +("ozick" nil (ow1 z ih0 k)) +("ozier" nil (ow1 z iy0 er0)) +("ozimek" nil (ax z ih1 m eh0 k)) +("ozment" nil (aa1 z m ax n t)) +("ozmun" nil (aa1 z m ax n)) +("ozolins" nil (ow0 z ow1 l iy0 n z)) +("ozols" nil (ow1 z ow0 l z)) +("ozone" nil (ow1 z ow1 n)) +("ozora" nil (ax z ao1 r ax)) +("ozuna" nil (ow0 z uw1 n ax)) +("ozzie" nil (aa1 z iy0)) +("p" nil (p iy1)) +("pa" nil (p aa1)) +("paap" nil (p aa1 p)) +("paape" nil (p aa1 p)) +("paar" nil (p aa1 r)) +("paasch" nil (p aa1 sh)) +("paavola" nil (p aa1 v ow1 l ax)) +("pablo" nil (p aa1 b l ow0)) +("pablum" nil (p ae1 b l ax m)) +("pabon" nil (p aa0 b ao1 n)) +("pabst" nil (p ae1 b s t)) +("pac" nil (p ae1 k)) +("paca" nil (p aa1 k ax)) +("paccar" nil (p ax k aa1 r)) +("paccione" nil (p aa0 k ch ow1 n iy0)) +("pace" nil (p ey1 s)) +("paced" nil (p ey1 s t)) +("pacella" nil (p ax s eh1 l ax)) +("pacelli" nil (p ax s eh1 l iy0)) +("pacemaker" nil (p ey1 s m ey1 k er0)) +("pacemakers" nil (p ey1 s m ey1 k er0 z)) +("pacer" nil (p ey1 s er0)) +("pacers" nil (p ey1 s er0 z)) +("paces" nil (p ey1 s ih0 z)) +("pacesetter" nil (p ey1 s eh1 t er0)) +("paceway" nil (p ey1 s w ey1)) +("pacey" nil (p ey1 s iy0)) +("pacheco" nil (p ax ch eh1 k ow0)) +("pachinko" nil (p ax ch ih1 ng k ow0)) +("pacholder" nil (p ae1 ch ax l d er0)) +("pacholski" nil (p ax hh ow1 l s k iy0)) +("pachter" nil (p ae1 k t er0)) +("pachysandra" nil (p ae1 ch ih0 s ae1 n d r ax)) +("paci" nil (p aa1 ch iy0)) +("pacific" nil (p ax s ih1 f ih0 k)) +("pacifica" nil (p ax s ih1 f ih0 k ax)) +("pacificare" nil (p ax s ih1 f ih0 k eh1 r)) +("pacification" nil (p ae1 s ax f ax k ey1 sh ax n)) +("pacifico" nil (p aa0 ch iy0 f iy1 k ow0)) +("pacificorp" nil (p ax s ih1 f ih0 k ao0 r p)) +("pacified" nil (p ae1 s ax f ay1 d)) +("pacifier" nil (p ae1 s ax f ay1 er0)) +("pacifiers" nil (p ae1 s ax f ay1 er0 z)) +("pacifism" nil (p ae1 s ih0 f ih1 z ax m)) +("pacifist" nil (p ae1 s ih0 f ih0 s t)) +("pacifists" nil (p ae1 s ih0 f ih0 s t s)) +("pacify" nil (p ae1 s ax f ay1)) +("pacing" nil (p ey1 s ih0 ng)) +("pacini" nil (p aa0 ch iy1 n iy0)) +("pacino" nil (p ax s iy1 n ow0)) +("pack" nil (p ae1 k)) +("package" nil (p ae1 k ax jh)) +("packaged" nil (p ae1 k ih0 jh d)) +("packager" nil (p ae1 k ih0 jh er0)) +("packagers" nil (p ae1 k ih0 jh er0 z)) +("packages" nil (p ae1 k ax jh ax z)) +("packaging" nil (p ae1 k ih0 jh ih0 ng)) +("packard" nil (p ae1 k er0 d)) +("packed" nil (p ae1 k t)) +("packer" nil (p ae1 k er0)) +("packers" nil (p ae1 k er0 z)) +("packet" nil (p ae1 k ax t)) +("packets" nil (p ae1 k ih0 t s)) +("packett" nil (p ae1 k ih0 t)) +("packham" nil (p ae1 k hh ax m)) +("packing" nil (p ae1 k ih0 ng)) +("packinghouse" nil (p ae1 k ih0 ng hh aw1 s)) +("packman" nil (p ae1 k m ax n)) +("packs" nil (p ae1 k s)) +("packwood" nil (p ae1 k w uh1 d)) +("pacman" nil (p ae1 k m ax n)) +("paco" nil (p ey1 k ow0)) +("pacs" nil (p ae1 k s)) +("pact" nil (p ae1 k t)) +("pactel" nil (p ae1 k t eh1 l)) +("pacto" nil (p ae1 k t ow0)) +("pacts" nil (p ae1 k t s)) +("pacyna" nil (p aa1 k iy0 n ax)) +("paczkowski" nil (p ax ch k ao1 f s k iy0)) +("pad" nil (p ae1 d)) +("paddack" nil (p ae1 d ax k)) +("padded" nil (p ae1 d ax d)) +("padden" nil (p ae1 d ax n)) +("paddies" nil (p ae1 d iy0 z)) +("padding" nil (p ae1 d ih0 ng)) +("paddington" nil (p ae1 d ih0 ng t ax n)) +("paddle" nil (p ae1 d ax l)) +("paddled" nil (p ae1 d ax l d)) +("paddles" nil (p ae1 d ax l z)) +("paddling" nil (p ae1 d ax l ih0 ng)) +("paddock" nil (p ae1 d ax k)) +("paddy" nil (p ae1 d iy0)) +("paden" nil (p ey1 d ax n)) +("padfield" nil (p ae1 d f iy1 l d)) +("padget" nil (p ae1 jh ih0 t)) +("padgett" nil (p ae1 jh ih0 t)) +("padgitt" nil (p ae1 jh ih0 t)) +("padilla" nil (p ax d ih1 l ax)) +("padley" nil (p ae1 d l iy0)) +("padlock" nil (p ae1 d l aa1 k)) +("padlocked" nil (p ae1 d l aa1 k t)) +("padlocks" nil (p ae1 d l aa1 k s)) +("padovano" nil (p aa0 d ow0 v aa1 n ow0)) +("padre" nil (p ae1 d r ey1)) +("padres" nil (p ae1 d r ey1 z)) +("padrick" nil (p ae1 d r ih0 k)) +("padro" nil (p aa1 d r ow0)) +("padron" nil (p ae1 d r ax n)) +("pads" nil (p ae1 d z)) +("padua" nil (p ae1 d y uw0 ax)) +("paduano" nil (p aa0 d uw0 aa1 n ow0)) +("paducah" nil (p ax d uw1 k ax)) +("padula" nil (p aa0 d uw1 l ax)) +("pae" nil (p ay1)) +("paean" nil (p iy1 ax n)) +("paeans" nil (p iy1 ax n z)) +("paek" nil (p iy1 k)) +("paeth" nil (p iy1 th)) +("paetz" nil (p iy1 t s)) +("paez" nil (p ay0 eh1 z)) +("paff" nil (p ae1 f)) +("pafford" nil (p ae1 f er0 d)) +("pagan" nil (p ey1 g ax n)) +("paganelli" nil (p aa0 g aa0 n eh1 l iy0)) +("pagani" nil (p aa0 g aa1 n iy0)) +("paganini" nil (p ae1 g ax n iy1 n iy0)) +("paganism" nil (p ey1 g ax n ih1 z ax m)) +("pagano" nil (p aa0 g aa1 n ow0)) +("pagar" nil (p ae1 g er0)) +("page" nil (p ey1 jh)) +("pageant" nil (p ae1 jh ax n t)) +("pageantry" nil (p ae1 jh ax n t r iy0)) +("pageants" nil (p ae1 jh ax n t s)) +("paged" nil (p ey1 jh d)) +("pagel" nil (p ae1 g ax l)) +("pagels" nil (p ae1 g ax l z)) +("pagemaker" nil (p ey1 jh m ey1 k er0)) +("pagenkopf" nil (p ae1 g ax n k ao0 p f)) +("pager" nil (p ey1 jh er0)) +("pagers" nil (p ey1 jh er0 z)) +("pages" nil (p ey1 jh ax z)) +("paget" nil (p ae1 jh ax t)) +("pagett" nil (p ae1 jh ax t)) +("pagette" nil (p ae1 jh eh1 t)) +("pagezy" nil (p ae1 jh eh1 z iy0)) +("pagination" nil (p ae1 jh ax n ey1 sh ax n)) +("paging" nil (p ey1 jh ih0 ng)) +("paglia" nil (p ae1 g l iy0 ax)) +("pagliaro" nil (p ae1 g l iy0 aa1 r ow0)) +("pagliarulo" nil (p ae1 g l iy0 er0 uw1 l ow0)) +("pagliuca" nil (p ae1 g l iy0 uw1 k ax)) +("pagni" nil (p ae1 g n iy0)) +("pagnotta" nil (p aa0 g n ow1 t ax)) +("pagoda" nil (p ax g ow1 d ax)) +("pagurian" nil (p ax g y uh1 r iy0 ax n)) +("pah" nil (p ae1)) +("pahl" nil (p aa1 l)) +("pahnos" nil (p aa1 n ow0 s)) +("pai" nil (p aa1 iy0)) +("paid" nil (p ey1 d)) +("paige" nil (p ey1 jh)) +("paik" nil (p ey1 k)) +("pail" nil (p ey1 l)) +("paille" nil (p ey1 l)) +("pails" nil (p ey1 l z)) +("pain" nil (p ey1 n)) +("paine" nil (p ey1 n)) +("pained" nil (p ey1 n d)) +("painewebber" nil (p ey1 n w eh1 b er0)) +("painful" nil (p ey1 n f ax l)) +("painfully" nil (p ey1 n f ax l iy0)) +("painkiller" nil (p ey1 n k ih1 l er0)) +("painkillers" nil (p ey1 n k ih1 l er0 z)) +("painless" nil (p ey1 n l ax s)) +("painlessly" nil (p ey1 n l ax s l iy0)) +("paino" nil (p ey1 n ow0)) +("pains" nil (p ey1 n z)) +("painstaking" nil (p ey1 n s t ey1 k ih0 ng)) +("painstakingly" nil (p ey1 n s t ey1 k ih0 ng l iy0)) +("paint" nil (p ey1 n t)) +("paintbrush" nil (p ey1 n t b r ah1 sh)) +("paintbrushes" nil (p ey1 n t b r ah1 sh ih0 s)) +("painted" nil (p ey1 n t ax d)) +("painter" nil (p ey1 n t er0)) +("painterly" nil (p ey1 n t er0 l iy0)) +("painters" nil (p ey1 n t er0 z)) +("painting" nil (p ey1 n t ih0 ng)) +("paintings" nil (p ey1 n t ih0 ng z)) +("paints" nil (p ey1 n t s)) +("pair" nil (p eh1 r)) +("paired" nil (p eh1 r d)) +("pairing" nil (p eh1 r ih0 ng)) +("pairs" nil (p eh1 r z)) +("pais" nil (p ey1 z)) +("paisley" nil (p ey1 z l iy0)) +("pait" nil (p ey1 t)) +("paiute" nil (p ay1 y uw0 t)) +("paiva" nil (p ey1 v ax)) +("paiz" nil (p ey1 z)) +("pajak" nil (p ay1 ax k)) +("pajama" nil (p ax jh aa1 m ax)) +("pajamas" nil (p ax jh aa1 m ax z)) +("pak" nil (p ae1 k)) +("pake" nil (p ey1 k)) +("pakeha" nil (p ax k ey1 hh aa0)) +("pakistan" nil (p ae1 k ih0 s t ae1 n)) +("pakistani" nil (p ae1 k ih0 s t ae1 n iy0)) +("pakistanian" nil (p ae1 k ih0 s t ae1 n iy0 ax n)) +("pakistanis" nil (p ae1 k ih0 s t ae1 n iy0 z)) +("pakula" nil (p ax k uw1 l ax)) +("pakulski" nil (p ax k ah1 l s k iy0)) +("pal" nil (p ae1 l)) +("palace" nil (p ae1 l ax s)) +("palaces" nil (p ae1 l ax s ax z)) +("palacio" nil (p ax l ey1 s iy0 ow0)) +("palacios" nil (p aa0 l aa0 s iy1 ow0 z)) +("paladino" nil (p aa0 l aa0 d iy1 n ow0)) +("palafox" nil (p ae1 l ax f aa1 k s)) +("palais" nil (p ax l ey1)) +("palardy" nil (p ax l aa1 r d iy0)) +("palash" nil (p ax l ae1 sh)) +("palatability" nil (p ae1 l ax t ax b ih1 l ax t iy0)) +("palatable" nil (p ae1 l ax t ax b ax l)) +("palate" nil (p ae1 l ax t)) +("palates" nil (p ae1 l ax t s)) +("palatial" nil (p ax l ey1 sh ax l)) +("palatine" nil (p ae1 l ax t ay1 n)) +("palau" nil (p ae1 l aw0)) +("palauans" nil (p ax l aw1 ax n z)) +("palay" nil (p ey1 l ey1)) +("palazzi" nil (p aa0 l aa1 t s iy0)) +("palazzo" nil (p ax l aa1 z ow0)) +("palazzola" nil (p aa0 l aa0 t s ow1 l ax)) +("palazzolo" nil (p aa0 l aa0 t s ow1 l ow0)) +("palca" nil (p ae1 l k ax)) +("palco" nil (p ae1 l k ow0)) +("pale" nil (p ey1 l)) +("palecek" nil (p aa1 l ih0 ch eh0 k)) +("paled" nil (p ey1 l d)) +("palen" nil (p ae1 l ax n)) +("paleobotany" nil (p ey1 l iy0 ow0 b aa1 t ax n iy0)) +("paleocene" nil (p ey1 l iy0 ax s iy1 n)) +("paleontology" nil (p ey1 l iy0 ax n t aa1 l ax jh iy0)) +("paleozoic" nil (p ey1 l iy0 ax z ow1 ih0 k)) +("palermo" nil (p ax l eh1 r m ow0)) +("pales" nil (p ey1 l z)) +("palese" nil (p aa0 l ey1 z iy0)) +("palest" nil (p ey1 l ax s t)) +("palestine" nil (p ae1 l ax s t ay1 n)) +("palestinian" nil (p ae1 l ih0 s t ih1 n iy0 ax n)) +("palestinians" nil (p ae1 l ih0 s t ih1 n iy0 ax n z)) +("palette" nil (p ae1 l ax t)) +("paley" nil (p ey1 l iy0)) +("palfrey" nil (p ae1 l f r iy0)) +("palin" nil (p ae1 l ih0 n)) +("palinkas" nil (p ae1 l ih0 ng k ax z)) +("palisades" nil (p ae1 l ih0 s ey1 d z)) +("palka" nil (p ae1 l k ax)) +("palko" nil (p ae1 l k ow0)) +("palkovic" nil (p ax l k aa1 v ih0 k)) +("pall" nil (p aa1 l)) +("palla" nil (p ae1 l ax)) +("palladino" nil (p aa0 l aa0 d iy1 n ow0)) +("palladium" nil (p ax l ey1 d iy0 ax m)) +("pallante" nil (p aa0 l aa1 n t iy0)) +("pallas" nil (p ae1 l ax s)) +("paller" nil (p ae1 l er0)) +("palleschi" nil (p aa0 l eh1 s k iy0)) +("pallet" nil (p ae1 l ax t)) +("pallett" nil (p ae1 l ax t)) +("palliative" nil (p ae1 l iy0 ax t ih0 v)) +("palliatives" nil (p ae1 l iy0 ax t ih0 v z)) +("pallid" nil (p ae1 l ax d)) +("pallo" nil (p ae1 l ow0)) +("pallone" nil (p aa0 l ow1 n iy0)) +("palm" nil (p aa1 m)) +("palma" nil (p aa1 l m ax)) +("palmateer" nil (p ae1 l m ax t ih0 r)) +("palmatier" nil (p ae1 l m ax t iy0 er0)) +("palmdale" nil (p aa1 m d ey1 l)) +("palme" nil (p aa1 m)) +("palmer" nil (p aa1 m er0)) +("palmeri" nil (p aa0 l m eh1 r iy0)) +("palmerino" nil (p ao1 l m eh0 r iy1 n ow0)) +("palmero" nil (p aa0 l m eh1 r ow0)) +("palmerton" nil (p aa1 m er0 t ax n)) +("palmertree" nil (p aa1 m er0 t r iy1)) +("palmetto" nil (p ae0 l m eh1 t ow0)) +("palmgren" nil (p ae1 l m g r eh0 n)) +("palmieri" nil (p ao1 l m iy0 eh1 r iy0)) +("palmira" nil (p aa0 l m ih1 r ax)) +("palmisano" nil (p aa0 l m iy0 s aa1 n ow0)) +("palmistry" nil (p aa1 m ih0 s t r iy0)) +("palmiter" nil (p ae1 l m ay0 t er0)) +("palmitic" nil (p ae0 l m ih1 t ih0 k)) +("palmolive" nil (p aa0 l m aa1 l ih0 v)) +("palmore" nil (p ae1 l m ao0 r)) +("palmquist" nil (p ae1 l m k w ih0 s t)) +("palms" nil (p aa1 m z)) +("palmstierna" nil (p ao1 l m s t iy0 eh1 r n ax)) +("palo" nil (p ae1 l ow0)) +("paloma" nil (p aa0 l ow1 m ax)) +("palomar" nil (p ae1 l ax m aa0 r)) +("palomares" nil (p aa0 l ow0 m aa1 r eh0 s)) +("palomba" nil (p aa0 l ow1 m b ax)) +("palombi" nil (p ax l aa1 m b iy0)) +("palombo" nil (p ax l aa1 m b ow0)) +("palometa" nil (p aa0 l ow0 m eh1 t ax)) +("palomino" nil (p ae1 l ax m iy1 n ow0)) +("palomita" nil (p aa0 l ow0 m iy1 t ax)) +("palomo" nil (p aa0 l ow1 m ow0)) +("palone" nil (p ax l ow1 n)) +("palos" nil (p aa1 l ow0 z)) +("palpable" nil (p ae1 l p ax b ax l)) +("palpably" nil (p ae1 l p ax b l iy0)) +("palpitation" nil (p ae1 l p ax t ey1 sh ax n)) +("palpitations" nil (p ae1 l p ih0 t ey1 sh ax n z)) +("pals" nil (p ae1 l z)) +("palsy" nil (p ao1 l z iy0)) +("paltry" nil (p ao1 l t r iy0)) +("paltz" nil (p ao1 l t s)) +("paluch" nil (p ae1 l ax k)) +("paluck" nil (p ae1 l ax k)) +("palumbo" nil (p ax l ah1 m b ow0)) +("paluzzi" nil (p aa0 l uw1 t s iy0)) +("pam" nil (p ae1 m)) +("pamby" nil (p ae1 m b iy0)) +("pamela" nil (p ae1 m ax l ax)) +("pamelina" nil (p aa0 m eh0 l iy1 n ax)) +("pamella" nil (p ax m eh1 l ax)) +("pamer" nil (p ey1 m er0)) +("pammy" nil (p ae1 m iy0)) +("pamour" nil (p ae1 m ao0 r)) +("pampas" nil (p ae1 m p ax z)) +("pampel" nil (p ae1 m p ax l)) +("pamper" nil (p ae1 m p er0)) +("pampered" nil (p ae1 m p er0 d)) +("pamperin" nil (p ae1 m p er0 ih0 n)) +("pampering" nil (p ae1 m p er0 ih0 ng)) +("pampers" nil (p ae1 m p er0 z)) +("pamphlet" nil (p ae1 m f l ax t)) +("pamphleteer" nil (p ae1 m f l ax t ih1 r)) +("pamphlets" nil (p ae1 m f l ax t s)) +("pamplin" nil (p ae1 m p l ih0 n)) +("pan" nil (p ae1 n)) +("panacea" nil (p ae1 n ax s iy1 ax)) +("panache" nil (p ax n aa1 sh)) +("panaco" nil (p ae1 n ax k ow0)) +("panagopoulos" nil (p ae0 n ax g aa1 p ax l ih0 s)) +("panagos" nil (p aa0 n aa1 g ow0 z)) +("panama" nil (p ae1 n ax m aa1)) +("panamanian" nil (p ae1 n ax m ey1 n iy0 ax n)) +("panamanians" nil (p ae1 n ax m ey1 n iy0 ax n z)) +("panamsat" nil (p ax n ae1 m s ae0 t)) +("panaro" nil (p aa0 n aa1 r ow0)) +("panas" nil (p ae1 n ax z)) +("panasonic" nil (p ae1 n ax s aa1 n ih0 k)) +("pancake" nil (p ae1 n k ey1 k)) +("pancakes" nil (p ae1 n k ey1 k s)) +("pancanadian" nil (p ae1 ng k ax n ey1 d iy0 ax n)) +("pancho" nil (p ae1 n ch ow0)) +("panciera" nil (p aa0 n ch ih1 r ax)) +("pancoast" nil (p ae1 n k ow1 s t)) +("pancontinental" nil (p ae1 n k aa1 n t ax n eh1 n t ax l)) +("pancreas" nil (p ae1 n k r iy0 ax s)) +("pancreatic" nil (p ae1 n k r iy0 ae1 t ih0 k)) +("panda" nil (p ae1 n d ax)) +("pandanus" nil (p ae0 n d ey1 n ax s)) +("pandas" nil (p ae1 n d ax z)) +("pandemic" nil (p ae0 n d eh1 m ih0 k)) +("pandemonium" nil (p ae1 n d ih0 m ow1 n iy0 ax m)) +("pander" nil (p ae1 n d er0)) +("pandered" nil (p ae1 n d er0 d)) +("pandering" nil (p ae1 n d er0 ih0 ng)) +("pandey" nil (p aa1 n d ey1)) +("pandick" nil (p ae1 n d ih1 k)) +("pandit" nil (p ah1 n d ax t)) +("pando" nil (p aa1 n d ow0)) +("pandolfi" nil (p aa0 n d ow1 l f iy0)) +("pandolfo" nil (p aa0 n d ow1 l f ow0)) +("pandora" nil (p ae0 n d ao1 r ax)) +("pandya" nil (p aa1 n d y ax)) +("pane" nil (p ey1 n)) +("panebianco" nil (p aa0 n eh0 b iy0 aa1 n k ow0)) +("panek" nil (p ae1 n ih0 k)) +("panel" nil (p ae1 n ax l)) +("paneled" nil (p ae1 n ax l d)) +("paneling" nil (p ae1 n ax l ih0 ng)) +("panelist" nil (p ae1 n ax l ax s t)) +("panelists" nil (p ae1 n ax l ih0 s t s)) +("panelization" nil (p ae1 n ax l ax z ey1 sh ax n)) +("panelized" nil (p ae1 n ax l ay1 z d)) +("panella" nil (p ax n eh1 l ax)) +("panels" nil (p ae1 n ax l z)) +("panem" nil (p ey1 n ax m)) +("panepinto" nil (p aa0 n eh0 p iy1 n t ow0)) +("panes" nil (p ey1 n z)) +("panetta" nil (p ax n eh1 t ax)) +("panfida" nil (p ae1 n f iy1 d ax)) +("panfil" nil (p ae1 n f ih0 l)) +("panfile" nil (p ae1 n f ay1 l)) +("panfuls" nil (p ae1 n f ax l z)) +("pang" nil (p ae1 ng)) +("pangallo" nil (p aa0 ng g aa1 l ow0)) +("pangborn" nil (p ae1 ng b ao1 r n)) +("pangburn" nil (p ae1 ng b er1 n)) +("pangels" nil (p ae1 ng g eh1 l z)) +("pangle" nil (p ae1 ng g ax l)) +("pangs" nil (p ae1 ng z)) +("panhandle" nil (p ae1 n hh ae1 n d ax l)) +("paniagua" nil (p aa0 n iy0 aa1 g ax)) +("panic" nil (p ae1 n ih0 k)) +("paniccia" nil (p aa0 n iy1 ch ax)) +("panicked" nil (p ae1 n ih0 k t)) +("panicking" nil (p ae1 n ih0 k ih0 ng)) +("panicky" nil (p ae1 n ih0 k iy0)) +("panico" nil (p aa0 n iy1 k ow0)) +("panics" nil (p ae1 n ih0 k s)) +("panik" nil (p ae1 n ih0 k)) +("pankau" nil (p ae1 ng k aw0)) +("pankey" nil (p ae1 n k iy1)) +("pankki" nil (p ae1 ng k iy0)) +("panko" nil (p ae1 ng k ow0)) +("pankonin" nil (p ae1 ng k ax n ih0 n)) +("pankow" nil (p ae1 ng k ow0)) +("pankratz" nil (p ae1 ng k r ax t s)) +("panky" nil (p ae1 ng k iy0)) +("panmunjom" nil (p ae1 n m uw0 n jh ao1 m)) +("panmure" nil (p ae1 n m uh1 r)) +("panned" nil (p ae1 n d)) +("pannell" nil (p ae1 n ax l)) +("pannier" nil (p ae1 n iy0 er0)) +("pannill" nil (p ae1 n ih0 l)) +("panning" nil (p ae1 n ih0 ng)) +("pannone" nil (p aa0 n ow1 n iy0)) +("pannu" nil (p aa1 n uw0)) +("pannullo" nil (p aa0 n uw1 l ow0)) +("panny" nil (p ae1 n iy0)) +("panoply" nil (p ae1 n aa0 p l iy0)) +("panopolys" nil (p ax n aa1 p ax l iy0 z)) +("panora" nil (p ax n ao1 r ax)) +("panorama" nil (p ae1 n er0 ae1 m ax)) +("panoramic" nil (p ae1 n er0 ae1 m ih0 k)) +("panos" nil (p aa1 n ow0 s)) +("panoz" nil (p ae1 n aa0 z)) +("panozzo" nil (p ax n aa1 z ow0)) +("panphila" nil (p ae1 n f ih0 l ax)) +("pans" nil (p ae1 n z)) +("pansies" nil (p ae1 n z iy0 z)) +("pansophic" nil (p ae1 n s ax f ih0 k)) +("pansy" nil (p ae1 n z iy0)) +("pant" nil (p ae1 n t)) +("pantaleo" nil (p aa0 n t aa1 l iy0 ow0)) +("pantalone" nil (p ae1 n t ax l ow1 n)) +("pantaloons" nil (p ae1 n t ax l uw1 n z)) +("pantano" nil (p aa0 n t aa1 n ow0)) +("panted" nil (p ae1 n t ih0 d)) +("pantel" nil (p aa0 n t eh1 l)) +("panter" nil (p ae1 n t er0)) +("panthea" nil (p ae1 n th iy0 ax)) +("pantheistic" nil (p ae1 n th iy0 ih1 s t ih0 k)) +("pantheon" nil (p ae1 n th iy0 aa1 n)) +("panther" nil (p ae1 n th er0)) +("panthers" nil (p ae1 n th er0 z)) +("panties" nil (p ae1 n t iy0 z)) +("panting" nil (p ae1 n t ih0 ng)) +("pantle" nil (p ae1 n t ax l)) +("pantoja" nil (p aa0 n t ow1 y ax)) +("pantomime" nil (p ae1 n t ax m ay1 m)) +("panton" nil (p ae1 n t ax n)) +("pantry" nil (p ae1 n t r iy0)) +("pants" nil (p ae1 n t s)) +("pantsuit" nil (p ae1 n t s uw1 t)) +("pantuso" nil (p aa0 n t uw1 s ow0)) +("panty" nil (p ae1 n t iy0)) +("pantyhose" nil (p ae1 n t iy0 hh ow1 z)) +("panza" nil (p ae1 n z ax)) +("panzarella" nil (p aa0 n z aa0 r eh1 l ax)) +("panzer" nil (p ae1 n z er0)) +("panzhihua" nil (p ae1 n z ih0 hh y uw1 ax)) +("panzica" nil (p ae1 n z ih0 k ax)) +("pao" nil (p aw1)) +("paolella" nil (p aa0 ow0 l eh1 l ax)) +("paoletti" nil (p aa0 ow0 l eh1 t iy0)) +("paoli" nil (p aw1 l iy0)) +("paolillo" nil (p aa0 ow0 l ih1 l ow0)) +("paolini" nil (p aa0 ow0 l iy1 n iy0)) +("paolino" nil (p aa0 ow0 l iy1 n ow0)) +("paolo" nil (p aw1 l ow0)) +("paolucci" nil (p aa0 ow0 l uw1 ch iy0)) +("paone" nil (p ey1 ow1 n)) +("paonessa" nil (p aa0 ow0 n eh1 s ax)) +("pap" nil (p ae1 p)) +("papa" nil (p aa1 p ax)) +("papacy" nil (p ey1 p ax s iy0)) +("papadakis" nil (p aa0 p aa0 d aa1 k ih0 s)) +("papadopoulos" nil (p ae1 p ax d aa1 p ax l ax s)) +("papageorge" nil (p ae1 p ax jh ao1 r jh)) +("papago" nil (p aa1 p ax g ow1)) +("papal" nil (p ey1 p ax l)) +("papale" nil (p aa0 p aa1 l iy0)) +("papaleo" nil (p aa0 p ey0 l iy1 ax)) +("papalia" nil (p aa0 p aa1 l iy0 ax)) +("papandrea" nil (p aa0 p aa1 n d r iy0 ax)) +("papandreou" nil (p ax p ae1 n d r iy0 uw1)) +("papania" nil (p aa0 p aa1 n iy0 ax)) +("paparella" nil (p aa0 p aa0 r eh1 l ax)) +("papas" nil (p aa1 p ax z)) +("papaw" nil (p ao1 p ao0)) +("papay" nil (p ae1 p ey0)) +("papaya" nil (p ax p ay1 ax)) +("papayas" nil (p ax p ay1 ax z)) +("papazian" nil (p ax p ey1 z iy0 ax n)) +("pape" nil (p ey1 p)) +("papenfuss" nil (p ae1 p ax n f ah1 s)) +("paper" nil (p ey1 p er0)) +("paperback" nil (p ey1 p er0 b ae1 k)) +("paperbacks" nil (p ey1 p er0 b ae1 k s)) +("paperboard" nil (p ey1 p er0 b ao1 r d)) +("paperboy" nil (p ey1 p er0 b oy1)) +("paperboys" nil (p ey1 p er0 b oy1 z)) +("papered" nil (p ey1 p er0 d)) +("papering" nil (p ey1 p er0 ih0 ng)) +("paperless" nil (p ey1 p er0 l ax s)) +("papermaking" nil (p ae1 p er0 m ey1 k ih0 ng)) +("papermate" nil (p ey1 p er0 m ey1 t)) +("papers" nil (p ey1 p er0 z)) +("paperweight" nil (p ey1 p er0 w ey1 t)) +("paperwork" nil (p ey1 p er0 w er1 k)) +("paperworkers" nil (p ey1 p er0 w er1 k er0 z)) +("papery" nil (p ey1 p er0 iy0)) +("papesh" nil (p ae1 p ih0 sh)) +("papier" nil (p ey1 p y er0)) +("papilloma" nil (p ae1 p ih0 l ow1 m ax)) +("papin" nil (p aa0 p iy1 n)) +("papineau" nil (p ae1 p ih0 n ow1)) +("papini" nil (p aa0 p iy1 n iy0)) +("papke" nil (p ey1 p k)) +("papp" nil (p ae1 p)) +("pappa" nil (p ae1 p ax)) +("pappadio" nil (p ax p ey1 d iy0 ow0)) +("pappalardo" nil (p aa0 p aa0 l aa1 r d ow0)) +("pappas" nil (p ae1 p ax s)) +("pappert" nil (p ae1 p er0 t)) +("paprika" nil (p ae0 p r iy1 k ax)) +("paprocki" nil (p ax p r ow1 t s k iy0)) +("papson" nil (p ae1 p s ax n)) +("papua" nil (p ae1 p y uw0 ax)) +("paque" nil (p ae1 k)) +("paquet" nil (p aa1 k ey0 t)) +("paquette" nil (p ax k eh1 t)) +("paquin" nil (p ae1 k w ih0 n)) +("par" nil (p aa1 r)) +("para" nil (p eh1 r ax)) +("parable" nil (p eh1 r ax b ax l)) +("parables" nil (p eh1 r ax b ax l z)) +("parabola" nil (p er0 ae1 b ax l ax)) +("parabolic" nil (p eh1 r ax b aa1 l ih0 k)) +("parachute" nil (p eh1 r ax sh uw1 t)) +("parachuted" nil (p eh1 r ax sh uw1 t ih0 d)) +("parachutes" nil (p eh1 r ax sh uw1 t s)) +("parachuting" nil (p eh1 r ax sh uw1 t ih0 ng)) +("parada" nil (p er0 ae1 d ax)) +("parade" nil (p er0 ey1 d)) +("paraded" nil (p er0 ey1 d ih0 d)) +("paradee" nil (p eh1 r ax d iy0)) +("parades" nil (p er0 ey1 d z)) +("paradigm" nil (p eh1 r ax d ay1 m)) +("paradigms" nil (p eh1 r ax d ay1 m z)) +("parading" nil (p er0 ey1 d ih0 ng)) +("paradis" nil (p er0 ae1 d ih0 s)) +("paradise" nil (p eh1 r ax d ay1 s)) +("paradiso" nil (p er0 ax d iy1 s ow0)) +("parador" nil (p eh1 r ax d ao1 r)) +("paradowski" nil (p er0 ax d ao1 f s k iy0)) +("paradox" nil (p eh1 r ax d aa1 k s)) +("paradoxes" nil (p eh1 r ax d aa1 k s ih0 z)) +("paradoxical" nil (p eh1 r ax d aa1 k s ih0 k ax l)) +("paradoxically" nil (p eh1 r ax d aa1 k s ax k l iy0)) +("parady" nil (p er0 ae1 d iy0)) +("paradyne" nil (p eh1 r ax d ay1 n)) +("paraffin" nil (p eh1 r ax f ax n)) +("paragon" nil (p eh1 r ax g aa1 n)) +("paragraph" nil (p ae1 r ax g r ae1 f)) +("paragraphs" nil (p ae1 r ax g r ae1 f s)) +("paraguay" nil (p eh1 r ax g w ey1)) +("paraguayan" nil (p eh1 r ax g w ay1 ax n)) +("parakeet" nil (p eh1 r ax k iy1 t)) +("parakeets" nil (p eh1 r ax k iy1 t s)) +("paralegal" nil (p eh1 r ax l iy1 g ax l)) +("paralegals" nil (p eh1 r ax l iy1 g ax l z)) +("parallel" nil (p eh1 r ax l eh1 l)) +("paralleled" nil (p eh1 r ax l eh1 l d)) +("paralleling" nil (p eh1 r ax l eh1 l ih0 ng)) +("parallelism" nil (p eh1 r ax l eh1 l ih1 z ax m)) +("parallels" nil (p eh1 r ax l eh1 l z)) +("paralympic" nil (p eh1 r ax l ih1 m p ih0 k)) +("paralysis" nil (p er0 ae1 l ax s ax s)) +("paralytic" nil (p eh1 r ax l ih1 t ih0 k)) +("paralyze" nil (p eh1 r ax l ay1 z)) +("paralyzed" nil (p eh1 r ax l ay1 z d)) +("paralyzes" nil (p eh1 r ax l ay1 z ih0 z)) +("paralyzing" nil (p eh1 r ax l ay1 z ih0 ng)) +("paramagnetic" nil (p ae1 r ax m ae1 g n eh1 t ih0 k)) +("paramax" nil (p eh1 r ax m ae0 k s)) +("paramecium" nil (p eh1 r ax m iy1 s iy0 ax m)) +("paramedics" nil (p eh1 r ax m eh1 d ih0 k s)) +("parameter" nil (p er0 ae1 m ax t er0)) +("parameters" nil (p er0 ae1 m ax t er0 z)) +("parametric" nil (p eh1 r ax m eh1 t r ih0 k)) +("paramilitaries" nil (p eh1 r ax m ih1 l ax t eh1 r iy0 z)) +("paramilitary" nil (p eh1 r ax m ih1 l ax t eh1 r iy0)) +("paramo" nil (p er0 ae1 m ow0)) +("paramonova" nil (p eh1 r ax m ax n ow1 v ax)) +("paramore" nil (p eh1 ax m ao1 r)) +("paramount" nil (p eh1 r ax m aw1 n t)) +("paramus" nil (p er0 ae1 m ax s)) +("parana" nil (p er0 aa1 n ax)) +("paranoia" nil (p eh1 r ax n oy1 ax)) +("paranoiac" nil (p eh1 r ax n oy1 ae1 k)) +("paranoid" nil (p eh1 r ax n oy1 d)) +("paraphernalia" nil (p eh1 r ax f ax n ey1 l y ax)) +("paraphrase" nil (p eh1 r ax f r ey1 z)) +("paraphrasing" nil (p eh1 r ax f r ey1 z ih0 ng)) +("paraplegia" nil (p eh1 r ax p l iy1 jh iy0 ax)) +("paraplegic" nil (p eh1 r ax p l eh1 g ih0 k)) +("parasite" nil (p eh1 r ax s ay1 t)) +("parasites" nil (p eh1 r ax s ay1 t s)) +("parasitic" nil (p eh1 r ax s ih1 t ih0 k)) +("parasympathetic" nil (p eh1 r ax s ih1 m p ax th eh1 t ih0 k)) +("paratore" nil (p er0 ax t ao1 r iy0)) +("paratrooper" nil (p eh1 r ax t r uw1 p er0)) +("paratroopers" nil (p eh1 r ax t r uw1 p er0 z)) +("paratroops" nil (p eh1 r ax t r uw1 p s)) +("parazoa" nil (p eh1 r ax z ow1 ax)) +("parboil" nil (p aa1 r b oy1 l)) +("parboiling" nil (p aa1 r b oy1 l ih0 ng)) +("parc" nil (p aa1 r k)) +("parcel" nil (p aa1 r s ax l)) +("parceled" nil (p aa1 r s ax l d)) +("parceling" nil (p aa1 r s ax l ih0 ng)) +("parcell" nil (p aa0 r s ey1 l)) +("parcells" nil (p aa1 r s ax l z)) +("parcels" nil (p aa1 r s ax l z)) +("parched" nil (p aa1 r ch t)) +("parcher" nil (p aa1 r ch er0)) +("parchman" nil (p aa1 r k m ax n)) +("parchment" nil (p aa1 r ch m ax n t)) +("parchmentlike" nil (p aa1 r ch m ax n t l ay1 k)) +("parcplace" nil (p aa1 r k p l ey1 s)) +("parde" nil (p aa1 r d)) +("pardee" nil (p aa1 r d iy0)) +("parden" nil (p aa1 r d ax n)) +("pardi" nil (p aa1 r d iy0)) +("pardini" nil (p aa0 r d iy1 n iy0)) +("pardo" nil (p aa1 r d ow0)) +("pardoe" nil (p aa1 r d ow1)) +("pardon" nil (p aa1 r d ax n)) +("pardoned" nil (p aa1 r d ax n d)) +("pardoning" nil (p aa1 r d ax n ih0 ng)) +("pardons" nil (p aa1 r d ax n z)) +("pardue" nil (p aa1 r d uw1)) +("pardus" nil (p aa1 r d ax s)) +("pardy" nil (p aa1 r d iy0)) +("pare" nil (p eh1 r)) +("pared" nil (p eh1 r d)) +("paredes" nil (p aa0 r ey1 d eh0 s)) +("paredez" nil (p aa0 r ey1 d eh0 z)) +("parekh" nil (p aa1 r ih0 k)) +("parella" nil (p aa0 r eh1 l ax)) +("parent" nil (p eh1 r ax n t)) +("parentage" nil (p eh1 r ax n t ax jh)) +("parental" nil (p er0 eh1 n t ax l)) +("parente" nil (p aa0 r eh1 n t iy0)) +("parenteau" nil (p aa0 r eh1 n t ow0)) +("parentheses" nil (p er0 eh1 n th ax s iy1 z)) +("parenthesis" nil (p er0 eh1 n th ax s ih0 s)) +("parenthood" nil (p eh1 r ax n t hh uh1 d)) +("parenti" nil (p aa0 r eh1 n t iy0)) +("parenting" nil (p eh1 r ax n t ih0 ng)) +("parents" nil (p eh1 r ax n t s)) +("pares" nil (p eh1 r z)) +("pareti" nil (p eh1 r eh1 t iy0)) +("paretti" nil (p eh1 r eh1 t iy0)) +("parfitt" nil (p aa1 r f ih0 t)) +("parfums" nil (p er0 f y uw1 m z)) +("parga" nil (p aa1 r g ax)) +("pargesa" nil (p aa0 r jh eh1 s ax)) +("parham" nil (p aa1 r hh ax m)) +("pariah" nil (p er0 ay1 ax)) +("pariahs" nil (p er0 ay1 ax z)) +("paribas" nil (p eh0 r iy1 b ax s)) +("parietal" nil (p er0 ay1 ax t ax l)) +("parikh" nil (p ae1 r ih0 k)) +("parillo" nil (p aa0 r ih1 l ow0)) +("parimutuel" nil (p eh1 r ih0 m y uw1 ch uw0 ax l)) +("paring" nil (p eh1 r ih0 ng)) +("paris" nil (p eh1 r ih0 s)) +("parise" nil (p aa1 r ay0 z)) +("pariseau" nil (p ae1 r ih0 s ow0)) +("parish" nil (p ae1 r ih0 sh)) +("parishes" nil (p ae1 r ih0 sh ih0 z)) +("parishioner" nil (p er0 ih1 sh ax n er0)) +("parishioners" nil (p er0 ih1 sh ax n er0 z)) +("parisi" nil (p aa0 r iy1 s iy0)) +("parisian" nil (p er0 ih1 zh ax n)) +("parisians" nil (p er0 ih1 s iy0 ax n z)) +("parisienne" nil (p er0 ih1 s iy0 eh1 n)) +("parities" nil (p eh1 r ax t iy0 z)) +("parity" nil (p eh1 r ax t iy0)) +("parizeau" nil (p eh1 r ih0 z ow1)) +("parizek" nil (p er0 ih1 z eh0 k)) +("parizo" nil (p aa0 r iy1 z ow0)) +("park" nil (p aa1 r k)) +("parke" nil (p aa1 r k)) +("parked" nil (p aa1 r k t)) +("parker" nil (p aa1 r k er0)) +("parkers" nil (p aa1 r k er0 z)) +("parkersburg" nil (p aa1 r k er0 z b er0 g)) +("parkerson" nil (p aa1 r k er0 s ax n)) +("parkes" nil (p aa1 r k s)) +("parkey" nil (p aa1 r k iy1)) +("parkhill" nil (p aa1 r k hh ih1 l)) +("parkhurst" nil (p aa1 r k hh er0 s t)) +("parkin" nil (p aa1 r k ih0 n)) +("parking" nil (p aa1 r k ih0 ng)) +("parkins" nil (p aa1 r k ih0 n z)) +("parkinson" nil (p aa1 r k ih0 n s ax n)) +("parkison" nil (p aa1 r k ih0 s ax n)) +("parkland" nil (p aa1 r k l ae1 n d)) +("parkman" nil (p aa1 r k m ax n)) +("parks" nil (p aa1 r k s)) +("parkside" nil (p aa1 r k s ay1 d)) +("parkway" nil (p aa1 r k w ey1)) +("parlance" nil (p aa1 r l ax n s)) +("parlato" nil (p aa0 r l aa1 t ow0)) +("parlay" nil (p aa1 r l ey0)) +("parlayed" nil (p aa1 r l ey1 d)) +("parlaying" nil (p aa1 r l ey0 ih0 ng)) +("parlee" nil (p aa1 r l iy1)) +("parler" nil (p aa1 r l er0)) +("parlett" nil (p aa1 r l ih0 t)) +("parlette" nil (p aa1 r l eh1 t)) +("parley" nil (p aa1 r l iy0)) +("parliament" nil (p aa1 r l ax m ax n t)) +("parliamentarian" nil (p aa1 r l ax m ax n t eh1 r iy0 ax n)) +("parliamentarians" nil (p aa1 r l ax m eh0 n t eh1 r iy0 ax n z)) +("parliamentary" nil (p aa1 r l ax m eh1 n t er0 iy0)) +("parliaments" nil (p aa1 r l ax m ax n t s)) +("parlier" nil (p aa1 r l iy0 er0)) +("parlin" nil (p aa1 r l ih0 n)) +("parlodel" nil (p aa1 r l ow1 d eh1 l)) +("parlor" nil (p aa1 r l er0)) +("parlors" nil (p aa1 r l er0 z)) +("parlour" nil (p aa1 r l er0)) +("parlow" nil (p aa1 r l ow1)) +("parma" nil (p aa1 r m ax)) +("parmalat" nil (p aa1 r m ax l ae1 t)) +("parman" nil (p aa1 r m ax n)) +("parmar" nil (p aa1 r m aa1 r)) +("parmele" nil (p aa0 r m eh1 l iy0)) +("parmelee" nil (p aa1 r m ih0 l iy0)) +("parmenter" nil (p aa1 r m ax n t er0)) +("parmentier" nil (p aa1 r m ax n t iy0 er0)) +("parmer" nil (p aa1 r m er0)) +("parmesan" nil (p aa1 r m ax z aa1 n)) +("parmeter" nil (p aa1 r m ih0 t er0)) +("parmley" nil (p aa1 r m l iy0)) +("parnassus" nil (p aa1 r n ae1 s ax s)) +("parnell" nil (p aa1 r n ax l)) +("parnella" nil (p aa0 r n eh1 l ax)) +("parnes" nil (p aa1 r n z)) +("parness" nil (p aa1 r n ax s)) +("paro" nil (p aa1 r ow0)) +("parochial" nil (p er0 ow1 k iy0 ax l)) +("parochialism" nil (p er0 ow1 k iy0 ax l ih1 z ax m)) +("parodi" nil (p aa0 r ow1 d iy0)) +("parodied" nil (p eh1 r ax d iy0 d)) +("parodies" nil (p eh1 r ax d iy0 z)) +("parodist" nil (p ae1 r ax d ih0 s t)) +("parody" nil (p eh1 r ax d iy0)) +("parole" nil (p er0 ow1 l)) +("paroled" nil (p er0 ow1 l d)) +("parolees" nil (p er0 ow1 l iy1 z)) +("paroles" nil (p er0 ow1 l z)) +("paroling" nil (p er0 ow1 l ih0 ng)) +("parpart" nil (p aa1 r p aa1 r t)) +("parquet" nil (p aa0 r k ey1)) +("parr" nil (p aa1 r)) +("parra" nil (p aa1 r ax)) +("parrack" nil (p ae1 r ax k)) +("parramore" nil (p aa0 r aa1 m ao0 r)) +("parras" nil (p eh1 r ax z)) +("parrella" nil (p aa0 r eh1 l ax)) +("parrent" nil (p aa1 r ax n t)) +("parrett" nil (p ae1 r ih0 t)) +("parretti" nil (p er0 eh1 t iy0)) +("parried" nil (p eh1 r iy0 d)) +("parrill" nil (p ae1 r ax l)) +("parrilla" nil (p aa1 r ih1 l ax)) +("parrillo" nil (p aa1 r ih1 l ow0)) +("parrinello" nil (p aa0 r iy0 n eh1 l ow0)) +("parrino" nil (p aa1 r iy1 n ow0)) +("parriott" nil (p ae1 r iy0 ax t)) +("parris" nil (p eh1 r ih0 s)) +("parrish" nil (p eh1 r ih0 sh)) +("parrishes" nil (p eh1 r ih0 sh ih0 z)) +("parrot" nil (p eh1 r ax t)) +("parrots" nil (p eh1 r ax t s)) +("parrott" nil (p eh1 r ax t)) +("parrotta" nil (p aa0 r ow1 t ax)) +("parrow" nil (p ae1 r ow0)) +("parry" nil (p eh1 r iy0)) +("pars" nil (p aa1 r z)) +("parse" nil (p aa1 r s)) +("parsec" nil (p aa1 r s eh1 k)) +("parsefal" nil (p aa1 r s ih0 f ax l)) +("parsell" nil (p aa1 r s ax l)) +("parshall" nil (p aa1 r sh ax l)) +("parshley" nil (p aa1 r sh l iy0)) +("parsifal" nil (p aa1 r s ih0 f ax l)) +("parsimony" nil (p aa1 r s ax m ow1 n iy0)) +("parsing" nil (p aa1 r s ih0 ng)) +("parsippany" nil (p aa0 r s ih1 p ax n iy0)) +("parsky" nil (p aa1 r s k iy0)) +("parsley" nil (p aa1 r s l iy0)) +("parslow" nil (p aa1 r s l ow1)) +("parson" nil (p aa1 r s ax n)) +("parsonage" nil (p aa1 r s ax n ih0 jh)) +("parsons" nil (p aa1 r s ax n z)) +("parsow" nil (p aa1 r s ow0)) +("part" nil (p aa1 r t)) +("partain" nil (p aa0 r t ey1 n)) +("partake" nil (p aa0 r t ey1 k)) +("partch" nil (p aa1 r ch)) +("partecipazioni" nil (p aa1 r t eh1 s ih0 p ae1 z iy0 ow1 n iy0)) +("parted" nil (p aa1 r t ax d)) +("partee" nil (p aa1 r t iy1)) +("parten" nil (p aa1 r t ax n)) +("partenope" nil (p aa1 r t ax n ow1 p)) +("parthenia" nil (p aa0 r th eh1 n iy0 ax)) +("parthenogenetic" nil (p aa1 r th ax n ow0 jh ax n eh1 t ih0 k)) +("parthenon" nil (p aa1 r th ax n aa1 n)) +("parthian" nil (p aa1 r th iy0 ax n)) +("parti" nil (p aa1 r t iy0)) +("partial" nil (p aa1 r sh ax l)) +("partiality" nil (p aa1 r sh iy0 ae1 l ax t iy0)) +("partially" nil (p aa1 r sh ax l iy0)) +("participant" nil (p aa0 r t ih1 s ax p ax n t)) +("participants" nil (p aa0 r t ih1 s ax p ax n t s)) +("participate" nil (p aa0 r t ih1 s ax p ey1 t)) +("participated" nil (p aa0 r t ih1 s ax p ey1 t ax d)) +("participates" nil (p aa0 r t ih1 s ax p ey1 t s)) +("participating" nil (p aa0 r t ih1 s ax p ey1 t ih0 ng)) +("participation" nil (p aa0 r t ih1 s ax p ey1 sh ax n)) +("participations" nil (p aa0 r t ih1 s ax p ey1 sh ax n z)) +("participative" nil (p aa1 r t ih1 s ax p ax t ih0 v)) +("participatory" nil (p aa1 r t ih1 s ax p ax t ao1 r iy0)) +("particle" nil (p aa1 r t ax k ax l)) +("particles" nil (p aa1 r t ax k ax l z)) +("particular" nil (p er0 t ih1 k y ax l er0)) +("particularity" nil (p er0 t ih1 k y ax l ae1 r ax t iy0)) +("particularly" nil (p aa1 r t ih1 k y ax l er0 l iy0)) +("particulars" nil (p er0 t ih1 k y ax l er0 z)) +("particulary" nil (p aa1 r t ih1 k y ax l eh1 r iy0)) +("particulate" nil (p er0 t ih1 k y ax l ax t)) +("particulates" nil (p aa1 r t ih1 k y ax l ax t s)) +("partida" nil (p aa0 r t iy1 d ax)) +("partido" nil (p aa0 r t iy1 d ow0)) +("parties" nil (p aa1 r t iy0 z)) +("partin" nil (p aa1 r t ih0 n)) +("parting" nil (p aa1 r t ih0 ng)) +("partington" nil (p aa1 r t ih0 ng t ax n)) +("partisan" nil (p aa1 r t ax z ax n)) +("partisans" nil (p aa1 r t ax z ax n z)) +("partisanship" nil (p aa1 r t ax z ax n sh ih1 p)) +("partition" nil (p aa0 r t ih1 sh ax n)) +("partitioned" nil (p aa0 r t ih1 sh ax n d)) +("partitions" nil (p aa0 r t ih1 sh ax n z)) +("partlow" nil (p aa1 r t l ow1)) +("partly" nil (p aa1 r t l iy0)) +("partner" nil (p aa1 r t n er0)) +("partnering" nil (p aa1 r t n er0 ih0 ng)) +("partners" nil (p aa1 r t n er0 z)) +("partnership" nil (p aa1 r t n er0 sh ih1 p)) +("partnerships" nil (p aa1 r t n er0 sh ih1 p s)) +("partney" nil (p aa1 r t n iy0)) +("parton" nil (p aa1 r t ax n)) +("partridge" nil (p aa1 r t r ax jh)) +("partridges" nil (p aa1 r t r ih0 jh ih0 z)) +("parts" nil (p aa1 r t s)) +("parttime" nil (p aa1 r t t ay1 m)) +("party" nil (p aa1 r t iy0)) +("partying" nil (p aa1 r t iy0 ih0 ng)) +("partyka" nil (p er0 t ih1 k ax)) +("parvin" nil (p aa1 r v ih0 n)) +("parziale" nil (p aa1 r z iy0 aa1 l iy0)) +("parzych" nil (p aa1 r z ih0 hh)) +("pas" nil (p aa1 z)) +("pasadena" nil (p ae1 s ax d iy1 n er0)) +("pascal" nil (p ae0 s k ae1 l)) +("pascale" nil (p ae0 s k ae1 l)) +("pascarella" nil (p aa0 s k aa0 r eh1 l ax)) +("pascarelli" nil (p aa0 s k aa0 r eh1 l iy0)) +("pasch" nil (p ae1 s k)) +("paschal" nil (p ae1 sh ax l)) +("paschall" nil (p ae1 sh ax l)) +("paschen" nil (p ae1 sh ax n)) +("paschke" nil (p ae1 sh k)) +("pasco" nil (p aa1 s k ow0)) +("pascoe" nil (p ae1 s k ow0)) +("pascua" nil (p aa0 s k uw1 ax)) +("pascual" nil (p ae1 s k uw0 ax l)) +("pascucci" nil (p aa0 s k uw1 ch iy0)) +("pascutto" nil (p ax s k y uw1 t ow0)) +("pascuzzi" nil (p aa0 s k uw1 t s iy0)) +("pasek" nil (p aa1 s eh0 k)) +("paseo" nil (p aa0 s ey1 ow1)) +("pash" nil (p ae1 sh)) +("pasha" nil (p ax sh aa1)) +("pashley" nil (p ae1 sh l iy0)) +("pasillas" nil (p aa0 s ih1 l ax z)) +("pasion" nil (p aa0 zh iy1 n)) +("pask" nil (p ae1 s k)) +("paske" nil (p ey1 s k)) +("paskey" nil (p ae1 s k iy0)) +("pasko" nil (p aa1 s k ow0)) +("paslay" nil (p ae1 s l ey0)) +("pasley" nil (p ae1 s l iy0)) +("pasman" nil (p ae1 s m ax n)) +("paso" nil (p ae1 s ow0)) +("pasok" nil (p aa1 z aa0 k)) +("pasqua" nil (p aa1 s k w ax)) +("pasquale" nil (p aa0 s k w aa1 l ey0)) +("pasquarella" nil (p aa0 s k w aa0 r eh1 l ax)) +("pasquarelli" nil (p aa0 s k w aa0 r eh1 l iy0)) +("pasquarello" nil (p aa0 s k w aa0 r eh1 l ow0)) +("pasquariello" nil (p aa0 s k w aa0 r iy0 eh1 l ow0)) +("pasque" nil (p ae1 s k)) +("pasquinelli" nil (p aa0 s k w iy0 n eh1 l iy0)) +("pasquini" nil (p aa0 s k w iy1 n iy0)) +("pass" nil (p ae1 s)) +("passable" nil (p ae1 s ax b ax l)) +("passably" nil (p ae1 s ax b l iy0)) +("passafiume" nil (p aa0 s aa0 f iy1 uw0 m)) +("passage" nil (p ae1 s ax jh)) +("passages" nil (p ae1 s ax jh ax z)) +("passageway" nil (p ae1 s ax jh w ey1)) +("passaic" nil (p ax s ey1 ih0 k)) +("passalacqua" nil (p ae1 s ax l ae1 k w ax)) +("passanisi" nil (p aa0 s aa0 n iy1 s iy0)) +("passante" nil (p aa0 s aa1 n t iy0)) +("passantino" nil (p aa0 s aa0 n t iy1 n ow0)) +("passarella" nil (p aa0 s aa0 r eh1 l ax)) +("passarelli" nil (p aa0 s aa0 r eh1 l iy0)) +("passaretti" nil (p aa0 s aa0 r eh1 t iy0)) +("passaro" nil (p aa0 s aa1 r ow0)) +("passat" nil (p ae1 s ae0 t)) +("passbook" nil (p ae1 s b uh1 k)) +("passe" nil (p ae1 s ey1)) +("passed" nil (p ae1 s t)) +("passel" nil (p ae1 s ih0 l)) +("passenger" nil (p ae1 s ax n jh er0)) +("passengers" nil (p ae1 s ax n jh er0 z)) +("passer" nil (p ae1 s er0)) +("passero" nil (p aa0 s eh1 r ow0)) +("passers" nil (p ae1 s er0 z)) +("passersby" nil (p ae1 s er0 z b iy0)) +("passes" nil (p ae1 s ax z)) +("passey" nil (p ae1 s iy0)) +("passim" nil (p ae0 s iy1 m)) +("passing" nil (p ae1 s ih0 ng)) +("passino" nil (p aa0 s iy1 n ow0)) +("passion" nil (p ae1 sh ax n)) +("passionate" nil (p ae1 sh ax n ax t)) +("passionately" nil (p ae1 sh ax n ax t l iy0)) +("passions" nil (p ae1 sh ax n z)) +("passive" nil (p ae1 s ih0 v)) +("passively" nil (p ae1 s ih0 v l iy0)) +("passivity" nil (p ax s ih1 v ih0 t iy0)) +("passman" nil (p ae1 s m ax n)) +("passmore" nil (p aa1 s m ao0 r)) +("passon" nil (p ae1 s ax n)) +("passover" nil (p ae1 s ow1 v er0)) +("passow" nil (p ae1 s ow0)) +("passport" nil (p ae1 s p ao1 r t)) +("passports" nil (p ae1 s p ao1 r t s)) +("password" nil (p ae1 s w er1 d)) +("passwords" nil (p ae1 s w er1 d z)) +("past" nil (p ae1 s t)) +("pasta" nil (p aa1 s t ax)) +("pastas" nil (p aa1 s t ax z)) +("paste" nil (p ey1 s t)) +("pasted" nil (p ey1 s t ih0 d)) +("pastel" nil (p ae0 s t eh1 l)) +("pastels" nil (p ae0 s t eh1 l z)) +("paster" nil (p ae1 s t er0)) +("pasternack" nil (p ae1 s t er0 n ae0 k)) +("pasternak" nil (p ae1 s t er0 n ae0 k)) +("pastes" nil (p ey1 s t s)) +("pasteur" nil (p ax s t uw1 r)) +("pasteurization" nil (p ae1 s ch er0 ax z ey1 sh ax n)) +("pasteurized" nil (p ae1 s ch er0 ay1 z d)) +("pastiche" nil (p ae1 s t iy1 sh)) +("pastime" nil (p ae1 s t ay1 m)) +("pastimes" nil (p ae1 s t ay1 m z)) +("pasting" nil (p ey1 s t ih0 ng)) +("pastor" nil (p ae1 s t er0)) +("pastora" nil (p ae0 s t ao1 r ax)) +("pastoral" nil (p ae1 s t er0 ax l)) +("pastoralism" nil (p ae1 s t er0 ax l ih1 z ax m)) +("pastore" nil (p ae1 s t ao1 r)) +("pastorino" nil (p aa0 s t ao0 r iy1 n ow0)) +("pastorius" nil (p ae1 s t ao0 r iy0 ih0 s)) +("pastors" nil (p ae1 s t er0 z)) +("pastrami" nil (p ax s t r aa1 m iy0)) +("pastrana" nil (p aa0 s t r ae1 n ax)) +("pastries" nil (p ey1 s t r iy0 z)) +("pastry" nil (p ey1 s t r iy0)) +("pastula" nil (p aa0 s t uw1 l ax)) +("pasture" nil (p ae1 s ch er0)) +("pastures" nil (p ae1 s ch er0 z)) +("paszek" nil (p aa1 sh eh0 k)) +("paszkiewicz" nil (p aa1 sh k ax v ih0 ch)) +("pasztor" nil (p ae1 s t er0)) +("pat" nil (p ae1 t)) +("patagonia" nil (p ae1 t ax g ow1 n iy0 ax)) +("patagonian" nil (p ae1 t ax g ow1 n iy0 ax n)) +("patak" nil (p ae1 t ax k)) +("pataki" nil (p ax t aa1 k iy0)) +("pataky" nil (p ae1 t ax k iy0)) +("patalano" nil (p aa0 t aa0 l aa1 n ow0)) +("patane" nil (p ae1 t ax n)) +("patch" nil (p ae1 ch)) +("patched" nil (p ae1 ch t)) +("patchell" nil (p ae1 ch ax l)) +("patchen" nil (p ae1 ch ax n)) +("patches" nil (p ae1 ch ax z)) +("patchett" nil (p ae1 ch ih0 t)) +("patchin" nil (p ae1 ch ih0 n)) +("patching" nil (p ae1 ch ih0 ng)) +("patchwork" nil (p ae1 ch w er1 k)) +("patchworks" nil (p ae1 ch w er1 k s)) +("patchy" nil (p ae1 ch iy0)) +("patco" nil (p ae1 t k ow0)) +("pate" nil (p ey1 t)) +("patek" nil (p aa1 t eh0 k)) +("patel" nil (p ax t eh1 l)) +("patella" nil (p ax t eh1 l ax)) +("patenaude" nil (p ae1 t ih0 n ow0 d)) +("patent" nil (p ae1 t ax n t)) +("patentable" nil (p ae1 t ax n t ax b ax l)) +("patented" nil (p ae1 t ax n t ax d)) +("patenting" nil (p ae1 t ax n t ih0 ng)) +("patently" nil (p ae1 t ax n t l iy0)) +("patents" nil (p ae1 t ax n t s)) +("pater" nil (p ey1 t er0)) +("patera" nil (p aa0 t eh1 r ax)) +("paternal" nil (p ax t er1 n ax l)) +("paternalism" nil (p ax t er1 n ax l ih1 z ax m)) +("paternalistic" nil (p ax t er1 n ax l ih1 s t ih0 k)) +("paternity" nil (p ax t er1 n ih0 t iy0)) +("paterno" nil (p aa0 t eh1 r n ow0)) +("paternostro" nil (p aa0 t er0 n ow1 s t r ow0)) +("paterson" nil (p ae1 t er0 s ax n)) +("pates" nil (p ey1 t s)) +("patey" nil (p ey1 t iy0)) +("path" nil (p ae1 th)) +("pathan" nil (p ae1 th ax n)) +("pathans" nil (p ae1 th ax n z)) +("pathe" nil (p ae1 th)) +("pathetic" nil (p ax th eh1 t ih0 k)) +("pathetically" nil (p ax th eh1 t ih0 k ax l iy0)) +("pathfinder" nil (p ae1 th f ay1 n d er0)) +("pathmark" nil (p ae1 th m aa1 r k)) +("pathogenic" nil (p ae1 th ax jh eh1 n ih0 k)) +("pathogens" nil (p ae1 th ax jh ax n z)) +("pathological" nil (p ae1 th ax l aa1 jh ih0 k ax l)) +("pathologies" nil (p ax th aa1 l ax jh iy0 z)) +("pathologist" nil (p ax th aa1 l ax jh ax s t)) +("pathologists" nil (p ax th aa1 l ax jh ax s t s)) +("pathology" nil (p ax th aa1 l ax jh iy0)) +("pathos" nil (p ey1 th aa0 s)) +("paths" nil (p ae1 dh z)) +("pathway" nil (p ae1 th w ey1)) +("pathways" nil (p ae1 th w ey1 z)) +("patience" nil (p ey1 sh ax n s)) +("patient" nil (p ey1 sh ax n t)) +("patiently" nil (p ey1 sh ax n t l iy0)) +("patients" nil (p ey1 sh ax n t s)) +("patillo" nil (p ax t ih1 l ow0)) +("patin" nil (p ae1 t ih0 n)) +("patina" nil (p ax t iy1 n ax)) +("patinkin" nil (p ax t ih1 ng k ih0 n)) +("patino" nil (p aa0 t iy1 n ow0)) +("patio" nil (p ae1 t iy0 ow1)) +("patios" nil (p ae1 t iy0 ow1 z)) +("patlan" nil (p ae1 t l ax n)) +("patlex" nil (p ae1 t l eh0 k s)) +("patman" nil (p ae1 t m ax n)) +("patmore" nil (p ae1 t m ao0 r)) +("patnaude" nil (p aa0 t n ao1 d iy0)) +("patnode" nil (p ae1 t n ow1 d)) +("paton" nil (p ae1 t ax n)) +("patons" nil (p ae1 t ax n z)) +("patriarca" nil (p aa0 t r iy0 aa1 r k ax)) +("patriarch" nil (p ey1 t r iy0 aa1 r k)) +("patriarchal" nil (p ey1 t r iy0 aa1 r k ax l)) +("patriarchate" nil (p ey1 t r iy0 aa1 r k ax t)) +("patriarchs" nil (p ey1 t r iy0 aa1 r k s)) +("patriarchy" nil (p ey1 t r iy0 aa1 r k iy0)) +("patrice" nil (p ax t r iy1 s)) +("patricelli" nil (p aa0 t r iy0 ch eh1 l iy0)) +("patricia" nil (p ax t r ih1 sh ax)) +("patrician" nil (p ax t r ih1 sh ax n)) +("patricians" nil (p ax t r ih1 sh ax n z)) +("patricio" nil (p ax t r ih1 s iy0 ow0)) +("patrick" nil (p ae1 t r ih0 k)) +("patricks" nil (p ae1 t r ih0 k s)) +("patricof" nil (p ae1 t r ih0 k ao1 f)) +("patridge" nil (p ae1 t r ih1 jh)) +("patrie" nil (p ae1 t er0 iy0)) +("patrilineal" nil (p ae1 t r ih0 l ih1 n iy0 ax l)) +("patrimony" nil (p ae1 t r ax m ow1 n iy0)) +("patriot" nil (p ey1 t r iy0 ax t)) +("patriotic" nil (p ey1 t r iy0 aa1 t ih0 k)) +("patriotism" nil (p ey1 t r iy0 ax t ih1 z ax m)) +("patriots" nil (p ey1 t r iy0 ax t s)) +("patristic" nil (p ax t r ih1 s t ih0 k)) +("patrizio" nil (p aa0 t r iy1 z iy0 ow0)) +("patrol" nil (p ax t r ow1 l)) +("patrolled" nil (p ax t r ow1 l d)) +("patrolling" nil (p ax t r ow1 l ih0 ng)) +("patrolman" nil (p ax t r ow1 l m ae1 n)) +("patrolmen" nil (p ax t r ow0 l m eh1 n)) +("patrols" nil (p ax t r ow1 l z)) +("patron" nil (p ey1 t r ax n)) +("patronage" nil (p ae1 t r ax n ih0 jh)) +("patrone" nil (p aa0 t r ow1 n iy0)) +("patronize" nil (p ey1 t r ax n ay1 z)) +("patronized" nil (p ey1 t r ax n ay1 z d)) +("patronizing" nil (p ey1 t r ax n ay1 z ih0 ng)) +("patrons" nil (p ey1 t r ax n z)) +("patronymic" nil (p ae1 t r ax n ih1 m ih0 k)) +("patry" nil (p ae1 t r iy0)) +("pats" nil (p ae1 t s)) +("patsies" nil (p ae1 t s iy0 z)) +("patsy" nil (p ae1 t s iy0)) +("patt" nil (p ae1 t)) +("patted" nil (p ae1 t ax d)) +("pattee" nil (p ae1 t iy1)) +("patten" nil (p ae1 t ax n)) +("patter" nil (p ae1 t er0)) +("pattered" nil (p ae1 t er0 d)) +("pattern" nil (p ae1 t er0 n)) +("patterned" nil (p ae1 t er0 n d)) +("patterns" nil (p ae1 t er0 n z)) +("patterson" nil (p ae1 t er0 s ax n)) +("patteson" nil (p ae1 t ih0 s ax n)) +("patti" nil (p ae1 t iy0)) +("pattie" nil (p ae1 t iy0)) +("patties" nil (p ae1 t iy0 z)) +("pattillo" nil (p aa0 t ih1 l ow0)) +("pattin" nil (p ae1 t ih0 n)) +("patting" nil (p ae1 t ih0 ng)) +("pattinson" nil (p ae1 t ih0 n s ax n)) +("pattis" nil (p ae1 t ih0 s)) +("pattison" nil (p ae1 t ih0 s ax n)) +("pattiz" nil (p ae1 t ih0 z)) +("patton" nil (p ae1 t ax n)) +("patty" nil (p ae1 t iy0)) +("paty" nil (p ey1 t iy0)) +("patz" nil (p ae1 t s)) +("patzer" nil (p ey1 t z er0)) +("patzke" nil (p ae1 t z k)) +("paucity" nil (p ao1 s ax t iy0)) +("paugh" nil (p ao1)) +("paul" nil (p ao1 l)) +("paula" nil (p ao1 l ax)) +("paulding" nil (p ao1 l d ih0 ng)) +("paule" nil (p ao1 l)) +("paules" nil (p ow1 l z)) +("pauletta" nil (p aa0 l eh1 t ax)) +("paulette" nil (p ao0 l eh1 t)) +("pauley" nil (p ao1 l iy0)) +("paulhus" nil (p aw1 l hh ih0 s)) +("pauli" nil (p ao1 l iy0)) +("paulick" nil (p ao1 l ih0 k)) +("paulik" nil (p ao1 l ih0 k)) +("paulin" nil (p ao1 l ih0 n)) +("paulina" nil (p ao1 l iy1 n ax)) +("pauline" nil (p ao0 l iy1 n)) +("pauling" nil (p ao1 l ih0 ng)) +("paulino" nil (p ao0 l iy1 n ow0)) +("paulita" nil (p ao0 l iy1 t ax)) +("paulk" nil (p ao1 l k)) +("paull" nil (p ao1 l)) +("paullin" nil (p ao1 l ih0 n)) +("paulo" nil (p ao1 l ow0)) +("paulos" nil (p aw1 l ow0 z)) +("pauls" nil (p ao1 l z)) +("paulsen" nil (p aw1 l s ax n)) +("paulson" nil (p ao1 l s ax n)) +("paulus" nil (p ao1 l ax s)) +("pauly" nil (p ao1 l iy0)) +("paunchy" nil (p ao1 n ch iy0)) +("paup" nil (p ao1 p)) +("pauper" nil (p ao1 p er0)) +("pause" nil (p ao1 z)) +("paused" nil (p ao1 z d)) +("pauses" nil (p ao1 z ax z)) +("pausing" nil (p ao1 z ih0 ng)) +("paustian" nil (p ao1 z ch ih0 n)) +("pautler" nil (p aw1 t ax l er0)) +("pautsch" nil (p aw1 ch)) +("pautz" nil (p ao1 t s)) +("pauwels" nil (p aw1 w ax l z)) +("pavao" nil (p aa1 v aw0)) +("pavarotti" nil (p ae1 v er0 aa1 t iy0)) +("pave" nil (p ey1 v)) +("paved" nil (p ey1 v d)) +("pavek" nil (p ae1 v ih0 k)) +("pavel" nil (p ae1 v ax l)) +("pavelka" nil (p ax v eh1 l k ax)) +("pavelko" nil (p ax v eh1 l k ow0)) +("pavement" nil (p ey1 v m ax n t)) +("pavements" nil (p ey1 v m ax n t s)) +("paver" nil (p ey1 v er0)) +("paves" nil (p ey1 v z)) +("pavese" nil (p aa0 v ey1 z iy0)) +("pavey" nil (p ey1 v iy0)) +("pavia" nil (p ey1 v iy0 ax)) +("pavich" nil (p ae1 v ih0 ch)) +("pavilion" nil (p ax v ih1 l y ax n)) +("pavilions" nil (p ax v ih1 l y ax n z)) +("pavillion" nil (p ax v ih1 l y ax n)) +("paving" nil (p ey1 v ih0 ng)) +("pavlak" nil (p aa1 v l ax k)) +("pavlic" nil (p ae1 v l ih0 k)) +("pavlica" nil (p ae1 v l ih0 k ax)) +("pavlicek" nil (p aa1 v l ih0 ch eh0 k)) +("pavlich" nil (p aa1 v l ih0 hh)) +("pavlick" nil (p ae1 v l ih0 k)) +("pavlik" nil (p ae1 v l ih0 k)) +("pavlis" nil (p ae1 v l ih0 s)) +("pavlock" nil (p ae1 v l ax k)) +("pavlov" nil (p ae1 v l aa0 v)) +("pavlovian" nil (p ae1 v l ow1 v iy0 ax n)) +("pavlovic" nil (p ax v l aa1 v ih0 k)) +("pavlovich" nil (p ae1 v l ax v ih0 ch)) +("pavon" nil (p aa1 v ax n)) +("pavone" nil (p ax v ow1 n)) +("paw" nil (p ao1)) +("pawelek" nil (p aa0 v eh1 l eh0 k)) +("pawelski" nil (p aa0 v eh1 l s k iy0)) +("pawlak" nil (p ao1 l ax k)) +("pawley" nil (p ao1 l iy0)) +("pawlicki" nil (p aa0 v l ih1 t s k iy0)) +("pawlik" nil (p ao1 l ih0 k)) +("pawlikowski" nil (p aa0 v l ih0 k ao1 f s k iy0)) +("pawling" nil (p ao1 l ih0 ng)) +("pawloski" nil (p aa0 v l aw1 s k iy0)) +("pawlowicz" nil (p aa1 v l ax v ih0 ch)) +("pawlowski" nil (p aa0 v l ao1 f s k iy0)) +("pawluk" nil (p aa1 v l ax k)) +("pawn" nil (p ao1 n)) +("pawned" nil (p ao1 n d)) +("pawnee" nil (p ao1 n iy1)) +("pawnees" nil (p ao1 n iy1 z)) +("pawns" nil (p ao1 n z)) +("pawnshop" nil (p ao1 n sh aa1 p)) +("pawnshops" nil (p ao1 n sh aa1 p s)) +("paws" nil (p ao1 z)) +("pawson" nil (p ao1 s ax n)) +("pawtucket" nil (p ao1 t ah1 k ih0 t)) +("pawtuxet" nil (p ao1 t ah1 k s ax t)) +("pax" nil (p ae1 k s)) +("paxar" nil (p ae1 k s er0)) +("paxman" nil (p ae1 k s m ax n)) +("paxon" nil (p ae1 k s ax n)) +("paxson" nil (p ae1 k s ax n)) +("paxton" nil (p ae1 k s t ax n)) +("pay" nil (p ey1)) +("payable" nil (p ey1 ax b ax l)) +("payables" nil (p ey1 ax b ax l z)) +("payan" nil (p ey1 ax n)) +("payback" nil (p ey1 b ae1 k)) +("paycheck" nil (p ey1 ch eh1 k)) +("paychecks" nil (p ey1 ch eh1 k s)) +("paychex" nil (p ey1 ch eh1 k s)) +("payco" nil (p ey1 k ow0)) +("payday" nil (p ey1 d ey1)) +("paye" nil (p ey1)) +("payer" nil (p ey1 er0)) +("payers" nil (p ey1 er0 z)) +("payette" nil (p ey1 eh1 t)) +("payeur" nil (p ey0 er1)) +("paying" nil (p ey1 ih0 ng)) +("payless" nil (p ey1 l eh1 s)) +("payload" nil (p ey1 l ow1 d)) +("payloads" nil (p ey1 l ow1 d z)) +("paylor" nil (p ey1 l er0)) +("payment" nil (p ey1 m ax n t)) +("payments" nil (p ey1 m ax n t s)) +("payne" nil (p ey1 n)) +("paynter" nil (p ey1 n t er0)) +("payoff" nil (p ey1 ao1 f)) +("payoffs" nil (p ey1 ao1 f s)) +("payola" nil (p ey1 ow1 l ax)) +("payout" nil (p ey1 aw1 t)) +("payouts" nil (p ey1 aw1 t s)) +("payroll" nil (p ey1 r ow1 l)) +("payrolls" nil (p ey1 r ow1 l z)) +("pays" nil (p ey1 z)) +("payson" nil (p ey1 z ax n)) +("paysop" nil (p ey1 s aa1 p)) +("paysops" nil (p ey1 s aa1 p s)) +("payton" nil (p ey1 t ax n)) +("paz" nil (p aa1 z)) +("pazner" nil (p aa1 z n er0)) +("pazos" nil (p aa1 z ow0 z)) +("pea" nil (p iy1)) +("peabody" nil (p iy1 b aa1 d iy0)) +("peace" nil (p iy1 s)) +("peaceable" nil (p iy1 s ax b ax l)) +("peaceful" nil (p iy1 s f ax l)) +("peacefully" nil (p iy1 s f ax l iy0)) +("peacefulness" nil (p iy1 s f ax l n ax s)) +("peacekeeper" nil (p iy1 s k iy1 p er0)) +("peacekeepers" nil (p iy1 s k iy1 p er0 z)) +("peacekeeping" nil (p iy1 s k iy1 p ih0 ng)) +("peacemaker" nil (p iy1 s m ey1 k er0)) +("peacemakers" nil (p iy1 s m ey1 k er0 z)) +("peacemaking" nil (p iy1 s m ey1 k ih0 ng)) +("peacetime" nil (p iy1 s t ay1 m)) +("peach" nil (p iy1 ch)) +("peacher" nil (p iy1 ch er0)) +("peaches" nil (p iy1 ch ax z)) +("peachey" nil (p iy1 ch iy0)) +("peachtree" nil (p iy1 ch t r iy1)) +("peachy" nil (p iy1 ch iy0)) +("peacock" nil (p iy1 k aa1 k)) +("peacocks" nil (p iy1 k aa1 k s)) +("peaden" nil (p eh1 d ax n)) +("peafowl" nil (p iy1 f aw1 l)) +("peagler" nil (p iy1 g l er0)) +("peak" nil (p iy1 k)) +("peake" nil (p iy1 k)) +("peaked" nil (p iy1 k t)) +("peakes" nil (p iy1 k s)) +("peaking" nil (p iy1 k ih0 ng)) +("peaks" nil (p iy1 k s)) +("peal" nil (p iy1 l)) +("peale" nil (p iy1 l)) +("pealer" nil (p iy1 l er0)) +("peanut" nil (p iy1 n ax t)) +("peanuts" nil (p iy1 n ax t s)) +("peapack" nil (p iy1 p ae1 k)) +("pear" nil (p eh1 r)) +("pearce" nil (p ih1 r s)) +("pearcy" nil (p er1 k iy0)) +("pearl" nil (p er1 l)) +("pearle" nil (p er1 l)) +("pearline" nil (p er1 l ay0 n)) +("pearling" nil (p er1 l ih0 ng)) +("pearlman" nil (p er1 l m ae1 n)) +("pearls" nil (p er1 l z)) +("pearlstein" nil (p er1 l s t ay1 n)) +("pearlstine" nil (p er1 l s t ay1 n)) +("pearly" nil (p er1 l iy0)) +("pearman" nil (p eh1 r m ax n)) +("pears" nil (p eh1 r z)) +("pearse" nil (p er1 s)) +("pearson" nil (p ih1 r s ax n)) +("peart" nil (p er1 t)) +("peary" nil (p iy1 r iy0)) +("peas" nil (p iy1 z)) +("peasant" nil (p eh1 z ax n t)) +("peasantry" nil (p eh1 z ax n t r iy0)) +("peasants" nil (p eh1 z ax n t s)) +("pease" nil (p iy1 z)) +("peasey" nil (p iy1 z iy0)) +("peaslee" nil (p iy1 z l iy1)) +("peasley" nil (p iy1 z l iy0)) +("peat" nil (p iy1 t)) +("peatross" nil (p iy1 t r ax s)) +("peaudouce" nil (p ow1 d uw1 s)) +("peavey" nil (p iy1 v iy0)) +("peavler" nil (p iy1 v l er0)) +("peavy" nil (p iy1 v iy0)) +("peay" nil (p iy1)) +("pebble" nil (p eh1 b ax l)) +("pebbles" nil (p eh1 b ax l z)) +("pebereau" nil (p eh1 b er0 ow1)) +("pebley" nil (p eh1 b l iy0)) +("pecan" nil (p ax k aa1 n)) +("pecans" nil (p ih0 k ae1 n z)) +("pecci" nil (p eh1 ch iy0)) +("pech" nil (p eh1 k)) +("pecha" nil (p eh1 ch ax)) +("pechacek" nil (p eh1 k ax s ih0 k)) +("pechin" nil (p eh1 ch ih0 n)) +("pechiney" nil (p eh1 ch ih0 n iy0)) +("pechman" nil (p eh1 k m ax n)) +("pechora" nil (p ax k ao1 r ax)) +("pecht" nil (p eh1 k t)) +("pecina" nil (p eh0 ch iy1 n ax)) +("peck" nil (p eh1 k)) +("pecka" nil (p eh1 k ax)) +("peckenpaugh" nil (p ih0 k eh1 n p ao0)) +("peckham" nil (p eh1 k ax m)) +("pecking" nil (p eh1 k ih0 ng)) +("peckinpaugh" nil (p ih0 k ih1 n p ao0)) +("peckman" nil (p eh1 k m ax n)) +("peco" nil (p ey1 k ow0)) +("pecor" nil (p eh1 k er0)) +("pecora" nil (p eh0 k ao1 r ax)) +("pecoraro" nil (p eh0 k ao0 r aa1 r ow0)) +("pecore" nil (p eh0 k ao1 r iy0)) +("pecot" nil (p eh1 k ax t)) +("pectic" nil (p eh1 k t ih0 k)) +("pectin" nil (p eh1 k t ax n)) +("pectoral" nil (p eh1 k t er0 ax l)) +("peculiar" nil (p ax k y uw1 l y er0)) +("peculiarities" nil (p ih0 k y uw1 l iy0 eh1 r ax t iy0 z)) +("peculiarity" nil (p ih0 k y uw1 l iy0 eh1 r ax t iy0)) +("peculiarly" nil (p ih0 k y uw1 l y er0 l iy0)) +("pecuniary" nil (p eh0 k y uw1 n iy0 eh1 r iy0)) +("pedagogical" nil (p eh1 d ax g aa1 jh ih0 k ax l)) +("pedagogy" nil (p eh1 d ax g ow1 jh iy0)) +("pedal" nil (p eh1 d ax l)) +("pedaled" nil (p eh1 d ax l d)) +("pedaling" nil (p eh1 d ax l ih0 ng)) +("pedalled" nil (p eh1 d ax l d)) +("pedals" nil (p eh1 d ax l z)) +("pedantic" nil (p ax d ae1 n t ih0 k)) +("pedantry" nil (p eh1 d ax n t r iy0)) +("peddicord" nil (p eh1 d ih0 k ao0 r d)) +("peddie" nil (p eh1 d iy0)) +("peddle" nil (p eh1 d ax l)) +("peddled" nil (p eh1 d ax l d)) +("peddler" nil (p eh1 d l er0)) +("peddlers" nil (p eh1 d l er0 z)) +("peddles" nil (p eh1 d ax l z)) +("peddling" nil (p eh1 d ax l ih0 ng)) +("peddy" nil (p eh1 d iy0)) +("peden" nil (p eh1 d ax n)) +("pedersen" nil (p eh1 d er0 s ax n)) +("pederson" nil (p eh1 d er0 s ax n)) +("pedestal" nil (p eh1 d ax s t ax l)) +("pedestals" nil (p eh1 d ax s t ax l z)) +("pedestrian" nil (p ax d eh1 s t r iy0 ax n)) +("pedestrians" nil (p ax d eh1 s t r iy0 ax n z)) +("pediatric" nil (p iy1 d iy0 ae1 t r ih0 k)) +("pediatrician" nil (p iy1 d iy0 ax t r ih1 sh ax n)) +("pediatricians" nil (p iy1 d iy0 ax t r ih1 sh ax n z)) +("pediatrics" nil (p iy1 d iy0 ae1 t r ih0 k s)) +("pedicure" nil (p eh1 d ih0 k y er0)) +("pedigo" nil (p eh0 d iy1 g ow0)) +("pedigree" nil (p eh1 d ax g r iy0)) +("pedley" nil (p eh1 d l iy0)) +("pedone" nil (p ey0 d ow1 n ey0)) +("pedowitz" nil (p eh1 d ow0 ih0 t s)) +("pedraza" nil (p ey0 d r aa1 z ax)) +("pedretti" nil (p eh0 d r eh1 t iy0)) +("pedrick" nil (p eh1 d r ih0 k)) +("pedro" nil (p ey1 d r ow0)) +("pedroli" nil (p eh1 d r ow1 l iy0)) +("pedros" nil (p ey1 d r ow0 z)) +("pedrosa" nil (p ey0 d r ow1 s ax)) +("pedroso" nil (p ey0 d r ow1 s ow0)) +("pedrotti" nil (p eh0 d r ow1 t iy0)) +("pedroza" nil (p ey0 d r ow1 z ax)) +("pee" nil (p iy1)) +("peebler" nil (p iy1 b l er0)) +("peebles" nil (p iy1 b ax l z)) +("peed" nil (p iy1 d)) +("peedin" nil (p iy1 d ih0 n)) +("peek" nil (p iy1 k)) +("peeked" nil (p iy1 k t)) +("peeking" nil (p iy1 k ih0 ng)) +("peeks" nil (p iy1 k s)) +("peel" nil (p iy1 l)) +("peele" nil (p iy1 l)) +("peeled" nil (p iy1 l d)) +("peeler" nil (p iy1 l er0)) +("peeling" nil (p iy1 l ih0 ng)) +("peels" nil (p iy1 l z)) +("peens" nil (p iy1 n z)) +("peep" nil (p iy1 p)) +("peeping" nil (p iy1 p ih0 ng)) +("peeples" nil (p iy1 p ax l z)) +("peer" nil (p ih1 r)) +("peerage" nil (p ih1 r ax jh)) +("peered" nil (p ih1 r d)) +("peering" nil (p iy1 r ih0 ng)) +("peerless" nil (p ih1 r l ih0 s)) +("peers" nil (p ih1 r z)) +("peerson" nil (p ih1 r s ax n)) +("peery" nil (p iy1 r iy0)) +("peet" nil (p iy1 t)) +("peete" nil (p iy1 t)) +("peeters" nil (p iy1 t er0 z)) +("peets" nil (p iy1 t s)) +("peetz" nil (p iy1 t s)) +("peeve" nil (p iy1 v)) +("peeved" nil (p iy1 v d)) +("peeves" nil (p iy1 v z)) +("peevey" nil (p iy1 v iy0)) +("peevy" nil (p iy1 v iy0)) +("peewee" nil (p iy1 w iy1)) +("peffer" nil (p eh1 f er0)) +("peffley" nil (p eh1 f l iy0)) +("peformance" nil (p ax f ao1 r m ax n s)) +("peg" nil (p eh1 g)) +("pegasus" nil (p eh1 g ax s ax s)) +("pegboards" nil (p eh1 g b ao1 r d z)) +("pegg" nil (p eh1 g)) +("pegged" nil (p eh1 g d)) +("peggie" nil (p eh1 g iy0)) +("pegging" nil (p eh1 g ih0 ng)) +("peggs" nil (p eh1 g z)) +("peggy" nil (p eh1 g iy0)) +("peglow" nil (p eh1 g l ow1)) +("pegmatite" nil (p eh1 g m ax t ay1 t)) +("pegram" nil (p eh1 g r ae1 m)) +("pegs" nil (p eh1 g z)) +("peguero" nil (p ey0 g eh1 r ow0)) +("pegues" nil (p ey1 g eh0 s)) +("pehl" nil (p eh1 l)) +("pehrson" nil (p eh1 r s ax n)) +("pei" nil (p ey1)) +("peifer" nil (p ay1 f er0)) +("peiffer" nil (p ay1 f er0)) +("peil" nil (p iy1 l)) +("peinado" nil (p ey0 iy0 n aa1 d ow0)) +("peine" nil (p iy1 n)) +("peipu" nil (p ey1 p uw1)) +("peirce" nil (p ih1 r s)) +("peirson" nil (p iy1 r s ax n)) +("peiser" nil (p ay1 s er0)) +("peitz" nil (p iy1 t s)) +("peixoto" nil (p ax k s ow1 t ow0)) +("pejorative" nil (p ax jh ao1 r ax t ih0 v)) +("pekala" nil (p ih0 k aa1 l ax)) +("pekar" nil (p eh1 k er0)) +("pekarek" nil (p eh1 k er0 ih0 k)) +("pekin" nil (p iy1 k ax n)) +("peking" nil (p iy1 k ih1 ng)) +("peko" nil (p iy1 k ow0)) +("pekrul" nil (p eh1 k r ax l)) +("peladeau" nil (p eh1 l ax d ow1)) +("pelaez" nil (p ey0 l aa1 eh0 z)) +("pelagia" nil (p eh0 l aa1 jh ax)) +("pelagians" nil (p ih0 l ey1 jh iy0 ax n z)) +("pelagic" nil (p ax l ae1 jh ih0 k)) +("pelayo" nil (p ey0 l ey1 ow0)) +("pelc" nil (p eh1 l k)) +("pelchat" nil (p eh1 l ch ax t)) +("pelczar" nil (p eh1 l ch er0)) +("pele" nil (p eh1 l ey0)) +("pelekunu" nil (p eh1 l ax k uw1 n uw0)) +("pelerin" nil (p eh1 l er0 ih0 n)) +("pelfrey" nil (p eh1 l f r iy0)) +("pelham" nil (p eh1 l ax m)) +("pelican" nil (p eh1 l ax k ax n)) +("pelicans" nil (p eh1 l ih0 k ax n z)) +("pelikan" nil (p eh1 l ih0 k ae0 n)) +("pelino" nil (p eh0 l iy1 n ow0)) +("pelissier" nil (p eh1 l ih0 s iy0 er0)) +("pelka" nil (p eh1 l k ax)) +("pelkey" nil (p eh1 l k iy0)) +("pelky" nil (p eh1 l k iy0)) +("pell" nil (p eh1 l)) +("pella" nil (p eh1 l ax)) +("pellagra" nil (p ax l ae1 g r ax)) +("pelland" nil (p eh1 l ax n d)) +("pelle" nil (p eh1 l)) +("pellecchia" nil (p eh1 l eh1 k iy0 ax)) +("pellegrin" nil (p eh1 l ih0 g r ih0 n)) +("pellegrini" nil (p eh1 l eh0 g r iy1 n iy0)) +("pellegrino" nil (p eh1 l eh0 g r iy1 n ow0)) +("peller" nil (p eh1 l er0)) +("pellerin" nil (p eh1 l er0 ih0 n)) +("pellerito" nil (p eh0 l er0 iy1 t ow0)) +("pellet" nil (p eh1 l ax t)) +("pelleted" nil (p eh1 l ax t ax d)) +("pelletier" nil (p eh0 l ax t ih1 r)) +("pellets" nil (p eh1 l ax t s)) +("pellett" nil (p eh1 l ih0 t)) +("pelleu" nil (p eh1 l uw0)) +("pelley" nil (p eh1 l iy0)) +("pellicane" nil (p eh1 l ih0 k ey1 n)) +("pellicano" nil (p eh0 l iy0 k aa1 n ow0)) +("pellman" nil (p eh1 l m ax n)) +("pellow" nil (p eh1 l ow0)) +("pellum" nil (p eh1 l ax m)) +("pelon" nil (p eh1 l ax n)) +("peloponnesian" nil (p eh1 l ax p ax n iy1 zh ax n)) +("peloquin" nil (p ey0 l ow0 k w iy1 n)) +("pelosi" nil (p eh0 l ow1 s iy0)) +("peloso" nil (p eh0 l ow1 s ow0)) +("pelot" nil (p eh1 l ax t)) +("pelphrey" nil (p eh1 l f r iy0)) +("pels" nil (p eh1 l z)) +("pelster" nil (p eh1 l s t er0)) +("pelt" nil (p eh1 l t)) +("pelted" nil (p eh1 l t ih0 d)) +("peltier" nil (p eh1 l t iy0 er0)) +("pelto" nil (p eh1 l t ow0)) +("pelton" nil (p eh1 l t ax n)) +("pelts" nil (p eh1 l t s)) +("peltz" nil (p eh1 l t s)) +("peltzer" nil (p eh1 l t z er0)) +("peluso" nil (p eh0 l uw1 s ow0)) +("pelvic" nil (p eh1 l v ih0 k)) +("pelvis" nil (p eh1 l v ax s)) +("pelz" nil (p eh1 l z)) +("pelzel" nil (p eh1 l z ax l)) +("pelzer" nil (p eh1 l z er0)) +("pember" nil (p eh1 m b er0)) +("pemberton" nil (p eh1 m b er0 t ax n)) +("pembina" nil (p eh1 m b ih0 n ax)) +("pemble" nil (p eh1 m b ax l)) +("pembleton" nil (p eh1 m b l ih0 t aa0 n)) +("pembridge" nil (p eh1 m b r ih1 jh)) +("pembroke" nil (p eh1 m b r ow1 k)) +("pemex" nil (p eh1 m eh1 k s)) +("pen" nil (p eh1 n)) +("pena" nil (p eh1 n ax)) +("penal" nil (p iy1 n ax l)) +("penalize" nil (p eh1 n ax l ay1 z)) +("penalized" nil (p iy1 n ax l ay1 z d)) +("penalizes" nil (p eh1 n ax l ay1 z ih0 z)) +("penalizing" nil (p iy1 n ax l ay1 z ih0 ng)) +("penaloza" nil (p eh0 n aa0 l ow1 z ax)) +("penalties" nil (p eh1 n ax l t iy0 z)) +("penalty" nil (p eh1 n ax l t iy0)) +("penance" nil (p eh1 n ax n s)) +("penang" nil (p eh1 n ae0 ng)) +("penans" nil (p eh1 n ax n z)) +("penberthy" nil (p ih0 n b er1 th iy0)) +("pence" nil (p eh1 n s)) +("penchant" nil (p eh1 n ch ax n t)) +("pencil" nil (p eh1 n s ax l)) +("penciled" nil (p eh1 n s ax l d)) +("pencils" nil (p eh1 n s ax l z)) +("pendant" nil (p eh1 n d ax n t)) +("pendarvis" nil (p eh1 n d aa0 r v ih0 s)) +("pendell" nil (p eh1 n d ax l)) +("pendelton" nil (p ih0 n d eh1 l t ax n)) +("pender" nil (p eh1 n d er0)) +("pendergast" nil (p eh1 n d er0 g ae1 s t)) +("pendergraft" nil (p eh1 n d er0 g r ax f t)) +("pendergraph" nil (p eh1 n d er0 g r ae1 f)) +("pendergrass" nil (p eh1 n d er0 g r ax s)) +("pendergrast" nil (p eh1 n d er0 g r ax s t)) +("penders" nil (p eh1 n d er0 z)) +("pending" nil (p eh1 n d ih0 ng)) +("pendleton" nil (p eh1 n d ax l t ax n)) +("pendley" nil (p eh1 n d l iy0)) +("pendola" nil (p eh0 n d ow1 l ax)) +("pendril" nil (p eh1 n d r ih0 l)) +("pendry" nil (p eh1 n d r iy0)) +("pendulous" nil (p eh1 n jh ax l ax s)) +("pendulum" nil (p eh1 n jh ax l ax m)) +("pendyala" nil (p eh1 d y aa1 l ax)) +("penelope" nil (p ax n eh1 l ax p iy0)) +("penetrate" nil (p eh1 n ax t r ey1 t)) +("penetrated" nil (p eh1 n ax t r ey1 t ax d)) +("penetrates" nil (p eh1 n ax t r ey1 t s)) +("penetrating" nil (p eh1 n ax t r ey1 t ih0 ng)) +("penetration" nil (p eh1 n ax t r ey1 sh ax n)) +("penfield" nil (p eh1 n f iy1 l d)) +("penfil" nil (p eh1 n f ih0 l)) +("penfold" nil (p eh1 n f ow1 l d)) +("peng" nil (p eh1 ng)) +("pengassan" nil (p eh1 ng g ae1 s ax n)) +("pengelly" nil (p eh1 ng g ax l iy0)) +("pengo" nil (p eh1 ng g ow0)) +("penguin" nil (p eh1 ng g w ax n)) +("penguins" nil (p eh1 ng g w ax n z)) +("penh" nil (p eh1 n)) +("penicillin" nil (p eh1 n ax s ih1 l ax n)) +("penicillins" nil (p eh1 n ax s ih1 l ax n z)) +("penick" nil (p eh1 n ih0 k)) +("penikese" nil (p eh1 n ih0 k iy1 z)) +("penile" nil (p iy1 n ay0 l)) +("peninger" nil (p eh1 n ih0 ng er0)) +("peninsula" nil (p ax n ih1 n s ax l ax)) +("peninsular" nil (p ax n ih1 n s ax l er0)) +("penis" nil (p eh1 n ih0 s)) +("peniston" nil (p eh1 n ih0 s t aa0 n)) +("penitent" nil (p eh1 n ih0 t ih0 n t)) +("penitentiary" nil (p eh1 n ih0 t eh1 n ch er0 iy0)) +("penix" nil (p eh1 n ih0 k s)) +("penkala" nil (p ih0 ng k aa1 l ax)) +("penkava" nil (p eh0 ng k aa1 v ax)) +("penland" nil (p eh1 n l ax n d)) +("penley" nil (p eh1 n l iy0)) +("penman" nil (p eh1 n m ax n)) +("penn" nil (p eh1 n)) +("penna" nil (p eh1 n ax)) +("pennacchio" nil (p eh0 n aa1 k iy0 ow0)) +("pennant" nil (p eh1 n ax n t)) +("pennants" nil (p eh1 n ax n t s)) +("pennbancorp" nil (p eh1 n b ae1 n k ao1 r p)) +("penncorp" nil (p eh1 n k ao1 r p)) +("pennebaker" nil (p eh1 n ih0 b ax k er0)) +("penned" nil (p eh1 n d)) +("pennel" nil (p eh1 n ax l)) +("pennell" nil (p eh1 n ax l)) +("pennella" nil (p eh1 n eh1 l ax)) +("penner" nil (p eh1 n er0)) +("pennex" nil (p eh1 n ax k s)) +("penney" nil (p eh1 n iy0)) +("pennick" nil (p eh1 n ih0 k)) +("pennie" nil (p eh1 n iy0)) +("pennies" nil (p eh1 n iy0 z)) +("penniless" nil (p eh1 n iy0 l ax s)) +("penniman" nil (p eh1 n ih0 m ax n)) +("penning" nil (p eh1 n ih0 ng)) +("penninger" nil (p eh1 n ih0 ng er0)) +("pennings" nil (p eh1 n ih0 ng z)) +("pennington" nil (p eh1 n ih0 ng t ax n)) +("pennino" nil (p eh0 n iy1 n ow0)) +("pennisi" nil (p eh0 n iy1 s iy0)) +("pennix" nil (p eh1 n ih0 k s)) +("pennock" nil (p eh1 n ax k)) +("penns" nil (p eh1 n z)) +("pennsauken" nil (p eh1 n s ao1 k ax n)) +("pennsylvania" nil (p eh1 n s ax l v ey1 n y ax)) +("pennsylvanian" nil (p eh1 n s ih0 l v ey1 n iy0 ax n)) +("pennsylvanians" nil (p eh1 n s ih0 l v ey1 n iy0 ax n z)) +("pennwalt" nil (p eh1 n w ao1 l t)) +("penny" nil (p eh1 n iy0)) +("pennypacker" nil (p eh1 n ih0 p ae0 k er0)) +("pennywell" nil (p eh1 n iy0 w eh1 l)) +("pennzoil" nil (p eh1 n z oy1 l)) +("penobscot" nil (p ax n aa1 b s k aa0 t)) +("penology" nil (p iy0 n aa1 l ax jh iy0)) +("penoyer" nil (p eh1 n oy0 er0)) +("penril" nil (p eh1 n r ih0 l)) +("penrod" nil (p eh1 n r aa1 d)) +("penrose" nil (p eh1 n r ow1 z)) +("penry" nil (p eh1 n r iy0)) +("pens" nil (p eh1 n z)) +("pensacola" nil (p eh1 n s ax k ow1 l ax)) +("pense" nil (p eh1 n s)) +("pensinger" nil (p eh1 n s ih0 n jh er0)) +("pension" nil (p eh1 n sh ax n)) +("pensioner" nil (p eh1 n sh ax n er0)) +("pensioners" nil (p eh1 n sh ax n er0 z)) +("pensions" nil (p eh1 n sh ax n z)) +("pensive" nil (p eh1 n s ih0 v)) +("penske" nil (p eh1 n s k iy0)) +("penson" nil (p eh1 n s ax n)) +("pensyl" nil (p eh1 n s ih0 l)) +("pent" nil (p eh1 n t)) +("penta" nil (p eh1 n t ax)) +("pentagon" nil (p eh1 n t ih0 g aa1 n)) +("pentagons" nil (p eh1 n t ih0 g aa1 n z)) +("pentair" nil (p eh1 n t eh1 r)) +("pentamidine" nil (p eh1 n t ae1 m ih0 d iy1 n)) +("pentane" nil (p eh1 n t ey1 n)) +("pentathlon" nil (p eh0 n t ae1 th l ax n)) +("pentax" nil (p eh1 n t ae1 k s)) +("pentech" nil (p eh1 n t eh1 k)) +("pentecost" nil (p eh1 n t ax k ao1 s t)) +("pentecostal" nil (p eh1 n t ax k ao1 s t ax l)) +("penthea" nil (p eh1 n th iy0 ax)) +("penthouse" nil (p eh1 n t hh aw1 s)) +("pentimento" nil (p eh1 n t ih0 m eh1 n t ow0)) +("pentium" nil (p eh1 n t iy0 ax m)) +("pentiums" nil (p eh1 n t iy0 ax m z)) +("pentland" nil (p eh1 n t l ax n d)) +("penton" nil (p eh1 n t ax n)) +("pentron" nil (p eh1 n t r ax n)) +("pentrust" nil (p eh1 n t r ah1 s t)) +("pentz" nil (p eh1 n t s)) +("penuel" nil (p eh1 n uh0 l)) +("penumbra" nil (p ih0 n ah1 m b r ax)) +("penwell" nil (p eh1 n w eh1 l)) +("penwest" nil (p eh1 n w eh1 s t)) +("penza" nil (p eh1 n z ax)) +("penzer" nil (p eh1 n z er0)) +("peon" nil (p iy1 ax n)) +("peonies" nil (p iy1 ax n iy0 z)) +("peons" nil (p iy1 ax n z)) +("peony" nil (p iy1 ax n iy0)) +("people" nil (p iy1 p ax l)) +("peopled" nil (p iy1 p ax l d)) +("peoples" nil (p iy1 p ax l z)) +("peoria" nil (p iy0 ao1 r iy0 ax)) +("pep" nil (p eh1 p)) +("pepcid" nil (p eh1 p s ih0 d)) +("pepe" nil (p eh1 p iy0)) +("pepenadores" nil (p eh1 p eh1 n ax d ao1 r eh0 z)) +("peper" nil (p eh1 p er0)) +("pepi" nil (p eh1 p iy0)) +("pepin" nil (p eh1 p ih0 n)) +("pepita" nil (p eh0 p iy1 t ax)) +("pepitone" nil (p eh1 p ih0 t ow1 n)) +("peplinski" nil (p ih0 p l ih1 n s k iy0)) +("peplow" nil (p eh1 p l ow1)) +("peppard" nil (p eh1 p er0 d)) +("peppel" nil (p eh1 p ax l)) +("pepper" nil (p eh1 p er0)) +("peppered" nil (p eh1 p er0 d)) +("pepperell" nil (p eh1 p er0 ax l)) +("pepperidge" nil (p eh1 p er0 ih1 jh)) +("peppering" nil (p eh1 p er0 ih0 ng)) +("pepperman" nil (p eh1 p er0 m ax n)) +("peppermint" nil (p eh1 p er0 m ih1 n t)) +("pepperoni" nil (p eh1 p er0 ow1 n iy0)) +("peppers" nil (p eh1 p er0 z)) +("peppi" nil (p eh1 p iy0)) +("peppin" nil (p eh1 p ih0 n)) +("pepple" nil (p eh1 p ax l)) +("peppler" nil (p eh1 p l er0)) +("peppy" nil (p eh1 p iy0)) +("pepsi" nil (p eh1 p s iy0)) +("pepsico" nil (p eh1 p s ih0 k ow0)) +("peptic" nil (p eh1 p t ih0 k)) +("peptide" nil (p eh1 p t ay1 d)) +("peptides" nil (p eh1 p t ay1 d z)) +("pequeno" nil (p ey0 k w ey1 n ow0)) +("pequignot" nil (p ih0 k w ih1 g n ax t)) +("per" nil (p er1)) +("pera" nil (p er1 ax)) +("peragine" nil (p er0 aa0 jh iy1 n iy0)) +("peraino" nil (p er0 aa0 iy1 n ow0)) +("perala" nil (p er0 aa1 l ax)) +("perales" nil (p er0 aa1 l eh0 s)) +("peralez" nil (p er0 aa1 l eh0 z)) +("peralta" nil (p er0 aa1 l t ax)) +("peras" nil (p eh1 r ax s)) +("peraza" nil (p er0 aa1 z ax)) +("perazzo" nil (p er0 aa1 z ow0)) +("perc" nil (p er1 k)) +("perce" nil (p er1 s)) +("perceive" nil (p er0 s iy1 v)) +("perceived" nil (p er0 s iy1 v d)) +("perceives" nil (p er0 s iy1 v z)) +("perceiving" nil (p er0 s iy1 v ih0 ng)) +("percell" nil (p er0 s eh1 l)) +("percent" nil (p er0 s eh1 n t)) +("percentage" nil (p er0 s eh1 n t ax jh)) +("percentages" nil (p er0 s eh1 n t ih0 jh ih0 z)) +("percentile" nil (p er0 s eh1 n t ay1 l)) +("percentiles" nil (p er0 s eh1 n t ay1 l z)) +("perceptible" nil (p er0 s eh1 p t ax b ax l)) +("perception" nil (p er0 s eh1 p sh ax n)) +("perceptions" nil (p er0 s eh1 p sh ax n z)) +("perceptive" nil (p er0 s eh1 p t ih0 v)) +("perceptual" nil (p er0 s eh1 p ch ax w ax l)) +("perceval" nil (p er0 s ey0 v ae1 l)) +("perch" nil (p er1 ch)) +("perched" nil (p er1 ch t)) +("perches" nil (p er1 ch ih0 z)) +("perchlorate" nil (p er0 k l ao1 r ey0 t)) +("perchloric" nil (p er0 k l ao1 r ih0 k)) +("percifield" nil (p er1 s ih0 f iy0 l d)) +("percival" nil (p er1 s ih0 v ax l)) +("percle" nil (p er1 k ax l)) +("percolate" nil (p er1 k ax l ey1 t)) +("percolating" nil (p er1 k ax l ey1 t ih0 ng)) +("percs" nil (p er1 k s)) +("percussion" nil (p er0 k ah1 sh ax n)) +("percussionist" nil (p er0 k ah1 sh ax n ih0 s t)) +("percutaneous" nil (p er0 k y uw0 t ey1 n iy0 ax s)) +("percy" nil (p er1 s iy0)) +("perdew" nil (p er1 d uw0)) +("perdita" nil (p er0 d iy1 t ax)) +("perdomo" nil (p er0 d ow1 m ow0)) +("perdue" nil (p er0 d uw1)) +("pere" nil (p er1)) +("perea" nil (p er0 iy1 ax)) +("pereda" nil (p er0 ey1 d ax)) +("peregoy" nil (p er1 ih0 g oy0)) +("peregrine" nil (p eh1 r ax g r iy1 n)) +("peregrines" nil (p eh1 r ax g r iy1 n z)) +("pereira" nil (p er0 eh1 r ax)) +("perella" nil (p er0 eh1 l ax)) +("perelman" nil (p eh1 r ax l m ax n)) +("peremptory" nil (p er0 eh1 m p t er0 iy0)) +("perennial" nil (p er0 eh1 n iy0 ax l)) +("perennially" nil (p er0 eh1 n iy0 ax l iy0)) +("perennials" nil (p er0 eh1 n iy0 ax l z)) +("perera" nil (p er0 eh1 r ax)) +("peres" nil (p eh1 r eh0 z)) +("perestroika" nil (p eh1 r ax s t r oy1 k ax)) +("peretti" nil (p er0 eh1 t iy0)) +("peretz" nil (p er1 ih0 t s)) +("pereyra" nil (p er0 eh1 r ax)) +("perez" nil (p eh1 r eh0 z)) +("perfect" j (p er1 f ax k t)) +("perfect" v (p er0 f eh1 k t)) +("perfecta" nil (p er0 f eh1 k t ax)) +("perfected" nil (p er0 f eh1 k t ax d)) +("perfecting" nil (p er0 f eh1 k t ih0 ng)) +("perfection" nil (p er0 f eh1 k sh ax n)) +("perfectionism" nil (p er0 f eh1 k sh ax n ih1 z ax m)) +("perfectionist" nil (p er0 f eh1 k sh ax n ax s t)) +("perfectly" nil (p er1 f ax k t l iy0)) +("perfetti" nil (p er0 f eh1 t iy0)) +("perfetto" nil (p er0 f eh1 t ow0)) +("perfidy" nil (p er1 f ih0 d iy0)) +("perforated" nil (p er1 f er0 ey1 t ax d)) +("perforation" nil (p er1 f er0 ey1 sh ax n)) +("perforations" nil (p er1 f er0 ey1 sh ax n z)) +("perforce" nil (p er0 f ao1 r s)) +("perform" nil (p er0 f ao1 r m)) +("performa" nil (p er0 f ao1 r m ax)) +("performance" nil (p er0 f ao1 r m ax n s)) +("performances" nil (p er0 f ao1 r m ax n s ax z)) +("performed" nil (p er0 f ao1 r m d)) +("performer" nil (p er0 f ao1 r m er0)) +("performers" nil (p er0 f ao1 r m er0 z)) +("performing" nil (p er0 f ao1 r m ih0 ng)) +("performs" nil (p er0 f ao1 r m z)) +("perfume" nil (p er0 f y uw1 m)) +("perfumed" nil (p er0 f y uw1 m d)) +("perfumes" nil (p er0 f y uw1 m z)) +("perfunctory" nil (p er0 f ah1 ng k t er0 iy0)) +("pergamon" nil (p er1 g ax m ax n)) +("pergande" nil (p er1 g ih0 n d)) +("pergola" nil (p er0 g ow1 l ax)) +("perham" nil (p er1 hh ax m)) +("perhaps" nil (p er0 hh ae1 p s)) +("perich" nil (p er1 ih0 k)) +("perignon" nil (p er0 ih1 n y aa0 n)) +("perigo" nil (p er0 iy1 g ow0)) +("peril" nil (p eh1 r ax l)) +("perillo" nil (p er0 ih1 l ow0)) +("perilous" nil (p eh1 r ax l ax s)) +("perilously" nil (p eh1 r ax l ax s l iy0)) +("perils" nil (p eh1 r ax l z)) +("periman" nil (p er1 iy0 m ax n)) +("perimeter" nil (p er0 ih1 m ax t er0)) +("perin" nil (p er1 ih0 n)) +("perine" nil (p er0 iy1 n iy0)) +("perini" nil (p er0 iy1 n iy0)) +("perino" nil (p er0 iy1 n ow0)) +("period" nil (p ih1 r iy0 ax d)) +("periodic" nil (p ih1 r iy0 aa1 d ih0 k)) +("periodical" nil (p ih1 r iy0 aa1 d ih0 k ax l)) +("periodically" nil (p iy1 r iy0 aa1 d ih0 k ax l iy0)) +("periodicals" nil (p ih1 r iy0 aa1 d ih0 k ax l z)) +("periodontal" nil (p eh1 r iy0 ax d aa1 n t ax l)) +("periods" nil (p ih1 r iy0 ax d z)) +("peripatetic" nil (p eh1 r ax p ax t eh1 t ih0 k)) +("peripheral" nil (p er0 ih1 f er0 ax l)) +("peripherals" nil (p er0 ih1 f er0 ax l z)) +("periphery" nil (p er0 ih1 f er0 iy0)) +("periscope" nil (p eh1 r ax s k ow1 p)) +("perish" nil (p eh1 r ih0 sh)) +("perishable" nil (p eh1 r ih0 sh ax b ax l)) +("perished" nil (p eh1 r ih0 sh t)) +("peristyle" nil (p eh1 r ax s t ay1 l)) +("perito" nil (p eh1 r iy1 t ow0)) +("perjured" nil (p er1 jh er0 d)) +("perjury" nil (p er1 jh er0 iy0)) +("perk" nil (p er1 k)) +("perked" nil (p er1 k t)) +("perkey" nil (p er1 k iy0)) +("perkin" nil (p er1 k ih0 n)) +("perking" nil (p er1 k ih0 ng)) +("perkins" nil (p er1 k ax n z)) +("perkinson" nil (p er1 k ih0 n s ax n)) +("perko" nil (p er1 k ow0)) +("perkovic" nil (p er1 k ax v ih0 ch)) +("perkovich" nil (p er1 k ax v ih0 ch)) +("perkowski" nil (p er0 k ao1 f s k iy0)) +("perks" nil (p er1 k s)) +("perky" nil (p er1 k iy0)) +("perl" nil (p er1 l)) +("perla" nil (p er1 l ax)) +("perlberg" nil (p er1 l b er0 g)) +("perle" nil (p er1 l)) +("perley" nil (p er1 l iy0)) +("perlin" nil (p er1 l ih0 n)) +("perlis" nil (p er1 l ih1 s)) +("perlite" nil (p er1 l ay0 t)) +("perlman" nil (p er1 l m ax n)) +("perlmutter" nil (p er1 l m ah1 t er0)) +("perlow" nil (p er1 l ow0)) +("perls" nil (p er1 l z)) +("perlstein" nil (p er1 l s t ay0 n)) +("perma" nil (p er1 m ax)) +("perman" nil (p er1 m ax n)) +("permanence" nil (p er1 m ax n ax n s)) +("permanent" nil (p er1 m ax n ax n t)) +("permanente" nil (p er1 m ax n eh1 n t ey0)) +("permanently" nil (p er1 m ax n ax n t l iy0)) +("permeability" nil (p er0 m iy0 ax b ih1 l ih0 t iy0)) +("permeate" nil (p er1 m iy0 ey1 t)) +("permeated" nil (p er1 m iy0 ey1 t ih0 d)) +("permeates" nil (p er1 m iy0 ey1 t s)) +("permenter" nil (p er1 m ax n t er0)) +("permiam" nil (p er0 m ay1 ax m)) +("permian" nil (p er1 m iy0 ax n)) +("permissible" nil (p er0 m ih1 s ax b ax l)) +("permission" nil (p er0 m ih1 sh ax n)) +("permissions" nil (p er0 m ih1 sh ax n z)) +("permissive" nil (p er0 m ih1 s ih0 v)) +("permissiveness" nil (p er0 m ih1 s ih0 v n ax s)) +("permit" v (p er0 m ih1 t)) +("permit" n (p er1 m ih0 t)) +("permits" v (p er0 m ih1 t s)) +("permits" n (p er1 m ih0 t s)) +("permitted" nil (p er0 m ih1 t ax d)) +("permitting" nil (p er0 m ih1 t ih0 ng)) +("permut" nil (p er1 m ax t)) +("permutations" nil (p er1 m y uw0 t ey1 sh ax n z)) +("perna" nil (p er1 n ax)) +("pernell" nil (p er1 n ax l)) +("pernella" nil (p er0 n eh1 l ax)) +("pernice" nil (p er1 n ih0 s)) +("perniciaro" nil (p er0 n iy1 ch er0 ow0)) +("pernicious" nil (p er0 n ih1 sh ax s)) +("perno" nil (p er1 n ow0)) +("pernod" nil (p eh0 r n ow1)) +("pero" nil (p er1 ow0)) +("peron" nil (p er0 ao1 n)) +("perona" nil (p er0 ow1 n ax)) +("perone" nil (p er0 ow1 n)) +("peroni" nil (p er0 ow1 n iy0)) +("peronism" nil (p eh1 r ax n ih1 z ax m)) +("peronist" nil (p eh1 r ax n ih0 s t)) +("peronists" nil (p eh1 r ax n ih0 s t s)) +("perot" nil (p er0 ow1)) +("perotti" nil (p er0 ow1 t iy0)) +("peroutka" nil (p er0 uw1 t k ax)) +("perovich" nil (p er1 ax v ih0 ch)) +("peroxide" nil (p er0 aa1 k s ay1 d)) +("perpendicular" nil (p er1 p ax n d ih1 k y ax l er0)) +("perpetrate" nil (p er1 p ax t r ey1 t)) +("perpetrated" nil (p er1 p ax t r ey1 t ih0 d)) +("perpetrating" nil (p er1 p ax t r ey1 t ih0 ng)) +("perpetrator" nil (p er1 p ax t r ey1 t er0)) +("perpetrators" nil (p er1 p ax t r ey1 t er0 z)) +("perpetual" nil (p er0 p eh1 ch uw0 ax l)) +("perpetually" nil (p er0 p eh1 ch uw0 ax l iy0)) +("perpetuals" nil (p er0 p eh1 ch uw0 ax l z)) +("perpetuate" nil (p er0 p eh1 ch ax w ey1 t)) +("perpetuated" nil (p er0 p eh1 ch ax w ey1 t ih0 d)) +("perpetuates" nil (p er0 p eh1 ch ax w ey1 t s)) +("perpetuating" nil (p er0 p eh1 ch ax w ey1 t ih0 ng)) +("perpetuation" nil (p er0 p eh1 ch ax w ey1 sh ax n)) +("perpetuity" nil (p er1 p ih0 t y uw1 ih0 t iy0)) +("perpich" nil (p er1 p ih0 k)) +("perplexed" nil (p er0 p l eh1 k s t)) +("perplexes" nil (p er0 p l eh1 k s ih0 z)) +("perplexing" nil (p er0 p l eh1 k s ih0 ng)) +("perplexity" nil (p er0 p l eh1 k s ax t iy0)) +("perquisites" nil (p er1 k w ax z ih0 t s)) +("perra" nil (p er1 r ax)) +("perras" nil (p er1 r ax z)) +("perrault" nil (p eh1 r ao0 l t)) +("perreault" nil (p er0 r ow1)) +("perreira" nil (p er0 r eh1 r ax)) +("perrell" nil (p er0 r ey1 l)) +("perrella" nil (p er0 r eh1 l ax)) +("perrelli" nil (p er0 r eh1 l iy0)) +("perren" nil (p er1 r ax n)) +("perret" nil (p er1 r ih0 t)) +("perrett" nil (p er1 r ih0 t)) +("perretta" nil (p er0 r eh1 t ax)) +("perretti" nil (p er0 r eh1 t iy0)) +("perri" nil (p er1 r iy0)) +("perricone" nil (p er0 r iy0 k ow1 n iy0)) +("perriello" nil (p er0 r iy0 eh1 l ow0)) +("perrier" nil (p eh1 r iy0 er0)) +("perrigo" nil (p er0 r iy1 g ow0)) +("perrin" nil (p eh1 r ih0 n)) +("perrine" nil (p er0 r iy1 n iy0)) +("perrino" nil (p er0 r iy1 n ow0)) +("perrins" nil (p eh1 r ih0 n z)) +("perritt" nil (p er1 r ih0 t)) +("perro" nil (p er1 r ow0)) +("perrodin" nil (p er1 r ax d ih0 n)) +("perron" nil (p eh1 r ax n)) +("perrone" nil (p er0 r ow1 n iy0)) +("perrot" nil (p er1 r ax t)) +("perrott" nil (p er0 r aa1 t)) +("perrotta" nil (p er0 r ow1 t ax)) +("perrotti" nil (p er0 r ow1 t iy0)) +("perrotto" nil (p er0 r ow1 t ow0)) +("perrow" nil (p er1 r ow0)) +("perry" nil (p eh1 r iy0)) +("perryman" nil (p er1 r iy0 m ax n)) +("perryn" nil (p er1 r ih0 n)) +("persall" nil (p er1 s ax l)) +("persaud" nil (p er1 s ao0 d)) +("perschbacher" nil (p er1 sh b aa0 k er0)) +("perse" nil (p er1 s)) +("persecute" nil (p er1 s ax k y uw1 t)) +("persecuted" nil (p er1 s ax k y uw1 t ax d)) +("persecuting" nil (p er1 s ih0 k y uw1 t ih0 ng)) +("persecution" nil (p er1 s ax k y uw1 sh ax n)) +("persepolis" nil (p er0 s eh1 p ax l ax s)) +("perseptive" nil (p er0 s eh1 p t ih0 v)) +("perses" nil (p er1 s ih0 z)) +("perseus" nil (p er1 s iy0 ax s)) +("perseverance" nil (p er1 s ax v ih1 r ax n s)) +("persevere" nil (p er0 s ax v ih1 r)) +("persevered" nil (p er1 s ax v ih1 r d)) +("pershall" nil (p er1 sh ax l)) +("pershare" nil (p er0 sh eh1 r)) +("pershing" nil (p er1 sh ih0 ng)) +("pershings" nil (p er1 sh ih0 ng z)) +("persia" nil (p er1 zh ax)) +("persian" nil (p er1 zh ax n)) +("persians" nil (p er1 zh ax n z)) +("persico" nil (p er0 s iy1 k ow0)) +("persing" nil (p er1 s ih0 ng)) +("persinger" nil (p er1 s ih0 n jh er0)) +("persis" nil (p er1 s ih0 s)) +("persist" nil (p er0 s ih1 s t)) +("persisted" nil (p er0 s ih1 s t ax d)) +("persistence" nil (p er0 s ih1 s t ax n s)) +("persistent" nil (p er0 s ih1 s t ax n t)) +("persistently" nil (p er0 s ih1 s t ax n t l iy0)) +("persisting" nil (p er0 s ih1 s t ih0 ng)) +("persists" nil (p er0 s ih1 s t s)) +("persky" nil (p er1 s k iy0)) +("persley" nil (p er1 s l iy0)) +("person" nil (p er1 s ax n)) +("persona" nil (p er0 s ow1 n ax)) +("personable" nil (p er1 s ax n ax b ax l)) +("personably" nil (p er1 s ax n ax b l iy0)) +("personal" nil (p er1 s ax n ax l)) +("personalink" nil (p er1 s ax n ax l ih1 ng k)) +("personalities" nil (p er1 s ax n ae1 l ih0 t iy0 z)) +("personality" nil (p er1 s ax n ae1 l ih0 t iy0)) +("personalize" nil (p er1 s ax n ax l ay1 z)) +("personalized" nil (p er1 s ax n ax l ay1 z d)) +("personally" nil (p er1 s ax n ax l iy0)) +("personics" nil (p er0 s aa1 n ih0 k s)) +("personification" nil (p er0 s aa1 n ax f ax k ey1 sh ax n)) +("personified" nil (p er0 s aa1 n ax f ay1 d)) +("personifies" nil (p er0 s aa1 n ax f ay1 z)) +("personify" nil (p er0 s aa1 n ax f ay1)) +("personnel" nil (p er1 s ax n eh1 l)) +("persons" nil (p er1 s ax n z)) +("perspective" nil (p er0 s p eh1 k t ih0 v)) +("perspectives" nil (p er0 s p eh1 k t ih0 v z)) +("perspiration" nil (p er1 s p er0 ey1 sh ax n)) +("perspire" nil (p er0 s p ay1 r)) +("persson" nil (p er1 s ax n)) +("persuadable" nil (p er0 s w ey1 d ax b ax l)) +("persuade" nil (p er0 s w ey1 d)) +("persuaded" nil (p er0 s w ey1 d ax d)) +("persuades" nil (p er0 s w ey1 d z)) +("persuading" nil (p er0 s w ey1 d ih0 ng)) +("persuasion" nil (p er0 s w ey1 zh ax n)) +("persuasions" nil (p er0 s w ey1 zh ax n z)) +("persuasive" nil (p er0 s w ey1 s ih0 v)) +("persuasively" nil (p er0 s w ey1 s ih0 v l iy0)) +("persuasiveness" nil (p er0 s w ey1 s ih0 v n ax s)) +("persyn" nil (p er1 s ih0 n)) +("pert" nil (p er1 t)) +("pertain" nil (p er0 t ey1 n)) +("pertained" nil (p er0 t ey1 n d)) +("pertaining" nil (p er0 t ey1 n ih0 ng)) +("pertains" nil (p er0 t ey1 n z)) +("pertamina" nil (p er0 t ax m iy1 n ax)) +("perth" nil (p er1 th)) +("pertinent" nil (p er1 t ax n ax n t)) +("pertschuk" nil (p er1 t ch ax k)) +("pertuit" nil (p er1 t ih0 t)) +("perturbation" nil (p er1 t er0 b ey1 sh ax n)) +("perturbations" nil (p er1 t er0 b ey1 sh ax n z)) +("perturbed" nil (p er0 t er1 b d)) +("perturbs" nil (p er0 t er1 b z)) +("pertussis" nil (p er0 t ah1 s ih0 s)) +("peru" nil (p er0 uw1)) +("perugina" nil (p eh1 r uw0 jh iy1 n ax)) +("perugini" nil (p er0 uw0 jh iy1 n iy0)) +("perulac" nil (p eh1 r uw0 l ae0 k)) +("perusal" nil (p er0 uw1 z ax l)) +("peruse" nil (p er0 uw1 z)) +("perused" nil (p er0 uw1 z d)) +("perusing" nil (p er0 uw1 z ih0 ng)) +("perusse" nil (p er0 uw1 s iy0)) +("peruvian" nil (p er0 uw1 v iy0 ax n)) +("peruvians" nil (p er0 uw1 v iy0 ax n z)) +("peruzzi" nil (p er0 uw1 t s iy0)) +("pervade" nil (p er0 v ey1 d)) +("pervaded" nil (p er0 v ey1 d ih0 d)) +("pervades" nil (p er0 v ey1 d z)) +("pervading" nil (p er0 v ey1 d ih0 ng)) +("pervasive" nil (p er0 v ey1 s ih0 v)) +("pervasiveness" nil (p er0 v ey1 s ih0 v n ih0 s)) +("perverse" nil (p er0 v er1 s)) +("perversely" nil (p er0 v er1 s l iy0)) +("perversion" nil (p er0 v er1 zh ax n)) +("perversity" nil (p er0 v er1 s ax t iy0)) +("pervert" v (p er0 v er1 t)) +("pervert" n (p er1 v er0 t)) +("perverted" nil (p er0 v er1 t ih0 d)) +("perverting" nil (p er0 v er1 t ih0 ng)) +("perverts" v (p er0 v er1 t s)) +("perverts" n (p er1 v er0 t s)) +("perz" nil (p er1 z)) +("pesatori" nil (p eh1 s ax t ao1 r iy0)) +("pesavento" nil (p eh1 s ax v eh1 n t ow0)) +("pescatore" nil (p eh0 s k aa0 t ao1 r iy0)) +("pesce" nil (p eh1 s)) +("pesch" nil (p eh1 sh)) +("peschel" nil (p eh1 sh ax l)) +("peschke" nil (p eh1 sh k)) +("pesek" nil (p eh1 s eh0 k)) +("peseta" nil (p ax s ey1 t ax)) +("pesetas" nil (p ax s ey1 t ax z)) +("pesh" nil (p eh1 sh)) +("peshawar" nil (p eh1 sh ax w ao0 r)) +("peshek" nil (p eh1 sh eh0 k)) +("pesina" nil (p eh0 s iy1 n ax)) +("peskin" nil (p eh1 s k ih0 n)) +("pesky" nil (p eh1 s k iy0)) +("pesnell" nil (p ih0 s n eh1 l)) +("peso" nil (p ey1 s ow0)) +("pesola" nil (p eh0 s ow1 l ax)) +("pesos" nil (p ey1 s ow0 z)) +("pessimism" nil (p eh1 s ax m ih1 z ax m)) +("pessimist" nil (p eh1 s ax m ax s t)) +("pessimistic" nil (p eh1 s ax m ih1 s t ih0 k)) +("pessimists" nil (p eh1 s ax m ih0 s t s)) +("pessin" nil (p eh1 s ih0 n)) +("pest" nil (p eh1 s t)) +("pesta" nil (p eh1 s t ax)) +("pestana" nil (p eh0 s t ae1 n ax)) +("pester" nil (p eh1 s t er0)) +("pestered" nil (p eh1 s t er0 d)) +("pestering" nil (p eh1 s t er0 ih0 ng)) +("pesticide" nil (p eh1 s t ax s ay1 d)) +("pesticides" nil (p eh1 s t ax s ay1 d z)) +("pestilence" nil (p eh1 s t ax l ax n s)) +("pestillo" nil (p eh1 s t ih1 l ow0)) +("pestka" nil (p eh1 s t k ax)) +("pests" nil (p eh1 s t s)) +("pet" nil (p eh1 t)) +("peta" nil (p iy1 t ax)) +("petak" nil (p eh1 t ax k)) +("petals" nil (p eh1 t ax l z)) +("petaluma" nil (p eh1 t ax l uw1 m ax)) +("petard" nil (p eh1 t er0 d)) +("pete" nil (p iy1 t)) +("peter" nil (p iy1 t er0)) +("peterbilt" nil (p iy1 t er0 b ih1 l t)) +("peterborough" nil (p iy1 t er0 b er0 ow0)) +("petered" nil (p iy1 t er0 d)) +("petering" nil (p iy1 t er0 ih0 ng)) +("peterka" nil (p ih0 t er1 k ax)) +("peterkin" nil (p ih0 t er1 k ih0 n)) +("peterman" nil (p iy1 t er0 m ax n)) +("petermann" nil (p iy1 t er0 m ax n)) +("peterpaul" nil (p iy1 t er0 p ao1 l)) +("peters" nil (p iy1 t er0 z)) +("petersburg" nil (p iy1 t er0 z b er0 g)) +("petersen" nil (p iy1 t er0 s ax n)) +("peterson" nil (p iy1 t er0 s ax n)) +("petery" nil (p iy1 t er0 iy0)) +("petey" nil (p eh1 t iy0)) +("peth" nil (p eh1 th)) +("pethel" nil (p eh1 th ax l)) +("pethtel" nil (p eh1 th ax l)) +("petie" nil (p eh1 t iy0)) +("petillo" nil (p eh0 t ih1 l ow0)) +("petipa" nil (p eh1 t iy1 p ax)) +("petit" nil (p eh1 t iy0)) +("petite" nil (p ax t iy1 t)) +("petites" nil (p eh1 t iy1 t s)) +("petition" nil (p ax t ih1 sh ax n)) +("petitioned" nil (p ax t ih1 sh ax n d)) +("petitioner" nil (p ax t ih1 sh ax n er0)) +("petitioners" nil (p ax t ih1 sh ax n er0 z)) +("petitioning" nil (p ax t ih1 sh ax n ih0 ng)) +("petitions" nil (p ax t ih1 sh ax n z)) +("petitjean" nil (p ih0 t ih1 t jh ax n)) +("petito" nil (p eh0 t iy1 t ow0)) +("petitt" nil (p eh1 t ih0 t)) +("petitti" nil (p eh0 t iy1 t iy0)) +("petitto" nil (p eh0 t iy1 t ow0)) +("petko" nil (p eh1 t k ow0)) +("petkus" nil (p eh1 t k ih0 s)) +("peto" nil (p iy1 t ow0)) +("petra" nil (p eh1 t r ax)) +("petracca" nil (p eh0 t r aa1 k ax)) +("petraglia" nil (p eh0 t r aa1 g l iy0 ax)) +("petraitis" nil (p eh0 t r ay1 t ih0 s)) +("petrak" nil (p eh1 t r ax k)) +("petrakis" nil (p eh1 t r ax k ih0 s)) +("petralia" nil (p eh0 t r aa1 l iy0 ax)) +("petrarca" nil (p eh1 t r aa1 r k ax)) +("petras" nil (p eh1 t r ax z)) +("petrasek" nil (p ih0 t r aa1 s eh0 k)) +("petrash" nil (p eh1 t r ax sh)) +("petrauskas" nil (p eh1 t r aw0 s k ax z)) +("petre" nil (p eh1 t er0)) +("petrea" nil (p eh1 t r iy0 ax)) +("petree" nil (p eh1 t r iy1)) +("petrella" nil (p eh1 t r eh1 l ax)) +("petrelli" nil (p eh0 t r eh1 l iy0)) +("petrels" nil (p eh1 t r ax l z)) +("petrey" nil (p eh1 t r iy0)) +("petri" nil (p eh1 t r iy0)) +("petrich" nil (p eh1 t r ih0 k)) +("petricioli" nil (p eh1 t r ih0 s iy0 ow1 l iy0)) +("petrick" nil (p eh1 t r ih0 k)) +("petrides" nil (p eh1 t r ay0 d z)) +("petrie" nil (p eh1 t r iy0)) +("petrified" nil (p eh1 t r ax f ay1 d)) +("petrik" nil (p eh1 t r ih0 k)) +("petrilla" nil (p eh1 t r ih1 l ax)) +("petrilli" nil (p eh0 t r iy1 l iy0)) +("petrillo" nil (p eh1 t r ih1 l ow0)) +("petrin" nil (p eh1 t r ih0 n)) +("petrina" nil (p eh0 t r iy1 n ax)) +("petrini" nil (p eh0 t r iy1 n iy0)) +("petrino" nil (p eh0 t r iy1 n ow0)) +("petrizzo" nil (p eh0 t r iy1 z ow0)) +("petro" nil (p eh1 t r ow0)) +("petrobras" nil (p eh1 t r aa1 b r ax s)) +("petrocelli" nil (p eh0 t r ow0 ch eh1 l iy0)) +("petrochemical" nil (p eh1 t r ow0 k eh1 m ih0 k ax l)) +("petrochemicals" nil (p eh1 t r ow0 k eh1 m ih0 k ax l z)) +("petrocorp" nil (p eh1 t r ow0 k ao1 r p)) +("petrodollars" nil (p eh1 t r ow0 d aa1 l er0 z)) +("petroff" nil (p eh1 t r ao0 f)) +("petrofina" nil (p eh1 t r ax f iy1 n ax)) +("petrolane" nil (p eh1 t r ow0 l ey1 n)) +("petrolear" nil (p eh1 t r ow0 l ih1 r)) +("petroleos" nil (p ax t r ow1 l iy0 ow0 s)) +("petroles" nil (p eh1 t r ow1 l z)) +("petroleum" nil (p ax t r ow1 l iy0 ax m)) +("petrology" nil (p ax t r aa1 l ax jh iy0)) +("petromin" nil (p eh1 t r ax m ih0 n)) +("petrominerals" nil (p eh1 t r ow0 m ih1 n er0 ax l z)) +("petronas" nil (p eh1 t r ow1 n ax s)) +("petrone" nil (p eh0 t r ow1 n iy0)) +("petronella" nil (p eh1 t r ow0 n eh1 l ax)) +("petroni" nil (p eh0 t r ow1 n iy0)) +("petronia" nil (p eh0 t r ow1 n iy0 ax)) +("petronilla" nil (p eh1 t r ax n ih1 l ax)) +("petronio" nil (p eh1 t r ow1 n iy0 ow0)) +("petropoulos" nil (p ih0 t r aa1 p ax l ih0 s)) +("petros" nil (p eh1 t r ow0 z)) +("petrosino" nil (p eh0 t r ow0 s iy1 n ow0)) +("petroski" nil (p ih0 t r aw1 s k iy0)) +("petrosky" nil (p ih0 t r ow1 s k iy0)) +("petrossian" nil (p ax t r ao1 z ax n)) +("petrosynthese" nil (p ax t r ow1 s ih0 n th iy1 s)) +("petrovic" nil (p ih0 t r aa1 v ih0 k)) +("petrovich" nil (p eh1 t r ax v ih0 ch)) +("petrovietnam" nil (p eh1 t r ow0 v iy1 eh0 t n aa1 m)) +("petrow" nil (p eh1 t r ow1)) +("petrowski" nil (p ih0 t r ao1 f s k iy0)) +("petrowsky" nil (p ih0 t r aw1 s k iy0)) +("petru" nil (p eh1 t r uw0)) +("petruccelli" nil (p eh1 t r uw0 ch eh1 l iy0)) +("petrucci" nil (p eh0 t r uw1 ch iy0)) +("petrucelli" nil (p eh0 t r uw0 ch eh1 l iy0)) +("petrus" nil (p eh1 t r ax s)) +("petruska" nil (p ih0 t r ah1 s k ax)) +("petruzzelli" nil (p eh0 t r uw0 t s eh1 l iy0)) +("petruzzi" nil (p eh0 t r uw1 t s iy0)) +("petry" nil (p eh1 t r iy0)) +("pets" nil (p eh1 t s)) +("petsch" nil (p eh1 ch)) +("petsche" nil (p eh1 ch)) +("petsmart" nil (p eh1 t s m aa1 r t)) +("petstuff" nil (p eh1 t s t ah1 f)) +("pett" nil (p eh1 t)) +("petta" nil (p eh1 t ax)) +("pettaway" nil (p eh1 t ax w ey0)) +("petted" nil (p eh1 t ax d)) +("pettee" nil (p eh1 t iy1)) +("pettengill" nil (p eh1 t ih0 ng g ax l)) +("petter" nil (p eh1 t er0)) +("pettersen" nil (p eh1 t er0 s ax n)) +("petterson" nil (p eh1 t er0 s ax n)) +("pettersson" nil (p iy1 t er0 s ax n)) +("pettet" nil (p eh1 t ih0 t)) +("petteway" nil (p eh1 t w ey0)) +("pettey" nil (p eh1 t iy0)) +("petteys" nil (p eh1 t iy0 z)) +("petti" nil (p eh1 t iy0)) +("petticoats" nil (p eh1 t iy0 k ow1 t s)) +("pettie" nil (p eh1 t iy0)) +("petties" nil (p eh1 t iy0 z)) +("pettigrew" nil (p eh1 t ih0 g r uw0)) +("pettijohn" nil (p eh1 t ih0 jh aa0 n)) +("pettinato" nil (p eh0 t iy0 n aa1 t ow0)) +("pettine" nil (p eh0 t iy1 n iy0)) +("pettiness" nil (p eh1 t iy0 n ax s)) +("petting" nil (p eh1 t ih0 ng)) +("pettinger" nil (p eh1 t ih0 ng er0)) +("pettingill" nil (p ih0 t ih1 ng g ax l)) +("pettis" nil (p eh1 t ih0 s)) +("pettit" nil (p eh1 t ih0 t)) +("pettitt" nil (p eh1 t ih0 t)) +("pettry" nil (p eh1 t r iy0)) +("pettus" nil (p eh1 t ax s)) +("pettway" nil (p eh1 t w ey1)) +("petty" nil (p eh1 t iy0)) +("petulance" nil (p eh1 ch ax l ax n s)) +("petulant" nil (p eh1 ch ax l ax n t)) +("petunia" nil (p ax t uw1 n iy0 ax)) +("petunias" nil (p ax t uw1 n iy0 ax s)) +("petway" nil (p eh1 t w ey1)) +("petz" nil (p eh1 t s)) +("petzel" nil (p eh1 t z ax l)) +("petzinger" nil (p eh1 t s ih1 ng er0)) +("petzold" nil (p eh1 t z ow0 l d)) +("petzoldt" nil (p eh1 t z ow0 l t)) +("peugeot" nil (p y uw0 zh ow1)) +("peugh" nil (p y uw1)) +("pevehouse" nil (p iy1 v hh aw1 s)) +("peveler" nil (p eh1 v ax l er0)) +("peverell" nil (p eh1 v er0 eh1 l)) +("peveto" nil (p eh0 v eh1 t ow0)) +("pevey" nil (p ih0 v ey1)) +("pew" nil (p y uw1)) +("pewabic" nil (p y uw1 aa1 b ih0 k)) +("pewex" nil (p eh1 w eh1 k s)) +("pewitt" nil (p y uw1 ih0 t)) +("pews" nil (p y uw1 z)) +("pewter" nil (p y uw1 t er0)) +("peyman" nil (p ey1 m ax n)) +("peyrelevade" nil (p eh1 r eh1 l ax v ey1 d)) +("peyser" nil (p ey1 z er0)) +("peyton" nil (p ey1 t ax n)) +("pez" nil (p eh1 z)) +("pezeshkan" nil (p ax z eh1 sh k ax n)) +("pezim" nil (p eh1 z iy1 m)) +("pezza" nil (p eh1 z ax)) +("pezzella" nil (p eh0 t s eh1 l ax)) +("pezzullo" nil (p eh0 t s uw1 l ow0)) +("pfaff" nil (f ae1 f)) +("pfahl" nil (f aa1 l)) +("pfahler" nil (f aa1 l er0)) +("pfalzgraf" nil (f ae1 l z g r ae0 f)) +("pfannenstiel" nil (f ae1 n ax n s t iy0 l)) +("pfarr" nil (f aa1 r)) +("pfau" nil (f aw1)) +("pfeffer" nil (f eh1 f er0)) +("pfefferkorn" nil (f eh1 f er0 k ao1 r n)) +("pfefferle" nil (f eh1 f er0 ax l)) +("pfeifer" nil (f ay1 f er0)) +("pfeiffer" nil (f ay1 f er0)) +("pfeifle" nil (f ay1 f ax l)) +("pfeil" nil (f ay1 l)) +("pfennig" nil (f eh1 n ih0 g)) +("pfennigs" nil (f eh1 n ih0 g z)) +("pfenning" nil (f eh1 n ih0 ng)) +("pfenninger" nil (f eh1 n ih0 ng er0)) +("pfeuffer" nil (f y uw1 f er0)) +("pfiester" nil (f ay1 s t er0)) +("pfiffner" nil (f ih1 f n er0)) +("pfingsten" nil (f ih1 ng s t ax n)) +("pfister" nil (f ih1 s t er0)) +("pfisterer" nil (f ih1 s t er0 er0)) +("pfizer" nil (f ay1 z er0)) +("pflaum" nil (f l aw1 m)) +("pfleger" nil (f l iy1 g er0)) +("pfleiderer" nil (f l ay1 d er0 er0)) +("pflieger" nil (f l iy1 g er0)) +("pflueger" nil (f l uw1 g er0)) +("pflug" nil (f l uw1 g)) +("pfluger" nil (f l uw1 g er0)) +("pflum" nil (f l ah1 m)) +("pfohl" nil (f ow1 l)) +("pforzheimer" nil (f ao1 r z hh ay1 m er0)) +("pfost" nil (f aa1 s t)) +("pfund" nil (f ah1 n d)) +("pfundstein" nil (f ah1 n d s t iy1 n)) +("ph" nil (p iy1 ey1 ch)) +("phagan" nil (f ey1 g ax n)) +("phair" nil (f eh1 r)) +("phalanges" nil (f ax l ae1 n jh iy0 z)) +("phalanx" nil (f ey1 l ae0 ng k s)) +("phalen" nil (f ae1 l ax n)) +("phallic" nil (f ae1 l ih0 k)) +("pham" nil (f ae1 m)) +("phan" nil (f ae1 n)) +("phaneuf" nil (f ae1 n uw0 f)) +("phantasm" nil (f ae1 n t ae1 z ax m)) +("phantom" nil (f ae1 n t ax m)) +("phantoms" nil (f ae1 n t ax m z)) +("phar" nil (f aa1 r)) +("pharaon" nil (f eh1 r ow0 n)) +("pharaonic" nil (f eh1 r ax aa1 n ih0 k)) +("phares" nil (f eh1 r z)) +("pharis" nil (f ae1 r ax s)) +("pharisaism" nil (f ae1 r ih0 s ey1 ih1 z ax m)) +("phariss" nil (f er0 ih1 s)) +("pharma" nil (f aa1 r m ax)) +("pharmaceutical" nil (f aa1 r m ax s uw1 t ih0 k ax l)) +("pharmaceuticals" nil (f aa1 r m ax s uw1 t ih0 k ax l z)) +("pharmacia" nil (f aa0 r m ey1 s iy0 ax)) +("pharmacies" nil (f aa1 r m ax s iy0 z)) +("pharmacist" nil (f aa1 r m ax s ih0 s t)) +("pharmacists" nil (f aa1 r m ax s ih0 s t s)) +("pharmacological" nil (f aa1 r m ax k ax l aa1 jh ih0 k ax l)) +("pharmacologist" nil (f aa1 r m ax k aa1 l ax jh ih0 s t)) +("pharmacology" nil (f aa1 r m ax k aa1 l ax jh iy0)) +("pharmacy" nil (f aa1 r m ax s iy0)) +("pharmakinetics" nil (f aa1 r m ax k ax n eh1 t ih0 k s)) +("pharo" nil (f aa1 r ow0)) +("pharoah" nil (f ey1 r ow0)) +("pharos" nil (f eh1 r ow1 z)) +("pharr" nil (f aa1 r)) +("pharris" nil (f ae1 r ih0 s)) +("pharynx" nil (f eh1 r ih0 ng k s)) +("phase" nil (f ey1 z)) +("phased" nil (f ey1 z d)) +("phaseout" nil (f ey1 z aw1 t)) +("phases" nil (f ey1 z ax z)) +("phasing" nil (f ey1 z ih0 ng)) +("pheasant" nil (f eh1 z ax n t)) +("pheasants" nil (f eh1 z ax n t s)) +("phebe" nil (f iy1 b iy0)) +("phebus" nil (f iy1 b ax s)) +("phedra" nil (f eh1 d r ax)) +("phegley" nil (f eh1 g l iy0)) +("phelan" nil (f eh1 l ax n)) +("phelps" nil (f eh1 l p s)) +("phenicie" nil (f eh1 n ax k iy0)) +("phenix" nil (f eh1 n ih0 k s)) +("phenol" nil (f iy1 n aa0 l)) +("phenolic" nil (f ax n aa1 l ih0 k)) +("phenom" nil (f eh1 n ax m)) +("phenomena" nil (f ax n aa1 m ax n ax)) +("phenomenal" nil (f ax n aa1 m ax n ax l)) +("phenomenally" nil (f ax n aa1 m ax n ax l iy0)) +("phenomenon" nil (f ax n aa1 m ax n aa1 n)) +("phenotypic" nil (f iy1 n ax t ih1 p ih0 k)) +("pherigo" nil (f eh0 r iy1 g ow0)) +("pheromones" nil (f eh1 r ax m ow1 n z)) +("pherson" nil (f er1 s ax n)) +("phetteplace" nil (f eh1 t p l ey0 s)) +("phew" nil (f y uw1)) +("phi" nil (f ay1)) +("phibbs" nil (f ih1 b z)) +("phibro" nil (f ih1 b r ow0)) +("phifer" nil (f ay1 f er0)) +("phil" nil (f ih1 l)) +("philadelphia" nil (f ih1 l ax d eh1 l f iy0 ax)) +("philadelphians" nil (f ih1 l ax d eh1 l f iy0 ax n z)) +("philadephia" nil (f ih1 l ax d eh1 f iy0 ax)) +("philana" nil (f ih0 l ae1 n ax)) +("philandering" nil (f ay1 l ae1 n d er0 ih0 ng)) +("philantha" nil (f ih0 l ae1 n th ax)) +("philanthropic" nil (f ih1 l ax n th r aa1 p ih0 k)) +("philanthropies" nil (f ax l ae1 n th r ax p iy0 z)) +("philanthropist" nil (f ax l ae1 n th r ax p ax s t)) +("philanthropists" nil (f ih0 l ae1 n th r ax p ih0 s t s)) +("philanthropy" nil (f ih0 l ae1 n th r ax p iy0)) +("philbeck" nil (f ih1 l b eh1 k)) +("philbert" nil (f ih1 l b er0 t)) +("philberta" nil (f ih0 l b er1 t ax)) +("philbin" nil (f ih1 l b ih0 n)) +("philbrick" nil (f ih1 l b r ih0 k)) +("philbrook" nil (f ih1 l b r uh1 k)) +("philene" nil (f ih0 l iy1 n)) +("phileo" nil (f ih1 l iy0 ow0)) +("philharmonia" nil (f ih1 l hh aa0 r m ow1 n iy0 ax)) +("philharmonic" nil (f ih1 l hh aa1 r m aa1 n ih0 k)) +("philhower" nil (f ih1 l aw0 er0)) +("philibert" nil (f ih1 l ih0 b er0 t)) +("philibosian" nil (f ih1 l ih0 b ow1 z iy0 ax n)) +("philida" nil (f ax l iy1 d ax)) +("philina" nil (f ax l iy1 n ax)) +("philip" nil (f ih1 l ax p)) +("philipp" nil (f ih1 l ih0 p)) +("philippa" nil (f ih0 l ih1 p ax)) +("philippe" nil (f ih0 l iy1 p ey0)) +("philippi" nil (f ih0 l ih1 p iy0)) +("philippic" nil (f ih0 l ih1 p ih0 k)) +("philippine" nil (f ih1 l ax p iy1 n)) +("philippines" nil (f ih1 l ax p iy1 n z)) +("philipps" nil (f ih1 l ih0 p s)) +("philips" nil (f ih1 l ax p s)) +("philipson" nil (f ih1 l ax p s ax n)) +("philistia" nil (f ih0 l ih1 s t iy0 ax)) +("philistine" nil (f ih1 l ax s t iy1 n)) +("philistines" nil (f ih1 l ax s t iy1 n z)) +("phillabaum" nil (f ih1 l ax b aw1 m)) +("philley" nil (f ih1 l iy0)) +("phillie" nil (f ih1 l iy0)) +("phillies" nil (f ih1 l iy0 z)) +("phillip" nil (f ih1 l ih0 p)) +("phillipe" nil (f ih0 l iy1 p)) +("phillipines" nil (f ih1 l ax p iy1 n z)) +("phillipp" nil (f ih1 l ih0 p)) +("phillippe" nil (f ih1 l ax p)) +("phillippi" nil (f ax l iy1 p iy0)) +("phillipps" nil (f ih1 l ih0 p s)) +("phillips" nil (f ih1 l ih0 p s)) +("phillipson" nil (f ih1 l ax p s ax n)) +("phillis" nil (f ih1 l ih0 s)) +("philly" nil (f ih1 l iy0)) +("philo" nil (f iy1 l ow0)) +("philodendron" nil (f ih1 l ax d eh1 n d r ax n)) +("philomela" nil (f ih1 l ax m iy1 l ax)) +("philomena" nil (f ih0 l ax m iy1 n ax)) +("philon" nil (f ih1 l ax n)) +("philosopher" nil (f ax l aa1 s ax f er0)) +("philosophers" nil (f ax l aa1 s ax f er0 z)) +("philosophic" nil (f ih1 l ax s aa1 f ih0 k)) +("philosophical" nil (f ih1 l ax s aa1 f ih0 k ax l)) +("philosophically" nil (f ih1 l ax s aa1 f ih0 k ax l iy0)) +("philosophies" nil (f ax l aa1 s ax f iy0 z)) +("philosophy" nil (f ax l aa1 s ax f iy0)) +("philp" nil (f ih1 l p)) +("philpot" nil (f ih1 l p ax t)) +("philpott" nil (f ih1 l p ax t)) +("philson" nil (f ih1 l s ax n)) +("philyaw" nil (f ih1 l y aa1)) +("phineas" nil (f ih1 n iy0 ax s)) +("phinney" nil (f ih1 n iy0)) +("phippen" nil (f ih1 p ax n)) +("phipps" nil (f ih1 p s)) +("phlcorp" nil (p iy1 ey1 ch eh1 l k ao1 r p)) +("phlogopite" nil (f l aa1 g ax p ay1 t)) +("phnom" nil (f n aa1 m)) +("phobia" nil (f ow1 b iy0 ax)) +("phobias" nil (f ow1 b iy0 ax z)) +("phobos" nil (f ow1 b ow0 s)) +("phoebe" nil (f iy1 b iy0)) +("phoebus" nil (f iy1 b ax s)) +("phoenicia" nil (f ax n iy1 sh ax)) +("phoenician" nil (f ax n iy1 sh ax n)) +("phoenicians" nil (f ax n iy1 sh ax n z)) +("phoenix" nil (f iy1 n ih0 k s)) +("phone" nil (f ow1 n)) +("phoned" nil (f ow1 n d)) +("phonemate" nil (f ow1 n m ey1 t)) +("phones" nil (f ow1 n z)) +("phonetic" nil (f ax n eh1 t ih0 k)) +("phonetically" nil (f ax n eh1 t ih0 k l iy0)) +("phonetics" nil (f ax n eh1 t ih0 k s)) +("phoney" nil (f ow1 n iy0)) +("phonic" nil (f aa1 n ih0 k)) +("phonics" nil (f aa1 n ih0 k s)) +("phoning" nil (f ow1 n ih0 ng)) +("phonograph" nil (f ow1 n ax g r ae1 f)) +("phonological" nil (f ow1 n ax l aa1 jh ih0 k ax l)) +("phony" nil (f ow1 n iy0)) +("phosphate" nil (f aa1 s f ey0 t)) +("phosphates" nil (f aa1 s f ey0 t s)) +("phosphatic" nil (f aa0 s f ae1 t ih0 k)) +("phosphor" nil (f aa1 s f ao1 r)) +("phosphorescence" nil (f aa1 s f er0 eh1 s ax n s)) +("phosphoric" nil (f aa1 s f er0 ih0 k)) +("phosphorites" nil (f aa1 s f er0 ay1 t s)) +("phosphorous" nil (f aa1 s f er0 ax s)) +("phosphors" nil (f aa1 s f ao1 r z)) +("phosphorus" nil (f aa1 s f er0 ax s)) +("photo" nil (f ow1 t ow1)) +("photochemical" nil (f ow1 t ow0 k eh1 m ax k ax l)) +("photoconductive" nil (f ow1 t ow0 k ax n d ah1 k t ih0 v)) +("photocopied" nil (f ow1 t ow0 k aa1 p iy0 d)) +("photocopier" nil (f ow1 t ow0 k aa1 p iy0 er0)) +("photocopiers" nil (f ow1 t ow0 k aa1 p iy0 er0 z)) +("photocopies" nil (f ow1 t ow0 k aa1 p iy0 z)) +("photocopy" nil (f ow1 t ow0 k aa1 p iy0)) +("photocopying" nil (f ow1 t ow0 k aa1 p iy0 ih0 ng)) +("photodynamic" nil (f ow1 t ow0 d ay0 n ae1 m ih0 k)) +("photoelectric" nil (f ow1 t ow0 ih0 l eh1 k t r ih0 k)) +("photofinisher" nil (f ow1 t ow0 f ih1 n ih1 sh er0)) +("photofinishers" nil (f ow1 t ow0 f ih1 n ih1 sh er0 z)) +("photofinishing" nil (f ow1 t ow0 f ih1 n ih0 sh ih0 ng)) +("photogenic" nil (f ow1 t ax jh eh1 n ih0 k)) +("photograph" nil (f ow1 t ax g r ae1 f)) +("photographed" nil (f ow1 t ax g r ae1 f t)) +("photographer" nil (f ax t aa1 g r ax f er0)) +("photographers" nil (f ax t aa1 g r ax f er0 z)) +("photographic" nil (f ow1 t ax g r ae1 f ih0 k)) +("photographing" nil (f ow1 t ax g r ae1 f ih0 ng)) +("photographs" nil (f ow1 t ax g r ae1 f s)) +("photography" nil (f ax t aa1 g r ax f iy0)) +("photon" nil (f ow1 t aa1 n)) +("photons" nil (f ow1 t aa1 n z)) +("photorefractive" nil (f ow1 t ow0 r ih0 f r ae1 k t ih0 v)) +("photos" nil (f ow1 t ow1 z)) +("photosynthesis" nil (f ow1 t ow0 s ih1 n th ax s ih0 s)) +("phototaxis" nil (f ow1 t ax t ae1 k s ih0 s)) +("phototron" nil (f ow1 t ax t r aa0 n)) +("photovoltaic" nil (f ow1 t ax v ow1 l t ey1 ih0 k)) +("photovoltaics" nil (f ow1 t ow0 v ow0 l t ey1 ih0 k s)) +("photronics" nil (f ow1 t r aa1 n ih0 k s)) +("phrase" nil (f r ey1 z)) +("phrased" nil (f r ey1 z d)) +("phrases" nil (f r ey1 z ax z)) +("phrasing" nil (f r ey1 z ih0 ng)) +("phrygian" nil (f r ih1 jh iy0 ax n)) +("phu" nil (f uw1)) +("phua" nil (f y uw1 ax)) +("phung" nil (f ah1 ng)) +("phuong" nil (f uw0 ao1 ng)) +("phut" nil (f ah1 t)) +("phy" nil (f ay1)) +("phyla" nil (f ay1 l ax)) +("phyle" nil (f ay1 l)) +("phylis" nil (f ay1 l ax s)) +("phyllis" nil (f ih1 l ih0 s)) +("phyllys" nil (f ih1 l iy0 z)) +("phylogeny" nil (f ay0 l aa1 jh ax n iy0)) +("phylum" nil (f ay1 l ax m)) +("physical" nil (f ih1 z ih0 k ax l)) +("physically" nil (f ih1 z ih0 k ax l iy0)) +("physicals" nil (f ih1 z ih0 k ax l z)) +("physician" nil (f ax z ih1 sh ax n)) +("physicians" nil (f ax z ih1 sh ax n z)) +("physicist" nil (f ih1 z ih0 s ih0 s t)) +("physicists" nil (f ih1 z ih0 s ih0 s t s)) +("physics" nil (f ih1 z ih0 k s)) +("physio" nil (f ih1 z iy0 ow0)) +("physiological" nil (f ih1 z iy0 ax l aa1 jh ih0 k ax l)) +("physiologist" nil (f ih1 z iy0 aa1 l ax jh ih0 s t)) +("physiology" nil (f ih1 z iy0 aa1 l ax jh iy0)) +("physique" nil (f ax z iy1 k)) +("phytogeography" nil (f ay0 t ow0 jh iy0 aa1 g r ax f iy0)) +("phytoplankton" nil (f ay1 t ow0 p l ae1 ng t ax n)) +("pi" nil (p ay1)) +("pia" nil (p iy1 ax)) +("piacente" nil (p iy0 aa0 ch eh1 n t iy0)) +("piacentini" nil (p iy0 aa0 ch eh0 n t iy1 n iy0)) +("piaget" nil (p iy1 ax z ey1)) +("pianist" nil (p iy0 ae1 n ax s t)) +("pianists" nil (p iy0 ae1 n ax s t s)) +("pianka" nil (p iy0 aa1 ng k ax)) +("piano" nil (p iy0 ae1 n ow0)) +("pianos" nil (p iy0 ae1 n ow0 z)) +("piascik" nil (p iy1 ax s ch ih0 k)) +("piasecki" nil (p iy0 ax s eh1 t s k iy0)) +("piasio" nil (p iy0 ae1 s iy0 ow0)) +("piatek" nil (p iy0 aa1 t eh0 k)) +("piatkowski" nil (p iy0 ax t k ao1 f s k iy0)) +("piatt" nil (p ay1 ax t)) +("piazza" nil (p iy0 ae1 z ax)) +("piazzolla" nil (p iy1 ax z aa1 l ax)) +("pic" nil (p ih1 k)) +("pica" nil (p ay1 k ax)) +("picante" nil (p iy0 k aa1 n t ey0)) +("picard" nil (p ih0 k aa1 r d)) +("picariello" nil (p iy0 k aa0 r iy0 eh1 l ow0)) +("picaro" nil (p iy1 k aa0 r ow1)) +("picas" nil (p ay1 k ax z)) +("picasso" nil (p ih0 k aa1 s ow0)) +("picassos" nil (p ih0 k aa1 s ow0 s)) +("picayune" nil (p ih1 k iy0 y uw1 n)) +("picazo" nil (p iy0 k aa1 z ow0)) +("piccadilly" nil (p ih1 k ax d ih1 l iy0)) +("picchi" nil (p ih1 k iy0)) +("picciano" nil (p iy1 ch iy0 aa1 n ow0)) +("piccinini" nil (p iy0 ch iy0 n iy1 n iy0)) +("piccione" nil (p iy0 k ch ow1 n iy0)) +("piccirilli" nil (p iy0 ch ih0 r iy1 l iy0)) +("piccirillo" nil (p iy0 ch ih0 r ih1 l ow0)) +("picco" nil (p ih1 k ow0)) +("piccola" nil (p iy0 k ow1 l ax)) +("piccoli" nil (p iy0 k ow1 l iy0)) +("piccolo" nil (p ih1 k ax l ow1)) +("piccone" nil (p iy0 k ow1 n iy0)) +("picha" nil (p ih1 ch ax)) +("piche" nil (p ih1 ch)) +("picheny" nil (p ax ch ey1 n iy0)) +("picher" nil (p ih1 ch er0)) +("pichette" nil (p ax sh eh1 t)) +("pichler" nil (p ih1 k ax l er0)) +("pichon" nil (p ih1 ch ax n)) +("picht" nil (p ih1 k t)) +("picinich" nil (p ih1 s ih0 n ih0 ch)) +("pick" nil (p ih1 k)) +("pickands" nil (p ih1 k ax n d z)) +("pickar" nil (p ih0 k aa1 r)) +("pickard" nil (p ih0 k aa1 r d)) +("pickart" nil (p ih1 k aa1 r t)) +("picked" nil (p ih1 k t)) +("pickel" nil (p ih1 k ax l)) +("pickell" nil (p ih1 k ax l)) +("pickelsimer" nil (p ih1 k ih0 l s ih0 m er0)) +("picken" nil (p ih1 k ax n)) +("pickens" nil (p ih1 k ax n z)) +("picker" nil (p ih1 k er0)) +("pickeral" nil (p ih1 k er0 ax l)) +("pickerel" nil (p ih1 k er0 ax l)) +("pickerell" nil (p ih1 k er0 ax l)) +("pickerill" nil (p ih1 k er0 ih1 l)) +("pickering" nil (p ih1 k er0 ih0 ng)) +("pickers" nil (p ih1 k er0 z)) +("pickert" nil (p ih1 k er0 t)) +("picket" nil (p ih1 k ax t)) +("picketed" nil (p ih1 k ax t ih0 d)) +("picketers" nil (p ih1 k ax t er0 z)) +("picketing" nil (p ih1 k ax t ih0 ng)) +("pickets" nil (p ih1 k ax t s)) +("pickett" nil (p ih1 k ih0 t)) +("pickford" nil (p ih1 k f er0 d)) +("pickier" nil (p ih1 k iy0 er0)) +("picking" nil (p ih1 k ih0 ng)) +("pickings" nil (p ih1 k ih0 ng z)) +("pickle" nil (p ih1 k ax l)) +("pickled" nil (p ih1 k ax l d)) +("pickler" nil (p ih1 k ax l er0)) +("pickles" nil (p ih1 k ax l z)) +("picklesimer" nil (p ih1 k l ih0 s ih0 m er0)) +("pickling" nil (p ih1 k l ih0 ng)) +("pickney" nil (p ih1 k n iy0)) +("pickpocket" nil (p ih1 k p aa1 k ax t)) +("pickpockets" nil (p ih1 k p aa1 k ax t s)) +("pickrel" nil (p ih1 k r ax l)) +("pickrell" nil (p ih1 k r ax l)) +("pickren" nil (p ih1 k er0 ax n)) +("pickron" nil (p ih1 k r ax n)) +("picks" nil (p ih1 k s)) +("pickup" nil (p ih1 k ah1 p)) +("pickups" nil (p ih1 k ah1 p s)) +("pickus" nil (p ih1 k ax s)) +("pickwick" nil (p ih1 k w ih1 k)) +("pickworth" nil (p ih1 k w er1 th)) +("picky" nil (p ih1 k iy0)) +("picnic" nil (p ih1 k n ih1 k)) +("picnics" nil (p ih1 k n ih1 k s)) +("pico" nil (p iy1 k ow0)) +("picon" nil (p ih1 k ax n)) +("picone" nil (p ih0 k ow1 n)) +("picop" nil (p ih1 k aa1 p)) +("picotte" nil (p ih0 k ao1 t)) +("picou" nil (p iy1 k uw0)) +("picoult" nil (p ih0 k ow1 l t)) +("picower" nil (p ih1 k aw1 r)) +("pictet" nil (p ih1 k t ih0 t)) +("picton" nil (p ih1 k t ax n)) +("pictorial" nil (p ih0 k t ao1 r iy0 ax l)) +("picts" nil (p ih1 k t s)) +("picture" nil (p ih1 k ch er0)) +("pictured" nil (p ih1 k ch er0 d)) +("pictures" nil (p ih1 k ch er0 z)) +("picturesque" nil (p ih1 k ch er0 ax s k)) +("picturetel" nil (p ih1 k ch er1 t eh1 l)) +("picturing" nil (p ih1 k ch er0 ih0 ng)) +("pidcock" nil (p ih1 d k ax k)) +("piddle" nil (p ih1 d ax l)) +("piddles" nil (p ih1 d ax l z)) +("piddling" nil (p ih1 d ax l ih0 ng)) +("piddock" nil (p ih1 d ax k)) +("pidgeon" nil (p ih1 d jh ih0 n)) +("pie" nil (p ay1)) +("piebald" nil (p ay1 b ao1 l d)) +("piece" nil (p iy1 s)) +("pieced" nil (p iy1 s t)) +("piecemeal" nil (p iy1 s m iy1 l)) +("pieces" nil (p iy1 s ax z)) +("piecework" nil (p iy1 s w er1 k)) +("piech" nil (p iy1 ch)) +("piechocki" nil (p iy0 hh ow1 t s k iy0)) +("piechota" nil (p iy0 hh ow1 t ax)) +("piechowski" nil (p iy0 hh ao1 f s k iy0)) +("piecing" nil (p iy1 s ih0 ng)) +("piecuch" nil (p iy1 k ax k)) +("pieczynski" nil (p iy0 ch ih1 n s k iy0)) +("pied" nil (p ay1 d)) +("piedboeuf" nil (p iy1 d b ah1 f)) +("piedmont" nil (p iy1 d m aa1 n t)) +("piedra" nil (p iy1 d r ax)) +("piehl" nil (p iy1 l)) +("piekarski" nil (p iy0 k aa1 r s k iy0)) +("piel" nil (p iy1 l)) +("piela" nil (p iy1 l ax)) +("pienta" nil (p iy1 n t ax)) +("pieper" nil (p iy1 p er0)) +("piepgras" nil (p iy1 p g r ae1 s)) +("piepho" nil (p iy1 f ow0)) +("pier" nil (p ih1 r)) +("pieraccini" nil (p ih1 r ax ch iy1 n iy0)) +("pieratt" nil (p iy1 r ax t)) +("pierce" nil (p ih1 r s)) +("pierceall" nil (p ih0 r s iy1 l)) +("pierced" nil (p ih1 r s t)) +("piercey" nil (p ih0 r s iy1)) +("piercing" nil (p ih1 r s ih0 ng)) +("piercy" nil (p ih1 r k iy0)) +("pierette" nil (p ih0 r eh1 t)) +("pieri" nil (p iy1 r iy0)) +("pierini" nil (p ih0 r iy1 n iy0)) +("pierman" nil (p ih1 r m ax n)) +("piero" nil (p iy1 r ow0)) +("pieroni" nil (p ih0 r ow1 n iy0)) +("pierotti" nil (p ih0 r ow1 t iy0)) +("pierpoint" nil (p ih0 r p oy1 n t)) +("pierpont" nil (p ih1 r p aa1 n t)) +("pierre" nil (p iy0 eh1 r)) +("pierrelouis" nil (p ih1 r ih0 l w iy0 z)) +("pierrepont" nil (p ih0 r ey1 p ow0 n t)) +("pierro" nil (p ih1 r ow0)) +("pierron" nil (p ih0 r ao1 n)) +("piers" nil (p ih1 r z)) +("piersall" nil (p ih1 r s ax l)) +("piersol" nil (p ih1 r s ao0 l)) +("pierson" nil (p ih1 r s ax n)) +("pies" nil (p ay1 z)) +("piet" nil (p ay1 ih0 t)) +("pieter" nil (p iy1 t er0)) +("pietermaritzburg" nil (p iy1 t er0 m eh1 r ih0 t s b er0 g)) +("pieters" nil (p iy1 t er0 z)) +("pieties" nil (p ay1 ax t iy0 z)) +("pietila" nil (p iy0 t iy1 l ax)) +("pietism" nil (p iy1 t ih0 z ax m)) +("pietrangelo" nil (p iy0 t r aa0 ng g eh1 l ow0)) +("pietras" nil (p iy1 t r ax z)) +("pietro" nil (p iy0 eh1 t r ow0)) +("pietrowski" nil (p iy0 t r ao1 f s k iy0)) +("pietruski" nil (p iy1 eh0 t r ah1 s k iy0)) +("pietruszka" nil (p iy0 t r ah1 sh k ax)) +("pietrzak" nil (p iy1 t er0 z ae0 k)) +("pietrzyk" nil (p iy1 t er0 z ih0 k)) +("pietsch" nil (p iy1 ch)) +("piette" nil (p iy1 t)) +("piety" nil (p ay1 ax t iy0)) +("pietz" nil (p iy1 t s)) +("pifer" nil (p ay1 f er0)) +("pig" nil (p ih1 g)) +("pigeon" nil (p ih1 jh ax n)) +("pigeonholed" nil (p ih1 jh ax n hh ow1 l d)) +("pigeons" nil (p ih1 jh ax n z)) +("pigford" nil (p ih1 g f er0 d)) +("pigg" nil (p ih1 g)) +("piggee" nil (p ih1 g iy1)) +("piggly" nil (p ih1 g l iy0)) +("piggott" nil (p ih1 g ax t)) +("piggy" nil (p ih1 g iy0)) +("piggyback" nil (p ih1 g iy0 b ae1 k)) +("piggybacked" nil (p ih1 g iy0 b ae1 k t)) +("piggybacking" nil (p ih1 g iy0 b ae1 k ih0 ng)) +("pigman" nil (p ih1 g m ax n)) +("pigment" nil (p ih1 g m ax n t)) +("pigmentation" nil (p ih1 g m ax n t ey1 sh ax n)) +("pigments" nil (p ih1 g m ax n t s)) +("pigmied" nil (p ih1 g m iy0 d)) +("pigmy" nil (p ih1 g m iy0)) +("pignataro" nil (p iy0 g n aa0 t aa1 r ow0)) +("pignatelli" nil (p iy0 g n aa0 t eh1 l iy0)) +("pignato" nil (p iy0 g n aa1 t ow0)) +("pignone" nil (p iy0 g n ow1 n iy0)) +("pigott" nil (p ih1 g ax t)) +("pigs" nil (p ih1 g z)) +("pigskin" nil (p ih1 g s k ih1 n)) +("pigue" nil (p iy1 g)) +("pih" nil (p ih1)) +("pihl" nil (p ih1 l)) +("pik" nil (p ih1 k)) +("pike" nil (p ay1 k)) +("piker" nil (p ay1 k er0)) +("pikes" nil (p ay1 k s)) +("pikul" nil (p ih1 k ax l)) +("pikula" nil (p ih0 k uw1 l ax)) +("pikus" nil (p ay1 k ax s)) +("pil" nil (p ih1 l)) +("piland" nil (p ih1 l ax n d)) +("pilant" nil (p iy1 l ax n t)) +("pilar" nil (p ay1 l er0)) +("pilarski" nil (p ih0 l aa1 r s k iy0)) +("pilasters" nil (p ax l ae1 s t er0 z)) +("pilat" nil (p iy1 l aa0 t)) +("pilato" nil (p iy0 l aa1 t ow0)) +("pilch" nil (p ih1 l ch)) +("pilcher" nil (p ih1 l ch er0)) +("pile" nil (p ay1 l)) +("pilecki" nil (p ih0 l eh1 k iy0)) +("piled" nil (p ay1 l d)) +("pileggi" nil (p ih0 l eh1 jh iy0)) +("piles" nil (p ay1 l z)) +("pileup" nil (p ay1 l ah1 p)) +("pilevsky" nil (p ih0 l eh1 v s k iy0)) +("pilferage" nil (p ih1 l f er0 ih0 jh)) +("pilfering" nil (p ih1 l f er0 ih0 ng)) +("pilger" nil (p ih1 l g er0)) +("pilgram" nil (p ih1 l g r ax m)) +("pilgreen" nil (p ih0 l g r iy1 n)) +("pilgrim" nil (p ih1 l g r ax m)) +("pilgrimage" nil (p ih1 l g r ax m ax jh)) +("pilgrimages" nil (p ih1 l g r ax m ih0 jh ih0 z)) +("pilgrims" nil (p ih1 l g r ax m z)) +("piling" nil (p ay1 l ih0 ng)) +("pilings" nil (p ay1 l ih0 ng z)) +("pilkenton" nil (p ih0 l k eh1 n t ax n)) +("pilkerton" nil (p ih0 l k er1 t ax n)) +("pilkington" nil (p ih1 l k ih0 ng t ax n)) +("pilkinton" nil (p ih1 l k ih0 n t ax n)) +("pill" nil (p ih1 l)) +("pilla" nil (p ih1 l ax)) +("pillage" nil (p ih1 l ih0 jh)) +("pillaged" nil (p ih1 l ih0 jh d)) +("pillager" nil (p ih1 l ih0 jh er0)) +("pillagers" nil (p ih1 l ih0 jh er0 z)) +("pillages" nil (p ih1 l ih0 jh ih0 z)) +("pillaging" nil (p ih1 l ih0 jh ih0 ng)) +("pillar" nil (p ih1 l er0)) +("pillard" nil (p ih1 l er0 d)) +("pillars" nil (p ih1 l er0 z)) +("pille" nil (p ih1 l)) +("piller" nil (p ih1 l er0)) +("pilley" nil (p ih1 l iy0)) +("pilling" nil (p ih1 l ih0 ng)) +("pillion" nil (p ih1 l y ax n)) +("pilloried" nil (p ih1 l er0 iy0 d)) +("pillow" nil (p ih1 l ow0)) +("pillows" nil (p ih1 l ow0 z)) +("pillowtex" nil (p ih1 l ow0 t eh1 k s)) +("pills" nil (p ih1 l z)) +("pillsbury" nil (p ih1 l z b eh1 r iy0)) +("pilon" nil (p iy0 l ao1 n)) +("pilot" nil (p ay1 l ax t)) +("piloted" nil (p ay1 l ax t ih0 d)) +("piloting" nil (p ay1 l ax t ih0 ng)) +("pilotless" nil (p ay1 l ax t l ax s)) +("pilots" nil (p ay1 l ax t s)) +("pilotte" nil (p ih0 l ao1 t)) +("pilson" nil (p ih1 l s ax n)) +("piltz" nil (p ih1 l t s)) +("pilz" nil (p ih1 l z)) +("pima" nil (p iy1 m ax)) +("pimco" nil (p ih1 m k ow0)) +("pimental" nil (p ih0 m eh1 n t ax l)) +("pimentel" nil (p ih1 m ih0 n t ax l)) +("pimm" nil (p ih1 m)) +("pimp" nil (p ih1 m p)) +("pimple" nil (p ih1 m p ax l)) +("pimples" nil (p ih1 m p ax l z)) +("pimps" nil (p ih1 m p s)) +("pin" nil (p ih1 n)) +("pina" nil (p iy1 n ax)) +("pinard" nil (p ih1 n er0 d)) +("pinault" nil (p ih1 n ao1 l t)) +("pinball" nil (p ih1 n b ao1 l)) +("pincavage" nil (p ih1 ng k ax v ih0 jh)) +("pincerlike" nil (p ih1 n s er0 l ay1 k)) +("pincers" nil (p ih1 n s er0 z)) +("pinch" nil (p ih1 n ch)) +("pinched" nil (p ih1 n ch t)) +("pincher" nil (p ih1 n ch er0)) +("pinchers" nil (p ih1 n ch er0 z)) +("pinching" nil (p ih1 n ch ih0 ng)) +("pinckard" nil (p ih1 ng k er0 d)) +("pinckney" nil (p ih1 ng k n iy0)) +("pincus" nil (p ih1 ng k ax s)) +("pindaric" nil (p ih0 n d ae1 r ih0 k)) +("pindell" nil (p ih1 n d ax l)) +("pinder" nil (p ay1 n d er0)) +("pindling" nil (p ih1 n d l ih0 ng)) +("pine" nil (p ay1 n)) +("pineapple" nil (p ay1 n ae1 p ax l)) +("pineapples" nil (p ay1 n ae1 p ax l z)) +("pineau" nil (p ih0 n ow1)) +("pineda" nil (p iy0 n eh1 d ax)) +("pinedo" nil (p iy0 n ey1 d ow0)) +("pinegar" nil (p ih1 n ih0 g er0)) +("pineiro" nil (p iy0 n eh1 r ow0)) +("pinellas" nil (p ih0 n eh1 l ax s)) +("pinelli" nil (p ih0 n eh1 l iy0)) +("pineo" nil (p ih1 n iy0 ow0)) +("piner" nil (p ay1 n er0)) +("pinero" nil (p ih0 n eh1 r ow0)) +("pines" nil (p ay1 n z)) +("pinetta" nil (p ax n eh1 t ax)) +("pinette" nil (p ih0 n eh1 t)) +("ping" nil (p ih1 ng)) +("pingel" nil (p ih1 ng g ax l)) +("pingitore" nil (p ih0 ng g iy0 t ao1 r iy0)) +("pingleton" nil (p ih1 ng g l ih0 t aa0 n)) +("pingley" nil (p ih1 ng g l iy0)) +("pingpong" nil (p ih1 ng p ao0 ng)) +("pingree" nil (p ih0 ng g r iy1)) +("pinheiro" nil (p iy0 n hh eh1 r ow0)) +("pinho" nil (p ih1 n hh ow0)) +("pinholes" nil (p ih1 n hh ow1 l z)) +("pini" nil (p iy1 n iy0)) +("pining" nil (p ay1 n ih0 ng)) +("pinion" nil (p ih1 n y ax n)) +("pink" nil (p ih1 ng k)) +("pinkard" nil (p ih1 ng k er0 d)) +("pinkelman" nil (p ih1 ng k ax l m ax n)) +("pinkerman" nil (p ih1 ng k er0 m ax n)) +("pinkerton" nil (p ih1 ng k er0 t ax n)) +("pinkett" nil (p ih1 ng k ih0 t)) +("pinkham" nil (p ih1 ng k hh ax m)) +("pinkie" nil (p ih1 ng k iy0)) +("pinkish" nil (p ih1 ng k ih0 sh)) +("pinkley" nil (p ih1 ng k l iy0)) +("pinkney" nil (p ih1 ng k n iy0)) +("pinkos" nil (p ih1 ng k ow0 z)) +("pinkowski" nil (p ih0 ng k ao1 f s k iy0)) +("pinks" nil (p ih1 ng k s)) +("pinkstaff" nil (p ih1 ng k s t ae1 f)) +("pinkston" nil (p ih1 ng k s t ax n)) +("pinkus" nil (p ih1 ng k ax s)) +("pinkwater" nil (p ih1 ng k w ao1 t er0)) +("pinn" nil (p ih1 n)) +("pinnacle" nil (p ih1 n ax k ax l)) +("pinned" nil (p ih1 n d)) +("pinnell" nil (p ih1 n ax l)) +("pinneo" nil (p ih1 n iy0 ow0)) +("pinner" nil (p ih1 n er0)) +("pinney" nil (p ih1 n iy0)) +("pinnick" nil (p ih1 n ih0 k)) +("pinning" nil (p ih1 n ih0 ng)) +("pinnix" nil (p ih1 n ih0 k s)) +("pinnock" nil (p ih1 n ax k)) +("pinnow" nil (p ih1 n ow0)) +("pino" nil (p iy1 n ow0)) +("pinocchio" nil (p ih0 n ow1 k iy0 ow0)) +("pinochet" nil (p ih1 n ax sh ey1)) +("pinola" nil (p ih0 n ow1 l ax)) +("pinot" nil (p ih1 n ax t)) +("pinpoint" nil (p ih1 n p oy1 n t)) +("pinpointed" nil (p ih1 n p oy1 n t ih0 d)) +("pinpointing" nil (p ih1 n p oy1 n t ih0 ng)) +("pinpoints" nil (p ih1 n p oy1 n t s)) +("pins" nil (p ih1 n z)) +("pinsker" nil (p ih1 n s k er0)) +("pinsky" nil (p ih1 n s k iy0)) +("pinson" nil (p ih1 n s ax n)) +("pinsoneault" nil (p ih1 n s ax n ao1 l t)) +("pinstripe" nil (p ih1 n s t r ay1 p)) +("pinstriped" nil (p ih1 n s t r ay1 p t)) +("pinstripes" nil (p ih1 n s t r ay1 p s)) +("pint" nil (p ay1 n t)) +("pintar" nil (p iy0 n t aa1 r)) +("pinter" nil (p ay1 n t er0)) +("pinto" nil (p ih1 n t ow1)) +("pints" nil (p ay1 n t s)) +("piny" nil (p ay1 n iy0)) +("pinyan" nil (p ih1 n y ax n)) +("pinzon" nil (p ih1 n z ao1 n)) +("pio" nil (p ay1 ow0)) +("pion" nil (p ay1 aa1 n)) +("pioneer" nil (p ay1 ax n ih1 r)) +("pioneered" nil (p ay1 ax n ih1 r d)) +("pioneering" nil (p ay1 ax n ih1 r ih0 ng)) +("pioneers" nil (p ay1 ax n ih1 r z)) +("piontek" nil (p iy0 ow1 n t eh0 k)) +("piontkowski" nil (p iy0 ow0 n t k ao1 f s k iy0)) +("piorkowski" nil (p iy0 ao0 r k ao1 f s k iy0)) +("piotrowski" nil (p iy0 ow0 t r ao1 f s k iy0)) +("piotter" nil (p iy0 aa1 t er0)) +("pious" nil (p ay1 ax s)) +("piously" nil (p ay1 ax s l iy0)) +("pipe" nil (p ay1 p)) +("piped" nil (p ay1 p t)) +("pipefishes" nil (p ay1 p f ih1 sh ih0 z)) +("pipeline" nil (p ay1 p l ay1 n)) +("pipelines" nil (p ay1 p l ay1 n z)) +("piper" nil (p ay1 p er0)) +("pipers" nil (p ay1 p er0 z)) +("pipes" nil (p ay1 p s)) +("pipetec" nil (p ay1 p t eh1 k)) +("pipher" nil (p ih1 f er0)) +("piping" nil (p ay1 p ih0 ng)) +("pipitone" nil (p ih1 p ih0 t ow1 n)) +("pipkin" nil (p ih1 p k ih0 n)) +("pipkins" nil (p ih1 p k ih0 n z)) +("pipp" nil (p ih1 p)) +("pippen" nil (p ih1 p ax n)) +("pippenger" nil (p ih1 p ih0 n jh er0)) +("pippert" nil (p ih1 p er0 t)) +("pippin" nil (p ih1 p ih0 n)) +("pippins" nil (p ih1 p ih0 n z)) +("pips" nil (p ih1 p s)) +("piquant" nil (p iy1 k ax n t)) +("pique" nil (p iy1 k)) +("piqued" nil (p iy1 k t)) +("piquette" nil (p ih0 k eh1 t)) +("piracy" nil (p ay1 r ax s iy0)) +("piraino" nil (p ih0 r ey1 n ow0)) +("pirandello" nil (p ih1 r ax n d eh1 l ow0)) +("piranha" nil (p ih0 r ae1 n hh ax)) +("pirate" nil (p ay1 r ax t)) +("pirated" nil (p ay1 r ax t ih0 d)) +("pirates" nil (p ay1 r ax t s)) +("pirating" nil (p ay1 r ax t ih0 ng)) +("pirelli" nil (p ih0 r eh1 l iy0)) +("pires" nil (p ay1 r z)) +("pirie" nil (p ih1 r iy0)) +("pirkey" nil (p er1 k iy0)) +("pirkl" nil (p er1 k ax l)) +("pirkle" nil (p er1 k ax l)) +("pirko" nil (p er1 k ow0)) +("piro" nil (p ih1 r ow0)) +("pirog" nil (p er0 aa1 g)) +("pirone" nil (p ih0 r ow1 n)) +("pirouettes" nil (p ih1 r uw0 eh1 t s)) +("pirozzi" nil (p ih0 r aa1 z iy0)) +("pirrello" nil (p ih0 r eh1 l ow0)) +("pirro" nil (p ih1 r ow0)) +("pirrone" nil (p ih0 r ow1 n iy0)) +("pirtle" nil (p er1 t ax l)) +("pisa" nil (p iy1 s ax)) +("pisani" nil (p iy0 s aa1 n iy0)) +("pisano" nil (p iy0 s aa1 n ow0)) +("pisarek" nil (p ih1 s er0 eh0 k)) +("pisarski" nil (p ih0 s aa1 r s k iy0)) +("piscataway" nil (p ih0 s k ae1 t ax w ey1)) +("pisces" nil (p ay1 s iy0 z)) +("pischel" nil (p ih1 sh ax l)) +("pischke" nil (p ih1 sh k)) +("pisciotta" nil (p iy0 s ch ow1 t ax)) +("piscitelli" nil (p iy0 s ch iy0 t eh1 l iy0)) +("piscitello" nil (p ih1 s ih0 t eh1 l ow0)) +("piscopo" nil (p iy0 s k ow1 p ow0)) +("pisello" nil (p ih0 s eh1 l ow0)) +("pisoni" nil (p ih0 s ow1 n iy0)) +("piss" nil (p ih1 s)) +("pistachio" nil (p ax s t ae1 sh iy0 ow1)) +("pistachios" nil (p ax s t ae1 sh iy0 ow1 z)) +("pistil" nil (p ih1 s t ax l)) +("pistilli" nil (p iy0 s t iy1 l iy0)) +("pistol" nil (p ih1 s t ax l)) +("pistole" nil (p ih0 s t ow1 l)) +("pistols" nil (p ih1 s t ax l z)) +("piston" nil (p ih1 s t ax n)) +("pistone" nil (p iy1 s t ow0 n)) +("pistons" nil (p ih1 s t ax n z)) +("pistor" nil (p ih1 s t er0)) +("pistorio" nil (p ih1 s t ao1 r iy0 ow0)) +("pit" nil (p ih1 t)) +("pita" nil (p iy1 t ax)) +("pitblado" nil (p ih0 t b l aa1 d ow0)) +("pitch" nil (p ih1 ch)) +("pitchblende" nil (p ih1 ch b l eh1 n d)) +("pitched" nil (p ih1 ch t)) +("pitcher" nil (p ih1 ch er0)) +("pitchers" nil (p ih1 ch er0 z)) +("pitches" nil (p ih1 ch ih0 z)) +("pitchford" nil (p ih1 ch f er0 d)) +("pitchfork" nil (p ih1 ch f ao1 r k)) +("pitching" nil (p ih1 ch ih0 ng)) +("pitchman" nil (p ih1 ch m ax n)) +("pitchmen" nil (p ih1 ch m eh1 n)) +("pitcock" nil (p ih1 t k aa1 k)) +("pitfall" nil (p ih1 t f ao1 l)) +("pitfalls" nil (p ih1 t f ao1 l z)) +("pith" nil (p ih1 th)) +("pithy" nil (p ih1 th iy0)) +("pitiable" nil (p ih1 t iy0 ax b ax l)) +("pitiful" nil (p ih1 t ax f ax l)) +("pitifully" nil (p ih1 t ih0 f ax l iy0)) +("pitiless" nil (p ih1 t iy0 l ax s)) +("pitkin" nil (p ih1 t k ih0 n)) +("pitman" nil (p ih1 t m ax n)) +("pitner" nil (p ih1 t n er0)) +("pitney" nil (p ih1 t n iy0)) +("pitofsky" nil (p ax t aa1 f s k iy0)) +("pitre" nil (p ay1 t er0)) +("pits" nil (p ih1 t s)) +("pitsch" nil (p ih1 ch)) +("pitsenbarger" nil (p ih1 t s ih0 n b aa0 r g er0)) +("pitstick" nil (p ih1 t s t ih1 k)) +("pitt" nil (p ih1 t)) +("pittance" nil (p ih1 t ax n s)) +("pittard" nil (p ih1 t er0 d)) +("pitted" nil (p ih1 t ax d)) +("pittencrieff" nil (p ih1 t ih0 n k r iy1 f)) +("pittenger" nil (p ih1 t ih0 n jh er0)) +("pitting" nil (p ih1 t ih0 ng)) +("pittinger" nil (p ih1 t ih0 ng er0)) +("pittle" nil (p ih1 t ax l)) +("pittman" nil (p ih1 t m ax n)) +("pittner" nil (p ih1 t n er0)) +("pitts" nil (p ih1 t s)) +("pittsboro" nil (p ih1 t s b er0 ow0)) +("pittsburg" nil (p ih1 t s b er0 g)) +("pittsburgh" nil (p ih1 t s b er0 g)) +("pittsburghers" nil (p ih1 t s b er0 g er0 z)) +("pittsfield" nil (p ih1 t s f iy0 l d)) +("pittsford" nil (p ih1 t s f er0 d)) +("pittsley" nil (p ih1 t s l iy0)) +("pittston" nil (p ih1 t s t ax n)) +("pituitary" nil (p ax t uw1 ax t eh1 r iy0)) +("pity" nil (p ih1 t iy0)) +("pitying" nil (p ih1 t iy0 ih0 ng)) +("pitz" nil (p ih1 t s)) +("pitzen" nil (p ih1 t z ax n)) +("pitzer" nil (p ih1 t z er0)) +("piver" nil (p ay1 v er0)) +("pivonka" nil (p ih0 v aa1 ng k ax)) +("pivot" nil (p ih1 v ax t)) +("pivotal" nil (p ih1 v ax t ax l)) +("pivoted" nil (p ih1 v ax t ax d)) +("pixels" nil (p ih1 k s ax l z)) +("pixie" nil (p ih1 k s iy0)) +("pixler" nil (p ih1 k s l er0)) +("pixley" nil (p ih1 k s l iy0)) +("pizana" nil (p iy0 z ae1 n ax)) +("pizano" nil (p iy0 z aa1 n ow0)) +("pizarro" nil (p ih0 z aa1 r ow0)) +("pizazz" nil (p ih0 z ae1 z)) +("pizer" nil (p ay1 z er0)) +("pizza" nil (p iy1 t s ax)) +("pizzano" nil (p iy0 t s aa1 n ow0)) +("pizzas" nil (p iy1 t s ax z)) +("pizzazz" nil (p ih1 z ae1 z)) +("pizzeria" nil (p iy1 t s er0 iy1 ax)) +("pizzerias" nil (p iy1 t s er0 iy1 ax z)) +("pizzi" nil (p ih1 z iy0)) +("pizzimenti" nil (p iy0 t s iy0 m eh1 n t iy0)) +("pizzino" nil (p iy0 t s iy1 n ow0)) +("pizzitola" nil (p iy0 t s iy0 t ow1 l ax)) +("pizzo" nil (p ih1 z ow0)) +("pizzolato" nil (p iy0 t s ow0 l aa1 t ow0)) +("pizzuti" nil (p iy0 t s uw1 t iy0)) +("pizzuto" nil (p iy0 t s uw1 t ow0)) +("pla" nil (p l aa1)) +("placard" nil (p l ae1 k er0 d)) +("placards" nil (p l ae1 k er0 d z)) +("placate" nil (p l ey1 k ey0 t)) +("placating" nil (p l ey1 k ey1 t ih0 ng)) +("place" nil (p l ey1 s)) +("placebo" nil (p l ax s iy1 b ow0)) +("placebos" nil (p l ax s iy1 b ow0 z)) +("placed" nil (p l ey1 s t)) +("placek" nil (p l aa1 ch eh1 k)) +("placement" nil (p l ey1 s m ax n t)) +("placements" nil (p l ey1 s m ax n t s)) +("placencia" nil (p l aa0 ch eh1 n ch ax)) +("placenta" nil (p l ax s eh1 n t ax)) +("placentia" nil (p l ax s eh1 n sh ax)) +("placer" nil (p l ae1 s er0)) +("places" nil (p l ey1 s ax z)) +("placeway" nil (p l ey1 s w ey1)) +("placid" nil (p l ae1 s ax d)) +("placida" nil (p l aa0 ch iy1 d ax)) +("placido" nil (p l aa1 ch ih0 d ow0)) +("placing" nil (p l ey1 s ih0 ng)) +("plack" nil (p l ae1 k)) +("placke" nil (p l ae1 k)) +("placko" nil (p l ae1 k ow0)) +("placoid" nil (p l ae1 k oy0 d)) +("placzek" nil (p l aa1 ch eh0 k)) +("plagens" nil (p l ae1 g ax n z)) +("plagge" nil (p l ae1 g)) +("plagiarism" nil (p l ey1 jh er0 ih1 z ax m)) +("plagiarized" nil (p l ey1 jh iy0 er0 ay1 z d)) +("plagioclase" nil (p l ey1 jh iy0 ax k l ey1 s)) +("plague" nil (p l ey1 g)) +("plagued" nil (p l ey1 g d)) +("plagues" nil (p l ey1 g z)) +("plaguing" nil (p l ey1 g ih0 ng)) +("plaia" nil (p l aa1 y ax)) +("plaid" nil (p l ae1 d)) +("plain" nil (p l ey1 n)) +("plainclothes" nil (p l ey1 n k l ow1 z)) +("plainer" nil (p l ey1 n er0)) +("plaines" nil (p l ey1 n z)) +("plainfield" nil (p l ey1 n f iy1 l d)) +("plainly" nil (p l ey1 n l iy0)) +("plains" nil (p l ey1 n z)) +("plainsong" nil (p l ey1 n s ao1 ng)) +("plaintiff" nil (p l ey1 n t ax f)) +("plaintiffs" nil (p l ey1 n t ih0 f s)) +("plaintive" nil (p l ey1 n t ih0 v)) +("plaintively" nil (p l ey1 n t ay1 v l iy0)) +("plainview" nil (p l ey1 n v y uw1)) +("plair" nil (p l eh1 r)) +("plaisance" nil (p l ey1 s ax n s)) +("plaisted" nil (p l aa1 ih0 s t ih0 d)) +("plake" nil (p l ey1 k)) +("plam" nil (p l ae1 m)) +("plamann" nil (p l aa1 m ax n)) +("plambeck" nil (p l ae1 m b eh1 k)) +("plamondon" nil (p l aa0 m ow0 n d ao1 n)) +("plan" nil (p l ae1 n)) +("planar" nil (p l ey1 n er0)) +("planarian" nil (p l ax n eh1 r iy0 ax n)) +("planas" nil (p l ae1 n ax z)) +("planck" nil (p l ae1 ng k)) +("plane" nil (p l ey1 n)) +("planecon" nil (p l ae1 n ax k aa1 n)) +("planed" nil (p l ey1 n d)) +("planeload" nil (p l ae1 n ax l ow1 d)) +("planeloads" nil (p l ae1 n ax l ow1 d z)) +("planer" nil (p l ey1 n er0)) +("planers" nil (p l ey1 n er0 z)) +("planes" nil (p l ey1 n z)) +("planet" nil (p l ae1 n ax t)) +("planetarium" nil (p l ae1 n ax t eh1 r iy0 ax m)) +("planetary" nil (p l ae1 n ax t eh1 r iy0)) +("planets" nil (p l ae1 n ax t s)) +("planitzer" nil (p l ae1 n ih0 t s er0)) +("plank" nil (p l ae1 ng k)) +("planking" nil (p l ae1 ng k ih0 ng)) +("planks" nil (p l ae1 ng k s)) +("plankton" nil (p l ae1 ng k t ax n)) +("planktonic" nil (p l ae0 ng k t aa1 n ih0 k)) +("planned" nil (p l ae1 n d)) +("planner" nil (p l ae1 n er0)) +("planners" nil (p l ae1 n er0 z)) +("planning" nil (p l ae1 n ih0 ng)) +("plano" nil (p l ey1 n ow0)) +("plans" nil (p l ae1 n z)) +("plant" nil (p l ae1 n t)) +("plantain" nil (p l ae1 n t ax n)) +("plantains" nil (p l ae1 n t ax n z)) +("plantation" nil (p l ae1 n t ey1 sh ax n)) +("plantations" nil (p l ae1 n t ey1 sh ax n z)) +("plante" nil (p l ae1 n t)) +("planted" nil (p l ae1 n t ax d)) +("planter" nil (p l ae1 n t er0)) +("planters" nil (p l ae1 n t er0 z)) +("plantiffs" nil (p l ae1 n t ih0 f s)) +("planting" nil (p l ae1 n t ih0 ng)) +("plantings" nil (p l ae1 n t ih0 ng z)) +("plantlike" nil (p l ae1 n t l ay1 k)) +("plantronics" nil (p l ae1 n t r aa1 n ih0 k s)) +("plants" nil (p l ae1 n t s)) +("plantz" nil (p l ae1 n t s)) +("plaque" nil (p l ae1 k)) +("plaques" nil (p l ae1 k s)) +("plas" nil (p l ae1 s)) +("plascencia" nil (p l aa0 s ch eh1 n ch ax)) +("plasencia" nil (p l aa0 s eh1 n ch ax)) +("plaskett" nil (p l ae1 s k ih0 t)) +("plasma" nil (p l ae1 z m ax)) +("plasminogen" nil (p l ae1 z m ih1 n ax jh ih0 n)) +("plasmodia" nil (p l ae0 z m ow1 d iy0 ax)) +("plasmodium" nil (p l ae0 z m ow1 d iy0 ax m)) +("plass" nil (p l ae1 s)) +("plassard" nil (p l ae1 s er0 d)) +("plasse" nil (p l ae1 s)) +("plaster" nil (p l ae1 s t er0)) +("plasterboard" nil (p l ae1 s t er0 b ao1 r d)) +("plastered" nil (p l ae1 s t er0 d)) +("plasterer" nil (p l ae1 s t er0 er0)) +("plastering" nil (p l ae1 s t er0 ih0 ng)) +("plasters" nil (p l ae1 s t er0 z)) +("plasterwork" nil (p l ae1 s t er0 w er1 k)) +("plastic" nil (p l ae1 s t ih0 k)) +("plasticine" nil (p l ae1 s t ih0 s iy1 n)) +("plasticizer" nil (p l ae1 s t ax s ay1 z er0)) +("plastics" nil (p l ae1 s t ih0 k s)) +("plata" nil (p l aa1 t ax)) +("plate" nil (p l ey1 t)) +("plateau" nil (p l ae0 t ow1)) +("plateaued" nil (p l ae0 t ow1 d)) +("plateauing" nil (p l ax t ow1 ih0 ng)) +("plated" nil (p l ey1 t ax d)) +("platek" nil (p l aa1 t eh0 k)) +("platelets" nil (p l ey1 t l ax t s)) +("platelike" nil (p l ey1 t l ay1 k)) +("platen" nil (p l ae1 t ax n)) +("plater" nil (p l ey1 t er0)) +("plates" nil (p l ey1 t s)) +("platform" nil (p l ae1 t f ao1 r m)) +("platforms" nil (p l ae1 t f ao1 r m z)) +("plath" nil (p l ae1 th)) +("plating" nil (p l ey1 t ih0 ng)) +("platinum" nil (p l ae1 t n ax m)) +("platitudes" nil (p l ae1 t ih0 t uw1 d z)) +("platner" nil (p l ae1 t n er0)) +("plato" nil (p l ey1 t ow0)) +("platona" nil (p l aa0 t ow1 n ax)) +("platonic" nil (p l ax t aa1 n ih0 k)) +("platonists" nil (p l ey1 t ax n ax s t s)) +("platoon" nil (p l ax t uw1 n)) +("platoons" nil (p l ax t uw1 n z)) +("platt" nil (p l ae1 t)) +("platte" nil (p l ae1 t)) +("platten" nil (p l ae1 t ax n)) +("platter" nil (p l ae1 t er0)) +("platters" nil (p l ae1 t er0 z)) +("plattner" nil (p l ae1 t n er0)) +("platts" nil (p l ae1 t s)) +("platy" nil (p l ey1 t iy0)) +("platypus" nil (p l ae1 t ax p uh1 s)) +("platz" nil (p l ae1 t s)) +("platzer" nil (p l ey1 t z er0)) +("plauche" nil (p l ao1 ch)) +("plaudits" nil (p l ao1 d ih0 t s)) +("plaugher" nil (p l ao1 er0)) +("plausibility" nil (p l ao1 z ih0 b ih1 l ih0 t iy0)) +("plausible" nil (p l ao1 z ax b ax l)) +("plausibly" nil (p l ao1 z ax b l iy0)) +("plaut" nil (p l ao1 t)) +("plautz" nil (p l ao1 t s)) +("plax" nil (p l ae1 k s)) +("play" nil (p l ey1)) +("playa" nil (p l ay1 ax)) +("playback" nil (p l ey1 b ae1 k)) +("playboy" nil (p l ey1 b oy1)) +("playcount" nil (p l ey1 k aw1 n t)) +("played" nil (p l ey1 d)) +("player" nil (p l ey1 er0)) +("players" nil (p l ey1 er0 z)) +("playford" nil (p l ey1 f er0 d)) +("playful" nil (p l ey1 f ax l)) +("playfully" nil (p l ey1 f ax l iy0)) +("playfulness" nil (p l ey1 f ax l n ax s)) +("playground" nil (p l ey1 g r aw1 n d)) +("playgrounds" nil (p l ey1 g r aw1 n d z)) +("playhouse" nil (p l ey1 hh aw1 s)) +("playing" nil (p l ey1 ih0 ng)) +("playmate" nil (p l ey1 m ey1 t)) +("playmates" nil (p l ey1 m ey1 t s)) +("playoff" nil (p l ey1 ao1 f)) +("playoffs" nil (p l ey1 ao1 f s)) +("playpen" nil (p l ey1 p eh1 n)) +("playroom" nil (p l ey1 r uw1 m)) +("plays" nil (p l ey1 z)) +("playstation" nil (p l ey1 s t ey1 sh ax n)) +("playtex" nil (p l ey1 t eh1 k s)) +("plaything" nil (p l ey1 th ih1 ng)) +("playthings" nil (p l ey1 th ih1 ng z)) +("playwright" nil (p l ey1 r ay1 t)) +("playwrights" nil (p l ey1 r ay1 t s)) +("plaza" nil (p l aa1 z ax)) +("plazas" nil (p l aa1 z ax z)) +("plea" nil (p l iy1)) +("plead" nil (p l iy1 d)) +("pleaded" nil (p l iy1 d ax d)) +("pleading" nil (p l iy1 d ih0 ng)) +("pleadings" nil (p l iy1 d ih0 ng z)) +("pleads" nil (p l iy1 d z)) +("pleas" nil (p l iy1 z)) +("pleasant" nil (p l eh1 z ax n t)) +("pleasantly" nil (p l eh1 z ax n t l iy0)) +("pleasanton" nil (p l eh1 z ax n t ax n)) +("pleasantries" nil (p l eh1 z ax n t r iy0 z)) +("pleasants" nil (p l eh1 z ax n t s)) +("pleasantville" nil (p l eh1 z ax n t v ih1 l)) +("please" nil (p l iy1 z)) +("pleased" nil (p l iy1 z d)) +("pleaser" nil (p l iy1 z er0)) +("pleases" nil (p l iy1 z ih0 z)) +("pleasing" nil (p l iy1 z ih0 ng)) +("pleasingly" nil (p l iy1 z ih0 ng l iy0)) +("pleasurable" nil (p l eh1 zh er0 ax b ax l)) +("pleasurama" nil (p l eh1 zh uh0 r ae1 m ax)) +("pleasure" nil (p l eh1 zh er0)) +("pleasures" nil (p l eh1 zh er0 z)) +("pleats" nil (p l iy1 t s)) +("plebeians" nil (p l ax b iy1 ax n z)) +("plebiscite" nil (p l eh1 b ax s ay1 t)) +("pled" nil (p l eh1 d)) +("pledge" nil (p l eh1 jh)) +("pledged" nil (p l eh1 jh d)) +("pledger" nil (p l eh1 jh er0)) +("pledges" nil (p l eh1 jh ih0 z)) +("pledging" nil (p l eh1 jh ih0 ng)) +("pleiad" nil (p l iy1 ax d)) +("pleiades" nil (p l iy1 ax d iy1 z)) +("pleiads" nil (p l iy1 ax d z)) +("plein" nil (p l iy1 n)) +("pleistocene" nil (p l ay1 s t ax s iy1 n)) +("plemmons" nil (p l eh1 m ax n z)) +("plemons" nil (p l eh1 m ax n z)) +("plenary" nil (p l eh1 n er0 iy0)) +("plenmeer" nil (p l eh0 n m ih1 r)) +("plentiful" nil (p l eh1 n t ax f ax l)) +("plenty" nil (p l eh1 n t iy0)) +("plenum" nil (p l eh1 n ax m)) +("plescia" nil (p l ey1 s iy0 ax)) +("plese" nil (p l iy1 z)) +("pleshar" nil (p l eh1 sh aa1 r)) +("pleskow" nil (p l eh1 s k aw0)) +("pless" nil (p l eh1 s)) +("plessey" nil (p l eh1 s iy0)) +("plessinger" nil (p l eh1 s ih0 ng er0)) +("plessis" nil (p l eh1 s ih0 s)) +("pletcher" nil (p l eh1 ch er0)) +("plethora" nil (p l eh1 th er0 ax)) +("pletscher" nil (p l eh1 ch er0)) +("plett" nil (p l eh1 t)) +("pletz" nil (p l eh1 t s)) +("pleurisy" nil (p l uh1 r ax s iy0)) +("pleva" nil (p l ey1 v ax)) +("plew" nil (p l uw1)) +("plewa" nil (p l uw1 ax)) +("plexus" nil (p l eh1 k s ax s)) +("pliable" nil (p l ay1 ax b ax l)) +("pliant" nil (p l ay1 ax n t)) +("plichta" nil (p l ih1 ch t ax)) +("plied" nil (p l ay1 d)) +("pliers" nil (p l ay1 er0 z)) +("plies" nil (p l ay1 z)) +("plight" nil (p l ay1 t)) +("pliler" nil (p l ay1 l er0)) +("plimpton" nil (p l ih1 m p t ax n)) +("plinius" nil (p l ih1 n iy0 ax s)) +("plink" nil (p l ih1 ng k)) +("plinking" nil (p l ih1 ng k ih0 ng)) +("plinth" nil (p l ih1 n th)) +("pliny" nil (p l ih1 n iy0)) +("pliocene" nil (p l ay1 ax s iy1 n)) +("plisetskaya" nil (p l ih1 s ax t s k ay1 ax)) +("pliska" nil (p l ih1 s k ax)) +("plitt" nil (p l ih1 t)) +("plocar" nil (p l ow1 k aa0 r)) +("plocek" nil (p l ow1 ch eh1 k)) +("ploch" nil (p l aa1 k)) +("plocher" nil (p l aa1 k er0)) +("plock" nil (p l aa1 k)) +("plod" nil (p l aa1 d)) +("plodded" nil (p l aa1 d ax d)) +("plodding" nil (p l aa1 d ih0 ng)) +("ploeger" nil (p l ow1 g er0)) +("ploetz" nil (p l ow1 t s)) +("plog" nil (p l aa1 g)) +("plohn" nil (p l ow1 n)) +("plonka" nil (p l ow1 ng k ax)) +("plonski" nil (p l aa1 n s k iy0)) +("ploof" nil (p l uw1 f)) +("plop" nil (p l aa1 p)) +("plopped" nil (p l aa1 p t)) +("ploss" nil (p l ao1 s)) +("plot" nil (p l aa1 t)) +("plotkin" nil (p l aa1 t k ih0 n)) +("plotner" nil (p l aa1 t n er0)) +("plotnick" nil (p l aa1 t n ih0 k)) +("plots" nil (p l aa1 t s)) +("plott" nil (p l aa1 t)) +("plotted" nil (p l aa1 t ax d)) +("plotters" nil (p l aa1 t er0 z)) +("plotting" nil (p l aa1 t ih0 ng)) +("plotts" nil (p l aa1 t s)) +("plotz" nil (p l aa1 t s)) +("plouff" nil (p l ow1 f)) +("plouffe" nil (p l ow1 f)) +("plough" nil (p l aw1)) +("ploughed" nil (p l aw1 d)) +("plourde" nil (p l ao1 r d)) +("plovers" nil (p l ah1 v er0 z)) +("plow" nil (p l aw1)) +("plowden" nil (p l aw1 d ax n)) +("plowed" nil (p l aw1 d)) +("plowing" nil (p l aw1 ih0 ng)) +("plowman" nil (p l aw1 m ax n)) +("plows" nil (p l aw1 z)) +("ploy" nil (p l oy1)) +("ploys" nil (p l oy1 z)) +("plucinski" nil (p l ax ch ih1 n s k iy0)) +("pluck" nil (p l ah1 k)) +("plucked" nil (p l ah1 k t)) +("plucker" nil (p l ah1 k er0)) +("plucking" nil (p l ah1 k ih0 ng)) +("plucks" nil (p l ah1 k s)) +("plucky" nil (p l ah1 k iy0)) +("plude" nil (p l uw1 d)) +("plue" nil (p l uw1)) +("pluff" nil (p l ah1 f)) +("plug" nil (p l ah1 g)) +("plugged" nil (p l ah1 g d)) +("plugging" nil (p l ah1 g ih0 ng)) +("plugs" nil (p l ah1 g z)) +("plum" nil (p l ah1 m)) +("plumage" nil (p l uw1 m ax jh)) +("plumages" nil (p l uw1 m ax jh ax z)) +("plumb" nil (p l ah1 m)) +("plumbed" nil (p l ah1 m d)) +("plumber" nil (p l ah1 m er0)) +("plumbers" nil (p l ah1 m er0 z)) +("plumbing" nil (p l ah1 m ih0 ng)) +("plume" nil (p l uw1 m)) +("plumer" nil (p l uw1 m er0)) +("plumeri" nil (p l uw1 m eh1 r iy0)) +("plumes" nil (p l uw1 m z)) +("plumlee" nil (p l ah1 m l iy1)) +("plumley" nil (p l ah1 m l iy0)) +("plummer" nil (p l ah1 m er0)) +("plummet" nil (p l ah1 m ax t)) +("plummeted" nil (p l ah1 m ax t ih0 d)) +("plummeting" nil (p l ah1 m ax t ih0 ng)) +("plummets" nil (p l ah1 m ax t s)) +("plump" nil (p l ah1 m p)) +("plumped" nil (p l ah1 m p t)) +("plums" nil (p l ah1 m z)) +("plunder" nil (p l ah1 n d er0)) +("plundered" nil (p l ah1 n d er0 d)) +("plundering" nil (p l ah1 n d er0 ih0 ng)) +("plunge" nil (p l ah1 n jh)) +("plunged" nil (p l ah1 n jh d)) +("plunger" nil (p l ah1 n jh er0)) +("plunges" nil (p l ah1 n jh ih0 z)) +("plunging" nil (p l ah1 n jh ih0 ng)) +("plunk" nil (p l ah1 ng k)) +("plunked" nil (p l ah1 ng k t)) +("plunkers" nil (p l ah1 ng k er0 z)) +("plunkett" nil (p l ah1 ng k ih0 t)) +("plunking" nil (p l ah1 ng k ih0 ng)) +("plunkitt" nil (p l ah1 ng k ih0 t)) +("plural" nil (p l uh1 r ax l)) +("pluralism" nil (p l uh1 r ax l ih1 z ax m)) +("pluralistic" nil (p l uh1 r ax l ih1 s t ih0 k)) +("plurality" nil (p l er0 ae1 l ih0 t iy0)) +("plus" nil (p l ah1 s)) +("pluses" nil (p l ah1 s ih0 z)) +("plush" nil (p l ah1 sh)) +("pluta" nil (p l uw1 t ax)) +("pluth" nil (p l uw1 th)) +("pluto" nil (p l uw1 t ow0)) +("plutonian" nil (p l uw0 t ow1 n iy0 ax n)) +("plutonic" nil (p l uw0 t aa1 n ih0 k)) +("plutonium" nil (p l uw0 t ow1 n iy0 ax m)) +("pluvial" nil (p l uw1 v iy0 ax l)) +("ply" nil (p l ay1)) +("plybon" nil (p l ih1 b ax n)) +("plying" nil (p l ay1 ih0 ng)) +("plyler" nil (p l ay1 l er0)) +("plymale" nil (p l ay1 m ey1 l)) +("plymouth" nil (p l ih1 m ax th)) +("plympton" nil (p l ih1 m p t ax n)) +("plywood" nil (p l ay1 w uh1 d)) +("pm" nil (p iy1 eh1 m)) +("pneumatic" nil (n uw0 m ae1 t ih0 k)) +("pneumatics" nil (n uh0 m ae1 t ih0 k s)) +("pneumo" nil (n uw1 m ow0)) +("pneumocystis" nil (n uw0 m ow1 s ih0 s t ih0 s)) +("pneumonia" nil (n uw0 m ow1 n y ax)) +("pneumonic" nil (n uw0 m aa1 n ih0 k)) +("po" nil (p ow1)) +("poach" nil (p ow1 ch)) +("poached" nil (p ow1 ch t)) +("poachers" nil (p ow1 ch er0 z)) +("poaching" nil (p ow1 ch ih0 ng)) +("poag" nil (p ow1 g)) +("poage" nil (p ow1 ih0 jh)) +("poarch" nil (p ao1 r hh)) +("pobanz" nil (p ow1 b aa0 n z)) +("pobla" nil (p ow1 b l ax)) +("pobst" nil (p aa1 b s t)) +("pocahontas" nil (p ow1 k ax hh aa1 n t ax s)) +("poch" nil (p aa1 k)) +("poche" nil (p aa1 ch)) +("pochiluk" nil (p ax ch iy1 l uw0 k)) +("pociask" nil (p ax ch iy1 ax s k)) +("pocius" nil (p ow1 s iy0 ih0 s)) +("pocked" nil (p aa1 k t)) +("pocket" nil (p aa1 k ax t)) +("pocketbook" nil (p aa1 k ax t b uh1 k)) +("pocketbooks" nil (p aa1 k ax t b uh1 k s)) +("pocketed" nil (p aa1 k ax t ih0 d)) +("pocketful" nil (p aa1 k ax t f uh1 l)) +("pocketing" nil (p aa1 k ax t ih0 ng)) +("pockets" nil (p aa1 k ax t s)) +("pocklington" nil (p aa1 k l ih0 ng t ax n)) +("pockmarked" nil (p aa1 k m aa1 r k t)) +("poclain" nil (p aa1 k l ih0 n)) +("poco" nil (p ow1 k ow0)) +("pocock" nil (p aa1 k ax k)) +("pocono" nil (p ow1 k ax n ow1)) +("poconos" nil (p ow1 k ax n ow0 z)) +("pocus" nil (p ow1 k ax s)) +("pod" nil (p aa1 d)) +("podany" nil (p ax d ao1 n iy0)) +("podell" nil (p ow0 d ey1 l)) +("podesta" nil (p ow0 d eh1 s t ax)) +("podge" nil (p aa1 jh)) +("podgorski" nil (p aa0 jh ao1 r s k iy0)) +("podgurski" nil (p aa0 jh er1 s k iy0)) +("podhoretz" nil (p aa1 d hh er0 eh0 t s)) +("podium" nil (p ow1 d iy0 ax m)) +("podiums" nil (p ow1 d iy0 ax m z)) +("podleska" nil (p aa1 d l eh1 s k ax)) +("podnar" nil (p aa1 d n aa1 r)) +("podolak" nil (p ax d ow1 l ax k)) +("podoll" nil (p aa1 d ax l)) +("podolski" nil (p ax d ow1 l s k iy0)) +("podolsky" nil (p ax d ow1 l s k iy0)) +("podrasky" nil (p ax d r ae1 s k iy0)) +("podraza" nil (p ow0 d r aa1 z ax)) +("pods" nil (p aa1 d z)) +("podunk" nil (p ow1 t ax ng k)) +("poduska" nil (p ow0 d ah1 s k ax)) +("poe" nil (p ow1)) +("poehl" nil (p ow1 l)) +("poehler" nil (p ow1 l er0)) +("poehlman" nil (p ow1 l m ax n)) +("poel" nil (p ow1 ax l)) +("poelman" nil (p ow1 l m ax n)) +("poem" nil (p ow1 ax m)) +("poems" nil (p ow1 ax m z)) +("poer" nil (p ow1 er0)) +("poeschel" nil (p ow1 sh ax l)) +("poeschl" nil (p ow1 s k ax l)) +("poet" nil (p ow1 ax t)) +("poetic" nil (p ow0 eh1 t ih0 k)) +("poetry" nil (p ow1 ax t r iy0)) +("poets" nil (p ow1 ax t s)) +("pofahl" nil (p aa1 f aa0 l)) +("poff" nil (p ao1 f)) +("poffenbarger" nil (p aa1 f ih0 n b aa0 r g er0)) +("poffenberger" nil (p ao1 f ax n b er0 g er0)) +("poggi" nil (p aa1 jh iy0)) +("poggioli" nil (p ow1 jh ow1 l iy0)) +("pogo" nil (p ow1 g ow1)) +("pogorzelski" nil (p ax g er0 z eh1 l s k iy0)) +("pogroms" nil (p ax g r aa1 m z)) +("pogue" nil (p ow1 g)) +("poh" nil (p ow1)) +("pohang" nil (p ow1 hh ae0 ng)) +("pohjola" nil (p ow1 jh ow1 l ax)) +("pohl" nil (p ow1 l)) +("pohlad" nil (p ow1 l ae0 d)) +("pohle" nil (p ow1 hh ax l)) +("pohlman" nil (p ow1 l m ax n)) +("pohlmann" nil (p ow1 l m ax n)) +("pohnpei" nil (p ow1 n p ey1)) +("poignancy" nil (p oy1 n y ax n s iy0)) +("poignant" nil (p oy1 n y ax n t)) +("poignantly" nil (p oy1 n y ax n t l iy0)) +("poindexter" nil (p oy1 n d eh1 k s t er0)) +("poinot" nil (p oy1 n aa1 t)) +("poinsett" nil (p oy1 n s ih0 t)) +("poinsettia" nil (p oy0 n s eh1 t iy0 ax)) +("poinsettias" nil (p oy0 n s eh1 t iy0 ax z)) +("point" nil (p oy1 n t)) +("pointe" nil (p oy1 n t)) +("pointed" nil (p oy1 n t ax d)) +("pointedly" nil (p oy1 n t ih0 d l iy0)) +("pointer" nil (p oy1 n t er0)) +("pointers" nil (p oy1 n t er0 z)) +("pointing" nil (p oy1 n t ih0 ng)) +("pointless" nil (p oy1 n t l ax s)) +("points" nil (p oy1 n t s)) +("pointy" nil (p oy1 n t iy0)) +("poirier" nil (p oy1 r iy0 er0)) +("poirrier" nil (p oy1 r iy0 er0)) +("poise" nil (p oy1 z)) +("poised" nil (p oy1 z d)) +("poison" nil (p oy1 z ax n)) +("poisoned" nil (p oy1 z ax n d)) +("poisoning" nil (p oy1 z ax n ih0 ng)) +("poisonings" nil (p oy1 z ax n ih0 ng z)) +("poisonous" nil (p oy1 z ax n ax s)) +("poisons" nil (p oy1 z ax n z)) +("poissant" nil (p oy0 z s ao1 n t)) +("poisson" nil (p oy1 z s ax n)) +("poitier" nil (p oy1 t y er0)) +("poitra" nil (p oy1 t r ax)) +("poitras" nil (p oy0 t r aa1 z)) +("pokazukha" nil (p aa1 k ax z uw1 k hh ax)) +("poke" nil (p ow1 k)) +("poked" nil (p ow1 k t)) +("poker" nil (p ow1 k er0)) +("pokes" nil (p ow1 k s)) +("pokeweed" nil (p ow1 k w iy1 d)) +("pokey" nil (p ow1 k iy0)) +("poking" nil (p ow1 k ih0 ng)) +("pokorney" nil (p aa1 k er0 n iy0)) +("pokorny" nil (p ax k ao1 r n iy0)) +("pokorski" nil (p ax k ao1 r s k iy0)) +("poky" nil (p ow1 k iy0)) +("pol" nil (p ao1 l)) +("polacek" nil (p aa1 l ax ch eh0 k)) +("polachek" nil (p aa1 l ax k ih0 k)) +("polack" nil (p ow1 l ae0 k)) +("polak" nil (p ow1 l ax k)) +("polakoff" nil (p aa1 l ax k ao0 f)) +("polakowski" nil (p ax l ax k ao1 f s k iy0)) +("polan" nil (p ow1 l ax n)) +("polanco" nil (p ow0 l aa1 n k ow0)) +("poland" nil (p ow1 l ax n d)) +("polanski" nil (p ax l ae1 n s k iy0)) +("polansky" nil (p ax l ae1 n s k iy0)) +("polar" nil (p ow1 l er0)) +("polarimeter" nil (p ow1 l er0 ih1 m ax t er0)) +("polaris" nil (p ow0 l eh1 r ax s)) +("polariscope" nil (p ow0 l eh1 r ax s k ow1 p)) +("polarity" nil (p ow0 l eh1 r ax t iy0)) +("polarization" nil (p ow1 l er0 ax z ey1 sh ax n)) +("polarize" nil (p ow1 l er0 ay1 z)) +("polarized" nil (p ow1 l er0 ay1 z d)) +("polarizer" nil (p ow1 l er0 ay1 z er0)) +("polarizing" nil (p ow1 l er0 ay1 z ih0 ng)) +("polarography" nil (p ow1 l er0 aa1 g r ax f iy0)) +("polaroid" nil (p ow1 l er0 oy1 d)) +("polasek" nil (p ax l aa1 s eh0 k)) +("polaski" nil (p ax l aa1 s k iy0)) +("polasky" nil (p ax l aa1 s k iy0)) +("polce" nil (p ow1 l s)) +("polcyn" nil (p ow1 l s ih0 n)) +("polder" nil (p ow1 l d er0)) +("pole" nil (p ow1 l)) +("polecat" nil (p ow1 l k ae1 t)) +("polecats" nil (p ow1 l k ae1 t s)) +("polek" nil (p ow1 l eh0 k)) +("polemic" nil (p ax l eh1 m ih0 k)) +("polemical" nil (p ax l eh1 m ax k ax l)) +("polemicist" nil (p ax l eh1 m ax s ax s t)) +("polemics" nil (p ow0 l eh1 m ih0 k s)) +("polen" nil (p ow1 l ax n)) +("poles" nil (p ow1 l z)) +("poletti" nil (p ow0 l eh1 t iy0)) +("polevanov" nil (p ax l eh1 v ax n aa0 v)) +("polevoi" nil (p ow1 l ax v oy1)) +("poleward" nil (p ow1 l w er0 d)) +("poley" nil (p ow1 l iy0)) +("polgar" nil (p ow1 l g er0)) +("polhamus" nil (p ow1 l hh ax m ih0 s)) +("polhemus" nil (p ow1 l hh ih0 m ax s)) +("polhill" nil (p ow1 l hh ih1 l)) +("poli" nil (p ow1 l iy0)) +("policastro" nil (p ow0 l iy0 k ae1 s t r ow0)) +("police" nil (p ax l iy1 s)) +("policed" nil (p ax l iy1 s t)) +("policeman" nil (p ax l iy1 s m ax n)) +("policemen" nil (p ax l iy1 s m ih0 n)) +("polices" nil (p ax l iy1 s ih0 z)) +("policewoman" nil (p ax l iy1 s w uh1 m ax n)) +("polich" nil (p aa1 l ih0 k)) +("policies" nil (p aa1 l ax s iy0 z)) +("policing" nil (p ax l iy1 s ih0 ng)) +("policy" nil (p aa1 l ax s iy0)) +("policyholder" nil (p aa1 l ax s iy0 hh ow1 l d er0)) +("policyholders" nil (p aa1 l ax s iy0 hh ow1 l d er0 z)) +("policymakers" nil (p aa1 l ax s iy0 m ey1 k er0 z)) +("policymaking" nil (p aa1 l ax s iy0 m ey1 k ih0 ng)) +("polidori" nil (p ow0 l iy0 d ao1 r iy0)) +("polidoro" nil (p ow0 l iy0 d ao1 r ow0)) +("polifroni" nil (p aa0 l ax f r ow1 n iy0)) +("polimeni" nil (p ow0 l iy0 m eh1 n iy0)) +("polin" nil (p ow1 l ih0 n)) +("poling" nil (p ow1 l ih0 ng)) +("polino" nil (p ow0 l iy1 n ow0)) +("polinski" nil (p ax l ih1 n s k iy0)) +("polinsky" nil (p ax l ih1 n s k iy0)) +("polio" nil (p ow1 l iy0 ow1)) +("poliquin" nil (p ow0 l iy0 k w iy1 n)) +("polis" nil (p ow1 l ax s)) +("polisario" nil (p ow1 l ih0 s eh1 r iy0 ow0)) +("polish" nil (p aa1 l ih0 sh)) +("polished" nil (p aa1 l ih0 sh t)) +("polishing" nil (p aa1 l ih0 sh ih0 ng)) +("politano" nil (p ow0 l iy0 t aa1 n ow0)) +("politburo" nil (p aa1 l ax t b y uh1 r ow0)) +("polite" nil (p ax l ay1 t)) +("politely" nil (p ax l ay1 t l iy0)) +("politeness" nil (p ax l ay1 t n ax s)) +("polites" nil (p ax l ay1 t s)) +("politi" nil (p ow0 l iy1 t iy0)) +("politic" nil (p aa1 l ax t ih1 k)) +("political" nil (p ax l ih1 t ax k ax l)) +("politically" nil (p ax l ih1 t ih0 k ax l iy0)) +("politician" nil (p aa1 l ax t ih1 sh ax n)) +("politicians" nil (p aa1 l ax t ih1 sh ax n z)) +("politicization" nil (p ax l ih1 t ax s ax z ey1 sh ax n)) +("politicize" nil (p ax l ih1 t ih0 s ay1 z)) +("politicized" nil (p ax l ih1 t ih0 s ay1 z d)) +("politicizing" nil (p ax l ih1 t ih0 s ay1 z ih0 ng)) +("politicking" nil (p aa1 l ax t ih1 k ih0 ng)) +("politico" nil (p ax l ih1 t ih0 k ow1)) +("politicos" nil (p ax l ih1 t ih0 k ow1 z)) +("politics" nil (p aa1 l ax t ih1 k s)) +("politis" nil (p aa1 l ay0 t ih0 s)) +("polito" nil (p ow0 l iy1 t ow0)) +("politte" nil (p ax l ih1 t)) +("polity" nil (p aa1 l ax t iy0)) +("politz" nil (p aa1 l ih0 t s)) +("polivka" nil (p ow0 l iy1 v k ax)) +("polizzi" nil (p ow0 l iy1 t s iy0)) +("polk" nil (p ow1 k)) +("polka" nil (p ow1 l k ax)) +("polkas" nil (p ow1 l k ax z)) +("polkinghorn" nil (p ow1 l k ih0 ng hh ao1 r n)) +("poll" nil (p ow1 l)) +("pollack" nil (p aa1 l ax k)) +("pollak" nil (p aa1 l ax k)) +("pollan" nil (p aa1 l ax n)) +("polland" nil (p aa1 l ax n d)) +("pollard" nil (p aa1 l er0 d)) +("polled" nil (p ow1 l d)) +("pollen" nil (p aa1 l ax n)) +("pollet" nil (p aa1 l ih0 t)) +("pollett" nil (p aa1 l ih0 t)) +("polley" nil (p aa1 l iy0)) +("pollick" nil (p aa1 l ih0 k)) +("pollina" nil (p ow0 l iy1 n ax)) +("pollinate" nil (p aa1 l ax n ey1 t)) +("pollinated" nil (p aa1 l ih0 n ey1 t ih0 d)) +("pollination" nil (p aa1 l ax n ey1 sh ax n)) +("polling" nil (p ow1 l ih0 ng)) +("pollinger" nil (p ow1 l ih0 ng er0)) +("pollini" nil (p ax l iy1 n iy0)) +("pollinia" nil (p aa0 l ih1 n iy0 ax)) +("pollino" nil (p ow0 l iy1 n ow0)) +("pollio" nil (p aa1 l iy0 ow0)) +("pollitt" nil (p aa1 l ih0 t)) +("pollman" nil (p ow1 l m ax n)) +("pollner" nil (p ow1 l n er0)) +("pollo" nil (p aa1 l ow0)) +("pollock" nil (p aa1 l ax k)) +("polloi" nil (p aa1 l oy1)) +("pollok" nil (p aa1 l ax k)) +("polls" nil (p ow1 l z)) +("pollster" nil (p ow1 l s t er0)) +("pollsters" nil (p ow1 l s t er0 z)) +("pollutant" nil (p ax l uw1 t ax n t)) +("pollutants" nil (p ax l uw1 t ax n t s)) +("pollute" nil (p ax l uw1 t)) +("polluted" nil (p ax l uw1 t ax d)) +("polluter" nil (p ax l uw1 t er0)) +("polluters" nil (p ax l uw1 t er0 z)) +("polluting" nil (p ax l uw1 t ih0 ng)) +("pollution" nil (p ax l uw1 sh ax n)) +("pollux" nil (p aa1 l ax k s)) +("polly" nil (p aa1 l iy0)) +("pollyanna" nil (p aa1 l iy0 ae1 n ax)) +("polo" nil (p ow1 l ow0)) +("polonaise" nil (p aa1 l ax n ey1 z)) +("polonium" nil (p ax l ow1 n iy0 ax m)) +("polonsky" nil (p ax l aa1 n s k iy0)) +("pols" nil (p ow1 l z)) +("polsby" nil (p ow1 l z b iy0)) +("polsinelli" nil (p ow0 l s iy0 n eh1 l iy0)) +("polsky" nil (p ow1 l s k iy0)) +("polson" nil (p ow1 l s ax n)) +("polster" nil (p ow1 l s t er0)) +("polston" nil (p ow1 l s t ax n)) +("poltergeists" nil (p ow1 l t er0 g ay1 s t s)) +("poltrack" nil (p ow1 l t r ae1 k)) +("polus" nil (p ow1 l ax s)) +("poly" nil (p aa1 l iy0)) +("polyacetylene" nil (p aa1 l iy0 ax s eh1 t ax l iy1 n)) +("polyak" nil (p aa1 l iy0 ae0 k)) +("polyamide" nil (p aa1 l iy0 ae1 m ay1 d)) +("polyandrous" nil (p aa1 l iy0 ae1 n d r ax s)) +("polyandry" nil (p aa1 l iy0 ae1 n d r iy0)) +("polybutylene" nil (p aa1 l iy0 b y uw1 t ax l iy1 n)) +("polycarpic" nil (p aa1 l ih0 k aa1 r p ih0 k)) +("polycast" nil (p aa1 l iy0 k ae1 s t)) +("polychlorinated" nil (p aa1 l iy0 k l ao1 r ih0 n ey1 t ih0 d)) +("polychrome" nil (p aa1 l ih0 k r ow1 m)) +("polyconomics" nil (p aa1 l ih0 k ax n aa1 m ih0 k s)) +("polyester" nil (p aa1 l iy0 eh1 s t er0)) +("polyesters" nil (p aa1 l iy0 eh1 s t er0 z)) +("polyethylene" nil (p aa1 l iy0 eh1 th ax l iy1 n)) +("polygamous" nil (p ax l ih1 g ax m ax s)) +("polygamy" nil (p ax l ih1 g ax m iy0)) +("polyglot" nil (p aa1 l iy0 g l aa0 t)) +("polygon" nil (p aa1 l ih0 g aa1 n)) +("polygonal" nil (p ax l ih1 g ax n ax l)) +("polygram" nil (p aa1 l iy0 g r ae1 m)) +("polygraph" nil (p aa1 l ih0 g r ae1 f)) +("polygraphs" nil (p aa1 l iy0 g r ae1 f s)) +("polygynous" nil (p ax l ih1 jh ax n ax s)) +("polygyny" nil (p ax l ih1 jh ax n iy0)) +("polyhedron" nil (p aa1 l ih0 hh iy1 d r ax n)) +("polyhedrons" nil (p aa1 l ih0 hh iy1 d r ax n z)) +("polyhemoglobin" nil (p aa1 l ih0 hh ax m aa1 g l ax b ih0 n)) +("polymer" nil (p aa1 l ax m er0)) +("polymerase" nil (p aa1 l ih0 m er0 ey1 s)) +("polymerized" nil (p aa1 l ih0 m er0 ay1 z d)) +("polymerizes" nil (p aa1 l ih0 m er0 ay1 z ax z)) +("polymers" nil (p aa1 l ih0 m er0 z)) +("polynesia" nil (p aa1 l ih0 n iy1 zh ax)) +("polynesian" nil (p aa1 l ih0 n iy1 zh ax n)) +("polynomial" nil (p aa1 l ih0 n ow1 m iy0 ax l)) +("polyphase" nil (p aa1 l ih0 f ey1 z)) +("polyphonic" nil (p aa1 l ih0 f aa1 n ih0 k)) +("polyphony" nil (p ax l ih1 f ax n iy0)) +("polypropylene" nil (p aa1 l iy0 p r ow1 p ax l iy1 n)) +("polyps" nil (p aa1 l ih0 p s)) +("polysaccharide" nil (p aa1 l ih0 s ae1 k er0 ay1 d)) +("polysaccharides" nil (p aa1 l ih0 s ae1 k er0 ay1 d z)) +("polysar" nil (p aa1 l ih0 s aa0 r)) +("polysilicon" nil (p aa1 l iy0 s ih1 l ih0 k aa1 n)) +("polystyrene" nil (p aa1 l ih0 s t ay1 r iy1 n)) +("polytechnic" nil (p aa1 l ih0 t eh1 k n ih0 k)) +("polytheism" nil (p aa1 l ih0 th iy0 ih0 z ax m)) +("polytheistic" nil (p aa1 l ih0 th iy0 ih1 s t ih0 k)) +("polyurethane" nil (p aa1 l iy0 uh1 r ax th ey1 n)) +("polyvinyl" nil (p aa1 l iy0 v ay1 n ax l)) +("polzer" nil (p ow1 l z er0)) +("polzin" nil (p ow1 l z ih0 n)) +("poma" nil (p ow1 m ax)) +("pombo" nil (p aa1 m b ow0)) +("pomerance" nil (p aa1 m er0 ae1 n s)) +("pomerania" nil (p aa1 m er0 ey1 n iy0 ax)) +("pomeranian" nil (p aa1 m er0 ey1 n iy0 ax n)) +("pomerantz" nil (p aa1 m er0 ae1 n t s)) +("pomeranz" nil (p aa1 m er0 ae1 n s)) +("pomerleau" nil (p aa1 m er0 l ow0)) +("pomeroy" nil (p aa1 m er0 oy1)) +("pomicino" nil (p ow1 m ih0 s iy1 n ow0)) +("pommel" nil (p aa1 m ax l)) +("pommer" nil (p aa1 m er0)) +("pommier" nil (p aa1 m iy0 er0)) +("pomodoro" nil (p aa1 m ax d ao1 r ow0)) +("pomology" nil (p ow0 m aa1 l ax jh iy0)) +("pomona" nil (p ow0 m ow1 n ax)) +("pomp" nil (p aa1 m p)) +("pompa" nil (p aa1 m p ax)) +("pompadur" nil (p aa1 m p ax d er0)) +("pompano" nil (p aa1 m p ax n ow1)) +("pompeo" nil (p ow1 m p iy0 ow0)) +("pomper" nil (p aa1 m p er0)) +("pompey" nil (p aa1 m p iy0)) +("pompidou" nil (p aa1 m p ih0 d uw1)) +("pompilio" nil (p ow0 m p iy1 l iy0 ow0)) +("pomplun" nil (p aa1 m p l ax n)) +("pompon" nil (p aa1 m p aa1 n)) +("pomponio" nil (p ow0 m p ow1 n iy0 ow0)) +("pompons" nil (p aa1 m p aa1 n z)) +("pomposity" nil (p aa1 m p aa1 s ih0 t iy0)) +("pompous" nil (p aa1 m p ax s)) +("pompousness" nil (p aa1 m p ax s n ax s)) +("pomrenze" nil (p aa1 m r ax n z)) +("pomroy" nil (p aa1 m r oy1)) +("pon" nil (p aa1 n)) +("ponce" nil (p ow1 n s ey0)) +("poncet" nil (p aa1 n s ax t)) +("pond" nil (p aa1 n d)) +("ponder" nil (p aa1 n d er0)) +("pondered" nil (p aa1 n d er0 d)) +("pondering" nil (p aa1 n d er0 ih0 ng)) +("ponderosa" nil (p aa1 n d er0 ow1 s ax)) +("ponderous" nil (p aa1 n d er0 ax s)) +("ponders" nil (p aa1 n d er0 z)) +("ponds" nil (p aa1 n d z)) +("pong" nil (p ao1 ng)) +("pongratz" nil (p aa1 ng g r ax t s)) +("poniatowski" nil (p ax n iy0 ax t ao1 f s k iy0)) +("ponied" nil (p ow1 n iy0 d)) +("ponies" nil (p ow1 n iy0 z)) +("pons" nil (p aa1 n z)) +("ponsolle" nil (p aa1 n s ow0 l)) +("pont" nil (p aa1 n t)) +("pontarelli" nil (p ow0 n t aa0 r eh1 l iy0)) +("pontbriand" nil (p aa1 n t b r iy0 ax n d)) +("ponte" nil (p aa1 n t)) +("pontes" nil (p ow1 n t eh0 s)) +("ponti" nil (p aa1 n t iy0)) +("pontiac" nil (p aa1 n t iy0 ae1 k)) +("pontiacs" nil (p aa1 n t iy0 ae1 k s)) +("pontiff" nil (p aa1 n t ax f)) +("pontifical" nil (p aa0 n t ih1 f ax k ax l)) +("pontificate" nil (p aa0 n t ih1 f ax k ey1 t)) +("pontificated" nil (p aa0 n t ih1 f ax k ey1 t ih0 d)) +("pontificater" nil (p aa0 n t ih1 f ax k ey1 t er0)) +("pontificates" nil (p aa0 n t ih1 f ax k ey1 t s)) +("pontificating" nil (p aa0 n t ih1 f ax k ey1 t ih0 ng)) +("pontification" nil (p aa0 n t ih1 f ax k ey1 sh ax n)) +("pontifications" nil (p aa0 n t ih1 f ax k ey1 sh ax n z)) +("pontikes" nil (p aa1 n t iy1 k eh1 z)) +("pontillo" nil (p ow0 n t ih1 l ow0)) +("pontious" nil (p ow1 n sh ih0 s)) +("pontius" nil (p aa1 n t iy0 ih0 s)) +("ponto" nil (p aa1 n t ow0)) +("ponton" nil (p aa1 n t ax n)) +("pontoon" nil (p aa0 n t uw1 n)) +("pontoons" nil (p aa1 n t uw1 n z)) +("ponts" nil (p aa1 n t s)) +("pony" nil (p ow1 n iy0)) +("ponzetti" nil (p aa0 n z eh1 t iy0)) +("ponzi" nil (p aa1 n z iy0)) +("ponzio" nil (p aa1 n z iy0 ow0)) +("ponzo" nil (p aa1 n z ow0)) +("poo" nil (p uw1)) +("pooch" nil (p uw1 ch)) +("pooches" nil (p uw1 ch ih0 z)) +("poodle" nil (p uw1 d ax l)) +("poodles" nil (p uw1 d ax l z)) +("poof" nil (p uw1 f)) +("pooh" nil (p uw1)) +("poohed" nil (p uw1 d)) +("pool" nil (p uw1 l)) +("poole" nil (p uw1 l)) +("pooled" nil (p uw1 l d)) +("pooler" nil (p uw1 l er0)) +("pooley" nil (p uw1 l iy0)) +("pooling" nil (p uw1 l ih0 ng)) +("pools" nil (p uw1 l z)) +("poolside" nil (p uw1 l s ay1 d)) +("poon" nil (p uw1 n)) +("poop" nil (p uw1 p)) +("pooped" nil (p uw1 p t)) +("poops" nil (p uw1 p s)) +("poor" nil (p uh1 r)) +("poorbaugh" nil (p uh1 r b ao0)) +("poore" nil (p uh1 r)) +("poorer" nil (p uh1 r er0)) +("poorest" nil (p uh1 r ih0 s t)) +("poorhouse" nil (p uh1 r hh aw1 s)) +("poorly" nil (p uh1 r l iy0)) +("poorman" nil (p uh1 r m ax n)) +("poors" nil (p uh1 r z)) +("pooser" nil (p uw1 z er0)) +("poovey" nil (p uw1 v iy0)) +("pop" nil (p aa1 p)) +("popa" nil (p ow1 p ax)) +("popcorn" nil (p aa1 p k ao1 r n)) +("pope" nil (p ow1 p)) +("popeil" nil (p ow1 p iy1 l)) +("popejoy" nil (p ow1 p jh oy1)) +("popek" nil (p ow1 p ih0 k)) +("popelka" nil (p ax p eh1 l k ax)) +("popeye" nil (p aa1 p ay1)) +("popeyes" nil (p ao1 p ay1 z)) +("popham" nil (p aa1 f ax m)) +("popick" nil (p aa1 p ih0 k)) +("popiel" nil (p aa1 p iy0 l)) +("popieluszko" nil (p ow0 p iy1 eh0 l ah1 s k ow0)) +("popik" nil (p ow1 p ih0 k)) +("popken" nil (p aa1 p k ax n)) +("popkin" nil (p aa1 p k ih0 n)) +("popko" nil (p ow1 p k ow0)) +("poplar" nil (p aa1 p l er0)) +("poplawski" nil (p ax p l aa1 f s k iy0)) +("poplin" nil (p aa1 p l ih0 n)) +("popoff" nil (p aa1 p ao1 f)) +("popolare" nil (p aa1 p ow0 l aa1 r iy0)) +("popov" nil (p ow1 p ax v)) +("popovic" nil (p aa1 p ax v ih0 k)) +("popovich" nil (p aa1 p ax v ih0 ch)) +("popowski" nil (p ax p ao1 f s k iy0)) +("popp" nil (p aa1 p)) +("poppa" nil (p aa1 p ax)) +("poppe" nil (p aa1 p)) +("poppea" nil (p aa1 p iy0 ax)) +("popped" nil (p aa1 p t)) +("poppell" nil (p aa1 p ax l)) +("poppen" nil (p aa1 p ax n)) +("popper" nil (p aa1 p er0)) +("poppers" nil (p aa1 p er0 z)) +("poppies" nil (p aa1 p iy0 z)) +("popping" nil (p aa1 p ih0 ng)) +("popple" nil (p aa1 p ax l)) +("poppleton" nil (p aa1 p l ih0 t aa0 n)) +("popplewell" nil (p aa1 p l ih0 w eh0 l)) +("poppy" nil (p aa1 p iy0)) +("pops" nil (p aa1 p s)) +("popsicle" nil (p aa1 p s ih0 k ax l)) +("populace" nil (p aa1 p y ax l ax s)) +("popular" nil (p aa1 p y ax l er0)) +("popularity" nil (p aa1 p y ax l eh1 r ax t iy0)) +("popularization" nil (p aa1 p y ax l er0 ax z ey1 sh ax n)) +("popularize" nil (p aa1 p y ax l er0 ay1 z)) +("popularized" nil (p aa1 p y ax l er0 ay1 z d)) +("popularizer" nil (p aa1 p y ax l er0 ay1 z er0)) +("popularizing" nil (p aa1 p y ax l er0 ay1 z ih0 ng)) +("popularly" nil (p aa1 p y ax l er0 l iy0)) +("populate" nil (p aa1 p y ax l ey1 t)) +("populated" nil (p aa1 p y ax l ey1 t ax d)) +("populating" nil (p aa1 p y ax l ey1 t ih0 ng)) +("population" nil (p aa1 p y ax l ey1 sh ax n)) +("populations" nil (p aa1 p y ax l ey1 sh ax n z)) +("populism" nil (p aa1 p y ax l ih1 z ax m)) +("populist" nil (p aa1 p y ax l ax s t)) +("populists" nil (p aa1 p y ax l ih0 s t s)) +("populous" nil (p aa1 p y ax l ax s)) +("popwell" nil (p aa1 p w eh1 l)) +("poquette" nil (p ax k eh1 t)) +("por" nil (p ao1 r)) +("porada" nil (p ao0 r aa1 d ax)) +("porath" nil (p ao1 r ax th)) +("porcaro" nil (p ao0 r k aa1 r ow0)) +("porcelain" nil (p ao1 r s ax l ax n)) +("porcelains" nil (p ao1 r s ax l ax n z)) +("porcella" nil (p ao0 r ch eh1 l ax)) +("porcelli" nil (p ao0 r ch eh1 l iy0)) +("porcello" nil (p ao0 r ch eh1 l ow0)) +("porch" nil (p ao1 r ch)) +("porche" nil (p ao1 r ch)) +("porcher" nil (p ao1 r ch er0)) +("porches" nil (p ao1 r ch ax z)) +("porchia" nil (p ao1 r k iy0 ax)) +("porco" nil (p ao1 r k ow0)) +("porcupine" nil (p ao1 r k y ax p ay1 n)) +("porcupines" nil (p ao1 r k y ax p ay1 n z)) +("pordy" nil (p ao1 r d iy0)) +("pore" nil (p ao1 r)) +("pored" nil (p ao1 r d)) +("poremba" nil (p ao0 r eh1 m b ax)) +("pores" nil (p ao1 r z)) +("porges" nil (p ao1 r jh ih0 z)) +("porgy" nil (p ao1 r g iy0)) +("poring" nil (p ao1 r ih0 ng)) +("pork" nil (p ao1 r k)) +("porky" nil (p ao1 r k iy0)) +("porn" nil (p ao1 r n)) +("porno" nil (p ao1 r n ow0)) +("pornographic" nil (p ao1 r n ax g r ae1 f ih0 k)) +("pornography" nil (p ao0 r n aa1 g r ax f iy0)) +("porous" nil (p ao1 r ax s)) +("porphyritic" nil (p ao1 r f er0 ih1 t ih0 k)) +("porphyry" nil (p ao1 r f er0 iy0)) +("porpoises" nil (p ao1 r p ax s ax z)) +("porr" nil (p ao1 r)) +("porras" nil (p ao1 r aa0 z)) +("porrazzo" nil (p ao0 r aa1 z ow0)) +("porreca" nil (p ao0 r eh1 k ax)) +("porretta" nil (p ao0 r eh1 t ax)) +("porridge" nil (p ao1 r ax jh)) +("porritt" nil (p ao1 r ih0 t)) +("porro" nil (p ao1 r ow0)) +("porsche" nil (p ao1 r sh ax)) +("porsches" nil (p ao1 r sh ih0 z)) +("port" nil (p ao1 r t)) +("porta" nil (p ao1 r t ax)) +("portability" nil (p ao1 r t ax b ih1 l ih0 t iy0)) +("portable" nil (p ao1 r t ax b ax l)) +("portables" nil (p ao1 r t ax b ax l z)) +("portage" nil (p ao1 r t ax jh)) +("portal" nil (p ao1 r t ax l)) +("portales" nil (p ao0 r t aa1 l eh0 s)) +("portals" nil (p ao1 r t ax l z)) +("portanova" nil (p ao0 r t aa0 n ow1 v ax)) +("porte" nil (p ao1 r t)) +("portec" nil (p ao1 r t eh1 k)) +("portee" nil (p ao1 r t iy1)) +("portela" nil (p ao0 r t eh1 l ax)) +("portell" nil (p ao0 r t ey1 l)) +("portelli" nil (p ao0 r t eh1 l iy0)) +("portend" nil (p ao0 r t eh1 n d)) +("portending" nil (p ao0 r t eh1 n d ih0 ng)) +("portends" nil (p ao0 r t eh1 n d z)) +("portent" nil (p ao1 r t eh0 n t)) +("portentous" nil (p ao0 r t eh1 n t ax s)) +("portents" nil (p ao1 r t eh1 n t s)) +("porteous" nil (p ao1 r t iy0 ih0 s)) +("porter" nil (p ao1 r t er0)) +("portera" nil (p ao0 r t eh1 r ax)) +("porterages" nil (p ao1 r t er0 ih0 jh ih0 z)) +("porterfield" nil (p ao1 r t er0 f iy1 l d)) +("portfolio" nil (p ao0 r t f ow1 l iy0 ow1)) +("portfolios" nil (p ao0 r t f ow1 l iy0 ow1 z)) +("porth" nil (p ao1 r th)) +("portia" nil (p ao1 r sh ax)) +("portico" nil (p ao1 r t ax k ow1)) +("portier" nil (p ao1 r t iy0 er0)) +("portilla" nil (p ao1 r t ih1 l ax)) +("portillo" nil (p ao1 r t ih1 l ow0)) +("porting" nil (p ao1 r t ih0 ng)) +("portion" nil (p ao1 r sh ax n)) +("portions" nil (p ao1 r sh ax n z)) +("portis" nil (p ao1 r t ih0 s)) +("portland" nil (p ao1 r t l ax n d)) +("portlock" nil (p ao1 r t l aa1 k)) +("portly" nil (p ao1 r t l iy0)) +("portman" nil (p ao1 r t m ax n)) +("portner" nil (p ao1 r t n er0)) +("portney" nil (p ao1 r t n iy0)) +("portnoy" nil (p ao1 r t n oy0)) +("porto" nil (p ao1 r t ow0)) +("portrait" nil (p ao1 r t r ax t)) +("portraits" nil (p ao1 r t r ax t s)) +("portray" nil (p ao0 r t r ey1)) +("portrayal" nil (p ao0 r t r ey1 ax l)) +("portrayals" nil (p ao0 r t r ey1 ax l z)) +("portrayed" nil (p ao0 r t r ey1 d)) +("portraying" nil (p ao0 r t r ey1 ih0 ng)) +("portrays" nil (p ao0 r t r ey1 z)) +("ports" nil (p ao1 r t s)) +("portsmouth" nil (p ao1 r t s m ax th)) +("portugal" nil (p ao1 r ch ax g ax l)) +("portugalia" nil (p ao1 r ch uw1 g ey1 l iy0 ax)) +("portuguese" nil (p ao1 r ch ax g iy1 z)) +("portwood" nil (p ao1 r t w uh1 d)) +("portz" nil (p ao1 r t s)) +("porzio" nil (p ao1 r z iy0 ow0)) +("posa" nil (p ow1 s ax)) +("posada" nil (p ow0 s aa1 d ax)) +("posch" nil (p ao1 sh)) +("posco" nil (p ao1 s k ow0)) +("pose" nil (p ow1 z)) +("posed" nil (p ow1 z d)) +("poseidon" nil (p ax s ay1 d ax n)) +("posen" nil (p ow1 z ax n)) +("poser" nil (p ow1 z er0)) +("poses" nil (p ow1 z ax z)) +("posey" nil (p ow1 z iy0)) +("posh" nil (p aa1 sh)) +("posing" nil (p ow1 z ih0 ng)) +("posit" nil (p aa1 z ax t)) +("posited" nil (p aa1 z ax t ax d)) +("position" nil (p ax z ih1 sh ax n)) +("positioned" nil (p ax z ih1 sh ax n d)) +("positioning" nil (p ax z ih1 sh ax n ih0 ng)) +("positions" nil (p ax z ih1 sh ax n z)) +("positive" nil (p aa1 z ax t ih0 v)) +("positively" nil (p aa1 z ax t ih0 v l iy0)) +("positives" nil (p aa1 z ax t ih0 v z)) +("positivism" nil (p aa1 z ax t ih0 v ih1 z ax m)) +("positron" nil (p aa1 z ax t r aa1 n)) +("positrons" nil (p aa1 z ax t r aa1 n z)) +("posits" nil (p aa1 z ax t s)) +("posluns" nil (p ao1 z l ax n z)) +("posluszny" nil (p ax s l ah1 sh n iy0)) +("posner" nil (p ow1 z n er0)) +("posners" nil (p ow1 z n er0 z)) +("posnick" nil (p ao1 s n ih0 k)) +("pospisil" nil (p ow0 s p iy0 s iy1 l)) +("poss" nil (p ao1 s)) +("posse" nil (p aa1 s iy0)) +("possehl" nil (p aa1 s ax l)) +("possess" nil (p ax z eh1 s)) +("possessed" nil (p ax z eh1 s t)) +("possesses" nil (p ax z eh1 s ax z)) +("possessing" nil (p ax z eh1 s ih0 ng)) +("possession" nil (p ax z eh1 sh ax n)) +("possessions" nil (p ax z eh1 sh ax n z)) +("possessive" nil (p ax z eh1 s ih0 v)) +("possessor" nil (p ax z eh1 s er0)) +("possibilities" nil (p aa1 s ax b ih1 l ax t iy0 z)) +("possibility" nil (p aa1 s ax b ih1 l ax t iy0)) +("possible" nil (p aa1 s ax b ax l)) +("possiblity" nil (p aa1 s ax b ih1 l ax t iy0)) +("possibly" nil (p aa1 s ax b l iy0)) +("possum" nil (p aa1 s ax m)) +("possums" nil (p aa1 s ax m z)) +("post" nil (p ow1 s t)) +("postage" nil (p ow1 s t ax jh)) +("postal" nil (p ow1 s t ax l)) +("postcard" nil (p ow1 s t k aa1 r d)) +("postcards" nil (p ow1 s t k aa1 r d z)) +("postcrash" nil (p ow1 s t k r ae1 sh)) +("postdate" nil (p ow1 s t d ey1 t)) +("postdoctoral" nil (p ow1 s t d aa1 k t er0 ax l)) +("posted" nil (p ow1 s t ih0 d)) +("postel" nil (p aa1 s t ax l)) +("postell" nil (p aa1 s t ax l)) +("postema" nil (p aa0 s t eh1 m ax)) +("posten" nil (p ow1 s t ax n)) +("poster" nil (p ow1 s t er0)) +("posteraro" nil (p ao1 s t eh0 r aa1 r ow0)) +("posterity" nil (p aa0 s t eh1 r ax t iy0)) +("posters" nil (p ow1 s t er0 z)) +("postholes" nil (p ow1 s t hh ow1 l z)) +("posthumous" nil (p aa1 s ch uh0 m ax s)) +("posthumously" nil (p aa1 s ch uh0 m ax s l iy0)) +("posting" nil (p ow1 s t ih0 ng)) +("postings" nil (p ow1 s t ih0 ng z)) +("postipankki" nil (p ao1 s t ih0 p ae1 ng k iy0)) +("postle" nil (p aa1 s ax l)) +("postlethwait" nil (p ow1 s t l ih0 th w ey0 t)) +("postlewait" nil (p ow1 s t l uw0 ey0 t)) +("postlewaite" nil (p ow1 s t l uw0 ey0 t)) +("postma" nil (p ow1 s t m ax)) +("postman" nil (p ow1 s t m ax n)) +("postmarked" nil (p ow1 s t m aa1 r k t)) +("postmaster" nil (p ow1 s t m ae1 s t er0)) +("postmasters" nil (p ow1 s t m ae1 s t er0 z)) +("postmodern" nil (p ow1 s t m aa1 d er0 n)) +("postnatal" nil (p ow1 s t n ey1 t ax l)) +("poston" nil (p ow1 s t ax n)) +("postpone" nil (p ow0 s t p ow1 n)) +("postponed" nil (p ow0 s t p ow1 n d)) +("postponement" nil (p ow0 s t p ow1 n m ax n t)) +("postponements" nil (p ow0 s t p ow1 n m ax n t s)) +("postpones" nil (p ow0 s t p ow1 n z)) +("postponing" nil (p ow0 s t p ow1 n ih0 ng)) +("postrelle" nil (p ow1 s t r eh1 l)) +("postretirement" nil (p ow1 s t r iy0 t ay1 er0 m ax n t)) +("posts" nil (p ow1 s t s)) +("postscript" nil (p ow1 s k r ih1 p t)) +("postscripts" nil (p ow1 s k r ih1 p t s)) +("postulate" nil (p aa1 s ch ax l ey1 t)) +("postulates" nil (p aa1 s ch ax l ey1 t s)) +("posture" nil (p aa1 s ch er0)) +("postures" nil (p aa1 s ch er0 z)) +("posturing" nil (p aa1 s ch er0 ih0 ng)) +("postwar" nil (p ow1 s t w ao1 r)) +("pot" nil (p aa1 t)) +("potable" nil (p ow1 t ax b ax l)) +("potamkin" nil (p ow1 t ae1 m k ih0 n)) +("potapov" nil (p aa1 t ax p aa1 v)) +("potash" nil (p aa1 t ae1 sh)) +("potassium" nil (p ax t ae1 s iy0 ax m)) +("potato" nil (p ax t ey1 t ow1)) +("potatoes" nil (p ax t ey1 t ow0 z)) +("pote" nil (p ow1 t)) +("poteat" nil (p ow0 t iy1 t)) +("poteet" nil (p aa1 t iy0 t)) +("poteete" nil (p aa1 t iy0 t)) +("potemkin" nil (p ax t eh1 m k ih0 n)) +("potempa" nil (p ow0 t eh1 m p ax)) +("potency" nil (p ow1 t ax n s iy0)) +("potent" nil (p ow1 t ax n t)) +("potentates" nil (p ow1 t ax n t ey1 t s)) +("potential" nil (p ax t eh1 n sh ax l)) +("potentially" nil (p ax t eh1 n sh ax l iy0)) +("potentials" nil (p ax t eh1 n ch ax l z)) +("potenza" nil (p ow0 t eh1 n z ax)) +("poth" nil (p aa1 th)) +("pothier" nil (p ow1 th iy0 er0)) +("pothitos" nil (p ax th iy1 t ow0 s)) +("pothole" nil (p aa1 t hh ow1 l)) +("potholes" nil (p aa1 t hh ow1 l z)) +("potier" nil (p ow1 t iy0 er0)) +("potiker" nil (p ow1 t ih0 k er0)) +("potion" nil (p ow1 sh ax n)) +("potions" nil (p ow1 sh ax n z)) +("potlatch" nil (p aa1 t l ae1 ch)) +("potluck" nil (p aa1 t l ah1 k)) +("potocki" nil (p ax t ow1 t s k iy0)) +("potomac" nil (p ax t ow1 m ax k)) +("potpie" nil (p aa1 t p ay1)) +("potpourri" nil (p ow1 p uh0 r iy1)) +("potratz" nil (p aa1 t r ax t s)) +("pots" nil (p aa1 t s)) +("potsdam" nil (p aa1 t s d ae1 m)) +("potshots" nil (p aa1 ch aa1 t s)) +("pott" nil (p aa1 t)) +("pottebaum" nil (p aa1 t b aw0 m)) +("potted" nil (p aa1 t ih0 d)) +("potteiger" nil (p aa1 t ay0 g er0)) +("pottenger" nil (p aa1 t ih0 n jh er0)) +("potter" nil (p aa1 t er0)) +("potters" nil (p aa1 t er0 z)) +("pottery" nil (p aa1 t er0 iy0)) +("potthast" nil (p aa1 th ax s t)) +("potthoff" nil (p aa1 t hh ao1 f)) +("pottinger" nil (p aa1 t ih0 ng er0)) +("pottle" nil (p aa1 t ax l)) +("pottorff" nil (p aa1 t er0 f)) +("potts" nil (p aa1 t s)) +("potty" nil (p aa1 t iy0)) +("potucek" nil (p aa1 t ax ch eh0 k)) +("potvin" nil (p aa1 t v ih0 n)) +("pou" nil (p uw1)) +("pouch" nil (p aw1 ch)) +("poucher" nil (p aw1 ch er0)) +("pouches" nil (p aw1 ch ax z)) +("poudrier" nil (p aw1 d er0 iy0 er0)) +("pough" nil (p aw1)) +("poughkeepsie" nil (p ax k ih1 p s iy0)) +("poul" nil (p uw1 l)) +("poulenc" nil (p uw1 l ax ng k)) +("poulin" nil (p uw0 l ae1 n)) +("pouliot" nil (p uw1 l iy0 ow0)) +("poulos" nil (p ax l iy1 s)) +("poulsen" nil (p aw1 l s ax n)) +("poulson" nil (p aw1 l s ax n)) +("poulter" nil (p ow1 l t er0)) +("poultices" nil (p ow1 l t ax s ax z)) +("poulton" nil (p aw1 l t ax n)) +("poultry" nil (p ow1 l t r iy0)) +("pounce" nil (p aw1 n s)) +("pounced" nil (p aw1 n s t)) +("pouncey" nil (p aw1 n s iy0)) +("pouncing" nil (p aw1 n s ih0 ng)) +("pouncy" nil (p uw0 ng k iy1)) +("pound" nil (p aw1 n d)) +("poundage" nil (p aw1 n d ih0 jh)) +("pounded" nil (p aw1 n d ih0 d)) +("pounder" nil (p aw1 n d er0)) +("pounders" nil (p aw1 n d er0 z)) +("pounding" nil (p aw1 n d ih0 ng)) +("pounds" nil (p aw1 n d z)) +("poundstone" nil (p aw1 n d s t ow1 n)) +("poupard" nil (p uw1 p er0 d)) +("pour" nil (p ao1 r)) +("pourciau" nil (p ao1 r s iy0 ow0)) +("poured" nil (p ao1 r d)) +("pouring" nil (p ao1 r ih0 ng)) +("pours" nil (p ao1 r z)) +("poussaint" nil (p uw1 s aa1 n t)) +("poussin" nil (p uw1 s ih0 n)) +("pousson" nil (p uw1 s aa1 n)) +("poust" nil (p aw1 s t)) +("pout" nil (p aw1 t)) +("pouted" nil (p aw1 t ih0 d)) +("pouter" nil (p aw1 t er0)) +("pouting" nil (p aw1 t ih0 ng)) +("poutre" nil (p aw1 t er0)) +("pouts" nil (p aw1 t s)) +("pouty" nil (p aw1 t iy0)) +("poveromo" nil (p ow1 v eh0 r ow1 m ow0)) +("poverty" nil (p aa1 v er0 t iy0)) +("povich" nil (p ow1 v ih0 ch)) +("pow" nil (p aw1)) +("powder" nil (p aw1 d er0)) +("powdered" nil (p aw1 d er0 d)) +("powderly" nil (p aw1 d er0 l iy0)) +("powders" nil (p aw1 d er0 z)) +("powdery" nil (p aw1 d er0 iy0)) +("powe" nil (p aw1)) +("powell" nil (p aw1 ax l)) +("powelson" nil (p aw1 ax l s ax n)) +("power" nil (p aw1 er0)) +("powerboat" nil (p aw1 er0 b ow1 t)) +("powerbook" nil (p aw1 er0 b uh1 k)) +("powercise" nil (p aw1 r s ay1 z)) +("powered" nil (p aw1 er0 d)) +("powerful" nil (p aw1 er0 f ax l)) +("powerfully" nil (p aw1 er0 f l iy0)) +("powergen" nil (p aw1 er0 jh eh1 n)) +("powerhouse" nil (p aw1 er0 hh aw1 s)) +("powerhouses" nil (p aw1 er0 hh aw1 s ih0 z)) +("powering" nil (p aw1 er0 ih0 ng)) +("powerless" nil (p aw1 er0 l ax s)) +("powerlessness" nil (p aw1 er0 l ax s n ax s)) +("powerpc" nil (p aw1 er0 p iy1 s iy1)) +("powerpcs" nil (p aw1 er0 p iy1 s iy1 z)) +("powers" nil (p aw1 er0 z)) +("powersoft" nil (p aw1 er0 s aa1 f t)) +("powertrain" nil (p aw1 r t r ey1 n)) +("powis" nil (p aw1 ih0 s)) +("powles" nil (p aw1 ax l z)) +("powless" nil (p aw1 l ih0 s)) +("powley" nil (p aw1 l iy0)) +("pownall" nil (p aw1 n ax l)) +("pows" nil (p ow1 z)) +("powwow" nil (p aw1 w aw1)) +("pox" nil (p aa1 k s)) +("poyer" nil (p oy1 er0)) +("poyner" nil (p oy1 n er0)) +("poynor" nil (p oy1 n er0)) +("poynter" nil (p oy1 n t er0)) +("poynton" nil (p oy1 n t ah1 n)) +("poyser" nil (p oy1 s er0)) +("poythress" nil (p oy1 th r ih0 s)) +("poznan" nil (p aa1 z n ax n)) +("poznanski" nil (p ax z n ae1 n s k iy0)) +("pozner" nil (p aa1 z n er0)) +("pozniak" nil (p aa1 z n iy0 ae0 k)) +("poznikov" nil (p aa1 z n ih0 k aa1 v)) +("pozo" nil (p ow1 z ow0)) +("pozos" nil (p ow1 z ow0 s)) +("pozzi" nil (p aa1 z iy0)) +("ppm" nil (p iy1 p iy1 eh1 m)) +("prab" nil (p r ae1 b)) +("pracht" nil (p r ae1 k t)) +("practicable" nil (p r ae1 k t ax k ax b ax l)) +("practical" nil (p r ae1 k t ax k ax l)) +("practicality" nil (p r ae1 k t ih0 k ae1 l ax t iy0)) +("practically" nil (p r ae1 k t ax k l iy0)) +("practice" nil (p r ae1 k t ax s)) +("practiced" nil (p r ae1 k t ax s t)) +("practices" nil (p r ae1 k t ax s ax z)) +("practicing" nil (p r ae1 k t ax s ih0 ng)) +("practitioner" nil (p r ae0 k t ih1 sh ax n er0)) +("practitioners" nil (p r ae0 k t ih1 sh ax n er0 z)) +("prada" nil (p r aa1 d ax)) +("pradesh" nil (p r ax d eh1 sh)) +("pradetto" nil (p r ax d eh1 t ow0)) +("prado" nil (p r aa1 d ow0)) +("praetor" nil (p r iy1 t er0)) +("praetorian" nil (p r iy0 t ao1 r iy0 ax n)) +("prager" nil (p r ey1 g er0)) +("pragmatic" nil (p r ae0 g m ae1 t ih0 k)) +("pragmatically" nil (p r ae0 g m ae1 t ih0 k ax l iy0)) +("pragmatism" nil (p r ae1 g m ax t ih1 z ax m)) +("pragmatist" nil (p r ae1 g m ax t ih0 s t)) +("pragmatists" nil (p r ae1 g m ax t ih0 s t s)) +("prague" nil (p r aa1 g)) +("prahl" nil (p r aa1 l)) +("prairie" nil (p r eh1 r iy0)) +("prairies" nil (p r ey1 r iy0 z)) +("praise" nil (p r ey1 z)) +("praised" nil (p r ey1 z d)) +("praises" nil (p r ey1 z ax z)) +("praiseworthy" nil (p r ey1 z w er1 dh iy0)) +("praising" nil (p r ey1 z ih0 ng)) +("prall" nil (p r ao1 l)) +("pralle" nil (p r ey1 l)) +("prances" nil (p r ae1 n s ih0 z)) +("prancing" nil (p r ae1 n s ih0 ng)) +("prange" nil (p r ey1 n jh)) +("pranger" nil (p r ey1 n jh er0)) +("prank" nil (p r ae1 ng k)) +("pranks" nil (p r ae1 ng k s)) +("prankster" nil (p r ae1 ng k s t er0)) +("prapas" nil (p r aa1 p ax s)) +("prasad" nil (p r ae1 s ax d)) +("prasek" nil (p r aa1 s eh0 k)) +("prashant" nil (p r aa1 sh aa1 n t)) +("prater" nil (p r ey1 t er0)) +("pratfalls" nil (p r ae1 t f ao1 l z)) +("prather" nil (p r ae1 dh er0)) +("prato" nil (p r aa1 t ow0)) +("prats" nil (p r ae1 t s)) +("pratt" nil (p r ae1 t)) +("pratte" nil (p r ae1 t)) +("prattle" nil (p r ae1 t ax l)) +("prattville" nil (p r ae1 t v ih0 l)) +("praun" nil (p r ao1 n)) +("prause" nil (p r ao1 z)) +("pravda" nil (p r ae1 v d ax)) +("prawn" nil (p r ao1 n)) +("prawns" nil (p r ao1 n z)) +("praxair" nil (p r ae1 k s eh1 r)) +("praxis" nil (p r ae1 k s ih0 s)) +("pray" nil (p r ey1)) +("prayed" nil (p r ey1 d)) +("prayer" nil (p r eh1 r)) +("prayers" nil (p r eh1 r z)) +("praying" nil (p r ey1 ih0 ng)) +("prays" nil (p r ey1 z)) +("praytor" nil (p r ey1 t er0)) +("prazak" nil (p r aa1 z ax k)) +("prchal" nil (p r sh ae1 l)) +("pre" nil (p r iy1)) +("preach" nil (p r iy1 ch)) +("preached" nil (p r iy1 ch t)) +("preacher" nil (p r iy1 ch er0)) +("preachers" nil (p r iy1 ch er0 z)) +("preaches" nil (p r iy1 ch ih0 z)) +("preaching" nil (p r iy1 ch ih0 ng)) +("preakness" nil (p r iy1 k n ax s)) +("preamble" nil (p r iy0 ae1 m b ax l)) +("prearranged" nil (p r iy1 er0 ey1 n jh d)) +("preas" nil (p r iy1 z)) +("prebble" nil (p r eh1 b ax l)) +("prebe" nil (p r iy1 b)) +("preble" nil (p r eh1 b ax l)) +("prebon" nil (p r iy1 b aa0 n)) +("precambrian" nil (p r iy0 k ae1 m b r iy0 ax n)) +("precarious" nil (p r iy0 k eh1 r iy0 ax s)) +("precariously" nil (p r ih0 k eh1 r iy0 ax s l iy0)) +("precast" nil (p r iy0 k ae1 s t)) +("precaution" nil (p r iy0 k ao1 sh ax n)) +("precautionary" nil (p r ih0 k ao1 sh ax n eh0 r iy0)) +("precautions" nil (p r iy0 k ao1 sh ax n z)) +("precede" nil (p r ih0 s iy1 d)) +("preceded" nil (p r ih0 s iy1 d ih0 d)) +("precedence" nil (p r eh1 s ax d ax n s)) +("precedent" nil (p r eh1 s ih0 d ax n t)) +("precedents" nil (p r eh1 s ax d ax n t s)) +("precedes" nil (p r ih0 s iy1 d z)) +("preceding" nil (p r iy0 s iy1 d ih0 ng)) +("preceeding" nil (p r ih0 s iy1 d ih0 ng)) +("precept" nil (p r iy1 s eh1 p t)) +("precepts" nil (p r iy1 s eh1 p t s)) +("precession" nil (p r iy0 s eh1 sh ax n)) +("precht" nil (p r eh1 k t)) +("prechter" nil (p r eh1 k t er0)) +("prechtl" nil (p r eh1 k t ax l)) +("preciado" nil (p r eh0 ch aa1 d ow0)) +("precinct" nil (p r iy1 s ih1 ng k t)) +("precincts" nil (p r iy1 s ih1 ng k t s)) +("precious" nil (p r eh1 sh ax s)) +("precipice" nil (p r eh1 s ax p ax s)) +("precipitate" nil (p r ih0 s ih1 p ih0 t ey1 t)) +("precipitated" nil (p r ih0 s ih1 p ih0 t ey1 t ih0 d)) +("precipitating" nil (p r ih0 s ih1 p ax t ey1 t ih0 ng)) +("precipitation" nil (p r ih0 s ih1 p ih0 t ey1 sh ax n)) +("precipitous" nil (p r ih0 s ih1 p ih0 t ax s)) +("precipitously" nil (p r iy1 s ih1 p ih0 t ax s l iy0)) +("precis" nil (p r ey1 s iy1)) +("precise" nil (p r ih0 s ay1 s)) +("precisely" nil (p r ih0 s ay1 s l iy0)) +("precision" nil (p r iy0 s ih1 zh ax n)) +("preclinical" nil (p r iy0 k l ih1 n ih0 k ax l)) +("preclude" nil (p r ih0 k l uw1 d)) +("precluded" nil (p r ih0 k l uw1 d ih0 d)) +("precludes" nil (p r ih0 k l uw1 d z)) +("precluding" nil (p r ih0 k l uw1 d ih0 ng)) +("precocious" nil (p r ih0 k ow1 sh ax s)) +("preconceived" nil (p r iy1 k ax n s iy1 v d)) +("preconceptions" nil (p r iy0 k ax n s eh1 p sh ax n z)) +("precondition" nil (p r iy1 k ax n d ih1 sh ax n)) +("preconditions" nil (p r iy1 k ax n d ih1 sh ax n z)) +("precook" nil (p r iy1 k uh1 k)) +("precooked" nil (p r iy0 k uh1 k t)) +("precourt" nil (p r ih0 k ao1 r t)) +("precrash" nil (p r iy0 k r ae1 sh)) +("precursor" nil (p r iy0 k er1 s er0)) +("precursors" nil (p r iy0 k er1 s er0 z)) +("predaceous" nil (p r iy0 d ey1 sh ax s)) +("predate" nil (p r iy0 d ey1 t)) +("predated" nil (p r iy0 d ey1 t ih0 d)) +("predates" nil (p r iy1 d ey1 t s)) +("predator" nil (p r eh1 d ax t er0)) +("predators" nil (p r eh1 d ax t er0 z)) +("predatory" nil (p r eh1 d ax t ao1 r iy0)) +("predawn" nil (p r iy0 d ao1 n)) +("preddy" nil (p r eh1 d iy0)) +("predecessor" nil (p r eh1 d ax s eh1 s er0)) +("predecessors" nil (p r eh1 d ax s eh1 s er0 z)) +("predestination" nil (p r iy1 d eh1 s t ax n ey1 sh ax n)) +("predetermined" nil (p r iy1 d iy0 t er1 m ih0 n d)) +("predicament" nil (p r ih0 d ih1 k ax m ax n t)) +("predicaments" nil (p r ih0 d ih1 k ax m ax n t s)) +("predicate" v (p r eh1 d ih0 k ey1 t)) +("predicate" n (p r eh1 d ih0 k ax t)) +("predicated" nil (p r eh1 d ax k ey1 t ih0 d)) +("predicates" v (p r eh1 d ax k ey1 t s)) +("predicates" n (p r eh1 d ih0 k ax t s)) +("predict" nil (p r ih0 d ih1 k t)) +("predictability" nil (p r ih0 d ih1 k t ax b ih1 l ih0 t iy0)) +("predictable" nil (p r ih0 d ih1 k t ax b ax l)) +("predictably" nil (p r ih0 d ih1 k t ax b l iy0)) +("predicted" nil (p r ih0 d ih1 k t ih0 d)) +("predicting" nil (p r ih0 d ih1 k t ih0 ng)) +("prediction" nil (p r iy0 d ih1 k sh ax n)) +("predictions" nil (p r iy0 d ih1 k sh ax n z)) +("predictive" nil (p r ih0 d ih1 k t ih0 v)) +("predictor" nil (p r ih0 d ih1 k t er0)) +("predictors" nil (p r ih0 d ih1 k t er0 z)) +("predicts" nil (p r ih0 d ih1 k t s)) +("predilection" nil (p r eh1 d ax l eh1 k sh ax n)) +("predilections" nil (p r eh1 d ax l eh1 k sh ax n z)) +("predispose" nil (p r iy1 d ih0 s p ow1 z)) +("predisposed" nil (p r iy1 d ih0 s p ow1 z d)) +("predisposing" nil (p r iy1 d ih0 s p ow1 z ih0 ng)) +("predisposition" nil (p r iy1 d ih0 s p ax z ih1 sh ax n)) +("predispositions" nil (p r iy1 d ih0 s p ax z ih1 sh ax n z)) +("predmore" nil (p r eh1 d m ao0 r)) +("predominance" nil (p r ih0 d aa1 m ax n ax n s)) +("predominant" nil (p r ih0 d aa1 m ax n ax n t)) +("predominantly" nil (p r ih0 d aa1 m ax n ax n t l iy0)) +("predominate" nil (p r ih0 d aa1 m ax n ey1 t)) +("predominated" nil (p r ih0 d aa1 m ax n ey1 t ih0 d)) +("predominately" nil (p r ih0 d aa1 m ax n ax t l iy0)) +("predominates" nil (p r ih0 d aa1 m ax n ey1 t s)) +("predominating" nil (p r ih0 d aa1 m ax n ey1 t ih0 ng)) +("pree" nil (p r iy1)) +("preece" nil (p r iy1 s)) +("preeminence" nil (p r iy0 eh1 m ax n ax n s)) +("preeminent" nil (p r iy0 eh1 m ax n ax n t)) +("preempt" nil (p r iy1 eh1 m p t)) +("preempted" nil (p r iy0 eh1 m p t ih0 d)) +("preemption" nil (p r iy1 eh1 m p sh ax n)) +("preemptive" nil (p r iy0 eh1 m p t ih0 v)) +("preened" nil (p r iy1 n d)) +("preening" nil (p r iy1 n ih0 ng)) +("preexist" nil (p r iy1 ih0 g z ih1 s t)) +("preexisted" nil (p r iy1 ih0 g z ih1 s t ih0 d)) +("preexisting" nil (p r iy1 ih0 g z ih1 s t ih0 ng)) +("preexists" nil (p r iy1 ih0 g z ih1 s t s)) +("prefab" nil (p r iy1 f ae1 b)) +("prefabricated" nil (p r iy0 f ae1 b r ih0 k ey1 t ih0 d)) +("prefabrication" nil (p r iy1 f ae1 b r ax k ey1 sh ax n)) +("prefabs" nil (p r iy1 f ae1 b z)) +("preface" nil (p r eh1 f ax s)) +("prefaced" nil (p r eh1 f ax s t)) +("prefect" nil (p r iy1 f eh1 k t)) +("prefectural" nil (p r iy0 f eh1 k ch er0 ax l)) +("prefecture" nil (p r iy1 f eh1 k ch er0)) +("prefer" nil (p r ax f er1)) +("preferable" nil (p r eh1 f er0 ax b ax l)) +("preferably" nil (p r eh1 f er0 ax b l iy0)) +("prefered" nil (p r ih0 f er1 d)) +("preference" nil (p r eh1 f er0 ax n s)) +("preferenced" nil (p r eh1 f er0 ax n s t)) +("preferences" nil (p r eh1 f er0 ax n s ih0 z)) +("preferential" nil (p r eh1 f er0 eh1 n ch ax l)) +("preferentially" nil (p r eh1 f er0 eh1 n ch ax l iy0)) +("preferred" nil (p r ax f er1 d)) +("preferreds" nil (p r iy0 f er1 ax d z)) +("preferring" nil (p r ih0 f er1 ih0 ng)) +("prefers" nil (p r ax f er1 z)) +("prefix" nil (p r iy1 f ih0 k s)) +("prefrontal" nil (p r iy0 f r ah1 n t ax l)) +("pregler" nil (p r eh1 g l er0)) +("pregnancies" nil (p r eh1 g n ax n s iy0 z)) +("pregnancy" nil (p r eh1 g n ax n s iy0)) +("pregnant" nil (p r eh1 g n ax n t)) +("prego" nil (p r ey1 g ow0)) +("preheim" nil (p r eh1 hh ay0 m)) +("prehistoric" nil (p r iy1 hh ih0 s t ao1 r ih0 k)) +("prehn" nil (p r eh1 n)) +("preignition" nil (p r iy1 ax g n ih1 sh ax n)) +("preis" nil (p r iy1 z)) +("preiser" nil (p r ay1 s er0)) +("preisig" nil (p r ay1 z ih0 g)) +("preisler" nil (p r ay1 s ax l er0)) +("preiss" nil (p r ay1 s)) +("prejean" nil (p r iy1 jh iy1 n)) +("prejudged" nil (p r iy0 jh ah1 jh d)) +("prejudgment" nil (p r iy0 jh ah1 jh m ax n t)) +("prejudice" nil (p r eh1 jh ax d ih0 s)) +("prejudiced" nil (p r eh1 jh ax d ax s t)) +("prejudices" nil (p r eh1 jh ax d ih0 s ih0 z)) +("prejudicial" nil (p r eh1 jh ax d ih1 sh ax l)) +("prelate" nil (p r eh1 l ih0 t)) +("prelates" nil (p r eh1 l ih0 t s)) +("preliminarily" nil (p r ih0 l ih1 m ax n eh1 r ih0 l iy0)) +("preliminary" nil (p r ih0 l ih1 m ax n eh1 r iy0)) +("prelims" nil (p r iy1 l ih1 m z)) +("prell" nil (p r eh1 l)) +("prellwitz" nil (p r eh1 l w ih0 t s)) +("prelude" nil (p r ey1 l uw1 d)) +("preludes" nil (p r ey1 l uw1 d z)) +("prem" nil (p r eh1 m)) +("premadasa" nil (p r iy1 m ax d aa1 s ax)) +("premarin" nil (p r eh1 m er0 ih0 n)) +("premarital" nil (p r iy0 m eh1 r ax t ax l)) +("premark" nil (p r iy0 m aa1 r k)) +("premarket" nil (p r iy1 m aa1 r k ax t)) +("premature" nil (p r iy1 m ax ch uh1 r)) +("prematurely" nil (p r iy1 m ax ch uh1 r l iy0)) +("premeditate" nil (p r iy0 m eh1 d ax t ey1 t)) +("premeditated" nil (p r iy0 m eh1 d ax t ey1 t ih0 d)) +("premeditation" nil (p r iy0 m eh1 d ax t ey1 sh ax n)) +("premier" nil (p r eh0 m ih1 r)) +("premiere" nil (p r eh0 m ih1 r)) +("premiered" nil (p r eh0 m ih1 r d)) +("premieres" nil (p r eh0 m ih1 r z)) +("premiering" nil (p r eh0 m ih1 r ih0 ng)) +("premiers" nil (p r eh0 m ih1 r z)) +("premiership" nil (p r eh0 m ih1 r sh ih1 p)) +("premise" nil (p r eh1 m ih0 s)) +("premised" nil (p r eh1 m ax s t)) +("premises" nil (p r eh1 m ax s ax z)) +("premium" nil (p r iy1 m iy0 ax m)) +("premiums" nil (p r iy1 m iy0 ax m z)) +("premo" nil (p r eh1 m ow0)) +("prenatal" nil (p r iy0 n ey1 t ax l)) +("prendergast" nil (p r eh1 n d er0 g ae1 s t)) +("prenger" nil (p r eh1 n jh er0)) +("prenn" nil (p r eh1 n)) +("prensa" nil (p r eh1 n s ax)) +("prentice" nil (p r eh1 n t ih0 s)) +("prentiss" nil (p r eh1 n t ih0 s)) +("prentnieks" nil (p r eh1 n t n iy0 eh1 k s)) +("preoccupation" nil (p r iy0 aa1 k y ax p ey1 sh ax n)) +("preoccupations" nil (p r iy0 aa1 k y ax p ey1 sh ax n z)) +("preoccupied" nil (p r iy0 aa1 k y ax p ay1 d)) +("preoccupies" nil (p r iy0 aa1 k y ax p ay1 z)) +("preoccupy" nil (p r iy0 aa1 k y ax p ay1)) +("preordained" nil (p r iy1 ao0 r d ey1 n d)) +("prep" nil (p r eh1 p)) +("prepackaged" nil (p r iy0 p ae1 k ax jh d)) +("prepaid" nil (p r iy0 p ey1 d)) +("preparation" nil (p r eh1 p er0 ey1 sh ax n)) +("preparations" nil (p r eh1 p er0 ey1 sh ax n z)) +("preparatory" nil (p r ih0 p eh1 r ax t ao1 r iy0)) +("prepare" nil (p r iy0 p eh1 r)) +("prepared" nil (p r iy0 p eh1 r d)) +("preparedness" nil (p r iy0 p eh1 r ax d n ax s)) +("preparer" nil (p r iy0 p eh1 r er0)) +("preparers" nil (p r iy0 p eh1 r er0 z)) +("prepares" nil (p r iy0 p eh1 r z)) +("preparing" nil (p r iy0 p eh1 r ih0 ng)) +("prepay" nil (p r iy0 p ey1)) +("prepaying" nil (p r iy0 p ey1 ih0 ng)) +("prepayment" nil (p r iy0 p ey1 m ax n t)) +("prepayments" nil (p r iy0 p ey1 m ax n t s)) +("preplanning" nil (p r iy0 p l ae1 n ih0 ng)) +("preponderance" nil (p r iy0 p aa1 n d r ax n s)) +("preposterous" nil (p r ih0 p aa1 s t er0 ax s)) +("prepped" nil (p r eh1 p t)) +("preppie" nil (p r eh1 p iy0)) +("preppy" nil (p r eh1 p iy0)) +("prerecorded" nil (p r iy1 r iy0 k ao1 r d ih0 d)) +("prerequisite" nil (p r iy0 r eh1 k w ax z ax t)) +("prerequisites" nil (p r iy0 r eh1 k w ax z ax t s)) +("prerogative" nil (p r ih0 r aa1 g ax t ih0 v)) +("prerogatives" nil (p r ih0 r aa1 g ax t ih0 v z)) +("pres" nil (p r eh1 z)) +("presage" nil (p r eh1 s ih0 jh)) +("presaged" nil (p r eh1 s ih0 jh d)) +("presages" nil (p r eh1 s ih0 jh ih0 z)) +("presaging" nil (p r eh1 s ih0 jh ih0 ng)) +("presale" nil (p r iy1 s ey1 l)) +("presario" nil (p r ih0 s aa1 r iy0 ow1)) +("presby" nil (p r eh1 s b iy0)) +("presbyterian" nil (p r eh1 s b ih0 t ih1 r iy0 ax n)) +("preschel" nil (p r eh1 sh ax l)) +("prescher" nil (p r eh1 sh er0)) +("preschool" nil (p r iy0 s k uw1 l)) +("preschoolers" nil (p r iy1 s k uw1 l er0 z)) +("prescience" nil (p r iy1 sh iy0 ax n s)) +("prescient" nil (p r eh1 s iy0 ax n t)) +("prescot" nil (p r eh1 s k ax t)) +("prescott" nil (p r eh1 s k aa0 t)) +("prescribe" nil (p r ax s k r ay1 b)) +("prescribed" nil (p r iy0 s k r ay1 b d)) +("prescribers" nil (p r iy0 s k r ay1 b er0 z)) +("prescribes" nil (p r iy0 s k r ay1 b z)) +("prescribing" nil (p r iy0 s k r ay1 b ih0 ng)) +("prescription" nil (p r ax s k r ih1 p sh ax n)) +("prescriptions" nil (p r ax s k r ih1 p sh ax n z)) +("presence" nil (p r eh1 z ax n s)) +("presences" nil (p r eh1 z ax n s ih0 z)) +("present" n (p r eh1 z ax n t)) +("present" v (p r iy0 z eh1 n t)) +("presentable" nil (p r ax z eh1 n t ax b ax l)) +("presentation" nil (p r eh1 z ax n t ey1 sh ax n)) +("presentations" nil (p r eh1 z ax n t ey1 sh ax n z)) +("presented" nil (p r iy0 z eh1 n t ax d)) +("presenter" nil (p r eh1 z ax n t er0)) +("presenters" nil (p r eh1 z ax n t er0 z)) +("presenting" nil (p r ih0 z eh1 n t ih0 ng)) +("presently" nil (p r eh1 z ax n t l iy0)) +("presentment" nil (p r iy0 z eh1 n t m ax n t)) +("presents" n (p r eh1 z ax n t s)) +("presents" v (p r iy0 z eh1 n t s)) +("preservation" nil (p r eh1 z er0 v ey1 sh ax n)) +("preservationist" nil (p r eh1 z er0 v ey1 sh ax n ih0 s t)) +("preservationists" nil (p r eh1 z er0 v ey1 sh ax n ih0 s t s)) +("preservative" nil (p r iy0 z er1 v ax t ih0 v)) +("preservatives" nil (p r ax z er1 v ax t ih0 v z)) +("preserve" nil (p r ax z er1 v)) +("preserved" nil (p r ax z er1 v d)) +("preserves" nil (p r ax z er1 v z)) +("preserving" nil (p r ax z er1 v ih0 ng)) +("preset" nil (p r iy0 s eh1 t)) +("preside" nil (p r ih0 z ay1 d)) +("presided" nil (p r ih0 z ay1 d ih0 d)) +("presidencies" nil (p r eh1 z ax d ax n s iy0 z)) +("presidency" nil (p r eh1 z ax d ax n s iy0)) +("president" nil (p r eh1 z ax d eh1 n t)) +("presidential" nil (p r eh1 z ax d eh1 n ch ax l)) +("presidentialist" nil (p r eh1 z ax d eh1 n ch ax l ih0 s t)) +("presidentially" nil (p r eh1 s ih0 d eh1 n ch ax l iy0)) +("presidents" nil (p r eh1 z ax d eh1 n t s)) +("presides" nil (p r ih0 z ay1 d z)) +("presiding" nil (p r ih0 z ay1 d ih0 ng)) +("presidio" nil (p r ih0 s ih1 d iy0 ow1)) +("presidium" nil (p r ih0 s ih1 d iy0 ax m)) +("preslar" nil (p r ih0 s l aa1 r)) +("presler" nil (p r eh1 s ax l er0)) +("presley" nil (p r eh1 s l iy0)) +("presnall" nil (p r eh1 s n ax l)) +("presnell" nil (p r eh1 s n ax l)) +("presplit" nil (p r iy1 s p l ih1 t)) +("press" nil (p r eh1 s)) +("pressboard" nil (p r eh1 s b ao1 r d)) +("pressburger" nil (p r eh1 s b er0 g er0)) +("presse" nil (p r eh1 s)) +("pressed" nil (p r eh1 s t)) +("pressel" nil (p r eh1 s ax l)) +("presser" nil (p r eh1 s er0)) +("presses" nil (p r eh1 s ax z)) +("pressey" nil (p r eh1 s iy0)) +("pressing" nil (p r eh1 s ih0 ng)) +("pressler" nil (p r eh1 s l er0)) +("pressley" nil (p r eh1 s l iy0)) +("pressly" nil (p r eh1 s l iy0)) +("pressman" nil (p r eh1 s m ax n)) +("pressnell" nil (p r eh1 s n ax l)) +("presson" nil (p r eh1 s ax n)) +("presstek" nil (p r eh1 s t eh1 k)) +("pressure" nil (p r eh1 sh er0)) +("pressured" nil (p r eh1 sh er0 d)) +("pressures" nil (p r eh1 sh er0 z)) +("pressuring" nil (p r eh1 sh er0 ih0 ng)) +("pressurization" nil (p r eh1 sh er0 ih0 z ey1 sh ax n)) +("pressurized" nil (p r eh1 sh er0 ay1 z d)) +("presswood" nil (p r eh1 s w uh1 d)) +("prest" nil (p r eh1 s t)) +("presta" nil (p r eh1 s t ax)) +("prestage" nil (p r eh1 s t ih0 jh)) +("presti" nil (p r eh1 s t iy0)) +("prestia" nil (p r eh1 s t y ax)) +("prestidge" nil (p r eh1 s t ih0 jh)) +("prestige" nil (p r eh0 s t iy1 zh)) +("prestigiacomo" nil (p r eh0 s t iy1 jh ax k ow0 m ow0)) +("prestigious" nil (p r eh0 s t ih1 jh ax s)) +("presto" nil (p r eh1 s t ow1)) +("preston" nil (p r eh1 s t ax n)) +("prestowitz" nil (p r eh1 s t ax w ih0 t s)) +("prestridge" nil (p r eh1 s t r ih0 jh)) +("prestwich" nil (p r eh1 s t w ih0 ch)) +("prestwood" nil (p r eh1 s t w uh1 d)) +("presumably" nil (p r ax z uw1 m ax b l iy0)) +("presume" nil (p r ih0 z uw1 m)) +("presumed" nil (p r ax z uw1 m d)) +("presumes" nil (p r ax z uw1 m z)) +("presuming" nil (p r ih0 z uw1 m ih0 ng)) +("presumption" nil (p r ih0 z ah1 m p sh ax n)) +("presumptive" nil (p r iy0 z ah1 m p t ih0 v)) +("presumptuous" nil (p r ih0 z ah1 m p ch ax w ax s)) +("presupposes" nil (p r iy1 s ax p ow1 z ih0 z)) +("presupposition" nil (p r iy1 s ax p ax z ih1 sh ax n)) +("presutti" nil (p r eh0 s uw1 t iy0)) +("preszler" nil (p r eh1 s l er0)) +("pretax" nil (p r iy1 t ae1 k s)) +("prete" nil (p r iy1 t)) +("pretend" nil (p r iy0 t eh1 n d)) +("pretended" nil (p r iy0 t eh1 n d ax d)) +("pretending" nil (p r iy0 t eh1 n d ih0 ng)) +("pretends" nil (p r iy0 t eh1 n d z)) +("pretense" nil (p r iy0 t eh1 n s)) +("pretenses" nil (p r iy0 t eh1 n s ih0 z)) +("pretension" nil (p r iy0 t eh1 n sh ax n)) +("pretensions" nil (p r ax t eh1 n sh ax n z)) +("pretentious" nil (p r iy0 t eh1 n sh ax s)) +("pretext" nil (p r iy1 t eh1 k s t)) +("pretoria" nil (p r iy0 t ao1 r iy0 ax)) +("pretrial" nil (p r iy0 t r ay1 ax l)) +("pretti" nil (p r eh1 t iy0)) +("prettier" nil (p r ih1 t iy0 er0)) +("pretties" nil (p r ih1 t iy0 z)) +("prettiest" nil (p r ih1 t iy0 ax s t)) +("pretty" nil (p r ih1 t iy0)) +("prettyman" nil (p r eh1 t iy0 m ax n)) +("pretzel" nil (p r eh1 t z ax l)) +("pretzels" nil (p r eh1 t z ax l z)) +("pretzer" nil (p r eh1 t z er0)) +("preuss" nil (p r uw1 s)) +("preussag" nil (p r uw1 s ae0 g)) +("preusser" nil (p r oy1 s er0)) +("prevail" nil (p r ih0 v ey1 l)) +("prevailed" nil (p r ih0 v ey1 l d)) +("prevailing" nil (p r ih0 v ey1 l ih0 ng)) +("prevails" nil (p r ih0 v ey1 l z)) +("prevalence" nil (p r eh1 v ax l ax n s)) +("prevalent" nil (p r eh1 v ax l ax n t)) +("prevatt" nil (p r ih0 v ae1 t)) +("prevatte" nil (p r ih0 v ae1 t)) +("prevent" nil (p r ih0 v eh1 n t)) +("preventable" nil (p r ih0 v eh1 n t ax b ax l)) +("preventative" nil (p r iy0 v eh1 n t ax t ih0 v)) +("preventatives" nil (p r iy0 v eh1 n t ax t ih0 v z)) +("prevented" nil (p r ih0 v eh1 n t ih0 d)) +("preventing" nil (p r ih0 v eh1 n t ih0 ng)) +("prevention" nil (p r iy0 v eh1 n sh ax n)) +("preventive" nil (p r ih0 v eh1 n t ih0 v)) +("prevents" nil (p r ih0 v eh1 n t s)) +("prevette" nil (p r ih0 v eh1 t)) +("preview" nil (p r iy1 v y uw1)) +("previewed" nil (p r iy1 v y uw1 d)) +("previewing" nil (p r iy1 v y uw1 ih0 ng)) +("previews" nil (p r iy1 v y uw1 z)) +("previous" nil (p r iy1 v iy0 ax s)) +("previously" nil (p r iy1 v iy0 ax s l iy0)) +("previte" nil (p r eh1 v ay0 t)) +("previti" nil (p r eh0 v iy1 t iy0)) +("prevo" nil (p r eh1 v ow0)) +("prevost" nil (p r ey1 v ow0 s t)) +("prew" nil (p r uw1)) +("prewar" nil (p r iy0 w ao1 r)) +("preway" nil (p r iy1 w ey1)) +("prewett" nil (p r uw1 ih0 t)) +("prewitt" nil (p r uw1 ih0 t)) +("prey" nil (p r ey1)) +("preyed" nil (p r ey1 d)) +("preyer" nil (p r ey1 er0)) +("preying" nil (p r ey1 ih0 ng)) +("preys" nil (p r ey1 z)) +("preziosi" nil (p r eh0 z iy0 ow1 s iy0)) +("prezioso" nil (p r eh0 z iy0 ow1 s ow0)) +("prezzano" nil (p r eh0 z aa1 n ow0)) +("priam" nil (p r ay1 ae1 m)) +("pribble" nil (p r ih1 b ax l)) +("pribula" nil (p r iy0 b uw1 l ax)) +("pribyl" nil (p r ih1 b ax l)) +("price" nil (p r ay1 s)) +("priced" nil (p r ay1 s t)) +("priceless" nil (p r ay1 s l ax s)) +("pricer" nil (p r ay1 s er0)) +("prices" nil (p r ay1 s ax z)) +("pricey" nil (p r ay1 s iy0)) +("prichard" nil (p r ih1 ch er0 d)) +("prichett" nil (p r ih1 ch ih0 t)) +("pricier" nil (p r ay1 s iy0 er0)) +("priciest" nil (p r ay1 s iy0 ih0 s t)) +("pricing" nil (p r ay1 s ih0 ng)) +("pricings" nil (p r ay1 s ih0 ng z)) +("prick" nil (p r ih1 k)) +("pricked" nil (p r ih1 k t)) +("prickett" nil (p r ih1 k ih0 t)) +("pricklebacks" nil (p r ih1 k ax l b ae1 k s)) +("prickly" nil (p r ih1 k l iy0)) +("pricks" nil (p r ih1 k s)) +("pricor" nil (p r ay1 k ao1 r)) +("priddy" nil (p r ih1 d iy0)) +("pride" nil (p r ay1 d)) +("prideaux" nil (p r ih1 d ow0)) +("prided" nil (p r ay1 d ih0 d)) +("pridemore" nil (p r ay1 d m ao0 r)) +("prides" nil (p r ay1 d z)) +("pridgen" nil (p r ih1 jh ax n)) +("pridgeon" nil (p r ih1 d jh ih0 n)) +("pridmore" nil (p r ih1 d m ao0 r)) +("priebe" nil (p r iy1 b)) +("pried" nil (p r ay1 d)) +("priem" nil (p r iy1 m)) +("prien" nil (p r iy1 n)) +("prier" nil (p r ay1 er0)) +("pries" nil (p r ay1 z)) +("priess" nil (p r iy1 s)) +("priest" nil (p r iy1 s t)) +("priester" nil (p r iy1 s t er0)) +("priestess" nil (p r iy1 s t ax s)) +("priesthood" nil (p r iy1 s t hh uh0 d)) +("priestley" nil (p r iy1 s t l iy0)) +("priestly" nil (p r iy1 s t l iy0)) +("priests" nil (p r iy1 s t s)) +("prieta" nil (p r iy1 t ax)) +("prieto" nil (p r iy1 t ow0)) +("prieur" nil (p r iy1 er0)) +("prig" nil (p r ih1 g)) +("prigge" nil (p r ih1 g)) +("prigmore" nil (p r ih1 g m ao0 r)) +("prihoda" nil (p r iy0 hh ow1 d ax)) +("prill" nil (p r ih1 l)) +("prillaman" nil (p r ih1 l ax m ax n)) +("prim" nil (p r ih1 m)) +("prima" nil (p r iy1 m ax)) +("primack" nil (p r ih1 m ax k)) +("primacy" nil (p r ay1 m ax s iy0)) +("primal" nil (p r ay1 m ax l)) +("primaries" nil (p r ay1 m eh1 r iy0 z)) +("primarily" nil (p r ay0 m eh1 r ax l iy0)) +("primark" nil (p r ih1 m aa0 r k)) +("primary" nil (p r ay1 m eh1 r iy0)) +("primate" nil (p r ay1 m ey1 t)) +("primates" nil (p r ay1 m ey1 t s)) +("primavera" nil (p r iy0 m aa0 v eh1 r ax)) +("prime" nil (p r ay1 m)) +("primeau" nil (p r ih0 m ow1)) +("primeaux" nil (p r ih0 m ow1)) +("primebank" nil (p r ay1 m b ae1 ng k)) +("primeco" nil (p r ay1 m k ow1)) +("primed" nil (p r ay1 m d)) +("primenews" nil (p r ay1 m n uw1 z)) +("primer" nil (p r ay1 m er0)) +("primerica" nil (p r ih0 m eh1 r ih0 k ax)) +("primes" nil (p r ay1 m z)) +("primestar" nil (p r ay1 m s t aa1 r)) +("primetime" nil (p r ay1 m t ay1 m)) +("primeval" nil (p r ay0 m iy1 v ax l)) +("primiano" nil (p r iy1 m iy0 aa1 n ow0)) +("priming" nil (p r ay1 m ih0 ng)) +("primitive" nil (p r ih1 m ax t ih0 v)) +("primitivistic" nil (p r ih1 m ih0 t ih0 v ih1 s t ih0 k)) +("primly" nil (p r ih1 m l iy0)) +("primm" nil (p r ih1 m)) +("primmer" nil (p r ih1 m er0)) +("primo" nil (p r iy1 m ow1)) +("primordial" nil (p r ih0 m ao1 r d iy0 ax l)) +("primrose" nil (p r ih1 m r ow1 z)) +("primroses" nil (p r ih1 m r ow1 z ax z)) +("primus" nil (p r ay1 m ax s)) +("prince" nil (p r ih1 n s)) +("princely" nil (p r ih1 n s l iy0)) +("princes" nil (p r ih1 n s ax z)) +("princess" nil (p r ih1 n s eh0 s)) +("princeton" nil (p r ih1 n s t ax n)) +("princeville" nil (p r ih1 n s v ih1 l)) +("principal" nil (p r ih1 n s ax p ax l)) +("principality" nil (p r ih1 n s ih0 p ae1 l ih0 t iy0)) +("principally" nil (p r ih1 n s ih0 p l iy0)) +("principals" nil (p r ih1 n s ax p ax l z)) +("principato" nil (p r iy0 n ch iy0 p aa1 t ow0)) +("principe" nil (p r iy0 n ch iy1 p iy0)) +("principle" nil (p r ih1 n s ax p ax l)) +("principled" nil (p r ih1 n s ax p ax l d)) +("principles" nil (p r ih1 n s ax p ax l z)) +("prindiville" nil (p r iy0 n d iy1 v ih0 l)) +("prindl" nil (p r ih1 n d ax l)) +("prindle" nil (p r ih1 n d ax l)) +("prine" nil (p r ay1 n)) +("pring" nil (p r ih1 ng)) +("pringle" nil (p r ih1 ng g ax l)) +("prinkey" nil (p r ih1 ng k iy0)) +("prinos" nil (p r iy1 n ow0 s)) +("prins" nil (p r ih1 n z)) +("prinsen" nil (p r ih1 n s ax n)) +("print" nil (p r ih1 n t)) +("printable" nil (p r ih1 n t ax b ax l)) +("printed" nil (p r ih1 n t ax d)) +("printemps" nil (p r ih1 n t eh0 m p s)) +("printer" nil (p r ih1 n t er0)) +("printers" nil (p r ih1 n t er0 z)) +("printing" nil (p r ih1 n t ih0 ng)) +("printings" nil (p r ih1 n t ih0 ng z)) +("printmaker" nil (p r ih1 n t m ey1 k er0)) +("printmakers" nil (p r ih1 n t m ey1 k er0 z)) +("printon" nil (p r ih1 n t ax n)) +("printout" nil (p r ih1 n t aw1 t)) +("printouts" nil (p r ih1 n t aw1 t s)) +("prints" nil (p r ih1 n t s)) +("printup" nil (p r ih1 n t ah1 p)) +("printy" nil (p r ih1 n t iy0)) +("printz" nil (p r ih1 n t s)) +("prinz" nil (p r ih1 n z)) +("priola" nil (p r iy0 ow1 l ax)) +("prioleau" nil (p r iy0 ow1 l ow0)) +("priolo" nil (p r iy0 ow1 l ow0)) +("prior" nil (p r ay1 er0)) +("priore" nil (p r iy0 ao1 r iy0)) +("priorities" nil (p r ay0 ao1 r ax t iy0 z)) +("prioritize" nil (p r ay0 ao1 r ax t ay1 z)) +("prioritized" nil (p r ay0 ao1 r ax t ay1 z d)) +("prioritizes" nil (p r ay0 ao1 r ax t ay1 z ih0 z)) +("prioritizing" nil (p r ay0 ao1 r ax t ay1 z ih0 ng)) +("priority" nil (p r ay0 ao1 r ax t iy0)) +("priors" nil (p r ay1 er0 z)) +("priory" nil (p r ay1 er0 iy0)) +("pris" nil (p r ih1 s)) +("priscilla" nil (p r ih0 s ih1 l ax)) +("prisco" nil (p r iy1 s k ow0)) +("prisk" nil (p r ih1 s k)) +("prism" nil (p r ih1 z ax m)) +("prismatic" nil (p r ih0 z m ae1 t ih0 k)) +("prison" nil (p r ih1 z ax n)) +("prisoner" nil (p r ih1 z ax n er0)) +("prisoners" nil (p r ih1 z ax n er0 z)) +("prisons" nil (p r ih1 z ax n z)) +("prissie" nil (p r ih1 s iy0)) +("prissy" nil (p r ih1 s iy0)) +("pristine" nil (p r ih1 s t iy0 n)) +("pritchard" nil (p r ih1 ch er0 d)) +("pritchett" nil (p r ih1 ch ih0 t)) +("pritt" nil (p r ih1 t)) +("pritts" nil (p r ih1 t s)) +("pritz" nil (p r ih1 t s)) +("pritzker" nil (p r ih1 t s k er0)) +("pritzkers" nil (p r ih1 t s k er0 z)) +("pritzl" nil (p r ih1 t z ax l)) +("privacies" nil (p r ay1 v ax s iy0 z)) +("privacy" nil (p r ay1 v ax s iy0)) +("private" nil (p r ay1 v ax t)) +("privately" nil (p r ay1 v ax t l iy0)) +("privates" nil (p r ay1 v ax t s)) +("privations" nil (p r ay0 v ey1 sh ax n z)) +("privatisation" nil (p r ay1 v ax t ax z ey1 sh ax n)) +("privatization" nil (p r ay1 v ax t ax z ey1 sh ax n)) +("privatizations" nil (p r ay1 v ax t ax z ey1 sh ax n z)) +("privatize" nil (p r ih1 v ax t ay1 z)) +("privatized" nil (p r ay1 v ax t ay1 z d)) +("privatizing" nil (p r ay1 v ax t ay1 z ih0 ng)) +("privett" nil (p r ih1 v ih0 t)) +("privette" nil (p r ih0 v eh1 t)) +("privilege" nil (p r ih1 v l ax jh)) +("privileged" nil (p r ih1 v l ax jh d)) +("privileges" nil (p r ih1 v l ax jh ax z)) +("privitera" nil (p r iy0 v iy0 t eh1 r ax)) +("privott" nil (p r ih1 v ax t)) +("privy" nil (p r ih1 v iy0)) +("prix" nil (p r iy1)) +("prize" nil (p r ay1 z)) +("prized" nil (p r ay1 z d)) +("prizes" nil (p r ay1 z ax z)) +("prizm" nil (p r ih1 z ax m)) +("pro" nil (p r ow1)) +("proactive" nil (p r ow1 ae1 k t ih0 v)) +("probabilities" nil (p r aa1 b ax b ih1 l ax t iy0 z)) +("probability" nil (p r aa1 b ax b ih1 l ax t iy0)) +("probable" nil (p r aa1 b ax b ax l)) +("probably" nil (p r aa1 b ax b l iy0)) +("probasco" nil (p r ow0 b aa1 s k ow0)) +("probate" nil (p r ow1 b ey1 t)) +("probation" nil (p r ow0 b ey1 sh ax n)) +("probationary" nil (p r ow0 b ey1 sh ax n eh1 r iy0)) +("probationers" nil (p r ow0 b ey1 sh ax n er0 z)) +("probative" nil (p r ow0 b ey1 t ih0 v)) +("probe" nil (p r ow1 b)) +("probed" nil (p r ow1 b d)) +("probenecid" nil (p r aa1 b eh1 n ax s ih0 d)) +("probert" nil (p r aa1 b er0 t)) +("probes" nil (p r ow1 b z)) +("probing" nil (p r ow1 b ih0 ng)) +("probity" nil (p r ow1 b ax t iy0)) +("problem" nil (p r aa1 b l ax m)) +("problematic" nil (p r aa1 b l ax m ae1 t ih0 k)) +("problematical" nil (p r aa1 b l ax m ae1 t ih0 k ax l)) +("problems" nil (p r aa1 b l ax m z)) +("proboscis" nil (p r ow0 b aa1 s ax s)) +("probst" nil (p r aa1 b s t)) +("probursa" nil (p r ow1 b er1 s ax)) +("probus" nil (p r ow1 b ih0 s)) +("procaccini" nil (p r ow0 k aa0 ch iy1 n iy0)) +("procaine" nil (p r ow1 k ey1 n)) +("procardia" nil (p r ow0 k aa1 r d iy0 ax)) +("procassini" nil (p r aa1 k ax s iy1 n iy0)) +("procedural" nil (p r ax s iy1 jh er0 ax l)) +("procedure" nil (p r ax s iy1 jh er0)) +("procedures" nil (p r ax s iy1 jh er0 z)) +("proceed" v (p r ax s iy1 d)) +("proceed" n (p r ow0 s iy1 d)) +("proceeded" nil (p r ax s iy1 d ax d)) +("proceeding" nil (p r ax s iy1 d ih0 ng)) +("proceedings" nil (p r ow0 s iy1 d ih0 ng z)) +("proceeds" v (p r ax s iy1 d z)) +("proceeds" n (p r ow0 s iy1 d z)) +("procell" nil (p r ow0 s eh1 l)) +("proceso" nil (p r ow1 s eh1 s ow0)) +("process" nil (p r aa1 s eh1 s)) +("processed" nil (p r aa1 s eh0 s t)) +("processes" nil (p r aa1 s eh0 s ax z)) +("processing" nil (p r aa1 s eh0 s ih0 ng)) +("procession" nil (p r ax s eh1 sh ax n)) +("processional" nil (p r ax s eh1 sh ax n ax l)) +("processions" nil (p r ow0 s eh1 sh ax n z)) +("processor" nil (p r aa1 s eh1 s er0)) +("processors" nil (p r aa1 s eh1 s er0 z)) +("proch" nil (p r aa1 k)) +("prochaska" nil (p r ax hh aa1 s k ax)) +("prochazka" nil (p r ax hh aa1 z k ax)) +("prochnow" nil (p r aa1 n aw0)) +("procida" nil (p r ow0 ch iy1 d ax)) +("prock" nil (p r aa1 k)) +("prockter" nil (p r aa1 k t er0)) +("proclaim" nil (p r ow0 k l ey1 m)) +("proclaimed" nil (p r ow0 k l ey1 m d)) +("proclaiming" nil (p r ow0 k l ey1 m ih0 ng)) +("proclaims" nil (p r ow0 k l ey1 m z)) +("proclamation" nil (p r aa1 k l ax m ey1 sh ax n)) +("proclamations" nil (p r aa1 k l ax m ey1 sh ax n z)) +("proclivities" nil (p r ow0 k l ih1 v ax t iy0 z)) +("proclivity" nil (p r ow0 k l ih1 v ax t iy0)) +("proconsul" nil (p r ow0 k aa1 n s ax l)) +("procopio" nil (p r ow0 k ow1 p iy0 ow0)) +("procordia" nil (p r aa0 k ao1 r d iy0 ax)) +("procrastinate" nil (p r ax k r ae1 s t ax n ey1 t)) +("procrastinating" nil (p r ax k r ae1 s t ax n ey1 t ih0 ng)) +("procrastination" nil (p r ax k r ae1 s t ax n ey1 sh ax n)) +("procreate" nil (p r ow1 k r iy0 ey1 t)) +("procreates" nil (p r ow1 k r iy0 ey1 t s)) +("procreation" nil (p r ow1 k r iy0 ey1 sh ax n)) +("procter" nil (p r aa1 k t er0)) +("proctor" nil (p r aa1 k t er0)) +("proctors" nil (p r aa1 k t er0 z)) +("proctorsilex" nil (p r ao1 k t er0 s ay1 l eh0 k s)) +("procure" nil (p r ow0 k y uh1 r)) +("procured" nil (p r ow0 k y uh1 r d)) +("procurement" nil (p r ow0 k y uh1 r m ax n t)) +("procurements" nil (p r ow0 k y uh1 r m ax n t s)) +("procurer" nil (p r ow0 k y uh1 r er0)) +("procuring" nil (p r ow0 k y uh1 r ih0 ng)) +("procyte" nil (p r ow1 s ay1 t)) +("prod" nil (p r aa1 d)) +("prodded" nil (p r aa1 d ih0 d)) +("prodding" nil (p r aa1 d ih0 ng)) +("prodi" nil (p r ow1 d iy0)) +("prodigal" nil (p r aa1 d ih0 g ax l)) +("prodigies" nil (p r aa1 d ax jh iy0 z)) +("prodigious" nil (p r ax d ih1 jh ax s)) +("prodigiously" nil (p r ow0 d ih1 jh ih0 s l iy0)) +("prodigy" nil (p r aa1 d ax jh iy0)) +("prods" nil (p r aa1 d z)) +("produce" v (p r ax d uw1 s)) +("produce" n (p r ow1 d uw0 s)) +("produced" nil (p r ax d uw1 s t)) +("producer" nil (p r ax d uw1 s er0)) +("producers" nil (p r ax d uw1 s er0 z)) +("produces" v (p r ax d uw1 s ax z)) +("produces" n (p r ax d uw1 s ih0 z)) +("producing" nil (p r ax d uw1 s ih0 ng)) +("product" nil (p r aa1 d ax k t)) +("production" nil (p r ax d ah1 k sh ax n)) +("productions" nil (p r ax d ah1 k sh ax n z)) +("productive" nil (p r ax d ah1 k t ih0 v)) +("productively" nil (p r ax d ah1 k t ih0 v l iy0)) +("productivity" nil (p r ow1 d ax k t ih1 v ax t iy0)) +("products" nil (p r aa1 d ax k t s)) +("proehl" nil (p r ow1 l)) +("profane" nil (p r ow0 f ey1 n)) +("profanity" nil (p r ow0 f ae1 n ax t iy0)) +("profess" nil (p r ax f eh1 s)) +("professed" nil (p r ax f eh1 s t)) +("professes" nil (p r ax f eh1 s ih0 z)) +("professing" nil (p r ax f eh1 s ih0 ng)) +("profession" nil (p r ax f eh1 sh ax n)) +("professional" nil (p r ax f eh1 sh ax n ax l)) +("professionalism" nil (p r ax f eh1 sh ax n ax l ih1 z ax m)) +("professionally" nil (p r ax f eh1 sh ax n ax l iy0)) +("professionals" nil (p r ax f eh1 sh ax n ax l z)) +("professions" nil (p r ax f eh1 sh ax n z)) +("professor" nil (p r ax f eh1 s er0)) +("professorial" nil (p r ow1 f ax s ao1 r iy0 ax l)) +("professors" nil (p r ax f eh1 s er0 z)) +("professorship" nil (p r ax f eh1 s er0 sh ih1 p)) +("profeta" nil (p r ow0 f eh1 t ax)) +("proffer" nil (p r aa1 f er0)) +("proffered" nil (p r aa1 f er0 d)) +("proffering" nil (p r aa1 f er0 ih0 ng)) +("proffit" nil (p r aa1 f ih0 t)) +("proffitt" nil (p r aa1 f ih0 t)) +("proficiency" nil (p r ax f ih1 sh ax n s iy0)) +("proficient" nil (p r aa0 f ih1 sh ax n t)) +("profile" nil (p r ow1 f ay1 l)) +("profiled" nil (p r ow1 f ay1 l d)) +("profiles" nil (p r ow1 f ay1 l z)) +("profiling" nil (p r ow1 f ay1 l ih0 ng)) +("profit" nil (p r aa1 f ax t)) +("profitability" nil (p r aa1 f ih0 t ax b ih1 l ih0 t iy0)) +("profitable" nil (p r aa1 f ax t ax b ax l)) +("profitablity" nil (p r aa1 f ax t ax b l ih1 t iy0)) +("profitably" nil (p r aa1 f ax t ax b l iy0)) +("profited" nil (p r aa1 f ax t ax d)) +("profiteering" nil (p r aa1 f ax t ih1 r ih0 ng)) +("profiteers" nil (p r aa1 f ax t ih1 r z)) +("profiting" nil (p r aa1 f ax t ih0 ng)) +("profits" nil (p r aa1 f ax t s)) +("profitt" nil (p r aa1 f ih0 t)) +("profittaking" nil (p r aa1 f ih0 t t ey1 k ih0 ng)) +("profligacy" nil (p r ao1 f l ih0 g ae1 s iy0)) +("profligate" nil (p r ao1 f l ih0 g ey1 t)) +("profound" nil (p r ow0 f aw1 n d)) +("profoundly" nil (p r ow0 f aw1 n d l iy0)) +("profs" nil (p r aa1 f s)) +("profuse" nil (p r ax f y uw1 s)) +("profusely" nil (p r ax f y uw1 s l iy0)) +("profusion" nil (p r ax f y uw1 zh ax n)) +("progams" nil (p r ow1 g ae0 m z)) +("progenitor" nil (p r ow0 jh eh1 n ih0 t er0)) +("progeny" nil (p r aa1 jh ax n iy0)) +("progesterone" nil (p r ow0 jh eh1 s t er0 ow1 n)) +("proglacial" nil (p r ow0 g l ey1 sh ax l)) +("prognoses" nil (p r aa0 g n ow1 s iy0 z)) +("prognosis" nil (p r aa0 g n ow1 s ax s)) +("prognosticate" nil (p r aa1 g n aa1 s t ax k ey1 t)) +("prognosticated" nil (p r aa1 g n aa1 s t ax k ey1 t ih0 d)) +("prognosticater" nil (p r aa1 g n aa1 s t ax k ey1 t er0)) +("prognosticates" nil (p r aa1 g n aa1 s t ax k ey1 t s)) +("prognosticating" nil (p r aa1 g n aa1 s t ax k ey1 t ih0 ng)) +("prognosticative" nil (p r aa1 g n aa1 s t ax k ey1 t ih0 v)) +("program" nil (p r ow1 g r ae1 m)) +("programing" nil (p r ow1 g r ae1 m ih0 ng)) +("programmable" nil (p r ow1 g r ae1 m ax b ax l)) +("programmatic" nil (p r aa1 g r ax m ae1 t ih0 k)) +("programme" nil (p r ow1 g r ae1 m)) +("programmed" nil (p r ow1 g r ae1 m d)) +("programmer" nil (p r ow1 g r ae1 m er0)) +("programmers" nil (p r ow1 g r ae1 m er0 z)) +("programming" nil (p r ow1 g r ae1 m ih0 ng)) +("programs" nil (p r ow1 g r ae1 m z)) +("progress" n (p r aa1 g r eh1 s)) +("progress" v (p r ax g r eh1 s)) +("progressed" nil (p r ax g r eh1 s t)) +("progresses" nil (p r aa1 g r eh1 s ax z)) +("progressing" nil (p r ax g r eh1 s ih0 ng)) +("progression" nil (p r ax g r eh1 sh ax n)) +("progressive" nil (p r ax g r eh1 s ih0 v)) +("progressively" nil (p r aa0 g r eh1 s ih0 v l iy0)) +("progressives" nil (p r aa0 g r eh1 s ih0 v z)) +("progressivity" nil (p r aa1 g r eh0 s ih1 v ax t iy0)) +("prohaska" nil (p r ax hh aa1 s k ax)) +("prohibit" nil (p r ow0 hh ih1 b ax t)) +("prohibited" nil (p r ow0 hh ih1 b ax t ax d)) +("prohibiting" nil (p r ow0 hh ih1 b ax t ih0 ng)) +("prohibition" nil (p r ow1 ax b ih1 sh ax n)) +("prohibitions" nil (p r ow1 ax b ih1 sh ax n z)) +("prohibitive" nil (p r ow0 hh ih1 b ax t ih0 v)) +("prohibitively" nil (p r ow0 hh ih1 b ax t ih0 v l iy0)) +("prohibitory" nil (p r ow0 hh ih1 b ax t ao1 r iy0)) +("prohibits" nil (p r ow0 hh ih1 b ax t s)) +("proia" nil (p r ow1 y ax)) +("proietti" nil (p r oy0 eh1 t iy0)) +("project" n (p r aa1 jh eh0 k t)) +("project" v (p r ax jh eh1 k t)) +("projected" nil (p r ax jh eh1 k t ax d)) +("projectile" nil (p r ax jh eh1 k t ax l)) +("projectiles" nil (p r ax jh eh1 k t ax l z)) +("projecting" nil (p r ax jh eh1 k t ih0 ng)) +("projection" nil (p r ax jh eh1 k sh ax n)) +("projections" nil (p r ax jh eh1 k sh ax n z)) +("projective" nil (p r ax jh eh1 k t ih0 v)) +("projector" nil (p r ax jh eh1 k t er0)) +("projectors" nil (p r ax jh eh1 k t er0 z)) +("projects" n (p r aa1 jh eh0 k t s)) +("projects" v (p r ax jh eh1 k t s)) +("prokofiev" nil (p r aa1 k ow0 f iy1 v)) +("prokop" nil (p r ow1 k ax p)) +("prolactin" nil (p r ow0 l ae1 k t ax n)) +("proler" nil (p r ow1 l er0)) +("proletarian" nil (p r ow1 l ax t eh1 r iy0 ax n)) +("proletariat" nil (p r ow1 l ax t eh1 r iy0 ax t)) +("proleukin" nil (p r ow1 l uw0 k ih0 n)) +("proliferate" nil (p r ow0 l ih1 f er0 ey1 t)) +("proliferated" nil (p r ax l ih1 f er0 ey1 t ih0 d)) +("proliferating" nil (p r ow0 l ih1 f er0 ey1 t ih0 ng)) +("proliferation" nil (p r ow1 l ih0 f er0 ey1 sh ax n)) +("prolific" nil (p r ow0 l ih1 f ih0 k)) +("prolifically" nil (p r ow0 l ih1 f ih0 k l iy0)) +("prolinea" nil (p r ow1 l ih1 n iy0 ax)) +("prolog" nil (p r ow0 l aa1 g)) +("prologue" nil (p r ow1 l aa0 g)) +("prolong" nil (p r ax l ao1 ng)) +("prolonged" nil (p r ax l ao1 ng d)) +("prolonging" nil (p r ow0 l ao1 ng ih0 ng)) +("prolongs" nil (p r ax l ao1 ng z)) +("prom" nil (p r aa1 m)) +("promenade" nil (p r aa1 m ax n ey1 d)) +("promethium" nil (p r ax m iy1 th iy0 ax m)) +("prominence" nil (p r aa1 m ax n ax n s)) +("prominences" nil (p r aa1 m ax n ax n s ax z)) +("prominent" nil (p r aa1 m ax n ax n t)) +("prominently" nil (p r aa1 m ax n ax n t l iy0)) +("promiscuity" nil (p r ow1 m ih0 s k y uw1 ax t iy0)) +("promiscuous" nil (p r ow1 m ih0 s k w ax s)) +("promise" nil (p r aa1 m ax s)) +("promised" nil (p r aa1 m ax s t)) +("promises" nil (p r aa1 m ax s ax z)) +("promising" nil (p r aa1 m ax s ih0 ng)) +("promissory" nil (p r aa1 m ax s ao1 r iy0)) +("promote" nil (p r ax m ow1 t)) +("promoted" nil (p r ax m ow1 t ax d)) +("promoter" nil (p r ax m ow1 t er0)) +("promoters" nil (p r ax m ow1 t er0 z)) +("promotes" nil (p r ax m ow1 t s)) +("promoting" nil (p r ax m ow1 t ih0 ng)) +("promotion" nil (p r ax m ow1 sh ax n)) +("promotional" nil (p r ax m ow1 sh ax n ax l)) +("promotions" nil (p r ax m ow1 sh ax n z)) +("prompt" nil (p r aa1 m p t)) +("prompted" nil (p r aa1 m p t ax d)) +("prompting" nil (p r aa1 m p t ih0 ng)) +("promptly" nil (p r aa1 m p t l iy0)) +("prompts" nil (p r aa1 m p t s)) +("promulgate" nil (p r ow0 m ah1 l g ey0 t)) +("promulgated" nil (p r aa1 m ax l g ey1 t ax d)) +("promulgating" nil (p r aa1 m ax l g ey1 t ih0 ng)) +("promus" nil (p r ow1 m ax s)) +("prone" nil (p r ow1 n)) +("pronged" nil (p r ao1 ng d)) +("pronghorn" nil (p r ao1 ng hh ao1 r n)) +("pronoun" nil (p r ow1 n aw0 n)) +("pronounce" nil (p r ax n aw1 n s)) +("pronounced" nil (p r ax n aw1 n s t)) +("pronouncement" nil (p r ax n aw1 n s m ax n t)) +("pronouncements" nil (p r ax n aw1 n s m ax n t s)) +("pronounces" nil (p r ax n aw1 n s ih0 z)) +("pronouncing" nil (p r ax n aw1 n s ih0 ng)) +("pronouns" nil (p r ow1 n aw0 n z)) +("pronovost" nil (p r ow0 n ow1 v ow0 s t)) +("pronto" nil (p r aa1 n t ow0)) +("pronunciation" nil (p r ax n ah1 n s iy0 ey1 sh ax n)) +("proof" nil (p r uw1 f)) +("proofed" nil (p r uw1 f t)) +("proofing" nil (p r uw1 f ih0 ng)) +("proofreading" nil (p r uw1 f r iy1 d ih0 ng)) +("proofs" nil (p r uw1 f s)) +("prop" nil (p r aa1 p)) +("propaganda" nil (p r aa1 p ax g ae1 n d ax)) +("propagandist" nil (p r aa1 p ax g ae1 n d ax s t)) +("propagandistic" nil (p r aa1 p ax g ax n d ih1 s t ih0 k)) +("propagandists" nil (p r aa1 p ax g ae1 n d ax s t s)) +("propagandize" nil (p r aa1 p ax g ae1 n d ay1 z)) +("propagate" nil (p r aa1 p ax g ey1 t)) +("propagated" nil (p r aa1 p ax g ey1 t ih0 d)) +("propagating" nil (p r aa1 p ax g ey1 t ih0 ng)) +("propagation" nil (p r aa1 p ax g ey1 sh ax n)) +("propane" nil (p r ow1 p ey1 n)) +("propel" nil (p r ax p eh1 l)) +("propellant" nil (p r ax p eh1 l ax n t)) +("propellants" nil (p r ow0 p eh1 l ax n t s)) +("propelled" nil (p r ax p eh1 l d)) +("propeller" nil (p r ax p eh1 l er0)) +("propellers" nil (p r ax p eh1 l er0 z)) +("propelling" nil (p r ax p eh1 l ih0 ng)) +("propels" nil (p r ax p eh1 l z)) +("propensities" nil (p r ax p eh1 n s ax t iy0 z)) +("propensity" nil (p r ax p eh1 n s ih0 t iy0)) +("proper" nil (p r aa1 p er0)) +("properly" nil (p r aa1 p er0 l iy0)) +("properties" nil (p r aa1 p er0 t iy0 z)) +("property" nil (p r aa1 p er0 t iy0)) +("propes" nil (p r ow1 p s)) +("propfan" nil (p r aa1 p f ae1 n)) +("prophecies" nil (p r aa1 f ax s iy0 z)) +("prophecy" nil (p r aa1 f ax s iy0)) +("prophesied" nil (p r aa1 f ax s ay1 d)) +("prophesies" nil (p r aa1 f ax s ay0 z)) +("prophet" nil (p r aa1 f ax t)) +("prophetess" nil (p r aa1 f ax t ax s)) +("prophetic" nil (p r ax f eh1 t ih0 k)) +("prophets" nil (p r aa1 f ax t s)) +("propionic" nil (p r ow1 p iy0 aa1 n ih0 k)) +("propitious" nil (p r ax p ih1 sh ax s)) +("proponent" nil (p r ax p ow1 n ax n t)) +("proponents" nil (p r ax p ow1 n ax n t s)) +("proportion" nil (p r ax p ao1 r sh ax n)) +("proportional" nil (p r ax p ao1 r sh ax n ax l)) +("proportionally" nil (p r ax p ao1 r sh ax n ax l iy0)) +("proportionate" nil (p r ax p ao1 r sh ax n ax t)) +("proportionately" nil (p r ax p ao1 r sh ax n ax t l iy0)) +("proportioned" nil (p r ax p ao1 r sh ax n d)) +("proportions" nil (p r ax p ao1 r sh ax n z)) +("proposal" nil (p r ax p ow1 z ax l)) +("proposals" nil (p r ax p ow1 z ax l z)) +("propose" nil (p r ax p ow1 z)) +("proposed" nil (p r ax p ow1 z d)) +("proposes" nil (p r ax p ow1 z ih0 z)) +("proposing" nil (p r ax p ow1 z ih0 ng)) +("proposition" nil (p r aa1 p ax z ih1 sh ax n)) +("propositions" nil (p r aa1 p ax z ih1 sh ax n z)) +("propounded" nil (p r ax p aw1 n d ax d)) +("propp" nil (p r aa1 p)) +("propped" nil (p r aa1 p t)) +("propper" nil (p r aa1 p er0)) +("propping" nil (p r aa1 p ih0 ng)) +("propps" nil (p r aa1 p s)) +("proprietaries" nil (p r ax p r ay1 ax t eh1 r iy0 z)) +("proprietary" nil (p r ax p r ay1 ax t eh1 r iy0)) +("proprietor" nil (p r ax p r ay1 ax t er0)) +("proprietors" nil (p r ax p r ay1 ax t er0 z)) +("proprietorship" nil (p r ax p r ay1 ax t er0 sh ih1 p)) +("proprietorships" nil (p r ax p r ay1 ax t er0 sh ih1 p s)) +("propriety" nil (p r ax p r ay1 ax t iy0)) +("props" nil (p r aa1 p s)) +("propst" nil (p r aa1 p s t)) +("propulsion" nil (p r ax p ah1 l sh ax n)) +("propylene" nil (p r ow0 p ax l iy1 n)) +("prorated" nil (p r ow1 r ey1 t ih0 d)) +("proration" nil (p r ow1 r ey1 sh ax n)) +("prorok" nil (p r ao1 r ax k)) +("pros" nil (p r ow1 z)) +("prosaic" nil (p r ow0 z ey1 ih0 k)) +("proscar" nil (p r ao1 s k aa1 r)) +("prosch" nil (p r ao1 sh)) +("proscia" nil (p r ow1 s ch ax)) +("proscribe" nil (p r ow0 s k r ay1 b)) +("proscribed" nil (p r ow0 s k r ay1 b d)) +("proscribes" nil (p r ow0 s k r ay1 b z)) +("proscription" nil (p r ow0 s k r ih1 p sh ax n)) +("prose" nil (p r ow1 z)) +("prosecutable" nil (p r aa1 s ih0 k y uw1 t ax b ax l)) +("prosecute" nil (p r aa1 s ax k y uw1 t)) +("prosecuted" nil (p r aa1 s ih0 k y uw1 t ih0 d)) +("prosecutes" nil (p r aa1 s ih0 k y uw1 t s)) +("prosecuting" nil (p r aa1 s ih0 k y uw1 t ih0 ng)) +("prosecution" nil (p r aa1 s ax k y uw1 sh ax n)) +("prosecutions" nil (p r aa1 s ax k y uw1 sh ax n z)) +("prosecutor" nil (p r aa1 s ih0 k y uw1 t er0)) +("prosecutorial" nil (p r aa1 s ih0 k y uw0 t ao1 r iy0 ax l)) +("prosecutors" nil (p r aa1 s ih0 k y uw1 t er0 z)) +("prosek" nil (p r ow1 s eh0 k)) +("proselytize" nil (p r aa1 s ax l ax t ay1 z)) +("proselytized" nil (p r aa1 s ax l ax t ay1 z d)) +("proselytizing" nil (p r aa1 s ax l ax t ay1 z ih0 ng)) +("proserpina" nil (p r ow0 s er1 p ax n ax)) +("proserv" nil (p r ow1 s er1 v)) +("proshare" nil (p r ow1 sh eh1 r)) +("prosise" nil (p r ow1 s ay0 z)) +("proskauer" nil (p r ao1 s k aw0 r)) +("proske" nil (p r ow1 s k)) +("prosody" nil (p r aa1 s ax d iy0)) +("prosorba" nil (p r aa0 s ao1 r b ax)) +("prospect" nil (p r aa1 s p eh0 k t)) +("prospecting" nil (p r ao1 s p eh1 k t ih0 ng)) +("prospective" nil (p r ax s p eh1 k t ih0 v)) +("prospectively" nil (p r ax s p eh1 k t ih0 v l iy0)) +("prospector" nil (p r ao1 s p eh1 k t er0)) +("prospectors" nil (p r ao1 s p eh1 k t er0 z)) +("prospects" nil (p r aa1 s p eh0 k t s)) +("prospectus" nil (p r ax s p eh1 k t ax s)) +("prospectuses" nil (p r ax s p eh1 k t ax s ih0 z)) +("prosper" nil (p r aa1 s p er0)) +("prospera" nil (p r ow0 s p eh1 r ax)) +("prospered" nil (p r aa1 s p er0 d)) +("prosperi" nil (p r ow0 s p eh1 r iy0)) +("prospering" nil (p r aa1 s p er0 ih0 ng)) +("prosperity" nil (p r aa0 s p eh1 r ax t iy0)) +("prosperous" nil (p r aa1 s p er0 ax s)) +("prospers" nil (p r aa1 s p er0 z)) +("pross" nil (p r ao1 s)) +("prosser" nil (p r ao1 s er0)) +("prost" nil (p r aa1 s t)) +("prostaglandin" nil (p r ow0 s t ae0 g l ae1 n d ih0 n)) +("prostaglandins" nil (p r ow0 s t ae0 g l ae1 n d ih0 n z)) +("prostate" nil (p r aa1 s t ey1 t)) +("prostatic" nil (p r ow0 s t ae1 t ih0 k)) +("prostheses" nil (p r aa0 s th iy1 s iy0 z)) +("prosthesis" nil (p r ao1 s th eh1 s ih0 s)) +("prosthetics" nil (p r aa0 s th eh1 t ih0 k s)) +("prostitute" nil (p r aa1 s t ax t uw1 t)) +("prostitutes" nil (p r aa1 s t ax t uw1 t s)) +("prostitution" nil (p r aa1 s t ax t uw1 sh ax n)) +("prostrate" nil (p r aa1 s t r ey0 t)) +("prostration" nil (p r aa0 s t r ey1 sh ax n)) +("protagonist" nil (p r ow0 t ae1 g ax n ax s t)) +("protagonists" nil (p r ow0 t ae1 g ax n ax s t s)) +("protean" nil (p r ow0 t iy1 ax n)) +("protease" nil (p r ow1 t iy0 ey1 z)) +("protect" nil (p r ax t eh1 k t)) +("protected" nil (p r ax t eh1 k t ax d)) +("protecting" nil (p r ax t eh1 k t ih0 ng)) +("protection" nil (p r ax t eh1 k sh ax n)) +("protectionism" nil (p r ax t eh1 k sh ax n ih1 z ax m)) +("protectionist" nil (p r ax t eh1 k sh ax n ih0 s t)) +("protectionists" nil (p r ax t eh1 k sh ax n ih0 s t s)) +("protections" nil (p r ax t eh1 k sh ax n z)) +("protective" nil (p r ax t eh1 k t ih0 v)) +("protectively" nil (p r ow0 t eh1 k t ih0 v l iy0)) +("protector" nil (p r ax t eh1 k t er0)) +("protectorate" nil (p r ax t eh1 k t er0 ax t)) +("protectors" nil (p r ax t eh1 k t er0 z)) +("protects" nil (p r ax t eh1 k t s)) +("protege" nil (p r ow1 t ax zh ey1)) +("proteges" nil (p r ow1 t ih0 z ey1 z)) +("protein" nil (p r ow1 t iy1 n)) +("proteins" nil (p r ow1 t iy1 n z)) +("protest" n (p r ow1 t eh0 s t)) +("protest" v (p r ow1 t eh1 s t)) +("protestant" nil (p r aa1 t ax s t ax n t)) +("protestantism" nil (p r aa1 t ax s t ax n t ih1 z ax m)) +("protestants" nil (p r aa1 t ax s t ax n t s)) +("protestations" nil (p r ow1 t eh1 s t ey1 sh ax n z)) +("protested" nil (p r ax t eh1 s t ax d)) +("protester" nil (p r ow1 t eh1 s t er0)) +("protesters" nil (p r ow1 t eh1 s t er0 z)) +("protesting" nil (p r ax t eh1 s t ih0 ng)) +("protestors" nil (p r ow1 t eh1 s t er0 z)) +("protests" n (p r ow1 t eh0 s t s)) +("protests" v (p r ow1 t eh1 s t s)) +("prothallus" nil (p r ow1 th ae1 l ax s)) +("prothero" nil (p r aa1 dh er0 ow1)) +("prothorax" nil (p r ow0 th ao1 r ae0 k s)) +("prothro" nil (p r ow1 th r ow0)) +("protigal" nil (p r aa1 t ih0 g ax l)) +("protium" nil (p r ow1 t iy0 ax m)) +("proto" nil (p r ow1 t ax)) +("protocol" nil (p r ow1 t ax k aa1 l)) +("protocols" nil (p r ow1 t ax k ao1 l z)) +("protohistory" nil (p r ow1 t ow0 hh ih1 s t er0 iy0)) +("proton" nil (p r ow1 t aa1 n)) +("protons" nil (p r ow1 t aa1 n z)) +("prototype" nil (p r ow1 t ax t ay1 p)) +("prototypes" nil (p r ow1 t ax t ay1 p s)) +("prototypical" nil (p r ow1 t ax t ih1 p ih0 k ax l)) +("protozoa" nil (p r ow1 t ax z ow1 ax)) +("protozoan" nil (p r ow1 t ax z ow1 ax n)) +("protozoans" nil (p r ow1 t ax z ow1 ax n z)) +("protracted" nil (p r ow0 t r ae1 k t ih0 d)) +("protropin" nil (p r aa1 t r ax p ih0 n)) +("protrude" nil (p r ow0 t r uw1 d)) +("protruding" nil (p r ow0 t r uw1 d ih0 ng)) +("protuberances" nil (p r ow0 t uw1 b er0 ax n s ax z)) +("protz" nil (p r aa1 t s)) +("protzman" nil (p r aa1 t s m ax n)) +("proud" nil (p r aw1 d)) +("prouder" nil (p r aw1 d er0)) +("proudest" nil (p r aw1 d ax s t)) +("proudfit" nil (p r aw1 d f ih1 t)) +("proudfoot" nil (p r aw1 d f uh1 t)) +("proudly" nil (p r aw1 d l iy0)) +("prough" nil (p r aw1)) +("proulx" nil (p r aw1 l k s)) +("prouse" nil (p r aw1 s)) +("proust" nil (p r aw1 s t)) +("prout" nil (p r aw1 t)) +("prouty" nil (p r aw1 t iy0)) +("provable" nil (p r uw1 v ax b ax l)) +("provance" nil (p r ow1 v ax n s)) +("provant" nil (p r ow1 v ax n t)) +("prove" nil (p r uw1 v)) +("proved" nil (p r uw1 v d)) +("proven" nil (p r uw1 v ax n)) +("provenance" nil (p r aa1 v ax n ax n s)) +("provence" nil (p r ow1 v ax n s)) +("provencher" nil (p r aa1 v ih0 n ch er0)) +("provencio" nil (p r ow1 v eh1 n s iy0 ow0)) +("proventus" nil (p r ow1 v eh1 n t ax s)) +("provenza" nil (p r ow1 v eh1 n z ax)) +("provenzano" nil (p r ow1 v eh0 n z aa1 n ow0)) +("provera" nil (p r ow1 v eh1 r ax)) +("proverb" nil (p r ow1 v er0 b)) +("proverbial" nil (p r ax v er1 b iy0 ax l)) +("proves" nil (p r uw1 v z)) +("provide" nil (p r ax v ay1 d)) +("provided" nil (p r ax v ay1 d ax d)) +("providence" nil (p r aa1 v ax d ax n s)) +("provideniya" nil (p r ow1 v ih0 d eh1 n ih0 y ax)) +("provident" nil (p r aa1 v ih0 d ax n t)) +("providential" nil (p r aa1 v ax d eh1 n ch ax l)) +("provider" nil (p r ax v ay1 d er0)) +("providers" nil (p r ax v ay1 d er0 z)) +("provides" nil (p r ax v ay1 d z)) +("providian" nil (p r ow1 v ih1 d iy0 ax n)) +("providing" nil (p r ax v ay1 d ih0 ng)) +("provigo" nil (p r ow1 v ih1 g ow0)) +("province" nil (p r aa1 v ax n s)) +("provinces" nil (p r aa1 v ax n s ax z)) +("provincetown" nil (p r aa1 v ax n s t aw1 n)) +("provincial" nil (p r ax v ih1 n sh ax l)) +("provincialism" nil (p r ax v ih1 n ch ax l ih1 z ax m)) +("provincially" nil (p r ax v ih1 n sh ax l iy0)) +("provine" nil (p r ow0 v iy1 n iy0)) +("proving" nil (p r uw1 v ih0 ng)) +("provision" nil (p r ax v ih1 zh ax n)) +("provisional" nil (p r ax v ih1 zh ax n ax l)) +("provisionally" nil (p r ax v ih1 zh ax n ax l iy0)) +("provisioning" nil (p r ax v ih1 zh ax n ih0 ng)) +("provisions" nil (p r ax v ih1 zh ax n z)) +("proviso" nil (p r ax v ay1 z ow0)) +("provo" nil (p r ow1 v ow0)) +("provocation" nil (p r aa1 v ax k ey1 sh ax n)) +("provocations" nil (p r aa1 v ax k ey1 sh ax n z)) +("provocative" nil (p r ow0 v aa1 k ax t ih0 v)) +("provocatively" nil (p r ow0 v aa1 k ax t ih0 v l iy0)) +("provoke" nil (p r ax v ow1 k)) +("provoked" nil (p r ax v ow1 k t)) +("provokes" nil (p r ax v ow1 k s)) +("provoking" nil (p r ax v ow1 k ih0 ng)) +("provost" nil (p r ow1 v ow0 s t)) +("provosts" nil (p r ow1 v ow0 s t s)) +("provus" nil (p r ow1 v ax s)) +("prow" nil (p r aw1)) +("prowant" nil (p r aw1 ax n t)) +("prowell" nil (p r aa1 w eh0 l)) +("prowess" nil (p r aw1 ax s)) +("prowl" nil (p r aw1 l)) +("prowler" nil (p r aw1 l er0)) +("prowling" nil (p r aw1 l ih0 ng)) +("prows" nil (p r aw1 z)) +("prowse" nil (p r aw1 z)) +("proxies" nil (p r aa1 k s iy0 z)) +("proximal" nil (p r aa1 k s ax m ax l)) +("proximate" nil (p r aa1 k s ax m ax t)) +("proximity" nil (p r aa0 k s ih1 m ax t iy0)) +("proxmire" nil (p r aa1 k s m ay1 r)) +("proxy" nil (p r aa1 k s iy0)) +("prozac" nil (p r ow1 z ae1 k)) +("pru" nil (p r uw1)) +("prucapital" nil (p r uw1 k ae1 p ih0 t ax l)) +("prucha" nil (p r ah1 ch ax)) +("prude" nil (p r uw1 d)) +("pruden" nil (p r uw1 d ax n)) +("prudence" nil (p r uw1 d ax n s)) +("prudency" nil (p r uw1 d ax n s iy0)) +("prudent" nil (p r uw1 d ax n t)) +("prudente" nil (p r ah1 d ih0 n t)) +("prudential" nil (p r uw0 d eh1 n ch ax l)) +("prudentialbache" nil (p r uw0 d eh1 n t iy0 ae1 l b ae0 ch)) +("prudently" nil (p r uw1 d ax n t l iy0)) +("prudentrust" nil (p r uw1 d ax n t r ah1 s t)) +("prudhoe" nil (p r ah1 d hh ow1)) +("prudhomme" nil (p r ah1 d hh ax m)) +("prudish" nil (p r uw1 d ih0 sh)) +("prue" nil (p r uw1)) +("pruess" nil (p r uw1 s)) +("prueter" nil (p r uh1 t er0)) +("pruett" nil (p r uw1 t)) +("pruette" nil (p r uw0 eh1 t)) +("prugh" nil (p r uw1)) +("pruiett" nil (p r uw1 ih0 t)) +("pruitt" nil (p r uw1 ih0 t)) +("prune" nil (p r uw1 n)) +("pruneau" nil (p r ax n ow1)) +("pruned" nil (p r uw1 n d)) +("pruneda" nil (p r uw0 n eh1 d ax)) +("prunedale" nil (p r uw1 n d ey1 l)) +("prunella" nil (p r uw0 n eh1 l ax)) +("pruner" nil (p r uw1 n er0)) +("prunes" nil (p r uw1 n z)) +("prunier" nil (p r uw1 n iy0 er0)) +("pruning" nil (p r uw1 n ih0 ng)) +("prunskiene" nil (p r uw1 n s k iy1 n)) +("prunty" nil (p r ah1 n t iy0)) +("prurient" nil (p r uh1 r iy0 ax n t)) +("prus" nil (p r ah1 s)) +("prusak" nil (p r uw1 s ax k)) +("prusha" nil (p r ah1 sh ax)) +("prusinski" nil (p r ax s ih1 n s k iy0)) +("pruski" nil (p r ah1 s k iy0)) +("pruss" nil (p r ah1 s)) +("prussia" nil (p r ah1 sh ax)) +("prussian" nil (p r ah1 sh ax n)) +("prust" nil (p r ah1 s t)) +("prutzman" nil (p r ah1 t s m ax n)) +("pruyn" nil (p r ay1 n)) +("pry" nil (p r ay1)) +("pryce" nil (p r ay1 s)) +("pryde" nil (p r ay1 d)) +("pryer" nil (p r ay1 er0)) +("prying" nil (p r ay1 ih0 ng)) +("pryor" nil (p r ay1 er0)) +("przybyl" nil (p er0 z ih1 b ax l)) +("przybyla" nil (p er1 z ax b ih1 l ax)) +("przybylski" nil (p er1 z ax b ih1 l s k iy0)) +("przybysz" nil (p er0 z ih1 b ih0 sh)) +("przywara" nil (p er0 z ax v aa1 r ax)) +("psalm" nil (s aa1 l m)) +("psalms" nil (s aa1 l m z)) +("psalter" nil (s ao1 l t er0)) +("psalters" nil (s ao1 l t er0 z)) +("psarouthakis" nil (s eh1 r uw0 th aa1 k ih0 s)) +("psencik" nil (s eh1 n s ih0 k)) +("pseudo" nil (s uw1 d ow0)) +("pseudomonas" nil (s uw1 d ax m ow1 n ax z)) +("pseudonym" nil (s uw1 d ax n ih1 m)) +("pseudonyms" nil (s uw1 d ax n ih1 m z)) +("pseudopodial" nil (s uw1 d ax p ow1 d iy0 ax l)) +("pseudoscience" nil (s uw1 d ow0 s ay1 ax n s)) +("pseudoscientific" nil (s uw1 d ow0 s ay1 ax n t ih1 f ih0 k)) +("psi" nil (s ay1)) +("psilocybin" nil (s ay1 l ax s ay1 b ax n)) +("psoriasis" nil (s er0 ay1 ax s ax s)) +("psych" nil (s ay1 k)) +("psyche" nil (s ay1 k iy0)) +("psychedelic" nil (s ay1 k ax d eh1 l ih0 k)) +("psyches" nil (s ay1 k iy0 z)) +("psychiatric" nil (s ay1 k iy0 ae1 t r ih0 k)) +("psychiatrist" nil (s ax k ay1 ax t r ax s t)) +("psychiatrists" nil (s ax k ay1 ax t r ax s t s)) +("psychiatry" nil (s ay0 k ay1 ax t r iy0)) +("psychic" nil (s ay1 k ih0 k)) +("psychical" nil (s ay1 k ih0 k ax l)) +("psychics" nil (s ay1 k ih0 k s)) +("psycho" nil (s ay1 k ow0)) +("psychoanalysis" nil (s ay1 k ow0 ax n ae1 l ax s ax s)) +("psychoanalyst" nil (s ay1 k ow0 ae1 n ax l ax s t)) +("psychoanalytic" nil (s ay1 k ow0 ae1 n ax l ih1 t ih0 k)) +("psychobabble" nil (s ay1 k ow0 b ae1 b ax l)) +("psychodynamic" nil (s ay1 k ow0 d ay0 n ae1 m ih0 k)) +("psychogenic" nil (s ay1 k ow0 jh eh1 n ih0 k)) +("psychokinesis" nil (s ay1 k ow0 k ax n iy1 s ax s)) +("psychological" nil (s ay1 k ax l aa1 jh ih0 k ax l)) +("psychologically" nil (s ay1 k ax l aa1 jh ih0 k l iy0)) +("psychologist" nil (s ay0 k aa1 l ax jh ax s t)) +("psychologists" nil (s ay0 k aa1 l ax jh ax s t s)) +("psychology" nil (s ay0 k aa1 l ax jh iy0)) +("psychopath" nil (s ay1 k ow0 p ae1 th)) +("psychopathic" nil (s ay1 k ax p ae1 th ih0 k)) +("psychopaths" nil (s ay1 k ow0 p ae1 th s)) +("psychopathy" nil (s ay0 k aa1 p ax th iy0)) +("psychosis" nil (s ay0 k ow1 s ax s)) +("psychotherapeutic" nil (s ay1 k ow0 th eh1 r ax p y uw1 t ih0 k)) +("psychotherapist" nil (s ay1 k ax th eh1 r ax p ih0 s t)) +("psychotherapists" nil (s ay1 k ax th eh1 r ax p ih0 s t s)) +("psychotherapy" nil (s ay1 k ow0 th eh1 r ax p iy0)) +("psychotic" nil (s ay1 k aa1 t ih0 k)) +("psyllium" nil (s ih1 l iy0 ax m)) +("ptacek" nil (t aa1 ch eh1 k)) +("ptak" nil (t ae1 k)) +("ptolemaic" nil (t aa1 l ax m ey1 ih0 k)) +("ptolemy" nil (t aa1 l ax m iy0)) +("ptomaines" nil (t ow1 m ey0 n z)) +("pty" nil (t ay1)) +("pu" nil (p uw1)) +("puat" nil (p y uw1 ae0 t)) +("pub" nil (p ah1 b)) +("pubco" nil (p ah1 b k ow0)) +("puberty" nil (p y uw1 b er0 t iy0)) +("public" nil (p ah1 b l ih0 k)) +("publication" nil (p ah1 b l ax k ey1 sh ax n)) +("publications" nil (p ah1 b l ax k ey1 sh ax n z)) +("publicis" nil (p ax b l iy1 s ih0 s)) +("publicist" nil (p ah1 b l ih0 s ih0 s t)) +("publicists" nil (p ah1 b l ih0 s ih0 s t s)) +("publicity" nil (p ax b l ih1 s ax t iy0)) +("publicize" nil (p ah1 b l ih0 s ay1 z)) +("publicized" nil (p ah1 b l ih0 s ay1 z d)) +("publicizing" nil (p ah1 b l ax s ay1 z ih0 ng)) +("publicker" nil (p ah1 b l ih0 k er0)) +("publicly" nil (p ah1 b l ih0 k l iy0)) +("publics" nil (p ah1 b l ih0 k s)) +("publish" nil (p ah1 b l ih0 sh)) +("published" nil (p ah1 b l ih0 sh t)) +("publisher" nil (p ah1 b l ih0 sh er0)) +("publishers" nil (p ah1 b l ih0 sh er0 z)) +("publishes" nil (p ah1 b l ih0 sh ax z)) +("publishing" nil (p ah1 b l ih0 sh ih0 ng)) +("publishings" nil (p ah1 b l ih0 sh ih0 ng z)) +("publitech" nil (p ah1 b l ih0 t eh1 k)) +("publix" nil (p ah1 b l ih0 k s)) +("pubs" nil (p ah1 b z)) +("pucci" nil (p uw1 ch iy0)) +("pucciarelli" nil (p uw0 ch er0 eh1 l iy0)) +("puccinelli" nil (p uw0 ch iy0 n eh1 l iy0)) +("puccini" nil (p uw0 ch iy1 n iy0)) +("puccio" nil (p uw1 ch iy0 ow0)) +("puchalski" nil (p ax hh aa1 l s k iy0)) +("puche" nil (p uw1 ch)) +("pucillo" nil (p uw0 ch ih1 l ow0)) +("puck" nil (p ah1 k)) +("puckett" nil (p ah1 k ih0 t)) +("puckish" nil (p ah1 k ih0 sh)) +("pudding" nil (p uh1 d ih0 ng)) +("puddings" nil (p uh1 d ih0 ng z)) +("puddle" nil (p ah1 d ax l)) +("puddles" nil (p ah1 d ax l z)) +("puder" nil (p y uw1 d er0)) +("pudgies" nil (p ah1 jh iy0 z)) +("pudgy" nil (p ah1 jh iy0)) +("pudlo" nil (p ah1 d l ow0)) +("pudong" nil (p y uw1 d ao1 ng)) +("pudwill" nil (p ax d w ih1 l)) +("puebla" nil (p w ey1 b l ax)) +("pueblo" nil (p w eh1 b l ow0)) +("puente" nil (p uw1 n t)) +("puentes" nil (p w eh1 n t eh0 s)) +("puerile" nil (p y uw0 r iy1 l)) +("puerto" nil (p w eh1 r t ow1)) +("puett" nil (p uw1 t)) +("puetz" nil (p uw1 t s)) +("pufahl" nil (p y uw1 f aa0 l)) +("puff" nil (p ah1 f)) +("puffed" nil (p ah1 f t)) +("puffenbarger" nil (p ah1 f ih0 n b aa0 r g er0)) +("puffer" nil (p ah1 f er0)) +("puffery" nil (p ah1 f er0 iy0)) +("puffing" nil (p ah1 f ih0 ng)) +("puffs" nil (p ah1 f s)) +("puffy" nil (p ah1 f iy0)) +("puga" nil (p y uw1 g ax)) +("puget" nil (p y uw1 jh ih0 t)) +("pugh" nil (p y uw1)) +("puglia" nil (p ah1 g l iy0 ax)) +("pugliese" nil (p uw0 g l iy0 ey1 z iy0)) +("puglisi" nil (p uw0 g l iy1 s iy0)) +("pugmire" nil (p ah1 g m ay1 r)) +("pugnacious" nil (p ax g n ae1 sh ih0 s)) +("pugsley" nil (p ah1 g s l iy0)) +("puhl" nil (p ah1 l)) +("puig" nil (p uw1 g)) +("pujol" nil (p y uw1 jh ax l)) +("pulaski" nil (p y uw0 l ae1 s k iy0)) +("pulcini" nil (p uw0 l ch iy1 n iy0)) +("puleo" nil (p uw1 l iy0 ow0)) +("pulford" nil (p uh1 l f er0 d)) +("pulice" nil (p uw1 l ih0 s)) +("pulido" nil (p uw0 l iy1 d ow0)) +("pulitzer" nil (p uh1 l ax t s er0)) +("pulkrabek" nil (p ah1 l k r ax b ih0 k)) +("pull" nil (p uh1 l)) +("pullam" nil (p uh1 l ax m)) +("pullan" nil (p uh1 l ax n)) +("pullano" nil (p uw0 l aa1 n ow0)) +("pullara" nil (p uw0 l aa1 r ax)) +("pullback" nil (p uh1 l b ae1 k)) +("pullbacks" nil (p uh1 l b ae1 k s)) +("pulled" nil (p uh1 l d)) +("pullen" nil (p uh1 l ax n)) +("puller" nil (p uh1 l er0)) +("pulley" nil (p uh1 l iy0)) +("pulleys" nil (p uh1 l iy0 z)) +("pulliam" nil (p uh1 l iy0 ax m)) +("pullin" nil (p uh1 l ih0 n)) +("pulling" nil (p uh1 l ih0 ng)) +("pullins" nil (p uh1 l ih0 n z)) +("pullman" nil (p uh1 l m ax n)) +("pullout" nil (p uh1 l aw1 t)) +("pullouts" nil (p uh1 l aw1 t s)) +("pulls" nil (p uh1 l z)) +("pullum" nil (p uh1 l ax m)) +("pulmazyme" nil (p uh1 l m ax z ay1 m)) +("pulmonary" nil (p uh1 l m ax n eh1 r iy0)) +("pulmozyme" nil (p uh1 l m ow0 z ay1 m)) +("pulos" nil (p uw1 l ow0 z)) +("pulp" nil (p ah1 l p)) +("pulping" nil (p ah1 l p ih0 ng)) +("pulpit" nil (p uh1 l p ih0 t)) +("pulpits" nil (p uh1 l p ih0 t s)) +("pulpwood" nil (p ah1 l p w uh1 d)) +("puls" nil (p uh1 l z)) +("pulsar" nil (p uh1 l s er0)) +("pulsating" nil (p ah1 l s ey1 t ih0 ng)) +("pulse" nil (p ah1 l s)) +("pulses" nil (p ah1 l s ih0 z)) +("pulsifer" nil (p ah1 l s ih0 f er0)) +("pulsing" nil (p ah1 l s ih0 ng)) +("pulsipher" nil (p uh1 l s ih0 f er0)) +("pulte" nil (p uh1 l t iy0)) +("pultz" nil (p uh1 l t s)) +("pulver" nil (p uh1 l v er0)) +("pulverize" nil (p ah1 l v er0 ay1 z)) +("pulverized" nil (p ah1 l v er0 ay1 z d)) +("pulvermacher" nil (p ah1 l v er0 m ax k er0)) +("puma" nil (p uw1 m ax)) +("pumice" nil (p ah1 m ax s)) +("pumilia" nil (p uw0 m iy1 l iy0 ax)) +("puming" nil (p uw1 m ih0 ng)) +("pummel" nil (p ah1 m ax l)) +("pummeled" nil (p ah1 m ax l d)) +("pummeling" nil (p ah1 m ax l ih0 ng)) +("pummill" nil (p ah1 m ih0 l)) +("pump" nil (p ah1 m p)) +("pumped" nil (p ah1 m p t)) +("pumpernickel" nil (p ah1 m p er0 n ih1 k ax l)) +("pumphrey" nil (p ah1 m f r iy0)) +("pumping" nil (p ah1 m p ih0 ng)) +("pumpkin" nil (p ah1 m p k ih0 n)) +("pumpkins" nil (p ah1 m p k ax n z)) +("pumps" nil (p ah1 m p s)) +("pun" nil (p ah1 n)) +("punch" nil (p ah1 n ch)) +("punched" nil (p ah1 n ch t)) +("punches" nil (p ah1 n ch ih0 z)) +("punching" nil (p ah1 n ch ih0 ng)) +("punchline" nil (p ah1 n ch l ay1 n)) +("punchy" nil (p ah1 n ch iy0)) +("punctilious" nil (p ax ng k t ih1 l iy0 ax s)) +("punctuality" nil (p ah1 ng k ch uw0 ae1 l ih0 t iy0)) +("punctuate" nil (p ah1 ng k ch uw0 ey1 t)) +("punctuated" nil (p ah1 ng k ch uw0 ey1 t ih0 d)) +("punctuating" nil (p ah1 ng k ch uw0 ey1 d ih0 ng)) +("punctuation" nil (p ah1 ng k ch uw0 ey1 sh ax n)) +("puncture" nil (p ah1 ng k ch er0)) +("punctured" nil (p ah1 ng k ch er0 d)) +("punctures" nil (p ah1 ng k ch er0 z)) +("puncturing" nil (p ah1 ng k ch er0 ih0 ng)) +("pundit" nil (p ah1 n d ax t)) +("pundits" nil (p ah1 n d ih0 t s)) +("pundt" nil (p ah1 n t)) +("puneet" nil (p uw1 n iy1 t)) +("pung" nil (p ah1 ng)) +("pungent" nil (p ah1 n jh ax n t)) +("pungently" nil (p ah1 n jh ax n t l iy0)) +("punic" nil (p y uw1 n ih0 k)) +("punish" nil (p ah1 n ih0 sh)) +("punishable" nil (p ah1 n ih0 sh ax b ax l)) +("punished" nil (p ah1 n ih0 sh t)) +("punishes" nil (p ah1 n ih0 sh ax z)) +("punishing" nil (p ah1 n ih0 sh ih0 ng)) +("punishment" nil (p ah1 n ih0 sh m ax n t)) +("punishments" nil (p ah1 n ih0 sh m ax n t s)) +("punitive" nil (p y uw1 n ax t ih0 v)) +("punjab" nil (p ax n jh aa1 b)) +("punk" nil (p ah1 ng k)) +("punkin" nil (p ah1 ng k ih0 n)) +("punks" nil (p ah1 ng k s)) +("punky" nil (p ah1 ng k iy0)) +("puns" nil (p ah1 n z)) +("punt" nil (p ah1 n t)) +("punta" nil (p uh1 n t er0)) +("punter" nil (p ah1 n t er0)) +("punto" nil (p uw1 n t ow1)) +("punts" nil (p ah1 n t s)) +("puny" nil (p y uw1 n iy0)) +("puopolo" nil (p w ow0 p ow1 l ow0)) +("pup" nil (p ah1 p)) +("pupil" nil (p y uw1 p ax l)) +("pupils" nil (p y uw1 p ax l z)) +("pupo" nil (p uw1 p ow0)) +("puppet" nil (p ah1 p ax t)) +("puppets" nil (p ah1 p ax t s)) +("puppies" nil (p ah1 p iy0 z)) +("puppy" nil (p ah1 p iy0)) +("pups" nil (p ah1 p s)) +("pur" nil (p er1)) +("pura" nil (p uh1 r ax)) +("purcell" nil (p er0 s eh1 l)) +("purchase" nil (p er1 ch ax s)) +("purchased" nil (p er1 ch ax s t)) +("purchaser" nil (p er1 ch ax s er0)) +("purchasers" nil (p er1 ch ax s er0 z)) +("purchases" nil (p er1 ch ax s ax z)) +("purchasing" nil (p er1 ch ax s ih0 ng)) +("purdie" nil (p er1 d iy0)) +("purdin" nil (p er1 d ih0 n)) +("purdom" nil (p er1 d ax m)) +("purdon" nil (p er1 d ax n)) +("purdue" nil (p er0 d uw1)) +("purdum" nil (p er1 d ax m)) +("purdy" nil (p er1 d iy0)) +("pure" nil (p y uh1 r)) +("purebred" nil (p y uh1 r b r eh1 d)) +("purebreds" nil (p y uh1 r b r eh1 d z)) +("puree" nil (p y uh0 r ey1)) +("purely" nil (p y uh1 r l iy0)) +("purer" nil (p y uh1 r er0)) +("purest" nil (p y uh1 r ax s t)) +("purex" nil (p y uh1 r eh0 k s)) +("purgason" nil (p er1 g ax s ax n)) +("purgatory" nil (p er1 g ax t ao1 r iy0)) +("purge" nil (p er1 jh)) +("purged" nil (p er1 jh d)) +("purges" nil (p er1 jh ih0 z)) +("purging" nil (p er1 jh ih0 ng)) +("puri" nil (p uh1 r iy0)) +("puricelli" nil (p uh0 r iy0 ch eh1 l iy0)) +("purification" nil (p y uh1 r ax f ax k ey1 sh ax n)) +("purified" nil (p y uh1 r ax f ay1 d)) +("purifiers" nil (p y uh1 r ax f ay1 er0 z)) +("purifoy" nil (p y uw1 r ih0 f oy0)) +("purify" nil (p y uh1 r ax f ay1)) +("purifying" nil (p y uh1 r ax f ay1 ih0 ng)) +("purina" nil (p y uh0 r ih1 n ax)) +("purington" nil (p y uh1 r ih0 ng t ax n)) +("purinton" nil (p y uw1 r ih0 n t ax n)) +("puris" nil (p y uh1 r ih0 s)) +("purist" nil (p y uh1 r ih0 s t)) +("puristic" nil (p y uh0 r ih1 s t ih0 k)) +("purists" nil (p y uh1 r ax s t s)) +("puritan" nil (p y uh1 r ax t ax n)) +("puritanical" nil (p y uh1 r ax t ae1 n ih0 k ax l)) +("puritanism" nil (p y uh1 r ax t ax n ih1 z ax m)) +("puritanisms" nil (p y uh1 r ax t ax n ih1 z ax m z)) +("puritans" nil (p y uh1 r ax t ax n z)) +("purity" nil (p y uh1 r ax t iy0)) +("purk" nil (p er1 k)) +("purkey" nil (p er1 k iy0)) +("purloined" nil (p er0 l oy1 n d)) +("purnell" nil (p er1 n ax l)) +("purolator" nil (p y uh1 r ax l ey0 t er0)) +("purpa" nil (p er1 p ax)) +("purple" nil (p er1 p ax l)) +("purplish" nil (p er1 p l ih0 sh)) +("purport" nil (p er1 p ao1 r t)) +("purported" nil (p er0 p ao1 r t ih0 d)) +("purportedly" nil (p er0 p ao1 r t ih0 d l iy0)) +("purporting" nil (p er0 p ao1 r t ih0 ng)) +("purports" nil (p er1 p ao1 r t s)) +("purpose" nil (p er1 p ax s)) +("purposeful" nil (p er1 p ax s f ax l)) +("purposefully" nil (p er1 p ax s f ax l iy0)) +("purposeless" nil (p er1 p ax s l ax s)) +("purposely" nil (p er1 p ax s l iy0)) +("purposes" nil (p er1 p ax s ax z)) +("purring" nil (p er1 ih0 ng)) +("purrington" nil (p er1 ih0 ng t ax n)) +("purrs" nil (p er1 z)) +("purse" nil (p er1 s)) +("pursed" nil (p er1 s t)) +("pursel" nil (p er1 s ax l)) +("pursell" nil (p er1 s ax l)) +("purser" nil (p er1 s er0)) +("purses" nil (p er1 s ih0 z)) +("pursifull" nil (p er1 s ih0 f ax l)) +("pursley" nil (p er1 s l iy0)) +("pursuant" nil (p er0 s uw1 ax n t)) +("pursue" nil (p er0 s uw1)) +("pursued" nil (p er0 s uw1 d)) +("pursuers" nil (p er0 s uw1 er0 z)) +("pursues" nil (p er0 s uw1 z)) +("pursuing" nil (p er0 s uw1 ih0 ng)) +("pursuit" nil (p er0 s uw1 t)) +("pursuits" nil (p er0 s uw1 t s)) +("purtee" nil (p er1 t iy0)) +("purtell" nil (p er1 t ax l)) +("purtle" nil (p er1 t ax l)) +("purves" nil (p er1 v z)) +("purvey" nil (p er0 v ey1)) +("purveyor" nil (p er0 v ey1 er0)) +("purveyors" nil (p er0 v ey1 er0 z)) +("purviance" nil (p uh0 r v iy1 ax n s)) +("purview" nil (p er1 v y uw1)) +("purvin" nil (p er1 v ih0 n)) +("purvis" nil (p er1 v ih0 s)) +("puryear" nil (p er1 y ih1 r)) +("pusan" nil (p uw1 s aa0 n)) +("pusateri" nil (p uw0 s aa0 t eh1 r iy0)) +("pusch" nil (p ah1 sh)) +("pusey" nil (p y uw1 z iy0)) +("push" nil (p uh1 sh)) +("pushed" nil (p uh1 sh t)) +("pusher" nil (p uh1 sh er0)) +("pushers" nil (p uh1 sh er0 z)) +("pushes" nil (p uh1 sh ax z)) +("pushing" nil (p uh1 sh ih0 ng)) +("pushkin" nil (p uh1 sh k ih0 n)) +("pushover" nil (p uh1 sh ow1 v er0)) +("pushups" nil (p uh1 sh ah1 p s)) +("pushy" nil (p uh1 sh iy0)) +("puskar" nil (p ah1 s k er0)) +("puskarich" nil (p ah1 s k er0 ih0 k)) +("puskas" nil (p ah1 s k ax z)) +("pussy" nil (p uh1 s iy0)) +("pustejovsky" nil (p ax s t ey0 aa1 v s k iy0)) +("put" nil (p uh1 t)) +("putative" nil (p y uw1 t ax t ih0 v)) +("putco" nil (p ah1 t k ow0)) +("puterbaugh" nil (p y uw0 t er1 b ao0)) +("puth" nil (p uw1 th)) +("puthoff" nil (p ah1 t hh ao1 f)) +("putman" nil (p ah1 t m ax n)) +("putnam" nil (p ah1 t n ax m)) +("putney" nil (p ah1 t n iy0)) +("putrid" nil (p y uw1 t r ih0 d)) +("puts" nil (p uh1 t s)) +("putt" nil (p ah1 t)) +("puttable" nil (p ah1 t ax b ax l)) +("putted" nil (p ah1 t ih0 d)) +("putter" nil (p ah1 t er0)) +("putterer" nil (p ah1 t er0 er0)) +("putterman" nil (p ah1 t er0 m ax n)) +("putters" nil (p ah1 t er0 z)) +("putting" nil (p ah1 t ih0 ng)) +("puttnam" nil (p ah1 t n ax m)) +("putts" nil (p ah1 t s)) +("putty" nil (p ah1 t iy0)) +("putz" nil (p ah1 t s)) +("putzier" nil (p ah1 t z iy0 er0)) +("puusepp" nil (p uw1 z ax p)) +("puza" nil (p uw1 z ax)) +("puzio" nil (p uw1 z iy0 ow0)) +("puzo" nil (p uw1 z ow0)) +("puzzle" nil (p ah1 z ax l)) +("puzzled" nil (p ah1 z ax l d)) +("puzzlement" nil (p ah1 z ax l m ax n t)) +("puzzler" nil (p ah1 z l er0)) +("puzzles" nil (p ah1 z ax l z)) +("puzzling" nil (p ah1 z ax l ih0 ng)) +("puzzo" nil (p uw1 z ow0)) +("pyatt" nil (p ay1 ax t)) +("pyburn" nil (p ih1 b er0 n)) +("pye" nil (p ay1)) +("pyeatt" nil (p ay1 ax t)) +("pygmalion" nil (p ih1 g m ey1 l y ax n)) +("pygmy" nil (p ih1 g m iy0)) +("pyka" nil (p ih1 k ax)) +("pyke" nil (p ay1 k)) +("pyland" nil (p ay1 l ax n d)) +("pylant" nil (p y l ao1 n t)) +("pyle" nil (p ay1 l)) +("pyles" nil (p ay1 l z)) +("pylons" nil (p ay1 l aa1 n z)) +("pylori" nil (p ay1 l ao1 r iy0)) +("pylos" nil (p ay1 l ow0 s)) +("pymm" nil (p ih1 m)) +("pyne" nil (p ay1 n)) +("pynes" nil (p ay1 n z)) +("pyongyang" nil (p y ao1 ng y ae1 ng)) +("pyper" nil (p ay1 p er0)) +("pyramid" nil (p ih1 r ax m ih0 d)) +("pyramidal" nil (p er0 ae1 m ax d ax l)) +("pyramids" nil (p ih1 r ax m ih0 d z)) +("pyrena" nil (p ih0 r iy1 n ax)) +("pyrenees" nil (p ih1 r ax iy0 z)) +("pyrite" nil (p ay1 r ay0 t)) +("pyro" nil (p ay1 r ow0)) +("pyron" nil (p ih1 r ax n)) +("pyrotechnics" nil (p ay1 r ow0 t eh1 k n ih0 k s)) +("pyroxene" nil (p ay0 r aa1 k s iy0 n)) +("pyrrhic" nil (p ih1 r ih0 k)) +("pysher" nil (p ih1 sh er0)) +("pytel" nil (p ih1 t ax l)) +("pythia" nil (p ih1 th iy0 ax)) +("python" nil (p ay1 th aa0 n)) +("pyxis" nil (p ih1 k s ih0 s)) +("q" nil (k y uw1)) +("qantas" nil (k ae1 n t ax s)) +("qatar" nil (k ah1 t aa1 r)) +("qawi" nil (k aa1 w iy0)) +("qi" nil (k iy1)) +("qian" nil (k iy1 aa1 n)) +("qiao" nil (k iy0 aw1)) +("qiaotou" nil (ch aw1 t uw1)) +("qichen" nil (k ih1 ch ih0 n)) +("qin" nil (k ih1 n)) +("qing" nil (k ih1 ng)) +("qingdao" nil (ch ih1 ng d aw1)) +("qingming" nil (k ih1 ng m ih1 ng)) +("qintex" nil (k ih1 n t eh1 k s)) +("qmax" nil (k y uw1 m ae1 k s)) +("qom" nil (k aa1 m)) +("qua" nil (k w aa1)) +("quach" nil (k w aa1 ch)) +("quack" nil (k w ae1 k)) +("quackenbush" nil (k w ae1 k ax n b uh1 sh)) +("quackery" nil (k w ae1 k er0 iy0)) +("quacks" nil (k w ae1 k s)) +("quad" nil (k w aa1 d)) +("quade" nil (k w ey1 d)) +("quadra" nil (k w ae1 d r ax)) +("quadrant" nil (k w aa1 d r ax n t)) +("quadrennial" nil (k w aa0 d r eh1 n iy0 ax l)) +("quadrex" nil (k w aa1 d r eh0 k s)) +("quadriceps" nil (k w aa1 d r ax s eh1 p s)) +("quadriplegic" nil (k w aa1 d r ax p l iy1 jh ih0 k)) +("quadruple" nil (k w aa0 d r uw1 p ax l)) +("quadrupled" nil (k w aa0 d r uw1 p ax l d)) +("quadrupling" nil (k w aa0 d r uw1 p ax l ih0 ng)) +("quaglia" nil (k w ae1 g l iy0 ax)) +("quagmire" nil (k w ae1 g m ay1 er0)) +("quai" nil (k iy1)) +("quaid" nil (k w ey1 d)) +("quail" nil (k w ey1 l)) +("quails" nil (k w ey1 l z)) +("quain" nil (k w ey1 n)) +("quaint" nil (k w ey1 n t)) +("quaintance" nil (k w ey1 n t ax n s)) +("quaintly" nil (k w ey1 n t l iy0)) +("quake" nil (k w ey1 k)) +("quakenbush" nil (k w ax k eh1 n b ax sh)) +("quaker" nil (k w ey1 k er0)) +("quakes" nil (k w ey1 k s)) +("quaking" nil (k w ey1 k ih0 ng)) +("qual" nil (k w aa1 l)) +("qualcast" nil (k w aa1 l k ae1 s t)) +("qualcomm" nil (k w aa1 l k aa1 m)) +("quale" nil (k w ey1 l)) +("qualex" nil (k w aa1 l eh0 k s)) +("qualey" nil (k w ey1 l iy0)) +("qualification" nil (k w aa1 l ax f ax k ey1 sh ax n)) +("qualifications" nil (k w aa1 l ax f ax k ey1 sh ax n z)) +("qualified" nil (k w aa1 l ax f ay1 d)) +("qualifier" nil (k w aa1 l ax f ay1 er0)) +("qualifies" nil (k w aa1 l ax f ay1 z)) +("qualify" nil (k w aa1 l ax f ay1)) +("qualifying" nil (k w aa1 l ax f ay1 ih0 ng)) +("qualitative" nil (k w aa1 l ax t ey1 t ih0 v)) +("qualities" nil (k w aa1 l ax t iy0 z)) +("quality" nil (k w aa1 l ax t iy0)) +("qualley" nil (k w ao1 l iy0)) +("qualls" nil (k w aa1 l z)) +("qualms" nil (k w aa1 m z)) +("quam" nil (k w aa1 m)) +("quamme" nil (k w ae1 m)) +("quan" nil (k w ao1 n)) +("quandaries" nil (k w aa1 n d er0 iy0 z)) +("quandary" nil (k w aa1 n d er0 iy0)) +("quandt" nil (k w ao1 n d t)) +("quanex" nil (k w aa1 n eh0 k s)) +("quang" nil (k w ao1 ng)) +("quant" nil (k w ae1 n t)) +("quantico" nil (k w aa1 n t ih0 k ow0)) +("quantified" nil (k w aa1 n t ih0 f ay1 d)) +("quantify" nil (k w aa1 n t ih0 f ay1)) +("quantifying" nil (k w aa1 n t ih0 f ay1 ih0 ng)) +("quantitative" nil (k w aa1 n t ih0 t ey1 t ih0 v)) +("quantities" nil (k w aa1 n t ax t iy0 z)) +("quantity" nil (k w aa1 n t ax t iy0)) +("quantum" nil (k w aa1 n t ax m)) +("quaquil" nil (k w ae1 k w ih0 l)) +("quaranta" nil (k w er0 ae1 n t ax)) +("quarante" nil (k w er0 aa1 n t ey0)) +("quarantine" nil (k w ao1 r ax n t iy1 n)) +("quarantined" nil (k w ao1 r ax n t iy1 n d)) +("quarantines" nil (k w ao1 r ax n t iy1 n z)) +("quarantining" nil (k w ao1 r ax n t iy1 n ih0 ng)) +("quark" nil (k w aa1 r k)) +("quarks" nil (k w aa1 r k s)) +("quarles" nil (k w ao1 r l z)) +("quarnstrom" nil (k w ao1 r n s t r ax m)) +("quarre" nil (k w aa1 r)) +("quarrel" nil (k w ao1 r ax l)) +("quarreled" nil (k w ao1 r ax l d)) +("quarreling" nil (k w aa1 r ax l ih0 ng)) +("quarrels" nil (k w ao1 r ax l z)) +("quarrelsome" nil (k w ao1 r ax l s ax m)) +("quarries" nil (k w ao1 r iy0 z)) +("quarry" nil (k w ao1 r iy0)) +("quarrying" nil (k w ao1 r iy0 ih0 ng)) +("quart" nil (k w ao1 r t)) +("quartararo" nil (k w aa0 r t aa0 r aa1 r ow0)) +("quarter" nil (k w ao1 r t er0)) +("quarterback" nil (k w ao1 r t er0 b ae1 k)) +("quarterbacking" nil (k w ao1 r t er0 b ae1 k ih0 ng)) +("quarterbacks" nil (k w ao1 r t er0 b ae1 k s)) +("quarterdeck" nil (k w ao1 r t er0 d eh1 k)) +("quarterly" nil (k w ao1 r t er0 l iy0)) +("quarterman" nil (k w ao1 r t er0 m ax n)) +("quarters" nil (k w ao1 r t er0 z)) +("quartet" nil (k w ao0 r t eh1 t)) +("quartets" nil (k w ao0 r t eh1 t s)) +("quartile" nil (k w ao1 r t ih0 l)) +("quarto" nil (k w ao1 r t ow0)) +("quarts" nil (k w ao1 r t s)) +("quartz" nil (k w ao1 r t s)) +("quasar" nil (k w ey1 z aa0 r)) +("quash" nil (k w ao1 sh)) +("quashed" nil (k w ao1 sh t)) +("quashing" nil (k w ao1 sh ih0 ng)) +("quasi" nil (k w aa1 s iy0)) +("quassia" nil (k w aa1 sh iy0 ax)) +("quast" nil (k w aa1 s t)) +("quaternary" nil (k w aa1 t er0 n eh1 r iy0)) +("quattlebaum" nil (k w ao1 t ax l b aw0 m)) +("quattro" nil (k w ao1 t r ow0)) +("quattrocchi" nil (k w aa0 t r ow1 k iy0)) +("quattrochi" nil (k w aa0 t r ow1 k iy0)) +("quattrone" nil (k w aa0 t r ow1 n iy0)) +("quave" nil (k w ey1 v)) +("quay" nil (k iy1)) +("quayle" nil (k w ey1 l)) +("quazulu" nil (k w aa1 z uw1 l uw0)) +("quddus" nil (k uw1 d uw1 s)) +("que" nil (k y uw1)) +("quealy" nil (k w iy1 l iy0)) +("queasiness" nil (k w iy1 z iy0 n ax s)) +("queasy" nil (k w iy1 z iy0)) +("queau" nil (k w ow1)) +("quebec" nil (k w ax b eh1 k)) +("quebeckers" nil (k w eh1 b eh1 k er0 z)) +("quebecois" nil (k w eh1 b ax s w aa1)) +("quebecoise" nil (k eh1 b eh0 k w aa1)) +("quebecor" nil (k w eh1 b ih0 k ao0 r)) +("quebedeaux" nil (k w eh1 b ih0 d ow0)) +("quechee" nil (k w eh1 ch iy0)) +("queen" nil (k w iy1 n)) +("queena" nil (k w iy1 n ax)) +("queenan" nil (k w iy1 n ax n)) +("queener" nil (k w iy1 n er0)) +("queenfish" nil (k w iy1 n f ih1 sh)) +("queenie" nil (k w iy1 n iy0)) +("queens" nil (k w iy1 n z)) +("queensberry" nil (k w iy1 n z b eh1 r iy0)) +("queensland" nil (k w iy1 n z l ae1 n d)) +("queensway" nil (k w iy1 n z w ey1)) +("queer" nil (k w ih1 r)) +("queerer" nil (k w ih1 r er0)) +("quell" nil (k w eh1 l)) +("quelled" nil (k w eh1 l d)) +("quellette" nil (k w ih0 l eh1 t)) +("quelling" nil (k w eh1 l ih0 ng)) +("quello" nil (k w eh1 l ow0)) +("quemoy" nil (k w ih0 m oy1)) +("quenby" nil (k w eh1 n b iy0)) +("quench" nil (k w eh1 n ch)) +("quenching" nil (k w eh1 n ch ih0 ng)) +("quennel" nil (k w eh1 n ax l)) +("quenneville" nil (k w ey0 n ey0 v ih1 l)) +("quentin" nil (k w eh1 n t ih0 n)) +("quenzer" nil (k w eh1 n z er0)) +("querida" nil (k w eh0 r iy1 d ax)) +("queried" nil (k w ih1 r iy0 d)) +("queries" nil (k w ih1 r iy0 z)) +("querns" nil (k w er1 n z)) +("querry" nil (k w eh1 r iy0)) +("querulous" nil (k w eh1 r ax l ax s)) +("query" nil (k w iy1 r iy0)) +("quesada" nil (k w ey0 s aa1 d ax)) +("quesenberry" nil (k w iy1 z ax n b eh0 r iy0)) +("quesinberry" nil (k w eh1 s ih0 n b eh0 r iy0)) +("quesnel" nil (k w ey0 s n eh1 l)) +("quesnell" nil (k w ey0 s n ey1 l)) +("quest" nil (k w eh1 s t)) +("questar" nil (k w eh1 s t er0)) +("questech" nil (k w eh1 s t eh1 k)) +("question" nil (k w eh1 s ch ax n)) +("questionable" nil (k w eh1 s ch ax n ax b ax l)) +("questioned" nil (k w eh1 s ch ax n d)) +("questioner" nil (k w eh1 s ch ax n er0)) +("questioners" nil (k w eh1 s ch ax n er0 z)) +("questioning" nil (k w eh1 s ch ax n ih0 ng)) +("questionnaire" nil (k w eh1 s ch ax n eh1 r)) +("questionnaires" nil (k w eh1 s ch ax n eh1 r z)) +("questions" nil (k w eh1 s ch ax n z)) +("questran" nil (k w eh1 s t r ae1 n)) +("questrom" nil (k w eh1 s t r ax m)) +("quests" nil (k w eh1 s t s)) +("queue" nil (k y uw1)) +("queues" nil (k y uw1 z)) +("queuing" nil (k y uw1 ih0 ng)) +("quevedo" nil (k w ey0 v ey1 d ow0)) +("quezada" nil (k w ey0 z aa1 d ax)) +("qui" nil (k w iy1)) +("quibble" nil (k w ih1 b ax l)) +("quibbles" nil (k w ih1 b ax l z)) +("quibbling" nil (k w ih1 b ax l ih0 ng)) +("quiche" nil (k iy1 sh)) +("quick" nil (k w ih1 k)) +("quickel" nil (k w ih1 k ax l)) +("quicken" nil (k w ih1 k ax n)) +("quickened" nil (k w ih1 k ax n d)) +("quickening" nil (k w ih1 k ax n ih0 ng)) +("quickens" nil (k w ih1 k ax n z)) +("quicker" nil (k w ih1 k er0)) +("quickest" nil (k w ih1 k ih0 s t)) +("quickie" nil (k w ih1 k iy0)) +("quickly" nil (k w ih1 k l iy0)) +("quickness" nil (k w ih1 k n ax s)) +("quicksand" nil (k w ih1 k s ae1 n d)) +("quicksands" nil (k w ih1 k s ae1 n d z)) +("quicksilver" nil (k w ih1 k s ih1 l v er0)) +("quicktime" nil (k w ih1 k t ay1 m)) +("quid" nil (k w ih1 d)) +("quiescent" nil (k w ay0 eh1 s ax n t)) +("quiet" nil (k w ay1 ax t)) +("quieted" nil (k w ay1 ax t ax d)) +("quieter" nil (k w ay1 ax t er0)) +("quietest" nil (k w ay1 ax t ax s t)) +("quieting" nil (k w ay1 ax t ih0 ng)) +("quietist" nil (k w ay1 ax t ax s t)) +("quietly" nil (k w ay1 ax t l iy0)) +("quietness" nil (k w ay1 ax t n ax s)) +("quiett" nil (k w iy1 t)) +("quigg" nil (k w ih1 g)) +("quiggle" nil (k w ih1 g ax l)) +("quigley" nil (k w ih1 g l iy0)) +("quijada" nil (k w iy0 y aa1 d ax)) +("quijano" nil (k w iy0 y aa1 n ow0)) +("quik" nil (k w ih1 k)) +("quiksilver" nil (k w ih1 k s ih1 l v er0)) +("quilali" nil (k w ih0 l aa1 l iy0)) +("quiles" nil (k w iy1 l eh0 s)) +("quilici" nil (k w iy0 l iy1 ch iy0)) +("quill" nil (k w ih1 l)) +("quillan" nil (k w ih1 l ax n)) +("quillen" nil (k w ih1 l ax n)) +("quillian" nil (k w ih1 l y ax n)) +("quillin" nil (k w ih1 l ih0 n)) +("quilling" nil (k w ih1 l ih0 ng)) +("quillman" nil (k w iy0 l m ae1 n)) +("quillon" nil (k w ih1 l ax n)) +("quilmes" nil (k w ih1 l m z)) +("quilt" nil (k w ih1 l t)) +("quilted" nil (k w ih1 l t ih0 d)) +("quilter" nil (k w ih1 l t er0)) +("quilters" nil (k w ih1 l t er0 z)) +("quilting" nil (k w ih1 l t ih0 ng)) +("quilts" nil (k w ih1 l t s)) +("quilty" nil (k w ih1 l t iy0)) +("quimby" nil (k w ih1 m b iy0)) +("quin" nil (k w ih1 n)) +("quina" nil (k w iy1 n ax)) +("quinby" nil (k w ih1 n b iy0)) +("quince" nil (k w ih1 n s)) +("quincy" nil (k w ih1 n s iy0)) +("quindlen" nil (k w ih1 n d l ax n)) +("quine" nil (k w ay1 n)) +("quinine" nil (k w ay1 n ay1 n)) +("quinlan" nil (k w ih1 n l ax n)) +("quinley" nil (k w ih1 n l iy0)) +("quinlin" nil (k w ih1 n l ih0 n)) +("quinlivan" nil (k w ih1 n l ih0 v ax n)) +("quinn" nil (k w ih1 n)) +("quinnell" nil (k w ih1 n ax l)) +("quinney" nil (k w ih1 n iy0)) +("quinobequin" nil (k w ih1 n ow1 b ih0 k w ih0 n)) +("quinoco" nil (k w ih0 n ow1 k ow0)) +("quinon" nil (k w ih1 n ax n)) +("quinones" nil (k w ih0 n ow1 n z)) +("quinonez" nil (k w iy0 n ow1 n eh0 z)) +("quint" nil (k w ih1 n t)) +("quinta" nil (k w ih1 n t ax)) +("quintal" nil (k w ih1 n t ax l)) +("quintana" nil (k w iy0 n t ae1 n ax)) +("quintanar" nil (k w ih1 n t ax n er0)) +("quintanilla" nil (k w ih1 n t ax n ih1 l ax)) +("quintela" nil (k w iy0 n t ey1 l ax)) +("quinter" nil (k w ih1 n t er0)) +("quintero" nil (k w iy0 n t eh1 r ow0)) +("quinteros" nil (k w iy0 n t eh1 r ow0 z)) +("quintessence" nil (k w ih0 n t eh1 s ax n s)) +("quintessential" nil (k w ih1 n t ih0 s eh1 n sh ax l)) +("quintessentially" nil (k w ih1 n t ax s eh1 n ch ax l iy0)) +("quintet" nil (k w ih0 n t eh1 t)) +("quintile" nil (k w ih1 n t ih0 l)) +("quintin" nil (k w ih1 n t ih0 n)) +("quintina" nil (k w iy0 n t iy1 n ax)) +("quinto" nil (k w ih1 n t ow0)) +("quinton" nil (k w ih0 n t ao1 n)) +("quints" nil (k w ih1 n t s)) +("quintuple" nil (k w ih1 n t uw0 p ax l)) +("quintupled" nil (k w ih0 n t y uw1 p ax l d)) +("quip" nil (k w ih1 p)) +("quipp" nil (k w ih1 p)) +("quipped" nil (k w ih1 p t)) +("quips" nil (k w ih1 p s)) +("quiram" nil (k w ao1 r ax m)) +("quire" nil (k w ay1 r)) +("quirin" nil (k w ih1 r ih0 n)) +("quiring" nil (k w ay1 r ih0 ng)) +("quirion" nil (k w ih1 r iy0 ax n)) +("quirk" nil (k w er1 k)) +("quirke" nil (k w er1 k)) +("quirks" nil (k w er1 k s)) +("quirky" nil (k w er1 k iy0)) +("quiroga" nil (k w ih0 r ow1 g ax)) +("quiros" nil (k w ih1 r ow0 z)) +("quiroz" nil (k w ih1 r ow0 z)) +("quisenberry" nil (k w ay1 z ax n b eh0 r iy0)) +("quisling" nil (k w ih1 z l ih0 ng)) +("quist" nil (k w ih1 s t)) +("quit" nil (k w ih1 t)) +("quite" nil (k w ay1 t)) +("quito" nil (k w iy1 t ow0)) +("quits" nil (k w ih1 t s)) +("quitter" nil (k w ih1 t er0)) +("quitters" nil (k w ih1 t er0 z)) +("quitting" nil (k w ih1 t ih0 ng)) +("quiver" nil (k w ih1 v er0)) +("quivering" nil (k w ih1 v er0 ih0 ng)) +("quixote" nil (k iy0 hh ow1 t iy0)) +("quixotic" nil (k w ih0 k s aa1 t ih0 k)) +("quiz" nil (k w ih1 z)) +("quizzed" nil (k w ih1 z d)) +("quizzes" nil (k w ih1 z ih0 z)) +("quo" nil (k w ow1)) +("quon" nil (k w aa1 n)) +("quorum" nil (k w ao1 r ax m)) +("quorums" nil (k w ao1 r ax m z)) +("quota" nil (k w ow1 t ax)) +("quotable" nil (k w ow1 t ax b ax l)) +("quotas" nil (k w ow1 t ax z)) +("quotation" nil (k w ow0 t ey1 sh ax n)) +("quotations" nil (k w ow0 t ey1 sh ax n z)) +("quote" nil (k w ow1 t)) +("quoted" nil (k w ow1 t ax d)) +("quotes" nil (k w ow1 t s)) +("quotient" nil (k w ow1 sh ax n t)) +("quoting" nil (k w ow1 t ih0 ng)) +("quotron" nil (k w aa1 t r ax n)) +("qureshey" nil (k uh0 r ey1 sh ey0)) +("qureshi" nil (k uh0 r ey1 sh iy0)) +("r" nil (aa1 r)) +("raab" nil (r aa1 b)) +("raabe" nil (r aa1 b)) +("raad" nil (r aa1 d)) +("raap" nil (r aa1 p)) +("raasch" nil (r aa1 sh)) +("raatz" nil (r aa1 t s)) +("rab" nil (r ae1 b)) +("rabago" nil (r aa0 b aa1 g ow0)) +("rabalais" nil (r ae1 b ax l ey1)) +("rabb" nil (r ae1 b)) +("rabbi" nil (r ae1 b ay1)) +("rabbinical" nil (r ax b ih1 n ih0 k ax l)) +("rabbis" nil (r ae1 b ay1 z)) +("rabbit" nil (r ae1 b ax t)) +("rabbitlike" nil (r ae1 b ax t l ay1 k)) +("rabbits" nil (r ae1 b ax t s)) +("rabbitt" nil (r ae1 b ih0 t)) +("rabble" nil (r ae1 b ax l)) +("rabe" nil (r ey1 b)) +("rabel" nil (r ae1 b ax l)) +("raben" nil (r ae1 b ax n)) +("rabenold" nil (r ae1 b ih0 n ow1 l d)) +("raber" nil (r ey1 b er0)) +("rabey" nil (r ey1 b iy0)) +("rabi" nil (r aa1 b iy0)) +("rabid" nil (r ae1 b ih0 d)) +("rabideau" nil (r ae1 b ih0 d ow1)) +("rabies" nil (r ey1 b iy0 z)) +("rabin" nil (r aa1 b iy1 n)) +("rabine" nil (r ax b iy1 n)) +("rabiner" nil (r ax b iy1 n er0)) +("rabinovich" nil (r ax b ih1 n ax v ih0 ch)) +("rabinovitz" nil (r ax b ih1 n ax v ih0 t s)) +("rabinowitz" nil (r ax b ih1 n ax w ih0 t s)) +("rabkin" nil (r ae1 b k ih0 n)) +("rabobank" nil (r aa1 b ow0 b ae1 ng k)) +("raboin" nil (r ax b oy1 n)) +("rabold" nil (r ae1 b ow0 l d)) +("rabon" nil (r aa0 b ao1 n)) +("raborn" nil (r ae1 b er0 n)) +("rabourn" nil (r ax b uh1 r n)) +("raboy" nil (r ae1 b oy0)) +("rabuck" nil (r ae1 b ax k)) +("rabuka" nil (r ax b uw1 k ax)) +("rabun" nil (r ae1 b ax n)) +("raburn" nil (r ae1 b er0 n)) +("raby" nil (r ey1 b iy0)) +("racal" nil (r ae1 k ax l)) +("racamier" nil (r ae1 k ax m ay1 r)) +("racanelli" nil (r aa0 k aa0 n eh1 l iy0)) +("racca" nil (r ae1 k ax)) +("raccoon" nil (r ae0 k uw1 n)) +("raccoons" nil (r ae0 k uw1 n z)) +("race" nil (r ey1 s)) +("raced" nil (r ey1 s t)) +("racehorse" nil (r ey1 s hh ao1 r s)) +("racehorses" nil (r ae1 s hh ao1 r s ih0 z)) +("racemes" nil (r ey0 s iy1 m z)) +("racer" nil (r ey1 s er0)) +("racers" nil (r ey1 s er0 z)) +("races" nil (r ey1 s ax z)) +("racetrack" nil (r ey1 s t r ae1 k)) +("racetracks" nil (r ey1 s t r ae1 k s)) +("racette" nil (r ax s eh1 t)) +("raceway" nil (r ey1 s w ey1)) +("racey" nil (r ey1 s iy0)) +("rach" nil (r ae1 ch)) +("rachad" nil (r ax sh aa1 d)) +("rachal" nil (r ae1 k ax l)) +("rachel" nil (r ey1 ch ax l)) +("rachelle" nil (r ax sh eh1 l)) +("rachels" nil (r ey1 ch ih0 l z)) +("rachford" nil (r ae1 ch f er0 d)) +("rachlin" nil (r ae1 k l ih0 n)) +("rachmaninoff" nil (r ae0 k m ae1 n ih0 n ao0 f)) +("racial" nil (r ey1 sh ax l)) +("racialism" nil (r ey1 sh ax l ih1 z ax m)) +("racially" nil (r ey1 sh ax l iy0)) +("racicot" nil (r ae1 s ih0 k aa0 t)) +("racine" nil (r ax s iy1 n)) +("raciness" nil (r ey1 s iy0 n ax s)) +("racing" nil (r ey1 s ih0 ng)) +("racioppi" nil (r aa0 ch ow1 p iy0)) +("racism" nil (r ey1 s ih1 z ax m)) +("racist" nil (r ey1 s ih0 s t)) +("racists" nil (r ey1 s ih0 s t s)) +("rack" nil (r ae1 k)) +("racked" nil (r ae1 k t)) +("rackers" nil (r ae1 k er0 z)) +("racket" nil (r ae1 k ih0 t)) +("racketeer" nil (r ae1 k ih0 t ih1 r)) +("racketeering" nil (r ae1 k ih0 t ih1 r ih0 ng)) +("racketeers" nil (r ae1 k ax t ih1 r z)) +("rackets" nil (r ae1 k ax t s)) +("racking" nil (r ae1 k ih0 ng)) +("rackley" nil (r ae1 k l iy0)) +("rackliff" nil (r ae1 k l ih0 f)) +("rackliffe" nil (r ae1 k l ih0 f)) +("rackmil" nil (r ae1 k m ih0 l)) +("rackow" nil (r aa1 s k ow0)) +("racks" nil (r ae1 k s)) +("raconteur" nil (r ae1 k aa0 n t uw1 r)) +("racquet" nil (r ae1 k ih0 t)) +("racquetball" nil (r ae1 k ax t b ao1 l)) +("racquets" nil (r ae1 k ih0 t s)) +("racy" nil (r ey1 s iy0)) +("racz" nil (r aa1 ch)) +("raczka" nil (r aa1 ch k ax)) +("raczkowski" nil (r ax ch k ao1 f s k iy0)) +("raczynski" nil (r ax ch ih1 n s k iy0)) +("rad" nil (r ae1 d)) +("rada" nil (r aa1 d ax)) +("radabaugh" nil (r ae1 d ax b ao0)) +("radakovich" nil (r ax d ae1 k ax v ih0 ch)) +("radant" nil (r aa1 d ax n t)) +("radar" nil (r ey1 d aa1 r)) +("radars" nil (r ey1 d aa1 r z)) +("radatz" nil (r ae1 d ax t s)) +("radbert" nil (r ae1 d b er0 t)) +("radborne" nil (r ax d b ao1 r n)) +("radbourn" nil (r ax d b uh1 r n)) +("radbourne" nil (r ax d b uh1 r n)) +("radburn" nil (r ae1 d b er0 n)) +("radcliff" nil (r ae1 d k l ih0 f)) +("radcliffe" nil (r ae1 d k l ih0 f)) +("raddatz" nil (r ae1 d ax t s)) +("radde" nil (r ae1 d)) +("radder" nil (r ae1 d er0)) +("radebaugh" nil (r ae1 d ih0 b ao0)) +("radecki" nil (r ax d eh1 k iy0)) +("radel" nil (r ae1 d ax l)) +("radell" nil (r aa0 d ey1 l)) +("radella" nil (r ax d eh1 l ax)) +("rademacher" nil (r ae1 d ih0 m ax k er0)) +("rademaker" nil (r ey1 d m ey0 k er0)) +("raden" nil (r ey1 d ax n)) +("rader" nil (r ey1 d er0)) +("radermacher" nil (r ae1 d er0 m ax k er0)) +("radford" nil (r ae1 d f er0 d)) +("radha" nil (r aa1 d ax)) +("radi" nil (r aa1 d iy0)) +("radial" nil (r ey1 d iy0 ax l)) +("radially" nil (r ey1 d iy0 ax l iy0)) +("radials" nil (r ey1 d iy0 ax l z)) +("radiant" nil (r ey1 d iy0 ax n t)) +("radiate" nil (r ey1 d iy0 ax t)) +("radiated" nil (r ey1 d iy0 ey1 t ax d)) +("radiates" nil (r ey1 d iy0 ey1 t s)) +("radiating" nil (r ey1 d iy0 ey1 t ih0 ng)) +("radiation" nil (r ey1 d iy0 ey1 sh ax n)) +("radiator" nil (r ey1 d iy0 ey1 t er0)) +("radiators" nil (r ey1 d iy0 ey1 t er0 z)) +("radical" nil (r ae1 d ax k ax l)) +("radicalism" nil (r ae1 d ih0 k ax l ih1 z ax m)) +("radicalization" nil (r ae1 d ih0 k ax l ih0 z ey1 sh ax n)) +("radicalized" nil (r ae1 d ax k ax l ay1 z d)) +("radically" nil (r ae1 d ih0 k l iy0)) +("radicals" nil (r ae1 d ax k ax l z)) +("radice" nil (r ae1 d ih0 s)) +("radich" nil (r ae1 d ih0 k)) +("radick" nil (r ae1 d ih0 k)) +("radin" nil (r ae1 d ih0 n)) +("radinka" nil (r ax d ih1 ng k ax)) +("radio" nil (r ey1 d iy0 ow1)) +("radioactive" nil (r ey1 d iy0 ow0 ae1 k t ih0 v)) +("radioactivity" nil (r ey1 d iy0 ow0 ae0 k t ih1 v ax t iy0)) +("radioed" nil (r ey1 d iy0 ow1 d)) +("radiography" nil (r ey1 d iy0 aa1 g r ax f iy0)) +("radiological" nil (r ey1 d iy0 ax l aa1 jh ih0 k ax l)) +("radiologist" nil (r ey1 d iy0 aa1 l ax jh ih0 s t)) +("radiologists" nil (r ey1 d iy0 aa1 l ax jh ih0 s t s)) +("radiology" nil (r ey1 d iy0 aa1 l ax jh iy0)) +("radios" nil (r ey1 d iy0 ow1 z)) +("radish" nil (r ae1 d ih0 sh)) +("radishes" nil (r ae1 d ih0 sh ih0 z)) +("radisson" nil (r ae1 d ax s ax n)) +("radium" nil (r ey1 d iy0 ax m)) +("radius" nil (r ey1 d iy0 ax s)) +("radke" nil (r ey1 d k iy0)) +("radle" nil (r ey1 d ax l)) +("radler" nil (r ey1 d ax l er0)) +("radley" nil (r ae1 d l iy0)) +("radliff" nil (r ae1 d l ih0 f)) +("radloff" nil (r ae1 d l ao0 f)) +("radman" nil (r ae1 d m ax n)) +("radmilla" nil (r ae1 d m ih1 l ax)) +("radmund" nil (r ae1 d m ax n d)) +("radney" nil (r ae1 d n iy0)) +("radnor" nil (r ae1 d n er0)) +("rado" nil (r aa1 d ow0)) +("radolf" nil (r ae1 d ow0 l f)) +("radomski" nil (r ax d aa1 m s k iy0)) +("radon" nil (r ey1 d aa1 n)) +("rados" nil (r aa1 d ow0 z)) +("radosevich" nil (r ax d aa1 s ih0 v ih0 ch)) +("radosh" nil (r ax d ao1 sh)) +("radovan" nil (r aa1 d ow1 v aa1 n)) +("radowski" nil (r ax d ow1 s k iy0)) +("radtke" nil (r ae1 d k iy0)) +("radu" nil (r aa1 d uw0)) +("radwan" nil (r ae1 d w ax n)) +("rady" nil (r ey1 d iy0)) +("radziewicz" nil (r aa1 jh ax v ih0 ch)) +("radzik" nil (r ae1 d z ih0 k)) +("rae" nil (r ey1)) +("raeburn" nil (r ey1 b er0 n)) +("raeder" nil (r eh1 d er0)) +("rael" nil (r ey1 l)) +("raether" nil (r eh1 dh er0)) +("raetz" nil (r iy1 t s)) +("raf" nil (r ae1 f)) +("rafael" nil (r aa1 f ay0 eh1 l)) +("rafale" nil (r ax f ey1 l)) +("rafalski" nil (r ax f aa1 l s k iy0)) +("rafe" nil (r ey1 f)) +("rafelghem" nil (r ax f eh1 l g ax m)) +("raff" nil (r ae1 f)) +("raffa" nil (r ae1 f ax)) +("raffaele" nil (r aa0 f ay0 eh1 l ey0)) +("raffaelli" nil (r aa0 f aa0 eh1 l iy0)) +("raffel" nil (r ae1 f ax l)) +("raffensperger" nil (r ae1 f ih0 n s p er0 g er0)) +("rafferty" nil (r ae1 f er0 t iy0)) +("raffetto" nil (r aa0 f eh1 t ow0)) +("raffety" nil (r ae1 f t iy0)) +("raffi" nil (r ae1 f iy0)) +("raffield" nil (r ae1 f iy1 l d)) +("raffish" nil (r ae1 f ih0 sh)) +("raffle" nil (r ae1 f ax l)) +("raffles" nil (r ae1 f ax l z)) +("raffo" nil (r ae1 f ow0)) +("rafi" nil (r ae1 f iy0)) +("rafsanjani" nil (r ae1 f s ax n jh aa1 n iy0)) +("raft" nil (r ae1 f t)) +("rafted" nil (r ae1 f t ax d)) +("rafter" nil (r ae1 f t er0)) +("rafters" nil (r ae1 f t er0 z)) +("raftery" nil (r ae1 f t er0 iy0)) +("rafting" nil (r ae1 f t ih0 ng)) +("rafts" nil (r ae1 f t s)) +("rafuse" nil (r aa0 f uw1 s iy0)) +("rag" nil (r ae1 g)) +("ragain" nil (r ae1 g ax n)) +("ragan" nil (r ey1 g ax n)) +("ragas" nil (r aa1 g ax z)) +("ragavan" nil (r aa1 g ax v aa1 n)) +("rage" nil (r ey1 jh)) +("raged" nil (r ey1 jh d)) +("ragen" nil (r ae1 g ax n)) +("rager" nil (r ey1 g er0)) +("rages" nil (r ey1 jh ih0 z)) +("ragged" nil (r ae1 g ax d)) +("raggedy" nil (r ae1 g ax d iy0)) +("raggio" nil (r aa1 jh iy0 ow0)) +("ragin" nil (r ae1 jh ih0 n)) +("raging" nil (r ey1 jh ih0 ng)) +("ragland" nil (r ae1 g l ax n d)) +("ragle" nil (r ey1 g ax l)) +("raglin" nil (r ae1 g l ih0 n)) +("ragmen" nil (r ae1 g m ax n)) +("rago" nil (r aa1 g ow0)) +("ragon" nil (r aa0 g ao1 n)) +("ragona" nil (r aa0 g ow1 n ax)) +("ragone" nil (r aa0 g ow1 n iy0)) +("ragonese" nil (r aa0 g ow0 n ey1 z iy0)) +("rags" nil (r ae1 g z)) +("ragsdale" nil (r ae1 g z d ey1 l)) +("ragtag" nil (r ae1 g t ae1 g)) +("ragtime" nil (r ae1 g t ay1 m)) +("ragu" nil (r ae0 g uw1)) +("ragucci" nil (r aa0 g uw1 ch iy0)) +("ragunathan" nil (r aa0 g uw1 n ax th aa0 n)) +("ragusa" nil (r aa0 g uw1 s ax)) +("ragweed" nil (r ae1 g w iy1 d)) +("rah" nil (r aa1)) +("rahe" nil (r ey1 hh iy0)) +("raheem" nil (r ax hh iy1 m)) +("rahill" nil (r aa1 hh ih0 l)) +("rahilly" nil (r ae1 hh ax l iy0)) +("rahim" nil (r ax hh iy1 m)) +("rahl" nil (r aa1 l)) +("rahm" nil (r ae1 m)) +("rahman" nil (r aa1 m ax n)) +("rahming" nil (r aa1 m ih0 ng)) +("rahn" nil (r ae1 n)) +("rahrig" nil (r ae1 r ih0 g)) +("rahul" nil (r ax hh uw1 l)) +("rahway" nil (r aa1 w ey1)) +("rai" nil (r aa1 iy0)) +("raia" nil (r aa1 y ax)) +("raible" nil (r ey1 b ax l)) +("raiche" nil (r ey1 ch)) +("raid" nil (r ey1 d)) +("raided" nil (r ey1 d ih0 d)) +("raider" nil (r ey1 d er0)) +("raiders" nil (r ey1 d er0 z)) +("raiding" nil (r ey1 d ih0 ng)) +("raids" nil (r ey1 d z)) +("raiff" nil (r ey1 f)) +("raiford" nil (r ey1 f er0 d)) +("raikes" nil (r ey1 k s)) +("rail" nil (r ey1 l)) +("railbike" nil (r ey1 l b ay1 k)) +("railbikers" nil (r ey1 l b ih0 k er0 z)) +("railcar" nil (r ey1 l k aa1 r)) +("railcars" nil (r ey1 l k aa1 r z)) +("raile" nil (r ey1 l)) +("railed" nil (r ey1 l d)) +("railey" nil (r ey1 l iy0)) +("railing" nil (r ey1 l ih0 ng)) +("railings" nil (r ey1 l ih0 ng z)) +("railroad" nil (r ey1 l r ow1 d)) +("railroaded" nil (r ey1 l r ow1 d ih0 d)) +("railroading" nil (r ey1 l r ow1 d ih0 ng)) +("railroads" nil (r ey1 l r ow1 d z)) +("rails" nil (r ey1 l z)) +("railsback" nil (r ey1 l z b ae1 k)) +("railtex" nil (r ey1 l t eh1 k s)) +("railway" nil (r ey1 l w ey1)) +("railways" nil (r ey1 l w ey1 z)) +("raimer" nil (r ey1 m er0)) +("raimo" nil (r ey1 m ow0)) +("raimond" nil (r ey1 m ax n d)) +("raimondi" nil (r ax m ow1 n d iy0)) +("raimondo" nil (r ey1 m aa1 n d ow0)) +("rain" nil (r ey1 n)) +("raina" nil (r ey1 n ax)) +("rainbolt" nil (r ey1 n b ow1 l t)) +("rainbow" nil (r ey1 n b ow1)) +("rainbows" nil (r ey1 n b ow1 z)) +("raincoat" nil (r ey1 n k ow1 t)) +("raincoats" nil (r ey1 n k ow1 t s)) +("raindancer" nil (r ey1 n d ae1 n s er0)) +("raindrops" nil (r ey1 n d r aa1 p s)) +("raine" nil (r ey1 n)) +("rained" nil (r ey1 n d)) +("rainer" nil (r ey1 n er0)) +("raineri" nil (r ax n eh1 r iy0)) +("raines" nil (r ey1 n z)) +("rainey" nil (r ey1 n iy0)) +("rainfall" nil (r ey1 n f ao1 l)) +("rainford" nil (r ay1 n f er0 d)) +("rainforest" nil (r ay1 n f ao1 r ax s t)) +("rainforests" nil (r ay1 n f ao1 r ax s t s)) +("rainger" nil (r aa1 ih0 ng er0)) +("rainier" nil (r ey0 n ih1 r)) +("rainiest" nil (r ey1 n iy0 ax s t)) +("raining" nil (r ey1 n ih0 ng)) +("rainmaker" nil (r ey1 n m ey1 k er0)) +("rainman" nil (r ey1 n m ax n)) +("rainone" nil (r ey1 n ow1 n)) +("rains" nil (r ey1 n z)) +("rainstorm" nil (r ey1 n s t ao1 r m)) +("rainville" nil (r ey1 n v ih1 l)) +("rainwater" nil (r ey1 n w ao1 t er0)) +("rainy" nil (r ey1 n iy0)) +("raisa" nil (r ey1 s ax)) +("raisanen" nil (r ay1 s ax n ax n)) +("raisbeck" nil (r ey1 z b eh1 k)) +("raisch" nil (r ay1 sh)) +("raise" nil (r ey1 z)) +("raised" nil (r ey1 z d)) +("raiser" nil (r ey1 z er0)) +("raisers" nil (r ey1 z er0 z)) +("raises" nil (r ey1 z ax z)) +("raisin" nil (r ey1 z ih0 n)) +("raising" nil (r ey1 z ih0 ng)) +("raisins" nil (r ey1 z ax n z)) +("raisler" nil (r ey1 z l er0)) +("raison" nil (r ey1 s aa0 n)) +("raisor" nil (r ey1 z er0)) +("raissa" nil (r ey1 s ax)) +("raith" nil (r ey1 th)) +("raithel" nil (r ey1 th ax l)) +("raitt" nil (r ey1 t)) +("raj" nil (r aa1 zh)) +("rajala" nil (r aa0 y aa1 l ax)) +("rajaratnam" nil (r aa0 jh er0 aa1 t n aa0 m)) +("rajewski" nil (r ay0 eh1 f s k iy0)) +("rajiv" nil (r aa0 jh iy1 v)) +("rajkumar" nil (r aa1 zh k uw0 m aa1 r)) +("raju" nil (r aa1 y uw0)) +("rak" nil (r ae1 k)) +("rake" nil (r ey1 k)) +("raked" nil (r ey1 k t)) +("raker" nil (r ey1 k er0)) +("rakers" nil (r ey1 k er0 z)) +("rakes" nil (r ey1 k s)) +("rakestraw" nil (r ey1 k s t r ao1)) +("rakich" nil (r ae1 k ih0 ch)) +("raking" nil (r ey1 k ih0 ng)) +("rakish" nil (r ey1 k ih0 sh)) +("rakoczy" nil (r ax k ow1 ch iy0)) +("rakoff" nil (r ae1 k ao1 f)) +("rakolta" nil (r ax k aa1 l t ax)) +("rakovica" nil (r ax k ow1 v ih0 k ax)) +("rakow" nil (r ae1 k aw0)) +("rakowski" nil (r ax k aw1 s k iy0)) +("raleigh" nil (r ao1 l iy0)) +("rales" nil (r ey1 l z)) +("raleses" nil (r ax l iy1 s ih0 z)) +("raley" nil (r ae1 l iy0)) +("ralf" nil (r aa1 l f)) +("rall" nil (r ao1 l)) +("rallied" nil (r ae1 l iy0 d)) +("rallies" nil (r ae1 l iy0 z)) +("rallis" nil (r ae1 l ih0 s)) +("rallo" nil (r ae1 l ow0)) +("ralls" nil (r ao1 l z)) +("rally" nil (r ae1 l iy0)) +("rallying" nil (r ae1 l iy0 ih0 ng)) +("ralph" nil (r ae1 l f)) +("ralphs" nil (r ae1 l f s)) +("ralston" nil (r ao1 l s t ax n)) +("ram" nil (r ae1 m)) +("rama" nil (r aa1 m ax)) +("ramada" nil (r ax m aa1 d ax)) +("ramadan" nil (r ae1 m ax d ax n)) +("ramage" nil (r ae1 m ih0 jh)) +("ramaker" nil (r aa1 m ey0 k er0)) +("ramallah" nil (r ax m ae1 l ax)) +("raman" nil (r ey1 m ax n)) +("ramaphosa" nil (r ae1 m ax f ow1 s ax)) +("ramat" nil (r ae1 m ae0 t)) +("rambeau" nil (r ax m b ow1)) +("ramberg" nil (r ae1 m b er0 g)) +("rambert" nil (r ae1 m b er0 t)) +("rambin" nil (r ae1 m b ih0 n)) +("ramble" nil (r ae1 m b ax l)) +("rambled" nil (r ae1 m b ax l d)) +("rambler" nil (r ae1 m b l er0)) +("ramblers" nil (r ae1 m b l er0 z)) +("rambling" nil (r ae1 m b l ih0 ng)) +("rambo" nil (r ae1 m b ow0)) +("rambow" nil (r ae1 m b ow0)) +("rambunctious" nil (r ae0 m b ah1 ng k sh ax s)) +("ramel" nil (r ae1 m ax l)) +("ramella" nil (r ax m eh1 l ax)) +("ramer" nil (r ey1 m er0)) +("rameriz" nil (r aa0 m eh1 r iy0 z)) +("rameses" nil (r ae1 m ax s iy1 z)) +("ramesh" nil (r aa1 m eh1 sh)) +("ramesses" nil (r ae1 m ax s ih0 z)) +("ramey" nil (r ae1 m iy0)) +("ramifications" nil (r ae1 m ax f ax k ey1 sh ax n z)) +("ramires" nil (r aa0 m ih1 r eh0 s)) +("ramirez" nil (r ax m ih1 r eh0 z)) +("ramiro" nil (r ax m ih1 r ow0)) +("ramlawi" nil (r ae1 m l aw1 iy0)) +("ramler" nil (r ae1 m l er0)) +("ramlow" nil (r ae1 m l ow1)) +("ramm" nil (r ae1 m)) +("rammed" nil (r ae1 m d)) +("rammel" nil (r ae1 m ax l)) +("rammer" nil (r ae1 m er0)) +("ramming" nil (r ae1 m ih0 ng)) +("ramo" nil (r ey1 m ow0)) +("ramon" nil (r ax m ow1 n)) +("ramona" nil (r ax m ow1 n ax)) +("ramonda" nil (r ax m aa1 n d ax)) +("ramos" nil (r aa1 m ow0 s)) +("ramp" nil (r ae1 m p)) +("rampage" n (r ae1 m p ey1 jh)) +("rampage" v (r ae0 m p ey1 jh)) +("rampaged" nil (r ae0 m p ey1 jh d)) +("rampages" n (r ae1 m p ey1 jh ih0 z)) +("rampages" v (r ae0 m p ey1 jh ih0 z)) +("rampant" nil (r ae1 m p ax n t)) +("ramparts" nil (r ae1 m p aa1 r t s)) +("rampell" nil (r ae0 m p eh1 l)) +("rampey" nil (r ae1 m p iy0)) +("ramping" nil (r ae1 m p ih0 ng)) +("rampley" nil (r ae1 m p l iy0)) +("ramps" nil (r ae1 m p s)) +("rampy" nil (r ae1 m p iy0)) +("ramqvist" nil (r ae1 m k v ih1 s t)) +("ramrod" nil (r ae1 m r aa1 d)) +("rams" nil (r ae1 m z)) +("ramsay" nil (r ae1 m z iy0)) +("ramsburg" nil (r ae1 m s b er0 g)) +("ramsdell" nil (r ae1 m s d ax l)) +("ramsden" nil (r ae1 m s d ax n)) +("ramser" nil (r ae1 m z er0)) +("ramses" nil (r ae1 m s iy1 z)) +("ramseur" nil (r ax m s er1)) +("ramsey" nil (r ae1 m z iy0)) +("ramseyer" nil (r ae1 m z iy0 er0)) +("ramshackle" nil (r ae1 m sh ae1 k ax l)) +("ramstad" nil (r ae1 m s t ax d)) +("ramstein" nil (r ae1 m s t ay1 n)) +("ramtek" nil (r ae1 m t eh1 k)) +("ramthun" nil (r ae1 m th ax n)) +("ramune" nil (r ae1 m y uw1 n)) +("ramus" nil (r ey1 m ax s)) +("ran" nil (r ae1 n)) +("rana" nil (r ae1 n ax)) +("ranalli" nil (r ax n ae1 l iy0)) +("ranallo" nil (r ax n ae1 l ow0)) +("rance" nil (r ae1 n s)) +("ranch" nil (r ae1 n ch)) +("rancher" nil (r ae1 n ch er0)) +("ranchers" nil (r ae1 n ch er0 z)) +("ranches" nil (r ae1 n ch ax z)) +("ranching" nil (r ae1 n ch ih0 ng)) +("ranchland" nil (r ae1 n ch l ax n d)) +("rancho" nil (r ae1 n ch ow0)) +("rancid" nil (r ae1 n s ih0 d)) +("ranck" nil (r ae1 ng k)) +("ranco" nil (r ae1 ng k ow0)) +("rancor" nil (r ae1 ng k er0)) +("rancorous" nil (r ae1 ng k er0 ax s)) +("rancourt" nil (r ax n k ao1 r t)) +("rand" nil (r ae1 n d)) +("randa" nil (r aa1 n d ax)) +("randal" nil (r ae1 n d ax l)) +("randall" nil (r ae1 n d ax l)) +("randazzo" nil (r aa0 n d aa1 z ow0)) +("randel" nil (r ae1 n d ax l)) +("randell" nil (r ae1 n d eh1 l)) +("rander" nil (r ae1 n d er0)) +("randi" nil (r ae1 n d iy0)) +("randle" nil (r ae1 n d ax l)) +("randleman" nil (r ae1 n d ax l m ax n)) +("randles" nil (r ae1 n d ax l z)) +("randlett" nil (r ae1 n d l ih0 t)) +("rando" nil (r aa1 n d ow0)) +("randol" nil (r ae1 n d ax l)) +("randolf" nil (r ae1 n d ow1 l f)) +("randolph" nil (r ae1 n d aa0 l f)) +("random" nil (r ae1 n d ax m)) +("randomized" nil (r ae1 n d ax m ay1 z d)) +("randomly" nil (r ae1 n d ax m l iy0)) +("randomness" nil (r ae1 n d ax m n ax s)) +("rands" nil (r ae1 n d z)) +("randy" nil (r ae1 n d iy0)) +("ranee" nil (r ae1 n iy1)) +("raneri" nil (r aa0 n eh1 r iy0)) +("ranes" nil (r ey1 n z)) +("raney" nil (r ey1 n iy0)) +("ranft" nil (r ae1 n f t)) +("rang" nil (r ae1 ng)) +("range" nil (r ey1 n jh)) +("ranged" nil (r ey1 n jh d)) +("rangel" nil (r ae1 n jh eh1 l)) +("ranger" nil (r ey1 n jh er0)) +("rangers" nil (r ey1 n jh er0 z)) +("ranges" nil (r ey1 n jh ax z)) +("ranging" nil (r ey1 n jh ih0 ng)) +("rangoon" nil (r ae0 ng g uw1 n)) +("rangy" nil (r ey1 n jh iy0)) +("ranh" nil (r ae1 n)) +("rani" nil (r aa1 n iy0)) +("rania" nil (r aa1 n iy0 ax)) +("ranieri" nil (r ae1 n iy0 eh1 r iy0)) +("rank" nil (r ae1 ng k)) +("ranke" nil (r ae1 ng k)) +("ranked" nil (r ae1 ng k t)) +("ranker" nil (r ae1 ng k er0)) +("rankin" nil (r ae1 ng k ih0 n)) +("rankine" nil (r ae1 ng k ay1 n)) +("ranking" nil (r ae1 ng k ih0 ng)) +("rankings" nil (r ae1 ng k ih0 ng z)) +("rankins" nil (r ae1 ng k ih0 n z)) +("rankle" nil (r ae1 ng k ax l)) +("rankled" nil (r ae1 ng k ax l d)) +("rankles" nil (r ae1 ng k ax l z)) +("rankling" nil (r ae1 ng k l ih0 ng)) +("ranks" nil (r ae1 ng k s)) +("ranley" nil (r ae1 n l iy0)) +("rann" nil (r ae1 n)) +("ranney" nil (r ae1 n iy0)) +("rannow" nil (r ae1 n ow0)) +("rans" nil (r ae1 n z)) +("ransack" nil (r ae1 n s ae1 k)) +("ransacked" nil (r ae1 n s ae1 k t)) +("ransbottom" nil (r ae1 n s b ax t aa0 m)) +("ransburg" nil (r ae1 n z b er0 g)) +("ransdell" nil (r ae1 n z d eh1 l)) +("ransford" nil (r ae1 n s f er0 d)) +("ransier" nil (r ae1 n s iy0 er0)) +("ransley" nil (r ae1 n s l iy0)) +("ransom" nil (r ae1 n s ax m)) +("ransome" nil (r ae1 n s ax m)) +("ransoms" nil (r ae1 n s ax m z)) +("ranson" nil (r ae1 n s ax n)) +("ransone" nil (r ae1 n s ax n)) +("ranta" nil (r ae1 n t ax)) +("rantala" nil (r aa0 n t aa1 l ax)) +("ranted" nil (r ae1 n t ax d)) +("ranting" nil (r ae1 n t ih0 ng)) +("rantoul" nil (r ae1 n t uw1 l)) +("rantz" nil (r ae1 n t s)) +("ranum" nil (r ae1 n ax m)) +("ranz" nil (r ae1 n z)) +("rao" nil (r aw1)) +("raoul" nil (r aa0 uw1 l)) +("rap" nil (r ae1 p)) +("rapacious" nil (r ax p ae1 sh ih0 s)) +("rapacz" nil (r aa1 p ax ch)) +("rapanelli" nil (r ae1 p ax n eh1 l iy0)) +("rapaport" nil (r ae1 p ax p ao1 r t)) +("rape" nil (r ey1 p)) +("raped" nil (r ey1 p t)) +("raper" nil (r ey1 p er0)) +("rapers" nil (r ey1 p er0 z)) +("rapes" nil (r ey1 p s)) +("rapeseed" nil (r ey1 p s iy1 d)) +("raphael" nil (r aa1 f ay0 eh1 l)) +("raphaela" nil (r ae1 f ey0 l ax)) +("raphalian" nil (r ax f ey1 l iy0 ax n)) +("raphel" nil (r ae1 f ax l)) +("rapid" nil (r ae1 p ax d)) +("rapidity" nil (r ax p ih1 d ax t iy0)) +("rapidly" nil (r ae1 p ax d l iy0)) +("rapids" nil (r ae1 p ax d z)) +("rapier" nil (r ey1 p iy0 er0)) +("raping" nil (r ey1 p ih0 ng)) +("rapist" nil (r ey1 p ih0 s t)) +("rapists" nil (r ey1 p ih0 s t s)) +("rapkin" nil (r ae1 p k ih0 n)) +("rapley" nil (r ae1 p l iy0)) +("rapoca" nil (r ax p ow1 k er0)) +("rapoport" nil (r ax p aa1 p ao0 r t)) +("raposa" nil (r aa0 p ow1 s ax)) +("raposo" nil (r aa0 p ow1 s ow0)) +("rapoza" nil (r aa0 p ow1 z ax)) +("rapozo" nil (r aa0 p ow1 z ow0)) +("rapp" nil (r ae1 p)) +("rappa" nil (r ae1 p ax)) +("rappahannock" nil (r ae1 p ax hh ae1 n ax k)) +("rappaport" nil (r ae1 p ax p ao0 r t)) +("rappe" nil (r ae1 p)) +("rapped" nil (r ae1 p t)) +("rappelling" nil (r ax p eh1 l ih0 ng)) +("rapper" nil (r ae1 p er0)) +("rappers" nil (r ae1 p er0 z)) +("rappold" nil (r ae1 p ow1 l d)) +("rappoport" nil (r ae1 p ax p ao0 r t)) +("rapport" nil (r ae0 p ao1 r)) +("rapprochement" nil (r ae1 p r ow1 sh m aa1 n)) +("rapson" nil (r ae1 p s ax n)) +("rapt" nil (r ae1 p t)) +("raptis" nil (r ax p t iy1 s)) +("raptopoulos" nil (r ae0 p t aa1 p ow0 l ax s)) +("raptor" nil (r ae1 p t er0)) +("raptorial" nil (r ae1 p t ao1 r iy0 ax l)) +("raptors" nil (r ae1 p t er0 z)) +("rapture" nil (r ae1 p ch er0)) +("rapturous" nil (r ae1 p ch er0 ax s)) +("rapuano" nil (r aa0 p uw0 aa1 n ow0)) +("raquel" nil (r ax k eh1 l)) +("rardon" nil (r aa1 r d ax n)) +("rare" nil (r eh1 r)) +("rarefied" nil (r eh1 r ax f ay0 d)) +("rarely" nil (r eh1 r l iy0)) +("rarer" nil (r eh1 r er0)) +("rarest" nil (r eh1 r ax s t)) +("rarick" nil (r ae1 r ih0 k)) +("raritan" nil (r eh1 r ih0 t ax n)) +("rarities" nil (r eh1 r ih0 t iy0 z)) +("rarity" nil (r eh1 r ax t iy0)) +("ras" nil (r ae1 s)) +("rasberry" nil (r ae1 s b eh0 r iy0)) +("rasbury" nil (r ae1 s b eh0 r iy0)) +("rascal" nil (r ae1 s k ax l)) +("rascals" nil (r ae1 s k ax l z)) +("rasch" nil (r ae1 sh)) +("rasche" nil (r ae1 sh)) +("raschke" nil (r ae1 sh k)) +("rasco" nil (r aa1 s k ow0)) +("rascoe" nil (r ae1 s k ow0)) +("rascon" nil (r ae1 s k ax n)) +("rase" nil (r ey1 z)) +("raser" nil (r ey1 z er0)) +("rasey" nil (r ae1 s iy0)) +("rash" nil (r ae1 sh)) +("rasheed" nil (r ax sh iy1 d)) +("rashes" nil (r ae1 sh ih0 z)) +("rashid" nil (r ax sh iy1 d)) +("rasia" nil (r aa1 s iy0 ax)) +("rask" nil (r ae1 s k)) +("raska" nil (r aa1 s k ax)) +("raske" nil (r ey1 s k)) +("raskin" nil (r ae1 s k ih0 n)) +("rasmus" nil (r ae1 z m ih0 s)) +("rasmuson" nil (r ae1 z m ax s ax n)) +("rasmussen" nil (r ae1 s m ax s ax n)) +("rasmusson" nil (r ae1 z m ax s ax n)) +("rasnake" nil (r ae1 s n ax k)) +("rasner" nil (r ae1 s n er0)) +("rasnick" nil (r ae1 s n ih0 k)) +("raso" nil (r aa1 s ow0)) +("rasor" nil (r ey1 z er0)) +("rasorite" nil (r ae1 s er0 ay1 t)) +("rasp" nil (r ae1 s p)) +("raspberries" nil (r ae1 z b eh1 r iy0 z)) +("raspberry" nil (r ae1 z b eh1 r iy0)) +("rasped" nil (r ae1 s p t)) +("rasps" nil (r ae1 s p s)) +("rasputin" nil (r ax s p y uw1 t ih0 n)) +("raspy" nil (r ae1 s p iy0)) +("rast" nil (r ae1 s t)) +("raster" nil (r ae1 s t er0)) +("rasterops" nil (r ae1 s t er0 aa1 p s)) +("rastetter" nil (r ey1 s t ih0 t er0)) +("rastus" nil (r ae1 s t ax s)) +("rat" nil (r ae1 t)) +("rata" nil (r ae1 t ax)) +("ratajczak" nil (r ae1 t ax ch eh0 k)) +("ratay" nil (r ae1 t ey0)) +("ratchet" nil (r ae1 ch ax t)) +("ratcheted" nil (r ae1 ch ax t ih0 d)) +("ratcheting" nil (r ae1 ch ax t ih0 ng)) +("ratchford" nil (r ae1 ch f er0 d)) +("ratcliff" nil (r ae1 t k l ih0 f)) +("ratcliffe" nil (r ae1 t k l ih0 f)) +("rate" nil (r ey1 t)) +("rated" nil (r ey1 t ax d)) +("rateliff" nil (r ae1 t l ih0 f)) +("ratepayer" nil (r ey1 t p ey1 er0)) +("ratepayers" nil (r ey1 t p ey1 er0 z)) +("raters" nil (r ey1 t er0 z)) +("rates" nil (r ey1 t s)) +("rath" nil (r ae1 th)) +("rathbone" nil (r ae1 th b ow1 n)) +("rathbun" nil (r ae1 th b ax n)) +("rathburn" nil (r ae1 th b er0 n)) +("rathburne" nil (r ae1 th b er0 n)) +("rathe" nil (r ey1 dh)) +("rathel" nil (r ae1 th ax l)) +("rather" nil (r ae1 dh er0)) +("rathert" nil (r ae1 th er0 t)) +("rathgeber" nil (r ae1 th g ih0 b er0)) +("rathje" nil (r ae1 th jh)) +("rathjen" nil (r ae1 th jh ax n)) +("rathke" nil (r ae1 th k)) +("rathman" nil (r ae1 th m ax n)) +("rathmann" nil (r ae1 th m ax n)) +("rathskeller" nil (r ae1 th s k eh1 l er0)) +("ratican" nil (r ae1 t ih0 k ax n)) +("ratieni" nil (r ax t iy1 n iy0)) +("ratier" nil (r ey1 t y er0)) +("ratification" nil (r ae1 t ax f ax k ey1 sh ax n)) +("ratified" nil (r ae1 t ax f ay1 d)) +("ratifies" nil (r ae1 t ax f ay1 z)) +("ratify" nil (r ae1 t ax f ay1)) +("ratifying" nil (r ae1 t ax f ay1 ih0 ng)) +("rating" nil (r ey1 t ih0 ng)) +("ratings" nil (r ey1 t ih0 ng z)) +("ratio" nil (r ey1 sh iy0 ow1)) +("ration" nil (r ae1 sh ax n)) +("rational" nil (r ae1 sh ax n ax l)) +("rationale" nil (r ae1 sh ax n ae1 l)) +("rationales" nil (r ae1 sh ax n ae1 l z)) +("rationality" nil (r ae1 sh ax n ae1 l ih0 t iy0)) +("rationalization" nil (r ae1 sh ax n ax l ih0 z ey1 sh ax n)) +("rationalizations" nil (r ae1 sh ax n ax l ih0 z ey1 sh ax n z)) +("rationalize" nil (r ae1 sh ax n ax l ay1 z)) +("rationalized" nil (r ae1 sh ax n ax l ay1 z d)) +("rationalizing" nil (r ae1 sh ax n ax l ay1 z ih0 ng)) +("rationally" nil (r ae1 sh ax n ax l iy0)) +("rationed" nil (r ae1 sh ax n d)) +("rationing" nil (r ae1 sh ax n ih0 ng)) +("rations" nil (r ae1 sh ax n z)) +("ratios" nil (r ey1 sh iy0 ow1 z)) +("ratkovich" nil (r aa1 t k ax v ih0 ch)) +("ratkowski" nil (r ax t k ao1 f s k iy0)) +("ratledge" nil (r ae1 t l ih0 jh)) +("ratley" nil (r ae1 t l iy0)) +("ratliff" nil (r ae1 t l ih0 f)) +("ratliffe" nil (r ae1 t l ih0 f)) +("ratner" nil (r ae1 t n er0)) +("ratners" nil (r ae1 t n er0 z)) +("raton" nil (r ax t ow1 n)) +("rats" nil (r ae1 t s)) +("rattan" nil (r ae0 t ae1 n)) +("ratte" nil (r ae1 t)) +("ratterman" nil (r ae1 t er0 m ax n)) +("ratterree" nil (r ae1 t er0 iy1)) +("rattigan" nil (r ae1 t ih0 g ax n)) +("rattle" nil (r ae1 t ax l)) +("rattled" nil (r ae1 t ax l d)) +("rattler" nil (r ae1 t ax l er0)) +("rattles" nil (r ae1 t ax l z)) +("rattlesnake" nil (r ae1 t ax l s n ey1 k)) +("rattlesnakes" nil (r ae1 t ax l s n ey1 k s)) +("rattling" nil (r ae1 t l ih0 ng)) +("rattner" nil (r ae1 t n er0)) +("rattray" nil (r ae1 t r ey0)) +("ratts" nil (r ae1 t s)) +("ratty" nil (r ae1 t iy0)) +("ratu" nil (r aa0 t uw1)) +("ratz" nil (r ae1 t s)) +("ratzinger" nil (r ae1 t s ih1 ng er0)) +("ratzlaff" nil (r ae1 t z l ax f)) +("rau" nil (r aw1)) +("raub" nil (r ao1 b)) +("rauber" nil (r aw1 b er0)) +("raucci" nil (r ao1 ch iy0)) +("rauch" nil (r ao1 ch)) +("raucous" nil (r ao1 k ax s)) +("raudabaugh" nil (r ao1 d ax b ao0)) +("raudenbush" nil (r aw1 d ih0 n b ax sh)) +("rauen" nil (r aw1 ax n)) +("rauer" nil (r aw1 er0)) +("rauh" nil (r ao1)) +("raul" nil (r ao1 l)) +("raulerson" nil (r ao1 l er0 s ax n)) +("rauls" nil (r aa0 uw1 l z)) +("raulston" nil (r ao1 l s t ax n)) +("raum" nil (r ao1 m)) +("raun" nil (r ao1 n)) +("raunchy" nil (r ao1 n ch iy0)) +("raup" nil (r ao1 p)) +("raupp" nil (r ao1 p)) +("rausch" nil (r aw1 sh)) +("rauschenberg" nil (r aw1 sh ax n b er0 g)) +("rauscher" nil (r aw1 sh er0)) +("rauser" nil (r aw1 s er0)) +("rautenberg" nil (r aw1 t ax n b er0 g)) +("rauth" nil (r ao1 th)) +("rautio" nil (r aw1 t iy0 ow0)) +("ravaged" nil (r ae1 v ih0 jh d)) +("ravages" nil (r ae1 v ih0 jh ih0 z)) +("ravaging" nil (r ae1 v ih0 jh ih0 ng)) +("ravan" nil (r ey1 v ax n)) +("rave" nil (r ey1 v)) +("raved" nil (r ey1 v d)) +("raveled" nil (r ae1 v ax l d)) +("ravelo" nil (r aa0 v eh1 l ow0)) +("raven" nil (r ey1 v ax n)) +("ravenel" nil (r ae1 v ih0 n eh0 l)) +("ravenell" nil (r ae1 v ih0 n eh0 l)) +("ravenna" nil (r ax v eh1 n ax)) +("ravenous" nil (r ae1 v ax n ax s)) +("ravens" nil (r ey1 v ax n z)) +("ravenscraft" nil (r ey1 v ax n z k r ae1 f t)) +("ravenscroft" nil (r ey1 v ax n z k r ao1 f t)) +("ravenswood" nil (r ey1 v ax n z w uh1 d)) +("raver" nil (r ey1 v er0)) +("raves" nil (r ey1 v z)) +("ravi" nil (r aa1 v iy1)) +("ravin" nil (r ae1 v ih0 n)) +("ravindran" nil (r aa1 v ih1 n d r ax n)) +("ravine" nil (r ax v iy1 n)) +("raving" nil (r ey1 v ih0 ng)) +("ravioli" nil (r ae1 v iy0 ow1 l iy0)) +("ravishankar" nil (r aa1 v iy0 sh aa1 ng k aa1 r)) +("ravishing" nil (r ae1 v ih0 sh ih0 ng)) +("ravitch" nil (r ae1 v ih0 ch)) +("ravitz" nil (r ae1 v ih0 t s)) +("raw" nil (r ao1)) +("rawalpindi" nil (r ae1 w ao0 l p ih1 n d iy0)) +("rawding" nil (r ao1 d ih0 ng)) +("rawdon" nil (r ao1 d ax n)) +("rawe" nil (r ao1)) +("rawhide" nil (r ao1 hh ay1 d)) +("rawl" nil (r ao1 l)) +("rawles" nil (r ao1 l z)) +("rawley" nil (r ao1 l iy0)) +("rawling" nil (r ao1 l ih0 ng)) +("rawlings" nil (r ao1 l ih0 ng z)) +("rawlins" nil (r ao1 l ih0 n z)) +("rawlinson" nil (r ao1 l ih0 n s ax n)) +("rawls" nil (r ao1 l z)) +("rawski" nil (r ao1 s k iy1)) +("rawson" nil (r ao1 s ax n)) +("rax" nil (r ae1 k s)) +("raxter" nil (r ae1 k s t er0)) +("ray" nil (r ey1)) +("raya" nil (r ey1 ax)) +("raybon" nil (r ey1 b ax n)) +("rayborn" nil (r ey1 b er0 n)) +("raybould" nil (r ey1 b ow1 l d)) +("raybourn" nil (r ey0 b uh1 r n)) +("raybuck" nil (r ey1 b ah1 k)) +("rayburn" nil (r ey1 b er0 n)) +("raychem" nil (r ey1 k eh1 m)) +("raycon" nil (r ey1 k ax n)) +("raycraft" nil (r ey1 k r ae1 f t)) +("raye" nil (r ey1)) +("rayed" nil (r ey1 d)) +("rayfield" nil (r ey1 f iy1 l d)) +("rayford" nil (r ey1 f er0 d)) +("raygoza" nil (r ey1 g ow1 z ax)) +("rayl" nil (r ey1 l)) +("rayle" nil (r ey1 l)) +("rayman" nil (r ey1 m ax n)) +("raymark" nil (r ey1 m aa1 r k)) +("rayment" nil (r ey1 m ax n t)) +("raymer" nil (r ey1 m er0)) +("raymo" nil (r ey1 m ow0)) +("raymond" nil (r ey1 m ax n d)) +("raymonda" nil (r ey1 m aa1 n d ax)) +("raymund" nil (r ey1 m ax n d)) +("raymundo" nil (r ey1 m ah1 n d ow0)) +("raynard" nil (r ey1 n er0 d)) +("rayne" nil (r ey1 n)) +("rayner" nil (r ey1 n er0)) +("raynes" nil (r ey1 n z)) +("raynet" nil (r ey1 n eh1 t)) +("rayno" nil (r ey1 n ow0)) +("raynor" nil (r ey1 n er0)) +("rayon" nil (r ey1 ax n)) +("rayonier" nil (r ey1 ow0 n ih1 r)) +("rayos" nil (r ey1 ow0 z)) +("rayovac" nil (r ey1 ax v ae0 k)) +("rayrock" nil (r ey1 r aa1 k)) +("rays" nil (r ey1 z)) +("rayson" nil (r ey1 z ax n)) +("raysor" nil (r ey1 s er0)) +("raytech" nil (r ey1 t eh1 k)) +("raytheon" nil (r ey1 th iy0 aa0 n)) +("raz" nil (r ae1 z)) +("razaleigh" nil (r ae1 z ax l iy1)) +("raze" nil (r ey1 z)) +("razed" nil (r ey1 z d)) +("razing" nil (r ey1 z ih0 ng)) +("razo" nil (r aa1 z ow0)) +("razor" nil (r ey1 z er0)) +("razorback" nil (r ey1 z er0 b ae1 k)) +("razorbacks" nil (r ey1 z er0 b ae1 k s)) +("razors" nil (r ey1 z er0 z)) +("razzano" nil (r aa0 t s aa1 n ow0)) +("razzle" nil (r ae1 z ax l)) +("razzmatazz" nil (r ae1 z m ax t ae1 z)) +("rb" nil (aa1 r b iy1)) +("re" nil (r ey1)) +("rea" nil (r iy1)) +("reabsorbed" nil (r iy1 ax b z ao1 r b d)) +("reach" nil (r iy1 ch)) +("reachable" nil (r iy1 ch ax b ax l)) +("reached" nil (r iy1 ch t)) +("reaches" nil (r iy1 ch ax z)) +("reaching" nil (r iy1 ch ih0 ng)) +("reacquire" nil (r iy0 ax k w ay1 r)) +("reacquired" nil (r iy0 ax k w ay1 r d)) +("react" nil (r iy0 ae1 k t)) +("reacted" nil (r iy0 ae1 k t ax d)) +("reacting" nil (r iy0 ae1 k t ih0 ng)) +("reaction" nil (r iy0 ae1 k sh ax n)) +("reactionaries" nil (r iy0 ae1 k sh ax n eh1 r iy0 z)) +("reactionary" nil (r iy0 ae1 k sh ax n eh1 r iy0)) +("reactions" nil (r iy0 ae1 k sh ax n z)) +("reactivate" nil (r iy1 ae1 k t ax v ey1 t)) +("reactivated" nil (r iy1 ae1 k t ax v ey1 t ih0 d)) +("reactivating" nil (r iy1 ae1 k t ih0 v ey1 t ih0 ng)) +("reactive" nil (r iy0 ae1 k t ih0 v)) +("reactivity" nil (r iy1 ae1 k t ih1 v ax t iy0)) +("reactor" nil (r iy0 ae1 k t er0)) +("reactors" nil (r iy0 ae1 k t er0 z)) +("reacts" nil (r iy0 ae1 k t s)) +("read" nil (r eh1 d)) +("readability" nil (r iy1 d ax b ih1 l ih0 t iy0)) +("readable" nil (r iy1 d ax b ax l)) +("reade" nil (r eh1 d)) +("reader" nil (r iy1 d er0)) +("readerman" nil (r iy1 d er0 m ax n)) +("readers" nil (r iy1 d er0 z)) +("readership" nil (r iy1 d er0 sh ih1 p)) +("readied" nil (r eh1 d iy0 d)) +("readier" nil (r eh1 d iy0 er0)) +("readies" nil (r eh1 d iy0 z)) +("readily" nil (r eh1 d ax l iy0)) +("readiness" nil (r eh1 d iy0 n ax s)) +("reading" n (r eh1 d ih0 ng)) +("reading" v (r iy1 d ih0 ng)) +("readinger" nil (r eh1 d ih0 ng er0)) +("readings" nil (r eh1 d ih0 ng z)) +("readjust" nil (r iy1 ax jh ah1 s t)) +("readjusted" nil (r iy1 ax jh ah1 s t ih0 d)) +("readjusting" nil (r iy1 ax jh ah1 s t ih0 ng)) +("readjustment" nil (r iy0 ax jh ah1 s t m ax n t)) +("readjustments" nil (r iy0 ax jh ah1 s t m ax n t s)) +("readmitted" nil (r iy1 ax d m ih1 t ih0 d)) +("readout" nil (r iy1 d aw1 t)) +("reads" nil (r iy1 d z)) +("readus" nil (r eh1 d ih0 s)) +("ready" nil (r eh1 d iy0)) +("readying" nil (r eh1 d iy0 ih0 ng)) +("reaffiliation" nil (r iy0 ax f ih1 l iy0 ey1 sh ax n)) +("reaffirm" nil (r iy1 ax f er1 m)) +("reaffirmation" nil (r iy1 ae0 f er0 m ey1 sh ax n)) +("reaffirmed" nil (r iy1 ax f er1 m d)) +("reaffirming" nil (r iy1 ax f er1 m ih0 ng)) +("reaffirms" nil (r iy1 ax f er1 m z)) +("reagan" nil (r ey1 g ax n)) +("reaganesque" nil (r ey1 g ax n eh1 s k)) +("reaganism" nil (r ey1 g ax n ih1 z ax m)) +("reaganite" nil (r ey1 g ax n ay1 t)) +("reaganites" nil (r ey1 g ax n ay1 t s)) +("reaganomics" nil (r ey1 g ax n aa1 m ih0 k s)) +("reagans" nil (r ey1 g ax n z)) +("reagen" nil (r iy1 g ax n)) +("reagents" nil (r iy0 ey1 jh ax n t s)) +("reagle" nil (r iy1 g ax l)) +("reagor" nil (r iy1 g er0)) +("real" nil (r iy1 l)) +("realamerica" nil (r iy1 l ax m eh1 r ih0 k ax)) +("realcap" nil (r iy1 l k ae1 p)) +("reale" nil (r iy1 l)) +("realestate" nil (r iy1 l ih0 s t ey1 t)) +("reali" nil (r iy1 l iy0)) +("realign" nil (r iy0 ax l ay1 n)) +("realigned" nil (r iy0 ax l ay1 n d)) +("realigning" nil (r iy0 ax l ay1 n ih0 ng)) +("realignment" nil (r iy0 ax l ay1 n m ax n t)) +("realignments" nil (r iy0 ax l ay1 n m ax n t s)) +("realism" nil (r iy1 l ih0 z ax m)) +("realist" nil (r iy1 l ih0 s t)) +("realistic" nil (r iy1 ax l ih1 s t ih0 k)) +("realistically" nil (r iy1 ax l ih1 s t ih0 k l iy0)) +("realists" nil (r iy1 l ih0 s t s)) +("realities" nil (r iy0 ae1 l ax t iy0 z)) +("reality" nil (r iy0 ae1 l ax t iy0)) +("realizable" nil (r iy1 ax l ay1 z ax b ax l)) +("realization" nil (r iy1 l ax z ey1 sh ax n)) +("realizations" nil (r iy1 l ax z ey1 sh ax n z)) +("realize" nil (r iy1 l ay1 z)) +("realized" nil (r iy1 l ay1 z d)) +("realizes" nil (r iy1 ax l ay1 z ih0 z)) +("realizing" nil (r iy1 l ay1 z ih0 ng)) +("reallocate" nil (r iy0 ae1 l ax k ey0 t)) +("reallocated" nil (r iy1 ae1 l ax k ey1 t ih0 d)) +("reallocating" nil (r iy0 ae1 l ax k ey1 t ih0 ng)) +("reallocation" nil (r iy0 ae1 l ax k ey1 sh ax n)) +("reallowance" nil (r iy1 ax l aw1 ax n s)) +("really" nil (r ih1 l iy0)) +("realm" nil (r eh1 l m)) +("realms" nil (r eh1 l m z)) +("realmuto" nil (r ax l m uw1 t ow0)) +("realpolitik" nil (r iy1 l p ao1 l ih0 t ih1 k)) +("realtor" nil (r iy1 ax l t er0)) +("realtors" nil (r iy1 ax l t er0 z)) +("realty" nil (r iy1 ax l t iy0)) +("ream" nil (r iy1 m)) +("reamer" nil (r iy1 m er0)) +("reamers" nil (r iy1 m er0 z)) +("reames" nil (r iy1 m z)) +("reams" nil (r iy1 m z)) +("reamy" nil (r iy1 m iy0)) +("reaney" nil (r iy1 n iy0)) +("reap" nil (r iy1 p)) +("reaped" nil (r iy1 p t)) +("reaper" nil (r iy1 p er0)) +("reaping" nil (r iy1 p ih0 ng)) +("reappear" nil (r iy1 ax p ih1 r)) +("reappearance" nil (r iy1 ax p ih1 r ax n s)) +("reappeared" nil (r iy1 ax p ih1 r d)) +("reappears" nil (r iy1 ax p ih1 r z)) +("reapply" nil (r iy1 ax p l iy0)) +("reappoint" nil (r iy1 ax p oy1 n t)) +("reappointed" nil (r iy1 ax p oy1 n t ih0 d)) +("reappointment" nil (r iy1 ax p oy1 n t m ax n t)) +("reapportionment" nil (r iy1 ax p ao1 r sh ax n m ax n t)) +("reappraisal" nil (r iy1 ax p r ey1 z ax l)) +("reappraise" nil (r iy1 ax p r ey1 z)) +("reappraised" nil (r iy0 ax p r ey1 z d)) +("reaps" nil (r iy1 p s)) +("rear" nil (r ih1 r)) +("rearden" nil (r ih1 r d ax n)) +("reardon" nil (r ih1 r d ax n)) +("reared" nil (r ih1 r d)) +("rearick" nil (r ih1 r ih0 k)) +("rearing" nil (r ih1 r ih0 ng)) +("rearm" nil (r iy1 aa1 r m)) +("rearmament" nil (r iy0 aa1 r m ax m ax n t)) +("rearrange" nil (r iy1 er0 ey1 n jh)) +("rearranged" nil (r iy1 er0 ey1 n jh d)) +("rearrangement" nil (r iy0 er0 ey1 n jh m ax n t)) +("rearranging" nil (r iy1 er0 ey1 n jh ih0 ng)) +("rearrested" nil (r iy0 er0 eh1 s t ih0 d)) +("rears" nil (r ih1 r z)) +("reas" nil (r iy1 z)) +("rease" nil (r iy1 s)) +("reaser" nil (r iy1 s er0)) +("reasner" nil (r iy1 s n er0)) +("reason" nil (r iy1 z ax n)) +("reasonable" nil (r iy1 z ax n ax b ax l)) +("reasonableness" nil (r iy1 z ax n ax b ax l n ax s)) +("reasonably" nil (r iy1 z ax n ax b l iy0)) +("reasoned" nil (r iy1 z ax n d)) +("reasoner" nil (r iy1 z ax n er0)) +("reasoning" nil (r iy1 z ax n ih0 ng)) +("reasonover" nil (r iy1 z ax n ow1 v er0)) +("reasons" nil (r iy1 z ax n z)) +("reasor" nil (r iy1 s er0)) +("reassemble" nil (r iy1 ax s eh1 m b ax l)) +("reassembled" nil (r iy1 ax s eh1 m b ax l d)) +("reassert" nil (r iy1 ax s er1 t)) +("reasserted" nil (r iy1 ax s er1 t ax d)) +("reasserting" nil (r iy1 ax s er1 t ih0 ng)) +("reassertion" nil (r iy1 ax s er1 sh ax n)) +("reasserts" nil (r iy1 ax s er1 t s)) +("reassess" nil (r iy0 ax s eh1 s)) +("reassessed" nil (r iy0 ax s eh1 s t)) +("reassessing" nil (r iy0 ax s eh1 s ih0 ng)) +("reassessment" nil (r iy1 ax s eh1 s m ax n t)) +("reassign" nil (r iy1 ax s ay1 n)) +("reassigned" nil (r iy1 ax s ay1 n d)) +("reassigning" nil (r iy1 ax s ay1 n ih0 ng)) +("reassignment" nil (r iy0 ax s ay1 n m ax n t)) +("reassignments" nil (r iy1 ax s ay1 n m ax n t s)) +("reassume" nil (r iy0 ax s uw1 m)) +("reassumed" nil (r iy0 ax s uw1 m d)) +("reassurance" nil (r iy1 ax sh uh1 r ax n s)) +("reassurances" nil (r iy1 ax sh er1 ax n s ih0 z)) +("reassure" nil (r iy1 ax sh uh1 r)) +("reassured" nil (r iy1 ax sh uh1 r d)) +("reassures" nil (r iy1 ax sh uh1 r z)) +("reassuring" nil (r iy1 ax sh uh1 r ih0 ng)) +("reassuringly" nil (r iy0 ax sh er1 ih0 ng l iy0)) +("reatta" nil (r iy1 aa1 t ax)) +("reaume" nil (r uw1 m)) +("reauthorization" nil (r iy0 ao1 th er0 ih0 z ey1 sh ax n)) +("reauthorize" nil (r iy0 ao1 th er0 ay1 z)) +("reauthorized" nil (r iy0 ao1 th er0 ay1 z d)) +("reauthorizing" nil (r iy0 ao1 th er0 ay1 z ih0 ng)) +("reaux" nil (r ow1)) +("reave" nil (r iy1 v)) +("reaver" nil (r iy1 v er0)) +("reaves" nil (r iy1 v z)) +("reavis" nil (r iy1 v ih0 s)) +("reawakened" nil (r iy1 ax w ey1 k ax n d)) +("reawakening" nil (r iy1 ax w ey1 k ax n ih0 ng)) +("reay" nil (r ey1)) +("reba" nil (r iy1 b ax)) +("reback" nil (r iy1 b ae0 k)) +("rebalancing" nil (r iy0 b ae1 l ax n s ih0 ng)) +("rebar" nil (r iy1 b aa1 r)) +("rebate" nil (r iy1 b ey1 t)) +("rebated" nil (r iy1 b ey1 t ih0 d)) +("rebates" nil (r iy1 b ey1 t s)) +("rebbe" nil (r iy1 b ax)) +("rebecca" nil (r ax b eh1 k ax)) +("rebeck" nil (r iy1 b eh0 k)) +("rebeka" nil (r ih0 b iy1 k ax)) +("rebekka" nil (r ih0 b eh1 k ax)) +("rebel" n (r eh1 b ax l)) +("rebel" v (r ax b eh1 l)) +("rebelled" nil (r ih0 b eh1 l d)) +("rebelling" nil (r ih0 b eh1 l ih0 ng)) +("rebellion" nil (r ih0 b eh1 l y ax n)) +("rebellions" nil (r ih0 b eh1 l y ax n z)) +("rebellious" nil (r ih0 b eh1 l y ax s)) +("rebelliousness" nil (r ax b eh1 l iy0 ax s n ax s)) +("rebello" nil (r eh0 b eh1 l ow0)) +("rebelo" nil (r eh0 b eh1 l ow0)) +("rebels" n (r eh1 b ax l z)) +("rebels" v (r ax b eh1 l z)) +("reber" nil (r eh1 b er0)) +("rebert" nil (r eh1 b er0 t)) +("rebholz" nil (r eh1 b hh ow0 l z)) +("rebid" nil (r iy0 b ih1 d)) +("rebirth" nil (r iy0 b er1 th)) +("rebirths" nil (r iy0 b er1 th s)) +("rebman" nil (r eh1 b m ax n)) +("rebmann" nil (r eh1 b m ax n)) +("rebo" nil (r iy1 b ow0)) +("reborn" nil (r iy1 b ao1 r n)) +("rebound" v (r iy0 b aw1 n d)) +("rebound" n (r iy1 b aw1 n d)) +("rebounded" nil (r ih0 b aw1 n d ih0 d)) +("rebounding" nil (r ih0 b aw1 n d ih0 ng)) +("rebounds" n (r iy1 b aw1 n d z)) +("rebounds" v (r iy0 b aw1 n d z)) +("rebroadcast" nil (r iy0 b r ao1 d k ae1 s t)) +("rebstock" nil (r eh1 b s t aa1 k)) +("rebuck" nil (r eh1 b ax k)) +("rebuff" nil (r ih0 b ah1 f)) +("rebuffed" nil (r ih0 b ah1 f t)) +("rebuffing" nil (r iy0 b ah1 f ih0 ng)) +("rebuffs" nil (r iy0 b ah1 f s)) +("rebuild" nil (r iy0 b ih1 l d)) +("rebuilder" nil (r iy0 b ih1 l d er0)) +("rebuilders" nil (r iy0 b ih1 l d er0 z)) +("rebuilding" nil (r iy0 b ih1 l d ih0 ng)) +("rebuilds" nil (r iy0 b ih1 l d z)) +("rebuilt" nil (r iy0 b ih1 l t)) +("rebuke" nil (r iy0 b y uw1 k)) +("rebuked" nil (r ih0 b y uw1 k t)) +("rebukes" nil (r iy0 b y uw1 k s)) +("rebuking" nil (r iy0 b y uw1 k ih0 ng)) +("rebus" nil (r iy1 b ax s)) +("rebut" nil (r ih0 b ah1 t)) +("rebuttal" nil (r ih0 b ah1 t ax l)) +("rebuttals" nil (r ih0 b ah1 t ax l z)) +("rebutted" nil (r ih0 b ah1 t ih0 d)) +("rebutting" nil (r ih0 b ah1 t ih0 ng)) +("recadi" nil (r ih0 k ae1 d iy0)) +("recalcitrance" nil (r ih0 k ae1 l s ax t r ax n s)) +("recalcitrant" nil (r ih0 k ae1 l s ih0 t r ax n t)) +("recalculate" nil (r iy0 k ae1 l k y ax l ey1 t)) +("recalculated" nil (r iy0 k ae1 l k y ax l ey1 t ih0 d)) +("recalculating" nil (r iy0 k ae1 l k y ax l ey1 t ih0 ng)) +("recalculation" nil (r iy0 k ae1 l k y ax l ey1 sh ax n)) +("recall" nil (r iy1 k ao1 l)) +("recalled" nil (r ih0 k ao1 l d)) +("recalling" nil (r ih0 k ao1 l ih0 ng)) +("recalls" nil (r iy1 k ao1 l z)) +("recant" nil (r iy0 k ae1 n t)) +("recantation" nil (r eh1 k ax n t ey1 sh ax n)) +("recanted" nil (r iy0 k ae1 n t ih0 d)) +("recanting" nil (r ax k ae1 n t ih0 ng)) +("recap" nil (r iy1 k ae1 p)) +("recapitalization" nil (r iy1 k ae1 p ih0 t ax l ih0 z ey1 sh ax n)) +("recapitalizations" nil (r iy0 k ae1 p ax t ax l ax z ey1 sh ax n z)) +("recapitalize" nil (r iy1 k ae1 p ih0 t ax l ay1 z)) +("recapitalized" nil (r iy1 k ae1 p ih0 t ax l ay1 z d)) +("recapitalizing" nil (r iy1 k ae1 p ih0 t ax l ay1 z ih0 ng)) +("recapitulates" nil (r iy1 k ax p ih1 ch ax l ey1 t s)) +("recapped" nil (r iy0 k ae1 p t)) +("recapping" nil (r iy0 k ae1 p ih0 ng)) +("recapture" nil (r iy0 k ae1 p ch er0)) +("recaptured" nil (r iy0 k ae1 p ch er0 d)) +("recapturing" nil (r iy0 k ae1 p ch er0 ih0 ng)) +("recarey" nil (r iy0 k eh1 r iy0)) +("recast" nil (r iy0 k ae1 s t)) +("recasting" nil (r iy0 k ae1 s t ih0 ng)) +("recchia" nil (r eh1 k iy0 ax)) +("recede" nil (r ih0 s iy1 d)) +("receded" nil (r ax s iy1 d ax d)) +("recedes" nil (r iy0 s iy1 d z)) +("receding" nil (r ih0 s iy1 d ih0 ng)) +("receipt" nil (r ih0 s iy1 t)) +("receipts" nil (r ih0 s iy1 t s)) +("receivable" nil (r ih0 s iy1 v ax b ax l)) +("receivables" nil (r ih0 s iy1 v ax b ax l z)) +("receive" nil (r ax s iy1 v)) +("received" nil (r ax s iy1 v d)) +("receiver" nil (r ax s iy1 v er0)) +("receivers" nil (r ax s iy1 v er0 z)) +("receivership" nil (r ih0 s iy1 v er0 sh ih1 p)) +("receiverships" nil (r ih0 s iy1 v er0 sh ih1 p s)) +("receives" nil (r ax s iy1 v z)) +("receiving" nil (r ax s iy1 v ih0 ng)) +("recent" nil (r iy1 s ax n t)) +("recently" nil (r iy1 s ax n t l iy0)) +("receptacle" nil (r ax s eh1 p t ax k ax l)) +("receptacles" nil (r ih0 s eh1 p t ih0 k ax l z)) +("receptech" nil (r iy1 s eh1 p t eh1 k)) +("reception" nil (r ih0 s eh1 p sh ax n)) +("receptionist" nil (r ih0 s eh1 p sh ax n ih0 s t)) +("receptionists" nil (r ih0 s eh1 p sh ax n ih0 s t s)) +("receptions" nil (r ih0 s eh1 p sh ax n z)) +("receptive" nil (r ih0 s eh1 p t ih0 v)) +("receptivity" nil (r iy1 s eh1 p t ih1 v ih0 t iy0)) +("receptor" nil (r iy0 s eh1 p t er0)) +("receptors" nil (r ax s eh1 p t er0 z)) +("recess" nil (r ih0 s eh1 s)) +("recessed" nil (r ih0 s eh1 s t)) +("recesses" nil (r iy1 s eh0 s ax z)) +("recession" nil (r ih0 s eh1 sh ax n)) +("recessionary" nil (r iy0 s eh1 sh ax n eh1 r iy0)) +("recessions" nil (r ih0 s eh1 sh ax n z)) +("recessive" nil (r ax s eh1 s ih0 v)) +("rech" nil (r eh1 k)) +("recharge" nil (r iy0 ch aa1 r jh)) +("rechargeable" nil (r iy0 ch aa1 r jh ax b ax l)) +("recharged" nil (r iy0 ch aa1 r jh d)) +("recharging" nil (r iy0 ch aa1 r jh ih0 ng)) +("recheck" nil (r iy1 ch eh1 k)) +("rechecked" nil (r iy0 ch eh1 k t)) +("rechristened" nil (r iy1 k r ih1 s ax n d)) +("recht" nil (r eh1 k t)) +("recidivism" nil (r ax s ih1 d ih0 v ih1 z ax m)) +("recine" nil (r eh0 ch iy1 n iy0)) +("recio" nil (r eh1 ch iy0 ow0)) +("recipe" nil (r eh1 s ax p iy0)) +("recipes" nil (r eh1 s ax p iy0 z)) +("recipient" nil (r ax s ih1 p iy0 ax n t)) +("recipients" nil (r ih0 s ih1 p iy0 ax n t s)) +("reciprocal" nil (r ih0 s ih1 p r ax k ax l)) +("reciprocate" nil (r ih0 s ih1 p r ax k ey1 t)) +("reciprocated" nil (r ih0 s ih1 p r ax k ey1 t ih0 d)) +("reciprocating" nil (r ih0 s ih1 p r ax k ey1 t ih0 ng)) +("reciprocity" nil (r eh1 s ih0 p r aa1 s ih0 t iy0)) +("recision" nil (r ih0 s ih1 zh ax n)) +("recission" nil (r ax s ih1 sh ax n)) +("recital" nil (r ax s ay1 t ax l)) +("recitals" nil (r ih0 s ay1 t ax l z)) +("recitation" nil (r eh1 s ax t ey1 sh ax n)) +("recitations" nil (r eh1 s ih0 t ey1 sh ax n z)) +("recitatives" nil (r eh1 s ax t ax t iy1 v z)) +("recite" nil (r ax s ay1 t)) +("recited" nil (r ax s ay1 t ax d)) +("recites" nil (r iy0 s ay1 t s)) +("reciting" nil (r iy0 s ay1 t ih0 ng)) +("reck" nil (r eh1 k)) +("reckard" nil (r eh1 k er0 d)) +("recker" nil (r eh1 k er0)) +("reckitt" nil (r eh1 k ih0 t)) +("reckless" nil (r eh1 k l ax s)) +("recklessly" nil (r eh1 k l ax s l iy0)) +("recklessness" nil (r eh1 k l ax s n ax s)) +("reckner" nil (r eh1 k n er0)) +("reckon" nil (r eh1 k ax n)) +("reckoned" nil (r eh1 k ax n d)) +("reckoning" nil (r eh1 k ax n ih0 ng)) +("reckons" nil (r eh1 k ax n z)) +("recktenwald" nil (r ih0 k t eh1 n w ax l d)) +("reclaim" nil (r iy0 k l ey1 m)) +("reclaimed" nil (r iy0 k l ey1 m d)) +("reclaimer" nil (r iy0 k l ey1 m er0)) +("reclaiming" nil (r iy0 k l ey1 m ih0 ng)) +("reclamation" nil (r eh1 k l ax m ey1 sh ax n)) +("reclassification" nil (r iy0 k l ae1 s ax f ax k ey1 sh ax n)) +("reclassified" nil (r iy0 k l ae1 s ax f ay1 d)) +("reclassify" nil (r iy0 k l ae1 s ih0 f ay1)) +("reclassifying" nil (r iy0 k l ae1 s ih0 f ay1 ih0 ng)) +("recliner" nil (r ih0 k l ay1 n er0)) +("reclining" nil (r ih0 k l ay1 n ih0 ng)) +("recluse" nil (r ih0 k l uw1 s)) +("reclusive" nil (r ih0 k l uw1 s ih0 v)) +("reco" nil (r iy1 k ow0)) +("recognition" nil (r eh1 k ax g n ih1 sh ax n)) +("recognizable" nil (r eh1 k ax g n ay1 z ax b ax l)) +("recognizably" nil (r eh1 k ax g n ay1 z ax b l iy0)) +("recognizance" nil (r ih0 k aa1 n ax z ax n s)) +("recognize" nil (r eh1 k ax g n ay1 z)) +("recognized" nil (r eh1 k ax g n ay1 z d)) +("recognizes" nil (r eh1 k ax g n ay1 z ax z)) +("recognizing" nil (r eh1 k ax g n ay1 z ih0 ng)) +("recoil" nil (r iy0 k oy1 l)) +("recoiled" nil (r iy0 k oy1 l d)) +("recoils" nil (r iy0 k oy1 l z)) +("recollect" nil (r eh1 k ax l eh1 k t)) +("recollected" nil (r eh1 k ax l eh1 k t ih0 d)) +("recollecting" nil (r eh1 k ax l eh1 k t ih0 ng)) +("recollection" nil (r eh1 k ax l eh1 k sh ax n)) +("recollections" nil (r eh1 k ax l eh1 k sh ax n z)) +("recollects" nil (r eh1 k ax l eh1 k t s)) +("recombinant" nil (r ih0 k aa1 m b ih0 n ax n t)) +("recombine" nil (r iy1 k ax m b ay1 n)) +("recommend" nil (r eh1 k ax m eh1 n d)) +("recommendation" nil (r eh1 k ax m ax n d ey1 sh ax n)) +("recommendations" nil (r eh1 k ax m ax n d ey1 sh ax n z)) +("recommended" nil (r eh1 k ax m eh1 n d ax d)) +("recommending" nil (r eh1 k ax m eh1 n d ih0 ng)) +("recommends" nil (r eh1 k ax m eh1 n d z)) +("recommit" nil (r ih0 k aa1 m ih0 t)) +("recompense" nil (r eh1 k ax m p eh1 n s)) +("reconcile" nil (r eh1 k ax n s ay1 l)) +("reconciled" nil (r eh1 k ax n s ay1 l d)) +("reconciles" nil (r eh1 k ax n s ay1 l z)) +("reconciliation" nil (r eh1 k ax n s ih1 l iy0 ey1 sh ax n)) +("reconciliations" nil (r eh1 k ax n s ih1 l iy0 ey1 sh ax n z)) +("reconciling" nil (r eh1 k ax n s ay1 l ih0 ng)) +("recondite" nil (r eh1 k ax n d ay1 t)) +("reconditioned" nil (r iy1 k ax n d ih1 sh ax n d)) +("reconditioning" nil (r iy1 k ax n d ih1 sh ax n ih0 ng)) +("reconfiguration" nil (r iy0 k ax n f ih1 g y er0 ey1 sh ax n)) +("reconfigure" nil (r iy1 k ax n f ih1 g y er0)) +("reconfigured" nil (r iy1 k ax n f ih1 g y er0 d)) +("reconfirm" nil (r iy1 k ax n f er1 m)) +("reconfirmation" nil (r iy1 k aa1 n f er0 m ey1 sh ax n)) +("reconfirmed" nil (r iy1 k ax n f er1 m d)) +("reconnaissance" nil (r iy0 k aa1 n ax s ax n s)) +("reconnect" nil (r iy0 k ax n eh1 k t)) +("reconquered" nil (r iy0 k ao1 ng k er0 d)) +("reconsider" nil (r iy1 k ax n s ih1 d er0)) +("reconsideration" nil (r iy0 k ax n s ih1 d er0 ey1 sh ax n)) +("reconsidered" nil (r iy1 k ax n s ih1 d er0 d)) +("reconsidering" nil (r iy1 k ax n s ih1 d er0 ih0 ng)) +("reconstitute" nil (r iy0 k aa1 n s t ax t uw1 t)) +("reconstituted" nil (r iy0 k aa1 n s t ax t uw1 t ih0 d)) +("reconstruct" nil (r iy1 k ax n s t r ah1 k t)) +("reconstructed" nil (r iy1 k ax n s t r ah1 k t ih0 d)) +("reconstructing" nil (r iy1 k ax n s t r ah1 k t ih0 ng)) +("reconstruction" nil (r iy1 k ax n s t r ah1 k sh ax n)) +("reconstructions" nil (r iy1 k ax n s t r ah1 k sh ax n z)) +("reconstructive" nil (r iy1 k ax n s t r ah1 k t ih0 v)) +("reconvene" nil (r iy0 k ax n v iy1 n)) +("reconvened" nil (r iy0 k ax n v iy1 n d)) +("reconvenes" nil (r iy0 k ax n v iy1 n z)) +("record" v (r ax k ao1 r d)) +("record" n (r eh1 k er0 d)) +("recordable" nil (r ih0 k ao1 r d ax b ax l)) +("recorded" nil (r ax k ao1 r d ax d)) +("recorder" nil (r ih0 k ao1 r d er0)) +("recorders" nil (r ih0 k ao1 r d er0 z)) +("recording" nil (r ax k ao1 r d ih0 ng)) +("recordings" nil (r ih0 k ao1 r d ih0 ng z)) +("recordkeeping" nil (r eh1 k er0 d k iy1 p ih0 ng)) +("records" v (r ax k ao1 r d z)) +("records" n (r eh1 k er0 d z)) +("recore" nil (r eh0 k ao1 r iy0)) +("recount" v (r iy0 k aw1 n t)) +("recount" n (r iy1 k aw0 n t)) +("recounted" nil (r ih0 k aw1 n t ih0 d)) +("recounting" nil (r ih0 k aw1 n t ih0 ng)) +("recounts" n (r iy1 k aw0 n t s)) +("recounts" v (r iy0 k aw1 n t s)) +("recoup" nil (r ih0 k uw1 p)) +("recouped" nil (r ih0 k uw1 p t)) +("recouping" nil (r ih0 k uw1 p ih0 ng)) +("recoups" nil (r ih0 k uw1 p s)) +("recourse" nil (r iy1 k ao0 r s)) +("recover" nil (r ih0 k ah1 v er0)) +("recoverable" nil (r ih0 k ah1 v er0 ax b ax l)) +("recovered" nil (r ax k ah1 v er0 d)) +("recoveries" nil (r ih0 k ah1 v er0 iy0 z)) +("recovering" nil (r ax k ah1 v er0 ih0 ng)) +("recovers" nil (r ih0 k ah1 v er0 z)) +("recovery" nil (r ax k ah1 v er0 iy0)) +("recreate" nil (r eh1 k r iy0 ey1 t)) +("recreated" nil (r eh1 k r iy0 ey1 t ih0 d)) +("recreates" nil (r eh1 k r iy0 ey1 t s)) +("recreating" nil (r eh1 k r iy0 ey1 t ih0 ng)) +("recreation" nil (r eh1 k r iy0 ey1 sh ax n)) +("recreational" nil (r eh1 k r iy0 ey1 sh ax n ax l)) +("recrimination" nil (r ih0 k r ih1 m ih0 n ey1 sh ax n)) +("recriminations" nil (r ih0 k r ih1 m ih0 n ey1 sh ax n z)) +("recruit" nil (r ax k r uw1 t)) +("recruited" nil (r ih0 k r uw1 t ih0 d)) +("recruiter" nil (r ih0 k r uw1 t er0)) +("recruiters" nil (r ih0 k r uw1 t er0 z)) +("recruiting" nil (r ax k r uw1 t ih0 ng)) +("recruitment" nil (r ax k r uw1 t m ax n t)) +("recruits" nil (r ax k r uw1 t s)) +("rectal" nil (r eh1 k t ax l)) +("rectangle" nil (r eh1 k t ae0 ng g ax l)) +("rectangles" nil (r eh1 k t ae1 ng g ax l z)) +("rectangular" nil (r eh0 k t ae1 ng g y ax l er0)) +("rectenwald" nil (r eh1 k t ih0 n w ao0 l d)) +("rectification" nil (r eh1 k t ax f ax k ey1 sh ax n)) +("rectified" nil (r eh1 k t ax f ay1 d)) +("rectifier" nil (r eh1 k t ax f ay1 er0)) +("rectifiers" nil (r eh1 k t ax f ay1 er0 z)) +("rectify" nil (r eh1 k t ax f ay1)) +("rectifying" nil (r eh1 k t ax f ay1 ih0 ng)) +("rectitude" nil (r eh1 k t ih0 t uw1 d)) +("rector" nil (r eh1 k t er0)) +("rectum" nil (r eh1 k t ax m)) +("recuperate" nil (r ih0 k uw1 p er0 ey1 t)) +("recuperating" nil (r ih0 k uw1 p er0 ey1 t ih0 ng)) +("recuperation" nil (r ih0 k uw1 p er0 ey1 sh ax n)) +("recupero" nil (r ey0 k uw0 p eh1 r ow0)) +("recur" nil (r ih0 k er1)) +("recurred" nil (r iy0 k er1 d)) +("recurrence" nil (r ih0 k er1 ax n s)) +("recurrent" nil (r ih0 k er1 ax n t)) +("recurring" nil (r ih0 k er1 ih0 ng)) +("recusal" nil (r ih0 k y uw1 z ax l)) +("recuse" nil (r ih1 k y uw1 z)) +("recused" nil (r ih0 k y uw1 z d)) +("recusing" nil (r ih1 k y uw1 z ih0 ng)) +("recyclable" nil (r iy0 s ay1 k l ax b ax l)) +("recycle" nil (r iy0 s ay1 k ax l)) +("recycled" nil (r iy0 s ay1 k ax l d)) +("recycler" nil (r iy0 s ay1 k l er0)) +("recyclers" nil (r iy0 s ay1 k l er0 z)) +("recycles" nil (r iy0 s ay1 k ax l z)) +("recycling" nil (r iy0 s ay1 k ax l ih0 ng)) +("reczek" nil (r eh1 ch eh0 k)) +("red" nil (r eh1 d)) +("reda" nil (r ey1 d ax)) +("redact" nil (r ih0 d ae1 k t)) +("redacted" nil (r ih0 d ae1 k t ih0 d)) +("redactes" nil (r ih0 d ae1 k t s)) +("redacting" nil (r ih0 d ae1 k t ih0 ng)) +("redbird" nil (r eh1 d b er1 d)) +("redbook" nil (r eh1 d b uh1 k)) +("redbud" nil (r eh1 d b ah1 d)) +("redburn" nil (r eh1 d b er1 n)) +("redcay" nil (r eh1 d k ey0)) +("redco" nil (r eh1 d k ow0)) +("redcoats" nil (r eh1 d k ow1 t s)) +("redd" nil (r eh1 d)) +("reddell" nil (r eh1 d ax l)) +("redden" nil (r eh1 d ax n)) +("redder" nil (r eh1 d er0)) +("reddick" nil (r eh1 d ih0 k)) +("reddig" nil (r eh1 d ih0 g)) +("reddin" nil (r eh1 d ih0 n)) +("redding" nil (r eh1 d ih0 ng)) +("reddinger" nil (r eh1 d ih0 ng er0)) +("reddington" nil (r eh1 d ih0 ng t ax n)) +("reddish" nil (r eh1 d ih0 sh)) +("redditt" nil (r eh1 d ih0 t)) +("reddoch" nil (r eh1 d ax k)) +("reddy" nil (r eh1 d iy0)) +("redecorate" nil (r iy0 d eh1 k er0 ey1 t)) +("redecorated" nil (r iy0 d eh1 k er0 ey1 t ih0 d)) +("redecorating" nil (r iy0 d eh1 k er0 ey1 t ih0 ng)) +("redecoration" nil (r iy1 d eh0 k er0 ey1 sh ax n)) +("redeem" nil (r ih0 d iy1 m)) +("redeemable" nil (r ih0 d iy1 m ax b ax l)) +("redeemed" nil (r ih0 d iy1 m d)) +("redeeming" nil (r ih0 d iy1 m ih0 ng)) +("redeems" nil (r ax d iy1 m z)) +("redefine" nil (r iy0 d ih0 f ay1 n)) +("redefined" nil (r iy0 d ih0 f ay1 n d)) +("redefining" nil (r iy0 d ih0 f ay1 n ih0 ng)) +("redefinition" nil (r iy0 d eh1 f ax n ih1 sh ax n)) +("redeker" nil (r eh1 d ih0 k er0)) +("redel" nil (r eh1 d ax l)) +("redell" nil (r eh1 d ax l)) +("redemption" nil (r ih0 d eh1 m p sh ax n)) +("redemptions" nil (r ih0 d eh1 m p sh ax n z)) +("redemptive" nil (r ih0 d eh1 m p t ih0 v)) +("redenbaugh" nil (r eh1 d ih0 n b aw0)) +("redenius" nil (r eh1 d iy0 n iy0 ih0 s)) +("redeploy" nil (r iy1 d ih0 p l oy1)) +("redeployed" nil (r iy1 d ih0 p l oy1 d)) +("redeploying" nil (r iy1 d ih0 p l oy1 ih0 ng)) +("redeployment" nil (r iy1 d ih0 p l oy1 m ax n t)) +("redeployments" nil (r iy1 d ih0 p l oy1 m ax n t s)) +("redeposition" nil (r iy0 d eh1 p ax z ih1 sh ax n)) +("reder" nil (r eh1 d er0)) +("redesign" nil (r iy1 d ih0 z ay1 n)) +("redesigned" nil (r iy1 d ih0 z ay1 n d)) +("redesigning" nil (r iy1 d ih0 z ay1 n ih0 ng)) +("redevelop" nil (r iy0 d ih0 v eh1 l ax p)) +("redevelopment" nil (r iy1 d ih0 v eh1 l ax p m ax n t)) +("redfearn" nil (r eh1 d f er0 n)) +("redfern" nil (r eh1 d f er1 n)) +("redfield" nil (r eh1 d f iy1 l d)) +("redfish" nil (r eh1 d f ih1 sh)) +("redford" nil (r eh1 d f er0 d)) +("redgrave" nil (r eh1 d g r ey1 v)) +("redhanded" nil (r eh1 d hh ae1 n d ih0 d)) +("redhead" nil (r eh1 d hh eh1 d)) +("redheaded" nil (r eh1 d hh eh1 d ih0 d)) +("redheads" nil (r eh1 d hh eh1 d z)) +("redi" nil (r eh1 d iy0)) +("redic" nil (r eh1 d ih0 k)) +("redick" nil (r eh1 d ih0 k)) +("redid" nil (r iy0 d ih1 d)) +("redifer" nil (r eh1 d ih0 f er0)) +("rediffusion" nil (r iy0 d ih0 f y uw1 zh ax n)) +("rediger" nil (r eh1 d ih0 g er0)) +("rediker" nil (r eh1 d ih0 k er0)) +("reding" nil (r iy1 d ih0 ng)) +("redinger" nil (r eh1 d ih0 ng er0)) +("redington" nil (r eh1 d ih0 ng t ax n)) +("redirect" nil (r iy1 d er0 eh1 k t)) +("redirected" nil (r iy1 d er0 eh1 k t ih0 d)) +("redirecting" nil (r iy1 d er0 eh1 k t ih0 ng)) +("redirection" nil (r iy1 d er0 eh1 k sh ax n)) +("rediscover" nil (r iy0 d ih0 s k ah1 v er0)) +("rediscovered" nil (r iy0 d ih0 s k ah1 v er0 d)) +("rediscovering" nil (r iy0 d ih0 s k ah1 v er0 ih0 ng)) +("rediscovery" nil (r iy0 d ih0 s k ah1 v r iy0)) +("redish" nil (r eh1 d ih0 sh)) +("redisplay" nil (r iy0 d ih0 s p l ey1)) +("redistribute" nil (r iy1 d ih0 s t r ih1 b y uw0 t)) +("redistributed" nil (r iy1 d ih0 s t r ih1 b y uw0 t ih0 d)) +("redistributing" nil (r iy1 d ih0 s t r ih1 b y uw0 t ih0 ng)) +("redistribution" nil (r iy1 d ih0 s t r ax b y uw1 sh ax n)) +("redistributive" nil (r iy0 d ih0 s t r ih1 b y uw0 t ih0 v)) +("redistricting" nil (r iy0 d ih1 s t r ih0 k t ih0 ng)) +("redken" nil (r eh1 d k ax n)) +("redland" nil (r eh1 d l ax n d)) +("redler" nil (r eh1 d l er0)) +("redley" nil (r eh1 d l iy0)) +("redlich" nil (r eh1 d l ih0 k)) +("redlin" nil (r eh1 d l ih0 n)) +("redlinger" nil (r eh1 d ax l ih0 ng er0)) +("redlining" nil (r eh1 d l ay1 n ih0 ng)) +("redman" nil (r eh1 d m ae1 n)) +("redmann" nil (r eh1 d m ax n)) +("redmon" nil (r eh1 d m ax n)) +("redmond" nil (r eh1 d m ax n d)) +("redmund" nil (r eh1 d m ax n d)) +("redneck" nil (r eh1 d n eh1 k)) +("rednecks" nil (r eh1 d n eh1 k s)) +("redner" nil (r eh1 d n er0)) +("redness" nil (r eh1 d n ax s)) +("rednour" nil (r eh0 d n uh1 r)) +("redo" nil (r iy0 d uw1)) +("redoglia" nil (r ax d aa1 g l iy0 ax)) +("redoing" nil (r iy0 d uw1 ih0 ng)) +("redondo" nil (r ih0 d aa1 n d ow0)) +("redone" nil (r iy0 d ah1 n)) +("redouble" nil (r iy0 d ah1 b ax l)) +("redoubled" nil (r iy0 d ah1 b ax l d)) +("redoubling" nil (r iy0 d ah1 b ax l ih0 ng)) +("redoubt" nil (r ax d aw1 t)) +("redoubtable" nil (r ax d aw1 t ax b ax l)) +("redound" nil (r ih0 d aw1 n d)) +("redpath" nil (r eh1 d p ae1 th)) +("redpolls" nil (r eh1 d p ow1 l z)) +("redraft" nil (r iy0 d r ae1 f t)) +("redrafted" nil (r iy0 d r ae1 f t ih0 d)) +("redraw" nil (r iy0 d r ao1)) +("redrawn" nil (r iy0 d r ao1 n)) +("redress" nil (r ih0 d r eh1 s)) +("redressing" nil (r iy0 d r eh1 s ih0 ng)) +("reds" nil (r eh1 d z)) +("redshaw" nil (r eh1 d sh ao1)) +("redskin" nil (r eh1 d s k ih1 n)) +("redskins" nil (r eh1 d s k ih1 n z)) +("redstone" nil (r eh1 d s t ow1 n)) +("reduce" nil (r ax d uw1 s)) +("reduced" nil (r ax d uw1 s t)) +("reduces" nil (r ax d uw1 s ax z)) +("reducible" nil (r ax d uw1 s ax b ax l)) +("reducing" nil (r ax d uw1 s ih0 ng)) +("reduction" nil (r ax d ah1 k sh ax n)) +("reductions" nil (r ih0 d ah1 k sh ax n z)) +("redundancies" nil (r ih0 d ah1 n d ax n s iy0 z)) +("redundancy" nil (r ih0 d ah1 n d ax n s iy0)) +("redundant" nil (r ih0 d ah1 n d ax n t)) +("redus" nil (r iy1 d ax s)) +("redwald" nil (r eh1 d w ax l d)) +("redwine" nil (r eh1 d w ay1 n)) +("redwood" nil (r eh1 d w uh1 d)) +("redwoods" nil (r eh1 d w uh1 d z)) +("ree" nil (r iy1)) +("reeb" nil (r iy1 b)) +("reebok" nil (r iy1 b aa0 k)) +("reeboks" nil (r iy1 b aa0 k s)) +("reebs" nil (r iy1 b z)) +("reece" nil (r iy1 s)) +("reeck" nil (r iy1 k)) +("reed" nil (r iy1 d)) +("reeder" nil (r iy1 d er0)) +("reeds" nil (r iy1 d z)) +("reedy" nil (r iy1 d iy0)) +("reef" nil (r iy1 f)) +("reefs" nil (r iy1 f s)) +("reeg" nil (r iy1 g)) +("reeh" nil (r iy1)) +("reek" nil (r iy1 k)) +("reeking" nil (r iy1 k ih0 ng)) +("reeks" nil (r iy1 k s)) +("reel" nil (r iy1 l)) +("reelected" nil (r iy0 ih0 l eh1 k t ax d)) +("reelection" nil (r iy0 ih0 l eh1 k sh ax n)) +("reeled" nil (r iy1 l d)) +("reeling" nil (r iy1 l ih0 ng)) +("reels" nil (r iy1 l z)) +("reemerge" nil (r iy0 ih0 m er1 jh)) +("reemerged" nil (r iy0 ih0 m er1 jh d)) +("reemergence" nil (r iy0 ih0 m er1 jh ax n s)) +("reemployment" nil (r iy0 ih0 m p l oy1 m ax n t)) +("reen" nil (r iy1 n)) +("reenacted" nil (r iy0 ih0 n ae1 k t ih0 d)) +("reenactment" nil (r iy0 ih0 n ae1 k t m ax n t)) +("reenactments" nil (r iy0 ih0 n ae1 k t m ax n t s)) +("reenacts" nil (r iy0 ih0 n ae1 k t s)) +("reengineering" nil (r iy0 eh1 n jh ax n ih1 r ih0 ng)) +("reenter" nil (r iy0 ih1 n t er0)) +("reentering" nil (r iy0 ih1 n t er0 ih0 ng)) +("reentry" nil (r iy0 ih1 n t r iy0)) +("reents" nil (r iy1 n t s)) +("reep" nil (r iy1 p)) +("rees" nil (r iy1 z)) +("reese" nil (r iy1 s)) +("reeser" nil (r iy1 s er0)) +("reesman" nil (r iy1 s m ax n)) +("reesor" nil (r iy1 s er0)) +("reestablish" nil (r iy0 ih0 s t ae1 b l ih0 sh)) +("reestablished" nil (r iy1 ih0 s t ae1 b l ih0 sh t)) +("reestablishing" nil (r iy0 ih0 s t ae1 b l ih0 sh ih0 ng)) +("reetz" nil (r iy1 t s)) +("reevaluate" nil (r iy1 ih0 v ae1 l uw0 ey1 t)) +("reevaluating" nil (r iy0 ih0 v ae1 l y uw0 ey1 t ih0 ng)) +("reevaluation" nil (r iy0 ih0 v ae1 l y uw0 ey1 sh ax n)) +("reeve" nil (r iy1 v)) +("reever" nil (r iy1 v er0)) +("reeves" nil (r iy1 v z)) +("reexamination" nil (r iy0 ih0 g z ae1 m ax n ey1 sh ax n)) +("reexamine" nil (r iy0 eh0 g z ae1 m ax n)) +("reexamined" nil (r iy0 ih0 g z ae1 m ax n d)) +("reexamining" nil (r iy0 ih0 g z ae1 m ax n ih0 ng)) +("reexport" nil (r iy0 eh1 k s p ao1 r t)) +("reexports" nil (r iy0 eh1 k s p ao1 r t s)) +("ref" nil (r eh1 f)) +("refaat" nil (r ax f aa1 t)) +("refah" nil (r ax f aa1)) +("refco" nil (r eh1 f k ow0)) +("refcorp" nil (r eh1 f k ao0 r p)) +("refenes" nil (r eh1 f ih0 n eh1 s)) +("refer" nil (r ax f er1)) +("referee" nil (r eh1 f er0 iy1)) +("referees" nil (r eh1 f er0 iy1 z)) +("reference" nil (r eh1 f er0 ax n s)) +("referenced" nil (r eh1 f er0 ax n s t)) +("references" nil (r eh1 f er0 ax n s ih0 z)) +("referenda" nil (r eh1 f er0 eh1 n d ax)) +("referendum" nil (r eh1 f er0 eh1 n d ax m)) +("referendums" nil (r eh1 f er0 eh1 n d ax m z)) +("refering" nil (r ih0 f er1 ih0 ng)) +("referral" nil (r ih0 f er1 ax l)) +("referrals" nil (r ih0 f er1 ax l z)) +("referred" nil (r ax f er1 d)) +("referring" nil (r ih0 f er1 ih0 ng)) +("refers" nil (r ax f er1 z)) +("reff" nil (r eh1 f)) +("reffett" nil (r eh1 f ih0 t)) +("reffitt" nil (r eh1 f ih0 t)) +("reffner" nil (r eh1 f n er0)) +("refile" nil (r iy0 f ay1 l)) +("refiled" nil (r iy0 f ay1 l d)) +("refill" nil (r iy1 f ih1 l)) +("refills" nil (r iy1 f ih1 l z)) +("refinance" nil (r iy1 f ax n ae1 n s)) +("refinanced" nil (r iy1 f ax n ae1 n s t)) +("refinances" nil (r iy1 f ax n ae1 n s ih0 z)) +("refinancing" nil (r iy1 f ax n ae1 n s ih0 ng)) +("refinancings" nil (r iy1 f ax n ae1 n s ih0 ng z)) +("refine" nil (r ax f ay1 n)) +("refined" nil (r ax f ay1 n d)) +("refinement" nil (r ax f ay1 n m ax n t)) +("refinements" nil (r ih0 f ay1 n m ax n t s)) +("refiner" nil (r ih0 f ay1 n er0)) +("refineries" nil (r ih0 f ay1 n er0 iy0 z)) +("refiners" nil (r ih0 f ay1 n er0 z)) +("refinery" nil (r ih0 f ay1 n er0 iy0)) +("refines" nil (r ih0 f ay1 n z)) +("refining" nil (r ax f ay1 n ih0 ng)) +("refinish" nil (r iy0 f ih1 n ih0 sh)) +("refinished" nil (r iy0 f ih1 n ih0 sh t)) +("refinishing" nil (r iy0 f ih1 n ih0 sh ih0 ng)) +("refit" nil (r iy0 f ih1 t)) +("refitted" nil (r iy0 f ih1 t ih0 d)) +("refitting" nil (r iy0 f ih1 t ih0 ng)) +("reflag" nil (r iy0 f l ae1 g)) +("reflagged" nil (r iy0 f l ae1 g d)) +("reflagging" nil (r iy0 f l ae1 g ih0 ng)) +("reflate" nil (r iy0 f l ey1 t)) +("reflation" nil (r iy0 f l ey1 sh ax n)) +("reflect" nil (r ax f l eh1 k t)) +("reflected" nil (r ax f l eh1 k t ax d)) +("reflecting" nil (r ax f l eh1 k t ih0 ng)) +("reflection" nil (r ax f l eh1 k sh ax n)) +("reflections" nil (r ih0 f l eh1 k sh ax n z)) +("reflective" nil (r ih0 f l eh1 k t ih0 v)) +("reflectone" nil (r iy0 f l eh1 k t ow1 n)) +("reflects" nil (r ih0 f l eh1 k t s)) +("reflex" nil (r iy1 f l eh0 k s)) +("reflexes" nil (r iy1 f l eh0 k s ax z)) +("reflexive" nil (r ax f l eh1 k s ih0 v)) +("reflexively" nil (r iy0 f l eh1 k s ih0 v l iy0)) +("reflexivity" nil (r iy1 f l eh1 k s ih1 v ih0 t iy0)) +("refocus" nil (r iy0 f ow1 k ax s)) +("refocused" nil (r iy0 f ow1 k ax s t)) +("refocuses" nil (r iy0 f ow1 k ax s ih0 z)) +("refocusing" nil (r iy0 f ow1 k ax s ih0 ng)) +("reforest" nil (r iy0 f ao1 r ax s t)) +("reforestation" nil (r iy1 f ao0 r ax s t ey1 sh ax n)) +("reform" nil (r ax f ao1 r m)) +("reforma" nil (r ih0 f ao1 r m ax)) +("reformation" nil (r eh1 f er0 m ey1 sh ax n)) +("reformatories" nil (r ih0 f ao1 r m ax t ao1 r iy0 z)) +("reformatory" nil (r ih0 f ao1 r m ax t ao1 r iy0)) +("reformed" nil (r ih0 f ao1 r m d)) +("reformer" nil (r ih0 f ao1 r m er0)) +("reformers" nil (r ih0 f ao1 r m er0 z)) +("reforming" nil (r ih0 f ao1 r m ih0 ng)) +("reformist" nil (r ih0 f ao1 r m ih0 s t)) +("reformists" nil (r ih0 f ao1 r m ih0 s t s)) +("reforms" nil (r ax f ao1 r m z)) +("reformulate" nil (r iy0 f ao1 r m y ax l ey1 t)) +("reformulated" nil (r iy0 f ao1 r m y ax l ey1 t ih0 d)) +("refractive" nil (r ax f r ae1 k t ih0 v)) +("refractories" nil (r ih0 f r ae1 k t er0 iy0 z)) +("refractors" nil (r ax f r ae1 k t er0 z)) +("refractory" nil (r ax f r ae1 k t er0 iy0)) +("refrain" nil (r ih0 f r ey1 n)) +("refrained" nil (r ih0 f r ey1 n d)) +("refraining" nil (r ih0 f r ey1 n ih0 ng)) +("refrains" nil (r ih0 f r ey1 n z)) +("refresh" nil (r ih0 f r eh1 sh)) +("refreshed" nil (r iy0 f r eh1 sh t)) +("refresher" nil (r ih0 f r eh1 sh er0)) +("refreshes" nil (r ih0 f r eh1 sh ih0 z)) +("refreshing" nil (r ih0 f r eh1 sh ih0 ng)) +("refreshingly" nil (r iy0 f r eh1 sh ih0 ng l iy0)) +("refreshment" nil (r ax f r eh1 sh m ax n t)) +("refreshments" nil (r ax f r eh1 sh m ax n t s)) +("refrigerant" nil (r ih0 f r ih1 jh er0 ax n t)) +("refrigerants" nil (r ih0 f r ih1 jh er0 ax n t s)) +("refrigerated" nil (r ih0 f r ih1 jh er0 ey1 t ih0 d)) +("refrigeration" nil (r ih0 f r ih1 jh er0 ey1 sh ax n)) +("refrigerator" nil (r ax f r ih1 jh er0 ey1 t er0)) +("refrigerators" nil (r ih0 f r ih1 jh er0 ey1 t er0 z)) +("refsnes" nil (r eh1 f s n iy0 z)) +("refuel" nil (r iy0 f y uw1 ax l)) +("refueled" nil (r iy0 f y uw1 ax l d)) +("refueling" nil (r iy0 f y uw1 ax l ih0 ng)) +("refuge" nil (r eh1 f y uw0 jh)) +("refugee" nil (r eh1 f y uh0 jh iy1)) +("refugees" nil (r eh1 f y uw1 jh iy1 z)) +("refuges" nil (r eh1 f y uw0 jh ih0 z)) +("refund" nil (r ih0 f ah1 n d)) +("refundable" nil (r ih0 f ah1 n d ax b ax l)) +("refunded" nil (r ih0 f ah1 n d ih0 d)) +("refunding" nil (r ih0 f ah1 n d ih0 ng)) +("refundings" nil (r iy1 f ah1 n d ih0 ng z)) +("refunds" nil (r ih0 f ah1 n d z)) +("refurbish" nil (r iy0 f er1 b ih0 sh)) +("refurbished" nil (r iy0 f er1 b ih0 sh t)) +("refurbishing" nil (r iy0 f er1 b ih0 sh ih0 ng)) +("refurbishment" nil (r iy0 f er1 b ih0 sh m ax n t)) +("refusal" nil (r ax f y uw1 z ax l)) +("refusals" nil (r ih0 f y uw1 z ax l z)) +("refuse" v (r ax f y uw1 z)) +("refuse" n (r eh1 f y uw1 s)) +("refused" nil (r ax f y uw1 z d)) +("refuseniks" nil (r ih0 f y uw1 z n ih0 k s)) +("refuses" nil (r ax f y uw1 z ax z)) +("refusing" nil (r ax f y uw1 z ih0 ng)) +("refutation" nil (r eh1 f y uw0 t ey1 sh ax n)) +("refute" nil (r ih0 f y uw1 t)) +("refuted" nil (r ih0 f y uw1 t ih0 d)) +("refutes" nil (r ih0 f y uw1 t s)) +("refuting" nil (r ih0 f y uw1 t ih0 ng)) +("reg" nil (r eh1 g)) +("rega" nil (r iy1 g ax)) +("regain" nil (r ih0 g ey1 n)) +("regained" nil (r iy0 g ey1 n d)) +("regaining" nil (r ih0 g ey1 n ih0 ng)) +("regains" nil (r iy0 g ey1 n z)) +("regal" nil (r iy1 g ax l)) +("regalado" nil (r ey0 g aa0 l aa1 d ow0)) +("regaled" nil (r ih0 g ey1 l d)) +("regalia" nil (r ih0 g ey1 l y ax)) +("regaling" nil (r ih0 g ey1 l ih0 ng)) +("regally" nil (r iy1 g ax l iy0)) +("regan" nil (r iy1 g ax n)) +("regard" nil (r ax g aa1 r d)) +("regarded" nil (r ax g aa1 r d ax d)) +("regarding" nil (r ax g aa1 r d ih0 ng)) +("regardless" nil (r ax g aa1 r d l ax s)) +("regards" nil (r ih0 g aa1 r d z)) +("regas" nil (r iy1 g ax z)) +("regatta" nil (r ih0 g aa1 t ax)) +("regattas" nil (r ax g aa1 t ax z)) +("regehr" nil (r eh1 g ih0 r)) +("regel" nil (r eh1 g ax l)) +("regen" nil (r eh1 g ax n)) +("regency" nil (r iy1 jh ax n s iy0)) +("regenerate" nil (r iy0 jh eh1 n er0 ey1 t)) +("regenerated" nil (r iy0 jh eh1 n er0 ey1 t ih0 d)) +("regenerating" nil (r iy0 jh eh1 n er0 ey1 t ih0 ng)) +("regeneration" nil (r iy0 jh eh1 n er0 ey1 sh ax n)) +("regeneron" nil (r iy0 jh eh1 n er0 ao1 n)) +("regensburg" nil (r iy1 g ax n z b er0 g)) +("regensteiner" nil (r eh1 g ax n s t ay1 n er0)) +("regent" nil (r iy1 jh ax n t)) +("regents" nil (r iy1 jh ax n t s)) +("reger" nil (r iy1 g er0)) +("regester" nil (r eh1 jh ih0 s t er0)) +("reggae" nil (r eh1 g ey1)) +("reggie" nil (r eh1 jh iy0)) +("reggio" nil (r eh1 jh iy0 ow0)) +("reggy" nil (r eh1 g iy0)) +("regie" nil (r eh1 g iy0)) +("regier" nil (r iy1 g iy0 er0)) +("regime" nil (r ax zh iy1 m)) +("regimen" nil (r eh1 jh ax m ax n)) +("regimens" nil (r eh1 jh ax m ax n z)) +("regiment" nil (r eh1 jh ax m ax n t)) +("regimental" nil (r eh1 jh ax m eh1 n t ax l)) +("regimentation" nil (r eh1 jh ax m eh0 n t ey1 sh ax n)) +("regimented" nil (r eh1 jh ax m eh1 n t ih0 d)) +("regiments" nil (r eh1 jh ax m ax n t s)) +("regimes" nil (r ax zh iy1 m z)) +("regina" nil (r ih0 jh iy1 n ax)) +("reginald" nil (r eh1 jh ax n ax l d)) +("region" nil (r iy1 jh ax n)) +("regional" nil (r iy1 jh ax n ax l)) +("regionally" nil (r iy1 jh ax n ax l iy0)) +("regionals" nil (r iy1 jh ax n ax l z)) +("regions" nil (r iy1 jh ax n z)) +("regis" nil (r iy1 jh ih0 s)) +("register" nil (r eh1 jh ih0 s t er0)) +("registered" nil (r eh1 jh ax s t er0 d)) +("registering" nil (r eh1 jh ih0 s t er0 ih0 ng)) +("registers" nil (r eh1 jh ax s t er0 z)) +("registrants" nil (r eh1 jh ax s t r ax n t s)) +("registrar" nil (r eh1 jh ih0 s t r aa1 r)) +("registrars" nil (r eh1 jh ih0 s t r aa1 r z)) +("registration" nil (r eh1 jh ax s t r ey1 sh ax n)) +("registrations" nil (r eh1 jh ih0 s t r ey1 sh ax n z)) +("registries" nil (r eh1 jh ih0 s t r iy0 z)) +("registry" nil (r eh1 jh ih0 s t r iy0)) +("regner" nil (r eh1 g n er0)) +("regnery" nil (r eh1 g n er0 iy0)) +("regnier" nil (r eh1 g n iy0 er0)) +("rego" nil (r eh1 g ow0)) +("regress" nil (r iy1 g r eh0 s)) +("regression" nil (r ax g r eh1 sh ax n)) +("regressions" nil (r ax g r eh1 sh ax n z)) +("regressive" nil (r ax g r eh1 s ih0 v)) +("regret" nil (r ax g r eh1 t)) +("regretful" nil (r ih0 g r eh1 t f ax l)) +("regretfully" nil (r ih0 g r eh1 t f ax l iy0)) +("regrets" nil (r ih0 g r eh1 t s)) +("regrettable" nil (r ih0 g r eh1 t ax b ax l)) +("regrettably" nil (r ih0 g r eh1 t ax b l iy0)) +("regretted" nil (r ih0 g r eh1 t ih0 d)) +("regretting" nil (r ih0 g r eh1 t ih0 ng)) +("regroup" nil (r iy0 g r uw1 p)) +("regrouped" nil (r iy0 g r uw1 p t)) +("regrouping" nil (r iy0 g r uw1 p ih0 ng)) +("regula" nil (r eh0 g uw1 l ax)) +("regular" nil (r eh1 g y ax l er0)) +("regularity" nil (r eh1 g y ax l eh1 r ax t iy0)) +("regularly" nil (r eh1 g y ax l er0 l iy0)) +("regulars" nil (r eh1 g y ax l er0 z)) +("regulate" nil (r eh1 g y ax l ey1 t)) +("regulated" nil (r eh1 g y ax l ey1 t ax d)) +("regulates" nil (r eh1 g y ax l ey1 t s)) +("regulating" nil (r eh1 g y ax l ey1 t ih0 ng)) +("regulation" nil (r eh1 g y ax l ey1 sh ax n)) +("regulations" nil (r eh1 g y ax l ey1 sh ax n z)) +("regulative" nil (r eh1 g y ax l ey1 t ih0 v)) +("regulator" nil (r eh1 g y ax l ey1 t er0)) +("regulators" nil (r eh1 g y ax l ey1 t er0 z)) +("regulatory" nil (r eh1 g y ax l ax t ao1 r iy0)) +("reh" nil (r eh1)) +("reha" nil (r iy1 hh ax)) +("rehab" nil (r iy0 hh ae0 b)) +("rehabilitate" nil (r iy1 hh ax b ih1 l ax t ey1 t)) +("rehabilitated" nil (r iy1 hh ax b ih1 l ax t ey1 t ih0 d)) +("rehabilitating" nil (r iy1 hh ax b ih1 l ih0 t ey1 t ih0 ng)) +("rehabilitation" nil (r iy1 hh ax b ih1 l ih0 t ey1 sh ax n)) +("rehabilitations" nil (r iy1 hh ax b ih1 l ax t ey1 sh ax n z)) +("rehabilitative" nil (r iy1 hh ax b ih1 l ax t ey1 t ih0 v)) +("rehability" nil (r iy1 hh ax b ih1 l ax t iy0)) +("rehak" nil (r eh1 hh ax k)) +("rehash" nil (r iy0 hh ae1 sh)) +("rehashing" nil (r iy0 hh ae1 sh ih0 ng)) +("rehbein" nil (r eh1 b ay0 n)) +("rehberg" nil (r eh1 b er0 g)) +("rehberger" nil (r eh1 b er0 g er0)) +("rehder" nil (r eh1 d er0)) +("rehear" nil (r iy0 hh ih1 r)) +("rehearing" nil (r iy0 hh ih1 r ih0 ng)) +("rehearings" nil (r iy0 hh ih1 r ih0 ng z)) +("rehearsal" nil (r ih0 hh er1 s ax l)) +("rehearsals" nil (r ih0 hh er1 s ax l z)) +("rehearse" nil (r iy0 hh er1 s)) +("rehearsed" nil (r iy0 hh er1 s t)) +("rehearsing" nil (r ih0 hh er1 s ih0 ng)) +("reher" nil (r eh1 r)) +("rehfeld" nil (r eh1 f eh1 l d)) +("rehfeldt" nil (r eh1 f eh1 l t)) +("rehg" nil (r eh1 jh)) +("rehire" nil (r iy0 hh ay1 r)) +("rehired" nil (r iy0 hh ay1 er0 d)) +("rehiring" nil (r iy0 hh ay1 r ih0 ng)) +("rehkopf" nil (r eh1 k ao0 p f)) +("rehling" nil (r eh1 l ih0 ng)) +("rehm" nil (r eh1 m)) +("rehman" nil (r eh1 m ax n)) +("rehmann" nil (r eh1 m ax n)) +("rehmer" nil (r eh1 m er0)) +("rehn" nil (r eh1 n)) +("rehnquist" nil (r eh1 n k w ih1 s t)) +("rehor" nil (r eh1 hh er0)) +("rehrig" nil (r eh1 r ih0 g)) +("rehydration" nil (r iy1 hh ay0 d r ey1 sh ax n)) +("reibel" nil (r ay1 b ax l)) +("reiber" nil (r ay1 b er0)) +("reich" nil (r ay1 k)) +("reichard" nil (r ay1 k er0 d)) +("reichardt" nil (r ay1 k aa0 r t)) +("reichart" nil (r iy1 ih0 k hh aa0 r t)) +("reiche" nil (r ay1 k)) +("reichel" nil (r ay1 k ax l)) +("reichelderfer" nil (r ay1 k ih0 l d er0 f er0)) +("reichelt" nil (r ay1 k ih0 l t)) +("reichenbach" nil (r ay1 k ax n b aa1 k)) +("reichenberg" nil (r ay1 k ax n b er0 g)) +("reichenberger" nil (r ay1 k ax n b er0 g er0)) +("reicher" nil (r ay1 k er0)) +("reichert" nil (r ay1 k er0 t)) +("reichhold" nil (r ay1 k hh ow1 l d)) +("reichl" nil (r ay1 k ax l)) +("reichle" nil (r ay1 k ax l)) +("reichler" nil (r ay1 k l er0)) +("reichley" nil (r ay1 k l iy0)) +("reichlin" nil (r ay1 k l ih0 n)) +("reichling" nil (r ay1 k ax l ih0 ng)) +("reichman" nil (r ay1 k m ax n)) +("reichmann" nil (r ay1 k m ax n)) +("reichmanns" nil (r ay1 k m ax n z)) +("reichmuth" nil (r ay1 k m uw1 th)) +("reichow" nil (r ay1 k ow0)) +("reichstuhl" nil (r ay1 k s t uw0 l)) +("reichwein" nil (r ay1 k w ay1 n)) +("reick" nil (r iy1 k)) +("reicks" nil (r ay1 k s)) +("reid" nil (r iy1 d)) +("reidel" nil (r ay1 d ax l)) +("reidenbach" nil (r ay1 d ih0 n b aa0 k)) +("reider" nil (r iy1 d er0)) +("reidinger" nil (r ay1 d ih0 ng er0)) +("reidt" nil (r iy1 d t)) +("reidy" nil (r iy1 d iy0)) +("reier" nil (r ey1 er0)) +("reierson" nil (r ay1 er0 s ax n)) +("reif" nil (r iy1 f)) +("reifel" nil (r ay1 f ax l)) +("reiff" nil (r iy1 f)) +("reifschneider" nil (r ay1 f sh n ay0 d er0)) +("reifsnyder" nil (r ay1 f s n ay0 d er0)) +("reifsteck" nil (r ay1 f s t ih0 k)) +("reigel" nil (r ay1 g ax l)) +("reiger" nil (r ay1 g er0)) +("reighard" nil (r ay1 g hh er0 d)) +("reigle" nil (r iy1 g ax l)) +("reign" nil (r ey1 n)) +("reigned" nil (r ey1 n d)) +("reigning" nil (r ey1 n ih0 ng)) +("reignite" nil (r iy0 ih0 g n ay1 t)) +("reignited" nil (r iy0 ih0 g n ay1 t ih0 d)) +("reigniting" nil (r iy0 ih0 g n ay1 t ih0 ng)) +("reigns" nil (r ey1 n z)) +("reiher" nil (r ay1 hh er0)) +("reihl" nil (r ay1 l)) +("reil" nil (r ey1 l)) +("reiland" nil (r ay1 l ax n d)) +("reiley" nil (r ey1 l iy0)) +("reiling" nil (r ay1 l ih0 ng)) +("reilley" nil (r ey1 l iy0)) +("reilly" nil (r ay1 l iy0)) +("reily" nil (r iy1 l iy0)) +("reim" nil (r iy1 m)) +("reiman" nil (r ay1 m ax n)) +("reimann" nil (r ay1 m ax n)) +("reimburse" nil (r iy1 ih0 m b er1 s)) +("reimbursed" nil (r iy1 ih0 m b er1 s t)) +("reimbursement" nil (r iy1 ih0 m b er1 s m ax n t)) +("reimbursements" nil (r iy1 ih0 m b er1 s m ax n t s)) +("reimburses" nil (r iy1 ih0 m b er1 s ih0 z)) +("reimbursing" nil (r iy1 ih0 m b er1 s ih0 ng)) +("reimer" nil (r ay1 m er0)) +("reimers" nil (r ay1 m er0 z)) +("reimpose" nil (r iy0 ih0 m p ow1 z)) +("reimposed" nil (r iy0 ih0 m p ow1 z d)) +("reimposing" nil (r iy0 ih0 m p ow1 z ih0 ng)) +("reimposition" nil (r iy0 ih0 m p ax z ih1 sh ax n)) +("rein" nil (r ey1 n)) +("reina" nil (r ey0 iy1 n ax)) +("reinaldo" nil (r ey1 n aa1 l d ow0)) +("reinard" nil (r ay1 n er0 d)) +("reinbold" nil (r ay1 n b ow1 l d)) +("reinbolt" nil (r ay1 n b ow1 l t)) +("reincarnated" nil (r iy1 ih0 n k aa1 r n ey1 t ih0 d)) +("reincarnation" nil (r iy0 ih0 n k aa0 r n ey1 sh ax n)) +("reincke" nil (r ay1 ng k)) +("reincorporate" nil (r iy0 ih0 n k ao1 r p er0 ey1 t)) +("reincorporating" nil (r iy0 ih0 n k ao1 r p er0 ey1 t ih0 ng)) +("reincorporation" nil (r iy0 ih0 n k ao1 r p er0 ey1 sh ax n)) +("reindeer" nil (r ey1 n d ih1 r)) +("reindel" nil (r ay1 n d ax l)) +("reinders" nil (r ay1 n d er0 z)) +("reindl" nil (r ay1 n d ax l)) +("reine" nil (r ey1 n)) +("reineck" nil (r ay1 n eh0 k)) +("reinecke" nil (r ay1 n ih0 k)) +("reined" nil (r ey1 n d)) +("reineke" nil (r ay1 n ih0 k)) +("reiner" nil (r ay1 n er0)) +("reiners" nil (r ay1 n er0 z)) +("reinert" nil (r ay1 n er0 t)) +("reinertsen" nil (r ay1 n er0 t s ax n)) +("reinertson" nil (r ay1 n er0 t s ax n)) +("reines" nil (r ey1 n z)) +("reinforce" nil (r iy1 ih0 n f ao1 r s)) +("reinforced" nil (r iy1 ih0 n f ao1 r s t)) +("reinforcement" nil (r iy1 ih0 n f ao1 r s m ax n t)) +("reinforcements" nil (r iy1 ih0 n f ao1 r s m ax n t s)) +("reinforces" nil (r iy1 ih0 n f ao1 r s ih0 z)) +("reinforcing" nil (r iy1 ih0 n f ao1 r s ih0 ng)) +("reingold" nil (r ay1 ng g ow0 l d)) +("reinhard" nil (r ay1 n hh aa1 r d)) +("reinhardt" nil (r ay1 n hh aa1 r t)) +("reinhart" nil (r ay1 n hh aa0 r t)) +("reinheimer" nil (r ay1 n hh ay1 m er0)) +("reinhold" nil (r ay1 n hh ow0 l t)) +("reinholz" nil (r ay1 n hh ow0 l z)) +("reinig" nil (r ay1 n ih0 g)) +("reining" nil (r ey1 n ih0 ng)) +("reininger" nil (r ay1 n ih0 ng er0)) +("reinitz" nil (r ay1 n ih0 t s)) +("reinke" nil (r ey1 ng k)) +("reinking" nil (r ay1 ng k ih0 ng)) +("reinoehl" nil (r ay1 n ow0 l)) +("reins" nil (r ey1 n z)) +("reinsch" nil (r ay1 n sh)) +("reinsdorf" nil (r ay1 n z d ao1 r f)) +("reinsel" nil (r ay1 n s ax l)) +("reinspection" nil (r iy0 ih0 n s p eh1 k sh ax n)) +("reinstate" nil (r iy1 ih0 n s t ey1 t)) +("reinstated" nil (r iy1 ih0 n s t ey1 t ih0 d)) +("reinstatement" nil (r iy1 ih0 n s t ey1 t m ax n t)) +("reinstating" nil (r iy1 ih0 n s t ey1 t ih0 ng)) +("reinstein" nil (r ay1 n s t ay1 n)) +("reinstitute" nil (r iy0 ih1 n s t ih0 t uw0 t)) +("reinstituted" nil (r iy0 ih1 n s t ih0 t uw0 t ih0 d)) +("reinstituting" nil (r iy0 ih1 n s t ax t uw1 t ih0 ng)) +("reinsurance" nil (r iy1 ih0 n sh uh1 r ax n s)) +("reinsure" nil (r iy1 ih0 n sh uh1 r)) +("reinsured" nil (r iy1 ih0 n sh uh1 r d)) +("reinsurer" nil (r iy1 ih0 n sh uh1 r er0)) +("reinsurers" nil (r iy1 ih0 n sh uh1 r er0 z)) +("reintegrated" nil (r iy0 ih1 n t ax g r ey1 t ih0 d)) +("reinterpret" nil (r iy1 ih0 n t er1 p r ax t)) +("reinterpretation" nil (r iy0 ih0 n t er1 p r ax t ey1 sh ax n)) +("reinterpreted" nil (r iy0 ih0 n t er1 p r ax t ih0 d)) +("reinterpreting" nil (r iy0 ih0 n t er1 p r ax t ih0 ng)) +("reintroduce" nil (r iy0 ih0 n t r ax d uw1 s)) +("reintroduced" nil (r iy0 ih0 n t r ax d uw1 s t)) +("reintroduces" nil (r iy0 ih0 n t r ax d uw1 s ih0 z)) +("reintroducing" nil (r iy0 ih0 n t r ax d uw1 s ih0 ng)) +("reintroduction" nil (r iy0 ih0 n t r ax d ah1 k sh ax n)) +("reints" nil (r ay1 n t s)) +("reinvent" nil (r iy0 ih0 n v eh1 n t)) +("reinvented" nil (r iy0 ih0 n v eh1 n t ih0 d)) +("reinventing" nil (r iy0 ih0 n v eh1 n t ih0 ng)) +("reinvest" nil (r iy1 ih0 n v eh1 s t)) +("reinvested" nil (r iy1 ih0 n v eh1 s t ih0 d)) +("reinvesting" nil (r iy1 ih0 n v eh1 s t ih0 ng)) +("reinvestment" nil (r iy1 ih0 n v eh1 s t m ax n t)) +("reinvests" nil (r iy1 ih0 n v eh1 s t s)) +("reinvigorate" nil (r iy1 ih0 n v ih1 g er0 ey1 t)) +("reinvigorated" nil (r iy1 ih0 n v ih1 g er0 ey1 t ih0 d)) +("reinvigorating" nil (r iy1 ih0 n v ih1 g er0 ey1 t ih0 ng)) +("reinvigoration" nil (r iy0 ih0 n v ih1 g er0 ey1 sh ax n)) +("reinwald" nil (r ay1 n w ao1 l d)) +("reis" nil (r iy1 z)) +("reisch" nil (r ay1 sh)) +("reischauer" nil (r ay1 sh aw0 r)) +("reischman" nil (r ay1 sh m ax n)) +("reisdorf" nil (r ay1 s d ao0 r f)) +("reise" nil (r iy1 s)) +("reisen" nil (r ay1 s ax n)) +("reisenauer" nil (r ay1 s ih0 n aw0 er0)) +("reiser" nil (r ay1 s er0)) +("reisert" nil (r ay1 s er0 t)) +("reish" nil (r iy1 ih0 sh)) +("reisig" nil (r ay1 s ih0 g)) +("reising" nil (r ay1 s ih0 ng)) +("reisinger" nil (r ay1 s ih0 n jh er0)) +("reisman" nil (r ay1 s m ax n)) +("reisner" nil (r ay1 s n er0)) +("reiss" nil (r ay1 s)) +("reissig" nil (r ay1 s ih0 g)) +("reissman" nil (r ay1 s m ax n)) +("reissue" nil (r iy0 ih1 sh uw0)) +("reissued" nil (r iy0 ih1 sh uw0 d)) +("reissuing" nil (r iy0 ih1 sh uw0 ih0 ng)) +("reist" nil (r iy1 ih0 s t)) +("reister" nil (r iy1 ih0 s t er0)) +("reiswig" nil (r ay1 s w ih0 g)) +("reisz" nil (r ay1 sh)) +("reit" nil (r ay1 t)) +("reitan" nil (r ay1 t ax n)) +("reitano" nil (r ey0 iy0 t aa1 n ow0)) +("reiten" nil (r ay1 t ax n)) +("reiter" nil (r ay1 t er0)) +("reiterate" nil (r iy0 ih1 t er0 ey1 t)) +("reiterated" nil (r iy0 ih1 t er0 ey1 t ih0 d)) +("reiterates" nil (r iy0 ih1 t er0 ey1 s)) +("reiterating" nil (r iy0 ih1 t er0 ey1 t ih0 ng)) +("reiteration" nil (r iy0 ih1 t er0 ey1 sh ax n)) +("reith" nil (r iy1 th)) +("reither" nil (r ay1 dh er0)) +("reitman" nil (r ay1 t m ax n)) +("reitmeier" nil (r ay1 t m ay0 er0)) +("reitmeyer" nil (r ay1 t m ay0 er0)) +("reits" nil (r ay1 t s)) +("reitsma" nil (r ay1 t s m ax)) +("reitter" nil (r ay1 t er0)) +("reitz" nil (r ay1 t s)) +("reitzel" nil (r ay1 t s ax l)) +("reitzes" nil (r ay1 t s ih0 z)) +("reitzfeld" nil (r iy1 t s f eh0 l d)) +("reject" v (r ih0 jh eh1 k t)) +("reject" n (r iy1 jh eh0 k t)) +("rejected" nil (r ih0 jh eh1 k t ih0 d)) +("rejecting" nil (r ih0 jh eh1 k t ih0 ng)) +("rejection" nil (r ih0 jh eh1 k sh ax n)) +("rejections" nil (r ih0 jh eh1 k sh ax n z)) +("rejects" v (r ih0 jh eh1 k t s)) +("rejects" n (r iy1 jh eh0 k t s)) +("rejiggering" nil (r iy0 jh ih1 g er0 ih0 ng)) +("rejoice" nil (r ih0 jh oy1 s)) +("rejoiced" nil (r ih0 jh oy1 s t)) +("rejoicing" nil (r ih0 jh oy1 s ih0 ng)) +("rejoin" nil (r iy0 jh oy1 n)) +("rejoinder" nil (r ih0 jh oy1 n d er0)) +("rejoined" nil (r iy0 jh oy1 n d)) +("rejoining" nil (r iy0 jh oy1 n ih0 ng)) +("rejoins" nil (r iy0 jh oy1 n z)) +("rejuvenate" nil (r ih0 jh uw1 v ax n ey1 t)) +("rejuvenated" nil (r ih0 jh uw1 v ax n ey1 t ih0 d)) +("rejuvenates" nil (r ih0 jh uw1 v ih0 n ey1 t s)) +("rejuvenating" nil (r iy0 jh uw1 v ax n ey1 t ih0 ng)) +("rejuvenation" nil (r ih0 jh uw1 v ax n ey1 sh ax n)) +("rekenthaler" nil (r eh1 k ax n t aa1 l er0)) +("reker" nil (r iy1 k er0)) +("rekindle" nil (r iy0 k ih1 n d ax l)) +("rekindled" nil (r iy0 k ih1 n d ax l d)) +("rekindling" nil (r iy0 k ih1 n d l ih0 ng)) +("relabel" nil (r iy0 l ey1 b ax l)) +("relapse" nil (r iy0 l ae1 p s)) +("relate" nil (r ih0 l ey1 t)) +("related" nil (r ih0 l ey1 t ih0 d)) +("relates" nil (r ih0 l ey1 t s)) +("relating" nil (r ih0 l ey1 t ih0 ng)) +("relation" nil (r iy0 l ey1 sh ax n)) +("relational" nil (r iy0 l ey1 sh ax n ax l)) +("relations" nil (r iy0 l ey1 sh ax n z)) +("relationship" nil (r iy0 l ey1 sh ax n sh ih1 p)) +("relationships" nil (r iy0 l ey1 sh ax n sh ih1 p s)) +("relative" nil (r eh1 l ax t ih0 v)) +("relatively" nil (r eh1 l ax t ih0 v l iy0)) +("relatives" nil (r eh1 l ax t ih0 v z)) +("relativism" nil (r eh1 l ax t ih0 v ih1 z ax m)) +("relativistic" nil (r eh1 l ax t ih0 v ih1 s t ih0 k)) +("relativity" nil (r eh1 l ax t ih1 v ax t iy0)) +("relaunch" nil (r iy0 l ao1 n ch)) +("relaunched" nil (r iy0 l ao1 n ch t)) +("relax" nil (r ih0 l ae1 k s)) +("relaxation" nil (r iy1 l ae0 k s ey1 sh ax n)) +("relaxed" nil (r ih0 l ae1 k s t)) +("relaxes" nil (r ih0 l ae1 k s ih0 z)) +("relaxing" nil (r ih0 l ae1 k s ih0 ng)) +("relay" nil (r iy1 l ey1)) +("relayed" nil (r iy1 l ey1 d)) +("relaying" nil (r iy1 l ey1 ih0 ng)) +("relays" nil (r iy1 l ey1 z)) +("release" nil (r iy0 l iy1 s)) +("released" nil (r iy0 l iy1 s t)) +("releases" nil (r ih0 l iy1 s ih0 z)) +("releasing" nil (r iy0 l iy1 s ih0 ng)) +("releford" nil (r eh1 l ih0 f er0 d)) +("relegate" nil (r eh1 l ax g ey1 t)) +("relegated" nil (r eh1 l ax g ey1 t ih0 d)) +("relegating" nil (r eh1 l ax g ey1 t ih0 ng)) +("relend" nil (r iy0 l eh1 n d)) +("relending" nil (r iy0 l eh1 n d ih0 ng)) +("relent" nil (r ih0 l eh1 n t)) +("relented" nil (r ih0 l eh1 n t ih0 d)) +("relenting" nil (r ih0 l eh1 n t ih0 ng)) +("relentless" nil (r ih0 l eh1 n t l ih0 s)) +("relentlessly" nil (r ih0 l eh1 n t l ax s l iy0)) +("relevance" nil (r eh1 l ax v ax n s)) +("relevancy" nil (r eh1 l ax v ax n s iy0)) +("relevant" nil (r eh1 l ax v ax n t)) +("relf" nil (r eh1 l f)) +("relford" nil (r eh1 l f er0 d)) +("reliability" nil (r iy0 l ay1 ax b ih1 l ax t iy0)) +("reliable" nil (r ih0 l ay1 ax b ax l)) +("reliably" nil (r ih0 l ay1 ax b l iy0)) +("reliance" nil (r ih0 l ay1 ax n s)) +("reliant" nil (r ih0 l ay1 ax n t)) +("relic" nil (r eh1 l ih0 k)) +("relics" nil (r eh1 l ih0 k s)) +("relied" nil (r ih0 l ay1 d)) +("relief" nil (r ih0 l iy1 f)) +("reliefs" nil (r iy0 l iy1 f s)) +("relies" nil (r ih0 l ay1 z)) +("relieve" nil (r ih0 l iy1 v)) +("relieved" nil (r ih0 l iy1 v d)) +("reliever" nil (r iy0 l iy1 v er0)) +("relievers" nil (r iy0 l iy1 v er0 z)) +("relieves" nil (r iy0 l iy1 v z)) +("relieving" nil (r ih0 l iy1 v ih0 ng)) +("reliford" nil (r eh1 l ih0 f ao0 r d)) +("religion" nil (r ih0 l ih1 jh ax n)) +("religione" nil (r ih0 l ih1 jh iy0 ow1 n iy0)) +("religionist" nil (r iy0 l ih1 jh ax n ih0 s t)) +("religions" nil (r iy0 l ih1 jh ax n z)) +("religiosity" nil (r ih0 l ih1 jh iy0 aa1 s ax t iy0)) +("religious" nil (r ih0 l ih1 jh ax s)) +("religiously" nil (r ih0 l ih1 jh ax s l iy0)) +("relinquish" nil (r ih0 l ih1 ng k w ih0 sh)) +("relinquished" nil (r ih0 l ih1 ng k w ih0 sh t)) +("relinquishes" nil (r ih0 l ih1 ng k w ih0 sh ih0 z)) +("relinquishing" nil (r iy0 l ih1 ng k w ih0 sh ih0 ng)) +("relish" nil (r eh1 l ih0 sh)) +("relished" nil (r eh1 l ih0 sh t)) +("relishes" nil (r eh1 l ih0 sh ax z)) +("relishing" nil (r eh1 l ih0 sh ih0 ng)) +("relive" nil (r iy0 l ih1 v)) +("reliving" nil (r iy0 l ih1 v ih0 ng)) +("rella" nil (r eh1 l ax)) +("reller" nil (r eh1 l er0)) +("relman" nil (r eh1 l m ax n)) +("reload" nil (r iy0 l ow1 d)) +("reloadable" nil (r iy0 l ow1 d ax b ax l)) +("reloads" nil (r iy0 l ow1 d z)) +("relocate" nil (r iy0 l ow1 k ey0 t)) +("relocated" nil (r iy0 l ow1 k ey0 t ih0 d)) +("relocating" nil (r iy0 l ow1 k ey0 t ih0 ng)) +("relocation" nil (r iy0 l ow1 k ey1 sh ax n)) +("relocations" nil (r iy0 l ow1 k ey1 sh ax n z)) +("relph" nil (r eh1 l f)) +("reluctance" nil (r ih0 l ah1 k t ax n s)) +("reluctant" nil (r ih0 l ah1 k t ax n t)) +("reluctantly" nil (r ih0 l ah1 k t ax n t l iy0)) +("rely" nil (r ih0 l ay1)) +("relyea" nil (r eh1 l y ey1)) +("relying" nil (r iy0 l ay1 ih0 ng)) +("rem" nil (r eh1 m)) +("remade" nil (r iy0 m ey1 d)) +("remain" nil (r ih0 m ey1 n)) +("remainder" nil (r ih0 m ey1 n d er0)) +("remained" nil (r ih0 m ey1 n d)) +("remaining" nil (r ih0 m ey1 n ih0 ng)) +("remains" nil (r ih0 m ey1 n z)) +("remake" nil (r iy1 m ey1 k)) +("remakes" nil (r iy1 m ey1 k s)) +("remaking" nil (r iy1 m ey1 k ih0 ng)) +("remaley" nil (r eh1 m ax l iy0)) +("remaly" nil (r iy1 m ax l iy0)) +("remand" nil (r ih0 m ae1 n d)) +("remanded" nil (r ih0 m ae1 n d ih0 d)) +("remanufacture" nil (r iy1 m ae1 n uw0 f ae1 k ch er0)) +("remark" nil (r ih0 m aa1 r k)) +("remarkable" nil (r ih0 m aa1 r k ax b ax l)) +("remarkably" nil (r ih0 m aa1 r k ax b l iy0)) +("remarked" nil (r ih0 m aa1 r k t)) +("remarketed" nil (r iy0 m aa1 r k ax t ih0 d)) +("remarketing" nil (r iy0 m aa1 r k ax t ih0 ng)) +("remarking" nil (r ih0 m aa1 r k ih0 ng)) +("remarks" nil (r ih0 m aa1 r k s)) +("remarriage" nil (r iy0 m eh1 r ih0 jh)) +("remarried" nil (r iy0 m eh1 r iy0 d)) +("remarry" nil (r iy0 m eh1 r iy0)) +("remarrying" nil (r iy0 m eh1 r iy0 ih0 ng)) +("rematch" nil (r iy1 m ae1 ch)) +("rembert" nil (r eh1 m b er0 t)) +("rembold" nil (r eh1 m b ow1 l d)) +("rembrandt" nil (r eh1 m b r ae1 n t)) +("rembrandts" nil (r eh1 m b r ae1 n t s)) +("remedial" nil (r ih0 m iy1 d iy0 ax l)) +("remediate" nil (r iy0 m iy1 d iy0 ax t)) +("remediation" nil (r ih0 m iy1 d iy0 ey1 sh ax n)) +("remedied" nil (r eh1 m ax d iy0 d)) +("remedies" nil (r eh1 m ax d iy0 z)) +("remedy" nil (r eh1 m ax d iy0)) +("remedying" nil (r eh1 m ax d iy0 ih0 ng)) +("remember" nil (r ih0 m eh1 m b er0)) +("remembered" nil (r ih0 m eh1 m b er0 d)) +("remembering" nil (r ih0 m eh1 m b er0 ih0 ng)) +("remembers" nil (r ih0 m eh1 m b er0 z)) +("remembrance" nil (r iy0 m eh1 m b r ax n s)) +("remembrances" nil (r ih0 m eh1 m b r ax n s ih0 z)) +("remer" nil (r iy1 m er0)) +("remic" nil (r eh1 m ih0 k)) +("remick" nil (r eh1 m ih0 k)) +("remics" nil (r eh1 m ih0 k s)) +("remigio" nil (r ih0 m ih1 jh iy0 ow0)) +("remillard" nil (r eh1 m ih0 l er0 d)) +("remind" nil (r iy0 m ay1 n d)) +("reminded" nil (r iy0 m ay1 n d ax d)) +("reminder" nil (r iy0 m ay1 n d er0)) +("reminders" nil (r iy0 m ay1 n d er0 z)) +("reminding" nil (r iy0 m ay1 n d ih0 ng)) +("reminds" nil (r iy0 m ay1 n d z)) +("remington" nil (r eh1 m ih0 ng t ax n)) +("remingtons" nil (r eh1 m ih0 ng t ax n z)) +("reminisce" nil (r eh1 m ax n ih1 s)) +("reminisced" nil (r eh1 m ax n ih1 s t)) +("reminiscence" nil (r eh1 m ax n ih1 s ax n s)) +("reminiscences" nil (r eh1 m ax n ih1 s ax n s ih0 z)) +("reminiscent" nil (r eh1 m ax n ih1 s ax n t)) +("reminisces" nil (r eh1 m ax n ih1 s ih0 z)) +("reminiscing" nil (r eh1 m ax n ih1 s ih0 ng)) +("remis" nil (r ey1 m iy0 z)) +("remiss" nil (r iy0 m ih1 s)) +("remisses" nil (r iy0 m ih1 s ih0 z)) +("remission" nil (r iy0 m ih1 sh ax n)) +("remissions" nil (r iy0 m ih1 sh ax n z)) +("remit" nil (r iy0 m ih1 t)) +("remittances" nil (r iy0 m ih1 t ax n s ih0 z)) +("remitted" nil (r iy0 m ih1 t ih0 d)) +("remley" nil (r eh1 m l iy0)) +("remlinger" nil (r eh1 m ax l ih0 ng er0)) +("remme" nil (r eh1 m)) +("remmel" nil (r eh1 m ax l)) +("remmers" nil (r eh1 m er0 z)) +("remmert" nil (r eh1 m er0 t)) +("remnant" nil (r eh1 m n ax n t)) +("remnants" nil (r eh1 m n ax n t s)) +("remo" nil (r eh1 m ow0)) +("remodel" nil (r iy0 m aa1 d ax l)) +("remodeled" nil (r iy0 m aa1 d ax l d)) +("remodeling" nil (r ih0 m aa1 d ax l ih0 ng)) +("remolded" nil (r iy0 m ow1 l d ih0 d)) +("remorse" nil (r ih0 m ao1 r s)) +("remorseless" nil (r ih0 m ao1 r s l ax s)) +("remote" nil (r ih0 m ow1 t)) +("remotely" nil (r iy0 m ow1 t l iy0)) +("remoteness" nil (r iy0 m ow1 t n ax s)) +("remotest" nil (r ih0 m ow1 t ax s t)) +("remoulded" nil (r iy0 m ow1 l d ih0 d)) +("removable" nil (r ih0 m uw1 v ax b ax l)) +("removal" nil (r ih0 m uw1 v ax l)) +("removals" nil (r ih0 m uw1 v ax l z)) +("remove" nil (r iy0 m uw1 v)) +("removed" nil (r iy0 m uw1 v d)) +("remover" nil (r ih0 m uw1 v er0)) +("removes" nil (r iy0 m uw1 v z)) +("removing" nil (r iy0 m uw1 v ih0 ng)) +("rempe" nil (r eh1 m p)) +("rempel" nil (r eh1 m p ax l)) +("rempfer" nil (r eh1 m p f er0)) +("remsberg" nil (r eh1 m s b er0 g)) +("remsburg" nil (r eh1 m s b er0 g)) +("remsen" nil (r eh1 m s ax n)) +("remson" nil (r eh1 m s ax n)) +("remuneration" nil (r ih0 m y uw1 n er0 ey1 sh ax n)) +("remunerative" nil (r iy0 m y uw1 n er0 ax t ih0 v)) +("remus" nil (r iy1 m ax s)) +("remy" nil (r eh1 m iy0)) +("ren" nil (r eh1 n)) +("rena" nil (r iy1 n ax)) +("renaissance" nil (r eh1 n ax s aa1 n s)) +("renal" nil (r iy1 n ax l)) +("renaldo" nil (r eh0 n aa1 l d ow0)) +("rename" nil (r iy0 n ey1 m)) +("renamed" nil (r iy0 n ey1 m d)) +("renaming" nil (r iy0 n ey1 m ih0 ng)) +("renamo" nil (r eh0 n aa1 m ow0)) +("renard" nil (r ih0 n aa1 r d)) +("renata" nil (r ax n aa1 t ax)) +("renate" nil (r ax n aa1 t ax)) +("renationalize" nil (r iy0 n ae1 sh ax n ax l ay1 z)) +("renato" nil (r eh0 n aa1 t ow0)) +("renaud" nil (r ih0 n ow1)) +("renault" nil (r ax n ow1)) +("renbarger" nil (r eh1 n b aa1 r g er0)) +("rencen" nil (r eh1 n s ax n)) +("rench" nil (r eh1 n ch)) +("rencher" nil (r eh1 n ch er0)) +("renco" nil (r eh1 n k ow0)) +("renda" nil (r eh1 n d ax)) +("rendall" nil (r eh1 n d ax l)) +("rende" nil (r eh1 n d)) +("rendell" nil (r eh1 n d ax l)) +("render" nil (r eh1 n d er0)) +("rendered" nil (r eh1 n d er0 d)) +("rendering" nil (r eh1 n d er0 ih0 ng)) +("renderings" nil (r eh1 n d er0 ih0 ng z)) +("renders" nil (r eh1 n d er0 z)) +("rendezvous" nil (r aa1 n d ih0 v uw1)) +("rendina" nil (r eh0 n d iy1 n ax)) +("rending" nil (r eh1 n d ih0 ng)) +("rendition" nil (r eh0 n d ih1 sh ax n)) +("renditions" nil (r eh0 n d ih1 sh ax n z)) +("rendleman" nil (r eh1 n d ax l m ax n)) +("rendon" nil (r eh1 n d ow0 n)) +("rene" nil (r ax n ey1)) +("reneau" nil (r ih0 n ow1)) +("renee" nil (r ax n ey1)) +("renegade" nil (r eh1 n ax g ey1 d)) +("renegades" nil (r eh1 n ax g ey1 d z)) +("renegar" nil (r eh1 n ih0 g er0)) +("renege" nil (r ih0 n ih1 g)) +("reneged" nil (r ih0 n ih1 g d)) +("reneging" nil (r ih0 n ih1 g ih0 ng)) +("renegotiate" nil (r iy1 n ih0 g ow1 sh iy0 ey1 t)) +("renegotiated" nil (r iy1 n ih0 g ow1 sh iy0 ey1 t ih0 d)) +("renegotiating" nil (r iy1 n ih0 g ow1 sh iy0 ey1 t ih0 ng)) +("renegotiation" nil (r iy1 n ih0 g ow1 sh iy0 ey1 sh ax n)) +("renegotiations" nil (r iy1 n ih0 g ow1 sh iy0 ey1 sh ax n z)) +("renehan" nil (r eh1 n ih0 hh ae0 n)) +("renew" nil (r ih0 n uw1)) +("renewable" nil (r iy0 n uw1 ax b ax l)) +("renewal" nil (r ih0 n uw1 ax l)) +("renewals" nil (r ih0 n uw1 ax l z)) +("renewed" nil (r ih0 n uw1 d)) +("renewing" nil (r ih0 n uw1 ih0 ng)) +("renews" nil (r ih0 n uw1 z)) +("renfred" nil (r eh1 n f er0 d)) +("renfrew" nil (r eh1 n f r uw0)) +("renfro" nil (r eh1 n f r ow0)) +("renfroe" nil (r eh1 n f r ow0)) +("renfrow" nil (r eh1 n f r aw0)) +("rengel" nil (r eh1 ng g ax l)) +("rengo" nil (r eh1 ng g ow0)) +("renick" nil (r eh1 n ih0 k)) +("renier" nil (r iy1 n iy0 er0)) +("renin" nil (r iy1 n ax n)) +("renison" nil (r eh1 n ih0 s ax n)) +("renita" nil (r eh0 n iy1 t ax)) +("renk" nil (r eh1 ng k)) +("renken" nil (r eh1 ng k ax n)) +("renko" nil (r eh1 ng k ow0)) +("renminbi" nil (r eh0 n m ih1 n b iy0)) +("renn" nil (r eh1 n)) +("renna" nil (r eh1 n ax)) +("rennard" nil (r ih0 n aa1 r d)) +("renne" nil (r eh1 n)) +("rennels" nil (r eh1 n ax l z)) +("renner" nil (r eh1 n er0)) +("rennert" nil (r eh1 n er0 t)) +("rennet" nil (r eh1 n ax t)) +("rennick" nil (r eh1 n ih0 k)) +("rennie" nil (r eh1 n iy0)) +("renninger" nil (r eh1 n ih0 ng er0)) +("renno" nil (r eh1 n ow0)) +("renny" nil (r eh1 n iy0)) +("reno" nil (r iy1 n ow0)) +("renoir" nil (r eh0 n w aa1 r)) +("renominate" nil (r iy0 n ao1 m ih0 n ey1 t)) +("renominated" nil (r iy0 n aa1 m ax n ey1 t ih0 d)) +("renomination" nil (r iy1 n aa1 m ax n ey1 sh ax n)) +("renouf" nil (r ax n uw1 f)) +("renounce" nil (r ih0 n aw1 n s)) +("renounced" nil (r ih0 n aw1 n s t)) +("renouncing" nil (r ih0 n aw1 n s ih0 ng)) +("renovate" nil (r eh1 n ax v ey1 t)) +("renovated" nil (r eh1 n ax v ey1 t ih0 d)) +("renovating" nil (r eh1 n ax v ey1 t ih0 ng)) +("renovation" nil (r eh1 n ax v ey1 sh ax n)) +("renovations" nil (r eh1 n ax v ey1 sh ax n z)) +("renovator" nil (r eh1 n ax v ey1 t er0)) +("renovators" nil (r eh1 n ax v ey1 t er0 z)) +("renown" nil (r ih0 n aw1 n)) +("renowned" nil (r ih0 n aw1 n d)) +("rens" nil (r eh1 n z)) +("rensberger" nil (r eh1 n s b er0 g er0)) +("rensch" nil (r eh1 n sh)) +("renschler" nil (r eh1 n sh ax l er0)) +("renshaw" nil (r eh1 n sh ao1)) +("rensing" nil (r eh1 n s ih0 ng)) +("rensselaer" nil (r eh1 n s ax l ih1 r)) +("renstrom" nil (r eh1 n s t r ax m)) +("rent" nil (r eh1 n t)) +("renta" nil (r eh1 n t ax)) +("rentable" nil (r eh1 n t ax b ax l)) +("rental" nil (r eh1 n t ax l)) +("rentals" nil (r eh1 n t ax l z)) +("rentas" nil (r eh1 n t ax z)) +("rented" nil (r eh1 n t ax d)) +("renter" nil (r eh1 n t er0)) +("renteria" nil (r eh0 n t eh1 r iy0 ax)) +("renters" nil (r eh1 n t er0 z)) +("rentfro" nil (r eh1 n t f r ow0)) +("rentfrow" nil (r eh1 n t f r aw0)) +("renting" nil (r eh1 n t ih0 ng)) +("rentmeester" nil (r eh1 n t m iy1 s t er0)) +("renton" nil (r eh1 n t ax n)) +("rents" nil (r eh1 n t s)) +("rentsch" nil (r eh1 n ch)) +("rentschler" nil (r eh1 n ch l er0)) +("rentz" nil (r eh1 n t s)) +("renunciation" nil (r ih0 n ah1 n s iy0 ey1 sh ax n)) +("renwick" nil (r eh1 n w ih0 k)) +("reny" nil (r iy1 n iy0)) +("renz" nil (r eh1 n z)) +("renzi" nil (r eh1 n z iy0)) +("renzulli" nil (r eh0 n z uw1 l iy0)) +("reo" nil (r iy1 ow0)) +("reoffer" nil (r iy0 ao1 f er0)) +("reoffered" nil (r iy0 ao1 f er0 d)) +("reoffering" nil (r iy0 ao1 f er0 ih0 ng)) +("reopen" nil (r iy0 ow1 p ax n)) +("reopened" nil (r iy0 ow1 p ax n d)) +("reopening" nil (r iy0 ow1 p ax n ih0 ng)) +("reopens" nil (r iy0 ow1 p ax n z)) +("reorder" nil (r iy0 ao1 r d er0)) +("reordering" nil (r iy0 ao1 r d er0 ih0 ng)) +("reorganization" nil (r iy1 ao0 r g ax n ax z ey1 sh ax n)) +("reorganizations" nil (r iy0 ao1 r g ax n ih0 z ey1 sh ax n z)) +("reorganize" nil (r iy0 ao1 r g ax n ay1 z)) +("reorganized" nil (r iy0 ao1 r g ax n ay1 z d)) +("reorganizes" nil (r iy0 ao1 r g ax n ay1 z ih0 z)) +("reorganizing" nil (r iy0 ao1 r g ax n ay1 z ih0 ng)) +("reorient" nil (r iy0 ao1 r iy0 eh0 n t)) +("rep" nil (r eh1 p)) +("repack" nil (r iy0 p ae1 k)) +("repackage" nil (r iy1 p ae1 k ih0 jh)) +("repackaged" nil (r iy1 p ae0 k ih0 jh d)) +("repackages" nil (r iy1 p ae1 k ih0 jh ih0 z)) +("repackaging" nil (r iy1 p ae0 k ih0 jh ih0 ng)) +("repacked" nil (r iy0 p ae1 k t)) +("repaid" nil (r iy0 p ey1 d)) +("repaint" nil (r iy0 p ey1 n t)) +("repainted" nil (r iy0 p ey1 n t ax d)) +("repainting" nil (r iy0 p ey1 n t ih0 ng)) +("repair" nil (r ih0 p eh1 r)) +("repairable" nil (r ih0 p eh1 r ax b ax l)) +("repaired" nil (r ih0 p eh1 r d)) +("repairing" nil (r ih0 p eh1 r ih0 ng)) +("repairman" nil (r ih0 p eh1 r m ae1 n)) +("repairmen" nil (r ih0 p eh1 r m eh1 n)) +("repairs" nil (r ih0 p eh1 r z)) +("repap" nil (r iy1 p ae0 p)) +("reparations" nil (r eh1 p er0 ey1 sh ax n z)) +("repartee" nil (r eh1 p er0 t iy1)) +("repasky" nil (r ih0 p aa1 s k iy0)) +("repass" nil (r iy0 p ae1 s)) +("repatriate" nil (r iy0 p ey1 t r iy0 ey1 t)) +("repatriated" nil (r iy0 p ey1 t r iy0 ey1 t ih0 d)) +("repatriating" nil (r iy0 p ey1 t r iy0 ey1 t ih0 ng)) +("repatriation" nil (r iy0 p ey1 t r iy0 ey1 sh ax n)) +("repay" nil (r iy0 p ey1)) +("repayable" nil (r iy0 p ey1 ax b ax l)) +("repaying" nil (r iy0 p ey1 ih0 ng)) +("repayment" nil (r iy0 p ey1 m ax n t)) +("repayments" nil (r iy0 p ey1 m ax n t s)) +("repays" nil (r iy1 p ey1 z)) +("repeal" nil (r ih0 p iy1 l)) +("repealed" nil (r ih0 p iy1 l d)) +("repealing" nil (r iy0 p iy1 l ih0 ng)) +("repeals" nil (r iy0 p iy1 l z)) +("repeat" nil (r ih0 p iy1 t)) +("repeatable" nil (r ih0 p iy1 t ax b ax l)) +("repeated" nil (r ih0 p iy1 t ih0 d)) +("repeatedly" nil (r ih0 p iy1 t ih0 d l iy0)) +("repeater" nil (r ih0 p iy1 t er0)) +("repeaters" nil (r ih0 p iy1 t er0 z)) +("repeating" nil (r ih0 p iy1 t ih0 ng)) +("repeats" nil (r ih0 p iy1 t s)) +("repel" nil (r ih0 p eh1 l)) +("repelled" nil (r ax p eh1 l d)) +("repellent" nil (r ih0 p eh1 l ax n t)) +("repelling" nil (r ax p eh1 l ih0 ng)) +("repels" nil (r ih0 p eh1 l z)) +("repent" nil (r ih0 p eh1 n t)) +("repentance" nil (r ih0 p eh1 n t ax n s)) +("repented" nil (r ih0 p eh1 n t ih0 d)) +("repercussion" nil (r iy1 p er0 k ah1 sh ax n)) +("repercussions" nil (r iy1 p er0 k ah1 sh ax n z)) +("reperfusion" nil (r eh1 p er0 f y uw1 zh ax n)) +("repertoire" nil (r eh1 p er0 t w aa1 r)) +("repertory" nil (r eh1 p er0 t ao1 r iy0)) +("repetition" nil (r eh1 p ax t ih1 sh ax n)) +("repetitions" nil (r eh1 p ax t ih1 sh ax n z)) +("repetitious" nil (r eh1 p ax t ih1 sh ax s)) +("repetitive" nil (r ih0 p eh1 t ih0 t ih0 v)) +("repetti" nil (r eh0 p eh1 t iy0)) +("repetto" nil (r eh0 p eh1 t ow0)) +("reph" nil (r eh1 f)) +("rephrase" nil (r iy0 f r ey1 z)) +("repinski" nil (r ih0 p ih1 n s k iy0)) +("repka" nil (r eh1 p k ax)) +("repko" nil (r eh1 p k ow0)) +("replace" nil (r iy1 p l ey1 s)) +("replaceable" nil (r iy1 p l ey1 s ax b ax l)) +("replaced" nil (r iy1 p l ey1 s t)) +("replacement" nil (r ih0 p l ey1 s m ax n t)) +("replacements" nil (r iy0 p l ey1 s m ax n t s)) +("replaces" nil (r ih0 p l ey1 s ih0 z)) +("replacing" nil (r ih0 p l ey1 s ih0 ng)) +("replant" nil (r iy0 p l ae1 n t)) +("replanted" nil (r iy0 p l ae1 n t ih0 d)) +("replanting" nil (r iy0 p l ae1 n t ih0 ng)) +("replay" nil (r iy0 p l ey1)) +("replayed" nil (r iy0 p l ey1 d)) +("replaying" nil (r iy0 p l ey1 ih0 ng)) +("replays" nil (r iy0 p l ey1 z)) +("replenish" nil (r iy0 p l eh1 n ih0 sh)) +("replenished" nil (r iy0 p l eh1 n ih0 sh t)) +("replenishing" nil (r iy0 p l eh1 n ih0 sh ih0 ng)) +("replenishment" nil (r ih0 p l eh1 n ih0 sh m ax n t)) +("replete" nil (r iy0 p l iy1 t)) +("replica" nil (r eh1 p l ih0 k ax)) +("replicas" nil (r eh1 p l ax k ax z)) +("replicase" nil (r eh1 p l ih0 k ey1 z)) +("replicate" nil (r eh1 p l ax k ey1 t)) +("replicated" nil (r eh1 p l ih0 k ey1 t ih0 d)) +("replicates" nil (r eh1 p l ih0 k ey1 t s)) +("replicating" nil (r eh1 p l ih0 k ey1 t ih0 ng)) +("replication" nil (r eh1 p l ax k ey1 sh ax n)) +("replied" nil (r ih0 p l ay1 d)) +("replies" nil (r ih0 p l ay1 z)) +("repligen" nil (r ih1 p l ay1 jh ih0 n)) +("replogle" nil (r eh1 p l ow0 g ax l)) +("reply" nil (r ih0 p l ay1)) +("replying" nil (r ih0 p l ay1 ih0 ng)) +("repo" nil (r iy1 p ow0)) +("reponse" nil (r ih0 p aa1 n s)) +("report" nil (r iy0 p ao1 r t)) +("reportable" nil (r ih0 p ao1 r t ax b ax l)) +("reportage" nil (r ih0 p ao1 r t ih0 jh)) +("reported" nil (r iy1 p ao1 r t ax d)) +("reportedly" nil (r ih0 p ao1 r t ax d l iy0)) +("reporter" nil (r ih0 p ao1 r t er0)) +("reporters" nil (r ih0 p ao1 r t er0 z)) +("reporting" nil (r iy0 p ao1 r t ih0 ng)) +("reportorial" nil (r eh1 p er0 t ao1 r iy0 ax l)) +("reports" nil (r ih0 p ao1 r t s)) +("repos" nil (r iy1 p ow1 z)) +("reposa" nil (r eh0 p ow1 s ax)) +("repose" nil (r iy0 p ow1 z)) +("reposition" nil (r iy1 p ax z ih1 sh ax n)) +("repositioned" nil (r iy1 p ax z ih1 sh ax n d)) +("repositioning" nil (r iy1 p ax z ih1 sh ax n ih0 ng)) +("repositories" nil (r iy0 p aa1 z ax t ao1 r iy0 z)) +("repository" nil (r iy0 p aa1 z ax t ao1 r iy0)) +("repossess" nil (r iy1 p ax z eh1 s)) +("repossessed" nil (r iy1 p ax z eh1 s t)) +("repossessions" nil (r iy1 p ax z eh1 sh ax n z)) +("repp" nil (r eh1 p)) +("reppert" nil (r eh1 p er0 t)) +("reppond" nil (r eh1 p ax n d)) +("reppucci" nil (r eh0 p uw1 ch iy0)) +("reprehensible" nil (r eh1 p r ih0 hh eh1 n s ax b ax l)) +("represent" nil (r eh1 p r ax z eh1 n t)) +("representation" nil (r eh1 p r ax z eh0 n t ey1 sh ax n)) +("representational" nil (r eh1 p r ax z ax n t ey1 sh ax n ax l)) +("representations" nil (r eh1 p r ax z ax n t ey1 sh ax n z)) +("representative" nil (r eh1 p r ax z eh1 n t ax t ih0 v)) +("representatives" nil (r eh1 p r ax z eh1 n t ax t ih0 v z)) +("represented" nil (r eh1 p r ax z eh1 n t ax d)) +("representing" nil (r eh1 p r ih0 z eh1 n t ih0 ng)) +("represents" nil (r eh1 p r ax z eh1 n t s)) +("repress" nil (r iy0 p r eh1 s)) +("repressed" nil (r iy0 p r eh1 s t)) +("repression" nil (r iy0 p r eh1 sh ax n)) +("repressions" nil (r iy0 p r eh1 sh ax n z)) +("repressive" nil (r iy0 p r eh1 s ih0 v)) +("reprice" nil (r iy0 p r ay1 s)) +("repriced" nil (r iy0 p r ay1 s t)) +("repricing" nil (r iy0 p r ay1 s ih0 ng)) +("reprieve" nil (r iy0 p r iy1 v)) +("reprimand" nil (r eh1 p r ax m ae1 n d)) +("reprimanded" nil (r eh1 p r ax m ae1 n d ih0 d)) +("reprimands" nil (r eh1 p r ax m ae1 n d z)) +("reprint" nil (r iy0 p r ih1 n t)) +("reprinted" nil (r iy0 p r ih1 n t ih0 d)) +("reprinting" nil (r iy0 p r ih1 n t ih0 ng)) +("reprints" nil (r iy0 p r ih1 n t s)) +("reprisal" nil (r iy0 p r ay1 z ax l)) +("reprisals" nil (r ih0 p r ay1 z ax l z)) +("reprise" nil (r ih0 p r ay1 z)) +("reproach" nil (r iy0 p r ow1 ch)) +("reprocess" nil (r iy0 p r ao1 s eh0 s)) +("reprocessing" nil (r iy0 p r ao1 s eh0 s ih0 ng)) +("reproduce" nil (r iy1 p r ax d uw1 s)) +("reproduced" nil (r iy1 p r ax d uw1 s t)) +("reproduces" nil (r iy1 p r ax d uw1 s ih0 z)) +("reproducing" nil (r iy1 p r ax d uw1 s ih0 ng)) +("reproduction" nil (r iy1 p r ax d ah1 k sh ax n)) +("reproductions" nil (r iy1 p r ax d ah1 k sh ax n z)) +("reproductive" nil (r iy1 p r ax d ah1 k t ih0 v)) +("reprogrammed" nil (r iy0 p r ow1 g r ae1 m d)) +("reprogramming" nil (r iy0 p r ow1 g r ae1 m ih0 ng)) +("reprographics" nil (r eh1 p r ow0 g r ae1 f ih0 k s)) +("reps" nil (r eh1 p s)) +("repsher" nil (r eh1 p sh er0)) +("repsol" nil (r eh1 p s aa0 l)) +("reptile" nil (r eh1 p t ay0 l)) +("reptiles" nil (r eh1 p t ay0 l z)) +("republic" nil (r iy0 p ah1 b l ax k)) +("republican" nil (r ih0 p ah1 b l ih0 k ax n)) +("republicanism" nil (r ih0 p ah1 b l ih0 k ax n ih1 z ax m)) +("republicans" nil (r ih0 p ah1 b l ih0 k ax n z)) +("republicbank" nil (r iy0 p ah1 b l ih0 k b ae1 ng k)) +("republics" nil (r iy0 p ah1 b l ih0 k s)) +("repudiate" nil (r iy0 p y uw1 d iy0 ey1 t)) +("repudiated" nil (r iy0 p y uw1 d iy0 ey1 t ax d)) +("repudiating" nil (r iy0 p y uw1 d iy0 ey1 t ih0 ng)) +("repudiation" nil (r ih0 p y uw1 d iy0 ey1 sh ax n)) +("repugnant" nil (r ih0 p ah1 g n ax n t)) +("repulse" nil (r iy0 p ah1 l s)) +("repulsed" nil (r iy0 p ah1 l s t)) +("repulsing" nil (r iy0 p ah1 l s ih0 ng)) +("repulsive" nil (r iy0 p ah1 l s ih0 v)) +("repurchase" nil (r iy0 p er1 ch ax s)) +("repurchased" nil (r iy0 p er1 ch ax s t)) +("repurchases" nil (r iy0 p er1 ch ax s ih0 z)) +("repurchasing" nil (r iy0 p er1 ch ax s ih0 ng)) +("reputable" nil (r eh1 p y ax t ax b ax l)) +("reputation" nil (r eh1 p y ax t ey1 sh ax n)) +("reputations" nil (r eh1 p y ax t ey1 sh ax n z)) +("repute" nil (r iy0 p y uw1 t)) +("reputed" nil (r ih0 p y uw1 t ih0 d)) +("reputedly" nil (r ih0 p y uw1 t ih0 d l iy0)) +("requa" nil (r ey1 k w ax)) +("requalify" nil (r iy1 k w aa1 l ax f ay1)) +("request" nil (r ih0 k w eh1 s t)) +("requested" nil (r ih0 k w eh1 s t ih0 d)) +("requester" nil (r ih0 k w eh1 s t er0)) +("requesting" nil (r ih0 k w eh1 s t ih0 ng)) +("requests" nil (r ih0 k w eh1 s t s)) +("requiem" nil (r eh1 k w iy0 ax m)) +("require" nil (r iy1 k w ay1 er0)) +("required" nil (r iy0 k w ay1 er0 d)) +("requirement" nil (r ih0 k w ay1 r m ax n t)) +("requirements" nil (r ih0 k w ay1 r m ax n t s)) +("requires" nil (r iy0 k w ay1 er0 z)) +("requiring" nil (r iy0 k w ay1 er0 ih0 ng)) +("requisite" nil (r eh1 k w ax z ax t)) +("requisites" nil (r eh1 k w ax z ax t s)) +("requisitioned" nil (r eh1 k w ax z ih1 sh ax n d)) +("reread" nil (r iy1 r iy1 d)) +("rereading" nil (r iy1 r iy1 d ih0 ng)) +("reregulation" nil (r iy0 r eh0 g y ax l ey1 sh ax n)) +("reroute" nil (r iy0 r uw1 t)) +("rerouted" nil (r iy0 r uw1 t ih0 d)) +("rerouting" nil (r iy0 r uw1 t ih0 ng)) +("rerun" nil (r iy1 r ah1 n)) +("rerunning" nil (r iy1 r ah1 n ih0 ng)) +("reruns" nil (r iy1 r ah1 n z)) +("res" nil (r ey1 z)) +("resale" nil (r iy1 s ey1 l)) +("resales" nil (r iy1 s ey1 l z)) +("resch" nil (r eh1 sh)) +("reschedule" nil (r iy0 s k eh1 jh uw0 l)) +("rescheduled" nil (r iy0 s k eh1 jh uw0 l d)) +("rescheduling" nil (r iy0 s k eh1 jh uw0 l ih0 ng)) +("reschedulings" nil (r iy0 sh k eh1 jh uw0 l ih0 ng z)) +("reschke" nil (r eh1 sh k)) +("rescigno" nil (r eh0 s ch iy1 g n ow0)) +("rescind" nil (r ih0 s ih1 n d)) +("rescinded" nil (r ih0 s ih1 n d ih0 d)) +("rescinding" nil (r ih0 s ih1 n d ih0 ng)) +("rescission" nil (r ih0 s ih1 zh ax n)) +("rescissions" nil (r ih0 s ih1 zh ax n z)) +("rescue" nil (r eh1 s k y uw0)) +("rescued" nil (r eh1 s k y uw0 d)) +("rescuer" nil (r eh1 s k y uw1 er0)) +("rescuers" nil (r eh1 s k y uw1 er0 z)) +("rescues" nil (r eh1 s k y uw1 z)) +("rescuing" nil (r eh1 s k y uw0 ih0 ng)) +("resdel" nil (r eh1 z d eh1 l)) +("reseachers" nil (r iy0 s er1 ch er0 z)) +("resealable" nil (r iy0 s iy1 l ax b ax l)) +("research" nil (r iy0 s er1 ch)) +("researched" nil (r iy0 s er1 ch t)) +("researcher" nil (r iy1 s er0 ch er0)) +("researchers" nil (r iy1 s er0 ch er0 z)) +("researches" nil (r iy0 s er1 ch ih0 z)) +("researching" nil (r iy0 s er1 ch ih0 ng)) +("reseda" nil (r eh0 s ey1 d ax)) +("reseed" nil (r iy0 s iy1 d)) +("resell" nil (r iy0 s eh1 l)) +("reseller" nil (r iy0 s eh1 l er0)) +("resellers" nil (r iy0 s eh1 l er0 z)) +("reselling" nil (r iy0 s eh1 l ih0 ng)) +("resells" nil (r iy0 s eh1 l z)) +("resemblance" nil (r ih0 z eh1 m b l ax n s)) +("resemblances" nil (r iy0 z eh1 m b l ax n s ax z)) +("resemble" nil (r ih0 z eh1 m b ax l)) +("resembled" nil (r ih0 z eh1 m b ax l d)) +("resembles" nil (r ih0 z eh1 m b ax l z)) +("resembling" nil (r ih0 z eh1 m b ax l ih0 ng)) +("resende" nil (r ih0 s eh1 n d ey0)) +("resendes" nil (r eh1 s ih0 n d z)) +("resendez" nil (r ey0 s ey1 n d eh0 z)) +("resendiz" nil (r ih0 s eh1 n d ih0 z)) +("resent" nil (r ih0 z eh1 n t)) +("resented" nil (r iy0 z eh1 n t ax d)) +("resentful" nil (r ih0 z eh1 n t f ax l)) +("resentment" nil (r ih0 z eh1 n t m ax n t)) +("resentments" nil (r ih0 z eh1 n t m ax n t s)) +("resents" nil (r ih0 z eh1 n t s)) +("reser" nil (r iy1 z er0)) +("reservation" nil (r eh1 z er0 v ey1 sh ax n)) +("reservationists" nil (r eh1 z er0 v ey1 sh ax n ih0 s t s)) +("reservations" nil (r eh1 z er0 v ey1 sh ax n z)) +("reserve" nil (r ih0 z er1 v)) +("reserved" nil (r ih0 z er1 v d)) +("reserveese" nil (r eh1 z er0 v iy1 s)) +("reserves" nil (r ih0 z er1 v z)) +("reserving" nil (r ih0 z er1 v ih0 ng)) +("reservist" nil (r ih0 z er1 v ih0 s t)) +("reservists" nil (r ih0 z er1 v ih0 s t s)) +("reservoir" nil (r eh1 z ax v w aa1 r)) +("reservoirs" nil (r eh1 z er0 v w aa1 r z)) +("reset" nil (r iy0 s eh1 t)) +("resetar" nil (r eh1 s ih0 t er0)) +("reseting" nil (r iy0 s eh1 t ih0 ng)) +("resets" nil (r iy0 s eh1 t s)) +("resettable" nil (r iy0 s eh1 t ax b ax l)) +("resettle" nil (r iy0 s eh1 t ax l)) +("resettled" nil (r iy0 s eh1 t ax l d)) +("resettlement" nil (r iy0 s eh1 t ax l m ax n t)) +("resh" nil (r eh1 sh)) +("reshape" nil (r iy0 sh ey1 p)) +("reshaped" nil (r iy0 sh ey1 p t)) +("reshaping" nil (r iy0 sh ey1 p ih0 ng)) +("reshuffle" nil (r iy0 sh ah1 f ax l)) +("reshuffled" nil (r iy0 sh ah1 f ax l d)) +("reshuffling" nil (r iy0 sh ah1 f ax l ih0 ng)) +("reside" nil (r ih0 z ay1 d)) +("resided" nil (r ih0 z ay1 d ih0 d)) +("residence" nil (r eh1 z ax d ax n s)) +("residences" nil (r eh1 z ih0 d ax n s ih0 z)) +("residencies" nil (r eh1 s ih0 d eh1 n s iy0 z)) +("residency" nil (r eh1 z ih0 d ax n s iy0)) +("resident" nil (r eh1 z ax d ax n t)) +("residential" nil (r eh1 z ax d eh1 n ch ax l)) +("residents" nil (r eh1 z ax d ax n t s)) +("resides" nil (r ih0 z ay1 d z)) +("residing" nil (r ih0 z ay1 d ih0 ng)) +("residual" nil (r ih0 z ih1 jh uw0 ax l)) +("residuals" nil (r ih0 z ih1 jh uw0 ax l z)) +("residue" nil (r eh1 z ax d uw1)) +("residues" nil (r eh1 z ax d uw1 z)) +("resign" nil (r ih0 z ay1 n)) +("resignation" nil (r eh1 z ax g n ey1 sh ax n)) +("resignations" nil (r eh1 z ih0 g n ey1 sh ax n z)) +("resigned" nil (r ih0 z ay1 n d)) +("resignees" nil (r eh1 z ih0 g n iy1 z)) +("resigning" nil (r ih0 z ay1 n ih0 ng)) +("resigns" nil (r ih0 z ay1 n z)) +("resilience" nil (r ih0 z ih1 l iy0 ax n s)) +("resiliency" nil (r ih0 z ih1 l y ax n s iy0)) +("resilient" nil (r ih0 z ih1 l y ax n t)) +("resin" nil (r eh1 z ax n)) +("resins" nil (r eh1 z ax n z)) +("resist" nil (r ih0 z ih1 s t)) +("resistance" nil (r ih0 z ih1 s t ax n s)) +("resistant" nil (r ih0 z ih1 s t ax n t)) +("resisted" nil (r ih0 z ih1 s t ih0 d)) +("resistence" nil (r ih0 z ih1 s t ax n s)) +("resisting" nil (r ih0 z ih1 s t ih0 ng)) +("resistiveness" nil (r ih1 z ih1 s t ih1 v n ax s)) +("resistors" nil (r ih0 z ih1 s t er0 z)) +("resists" nil (r ih0 z ih1 s t s)) +("reske" nil (r eh1 s k)) +("resler" nil (r eh1 z l er0)) +("resnais" nil (r eh0 s n ey1)) +("resner" nil (r eh1 s n er0)) +("resnick" nil (r eh1 z n ih0 k)) +("resnik" nil (r eh1 s n ih0 k)) +("resold" nil (r iy0 s ow1 l d)) +("resolute" nil (r eh1 z ax l uw1 t)) +("resolutely" nil (r eh1 s ax l uw1 t l iy0)) +("resolution" nil (r eh1 z ax l uw1 sh ax n)) +("resolutions" nil (r eh1 z ax l uw1 sh ax n z)) +("resolve" nil (r iy0 z aa1 l v)) +("resolved" nil (r iy0 z aa1 l v d)) +("resolves" nil (r iy0 z aa1 l v z)) +("resolving" nil (r iy0 z aa1 l v ih0 ng)) +("resonance" nil (r eh1 z ax n ax n s)) +("resonant" nil (r eh1 z ax n ax n t)) +("resonate" nil (r eh1 z ax n ey1 t)) +("resonates" nil (r eh1 z ax n ey1 t s)) +("resort" nil (r ih0 z ao1 r t)) +("resorted" nil (r ih0 z ao1 r t ih0 d)) +("resorting" nil (r ih0 z ao1 r t ih0 ng)) +("resorts" nil (r ih0 z ao1 r t s)) +("resound" nil (r iy1 s aw1 n d)) +("resounding" nil (r iy0 s aw1 n d ih0 ng)) +("resoundingly" nil (r ih0 z aw1 n d ih0 ng l iy0)) +("resource" nil (r iy1 s ao0 r s)) +("resourceful" nil (r iy0 s ao1 r s f ax l)) +("resourcefulness" nil (r iy0 s ao1 r s f ax l n ax s)) +("resources" nil (r iy1 s ao0 r s ih0 z)) +("respect" nil (r ih0 s p eh1 k t)) +("respectability" nil (r iy0 s p eh1 k t ax b ih1 l ih0 t iy0)) +("respectable" nil (r ih0 s p eh1 k t ax b ax l)) +("respectably" nil (r iy0 s p eh1 k t ax b l iy0)) +("respected" nil (r ih0 s p eh1 k t ih0 d)) +("respectful" nil (r ih0 s p eh1 k t f ax l)) +("respectfully" nil (r ih0 s p eh1 k t f ax l iy0)) +("respecting" nil (r iy0 s p eh1 k t ih0 ng)) +("respective" nil (r ih0 s p eh1 k t ih0 v)) +("respectively" nil (r ih0 s p eh1 k t ih0 v l iy0)) +("respects" nil (r ih0 s p eh1 k t s)) +("respess" nil (r ey1 s p ih0 s)) +("respiration" nil (r eh1 s p er0 ey1 sh ax n)) +("respirator" nil (r eh1 s p er0 ey1 t er0)) +("respirators" nil (r eh1 s p er0 ey1 t er0 z)) +("respiratory" nil (r eh1 s p er0 ax t ao1 r iy0)) +("respironics" nil (r eh1 s er0 aa1 n ih0 k s)) +("respite" nil (r eh1 s p ih0 t)) +("resplendent" nil (r iy0 s p l eh1 n d ax n t)) +("respond" nil (r ih0 s p aa1 n d)) +("responded" nil (r ih0 s p aa1 n d ih0 d)) +("respondent" nil (r ih0 s p aa1 n d ax n t)) +("respondents" nil (r ih0 s p aa1 n d ax n t s)) +("responding" nil (r ih0 s p aa1 n d ih0 ng)) +("responds" nil (r ih0 s p aa1 n d z)) +("response" nil (r ih0 s p aa1 n s)) +("responses" nil (r ih0 s p aa1 n s ih0 z)) +("responsibilities" nil (r iy0 s p aa1 n s ax b ih1 l ax t iy0 z)) +("responsibility" nil (r iy0 s p aa1 n s ax b ih1 l ax t iy0)) +("responsible" nil (r iy0 s p aa1 n s ax b ax l)) +("responsiblity" nil (r ih0 s p aa1 n s ax b l ih1 t iy0)) +("responsibly" nil (r ih0 s p aa1 n s ax b l iy0)) +("responsive" nil (r ih0 s p aa1 n s ih0 v)) +("responsiveness" nil (r ih0 s p aa1 n s ih0 v n ax s)) +("respress" nil (r eh1 s p r ih0 s)) +("ress" nil (r eh1 s)) +("ressa" nil (r eh1 s ax)) +("resseguie" nil (r eh1 s ih0 g w iy0)) +("ressel" nil (r eh1 s ax l)) +("ressler" nil (r eh1 s l er0)) +("rest" nil (r eh1 s t)) +("restaged" nil (r iy0 s t ey1 jh d)) +("restaino" nil (r eh0 s t aa0 iy1 n ow0)) +("restart" nil (r iy0 s t aa1 r t)) +("restarted" nil (r iy0 s t aa1 r t ih0 d)) +("restarting" nil (r iy0 s t aa1 r t ih0 ng)) +("restate" nil (r iy0 s t ey1 t)) +("restated" nil (r iy0 s t ey1 t ih0 d)) +("restatement" nil (r iy0 s t ey1 t m ax n t)) +("restatements" nil (r iy0 s t ey1 t m ax n t s)) +("restates" nil (r iy0 s t ey1 t s)) +("restating" nil (r iy0 s t ey1 t ih0 ng)) +("restaurant" nil (r eh1 s t er0 aa1 n t)) +("restaurants" nil (r eh1 s t er0 aa1 n t s)) +("restaurateur" nil (r eh1 s t er0 ax t er1)) +("restaurateurs" nil (r eh1 s t er0 ax t er1 z)) +("rested" nil (r eh1 s t ax d)) +("rester" nil (r eh1 s t er0)) +("restful" nil (r eh1 s t f ax l)) +("resting" nil (r eh1 s t ih0 ng)) +("restitution" nil (r eh1 s t ih0 t uw1 sh ax n)) +("restive" nil (r eh1 s t ih0 v)) +("restiveness" nil (r eh1 s t ih0 v n ax s)) +("restivo" nil (r eh0 s t iy1 v ow0)) +("restless" nil (r eh1 s t l ax s)) +("restlessly" nil (r eh1 s t l ax s l iy0)) +("restlessness" nil (r eh1 s t l ax s n ax s)) +("resto" nil (r eh1 s t ow0)) +("restock" nil (r iy0 s t aa1 k)) +("restocked" nil (r iy0 s t aa1 k t)) +("restocking" nil (r iy0 s t aa1 k ih0 ng)) +("reston" nil (r eh1 s t ax n)) +("restoration" nil (r eh1 s t er0 ey1 sh ax n)) +("restorations" nil (r eh1 s t er0 ey1 sh ax n z)) +("restore" nil (r ih0 s t ao1 r)) +("restored" nil (r ih0 s t ao1 r d)) +("restorer" nil (r ih0 s t ao1 r er0)) +("restores" nil (r ih0 s t ao1 r z)) +("restoring" nil (r ih0 s t ao1 r ih0 ng)) +("restrain" nil (r iy0 s t r ey1 n)) +("restrained" nil (r iy0 s t r ey1 n d)) +("restraining" nil (r iy0 s t r ey1 n ih0 ng)) +("restrains" nil (r iy0 s t r ey1 n z)) +("restraint" nil (r ih0 s t r ey1 n t)) +("restraints" nil (r ih0 s t r ey1 n t s)) +("restrepo" nil (r eh0 s t r eh1 p ow0)) +("restrict" nil (r iy0 s t r ih1 k t)) +("restricted" nil (r iy0 s t r ih1 k t ax d)) +("restricting" nil (r iy0 s t r ih1 k t ih0 ng)) +("restriction" nil (r iy0 s t r ih1 k sh ax n)) +("restrictions" nil (r iy0 s t r ih1 k sh ax n z)) +("restrictive" nil (r iy0 s t r ih1 k t ih0 v)) +("restrictiveness" nil (r ax s t r ih1 k t ih0 v n ax s)) +("restricts" nil (r iy0 s t r ih1 k t s)) +("restroom" nil (r eh1 s t r uw1 m)) +("restrooms" nil (r eh1 s t r uw1 m z)) +("restructure" nil (r iy0 s t r ah1 k ch er0)) +("restructured" nil (r iy0 s t r ah1 k ch er0 d)) +("restructures" nil (r iy0 s t r ah1 k ch er0 z)) +("restructuring" nil (r iy0 s t r ah1 k ch er0 ih0 ng)) +("restructurings" nil (r iy0 s t r ah1 k ch er0 ih0 ng z)) +("rests" nil (r eh1 s t s)) +("restyled" nil (r iy0 s t ay1 l d)) +("resubmit" nil (r iy1 s ax b m ih1 t)) +("resubmitted" nil (r iy1 s ax b m ih1 t ih0 d)) +("resubmitting" nil (r iy1 s ax b m ih1 t ih0 ng)) +("result" nil (r ih0 z ah1 l t)) +("resultant" nil (r iy0 z ah1 l t ax n t)) +("resulted" nil (r ih0 z ah1 l t ih0 d)) +("resulting" nil (r ih0 z ah1 l t ih0 ng)) +("results" nil (r ih0 z ah1 l t s)) +("resume" nil (r ih0 z uw1 m)) +("resumed" nil (r ih0 z uw1 m d)) +("resumes" nil (r ih0 z uw1 m z)) +("resuming" nil (r ih0 z uw1 m ih0 ng)) +("resumption" nil (r ih0 z ah1 m p sh ax n)) +("resupply" nil (r iy0 s ax p l ay1)) +("resurface" nil (r iy0 s er1 f ax s)) +("resurfaced" nil (r iy0 s er1 f ax s t)) +("resurfacing" nil (r iy0 s er1 f ax s ih0 ng)) +("resurgence" nil (r iy0 s er1 jh ax n s)) +("resurgency" nil (r ih0 s er1 jh ax n s iy0)) +("resurgent" nil (r ih0 s er1 jh ax n t)) +("resurging" nil (r iy0 s er1 jh ih0 ng)) +("resurrect" nil (r eh1 z er0 eh1 k t)) +("resurrected" nil (r eh1 z er0 eh1 k t ih0 d)) +("resurrecting" nil (r eh1 z er0 eh1 k t ih0 ng)) +("resurrection" nil (r eh1 z er0 eh1 k sh ax n)) +("resuscitate" nil (r ih0 s ah1 s ih0 t ey1 t)) +("resuscitated" nil (r ih0 s ah1 s ih0 t ey1 t ih0 d)) +("resuscitating" nil (r ih0 s ah1 s ih0 t ey1 t ih0 ng)) +("resuscitation" nil (r ih0 s ah1 s ih0 t ey1 sh ax n)) +("ret" nil (r eh1 t)) +("reta" nil (r eh1 t ax)) +("retablos" nil (r iy0 t ae1 b l ow0 s)) +("retail" nil (r iy1 t ey1 l)) +("retailed" nil (r iy1 t ey1 l d)) +("retailer" nil (r iy1 t ey1 l er0)) +("retailers" nil (r iy1 t ey1 l er0 z)) +("retailing" nil (r iy1 t ey1 l ih0 ng)) +("retails" nil (r iy1 t ey1 l z)) +("retain" nil (r ih0 t ey1 n)) +("retained" nil (r ih0 t ey1 n d)) +("retainer" nil (r ih0 t ey1 n er0)) +("retainers" nil (r ih0 t ey1 n er0 z)) +("retaining" nil (r ih0 t ey1 n ih0 ng)) +("retains" nil (r ih0 t ey1 n z)) +("retake" nil (r iy1 t ey1 k)) +("retaliate" nil (r ih0 t ae1 l iy0 ey1 t)) +("retaliated" nil (r ih0 t ae1 l iy0 ey1 t ih0 d)) +("retaliating" nil (r ih0 t ae1 l iy0 ey1 t ih0 ng)) +("retaliation" nil (r iy0 t ae1 l iy0 ey1 sh ax n)) +("retaliatory" nil (r iy0 t ae1 l y ax t ao1 r iy0)) +("retana" nil (r eh0 t ae1 n ax)) +("retard" nil (r ih0 t aa1 r d)) +("retardant" nil (r iy0 t aa1 r d ax n t)) +("retardation" nil (r iy0 t aa0 r d ey1 sh ax n)) +("retarded" nil (r ih0 t aa1 r d ih0 d)) +("retarding" nil (r ih0 t aa1 r d ih0 ng)) +("retards" nil (r ih0 t aa1 r d z)) +("retelling" nil (r iy0 t eh1 l ih0 ng)) +("retemeyer" nil (r eh1 t ax m ay1 r)) +("retention" nil (r iy0 t eh1 n sh ax n)) +("retest" nil (r iy1 t eh1 s t)) +("retested" nil (r iy0 t eh1 s t ih0 d)) +("retesting" nil (r iy0 t eh1 s t ih0 ng)) +("retests" nil (r iy1 t eh1 s t s)) +("retherford" nil (r ih0 th er1 f er0 d)) +("rethink" nil (r iy0 th ih1 ng k)) +("rethinking" nil (r iy0 th ih1 ng k ih0 ng)) +("reticence" nil (r eh1 t ih0 s ax n s)) +("reticent" nil (r eh1 t ih0 s ax n t)) +("retin" nil (r eh1 t ih0 n)) +("retina" nil (r eh1 t ax n ax)) +("retinal" nil (r eh1 t ax n ax l)) +("retinoblastoma" nil (r eh1 t ih0 n ow1 b l ae1 s t ow1 m ax)) +("retinue" nil (r eh1 t ax n uw1)) +("retinyl" nil (r eh1 t ih0 n ax l)) +("retire" nil (r ih0 t ay1 r)) +("retired" nil (r ih0 t ay1 r d)) +("retiree" nil (r iy0 t ay1 r iy1)) +("retirees" nil (r iy0 t ay1 r iy1 z)) +("retirement" nil (r iy0 t ay1 er0 m ax n t)) +("retirements" nil (r ih0 t ay1 r m ax n t s)) +("retires" nil (r ih0 t ay1 r z)) +("retiring" nil (r ih0 t ay1 r ih0 ng)) +("retlin" nil (r eh1 t l ih0 n)) +("reto" nil (r iy1 t uw1)) +("retook" nil (r iy0 t uh1 k)) +("retool" nil (r iy0 t uw1 l)) +("retooled" nil (r iy0 t uw1 l d)) +("retooling" nil (r iy0 t uw1 l ih0 ng)) +("retort" nil (r iy1 t ao1 r t)) +("retorted" nil (r iy0 t ao1 r t ih0 d)) +("retorts" nil (r ih0 t ao1 r t s)) +("retouching" nil (r iy0 t ah1 ch ih0 ng)) +("retrace" nil (r iy0 t r ey1 s)) +("retraced" nil (r iy0 t r ey1 s t)) +("retracement" nil (r iy0 t r ey1 s m ax n t)) +("retracing" nil (r iy0 t r ey1 s ih0 ng)) +("retract" nil (r iy0 t r ae1 k t)) +("retractable" nil (r iy0 t r ae1 k t ax b ax l)) +("retracted" nil (r iy0 t r ae1 k t ax d)) +("retracting" nil (r iy0 t r ae1 k t ih0 ng)) +("retraction" nil (r iy0 t r ae1 k sh ax n)) +("retracts" nil (r iy0 t r ae1 k t s)) +("retrain" nil (r iy0 t r ey1 n)) +("retrained" nil (r iy0 t r ey1 n d)) +("retraining" nil (r iy0 t r ey1 n ih0 ng)) +("retransmission" nil (r iy1 t r ae0 n z m ih1 sh ax n)) +("retread" nil (r iy0 t r eh1 d)) +("retreading" nil (r iy0 t r eh1 d ih0 ng)) +("retreads" nil (r iy0 t r eh1 d z)) +("retreat" nil (r iy0 t r iy1 t)) +("retreated" nil (r iy0 t r iy1 t ax d)) +("retreating" nil (r iy0 t r iy1 t ih0 ng)) +("retreats" nil (r iy0 t r iy1 t s)) +("retrench" nil (r iy0 t r eh1 n ch)) +("retrenched" nil (r iy0 t r eh1 n ch t)) +("retrenching" nil (r iy0 t r eh1 n ch ih0 ng)) +("retrenchment" nil (r iy0 t r eh1 n ch m ax n t)) +("retrenchments" nil (r iy0 t r eh1 n ch m ax n t s)) +("retrial" nil (r iy0 t r ay1 ax l)) +("retribution" nil (r eh1 t r ax b y uw1 sh ax n)) +("retried" nil (r iy0 t r ay1 d)) +("retrieval" nil (r ih0 t r iy1 v ax l)) +("retrieve" nil (r ih0 t r iy1 v)) +("retrieved" nil (r iy0 t r iy1 v d)) +("retriever" nil (r iy0 t r iy1 v er0)) +("retrievers" nil (r iy0 t r iy1 v er0 z)) +("retrieving" nil (r iy0 t r iy1 v ih0 ng)) +("retro" nil (r eh1 t r ow0)) +("retroactive" nil (r eh1 t r ow0 ae1 k t ih0 v)) +("retroactively" nil (r eh1 t r ow0 ae1 k t ih0 v l iy0)) +("retroactivity" nil (r eh1 t r ow0 ae0 k t ih1 v ih0 t iy0)) +("retrofit" nil (r eh1 t r ow0 f ih1 t)) +("retrofits" nil (r eh1 t r ow0 f ih1 t s)) +("retrofitted" nil (r eh1 t r ow1 f ih1 t ih0 d)) +("retrofitter" nil (r eh1 t r ow1 f ih1 t er0)) +("retrofitting" nil (r eh1 t r ow0 f ih1 t ih0 ng)) +("retrograde" nil (r eh1 t r ax g r ey1 d)) +("retrospect" nil (r eh1 t r ax s p eh1 k t)) +("retrospective" nil (r eh1 t r ax s p eh1 k t ih0 v)) +("retrospectively" nil (r eh1 t r ow0 s p eh1 k t ih0 v l iy0)) +("retrovir" nil (r eh1 t r ow0 v ih1 r)) +("retroviruses" nil (r eh1 t r ow0 v ay1 r ax s ih0 z)) +("retry" nil (r iy0 t r ay1)) +("retrying" nil (r iy0 t r ay1 ih0 ng)) +("rettberg" nil (r eh1 t b er0 g)) +("retter" nil (r eh1 t er0)) +("rettew" nil (r eh1 ch uw0)) +("rettig" nil (r eh1 t ih0 g)) +("rettinger" nil (r eh1 t ih0 n jh er0)) +("rettke" nil (r eh1 t k iy0)) +("retton" nil (r eh1 t ax n)) +("return" nil (r ih0 t er1 n)) +("returnable" nil (r iy0 t er1 n ax b ax l)) +("returned" nil (r ih0 t er1 n d)) +("returnees" nil (r ih0 t er0 n iy1 z)) +("returning" nil (r ih0 t er1 n ih0 ng)) +("returns" nil (r ih0 t er1 n z)) +("retz" nil (r eh1 t s)) +("retzer" nil (r eh1 t z er0)) +("retzlaff" nil (r eh1 t z l ax f)) +("retzloff" nil (r eh1 t z l ao0 f)) +("reuben" nil (r uw1 b ax n)) +("reuber" nil (r oy1 b er0)) +("reul" nil (r uw1 l)) +("reuland" nil (r oy1 l ax n d)) +("reule" nil (r uw1 l)) +("reum" nil (r iy1 ax m)) +("reunification" nil (r iy0 uw1 n ax f ax k ey1 sh ax n)) +("reunified" nil (r iy0 uw1 n ax f ay1 d)) +("reunify" nil (r iy0 uw1 n ax f ay1)) +("reunion" nil (r iy0 uw1 n y ax n)) +("reunions" nil (r iy0 uw1 n y ax n z)) +("reunite" nil (r iy1 uw0 n ay1 t)) +("reunited" nil (r iy1 uw0 n ay1 t ih0 d)) +("reuniting" nil (r iy1 uw0 n ay1 t ih0 ng)) +("reusable" nil (r iy0 uw1 z ax b ax l)) +("reusch" nil (r oy1 sh)) +("reuse" nil (r iy0 y uw1 s)) +("reused" nil (r iy0 uw1 z d)) +("reuss" nil (r uw1 s)) +("reusser" nil (r oy1 s er0)) +("reust" nil (r uw1 s t)) +("reuter" nil (r oy1 t er0)) +("reuters" nil (r oy1 t er0 z)) +("reuther" nil (r oy1 dh er0)) +("reutter" nil (r oy1 t er0)) +("reutzel" nil (r oy1 t z ax l)) +("rev" nil (r eh1 v)) +("reva" nil (r ey1 v ax)) +("revak" nil (r eh1 v ax k)) +("revaluation" nil (r iy0 v ae1 l y uw0 ey1 sh ax n)) +("revaluations" nil (r iy0 v ae1 l y uw0 ey1 sh ax n z)) +("revalue" nil (r iy0 v ae1 l y uw1)) +("revalued" nil (r iy0 v ae1 l y uw0 d)) +("revaluing" nil (r iy0 v ae1 l y uw0 ih0 ng)) +("revamp" nil (r iy0 v ae1 m p)) +("revamped" nil (r iy0 v ae1 m p t)) +("revamping" nil (r iy0 v ae1 m p ih0 ng)) +("revamps" nil (r iy0 v ae1 m p s)) +("revard" nil (r ih0 v aa1 r d)) +("revco" nil (r eh1 v k ow0)) +("reveal" nil (r ih0 v iy1 l)) +("revealed" nil (r ih0 v iy1 l d)) +("revealing" nil (r ih0 v iy1 l ih0 ng)) +("reveals" nil (r ih0 v iy1 l z)) +("revel" nil (r eh1 v ax l)) +("revelation" nil (r eh1 v ax l ey1 sh ax n)) +("revelations" nil (r eh1 v ax l ey1 sh ax n z)) +("revelatory" nil (r ih0 v eh1 l ax t ao1 r iy0)) +("reveled" nil (r eh1 v ax l d)) +("revelers" nil (r eh1 v ax l er0 z)) +("reveles" nil (r ey0 v ey1 l eh0 s)) +("reveling" nil (r eh1 v ax l ih0 ng)) +("revell" nil (r ey0 v ey1 l)) +("revelle" nil (r ih0 v eh1 l)) +("revello" nil (r eh0 v eh1 l ow0)) +("revelry" nil (r eh1 v ax l r iy0)) +("revels" nil (r eh1 v ax l z)) +("revenge" nil (r iy0 v eh1 n jh)) +("revenue" nil (r eh1 v ax n uw1)) +("revenues" nil (r eh1 v ax n uw1 z)) +("reverberate" nil (r ih0 v er1 b er0 ax t)) +("reverberated" nil (r ih0 v er1 b er0 ey1 t ih0 d)) +("reverberates" nil (r ih0 v er1 b er0 ey1 t s)) +("reverberating" nil (r ih0 v er1 b er0 ey1 t ih0 ng)) +("reverberation" nil (r iy0 v er1 b er0 ey1 sh ax n)) +("reverberations" nil (r ih0 v er1 b er0 ey1 sh ax n z)) +("revercomb" nil (r eh1 v er0 k ax m)) +("revere" nil (r ih0 v ih1 r)) +("revered" nil (r ih0 v ih1 r d)) +("reverence" nil (r eh1 v er0 ax n s)) +("reverend" nil (r eh1 v er0 ax n d)) +("reverential" nil (r eh1 v er0 eh1 n ch ax l)) +("reverently" nil (r eh1 v er0 ax n t l iy0)) +("reverie" nil (r eh1 v er0 iy0)) +("reveries" nil (r eh1 v er0 iy0 z)) +("reveron" nil (r eh1 v er0 aa1 n)) +("reversal" nil (r ih0 v er1 s ax l)) +("reversals" nil (r ih0 v er1 s ax l z)) +("reverse" nil (r ih0 v er1 s)) +("reversed" nil (r ih0 v er1 s t)) +("reverser" nil (r ih0 v er1 s er0)) +("reversers" nil (r ih0 v er1 s er0 z)) +("reverses" nil (r ih0 v er1 s ih0 z)) +("reversible" nil (r ih0 v er1 s ax b ax l)) +("reversing" nil (r ih0 v er1 s ih0 ng)) +("reversion" nil (r ih0 v er1 zh ax n)) +("revert" nil (r ih0 v er1 t)) +("reverted" nil (r ih0 v er1 t ih0 d)) +("reverting" nil (r ih0 v er1 t ih0 ng)) +("reverts" nil (r ih0 v er1 t s)) +("reves" nil (r iy1 v z)) +("revette" nil (r ih0 v eh1 t)) +("revier" nil (r iy1 v iy0 er0)) +("review" nil (r iy1 v y uw1)) +("reviewed" nil (r iy0 v y uw1 d)) +("reviewer" nil (r iy0 v y uw1 er0)) +("reviewers" nil (r iy0 v y uw1 er0 z)) +("reviewing" nil (r iy0 v y uw1 ih0 ng)) +("reviews" nil (r iy0 v y uw1 z)) +("reviglio" nil (r ax v ih1 g l iy0 ow0)) +("reviled" nil (r iy0 v ay1 l d)) +("revilla" nil (r eh0 v ih1 l ax)) +("reville" nil (r eh1 v ih1 l)) +("revis" nil (r eh1 v ih0 s)) +("revise" nil (r ih0 v ay1 z)) +("revised" nil (r ih0 v ay1 z d)) +("revises" nil (r ih0 v ay1 z ih0 z)) +("revising" nil (r ih0 v ay1 z ih0 ng)) +("revision" nil (r iy0 v ih1 zh ax n)) +("revisionism" nil (r iy0 v ih1 zh ax n ih1 z ax m)) +("revisionist" nil (r iy0 v ih1 zh ax n ih0 s t)) +("revisionists" nil (r iy0 v ih1 zh ax n ih0 s t s)) +("revisions" nil (r iy0 v ih1 zh ax n z)) +("revisit" nil (r iy0 v ih1 z ih0 t)) +("revisited" nil (r iy0 v ih1 z ax t ih0 d)) +("revisiting" nil (r iy0 v ih1 z ih0 t ih0 ng)) +("revisits" nil (r iy0 v ih1 z ih0 t s)) +("revitalization" nil (r iy1 v ay1 t ax l ax z ey1 sh ax n)) +("revitalize" nil (r iy0 v ay1 t ax l ay1 z)) +("revitalized" nil (r iy0 v ay1 t ax l ay1 z d)) +("revitalizing" nil (r iy0 v ay1 t ax l ay1 z ih0 ng)) +("revival" nil (r ih0 v ay1 v ax l)) +("revivalist" nil (r iy0 v ay1 v ax l ih0 s t)) +("revivals" nil (r iy0 v ay1 v ax l z)) +("revive" nil (r ih0 v ay1 v)) +("revived" nil (r ih0 v ay1 v d)) +("revives" nil (r iy0 v ay1 v z)) +("reviving" nil (r ih0 v ay1 v ih0 ng)) +("revlon" nil (r eh1 v l aa0 n)) +("revocable" nil (r eh1 v ax k ax b ax l)) +("revocation" nil (r eh1 v ax k ey1 sh ax n)) +("revocations" nil (r eh1 v ax k ey1 sh ax n z)) +("revoir" nil (r ih0 v w aa1 r)) +("revoke" nil (r ih0 v ow1 k)) +("revoked" nil (r ih0 v ow1 k t)) +("revoking" nil (r ih0 v ow1 k ih0 ng)) +("revolt" nil (r ih0 v ow1 l t)) +("revolted" nil (r ih0 v ow1 l t ih0 d)) +("revolting" nil (r iy0 v ow1 l t ih0 ng)) +("revolts" nil (r iy0 v ow1 l t s)) +("revolucionario" nil (r eh1 v ow0 l uw1 s iy0 ax n eh1 r iy0 ow0)) +("revolution" nil (r eh1 v ax l uw1 sh ax n)) +("revolutionaries" nil (r eh1 v ax l uw1 sh ax n eh1 r iy0 z)) +("revolutionary" nil (r eh1 v ax l uw1 sh ax n eh1 r iy0)) +("revolutionists" nil (r eh1 v ax l uw1 sh ax n ax s t s)) +("revolutionize" nil (r eh1 v ax l uw1 sh ax n ay1 z)) +("revolutionized" nil (r eh1 v ax l uw1 sh ax n ay1 z d)) +("revolutionizing" nil (r eh1 v ax l uw1 sh ax n ay1 z ih0 ng)) +("revolutions" nil (r eh1 v ax l uw1 sh ax n z)) +("revolve" nil (r iy0 v aa1 l v)) +("revolved" nil (r iy0 v aa1 l v d)) +("revolver" nil (r ih0 v aa1 l v er0)) +("revolvers" nil (r ih0 v aa1 l v er0 z)) +("revolves" nil (r iy0 v aa1 l v z)) +("revolving" nil (r iy0 v aa1 l v ih0 ng)) +("revord" nil (r ih0 v ao1 r d)) +("revs" nil (r eh1 v z)) +("revson" nil (r eh1 v s ax n)) +("revue" nil (r ih0 v y uw1)) +("revues" nil (r ih0 v y uw1 z)) +("revulsion" nil (r ih0 v ah1 l sh ax n)) +("revved" nil (r eh1 v d)) +("revving" nil (r eh1 v ih0 ng)) +("revzin" nil (r eh1 v z ih0 n)) +("rew" nil (r uw1)) +("reward" nil (r ih0 w ao1 r d)) +("rewarded" nil (r ih0 w ao1 r d ih0 d)) +("rewarding" nil (r ih0 w ao1 r d ih0 ng)) +("rewards" nil (r ih0 w ao1 r d z)) +("rewerts" nil (r uw1 er0 t s)) +("rewey" nil (r uw1 iy0)) +("rewire" nil (r iy0 w ay1 er0)) +("rewired" nil (r iy0 w ay1 er0 d)) +("rewiring" nil (r iy0 w ay1 er0 ih0 ng)) +("rewis" nil (r uw1 ih0 s)) +("reword" nil (r iy0 w er1 d)) +("rework" nil (r iy0 w er1 k)) +("reworked" nil (r iy0 w er1 k t)) +("reworking" nil (r iy0 w er1 k ih0 ng)) +("rewrite" nil (r iy0 r ay1 t)) +("rewrites" nil (r iy0 r ay1 t s)) +("rewriting" nil (r iy0 r ay1 t ih0 ng)) +("rewritten" nil (r iy0 r ih1 t ax n)) +("rewrote" nil (r iy0 r ow1 t)) +("rex" nil (r eh1 k s)) +("rexall" nil (r eh1 k s ao1 l)) +("rexana" nil (r ih0 g z ae1 n ax)) +("rexene" nil (r eh1 k s iy0 n)) +("rexford" nil (r eh1 k s f er0 d)) +("rexham" nil (r eh1 k s ax m)) +("rexnord" nil (r eh1 k s n ao0 r d)) +("rexon" nil (r eh1 k s ax n)) +("rexroad" nil (r eh1 k s r ow1 d)) +("rexroat" nil (r eh1 k s r ow0 t)) +("rexrode" nil (r eh1 k s r ow0 d)) +("rexrodt" nil (r eh1 k s r ow0 d)) +("rexroth" nil (r eh1 k s r aa0 th)) +("rey" nil (r ey1)) +("reyburn" nil (r ey1 b er0 n)) +("reycraft" nil (r ey1 k r ae1 f t)) +("reyer" nil (r ey1 er0)) +("reyes" nil (r ey1 ih0 s)) +("reykjavik" nil (r eh1 k y ax v ih0 k)) +("reyman" nil (r ey1 m ax n)) +("reyna" nil (r ey1 n ax)) +("reynaga" nil (r iy0 n aa1 g ax)) +("reynaldo" nil (r ey1 n aa1 l d ow0)) +("reynard" nil (r ey1 n er0 d)) +("reynaud" nil (r ey1 n ao0 d)) +("reynold" nil (r eh1 n ax l d)) +("reynolds" nil (r eh1 n ax l d z)) +("reynoldson" nil (r ey1 n ow0 l d s ax n)) +("reynosa" nil (r iy0 n ow1 s ax)) +("reynoso" nil (r iy0 n ow1 s ow0)) +("reza" nil (r eh1 z ax)) +("rezabek" nil (r ih0 z aa1 b eh0 k)) +("rezac" nil (r eh1 z ax k)) +("rezek" nil (r eh1 z eh0 k)) +("rezendes" nil (r ey0 z ey1 n d eh0 s)) +("reznicek" nil (r eh1 z n ih0 ch eh1 k)) +("reznick" nil (r eh1 z n ih0 k)) +("reznik" nil (r eh1 z n ih0 k)) +("rezoning" nil (r iy0 z ow1 n ih0 ng)) +("rha" nil (r aa1)) +("rhame" nil (r ey1 m)) +("rhames" nil (r ey1 m z)) +("rhapsodic" nil (r ae0 p s aa1 d ih0 k)) +("rhapsodizes" nil (r ae1 p s ax d ay1 z ih0 z)) +("rhapsody" nil (r ae1 p s ax d iy0)) +("rhea" nil (r iy1 ax)) +("rheault" nil (r ow1)) +("rheaume" nil (r uw1 m)) +("rhee" nil (r iy1)) +("rheem" nil (r iy1 m)) +("rhein" nil (r ay1 n)) +("rheingold" nil (r ay1 n g ow1 l d)) +("rheinisch" nil (r ay1 n ih0 sh)) +("rheinstein" nil (r ay1 n s t ay1 n)) +("rhem" nil (r eh1 m)) +("rhesus" nil (r iy1 s ax s)) +("rheta" nil (r iy1 t ax)) +("rhetoric" nil (r eh1 t er0 ih0 k)) +("rhetorical" nil (r ih0 t ao1 r ih0 k ax l)) +("rhetorically" nil (r ax t ao1 r ih0 k l iy0)) +("rhetoricians" nil (r eh1 t er0 ih1 sh ax n z)) +("rhett" nil (r eh1 t)) +("rheumatic" nil (r uw0 m ae1 t ih0 k)) +("rheumatism" nil (r uw1 m ax t ih1 z ax m)) +("rheumatoid" nil (r uw1 m ax t oy1 d)) +("rhew" nil (r uw1)) +("rhin" nil (r ih1 n)) +("rhine" nil (r ay1 n)) +("rhinehardt" nil (r ay1 n hh aa1 r t)) +("rhinehart" nil (r ay1 n hh aa1 r t)) +("rhineland" nil (r ay1 n l ae1 n d)) +("rhineman" nil (r ay1 n m ax n)) +("rhines" nil (r ay1 n z)) +("rhinesmith" nil (r ay1 n s m ih1 th)) +("rhinestone" nil (r ay1 n s t ow1 n)) +("rhinestones" nil (r ay1 n s t ow1 n z)) +("rhino" nil (r ay1 n ow1)) +("rhinoceros" nil (r ay0 n aa1 s er0 ax s)) +("rhinos" nil (r ay1 n ow1 z)) +("rhizome" nil (r ay1 z ow1 m)) +("rhizomes" nil (r ay1 z ow1 m z)) +("rho" nil (r ow1)) +("rhoad" nil (r ow1 d)) +("rhoades" nil (r ow1 d z)) +("rhoads" nil (r ow1 d z)) +("rhoda" nil (r ow1 d ax)) +("rhodanthe" nil (r ow1 d ae1 n th)) +("rhode" nil (r ow1 d)) +("rhoden" nil (r ow1 d ax n)) +("rhodes" nil (r ow1 d z)) +("rhodesia" nil (r ow0 d iy1 zh ax)) +("rhodesian" nil (r ow0 d iy1 zh ax n)) +("rhodia" nil (r ow1 d iy0 ax)) +("rhodies" nil (r ow1 d iy0 z)) +("rhodium" nil (r ow1 d iy0 ax m)) +("rhododendron" nil (r ow1 d ax d eh1 n d r ax n)) +("rhodopsin" nil (r ow0 d aa1 p s ax n)) +("rhodus" nil (r ow1 d ax s)) +("rhody" nil (r ow1 d iy0)) +("rhome" nil (r ow1 m)) +("rhonda" nil (r aa1 n d ax)) +("rhone" nil (r ow1 n)) +("rhoney" nil (r ow1 n iy0)) +("rhorer" nil (r ao1 r er0)) +("rhoten" nil (r ow1 t ax n)) +("rhoto" nil (r ow1 t ow0)) +("rhoton" nil (r ow1 t ax n)) +("rhubarb" nil (r uw1 b aa1 r b)) +("rhude" nil (r uw1 d)) +("rhudy" nil (r uw1 d iy0)) +("rhue" nil (r uw1)) +("rhule" nil (r uw1 l)) +("rhyme" nil (r ay1 m)) +("rhymed" nil (r ay1 m d)) +("rhymer" nil (r ay1 m er0)) +("rhymes" nil (r ay1 m z)) +("rhyming" nil (r ay1 m ih0 ng)) +("rhyne" nil (r ay1 n)) +("rhyner" nil (r ay1 n er0)) +("rhynes" nil (r ay1 n z)) +("rhythm" nil (r ih1 dh ax m)) +("rhythmic" nil (r ih1 dh m ih0 k)) +("rhythmically" nil (r ih1 dh m ih0 k l iy0)) +("rhythms" nil (r ih1 dh ax m z)) +("ria" nil (r iy1 ax)) +("riady" nil (r iy0 aa1 d iy0)) +("riadys" nil (r iy0 aa1 d iy0 z)) +("rial" nil (r ay1 ax l)) +("rials" nil (r ay1 l z)) +("rib" nil (r ih1 b)) +("riba" nil (r iy1 b ax)) +("ribar" nil (r ih0 b aa1 r)) +("ribas" nil (r ay1 b ax z)) +("ribaudo" nil (r iy0 b ao1 d ow0)) +("ribavirin" nil (r ih0 b ae1 v ih0 r ih0 n)) +("ribbed" nil (r ih1 b d)) +("ribbing" nil (r ih1 b ih0 ng)) +("ribble" nil (r ih1 b ax l)) +("ribbon" nil (r ih1 b ax n)) +("ribbons" nil (r ih1 b ax n z)) +("ribeiro" nil (r iy0 b eh1 r ow0)) +("ribera" nil (r iy0 b eh1 r ax)) +("ribi" nil (r iy1 b iy0)) +("ribicoff" nil (r ih1 b ih0 k ao1 f)) +("ribs" nil (r ih1 b z)) +("ric" nil (r ih1 k)) +("rica" nil (r iy1 k ax)) +("ricadonna" nil (r iy0 k aa0 d ow1 n ax)) +("rican" nil (r iy1 k ax n)) +("ricans" nil (r ih1 k ax n z)) +("ricard" nil (r ih0 k aa1 r d)) +("ricardo" nil (r ih0 k aa1 r d ow0)) +("ricca" nil (r iy1 k ax)) +("riccardi" nil (r iy0 k aa1 r d iy0)) +("riccardo" nil (r ih0 k aa1 r d ow0)) +("ricci" nil (r iy1 ch iy0)) +("ricciardelli" nil (r iy0 ch er0 d eh1 l iy0)) +("ricciardi" nil (r iy0 ch aa1 r d iy0)) +("riccio" nil (r iy1 ch iy0 ow0)) +("riccitelli" nil (r iy0 ch iy0 t eh1 l iy0)) +("ricciuti" nil (r iy0 k ch uw1 t iy0)) +("ricco" nil (r ih1 k ow0)) +("riccobono" nil (r iy0 k ow0 b ow1 n ow0)) +("rice" nil (r ay1 s)) +("rich" nil (r ih1 ch)) +("richa" nil (r ih1 ch ax)) +("richard" nil (r ih1 ch er0 d)) +("richards" nil (r ih1 ch er0 d z)) +("richardson" nil (r ih1 ch er0 d s ax n)) +("richardsonsmith" nil (r ih1 ch er0 d s ax n s m ih1 th)) +("richardt" nil (r ih1 k aa0 r t)) +("richarson" nil (r ih1 ch aa1 r s ax n)) +("richart" nil (r ih1 k hh aa0 r t)) +("richbourg" nil (r ih1 ch b ao1 r g)) +("richburg" nil (r ih1 ch b er0 g)) +("richco" nil (r ih1 k ow0)) +("richcreek" nil (r ih1 ch k r iy1 k)) +("riche" nil (r ih1 ch)) +("richelieu" nil (r ih1 sh ax l uw1)) +("richelson" nil (r ih1 ch ax l s ax n)) +("richemont" nil (r ih1 ch ax m aa1 n t)) +("richenthal" nil (r ih1 k ax n th ao1 l)) +("richer" nil (r ih1 ch er0)) +("richerd" nil (r ih1 ch er0 d)) +("richerson" nil (r ih1 ch er0 s ax n)) +("richert" nil (r ih1 k er0 t)) +("riches" nil (r ih1 ch ax z)) +("richesin" nil (r ih1 k ih0 s ih0 n)) +("richeson" nil (r ih1 k ih0 s ax n)) +("richest" nil (r ih1 ch ax s t)) +("richey" nil (r ih1 ch iy0)) +("richfield" nil (r ih1 ch f iy1 l d)) +("richford" nil (r ih1 ch f er0 d)) +("richie" nil (r ih1 ch iy0)) +("richins" nil (r ih1 k ih0 n z)) +("richison" nil (r ih1 ch ih0 s ax n)) +("richland" nil (r ih1 ch l ax n d)) +("richly" nil (r ih1 ch l iy0)) +("richman" nil (r ih1 ch m ae1 n)) +("richmond" nil (r ih1 ch m ax n d)) +("richner" nil (r ih1 k n er0)) +("richness" nil (r ih1 ch n ax s)) +("richoux" nil (r ih0 sh uw1)) +("richstone" nil (r ih1 ch s t ow1 n)) +("richter" nil (r ih1 k t er0)) +("richton" nil (r ih1 ch t ax n)) +("richwhite" nil (r ih1 ch w ay1 t)) +("richwine" nil (r ih1 ch w ay1 n)) +("ricigliano" nil (r ih0 s ih1 g l iy0 aa1 n ow0)) +("rick" nil (r ih1 k)) +("rickabaugh" nil (r ih1 k ax b ao1)) +("rickard" nil (r ih1 k er0 d)) +("rickards" nil (r ih1 k er0 d z)) +("ricke" nil (r ih1 k)) +("rickel" nil (r ih1 k ax l)) +("rickels" nil (r ih1 k ax l z)) +("ricken" nil (r ih1 k ax n)) +("rickenbach" nil (r ih1 k ih0 n b aa0 k)) +("rickenbaker" nil (r ih1 k ih0 n b ax k er0)) +("ricker" nil (r ih1 k er0)) +("rickers" nil (r ih1 k er0 z)) +("rickerson" nil (r ih1 k er0 s ax n)) +("rickert" nil (r ih1 k er0 t)) +("ricketson" nil (r ih1 k ih0 t s ax n)) +("rickett" nil (r ih1 k ih0 t)) +("ricketts" nil (r ih1 k ih0 t s)) +("rickety" nil (r ih1 k ax t iy0)) +("rickey" nil (r ih1 k iy0)) +("ricki" nil (r ih1 k iy0)) +("rickie" nil (r ih1 k iy0)) +("ricklefs" nil (r ih1 k l ih0 f s)) +("rickles" nil (r ih1 k ax l z)) +("rickman" nil (r ih1 k m ax n)) +("rickner" nil (r ih1 k n er0)) +("ricks" nil (r ih1 k s)) +("rickson" nil (r ih1 k s ax n)) +("rickward" nil (r ih1 k w er0 d)) +("rickwood" nil (r ih1 k w uh1 d)) +("ricky" nil (r ih1 k iy0)) +("rico" nil (r iy1 k ow0)) +("ricochet" nil (r ih1 k ax sh ey1)) +("ricocheted" nil (r ih1 k ax sh ey1 d)) +("ricoh" nil (r iy1 k ow0)) +("ricostruzione" nil (r iy0 k ow0 s t r uw0 z iy0 ow1 n iy0)) +("rid" nil (r ih1 d)) +("riddance" nil (r ih1 d ax n s)) +("riddell" nil (r ih1 d ax l)) +("ridden" nil (r ih1 d ax n)) +("ridder" nil (r ih1 d er0)) +("riddick" nil (r ih1 d ih0 k)) +("ridding" nil (r ih1 d ih0 ng)) +("riddle" nil (r ih1 d ax l)) +("riddled" nil (r ih1 d ax l d)) +("riddles" nil (r ih1 d ax l z)) +("riddock" nil (r ih1 d ax k)) +("ride" nil (r ay1 d)) +("rideau" nil (r ih0 d ow1)) +("rideaux" nil (r ih0 d ow1)) +("riden" nil (r ay1 d ax n)) +("ridener" nil (r ih1 d iy0 n er0)) +("ridenhour" nil (r ih1 d ih0 n aw0 r)) +("ridenour" nil (r ih1 d ih0 n uh0 r)) +("rideout" nil (r ay1 d aw1 t)) +("rider" nil (r ay1 d er0)) +("riders" nil (r ay1 d er0 z)) +("ridership" nil (r ay1 d er0 sh ih1 p)) +("rides" nil (r ay1 d z)) +("ridge" nil (r ih1 jh)) +("ridgecrest" nil (r ih1 jh k r eh1 s t)) +("ridged" nil (r ih1 jh d)) +("ridgefield" nil (r ih1 jh f iy1 l d)) +("ridgell" nil (r ih1 jh ax l)) +("ridgely" nil (r ih1 jh l iy0)) +("ridges" nil (r ih1 jh ax z)) +("ridgeway" nil (r ih1 jh w ey1)) +("ridgley" nil (r ih1 jh l iy0)) +("ridgway" nil (r ih1 jh w ey1)) +("ridicule" nil (r ih1 d ax k y uw1 l)) +("ridiculed" nil (r ih1 d ax k y uw1 l d)) +("ridicules" nil (r ih1 d ax k y uw1 l z)) +("ridiculing" nil (r ih1 d ax k y uw1 l ih0 ng)) +("ridiculous" nil (r ih0 d ih1 k y ax l ax s)) +("ridiculously" nil (r ax d ih1 k y ax l ax s l iy0)) +("riding" nil (r ay1 d ih0 ng)) +("ridinger" nil (r ay1 d ih0 ng er0)) +("ridings" nil (r ay1 d ih0 ng z)) +("ridley" nil (r ih1 d l iy0)) +("ridling" nil (r ih1 d l ih0 ng)) +("ridlon" nil (r ih1 d l ax n)) +("ridner" nil (r ih1 d n er0)) +("ridolfi" nil (r iy0 d ow1 l f iy0)) +("ridout" nil (r ih1 d aw1 t)) +("ridpath" nil (r ih1 d p ae1 th)) +("rids" nil (r ih1 d z)) +("riebe" nil (r iy1 b)) +("riebel" nil (r iy1 b ax l)) +("rieben" nil (r iy1 b ax n)) +("rieber" nil (r iy1 b er0)) +("riebman" nil (r iy1 b m ax n)) +("riechers" nil (r iy1 k er0 z)) +("rieck" nil (r iy1 k)) +("riecke" nil (r iy1 k)) +("ried" nil (r iy1 d)) +("riede" nil (r iy1 d)) +("riedel" nil (r iy1 d ax l)) +("rieder" nil (r iy1 d er0)) +("riederer" nil (r iy1 d er0 er0)) +("riedesel" nil (r iy1 d ih0 s ax l)) +("riedl" nil (r iy1 d ax l)) +("riedlinger" nil (r iy1 d ax l ih0 ng er0)) +("riedy" nil (r iy1 d iy0)) +("rief" nil (r iy1 f)) +("rieg" nil (r iy1 g)) +("riege" nil (r iy1 jh)) +("riegel" nil (r iy1 g ax l)) +("rieger" nil (r iy1 g er0)) +("riegert" nil (r iy1 g er0 t)) +("riegle" nil (r iy1 g ax l)) +("riegler" nil (r iy1 g l er0)) +("riehl" nil (r iy1 l)) +("riehle" nil (r iy1 hh ax l)) +("riehm" nil (r iy1 m)) +("riek" nil (r iy1 k)) +("rieke" nil (r iy1 k)) +("rieken" nil (r iy1 k ax n)) +("rieker" nil (r iy1 k er0)) +("riel" nil (r iy1 l)) +("rielly" nil (r iy1 l iy0)) +("riely" nil (r iy1 l iy0)) +("rieman" nil (r iy1 m ax n)) +("riemann" nil (r iy1 m ax n)) +("riemenschneider" nil (r iy1 m ih0 n sh n ay0 d er0)) +("riemer" nil (r iy1 m er0)) +("riemersma" nil (r iy0 m eh1 r s m ax)) +("riendeau" nil (r ax n d ow1)) +("rienstra" nil (r iy1 n s t r ax)) +("riepe" nil (r iy1 p)) +("riera" nil (r iy1 r ax)) +("rierson" nil (r iy1 r s ax n)) +("ries" nil (r ay1 z)) +("riesberg" nil (r iy1 s b er0 g)) +("riese" nil (r iy1 z)) +("riesen" nil (r iy1 s ax n)) +("riesenberg" nil (r iy1 s ax n b er0 g)) +("rieser" nil (r iy1 s er0)) +("riesh" nil (r ay1 sh)) +("riesling" nil (r iy1 z l ih0 ng)) +("riess" nil (r iy1 s)) +("riester" nil (r ay1 ih0 s t er0)) +("riesterer" nil (r iy1 s t er0 er0)) +("rieth" nil (r ay1 ih0 th)) +("rietveld" nil (r iy1 t v ih0 l d)) +("rietz" nil (r iy1 t s)) +("rieves" nil (r iy1 v z)) +("rife" nil (r ay1 f)) +("rifenburgh" nil (r ih1 f ax n b er0 g)) +("riff" nil (r ih1 f)) +("riffe" nil (r ih1 f)) +("riffel" nil (r ih1 f ax l)) +("riffey" nil (r ih1 f iy0)) +("riffle" nil (r ih1 f ax l)) +("riffraff" nil (r ih1 f r ae1 f)) +("rifkin" nil (r ih1 f k ih0 n)) +("rifkind" nil (r ih1 f k ih0 n d)) +("rifle" nil (r ay1 f ax l)) +("rifled" nil (r ay1 f ax l d)) +("rifleman" nil (r ay1 f ax l m ax n)) +("riflery" nil (r ay1 f ax l r iy0)) +("rifles" nil (r ay1 f ax l z)) +("rifling" nil (r ay1 f l ih0 ng)) +("rift" nil (r ih1 f t)) +("rifts" nil (r ih1 f t s)) +("rig" nil (r ih1 g)) +("riga" nil (r iy1 g ax)) +("rigas" nil (r ay1 g ax z)) +("rigby" nil (r ih1 g b iy0)) +("rigdon" nil (r ih1 g d ax n)) +("rigel" nil (r ay1 jh ax l)) +("rigg" nil (r ih1 g)) +("riggan" nil (r ih1 g ax n)) +("rigged" nil (r ih1 g d)) +("riggen" nil (r ih1 g ax n)) +("riggenbach" nil (r ih1 g ih0 n b aa0 k)) +("riggi" nil (r ih1 jh iy0)) +("riggin" nil (r ih1 g ih0 n)) +("rigging" nil (r ih1 g ih0 ng)) +("riggings" nil (r ih1 g ih0 ng z)) +("riggins" nil (r ih1 g ih0 n z)) +("riggio" nil (r iy1 jh iy0 ow0)) +("riggle" nil (r ih1 g ax l)) +("riggleman" nil (r ih1 g ax l m ax n)) +("riggs" nil (r ih1 g z)) +("riggsbee" nil (r ih1 g z b iy0)) +("righetti" nil (r iy0 g eh1 t iy0)) +("righi" nil (r iy1 g iy0)) +("right" nil (r ay1 t)) +("righted" nil (r ay1 t ih0 d)) +("righteous" nil (r ay1 ch ax s)) +("righteously" nil (r ay1 ch ax s l iy0)) +("righteousness" nil (r ay1 ch ax s n ax s)) +("righter" nil (r ay1 t er0)) +("rightful" nil (r ay1 t f ax l)) +("rightfully" nil (r ay1 t f ax l iy0)) +("rightist" nil (r ay1 t ih0 s t)) +("rightists" nil (r ay1 t ih0 s t s)) +("rightly" nil (r ay1 t l iy0)) +("rightmire" nil (r ay1 t m ay1 r)) +("rightmyer" nil (r ay1 t m iy0 er0)) +("rightness" nil (r ay1 t n ax s)) +("rights" nil (r ay1 t s)) +("rightward" nil (r ay1 t w er0 d)) +("rightwing" nil (r ay1 t w ih1 ng)) +("rigid" nil (r ih1 jh ax d)) +("rigidities" nil (r ih0 jh ih1 d ih0 t iy0 z)) +("rigidity" nil (r ih0 jh ih1 d ax t iy0)) +("rigidly" nil (r ih1 jh ih0 d l iy0)) +("rigler" nil (r ay1 g ax l er0)) +("rigney" nil (r ih1 g n iy0)) +("rigo" nil (r iy1 g ow0)) +("rigoletto" nil (r ih1 g ax l eh1 t ow0)) +("rigoni" nil (r iy0 g ow1 n iy0)) +("rigor" nil (r ih1 g er0)) +("rigorous" nil (r ih1 g er0 ax s)) +("rigorously" nil (r ih1 g er0 ax s l iy0)) +("rigors" nil (r ih1 g er0 z)) +("rigs" nil (r ih1 g z)) +("rigsbee" nil (r ih1 g z b iy1)) +("rigsby" nil (r ih1 g z b iy0)) +("rigueur" nil (r ih0 g y uw1 r)) +("riha" nil (r ay1 hh ax)) +("rihn" nil (r ih1 n)) +("rijn" nil (r iy1 ax n)) +("rikard" nil (r ih1 k er0 d)) +("rike" nil (r ay1 k)) +("riker" nil (r ay1 k er0)) +("riklis" nil (r ih1 k l ih0 s)) +("riksbank" nil (r ih1 k s b ae1 ng k)) +("riksdag" nil (r ih1 k s d ae0 g)) +("rile" nil (r ay1 l)) +("riled" nil (r ay1 l d)) +("riles" nil (r ay1 l z)) +("riley" nil (r ay1 l iy0)) +("rill" nil (r ih1 l)) +("rilla" nil (r ih1 l ax)) +("rillette" nil (r ih0 l eh1 t)) +("rilling" nil (r ih1 l ih0 ng)) +("rilwanu" nil (r ih0 l w aa1 n uw0)) +("rim" nil (r ih1 m)) +("rima" nil (r iy1 m ax)) +("rimbey" nil (r ih1 m b iy0)) +("rimel" nil (r ih1 m ax l)) +("rimer" nil (r ay1 m er0)) +("rimes" nil (r ay1 m z)) +("rimkus" nil (r ih1 m k ax s)) +("rimmed" nil (r ih1 m d)) +("rimmer" nil (r ih1 m er0)) +("rims" nil (r ih1 m z)) +("rimson" nil (r ih1 m s ax n)) +("rina" nil (r iy1 n ax)) +("rinaldi" nil (r iy0 n aa1 l d iy0)) +("rinaldo" nil (r ih0 n aa1 l d ow0)) +("rinard" nil (r ih1 n er0 d)) +("rinas" nil (r ay1 n ax z)) +("rinaudo" nil (r iy0 n ao1 d ow0)) +("rinck" nil (r ih1 ng k)) +("rincon" nil (r ih1 ng k ax n)) +("rind" nil (r ay1 n d)) +("rindahl" nil (r ih1 n d aa1 l)) +("rinderer" nil (r ih1 n d er0 er0)) +("rinderknecht" nil (r ih1 n d er0 k n ih0 k t)) +("rindfleisch" nil (r ih1 n d f l ay1 sh)) +("rinds" nil (r ay1 n d z)) +("rindt" nil (r ih1 n t)) +("rine" nil (r ay1 n)) +("rineer" nil (r ih1 n ih0 r)) +("rinehardt" nil (r ay1 n hh aa1 r t)) +("rinehart" nil (r ay1 n hh aa1 r t)) +("rinehimer" nil (r ay1 n hh ay1 m er0)) +("rinella" nil (r ih0 n eh1 l ax)) +("riner" nil (r ay1 n er0)) +("rines" nil (r ay1 n z)) +("riney" nil (r ay1 n iy0)) +("ring" nil (r ih1 ng)) +("ringberg" nil (r ih1 ng b er0 g)) +("ringdahl" nil (r ih1 ng d aa0 l)) +("ringe" nil (r ih1 ng)) +("ringed" nil (r ih1 ng d)) +("ringeisen" nil (r ih1 ng g ay0 s ax n)) +("ringel" nil (r ih1 ng g ax l)) +("ringen" nil (r ih1 ng ax n)) +("ringenberg" nil (r ih1 ng ax n b er0 g)) +("ringer" nil (r ih1 ng er0)) +("ringers" nil (r ih1 ng er0 z)) +("ringgenberg" nil (r ih1 ng g ax n b er0 g)) +("ringgit" nil (r ih1 ng ih0 t)) +("ringgold" nil (r ih1 ng g ow1 l d)) +("ringing" nil (r ih1 ng ih0 ng)) +("ringland" nil (r ih1 ng g l ax n d)) +("ringle" nil (r ih1 ng g ax l)) +("ringleader" nil (r ih1 ng l iy1 d er0)) +("ringleaders" nil (r ih1 ng l iy1 d er0 z)) +("ringler" nil (r ih1 ng g ax l er0)) +("ringley" nil (r ih1 ng g l iy0)) +("ringling" nil (r ih1 ng l ih0 ng)) +("ringmaster" nil (r ih1 ng m ae1 s t er0)) +("ringneck" nil (r ih1 ng n eh1 k)) +("ringo" nil (r iy1 ng g ow0)) +("ringold" nil (r ih1 ng g ow0 l d)) +("ringquist" nil (r ih1 ng k w ih0 s t)) +("rings" nil (r ih1 ng z)) +("ringside" nil (r ih1 ng s ay1 d)) +("ringstad" nil (r ih1 ng s t ax d)) +("ringuette" nil (r ih0 ng eh1 t)) +("ringwald" nil (r ih1 ng w ao0 l d)) +("ringwood" nil (r ih1 ng w uh1 d)) +("rini" nil (r iy1 n iy0)) +("rininger" nil (r ih1 n ih0 ng er0)) +("rink" nil (r ih1 ng k)) +("rinke" nil (r ih1 ng k)) +("rinkenberger" nil (r ih1 ng k ax n b er0 g er0)) +("rinker" nil (r ih1 ng k er0)) +("rinks" nil (r ih1 ng k s)) +("rinn" nil (r ih1 n)) +("rinne" nil (r ih1 n)) +("rinse" nil (r ih1 n s)) +("rinsing" nil (r ih1 n s ih0 ng)) +("rintala" nil (r iy0 n t aa1 l ax)) +("rintel" nil (r ih0 n t eh1 l)) +("rintels" nil (r ih0 n t eh1 l z)) +("rio" nil (r iy1 ow0)) +("riojas" nil (r iy0 ow1 y aa0 z)) +("riolo" nil (r iy0 ow1 l ow0)) +("rion" nil (r ay1 ax n)) +("riopel" nil (r iy0 ax p eh1 l)) +("riopelle" nil (r iy0 ax p eh1 l iy0)) +("riordan" nil (r ih1 r d ax n)) +("rios" nil (r iy1 ow0 s)) +("riot" nil (r ay1 ax t)) +("rioted" nil (r ay1 ax t ih0 d)) +("rioters" nil (r ay1 ax t er0 z)) +("rioting" nil (r ay1 ax t ih0 ng)) +("riotous" nil (r ay1 ax t ax s)) +("riots" nil (r ay1 ax t s)) +("rioux" nil (r uw1)) +("rip" nil (r ih1 p)) +("ripa" nil (r iy1 p ax)) +("ripe" nil (r ay1 p)) +("ripen" nil (r ay1 p ax n)) +("ripened" nil (r ay1 p ax n d)) +("ripening" nil (r ay1 p ax n ih0 ng)) +("riphagen" nil (r ih1 p aa1 g ax n)) +("ripka" nil (r iy1 p k ax)) +("ripke" nil (r ih1 p k)) +("ripley" nil (r ih1 p l iy0)) +("riposte" nil (r ih0 p ow1 s t)) +("ripostes" nil (r ih0 p ao1 s t s)) +("ripp" nil (r ih1 p)) +("rippe" nil (r ih1 p)) +("ripped" nil (r ih1 p t)) +("rippee" nil (r ih1 p iy1)) +("rippel" nil (r ih1 p ax l)) +("rippeon" nil (r ih1 p iy0 ax n)) +("ripper" nil (r ih1 p er0)) +("ripperger" nil (r ih1 p er0 g er0)) +("rippetoe" nil (r ih1 p ih0 t ow0)) +("rippey" nil (r ih1 p iy0)) +("ripping" nil (r ih1 p ih0 ng)) +("ripple" nil (r ih1 p ax l)) +("rippled" nil (r ih1 p ax l d)) +("ripples" nil (r ih1 p ax l z)) +("rippling" nil (r ih1 p ax l ih0 ng)) +("ripplinger" nil (r ih1 p ax l ih0 ng er0)) +("rippon" nil (r ih1 p ax n)) +("rippy" nil (r ih1 p iy0)) +("rips" nil (r ih1 p s)) +("risa" nil (r iy1 s ax)) +("risberg" nil (r ih1 s b er0 g)) +("risc" nil (r ih1 s k)) +("risch" nil (r ih1 sh)) +("risden" nil (r ih1 s d ax n)) +("risdon" nil (r ih1 s d ax n)) +("rise" nil (r ay1 z)) +("risen" nil (r ih1 z ax n)) +("risenhoover" nil (r ih1 s ih0 n hh uw0 v er0)) +("riser" nil (r ay1 z er0)) +("rises" nil (r ay1 z ax z)) +("rish" nil (r ih1 sh)) +("rishel" nil (r ih1 sh ax l)) +("rishell" nil (r ih1 sh ax l)) +("risher" nil (r ih1 sh er0)) +("risi" nil (r iy1 s iy0)) +("rising" nil (r ay1 z ih0 ng)) +("risinger" nil (r ay1 z ih0 ng er0)) +("risk" nil (r ih1 s k)) +("riske" nil (r ih1 s k)) +("risked" nil (r ih1 s k t)) +("riskier" nil (r ih1 s k iy0 er0)) +("riskiest" nil (r ih1 s k iy0 ax s t)) +("riskin" nil (r ih1 s k ih0 n)) +("riskiness" nil (r ih1 s k iy0 n ax s)) +("risking" nil (r ih1 s k ih0 ng)) +("riskless" nil (r ih1 s k l ax s)) +("risko" nil (r ih1 s k ow0)) +("risks" nil (r ih1 s k s)) +("risky" nil (r ih1 s k iy0)) +("risley" nil (r ih1 z l iy0)) +("risner" nil (r ih1 s n er0)) +("riso" nil (r iy1 s ow0)) +("rison" nil (r ih1 s ax n)) +("rispoli" nil (r iy0 s p ow1 l iy0)) +("risque" nil (r ih1 s k ey1)) +("riss" nil (r ih1 s)) +("risse" nil (r ih1 s)) +("risser" nil (r ih1 s er0)) +("rissler" nil (r ih1 s l er0)) +("rissman" nil (r ih1 s m ax n)) +("rissmiller" nil (r ih1 s m ax l er0)) +("risso" nil (r ih1 s ow0)) +("rist" nil (r ih1 s t)) +("ristau" nil (r ih1 s t aw0)) +("rister" nil (r ih1 s t er0)) +("riston" nil (r ih1 s t ax n)) +("ristorante" nil (r ih0 s t er0 aa1 n t ey0)) +("ristow" nil (r ih1 s t ow0)) +("rita" nil (r iy1 t ax)) +("ritacco" nil (r iy0 t aa1 k ow0)) +("ritalin" nil (r ih1 t ax l ih0 n)) +("ritch" nil (r ih1 ch)) +("ritchey" nil (r ih1 ch iy0)) +("ritchie" nil (r ih1 ch iy0)) +("rite" nil (r ay1 t)) +("ritenour" nil (r ih1 t ih0 n uh0 r)) +("riter" nil (r ay1 t er0)) +("rites" nil (r ay1 t s)) +("ritger" nil (r ih1 t g er0)) +("ritner" nil (r ih1 t n er0)) +("ritsema" nil (r ih0 t s iy1 m ax)) +("ritson" nil (r ih1 t s ax n)) +("ritt" nil (r ih1 t)) +("rittenberg" nil (r ih1 t ax n b er0 g)) +("rittenberry" nil (r ih1 t ax n b eh0 r iy0)) +("rittenhouse" nil (r ih1 t ax n hh aw1 s)) +("rittenour" nil (r ih1 t ih0 n er0)) +("ritter" nil (r ih1 t er0)) +("ritterbusch" nil (r ih1 t er0 b uh1 sh)) +("rittereiser" nil (r ih1 t er0 ay1 z er0)) +("rittgers" nil (r ih1 t g er0 z)) +("ritthaler" nil (r ih1 th ax l er0)) +("rittle" nil (r ih1 t ax l)) +("rittman" nil (r ih1 t m ax n)) +("rittner" nil (r ih1 t n er0)) +("ritts" nil (r ih1 t s)) +("ritual" nil (r ih1 ch uw0 ax l)) +("ritualistic" nil (r ih1 ch uw0 ax l ih1 s t ih0 k)) +("ritualistically" nil (r ih1 ch uw0 ax l ih1 s t ih0 k ax l iy0)) +("rituals" nil (r ih1 ch uw0 ax l z)) +("ritz" nil (r ih1 t s)) +("ritzel" nil (r ih1 t z ax l)) +("ritzenthaler" nil (r ih1 t z ih0 n th ax l er0)) +("ritzer" nil (r ih1 t z er0)) +("ritzert" nil (r ih1 t z er0 t)) +("ritzman" nil (r ih1 t s m ax n)) +("ritzy" nil (r ih1 t s iy0)) +("riunite" nil (r iy0 uw0 n ay1 t)) +("riva" nil (r iy1 v ax)) +("rival" nil (r ay1 v ax l)) +("rivaled" nil (r ay1 v ax l d)) +("rivaling" nil (r ay1 v ax l ih0 ng)) +("rivalries" nil (r ay1 v ax l r iy0 z)) +("rivalry" nil (r ay1 v ax l r iy0)) +("rivals" nil (r ay1 v ax l z)) +("rivard" nil (r ih1 v er0 d)) +("rivas" nil (r iy1 v aa0 z)) +("riven" nil (r ih1 v ax n)) +("rivenbark" nil (r ih1 v ih0 n b aa0 r k)) +("rivenburg" nil (r ih1 v ax n b er0 g)) +("rivenburgh" nil (r ih1 v ih0 n b er0 g)) +("river" nil (r ih1 v er0)) +("rivera" nil (r ih0 v eh1 r ax)) +("riverbank" nil (r ih1 v er0 b ae1 ng k)) +("riverbed" nil (r ih1 v er0 b eh1 d)) +("riverbend" nil (r ih1 v er0 b eh1 n d)) +("riverboat" nil (r ih1 v er0 b ow1 t)) +("riverboats" nil (r ih1 v er0 b ow1 t s)) +("riverdale" nil (r ih1 v er0 d ey1 l)) +("riverfront" nil (r ih1 v er0 f r ah1 n t)) +("riverhead" nil (r ih1 v er0 hh eh1 d)) +("rivero" nil (r iy0 v eh1 r ow0)) +("rivers" nil (r ih1 v er0 z)) +("riverside" nil (r ih1 v er0 s ay1 d)) +("riverso" nil (r ih1 v er0 s ow0)) +("riverway" nil (r ih1 v er0 w ey1)) +("riverwood" nil (r ih1 v er0 w uh1 d)) +("rives" nil (r ay1 v z)) +("rivest" nil (r ih1 v ih0 s t)) +("rivet" nil (r ih1 v ax t)) +("riveted" nil (r ih1 v ax t ih0 d)) +("riveting" nil (r ih1 v ax t ih0 ng)) +("rivets" nil (r ih1 v ax t s)) +("rivett" nil (r ih1 v ih0 t)) +("rivette" nil (r ih0 v eh1 t)) +("riviello" nil (r iy1 v iy0 eh1 l ow0)) +("riviera" nil (r ih1 v iy0 eh1 r ax)) +("riviere" nil (r ih1 v iy0 eh0 r)) +("rivieres" nil (r ih0 v y ih1 r eh0 z)) +("rivkin" nil (r ih1 v k ih0 n)) +("rivkind" nil (r ih1 v k ih0 n d)) +("rivlin" nil (r ih1 v l ih0 n)) +("rix" nil (r ih1 k s)) +("riyad" nil (r iy0 aa1 d)) +("riyadh" nil (r iy0 ae1 d)) +("riyals" nil (r iy0 y aa1 l z)) +("rizer" nil (r ay1 z er0)) +("rizk" nil (r ih1 z k)) +("rizo" nil (r iy1 z ow0)) +("rizor" nil (r ay1 z er0)) +("rizza" nil (r ih1 z ax)) +("rizzi" nil (r ih1 z iy0)) +("rizzo" nil (r ih1 z ow0)) +("rizzoli" nil (r ih0 z ow1 l iy0)) +("rizzolo" nil (r iy0 t s ow1 l ow0)) +("rizzuti" nil (r iy0 t s uw1 t iy0)) +("rizzuto" nil (r iy0 t s uw1 t ow0)) +("ro" nil (r ow1)) +("roa" nil (r ow1 ax)) +("roach" nil (r ow1 ch)) +("roache" nil (r ow1 ch)) +("roaches" nil (r ow1 ch ih0 z)) +("road" nil (r ow1 d)) +("roadblock" nil (r ow1 d b l aa1 k)) +("roadblocks" nil (r ow1 d b l aa1 k s)) +("roadcap" nil (r ow1 d k ae1 p)) +("roades" nil (r ow1 d z)) +("roadmaster" nil (r ow1 d m ae1 s t er0)) +("roadrailer" nil (r ow1 d r ey1 l er0)) +("roadrunner" nil (r ow1 d r ah1 n er0)) +("roads" nil (r ow1 d z)) +("roadshow" nil (r ow1 d sh ow1)) +("roadside" nil (r ow1 d s ay1 d)) +("roadsides" nil (r ow1 d s ay1 d z)) +("roadster" nil (r ow1 d s t er0)) +("roadway" nil (r ow1 d w ey1)) +("roadways" nil (r ow1 d w ey1 z)) +("roadwork" nil (r ow1 d w er1 k)) +("roady" nil (r ow1 d iy0)) +("roald" nil (r ow1 l d)) +("roam" nil (r ow1 m)) +("roamed" nil (r ow1 m d)) +("roaming" nil (r ow1 m ih0 ng)) +("roams" nil (r ow1 m z)) +("roan" nil (r ow1 n)) +("roane" nil (r ow1 n)) +("roanna" nil (r ow1 n ax)) +("roanoke" nil (r ow1 ax n ow1 k)) +("roar" nil (r ao1 r)) +("roared" nil (r ao1 r d)) +("roaring" nil (r ao1 r ih0 ng)) +("roark" nil (r ao1 r k)) +("roarke" nil (r ao1 r k)) +("roars" nil (r ao1 r z)) +("roarty" nil (r ao1 r t iy0)) +("roast" nil (r ow1 s t)) +("roasted" nil (r ow1 s t ax d)) +("roaster" nil (r ow1 s t er0)) +("roasters" nil (r ow1 s t er0 z)) +("roasting" nil (r ow1 s t ih0 ng)) +("roasts" nil (r ow1 s t s)) +("roat" nil (r ow1 t)) +("roath" nil (r ow1 th)) +("rob" nil (r aa1 b)) +("roback" nil (r ow1 b ae1 k)) +("robaina" nil (r ow0 b ey1 n ax)) +("robak" nil (r ow1 b ax k)) +("robar" nil (r ax b aa1 r)) +("robards" nil (r aa1 b er0 d z)) +("robare" nil (r ow0 b aa1 r ey0)) +("robarge" nil (r aa1 b aa0 r g)) +("robart" nil (r aa1 b aa1 r t)) +("robarts" nil (r aa1 b aa1 r t s)) +("robb" nil (r aa1 b)) +("robbe" nil (r aa1 b)) +("robbed" nil (r aa1 b d)) +("robben" nil (r aa1 b ax n)) +("robber" nil (r aa1 b er0)) +("robberies" nil (r aa1 b er0 iy0 z)) +("robbers" nil (r aa1 b er0 z)) +("robberson" nil (r aa1 b er0 s ax n)) +("robbery" nil (r aa1 b er0 iy0)) +("robbie" nil (r aa1 b iy0)) +("robbin" nil (r aa1 b ih0 n)) +("robbing" nil (r aa1 b ih0 ng)) +("robbins" nil (r aa1 b ih0 n z)) +("robbs" nil (r aa1 b z)) +("robby" nil (r aa1 b iy0)) +("robe" nil (r ow1 b)) +("robeck" nil (r ow1 b eh1 k)) +("robed" nil (r ow1 b d)) +("robel" nil (r ow1 b ax l)) +("robello" nil (r ow0 b eh1 l ow0)) +("robelo" nil (r aa1 b eh1 l ow0)) +("rober" nil (r ow1 b er0)) +("roberds" nil (r aa1 b er0 d z)) +("roberg" nil (r ow1 b er0 g)) +("roberge" nil (r aa1 b er0 jh)) +("robers" nil (r ow1 b er0 z)) +("roberson" nil (r aa1 b er0 s ax n)) +("robert" nil (r aa1 b er0 t)) +("roberta" nil (r ax b er1 t ax)) +("roberti" nil (r ax b er1 t iy0)) +("roberto" nil (r ax b eh1 r t ow0)) +("roberts" nil (r aa1 b er0 t s)) +("robertshaw" nil (r aa1 b er1 t sh ao1)) +("robertson" nil (r aa1 b er0 t s ax n)) +("robes" nil (r ow1 b z)) +("robeson" nil (r ow1 b ih0 s ax n)) +("robey" nil (r ow1 b iy0)) +("robia" nil (r ow1 b iy0 ax)) +("robichaud" nil (r aa1 b ih0 sh ow1)) +("robichaux" nil (r aa1 b ih0 sh ow1)) +("robicheaux" nil (r aa1 b ih0 sh ow1)) +("robideau" nil (r aa1 b ih0 d ow1)) +("robidoux" nil (r aa1 b ih0 d uw0)) +("robie" nil (r ow1 b iy0)) +("robillard" nil (r aa1 b ih0 l er0 d)) +("robin" nil (r aa1 b ax n)) +("robina" nil (r ax b iy1 n ax)) +("robinett" nil (r aa1 b ih0 n eh0 t)) +("robinette" nil (r aa1 b ih0 n eh1 t)) +("robinia" nil (r ow0 b iy1 n iy0 ax)) +("robins" nil (r aa1 b ax n z)) +("robinson" nil (r aa1 b ax n s ax n)) +("robinsons" nil (r aa1 b ax n s ax n z)) +("robishaw" nil (r aa1 b ih0 sh ao1)) +("robison" nil (r aa1 b ih0 s ax n)) +("robitaille" nil (r aa1 b ih0 t ey1 l)) +("robitussin" nil (r aa1 b ih0 t ah1 s ih0 n)) +("robl" nil (r aa1 b ax l)) +("roble" nil (r ow1 b ax l)) +("robledo" nil (r ow0 b l ey1 d ow0)) +("roblee" nil (r aa1 b l iy1)) +("robles" nil (r ow1 b ax l z)) +("robley" nil (r aa1 b l iy0)) +("roblin" nil (r aa1 b l ih0 n)) +("robling" nil (r ow1 b ax l ih0 ng)) +("robnett" nil (r aa1 b n ih0 t)) +("robocop" nil (r ow1 b ow0 k aa1 p)) +("robot" nil (r ow1 b aa1 t)) +("robotic" nil (r ow1 b aa1 t ih0 k)) +("robotics" nil (r ow1 b aa1 t ih0 k s)) +("robots" nil (r ow1 b aa1 t s)) +("robs" nil (r aa1 b z)) +("robson" nil (r aa1 b s ax n)) +("robuck" nil (r aa1 b ax k)) +("robust" nil (r ow0 b ah1 s t)) +("robusta" nil (r aa1 b ah1 s t ax)) +("robustas" nil (r aa1 b ah1 s t ax s)) +("robustelli" nil (r ow1 b ax s t eh1 l iy0)) +("robustly" nil (r ow1 b ah1 s t l iy0)) +("robustness" nil (r ow0 b ah1 s t n ax s)) +("roby" nil (r ow1 b iy0)) +("robyn" nil (r aa1 b ih0 n)) +("roca" nil (r ow1 k ax)) +("rocap" nil (r ow1 k ae1 p)) +("rocard" nil (r ow1 k er0 d)) +("rocca" nil (r aa1 k ax)) +("roccaforte" nil (r ow0 k ax f ao1 r t iy0)) +("roccas" nil (r aa1 k ax s)) +("rocchi" nil (r ow1 k iy0)) +("rocchio" nil (r ow1 k iy0 ow0)) +("rocco" nil (r aa1 k ow0)) +("roch" nil (r aa1 k)) +("rocha" nil (r ow1 k ax)) +("rochat" nil (r aa1 ch ax t)) +("rochberg" nil (r ow1 ch b er0 g)) +("roche" nil (r ow1 ch)) +("rochefort" nil (r aa1 k ih0 f er0 t)) +("rocheleau" nil (r aa1 sh ih0 l ow0)) +("rochella" nil (r ax ch eh1 l ax)) +("rochelle" nil (r ow0 sh eh1 l)) +("rochester" nil (r aa1 ch eh1 s t er0)) +("rochette" nil (r ax sh eh1 t)) +("rochford" nil (r aa1 ch f er0 d)) +("rochlin" nil (r aa1 k l ih0 n)) +("rochon" nil (r aa1 ch ax n)) +("rock" nil (r aa1 k)) +("rockafellow" nil (r aa1 k ax f eh1 l ow0)) +("rockaway" nil (r aa1 k ax w ey1)) +("rocke" nil (r aa1 k)) +("rocked" nil (r aa1 k t)) +("rockefeller" nil (r aa1 k ax f eh1 l er0)) +("rockefellers" nil (r aa1 k ax f eh1 l er0 z)) +("rockel" nil (r aa1 k ax l)) +("rockenbach" nil (r aa1 k ih0 n b aa0 k)) +("rocker" nil (r aa1 k er0)) +("rockers" nil (r aa1 k er0 z)) +("rocket" nil (r aa1 k ax t)) +("rocketdyne" nil (r aa1 k ih0 t d ay1 n)) +("rocketed" nil (r aa1 k ax t ih0 d)) +("rocketing" nil (r aa1 k ax t ih0 ng)) +("rocketry" nil (r aa1 k ax t r iy0)) +("rockets" nil (r aa1 k ax t s)) +("rockett" nil (r aa1 k ih0 t)) +("rockey" nil (r aa1 k iy0)) +("rockford" nil (r aa1 k f er0 d)) +("rockhill" nil (r aa1 k hh ih1 l)) +("rockhold" nil (r aa1 k hh ow1 l d)) +("rockholt" nil (r aa1 k hh ow1 l t)) +("rockies" nil (r aa1 k iy0 z)) +("rocking" nil (r aa1 k ih0 ng)) +("rockingham" nil (r aa1 k ih0 ng hh ae1 m)) +("rockland" nil (r aa1 k l ax n d)) +("rockley" nil (r aa1 k l iy0)) +("rocklin" nil (r aa1 k l ih0 n)) +("rockman" nil (r aa1 k m ax n)) +("rockmore" nil (r aa1 k m ao0 r)) +("rockne" nil (r aa1 k n iy0)) +("rockoff" nil (r aa1 k ao1 f)) +("rockow" nil (r aa1 s k ow0)) +("rockport" nil (r aa1 k p ao1 r t)) +("rockresorts" nil (r aa1 k r ih0 z ao1 r t s)) +("rockrose" nil (r aa1 k r ow1 z)) +("rocks" nil (r aa1 k s)) +("rockville" nil (r aa1 k v ih1 l)) +("rockwell" nil (r aa1 k w eh1 l)) +("rockwood" nil (r aa1 k w uh1 d)) +("rocky" nil (r aa1 k iy0)) +("rococo" nil (r ax k ow1 k ow1)) +("rocque" nil (r aa1 k)) +("rod" nil (r aa1 d)) +("roda" nil (r ow1 d ax)) +("rodabaugh" nil (r aa1 d ax b ao0)) +("rodak" nil (r ow1 d ax k)) +("rodale" nil (r ow1 d ey1 l)) +("rodarte" nil (r aa1 d aa0 r t)) +("rodas" nil (r ow1 d ax z)) +("rodd" nil (r aa1 d)) +("rodden" nil (r aa1 d ax n)) +("roddenberry" nil (r aa1 d ax n b eh0 r iy0)) +("roddey" nil (r aa1 d iy0)) +("roddick" nil (r aa1 d ih1 k)) +("roddie" nil (r aa1 d iy0)) +("rodding" nil (r aa1 d ih0 ng)) +("roddy" nil (r aa1 d iy0)) +("rode" nil (r ow1 d)) +("rodebaugh" nil (r aa1 d ih0 b ao0)) +("rodefer" nil (r aa1 d ih0 f er0)) +("rodeffer" nil (r aa1 d ih0 f er0)) +("rodeheaver" nil (r aa1 d ih0 hh iy0 v er0)) +("rodela" nil (r ow0 d eh1 l ax)) +("rodell" nil (r aa1 d ax l)) +("roden" nil (r ow1 d ax n)) +("rodenbaugh" nil (r aa1 d ih0 n b aw0)) +("rodenbeck" nil (r ow1 d ax n b eh0 k)) +("rodenberg" nil (r ow1 d ax n b er0 g)) +("rodenberger" nil (r ow1 d ax n b er0 g er0)) +("rodenburg" nil (r ow1 d ax n b er0 g)) +("rodent" nil (r ow1 d ax n t)) +("rodents" nil (r ow1 d ax n t s)) +("rodeo" nil (r ow1 d iy0 ow1)) +("rodeos" nil (r ow1 d iy0 ow1 z)) +("roder" nil (r ow1 d er0)) +("roderica" nil (r ow0 d er0 iy1 k ax)) +("roderick" nil (r aa1 d r ih0 k)) +("rodes" nil (r ow1 d z)) +("rodewald" nil (r aa1 d uw0 ao0 l d)) +("rodeway" nil (r ow1 d w ey1)) +("rodge" nil (r aa1 jh)) +("rodger" nil (r aa1 jh er0)) +("rodgers" nil (r aa1 jh er0 z)) +("rodgin" nil (r aa1 jh ih0 n)) +("rodham" nil (r ao1 d ax m)) +("rodi" nil (r ow1 d iy0)) +("rodick" nil (r aa1 d ih0 k)) +("rodier" nil (r ow1 d iy0 er0)) +("rodime" nil (r ow0 d iy1 m)) +("rodin" nil (r ow1 d ih0 n)) +("rodine" nil (r ow0 d iy1 n iy0)) +("rodino" nil (r ow0 d iy1 n ow0)) +("rodkey" nil (r aa1 d k iy1)) +("rodman" nil (r aa1 d m ax n)) +("rodmond" nil (r aa1 d m ax n d)) +("rodmund" nil (r aa1 d m ax n d)) +("rodney" nil (r aa1 d n iy0)) +("rodocker" nil (r aa1 d ax k er0)) +("rodolf" nil (r aa1 d ow0 l f)) +("rodolfo" nil (r ow0 d aa1 l f ow0)) +("rodolph" nil (r ow1 d aa1 l f)) +("rodrick" nil (r aa1 d r ih0 k)) +("rodrigeuz" nil (r ow0 d r iy1 jh uw0 z)) +("rodrigo" nil (r ax d r iy1 g ow0)) +("rodrigue" nil (r ow1 d r iy0 g)) +("rodrigues" nil (r aa0 d r iy1 g ih0 s)) +("rodriguez" nil (r aa0 d r iy1 g eh0 z)) +("rodriques" nil (r aa0 d r iy1 g eh0 s)) +("rodriquez" nil (r aa0 d r iy1 k eh0 z)) +("rods" nil (r aa1 d z)) +("rodwell" nil (r aa1 d w eh1 l)) +("rody" nil (r ow1 d iy0)) +("roe" nil (r ow1)) +("roeber" nil (r ow1 b er0)) +("roebke" nil (r ow1 b k)) +("roebling" nil (r ow1 b l ih0 ng)) +("roebuck" nil (r ow1 b ah1 k)) +("roecker" nil (r ow1 k er0)) +("roed" nil (r ow1 d)) +("roedel" nil (r ow1 d ax l)) +("roeder" nil (r ow1 d er0)) +("roederer" nil (r ow1 d er0 er0)) +("roediger" nil (r ow1 d ih0 g er0)) +("roedl" nil (r ow1 d ax l)) +("roegner" nil (r ow1 g n er0)) +("roehl" nil (r ow1 l)) +("roehling" nil (r ow1 l ih0 ng)) +("roehm" nil (r ow1 m)) +("roehr" nil (r ao1 r)) +("roehrich" nil (r ao1 r ih0 k)) +("roehrig" nil (r ao1 r ih0 g)) +("roehrs" nil (r ao1 r z)) +("roeland" nil (r ow1 l ax n d)) +("roelke" nil (r ow1 l k)) +("roell" nil (r ow1 l)) +("roelle" nil (r ow1 l)) +("roeller" nil (r ow1 l er0)) +("roelofs" nil (r ow1 l ax f s)) +("roemer" nil (r ow1 m er0)) +("roemmich" nil (r ow1 m ih0 k)) +("roen" nil (r ow1 n)) +("roeper" nil (r ow1 p er0)) +("roepke" nil (r ow1 p k)) +("roes" nil (r ow1 z)) +("roesch" nil (r ow1 sh)) +("roese" nil (r ow1 s)) +("roesel" nil (r ow1 s ax l)) +("roeser" nil (r ow1 z er0)) +("roeske" nil (r ow1 s k)) +("roesler" nil (r ow1 s ax l er0)) +("roesner" nil (r ow1 s n er0)) +("roessler" nil (r ow1 s ax l er0)) +("roessner" nil (r ow1 s n er0)) +("roether" nil (r ow1 dh er0)) +("roethler" nil (r ow1 th ax l er0)) +("roettger" nil (r ow1 t g er0)) +("roever" nil (r aa1 eh0 v er0)) +("roff" nil (r ao1 f)) +("roffe" nil (r aa1 f)) +("roffman" nil (r ao1 f m ax n)) +("rofin" nil (r ow1 f ih0 n)) +("rog" nil (r aa1 g)) +("rogachev" nil (r ow1 g ax ch ax v)) +("rogacki" nil (r ax g aa1 t s k iy0)) +("rogaine" nil (r ow0 g ey1 n)) +("rogal" nil (r ow1 g ax l)) +("rogala" nil (r ow0 g aa1 l ax)) +("rogalla" nil (r ow0 g aa1 l ax)) +("rogalski" nil (r ax g aa1 l s k iy0)) +("rogan" nil (r ow1 g ax n)) +("rogel" nil (r ow1 g ax l)) +("rogelio" nil (r ow0 g iy1 l iy0 ow0)) +("roger" nil (r aa1 jh er0)) +("rogernomics" nil (r ow1 g er0 n aa1 m ih0 k s)) +("rogers" nil (r aa1 jh er0 z)) +("rogerson" nil (r aa1 g er0 s ax n)) +("rogge" nil (r aa1 g)) +("roggenbuck" nil (r aa1 g ih0 n b ax k)) +("roggenkamp" nil (r aa1 g ih0 n k ae0 m p)) +("roggio" nil (r aa1 z iy0 ow0)) +("roggow" nil (r aa1 g ow0)) +("rogier" nil (r ow1 g iy0 er0)) +("rogin" nil (r ow1 g ih0 n)) +("roginski" nil (r ax g ih1 n s k iy0)) +("rogness" nil (r aa1 g n ih0 s)) +("rogoff" nil (r aa1 g ao0 f)) +("rogowski" nil (r ax g ao1 f s k iy0)) +("rogozinski" nil (r ax g ax z ih1 n s k iy0)) +("rogstad" nil (r aa1 g s t ax d)) +("rogue" nil (r ow1 g)) +("rogues" nil (r ow1 g z)) +("rogus" nil (r ow1 g ax s)) +("roh" nil (r ow1)) +("rohan" nil (r ow1 ax n)) +("rohana" nil (r ax hh ae1 n ax)) +("rohatyn" nil (r aa1 hh ax t ih0 n)) +("rohde" nil (r ow1 d)) +("rohe" nil (r ow1)) +("roher" nil (r ow1 er0)) +("rohl" nil (r ow1 l)) +("rohland" nil (r ow1 l ax n d)) +("rohleder" nil (r ow1 l ih0 d er0)) +("rohlf" nil (r ow1 l f)) +("rohlfing" nil (r ow1 l f ih0 ng)) +("rohlfs" nil (r ow1 l f s)) +("rohlicek" nil (r aa1 l ax ch eh0 k)) +("rohling" nil (r ow1 l ih0 ng)) +("rohlman" nil (r ow1 l m ax n)) +("rohloff" nil (r ow1 l ao0 f)) +("rohm" nil (r ow1 m)) +("rohman" nil (r ow1 m ax n)) +("rohmer" nil (r ow1 m er0)) +("rohn" nil (r aa1 n)) +("rohner" nil (r ow1 n er0)) +("rohr" nil (r ao1 r)) +("rohrbach" nil (r ao1 r b aa0 k)) +("rohrbacher" nil (r ao1 r b aa0 k er0)) +("rohrback" nil (r ao1 r b ae0 k)) +("rohrbaugh" nil (r ao1 r b aw0)) +("rohrbough" nil (r ao1 r b aw0)) +("rohrer" nil (r ao1 r er0)) +("rohrich" nil (r ao1 r ih0 k)) +("rohrig" nil (r ao1 r ih0 g)) +("rohrman" nil (r ao1 r m ax n)) +("rohrs" nil (r ao1 r z)) +("rohs" nil (r ow1 z)) +("rohstoff" nil (r ow1 s t ao0 f)) +("rohwedder" nil (r ow1 w ih0 d er0)) +("rohweder" nil (r ow1 w ih0 d er0)) +("rohwer" nil (r ow1 w er0)) +("roi" nil (r oy1)) +("roig" nil (r oy1 g)) +("roil" nil (r oy1 l)) +("roiled" nil (r oy1 l d)) +("roiling" nil (r oy1 l ih0 ng)) +("rojas" nil (r ow1 hh aa0 s)) +("rojek" nil (r ow1 y eh0 k)) +("rojo" nil (r ow1 jh ow0)) +("roka" nil (r ow1 k ax)) +("rokicki" nil (r ax k ih1 k iy0)) +("rokos" nil (r ow1 k ow0 z)) +("rokosz" nil (r aa1 k ax sh)) +("rolan" nil (r ow1 l ax n)) +("roland" nil (r ow1 l ax n d)) +("rolanda" nil (r ow0 l aa1 n d ax)) +("rolando" nil (r ow0 l aa1 n d ow0)) +("roldan" nil (r ow1 l d ax n)) +("role" nil (r ow1 l)) +("rolen" nil (r ow1 l ax n)) +("roleplaying" nil (r ow1 l p l ey1 ih0 ng)) +("roles" nil (r ow1 l z)) +("rolex" nil (r ow1 l eh0 k s)) +("roley" nil (r ow1 l iy0)) +("rolf" nil (r ow1 l f)) +("rolfe" nil (r ow1 l f)) +("rolfes" nil (r ow1 l f s)) +("rolfs" nil (r ow1 l f s)) +("rolfson" nil (r ow1 l f s ax n)) +("rolin" nil (r ow1 l ih0 n)) +("roling" nil (r ow1 l ih0 ng)) +("rolison" nil (r aa1 l ih0 s ax n)) +("roll" nil (r ow1 l)) +("rolla" nil (r aa1 l ax)) +("rolland" nil (r aa1 l ax n d)) +("rollback" nil (r ow1 l b ae1 k)) +("rollbacks" nil (r ow1 l b ae1 k s)) +("rolle" nil (r ow1 l)) +("rolled" nil (r ow1 l d)) +("roller" nil (r ow1 l er0)) +("rollercoaster" nil (r ow1 l er0 k ow1 s t er0)) +("rollers" nil (r ow1 l er0 z)) +("rolley" nil (r aa1 l iy0)) +("rolli" nil (r aa1 l iy0)) +("rollicking" nil (r aa1 l ih0 k ih0 ng)) +("rollin" nil (r aa1 l ih0 n)) +("rolling" nil (r ow1 l ih0 ng)) +("rollinger" nil (r ow1 l ih0 ng er0)) +("rollings" nil (r ow1 l ih0 ng z)) +("rollins" nil (r aa1 l ih0 n z)) +("rollinson" nil (r aa1 l ih0 n s ax n)) +("rollison" nil (r aa1 l ih0 s ax n)) +("rollman" nil (r ow1 l m ax n)) +("rollo" nil (r aa1 l ow0)) +("rollout" nil (r ow1 l aw1 t)) +("rollover" nil (r ow1 l ow1 v er0)) +("rollovers" nil (r ow1 l ow1 v er0 z)) +("rolls" nil (r ow1 l z)) +("rolltop" nil (r ow1 l t aa1 p)) +("rollwagen" nil (r ow1 l w ae1 g ax n)) +("rolly" nil (r ow1 l iy0)) +("rollyson" nil (r aa1 l ih0 s ax n)) +("rolm" nil (r ow1 m)) +("rolnick" nil (r ow1 l n ih0 k)) +("rolodex" nil (r ow1 l ax d eh1 k s)) +("roloff" nil (r aa1 l ao0 f)) +("rolon" nil (r ow1 l ax n)) +("rolph" nil (r ow1 l f)) +("rolston" nil (r ow1 l s t ax n)) +("rolt" nil (r ow1 l t)) +("rom" nil (r aa1 m)) +("roma" nil (r ow1 m ax)) +("romack" nil (r aa1 m ax k)) +("romagnoli" nil (r ow0 m aa0 g n ow1 l iy0)) +("romagnolo" nil (r ow1 m aa0 n y ow1 l ow0)) +("romain" nil (r ow0 m ey1 n)) +("romaine" nil (r ow0 m ey1 n)) +("roman" nil (r ow1 m ax n)) +("romance" nil (r ow0 m ae1 n s)) +("romances" nil (r ow0 m ae1 n s ih0 z)) +("romancing" nil (r ow0 m ae1 n s ih0 ng)) +("romanek" nil (r aa1 m ax n ih0 k)) +("romanelli" nil (r ow0 m aa0 n eh1 l iy0)) +("romanello" nil (r ow0 m aa0 n eh1 l ow0)) +("romanesque" nil (r ow1 m ax n eh1 s k)) +("romani" nil (r ow0 m aa1 n iy0)) +("romania" nil (r ow0 m ey1 n iy0 ax)) +("romanian" nil (r ow0 m ey1 n iy0 ax n)) +("romanians" nil (r ow0 m ey1 n iy0 ax n z)) +("romaniello" nil (r ow0 m aa0 n iy0 eh1 l ow0)) +("romanik" nil (r ax m ae1 n ih0 k)) +("romann" nil (r ow1 m ax n)) +("romano" nil (r ow0 m aa1 n ow1)) +("romanoff" nil (r ow1 m ax n ao1 f)) +("romanoski" nil (r ax m ax n aw1 s k iy0)) +("romanow" nil (r ax m ae1 n ow0)) +("romanowski" nil (r ax m ax n ao1 f s k iy0)) +("romans" nil (r ow1 m ax n z)) +("romanski" nil (r ax m ae1 n s k iy0)) +("romantic" nil (r ow0 m ae1 n t ih0 k)) +("romantically" nil (r ow0 m ae1 n t ih0 k ax l iy0)) +("romanticism" nil (r ow0 m ae1 n t ax s ih1 z ax m)) +("romanticize" nil (r ow0 m ae1 n t ax s ay1 z)) +("romanticized" nil (r ow0 m ae1 n t ax s ay1 z d)) +("romanticizing" nil (r ow0 m ae1 n t ax s ay1 z ih0 ng)) +("romantics" nil (r ow0 m ae1 n t ih0 k s)) +("romany" nil (r aa1 m ax n iy0)) +("romas" nil (r ow1 m ax z)) +("rombach" nil (r aa1 m b aa1 k)) +("romberg" nil (r aa1 m b er0 g)) +("romberger" nil (r aa1 m b er0 g er0)) +("rome" nil (r ow1 m)) +("romella" nil (r ow0 m eh1 l ax)) +("romelle" nil (r ax m eh1 l)) +("romeo" nil (r ow1 m iy0 ow1)) +("romer" nil (r ow1 m er0)) +("romero" nil (r ow0 m eh1 r ow0)) +("romesburg" nil (r ow1 m z b er0 g)) +("romey" nil (r ow1 m iy0)) +("romick" nil (r aa1 m ih0 k)) +("romig" nil (r ow1 m ih0 g)) +("romilda" nil (r ax m iy1 l d ax)) +("romina" nil (r ax m iy1 n ax)) +("romine" nil (r ax m iy1 n iy0)) +("romines" nil (r aa1 m ih0 n z)) +("rominger" nil (r ow1 m ih0 ng er0)) +("romito" nil (r ow0 m iy1 t ow0)) +("romm" nil (r aa1 m)) +("rommel" nil (r aa1 m ax l)) +("romney" nil (r aa1 m n iy0)) +("romo" nil (r ow1 m ow0)) +("romola" nil (r aa1 m ax l ax)) +("romp" nil (r aa1 m p)) +("romping" nil (r aa1 m p ih0 ng)) +("roms" nil (r aa1 m z)) +("romulus" nil (r aa1 m y ax l ax s)) +("ron" nil (r aa1 n)) +("rona" nil (r ow1 n ax)) +("ronald" nil (r aa1 n ax l d)) +("ronalda" nil (r ow0 n aa1 l d ax)) +("ronan" nil (r ow1 n ax n)) +("ronayne" nil (r aa1 n ey1 n)) +("ronca" nil (r ow1 n k ax)) +("ronco" nil (r ow1 n k ow0)) +("ronda" nil (r aa1 n d ax)) +("rondeau" nil (r aa0 n d ow1)) +("rondinelli" nil (r ow0 n d iy0 n eh1 l iy0)) +("rondon" nil (r aa1 n d ax n)) +("rondonia" nil (r aa0 n d ow1 n iy0 ax)) +("rone" nil (r ow1 n)) +("ronen" nil (r ow1 n ax n)) +("roney" nil (r ow1 n iy0)) +("rong" nil (r ao1 ng)) +("rongji" nil (r ao1 ng jh iy0)) +("ronin" nil (r ow1 n ih0 n)) +("ronk" nil (r aa1 ng k)) +("ronne" nil (r aa1 n)) +("ronnie" nil (r aa1 n iy0)) +("ronning" nil (r aa1 n ih0 ng)) +("ronny" nil (r aa1 n iy0)) +("ronquillo" nil (r ow0 n k w ih1 l ow0)) +("ronson" nil (r aa1 n s ax n)) +("ronstadt" nil (r aa1 n s t ae1 t)) +("rood" nil (r uw1 d)) +("roode" nil (r uw1 d)) +("roof" nil (r uw1 f)) +("roofed" nil (r uw1 f t)) +("roofer" nil (r uw1 f er0)) +("roofers" nil (r uw1 f er0 z)) +("roofing" nil (r uw1 f ih0 ng)) +("roofs" nil (r uw1 f s)) +("rooftop" nil (r uw1 f t aa1 p)) +("rooftops" nil (r uw1 f t aa1 p s)) +("rooftree" nil (r uw1 f t r iy1)) +("rook" nil (r uh1 k)) +("rookard" nil (r uh1 k er0 d)) +("rooke" nil (r uh1 k)) +("rooker" nil (r uh1 k er0)) +("rookie" nil (r uh1 k iy0)) +("rookies" nil (r uh1 k iy0 z)) +("rooks" nil (r uh1 k s)) +("rookstool" nil (r uh1 k s t uw1 l)) +("room" nil (r uw1 m)) +("roome" nil (r uw1 m)) +("roomful" nil (r uw1 m f uh1 l)) +("roomier" nil (r uw1 m iy0 er0)) +("roominess" nil (r uw1 m iy0 n ax s)) +("rooming" nil (r uw1 m ih0 ng)) +("roommate" nil (r uw1 m ey1 t)) +("roommates" nil (r uw1 m ey1 t s)) +("rooms" nil (r uw1 m z)) +("roomy" nil (r uw1 m iy0)) +("roone" nil (r uw1 n)) +("rooney" nil (r uw1 n iy0)) +("roop" nil (r uw1 p)) +("roope" nil (r uw1 p)) +("roorda" nil (r uh1 r d ax)) +("roos" nil (r uw1 z)) +("roosa" nil (r uw1 s ax)) +("roose" nil (r uw1 z)) +("roosevelt" nil (r ow1 z ax v eh1 l t)) +("roost" nil (r uw1 s t)) +("roosted" nil (r uw1 s t ih0 d)) +("rooster" nil (r uw1 s t er0)) +("root" nil (r uw1 t)) +("rooted" nil (r uw1 t ax d)) +("rooting" nil (r uw1 t ih0 ng)) +("rootless" nil (r uw1 t l ax s)) +("roots" nil (r uw1 t s)) +("rootstein" nil (r uw1 t s t ay1 n)) +("ropak" nil (r ow1 p ae0 k)) +("rope" nil (r ow1 p)) +("roped" nil (r ow1 p t)) +("roper" nil (r ow1 p er0)) +("ropers" nil (r ow1 p er0 z)) +("ropes" nil (r ow1 p s)) +("roping" nil (r ow1 p ih0 ng)) +("ropp" nil (r aa1 p)) +("roppolo" nil (r ow0 p ow1 l ow0)) +("rops" nil (r aa1 p s)) +("roque" nil (r ow1 k)) +("roquemore" nil (r ow0 k m ao1 r)) +("rorabaugh" nil (r ao1 r ax b ao0)) +("rorer" nil (r ao1 r er0)) +("rorex" nil (r ao1 r eh0 k s)) +("rorick" nil (r ao1 r ih0 k)) +("rorie" nil (r ao1 r iy0)) +("rork" nil (r ao1 r k)) +("rorke" nil (r ao1 r k)) +("rorrer" nil (r ao1 er0 r)) +("rory" nil (r ao1 r iy0)) +("ros" nil (r ao1 s)) +("rosa" nil (r ow1 z ax)) +("rosabel" nil (r ow1 z ax b eh1 l)) +("rosabelle" nil (r aa1 s ax b ax l)) +("rosado" nil (r ax s aa1 d ow0)) +("rosales" nil (r ow1 s ey0 l z)) +("rosalez" nil (r ow0 s aa1 l eh0 z)) +("rosalia" nil (r ow0 z ax l iy1 ax)) +("rosalie" nil (r ow1 z ax l iy0)) +("rosalind" nil (r aa1 z ax l ih0 n d)) +("rosalinda" nil (r ow0 s aa0 l iy1 n d ax)) +("rosalyn" nil (r aa1 z ax l ih0 n)) +("rosalynd" nil (r aa1 z ax l ih0 n d)) +("rosalynn" nil (r ow1 z ax l ih1 n)) +("rosamilia" nil (r ow0 z aa0 m iy1 l iy0 ax)) +("rosamond" nil (r ow1 z ax m ax n d)) +("rosamund" nil (r ow0 z ax m uh1 n d)) +("rosan" nil (r ow1 z ax n)) +("rosander" nil (r ow0 z ae1 n d er0)) +("rosanna" nil (r ow0 z ae1 n ax)) +("rosanne" nil (r ow0 z ae1 n)) +("rosano" nil (r ow0 z aa1 n ow0)) +("rosaria" nil (r ow0 z aa1 r iy0 ax)) +("rosaries" nil (r ow1 z er0 iy0 z)) +("rosario" nil (r ow0 z aa1 r iy0 ow0)) +("rosas" nil (r ow1 z ax z)) +("rosasco" nil (r ow0 z aa1 s k ow0)) +("rosati" nil (r ow0 z aa1 t iy0)) +("rosato" nil (r ow0 z aa1 t ow0)) +("rosberg" nil (r aa1 s b er0 g)) +("rosborough" nil (r aa1 s b er0 ow0)) +("rosch" nil (r ao1 sh)) +("roscher" nil (r ao1 sh er0)) +("roscoe" nil (r aa1 s k ow0)) +("rose" nil (r ow1 z)) +("roseanne" nil (r ow1 z ae1 n)) +("roseberry" nil (r ow1 z b eh1 r iy0)) +("roseboom" nil (r ow1 z b uw1 m)) +("roseboro" nil (r ow0 z b er1 ow0)) +("roseborough" nil (r ow1 z b er1 ow0)) +("rosebrock" nil (r ow1 z b r ax k)) +("rosebrook" nil (r ow1 z b r uh1 k)) +("rosebrough" nil (r ow1 z b r aw0)) +("rosebush" nil (r ow1 z b uh1 sh)) +("rosecrans" nil (r ow1 z k r ae1 n z)) +("rosekrans" nil (r ow1 z k r ax n z)) +("rosel" nil (r ow1 z ax l)) +("roseland" nil (r ow1 z l ax n d)) +("roselawn" nil (r ow1 z l ao1 n)) +("roseline" nil (r ow1 z l ay1 n)) +("rosell" nil (r ow1 z ax l)) +("rosella" nil (r ow0 z eh1 l ax)) +("rosellen" nil (r ow1 z ax l ax n)) +("roselli" nil (r ow0 s eh1 l iy0)) +("rosello" nil (r ow0 s eh1 l ow0)) +("roseman" nil (r ow1 z m ax n)) +("rosemarie" nil (r ow1 z m er0 iy1)) +("rosemary" nil (r ow1 z m eh1 r iy0)) +("rosemead" nil (r ow1 z m iy1 d)) +("rosemeyer" nil (r ow1 z m ay0 er0)) +("rosemond" nil (r ow1 z m ax n d)) +("rosemont" nil (r ow1 z m aa1 n t)) +("rosen" nil (r ow1 z ax n)) +("rosenau" nil (r ow1 z n aw0)) +("rosenbach" nil (r ow1 z ax n b aa1 k)) +("rosenbalm" nil (r ow1 z ax n b aa1 m)) +("rosenbaum" nil (r ow1 z ax n b aw1 m)) +("rosenbeck" nil (r ow1 z ax n b eh1 k)) +("rosenberg" nil (r ow1 z ax n b er0 g)) +("rosenberger" nil (r ow1 z ax n b er0 g er0)) +("rosenberry" nil (r ow1 z ax n b eh1 r iy0)) +("rosenblatt" nil (r ow1 z ax n b l ae1 t)) +("rosenbloom" nil (r ow1 z ax n b l uw1 m)) +("rosenblum" nil (r ow1 z ax n b l uw1 m)) +("rosenbluth" nil (r ow1 z ax n b l uw0 th)) +("rosenboom" nil (r ow1 z ax n b uw1 m)) +("rosenburg" nil (r ow1 z ax n b er0 g)) +("rosencrans" nil (r ow1 z ax n k r ax n z)) +("rosendahl" nil (r ow1 z ax n d aa1 l)) +("rosendale" nil (r ow1 z ax n d ey1 l)) +("rosene" nil (r aa1 s iy0 n)) +("rosener" nil (r ow1 z ax n er0)) +("rosenfeld" nil (r ow1 z ax n f eh1 l d)) +("rosenfield" nil (r ow1 z ax n f iy1 l d)) +("rosengarten" nil (r ow1 z ax n g aa1 r t ax n)) +("rosengrant" nil (r ow1 z ax n g r ae1 n t)) +("rosengren" nil (r ow1 z ax n g r eh0 n)) +("rosenhaus" nil (r ow1 z ax n hh aw1 s)) +("rosenkrans" nil (r ow1 z ax n k r ae1 n z)) +("rosenkrantz" nil (r ow1 z ax n k r ae1 n t s)) +("rosenkranz" nil (r ow1 z ax n k r ae1 n t s)) +("rosenlund" nil (r ow1 z ax n l ax n d)) +("rosenman" nil (r ow1 z ax n m ax n)) +("rosenow" nil (r ow1 z ax n aw0)) +("rosenquist" nil (r ow1 z ax n k w ih0 s t)) +("rosenshine" nil (r ow1 z ax n sh ay1 n)) +("rosensteel" nil (r ow1 z ax n s t iy1 l)) +("rosenstein" nil (r ow1 z ax n s t ay1 n)) +("rosenstock" nil (r ow1 z ax n s t aa1 k)) +("rosensweig" nil (r ow1 z ax n s w ay0 g)) +("rosenthal" nil (r ow1 z ax n th ao1 l)) +("rosentreter" nil (r ow1 z ax n t r eh1 t er0)) +("rosenwald" nil (r ow1 z ax n w ao1 l d)) +("rosenwasser" nil (r ow1 z ax n w ao0 s er0)) +("rosenzweig" nil (r ow1 z ax n z w ay0 g)) +("roser" nil (r ow1 z er0)) +("roses" nil (r ow1 z ih0 z)) +("rosete" nil (r aa1 s iy0 t)) +("rosett" nil (r ow1 z ax t)) +("rosetta" nil (r ow0 z eh1 t ax)) +("rosette" nil (r ax s eh1 t)) +("rosettes" nil (r ow1 z eh1 t s)) +("rosetti" nil (r ow0 s eh1 t iy0)) +("rosevear" nil (r ow0 z v ih1 r)) +("roseville" nil (r ow1 z v ih1 l)) +("rosewicz" nil (r ow1 z w ih1 t s)) +("rosewood" nil (r ow1 z w uh1 d)) +("rosh" nil (r ao1 sh)) +("roshier" nil (r ow1 sh y er0)) +("rosiak" nil (r aa1 s iy0 ae0 k)) +("rosie" nil (r ow1 z iy0)) +("rosier" nil (r ow1 z iy0 er0)) +("rosin" nil (r aa1 z ax n)) +("rosina" nil (r ow0 z iy1 n ax)) +("rosine" nil (r ow0 s iy1 n iy0)) +("rosing" nil (r ow1 z ih0 ng)) +("rosinski" nil (r ax s ih1 n s k iy0)) +("rosinsky" nil (r ax s ih1 n s k iy0)) +("rosita" nil (r ow0 z iy1 t ax)) +("roskam" nil (r aa1 s k ax m)) +("roske" nil (r ow1 s k)) +("rosko" nil (r ow1 s k ow0)) +("roskos" nil (r ow1 s k ow0 z)) +("roslin" nil (r aa1 s l ih0 n)) +("roslund" nil (r ao1 z l ax n d)) +("roslyn" nil (r aa1 z l ih0 n)) +("rosman" nil (r aa1 s m ax n)) +("rosmunda" nil (r ow0 s m uw1 n d ax)) +("rosneft" nil (r aa1 z n ih0 f t)) +("rosner" nil (r aa1 s n er0)) +("rosoff" nil (r aa1 s ao0 f)) +("rosol" nil (r ow1 s ao0 l)) +("rospatch" nil (r ao1 s p ae0 ch)) +("ross" nil (r aa1 s)) +("rossa" nil (r ow1 s ax)) +("rossano" nil (r ow0 s aa1 n ow0)) +("rossbach" nil (r aa1 s b aa0 k)) +("rossborough" nil (r ao1 s b er0 ow0)) +("rosse" nil (r aa1 s)) +("rosselin" nil (r aa1 s ih0 l ih0 n)) +("rossell" nil (r aa1 s ax l)) +("rosselli" nil (r ow0 s eh1 l iy0)) +("rosselot" nil (r aa1 s ih0 l ax t)) +("rossen" nil (r ao1 s ax n)) +("rosser" nil (r ao1 s er0)) +("rossetti" nil (r ow0 s eh1 t iy0)) +("rossetto" nil (r ow0 s eh1 t ow0)) +("rossi" nil (r ao1 s iy0)) +("rossie" nil (r ao1 s iy0)) +("rossignol" nil (r aa1 s ih0 g n ao0 l)) +("rossin" nil (r aa1 s ih0 n)) +("rossing" nil (r ao1 s ih0 ng)) +("rossini" nil (r ow0 s iy1 n iy0)) +("rossiter" nil (r ao1 s ih0 t er0)) +("rossiya" nil (r ao1 s iy0 ax)) +("rossler" nil (r aa1 s ax l er0)) +("rosslyn" nil (r aa1 s l ih0 n)) +("rossman" nil (r ao1 s m ax n)) +("rossmann" nil (r ao1 s m ax n)) +("rossmiller" nil (r aa1 s m ax l er0)) +("rossmore" nil (r aa1 s m ao1 r)) +("rossner" nil (r aa1 s n er0)) +("rosso" nil (r ow1 s ow0)) +("rosson" nil (r aa1 s ax n)) +("rossow" nil (r aa1 s ow0)) +("rost" nil (r aa1 s t)) +("rostad" nil (r aa1 s t ax d)) +("rosten" nil (r aa1 s ax n)) +("rostenkowski" nil (r ao1 s t eh0 ng k aw1 s k iy0)) +("roster" nil (r aa1 s t er0)) +("rosters" nil (r aa1 s t er0 z)) +("roston" nil (r aa1 s t ax n)) +("rostron" nil (r aa1 s t r ax n)) +("rostropovich" nil (r ao1 s t r ax p ow1 v ih0 ch)) +("rostrum" nil (r aa1 s t r ax m)) +("rostuca" nil (r ao1 s t uw1 k ax)) +("rosty" nil (r ao1 s t iy0)) +("roswald" nil (r aa1 s w ax l d)) +("roswell" nil (r aa1 s w eh0 l)) +("rosy" nil (r ow1 z iy0)) +("roszak" nil (r aa1 sh ax k)) +("roszell" nil (r aa1 sh ax l)) +("roszkowski" nil (r ax sh k ao1 f s k iy0)) +("rot" nil (r aa1 t)) +("rota" nil (r ow1 t ax)) +("rotan" nil (r ow1 t ax n)) +("rotary" nil (r ow1 t er0 iy0)) +("rotate" nil (r ow1 t ey1 t)) +("rotated" nil (r ow1 t ey1 t ih0 d)) +("rotates" nil (r ow1 t ey1 t s)) +("rotating" nil (r ow1 t ey1 t ih0 ng)) +("rotation" nil (r ow0 t ey1 sh ax n)) +("rotational" nil (r ow0 t ey1 sh ax n ax l)) +("rotberg" nil (r aa1 t b er0 g)) +("rote" nil (r ow1 t)) +("rotella" nil (r ow0 t eh1 l ax)) +("roten" nil (r ow1 t ax n)) +("rotenberg" nil (r ow1 t ax n b er0 g)) +("rotenberry" nil (r ow1 t ax n b eh1 r iy0)) +("rotert" nil (r aa1 t er0 t)) +("roth" nil (r ao1 th)) +("rothacker" nil (r ao1 th ax k er0)) +("rothbard" nil (r ao1 th b er0 d)) +("rothbart" nil (r ao1 th b aa1 r t)) +("rothbauer" nil (r ao1 th b aw0 er0)) +("rothberg" nil (r ao1 th b er0 g)) +("rothchild" nil (r ao1 th ch ay1 l d)) +("rothe" nil (r ow1 dh)) +("rothenberg" nil (r ao1 th ax n b er0 g)) +("rothenberger" nil (r ao1 th ax n b er0 g er0)) +("rother" nil (r ao1 th er0)) +("rothermel" nil (r aa1 th er0 m ax l)) +("rothert" nil (r aa1 th er0 t)) +("rothery" nil (r aa1 th er0 iy0)) +("rothfuss" nil (r ao1 th f ax s)) +("rothgeb" nil (r ao1 th g ih0 b)) +("rothkopf" nil (r ao1 th k ao0 p f)) +("rothlisberger" nil (r ao1 th l ih0 s b er0 g er0)) +("rothman" nil (r ao1 th m ax n)) +("rothmans" nil (r ao1 th m ax n z)) +("rothmeier" nil (r ao1 th m ay1 r)) +("rothrock" nil (r ao1 th r ax k)) +("roths" nil (r ao1 th s)) +("rothschild" nil (r ao1 th s ch ay1 l d)) +("rothschilds" nil (r ao1 th ch ay1 l d z)) +("rothstein" nil (r ao1 th s t ay0 n)) +("rothweiler" nil (r ao1 th w ay1 l er0)) +("rothwell" nil (r ao1 th w eh1 l)) +("rothwells" nil (r ao1 th w eh1 l z)) +("roti" nil (r ow1 t iy0)) +("rotisserie" nil (r ow1 t ih1 s er0 iy0)) +("rotman" nil (r aa1 t m ax n)) +("rotolo" nil (r ow0 t ow1 l ow0)) +("rotondi" nil (r ow0 t ow1 n d iy0)) +("rotondo" nil (r ow0 t ow1 n d ow0)) +("rotor" nil (r ow1 t er0)) +("rotors" nil (r ow1 t er0 z)) +("rototill" nil (r ow1 t ax t ih1 l)) +("rototilled" nil (r ow1 t ax t ih1 l d)) +("rototiller" nil (r ow1 t ax t ih1 l er0)) +("rototilles" nil (r ow1 t ax t ih1 l z)) +("rototilling" nil (r ow1 t ax t ih1 l ih0 ng)) +("rotramel" nil (r aa1 t r ax m ax l)) +("rotruck" nil (r aa1 t r ax k)) +("rots" nil (r aa1 t s)) +("rott" nil (r aa1 t)) +("rotted" nil (r aa1 t ih0 d)) +("rotten" nil (r aa1 t ax n)) +("rottenberg" nil (r aa1 t ax n b er0 g)) +("rotter" nil (r aa1 t er0)) +("rotterdam" nil (r aa1 t er0 d ae1 m)) +("rotting" nil (r aa1 t ih0 ng)) +("rottinghaus" nil (r aa1 t ih0 ng hh aw1 s)) +("rottler" nil (r aa1 t l er0)) +("rottman" nil (r aa1 t m ax n)) +("rottmann" nil (r aa1 t m ax n)) +("rotund" nil (r ow0 t ah1 n d)) +("rotunda" nil (r ow0 t ah1 n d ax)) +("rotundo" nil (r ow0 t uw1 n d ow0)) +("rotunno" nil (r ow0 t uw1 n ow0)) +("rotz" nil (r aa1 t s)) +("roubal" nil (r uw0 b ae1 l)) +("rouble" nil (r uw1 b ax l)) +("rouch" nil (r aw1 ch)) +("roudabush" nil (r aw1 d ax b ax sh)) +("roudebush" nil (r aw1 d ih0 b ax sh)) +("rouge" nil (r uw1 zh)) +("rougeau" nil (r uw0 zh ow1)) +("rough" nil (r ah1 f)) +("roughed" nil (r ah1 f t)) +("rougher" nil (r ah1 f er0)) +("roughest" nil (r ah1 f ax s t)) +("roughing" nil (r ah1 f ih0 ng)) +("roughly" nil (r ah1 f l iy0)) +("roughnecks" nil (r ah1 f n eh1 k s)) +("roughshod" nil (r ah1 f sh aa1 d)) +("rought" nil (r ao1 t)) +("roughton" nil (r ah1 f t ax n)) +("rouillard" nil (r w iy0 l aa1 r d)) +("roukema" nil (r uw1 k m aa0)) +("roukos" nil (r uw1 k ow0 s)) +("roulac" nil (r uw1 l ae0 k)) +("rouleau" nil (r uw0 l ow1)) +("roulette" nil (r uw0 l eh1 t)) +("roulettes" nil (r uw0 l eh1 t s)) +("roulhac" nil (r uw1 l hh ax k)) +("roulston" nil (r aw1 l s t ax n)) +("round" nil (r aw1 n d)) +("roundabout" nil (r aw1 n d ax b aw1 t)) +("rounded" nil (r aw1 n d ax d)) +("rounder" nil (r aw1 n d er0)) +("roundhead" nil (r aw1 n d hh eh1 d)) +("roundhouse" nil (r aw1 n d hh aw1 s)) +("rounding" nil (r aw1 n d ih0 ng)) +("roundly" nil (r aw1 n d l iy0)) +("rounds" nil (r aw1 n d z)) +("roundtable" nil (r aw1 n d t ey1 b ax l)) +("roundtree" nil (r aw1 n d t r iy1)) +("roundtrip" nil (r aw1 n d t r ih1 p)) +("roundup" nil (r aw1 n d ah1 p)) +("roundworms" nil (r aw1 n d w er0 m z)) +("roundy" nil (r aw1 n d iy0)) +("rounsaville" nil (r uw1 n s ax v ih0 l)) +("rountree" nil (r aw0 n t r iy1)) +("roupe" nil (r uw1 p)) +("rourk" nil (r ao1 r k)) +("rourke" nil (r ao1 r k)) +("rouse" nil (r aw1 s)) +("roused" nil (r aw1 z d)) +("rouser" nil (r aw1 z er0)) +("rousey" nil (r aw1 s iy0)) +("roush" nil (r aw1 sh)) +("rousing" nil (r aw1 z ih0 ng)) +("rousse" nil (r aw1 s)) +("rousseau" nil (r uw0 s ow1)) +("roussel" nil (r uw0 s eh1 l)) +("rousselet" nil (r uw1 s ax l eh0 t)) +("roussell" nil (r uw0 s eh1 l)) +("rousselle" nil (r uw1 s eh1 l)) +("roussin" nil (r uw0 s ae1 n)) +("roussos" nil (r uw0 s ow1 z)) +("rout" nil (r aw1 t)) +("route" nil (r uw1 t)) +("routed" nil (r uw1 t ax d)) +("routers" nil (r uw1 t er0 z)) +("routes" nil (r uw1 t s)) +("routh" nil (r aw1 th)) +("routhier" nil (r aw1 th iy0 er0)) +("routine" nil (r uw0 t iy1 n)) +("routinely" nil (r uw0 t iy1 n l iy0)) +("routines" nil (r uw0 t iy1 n z)) +("routing" nil (r aw1 t ih0 ng)) +("routledge" nil (r aw1 t l ih0 jh)) +("routon" nil (r aw1 t ax n)) +("routson" nil (r aw1 t s ax n)) +("routt" nil (r aw1 t)) +("routzahn" nil (r aw1 t z ax n)) +("roux" nil (r uw1)) +("rouyn" nil (r uw1 ih0 n)) +("rouzer" nil (r aw1 z er0)) +("rovaniemi" nil (r ow0 v ae1 n iy0 eh1 m iy0)) +("rove" nil (r ow1 v)) +("roven" nil (r ow1 v ax n)) +("rover" nil (r ow1 v er0)) +("rovers" nil (r ow1 v er0 z)) +("roving" nil (r ow1 v ih0 ng)) +("rovira" nil (r ow0 v ih1 r ax)) +("rovito" nil (r ow0 v iy1 t ow0)) +("rovner" nil (r aa1 v n er0)) +("row" nil (r ow1)) +("rowan" nil (r ow1 ax n)) +("rowand" nil (r ow1 ax n d)) +("rowbotham" nil (r ow1 b ax th ae0 m)) +("rowden" nil (r ow1 d ax n)) +("rowdies" nil (r aw1 d iy0 z)) +("rowdiness" nil (r aw1 d iy0 n ax s)) +("rowdy" nil (r aw1 d iy0)) +("rowe" nil (r ow1)) +("rowed" nil (r ow1 d)) +("rowell" nil (r ow1 ih0 l)) +("rowen" nil (r ow1 ax n)) +("rowena" nil (r ow0 iy1 n ax)) +("rowenta" nil (r ow1 eh1 n t ax)) +("rower" nil (r ow1 er0)) +("rowes" nil (r ow1 z)) +("rowin" nil (r ow1 ih0 n)) +("rowing" nil (r ow1 ih0 ng)) +("rowinski" nil (r ow0 ih1 n s k iy0)) +("rowland" nil (r ow1 l ax n d)) +("rowlands" nil (r ow1 l ax n d z)) +("rowles" nil (r ow1 l z)) +("rowlett" nil (r ow1 l ih0 t)) +("rowlette" nil (r ow1 l eh1 t)) +("rowley" nil (r ow1 l iy0)) +("rowly" nil (r ow1 l iy0)) +("rowney" nil (r ow1 n iy0)) +("rowntree" nil (r ow1 n t r iy1)) +("rowny" nil (r ow1 n iy0)) +("rows" nil (r ow1 z)) +("rowse" nil (r ow1 s)) +("rowser" nil (r ow1 z er0)) +("rowsey" nil (r ow1 s iy0)) +("rowson" nil (r ow1 s ax n)) +("rowton" nil (r ow1 t ax n)) +("rox" nil (r aa1 k s)) +("roxana" nil (r aa0 k s ae1 n ax)) +("roxani" nil (r aa0 k s aa1 n iy0)) +("roxanna" nil (r aa1 k s ae1 n ax)) +("roxanne" nil (r aa1 k s ih0 n)) +("roxbury" nil (r aa1 k s b eh1 r iy0)) +("roxie" nil (r aa1 k s iy0)) +("roxine" nil (r aa1 k s ay0 n)) +("roxy" nil (r aa1 k s iy0)) +("roy" nil (r oy1)) +("royal" nil (r oy1 ax l)) +("royale" nil (r oy0 ae1 l)) +("royalist" nil (r oy1 ax l ih0 s t)) +("royall" nil (r oy1 ax l)) +("royals" nil (r oy1 ax l z)) +("royalties" nil (r oy1 ax l t iy0 z)) +("royalty" nil (r oy1 ax l t iy0)) +("roybal" nil (r oy1 b ax l)) +("royce" nil (r oy1 s)) +("royces" nil (r oy1 s ih0 z)) +("roycroft" nil (r oy1 k r ax f t)) +("royd" nil (r oy1 d)) +("royden" nil (r oy1 d ax n)) +("roydon" nil (r oy1 d ax n)) +("roye" nil (r oy1)) +("royer" nil (r oy1 er0)) +("royex" nil (r oy1 eh0 k s)) +("royko" nil (r oy1 k ow0)) +("roylance" nil (r oy1 l ax n s)) +("royle" nil (r oy1 l)) +("roys" nil (r oy1 z)) +("royse" nil (r oy1 s)) +("royster" nil (r oy1 s t er0)) +("royston" nil (r oy1 s t ax n)) +("roza" nil (r ow1 z ax)) +("rozak" nil (r ow1 z ax k)) +("rozanski" nil (r ax z ae1 n s k iy0)) +("rozar" nil (r ow1 z er0)) +("rozas" nil (r ow1 z aa0 z)) +("rozeboom" nil (r aa1 z ih0 b uw1 m)) +("rozek" nil (r ow1 z eh0 k)) +("rozell" nil (r aa1 z ax l)) +("rozella" nil (r ow0 z eh1 l ax)) +("rozelle" nil (r ax z eh1 l)) +("rozema" nil (r ax z iy1 m ax)) +("rozen" nil (r aa1 z ax n)) +("rozier" nil (r ow1 z iy0 er0)) +("rozman" nil (r aa1 z m ax n)) +("roznowski" nil (r ax z n ao1 f s k iy0)) +("rozsa" nil (r ow1 z s ax)) +("rozycki" nil (r ax z ih1 t s k iy0)) +("rozzell" nil (r aa1 z ax l)) +("rozzi" nil (r aa1 z iy0)) +("rpm" nil (aa1 r p iy1 eh1 m)) +("rua" nil (r uw1 ax)) +("ruam" nil (r uw1 ax m)) +("ruane" nil (r uw0 ey1 n)) +("ruano" nil (r uw0 aa1 n ow0)) +("ruark" nil (r uw1 aa0 r k)) +("rub" nil (r ah1 b)) +("ruback" nil (r uw1 b ae1 k)) +("rubalcaba" nil (r uw0 b aa0 l k aa1 b ax)) +("rubalcava" nil (r uw0 b aa0 l k aa1 v ax)) +("rubano" nil (r uw0 b aa1 n ow0)) +("rubbed" nil (r ah1 b d)) +("rubber" nil (r ah1 b er0)) +("rubberized" nil (r ah1 b er0 ay1 z d)) +("rubbermaid" nil (r ah1 b er0 m ey1 d)) +("rubbers" nil (r ah1 b er0 z)) +("rubbery" nil (r ah1 b er0 iy0)) +("rubbia" nil (r ah1 b iy0 ax)) +("rubbing" nil (r ah1 b ih0 ng)) +("rubbish" nil (r ah1 b ih0 sh)) +("rubble" nil (r ah1 b ax l)) +("rubbo" nil (r uw1 b ow0)) +("rube" nil (r uw1 b)) +("rubeck" nil (r uw1 b eh1 k)) +("rubel" nil (r uw1 b ax l)) +("rubell" nil (r uw1 b ax l)) +("rubella" nil (r uw0 b eh1 l ax)) +("ruben" nil (r uw1 b ax n)) +("rubendall" nil (r ah1 b ih0 n d ax l)) +("rubenfeld" nil (r ah1 b ih0 n f eh0 l d)) +("rubens" nil (r uw1 b ax n z)) +("rubenstein" nil (r uw1 b ax n s t ay0 n)) +("ruberg" nil (r uw1 b er0 g)) +("rubert" nil (r uw1 b er0 t)) +("ruberto" nil (r uw0 b eh1 r t ow0)) +("rubey" nil (r uw1 b iy0)) +("rubi" nil (r uw1 b iy0)) +("rubia" nil (r uw1 b iy0 ax)) +("rubicam" nil (r uw1 b ih0 k ax m)) +("rubie" nil (r uw1 b iy0)) +("rubies" nil (r uw1 b iy0 z)) +("rubin" nil (r uw1 b ih0 n)) +("rubina" nil (r uw0 b iy1 n ax)) +("rubino" nil (r uw0 b iy1 n ow0)) +("rubinson" nil (r ah1 b ih0 n s ax n)) +("rubinstein" nil (r uw1 b ih0 n s t iy1 n)) +("rubio" nil (r uw1 b iy0 ow0)) +("rubis" nil (r uw1 b ih0 s)) +("ruble" nil (r uw1 b ax l)) +("rubles" nil (r uw1 b ax l z)) +("rubley" nil (r ah1 b l iy0)) +("rubloff" nil (r ah1 b l ao0 f)) +("rubottom" nil (r ah1 b ax t aa0 m)) +("rubout" nil (r ah1 b aw1 t)) +("rubric" nil (r uw1 b r ih0 k)) +("rubright" nil (r ah1 b r ay1 t)) +("rubs" nil (r ah1 b z)) +("ruby" nil (r uw1 b iy0)) +("rucci" nil (r uw1 ch iy0)) +("ruch" nil (r ah1 ch)) +("ruchlamer" nil (r uw1 k l ax m er0)) +("ruchti" nil (r uw1 k t iy0)) +("rucinski" nil (r ax ch ih1 n s k iy0)) +("ruck" nil (r ah1 k)) +("ruckel" nil (r ah1 k ax l)) +("ruckelshaus" nil (r ah1 k ax l z hh aw1 s)) +("rucker" nil (r ah1 k er0)) +("ruckert" nil (r ah1 k er0 t)) +("rucki" nil (r ah1 k iy0)) +("ruckle" nil (r ah1 k ax l)) +("ruckman" nil (r ah1 k m ax n)) +("rucks" nil (r ah1 k s)) +("ruckus" nil (r ah1 k ax s)) +("rud" nil (r ah1 d)) +("ruda" nil (r uw1 d ax)) +("rudani" nil (r uw0 d aa1 n iy0)) +("rudasill" nil (r ah1 d ax s ih0 l)) +("rudd" nil (r ah1 d)) +("ruddell" nil (r ah1 d ax l)) +("rudden" nil (r ah1 d ax n)) +("rudder" nil (r ah1 d er0)) +("rudderless" nil (r ah1 d er0 l ax s)) +("ruddick" nil (r ah1 d ih0 k)) +("ruddle" nil (r ah1 d ax l)) +("ruddock" nil (r ah1 d ax k)) +("ruddy" nil (r ah1 d iy0)) +("rude" nil (r uw1 d)) +("rudeen" nil (r ah1 d iy0 n)) +("rudel" nil (r uw1 d ax l)) +("rudell" nil (r ah1 d ax l)) +("rudelle" nil (r ax d eh1 l)) +("rudely" nil (r uw1 d l iy0)) +("ruden" nil (r uw1 d ax n)) +("rudeness" nil (r uw1 d n ax s)) +("rudenstine" nil (r uw1 d ax n z t ay1 n)) +("ruder" nil (r uw1 d er0)) +("ruderman" nil (r uw1 d er0 m ax n)) +("rudesill" nil (r ah1 d ih0 s ax l)) +("rudest" nil (r uw1 d ax s t)) +("rudge" nil (r ah1 jh)) +("rudi" nil (r uw1 d iy0)) +("rudich" nil (r ah1 d ih0 k)) +("rudie" nil (r uw1 d iy0)) +("rudiger" nil (r ah1 d ih0 g er0)) +("rudimentary" nil (r uw1 d ax m eh1 n t er0 iy0)) +("rudiments" nil (r uw1 d ih0 m ax n t s)) +("rudin" nil (r uw1 d ih0 n)) +("ruding" nil (r uw1 d ih0 ng)) +("rudis" nil (r uw1 d iy0 z)) +("rudisill" nil (r ah1 d ih0 s ih0 l)) +("rudkin" nil (r ah1 d k ih0 n)) +("rudloff" nil (r ah1 d l ao0 f)) +("rudman" nil (r ah1 d m ax n)) +("rudner" nil (r ah1 d n er0)) +("rudnet" nil (r ah1 d n eh1 t)) +("rudnick" nil (r ah1 d n ih0 k)) +("rudnicki" nil (r ax d n ih1 k iy0)) +("rudnicky" nil (r ax d n ih1 k iy0)) +("rudnik" nil (r ah1 d n ih0 k)) +("rudolf" nil (r uw1 d aa1 l f)) +("rudolph" nil (r uw1 d ao0 l f)) +("rudow" nil (r uw1 d ow0)) +("rudy" nil (r uw1 d iy0)) +("rudyard" nil (r ah1 d y er0 d)) +("rudzinski" nil (r ax jh ih1 n s k iy0)) +("rue" nil (r uw1)) +("rueb" nil (r uw1 b)) +("ruebel" nil (r uw1 b ax l)) +("rueckert" nil (r uw1 k er0 t)) +("rueda" nil (r uw0 eh1 d ax)) +("ruediger" nil (r uw1 d ih0 g er0)) +("ruedlinger" nil (r uw1 d l ih0 ng er0)) +("ruedy" nil (r uw1 d iy0)) +("ruef" nil (r uw1 f)) +("rueff" nil (r uw1 f)) +("rueful" nil (r uw1 f ax l)) +("ruefully" nil (r uw1 f ax l iy0)) +("rueger" nil (r uh1 g er0)) +("ruegg" nil (r uw1 g)) +("ruegsegger" nil (r uh1 g s ih0 g er0)) +("ruehl" nil (r uh1 l)) +("ruehle" nil (r uw1 hh ax l)) +("ruel" nil (r uw1 l)) +("ruelas" nil (r uw1 l ax z)) +("ruella" nil (r uw1 eh1 l ax)) +("ruelle" nil (r uw1 eh1 l)) +("ruesch" nil (r uw1 sh)) +("ruess" nil (r uw1 s)) +("ruest" nil (r uw1 s t)) +("rueter" nil (r uw1 t er0)) +("rueth" nil (r uw1 th)) +("ruether" nil (r uw1 th er0)) +("ruetz" nil (r uw1 t s)) +("ruf" nil (r ah1 f)) +("rufe" nil (r uw1 f)) +("rufenacht" nil (r uw1 f ax n aa0 k t)) +("rufener" nil (r ah1 f iy0 n er0)) +("rufer" nil (r uw1 f er0)) +("ruff" nil (r ah1 f)) +("ruffalo" nil (r uw0 f aa1 l ow0)) +("ruffcorn" nil (r ah1 f k er0 n)) +("ruffer" nil (r ah1 f er0)) +("ruffin" nil (r ah1 f ih0 n)) +("ruffing" nil (r ah1 f ih0 ng)) +("ruffini" nil (r uw0 f iy1 n iy0)) +("ruffino" nil (r uw0 f iy1 n ow0)) +("ruffle" nil (r ah1 f ax l)) +("ruffled" nil (r ah1 f ax l d)) +("ruffles" nil (r ah1 f ax l z)) +("ruffling" nil (r ah1 f ax l ih0 ng)) +("ruffner" nil (r ah1 f n er0)) +("ruffo" nil (r ah1 f ow0)) +("ruffolo" nil (r uw0 f ow1 l ow0)) +("rufford" nil (r ah1 f er0 d)) +("rufina" nil (r uw0 f iy1 n ax)) +("rufo" nil (r uw1 f ow0)) +("ruford" nil (r uw1 f er0 d)) +("rufty" nil (r ah1 f t iy0)) +("rufus" nil (r uw1 f ax s)) +("rug" nil (r ah1 g)) +("rugby" nil (r ah1 g b iy0)) +("ruge" nil (r uw1 jh)) +("rugen" nil (r ah1 g ax n)) +("ruger" nil (r uw1 g er0)) +("rugeroni" nil (r uw1 jh eh0 r ow1 n iy0)) +("rugg" nil (r ah1 g)) +("rugged" nil (r ah1 g ax d)) +("ruggedly" nil (r ah1 g ax d l iy0)) +("ruggeri" nil (r uw0 jh eh1 r iy0)) +("ruggerio" nil (r uw0 jh eh1 r iy0 ow0)) +("ruggieri" nil (r uw0 jh ih1 r iy0)) +("ruggiero" nil (r uw0 jh ih1 r ow0)) +("ruggirello" nil (r uw0 jh ih0 r eh1 l ow0)) +("ruggles" nil (r ah1 g ax l z)) +("rugh" nil (r ah1)) +("rugs" nil (r ah1 g z)) +("ruh" nil (r ah1)) +("ruhe" nil (r uw1 hh)) +("ruhl" nil (r ah1 l)) +("ruhland" nil (r ah1 l ax n d)) +("ruhle" nil (r uw1 ax l)) +("ruhlman" nil (r uw1 l m ax n)) +("ruhnau" nil (r uw1 n aw0)) +("ruhnke" nil (r ah1 ng k)) +("ruhollah" nil (r uw0 hh aa1 l ax)) +("ruhr" nil (r uh1 r)) +("ruhrgas" nil (r uh1 r g ax s)) +("ruhul" nil (r uw1 hh uw1 l)) +("ruin" nil (r uw1 ax n)) +("ruined" nil (r uw1 ax n d)) +("ruining" nil (r uw1 ih0 n ih0 ng)) +("ruinous" nil (r uw1 ax n ax s)) +("ruins" nil (r uw1 ax n z)) +("ruis" nil (r uw1 ih0 z)) +("ruiter" nil (r uw1 t er0)) +("ruiz" nil (r uw0 w iy1 z)) +("rujith" nil (r uw1 jh iy1 th)) +("rukavina" nil (r ax k ax v ay1 n ax)) +("rukeyser" nil (r uw1 k ey1 z er0)) +("rula" nil (r uw1 l ax)) +("ruland" nil (r uw1 l ax n d)) +("rule" nil (r uw1 l)) +("rulebook" nil (r uw1 l b uh1 k)) +("ruled" nil (r uw1 l d)) +("rulemaking" nil (r uw1 l m ey1 k ih0 ng)) +("ruler" nil (r uw1 l er0)) +("rulers" nil (r uw1 l er0 z)) +("rules" nil (r uw1 l z)) +("ruley" nil (r uw1 l iy0)) +("ruling" nil (r uw1 l ih0 ng)) +("rulings" nil (r uw1 l ih0 ng z)) +("rulison" nil (r ah1 l ih0 s ax n)) +("rulli" nil (r uw1 l iy0)) +("rullman" nil (r ah1 l m ax n)) +("rullo" nil (r uw1 l ow0)) +("rulon" nil (r uw1 l ax n)) +("rum" nil (r ah1 m)) +("rumack" nil (r uw1 m ae0 k)) +("rumage" nil (r ah1 m ih0 jh)) +("ruman" nil (r uw1 m ax n)) +("rumania" nil (r uw0 m ey1 n iy0 ax)) +("rumbaugh" nil (r ah1 m b ao1)) +("rumberger" nil (r ah1 m b er0 g er0)) +("rumble" nil (r ah1 m b ax l)) +("rumbled" nil (r ah1 m b ax l d)) +("rumbles" nil (r ah1 m b ax l z)) +("rumbley" nil (r ah1 m b l iy0)) +("rumbling" nil (r ah1 m b ax l ih0 ng)) +("rumblings" nil (r ah1 m b ax l ih0 ng z)) +("rumbold" nil (r ah1 m b ow1 l d)) +("rumen" nil (r uw1 m ax n)) +("rumer" nil (r uw1 m er0)) +("rumery" nil (r ah1 m er0 iy0)) +("rumfelt" nil (r ah1 m f eh1 l t)) +("rumford" nil (r ah1 m f er0 d)) +("rumina" nil (r uw1 m ih0 n ax)) +("ruminant" nil (r uw1 m ax n ax n t)) +("ruminated" nil (r uw1 m ax n ey1 t ih0 d)) +("rumination" nil (r uw1 m ih0 n ey1 sh ax n)) +("ruminations" nil (r uw1 m ih0 n ey1 sh ax n z)) +("ruminski" nil (r ax m ih1 n s k iy0)) +("rumler" nil (r ah1 m l er0)) +("rumley" nil (r ah1 m l iy0)) +("rummage" nil (r ah1 m ih0 jh)) +("rummaging" nil (r ah1 m ih0 jh ih0 ng)) +("rummel" nil (r ah1 m ax l)) +("rummell" nil (r ah1 m ax l)) +("rummy" nil (r ah1 m iy0)) +("rumney" nil (r ah1 m n iy0)) +("rumor" nil (r uw1 m er0)) +("rumore" nil (r uw0 m ao1 r)) +("rumored" nil (r uw1 m er0 d)) +("rumors" nil (r uw1 m er0 z)) +("rumours" nil (r uw1 m er0 z)) +("rump" nil (r ah1 m p)) +("rumpel" nil (r ah1 m p ax l)) +("rumpf" nil (r ah1 m p f)) +("rumph" nil (r ah1 m f)) +("rumple" nil (r ah1 m p ax l)) +("rumpled" nil (r ah1 m p ax l d)) +("rumrill" nil (r ah1 m r ih0 l)) +("rums" nil (r ah1 m z)) +("rumsey" nil (r ah1 m z iy0)) +("rumsfeld" nil (r ah1 m z f eh1 l d)) +("rumson" nil (r ah1 m s ax n)) +("run" nil (r ah1 n)) +("runabout" nil (r ah1 n ax b aw1 t)) +("runaway" nil (r ah1 n ax w ey1)) +("runcie" nil (r ah1 n s iy0)) +("runck" nil (r ah1 ng k)) +("runckel" nil (r ah1 ng k ax l)) +("runco" nil (r ah1 ng k ow0)) +("rund" nil (r ah1 n d)) +("rundall" nil (r ah1 n d ax l)) +("runde" nil (r ah1 n d)) +("rundell" nil (r ah1 n d ax l)) +("rundle" nil (r ah1 n d ax l)) +("rundown" nil (r ah1 n d aw1 n)) +("rundquist" nil (r ah1 n d k w ih1 s t)) +("rung" nil (r ah1 ng)) +("runge" nil (r ah1 n jh)) +("rungs" nil (r ah1 ng z)) +("runion" nil (r uw1 n y ax n)) +("runions" nil (r uw1 n y ax n z)) +("runk" nil (r ah1 ng k)) +("runkel" nil (r ah1 ng k ax l)) +("runkle" nil (r ah1 ng k ax l)) +("runkles" nil (r ah1 ng k ax l z)) +("runnells" nil (r ah1 n ax l z)) +("runnels" nil (r ah1 n ax l z)) +("runner" nil (r ah1 n er0)) +("runners" nil (r ah1 n er0 z)) +("running" nil (r ah1 n ih0 ng)) +("runnion" nil (r ah1 n y ax n)) +("runoff" nil (r ah1 n ao1 f)) +("runquist" nil (r ah1 n k w ih1 s t)) +("runs" nil (r ah1 n z)) +("runte" nil (r ah1 n t)) +("runup" nil (r ah1 n ah1 p)) +("runups" nil (r ah1 n ah1 p s)) +("runway" nil (r ah1 n w ey1)) +("runways" nil (r ah1 n w ey1 z)) +("runyan" nil (r ah1 n y ax n)) +("runyon" nil (r ah1 n y ax n)) +("runzheimer" nil (r ah1 n z hh ay1 m er0)) +("ruocco" nil (r uw0 ow1 k ow0)) +("ruoff" nil (r uw1 ao0 f)) +("ruotolo" nil (r uw0 ow0 t ow1 l ow0)) +("rupard" nil (r uw1 p er0 d)) +("rupe" nil (r uw1 p)) +("rupee" nil (r uw0 p iy1)) +("rupees" nil (r uw0 p iy1 z)) +("rupert" nil (r uw1 p er0 t)) +("ruperta" nil (r uw0 p eh1 r t ax)) +("rupiah" nil (r uw0 p ay1 ax)) +("ruple" nil (r uw1 p ax l)) +("rupley" nil (r ah1 p l iy0)) +("rupnow" nil (r ah1 p n ow0)) +("rupp" nil (r ah1 p)) +("ruppe" nil (r ah1 p)) +("ruppel" nil (r ah1 p ax l)) +("ruppenthal" nil (r ah1 p ih0 n th ax l)) +("ruppert" nil (r ah1 p er0 t)) +("rupprecht" nil (r uw1 p r eh1 k t)) +("ruprecht" nil (r ah1 p r ih0 k t)) +("rupture" nil (r ah1 p ch er0)) +("ruptured" nil (r ah1 p ch er0 d)) +("rupturing" nil (r ah1 p ch er0 ih0 ng)) +("rural" nil (r uh1 r ax l)) +("rurik" nil (r uh1 r ih0 k)) +("ruritania" nil (r uh1 r ax t ey1 n iy0 ax)) +("rus" nil (r ah1 s)) +("rusalka" nil (r uw1 s ae1 l k ax)) +("rusch" nil (r ah1 sh)) +("rusche" nil (r ah1 sh)) +("ruscitti" nil (r uw0 s ch iy1 t iy0)) +("rusconi" nil (r uw0 s k ow1 n iy0)) +("ruse" nil (r uw1 z)) +("ruses" nil (r uw1 z ih0 z)) +("rush" nil (r ah1 sh)) +("rushdie" nil (r ah1 sh d iy0)) +("rushed" nil (r ah1 sh t)) +("rusher" nil (r ah1 sh er0)) +("rushes" nil (r ah1 sh ax z)) +("rushford" nil (r ah1 sh f er0 d)) +("rushin" nil (r ah1 sh ih0 n)) +("rushing" nil (r ah1 sh ih0 ng)) +("rushlow" nil (r ah1 sh l ow1)) +("rushmore" nil (r ah1 sh m ao0 r)) +("rushton" nil (r ah1 sh t ax n)) +("rusin" nil (r uw1 s ih0 n)) +("rusinko" nil (r uw1 s ih1 ng k ow0)) +("rusk" nil (r ah1 s k)) +("ruskin" nil (r ah1 s k ih0 n)) +("ruslan" nil (r ah1 s l ax n)) +("rusnak" nil (r ah1 s n ax k)) +("rusnock" nil (r ah1 s n ax k)) +("russ" nil (r ah1 s)) +("russa" nil (r uw1 s ax)) +("russak" nil (r ah1 s ax k)) +("russe" nil (r ah1 s)) +("russel" nil (r ah1 s ax l)) +("russell" nil (r ah1 s ax l)) +("russellville" nil (r ah1 s ax l v ih1 l)) +("russert" nil (r ah1 s er0 t)) +("russett" nil (r ah1 s ih0 t)) +("russey" nil (r ah1 s iy0)) +("russi" nil (r uw1 s iy0)) +("russia" nil (r ah1 sh ax)) +("russian" nil (r ah1 sh ax n)) +("russians" nil (r ah1 sh ax n z)) +("russification" nil (r ah1 s ax f ax k ey1 sh ax n)) +("russin" nil (r ah1 s ih0 n)) +("russman" nil (r ah1 s m ax n)) +("russo" nil (r uw1 s ow0)) +("russolillo" nil (r uw1 s ow0 l ih1 l ow0)) +("russom" nil (r ah1 s ax m)) +("russomanno" nil (r ah1 s ax m ih0 n ow0)) +("russow" nil (r ah1 s ow0)) +("russum" nil (r ah1 s ax m)) +("rust" nil (r ah1 s t)) +("rustad" nil (r ah1 s t ax d)) +("rusted" nil (r ah1 s t ax d)) +("rustic" nil (r ah1 s t ih0 k)) +("rustin" nil (r ah1 s t ih0 n)) +("rusting" nil (r ah1 s t ih0 ng)) +("rustler" nil (r ah1 s l er0)) +("rustlers" nil (r ah1 s ax l er0 z)) +("rustling" nil (r ah1 s l ih0 ng)) +("ruston" nil (r ah1 s t ax n)) +("rustproof" nil (r ah1 s t p r uw1 f)) +("rustproofing" nil (r ah1 s t p r uw1 f ih0 ng)) +("rusts" nil (r ah1 s t s)) +("rusty" nil (r ah1 s t iy0)) +("ruszkowski" nil (r ax sh k ao1 f s k iy0)) +("rut" nil (r ah1 t)) +("ruta" nil (r uw1 t ax)) +("rutan" nil (r uw1 t ax n)) +("ruter" nil (r uw1 t er0)) +("rutgers" nil (r ah1 t g er0 z)) +("ruth" nil (r uw1 th)) +("ruthann" nil (r uw1 th ae1 n)) +("ruthenberg" nil (r ah1 th ax n b er0 g)) +("ruther" nil (r uw1 th er0)) +("rutherford" nil (r ah1 th er0 f er0 d)) +("ruthless" nil (r uw1 th l ax s)) +("ruthlessly" nil (r uw1 th l ax s l iy0)) +("ruthlessness" nil (r uw1 th l ax s n ax s)) +("ruthven" nil (r ah1 th v ax n)) +("rutigliano" nil (r uw0 t iy0 g l iy0 aa1 n ow0)) +("rutile" nil (r uw1 t iy0 l)) +("rutkoski" nil (r ax t k aw1 s k iy0)) +("rutkowski" nil (r ax t k ao1 f s k iy0)) +("rutland" nil (r ah1 t l ax n d)) +("rutledge" nil (r ah1 t l ih0 jh)) +("rutley" nil (r ah1 t l iy0)) +("rutman" nil (r ah1 t m ax n)) +("ruts" nil (r ah1 t s)) +("rutskoi" nil (r uw1 t s k oy0)) +("rutstein" nil (r ah1 t s t ay1 n)) +("rutt" nil (r ah1 t)) +("ruttan" nil (r ah1 t ax n)) +("rutted" nil (r ah1 t ih0 d)) +("rutten" nil (r ah1 t ax n)) +("ruttenberg" nil (r ah1 t ax n b er0 g)) +("rutter" nil (r ah1 t er0)) +("rutz" nil (r ah1 t s)) +("rutzen" nil (r ah1 t z ax n)) +("ruud" nil (r uw1 d)) +("ruvalcaba" nil (r uw0 v aa0 l k aa1 b ax)) +("ruvolo" nil (r uw0 v ow1 l ow0)) +("ruwe" nil (r uw1 w)) +("rux" nil (r ah1 k s)) +("ruxpin" nil (r ah1 k s p ih0 n)) +("ruybal" nil (r ay1 b ax l)) +("ruyle" nil (r ay1 l)) +("ruzek" nil (r uw1 z eh0 k)) +("ruzich" nil (r ah1 z ih0 hh)) +("ruzicka" nil (r uw1 z ih1 k ax)) +("ruzzo" nil (r uw1 z ow0)) +("rwanda" nil (r ax w aa1 n d ax)) +("rwandan" nil (r ax w aa1 n d ax n)) +("rwandans" nil (r ax w aa1 n d ax n z)) +("rwandese" nil (r ax w aa1 d iy1 z)) +("ryal" nil (r iy0 aa1 l)) +("ryall" nil (r iy0 aa1 l)) +("ryals" nil (r iy0 aa1 l z)) +("ryan" nil (r ay1 ax n)) +("ryanair" nil (r ay1 ax n eh1 r)) +("ryans" nil (r ay1 ax n z)) +("ryba" nil (r ih1 b ax)) +("ryback" nil (r ay1 b ae1 k)) +("rybacki" nil (r ih0 b aa1 t s k iy0)) +("rybak" nil (r ih1 b ax k)) +("rybakov" nil (r ay1 b ax k aa1 v)) +("rybarczyk" nil (r ih1 b er0 ch ih0 k)) +("ryberg" nil (r ay1 b er0 g)) +("rybicki" nil (r ih0 b ih1 t s k iy0)) +("rybinski" nil (r ih0 b ih1 n s k iy0)) +("rybka" nil (r ih1 b k ax)) +("rybolt" nil (r ih1 b ow0 l t)) +("ryburn" nil (r ih1 b er0 n)) +("rychlik" nil (r ih1 ch l ih0 k)) +("ryckman" nil (r ih1 k m ax n)) +("rycroft" nil (r ih1 k r ax f t)) +("ryczek" nil (r ih1 ch eh0 k)) +("rydberg" nil (r ih1 d b er0 g)) +("rydell" nil (r ih1 d ax l)) +("ryden" nil (r ay1 d ax n)) +("ryder" nil (r ay1 d er0)) +("rydman" nil (r ih1 d m ax n)) +("rydzewski" nil (r ih0 jh eh1 f s k iy0)) +("rye" nil (r ay1)) +("ryen" nil (r ay1 ax n)) +("ryer" nil (r ay1 er0)) +("ryerson" nil (r ay1 r s ax n)) +("rygiel" nil (r ih1 g iy0 l)) +("ryka" nil (r ay1 k ax)) +("ryker" nil (r ay1 k er0)) +("rykoff" nil (r ay1 k ao1 f)) +("rykowski" nil (r ih0 k ao1 f s k iy0)) +("rylan" nil (r ay1 l ax n)) +("ryland" nil (r ih1 l ax n d)) +("rylander" nil (r ih1 l ax n d er0)) +("ryle" nil (r ay1 l)) +("rylee" nil (r ih1 l iy0)) +("ryles" nil (r ay1 l z)) +("ryley" nil (r ay1 l iy0)) +("ryman" nil (r ay1 m ax n)) +("rymer" nil (r ay1 m er0)) +("rynders" nil (r ih1 n d er0 z)) +("rynearson" nil (r ih1 n er0 s ax n)) +("ryner" nil (r ay1 n er0)) +("rynes" nil (r ay1 n z)) +("ryno" nil (r ih1 n ow0)) +("ryobi" nil (r ay1 ow1 b iy0)) +("ryohei" nil (r ay1 ow0 hh ey1)) +("ryon" nil (r ay1 ax n)) +("ryrie" nil (r ay1 r iy0)) +("rys" nil (r ih1 s)) +("rysavy" nil (r ih0 s aa1 v iy0)) +("ryser" nil (r ay1 s er0)) +("ryskamp" nil (r ay1 s k ae1 m p)) +("ryther" nil (r ih1 dh er0)) +("ryton" nil (r ih1 t ax n)) +("ryutaro" nil (r y uw0 t aa1 r ow0)) +("ryuzo" nil (r ay1 uw1 z ow0)) +("ryzhkov" nil (r ay1 z k aa0 v)) +("rzasa" nil (er0 z aa1 s ax)) +("rzepka" nil (er0 z eh1 p k ax)) +("s" nil (eh1 s)) +("sa" nil (s aa1)) +("saab" nil (s aa1 b)) +("saad" nil (s aa1 d)) +("saal" nil (s aa1 l)) +("saam" nil (s aa1 m)) +("saamstaan" nil (s aa1 m s t aa1 n)) +("saar" nil (s aa1 r)) +("saari" nil (s aa1 r iy0)) +("saarinen" nil (s aa1 r ih0 n ax n)) +("saatchi" nil (s aa1 ch iy0)) +("saathoff" nil (s aa1 t hh ao1 f)) +("saavedra" nil (s aa0 v ey1 d r ax)) +("saba" nil (s aa1 b ax)) +("sabah" nil (s aa1 b ax)) +("sabala" nil (s aa0 b aa1 l ax)) +("sabalan" nil (s ae1 b ax l ax n)) +("saban" nil (s ey1 b ax n)) +("sabat" nil (s aa1 b aa0 t)) +("sabatine" nil (s aa0 b aa0 t iy1 n iy0)) +("sabatini" nil (s ae1 b ax t iy1 n iy0)) +("sabatino" nil (s aa0 b aa0 t iy1 n ow0)) +("sabatista" nil (s aa1 b ax t iy1 s t ax)) +("sabatistas" nil (s aa1 b ax t iy1 s t ax z)) +("sabatka" nil (s aa0 b aa1 t k ax)) +("sabato" nil (s aa0 b aa1 t ow0)) +("sabaudia" nil (s ax b ao1 d iy0 ax)) +("sabb" nil (s ae1 b)) +("sabbagh" nil (s ae1 b ax g)) +("sabbath" nil (s ae1 b ax th)) +("sabbatical" nil (s ax b ae1 t ih0 k ax l)) +("sabedra" nil (s ax b eh1 d r ax)) +("sabel" nil (s aa0 b eh1 l)) +("sabella" nil (s ax b eh1 l ax)) +("sabena" nil (s ax b iy1 n ax)) +("saber" nil (s ey1 b er0)) +("saberbein" nil (s ey1 b er0 b ay1 n)) +("sabey" nil (s ey1 b iy0)) +("sabia" nil (s aa1 b iy0 ax)) +("sabin" nil (s ey1 b ih0 n)) +("sabina" nil (s ax b iy1 n ax)) +("sabine" nil (s ax b iy1 n)) +("sabino" nil (s aa0 b iy1 n ow0)) +("sabins" nil (s ey1 b ih0 n z)) +("sablan" nil (s ae1 b l ax n)) +("sable" nil (s ey1 b ax l)) +("sables" nil (s ey1 b ax l z)) +("sabo" nil (s aa1 b ow0)) +("sabol" nil (s aa0 b ao1 l)) +("sabotage" nil (s ae1 b ax t aa1 zh)) +("sabotaged" nil (s ae1 b ax t aa1 zh d)) +("sabotaging" nil (s ae1 b ax t aa1 zh ih0 ng)) +("saboteur" nil (s ae1 b ax t er1)) +("saboteurs" nil (s ae1 b ax t er1 z)) +("sabourin" nil (s ae1 b uh0 r ae0 n)) +("sabra" nil (s aa1 b r ax)) +("sabre" nil (s ey1 b er0)) +("sabres" nil (s ey1 b er0 z)) +("sabrina" nil (s ax b r iy1 n ax)) +("sabta" nil (s ae1 b t ax)) +("sac" nil (s ae1 k)) +("sacca" nil (s ae1 k ax)) +("saccharin" nil (s ae1 k er0 ax n)) +("saccharine" nil (s ae1 k er0 ay1 n)) +("sacco" nil (s ae1 k ow0)) +("saccoccio" nil (s aa0 k ow1 ch iy0 ow0)) +("saccomanno" nil (s ae1 k ax m ih0 n ow0)) +("saccone" nil (s aa0 k ow1 n iy0)) +("saccule" nil (s ae1 k y uw1 l)) +("sacha" nil (s ae1 ch ax)) +("sacher" nil (s ae1 k er0)) +("sachs" nil (s ae1 k s)) +("sachse" nil (s ae1 ch s)) +("sacilor" nil (s ae1 s ax l er0)) +("sacirbey" nil (s aa1 k er0 b iy0)) +("sack" nil (s ae1 k)) +("sacked" nil (s ae1 k t)) +("sackett" nil (s ae1 k ih0 t)) +("sacking" nil (s ae1 k ih0 ng)) +("sackler" nil (s ae1 k l er0)) +("sackman" nil (s ae1 k m ax n)) +("sackmann" nil (s ae1 k m ax n)) +("sackrider" nil (s ae1 k r ay1 d er0)) +("sacks" nil (s ae1 k s)) +("sacksteder" nil (s ae1 k s t eh1 d er0)) +("sackville" nil (s ae1 k v ih1 l)) +("saco" nil (s ey1 k ow0)) +("sacra" nil (s ae1 k r ax)) +("sacrament" nil (s ae1 k r ax m ax n t)) +("sacramento" nil (s ae1 k r ax m eh1 n t ow0)) +("sacraments" nil (s ae1 k r ax m ax n t s)) +("sacred" nil (s ey1 k r ax d)) +("sacrifice" nil (s ae1 k r ax f ay1 s)) +("sacrificed" nil (s ae1 k r ax f ay1 s t)) +("sacrifices" nil (s ae1 k r ax f ay1 s ih0 z)) +("sacrificial" nil (s ae1 k r ax f ih1 sh ax l)) +("sacrificing" nil (s ae1 k r ax f ay1 s ih0 ng)) +("sacrilege" nil (s ae1 k r ax l ax jh)) +("sacrilegious" nil (s ae1 k r ax l eh1 jh ih0 s)) +("sacrosanct" nil (s ae1 k r ow0 s ae0 ng k t)) +("sacs" nil (s ae1 k s)) +("sad" nil (s ae1 d)) +("sada" nil (s aa1 d ax)) +("sadao" nil (s ax d aw1)) +("sadat" nil (s aa0 d aa1 t)) +("saddam" nil (s aa1 d ax m)) +("saddened" nil (s ae1 d ax n d)) +("sadder" nil (s ae1 d er0)) +("saddest" nil (s ae1 d ax s t)) +("saddle" nil (s ae1 d ax l)) +("saddlebags" nil (s ae1 d ax l b ae1 g z)) +("saddled" nil (s ae1 d ax l d)) +("saddler" nil (s ae1 d ax l er0)) +("saddles" nil (s ae1 d ax l z)) +("saddling" nil (s ae1 d ax l ih0 ng)) +("saddoris" nil (s ae1 d er0 ih0 s)) +("sadeghi" nil (s aa0 d eh1 g iy0)) +("sadeh" nil (s aa1 d eh1)) +("sadek" nil (s ae1 d ih0 k)) +("sadella" nil (s ax d eh1 l ax)) +("sader" nil (s ey1 d er0)) +("sadie" nil (s ae1 d iy0)) +("sadira" nil (s aa0 d ih1 r ax)) +("sadism" nil (s ey1 d ih0 z ax m)) +("sadist" nil (s ey1 d ax s t)) +("sadistic" nil (s ax d ih1 s t ih0 k)) +("sadler" nil (s ae1 d l er0)) +("sadlier" nil (s ae1 d l iy0 er0)) +("sadlon" nil (s ae1 d l ax n)) +("sadlowski" nil (s ae0 d l aw1 s k iy0)) +("sadly" nil (s ae1 d l iy0)) +("sadness" nil (s ae1 d n ax s)) +("sado" nil (s ey1 d ow0)) +("sadoff" nil (s ae1 d ao1 f)) +("sadowski" nil (s ax d ao1 f s k iy0)) +("sadowsky" nil (s ax d aw1 s k iy0)) +("sadye" nil (s ae1 d ay0)) +("saechao" nil (s iy1 ch aw0)) +("saeed" nil (s aa0 iy1 d)) +("saeger" nil (s eh1 g er0)) +("saehan" nil (s ey1 ax n)) +("saelens" nil (s eh1 l ax n z)) +("saemaul" nil (s ey1 m ao0 l)) +("saenger" nil (s eh1 n jh er0)) +("saenz" nil (s iy1 n z)) +("saez" nil (s iy1 z)) +("safari" nil (s ax f aa1 r iy0)) +("safarik" nil (s ae1 f er0 ih0 k)) +("safdie" nil (s ae1 f d iy0)) +("safe" nil (s ey1 f)) +("safecard" nil (s ey1 f k aa1 r d)) +("safeco" nil (s ey1 f k ow0)) +("safeguard" nil (s ey1 f g aa1 r d)) +("safeguarded" nil (s ey1 f g aa1 r d ih0 d)) +("safeguarding" nil (s ey1 f g aa1 r d ih0 ng)) +("safeguards" nil (s ey1 f g aa1 r d z)) +("safekeeping" nil (s ey1 f k iy1 p ih0 ng)) +("safely" nil (s ey1 f l iy0)) +("safer" nil (s ey1 f er0)) +("safes" nil (s ey1 f s)) +("safest" nil (s ey1 f ax s t)) +("safety" nil (s ey1 f t iy0)) +("safeway" nil (s ey1 f w ey1)) +("saffell" nil (s ae1 f ax l)) +("saffer" nil (s ae1 f er0)) +("saffle" nil (s ae1 f ax l)) +("safflower" nil (s ae1 f l aw1 er0)) +("saffold" nil (s ae1 f ow1 l d)) +("safford" nil (s ae1 f er0 d)) +("saffran" nil (s ae1 f r ax n)) +("safian" nil (s ey1 f iy0 ax n)) +("safier" nil (s ax f ih1 r)) +("safing" nil (s ey1 f ih0 ng)) +("safire" nil (s ax f ay1 r)) +("safko" nil (s aa1 f k ow0)) +("safley" nil (s ae1 f l iy0)) +("safra" nil (s ae1 f r ax)) +("safran" nil (s ae1 f r ax n)) +("safranek" nil (s ae1 f r ax n ih0 k)) +("safrit" nil (s ae1 f r ih0 t)) +("sag" nil (s ae1 g)) +("saga" nil (s aa1 g ax)) +("sagan" nil (s ey1 g ax n)) +("sagansky" nil (s ax g ae1 n s k iy0)) +("sagar" nil (s aa0 g aa1 r)) +("sagas" nil (s aa1 g ax z)) +("sage" nil (s ey1 jh)) +("sagebrush" nil (s ey1 jh b r ah1 sh)) +("sagen" nil (s ae1 g ax n)) +("sager" nil (s ey1 g er0)) +("sagers" nil (s ey1 g er0 z)) +("sages" nil (s ey1 jh ih0 z)) +("sagged" nil (s ae1 g d)) +("saggese" nil (s ae1 g iy0 z)) +("sagging" nil (s ae1 g ih0 ng)) +("saginaw" nil (s ae1 g ih0 n ao1)) +("sago" nil (s ey1 g ow0)) +("sagona" nil (s aa0 g ow1 n ax)) +("sagraves" nil (s aa0 g r aa1 v eh0 s)) +("sags" nil (s ae1 g z)) +("saha" nil (s aa1 hh ax)) +("sahagian" nil (s ax hh iy1 jh iy0 ax n)) +("sahagun" nil (s ae1 hh ax g ax n)) +("sahara" nil (s ax hh eh1 r ax)) +("saharan" nil (s ae1 hh er0 ax n)) +("sahgal" nil (s aa1 g ax l)) +("sahl" nil (s aa1 l)) +("sahlen" nil (s aa1 l ax n)) +("sahli" nil (s aa1 l iy0)) +("sahlin" nil (s aa1 l ih0 n)) +("sahlman" nil (s aa1 l m ax n)) +("sahm" nil (s ae1 m)) +("sahr" nil (s ae1 r)) +("saia" nil (s aa1 y ax)) +("said" nil (s eh1 d)) +("saidiner" nil (s ey1 d ih0 n er0)) +("saif" nil (s aa1 iy1 f)) +("saigon" nil (s ay1 g aa1 n)) +("saiki" nil (s ey1 k iy0)) +("sail" nil (s ey1 l)) +("sailboat" nil (s ey1 l b ow1 t)) +("sailboats" nil (s ey1 l b ow1 t s)) +("sailed" nil (s ey1 l d)) +("sailer" nil (s ey1 l er0)) +("sailfish" nil (s ey1 l f ih1 sh)) +("sailing" nil (s ey1 l ih0 ng)) +("sailor" nil (s ey1 l er0)) +("sailors" nil (s ey1 l er0 z)) +("sails" nil (s ey1 l z)) +("sain" nil (s ey1 n)) +("sainato" nil (s ax n aa1 t ow0)) +("saindon" nil (s ey1 n d ax n)) +("saine" nil (s ey1 n)) +("sainsbury" nil (s ey1 n s b eh0 r iy0)) +("saint" nil (s ey1 n t)) +("sainted" nil (s ey1 n t ih0 d)) +("sainthood" nil (s ey1 n t hh uh1 d)) +("saintly" nil (s ey1 n t l iy0)) +("saints" nil (s ey1 n t s)) +("sainz" nil (s ey1 n z)) +("saipan" nil (s ey1 p ax n)) +("sais" nil (s ey1 z)) +("saison" nil (s ey1 s aa0 n)) +("saitama" nil (s aa1 ih0 t aa1 m ax)) +("saito" nil (s ey1 t ow1)) +("saitta" nil (s ey1 t ax)) +("saiz" nil (s ey1 z)) +("sajak" nil (s ae1 jh ae0 k)) +("sajdak" nil (s ay1 d ax k)) +("sak" nil (s ae1 k)) +("sakaguchi" nil (s aa0 k aa0 g uw1 ch iy0)) +("sakai" nil (s aa0 k aa1 iy0)) +("sakal" nil (s ey1 k ax l)) +("sakamoto" nil (s aa0 k aa0 m ow1 t ow0)) +("sakata" nil (s aa0 k aa1 t ax)) +("sakau" nil (s aa0 k aa1 uw0)) +("sake" nil (s ey1 k)) +("saker" nil (s ey1 k er0)) +("sakes" nil (s ey1 k s)) +("sakhalin" nil (s ae1 k hh ax l ih0 n)) +("sakharov" nil (s aa1 k er0 aa0 v)) +("saki" nil (s aa1 k iy0)) +("sakigake" nil (s aa1 k iy0 g aa1 k iy0)) +("sako" nil (s aa1 k ow0)) +("sakowitz" nil (s ae1 k ax w ih0 t s)) +("sakowski" nil (s ax k ao1 f s k iy0)) +("saks" nil (s ae1 k s)) +("saksa" nil (s ae1 k s ax)) +("saksida" nil (s aa1 k s iy1 d ax)) +("sakuma" nil (s aa0 k uw1 m ax)) +("sakura" nil (s ae0 k uh1 r ax)) +("sakurai" nil (s aa0 k uh0 r aa1 iy0)) +("sal" nil (s ae1 l)) +("sala" nil (s aa1 l ax)) +("salaam" nil (s ax l aa1 m)) +("salable" nil (s ey1 l ax b ax l)) +("salables" nil (s ey1 l ax b ax l z)) +("salacious" nil (s ax l ey1 sh ax s)) +("salad" nil (s ae1 l ax d)) +("salada" nil (s ax l aa1 d ax)) +("saladin" nil (s ae1 l ax d ih0 n)) +("saladino" nil (s aa0 l aa0 d iy1 n ow0)) +("salads" nil (s ae1 l ax d z)) +("salafia" nil (s ax l ey1 f iy0 ax)) +("salah" nil (s ae1 l ax)) +("salak" nil (s ae1 l ax k)) +("salama" nil (s aa0 l aa1 m ax)) +("salamanca" nil (s ae1 l ax m ae1 ng k ax)) +("salamander" nil (s ae1 l ax m ae1 n d er0)) +("salamanders" nil (s ae1 l ax m ae1 n d er0 z)) +("salameh" nil (s aa1 l aa0 m eh0)) +("salami" nil (s ax l aa1 m iy0)) +("salamis" nil (s ax l aa1 m iy0 z)) +("salamon" nil (s ae1 l ax m ax n)) +("salamone" nil (s ae1 l ax m ow1 n)) +("salant" nil (s ae1 l ax n t)) +("salaried" nil (s ae1 l er0 iy0 d)) +("salaries" nil (s ae1 l er0 iy0 z)) +("salary" nil (s ae1 l er0 iy0)) +("salarymen" nil (s ae1 l er0 iy0 m ax n)) +("salas" nil (s aa1 l aa0 z)) +("salata" nil (s aa0 l aa1 t ax)) +("salatino" nil (s aa0 l aa0 t iy1 n ow0)) +("salay" nil (s ae1 l ey0)) +("salaz" nil (s aa1 l aa0 z)) +("salazar" nil (s ae1 l ax z aa0 r)) +("salberg" nil (s ae1 l b er0 g)) +("salce" nil (s ey1 l s)) +("salcedo" nil (s aa0 l ch ey1 d ow0)) +("salcido" nil (s aa0 l ch iy1 d ow0)) +("saldana" nil (s aa0 l d ae1 n ax)) +("saldivar" nil (s aa0 l d iy0 v aa1 r)) +("sale" nil (s ey1 l)) +("saleable" nil (s ey1 l ax b ax l)) +("saleeby" nil (s ae1 l iy0 b iy0)) +("saleem" nil (s ae1 l iy0 m)) +("saleh" nil (s aa1 l eh0 hh)) +("salek" nil (s aa1 l eh0 k)) +("salem" nil (s ey1 l ax m)) +("salema" nil (s ax l iy1 m ax)) +("salemi" nil (s aa0 l eh1 m iy0)) +("salemme" nil (s ae1 l ih0 m)) +("salerno" nil (s ax l eh1 r n ow0)) +("sales" nil (s ey1 l z)) +("salesman" nil (s ey1 l z m ax n)) +("salesmanship" nil (s ey1 l z m ax n sh ih1 p)) +("salesmen" nil (s ey1 l z m ih0 n)) +("salespeople" nil (s ey1 l z p iy1 p ax l)) +("salesperson" nil (s ey1 l z p er1 s ax n)) +("saleswoman" nil (s ey1 l z w uh1 m ax n)) +("saleswomen" nil (s ey1 l z w ih1 m ax n)) +("salgado" nil (s aa0 l g aa1 d ow0)) +("salguero" nil (s aa0 l g eh1 r ow0)) +("salhany" nil (s ae1 l hh ey1 n iy0)) +("saliba" nil (s aa0 l iy1 b ax)) +("salick" nil (s ae1 l ih0 k)) +("salient" nil (s ey1 l iy0 ax n t)) +("saligman" nil (s ae1 l ih0 g m ax n)) +("salim" nil (s ae1 l ih0 m)) +("salin" nil (s aa0 l iy1 n)) +("salina" nil (s ax l iy1 n ax)) +("salinas" nil (s ax l iy1 n ax s)) +("saline" nil (s ax l iy1 n)) +("saling" nil (s ey1 l ih0 ng)) +("salinger" nil (s ey1 l ih0 ng er0)) +("salinity" nil (s ax l ih1 n ax t iy0)) +("salis" nil (s aa1 l ih0 s)) +("salisbury" nil (s ae1 l z b er0 iy0)) +("saliva" nil (s ax l ay1 v ax)) +("salivated" nil (s ae1 l ax v ey1 t ax d)) +("salivating" nil (s ae1 l ax v ey1 t ih0 ng)) +("salizzoni" nil (s ae1 l ih0 z ow1 n iy0)) +("salk" nil (s ao1 k)) +("salkeld" nil (s ae1 l k ih0 l d)) +("salkin" nil (s ae1 l k ih0 n)) +("sall" nil (s ao1 l)) +("sallade" nil (s ae1 l ey1 d)) +("sallas" nil (s aa1 l aa0 z)) +("salle" nil (s ey1 l)) +("sallee" nil (s ae1 l iy0)) +("saller" nil (s ao1 l er0)) +("salles" nil (s aa1 l eh0 s)) +("salley" nil (s ae1 l iy0)) +("sallie" nil (s ae1 l iy0)) +("sallies" nil (s ae1 l iy0 z)) +("salling" nil (s ao1 l ih0 ng)) +("sallis" nil (s ae1 l ih0 s)) +("salls" nil (s ao1 l z)) +("sally" nil (s ae1 l iy0)) +("salm" nil (s aa1 m)) +("salman" nil (s ae1 m ax n)) +("salmans" nil (s ae1 m ax n z)) +("salmela" nil (s aa0 l m ey1 l ax)) +("salmen" nil (s ae0 l m eh1 n)) +("salmeron" nil (s aa0 l m eh0 r ao1 n)) +("salmi" nil (s aa1 l m iy0)) +("salminen" nil (s ae1 l m ih0 n ax n)) +("salmon" nil (s ae1 m ax n)) +("salmond" nil (s ae1 l m ax n d)) +("salmonella" nil (s ae1 l m ax n eh1 l ax)) +("salmons" nil (s ae1 m ax n z)) +("salmonson" nil (s aa0 l m ow1 n s ax n)) +("salo" nil (s aa1 l ow0)) +("salois" nil (s ax l w aa1)) +("saloma" nil (s aa0 l ow1 m ax)) +("salome" nil (s ax l ow1 m iy0)) +("salomi" nil (s aa0 l ow1 m iy0)) +("salomon" nil (s ae1 l ax m ax n)) +("salomone" nil (s aa0 l ow0 m ow1 n iy0)) +("salon" nil (s ax l aa1 n)) +("salone" nil (s ax l ow1 n)) +("salonga" nil (s ax l ao1 ng g ax)) +("salons" nil (s ax l aa1 n z)) +("saloojee" nil (s ax l uw1 jh iy0)) +("saloon" nil (s ax l uw1 n)) +("saloons" nil (s ax l uw1 n z)) +("salopek" nil (s ae1 l ax p ih0 k)) +("salow" nil (s ae1 l ow0)) +("salsa" nil (s ao1 l s ax)) +("salsberry" nil (s ao1 l s b eh0 r iy0)) +("salsbery" nil (s ae1 l s b er0 iy0)) +("salsbury" nil (s ae1 l z b er0 iy0)) +("salser" nil (s ey1 l s er0)) +("salsgiver" nil (s ae1 l s g ih0 v er0)) +("salsman" nil (s ao1 l s m ax n)) +("salt" nil (s ao1 l t)) +("saltarelli" nil (s ao0 l t aa0 r eh1 l iy0)) +("saltbox" nil (s ao1 l t b aa1 k s)) +("salted" nil (s ao1 l t ax d)) +("salter" nil (s ao1 l t er0)) +("salters" nil (s ao1 l t er0 z)) +("saltier" nil (s ao1 l t iy0 er0)) +("salting" nil (s ao1 l t ih0 ng)) +("saltlike" nil (s ao1 l t l ay1 k)) +("saltmarsh" nil (s ao1 l t m aa1 r sh)) +("salton" nil (s ao1 l t ax n)) +("salts" nil (s ao1 l t s)) +("saltsman" nil (s ao1 l t s m ax n)) +("saltwater" nil (s ao1 l t w aa1 t er0)) +("salty" nil (s ao1 l t iy0)) +("saltz" nil (s ae1 l t s)) +("saltzburg" nil (s ao1 l t s b er0 g)) +("saltzman" nil (s ao1 l t s m ax n)) +("salus" nil (s ae1 l ih0 s)) +("salutary" nil (s ae1 l y ax t eh1 r iy0)) +("salutatorian" nil (s ax l uw1 t ax t ao1 r iy0 ax n)) +("salute" nil (s ax l uw1 t)) +("saluted" nil (s ax l uw1 t ax d)) +("salutes" nil (s ax l uw1 t s)) +("saluting" nil (s ax l uw1 t ih0 ng)) +("salva" nil (s aa1 l v ax)) +("salvador" nil (s ae1 l v ax d ao1 r)) +("salvadoran" nil (s ae1 l v ax d ao1 r ax n)) +("salvadorans" nil (s ae0 l v ax d ao1 r ax n z)) +("salvadore" nil (s aa0 l v aa0 d ao1 r ey0)) +("salvage" nil (s ae1 l v ax jh)) +("salvageable" nil (s ae1 l v ih0 jh ax b ax l)) +("salvaged" nil (s ae1 l v ih0 jh d)) +("salvagers" nil (s ae1 l v ih0 jh er0 z)) +("salvaggio" nil (s aa0 l v aa1 jh iy0 ow0)) +("salvaging" nil (s ae1 l v ih0 jh ih0 ng)) +("salvas" nil (s aa1 l v aa0 z)) +("salvati" nil (s aa0 l v aa1 t iy0)) +("salvatierra" nil (s aa0 l v aa0 t ih1 r ax)) +("salvation" nil (s ae0 l v ey1 sh ax n)) +("salvato" nil (s aa0 l v aa1 t ow0)) +("salvatore" nil (s ae0 l v ax t ao1 r iy0)) +("salvatori" nil (s aa0 l v aa0 t ao1 r iy0)) +("salve" nil (s aa1 v)) +("salves" nil (s aa1 v z)) +("salvesen" nil (s aa0 l v iy1 z ax n)) +("salveson" nil (s aa0 l v ey1 s ax n)) +("salvetti" nil (s aa0 l v eh1 t iy0)) +("salvi" nil (s aa1 l v iy0)) +("salvia" nil (s ae1 l v iy0 ax)) +("salvigsen" nil (s ae1 l v ih0 g s ax n)) +("salvigsten" nil (s ae1 l v ih0 g s t ax n)) +("salvina" nil (s aa0 l v iy1 n ax)) +("salvino" nil (s ae0 l v iy1 n ow0)) +("salvo" nil (s ae1 l v ow0)) +("salvos" nil (s ae1 l v ow0 z)) +("salvucci" nil (s aa0 l v uw1 ch iy0)) +("salway" nil (s ae1 l w ey0)) +("salwen" nil (s ae1 l w ax n)) +("salyard" nil (s ao1 l y er0 d)) +("salyards" nil (s ae1 l y aa0 r d z)) +("salyer" nil (s aa1 l iy0 er0)) +("salyers" nil (s aa1 l iy0 er0 z)) +("salz" nil (s ao1 l z)) +("salzano" nil (s aa0 l z aa1 n ow0)) +("salzberg" nil (s ao1 l z b er0 g)) +("salzburg" nil (s ao1 l t s b er0 g)) +("salzer" nil (s ey1 l z er0)) +("salzgitter" nil (s ao1 l t s g ih1 t er0)) +("salzhauer" nil (s ao1 l t s hh aw1 r)) +("salzman" nil (s ao1 l z m ax n)) +("salzmann" nil (s ao1 l z m ax n)) +("salzwedel" nil (s ae1 l z w ih0 d ax l)) +("sam" nil (s ae1 m)) +("sama" nil (s aa1 m ax)) +("samaha" nil (s ae1 m ax hh ax)) +("samaniego" nil (s aa0 m aa0 n iy1 g ow0)) +("samano" nil (s aa0 m aa1 n ow0)) +("samantha" nil (s ax m ae1 n th ax)) +("samar" nil (s ae1 m aa0 r)) +("samara" nil (s ae1 m er0 ax)) +("samaranch" nil (s ae1 m er0 ae0 n ch)) +("samaras" nil (s ae1 m er0 ax z)) +("samaria" nil (s ey1 m er0 iy1 ax)) +("samarin" nil (s aa0 m aa1 r iy0 n)) +("samaritan" nil (s ax m eh1 r ih0 t ax n)) +("samba" nil (s aa1 m b ax)) +("samberg" nil (s ae1 m b er0 g)) +("sambo" nil (s ae1 m b ow0)) +("samborski" nil (s ax m b ao1 r s k iy0)) +("sambrano" nil (s aa0 m b r aa1 n ow0)) +("sambre" nil (s ae1 m b r ax)) +("sambuca" nil (s ae1 m b y uw1 k ax)) +("samcor" nil (s ae1 m k ao1 r)) +("same" nil (s ey1 m)) +("samedan" nil (s ae1 m ax d ax n)) +("samek" nil (s ae1 m ih0 k)) +("samella" nil (s ax m eh1 l ax)) +("samelle" nil (s ax m eh1 l)) +("samelson" nil (s ae1 m ih0 l s ax n)) +("sameness" nil (s ey1 m n ax s)) +("sames" nil (s ey1 m z)) +("samet" nil (s ae1 m ih0 t)) +("samford" nil (s ae1 m f er0 d)) +("sami" nil (s ae1 m iy0)) +("samir" nil (s ax m ih1 r)) +("sammarco" nil (s aa0 m aa1 r k ow0)) +("sammartino" nil (s aa0 m aa0 r t iy1 n ow0)) +("sammet" nil (s ae1 m ih0 t)) +("sammie" nil (s ae1 m iy0)) +("sammis" nil (s ae1 m ih0 s)) +("sammon" nil (s ae1 m ax n)) +("sammons" nil (s ae1 m ax n z)) +("samms" nil (s ae1 m z)) +("sammut" nil (s ae1 m ax t)) +("sammy" nil (s ae1 m iy0)) +("samoa" nil (s ax m ow1 ax)) +("samojlik" nil (s ax m oy1 l ih0 k)) +("samons" nil (s aa1 m ow0 n z)) +("samora" nil (s aa0 m ao1 r ax)) +("samos" nil (s ey1 m aa0 s)) +("samoth" nil (s ae1 m ax th)) +("samp" nil (s ae1 m p)) +("sampans" nil (s ae1 m p ae0 n z)) +("samper" nil (s ae1 m p er0)) +("sampey" nil (s ae1 m p iy0)) +("sample" nil (s ae1 m p ax l)) +("sampled" nil (s ae1 m p ax l d)) +("sampler" nil (s ae1 m p l er0)) +("samplers" nil (s ae1 m p l er0 z)) +("samples" nil (s ae1 m p ax l z)) +("sampley" nil (s ae1 m p l iy0)) +("sampling" nil (s ae1 m p l ih0 ng)) +("samplings" nil (s ae1 m p l ih0 ng z)) +("sampras" nil (s ae1 m p r ax s)) +("sampsel" nil (s ae1 m p s ax l)) +("sampsell" nil (s ae1 m p s ax l)) +("sampson" nil (s ae1 m p s ax n)) +("samra" nil (s ae1 m r ax)) +("sams" nil (s ae1 m z)) +("samsara" nil (s ax m s aa1 r ax)) +("samsel" nil (s ae1 m s ax l)) +("samsom" nil (s ae1 m s ax m)) +("samson" nil (s ae1 m s ax n)) +("samsonite" nil (s ae1 m s ax n ay1 t)) +("samsung" nil (s ae1 m s ah1 ng)) +("samudio" nil (s aa0 m uw1 d iy0 ow0)) +("samuel" nil (s ae1 m y uw0 l)) +("samuela" nil (s ae1 m y uw0 eh1 l ax)) +("samuelle" nil (s ae1 m y uw0 eh1 l)) +("samuels" nil (s ae1 m y uw0 ax l z)) +("samuelsen" nil (s ae1 m uh0 l s ax n)) +("samuelson" nil (s ae1 m y uw0 ax l s ax n)) +("samurai" nil (s ae1 m uh0 r ay1)) +("samurais" nil (s ae1 m er0 ih0 z)) +("san" nil (s ae1 n)) +("sanaa" nil (s ax n aa1)) +("sanabria" nil (s ax n ae1 b r iy0 ax)) +("sanada" nil (s aa0 n aa1 d ax)) +("sanborn" nil (s ae1 n b ao1 r n)) +("sanches" nil (s aa1 n ch eh0 s)) +("sanchez" nil (s ae1 n ch eh0 z)) +("sancho" nil (s aa1 n k ow0)) +("sancia" nil (s aa1 n ch ax)) +("sanctification" nil (s ae1 ng k t ax f ax k ey1 sh ax n)) +("sanctimonious" nil (s ae1 ng k t ax m ow1 n iy0 ax s)) +("sanction" nil (s ae1 ng k sh ax n)) +("sanctioned" nil (s ae1 ng k sh ax n d)) +("sanctioning" nil (s ae1 ng k sh ax n ih0 ng)) +("sanctions" nil (s ae1 ng k sh ax n z)) +("sanctity" nil (s ae1 ng k t ih0 t iy0)) +("sanctuaries" nil (s ae1 ng k ch uw0 eh1 r iy0 z)) +("sanctuary" nil (s ae1 ng k ch uw0 eh1 r iy0)) +("sanctum" nil (s ae1 ng k t ax m)) +("sand" nil (s ae1 n d)) +("sanda" nil (s ae1 n d ax)) +("sandage" nil (s ae1 n d ih0 jh)) +("sandahl" nil (s ae1 n d aa1 l)) +("sandal" nil (s ae1 n d ax l)) +("sandall" nil (s ae1 n d aa0 l)) +("sandals" nil (s ae1 n d ax l z)) +("sandau" nil (s ae1 n d aw0)) +("sandbagged" nil (s ae1 n d b ae1 g d)) +("sandbags" nil (s ae1 n d b ae1 g z)) +("sandbar" nil (s ae1 n d b aa1 r)) +("sandberg" nil (s ae1 n d b er0 g)) +("sandblasted" nil (s ae1 n d b l ae1 s t ih0 d)) +("sandbox" nil (s ae1 n d b aa1 k s)) +("sande" nil (s ae1 n d)) +("sanded" nil (s ae1 n d ih0 d)) +("sandeen" nil (s ae1 n d iy0 n)) +("sandefer" nil (s ae1 n d iy0 f er0)) +("sandefur" nil (s ae1 n d eh0 f er0)) +("sandel" nil (s ae1 n d eh0 l)) +("sandell" nil (s ae1 n d eh0 l)) +("sanden" nil (s ae1 n d ax n)) +("sander" nil (s ae1 n d er0)) +("sanderfer" nil (s ae1 n d er0 f er0)) +("sanderford" nil (s ae1 n d er0 f ao0 r d)) +("sanderlin" nil (s ae1 n d er0 l ih0 n)) +("sanders" nil (s ae1 n d er0 z)) +("sanderson" nil (s ae1 n d er0 s ax n)) +("sandford" nil (s ae1 n d f er0 d)) +("sandgren" nil (s ae1 n d g r eh0 n)) +("sandhu" nil (s ae1 n d hh uw0)) +("sandi" nil (s ae1 n d iy0)) +("sandia" nil (s ae1 n d iy0 ax)) +("sandidge" nil (s ae1 n d ih0 jh)) +("sandie" nil (s ae1 n d iy0)) +("sandifer" nil (s ae1 n d ay0 f er0)) +("sandiford" nil (s ae1 n d ih0 f er0 d)) +("sandin" nil (s ae1 n d ih1 n)) +("sanding" nil (s ae1 n d ih0 ng)) +("sandinista" nil (s ae1 n d ih0 n ih1 s t ax)) +("sandinistas" nil (s ae1 n d ih0 n iy1 s t ax z)) +("sandino" nil (s ae0 n d iy1 n ow0)) +("sandler" nil (s ae1 n d l er0)) +("sandlin" nil (s ae1 n d l ih0 n)) +("sandling" nil (s ae1 d l ih0 ng)) +("sandman" nil (s ae1 n d m ae1 n)) +("sandmann" nil (s ae1 n d m ax n)) +("sandmeyer" nil (s ae1 n d m ay0 er0)) +("sandner" nil (s ae1 n d n er0)) +("sandness" nil (s ae1 n d n ax s)) +("sando" nil (s ae1 n d ow0)) +("sandom" nil (s ae1 n d ax m)) +("sandon" nil (s ae1 n d ao1 n)) +("sandor" nil (s ae1 n d er0)) +("sandos" nil (s ae1 n d ow0 z)) +("sandoval" nil (s ae1 n d ow1 v ax l)) +("sandow" nil (s ae1 n d ow0)) +("sandoz" nil (s ae1 n d ow0 z)) +("sandpaper" nil (s ae1 n d p ey1 p er0)) +("sandquist" nil (s ae1 n d k w ih1 s t)) +("sandra" nil (s ae1 n d r ax)) +("sandridge" nil (s ae1 n d r ih1 jh)) +("sandro" nil (s ae1 n d r ow0)) +("sandrock" nil (s ae1 n d r aa1 k)) +("sands" nil (s ae1 n d z)) +("sandstone" nil (s ae1 n d s t ow1 n)) +("sandstorm" nil (s ae1 n d s t ao1 r m)) +("sandstorms" nil (s ae1 n d s t ao1 r m z)) +("sandstrom" nil (s ae1 n d s t r ax m)) +("sandt" nil (s ae1 n t)) +("sandusky" nil (s ae0 n d ah1 s k iy0)) +("sandvig" nil (s ae1 n d v ih1 g)) +("sandvik" nil (s ae1 n d v ih0 k)) +("sandwich" nil (s ae1 n d w ih0 ch)) +("sandwiched" nil (s ae1 n d w ih1 ch t)) +("sandwiches" nil (s ae1 n d w ih0 ch ih0 z)) +("sandwick" nil (s ae1 n d w ih1 k)) +("sandy" nil (s ae1 n d iy0)) +("sane" nil (s ey1 n)) +("saner" nil (s ey1 n er0)) +("sanfilippo" nil (s ae1 n f ih0 l ih1 p ow0)) +("sanford" nil (s ae1 n f er0 d)) +("sang" nil (s ae1 ng)) +("sanger" nil (s ae1 ng er0)) +("sangiovese" nil (s ae1 n jh iy1 ow0 v iy1 s)) +("sangster" nil (s ae1 ng s t er0)) +("sanguine" nil (s ae1 ng g w ih0 n)) +("sanguinetti" nil (s aa0 n g iy0 n eh1 t iy0)) +("sangyo" nil (s ae1 n jh y ow0)) +("sanitary" nil (s ae1 n ih0 t eh1 r iy0)) +("sanitation" nil (s ae1 n ax t ey1 sh ax n)) +("sanitized" nil (s ae1 n ih0 t ay1 z d)) +("sanitizing" nil (s ae1 n ax t ay1 z ih0 ng)) +("sanity" nil (s ae1 n ax t iy0)) +("sanjay" nil (s ae1 n jh ey0)) +("sanjiv" nil (s aa1 n jh iy1 v)) +("sanjuan" nil (s aa0 n y uw0 aa1 n)) +("sank" nil (s ae1 ng k)) +("sanka" nil (s ae1 ng k ax)) +("sankei" nil (s ae1 ng k iy0)) +("sanker" nil (s ae1 ng k er0)) +("sankey" nil (s ae1 ng k iy0)) +("sanko" nil (s ae1 ng k ow0)) +("sanks" nil (s ae1 ng k s)) +("sankyo" nil (s ae1 ng k y ow0)) +("sanmark" nil (s ae1 n m aa1 r k)) +("sanmartin" nil (s ae1 n m aa0 r t ih0 n)) +("sanmiguel" nil (s aa0 n m iy0 g eh1 l)) +("sanna" nil (s ae1 n ax)) +("sanner" nil (s ae1 n er0)) +("sannes" nil (s ae1 n z)) +("sano" nil (s aa1 n ow0)) +("sanofi" nil (s ax n ow1 f iy0)) +("sanrio" nil (s ae1 n r iy0 ow0)) +("sans" nil (s ae1 n z)) +("sansbury" nil (s ae1 n s b eh0 r iy0)) +("sanseverino" nil (s aa0 n s eh0 v er0 iy1 n ow0)) +("sansing" nil (s ae1 n s ih0 ng)) +("sanskrit" nil (s ae1 n s k r ih0 t)) +("sanso" nil (s ae1 n s ow0)) +("sansom" nil (s ae1 n s ax m)) +("sanson" nil (s ae1 n s ax n)) +("sansone" nil (s ae1 n s ax n)) +("sansoucie" nil (s ae1 n s ow0 k iy0)) +("sansui" nil (s ae0 n s uw1 iy0)) +("sant" nil (s ae1 n t)) +("santa" nil (s ae1 n t ax)) +("santacroce" nil (s aa0 n t aa0 k r ow1 ch iy0)) +("santacruz" nil (s aa0 n t aa1 k r uw0 z)) +("santagata" nil (s aa0 n t aa0 g aa1 t ax)) +("santala" nil (s ae0 n t aa1 l ax)) +("santamaria" nil (s aa0 n t aa0 m aa1 r iy0 ax)) +("santana" nil (s ae0 n t ae1 n ax)) +("santander" nil (s ae1 n t ae1 n d er0)) +("santangelo" nil (s aa0 n t aa0 ng g eh1 l ow0)) +("santaniello" nil (s aa0 n t aa0 n iy0 eh1 l ow0)) +("santarelli" nil (s aa0 n t aa0 r eh1 l iy0)) +("santarsiero" nil (s aa0 n t aa0 r s ih1 r ow0)) +("santas" nil (s ae1 n t ax s)) +("santayana" nil (s ae0 n t ay1 aa1 n ax)) +("sante" nil (s ae1 n t ax)) +("santella" nil (s aa0 n t eh1 l ax)) +("santelli" nil (s aa0 n t eh1 l iy0)) +("santer" nil (s ae1 n t er0)) +("santerre" nil (s ae0 n t eh1 r)) +("santi" nil (s ae1 n t iy0)) +("santiago" nil (s ae1 n t iy0 aa1 g ow0)) +("santiesteban" nil (s ae1 n t iy0 s t ih0 b ax n)) +("santillan" nil (s ae1 n t ih1 l ax n)) +("santillanes" nil (s ae1 n t ih0 l ey1 n z)) +("santilli" nil (s aa0 n t iy1 l iy0)) +("santillo" nil (s ae1 n t ih1 l ow0)) +("santin" nil (s ae1 n t ih0 n)) +("santini" nil (s ae0 n t iy1 n iy0)) +("santino" nil (s aa0 n t iy1 n ow0)) +("santistevan" nil (s aa0 n t iy0 s t ey0 v aa1 n)) +("santo" nil (s ae1 n t ow0)) +("santon" nil (s ae1 n t ax n)) +("santone" nil (s aa0 n t ow1 n iy0)) +("santoni" nil (s aa0 n t ow1 n iy0)) +("santopietro" nil (s aa0 n t ow0 p iy1 t r ow0)) +("santor" nil (s ae1 n t er0)) +("santora" nil (s aa0 n t ao1 r ax)) +("santore" nil (s aa0 n t ao1 r iy0)) +("santorelli" nil (s aa0 n t ao0 r eh1 l iy0)) +("santoro" nil (s ae0 n t ao1 r ow0)) +("santorum" nil (s ae0 n t ao1 r ax m)) +("santos" nil (s ae1 n t ow0 s)) +("santosh" nil (s aa1 n t aa1 sh)) +("santosuosso" nil (s aa0 n t ow0 s w ow1 s ow0)) +("santow" nil (s ae1 n t ow0)) +("santoyo" nil (s aa0 n t ow1 y ow0)) +("santry" nil (s ae1 n t r iy0)) +("santucci" nil (s aa0 n t uw1 ch iy0)) +("santulli" nil (s aa0 n t uw1 l iy0)) +("santy" nil (s ae1 n t iy0)) +("sanville" nil (s aa1 n v ih0 l)) +("sanwa" nil (s ae1 n w ax)) +("sanyo" nil (s aa1 n y ow0)) +("sanz" nil (s ae1 n z)) +("sanzo" nil (s ae1 n z ow0)) +("sanzone" nil (s aa0 n z ow1 n iy0)) +("sao" nil (s aw1)) +("saone" nil (s ey1 ow1 n)) +("saouma" nil (s aw1 y uw1 m ax)) +("sap" nil (s ae1 p)) +("sapanski" nil (s ax p ae1 n s k iy0)) +("saperstein" nil (s ey1 p er0 s t ay0 n)) +("saphira" nil (s aa0 f ih1 r ax)) +("sapia" nil (s aa1 p iy0 ax)) +("sapien" nil (s ae1 p iy0 n)) +("sapiens" nil (s ey1 p iy0 ax n z)) +("sapienza" nil (s aa0 p iy1 n z ax)) +("sapiro" nil (s ax p ih1 r ow0)) +("saplings" nil (s ae1 p l ih0 ng z)) +("sapoa" nil (s ax p ow1 ax)) +("sapone" nil (s aa0 p ow1 n iy0)) +("saponification" nil (s ax p aa1 n ax f ax k ey1 sh ax n)) +("saporito" nil (s aa0 p ao0 r iy1 t ow0)) +("sapp" nil (s ae1 p)) +("sapped" nil (s ae1 p t)) +("sappenfield" nil (s ax p eh1 n f iy0 l d)) +("sapper" nil (s ae1 p er0)) +("sapphire" nil (s ae1 f ay0 er0)) +("sapping" nil (s ae1 p ih0 ng)) +("sappington" nil (s ae1 p ih0 ng t ax n)) +("sapporo" nil (s ax p ao1 r ow0)) +("saps" nil (s ae1 p s)) +("saputo" nil (s aa0 p uw1 t ow0)) +("sar" nil (s aa1 r)) +("sara" nil (s eh1 r ax)) +("sarabia" nil (s er0 ey1 b iy0 ax)) +("saracco" nil (s aa0 r aa1 k ow0)) +("saraceni" nil (s aa0 r aa0 ch eh1 n iy0)) +("saraceno" nil (s aa0 r aa0 ch eh1 n ow0)) +("saracens" nil (s eh1 r ax s ax n z)) +("saracino" nil (s aa0 r aa0 ch iy1 n ow0)) +("sarafian" nil (s er0 ey1 f iy0 ax n)) +("sarafin" nil (s ae1 r ax f ih0 n)) +("sarafina" nil (s ae1 r ax f iy1 n ax)) +("sarah" nil (s eh1 r ax)) +("sarajevan" nil (s aa1 r ax y ey1 v ax n)) +("sarajevans" nil (s aa1 r ax y ey1 v ax n z)) +("sarajevo" nil (s aa1 r ax y ey1 v ow0)) +("saran" nil (s er0 ae1 n)) +("sarandon" nil (s eh1 r ax n d ih0 n)) +("sarasin" nil (s eh1 r ih0 s ih0 n)) +("sarasota" nil (s eh1 r ax s ow1 t ax)) +("saratoga" nil (s eh1 r ax t ow1 g ax)) +("saravia" nil (s er0 ey1 v iy0 ax)) +("sarawak" nil (s eh1 r ax w aa0 k)) +("sarazen" nil (s eh1 r ax z ax n)) +("sarazin" nil (s aa0 r aa0 z iy1 n)) +("sarbanes" nil (s aa1 r b ey1 n z)) +("sarber" nil (s aa1 r b er0)) +("sarcasm" nil (s aa1 r k ae1 z ax m)) +("sarcastic" nil (s aa0 r k ae1 s t ih0 k)) +("sarcastically" nil (s aa0 r k ae1 s t ih0 k l iy0)) +("sarchet" nil (s aa0 r sh eh1 t)) +("sarcoma" nil (s aa0 r k ow1 m er0)) +("sarcophagus" nil (s aa0 r k aa1 f ax g ax s)) +("sardas" nil (s aa1 r d ax s)) +("sardella" nil (s aa1 r d eh1 l ax)) +("sardina" nil (s aa0 r d iy1 n ax)) +("sardinas" nil (s aa1 r d ih0 n ax z)) +("sardine" nil (s aa0 r d iy1 n)) +("sardines" nil (s aa0 r d iy1 n z)) +("sardinha" nil (s aa1 r d ih1 n hh ax)) +("sardinia" nil (s aa0 r d iy1 n iy0 ax)) +("sardo" nil (s aa1 r d ow0)) +("sardonic" nil (s aa0 r d aa1 n ih0 k)) +("sardonically" nil (s aa0 r d aa1 n ih0 k ax l iy0)) +("sare" nil (s eh1 r)) +("sarejevo" nil (s aa1 r ax y ey1 v ow0)) +("sarene" nil (s er0 iy1 n)) +("sarette" nil (s er0 eh1 t)) +("sarff" nil (s aa1 r f)) +("sargasso" nil (s aa0 r g ae1 s ow0)) +("sarge" nil (s aa1 r jh)) +("sargeant" nil (s aa1 r jh ax n t)) +("sargen" nil (s aa1 r g ax n)) +("sargent" nil (s aa1 r jh ax n t)) +("sargis" nil (s aa1 r g ih0 s)) +("sari" nil (s aa1 r iy0)) +("sarich" nil (s ae1 r ih0 k)) +("sarine" nil (s aa0 r iy1 n iy0)) +("sark" nil (s aa1 r k)) +("sarka" nil (s aa1 r k ax)) +("sarkar" nil (s aa1 r k aa1 r)) +("sarkis" nil (s aa1 r k ih0 s)) +("sarkisian" nil (s aa0 r k ih1 zh ih0 n)) +("sarkissian" nil (s aa0 r k ih1 s zh ih0 n)) +("sarles" nil (s aa1 r l z)) +("sarli" nil (s aa1 r l iy0)) +("sarlo" nil (s aa1 r l ow0)) +("sarlos" nil (s aa1 r l ow0 s)) +("sarmatian" nil (s aa0 r m ey1 sh ax n)) +("sarmento" nil (s aa0 r m eh1 n t ow0)) +("sarmiento" nil (s aa0 r m iy1 n t ow0)) +("sarna" nil (s aa1 r n ax)) +("sarney" nil (s aa1 r n iy0)) +("sarni" nil (s aa1 r n iy0)) +("sarno" nil (s aa1 r n ow0)) +("sarnoff" nil (s aa1 r n ao0 f)) +("sarnowski" nil (s er0 n ao1 f s k iy0)) +("sarofim" nil (s eh1 r ax f iy1 m)) +("sarokin" nil (s eh1 r ax k ih0 n)) +("sarongs" nil (s er0 ao1 ng z)) +("saros" nil (s aa1 r ow0 s)) +("sarra" nil (s aa1 r ax)) +("sarratt" nil (s er0 ae1 t)) +("sarrazin" nil (s aa1 r ax z ih0 n)) +("sarrett" nil (s ae1 r ih0 t)) +("sarris" nil (s ae1 r ih0 s)) +("sarro" nil (s aa1 r ow0)) +("sars" nil (s aa1 r z)) +("sarsfield" nil (s aa1 r s f iy0 l d)) +("sartain" nil (s aa0 r t ey1 n)) +("sarti" nil (s aa1 r t iy0)) +("sartin" nil (s aa1 r t ih0 n)) +("sartor" nil (s aa1 r t er0)) +("sartori" nil (s aa0 r t ao1 r iy0)) +("sartorial" nil (s aa0 r t ao1 r iy0 ax l)) +("sartorius" nil (s aa0 r t ao1 r iy0 ih0 s)) +("sartrain" nil (s aa1 r t r ey1 n)) +("sartre" nil (s aa1 r t r ax)) +("sartwell" nil (s aa1 r t w eh1 l)) +("sarum" nil (s ae1 r ax m)) +("sarver" nil (s aa1 r v er0)) +("sarvis" nil (s aa1 r v ih0 s)) +("sas" nil (s ae1 s)) +("sasaki" nil (s aa0 s aa1 k iy0)) +("sasek" nil (s ae1 s ih0 k)) +("sash" nil (s ae1 sh)) +("sasha" nil (s ae1 sh ax)) +("sashes" nil (s ae1 sh ih0 z)) +("saskatchewan" nil (s ae0 s k ae1 ch ax w ao1 n)) +("saskatoon" nil (s ae1 s k ax t uw1 n)) +("saslow" nil (s ae1 s l ow0)) +("sasnett" nil (s ae1 s n ih0 t)) +("sass" nil (s ae1 s)) +("sassafras" nil (s ae1 s ax f r ae1 s)) +("sassaman" nil (s ae1 s ax m ax n)) +("sassano" nil (s aa0 s aa1 n ow0)) +("sasse" nil (s ae1 s)) +("sasseen" nil (s ae1 s iy0 n)) +("sasser" nil (s ae1 s er0)) +("sassi" nil (s ae1 s iy0)) +("sassman" nil (s ae1 s m ax n)) +("sassnet" nil (s ae1 s n eh1 t)) +("sassnets" nil (s ae1 s n eh1 t s)) +("sasso" nil (s ae1 s ow0)) +("sasson" nil (s ae1 s ax n)) +("sassone" nil (s aa0 s ow1 n iy0)) +("sassoon" nil (s ax s uw1 n)) +("sassy" nil (s ae1 s iy0)) +("sat" nil (s ae1 t)) +("satagaj" nil (s ae1 t ax g ay1)) +("satan" nil (s ey1 t ax n)) +("satanic" nil (s ax t ae1 n ih0 k)) +("satanism" nil (s ey1 t ax n ih1 z ax m)) +("satanist" nil (s ey1 t ax n ih0 s t)) +("satchell" nil (s ae1 ch ax l)) +("satcher" nil (s ae1 ch er0)) +("sated" nil (s ey1 t ih0 d)) +("satellite" nil (s ae1 t ax l ay1 t)) +("satellites" nil (s ae1 t ax l ay1 t s)) +("sater" nil (s ae1 t er0)) +("sather" nil (s ae1 dh er0)) +("sathre" nil (s ae1 th er0)) +("satin" nil (s ae1 t ax n)) +("satire" nil (s ae1 t ay1 er0)) +("satires" nil (s ae1 t ay1 er0 z)) +("satiric" nil (s ax t ih1 r ih0 k)) +("satirical" nil (s ax t ih1 r ax k ax l)) +("satirist" nil (s ae1 t er0 ax s t)) +("satirists" nil (s ae1 t er0 ax s t s)) +("satirizes" nil (s ae1 t er0 ay1 z ih0 z)) +("satisfaction" nil (s ae1 t ax s f ae1 k sh ax n)) +("satisfactions" nil (s ae1 t ax s f ae1 k sh ax n z)) +("satisfactorily" nil (s ae1 t ih0 s f ae1 k t r ax l iy0)) +("satisfactory" nil (s ae1 t ax s f ae1 k t r iy0)) +("satisfied" nil (s ae1 t ax s f ay1 d)) +("satisfies" nil (s ae1 t ih0 s f ay1 z)) +("satisfy" nil (s ae1 t ax s f ay1)) +("satisfying" nil (s ae1 t ih0 s f ay1 ih0 ng)) +("sato" nil (s aa1 t ow0)) +("satoshi" nil (s aa0 t ow1 sh iy0)) +("satre" nil (s ey1 t er0)) +("satriani" nil (s ae1 t r iy0 aa1 n iy0)) +("satter" nil (s ae1 t er0)) +("satterfield" nil (s ae1 t er0 f iy1 l d)) +("satterlee" nil (s ae1 t er0 l iy1)) +("satterly" nil (s ae1 t er0 l iy0)) +("satterwhite" nil (s ae1 t er0 w ay1 t)) +("sattler" nil (s ae1 t l er0)) +("saturate" nil (s ae1 ch er0 ey1 t)) +("saturated" nil (s ae1 ch er0 ey1 t ax d)) +("saturating" nil (s ae1 ch er0 ey1 t ih0 ng)) +("saturation" nil (s ae1 ch er0 ey1 sh ax n)) +("saturday" nil (s ae1 t er0 d iy0)) +("saturdays" nil (s ae1 t er0 d iy0 z)) +("saturn" nil (s ae1 t er0 n)) +("saturns" nil (s ae1 t er0 n z)) +("satya" nil (s aa1 t y ax)) +("satyandra" nil (s aa1 t y aa1 n d r ax)) +("satz" nil (s ae1 t s)) +("sauber" nil (s ao1 b er0)) +("sauce" nil (s ao1 s)) +("sauceda" nil (s aw0 s ey1 d ax)) +("saucedo" nil (s aw0 s ey1 d ow0)) +("saucepan" nil (s ao1 s p ae1 n)) +("saucer" nil (s ao1 s er0)) +("saucers" nil (s ao1 s er0 z)) +("sauces" nil (s ao1 s ax z)) +("saucier" nil (s ao1 s iy0 er0)) +("saucy" nil (s ao1 s iy0)) +("saud" nil (s ao1 d)) +("sauder" nil (s ao1 d er0)) +("saudi" nil (s ao1 d iy0)) +("saudia" nil (s ao1 d iy0 ax)) +("saudis" nil (s ao1 d iy0 z)) +("sauer" nil (s aw1 er0)) +("sauerkraut" nil (s aw1 er0 k r aw1 t)) +("sauers" nil (s aw1 er0 z)) +("sauerteig" nil (s aw1 er0 t ey1 g)) +("sauerwein" nil (s aw1 er0 w ay0 n)) +("sauey" nil (s ao1 iy0)) +("saugerties" nil (s ao1 g er0 t iy0 z)) +("sauk" nil (s ao1 k)) +("saul" nil (s ao1 l)) +("saulnier" nil (s aw1 l n iy0 er0)) +("sauls" nil (s ao1 l z)) +("saulsberry" nil (s ao1 l s b eh1 r iy0)) +("saulsbury" nil (s ao1 l s b eh0 r iy0)) +("sault" nil (s ao1 l t)) +("saulter" nil (s ao1 l t er0)) +("saulters" nil (s aw1 l t er0 z)) +("saum" nil (s ao1 m)) +("sauna" nil (s ao1 n ax)) +("saunas" nil (s ao1 n ax z)) +("saunders" nil (s ao1 n d er0 z)) +("saunderson" nil (s ao1 n d er0 s ax n)) +("saundra" nil (s ao1 n d r ax)) +("saunier" nil (s ao1 n iy0 er0)) +("saunter" nil (s ao1 n t er0)) +("saur" nil (s ao1 r)) +("saurer" nil (s aw1 er0 r)) +("sauro" nil (s ao1 r ow0)) +("saus" nil (s ao1 z)) +("sausage" nil (s ao1 s ax jh)) +("sausages" nil (s ao1 s ih0 jh ih0 z)) +("sausalito" nil (s ao1 s ax l iy1 t ow0)) +("sause" nil (s ao1 z)) +("sauseda" nil (s aw0 s ey1 d ax)) +("sauser" nil (s aw1 s er0)) +("sausser" nil (s ao1 s er0)) +("saute" nil (s ao0 t ey1)) +("sauteed" nil (s ao0 t ey1 d)) +("sauter" nil (s ao0 t ey1 er0)) +("sauternes" nil (s ow0 t er1 n z)) +("sautter" nil (s ao1 t er0)) +("sauvage" nil (s ao1 v ih0 jh)) +("sauvageau" nil (s ow1 v ax zh ow0)) +("sauve" nil (s ao1 v)) +("sauvignon" nil (s ao1 v ih1 n y aa0 n)) +("sava" nil (s aa1 v ax)) +("savage" nil (s ae1 v ax jh)) +("savaged" nil (s ae1 v ih0 jh d)) +("savagely" nil (s ae1 v ih0 jh l iy0)) +("savagery" nil (s ae1 v ih0 jh eh1 r iy0)) +("savages" nil (s ae1 v ax jh ax z)) +("savaging" nil (s ae1 v ih0 jh ih0 ng)) +("savaiko" nil (s ax v ey1 k ow0)) +("savala" nil (s aa0 v aa1 l ax)) +("savanna" nil (s ax v ae1 n ax)) +("savannah" nil (s ax v ae1 n ax)) +("savannas" nil (s ax v ae1 n ax z)) +("savant" nil (s ax v aa1 n t)) +("savants" nil (s ae1 v ax n t s)) +("savard" nil (s ae1 v er0 d)) +("savarese" nil (s aa0 v aa0 r ey1 z iy0)) +("savarino" nil (s aa0 v aa0 r iy1 n ow0)) +("savary" nil (s ae1 v eh0 r iy0)) +("savas" nil (s aa1 v aa0 z)) +("savasta" nil (s ax v ae1 s t ax)) +("savastano" nil (s aa0 v aa0 s t aa1 n ow0)) +("save" nil (s ey1 v)) +("saved" nil (s ey1 v d)) +("savedra" nil (s ax v eh1 d r ax)) +("savel" nil (s aa0 v eh1 l)) +("savell" nil (s aa0 v ey1 l)) +("savely" nil (s ey1 v l iy0)) +("saver" nil (s ey1 v er0)) +("savers" nil (s ey1 v er0 z)) +("savery" nil (s ey1 v er0 iy0)) +("saves" nil (s ey1 v z)) +("saviano" nil (s aa0 v iy0 aa1 n ow0)) +("savich" nil (s ae1 v ih0 ch)) +("savickas" nil (s ae1 v ih0 k ax z)) +("savidge" nil (s ae1 v ih0 jh)) +("savikas" nil (s ax v iy1 k ax s)) +("savill" nil (s aa0 v iy1 l)) +("saville" nil (s aa1 v ih0 l)) +("savimbi" nil (s ax v ih1 m b iy0)) +("savin" nil (s ae1 v ih0 n)) +("savina" nil (s ax v iy1 n ax)) +("saving" nil (s ey1 v ih0 ng)) +("savings" nil (s ey1 v ih0 ng z)) +("savini" nil (s aa0 v iy1 n iy0)) +("savino" nil (s aa0 v iy1 n ow0)) +("savio" nil (s aa1 v iy0 ow0)) +("savior" nil (s ey1 v y er0)) +("savitch" nil (s ae1 v ih0 ch)) +("savitsky" nil (s ax v ih1 t s k iy0)) +("savitt" nil (s ax v ih1 t)) +("savitz" nil (s ae1 v ih0 t s)) +("savko" nil (s ae1 v k ow0)) +("savo" nil (s aa1 v ow0)) +("savoca" nil (s aa0 v ow1 k ax)) +("savoia" nil (s aa0 v ow1 y ax)) +("savoie" nil (s aa1 v w aa0)) +("savona" nil (s aa0 v ow1 n ax)) +("savor" nil (s ey1 v er0)) +("savored" nil (s ey1 v er0 d)) +("savoring" nil (s ey1 v er0 ih0 ng)) +("savors" nil (s ey1 v er0 z)) +("savory" nil (s ey1 v er0 iy0)) +("savoy" nil (s ax v oy1)) +("savr" nil (s ey1 v er0)) +("savviest" nil (s ae1 v iy0 ih0 s t)) +("savvy" nil (s ae1 v iy0)) +("saw" nil (s ao1)) +("sawa" nil (s ao1 w ax)) +("sawall" nil (s ao1 w ao0 l)) +("sawasdee" nil (s ax w aa1 z d iy0)) +("sawatzky" nil (s ax w aa1 t s k iy0)) +("sawaya" nil (s ao0 w aa1 y ax)) +("sawchuk" nil (s ao1 ch ax k)) +("sawdey" nil (s ao1 d iy0)) +("sawdon" nil (s ao1 d ax n)) +("sawdust" nil (s ao1 d ah1 s t)) +("sawdy" nil (s ao1 d iy0)) +("sawed" nil (s ao1 d)) +("sawhill" nil (s ao1 hh ih1 l)) +("sawicki" nil (s ao0 ih1 t s k iy0)) +("sawicz" nil (s aw1 ih0 t s)) +("sawin" nil (s ao1 iy0 n)) +("sawing" nil (s ao1 ih0 ng)) +("sawka" nil (s ao1 k ax)) +("sawmill" nil (s ao1 m ih1 l)) +("sawmills" nil (s ao1 m ih1 l z)) +("saws" nil (s ao1 z)) +("sawtell" nil (s ao1 t eh1 l)) +("sawtelle" nil (s ao1 t eh1 l)) +("sawyer" nil (s ao1 y er0)) +("sawyers" nil (s ao1 y er0 z)) +("sax" nil (s ae1 k s)) +("saxby" nil (s ae1 k s b iy0)) +("saxe" nil (s ae1 k s)) +("saxena" nil (s ae1 k s ih0 n ax)) +("saxer" nil (s ae1 k s er0)) +("saxman" nil (s ae1 k s m ax n)) +("saxon" nil (s ae1 k s ax n)) +("saxona" nil (s ae1 k s ax n ax)) +("saxons" nil (s ae1 k s ax n z)) +("saxony" nil (s ae1 k s ax n iy0)) +("saxophone" nil (s ae1 k s ax f ow1 n)) +("saxophones" nil (s ae1 k s ax f ow1 n z)) +("saxophonist" nil (s ae1 k s ax f ow1 n ih0 s t)) +("saxton" nil (s ae1 k s t ax n)) +("say" nil (s ey1)) +("sayad" nil (s ay1 ae0 d)) +("saybrook" nil (s ey1 b r uh1 k)) +("saye" nil (s ey1)) +("sayed" nil (s aa1 y eh1 d)) +("sayegh" nil (s ey1 ih0 g)) +("sayer" nil (s ey1 er0)) +("sayers" nil (s ey1 er0 z)) +("saying" nil (s ey1 ih0 ng)) +("sayings" nil (s ey1 ih0 ng z)) +("sayle" nil (s ey1 l)) +("sayler" nil (s ey1 l er0)) +("sayles" nil (s ey1 l z)) +("saylor" nil (s ey1 l er0)) +("saylors" nil (s ey1 l er0 z)) +("sayre" nil (s eh1 r)) +("sayres" nil (s eh1 r z)) +("says" nil (s eh1 z)) +("sazama" nil (s aa0 z aa1 m ax)) +("sbarro" nil (s b aa1 r ow0)) +("sbf" nil (eh1 s b iy1 eh1 f)) +("scab" nil (s k ae1 b)) +("scabbard" nil (s k ae1 b er0 d)) +("scabs" nil (s k ae1 b z)) +("scaccia" nil (s k aa1 ch ax)) +("scadden" nil (s k ae1 d ax n)) +("scads" nil (s k ae1 d z)) +("scaduto" nil (s k aa0 d uw1 t ow0)) +("scaff" nil (s k ae1 f)) +("scaffidi" nil (s k aa0 f iy1 d iy0)) +("scaffold" nil (s k ae1 f ax l d)) +("scaffolding" nil (s k ae1 f ax l d ih0 ng)) +("scaffolds" nil (s k ae1 f ax l d z)) +("scafidi" nil (s k aa0 f iy1 d iy0)) +("scaggs" nil (s k ae1 g z)) +("scaglione" nil (s k ae1 g l iy0 ow1 n iy0)) +("scahill" nil (s k ey1 hh ih1 l)) +("scaife" nil (s k ey1 f)) +("scala" nil (s k aa1 l ax)) +("scalar" nil (s k ey1 l er0)) +("scalding" nil (s k ao1 l d ih0 ng)) +("scalds" nil (s k ao1 l d z)) +("scale" nil (s k ey1 l)) +("scaled" nil (s k ey1 l d)) +("scalera" nil (s k aa0 l eh1 r ax)) +("scales" nil (s k ey1 l z)) +("scalese" nil (s k aa0 l ey1 z iy0)) +("scalf" nil (s k ae1 l f)) +("scalfaro" nil (s k ae1 l f aa1 r ow0)) +("scali" nil (s k aa1 l iy0)) +("scalia" nil (s k aa1 l iy0 ax)) +("scaling" nil (s k ey1 l ih0 ng)) +("scalise" nil (s k aa1 l ay0 z)) +("scalisi" nil (s k aa0 l iy1 s iy0)) +("scallan" nil (s k ae1 l ax n)) +("scallion" nil (s k ae1 l y ax n)) +("scallions" nil (s k ae1 l y ax n z)) +("scallon" nil (s k ae1 l ax n)) +("scallop" nil (s k ae1 l ax p)) +("scalloped" nil (s k aa1 l ax p t)) +("scallops" nil (s k ae1 l ax p s)) +("scally" nil (s k ae1 l iy0)) +("scalp" nil (s k ae1 l p)) +("scalped" nil (s k ae1 l p t)) +("scalpel" nil (s k ae1 l p ax l)) +("scalpels" nil (s k ae1 l p ax l z)) +("scalpers" nil (s k ae1 l p er0 z)) +("scalping" nil (s k ae1 l p ih0 ng)) +("scalps" nil (s k ae1 l p s)) +("scalzi" nil (s k aa1 l z iy0)) +("scalzitti" nil (s k aa0 l z iy1 t iy0)) +("scalzo" nil (s k aa1 l z ow0)) +("scam" nil (s k ae1 m)) +("scammell" nil (s k ae1 m ax l)) +("scammers" nil (s k ae1 m er0 z)) +("scammon" nil (s k ae1 m ax n)) +("scamper" nil (s k ae1 m p er0)) +("scampered" nil (s k ae1 m p er0 d)) +("scampering" nil (s k ae1 m p er0 ih0 ng)) +("scams" nil (s k ae1 m z)) +("scan" nil (s k ae1 n)) +("scandal" nil (s k ae1 n d ax l)) +("scandalized" nil (s k ae1 n d ax l ay1 z d)) +("scandalous" nil (s k ae1 n d ax l ax s)) +("scandals" nil (s k ae1 n d ax l z)) +("scandia" nil (s k ae1 n d iy0 ax)) +("scandinavia" nil (s k ae1 n d ih0 n ey1 v iy0 ax)) +("scandinavian" nil (s k ae1 n d ih0 n ey1 v iy0 ax n)) +("scandinavians" nil (s k ae1 n d ih0 n ey1 v iy0 ax n z)) +("scania" nil (s k aa1 n iy0 ax)) +("scanlan" nil (s k ae1 n l ax n)) +("scanland" nil (s k ae1 n l ax n d)) +("scanlin" nil (s k ae1 n l ih0 n)) +("scanlon" nil (s k ae1 n l ax n)) +("scanned" nil (s k ae1 n d)) +("scannell" nil (s k ae1 n ax l)) +("scanner" nil (s k ae1 n er0)) +("scanners" nil (s k ae1 n er0 z)) +("scanning" nil (s k ae1 n ih0 ng)) +("scans" nil (s k ae1 n z)) +("scant" nil (s k ae1 n t)) +("scantily" nil (s k ae1 n t ax l iy0)) +("scantiness" nil (s k ae1 n t iy0 n ax s)) +("scantlin" nil (s k ae1 n t l ih0 n)) +("scanty" nil (s k ae1 n t iy0)) +("scapa" nil (s k aa1 p ax)) +("scapegoat" nil (s k ey1 p g ow1 t)) +("scapegoating" nil (s k ey1 p g ow1 t ih0 ng)) +("scapegoats" nil (s k ey1 p g ow1 t s)) +("scapula" nil (s k ae1 p y ax l ax)) +("scar" nil (s k aa1 r)) +("scaramouch" nil (s k ae1 r ax m aw1 ch)) +("scarano" nil (s k aa0 r aa1 n ow0)) +("scarberry" nil (s k aa1 r b eh1 r iy0)) +("scarborough" nil (s k aa1 r b er1 ow0)) +("scarbro" nil (s k aa1 r b r ow0)) +("scarbrough" nil (s k aa1 r b r aw0)) +("scarce" nil (s k eh1 r s)) +("scarcella" nil (s k aa1 r s eh1 l ax)) +("scarcely" nil (s k eh1 r s l iy0)) +("scarcer" nil (s k aa1 r s er0)) +("scarcity" nil (s k eh1 r s ih0 t iy0)) +("scardina" nil (s k aa0 r d iy1 n ax)) +("scardino" nil (s k aa0 r d iy1 n ow0)) +("scare" nil (s k eh1 r)) +("scared" nil (s k eh1 r d)) +("scares" nil (s k eh1 r z)) +("scarf" nil (s k aa1 r f)) +("scarface" nil (s k aa1 r f ey1 s)) +("scarff" nil (s k aa1 r f)) +("scarfo" nil (s k aa1 r f ow0)) +("scarfs" nil (s k aa1 r f s)) +("scargill" nil (s k aa1 r g ih1 l)) +("scarier" nil (s k eh1 r iy0 er0)) +("scariest" nil (s k eh1 r iy0 ax s t)) +("scaring" nil (s k eh1 r ih0 ng)) +("scarlata" nil (s k aa0 r l aa1 t ax)) +("scarlet" nil (s k aa1 r l ax t)) +("scarlett" nil (s k aa1 r l ih0 t)) +("scarola" nil (s k aa0 r ow1 l ax)) +("scarp" nil (s k aa1 r p)) +("scarpa" nil (s k aa1 r p ax)) +("scarpati" nil (s k aa0 r p aa1 t iy0)) +("scarpelli" nil (s k aa0 r p eh1 l iy0)) +("scarpello" nil (s k aa1 r p eh1 l ow0)) +("scarpino" nil (s k aa0 r p iy1 n ow0)) +("scarpone" nil (s k aa0 r p ow1 n iy0)) +("scarpulla" nil (s k aa1 r p uh1 l ax)) +("scarred" nil (s k aa1 r d)) +("scarring" nil (s k aa1 r ih0 ng)) +("scarry" nil (s k ae1 r iy0)) +("scars" nil (s k aa1 r z)) +("scarsdale" nil (s k aa1 r z d ey1 l)) +("scarsella" nil (s k aa1 r s eh1 l ax)) +("scarves" nil (s k aa1 r v z)) +("scary" nil (s k eh1 r iy0)) +("scat" nil (s k ae1 t)) +("scatena" nil (s k aa0 t eh1 n ax)) +("scates" nil (s k ey1 t s)) +("scathing" nil (s k ey1 dh ih0 ng)) +("scatter" nil (s k ae1 t er0)) +("scattered" nil (s k ae1 t er0 d)) +("scattergood" nil (s k ae1 t er0 g uh1 d)) +("scattering" nil (s k ae1 t er0 ih0 ng)) +("scattershot" nil (s k ae1 t er0 sh aa1 t)) +("scaturro" nil (s k aa0 t uh1 r ow0)) +("scavenge" nil (s k ae1 v ax n jh)) +("scavenger" nil (s k ae1 v ax n jh er0)) +("scavengers" nil (s k ae1 v ax n jh er0 z)) +("scavo" nil (s k aa1 v ow0)) +("scavone" nil (s k ax v ow1 n)) +("scavuzzo" nil (s k aa0 v uw1 z ow0)) +("scearce" nil (s er1 s)) +("scenario" nil (s ih0 n eh1 r iy0 ow0)) +("scenarios" nil (s ih0 n eh1 r iy0 ow0 z)) +("scene" nil (s iy1 n)) +("sceneries" nil (s iy1 n er0 iy0 z)) +("scenery" nil (s iy1 n er0 iy0)) +("scenes" nil (s iy1 n z)) +("scenic" nil (s iy1 n ih0 k)) +("scent" nil (s eh1 n t)) +("scented" nil (s eh1 n t ih0 d)) +("scents" nil (s eh1 n t s)) +("sceptre" nil (s eh1 p t er0)) +("scerbo" nil (s k eh1 r b ow0)) +("schaab" nil (sh aa1 b)) +("schaack" nil (sh aa1 k)) +("schaad" nil (sh aa1 d)) +("schaadt" nil (sh aa1 t)) +("schaaf" nil (sh aa1 f)) +("schaafsma" nil (sh aa1 f s m ax)) +("schaal" nil (sh aa1 l)) +("schaap" nil (sh aa1 p)) +("schaar" nil (sh aa1 r)) +("schab" nil (sh ae1 b)) +("schabacker" nil (sh aa1 b ae1 k er0)) +("schabel" nil (sh ae1 b ax l)) +("schaben" nil (sh ae1 b ax n)) +("schaber" nil (sh ey1 b er0)) +("schaberg" nil (sh aa1 b er0 g)) +("schabes" nil (sh ey1 b z)) +("schacher" nil (sh ae1 k er0)) +("schachner" nil (sh ae1 k n er0)) +("schacht" nil (sh ae1 k t)) +("schachter" nil (sh ae1 k t er0)) +("schack" nil (sh ae1 k)) +("schad" nil (sh ae1 d)) +("schade" nil (sh ey1 d)) +("schadel" nil (sh ae1 d ax l)) +("schaden" nil (sh ae1 d ax n)) +("schader" nil (sh ey1 d er0)) +("schadler" nil (sh ey1 d ax l er0)) +("schadt" nil (sh ae1 t)) +("schaecher" nil (sh eh1 k er0)) +("schaedel" nil (sh eh1 d ax l)) +("schaedler" nil (sh eh1 d ax l er0)) +("schaefer" nil (sh ey1 f er0)) +("schaefers" nil (sh ey1 f r z)) +("schaeffer" nil (sh eh1 f er0)) +("schaer" nil (sh aa1 er0)) +("schafer" nil (sh ey1 f er0)) +("schaff" nil (sh ae1 f)) +("schaffer" nil (sh ey1 f er0)) +("schaffert" nil (sh ae1 f er0 t)) +("schaffner" nil (sh ae1 f n er0)) +("schaible" nil (s k ey1 b ax l)) +("schairer" nil (sh ay1 er0 r)) +("schaja" nil (sh aa1 jh ax)) +("schake" nil (sh ey1 k)) +("schalk" nil (sh ao1 k)) +("schall" nil (sh ao1 l)) +("schaller" nil (sh ao1 l er0)) +("schallock" nil (sh ae1 l ax k)) +("schalow" nil (sh ae1 l ow0)) +("schama" nil (sh aa1 m ax)) +("schamber" nil (sh ae1 m b er0)) +("schamberger" nil (sh ae1 m b er0 g er0)) +("schamel" nil (sh ae1 m ax l)) +("schamp" nil (sh ae1 m p)) +("schanbacher" nil (sh ae1 n b aa1 k er0)) +("schanck" nil (sh ae1 ng k)) +("schaner" nil (sh ey1 n er0)) +("schank" nil (sh ae1 ng k)) +("schantz" nil (sh ae1 n t s)) +("schanz" nil (sh ae1 n s)) +("schaper" nil (sh ey1 p er0)) +("schapiro" nil (sh ae1 p ay0 r ow0)) +("schappell" nil (sh ae1 p ax l)) +("schappert" nil (sh ae1 p er0 t)) +("schar" nil (sh aa1 r)) +("schara" nil (s k ae1 r ax)) +("schardt" nil (sh aa1 r t)) +("scharenberg" nil (sh eh1 r ax n b er0 g)) +("scharer" nil (sh eh1 r er0)) +("scharf" nil (sh aa1 r f)) +("scharfe" nil (s k aa1 r f)) +("scharfenberg" nil (sh aa1 r f ax n b er0 g)) +("scharff" nil (sh aa1 r f)) +("scharffenberger" nil (sh aa1 r f ax n b er0 g er0)) +("scharlau" nil (sh aa1 r l aw0)) +("scharnhorst" nil (sh aa1 r n hh ao0 r s t)) +("scharp" nil (sh aa1 r p)) +("scharpf" nil (sh aa1 r p f)) +("scharr" nil (sh aa1 r)) +("scharrer" nil (sh aa1 r er0)) +("schartz" nil (sh aa1 r t s)) +("schattner" nil (sh ae1 t n er0)) +("schatz" nil (sh ae1 t s)) +("schatzberg" nil (sh ae1 t s b er0 g)) +("schatzel" nil (sh ae1 t z ax l)) +("schatzman" nil (sh ae1 t z m ax n)) +("schau" nil (sh ow1)) +("schaub" nil (sh ao1 b)) +("schauble" nil (sh ow1 b ax l)) +("schauer" nil (sh aw1 er0)) +("schauf" nil (sh aw1 f)) +("schaufler" nil (sh aw1 f ax l er0)) +("schaul" nil (sh ow1 l)) +("schaum" nil (sh ow1 m)) +("schaumberg" nil (sh ow1 m b er0 g)) +("schaumburg" nil (sh aw1 m b er0 g)) +("schaus" nil (s k hh aw1 s)) +("schaut" nil (sh ow1 t)) +("schave" nil (sh ey1 v)) +("schear" nil (sh ih1 r)) +("schechter" nil (sh eh1 k t er0)) +("schechtman" nil (sh eh1 k t m ax n)) +("scheck" nil (sh eh1 k)) +("scheckel" nil (sh eh1 k ax l)) +("schecter" nil (sh eh1 k t er0)) +("schedler" nil (sh eh1 d ax l er0)) +("schedule" nil (s k eh1 jh uh0 l)) +("scheduled" nil (s k eh1 jh uh0 l d)) +("schedulers" nil (s k eh1 d jh uh0 l er0 z)) +("schedules" nil (s k eh1 jh uh0 l z)) +("scheduling" nil (s k eh1 jh uh0 l ih0 ng)) +("scheel" nil (sh iy1 l)) +("scheele" nil (sh iy1 l)) +("scheeler" nil (sh iy1 l er0)) +("scheer" nil (sh ih1 r)) +("scheerer" nil (sh ih1 r er0)) +("scheets" nil (sh iy1 t s)) +("scheetz" nil (sh iy1 t s)) +("scheff" nil (sh eh1 f)) +("scheffel" nil (sh eh1 f ax l)) +("scheffer" nil (sh eh1 f er0)) +("scheffler" nil (sh eh1 f ax l er0)) +("schehr" nil (sh eh1 r)) +("scheib" nil (sh ay1 b)) +("scheibe" nil (sh ay1 b)) +("scheibel" nil (sh ay1 b ax l)) +("scheiber" nil (sh ay1 b er0)) +("scheible" nil (s k ay1 b ax l)) +("scheibner" nil (sh ay1 b n er0)) +("scheid" nil (sh ay1 d)) +("scheidecker" nil (sh ay1 d ih0 k er0)) +("scheidegger" nil (sh ay1 d ih0 g er0)) +("scheidel" nil (sh ay1 d ax l)) +("scheider" nil (sh ay1 d er0)) +("scheiderer" nil (sh ay1 d er0 er0)) +("scheidler" nil (sh ay1 d ax l er0)) +("scheidt" nil (sh ay1 t)) +("scheier" nil (sh ay1 er0)) +("scheiman" nil (sh ay1 m ax n)) +("schein" nil (sh ay1 n)) +("scheinberg" nil (sh ay1 n b er0 g)) +("scheiner" nil (sh ay1 n er0)) +("scheirer" nil (sh ay1 er0 r)) +("scheler" nil (sh iy1 l er0)) +("schelin" nil (sh eh1 l ih0 n)) +("schell" nil (s k eh1 l)) +("schellenberg" nil (sh eh1 l ax n b er0 g)) +("schellenberger" nil (sh eh1 l ax n b er0 g er0)) +("schellenger" nil (sh eh1 l ih0 n jh er0)) +("scheller" nil (s k eh1 l er0)) +("schellhammer" nil (sh eh1 l hh ax m er0)) +("schellhase" nil (sh eh1 l hh ax s)) +("schellhorn" nil (sh eh1 l hh er0 n)) +("schelling" nil (s k eh1 l ih0 ng)) +("schellinger" nil (sh eh1 l ih0 ng er0)) +("schemata" nil (s k ih0 m ae1 t ax)) +("schematic" nil (s k ih0 m ae1 t ih0 k)) +("schembri" nil (sh eh1 m b r iy0)) +("scheme" nil (s k iy1 m)) +("schemed" nil (s k iy1 m d)) +("schemel" nil (sh eh1 m ax l)) +("schemer" nil (s k iy1 m er0)) +("schemes" nil (s k iy1 m z)) +("scheming" nil (s k iy1 m ih0 ng)) +("schemm" nil (sh eh1 m)) +("schemmel" nil (sh eh1 m ax l)) +("schempf" nil (sh eh1 m f)) +("schempp" nil (sh eh1 m p)) +("schena" nil (sh iy1 n ax)) +("schenck" nil (sh eh1 ng k)) +("schendel" nil (sh eh1 n d ax l)) +("schenectady" nil (s k ax n eh1 k t ax d iy0)) +("schenk" nil (sh eh1 ng k)) +("schenkel" nil (sh eh1 ng k ax l)) +("schenker" nil (sh eh1 ng k er0)) +("schenley" nil (sh eh1 n l iy0)) +("scheper" nil (sh iy1 p er0)) +("schepers" nil (sh iy1 p er0 z)) +("schepis" nil (sh eh1 p ih0 s)) +("schepp" nil (sh eh1 p)) +("scher" nil (sh er1)) +("scherb" nil (sh er1 b)) +("scherbarth" nil (sh er1 b aa0 r th)) +("scherer" nil (sh ih1 r er0)) +("scherf" nil (sh er1 f)) +("scherff" nil (sh er1 f)) +("scherger" nil (sh er1 g er0)) +("schering" nil (sh er1 ih0 ng)) +("scherlis" nil (sh er1 l ih0 s)) +("scherman" nil (sh er1 m ax n)) +("schermer" nil (sh er1 m er0)) +("schermerhorn" nil (sh er1 m er0 hh er0 n)) +("scherr" nil (sh eh1 r)) +("scherrer" nil (sh eh1 r er0)) +("schertz" nil (sh er1 t s)) +("schertzer" nil (sh er1 t s er0)) +("scherz" nil (sh er1 z)) +("scherzer" nil (sh er1 z er0)) +("scherzinger" nil (sh er1 z ih0 ng er0)) +("schetter" nil (sh eh1 t er0)) +("schettino" nil (sh eh1 t iy0 n ow0)) +("schettler" nil (sh eh1 t ax l er0)) +("scheu" nil (sh oy1)) +("scheuer" nil (sh oy1 er0)) +("scheuerman" nil (sh oy1 er0 m ax n)) +("scheuermann" nil (sh oy1 er0 m ax n)) +("scheufler" nil (sh oy1 f ax l er0)) +("scheunemann" nil (sh oy1 n m ax n)) +("scheurer" nil (sh er1 er0)) +("scheurich" nil (sh oy1 r ih0 k)) +("scheuring" nil (sh er1 ih0 ng)) +("scheve" nil (sh iy1 v)) +("schewe" nil (sh y uw1)) +("schexnayder" nil (sh eh1 k s n ey0 d er0)) +("schexnider" nil (sh eh1 k s n ay0 d er0)) +("schey" nil (sh ey1)) +("schiano" nil (s k iy0 aa1 n ow0)) +("schiappa" nil (s k iy0 aa1 p ax)) +("schiavi" nil (s k iy0 aa1 v iy0)) +("schiavo" nil (s k iy0 aa1 v ow0)) +("schiavone" nil (s k iy0 aa0 v ow1 n iy0)) +("schiavoni" nil (s k iy0 aa0 v ow1 n iy0)) +("schick" nil (sh ih1 k)) +("schicker" nil (sh ih1 k er0)) +("schickler" nil (sh ih1 k ax l er0)) +("schickling" nil (sh ih1 k ax l ih0 ng)) +("schiebel" nil (sh iy1 b ax l)) +("schieber" nil (sh iy1 b er0)) +("schiefelbein" nil (sh iy1 f ih0 l b ay0 n)) +("schiefer" nil (sh iy1 f er0)) +("schieffelin" nil (sh iy1 f ax l ih0 n)) +("schieffer" nil (sh iy1 f er0)) +("schiel" nil (sh iy1 l)) +("schield" nil (sh iy1 l d)) +("schiele" nil (sh iy1 l)) +("schielke" nil (sh iy1 l k)) +("schiemann" nil (sh iy1 m ax n)) +("schier" nil (sh ay1 er0)) +("schieren" nil (sh ih1 r ax n)) +("schierl" nil (sh ih1 r l)) +("schiess" nil (sh iy1 s)) +("schiesser" nil (sh iy1 s er0)) +("schiewe" nil (sh iy1 w iy0)) +("schifano" nil (s k iy0 f aa1 n ow0)) +("schiff" nil (sh ih1 f)) +("schiffbauer" nil (sh ih1 f b aw0 er0)) +("schiffer" nil (sh ih1 f er0)) +("schiffler" nil (sh ih1 f ax l er0)) +("schiffman" nil (sh ih1 f m ax n)) +("schiffner" nil (sh ih1 f n er0)) +("schild" nil (sh ay1 l d)) +("schilder" nil (sh ay1 l d er0)) +("schildknecht" nil (sh ay1 l d k ax n eh1 k t)) +("schildt" nil (sh ih1 l t)) +("schilke" nil (sh ih1 l k)) +("schill" nil (sh ih1 l)) +("schillaci" nil (s k iy0 l aa1 ch iy0)) +("schiller" nil (sh ih1 l er0)) +("schilling" nil (sh ih1 l ih0 ng)) +("schillinger" nil (sh ih1 l ih0 ng er0)) +("schillings" nil (sh ih1 l ih0 ng z)) +("schillo" nil (s k ih1 l ow0)) +("schilt" nil (sh ih1 l t)) +("schiltknecht" nil (sh ih1 l t n eh1 k t)) +("schiltz" nil (sh ih1 l t s)) +("schilz" nil (sh ih1 l z)) +("schimberni" nil (sh ih0 m b er1 n iy0)) +("schimek" nil (sh ih1 m ih0 k)) +("schimke" nil (s k ih1 m k)) +("schimmel" nil (sh ih1 m ax l)) +("schimmelbusch" nil (sh ih1 m ax l b uh1 sh)) +("schimming" nil (sh ih1 m ih0 ng)) +("schimpf" nil (sh ih1 m p f)) +("schindel" nil (sh ih1 n d ax l)) +("schindler" nil (sh ih1 n d l er0)) +("schinke" nil (s k ih1 ng k)) +("schinkel" nil (sh ih1 ng k ax l)) +("schipani" nil (s k iy0 p aa1 n iy0)) +("schipke" nil (sh ih1 p k iy0)) +("schipper" nil (sh ih1 p er0)) +("schippers" nil (sh ih1 p er0 z)) +("schiraldi" nil (s k ih0 r aa1 l d iy0)) +("schirm" nil (sh er1 m)) +("schirmer" nil (sh er1 m er0)) +("schiro" nil (s k ih1 r ow0)) +("schirtzinger" nil (sh er1 t z ih0 ng er0)) +("schisler" nil (sh ih1 s ax l er0)) +("schism" nil (s k ih1 z ax m)) +("schisms" nil (s k ih1 z ax m z)) +("schissel" nil (sh ih1 s ax l)) +("schissler" nil (sh ih1 s ax l er0)) +("schists" nil (sh ih1 s t s)) +("schizophrenia" nil (s k ih1 t s ax f r iy1 n iy0 ax)) +("schizophrenic" nil (sh ih1 z ax f r eh1 n ih0 k)) +("schlabach" nil (sh l ae1 b aa0 k)) +("schlachter" nil (sh l ae1 k t er0)) +("schlack" nil (sh l ae1 k)) +("schlafer" nil (sh l ey1 f er0)) +("schlafly" nil (sh l ae1 f l iy0)) +("schlag" nil (sh l ae1 g)) +("schlagel" nil (sh l ae1 g ax l)) +("schlager" nil (sh l ey1 g er0)) +("schlageter" nil (sh l ae1 g iy0 t er0)) +("schlake" nil (sh l ey1 k)) +("schlang" nil (sh l ae1 ng)) +("schlangen" nil (sh l ae1 ng ax n)) +("schlanger" nil (sh l ae1 ng er0)) +("schlarb" nil (sh l aa1 r b)) +("schlater" nil (sh l ey1 t er0)) +("schlatter" nil (sh l ae1 t er0)) +("schlauch" nil (sh l aw1 k)) +("schlecht" nil (sh l eh1 k t)) +("schlechter" nil (sh l eh1 k t er0)) +("schlee" nil (sh l iy1)) +("schleeter" nil (sh l iy1 t er0)) +("schlegel" nil (sh l ey1 g ax l)) +("schlegelmilch" nil (sh l eh1 g ih0 l m ih0 l k)) +("schleich" nil (sh l ay1 k)) +("schleicher" nil (sh l ay1 k er0)) +("schleif" nil (sh l ay1 f)) +("schleifer" nil (sh l ay1 f er0)) +("schleiger" nil (sh l ay1 g er0)) +("schleimer" nil (sh l ay1 m er0)) +("schlein" nil (sh l ay1 n)) +("schleis" nil (sh l ay1 z)) +("schlemmer" nil (sh l eh1 m er0)) +("schlender" nil (sh l eh1 n d er0)) +("schlenker" nil (sh l eh1 ng k er0)) +("schlepp" nil (sh l eh1 p)) +("schlereth" nil (sh l eh1 r ih0 th)) +("schlesinger" nil (sh l eh1 s ih0 n jh er0)) +("schlesser" nil (sh l eh1 s er0)) +("schlessinger" nil (sh l eh1 s ih0 n jh er0)) +("schleswig" nil (sh l eh1 s w ih0 g)) +("schley" nil (sh l ey1)) +("schleyer" nil (sh l ey1 er0)) +("schlicher" nil (sh l ih1 k er0)) +("schlicht" nil (sh l ih1 k t)) +("schlichter" nil (sh l ih1 k t er0)) +("schlichting" nil (sh l ih1 k t ih0 ng)) +("schlick" nil (sh l ih1 k)) +("schlicker" nil (sh l ih1 k er0)) +("schlie" nil (sh l iy1)) +("schliep" nil (sh l iy1 p)) +("schlieper" nil (sh l iy1 p er0)) +("schlink" nil (sh l ih1 ng k)) +("schlitt" nil (sh l ih1 t)) +("schlitter" nil (sh l ih1 t er0)) +("schlitz" nil (sh l ih1 t s)) +("schlobohm" nil (sh l aa1 b ow0 m)) +("schlock" nil (sh l aa1 k)) +("schloemer" nil (sh l ow1 m er0)) +("schloesser" nil (sh l aa1 ih0 s er0)) +("schlosberg" nil (sh l aa1 s b er0 g)) +("schloss" nil (sh l ao1 s)) +("schlossberg" nil (sh l ao1 s b er0 g)) +("schlosser" nil (sh l ao1 s er0)) +("schlossman" nil (sh l ao1 s m ax n)) +("schlott" nil (sh l aa1 t)) +("schlotter" nil (sh l aa1 t er0)) +("schlotterbeck" nil (sh l aa1 t er0 b eh0 k)) +("schlottman" nil (sh l aa1 t m ax n)) +("schlotzhauer" nil (sh l aa1 t s hh aw0 er0)) +("schlough" nil (sh l aw1)) +("schlueter" nil (sh l uh1 t er0)) +("schlumberger" nil (sh l ah1 m b er0 zh ey1)) +("schlund" nil (sh l ah1 n d)) +("schlup" nil (sh l ah1 p)) +("schluter" nil (sh l uw1 t er0)) +("schmader" nil (sh m ey1 d er0)) +("schmahl" nil (sh m aa1 l)) +("schmal" nil (sh m ae1 l)) +("schmale" nil (sh m ey1 l)) +("schmall" nil (sh m ao1 l)) +("schmaltz" nil (sh m aa1 l t s)) +("schmalz" nil (sh m ao1 l z)) +("schmaus" nil (sh m aw1 z)) +("schmechel" nil (sh m eh1 k ax l)) +("schmeck" nil (sh m eh1 k)) +("schmehl" nil (sh m eh1 l)) +("schmeichel" nil (sh m ay1 k ax l)) +("schmeiser" nil (sh m ay1 s er0)) +("schmeling" nil (sh m eh1 l ih0 ng)) +("schmelter" nil (sh m eh1 l t er0)) +("schmeltz" nil (sh m eh1 l t s)) +("schmeltzer" nil (sh m eh1 l t z er0)) +("schmelz" nil (sh m eh1 l z)) +("schmelzer" nil (sh m eh1 l z er0)) +("schmelzle" nil (sh m eh1 l z ax l)) +("schmergel" nil (sh m er1 g ax l)) +("schmertz" nil (sh m er1 t s)) +("schmetterer" nil (sh m eh1 t er0 er0)) +("schmick" nil (sh m ih1 k)) +("schmid" nil (sh m ih1 d)) +("schmidgall" nil (sh m ih1 jh ax l)) +("schmidl" nil (sh m ih1 d ax l)) +("schmidlin" nil (sh m ih1 d l ih0 n)) +("schmidt" nil (sh m ih1 t)) +("schmidtke" nil (sh m ih1 t k iy0)) +("schmied" nil (sh m ay1 d)) +("schmieder" nil (sh m ay1 d er0)) +("schmieg" nil (sh m iy1 g)) +("schmierer" nil (sh m ay1 er0 er0)) +("schmiesing" nil (sh m iy1 s ih0 ng)) +("schmit" nil (sh m ih1 t)) +("schmitt" nil (sh m ih1 t)) +("schmitter" nil (sh m ih1 t er0)) +("schmittou" nil (sh m ih1 ch uw0)) +("schmitz" nil (sh m ih1 t s)) +("schmitzer" nil (sh m ih1 t s er0)) +("schmoker" nil (sh m ow1 k er0)) +("schmoldt" nil (sh m ow1 l t)) +("schmoll" nil (sh m aa1 l)) +("schmoozing" nil (sh m uw1 z ih0 ng)) +("schmotzer" nil (sh m ow1 t z er0)) +("schmoyer" nil (sh m oy1 er0)) +("schmuck" nil (sh m ah1 k)) +("schmucker" nil (sh m ah1 k er0)) +("schmuckler" nil (sh m ah1 k l er0)) +("schmuhl" nil (sh m ah1 l)) +("schmults" nil (sh m ah1 l t s)) +("schmunk" nil (sh m ah1 ng k)) +("schmutz" nil (sh m ah1 t s)) +("schmutzler" nil (sh m ah1 t z ax l er0)) +("schnabel" nil (sh n ae1 b ax l)) +("schnack" nil (sh n ae1 k)) +("schnackenberg" nil (sh n ae1 k ax n b er0 g)) +("schnake" nil (sh n ey1 k)) +("schnakenberg" nil (sh n ey1 k ax n b er0 g)) +("schnall" nil (sh n ao1 l)) +("schnapp" nil (sh n ae1 p)) +("schnapps" nil (sh n ae1 p s)) +("schnarr" nil (sh n ae1 r)) +("schnauzer" nil (sh n aw1 z er0)) +("schneberger" nil (sh n iy1 b er0 g er0)) +("schnebly" nil (sh n eh1 b l iy0)) +("schneck" nil (sh n eh1 k)) +("schneckloth" nil (sh n eh1 k l ax th)) +("schnee" nil (sh n iy1)) +("schneeberger" nil (sh n iy1 b er0 g er0)) +("schneeman" nil (sh n iy1 m ax n)) +("schneerson" nil (sh n ih1 r s ax n)) +("schneid" nil (sh n ay1 d)) +("schneider" nil (sh n ay1 d er0)) +("schneiderman" nil (sh n ay1 d er0 m ax n)) +("schneiders" nil (sh n ay1 d er0 z)) +("schneidewind" nil (sh n ay1 d ax w ih1 n d)) +("schneier" nil (sh n ay1 er0)) +("schneiter" nil (sh n ay1 t er0)) +("schnell" nil (sh n eh1 l)) +("schnelle" nil (sh n eh1 l)) +("schneller" nil (sh n eh1 l er0)) +("schnepf" nil (sh n eh1 p f)) +("schnepp" nil (sh n eh1 p)) +("schnettler" nil (sh n eh1 t ax l er0)) +("schnetzer" nil (sh n eh1 t z er0)) +("schnick" nil (sh n ih1 k)) +("schnider" nil (sh n ay1 d er0)) +("schnieder" nil (sh n ay1 d er0)) +("schnieders" nil (sh n ay1 d er0 z)) +("schnier" nil (sh n ay1 er0)) +("schnitker" nil (sh n ih1 t k er0)) +("schnittke" nil (sh n ih1 t k iy0)) +("schnitz" nil (sh n ih1 t s)) +("schnitzer" nil (sh n ih1 t z er0)) +("schnitzler" nil (sh n ih1 t s l er0)) +("schnoebelen" nil (sh n ow1 b ax l ax n)) +("schnook" nil (sh n uh1 k)) +("schnooks" nil (sh n uh1 k s)) +("schnoor" nil (sh n uh1 r)) +("schnorr" nil (sh n ao1 r)) +("schnur" nil (sh n er1)) +("schnurr" nil (sh n er1)) +("schnyder" nil (sh n ay1 d er0)) +("schobel" nil (sh ow1 b ax l)) +("schober" nil (sh ow1 b er0)) +("schobert" nil (sh aa1 b er0 t)) +("schoch" nil (sh aa1 k)) +("schock" nil (sh aa1 k)) +("schoeck" nil (sh ow1 k)) +("schoeffler" nil (sh ow1 f ax l er0)) +("schoeller" nil (sh ow1 l er0)) +("schoellhorn" nil (sh ow1 l hh ao1 r n)) +("schoemaker" nil (sh ow1 m ey1 k er0)) +("schoen" nil (sh ow1 n)) +("schoenbaum" nil (sh ow1 n b aw1 m)) +("schoenbeck" nil (sh ow1 n b eh1 k)) +("schoenberg" nil (sh ow1 n b er0 g)) +("schoenberger" nil (sh ow1 n b er0 g er0)) +("schoenborn" nil (sh ow1 n b er0 n)) +("schoendorf" nil (sh ow1 n d ao0 r f)) +("schoene" nil (sh aa1 iy0 n)) +("schoeneck" nil (sh ow1 n eh0 k)) +("schoenecker" nil (sh ow1 n eh0 k er0)) +("schoeneman" nil (sh aa1 iy0 n m ax n)) +("schoenemann" nil (sh aa1 iy0 n m ax n)) +("schoener" nil (sh ow1 n er0)) +("schoenfeld" nil (sh ow1 n f eh1 l d)) +("schoenfelder" nil (sh ow1 n f eh0 l d er0)) +("schoenfeldt" nil (sh ow1 n f ih0 l t)) +("schoenhals" nil (sh ow1 n hh ax l z)) +("schoenherr" nil (sh ow1 n hh er0)) +("schoenholtz" nil (sh ow1 n hh ow1 l t s)) +("schoenig" nil (sh ow1 n ih0 g)) +("schoening" nil (sh aa1 ax n ih0 ng)) +("schoenrock" nil (sh ow1 n r ax k)) +("schoenthal" nil (sh ow1 n th ao1 l)) +("schoenwald" nil (sh ow1 n w ao1 l d)) +("schoepe" nil (sh ow1 p)) +("schoepf" nil (sh ow1 p)) +("schoepke" nil (sh ow1 p k iy0)) +("schoepp" nil (sh ow1 p)) +("schoeppner" nil (sh ow1 p n er0)) +("schoettle" nil (sh ow1 t ax l)) +("schoff" nil (sh ao1 f)) +("schoffstall" nil (sh ao1 f s t ax l)) +("schofield" nil (s k ow1 f iy0 l d)) +("scholar" nil (s k aa1 l er0)) +("scholarly" nil (s k aa1 l er0 l iy0)) +("scholars" nil (s k aa1 l er0 z)) +("scholarship" nil (s k aa1 l er0 sh ih1 p)) +("scholarships" nil (s k aa1 l er0 sh ih1 p s)) +("scholastic" nil (s k ax l ae1 s t ih0 k)) +("scholer" nil (sh ow1 l er0)) +("scholes" nil (s k ow1 l z)) +("scholey" nil (sh ow1 l iy0)) +("scholfield" nil (s k ow1 l f iy1 l d)) +("scholl" nil (sh aa1 l)) +("scholle" nil (sh ow1 l)) +("scholler" nil (sh aa1 l er0)) +("schollmeyer" nil (sh aa1 l m ay0 er0)) +("scholten" nil (sh ow1 l t ax n)) +("scholtes" nil (sh ow1 l t s)) +("scholtz" nil (sh ow1 l t s)) +("scholz" nil (sh ow1 l z)) +("scholze" nil (sh ow1 l z)) +("schomaker" nil (sh ow1 m ey1 k er0)) +("schomberg" nil (sh aa1 m b er0 g)) +("schomburg" nil (sh aa1 m b er0 g)) +("schomer" nil (sh ow1 m er0)) +("schommer" nil (sh aa1 m er0)) +("schon" nil (sh aa1 n)) +("schonberg" nil (sh aa1 n b er0 g)) +("schonberger" nil (sh aa1 n b er0 g er0)) +("schone" nil (sh ow1 n)) +("schoneman" nil (sh ow1 n m ax n)) +("schonfeld" nil (sh aa1 n f eh1 l d)) +("schons" nil (sh aa1 n z)) +("schoo" nil (sh uw1)) +("schoof" nil (sh uh1 f)) +("schook" nil (sh uh1 k)) +("school" nil (s k uw1 l)) +("schoolbooks" nil (s k uw1 l b uh1 k s)) +("schoolboy" nil (s k uw1 l b oy1)) +("schoolboys" nil (s k uw1 l b oy1 z)) +("schoolchildren" nil (s k uw1 l ch ih1 l d r ax n)) +("schoolcraft" nil (s k uw1 l k r ae1 f t)) +("schooled" nil (s k uw1 l d)) +("schooler" nil (s k uw1 l er0)) +("schoolers" nil (s k uw1 l er0 z)) +("schooley" nil (s k uw1 l iy0)) +("schoolfield" nil (s k uw1 l f iy1 l d)) +("schoolhouse" nil (s k uw1 l hh aw1 s)) +("schooling" nil (s k uw1 l ih0 ng)) +("schoolmaster" nil (s k uw1 l m ae1 s t er0)) +("schoolmate" nil (s k uw1 l m ey1 t)) +("schoolmates" nil (s k uw1 l m ey1 t s)) +("schoolroom" nil (s k uw1 l r uw1 m)) +("schools" nil (s k uw1 l z)) +("schoolteacher" nil (s k uw1 l t iy1 ch er0)) +("schoolteachers" nil (s k uw1 l t iy1 ch er0 z)) +("schooltime" nil (s k uw1 l t ay1 m)) +("schoolwork" nil (s k uw1 l w er1 k)) +("schoolyard" nil (s k uw1 l y aa1 r d)) +("schoon" nil (s k uw1 n)) +("schooner" nil (s k uw1 n er0)) +("schooners" nil (s k uw1 n er0 z)) +("schoonmaker" nil (sh uw1 n m ey0 k er0)) +("schoonover" nil (sh uw1 n ax v er0)) +("schopf" nil (sh aa1 p f)) +("schopfer" nil (sh aa1 p f er0)) +("schopp" nil (sh aa1 p)) +("schoppe" nil (sh aa1 p)) +("schor" nil (sh ao1 r)) +("schork" nil (sh ao1 r k)) +("schorn" nil (sh ao1 r n)) +("schorr" nil (sh ao1 r)) +("schorsch" nil (sh ao1 r sh)) +("schott" nil (sh aa1 t)) +("schottenstein" nil (sh aa1 t ax n s t iy1 n)) +("schou" nil (sh uw1)) +("schouten" nil (sh aa1 uw0 t ax n)) +("schow" nil (sh aw1)) +("schowalter" nil (sh aw1 ax l t er0)) +("schrack" nil (sh r ae1 k)) +("schrade" nil (sh r ey1 d)) +("schrader" nil (sh r ey1 d er0)) +("schraeder" nil (sh r eh1 d er0)) +("schrag" nil (sh r ae1 g)) +("schrage" nil (sh r ey1 jh)) +("schrager" nil (sh r ey1 g er0)) +("schram" nil (sh r ae1 m)) +("schramm" nil (sh r ae1 m)) +("schrandt" nil (sh r ae1 n t)) +("schrank" nil (sh r ae1 ng k)) +("schrantz" nil (sh r ae1 n t s)) +("schranz" nil (sh r ae1 n s)) +("schraufnagel" nil (sh r aw1 f n ax g ax l)) +("schrecengost" nil (sh r eh1 s ih0 ng g ax s t)) +("schreck" nil (sh r eh1 k)) +("schreckengost" nil (sh r eh1 k ih0 ng g ax s t)) +("schrecongost" nil (sh r eh1 k ax ng g ax s t)) +("schreder" nil (sh r iy1 d er0)) +("schreffler" nil (sh r eh1 f ax l er0)) +("schreger" nil (sh r eh1 g er0)) +("schreiber" nil (sh r ay1 b er0)) +("schreibman" nil (sh r ay1 b m ax n)) +("schreier" nil (sh r ay1 er0)) +("schreifels" nil (sh r ay1 f ax l z)) +("schreiner" nil (sh r ay1 n er0)) +("schreiter" nil (sh r ay1 t er0)) +("schremp" nil (sh r eh1 m p)) +("schrempf" nil (sh r eh1 m p f)) +("schrempp" nil (sh r eh1 m p)) +("schrenk" nil (sh r eh1 ng k)) +("schreur" nil (sh r er1)) +("schreurs" nil (sh r er1 z)) +("schreyer" nil (sh r ay1 r)) +("schriber" nil (sh r ay1 b er0)) +("schrick" nil (sh r ih1 k)) +("schricker" nil (sh r ih1 k er0)) +("schrieber" nil (sh r iy1 b er0)) +("schriefer" nil (sh r iy1 f er0)) +("schrier" nil (sh r ay1 er0)) +("schriever" nil (sh r iy1 v er0)) +("schrimpf" nil (sh r ih1 m p f)) +("schrimsher" nil (sh r ih1 m sh er0)) +("schriner" nil (sh r ay1 n er0)) +("schriver" nil (sh r ay1 v er0)) +("schroader" nil (sh r ow1 d er0)) +("schrock" nil (sh r aa1 k)) +("schroder" nil (sh r ow1 d er0)) +("schroders" nil (sh r ow1 d er0 z)) +("schrodt" nil (sh r aa1 t)) +("schroeck" nil (sh r ow1 k)) +("schroeder" nil (sh r ow1 d er0)) +("schroedl" nil (sh r ow1 d ax l)) +("schroepfer" nil (sh r ow1 p f er0)) +("schroer" nil (sh r ow1 er0)) +("schroeter" nil (sh r ow1 t er0)) +("schroff" nil (sh r ao1 f)) +("schroll" nil (sh r ow1 l)) +("schrom" nil (sh r aa1 m)) +("schronce" nil (sh r aa1 n s)) +("schropp" nil (sh r aa1 p)) +("schroth" nil (sh r ao1 th)) +("schroyer" nil (sh r oy1 er0)) +("schrum" nil (sh r ah1 m)) +("schrumpf" nil (sh r ah1 m p f)) +("schrupp" nil (sh r ah1 p)) +("schryer" nil (sh r ay1 er0)) +("schryver" nil (sh r ay1 v er0)) +("schubach" nil (sh ah1 b aa0 k)) +("schubel" nil (sh uw1 b ax l)) +("schubert" nil (sh uw1 b er0 t)) +("schubring" nil (sh ah1 b er0 ih0 ng)) +("schuch" nil (sh ah1 k)) +("schuchard" nil (sh ah1 k er0 d)) +("schuchardt" nil (sh ah1 k aa0 r t)) +("schuchart" nil (sh ah1 k hh aa0 r t)) +("schuchert" nil (s k ah1 ch er0 t)) +("schuchman" nil (sh ah1 k m ax n)) +("schuchmann" nil (sh ah1 k m ax n)) +("schuck" nil (sh ah1 k)) +("schucker" nil (sh ah1 k er0)) +("schuckman" nil (sh ah1 k m ax n)) +("schue" nil (sh uw1)) +("schuele" nil (sh uw1 l)) +("schueler" nil (sh uw1 l er0)) +("schuelke" nil (sh uw1 l k)) +("schueller" nil (sh uw1 l er0)) +("schueneman" nil (sh uw1 n ax m ax n)) +("schuenemann" nil (sh uw1 n ax m ax n)) +("schuerman" nil (sh uw1 er0 m ax n)) +("schuermann" nil (sh uw1 er0 m ax n)) +("schuessler" nil (sh uw1 s l er0)) +("schuett" nil (s k uw1 t)) +("schuette" nil (s k uw1 t)) +("schuetz" nil (sh uw1 t s)) +("schuetze" nil (sh uw1 t s)) +("schuff" nil (sh ah1 f)) +("schug" nil (sh ah1 g)) +("schuh" nil (sh uw1)) +("schuhmacher" nil (sh uw1 m aa0 k er0)) +("schuhmann" nil (sh uw1 m ax n)) +("schuitema" nil (sh uw1 t ih0 m ax)) +("schuknecht" nil (sh ah1 k n ih0 k t)) +("schul" nil (sh uh1 l)) +("schuld" nil (sh uh1 d)) +("schuldener" nil (sh uw1 l d ax n er0)) +("schuldt" nil (sh uh1 l t)) +("schulenberg" nil (sh uw1 l ax n b er0 g)) +("schulenburg" nil (sh uw1 l ax n b er0 g)) +("schuler" nil (sh uw1 l er0)) +("schulhof" nil (sh uw1 l hh ao0 f)) +("schulke" nil (sh uh1 l k iy0)) +("schull" nil (sh uh1 l)) +("schuller" nil (sh uw1 l er0)) +("schulman" nil (sh uw1 l m ax n)) +("schulof" nil (sh uw1 l ao0 f)) +("schult" nil (sh ah1 l t)) +("schulte" nil (sh ah1 l t)) +("schulten" nil (sh ah1 l t ax n)) +("schultes" nil (sh ah1 l t s)) +("schultheis" nil (sh ah1 l dh ay0 z)) +("schultheiss" nil (sh ah1 l th ay0 s)) +("schultz" nil (sh uh1 l t s)) +("schultze" nil (sh ah1 l t z)) +("schulz" nil (sh uh1 l t s)) +("schulze" nil (sh uh1 l t s)) +("schum" nil (sh ah1 m)) +("schumacher" nil (sh uw1 m aa1 k er0)) +("schumacker" nil (sh uw1 m aa1 k er0)) +("schumaker" nil (sh uw1 m ey1 k er0)) +("schuman" nil (sh uw1 m ax n)) +("schumann" nil (sh uw1 m ax n)) +("schumer" nil (sh uw1 m er0)) +("schumm" nil (sh ah1 m)) +("schumpert" nil (sh ah1 m p er0 t)) +("schundler" nil (sh ah1 n d l er0)) +("schuneman" nil (sh uw1 n m ax n)) +("schunk" nil (sh ah1 ng k)) +("schupak" nil (sh uw1 p ae1 k)) +("schupbach" nil (sh ah1 p b aa1 k)) +("schupp" nil (sh ah1 p)) +("schur" nil (sh er1)) +("schuring" nil (sh er1 ih0 ng)) +("schurman" nil (sh er1 m ax n)) +("schurr" nil (sh er1)) +("schussler" nil (sh ah1 s l er0)) +("schuster" nil (sh uw1 s t er0)) +("schut" nil (sh ah1 t)) +("schuth" nil (sh uw1 th)) +("schutt" nil (sh ah1 t)) +("schutte" nil (s k ah1 t)) +("schutter" nil (sh ah1 t er0)) +("schuttler" nil (sh ah1 t l er0)) +("schutz" nil (sh ah1 t s)) +("schutzman" nil (sh ah1 t z m ax n)) +("schuur" nil (sh uh1 r)) +("schuyler" nil (s k ay1 l er0)) +("schuylkill" nil (s k y uw1 l k ih1 l)) +("schwab" nil (sh w aa1 b)) +("schwabe" nil (sh w ao1 b)) +("schwaderer" nil (sh w ao1 d er0 er0)) +("schwager" nil (sh w ey1 g er0)) +("schwahn" nil (sh w ao1 n)) +("schwaiger" nil (sh w ay1 g er0)) +("schwake" nil (sh w ey1 k)) +("schwalb" nil (sh w ao1 l b)) +("schwalbach" nil (sh w ao1 l b aa1 k)) +("schwalbe" nil (sh w ao1 l b)) +("schwall" nil (sh w ao1 l)) +("schwaller" nil (sh w ao1 l er0)) +("schwalm" nil (sh w aa1 l m)) +("schwam" nil (sh w ao1 m)) +("schwan" nil (sh w ao1 n)) +("schwandt" nil (sh w ao1 n t)) +("schwanke" nil (sh w ao1 ng k)) +("schwantes" nil (sh w ao1 n t s)) +("schwanz" nil (sh w ao1 n s)) +("schwark" nil (sh w ao1 r k)) +("schwarm" nil (sh w ao1 r m)) +("schwartz" nil (sh w ao1 r t s)) +("schwartzberg" nil (sh w ao1 r t s b er0 g)) +("schwartzkopf" nil (sh w ao1 r t s k ao0 p f)) +("schwartzman" nil (sh w ao1 r t s m ax n)) +("schwarz" nil (sh w ao1 r t s)) +("schwarze" nil (sh w ao1 r t s)) +("schwarzenegger" nil (sh w ao1 r z ax n ey1 g er0)) +("schwarzer" nil (sh w ao1 r t s er0)) +("schwarzkopf" nil (sh w ao1 r t s k ao0 p f)) +("schwarzman" nil (sh w ao1 r t s m ax n)) +("schwebach" nil (sh w eh1 b aa1 k)) +("schwebel" nil (sh w eh1 b ax l)) +("schwebke" nil (sh w eh1 b k)) +("schwed" nil (sh w eh1 d)) +("schweda" nil (sh w iy1 d ax)) +("schwede" nil (sh w iy1 d)) +("schweder" nil (sh w iy1 d er0)) +("schweer" nil (sh w ih1 r)) +("schweers" nil (sh w ih1 r z)) +("schwegel" nil (sh w eh1 g ax l)) +("schwegler" nil (sh w eh1 g ax l er0)) +("schwegman" nil (sh w eh1 g m ax n)) +("schweich" nil (sh w ay1 k)) +("schweickert" nil (sh w ay1 k er0 t)) +("schweiger" nil (sh w ay1 g er0)) +("schweigert" nil (sh w ay1 g er0 t)) +("schweighardt" nil (sh w ay1 g hh aa1 r t)) +("schweikert" nil (sh w ay1 k er0 t)) +("schweinsberg" nil (sh w ay1 n s b er0 g)) +("schweiss" nil (sh w ay1 s)) +("schweitzer" nil (sh w ay1 t s er0)) +("schweizer" nil (sh w ay1 z er0)) +("schweizerische" nil (sh w ay1 z er0 ih0 sh)) +("schwemm" nil (sh w eh1 m)) +("schwemmer" nil (sh w eh1 m er0)) +("schwendeman" nil (sh w eh1 n d m ax n)) +("schwenk" nil (sh w eh1 ng k)) +("schwenke" nil (sh w eh1 ng k)) +("schwenker" nil (sh w eh1 ng k er0)) +("schwenn" nil (sh w eh1 n)) +("schwent" nil (sh w eh1 n t)) +("schweppe" nil (sh w eh1 p)) +("schweppes" nil (sh w eh1 p s)) +("schwer" nil (sh w er1)) +("schwerdloff" nil (sh w er1 d l ao0 f)) +("schwerdt" nil (sh w er1 t)) +("schwerdtfeger" nil (sh w er1 t f ey1 g er0)) +("schwerin" nil (sh w eh1 r ih0 n)) +("schwering" nil (sh w ih1 r ih0 ng)) +("schwerner" nil (sh w er1 n er0)) +("schwertfeger" nil (sh w er1 t f ih0 g er0)) +("schwertner" nil (sh w er1 t n er0)) +("schwichtenberg" nil (sh w ih1 k t ax n b er0 g)) +("schwieger" nil (sh w iy1 g er0)) +("schwier" nil (sh w ay1 er0)) +("schwiesow" nil (sh w iy1 s ow0)) +("schwieterman" nil (sh w iy1 t er0 m ax n)) +("schwimmer" nil (sh w ih1 m er0)) +("schwind" nil (sh w ih1 n d)) +("schwindt" nil (sh w ih1 n t)) +("schwing" nil (sh w ih1 ng)) +("schwinger" nil (sh w ih1 ng er0)) +("schwinn" nil (sh w ih1 n)) +("schwisow" nil (sh w ih1 s ow0)) +("schwoerer" nil (sh w ow1 er0 er0)) +("sci" nil (s iy1)) +("sciacca" nil (s k ao1 k aa0)) +("scialabba" nil (s k ao1 l aa0 b ax)) +("scialdone" nil (sh ao1 l d ow0 n iy0)) +("sciandra" nil (sh ao1 n d r ax)) +("scianna" nil (sh ao1 n ax)) +("sciara" nil (sh aa1 r ax)) +("sciaroni" nil (s iy1 er0 ow1 n iy0)) +("sciarra" nil (s iy0 aa1 r ax)) +("sciarrino" nil (sh er0 iy1 n ow0)) +("sciascia" nil (sh ao1 s ch ax)) +("scibelli" nil (s ih0 b eh1 l iy0)) +("scibilia" nil (s ih0 b iy1 l iy0 ax)) +("scicchitano" nil (s ih0 k ih0 t aa1 n ow0)) +("sciclone" nil (s ih1 k l ow1 n iy0)) +("scicom" nil (s ih1 k ax m)) +("science" nil (s ay1 ax n s)) +("sciences" nil (s ay1 ax n s ax z)) +("scientific" nil (s ay1 ax n t ih1 f ih0 k)) +("scientifically" nil (s ay1 ax n t ih1 f ih0 k ax l iy0)) +("scientifics" nil (s ay1 ax n t ih1 f ih0 k s)) +("scientist" nil (s ay1 ax n t ih0 s t)) +("scientists" nil (s ay1 ax n t ih0 s t s)) +("scientology" nil (s iy1 ax n t aa1 l ax jh iy0)) +("scifres" nil (s ay1 f er0 z)) +("scilla" nil (s ih1 l ax)) +("scillas" nil (s ih1 l ax z)) +("scimeca" nil (s ih0 m eh1 k ax)) +("scimed" nil (s ay1 m d)) +("scimone" nil (s ih0 m ow1 n)) +("scinta" nil (s ih1 n t ax)) +("scintilla" nil (s ih0 n t ih1 l ax)) +("scintilore" nil (s ih1 n t ax l ao1 r iy0)) +("scinto" nil (s ih1 n t ow0)) +("scioli" nil (s iy0 ow1 l iy0)) +("scion" nil (s ay1 ax n)) +("sciortino" nil (s iy0 ao0 r t iy1 n ow0)) +("scios" nil (s k ay1 ow0 s)) +("scipio" nil (s ih1 p iy0 ow0)) +("scipione" nil (s ih0 p iy0 ow1 n iy0)) +("scire" nil (s ay1 r)) +("scism" nil (s k ih1 z ax m)) +("scissors" nil (s ih1 z er0 z)) +("scitex" nil (s iy1 t eh1 k s)) +("sciulli" nil (s iy0 uw1 l iy0)) +("sciullo" nil (s iy0 uw1 l ow0)) +("sciuto" nil (s iy0 uw1 t ow0)) +("sclafani" nil (s k l aa0 f aa1 n iy0)) +("scleroderma" nil (s k l ih1 r ax d er1 m ax)) +("sclerosis" nil (s k l er0 ow1 s ax s)) +("scobee" nil (s k aa1 b iy0)) +("scobey" nil (s k ow1 b iy0)) +("scobie" nil (s k aa1 b iy0)) +("scoby" nil (s k ow1 b iy0)) +("scocozza" nil (s k aa0 k aa1 z ax)) +("scoff" nil (s k ao1 f)) +("scoffed" nil (s k ao1 f t)) +("scofflaws" nil (s k aa1 f l ao1 z)) +("scoffs" nil (s k ao1 f s)) +("scofield" nil (s k ow1 f iy1 l d)) +("scoggin" nil (s k aa1 g ih0 n)) +("scoggins" nil (s k aa1 g ih0 n z)) +("scogin" nil (s k ow1 g ih0 n)) +("scohier" nil (s k ow1 y er0)) +("scola" nil (s k ow1 l ax)) +("scolari" nil (s k ow0 l aa1 r iy0)) +("scolaro" nil (s k ow0 l aa1 r ow0)) +("scold" nil (s k ow1 l d)) +("scolded" nil (s k ow1 l d ax d)) +("scolding" nil (s k ow1 l d ih0 ng)) +("scolds" nil (s k ow1 l d z)) +("scoles" nil (s k ow1 l z)) +("scoma" nil (s k ow1 m ax)) +("sconces" nil (s k aa1 n s ih0 z)) +("scone" nil (s k ow1 n)) +("sconiers" nil (s k ao1 n iy0 er0 z)) +("sconnix" nil (s k aa1 n ih0 k s)) +("sconyers" nil (s k ao1 n iy0 er0 z)) +("scoop" nil (s k uw1 p)) +("scooped" nil (s k uw1 p t)) +("scooper" nil (s k uw1 p er0)) +("scooping" nil (s k uw1 p ih0 ng)) +("scoops" nil (s k uw1 p s)) +("scoot" nil (s k uw1 t)) +("scooter" nil (s k uw1 t er0)) +("scooters" nil (s k uw1 t er0 z)) +("scoots" nil (s k uw1 t s)) +("scope" nil (s k ow1 p)) +("scopes" nil (s k ow1 p s)) +("scor" nil (s k ao1 r)) +("scorched" nil (s k ao1 r ch t)) +("scorching" nil (s k ao1 r ch ih0 ng)) +("score" nil (s k ao1 r)) +("scoreboard" nil (s k ao1 r b ao1 r d)) +("scorecard" nil (s k ao1 r k aa1 r d)) +("scored" nil (s k ao1 r d)) +("scorekeepers" nil (s k ao1 r k iy1 p er0 z)) +("scoreless" nil (s k ao1 r l ax s)) +("scorer" nil (s k ao1 r er0)) +("scorers" nil (s k ao1 r er0 z)) +("scores" nil (s k ao1 r z)) +("scoring" nil (s k ao1 r ih0 ng)) +("scorn" nil (s k ao1 r n)) +("scorned" nil (s k ao1 r n d)) +("scornful" nil (s k ao1 r n f ax l)) +("scorns" nil (s k ao1 r n z)) +("scorpio" nil (s k ao1 r p iy0 ow1)) +("scorpion" nil (s k ao1 r p iy0 ax n)) +("scorpions" nil (s k ao1 r p iy0 ax n z)) +("scorsese" nil (s k ao1 r s iy1 z)) +("scorsone" nil (s k ao1 r s ax n)) +("scorza" nil (s k ao1 r z ax)) +("scot" nil (s k aa1 t)) +("scotch" nil (s k aa1 ch)) +("scotched" nil (s k aa1 ch t)) +("scotches" nil (s k aa1 ch ih0 z)) +("scotchgard" nil (s k aa1 ch g aa1 r d)) +("scotia" nil (s k ow1 sh ax)) +("scotland" nil (s k aa1 t l ax n d)) +("scots" nil (s k aa1 t s)) +("scotsman" nil (s k aa1 t s m ax n)) +("scott" nil (s k aa1 t)) +("scotten" nil (s k aa1 t ax n)) +("scottie" nil (s k aa1 t iy0)) +("scottish" nil (s k aa1 t ih0 sh)) +("scotto" nil (s k ow1 t ow0)) +("scotton" nil (s k aa1 t ax n)) +("scotts" nil (s k aa1 t s)) +("scottsbluff" nil (s k aa1 t s b l ah1 f)) +("scottsdale" nil (s k aa1 t s d ey1 l)) +("scotty" nil (s k aa1 t iy0)) +("scoundrel" nil (s k aw1 n d r ax l)) +("scoundrels" nil (s k aw1 n d r ax l z)) +("scour" nil (s k aw1 er0)) +("scoured" nil (s k aw1 er0 d)) +("scourge" nil (s k er1 jh)) +("scourges" nil (s k er1 jh ih0 z)) +("scouring" nil (s k aw1 er0 ih0 ng)) +("scours" nil (s k aw1 er0 z)) +("scout" nil (s k aw1 t)) +("scouted" nil (s k aw1 t ax d)) +("scouten" nil (s k aw1 t ax n)) +("scouters" nil (s k aw1 t er0 z)) +("scouting" nil (s k aw1 t ih0 ng)) +("scoutmaster" nil (s k aw1 t m ae1 s t er0)) +("scouts" nil (s k aw1 t s)) +("scovel" nil (s k ow1 v ax l)) +("scovell" nil (s k aa1 v ax l)) +("scovil" nil (s k ow1 v ax l)) +("scovill" nil (s k aa1 v ax l)) +("scoville" nil (s k ow1 v ih1 l)) +("scow" nil (s k aw1)) +("scowcroft" nil (s k ow1 k r ao1 f t)) +("scowden" nil (s k aw1 d ax n)) +("scowled" nil (s k aw1 l d)) +("scowling" nil (s k aw1 l ih0 ng)) +("scozzafava" nil (s k ow0 t s aa0 f aa1 v ax)) +("scrabble" nil (s k r ae1 b ax l)) +("scragg" nil (s k r ae1 g)) +("scraggle" nil (s k r ae1 g ax l)) +("scraggly" nil (s k r ae1 g l iy0)) +("scramble" nil (s k r ae1 m b ax l)) +("scrambled" nil (s k r ae1 m b ax l d)) +("scrambles" nil (s k r ae1 m b ax l z)) +("scrambling" nil (s k r ae1 m b ax l ih0 ng)) +("scranton" nil (s k r ae1 n t ax n)) +("scrap" nil (s k r ae1 p)) +("scrapbook" nil (s k r ae1 p b uh1 k)) +("scrape" nil (s k r ey1 p)) +("scraped" nil (s k r ey1 p t)) +("scraper" nil (s k r ey1 p er0)) +("scrapers" nil (s k r ey1 p er0 z)) +("scrapes" nil (s k r ey1 p s)) +("scraping" nil (s k r ey1 p ih0 ng)) +("scrapiron" nil (s k r ae1 p ay1 er0 n)) +("scrapped" nil (s k r ae1 p t)) +("scrapping" nil (s k r ae1 p ih0 ng)) +("scrappy" nil (s k r ae1 p iy0)) +("scraps" nil (s k r ae1 p s)) +("scratch" nil (s k r ae1 ch)) +("scratched" nil (s k r ae1 ch t)) +("scratches" nil (s k r ae1 ch ax z)) +("scratching" nil (s k r ae1 ch ih0 ng)) +("scratchy" nil (s k r ae1 ch iy0)) +("scrawl" nil (s k r ao1 l)) +("scrawled" nil (s k r ao1 l d)) +("scrawny" nil (s k r ao1 n iy0)) +("scream" nil (s k r iy1 m)) +("screamed" nil (s k r iy1 m d)) +("screamer" nil (s k r iy1 m er0)) +("screamers" nil (s k r iy1 m er0 z)) +("screaming" nil (s k r iy1 m ih0 ng)) +("screamingly" nil (s k r iy1 m ih0 ng l iy0)) +("screams" nil (s k r iy1 m z)) +("screech" nil (s k r iy1 ch)) +("screeched" nil (s k r iy1 ch t)) +("screeches" nil (s k r iy1 ch ih0 z)) +("screeching" nil (s k r iy1 ch ih0 ng)) +("screed" nil (s k r iy1 d)) +("screen" nil (s k r iy1 n)) +("screened" nil (s k r iy1 n d)) +("screener" nil (s k r iy1 n er0)) +("screeners" nil (s k r iy1 n er0 z)) +("screening" nil (s k r iy1 n ih0 ng)) +("screenings" nil (s k r iy1 n ih0 ng z)) +("screenplay" nil (s k r iy1 n p l ey1)) +("screenplays" nil (s k r iy1 n p l ey1 z)) +("screens" nil (s k r iy1 n z)) +("screenwriter" nil (s k r iy1 n r ay1 t er0)) +("screenwriters" nil (s k r iy1 n r ay1 t er0 z)) +("screw" nil (s k r uw1)) +("screwball" nil (s k r uw1 b ao1 l)) +("screwdriver" nil (s k r uw1 d r ay1 v er0)) +("screwdrivers" nil (s k r uw1 d r ay1 v er0 z)) +("screwed" nil (s k r uw1 d)) +("screwing" nil (s k r uw1 ih0 ng)) +("screws" nil (s k r uw1 z)) +("screwy" nil (s k r uw1 iy0)) +("scribble" nil (s k r ih1 b ax l)) +("scribbled" nil (s k r ih1 b ax l d)) +("scribblers" nil (s k r ih1 b l er0 z)) +("scribbles" nil (s k r ih1 b ax l z)) +("scribbling" nil (s k r ih1 b ax l ih0 ng)) +("scribe" nil (s k r ay1 b)) +("scriber" nil (s k r ay1 b er0)) +("scribes" nil (s k r ay1 b z)) +("scribner" nil (s k r ih1 b n er0)) +("scrimgeour" nil (s k r ih1 m g ao0 r)) +("scrimmage" nil (s k r ih1 m ih0 jh)) +("scrimp" nil (s k r ih1 m p)) +("scrimping" nil (s k r ih1 m p ih0 ng)) +("scrimshaw" nil (s k r ih1 m sh ao1)) +("scrip" nil (s k r ih1 p)) +("scripps" nil (s k r ih1 p s)) +("script" nil (s k r ih1 p t)) +("scripted" nil (s k r ih1 p t ih0 d)) +("scripts" nil (s k r ih1 p t s)) +("scriptural" nil (s k r ih1 p ch er0 ax l)) +("scripture" nil (s k r ih1 p ch er0)) +("scriptures" nil (s k r ih1 p ch er0 z)) +("scriptwriter" nil (s k r ih1 p t r ay1 t er0)) +("scriptwriters" nil (s k r ih1 p t r ay1 t er0 z)) +("scriptwriting" nil (s k r ih1 p t r ay1 t ih0 ng)) +("scritchfield" nil (s k r ih1 ch f iy0 l d)) +("scriven" nil (s k r ih1 v ih0 n)) +("scrivener" nil (s k r ih1 v n er0)) +("scrivens" nil (s k r ay1 v ax n z)) +("scriver" nil (s k r ay1 v er0)) +("scrivner" nil (s k r ih1 v n er0)) +("scrod" nil (s k r aa1 d)) +("scroggin" nil (s k r aa1 g ih0 n)) +("scroggins" nil (s k r aa1 g ih0 n z)) +("scroggs" nil (s k r aa1 g z)) +("scrogham" nil (s k r aa1 g hh ax m)) +("scroll" nil (s k r ow1 l)) +("scrolls" nil (s k r ow1 l z)) +("scronce" nil (s k r aa1 n s)) +("scrooge" nil (s k r uw1 jh)) +("scrounge" nil (s k r aw1 n jh)) +("scrounged" nil (s k r aw1 n jh d)) +("scrounging" nil (s k r aw1 n jh ih0 ng)) +("scrub" nil (s k r ah1 b)) +("scrubbed" nil (s k r ah1 b d)) +("scrubber" nil (s k r ah1 b er0)) +("scrubbers" nil (s k r ah1 b er0 z)) +("scrubbing" nil (s k r ah1 b ih0 ng)) +("scrubby" nil (s k r ah1 b iy0)) +("scruffy" nil (s k r ah1 f iy0)) +("scruggs" nil (s k r ah1 g z)) +("scrunch" nil (s k r ah1 n ch)) +("scruples" nil (s k r uw1 p ax l z)) +("scrupulous" nil (s k r uw1 p y ax l ax s)) +("scrupulously" nil (s k r uw1 p y ax l ax s l iy0)) +("scrutinize" nil (s k r uw1 t ax n ay1 z)) +("scrutinized" nil (s k r uw1 t ax n ay1 z d)) +("scrutinizes" nil (s k r uw1 t ax n ay1 z ih0 z)) +("scrutinizing" nil (s k r uw1 t ax n ay1 z ih0 ng)) +("scrutiny" nil (s k r uw1 t ax n iy0)) +("scruton" nil (s k r uw1 t ax n)) +("scuba" nil (s k uw1 b ax)) +("scud" nil (s k ah1 d)) +("scudder" nil (s k ah1 d er0)) +("scuderi" nil (s k uw0 d eh1 r iy0)) +("scuds" nil (s k ah1 d z)) +("scuff" nil (s k ah1 f)) +("scuffed" nil (s k ah1 f t)) +("scuffle" nil (s k ah1 f ax l)) +("scuffled" nil (s k ah1 f ax l d)) +("scuffles" nil (s k ah1 f ax l z)) +("scull" nil (s k ah1 l)) +("sculley" nil (s k ah1 l iy0)) +("scullin" nil (s k ah1 l ih0 n)) +("scullion" nil (s k ah1 l y ax n)) +("scully" nil (s k ah1 l iy0)) +("sculpt" nil (s k ah1 l p t)) +("sculpted" nil (s k ah1 l p t ih0 d)) +("sculpting" nil (s k ah1 l p t ih0 ng)) +("sculptor" nil (s k ah1 l p t er0)) +("sculptors" nil (s k ah1 l p t er0 z)) +("sculpts" nil (s k ah1 l p t s)) +("sculptural" nil (s k ah1 l p ch er0 ax l)) +("sculpture" nil (s k ah1 l p ch er0)) +("sculptured" nil (s k ah1 l p ch er0 d)) +("sculptures" nil (s k ah1 l p ch er0 z)) +("sculpturing" nil (s k ah1 l p t er0 ih0 ng)) +("scum" nil (s k ah1 m)) +("scupper" nil (s k ah1 p er0)) +("scurlock" nil (s k er1 l ax k)) +("scurried" nil (s k er1 iy0 d)) +("scurrilous" nil (s k er1 ax l ax s)) +("scurry" nil (s k er1 iy0)) +("scurrying" nil (s k er1 iy0 ih0 ng)) +("scutt" nil (s k ah1 t)) +("scuttle" nil (s k ah1 t ax l)) +("scuttled" nil (s k ah1 t ax l d)) +("scuttling" nil (s k ah1 t ax l ih0 ng)) +("scythian" nil (s ih1 th iy0 ax n)) +("sczepanski" nil (s ih0 p ae1 n s k iy0)) +("sdn" nil (eh1 s d iy1 eh1 n)) +("se" nil (s aw1 th iy1 s t)) +("sea" nil (s iy1)) +("seabaugh" nil (s iy1 b ao1)) +("seabeach" nil (s iy1 b iy1 ch)) +("seabed" nil (s iy1 b eh1 d)) +("seaberg" nil (s iy1 b er0 g)) +("seaberry" nil (s iy1 b eh1 r iy0)) +("seabert" nil (s iy1 b er0 t)) +("seaboard" nil (s iy1 b ao1 r d)) +("seabold" nil (s iy1 b ow1 l d)) +("seabolt" nil (s iy1 b ow1 l t)) +("seaborn" nil (s iy1 b er0 n)) +("seaborne" nil (s iy1 b ao1 r n)) +("seabright" nil (s iy1 b r ay1 t)) +("seabrook" nil (s iy1 b r uh1 k)) +("seabrooks" nil (s iy1 b r uh1 k s)) +("seaburg" nil (s iy1 b er0 g)) +("seabury" nil (s iy1 b eh1 r iy0)) +("seaco" nil (s iy1 k ow0)) +("seacoast" nil (s iy1 k ow1 s t)) +("seader" nil (s iy1 d er0)) +("seadrift" nil (s iy1 d r ih1 f t)) +("seafarers" nil (s iy1 f eh1 r er0 z)) +("seafirst" nil (s iy1 f er1 s t)) +("seafood" nil (s iy1 f uw1 d)) +("seafoods" nil (s iy1 f uw1 d z)) +("seaford" nil (s iy1 f er0 d)) +("seaga" nil (s iy1 g ax)) +("seagal" nil (s ih0 g aa1 l)) +("seagate" nil (s iy1 g ey1 t)) +("seager" nil (s iy1 g er0)) +("seagle" nil (s iy1 g ax l)) +("seago" nil (s iy1 g ow1)) +("seagoing" nil (s iy1 g ow1 ih0 ng)) +("seagram" nil (s iy1 g r ax m)) +("seagrave" nil (s iy1 g r ey1 v)) +("seagraves" nil (s iy1 g r ey1 v z)) +("seagren" nil (s iy1 g r eh0 n)) +("seagroves" nil (s iy1 g r ow1 v z)) +("seagull" nil (s iy1 g ah1 l)) +("seahawk" nil (s iy1 hh ao1 k)) +("seahawks" nil (s iy1 hh ao1 k s)) +("seaholm" nil (s iy1 hh ow1 m)) +("seal" nil (s iy1 l)) +("sealand" nil (s iy1 l ae1 n d)) +("sealant" nil (s iy1 l ax n t)) +("sealants" nil (s iy1 l ax n t s)) +("seale" nil (s iy1 l)) +("sealed" nil (s iy1 l d)) +("sealer" nil (s iy1 l er0)) +("seales" nil (s iy1 l z)) +("sealey" nil (s iy1 l iy0)) +("sealift" nil (s iy1 l ih1 f t)) +("sealing" nil (s iy1 l ih0 ng)) +("sealock" nil (s iy1 l aa1 k)) +("seals" nil (s iy1 l z)) +("sealtest" nil (s iy1 l t eh1 s t)) +("sealy" nil (s iy1 l iy0)) +("seam" nil (s iy1 m)) +("seaman" nil (s iy1 m ax n)) +("seamans" nil (s iy1 m ax n z)) +("seamen" nil (s iy1 m ax n)) +("seamless" nil (s iy1 m l ax s)) +("seamlessly" nil (s iy1 m l ax s l iy0)) +("seamon" nil (s iy1 m ax n)) +("seamons" nil (s iy1 m ax n z)) +("seams" nil (s iy1 m z)) +("seamster" nil (s iy1 m s t er0)) +("seamstress" nil (s iy1 m s t r ih0 s)) +("seamstresses" nil (s iy1 m s t r ax s ax z)) +("seamus" nil (sh ey1 m ax s)) +("seamy" nil (s iy1 m iy0)) +("sean" nil (sh ao1 n)) +("seanor" nil (s iy1 n er0)) +("seaport" nil (s iy1 p ao1 r t)) +("seaports" nil (s iy1 p ao1 r t s)) +("seapower" nil (s iy1 p aw1 er0)) +("seaq" nil (s iy1 k)) +("seaquist" nil (s iy1 k w ih1 s t)) +("sear" nil (s ih1 r)) +("search" nil (s er1 ch)) +("searched" nil (s er1 ch t)) +("searchers" nil (s er1 ch er0 z)) +("searches" nil (s er1 ch ih0 z)) +("searching" nil (s er1 ch ih0 ng)) +("seared" nil (s ih1 r d)) +("searfoss" nil (s er1 f ax s)) +("searight" nil (s ih1 r ay0 t)) +("searing" nil (s ih1 r ih0 ng)) +("searl" nil (s er1 l)) +("searle" nil (s er1 l)) +("searles" nil (s ao1 r ax l z)) +("searls" nil (s er1 l z)) +("sears" nil (s ih1 r z)) +("searson" nil (s er1 s ax n)) +("seas" nil (s iy1 z)) +("sease" nil (s iy1 z)) +("seashell" nil (s iy1 sh eh1 l)) +("seashells" nil (s iy1 sh eh1 l z)) +("seashore" nil (s iy1 sh ao1 r)) +("seasick" nil (s iy1 s ih1 k)) +("seaside" nil (s iy1 s ay1 d)) +("season" nil (s iy1 z ax n)) +("seasonal" nil (s iy1 z ax n ax l)) +("seasonality" nil (s iy1 z ax n ae1 l ih0 t iy0)) +("seasonally" nil (s iy1 z ax n ax l iy0)) +("seasoned" nil (s iy1 z ax n d)) +("seasoning" nil (s iy1 z ax n ih0 ng)) +("seasonings" nil (s iy1 z ax n ih0 ng z)) +("seasons" nil (s iy1 z ax n z)) +("seastrom" nil (s iy1 s t r ax m)) +("seat" nil (s iy1 t)) +("seated" nil (s iy1 t ax d)) +("seater" nil (s iy1 t er0)) +("seating" nil (s iy1 t ih0 ng)) +("seatings" nil (s iy1 t ih0 ng z)) +("seaton" nil (s iy1 t ax n)) +("seatrain" nil (s iy1 t r ey1 n)) +("seats" nil (s iy1 t s)) +("seattle" nil (s iy0 ae1 t ax l)) +("seaver" nil (s iy1 v er0)) +("seavers" nil (s iy1 v er0 z)) +("seavey" nil (s iy1 v iy0)) +("seaward" nil (s iy1 w er0 d)) +("seawater" nil (s iy1 w aa1 t er0)) +("seaway" nil (s iy1 w ey1)) +("seaweed" nil (s iy1 w iy1 d)) +("seaweeds" nil (s iy1 w iy1 d z)) +("seawell" nil (s iy1 w eh1 l)) +("seawolf" nil (s iy1 w uh1 l f)) +("seawright" nil (s iy1 r ay1 t)) +("seay" nil (s ey1)) +("sebaceous" nil (s ax b ey1 sh ax s)) +("sebald" nil (s iy1 b ao0 l d)) +("sebastian" nil (s ax b ae1 s ch ax n)) +("sebastiana" nil (s ax b ae1 s t iy0 aa1 n ax)) +("sebastiane" nil (s ax b ae1 s t iy0 eh1 n)) +("sebastiani" nil (s ax b ae1 s t iy0 aa1 n iy0)) +("sebby" nil (s eh1 b iy0)) +("sebek" nil (s eh1 b ih0 k)) +("seber" nil (s iy1 b er0)) +("sebert" nil (s eh1 b er0 t)) +("sebesta" nil (s eh0 b eh1 s t ax)) +("sebi" nil (s eh1 b iy0)) +("sebo" nil (s eh1 b ow0)) +("sebold" nil (s eh1 b ow0 l d)) +("sebree" nil (s ih0 b r iy1)) +("sebring" nil (s iy1 b r ih0 ng)) +("sec" nil (s eh1 k)) +("secaucus" nil (s ih0 k ao1 k ax s)) +("secchia" nil (s eh1 k iy0 ax)) +("secede" nil (s ih0 s iy1 d)) +("seceded" nil (s ih0 s iy1 d ih0 d)) +("secession" nil (s ih0 s eh1 sh ax n)) +("secessionist" nil (s ih0 s eh1 sh ax n ih0 s t)) +("secessionists" nil (s ih0 s eh1 sh ax n ih0 s t s)) +("sechler" nil (s eh1 k l er0)) +("sechrest" nil (s eh1 k er0 ih0 s t)) +("sechrist" nil (s eh1 k er0 ih0 s t)) +("seck" nil (s eh1 k)) +("seckel" nil (s eh1 k ax l)) +("seckinger" nil (s eh1 k ih0 ng er0)) +("seckler" nil (s eh1 k l er0)) +("seckman" nil (s eh1 k m ax n)) +("secluded" nil (s ih0 k l uw1 d ih0 d)) +("seclusion" nil (s ih0 k l uw1 zh ax n)) +("seco" nil (s eh1 k ow0)) +("secom" nil (s eh1 k ax m)) +("secomerica" nil (s eh1 k ow0 m eh1 r ih0 k ax)) +("second" nil (s eh1 k ax n d)) +("secondaries" nil (s eh1 k ax n d eh1 r iy0 z)) +("secondarily" nil (s eh1 k ax n d eh1 r ax l iy0)) +("secondary" nil (s eh1 k ax n d eh1 r iy0)) +("seconded" nil (s eh1 k ax n d ih0 d)) +("secondhand" nil (s eh1 k ax n d hh ae1 n d)) +("secondly" nil (s eh1 k ax n d l iy0)) +("seconds" nil (s eh1 k ax n d z)) +("secor" nil (s eh1 k er0)) +("secord" nil (s iy1 k ao0 r d)) +("secoy" nil (s eh1 k oy0)) +("secrecy" nil (s iy1 k r ax s iy0)) +("secrest" nil (s eh1 k er0 ih0 s t)) +("secret" nil (s iy1 k r ax t)) +("secretarial" nil (s eh1 k r ax t eh1 r iy0 ax l)) +("secretariat" nil (s eh1 k r ih0 t eh1 r iy0 ax t)) +("secretaries" nil (s eh1 k r ax t eh1 r iy0 z)) +("secretary" nil (s eh1 k r ax t eh1 r iy0)) +("secrete" nil (s ih0 k r iy1 t)) +("secreted" nil (s ax k r iy1 t ax d)) +("secretion" nil (s ax k r iy1 sh ax n)) +("secretions" nil (s ax k r iy1 sh ax n z)) +("secretive" nil (s iy1 k r ax t ih0 v)) +("secretiveness" nil (s iy1 k r ax t ih0 v n ax s)) +("secretly" nil (s iy1 k r ih0 t l iy0)) +("secrets" nil (s iy1 k r ax t s)) +("secrist" nil (s eh1 k er0 ih0 s t)) +("sect" nil (s eh1 k t)) +("sectarian" nil (s eh0 k t eh1 r iy0 ax n)) +("sectarianism" nil (s eh0 k t eh1 r iy0 ax n ih1 z ax m)) +("secteur" nil (s eh0 k t uw1 r)) +("section" nil (s eh1 k sh ax n)) +("sectional" nil (s eh1 k sh ax n ax l)) +("sectioned" nil (s eh1 k sh ax n d)) +("sectioning" nil (s eh1 k sh ax n ih0 ng)) +("sections" nil (s eh1 k sh ax n z)) +("sector" nil (s eh1 k t er0)) +("sectoral" nil (s eh1 k t er0 ax l)) +("sectors" nil (s eh1 k t er0 z)) +("sects" nil (s eh1 k t s)) +("secular" nil (s eh1 k y ax l er0)) +("secularism" nil (s eh1 k y ax l er0 ih1 z ax m)) +("secularist" nil (s eh1 k y ax l er0 ih0 s t)) +("secunda" nil (s ih0 k ah1 n d ax)) +("secure" nil (s ih0 k y uh1 r)) +("secured" nil (s ih0 k y uh1 r d)) +("securely" nil (s ih0 k y uh1 r l iy0)) +("secures" nil (s ih0 k y uh1 r z)) +("securing" nil (s ih0 k y uh1 r ih0 ng)) +("securites" nil (s ih0 k y uh1 r ax t iy0 z)) +("securities" nil (s ih0 k y uh1 r ax t iy0 z)) +("securitization" nil (s ih0 k y uh1 r ax t ax z ey1 sh ax n)) +("securitize" nil (s ih0 k y uh1 r ax t ay1 z)) +("securitized" nil (s ih0 k y uh1 r ax t ay1 z d)) +("securitizing" nil (s ih0 k y uh1 r ax t ay1 z ih0 ng)) +("security" nil (s ih0 k y uh1 r ax t iy0)) +("seda" nil (s ey1 d ax)) +("sedam" nil (s eh1 d ax m)) +("sedan" nil (s ih0 d ae1 n)) +("sedano" nil (s ey0 d aa1 n ow0)) +("sedans" nil (s ih0 d ae1 n z)) +("sedate" nil (s ih0 d ey1 t)) +("sedation" nil (s ax d ey1 sh ax n)) +("sedative" nil (s eh1 d ax t ih0 v)) +("sedberry" nil (s eh1 d b eh1 r iy0)) +("sedco" nil (s eh1 d k ow0)) +("seddon" nil (s eh1 d ax n)) +("sedentary" nil (s eh1 d ax n t eh1 r iy0)) +("seder" nil (s iy1 d er0)) +("sedge" nil (s eh1 jh)) +("sedgley" nil (s eh1 jh l iy0)) +("sedgwick" nil (s eh1 jh w ih0 k)) +("sedillo" nil (s eh0 d ih1 l ow0)) +("sediment" nil (s eh1 d ax m ax n t)) +("sedimentary" nil (s eh1 d ax m eh1 n t er0 iy0)) +("sedimentation" nil (s eh1 d ax m ax n t ey1 sh ax n)) +("sediments" nil (s eh1 d ax m ax n t s)) +("sedita" nil (s eh0 d iy1 t ax)) +("sedition" nil (s ih0 d ih1 sh ax n)) +("seditious" nil (s ih0 d ih1 sh ax s)) +("sedivy" nil (s eh1 d ih0 v iy0)) +("sedlacek" nil (s eh1 d l ax s ih0 k)) +("sedlack" nil (s eh1 d l ax k)) +("sedlak" nil (s eh1 d l ax k)) +("sedlar" nil (s eh1 d l er0)) +("sedler" nil (s eh1 d l er0)) +("sedlock" nil (s eh1 d l ax k)) +("sedona" nil (s ax d ow1 n ax)) +("sedor" nil (s eh0 d ao1 r)) +("sedore" nil (s eh0 d ao1 r iy0)) +("seduce" nil (s ih0 d uw1 s)) +("seduced" nil (s ih0 d uw1 s t)) +("seducer" nil (s ih0 d uw1 s er0)) +("seducing" nil (s ih0 d uw1 s ih0 ng)) +("seduction" nil (s ih0 d ah1 k sh ax n)) +("seductive" nil (s ih0 d ah1 k t ih0 v)) +("seductively" nil (s ax d ah1 k t ih0 v l iy0)) +("sedum" nil (s eh1 d ax m)) +("sedums" nil (s eh1 d ax m z)) +("sedwick" nil (s eh1 d w ih0 k)) +("see" nil (s iy1)) +("seebach" nil (s iy1 b aa1 k)) +("seebeck" nil (s iy1 b eh1 k)) +("seeber" nil (s iy1 b er0)) +("seeberger" nil (s iy1 b er0 g er0)) +("seebold" nil (s iy1 b ow1 l d)) +("seeburger" nil (s iy1 b er0 g er0)) +("seed" nil (s iy1 d)) +("seedeaters" nil (s iy1 d iy1 t er0 z)) +("seeded" nil (s iy1 d ax d)) +("seeding" nil (s iy1 d ih0 ng)) +("seedling" nil (s iy1 d l ih0 ng)) +("seedlings" nil (s iy1 d l ih0 ng z)) +("seedorf" nil (s iy1 d ao0 r f)) +("seedpod" nil (s iy1 d p aa1 d)) +("seeds" nil (s iy1 d z)) +("seedsman" nil (s iy1 d z m ax n)) +("seedy" nil (s iy1 d iy0)) +("seefeld" nil (s iy1 f eh1 l d)) +("seefeldt" nil (s iy1 f ih0 l t)) +("seegars" nil (s iy1 g er0 z)) +("seeger" nil (s iy1 g er0)) +("seegers" nil (s iy1 g er0 z)) +("seegert" nil (s iy1 g er0 t)) +("seegmiller" nil (s iy1 g m ax l er0)) +("seehafer" nil (s iy1 hh ax f er0)) +("seehusen" nil (s iy1 hh uw0 s ax n)) +("seeing" nil (s iy1 ih0 ng)) +("seek" nil (s iy1 k)) +("seekamp" nil (s iy1 k ae1 m p)) +("seeker" nil (s iy1 k er0)) +("seekers" nil (s iy1 k er0 z)) +("seeking" nil (s iy1 k ih0 ng)) +("seekins" nil (s iy1 k ih0 n z)) +("seekonk" nil (s iy1 k aa0 ng k)) +("seeks" nil (s iy1 k s)) +("seel" nil (s iy1 l)) +("seelbach" nil (s iy1 l b aa1 k)) +("seelert" nil (s iy1 l er0 t)) +("seeley" nil (s iy1 l iy0)) +("seelig" nil (s iy1 l ih0 g)) +("seeling" nil (s iy1 l ih0 ng)) +("seelinger" nil (s iy1 l ih0 ng er0)) +("seelman" nil (s iy1 l m ax n)) +("seely" nil (s iy1 l iy0)) +("seelye" nil (s iy1 l ay1)) +("seem" nil (s iy1 m)) +("seema" nil (s iy1 m aa0)) +("seemala" nil (s iy1 m ax l ax)) +("seeman" nil (s iy1 m ax n)) +("seemann" nil (s iy1 m ax n)) +("seemed" nil (s iy1 m d)) +("seeming" nil (s iy1 m ih0 ng)) +("seemingly" nil (s iy1 m ih0 ng l iy0)) +("seems" nil (s iy1 m z)) +("seen" nil (s iy1 n)) +("seep" nil (s iy1 p)) +("seepage" nil (s iy1 p ih0 jh)) +("seeped" nil (s iy1 p t)) +("seeping" nil (s iy1 p ih0 ng)) +("seeps" nil (s iy1 p s)) +("seer" nil (s iy1 r)) +("seers" nil (s iy1 r z)) +("seery" nil (s iy1 r iy0)) +("sees" nil (s iy1 z)) +("seesaw" nil (s iy1 s ao1)) +("seesawed" nil (s iy1 s ao1 d)) +("seesawing" nil (s iy1 s ao1 ih0 ng)) +("seese" nil (s iy1 z)) +("seethe" nil (s iy1 dh)) +("seething" nil (s iy1 th ih0 ng)) +("seetin" nil (s iy1 t ih0 n)) +("seeton" nil (s iy1 t ax n)) +("seever" nil (s iy1 v er0)) +("seevers" nil (s iy1 v er0 z)) +("seewald" nil (s iy1 w ao1 l d)) +("sefcik" nil (s eh1 f s ih0 k)) +("seff" nil (s eh1 f)) +("sefton" nil (s eh1 f t ax n)) +("sega" nil (s iy1 g ax)) +("segal" nil (s iy1 g ax l)) +("segalas" nil (s eh1 g ax l ax s)) +("segall" nil (s ey0 g aa1 l)) +("segar" nil (s iy1 g er0)) +("segarra" nil (s eh0 g aa1 r ax)) +("segars" nil (s eh1 g er0 z)) +("sege" nil (s eh1 jh)) +("segel" nil (s iy1 g ax l)) +("seger" nil (s iy1 g er0)) +("segers" nil (s iy1 g er0 z)) +("segerstrom" nil (s eh1 g er0 s t r ax m)) +("segler" nil (s eh1 g l er0)) +("segment" n (s eh1 g m ax n t)) +("segment" v (s ax g m eh1 n t)) +("segmentation" nil (s eh1 g m ax n t ey1 sh ax n)) +("segmented" nil (s eh1 g m eh1 n t ih0 d)) +("segments" n (s eh1 g m ax n t s)) +("segments" v (s ax g m eh1 n t s)) +("segner" nil (s eh1 g n er0)) +("sego" nil (s iy1 g ow1)) +("segovia" nil (s eh0 g ow1 v iy0 ax)) +("segraves" nil (s ey0 g r aa1 v eh0 s)) +("segregate" nil (s eh1 g r ax g ey1 t)) +("segregated" nil (s eh1 g r ax g ey1 t ih0 d)) +("segregating" nil (s eh1 g r ih0 g ey1 t ih0 ng)) +("segregation" nil (s eh1 g r ax g ey1 sh ax n)) +("segregationist" nil (s eh1 g r ax g ey1 sh ax n ih0 s t)) +("segrest" nil (s eh1 g er0 ih0 s t)) +("segreto" nil (s eh0 g r eh1 t ow0)) +("segue" nil (s eh1 g)) +("seguin" nil (s ax g iy1 n)) +("segundo" nil (s eh1 g uh1 n d ow1)) +("segur" nil (s ey0 g uh1 r)) +("segura" nil (s ey0 g uh1 r ax)) +("seguros" nil (s ey1 g y er1 ow0 z)) +("seher" nil (s eh1 hh er0)) +("sehnert" nil (s eh1 n er0 t)) +("sehorn" nil (s eh1 hh er0 n)) +("sehr" nil (s eh1 r)) +("seib" nil (s iy1 b)) +("seibel" nil (s ay1 b ax l)) +("seiber" nil (s ay1 b er0)) +("seiberlich" nil (s ay1 b er0 l ih0 k)) +("seiberling" nil (s ay1 b er0 l ih0 ng)) +("seibert" nil (s ay1 b er0 t)) +("seibold" nil (s ay1 b ow1 l d)) +("seibu" nil (s ay1 b uw0)) +("seid" nil (s ay1 d)) +("seide" nil (s ay1 d)) +("seidel" nil (s ay1 d ax l)) +("seidell" nil (s ay1 d ax l)) +("seidelman" nil (s ay1 d ax l m ax n)) +("seiden" nil (s ay1 d ax n)) +("seidenberg" nil (s ay1 d ax n b er0 g)) +("seider" nil (s ay1 d er0)) +("seiders" nil (s ay1 d er0 z)) +("seidl" nil (s ay1 d ax l)) +("seidler" nil (s ay1 d l er0)) +("seidman" nil (s ay1 d m ax n)) +("seidner" nil (s ay1 d n er0)) +("seier" nil (s ay1 er0)) +("seif" nil (s iy1 f)) +("seife" nil (s iy1 f)) +("seifer" nil (s ay1 f er0)) +("seifert" nil (s ay1 f er0 t)) +("seiffert" nil (s ay1 f er0 t)) +("seifried" nil (s ay1 f er0 iy0 d)) +("seige" nil (s iy1 jh)) +("seigel" nil (s ay1 g ax l)) +("seiger" nil (s ay1 g er0)) +("seigle" nil (s iy1 g ax l)) +("seigler" nil (s ay1 g ax l er0)) +("seigniorage" nil (s iy1 g n iy1 er0 ih0 jh)) +("seiji" nil (s ey1 jh iy0)) +("seiki" nil (s ey1 k iy0)) +("seiko" nil (s ey1 k ow0)) +("seil" nil (s ay1 l)) +("seiler" nil (s ay1 l er0)) +("seils" nil (s ay1 l z)) +("seim" nil (s ay1 m)) +("sein" nil (s ay1 n)) +("seine" nil (s ey1 n iy0)) +("seinfeld" nil (s ay1 n f eh0 l d)) +("seip" nil (s iy1 p)) +("seipel" nil (s ay1 p ax l)) +("seiple" nil (s iy1 p ax l)) +("seipp" nil (s iy1 p)) +("seis" nil (s iy1 s)) +("seiser" nil (s ay1 s er0)) +("seismic" nil (s ay1 z m ih0 k)) +("seismologist" nil (s ay1 z m aa1 l ax jh ax s t)) +("seismologists" nil (s ay1 z m aa1 l ax jh ax s t s)) +("seismology" nil (s ay1 z m aa1 l ax jh iy0)) +("seita" nil (s ey1 t ax)) +("seitel" nil (s iy1 t eh1 l)) +("seiter" nil (s ay1 t er0)) +("seith" nil (s iy1 th)) +("seither" nil (s ay1 dh er0)) +("seitman" nil (s iy1 t m ax n)) +("seitter" nil (s ay1 t er0)) +("seitz" nil (s ay1 t s)) +("seitzinger" nil (s ay1 t z ih0 ng er0)) +("seivert" nil (s ay1 v er0 t)) +("seiwert" nil (s ay1 w er0 t)) +("seix" nil (s iy1 k s)) +("seixas" nil (s iy1 k s ax s)) +("seiyaku" nil (s ey1 y aa1 k uw1)) +("seiyu" nil (s iy1 y uw0)) +("seize" nil (s iy1 z)) +("seized" nil (s iy1 z d)) +("seizes" nil (s iy1 z ih0 z)) +("seizing" nil (s iy1 z ih0 ng)) +("seizure" nil (s iy1 zh er0)) +("seizures" nil (s iy1 zh er0 z)) +("sejm" nil (s ey1 m)) +("sekerak" nil (s eh1 k er0 ax k)) +("seki" nil (s ey1 k iy0)) +("sekisui" nil (s ey1 k ih0 s uw1 iy0)) +("sekula" nil (s ih0 k uw1 l ax)) +("sela" nil (s eh1 l ax)) +("selander" nil (s eh1 l ax n d er0)) +("selas" nil (s eh1 l ax s)) +("selassie" nil (s ax l ae1 s iy0)) +("selbe" nil (s eh1 l b)) +("selberg" nil (s eh1 l b er0 g)) +("selby" nil (s eh1 l b iy0)) +("selchow" nil (s eh1 l ch aw0)) +("selda" nil (s eh1 l d ax)) +("seldane" nil (s eh1 l d ey1 n)) +("selden" nil (s eh1 l d ax n)) +("selders" nil (s eh1 l d er0 z)) +("seldin" nil (s eh1 l d ih0 n)) +("seldom" nil (s eh1 l d ax m)) +("seldon" nil (s eh1 l d ax n)) +("select" nil (s ax l eh1 k t)) +("selected" nil (s ax l eh1 k t ax d)) +("selecting" nil (s ax l eh1 k t ih0 ng)) +("selection" nil (s ax l eh1 k sh ax n)) +("selections" nil (s ax l eh1 k sh ax n z)) +("selective" nil (s ax l eh1 k t ih0 v)) +("selectively" nil (s ax l eh1 k t ih0 v l iy0)) +("selectivity" nil (s ih0 l eh1 k t ih1 v ax t iy0)) +("selectnet" nil (s ax l eh1 k t n eh1 t)) +("selects" nil (s ax l eh1 k t s)) +("selene" nil (s ax l iy1 n)) +("selenite" nil (s eh1 l ih0 n ay1 t)) +("selenium" nil (s ax l iy1 n iy0 ax m)) +("seles" nil (s eh1 l eh0 s)) +("seley" nil (s iy1 l iy0)) +("self" nil (s eh1 l f)) +("selfish" nil (s eh1 l f ih0 sh)) +("selfishness" nil (s eh1 l f ih0 sh n ax s)) +("selfless" nil (s eh1 l f l ax s)) +("selfridge" nil (s eh1 l f r ih0 jh)) +("selfs" nil (s eh1 l f s)) +("selia" nil (s eh1 l iy0 ax)) +("selie" nil (s eh1 l iy0)) +("selies" nil (s eh1 l iy0 z)) +("selig" nil (s eh1 l ih0 g)) +("seliga" nil (s eh1 l ih0 g ax)) +("seliger" nil (s eh1 l ih0 g er0)) +("seligman" nil (s eh1 l ih0 g m ax n)) +("seligmann" nil (s eh1 l ih0 g m ax n)) +("seligson" nil (s eh1 l ih0 g s ax n)) +("selikoff" nil (s eh1 l ih0 k ao1 f)) +("selin" nil (s eh1 l ih0 n)) +("selina" nil (s ax l iy1 n ax)) +("selinda" nil (s eh0 l iy1 n d ax)) +("selinger" nil (s eh1 l ih0 ng er0)) +("selk" nil (s eh1 l k)) +("selke" nil (s eh1 l k)) +("selkin" nil (s eh1 l k ih0 n)) +("selkirk" nil (s eh1 l k er0 k)) +("sell" nil (s eh1 l)) +("sella" nil (s eh1 l ax)) +("selland" nil (s eh1 l ax n d)) +("sellards" nil (s eh1 l er0 d z)) +("sellars" nil (s eh1 l er0 z)) +("selle" nil (s eh1 l)) +("selleck" nil (s eh1 l ih0 k)) +("sellen" nil (s eh1 l ax n)) +("seller" nil (s eh1 l er0)) +("sellers" nil (s eh1 l er0 z)) +("selley" nil (s eh1 l iy0)) +("sellick" nil (s eh1 l ih0 k)) +("sellier" nil (s eh1 l y er0)) +("sellin" nil (s eh1 l ih0 n)) +("selling" nil (s eh1 l ih0 ng)) +("sellinger" nil (s eh1 l ih0 ng er0)) +("sellman" nil (s eh1 l m ax n)) +("sellmeyer" nil (s eh1 l m ay0 er0)) +("sellner" nil (s eh1 l n er0)) +("selloff" nil (s eh1 l ao1 f)) +("selloffs" nil (s eh1 l ao1 f s)) +("sellon" nil (s eh1 l ax n)) +("sellout" nil (s eh1 l aw1 t)) +("sellouts" nil (s eh1 l aw1 t s)) +("sells" nil (s eh1 l z)) +("selma" nil (s eh1 l m ax)) +("selman" nil (s eh1 l m ax n)) +("selmer" nil (s eh1 l m er0)) +("selmon" nil (s eh1 l m ax n)) +("selner" nil (s eh1 l n er0)) +("selover" nil (s eh1 l ax v er0)) +("selowsky" nil (s eh0 l aw1 s k iy0)) +("selph" nil (s eh1 l f)) +("selsor" nil (s eh1 l s er0)) +("seltz" nil (s eh1 l t s)) +("seltzer" nil (s eh1 l t s er0)) +("selva" nil (s ey1 l v ax)) +("selvage" nil (s eh1 l v ih0 jh)) +("selvaggio" nil (s eh0 l v aa1 jh iy0 ow0)) +("selves" nil (s eh1 l v z)) +("selvey" nil (s eh1 l v iy0)) +("selvidge" nil (s eh1 l v ih0 jh)) +("selvig" nil (s eh1 l v ih0 g)) +("selway" nil (s eh1 l w ey1)) +("selwin" nil (s eh1 l w ih0 n)) +("selwitz" nil (s eh1 l w ih0 t s)) +("selwyn" nil (s eh1 l w ih0 n)) +("selz" nil (s eh1 l z)) +("selzer" nil (s eh1 l z er0)) +("sema" nil (s iy1 m ax)) +("seman" nil (s iy1 m ax n)) +("semans" nil (s iy1 m ax n z)) +("semantic" nil (s ih0 m ae1 n t ih0 k)) +("semantics" nil (s ih0 m ae1 n t ih0 k s)) +("sematech" nil (s eh1 m ax t eh1 k)) +("sember" nil (s eh1 m b er0)) +("semblance" nil (s eh1 m b l ax n s)) +("semegran" nil (s eh1 m ax g r ax n)) +("semel" nil (s eh1 m ax l)) +("semele" nil (s eh1 m ax l iy1)) +("semen" nil (s iy1 m ax n)) +("semenza" nil (s eh0 m eh1 n z ax)) +("semerad" nil (s eh1 m er0 ae0 d)) +("semester" nil (s ax m eh1 s t er0)) +("semesters" nil (s ax m eh1 s t er0 z)) +("semi" nil (s eh1 m iy0)) +("semiannual" nil (s eh1 m iy0 ae1 n y ax w ax l)) +("semiannually" nil (s eh1 m iy0 ae1 n uw0 ax l iy0)) +("semiautomatic" nil (s eh1 m iy0 ao1 t ax m ae1 t ih0 k)) +("semicircular" nil (s eh1 m iy0 s er1 k y ax l er0)) +("semiclad" nil (s eh1 m iy0 k l ae1 d)) +("semiclassical" nil (s eh1 m iy0 k l ae1 s ih0 k ax l)) +("semicon" nil (s eh1 m ih0 k aa1 n)) +("semiconductor" nil (s eh1 m iy0 k ax n d ah1 k t er0)) +("semiconductors" nil (s eh1 m iy0 k ax n d ah1 k t er0 z)) +("semicylindrical" nil (s eh1 m iy0 s ax l ih1 n d r ih0 k ax l)) +("semidrying" nil (s eh1 m iy0 d r ay1 ih0 ng)) +("semien" nil (s eh1 m iy0 n)) +("semifinal" nil (s eh1 m iy0 f ay1 n ax l)) +("semifinalists" nil (s eh1 m iy0 f ay1 n ax l ih0 s t s)) +("semifinals" nil (s eh1 m iy0 f ay1 n ax l z)) +("semifinished" nil (s eh1 m iy0 f ih1 n ih0 sh t)) +("semigloss" nil (s eh1 m iy0 g l aa1 s)) +("semilegendary" nil (s eh1 m iy0 l eh1 jh ax n d eh1 r iy0)) +("seminal" nil (s eh1 m ax n ax l)) +("seminar" nil (s eh1 m ax n aa1 r)) +("seminara" nil (s eh1 m ih0 n aa1 r ax)) +("seminarian" nil (s eh1 m ax n eh1 r iy0 ax n)) +("seminarians" nil (s eh1 m ax n eh1 r iy0 ax n z)) +("seminaries" nil (s eh1 m ax n eh1 r iy0 z)) +("seminario" nil (s eh1 m ih0 n eh1 r iy0 ow0)) +("seminars" nil (s eh1 m ax n aa1 r z)) +("seminary" nil (s eh1 m ax n eh1 r iy0)) +("seminole" nil (s eh1 m ih0 n ow1 l)) +("semionenkov" nil (s eh1 m iy0 ow0 n eh1 ng k aa0 v)) +("semiotics" nil (s iy1 m iy0 aa1 t ih0 k s)) +("semipermanent" nil (s eh1 m iy0 p er1 m ax n ax n t)) +("semiprecious" nil (s eh1 m iy0 p r eh1 sh ax s)) +("semira" nil (s eh0 m ih1 r ax)) +("semireligious" nil (s eh1 m iy0 r ih0 l ih1 jh ax s)) +("semis" nil (s eh1 m ay0 z)) +("semisecrecy" nil (s eh1 m iy0 s iy1 k r ax s iy0)) +("semitic" nil (s ax m ih1 t ih0 k)) +("semitism" nil (s eh1 m ih0 t ih1 z ax m)) +("semitrailer" nil (s eh1 m iy0 t r ey1 l er0)) +("semitropical" nil (s eh1 m iy0 t r aa1 p ih0 k ax l)) +("semler" nil (s eh1 m l er0)) +("semmel" nil (s eh1 m ax l)) +("semmens" nil (s eh1 m ax n z)) +("semmes" nil (s eh1 m z)) +("semmler" nil (s eh1 m l er0)) +("semon" nil (s eh1 m ax n)) +("semones" nil (s ey0 m ow1 n eh0 s)) +("semple" nil (s eh1 m p ax l)) +("semrad" nil (s eh1 m r ax d)) +("semrau" nil (s eh1 m r aw0)) +("semrow" nil (s eh1 m r ow0)) +("sen" nil (s eh1 n)) +("sena" nil (s eh1 n ax)) +("senate" nil (s eh1 n ax t)) +("senator" nil (s eh1 n ax t er0)) +("senatore" nil (s eh0 n aa0 t ao1 r iy0)) +("senatorial" nil (s eh1 n ax t ao1 r iy0 ax l)) +("senators" nil (s eh1 n ax t er0 z)) +("send" nil (s eh1 n d)) +("sendak" nil (s eh1 n d ae0 k)) +("sendelbach" nil (s eh1 n d ih0 l b aa0 k)) +("sender" nil (s eh1 n d er0)) +("sendero" nil (s eh0 n d eh1 r ow0)) +("senders" nil (s eh1 n d er0 z)) +("sending" nil (s eh1 n d ih0 ng)) +("sends" nil (s eh1 n d z)) +("seneca" nil (s eh1 n ax k ax)) +("senecal" nil (s eh1 n ih0 k ax l)) +("senechal" nil (s eh1 n ih0 k ax l)) +("seneff" nil (s eh1 n ax f)) +("senegal" nil (s eh1 n ax g ao1 l)) +("seneker" nil (s eh1 n ax k er0)) +("senesac" nil (s eh1 n ih0 s ae0 k)) +("senescence" nil (s ax n eh1 s ax n s)) +("senese" nil (s eh1 n iy0 z)) +("seney" nil (s eh1 n iy0)) +("senf" nil (s eh1 n f)) +("senff" nil (s eh1 n f)) +("senft" nil (s eh1 n f t)) +("seng" nil (s eh1 ng)) +("senger" nil (s eh1 ng er0)) +("sengers" nil (s eh1 ng er0 z)) +("senile" nil (s iy1 n ay1 l)) +("senility" nil (s ax n ih1 l ax t iy0)) +("senior" nil (s iy1 n y er0)) +("seniority" nil (s iy0 n y ao1 r ih0 t iy0)) +("seniornet" nil (s iy1 n y er0 n eh1 t)) +("seniors" nil (s iy1 n y er0 z)) +("senk" nil (s eh1 ng k)) +("senkbeil" nil (s eh1 ng k b ay1 l)) +("senko" nil (s eh1 ng k ow0)) +("senn" nil (s eh1 n)) +("senna" nil (s eh1 n ax)) +("senne" nil (s eh1 n)) +("senner" nil (s eh1 n er0)) +("sennet" nil (s eh1 n ax t)) +("sennett" nil (s eh1 n ih0 t)) +("sennott" nil (s eh1 n ax t)) +("sens" nil (s eh1 n z)) +("sensabaugh" nil (s eh1 n s ax b ao1)) +("sensation" nil (s eh0 n s ey1 sh ax n)) +("sensational" nil (s eh0 n s ey1 sh ax n ax l)) +("sensationalism" nil (s eh0 n s ey1 sh ax n ax l ih1 z ax m)) +("sensationalist" nil (s eh0 n s ey1 sh ax n ax l ih0 s t)) +("sensationalistic" nil (s eh0 n s ey1 sh ax n ax l ih1 s t ih0 k)) +("sensations" nil (s eh0 n s ey1 sh ax n z)) +("sense" nil (s eh1 n s)) +("sensed" nil (s eh1 n s t)) +("senseless" nil (s eh1 n s l ax s)) +("sensenbrenner" nil (s eh1 n s ax n b r eh1 n er0)) +("senseney" nil (s eh1 n s ih0 n iy0)) +("sensenig" nil (s eh1 n s ih0 n ih0 g)) +("senses" nil (s eh1 n s ih0 z)) +("sensibilities" nil (s eh1 n s ih0 b ih1 l ih0 t iy0 z)) +("sensibility" nil (s eh1 n s ih0 b ih1 l ih0 t iy0)) +("sensible" nil (s eh1 n s ax b ax l)) +("sensibly" nil (s eh1 n s ax b l iy0)) +("sensing" nil (s eh1 n s ih0 ng)) +("sensitive" nil (s eh1 n s ax t ih0 v)) +("sensitively" nil (s eh1 n s ih0 t ih0 v l iy0)) +("sensitiveness" nil (s eh1 n s ax t ih0 v n ax s)) +("sensitivities" nil (s eh1 n s ih0 t ih1 v ih0 t iy0 z)) +("sensitivity" nil (s eh1 n s ih0 t ih1 v ih0 t iy0)) +("sensitized" nil (s eh1 n s ax t ay1 z d)) +("senske" nil (s eh1 n s k)) +("sensor" nil (s eh1 n s er0)) +("sensormatic" nil (s eh1 n s er0 m ae1 t ih0 k)) +("sensors" nil (s eh1 n s er0 z)) +("sensory" nil (s eh1 n s er0 iy0)) +("sensual" nil (s eh1 n ch ax w ax l)) +("sensuality" nil (s eh1 n ch ax w ae1 l ax t iy0)) +("sensuous" nil (s eh1 n ch ax w ax s)) +("sent" nil (s eh1 n t)) +("sentell" nil (s eh1 n t ax l)) +("sentelle" nil (s eh0 n t eh1 l)) +("sentence" nil (s eh1 n t ax n s)) +("sentenced" nil (s eh1 n t ax n s t)) +("sentences" nil (s eh1 n t ax n s ax z)) +("sentencing" nil (s eh1 n t ax n s ih0 ng)) +("senter" nil (s eh1 n t er0)) +("senters" nil (s eh1 n t er0 z)) +("sentiment" nil (s eh1 n t ax m ax n t)) +("sentimental" nil (s eh1 n t ax m eh1 n t ax l)) +("sentimentality" nil (s eh1 n t ax m eh0 n t ae1 l ih0 t iy0)) +("sentiments" nil (s eh1 n t ax m ax n t s)) +("sentinel" nil (s eh1 n t ax n ax l)) +("sentinels" nil (s eh1 n t ax n ax l z)) +("sentman" nil (s eh1 n t m ax n)) +("sentra" nil (s eh1 n t r ax)) +("sentras" nil (s eh1 n t r ax s)) +("sentries" nil (s eh1 n t r iy0 z)) +("sentry" nil (s eh1 n t r iy0)) +("sentz" nil (s eh1 n t s)) +("senzaki" nil (s ey0 n z aa1 k iy0)) +("seo" nil (s iy1 ow0)) +("seoul" nil (s ow1 l)) +("seow" nil (s iy1 ow0)) +("separate" v (s eh1 p er0 ey1 t)) +("separate" n (s eh1 p r ax t)) +("separated" nil (s eh1 p er0 ey1 t ax d)) +("separately" nil (s eh1 p er0 ax t l iy0)) +("separateness" nil (s eh1 p er0 ax t n ax s)) +("separates" v (s eh1 p er0 ey1 t s)) +("separates" n (s eh1 p er0 ih0 t s)) +("separating" nil (s eh1 p er0 ey1 t ih0 ng)) +("separation" nil (s eh1 p er0 ey1 sh ax n)) +("separations" nil (s eh1 p er0 ey1 sh ax n z)) +("separatism" nil (s eh1 p er0 ax t ih1 z ax m)) +("separatist" nil (s eh1 p er0 ax t ih0 s t)) +("separatists" nil (s eh1 p er0 ax t ih0 s t s)) +("sepe" nil (s iy1 p)) +("sepeda" nil (s ey0 p ey1 d ax)) +("sephardic" nil (s ax f aa1 r d ih0 k)) +("sephardim" nil (s ih0 f aa1 r d ih0 m)) +("sepich" nil (s eh1 p ih0 ch)) +("sepik" nil (s eh1 p ih0 k)) +("sepp" nil (s eh1 p)) +("seppala" nil (s eh0 p aa1 l ax)) +("seppi" nil (s eh1 p iy0)) +("sepsis" nil (s eh1 p s ih0 s)) +("sept" nil (s eh1 p t)) +("septa" nil (s eh1 p t ax)) +("september" nil (s eh0 p t eh1 m b er0)) +("septer" nil (s eh1 p t er0)) +("septic" nil (s eh1 p t ih0 k)) +("septima" nil (s eh0 p t iy1 m ax)) +("septimus" nil (s eh1 p t ih0 m ih0 s)) +("septuagenarian" nil (s eh0 p ch uw1 ax jh ax n eh1 r iy0 ax n)) +("sepulvado" nil (s ey0 p uw0 l v aa1 d ow0)) +("sepulveda" nil (s ey0 p uw0 l v ey1 d ax)) +("sequa" nil (s eh1 k w ax)) +("sequeira" nil (s ey0 k w eh1 r ax)) +("sequel" nil (s iy1 k w ax l)) +("sequels" nil (s iy1 k w ax l z)) +("sequence" nil (s iy1 k w ax n s)) +("sequences" nil (s iy1 k w ax n s ax z)) +("sequencing" nil (s iy1 k w ax n s ih0 ng)) +("sequent" nil (s iy1 k w ax n t)) +("sequential" nil (s ax k w eh1 n ch ax l)) +("sequentially" nil (s ax k w eh1 n ch ax l iy0)) +("sequester" nil (s ih0 k w eh1 s t er0)) +("sequestered" nil (s ih0 k w eh1 s t er0 d)) +("sequestering" nil (s ih0 k w eh1 s t er0 ih0 ng)) +("sequesters" nil (s ih0 k w eh1 s t er0 z)) +("sequestration" nil (s eh1 k w ax s t r ey1 sh ax n)) +("sequin" nil (s iy1 k w ax n)) +("sequined" nil (s iy1 k w ax n d)) +("sequitur" nil (s eh1 k w ih0 t er0)) +("sequoia" nil (s ih0 k w oy1 ax)) +("sequoias" nil (s ih0 k w oy1 ax z)) +("sequoyah" nil (s ax k w oy1 ax)) +("sera" nil (s ih1 r ax)) +("serafin" nil (s eh1 r ax f ih0 n)) +("serafina" nil (s er0 aa0 f iy1 n ax)) +("serafine" nil (s er0 aa0 f iy1 n iy0)) +("serafini" nil (s er0 aa0 f iy1 n iy0)) +("serafino" nil (s er0 aa0 f iy1 n ow0)) +("seraphina" nil (s er0 aa0 f iy1 n ax)) +("seraphine" nil (s er0 aa0 f iy1 n iy0)) +("seratti" nil (s eh0 r aa1 t iy0)) +("serb" nil (s er1 b)) +("serbia" nil (s er1 b iy0 ax)) +("serbian" nil (s er1 b iy0 ax n)) +("serbians" nil (s er1 b iy0 ax n z)) +("serbias" nil (s er1 b iy0 ax z)) +("serbin" nil (s er1 b ih0 n)) +("serbs" nil (s er1 b z)) +("serco" nil (s er1 k ow0)) +("serda" nil (s eh1 r d ax)) +("sere" nil (s ih1 r)) +("serenade" nil (s eh1 r ax n ey1 d)) +("serenaded" nil (s eh1 r ax n ey1 d ih0 d)) +("serendipitous" nil (s eh1 r ax n d ih1 p ih0 t ax s)) +("serendipity" nil (s eh1 r ax n d ih1 p ih0 t iy0)) +("serene" nil (s er0 iy1 n)) +("serenely" nil (s er0 iy1 n ax l iy0)) +("serengeti" nil (s eh1 r ax n g eh1 t iy0)) +("serenity" nil (s er0 eh1 n ax t iy0)) +("sereno" nil (s eh0 r ey1 n ow0)) +("seres" nil (s iy1 r z)) +("serex" nil (s eh1 r ax k s)) +("serf" nil (s er1 f)) +("serfass" nil (s er1 f ae1 s)) +("serfin" nil (s er1 f ih0 n)) +("serfling" nil (s er1 f l ih0 ng)) +("serfs" nil (s er1 f s)) +("serge" nil (s er1 jh)) +("sergeant" nil (s aa1 r jh ax n t)) +("sergeants" nil (s aa1 r jh ax n t s)) +("sergei" nil (s er0 g ey1)) +("sergent" nil (s er1 jh ax n t)) +("sergi" nil (s eh1 r jh iy0)) +("sergio" nil (s er1 jh iy0 ow0)) +("sergius" nil (s er1 jh iy0 ax s)) +("seria" nil (s iy1 r iy0 ax)) +("serial" nil (s ih1 r iy0 ax l)) +("serialized" nil (s ih1 r iy0 ax l ay1 z d)) +("serials" nil (s ih1 r iy0 ax l z)) +("series" nil (s ih1 r iy0 z)) +("serilda" nil (s er0 iy1 l d ax)) +("serino" nil (s er0 iy1 n ow0)) +("serio" nil (s iy1 r iy0 ow0)) +("serious" nil (s ih1 r iy0 ax s)) +("seriously" nil (s ih1 r iy0 ax s l iy0)) +("seriousness" nil (s ih1 r iy0 ax s n ax s)) +("serle" nil (s ao1 r ax l)) +("serlin" nil (s er1 l ih0 n)) +("serlo" nil (s eh1 r l ow0)) +("sermersheim" nil (s er1 m er0 s hh ay0 m)) +("sermon" nil (s er1 m ax n)) +("sermons" nil (s er1 m ax n z)) +("serna" nil (s eh1 r n ax)) +("seroka" nil (s eh0 r ow1 k ax)) +("serology" nil (s eh0 r aa1 l ax jh iy0)) +("serono" nil (s eh1 r aa1 n ow0)) +("serota" nil (s er0 ow1 t ax)) +("serotonin" nil (s er0 ow1 t ax n ih0 n)) +("serpa" nil (s eh1 r p ax)) +("serpas" nil (s er1 p ax z)) +("serpe" nil (s er1 p)) +("serpent" nil (s er1 p ax n t)) +("serpentine" nil (s er1 p ax n t ay1 n)) +("serpents" nil (s er1 p ax n t s)) +("serpico" nil (s er0 p iy1 k ow0)) +("serr" nil (s eh1 r)) +("serra" nil (s eh1 r ax)) +("serrano" nil (s er0 aa1 n ow0)) +("serrao" nil (s eh1 r aw0)) +("serrated" nil (s eh1 r ey1 t ih0 d)) +("serrato" nil (s er0 aa1 t ow0)) +("serratore" nil (s er0 aa0 t ao1 r iy0)) +("serres" nil (s eh1 r eh0 s)) +("serritella" nil (s eh1 r ih0 t eh1 l ax)) +("sertich" nil (s er1 t ih0 k)) +("serum" nil (s ih1 r ax m)) +("serv" nil (s er1 v)) +("servaas" nil (s er1 v aa0 s)) +("servais" nil (s er0 v ey1)) +("servam" nil (s er1 v ax m)) +("servan" nil (s er1 v ax n)) +("servant" nil (s er1 v ax n t)) +("servants" nil (s er1 v ax n t s)) +("serve" nil (s er1 v)) +("served" nil (s er1 v d)) +("servello" nil (s er0 v eh1 l ow0)) +("server" nil (s er1 v er0)) +("servers" nil (s er1 v er0 z)) +("serves" nil (s er1 v z)) +("service" nil (s er1 v ax s)) +("serviceable" nil (s er1 v ax s ax b ax l)) +("serviced" nil (s er1 v ih0 s t)) +("serviceman" nil (s er1 v ax s m ae1 n)) +("servicemaster" nil (s er1 v ih0 s m ae1 s t er0)) +("servicemen" nil (s er1 v ax s m eh0 n)) +("servicer" nil (s er1 v ih0 s er0)) +("services" nil (s er1 v ax s ax z)) +("servicing" nil (s er1 v ih0 s ih0 ng)) +("servico" nil (s er1 v ih0 k ow1)) +("servidio" nil (s er0 v iy1 d iy0 ow0)) +("servile" nil (s er1 v ax l)) +("servin" nil (s er1 v ih0 n)) +("serving" nil (s er1 v ih0 ng)) +("servings" nil (s er1 v ih0 ng z)) +("serviou" nil (s er1 v iy0 uw0)) +("servis" nil (s er1 v ih0 s)) +("serviss" nil (s er1 v ih0 s)) +("servitude" nil (s er1 v ax t uw1 d)) +("servo" nil (s er1 v ow0)) +("sesame" nil (s eh1 s ax m iy0)) +("sesdaq" nil (s eh1 s d ae0 k)) +("sesit" nil (s eh1 z ih0 t)) +("seskar" nil (s eh1 s k aa1 r)) +("sesler" nil (s eh1 s ax l er0)) +("sesno" nil (s eh1 s n ow1)) +("sessa" nil (s eh1 s ax)) +("session" nil (s eh1 sh ax n)) +("sessions" nil (s eh1 sh ax n z)) +("sessler" nil (s eh1 s l er0)) +("sessoms" nil (s eh1 s ax m z)) +("sessums" nil (s eh1 s ax m z)) +("sestak" nil (s eh1 s t ax k)) +("sestanovich" nil (s eh0 s t ae1 n ax v ih0 ch)) +("sestito" nil (s eh0 s t iy1 t ow0)) +("set" nil (s eh1 t)) +("setaro" nil (s eh0 t aa1 r ow0)) +("setback" nil (s eh1 t b ae1 k)) +("setbacks" nil (s eh1 t b ae1 k s)) +("seth" nil (s eh1 th)) +("sether" nil (s eh1 dh er0)) +("sethi" nil (s eh1 th iy0)) +("sethness" nil (s eh1 th n ax s)) +("seti" nil (s eh1 t iy1)) +("setliff" nil (s eh1 t l ih0 f)) +("seto" nil (s eh1 t ow0)) +("seton" nil (s iy1 t ax n)) +("sets" nil (s eh1 t s)) +("setser" nil (s eh1 t s er0)) +("settanni" nil (s eh0 t aa1 n iy0)) +("sette" nil (s eh1 t)) +("setter" nil (s eh1 t er0)) +("setterlund" nil (s eh1 t er0 l ax n d)) +("setters" nil (s eh1 t er0 z)) +("setting" nil (s eh1 t ih0 ng)) +("settings" nil (s eh1 t ih0 ng z)) +("settle" nil (s eh1 t ax l)) +("settled" nil (s eh1 t ax l d)) +("settlement" nil (s eh1 t ax l m ax n t)) +("settlements" nil (s eh1 t ax l m ax n t s)) +("settlemire" nil (s eh1 t l ih0 m ay1 r)) +("settlemyre" nil (s eh1 t l ih0 m ay1 r)) +("settler" nil (s eh1 t ax l er0)) +("settlers" nil (s eh1 t l er0 z)) +("settles" nil (s eh1 t ax l z)) +("settling" nil (s eh1 t ax l ih0 ng)) +("settsu" nil (s eh1 t s uw0)) +("setty" nil (s eh1 t iy0)) +("setup" nil (s eh1 t ah1 p)) +("setups" nil (s eh1 t ah1 p s)) +("setzer" nil (s eh1 t z er0)) +("setzler" nil (s eh1 t s l er0)) +("seubert" nil (s uw1 b er0 t)) +("seufert" nil (s uw1 f er0 t)) +("sevcik" nil (s eh1 v s ih0 k)) +("seve" nil (s eh1 v ey0)) +("seven" nil (s eh1 v ax n)) +("sevenfold" nil (s eh1 v ax n f ow1 l d)) +("sevens" nil (s eh1 v ax n z)) +("seventeen" nil (s eh1 v ax n t iy1 n)) +("seventeens" nil (s eh1 v ax n t iy1 n z)) +("seventeenth" nil (s eh1 v ax n t iy1 n th)) +("seventh" nil (s eh1 v ax n th)) +("sevenths" nil (s eh1 v ax n th s)) +("seventies" nil (s eh1 v ax n t iy0 z)) +("seventieth" nil (s eh1 v ax n t iy0 ih0 th)) +("seventy" nil (s eh1 v ax n t iy0)) +("sever" nil (s eh1 v er0)) +("severa" nil (s ey0 v eh1 r ax)) +("several" nil (s eh1 v r ax l)) +("severally" nil (s eh1 v r ax l iy0)) +("severance" nil (s eh1 v er0 ax n s)) +("severe" nil (s ax v ih1 r)) +("severed" nil (s eh1 v er0 d)) +("severely" nil (s ax v ih1 r l iy0)) +("severest" nil (s ax v ih1 r ax s t)) +("severin" nil (s eh1 v er0 ih0 n)) +("severing" nil (s eh1 v er0 ih0 ng)) +("severini" nil (s eh0 v er0 iy1 n iy0)) +("severino" nil (s eh0 v er0 iy1 n ow0)) +("severity" nil (s ih0 v eh1 r ih0 t iy0)) +("severn" nil (s eh1 v er0 n)) +("severns" nil (s eh1 v er0 n z)) +("severs" nil (s eh1 v er0 z)) +("severson" nil (s eh1 v er0 s ax n)) +("severt" nil (s eh1 v er0 t)) +("severtson" nil (s eh1 v er0 t s ax n)) +("sevey" nil (s ih0 v ey1)) +("sevick" nil (s eh1 v ih0 k)) +("sevier" nil (s eh1 v y er0)) +("sevigny" nil (s ih0 v ih1 g n iy0)) +("sevilla" nil (s eh0 v ih1 l ax)) +("seville" nil (s ax v ih1 l)) +("sevin" nil (s eh1 v ih0 n)) +("sevruga" nil (s eh1 v r uw1 g ax)) +("sevy" nil (s iy1 v iy0)) +("sew" nil (s ow1)) +("sewage" nil (s uw1 ax jh)) +("sewald" nil (s uw1 ax l d)) +("sewall" nil (s uw1 ax l)) +("seward" nil (s uw1 er0 d)) +("sewed" nil (s ow1 d)) +("sewell" nil (s uw1 ax l)) +("sewer" nil (s uw1 er0)) +("sewerage" nil (s uw1 er0 ih0 jh)) +("sewers" nil (s uw1 er0 z)) +("sewing" nil (s ow1 ih0 ng)) +("sewn" nil (s ow1 n)) +("sex" nil (s eh1 k s)) +("sexauer" nil (s eh1 k s aw0 er0)) +("sexes" nil (s eh1 k s ax z)) +("sexier" nil (s eh1 k s iy0 er0)) +("sexiest" nil (s eh1 k s iy0 ax s t)) +("sexism" nil (s eh1 k s ih0 z ax m)) +("sexist" nil (s eh1 k s ih0 s t)) +("sexson" nil (s eh1 k s ax n)) +("sextet" nil (s eh0 k s t eh1 t)) +("sexton" nil (s eh1 k s t ax n)) +("sextus" nil (s eh1 k s t ax s)) +("sexual" nil (s eh1 k sh uw0 ax l)) +("sexuality" nil (s eh1 k sh uw0 ae1 l ax t iy0)) +("sexually" nil (s eh1 k sh uw0 ax l iy0)) +("sexy" nil (s eh1 k s iy0)) +("seybert" nil (s ey1 b er0 t)) +("seybold" nil (s ey1 b ow1 l d)) +("seydel" nil (s ey1 d ax l)) +("seydoux" nil (s ey1 d uw1)) +("seyer" nil (s ey1 er0)) +("seyfarth" nil (s ey1 f aa1 r th)) +("seyfert" nil (s ey1 f er0 t)) +("seyfried" nil (s ey1 f er0 iy0 d)) +("seyler" nil (s ey1 l er0)) +("seyller" nil (s ey1 l er0)) +("seymore" nil (s iy1 m ao0 r)) +("seymour" nil (s iy1 m ao0 r)) +("sfernice" nil (s f er1 n ih0 s)) +("sferra" nil (s f eh1 r ax)) +("sferrazza" nil (s f er0 aa1 t s ax)) +("sffed" nil (s f eh1 d)) +("sforza" nil (s f ao1 r z ax)) +("sfuzzi" nil (s f uw1 t z iy0)) +("sgambati" nil (s k aa0 m b aa1 t iy0)) +("sgro" nil (s k r ow1)) +("sgroi" nil (s k r oy1)) +("sh" nil (eh1 s ey1 ch)) +("shaak" nil (sh aa1 k)) +("shaanxi" nil (sh aa1 ng k s iy0)) +("shaath" nil (sh aa1 th)) +("shabazz" nil (sh aa1 b aa0 z)) +("shabby" nil (sh ae1 b iy0)) +("shaber" nil (sh ey1 b er0)) +("shack" nil (sh ae1 k)) +("shackelford" nil (sh ae1 k ih0 l f er0 d)) +("shackelton" nil (sh ax k eh1 l t ax n)) +("shackett" nil (sh ae1 k ih0 t)) +("shackle" nil (sh ae1 k ax l)) +("shackled" nil (sh ae1 k ax l d)) +("shackleford" nil (sh ae1 k l ih0 f er0 d)) +("shackles" nil (sh ae1 k ax l z)) +("shackleton" nil (sh ae1 k ax l t ax n)) +("shacklett" nil (sh ae1 k l ih0 t)) +("shacks" nil (sh ae1 k s)) +("shad" nil (sh ae1 d)) +("shadbush" nil (sh ae1 d b uh1 sh)) +("shadd" nil (sh ae1 d)) +("shadden" nil (sh ae1 d ax n)) +("shaddix" nil (sh ae1 d ih0 k s)) +("shaddock" nil (sh ae1 d ax k)) +("shadduck" nil (sh ae1 d ax k)) +("shade" nil (sh ey1 d)) +("shaded" nil (sh ey1 d ih0 d)) +("shadel" nil (sh ae1 d ax l)) +("shader" nil (sh ey1 d er0)) +("shades" nil (sh ey1 d z)) +("shadid" nil (sh ae1 d ih0 d)) +("shading" nil (sh ey1 d ih0 ng)) +("shadings" nil (sh ey1 d ih0 ng z)) +("shadle" nil (sh ey1 d ax l)) +("shadley" nil (sh ae1 d l iy0)) +("shadoan" nil (sh ae1 d ow0 n)) +("shadow" nil (sh ae1 d ow1)) +("shadowed" nil (sh ae1 d ow0 d)) +("shadowens" nil (sh ae1 d ow0 ax n z)) +("shadowing" nil (sh ae1 d ow0 ih0 ng)) +("shadowland" nil (sh ae1 d ow0 l ae1 n d)) +("shadowlands" nil (sh ae1 d ow0 l ae1 n d z)) +("shadows" nil (sh ae1 d ow1 z)) +("shadowy" nil (sh ae1 d ow0 iy0)) +("shadrick" nil (sh ae1 d r ih0 k)) +("shadur" nil (sh ae1 d er0)) +("shadwell" nil (sh ae1 d w eh0 l)) +("shadwick" nil (sh ae1 d w ih0 k)) +("shady" nil (sh ey1 d iy0)) +("shaefer" nil (sh ey1 f er0)) +("shaeffer" nil (sh eh1 f er0)) +("shaer" nil (sh ey1 er0)) +("shafer" nil (sh ey1 f er0)) +("shaff" nil (sh ae1 f)) +("shaffer" nil (sh ey1 f er0)) +("shaffner" nil (sh ae1 f n er0)) +("shafran" nil (sh ae1 f r ax n)) +("shaft" nil (sh ae1 f t)) +("shafted" nil (sh ae1 f t ih0 d)) +("shafts" nil (sh ae1 f t s)) +("shag" nil (sh ae1 g)) +("shaggy" nil (sh ae1 g iy0)) +("shah" nil (sh aa1)) +("shahan" nil (sh ae1 hh ax n)) +("shaheen" nil (sh ax hh iy1 n)) +("shahin" nil (sh ae1 hh ih0 n)) +("shahinian" nil (sh ax hh ih1 n iy0 ax n)) +("shahrokh" nil (sh aa1 r aa0 k)) +("shahrzad" nil (sh aa1 r z ae1 d)) +("shaiken" nil (sh ey1 k ax n)) +("shaikh" nil (sh ey1 k)) +("shain" nil (sh ey1 n)) +("shaine" nil (sh ey1 n)) +("shaka" nil (sh aa1 k ax)) +("shake" nil (sh ey1 k)) +("shakedown" nil (sh ey1 k d aw1 n)) +("shakedowns" nil (sh ey1 k d aw1 n z)) +("shaken" nil (sh ey1 k ax n)) +("shakeout" nil (sh ey1 k aw1 t)) +("shaker" nil (sh ey1 k er0)) +("shakers" nil (sh ey1 k er0 z)) +("shakes" nil (sh ey1 k s)) +("shakespeare" nil (sh ey1 k s p iy1 r)) +("shakespearean" nil (sh ey1 k s p ih1 r iy0 ax n)) +("shakeup" nil (sh ey1 k ah1 p)) +("shakeups" nil (sh ey1 k ah1 p s)) +("shakier" nil (sh ey1 k iy0 er0)) +("shakiest" nil (sh ey1 k iy0 ih0 s t)) +("shakiness" nil (sh ey1 k iy0 n ax s)) +("shaking" nil (sh ey1 k ih0 ng)) +("shakir" nil (sh ae1 k ih0 r)) +("shaklee" nil (sh ae1 k l iy0)) +("shakunaga" nil (sh aa1 k uw0 n aa1 g ax)) +("shakur" nil (sh aa1 k er0)) +("shaky" nil (sh ey1 k iy0)) +("shalala" nil (sh ax l ey1 l ax)) +("shale" nil (sh ey1 l)) +("shaler" nil (sh ey1 l er0)) +("shales" nil (sh ey1 l z)) +("shalikashvili" nil (sh ae1 l iy0 k aa0 sh v iy1 l iy0)) +("shall" nil (sh ae1 l)) +("shallcross" nil (sh ae1 l k r aa1 s)) +("shallenberger" nil (sh ao1 l ax n b er0 g er0)) +("shallow" nil (sh ae1 l ow0)) +("shallower" nil (sh ae1 l ow0 er0)) +("shallowness" nil (sh ae1 l ow0 n ax s)) +("shalom" nil (sh ax l ow1 m)) +("shalt" nil (sh ae1 l t)) +("sham" nil (sh ae1 m)) +("shaman" nil (sh ey1 m ax n)) +("shamans" nil (sh ey1 m ax n z)) +("shambaugh" nil (sh ae1 m b ao1)) +("shamberger" nil (sh ae1 m b er0 g er0)) +("shambles" nil (sh ae1 m b ax l z)) +("shambley" nil (sh ae1 m b l iy0)) +("shamblin" nil (sh ae1 m b l ih0 n)) +("shambo" nil (sh ae1 m b ow0)) +("shamburger" nil (sh ae1 m b er0 g er0)) +("shame" nil (sh ey1 m)) +("shamed" nil (sh ey1 m d)) +("shameful" nil (sh ey1 m f ax l)) +("shamel" nil (sh ae1 m ax l)) +("shameless" nil (sh ey1 m l ax s)) +("shamelessly" nil (sh ey1 m l ax s l iy0)) +("shames" nil (sh ey1 m z)) +("shamir" nil (sh ax m ih1 r)) +("shamp" nil (sh ae1 m p)) +("shampine" nil (sh ae1 m p ay1 n)) +("shampoo" nil (sh ae0 m p uw1)) +("shampooed" nil (sh ae0 m p uw1 d)) +("shampoos" nil (sh ae0 m p uw1 z)) +("shamrock" nil (sh ae1 m r aa1 k)) +("shamu" nil (sh aa0 m uw1)) +("shamus" nil (sh ey1 m ax s)) +("shan" nil (sh ae1 n)) +("shanafelt" nil (sh ae1 n ax f eh1 l t)) +("shanahan" nil (sh ae1 n ax hh ae0 n)) +("shand" nil (sh ae1 n d)) +("shandling" nil (sh ae1 n d l ih0 ng)) +("shandong" nil (sh aa1 n d ow1 ng)) +("shands" nil (sh ae1 n d z)) +("shandwick" nil (sh ae1 n d w ih1 k)) +("shandy" nil (sh ae1 n d iy0)) +("shane" nil (sh ey1 n)) +("shaner" nil (sh ey1 n er0)) +("shaneyfelt" nil (sh ae1 n iy0 f eh0 l t)) +("shanghai" nil (sh ae1 ng hh ay1)) +("shangkun" nil (sh ae1 ng k ax n)) +("shangri" nil (sh ae1 ng g r iy0)) +("shanholtz" nil (sh ae1 n hh ow1 l t s)) +("shanholtzer" nil (sh ae1 n hh ow0 l t z er0)) +("shank" nil (sh ae1 ng k)) +("shankel" nil (sh ae1 ng k ax l)) +("shanken" nil (sh ae1 ng k ax n)) +("shanker" nil (sh ae1 ng k er0)) +("shankland" nil (sh ae1 ng k l ax n d)) +("shankle" nil (sh ae1 ng k ax l)) +("shankles" nil (sh ae1 ng k ax l z)) +("shanklin" nil (sh ae1 ng k l ih0 n)) +("shankman" nil (sh ae1 ng k m ax n)) +("shanks" nil (sh ae1 ng k s)) +("shanley" nil (sh ae1 n l iy0)) +("shannahan" nil (sh ae1 n ax hh ae0 n)) +("shannon" nil (sh ae1 n ax n)) +("shanties" nil (sh ae1 n t iy0 z)) +("shanty" nil (sh ae1 n t iy0)) +("shantytown" nil (sh ae1 n t iy0 t aw1 n)) +("shantytowns" nil (sh ae1 n t iy0 t aw1 n z)) +("shantz" nil (sh ae1 n t s)) +("shao" nil (sh aw1)) +("shape" nil (sh ey1 p)) +("shaped" nil (sh ey1 p t)) +("shapeless" nil (sh ey1 p l ax s)) +("shapely" nil (sh ey1 p l iy0)) +("shapero" nil (sh ax p ih1 r ow0)) +("shapes" nil (sh ey1 p s)) +("shaping" nil (sh ey1 p ih0 ng)) +("shapira" nil (sh ax p ih1 r ax)) +("shapiro" nil (sh ax p ih1 r ow0)) +("shapiros" nil (sh ax p ih1 r ow0 z)) +("shapley" nil (sh ae1 p l iy0)) +("shappell" nil (sh ae1 p ax l)) +("shaq" nil (sh ae1 k)) +("shaquille" nil (sh ax k iy1 l)) +("sharansky" nil (sh er0 ae1 n s k iy0)) +("sharar" nil (sh er0 aa1 r)) +("sharber" nil (sh aa1 r b er0)) +("sharbono" nil (sh aa0 r b ow1 n ow0)) +("shard" nil (sh aa1 r d)) +("shards" nil (sh aa1 r d z)) +("share" nil (sh eh1 r)) +("sharecroppers" nil (sh eh1 r k r aa1 p er0 z)) +("shared" nil (sh eh1 r d)) +("shareholder" nil (sh eh1 r hh ow1 l d er0)) +("shareholders" nil (sh eh1 r hh ow1 l d er0 z)) +("shareholding" nil (sh eh1 r hh ow1 l d ih0 ng)) +("shareholdings" nil (sh eh1 r hh ow1 l d ih0 ng z)) +("shareowner" nil (sh eh1 r ow1 n er0)) +("shareowners" nil (sh eh1 r ow1 n er0 z)) +("sharer" nil (sh eh1 r er0)) +("shares" nil (sh eh1 r z)) +("shareware" nil (sh eh1 r w eh1 r)) +("sharf" nil (sh aa1 r f)) +("sharfman" nil (sh aa1 r f m ax n)) +("shari" nil (sh aa1 r iy0)) +("sharia" nil (sh eh1 r iy0 ax)) +("sharif" nil (sh er0 iy1 f)) +("sharing" nil (sh eh1 r ih0 ng)) +("shark" nil (sh aa1 r k)) +("sharkey" nil (sh aa1 r k iy0)) +("sharking" nil (sh aa1 r k ih0 ng)) +("sharklike" nil (sh aa1 r k l ay1 k)) +("sharks" nil (sh aa1 r k s)) +("sharleen" nil (sh aa0 r l iy1 n)) +("sharlene" nil (sh aa1 r l iy1 n)) +("sharline" nil (sh aa1 r l ay1 n)) +("sharlow" nil (sh aa1 r l ow0)) +("sharma" nil (sh aa1 r m ax)) +("sharman" nil (sh aa1 r m ax n)) +("sharon" nil (sh ae1 r ax n)) +("sharp" nil (sh aa1 r p)) +("sharpe" nil (sh aa1 r p)) +("sharpen" nil (sh aa1 r p ax n)) +("sharpened" nil (sh aa1 r p ax n d)) +("sharpening" nil (sh aa1 r p ax n ih0 ng)) +("sharpens" nil (sh aa1 r p ax n z)) +("sharper" nil (sh aa1 r p er0)) +("sharpest" nil (sh aa1 r p ax s t)) +("sharpeville" nil (sh aa1 r p ax v ih1 l)) +("sharples" nil (sh aa1 r p ax l z)) +("sharpless" nil (sh aa1 r p l ax s)) +("sharpley" nil (sh aa1 r p l iy0)) +("sharply" nil (sh aa1 r p l iy0)) +("sharpnack" nil (sh aa1 r p n ax k)) +("sharpness" nil (sh aa1 r p n ax s)) +("sharps" nil (sh aa1 r p s)) +("sharpshooter" nil (sh aa1 r p sh uw1 t er0)) +("sharpton" nil (sh aa1 r p t ax n)) +("sharrar" nil (sh er0 aa1 r)) +("sharrer" nil (sh aa1 r er0)) +("sharrett" nil (sh ae1 r ih0 t)) +("sharrock" nil (sh ae1 r ax k)) +("sharron" nil (sh ae1 r ax n)) +("sharrow" nil (sh ae1 r ow0)) +("sharry" nil (sh aa1 r iy0)) +("shartzer" nil (sh aa1 r t z er0)) +("sharum" nil (sh er0 ah1 m)) +("shashlik" nil (sh ae1 sh l ih0 k)) +("shashoua" nil (sh ax sh uw1 ax)) +("shasta" nil (sh ae1 s t ax)) +("shasteen" nil (sh ax s t iy1 n)) +("shatkin" nil (sh ae1 t k ih0 n)) +("shatley" nil (sh ae1 t l iy0)) +("shatrov" nil (sh ae1 t r aa0 v)) +("shatt" nil (sh ae1 t)) +("shatter" nil (sh ae1 t er0)) +("shattered" nil (sh ae1 t er0 d)) +("shattering" nil (sh ae1 t er0 ih0 ng)) +("shatterproof" nil (sh ae1 t er0 p r uw1 f)) +("shatters" nil (sh ae1 t er0 z)) +("shattuck" nil (sh ae1 t ax k)) +("shatz" nil (sh ae1 t s)) +("shatzer" nil (sh ey1 t z er0)) +("shaub" nil (sh ao1 b)) +("shauger" nil (sh aw1 g er0)) +("shaughnessy" nil (sh ao1 n ih0 s iy0)) +("shaul" nil (sh ao1 l)) +("shaulis" nil (sh aw1 l ih0 s)) +("shaull" nil (sh ao1 l)) +("shaun" nil (sh ao1 n)) +("shave" nil (sh ey1 v)) +("shaved" nil (sh ey1 v d)) +("shaven" nil (sh ey1 v ax n)) +("shaver" nil (sh ey1 v er0)) +("shavers" nil (sh ey1 v er0 z)) +("shaves" nil (sh ey1 v z)) +("shaving" nil (sh ey1 v ih0 ng)) +("shavings" nil (sh ey1 v ih0 ng z)) +("shaw" nil (sh ao1)) +("shawcross" nil (sh ao1 k r ao1 s)) +("shawgo" nil (sh ao1 g ow1)) +("shawhan" nil (sh ae1 w ax n)) +("shawinigan" nil (sh ax w ih1 n ih0 g ax n)) +("shawl" nil (sh ao1 l)) +("shawler" nil (sh ao1 l er0)) +("shawley" nil (sh ao1 l iy0)) +("shawls" nil (sh ao1 l z)) +("shawmut" nil (sh ao1 m ax t)) +("shawn" nil (sh ao1 n)) +("shawnee" nil (sh ao1 n iy0)) +("shawnut" nil (sh ao1 n ax t)) +("shawver" nil (sh ao1 v er0)) +("shay" nil (sh ey1)) +("shaykin" nil (sh ey1 k ih0 n)) +("shayne" nil (sh ey1 n)) +("shcharansky" nil (sh er0 ae1 n s k iy0)) +("shchedrin" nil (sh eh1 d r ih0 n)) +("shcherbitsky" nil (sh er0 b ih1 t s k iy0)) +("she" nil (sh iy1)) +("shea" nil (sh ey1)) +("shead" nil (s hh eh1 d)) +("sheaf" nil (sh iy1 f)) +("sheaffer" nil (sh iy1 f er0)) +("sheahan" nil (sh iy1 ax n)) +("shealey" nil (sh iy1 l iy0)) +("shealy" nil (sh iy1 l iy0)) +("shean" nil (sh iy1 n)) +("shear" nil (sh ih1 r)) +("sheard" nil (sh ih1 r d)) +("sheared" nil (sh ih1 r d)) +("shearer" nil (sh ih1 r er0)) +("shearin" nil (sh ih1 r ih0 n)) +("shearing" nil (sh ih1 r ih0 ng)) +("shearman" nil (sh iy1 r m ax n)) +("shearn" nil (sh ih1 r n)) +("shearon" nil (sh ih1 r ax n)) +("shearouse" nil (sh ih1 r aw0 s)) +("shears" nil (sh iy1 r z)) +("shearson" nil (sh ih1 r s ax n)) +("sheath" nil (sh iy1 th)) +("sheathe" nil (sh iy1 dh)) +("sheathed" nil (sh iy1 dh d)) +("sheathing" nil (sh iy1 dh ih0 ng)) +("sheats" nil (sh iy1 t s)) +("sheaves" nil (sh iy1 v z)) +("sheba" nil (sh iy1 b ax)) +("sheboygan" nil (sh ax b oy1 g ax n)) +("sheck" nil (sh eh1 k)) +("sheckler" nil (sh eh1 k l er0)) +("shed" nil (sh eh1 d)) +("shedd" nil (sh eh1 d)) +("shedden" nil (sh eh1 d ax n)) +("shedding" nil (sh eh1 d ih0 ng)) +("shedlock" nil (sh eh1 d l aa1 k)) +("shedrick" nil (sh eh1 d r ih0 k)) +("sheds" nil (sh eh1 d z)) +("sheeder" nil (sh iy1 d er0)) +("sheedy" nil (sh iy1 d iy0)) +("sheehan" nil (sh iy1 ax n)) +("sheehy" nil (sh iy1 hh iy0)) +("sheek" nil (sh iy1 k)) +("sheeks" nil (sh iy1 k s)) +("sheela" nil (sh iy1 l ax)) +("sheelah" nil (sh iy1 l ax)) +("sheelen" nil (sh iy1 l ax n)) +("sheeler" nil (sh iy1 l er0)) +("sheeley" nil (sh iy1 l iy0)) +("sheely" nil (sh iy1 l iy0)) +("sheen" nil (sh iy1 n)) +("sheena" nil (sh iy1 n ax)) +("sheep" nil (sh iy1 p)) +("sheepish" nil (sh iy1 p ih0 sh)) +("sheepishly" nil (sh iy1 p ih0 sh l iy0)) +("sheeps" nil (sh iy1 p s)) +("sheepskin" nil (sh iy1 p s k ih1 n)) +("sheer" nil (sh ih1 r)) +("sheeran" nil (sh ih1 r ax n)) +("sheerer" nil (sh iy1 r er0)) +("sheerin" nil (sh ih1 r ih0 n)) +("sheesley" nil (sh iy1 z l iy0)) +("sheet" nil (sh iy1 t)) +("sheeting" nil (sh iy1 t ih0 ng)) +("sheets" nil (sh iy1 t s)) +("sheetz" nil (sh iy1 t s)) +("sheff" nil (sh eh1 f)) +("sheffer" nil (sh eh1 f er0)) +("sheffey" nil (sh eh1 f iy0)) +("sheffield" nil (sh eh1 f iy0 l d)) +("sheffler" nil (sh eh1 f l er0)) +("sheftel" nil (sh eh1 f t eh1 l)) +("shegog" nil (sh eh1 g aa0 g)) +("shehan" nil (sh eh1 hh ax n)) +("shehane" nil (sh eh1 hh ax n)) +("shehorn" nil (sh eh1 hh er0 n)) +("sheik" nil (sh iy1 k)) +("sheikdom" nil (sh iy1 k d ax m)) +("sheikdoms" nil (sh iy1 k d ax m z)) +("sheikh" nil (sh iy1 k)) +("sheiks" nil (sh iy1 k s)) +("sheil" nil (sh ay1 l)) +("sheila" nil (sh iy1 l ax)) +("sheilah" nil (sh iy1 l ax)) +("sheilds" nil (sh ay1 l d z)) +("sheils" nil (sh ay1 l z)) +("shein" nil (sh ay1 n)) +("sheinberg" nil (sh ay1 n b er0 g)) +("shek" nil (sh eh1 k)) +("shekel" nil (sh eh1 k ax l)) +("shekels" nil (sh eh1 k ax l z)) +("shelburne" nil (sh eh1 l b er0 n)) +("shelby" nil (sh eh1 l b iy0)) +("shelbyville" nil (sh eh1 l b iy0 v ih1 l)) +("sheldahl" nil (sh eh1 l d aa1 l)) +("shelden" nil (sh eh1 l d ax n)) +("sheldon" nil (sh eh1 l d ax n)) +("sheley" nil (sh iy1 l iy0)) +("shelf" nil (sh eh1 l f)) +("shelhamer" nil (sh eh1 l hh ax m er0)) +("sheline" nil (sh eh1 l ay0 n)) +("shell" nil (sh eh1 l)) +("shellabarger" nil (sh eh1 l ax b aa1 r g er0)) +("shelled" nil (sh eh1 l d)) +("shellenbarger" nil (sh eh1 l ih0 n b aa0 r g er0)) +("shellenberger" nil (sh eh1 l ax n b er0 g er0)) +("sheller" nil (sh eh1 l er0)) +("shelley" nil (sh eh1 l iy0)) +("shellfish" nil (sh eh1 l f ih1 sh)) +("shellhammer" nil (sh eh1 l hh ae1 m er0)) +("shellhorn" nil (sh eh1 l hh er0 n)) +("shelling" nil (sh eh1 l ih0 ng)) +("shellito" nil (sh ey0 l iy1 t ow0)) +("shellman" nil (sh eh1 l m ax n)) +("shells" nil (sh eh1 l z)) +("shellshocked" nil (sh eh1 l sh aa1 k t)) +("shelly" nil (sh eh1 l iy0)) +("shelman" nil (sh eh1 l m ax n)) +("shelnutt" nil (sh eh1 l n ax t)) +("shelor" nil (sh eh1 l er0)) +("shelp" nil (sh eh1 l p)) +("shelstad" nil (sh eh1 l s t ax d)) +("shelter" nil (sh eh1 l t er0)) +("sheltered" nil (sh eh1 l t er0 d)) +("sheltering" nil (sh eh1 l t er0 ih0 ng)) +("shelters" nil (sh eh1 l t er0 z)) +("shelton" nil (sh eh1 l t ax n)) +("shelve" nil (sh eh1 l v)) +("shelved" nil (sh eh1 l v d)) +("shelves" nil (sh eh1 l v z)) +("shelving" nil (sh eh1 l v ih0 ng)) +("shemanski" nil (sh ih0 m ae1 n s k iy0)) +("shemwell" nil (sh eh1 m w eh1 l)) +("shen" nil (sh eh1 n)) +("shena" nil (sh iy1 n ax)) +("shenandoah" nil (sh eh1 n ax n d ow1 ax)) +("shenanigans" nil (sh ax n ae1 n ih0 g ax n z)) +("shenberger" nil (sh eh1 n b er0 g er0)) +("shenefield" nil (sh eh1 n ih0 f iy1 l d)) +("sheneman" nil (sh iy1 n m ax n)) +("sheng" nil (sh eh1 ng)) +("shenk" nil (sh eh1 ng k)) +("shenker" nil (sh eh1 ng k er0)) +("shenkman" nil (sh eh1 ng k m ax n)) +("shenton" nil (sh eh1 n t ax n)) +("shenyang" nil (sh eh0 n y ae1 ng)) +("shenzhen" nil (sh eh1 n zh eh1 n)) +("shep" nil (sh eh1 p)) +("shepard" nil (sh eh1 p er0 d)) +("shepardson" nil (sh eh1 p aa0 r d s ax n)) +("sheperd" nil (sh eh1 p er0 d)) +("shephard" nil (sh eh1 f er0 d)) +("shepheard" nil (sh eh1 f er0 d)) +("shepherd" nil (sh eh1 p er0 d)) +("shepherded" nil (sh eh1 p er0 d ih0 d)) +("shepherding" nil (sh eh1 p er0 d ih0 ng)) +("shepherds" nil (sh eh1 p er0 d z)) +("shepler" nil (sh eh1 p l er0)) +("shepley" nil (sh eh1 p l iy0)) +("shepp" nil (sh eh1 p)) +("sheppard" nil (sh eh1 p er0 d)) +("sheppards" nil (sh eh1 p er0 d z)) +("shepperd" nil (sh eh1 p er0 d)) +("shepperson" nil (sh eh1 p er0 s ax n)) +("sheppy" nil (sh eh1 p iy0)) +("sher" nil (sh er1)) +("sherak" nil (sh eh1 r ae0 k)) +("sherard" nil (sh eh1 r er0 d)) +("sheraton" nil (sh eh1 r ax t ax n)) +("sherbert" nil (sh er1 b er0 t)) +("sherbet" nil (sh er1 b ax t)) +("sherbondy" nil (sh er0 b aa1 n d iy0)) +("sherborne" nil (sh er1 b er0 n)) +("sherbourn" nil (sh er0 b uh1 r n)) +("sherbourne" nil (sh er0 b uh1 r n)) +("sherburn" nil (sh er1 b er0 n)) +("sherburne" nil (sh er1 b er0 n)) +("shere" nil (sh ih1 r)) +("sheree" nil (sh er0 iy1)) +("sherer" nil (sh ih1 r er0)) +("sherfey" nil (sh er1 f iy0)) +("sherfield" nil (sh er1 f iy0 l d)) +("sheri" nil (sh eh1 r iy0)) +("sherick" nil (sh eh1 r ih0 k)) +("sheridan" nil (sh eh1 r ih0 d ax n)) +("sheriff" nil (sh eh1 r ax f)) +("sheriffs" nil (sh eh1 r ax f s)) +("sherin" nil (sh eh1 r ih0 n)) +("sherk" nil (sh er1 k)) +("sherley" nil (sh er1 l iy0)) +("sherlin" nil (sh er1 l ih0 n)) +("sherlock" nil (sh er1 l aa1 k)) +("sherlund" nil (sh er1 l ax n d)) +("sherman" nil (sh er1 m ax n)) +("shermer" nil (sh er1 m er0)) +("shernoff" nil (sh er1 n ao1 f)) +("sherod" nil (sh eh1 r ax d)) +("sherr" nil (sh eh1 r)) +("sherrard" nil (sh eh1 r er0 d)) +("sherrell" nil (sh eh1 r ax l)) +("sherrer" nil (sh eh1 r er0)) +("sherrgold" nil (sh eh1 r g ow1 l d)) +("sherri" nil (sh eh1 r iy0)) +("sherrick" nil (sh eh1 r ih0 k)) +("sherrie" nil (sh eh1 r iy0)) +("sherriff" nil (sh eh1 r ih0 f)) +("sherrill" nil (sh eh1 r ih0 l)) +("sherrin" nil (sh eh1 r ih0 n)) +("sherritt" nil (sh eh1 r ih0 t)) +("sherrod" nil (sh eh1 r ax d)) +("sherron" nil (sh eh1 r ax n)) +("sherrow" nil (sh eh1 r ow0)) +("sherry" nil (sh eh1 r iy0)) +("shertzer" nil (sh er1 t z er0)) +("sherva" nil (sh er1 v ax)) +("sherwin" nil (sh er1 w ih0 n)) +("sherwood" nil (sh er1 w uh1 d)) +("sheryl" nil (sh eh1 r ax l)) +("sheshunoff" nil (sh eh1 sh uw0 n ao0 f)) +("sheth" nil (sh eh1 th)) +("shetland" nil (sh eh1 t l ax n d)) +("shetler" nil (sh eh1 t l er0)) +("shetley" nil (sh eh1 t l iy0)) +("shetter" nil (sh eh1 t er0)) +("shetterly" nil (sh eh1 t er0 l iy0)) +("shevardnadze" nil (sh eh1 v er0 d n aa1 d z iy0)) +("shevlin" nil (sh eh1 v l ih0 n)) +("shew" nil (sh uw1)) +("sheward" nil (sh uw1 er0 d)) +("shewchuk" nil (sh uw1 ch ax k)) +("shewell" nil (sh eh1 w eh0 l)) +("shewmake" nil (sh uw1 m ey1 k)) +("shewmaker" nil (sh uw1 m ey0 k er0)) +("shi" nil (sh iy1)) +("shibata" nil (sh iy0 b aa1 t ax)) +("shibboleth" nil (sh ih1 b ax l eh1 th)) +("shibley" nil (sh ih1 b l iy0)) +("shick" nil (sh ih1 k)) +("shicoff" nil (sh ih1 k ao1 f)) +("shideler" nil (sh ih1 d ax l er0)) +("shidler" nil (sh ay1 d ax l er0)) +("shied" nil (sh ay1 d)) +("shieh" nil (sh iy1)) +("shiel" nil (sh iy1 l)) +("shield" nil (sh iy1 l d)) +("shielded" nil (sh iy1 l d ih0 d)) +("shielding" nil (sh iy1 l d ih0 ng)) +("shields" nil (sh iy1 l d z)) +("shiels" nil (sh iy1 l z)) +("shier" nil (sh ay1 er0)) +("shies" nil (sh ay1 z)) +("shiff" nil (sh ih1 f)) +("shiffer" nil (sh ih1 f er0)) +("shiffler" nil (sh ih1 f l er0)) +("shifflet" nil (sh ih1 f l ih0 t)) +("shifflett" nil (sh ih1 f l ih0 t)) +("shiffman" nil (sh ih1 f m ax n)) +("shiflet" nil (sh ih1 f l ih0 t)) +("shiflett" nil (sh ih1 f l ih0 t)) +("shifrin" nil (sh ih1 f r ih0 n)) +("shift" nil (sh ih1 f t)) +("shifted" nil (sh ih1 f t ax d)) +("shifter" nil (sh ih1 f t er0)) +("shifting" nil (sh ih1 f t ih0 ng)) +("shifts" nil (sh ih1 f t s)) +("shifty" nil (sh ih1 f t iy0)) +("shigeki" nil (sh ih0 g ey1 k iy0)) +("shigekuni" nil (sh iy1 g ih0 k uw1 n iy0)) +("shigeo" nil (sh ih0 g ey1 ow0)) +("shigeru" nil (sh ih0 g ey1 r uw0)) +("shigley" nil (sh ih1 g l iy0)) +("shih" nil (sh iy1)) +("shiina" nil (sh iy1 n ax)) +("shiite" nil (sh iy1 ay1 t)) +("shiites" nil (sh iy1 ay1 t s)) +("shiley" nil (sh ih1 l iy0)) +("shill" nil (sh ih1 l)) +("shiller" nil (sh ih1 l er0)) +("shilling" nil (sh ih1 l ih0 ng)) +("shillingburg" nil (sh ih1 l ih0 ng b er0 g)) +("shillinglaw" nil (sh ih1 l ih0 ng l ao1)) +("shillings" nil (sh ih1 l ih0 ng z)) +("shillington" nil (sh ih1 l ih0 ng t ax n)) +("shiloh" nil (sh ay1 l ow0)) +("shilts" nil (sh ih1 l t s)) +("shim" nil (sh ih1 m)) +("shima" nil (sh iy1 m ax)) +("shimabukuro" nil (sh iy0 m aa0 b uw0 k uh1 r ow0)) +("shimada" nil (sh iy0 m aa1 d ax)) +("shimbun" nil (sh ih1 m b ah1 n)) +("shimek" nil (sh ih1 m ih0 k)) +("shimel" nil (sh ih1 m ax l)) +("shimer" nil (sh ay1 m er0)) +("shimizu" nil (sh ih0 m iy1 z uw0)) +("shimko" nil (sh ih1 m k ow0)) +("shimkus" nil (sh ih1 m k ax s)) +("shimmel" nil (sh ih1 m ax l)) +("shimmer" nil (sh ih1 m er0)) +("shimmered" nil (sh ih1 m er0 d)) +("shimmering" nil (sh ih1 m er0 ih0 ng)) +("shimmerlik" nil (sh ih1 m er0 l ih0 k)) +("shimmers" nil (sh ih1 m er0 z)) +("shimmin" nil (sh ih1 m ih0 n)) +("shimmy" nil (sh ih1 m iy0)) +("shimoda" nil (sh ih0 m ow1 d ax)) +("shimoga" nil (sh ih0 m ow1 g ax)) +("shimokawa" nil (sh ih1 m ow0 k aa1 w ax)) +("shimon" nil (sh iy1 m ow0 n)) +("shimp" nil (sh ih1 m p)) +("shin" nil (sh ih1 n)) +("shinall" nil (sh ih1 n ax l)) +("shinault" nil (sh ih1 n aw0 l t)) +("shinbein" nil (sh ih1 n b ay1 n)) +("shinbone" nil (sh ih1 n b ow1 n)) +("shindig" nil (sh ih1 n d ih0 g)) +("shindle" nil (sh ih1 n d ax l)) +("shindledecker" nil (sh ih1 n d l ih0 d ih0 k er0)) +("shindler" nil (sh ih1 n d l er0)) +("shindou" nil (sh ih1 n d ow1)) +("shine" nil (sh ay1 n)) +("shined" nil (sh ay1 n d)) +("shiner" nil (sh ay1 n er0)) +("shines" nil (sh ay1 n z)) +("shing" nil (sh ih1 ng)) +("shingle" nil (sh ih1 ng g ax l)) +("shingledecker" nil (sh ih1 ng g l ih0 d ih0 k er0)) +("shingler" nil (sh ih1 ng l er0)) +("shingles" nil (sh ih1 ng g ax l z)) +("shingleton" nil (sh ih1 ng g ax l t ax n)) +("shinichi" nil (sh ih0 n iy1 ch iy0)) +("shining" nil (sh ay1 n ih0 ng)) +("shinkle" nil (sh ih1 ng k ax l)) +("shinko" nil (sh ih1 ng k ow0)) +("shinn" nil (sh ih1 n)) +("shinners" nil (sh ih1 n er0 z)) +("shinnick" nil (sh ih1 n ih0 k)) +("shinsei" nil (sh ih0 n s ey1)) +("shinsky" nil (sh ih1 n s k iy0)) +("shintaro" nil (sh ih0 n t aa1 r ow0)) +("shinto" nil (sh ih1 n t ow1)) +("shiny" nil (sh ay1 n iy0)) +("shionogi" nil (sh iy1 ax n ow1 g iy0)) +("ship" nil (sh ih1 p)) +("shipboard" nil (sh ih1 p b ao1 r d)) +("shipbuilder" nil (sh ih1 p b ih1 l d er0)) +("shipbuilders" nil (sh ih1 p b ih1 l d er0 z)) +("shipbuilding" nil (sh ih1 p b ih1 l d ih0 ng)) +("shipbuildings" nil (sh ih1 p b ih1 l d ih0 ng z)) +("shipe" nil (sh ay1 p)) +("shipes" nil (sh ay1 p s)) +("shipholding" nil (sh ih1 p hh ow1 l d ih0 ng)) +("shiplett" nil (sh ih1 p l ih0 t)) +("shipley" nil (sh ih1 p l iy0)) +("shipload" nil (sh ih1 p l ow1 d)) +("shiploads" nil (sh ih1 p l ow1 d z)) +("shipman" nil (sh ih1 p m ax n)) +("shipmate" nil (sh ih1 p m ey1 t)) +("shipment" nil (sh ih1 p m ax n t)) +("shipments" nil (sh ih1 p m ax n t s)) +("shipowners" nil (sh ih1 p ow1 n er0 z)) +("shipp" nil (sh ih1 p)) +("shipped" nil (sh ih1 p t)) +("shippee" nil (sh ih1 p iy1)) +("shipper" nil (sh ih1 p er0)) +("shippers" nil (sh ih1 p er0 z)) +("shippey" nil (sh ih1 p iy0)) +("shipping" nil (sh ih1 p ih0 ng)) +("shippingport" nil (sh ih1 p ih0 ng p ao1 r t)) +("shipps" nil (sh ih1 p s)) +("shippy" nil (sh ih1 p iy0)) +("ships" nil (sh ih1 p s)) +("shipshape" nil (sh ih1 p sh ey1 p)) +("shipton" nil (sh ih1 p t ax n)) +("shipwash" nil (sh ih1 p w aa1 sh)) +("shipwrights" nil (sh ih1 p r ay1 t s)) +("shipyard" nil (sh ih1 p y aa1 r d)) +("shipyards" nil (sh ih1 p y aa1 r d z)) +("shir" nil (sh er1)) +("shira" nil (sh ih1 r ax)) +("shirah" nil (sh ih1 r ax)) +("shiraishi" nil (sh ih0 r aa0 iy1 sh iy0)) +("shirazi" nil (sh ih0 r aa1 z iy0)) +("shire" nil (sh ay1 r)) +("shireman" nil (sh ih0 r ey1 m ax n)) +("shiremanstown" nil (sh ay1 r m ax n z t aw1 n)) +("shirer" nil (sh ay1 er0 r)) +("shires" nil (sh ay1 r z)) +("shirey" nil (sh ay1 r iy0)) +("shirk" nil (sh er1 k)) +("shirked" nil (sh er1 k t)) +("shirkey" nil (sh er1 k iy0)) +("shirking" nil (sh er1 k ih0 ng)) +("shirl" nil (sh er1 l)) +("shirlee" nil (sh er1 l iy0)) +("shirleen" nil (sh er0 l iy1 n)) +("shirlene" nil (sh er1 l iy0 n)) +("shirley" nil (sh er1 l iy0)) +("shirlie" nil (sh er1 l iy0)) +("shiroma" nil (sh ih0 r ow1 m ax)) +("shirrell" nil (sh ao1 r ax l)) +("shirt" nil (sh er1 t)) +("shirts" nil (sh er1 t s)) +("shirtsleeve" nil (sh er1 t s l iy1 v)) +("shiseido" nil (sh ih0 s ey1 d ow0)) +("shishido" nil (sh iy0 sh iy1 d ow0)) +("shisler" nil (sh ih1 s ax l er0)) +("shissler" nil (sh ih1 s l er0)) +("shit" nil (sh iy1 t)) +("shiu" nil (sh uw1)) +("shiva" nil (sh iy1 v ax)) +("shive" nil (sh ay1 v)) +("shiveley" nil (sh ih1 v ih0 l iy0)) +("shively" nil (sh ay1 v l iy0)) +("shiver" nil (sh ih1 v er0)) +("shiverdecker" nil (sh ih1 v er0 d ih0 k er0)) +("shivering" nil (sh ih1 v er0 ih0 ng)) +("shivers" nil (sh ih1 v er0 z)) +("shives" nil (sh ay1 v z)) +("shivley" nil (sh ih1 v l iy0)) +("shiyuan" nil (sh iy1 uw0 aa0 n)) +("shizuka" nil (sh ih0 z uw1 k ax)) +("shizuoka" nil (sh iy0 z w ow1 k ax)) +("shlaes" nil (sh l ey1 z)) +("shlenker" nil (sh l eh1 ng k er0)) +("shoaf" nil (sh ow1 f)) +("shoaff" nil (sh ow1 f)) +("shoals" nil (sh ow1 l z)) +("shobana" nil (sh ow1 b aa1 n ax)) +("shobanna" nil (sh ow1 b aa1 n ax)) +("shobe" nil (sh ow1 b)) +("shober" nil (sh ow1 b er0)) +("shoberg" nil (sh ow1 b er0 g)) +("shobert" nil (sh aa1 b er0 t)) +("shock" nil (sh aa1 k)) +("shocked" nil (sh aa1 k t)) +("shocker" nil (sh aa1 k er0)) +("shockey" nil (sh aa1 k iy0)) +("shocking" nil (sh aa1 k ih0 ng)) +("shockingly" nil (sh aa1 k ih0 ng l iy0)) +("shockley" nil (sh aa1 k l iy0)) +("shocks" nil (sh aa1 k s)) +("shod" nil (sh aa1 d)) +("shoddy" nil (sh aa1 d iy0)) +("shoe" nil (sh uw1)) +("shoebox" nil (sh ow1 b aa0 k s)) +("shoehorn" nil (sh uw1 hh ao1 r n)) +("shoehorned" nil (sh uw1 hh ao0 r n d)) +("shoelace" nil (sh uw1 l ey1 s)) +("shoelaces" nil (sh uw1 l ey1 s ax z)) +("shoemake" nil (sh uw1 m ey1 k)) +("shoemaker" nil (sh uw1 m ey1 k er0)) +("shoemate" nil (sh uw1 m ey1 t)) +("shoen" nil (sh uw1 n)) +("shoes" nil (sh uw1 z)) +("shoeshine" nil (sh uw1 sh ay1 n)) +("shoestring" nil (sh uw1 s t r ih1 ng)) +("shoff" nil (sh ao1 f)) +("shoffner" nil (sh ao1 f n er0)) +("shofner" nil (sh aa1 f n er0)) +("shogren" nil (sh aa1 g r eh0 n)) +("shogun" nil (sh ow1 g ax n)) +("shohat" nil (sh ow1 hh ae0 t)) +("shoichi" nil (sh ow0 iy1 ch iy0)) +("shoichiro" nil (sh ow1 ih0 ch ih1 r ow0)) +("shoji" nil (sh ow1 jh iy0)) +("shokhin" nil (sh ow1 k ih1 n)) +("shoko" nil (sh ow1 k ow0)) +("sholar" nil (sh ow1 l er0)) +("sholem" nil (sh ow1 l ax m)) +("sholes" nil (sh ow1 l z)) +("sholl" nil (sh aa1 l)) +("shollenberger" nil (sh aa1 l ax n b er0 g er0)) +("sholly" nil (sh aa1 l iy0)) +("sholtis" nil (sh ow1 l t ih0 s)) +("sholto" nil (sh ow1 l t ow0)) +("shomaker" nil (sh ow1 m ey1 k er0)) +("shomo" nil (sh ow1 m ow0)) +("shon" nil (sh aa1 n)) +("shone" nil (sh ow1 n)) +("shonk" nil (sh aa1 ng k)) +("shonka" nil (sh aa1 ng k ax)) +("shonkwiler" nil (sh aa1 ng k w ay1 l er0)) +("shontz" nil (sh aa1 n t s)) +("shoo" nil (sh uw1)) +("shoob" nil (sh uw1 b)) +("shooed" nil (sh uw1 d)) +("shoofly" nil (sh uw1 f l ay1)) +("shook" nil (sh uh1 k)) +("shoop" nil (sh uw1 p)) +("shoopman" nil (sh uw1 p m ax n)) +("shooshan" nil (sh uw1 sh ax n)) +("shoot" nil (sh uw1 t)) +("shooter" nil (sh uw1 t er0)) +("shooters" nil (sh uw1 t er0 z)) +("shooting" nil (sh uw1 t ih0 ng)) +("shootings" nil (sh uw1 t ih0 ng z)) +("shootout" nil (sh uw1 t aw0 t)) +("shoots" nil (sh uw1 t s)) +("shop" nil (sh aa1 p)) +("shope" nil (sh ow1 p)) +("shopkeeper" nil (sh aa1 p k iy1 p er0)) +("shopkeepers" nil (sh aa1 p k iy1 p er0 z)) +("shopko" nil (sh aa1 p k ow0)) +("shopkorn" nil (sh aa1 p k ao1 r n)) +("shoplifting" nil (sh aa1 p l ih1 f t ih0 ng)) +("shoppe" nil (sh aa1 p)) +("shopped" nil (sh aa1 p t)) +("shopper" nil (sh aa1 p er0)) +("shoppers" nil (sh aa1 p er0 z)) +("shoppes" nil (sh aa1 p s)) +("shopping" nil (sh aa1 p ih0 ng)) +("shops" nil (sh aa1 p s)) +("shoptaw" nil (sh aa1 p t ao0)) +("shopwell" nil (sh aa1 p w eh1 l)) +("shopworn" nil (sh aa1 p w ao1 r n)) +("shor" nil (sh iy0 er1)) +("shorb" nil (sh ao1 r b)) +("shore" nil (sh ao1 r)) +("shorebird" nil (sh ao1 r b er1 d)) +("shored" nil (sh ao1 r d)) +("shoreham" nil (sh ao1 r ax m)) +("shoreline" nil (sh ao1 r l ay1 n)) +("shorenstein" nil (sh ao1 r ax n s t iy0 n)) +("shores" nil (sh ao1 r z)) +("shoreward" nil (sh ao1 r w er0 d)) +("shorey" nil (sh ao1 r iy0)) +("shorin" nil (sh ao1 r ih0 n)) +("shoring" nil (sh ao1 r ih0 ng)) +("shorkey" nil (sh ao1 r k iy0)) +("shorn" nil (sh ao1 r n)) +("shorr" nil (sh ao1 r)) +("short" nil (sh ao1 r t)) +("shortage" nil (sh ao1 r t ax jh)) +("shortages" nil (sh ao1 r t ax jh ax z)) +("shortall" nil (sh ao1 r t ax l)) +("shortcake" nil (sh ao1 r t k ey1 k)) +("shortchange" nil (sh ao1 r t ch ey1 n jh)) +("shortchanged" nil (sh ao1 r t ch ey1 n jh d)) +("shortchanging" nil (sh ao1 r t ch ey1 n jh ih0 ng)) +("shortcoming" nil (sh ao1 r t k ah1 m ih0 ng)) +("shortcomings" nil (sh ao1 r t k ah1 m ih0 ng z)) +("shortcut" nil (sh ao1 r t k ah1 t)) +("shortcuts" nil (sh ao1 r t k ah1 t s)) +("shorted" nil (sh ao1 r t ih0 d)) +("shortell" nil (sh ao0 r t eh1 l)) +("shorten" nil (sh ao1 r t ax n)) +("shortened" nil (sh ao1 r t ax n d)) +("shortening" nil (sh ao1 r t ax n ih0 ng)) +("shortens" nil (sh ao1 r t ax n z)) +("shorter" nil (sh ao1 r t er0)) +("shortest" nil (sh ao1 r t ih0 s t)) +("shortfall" nil (sh ao1 r t f ao1 l)) +("shortfalls" nil (sh ao1 r t f ao1 l z)) +("shortgrass" nil (sh ao1 r t g r ae1 s)) +("shorthair" nil (sh ao1 r t hh eh1 r)) +("shorthaired" nil (sh ao1 r t hh eh1 r d)) +("shorthand" nil (sh ao1 r t hh ae1 n d)) +("shorting" nil (sh ao1 r t ih0 ng)) +("shortlived" nil (sh ao1 r t l ih1 v d)) +("shortly" nil (sh ao1 r t l iy0)) +("shortness" nil (sh ao1 r t n ax s)) +("shortridge" nil (sh ao1 r t r ih0 jh)) +("shorts" nil (sh ao1 r t s)) +("shortsighted" nil (sh ao1 r t s ay1 t ih0 d)) +("shortsightedness" nil (sh ao1 r t s ay1 t ih0 d n ih0 s)) +("shortstop" nil (sh ao1 r t s t aa1 p)) +("shortt" nil (sh ao1 r t)) +("shortterm" nil (sh ao1 r t t er1 m)) +("shortwave" nil (sh ao1 r t w ey1 v)) +("shorty" nil (sh ao1 r t iy0)) +("shortz" nil (sh ao1 r t s)) +("shoshone" nil (sh ow0 sh ow1 n iy0)) +("shostak" nil (sh aa1 s t ax k)) +("shostakovich" nil (sh ao1 s t ax k ow1 v ih0 ch)) +("shot" nil (sh aa1 t)) +("shotgun" nil (sh aa1 t g ah1 n)) +("shotguns" nil (sh aa1 t g ah1 n z)) +("shots" nil (sh aa1 t s)) +("shott" nil (sh aa1 t)) +("shotts" nil (sh aa1 t s)) +("shotwell" nil (sh aa1 t w eh1 l)) +("shougang" nil (sh aw1 g aa1 ng)) +("shough" nil (sh aw1)) +("should" nil (sh uh1 d)) +("shoulder" nil (sh ow1 l d er0)) +("shouldered" nil (sh ow1 l d er0 d)) +("shouldering" nil (sh ow1 l d er0 ih0 ng)) +("shoulders" nil (sh ow1 l d er0 z)) +("shoults" nil (sh ow1 l t s)) +("shoultz" nil (sh ow1 l t s)) +("shoumaker" nil (sh uw1 m ey1 k er0)) +("shoun" nil (sh aw1 n)) +("shoup" nil (sh uw1 p)) +("shoupe" nil (sh uw1 p)) +("shouse" nil (s hh aw1 s)) +("shout" nil (sh aw1 t)) +("shouted" nil (sh aw1 t ax d)) +("shouting" nil (sh aw1 t ih0 ng)) +("shouts" nil (sh aw1 t s)) +("shove" nil (sh ah1 v)) +("shoved" nil (sh ah1 v d)) +("shovel" nil (sh ah1 v ax l)) +("shoveled" nil (sh ah1 v ax l d)) +("shoveling" nil (sh ah1 v l ih0 ng)) +("shovels" nil (sh ah1 v ax l z)) +("shover" nil (sh ah1 v er0)) +("shoves" nil (sh ah1 v z)) +("shoving" nil (sh ah1 v ih0 ng)) +("shovlin" nil (sh aa1 v l ih0 n)) +("show" nil (sh ow1)) +("showa" nil (sh ow1 ax)) +("showalter" nil (sh ow1 ax l t er0)) +("showbiz" nil (sh ow1 b ih0 z)) +("showboat" nil (sh ow1 b ow1 t)) +("showcase" nil (sh ow1 k ey1 s)) +("showcased" nil (sh ow1 k ey1 s t)) +("showcases" nil (sh ow1 k ey1 s ih0 z)) +("showcasing" nil (sh ow1 k ey0 s ih0 ng)) +("showdown" nil (sh ow1 d aw1 n)) +("showed" nil (sh ow1 d)) +("showell" nil (sh aa1 w eh0 l)) +("shower" nil (sh aw1 er0)) +("showered" nil (sh aw1 er0 d)) +("showering" nil (sh aw1 er0 ih0 ng)) +("showers" nil (sh aw1 er0 z)) +("showgirl" nil (sh ow1 g er1 l)) +("showiest" nil (sh ow1 iy0 ax s t)) +("showing" nil (sh ow1 ih0 ng)) +("showings" nil (sh ow1 ih0 ng z)) +("showman" nil (sh ow1 m ax n)) +("showmanship" nil (sh ow1 m ax n sh ih1 p)) +("shown" nil (sh ow1 n)) +("showpiece" nil (sh ow1 p iy1 s)) +("showplace" nil (sh ow1 p l ey1 s)) +("showroom" nil (sh ow1 r uh1 m)) +("showrooms" nil (sh ow1 r uw1 m z)) +("shows" nil (sh ow1 z)) +("showscan" nil (sh ow1 s k ae1 n)) +("showtime" nil (sh ow1 t ay1 m)) +("showy" nil (sh ow1 iy0)) +("shrader" nil (sh r ey1 d er0)) +("shrake" nil (sh r ey1 k)) +("shramek" nil (sh r ae1 m ih0 k)) +("shrank" nil (sh r ae1 ng k)) +("shrapnel" nil (sh r ae1 p n ax l)) +("shreck" nil (sh r eh1 k)) +("shred" nil (sh r eh1 d)) +("shredded" nil (sh r eh1 d ax d)) +("shredder" nil (sh r eh1 d er0)) +("shredders" nil (sh r eh1 d er0 z)) +("shredding" nil (sh r eh1 d ih0 ng)) +("shreds" nil (sh r eh1 d z)) +("shreeve" nil (sh r iy1 v)) +("shreffler" nil (sh r eh1 f l er0)) +("shreiber" nil (sh r ay1 b er0)) +("shreiner" nil (sh r ay1 n er0)) +("shreve" nil (sh r iy1 v)) +("shreveport" nil (sh r iy1 v p ao1 r t)) +("shreves" nil (sh r iy1 v z)) +("shrewd" nil (sh r uw1 d)) +("shrewdest" nil (sh r uw1 d ax s t)) +("shrewdly" nil (sh r uw1 d l iy0)) +("shrewdness" nil (sh r uw1 d n ax s)) +("shrewsberry" nil (sh r uw1 z b eh1 r iy0)) +("shrewsbury" nil (sh r uw1 z b eh1 r iy0)) +("shri" nil (sh r iy1)) +("shriber" nil (sh r ay1 b er0)) +("shribman" nil (sh r ih1 b m ax n)) +("shrider" nil (sh r ay1 d er0)) +("shriek" nil (sh r iy1 k)) +("shrieked" nil (sh r iy1 k t)) +("shrieking" nil (sh r iy1 k ih0 ng)) +("shrieks" nil (sh r iy1 k s)) +("shrift" nil (sh r ih1 f t)) +("shrikelike" nil (sh r ay1 k l ay1 k)) +("shrill" nil (sh r ih1 l)) +("shrimp" nil (sh r ih1 m p)) +("shrine" nil (sh r ay1 n)) +("shriner" nil (sh r ay1 n er0)) +("shriners" nil (sh r ay1 n er0 z)) +("shrines" nil (sh r ay1 n z)) +("shrink" nil (sh r ih1 ng k)) +("shrinkage" nil (sh r ih1 ng k ih0 jh)) +("shrinking" nil (sh r ih1 ng k ih0 ng)) +("shrinks" nil (sh r ih1 ng k s)) +("shrivel" nil (sh r ih1 v ax l)) +("shriveled" nil (sh r ih1 v ax l d)) +("shriveling" nil (sh r ih1 v ax l ih0 ng)) +("shriver" nil (sh r ay1 v er0)) +("shrock" nil (sh r aa1 k)) +("shrode" nil (sh r ow1 d)) +("shroff" nil (sh r ao1 f)) +("shrontz" nil (sh r aa1 n t s)) +("shropshire" nil (sh r aa1 p sh ay1 r)) +("shroud" nil (sh r aw1 d)) +("shrouded" nil (sh r aw1 d ih0 d)) +("shrouding" nil (sh r aw1 d ih0 ng)) +("shrout" nil (sh r aw1 t)) +("shroyer" nil (sh r oy1 er0)) +("shrub" nil (sh r ah1 b)) +("shrubbery" nil (sh r ah1 b er0 iy0)) +("shrubby" nil (sh r ah1 b iy0)) +("shrublike" nil (sh r ah1 b l ay1 k)) +("shrubs" nil (sh r ah1 b z)) +("shrug" nil (sh r ah1 g)) +("shrugged" nil (sh r ah1 g d)) +("shrugging" nil (sh r ah1 g ih0 ng)) +("shrugs" nil (sh r ah1 g z)) +("shrum" nil (sh r ah1 m)) +("shrunk" nil (sh r ah1 ng k)) +("shrunken" nil (sh r ah1 ng k ax n)) +("shryock" nil (sh r ay1 aa0 k)) +("shtick" nil (sh t ih1 k)) +("shu" nil (sh uw1)) +("shuart" nil (sh uw1 er0 t)) +("shubert" nil (sh uw1 b er0 t)) +("shubin" nil (sh uw1 b ih0 n)) +("shuchman" nil (sh ah1 k m ax n)) +("shuck" nil (sh ah1 k)) +("shucked" nil (sh ah1 k t)) +("shucking" nil (sh ah1 k ih0 ng)) +("shucks" nil (sh ah1 k s)) +("shuda" nil (sh uw1 d ax)) +("shudder" nil (sh ah1 d er0)) +("shuddering" nil (sh ah1 d er0 ih0 ng)) +("shudders" nil (sh ah1 d er0 z)) +("shue" nil (sh uw1)) +("shuey" nil (sh uw1 iy0)) +("shufelt" nil (sh uw1 f eh0 l t)) +("shuff" nil (sh ah1 f)) +("shuffield" nil (sh ah1 f iy1 l d)) +("shuffle" nil (sh ah1 f ax l)) +("shuffled" nil (sh ah1 f ax l d)) +("shuffler" nil (sh ah1 f ax l er0)) +("shufflers" nil (sh ah1 f ax l er0 z)) +("shuffles" nil (sh ah1 f ax l z)) +("shuffling" nil (sh ah1 f l ih0 ng)) +("shuford" nil (sh uw1 f er0 d)) +("shufro" nil (sh ah1 f r ow0)) +("shugars" nil (sh uw1 g er0 z)) +("shugart" nil (sh ah1 g aa0 r t)) +("shughart" nil (sh ah1 g hh aa1 r t)) +("shugrue" nil (sh ah1 g r uw0)) +("shui" nil (sh uw1 iy0)) +("shukla" nil (sh ah1 k l ax)) +("shular" nil (sh uw1 l er0)) +("shuler" nil (sh uw1 l er0)) +("shull" nil (sh ah1 l)) +("shulman" nil (sh uh1 l m ax n)) +("shultis" nil (sh ah1 l t ih0 s)) +("shults" nil (sh ah1 l t s)) +("shultz" nil (sh uh1 l t s)) +("shum" nil (sh ah1 m)) +("shumake" nil (sh uw1 m ey1 k)) +("shumaker" nil (sh uw1 m ey1 k er0)) +("shuman" nil (sh uw1 m ax n)) +("shumard" nil (sh uw1 m er0 d)) +("shumate" nil (sh uw1 m ey1 t)) +("shumeet" nil (sh uw0 m iy1 t)) +("shumpert" nil (sh ah1 m p er0 t)) +("shumsky" nil (sh ah1 m s k iy0)) +("shumway" nil (sh ah1 m w ey1)) +("shun" nil (sh ah1 n)) +("shunk" nil (sh ah1 ng k)) +("shunned" nil (sh ah1 n d)) +("shunning" nil (sh ah1 n ih0 ng)) +("shuns" nil (sh ah1 n z)) +("shunted" nil (sh ah1 n t ih0 d)) +("shunting" nil (sh ah1 n t ih0 ng)) +("shunto" nil (sh ah1 n t ow0)) +("shupe" nil (sh uw1 p)) +("shupert" nil (sh uw1 p er0 t)) +("shuping" nil (sh uw1 p ih0 ng)) +("shupp" nil (sh ah1 p)) +("shur" nil (sh er1)) +("shure" nil (sh uh1 r)) +("shurgard" nil (sh uh1 r g aa1 r d)) +("shurley" nil (sh er1 l iy0)) +("shurr" nil (sh er1)) +("shurtleff" nil (sh er1 t l ih0 f)) +("shurtliff" nil (sh er1 t l ih0 f)) +("shurtz" nil (sh er1 t s)) +("shuster" nil (sh ah1 s t er0)) +("shusterman" nil (sh ah1 s t er0 m ax n)) +("shut" nil (sh ah1 t)) +("shutdown" nil (sh ah1 t d aw1 n)) +("shutdowns" nil (sh ah1 t d aw1 n z)) +("shute" nil (sh uw1 t)) +("shutes" nil (sh uw1 t s)) +("shutout" nil (sh ah1 t aw1 t)) +("shuts" nil (sh ah1 t s)) +("shutt" nil (sh ah1 t)) +("shutter" nil (sh ah1 t er0)) +("shuttered" nil (sh ah1 t er0 d)) +("shuttering" nil (sh ah1 t er0 ih0 ng)) +("shutters" nil (sh ah1 t er0 z)) +("shutting" nil (sh ah1 t ih0 ng)) +("shuttle" nil (sh ah1 t ax l)) +("shuttled" nil (sh ah1 t ax l d)) +("shuttles" nil (sh ah1 t ax l z)) +("shuttlesworth" nil (sh ah1 t ax l z w er1 th)) +("shuttleworth" nil (sh ah1 t ax l w er1 th)) +("shuttling" nil (sh ah1 t ax l ih0 ng)) +("shutts" nil (sh ah1 t s)) +("shuwa" nil (sh uw1 w ax)) +("shy" nil (sh ay1)) +("shying" nil (sh ay1 ih0 ng)) +("shylock" nil (sh ay1 l aa1 k)) +("shyly" nil (sh ay1 l iy0)) +("shymanski" nil (sh ax m ae1 n s k iy0)) +("shyne" nil (sh ay1 n)) +("shyness" nil (sh ay1 n ax s)) +("shysters" nil (sh ay1 s t er0 z)) +("si" nil (s iy1)) +("siam" nil (s ay0 ae1 m)) +("siamese" nil (s ay1 ax m iy1 z)) +("siang" nil (s y ae1 ng)) +("siano" nil (s iy0 aa1 n ow0)) +("sias" nil (zh ao1 z)) +("sib" nil (s ih1 b)) +("sibbie" nil (s ih1 b iy0)) +("sibby" nil (s ih1 b iy0)) +("sibelle" nil (s ih0 b eh1 l)) +("siberia" nil (s ay0 b ih1 r iy0 ax)) +("siberian" nil (s ay0 b ih1 r iy0 ax n)) +("sibert" nil (s ih1 b er0 t)) +("sibil" nil (s ih1 b ax l)) +("sibilia" nil (s iy0 b iy1 l iy0 ax)) +("sibilla" nil (s ih0 b ih1 l ax)) +("sibille" nil (s ih1 b ih0 l)) +("sible" nil (s ay1 b ax l)) +("sibley" nil (s ih1 b l iy0)) +("sibling" nil (s ih1 b l ih0 ng)) +("siblings" nil (s ih1 b l ih0 ng z)) +("sibson" nil (s ih1 b s ax n)) +("sibyl" nil (s ih1 b ax l)) +("sibyll" nil (s ih1 b ih0 l)) +("sic" nil (s ih1 k)) +("sica" nil (s iy1 k ax)) +("sicard" nil (s ih1 k er0 d)) +("sichel" nil (s ih1 k ax l)) +("sichuan" nil (s ih1 ch w aa1 n)) +("sicilia" nil (s ih0 s ih1 l y ax)) +("sicilian" nil (s ih0 s ih1 l iy0 ax n)) +("siciliano" nil (s iy0 ch iy0 l iy0 aa1 n ow0)) +("sicily" nil (s ih1 s ax l iy0)) +("sick" nil (s ih1 k)) +("sickel" nil (s ih1 k ax l)) +("sickels" nil (s ih1 k ax l z)) +("sickened" nil (s ih1 k ax n d)) +("sickening" nil (s ih1 k ax n ih0 ng)) +("sicker" nil (s ih1 k er0)) +("sickest" nil (s ih1 k ax s t)) +("sickinger" nil (s ih1 k ih0 ng er0)) +("sickle" nil (s ih1 k ax l)) +("sickler" nil (s ih1 k l er0)) +("sickles" nil (s ih1 k ax l z)) +("sickly" nil (s ih1 k l iy0)) +("sickman" nil (s ih1 k m ax n)) +("sickness" nil (s ih1 k n ax s)) +("siconolfi" nil (s iy0 k ow0 n ow1 l f iy0)) +("sicotte" nil (s ih0 k ao1 t)) +("sid" nil (s ih1 d)) +("sidak" nil (s ih1 d ae0 k)) +("siddall" nil (s ih1 d ax l)) +("siddeley" nil (s ih1 d ax l iy0)) +("siddell" nil (s ih1 d ax l)) +("sidden" nil (s ih1 d ax n)) +("siddens" nil (s ih1 d ax n z)) +("siddhartha" nil (s ih0 d aa1 r t ah1)) +("siddiqi" nil (s iy0 d iy1 k iy0)) +("siddiqui" nil (s iy0 d iy1 k w iy0)) +("siddle" nil (s ih1 d ax l)) +("siddons" nil (s ih1 d ax n z)) +("side" nil (s ay1 d)) +("sided" nil (s ay1 d ax d)) +("sidek" nil (s ay1 d eh1 k)) +("sidekick" nil (s ay1 d k ih1 k)) +("sideline" nil (s ay1 d l ay1 n)) +("sidelined" nil (s ay1 d l ay1 n d)) +("sidelines" nil (s ay1 d l ay1 n z)) +("sidell" nil (s ay1 d ax l)) +("sideman" nil (s ay1 d m ae1 n)) +("sidener" nil (s ih1 d iy0 n er0)) +("sider" nil (s ay1 d er0)) +("siderca" nil (s ih0 d er1 k ax)) +("sideris" nil (s ih1 d er0 ih0 s)) +("siderographers" nil (s ay1 d er0 ao1 g r ax f er0 z)) +("siders" nil (s ay1 d er0 z)) +("sides" nil (s ay1 d z)) +("sideshow" nil (s ay1 d sh ow1)) +("sidestep" nil (s ay1 d s t eh1 p)) +("sidestepped" nil (s ay1 d s t eh1 p t)) +("sidestepping" nil (s ay1 d s t eh1 p ih0 ng)) +("sidesteps" nil (s ay1 d s t eh1 p s)) +("sidestream" nil (s ay1 d s t r iy1 m)) +("sidetrack" nil (s ay1 d t r ae1 k)) +("sidetracked" nil (s ay1 d t r ae1 k t)) +("sidewalk" nil (s ay1 d w ao1 k)) +("sidewalks" nil (s ay1 d w ao1 k s)) +("sidewater" nil (s ay1 d w ao1 t er0)) +("sideways" nil (s ay1 d w ey1 z)) +("sidewinder" nil (s ay1 d w ay1 n d er0)) +("sidewise" nil (s ay1 d w ay1 z)) +("sidhu" nil (s ih1 d hh uw0)) +("siding" nil (s ay1 d ih0 ng)) +("sidle" nil (s ay1 d ax l)) +("sidler" nil (s ay1 d ax l er0)) +("sidley" nil (s ih1 d l iy0)) +("sidman" nil (s ih1 d m ax n)) +("sidney" nil (s ih1 d n iy0)) +("sidon" nil (s ay1 d ax n)) +("sidonia" nil (s iy0 d ow1 n iy0 ax)) +("sidor" nil (s ih1 d er0)) +("sidoti" nil (s iy0 d ow1 t iy0)) +("sidra" nil (s ih1 d r ax)) +("sids" nil (s ih1 d z)) +("sidwell" nil (s ih1 d w eh1 l)) +("sie" nil (s iy1)) +("siebe" nil (s iy1 b)) +("siebel" nil (s iy1 b ax l)) +("siebels" nil (s iy1 b ax l z)) +("sieben" nil (s iy1 b ax n)) +("siebenaler" nil (s iy1 b ih0 n ax l er0)) +("sieber" nil (s iy1 b er0)) +("siebers" nil (s iy1 b er0 z)) +("siebert" nil (s iy1 b er0 t)) +("siebold" nil (s iy1 b ow1 l d)) +("siebrecht" nil (s iy1 b r ih0 k t)) +("sieck" nil (s iy1 k)) +("siecle" nil (s iy1 k ax l)) +("siedenburg" nil (s iy1 d ax n b er0 g)) +("siedlecki" nil (s iy0 d l eh1 t s k iy0)) +("siedschlag" nil (s iy1 d sh l ax g)) +("siefert" nil (s iy1 f er0 t)) +("siefken" nil (s iy1 f k ax n)) +("siefker" nil (s iy1 f k er0)) +("sieg" nil (s iy1 g)) +("siegal" nil (s iy1 g ax l)) +("siegan" nil (s iy1 g ax n)) +("siege" nil (s iy1 jh)) +("siegecraft" nil (s iy1 jh k r ae1 f t)) +("siegel" nil (s iy1 g ax l)) +("siegell" nil (s iy1 g ax l)) +("siegelman" nil (s iy1 g ax l m ax n)) +("siegenthaler" nil (s iy1 g ih0 n th ax l er0)) +("sieger" nil (s iy1 g er0)) +("siegert" nil (s iy1 g er0 t)) +("siegfried" nil (s iy1 g f r iy1 d)) +("siegle" nil (s iy1 g ax l)) +("siegler" nil (s iy1 g l er0)) +("siegman" nil (s iy1 g m ax n)) +("siegmann" nil (s iy1 g m ax n)) +("siegmund" nil (s iy1 g m ax n d)) +("siegrist" nil (s iy1 g r ih0 s t)) +("sieh" nil (s iy1)) +("sieja" nil (s ey1 ax)) +("siek" nil (s iy1 k)) +("siekierski" nil (s iy0 k ih1 r s k iy0)) +("siekman" nil (s iy1 k m ax n)) +("sielaff" nil (s iy0 l ae1 f)) +("sieler" nil (s iy1 l er0)) +("sieling" nil (s iy1 l ih0 ng)) +("sieloff" nil (s iy1 l ao0 f)) +("sielski" nil (s iy1 l s k iy0)) +("siem" nil (s iy1 m)) +("siemel" nil (s iy1 m ax l)) +("siemens" nil (s iy1 m ax n z)) +("siemer" nil (s iy1 m er0)) +("siemers" nil (s iy1 m er0 z)) +("sieminski" nil (s iy0 m ih1 n s k iy0)) +("siemon" nil (s iy1 m ax n)) +("siems" nil (s iy1 m z)) +("siemsen" nil (s iy1 m s ax n)) +("sienko" nil (s iy0 eh1 ng k ow0)) +("sieracki" nil (s ih0 r aa1 t s k iy0)) +("sierchio" nil (s iy1 r ch iy0 ow0)) +("sierra" nil (s iy0 eh1 r ax)) +("sierracin" nil (s iy0 eh1 r ax s ih0 n)) +("sierras" nil (s iy0 eh1 r ax z)) +("siers" nil (s iy1 r z)) +("sies" nil (s iy1 z)) +("siess" nil (s iy1 s)) +("sietsema" nil (s iy0 t s iy1 m ax)) +("sieve" nil (s ih1 v)) +("siever" nil (s iy1 v er0)) +("sievers" nil (s iy1 v er0 z)) +("sievert" nil (s iy1 v er0 t)) +("sieves" nil (s ih1 v z)) +("sieving" nil (s ih1 v ih0 ng)) +("siew" nil (s uw1)) +("siewert" nil (s iy1 w er0 t)) +("siewiorek" nil (s ax w ao1 r ih0 k)) +("sifco" nil (s ih1 f k ow0)) +("sifers" nil (s ay1 f er0 z)) +("sifford" nil (s ih1 f er0 d)) +("sift" nil (s ih1 f t)) +("sifted" nil (s ih1 f t ih0 d)) +("sifting" nil (s ih1 f t ih0 ng)) +("sifts" nil (s ih1 f t s)) +("sifuentes" nil (s iy0 f w eh1 n t eh0 s)) +("sigafoos" nil (s ih1 g ax f uw1 z)) +("sigal" nil (s ay1 jh ax l)) +("sigala" nil (s iy0 g aa1 l ax)) +("sigel" nil (s ih1 g ax l)) +("sigfreda" nil (s iy0 g f r eh1 d ax)) +("sigg" nil (s ih1 g)) +("siggers" nil (s ih1 g er0 z)) +("siggins" nil (s ih1 g ih0 n z)) +("sigh" nil (s ay1)) +("sighed" nil (s ay1 d)) +("sighing" nil (s ay1 ih0 ng)) +("sighs" nil (s ay1 z)) +("sight" nil (s ay1 t)) +("sighted" nil (s ay1 t ax d)) +("sighting" nil (s ay1 t ih0 ng)) +("sightings" nil (s ay1 t ih0 ng z)) +("sights" nil (s ay1 t s)) +("sightseeing" nil (s ay1 t s iy1 ih0 ng)) +("sigl" nil (s ih1 g ax l)) +("sigle" nil (s ay1 g ax l)) +("sigler" nil (s ay1 g ax l er0)) +("sigley" nil (s ih1 g l iy0)) +("siglin" nil (s ih1 g l ih0 n)) +("sigma" nil (s ih1 g m ax)) +("sigmaform" nil (s ih1 g m ax f ao0 r m)) +("sigman" nil (s ih1 g m ax n)) +("sigmon" nil (s ih1 g m ax n)) +("sigmund" nil (s ih1 g m ax n d)) +("sign" nil (s ay1 n)) +("signa" nil (s ih1 g n ax)) +("signage" nil (s ay1 n ih0 jh)) +("signal" nil (s ih1 g n ax l)) +("signaled" nil (s ih1 g n ax l d)) +("signaling" nil (s ih1 g n ax l ih0 ng)) +("signalled" nil (s ih1 g n ax l d)) +("signalling" nil (s ih1 g n ax l ih0 ng)) +("signals" nil (s ih1 g n ax l z)) +("signatories" nil (s ih1 g n ax t ao1 r iy0 z)) +("signatory" nil (s ih1 g n ax t ao1 r iy0)) +("signature" nil (s ih1 g n ax ch er0)) +("signatures" nil (s ih1 g n ax ch er0 z)) +("signed" nil (s ay1 n d)) +("signer" nil (s ay1 n er0)) +("signers" nil (s ay1 n er0 z)) +("signet" nil (s ih1 g n ih0 t)) +("signficant" nil (s ay1 n f ih0 k ax n t)) +("significance" nil (s ax g n ih1 f ih0 k ax n s)) +("significant" nil (s ax g n ih1 f ih0 k ax n t)) +("significantly" nil (s ih0 g n ih1 f ih0 k ax n t l iy0)) +("signified" nil (s ih1 g n ax f ay1 d)) +("signifies" nil (s ih1 g n ax f ay1 z)) +("signify" nil (s ih1 g n ax f ay1)) +("signifying" nil (s ih1 g n ax f ay1 ih0 ng)) +("signing" nil (s ay1 n ih0 ng)) +("signings" nil (s ay1 n ih0 ng z)) +("signor" nil (s iy1 n y ao0 r)) +("signore" nil (s iy0 n y ao1 r ey0)) +("signorelli" nil (s iy0 g n ao0 r eh1 l iy0)) +("signposts" nil (s ay1 n p ow1 s t s)) +("signs" nil (s ay1 n z)) +("sigoloff" nil (s ih1 g ax l ao0 f)) +("sigourney" nil (s ih0 g ao1 r n iy0)) +("sigrid" nil (s ih1 g r ih0 d)) +("sigrist" nil (s ih1 g r ih0 s t)) +("sigur" nil (s ih1 g er0)) +("sigurd" nil (s ih1 g er0 d)) +("sigurdson" nil (s ih1 g er0 d s ax n)) +("sigwald" nil (s ih1 g w ax l d)) +("sihanouk" nil (s iy1 ax n uh1 k)) +("sikes" nil (s ay1 k s)) +("sikh" nil (s iy1 k)) +("sikhs" nil (s iy1 k s)) +("sikkema" nil (s ih0 k iy1 m ax)) +("sikora" nil (s ih0 k ao1 r ax)) +("sikorski" nil (s ih0 k ao1 r s k iy0)) +("sikorsky" nil (s ih0 k ao1 r s k iy0)) +("sil" nil (s ih1 l)) +("silajdzic" nil (s ih1 l aa1 jh ih0 k)) +("silas" nil (s ay1 l ax s)) +("silbaugh" nil (s ih1 l b ao1)) +("silber" nil (s ih1 l b er0)) +("silberberg" nil (s ih1 l b er0 b er0 g)) +("silberg" nil (s ih1 l b er0 g)) +("silbergeld" nil (s ih1 l b er0 g eh1 l d)) +("silberman" nil (s ih1 l b er0 m ax n)) +("silbernagel" nil (s ih1 l b er0 n ax g ax l)) +("silberner" nil (s ih0 l b er1 n er0)) +("silberstein" nil (s ih1 l b er0 s t iy1 n)) +("silbert" nil (s ih1 l b er0 t)) +("silcott" nil (s ih1 l k ax t)) +("silcox" nil (s ih1 l k aa0 k s)) +("silence" nil (s ay1 l ax n s)) +("silenced" nil (s ay1 l ax n s t)) +("silences" nil (s ay1 l ax n s ih0 z)) +("silencing" nil (s ay1 l ax n s ih0 ng)) +("silent" nil (s ay1 l ax n t)) +("silently" nil (s ay1 l ax n t l iy0)) +("sileo" nil (s ih1 l iy0 ow0)) +("siler" nil (s ay1 l er0)) +("silesia" nil (s ih0 l iy1 z ax)) +("silex" nil (s ih1 l ax k s)) +("silfies" nil (s ih1 l f iy0 z)) +("silguero" nil (s iy0 l g eh1 r ow0)) +("silhouette" nil (s ih1 l ax w eh1 t)) +("silhouettes" nil (s ih1 l ax w eh1 t s)) +("silica" nil (s ih1 l ax k ax)) +("silicate" nil (s ih1 l ax k ax t)) +("silicates" nil (s ih1 l ax k ax t s)) +("silicon" nil (s ih1 l ax k ax n)) +("silicone" nil (s ih1 l ax k ow1 n)) +("silicones" nil (s ih1 l ax k ow1 n z)) +("siliconix" nil (s ih1 l ih0 k aa1 n ih0 k s)) +("silk" nil (s ih1 l k)) +("silkey" nil (s ih1 l k iy0)) +("silks" nil (s ih1 l k s)) +("silkwood" nil (s ih1 l k w uh1 d)) +("silkworm" nil (s ih1 l k w er0 m)) +("silkworms" nil (s ih1 l k w er1 m z)) +("silky" nil (s ih1 l k iy0)) +("sill" nil (s ih1 l)) +("siller" nil (s ih1 l er0)) +("sillerman" nil (s ih1 l er0 m ax n)) +("sillier" nil (s ih1 l iy0 er0)) +("silliest" nil (s ih1 l iy0 ax s t)) +("silliman" nil (s ih1 l ih0 m ax n)) +("silliness" nil (s ih1 l iy0 n ax s)) +("sillman" nil (s ih1 l m ax n)) +("sills" nil (s ih1 l z)) +("silly" nil (s ih1 l iy0)) +("silman" nil (s ih1 l m ax n)) +("silmon" nil (s iy0 l m ao1 n)) +("silo" nil (s ay1 l ow0)) +("silos" nil (s ay1 l ow1 z)) +("silsby" nil (s ih1 l s b iy0)) +("silt" nil (s ih1 l t)) +("siltec" nil (s ih1 l t eh1 k)) +("silva" nil (s ih1 l v ax)) +("silvadio" nil (s ih0 l v aa1 d iy0 ow0)) +("silvana" nil (s ih0 l v aa1 n ax)) +("silvar" nil (s ih1 l v aa0 r)) +("silvas" nil (s ih1 l v ax z)) +("silveira" nil (s iy0 l v eh1 r ax)) +("silver" nil (s ih1 l v er0)) +("silvera" nil (s iy0 l v eh1 r ax)) +("silverado" nil (s ih1 l v er0 aa1 d ow0)) +("silverberg" nil (s ih1 l v er0 b er0 g)) +("silvercrest" nil (s ih1 l v er0 k r eh1 s t)) +("silverdome" nil (s ih1 l v er0 d ow1 m)) +("silveri" nil (s iy0 l v eh1 r iy0)) +("silveria" nil (s iy0 l v eh1 r iy0 ax)) +("silverio" nil (s iy0 l v eh1 r iy0 ow0)) +("silverlake" nil (s ih1 l v er0 l ey1 k)) +("silverman" nil (s ih1 l v er0 m ae1 n)) +("silvernail" nil (s ih1 l v er0 n ey1 l)) +("silverplate" nil (s ih1 l v er0 p l ey1 t)) +("silvers" nil (s ih1 l v er0 z)) +("silvershoe" nil (s ih1 l v er0 sh uw1)) +("silversides" nil (s ih1 l v er0 s ay1 d z)) +("silverstein" nil (s ih1 l v er0 s t iy1 n)) +("silverstone" nil (s ih1 l v er0 s t ow1 n)) +("silverthorn" nil (s ih0 l v er1 th er0 n)) +("silverthorne" nil (s ih0 l v er1 th er0 n)) +("silverware" nil (s ih1 l v er0 w eh1 r)) +("silvery" nil (s ih1 l v er0 iy0)) +("silvester" nil (s ih0 l v eh1 s t er0)) +("silvestre" nil (s iy0 l v ey1 s t r ey0)) +("silvestri" nil (s iy0 l v eh1 s t r iy0)) +("silvestro" nil (s iy0 l v ey1 s t r ow0)) +("silvey" nil (s ih1 l v iy0)) +("silvi" nil (s ih1 l v iy0)) +("silvia" nil (s ih1 l v iy0 ax)) +("silvie" nil (s ih1 l v iy0)) +("silvio" nil (s ih1 l v iy0 ow0)) +("silvis" nil (s ih1 l v ih0 s)) +("silvius" nil (s ih1 l v iy0 ih0 s)) +("sim" nil (s ih1 m)) +("sima" nil (s iy1 m ax)) +("simard" nil (s ih1 m er0 d)) +("simas" nil (s ay1 m ax z)) +("simba" nil (s ih1 m b ax)) +("simcha" nil (s ih1 m hh ax)) +("simco" nil (s ih1 m k ow0)) +("simcoe" nil (s ih1 m k ow1)) +("simcox" nil (s ih1 m k aa1 k s)) +("sime" nil (s ay1 m)) +("simek" nil (s ih1 m ih0 k)) +("simenson" nil (s ih1 m ih0 n s ax n)) +("simental" nil (s ih0 m eh1 n t ax l)) +("simeon" nil (s ih1 m iy0 ax n)) +("simeone" nil (s ih1 m iy0 ah1 n)) +("simer" nil (s ay1 m er0)) +("simerly" nil (s ay1 m er0 l iy0)) +("simerson" nil (s ih1 m er0 s ax n)) +("simes" nil (s ay1 m z)) +("simex" nil (s ih1 m eh0 k s)) +("simi" nil (s iy1 m iy0)) +("simian" nil (s ih1 m iy0 ax n)) +("simich" nil (s ih1 m ih0 ch)) +("simien" nil (s ih1 m iy0 n)) +("similar" nil (s ih1 m ax l er0)) +("similarities" nil (s ih1 m ax l eh1 r ax t iy0 z)) +("similarity" nil (s ih1 m ax l eh1 r ax t iy0)) +("similarly" nil (s ih1 m ax l er0 l iy0)) +("similiar" nil (s ih0 m ih1 l iy0 aa0 r)) +("simington" nil (s ih1 m ih0 ng t ax n)) +("siminski" nil (s ih0 m ih1 n s k iy0)) +("simione" nil (s iy1 m iy0 ow1 n iy0)) +("simison" nil (s ih1 m ih0 s ax n)) +("simkin" nil (s ih1 m k ih0 n)) +("simkins" nil (s ih1 m k ih0 n z)) +("simko" nil (s ih1 m k ow0)) +("simler" nil (s ih1 m ax l er0)) +("simm" nil (s ih1 m)) +("simmer" nil (s ih1 m er0)) +("simmered" nil (s ih1 m er0 d)) +("simmering" nil (s ih1 m er0 ih0 ng)) +("simmerman" nil (s ih1 m er0 m ax n)) +("simmers" nil (s ih1 m er0 z)) +("simmert" nil (s ih1 m er0 t)) +("simmon" nil (s ih1 m ax n)) +("simmonds" nil (s ih1 m ax n d z)) +("simmons" nil (s ih1 m ax n z)) +("simms" nil (s ih1 m z)) +("simo" nil (s iy1 m ow0)) +("simoes" nil (s ay1 m ow0 z)) +("simon" nil (s ay1 m ax n)) +("simona" nil (s ih0 m ow1 n ax)) +("simonds" nil (s ay1 m ax n d z)) +("simone" nil (s ih0 m ow1 n)) +("simoneau" nil (s ih1 m ax n ow0)) +("simoneaux" nil (s ih1 m ax n ow0)) +("simonelli" nil (s iy1 m ow0 n eh1 l iy0)) +("simonet" nil (s ih1 m ax n eh0 t)) +("simonetta" nil (s iy0 m ax n eh1 t ax)) +("simonette" nil (s ih1 m ax n eh0 t)) +("simonetti" nil (s iy0 m ow0 n eh1 t iy0)) +("simoni" nil (s iy0 m ow1 n iy0)) +("simonian" nil (s ih0 m ow1 n iy0 ax n)) +("simonich" nil (s ih1 m ax n ih0 k)) +("simonin" nil (s ih1 m ax n ih0 n)) +("simonis" nil (s ih1 m ax n ih0 s)) +("simons" nil (s ay1 m ax n z)) +("simonsen" nil (s ih1 m ax n s ax n)) +("simonson" nil (s ih1 m ax n s ax n)) +("simonsson" nil (s ay1 m ax n s ax n)) +("simonton" nil (s ih0 m aa1 n t ax n)) +("simper" nil (s ih1 m p er0)) +("simpkins" nil (s ih1 m p k ih0 n z)) +("simple" nil (s ih1 m p ax l)) +("simpler" nil (s ih1 m p ax l er0)) +("simplesse" nil (s ih0 m p l eh1 s)) +("simplest" nil (s ih1 m p l ax s t)) +("simplex" nil (s ih1 m p l eh1 k s)) +("simplicity" nil (s ih0 m p l ih1 s ax t iy0)) +("simplification" nil (s ih1 m p l ax f ih0 k ey1 sh ax n)) +("simplified" nil (s ih1 m p l ax f ay1 d)) +("simplifies" nil (s ih1 m p l ax f ay1 z)) +("simplify" nil (s ih1 m p l ax f ay1)) +("simplifying" nil (s ih1 m p l ax f ay1 ih0 ng)) +("simplistic" nil (s ih0 m p l ih1 s t ih0 k)) +("simplot" nil (s ih1 m p l aa0 t)) +("simply" nil (s ih1 m p l iy0)) +("simpson" nil (s ih1 m p s ax n)) +("simpsons" nil (s ih1 m p s ax n z)) +("sims" nil (s ih1 m z)) +("simsbury" nil (s ih1 m z b eh1 r iy0)) +("simson" nil (s ih1 m s ax n)) +("simulate" nil (s ih1 m y ax l ax t)) +("simulated" nil (s ih1 m y ax l ey1 t ih0 d)) +("simulates" nil (s ih1 m y ax l ey1 t s)) +("simulating" nil (s ih1 m y ax l ey1 t ih0 ng)) +("simulation" nil (s ih1 m y ax l ey1 sh ax n)) +("simulations" nil (s ih1 m y uw0 l ey1 sh ax n z)) +("simulator" nil (s ih1 m y ax l ey1 t er0)) +("simulators" nil (s ih1 m y ax l ey1 t er0 z)) +("simultaneous" nil (s ay1 m ax l t ey1 n iy0 ax s)) +("simultaneously" nil (s ay1 m ax l t ey1 n iy0 ax s l iy0)) +("sin" nil (s ih1 n)) +("sinagra" nil (s ih0 n ae1 g r ax)) +("sinai" nil (s ay1 n ay1)) +("sinar" nil (s ay1 n er0)) +("sinatra" nil (s ax n aa1 t r ax)) +("sinay" nil (s ih0 n ey1)) +("sincavage" nil (s iy0 n k aa1 v ih0 jh)) +("since" nil (s ih1 n s)) +("sincere" nil (s ax n s ih1 r)) +("sincerely" nil (s ih0 n s ih1 r l iy0)) +("sincerity" nil (s ax n s eh1 r ax t iy0)) +("sinclair" nil (s ih0 n k l eh1 r)) +("sind" nil (s ih1 n d)) +("sindelar" nil (s ih1 n d ih0 l er0)) +("sindlinger" nil (s ih1 n d l ih1 ng er0)) +("sindona" nil (s ih0 n d ow1 n ax)) +("sindoni" nil (s iy0 n d ow1 n iy0)) +("sindt" nil (s ih1 n t)) +("sine" nil (s ay1 n)) +("sineath" nil (s ih1 n eh0 th)) +("sinegal" nil (s ih1 n ih0 g ax l)) +("siner" nil (s ay1 n er0)) +("sines" nil (s ay1 n z)) +("sinewy" nil (s ih1 n y uw0 iy0)) +("sinfonia" nil (s ih0 n f ow1 n iy0 ax)) +("sinful" nil (s ih1 n f ax l)) +("sing" nil (s ih1 ng)) +("singapore" nil (s ih1 ng ax p ao1 r)) +("singaporean" nil (s ih0 ng g ax p ao1 r iy0 ax n)) +("singaporeans" nil (s ih0 ng g ax p ao1 r iy0 ax n z)) +("singer" nil (s ih1 ng er0)) +("singerman" nil (s ih1 n jh er1 m ax n)) +("singers" nil (s ih1 ng er0 z)) +("singh" nil (s ih1 ng)) +("singing" nil (s ih1 ng ih0 ng)) +("singlaub" nil (s ih1 ng l aw1 b)) +("single" nil (s ih1 ng g ax l)) +("singled" nil (s ih1 ng g ax l d)) +("singlehandedly" nil (s ih1 ng g ax l hh ae1 n d ih0 d l iy0)) +("singler" nil (s ih1 ng g ax l er0)) +("singles" nil (s ih1 ng g ax l z)) +("singletary" nil (s ih1 ng g l ih0 t eh0 r iy0)) +("singleterry" nil (s ih1 ng g l ih0 t eh0 r iy0)) +("singleton" nil (s ih1 ng g ax l t ax n)) +("singley" nil (s ih1 ng g l iy0)) +("singling" nil (s ih1 ng g ax l ih0 ng)) +("singly" nil (s ih1 ng g l iy0)) +("sings" nil (s ih1 ng z)) +("singular" nil (s ih1 ng g y ax l er0)) +("singularization" nil (s ih1 ng g y ax l er0 ih0 z ey1 sh ax n)) +("singularly" nil (s ih1 ng g y ax l er0 l iy0)) +("sinha" nil (s ih1 n hh ax)) +("sinhalese" nil (s ih1 n ax l iy1 z)) +("siniard" nil (s ih1 n iy0 er0 d)) +("sinibaldi" nil (s ih0 n ih0 b aa1 l d iy0)) +("siniscalchi" nil (s ih0 n ih0 s k aa1 l k iy0)) +("sinisi" nil (s ih0 n iy1 s iy0)) +("sinister" nil (s ih1 n ih0 s t er0)) +("sink" nil (s ih1 ng k)) +("sinker" nil (s ih1 ng k er0)) +("sinkfield" nil (s ih1 ng k f iy1 l d)) +("sinkhole" nil (s ih1 ng k hh ow1 l)) +("sinkhorn" nil (s ih1 ng k hh er0 n)) +("sinking" nil (s ih1 ng k ih0 ng)) +("sinkler" nil (s ih1 ng k l er0)) +("sinko" nil (s ih1 ng k ow0)) +("sinks" nil (s ih1 ng k s)) +("sinn" nil (s ih1 n)) +("sinned" nil (s ih1 n d)) +("sinner" nil (s ih1 n er0)) +("sinners" nil (s ih1 n er0 z)) +("sinnett" nil (s ih1 n ih0 t)) +("sinning" nil (s ih1 n ih0 ng)) +("sinnott" nil (s ih1 n ax t)) +("sino" nil (s ay1 n ow0)) +("sinopec" nil (s ay1 n ow0 p eh1 k)) +("sinopoli" nil (s iy0 n ow0 p ow1 l iy0)) +("sinor" nil (s ay1 n er0)) +("sinquefield" nil (s ih1 n k w ih0 f iy0 l d)) +("sins" nil (s ih1 n z)) +("sinsabaugh" nil (s ih1 n s ax b ao1)) +("sinsel" nil (s ih1 n s ax l)) +("sinton" nil (s ih1 n t ax n)) +("sinuous" nil (s ih1 n w ax s)) +("sinus" nil (s ay1 n ax s)) +("sinuses" nil (s ay1 n ax s ax z)) +("sinyard" nil (s ih1 n y aa1 r d)) +("siobhan" nil (sh aw1 b aa1 n)) +("sioux" nil (s uw1)) +("sip" nil (s ih1 p)) +("sipe" nil (s ay1 p)) +("sipelstein" nil (s ih1 p ax l s t ay0 n)) +("sipes" nil (s ay1 p s)) +("siphon" nil (s ay1 f ax n)) +("siphoned" nil (s ay1 f ax n d)) +("siphoning" nil (s ay1 f ax n ih0 ng)) +("siphons" nil (s ay1 f ax n z)) +("siple" nil (s ay1 p ax l)) +("sipos" nil (s ay1 p ow0 z)) +("sipp" nil (s ih1 p)) +("sipped" nil (s ih1 p t)) +("sippel" nil (s ih1 p ax l)) +("sippican" nil (s ih1 p ih0 k ax n)) +("sipping" nil (s ih1 p ih0 ng)) +("sipple" nil (s ih1 p ax l)) +("sips" nil (s ih1 p s)) +("sir" nil (s er1)) +("siracusa" nil (s ih0 r aa0 k uw1 s ax)) +("siracuse" nil (s ih0 r aa0 k uw1 s iy0)) +("siragusa" nil (s ih0 r aa0 g uw1 s ax)) +("siravo" nil (s ih0 r aa1 v ow0)) +("sircy" nil (s er1 k iy0)) +("sire" nil (s ay1 er0)) +("sirek" nil (s ao1 r ih0 k)) +("siren" nil (s ay1 r ax n)) +("sirena" nil (s ih0 r eh1 n ax)) +("sirens" nil (s ay1 r ax n z)) +("sires" nil (s ay1 r z)) +("siri" nil (s ih1 r iy0)) +("sirianni" nil (s ih0 r iy0 aa1 n iy0)) +("sirignano" nil (s ih1 r iy0 n y aa1 n ow0)) +("siris" nil (s ay1 r ih0 s)) +("sirk" nil (s er1 k)) +("sirkin" nil (s er1 k ih0 n)) +("sirko" nil (s er1 k ow0)) +("sirles" nil (s ao1 r ax l z)) +("sirman" nil (s er1 m ax n)) +("sirmans" nil (s er1 m ax n z)) +("sirmon" nil (s er1 m ax n)) +("sirmons" nil (s er1 m ax n z)) +("sirna" nil (s er1 n ax)) +("sirois" nil (s ay0 r w aa1)) +("siroky" nil (s ih1 r ax k iy0)) +("siron" nil (s ao1 r ax n)) +("sirota" nil (s ih0 r ow1 t ax)) +("sirowitz" nil (s ih1 r ax w ih0 t s)) +("sirri" nil (s ih1 r iy0)) +("sirrine" nil (s ih0 r iy1 n iy0)) +("sis" nil (s ih1 s)) +("sisco" nil (s iy1 s k ow0)) +("siscoe" nil (s ih1 s k ow0)) +("sisemore" nil (s ay1 z m ao0 r)) +("sisk" nil (s ih1 s k)) +("siska" nil (s iy1 s k ax)) +("siskel" nil (s ih1 s k ax l)) +("siskin" nil (s ih1 s k ih0 n)) +("siskind" nil (s ih1 s k ih0 n d)) +("sisko" nil (s ih1 s k ow0)) +("sisler" nil (s ih1 s ax l er0)) +("sisley" nil (s ih1 z l iy0)) +("sisneros" nil (s ih1 s n er0 ow0 z)) +("sisney" nil (s ih1 z n iy0)) +("sison" nil (s ih1 s ax n)) +("sissel" nil (s ih1 s ax l)) +("sissie" nil (s ih1 s iy0)) +("sissom" nil (s ih1 s ax m)) +("sisson" nil (s ih1 s ax n)) +("sissy" nil (s ih1 s iy0)) +("sistare" nil (s iy0 s t aa1 r iy0)) +("sistek" nil (s ih1 s t ih0 k)) +("sister" nil (s ih1 s t er0)) +("sisters" nil (s ih1 s t er0 z)) +("sisti" nil (s ih1 s t iy0)) +("sistine" nil (s ih0 s t iy1 n)) +("sisto" nil (s ih1 s t ow0)) +("sistrunk" nil (s ih1 s t r ax ng k)) +("sisulu" nil (s ih0 s uw1 l uw0)) +("sit" nil (s ih1 t)) +("sitar" nil (s ih1 t er0)) +("sitcom" nil (s ih1 t k aa1 m)) +("sitcoms" nil (s ih1 t k aa0 m z)) +("site" nil (s ay1 t)) +("sited" nil (s ay1 t ih0 d)) +("sitek" nil (s ih1 t eh0 k)) +("sites" nil (s ay1 t s)) +("sithe" nil (s ay1 dh)) +("siting" nil (s ay1 t ih0 ng)) +("sitiveni" nil (s iy1 t ih0 v iy1 n iy0)) +("sitka" nil (s ih1 t k ax)) +("sitko" nil (s ih1 t k ow0)) +("sitler" nil (s ay1 t ax l er0)) +("sitmar" nil (s ih1 t m aa1 r)) +("sitrick" nil (s ih1 t r ih0 k)) +("sits" nil (s ih1 t s)) +("sitter" nil (s ih1 t er0)) +("sitterly" nil (s ih1 t er0 l iy0)) +("sitters" nil (s ih1 t er0 z)) +("sittig" nil (s ih1 t ih0 g)) +("sitting" nil (s ih1 t ih0 ng)) +("sittler" nil (s ih1 t l er0)) +("sittner" nil (s ih1 t n er0)) +("sitton" nil (s ih1 t ax n)) +("sitts" nil (s ih1 t s)) +("situated" nil (s ih1 ch uw0 ey1 t ih0 d)) +("situation" nil (s ih1 ch uw0 ey1 sh ax n)) +("situations" nil (s ih1 ch uw0 ey1 sh ax n z)) +("situs" nil (s ay1 t ax s)) +("sitz" nil (s ih1 t s)) +("sitze" nil (s ih1 t z)) +("sitzer" nil (s ih1 t z er0)) +("sitzes" nil (s ih1 t s ih0 z)) +("sitzman" nil (s ih1 t s m ax n)) +("sitzmann" nil (s ih1 t s m ax n)) +("siu" nil (s iy1 uw0)) +("siuda" nil (s iy0 uw1 d ax)) +("sivak" nil (s ih1 v ax k)) +("siver" nil (s ay1 v er0)) +("siverling" nil (s ih1 v er0 l ih0 ng)) +("siverson" nil (s ih1 v er0 s ax n)) +("sivertsen" nil (s ih1 v er0 t s ax n)) +("sivertson" nil (s ih1 v er0 t s ax n)) +("sivils" nil (s ih1 v ax l z)) +("sivley" nil (s ih1 v l iy0)) +("siwek" nil (s ih1 w ih0 k)) +("six" nil (s ih1 k s)) +("sixed" nil (s ih1 k s t)) +("sixes" nil (s ih1 k s ih0 z)) +("sixfold" nil (s ih1 k s f ow1 l d)) +("sixteen" nil (s ih0 k s t iy1 n)) +("sixteens" nil (s ih1 k s t iy1 n z)) +("sixteenth" nil (s ih0 k s t iy1 n th)) +("sixteenths" nil (s ih1 k s t iy1 n th s)) +("sixth" nil (s ih1 k s th)) +("sixths" nil (s ih1 k s th s)) +("sixties" nil (s ih1 k s t iy0 z)) +("sixtieth" nil (s ih1 k s t iy0 ih0 th)) +("sixty" nil (s ih1 k s t iy0)) +("sizable" nil (s ay1 z ax b ax l)) +("size" nil (s ay1 z)) +("sizeable" nil (s ay1 z ax b ax l)) +("sized" nil (s ay1 z d)) +("sizeler" nil (s ay1 z l er0)) +("sizelove" nil (s ay1 z l ah1 v)) +("sizemore" nil (s ay1 z m ao0 r)) +("sizer" nil (s ay1 z er0)) +("sizes" nil (s ay1 z ax z)) +("sizing" nil (s ay1 z ih0 ng)) +("sizzle" nil (s ih1 z ax l)) +("sizzled" nil (s ih1 z ax l d)) +("sizzler" nil (s ih1 z l er0)) +("sizzlin" nil (s ih1 z l ih0 n)) +("sizzling" nil (s ih1 z ax l ih0 ng)) +("sjoberg" nil (sh ow1 b er0 g)) +("sjoblom" nil (sh ow1 b l aa0 m)) +("sjodin" nil (sh ow1 d ih0 n)) +("sjogren" nil (sh ow1 g r ax n)) +("sjolander" nil (sh ow1 l ae1 n d er0)) +("sjoquist" nil (sh ow1 k w ih0 s t)) +("sjostrom" nil (sh ow1 s t r ax m)) +("skaar" nil (s k aa1 r)) +("skadden" nil (s k ae1 d ih0 n)) +("skaff" nil (s k ae1 f)) +("skaggs" nil (s k ae1 g z)) +("skains" nil (s k ey1 n z)) +("skala" nil (s k aa1 l ax)) +("skalicky" nil (s k ax l ih1 k iy0)) +("skalla" nil (s k ae1 l ax)) +("skalski" nil (s k aa1 l s k iy0)) +("skalsky" nil (s k aa1 l s k iy0)) +("skandia" nil (s k ae1 n d iy0 er0)) +("skandinaviska" nil (s k ae1 n d ih0 n ax v ih1 s ax)) +("skanska" nil (s k ae1 n s k ax)) +("skarda" nil (s k aa1 r d ax)) +("skare" nil (s k eh1 r)) +("skase" nil (s k ey1 z)) +("skate" nil (s k ey1 t)) +("skateboard" nil (s k ey1 t b ao1 r d)) +("skateboarding" nil (s k ey1 t b ao1 r d ih0 ng)) +("skated" nil (s k ey1 t ih0 d)) +("skater" nil (s k ey1 t er0)) +("skaters" nil (s k ey1 t er0 z)) +("skates" nil (s k ey1 t s)) +("skating" nil (s k ey1 t ih0 ng)) +("skeat" nil (s k iy1 t)) +("skeel" nil (s k iy1 l)) +("skeels" nil (s k iy1 l z)) +("skeen" nil (s k iy1 n)) +("skeens" nil (s k iy1 n z)) +("skees" nil (s k iy1 z)) +("skeet" nil (s k iy1 t)) +("skeete" nil (s k iy1 t)) +("skeeter" nil (s k iy1 t er0)) +("skeeters" nil (s k iy1 t er0 z)) +("skeets" nil (s k iy1 t s)) +("skeffington" nil (s k eh1 f ih0 ng t ax n)) +("skehan" nil (s k ey1 ax n)) +("skeletal" nil (s k eh1 l ax t ax l)) +("skeleton" nil (s k eh1 l ax t ax n)) +("skeletons" nil (s k eh1 l ax t ax n z)) +("skellenger" nil (s k eh1 l ih0 n jh er0)) +("skelley" nil (s k eh1 l iy0)) +("skelly" nil (s k eh1 l iy0)) +("skelter" nil (s k eh1 l t er0)) +("skelton" nil (s k eh1 l t ax n)) +("skenandore" nil (s k ih0 n ae1 n d er0)) +("skender" nil (s k eh1 n d er0)) +("skenderian" nil (s k eh1 n d eh1 r iy0 ax n)) +("skene" nil (s k iy1 n)) +("skeoch" nil (s k iy1 aa0 ch)) +("skeptic" nil (s k eh1 p t ih0 k)) +("skeptical" nil (s k eh1 p t ax k ax l)) +("skeptically" nil (s k eh1 p t ih0 k ax l iy0)) +("skepticism" nil (s k eh1 p t ih0 s ih1 z ax m)) +("skeptics" nil (s k eh1 p t ih0 k s)) +("skerry" nil (s k eh1 r iy0)) +("sketch" nil (s k eh1 ch)) +("sketchbook" nil (s k eh1 ch b uh1 k)) +("sketchbooks" nil (s k eh1 ch b uh1 k s)) +("sketched" nil (s k eh1 ch t)) +("sketches" nil (s k eh1 ch ax z)) +("sketching" nil (s k eh1 ch ih0 ng)) +("sketchy" nil (s k eh1 ch iy0)) +("skew" nil (s k y uw1)) +("skewed" nil (s k y uw1 d)) +("skewer" nil (s k y uw1 er0)) +("skewers" nil (s k y uw1 er0 z)) +("skewes" nil (s k y uw1 z)) +("skewing" nil (s k y uw1 ih0 ng)) +("skews" nil (s k y uw1 z)) +("ski" nil (s k iy1)) +("skiba" nil (s k ay1 b ax)) +("skibbe" nil (s k ih1 b)) +("skibicki" nil (s k ih0 b ih1 k iy0)) +("skibinski" nil (s k ih0 b ih1 n s k iy0)) +("skibo" nil (s k ay1 b ow0)) +("skid" nil (s k ih1 d)) +("skidded" nil (s k ih1 d ax d)) +("skidding" nil (s k ih1 d ih0 ng)) +("skidgel" nil (s k ih1 jh ax l)) +("skidmore" nil (s k ih1 d m ao0 r)) +("skids" nil (s k ih1 d z)) +("skier" nil (s k ay1 r)) +("skiers" nil (s k iy1 er0 z)) +("skies" nil (s k ay1 z)) +("skiff" nil (s k ih1 f)) +("skiffington" nil (s k ih1 f ih0 ng t ax n)) +("skiffs" nil (s k ih1 f s)) +("skiing" nil (s k iy1 ih0 ng)) +("skiles" nil (s k ay1 l z)) +("skill" nil (s k ih1 l)) +("skilled" nil (s k ih1 l d)) +("skillen" nil (s k ih1 l ax n)) +("skillern" nil (s k ih1 l er0 n)) +("skillet" nil (s k ih1 l ax t)) +("skillful" nil (s k ih1 l f ax l)) +("skillfully" nil (s k ih1 l f ax l iy0)) +("skillin" nil (s k ih1 l ih0 n)) +("skilling" nil (s k ih1 l ih0 ng)) +("skillings" nil (s k ih1 l ih0 ng z)) +("skillman" nil (s k ih1 l m ax n)) +("skills" nil (s k ih1 l z)) +("skilton" nil (s k ih1 l t ax n)) +("skim" nil (s k ih1 m)) +("skimmed" nil (s k ih1 m d)) +("skimmers" nil (s k ih1 m er0 z)) +("skimming" nil (s k ih1 m ih0 ng)) +("skimp" nil (s k ih1 m p)) +("skimpier" nil (s k ih1 m p iy0 er0)) +("skimping" nil (s k ih1 m p ih0 ng)) +("skimpy" nil (s k ih1 m p iy0)) +("skin" nil (s k ih1 n)) +("skinheads" nil (s k ih1 n hh eh1 d z)) +("skinks" nil (s k ih1 ng k s)) +("skinless" nil (s k ih1 n l ax s)) +("skinned" nil (s k ih1 n d)) +("skinner" nil (s k ih1 n er0)) +("skinny" nil (s k ih1 n iy0)) +("skins" nil (s k ih1 n z)) +("skip" nil (s k ih1 p)) +("skipjack" nil (s k ih1 p jh ae1 k)) +("skipjacks" nil (s k ih1 p jh ae1 k s)) +("skipp" nil (s k ih1 p)) +("skippa" nil (s k ih1 p ax)) +("skipped" nil (s k ih1 p t)) +("skipper" nil (s k ih1 p er0)) +("skippers" nil (s k ih1 p er0 z)) +("skipping" nil (s k ih1 p ih0 ng)) +("skippy" nil (s k ih1 p iy0)) +("skips" nil (s k ih1 p s)) +("skipton" nil (s k ih1 p t ax n)) +("skipwith" nil (s k ih1 p w ih1 th)) +("skipworth" nil (s k ih1 p w er1 th)) +("skirmish" nil (s k er1 m ih0 sh)) +("skirmishes" nil (s k er1 m ih0 sh ih0 z)) +("skirmishing" nil (s k er1 m ih0 sh ih0 ng)) +("skirt" nil (s k er1 t)) +("skirted" nil (s k er1 t ih0 d)) +("skirting" nil (s k er1 t ih0 ng)) +("skirts" nil (s k er1 t s)) +("skirvin" nil (s k er1 v ih0 n)) +("skis" nil (s k iy1 z)) +("skit" nil (s k ih1 t)) +("skits" nil (s k ih1 t s)) +("skittish" nil (s k ih1 t ih0 sh)) +("skittishness" nil (s k ih1 t ih0 sh n ax s)) +("skiver" nil (s k ay1 v er0)) +("sklar" nil (s k l aa1 r)) +("sklenar" nil (s k l eh1 n er0)) +("skoal" nil (s k ow1 l)) +("skoczylas" nil (s k ax ch ih1 l ax z)) +("skoda" nil (s k ow1 d ax)) +("skoff" nil (s k ao1 f)) +("skog" nil (s k aa1 g)) +("skogen" nil (s k aa1 g ax n)) +("skoglund" nil (s k aa1 g l ax n d)) +("skok" nil (s k aa1 k)) +("skokie" nil (s k ow1 k iy0)) +("skoler" nil (s k ow1 l er0)) +("skolnick" nil (s k ow1 l n ih0 k)) +("skolnik" nil (s k ow1 l n ih0 k)) +("skolniks" nil (s k ow1 l n ih0 k s)) +("skonieczny" nil (s k ax n iy1 ch n iy0)) +("skoog" nil (s k uw1 g)) +("skop" nil (s k aa1 p)) +("skora" nil (s k ao1 r ax)) +("skorupa" nil (s k er0 uw1 p ax)) +("skorupski" nil (s k er0 ah1 p s k iy0)) +("skousen" nil (s k uw1 s ax n)) +("skov" nil (s k aa1 v)) +("skow" nil (s k aw1)) +("skowron" nil (s k aw1 r ax n)) +("skowronek" nil (s k aw0 r ow1 n eh0 k)) +("skowronski" nil (s k aw0 r aa1 n s k iy0)) +("skramstad" nil (s k r ae1 m s t ae0 d)) +("skroch" nil (s k r aa1 k)) +("skrocki" nil (s k r aa1 k iy0)) +("skrzypek" nil (s k er0 z ih1 p eh0 k)) +("skufca" nil (s k ah1 f k ax)) +("skull" nil (s k ah1 l)) +("skulls" nil (s k ah1 l z)) +("skunk" nil (s k ah1 ng k)) +("skunks" nil (s k ah1 ng k s)) +("skura" nil (s k uh1 r ax)) +("skurka" nil (s k er1 k ax)) +("skutt" nil (s k ah1 t)) +("sky" nil (s k ay1)) +("skybox" nil (s k ay1 b aa1 k s)) +("skyboxes" nil (s k ay1 b aa1 k s ih0 z)) +("skydome" nil (s k ay1 d ow1 m)) +("skyhawk" nil (s k ay1 hh ao1 k)) +("skyhigh" nil (s k ay1 hh ay1)) +("skylark" nil (s k ay1 l aa1 r k)) +("skylawn" nil (s k ay1 l ao1 n)) +("skyles" nil (s k ay1 l z)) +("skylight" nil (s k ay1 l ay1 t)) +("skylights" nil (s k ay1 l ay1 t s)) +("skyline" nil (s k ay1 l ay1 n)) +("skylite" nil (s k ay1 l ay1 t)) +("skyrocket" nil (s k ay1 r aa1 k ax t)) +("skyrocketed" nil (s k ay1 r aa1 k ax t ih0 d)) +("skyrocketing" nil (s k ay1 r aa1 k ax t ih0 ng)) +("skyscraper" nil (s k ay1 s k r ey1 p er0)) +("skyscrapers" nil (s k ay1 s k r ey1 p er0 z)) +("skytel" nil (s k ay1 t eh1 l)) +("skyward" nil (s k ay1 w er0 d)) +("skywave" nil (s k ay1 w ey1 v)) +("skywest" nil (s k ay1 w eh1 s t)) +("skywriters" nil (s k ay1 r ay1 t er0 z)) +("skywriting" nil (s k ay1 r ay1 t ih0 ng)) +("slab" nil (s l ae1 b)) +("slabaugh" nil (s l ae1 b ao0)) +("slabs" nil (s l ae1 b z)) +("slaby" nil (s l ey1 b iy0)) +("slack" nil (s l ae1 k)) +("slacked" nil (s l ae1 k t)) +("slacken" nil (s l ae1 k ax n)) +("slackened" nil (s l ae1 k ax n d)) +("slackening" nil (s l ae1 k ax n ih0 ng)) +("slackens" nil (s l ae1 k ax n z)) +("slackness" nil (s l ae1 k n ax s)) +("slacks" nil (s l ae1 k s)) +("slade" nil (s l ey1 d)) +("sladek" nil (s l ae1 d ih0 k)) +("sladky" nil (s l ae1 d k iy0)) +("slag" nil (s l ae1 g)) +("slagel" nil (s l ae1 g ax l)) +("slager" nil (s l ey1 g er0)) +("slaght" nil (s l ae1 t)) +("slagle" nil (s l ey1 g ax l)) +("slagter" nil (s l ae1 g t er0)) +("slain" nil (s l ey1 n)) +("slaine" nil (s l ey1 n)) +("slalom" nil (s l aa1 l ax m)) +("slam" nil (s l ae1 m)) +("slama" nil (s l aa1 m ax)) +("slammed" nil (s l ae1 m d)) +("slammer" nil (s l ae1 m er0)) +("slamming" nil (s l ae1 m ih0 ng)) +("slams" nil (s l ae1 m z)) +("slander" nil (s l ae1 n d er0)) +("slanderous" nil (s l ae1 n d er0 ax s)) +("slane" nil (s l ey1 n)) +("slaney" nil (s l ey1 n iy0)) +("slang" nil (s l ae1 ng)) +("slanina" nil (s l aa0 n iy1 n ax)) +("slankard" nil (s l ae1 ng k er0 d)) +("slant" nil (s l ae1 n t)) +("slanted" nil (s l ae1 n t ax d)) +("slanting" nil (s l ae1 n t ih0 ng)) +("slap" nil (s l ae1 p)) +("slapdash" nil (s l ae1 p d ae1 sh)) +("slape" nil (s l ey1 p)) +("slapped" nil (s l ae1 p t)) +("slappey" nil (s l ae1 p iy0)) +("slapping" nil (s l ae1 p ih0 ng)) +("slaps" nil (s l ae1 p s)) +("slapstick" nil (s l ae1 p s t ih1 k)) +("slash" nil (s l ae1 sh)) +("slashed" nil (s l ae1 sh t)) +("slasher" nil (s l ae1 sh er0)) +("slashes" nil (s l ae1 sh ih0 z)) +("slashing" nil (s l ae1 sh ih0 ng)) +("slate" nil (s l ey1 t)) +("slated" nil (s l ey1 t ih0 d)) +("slaten" nil (s l ey1 t ax n)) +("slater" nil (s l ey1 t er0)) +("slates" nil (s l ey1 t s)) +("slatkin" nil (s l ae1 t k ih0 n)) +("slaton" nil (s l ae1 t ax n)) +("slats" nil (s l ae1 t s)) +("slatten" nil (s l ae1 t ax n)) +("slatter" nil (s l ae1 t er0)) +("slattery" nil (s l ae1 t er0 iy0)) +("slatton" nil (s l ae1 t ax n)) +("slaugh" nil (s l ao1)) +("slaughter" nil (s l ao1 t er0)) +("slaughtered" nil (s l ao1 t er0 d)) +("slaughterhouse" nil (s l ao1 t er0 hh aw1 s)) +("slaughterhouses" nil (s l ao1 t er0 hh aw1 s ih0 z)) +("slaughtering" nil (s l ao1 t er0 ih0 ng)) +("slaughterings" nil (s l ao1 t er0 ih0 ng z)) +("slaughters" nil (s l ao1 t er0 z)) +("slauson" nil (s l aw1 z ax n)) +("slave" nil (s l ey1 v)) +("slaven" nil (s l ey1 v ax n)) +("slavens" nil (s l ey1 v ax n z)) +("slavery" nil (s l ey1 v er0 iy0)) +("slaves" nil (s l ey1 v z)) +("slavic" nil (s l aa1 v ih0 k)) +("slavick" nil (s l ae1 v ih0 k)) +("slavik" nil (s l aa1 v ih0 k)) +("slavin" nil (s l ae1 v ih0 n)) +("slavinski" nil (s l ax v ih1 n s k iy0)) +("slavish" nil (s l ey1 v ih0 sh)) +("slavishly" nil (s l ae1 v ih0 sh l iy0)) +("slaw" nil (s l ao1)) +("slawinski" nil (s l aa0 v ih1 n s k iy0)) +("slawson" nil (s l ao1 s ax n)) +("slay" nil (s l ey1)) +("slayback" nil (s l ey1 b ae1 k)) +("slaybaugh" nil (s l ey1 b ao1)) +("slayden" nil (s l ey1 d ax n)) +("slaydon" nil (s l ey1 d ax n)) +("slaying" nil (s l ey1 ih0 ng)) +("slayings" nil (s l ey1 ih0 ng z)) +("slaymaker" nil (s l ey1 m ey1 k er0)) +("slayter" nil (s l ey1 t er0)) +("slayton" nil (s l ey1 t ax n)) +("sleasman" nil (s l iy1 z m ax n)) +("sleator" nil (s l ey1 t er0)) +("sleaze" nil (s l iy1 z)) +("sleazy" nil (s l iy1 z iy0)) +("slechta" nil (s l eh1 ch t ax)) +("sled" nil (s l eh1 d)) +("sledd" nil (s l eh1 d)) +("sledding" nil (s l eh1 d ih0 ng)) +("sledge" nil (s l eh1 jh)) +("sledgehammer" nil (s l eh1 jh hh ae1 m er0)) +("sleds" nil (s l eh1 d z)) +("sledz" nil (s l eh1 d z)) +("slee" nil (s l iy1)) +("sleek" nil (s l iy1 k)) +("sleeker" nil (s l iy1 k er0)) +("sleekly" nil (s l iy1 k l iy0)) +("sleeman" nil (s l iy1 m ax n)) +("sleep" nil (s l iy1 p)) +("sleeper" nil (s l iy1 p er0)) +("sleepers" nil (s l iy1 p er0 z)) +("sleepily" nil (s l iy1 p ax l iy0)) +("sleepiness" nil (s l iy1 p iy0 n ax s)) +("sleeping" nil (s l iy1 p ih0 ng)) +("sleepless" nil (s l iy1 p l ax s)) +("sleeps" nil (s l iy1 p s)) +("sleepwalkers" nil (s l iy1 p w ao1 k er0 z)) +("sleepwalking" nil (s l iy1 p w ao1 k ih0 ng)) +("sleepwear" nil (s l iy1 p w eh1 r)) +("sleepy" nil (s l iy1 p iy0)) +("sleet" nil (s l iy1 t)) +("sleeter" nil (s l iy1 t er0)) +("sleeth" nil (s l iy1 th)) +("sleeve" nil (s l iy1 v)) +("sleeved" nil (s l iy1 v d)) +("sleeves" nil (s l iy1 v z)) +("sleigh" nil (s l ey1)) +("sleight" nil (s l ay1 t)) +("sleipner" nil (s l ay1 p n er0)) +("slemmer" nil (s l eh1 m er0)) +("slemp" nil (s l eh1 m p)) +("slender" nil (s l eh1 n d er0)) +("slentz" nil (s l eh1 n t s)) +("slept" nil (s l eh1 p t)) +("sletten" nil (s l eh1 t ax n)) +("sleuth" nil (s l uw1 th)) +("sleuthing" nil (s l uw1 th ih0 ng)) +("sleuths" nil (s l uw1 th s)) +("sleven" nil (s l iy1 v ax n)) +("slevin" nil (s l eh1 v ih0 n)) +("slew" nil (s l uw1)) +("slezak" nil (s l eh1 z ax k)) +("slice" nil (s l ay1 s)) +("sliced" nil (s l ay1 s t)) +("slices" nil (s l ay1 s ax z)) +("slicing" nil (s l ay1 s ih0 ng)) +("slick" nil (s l ih1 k)) +("slicked" nil (s l ih1 k t)) +("slicker" nil (s l ih1 k er0)) +("slickers" nil (s l ih1 k er0 z)) +("slickly" nil (s l ih1 k l iy0)) +("slid" nil (s l ih1 d)) +("slide" nil (s l ay1 d)) +("slider" nil (s l ay1 d er0)) +("slides" nil (s l ay1 d z)) +("sliding" nil (s l ay1 d ih0 ng)) +("slife" nil (s l ay1 f)) +("slifer" nil (s l ay1 f er0)) +("slifka" nil (s l ih1 f k ax)) +("slifko" nil (s l ih1 f k ow0)) +("sligar" nil (s l ih1 g er0)) +("sliger" nil (s l ay1 g er0)) +("sligh" nil (s l ay1)) +("slight" nil (s l ay1 t)) +("slighted" nil (s l ay1 t ih0 d)) +("slightest" nil (s l ay1 t ax s t)) +("slighting" nil (s l ay1 t ih0 ng)) +("slightly" nil (s l ay1 t l iy0)) +("slights" nil (s l ay1 t s)) +("sliker" nil (s l ay1 k er0)) +("slim" nil (s l ih1 m)) +("slimak" nil (s l ih1 m ax k)) +("slime" nil (s l ay1 m)) +("slimmed" nil (s l ih1 m d)) +("slimmer" nil (s l ih1 m er0)) +("slimmest" nil (s l ih1 m ax s t)) +("slimming" nil (s l ih1 m ih0 ng)) +("slimp" nil (s l ih1 m p)) +("slims" nil (s l ih1 m z)) +("slimy" nil (s l ay1 m iy0)) +("sliney" nil (s l ih1 n iy0)) +("sling" nil (s l ih1 ng)) +("slinger" nil (s l ih1 ng er0)) +("slingerland" nil (s l ih1 ng g er0 l ax n d)) +("slinging" nil (s l ih1 ng ih0 ng)) +("slings" nil (s l ih1 ng z)) +("slingshot" nil (s l ih1 ng sh aa1 t)) +("slingshots" nil (s l ih1 ng sh aa1 t s)) +("slinkard" nil (s l ih1 ng k er0 d)) +("slinker" nil (s l ih1 ng k er0)) +("slinky" nil (s l ih1 ng k iy0)) +("slip" nil (s l ih1 p)) +("slippage" nil (s l ih1 p ih0 jh)) +("slipped" nil (s l ih1 p t)) +("slipper" nil (s l ih1 p er0)) +("slippers" nil (s l ih1 p er0 z)) +("slippery" nil (s l ih1 p er0 iy0)) +("slipping" nil (s l ih1 p ih0 ng)) +("slips" nil (s l ih1 p s)) +("slipshod" nil (s l ih1 p sh aa1 d)) +("slit" nil (s l ih1 t)) +("sliter" nil (s l iy1 t er0)) +("slithering" nil (s l ih1 dh er0 ih0 ng)) +("slits" nil (s l ih1 t s)) +("slitting" nil (s l ih1 t ih0 ng)) +("sliva" nil (s l iy1 v ax)) +("sliver" nil (s l ih1 v er0)) +("slivers" nil (s l ih1 v er0 z)) +("slivinski" nil (s l ih0 v ih1 n s k iy0)) +("slivka" nil (s l ih1 v k ax)) +("slivovitz" nil (s l ih1 v ax v ih0 t s)) +("sliwa" nil (s l ay1 v ax)) +("sliwinski" nil (s l ih0 v ih1 n s k iy0)) +("sloan" nil (s l ow1 n)) +("sloane" nil (s l ow1 n)) +("sloat" nil (s l ow1 t)) +("sloate" nil (s l ow1 t)) +("slob" nil (s l aa1 b)) +("slobbering" nil (s l aa1 b er0 ih0 ng)) +("sloboda" nil (s l ax b ow1 d ax)) +("slobodan" nil (s l ow1 b ow0 d aa1 n)) +("slobogin" nil (s l ax b ow1 g ax n)) +("slobs" nil (s l aa1 b z)) +("slocan" nil (s l ow1 k ax n)) +("slocomb" nil (s l ow1 k ax m)) +("slocum" nil (s l ow1 k ax m)) +("slocumb" nil (s l ow1 k ax m)) +("sloe" nil (s l ow1)) +("slog" nil (s l aa1 g)) +("slogan" nil (s l ow1 g ax n)) +("slogans" nil (s l ow1 g ax n z)) +("slogged" nil (s l aa1 g d)) +("slogging" nil (s l aa1 g ih0 ng)) +("sloma" nil (s l ow1 m ax)) +("sloman" nil (s l ow1 m ax n)) +("slominski" nil (s l ax m ih1 n s k iy0)) +("slomski" nil (s l aa1 m s k iy0)) +("slonaker" nil (s l aa1 n ax k er0)) +("slone" nil (s l ow1 n)) +("sloniker" nil (s l aa1 n ih0 k er0)) +("sloop" nil (s l uw1 p)) +("slop" nil (s l aa1 p)) +("slope" nil (s l ow1 p)) +("sloper" nil (s l ow1 p er0)) +("slopes" nil (s l ow1 p s)) +("sloping" nil (s l ow1 p ih0 ng)) +("sloppily" nil (s l aa1 p ax l iy0)) +("sloppiness" nil (s l aa1 p iy0 n ax s)) +("sloppy" nil (s l aa1 p iy0)) +("slorc" nil (s l ao1 r k)) +("slosh" nil (s l aa1 sh)) +("sloshing" nil (s l aa1 sh ih0 ng)) +("sloss" nil (s l ao1 s)) +("slot" nil (s l aa1 t)) +("slota" nil (s l ow1 t ax)) +("sloth" nil (s l ow1 th)) +("slothower" nil (s l aa1 th ow0 er0)) +("slotnick" nil (s l aa1 t n ih0 k)) +("slots" nil (s l aa1 t s)) +("slott" nil (s l aa1 t)) +("slotted" nil (s l aa1 t ih0 d)) +("slotting" nil (s l aa1 t ih0 ng)) +("slouch" nil (s l aw1 ch)) +("slouches" nil (s l aw1 ch ih0 z)) +("slouching" nil (s l aw1 ch ih0 ng)) +("slough" nil (s l ah1 f)) +("sloughs" nil (s l ah1 f s)) +("slovacek" nil (s l aa1 v ax ch eh0 k)) +("slovak" nil (s l ow1 v ae0 k)) +("slovakia" nil (s l ow1 v aa1 k iy0 ax)) +("slovaks" nil (s l ow1 v ae0 k s)) +("slovene" nil (s l ow1 v iy1 n)) +("slovenes" nil (s l ow1 v iy1 n z)) +("slovenia" nil (s l ow1 v iy1 n iy0 ax)) +("slovenian" nil (s l ow1 v iy1 n iy0 ax n)) +("slovenliness" nil (s l ah1 v ax n l iy0 n ax s)) +("slovenly" nil (s l ah1 v ax n l iy0)) +("slover" nil (s l ow1 v er0)) +("sloves" nil (s l ow1 v z)) +("slovo" nil (s l ow1 v ow0)) +("slow" nil (s l ow1)) +("slowdown" nil (s l ow1 d aw1 n)) +("slowdowns" nil (s l ow1 d aw1 n z)) +("slowed" nil (s l ow1 d)) +("slower" nil (s l ow1 er0)) +("slowest" nil (s l ow1 ax s t)) +("slowey" nil (s l ow1 iy0)) +("slowik" nil (s l ow1 ih0 k)) +("slowing" nil (s l ow1 ih0 ng)) +("slowinski" nil (s l ow0 ih1 n s k iy0)) +("slowly" nil (s l ow1 l iy0)) +("slowness" nil (s l ow1 n ax s)) +("slowpoke" nil (s l ow1 p ow1 k)) +("slows" nil (s l ow1 z)) +("sluder" nil (s l uw1 d er0)) +("sludge" nil (s l ah1 jh)) +("slug" nil (s l ah1 g)) +("sluga" nil (s l uw1 g ax)) +("slugfest" nil (s l ah1 g f eh1 s t)) +("slugger" nil (s l ah1 g er0)) +("slugging" nil (s l ah1 g ih0 ng)) +("sluggish" nil (s l ah1 g ih0 sh)) +("sluggishly" nil (s l ah1 g ih0 sh l iy0)) +("sluggishness" nil (s l ah1 g ih0 sh n ax s)) +("slugs" nil (s l ah1 g z)) +("sluice" nil (s l uw1 s)) +("sluicing" nil (s l uw1 s ih0 ng)) +("sluiter" nil (s l uw1 t er0)) +("sluka" nil (s l uw1 k ax)) +("slum" nil (s l ah1 m)) +("slumber" nil (s l ah1 m b er0)) +("slumbering" nil (s l ah1 m b er0 ih0 ng)) +("slump" nil (s l ah1 m p)) +("slumped" nil (s l ah1 m p t)) +("slumping" nil (s l ah1 m p ih0 ng)) +("slumps" nil (s l ah1 m p s)) +("slums" nil (s l ah1 m z)) +("slung" nil (s l ah1 ng)) +("slur" nil (s l er1)) +("slurp" nil (s l er1 p)) +("slurry" nil (s l er1 iy0)) +("slurs" nil (s l er1 z)) +("slush" nil (s l ah1 sh)) +("slusher" nil (s l ah1 sh er0)) +("sluss" nil (s l ah1 s)) +("slusser" nil (s l ah1 s er0)) +("slutsky" nil (s l ah1 t s k iy0)) +("slutz" nil (s l ah1 t s)) +("slutzky" nil (s l ah1 t s k iy0)) +("sluyter" nil (s l ay1 t er0)) +("sly" nil (s l ay1)) +("slye" nil (s l ay1)) +("slyly" nil (s l ay1 l iy0)) +("slyness" nil (s l ay1 n ax s)) +("slyter" nil (s l ay1 t er0)) +("smaby" nil (s m ey1 b iy0)) +("smack" nil (s m ae1 k)) +("smacked" nil (s m ae1 k t)) +("smacking" nil (s m ae1 k ih0 ng)) +("smacks" nil (s m ae1 k s)) +("smail" nil (s m ey1 l)) +("smaldone" nil (s m ae1 l d ax n)) +("smale" nil (s m ey1 l)) +("small" nil (s m ao1 l)) +("smallcap" nil (s m ao1 l k ae1 p)) +("smallen" nil (s m ao1 l ax n)) +("smaller" nil (s m ao1 l er0)) +("smallest" nil (s m ao1 l ax s t)) +("smalley" nil (s m ae1 l iy0)) +("smalling" nil (s m ao1 l ih0 ng)) +("smallish" nil (s m ao1 l ih0 sh)) +("smallman" nil (s m ao1 l m ax n)) +("smallness" nil (s m ao1 l n ax s)) +("smallpox" nil (s m ao1 l p aa1 k s)) +("smallridge" nil (s m ao1 l r ih1 jh)) +("smalls" nil (s m ao1 l z)) +("smalltalk" nil (s m ao1 l t ao1 k)) +("smalltown" nil (s m ao1 l t aw1 n)) +("smallwood" nil (s m ao1 l w uh1 d)) +("smaltz" nil (s m ae1 l t s)) +("smarmy" nil (s m aa1 r m iy0)) +("smarr" nil (s m ae1 r)) +("smart" nil (s m aa1 r t)) +("smartcard" nil (s m aa1 r t k aa1 r d)) +("smarter" nil (s m aa1 r t er0)) +("smartest" nil (s m aa1 r t ax s t)) +("smarting" nil (s m aa1 r t ih0 ng)) +("smartly" nil (s m aa1 r t l iy0)) +("smartmoney" nil (s m aa1 r t m ah1 n iy0)) +("smarts" nil (s m aa1 r t s)) +("smartt" nil (s m aa1 r t)) +("smash" nil (s m ae1 sh)) +("smashed" nil (s m ae1 sh t)) +("smasher" nil (s m ae1 sh er0)) +("smashes" nil (s m ae1 sh ih0 z)) +("smashing" nil (s m ae1 sh ih0 ng)) +("smathers" nil (s m ae1 dh er0 z)) +("smatter" nil (s m ae1 t er0)) +("smattering" nil (s m ae1 t er0 ih0 ng)) +("smay" nil (s m ey1)) +("smead" nil (s m iy1 d)) +("smeal" nil (s m iy1 l)) +("smear" nil (s m ih1 r)) +("smeared" nil (s m ih1 r d)) +("smearing" nil (s m ih1 r ih0 ng)) +("smears" nil (s m ih1 r z)) +("smeby" nil (s m iy1 b iy0)) +("smedberg" nil (s m eh1 d b er0 g)) +("smedley" nil (s m eh1 d l iy0)) +("smee" nil (s m iy1)) +("smejkal" nil (s m eh1 jh k ax l)) +("smelcer" nil (s m eh1 l s er0)) +("smell" nil (s m eh1 l)) +("smelled" nil (s m eh1 l d)) +("smelley" nil (s m eh1 l iy0)) +("smelling" nil (s m eh1 l ih0 ng)) +("smells" nil (s m eh1 l z)) +("smelly" nil (s m eh1 l iy0)) +("smelser" nil (s m eh1 l s er0)) +("smelter" nil (s m eh1 l t er0)) +("smelters" nil (s m eh1 l t er0 z)) +("smelting" nil (s m eh1 l t ih0 ng)) +("smeltz" nil (s m eh1 l t s)) +("smeltzer" nil (s m eh1 l t z er0)) +("smestad" nil (s m eh1 s t ax d)) +("smet" nil (s m eh1 t)) +("smetana" nil (s m eh1 t ax n ax)) +("smethers" nil (s m eh1 dh er0 z)) +("smethurst" nil (s m eh1 th er0 s t)) +("smetzer" nil (s m eh1 t z er0)) +("smick" nil (s m ih1 k)) +("smid" nil (s m ih1 d)) +("smiddy" nil (s m ih1 d iy0)) +("smidt" nil (s m ih1 d t)) +("smigel" nil (s m ih1 jh ax l)) +("smigelski" nil (s m ih0 g eh1 l s k iy0)) +("smigiel" nil (s m ih1 jh iy0 l)) +("smigielski" nil (s m ih0 g iy1 l s k iy0)) +("smile" nil (s m ay1 l)) +("smiled" nil (s m ay1 l d)) +("smiles" nil (s m ay1 l z)) +("smiley" nil (s m ay1 l iy0)) +("smilie" nil (s m ih1 l iy0)) +("smiling" nil (s m ay1 l ih0 ng)) +("smilingly" nil (s m ay1 l ih0 ng l iy0)) +("smillie" nil (s m ih1 l iy0)) +("smilow" nil (s m ih1 l ow0)) +("smink" nil (s m ih1 ng k)) +("smirk" nil (s m er1 k)) +("smirking" nil (s m er1 k ih0 ng)) +("smirks" nil (s m er1 k s)) +("smirnoff" nil (s m er1 n ao0 f)) +("smirnov" nil (s m er1 n aa0 f)) +("smisek" nil (s m ih1 s eh0 k)) +("smit" nil (s m ih1 t)) +("smith" nil (s m ih1 th)) +("smithburg" nil (s m ih1 th b er0 g)) +("smithee" nil (s m ih1 th iy1)) +("smither" nil (s m ih1 dh er0)) +("smithereens" nil (s m ih1 dh er0 iy1 n z)) +("smitherman" nil (s m ih1 dh er0 m ax n)) +("smithers" nil (s m ih1 dh er0 z)) +("smithey" nil (s m ih1 th iy0)) +("smithfield" nil (s m ih1 th f iy0 l d)) +("smithhart" nil (s m ih1 th hh aa1 r t)) +("smithkline" nil (s m ih1 th k l ay1 n)) +("smiths" nil (s m ih1 th s)) +("smithson" nil (s m ih1 th s ax n)) +("smithsonian" nil (s m ih0 th s ow1 n iy0 ax n)) +("smithtown" nil (s m ih1 th t aw1 n)) +("smithwick" nil (s m ih1 th w ih1 k)) +("smitley" nil (s m ih1 t l iy0)) +("smits" nil (s m ih1 t s)) +("smitten" nil (s m ih1 t ax n)) +("smittle" nil (s m ih1 t ax l)) +("smitty" nil (s m ih1 t iy0)) +("smoak" nil (s m ow1 k)) +("smock" nil (s m aa1 k)) +("smog" nil (s m aa1 g)) +("smoggiest" nil (s m aa1 g iy0 ax s t)) +("smoke" nil (s m ow1 k)) +("smoked" nil (s m ow1 k t)) +("smokejumper" nil (s m ow1 k jh ah1 m p er0)) +("smokejumpers" nil (s m ow1 k jh ah1 m p er0 z)) +("smokeless" nil (s m ow1 k l ax s)) +("smoker" nil (s m ow1 k er0)) +("smokers" nil (s m ow1 k er0 z)) +("smokes" nil (s m ow1 k s)) +("smokescreen" nil (s m ow1 k s k r iy1 n)) +("smokestack" nil (s m ow1 k s t ae1 k)) +("smokestacks" nil (s m ow1 k s t ae1 k s)) +("smokey" nil (s m ow1 k iy0)) +("smoking" nil (s m ow1 k ih0 ng)) +("smoky" nil (s m ow1 k iy0)) +("smola" nil (s m ow1 l ax)) +("smolak" nil (s m ow1 l ax k)) +("smolder" nil (s m ow1 l d er0)) +("smoldering" nil (s m ow1 l d er0 ih0 ng)) +("smolen" nil (s m aa1 l ax n)) +("smolensk" nil (s m ow0 l eh1 n s k)) +("smolenski" nil (s m ax l eh1 n s k iy0)) +("smoley" nil (s m ow1 l iy0)) +("smolik" nil (s m ow1 l ih0 k)) +("smolin" nil (s m ow1 l ih0 n)) +("smolinski" nil (s m ax l ih1 n s k iy0)) +("smolinsky" nil (s m ax l ih1 n s k iy0)) +("smolka" nil (s m ow1 l k ax)) +("smoot" nil (s m uw1 t)) +("smooth" nil (s m uw1 dh)) +("smoothed" nil (s m uw1 dh d)) +("smoother" nil (s m uw1 dh er0)) +("smoothest" nil (s m uw1 dh ax s t)) +("smoothing" nil (s m uw1 dh ih0 ng)) +("smoothly" nil (s m uw1 dh l iy0)) +("smoothness" nil (s m uw1 dh n ax s)) +("smooths" nil (s m uw1 dh z)) +("smoots" nil (s m uw1 t s)) +("smorgasbord" nil (s m ao1 r g ax s b ao1 r d)) +("smother" nil (s m ah1 dh er0)) +("smothered" nil (s m ah1 dh er0 d)) +("smothering" nil (s m ah1 dh er0 ih0 ng)) +("smotherman" nil (s m ah1 dh er0 m ax n)) +("smothermon" nil (s m aa1 th er0 m ow0 n)) +("smothers" nil (s m ah1 dh er0 z)) +("smotrich" nil (s m aa1 t r ih0 k)) +("smouse" nil (s m aw1 s)) +("smoyer" nil (s m oy1 er0)) +("smuck" nil (s m ah1 k)) +("smucker" nil (s m ah1 k er0)) +("smudge" nil (s m ah1 jh)) +("smug" nil (s m ah1 g)) +("smuggle" nil (s m ah1 g ax l)) +("smuggled" nil (s m ah1 g ax l d)) +("smuggler" nil (s m ah1 g ax l er0)) +("smugglers" nil (s m ah1 g ax l er0 z)) +("smuggling" nil (s m ah1 g ax l ih0 ng)) +("smugly" nil (s m ah1 g l iy0)) +("smugness" nil (s m ah1 g n ax s)) +("smull" nil (s m ah1 l)) +("smullen" nil (s m ah1 l ax n)) +("smurfit" nil (s m er1 f ih0 t)) +("smurfs" nil (s m er1 f s)) +("smut" nil (s m ah1 t)) +("smyers" nil (s m ay1 er0 z)) +("smylie" nil (s m ih1 l iy0)) +("smyly" nil (s m ih1 l iy0)) +("smyre" nil (s m ay1 r)) +("smyrna" nil (s m er1 n ax)) +("smyser" nil (s m ay1 s er0)) +("smyth" nil (s m ay1 th)) +("smythe" nil (s m ay1 dh)) +("snack" nil (s n ae1 k)) +("snacks" nil (s n ae1 k s)) +("snader" nil (s n ey1 d er0)) +("snafu" nil (s n ae1 f uw0)) +("snafus" nil (s n ae1 f ax s)) +("snag" nil (s n ae1 g)) +("snagged" nil (s n ae1 g d)) +("snaggers" nil (s n ae1 g er0 z)) +("snagging" nil (s n ae1 g ih0 ng)) +("snags" nil (s n ae1 g z)) +("snail" nil (s n ey1 l)) +("snails" nil (s n ey1 l z)) +("snake" nil (s n ey1 k)) +("snakebites" nil (s n ey1 k b ay1 t s)) +("snakelike" nil (s n ey1 k l ay1 k)) +("snakes" nil (s n ey1 k s)) +("snaking" nil (s n ey1 k ih0 ng)) +("snap" nil (s n ae1 p)) +("snapdragons" nil (s n ae1 p d r ae1 g ax n z)) +("snape" nil (s n ey1 p)) +("snapp" nil (s n ae1 p)) +("snapped" nil (s n ae1 p t)) +("snapper" nil (s n ae1 p er0)) +("snapping" nil (s n ae1 p ih0 ng)) +("snapple" nil (s n ae1 p ax l)) +("snapples" nil (s n ae1 p ax l z)) +("snappy" nil (s n ae1 p iy0)) +("snaps" nil (s n ae1 p s)) +("snapshot" nil (s n ae1 p sh aa1 t)) +("snapshots" nil (s n ae1 p sh aa1 t s)) +("snare" nil (s n eh1 r)) +("snared" nil (s n eh1 r d)) +("snares" nil (s n eh1 r z)) +("snaring" nil (s n eh1 r ih0 ng)) +("snarl" nil (s n aa1 r l)) +("snarled" nil (s n aa1 r ax l d)) +("snarling" nil (s n aa1 r l ih0 ng)) +("snarls" nil (s n aa1 r l z)) +("snarr" nil (s n ae1 r)) +("snarski" nil (s n aa1 r s k iy0)) +("snatch" nil (s n ae1 ch)) +("snatched" nil (s n ae1 ch t)) +("snatcher" nil (s n ae1 ch er0)) +("snatchers" nil (s n ae1 ch er0 z)) +("snatches" nil (s n ae1 ch ih0 z)) +("snatching" nil (s n ae1 ch ih0 ng)) +("snavely" nil (s n ey1 v l iy0)) +("snay" nil (s n ey1)) +("snazzier" nil (s n ae1 z iy0 er0)) +("snazzy" nil (s n ae1 z iy0)) +("snead" nil (s n iy1 d)) +("sneak" nil (s n iy1 k)) +("sneaked" nil (s n iy1 k t)) +("sneaker" nil (s n iy1 k er0)) +("sneakers" nil (s n iy1 k er0 z)) +("sneaking" nil (s n iy1 k ih0 ng)) +("sneaks" nil (s n iy1 k s)) +("sneaky" nil (s n iy1 k iy0)) +("sneary" nil (s n ih1 r iy0)) +("sneath" nil (s n eh1 th)) +("snecma" nil (s n eh1 k m aa0)) +("snedaker" nil (s n eh1 d ax k er0)) +("snedden" nil (s n eh1 d ax n)) +("sneddon" nil (s n eh1 d ax n)) +("snedegar" nil (s n eh1 d ih0 g er0)) +("snedeker" nil (s n eh1 d ih0 k er0)) +("snee" nil (s n iy1)) +("sneed" nil (s n iy1 d)) +("sneer" nil (s n ih1 r)) +("sneered" nil (s n ih1 r d)) +("sneering" nil (s n ih1 r ih0 ng)) +("sneeringer" nil (s n ih1 r ih0 n jh er0)) +("sneers" nil (s n ih1 r z)) +("sneeze" nil (s n iy1 z)) +("sneezed" nil (s n iy1 z d)) +("sneezing" nil (s n iy1 z ih0 ng)) +("sneider" nil (s n ay1 d er0)) +("snelgrove" nil (s n eh1 l g r ow1 v)) +("snell" nil (s n eh1 l)) +("snellen" nil (s n eh1 l ax n)) +("snellenberger" nil (s n eh1 l ax n b er0 g er0)) +("sneller" nil (s n eh1 l er0)) +("snellgrove" nil (s n eh1 l g r ow1 v)) +("snelling" nil (s n eh1 l ih0 ng)) +("snellings" nil (s n eh1 l ih0 ng z)) +("snelson" nil (s n eh1 l s ax n)) +("snethen" nil (s n eh1 th ax n)) +("snia" nil (s n iy1 ax)) +("snicker" nil (s n ih1 k er0)) +("snickered" nil (s n ih1 k er0 d)) +("snickering" nil (s n ih1 k er0 ih0 ng)) +("snickers" nil (s n ih1 k er0 z)) +("snide" nil (s n ay1 d)) +("snider" nil (s n ay1 d er0)) +("snidow" nil (s n ih1 d ow0)) +("sniegowski" nil (s n iy0 g ao1 f s k iy0)) +("sniff" nil (s n ih1 f)) +("sniffed" nil (s n ih1 f t)) +("sniffen" nil (s n ih1 f ax n)) +("sniffer" nil (s n ih1 f er0)) +("sniffing" nil (s n ih1 f ih0 ng)) +("sniffs" nil (s n ih1 f s)) +("snip" nil (s n ih1 p)) +("snipe" nil (s n ay1 p)) +("sniped" nil (s n ay1 p t)) +("sniper" nil (s n ay1 p er0)) +("snipers" nil (s n ay1 p er0 z)) +("snipes" nil (s n ay1 p s)) +("sniping" nil (s n ay1 p ih0 ng)) +("snippet" nil (s n ih1 p ax t)) +("snippets" nil (s n ih1 p ax t s)) +("snips" nil (s n ih1 p s)) +("snitker" nil (s n ih1 t k er0)) +("snitzer" nil (s n ih1 t z er0)) +("snively" nil (s n ay1 v l iy0)) +("snob" nil (s n aa1 b)) +("snobbery" nil (s n aa1 b er0 iy0)) +("snobbish" nil (s n aa1 b ih0 sh)) +("snobby" nil (s n aa1 b iy0)) +("snobs" nil (s n aa1 b z)) +("snodderly" nil (s n aa1 d er0 l iy0)) +("snoddy" nil (s n aa1 d iy0)) +("snodgrass" nil (s n aa1 d g r ae1 s)) +("snohomish" nil (s n aa1 hh ax m ih0 sh)) +("snoke" nil (s n ow1 k)) +("snook" nil (s n uh1 k)) +("snooker" nil (s n uh1 k er0)) +("snookered" nil (s n uh1 k er0 d)) +("snooks" nil (s n uh1 k s)) +("snoop" nil (s n uw1 p)) +("snooping" nil (s n uw1 p ih0 ng)) +("snoopy" nil (s n uw1 p iy0)) +("snooty" nil (s n uw1 t iy0)) +("snooze" nil (s n uw1 z)) +("snoozing" nil (s n uw1 z ih0 ng)) +("snore" nil (s n ao1 r)) +("snoring" nil (s n ao1 r ih0 ng)) +("snort" nil (s n ao1 r t)) +("snorted" nil (s n ao1 r t ih0 d)) +("snorting" nil (s n ao1 r t ih0 ng)) +("snorts" nil (s n ao1 r t s)) +("snouffer" nil (s n ow1 f er0)) +("snout" nil (s n aw1 t)) +("snover" nil (s n ow1 v er0)) +("snow" nil (s n ow1)) +("snowball" nil (s n ow1 b ao1 l)) +("snowballed" nil (s n ow1 b ao1 l d)) +("snowballing" nil (s n ow1 b ao1 l ih0 ng)) +("snowberger" nil (s n ow1 b er0 g er0)) +("snowbirds" nil (s n ow1 b er1 d z)) +("snowboarders" nil (s n ow1 b ao1 r d er0 z)) +("snowden" nil (s n ow1 d ax n)) +("snowdon" nil (s n ow1 d ax n)) +("snowe" nil (s n ow1)) +("snowed" nil (s n ow1 d)) +("snowfall" nil (s n ow1 f ao1 l)) +("snowflake" nil (s n ow1 f l ey1 k)) +("snowflakes" nil (s n ow1 f l ey1 k s)) +("snowing" nil (s n ow1 ih0 ng)) +("snowman" nil (s n ow1 m ae1 n)) +("snowmobile" nil (s n ow1 m ow0 b iy1 l)) +("snowmobiles" nil (s n ow1 m ow0 b iy1 l z)) +("snows" nil (s n ow1 z)) +("snowshoe" nil (s n ow1 sh uw1)) +("snowstorm" nil (s n ow1 s t ao1 r m)) +("snowstorms" nil (s n ow1 s t ao1 r m z)) +("snowy" nil (s n ow1 iy0)) +("snub" nil (s n ah1 b)) +("snubbed" nil (s n ah1 b d)) +("snubbing" nil (s n ah1 b ih0 ng)) +("snuck" nil (s n ah1 k)) +("snuff" nil (s n ah1 f)) +("snuffed" nil (s n ah1 f t)) +("snuffer" nil (s n ah1 f er0)) +("snuffing" nil (s n ah1 f ih0 ng)) +("snug" nil (s n ah1 g)) +("snugging" nil (s n ah1 g ih0 ng)) +("snuggle" nil (s n ah1 g ax l)) +("snuggs" nil (s n ah1 g z)) +("snyder" nil (s n ay1 d er0)) +("snydergeneral" nil (s n ay1 d er0 jh eh1 n er0 ax l)) +("so" nil (s ow1)) +("soady" nil (s ow1 d iy0)) +("soak" nil (s ow1 k)) +("soaked" nil (s ow1 k t)) +("soaking" nil (s ow1 k ih0 ng)) +("soaks" nil (s ow1 k s)) +("soap" nil (s ow1 p)) +("soapbox" nil (s ow1 p b aa1 k s)) +("soaps" nil (s ow1 p s)) +("soapy" nil (s ow1 p iy0)) +("soar" nil (s ao1 r)) +("soard" nil (s ao1 r d)) +("soared" nil (s ao1 r d)) +("soares" nil (s ao1 r eh0 s)) +("soaring" nil (s ao1 r ih0 ng)) +("soars" nil (s ao1 r z)) +("soave" nil (s ow1 v)) +("sob" nil (s aa1 b)) +("sobbing" nil (s aa1 b ih0 ng)) +("sobbingly" nil (s aa1 b ih0 ng l iy0)) +("sobczak" nil (s aa1 b ch ae0 k)) +("sobczyk" nil (s aa1 b ch ih0 k)) +("sobeck" nil (s ow1 b eh1 k)) +("sobecki" nil (s ax b eh1 t s k iy0)) +("sobek" nil (s ow1 b ih0 k)) +("sobel" nil (s ow1 b ax l)) +("sobelman" nil (s ow1 b ax l m ax n)) +("sober" nil (s ow1 b er0)) +("sobered" nil (s ow1 b er0 d)) +("sobering" nil (s ow1 b er0 ih0 ng)) +("soberly" nil (s ow1 b er0 l iy0)) +("sobers" nil (s ow1 b er0 z)) +("sobey" nil (s ow1 b iy0)) +("sobiech" nil (s aa1 b iy0 hh)) +("sobieski" nil (s ow1 b iy0 eh1 s k iy0)) +("sobin" nil (s ow1 b ih0 n)) +("sobkowiak" nil (s ax b k aw1 iy0 ae0 k)) +("soble" nil (s ow1 b ax l)) +("sobocinski" nil (s ax b ax ch ih1 n s k iy0)) +("sobol" nil (s ow1 b ax l)) +("soboleski" nil (s ax b ax l eh1 s k iy0)) +("sobolewski" nil (s ax b ax l eh1 f s k iy0)) +("sobolik" nil (s ax b ow1 l ih0 k)) +("sobon" nil (s ow0 b ao1 n)) +("sobota" nil (s ax b ow1 t ax)) +("sobotka" nil (s ax b ow1 t k ax)) +("sobotta" nil (s ow0 b ow1 t ax)) +("sobriety" nil (s ax b r ay1 ax t iy0)) +("sobriquet" nil (s ow1 b r ax k ey1)) +("sobs" nil (s aa1 b z)) +("socalled" nil (s ow1 k aa1 l d)) +("socanav" nil (s aa1 k ax n aa0 v)) +("socarras" nil (s ow0 k aa1 r aa0 z)) +("soccer" nil (s aa1 k er0)) +("socci" nil (s ow1 ch iy0)) +("socha" nil (s ow1 ch ax)) +("sochacki" nil (s ax ch ae1 k iy0)) +("sochet" nil (s ow0 sh ey1)) +("sochor" nil (s aa1 k er0)) +("socia" nil (s ow1 ch ax)) +("sociable" nil (s ow1 sh ax b ax l)) +("social" nil (s ow1 sh ax l)) +("socialism" nil (s ow1 sh ax l ih1 z ax m)) +("socialist" nil (s ow1 sh ax l ax s t)) +("socialistic" nil (s ow1 sh ax l ih1 s t ih0 k)) +("socialists" nil (s ow1 sh ax l ax s t s)) +("socialite" nil (s ow1 sh ax l ay1 t)) +("socialites" nil (s ow1 sh ax l ay1 t s)) +("socialization" nil (s ow1 sh ax l ih0 z ey1 sh ax n)) +("socialize" nil (s ow1 sh ax l ay1 z)) +("socialized" nil (s ow1 sh ax l ay1 z d)) +("socializing" nil (s ow1 sh ax l ay1 z ih0 ng)) +("socially" nil (s ow1 sh ax l iy0)) +("sociedad" nil (s ow1 s iy0 d ae1 d)) +("societa" nil (s ow1 s iy0 eh1 t ax)) +("societal" nil (s ax s ay1 ih0 t ax l)) +("societe" nil (s ow1 s iy0 eh0 t ey1)) +("societies" nil (s ax s ay1 ax t iy0 z)) +("society" nil (s ax s ay1 ax t iy0)) +("socio" nil (s ow1 s iy0 ow0)) +("socioeconomic" nil (s ow0 s iy1 ow1 eh1 k ax n aa1 m ih0 k)) +("sociological" nil (s ow1 s iy0 ax l aa1 jh ih0 k ax l)) +("sociologist" nil (s ow1 s iy0 aa1 l ax jh ih0 s t)) +("sociologists" nil (s ow1 s iy0 aa1 l ax jh ih0 s t s)) +("sociology" nil (s ow1 s iy0 aa1 l ax jh iy0)) +("sock" nil (s aa1 k)) +("socked" nil (s aa1 k t)) +("socket" nil (s aa1 k ax t)) +("sockets" nil (s aa1 k ax t s)) +("socks" nil (s aa1 k s)) +("sockwell" nil (s aa1 k w eh1 l)) +("socol" nil (s ow1 k aa1 l)) +("socrates" nil (s aa1 k r ax t iy1 z)) +("socratic" nil (s ax k r ae1 t ih0 k)) +("sod" nil (s aa1 d)) +("soda" nil (s ow1 d ax)) +("sodano" nil (s ow0 d aa1 n ow0)) +("sodaro" nil (s ow0 d aa1 r ow0)) +("sodas" nil (s ow1 d ax z)) +("sodden" nil (s aa1 d ax n)) +("sodders" nil (s aa1 d er0 z)) +("sodecom" nil (s ow1 d ax k ax m)) +("soden" nil (s ow1 d ax n)) +("soder" nil (s ow1 d er0)) +("soderberg" nil (s ow1 d er0 b er0 g)) +("soderbergh" nil (s ow1 d er0 b er0 g)) +("soderblom" nil (s ow1 d er0 b l aa1 m)) +("sodergren" nil (s aa1 d er0 g r eh0 n)) +("soderholm" nil (s ow1 d er0 hh ow0 l m)) +("soderlund" nil (s aa1 d er0 l ax n d)) +("soderman" nil (s ow1 d er0 m ax n)) +("soderquist" nil (s aa1 d er0 k w ih0 s t)) +("soderstrom" nil (s aa1 d er0 s t r ax m)) +("soditic" nil (s ow0 d ih1 t ih0 k)) +("sodium" nil (s ow1 d iy0 ax m)) +("sodomy" nil (s aa1 d ax m iy0)) +("soeder" nil (s ow1 d er0)) +("soens" nil (s ow1 n z)) +("soerensen" nil (s ao1 r ax n s ax n)) +("sofa" nil (s ow1 f ax)) +("sofaer" nil (s ow0 f ey1 r)) +("sofamor" nil (s ow1 f ax m ao1 r)) +("sofas" nil (s ow1 f ax z)) +("sofer" nil (s ow1 f er0)) +("soffel" nil (s ao1 f ax l)) +("soffer" nil (s ao1 f er0)) +("sofia" nil (s ow0 f iy1 ax)) +("sofie" nil (s aa1 f iy0)) +("sofranko" nil (s ax f r ae1 ng k ow0)) +("soft" nil (s aa1 f t)) +("softball" nil (s ao1 f t b ao1 l)) +("softbank" nil (s ao1 f t b ae1 ng k)) +("softdrink" nil (s ao1 f t d r ih1 ng k)) +("softech" nil (s ao1 f t eh1 k)) +("soften" nil (s aa1 f ax n)) +("softened" nil (s ao1 f ax n d)) +("softener" nil (s ao1 f ax n er0)) +("softening" nil (s ao1 f ax n ih0 ng)) +("softens" nil (s ao1 f ax n z)) +("softer" nil (s aa1 f t er0)) +("softest" nil (s ao1 f t ax s t)) +("softimage" nil (s ao1 f t ih1 m ih0 jh)) +("softkey" nil (s aa1 f t k ey1)) +("softletter" nil (s ao1 f t l eh1 t er0)) +("softly" nil (s ao1 f t l iy0)) +("softness" nil (s ao1 f t n ax s)) +("softsoap" nil (s ao1 f t s ow1 p)) +("softspoken" nil (s ao1 f t s p ow1 k ax n)) +("software" nil (s ao1 f t w eh1 r)) +("softwood" nil (s ao1 f t w uh1 d)) +("sogang" nil (s ow1 g ae0 ng)) +("soggy" nil (s aa1 g iy0)) +("sogo" nil (s ow1 g ow0)) +("sohio" nil (s ow0 hh ay1 ow0)) +("sohl" nil (s ow1 l)) +("sohm" nil (s ow1 m)) +("sohmer" nil (s ow1 m er0)) +("sohn" nil (s aa1 n)) +("sohns" nil (s aa1 n z)) +("soho" nil (s ow1 hh ow0)) +("soifer" nil (s oy1 f er0)) +("soiffer" nil (s oy1 f er0)) +("soil" nil (s oy1 l)) +("soileau" nil (s oy1 l ow1)) +("soiled" nil (s oy1 l d)) +("soils" nil (s oy1 l z)) +("soir" nil (s oy1 r)) +("soiree" nil (s w aa0 r ey1)) +("soisson" nil (s oy1 z s ax n)) +("soja" nil (s ow1 jh ax)) +("sojka" nil (s oy1 k ax)) +("sojourn" nil (s ow1 jh er0 n)) +("sok" nil (s aa1 k)) +("sokaiya" nil (s ax k ay1 y ax)) +("sokol" nil (s ow1 k ax l)) +("sokolik" nil (s ax k ow1 l ih0 k)) +("sokolin" nil (s aa1 k ax l ih0 n)) +("sokoloff" nil (s aa1 k ax l ao0 f)) +("sokoloski" nil (s ax k ax l aw1 s k iy0)) +("sokolov" nil (s aa1 k ax l aa0 v)) +("sokolow" nil (s aa1 k ax l ow0)) +("sokolowski" nil (s ax k ax l ao1 f s k iy0)) +("sol" nil (s aa1 l)) +("sola" nil (s ow1 l ax)) +("solace" nil (s aa1 l ax s)) +("solak" nil (s ow1 l ax k)) +("solaman" nil (s aa1 l ax m ax n)) +("solan" nil (s ow1 l ax n)) +("solana" nil (s ow0 l ae1 n ax)) +("soland" nil (s aa1 l ax n d)) +("solano" nil (s ow0 l aa1 n ow0)) +("solar" nil (s ow1 l er0)) +("solares" nil (s ow0 l aa1 r eh0 s)) +("solari" nil (s ow0 l aa1 r iy0)) +("solaris" nil (s ow0 l eh1 r ih0 s)) +("solarz" nil (s ow1 l aa0 r z)) +("solazzo" nil (s ow0 l aa1 z ow0)) +("solberg" nil (s ow1 l b er0 g)) +("solchaga" nil (s ow0 l ch aa1 g ax)) +("sold" nil (s ow1 l d)) +("soldan" nil (s ow1 l d ax n)) +("soldano" nil (s ow0 l d aa1 n ow0)) +("solder" nil (s aa1 d er0)) +("soldering" nil (s aa1 d er0 ih0 ng)) +("soldier" nil (s ow1 l jh er0)) +("soldiering" nil (s ow1 l jh er0 ih0 ng)) +("soldiers" nil (s ow1 l jh er0 z)) +("soldner" nil (s ow1 l d n er0)) +("soldo" nil (s ow1 l d ow0)) +("sole" nil (s ow1 l)) +("solecki" nil (s ax l eh1 t s k iy0)) +("soledad" nil (s ow1 l d ae1 d)) +("soleil" nil (s ow0 l ay1 l)) +("solely" nil (s ow1 l l iy0)) +("solem" nil (s ow1 l ih0 m)) +("solemn" nil (s aa1 l ax m)) +("solemnity" nil (s ax l eh1 m n ax t iy0)) +("solemnly" nil (s ao1 l ax m l iy0)) +("soler" nil (s ow1 l er0)) +("soleri" nil (s ow0 l eh1 r iy0)) +("soles" nil (s ow1 l z)) +("solesbee" nil (s ow1 l z b iy1)) +("soley" nil (s ow1 l iy0)) +("solheim" nil (s ow1 l hh ay1 m)) +("soli" nil (s ow1 l iy1)) +("solicit" nil (s ax l ih1 s ih0 t)) +("solicitation" nil (s ax l ih1 s ih0 t ey1 sh ax n)) +("solicitations" nil (s ax l ih1 s ih0 t ey1 sh ax n z)) +("solicited" nil (s ax l ih1 s ih0 t ih0 d)) +("soliciting" nil (s ax l ih1 s ax t ih0 ng)) +("solicitor" nil (s ax l ih1 s ax t er0)) +("solicitors" nil (s ax l ih1 s ax t er0 z)) +("solicitous" nil (s ax l ih1 s ax t ax s)) +("solicits" nil (s ax l ih1 s ax t s)) +("solicitude" nil (s ax l ih1 s ih0 t uw1 d)) +("solid" nil (s aa1 l ax d)) +("solidarity" nil (s aa1 l ax d eh1 r ax t iy0)) +("soliday" nil (s ow1 l iy0 d ey0)) +("soliders" nil (s aa1 l ih0 d er0 z)) +("solidified" nil (s ax l ih1 d ax f ay1 d)) +("solidifies" nil (s ax l ih1 d ax f ay1 z)) +("solidify" nil (s ax l ih1 d ax f ay1)) +("solidifying" nil (s ax l ih1 d ax f ay1 ih0 ng)) +("solidity" nil (s ax l ih1 d ax t iy0)) +("solidly" nil (s aa1 l ax d l iy0)) +("solids" nil (s aa1 l ax d z)) +("solie" nil (s ow1 l iy0)) +("soliloquy" nil (s ow1 l ax l aa1 k w iy0)) +("soliman" nil (s aa1 l ih0 m ax n)) +("solimine" nil (s ow0 l iy0 m iy1 n iy0)) +("solimon" nil (s ow1 l ih0 m ax n)) +("solin" nil (s ow1 l ih0 n)) +("solinger" nil (s ow1 l ih0 ng er0)) +("solis" nil (s ow1 l ih0 s)) +("solita" nil (s ow0 l iy1 t ax)) +("solitaire" nil (s aa1 l ax t eh1 r)) +("solitary" nil (s aa1 l ax t eh1 r iy0)) +("solitec" nil (s aa1 l ih0 t eh1 k)) +("solitron" nil (s ow1 l ih0 t r aa0 n)) +("solitude" nil (s aa1 l ax t uw1 d)) +("soliz" nil (s ow1 l iy0 z)) +("soll" nil (s aa1 l)) +("sollars" nil (s aa1 l er0 z)) +("sollenberger" nil (s aa1 l ax n b er0 g er0)) +("soller" nil (s aa1 l er0)) +("sollers" nil (s aa1 l er0 z)) +("solley" nil (s aa1 l iy0)) +("solliday" nil (s aa1 l iy0 d ey0)) +("sollie" nil (s aa1 l iy0)) +("sollinger" nil (s aa1 l ih0 ng er0)) +("sollish" nil (s aa1 l ih0 sh)) +("solloway" nil (s aa1 l ow0 w ey1)) +("solly" nil (s aa1 l iy0)) +("solo" nil (s ow1 l ow1)) +("solodar" nil (s aa1 l ax d er0)) +("soloff" nil (s aa1 l ao0 f)) +("soloist" nil (s ow1 l ow1 ax s t)) +("soloists" nil (s ow1 l ow1 ax s t s)) +("soloman" nil (s ow0 l ow0 m ae1 n)) +("solomon" nil (s aa1 l ax m ax n)) +("solomos" nil (s aa1 l ax m ow0 s)) +("solon" nil (s ow1 l ax n)) +("solorio" nil (s ow0 l ao1 r iy0 ow0)) +("solorzano" nil (s ow0 l ao0 r z aa1 n ow0)) +("solos" nil (s ow1 l ow0 z)) +("soloviev" nil (s aa1 l ow0 v iy1 v)) +("solow" nil (s aa1 l ow0)) +("soloway" nil (s ow1 l ow0 w ey1)) +("solt" nil (s ow1 l t)) +("soltau" nil (s ow1 l t aw0)) +("soltero" nil (s ow0 l t eh1 r ow0)) +("soltes" nil (s ow1 l t s)) +("soltesz" nil (s ow1 l t ih0 sh)) +("solti" nil (s ow1 l t iy0)) +("soltis" nil (s ow1 l t ih0 s)) +("soltys" nil (s ow1 l t iy0 z)) +("soltysiak" nil (s ow0 l t ih1 s iy0 ae0 k)) +("soluble" nil (s aa1 l y ax b ax l)) +("solum" nil (s ow1 l ax m)) +("solution" nil (s ax l uw1 sh ax n)) +("solutions" nil (s ax l uw1 sh ax n z)) +("solvable" nil (s aa1 l v ax b ax l)) +("solvay" nil (s ow1 l v ey0)) +("solve" nil (s aa1 l v)) +("solved" nil (s aa1 l v d)) +("solvency" nil (s ao1 l v ax n s iy0)) +("solvent" nil (s aa1 l v ax n t)) +("solvents" nil (s ao1 l v ax n t s)) +("solver" nil (s aa1 l v er0)) +("solvers" nil (s aa1 l v er0 z)) +("solves" nil (s aa1 l v z)) +("solvig" nil (s ow1 l v ih0 g)) +("solving" nil (s aa1 l v ih0 ng)) +("solwin" nil (s ow1 l w ih1 n)) +("solzhenitsyn" nil (s ow1 l z ax n ih1 t s ih1 n)) +("som" nil (s aa1 m)) +("soma" nil (s ow1 m ax)) +("somali" nil (s ax m aa1 l iy0)) +("somalia" nil (s ax m aa1 l iy0 ax)) +("somalis" nil (s ax m aa1 l ih0 z)) +("somatogen" nil (s ow1 m ae1 t ax jh eh0 n)) +("somatotropin" nil (s ow1 m ax t aa1 t r ax p ih0 n)) +("somber" nil (s aa1 m b er0)) +("somberly" nil (s aa1 m b er0 l iy0)) +("sombrero" nil (s aa0 m b r eh1 r ow0)) +("some" nil (s ah1 m)) +("somebody" nil (s ah1 m b aa1 d iy0)) +("someday" nil (s ah1 m d ey1)) +("somehow" nil (s ah1 m hh aw1)) +("someone" nil (s ah1 m w ah1 n)) +("someplace" nil (s ah1 m p l ey1 s)) +("somer" nil (s ah1 m er0)) +("somers" nil (s ah1 m er0 z)) +("somersaulting" nil (s ah1 m er0 s ao1 l t ih0 ng)) +("somersaults" nil (s ah1 m er0 s ao1 l t s)) +("somerset" nil (s ah1 m er0 s eh1 t)) +("somerton" nil (s ah1 m er0 t ax n)) +("somerville" nil (s ah1 m er0 v ih1 l)) +("somes" nil (s ah1 m z)) +("somesh" nil (s ow1 m eh1 sh)) +("something" nil (s ah1 m th ih0 ng)) +("somethings" nil (s ah1 m th ih1 ng z)) +("sometime" nil (s ah1 m t ay1 m)) +("sometimes" nil (s ax m t ay1 m z)) +("somewhat" nil (s ah1 m w ah1 t)) +("somewhere" nil (s ah1 m w eh1 r)) +("somma" nil (s aa1 m ax)) +("sommer" nil (s ah1 m er0)) +("sommerfeld" nil (s aa1 m er0 f eh0 l d)) +("sommerfeldt" nil (s aa1 m er0 f ih0 l t)) +("sommerfield" nil (s ax m er1 f iy0 l d)) +("sommers" nil (s ah1 m er0 r z)) +("sommerville" nil (s aa1 m er0 v ih0 l)) +("somnolent" nil (s aa1 m n ax l ax n t)) +("somogyi" nil (s ow0 m ow1 g y iy0)) +("somoza" nil (s ax m ow1 z ax)) +("son" nil (s ah1 n)) +("sonar" nil (s ow1 n aa0 r)) +("sonat" nil (s aa1 n ax t)) +("sonata" nil (s ax n aa1 t ax)) +("sonatas" nil (s aa1 n aa1 t ax z)) +("sonatrach" nil (s aa1 n ax t r ae0 k)) +("sondag" nil (s aa1 n d ax g)) +("sonderman" nil (s aa1 n d er0 m ax n)) +("sondgeroth" nil (s aa1 n jh er0 aa0 th)) +("sondheim" nil (s aa1 n d hh ay1 m)) +("sondheimer" nil (s aa1 n d hh ay1 m er0)) +("sondra" nil (s aa1 n d r ax)) +("sones" nil (s ow1 n z)) +("sonesta" nil (s ax n eh1 s t ax)) +("sonet" nil (s ow1 n ax t)) +("sonex" nil (s ow1 n ax k s)) +("song" nil (s ao1 ng)) +("songbirds" nil (s ao1 ng b er1 d z)) +("songer" nil (s ao1 ng er0)) +("songs" nil (s ao1 ng z)) +("songwriter" nil (s ao1 ng r ay1 t er0)) +("songwriters" nil (s ao1 ng r ay1 t er0 z)) +("songwriting" nil (s ao1 ng r ay1 t ih0 ng)) +("songy" nil (s aa1 n jh iy0)) +("soni" nil (s ow1 n iy0)) +("sonia" nil (s ow1 n y ax)) +("sonic" nil (s aa1 n ih0 k)) +("sonier" nil (s ow1 n iy0 er0)) +("sonja" nil (s ow1 n y ax)) +("sonn" nil (s aa1 n)) +("sonne" nil (s aa1 n)) +("sonneborn" nil (s aa1 n ih0 b ao0 r n)) +("sonnen" nil (s aa1 n ax n)) +("sonnenberg" nil (s aa1 n ax n b er0 g)) +("sonnenblick" nil (s ax n eh1 n b l ih0 k)) +("sonnenburg" nil (s aa1 n ax n b er0 g)) +("sonnenfeld" nil (s aa1 n ih0 n f eh0 l d)) +("sonnenschein" nil (s aa1 n ih0 n sh ay0 n)) +("sonner" nil (s aa1 n er0)) +("sonnets" nil (s aa1 n ax t s)) +("sonnett" nil (s aa1 n ax t)) +("sonnier" nil (s ah1 n iy0 er0)) +("sonntag" nil (s aa1 n t ax g)) +("sonny" nil (s ah1 n iy0)) +("sonoco" nil (s ax n ow1 k ow0)) +("sonoda" nil (s ow0 n ow1 d ax)) +("sonoma" nil (s ax n ow1 m ax)) +("sonora" nil (s ax n ao1 r ax)) +("sonorous" nil (s aa1 n er0 ax s)) +("sonrise" nil (s ah1 n r ay1 z)) +("sons" nil (s ah1 n z)) +("sontag" nil (s aa1 n t ae1 g)) +("sony" nil (s ow1 n iy0)) +("sonya" nil (s ow1 n y ax)) +("soo" nil (s uw1)) +("sood" nil (s uw1 d)) +("soohoo" nil (s uw1 hh uw1)) +("soon" nil (s uw1 n)) +("sooner" nil (s uw1 n er0)) +("sooners" nil (s uw1 n er0 z)) +("soonest" nil (s uw1 n ax s t)) +("soong" nil (s uw1 ng)) +("soos" nil (s uw1 z)) +("soot" nil (s uh1 t)) +("sooter" nil (s uh1 t er0)) +("soothe" nil (s uw1 dh)) +("soothed" nil (s uw1 dh d)) +("soothes" nil (s uw1 dh z)) +("soothing" nil (s uw1 dh ih0 ng)) +("soothingly" nil (s uw1 dh ih0 ng l iy0)) +("soothsayers" nil (s uw1 th s ey1 er0 z)) +("soots" nil (s uh1 t s)) +("sooty" nil (s uw1 t iy0)) +("sooy" nil (s uw1 iy0)) +("sop" nil (s aa1 p)) +("sope" nil (s ow1 p)) +("soper" nil (s ow1 p er0)) +("sopher" nil (s aa1 f er0)) +("sophia" nil (s ow0 f iy1 ax)) +("sophie" nil (s ow1 f iy0)) +("sophisticated" nil (s ax f ih1 s t ax k ey1 t ih0 d)) +("sophisticates" nil (s ax f ih1 s t ax k ih1 t s)) +("sophistication" nil (s ax f ih1 s t ax k ey1 sh ax n)) +("sophocles" nil (s ow0 f ow1 k ax l z)) +("sophomore" nil (s aa1 f m ao1 r)) +("sophomores" nil (s aa1 f m ao1 r z)) +("sophomoric" nil (s aa1 f ow0 m aa1 r ih0 k)) +("sophronia" nil (s ow0 f r ow1 n iy0 ax)) +("sophy" nil (s ow1 f iy0)) +("sopko" nil (s ow1 p k ow0)) +("sopp" nil (s aa1 p)) +("sopping" nil (s aa1 p ih0 ng)) +("soprano" nil (s ax p r aa1 n ow0)) +("sopranos" nil (s ax p r ae1 n ow0 z)) +("sops" nil (s aa1 p s)) +("soquip" nil (s ow1 k w ih0 p)) +("sor" nil (s ao1 r)) +("soranno" nil (s ao0 r aa1 n ow0)) +("sorbello" nil (s ao1 r b eh1 l ow0)) +("sorber" nil (s ao1 r b er0)) +("sorbo" nil (s ao1 r b ow0)) +("sorbonne" nil (s ao0 r b aa1 n)) +("sorbus" nil (s ao1 r b ax s)) +("sorce" nil (s ao1 r s)) +("sorcerers" nil (s ao1 r s er0 er0 z)) +("sorcery" nil (s ao1 r s er0 iy0)) +("sorcha" nil (s ao1 r k ax)) +("sorci" nil (s ao1 r ch iy0)) +("sordid" nil (s ao1 r d ax d)) +("sordoni" nil (s ao0 r d ow1 n iy0)) +("sore" nil (s ao1 r)) +("sorel" nil (s ao1 r ax l)) +("sorell" nil (s ao1 r ax l)) +("sorely" nil (s ao1 r l iy0)) +("sorensen" nil (s ao1 r ih0 n s ax n)) +("sorenson" nil (s ao1 r ax n s ax n)) +("sores" nil (s ao1 r z)) +("sorey" nil (s ao1 r iy0)) +("sorg" nil (s ao1 r g)) +("sorge" nil (s ao1 r jh)) +("sorgen" nil (s ao1 r g ax n)) +("sorghum" nil (s ao1 r g ax m)) +("soria" nil (s ao1 r iy0 ax)) +("soriano" nil (s ao0 r iy0 aa1 n ow0)) +("sorice" nil (s ao1 r ih0 s)) +("sorkin" nil (s ao1 r k ih0 n)) +("sorkow" nil (s ao1 r k aw1)) +("sorlie" nil (s ao1 r l iy0)) +("soroka" nil (s ao0 r ow1 k ax)) +("sororities" nil (s er0 ao1 r ax t iy0 z)) +("sorority" nil (s er0 ao1 r ax t iy0)) +("soros" nil (s ao1 r ow0 s)) +("sorpasso" nil (s ao0 r p aa1 s ow0)) +("sorrel" nil (s ao1 r ax l)) +("sorrell" nil (s ao1 r ax l)) +("sorrells" nil (s ao1 r ax l z)) +("sorrels" nil (s ao1 r ax l z)) +("sorrenti" nil (s ao0 r eh1 n t iy0)) +("sorrow" nil (s aa1 r ow0)) +("sorrowful" nil (s aa1 r ow0 f ax l)) +("sorry" nil (s aa1 r iy0)) +("sort" nil (s ao1 r t)) +("sorted" nil (s ao1 r t ih0 d)) +("sorter" nil (s ao1 r t er0)) +("sorters" nil (s ao1 r t er0 z)) +("sorties" nil (s ao1 r t iy0 z)) +("sorting" nil (s ao1 r t ih0 ng)) +("sortino" nil (s ao0 r t iy1 n ow0)) +("sortor" nil (s ao1 r t er0)) +("sorts" nil (s ao1 r t s)) +("sorum" nil (s ao1 r ax m)) +("sosa" nil (s ow1 s ax)) +("sosebee" nil (s aa1 s ih0 b iy0)) +("sosin" nil (s ow1 s ih1 n)) +("sosinski" nil (s ax s ih1 n s k iy0)) +("soskin" nil (s aa1 s k ih0 n)) +("sosna" nil (s ow1 s n ax)) +("sosnoff" nil (s ao1 s n ao0 f)) +("sosnowski" nil (s ax s n ao1 f s k iy0)) +("soss" nil (s ao1 s)) +("sossamon" nil (s ow0 s aa0 m ao1 n)) +("sosuke" nil (s ow0 s uw1 k ey1)) +("sotak" nil (s ow1 t ax k)) +("sotello" nil (s ow0 t eh1 l ow0)) +("sotelo" nil (s ow0 t eh1 l ow0)) +("soter" nil (s ow1 t er0)) +("soto" nil (s ow1 t ow0)) +("sotolongo" nil (s ow0 t ow0 l ow1 ng g ow0)) +("sotomayor" nil (s ow0 t ow0 m ey0 ao1 r)) +("sottile" nil (s ow1 t ax l)) +("souccar" nil (s uw1 k aa1 r)) +("soucek" nil (s ow1 s ih0 k)) +("soucie" nil (s ow1 k iy0)) +("soucy" nil (s ow1 s iy0)) +("souder" nil (s aw1 d er0)) +("souders" nil (s aw1 d er0 z)) +("souers" nil (s aw1 er0 z)) +("sought" nil (s ao1 t)) +("souk" nil (s uw1 k)) +("soukup" nil (s aw1 k ax p)) +("soul" nil (s ow1 l)) +("soule" nil (s aw1 l)) +("soules" nil (s uw1 l z)) +("soulful" nil (s ow1 l f ax l)) +("soulier" nil (s uw1 l iy0 er0)) +("soulless" nil (s ow1 l l ax s)) +("soulliere" nil (s uw1 l iy0 eh0 r)) +("souls" nil (s ow1 l z)) +("sound" nil (s aw1 n d)) +("soundbites" nil (s aw1 n d b ay1 t s)) +("sounded" nil (s aw1 n d ax d)) +("sounder" nil (s aw1 n d er0)) +("soundest" nil (s aw1 n d ax s t)) +("sounding" nil (s aw1 n d ih0 ng)) +("soundings" nil (s aw1 n d ih0 ng z)) +("soundly" nil (s aw1 n d l iy0)) +("soundness" nil (s aw1 n d n ax s)) +("sounds" nil (s aw1 n d z)) +("soundscan" nil (s aw1 n d s k ae1 n)) +("soundtrack" nil (s aw1 n d t r ae1 k)) +("soundview" nil (s aw1 n d v y uw1)) +("soup" nil (s uw1 p)) +("souped" nil (s uw1 p t)) +("soups" nil (s uw1 p s)) +("soupy" nil (s uw1 p iy0)) +("sour" nil (s aw1 er0)) +("source" nil (s ao1 r s)) +("sourcebook" nil (s ao1 r s b uh1 k)) +("sources" nil (s ao1 r s ax z)) +("sourcing" nil (s ao1 r s ih0 ng)) +("soured" nil (s aw1 er0 d)) +("souring" nil (s aw1 er0 ih0 ng)) +("souris" nil (s uw1 r ih0 s)) +("sourrouille" nil (s ao0 r uw1 iy0)) +("sours" nil (s aw1 er0 z)) +("sous" nil (s uw1 z)) +("sousa" nil (s uw1 z ax)) +("sousaphone" nil (s uw1 z ax f ow1 n)) +("sousley" nil (s aw1 s l iy0)) +("soutar" nil (s uw0 t aa1 r)) +("souter" nil (s uw1 t er0)) +("south" nil (s aw1 th)) +("southall" nil (s aw1 th ax l)) +("southam" nil (s aw1 th ax m)) +("southampton" nil (s aw0 th hh ae1 m p t ax n)) +("southard" nil (s aw1 th er0 d)) +("southbound" nil (s aw1 th b aw1 n d)) +("southdown" nil (s aw1 th d aw1 n)) +("southeast" nil (s aw1 th iy1 s t)) +("southeastern" nil (s aw1 th iy1 s t er0 n)) +("souther" nil (s ah1 dh er0)) +("southerland" nil (s ah1 dh er0 l ax n d)) +("southern" nil (s ah1 dh er0 n)) +("southerner" nil (s ah1 dh er0 n er0)) +("southerners" nil (s ah1 dh er0 n er0 z)) +("southernmost" nil (s ah1 dh er0 n m ow1 s t)) +("southernnet" nil (s ah1 dh er0 n eh0 t)) +("southers" nil (s ah1 dh er0 z)) +("southfield" nil (s aw1 th f iy1 l d)) +("southgate" nil (s aw1 th g ey1 t)) +("southin" nil (s aw1 th ih1 n)) +("southland" nil (s aw1 th l ae1 n d)) +("southlife" nil (s aw1 th l ay1 f)) +("southmark" nil (s aw1 th m aa1 r k)) +("southold" nil (s aw1 th ow1 l d)) +("southport" nil (s aw1 th p ao1 r t)) +("souths" nil (s aw1 th s)) +("southside" nil (s aw1 th s ay1 d)) +("southstate" nil (s aw1 th s t ey1 t)) +("southwall" nil (s aw1 th w ao1 l)) +("southward" nil (s aw1 th w er0 d)) +("southway" nil (s aw1 th w ey1)) +("southwell" nil (s aw1 th w eh1 l)) +("southwest" nil (s aw1 th w eh1 s t)) +("southwestern" nil (s aw1 th w eh1 s t er0 n)) +("southwick" nil (s aw1 th w ih0 k)) +("southwood" nil (s aw1 th w uh1 d)) +("southworth" nil (s aw1 th w er0 th)) +("souto" nil (s uw1 t ow0)) +("souvenir" nil (s uw1 v ax n ih1 r)) +("souvenirs" nil (s uw1 v ax n ih1 r z)) +("souveroff" nil (s uw1 v er0 ao0 f)) +("souza" nil (s uw1 z ax)) +("sova" nil (s ow1 v ax)) +("sovereign" nil (s aa1 v r ax n)) +("sovereigns" nil (s aa1 v r ax n z)) +("sovereignty" nil (s aa1 v r ax n t iy0)) +("sovetskaya" nil (s ow1 v eh0 t s k ay1 ax)) +("sovexportfilm" nil (s ow1 v eh1 k s p ao0 r t f ih1 l m)) +("sovey" nil (s ow1 v iy0)) +("soviet" nil (s ow1 v iy0 ax t)) +("sovietologist" nil (s ow1 v iy0 ax t aa1 l ax jh ih0 s t)) +("sovietologists" nil (s ow1 v iy0 ax t aa1 l ax jh ih0 s t s)) +("soviets" nil (s ow1 v iy0 eh1 t s)) +("sovine" nil (s aa1 v ay0 n)) +("sovran" nil (s aa1 v r ax n)) +("sovrans" nil (s aa1 v r ax n z)) +("sow" nil (s aw1)) +("sowa" nil (s ow1 ax)) +("soward" nil (s ow1 er0 d)) +("sowards" nil (s ow1 er0 d z)) +("sowash" nil (s ow1 ax sh)) +("sowata" nil (s ow1 aa1 t ax)) +("sowden" nil (s ow1 d ax n)) +("sowder" nil (s ow1 d er0)) +("sowders" nil (s ow1 d er0 z)) +("sowed" nil (s aw1 d)) +("sowell" nil (s aa1 w eh0 l)) +("sower" nil (s ow1 er0)) +("sowers" nil (s ow1 er0 z)) +("soweto" nil (s ow0 ey1 t ow0)) +("sowing" nil (s ow1 ih0 ng)) +("sowinski" nil (s ow0 ih1 n s k iy0)) +("sowle" nil (s ow1 l)) +("sowles" nil (s ow1 l z)) +("sown" nil (s ow1 n)) +("sows" nil (s ow1 z)) +("sox" nil (s aa1 k s)) +("soy" nil (s oy1)) +("soya" nil (s oy1 ax)) +("soyars" nil (s oy1 er0 z)) +("soybean" nil (s oy1 b iy1 n)) +("soybeans" nil (s oy1 b iy1 n z)) +("soyka" nil (s oy1 k ax)) +("soysauce" nil (s oy1 s ao1 s)) +("soyuz" nil (s oy1 ax z)) +("soza" nil (s ow1 z ax)) +("sozio" nil (s ow1 z iy0 ow0)) +("spa" nil (s p aa1)) +("space" nil (s p ey1 s)) +("spaceballs" nil (s p ey1 s b ao1 l z)) +("spacebands" nil (s p ey1 s b ae1 n d z)) +("spacecraft" nil (s p ey1 s k r ae1 f t)) +("spaced" nil (s p ey1 s t)) +("spacek" nil (s p aa1 ch eh0 k)) +("spacelink" nil (s p ey1 s l ih1 ng k)) +("spacenet" nil (s p ey1 s n eh1 t)) +("spaceport" nil (s p ey1 s p ao1 r t)) +("spacers" nil (s p ey1 s er0 z)) +("spaces" nil (s p ey1 s ax z)) +("spaceship" nil (s p ey1 s sh ih1 p)) +("spaceships" nil (s p ey1 s sh ih1 p s)) +("spacesuit" nil (s p ey1 s uw1 t)) +("spacey" nil (s p ey1 s iy0)) +("spacing" nil (s p ey1 s ih0 ng)) +("spacious" nil (s p ey1 sh ax s)) +("spack" nil (s p ae1 k)) +("spackman" nil (s p ae1 k m ax n)) +("spada" nil (s p aa1 d ax)) +("spadaccini" nil (s p aa0 d aa0 ch iy1 n iy0)) +("spadafora" nil (s p aa0 d aa0 f ao1 r ax)) +("spadafore" nil (s p aa0 d ao1 f ao0 r)) +("spadaro" nil (s p aa0 d aa1 r ow0)) +("spade" nil (s p ey1 d)) +("spader" nil (s p ey1 d er0)) +("spades" nil (s p ey1 d z)) +("spadework" nil (s p ey1 d w er1 k)) +("spadoni" nil (s p aa0 d ow1 n iy0)) +("spady" nil (s p ey1 d iy0)) +("spaeth" nil (s p iy1 th)) +("spafford" nil (s p ae1 f er0 d)) +("spaghetti" nil (s p ax g eh1 t iy0)) +("spagna" nil (s p ae1 g n ax)) +("spagnola" nil (s p aa0 g n ow1 l ax)) +("spagnoli" nil (s p aa0 g n ow1 l iy0)) +("spagnolo" nil (s p aa0 g n ow1 l ow0)) +("spagnuolo" nil (s p aa0 g n y uw0 ow1 l ow0)) +("spago" nil (s p ey1 g ow0)) +("spahn" nil (s p aa1 n)) +("spahr" nil (s p aa1 r)) +("spaid" nil (s p ey1 d)) +("spain" nil (s p ey1 n)) +("spainhour" nil (s p ay1 n aw0 r)) +("spainhower" nil (s p ay1 n hh ow0 er0)) +("spak" nil (s p ae1 k)) +("spake" nil (s p ey1 k)) +("spalding" nil (s p ao1 l d ih0 ng)) +("spall" nil (s p ao1 l)) +("spalla" nil (s p ae1 l ax)) +("spallone" nil (s p ae1 l ow1 n)) +("spalvins" nil (s p ae1 l v ih0 n z)) +("spam" nil (s p ae1 m)) +("spampinato" nil (s p aa0 m p iy0 n aa1 t ow0)) +("span" nil (s p ae1 n)) +("spanbauer" nil (s p ae1 n b aw0 er0)) +("spandex" nil (s p ae1 n d ax k s)) +("spang" nil (s p ae1 ng)) +("spangenberg" nil (s p ae1 ng ax n b er0 g)) +("spangle" nil (s p ae1 ng g ax l)) +("spangled" nil (s p ae1 ng g ax l d)) +("spangler" nil (s p ae1 ng g ax l er0)) +("spaniard" nil (s p ae1 n y er0 d)) +("spaniards" nil (s p ae1 n y er0 d z)) +("spaniel" nil (s p ae1 n y ax l)) +("spanier" nil (s p ae1 n y er0)) +("spaniol" nil (s p ae1 n y ax l)) +("spanish" nil (s p ae1 n ih0 sh)) +("spanked" nil (s p ae1 ng k t)) +("spanking" nil (s p ae1 ng k ih0 ng)) +("spann" nil (s p ae1 n)) +("spanned" nil (s p ae1 n d)) +("spanner" nil (s p ae1 n er0)) +("spanning" nil (s p ae1 n ih0 ng)) +("spanninger" nil (s p ae1 n ih0 ng er0)) +("spano" nil (s p aa1 n ow0)) +("spanos" nil (s p ey1 n ow0 z)) +("spans" nil (s p ae1 n z)) +("spanton" nil (s p ae1 n t ax n)) +("spar" nil (s p aa1 r)) +("sparacino" nil (s p er0 ax ch iy1 n ow0)) +("sparacio" nil (s p er0 ey1 s iy0 ow0)) +("sparaco" nil (s p er0 ae1 k ow0)) +("sparano" nil (s p er0 ae1 n ow0)) +("sparc" nil (s p aa1 r k)) +("spare" nil (s p eh1 r)) +("spared" nil (s p eh1 r d)) +("spares" nil (s p eh1 r z)) +("sparger" nil (s p aa1 r jh er0)) +("spargo" nil (s p aa1 r g ow0)) +("spargur" nil (s p aa1 r g er0)) +("sparing" nil (s p eh1 r ih0 ng)) +("sparingly" nil (s p eh1 r ih0 ng l iy0)) +("spark" nil (s p aa1 r k)) +("sparked" nil (s p aa1 r k t)) +("sparkes" nil (s p aa1 r k s)) +("sparking" nil (s p aa1 r k ih0 ng)) +("sparkle" nil (s p aa1 r k ax l)) +("sparkled" nil (s p aa1 r k ax l d)) +("sparkles" nil (s p aa1 r k ax l z)) +("sparkling" nil (s p aa1 r k l ih0 ng)) +("sparkman" nil (s p aa1 r k m ax n)) +("sparks" nil (s p aa1 r k s)) +("sparky" nil (s p aa1 r k iy0)) +("sparlin" nil (s p aa1 r l ih0 n)) +("sparling" nil (s p aa1 r l ih0 ng)) +("sparr" nil (s p ae1 r)) +("sparred" nil (s p aa1 r d)) +("sparring" nil (s p aa1 r ih0 ng)) +("sparrow" nil (s p eh1 r ow0)) +("sparrows" nil (s p eh1 r ow0 z)) +("sparse" nil (s p aa1 r s)) +("sparsely" nil (s p aa1 r s l iy0)) +("sparta" nil (s p aa1 r t ax)) +("spartacus" nil (s p aa1 r t ax k ax s)) +("spartan" nil (s p aa1 r t ax n)) +("spartanburg" nil (s p aa1 r t ax n b er0 g)) +("spartech" nil (s p aa1 r t eh1 k)) +("spartz" nil (s p aa1 r t s)) +("spas" nil (s p aa1 z)) +("spasm" nil (s p ae1 z ax m)) +("spasms" nil (s p ae1 z ax m z)) +("spasso" nil (s p ae1 s ow0)) +("spat" nil (s p ae1 t)) +("spatafora" nil (s p aa0 t aa0 f ao1 r ax)) +("spatafore" nil (s p ae1 t ax f ao1 r)) +("spataro" nil (s p aa0 t aa1 r ow0)) +("spate" nil (s p ey1 t)) +("spates" nil (s p ey1 t s)) +("spath" nil (s p ae1 th)) +("spatial" nil (s p ey1 sh ax l)) +("spatola" nil (s p aa0 t ow1 l ax)) +("spats" nil (s p ae1 t s)) +("spattered" nil (s p ae1 t er0 d)) +("spattering" nil (s p ae1 t er0 ih0 ng)) +("spatula" nil (s p ae1 ch uh0 l ax)) +("spatz" nil (s p ae1 t s)) +("spaugh" nil (s p ao1)) +("spaulding" nil (s p ao1 l d ih0 ng)) +("spaur" nil (s p ao1 r)) +("spavo" nil (s p aa1 v ow0)) +("spaw" nil (s p ao1)) +("spawn" nil (s p aa1 n)) +("spawned" nil (s p ao1 n d)) +("spawning" nil (s p aa1 n ih0 ng)) +("spawns" nil (s p aa1 n z)) +("spayd" nil (s p ey1 d)) +("spayde" nil (s p ey1 d)) +("spaziani" nil (s p aa0 z iy0 aa1 n iy0)) +("speagle" nil (s p iy1 g ax l)) +("speak" nil (s p iy1 k)) +("speake" nil (s p iy1 k)) +("speaker" nil (s p iy1 k er0)) +("speakers" nil (s p iy1 k er0 z)) +("speakership" nil (s p iy1 k er0 sh ih1 p)) +("speakes" nil (s p iy1 k s)) +("speaking" nil (s p iy1 k ih0 ng)) +("speakman" nil (s p iy1 k m ax n)) +("speaks" nil (s p iy1 k s)) +("spear" nil (s p ih1 r)) +("speare" nil (s p iy1 r)) +("spearhead" nil (s p ih1 r hh eh1 d)) +("spearheaded" nil (s p ih1 r hh eh1 d ih0 d)) +("spearheading" nil (s p ih1 r hh eh1 d ih0 ng)) +("spearing" nil (s p ih1 r ih0 ng)) +("spearman" nil (s p ih1 r m ax n)) +("spears" nil (s p ih1 r z)) +("speas" nil (s p iy1 z)) +("spease" nil (s p iy1 z)) +("spec" nil (s p eh1 k)) +("specht" nil (s p eh1 k t)) +("special" nil (s p eh1 sh ax l)) +("speciale" nil (s p eh1 ch ax l iy0)) +("specialist" nil (s p eh1 sh ax l ax s t)) +("specialists" nil (s p eh1 sh ax l ax s t s)) +("specialities" nil (s p eh1 sh ax l t iy0 z)) +("speciality" nil (s p eh1 sh iy0 ae1 l ih0 t iy0)) +("specialization" nil (s p eh1 sh ax l ax z ey1 sh ax n)) +("specialize" nil (s p eh1 sh ax l ay1 z)) +("specialized" nil (s p eh1 sh ax l ay1 z d)) +("specializes" nil (s p eh1 sh ax l ay1 z ax z)) +("specializing" nil (s p eh1 sh ax l ay1 z ih0 ng)) +("specially" nil (s p eh1 sh ax l iy0)) +("specials" nil (s p eh1 sh ax l z)) +("specialties" nil (s p eh1 sh ax l t iy0 z)) +("specialty" nil (s p eh1 sh ax l t iy0)) +("species" nil (s p iy1 sh iy0 z)) +("specific" nil (s p ax s ih1 f ih0 k)) +("specifically" nil (s p ax s ih1 f ih0 k l iy0)) +("specification" nil (s p eh1 s ih0 f ih0 k ey1 sh ax n)) +("specifications" nil (s p eh1 s ax f ax k ey1 sh ax n z)) +("specificity" nil (s p eh1 s ax f ih1 s ax t iy0)) +("specifics" nil (s p ih0 s ih1 f ih0 k s)) +("specified" nil (s p eh1 s ax f ay1 d)) +("specifies" nil (s p eh1 s ax f ay1 z)) +("specify" nil (s p eh1 s ax f ay1)) +("specifying" nil (s p eh1 s ax f ay1 ih0 ng)) +("specimen" nil (s p eh1 s ax m ax n)) +("specimens" nil (s p eh1 s ax m ax n z)) +("specious" nil (s p iy1 sh ax s)) +("speck" nil (s p eh1 k)) +("specker" nil (s p eh1 k er0)) +("speckled" nil (s p eh1 k ax l d)) +("speckman" nil (s p eh1 k m ax n)) +("specks" nil (s p eh1 k s)) +("specs" nil (s p eh1 k s)) +("spectacle" nil (s p eh1 k t ax k ax l)) +("spectacles" nil (s p eh1 k t ax k ax l z)) +("spectacular" nil (s p eh0 k t ae1 k y ax l er0)) +("spectacularly" nil (s p eh0 k t ae1 k y ax l er0 l iy0)) +("spectator" nil (s p eh1 k t ey0 t er0)) +("spectators" nil (s p eh1 k t ey0 t er0 z)) +("specter" nil (s p eh1 k t er0)) +("specthrie" nil (s p eh1 k th r iy0)) +("spector" nil (s p eh1 k t er0)) +("spectra" nil (s p eh1 k t r ax)) +("spectradyne" nil (s p eh1 k t r ax d ay1 n)) +("spectramed" nil (s p eh1 k t r ax m d)) +("spectran" nil (s p eh1 k t r ae1 n)) +("spectravision" nil (s p eh1 k t r ax v ih1 zh ax n)) +("spectre" nil (s p eh1 k t er0)) +("spectrometer" nil (s p eh0 k t r aa1 m ax t er0)) +("spectroscopy" nil (s p eh0 k t r aa1 s k ax p iy0)) +("spectrum" nil (s p eh1 k t r ax m)) +("speculate" nil (s p eh1 k y ax l ey1 t)) +("speculated" nil (s p eh1 k y ax l ey1 t ax d)) +("speculates" nil (s p eh1 k y ax l ey1 t s)) +("speculating" nil (s p eh1 k y ax l ey1 t ih0 ng)) +("speculation" nil (s p eh1 k y ax l ey1 sh ax n)) +("speculations" nil (s p eh1 k y ax l ey1 sh ax n z)) +("speculative" nil (s p eh1 k y ax l ax t ih0 v)) +("speculator" nil (s p eh1 k y ax l ey1 t er0)) +("speculators" nil (s p eh1 k y ax l ey1 t er0 z)) +("sped" nil (s p eh1 d)) +("speece" nil (s p iy1 s)) +("speech" nil (s p iy1 ch)) +("speeches" nil (s p iy1 ch ax z)) +("speechless" nil (s p iy1 ch l ax s)) +("speechwriter" nil (s p iy1 ch r ay1 t er0)) +("speechwriters" nil (s p iy1 ch r ay1 t er0 z)) +("speed" nil (s p iy1 d)) +("speedboat" nil (s p iy1 d b ow1 t)) +("speedboats" nil (s p iy1 d b ow1 t s)) +("speeded" nil (s p iy1 d ih0 d)) +("speedier" nil (s p iy1 d iy0 er0)) +("speedily" nil (s p iy1 d ax l iy0)) +("speeding" nil (s p iy1 d ih0 ng)) +("speedometer" nil (s p iy0 d aa1 m ax t er0)) +("speedring" nil (s p iy1 d r ih1 ng)) +("speeds" nil (s p iy1 d z)) +("speedskating" nil (s p iy1 d s k ey1 t ih0 ng)) +("speedup" nil (s p iy1 d ah1 p)) +("speedway" nil (s p iy1 d w ey1)) +("speedy" nil (s p iy1 d iy0)) +("speegle" nil (s p iy1 g ax l)) +("speelman" nil (s p iy1 l m ax n)) +("speer" nil (s p ih1 r)) +("spees" nil (s p iy1 z)) +("spegal" nil (s p iy1 g ax l)) +("spehar" nil (s p eh1 hh er0)) +("speich" nil (s p ay1 k)) +("speicher" nil (s p ay1 k er0)) +("speidel" nil (s p ay1 d ax l)) +("speier" nil (s p ay1 er0)) +("speight" nil (s p ey1 t)) +("speights" nil (s p ey1 t s)) +("speigner" nil (s p ay1 g n er0)) +("speir" nil (s p ih1 r)) +("speirs" nil (s p ih1 r z)) +("speiser" nil (s p ay1 z er0)) +("spell" nil (s p eh1 l)) +("spellacy" nil (s p eh1 l ax s iy0)) +("spellbinding" nil (s p eh1 l b ay1 n d ih0 ng)) +("spellbound" nil (s p eh1 l b aw1 n d)) +("spelled" nil (s p eh1 l d)) +("speller" nil (s p eh1 l er0)) +("spelling" nil (s p eh1 l ih0 ng)) +("spellings" nil (s p eh1 l ih0 ng z)) +("spellman" nil (s p eh1 l m ax n)) +("spellmeyer" nil (s p eh1 l m ay0 er0)) +("spells" nil (s p eh1 l z)) +("spelman" nil (s p eh1 l m ax n)) +("speltz" nil (s p eh1 l t s)) +("spence" nil (s p eh1 n s)) +("spencer" nil (s p eh1 n s er0)) +("spend" nil (s p eh1 n d)) +("spendable" nil (s p eh1 n d ax b ax l)) +("spender" nil (s p eh1 n d er0)) +("spenders" nil (s p eh1 n d er0 z)) +("spending" nil (s p eh1 n d ih0 ng)) +("spendley" nil (s p eh1 n d l iy0)) +("spendlove" nil (s p eh1 n d l ah1 v)) +("spends" nil (s p eh1 n d z)) +("spendthrift" nil (s p eh1 n d th r ih1 f t)) +("spengler" nil (s p ih1 ng ax l er0)) +("spenner" nil (s p eh1 n er0)) +("speno" nil (s p eh1 n ow0)) +("spens" nil (s p eh1 n s)) +("spenser" nil (s p eh1 n s er0)) +("spensers" nil (s p eh1 n s er0 z)) +("spent" nil (s p eh1 n t)) +("spera" nil (s p eh1 r ax)) +("speranza" nil (s p er0 aa1 n z ax)) +("sperbeck" nil (s p er1 b eh0 k)) +("sperber" nil (s p er1 b er0)) +("sperduto" nil (s p er0 d uw1 t ow0)) +("sperl" nil (s p er1 l)) +("sperle" nil (s p ao1 r ax l)) +("sperlich" nil (s p er1 l ih0 k)) +("sperling" nil (s p er1 l ih0 ng)) +("sperm" nil (s p er1 m)) +("sperms" nil (s p er1 m z)) +("spero" nil (s p eh1 r ow0)) +("speros" nil (s p eh1 r ow0 z)) +("sperrazza" nil (s p er0 aa1 t s ax)) +("sperrfrist" nil (s p eh1 r f r ih0 s t)) +("sperry" nil (s p eh1 r iy0)) +("spessard" nil (s p eh1 s er0 d)) +("speth" nil (s p eh1 th)) +("spethmann" nil (s p eh1 th m ax n)) +("spetsnaz" nil (s p eh1 t s n ae0 z)) +("spevak" nil (s p eh1 v ax k)) +("spew" nil (s p y uw1)) +("spewed" nil (s p y uw1 d)) +("spewing" nil (s p y uw1 ih0 ng)) +("spews" nil (s p y uw1 z)) +("spey" nil (s p ey1)) +("speyer" nil (s p ey1 er0)) +("speziale" nil (s p eh0 z iy0 aa1 l iy0)) +("spezzano" nil (s p eh0 t s aa1 n ow0)) +("sphar" nil (s f aa1 r)) +("sphere" nil (s f ih1 r)) +("spheres" nil (s f ih1 r z)) +("spherical" nil (s f eh1 r ih0 k ax l)) +("spheroid" nil (s f ih1 r oy1 d)) +("sphinx" nil (s f ih1 ng k s)) +("spic" nil (s p ih1 k)) +("spice" nil (s p ay1 s)) +("spiced" nil (s p ay1 s t)) +("spicer" nil (s p ay1 s er0)) +("spices" nil (s p ay1 s ax z)) +("spicey" nil (s p ay1 s iy0)) +("spicher" nil (s p ih1 ch er0)) +("spicing" nil (s p ay1 s ih0 ng)) +("spickard" nil (s p ih1 k er0 d)) +("spickler" nil (s p ih1 k l er0)) +("spicuzza" nil (s p iy0 k uw1 t s ax)) +("spicy" nil (s p ay1 s iy0)) +("spidel" nil (s p ih1 d ax l)) +("spidell" nil (s p ih1 d ax l)) +("spider" nil (s p ay1 d er0)) +("spiders" nil (s p ay1 d er0 z)) +("spidle" nil (s p ay1 d ax l)) +("spie" nil (s p iy1)) +("spied" nil (s p ay1 d)) +("spiegel" nil (s p iy1 g ax l)) +("spiegelberg" nil (s p iy1 g ax l b er0 g)) +("spiegelman" nil (s p iy1 g ax l m ax n)) +("spiegler" nil (s p iy1 g l er0)) +("spieker" nil (s p iy1 k er0)) +("spiel" nil (s p iy1 l)) +("spielberg" nil (s p iy1 l b er0 g)) +("spielberger" nil (s p iy1 l b er0 g er0)) +("spieler" nil (s p iy1 l er0)) +("spielman" nil (s p iy1 l m ax n)) +("spielmann" nil (s p iy1 l m ax n)) +("spielvogel" nil (s p iy1 l v ow1 g ax l)) +("spier" nil (s p ay1 er0)) +("spiering" nil (s p ay1 er0 ih0 ng)) +("spiers" nil (s p ay1 er0 z)) +("spies" nil (s p ay1 z)) +("spiess" nil (s p iy1 z)) +("spieth" nil (s p ay1 ax th)) +("spiewak" nil (s p iy1 w ae1 k)) +("spiffing" nil (s p ih1 f ih0 ng)) +("spiffy" nil (s p ih1 f iy0)) +("spight" nil (s p ay1 t)) +("spigner" nil (s p ay1 g n er0)) +("spigot" nil (s p ih1 g ax t)) +("spigots" nil (s p ih1 g ax t s)) +("spike" nil (s p ay1 k)) +("spiked" nil (s p ay1 k t)) +("spiker" nil (s p ay1 k er0)) +("spikes" nil (s p ay1 k s)) +("spiking" nil (s p ay1 k ih0 ng)) +("spiky" nil (s p ay1 k iy0)) +("spilde" nil (s p ih1 l d)) +("spilker" nil (s p ih1 l k er0)) +("spill" nil (s p ih1 l)) +("spillane" nil (s p ih1 l ax n)) +("spilled" nil (s p ih1 l d)) +("spiller" nil (s p ih1 l er0)) +("spillers" nil (s p ih1 l er0 z)) +("spilling" nil (s p ih1 l ih0 ng)) +("spillman" nil (s p ih1 l m ax n)) +("spillover" nil (s p ih1 l ow1 v er0)) +("spills" nil (s p ih1 l z)) +("spilman" nil (s p ih1 l m ax n)) +("spilotro" nil (s p ih0 l aa1 t r ow0)) +("spilt" nil (s p ih1 l t)) +("spin" nil (s p ih1 n)) +("spina" nil (s p iy1 n ax)) +("spinach" nil (s p ih1 n ax ch)) +("spinal" nil (s p ay1 n ax l)) +("spinale" nil (s p iy0 n aa1 l iy0)) +("spindel" nil (s p ih1 n d ax l)) +("spindle" nil (s p ih1 n d ax l)) +("spindler" nil (s p ih1 n d ax l er0)) +("spine" nil (s p ay1 n)) +("spineless" nil (s p ay1 n l ax s)) +("spinella" nil (s p ih0 n eh1 l ax)) +("spinelli" nil (s p ih0 n eh1 l iy0)) +("spinello" nil (s p ih0 n eh1 l ow0)) +("spines" nil (s p ay1 n z)) +("spinfizz" nil (s p ih1 n f ih0 z)) +("spink" nil (s p ih1 ng k)) +("spinks" nil (s p ih1 ng k s)) +("spinner" nil (s p ih1 n er0)) +("spinners" nil (s p ih1 n er0 z)) +("spinney" nil (s p ih1 n iy0)) +("spinning" nil (s p ih1 n ih0 ng)) +("spino" nil (s p iy1 n ow0)) +("spinoff" nil (s p ih1 n ao1 f)) +("spinoffs" nil (s p ih1 n ao1 f s)) +("spinola" nil (s p iy0 n ow1 l ax)) +("spinosa" nil (s p iy0 n ow1 s ax)) +("spinoza" nil (s p ih0 n ow1 z ax)) +("spins" nil (s p ih1 n z)) +("spinster" nil (s p ih1 n s t er0)) +("spiny" nil (s p ay1 n iy0)) +("spira" nil (s p ih1 r ax)) +("spiral" nil (s p ay1 r ax l)) +("spiraled" nil (s p ay1 r ax l d)) +("spiraling" nil (s p ay1 r ax l ih0 ng)) +("spiralling" nil (s p ay1 r ax l ih0 ng)) +("spirals" nil (s p ay1 r ax l z)) +("spire" nil (s p ay1 r)) +("spires" nil (s p ay1 r z)) +("spirit" nil (s p ih1 r ax t)) +("spirited" nil (s p ih1 r ax t ax d)) +("spiritedness" nil (s p ih1 r ih0 t ih0 d n ax s)) +("spirito" nil (s p ih0 r iy1 t ow0)) +("spirits" nil (s p ih1 r ax t s)) +("spiritual" nil (s p ih1 r ih0 ch ax w ax l)) +("spiritualism" nil (s p ih1 r ih0 ch ax w ax l ih0 z m)) +("spirituality" nil (s p ih1 r ih0 ch ax w ae1 l ax t iy0)) +("spiritually" nil (s p ih1 r ih0 ch ax w ax l iy0)) +("spiro" nil (s p ih1 r ow0)) +("spisak" nil (s p ih1 s ax k)) +("spit" nil (s p ih1 t)) +("spitale" nil (s p iy0 t aa1 l iy0)) +("spitball" nil (s p ih1 t b ao1 l)) +("spite" nil (s p ay1 t)) +("spiteful" nil (s p ay1 t f ax l)) +("spiteri" nil (s p iy0 t eh1 r iy0)) +("spitler" nil (s p ih1 t l er0)) +("spits" nil (s p ih1 t s)) +("spitting" nil (s p ih1 t ih0 ng)) +("spittle" nil (s p ih1 t ax l)) +("spittler" nil (s p ih1 t l er0)) +("spitz" nil (s p ih1 t s)) +("spitzer" nil (s p ih1 t z er0)) +("spitzley" nil (s p ih1 t s l iy0)) +("spitznagel" nil (s p ih1 t s n ey1 g ax l)) +("spiva" nil (s p iy1 v ax)) +("spivack" nil (s p ih1 v ax k)) +("spivak" nil (s p ih1 v ax k)) +("spivey" nil (s p ih1 v iy0)) +("spiwak" nil (s p ih1 v ax k)) +("spizzirri" nil (s p iy0 t s ih1 r iy0)) +("splain" nil (s p l ey1 n)) +("splaine" nil (s p l ey1 n)) +("splash" nil (s p l ae1 sh)) +("splashed" nil (s p l ae1 sh t)) +("splashes" nil (s p l ae1 sh ax z)) +("splashing" nil (s p l ae1 sh ih0 ng)) +("splashy" nil (s p l ae1 sh iy0)) +("splat" nil (s p l ae1 t)) +("splattered" nil (s p l ae1 t er0 d)) +("splawn" nil (s p l ao1 n)) +("spleen" nil (s p l iy1 n)) +("splendid" nil (s p l eh1 n d ax d)) +("splendidly" nil (s p l eh1 n d ax d l iy0)) +("splendor" nil (s p l eh1 n d er0)) +("splenic" nil (s p l eh1 n ih0 k)) +("splice" nil (s p l ay1 s)) +("spliced" nil (s p l ay1 s t)) +("splices" nil (s p l ay1 s ih0 z)) +("splichal" nil (s p l ih1 ch ax l)) +("splicing" nil (s p l ay1 s ih0 ng)) +("splint" nil (s p l ih1 n t)) +("splinter" nil (s p l ih1 n t er0)) +("splintered" nil (s p l ih1 n t er0 d)) +("splintering" nil (s p l ih1 n t er0 ih0 ng)) +("splintery" nil (s p l ih1 n t er0 iy0)) +("splints" nil (s p l ih1 n t s)) +("split" nil (s p l ih1 t)) +("splits" nil (s p l ih1 t s)) +("splitt" nil (s p l ih1 t)) +("splitting" nil (s p l ih1 t ih0 ng)) +("splurge" nil (s p l er1 jh)) +("splurged" nil (s p l er1 jh d)) +("spock" nil (s p aa1 k)) +("spoden" nil (s p ow1 d ax n)) +("spoelstra" nil (s p ow1 l s t r ax)) +("spoerl" nil (s p ao1 r l)) +("spofford" nil (s p aa1 f er0 d)) +("spogli" nil (s p aa1 g l iy0)) +("spohn" nil (s p aa1 n)) +("spohr" nil (s p aa1 r)) +("spoil" nil (s p oy1 l)) +("spoilage" nil (s p oy1 l ax jh)) +("spoiled" nil (s p oy1 l d)) +("spoiler" nil (s p oy1 l er0)) +("spoiling" nil (s p oy1 l ih0 ng)) +("spoils" nil (s p oy1 l z)) +("spokane" nil (s p ow0 k ae1 n)) +("spoke" nil (s p ow1 k)) +("spokeman" nil (s p ow1 k m ax n)) +("spoken" nil (s p ow1 k ax n)) +("spokes" nil (s p ow1 k s)) +("spokesman" nil (s p ow1 k s m ax n)) +("spokesmen" nil (s p ow1 k s m ih0 n)) +("spokespeople" nil (s p ow1 k s p iy1 p ax l)) +("spokesperson" nil (s p ow1 k s p er0 s ax n)) +("spokespersons" nil (s p ow1 k ax s p er0 s ax n z)) +("spokeswoman" nil (s p ow1 k s w uh1 m ax n)) +("spokeswomen" nil (s p ow1 k ax s w ow1 m ax n)) +("spokewoman" nil (s p ow1 k w uh1 m ax n)) +("spoleto" nil (s p ow0 l ey1 t ow0)) +("spomer" nil (s p ow1 m er0)) +("sponaugle" nil (s p aa1 n ao0 g ax l)) +("spong" nil (s p ao1 ng)) +("sponge" nil (s p ah1 n jh)) +("sponged" nil (s p ah1 n jh d)) +("sponges" nil (s p ah1 n jh ax z)) +("spongy" nil (s p ah1 n jh iy0)) +("sponsel" nil (s p aa1 n s ax l)) +("sponseller" nil (s p aa1 n s ax l er0)) +("sponsler" nil (s p aa1 n s ax l er0)) +("sponsor" nil (s p aa1 n s er0)) +("sponsored" nil (s p aa1 n s er0 d)) +("sponsoring" nil (s p aa1 n s er0 ih0 ng)) +("sponsors" nil (s p aa1 n s er0 z)) +("sponsorship" nil (s p aa1 n s er0 sh ih1 p)) +("sponsorships" nil (s p aa1 n s er0 sh ih1 p s)) +("spontaneity" nil (s p aa1 n t ax n iy1 ax t iy0)) +("spontaneous" nil (s p aa0 n t ey1 n iy0 ax s)) +("spontaneously" nil (s p aa0 n t ey1 n iy0 ax s l iy0)) +("spoof" nil (s p uw1 f)) +("spoofing" nil (s p uw1 f ih0 ng)) +("spoofs" nil (s p uw1 f s)) +("spook" nil (s p uw1 k)) +("spooked" nil (s p uw1 k t)) +("spooks" nil (s p uw1 k s)) +("spooky" nil (s p uw1 k iy0)) +("spool" nil (s p uw1 l)) +("spoon" nil (s p uw1 n)) +("spoonemore" nil (s p uw1 n m ao0 r)) +("spooner" nil (s p uw1 n er0)) +("spoonful" nil (s p uw1 n f uh1 l)) +("spoons" nil (s p uw1 n z)) +("spoor" nil (s p uh1 r)) +("sporadic" nil (s p er0 ae1 d ih0 k)) +("sporadically" nil (s p er0 ae1 d ih0 k l iy0)) +("sporck" nil (s p ao1 r k)) +("spore" nil (s p ao1 r)) +("sporer" nil (s p ao1 r er0)) +("spores" nil (s p ao1 r z)) +("sporkin" nil (s p ao1 r k ih0 n)) +("sporleder" nil (s p ao1 r l ih0 d er0)) +("sporn" nil (s p ao1 r n)) +("sporophyte" nil (s p ao1 r f ay1 t)) +("sporophytes" nil (s p ao1 r f ay1 t s)) +("sporrer" nil (s p ao1 er0 r)) +("sport" nil (s p ao1 r t)) +("sported" nil (s p ao1 r t ih0 d)) +("sportier" nil (s p ao1 r t iy0 er0)) +("sporting" nil (s p ao1 r t ih0 ng)) +("sportingly" nil (s p ao1 r t ih0 ng l iy0)) +("sports" nil (s p ao1 r t s)) +("sportsbar" nil (s p ao1 r t s b aa1 r)) +("sportscaster" nil (s p ao1 r t s k ae1 s t er0)) +("sportschannel" nil (s p ao1 r t s ch ae1 n ax l)) +("sportsclub" nil (s p ao1 r t s k l ah1 b)) +("sportsman" nil (s p ao1 r t s m ax n)) +("sportsmanship" nil (s p ao1 r t s m ax n sh ih1 p)) +("sportsmen" nil (s p ao1 r t s m ih0 n)) +("sportswear" nil (s p ao1 r t s w eh1 r)) +("sportswriter" nil (s p ao1 r t s r ay1 t er0)) +("sportswriters" nil (s p ao1 r t s r ay1 t er0 z)) +("sporty" nil (s p ao1 r t iy0)) +("sposato" nil (s p ow0 s aa1 t ow0)) +("sposito" nil (s p ow0 s iy1 t ow0)) +("spot" nil (s p aa1 t)) +("spotless" nil (s p aa1 t l ax s)) +("spotlight" nil (s p aa1 t l ay1 t)) +("spotlighted" nil (s p aa1 t l ay1 t ih0 d)) +("spotlighting" nil (s p aa1 t l ay1 t ih0 ng)) +("spotlights" nil (s p aa1 t l ay1 t s)) +("spoto" nil (s p ow1 t ow0)) +("spots" nil (s p aa1 t s)) +("spotted" nil (s p aa1 t ax d)) +("spotter" nil (s p aa1 t er0)) +("spotters" nil (s p aa1 t er0 z)) +("spotting" nil (s p aa1 t ih0 ng)) +("spotts" nil (s p aa1 t s)) +("spotty" nil (s p aa1 t iy0)) +("spousal" nil (s p aw1 z ax l)) +("spouse" nil (s p aw1 s)) +("spouses" nil (s p aw1 s ax z)) +("spout" nil (s p aw1 t)) +("spouted" nil (s p aw1 t ax d)) +("spouting" nil (s p aw1 t ih0 ng)) +("spracklen" nil (s p r ae1 k ax l ax n)) +("spradley" nil (s p r ae1 d l iy0)) +("spradlin" nil (s p r ae1 d l ih0 n)) +("spradling" nil (s p r ae1 d l ih0 ng)) +("spragg" nil (s p r ae1 g)) +("spraggins" nil (s p r ae1 g ih0 n z)) +("sprague" nil (s p r ey1 g)) +("sprained" nil (s p r ey1 n d)) +("sprains" nil (s p r ey1 n z)) +("spraker" nil (s p r ey1 k er0)) +("sprang" nil (s p r ae1 ng)) +("spranger" nil (s p r ae1 ng er0)) +("sprankle" nil (s p r ae1 ng k ax l)) +("spratley" nil (s p r ae1 t l iy0)) +("spratlin" nil (s p r ae1 t l ih0 n)) +("spratling" nil (s p r ae1 t l ih0 ng)) +("spratt" nil (s p r ae1 t)) +("sprawl" nil (s p r ao1 l)) +("sprawled" nil (s p r ao1 l d)) +("sprawling" nil (s p r ao1 l ih0 ng)) +("sprawls" nil (s p r ao1 l z)) +("spray" nil (s p r ey1)) +("sprayberry" nil (s p r ey1 b eh1 r iy0)) +("sprayed" nil (s p r ey1 d)) +("sprayer" nil (s p r ey1 er0)) +("sprayers" nil (s p r ey1 er0 z)) +("spraying" nil (s p r ey1 ih0 ng)) +("sprays" nil (s p r ey1 z)) +("spread" nil (s p r eh1 d)) +("spreader" nil (s p r eh1 d er0)) +("spreading" nil (s p r eh1 d ih0 ng)) +("spreads" nil (s p r eh1 d z)) +("spreadsheet" nil (s p r eh1 d sh iy1 t)) +("spreadsheets" nil (s p r eh1 d sh iy1 t s)) +("sprecher" nil (s p r eh1 k er0)) +("spreckels" nil (s p r eh1 k ax l z)) +("spree" nil (s p r iy1)) +("spreeman" nil (s p r iy1 m ax n)) +("spreen" nil (s p r iy1 n)) +("sprees" nil (s p r iy1 z)) +("sprehe" nil (s p r iy1 hh)) +("spreitzer" nil (s p r ay1 t z er0)) +("spreng" nil (s p r eh1 ng)) +("sprenger" nil (s p r eh1 n jh er0)) +("sprenkle" nil (s p r eh1 ng k ax l)) +("sprick" nil (s p r ih1 k)) +("sprigg" nil (s p r ih1 g)) +("sprigged" nil (s p r ih1 g d)) +("spriggs" nil (s p r ih1 g z)) +("sprightly" nil (s p r ay1 t l iy0)) +("spring" nil (s p r ih1 ng)) +("springboard" nil (s p r ih1 ng b ao1 r d)) +("springborn" nil (s p r ih1 ng g b er0 n)) +("springdale" nil (s p r ih1 ng d ey1 l)) +("springer" nil (s p r ih1 ng er0)) +("springerville" nil (s p r ih1 ng er0 v ih1 l)) +("springfield" nil (s p r ih1 ng f iy1 l d)) +("springing" nil (s p r ih1 ng ih0 ng)) +("springman" nil (s p r ih1 ng m ax n)) +("springs" nil (s p r ih1 ng z)) +("springstead" nil (s p r ih1 ng s t eh1 d)) +("springsteen" nil (s p r ih1 ng s t iy1 n)) +("springston" nil (s p r ih1 ng s t ax n)) +("springtime" nil (s p r ih1 ng t ay1 m)) +("sprinkel" nil (s p r ih1 ng k ax l)) +("sprinkle" nil (s p r ih1 ng k ax l)) +("sprinkled" nil (s p r ih1 ng k ax l d)) +("sprinkler" nil (s p r ih1 ng k l er0)) +("sprinklers" nil (s p r ih1 ng k l er0 z)) +("sprinkles" nil (s p r ih1 ng k ax l z)) +("sprinkling" nil (s p r ih1 ng k l ih0 ng)) +("sprint" nil (s p r ih1 n t)) +("sprinted" nil (s p r ih1 n t ih0 d)) +("sprinter" nil (s p r ih1 n t er0)) +("sprinters" nil (s p r ih1 n t er0 z)) +("sprinting" nil (s p r ih1 n t ih0 ng)) +("sprints" nil (s p r ih1 n t s)) +("sprite" nil (s p r ay1 t)) +("sprizzo" nil (s p r ih1 z ow0)) +("sproat" nil (s p r ow1 t)) +("sprock" nil (s p r aa1 k)) +("sproles" nil (s p r ow1 l z)) +("sprong" nil (s p r ao1 ng)) +("sprott" nil (s p r aa1 t)) +("sproul" nil (s p r aw1 l)) +("sproule" nil (s p r uw1 l)) +("sproull" nil (s p r uw1 l)) +("sprouls" nil (s p r aw1 l z)) +("sprouse" nil (s p r aw1 s)) +("sprout" nil (s p r aw1 t)) +("sprouted" nil (s p r aw1 t ax d)) +("sprouting" nil (s p r aw1 t ih0 ng)) +("sprouts" nil (s p r aw1 t s)) +("sprow" nil (s p r aw1)) +("sprowl" nil (s p r aw1 l)) +("sprowle" nil (s p r aw1 ax l)) +("sprowls" nil (s p r aw1 l z)) +("spruce" nil (s p r uw1 s)) +("spruced" nil (s p r uw1 s t)) +("sprucing" nil (s p r uw1 s ih0 ng)) +("spruell" nil (s p r uw1 l)) +("spruiell" nil (s p r uw1 l)) +("spruill" nil (s p r uw1 l)) +("sprung" nil (s p r ah1 ng)) +("sprunger" nil (s p r ah1 ng er0)) +("spry" nil (s p r ay1)) +("spud" nil (s p ah1 d)) +("spuds" nil (s p ah1 d z)) +("spuhler" nil (s p uw1 l er0)) +("spun" nil (s p ah1 n)) +("spunky" nil (s p ah1 ng k iy0)) +("spur" nil (s p er1)) +("spurdle" nil (s p er1 d ax l)) +("spurge" nil (s p er1 jh)) +("spurgeon" nil (s p er1 jh ih0 n)) +("spurgin" nil (s p er1 jh ih0 n)) +("spurious" nil (s p y uh1 r iy0 ax s)) +("spurlin" nil (s p er1 l ih0 n)) +("spurling" nil (s p er1 l ih0 ng)) +("spurlock" nil (s p er1 l aa1 k)) +("spurn" nil (s p er1 n)) +("spurned" nil (s p er1 n d)) +("spurning" nil (s p er1 n ih0 ng)) +("spurns" nil (s p er1 n z)) +("spurr" nil (s p er1)) +("spurred" nil (s p er1 d)) +("spurrier" nil (s p er1 iy0 er0)) +("spurring" nil (s p er1 ih0 ng)) +("spurs" nil (s p er1 z)) +("spurt" nil (s p er1 t)) +("spurted" nil (s p er1 t ih0 d)) +("spurting" nil (s p er1 t ih0 ng)) +("spurts" nil (s p er1 t s)) +("sputnik" nil (s p ah1 t n ih0 k)) +("sputniks" nil (s p ah1 t n ih0 k s)) +("sputter" nil (s p ah1 t er0)) +("sputtered" nil (s p ah1 t er0 d)) +("sputtering" nil (s p ah1 t er0 ih0 ng)) +("sputters" nil (s p ah1 t er0 z)) +("spy" nil (s p ay1)) +("spycatcher" nil (s p ay1 k ae1 ch er0)) +("spychalski" nil (s p ih0 hh aa1 l s k iy0)) +("spyglass" nil (s p ay1 g l ae1 s)) +("spying" nil (s p ay1 ih0 ng)) +("spyker" nil (s p ay1 k er0)) +("squabble" nil (s k w aa1 b ax l)) +("squabbled" nil (s k w aa1 b ax l d)) +("squabbles" nil (s k w aa1 b ax l z)) +("squabbling" nil (s k w aa1 b ax l ih0 ng)) +("squad" nil (s k w aa1 d)) +("squadron" nil (s k w aa1 d r ax n)) +("squadrons" nil (s k w aa1 d r ax n z)) +("squads" nil (s k w aa1 d z)) +("squalid" nil (s k w aa1 l ax d)) +("squall" nil (s k w ao1 l)) +("squalls" nil (s k w ao1 l z)) +("squalor" nil (s k w aa1 l er0)) +("squander" nil (s k w aa1 n d er0)) +("squandered" nil (s k w aa1 n d er0 d)) +("squandering" nil (s k w aa1 n d er0 ih0 ng)) +("square" nil (s k w eh1 r)) +("squared" nil (s k w eh1 r d)) +("squarely" nil (s k w eh1 r l iy0)) +("squares" nil (s k w eh1 r z)) +("squaring" nil (s k w eh1 r ih0 ng)) +("squash" nil (s k w aa1 sh)) +("squashed" nil (s k w aa1 sh t)) +("squashing" nil (s k w aa1 sh ih0 ng)) +("squashy" nil (s k w aa1 sh iy0)) +("squat" nil (s k w aa1 t)) +("squats" nil (s k w aa1 t s)) +("squatter" nil (s k w aa1 t er0)) +("squatters" nil (s k w aa1 t er0 z)) +("squatting" nil (s k w aa1 t ih0 ng)) +("squawk" nil (s k w ao1 k)) +("squawking" nil (s k w ao1 k ih0 ng)) +("squawks" nil (s k w ao1 k s)) +("squeak" nil (s k w iy1 k)) +("squeaked" nil (s k w iy1 k t)) +("squeaker" nil (s k w iy1 k er0)) +("squeakers" nil (s k w iy1 k er0 z)) +("squeaking" nil (s k w iy1 k ih0 ng)) +("squeaks" nil (s k w iy1 k s)) +("squeaky" nil (s k w iy1 k iy0)) +("squeal" nil (s k w iy1 l)) +("squealing" nil (s k w iy1 l ih0 ng)) +("squeals" nil (s k w iy1 l z)) +("squeamish" nil (s k w iy1 m ih0 sh)) +("squeamishness" nil (s k w iy1 m ih0 sh n ax s)) +("squeegee" nil (s k w iy1 jh iy0)) +("squeeze" nil (s k w iy1 z)) +("squeezed" nil (s k w iy1 z d)) +("squeezes" nil (s k w iy1 z ih0 z)) +("squeezing" nil (s k w iy1 z ih0 ng)) +("squelch" nil (s k w eh1 l ch)) +("squelched" nil (s k w eh1 l ch t)) +("squelching" nil (s k w eh1 l ch ih0 ng)) +("squibb" nil (s k w ih1 b)) +("squid" nil (s k w ih1 d)) +("squier" nil (s k w ay1 er0)) +("squiers" nil (s k w y er1 z)) +("squillace" nil (s k w ih1 l ax s)) +("squillante" nil (s k w iy0 l aa1 n t ey0)) +("squint" nil (s k w ih1 n t)) +("squinting" nil (s k w ih1 n t ih0 ng)) +("squire" nil (s k w ay1 r)) +("squires" nil (s k w ay1 er0 z)) +("squirm" nil (s k w er1 m)) +("squirming" nil (s k w er1 m ih0 ng)) +("squirms" nil (s k w er1 m z)) +("squirrel" nil (s k w er1 ax l)) +("squirreled" nil (s k w er1 ax l d)) +("squirrels" nil (s k w er1 ax l z)) +("squirt" nil (s k w er1 t)) +("squirted" nil (s k w er1 t ax d)) +("squirts" nil (s k w er1 t s)) +("squishy" nil (s k w ih1 sh iy0)) +("squitieri" nil (s k w iy0 t ih1 r iy0)) +("squyres" nil (s k w ay1 r z)) +("sr" nil (s iy1 n y er0)) +("srader" nil (sh r ey1 d er0)) +("sram" nil (sh r ae1 m)) +("sramek" nil (sh r ae1 m ih0 k)) +("srebrenica" nil (s r ey1 b r eh0 n iy1 t s ax)) +("sri" nil (sh r iy1)) +("srinagar" nil (s r iy1 n ax g aa1 r)) +("srinivas" nil (s r iy1 n ih0 v aa1 s)) +("srinivasan" nil (s r iy0 n iy0 v aa0 s aa1 n)) +("srivastava" nil (s r iy0 v aa0 s t aa1 v ax)) +("srock" nil (sh r aa1 k)) +("sroge" nil (sh r ow1 g)) +("sroka" nil (sh r ow1 k ax)) +("sroufe" nil (sh r ow1 f)) +("ssangyong" nil (s ae1 ng y ao1 ng)) +("st" nil (s t r iy1 t)) +("staab" nil (s t aa1 b)) +("staack" nil (s t aa1 k)) +("staal" nil (s t aa1 l)) +("staar" nil (s t aa1 r)) +("staas" nil (s t aa1 z)) +("staat" nil (s t aa1 t)) +("staats" nil (s t aa1 t s)) +("stab" nil (s t ae1 b)) +("stabbed" nil (s t ae1 b d)) +("stabbing" nil (s t ae1 b ih0 ng)) +("stabbings" nil (s t ae1 b ih0 ng z)) +("stabenow" nil (s t ae1 b ih0 n ow0)) +("stabile" nil (s t ey1 b ih0 l)) +("stability" nil (s t ax b ih1 l ih0 t iy0)) +("stabilization" nil (s t ey1 b ax l ax z ey1 sh ax n)) +("stabilize" nil (s t ey1 b ax l ay1 z)) +("stabilized" nil (s t ey1 b ax l ay1 z d)) +("stabilizer" nil (s t ey1 b ax l ay1 z er0)) +("stabilizers" nil (s t ey1 b ax l ay1 z er0 z)) +("stabilizes" nil (s t ey1 b ax l ay1 z ax z)) +("stabilizing" nil (s t ey1 b ax l ay1 z ih0 ng)) +("stable" nil (s t ey1 b ax l)) +("stabler" nil (s t ey1 b ax l er0)) +("stables" nil (s t ey1 b ax l z)) +("stablest" nil (s t ey1 b ax l ax s t)) +("stabley" nil (s t ae1 b l iy0)) +("stabs" nil (s t ae1 b z)) +("stac" nil (s t ae1 k)) +("staccato" nil (s t ax k aa1 t ow1)) +("stacey" nil (s t ey1 s iy0)) +("stach" nil (s t ae1 ch)) +("stachnik" nil (s t ae1 k n ih0 k)) +("stachowiak" nil (s t ax hh aw1 iy0 ae0 k)) +("stachowicz" nil (s t aa1 hh ax v ih0 ch)) +("stachowski" nil (s t ax hh ao1 f s k iy0)) +("stachura" nil (s t aa0 k uh1 r ax)) +("stachurski" nil (s t ax hh er1 s k iy0)) +("stacia" nil (s t aa1 ch ax)) +("stacie" nil (s t ae1 k iy0)) +("stack" nil (s t ae1 k)) +("stacked" nil (s t ae1 k t)) +("stacker" nil (s t ae1 k er0)) +("stackhouse" nil (s t ae1 k hh aw1 s)) +("stacking" nil (s t ae1 k ih0 ng)) +("stackpole" nil (s t ae1 k p ow1 l)) +("stacks" nil (s t ae1 k s)) +("stacy" nil (s t ey1 s iy0)) +("stade" nil (s t ey1 d)) +("stadel" nil (s t ae1 d ax l)) +("stadelman" nil (s t ae1 d ax l m ax n)) +("stader" nil (s t ey1 d er0)) +("stadia" nil (s t ey1 d iy0 ax)) +("stadium" nil (s t ey1 d iy0 ax m)) +("stadiums" nil (s t ey1 d iy0 ax m z)) +("stadler" nil (s t ae1 d l er0)) +("stadnik" nil (s t ae1 d n ih0 k)) +("stadt" nil (s t ae1 d t)) +("stadtlander" nil (sh t ae1 t l ae1 n d er0)) +("stadtmiller" nil (sh t ae1 t m ih1 l er0)) +("staebell" nil (s t eh1 b eh0 l)) +("staebler" nil (s t ey1 l er0)) +("staehle" nil (s t ey1 l)) +("staff" nil (s t ae1 f)) +("staffa" nil (s t aa1 f ax)) +("staffed" nil (s t ae1 f t)) +("staffer" nil (s t ae1 f er0)) +("staffers" nil (s t ae1 f er0 z)) +("staffieri" nil (s t aa0 f ih1 r iy0)) +("staffing" nil (s t ae1 f ih0 ng)) +("stafford" nil (s t ae1 f er0 d)) +("staffordshire" nil (s t ae1 f er0 d sh er0)) +("staffs" nil (s t ae1 f s)) +("stag" nil (s t ae1 g)) +("stage" nil (s t ey1 jh)) +("stagecoach" nil (s t ey1 jh k ow1 ch)) +("stagecraft" nil (s t ey1 jh k r ae1 f t)) +("staged" nil (s t ey1 jh d)) +("stagehands" nil (s t ey1 jh hh ae1 n d z)) +("stager" nil (s t ey1 jh er0)) +("stages" nil (s t ey1 jh ax z)) +("stagflation" nil (s t ae0 g f l ey1 sh ax n)) +("stagg" nil (s t ae1 g)) +("stagger" nil (s t ae1 g er0)) +("staggered" nil (s t ae1 g er0 d)) +("staggering" nil (s t ae1 g er0 ih0 ng)) +("staggers" nil (s t ae1 g er0 z)) +("staggs" nil (s t ae1 g z)) +("staging" nil (s t ey1 jh ih0 ng)) +("stagliano" nil (s t aa0 g l iy0 aa1 n ow0)) +("stagnant" nil (s t ae1 g n ax n t)) +("stagnaro" nil (s t aa0 g n aa1 r ow0)) +("stagnate" nil (s t ae1 g n ey1 t)) +("stagnated" nil (s t ae1 g n ey1 t ih0 d)) +("stagnating" nil (s t ae1 g n ey1 t ih0 ng)) +("stagnation" nil (s t ae0 g n ey1 sh ax n)) +("stagner" nil (s t ae1 g n er0)) +("stahl" nil (s t aa1 l)) +("stahlberg" nil (s t aa1 l b er0 g)) +("stahle" nil (s t ey1 hh ax l)) +("stahlecker" nil (s t aa1 l ih0 k er0)) +("stahler" nil (s t aa1 l er0)) +("stahley" nil (s t ae1 l iy0)) +("stahlhut" nil (s t aa1 l hh ax t)) +("stahlman" nil (s t aa1 l m ax n)) +("stahly" nil (s t ae1 l iy0)) +("stahmer" nil (s t aa1 m er0)) +("stahnke" nil (s t ae1 ng k)) +("stahr" nil (s t ae1 r)) +("stai" nil (s t aa1 iy0)) +("staib" nil (s t ey1 b)) +("staid" nil (s t ey1 d)) +("staiger" nil (s t ay1 g er0)) +("stailey" nil (s t ey1 l iy0)) +("stain" nil (s t ey1 n)) +("stainback" nil (s t ey1 n b ae1 k)) +("stainbrook" nil (s t ey1 n b r uh1 k)) +("stained" nil (s t ey1 n d)) +("staines" nil (s t ey1 n z)) +("staining" nil (s t ey1 n ih0 ng)) +("stainless" nil (s t ey1 n l ax s)) +("stainmaster" nil (s t ey1 n m ae1 s t er0)) +("stains" nil (s t ey1 n z)) +("stair" nil (s t eh1 r)) +("staircase" nil (s t eh1 r k ey1 s)) +("staircases" nil (s t eh1 r k ey1 s ih0 z)) +("stairs" nil (s t eh1 r z)) +("stairway" nil (s t eh1 r w ey1)) +("stairways" nil (s t eh1 r w ey1 z)) +("stairwell" nil (s t eh1 r w eh1 l)) +("stake" nil (s t ey1 k)) +("staked" nil (s t ey1 k t)) +("stakeholder" nil (s t ey1 k hh ow1 l d er0)) +("stakeholders" nil (s t ey1 k hh ow1 l d er0 z)) +("stakeout" nil (s t ey1 k aw1 t)) +("stakeouts" nil (s t ey1 k aw1 t s)) +("staker" nil (s t ey1 k er0)) +("stakes" nil (s t ey1 k s)) +("staking" nil (s t ey1 k ih0 ng)) +("stalcup" nil (s t ao1 l k ah1 p)) +("stalder" nil (s t ao1 l d er0)) +("stale" nil (s t ey1 l)) +("stalemate" nil (s t ey1 l m ey1 t)) +("stalemated" nil (s t ey1 l m ey1 t ih0 d)) +("staley" nil (s t ey1 l iy0)) +("stalin" nil (s t aa1 l ax n)) +("stalingrad" nil (s t ae1 l ih0 n g r ae1 d)) +("stalinism" nil (s t ae1 l ih0 n ih1 z ax m)) +("stalinist" nil (s t aa1 l ih0 n ih0 s t)) +("stalinists" nil (s t ae1 l ih0 n ih0 s t s)) +("stalinization" nil (s t ae1 l ih0 n ih0 z ey1 sh ax n)) +("stalk" nil (s t ao1 k)) +("stalked" nil (s t ao1 k t)) +("stalker" nil (s t ao1 k er0)) +("stalking" nil (s t ao1 k ih0 ng)) +("stalks" nil (s t ao1 k s)) +("stalky" nil (s t ao1 k iy0)) +("stall" nil (s t ao1 l)) +("stallard" nil (s t ae1 l er0 d)) +("stallcup" nil (s t ao1 l k ah1 p)) +("stalled" nil (s t ao1 l d)) +("staller" nil (s t ao1 l er0)) +("stallibrass" nil (s t ae1 l ih0 b r ae0 s)) +("stalling" nil (s t ao1 l ih0 ng)) +("stallings" nil (s t ao1 l ih0 ng z)) +("stallion" nil (s t ae1 l y ax n)) +("stallions" nil (s t ae1 l y ax n z)) +("stallkamp" nil (s t ao1 l k ae1 m p)) +("stallman" nil (s t ao1 l m ax n)) +("stallone" nil (s t ax l ow1 n)) +("stalls" nil (s t ao1 l z)) +("stallsmith" nil (s t ao1 l s m ih1 th)) +("stallworth" nil (s t ao1 l w er1 th)) +("stalnaker" nil (s t ae1 l n ax k er0)) +("staloff" nil (s t ae1 l ao0 f)) +("stalon" nil (s t ey1 l ax n)) +("stalowa" nil (s t ax l ow1 ax)) +("stalter" nil (s t ao1 l t er0)) +("stalvey" nil (s t ae1 l v iy0)) +("stalwart" nil (s t ao1 l w er0 t)) +("stalwarts" nil (s t ao1 l w er0 t s)) +("stalzer" nil (s t ey1 l z er0)) +("stam" nil (s t ae1 m)) +("stamand" nil (s t ae1 m ax n d)) +("stamant" nil (s t ae1 m ax n t)) +("stamas" nil (s t aa1 m ax z)) +("stamaty" nil (s t ae1 m ax t iy0)) +("stambaugh" nil (s t ae1 m b ao0)) +("stamberg" nil (s t ae1 m b er0 g)) +("stamenson" nil (s t ey1 m ax n s ax n)) +("stamer" nil (s t ey1 m er0)) +("stamey" nil (s t ey1 m iy0)) +("stamford" nil (s t ae1 m f er0 d)) +("stamina" nil (s t ae1 m ax n ax)) +("stamler" nil (s t ae1 m l er0)) +("stamm" nil (s t ae1 m)) +("stammen" nil (s t ae1 m ax n)) +("stammer" nil (s t ae1 m er0)) +("stamos" nil (s t ey1 m ow0 z)) +("stamour" nil (s t ax m uh1 r)) +("stamp" nil (s t ae1 m p)) +("stamped" nil (s t ae1 m p t)) +("stampede" nil (s t ae0 m p iy1 d)) +("stampeded" nil (s t ae0 m p iy1 d ax d)) +("stampeding" nil (s t ae0 m p iy1 d ih0 ng)) +("stamper" nil (s t ae1 m p er0)) +("stampfli" nil (s t ae1 m p f l iy0)) +("stamping" nil (s t ae1 m p ih0 ng)) +("stampings" nil (s t ae1 m p ih0 ng z)) +("stampley" nil (s t ae1 m p l iy0)) +("stamps" nil (s t ae1 m p s)) +("stan" nil (s t ae1 n)) +("stanadyne" nil (s t ae1 n ax d ay1 n)) +("stanaland" nil (s t ae1 n ax l ax n d)) +("stanard" nil (s t ae1 n er0 d)) +("stanaway" nil (s t ae1 n ax w ey0)) +("stanback" nil (s t ae1 n b ae1 k)) +("stanberry" nil (s t ae1 n b eh1 r iy0)) +("stanbery" nil (s t ae1 n b er0 iy0)) +("stanbic" nil (s t ae1 n b ih0 k)) +("stanbrough" nil (s t ae1 n b r aw0)) +("stanbury" nil (s t ae1 n b eh1 r iy0)) +("stance" nil (s t ae1 n s)) +("stances" nil (s t ae1 n s ih0 z)) +("stanch" nil (s t ae1 n ch)) +("stanched" nil (s t ae1 n ch t)) +("stanchfield" nil (s t ae1 n ch f iy0 l d)) +("stanching" nil (s t ae1 n ch ih0 ng)) +("stancik" nil (s t ae1 n s ih0 k)) +("stancil" nil (s t ae1 n s ih0 l)) +("stancill" nil (s t ae1 n s ih0 l)) +("stancliff" nil (s t ae1 n k l ih0 f)) +("stanco" nil (s t ae1 ng k ow0)) +("stanczak" nil (s t ae1 n ch ae0 k)) +("stanczyk" nil (s t ae1 n ch ih0 k)) +("stand" nil (s t ae1 n d)) +("standa" nil (s t ae1 n d ax)) +("standard" nil (s t ae1 n d er0 d)) +("standardization" nil (s t ae0 n d er0 d ih0 z ey1 sh ax n)) +("standardize" nil (s t ae1 n d er0 d ay1 z)) +("standardized" nil (s t ae1 n d er0 d ay1 z d)) +("standardizing" nil (s t ae1 n d er0 d ay1 z ih0 ng)) +("standards" nil (s t ae1 n d er0 d z)) +("standby" nil (s t ae1 n d b ay1)) +("standbys" nil (s t ae1 n d b ay1 z)) +("standefer" nil (s t ae1 n d ih0 f er0)) +("standen" nil (s t ae1 n d ax n)) +("stander" nil (s t ae1 n d er0)) +("standerfer" nil (s t ae1 n d er0 f er0)) +("standex" nil (s t ae1 n d ax k s)) +("standfield" nil (s t ae1 n d f iy1 l d)) +("standifer" nil (s t ae1 n d ih0 f er0)) +("standiford" nil (s t ae1 n d ih0 f er0 d)) +("standing" nil (s t ae1 n d ih0 ng)) +("standings" nil (s t ae1 n d ih0 ng z)) +("standish" nil (s t ae1 n d ih0 sh)) +("standlee" nil (s t ae1 n d l iy1)) +("standley" nil (s t ae1 n d l iy0)) +("standoff" nil (s t ae1 n d ao1 f)) +("standout" nil (s t ae1 n d aw1 t)) +("standouts" nil (s t ae1 n d aw1 t s)) +("standpoint" nil (s t ae1 n d p oy1 n t)) +("standpoints" nil (s t ae1 n d p oy1 n t s)) +("standre" nil (s t ae1 n d er0)) +("standridge" nil (s t ae1 n d r ih0 jh)) +("stands" nil (s t ae1 n d z)) +("standstill" nil (s t ae1 n d s t ih1 l)) +("standup" nil (s t ae1 n d ah1 p)) +("stanek" nil (s t ae1 n ih0 k)) +("stanfield" nil (s t ae1 n f iy1 l d)) +("stanfill" nil (s t ae1 n f ax l)) +("stanford" nil (s t ae1 n f er0 d)) +("stanforth" nil (s t ae1 n f er0 th)) +("stang" nil (s t ae1 ng)) +("stanga" nil (s t aa1 ng g ax)) +("stange" nil (s t ae1 n jh)) +("stangel" nil (s t ey1 ng g ax l)) +("stangeland" nil (s t ey1 ng g ih0 l ax n d)) +("stangelo" nil (s t aa0 ng g eh1 l ow0)) +("stanger" nil (s t ae1 ng er0)) +("stangl" nil (s t ae1 ng g ax l)) +("stangland" nil (s t ae1 ng g l ax n d)) +("stangle" nil (s t ae1 ng g ax l)) +("stangler" nil (s t ae1 ng g ax l er0)) +("stango" nil (s t aa1 ng g ow0)) +("stanhope" nil (s t ae1 n ax p)) +("staniar" nil (s t ey1 n iy0 aa0 r)) +("stanich" nil (s t ae1 n ih0 ch)) +("stanifer" nil (s t ae1 n ih0 f er0)) +("stanis" nil (s t ae1 n ih0 s)) +("stanish" nil (s t ae1 n ih0 sh)) +("stanislas" nil (s t ax n ih1 s l ax s)) +("stanislav" nil (s t ae1 n ih0 s l aa0 v)) +("stanislaw" nil (s t ae1 n ih0 s l ao1)) +("stanislawski" nil (s t ax n ih0 s l aa1 f s k iy0)) +("staniszewski" nil (s t ax n ih0 sh eh1 f s k iy0)) +("stank" nil (s t ae1 ng k)) +("stanke" nil (s t ae1 ng k)) +("stankey" nil (s t ae1 ng k iy0)) +("stankiewicz" nil (s t ae1 n k ax v ih0 ch)) +("stanko" nil (s t ae1 ng k ow0)) +("stankovich" nil (s t ae1 ng k ax v ih0 ch)) +("stankowski" nil (s t ax ng k ao1 f s k iy0)) +("stankus" nil (s t ae1 ng k ax s)) +("stanleigh" nil (s t ae1 n l ax)) +("stanley" nil (s t ae1 n l iy0)) +("stanleytown" nil (s t ae1 n l iy0 t aw1 n)) +("stanline" nil (s t ae1 n l ay1 n)) +("stanly" nil (s t ae1 n l iy0)) +("stanmore" nil (s t ae1 n m ao0 r)) +("stann" nil (s t ae1 n)) +("stannard" nil (s t ae1 n er0 d)) +("stannie" nil (s t ae1 n iy0)) +("stano" nil (s t aa1 n ow0)) +("stanphill" nil (s t ae1 n p hh ih1 l)) +("stansberry" nil (s t ae1 n s b eh1 r iy0)) +("stansbury" nil (s t ae1 n s b eh0 r iy0)) +("stansel" nil (s t ae1 n s ax l)) +("stansell" nil (s t ae1 n s ax l)) +("stansfield" nil (s t ae1 n s f iy0 l d)) +("stant" nil (s t ae1 n t)) +("stanton" nil (s t ae1 n t ax n)) +("stanway" nil (s t ae1 n w ey1)) +("stanwick" nil (s t ae1 n w ih0 k)) +("stanwood" nil (s t ae1 n w uh1 d)) +("stanza" nil (s t ae1 n z ax)) +("stanzas" nil (s t ae1 n z ax z)) +("stanzione" nil (s t aa0 n z iy0 ow1 n iy0)) +("stapel" nil (s t ae1 p ax l)) +("stapf" nil (s t ae1 p f)) +("staple" nil (s t ey1 p ax l)) +("stapled" nil (s t ey1 p ax l d)) +("stapler" nil (s t ey1 p ax l er0)) +("staplers" nil (s t ey1 p ax l er0 z)) +("staples" nil (s t ey1 p ax l z)) +("stapleton" nil (s t ey1 p ax l t ax n)) +("stapley" nil (s t ae1 p l iy0)) +("stapling" nil (s t ey1 p ax l ih0 ng)) +("stapp" nil (s t ae1 p)) +("star" nil (s t aa1 r)) +("starace" nil (s t aa0 r aa1 ch iy0)) +("starbird" nil (s t aa1 r b er1 d)) +("starboard" nil (s t aa1 r b er0 d)) +("starboards" nil (s t aa1 r b er0 r d z)) +("starbuck" nil (s t aa1 r b ah1 k)) +("starbucks" nil (s t aa1 r b ah1 k s)) +("starcevich" nil (s t aa1 r s ih0 v ih0 ch)) +("starch" nil (s t aa1 r ch)) +("starched" nil (s t aa1 r ch t)) +("starcher" nil (s t aa1 r ch er0)) +("starches" nil (s t aa1 r ch ih0 z)) +("starchlike" nil (s t aa1 r ch l ay1 k)) +("starchy" nil (s t aa1 r ch iy0)) +("starck" nil (s t aa1 r k)) +("starckmann" nil (s t aa1 r k m ax n)) +("starcraft" nil (s t aa1 r k r ae1 f t)) +("starcross" nil (s t aa1 r k r ao1 s)) +("stardel" nil (s t aa1 r d eh1 l)) +("stardent" nil (s t aa1 r d eh1 n t)) +("stardom" nil (s t aa1 r d ax m)) +("stardust" nil (s t aa1 r d ah1 s t)) +("stare" nil (s t eh1 r)) +("stared" nil (s t eh1 r d)) +("starer" nil (s t eh1 r er0)) +("stares" nil (s t eh1 r z)) +("starfish" nil (s t aa1 r f ih1 sh)) +("stargate" nil (s t aa1 r g ey1 t)) +("stargates" nil (s t aa1 r g ey1 t s)) +("starin" nil (s t ae1 r ih0 n)) +("staring" nil (s t eh1 r ih0 ng)) +("stark" nil (s t aa1 r k)) +("starke" nil (s t aa1 r k)) +("starkel" nil (s t aa1 r k ax l)) +("starker" nil (s t aa1 r k er0)) +("starkes" nil (s t aa1 r k s)) +("starkey" nil (s t aa1 r k iy1)) +("starkist" nil (s t aa1 r k ih0 s t)) +("starkly" nil (s t aa1 r k l iy0)) +("starkman" nil (s t aa1 r k m ax n)) +("starkovich" nil (s t aa1 r k ax v ih0 ch)) +("starks" nil (s t aa1 r k s)) +("starkweather" nil (s t aa1 r k w eh1 dh er0)) +("starlet" nil (s t aa1 r l ax t)) +("starlets" nil (s t aa1 r l ax t s)) +("starlight" nil (s t aa1 r l ay1 t)) +("starlike" nil (s t aa1 r l ay1 k)) +("starlin" nil (s t aa1 r l ih0 n)) +("starling" nil (s t aa1 r l ih0 ng)) +("starliper" nil (s t aa1 r l ih0 p er0)) +("starman" nil (s t aa1 r m ax n)) +("starmer" nil (s t aa1 r m er0)) +("starn" nil (s t aa1 r n)) +("starner" nil (s t aa1 r n er0)) +("starnes" nil (s t aa1 r n z)) +("starns" nil (s t aa1 r n z)) +("staron" nil (s t ae1 r ax n)) +("starplex" nil (s t aa1 r p l eh1 k s)) +("starpointe" nil (s t aa1 r p oy1 n t)) +("starr" nil (s t aa1 r)) +("starred" nil (s t aa1 r d)) +("starrett" nil (s t ae1 r ih0 t)) +("starring" nil (s t aa1 r ih0 ng)) +("starrs" nil (s t aa1 r z)) +("starry" nil (s t aa1 r iy0)) +("stars" nil (s t aa1 r z)) +("starship" nil (s t aa1 r sh ih1 p)) +("starsight" nil (s t aa1 r s ay1 t)) +("starstream" nil (s t aa1 r s t r iy1 m)) +("start" nil (s t aa1 r t)) +("started" nil (s t aa1 r t ax d)) +("starter" nil (s t aa1 r t er0)) +("starters" nil (s t aa1 r t er0 z)) +("starting" nil (s t aa1 r t ih0 ng)) +("startle" nil (s t aa1 r t ax l)) +("startled" nil (s t aa1 r t ax l d)) +("startles" nil (s t aa1 r t ax l z)) +("startling" nil (s t aa1 r t l ih0 ng)) +("startlingly" nil (s t aa1 r t l ih0 ng l iy0)) +("starts" nil (s t aa1 r t s)) +("startup" nil (s t aa1 r t ah1 p)) +("startups" nil (s t aa1 r t ah1 p s)) +("starvation" nil (s t aa0 r v ey1 sh ax n)) +("starve" nil (s t aa1 r v)) +("starved" nil (s t aa1 r v d)) +("starving" nil (s t aa1 r v ih0 ng)) +("starwalt" nil (s t aa1 r w ax l t)) +("starwave" nil (s t aa1 r w ey1 v)) +("stary" nil (s t eh1 r iy0)) +("starzyk" nil (s t aa1 r z ih0 k)) +("stash" nil (s t ae1 sh)) +("stashed" nil (s t ae1 sh t)) +("stashing" nil (s t ae1 sh ih0 ng)) +("stasi" nil (s t aa1 s iy0)) +("stasiak" nil (s t aa1 s iy0 ae0 k)) +("stasik" nil (s t aa1 s ih0 k)) +("stasio" nil (s t aa1 s iy0 ow0)) +("stasko" nil (s t aa1 s k ow0)) +("stasney" nil (s t ae1 s n iy0)) +("stasny" nil (s t ae1 s n iy0)) +("stassen" nil (s t ae1 s ax n)) +("stassi" nil (s t ae1 s iy0)) +("stastny" nil (s t ae1 s t n iy0)) +("staszak" nil (s t aa1 sh ax k)) +("staszewski" nil (s t ax sh eh1 f s k iy0)) +("stat" nil (s t ae1 t)) +("state" nil (s t ey1 t)) +("statecraft" nil (s t ey1 t k r ae1 f t)) +("stated" nil (s t ey1 t ax d)) +("statehood" nil (s t ey1 t hh uh1 d)) +("statehouse" nil (s t ey1 t hh aw1 s)) +("statehouses" nil (s t ey1 t hh aw1 s ih0 z)) +("stately" nil (s t ey1 t l iy0)) +("statement" nil (s t ey1 t m ax n t)) +("statements" nil (s t ey1 t m ax n t s)) +("staten" nil (s t ae1 t ax n)) +("stater" nil (s t ey1 t er0)) +("staters" nil (s t ey1 t er0 z)) +("states" nil (s t ey1 t s)) +("stateside" nil (s t ey1 t s ay1 d)) +("statesman" nil (s t ey1 t s m ax n)) +("statesmanlike" nil (s t ax t eh1 s m ax n l ay1 k)) +("statesmanship" nil (s t ey1 t s m ax n sh ih1 p)) +("statesmen" nil (s t ey1 t s m ih0 n)) +("stateswest" nil (s t ey1 t s w eh1 s t)) +("statewide" nil (s t ey1 t w ay1 d)) +("statham" nil (s t ae1 th ax m)) +("stathis" nil (s t ae1 th ih0 s)) +("stathopoulos" nil (s t ax th aa1 p ax l ih0 s)) +("static" nil (s t ae1 t ih0 k)) +("stating" nil (s t ey1 t ih0 ng)) +("station" nil (s t ey1 sh ax n)) +("stationary" nil (s t ey1 sh ax n eh1 r iy0)) +("stationed" nil (s t ey1 sh ax n d)) +("stationers" nil (s t ey1 sh ax n er0 z)) +("stationery" nil (s t ey1 sh ax n eh1 r iy0)) +("stationing" nil (s t ey1 sh ax n ih0 ng)) +("stations" nil (s t ey1 sh ax n z)) +("statism" nil (s t ey1 t ih1 z ax m)) +("statist" nil (s t ey1 t ih0 s t)) +("statistic" nil (s t ax t ih1 s t ih0 k)) +("statistical" nil (s t ax t ih1 s t ih0 k ax l)) +("statistically" nil (s t ax t ih1 s t ih0 k ax l iy0)) +("statistician" nil (s t ae1 t ax s t ih1 sh ax n)) +("statisticians" nil (s t ae1 t ih0 s t ih1 sh ax n z)) +("statistics" nil (s t ax t ih1 s t ih0 k s)) +("statists" nil (s t ey1 t ih0 s t s)) +("statler" nil (s t ae1 t l er0)) +("statoil" nil (s t ax t oy1 l)) +("staton" nil (s t ae1 t ax n)) +("stats" nil (s t ae1 t s)) +("stattin" nil (s t ae1 t ih0 n)) +("statton" nil (s t ae1 t ax n)) +("statuary" nil (s t ae1 ch uw0 eh1 r iy0)) +("statue" nil (s t ae1 ch uw1)) +("statues" nil (s t ae1 ch uw1 z)) +("statuesque" nil (s t ae1 ch uw0 eh1 s k)) +("statuettes" nil (s t ae1 ch uw0 eh1 t s)) +("statum" nil (s t ae1 t ax m)) +("stature" nil (s t ae1 ch er0)) +("status" nil (s t ae1 t ax s)) +("statute" nil (s t ae1 ch uw0 t)) +("statutes" nil (s t ae1 ch uw0 t s)) +("statutory" nil (s t ae1 ch ax t ao1 r iy0)) +("statz" nil (s t ae1 t s)) +("statzer" nil (s t ae1 t z er0)) +("staub" nil (s t ao1 b)) +("stauber" nil (s t aw1 b er0)) +("staubin" nil (s t aw1 b ih0 n)) +("staubs" nil (s t ao1 b z)) +("stauch" nil (s t ao1 ch)) +("staudacher" nil (s t aw1 d ax k er0)) +("staude" nil (s t ao1 d)) +("stauder" nil (s t aw1 d er0)) +("staudinger" nil (s t aw1 d ih0 ng er0)) +("staudt" nil (s t ao1 d t)) +("stauff" nil (s t ao1 f)) +("stauffacher" nil (s t aw1 f ax k er0)) +("stauffer" nil (s t ao1 f er0)) +("staunch" nil (s t ao1 n ch)) +("staunchest" nil (s t ao1 n ch ax s t)) +("staunchly" nil (s t ao1 n ch l iy0)) +("staunton" nil (s t ao1 n t ax n)) +("staup" nil (s t ao1 p)) +("stauss" nil (s t ao1 s)) +("stauter" nil (s t aw1 t er0)) +("stave" nil (s t ey1 v)) +("staved" nil (s t ey1 v d)) +("stavely" nil (s t ey1 v l iy0)) +("staver" nil (s t ey1 v er0)) +("staves" nil (s t ey1 v z)) +("staving" nil (s t ey1 v ih0 ng)) +("stavinoha" nil (s t ae0 v ih0 n ow1 hh ax)) +("stavola" nil (s t aa0 v ow1 l ax)) +("stavropoulos" nil (s t ax v r aa1 p ax l ih0 s)) +("stavros" nil (s t ax v r ow1 z)) +("stawicki" nil (s t aa0 v ih1 t s k iy0)) +("stawski" nil (s t aa1 f s k iy0)) +("stay" nil (s t ey1)) +("stayed" nil (s t ey1 d)) +("stayer" nil (s t ey1 er0)) +("staying" nil (s t ey1 ih0 ng)) +("stayner" nil (s t ey1 n er0)) +("stayover" nil (s t ey1 ow1 v er0)) +("stayovers" nil (s t ey1 ow1 v er0 z)) +("stays" nil (s t ey1 z)) +("stayton" nil (s t ey1 t ax n)) +("stead" nil (s t eh1 d)) +("steadfast" nil (s t eh1 d f ae1 s t)) +("steadfastly" nil (s t eh1 d f ae1 s t l iy0)) +("steadfastness" nil (s t eh1 d f ae1 s t n ax s)) +("steadham" nil (s t eh1 d hh ax m)) +("steadied" nil (s t eh1 d iy0 d)) +("steadier" nil (s t eh1 d iy0 er0)) +("steadily" nil (s t eh1 d ax l iy0)) +("steadiness" nil (s t eh1 d iy0 n ih0 s)) +("steadman" nil (s t eh1 d m ax n)) +("steady" nil (s t eh1 d iy0)) +("steagall" nil (s t iy1 g ax l)) +("steak" nil (s t ey1 k)) +("steakhouse" nil (s t ey1 k hh aw1 s)) +("steakhouses" nil (s t ey1 k hh aw1 s ih0 z)) +("steakley" nil (s t iy1 k l iy0)) +("steaks" nil (s t ey1 k s)) +("steal" nil (s t iy1 l)) +("stealey" nil (s t iy1 l iy0)) +("stealing" nil (s t iy1 l ih0 ng)) +("steals" nil (s t iy1 l z)) +("stealth" nil (s t eh1 l th)) +("stealthies" nil (s t eh1 l th iy0 z)) +("steam" nil (s t iy1 m)) +("steamboat" nil (s t iy1 m b ow1 t)) +("steamboats" nil (s t iy1 m b ow1 t s)) +("steamed" nil (s t iy1 m d)) +("steamer" nil (s t iy1 m er0)) +("steamers" nil (s t iy1 m er0 z)) +("steamily" nil (s t iy1 m ax l iy0)) +("steaming" nil (s t iy1 m ih0 ng)) +("steamroller" nil (s t iy1 m r ow1 l er0)) +("steamrollered" nil (s t iy1 m r ow1 l er0 d)) +("steams" nil (s t iy1 m z)) +("steamship" nil (s t iy1 m sh ih1 p)) +("steamy" nil (s t iy1 m iy0)) +("stear" nil (s t ih1 r)) +("stearic" nil (s t iy1 r ih0 k)) +("stearman" nil (s t ih1 r m ax n)) +("stearn" nil (s t er1 n)) +("stearne" nil (s t er1 n)) +("stearns" nil (s t er1 n z)) +("stears" nil (s t iy1 r z)) +("stebbins" nil (s t eh1 b ih0 n z)) +("steber" nil (s t iy1 b er0)) +("stebner" nil (s t eh1 b n er0)) +("stec" nil (s t eh1 k)) +("stech" nil (s t eh1 k)) +("stecher" nil (s t eh1 k er0)) +("stechler" nil (s t eh1 k l er0)) +("stechschulte" nil (s t eh1 k sh ax l t)) +("steck" nil (s t eh1 k)) +("steckel" nil (s t eh1 k ax l)) +("steckelberg" nil (s t eh1 k ax l b er0 g)) +("stecker" nil (s t eh1 k er0)) +("stecklein" nil (s t eh1 k l ay1 n)) +("steckler" nil (s t eh1 k l er0)) +("steckley" nil (s t eh1 k l iy0)) +("steckman" nil (s t eh1 k m ax n)) +("stedman" nil (s t eh1 d m ax n)) +("steeb" nil (s t iy1 b)) +("steeber" nil (s t iy1 b er0)) +("steed" nil (s t iy1 d)) +("steedley" nil (s t iy1 d l iy0)) +("steedman" nil (s t iy1 d m ax n)) +("steeg" nil (s t iy1 g)) +("steege" nil (s t iy1 jh)) +("steego" nil (s t iy1 g ow0)) +("steel" nil (s t iy1 l)) +("steelcase" nil (s t iy1 l k ey1 s)) +("steele" nil (s t iy1 l)) +("steeler" nil (s t iy1 l er0)) +("steelers" nil (s t iy1 l er0 z)) +("steeley" nil (s t iy1 l iy0)) +("steelmaker" nil (s t iy1 l m ey1 k er0)) +("steelmakers" nil (s t iy1 l m ey1 k er0 z)) +("steelmaking" nil (s t iy1 l m ey1 k ih0 ng)) +("steelman" nil (s t iy1 l m ax n)) +("steels" nil (s t iy1 l z)) +("steelworker" nil (s t iy1 l w er1 k er0)) +("steelworkers" nil (s t iy1 l w er1 k er0 z)) +("steelworks" nil (s t iy1 l w er1 k s)) +("steely" nil (s t iy1 l iy0)) +("steen" nil (s t iy1 n)) +("steenbergen" nil (s t iy1 n b er0 g ax n)) +("steenkamp" nil (s t iy1 n k ae1 m p)) +("steenkiste" nil (s t iy1 n k ih1 s t)) +("steenrod" nil (s t iy1 n r ax d)) +("steensma" nil (s t iy1 n z m ax)) +("steenson" nil (s t iy1 n s ax n)) +("steep" nil (s t iy1 p)) +("steeped" nil (s t iy1 p t)) +("steepened" nil (s t iy1 p ax n d)) +("steeper" nil (s t iy1 p er0)) +("steepest" nil (s t iy1 p ax s t)) +("steeplechase" nil (s t iy1 p ax l ch ey1 s)) +("steeply" nil (s t iy1 p l iy0)) +("steepness" nil (s t iy1 p n ax s)) +("steer" nil (s t ih1 r)) +("steere" nil (s t ih1 r)) +("steered" nil (s t ih1 r d)) +("steering" nil (s t ih1 r ih0 ng)) +("steers" nil (s t ih1 r z)) +("stees" nil (s t iy1 z)) +("steever" nil (s t iy1 v er0)) +("steeves" nil (s t iy1 v z)) +("stefa" nil (s t eh1 f ax)) +("stefan" nil (s t eh1 f aa0 n)) +("stefanelli" nil (s t eh0 f aa0 n eh1 l iy0)) +("stefani" nil (s t eh1 f ax n iy0)) +("stefaniak" nil (s t ih0 f ae1 n iy0 ae0 k)) +("stefanic" nil (s t ih0 f ae1 n ih0 k)) +("stefanich" nil (s t eh1 f ax n ih0 ch)) +("stefanick" nil (s t eh1 f ax n ih0 k)) +("stefanik" nil (s t ih0 f ae1 n ih0 k)) +("stefanko" nil (s t ih0 f ae1 ng k ow0)) +("stefano" nil (s t eh1 f ax n ow0)) +("stefanowicz" nil (s t ih0 f ae1 n ax v ih0 ch)) +("stefanski" nil (s t ih0 f ae1 n s k iy0)) +("steffan" nil (s t eh1 f ax n)) +("steffanci" nil (s t eh1 f aa1 n s iy0)) +("steffe" nil (s t eh1 f)) +("steffek" nil (s t eh1 f ih0 k)) +("steffel" nil (s t eh1 f ax l)) +("steffen" nil (s t eh1 f ax n)) +("steffenhagen" nil (s t eh1 f ih0 n hh ax g ax n)) +("steffens" nil (s t eh1 f ax n z)) +("steffensen" nil (s t eh1 f ih0 n s ax n)) +("steffensmeier" nil (s t eh1 f ih0 n s m ay0 er0)) +("steffenson" nil (s t eh1 f ih0 n s ax n)) +("steffes" nil (s t eh1 f s)) +("steffey" nil (s t eh1 f iy0)) +("steffi" nil (s t eh1 f iy0)) +("steffie" nil (s t eh1 f iy0)) +("steffler" nil (s t eh1 f l er0)) +("steffy" nil (s t eh1 f iy0)) +("stefko" nil (s t eh1 f k ow0)) +("stefl" nil (s t eh1 f ax l)) +("stegall" nil (s t eh1 g ax l)) +("stege" nil (s t iy1 jh)) +("stegeman" nil (s t iy1 g m ax n)) +("stegemann" nil (s t iy1 g m ax n)) +("stegemeier" nil (s t eh1 g m ay1 r)) +("stegenga" nil (s t eh0 jh eh1 ng g ax)) +("steger" nil (s t iy1 g er0)) +("stegmaier" nil (s t eh1 g m ay0 er0)) +("stegman" nil (s t eh1 g m ax n)) +("stegmann" nil (s t eh1 g m ax n)) +("stegner" nil (s t eh1 g n er0)) +("stehle" nil (s t eh1 hh ax l)) +("stehlik" nil (s t eh1 l ih0 k)) +("stehlin" nil (s t eh1 l ih0 n)) +("stehling" nil (s t eh1 l ih0 ng)) +("stehman" nil (s t eh1 m ax n)) +("stehr" nil (s t eh1 r)) +("steib" nil (s t iy1 b)) +("steichen" nil (s t ay1 k ax n)) +("steidel" nil (s t ay1 d ax l)) +("steidinger" nil (s t ay1 d ih0 ng er0)) +("steidl" nil (s t iy1 d ax l)) +("steidle" nil (s t iy1 d ax l)) +("steidtmann" nil (s t ay1 t m ax n)) +("steier" nil (s t ay1 er0)) +("steig" nil (s t iy1 g)) +("steiger" nil (s t ay1 g er0)) +("steigerwald" nil (s t ay1 g er0 w ao1 l d)) +("steigerwalt" nil (s t ay1 g er0 w ax l t)) +("steil" nil (s t iy1 l)) +("steiman" nil (s t ay1 m ax n)) +("steimel" nil (s t ay1 m ax l)) +("steimer" nil (s t ay1 m er0)) +("steimle" nil (s t iy1 m ax l)) +("stein" nil (s t ay1 n)) +("steinacker" nil (s t ay1 n ae0 k er0)) +("steinbach" nil (s t ay1 n b aa1 k)) +("steinbacher" nil (s t ay1 n b aa1 k er0)) +("steinback" nil (s t ay1 n b ae1 k)) +("steinbauer" nil (s t ay1 n b aw0 er0)) +("steinbaugh" nil (s t ay1 n b aw0)) +("steinbeck" nil (s t ay1 n b eh1 k)) +("steinberg" nil (s t ay1 n b er0 g)) +("steinberger" nil (s t ay1 n b er0 g er0)) +("steinbock" nil (s t ay1 n b aa1 k)) +("steinborn" nil (s t ay1 n b ao1 r n)) +("steinbrecher" nil (s t ay1 n b r eh1 k er0)) +("steinbrenner" nil (s t ay1 n b r eh1 n er0)) +("steinbrink" nil (s t ay1 n b r ih1 ng k)) +("steinem" nil (s t ay1 n ax m)) +("steiner" nil (s t ay1 n er0)) +("steinert" nil (s t ay1 n er0 t)) +("steines" nil (s t ay1 n z)) +("steinfeld" nil (s t ay1 n f eh1 l d)) +("steinfeldt" nil (s t ay1 n f eh1 l t)) +("steingut" nil (s t ay1 n g ah1 t)) +("steinhagen" nil (s t ay1 n hh ae0 g ax n)) +("steinhardt" nil (s t ay1 n hh aa1 r t)) +("steinhart" nil (s t ay1 n hh aa1 r t)) +("steinhauer" nil (s t ay1 n hh aw0 er0)) +("steinhaus" nil (s t ay1 n hh aw1 s)) +("steinhauser" nil (s t ay1 n hh aw1 z er0)) +("steinhilber" nil (s t ay1 n hh ih1 l b er0)) +("steinhoff" nil (s t ay1 n hh ao1 f)) +("steinhorst" nil (s t ay1 n hh ao0 r s t)) +("steininger" nil (s t ay1 n ih0 ng er0)) +("steinkamp" nil (s t ay1 ng k ae0 m p)) +("steinke" nil (s t ay1 ng k)) +("steinkraus" nil (s t ay1 ng k r aw0 z)) +("steinkrauss" nil (s t ay1 n k r aw1 s)) +("steinkuehler" nil (s t ay1 n k y uw1 l er0)) +("steinle" nil (s t ay1 n ax l)) +("steinman" nil (s t ay1 n m ax n)) +("steinmann" nil (s t ay1 n m ax n)) +("steinmetz" nil (s t ay1 n m eh0 t s)) +("steinmeyer" nil (s t ay1 n m ay0 er0)) +("steinmiller" nil (s t ay1 n m ih1 l er0)) +("steinroe" nil (s t ay1 n r ow1)) +("steinway" nil (s t ay1 n w ey1)) +("steitz" nil (s t iy1 t s)) +("stejskal" nil (s t eh1 jh s k ax l)) +("steketee" nil (s t eh1 k ih0 t iy0)) +("stekly" nil (s t eh1 k l iy0)) +("stelco" nil (s t eh1 l k ow0)) +("stelian" nil (s t iy1 l iy0 ax n)) +("stell" nil (s t eh1 l)) +("stella" nil (s t eh1 l ax)) +("stellar" nil (s t eh1 l er0)) +("stellarton" nil (s t eh1 l er0 t ax n)) +("stellato" nil (s t eh0 l aa1 t ow0)) +("stelle" nil (s t eh1 l)) +("stellenbosch" nil (s t eh1 l ax n b ao1 sh)) +("steller" nil (s t eh1 l er0)) +("stellhorn" nil (s t eh1 l hh er0 n)) +("stelling" nil (s t eh1 l ih0 ng)) +("stelljes" nil (s t ey1 l y eh0 s)) +("stellmach" nil (s t eh1 l m ax k)) +("stellmacher" nil (s t eh1 l m ax k er0)) +("stellman" nil (s t eh1 l m ax n)) +("stello" nil (s t eh1 l ow0)) +("stelly" nil (s t eh1 l iy0)) +("stelmach" nil (s t eh1 l m ax k)) +("stelmack" nil (s t eh1 l m ax k)) +("steloff" nil (s t eh1 l ao0 f)) +("stelter" nil (s t eh1 l t er0)) +("steltz" nil (s t eh1 l t s)) +("stelzer" nil (s t eh1 l z er0)) +("stelzner" nil (s t eh1 l z n er0)) +("stem" nil (s t eh1 m)) +("stemberg" nil (s t eh1 m b er0 g)) +("stembridge" nil (s t eh1 m b r ih1 jh)) +("stemen" nil (s t eh1 m ax n)) +("stemler" nil (s t eh1 m l er0)) +("stemlike" nil (s t eh1 m l ay1 k)) +("stemm" nil (s t eh1 m)) +("stemmed" nil (s t eh1 m d)) +("stemmer" nil (s t eh1 m er0)) +("stemming" nil (s t eh1 m ih0 ng)) +("stemmler" nil (s t eh1 m l er0)) +("stempel" nil (s t eh1 m p ax l)) +("stemper" nil (s t eh1 m p er0)) +("stempien" nil (s t eh1 m p iy0 n)) +("stemple" nil (s t eh1 m p ax l)) +("stempler" nil (s t eh1 m p l er0)) +("stemposts" nil (s t eh1 m p ow1 s t s)) +("stems" nil (s t eh1 m z)) +("sten" nil (s t eh1 n)) +("stena" nil (s t iy1 n ax)) +("stenberg" nil (s t eh1 n b er0 g)) +("stencel" nil (s t eh1 n s ax l)) +("stench" nil (s t eh1 n ch)) +("stencil" nil (s t eh1 n s ih0 l)) +("stenciled" nil (s t eh1 n s ih0 l d)) +("stenciling" nil (s t eh1 n s ih0 l ih0 ng)) +("stendal" nil (s t eh1 n d ax l)) +("stender" nil (s t eh1 n d er0)) +("stendig" nil (s t eh1 n d ih0 g)) +("stene" nil (s t iy1 n)) +("stenerson" nil (s t eh1 n er0 s ax n)) +("stengel" nil (s t eh1 ng g ax l)) +("stenger" nil (s t eh1 n jh er0)) +("stenglein" nil (s t ih1 ng l ay0 n)) +("stenholm" nil (s t eh1 n hh ow1 l m)) +("stenhouse" nil (s t eh1 n hh aw1 s)) +("stenner" nil (s t eh1 n er0)) +("stennett" nil (s t eh1 n ih0 t)) +("stennis" nil (s t eh1 n ih0 s)) +("steno" nil (s t eh1 n ow0)) +("stenographic" nil (s t eh1 n ax g r ae1 f ih0 k)) +("stenquist" nil (s t eh1 n k w ih1 s t)) +("stenseth" nil (s t eh1 n s ih0 th)) +("stensland" nil (s t eh1 n s l ax n d)) +("stenson" nil (s t eh1 n s ax n)) +("stensrud" nil (s t eh1 n s r ax d)) +("stenstrom" nil (s t eh1 n s t r ax m)) +("stent" nil (s t eh1 n t)) +("stentor" nil (s t eh1 n t er0)) +("stentors" nil (s t eh1 n t er0 z)) +("stentz" nil (s t eh1 n t s)) +("stenz" nil (s t eh1 n z)) +("stenzel" nil (s t eh1 n z ax l)) +("step" nil (s t eh1 p)) +("stepan" nil (s t eh1 p ax n)) +("stepanakert" nil (s t ax p ae1 n ax k er0 t)) +("stepanek" nil (s t eh1 p ax n ih0 k)) +("stepanian" nil (s t ih0 p ey1 n iy0 ax n)) +("stepanski" nil (s t ih0 p ae1 n s k iy0)) +("stepchild" nil (s t eh1 p ch ay1 l d)) +("stepchildren" nil (s t eh1 p ch ih1 l d r ax n)) +("stepdaughter" nil (s t eh1 p d ao1 t er0)) +("stepdaughters" nil (s t eh1 p d ao1 t er0 z)) +("stepfather" nil (s t eh1 p f aa1 dh er0)) +("steph" nil (s t eh1 f)) +("stepha" nil (s t eh1 f ax)) +("stephan" nil (s t eh1 f ax n)) +("stephana" nil (s t eh0 f aa1 n ax)) +("stephani" nil (s t eh1 f ax n iy0)) +("stephania" nil (s t ih0 f ae1 n iy0 ax)) +("stephanie" nil (s t eh1 f ax n iy0)) +("stephanopoulos" nil (s t eh1 f ax n aa1 p ax l ax s)) +("stephans" nil (s t eh1 f ax n z)) +("stephany" nil (s t eh1 f ax n iy0)) +("stephen" nil (s t iy1 v ax n)) +("stephens" nil (s t iy1 v ax n z)) +("stephenson" nil (s t iy1 v ax n s ax n)) +("stephenville" nil (s t iy1 v ih0 n v ih1 l)) +("stepien" nil (s t eh1 p iy0 ax n)) +("stepka" nil (s t eh1 p k ax)) +("stepladders" nil (s t eh1 p l ae1 d er0 z)) +("stepmother" nil (s t eh1 p m ah1 dh er0)) +("stepney" nil (s t eh1 p n iy0)) +("stepp" nil (s t eh1 p)) +("steppe" nil (s t eh1 p)) +("stepped" nil (s t eh1 p t)) +("steppel" nil (s t eh1 p ax l)) +("steppenwolf" nil (s t eh1 p ax n w uh1 l f)) +("stepper" nil (s t eh1 p er0)) +("steppers" nil (s t eh1 p er0 z)) +("steppes" nil (s t eh1 p s)) +("stepping" nil (s t eh1 p ih0 ng)) +("steppingstone" nil (s t eh1 p ih0 ng s t ow1 n)) +("steps" nil (s t eh1 p s)) +("stepsisters" nil (s t eh1 p s ih1 s t er0 z)) +("stepson" nil (s t eh1 p s ah1 n)) +("steptoe" nil (s t eh1 p t ow1)) +("sterba" nil (s t eh1 r b ax)) +("sterbenz" nil (s t er1 b ih0 n s)) +("sterchi" nil (s t eh1 r k iy0)) +("stereo" nil (s t eh1 r iy0 ow1)) +("stereographic" nil (s t eh1 r iy0 ax g r ae1 f ih0 k)) +("stereos" nil (s t eh1 r iy0 ow1 z)) +("stereotype" nil (s t eh1 r iy0 ax t ay1 p)) +("stereotyped" nil (s t eh1 r iy0 ax t ay1 p t)) +("stereotypes" nil (s t eh1 r iy0 ax t ay1 p s)) +("stereotypical" nil (s t eh1 r iy0 ow0 t ih1 p ih0 k ax l)) +("stereotyping" nil (s t eh1 r iy0 ax t ay1 p ih0 ng)) +("sterett" nil (s t eh1 r ih0 t)) +("sterile" nil (s t eh1 r ax l)) +("sterility" nil (s t er0 ih1 l ih0 t iy0)) +("sterilization" nil (s t eh1 r ax l ax z ey1 sh ax n)) +("sterilize" nil (s t eh1 r ax l ay1 z)) +("sterilized" nil (s t eh1 r ax l ay1 z d)) +("sterilizer" nil (s t eh1 r ax l ay1 z er0)) +("sterilizers" nil (s t eh1 r ax l ay1 z er0 z)) +("sterilizes" nil (s t eh1 r ax l ay1 z ih0 z)) +("sterilizing" nil (s t eh1 r ax l ay1 z ih0 ng)) +("sterk" nil (s t er1 k)) +("sterkel" nil (s t er1 k ax l)) +("sterle" nil (s t ao1 r ax l)) +("sterling" nil (s t er1 l ih0 ng)) +("sterman" nil (s t er1 m ax n)) +("stermer" nil (s t er1 m er0)) +("stern" nil (s t er1 n)) +("sternbach" nil (s t er1 n b aa0 k)) +("sternberg" nil (s t er1 n b er0 g)) +("sternberger" nil (s t er1 n b er0 g er0)) +("sterne" nil (s t er1 n)) +("sterner" nil (s t er1 n er0)) +("sternest" nil (s t er1 n ax s t)) +("sternfeld" nil (s t er1 n f eh0 l d)) +("sternhagen" nil (s t er1 n hh ax g ax n)) +("sternly" nil (s t er1 n l iy0)) +("sternness" nil (s t er1 n n ax s)) +("sternposts" nil (s t er1 n p ow1 s t s)) +("sterns" nil (s t er1 n z)) +("steroid" nil (s t er0 oy1 d)) +("steroids" nil (s t eh1 r oy0 d z)) +("sterr" nil (s t eh1 r)) +("sterrett" nil (s t eh1 r ih0 t)) +("sterry" nil (s t eh1 r iy0)) +("stet" nil (s t eh1 t)) +("stethem" nil (s t eh1 th ax m)) +("stethoscope" nil (s t eh1 th ax s k ow1 p)) +("stethoscopes" nil (s t eh1 th ax s k ow1 p s)) +("stetler" nil (s t eh1 t l er0)) +("stetson" nil (s t eh1 t s ax n)) +("stetter" nil (s t eh1 t er0)) +("stettler" nil (s t eh1 t l er0)) +("stettner" nil (s t eh1 t n er0)) +("stetz" nil (s t eh1 t s)) +("stetzel" nil (s t eh1 t z ax l)) +("stetzer" nil (s t eh1 t z er0)) +("steuart" nil (s t oy1 aa0 r t)) +("steuben" nil (s t y uw1 b ih0 n)) +("steubenville" nil (s t uw1 b ax n v ih1 l)) +("steuber" nil (s t oy1 b er0)) +("steuck" nil (s t uw1 k)) +("steuer" nil (s t oy1 er0)) +("steuerwald" nil (s t oy1 er0 w ao0 l d)) +("steurer" nil (s t er1 er0)) +("steuver" nil (s t uw1 v er0)) +("stevana" nil (s t ih0 v ae1 n ax)) +("steve" nil (s t iy1 v)) +("stevedore" nil (s t iy1 v ax d ao1 r)) +("stevedoring" nil (s t iy1 v ax d ao1 r ih0 ng)) +("steven" nil (s t iy1 v ax n)) +("stevena" nil (s t eh1 v ih0 n ax)) +("stevens" nil (s t iy1 v ax n z)) +("stevenson" nil (s t iy1 v ax n s ax n)) +("stever" nil (s t iy1 v er0)) +("steverson" nil (s t eh1 v er0 s ax n)) +("steves" nil (s t iy1 v z)) +("steveson" nil (s t eh1 v ih0 s ax n)) +("stevick" nil (s t eh1 v ih0 k)) +("stevie" nil (s t iy1 v iy0)) +("stevison" nil (s t eh1 v ih0 s ax n)) +("stew" nil (s t uw1)) +("steward" nil (s t uw1 er0 d)) +("stewardess" nil (s t uw1 er0 d ax s)) +("stewardesses" nil (s t uw1 er0 d ax s ih0 z)) +("stewards" nil (s t uw1 er0 d z)) +("stewardship" nil (s t uw1 er0 d sh ih1 p)) +("stewart" nil (s t uw1 er0 t)) +("stewed" nil (s t uw1 d)) +("stewing" nil (s t uw1 ih0 ng)) +("stews" nil (s t uw1 z)) +("steyer" nil (s t ey1 er0)) +("sthilaire" nil (s th ax l eh1 r)) +("stibel" nil (s t ih1 b ax l)) +("stice" nil (s t ay1 s)) +("stich" nil (s t ih1 ch)) +("sticha" nil (s t ih1 ch ax)) +("stichnoth" nil (s t ih1 k n aa1 th)) +("sticht" nil (s t ih1 k t)) +("stichter" nil (s t ih1 k t er0)) +("stick" nil (s t ih1 k)) +("sticka" nil (s t ih1 k ax)) +("stickball" nil (s t ih1 k b ao1 l)) +("stickel" nil (s t ih1 k ax l)) +("stickels" nil (s t ih1 k ax l z)) +("sticker" nil (s t ih1 k er0)) +("stickers" nil (s t ih1 k er0 z)) +("stickier" nil (s t ih1 k iy0 er0)) +("stickiest" nil (s t ih1 k iy0 ax s t)) +("sticking" nil (s t ih1 k ih0 ng)) +("stickland" nil (s t ih1 k l ax n d)) +("stickle" nil (s t ih1 k ax l)) +("stickler" nil (s t ih1 k ax l er0)) +("stickles" nil (s t ih1 k ax l z)) +("stickley" nil (s t ih1 k l iy0)) +("stickney" nil (s t ih1 k n iy0)) +("sticks" nil (s t ih1 k s)) +("sticktights" nil (s t ih1 k t ay1 t s)) +("sticky" nil (s t ih1 k iy0)) +("stidd" nil (s t ih1 d)) +("stidham" nil (s t ih1 d hh ax m)) +("stiebel" nil (s t iy1 b ax l)) +("stieber" nil (s t iy1 b er0)) +("stief" nil (s t iy1 f)) +("stiefel" nil (s t iy1 f ax l)) +("stiefvater" nil (s t iy1 f v ax t er0)) +("stieg" nil (s t iy1 g)) +("stiegemeier" nil (s t iy1 jh ax m ay1 r)) +("stiegler" nil (s t iy1 g l er0)) +("stieglitz" nil (s t iy1 g l ih0 t s)) +("stiehl" nil (s t iy1 l)) +("stiens" nil (s t iy1 n z)) +("stier" nil (s t ay1 er0)) +("stiers" nil (s t ay1 er0 z)) +("stierwalt" nil (s t ih1 r w ax l t)) +("stieve" nil (s t iy1 v)) +("stifel" nil (s t ih1 f ax l)) +("stiff" nil (s t ih1 f)) +("stiffed" nil (s t ih1 f t)) +("stiffel" nil (s t ih1 f ax l)) +("stiffen" nil (s t ih1 f ax n)) +("stiffened" nil (s t ih1 f ax n d)) +("stiffener" nil (s t ih1 f ax n er0)) +("stiffening" nil (s t ih1 f ax n ih0 ng)) +("stiffens" nil (s t ih1 f ax n z)) +("stiffer" nil (s t ih1 f er0)) +("stiffest" nil (s t ih1 f ax s t)) +("stiffler" nil (s t ih1 f l er0)) +("stiffly" nil (s t ih1 f l iy0)) +("stiffness" nil (s t ih1 f n ax s)) +("stiffs" nil (s t ih1 f s)) +("stifle" nil (s t ay1 f ax l)) +("stifled" nil (s t ay1 f ax l d)) +("stifles" nil (s t ay1 f ax l z)) +("stifling" nil (s t ay1 f l ih0 ng)) +("stifter" nil (s t ih1 f t er0)) +("stig" nil (s t ih1 g)) +("stigall" nil (s t ih1 g ax l)) +("stiger" nil (s t ay1 g er0)) +("stigers" nil (s t ay1 g er0 z)) +("stigler" nil (s t ih1 g l er0)) +("stiglitz" nil (s t ih1 g l ih0 t s)) +("stigma" nil (s t ih1 g m ax)) +("stigmatism" nil (s t ih1 g m ax t ih1 z ax m)) +("stihl" nil (s t ih1 l)) +("stika" nil (s t ih1 k ax)) +("stikeleather" nil (s t ih1 k ih0 l eh0 dh er0)) +("stile" nil (s t ay1 l)) +("stiles" nil (s t ay1 l z)) +("stiletto" nil (s t ax l eh1 t ow0)) +("stilettos" nil (s t ax l eh1 t ow0 z)) +("still" nil (s t ih1 l)) +("stillborn" nil (s t ih1 l b ao1 r n)) +("stille" nil (s t ih1 l)) +("stilled" nil (s t ih1 l d)) +("stiller" nil (s t ih1 l er0)) +("stilley" nil (s t ih1 l iy0)) +("stillinger" nil (s t ih1 l ih0 ng er0)) +("stillings" nil (s t ih1 l ih0 ng z)) +("stillion" nil (s t ih1 l y ax n)) +("stillman" nil (s t ih1 l m ax n)) +("stillness" nil (s t ih1 l n ax s)) +("stills" nil (s t ih1 l z)) +("stillson" nil (s t ih1 l s ax n)) +("stillwagon" nil (s t ih1 l w ae1 g ax n)) +("stillwater" nil (s t ih1 l w ao1 t er0)) +("stillwell" nil (s t ih1 l w eh1 l)) +("stilson" nil (s t ih1 l s ax n)) +("stilted" nil (s t ih1 l t ih0 d)) +("stiltner" nil (s t ih1 l t n er0)) +("stilts" nil (s t ih1 l t s)) +("stilwell" nil (s t ih1 l w eh1 l)) +("stimac" nil (s t ih1 m ax k)) +("stimmel" nil (s t ih1 m ax l)) +("stimpert" nil (s t ih1 m p er0 t)) +("stimpson" nil (s t ih1 m p s ax n)) +("stimson" nil (s t ih1 m s ax n)) +("stimulant" nil (s t ih1 m y ax l ax n t)) +("stimulants" nil (s t ih1 m y ax l ax n t s)) +("stimulate" nil (s t ih1 m y ax l ey1 t)) +("stimulated" nil (s t ih1 m y ax l ey1 t ax d)) +("stimulates" nil (s t ih1 m y ax l ey1 t s)) +("stimulating" nil (s t ih1 m y ax l ey1 t ih0 ng)) +("stimulation" nil (s t ih1 m y ax l ey1 sh ax n)) +("stimulative" nil (s t ih1 m y ax l ey1 t ih0 v)) +("stimulator" nil (s t ih1 m y ax l ey1 t er0)) +("stimulators" nil (s t ih1 m y ax l ey1 t er0 z)) +("stimuli" nil (s t ih1 m y ax l ay1)) +("stimulus" nil (s t ih1 m y ax l ax s)) +("stinchcomb" nil (s t ih1 n ch k ax m)) +("stinchfield" nil (s t ih1 n ch f iy0 l d)) +("stine" nil (s t ay1 n)) +("stinebaugh" nil (s t ih1 n ih0 b ao0)) +("stinel" nil (s t ih1 n ax l)) +("stineman" nil (s t ay1 n m ax n)) +("stiner" nil (s t ay1 n er0)) +("stines" nil (s t ay1 n z)) +("sting" nil (s t ih1 ng)) +("stinger" nil (s t ih1 ng er0)) +("stingers" nil (s t ih1 ng er0 z)) +("stingier" nil (s t ih1 n jh iy0 er0)) +("stinginess" nil (s t ih1 n jh iy0 n ih0 s)) +("stinging" nil (s t ih1 ng ih0 ng)) +("stingley" nil (s t ih1 ng g l iy0)) +("stings" nil (s t ih1 ng z)) +("stingy" nil (s t ih1 n jh iy0)) +("stink" nil (s t ih1 ng k)) +("stinkbugs" nil (s t ih1 ng k b ax g z)) +("stinkers" nil (s t ih1 ng k er0 z)) +("stinking" nil (s t ih1 ng k ih0 ng)) +("stinks" nil (s t ih1 ng k s)) +("stinnett" nil (s t ih1 n ih0 t)) +("stinnette" nil (s t ih0 n eh1 t)) +("stinson" nil (s t ih1 n s ax n)) +("stint" nil (s t ih1 n t)) +("stints" nil (s t ih1 n t s)) +("stipanovich" nil (s t ih0 p ae1 n ax v ih0 ch)) +("stipe" nil (s t ay1 p)) +("stipend" nil (s t ih1 p ax n d)) +("stipends" nil (s t ih1 p ax n d z)) +("stipes" nil (s t ay1 p s)) +("stipp" nil (s t ih1 p)) +("stipulate" nil (s t ih1 p y ax l ey1 t)) +("stipulated" nil (s t ih1 p y ax l ey1 t ih0 d)) +("stipulates" nil (s t ih1 p y ax l ey1 t s)) +("stipulating" nil (s t ih1 p y ax l ey1 t ih0 ng)) +("stipulation" nil (s t ih1 p y ax l ey1 sh ax n)) +("stipulations" nil (s t ih1 p y ax l ey1 sh ax n z)) +("stir" nil (s t er1)) +("stires" nil (s t ay1 r z)) +("stirewalt" nil (s t ao1 r uw0 ax l t)) +("stirling" nil (s t er1 l ih0 ng)) +("stirn" nil (s t er1 n)) +("stirred" nil (s t er1 d)) +("stirring" nil (s t er1 ih0 ng)) +("stirrings" nil (s t er1 ih0 ng z)) +("stirrup" nil (s t er1 ax p)) +("stirrups" nil (s t er1 ax p s)) +("stirs" nil (s t er1 z)) +("stitch" nil (s t ih1 ch)) +("stitched" nil (s t ih1 ch t)) +("stitches" nil (s t ih1 ch ih0 z)) +("stitching" nil (s t ih1 ch ih0 ng)) +("stiteler" nil (s t ay1 t l er0)) +("stitely" nil (s t ay1 t l iy0)) +("stites" nil (s t ay1 t s)) +("stith" nil (s t ih1 th)) +("stitt" nil (s t ih1 t)) +("stitz" nil (s t ih1 t s)) +("stitzel" nil (s t ih1 t z ax l)) +("stitzer" nil (s t ih1 t z er0)) +("stiver" nil (s t ay1 v er0)) +("stivers" nil (s t ay1 v er0 z)) +("stiverson" nil (s t ih1 v er0 s ax n)) +("stivoric" nil (s t ih0 v ao1 r ih0 k)) +("stobaugh" nil (s t aa1 b ao0)) +("stobbe" nil (s t aa1 b)) +("stober" nil (s t ow1 b er0)) +("stobie" nil (s t aa1 b iy0)) +("stock" nil (s t aa1 k)) +("stockard" nil (s t aa1 k er0 d)) +("stockbridge" nil (s t aa1 k b r ih0 jh)) +("stockbroker" nil (s t aa1 k b r ow1 k er0)) +("stockbrokerage" nil (s t aa1 k b r ow1 k er0 ih0 jh)) +("stockbrokerages" nil (s t aa1 k b r ow1 k er0 ih0 jh ih0 z)) +("stockbrokers" nil (s t aa1 k b r ow1 k er0 z)) +("stockbroking" nil (s t aa1 k b r ow1 k ih0 ng)) +("stockburger" nil (s t aa1 k b er0 g er0)) +("stockdale" nil (s t aa1 k d ey1 l)) +("stocke" nil (s t aa1 k)) +("stocked" nil (s t aa1 k t)) +("stockel" nil (s t aa1 k ax l)) +("stocker" nil (s t aa1 k er0)) +("stockert" nil (s t aa1 k er0 t)) +("stockett" nil (s t aa1 k ih0 t)) +("stockford" nil (s t aa1 k f er0 d)) +("stockham" nil (s t aa1 k hh ax m)) +("stockhausen" nil (s t aa1 k hh aw1 z ax n)) +("stockholder" nil (s t aa1 k hh ow1 l d er0)) +("stockholders" nil (s t aa1 k hh ow1 l d er0 z)) +("stockholding" nil (s t aa1 k hh ow1 l d ih0 ng)) +("stockholdings" nil (s t aa1 k hh ow1 l d ih0 ng z)) +("stockholm" nil (s t aa1 k hh ow1 l m)) +("stocking" nil (s t aa1 k ih0 ng)) +("stockinger" nil (s t aa1 k ih0 ng er0)) +("stockings" nil (s t aa1 k ih0 ng z)) +("stockley" nil (s t aa1 k l iy0)) +("stockman" nil (s t aa1 k m ax n)) +("stockmarket" nil (s t aa1 k m aa1 r k ih0 t)) +("stockpile" nil (s t aa1 k p ay1 l)) +("stockpiled" nil (s t aa1 k p ay1 l d)) +("stockpiles" nil (s t aa1 k p ay1 l z)) +("stockpiling" nil (s t aa1 k p ay1 l ih0 ng)) +("stockroom" nil (s t aa1 k r uw1 m)) +("stocks" nil (s t aa1 k s)) +("stocksdale" nil (s t aa1 k s d ey1 l)) +("stockslager" nil (s t aa1 k s l ey0 g er0)) +("stockstill" nil (s t aa1 k s t ih1 l)) +("stockton" nil (s t aa1 k t ax n)) +("stockwell" nil (s t aa1 k w eh1 l)) +("stocky" nil (s t aa1 k iy0)) +("stockyard" nil (s t aa1 k y aa1 r d)) +("stockyards" nil (s t aa1 k y aa1 r d z)) +("stocum" nil (s t ow1 k ax m)) +("stoddard" nil (s t aa1 d er0 d)) +("stodghill" nil (s t aa1 jh hh ih1 l)) +("stodgy" nil (s t aa1 jh iy0)) +("stodola" nil (s t ow0 d ow1 l ax)) +("stodolsky" nil (s t ax d ao1 l s k iy0)) +("stoeber" nil (s t ow1 b er0)) +("stoeckel" nil (s t ow1 k ax l)) +("stoecker" nil (s t ow1 k er0)) +("stoeckle" nil (s t ow1 k ax l)) +("stoecklein" nil (s t ow1 k l ay1 n)) +("stoeger" nil (s t ow1 g er0)) +("stoehr" nil (s t ao1 r)) +("stoelting" nil (s t ow1 l t ih0 ng)) +("stoeltze" nil (s t ow1 l t s)) +("stoermer" nil (s t ao1 r m er0)) +("stoessel" nil (s t ow1 s ax l)) +("stoever" nil (s t aa1 eh0 v er0)) +("stofer" nil (s t ow1 f er0)) +("stoff" nil (s t ao1 f)) +("stoffel" nil (s t aa1 f ax l)) +("stoffels" nil (s t aa1 f ax l z)) +("stoffer" nil (s t ao1 f er0)) +("stoffers" nil (s t ao1 f er0 z)) +("stoffregen" nil (s t aa1 f r ih0 g ax n)) +("stofko" nil (s t ow1 f k ow0)) +("stoga" nil (s t ow1 g ax)) +("stogdill" nil (s t aa1 g d ih0 l)) +("stogner" nil (s t aa1 g n er0)) +("stogsdill" nil (s t aa1 g z d ih0 l)) +("stohl" nil (s t ow1 l)) +("stohler" nil (s t ow1 l er0)) +("stohr" nil (s t ao1 r)) +("stoia" nil (s t ow1 y ax)) +("stoiber" nil (s t oy1 b er0)) +("stoic" nil (s t ow1 ih0 k)) +("stoically" nil (s t ow1 ih0 k l iy0)) +("stoicism" nil (s t ow1 ax s ih1 z ax m)) +("stoics" nil (s t ow1 ih0 k s)) +("stoke" nil (s t ow1 k)) +("stoked" nil (s t ow1 k t)) +("stokely" nil (s t ow1 k l iy0)) +("stoker" nil (s t ow1 k er0)) +("stokes" nil (s t ow1 k s)) +("stoking" nil (s t ow1 k ih0 ng)) +("stokke" nil (s t aa1 k)) +("stokley" nil (s t aa1 k l iy0)) +("stoklosa" nil (s t ax k l ow1 s ax)) +("stol" nil (s t ow1 l)) +("stolar" nil (s t ow1 l er0)) +("stolarski" nil (s t ax l aa1 r s k iy0)) +("stolarz" nil (s t ow1 l aa0 r z)) +("stolberg" nil (s t ow1 l b er0 g)) +("stoldt" nil (s t ow1 l t)) +("stole" nil (s t ow1 l)) +("stolen" nil (s t ow1 l ax n)) +("stoler" nil (s t ow1 l er0)) +("stolfi" nil (s t ow1 l f iy0)) +("stolichnaya" nil (s t ow1 l ih0 k n ay1 ax)) +("stolid" nil (s t aa1 l ax d)) +("stoll" nil (s t ow1 l)) +("stollar" nil (s t aa1 l er0)) +("stolle" nil (s t aa1 l)) +("stollen" nil (s t aa1 l ax n)) +("stoller" nil (s t ow1 l er0)) +("stolley" nil (s t aa1 l iy0)) +("stollings" nil (s t ow1 l ih0 ng z)) +("stolp" nil (s t ow1 l p)) +("stolpe" nil (s t ow1 l p)) +("stolper" nil (s t ow1 l p er0)) +("stolt" nil (s t ow1 l t)) +("stolte" nil (s t ow1 l t)) +("stoltenberg" nil (s t ow1 l t ax n b er0 g)) +("stoltman" nil (s t ow1 l t m ax n)) +("stoltz" nil (s t ow1 l t s)) +("stoltzfus" nil (s t ow1 l t s f ax s)) +("stoltzman" nil (s t ow1 l t s m ax n)) +("stolz" nil (s t ow1 l z)) +("stolze" nil (s t ow1 l z)) +("stomach" nil (s t ah1 m ax k)) +("stomachs" nil (s t ah1 m ax k s)) +("stomata" nil (s t ow1 m ax t ax)) +("stombaugh" nil (s t aa1 m b ao1)) +("stomp" nil (s t aa1 m p)) +("stomped" nil (s t aa1 m p t)) +("stomping" nil (s t aa1 m p ih0 ng)) +("stone" nil (s t ow1 n)) +("stoneback" nil (s t ow1 n b ae1 k)) +("stoneberg" nil (s t ow1 n b er0 g)) +("stoneberger" nil (s t ow1 n b er0 g er0)) +("stonebraker" nil (s t aa1 n ih0 b r ax k er0)) +("stoneburner" nil (s t ow1 n b er1 n er0)) +("stonecipher" nil (s t ow1 n s ay1 f er0)) +("stonecutters" nil (s t ow1 n k ah1 t er0 z)) +("stonecypher" nil (s t aa1 n ih0 s ih0 f er0)) +("stoned" nil (s t ow1 n d)) +("stoneham" nil (s t ow1 n ax m)) +("stonehenge" nil (s t ow1 n hh eh1 n jh)) +("stonehill" nil (s t ow1 n hh ih1 l)) +("stonehocker" nil (s t ow1 n hh aa1 k er0)) +("stonehouse" nil (s t ow1 n hh aw1 s)) +("stoneking" nil (s t ow1 n k ih1 ng)) +("stoneman" nil (s t ow1 n m ax n)) +("stoner" nil (s t ow1 n er0)) +("stoneridge" nil (s t ow1 n r ih1 jh)) +("stonerock" nil (s t ow1 n r aa1 k)) +("stones" nil (s t ow1 n z)) +("stonesifer" nil (s t aa1 n ih0 s ih0 f er0)) +("stonestreet" nil (s t ow1 n s t r iy1 t)) +("stonewall" nil (s t ow1 n w ao1 l)) +("stonewalled" nil (s t ow1 n w ao1 l d)) +("stonewalling" nil (s t ow1 n w ao1 l ih0 ng)) +("stoneware" nil (s t ow1 n w eh1 r)) +("stoney" nil (s t ow1 n iy0)) +("stong" nil (s t ao1 ng)) +("stonge" nil (s t aa1 n jh)) +("stoning" nil (s t ow1 n ih0 ng)) +("stony" nil (s t ow1 n iy0)) +("stonyfield" nil (s t ow1 n iy0 f iy1 l d)) +("stood" nil (s t uh1 d)) +("stooges" nil (s t uw1 jh ih0 z)) +("stookey" nil (s t uw1 k iy0)) +("stooksbury" nil (s t uw1 k s b eh0 r iy0)) +("stool" nil (s t uw1 l)) +("stools" nil (s t uw1 l z)) +("stoop" nil (s t uw1 p)) +("stooped" nil (s t uw1 p t)) +("stoops" nil (s t uw1 p s)) +("stoots" nil (s t uw1 t s)) +("stop" nil (s t aa1 p)) +("stopa" nil (s t ow1 p ax)) +("stopgap" nil (s t aa1 p g ae1 p)) +("stopher" nil (s t aa1 f er0)) +("stopka" nil (s t ow1 p k ax)) +("stoplight" nil (s t aa1 p l ay1 t)) +("stoplights" nil (s t aa1 p l ay1 t s)) +("stopover" nil (s t aa1 p ow1 v er0)) +("stopovers" nil (s t aa1 p ow1 v er0 z)) +("stoppage" nil (s t aa1 p ih0 jh)) +("stoppages" nil (s t aa1 p ih0 jh ih0 z)) +("stopped" nil (s t aa1 p t)) +("stoppel" nil (s t aa1 p ax l)) +("stopper" nil (s t aa1 p er0)) +("stoppers" nil (s t aa1 p er0 z)) +("stopping" nil (s t aa1 p ih0 ng)) +("stops" nil (s t aa1 p s)) +("stopwatch" nil (s t aa1 p w aa1 ch)) +("stopwatches" nil (s t aa1 p w aa1 ch ih0 z)) +("stora" nil (s t ao1 r ax)) +("storage" nil (s t ao1 r ax jh)) +("storagetek" nil (s t ao1 r ax jh t eh1 k)) +("storaska" nil (s t ao1 r ae1 s ax)) +("storbeck" nil (s t ao1 r b eh0 k)) +("storch" nil (s t ao1 r k)) +("storck" nil (s t ao1 r k)) +("stordahl" nil (s t ao1 r d aa0 l)) +("store" nil (s t ao1 r)) +("stored" nil (s t ao1 r d)) +("storefront" nil (s t ao1 r f r aa1 n t)) +("storefronts" nil (s t ao1 r f r aa1 n t s)) +("storehouse" nil (s t ao1 r hh aw1 s)) +("storehouses" nil (s t ao1 r hh aw1 z ax z)) +("storekeepers" nil (s t ao1 r k iy1 p er0 z)) +("storer" nil (s t ao1 r er0)) +("storeroom" nil (s t ao1 r r uw1 m)) +("stores" nil (s t ao1 r z)) +("storey" nil (s t ao1 r iy0)) +("storie" nil (s t ao1 r iy0)) +("storied" nil (s t ao1 r iy0 d)) +("stories" nil (s t ao1 r iy0 z)) +("storing" nil (s t ao1 r ih0 ng)) +("stork" nil (s t ao1 r k)) +("storlie" nil (s t ao1 r l iy0)) +("storm" nil (s t ao1 r m)) +("stormed" nil (s t ao1 r m d)) +("storment" nil (s t ao1 r m ax n t)) +("stormer" nil (s t ao1 r m er0)) +("stormes" nil (s t ao1 r m z)) +("storming" nil (s t ao1 r m ih0 ng)) +("stormont" nil (s t ao1 r m ow0 n t)) +("storms" nil (s t ao1 r m z)) +("stormy" nil (s t ao1 r m iy0)) +("storr" nil (s t ao1 r)) +("storrow" nil (s t aa1 r ow0)) +("storrs" nil (s t ao1 r z)) +("storti" nil (s t ao1 r t iy0)) +("storting" nil (s t ao1 r t ih0 ng)) +("storts" nil (s t ao1 r t s)) +("stortz" nil (s t ao1 r t s)) +("story" nil (s t ao1 r iy0)) +("storyboard" nil (s t ao1 r iy0 b ao1 r d)) +("storybook" nil (s t ao1 r iy0 b uh1 k)) +("storybooks" nil (s t ao1 r iy0 b uh1 k s)) +("storyline" nil (s t ao1 r iy0 l ay1 n)) +("storyteller" nil (s t ao1 r iy0 t eh1 l er0)) +("storytellers" nil (s t ao1 r iy0 t eh1 l er0 z)) +("storytelling" nil (s t ao1 r iy0 t eh1 l ih0 ng)) +("storz" nil (s t ao1 r z)) +("stossel" nil (s t aa1 s ax l)) +("stotler" nil (s t aa1 t l er0)) +("stott" nil (s t aa1 t)) +("stottlemyer" nil (s t aa1 t l ih0 m iy0 er0)) +("stotts" nil (s t aa1 t s)) +("stotz" nil (s t aa1 t s)) +("stoudemire" nil (s t uw1 d ax m ay1 r)) +("stoudenmire" nil (s t uw1 d ax n m ay1 r)) +("stouder" nil (s t ah1 d er0)) +("stoudt" nil (s t ah1 d t)) +("stouffer" nil (s t ah1 f er0)) +("stough" nil (s t ah1 f)) +("stoughton" nil (s t ow1 t ax n)) +("stoup" nil (s t uw1 p)) +("stout" nil (s t aw1 t)) +("stoute" nil (s t aw1 t)) +("stoutenburg" nil (s t aw1 t ax n b er0 g)) +("stoutly" nil (s t aw1 t l iy0)) +("stoutness" nil (s t aw1 t n ax s)) +("stovall" nil (s t ow1 v aa0 l)) +("stove" nil (s t ow1 v)) +("stover" nil (s t ow1 v er0)) +("stoves" nil (s t ow1 v z)) +("stow" nil (s t ow1)) +("stowe" nil (s t ow1)) +("stowed" nil (s t ow1 d)) +("stowell" nil (s t aa1 w eh0 l)) +("stowers" nil (s t ow1 er0 z)) +("stoy" nil (s t oy1)) +("stoyer" nil (s t oy1 er0)) +("stracener" nil (s t r ae1 s iy0 n er0)) +("strachan" nil (s t r ae1 ch ax n)) +("strack" nil (s t r ae1 k)) +("stracke" nil (s t r ae1 k)) +("strada" nil (s t r aa1 d ax)) +("straddle" nil (s t r ae1 d ax l)) +("straddled" nil (s t r ae1 d ax l d)) +("straddles" nil (s t r ae1 d ax l z)) +("straddling" nil (s t r ae1 d l ih0 ng)) +("strader" nil (s t r ey1 d er0)) +("stradford" nil (s t r ae1 d f er0 d)) +("stradivarius" nil (s t r ae1 d ih0 v eh1 r iy0 ax s)) +("stradley" nil (s t r ae1 d l iy0)) +("stradling" nil (s t r ae1 d l ih0 ng)) +("straggled" nil (s t r ae1 g ax l d)) +("stragglers" nil (s t r ae1 g l er0 z)) +("strahan" nil (s t r ae1 hh ax n)) +("strahl" nil (s t r aa1 l)) +("strahle" nil (s t r ey1 hh ax l)) +("strahler" nil (s t r aa1 l er0)) +("strahm" nil (s t r aa1 m)) +("straight" nil (s t r ey1 t)) +("straightedge" nil (s t r ey1 t eh1 jh)) +("straighten" nil (s t r ey1 t ax n)) +("straightened" nil (s t r ey1 t ax n d)) +("straightening" nil (s t r ey1 t ax n ih0 ng)) +("straightens" nil (s t r ey1 t ax n z)) +("straighter" nil (s t r ey1 t er0)) +("straightforward" nil (s t r ey1 t f ao1 r w er0 d)) +("straightforwardly" nil (s t r ey1 t f ao1 r w er0 d l iy0)) +("straights" nil (s t r ey1 t s)) +("strain" nil (s t r ey1 n)) +("strained" nil (s t r ey1 n d)) +("straining" nil (s t r ey1 n ih0 ng)) +("strains" nil (s t r ey1 n z)) +("strait" nil (s t r ey1 t)) +("straitjacket" nil (s t r ey1 t jh ae1 k ax t)) +("straits" nil (s t r ey1 t s)) +("straka" nil (s t r aa1 k ax)) +("straker" nil (s t r ey1 k er0)) +("straley" nil (s t r ae1 l iy0)) +("stram" nil (s t r ae1 m)) +("stranahan" nil (s t r ae1 n ax hh ae0 n)) +("strand" nil (s t r ae1 n d)) +("strandberg" nil (s t r ae1 n d b er0 g)) +("strande" nil (s t r ae1 n d)) +("stranded" nil (s t r ae1 n d ax d)) +("stranding" nil (s t r ae1 n d ih0 ng)) +("strandlines" nil (s t r ae1 n d l ay1 n z)) +("strands" nil (s t r ae1 n d z)) +("strang" nil (s t r ae1 ng)) +("strange" nil (s t r ey1 n jh)) +("strangely" nil (s t r ey1 n jh l iy0)) +("strangeness" nil (s t r ey1 n jh n ax s)) +("stranger" nil (s t r ey1 n jh er0)) +("strangers" nil (s t r ey1 n jh er0 z)) +("strangest" nil (s t r ey1 n jh ih0 s t)) +("strangis" nil (s t r ae1 n jh ih0 s)) +("strangle" nil (s t r ae1 ng g ax l)) +("strangled" nil (s t r ae1 ng g ax l d)) +("stranglehold" nil (s t r ae1 ng g ax l hh ow1 l d)) +("strangling" nil (s t r ae1 ng g ax l ih0 ng)) +("strangulation" nil (s t r ae1 ng g y ax l ey1 sh ax n)) +("strangulations" nil (s t r ae1 ng g y ax l ey1 sh ax n z)) +("strangwayes" nil (s t r ae1 ng w ey1 z)) +("strano" nil (s t r aa1 n ow0)) +("stransky" nil (s t r ae1 n s k iy0)) +("strap" nil (s t r ae1 p)) +("strapped" nil (s t r ae1 p t)) +("strapping" nil (s t r ae1 p ih0 ng)) +("straps" nil (s t r ae1 p s)) +("strasbourg" nil (s t r ae1 s b ao1 r g)) +("strasburg" nil (s t r ae1 s b er0 g)) +("strasburger" nil (s t r ae1 s b er0 g er0)) +("strassburg" nil (s t r ae1 s b er0 g)) +("strassburger" nil (s t r ae1 s b er0 g er0)) +("strasser" nil (s t r ae1 s er0)) +("strassman" nil (s t r ae1 s m ax n)) +("strassner" nil (s t r ae1 s n er0)) +("straszheim" nil (s t r ae1 s hh ay1 m)) +("strata" nil (s t r ae1 t ax)) +("stratacom" nil (s t r ae1 t ax k aa0 m)) +("stratagems" nil (s t r ae1 t ax jh ax m z)) +("stratas" nil (s t r ae1 t ax z)) +("strate" nil (s t r ey1 t)) +("strategem" nil (s t r ae1 t ih0 jh eh0 m)) +("strategic" nil (s t r ax t iy1 jh ih0 k)) +("strategical" nil (s t r ax t iy1 jh ih0 k ax l)) +("strategically" nil (s t r ax t iy1 jh ih0 k l iy0)) +("strategies" nil (s t r ae1 t ax jh iy0 z)) +("strategist" nil (s t r ae1 t ih0 jh ih0 s t)) +("strategists" nil (s t r ae1 t ih0 jh ih0 s t s)) +("strategy" nil (s t r ae1 t ax jh iy0)) +("strater" nil (s t r ey1 t er0)) +("stratford" nil (s t r ae1 t f er0 d)) +("strathman" nil (s t r ae1 th m ax n)) +("stratified" nil (s t r ae1 t ax f ay1 d)) +("stratigraphic" nil (s t r ae1 t ax g r ae1 f ih0 k)) +("stratman" nil (s t r ae1 t m ax n)) +("stratmann" nil (s t r ae1 t m ax n)) +("stratoflex" nil (s t r ae1 t ow0 f l eh1 k s)) +("stratosphere" nil (s t r ae1 t ax s f ih1 r)) +("stratospheric" nil (s t r ae1 t ax s f ih1 r ih0 k)) +("stratton" nil (s t r ae1 t ax n)) +("stratum" nil (s t r ae1 t ax m)) +("stratus" nil (s t r ae1 t ax s)) +("straub" nil (s t r aw1 b)) +("straube" nil (s t r aw1 b)) +("strauch" nil (s t r aw1 k)) +("straughan" nil (s t r ao1 ax n)) +("straughn" nil (s t r ao1 n)) +("straughter" nil (s t r ao1 t er0)) +("straus" nil (s t r aw1 s)) +("strausbaugh" nil (s t r aw1 s b aw0)) +("strause" nil (s t r aw1 s)) +("strauser" nil (s t r aw1 s er0)) +("strauss" nil (s t r aw1 s)) +("strausser" nil (s t r aw1 s er0)) +("stravinsky" nil (s t r ax v ih1 n s k iy0)) +("straw" nil (s t r ao1)) +("strawberries" nil (s t r ao1 b eh1 r iy0 z)) +("strawberry" nil (s t r ao1 b eh1 r iy0)) +("strawbridge" nil (s t r ao1 b r ih1 jh)) +("strawder" nil (s t r ao1 d er0)) +("strawderman" nil (s t r ao1 d er0 m ax n)) +("strawn" nil (s t r ao1 n)) +("straws" nil (s t r ao1 z)) +("strawser" nil (s t r ao1 z er0)) +("stray" nil (s t r ey1)) +("strayed" nil (s t r ey1 d)) +("strayer" nil (s t r ey1 er0)) +("strayhorn" nil (s t r ey1 hh er0 n)) +("straying" nil (s t r ey1 ih0 ng)) +("strays" nil (s t r ey1 z)) +("streak" nil (s t r iy1 k)) +("streaked" nil (s t r iy1 k t)) +("streaker" nil (s t r iy1 k er0)) +("streaking" nil (s t r iy1 k ih0 ng)) +("streaks" nil (s t r iy1 k s)) +("stream" nil (s t r iy1 m)) +("streamed" nil (s t r iy1 m d)) +("streamers" nil (s t r iy1 m er0 z)) +("streaming" nil (s t r iy1 m ih0 ng)) +("streamline" nil (s t r iy1 m l ay1 n)) +("streamlined" nil (s t r iy1 m l ay1 n d)) +("streamlining" nil (s t r iy1 m l ay1 n ih0 ng)) +("streams" nil (s t r iy1 m z)) +("streater" nil (s t r iy1 t er0)) +("streb" nil (s t r eh1 b)) +("strebe" nil (s t r iy1 b)) +("strebeck" nil (s t r iy1 b eh0 k)) +("strebel" nil (s t r eh1 b ax l)) +("streck" nil (s t r eh1 k)) +("strecker" nil (s t r eh1 k er0)) +("streed" nil (s t r iy1 d)) +("streep" nil (s t r iy1 p)) +("streeper" nil (s t r iy1 p er0)) +("street" nil (s t r iy1 t)) +("streetcar" nil (s t r iy1 t k aa1 r)) +("streeter" nil (s t r iy1 t er0)) +("streeters" nil (s t r iy1 t er0 z)) +("streetman" nil (s t r iy1 t m ax n)) +("streets" nil (s t r iy1 t s)) +("streett" nil (s t r iy1 t)) +("streety" nil (s t r iy1 t iy0)) +("streff" nil (s t r eh1 f)) +("strege" nil (s t r iy1 jh)) +("strehl" nil (s t r eh1 l)) +("strehle" nil (s t r eh1 l)) +("strehlow" nil (s t r eh1 l ow0)) +("streib" nil (s t r ay1 b)) +("streich" nil (s t r ay1 k)) +("streicher" nil (s t r ay1 k er0)) +("streiff" nil (s t r ay1 f)) +("streight" nil (s t r ey1 t)) +("streisand" nil (s t r ay1 z ax n d)) +("streit" nil (s t r ay1 t)) +("streitmatter" nil (s t r ay1 t m ax t er0)) +("strelow" nil (s t r eh1 l ow0)) +("streng" nil (s t r eh1 ng)) +("strenger" nil (s t r eh1 ng g er0)) +("strength" nil (s t r eh1 ng k th)) +("strengthen" nil (s t r eh1 ng th ax n)) +("strengthened" nil (s t r eh1 ng th ax n d)) +("strengthening" nil (s t r eh1 ng th ax n ih0 ng)) +("strengthens" nil (s t r eh1 ng th ax n z)) +("strengths" nil (s t r eh1 ng k th s)) +("strenio" nil (s t r iy1 n iy0 ow0)) +("strenuous" nil (s t r eh1 n y uw0 ax s)) +("strenuously" nil (s t r eh1 n y uw0 ax s l iy0)) +("strep" nil (s t r eh1 p)) +("streptokinase" nil (s t r eh1 p t ax k ay1 n ey1 s)) +("stress" nil (s t r eh1 s)) +("stressed" nil (s t r eh1 s t)) +("stresses" nil (s t r eh1 s ax z)) +("stressful" nil (s t r eh1 s f ax l)) +("stressing" nil (s t r eh1 s ih0 ng)) +("stretch" nil (s t r eh1 ch)) +("stretched" nil (s t r eh1 ch t)) +("stretcher" nil (s t r eh1 ch er0)) +("stretches" nil (s t r eh1 ch ax z)) +("stretching" nil (s t r eh1 ch ih0 ng)) +("stretto" nil (s t r eh1 t ow1)) +("strevig" nil (s t r eh1 v ih0 g)) +("strew" nil (s t r uw1)) +("strewn" nil (s t r uw1 n)) +("strey" nil (s t r ey1)) +("striar" nil (s t r ay1 r)) +("stribling" nil (s t er1 ax b ax l ih0 ng)) +("strick" nil (s t r ih1 k)) +("stricken" nil (s t r ih1 k ax n)) +("stricker" nil (s t r ih1 k er0)) +("strickland" nil (s t r ih1 k l ax n d)) +("stricklen" nil (s t r ih1 k ax l ax n)) +("strickler" nil (s t r ih1 k l er0)) +("stricklin" nil (s t r ih1 k l ih0 n)) +("strickling" nil (s t r ih1 k l ih0 ng)) +("strict" nil (s t r ih1 k t)) +("stricter" nil (s t r ih1 k t er0)) +("strictest" nil (s t r ih1 k t ax s t)) +("strictly" nil (s t r ih1 k t l iy0)) +("strictures" nil (s t r ih1 k ch er0 z)) +("stride" nil (s t r ay1 d)) +("stridency" nil (s t r ay1 d ax n s iy0)) +("strident" nil (s t r ay1 d ax n t)) +("stridently" nil (s t r ay1 d ax n t l iy0)) +("strider" nil (s t r ay1 d er0)) +("strides" nil (s t r ay1 d z)) +("striding" nil (s t r ay1 d ih0 ng)) +("striegel" nil (s t r iy1 g ax l)) +("strieker" nil (s t r iy1 k er0)) +("strieter" nil (s t r iy1 t er0)) +("strife" nil (s t r ay1 f)) +("strifes" nil (s t r ay1 f s)) +("strike" nil (s t r ay1 k)) +("strikebreakers" nil (s t r ay1 k b r ey1 k er0 z)) +("strikeout" nil (s t r ay1 k aw1 t)) +("strikeouts" nil (s t r ay1 k aw1 t s)) +("striker" nil (s t r ay1 k er0)) +("strikers" nil (s t r ay1 k er0 z)) +("strikes" nil (s t r ay1 k s)) +("striking" nil (s t r ay1 k ih0 ng)) +("strikingly" nil (s t r ay1 k ih0 ng l iy0)) +("strimple" nil (s t r ih1 m p ax l)) +("strinden" nil (s t r ih1 n d ax n)) +("strine" nil (s t r ay1 n)) +("string" nil (s t r ih1 ng)) +("stringed" nil (s t r ih1 ng d)) +("stringency" nil (s t r ih1 n jh ax n s iy0)) +("stringent" nil (s t r ih1 n jh ax n t)) +("stringently" nil (s t r ih1 n jh ax n t l iy0)) +("stringer" nil (s t r ih1 ng er0)) +("stringers" nil (s t r ih1 ng er0 z)) +("stringfellow" nil (s t r ih1 ng f eh1 l ow0)) +("stringfield" nil (s t r ih1 ng f iy1 l d)) +("stringham" nil (s t r ih1 ng hh ae1 m)) +("stringing" nil (s t r ih1 ng ih0 ng)) +("strings" nil (s t r ih1 ng z)) +("stringy" nil (s t r ih1 ng iy0)) +("strip" nil (s t r ih1 p)) +("stripe" nil (s t r ay1 p)) +("striped" nil (s t r ay1 p t)) +("striper" nil (s t r ay1 p er0)) +("stripers" nil (s t r ay1 p er0 z)) +("stripes" nil (s t r ay1 p s)) +("striplin" nil (s t r ih1 p l ih0 n)) +("stripling" nil (s t r ih1 p l ih0 ng)) +("stripped" nil (s t r ih1 p t)) +("stripper" nil (s t r ih1 p er0)) +("strippers" nil (s t r ih1 p er0 z)) +("stripping" nil (s t r ih1 p ih0 ng)) +("strips" nil (s t r ih1 p s)) +("striptease" nil (s t r ih1 p t iy1 z)) +("strite" nil (s t r ay1 t)) +("strittmatter" nil (s t r ih1 t m ax t er0)) +("strive" nil (s t r ay1 v)) +("striven" nil (s t r ih1 v ax n)) +("strives" nil (s t r ay1 v z)) +("striving" nil (s t r ay1 v ih0 ng)) +("strivings" nil (s t r ay1 v ih0 ng z)) +("strnad" nil (s t r n ae1 d)) +("strobe" nil (s t r ow1 b)) +("strobel" nil (s t r ow1 b ax l)) +("strober" nil (s t r ow1 b er0)) +("strobl" nil (s t r aa1 b ax l)) +("stroble" nil (s t r ow1 b ax l)) +("strobridge" nil (s t r aa1 b r ih0 jh)) +("strock" nil (s t r aa1 k)) +("strode" nil (s t r ow1 d)) +("stroder" nil (s t r ow1 d er0)) +("stroebel" nil (s t r ow1 b ax l)) +("stroessner" nil (s t r ow1 s n er0)) +("stroganoff" nil (s t r ow1 g ax n ao1 f)) +("stroh" nil (s t r ow1)) +("strohecker" nil (s t r ow1 ih0 k er0)) +("strohl" nil (s t r ow1 l)) +("strohm" nil (s t r ow1 m)) +("strohmaier" nil (s t r ow1 m ay0 er0)) +("strohman" nil (s t r ow1 m ax n)) +("strohmeier" nil (s t r ow1 m ay0 er0)) +("strohmeyer" nil (s t r ow1 m ay0 er0)) +("stroik" nil (s t r oy1 k)) +("strojny" nil (s t r ow1 y n iy0)) +("stroke" nil (s t r ow1 k)) +("stroked" nil (s t r ow1 k t)) +("strokes" nil (s t r ow1 k s)) +("stroking" nil (s t r ow1 k ih0 ng)) +("strole" nil (s t r ow1 l)) +("stroll" nil (s t r ow1 l)) +("strolled" nil (s t r ow1 l d)) +("stroller" nil (s t r ow1 l er0)) +("strollers" nil (s t r ow1 l er0 z)) +("strolling" nil (s t r ow1 l ih0 ng)) +("strollo" nil (s t r aa1 l ow0)) +("strolls" nil (s t r ow1 l z)) +("strom" nil (s t r aa1 m)) +("stroma" nil (s t r ow1 m ax)) +("stromain" nil (s t r aa1 m ay0 n)) +("stroman" nil (s t r ow1 m ax n)) +("strombeck" nil (s t r aa1 m b eh1 k)) +("stromberg" nil (s t r aa1 m b er0 g)) +("strome" nil (s t r ow1 m)) +("stromer" nil (s t r ow1 m er0)) +("stromgren" nil (s t r aa1 m g r eh0 n)) +("stromme" nil (s t r aa1 m)) +("strommen" nil (s t r aa1 m ax n)) +("stromquist" nil (s t r aa1 m k w ih1 s t)) +("stronach" nil (s t r aa1 n ax k)) +("strong" nil (s t r ao1 ng)) +("stronger" nil (s t r ao1 ng er0)) +("strongest" nil (s t r ao1 ng g ax s t)) +("stronghold" nil (s t r ao1 ng hh ow1 l d)) +("strongholds" nil (s t r ao1 ng hh ow1 l d z)) +("strongly" nil (s t r ao1 ng l iy0)) +("strongman" nil (s t r ao1 ng m ae1 n)) +("strontium" nil (s t r aa1 n t iy0 ax m)) +("stroock" nil (s t r uh1 k)) +("stroop" nil (s t r uw1 p)) +("stroope" nil (s t r uw1 p)) +("stroot" nil (s t r uw1 t)) +("strope" nil (s t r ow1 p)) +("stroschein" nil (s t r ao1 sh ay0 n)) +("strosnider" nil (s t r aa1 s n ay0 d er0)) +("strother" nil (s t r aa1 dh er0)) +("strothers" nil (s t r ah1 dh er0 z)) +("strothman" nil (s t r aa1 th m ax n)) +("stroud" nil (s t r aw1 d)) +("strough" nil (s t r aw1)) +("stroup" nil (s t r uw1 p)) +("stroupe" nil (s t r uw1 p)) +("strouse" nil (s t r aw1 s)) +("strout" nil (s t r aw1 t)) +("strouth" nil (s t r aw1 th)) +("strove" nil (s t r ow1 v)) +("strow" nil (s t r ow1)) +("strozier" nil (s t r ow1 z iy0 er0)) +("strub" nil (s t r ah1 b)) +("strubbe" nil (s t r ah1 b)) +("strube" nil (s t r uw1 b)) +("strubel" nil (s t r uw1 b ax l)) +("struble" nil (s t r uw1 b ax l)) +("struchen" nil (s t r ah1 k ax n)) +("struck" nil (s t r ah1 k)) +("struckman" nil (s t r ah1 k m ax n)) +("structural" nil (s t r ah1 k ch er0 ax l)) +("structurally" nil (s t r ah1 k ch er0 ax l iy0)) +("structure" nil (s t r ah1 k ch er0)) +("structured" nil (s t r ah1 k ch er0 d)) +("structures" nil (s t r ah1 k ch er0 z)) +("structuring" nil (s t r ah1 k ch er0 ih0 ng)) +("struebing" nil (s t r uh1 b ih0 ng)) +("struggle" nil (s t r ah1 g ax l)) +("struggled" nil (s t r ah1 g ax l d)) +("struggles" nil (s t r ah1 g ax l z)) +("struggling" nil (s t r ah1 g ax l ih0 ng)) +("strum" nil (s t r ah1 m)) +("strung" nil (s t r ah1 ng)) +("strunk" nil (s t r ah1 ng k)) +("strupp" nil (s t r ah1 p)) +("struss" nil (s t r ah1 s)) +("strut" nil (s t r ah1 t)) +("struthers" nil (s t r ah1 dh er0 z)) +("struts" nil (s t r ah1 t s)) +("strutting" nil (s t r ah1 t ih0 ng)) +("strutz" nil (s t r ah1 t s)) +("struve" nil (s t r uw1 v)) +("strycharz" nil (s t r ih1 hh er0 z)) +("strychnine" nil (s t r ih1 k n ay1 n)) +("stryker" nil (s t r ay1 k er0)) +("strzelecki" nil (s t r eh1 z ih0 l eh1 t s k iy0)) +("stu" nil (s t uw1)) +("stuard" nil (s t uw1 er0 d)) +("stuart" nil (s t uw1 er0 t)) +("stuarts" nil (s t uw1 er0 t s)) +("stub" nil (s t ah1 b)) +("stubbe" nil (s t ah1 b)) +("stubbed" nil (s t ah1 b d)) +("stubbins" nil (s t ah1 b ih0 n z)) +("stubble" nil (s t ah1 b ax l)) +("stubblefield" nil (s t ah1 b ax l f iy1 l d)) +("stubborn" nil (s t ah1 b er0 n)) +("stubbornly" nil (s t ah1 b er0 n l iy0)) +("stubbornness" nil (s t ah1 b er0 n n ax s)) +("stubbs" nil (s t ah1 b z)) +("stubby" nil (s t ah1 b iy0)) +("stuber" nil (s t uw1 b er0)) +("stubs" nil (s t ah1 b z)) +("stucco" nil (s t ah1 k ow0)) +("stuchell" nil (s t ah1 k ax l)) +("stuck" nil (s t ah1 k)) +("stucke" nil (s t ah1 k)) +("stucker" nil (s t ah1 k er0)) +("stuckert" nil (s t ah1 k er0 t)) +("stuckey" nil (s t ah1 k iy0)) +("stucki" nil (s t ah1 k iy0)) +("stuckman" nil (s t ah1 k m ax n)) +("stucky" nil (s t ah1 k iy0)) +("stud" nil (s t ah1 d)) +("studdard" nil (s t ah1 d er0 d)) +("studded" nil (s t ah1 d ih0 d)) +("studds" nil (s t ah1 d z)) +("stude" nil (s t uw1 d)) +("studebaker" nil (s t uw1 d ax b ey1 k er0)) +("student" nil (s t uw1 d ax n t)) +("students" nil (s t uw1 d ax n t s)) +("studer" nil (s t uw1 d er0)) +("studied" nil (s t ah1 d iy0 d)) +("studies" nil (s t ah1 d iy0 z)) +("studio" nil (s t uw1 d iy0 ow1)) +("studios" nil (s t uw1 d iy0 ow1 z)) +("studious" nil (s t uw1 d iy0 ax s)) +("studiously" nil (s t uw1 d iy0 ax s l iy0)) +("studley" nil (s t ah1 d l iy0)) +("studnicka" nil (s t ax d n ih1 s k ax)) +("studs" nil (s t ah1 d z)) +("studstill" nil (s t ah1 d s t ih1 l)) +("studt" nil (s t ah1 d t)) +("study" nil (s t ah1 d iy0)) +("studying" nil (s t ah1 d iy0 ih0 ng)) +("studzinski" nil (s t ax jh ih1 n s k iy0)) +("stuebe" nil (s t uw1 b)) +("stueber" nil (s t uh1 b er0)) +("stueck" nil (s t uw1 k)) +("stueve" nil (s t uw1 v)) +("stuewe" nil (s t uw1)) +("stuff" nil (s t ah1 f)) +("stuffed" nil (s t ah1 f t)) +("stuffing" nil (s t ah1 f ih0 ng)) +("stufflebeam" nil (s t ah1 f ax l b iy1 m)) +("stufflebean" nil (s t ah1 f ax l b iy1 n)) +("stuffs" nil (s t ah1 f s)) +("stuffy" nil (s t ah1 f iy0)) +("stuhler" nil (s t uw1 l er0)) +("stuhr" nil (s t er1)) +("stuka" nil (s t uw1 k ax)) +("stukel" nil (s t uw1 k ax l)) +("stukes" nil (s t uw1 k s)) +("stukey" nil (s t ah1 k iy0)) +("stull" nil (s t ah1 l)) +("stuller" nil (s t ah1 l er0)) +("stultifying" nil (s t ah1 l t ax f ay1 ih0 ng)) +("stults" nil (s t ah1 l t s)) +("stultz" nil (s t ah1 l t s)) +("stum" nil (s t ah1 m)) +("stumbaugh" nil (s t ah1 m b ao1)) +("stumble" nil (s t ah1 m b ax l)) +("stumbled" nil (s t ah1 m b ax l d)) +("stumbles" nil (s t ah1 m b ax l z)) +("stumbling" nil (s t ah1 m b ax l ih0 ng)) +("stumbo" nil (s t ah1 m b ow0)) +("stumm" nil (s t ah1 m)) +("stump" nil (s t ah1 m p)) +("stumpage" nil (s t ah1 m p ih0 jh)) +("stumpe" nil (s t ah1 m p)) +("stumped" nil (s t ah1 m p t)) +("stumpf" nil (s t ah1 m p f)) +("stumpff" nil (s t ah1 m p f)) +("stumph" nil (s t ah1 m f)) +("stumping" nil (s t ah1 m p ih0 ng)) +("stumpo" nil (s t ah1 m p ow0)) +("stumpp" nil (s t ah1 m p)) +("stumps" nil (s t ah1 m p s)) +("stun" nil (s t ah1 n)) +("stung" nil (s t ah1 ng)) +("stunk" nil (s t ah1 ng k)) +("stunned" nil (s t ah1 n d)) +("stunning" nil (s t ah1 n ih0 ng)) +("stunningly" nil (s t ah1 n ih0 ng l iy0)) +("stunt" nil (s t ah1 n t)) +("stunted" nil (s t ah1 n t ih0 d)) +("stunts" nil (s t ah1 n t s)) +("stuntz" nil (s t ah1 n t s)) +("stupa" nil (s t uw1 p ax)) +("stupak" nil (s t uw1 p ax k)) +("stupar" nil (s t uw1 p er0)) +("stupay" nil (s t uw0 p ey1)) +("stupendous" nil (s t uw0 p eh1 n d ax s)) +("stupid" nil (s t uw1 p ax d)) +("stupidest" nil (s t uw1 p ih0 d ax s t)) +("stupidity" nil (s t uw0 p ih1 d ih0 t iy0)) +("stupka" nil (s t ah1 p k ax)) +("stupor" nil (s t uw1 p er0)) +("stupp" nil (s t ah1 p)) +("stupski" nil (s t ah1 p s k iy0)) +("sturbridge" nil (s t er1 b r ih1 jh)) +("sturc" nil (s t er1 k)) +("sturdevant" nil (s t er1 d ih0 v ax n t)) +("sturdier" nil (s t er1 d iy0 er0)) +("sturdiness" nil (s t er1 d iy0 n ax s)) +("sturdivant" nil (s t er1 d ih0 v ax n t)) +("sturdy" nil (s t er1 d iy0)) +("sturgell" nil (s t er1 g ax l)) +("sturgeon" nil (s t er1 jh ax n)) +("sturgeons" nil (s t er1 jh ax n z)) +("sturges" nil (s t er1 jh ih0 z)) +("sturgess" nil (s t er1 g ih0 s)) +("sturgill" nil (s t er1 g ax l)) +("sturgis" nil (s t er1 jh ih0 s)) +("sturkie" nil (s t er1 k iy0)) +("sturm" nil (s t er1 m)) +("sturman" nil (s t er1 m ax n)) +("sturmans" nil (s t er1 m ax n z)) +("sturmer" nil (s t er1 m er0)) +("sturn" nil (s t er1 n)) +("sturrock" nil (s t ao1 r ax k)) +("sturtevant" nil (s t er1 t ax v ax n t)) +("sturtz" nil (s t er1 t s)) +("sturza" nil (s t er1 z ax)) +("stutes" nil (s t uw1 t s)) +("stutesman" nil (s t uw1 t s m ax n)) +("stuteville" nil (s t uw1 t v ih1 l)) +("stutheit" nil (s t ah1 th ay0 t)) +("stutler" nil (s t ah1 t l er0)) +("stutsman" nil (s t ah1 t s m ax n)) +("stutter" nil (s t ah1 t er0)) +("stuttering" nil (s t ah1 t er0 ih0 ng)) +("stutters" nil (s t ah1 t er0 z)) +("stuttgart" nil (s t ah1 t g er0 t)) +("stutts" nil (s t ah1 t s)) +("stutz" nil (s t ah1 t s)) +("stutzman" nil (s t ah1 t s m ax n)) +("stuve" nil (s t uw1 v)) +("stuver" nil (s t uw1 v er0)) +("stuyvesant" nil (s t ay1 v ax s ax n t)) +("sty" nil (s t ay1)) +("styer" nil (s t ay1 er0)) +("styers" nil (s t ay1 er0 z)) +("style" nil (s t ay1 l)) +("styled" nil (s t ay1 l d)) +("styles" nil (s t ay1 l z)) +("styling" nil (s t ay1 l ih0 ng)) +("stylish" nil (s t ay1 l ih0 sh)) +("stylishly" nil (s t ay1 l ih0 sh l iy0)) +("stylist" nil (s t ay1 l ih0 s t)) +("stylistic" nil (s t ay0 l ih1 s t ih0 k)) +("stylistically" nil (s t ay0 l ih1 s t ih0 k l iy0)) +("stylists" nil (s t ay1 l ih0 s t s)) +("stylites" nil (s t ih0 l ay1 t s)) +("stylized" nil (s t ay1 l ay1 z d)) +("stylus" nil (s t ay1 l ax s)) +("stymie" nil (s t ay1 m iy0)) +("stymied" nil (s t ay1 m iy0 d)) +("stymies" nil (s t ay1 m iy0 z)) +("styrene" nil (s t ay1 r iy1 n)) +("styrofoam" nil (s t ay1 r ax f ow1 m)) +("styron" nil (s t y r ao1 n)) +("stys" nil (s t ih1 s)) +("styx" nil (s t ih1 k s)) +("su" nil (s uw1)) +("suard" nil (s uw1 aa0 r d)) +("suarez" nil (s w aa0 r eh1 z)) +("suasion" nil (s w ey1 zh ax n)) +("suata" nil (s uw0 aa1 t ax)) +("suave" nil (s w aa1 v)) +("suazo" nil (s w aa1 z ow0)) +("sub" nil (s ah1 b)) +("suba" nil (s uw1 b ax)) +("subacute" nil (s ah1 b ax k y uw1 t)) +("subandrio" nil (s ax b ae1 n d r iy0 ow0)) +("subaru" nil (s uw1 b er0 uw0)) +("subassemblies" nil (s ah1 b ax s eh1 m b l iy0 z)) +("subatomic" nil (s ah1 b ax t aa1 m ih0 k)) +("subbed" nil (s ah1 b d)) +("subbing" nil (s ah1 b ih0 ng)) +("subchapter" nil (s ah1 b ch ae1 p t er0)) +("subcomittee" nil (s ah1 b k ax m ih1 t iy0)) +("subcommander" nil (s ah1 b k ax m ae1 n d er0)) +("subcommanders" nil (s ah1 b k ax m ae1 n d er0 z)) +("subcommittee" nil (s ah1 b k ax m ih1 t iy0)) +("subcommittees" nil (s ah1 b k ax m ih1 t iy0 z)) +("subcompact" nil (s ax b k aa1 m p ae0 k t)) +("subcompacts" nil (s ax b k aa1 m p ae0 k t s)) +("subconscious" nil (s ax b k aa1 n sh ax s)) +("subconsciously" nil (s ax b k aa1 n sh ax s l iy0)) +("subcontinent" nil (s ax b k aa1 n t ih0 n ax n t)) +("subcontinents" nil (s ax b k aa1 n t ih0 n ax n t s)) +("subcontract" nil (s ax b k aa1 n t r ae1 k t)) +("subcontracted" nil (s ax b k aa1 n t r ae0 k t ih0 d)) +("subcontracting" nil (s ah1 b k ax n t r ae1 k t ih0 ng)) +("subcontractor" nil (s ax b k aa1 n t r ae1 k t er0)) +("subcontractors" nil (s ax b k aa1 n t r ae0 k t er0 z)) +("subcontracts" nil (s ax b k aa1 n t r ae1 k t s)) +("subculture" nil (s ah1 b k ah1 l ch er0)) +("subcultures" nil (s ah1 b k ah1 l ch er0 z)) +("subdivide" nil (s ah1 b d ax v ay1 d)) +("subdivided" nil (s ah1 b d ih0 v ay1 d ih0 d)) +("subdivision" nil (s ah1 b d ih0 v ih1 zh ax n)) +("subdivisions" nil (s ah1 b d ih0 v ih1 zh ax n z)) +("subdue" nil (s ax b d uw1)) +("subdued" nil (s ax b d uw1 d)) +("subduing" nil (s ax b d uw1 ih0 ng)) +("suber" nil (s uw1 b er0)) +("subfamilies" nil (s ah1 b f ae1 m ax l iy0 z)) +("subfamily" nil (s ah1 b f ae1 m ax l iy0)) +("subgroup" nil (s ah1 b g r uw1 p)) +("subgroups" nil (s ah1 b g r uw1 p s)) +("subhlok" nil (s ah1 b l aa1 k)) +("subia" nil (s uw0 b iy1 ax)) +("subic" nil (s uw1 b ih0 k)) +("subject" v (s ax b jh eh1 k t)) +("subject" n (s ah1 b jh ih0 k t)) +("subjected" nil (s ax b jh eh1 k t ih0 d)) +("subjecting" nil (s ax b jh eh1 k t ih0 ng)) +("subjective" nil (s ax b jh eh1 k t ih0 v)) +("subjects" v (s ax b jh eh1 k t s)) +("subjects" n (s ah1 b jh ih0 k t s)) +("subkingdom" nil (s ax b k ih1 ng d ax m)) +("sublease" nil (s ah1 b l iy1 s)) +("subleasing" nil (s ax b l iy1 s ih0 ng)) +("sublet" nil (s ah1 b l eh1 t)) +("sublett" nil (s uw1 b l ih0 t)) +("sublime" nil (s ax b l ay1 m)) +("subliminal" nil (s ax b l ih1 m ih0 n ax l)) +("submachine" nil (s ah1 b m ax sh iy1 n)) +("submarine" nil (s ah1 b m er0 iy1 n)) +("submarines" nil (s ah1 b m er0 iy1 n z)) +("submerge" nil (s ax b m er1 jh)) +("submerged" nil (s ax b m er1 jh d)) +("submergence" nil (s ax b m er1 jh ax n s)) +("submersed" nil (s ax b m er1 s t)) +("submersible" nil (s ax b m er1 s ih0 b ax l)) +("submersion" nil (s ax b m er1 zh ax n)) +("subminimum" nil (s ax b m ih1 n ih0 m ax m)) +("submission" nil (s ax b m ih1 sh ax n)) +("submissions" nil (s ax b m ih1 sh ax n z)) +("submissive" nil (s ax b m ih1 s ih0 v)) +("submit" nil (s ax b m ih1 t)) +("submits" nil (s ah1 b m ih1 t s)) +("submitted" nil (s ax b m ih1 t ax d)) +("submitting" nil (s ax b m ih1 t ih0 ng)) +("subnotebook" nil (s ah1 b n ow1 t b uh1 k)) +("subordinate" nil (s ax b ao1 r d ax n ey1 t)) +("subordinated" nil (s ax b ao1 r d ax n ey1 t ih0 d)) +("subordinates" nil (s ax b ao1 r d ax n ey1 t s)) +("subordinating" nil (s ax b ao1 r d ax n ey1 t ih0 ng)) +("subordination" nil (s ax b ao1 r d ax n ey1 sh ax n)) +("subotnick" nil (s ax b aa1 t n ih0 k)) +("subpar" nil (s ax b p aa1 r)) +("subplot" nil (s ah1 b p l aa0 t)) +("subplots" nil (s ah1 b p l aa0 t s)) +("subpoena" nil (s ax p iy1 n ax)) +("subpoenaed" nil (s ax p iy1 n ax d)) +("subpoenaing" nil (s ax p iy1 n ax ih0 ng)) +("subpoenas" nil (s ax p iy1 n ax z)) +("subprincipals" nil (s ax b p r ih1 n s ax p ax l z)) +("subramanian" nil (s uw1 b r ax m aa1 n iy0 ax n)) +("subroto" nil (s uw0 b r ow1 t ow0)) +("subs" nil (s ah1 b z)) +("subsaharan" nil (s ah1 b s ax hh eh1 r ax n)) +("subscribe" nil (s ax b s k r ay1 b)) +("subscribed" nil (s ax b s k r ay1 b d)) +("subscriber" nil (s ax b s k r ay1 b er0)) +("subscribers" nil (s ax b s k r ay1 b er0 z)) +("subscribes" nil (s ax b s k r ay1 b z)) +("subscribing" nil (s ax b s k r ay1 b ih0 ng)) +("subscription" nil (s ax b s k r ih1 p sh ax n)) +("subscriptions" nil (s ax b s k r ih1 p sh ax n z)) +("subsequent" nil (s ah1 b s ax k w ax n t)) +("subsequently" nil (s ah1 b s ax k w ax n t l iy0)) +("subservience" nil (s ax b s er1 v iy0 ax n s)) +("subservient" nil (s ax b s er1 v iy0 ax n t)) +("subset" nil (s ah1 b s eh1 t)) +("subside" nil (s ax b s ay1 d)) +("subsided" nil (s ax b s ay1 d ih0 d)) +("subsidence" nil (s ax b s ay1 d ax n s)) +("subsides" nil (s ax b s ay1 d z)) +("subsidiaries" nil (s ax b s ih1 d iy0 eh1 r iy0 z)) +("subsidiary" nil (s ax b s ih1 d iy0 eh1 r iy0)) +("subsidies" nil (s ah1 b s ax d iy0 z)) +("subsiding" nil (s ax b s ay1 d ih0 ng)) +("subsidization" nil (s ah1 b s ih0 d ih0 z ey1 sh ax n)) +("subsidize" nil (s ah1 b s ih0 d ay1 z)) +("subsidized" nil (s ah1 b s ih0 d ay1 z d)) +("subsidizes" nil (s ah1 b s ih0 d ay1 z ih0 z)) +("subsidizing" nil (s ah1 b s ih0 d ay1 z ih0 ng)) +("subsidy" nil (s ah1 b s ih0 d iy0)) +("subsist" nil (s ax b s ih1 s t)) +("subsistence" nil (s ax b s ih1 s t ax n s)) +("subsoil" nil (s ah1 b s oy1 l)) +("substance" nil (s ah1 b s t ax n s)) +("substances" nil (s ah1 b s t ax n s ax z)) +("substandard" nil (s ax b s t ae1 n d er0 d)) +("substantial" nil (s ax b s t ae1 n ch ax l)) +("substantially" nil (s ax b s t ae1 n sh ax l iy0)) +("substantiate" nil (s ax b s t ae1 n ch iy0 ey1 t)) +("substantiated" nil (s ax b s t ae1 n sh iy0 ey1 t ih0 d)) +("substantiates" nil (s ax b s t ae1 n ch iy0 ey1 t s)) +("substantiation" nil (s ax b s t ae1 n ch iy0 ey1 sh ax n)) +("substantive" nil (s ah1 b s t ax n t ih0 v)) +("substantively" nil (s ah1 b s t ax n t ih0 v l iy0)) +("substation" nil (s ah1 b s t ey1 sh ax n)) +("substitute" nil (s ah1 b s t ax t uw1 t)) +("substituted" nil (s ah1 b s t ax t uw1 t ax d)) +("substitutes" nil (s ah1 b s t ax t uw1 t s)) +("substituting" nil (s ah1 b s t ih0 t uw1 t ih0 ng)) +("substitution" nil (s ah1 b s t ih0 t uw1 sh ax n)) +("substitutions" nil (s ah1 b s t ih0 t y uw1 sh ax n z)) +("substrate" nil (s ah1 b s t r ey1 t)) +("substrates" nil (s ah1 b s t r ey1 t s)) +("subsurface" nil (s ah1 b s er1 f ax s)) +("subsystems" nil (s ah1 b s ih1 s t ax m z)) +("subterfuge" nil (s ah1 b t er0 f y uw1 jh)) +("subterranean" nil (s ax b t er0 ey1 n iy0 ax n)) +("subtext" nil (s ah1 b t eh1 k s t)) +("subtitle" nil (s ah1 b t ay1 t ax l)) +("subtitled" nil (s ah1 b t ay1 t ax l d)) +("subtitles" nil (s ah1 b t ay1 t ax l z)) +("subtle" nil (s ah1 t ax l)) +("subtler" nil (s ah1 t ax l er0)) +("subtleties" nil (s ah1 t ax l t iy0 z)) +("subtlety" nil (s ah1 t ax l t iy0)) +("subtly" nil (s ah1 t ax l iy0)) +("subtract" nil (s ax b t r ae1 k t)) +("subtracted" nil (s ax b t r ae1 k t ih0 d)) +("subtracting" nil (s ax b t r ae1 k t ih0 ng)) +("subtraction" nil (s ax b t r ae1 k sh ax n)) +("suburb" nil (s ah1 b er0 b)) +("suburban" nil (s ax b er1 b ax n)) +("suburbanite" nil (s ax b er1 b ax n ay1 t)) +("suburbanites" nil (s ax b er1 b ax n ay1 t s)) +("suburbanization" nil (s ax b er1 b ax n ih0 z ey1 sh ax n)) +("suburbans" nil (s ax b er1 b ax n z)) +("suburbia" nil (s ax b er1 b iy0 ax)) +("suburbs" nil (s ah1 b er0 b z)) +("subversion" nil (s ax b v er1 zh ax n)) +("subversive" nil (s ax b v er1 s ih0 v)) +("subversives" nil (s ax b v er1 s ih0 v z)) +("subvert" nil (s ax b v er1 t)) +("subverted" nil (s ax b v er1 t ih0 d)) +("subverting" nil (s ax b v er1 t ih0 ng)) +("subverts" nil (s ax b v er1 t s)) +("subvolcanic" nil (s ah1 b v aa0 l k ae1 n ih0 k)) +("subway" nil (s ah1 b w ey1)) +("subways" nil (s ah1 b w ey1 z)) +("subzero" nil (s ah1 b z ih1 r ow0)) +("succeed" nil (s ax k s iy1 d)) +("succeeded" nil (s ax k s iy1 d ax d)) +("succeeding" nil (s ax k s iy1 d ih0 ng)) +("succeeds" nil (s ax k s iy1 d z)) +("success" nil (s ax k s eh1 s)) +("successes" nil (s ax k s eh1 s ax z)) +("successful" nil (s ax k s eh1 s f ax l)) +("successfully" nil (s ax k s eh1 s f ax l iy0)) +("succession" nil (s ax k s eh1 sh ax n)) +("successive" nil (s ax k s eh1 s ih0 v)) +("successively" nil (s ax k s eh1 s ih0 v l iy0)) +("successor" nil (s ax k s eh1 s er0)) +("successors" nil (s ax k s eh1 s er0 z)) +("succinct" nil (s ax k s ih1 ng k t)) +("succinctly" nil (s ax k s ih1 ng k t l iy0)) +("succor" nil (s ah1 k er0)) +("succulent" nil (s ah1 k y ax l ih0 n t)) +("succulents" nil (s ah1 k y ax l ax n t s)) +("succumb" nil (s ax k ah1 m)) +("succumbed" nil (s ax k ah1 m d)) +("succumbing" nil (s ax k ah1 m ih0 ng)) +("succumbs" nil (s ax k ah1 m z)) +("such" nil (s ah1 ch)) +("suchan" nil (s ah1 ch ax n)) +("suchanek" nil (s ah1 k ax n ih0 k)) +("suchard" nil (s uw0 sh aa1 r d)) +("sucharski" nil (s ax k aa1 r s k iy0)) +("suchecki" nil (s ax k eh1 k iy0)) +("sucher" nil (s ah1 ch er0)) +("suchinda" nil (s uw1 ch ih1 n d ax)) +("suchocki" nil (s ax k aa1 k iy0)) +("suchomel" nil (s ah1 k ow0 m eh1 l)) +("suchy" nil (s ah1 ch iy0)) +("suck" nil (s ah1 k)) +("sucked" nil (s ah1 k t)) +("sucker" nil (s ah1 k er0)) +("suckered" nil (s ah1 k er0 d)) +("suckers" nil (s ah1 k er0 z)) +("sucking" nil (s ah1 k ih0 ng)) +("suckling" nil (s ah1 k l ih0 ng)) +("suckow" nil (s ah1 k aw0)) +("suckrow" nil (s ah1 k r ow0)) +("sucks" nil (s ah1 k s)) +("sucralose" nil (s uw1 k r ax l ow1 s)) +("sucre" nil (s uw1 k er0)) +("sucrose" nil (s uw1 k r ow0 s)) +("suction" nil (s ah1 k sh ax n)) +("suda" nil (s uw1 d ax)) +("sudafed" nil (s uw1 d ax f eh1 d)) +("sudan" nil (s uw0 d ae1 n)) +("sudanese" nil (s uw1 d ax n iy1 z)) +("sudano" nil (s uw0 d aa1 n ow0)) +("sudbeck" nil (s ah1 d b eh1 k)) +("sudberry" nil (s ah1 d b eh1 r iy0)) +("sudbury" nil (s ah1 d b eh1 r iy0)) +("sudd" nil (s ah1 d)) +("suddam" nil (s ah1 d aa1 m)) +("suddarth" nil (s ah1 d aa0 r th)) +("suddath" nil (s ah1 d ax th)) +("sudden" nil (s ah1 d ax n)) +("suddenly" nil (s ah1 d ax n l iy0)) +("suddenness" nil (s ah1 d ax n n ax s)) +("sudderth" nil (s ah1 d er0 th)) +("suddeth" nil (s ah1 d ih0 th)) +("suddreth" nil (s ah1 d r ih0 th)) +("sudduth" nil (s ah1 d ax th)) +("suder" nil (s uw1 d er0)) +("suderman" nil (s uw1 d er0 m ax n)) +("sudler" nil (s uw1 d ax l er0)) +("sudol" nil (s uw1 d ax l)) +("suds" nil (s ah1 d z)) +("sue" nil (s uw1)) +("sued" nil (s uw1 d)) +("suede" nil (s w ey1 d)) +("suedes" nil (s w ey1 d z)) +("suen" nil (s uw1 n)) +("sues" nil (s uw1 z)) +("suess" nil (s w ih1 s)) +("suey" nil (s uw1 iy0)) +("suez" nil (s uw1 eh0 z)) +("suffer" nil (s ah1 f er0)) +("suffered" nil (s ah1 f er0 d)) +("sufferer" nil (s ah1 f er0 er0)) +("sufferers" nil (s ah1 f er0 er0 z)) +("suffering" nil (s ah1 f er0 ih0 ng)) +("sufferings" nil (s ah1 f er0 ih0 ng z)) +("suffern" nil (s ah1 f er0 n)) +("suffers" nil (s ah1 f er0 z)) +("suffice" nil (s ax f ay1 s)) +("sufficed" nil (s ax f ay1 s t)) +("sufficent" nil (s ax f ih1 sh ax n t)) +("suffices" nil (s ax f ay1 s ih0 z)) +("sufficiency" nil (s ax f ih1 sh ax n s iy0)) +("sufficient" nil (s ax f ih1 sh ax n t)) +("sufficiently" nil (s ax f ih1 sh ax n t l iy0)) +("suffield" nil (s ah1 f iy0 l d)) +("suffix" nil (s ah1 f ih0 k s)) +("suffocate" nil (s ah1 f ax k ey1 t)) +("suffocating" nil (s ah1 f ax k ey1 t ih0 ng)) +("suffocation" nil (s ah1 f ax k ey1 sh ax n)) +("suffolk" nil (s ah1 f ax k)) +("suffrage" nil (s ah1 f r ih0 jh)) +("suffragettes" nil (s ah1 f r ax jh eh1 t s)) +("suffused" nil (s ax f y uw1 z d)) +("sugar" nil (sh uh1 g er0)) +("sugared" nil (sh uh1 g er0 d)) +("sugarman" nil (sh uh1 g er0 m ax n)) +("sugars" nil (sh uh1 g er0 z)) +("sugary" nil (sh uh1 g er0 iy0)) +("sugden" nil (s ah1 g d ax n)) +("sugerman" nil (s uw1 g er0 m ax n)) +("sugg" nil (s ah1 g)) +("suggest" nil (s ax g jh eh1 s t)) +("suggested" nil (s ax g jh eh1 s t ax d)) +("suggesting" nil (s ax g jh eh1 s t ih0 ng)) +("suggestion" nil (s ax g jh eh1 s ch ax n)) +("suggestions" nil (s ax g jh eh1 s ch ax n z)) +("suggestive" nil (s ax g jh eh1 s t ih0 v)) +("suggestiveness" nil (s ax g jh eh1 s t ih0 v n ax s)) +("suggests" nil (s ax g jh eh1 s t s)) +("suggs" nil (s ah1 g z)) +("sugimoto" nil (s uw0 g iy0 m ow1 t ow0)) +("sugiyama" nil (s uw0 g iy0 y aa1 m ax)) +("sugrue" nil (s ah1 g r uw0)) +("suh" nil (s ah1)) +("suharto" nil (s uw0 hh aa1 r t ow0)) +("suhler" nil (s uw1 l er0)) +("suhm" nil (s uw1 m)) +("suhr" nil (s uh1 r)) +("suhre" nil (s uh1 r)) +("suhud" nil (s uw0 hh uh1 d)) +("sui" nil (s uw1 iy0)) +("suicidal" nil (s uw1 ax s ay1 d ax l)) +("suicide" nil (s uw1 ax s ay1 d)) +("suicides" nil (s uw1 ax s ay1 d z)) +("suing" nil (s uw1 ih0 ng)) +("suire" nil (s uh1 r)) +("suisse" nil (s w ih1 s)) +("suit" nil (s uw1 t)) +("suitability" nil (s uw1 t ax b ih1 l ih0 t iy0)) +("suitable" nil (s uw1 t ax b ax l)) +("suitably" nil (s uw1 t ax b l iy0)) +("suitcase" nil (s uw1 t k ey1 s)) +("suitcases" nil (s uw1 t k ey1 s ih0 z)) +("suite" nil (s w iy1 t)) +("suited" nil (s uw1 t ax d)) +("suiter" nil (s uw1 t er0)) +("suites" nil (s w iy1 t s)) +("suitor" nil (s uw1 t er0)) +("suitors" nil (s uw1 t er0 z)) +("suits" nil (s uw1 t s)) +("suitt" nil (s uw1 t)) +("suk" nil (s ah1 k)) +("sukarno" nil (s uw0 k aa1 r n ow0)) +("sukey" nil (s uw1 k iy0)) +("sukharev" nil (s ah1 k hh er0 ax v)) +("suki" nil (s uw1 k iy0)) +("sukiyaki" nil (s uw0 k iy0 aa1 k iy0)) +("sukthankar" nil (s uw0 k t aa1 ng k aa1 r)) +("sukup" nil (s uw1 k ax p)) +("sul" nil (s ah1 l)) +("sulak" nil (s uw1 l ax k)) +("sulawesi" nil (s uw1 l ax w eh1 s iy0)) +("sulcer" nil (s ah1 l s er0)) +("sulek" nil (s uw1 l ih0 k)) +("suleski" nil (s y uw0 l eh1 s k iy0)) +("sulewski" nil (s y uw0 l eh1 f s k iy0)) +("suleyman" nil (s uw1 l iy0 m ax n)) +("sulfa" nil (s ah1 l f ax)) +("sulfate" nil (s ah1 l f ey1 t)) +("sulfide" nil (s ah1 l f ay1 d)) +("sulfite" nil (s ah1 l f ay1 t)) +("sulfites" nil (s ah1 l f ay1 t s)) +("sulfur" nil (s ah1 l f er0)) +("sulfuric" nil (s ax l f y uh1 r ih0 k)) +("sulgrave" nil (s ah1 l g r ey1 v)) +("sulik" nil (s uw1 l ih0 k)) +("sulked" nil (s ah1 l k t)) +("sulking" nil (s ah1 l k ih0 ng)) +("sulkowski" nil (s ax l k ao1 f s k iy0)) +("sullen" nil (s ah1 l ax n)) +("sullenberger" nil (s ah1 l ax n b er0 g er0)) +("sullenger" nil (s uw1 l ih0 n jh er0)) +("sullens" nil (s ah1 l ax n z)) +("sullie" nil (s ah1 l iy0)) +("sullied" nil (s ah1 l iy0 d)) +("sullinger" nil (s ah1 l ih0 ng er0)) +("sullins" nil (s ah1 l ih0 n z)) +("sullivan" nil (s ah1 l ax v ax n)) +("sullivans" nil (s ah1 l ih0 v ax n z)) +("sullivant" nil (s ah1 l ih0 v ax n t)) +("sullo" nil (s uw1 l ow0)) +("sully" nil (s ah1 l iy0)) +("sulpetro" nil (s uw0 l p eh1 t r ow0)) +("sulphate" nil (s ah1 l f ey1 t)) +("sulphates" nil (s ah1 l f ey1 t s)) +("sulphur" nil (s ah1 l f er0)) +("sulser" nil (s ah1 l s er0)) +("sult" nil (s ah1 l t)) +("sultan" nil (s ah1 l t ax n)) +("sultanate" nil (s ah1 l t ax n ax t)) +("sultans" nil (s ah1 l t ax n z)) +("sulton" nil (s ah1 l t ax n)) +("sultry" nil (s ah1 l t r iy0)) +("sulya" nil (s uw1 l y ax)) +("sulzbach" nil (s ah1 l z b aa0 k)) +("sulzberger" nil (s ah1 l t s b er0 g er0)) +("sulzer" nil (s ah1 l z er0)) +("sum" nil (s ah1 m)) +("sumac" nil (s uw1 m ae0 k)) +("suman" nil (s uw1 m ax n)) +("sumarlin" nil (s uw1 m aa1 r l ih0 n)) +("sumatra" nil (s uw1 m ae1 t r ax)) +("sumerlin" nil (s ah1 m er0 l ih0 n)) +("sumgait" nil (s ax m g ey1 t)) +("sumida" nil (s uw0 m iy1 d ax)) +("suminski" nil (s ax m ih1 n s k iy0)) +("sumita" nil (s uw0 m iy1 t ax)) +("sumitomo" nil (s uw1 m ih0 t ow1 m ow0)) +("sumler" nil (s ah1 m l er0)) +("sumlin" nil (s ah1 m l ih0 n)) +("summa" nil (s uw1 m ax)) +("summagraphics" nil (s ah1 m ax g r ae1 f ih0 k s)) +("summar" nil (s ah1 m er0)) +("summaries" nil (s ah1 m er0 iy0 z)) +("summarily" nil (s ax m eh1 r ih0 l iy0)) +("summarize" nil (s ah1 m er0 ay1 z)) +("summarized" nil (s ah1 m er0 ay1 z d)) +("summarizes" nil (s ah1 m er0 ay1 z ih0 z)) +("summarizing" nil (s ah1 m er0 ay1 z ih0 ng)) +("summary" nil (s ah1 m er0 iy0)) +("summation" nil (s ax m ey1 sh ax n)) +("summations" nil (s ax m ey1 sh ax n z)) +("summcorp" nil (s ah1 m k ao0 r p)) +("summed" nil (s ah1 m d)) +("summer" nil (s ah1 m er0)) +("summerall" nil (s ah1 m er0 ao1 l)) +("summerfield" nil (s ah1 m er0 f iy1 l d)) +("summerford" nil (s ah1 m er0 f er0 d)) +("summerhill" nil (s ah1 m er0 hh ih1 l)) +("summerlin" nil (s ah1 m er0 l ih0 n)) +("summerour" nil (s ah1 m er0 er0)) +("summers" nil (s ah1 m er0 z)) +("summerson" nil (s ah1 m er0 s ax n)) +("summertime" nil (s ah1 m er0 t ay1 m)) +("summerville" nil (s ah1 m er0 v ih1 l)) +("summey" nil (s ah1 m iy0)) +("summing" nil (s ah1 m ih0 ng)) +("summit" nil (s ah1 m ax t)) +("summiteers" nil (s ah1 m ih0 t ih1 r z)) +("summitry" nil (s ah1 m ih0 t r iy0)) +("summits" nil (s ah1 m ih0 t s)) +("summitt" nil (s ah1 m ih0 t)) +("summon" nil (s ah1 m ax n)) +("summoned" nil (s ah1 m ax n d)) +("summoning" nil (s ah1 m ax n ih0 ng)) +("summons" nil (s ah1 m ax n z)) +("summonsed" nil (s ah1 m ax n z d)) +("summonses" nil (s ah1 m ax n z ih0 z)) +("summum" nil (s ah1 m ax m)) +("summy" nil (s ah1 m iy0)) +("sumner" nil (s ah1 m n er0)) +("sumners" nil (s ah1 m n er0 z)) +("sumo" nil (s uw1 m ow0)) +("sump" nil (s ah1 m p)) +("sumpter" nil (s ah1 m p t er0)) +("sumptuous" nil (s ah1 m p ch w ax s)) +("sumrall" nil (s ah1 m r ax l)) +("sumrell" nil (s uw0 m r ey1 l)) +("sumrow" nil (s ah1 m r ow1)) +("sums" nil (s ah1 m z)) +("sumter" nil (s ah1 m t er0)) +("sun" nil (s ah1 n)) +("sunamerica" nil (s ah1 n ax m eh1 r ax k ax)) +("sunbathing" nil (s ah1 n b ey1 dh ih0 ng)) +("sunbeam" nil (s ah1 n b iy1 m)) +("sunbelt" nil (s ah1 n b eh1 l t)) +("sunbird" nil (s ah1 n b er1 d)) +("sunbirds" nil (s ah1 n b er1 d z)) +("sunburn" nil (s ah1 n b er1 n)) +("sunburned" nil (s ah1 n b er1 n d)) +("suncoast" nil (s ah1 n k ow1 s t)) +("suncook" nil (s ah1 n k uh1 k)) +("suncor" nil (s ah1 n k ao1 r)) +("sund" nil (s ah1 n d)) +("sundae" nil (s ah1 n d ey0)) +("sundahl" nil (s ah1 n d aa1 l)) +("sundai" nil (s ax n d ay1)) +("sundance" nil (s ah1 n d ae1 n s)) +("sundararajan" nil (s uw1 n d aa0 r aa1 r aa0 jh ax n)) +("sunday" nil (s ah1 n d ey1)) +("sundays" nil (s ah1 n d ey1 z)) +("sundberg" nil (s ah1 n d b er0 g)) +("sundby" nil (s ah1 n d b iy0)) +("sunde" nil (s ah1 n d)) +("sundeen" nil (s ah1 n d iy0 n)) +("sundell" nil (s ah1 n d ax l)) +("sunder" nil (s ah1 n d er0)) +("sunderland" nil (s ah1 n d er0 l ax n d)) +("sunderlin" nil (s ah1 n d er0 l ih0 n)) +("sunderman" nil (s ah1 n d er0 m ax n)) +("sundermeyer" nil (s ah1 n d er0 m ay0 er0)) +("sundews" nil (s ah1 n d uw1 z)) +("sundheim" nil (s ah1 n d hh ay1 m)) +("sundial" nil (s ah1 n d ay1 l)) +("sundin" nil (s ah1 n d ax n)) +("sundlun" nil (s ah1 n d l ax n)) +("sundown" nil (s ah1 n d aw1 n)) +("sundquist" nil (s ah1 n d k w ih1 s t)) +("sundry" nil (s ah1 n d r iy0)) +("sundstrand" nil (s ah1 n d s t r ae1 n d)) +("sundstrom" nil (s ah1 n d s t r ax m)) +("sundt" nil (s ah1 n t)) +("sundy" nil (s ah1 n d iy0)) +("sunfire" nil (s ah1 n f ay1 r)) +("sunfish" nil (s ah1 n f ih1 sh)) +("sunflower" nil (s ah1 n f l aw1 er0)) +("sunflowers" nil (s ah1 n f l aw1 er0 z)) +("sung" nil (s ah1 ng)) +("sungard" nil (s ah1 n g aa1 r d)) +("sunglass" nil (s ah1 n g l ae1 s)) +("sunglasses" nil (s ah1 n g l ae1 s ih0 z)) +("sungroup" nil (s ah1 n g r uw1 p)) +("sunia" nil (s uw1 n iy0 ax)) +("suniga" nil (s uw0 n iy1 g ax)) +("sunil" nil (s uw0 n ih1 l)) +("sunk" nil (s ah1 ng k)) +("sunken" nil (s ah1 ng k ax n)) +("sunkist" nil (s ah1 n k ih1 s t)) +("sunland" nil (s ah1 n l ae1 n d)) +("sunlight" nil (s ah1 n l ay1 t)) +("sunlit" nil (s ah1 n l ih1 t)) +("sunlite" nil (s ah1 n l ay1 t)) +("sunni" nil (s uw1 n iy0)) +("sunning" nil (s ah1 n ih0 ng)) +("sunnis" nil (s uh1 n iy1 z)) +("sunny" nil (s ah1 n iy0)) +("sunnyside" nil (s ah1 n iy0 s ay1 d)) +("sunnyvale" nil (s ah1 n iy0 v ey1 l)) +("sunobe" nil (s uw0 n ow1 b iy0)) +("sunoco" nil (s ih0 n ow1 k ow0)) +("sunpoint" nil (s ah1 n p oy1 n t)) +("sunrise" nil (s ah1 n r ay1 z)) +("sunroof" nil (s ah1 n r uw1 f)) +("sunroom" nil (s ah1 n r uw1 m)) +("suns" nil (s ah1 n z)) +("sunscreen" nil (s ax n s k r iy1 n)) +("sunseri" nil (s ax n s eh1 r iy0)) +("sunset" nil (s ah1 n s eh1 t)) +("sunsets" nil (s ah1 n s eh1 t s)) +("sunshine" nil (s ah1 n sh ay1 n)) +("sunshiny" nil (s ah1 n sh ay1 n iy0)) +("sunspots" nil (s ah1 n s p aa1 t s)) +("sunstar" nil (s ah1 n s t aa1 r)) +("sunstate" nil (s ah1 n s t ey1 t)) +("sunstates" nil (s ah1 n s t ey1 t s)) +("sunsweet" nil (s ah1 n s w iy1 t)) +("suntan" nil (s ah1 n t ae1 n)) +("sunter" nil (s ah1 n t er0)) +("suntory" nil (s ah1 n t ao1 r iy0)) +("suntrust" nil (s ah1 n t r ah1 s t)) +("sununu" nil (s ax n uw1 n uw0)) +("sunward" nil (s ah1 n w er0 d)) +("sunworld" nil (s ah1 n w er1 l d)) +("suny" nil (s uw1 n iy1)) +("sup" nil (s ah1 p)) +("supak" nil (s uw1 p ax k)) +("supan" nil (s uw1 p ax n)) +("super" nil (s uw1 p er0)) +("superabrasives" nil (s uw1 p er0 ax b r ey1 s ih0 v z)) +("superamerica" nil (s uw1 p er0 ax m eh1 r ih0 k ax)) +("superb" nil (s uh0 p er1 b)) +("superbar" nil (s uw1 p er0 b aa1 r)) +("superbly" nil (s uw1 p er0 b l iy0)) +("superbowl" nil (s uw1 p er0 b ow1 l)) +("superbowls" nil (s uw1 p er0 b ow1 l z)) +("supercenter" nil (s uw1 p er0 s eh1 n t er0)) +("supercenters" nil (s uw1 p er0 s eh1 n t er0 s)) +("supercharged" nil (s uw1 p er0 ch aa1 r jh d)) +("supercilious" nil (s uw1 p er0 s ih1 l iy0 ax s)) +("supercollider" nil (s uw0 p er0 k ax l ay1 d er0)) +("supercomputer" nil (s uw1 p er0 k ax m p y uw1 t er0)) +("supercomputers" nil (s uw1 p er0 k ax m p y uw1 t er0 z)) +("supercomputing" nil (s uw0 p er0 k ax m p y uw1 t ih0 ng)) +("superconducting" nil (s uw1 p er0 k ax n d ah1 k t ih0 ng)) +("superconductive" nil (s uw0 p er0 k ax n d ah1 k t ih0 v)) +("superconductivity" nil (s uw1 p er0 k aa1 n d ah1 k t ih1 v ax t iy0)) +("superconductor" nil (s uw1 p er0 k ax n d ah1 k t er0)) +("superconductors" nil (s uw1 p er0 k ax n d ah1 k t er0 z)) +("supercooled" nil (s uw1 p er0 k uw1 l d)) +("supercuts" nil (s uw1 p er0 k ah1 t s)) +("superdelegates" nil (s uw0 p er0 d eh1 l ax g ax t s)) +("superdome" nil (s uw1 p er0 d ow1 m)) +("superdot" nil (s uw1 p er0 d aa1 t)) +("superdrug" nil (s uw1 p er0 d r ah1 g)) +("superfamily" nil (s uw1 p er0 f ae1 m l iy0)) +("superfan" nil (s uw1 p er0 f ae1 n)) +("superfast" nil (s uw1 p er0 f ae1 s t)) +("superficial" nil (s uw1 p er0 f ih1 sh ax l)) +("superficially" nil (s uw1 p er0 f ih1 sh ax l l iy0)) +("superfluidity" nil (s uw1 p er0 f l uw1 ih1 d ax t iy0)) +("superfluous" nil (s uw1 p er0 f l w ah1 s)) +("superfon" nil (s uw1 p er0 f ih0 n)) +("superfreighters" nil (s uw1 p er0 f r ey1 t er0 z)) +("superfund" nil (s uw1 p er0 f ah1 n d)) +("supergiant" nil (s uw1 p er0 jh ay1 ax n t)) +("supergiants" nil (s uw1 p er0 jh ay1 ax n t s)) +("superheated" nil (s uw1 p er0 hh iy1 t ih0 d)) +("superheterodyne" nil (s uw1 p er0 hh eh1 t er0 ax d ay1 n)) +("superhighway" nil (s uw1 p er0 hh ay1 w ey1)) +("superhuman" nil (s uw1 p er0 hh y uw1 m ax n)) +("superimposed" nil (s uw1 p er0 ax m p ow1 z d)) +("superintendent" nil (s uw1 p er0 ax n t eh1 n d ax n t)) +("superintendents" nil (s uw1 p er0 ax n t eh1 n d ax n t s)) +("superior" nil (s uw0 p ih1 r iy0 er0)) +("superiority" nil (s uw1 p ih0 r iy0 ao1 r ih0 t iy0)) +("superiors" nil (s uw0 p ih1 r iy0 er0 z)) +("superlative" nil (s uh0 p er1 l ax t ih0 v)) +("superlatives" nil (s uh0 p er1 l ax t ih0 v z)) +("supermac" nil (s uw1 p er0 m ae1 k)) +("supermajority" nil (s uw1 p er0 m ax jh ao1 r ih0 t iy0)) +("superman" nil (s uw1 p er0 m ax n)) +("supermarket" nil (s uw1 p er0 m aa1 r k ih0 t)) +("supermarkets" nil (s uw1 p er0 m aa1 r k ih0 t s)) +("superminicomputer" nil (s uw1 p er0 m ih1 n ih0 k ax m p y uw1 t er0)) +("superminicomputers" nil (s uw1 p er0 m ih1 n ih0 k ax m p y uw1 t er0 z)) +("supernatural" nil (s uw1 p er0 n ae1 ch er0 ax l)) +("supernaturalism" nil (s uw1 p er0 n ae1 ch er0 ax l ih1 z ax m)) +("supernova" nil (s uw1 p er0 n ow1 v ax)) +("superoxide" nil (s uw1 p er0 aa1 k s ay1 d)) +("superpower" nil (s uw1 p er0 p aw1 er0)) +("superpowers" nil (s uw1 p er0 p aw1 er0 z)) +("superpremium" nil (s uw1 p er0 p r iy1 m iy0 ax m)) +("superregional" nil (s uw1 p er0 r iy1 jh ax n ax l)) +("superregionals" nil (s uw1 p er0 r iy1 jh ax n ax l z)) +("supers" nil (s uw1 p er0 z)) +("supersaver" nil (s uw1 p er0 s ey1 v er0)) +("supersecret" nil (s uw1 p er0 s iy1 k r ih0 t)) +("supersede" nil (s uw1 p er0 s iy1 d)) +("superseded" nil (s uw1 p er0 s iy1 d ax d)) +("supersedes" nil (s uw1 p er0 s iy1 d z)) +("superseding" nil (s uw1 p er0 s iy1 d ih0 ng)) +("supersonic" nil (s uw1 p er0 s aa1 n ih0 k)) +("superstar" nil (s uw1 p er0 s t aa1 r)) +("superstars" nil (s uw1 p er0 s t aa1 r z)) +("superstation" nil (s uw1 p er0 s t ey1 sh ax n)) +("superstition" nil (s uw1 p er0 s t ih1 sh ax n)) +("superstitions" nil (s uw1 p er0 s t ih1 sh ax n z)) +("superstitious" nil (s uw1 p er0 s t ih1 sh ax s)) +("superstore" nil (s uw1 p er0 s t ao1 r)) +("superstores" nil (s uw1 p er0 s t ao1 r z)) +("superstructure" nil (s uw1 p er0 s t r ah1 k ch er0)) +("superstructures" nil (s uw1 p er0 s t r ah1 k ch er0 z)) +("supertanker" nil (s uw1 p er0 t ae1 ng k er0)) +("supervalu" nil (s uw1 p er0 v ae1 l y uw0)) +("supervise" nil (s uw1 p er0 v ay1 z)) +("supervised" nil (s uw1 p er0 v ay1 z d)) +("supervises" nil (s uw1 p er0 v ay1 z ih0 z)) +("supervising" nil (s uw1 p er0 v ay1 z ih0 ng)) +("supervision" nil (s uw1 p er0 v ih1 zh ax n)) +("supervisor" nil (s uw1 p er0 v ay1 z er0)) +("supervisors" nil (s uw1 p er0 v ay1 z er0 z)) +("supervisory" nil (s uw1 p er0 v ay1 z er0 iy0)) +("supervoting" nil (s uw1 p er0 v ow1 t ih0 ng)) +("superx" nil (s uw1 p er0 eh1 k s)) +("supine" nil (s ax p ay1 n)) +("supinski" nil (s ax p ih1 n s k iy0)) +("suppa" nil (s uw1 p ax)) +("supper" nil (s ah1 p er0)) +("suppers" nil (s ah1 p er0 z)) +("suppes" nil (s ah1 p s)) +("supplant" nil (s ax p l ae1 n t)) +("supplanted" nil (s ax p l ae1 n t ax d)) +("supplanting" nil (s ax p l ae1 n t ih0 ng)) +("supple" nil (s ah1 p ax l)) +("supplee" nil (s ah1 p l iy0)) +("supplement" nil (s ah1 p l ax m ax n t)) +("supplemental" nil (s ah1 p l ax m eh1 n t ax l)) +("supplementary" nil (s ah1 p l ax m eh1 n t er0 iy0)) +("supplemented" nil (s ah1 p l ax m eh1 n t ax d)) +("supplementing" nil (s ah1 p l ax m ax n t ih0 ng)) +("supplements" nil (s ah1 p l ax m ax n t s)) +("supplicant" nil (s ah1 p l ax k ax n t)) +("supplied" nil (s ax p l ay1 d)) +("supplier" nil (s ax p l ay1 er0)) +("suppliers" nil (s ax p l ay1 er0 z)) +("supplies" nil (s ax p l ay1 z)) +("supply" nil (s ax p l ay1)) +("supplying" nil (s ax p l ay1 ih0 ng)) +("support" nil (s ax p ao1 r t)) +("supportable" nil (s ax p ao1 r t ax b ax l)) +("supported" nil (s ax p ao1 r t ax d)) +("supporter" nil (s ax p ao1 r t er0)) +("supporters" nil (s ax p ao1 r t er0 z)) +("supporting" nil (s ax p ao1 r t ih0 ng)) +("supportive" nil (s ax p ao1 r t ih0 v)) +("supports" nil (s ax p ao1 r t s)) +("suppose" nil (s ax p ow1 z)) +("supposed" nil (s ax p ow1 z d)) +("supposedly" nil (s ax p ow1 z ax d l iy0)) +("supposes" nil (s ax p ow1 z ih0 z)) +("supposing" nil (s ax p ow1 z ih0 ng)) +("supposition" nil (s ah1 p ax z ih1 sh ax n)) +("suppress" nil (s ax p r eh1 s)) +("suppressant" nil (s ax p r eh1 s ax n t)) +("suppressed" nil (s ax p r eh1 s t)) +("suppresses" nil (s ax p r eh1 s ih0 z)) +("suppressing" nil (s ax p r eh1 s ih0 ng)) +("suppression" nil (s ax p r eh1 sh ax n)) +("suppressor" nil (s ax p r eh1 s er0)) +("supra" nil (s uw1 p r ax)) +("supranational" nil (s uw1 p r ax n ae1 sh ax n ax l)) +("supremacist" nil (s uw0 p r eh1 m ax s ih0 s t)) +("supremacists" nil (s uw0 p r eh1 m ax s ih0 s t s)) +("supremacy" nil (s ax p r eh1 m ax s iy0)) +("supreme" nil (s ax p r iy1 m)) +("supremely" nil (s uw0 p r iy1 m ax l iy0)) +("supremes" nil (s uw0 p r eh1 m eh0 z)) +("suprenant" nil (s uw0 p r ey1 n ax n t)) +("suprisingly" nil (s uw1 p r ay1 z ih0 ng l iy0)) +("sur" nil (s er1)) +("sura" nil (s uh1 r ax)) +("surace" nil (s uh0 r aa1 s ey0)) +("surat" nil (s er0 aa1 t)) +("surbaugh" nil (s er1 b ao0)) +("surber" nil (s er1 b er0)) +("surcharge" nil (s er0 ch aa1 r jh)) +("surcharges" nil (s er1 ch aa1 r jh ih0 z)) +("sure" nil (sh uh1 r)) +("surely" nil (sh uh1 r l iy0)) +("suren" nil (s uh1 r ax n)) +("surer" nil (sh uh1 r er0)) +("suresh" nil (s er0 eh1 sh)) +("surest" nil (sh uh1 r ih0 s t)) +("surette" nil (s er0 eh1 t)) +("surety" nil (sh uh1 r ax t iy0)) +("surf" nil (s er1 f)) +("surface" nil (s er1 f ax s)) +("surfaced" nil (s er1 f ih0 s t)) +("surfaceness" nil (s er1 f ax s n ax s)) +("surfaces" nil (s er1 f ax s ax z)) +("surfacing" nil (s er1 f ax s ih0 ng)) +("surfactant" nil (s er0 f ae1 k t ax n t)) +("surfboard" nil (s er1 f b ao1 r d)) +("surfboards" nil (s er1 f b ao1 r d z)) +("surfeit" nil (s er1 f ax t)) +("surfer" nil (s er1 f er0)) +("surfers" nil (s er1 f er0 z)) +("surfing" nil (s er1 f ih0 ng)) +("surge" nil (s er1 jh)) +("surged" nil (s er1 jh d)) +("surgeon" nil (s er1 jh ax n)) +("surgeons" nil (s er1 jh ax n z)) +("surgeries" nil (s er1 jh er0 iy0 z)) +("surgery" nil (s er1 jh er0 iy0)) +("surges" nil (s er1 jh ax z)) +("surgical" nil (s er1 jh ih0 k ax l)) +("surgically" nil (s er1 jh ih0 k ax l iy0)) +("surging" nil (s er1 jh ih0 ng)) +("suriano" nil (s uh1 r iy0 aa1 n ow0)) +("surinam" nil (s uh1 r ax n aa1 m)) +("suriname" nil (s er1 ih0 n aa0 m)) +("surles" nil (s ao1 r ax l z)) +("surly" nil (s er1 l iy0)) +("surma" nil (s er1 m ax)) +("surman" nil (s er1 m ax n)) +("surmise" nil (s er0 m ay1 z)) +("surmised" nil (s er0 m ay1 z d)) +("surmises" nil (s er0 m ay1 z ih0 z)) +("surmount" nil (s er0 m aw1 n t)) +("surmounted" nil (s er0 m aw1 n t ih0 d)) +("surmounting" nil (s er0 m aw1 n t ih0 ng)) +("surname" nil (s er1 n ey1 m)) +("surnames" nil (s er1 n ey1 m z)) +("surowiec" nil (s er0 aw1 iy0 k)) +("surpass" nil (s er0 p ae1 s)) +("surpassed" nil (s er0 p ae1 s t)) +("surpasses" nil (s er0 p ae1 s ih0 z)) +("surpassing" nil (s er0 p ae1 s ih0 ng)) +("surplus" nil (s er1 p l ax s)) +("surpluses" nil (s er1 p l ax s ih0 z)) +("surprenant" nil (s er1 p r ih0 n ax n t)) +("surprise" nil (s er0 p r ay1 z)) +("surprised" nil (s er0 p r ay1 z d)) +("surprises" nil (s er0 p r ay1 z ax z)) +("surprising" nil (s er0 p r ay1 z ih0 ng)) +("surprisingly" nil (s er0 p r ay1 z ih0 ng l iy0)) +("surratt" nil (s ao1 r ax t)) +("surreal" nil (s er0 iy1 l)) +("surrealism" nil (s er0 iy1 l ih0 z ax m)) +("surrealisms" nil (s er0 iy1 l ih0 z ax m z)) +("surrealistic" nil (s er0 iy1 l ih1 s t ih0 k)) +("surrell" nil (s ao1 r ax l)) +("surrency" nil (s ao1 r ax n s iy0)) +("surrender" nil (s er0 eh1 n d er0)) +("surrendered" nil (s er0 eh1 n d er0 d)) +("surrendering" nil (s er0 eh1 n d er0 ih0 ng)) +("surrenders" nil (s er0 eh1 n d er0 z)) +("surreptitious" nil (s er1 ax p t ih1 sh ax s)) +("surreptitiously" nil (s er1 ax p t ih1 sh ax s l iy0)) +("surrett" nil (s ao1 r ih0 t)) +("surrette" nil (s er0 eh1 t)) +("surrey" nil (s er1 iy0)) +("surrogacy" nil (s er1 ax g ax s iy0)) +("surrogate" nil (s er1 ax g ax t)) +("surrogates" nil (s er1 ax g ax t s)) +("surround" nil (s er0 aw1 n d)) +("surrounded" nil (s er0 aw1 n d ax d)) +("surrounding" nil (s er0 aw1 n d ih0 ng)) +("surroundings" nil (s er0 aw1 n d ih0 ng z)) +("surrounds" nil (s er0 aw1 n d z)) +("surry" nil (s er1 iy0)) +("surtax" nil (s er1 t ae1 k s)) +("surtaxes" nil (s er1 t ae1 k s ih0 z)) +("surveillance" nil (s er0 v ey1 l ax n s)) +("survey" v (s er0 v ey1)) +("survey" n (s er1 v ey1)) +("surveyed" nil (s er0 v ey1 d)) +("surveying" nil (s er0 v ey1 ih0 ng)) +("surveyor" nil (s er0 v ey1 er0)) +("surveyors" nil (s er0 v ey1 er0 z)) +("surveys" v (s er0 v ey1 z)) +("surveys" n (s er1 v ey1 z)) +("survivability" nil (s er0 v ay1 v ax b ih1 l ih0 t iy0)) +("survivable" nil (s er0 v ay1 v ax b ax l)) +("survival" nil (s er0 v ay1 v ax l)) +("survivalist" nil (s er0 v ay1 v ax l ih0 s t)) +("survivalists" nil (s er0 v ay1 v ax l ih0 s t s)) +("survive" nil (s er0 v ay1 v)) +("survived" nil (s er0 v ay1 v d)) +("survives" nil (s er0 v ay1 v z)) +("surviving" nil (s er0 v ay1 v ih0 ng)) +("survivor" nil (s er0 v ay1 v er0)) +("survivors" nil (s er0 v ay1 v er0 z)) +("sus" nil (s ah1 s)) +("susa" nil (s uw1 s ax)) +("susan" nil (s uw1 z ax n)) +("susana" nil (s uw0 s aa1 n ax)) +("susann" nil (s uw1 z ae1 n)) +("susanna" nil (s uw0 z ae1 n ax)) +("susannah" nil (s uw1 s ae1 n ax)) +("susanne" nil (s uw1 z ae1 n)) +("susceptibility" nil (s ax s eh1 p t ax b ih1 l ax t iy0)) +("susceptible" nil (s ax s eh1 p t ax b ax l)) +("susette" nil (s uw1 z eh1 t)) +("sushi" nil (s uw1 sh iy0)) +("susi" nil (s uw1 s iy0)) +("susie" nil (s uw1 z iy0)) +("suski" nil (s ah1 s k iy0)) +("suskind" nil (s ah1 s k ih0 n d)) +("susko" nil (s ah1 s k ow0)) +("susman" nil (s ah1 s m ax n)) +("susong" nil (s ah1 s ao0 ng)) +("suspect" v (s ax s p eh1 k t)) +("suspect" n (s ah1 s p eh1 k t)) +("suspected" nil (s ax s p eh1 k t ax d)) +("suspecting" nil (s ax s p eh1 k t ih0 ng)) +("suspects" v (s ax s p eh1 k t s)) +("suspects" n (s ah1 s p eh1 k t s)) +("suspend" nil (s ax s p eh1 n d)) +("suspended" nil (s ax s p eh1 n d ax d)) +("suspenders" nil (s ax s p eh1 n d er0 z)) +("suspending" nil (s ax s p eh1 n d ih0 ng)) +("suspends" nil (s ax s p eh1 n d z)) +("suspense" nil (s ax s p eh1 n s)) +("suspenseful" nil (s ax s p eh1 n s f ax l)) +("suspension" nil (s ax s p eh1 n sh ax n)) +("suspensions" nil (s ax s p eh1 n sh ax n z)) +("suspicion" nil (s ax s p ih1 sh ax n)) +("suspicions" nil (s ax s p ih1 sh ax n z)) +("suspicious" nil (s ax s p ih1 sh ax s)) +("suspiciously" nil (s ax s p ih1 sh ax s l iy0)) +("susquehanna" nil (s uw1 s k w eh0 hh ae1 n ax)) +("suss" nil (s ah1 s)) +("susser" nil (s ah1 s er0)) +("sussex" nil (s ah1 s ih0 k s)) +("susskind" nil (s ah1 s k ih0 n d)) +("sussman" nil (s ah1 s m ax n)) +("susswein" nil (s ah1 s w iy1 n)) +("sustain" nil (s ax s t ey1 n)) +("sustainability" nil (s ax s t ey1 n ax b ih1 l ih0 t iy0)) +("sustainable" nil (s ax s t ey1 n ax b ax l)) +("sustained" nil (s ax s t ey1 n d)) +("sustaining" nil (s ax s t ey1 n ih0 ng)) +("sustains" nil (s ax s t ey1 n z)) +("sustaita" nil (s uw0 s t ey1 t ax)) +("sustenance" nil (s ah1 s t ax n ax n s)) +("susteren" nil (s ax s t eh1 r ax n)) +("susumu" nil (s uw1 s uw1 m uw0)) +("susy" nil (s uw1 z iy0)) +("sutch" nil (s ah1 ch)) +("sutcliff" nil (s ah1 t k l ih0 f)) +("sutcliffe" nil (s ah1 t k l ih0 f)) +("suter" nil (s uw1 t er0)) +("sutera" nil (s uw0 t eh1 r ax)) +("sutfin" nil (s ah1 t f ih0 n)) +("suthard" nil (s ah1 th er0 d)) +("suther" nil (s ah1 dh er0)) +("sutherland" nil (s ah1 dh er0 l ax n d)) +("sutherlin" nil (s ah1 th er0 l ih0 n)) +("suthers" nil (s ah1 dh er0 z)) +("sutley" nil (s ah1 t l iy0)) +("sutliff" nil (s ah1 t l ih0 f)) +("sutnick" nil (s ah1 t n ih0 k)) +("suto" nil (s uw1 t ow0)) +("sutor" nil (s uw1 t er0)) +("sutphen" nil (s ah1 t f ax n)) +("sutphin" nil (s ah1 t f ih0 n)) +("sutro" nil (s uw1 t r ow0)) +("sutter" nil (s ah1 t er0)) +("suttle" nil (s ah1 t ax l)) +("suttles" nil (s ah1 t ax l z)) +("suttmeier" nil (s ah1 t m ay1 r)) +("sutton" nil (s ah1 t ax n)) +("suture" nil (s uw1 ch er0)) +("sutures" nil (s uw1 ch er0 z)) +("suu" nil (eh1 s y uw1 y uw1)) +("suva" nil (s uw1 v ax)) +("suydam" nil (s ay1 d ax m)) +("suzanna" nil (s uw1 z ae1 n ax)) +("suzanne" nil (s uw0 z ae1 n)) +("suzette" nil (s uw1 z eh1 t)) +("suzhou" nil (s uw1 z hh ow1)) +("suzie" nil (s ah1 z iy0)) +("suzuki" nil (s ax z uw1 k iy0)) +("suzy" nil (s uw1 z iy0)) +("svec" nil (s v eh1 k)) +("svehla" nil (s v eh1 l ax)) +("svelte" nil (s v eh1 l t)) +("sven" nil (s v eh1 n)) +("svendsen" nil (s v eh1 n d s ax n)) +("svenska" nil (s v eh1 n s k ax)) +("svenson" nil (s v eh1 n s ax n)) +("svensson" nil (s v eh1 n s ax n)) +("sverdlovsk" nil (s v er1 d l aa0 v s k)) +("sverige" nil (s v eh1 r ih0 jh)) +("svetlik" nil (s v eh1 t l ih0 k)) +("svitak" nil (s v ih1 t ax k)) +("svizzera" nil (s v ih0 z eh1 r ax)) +("svoboda" nil (s v ow0 b ow1 d ax)) +("swab" nil (s w aa1 b)) +("swaby" nil (s w aa1 b iy0)) +("swackhamer" nil (s w ao1 k ae1 m er0)) +("swader" nil (s w ey1 d er0)) +("swadley" nil (s w aa1 d l iy0)) +("swafford" nil (s w aa1 f er0 d)) +("swager" nil (s w ey1 g er0)) +("swagerty" nil (s w ae1 jh er0 t iy0)) +("swaggart" nil (s w ae1 g er0 t)) +("swagger" nil (s w ae1 g er0)) +("swaggering" nil (s w ae1 g er0 ih0 ng)) +("swaggerty" nil (s w ae1 g er0 t iy0)) +("swailes" nil (s w ey1 l z)) +("swails" nil (s w ey1 l z)) +("swaim" nil (s w ey1 m)) +("swain" nil (s w ey1 n)) +("swaine" nil (s w ey1 n)) +("swainston" nil (s w ey1 n s t ax n)) +("swales" nil (s w ey1 l z)) +("swalley" nil (s w ao1 l iy0)) +("swallow" nil (s w aa1 l ow0)) +("swallowed" nil (s w aa1 l ow0 d)) +("swallowing" nil (s w aa1 l ow0 ih0 ng)) +("swallows" nil (s w aa1 l ow0 z)) +("swam" nil (s w ae1 m)) +("swami" nil (s w aa1 m iy0)) +("swaminathan" nil (s w aa1 m ih0 n aa1 th ax n)) +("swamp" nil (s w aa1 m p)) +("swampbuster" nil (s w aa1 m p b ah1 s t er0)) +("swamped" nil (s w ao1 m p t)) +("swampers" nil (s w aa1 m p er0 z)) +("swamping" nil (s w aa1 m p ih0 ng)) +("swamps" nil (s w aa1 m p s)) +("swampy" nil (s w aa1 m p iy0)) +("swan" nil (s w aa1 n)) +("swanberg" nil (s w aa1 n b er0 g)) +("swanda" nil (s w aa1 n d ax)) +("swander" nil (s w aa1 n d er0)) +("swaner" nil (s w ao1 n er0)) +("swaney" nil (s w ao1 n iy0)) +("swanger" nil (s w ao1 ng er0)) +("swango" nil (s w aa1 ng g ow0)) +("swanigan" nil (s w aa1 n ih0 g ax n)) +("swank" nil (s w ae1 ng k)) +("swanke" nil (s w ao1 ng k)) +("swanky" nil (s w aa1 ng k iy0)) +("swann" nil (s w aa1 n)) +("swanner" nil (s w aa1 n er0)) +("swans" nil (s w aa1 n z)) +("swanson" nil (s w aa1 n s ax n)) +("swanstrom" nil (s w aa1 n s t r ax m)) +("swantek" nil (s w ao1 n t ih0 k)) +("swanton" nil (s w aa1 n t ax n)) +("swanzy" nil (s w aa1 n z iy0)) +("swap" nil (s w aa1 p)) +("swape" nil (s w ey1 p)) +("swapes" nil (s w ey1 p s)) +("swapo" nil (s w aa1 p ow0)) +("swapp" nil (s w aa1 p)) +("swapped" nil (s w aa1 p t)) +("swapping" nil (s w aa1 p ih0 ng)) +("swaps" nil (s w aa1 p s)) +("sward" nil (s w ao1 r d)) +("swaringen" nil (s w eh1 r ih0 ng ax n)) +("swarm" nil (s w ao1 r m)) +("swarmed" nil (s w ao1 r m d)) +("swarming" nil (s w ao1 r m ih0 ng)) +("swarms" nil (s w ao1 r m z)) +("swarner" nil (s w ao1 r n er0)) +("swarovski" nil (s w aa0 r aa1 v s k iy0)) +("swart" nil (s w ao1 r t)) +("swarthmore" nil (s w ao1 r th m ao1 r)) +("swarthout" nil (s w ao1 r th aw1 t)) +("swarthy" nil (s w ao1 r dh iy0)) +("swartley" nil (s w ao1 r t l iy0)) +("swartout" nil (s w ao1 r t ax t)) +("swarts" nil (s w ao1 r t s)) +("swartwood" nil (s w ao1 r t w uh1 d)) +("swartwout" nil (s w ao1 r t w aw0 t)) +("swartz" nil (s w ao1 r t s)) +("swartzbaugh" nil (s w ao1 r t s b aa0)) +("swartzendruber" nil (s w ao1 r t s ax n d r uw0 b er0)) +("swartzentruber" nil (s w ao1 r t s ax n t r uw0 b er0)) +("swartzlander" nil (s w ao1 r t s l ae1 n d er0)) +("swartzwelder" nil (s w ao1 r t s w eh1 l d er0)) +("swasey" nil (s w aa1 z iy0)) +("swashbuckling" nil (s w aa1 sh b ah1 k l ih0 ng)) +("swat" nil (s w aa1 t)) +("swatch" nil (s w aa1 ch)) +("swatches" nil (s w aa1 ch ax z)) +("swatek" nil (s w ao1 t ih0 k)) +("swath" nil (s w aa1 th)) +("swathed" nil (s w aa1 dh d)) +("swatow" nil (s w aa1 t ow1)) +("swatted" nil (s w aa1 t ih0 d)) +("swatzell" nil (s w ao1 t z ax l)) +("swauger" nil (s w aw1 g er0)) +("swavely" nil (s w ey1 v l iy0)) +("sway" nil (s w ey1)) +("swayed" nil (s w ey1 d)) +("swaying" nil (s w ey1 ih0 ng)) +("swayne" nil (s w ey1 n)) +("sways" nil (s w ey1 z)) +("swayze" nil (s w ey1 z)) +("swazi" nil (s w aa1 z iy0)) +("swaziland" nil (s w aa1 z ih0 l ax n d)) +("sweaney" nil (s w iy1 n iy0)) +("sweany" nil (s w iy1 n iy0)) +("swear" nil (s w eh1 r)) +("swearengen" nil (s w ih1 r ih0 ng ax n)) +("swearengin" nil (s w eh1 r ih0 ng ax n)) +("swearing" nil (s w eh1 r ih0 ng)) +("swearingen" nil (s w eh1 r ih0 ng ax n)) +("swearingin" nil (s w eh1 r ih0 ng ax n)) +("swears" nil (s w eh1 r z)) +("sweat" nil (s w eh1 t)) +("sweated" nil (s w eh1 t ih0 d)) +("sweater" nil (s w eh1 t er0)) +("sweaters" nil (s w eh1 t er0 z)) +("sweating" nil (s w eh1 t ih0 ng)) +("sweatman" nil (s w iy1 t m ax n)) +("sweats" nil (s w eh1 t s)) +("sweatshirt" nil (s w eh1 t sh er1 t)) +("sweatshirts" nil (s w eh1 t sh er1 t s)) +("sweatshop" nil (s w eh1 t sh aa1 p)) +("sweatshops" nil (s w eh1 t sh aa1 p s)) +("sweatt" nil (s w iy1 t)) +("sweaty" nil (s w eh1 t iy0)) +("sweazy" nil (s w iy1 z iy0)) +("swecker" nil (s w eh1 k er0)) +("swed" nil (s w eh1 d)) +("sweda" nil (s w iy1 d ax)) +("swedberg" nil (s w eh1 d b er0 g)) +("swede" nil (s w iy1 d)) +("sweden" nil (s w iy1 d ax n)) +("swedes" nil (s w iy1 d z)) +("swedish" nil (s w iy1 d ih0 sh)) +("swedlund" nil (s w eh1 d l ax n d)) +("sweeden" nil (s w iy1 d ax n)) +("sween" nil (s w iy1 n)) +("sweeney" nil (s w iy1 n iy0)) +("sweeny" nil (s w iy1 n iy0)) +("sweep" nil (s w iy1 p)) +("sweeper" nil (s w iy1 p er0)) +("sweepers" nil (s w iy1 p er0 z)) +("sweeping" nil (s w iy1 p ih0 ng)) +("sweeps" nil (s w iy1 p s)) +("sweepstake" nil (s w iy1 p s t ey1 k)) +("sweepstakes" nil (s w iy1 p s t ey1 k s)) +("sweers" nil (s w ih1 r z)) +("sweet" nil (s w iy1 t)) +("sweeten" nil (s w iy1 t ax n)) +("sweetened" nil (s w iy1 t ax n d)) +("sweetener" nil (s w iy1 t ax n er0)) +("sweeteners" nil (s w iy1 t ax n er0 z)) +("sweetening" nil (s w iy1 t ax n ih0 ng)) +("sweetens" nil (s w iy1 t ax n z)) +("sweeter" nil (s w iy1 t er0)) +("sweetest" nil (s w iy1 t ax s t)) +("sweetheart" nil (s w iy1 t hh aa1 r t)) +("sweethearts" nil (s w iy1 t hh aa1 r t s)) +("sweetie" nil (s w iy1 t iy0)) +("sweeting" nil (s w iy1 t ih0 ng)) +("sweetland" nil (s w iy1 t l ax n d)) +("sweetly" nil (s w iy1 t l iy0)) +("sweetman" nil (s w iy1 t m ax n)) +("sweetness" nil (s w iy1 t n ax s)) +("sweeton" nil (s w iy1 t ax n)) +("sweets" nil (s w iy1 t s)) +("sweetser" nil (s w iy1 t s er0)) +("sweetwater" nil (s w iy1 t w aa1 t er0)) +("sweezey" nil (s w iy1 z iy0)) +("sweezy" nil (s w iy1 z iy0)) +("sweger" nil (s w iy1 g er0)) +("swehla" nil (s w eh1 l ax)) +("sweig" nil (s w ay1 g)) +("sweigard" nil (s w ay1 g er0 d)) +("sweigart" nil (s w iy1 g aa0 r t)) +("sweigert" nil (s w ay1 g er0 t)) +("sweitzer" nil (s w ay1 t z er0)) +("swell" nil (s w eh1 l)) +("swelled" nil (s w eh1 l d)) +("swelling" nil (s w eh1 l ih0 ng)) +("swells" nil (s w eh1 l z)) +("swelter" nil (s w eh1 l t er0)) +("sweltering" nil (s w eh1 l t er0 ih0 ng)) +("swem" nil (s w eh1 m)) +("swendsen" nil (s w eh1 n d s ax n)) +("swenet" nil (s w eh1 n ax t)) +("sweney" nil (s w eh1 n iy0)) +("swensen" nil (s w eh1 n s ax n)) +("swenson" nil (s w eh1 n s ax n)) +("swept" nil (s w eh1 p t)) +("swerdlow" nil (s w er1 d l aw0)) +("swergold" nil (s w er1 g ow1 l d)) +("swerve" nil (s w er1 v)) +("swerved" nil (s w er1 v d)) +("swete" nil (s w iy1 t)) +("swetland" nil (s w eh1 t l ax n d)) +("swetnam" nil (s w eh1 t n ax m)) +("swett" nil (s w eh1 t)) +("swetz" nil (s w eh1 t s)) +("swezey" nil (s w eh1 z iy0)) +("swiatek" nil (s v iy0 aa1 t eh0 k)) +("swiatkowski" nil (s v iy0 ax t k ao1 f s k iy0)) +("swicegood" nil (s w ih1 s ih0 g uh0 d)) +("swick" nil (s w ih1 k)) +("swickard" nil (s w ih1 k er0 d)) +("swider" nil (s w ay1 d er0)) +("swiderski" nil (s v ih0 d er1 s k iy0)) +("swiech" nil (s w iy1 ch)) +("swier" nil (s w ay1 er0)) +("swift" nil (s w ih1 f t)) +("swifter" nil (s w ih1 f t er0)) +("swiftest" nil (s w ih1 f t ax s t)) +("swiftly" nil (s w ih1 f t l iy0)) +("swiftness" nil (s w ih1 f t n ax s)) +("swifts" nil (s w ih1 f t s)) +("swig" nil (s w ih1 g)) +("swigart" nil (s w ih1 g aa1 r t)) +("swiger" nil (s w ay1 g er0)) +("swigert" nil (s w ih1 g er0 t)) +("swiggum" nil (s w ih1 g ax m)) +("swihart" nil (s w ih1 hh aa0 r t)) +("swilley" nil (s w ih1 l iy0)) +("swilling" nil (s w ih1 l ih0 ng)) +("swillinger" nil (s w ih1 l ih0 ng er0)) +("swim" nil (s w ih1 m)) +("swimmer" nil (s w ih1 m er0)) +("swimmers" nil (s w ih1 m er0 z)) +("swimming" nil (s w ih1 m ih0 ng)) +("swims" nil (s w ih1 m z)) +("swimsuit" nil (s w ih1 m s uw1 t)) +("swimsuits" nil (s w ih1 m s uw1 t s)) +("swimwear" nil (s w ih1 m w eh1 r)) +("swinburnes" nil (s w ih1 n b er0 n z)) +("swindall" nil (s w ih1 n d ax l)) +("swindell" nil (s w ih1 n d ax l)) +("swindle" nil (s w ih1 n d ax l)) +("swindled" nil (s w ih1 n d ax l d)) +("swindlehurst" nil (s w ih1 n d l ih0 hh er0 s t)) +("swindler" nil (s w ih1 n d ax l er0)) +("swindlers" nil (s w ih1 n d l er0 z)) +("swindles" nil (s w ih1 n d ax l z)) +("swindling" nil (s w ih1 n d l ih0 ng)) +("swine" nil (s w ay1 n)) +("swineford" nil (s w ih1 n ih0 f er0 d)) +("swinehart" nil (s w ay1 n hh aa1 r t)) +("swiney" nil (s w ay1 n iy0)) +("swinford" nil (s w ih1 n f er0 d)) +("swing" nil (s w ih1 ng)) +("swinger" nil (s w ih1 ng er0)) +("swingers" nil (s w ih1 ng er0 z)) +("swinging" nil (s w ih1 ng ih0 ng)) +("swingle" nil (s w ih1 ng g ax l)) +("swingler" nil (s w ih1 ng g ax l er0)) +("swingley" nil (s w ih1 ng g l iy0)) +("swings" nil (s w ih1 ng z)) +("swink" nil (s w ih1 ng k)) +("swinney" nil (s w ih1 n iy0)) +("swinson" nil (s w ih1 n s ax n)) +("swint" nil (s w ih1 n t)) +("swinton" nil (s w ih1 n t ax n)) +("swipe" nil (s w ay1 p)) +("swiped" nil (s w ay1 p t)) +("swipes" nil (s w ay1 p s)) +("swiping" nil (s w ay1 p ih0 ng)) +("swire" nil (s w ay1 r)) +("swirl" nil (s w er1 l)) +("swirled" nil (s w er1 l d)) +("swirling" nil (s w er1 l ih0 ng)) +("swirls" nil (s w er1 l z)) +("swirsky" nil (s w er1 s k iy0)) +("swished" nil (s w ih1 sh t)) +("swisher" nil (s w ih1 sh er0)) +("swishes" nil (s w ih1 sh ih0 z)) +("swiss" nil (s w ih1 s)) +("swissair" nil (s w ih0 s eh1 r)) +("swisshelm" nil (s w ih1 sh ih0 l m)) +("swistak" nil (s w ih1 s t ax k)) +("switaj" nil (s w ih0 t ay1)) +("switala" nil (s w ih0 t aa1 l ax)) +("switalski" nil (s w ih0 t aa1 l s k iy0)) +("switch" nil (s w ih1 ch)) +("switchblades" nil (s w ih1 ch b l ey1 d z)) +("switchboard" nil (s w ih1 ch b ao1 r d)) +("switchboards" nil (s w ih1 ch b ao1 r d z)) +("switched" nil (s w ih1 ch t)) +("switchers" nil (s w ih1 ch er0 z)) +("switches" nil (s w ih1 ch ax z)) +("switching" nil (s w ih1 ch ih0 ng)) +("switzer" nil (s w ih1 t s er0)) +("switzerland" nil (s w ih1 t s er0 l ax n d)) +("swivel" nil (s w ih1 v ax l)) +("swiveling" nil (s w ih1 v ax l ih0 ng)) +("swivels" nil (s w ih1 v ax l z)) +("swoboda" nil (s w ow0 b ow1 d ax)) +("swofford" nil (s w aa1 f er0 d)) +("swogger" nil (s w aa1 g er0)) +("swollen" nil (s w ow1 l ax n)) +("swonger" nil (s w ao1 ng er0)) +("swoon" nil (s w uw1 n)) +("swooned" nil (s w uw1 n d)) +("swooning" nil (s w uw1 n ih0 ng)) +("swoop" nil (s w uw1 p)) +("swoope" nil (s w uw1 p)) +("swooped" nil (s w uw1 p t)) +("swooping" nil (s w uw1 p ih0 ng)) +("swoops" nil (s w uw1 p s)) +("swoosh" nil (s w uw1 sh)) +("swooshed" nil (s w uw1 sh t)) +("swope" nil (s w ow1 p)) +("swopes" nil (s w ow1 p s)) +("swor" nil (s w er1)) +("sword" nil (s ao1 r d)) +("swordfish" nil (s ao1 r d f ih1 sh)) +("swordlike" nil (s ao1 r d l ay1 k)) +("swordplay" nil (s ao1 r d p l ey1)) +("swordplays" nil (s ao1 r d p l ey1 z)) +("swords" nil (s ao1 r d z)) +("swore" nil (s w ao1 r)) +("sworn" nil (s w ao1 r n)) +("swoveland" nil (s w ow1 v l ax n d)) +("swoyer" nil (s w oy1 er0)) +("swum" nil (s w ah1 m)) +("swung" nil (s w ah1 ng)) +("swyers" nil (s w ay1 er0 z)) +("swygert" nil (s w ih1 g er0 t)) +("sy" nil (s ay1)) +("sybase" nil (s ay1 b ey1 s)) +("sybert" nil (s ih1 b er0 t)) +("sybil" nil (s ih1 b ih0 l)) +("sybilla" nil (s ih0 b ih1 l ax)) +("sybille" nil (s ih1 b ih0 l)) +("sybron" nil (s ih1 b r ax n)) +("sycamore" nil (s ih1 k ax m ao1 r)) +("sycara" nil (s ih0 k aa1 r ax)) +("sycophantic" nil (s ih1 k ax f ae1 n t ih0 k)) +("syders" nil (s ay1 d er0 z)) +("sydney" nil (s ih1 d n iy0)) +("sydnor" nil (s ih1 d n er0)) +("sydow" nil (s ih1 d ow0)) +("syed" nil (s ay1 d)) +("syers" nil (s ay1 er0 z)) +("syfert" nil (s ih1 f er0 t)) +("sykes" nil (s ay1 k s)) +("sykora" nil (s ih0 k ao1 r ax)) +("syler" nil (s ay1 l er0)) +("sylla" nil (s ih1 l ax)) +("syllabic" nil (s ax l ae1 b ih0 k)) +("syllable" nil (s ih1 l ax b ax l)) +("syllables" nil (s ih1 l ax b ax l z)) +("syllabus" nil (s ih1 l ax b ax s)) +("sylmar" nil (s ih1 l m aa0 r)) +("sylva" nil (s ih1 l v ax)) +("sylvain" nil (s ih0 l v ey1 n)) +("sylvan" nil (s ih1 l v ax n)) +("sylvana" nil (s ih0 l v ae1 n ax)) +("sylvania" nil (s ih0 l v ey1 n iy0 ax)) +("sylvanus" nil (s ih1 l v ax n ih0 s)) +("sylvest" nil (s y l v ey1 ih0 s t)) +("sylvester" nil (s ih0 l v eh1 s t er0)) +("sylvestre" nil (s ih0 l v eh1 s t er0)) +("sylvia" nil (s ih1 l v iy0 ax)) +("sylvie" nil (s ih1 l v iy0)) +("sylvio" nil (s ih1 l v iy0 ow0)) +("sylvite" nil (s ih1 l v ay1 t)) +("sym" nil (s ih1 m)) +("symanski" nil (s ih0 m ae1 n s k iy0)) +("symantec" nil (s ih0 m ae1 n t eh1 k)) +("symbion" nil (s ih1 m b iy0 ax n)) +("symbiosis" nil (s ih1 m b ay0 ow1 s ax s)) +("symbiotic" nil (s ih1 m b iy0 aa1 t ih0 k)) +("symbol" nil (s ih1 m b ax l)) +("symbolic" nil (s ih0 m b aa1 l ih0 k)) +("symbolically" nil (s ih0 m b aa1 l ih0 k ax l iy0)) +("symbolics" nil (s ih0 m b aa1 l ih0 k s)) +("symbolism" nil (s ih1 m b ax l ih1 z ax m)) +("symbolists" nil (s ih1 m b ax l ax s t s)) +("symbolize" nil (s ih1 m b ax l ay1 z)) +("symbolized" nil (s ih1 m b ax l ay1 z d)) +("symbolizes" nil (s ih1 m b ax l ay1 z ax z)) +("symbolizing" nil (s ih1 m b ax l ay1 z ih0 ng)) +("symbols" nil (s ih1 m b ax l z)) +("syme" nil (s ay1 m)) +("symes" nil (s ay1 m z)) +("symington" nil (s ih1 m ih0 ng t ax n)) +("symmes" nil (s ih1 m z)) +("symmetrical" nil (s ax m eh1 t r ih0 k ax l)) +("symmetry" nil (s ih1 m ax t r iy0)) +("symmonds" nil (s ih1 m ax n d z)) +("symms" nil (s ih1 m z)) +("symon" nil (s ih1 m ax n)) +("symonds" nil (s ih1 m ax n d z)) +("symons" nil (s ih1 m ax n z)) +("sympathetic" nil (s ih1 m p ax th eh1 t ih0 k)) +("sympathetically" nil (s ih1 m p ax th eh1 t ih0 k ax l iy0)) +("sympathies" nil (s ih1 m p ax th iy0 z)) +("sympathize" nil (s ih1 m p ax th ay1 z)) +("sympathized" nil (s ih1 m p ax th ay1 z d)) +("sympathizer" nil (s ih1 m p ax th ay1 z er0)) +("sympathizers" nil (s ih1 m p ax th ay1 z er0 z)) +("sympathizes" nil (s ih1 m p ax th ay1 z ih0 z)) +("sympathy" nil (s ih1 m p ax th iy0)) +("symphonic" nil (s ih0 m f aa1 n ih0 k)) +("symphonies" nil (s ih1 m f ax n iy0 z)) +("symphony" nil (s ih1 m f ax n iy0)) +("symposium" nil (s ih0 m p ow1 z iy0 ax m)) +("symposiums" nil (s ih0 m p ow1 z iy0 ax m z)) +("sympson" nil (s ih1 m p s ax n)) +("symptom" nil (s ih1 m p t ax m)) +("symptomatic" nil (s ih1 m p t ax m ae1 t ih0 k)) +("symptoms" nil (s ih1 m p t ax m z)) +("syms" nil (s ih1 m z)) +("symtron" nil (s ih1 m t r aa1 n)) +("syn" nil (s ih1 n)) +("syna" nil (s ih1 n ax)) +("synagogue" nil (s ih1 n ax g ao1 g)) +("synagogues" nil (s ih1 n ax g ao1 g z)) +("synalloy" nil (s ih0 n ae1 l oy0)) +("synan" nil (s ay1 n ax n)) +("synar" nil (s ih1 n aa0 r)) +("synbiotics" nil (s ih1 n b iy0 aa1 t ih0 k s)) +("sync" nil (s ih1 ng k)) +("synch" nil (s ih1 n ch)) +("synchro" nil (s ih1 ng k r ow0)) +("synchronic" nil (s ih0 ng k r aa1 n ih0 k)) +("synchronized" nil (s ih1 ng k r ax n ay1 z d)) +("syncom" nil (s ih1 ng k ax m)) +("syncopated" nil (s ih1 ng k ax p ey1 t ih0 d)) +("syncor" nil (s ih1 n k ao1 r)) +("synder" nil (s ih1 n d er0)) +("syndicate" nil (s ih1 n d ih0 k ax t)) +("syndicated" nil (s ih1 n d ih0 k ey1 t ih0 d)) +("syndicates" nil (s ih1 n d ih0 k ey1 t s)) +("syndicating" nil (s ih1 n d ih0 k ey1 t ih0 ng)) +("syndication" nil (s ih1 n d ih0 k ey1 sh ax n)) +("syndications" nil (s ih1 n d ih0 k ey1 sh ax n z)) +("syndicator" nil (s ih1 n d ih0 k ey1 t er0)) +("syndicators" nil (s ih1 n d ih0 k ey1 t er0 z)) +("syndicats" nil (s ih1 n d ih0 k ih1 t s)) +("syndrome" nil (s ih1 n d r ow1 m)) +("syndromes" nil (s ih1 n d r ow1 m z)) +("synergen" nil (s ih1 n er0 jh eh1 n)) +("synergies" nil (s ih1 n er0 jh iy0 z)) +("synergism" nil (s ih1 n er0 jh ih1 z ax m)) +("synergistic" nil (s ih1 n er0 jh ih1 s t ih0 k)) +("synergy" nil (s ih1 n er0 jh iy0)) +("syngman" nil (s ih1 ng m ax n)) +("synhorst" nil (s ih1 n hh ao1 r s t)) +("synnott" nil (s ih1 n ax t)) +("synod" nil (s ih1 n ax d)) +("synonym" nil (s ih1 n ax n ih1 m)) +("synonymous" nil (s ax n aa1 n ax m ax s)) +("synonymously" nil (s ax n aa1 n ax m ax s l iy0)) +("synopsis" nil (s ih0 n aa1 p s ih0 s)) +("synoptics" nil (s ih0 n aa1 p t ih0 k s)) +("synovus" nil (s ax n ow1 v ax s)) +("syntech" nil (s ih1 n t eh1 k)) +("syntex" nil (s ih1 n t eh1 k s)) +("synthesis" nil (s ih1 n th ax s ax s)) +("synthesize" nil (s ih1 n th ax s ay1 z)) +("synthesized" nil (s ih1 n th ih0 s ay1 z d)) +("synthesizer" nil (s ih1 n th ax s ay1 z er0)) +("synthesizers" nil (s ih1 n th ax s ay1 z er0 z)) +("synthesizing" nil (s ih1 n th ax s ay1 z ih0 ng)) +("synthetic" nil (s ih0 n th eh1 t ih0 k)) +("synthetically" nil (s ih0 n th eh1 t ih0 k l iy0)) +("synthetics" nil (s ih0 n th eh1 t ih0 k s)) +("syntrex" nil (s ih1 n t r ax k s)) +("syp" nil (s ay1 p)) +("sypher" nil (s ih1 f er0)) +("syphers" nil (s ih1 f er0 z)) +("syphilis" nil (s ih1 f ax l ih0 s)) +("syphon" nil (s ay1 f ax n)) +("sypniewski" nil (s ih0 p n iy0 eh1 f s k iy0)) +("sypolt" nil (s ih1 p ow0 l t)) +("syracuse" nil (s ih1 r ax k y uw1 z)) +("syrek" nil (s ih1 r ih0 k)) +("syria" nil (s ih1 r iy0 ax)) +("syrian" nil (s ih1 r iy0 ax n)) +("syrians" nil (s ih1 r iy0 ax n z)) +("syring" nil (s ay1 r ih0 ng)) +("syringe" nil (s er0 ih1 n jh)) +("syringes" nil (s er0 ih1 n jh ax z)) +("syron" nil (s ay1 r ax n)) +("syrup" nil (s er1 ax p)) +("syrups" nil (s er1 ax p s)) +("sysco" nil (s ih1 s k ow0)) +("syscon" nil (s ay1 s k ax n)) +("system" nil (s ih1 s t ax m)) +("systematic" nil (s ih1 s t ax m ae1 t ih0 k)) +("systematically" nil (s ih1 s t ax m ae1 t ih0 k l iy0)) +("systematics" nil (s ih1 s t ax m ae1 t ih0 k s)) +("systemhouse" nil (s ih1 s t ax m hh aw1 s)) +("systemic" nil (s ih0 s t eh1 m ih0 k)) +("systemically" nil (s ax s t eh1 m ih0 k l iy0)) +("systemix" nil (s ih1 s t ih0 m ih0 k s)) +("systemone" nil (s ih1 s t ax m ow1 n)) +("systems" nil (s ih1 s t ax m z)) +("systemwide" nil (s ih1 s t ax m w ay1 d)) +("systran" nil (s ay1 s t r ae1 n)) +("sytsma" nil (s ih1 t s m ax)) +("syverson" nil (s ih1 v er0 s ax n)) +("syvertsen" nil (s ih1 v er0 t s ax n)) +("szabo" nil (sh aa1 b ow0)) +("szafran" nil (sh aa1 f r ax n)) +("szafranski" nil (sh ax f r ae1 n s k iy0)) +("szalay" nil (sh aa1 l ay0)) +("szalkowski" nil (sh ax l k ao1 f s k iy0)) +("szanto" nil (sh ae1 n t ow0)) +("szarek" nil (sh aa1 r eh0 k)) +("szatkowski" nil (sh ax t k ao1 f s k iy0)) +("szczech" nil (sh eh1 k)) +("szczepaniak" nil (sh ih0 p ae1 n iy0 ae0 k)) +("szczepanik" nil (sh ih0 p ae1 n ih0 k)) +("szczepanski" nil (sh ih0 p ae1 n s k iy0)) +("szczerba" nil (sh er1 b ax)) +("szczesniak" nil (sh eh1 z n iy0 ae0 k)) +("szczesny" nil (sh eh1 z n iy0)) +("szczygiel" nil (sh ih0 g iy1 l)) +("sze" nil (sh iy1)) +("szekely" nil (sh iy1 k l iy0)) +("szeliga" nil (sh ih0 l ay1 g ax)) +("szeto" nil (sh iy1 t ow0)) +("szewczyk" nil (sh uw1 ch ih0 k)) +("szilagyi" nil (sh ih0 l aa1 g iy0)) +("szoke" nil (sh ow1 k)) +("szostak" nil (sh aa1 s t ax k)) +("szostek" nil (sh aa1 s t eh0 k)) +("szot" nil (sh aa1 t)) +("szott" nil (sh aa1 t)) +("szuba" nil (sh uw1 b ax)) +("szuch" nil (sh ah1 ch)) +("szucs" nil (sh ah1 k s)) +("szumski" nil (sh ah1 m s k iy0)) +("szwed" nil (sh v eh1 d)) +("szydlowski" nil (sh ih0 d l ao1 f s k iy0)) +("szymanowski" nil (sh ih0 m ax n ao1 f s k iy0)) +("szymanski" nil (sh ih0 m ae1 n s k iy0)) +("szymborski" nil (sh ih0 m b ao1 r s k iy0)) +("szymczak" nil (sh ih1 m ch ae0 k)) +("t" nil (t iy1)) +("ta" nil (t aa1)) +("taaffe" nil (t aa1 f)) +("tab" nil (t ae1 b)) +("tabacalera" nil (t ax b ae1 k ax l eh1 r ax)) +("tabachneck" nil (t ax b aa1 ch n eh1 k)) +("tabak" nil (t ae1 b ae0 k)) +("tabaka" nil (t aa0 b aa1 k ax)) +("tabar" nil (t aa0 b aa1 r)) +("tabares" nil (t aa0 b aa1 r eh0 s)) +("tabasco" nil (t ax b ae1 s k ow0)) +("tabb" nil (t ae1 b)) +("tabbert" nil (t ae1 b er0 t)) +("tabbing" nil (t ae1 b ih0 ng)) +("tabby" nil (t ae1 b iy0)) +("taber" nil (t ey1 b er0)) +("tabernacle" nil (t ae1 b er0 n ae1 k ax l)) +("tabitha" nil (t ae1 b ih0 th ax)) +("tablature" nil (t ae1 b l ax ch er0)) +("table" nil (t ey1 b ax l)) +("tableau" nil (t ax b l ow1)) +("tableaux" nil (t ax b l ow1)) +("tablecloth" nil (t ey1 b ax l k l ao1 th)) +("tablecloths" nil (t ey1 b ax l k l ao1 th s)) +("tabled" nil (t ey1 b ax l d)) +("tabler" nil (t ey1 b ax l er0)) +("tables" nil (t ey1 b ax l z)) +("tablespoon" nil (t ey1 b ax l s p uw1 n)) +("tablespoons" nil (t ey1 b ax l s p uw1 n z)) +("tablet" nil (t ae1 b l ax t)) +("tabletop" nil (t ey1 b ax l t aa1 p)) +("tablets" nil (t ae1 b l ax t s)) +("tableware" nil (t ey1 b ax l w eh1 r)) +("tabling" nil (t ey1 b ax l ih0 ng)) +("tabloid" nil (t ae1 b l oy0 d)) +("tabloids" nil (t ae1 b l oy0 d z)) +("tabone" nil (t aa1 b ow0 n)) +("taboo" nil (t ae0 b uw1)) +("taboos" nil (t ae0 b uw1 z)) +("tabor" nil (t ey1 b er0)) +("taborn" nil (t ae1 b er0 n)) +("tabron" nil (t ae1 b r ax n)) +("tabs" nil (t ae1 b z)) +("tabuchi" nil (t aa1 b uw1 ch iy0)) +("tabulate" nil (t ae1 b y ax l ey1 t)) +("tabulated" nil (t ae1 b y ax l ey1 t ih0 d)) +("tabulating" nil (t ae1 b y ax l ey1 t ih0 ng)) +("tabulation" nil (t ae1 b y ax l ey1 sh ax n)) +("tabulations" nil (t ae1 b y ax l ey1 sh ax n z)) +("tabulature" nil (t ae1 b y ax l ax ch er0)) +("tac" nil (t ae1 k)) +("tacey" nil (t ey1 s iy0)) +("tacit" nil (t ae1 s ih0 t)) +("tacita" nil (t aa0 ch iy1 t ax)) +("tacitly" nil (t ae1 s ih0 t l iy0)) +("taciturn" nil (t ae1 s ih0 t er1 n)) +("tack" nil (t ae1 k)) +("tacke" nil (t ae1 k)) +("tacked" nil (t ae1 k t)) +("tacker" nil (t ae1 k er0)) +("tackett" nil (t ae1 k ih0 t)) +("tacking" nil (t ae1 k ih0 ng)) +("tackitt" nil (t ae1 k ih0 t)) +("tackle" nil (t ae1 k ax l)) +("tackled" nil (t ae1 k ax l d)) +("tackles" nil (t ae1 k ax l z)) +("tackling" nil (t ae1 k l ih0 ng)) +("tacks" nil (t ae1 k s)) +("tacky" nil (t ae1 k iy0)) +("taco" nil (t aa1 k ow0)) +("tacoma" nil (t ax k ow1 m ax)) +("tacos" nil (t aa1 k ow0 z)) +("tact" nil (t ae1 k t)) +("tactful" nil (t ae1 k t f ax l)) +("tactfully" nil (t ae1 k t f ax l iy0)) +("tactic" nil (t ae1 k t ih0 k)) +("tactical" nil (t ae1 k t ih0 k ax l)) +("tactically" nil (t ae1 k t ih0 k ax l iy0)) +("tactician" nil (t ae0 k t ih1 sh ax n)) +("tacticians" nil (t ae0 k t ih1 sh ax n z)) +("tactics" nil (t ae1 k t ih0 k s)) +("tacy" nil (t ey1 s iy0)) +("tad" nil (t ae1 d)) +("tada" nil (t aa1 d ax)) +("tadashi" nil (t aa1 d aa1 sh iy0)) +("tadd" nil (t ae1 d)) +("taddei" nil (t ae1 d ay0)) +("taddeo" nil (t aa1 d iy0 ow0)) +("taddy" nil (t ae1 d iy0)) +("tadeusz" nil (t ae1 d iy0 uw0 z)) +("tadlock" nil (t ae1 d l ax k)) +("tadpole" nil (t ae1 d p ow1 l)) +("tadpoles" nil (t ae1 d p ow1 l z)) +("tadros" nil (t ey1 d r ow0 z)) +("tadych" nil (t aa1 d ih0 hh)) +("tae" nil (t ey1)) +("taegu" nil (t ey1 g uw0)) +("taekwondo" nil (t ae1 k w aa1 n d ow1)) +("tafaro" nil (t ax f aa1 r ow0)) +("tafel" nil (t ae1 f ax l)) +("taff" nil (t ae1 f)) +("taffe" nil (t ae1 f)) +("taffeta" nil (t ae1 f ax t ax)) +("taffy" nil (t ae1 f iy0)) +("taflinger" nil (t ey1 f ax l ih0 ng er0)) +("tafolla" nil (t ax f aa1 l ax)) +("tafoya" nil (t aa0 f oy1 ax)) +("taft" nil (t ae1 f t)) +("tag" nil (t ae1 g)) +("tagalog" nil (t ae1 g ax l aa1 g)) +("tagamet" nil (t ae1 g ax m eh1 t)) +("taganka" nil (t ax g aa1 ng k ax)) +("tager" nil (t ey1 g er0)) +("tagg" nil (t ae1 g)) +("taggart" nil (t ae1 g er0 t)) +("tagge" nil (t ae1 g)) +("tagged" nil (t ae1 g d)) +("taggert" nil (t ae1 g er0 t)) +("tagging" nil (t ae1 g ih0 ng)) +("tagle" nil (t ey1 g ax l)) +("tagliaferri" nil (t aa0 g l y aa0 f eh1 r iy0)) +("taglieri" nil (t aa0 g l ih1 r iy0)) +("tagline" nil (t ae1 g l ay1 n)) +("tagout" nil (t ae1 g aw1 t)) +("tags" nil (t ae1 g z)) +("tague" nil (t aa1 g)) +("taher" nil (t ey1 er0)) +("tahiti" nil (t ax hh iy1 t iy0)) +("tahmassebi" nil (t aa1 m ax s iy1 b iy0)) +("tahoe" nil (t ae1 hh ow0)) +("tai" nil (t ay1)) +("taibi" nil (t ey1 b iy0)) +("taiko" nil (t ey1 k ow0)) +("tail" nil (t ey1 l)) +("tailed" nil (t ey1 l d)) +("tailgate" nil (t ey1 l g ey1 t)) +("tailhook" nil (t ey1 l hh uh1 k)) +("tailing" nil (t ey1 l ih0 ng)) +("tailings" nil (t ey1 l ih0 ng z)) +("taillon" nil (t ey1 l ax n)) +("tailor" nil (t ey1 l er0)) +("tailored" nil (t ey1 l er0 d)) +("tailoring" nil (t ey1 l er0 ih0 ng)) +("tailors" nil (t ey1 l er0 z)) +("tailpipe" nil (t ey1 l p iy1 p)) +("tails" nil (t ey1 l z)) +("tailspin" nil (t ey1 l s p ih1 n)) +("tainer" nil (t ey1 n er0)) +("taing" nil (t aa1 ih0 ng)) +("taint" nil (t ey1 n t)) +("tainted" nil (t ey1 n t ih0 d)) +("tainter" nil (t ey1 n t er0)) +("tainting" nil (t ey1 n t ih0 ng)) +("taints" nil (t ey1 n t s)) +("taipei" nil (t ay1 p ey1)) +("taira" nil (t aa0 ih1 r ax)) +("taisei" nil (t ey1 s ey1)) +("taisho" nil (t ey1 sh ow0)) +("tait" nil (t ey1 t)) +("taite" nil (t ey1 t)) +("taitt" nil (t ey1 t)) +("taiwan" nil (t ay1 w aa1 n)) +("taiwanese" nil (t ay1 w aa0 n iy1 z)) +("taiyo" nil (t ay1 y ow0)) +("taj" nil (t aa1 zh)) +("tajikistan" nil (t aa1 jh iy1 k ih0 s t ae1 n)) +("tajima" nil (t aa1 jh iy1 m ax)) +("tak" nil (t ae1 k)) +("takach" nil (t ae1 k ax k)) +("takacs" nil (t ae1 k ax k s)) +("takagi" nil (t aa0 k aa1 g iy0)) +("takahashi" nil (t aa0 k aa0 hh aa1 sh iy0)) +("takaki" nil (t aa0 k aa1 k iy0)) +("takako" nil (t aa1 k aa1 k ow0)) +("takanashi" nil (t aa1 k aa1 n aa1 sh iy0)) +("takao" nil (t aa1 k aa1 ow0)) +("takara" nil (t aa0 k aa1 r ax)) +("takasago" nil (t aa1 k aa0 s aa1 g ow0)) +("takashi" nil (t aa1 k aa1 sh iy0)) +("takashima" nil (t aa1 k aa0 sh iy1 m ax)) +("takashimaya" nil (t aa1 k aa1 sh ih0 m aa1 y ax)) +("takata" nil (t aa0 k aa1 t ax)) +("takayama" nil (t aa0 k aa0 y aa1 m ax)) +("take" nil (t ey1 k)) +("takecare" nil (t ey1 k eh1 r)) +("takeda" nil (t aa0 k ey1 d ax)) +("takei" nil (t aa1 k ey1)) +("takemoto" nil (t aa0 k ey0 m ow1 t ow0)) +("takemura" nil (t aa1 k ey0 m uh1 r ax)) +("taken" nil (t ey1 k ax n)) +("takeo" nil (t aa1 k ey1 ow0)) +("takeoff" nil (t ey1 k ao1 f)) +("takeoffs" nil (t ey1 k ao1 f s)) +("takeout" nil (t ey1 k aw1 t)) +("takeover" nil (t ey1 k ow1 v er0)) +("takeovers" nil (t ey1 k ow1 v er0 z)) +("taker" nil (t ey1 k er0)) +("takers" nil (t ey1 k er0 z)) +("takes" nil (t ey1 k s)) +("takeshi" nil (t ax k eh1 sh iy0)) +("takeshima" nil (t ae1 k ih0 sh iy1 m ax)) +("takeshita" nil (t aa1 k ax sh iy1 t ax)) +("taketa" nil (t aa0 k ey1 t ax)) +("taketomi" nil (t aa1 k ih0 t ow1 m iy0)) +("takeuchi" nil (t aa1 k ey0 uw1 ch iy0)) +("taki" nil (t ae1 k iy0)) +("takihyo" nil (t ax k iy1 y ow0)) +("taking" nil (t ey1 k ih0 ng)) +("takings" nil (t ey1 k ih0 ng z)) +("takover" nil (t ae1 k ow0 v er0)) +("taku" nil (t aa1 k uw1)) +("takushoku" nil (t aa1 k ax sh ow1 k uw0)) +("talaga" nil (t aa0 l aa1 g ax)) +("talal" nil (t ax l aa1 l)) +("talamantes" nil (t aa0 l aa0 m aa1 n t eh0 s)) +("talamantez" nil (t aa0 l aa0 m aa1 n t eh0 z)) +("talamo" nil (t aa0 l aa1 m ow0)) +("talarico" nil (t aa0 l aa0 r iy1 k ow0)) +("talavera" nil (t aa0 l aa0 v eh1 r ax)) +("talbert" nil (t ae1 l b er0 t)) +("talbot" nil (t ae1 l b ax t)) +("talbots" nil (t ae1 l b ax t s)) +("talbott" nil (t ae1 l b ax t)) +("talc" nil (t ae1 l k)) +("talcott" nil (t ae1 l k ax t)) +("talcs" nil (t ae1 l k s)) +("talcum" nil (t ae1 l k ax m)) +("tale" nil (t ey1 l)) +("talent" nil (t ae1 l ax n t)) +("talented" nil (t ae1 l ax n t ax d)) +("talents" nil (t ae1 l ax n t s)) +("talerico" nil (t aa0 l er0 iy1 k ow0)) +("tales" nil (t ey1 l z)) +("talford" nil (t ae1 l f er0 d)) +("taligent" nil (t ae1 l ih0 jh eh0 n t)) +("talisman" nil (t ae1 l ih0 s m ax n)) +("talitha" nil (t ae1 l ih0 dh ax)) +("talk" nil (t ao1 k)) +("talkative" nil (t ao1 k ax t ih0 v)) +("talkback" nil (t ao1 k b ae1 k)) +("talked" nil (t ao1 k t)) +("talker" nil (t ao1 k er0)) +("talkers" nil (t ao1 k er0 z)) +("talkie" nil (t ao1 k iy0)) +("talkies" nil (t ao1 k iy0 z)) +("talkin" nil (t aa1 k ax n)) +("talking" nil (t ao1 k ih0 ng)) +("talkington" nil (t ao1 k ih0 ng t ax n)) +("talks" nil (t ao1 k s)) +("talky" nil (t ao1 k iy0)) +("tall" nil (t ao1 l)) +("tallahassee" nil (t ae1 l ax hh ae1 s iy0)) +("tallant" nil (t aa1 l ax n t)) +("tallarico" nil (t aa0 l aa0 r iy1 k ow0)) +("tallent" nil (t aa1 l ax n t)) +("taller" nil (t ao1 l er0)) +("tallerico" nil (t aa0 l er0 iy1 k ow0)) +("tallest" nil (t ao1 l ih0 s t)) +("talley" nil (t ae1 l iy0)) +("tallie" nil (t ao1 l iy0)) +("tallied" nil (t ae1 l iy0 d)) +("tallies" nil (t ae1 l iy0 z)) +("tallmadge" nil (t ae1 l m ae0 jh)) +("tallman" nil (t ao1 l m ax n)) +("tallo" nil (t ae1 l ow0)) +("tallon" nil (t ae1 l ax n)) +("tallow" nil (t ae1 l ow0)) +("tallula" nil (t aa0 l uw1 l ax)) +("tallulah" nil (t ae1 l uw1 l ax)) +("tally" nil (t ae1 l iy0)) +("tallyho" nil (t ae1 l iy0 hh ow1)) +("tallying" nil (t ae1 l iy0 ih0 ng)) +("talmadge" nil (t ae1 l m ae0 jh)) +("talmage" nil (t ae1 l m ih0 jh)) +("talman" nil (t ae1 l m ax n)) +("talmor" nil (t ae1 l m ao1 r)) +("talmud" nil (t ae1 l m ax d)) +("talon" nil (t ae1 l ax n)) +("talsma" nil (t aa1 l s m ax)) +("talton" nil (t ae1 l t ax n)) +("talty" nil (t ao1 l t iy0)) +("tam" nil (t ae1 m)) +("tama" nil (t aa1 m ax)) +("tamales" nil (t ax m aa1 l iy0 z)) +("tamanaha" nil (t aa0 m aa0 n aa1 hh ax)) +("tamara" nil (t ax m aa1 r ax)) +("tamarac" nil (t ae1 m er0 ae0 k)) +("tamargo" nil (t aa0 m aa1 r g ow0)) +("tamarin" nil (t ae1 m er0 ax n)) +("tamarisks" nil (t ae1 m er0 ih0 s k s)) +("tamas" nil (t aa1 m ax z)) +("tamashiro" nil (t aa0 m aa0 sh ih1 r ow0)) +("tamayo" nil (t aa0 m aa1 y ow0)) +("tamblyn" nil (t ae1 m b l ih0 n)) +("tambo" nil (t ae1 m b ow0)) +("tambourine" nil (t ae1 m b er0 iy1 n)) +("tambrands" nil (t ae1 m b r ae1 n d z)) +("tambs" nil (t ae1 m z)) +("tamburello" nil (t aa0 m b uh0 r eh1 l ow0)) +("tamburo" nil (t aa0 m b uh1 r ow0)) +("tamburri" nil (t aa0 m b uh1 r iy0)) +("tamburrino" nil (t aa0 m b uh0 r iy1 n ow0)) +("tamburro" nil (t aa0 m b uh1 r ow0)) +("tame" nil (t ey1 m)) +("tamed" nil (t ey1 m d)) +("tamer" nil (t ey1 m er0)) +("tames" nil (t ey1 m z)) +("tamez" nil (t aa0 m eh1 z)) +("tamil" nil (t ae1 m ax l)) +("tamils" nil (t ae1 m ax l z)) +("taming" nil (t ey1 m ih0 ng)) +("tamke" nil (t ae1 m k iy0)) +("tamm" nil (t ae1 m)) +("tammany" nil (t ae1 m ax n iy0)) +("tammaro" nil (t aa0 m aa1 r ow0)) +("tammen" nil (t ae1 m ax n)) +("tammie" nil (t ae1 m iy0)) +("tamminga" nil (t aa0 m iy1 ng g ax)) +("tammy" nil (t ae1 m iy0)) +("tamoxifen" nil (t ae1 m aa1 k s ax f ax n)) +("tampa" nil (t ae1 m p ax)) +("tampax" nil (t ae1 m p ae1 k s)) +("tamper" nil (t ae1 m p er0)) +("tampered" nil (t ae1 m p er0 d)) +("tampering" nil (t ae1 m p er0 ih0 ng)) +("tamplin" nil (t ae1 m p l ih0 n)) +("tampon" nil (t ae1 m p aa0 n)) +("tampons" nil (t ae1 m p aa0 n z)) +("tampopo" nil (t ae1 m p ow1 p ow0)) +("tamposi" nil (t ae1 m p ow1 s iy0)) +("tamura" nil (t aa0 m uh1 r ax)) +("tan" nil (t ae1 n)) +("tanabe" nil (t aa0 n aa1 b ey0)) +("tanaka" nil (t aa0 n aa1 k ax)) +("tancredi" nil (t aa0 n k r eh1 d iy0)) +("tancredo" nil (t ae1 n k r ey1 d ow0)) +("tandem" nil (t ae1 n d ax m)) +("tandon" nil (t ae1 n d ax n)) +("tandy" nil (t ae1 n d iy0)) +("tandycrafts" nil (t ae1 n d iy0 k r ae1 f t s)) +("taneja" nil (t ax n ey1 hh ax)) +("tanen" nil (t ae1 n ax n)) +("tanenbaum" nil (t ae1 n ax n b aw1 m)) +("taney" nil (t ey1 n iy0)) +("tang" nil (t ae1 ng)) +("tange" nil (t ae1 n jh)) +("tangeman" nil (t ey1 n jh m ax n)) +("tangen" nil (t ae1 ng ax n)) +("tangent" nil (t ae1 n jh ax n t)) +("tangential" nil (t ae0 n jh eh1 n ch ax l)) +("tanger" nil (t ae1 ng er0)) +("tangerine" nil (t ae1 n jh er0 iy1 n)) +("tangerines" nil (t ae1 n jh er0 iy1 n z)) +("tangible" nil (t ae1 n jh ax b ax l)) +("tangibles" nil (t ae1 n jh ax b ax l z)) +("tangiers" nil (t ae1 n jh ih1 r z)) +("tangle" nil (t ae1 ng g ax l)) +("tangled" nil (t ae1 ng g ax l d)) +("tangles" nil (t ae1 ng g ax l z)) +("tanglewood" nil (t ae1 ng g ax l w uh1 d)) +("tangney" nil (t ae1 ng g n iy0)) +("tango" nil (t ae1 ng g ow0)) +("tangos" nil (t ae1 ng g ow0 z)) +("tangredi" nil (t aa0 ng g r eh1 d iy0)) +("tangs" nil (t ae1 ng z)) +("tanguay" nil (t ae1 n g ey0)) +("tanguma" nil (t aa0 ng g uw1 m ax)) +("tani" nil (t aa1 n iy0)) +("tania" nil (t aa1 n y ax)) +("taniguchi" nil (t aa1 n ih0 g uw1 ch iy0)) +("tanimoto" nil (t aa0 n iy0 m ow1 t ow0)) +("tanimura" nil (t aa1 n ih0 m uw1 r ax)) +("tanis" nil (t ae1 n ih0 s)) +("tanjug" nil (t ae1 n jh ah1 g)) +("tank" nil (t ae1 ng k)) +("tankan" nil (t ae1 ng k ax n)) +("tankard" nil (t ae1 ng k er0 d)) +("tanke" nil (t ae1 ng k)) +("tanked" nil (t ae1 ng k t)) +("tanker" nil (t ae1 ng k er0)) +("tankers" nil (t ae1 ng k er0 z)) +("tankersley" nil (t ae1 ng k er0 s l iy0)) +("tanks" nil (t ae1 ng k s)) +("tanksley" nil (t ae1 ng k s l iy0)) +("tann" nil (t ae1 n)) +("tannahill" nil (t ae1 n ax hh ih1 l)) +("tanned" nil (t ae1 n d)) +("tannehill" nil (t ae1 n hh ih0 l)) +("tannen" nil (t ae1 n ax n)) +("tannenbaum" nil (t ae1 n ax n b aw1 m)) +("tanner" nil (t ae1 n er0)) +("tanney" nil (t ae1 n iy0)) +("tannhauser" nil (t ae1 n hh aw1 z er0)) +("tanning" nil (t ae1 n ih0 ng)) +("tanqueray" nil (t ae1 ng k w er0 ey1)) +("tans" nil (t ae1 n z)) +("tansey" nil (t ae1 n z iy0)) +("tanski" nil (t ae1 n s k iy1)) +("tansy" nil (t ae1 n z iy0)) +("tant" nil (t ae1 n t)) +("tantalized" nil (t ae1 n t ax l ay1 z d)) +("tantalizing" nil (t ae1 n t ax l ay1 z ih0 ng)) +("tantalizingly" nil (t ae1 n t ax l ay1 z ih0 ng l iy0)) +("tantalum" nil (t ae1 n t ax l ax m)) +("tantalus" nil (t ae1 n t ax l ax s)) +("tantamount" nil (t ae1 n t ax m aw1 n t)) +("tantillo" nil (t aa0 n t ih1 l ow0)) +("tanton" nil (t ae1 n t ax n)) +("tantric" nil (t ae1 n t r ih0 k)) +("tantrum" nil (t ae1 n t r ax m)) +("tantrums" nil (t ae1 n t r ax m z)) +("tanya" nil (t aa1 n y ax)) +("tanzania" nil (t ae0 n z ey1 n iy0 ax)) +("tanzanian" nil (t ae1 n z ey1 n iy0 ax n)) +("tanzer" nil (t ae1 n z er0)) +("tanzi" nil (t ae1 n z iy0)) +("tao" nil (t aw1)) +("taoism" nil (d aw1 ih0 z ax m)) +("taoists" nil (d aw1 ax s t s)) +("taormina" nil (t aa0 ao0 r m iy1 n ax)) +("taos" nil (t aw1 z)) +("tap" nil (t ae1 p)) +("tapas" nil (t ah1 p ax s)) +("tape" nil (t ey1 p)) +("taped" nil (t ey1 p t)) +("tapeie" nil (t ey1 p iy0 ey0)) +("taper" nil (t ey1 p er0)) +("tapered" nil (t ey1 p er0 d)) +("tapering" nil (t ey1 p er0 ih0 ng)) +("tapers" nil (t ey1 p er0 z)) +("tapes" nil (t ey1 p s)) +("tapestries" nil (t ae1 p ax s t r iy0 z)) +("tapestry" nil (t ae1 p ax s t r iy0)) +("tapia" nil (t aa1 p iy0 ax)) +("tapias" nil (t ax p iy1 ax s)) +("tapie" nil (t ae1 p iy0)) +("taping" nil (t ey1 p ih0 ng)) +("tapley" nil (t ae1 p l iy0)) +("taplin" nil (t ae1 p l ih0 n)) +("tapp" nil (t ae1 p)) +("tappan" nil (t ae1 p ax n)) +("tappe" nil (t ae1 p)) +("tapped" nil (t ae1 p t)) +("tappen" nil (t ae1 p ax n)) +("tapper" nil (t ae1 p er0)) +("tappet" nil (t ae1 p ax t)) +("tappin" nil (t ae1 p ih0 n)) +("tapping" nil (t ae1 p ih0 ng)) +("taps" nil (t ae1 p s)) +("tapscott" nil (t ae1 p s k ax t)) +("tar" nil (t aa1 r)) +("tara" nil (t eh1 r ax)) +("tarallo" nil (t er0 ae1 l ow0)) +("tarango" nil (t aa0 r aa1 ng g ow0)) +("tarantino" nil (t aa0 r aa0 n t iy1 n ow0)) +("taranto" nil (t er0 ae1 n t ow0)) +("taras" nil (t aa1 r ax z)) +("tarasoff" nil (t eh1 r ih0 s ao0 f)) +("taravella" nil (t ae1 r ax v eh1 l ax)) +("tarbell" nil (t aa1 r b eh1 l)) +("tarbert" nil (t aa1 r b er0 t)) +("tarbet" nil (t aa1 r b ih0 t)) +("tarbox" nil (t aa1 r b aa1 k s)) +("tarbutton" nil (t aa1 r b ah1 t ax n)) +("tardif" nil (t aa1 r d ih0 f)) +("tardiff" nil (t aa1 r d ih0 f)) +("tardiness" nil (t aa1 r d iy0 n ax s)) +("tarditi" nil (t aa1 r d ih1 t iy0)) +("tardy" nil (t aa1 r d iy0)) +("target" nil (t aa1 r g ax t)) +("targeted" nil (t aa1 r g ax t ih0 d)) +("targeting" nil (t aa1 r g ax t ih0 ng)) +("targets" nil (t aa1 r g ax t s)) +("tarheels" nil (t aa1 r hh iy1 l z)) +("tariff" nil (t eh1 r ax f)) +("tariffs" nil (t eh1 r ax f s)) +("tarin" nil (t aa1 r iy0 n)) +("tariq" nil (t aa1 r iy1 k)) +("tarkington" nil (t aa1 r k ih0 ng t ax n)) +("tarkowski" nil (t er0 k ao1 f s k iy0)) +("tarleton" nil (t aa1 r l t ax n)) +("tarlow" nil (t aa1 r l ow1)) +("tarlton" nil (t aa1 r l t ax n)) +("tarmac" nil (t aa1 r m ae1 k)) +("tarmacs" nil (t aa1 r m ae1 k s)) +("tarman" nil (t aa1 r m ax n)) +("tarnish" nil (t aa1 r n ih0 sh)) +("tarnished" nil (t aa1 r n ih0 sh t)) +("tarnishing" nil (t aa1 r n ih0 sh ih0 ng)) +("tarnoff" nil (t aa1 r n ao1 f)) +("tarnow" nil (t aa1 r n ow0)) +("tarnowski" nil (t er0 n ao1 f s k iy0)) +("taro" nil (t eh1 r ow0)) +("tarom" nil (t eh1 r ax m)) +("tarp" nil (t aa1 r p)) +("tarpey" nil (t aa1 r p iy0)) +("tarpley" nil (t aa1 r p l iy0)) +("tarpon" nil (t aa1 r p ax n)) +("tarps" nil (t aa1 r p s)) +("tarquinio" nil (t aa0 r k w iy1 n iy0 ow0)) +("tarr" nil (t aa1 r)) +("tarrance" nil (t aa1 r ax n s)) +("tarrant" nil (t aa1 r ax n t)) +("tarred" nil (t aa1 r d)) +("tarring" nil (t aa1 r ih0 ng)) +("tarry" nil (t eh1 r iy0)) +("tarrytown" nil (t eh1 r iy0 t aw1 n)) +("tarses" nil (t aa1 r s ih0 s)) +("tarsus" nil (t aa1 r s ax s)) +("tart" nil (t aa1 r t)) +("tartaglia" nil (t aa0 r t ae1 g l iy0 ax)) +("tartaglione" nil (t aa0 r t ae0 g l iy0 ow1 n iy0)) +("tartan" nil (t aa1 r t ax n)) +("tartar" nil (t aa1 r t er0)) +("tarte" nil (t aa1 r t)) +("tarter" nil (t aa1 r t er0)) +("tartikoff" nil (t aa1 r t ih0 k ao1 f)) +("tartness" nil (t aa1 r t n ax s)) +("tarts" nil (t aa1 r t s)) +("tartt" nil (t aa1 r t)) +("tarver" nil (t aa1 r v er0)) +("tarvin" nil (t aa1 r v ih0 n)) +("tarzan" nil (t aa1 r z ae1 n)) +("tasca" nil (t aa1 s k ax)) +("tasch" nil (t ae1 sh)) +("taschner" nil (t ae1 sh n er0)) +("tash" nil (t ae1 sh)) +("tashiro" nil (t aa0 sh ih1 r ow0)) +("tashjian" nil (t ae1 sh jh iy0 ax n)) +("tashkent" nil (t ae1 sh k eh1 n t)) +("task" nil (t ae1 s k)) +("tasker" nil (t ae1 s k er0)) +("tasking" nil (t ae1 s k ih0 ng)) +("taskmaster" nil (t ae1 s k m ae1 s t er0)) +("tasks" nil (t ae1 s k s)) +("tasm" nil (t ae1 s ax m)) +("tasman" nil (t ae1 z m ax n)) +("tasmania" nil (t ae1 z m ey1 n iy0 ax)) +("tasmanian" nil (t ae1 z m ey1 n iy0 ax n)) +("tass" nil (t ae1 s)) +("tassel" nil (t ae1 s ax l)) +("tassi" nil (t ae1 s iy0)) +("tassin" nil (t ae1 s ih0 n)) +("tassinari" nil (t aa0 s iy0 n aa1 r iy0)) +("tasso" nil (t ae1 s ow1)) +("tassone" nil (t aa0 s ow1 n iy0)) +("taste" nil (t ey1 s t)) +("tasted" nil (t ey1 s t ax d)) +("tasteful" nil (t ey1 s t f ax l)) +("tastefully" nil (t ey1 s t f ax l iy0)) +("tasteless" nil (t ey1 s t l ax s)) +("tasters" nil (t ey1 s t er0 z)) +("tastes" nil (t ey1 s t s)) +("tastier" nil (t ey1 s t iy0 er0)) +("tastiness" nil (t ey1 s t iy0 n ax s)) +("tasting" nil (t ey1 s t ih0 ng)) +("tastings" nil (t ey1 s t ih0 ng z)) +("tasty" nil (t ey1 s t iy0)) +("tat" nil (t ae1 t)) +("tata" nil (t aa1 t ax)) +("tatar" nil (t ae1 t er0)) +("tatars" nil (t ae1 t er0 z)) +("tatarstan" nil (t aa1 t er0 s t ae1 n)) +("tate" nil (t ey1 t)) +("tateho" nil (t ax t ey1 hh ow0)) +("tatem" nil (t ae1 t ih0 m)) +("tatge" nil (t ey1 t jh)) +("tatham" nil (t ae1 th ax m)) +("tatiana" nil (t ae1 t iy1 ae1 n ax)) +("tatlock" nil (t ae1 t l aa1 k)) +("tatman" nil (t ae1 t m ax n)) +("tatom" nil (t ae1 t ax m)) +("tatra" nil (t ae1 t r ax)) +("tatro" nil (t ae1 t r ow0)) +("tatsch" nil (t ae1 ch)) +("tatsukichi" nil (t ax t s uw0 k iy1 ch iy0)) +("tatsuno" nil (t ae1 t s uw1 n ow0)) +("tattered" nil (t ae1 t er0 d)) +("tatters" nil (t ae1 t er0 z)) +("tattersall" nil (t ae1 t er0 s ax l)) +("tattled" nil (t ae1 t ax l d)) +("tattler" nil (t ae1 t l er0)) +("tattoo" nil (t ae0 t uw1)) +("tattooed" nil (t ae0 t uw1 d)) +("tattooing" nil (t ae0 t uw1 ih0 ng)) +("tattoos" nil (t ae0 t uw1 z)) +("tatty" nil (t ae1 t iy0)) +("tatu" nil (t aa0 t uw1)) +("tatum" nil (t ey1 t ax m)) +("taub" nil (t aw1 b)) +("taube" nil (t ao1 b)) +("tauber" nil (t aw1 b er0)) +("taubert" nil (t aw1 b er0 t)) +("taubes" nil (t aw1 b z)) +("taubman" nil (t aw1 b m ax n)) +("taucher" nil (t aw1 k er0)) +("tauer" nil (t aw1 er0)) +("taught" nil (t ao1 t)) +("tauke" nil (t aw1 k)) +("taul" nil (t ao1 l)) +("taulbee" nil (t ao1 l b iy1)) +("taunt" nil (t ao1 n t)) +("taunted" nil (t ao1 n t ih0 d)) +("taunting" nil (t ao1 n t ih0 ng)) +("taunton" nil (t ao1 n t ax n)) +("taunts" nil (t ao1 n t s)) +("taurus" nil (t ao1 r ax s)) +("tauruses" nil (t ao1 r ax s ax z)) +("tausch" nil (t aw1 sh)) +("tauscher" nil (t aw1 sh er0)) +("taussig" nil (t aw1 s ih0 g)) +("taut" nil (t ao1 t)) +("tauzin" nil (t aw1 z ih0 n)) +("tavano" nil (t aa0 v aa1 n ow0)) +("tavares" nil (t aa0 v aa1 r eh0 s)) +("tavarez" nil (t aa0 v aa1 r eh0 z)) +("tavel" nil (t aa0 v eh1 l)) +("tavenner" nil (t ae1 v ih0 n er0)) +("tavera" nil (t aa0 v eh1 r ax)) +("taveras" nil (t aa0 v eh1 r aa0 z)) +("tavern" nil (t ae1 v er0 n)) +("taverna" nil (t aa0 v eh1 r n ax)) +("tavernier" nil (t ae1 v er0 n iy0 er0)) +("taverns" nil (t ae1 v er0 n z)) +("taves" nil (t ey1 v z)) +("tavie" nil (t ey1 v iy0)) +("tavis" nil (t aa1 v ih0 s)) +("tavish" nil (t ey1 v ih0 sh)) +("tavist" nil (t ae1 v ih0 s t)) +("tavoulareas" nil (t aa0 v uw0 l eh1 r iy0 ax s)) +("tavy" nil (t ey1 v iy0)) +("tawana" nil (t aa1 w aa1 n ax)) +("tawdry" nil (t ao1 d r iy0)) +("tawes" nil (t ao1 z)) +("tawil" nil (t ao1 ax l)) +("tawney" nil (t ao1 n iy0)) +("tax" nil (t ae1 k s)) +("taxability" nil (t ae1 k s ax b ih1 l ih0 t iy0)) +("taxable" nil (t ae1 k s ax b ax l)) +("taxables" nil (t ae1 k s ax b ax l z)) +("taxation" nil (t ae0 k s ey1 sh ax n)) +("taxcut" nil (t ae1 k s k ah1 t)) +("taxed" nil (t ae1 k s t)) +("taxer" nil (t ae1 k s er0)) +("taxes" nil (t ae1 k s ax z)) +("taxi" nil (t ae1 k s iy0)) +("taxicab" nil (t ae1 k s iy0 k ae1 b)) +("taxied" nil (t ae1 k s iy0 d)) +("taxiing" nil (t ae1 k s iy0 ih0 ng)) +("taxing" nil (t ae1 k s ih0 ng)) +("taxis" nil (t ae1 k s iy0 z)) +("taxol" nil (t ae1 k s aa1 l)) +("taxpayer" nil (t ae1 k s p ey1 er0)) +("taxpayers" nil (t ae1 k s p ey1 er0 z)) +("taxpaying" nil (t ae1 k s p ey1 ih0 ng)) +("tay" nil (t ey1)) +("tayler" nil (t ey1 l er0)) +("tayloe" nil (t ey1 l ow0)) +("taylor" nil (t ey1 l er0)) +("taylors" nil (t ey1 l er0 z)) +("tayman" nil (t ey1 m ax n)) +("tays" nil (t ey1 z)) +("tb" nil (t iy1 b iy1)) +("tbilisi" nil (t ax b ih0 l iy1 s iy0)) +("tcas" nil (t iy1 s iy1 ey1 eh1 s)) +("tchaikovsky" nil (ch ey1 k aa1 v s k iy0)) +("tchuruk" nil (ch uh1 r ih0 k)) +("te" nil (t iy1)) +("tea" nil (t iy1)) +("teac" nil (t iy1 k)) +("teach" nil (t iy1 ch)) +("teachable" nil (t iy1 ch ax b ax l)) +("teacher" nil (t iy1 ch er0)) +("teachers" nil (t iy1 ch er0 z)) +("teaches" nil (t iy1 ch ax z)) +("teachey" nil (t iy1 ch iy0)) +("teaching" nil (t iy1 ch ih0 ng)) +("teachings" nil (t iy1 ch ih0 ng z)) +("teachout" nil (t iy1 ch aw1 t)) +("teacup" nil (t iy1 k ah1 p)) +("teaford" nil (t iy1 f ao1 r d)) +("teagarden" nil (t iy1 g aa1 r d ax n)) +("teagle" nil (t iy1 g ax l)) +("teague" nil (t iy1 g)) +("teahan" nil (t iy1 ax n)) +("teak" nil (t iy1 k)) +("teakwood" nil (t iy1 k w uh1 d)) +("teal" nil (t iy1 l)) +("teale" nil (t iy1 l)) +("teall" nil (t iy1 l)) +("team" nil (t iy1 m)) +("teamed" nil (t iy1 m d)) +("teamer" nil (t iy1 m er0)) +("teaming" nil (t iy1 m ih0 ng)) +("teammate" nil (t iy1 m ey1 t)) +("teammates" nil (t iy1 m m ey1 t s)) +("teams" nil (t iy1 m z)) +("teamster" nil (t iy1 m s t er0)) +("teamsters" nil (t iy1 m s t er0 z)) +("teamwork" nil (t iy1 m w er1 k)) +("teaneck" nil (t iy1 n eh1 k)) +("teaney" nil (t iy1 n iy0)) +("teapot" nil (t iy1 p aa1 t)) +("tear" v (t eh1 r)) +("tear" n (t iy1 r)) +("teare" nil (t iy1 r)) +("tearful" nil (t ih1 r f ax l)) +("tearfully" nil (t ih1 r f ax l iy0)) +("tearing" nil (t eh1 r ih0 ng)) +("tearle" nil (t ao1 r ax l)) +("tears" v (t eh1 r z)) +("tears" n (t ih1 r z)) +("teary" nil (t ih1 r iy0)) +("teas" nil (t iy1 z)) +("teasdale" nil (t iy1 z d ey1 l)) +("tease" nil (t iy1 z)) +("teased" nil (t iy1 z d)) +("teaser" nil (t iy1 z er0)) +("teases" nil (t iy1 z ih0 z)) +("teasing" nil (t iy1 z ih0 ng)) +("teasley" nil (t iy1 z l iy0)) +("teaspoon" nil (t iy1 s p uw1 n)) +("teaspoons" nil (t iy1 s p uw1 n z)) +("teaster" nil (t iy1 s t er0)) +("teat" nil (t iy1 t)) +("teate" nil (t iy1 ey1 t)) +("teater" nil (t iy1 t er0)) +("teatro" nil (t iy1 t r ow0)) +("teats" nil (t iy1 t s)) +("tebbe" nil (t eh1 b)) +("tebben" nil (t eh1 b ax n)) +("tebbetts" nil (t eh1 b ih0 t s)) +("tebbit" nil (t eh1 b ih0 t)) +("tebbs" nil (t eh1 b z)) +("tebeau" nil (t ih0 b ow1)) +("tebelskis" nil (t ax b eh1 l s k ih0 s)) +("tebo" nil (t eh1 b ow0)) +("tebuthiuron" nil (t eh1 b ax th y uw1 r aa0 n)) +("tec" nil (t eh1 k)) +("tech" nil (t eh1 k)) +("techies" nil (t eh1 k iy0 z)) +("techint" nil (t eh1 ch ih0 n t)) +("technic" nil (t eh1 k n ih0 k)) +("technical" nil (t eh1 k n ih0 k ax l)) +("technicalities" nil (t eh1 k n ax k ae1 l ax t iy0 z)) +("technicality" nil (t eh1 k n ax k ae1 l ih0 t iy0)) +("technically" nil (t eh1 k n ih0 k ax l iy0)) +("technician" nil (t eh0 k n ih1 sh ax n)) +("technicians" nil (t eh0 k n ih1 sh ax n z)) +("technicolor" nil (t eh1 k n ih0 k ah1 l er0)) +("technicon" nil (t eh1 k n ih0 k aa1 n)) +("technics" nil (t eh1 k n ih0 k s)) +("technique" nil (t eh0 k n iy1 k)) +("techniques" nil (t eh0 k n iy1 k s)) +("technitrol" nil (t eh1 k n ih0 t r ow1 l)) +("techno" nil (t eh1 k n ow0)) +("technocrat" nil (t eh1 k n ax k r ae1 t)) +("technocratic" nil (t eh1 k n ax k r ae1 t ih0 k)) +("technocrats" nil (t eh1 k n ax k r ae1 t s)) +("technodyne" nil (t eh1 k n ow0 d ay1 n)) +("technologic" nil (t eh1 k n ax l aa1 jh ih0 k)) +("technological" nil (t eh1 k n ax l aa1 jh ih0 k ax l)) +("technologically" nil (t eh1 k n ax l aa1 jh ih0 k ax l iy0)) +("technologies" nil (t eh0 k n aa1 l ax jh iy0 z)) +("technologist" nil (t eh1 k n aa1 l ax jh ih0 s t)) +("technologists" nil (t eh1 k n aa1 l ax jh ih0 s t s)) +("technology" nil (t eh0 k n aa1 l ax jh iy0)) +("technomic" nil (t eh1 k n aa1 m ih0 k)) +("technophobe" nil (t eh1 k n ow0 f ow1 b)) +("technophobes" nil (t eh1 k n ow0 f ow1 b z)) +("techs" nil (t eh1 k s)) +("techsystems" nil (t eh1 k s ih1 s t ax m z)) +("techy" nil (t eh1 ch iy0)) +("teck" nil (t eh1 k)) +("tecla" nil (t eh1 k l ax)) +("teco" nil (t iy1 k ow0)) +("tecogen" nil (t eh1 k ow0 g ax n)) +("tecos" nil (t iy1 k ow0 s)) +("tectonics" nil (t eh0 k t aa1 n ih0 k s)) +("tecumseh" nil (t ax k ah1 m s ax)) +("ted" nil (t eh1 d)) +("tedder" nil (t eh1 d er0)) +("teddie" nil (t eh1 d iy0)) +("teddy" nil (t eh1 d iy0)) +("tedeschi" nil (t eh0 d eh1 s k iy0)) +("tedesco" nil (t eh0 d eh1 s k ow0)) +("tedford" nil (t eh1 d f er0 d)) +("tedious" nil (t iy1 d iy0 ax s)) +("tediously" nil (t iy1 d iy0 ax s l iy0)) +("tedium" nil (t iy1 d iy0 ax m)) +("tedman" nil (t eh1 d m ax n)) +("tedmond" nil (t eh1 d m ax n d)) +("tedmund" nil (t eh1 d m ax n d)) +("tedrick" nil (t eh1 d r ih0 k)) +("tedrow" nil (t eh1 d r ow1)) +("tee" nil (t iy1)) +("teed" nil (t iy1 d)) +("teegarden" nil (t iy1 g aa1 r d ax n)) +("teegardin" nil (t iy0 g aa1 r d ih0 n)) +("teehan" nil (t iy1 ax n)) +("teeing" nil (t iy1 ih0 ng)) +("teel" nil (t iy1 l)) +("teele" nil (t iy1 l)) +("teeley" nil (t iy1 l iy0)) +("teeling" nil (t iy1 l ih0 ng)) +("teeming" nil (t iy1 m ih0 ng)) +("teems" nil (t iy1 m z)) +("teen" nil (t iy1 n)) +("teena" nil (t iy1 n ax)) +("teenage" nil (t iy1 n ey1 jh)) +("teenaged" nil (t iy1 n ey1 jh d)) +("teenager" nil (t iy1 n ey1 jh er0)) +("teenagers" nil (t iy1 n ey1 jh er0 z)) +("teenie" nil (t iy1 n iy0)) +("teens" nil (t iy1 n z)) +("teensy" nil (t iy1 n s iy0)) +("teeny" nil (t iy1 n iy0)) +("teeple" nil (t iy1 p ax l)) +("teeples" nil (t iy1 p ax l z)) +("teer" nil (t ih1 r)) +("tees" nil (t iy1 z)) +("teeter" nil (t iy1 t er0)) +("teetered" nil (t iy1 t er0 d)) +("teetering" nil (t iy1 t er0 ih0 ng)) +("teeters" nil (t iy1 t er0 z)) +("teeth" nil (t iy1 th)) +("teething" nil (t iy1 dh ih0 ng)) +("teets" nil (t iy1 t s)) +("teffeteller" nil (t eh1 f ih0 t eh1 l er0)) +("tefft" nil (t eh1 f t)) +("teflon" nil (t eh1 f l ax n)) +("tefra" nil (t eh1 f r ax)) +("tegeler" nil (t eh1 g ax l er0)) +("tegethoff" nil (t eh1 g ih0 t ao1 f)) +("tegge" nil (t eh1 g)) +("tegtmeier" nil (t eh1 t m ay0 er0)) +("tegtmeyer" nil (t eh1 t m ay0 er0)) +("tegucigalpa" nil (t eh0 g uw0 s iy0 g ae1 l p ax)) +("tehan" nil (t ey1 ax n)) +("teheran" nil (t eh1 hh er0 aa1 n)) +("teherani" nil (t eh1 hh er0 aa1 n iy0)) +("teheranis" nil (t eh1 hh er0 aa1 n iy0 z)) +("teherans" nil (t eh1 hh er0 aa1 n z)) +("tehran" nil (t ey1 r aa1 n)) +("tehrani" nil (t ey1 r aa1 n iy0)) +("tehranis" nil (t ey1 r aa1 n iy0 z)) +("tehrans" nil (t ey1 r aa1 n z)) +("teich" nil (t ay1 k)) +("teicher" nil (t ay1 k er0)) +("teichert" nil (t ay1 k er0 t)) +("teichman" nil (t ay1 k m ax n)) +("teichmann" nil (t ay1 k m ax n)) +("teig" nil (t iy1 g)) +("teige" nil (t ay1 jh)) +("teigen" nil (t ay1 g ax n)) +("teikoku" nil (t ey1 k ow1 k uw1)) +("teitel" nil (t ay1 t ax l)) +("teitelbaum" nil (t ay1 t ax l b aw0 m)) +("teitell" nil (t ay1 t eh1 l)) +("teixeira" nil (t ax k s eh1 r ax)) +("tejada" nil (t ey0 y aa1 d ax)) +("tejas" nil (t iy1 jh ax s)) +("tejeda" nil (t ey0 y ey1 d ax)) +("tejera" nil (t ey0 ih1 r ax)) +("tejon" nil (t eh1 jh aa0 n)) +("tek" nil (t eh1 k)) +("teknowledge" nil (t eh1 k n aa1 l eh0 jh)) +("tektronix" nil (t eh1 k t r aa1 n ih0 k s)) +("tel" nil (t eh1 l)) +("telaction" nil (t eh0 l ae1 k sh ax n)) +("telamon" nil (t eh1 l ax m ax n)) +("telco" nil (t eh1 l k ow0)) +("tele" nil (t eh1 l iy0)) +("telecable" nil (t eh1 l ax k ey1 b ax l)) +("telecard" nil (t eh1 l ax k aa1 r d)) +("telecast" nil (t eh1 l ax k ae1 s t)) +("telecasts" nil (t eh1 l ax k ae1 s t s)) +("telecharge" nil (t eh1 l ax ch aa1 r jh)) +("telecheck" nil (t eh1 l ax ch eh1 k)) +("telecom" nil (t eh1 l ax k aa0 m)) +("telecommunication" nil (t eh1 l ax k ax m y uw1 n ih0 k ey1 sh ax n)) +("telecommunications" nil (t eh1 l ax k ax m y uw1 n ax k ey1 sh ax n z)) +("telecommuter" nil (t eh1 l ax k ax m y uw1 t er0)) +("telecommuters" nil (t eh1 l ax k ax m y uw1 t er0 z)) +("telecommuting" nil (t eh0 l ax k ax m y uw1 t ih0 ng)) +("telecoms" nil (t eh1 l ax k aa0 m z)) +("teleconference" nil (t eh0 l ax k aa1 n f r ax n s)) +("teleconferencing" nil (t eh1 l ax k aa1 n f r ax n s ih0 ng)) +("teleconnect" nil (t eh0 l ax k ax n eh1 k t)) +("telecrafter" nil (t eh1 l ax k r ae1 f t er0)) +("telecredit" nil (t eh1 l ax k r eh1 t ih0 t)) +("telectron" nil (t eh1 l ax k t r aa0 n)) +("telectronics" nil (t eh1 l ax k t r aa1 n ih0 k s)) +("teledesic" nil (t eh1 l ax d eh1 s ih0 k)) +("teledyne" nil (t eh1 l ax d ay1 n)) +("teleflex" nil (t eh1 l ax f l eh1 k s)) +("telefon" nil (t eh1 l ax f aa1 n)) +("telefonica" nil (t eh1 l ax f aa1 n ih0 k ax)) +("telefonos" nil (t eh1 l eh0 f ow1 n ow0 s)) +("telefunken" nil (t eh1 l ax f ah1 ng k ax n)) +("telegenic" nil (t eh1 l ax jh eh1 n ih0 k)) +("teleglobe" nil (t eh1 l ax g l ow1 b)) +("telegram" nil (t eh1 l ax g r ae1 m)) +("telegrams" nil (t eh1 l ax g r ae1 m z)) +("telegraph" nil (t eh1 l ax g r ae1 f)) +("telegraphed" nil (t eh1 l ax g r ae1 f t)) +("telekom" nil (t eh1 l ax k aa0 m)) +("telemanagement" nil (t eh1 l ax m ae1 n ih0 jh m ax n t)) +("telemarketer" nil (t eh1 l ax m aa1 r k ih0 t er0)) +("telemarketers" nil (t eh1 l ax m aa1 r k ih0 t er0 z)) +("telemarketing" nil (t eh1 l ax m aa1 r k ax t ih0 ng)) +("telematics" nil (t eh1 l ax m ae1 t ih0 k s)) +("telemecanique" nil (t eh1 l ax m eh1 k ax n iy1 k)) +("telemedia" nil (t eh1 l ax m iy1 t iy0 ax)) +("telemetry" nil (t eh1 l ax m eh1 t r iy0)) +("telemundo" nil (t eh1 l ax m uw1 n d ow0)) +("telenet" nil (t eh1 l ax n eh1 t)) +("telepathy" nil (t eh1 l ax p ae1 th iy0)) +("telephone" nil (t eh1 l ax f ow1 n)) +("telephoned" nil (t eh1 l ax f ow1 n d)) +("telephones" nil (t eh1 l ax f ow1 n z)) +("telephonic" nil (t eh1 l ax f aa1 n ih0 k)) +("telephonics" nil (t eh1 l ax f aa1 n ih0 k s)) +("telephoning" nil (t eh1 l ax f ow1 n ih0 ng)) +("telephoniques" nil (t eh1 l ax f aa0 n iy1 k s)) +("telephony" nil (t eh1 l ax f ow1 n iy0)) +("telepictures" nil (t eh1 l ax p ih1 k ch er0 z)) +("teleport" nil (t eh1 l ax p ao1 r t)) +("teleprobe" nil (t eh1 l ax p r ow1 b)) +("teleprompter" nil (t eh1 l ax p r aa1 m p t er0)) +("telequest" nil (t eh1 l ax k w eh1 s t)) +("telerate" nil (t eh1 l er0 ey1 t)) +("telesat" nil (t eh1 l ax s ae0 t)) +("telesciences" nil (t eh1 l ax s ay1 ax n s ih0 z)) +("telesco" nil (t eh0 l eh1 s k ow0)) +("telescope" nil (t eh1 l ax s k ow1 p)) +("telescopes" nil (t eh1 l ax s k ow1 p s)) +("telescript" nil (t eh1 l ax s k r ih1 p t)) +("telesis" nil (t eh1 l ax s ih0 s)) +("telesphere" nil (t eh1 l ax s f ih1 r)) +("telesystem" nil (t eh1 l ax s ih1 s t ax m)) +("teletext" nil (t eh1 l ax t eh1 k s t)) +("telethon" nil (t eh1 l ax th ih0 n)) +("teletron" nil (t eh1 l ax t r aa1 n)) +("telettra" nil (t eh1 l eh0 t r ax)) +("teletype" nil (t eh1 l ax t ay1 p)) +("teletypes" nil (t eh1 l ax t ay1 p s)) +("televangelists" nil (t eh1 l ax v ae1 n jh ax l ax s t s)) +("televideo" nil (t eh1 l ax v ih1 t iy0 ow0)) +("televisa" nil (t eh1 l ax v iy1 z ax)) +("televise" nil (t eh1 l ax v ay1 z)) +("televised" nil (t eh1 l ax v ay1 z d)) +("televising" nil (t eh1 l ax v ay1 z ih0 ng)) +("television" nil (t eh1 l ax v ih1 zh ax n)) +("televisions" nil (t eh1 l ax v ih1 zh ax n z)) +("televison" nil (t eh1 l ih0 v ih0 zh ax n)) +("telewest" nil (t eh1 l ax w eh1 s t)) +("telex" nil (t eh1 l eh1 k s)) +("telexed" nil (t eh1 l eh1 s k t)) +("telexes" nil (t eh1 l eh1 k s ih0 s)) +("telfair" nil (t eh1 l f ay0 r)) +("telfer" nil (t eh1 l f er0)) +("telfor" nil (t eh1 l f er0)) +("telford" nil (t eh1 l f er0 d)) +("telfour" nil (t eh1 l f er0)) +("telit" nil (t eh1 l ih1 t)) +("tell" nil (t eh1 l)) +("tellabs" nil (t eh1 l ae1 b z)) +("tellefsen" nil (t eh1 l ih0 f s ax n)) +("tellep" nil (t eh1 l ax p)) +("teller" nil (t eh1 l er0)) +("tellers" nil (t eh1 l er0 z)) +("telles" nil (t eh1 l z)) +("tellez" nil (t ey0 l eh1 z)) +("tellier" nil (t eh1 l iy0 er0)) +("telling" nil (t eh1 l ih0 ng)) +("tellingly" nil (t eh1 l ih0 ng l iy0)) +("tellis" nil (t eh1 l ih0 s)) +("tello" nil (t eh1 l ow0)) +("tells" nil (t eh1 l z)) +("telltale" nil (t eh1 l t ey1 l)) +("telltales" nil (t eh1 l t ey1 l z)) +("telluride" nil (t eh1 l y er0 ay1 d)) +("tellurides" nil (t eh1 l y er0 ay1 d z)) +("tellurium" nil (t eh0 l uh1 r iy0 ax m)) +("telly" nil (t eh1 l iy0)) +("telmex" nil (t eh1 l m eh1 k s)) +("telos" nil (t eh1 l ow0 s)) +("telsource" nil (t eh1 l s ao1 r s)) +("telstar" nil (t eh1 l s t aa1 r)) +("telstra" nil (t eh1 l s t r ax)) +("teltschik" nil (t eh1 l ch ih0 k)) +("telxon" nil (t eh1 l z aa0 n)) +("telzrow" nil (t eh1 l z r ow0)) +("temblor" nil (t eh1 m b l er0)) +("temblors" nil (t eh1 m b l er0 z)) +("temco" nil (t eh1 m k ow0)) +("temerity" nil (t ax m eh1 r ax t iy0)) +("temerlin" nil (t eh1 m er0 l ih0 n)) +("temkin" nil (t eh1 m k ih0 n)) +("temme" nil (t eh1 m)) +("temp" nil (t eh1 m p)) +("tempe" nil (t eh1 m p iy0)) +("tempel" nil (t eh1 m p ax l)) +("temper" nil (t eh1 m p er0)) +("tempera" nil (t eh1 m p er0 ax)) +("temperament" nil (t eh1 m p r ax m ax n t)) +("temperamental" nil (t eh1 m p r ax m eh1 n t ax l)) +("temperamentally" nil (t eh1 m p r ax m eh1 n t ax l iy0)) +("temperaments" nil (t eh1 m p r ax m ax n t s)) +("temperance" nil (t eh1 m p er0 ax n s)) +("temperate" nil (t eh1 m p r ax t)) +("temperature" nil (t eh1 m p r ax ch er0)) +("temperatures" nil (t eh1 m p r ax ch er0 z)) +("tempered" nil (t eh1 m p er0 d)) +("tempering" nil (t eh1 m p er0 ih0 ng)) +("tempers" nil (t eh1 m p er0 z)) +("tempest" nil (t eh1 m p ax s t)) +("tempesta" nil (t eh1 m p eh1 s t ax)) +("tempestuous" nil (t eh1 m p eh1 s ch uw0 ax s)) +("templars" nil (t eh1 m p l er0 z)) +("template" nil (t eh1 m p l ax t)) +("temple" nil (t eh1 m p ax l)) +("templeman" nil (t eh1 m p ax l m ax n)) +("templer" nil (t eh1 m p ax l er0)) +("temples" nil (t eh1 m p ax l z)) +("templet" nil (t eh1 m p l ih0 t)) +("templeton" nil (t eh1 m p ax l t ax n)) +("templin" nil (t eh1 m p l ih0 n)) +("tempo" nil (t eh1 m p ow1)) +("temporal" nil (t eh1 m p er0 ax l)) +("temporally" nil (t eh1 m p er0 ax l iy0)) +("temporaries" nil (t eh1 m p er0 eh1 r iy0 z)) +("temporarily" nil (t eh1 m p er0 eh1 r ax l iy0)) +("temporary" nil (t eh1 m p er0 eh1 r iy0)) +("tempore" nil (t eh1 m p ao0 r)) +("temporizing" nil (t eh1 m p er0 ay1 z ih0 ng)) +("tempos" nil (t eh1 m p ow1 z)) +("temps" nil (t eh1 m p s)) +("tempt" nil (t eh1 m p t)) +("temptation" nil (t eh0 m t ey1 sh ax n)) +("temptations" nil (t eh0 m t ey1 sh ax n z)) +("tempted" nil (t eh1 m p t ax d)) +("tempting" nil (t eh1 m p t ih0 ng)) +("temptress" nil (t eh1 m p t r ih0 s)) +("tempts" nil (t eh1 m p t s)) +("ten" nil (t eh1 n)) +("tena" nil (t eh1 n ax)) +("tenable" nil (t eh1 n ax b ax l)) +("tenacious" nil (t ax n ey1 sh ax s)) +("tenaciously" nil (t ax n ey1 sh ax s l iy0)) +("tenacity" nil (t ax n ae1 s ih0 t iy0)) +("tenaglia" nil (t eh0 n aa1 g l iy0 ax)) +("tenancy" nil (t eh1 n ax n s iy0)) +("tenant" nil (t eh1 n ax n t)) +("tenants" nil (t eh1 n ax n t s)) +("tenbrink" nil (t eh1 n b r ih1 ng k)) +("tench" nil (t eh1 n ch)) +("tencza" nil (t eh1 n ch ax)) +("tend" nil (t eh1 n d)) +("tended" nil (t eh1 n d ax d)) +("tendencies" nil (t eh1 n d ax n s iy0 z)) +("tendency" nil (t eh1 n d ax n s iy0)) +("tendentious" nil (t eh1 n d eh1 n sh ax s)) +("tender" nil (t eh1 n d er0)) +("tendered" nil (t eh1 n d er0 d)) +("tendering" nil (t eh1 n d er0 ih0 ng)) +("tenderloin" nil (t eh1 n d er0 l oy1 n)) +("tenderly" nil (t eh1 n d er0 l iy0)) +("tenderness" nil (t eh1 n d er0 n ax s)) +("tenders" nil (t eh1 n d er0 z)) +("tending" nil (t eh1 n d ih0 ng)) +("tendler" nil (t eh1 n d l er0)) +("tendon" nil (t eh1 n d ax n)) +("tendons" nil (t eh1 n d ax n z)) +("tends" nil (t eh1 n d z)) +("tenement" nil (t eh1 n ax m ax n t)) +("tenements" nil (t eh1 n ax m ax n t s)) +("tenenbaum" nil (t eh1 n ax n b aw1 m)) +("tener" nil (t eh1 n er0)) +("tenera" nil (t eh1 n eh1 r ax)) +("tenet" nil (t eh1 n ax t)) +("tenets" nil (t eh1 n ax t s)) +("teneyck" nil (t eh1 n iy0 k)) +("tenfold" nil (t eh1 n f ow1 l d)) +("teng" nil (t eh1 ng)) +("tengelmann" nil (t eh1 ng g ax l m ax n)) +("tengiz" nil (t eh1 ng g ih0 z)) +("tenglemann" nil (t eh1 ng g ax l m ax n)) +("tenn" nil (t eh1 n ax s iy1)) +("tennant" nil (t eh1 n ax n t)) +("tenncare" nil (t eh1 n k eh1 r)) +("tenneco" nil (t eh1 n ax k ow0)) +("tennell" nil (t eh1 n ax l)) +("tennenbaum" nil (t eh1 n ax n b aw1 m)) +("tennent" nil (t eh1 n ax n t)) +("tenner" nil (t eh1 n er0)) +("tennessean" nil (t eh1 n ih0 s iy1 ax n)) +("tennessee" nil (t eh1 n ax s iy1)) +("tenney" nil (t eh1 n iy0)) +("tennis" nil (t eh1 n ax s)) +("tennison" nil (t eh1 n ih0 s ax n)) +("tenny" nil (t eh1 n iy0)) +("tennyson" nil (t eh1 n ih0 s ax n)) +("tenor" nil (t eh1 n er0)) +("tenore" nil (t eh1 n ao1 r)) +("tenorio" nil (t eh0 n ao1 r iy0 ow0)) +("tenors" nil (t eh1 n er0 z)) +("tenpas" nil (t eh1 n p ax z)) +("tenpenny" nil (t eh1 n p eh1 n iy0)) +("tenrecs" nil (t eh1 n r eh1 k s)) +("tens" nil (t eh1 n z)) +("tense" nil (t eh1 n s)) +("tensely" nil (t eh1 n s l iy0)) +("tensile" nil (t eh1 n s ax l)) +("tensiometer" nil (t eh1 n s iy0 aa1 m ih0 t er0)) +("tension" nil (t eh1 n sh ax n)) +("tensions" nil (t eh1 n ch ax n z)) +("tent" nil (t eh1 n t)) +("tentacle" nil (t eh1 n t ax k ax l)) +("tentacles" nil (t eh1 n t ax k ax l z)) +("tentative" nil (t eh1 n t ax t ih0 v)) +("tentatively" nil (t eh1 n t ax t ih0 v l iy0)) +("tenth" nil (t eh1 n th)) +("tenths" nil (t eh1 n th s)) +("tenting" nil (t eh1 n t ih0 ng)) +("tents" nil (t eh1 n t s)) +("tenuous" nil (t eh1 n y ax w ax s)) +("tenure" nil (t eh1 n y er0)) +("tenured" nil (t eh1 n y er0 d)) +("tenures" nil (t eh1 n y er0 z)) +("tenuta" nil (t eh0 n uw1 t ax)) +("tenzer" nil (t eh1 n z er0)) +("teo" nil (t ey1 ow0)) +("teodoro" nil (t iy1 ow0 d ao1 r ow0)) +("tepe" nil (t iy1 p)) +("teper" nil (t iy1 p er0)) +("tepid" nil (t eh1 p ih0 d)) +("teply" nil (t eh1 p l iy0)) +("tepper" nil (t eh1 p er0)) +("tepperman" nil (t eh1 p er0 m ax n)) +("tequila" nil (t ax k iy1 l ax)) +("ter" nil (t er1)) +("terada" nil (t er0 aa1 d ax)) +("teradata" nil (t eh1 r ax d aa1 t ax)) +("teradyne" nil (t eh1 r ax d ay1 n)) +("teran" nil (t eh1 r ax n)) +("terasawa" nil (t eh1 r ax s aa1 w ax)) +("terbush" nil (t er1 b ax sh)) +("tercel" nil (t er1 s ax l)) +("tercero" nil (t er0 ch eh1 r ow0)) +("terence" nil (t eh1 r ax n s)) +("terentia" nil (t er0 eh1 n sh ax)) +("teresa" nil (t er0 iy1 s ax)) +("terese" nil (t eh1 r iy0 z)) +("teresi" nil (t er0 eh1 s iy0)) +("teresita" nil (t er0 eh0 s iy1 t ax)) +("teressa" nil (t er0 eh1 s ax)) +("terex" nil (t eh1 r ax k s)) +("tereza" nil (t er0 ey1 z ax)) +("terhaar" nil (t er1 hh aa0 r)) +("terhorst" nil (t er1 hh ao0 r s t)) +("terhune" nil (t er0 hh y uw1 n)) +("teri" nil (t eh1 r iy0)) +("teriyaki" nil (t eh1 r ih0 y aa1 k iy0)) +("terkhorn" nil (t er1 k ao1 r n)) +("terlecki" nil (t er0 l eh1 t s k iy0)) +("terlizzi" nil (t er0 l iy1 t s iy0)) +("term" nil (t er1 m)) +("terman" nil (t er1 m ax n)) +("termed" nil (t er1 m d)) +("termeer" nil (t er0 m ih1 r)) +("terminal" nil (t er1 m ax n ax l)) +("terminally" nil (t er1 m ax n ax l iy0)) +("terminals" nil (t er1 m ax n ax l z)) +("terminate" nil (t er1 m ax n ey1 t)) +("terminated" nil (t er1 m ax n ey1 t ax d)) +("terminates" nil (t er1 m ih0 n ey1 t s)) +("terminating" nil (t er1 m ax n ey1 t ih0 ng)) +("termination" nil (t er0 m ax n ey1 sh ax n)) +("terminations" nil (t er1 m ax n ey1 sh ax n z)) +("terminator" nil (t er1 m ax n ey1 t er0)) +("termine" nil (t er1 m ih0 n)) +("terming" nil (t er1 m ih0 ng)) +("termini" nil (t er1 m ih0 n ay1)) +("terminology" nil (t er1 m ih0 n aa1 l ax jh iy0)) +("termite" nil (t er1 m ay0 t)) +("termites" nil (t er1 m ay0 t s)) +("terms" nil (t er1 m z)) +("ternes" nil (t er1 n z)) +("terns" nil (t er1 n z)) +("terpening" nil (t er1 p ax n ih0 ng)) +("terpstra" nil (t eh1 r p s t r ax)) +("terra" nil (t eh1 r ax)) +("terracciano" nil (t er0 aa0 ch iy0 aa1 n ow0)) +("terrace" nil (t eh1 r ax s)) +("terraced" nil (t eh1 r ax s t)) +("terraces" nil (t eh1 r ax s ax z)) +("terrain" nil (t er0 ey1 n)) +("terrains" nil (t er0 ey1 n z)) +("terral" nil (t eh1 r ax l)) +("terrana" nil (t er0 ae1 n ax)) +("terrance" nil (t eh1 r ax n s)) +("terrano" nil (t er0 aa1 n ow0)) +("terranova" nil (t er0 aa0 n ow1 v ax)) +("terrasi" nil (t er0 aa1 s iy0)) +("terrazas" nil (t eh0 r aa1 z aa0 z)) +("terre" nil (t eh1 r ax)) +("terrebonne" nil (t er0 eh0 b ow1 n iy0)) +("terrel" nil (t eh1 r ax l)) +("terrell" nil (t eh1 r ax l)) +("terrence" nil (t eh1 r ax n s)) +("terrestrial" nil (t er0 eh1 s t r iy0 ax l)) +("terri" nil (t eh1 r iy0)) +("terrible" nil (t eh1 r ax b ax l)) +("terribly" nil (t eh1 r ax b l iy0)) +("terrie" nil (t eh1 r iy0)) +("terrien" nil (t eh1 r iy0 ax n)) +("terrier" nil (t eh1 r iy0 er0)) +("terriers" nil (t eh1 r iy0 er0 z)) +("terrific" nil (t er0 ih1 f ih0 k)) +("terrifically" nil (t er0 ih1 f ih0 k l iy0)) +("terrified" nil (t eh1 r ax f ay1 d)) +("terrifies" nil (t eh1 r ax f ay1 z)) +("terrify" nil (t eh1 r ax f ay1)) +("terrifying" nil (t eh1 r ax f ay1 ih0 ng)) +("terrile" nil (t eh1 r iy1 l)) +("terrill" nil (t eh1 r ax l)) +("terrington" nil (t eh1 r ih0 ng t ax n)) +("terrio" nil (t eh1 r iy0 ow0)) +("terris" nil (t eh1 r ih0 s)) +("territo" nil (t er0 iy1 t ow0)) +("territorial" nil (t eh1 r ih0 t ao1 r iy0 ax l)) +("territorialism" nil (t eh1 r ax t ao1 r iy0 ax l ih1 z ax m)) +("territories" nil (t eh1 r ax t ao1 r iy0 z)) +("territory" nil (t eh1 r ih0 t ao1 r iy0)) +("terrizzi" nil (t eh1 r ih1 t s iy0)) +("terrones" nil (t eh1 r ax n z)) +("terror" nil (t eh1 r er0)) +("terrorism" nil (t eh1 r er0 ih1 z ax m)) +("terrorist" nil (t eh1 r er0 ih0 s t)) +("terroristic" nil (t eh1 r er0 ih1 s t ih0 k)) +("terrorists" nil (t eh1 r er0 ax s t s)) +("terrorize" nil (t eh1 r er0 ay1 z)) +("terrorized" nil (t eh1 r er0 ay1 z d)) +("terrorizes" nil (t eh1 r er0 ay1 z ih0 z)) +("terrorizing" nil (t eh1 r er0 ay1 z ih0 ng)) +("terry" nil (t eh1 r iy0)) +("terse" nil (t er1 s)) +("tersely" nil (t er1 s l iy0)) +("tertia" nil (t eh1 r sh ax)) +("tertiary" nil (t er1 sh er0 iy0)) +("tertius" nil (t er1 t iy0 ih0 s)) +("teruko" nil (t eh1 r uw0 k ow0)) +("teruya" nil (t eh0 r uw1 y ax)) +("tervo" nil (t eh1 r v ow0)) +("terwilliger" nil (t er1 w ih0 l ih0 g er0)) +("terzian" nil (t er1 z iy0 ax n)) +("tesar" nil (t ih0 s aa1 r)) +("tesch" nil (t eh1 sh)) +("teschner" nil (t eh1 sh n er0)) +("tesco" nil (t eh1 s k ow0)) +("tese" nil (t iy1 s)) +("tesh" nil (t eh1 sh)) +("teska" nil (t eh1 s k ax)) +("teske" nil (t eh1 s k)) +("tesler" nil (t eh1 s ax l er0)) +("teslik" nil (t eh1 s l ih0 k)) +("tesmer" nil (t eh1 s ax m er0)) +("tesobono" nil (t eh1 s ax b ow1 n ow0)) +("tesobonos" nil (t eh1 s ax b ow1 n ow0 s)) +("tesoriero" nil (t eh0 s ao0 r ih1 r ow0)) +("tesoro" nil (t eh0 s ao1 r ow0)) +("tess" nil (t eh1 s)) +("tessa" nil (t eh1 s ax)) +("tesselated" nil (t eh1 s ax l ey1 t ih0 d)) +("tessie" nil (t eh1 s iy0)) +("tessier" nil (t eh1 s iy0 er0)) +("tessitore" nil (t eh0 s iy0 t ao1 r iy0)) +("tessler" nil (t eh1 s l er0)) +("tessman" nil (t eh1 s m ax n)) +("tessmer" nil (t eh1 s m er0)) +("tessy" nil (t eh1 s iy0)) +("test" nil (t eh1 s t)) +("testa" nil (t eh1 s t ax)) +("testament" nil (t eh1 s t ax m ax n t)) +("testamentary" nil (t eh1 s t ax m eh1 n t er0 iy0)) +("tested" nil (t eh1 s t ax d)) +("tester" nil (t eh1 s t er0)) +("testerman" nil (t eh1 s t er0 m ax n)) +("testers" nil (t eh1 s t er0 z)) +("testicle" nil (t eh1 s t ih0 k ax l)) +("testicles" nil (t eh1 s t ih0 k ax l z)) +("testicular" nil (t eh1 s t ih1 k y ax l er0)) +("testified" nil (t eh1 s t ax f ay1 d)) +("testifies" nil (t eh1 s t ax f ay1 z)) +("testify" nil (t eh1 s t ax f ay1)) +("testifying" nil (t eh1 s t ax f ay1 ih0 ng)) +("testily" nil (t eh1 s t ax l iy0)) +("testimonial" nil (t eh1 s t ax m ow1 n iy0 ax l)) +("testimonials" nil (t eh1 s t ax m ow1 n iy0 ax l z)) +("testimonies" nil (t eh1 s t ax m ow1 n iy0 z)) +("testimony" nil (t eh1 s t ax m ow1 n iy0)) +("testing" nil (t eh1 s t ih0 ng)) +("teston" nil (t eh1 s t ax n)) +("testor" nil (t eh1 s t er0)) +("testosterone" nil (t eh1 s t aa1 s t er0 ow1 n)) +("testrake" nil (t eh1 s t r ey1 k)) +("tests" nil (t eh1 s t s)) +("testuro" nil (t eh1 s t uh1 r ow0)) +("testy" nil (t eh1 s t iy0)) +("tet" nil (t eh1 t)) +("teta" nil (t eh1 t ax)) +("tetanus" nil (t eh1 t ax n ax s)) +("tete" nil (t eh1 t)) +("teter" nil (t iy1 t er0)) +("teters" nil (t iy1 t er0 z)) +("tether" nil (t eh1 dh er0)) +("tethered" nil (t eh1 dh er0 d)) +("teti" nil (t eh1 t iy0)) +("tetley" nil (t eh1 t l iy0)) +("tetlow" nil (t eh1 t l ow0)) +("teton" nil (t iy1 t ax n)) +("tetra" nil (t eh1 t r ax)) +("tetrads" nil (t eh1 t r ae1 d z)) +("tetrahedral" nil (t eh1 t r ax hh iy1 d r ax l)) +("tetrahedron" nil (t eh1 t r ax hh iy1 d r ax n)) +("tetrault" nil (t eh1 t r aw0 l t)) +("tetravalent" nil (t eh1 t r ax v ey1 l ax n t)) +("tetreault" nil (t ih0 t r ow1)) +("tetrick" nil (t eh1 t r ih0 k)) +("tetro" nil (t eh1 t r ow0)) +("tetsuji" nil (t eh1 t s uw1 jh iy0)) +("tetsuo" nil (t eh1 t s uw1 ow0)) +("tettamanti" nil (t eh1 t ax m ae1 n t iy0)) +("tetterton" nil (t eh1 t er0 t ax n)) +("tetzlaff" nil (t eh1 t z l ax f)) +("tetzloff" nil (t eh1 t z l ao0 f)) +("teuber" nil (t oy1 b er0)) +("teubner" nil (t oy1 b n er0)) +("teufel" nil (t oy1 f ax l)) +("teuscher" nil (t oy1 sh er0)) +("teutsch" nil (t oy1 ch)) +("teva" nil (t ey1 v ax)) +("tevatron" nil (t eh1 v ax t r aa0 n)) +("teves" nil (t iy1 v z)) +("tevis" nil (t eh1 v ih0 s)) +("tevlin" nil (t eh1 v l ih0 n)) +("tevye" nil (t eh1 v iy0)) +("tew" nil (ch uw1)) +("tewell" nil (t eh1 w eh0 l)) +("tewes" nil (ch uw1 z)) +("tewksbury" nil (t uw1 k s b er0 iy0)) +("tews" nil (ch uw1 z)) +("tex" nil (t eh1 k s)) +("texaco" nil (t eh1 k s ax k ow0)) +("texan" nil (t eh1 k s ax n)) +("texans" nil (t eh1 k s ax n z)) +("texarkana" nil (t eh1 k s aa0 r k ae1 n ax)) +("texas" nil (t eh1 k s ax s)) +("texasgulf" nil (t eh1 k s ax s g ah1 l f)) +("texeira" nil (t ey0 k s eh1 r ax)) +("texfi" nil (t eh1 k s f iy0)) +("texpool" nil (t eh1 k s p uw1 l)) +("texscan" nil (t eh1 k s k ax n)) +("texstar" nil (t eh1 k s t aa1 r)) +("texstyrene" nil (t eh1 k s t ay1 r iy1 n)) +("text" nil (t eh1 k s t)) +("textbook" nil (t eh1 k s t b uh1 k)) +("textbooks" nil (t eh1 k s t b uh1 k s)) +("texter" nil (t eh1 k s t er0)) +("textile" nil (t eh1 k s t ay1 l)) +("textiles" nil (t eh1 k s t ay1 l z)) +("textor" nil (t eh1 k s t er0)) +("textron" nil (t eh1 k s t r aa0 n)) +("texts" nil (t eh1 k s t s)) +("textual" nil (t eh1 k s ch ax w ax l)) +("texture" nil (t eh1 k s ch er0)) +("textured" nil (t eh1 k s ch er0 d)) +("textures" nil (t eh1 k s ch er0 z)) +("tezak" nil (t eh1 z ax k)) +("tezeno" nil (t ey0 z ey1 n ow0)) +("th" nil (t iy1 ey1 ch)) +("thabo" nil (th ey1 b ow0)) +("thach" nil (th ae1 ch)) +("thacher" nil (th ae1 k er0)) +("thacker" nil (th ae1 k er0)) +("thackeray" nil (th ae1 k er0 iy0)) +("thackston" nil (th ae1 k s t ax n)) +("thad" nil (th ae1 d)) +("thada" nil (th aa1 d ax)) +("thadda" nil (th ae1 d ax)) +("thaddea" nil (th ae1 d iy0 ax)) +("thaddeus" nil (th ae1 d iy0 ax s)) +("thaden" nil (th ey1 d ax n)) +("thagard" nil (th ae1 g er0 d)) +("thaggard" nil (th ae1 g er0 d)) +("thai" nil (t ay1)) +("thailand" nil (t ay1 l ae1 n d)) +("thain" nil (th ey1 n)) +("thaine" nil (th ey1 n)) +("thais" nil (t ay1 z)) +("thakkar" nil (th ae1 k er0)) +("thal" nil (th ae1 l)) +("thalacker" nil (th ae1 l ax k er0)) +("thalamus" nil (th ae1 l ax m ax s)) +("thalassa" nil (th aa0 l aa1 s ax)) +("thaler" nil (th ey1 l er0)) +("thalheimer" nil (th ae1 l hh ay0 m er0)) +("thalia" nil (th ey1 l y ax)) +("thalidomide" nil (th ax l ih1 d ax m ay1 d)) +("thall" nil (th ao1 l)) +("thallium" nil (th ae1 l iy0 ax m)) +("thalman" nil (th ae1 l m ax n)) +("thalmann" nil (th ao1 l m ax n)) +("tham" nil (th ae1 m)) +("thames" nil (t eh1 m z)) +("than" nil (dh ae1 n)) +("thane" nil (th ey1 n)) +("thanh" nil (th ae1 n)) +("thank" nil (th ae1 ng k)) +("thanked" nil (th ae1 ng k t)) +("thankful" nil (th ae1 ng k f ax l)) +("thankfully" nil (th ae1 ng k f ax l iy0)) +("thanking" nil (th ae1 ng k ih0 ng)) +("thankless" nil (th ae1 ng k l ax s)) +("thanks" nil (th ae1 ng k s)) +("thanksgiving" nil (th ae1 ng k s g ih1 v ih0 ng)) +("thanos" nil (th aa1 n ow0 s)) +("thao" nil (dh aw1)) +("thar" nil (th aa1 r)) +("tharp" nil (th aa1 r p)) +("tharpe" nil (th aa1 r p)) +("tharrington" nil (th ae1 r ih0 ng t ax n)) +("thassos" nil (th ae1 s ow0 s)) +("that" nil (dh ae1 t)) +("thatch" nil (th ae1 ch)) +("thatched" nil (th ae1 ch t)) +("thatcher" nil (th ae1 ch er0)) +("thatcherism" nil (th ae1 ch er0 ih1 z ax m)) +("thatcherite" nil (th ae1 ch er0 ay1 t)) +("thatches" nil (th ae1 ch ih0 z)) +("thau" nil (dh aw1)) +("thaw" nil (th ao1)) +("thawed" nil (th ao1 d)) +("thawing" nil (th ao1 ih0 ng)) +("thaws" nil (th ao1 z)) +("thaxter" nil (th ae1 k s t er0)) +("thaxton" nil (th ae1 k s t ax n)) +("thayer" nil (th ey1 er0)) +("thayne" nil (th ey1 n)) +("the" nil (dh ax)) +("thea" nil (th iy1 ax)) +("theall" nil (th iy1 l)) +("theano" nil (th iy1 n ow0)) +("theater" nil (th iy1 ax t er0)) +("theatergoers" nil (th iy1 t er0 g ow0 er0 z)) +("theaters" nil (th iy1 ax t er0 z)) +("theatre" nil (th iy1 ax t er0)) +("theatres" nil (th iy1 ax t er0 z)) +("theatrical" nil (th iy0 ae1 t r ih0 k ax l)) +("theatricality" nil (th iy0 ae1 t r ax k ae1 l ax t iy0)) +("theatrically" nil (th iy0 ae1 t r ih0 k ax l iy0)) +("theatrics" nil (th iy1 t r ih0 k s)) +("thebeau" nil (th ih0 b ow1)) +("theberge" nil (th eh1 b er0 jh)) +("thecla" nil (th eh1 k l ax)) +("theda" nil (th iy1 d ax)) +("thede" nil (th iy1 d)) +("thedford" nil (th eh1 d f er0 d)) +("thee" nil (dh iy1)) +("theel" nil (th iy1 l)) +("theft" nil (th eh1 f t)) +("thefts" nil (th eh1 f t s)) +("theil" nil (th ay1 l)) +("theile" nil (th ay1 l)) +("theilen" nil (th ay1 l ax n)) +("theiler" nil (th ay1 l er0)) +("thein" nil (th ay1 n)) +("their" nil (dh eh1 r)) +("theirs" nil (dh eh1 r z)) +("theis" nil (dh ay1 z)) +("theisen" nil (th ay1 s ax n)) +("theism" nil (th iy1 ih0 z ax m)) +("theiss" nil (th ay1 s)) +("theissen" nil (th ay1 s ax n)) +("thekla" nil (th eh1 k l ax)) +("thelander" nil (th eh1 l ax n d er0)) +("thelen" nil (th eh1 l ax n)) +("thelin" nil (th eh1 l ih0 n)) +("thelma" nil (th eh1 l m ax)) +("them" nil (dh eh1 m)) +("thematic" nil (th iy0 m ae1 t ih0 k)) +("thematically" nil (th ax m ae1 t ih0 k l iy0)) +("theme" nil (th iy1 m)) +("themed" nil (th iy1 m d)) +("themes" nil (th iy1 m z)) +("themself" nil (dh eh0 m s eh1 l f)) +("themselves" nil (dh eh0 m s eh1 l v z)) +("then" nil (dh eh1 n)) +("thence" nil (dh eh1 n s)) +("thenceforth" nil (dh eh1 n s f ao1 r th)) +("theo" nil (th iy1 ow0)) +("theobald" nil (th iy1 ax b ax l d)) +("theocracy" nil (th iy0 aa1 k r ax s iy0)) +("theocratic" nil (th iy1 ax k r ae1 t ih0 k)) +("theodor" nil (th iy1 ax d er0)) +("theodora" nil (th iy1 ax d ao1 r ax)) +("theodore" nil (th iy1 ax d ao1 r)) +("theodorou" nil (th iy1 ax d er0 uw0)) +("theodric" nil (th iy1 ax d r ih0 k)) +("theola" nil (th iy1 ax l ax)) +("theologian" nil (th iy1 ax l ow1 jh iy0 ax n)) +("theologians" nil (th iy1 ax l ow1 jh ax n z)) +("theological" nil (th iy1 ax l aa1 jh ih0 k ax l)) +("theology" nil (th iy0 aa1 l ax jh iy0)) +("theon" nil (th iy1 ax n)) +("theone" nil (th iy1 aa0 n)) +("theophania" nil (th iy0 ax f ae1 n iy0 ax)) +("theophila" nil (th ey0 ax f iy1 l ax)) +("theora" nil (th iy1 er0 ax)) +("theorem" nil (th ih1 r ax m)) +("theoretical" nil (th iy1 er0 eh1 t ih0 k ax l)) +("theoretically" nil (th iy1 er0 eh1 t ih0 k ax l iy0)) +("theoretician" nil (th iy1 er0 ax t ih1 sh ax n)) +("theoreticians" nil (th iy1 er0 ax t ih1 sh ax n z)) +("theories" nil (th ih1 r iy0 z)) +("theorist" nil (th iy1 er0 ih0 s t)) +("theorists" nil (th iy1 er0 ih0 s t s)) +("theorize" nil (th iy1 er0 ay1 z)) +("theorized" nil (th iy1 er0 ay1 z d)) +("theorizes" nil (th iy1 er0 ay1 z ih0 z)) +("theorizing" nil (th iy1 er0 ay1 z ih0 ng)) +("theory" nil (th ih1 r iy0)) +("thera" nil (th eh1 r ax)) +("therafectin" nil (th eh1 r ax f eh1 k t ih0 n)) +("therani" nil (t eh1 r aa1 n iy0)) +("therapeutic" nil (th eh1 r ax p y uw1 t ih0 k)) +("therapeutically" nil (th eh1 r ax p y uw1 t ih0 k ax l iy0)) +("therapeutics" nil (th eh1 r ax p y uw1 t ih0 k s)) +("therapies" nil (th eh1 r ax p iy0 z)) +("therapist" nil (th eh1 r ax p ax s t)) +("therapists" nil (th eh1 r ax p ax s t s)) +("therapy" nil (th eh1 r ax p iy0)) +("there" nil (dh eh1 r)) +("thereabouts" nil (dh eh1 r ax b aw1 t s)) +("thereafter" nil (dh eh0 r ae1 f t er0)) +("thereby" nil (dh eh1 r b ay1)) +("therefore" nil (dh eh1 r f ao1 r)) +("therein" nil (dh eh0 r ih1 n)) +("thereof" nil (th eh1 r ah1 v)) +("theresa" nil (t er0 iy1 s ax)) +("therese" nil (th eh1 r iy0 s)) +("thereupon" nil (dh eh1 r ax p aa1 n)) +("theriault" nil (th eh1 r iy0 ow1)) +("therien" nil (th ih1 r iy0 n)) +("theriot" nil (th ih1 r iy0 aa0 t)) +("therm" nil (th er1 m)) +("thermae" nil (th er1 m iy1)) +("thermal" nil (th er1 m ax l)) +("thermco" nil (th er1 m k ow0)) +("thermedics" nil (th er0 m eh1 d ih0 k s)) +("thermits" nil (th er1 m ih0 t s)) +("thermo" nil (th er1 m ow0)) +("thermometer" nil (th er0 m aa1 m ax t er0)) +("thermometers" nil (th er0 m aa1 m ax t er0 z)) +("thermonuclear" nil (th er1 m ow0 n uw1 k l iy0 er0)) +("thermopatch" nil (th er1 m ow0 p ae1 ch)) +("thermoplastic" nil (th er1 m ax p l ae1 s t ih0 k)) +("thermoplastics" nil (th er1 m ax p l ae1 s t ih0 k s)) +("thermos" nil (th er1 m ax s)) +("thermosetting" nil (th er1 m ow0 s eh1 t ih0 ng)) +("thermostat" nil (th er1 m ax s t ae1 t)) +("thermostats" nil (th er1 m ax s t ae1 t s)) +("theron" nil (th eh1 r ax n)) +("theroux" nil (th er0 uw1)) +("therrell" nil (th eh1 r ax l)) +("therriault" nil (th eh1 r iy0 ow1)) +("therrien" nil (th eh1 r iy0 n)) +("thesaurus" nil (th ax s ao1 r ax s)) +("these" nil (dh iy1 z)) +("theses" nil (th iy1 s iy0 z)) +("thesing" nil (dh iy1 z ih0 ng)) +("thesis" nil (th iy1 s ax s)) +("thespian" nil (th eh1 s p iy0 ax n)) +("theta" nil (th ey1 t ax)) +("thetford" nil (th eh1 t f er0 d)) +("thetis" nil (th iy1 t ax s)) +("theurer" nil (th er1 er0)) +("theus" nil (dh y uw1 z)) +("thew" nil (th uw1)) +("they" nil (dh ey1)) +("thi" nil (th iy1)) +("thiamin" nil (th ay1 ax m ax n)) +("thibadeau" nil (t ih1 b ax d ow0)) +("thibault" nil (th ih0 b ow1)) +("thibeau" nil (th ih0 b ow1)) +("thibeault" nil (t iy1 b ow0)) +("thibeaux" nil (th ih0 b ow1)) +("thibedeau" nil (th ih1 b ih0 d ow0)) +("thibert" nil (th ih0 b er1 t)) +("thibodeau" nil (th ih1 b ax d ow0)) +("thibodeaux" nil (th ih1 b ax d ow0)) +("thick" nil (th ih1 k)) +("thicken" nil (th ih1 k ax n)) +("thickened" nil (th ih1 k ax n d)) +("thickener" nil (th ih1 k ax n er0)) +("thickening" nil (th ih1 k ax n ih0 ng)) +("thickens" nil (th ih1 k ax n z)) +("thicker" nil (th ih1 k er0)) +("thicket" nil (th ih1 k ih0 t)) +("thickets" nil (th ih1 k ax t s)) +("thickhead" nil (th ih1 k hh eh1 d)) +("thickly" nil (th ih1 k l iy0)) +("thickness" nil (th ih1 k n ax s)) +("thiebaud" nil (th iy1 b ow1)) +("thiede" nil (th iy1 d)) +("thief" nil (th iy1 f)) +("thiel" nil (th iy1 l)) +("thiele" nil (th iy1 l)) +("thielemann" nil (th iy1 l m ax n)) +("thielen" nil (th iy1 l ax n)) +("thielke" nil (th iy1 l k)) +("thielman" nil (th iy1 l m ax n)) +("thielsch" nil (th iy1 l sh)) +("thiem" nil (th iy1 m)) +("thieman" nil (th iy1 m ax n)) +("thiemann" nil (th iy1 m ax n)) +("thieme" nil (th iy1 m)) +("thien" nil (th iy1 n)) +("thier" nil (th iy1 er0)) +("thierry" nil (th ih0 r iy1)) +("thiery" nil (th ih1 r iy0)) +("thies" nil (th iy1 z)) +("thiesen" nil (th iy1 s ax n)) +("thiessen" nil (th iy1 s ax n)) +("thievery" nil (th iy1 v er0 iy0)) +("thieves" nil (th iy1 v z)) +("thieving" nil (th iy1 v ih0 ng)) +("thigh" nil (th ay1)) +("thighs" nil (th ay1 z)) +("thigpen" nil (th ih1 g p ax n)) +("thill" nil (th ih1 l)) +("thimble" nil (th ih1 m b ax l)) +("thin" nil (th ih1 n)) +("thine" nil (dh ay1 n)) +("thing" nil (th ih1 ng)) +("things" nil (th ih1 ng z)) +("think" nil (th ih1 ng k)) +("thinker" nil (th ih1 ng k er0)) +("thinkers" nil (th ih1 ng k er0 z)) +("thinkin" nil (th ih1 ng k ih0 n)) +("thinking" nil (th ih1 ng k ih0 ng)) +("thinkpad" nil (th ih1 ng k p ae1 d)) +("thinks" nil (th ih1 ng k s)) +("thinly" nil (th ih1 n l iy0)) +("thinned" nil (th ih1 n d)) +("thinner" nil (th ih1 n er0)) +("thinnes" nil (th ih1 n z)) +("thinness" nil (th ih1 n n ih0 s)) +("thinnest" nil (th ih1 n ax s t)) +("thinning" nil (th ih1 n ih0 ng)) +("thins" nil (th ih1 n z)) +("thiodiglycol" nil (th ay1 ow0 d ih1 g l ih0 k aa1 l)) +("thiokol" nil (th ay1 ax k ao1 l)) +("third" nil (th er1 d)) +("thirdly" nil (th er1 d l iy0)) +("thirdquarter" nil (th er1 d k w ao1 r t er0)) +("thirds" nil (th er1 d z)) +("thirst" nil (th er1 s t)) +("thirsty" nil (th er1 s t iy0)) +("thirteen" nil (th er1 t iy1 n)) +("thirteenth" nil (th er1 t iy1 n th)) +("thirteenths" nil (th er1 t iy1 n th s)) +("thirties" nil (th er1 t iy0 z)) +("thirtieth" nil (th er1 t iy0 ax th)) +("thirty" nil (th er1 d iy0)) +("thirtysomething" nil (th er1 t iy0 s ah1 m th ih0 ng)) +("thiry" nil (th ih1 r iy0)) +("thirza" nil (th er1 z ax)) +("this" nil (dh ih1 s)) +("thissen" nil (th ih1 s ax n)) +("thistle" nil (th ih1 s ax l)) +("thistles" nil (th ih1 s ax l z)) +("thivierge" nil (th ih0 v iy1 r jh)) +("thobe" nil (th ow1 b)) +("thode" nil (th ow1 d)) +("thoele" nil (th ow1 l)) +("thoen" nil (th ow1 n)) +("thoene" nil (th aa1 iy0 n)) +("thoennes" nil (th ow1 n z)) +("thole" nil (th ow1 l)) +("tholen" nil (th aa1 l ax n)) +("tholl" nil (th aa1 l)) +("thom" nil (t aa1 m)) +("thoma" nil (th ow1 m ax)) +("thoman" nil (th ow1 m ax n)) +("thomann" nil (dh ow1 m ax n)) +("thomas" nil (t aa1 m ax s)) +("thomases" nil (t aa1 m ax s ih0 z)) +("thomasina" nil (th ow0 m aa0 s iy1 n ax)) +("thomasine" nil (th ow0 m aa0 s iy1 n iy0)) +("thomason" nil (th aa1 m ax s ax n)) +("thomassen" nil (th aa1 m ax s ax n)) +("thomasson" nil (th aa1 m ax s ax n)) +("thomasville" nil (t aa1 m ax s v ih1 l)) +("thome" nil (th ow1 m)) +("thomes" nil (th ow1 m z)) +("thometz" nil (th ow1 m eh0 t s)) +("thomison" nil (th aa1 m ih0 s ax n)) +("thomley" nil (th aa1 m l iy0)) +("thommen" nil (th aa1 m ax n)) +("thomp" nil (th aa1 m p)) +("thompkins" nil (th aa1 m p k ih0 n z)) +("thompsen" nil (th aa1 m p s ax n)) +("thompson" nil (t aa1 m p s ax n)) +("thompsons" nil (t aa1 m p s ax n z)) +("thoms" nil (th aa1 m z)) +("thomsen" nil (th aa1 m s ax n)) +("thomson" nil (t aa1 m s ax n)) +("thomspon" nil (th aa1 m s p ax n)) +("thomure" nil (th aa1 m y uw0 r)) +("thon" nil (th aa1 n)) +("thone" nil (th ow1 n)) +("thong" nil (th ao1 ng)) +("thor" nil (th ao1 r)) +("thora" nil (th ao1 r ax)) +("thoracic" nil (th ao0 r ae1 s ih0 k)) +("thorald" nil (th ao1 r ax l d)) +("thorax" nil (th ao1 r ae0 k s)) +("thorbert" nil (th ao1 r b er0 t)) +("thorberta" nil (th ao0 r b eh1 r t ax)) +("thorburn" nil (th ao1 r b er0 n)) +("thordia" nil (th ao1 r d iy0 ax)) +("thordis" nil (th ao1 r d ih0 s)) +("thoreau" nil (th er0 ow1)) +("thorell" nil (th ao1 r ax l)) +("thoren" nil (th ao1 r ax n)) +("thoresen" nil (th ao1 r iy0 z ax n)) +("thoreson" nil (th ao1 r ih0 s ax n)) +("thorington" nil (th ao1 r ih0 ng t ax n)) +("thorium" nil (th aa1 r iy0 ax m)) +("thorley" nil (th ao1 r l iy0)) +("thorman" nil (th ao1 r m ax n)) +("thormond" nil (th ao1 r m ax n d)) +("thormund" nil (th ao1 r m ax n d)) +("thorn" nil (th ao1 r n)) +("thornberg" nil (th ao1 r n b er0 g)) +("thornberry" nil (th ao1 r n b eh1 r iy0)) +("thornburg" nil (th ao1 r n b er0 g)) +("thornburgh" nil (th ao1 r n b er0 g)) +("thornbury" nil (th ao1 r n b eh1 r iy0)) +("thorndike" nil (th ao1 r n d ih0 k)) +("thorndyke" nil (th ao1 r n d ay1 k)) +("thorne" nil (th ao1 r n)) +("thornell" nil (th ao1 r n ax l)) +("thorner" nil (th ao1 r n er0)) +("thornhill" nil (th ao1 r n hh ih1 l)) +("thorniest" nil (th ao1 r n iy0 ax s t)) +("thornley" nil (th ao1 r n l iy0)) +("thornock" nil (th ao1 r n ax k)) +("thorns" nil (th ao1 r n z)) +("thornsberry" nil (th ao1 r n z b eh0 r iy0)) +("thornsbury" nil (th ao1 r n z b eh0 r iy0)) +("thornton" nil (th ao1 r n t ax n)) +("thorny" nil (th ao1 r n iy0)) +("thorough" nil (th er1 ow0)) +("thoroughbred" nil (th er1 ow0 b r eh1 d)) +("thoroughbreds" nil (th er1 ow0 b r eh1 d z)) +("thoroughfare" nil (th er1 ow0 f eh1 r)) +("thoroughfares" nil (th er1 ow0 f eh1 r z)) +("thoroughly" nil (th er1 ow0 l iy0)) +("thoroughness" nil (th er1 ow0 n ax s)) +("thorp" nil (th ao1 r p)) +("thorpe" nil (th ao1 r p)) +("thorsell" nil (th ao1 r s ax l)) +("thorsen" nil (th ao1 r s ax n)) +("thorson" nil (th ao1 r s ax n)) +("thorstad" nil (th ao1 r s t ax d)) +("thorsten" nil (t ao1 r s t ax n)) +("thorstenson" nil (th ao1 r s t ax n s ax n)) +("thortec" nil (th ao1 r t eh1 k)) +("thorton" nil (th ao1 r t ax n)) +("thorup" nil (th ao1 r ax p)) +("those" nil (dh ow1 z)) +("thou" nil (dh aw1)) +("though" nil (dh ow1)) +("thought" nil (th ao1 t)) +("thoughtful" nil (th ao1 t f ax l)) +("thoughtfully" nil (th ao1 t f ax l iy0)) +("thoughtless" nil (th ao1 t l ax s)) +("thoughts" nil (th ao1 t s)) +("thous" nil (dh aw1 z)) +("thousand" nil (th aw1 z ax n d)) +("thousands" nil (th aw1 z ax n d z)) +("thousandth" nil (th aw1 z ax n d th)) +("thousandths" nil (th aw1 z ax n d th s)) +("thrailkill" nil (th r ey1 l k ih1 l)) +("thrall" nil (th r ao1 l)) +("thrash" nil (th r ae1 sh)) +("thrashed" nil (th r ae1 sh t)) +("thrasher" nil (th r ae1 sh er0)) +("thrashes" nil (th r ae1 sh ih0 z)) +("thrashing" nil (th r ae1 sh ih0 ng)) +("thread" nil (th r eh1 d)) +("threadbare" nil (th r eh1 d b eh1 r)) +("threaded" nil (th r eh1 d ax d)) +("threadfin" nil (th r eh1 d f ih0 n)) +("threadgill" nil (th r eh1 d g ih1 l)) +("threading" nil (th r eh1 d ih0 ng)) +("threads" nil (th r eh1 d z)) +("threat" nil (th r eh1 t)) +("threaten" nil (th r eh1 t ax n)) +("threatened" nil (th r eh1 t ax n d)) +("threatening" nil (th r eh1 t ax n ih0 ng)) +("threateningly" nil (th r eh1 t ax n ih0 ng l iy0)) +("threatens" nil (th r eh1 t ax n z)) +("threats" nil (th r eh1 t s)) +("threatt" nil (th r iy1 t)) +("three" nil (th r iy1)) +("threefold" nil (th r iy1 f ow1 l d)) +("threemonth" nil (th r iy1 m aa0 n th)) +("threes" nil (th r iy1 z)) +("threesome" nil (th r iy1 s ax m)) +("threet" nil (th r iy1 t)) +("threlkeld" nil (th r eh1 l k eh1 l d)) +("thresh" nil (th r eh1 sh)) +("thresher" nil (th r eh1 sh er0)) +("threshhold" nil (th r eh1 sh hh ow1 l d)) +("threshold" nil (th r eh1 sh ow1 l d)) +("thresholds" nil (th r eh1 sh hh ow1 l d z)) +("threw" nil (th r uw1)) +("thrice" nil (th r ay1 s)) +("thrift" nil (th r ih1 f t)) +("thriftier" nil (th r ih1 f t iy0 er0)) +("thrifts" nil (th r ih1 f t s)) +("thrifty" nil (th r ih1 f t iy0)) +("thrill" nil (th r ih1 l)) +("thrilled" nil (th r ih1 l d)) +("thriller" nil (th r ih1 l er0)) +("thrillers" nil (th r ih1 l er0 z)) +("thrilling" nil (th r ih1 l ih0 ng)) +("thrills" nil (th r ih1 l z)) +("thrips" nil (th r ih1 p s)) +("thrive" nil (th r ay1 v)) +("thrived" nil (th r ay1 v d)) +("thrives" nil (th r ay1 v z)) +("thriving" nil (th r ay1 v ih0 ng)) +("throat" nil (th r ow1 t)) +("throated" nil (th r ow1 t ih0 d)) +("throats" nil (th r ow1 t s)) +("throbbing" nil (th r aa1 b ih0 ng)) +("throes" nil (th r ow1 z)) +("throgmorton" nil (th r ax g m ao1 r t ax n)) +("throm" nil (th r aa1 m)) +("thrombolysis" nil (th r aa0 m b ow1 l ih0 s ih0 s)) +("thrombolytic" nil (th r aa1 m b ow0 l ih1 t ih0 k)) +("thrombosis" nil (th r aa0 m b ow1 s ax s)) +("throne" nil (th r ow1 n)) +("throneberry" nil (th r ow1 n b eh1 r iy0)) +("throng" nil (th r ao1 ng)) +("thronged" nil (th r ao1 ng d)) +("throngs" nil (th r ao1 ng z)) +("thronson" nil (th r aa1 n s ax n)) +("throop" nil (th r uw1 p)) +("throttle" nil (th r aa1 t ax l)) +("throttled" nil (th r aa1 t ax l d)) +("throttles" nil (th r aa1 t ax l z)) +("throttling" nil (th r aa1 t ax l ih0 ng)) +("through" nil (th r uw1)) +("throughout" nil (th r uw0 aw1 t)) +("throughput" nil (th r uw1 p uh1 t)) +("throughs" nil (th r uw1 z)) +("throve" nil (th r ow1 v)) +("throw" nil (th r ow1)) +("throwaway" nil (th r ow1 ax w ey1)) +("throwback" nil (th r ow1 b ae1 k)) +("thrower" nil (th r ow1 er0)) +("throwers" nil (th r ow1 er0 z)) +("throwing" nil (th r ow1 ih0 ng)) +("thrown" nil (th r ow1 n)) +("throws" nil (th r ow1 z)) +("thru" nil (th r uw1)) +("thrun" nil (th r ah1 n)) +("thrush" nil (th r ah1 sh)) +("thrushes" nil (th r ah1 sh ax z)) +("thrust" nil (th r ah1 s t)) +("thrusting" nil (th r ah1 s t ih0 ng)) +("thrusts" nil (th r ah1 s t s)) +("thruway" nil (th r uw1 w ey1)) +("ths" nil (th s)) +("thud" nil (th ah1 d)) +("thug" nil (th ah1 g)) +("thugs" nil (th ah1 g z)) +("thul" nil (th ah1 l)) +("thulin" nil (th uw1 l ih0 n)) +("thull" nil (th ah1 l)) +("thum" nil (th ah1 m)) +("thuma" nil (th uw1 m ax)) +("thuman" nil (th uw1 m ax n)) +("thumann" nil (th uw1 m ax n)) +("thumb" nil (th ah1 m)) +("thumbed" nil (th ah1 m d)) +("thumbing" nil (th ah1 m ih0 ng)) +("thumbnail" nil (th ah1 m n ey1 l)) +("thumbs" nil (th ah1 m z)) +("thumm" nil (th ah1 m)) +("thumma" nil (th ah1 m ax)) +("thump" nil (th ah1 m p)) +("thumped" nil (th ah1 m p t)) +("thumper" nil (th ah1 m p er0)) +("thumping" nil (th ah1 m p ih0 ng)) +("thumps" nil (th ah1 m p s)) +("thun" nil (th ah1 n)) +("thunberg" nil (th ah1 n b er0 g)) +("thunder" nil (th ah1 n d er0)) +("thunderbird" nil (th ah1 n d er0 b er1 d)) +("thunderbirds" nil (th ah1 n d er0 b er1 d z)) +("thundercats" nil (th ah1 n d er0 k ae1 t s)) +("thundered" nil (th ah1 n d er0 d)) +("thundering" nil (th ah1 n d er0 ih0 ng)) +("thunderous" nil (th ah1 n d er0 ax s)) +("thunders" nil (th ah1 n d er0 z)) +("thunderstorm" nil (th ah1 n d er0 s t ao1 r m)) +("thunderstorms" nil (th ah1 n d er0 s t ao1 r m z)) +("thunderstruck" nil (th ah1 n d er0 s t r ah1 k)) +("thune" nil (th uw1 n)) +("thur" nil (dh er1)) +("thurber" nil (th er1 b er0)) +("thurgood" nil (th er1 g uh0 d)) +("thurlow" nil (th er1 l ow0)) +("thurm" nil (th er1 m)) +("thurman" nil (th er1 m ax n)) +("thurmon" nil (th er1 m ax n)) +("thurmond" nil (th er1 m ax n d)) +("thurn" nil (th er1 n)) +("thurnau" nil (th er0 n ow1)) +("thurner" nil (th er1 n er0)) +("thurnher" nil (th er1 n er0)) +("thurow" nil (th uh1 r ow0)) +("thursby" nil (th er1 s b iy0)) +("thursday" nil (th er1 z d iy0)) +("thursdays" nil (th er1 z d iy0 z)) +("thurstan" nil (th er1 s t ax n)) +("thurston" nil (th er1 s t ax n)) +("thus" nil (dh ah1 s)) +("thusly" nil (dh ah1 s l iy0)) +("thuy" nil (t uw1)) +("thwart" nil (th w ao1 r t)) +("thwarted" nil (th w ao1 r t ax d)) +("thwarting" nil (th w ao1 r t ih0 ng)) +("thwarts" nil (th w ao1 r t s)) +("thweatt" nil (th w iy1 t)) +("thwing" nil (th w ih1 ng)) +("thy" nil (dh ay1)) +("thygerson" nil (th ay1 g er0 s ax n)) +("thyme" nil (th ay1 m)) +("thymidine" nil (th ih1 m ih0 d iy1 n)) +("thyra" nil (th ay1 r ax)) +("thyroid" nil (th ay1 r oy0 d)) +("thyssen" nil (t ay1 s ax n)) +("ti" nil (t iy1)) +("tiaacref" nil (t iy1 ax k r eh1 f)) +("tian" nil (t y aa1 n)) +("tiananmen" nil (t iy0 eh1 n ae0 n m eh1 n)) +("tianjin" nil (t iy0 ae1 n jh ih0 n)) +("tiano" nil (t iy0 aa1 n ow0)) +("tiara" nil (t iy0 aa1 r ax)) +("tibbals" nil (t ih1 b ax l z)) +("tibbets" nil (t ih1 b ih0 t s)) +("tibbett" nil (t ih1 b ih0 t)) +("tibbetts" nil (t ih1 b ih0 t s)) +("tibbie" nil (t ih1 b iy0)) +("tibbits" nil (t ih1 b ih0 t s)) +("tibbitts" nil (t ih1 b ih0 t s)) +("tibbs" nil (t ih1 b z)) +("tibby" nil (t ih1 b iy0)) +("tiber" nil (t ay1 b er0)) +("tiberi" nil (t iy0 b eh1 r iy0)) +("tiberia" nil (t ih0 b iy1 r iy0 ax)) +("tiberio" nil (t ih0 b iy1 r iy0 ow0)) +("tibet" nil (t ax b eh1 t)) +("tibetan" nil (t ih0 b eh1 t ax n)) +("tibetans" nil (t ax b eh1 t ax n z)) +("tibia" nil (t ih1 b iy0 ax)) +("tic" nil (t ih1 k)) +("tice" nil (t ay1 s)) +("ticer" nil (t ay1 s er0)) +("tichenor" nil (t ih1 k ax n er0)) +("tichy" nil (t ih1 ch iy0)) +("ticinus" nil (t ih0 s iy1 n ax s)) +("tick" nil (t ih1 k)) +("ticked" nil (t ih1 k t)) +("ticker" nil (t ih1 k er0)) +("ticket" nil (t ih1 k ax t)) +("ticketed" nil (t ih1 k ax t ih0 d)) +("ticketing" nil (t ih1 k ax t ih0 ng)) +("ticketless" nil (t ih1 k ax t l ax s)) +("ticketmaster" nil (t ih1 k ih0 t m ae1 s t er0)) +("ticketron" nil (t ih1 k ax t r aa0 n)) +("tickets" nil (t ih1 k ax t s)) +("ticking" nil (t ih1 k ih0 ng)) +("tickle" nil (t ih1 k ax l)) +("tickled" nil (t ih1 k ax l d)) +("ticklish" nil (t ih1 k ax l ih0 sh)) +("tickner" nil (t ih1 k n er0)) +("ticknor" nil (t ih1 k n er0)) +("ticks" nil (t ih1 k s)) +("ticonderoga" nil (t ay0 k aa1 n d er0 ow1 g ax)) +("ticor" nil (t ay1 k ao1 r)) +("tidal" nil (t ay1 d ax l)) +("tidball" nil (t ih1 d b ao1 l)) +("tidbit" nil (t ih1 d b ih1 t)) +("tidbits" nil (t ih1 d b ih0 t s)) +("tidd" nil (t ih1 d)) +("tiddlywinks" nil (t ih1 d l ih0 w ih0 ng k s)) +("tide" nil (t ay1 d)) +("tides" nil (t ay1 d z)) +("tidewater" nil (t ay1 d w ao1 t er0)) +("tidings" nil (t ay1 d ih0 ng z)) +("tidmore" nil (t ih1 d m ao0 r)) +("tidrick" nil (t ih1 d r ih0 k)) +("tidwell" nil (t ih1 d w ax l)) +("tidy" nil (t ay1 d iy0)) +("tie" nil (t ay1)) +("tied" nil (t ay1 d)) +("tiede" nil (t iy1 d)) +("tiedeman" nil (t iy1 d m ax n)) +("tiedemann" nil (t iy1 d m ax n)) +("tiedt" nil (t iy1 d t)) +("tiegs" nil (t iy1 g z)) +("tieing" nil (t ay1 ih0 ng)) +("tieken" nil (t iy1 k ax n)) +("tieless" nil (t ay1 l ax s)) +("tieman" nil (t iy1 m ax n)) +("tiemann" nil (t iy1 m ax n)) +("tiemeyer" nil (t iy1 m ay0 er0)) +("tien" nil (t y eh1 n)) +("tier" nil (t iy1 r)) +("tierce" nil (t iy1 r s)) +("tierco" nil (t iy1 r k ow0)) +("tiered" nil (t iy1 r d)) +("tiernan" nil (t ih1 r n ax n)) +("tierney" nil (t ih1 r n iy0)) +("tierno" nil (t ih1 r n ow0)) +("tiers" nil (t iy1 r z)) +("ties" nil (t ay1 z)) +("tieszen" nil (t iy1 sh ax n)) +("tietje" nil (t iy1 t jh)) +("tietjen" nil (t iy1 t jh ax n)) +("tietmeyer" nil (t iy1 t m ay1 r)) +("tietz" nil (t iy1 t s)) +("tietze" nil (t iy1 t z)) +("tieu" nil (t iy0 uw1)) +("tiff" nil (t ih1 f)) +("tiffany" nil (t ih1 f ax n iy0)) +("tiffin" nil (t ih1 f ih0 n)) +("tifft" nil (t ih1 f t)) +("tift" nil (t ih1 f t)) +("tig" nil (t ih1 g)) +("tiger" nil (t ay1 g er0)) +("tigera" nil (t ih0 jh eh1 r ax)) +("tigers" nil (t ay1 g er0 z)) +("tigert" nil (t ay1 g er0 t)) +("tigges" nil (t ih1 g z)) +("tiggs" nil (t ih1 g z)) +("tighe" nil (t ay1 g)) +("tight" nil (t ay1 t)) +("tighten" nil (t ay1 t ax n)) +("tightened" nil (t ay1 t ax n d)) +("tightening" nil (t ay1 t ax n ih0 ng)) +("tightenings" nil (t ay1 t ax n ih0 ng z)) +("tightens" nil (t ay1 t ax n z)) +("tighter" nil (t ay1 t er0)) +("tightest" nil (t ay1 t ax s t)) +("tightfisted" nil (t ay1 t f ih1 s t ih0 d)) +("tightly" nil (t ay1 t l iy0)) +("tightness" nil (t ay1 t n ax s)) +("tightrope" nil (t ay1 t r ow1 p)) +("tights" nil (t ay1 t s)) +("tigner" nil (t ay1 g n er0)) +("tignor" nil (t ih1 g n er0)) +("tigon" nil (t ih1 g ax n)) +("tigrean" nil (t ih0 g r iy1 n)) +("tigris" nil (t ay1 g r ax s)) +("tigue" nil (t iy1 g)) +("tijerina" nil (t iy0 y eh0 r iy1 n ax)) +("tijuana" nil (t ih0 w aa1 n ax)) +("tike" nil (t ay1 k)) +("tikes" nil (t ay1 k s)) +("til" nil (t ih1 l)) +("tilbury" nil (t ih1 l b eh1 r iy0)) +("tilda" nil (t ih1 l d ax)) +("tilden" nil (t ih1 l d ax n)) +("tile" nil (t ay1 l)) +("tiled" nil (t ay1 l d)) +("tiles" nil (t ay1 l z)) +("tiley" nil (t ay1 l iy0)) +("tilford" nil (t ih1 l f er0 d)) +("tilghman" nil (t ih1 l m ax n)) +("till" nil (t ih1 l)) +("tiller" nil (t ih1 l er0)) +("tillery" nil (t ih1 l er0 iy0)) +("tilles" nil (t ay1 l z)) +("tillett" nil (t ih1 l ih0 t)) +("tilley" nil (t ih1 l iy0)) +("tillie" nil (t ih1 l iy0)) +("tilling" nil (t ih1 l ih0 ng)) +("tillinghast" nil (t ih1 l ih0 ng hh ae1 s t)) +("tillis" nil (t ih1 l ih0 s)) +("tillison" nil (t ih1 l ih0 s ax n)) +("tillman" nil (t ih1 l m ax n)) +("tillmon" nil (t ih1 l m ax n)) +("tillotson" nil (t ih1 l ax t s ax n)) +("tillson" nil (t ih1 l s ax n)) +("tilly" nil (t ih1 l iy0)) +("tilman" nil (t ih1 l m ax n)) +("tilney" nil (t ih1 l n iy0)) +("tilson" nil (t ih1 l s ax n)) +("tilt" nil (t ih1 l t)) +("tilted" nil (t ih1 l t ax d)) +("tilth" nil (t ih1 l th)) +("tilting" nil (t ih1 l t ih0 ng)) +("tilton" nil (t ih1 l t ax n)) +("tilts" nil (t ih1 l t s)) +("tim" nil (t ih1 m)) +("timan" nil (t ay1 m ax n)) +("timber" nil (t ih1 m b er0)) +("timberlake" nil (t ih1 m b er0 l ey1 k)) +("timberland" nil (t ih1 m b er0 l ae1 n d)) +("timberlands" nil (t ih1 m b er0 l ae1 n d z)) +("timberline" nil (t ih1 m b er0 l ay1 n)) +("timberman" nil (t ih1 m b er0 m ax n)) +("timbers" nil (t ih1 m b er0 z)) +("timblin" nil (t ih1 m b l ih0 n)) +("timbre" nil (t ih1 m b er0)) +("timbrook" nil (t ih1 m b r uh1 k)) +("timbs" nil (t ih1 m z)) +("time" nil (t ay1 m)) +("timed" nil (t ay1 m d)) +("timeframe" nil (t ay1 m f r ey1 m)) +("timeless" nil (t ay1 m l ax s)) +("timeliness" nil (t ay1 m l iy0 n ax s)) +("timely" nil (t ay1 m l iy0)) +("timepiece" nil (t ay1 m p iy1 s)) +("timeplex" nil (t ay1 m p l eh1 k s)) +("timer" nil (t ay1 m er0)) +("timers" nil (t ay1 m er0 z)) +("times" nil (t ay1 m z)) +("timeshare" nil (t ay1 m sh eh1 r)) +("timetable" nil (t ay1 m t ey1 b ax l)) +("timetables" nil (t ay1 m t ey1 b ax l z)) +("timex" nil (t ih1 m eh0 k s)) +("timid" nil (t ih1 m ih0 d)) +("timidity" nil (t ax m ih1 d ax t iy0)) +("timidly" nil (t ih1 m ax d l iy0)) +("timing" nil (t ay1 m ih0 ng)) +("timisoara" nil (t ih1 m ax s ow0 aa1 r ax)) +("timken" nil (t ih1 m k ax n)) +("timko" nil (t ih1 m k ow0)) +("timlen" nil (t ih1 m l ax n)) +("timlin" nil (t ih1 m l ih0 n)) +("timm" nil (t ih1 m)) +("timme" nil (t ih1 m)) +("timmeny" nil (t ih1 m ax n iy0)) +("timmer" nil (t ih1 m er0)) +("timmerman" nil (t ih1 m er0 m ax n)) +("timmermann" nil (t ih1 m er0 m ax n)) +("timmers" nil (t ih1 m er0 z)) +("timmie" nil (t ih1 m iy0)) +("timmins" nil (t ih1 m ih0 n z)) +("timmons" nil (t ih1 m ax n z)) +("timms" nil (t ih1 m z)) +("timmy" nil (t ih1 m iy0)) +("timon" nil (t ay1 m ax n)) +("timoney" nil (t ih1 m ax n iy0)) +("timor" nil (t iy0 m ao1 r)) +("timorous" nil (t ih1 m er0 ax s)) +("timothea" nil (t ih0 m ax dh iy1 ax)) +("timothy" nil (t ih1 m ax th iy0)) +("timpani" nil (t ih1 m p ax n iy1)) +("timpe" nil (t ih1 m p)) +("timpone" nil (t iy0 m p ow1 n iy0)) +("timpson" nil (t ih1 m p s ax n)) +("tims" nil (t ih1 m z)) +("timson" nil (t ih1 m s ax n)) +("tin" nil (t ih1 n)) +("tina" nil (t iy1 n ax)) +("tinajero" nil (t iy0 n aa0 y eh1 r ow0)) +("tinch" nil (t ih1 n ch)) +("tincher" nil (t ih1 n ch er0)) +("tincture" nil (t ih1 ng k ch er0)) +("tinctures" nil (t ih1 ng k ch er0 z)) +("tindal" nil (t ih1 n d ax l)) +("tindall" nil (t ih1 n d ax l)) +("tindel" nil (t ih1 n d ax l)) +("tindell" nil (t ih1 n d ax l)) +("tinder" nil (t ih1 n d er0)) +("tinderbox" nil (t ih1 n d er0 b aa1 k s)) +("tindle" nil (t ih1 n d ax l)) +("tindol" nil (t ih1 n d ax l)) +("tine" nil (t ay1 n)) +("tiner" nil (t ay1 n er0)) +("tines" nil (t ay1 n z)) +("ting" nil (t ih1 ng)) +("tinge" nil (t ih1 n jh)) +("tinged" nil (t ih1 ng d)) +("tingen" nil (t ih1 ng ax n)) +("tingey" nil (t ih1 ng g iy0)) +("tingle" nil (t ih1 ng g ax l)) +("tingler" nil (t ih1 ng g ax l er0)) +("tingley" nil (t ih1 ng g l iy0)) +("tingling" nil (t ih1 ng g ax l ih0 ng)) +("tinier" nil (t ay1 n iy0 er0)) +("tiniest" nil (t ay1 n iy0 ax s t)) +("tinker" nil (t ih1 ng k er0)) +("tinkered" nil (t ih1 ng k er0 d)) +("tinkerer" nil (t ih1 ng k er0 er0)) +("tinkerers" nil (t ih1 ng k er0 er0 z)) +("tinkering" nil (t ih1 ng k er0 ih0 ng)) +("tinkey" nil (t ih1 n k iy1)) +("tinkham" nil (t ih1 ng k ax m)) +("tinkle" nil (t ih1 ng k ax l)) +("tinkled" nil (t ih1 ng k ax l d)) +("tinkler" nil (t ih1 ng k ax l er0)) +("tinkling" nil (t ih1 ng k ax l ih0 ng)) +("tinley" nil (t ih1 n l iy0)) +("tinman" nil (t ih1 n m ae1 n)) +("tinnell" nil (t ih1 n ax l)) +("tinney" nil (t ih1 n iy0)) +("tinnin" nil (t ih1 n ih0 n)) +("tinnon" nil (t ih1 n ax n)) +("tinny" nil (t ih1 n iy0)) +("tino" nil (t iy1 n ow0)) +("tinoco" nil (t iy0 n ow1 k ow0)) +("tins" nil (t ih1 n z)) +("tinsel" nil (t ih1 n s ax l)) +("tinseltown" nil (t ih1 n s ax l t aw1 n)) +("tinsley" nil (t ih1 n s l iy0)) +("tinsman" nil (t ih1 n s m ax n)) +("tint" nil (t ih1 n t)) +("tinted" nil (t ih1 n t ih0 d)) +("tinto" nil (t ih1 n t ow0)) +("tinton" nil (t ih1 n t ax n)) +("tints" nil (t ih1 n t s)) +("tintype" nil (t ih1 n t ay1 p)) +("tiny" nil (t ay1 n iy0)) +("tip" nil (t ih1 p)) +("tipa" nil (t ih1 p ax)) +("tiphook" nil (t ih1 p hh uh1 k)) +("tipler" nil (t ay1 p ax l er0)) +("tipo" nil (t iy1 p ow0)) +("tipoff" nil (t ih1 p ao1 f)) +("tipp" nil (t ih1 p)) +("tipped" nil (t ih1 p t)) +("tippen" nil (t ih1 p ax n)) +("tippens" nil (t ih1 p ax n z)) +("tipper" nil (t ih1 p er0)) +("tipperary" nil (t ih1 p er0 eh1 r iy0)) +("tippers" nil (t ih1 p er0 z)) +("tippet" nil (t ih1 p ax t)) +("tippets" nil (t ih1 p ih0 t s)) +("tippett" nil (t ih1 p ih0 t)) +("tippetts" nil (t ih1 p ih0 t s)) +("tippie" nil (t ih1 p iy0)) +("tippin" nil (t ih1 p ih0 n)) +("tipping" nil (t ih1 p ih0 ng)) +("tippins" nil (t ih1 p ih0 n z)) +("tippit" nil (t ih1 p ih0 t)) +("tippitt" nil (t ih1 p ih0 t)) +("tipple" nil (t ih1 p ax l)) +("tipps" nil (t ih1 p s)) +("tippy" nil (t ih1 p iy0)) +("tips" nil (t ih1 p s)) +("tipster" nil (t ih1 p s t er0)) +("tipsword" nil (t ih1 p s ao1 r d)) +("tipsy" nil (t ih1 p s iy0)) +("tiptoe" nil (t ih1 p t ow1)) +("tiptoed" nil (t ih1 p t ow1 d)) +("tiptoeing" nil (t ih1 p t ow1 ih0 ng)) +("tipton" nil (t ih1 p t ax n)) +("tirade" nil (t ay0 r ey1 d)) +("tirades" nil (t ay0 r ey1 d z)) +("tirado" nil (t ih0 r aa1 d ow0)) +("tire" nil (t ay1 er0)) +("tired" nil (t ay1 er0 d)) +("tireless" nil (t ay1 er0 l ax s)) +("tirelessly" nil (t ay1 r l ax s l iy0)) +("tirello" nil (t ih0 r eh1 l ow0)) +("tiremaker" nil (t ay1 r m ey1 k er0)) +("tires" nil (t ay1 er0 z)) +("tiresome" nil (t ay1 er0 s ax m)) +("tirey" nil (t ay1 r iy0)) +("tiring" nil (t ay1 r ih0 ng)) +("tirone" nil (t ih0 r ow1 n)) +("tiros" nil (t ay1 r ow0 z)) +("tirpak" nil (t er1 p ax k)) +("tirrell" nil (t ih0 r ey1 l)) +("tis" nil (t iy1 z)) +("tisch" nil (t ih1 sh)) +("tischer" nil (t ih1 sh er0)) +("tischler" nil (t ih1 sh ax l er0)) +("tisdale" nil (t ih1 s d ey0 l)) +("tisdel" nil (t ih1 s d ax l)) +("tisdell" nil (t ih1 s d ax l)) +("tish" nil (t ih1 sh)) +("tisher" nil (t ih1 sh er0)) +("tishler" nil (t ih1 sh l er0)) +("tishman" nil (t ih1 sh m ax n)) +("tison" nil (t ih1 s ax n)) +("tissue" nil (t ih1 s y uw1)) +("tissues" nil (t ih1 s y uw1 z)) +("tit" nil (t ih1 t)) +("tita" nil (t iy1 t ax)) +("titan" nil (t ay1 t ax n)) +("titanate" nil (t ay1 t ax n ey1 t)) +("titania" nil (t ax t aa1 n y ax)) +("titanic" nil (t ay0 t ae1 n ih0 k)) +("titanium" nil (t ay0 t ey1 n iy0 ax m)) +("titans" nil (t ay1 t ax n z)) +("titcomb" nil (t ih1 t k ax m)) +("tithe" nil (t ay1 dh)) +("tithing" nil (t ay1 dh ih0 ng)) +("titian" nil (t ih1 sh ax n)) +("titillated" nil (t ih1 t ax l ey1 t ih0 d)) +("titillating" nil (t ih1 t ax l ey1 t ih0 ng)) +("titillation" nil (t ih1 t ih0 l ey1 sh ax n)) +("title" nil (t ay1 t ax l)) +("titled" nil (t ay1 t ax l d)) +("titleholder" nil (t ay1 t ax l hh ow1 l d er0)) +("titles" nil (t ay1 t ax l z)) +("titlow" nil (t ih1 t l ow1)) +("titman" nil (t ih1 t m ax n)) +("tito" nil (t iy1 t ow0)) +("titone" nil (t ih1 t ax n)) +("titsworth" nil (t ih1 t s w er1 th)) +("tittel" nil (t ih1 t ax l)) +("titter" nil (t ih1 t er0)) +("titterington" nil (t ih1 t er0 ih0 ng t ax n)) +("tittle" nil (t ih1 t ax l)) +("tittsworth" nil (t ih1 t s w er0 th)) +("titular" nil (t ih1 ch ax l er0)) +("titus" nil (t ay1 t ax s)) +("titusville" nil (t ay1 t ax s v ih1 l)) +("titzer" nil (t ih1 t z er0)) +("tivoli" nil (t ih1 v ax l iy0)) +("tizzy" nil (t ih1 z iy0)) +("tjaden" nil (jh ey1 d ax n)) +("tjarks" nil (jh aa1 r k s)) +("tkach" nil (k ae1 ch)) +("tkacz" nil (k aa1 ch)) +("to" nil (t uw1)) +("toa" nil (t ow1 ax)) +("toad" nil (t ow1 d)) +("toads" nil (t ow1 d z)) +("toal" nil (t ow1 l)) +("toalson" nil (t ow1 l s ax n)) +("toalster" nil (t ow1 l s t er0)) +("toast" nil (t ow1 s t)) +("toasted" nil (t ow1 s t ih0 d)) +("toaster" nil (t ow1 s t er0)) +("toasters" nil (t ow1 s t er0 z)) +("toasting" nil (t ow1 s t ih0 ng)) +("toastmaster" nil (t ow1 s t m ae1 s t er0)) +("toasts" nil (t ow1 s t s)) +("tobacco" nil (t ax b ae1 k ow1)) +("toback" nil (ch uw1 b ae0 k)) +("tobago" nil (t ax b ey1 g ow0)) +("tobar" nil (t ow1 b er0)) +("tobe" nil (t ow1 b)) +("toben" nil (t ow1 b ax n)) +("tober" nil (t ow1 b er0)) +("tobey" nil (t ow1 b iy0)) +("tobia" nil (t ow1 b iy0 ax)) +("tobias" nil (t ax b ay1 ax s)) +("tobiason" nil (t ax b ay1 ax s ax n)) +("tobie" nil (t ow1 b iy0)) +("tobin" nil (t ow1 b ih0 n)) +("tobler" nil (t ow1 b ax l er0)) +("toboggans" nil (t ax b aa1 g ax n z)) +("tobolski" nil (t ax b ow1 l s k iy0)) +("tobu" nil (t ow0 b uw1)) +("toby" nil (t ow1 b iy0)) +("tocci" nil (t ow1 ch iy0)) +("tocco" nil (t aa1 k ow0)) +("tock" nil (t aa1 k)) +("tocqueville" nil (t ow1 k v ih0 l)) +("toczek" nil (t aa1 ch eh0 k)) +("tod" nil (t aa1 d)) +("toda" nil (t ow1 d ax)) +("todaro" nil (t ow0 d aa1 r ow0)) +("today" nil (t ax d ey1)) +("todd" nil (t aa1 d)) +("toddler" nil (t aa1 d l er0)) +("toddlers" nil (t aa1 d l er0 z)) +("toddling" nil (t aa1 d l ih0 ng)) +("todhunter" nil (t aa1 d hh ah1 n t er0)) +("todisco" nil (t ow0 d iy1 s k ow0)) +("todoroff" nil (t aa1 d er0 ao0 f)) +("todt" nil (t aa1 d t)) +("toe" nil (t ow1)) +("toed" nil (t ow1 d)) +("toehold" nil (t ow1 hh ow1 l d)) +("toeing" nil (t ow1 ih0 ng)) +("toelle" nil (t ow1 l)) +("toenails" nil (t ow1 n ey1 l z)) +("toenjes" nil (t ow1 n jh ih0 z)) +("toensing" nil (t ow1 n s ih0 ng)) +("toepfer" nil (t ow1 p f er0)) +("toes" nil (t ow1 z)) +("toews" nil (t aa1 uw0 z)) +("toffee" nil (t aa1 f iy0)) +("toffler" nil (t ao1 f l er0)) +("toft" nil (t aa1 f t)) +("tofte" nil (t ow1 f t)) +("tofu" nil (t ow1 f uw0)) +("toga" nil (t ow1 g ax)) +("together" nil (t ax g eh1 dh er0)) +("togetherness" nil (t ax g eh1 dh er0 n ax s)) +("togethers" nil (t ax g eh1 dh er0 z)) +("toggle" nil (t aa1 g ax l)) +("toggled" nil (t aa1 g ax l d)) +("toggling" nil (t aa1 g l ih0 ng)) +("tognino" nil (t aa1 g n iy1 n ow0)) +("togo" nil (t ow1 g ow0)) +("togs" nil (t aa1 g z)) +("toil" nil (t oy1 l)) +("toiled" nil (t oy1 l d)) +("toilet" nil (t oy1 l ax t)) +("toiletries" nil (t oy1 l ax t r iy0 z)) +("toiletry" nil (t oy1 l ax t r iy0)) +("toilets" nil (t oy1 l ax t s)) +("toiling" nil (t oy1 l ih0 ng)) +("toils" nil (t oy1 l z)) +("toivonen" nil (t oy1 v ax n ax n)) +("tokai" nil (t ow0 k ay1)) +("tokar" nil (t ow0 k aa1 r)) +("tokarczyk" nil (t aa1 k er0 ch ih0 k)) +("tokarski" nil (t ax k aa1 r s k iy0)) +("tokarz" nil (t ow1 k aa0 r z)) +("token" nil (t ow1 k ax n)) +("tokenism" nil (t ow1 k ax n ih1 z ax m)) +("tokens" nil (t ow1 k ax n z)) +("tokio" nil (t ow0 k iy1 ow0)) +("tokkin" nil (t aa1 k ih0 n)) +("tokos" nil (t ow1 k ow0 s)) +("tokunaga" nil (t ow0 k uw0 n aa1 g ax)) +("tokuo" nil (t aa1 k y uw0 ow0)) +("tokuyama" nil (t ow1 k uw1 y aa1 m ax)) +("tokyo" nil (t ow1 k iy0 ow1)) +("tokyu" nil (t ow1 k y uw0)) +("tolan" nil (t ow1 l ax n)) +("toland" nil (t ow1 l ax n d)) +("tolanthe" nil (t ow0 l aa1 n dh iy0)) +("tolar" nil (t ow1 l er0)) +("tolbert" nil (t ow1 l b er0 t)) +("told" nil (t ow1 l d)) +("toldrian" nil (t ow1 l d r iy0 ax n)) +("tole" nil (t ow1 l)) +("toledo" nil (t ax l iy1 d ow0)) +("tolen" nil (t ow1 l ax n)) +("tolentino" nil (t ow1 l eh0 n t iy1 n ow0)) +("toler" nil (t ow1 l er0)) +("tolerable" nil (t aa1 l er0 ax b ax l)) +("tolerance" nil (t aa1 l er0 ax n s)) +("tolerances" nil (t aa1 l er0 ax n s ih0 z)) +("tolerant" nil (t aa1 l er0 ax n t)) +("tolerate" nil (t aa1 l er0 ey1 t)) +("tolerated" nil (t aa1 l er0 ey1 t ax d)) +("tolerates" nil (t ao1 l er0 ey1 t s)) +("tolerating" nil (t aa1 l er0 ey1 t ih0 ng)) +("toleration" nil (t aa1 l er0 ey1 sh ax n)) +("toles" nil (t ow1 l z)) +("tolhurst" nil (t ow1 l hh er0 s t)) +("tolin" nil (t ow1 l ih0 n)) +("toliver" nil (t ow1 l ih0 v er0)) +("toll" nil (t ow1 l)) +("tolland" nil (t aa1 l ax n d)) +("tollbooth" nil (t ow1 l b uw1 th)) +("tolle" nil (t aa1 l)) +("tollefsen" nil (t aa1 l ih0 f s ax n)) +("tollefson" nil (t aa1 l ih0 f s ax n)) +("toller" nil (t ow1 l er0)) +("tolles" nil (t ow1 l z)) +("tolleson" nil (t aa1 l ih0 s ax n)) +("tollett" nil (t aa1 l ih0 t)) +("tolley" nil (t aa1 l iy0)) +("tolling" nil (t ow1 l ih0 ng)) +("tollison" nil (t aa1 l ih0 s ax n)) +("tolliver" nil (t ow1 l ih0 v er0)) +("tolls" nil (t ow1 l z)) +("tolly" nil (t ow1 l iy0)) +("tolman" nil (t aa1 l m ax n)) +("tolsma" nil (t ow1 l s m ax)) +("tolson" nil (t ow1 l s ax n)) +("tolstoy" nil (t ow1 l s t oy1)) +("tom" nil (t aa1 m)) +("toma" nil (t ow1 m ax)) +("tomahawk" nil (t aa1 m ax hh ao1 k)) +("tomaino" nil (t ow0 m aa0 iy1 n ow0)) +("tomako" nil (t ow0 m aa1 k ow0)) +("toman" nil (t ow1 m ax n)) +("tomanek" nil (t aa1 m ax n ih0 k)) +("tomaro" nil (t ow0 m aa1 r ow0)) +("tomas" nil (t ow0 m aa1 s)) +("tomasek" nil (t ax m aa1 s eh0 k)) +("tomaselli" nil (t ow0 m aa0 s eh1 l iy0)) +("tomasello" nil (t ow0 m aa0 s eh1 l ow0)) +("tomasetti" nil (t ow0 m aa0 s eh1 t iy0)) +("tomasi" nil (t ow0 m aa1 s iy0)) +("tomasic" nil (t ax m aa1 s ih0 k)) +("tomasik" nil (t ax m aa1 s ih0 k)) +("tomasina" nil (t ao1 m ax s iy1 n ax)) +("tomasine" nil (t ow0 m aa0 s iy1 n iy0)) +("tomasini" nil (t ow0 m aa0 s iy1 n iy0)) +("tomasino" nil (t ow0 m aa0 s iy1 n ow0)) +("tomasko" nil (t ax m aa1 s k ow0)) +("tomaso" nil (t ow0 m aa1 s ow0)) +("tomassetti" nil (t ow0 m aa0 s eh1 t iy0)) +("tomassi" nil (t ow0 m aa1 s iy0)) +("tomasso" nil (t ow0 m aa1 s ow0)) +("tomasulo" nil (t ow0 m aa0 s uw1 l ow0)) +("tomaszewski" nil (t ax m ax sh eh1 f s k iy0)) +("tomato" nil (t ax m ey1 t ow1)) +("tomatoes" nil (t ax m ey1 t ow0 z)) +("tomatos" nil (t ax m ey1 t ow1 z)) +("tomayko" nil (t ax m ay1 k ow0)) +("tomb" nil (t uw1 m)) +("tomberlin" nil (t aa1 m b er0 l ih0 n)) +("tomblike" nil (t uw1 m l ay1 k)) +("tomblin" nil (t aa1 m b l ih0 n)) +("tomboy" nil (t aa1 m b oy1)) +("tombs" nil (t uw1 m z)) +("tombstone" nil (t uw1 m s t ow1 n)) +("tombstones" nil (t uw1 m s t ow1 n z)) +("tomcat" nil (t aa1 m k ae1 t)) +("tomczak" nil (t aa1 m ch ae0 k)) +("tomczyk" nil (t aa1 m ch ih0 k)) +("tome" nil (t ow1 m)) +("tomei" nil (t aa1 m ay0)) +("tomek" nil (t ow1 m eh0 k)) +("tomeo" nil (t ow1 m iy0 ow0)) +("tomer" nil (t ow1 m er0)) +("tomerlin" nil (t aa1 m er0 l ih0 n)) +("tomes" nil (t ow1 m z)) +("tomey" nil (t ow1 m iy0)) +("tomich" nil (t aa1 m ih0 k)) +("tomiichi" nil (t ow1 m iy0 iy1 ch iy0)) +("tomilson" nil (t aa1 m ax l s ax n)) +("tomita" nil (t ow0 m iy1 t ax)) +("tomkiewicz" nil (t aa1 m k ax v ih0 ch)) +("tomkin" nil (t aa1 m k ih0 n)) +("tomkins" nil (t aa1 m k ih0 n z)) +("tomkinson" nil (t aa1 m k ih0 n s ax n)) +("tomko" nil (t aa1 m k ow0)) +("tomlin" nil (t aa1 m l ih0 n)) +("tomlinson" nil (t aa1 m l ih0 n s ax n)) +("tommie" nil (t aa1 m iy0)) +("tommy" nil (t aa1 m iy0)) +("tomorrow" nil (t ax m aa1 r ow1)) +("tompane" nil (t aa1 m p ey1 n)) +("tompkins" nil (t aa1 m p k ih0 n z)) +("tompkinses" nil (t aa1 m p k ih0 n s ih0 z)) +("tompson" nil (t aa1 m p s ax n)) +("toms" nil (t aa1 m z)) +("tomsic" nil (t aa1 m s ih0 k)) +("tomson" nil (t aa1 m s ax n)) +("ton" nil (t ah1 n)) +("tonal" nil (t ow1 n ax l)) +("tonalities" nil (t ow0 n ae1 l ax t iy0 z)) +("tonality" nil (t ow0 n ae1 l ax t iy0)) +("tonawanda" nil (t aa1 n ax w aa1 n d ax)) +("tonda" nil (t aa1 n d ax)) +("tondreau" nil (t ax n d r ow1)) +("tone" nil (t ow1 n)) +("toned" nil (t ow1 n d)) +("tonegawa" nil (t ow1 n ih0 g aa1 w ax)) +("tonelli" nil (t ow0 n eh1 l iy0)) +("toner" nil (t ow1 n er0)) +("tones" nil (t ow1 n z)) +("toney" nil (t ow1 n iy0)) +("tong" nil (t ao1 ng)) +("tonge" nil (t aa1 n jh)) +("tongs" nil (t aa1 ng z)) +("tongue" nil (t ah1 ng)) +("tongued" nil (t ah1 ng d)) +("tongues" nil (t ah1 ng z)) +("toni" nil (t ow1 n iy0)) +("tonia" nil (t ow1 n iy0 ax)) +("tonic" nil (t aa1 n ih0 k)) +("tonics" nil (t aa1 n ih0 k s)) +("tonie" nil (t ow1 n iy0)) +("toniest" nil (t ow0 n iy1 s t)) +("tonight" nil (t ax n ay1 t)) +("toning" nil (t ow1 n ih0 ng)) +("tonini" nil (t ow0 n iy1 n iy0)) +("tonite" nil (t ax n ay1 t)) +("tonjes" nil (t ow1 n y eh0 s)) +("tonk" nil (t ao1 ng k)) +("tonka" nil (t aa1 ng k ax)) +("tonkin" nil (t aa1 ng k ih0 n)) +("tonkovich" nil (t aa1 ng k ax v ih0 ch)) +("tonks" nil (t aa1 ng k s)) +("tonn" nil (t aa1 n)) +("tonnage" nil (t ah1 n ax jh)) +("tonnages" nil (t ah1 n ax jh ax z)) +("tonne" nil (t ah1 n)) +("tonner" nil (t ah1 n er0)) +("tonnes" nil (t ah1 n z)) +("tonnesen" nil (t ah1 n s ax n)) +("tons" nil (t ah1 n z)) +("tonsillectomies" nil (t aa1 n s ih0 l eh1 k t ax m iy0 z)) +("tonsillectomy" nil (t aa1 n s ih0 l eh1 k t ax m iy0)) +("tonsils" nil (t aa1 n s ax l z)) +("tonti" nil (t aa1 n t iy0)) +("tonton" nil (t aa1 n t ax n)) +("tontons" nil (t aa1 n t ax n z)) +("tony" nil (t ow1 n iy0)) +("tonya" nil (t aa1 n y ax)) +("tonyes" nil (t ow1 n y ax z)) +("too" nil (t uw1)) +("toobin" nil (t uw1 b ax n)) +("toogood" nil (t uw1 g uh1 d)) +("toohey" nil (t uw1 iy0)) +("took" nil (t uh1 k)) +("tooke" nil (t uh1 k)) +("tooker" nil (t uh1 k er0)) +("tookes" nil (t uh1 k s)) +("tool" nil (t uw1 l)) +("toolan" nil (t uw1 l ax n)) +("toole" nil (t uw1 l)) +("tooled" nil (t uw1 l d)) +("tooley" nil (t uw1 l iy0)) +("tooling" nil (t uw1 l ih0 ng)) +("toolmakers" nil (t uw1 l m ey1 k er0 z)) +("toolroom" nil (t uw1 l r uw1 m)) +("tools" nil (t uw1 l z)) +("toolworks" nil (t uw1 l w er1 k s)) +("tooman" nil (t uw1 m ax n)) +("toombs" nil (t uw1 m z)) +("toomer" nil (t uw1 m er0)) +("toomey" nil (t uw1 m iy0)) +("toon" nil (t uw1 n)) +("toone" nil (t uw1 n)) +("toops" nil (t uw1 p s)) +("toot" nil (t uw1 t)) +("tootal" nil (t uw1 t ax l)) +("tooth" nil (t uw1 th)) +("toothaker" nil (t uw1 th ax k er0)) +("toothbrush" nil (t uw1 th b r ax sh)) +("toothbrushes" nil (t uw1 th b r ah1 sh ih0 z)) +("toothed" nil (t uw1 th t)) +("toothless" nil (t uw1 th l ax s)) +("toothlike" nil (t uw1 th l ay1 k)) +("toothman" nil (t uw1 th m ax n)) +("toothpaste" nil (t uw1 th p ey1 s t)) +("toothpastes" nil (t uw1 th p ey1 s t s)) +("toothpick" nil (t uw1 th p ih1 k)) +("toothpicks" nil (t uw1 th p ih1 k s)) +("toothy" nil (t uw1 th iy0)) +("tootle" nil (t uw1 t ax l)) +("toots" nil (t uw1 t s)) +("tootsie" nil (t uw1 t s iy1)) +("top" nil (t aa1 p)) +("topalian" nil (t ax p ey1 l iy0 ax n)) +("topaz" nil (t ow1 p ae1 z)) +("tope" nil (t ow1 p)) +("topeka" nil (t ax p iy1 k ax)) +("topel" nil (t ow1 p ax l)) +("topete" nil (t aa1 p iy0 t)) +("topham" nil (t aa1 f ax m)) +("topiary" nil (t ow1 p iy0 eh1 r iy0)) +("topic" nil (t aa1 p ih0 k)) +("topical" nil (t aa1 p ax k ax l)) +("topics" nil (t aa1 p ih0 k s)) +("topix" nil (t ow1 p ih1 k s)) +("topkapi" nil (t aa1 p k aa1 p iy0)) +("topknot" nil (t aa1 p n aa1 t)) +("topless" nil (t aa1 p l ax s)) +("topliff" nil (t aa1 p l ih0 f)) +("topographic" nil (t aa1 p ax g r ae1 f ih0 k)) +("topography" nil (t ax p aa1 g r ax f iy0)) +("topol" nil (t ow1 p aa0 l)) +("topolski" nil (t ax p ow1 l s k iy0)) +("topor" nil (t aa1 p er0)) +("topp" nil (t aa1 p)) +("topped" nil (t aa1 p t)) +("topper" nil (t aa1 p er0)) +("toppers" nil (t aa1 p er0 z)) +("toppin" nil (t aa1 p ih0 n)) +("topping" nil (t aa1 p ih0 ng)) +("toppings" nil (t aa1 p ih0 ng z)) +("toppins" nil (t aa1 p ih0 n z)) +("topple" nil (t aa1 p ax l)) +("toppled" nil (t aa1 p ax l d)) +("topples" nil (t aa1 p ax l z)) +("toppling" nil (t aa1 p ax l ih0 ng)) +("topps" nil (t aa1 p s)) +("tops" nil (t aa1 p s)) +("topsoil" nil (t aa1 p s oy1 l)) +("topsy" nil (t aa1 p s iy0)) +("toquepala" nil (t aa1 k w eh0 p aa1 l ax)) +("tor" nil (t ao1 r)) +("torah" nil (t ao1 r ax)) +("torain" nil (t er0 ey1 n)) +("torald" nil (t ao1 r ax l d)) +("toran" nil (t ao0 r aa1 n)) +("toray" nil (t ao0 r ey1)) +("torbeck" nil (t ao1 r b eh0 k)) +("torbert" nil (t ao1 r b er0 t)) +("torbett" nil (t ao1 r b ih0 t)) +("torch" nil (t ao1 r ch)) +("torched" nil (t ao1 r ch t)) +("torches" nil (t ao1 r ch ih0 z)) +("torchia" nil (t ao1 r k iy0 ax)) +("torchmark" nil (t ao1 r ch m aa1 r k)) +("tordella" nil (t ao1 r d eh1 l ax)) +("tore" nil (t ao1 r)) +("torell" nil (t ao0 r eh1 l)) +("torelli" nil (t ao0 r eh1 l iy0)) +("torello" nil (t ao0 r eh1 l ow0)) +("toren" nil (t ao1 r ax n)) +("torey" nil (t ao1 r iy0)) +("torgersen" nil (t ao1 r g er0 s ax n)) +("torgerson" nil (t ao1 r g er0 s ax n)) +("torgeson" nil (t ao1 r g ih0 s ax n)) +("torian" nil (t ao1 r iy0 ax n)) +("toribio" nil (t ao0 r iy1 b iy0 ow0)) +("tories" nil (t ao1 r iy0 z)) +("torino" nil (t ao0 r iy1 n ow0)) +("torkelson" nil (t ao1 r k ih0 l s ax n)) +("torley" nil (t ao1 r l iy0)) +("torma" nil (t ao1 r m ax)) +("torme" nil (t ao1 r m)) +("torment" n (t ao1 r m eh1 n t)) +("torment" v (t ao0 r m eh1 n t)) +("tormenta" nil (t ao1 r m eh1 n t ax)) +("tormented" nil (t ao1 r m eh1 n t ih0 d)) +("tormentors" nil (t ao1 r m eh1 n t er0 z)) +("torments" n (t ao1 r m eh1 n t s)) +("torments" v (t ao0 r m eh1 n t s)) +("tormey" nil (t ao1 r m iy0)) +("torn" nil (t ao1 r n)) +("tornabene" nil (t ao0 r n aa0 b eh1 n ax)) +("tornado" nil (t ao0 r n ey1 d ow1)) +("tornadoes" nil (t ao0 r n ey1 d ow0 z)) +("tornados" nil (t ao0 r n ey1 d ow1 z)) +("tornatore" nil (t ao0 r n aa0 t ao1 r iy0)) +("torney" nil (t ao1 r n iy0)) +("torno" nil (t ao1 r n ow0)) +("tornow" nil (t ao1 r n ow0)) +("tornquist" nil (t ao1 r n k w ih0 s t)) +("toro" nil (t ao1 r ow0)) +("torok" nil (t ao1 r ax k)) +("toronado" nil (t ao1 r ax n aa1 d ow0)) +("toronto" nil (t er0 aa1 n t ow0)) +("torosian" nil (t er0 aa1 zh ih0 n)) +("torp" nil (t ao1 r p)) +("torpedo" nil (t ao0 r p iy1 d ow1)) +("torpedoed" nil (t ao0 r p iy1 d ow1 d)) +("torpedoes" nil (t ao0 r p iy1 d ow0 z)) +("torpedoing" nil (t ao0 r p iy1 d ow1 ih0 ng)) +("torpedos" nil (t ao0 r p iy1 d ow1 z)) +("torpey" nil (t ao1 r p iy0)) +("torpid" nil (t ao1 r p ax d)) +("torpor" nil (t ao1 r p er0)) +("torque" nil (t ao1 r k)) +("torr" nil (t ao1 r)) +("torrance" nil (t ao1 r ax n s)) +("torras" nil (t ao1 r ax s)) +("torray" nil (t ao1 r ey0)) +("torre" nil (t ao1 r)) +("torregrossa" nil (t ao0 r eh0 g r ow1 s ax)) +("torrejon" nil (t ao1 r ax jh aa0 n)) +("torrence" nil (t ao1 r ax n s)) +("torrens" nil (t ao1 r ax n z)) +("torrent" nil (t ao1 r ax n t)) +("torrential" nil (t ao0 r eh1 n ch ax l)) +("torrents" nil (t ao1 r ax n t s)) +("torrenzano" nil (t ao1 r eh0 n z aa1 n ow0)) +("torreon" nil (t ao1 r iy0 ax n)) +("torres" nil (t ao1 r eh1 z)) +("torrey" nil (t ao1 r iy0)) +("torrez" nil (t ao0 r eh1 z)) +("torricelli" nil (t ao1 r ih0 s eh1 l iy0)) +("torrid" nil (t ao1 r ax d)) +("torrijos" nil (t ao0 r iy1 ow0 s)) +("torrington" nil (t ao1 r ih0 ng t ax n)) +("torrisi" nil (t ao0 r iy1 s iy0)) +("torry" nil (t ao1 r iy0)) +("torsiello" nil (t ao0 r s iy0 eh1 l ow0)) +("torso" nil (t ao1 r s ow1)) +("torsos" nil (t ao1 r s ow1 z)) +("torstar" nil (t ao1 r s t aa1 r)) +("torsten" nil (t ao1 r s t ax n)) +("tort" nil (t ao1 r t)) +("torti" nil (t ao1 r t iy0)) +("tortilla" nil (t ao0 r t iy1 ax)) +("tortillas" nil (t ao1 r t iy1 ax z)) +("tortoise" nil (t ao1 r t ax s)) +("tortoises" nil (t ao1 r t ax s ax z)) +("tortora" nil (t ao0 r t ao1 r ax)) +("tortorella" nil (t ao0 r t ao0 r eh1 l ax)) +("tortorelli" nil (t ao0 r t ao0 r eh1 l iy0)) +("tortorello" nil (t ao0 r t ao0 r eh1 l ow0)) +("tortorice" nil (t ao0 r t ao1 r ih0 s)) +("tortorici" nil (t ao0 r t ao0 r iy1 ch iy0)) +("tortoriello" nil (t ao0 r t ao0 r iy0 eh1 l ow0)) +("torts" nil (t ao1 r t s)) +("tortuous" nil (t ao1 r ch ax w ax s)) +("torture" nil (t ao1 r ch er0)) +("tortured" nil (t ao1 r ch er0 d)) +("tortures" nil (t ao1 r ch er0 z)) +("torturing" nil (t ao1 r ch er0 ih0 ng)) +("toru" nil (t ao1 r uw0)) +("torumi" nil (t ao1 r uw1 m iy0)) +("tory" nil (t ao1 r iy0)) +("tosca" nil (t ao1 s k ax)) +("toscanini" nil (t ao1 s k ax n iy1 n iy0)) +("toscano" nil (t ow0 s k aa1 n ow0)) +("tosch" nil (t ao1 sh)) +("tosco" nil (t ao1 s k ow0)) +("tosh" nil (t aa1 sh)) +("toshiba" nil (t ow0 sh iy1 b ax)) +("toshiharu" nil (t ow1 sh ih0 hh aa1 r uw0)) +("toshihiko" nil (t ow1 sh ih0 hh iy1 k ow0)) +("toshiki" nil (t ow0 sh iy1 k iy0)) +("toshio" nil (t ow0 sh iy1 ow0)) +("toshiyuki" nil (t ow1 sh ih0 y uw1 k iy0)) +("tosi" nil (t ow1 s iy0)) +("toso" nil (t ow1 s ow0)) +("toss" nil (t ao1 s)) +("tossed" nil (t ao1 s t)) +("tosses" nil (t ao1 s ih0 z)) +("tossing" nil (t ao1 s ih0 ng)) +("tostado" nil (t ow0 s t aa1 d ow0)) +("toste" nil (t ow1 s t)) +("tostenson" nil (t aa1 s t ih0 n s ax n)) +("tosti" nil (t ao1 s t iy0)) +("tosto" nil (t ow1 s t ow0)) +("tot" nil (t aa1 t)) +("tota" nil (t ow1 t ax)) +("total" nil (t ow1 t ax l)) +("totaled" nil (t ow1 t ax l d)) +("totaling" nil (t ow1 t ax l ih0 ng)) +("totalitarian" nil (t ow1 t ae1 l ih0 t eh1 r iy0 ax n)) +("totalitarianism" nil (t ow1 t ae1 l ax t eh1 r iy0 ax n ih1 z ax m)) +("totalitarians" nil (t ow0 t ae1 l ax t eh1 r iy0 ax n z)) +("totality" nil (t ow0 t ae1 l ax t iy0)) +("totalled" nil (t ow1 t ax l d)) +("totalling" nil (t ow1 t ax l ih0 ng)) +("totally" nil (t ow1 t ax l iy0)) +("totals" nil (t ow1 t ax l z)) +("totaro" nil (t ow0 t aa1 r ow0)) +("tote" nil (t ow1 t)) +("toted" nil (t ow1 t ih0 d)) +("totem" nil (t ow1 t ax m)) +("totems" nil (t ow1 t ax m z)) +("totenberg" nil (t ow1 t ax n b er0 g)) +("totes" nil (t ow1 t s)) +("toth" nil (t aa1 th)) +("totherow" nil (t ah1 dh er0 ow0)) +("toti" nil (t ow1 t iy0)) +("toting" nil (t ow1 t ih0 ng)) +("totman" nil (t aa1 t m ax n)) +("toto" nil (t ow1 t ow0)) +("tots" nil (t aa1 t s)) +("totten" nil (t aa1 t ax n)) +("tottering" nil (t aa1 t er0 ih0 ng)) +("totton" nil (t aa1 t ax n)) +("totty" nil (t aa1 t iy0)) +("totzke" nil (t aa1 t z k)) +("touareg" nil (t uw1 er0 ax g)) +("touch" nil (t ah1 ch)) +("touchdown" nil (t ah1 ch d aw1 n)) +("touchdowns" nil (t ah1 ch d aw1 n z)) +("touche" nil (t uw1 sh)) +("touched" nil (t ah1 ch t)) +("touches" nil (t ah1 ch ax z)) +("touchet" nil (t uw0 sh eh1 t)) +("touchette" nil (t uw1 sh eh1 t)) +("touching" nil (t ah1 ch ih0 ng)) +("touchstone" nil (t ah1 ch s t ow1 n)) +("touchton" nil (t ah1 ch t ax n)) +("touchy" nil (t ah1 ch iy0)) +("toufexis" nil (t uw1 f eh1 k s ih0 s)) +("tougaloo" nil (t uw1 g ax l uw1)) +("tougas" nil (t ah1 g ax z)) +("tough" nil (t ah1 f)) +("toughed" nil (t ah1 f t)) +("toughen" nil (t ah1 f ax n)) +("toughened" nil (t ah1 f ax n d)) +("toughening" nil (t ah1 f ax n ih0 ng)) +("toughens" nil (t ah1 f ax n z)) +("tougher" nil (t ah1 f er0)) +("toughest" nil (t ah1 f ax s t)) +("toughness" nil (t ah1 f n ax s)) +("toughs" nil (t ah1 f s)) +("touhey" nil (t ah1 hh iy0)) +("toulouse" nil (t uw0 l uw1 z)) +("toupee" nil (t uw1 p ey1)) +("toupin" nil (t uw1 p ih0 n)) +("toups" nil (t uw1 p s)) +("tour" nil (t uh1 r)) +("tourangeau" nil (t uh1 r ey0 ng g ow0)) +("toured" nil (t uh1 r d)) +("touretzky" nil (t er0 eh1 t s k iy0)) +("tourigny" nil (t uh1 r ay0 n iy0)) +("touring" nil (t uh1 r ih0 ng)) +("tourism" nil (t uh1 r ih1 z ax m)) +("tourist" nil (t uh1 r ax s t)) +("tourists" nil (t uh1 r ax s t s)) +("tourmaline" nil (t uh1 r m ax l iy1 n)) +("tournament" nil (t uh1 r n ax m ax n t)) +("tournaments" nil (t er1 n ax m ax n t s)) +("tourney" nil (t er1 n iy0)) +("tourneys" nil (t uw1 r n iy0 z)) +("touro" nil (t uw1 r ow0)) +("tours" nil (t uh1 r z)) +("tourtelot" nil (t uh1 r t ax l aa0 t)) +("tourville" nil (t uh1 r v ih0 l)) +("tousey" nil (t ah1 s iy0)) +("tousignant" nil (t uw1 s ih0 g n ax n t)) +("tousley" nil (t ah1 s l iy0)) +("toussaint" nil (t uw0 s ae1 n)) +("toussie" nil (t uw1 s iy0)) +("tout" nil (t aw1 t)) +("toutant" nil (t uw0 t ao1 n t)) +("touted" nil (t aw1 t ih0 d)) +("touting" nil (t aw1 t ih0 ng)) +("touts" nil (t aw1 t s)) +("touvier" nil (t uw1 v iy0 ey1)) +("tovar" nil (t ow0 v aa1 r)) +("tovaz" nil (t ow1 v aa1 z)) +("tovey" nil (t ow1 v iy0)) +("tow" nil (t ow1)) +("toward" nil (t ax w ao1 r d)) +("towards" nil (t ax w ao1 r d z)) +("towbin" nil (t ow1 b ih1 n)) +("towboat" nil (t ow1 b ow1 t)) +("towe" nil (t ow1)) +("towed" nil (t ow1 d)) +("towel" nil (t aw1 ax l)) +("toweling" nil (t aw1 ax l ih0 ng)) +("towell" nil (t aa1 w eh0 l)) +("towels" nil (t aw1 ax l z)) +("tower" nil (t aw1 er0)) +("towered" nil (t aw1 er0 d)) +("towering" nil (t aw1 er0 ih0 ng)) +("towers" nil (t aw1 er0 z)) +("towery" nil (t ow0 er1 iy0)) +("towey" nil (t ow1 iy0)) +("towing" nil (t ow1 ih0 ng)) +("towle" nil (t aw1 l)) +("towler" nil (t ow1 l er0)) +("towles" nil (t ow1 ax l z)) +("town" nil (t aw1 n)) +("towne" nil (t aw1 n)) +("towner" nil (t aw1 n er0)) +("towners" nil (t aw1 n er0 z)) +("townes" nil (t aw1 n z)) +("townhouse" nil (t aw1 n hh aw1 s)) +("townhouses" nil (t aw1 n hh aw1 s ih0 z)) +("townley" nil (t aw1 n l iy0)) +("towns" nil (t aw1 n z)) +("townsel" nil (t aw1 n s ax l)) +("townsell" nil (t aw1 n s ax l)) +("townsend" nil (t aw1 n z ax n d)) +("townsfolk" nil (t aw1 n z f ow1 k)) +("township" nil (t aw1 n sh ih0 p)) +("townships" nil (t aw1 n sh ih0 p s)) +("townsley" nil (t aw1 n s l iy0)) +("townsman" nil (t aw1 n z m ax n)) +("townson" nil (t aw1 n s ax n)) +("townspeople" nil (t aw1 n z p iy1 p ax l)) +("towry" nil (t ao1 r iy0)) +("tows" nil (t ow1 z)) +("towsley" nil (t ow1 s l iy0)) +("towson" nil (t ow1 s ax n)) +("toxic" nil (t aa1 k s ih0 k)) +("toxicity" nil (t aa0 k s ih1 s ax t iy0)) +("toxicological" nil (t aa1 k s ax k ax l aa1 jh ih0 k ax l)) +("toxicologist" nil (t aa1 k s ih0 k aa1 l ax jh ih0 s t)) +("toxicologists" nil (t aa1 k s ih0 k aa1 l ax jh ih0 s t s)) +("toxicology" nil (t aa1 k s ih0 k aa1 l ax jh iy0)) +("toxics" nil (t aa1 k s ih0 k s)) +("toxin" nil (t aa1 k s ax n)) +("toxins" nil (t aa1 k s ax n z)) +("toy" nil (t oy1)) +("toyama" nil (t ow0 y aa1 m ax)) +("toye" nil (t oy1)) +("toyed" nil (t oy1 d)) +("toying" nil (t oy1 ih0 ng)) +("toyko" nil (t oy1 k ow0)) +("toymaker" nil (t oy1 m ey1 k er0)) +("toyo" nil (t ow1 y ow0)) +("toyobo" nil (t ow0 y ow1 b ow0)) +("toyoda" nil (t ow0 y ow1 d ax)) +("toyoo" nil (t oy0 uw1)) +("toyota" nil (t ow0 y ow1 t ax)) +("toyotas" nil (t oy1 ow1 t ax z)) +("toys" nil (t oy1 z)) +("toystores" nil (t oy1 s t ao1 r z)) +("tozer" nil (t ow1 z er0)) +("tozier" nil (t ow1 z iy0 er0)) +("tozzi" nil (t aa1 z iy0)) +("traber" nil (t r ey1 b er0)) +("trabert" nil (t r ae1 b er0 t)) +("trabucco" nil (t r aa0 b uw1 k ow0)) +("trabue" nil (t r aa1 b w eh0)) +("trac" nil (t r ae1 k)) +("trace" nil (t r ey1 s)) +("traceable" nil (t r ey1 s ax b ax l)) +("traced" nil (t r ey1 s t)) +("tracer" nil (t r ey1 s er0)) +("tracers" nil (t r ey1 s er0 z)) +("traces" nil (t r ey1 s ax z)) +("tracey" nil (t r ey1 s iy0)) +("trachea" nil (t r ey1 k iy0 ax)) +("tracheophytes" nil (t r ey1 k iy0 ax f ay0 t s)) +("trachsel" nil (t r ae1 k s ax l)) +("tracht" nil (t r ae1 k t)) +("trachtenberg" nil (t r ae1 k t ax n b er0 g)) +("tracie" nil (t r ey1 s iy0)) +("tracinda" nil (t r ax s ih1 n d ax)) +("tracing" nil (t r ey1 s ih0 ng)) +("track" nil (t r ae1 k)) +("trackage" nil (t r ae1 k ih0 jh)) +("trackballs" nil (t r ae1 k b ao1 l z)) +("tracked" nil (t r ae1 k t)) +("tracker" nil (t r ae1 k er0)) +("trackers" nil (t r ae1 k er0 z)) +("tracking" nil (t r ae1 k ih0 ng)) +("tracks" nil (t r ae1 k s)) +("tracor" nil (t r ey1 s er0)) +("tract" nil (t r ae1 k t)) +("tractable" nil (t r ae1 k t ax b ax l)) +("tractebel" nil (t r ae1 k t ax b ax l)) +("traction" nil (t r ae1 k sh ax n)) +("tractor" nil (t r ae1 k t er0)) +("tractors" nil (t r ae1 k t er0 z)) +("tracts" nil (t r ae1 k t s)) +("tracy" nil (t r ey1 s iy0)) +("tracz" nil (t r aa1 ch)) +("traczyk" nil (t r aa1 ch ih1 k)) +("tradable" nil (t r ey1 d ax b ax l)) +("trade" nil (t r ey1 d)) +("tradeable" nil (t r ey1 d ax b ax l)) +("traded" nil (t r ey1 d ih0 d)) +("trademark" nil (t r ey1 d m aa1 r k)) +("trademarked" nil (t r ey1 d m aa1 r k t)) +("trademarks" nil (t r ey1 d m aa1 r k s)) +("tradeoff" nil (t r ey1 d ao1 f)) +("tradeoffs" nil (t r ey1 d ao1 f s)) +("trader" nil (t r ey1 d er0)) +("traders" nil (t r ey1 d er0 z)) +("trades" nil (t r ey1 d z)) +("tradesmen" nil (t r ey1 d z m ax n)) +("trading" nil (t r ey1 d ih0 ng)) +("tradings" nil (t r ey1 d ih0 ng z)) +("tradition" nil (t r ax d ih1 sh ax n)) +("traditional" nil (t r ax d ih1 sh ax n ax l)) +("traditionalist" nil (t r ax d ih1 sh ax n ax l ih0 s t)) +("traditionalists" nil (t r ax d ih1 sh n ax l ax s t s)) +("traditionally" nil (t r ax d ih1 sh ax n ax l iy0)) +("traditions" nil (t r ax d ih1 sh ax n z)) +("traeger" nil (t r eh1 g er0)) +("traer" nil (t r eh1 r)) +("trafalgar" nil (t r ax f ae1 l g er0)) +("traffic" nil (t r ae1 f ih0 k)) +("trafficker" nil (t r ae1 f ih0 k er0)) +("traffickers" nil (t r ae1 f ih0 k er0 z)) +("trafficking" nil (t r ae1 f ih0 k ih0 ng)) +("trafford" nil (t r ae1 f er0 d)) +("traficant" nil (t r ae1 f ih0 k ax n t)) +("traficante" nil (t r aa0 f iy0 k aa1 n t iy0)) +("trafillio" nil (t r ax f iy1 l iy0 ow0)) +("trafton" nil (t r ae1 f t ax n)) +("tragedies" nil (t r ae1 jh ax d iy0 z)) +("tragedy" nil (t r ae1 jh ax d iy0)) +("trager" nil (t r ey1 g er0)) +("trageser" nil (t r ae1 g iy0 z er0)) +("tragic" nil (t r ae1 jh ih0 k)) +("tragically" nil (t r ae1 jh ih0 k l iy0)) +("tragicomic" nil (t r ae1 jh ih0 k aa1 m ih0 k)) +("tragos" nil (t r ae1 g ow0 z)) +("trahan" nil (t r ae1 hh ax n)) +("trahern" nil (t r ae1 hh er0 n)) +("trail" nil (t r ey1 l)) +("trailblazer" nil (t r ey1 l b l ey1 z er0)) +("trailed" nil (t r ey1 l d)) +("trailer" nil (t r ey1 l er0)) +("trailers" nil (t r ey1 l er0 z)) +("trailing" nil (t r ey1 l ih0 ng)) +("trails" nil (t r ey1 l z)) +("trailways" nil (t r ey1 l w ey1 z)) +("train" nil (t r ey1 n)) +("traina" nil (t r ey1 n ax)) +("trainable" nil (t r ey1 n ax b ax l)) +("trained" nil (t r ey1 n d)) +("trainee" nil (t r ey1 n iy1)) +("trainees" nil (t r ey1 n iy1 z)) +("trainer" nil (t r ey1 n er0)) +("trainers" nil (t r ey1 n er0 z)) +("training" nil (t r ey1 n ih0 ng)) +("trainmen" nil (t r ey1 n m ax n)) +("trainor" nil (t r ey1 n er0)) +("trains" nil (t r ey1 n z)) +("traipse" nil (t r ey1 p s)) +("traister" nil (t r ey1 s t er0)) +("trait" nil (t r ey1 t)) +("traitor" nil (t r ey1 t er0)) +("traitorous" nil (t r ey1 t er0 ax s)) +("traitors" nil (t r ey1 t er0 z)) +("traits" nil (t r ey1 t s)) +("trajan" nil (t r ey1 jh ax n)) +("trajectory" nil (t r ax jh eh1 k t er0 iy0)) +("trak" nil (t r ae1 k)) +("trakas" nil (t r aa1 k ax z)) +("tram" nil (t r ae1 m)) +("tramble" nil (t r ae1 m b ax l)) +("tramco" nil (t r ae1 m k ow0)) +("tramel" nil (t r ae1 m ax l)) +("tramell" nil (t r aa0 m ey1 l)) +("tramiel" nil (t r ae1 m iy0 ax l)) +("trammel" nil (t r ae1 m ax l)) +("trammell" nil (t r ae1 m ax l)) +("tramontana" nil (t r aa0 m ow0 n t ae1 n ax)) +("tramontano" nil (t r aa0 m ow0 n t aa1 n ow0)) +("tramonte" nil (t r aa0 m ow1 n t iy0)) +("tramontin" nil (t r ax m aa1 n t ih0 n)) +("tramp" nil (t r ae1 m p)) +("trampe" nil (t r ae1 m p)) +("tramping" nil (t r ae1 m p ih0 ng)) +("trample" nil (t r ae1 m p ax l)) +("trampled" nil (t r ae1 m p ax l d)) +("tramples" nil (t r ae1 m p ax l z)) +("trampling" nil (t r ae1 m p l ih0 ng)) +("trampoline" nil (t r ae1 m p ax l iy1 n)) +("tran" nil (t r ae1 n)) +("tranberg" nil (t r ae1 n b er0 g)) +("trance" nil (t r ae1 n s)) +("tranche" nil (t r ae1 n ch)) +("tranches" nil (t r ae1 n ch eh0 z)) +("tranchina" nil (t r aa0 n k iy1 n ax)) +("trane" nil (t r ey1 n)) +("trang" nil (t r ae1 ng)) +("trani" nil (t r aa1 n iy0)) +("tranquil" nil (t r ae1 ng k w ax l)) +("tranquility" nil (t r ae0 ng k w ih1 l ih0 t iy0)) +("tranquilizer" nil (t r ae1 ng k w ax l ay1 z er0)) +("tranquilizers" nil (t r ae1 ng k w ax l ay1 z er0 z)) +("tranquilizing" nil (t r ae1 ng k w ax l ay1 z ih0 ng)) +("tranquillity" nil (t r ae0 n k w ih1 l ax t iy0)) +("trans" nil (t r ae1 n z)) +("transact" nil (t r ae0 n z ae1 k t)) +("transacted" nil (t r ae0 n s ae1 k t ih0 d)) +("transaction" nil (t r ae0 n z ae1 k sh ax n)) +("transactions" nil (t r ae0 n z ae1 k sh ax n z)) +("transafrica" nil (t r ae1 n z ae1 f r ih0 k ax)) +("transalaska" nil (t r ae1 n z ax l ae1 s k ax)) +("transalta" nil (t r ae1 n z ao1 l t ax)) +("transamerica" nil (t r ae1 n s ax m eh1 r ih0 k ax)) +("transamerican" nil (t r ae1 n z ax m eh1 r ih0 k ax n)) +("transatlantic" nil (t r ae1 n z ax t l ae1 n t ih0 k)) +("transcanada" nil (t r ae1 n z k ae1 n ax t ax)) +("transcapital" nil (t r ae1 n z k ae1 p ih0 t ax l)) +("transcend" nil (t r ae0 n s eh1 n d)) +("transcended" nil (t r ae0 n s eh1 n d ih0 d)) +("transcendence" nil (t r ae0 n s eh1 n d ax n s)) +("transcendent" nil (t r ae0 n s eh1 n d ax n t)) +("transcendental" nil (t r ae1 n s ax n d eh1 n t ax l)) +("transcending" nil (t r ae0 n s eh1 n d ih0 ng)) +("transcends" nil (t r ae0 n s eh1 n d z)) +("transchannel" nil (t r ah1 n s ch ae1 n ax l)) +("transcisco" nil (t r ae1 n s ih1 s k ow0)) +("transco" nil (t r ae1 n s k ow0)) +("transcon" nil (t r ae1 n z k aa0 n)) +("transcontinental" nil (t r ae1 n z k aa1 n t ih0 n eh1 n t ax l)) +("transcribe" nil (t r ae0 n s k r ay1 b)) +("transcribed" nil (t r ae0 n s k r ay1 b d)) +("transcribers" nil (t r ae0 n s k r ay1 b er0 z)) +("transcribes" nil (t r ae0 n s k r ay1 b z)) +("transcribing" nil (t r ae0 n s k r ay1 b ih0 ng)) +("transcript" nil (t r ae1 n s k r ih1 p t)) +("transcription" nil (t r ae1 n s k r ih1 p sh ax n)) +("transcriptions" nil (t r ae1 n s k r ih1 p sh ax n z)) +("transcripts" nil (t r ae1 n s k r ih1 p t s)) +("transducer" nil (t r ae0 n s d uw1 s er0)) +("transducers" nil (t r ae0 n s d uw1 s er0 z)) +("transfer" v (t r ae0 n s f er1)) +("transfer" n (t r ae1 n s f er0)) +("transferability" nil (t r ae1 n s f er0 ax b ih1 l ih0 t iy0)) +("transferable" nil (t r ae0 n s f er1 ax b ax l)) +("transfered" nil (t r ae0 n s f er1 d)) +("transfering" nil (t r ae0 n s f er1 ih0 ng)) +("transferrable" nil (t r ae1 n s f er1 ax b ax l)) +("transferred" nil (t r ae0 n s f er1 d)) +("transferring" nil (t r ae0 n s f er1 ih0 ng)) +("transfers" v (t r ae0 n s f er1 z)) +("transfers" n (t r ae1 n s f er0 z)) +("transfixed" nil (t r ae0 n s f ih1 k s t)) +("transform" nil (t r ae0 n s f ao1 r m)) +("transformation" nil (t r ae1 n s f er0 m ey1 sh ax n)) +("transformational" nil (t r ae1 n s f er0 m ey1 sh ax n ax l)) +("transformations" nil (t r ae1 n s f er0 m ey1 sh ax n z)) +("transformed" nil (t r ae0 n s f ao1 r m d)) +("transformer" nil (t r ae0 n s f ao1 r m er0)) +("transformers" nil (t r ae0 n s f ao1 r m er0 z)) +("transforming" nil (t r ae0 n s f ao1 r m ih0 ng)) +("transforms" nil (t r ae0 n s f ao1 r m z)) +("transfused" nil (t r ae0 n s f y uw1 z d)) +("transfusion" nil (t r ae0 n s f y uw1 zh ax n)) +("transfusions" nil (t r ae0 n s f y uw1 zh ax n z)) +("transgenic" nil (t r ae1 n z jh eh1 n ih0 k)) +("transgression" nil (t r ae0 n z g r eh1 sh ax n)) +("transgressions" nil (t r ae0 n z g r eh1 sh ax n z)) +("transgressor" nil (t r ae0 n z g r eh1 s er0)) +("transience" nil (t r ae1 n z iy0 ax n s)) +("transient" nil (t r ae1 n zh ax n t)) +("transients" nil (t r ae1 n z iy0 ax n t s)) +("transillumination" nil (t r ae1 n z ax l uw1 m ax n ey1 sh ax n)) +("transimage" nil (t r ae1 n z ih1 m ih0 jh)) +("transistor" nil (t r ae0 n z ih1 s t er0)) +("transistors" nil (t r ae0 n z ih1 s t er0 z)) +("transit" nil (t r ae1 n z ax t)) +("transition" nil (t r ae0 n z ih1 sh ax n)) +("transitional" nil (t r ae0 n s ih1 sh ax n ax l)) +("transitions" nil (t r ae0 n z ih1 sh ax n z)) +("transitory" nil (t r ae1 n z ax t ao1 r iy0)) +("transkei" nil (t r ae1 n z k ey1)) +("translate" nil (t r ae0 n z l ey1 t)) +("translated" nil (t r ae0 n z l ey1 t ax d)) +("translates" nil (t r ae0 n z l ey1 t s)) +("translating" nil (t r ae0 n z l ey1 t ih0 ng)) +("translation" nil (t r ae0 n z l ey1 sh ax n)) +("translations" nil (t r ae0 n z l ey1 sh ax n z)) +("translator" nil (t r ae0 n s l ey1 t er0)) +("translators" nil (t r ae0 n s l ey1 t er0 z)) +("translogic" nil (t r ae1 n z l aa1 jh ih0 k)) +("translucent" nil (t r ae0 n s l uw1 s ax n t)) +("transmark" nil (t r ae1 n z m aa1 r k)) +("transmedia" nil (t r ae1 n z m iy1 d iy0 ax)) +("transmission" nil (t r ae0 n s m ih1 sh ax n)) +("transmissions" nil (t r ae0 n z m ih1 sh ax n z)) +("transmit" nil (t r ae0 n z m ih1 t)) +("transmits" nil (t r ae0 n z m ih1 t s)) +("transmittable" nil (t r ae0 n z m ih1 t ax b ax l)) +("transmittal" nil (t r ae0 n s m ih1 t ax l)) +("transmitted" nil (t r ae0 n s m ih1 t ih0 d)) +("transmitter" nil (t r ae0 n s m ih1 t er0)) +("transmitters" nil (t r ae0 n s m ih1 t er0 z)) +("transmitting" nil (t r ae0 n s m ih1 t ih0 ng)) +("transnational" nil (t r ae0 n s n ae1 sh ax n ax l)) +("transoceanic" nil (t r ae1 n z ow0 sh iy0 ae1 n ih0 k)) +("transohio" nil (t r ae1 n z ow0 hh ay1 ow0)) +("transou" nil (t r ae1 n z uw1)) +("transpac" nil (t r ae1 n z p ae1 k)) +("transpacific" nil (t r ae1 n s p ax s ih1 f ih0 k)) +("transparencies" nil (t r ae0 n s p eh1 r ax n s iy0 z)) +("transparency" nil (t r ae0 n s p eh1 r ax n s iy0)) +("transparent" nil (t r ae0 n s p eh1 r ax n t)) +("transparently" nil (t r ae0 n s p eh1 r ax n t l iy0)) +("transpark" nil (t r ae1 n s p aa1 r k)) +("transpired" nil (t r ae0 n s p ay1 er0 d)) +("transpires" nil (t r ae0 n s p ay1 er0 z)) +("transplant" nil (t r ae0 n s p l ae1 n t)) +("transplantation" nil (t r ae1 n z p l ae0 n t ey1 sh ax n)) +("transplanted" nil (t r ae0 n s p l ae1 n t ih0 d)) +("transplanting" nil (t r ae0 n s p l ae1 n t ih0 ng)) +("transplants" nil (t r ae0 n s p l ae1 n t s)) +("transponder" nil (t r ae0 n s p aa1 n d er0)) +("transponders" nil (t r ae0 n s p aa1 n d er0 z)) +("transporation" nil (t r ae1 n z p er0 ey1 sh ax n)) +("transport" v (t r ae0 n s p ao1 r t)) +("transport" n (t r ae1 n s p ao0 r t)) +("transportable" nil (t r ae0 n s p ao1 r t ax b ax l)) +("transportation" nil (t r ae1 n s p er0 t ey1 sh ax n)) +("transported" nil (t r ae0 n s p ao1 r t ax d)) +("transporter" nil (t r ae0 n s p ao1 r t er0)) +("transporters" nil (t r ae0 n s p ao1 r t er0 z)) +("transporting" nil (t r ae0 n s p ao1 r t ih0 ng)) +("transports" v (t r ae0 n s p ao1 r t s)) +("transports" n (t r ae1 n s p ao0 r t s)) +("transpose" nil (t r ae0 n s p ow1 z)) +("transposed" nil (t r ae0 n s p ow1 z d)) +("transracial" nil (t r ae1 n z r ey1 sh ax l)) +("transrapid" nil (t r ae1 n z r ae1 p ih0 d)) +("transtar" nil (t r ae0 n s t aa1 r)) +("transtechnology" nil (t r ae1 n z t ax k n aa1 l ax jh iy0)) +("transtector" nil (t r ae1 n z t eh1 k t er0)) +("transue" nil (t r ae1 n z uw0)) +("transvaal" nil (t r ae0 n z v aa1 l)) +("transverse" nil (t r ae0 n z v er1 s)) +("transway" nil (t r ae1 n z w ey1)) +("transwestern" nil (t r ae1 n z w eh1 s t er0 n)) +("transworld" nil (t r ae0 n s w er1 l d)) +("transylvania" nil (t r ae1 n z iy0 l v ey1 n iy0 ax)) +("trant" nil (t r ae1 n t)) +("tranter" nil (t r ae1 n t er0)) +("trantham" nil (t r ae1 n th ax m)) +("tranum" nil (t r ae1 n ax m)) +("tranzonic" nil (t r ae0 n z aa1 n ih0 k)) +("trap" nil (t r ae1 p)) +("trapani" nil (t r aa0 p aa1 n iy0)) +("trapasso" nil (t r aa0 p aa1 s ow0)) +("trapelo" nil (t r ax p eh1 l ow0)) +("trapeze" nil (t r ax p iy1 z)) +("traphagen" nil (t r ae1 f ax g ax n)) +("trapnell" nil (t r ae1 p n ax l)) +("trapp" nil (t r ae1 p)) +("trappe" nil (t r ae1 p)) +("trapped" nil (t r ae1 p t)) +("trappers" nil (t r ae1 p er0 z)) +("trapping" nil (t r ae1 p ih0 ng)) +("trappings" nil (t r ae1 p ih0 ng z)) +("trappist" nil (t r ae1 p ih0 s t)) +("traps" nil (t r ae1 p s)) +("trash" nil (t r ae1 sh)) +("trashed" nil (t r ae1 sh t)) +("trashes" nil (t r ae1 sh ih0 z)) +("trashing" nil (t r ae1 sh ih0 ng)) +("trashy" nil (t r ae1 sh iy0)) +("trask" nil (t r ae1 s k)) +("traub" nil (t r ao1 b)) +("traudt" nil (t r ao1 d t)) +("trauger" nil (t r aw1 g er0)) +("traugh" nil (t r ao1)) +("traughber" nil (t r ao1 b er0)) +("traugott" nil (t r aw1 g ax t)) +("traum" nil (t r ao1 m)) +("trauma" nil (t r ao1 m ax)) +("traumas" nil (t r ao1 m ax z)) +("traumatic" nil (t r ao0 m ae1 t ih0 k)) +("traumatized" nil (t r ao1 m ax t ay1 z d)) +("trausch" nil (t r aw1 sh)) +("traut" nil (t r ao1 t)) +("trauth" nil (t r ao1 th)) +("trautman" nil (t r aw1 t m ax n)) +("trautmann" nil (t r aw1 t m ax n)) +("trautner" nil (t r aw1 t n er0)) +("trautwein" nil (t r aw1 t w ay1 n)) +("travaglini" nil (t r aa0 v aa0 g l iy1 n iy0)) +("travail" nil (t r ax v ey1 l)) +("travails" nil (t r ax v ey1 l z)) +("travel" nil (t r ae1 v ax l)) +("traveldays" nil (t r ae1 v ax l d ey1 z)) +("traveled" nil (t r ae1 v ax l d)) +("traveler" nil (t r ae1 v ax l er0)) +("travelers" nil (t r ae1 v ax l er0 z)) +("traveling" nil (t r ae1 v ax l ih0 ng)) +("travelled" nil (t r ae1 v ax l d)) +("travellers" nil (t r ae1 v ax l er0 z)) +("travelling" nil (t r ae1 v ax l ih0 ng)) +("travelodge" nil (t r ae1 v ax l aa1 jh)) +("travelogue" nil (t r ae1 v ax l ao1 g)) +("travels" nil (t r ae1 v ax l z)) +("travelstead" nil (t r ae1 v ax l s t eh1 d)) +("travenol" nil (t r ae1 v ax n ax l)) +("traver" nil (t r ey1 v er0)) +("travers" nil (t r ae1 v er0 z)) +("traverse" nil (t r ae1 v er0 s)) +("traversed" nil (t r ae1 v er0 s t)) +("traversing" nil (t r ax v er1 s ih0 ng)) +("traverso" nil (t r aa0 v eh1 r s ow0)) +("travesties" nil (t r ae1 v ax s t iy0 z)) +("travesty" nil (t r ae1 v ax s t iy0)) +("traviata" nil (t r aa0 v iy0 aa1 t ax)) +("travieso" nil (t r aa0 v iy1 s ow0)) +("travis" nil (t r ae1 v ih0 s)) +("travisano" nil (t r ae1 v ih0 s aa1 n ow0)) +("travolta" nil (t r ax v ow1 l t ax)) +("travoltas" nil (t r ax v ow1 l t ax z)) +("traweek" nil (t r ao1 iy1 k)) +("trawick" nil (t r ao1 ih0 k)) +("trawler" nil (t r ao1 l er0)) +("trawlers" nil (t r ao1 l er0 z)) +("trax" nil (t r ae1 k s)) +("traxler" nil (t r ae1 k s l er0)) +("tray" nil (t r ey1)) +("trayer" nil (t r ey1 er0)) +("traylor" nil (t r ey1 l er0)) +("traynham" nil (t r ey1 n hh ax m)) +("traynor" nil (t r ey1 n er0)) +("trays" nil (t r ey1 z)) +("traywick" nil (t r ey1 w ih1 k)) +("trbovich" nil (t er0 b aa1 v ih0 ch)) +("treacherous" nil (t r eh1 ch er0 ax s)) +("treachery" nil (t r eh1 ch er0 iy0)) +("treacy" nil (t r ey1 s iy0)) +("tread" nil (t r eh1 d)) +("treadaway" nil (t r eh1 d ax w ey1)) +("treading" nil (t r eh1 d ih0 ng)) +("treadmill" nil (t r eh1 d m ih1 l)) +("treadmills" nil (t r eh1 d m ih1 l z)) +("treads" nil (t r eh1 d z)) +("treadway" nil (t r eh1 d w ey1)) +("treadwell" nil (t r eh1 d w eh1 l)) +("treadwheel" nil (t r eh1 d w iy1 l)) +("treanor" nil (t r iy1 n er0)) +("trease" nil (t r iy1 z)) +("treason" nil (t r iy1 z ax n)) +("treaster" nil (t r iy1 s t er0)) +("treasure" nil (t r eh1 zh er0)) +("treasured" nil (t r eh1 zh er0 d)) +("treasurer" nil (t r eh1 zh er0 er0)) +("treasurers" nil (t r eh1 zh er0 er0 z)) +("treasures" nil (t r eh1 zh er0 z)) +("treasuries" nil (t r eh1 zh er0 iy0 z)) +("treasury" nil (t r eh1 zh er0 iy0)) +("treasurys" nil (t r eh1 zh er0 iy0 z)) +("treat" nil (t r iy1 t)) +("treatable" nil (t r iy1 t ax b ax l)) +("treated" nil (t r iy1 t ax d)) +("treaters" nil (t r iy1 t er0 z)) +("treaties" nil (t r iy1 t iy0 z)) +("treating" nil (t r iy1 t ih0 ng)) +("treatise" nil (t r iy1 t ax s)) +("treatises" nil (t r iy1 t ax s ax z)) +("treatment" nil (t r iy1 t m ax n t)) +("treatments" nil (t r iy1 t m ax n t s)) +("treats" nil (t r iy1 t s)) +("treaty" nil (t r iy1 t iy0)) +("trebilcock" nil (t r ih0 b ih1 l k ax k)) +("treble" nil (t r eh1 b ax l)) +("trebled" nil (t r eh1 b ax l d)) +("treblinka" nil (t r eh0 b l ih1 ng k er0)) +("trecker" nil (t r eh1 k er0)) +("treder" nil (t r iy1 d er0)) +("tredway" nil (t r eh1 d w ey1)) +("tree" nil (t r iy1)) +("treece" nil (t r iy1 s)) +("treeless" nil (t r iy1 l ax s)) +("treen" nil (t r iy1 n)) +("trees" nil (t r iy1 z)) +("treese" nil (t r iy1 z)) +("treesh" nil (t r iy1 sh)) +("treesweet" nil (t r iy1 s w iy1 t)) +("trefethen" nil (t r eh1 f ih0 th ax n)) +("trefgarne" nil (t r eh1 f g aa0 r n)) +("trefry" nil (t r eh1 f r iy0)) +("trefz" nil (t r eh1 f z)) +("treglia" nil (t r eh1 g l iy0 ax)) +("trego" nil (t r eh1 g ow0)) +("tregoning" nil (t r eh1 g ax n ih0 ng)) +("tregre" nil (t r eh1 g er0)) +("tregurtha" nil (t r eh0 g er1 th ax)) +("treharne" nil (t r eh1 hh aa0 r n)) +("treiber" nil (t r ay1 b er0)) +("treichel" nil (t r ay1 k ax l)) +("treichler" nil (t r ay1 k ax l er0)) +("treinen" nil (t r ay1 n ax n)) +("trejo" nil (t r ey1 y ow0)) +("trek" nil (t r eh1 k)) +("trekked" nil (t r eh1 k t)) +("trekking" nil (t r eh1 k ih0 ng)) +("treks" nil (t r eh1 k s)) +("trela" nil (t r eh1 l ax)) +("trella" nil (t r eh1 l ax)) +("trelleborg" nil (t r eh1 l ax b ao0 r g)) +("trellis" nil (t r eh1 l ax s)) +("treloar" nil (t r eh1 l ao0 r)) +("tremain" nil (t r eh1 m ay0 n)) +("tremaine" nil (t r ih0 m ey1 n)) +("tremayne" nil (t r eh1 m ey0 n)) +("trembath" nil (t r eh1 m b ax th)) +("tremblay" nil (t r eh1 m b l ey0)) +("tremble" nil (t r eh1 m b ax l)) +("trembled" nil (t r eh1 m b ax l d)) +("trembley" nil (t r eh1 m b l iy0)) +("trembling" nil (t r eh1 m b ax l ih0 ng)) +("trembly" nil (t r eh1 m b l iy0)) +("tremel" nil (t r eh1 m ax l)) +("tremendous" nil (t r ax m eh1 n d ax s)) +("tremendously" nil (t r ax m eh1 n d ax s l iy0)) +("tremens" nil (t r eh1 m ax n z)) +("treml" nil (t r eh1 m ax l)) +("tremmel" nil (t r eh1 m ax l)) +("tremont" nil (t r eh1 m ax n t)) +("tremor" nil (t r eh1 m er0)) +("tremors" nil (t r eh1 m er0 z)) +("tremper" nil (t r eh1 m p er0)) +("tremulous" nil (t r eh1 m y ax l ax s)) +("tremulously" nil (t r eh1 m y ax l ax s l iy0)) +("trenary" nil (t r eh1 n eh0 r iy0)) +("trench" nil (t r eh1 n ch)) +("trenchant" nil (t r eh1 n ch ax n t)) +("trenchard" nil (t r eh1 ng k er0 d)) +("trencher" nil (t r eh1 n ch er0)) +("trenches" nil (t r eh1 n ch ih0 z)) +("trend" nil (t r eh1 n d)) +("trended" nil (t r eh1 n d ih0 d)) +("trendier" nil (t r eh1 n d y er0)) +("trendiest" nil (t r eh0 n d iy1 s t)) +("trending" nil (t r eh1 n d ih0 ng)) +("trendless" nil (t r eh1 n d l ax s)) +("trendline" nil (t r eh1 n d l ay1 n)) +("trends" nil (t r eh1 n d z)) +("trendsetter" nil (t r eh1 n d s eh1 t er0)) +("trendy" nil (t r eh1 n d iy0)) +("trenholm" nil (t r eh1 n hh ow1 l m)) +("trenkamp" nil (t r eh1 n k ae1 m p)) +("trenkle" nil (t r eh1 ng k ax l)) +("trent" nil (t r eh1 n t)) +("trentham" nil (t r eh1 n th ax m)) +("trentman" nil (t r eh1 n t m ax n)) +("trenton" nil (t r eh1 n t ax n)) +("treon" nil (t r iy1 ax n)) +("trepagnier" nil (t r eh1 p ax g n iy0 er0)) +("trepanier" nil (t r eh1 p ax n iy0 er0)) +("trepidation" nil (t r eh1 p ih0 d ey1 sh ax n)) +("treppel" nil (t r eh1 p ax l)) +("treptow" nil (t r eh1 p t ow0)) +("tresch" nil (t r eh1 sh)) +("trescott" nil (t r eh1 s k ax t)) +("trespass" nil (t r eh1 s p ae1 s)) +("trespassing" nil (t r eh1 s p ae1 s ih0 ng)) +("tress" nil (t r eh1 s)) +("tressel" nil (t r eh1 s ax l)) +("tresses" nil (t r eh1 s ih0 z)) +("tressler" nil (t r eh1 s l er0)) +("trest" nil (t r eh1 s t)) +("trester" nil (t r eh1 s t er0)) +("trestle" nil (t r eh1 s ax l)) +("trethewey" nil (t r eh1 th y uw0 iy0)) +("tretinoin" nil (t r eh1 t ih0 n oy1 n)) +("trettel" nil (t r eh1 t ax l)) +("tretter" nil (t r eh1 t er0)) +("trettin" nil (t r eh1 t ih0 n)) +("treu" nil (t r uw1)) +("treuhand" nil (t r uw1 hh ae1 n d)) +("treuhandanstalt" nil (t r uw1 hh ae1 n d ax n s t aa1 l t)) +("treurnicht" nil (t r uw1 r n ih0 k t)) +("trevathan" nil (t r eh1 v ax th ax n)) +("trevelyan" nil (t r ax v eh1 l y ax n)) +("trevino" nil (t r ax v iy1 n ow0)) +("treviso" nil (t r eh0 v iy1 s ow0)) +("trevizo" nil (t r eh0 v iy1 z ow0)) +("trevor" nil (t r eh1 v er0)) +("trew" nil (t r uw1)) +("trexler" nil (t r eh1 k s l er0)) +("trey" nil (t r ey1)) +("treybig" nil (t r ey1 b ih0 g)) +("trezise" nil (t r eh1 z ay0 z)) +("trezza" nil (t r eh1 z ax)) +("tri" nil (t r ay1)) +("triad" nil (t r ay1 ae1 d)) +("triads" nil (t r ay1 ae1 d z)) +("triage" nil (t r ay1 ih0 jh)) +("trial" nil (t r ay1 ax l)) +("trials" nil (t r ay1 ax l z)) +("triana" nil (t r iy0 ae1 n ax)) +("triangle" nil (t r ay1 ae1 ng g ax l)) +("triangles" nil (t r ay1 ae1 ng g ax l z)) +("triangular" nil (t r ay0 ae1 ng g y ax l er0)) +("triano" nil (t r iy0 aa1 n ow0)) +("triarc" nil (t r ay1 aa1 r k)) +("triathlon" nil (t r ay1 ae1 th l ax n)) +("trib" nil (t r ih1 b)) +("tribal" nil (t r ay1 b ax l)) +("tribasa" nil (t r ay1 b ae1 s ax)) +("tribbett" nil (t r ih1 b ih0 t)) +("tribbey" nil (t r ih1 b iy0)) +("tribble" nil (t r ih1 b ax l)) +("tribbles" nil (t r ih1 b ax l z)) +("tribby" nil (t r ih1 b iy0)) +("tribe" nil (t r ay1 b)) +("tribeca" nil (t r ih0 b eh1 k ax)) +("tribes" nil (t r ay1 b z)) +("tribesmen" nil (t r ay1 b z m ih0 n)) +("trible" nil (t r ih1 b ax l)) +("triborough" nil (t r ay1 b er0 ow0)) +("tribulations" nil (t r ih1 b y ax l ey1 sh ax n z)) +("tribull" nil (t r ih1 b ax l)) +("tribunal" nil (t r ax b y uw1 n ax l)) +("tribunals" nil (t r ay1 b y uw1 n ax l z)) +("tribune" nil (t r ih1 b y uw0 n)) +("tributaries" nil (t r ih1 b y ax t eh1 r iy0 z)) +("tributary" nil (t r ih1 b y ax t eh1 r iy0)) +("tribute" nil (t r ih1 b y uw0 t)) +("tributes" nil (t r ih1 b y uw0 t s)) +("tricarico" nil (t r iy0 k aa0 r iy1 k ow0)) +("trice" nil (t r ay1 s)) +("tricentrol" nil (t r ay1 s eh1 n t r aa0 l)) +("triche" nil (t r ih1 ch)) +("trichet" nil (t r ih1 ch ih0 t)) +("tricia" nil (t r ih1 sh ax)) +("tricil" nil (t r ih1 s ih0 l)) +("trick" nil (t r ih1 k)) +("tricked" nil (t r ih1 k t)) +("trickel" nil (t r ih1 k ax l)) +("trickery" nil (t r ih1 k er0 iy0)) +("trickett" nil (t r ih1 k ih0 t)) +("trickey" nil (t r ih1 k iy0)) +("trickier" nil (t r ih1 k iy0 er0)) +("trickiest" nil (t r ih1 k iy0 ax s t)) +("tricking" nil (t r ih1 k ih0 ng)) +("trickle" nil (t r ih1 k ax l)) +("trickled" nil (t r ih1 k ax l d)) +("trickles" nil (t r ih1 k ax l z)) +("trickling" nil (t r ih1 k l ih0 ng)) +("tricks" nil (t r ih1 k s)) +("tricky" nil (t r ih1 k iy0)) +("trico" nil (t r iy1 k ow0)) +("tricuspid" nil (t r ay0 k ah1 s p ax d)) +("tricycle" nil (t r ih1 s ih0 k ax l)) +("trident" nil (t r ay1 d ax n t)) +("tridex" nil (t r ih1 d eh1 k s)) +("tried" nil (t r ay1 d)) +("triennial" nil (t r ay0 eh1 n iy0 ax l)) +("trier" nil (t r ay1 er0)) +("trierweiler" nil (t r ih1 r w ay0 l er0)) +("tries" nil (t r ay1 z)) +("trieste" nil (t r iy1 s t)) +("trieu" nil (t r uw1)) +("trifari" nil (t r ih0 f aa1 r iy0)) +("trifle" nil (t r ay1 f ax l)) +("trifles" nil (t r ay1 f ax l z)) +("trifling" nil (t r ay1 f l ih0 ng)) +("trig" nil (t r ih1 g)) +("trigg" nil (t r ih1 g)) +("trigger" nil (t r ih1 g er0)) +("triggered" nil (t r ih1 g er0 d)) +("triggering" nil (t r ih1 g er0 ih0 ng)) +("triggers" nil (t r ih1 g er0 z)) +("triggs" nil (t r ih1 g z)) +("triglycerides" nil (t r ay0 g l ih1 s er0 ay1 d z)) +("trigo" nil (t r iy1 g ow0)) +("trilateral" nil (t r ay0 l ae1 t er0 ax l)) +("trilby" nil (t r ih1 l b iy0)) +("trillin" nil (t r ih1 l ih0 n)) +("trilling" nil (t r ih1 l ih0 ng)) +("trillion" nil (t r ih1 l y ax n)) +("trillions" nil (t r ih1 l y ax n z)) +("trillo" nil (t r ih1 l ow0)) +("trilogy" nil (t r ih1 l ax jh iy0)) +("trilon" nil (t r ih1 l ax n)) +("trim" nil (t r ih1 m)) +("trimac" nil (t r ih1 m ae0 k)) +("trimarchi" nil (t r iy0 m aa1 r k iy0)) +("trimarco" nil (t r ih0 m aa1 r k ow0)) +("trimas" nil (t r iy1 m ax s)) +("trimble" nil (t r ih1 m b ax l)) +("trimboli" nil (t r iy0 m b ow1 l iy0)) +("trimedyne" nil (t r ay1 m d ay1 n)) +("trimester" nil (t r ay0 m eh1 s t er0)) +("trimetrexate" nil (t r ih0 m eh1 t r ax k s ey1 t)) +("trimm" nil (t r ih1 m)) +("trimmed" nil (t r ih1 m d)) +("trimmer" nil (t r ih1 m er0)) +("trimmers" nil (t r ih1 m er0 z)) +("trimming" nil (t r ih1 m ih0 ng)) +("trimmings" nil (t r ih1 m ih0 ng z)) +("trimpe" nil (t r ih1 m p)) +("trims" nil (t r ih1 m z)) +("trincomalee" nil (t r ih0 ng k ow1 m ax l iy0)) +("trine" nil (t r ay1 n)) +("tringali" nil (t r ih0 ng g aa1 l iy0)) +("trinh" nil (t r ih1 n)) +("trinidad" nil (t r ih1 n ih0 d ae1 d)) +("trinity" nil (t r ih1 n ax t iy0)) +("trinka" nil (t r ih1 ng k ax)) +("trinket" nil (t r ih1 ng k ax t)) +("trinkets" nil (t r ih1 ng k ax t s)) +("trinkle" nil (t r ih1 ng k ax l)) +("trinova" nil (t r ay1 n ow1 v ax)) +("trintex" nil (t r ih1 n t eh1 k s)) +("trio" nil (t r iy1 ow1)) +("triola" nil (t r iy0 ow1 l ax)) +("triolo" nil (t r iy0 ow1 l ow0)) +("triomphe" nil (t r iy0 ow1 m f)) +("trip" nil (t r ih1 p)) +("tripartite" nil (t r ay0 p aa1 r t ay1 t)) +("tripe" nil (t r ay1 p)) +("tripi" nil (t r iy1 p iy0)) +("triple" nil (t r ih1 p ax l)) +("triplecast" nil (t r ih1 p ax l k ae1 s t)) +("tripled" nil (t r ih1 p ax l d)) +("triples" nil (t r ih1 p ax l z)) +("triplets" nil (t r ih1 p l ax t s)) +("triplett" nil (t r ih1 p l ih0 t)) +("triplicate" nil (t r ih1 p l ih0 k ax t)) +("tripling" nil (t r ih1 p ax l ih0 ng)) +("tripod" nil (t r ay1 p aa1 d)) +("tripodi" nil (t r iy0 p ow1 d iy0)) +("tripods" nil (t r ay1 p aa1 d z)) +("tripoli" nil (t r ih1 p ax l iy0)) +("tripp" nil (t r ih1 p)) +("trippe" nil (t r ih1 p)) +("tripped" nil (t r ih1 p t)) +("trippel" nil (t r ih1 p ax l)) +("trippers" nil (t r ih1 p er0 z)) +("trippett" nil (t r ih1 p ih0 t)) +("tripping" nil (t r ih1 p ih0 ng)) +("tripple" nil (t r ih1 p ax l)) +("trips" nil (t r ih1 p s)) +("triptych" nil (t r ih1 p t ih0 k)) +("triremes" nil (t r ay1 r iy1 m z)) +("trish" nil (t r ih1 sh)) +("trisha" nil (t r ih1 sh ax)) +("triska" nil (t r ih1 s k ax)) +("trisler" nil (t r ih1 s ax l er0)) +("trism" nil (t r ih1 z ax m)) +("trista" nil (t r ih1 s t ax)) +("tristan" nil (t r ih1 s t ae1 n)) +("tristar" nil (t r ay1 s t aa1 r)) +("tristate" nil (t r ay1 s t ey1 t)) +("tristram" nil (t r ih1 s t r ax m)) +("tritch" nil (t r ih1 ch)) +("trite" nil (t r ay1 t)) +("trites" nil (t r ay1 t s)) +("tritium" nil (t r ih1 t iy0 ax m)) +("triton" nil (t r ay1 t ax n)) +("tritsch" nil (t r ih1 ch)) +("tritschler" nil (t r ih1 ch l er0)) +("tritt" nil (t r ih1 t)) +("tritz" nil (t r ih1 t s)) +("triumph" nil (t r ay1 ax m f)) +("triumphal" nil (t r iy0 uw1 m f ax l)) +("triumphant" nil (t r ay0 ah1 m f ax n t)) +("triumphantly" nil (t r ay0 ah1 m f ax n t l iy0)) +("triumphed" nil (t r ay1 ax m f t)) +("triumphs" nil (t r ay1 ax m f s)) +("triumvirate" nil (t r ay0 ah1 m v er0 ax t)) +("trivedi" nil (t r iy0 v eh1 d iy0)) +("trivest" nil (t r ih1 v ax s t)) +("trivett" nil (t r ih1 v ih0 t)) +("trivette" nil (t r ih0 v eh1 t)) +("trivia" nil (t r ih1 v iy0 ax)) +("trivial" nil (t r ih1 v iy0 ax l)) +("triviality" nil (t r ih1 v iy0 ae1 l ax t iy0)) +("trivialize" nil (t r ih1 v iy0 ax l ay1 z)) +("trivializes" nil (t r ih1 v iy0 ax l ay1 z ih0 z)) +("trixie" nil (t r ih1 k s iy0)) +("trixy" nil (t r ih1 k s iy0)) +("trizec" nil (t r ih1 z ax k)) +("trnka" nil (t r ng k aa1)) +("trobaugh" nil (t r aa1 b ao0)) +("troche" nil (t r aa1 ch)) +("trocki" nil (t r aa1 k iy0)) +("trod" nil (t r aa1 d)) +("troeger" nil (t r ow1 g er0)) +("troendle" nil (t r ow1 n d ax l)) +("troester" nil (t r ow1 s t er0)) +("trogdon" nil (t r aa1 g d ax n)) +("troha" nil (t r ow1 hh ax)) +("troia" nil (t r ow1 y ax)) +("troiani" nil (t r ow0 y aa1 n iy0)) +("troiano" nil (t r ow0 iy0 aa1 n ow0)) +("troika" nil (t r oy1 k ax)) +("trois" nil (t w aa1)) +("troise" nil (t r oy1 z)) +("troisi" nil (t r oy1 s iy0)) +("trojan" nil (t r ow1 jh ax n)) +("trojanowski" nil (t r ax y ax n ao1 f s k iy0)) +("trojans" nil (t r ow1 jh ax n z)) +("trokel" nil (t r ow1 k ax l)) +("trolinger" nil (t r ow1 l ih0 ng er0)) +("troll" nil (t r ow1 l)) +("trolley" nil (t r aa1 l iy0)) +("trolleys" nil (t r aa1 l iy0 z)) +("trolling" nil (t r ow1 l ih0 ng)) +("trollinger" nil (t r ow1 l ih0 ng er0)) +("troma" nil (t r ow1 m ax)) +("trombino" nil (t r ow0 m b iy1 n ow0)) +("trombley" nil (t r aa1 m b l iy0)) +("trombly" nil (t r aa1 m b l iy0)) +("trombone" nil (t r aa0 m b ow1 n)) +("trombones" nil (t r aa0 m b ow1 n z)) +("trombonist" nil (t r aa1 m b ow1 n ih0 s t)) +("tromp" nil (t r aa1 m p)) +("trompeter" nil (t r aa1 m p iy0 t er0)) +("tron" nil (t r aa1 n)) +("troncoso" nil (t r ow0 n k ow1 s ow0)) +("trone" nil (t r ow1 n)) +("tronic" nil (t r aa1 n ih0 k)) +("troon" nil (t r uw1 n)) +("troop" nil (t r uw1 p)) +("trooped" nil (t r uw1 p t)) +("trooper" nil (t r uw1 p er0)) +("troopers" nil (t r uw1 p er0 z)) +("trooping" nil (t r uw1 p ih0 ng)) +("troops" nil (t r uw1 p s)) +("troost" nil (t r uw1 s t)) +("tropea" nil (t r ow1 p iy0 ax)) +("tropeano" nil (t r ow1 p iy1 n ow0)) +("trophies" nil (t r ow1 f iy0 z)) +("trophy" nil (t r ow1 f iy0)) +("tropic" nil (t r aa1 p ih0 k)) +("tropical" nil (t r aa1 p ih0 k ax l)) +("tropicana" nil (t r aa1 p ih0 k ae1 n ax)) +("tropics" nil (t r aa1 p ih0 k s)) +("tropopause" nil (t r aa1 p ax p ao1 z)) +("tropp" nil (t r aa1 p)) +("tropworld" nil (t r aa1 p w er0 l d)) +("trosclair" nil (t r ax s k l eh1 r)) +("trosper" nil (t r aa1 s p er0)) +("trost" nil (t r aa1 s t)) +("trostel" nil (t r aa1 s t ax l)) +("trostle" nil (t r aa1 s ax l)) +("trot" nil (t r aa1 t)) +("troth" nil (t r ow1 th)) +("trotman" nil (t r aa1 t m ax n)) +("trots" nil (t r aa1 t s)) +("trotsky" nil (t r aa1 t s k iy1)) +("trott" nil (t r aa1 t)) +("trotted" nil (t r aa1 t ax d)) +("trotter" nil (t r aa1 t er0)) +("trottier" nil (t r aa1 t iy0 er0)) +("trotting" nil (t r aa1 t ih0 ng)) +("troubadour" nil (t r uw1 b ax d ao1 r)) +("troubh" nil (t r uw1 b)) +("trouble" nil (t r ah1 b ax l)) +("troubled" nil (t r ah1 b ax l d)) +("troublefield" nil (t r ah1 b ax l f iy1 l d)) +("troublemaker" nil (t r ah1 b ax l m ey1 k er0)) +("troublemakers" nil (t r ah1 b ax l m ey1 k er0 z)) +("troubles" nil (t r ah1 b ax l z)) +("troubleshooter" nil (t r ah1 b ax l sh uw1 t er0)) +("troublesome" nil (t r ah1 b ax l s ax m)) +("troubling" nil (t r ah1 b ax l ih0 ng)) +("troudt" nil (t r aw1 d t)) +("trough" nil (t r ao1 f)) +("troughs" nil (t r ao1 f s)) +("trounced" nil (t r aw1 n s t)) +("trouncing" nil (t r aw1 n s ih0 ng)) +("troung" nil (t r aw1 ng)) +("troup" nil (t r uw1 p)) +("troupe" nil (t r uw1 p)) +("troupes" nil (t r uw1 p s)) +("trousdale" nil (t er1 ax s d ey0 l)) +("trouser" nil (t r aw1 z er0)) +("trousers" nil (t r aw1 z er0 z)) +("trout" nil (t r aw1 t)) +("troutman" nil (t r aw1 t m ax n)) +("troutner" nil (t r aw1 t n er0)) +("troutt" nil (t r aw1 t)) +("troutwine" nil (t r aw1 t w ay1 n)) +("trovato" nil (t r ow0 v aa1 t ow0)) +("trovatore" nil (t r ow1 v ax t ao1 r)) +("trove" nil (t r ow1 v)) +("trow" nil (t r ow1)) +("trowbridge" nil (t r ow1 b r ih0 jh)) +("trowell" nil (t r aa1 w eh0 l)) +("trower" nil (t r aw1 er0)) +("troxel" nil (t r aa1 k s ax l)) +("troxell" nil (t r aa1 k s ax l)) +("troxler" nil (t r aa1 k s l er0)) +("troy" nil (t r oy1)) +("troyan" nil (t r oy1 ax n)) +("troyanos" nil (t r oy1 aa1 n ow0 s)) +("troyat" nil (t r oy1 ae0 t)) +("troyer" nil (t r oy1 er0)) +("troyka" nil (t r oy1 k ax)) +("troyu" nil (t r oy0 uw1)) +("truancy" nil (t r uw1 ax n s iy0)) +("truax" nil (t r uw1 ae0 k s)) +("trubey" nil (t r uw1 b iy0)) +("truby" nil (t r uw1 b iy0)) +("trucco" nil (t r uw1 k ow0)) +("truce" nil (t r uw1 s)) +("truchan" nil (t r ah1 ch ax n)) +("truck" nil (t r ah1 k)) +("trucked" nil (t r ah1 k t)) +("trucker" nil (t r ah1 k er0)) +("truckers" nil (t r ah1 k er0 z)) +("trucking" nil (t r ah1 k ih0 ng)) +("truckload" nil (t r ah1 k l ow1 d)) +("truckloads" nil (t r ah1 k l ow1 d z)) +("trucks" nil (t r ah1 k s)) +("truculent" nil (t r ah1 k y ax l ax n t)) +("truda" nil (t r uw1 d ax)) +("trude" nil (t r uw1 d)) +("trudeau" nil (t r uw0 d ow1)) +("trudel" nil (t r uw1 d ax l)) +("trudell" nil (t r ah1 d ax l)) +("trudge" nil (t r ah1 jh)) +("trudged" nil (t r ah1 jh d)) +("trudgen" nil (t r ah1 jh ax n)) +("trudges" nil (t r ah1 jh ih0 z)) +("trudging" nil (t r ah1 jh ih0 ng)) +("trudia" nil (t r uw1 d iy0 ax)) +("trudie" nil (t r uw1 d iy0)) +("trudo" nil (t r uw1 d ow0)) +("trudy" nil (t r uw1 d iy0)) +("true" nil (t r uw1)) +("trueblood" nil (t r uw1 b l ah1 d)) +("truell" nil (t r uw1 ax l)) +("truelove" nil (t r uw1 l ah1 v)) +("trueman" nil (t r uh1 m ax n)) +("truer" nil (t r uw1 er0)) +("truesdale" nil (t r uw1 z d ey1 l)) +("truesdell" nil (t r uw1 z d eh1 l)) +("truest" nil (t r uw1 ih0 s t)) +("truett" nil (t r uw1 t)) +("truex" nil (t r uw1 eh1 k s)) +("truffaut" nil (t r uw0 f ow1)) +("truffle" nil (t r ah1 f ax l)) +("truffles" nil (t r ah1 f ax l z)) +("truglio" nil (t r ah1 g l iy0 ow0)) +("truicko" nil (t r uw1 k ow0)) +("truism" nil (t r uw1 ih0 z ax m)) +("truitt" nil (t r uw1 t)) +("trujillo" nil (t r uw0 hh iy1 ow0)) +("trull" nil (t r ah1 l)) +("trullinger" nil (t r ah1 l ih0 ng er0)) +("trulock" nil (t r ah1 l ax k)) +("trulove" nil (t r uw0 l ow1 v iy0)) +("trulson" nil (t r ah1 l s ax n)) +("truluck" nil (t r ah1 l ax k)) +("truly" nil (t r uw1 l iy0)) +("truman" nil (t r uw1 m ax n)) +("trumble" nil (t r ah1 m b ax l)) +("trumbo" nil (t r ah1 m b ow0)) +("trumbull" nil (t r ah1 m b ax l)) +("trumka" nil (t r ah1 m k ax)) +("trump" nil (t r ah1 m p)) +("trumped" nil (t r ah1 m p t)) +("trumpet" nil (t r ah1 m p ax t)) +("trumpeted" nil (t r ah1 m p ax t ih0 d)) +("trumpeter" nil (t r ah1 m p ax t er0)) +("trumpeting" nil (t r ah1 m p ax t ih0 ng)) +("trumpets" nil (t r ah1 m p ax t s)) +("trumpower" nil (t r ah1 m p ow1 er0)) +("trumps" nil (t r ah1 m p s)) +("truncated" nil (t r ah1 ng k ey1 t ih0 d)) +("truncheons" nil (t r ah1 n ch ih0 n z)) +("trundle" nil (t r ah1 n d ax l)) +("trundled" nil (t r ah1 n d ax l d)) +("trunk" nil (t r ah1 ng k)) +("trunkline" nil (t r ah1 ng k l ay1 n)) +("trunks" nil (t r ah1 ng k s)) +("trunnell" nil (t r ah1 n ax l)) +("trunzo" nil (t r ah1 n z ow0)) +("truong" nil (t r ao1 ng)) +("trupiano" nil (t r uw0 p iy0 aa1 n ow0)) +("trupin" nil (t r uw1 p ih0 n)) +("trupp" nil (t r ah1 p)) +("truro" nil (t r uw1 r ow0)) +("trus" nil (t r ah1 s)) +("truscott" nil (t r ah1 s k ax t)) +("truskowski" nil (t r ax s k ao1 f s k iy0)) +("trusler" nil (t r ah1 s ax l er0)) +("truslow" nil (t r ah1 s l ow0)) +("truss" nil (t r ah1 s)) +("trussell" nil (t r ah1 s ax l)) +("trusses" nil (t r ah1 s ih0 z)) +("trust" nil (t r ah1 s t)) +("trustco" nil (t r ah1 s t k ow0)) +("trustcorp" nil (t r ah1 s t k ao0 r p)) +("trusted" nil (t r ah1 s t ih0 d)) +("trustee" nil (t r ah1 s t iy1)) +("trustees" nil (t r ah1 s t iy1 z)) +("trusteeship" nil (t r ah1 s t iy1 sh ih1 p)) +("trusthouse" nil (t r ah1 s t hh aw1 s)) +("trusting" nil (t r ah1 s t ih0 ng)) +("trusts" nil (t r ah1 s t s)) +("trustworthiness" nil (t r ah1 s t w er1 dh iy0 n ax s)) +("trustworthy" nil (t r ah1 s t w er1 dh iy0)) +("trusty" nil (t r ah1 s t iy0)) +("truszkowski" nil (t r ax sh k ao1 f s k iy0)) +("truth" nil (t r uw1 th)) +("truthful" nil (t r uw1 th f ax l)) +("truthfully" nil (t r uw1 th f ax l iy0)) +("truthfulness" nil (t r uw1 th f ax l n ax s)) +("truths" nil (t r uw1 th s)) +("truxal" nil (t r ah1 k s ax l)) +("truxillo" nil (t r ah1 k s ih1 l ow0)) +("try" nil (t r ay1)) +("tryart" nil (t r ay1 aa1 r t)) +("tryba" nil (t r ih1 b ax)) +("trybus" nil (t r ih1 b ih0 s)) +("trygg" nil (t r ih1 g)) +("trygstad" nil (t r ih1 g s t ax d)) +("trygve" nil (t r ih1 g v iy0)) +("trying" nil (t r ay1 ih0 ng)) +("tryon" nil (t r ay1 ax n)) +("tryout" nil (t r ay1 aw1 t)) +("tryouts" nil (t r ay1 aw1 t s)) +("tryphena" nil (t r ih1 f ih0 n ax)) +("tryst" nil (t r ay1 s t)) +("trzaska" nil (t er0 z aa1 s k ax)) +("trzcinski" nil (t er0 zh ih1 n s k iy0)) +("trzeciak" nil (t er0 z eh1 ch iy0 ae0 k)) +("ts" nil (t iy1 eh1 s)) +("tsai" nil (t s ay1)) +("tsakos" nil (t s aa1 k ow0 s)) +("tsang" nil (t s ae1 ng)) +("tsao" nil (t s aw1)) +("tsar" nil (z aa1 r)) +("tschantz" nil (ch ae1 n t s)) +("tschetter" nil (ch eh1 t er0)) +("tschida" nil (ch ay1 d ax)) +("tschirhart" nil (ch er1 hh aa0 r t)) +("tschopp" nil (ch aa1 p)) +("tschudy" nil (ch uw1 d iy0)) +("tschumi" nil (ch uw1 m iy0)) +("tse" nil (t s iy1)) +("tsemel" nil (t s eh1 m ax l)) +("tseng" nil (t s eh1 ng)) +("tsetse" nil (t s iy1 t s iy0)) +("tsiang" nil (t s y ae1 ng)) +("tsingtao" nil (s ih1 ng t aw1)) +("tso" nil (t s ow1)) +("tsongas" nil (t s ao1 ng g ax s)) +("tsuda" nil (t s uw1 d ax)) +("tsui" nil (t s uw1 iy0)) +("tsuji" nil (t s uw1 jh iy0)) +("tsukamoto" nil (t s uw0 k aa0 m ow1 t ow0)) +("tsukuba" nil (t s uw1 k y uw1 b ax)) +("tsunami" nil (t s uw0 n aa1 m iy0)) +("tsuneo" nil (t s uw1 n iy0 ow0)) +("tsutomu" nil (t s uw0 t ow1 m uw0)) +("tu" nil (t uw1)) +("tub" nil (t ah1 b)) +("tuba" nil (t uw1 b ax)) +("tubb" nil (t ah1 b)) +("tubbs" nil (t ah1 b z)) +("tubby" nil (t ah1 b iy0)) +("tube" nil (t uw1 b)) +("tuberculosis" nil (t ax b er1 k y ax l ow1 s ih0 s)) +("tuberville" nil (t uw1 b er0 v ih1 l)) +("tubes" nil (t uw1 b z)) +("tubing" nil (t uw1 b ih0 ng)) +("tubman" nil (t ah1 b m ax n)) +("tubs" nil (t ah1 b z)) +("tubular" nil (t uw1 b y ax l er0)) +("tubule" nil (t uw1 b y uw0 l)) +("tucci" nil (t uw1 ch iy0)) +("tucciarone" nil (t uw0 ch er0 ow1 n iy0)) +("tuccillo" nil (t uw0 ch ih1 l ow0)) +("tucek" nil (t uw1 ch eh1 k)) +("tuch" nil (t ah1 ch)) +("tuchman" nil (t ah1 k m ax n)) +("tucholski" nil (t ax hh ow1 l s k iy0)) +("tuck" nil (t ah1 k)) +("tucked" nil (t ah1 k t)) +("tucker" nil (t ah1 k er0)) +("tuckerman" nil (t ah1 k er0 m ax n)) +("tuckett" nil (t ah1 k ih0 t)) +("tuckey" nil (t ah1 k iy0)) +("tucson" nil (t uw1 s aa1 n)) +("tucuman" nil (t uw1 k y uw0 m ax n)) +("tudisco" nil (t uw0 d iy1 s k ow0)) +("tudjman" nil (t uh1 jh m ax n)) +("tudor" nil (t uw1 d er0)) +("tuel" nil (t uw1 l)) +("tuell" nil (t uw1 l)) +("tuesday" nil (t uw1 z d iy0)) +("tuesdays" nil (t uw1 z d ey1 z)) +("tufa" nil (t uw1 f ax)) +("tufano" nil (t uw0 f aa1 n ow0)) +("tuff" nil (t ah1 f)) +("tufo" nil (t uw1 f ow0)) +("tuft" nil (t ah1 f t)) +("tufte" nil (t ah1 f t)) +("tufted" nil (t ah1 f t ax d)) +("tuftlike" nil (t ah1 f t l ay1 k)) +("tufts" nil (t ah1 f t s)) +("tug" nil (t ah1 g)) +("tugboat" nil (t ah1 g b ow1 t)) +("tugboats" nil (t ah1 g b ow1 t s)) +("tugged" nil (t ah1 g d)) +("tugging" nil (t ah1 g ih0 ng)) +("tuggle" nil (t ah1 g ax l)) +("tugman" nil (t ah1 g m ax n)) +("tugs" nil (t ah1 g z)) +("tugwell" nil (t ah1 g w eh1 l)) +("tuinstra" nil (t uw0 ih1 n s t r ax)) +("tuite" nil (t uw1 t)) +("tuition" nil (t y uw0 ih1 sh ax n)) +("tuitions" nil (t uw0 ih1 sh ax n z)) +("tuk" nil (t uw1 k)) +("tuks" nil (t ah1 k s)) +("tulane" nil (t uw0 l ey1 n)) +("tuley" nil (t y uw1 l iy0)) +("tulip" nil (t uw1 l ax p)) +("tulips" nil (t uw1 l ax p s)) +("tull" nil (t ah1 l)) +("tullar" nil (t ah1 l er0)) +("tuller" nil (t ah1 l er0)) +("tulley" nil (t uw1 l iy0)) +("tullia" nil (t ah1 l iy0 ax)) +("tullier" nil (t ah1 l iy0 er0)) +("tullio" nil (t uw1 l iy0 ow0)) +("tullis" nil (t ah1 l ih0 s)) +("tullius" nil (t ah1 l iy0 ih0 s)) +("tullo" nil (t uw1 l ow0)) +("tulloch" nil (t ah1 l ax k)) +("tullock" nil (t ah1 l ax k)) +("tullos" nil (t ah1 l ow0 z)) +("tully" nil (t ah1 l iy0)) +("tulsa" nil (t ah1 l s ax)) +("tuma" nil (t uw1 m ax)) +("tuman" nil (ch uw1 m ax n)) +("tumazos" nil (t uw0 m aa1 z ow0 s)) +("tumble" nil (t ah1 m b ax l)) +("tumbled" nil (t ah1 m b ax l d)) +("tumbler" nil (t ah1 m b l er0)) +("tumblers" nil (t ah1 m b l er0 z)) +("tumbles" nil (t ah1 m b ax l z)) +("tumbleson" nil (t ah1 m b l ih0 s ax n)) +("tumblin" nil (t ah1 m b l ih0 n)) +("tumbling" nil (t ah1 m b ax l ih0 ng)) +("tumey" nil (t ah1 m iy0)) +("tuminello" nil (t uw0 m iy0 n eh1 l ow0)) +("tumlin" nil (t ah1 m l ih0 n)) +("tumlinson" nil (t ah1 m l ih0 n s ax n)) +("tummies" nil (t ah1 m iy0 z)) +("tumminello" nil (t uw0 m iy0 n eh1 l ow0)) +("tummond" nil (t ah1 m ax n d)) +("tummy" nil (t ah1 m iy0)) +("tumolo" nil (t uw0 m ow1 l ow0)) +("tumor" nil (t uw1 m er0)) +("tumors" nil (t uw1 m er0 z)) +("tums" nil (t ah1 m z)) +("tumult" nil (t uw1 m ax l t)) +("tumultuous" nil (t uw1 m ah1 l ch uw0 ax s)) +("tuna" nil (t uw1 n ax)) +("tunable" nil (t uw1 n ax b ax l)) +("tunafish" nil (t uw1 n ax f ih0 sh)) +("tunas" nil (t uw1 n ax z)) +("tunde" nil (t ah1 n d)) +("tundra" nil (t ah1 n d r ax)) +("tune" nil (t uw1 n)) +("tuned" nil (t uw1 n d)) +("tuneful" nil (t uw1 n f ax l)) +("tuner" nil (t uw1 n er0)) +("tunes" nil (t uw1 n z)) +("tuneup" nil (t uw1 n ah1 p)) +("tung" nil (t ah1 ng)) +("tungate" nil (t uw1 ng ey0 t)) +("tungsram" nil (t ah1 ng z r ae1 m)) +("tungsrom" nil (t ah1 ng z r ax m)) +("tungsten" nil (t ah1 ng s t ax n)) +("tunic" nil (t uw1 n ih0 k)) +("tunica" nil (t uw1 n ih0 k ax)) +("tunicate" nil (t uw1 n ih0 k ax t)) +("tunick" nil (t ah1 n ih0 k)) +("tuning" nil (t uw1 n ih0 ng)) +("tunis" nil (t uw1 n ih0 s)) +("tunisia" nil (t uw1 n iy1 zh ax)) +("tunisian" nil (t uw1 n iy1 zh ax n)) +("tunison" nil (t ah1 n ih0 s ax n)) +("tunkelang" nil (t ah1 ng k l ae1 ng)) +("tunks" nil (t ah1 ng k s)) +("tunku" nil (t ah1 ng k uw0)) +("tunnel" nil (t ah1 n ax l)) +("tunneling" nil (t ah1 n ax l ih0 ng)) +("tunnell" nil (t ah1 n ax l)) +("tunnels" nil (t ah1 n ax l z)) +("tunney" nil (t ah1 n iy0)) +("tunny" nil (t ah1 n iy0)) +("tunstall" nil (t ah1 n s t ax l)) +("tuohey" nil (t uw1 hh ey0)) +("tuohy" nil (t uw1 iy0)) +("tuomi" nil (t w ow1 m iy0)) +("tupa" nil (t uw1 p ax)) +("tupelo" nil (t y uw1 p ax l ow1)) +("tupelov" nil (t uw1 p ax l aa0 v)) +("tupper" nil (t ah1 p er0)) +("tupperware" nil (t ah1 p er0 w eh1 r)) +("tupy" nil (t uw1 p iy0)) +("turandot" nil (t er0 ae1 n d ax t)) +("turano" nil (t uh0 r aa1 n ow0)) +("turban" nil (t er1 b ax n)) +("turbans" nil (t er1 b ax n z)) +("turbas" nil (t er1 b ax s)) +("turben" nil (t er1 b ax n)) +("turberville" nil (t er1 b er0 v ih1 l)) +("turbett" nil (t er1 b ih0 t)) +("turbeville" nil (t er1 b v ih0 l)) +("turbidity" nil (t er0 b ih1 d ax t iy0)) +("turbin" nil (t er1 b ih0 n)) +("turbine" nil (t er1 b ay0 n)) +("turbinen" nil (t er1 b ih0 n ax n)) +("turbines" nil (t er1 b ay0 n z)) +("turbo" nil (t er1 b ow0)) +("turbocharge" nil (t er1 b ow0 ch aa1 r jh)) +("turbocharged" nil (t er1 b ow0 ch aa1 r jh d)) +("turbocharges" nil (t er1 b ow0 ch aa1 r jh ih0 z)) +("turbocharging" nil (t er1 b ow0 ch aa1 r jh ih0 ng)) +("turbofan" nil (t er1 b ow0 f ae1 n)) +("turbojet" nil (t er1 b ow0 jh eh1 t)) +("turboprop" nil (t er1 b ow0 p r aa1 p)) +("turboprops" nil (t er1 b ow0 p r aa1 p s)) +("turbos" nil (t er1 b ow0 z)) +("turbot" nil (t er1 b ow1)) +("turbotax" nil (t er1 b ow0 t ae1 k s)) +("turbulence" nil (t er1 b y ax l ax n s)) +("turbulent" nil (t er1 b y ax l ax n t)) +("turbyfill" nil (t er1 b ih0 f ih0 l)) +("turchi" nil (t uh1 r k iy0)) +("turchin" nil (t er1 ch ih0 n)) +("turchyn" nil (t er1 ch ih0 n)) +("turck" nil (t er1 k)) +("turco" nil (t er1 k ow0)) +("turcott" nil (t er1 k ax t)) +("turcotte" nil (t er0 k ao1 t)) +("ture" nil (t uh1 r)) +("turek" nil (t y uw1 r ih0 k)) +("turenne" nil (t y uw1 r ih0 n)) +("turf" nil (t er1 f)) +("turgeon" nil (t er1 jh ih0 n)) +("turgid" nil (t er1 jh ih0 d)) +("turgut" nil (t er1 g ax t)) +("turi" nil (t uh1 r iy0)) +("turin" nil (t y uh1 r ih0 n)) +("turing" nil (t uh1 r ih0 ng)) +("turismo" nil (t uh1 r ih0 s m ow0)) +("turk" nil (t er1 k)) +("turkel" nil (t er1 k ax l)) +("turkey" nil (t er1 k iy0)) +("turkeys" nil (t er1 k iy0 z)) +("turkic" nil (t er1 k ih0 k)) +("turkington" nil (t er1 k ih0 ng t ax n)) +("turkish" nil (t er1 k ih0 sh)) +("turkmenistan" nil (t er1 k m eh1 n ih0 s t ae1 n)) +("turko" nil (t er1 k ow0)) +("turkovich" nil (t er1 k ax v ih0 ch)) +("turks" nil (t er1 k s)) +("turley" nil (t er1 l iy0)) +("turlington" nil (t er1 l ih0 ng t ax n)) +("turman" nil (t er1 m ax n)) +("turmel" nil (t er1 m ax l)) +("turmoil" nil (t er1 m oy1 l)) +("turn" nil (t er1 n)) +("turnabout" nil (t er1 n ax b aw1 t)) +("turnage" nil (t er1 n ih0 jh)) +("turnaround" nil (t er1 n er0 aw1 n d)) +("turnarounds" nil (t er1 n er0 aw1 n d z)) +("turnbaugh" nil (t er1 n b ao0)) +("turnbo" nil (t uh1 r n b ow0)) +("turnbough" nil (t er1 n b aw1)) +("turnbow" nil (t er1 n b ow0)) +("turnbridge" nil (t er1 n b r ih1 jh)) +("turnbull" nil (t er1 n b uh1 l)) +("turndown" nil (t er1 n d aw1 n)) +("turned" nil (t er1 n d)) +("turner" nil (t er1 n er0)) +("turney" nil (t er1 n iy0)) +("turnham" nil (t er1 n hh ax m)) +("turning" nil (t er1 n ih0 ng)) +("turnip" nil (t er1 n ax p)) +("turnips" nil (t er1 n ax p s)) +("turnipseed" nil (t er0 n ih1 p s iy0 d)) +("turnkey" nil (t er1 n k iy1)) +("turnley" nil (t er1 n l iy0)) +("turnmire" nil (t er1 n m ay0 r)) +("turnoff" nil (t er1 n ao1 f)) +("turnout" nil (t er1 n aw1 t)) +("turnouts" nil (t er1 n aw1 t s)) +("turnover" nil (t er1 n ow1 v er0)) +("turnovers" nil (t er1 n ow1 v er0 z)) +("turnpike" nil (t er1 n p ay1 k)) +("turnpikes" nil (t er1 n p ay1 k s)) +("turnquist" nil (t er1 n k w ih0 s t)) +("turns" nil (t er1 n z)) +("turnstile" nil (t er1 n s t ay1 l)) +("turnstiles" nil (t er1 n s t ay1 l z)) +("turntable" nil (t er1 n t ey1 b ax l)) +("turntables" nil (t er1 n t ey1 b ax l z)) +("turo" nil (t uh1 r ow0)) +("turow" nil (t uh1 r ow0)) +("turowski" nil (t er0 ao1 f s k iy0)) +("turpen" nil (t er1 p ax n)) +("turpentine" nil (t er1 p ax n t ay1 n)) +("turpin" nil (t er1 p ih0 n)) +("turpitude" nil (t er1 p ih0 t uw1 d)) +("turquoise" nil (t er1 k w oy0 z)) +("turrell" nil (t ao1 r ax l)) +("turrentine" nil (t uh0 r eh0 n t iy1 n iy0)) +("turret" nil (t er1 ax t)) +("turrets" nil (t er1 ax t s)) +("turri" nil (t uh1 r iy0)) +("turrill" nil (t ao1 r ax l)) +("tursi" nil (t uh1 r s iy0)) +("turski" nil (t er1 s k iy0)) +("turtle" nil (t er1 t ax l)) +("turtleneck" nil (t er1 t ax l n eh1 k)) +("turtlenecks" nil (t er1 t ax l n eh1 k s)) +("turtles" nil (t er1 t ax l z)) +("turton" nil (t er1 t ax n)) +("turvey" nil (t er0 v ey1)) +("turville" nil (t er1 v ih1 l)) +("turvy" nil (t er1 v iy0)) +("tusa" nil (t uw1 s ax)) +("tuscaloosa" nil (t ah1 s k ax l uw1 s ax)) +("tuscan" nil (t ah1 s k ax n)) +("tuscany" nil (t ah1 s k ax n iy0)) +("tush" nil (t uh1 sh)) +("tushes" nil (t uh1 sh ih0 z)) +("tusing" nil (t uw1 s ih0 ng)) +("tusk" nil (t ah1 s k)) +("tuskegee" nil (t ah1 s k ax g iy1)) +("tusks" nil (t ah1 s k s)) +("tussey" nil (t ah1 s iy0)) +("tussing" nil (t ah1 s ih0 ng)) +("tussle" nil (t ah1 s ax l)) +("tussled" nil (t ah1 s ax l d)) +("tussles" nil (t ah1 s ax l z)) +("tustin" nil (t ah1 s t ih0 n)) +("tut" nil (t ah1 t)) +("tutelage" nil (t y uw1 t ih0 l ih0 jh)) +("tuten" nil (t y uw1 t ax n)) +("tuthill" nil (t ah1 t hh ih1 l)) +("tutino" nil (t uw0 t iy1 n ow0)) +("tutko" nil (t ah1 t k ow0)) +("tutor" nil (t uw1 t er0)) +("tutored" nil (t uw1 t er0 d)) +("tutorials" nil (t uw0 t ao1 r iy0 ax l z)) +("tutoring" nil (t uw1 t er0 ih0 ng)) +("tutors" nil (t uw1 t er0 z)) +("tutsi" nil (t uw1 t s iy0)) +("tutsis" nil (t uw1 t s iy0 z)) +("tutt" nil (t ah1 t)) +("tutterow" nil (t ah1 t er0 ow0)) +("tuttle" nil (t ah1 t ax l)) +("tutton" nil (t ah1 t ax n)) +("tutu" nil (t uw1 t uw1)) +("tutwiler" nil (t ah1 t w ay1 l er0)) +("tux" nil (t ah1 k s)) +("tuxedo" nil (t ah1 k s iy1 d ow0)) +("tuxedos" nil (t ax k s iy1 d ow1 z)) +("tuxford" nil (t ah1 k s f er0 d)) +("tuxhorn" nil (t ah1 k s hh er0 n)) +("tuyle" nil (t uw1 l)) +("tuzla" nil (t uw1 z l ax)) +("tuzzolino" nil (t uw0 t s ow0 l iy1 n ow0)) +("tvedt" nil (t v eh1 d t)) +("tveit" nil (t v iy1 t)) +("tvsat" nil (t ax v s ae1 t)) +("twaddell" nil (t w aa0 d eh1 l)) +("twaddle" nil (t w aa1 d ax l)) +("twain" nil (t w ey1 n)) +("twang" nil (t w aa1 ng)) +("twangy" nil (t w aa1 n jh iy0)) +("twardowski" nil (t w er0 d aw1 s k iy0)) +("twardy" nil (t w ao1 r d iy0)) +("twarog" nil (t w ao1 r ao0 g)) +("tweak" nil (t w iy1 k)) +("tweaked" nil (t w iy1 k t)) +("tweaking" nil (t w iy1 k ih0 ng)) +("tweaks" nil (t w iy1 k s)) +("twedt" nil (t w eh1 d t)) +("tweed" nil (t w iy1 d)) +("tweedie" nil (t w iy1 d iy0)) +("tweedle" nil (t w iy1 d ax l)) +("tweedy" nil (t w iy1 d iy0)) +("tweet" nil (t w iy1 t)) +("tweezers" nil (t w iy1 z er0 z)) +("twelfth" nil (t w eh1 l f th)) +("twelve" nil (t w eh1 l v)) +("twelvth" nil (t w eh1 l v th)) +("twenties" nil (t w eh1 n t iy0 z)) +("twentieth" nil (t w eh1 n t iy0 ax th)) +("twenty" nil (t w eh1 n t iy0)) +("twersky" nil (t w er1 s k iy0)) +("tweten" nil (t w iy1 t ax n)) +("twice" nil (t w ay1 s)) +("twichell" nil (t w ih1 ch ax l)) +("twiddle" nil (t w ih1 d ax l)) +("twiddy" nil (t w ih1 d iy0)) +("twiford" nil (t w ih1 f er0 d)) +("twigg" nil (t w ih1 g)) +("twigged" nil (t w ih1 g d)) +("twiggs" nil (t w ih1 g z)) +("twiggy" nil (t w ih1 g iy0)) +("twigs" nil (t w ih1 g z)) +("twilight" nil (t w ay1 l ay1 t)) +("twill" nil (t w ih1 l)) +("twilley" nil (t w ih1 l iy0)) +("twin" nil (t w ih1 n)) +("twine" nil (t w ay1 n)) +("twined" nil (t w ay1 n d)) +("twinge" nil (t w ih1 n jh)) +("twining" nil (t w ay1 n ih0 ng)) +("twinjets" nil (t w ih1 n jh eh1 t s)) +("twinkies" nil (t w ih1 ng k iy0 z)) +("twinkle" nil (t w ih1 ng k ax l)) +("twinkles" nil (t w ih1 ng k ax l z)) +("twinkling" nil (t w ih1 ng k ax l ih0 ng)) +("twins" nil (t w ih1 n z)) +("twinsburg" nil (t w ih1 n z b er0 g)) +("twirl" nil (t w er1 l)) +("twirled" nil (t w er1 l d)) +("twirler" nil (t w er1 l er0)) +("twirling" nil (t w er1 l ih0 ng)) +("twirls" nil (t w er1 l z)) +("twiss" nil (t w ih1 s)) +("twist" nil (t w ih1 s t)) +("twisted" nil (t w ih1 s t ax d)) +("twister" nil (t w ih1 s t er0)) +("twisters" nil (t w ih1 s t er0 z)) +("twisting" nil (t w ih1 s t ih0 ng)) +("twists" nil (t w ih1 s t s)) +("twisty" nil (t w ih1 s t iy0)) +("twitch" nil (t w ih1 ch)) +("twitched" nil (t w ih1 ch t)) +("twitchell" nil (t w ih1 ch ax l)) +("twitches" nil (t w ih1 ch ih0 z)) +("twitching" nil (t w ih1 ch ih0 ng)) +("twite" nil (t w ay1 t)) +("twitty" nil (t w ih1 t iy0)) +("two" nil (t uw1)) +("twofold" nil (t uw1 f ow1 l d)) +("twohig" nil (t w ow1 hh ih0 g)) +("twombly" nil (t w uw1 m b l iy0)) +("twomey" nil (t w aa1 m iy0)) +("twonshein" nil (t w aa1 n sh ay1 n)) +("tworek" nil (t w er1 ih0 k)) +("twos" nil (t uw1 z)) +("twosome" nil (t uw1 s ax m)) +("twothirds" nil (t uw1 th er1 d z)) +("twyford" nil (t w ay1 f er0 d)) +("twyla" nil (t w ay1 l ax)) +("twyman" nil (t w ay1 m ax n)) +("ty" nil (t ay1)) +("tybalt" nil (t ih1 b ax l t)) +("tyburski" nil (t ay0 b er1 s k iy0)) +("tyce" nil (t ay1 s)) +("tyco" nil (t ay1 k ow0)) +("tycoon" nil (t ay0 k uw1 n)) +("tycoons" nil (t ay0 k uw1 n z)) +("tydings" nil (t ay1 d ih0 ng z)) +("tye" nil (t ay1)) +("tyer" nil (t ay1 er0)) +("tygar" nil (t ay1 g aa1 r)) +("tygart" nil (t ay1 g aa1 r t)) +("tyger" nil (t ay1 g er0)) +("tying" nil (t ay1 ih0 ng)) +("tyke" nil (t ay1 k)) +("tylan" nil (t ay1 l ax n)) +("tylee" nil (t ay1 l iy0)) +("tylenol" nil (t ay1 l ax n ao0 l)) +("tyler" nil (t ay1 l er0)) +("tylka" nil (t ih1 l k ax)) +("tyminski" nil (t ih0 m ih1 n s k iy0)) +("tymnet" nil (t ay1 m n eh1 t)) +("tympanic" nil (t ih0 m p ae1 n ih0 k)) +("tympanum" nil (t ih1 m p ax n ax m)) +("tynan" nil (t ay1 n ax n)) +("tyndall" nil (t ih1 n d ax l)) +("tyner" nil (t ay1 n er0)) +("tynes" nil (t ay1 n z)) +("tyo" nil (t ay1 ow0)) +("type" nil (t ay1 p)) +("typecasting" nil (t ay1 p k ae1 s t ih0 ng)) +("typed" nil (t ay1 p t)) +("typeface" nil (t ay1 p f ey1 s)) +("typefaces" nil (t ay1 p f ey1 s ax z)) +("types" nil (t ay1 p s)) +("typeset" nil (t ay1 p s eh1 t)) +("typesetting" nil (t ay1 p s eh1 t ih0 ng)) +("typewriter" nil (t ay1 p r ay1 t er0)) +("typewriters" nil (t ay1 p r ay1 t er0 z)) +("typewriting" nil (t ay1 p r ay1 t ih0 ng)) +("typewritten" nil (t ay1 p r ih1 t ax n)) +("typhoid" nil (t ay1 f oy0 d)) +("typhoon" nil (t ay1 f uw1 n)) +("typhoons" nil (t ay1 f uw1 n z)) +("typhus" nil (t ay1 f ax s)) +("typical" nil (t ih1 p ax k ax l)) +("typically" nil (t ih1 p ax k l iy0)) +("typified" nil (t ih1 p ax f ay1 d)) +("typifies" nil (t ih1 p ax f ay1 z)) +("typify" nil (t ih1 p ax f ay1)) +("typing" nil (t ay1 p ih0 ng)) +("typist" nil (t ay1 p ih0 s t)) +("typists" nil (t ay1 p ih0 s t s)) +("typo" nil (t ay1 p ow0)) +("typographical" nil (t ay1 p ax g r ae1 f ih0 k ax l)) +("typography" nil (t ax p aa1 g r ax f iy0)) +("tyra" nil (t ay1 r ax)) +("tyrannical" nil (t er0 ae1 n ih0 k ax l)) +("tyrannies" nil (t ih1 r ax n iy0 z)) +("tyranny" nil (t ih1 r ax n iy0)) +("tyrant" nil (t ay1 r ax n t)) +("tyrants" nil (t ay1 r ax n t s)) +("tyre" nil (t ay1 r)) +("tyree" nil (t ay0 r iy1)) +("tyrell" nil (t ay1 r ax l)) +("tyrone" nil (t ay1 r ow1 n)) +("tyrrell" nil (t ay1 r eh1 l)) +("tyrrhenian" nil (t er0 iy1 n iy0 ax n)) +("tysinger" nil (t ay1 s ih0 n jh er0)) +("tyson" nil (t ay1 s ax n)) +("tysons" nil (t ay1 s ax n z)) +("tyus" nil (t y uw1 s)) +("u" nil (y uw1)) +("uarco" nil (y uw1 aa1 r k ow0)) +("uart" nil (y uw1 aa0 r t)) +("ubben" nil (ah1 b ax n)) +("uber" nil (y uw1 b er0)) +("ubiquitous" nil (y uw0 b ih1 k w ih0 t ax s)) +("ubiquity" nil (y uw0 b ih1 k w ih0 t iy0)) +("uccel" nil (uw1 ch ax l)) +("ucci" nil (uw1 ch iy0)) +("uchida" nil (uw0 k iy1 d ax)) +("uclaf" nil (ah1 k l ae0 f)) +("udagawa" nil (uw1 d aa0 g aa1 w ax)) +("udale" nil (y uw1 d ey1 l)) +("udall" nil (y uw1 d ax l)) +("uddin" nil (ah1 d ih0 n)) +("ude" nil (uw1 d)) +("udell" nil (ah1 d ax l)) +("udelle" nil (ax d eh1 l)) +("uden" nil (uw1 d ax n)) +("udo" nil (uw1 d ow1)) +("udolf" nil (ah1 d ow0 l f)) +("udvar" nil (ah1 d v aa0 r)) +("udverhye" nil (uw1 d v eh1 r hh iy0)) +("udy" nil (y uw1 d iy0)) +("uebel" nil (uh1 b ax l)) +("ueberroth" nil (y uw1 b er0 r ao1 th)) +("uecker" nil (uh1 k er0)) +("ueckert" nil (uh1 k er0 t)) +("ueda" nil (w eh1 d ax)) +("uehara" nil (uw0 ey0 hh aa1 r ax)) +("uehling" nil (uh1 l ih0 ng)) +("ueki" nil (y uw1 eh1 k iy0)) +("ueland" nil (uh1 l ax n d)) +("uelman" nil (uh1 l m ax n)) +("uelmen" nil (uh1 l m eh0 n)) +("uemura" nil (uw1 ih0 m uw1 r ax)) +("ueno" nil (w eh1 n ow0)) +("uffelman" nil (ah1 f ax l m ax n)) +("ugalde" nil (uw0 g aa1 l d iy0)) +("uganda" nil (y uw0 g ae1 n d ax)) +("ugandan" nil (y uw1 g ae1 n d ax n)) +("ugarte" nil (uw0 g aa1 r t iy0)) +("ugh" nil (ah1 g)) +("uglier" nil (ah1 g l iy0 er0)) +("ugliest" nil (ah1 g l iy0 ax s t)) +("ugliness" nil (ah1 g l iy0 n ax s)) +("ugly" nil (ah1 g l iy0)) +("ugolin" nil (y uw1 g ax l ih0 n)) +("ugolini" nil (uw0 g ow0 l iy1 n iy0)) +("ugric" nil (y uw1 g r ih0 k)) +("uh" nil (ah1)) +("uhde" nil (ah1 d)) +("uher" nil (uw1 er0)) +("uhl" nil (ah1 l)) +("uhland" nil (uw1 l ax n d)) +("uhle" nil (uw1 ax l)) +("uhler" nil (uw1 l er0)) +("uhlich" nil (uw1 l ih0 k)) +("uhlig" nil (uw1 l ih0 g)) +("uhlir" nil (uw1 l er0)) +("uhlman" nil (uw1 l m ax n)) +("uhlmann" nil (uw1 l m ax n)) +("uhls" nil (uw1 l z)) +("uhr" nil (uh1 r)) +("uhrich" nil (uh1 r ih0 k)) +("uhrig" nil (uh1 r ih0 g)) +("uhrin" nil (uh1 r ih0 n)) +("ukase" nil (y uw1 k ey1 z)) +("ukman" nil (ah1 k m ax n)) +("ukraine" nil (y uw0 k r ey1 n)) +("ukrainian" nil (y uw0 k r ey1 n iy0 ax n)) +("ukrainians" nil (y uw0 k r ey1 n iy0 ax n z)) +("ukulele" nil (y uw1 k ax l ey1 l iy0)) +("ul" nil (ah1 l)) +("ula" nil (y uw1 l ax)) +("ulam" nil (y uw1 l ae0 m)) +("uland" nil (y uw1 l ax n d)) +("ulatowski" nil (ax l ax t ao1 f s k iy0)) +("ulbrich" nil (ah1 l b r ih0 k)) +("ulbricht" nil (ah1 l b r ih0 k t)) +("ulcer" nil (ah1 l s er0)) +("ulcers" nil (ah1 l s er0 z)) +("ulch" nil (ah1 l ch)) +("ulery" nil (ax l er1 iy0)) +("ulf" nil (ah1 l f)) +("ulfred" nil (ah1 l f er0 d)) +("ulger" nil (ah1 l g er0)) +("uliano" nil (uw0 l iy0 aa1 n ow0)) +("ulibarri" nil (uw0 l iy0 b aa1 r iy0)) +("ulicny" nil (ax l ih1 k n iy0)) +("ulima" nil (uw0 l iy1 m ax)) +("ulin" nil (y uw1 l ih0 n)) +("ulitsa" nil (y uw0 l ih1 t s ax)) +("ulland" nil (ah1 l ax n d)) +("ullenberg" nil (y uw1 l ax n b er0 g)) +("ullery" nil (uw1 l er0 iy0)) +("ullman" nil (ah1 l m ax n)) +("ullmann" nil (ah1 l m ax n)) +("ullmer" nil (ah1 l m er0)) +("ulloa" nil (uw0 l ow1 ax)) +("ullock" nil (ah1 l ax k)) +("ullom" nil (ah1 l ax m)) +("ullrich" nil (uh1 l r ih0 k)) +("ulm" nil (ah1 l m)) +("ulman" nil (ah1 l m ax n)) +("ulmar" nil (ah1 l m er0)) +("ulmer" nil (ah1 l m er0)) +("ulmus" nil (ah1 l m ax s)) +("ulrey" nil (ah1 l r iy0)) +("ulric" nil (ah1 l r ih0 k)) +("ulrica" nil (ah1 l r ih0 k ax)) +("ulrich" nil (ah1 l r ih0 ch)) +("ulrick" nil (ah1 l r ih0 k)) +("ulsan" nil (ah1 l s ax n)) +("ulsh" nil (ah1 l sh)) +("ulshafer" nil (ah1 l sh ax f er0)) +("ulster" nil (ah1 l s t er0)) +("ulterior" nil (ax l t ih1 r iy0 er0)) +("ultima" nil (ah1 l t ih0 m ax)) +("ultimate" nil (ah1 l t ax m ax t)) +("ultimately" nil (ah1 l t ax m ax t l iy0)) +("ultimatum" nil (ah1 l t ax m ey1 t ax m)) +("ultimatums" nil (ah1 l t ax m ey1 t ax m z)) +("ultra" nil (ah1 l t r ax)) +("ultraconservative" nil (ah1 l t r ax k ax n s er1 v ax t ih0 v)) +("ultrair" nil (ah1 l t r eh1 r)) +("ultramar" nil (ah1 l t r ax m aa0 r)) +("ultramodern" nil (ah1 l t r ax m aa1 d er0 n)) +("ultranationalist" nil (ah1 l t r ax n ae1 sh ax n ax l ax s t)) +("ultranationalists" nil (ah1 l t r ax n ae1 sh ax n ax l ax s t s)) +("ultrasonic" nil (ah1 l t r ax s aa1 n ih0 k)) +("ultrasound" nil (ah1 l t r ax s aw1 n d)) +("ultrasystems" nil (ah1 l t r ax s ih1 s t ax m z)) +("ultraviolet" nil (ah1 l t r ax v ay1 ax l ih0 t)) +("ulundi" nil (y uw0 l ah1 n d iy0)) +("ulva" nil (uw1 l v ax)) +("ulvert" nil (ah1 l v er0 t)) +("ulysses" nil (y uw0 l ih1 s iy0 z)) +("um" nil (ah1 m)) +("umana" nil (uw0 m aa1 n ax)) +("umansky" nil (ax m ae1 n s k iy0)) +("umbach" nil (ah1 m b aa1 k)) +("umbarger" nil (ah1 m b aa1 r g er0)) +("umbaugh" nil (ah1 m b aw0)) +("umbel" nil (ah1 m b ax l)) +("umberger" nil (ah1 m b er0 g er0)) +("umberto" nil (ax m b eh1 r t ow1)) +("umbilical" nil (ax m b ih1 l ih0 k ax l)) +("umble" nil (ah1 m b ax l)) +("umbra" nil (ah1 m b r ax)) +("umbrage" nil (ah1 m b r ih0 jh)) +("umbrella" nil (ax m b r eh1 l ax)) +("umbrellas" nil (ax m b r eh1 l ax z)) +("umetsu" nil (y uw1 m eh1 t s uw0)) +("umfleet" nil (ah1 m f l iy1 t)) +("umholtz" nil (ah1 m hh ow1 l t s)) +("umland" nil (ah1 m l ax n d)) +("umlasi" nil (uw1 m l aa1 s iy0)) +("umlauf" nil (ah1 m l aw0 f)) +("umm" nil (ah1 m)) +("ummel" nil (ah1 m ax l)) +("umphlett" nil (ax m f l eh1 t)) +("umphress" nil (ah1 m f r ih0 s)) +("umphrey" nil (ah1 m f r iy0)) +("umpire" nil (ah1 m p ay1 er0)) +("umpires" nil (ah1 m p ay1 er0 z)) +("umpteen" nil (ah1 m p t iy1 n)) +("umpteenth" nil (ah1 m p t iy1 n th)) +("umscheid" nil (ah1 m sh ay1 d)) +("umstead" nil (ah1 m s t eh1 d)) +("un" nil (ah1 n)) +("una" nil (uw1 n ax)) +("unabashed" nil (ah1 n ax b ae1 sh t)) +("unabashedly" nil (ah1 n ax b ae1 sh ih0 d l iy0)) +("unabated" nil (ah1 n ax b ey1 t ih0 d)) +("unable" nil (ax n ey1 b ax l)) +("unabridged" nil (ah1 n ax b r ih1 jh d)) +("unacceptable" nil (ah1 n ae0 k s eh1 p t ax b ax l)) +("unacceptably" nil (ah1 n ae0 k s eh1 p t ax b l iy0)) +("unaccompanied" nil (ah1 n ax k ah1 m p ax n iy0 d)) +("unaccountable" nil (ah1 n ax k aw1 n t ax b ax l)) +("unaccountably" nil (ah1 n ax k aw1 n t ax b l iy0)) +("unaccounted" nil (ah1 n ax k aw1 n t ih0 d)) +("unaccredited" nil (ah1 n ax k r eh1 d ih1 t ih0 d)) +("unaccustomed" nil (ah1 n ax k ah1 s t ax m d)) +("unaddressed" nil (ah1 n ax d r eh1 s t)) +("unadited" nil (ax n ae1 d ih1 t ih0 d)) +("unadjusted" nil (ah1 n ax jh ah1 s t ih0 d)) +("unadorned" nil (ah1 n ax d ao1 r n d)) +("unadulterated" nil (ah1 n ax d ah1 l t er0 ey1 t ih0 d)) +("unaffected" nil (ah1 n ax f eh1 k t ih0 d)) +("unaffiliated" nil (ax n ax f ih1 l iy0 ey1 t ih0 d)) +("unaffordable" nil (ax n ax f ao1 r d ax b ax l)) +("unafraid" nil (ah1 n ax f r ey1 d)) +("unaided" nil (ax n ey1 d ih0 d)) +("unallocated" nil (ax n ae1 l ax k ey1 t ih0 d)) +("unallowable" nil (ah1 n ax l aw1 ax b ax l)) +("unalloyed" nil (ax n ae1 l oy1 d)) +("unalterable" nil (ax n ao1 l t er0 ax b ax l)) +("unaltered" nil (ax n ao1 l t er0 d)) +("unambiguous" nil (ah1 n ae0 m b ih1 g y ax w ax s)) +("unambiguously" nil (ax n ae0 m b ih1 g y uw0 ax s l iy0)) +("unamended" nil (ax n ax m eh1 n d ih0 d)) +("unamortized" nil (ax n ae1 m er0 t ay1 z d)) +("unangst" nil (ao1 n ax ng s t)) +("unanimity" nil (y uw1 n ax n ih1 m ax t iy0)) +("unanimous" nil (y uw0 n ae1 n ax m ax s)) +("unanimously" nil (y uw0 n ae1 n ax m ax s l iy0)) +("unannounced" nil (ah1 n ax n aw1 n s t)) +("unanswerable" nil (ah1 n ae1 n s er0 ax b ax l)) +("unanswered" nil (ah1 n ae1 n s er0 d)) +("unanticipated" nil (ah1 n ae0 n t ih1 s ax p ey1 t ih0 d)) +("unapologetic" nil (ah1 n ax p aa1 l ax jh eh1 t ih0 k)) +("unappealing" nil (ah1 n ax p iy1 l ih0 ng)) +("unappetizing" nil (ah1 n ae1 p ax t ay1 z ih0 ng)) +("unappreciated" nil (ah1 n ax p r iy1 sh iy0 ey1 t ih0 d)) +("unapproved" nil (ah1 n ax p r uw1 v d)) +("unarmed" nil (ax n aa1 r m d)) +("unashamed" nil (ah1 n ax sh ey1 m d)) +("unashamedly" nil (ah1 n ax sh ey1 m ax d l iy0)) +("unassailable" nil (ah1 n ax s ey1 l ax b ax l)) +("unassisted" nil (ah1 n ax s ih1 s t ih0 d)) +("unassuming" nil (ah1 n ax s uw1 m ih0 ng)) +("unattached" nil (ah1 n ax t ae1 ch t)) +("unattainable" nil (ah1 n ax t ey1 n ax b ax l)) +("unattended" nil (ax n ax t eh1 n d ih0 d)) +("unattractive" nil (ah1 n ax t r ae1 k t ih0 v)) +("unaudited" nil (ax n ao1 d ax t ih0 d)) +("unauthentic" nil (ah1 n ao0 th eh1 n t ih0 k)) +("unauthorized" nil (ax n ao1 th er0 ay1 z d)) +("unavailability" nil (ax n ax v ey1 l ax b ih1 l ih0 t iy0)) +("unavailable" nil (ah1 n ax v ey1 l ax b ax l)) +("unavailing" nil (ah1 n ax v ey1 l ih0 ng)) +("unavoidable" nil (ah1 n ax v oy1 d ax b ax l)) +("unavoidably" nil (ah1 n ax v oy1 d ax b l iy0)) +("unaware" nil (ah1 n ax w eh1 r)) +("unbalanced" nil (ax n b ae1 l ax n s t)) +("unbearable" nil (ax n b eh1 r ax b ax l)) +("unbearably" nil (ax n b eh1 r ax b l iy0)) +("unbeatable" nil (ah1 n b iy1 t ax b ax l)) +("unbeaten" nil (ax n b iy1 t ax n)) +("unbeknown" nil (ah1 n b ih0 n ow1 n)) +("unbeknownst" nil (ax n b iy0 n ow1 n s t)) +("unbelievable" nil (ah1 n b ax l iy1 v ax b ax l)) +("unbelievably" nil (ah1 n b ax l iy1 v ax b l iy0)) +("unbelieving" nil (ah1 n b ax l iy1 v ih0 ng)) +("unbending" nil (ah1 n b eh1 n d ih0 ng)) +("unbiased" nil (ah1 n b ay1 ax s t)) +("unblemished" nil (ax n b l eh1 m ih0 sh t)) +("unbolted" nil (ah1 n b ow1 l t ih0 d)) +("unbook" nil (ax n b uh1 k)) +("unborn" nil (ah1 n b ao1 r n)) +("unbound" nil (ax n b aw1 n d)) +("unbounded" nil (ax n b aw1 n d ih0 d)) +("unbranded" nil (ax n b r ae1 n d ih0 d)) +("unbridled" nil (ax n b r ay1 d ax l d)) +("unbroken" nil (ax n b r ow1 k ax n)) +("unbuildable" nil (ax n b ih1 l d ax b ax l)) +("unbuilt" nil (ah1 n b ih1 l t)) +("unbundling" nil (ax n b ah1 n d l ih0 ng)) +("unburdened" nil (ax n b er1 d ax n d)) +("unburned" nil (ax n b er1 n d)) +("unbuttoned" nil (ax n b ah1 t ax n d)) +("uncalled" nil (ax n k ao1 l d)) +("uncannily" nil (ax n k ae1 n ax l iy0)) +("uncanny" nil (ax n k ae1 n iy0)) +("uncapher" nil (ah1 n k ax f er0)) +("uncaring" nil (ax n k eh1 r ih0 ng)) +("unceasing" nil (ax n s iy1 s ih0 ng)) +("uncensored" nil (ax n s eh1 n s er0 d)) +("unceremonious" nil (ah1 n s eh1 r ax m ow1 n iy0 ax s)) +("unceremoniously" nil (ah1 n s eh1 r ax m ow1 n iy0 ax s l iy0)) +("uncertain" nil (ax n s er1 t ax n)) +("uncertainties" nil (ax n s er1 t ax n t iy0 z)) +("uncertainty" nil (ax n s er1 t ax n t iy0)) +("unchallenged" nil (ax n ch ae1 l ih0 n jh d)) +("unchanged" nil (ax n ch ey1 n jh d)) +("unchanging" nil (ax n ch ey1 n jh ih0 ng)) +("uncharacteristic" nil (ah1 n k eh1 r ih0 k t er0 ih1 s t ih0 k)) +("uncharacteristically" nil (ah1 n k eh1 r ih0 k t er0 ih1 s t ih0 k l iy0)) +("uncharted" nil (ax n ch aa1 r t ih0 d)) +("unchecked" nil (ax n ch eh1 k t)) +("uncivilized" nil (ax n s ih1 v ax l ay0 z d)) +("unclaimed" nil (ax n k l ey1 m d)) +("unclassified" nil (ax n k l ae1 s ih0 f ay1 d)) +("uncle" nil (ah1 ng k ax l)) +("unclean" nil (ax n k l iy1 n)) +("unclear" nil (ax n k l ih1 r)) +("uncles" nil (ah1 ng k ax l z)) +("uncluttered" nil (ax n k l ah1 t er0 d)) +("uncoated" nil (ax n k ow1 t ih0 d)) +("uncoil" nil (ah1 n k oy1 l)) +("uncoiled" nil (ah1 n k oy1 l d)) +("uncollectable" nil (ax n k ax l eh1 k t ax b ax l)) +("uncollected" nil (ax n k ax l eh1 k t ih0 d)) +("uncollectible" nil (ax n k ax l eh1 k t ih0 b ax l)) +("uncomfortable" nil (ax n k ah1 m f er0 t ax b ax l)) +("uncomfortably" nil (ax n k ah1 m f t ax b l iy0)) +("uncommitted" nil (ah1 n k ax m ih1 t ih0 d)) +("uncommon" nil (ax n k aa1 m ax n)) +("uncommonly" nil (ah1 n k aa1 m ax n l iy0)) +("uncompensated" nil (ax n k aa1 m p ax n s ey1 t ih0 d)) +("uncompetitive" nil (ax n k ax m p eh1 t ax t ih0 v)) +("uncompleted" nil (ah1 n k ax m p l iy1 t ih0 d)) +("uncomplicated" nil (ax n k aa1 m p l ax k ey1 t ih0 d)) +("uncompromising" nil (ax n k aa1 m p r ax m ay0 z ih0 ng)) +("unconcealed" nil (ah1 n k ax n s iy1 l d)) +("unconcern" nil (ah1 n k ax n s er1 n)) +("unconcerned" nil (ah1 n k ax n s er1 n d)) +("unconditional" nil (ah1 n k ax n d ih1 sh ax n ax l)) +("unconditionally" nil (ah1 n k ax n d ih1 sh ax n ax l iy0)) +("unconfined" nil (ah1 n k ax n f ay1 n d)) +("unconfirmed" nil (ah1 n k ax n f er1 m d)) +("unconnected" nil (ah1 n k ax n eh1 k t ih0 d)) +("unconscionable" nil (ax n k aa1 n sh ax n ax b ax l)) +("unconscious" nil (ah1 n k aa1 n sh ax s)) +("unconsciously" nil (ah1 n k aa1 n sh ax s l iy0)) +("unconsolidated" nil (ax n k ax n s aa1 l ax d ey1 t ih0 d)) +("unconstitutional" nil (ah1 n k aa1 n s t ax t uw1 sh ax n ax l)) +("unconstitutionally" nil (ah1 n k aa1 n s t ax t uw1 sh ax n ax l iy0)) +("unconstrained" nil (ah1 n k ax n s t r ey1 n d)) +("uncontested" nil (ah1 n k ax n t eh1 s t ih0 d)) +("uncontrollable" nil (ah1 n k ax n t r ow1 l ax b ax l)) +("uncontrollably" nil (ah1 n k ax n t r ow1 l ax b l iy0)) +("uncontrolled" nil (ah1 n k ax n t r ow1 l d)) +("uncontroversial" nil (ah1 n k aa1 n t r ax v er1 sh ax l)) +("unconventional" nil (ah1 n k ax n v eh1 n sh ax n ax l)) +("unconverted" nil (ah1 n k ax n v er1 t ih0 d)) +("unconvinced" nil (ah1 n k ax n v ih1 n s t)) +("unconvincing" nil (ah1 n k ax n v ih1 n s ih0 ng)) +("uncooperative" nil (ax n k ow0 aa1 p er0 ax t ih0 v)) +("uncoordinated" nil (ax n k ow0 ao1 r d ax n ey0 t ih0 d)) +("uncorrected" nil (ah1 n k er0 eh1 k t ih0 d)) +("uncounted" nil (ah1 n k aw1 n t ih0 d)) +("uncouth" nil (ah1 n k uw1 th)) +("uncover" nil (ax n k ah1 v er0)) +("uncovered" nil (ax n k ah1 v er0 d)) +("uncovering" nil (ax n k ah1 v er0 ih0 ng)) +("uncovers" nil (ah1 n k ah1 v er0 z)) +("uncritical" nil (ax n k r ih1 t ih0 k ax l)) +("uncritically" nil (ax n k r ih1 t ih0 k ax l iy0)) +("unctuous" nil (ah1 ng ch w ax s)) +("uncured" nil (ah1 n k y er1 d)) +("uncut" nil (ah1 n k ah1 t)) +("und" nil (ah1 n d)) +("undamaged" nil (ah1 n d ae1 m ax jh d)) +("undated" nil (ah1 n d ey1 t ih0 d)) +("undaunted" nil (ax n d ao1 n t ih0 d)) +("undecided" nil (ah1 n d ih0 s ay1 d ih0 d)) +("undeclared" nil (ax n d ih0 k l eh1 r d)) +("undefeated" nil (ah1 n d ih0 f iy1 t ih0 d)) +("undefined" nil (ah1 n d ih0 f ay1 n d)) +("undelivered" nil (ah1 n d ih0 l ih1 v er0 d)) +("undemocratic" nil (ah1 n d eh0 m ax k r ae1 t ih0 k)) +("undeniable" nil (ah1 n d ih0 n ay1 ax b ax l)) +("undeniably" nil (ah1 n d ih0 n ay1 ax b l iy0)) +("under" nil (ah1 n d er0)) +("underachievers" nil (ah1 n d er0 ax ch iy1 v er0 z)) +("underage" nil (ah1 n d er0 ih0 jh)) +("underarm" nil (ah1 n d er0 aa1 r m)) +("underbelly" nil (ah1 n d er0 b eh1 l iy0)) +("underberg" nil (ah1 n d er0 b er0 g)) +("underbid" nil (ah1 n d er0 b ih1 d)) +("underbrush" nil (ah1 n d er0 b r ah1 sh)) +("undercapitalized" nil (ax n d er0 k ae1 p ax t ax l ay1 z d)) +("undercarriage" nil (ah1 n d er0 k ae1 r ih0 jh)) +("underclass" nil (ah1 n d er0 k l ae1 s)) +("undercoat" nil (ah1 n d er0 k ow1 t)) +("undercooked" nil (ax n d er0 k uh1 k t)) +("undercount" nil (ah1 n d er0 k aw1 n t)) +("undercounted" nil (ah1 n d er0 k aw1 n t ih0 d)) +("undercover" nil (ah1 n d er0 k ah1 v er0)) +("undercurrent" nil (ah1 n d er0 k er1 ax n t)) +("undercurrents" nil (ah1 n d er0 k er1 ax n t s)) +("undercut" nil (ah1 n d er0 k ah1 t)) +("undercuts" nil (ah1 n d er0 k ah1 t s)) +("undercutting" nil (ah1 n d er0 k ah1 t ih0 ng)) +("underdahl" nil (ah1 n d er0 d aa1 l)) +("underdeveloped" nil (ah1 n d er0 d ih0 v eh1 l ax p t)) +("underdevelopment" nil (ax n d er0 d ax v eh1 l ax p m ax n t)) +("underdog" nil (ah1 n d er0 d ao1 g)) +("underdogs" nil (ah1 n d er0 d ao1 g z)) +("underdown" nil (ah1 n d er0 d aw1 n)) +("underemployed" nil (ah1 n d er0 ih0 m p l oy1 d)) +("underemployment" nil (ax n d er0 ih0 m p l oy1 m ax n t)) +("underestimate" nil (ah1 n d er0 eh1 s t ax m ey1 t)) +("underestimated" nil (ah1 n d er0 eh1 s t ax m ey1 t ih0 d)) +("underestimates" nil (ah1 n d er0 eh1 s t ih0 m ih0 t s)) +("underestimating" nil (ah1 n d er0 eh1 s t ih0 m ey1 t ih0 ng)) +("underfinanced" nil (ax n d er0 f ih0 n ae1 n s t)) +("underfoot" nil (ah1 n d er0 f uh1 t)) +("underfunded" nil (ah1 n d er0 f ah1 n d ih0 d)) +("underfunding" nil (ah1 n d er0 f ah1 n d ih0 ng)) +("undergarment" nil (ah1 n d er0 g aa1 r m ax n t)) +("undergarments" nil (ah1 n d er0 g aa1 r m ax n t s)) +("undergo" nil (ah1 n d er0 g ow1)) +("undergoes" nil (ah1 n d er0 g ow1 z)) +("undergoing" nil (ah1 n d er0 g ow1 ih0 ng)) +("undergone" nil (ah1 n d er0 g ao1 n)) +("undergrad" nil (ah1 n d er0 g r ae1 d)) +("undergraduate" nil (ah1 n d er0 g r ae1 jh ax w ax t)) +("undergraduates" nil (ah1 n d er0 g r ae1 jh ax w ax t s)) +("underground" nil (ah1 n d er0 g r aw1 n d)) +("undergrowth" nil (ah1 n d er0 g r ow1 th)) +("underhanded" nil (ah1 n d er0 hh ae1 n d ih0 d)) +("underhill" nil (ah1 n d er0 hh ih1 l)) +("underkoffler" nil (ah1 n d er0 k ax f ax l er0)) +("underlie" nil (ah1 n d er0 l ay1)) +("underlies" nil (ah1 n d er0 l ay1 z)) +("underline" nil (ah1 n d er0 l ay1 n)) +("underlined" nil (ah1 n d er0 l ay1 n d)) +("underlines" nil (ah1 n d er0 l ay1 n z)) +("underling" nil (ah1 n d er0 l ih0 ng)) +("underlings" nil (ah1 n d er0 l ih0 ng z)) +("underlining" nil (ah1 n d er0 l ay1 n ih0 ng)) +("underlying" nil (ah1 n d er0 l ay1 ih0 ng)) +("undermanned" nil (ah1 n d er0 m ae1 n d)) +("undermine" nil (ah1 n d er0 m ay1 n)) +("undermined" nil (ah1 n d er0 m ay1 n d)) +("undermines" nil (ah1 n d er0 m ay1 n z)) +("undermining" nil (ah1 n d er0 m ay1 n ih0 ng)) +("underneath" nil (ah1 n d er0 n iy1 th)) +("underpaid" nil (ah1 n d er0 p ey1 d)) +("underpass" nil (ah1 n d er0 p ae1 s)) +("underpaying" nil (ah1 n d er0 p ey1 ih0 ng)) +("underpayment" nil (ah1 n d er0 p ey1 m ax n t)) +("underpayments" nil (ah1 n d er0 p ey1 m ax n t s)) +("underperform" nil (ah1 n d er0 p er0 f ao1 r m)) +("underperformance" nil (ax n d er0 p er0 f ao1 r m ax n s)) +("underperformed" nil (ah1 n d er0 p er0 f ao1 r m d)) +("underperformer" nil (ah1 n d er0 p er0 f ao1 r m er0)) +("underperforming" nil (ah1 n d er0 p er0 f ao1 r m ih0 ng)) +("underpin" nil (ah1 n d er0 p ih1 n)) +("underpinned" nil (ah1 n d er0 p ih1 n d)) +("underpinning" nil (ah1 n d er0 p ih1 n ih0 ng)) +("underpinnings" nil (ah1 n d er0 p ih1 n ih0 ng z)) +("underpowered" nil (ax n d er0 p aw1 er0 d)) +("underprice" nil (ah1 n d er0 p r ay1 s)) +("underpriced" nil (ah1 n d er0 p r ay1 s t)) +("underpricing" nil (ah1 n d er0 p r ay1 s ih0 ng)) +("underprivileged" nil (ax n d er0 p r ih1 v l ih0 jh d)) +("underrated" nil (ax n d er0 r ey1 t ih0 d)) +("underreport" nil (ax n d er0 r ih0 p ao1 r t)) +("underreported" nil (ax n d er0 r ih0 p ao1 r t ih0 d)) +("underreporting" nil (ah1 n d er0 r ih0 p ao1 r t ih0 ng)) +("underrepresented" nil (ax n d er0 r eh1 p r ih0 z eh1 n t ih0 d)) +("underscore" nil (ah1 n d er0 s k ao1 r)) +("underscored" nil (ah1 n d er0 s k ao1 r d)) +("underscores" nil (ah1 n d er0 s k ao1 r z)) +("underscoring" nil (ah1 n d er0 s k ao1 r ih0 ng)) +("undersea" nil (ah1 n d er0 s iy1)) +("underseas" nil (ax n d er0 s iy1 z)) +("undersecretary" nil (ah1 n d er0 s eh1 k r ih0 t eh1 r iy0)) +("undersell" nil (ah1 n d er0 s eh1 l)) +("underselling" nil (ah1 n d er0 s eh1 l ih0 ng)) +("underserved" nil (ax n d er0 s er1 v d)) +("undershirts" nil (ah1 n d er0 sh er1 t s)) +("underside" nil (ah1 n d er0 s ay1 d)) +("undersized" nil (ah1 n d er0 s ay1 z d)) +("undersold" nil (ax n d er0 s ow1 l d)) +("underspin" nil (ah1 n d er0 s p ih1 n)) +("understaffed" nil (ah1 n d er0 s t ae1 f t)) +("understand" nil (ah1 n d er0 s t ae1 n d)) +("understandable" nil (ah1 n d er0 s t ae1 n d ax b ax l)) +("understandably" nil (ah1 n d er0 s t ae1 n d ax b l iy0)) +("understanding" nil (ah1 n d er0 s t ae1 n d ih0 ng)) +("understandings" nil (ax n d er0 s t ae1 n d ih0 ng z)) +("understands" nil (ah1 n d er0 s t ae1 n d z)) +("understate" nil (ah1 n d er0 s t ey1 t)) +("understated" nil (ah1 n d er0 s t ey1 t ih0 d)) +("understatement" nil (ah1 n d er0 s t ey1 t m ax n t)) +("understates" nil (ah1 n d er0 s t ey1 t s)) +("understating" nil (ah1 n d er0 s t ey1 t ih0 ng)) +("understood" nil (ah1 n d er0 s t uh1 d)) +("understory" nil (ah1 n d er0 s t ao1 r iy0)) +("understudy" nil (ah1 n d er0 s t ah1 d iy0)) +("undersubscribed" nil (ax n d er0 s ax b s k r ay1 b d)) +("undertake" nil (ah1 n d er0 t ey1 k)) +("undertaken" nil (ah1 n d er0 t ey1 k ax n)) +("undertaker" nil (ah1 n d er0 t ey1 k er0)) +("undertakes" nil (ah1 n d er0 t ey1 k s)) +("undertaking" nil (ah1 n d er0 t ey1 k ih0 ng)) +("undertakings" nil (ah1 n d er0 t ey1 k ih0 ng z)) +("undertone" nil (ah1 n d er0 t ow1 n)) +("undertones" nil (ah1 n d er0 t ow1 n z)) +("undertook" nil (ah1 n d er0 t uh1 k)) +("undertow" nil (ah1 n d er0 t ow1)) +("underused" nil (ah1 n d er0 y uw1 z d)) +("underutilized" nil (ah1 n d er0 y uw1 t ax l ay1 z d)) +("undervaluation" nil (ah1 n d er0 v ae1 l y uw0 ey1 sh ax n)) +("undervalue" nil (ah1 n d er0 v ae1 l y uw0)) +("undervalued" nil (ah1 n d er0 v ae1 l y uw0 d)) +("undervalues" nil (ah1 n d er0 v ae1 l y uw0 z)) +("undervaluing" nil (ax n d er0 v ae1 l y uw0 ih0 ng)) +("underwater" nil (ah1 n d er0 w ao1 t er0)) +("underway" nil (ah1 n d er0 w ey1)) +("underwear" nil (ah1 n d er0 w eh1 r)) +("underweight" nil (ah1 n d er0 w ey1 t)) +("underweighted" nil (ax n d er0 w ey1 t ih0 d)) +("underwent" nil (ah1 n d er0 w eh1 n t)) +("underwithheld" nil (ah1 n d er0 w ih1 th hh eh1 l d)) +("underwithholding" nil (ah1 n d er0 w ih1 th hh ow1 l d ih0 ng)) +("underwood" nil (ah1 n d er0 w uh1 d)) +("underwoods" nil (ah1 n d er0 w uh1 d z)) +("underworld" nil (ah1 n d er0 w er1 l d)) +("underwrite" nil (ah1 n d er0 r ay1 t)) +("underwriter" nil (ah1 n d er0 r ay1 t er0)) +("underwriters" nil (ah1 n d er0 r ay1 t er0 z)) +("underwrites" nil (ah1 n d er0 r ay1 t s)) +("underwriting" nil (ah1 n d er0 r ay1 t ih0 ng)) +("underwritings" nil (ah1 n d er0 r ay1 t ih0 ng z)) +("underwritten" nil (ah1 n d er0 r ih1 t ax n)) +("underwrote" nil (ah1 n d er0 r ow1 t)) +("undeserved" nil (ah1 n d ih0 z er1 v d)) +("undesirable" nil (ah1 n d ih0 z ay1 r ax b ax l)) +("undetectable" nil (ax n d ih0 t eh1 k t ax b ax l)) +("undetected" nil (ah1 n d ih0 t eh1 k t ih0 d)) +("undetermined" nil (ah1 n d ih0 t er1 m ih0 n d)) +("undetermining" nil (ah1 n d ih0 t er1 m ih0 n ih0 ng)) +("undeterred" nil (ah1 n d ih0 t er1 d)) +("undeveloped" nil (ah1 n d ih0 v eh1 l ax p t)) +("undid" nil (ax n d ih1 d)) +("undifferentiated" nil (ax n d ih0 f er0 eh1 n sh iy0 ey1 t ih0 d)) +("undignified" nil (ax n d ih1 g n ih0 f ay1 d)) +("undiluted" nil (ah1 n d ax l uw1 t ih0 d)) +("undiminished" nil (ah1 n d ax m ih1 n ih0 sh t)) +("undine" nil (ah1 n d iy1 n)) +("undisciplined" nil (ax n d ih1 s ih0 p l ih0 n d)) +("undisclosed" nil (ah1 n d ih0 s k l ow1 z d)) +("undiscovered" nil (ah1 n d ih0 s k ah1 v er0 d)) +("undisguised" nil (ah1 n d ih0 s g ay1 z d)) +("undisputed" nil (ah1 n d ih0 s p y uw1 t ih0 d)) +("undistinguished" nil (ah1 n d ih0 s t ih1 ng g w ih0 sh t)) +("undistributed" nil (ah1 n d ih0 s t r ih1 b y uw0 t ih0 d)) +("undisturbed" nil (ah1 n d ih0 s t er1 b d)) +("undiversified" nil (ah1 n d ih0 v er1 s ih0 f ay1 d)) +("undivided" nil (ah1 n d ax v ay1 d ih0 d)) +("undo" nil (ax n d uw1)) +("undocumented" nil (ax n d aa1 k y ax m eh0 n t ih0 d)) +("undoing" nil (ax n d uw1 ih0 ng)) +("undone" nil (ax n d ah1 n)) +("undoubted" nil (ax n d aw1 t ih0 d)) +("undoubtedly" nil (ax n d aw1 t ih0 d l iy0)) +("undreamed" nil (ax n d r iy1 m d)) +("undress" nil (ax n d r eh1 s)) +("undue" nil (ax n d uw1)) +("undulating" nil (ah1 n jh ax l ey1 t ih0 ng)) +("unduly" nil (ax n d uw1 l iy0)) +("undying" nil (ax n d ay1 ih0 ng)) +("unearned" nil (ax n er1 n d)) +("unearth" nil (ax n er1 th)) +("unearthed" nil (ax n er1 th t)) +("unearthly" nil (ax n er1 th l iy0)) +("unease" nil (ax n iy1 z)) +("uneasily" nil (ax n iy1 z ax l iy0)) +("uneasiness" nil (ah1 n iy1 z iy0 n ax s)) +("uneasy" nil (ax n iy1 z iy0)) +("uneconomic" nil (ax n eh1 k ax n aa1 m ih0 k)) +("uneconomical" nil (ax n eh1 k ax n aa1 m ih0 k ax l)) +("unedited" nil (ax n eh1 d ax t ih0 d)) +("uneducated" nil (ax n eh1 jh uh0 k ey1 t ih0 d)) +("unelected" nil (ah1 n ih0 l eh1 k t ih0 d)) +("unemployable" nil (ax n ih0 m p l oy1 ax b ax l)) +("unemployed" nil (ah1 n eh0 m p l oy1 d)) +("unemployment" nil (ah1 n ih0 m p l oy1 m ax n t)) +("unencumbered" nil (ah1 n eh0 n k ah1 m b er0 d)) +("unending" nil (ax n eh1 n d ih0 ng)) +("unenforceable" nil (ah1 n eh0 n f ao1 r s ax b ax l)) +("unenlightened" nil (ah1 n eh0 n l ay1 t ax n d)) +("unenthusiastic" nil (ax n ih0 n th uw0 z iy0 ae1 s t ih0 k)) +("unenumerated" nil (ax n ih0 n uw1 m er0 ey1 t ih0 d)) +("unenviable" nil (ax n eh1 n v iy1 ax b ax l)) +("unequal" nil (ax n iy1 k w ax l)) +("unequaled" nil (ax n iy1 k w ah1 l d)) +("unequivocably" nil (ax n ih0 k w ih1 v ax k ax b l iy0)) +("unequivocal" nil (ah1 n ih0 k w ih1 v ax k ax l)) +("unequivocally" nil (ah1 n iy0 k w ih1 v ax k ax l iy0)) +("unesco" nil (y uw0 n eh1 s k ow1)) +("unethical" nil (ax n eh1 th ih0 k ax l)) +("uneven" nil (ax n iy1 v ax n)) +("unevenly" nil (ax n iy1 v ax n l iy0)) +("uneventful" nil (ah1 n iy0 v eh1 n t f ax l)) +("unexciting" nil (ax n ih0 k s ay1 t ih0 ng)) +("unexercised" nil (ax n eh1 k s er0 s ay1 z d)) +("unexpected" nil (ah1 n ih0 k s p eh1 k t ih0 d)) +("unexpectedly" nil (ah1 n ih0 k s p eh1 k t ih0 d l iy0)) +("unexpired" nil (ah1 n ih0 k s p ay1 er0 d)) +("unexplainable" nil (ah1 n ih0 k s p l ey1 n ax b ax l)) +("unexplained" nil (ah1 n ih0 k s p l ey1 n d)) +("unexploded" nil (ah1 n ih0 k s p l ow1 d ih0 d)) +("unexploited" nil (ax n ih0 k s p l oy1 t ih0 d)) +("unexplored" nil (ah1 n ih0 k s p l ao1 r d)) +("unfailing" nil (ax n f ey1 l ih0 ng)) +("unfailingly" nil (ax n f ey1 l ih0 ng l iy0)) +("unfair" nil (ax n f eh1 r)) +("unfairly" nil (ax n f eh1 r l iy0)) +("unfairness" nil (ax n f eh1 r n ax s)) +("unfaithful" nil (ax n f ey1 th f ax l)) +("unfamiliar" nil (ah1 n f ax m ih1 l y er0)) +("unfamiliarities" nil (ah1 n f ax m ih1 l y eh1 r ax t iy0 z)) +("unfamiliarity" nil (ah1 n f ax m ih1 l y eh1 r ax t iy0)) +("unfashionable" nil (ax n f ae1 sh ax n ax b ax l)) +("unfathomable" nil (ax n f ae1 th ax m ax b ax l)) +("unfavorable" nil (ah1 n f ey1 v er0 ax b ax l)) +("unfavorably" nil (ax n f ey1 v er0 ax b l iy0)) +("unfazed" nil (ax n f ey1 z d)) +("unfeasible" nil (ax n f iy1 z ax b ax l)) +("unfenced" nil (ax n f eh1 n s t)) +("unfettered" nil (ax n f eh1 t er0 d)) +("unfilled" nil (ax n f ih1 l d)) +("unfiltered" nil (ax n f ih1 l t er0 d)) +("unfinished" nil (ax n f ih1 n ih0 sh t)) +("unfit" nil (ax n f ih1 t)) +("unflagging" nil (ax n f l ae1 g ih0 ng)) +("unflappable" nil (ax n f l ae1 p ax b ax l)) +("unflattering" nil (ax n f l ae1 t er0 ih0 ng)) +("unflinching" nil (ax n f l ih1 n ch ih0 ng)) +("unfocused" nil (ax n f ow1 k ax s t)) +("unfold" nil (ax n f ow1 l d)) +("unfolded" nil (ax n f ow1 l d ax d)) +("unfolding" nil (ax n f ow1 l d ih0 ng)) +("unfolds" nil (ax n f ow1 l d z)) +("unforeseeable" nil (ah1 n f ao0 r s iy1 ax b ax l)) +("unforeseen" nil (ah1 n f ao0 r s iy1 n)) +("unforgettable" nil (ah1 n f er0 g eh1 t ax b ax l)) +("unforgivable" nil (ah1 n f ao0 r g ih1 v ax b ax l)) +("unforgiving" nil (ax n f er0 g ih1 v ih0 ng)) +("unformed" nil (ax n f ao1 r m d)) +("unfortunate" nil (ax n f ao1 r ch ax n ax t)) +("unfortunately" nil (ax n f ao1 r ch ax n ax t l iy0)) +("unfortunates" nil (ax n f ao1 r ch ax n ax t s)) +("unfounded" nil (ax n f aw1 n d ih0 d)) +("unfriendly" nil (ax n f r eh1 n d l iy0)) +("unfulfilled" nil (ah1 n f uh0 l f ih1 l d)) +("unfunded" nil (ax n f ah1 n d ih0 d)) +("unfunnily" nil (ax n f ah1 n ax l iy0)) +("unfurled" nil (ax n f er1 l d)) +("unfurling" nil (ax n f er1 l ih0 ng)) +("ung" nil (ah1 ng)) +("ungainly" nil (ax n g ey1 n l iy0)) +("ungar" nil (ah1 ng g er0)) +("ungaro" nil (uw0 ng g aa1 r ow0)) +("unger" nil (ah1 ng g er0)) +("ungerer" nil (ah1 ng er0 er0)) +("ungermann" nil (ax n jh er1 m ax n)) +("unglamorous" nil (ax n g l ae1 m er0 ax s)) +("unglued" nil (ax n g l uw1 d)) +("ungo" nil (ax n g ow1)) +("ungovernable" nil (ax n g ah1 v er0 n ax b ax l)) +("ungrateful" nil (ax n g r ey1 t f ax l)) +("unguarded" nil (ax n g aa1 r d ih0 d)) +("unhampered" nil (ax n hh ae1 m p er0 d)) +("unhappily" nil (ax n hh ae1 p ax l iy0)) +("unhappiness" nil (ax n hh ae1 p iy0 n ih0 s)) +("unhappy" nil (ax n hh ae1 p iy0)) +("unharmed" nil (ax n hh aa1 r m d)) +("unhealthful" nil (ax n hh eh1 l th f ax l)) +("unhealthy" nil (ax n hh eh1 l th iy0)) +("unheard" nil (ax n hh er1 d)) +("unhedged" nil (ax n hh eh1 jh d)) +("unheeded" nil (ax n hh iy1 d ih0 d)) +("unheralded" nil (ax n hh eh1 r ax l d ih0 d)) +("unhesitatingly" nil (ax n hh eh1 z ih0 t ey1 t ih0 ng l iy0)) +("unhindered" nil (ax n hh ih1 n d er0 d)) +("unhinged" nil (ax n hh ih1 n jh d)) +("unholy" nil (ax n hh ow1 l iy0)) +("unhorsed" nil (ax n hh ao1 r s t)) +("unhurried" nil (ax n hh er1 iy0 d)) +("unhurt" nil (ax n hh er1 t)) +("uni" nil (y uw1 n iy0)) +("unibancorp" nil (y uw1 n ih0 b ae1 n k ao1 r p)) +("unicef" nil (y uw1 n ax s eh1 f)) +("unicellular" nil (y uw1 n ih0 s eh1 l y ax l er0)) +("unicenter" nil (y uw1 n ih0 s eh1 n t er0)) +("unicorn" nil (y uw1 n ih0 k ao1 r n)) +("unicorp" nil (y uw1 n ih0 k ao1 r p)) +("uniden" nil (y uw1 n ih0 d eh1 n)) +("unidentified" nil (ah1 n ay0 d eh1 n t ax f ay1 d)) +("unification" nil (y uw1 n ax f ax k ey1 sh ax n)) +("unified" nil (y uw1 n ax f ay1 d)) +("uniforce" nil (y uw1 n ih0 f ao1 r s)) +("uniform" nil (y uw1 n ax f ao1 r m)) +("uniformed" nil (y uw1 n ax f ao1 r m d)) +("uniformity" nil (y uw1 n ax f ao1 r m ax t iy0)) +("uniformly" nil (y uw1 n ax f ao1 r m l iy0)) +("uniforms" nil (y uw1 n ax f ao1 r m z)) +("unify" nil (y uw1 n ax f ay1)) +("unifying" nil (y uw1 n ax f ay1 ih0 ng)) +("unigesco" nil (y uw1 n ih0 g eh1 s k ow0)) +("unilab" nil (y uw1 n ih0 l ae1 b)) +("unilateral" nil (y uw1 n ax l ae1 t er0 ax l)) +("unilateralism" nil (y uw1 n ih0 l ae1 t er0 ax l ih1 z ax m)) +("unilaterally" nil (y uw1 n ax l ae1 t er0 ax l iy0)) +("unilever" nil (y uw1 n ih0 l iy1 v er0)) +("unimaginable" nil (ah1 n ih0 m ae1 jh ih0 n ax b ax l)) +("unimaginative" nil (ax n ih0 m ae1 jh ih1 n ax t ih0 v)) +("unimagined" nil (ah1 n ih0 m ae1 jh ax n d)) +("unimate" nil (y uw1 n ih0 m ey1 t)) +("unimation" nil (y uw1 n ih0 m ey1 sh ax n)) +("unimedia" nil (y uw1 n ih0 m iy1 d iy0 ax)) +("unimpaired" nil (ah1 n ih0 m p eh1 r d)) +("unimpeachable" nil (ah1 n ih0 m p iy1 ch ax b ax l)) +("unimpeded" nil (ah1 n ih0 m p iy1 d ih0 d)) +("unimportant" nil (ax n ih0 m p ao1 r t ax n t)) +("unimpressed" nil (ah1 n ih0 m p r eh1 s t)) +("unimpressive" nil (ah1 n ih0 m p r eh1 s ih0 v)) +("unimproved" nil (ah1 n ih0 m p r uw1 v d)) +("unincorporated" nil (ah1 n ih0 n k ao1 r p er0 ey1 t ih0 d)) +("unindicted" nil (ah1 n ih0 n d ay1 t ih0 d)) +("uninfected" nil (ah1 n ih0 n f eh1 k t ih0 d)) +("uninformative" nil (ax n ih0 n f ao1 r m ax t ih0 v)) +("uninformed" nil (ah1 n ih0 n f ao1 r m d)) +("uninhabitable" nil (ah1 n ih0 n hh ae1 b ax t ax b ax l)) +("uninhabited" nil (ah1 n ih0 n hh ae1 b ax t ih0 d)) +("uninhibited" nil (ah1 n ih0 n hh ih1 b ih0 t ih0 d)) +("uninitiated" nil (ah1 n ih0 n ih1 sh iy0 ey1 t ih0 d)) +("uninjured" nil (ax n ih1 n jh er0 d)) +("uninspired" nil (ah1 n ih0 n s p ay1 er0 d)) +("uninspiring" nil (ax n ih0 n s p ay1 r ih0 ng)) +("uninsurable" nil (ax n ih0 n sh uh1 r ax b ax l)) +("uninsured" nil (ah1 n ih0 n sh uh1 r d)) +("unintelligible" nil (ah1 n ih0 n t eh1 l ax jh ax b ax l)) +("unintended" nil (ah1 n ih0 n t eh1 n d ih0 d)) +("unintentional" nil (ah1 n ih0 n t eh1 n sh ax n ax l)) +("unintentionally" nil (ah1 n ih0 n t eh1 n sh ax n ax l iy0)) +("uninterested" nil (ax n ih1 n t r ax s t ax d)) +("uninteresting" nil (ax n ih1 n t r ax s t ih0 ng)) +("uninterrupted" nil (ah1 n ih0 n t er0 ah1 p t ih0 d)) +("uninterruptible" nil (ax n ih0 n t er0 ah1 p t ax b ax l)) +("uninvited" nil (ah1 n ih0 n v ay1 t ih0 d)) +("uninviting" nil (ah1 n ih0 n v ay1 t ih0 ng)) +("uninvolved" nil (ax n ih0 n v ao1 l v d)) +("union" nil (y uw1 n y ax n)) +("uniondale" nil (y uw1 n y ax n d ey1 l)) +("unionfed" nil (y uw1 n y ax n f eh1 d)) +("unionism" nil (y uw1 n y ax n ih1 z ax m)) +("unionist" nil (y uw1 n y ax n ax s t)) +("unionists" nil (y uw1 n y ax n ih0 s t s)) +("unionization" nil (y uw1 n y ax n ax z ey1 sh ax n)) +("unionize" nil (y uw1 n y ax n ay1 z)) +("unionized" nil (y uw1 n y ax n ay1 z d)) +("unionizing" nil (y uw1 n y ax n ay1 z ih0 ng)) +("unions" nil (y uw1 n y ax n z)) +("unique" nil (y uw0 n iy1 k)) +("uniquely" nil (y uw0 n iy1 k l iy0)) +("uniqueness" nil (y uw0 n iy1 k n ax s)) +("uniroyal" nil (y uw1 n ih0 r oy1 ax l)) +("unisex" nil (y uw1 n ih0 s eh1 k s)) +("unison" nil (y uw1 n ax s ax n)) +("unisource" nil (y uw1 n ih0 s ao1 r s)) +("unissued" nil (ax n ih1 sh uw1 d)) +("unisys" nil (y uw1 n ih0 s ih1 s)) +("unit" nil (y uw1 n ax t)) +("unita" nil (y uw1 n iy1 t ax)) +("unitarian" nil (y uw1 n ax t eh1 r iy0 ax n)) +("unitary" nil (y uw1 n ih0 t eh1 r iy0)) +("unitas" nil (y uw0 n ay1 t ax s)) +("unite" nil (y uw1 n ay1 t)) +("united" nil (y uw0 n ay1 t ax d)) +("unitedbank" nil (y uw1 n ay1 t ih0 d b ae1 ng k)) +("unitek" nil (y uw1 n ih0 t eh1 k)) +("unitel" nil (y uw1 n ih0 t eh1 l)) +("unites" nil (y uw0 n ay1 t s)) +("unitholder" nil (y uw1 n ih0 t hh ow1 l d er0)) +("unitholders" nil (y uw1 n ih0 t hh ow1 l d er0 z)) +("uniting" nil (y uw0 n ay1 t ih0 ng)) +("unitrin" nil (y uw1 n ih0 t r ih1 n)) +("unitrode" nil (y uw1 n ih0 t r ow1 d)) +("units" nil (y uw1 n ax t s)) +("unity" nil (y uw1 n ax t iy0)) +("univa" nil (y uw1 n ih0 v ax)) +("univar" nil (y uw1 n ih0 v aa0 r)) +("univation" nil (y uw1 n ih0 v ey1 sh ax n)) +("universal" nil (y uw1 n ax v er1 s ax l)) +("universality" nil (y uw1 n ax v er0 s ae1 l ax t iy0)) +("universally" nil (y uw1 n ax v er1 s ax l iy0)) +("universe" nil (y uw1 n ax v er1 s)) +("universities" nil (y uw1 n ax v er1 s ax t iy0 z)) +("university" nil (y uw1 n ax v er1 s ax t iy0)) +("univisa" nil (y uw1 n ih0 v iy1 s ax)) +("univision" nil (y uw1 n ih0 v ih1 zh ax n)) +("unix" nil (y uw1 n ih0 k s)) +("unjust" nil (ax n jh ah1 s t)) +("unjustifiable" nil (ah1 n jh ah1 s t ih0 f ay1 ax b ax l)) +("unjustifiably" nil (ah1 n jh ah1 s t ih0 f ay1 ax b l iy0)) +("unjustified" nil (ax n jh ah1 s t ax f ay1 d)) +("unjustly" nil (ax n jh ah1 s t l iy0)) +("unkefer" nil (ah1 ng k ih0 f er0)) +("unkempt" nil (ax n k eh1 m p t)) +("unkind" nil (ax n k ay1 n d)) +("unknowable" nil (ax n n ow1 ax b ax l)) +("unknowingly" nil (ax n n ow1 ih0 ng l iy0)) +("unknown" nil (ax n n ow1 n)) +("unknowns" nil (ax n ow1 n z)) +("unlabeled" nil (ax n l ey1 b ax l d)) +("unland" nil (ah1 n l ax n d)) +("unlawful" nil (ax n l ao1 f ax l)) +("unlawfully" nil (ax n l ao1 f ax l iy0)) +("unleaded" nil (ax n l eh1 d ax d)) +("unleash" nil (ax n l iy1 sh)) +("unleashed" nil (ax n l iy1 sh t)) +("unleashes" nil (ax n l iy1 sh ih0 z)) +("unleashing" nil (ax n l iy1 sh ih0 ng)) +("unless" nil (ax n l eh1 s)) +("unleveraged" nil (ax n l eh1 v r ih0 jh d)) +("unlicensed" nil (ax n l ay1 s ax n s t)) +("unlike" nil (ax n l ay1 k)) +("unlikely" nil (ax n l ay1 k l iy0)) +("unlimited" nil (ax n l ih1 m ax t ax d)) +("unlined" nil (ax n l ay1 n d)) +("unlisted" nil (ax n l ih1 s t ih0 d)) +("unload" nil (ax n l ow1 d)) +("unloaded" nil (ax n l ow1 d ax d)) +("unloading" nil (ax n l ow1 d ih0 ng)) +("unloads" nil (ax n l ow1 d z)) +("unlock" nil (ax n l aa1 k)) +("unlocked" nil (ax n l aa1 k t)) +("unlocking" nil (ax n l aa1 k ih0 ng)) +("unloved" nil (ax n l ah1 v d)) +("unlucky" nil (ax n l ah1 k iy0)) +("unmade" nil (ax n m ey1 d)) +("unmanage" nil (ax n m ae1 n ih0 jh)) +("unmanageable" nil (ax n m ae1 n ih0 jh ax b ax l)) +("unmanaged" nil (ax n m ae1 n ih0 jh d)) +("unmanned" nil (ax n m ae1 n d)) +("unmarked" nil (ax n m aa1 r k t)) +("unmarried" nil (ax n m eh1 r iy0 d)) +("unmask" nil (ax n m ae1 s k)) +("unmasked" nil (ax n m ae1 s k t)) +("unmatched" nil (ax n m ae1 ch t)) +("unmentionable" nil (ax n m eh1 n sh ax n ax b ax l)) +("unmentioned" nil (ax n m eh1 n ch ax n d)) +("unmet" nil (ax n m eh1 t)) +("unmistakable" nil (ah1 n m ih0 s t ey1 k ax b ax l)) +("unmistakably" nil (ah1 n m ih0 s t ey1 k ax b l iy0)) +("unmitigated" nil (ax n m ih1 t ax g ey1 t ih0 d)) +("unmixed" nil (ax n m ih1 k s t)) +("unmolested" nil (ah1 n m ax l eh1 s t ih0 d)) +("unmoved" nil (ax n m uw1 v d)) +("unnamed" nil (ax n n ey1 m d)) +("unnatural" nil (ax n n ae1 ch er0 ax l)) +("unnecessarily" nil (ax n n eh1 s ax s eh1 r ax l iy0)) +("unnecessary" nil (ax n n eh1 s ax s eh1 r iy0)) +("unneeded" nil (ax n n iy1 d ih0 d)) +("unnerve" nil (ax n er1 v)) +("unnerved" nil (ax n n er1 v d)) +("unnerving" nil (ax n er1 v ih0 ng)) +("unnoticed" nil (ax n n ow1 t ih0 s t)) +("uno" nil (ax n ow1)) +("unobstructed" nil (ah1 n ax b s t r ah1 k t ih0 d)) +("unobtainable" nil (ah1 n ax b t ey1 n ax b ax l)) +("unobtrusive" nil (ah1 n ax b t r uw1 s ih0 v)) +("unocal" nil (y uw1 n ax k ae1 l)) +("unoccupied" nil (ax n aa1 k y ax p ay1 d)) +("unofficial" nil (ah1 n ax f ih1 sh ax l)) +("unofficially" nil (ax n ax f ih1 sh ax l iy0)) +("unopened" nil (ax n ow1 p ax n d)) +("unopposed" nil (ah1 n ax p ow1 z d)) +("unorganized" nil (ax n ao1 r g ax n ay1 z d)) +("unorthodox" nil (ax n ao1 r th ax d aa1 k s)) +("unos" nil (uw1 n ow0 z)) +("unpack" nil (ax n p ae1 k)) +("unpaid" nil (ax n p ey1 d)) +("unpainted" nil (ax n p ey1 n t ih0 d)) +("unpalatable" nil (ax n p ae1 l ax t ax b ax l)) +("unparalleled" nil (ax n p eh1 r ax l eh1 l d)) +("unpatriotic" nil (ax n p ey1 t r iy0 aa1 t ih0 k)) +("unpayable" nil (ax n p ey1 ax b ax l)) +("unperturbed" nil (ah1 n p er0 t er1 b d)) +("unplaced" nil (ax n p l ey1 s t)) +("unplanned" nil (ax n p l ae1 n d)) +("unpleasant" nil (ax n p l eh1 z ax n t)) +("unpleasantly" nil (ax n p l eh1 z ax n t l iy0)) +("unpleasantness" nil (ax n p l eh1 z ax n t n ax s)) +("unplugged" nil (ax n p l ah1 g d)) +("unpopular" nil (ah1 n p aa1 p y ax l er0)) +("unpopularity" nil (ax n p aa1 p y ax l eh1 r ih0 t iy0)) +("unprecedented" nil (ax n p r eh1 s ih0 d eh1 n t ih0 d)) +("unprecedentedly" nil (ax n p r eh1 s ax d eh1 n t ih0 d l iy0)) +("unpredictability" nil (ah1 n p r ax d ih1 k t ax b ih1 l ih0 t iy0)) +("unpredictable" nil (ah1 n p r ih0 d ih1 k t ax b ax l)) +("unpredictably" nil (ah1 n p r ih0 d ih1 k t ax b l iy0)) +("unprepared" nil (ah1 n p r iy0 p eh1 r d)) +("unpretentious" nil (ah1 n p r iy0 t eh1 n sh ax s)) +("unprincipled" nil (ax n p r ih1 n s ax p ax l d)) +("unprintable" nil (ax n p r ih1 n t ax b ax l)) +("unprocessed" nil (ax n p r ao1 s eh1 s t)) +("unproductive" nil (ah1 n p r ax d ah1 k t ih0 v)) +("unprofessional" nil (ah1 n p r ax f eh1 sh ax n ax l)) +("unprofitability" nil (ax n p r aa1 f ih0 t ax b ih1 l ih0 t iy0)) +("unprofitable" nil (ax n p r aa1 f ih0 t ax b ax l)) +("unprofor" nil (ah1 p r ow0 f ao1 r)) +("unpromising" nil (ax n p r ao1 m ih0 s ih0 ng)) +("unprotected" nil (ah1 n p r ax t eh1 k t ih0 d)) +("unproved" nil (ax n p r uw1 v d)) +("unproven" nil (ax n p r uw1 v ax n)) +("unprovoked" nil (ah1 n p r ax v ow1 k t)) +("unpublicized" nil (ax n p ah1 b l ih0 s ay0 z d)) +("unpublished" nil (ax n p ah1 b l ih0 sh t)) +("unpunished" nil (ax n p ah1 n ih0 sh t)) +("unqualified" nil (ax n k w aa1 l ih0 f ay1 d)) +("unquestionable" nil (ax n k w eh1 s ch ax n ax b ax l)) +("unquestionably" nil (ax n k w eh1 s ch ax n ax b l iy0)) +("unquestioned" nil (ax n k w eh1 s ch ax n d)) +("unquestioning" nil (ax n k w eh1 s ch ax n ih0 ng)) +("unquote" nil (ah1 n k w ow1 t)) +("unrated" nil (ax n r ey1 t ih0 d)) +("unrath" nil (ah1 n r ax th)) +("unratified" nil (ax n r ae1 t ih0 f ay1 d)) +("unravel" nil (ax n r ae1 v ax l)) +("unraveled" nil (ax n r ae1 v ax l d)) +("unraveling" nil (ax n r ae1 v ax l ih0 ng)) +("unreachable" nil (ax n r iy1 ch ax b ax l)) +("unread" nil (ax n r eh1 d)) +("unreadable" nil (ax n r iy1 d ax b ax l)) +("unreal" nil (ax n r iy1 l)) +("unrealistic" nil (ax n r iy1 l ih1 s t ih0 k)) +("unrealistically" nil (ax n r iy1 ax l ih1 s t ih0 k l iy0)) +("unreality" nil (ah1 n r iy0 ae1 l ax t iy0)) +("unrealized" nil (ax n r iy1 ax l ay1 z d)) +("unreasonable" nil (ax n r iy1 z n ax b ax l)) +("unreasonably" nil (ax n r iy1 z ax n ax b l iy0)) +("unreasoning" nil (ax n r iy1 z n ih0 ng)) +("unreceptive" nil (ax n r ih0 s eh1 p t ih0 v)) +("unrecognizable" nil (ax n r eh1 k ax g n ay1 z ax b ax l)) +("unrecognized" nil (ax n r eh1 k ax g n ay1 z d)) +("unreconciled" nil (ax n r eh1 k ax n s ay1 l d)) +("unreconstructed" nil (ah1 n r iy0 k ax n s t r ah1 k t ih0 d)) +("unrecorded" nil (ah1 n r ih0 k ao1 r d ih0 d)) +("unredeemed" nil (ah1 n r iy0 d iy1 m d)) +("unrefined" nil (ah1 n r iy0 f ay1 n d)) +("unregistered" nil (ax n r eh1 jh ih0 s t er0 d)) +("unregulated" nil (ax n r eh1 g y ax l ey1 t ih0 d)) +("unreimbursed" nil (ax n r iy0 ih0 m b er1 s t)) +("unrein" nil (ao1 n r ay0 n)) +("unrelated" nil (ah1 n r ih0 l ey1 t ih0 d)) +("unreleased" nil (ax n r ih0 l iy1 s t)) +("unrelenting" nil (ah1 n r iy0 l eh1 n t ih0 ng)) +("unreliability" nil (ah1 n r iy0 l ay1 ax b ih1 l ih0 t iy0)) +("unreliable" nil (ah1 n r ih0 l ay1 ax b ax l)) +("unrelieved" nil (ah1 n r iy0 l iy1 v d)) +("unremarkable" nil (ax n r ih0 m aa1 r k ax b ax l)) +("unremarked" nil (ax n r ih0 m aa1 r k t)) +("unremitted" nil (ax n r ih0 m ih1 t ih0 d)) +("unremitting" nil (ah1 n r ih0 m ih1 t ih0 ng)) +("unrepentant" nil (ah1 n r ih0 p eh1 n t ax n t)) +("unreported" nil (ah1 n r iy0 p ao1 r t ih0 d)) +("unrepresentative" nil (ax n r eh1 p r ih0 z eh1 n t ax t ih0 v)) +("unrepresented" nil (ax n r eh1 p r ih0 z eh1 n t ih0 d)) +("unrequited" nil (ah1 n r iy0 k w ay1 t ih0 d)) +("unresolved" nil (ax n r ih0 z aa1 l v d)) +("unresponsive" nil (ah1 n r iy0 s p aa1 n s ih0 v)) +("unrest" nil (ax n r eh1 s t)) +("unrestrained" nil (ah1 n r iy0 s t r ey1 n d)) +("unrestricted" nil (ah1 n r iy0 s t r ih1 k t ih0 d)) +("unrivaled" nil (ax n r ay1 v ax l d)) +("unrue" nil (ah1 n r uw0)) +("unruffled" nil (ax n r ah1 f ax l d)) +("unruh" nil (ah1 n r uw0)) +("unruly" nil (ax n r uw1 l iy0)) +("unsafe" nil (ax n s ey1 f)) +("unsalable" nil (ax n s ey1 l ax b ax l)) +("unsaleable" nil (ax n s ey1 l ax b ax l)) +("unsanctioned" nil (ax n s ae1 ng k sh ax n d)) +("unsanitary" nil (ax n s ae1 n ax t eh1 r iy0)) +("unsatisfactory" nil (ah1 n s ax t ih0 s f ae1 k t er0 iy0)) +("unsatisfied" nil (ax n s ae1 t ih0 s f ay1 d)) +("unsatisfying" nil (ax n s ae1 t ih0 s f ay1 ih0 ng)) +("unsaturated" nil (ax n s ae1 ch er0 ey1 t ih0 d)) +("unsavory" nil (ax n s ey1 v er0 iy0)) +("unscathed" nil (ax n s k ey1 dh d)) +("unscheduled" nil (ax n s k eh1 jh uw0 l d)) +("unscientific" nil (ax n s ay1 ax n t ih1 f ih0 k)) +("unscramble" nil (ax n s k r ae1 m b ax l)) +("unscrupulous" nil (ax n s k r uw1 p y ax l ax s)) +("unseal" nil (ax n s iy1 l)) +("unsealed" nil (ax n s iy1 l d)) +("unseasonably" nil (ax n s iy1 z ax n ax b l iy0)) +("unseat" nil (ax n s iy1 t)) +("unseated" nil (ax n s iy1 t ih0 d)) +("unseating" nil (ax n s iy1 t ih0 ng)) +("unsecured" nil (ah1 n s ih0 k y uh1 r d)) +("unseemly" nil (ax n s iy1 m l iy0)) +("unseen" nil (ax n s iy1 n)) +("unsell" nil (ao1 n s ax l)) +("unsentimental" nil (ax n s eh1 n t ih0 m eh1 n t ax l)) +("unser" nil (ah1 n s er0)) +("unservicable" nil (ax n s er1 v ax s ax b ax l)) +("unset" nil (ax n s eh1 t)) +("unsettle" nil (ax n s eh1 t ax l)) +("unsettled" nil (ax n s eh1 t ax l d)) +("unsettling" nil (ax n s eh1 t ax l ih0 ng)) +("unshackled" nil (ax n sh ae1 k ax l d)) +("unshakable" nil (ax n sh ey1 k ax b ax l)) +("unshaken" nil (ax n sh ey1 k ax n)) +("unsharpened" nil (ax n sh aa1 r p ax n d)) +("unshaven" nil (ax n sh ey1 v ax n)) +("unsightly" nil (ax n s ay1 t l iy0)) +("unsigned" nil (ax n s ay1 n d)) +("unsinkable" nil (ax n s ih1 ng k ax b ax l)) +("unskilled" nil (ax n s k ih1 l d)) +("unsmiling" nil (ax n s m ay1 l ih0 ng)) +("unsold" nil (ax n s ow1 l d)) +("unsolicited" nil (ah1 n s ax l ih1 s ih0 t ih0 d)) +("unsolved" nil (ax n s aa1 l v d)) +("unsophisticated" nil (ah1 n s ax f ih1 s t ih0 k ey1 t ih0 d)) +("unsound" nil (ax n s aw1 n d)) +("unsparing" nil (ax n s p eh1 r ih0 ng)) +("unspeakable" nil (ax n s p iy1 k ax b ax l)) +("unspecified" nil (ax n s p eh1 s ax f ay1 d)) +("unspectacular" nil (ah1 n s p eh0 k t ae1 k y ax l er0)) +("unspent" nil (ax n s p eh1 n t)) +("unspoiled" nil (ax n s p oy1 l d)) +("unspoken" nil (ax n s p ow1 k ax n)) +("unstable" nil (ax n s t ey1 b ax l)) +("unstated" nil (ax n s t ey1 t ih0 d)) +("unsteady" nil (ax n s t eh1 d iy0)) +("unstinting" nil (ax n s t ih1 n t ih0 ng)) +("unstoppable" nil (ax n s t aa1 p ax b ax l)) +("unstructured" nil (ax n s t r ah1 k sh er0 d)) +("unstuck" nil (ax n s t ah1 k)) +("unsubscribed" nil (ax n s ax b s k r ay1 b d)) +("unsubsidized" nil (ax n s ah1 b s ax d ay1 z d)) +("unsubstantiated" nil (ah1 n s ax b s t ae1 n sh iy0 ey1 t ih0 d)) +("unsubtle" nil (ax n s ah1 t ax l)) +("unsuccessful" nil (ah1 n s ax k s eh1 s f ax l)) +("unsuccessfully" nil (ah1 n s ax k s eh1 s f ax l iy0)) +("unsuitable" nil (ax n s uw1 t ax b ax l)) +("unsuited" nil (ax n s uw1 t ih0 d)) +("unsullied" nil (ax n s ah1 l iy0 d)) +("unsung" nil (ax n s ah1 ng)) +("unsupervised" nil (ax n s uw1 p er0 v ay1 z d)) +("unsupportable" nil (ah1 n s ax p ao1 r t ax b ax l)) +("unsupported" nil (ax n s ax p ao1 r t ih0 d)) +("unsure" nil (ax n sh uh1 r)) +("unsurpassed" nil (ah1 n s er0 p ae1 s t)) +("unsurprising" nil (ax n s er0 p r ay1 z ih0 ng)) +("unsurprisingly" nil (ah1 n s er0 p r ay1 z ih0 ng l iy0)) +("unsuspected" nil (ah1 n s ax s p eh1 k t ih0 d)) +("unsuspecting" nil (ah1 n s ax s p eh1 k t ih0 ng)) +("unsustainable" nil (ah1 n s ax s t ey1 n ax b ax l)) +("unsustainably" nil (ah1 n s ax s t ey1 n ax b l iy0)) +("unswayed" nil (ax n s w ey1 d)) +("unswerving" nil (ax n s w er1 v ih0 ng)) +("unsworth" nil (ah1 n s w er0 th)) +("unsympathetic" nil (ax n s ih1 m p ax th eh1 t ih0 k)) +("untainted" nil (ax n t ey1 n t ih0 d)) +("untangle" nil (ax n t ae1 ng g ax l)) +("untangling" nil (ax n t ae1 ng l ih0 ng)) +("untapped" nil (ax n t ae1 p t)) +("untaxed" nil (ax n t ae1 k s t)) +("untenable" nil (ax n t eh1 n ax b ax l)) +("untendered" nil (ax n t eh1 n d er0 d)) +("unterberg" nil (ah1 n t er0 b er0 g)) +("unterman" nil (ah1 n t er0 m ax n)) +("untermeyer" nil (ah1 n t er0 m ay1 r)) +("unterreiner" nil (ao1 n t er0 ay0 n er0)) +("untested" nil (ax n t eh1 s t ih0 d)) +("unthinkable" nil (ax n th ih1 ng k ax b ax l)) +("unthinking" nil (ax n th ih1 ng k ih0 ng)) +("unthinkingly" nil (ax n th ih1 ng k ih0 ng l iy0)) +("untidy" nil (ax n t ay1 d iy0)) +("untied" nil (ax n t ay1 d)) +("untiedt" nil (ao1 n t iy0 t)) +("until" nil (ax n t ih1 l)) +("untimely" nil (ax n t ay1 m l iy0)) +("unto" nil (ah1 n t uw0)) +("untold" nil (ax n t ow1 l d)) +("untouchable" nil (ax n t ah1 ch ax b ax l)) +("untouchables" nil (ax n t ah1 ch ax b ax l z)) +("untouched" nil (ax n t ah1 ch t)) +("untoward" nil (ax n t uw0 ao1 r d)) +("untraceable" nil (ax n t r ey1 s ax b ax l)) +("untraditional" nil (ah1 n t r ax d ih1 sh ax n ax l)) +("untrained" nil (ax n t r ey1 n d)) +("untrammeled" nil (ax n t r ae1 m ax l d)) +("untreatable" nil (ax n t r iy1 t ax b ax l)) +("untreated" nil (ax n t r iy1 t ih0 d)) +("untried" nil (ax n t r ay1 d)) +("untroubled" nil (ax n t r ah1 b ax l d)) +("untrue" nil (ax n t r uw1)) +("untrustworthy" nil (ax n t r ah1 s t w er1 dh iy0)) +("unturned" nil (ax n t er1 n d)) +("untypical" nil (ax n t ih1 p ih0 k ax l)) +("unum" nil (y uw1 n ax m)) +("unusable" nil (ax n y uw1 z ax b ax l)) +("unused" nil (ax n y uw1 z d)) +("unusual" nil (ax n y uw1 zh ax w ax l)) +("unusually" nil (ax n y uw1 zh ax w ax l iy0)) +("unvarnished" nil (ax n v aa1 r n ih0 sh t)) +("unveil" nil (ax n v ey1 l)) +("unveiled" nil (ax n v ey1 l d)) +("unveiling" nil (ax n v ey1 l ih0 ng)) +("unveils" nil (ax n v ey1 l z)) +("unverifiable" nil (ax n v eh1 r ih0 f ay1 ax b ax l)) +("unverified" nil (ax n v eh1 r ih0 f ay1 d)) +("unverzagt" nil (ao1 n v er0 z ao0 g t)) +("unwanted" nil (ax n w ao1 n t ih0 d)) +("unwarranted" nil (ax n w ao1 r ax n t ih0 d)) +("unwary" nil (ax n w eh1 r iy0)) +("unwashed" nil (ax n w aa1 sh t)) +("unwavering" nil (ax n w ey1 v er0 ih0 ng)) +("unwed" nil (ax n w eh1 d)) +("unwelcome" nil (ax n w eh1 l k ax m)) +("unwieldiness" nil (ax n w iy1 l d iy0 n ax s)) +("unwieldy" nil (ax n w iy1 l d iy0)) +("unwilling" nil (ax n w ih1 l ih0 ng)) +("unwillingness" nil (ax n w ih1 l ih0 ng n ih0 s)) +("unwin" nil (ao1 n w ih0 n)) +("unwind" nil (ax n w ay1 n d)) +("unwinding" nil (ax n w ay1 n d ih0 ng)) +("unwise" nil (ax n w ay1 z)) +("unwisely" nil (ax n w ay1 z l iy0)) +("unwitting" nil (ax n w ih1 t ih0 ng)) +("unwittingly" nil (ax n w ih1 t ih0 ng l iy0)) +("unworkable" nil (ax n w er1 k ax b ax l)) +("unworried" nil (ax n w er1 iy0 d)) +("unworthy" nil (ax n w er1 dh iy0)) +("unwound" nil (ax n w aw1 n d)) +("unwrapping" nil (ax n r ae1 p ih0 ng)) +("unwritten" nil (ax n r ih1 t ax n)) +("unyielding" nil (ax n y iy1 l d ih0 ng)) +("unzicker" nil (ao1 n z ih0 k er0)) +("up" nil (ah1 p)) +("upbeat" nil (ah1 p b iy1 t)) +("upbraided" nil (ax p b r ey1 d ih0 d)) +("upbringing" nil (ah1 p b r ih1 ng ih0 ng)) +("upchurch" nil (ah1 p ch er1 ch)) +("upcoming" nil (ah1 p k ah1 m ih0 ng)) +("update" nil (ax p d ey1 t)) +("updated" nil (ax p d ey1 t ax d)) +("updates" nil (ax p d ey1 t s)) +("updating" nil (ax p d ey1 t ih0 ng)) +("updegraff" nil (ah1 p d ih0 g r ax f)) +("updegrove" nil (uw0 p d eh0 g r ow1 v iy0)) +("updike" nil (ah1 p d ay1 k)) +("updraft" nil (ah1 p d r ae1 f t)) +("updyke" nil (ah1 p d ay1 k)) +("upfront" nil (ah1 p f r ah1 n t)) +("upgrade" nil (ax p g r ey1 d)) +("upgraded" nil (ax p g r ey1 d ax d)) +("upgrader" nil (ah1 p g r ey1 d er0)) +("upgrades" nil (ax p g r ey1 d z)) +("upgrading" nil (ax p g r ey1 d ih0 ng)) +("upham" nil (ah1 p ax m)) +("upheaval" nil (ax p hh iy1 v ax l)) +("upheavals" nil (ax p hh iy1 v ax l z)) +("upheld" nil (ax p hh eh1 l d)) +("uphill" nil (ah1 p hh ih1 l)) +("uphoff" nil (ah1 p hh ao1 f)) +("uphold" nil (ax p hh ow1 l d)) +("upholding" nil (ax p hh ow1 l d ih0 ng)) +("upholds" nil (ax p hh ow1 l d z)) +("upholstered" nil (ax p ow1 l s t er0 d)) +("upholstery" nil (ax p ow1 l s t er0 iy0)) +("upjohn" nil (ah1 p jh aa1 n)) +("upkeep" nil (ah1 p k iy1 p)) +("upland" nil (ah1 p l ax n d)) +("uplands" nil (ah1 p l ax n d z)) +("uplift" nil (ah1 p l ih0 f t)) +("uplifting" nil (ah1 p l ih1 f t ih0 ng)) +("uplinger" nil (uw1 p ax l ih0 ng er0)) +("upmanship" nil (ah1 p m ax n sh ih1 p)) +("upmarket" nil (ah1 p m aa1 r k ax t)) +("upon" nil (ax p aa1 n)) +("upp" nil (ah1 p)) +("upped" nil (ah1 p t)) +("upper" nil (ah1 p er0)) +("upperclass" nil (ah1 p er0 k l ae1 s)) +("upperman" nil (ah1 p er0 m ax n)) +("uppermost" nil (ah1 p er0 m ow1 s t)) +("upping" nil (ah1 p ih0 ng)) +("upright" nil (ax p r ay1 t)) +("uprights" nil (ah1 p r ay1 t s)) +("uprising" nil (ax p r ay1 z ih0 ng)) +("uprisings" nil (ah1 p r ay1 z ih0 ng z)) +("upriver" nil (ah1 p r ih1 v er0)) +("uproar" nil (ah1 p r ao1 r)) +("uproot" nil (ax p r uw1 t)) +("uprooted" nil (ax p r uw1 t ih0 d)) +("uprooting" nil (ax p r uw1 t ih0 ng)) +("ups" nil (ah1 p s)) +("upscale" nil (ah1 p s k ey1 l)) +("upset" v (ax p s eh1 t)) +("upset" n (ah1 p s eh1 t)) +("upsets" v (ax p s eh1 t s)) +("upsets" n (ah1 p s eh1 t s)) +("upsetting" nil (ax p s eh1 t ih0 ng)) +("upshaw" nil (ah1 p sh ao1)) +("upshot" nil (ah1 p sh aa1 t)) +("upshur" nil (ah1 p sh er0)) +("upside" nil (ah1 p s ay1 d)) +("upsize" nil (ah1 p s ay1 z)) +("upsizing" nil (ah1 p s ay1 z ih0 ng)) +("upson" nil (ah1 p s ax n)) +("upstage" nil (ax p s t ey1 jh)) +("upstaged" nil (ah1 p s t ey1 jh d)) +("upstairs" nil (ax p s t eh1 r z)) +("upstanding" nil (ah1 p s t ae1 n d ih0 ng)) +("upstart" nil (ah1 p s t aa1 r t)) +("upstarts" nil (ax p s t aa1 r t s)) +("upstate" nil (ah1 p s t ey1 t)) +("upstream" nil (ah1 p s t r iy1 m)) +("upsurge" nil (ah1 p s er1 jh)) +("upswing" nil (ax p s w ih1 ng)) +("upswings" nil (ah1 p s w ih1 ng z)) +("uptain" nil (ax p t ey1 n)) +("uptegrove" nil (ah1 p t ih0 g r ax v)) +("uptick" nil (ah1 p t ih1 k)) +("upticks" nil (ah1 p t ih1 k s)) +("uptight" nil (ax p t ay1 t)) +("upton" nil (ah1 p t ax n)) +("uptown" nil (ah1 p t aw1 n)) +("uptrend" nil (ah1 p t r eh1 n d)) +("upturn" nil (ax p t er1 n)) +("upturns" nil (ah1 p t er1 n z)) +("upward" nil (ah1 p w er0 d)) +("upwardly" nil (ah1 p w er0 d l iy0)) +("upwards" nil (ah1 p w er0 d z)) +("upwood" nil (ah1 p w uh1 d)) +("ur" nil (er1)) +("urals" nil (y uh1 r ax l z)) +("uram" nil (y uw1 r ax m)) +("uranga" nil (er0 aa1 ng g ax)) +("uranium" nil (y er0 ey1 n iy0 ax m)) +("uranus" nil (y uw1 r ax n ax s)) +("urbach" nil (er1 b aa0 k)) +("urbain" nil (er0 b ey1 n)) +("urban" nil (er1 b ax n)) +("urbana" nil (er0 b ae1 n ax)) +("urbanchuk" nil (er0 b ah1 n ch ax k)) +("urbanczyk" nil (er0 b ah1 n ch ih0 k)) +("urbane" nil (er0 b ey1 n)) +("urbanek" nil (er0 b ae1 n eh0 k)) +("urbani" nil (er0 b aa1 n iy0)) +("urbaniak" nil (er0 b ae1 n iy0 ae0 k)) +("urbanik" nil (er0 b ae1 n ih0 k)) +("urbanites" nil (er1 b ax n ay1 t s)) +("urbanization" nil (er1 b ax n ax z ey1 sh ax n)) +("urbanized" nil (er1 b ax n ay1 z d)) +("urbano" nil (er0 b aa1 n ow0)) +("urbanowicz" nil (er0 b ae1 n ax v ih0 ch)) +("urbanski" nil (er0 b ae1 n s k iy0)) +("urbas" nil (er1 b ax z)) +("urbaszewski" nil (er1 b ax s uw1 s k iy0)) +("urbina" nil (er0 b iy1 n ax)) +("urchin" nil (er1 ch ax n)) +("urchins" nil (er1 ch ax n z)) +("urda" nil (er1 d ax)) +("urdiales" nil (er1 d iy0 ey0 l z)) +("urdu" nil (er0 d uw1)) +("ure" nil (y uw1 r)) +("urea" nil (y er0 iy1 ax)) +("uremia" nil (y er0 iy1 m iy0 ax)) +("uren" nil (er0 eh1 n)) +("urena" nil (er0 ey1 n ax)) +("uresti" nil (er0 eh1 s t iy0)) +("urethane" nil (y er1 ax th ey1 n)) +("urey" nil (y er1 iy0)) +("urfer" nil (er1 f er0)) +("urge" nil (er1 jh)) +("urged" nil (er1 jh d)) +("urgen" nil (er1 jh eh1 n)) +("urgency" nil (er1 jh ax n s iy0)) +("urgent" nil (er1 jh ax n t)) +("urgently" nil (er1 jh ax n t l iy0)) +("urges" nil (er1 jh ax z)) +("urging" nil (er1 jh ih0 ng)) +("urgings" nil (er1 jh ih0 ng z)) +("urgo" nil (er1 g ow0)) +("uri" nil (y er1 iy0)) +("urian" nil (y er1 iy0 ax n)) +("uriarte" nil (y er1 iy0 aa1 r t iy0)) +("urias" nil (y er0 iy1 ax z)) +("uribe" nil (y er0 iy1 b iy0)) +("uric" nil (y er1 ih0 k)) +("urich" nil (y er1 ih0 k)) +("urick" nil (y er1 r ih0 k)) +("urie" nil (y er1 iy0)) +("uriegas" nil (y er0 iy1 g ax z)) +("urinalysis" nil (y er1 ax n ae1 l ax s ih0 s)) +("urinary" nil (y er1 ax n eh1 r iy0)) +("urinating" nil (y er1 ax n ey1 t ih0 ng)) +("urine" nil (y er1 ax n)) +("urioste" nil (y er0 iy0 ow1 s t iy0)) +("urman" nil (er1 m ax n)) +("urn" nil (er1 n)) +("urness" nil (er1 n ax s)) +("urokinase" nil (y er1 ax k ax n ey1 z)) +("urologist" nil (y er0 aa1 l ax jh ax s t)) +("urologists" nil (y er0 aa1 l ax jh ax s t s)) +("urology" nil (y er0 aa1 l ax jh iy0)) +("urquhart" nil (er1 k aa1 r t)) +("urquidez" nil (er0 k w iy1 d eh0 z)) +("urquidi" nil (er0 k w iy1 d iy0)) +("urquiza" nil (er0 k w iy1 z ax)) +("urrea" nil (er0 iy1 ax)) +("urrutia" nil (er0 uw1 sh ax)) +("ursa" nil (er1 s ax)) +("urschel" nil (er1 sh ax l)) +("ursery" nil (er1 s er0 iy0)) +("ursie" nil (er1 s iy0)) +("ursin" nil (er1 s ih0 n)) +("ursini" nil (er0 s iy1 n iy0)) +("urso" nil (er1 s ow0)) +("ursola" nil (er0 s ow1 l ax)) +("urson" nil (er1 s ax n)) +("urstadt" nil (er1 s t ae1 t)) +("ursula" nil (er1 s ax l ax)) +("ursus" nil (er1 s ax s)) +("ursy" nil (er1 s iy0)) +("urton" nil (er1 t ax n)) +("uruguay" nil (y er1 ax g w ey1)) +("uruguayan" nil (y er1 ax g w ey1 ax n)) +("urwin" nil (er1 w ax n)) +("ury" nil (y uw1 r iy0)) +("us" nil (ah1 s)) +("usa" nil (y uw1 eh1 s ey1)) +("usable" nil (y uw1 z ax b ax l)) +("usage" nil (y uw1 s ax jh)) +("usages" nil (y uw1 s ax jh ax z)) +("usair" nil (y uw1 eh1 s eh1 r)) +("usameribancs" nil (y uw1 eh1 s ax m eh1 r ih0 b ae1 n k s)) +("usbancorp" nil (y uw1 eh1 s b ae1 ng k ao1 r p)) +("use" n (y uw0 s)) +("use" v (y uw1 z)) +("usec" nil (y uw1 s eh0 k)) +("used" nil (y uw1 z d)) +("useful" nil (y uw1 s f ax l)) +("usefully" nil (y uw1 s f ax l iy0)) +("usefulness" nil (y uw1 s f ax l n ax s)) +("useless" nil (y uw1 s l ax s)) +("uselman" nil (y uw1 s ax l m ax n)) +("uselton" nil (y uw1 s ax l t ax n)) +("usenet" nil (y uw1 z n eh1 t)) +("user" nil (y uw1 z er0)) +("users" nil (y uw1 z er0 z)) +("usery" nil (y uw1 z er0 iy0)) +("uses" n (y uw1 s ax z)) +("uses" v (y uw1 z ih0 z)) +("usher" nil (ah1 sh er0)) +("ushered" nil (ah1 sh er0 d)) +("ushering" nil (ah1 sh er0 ih0 ng)) +("ushers" nil (ah1 sh er0 z)) +("usines" nil (y uw1 z iy1 n z)) +("using" nil (y uw1 z ih0 ng)) +("usinor" nil (y uw1 s ax n er0)) +("usrey" nil (ah1 s r iy0)) +("usry" nil (ah1 s r iy0)) +("ussery" nil (ah1 s er0 iy0)) +("ustinov" nil (uw1 s t ih0 n aa0 v)) +("ustrust" nil (y uw1 eh1 s t r ah1 s t)) +("usual" nil (y uw1 zh ax w ax l)) +("usually" nil (y uw1 zh ax w ax l iy0)) +("usurp" nil (y uw1 s er1 p)) +("usurpation" nil (y uw1 s er0 p ey1 sh ax n)) +("usurped" nil (y uw1 s er1 p t)) +("usurping" nil (y uw1 s er1 p ih0 ng)) +("usurps" nil (y uw1 s er1 p s)) +("usury" nil (y uw1 zh er0 iy0)) +("utah" nil (y uw1 t ao1)) +("utamaro" nil (y uw1 t ax m aa1 r ow0)) +("utech" nil (y uw1 t eh1 k)) +("utecht" nil (y uw1 t eh1 k t)) +("utensils" nil (y uw0 t eh1 n s ax l z)) +("uterine" nil (y uw1 t er0 ax n)) +("uterus" nil (y uw1 t er0 ax s)) +("utgoff" nil (ah1 t g ao0 f)) +("uthe" nil (ah1 dh)) +("utica" nil (y uw1 t ax k ax)) +("utilicorp" nil (y uw0 t ih1 l ax k ao0 r p)) +("utilitarian" nil (y uw0 t ih1 l ax t eh1 r iy0 ax n)) +("utilities" nil (y uw0 t ih1 l ax t iy0 z)) +("utility" nil (y uw0 t ih1 l ax t iy0)) +("utilization" nil (y uw1 t ax l ax z ey1 sh ax n)) +("utilize" nil (y uw1 t ax l ay1 z)) +("utilized" nil (y uw1 t ax l ay1 z d)) +("utilizes" nil (y uw1 t ax l ay1 z ih0 z)) +("utilizing" nil (y uw1 t ax l ay1 z ih0 ng)) +("utke" nil (ah1 t k iy0)) +("utley" nil (ah1 t l iy0)) +("utmost" nil (ah1 t m ow1 s t)) +("utopia" nil (y uw0 t ow1 p iy0 ax)) +("utopian" nil (y uw0 t ow1 p iy0 ax n)) +("utopians" nil (y uw0 t ow1 p iy0 ax n z)) +("utopias" nil (y uw0 t ow1 p iy0 ax z)) +("utsey" nil (ah1 t s iy0)) +("utsumi" nil (uw0 t s uw1 m iy0)) +("utt" nil (ah1 t)) +("uttech" nil (ah1 t eh1 k)) +("utter" nil (ah1 t er0)) +("utterance" nil (ah1 t er0 ax n s)) +("utterances" nil (ah1 t er0 ax n s ih0 z)) +("uttered" nil (ah1 t er0 d)) +("uttering" nil (ah1 t er0 ih0 ng)) +("utterly" nil (ah1 t er0 l iy0)) +("utters" nil (ah1 t er0 z)) +("utz" nil (ah1 t s)) +("utzinger" nil (ah1 t z ih0 ng er0)) +("uva" nil (y uw1 v ax)) +("uwe" nil (y uw1)) +("uy" nil (uw1 iy0)) +("uyeda" nil (ay0 iy1 d ax)) +("uyehara" nil (uw0 y ey0 hh aa1 r ax)) +("uyeno" nil (ay0 ey1 n ow0)) +("uzbek" nil (uw1 z b eh0 k)) +("uzbekistan" nil (uw0 z b eh1 k ih0 s t ae1 n)) +("uzbeks" nil (uw1 z b eh0 k s)) +("uzelac" nil (ax z eh1 l ax k)) +("uzi" nil (uw1 z iy0)) +("uzzell" nil (uw0 z eh1 l)) +("uzzle" nil (ah1 z ax l)) +("v" nil (v iy1)) +("vaal" nil (v aa1 l)) +("vaapenfabrikk" nil (v aa1 p eh1 n f ax b r ih0 k)) +("vaca" nil (v ae1 k ax)) +("vacancies" nil (v ey1 k ax n s iy0 z)) +("vacancy" nil (v ey1 k ax n s iy0)) +("vacant" nil (v ey1 k ax n t)) +("vacanti" nil (v ax k ae1 n t iy0)) +("vacate" nil (v ey1 k ey0 t)) +("vacated" nil (v ey0 k ey1 t ax d)) +("vacating" nil (v ey1 k ey0 t ih0 ng)) +("vacation" nil (v ey0 k ey1 sh ax n)) +("vacationed" nil (v ey0 k ey1 sh ax n d)) +("vacationer" nil (v ey0 k ey1 sh ax n er0)) +("vacationers" nil (v ey0 k ey1 sh ax n er0 z)) +("vacationing" nil (v ey0 k ey1 sh ax n ih0 ng)) +("vacations" nil (v ey0 k ey1 sh ax n z)) +("vacaville" nil (v ae1 k ax v ih1 l)) +("vacca" nil (v ae1 k ax)) +("vaccarella" nil (v aa0 k er0 eh1 l ax)) +("vaccaro" nil (v ax k aa1 r ow0)) +("vaccinated" nil (v ae1 k s ax n ey0 t ih0 d)) +("vaccination" nil (v ae0 k s ax n ey1 sh ax n)) +("vaccinations" nil (v ae1 k s ax n ey1 sh ax n z)) +("vaccine" nil (v ae1 k s iy1 n)) +("vaccines" nil (v ae1 k s iy1 n z)) +("vaccinia" nil (v ax ch iy1 n iy0 ax)) +("vacek" nil (v aa1 ch eh1 k)) +("vacha" nil (v ae1 ch ax)) +("vachon" nil (v ae1 ch ax n)) +("vacillate" nil (v ae1 s ax l ey1 t)) +("vacillated" nil (v ae1 s ax l ey0 t ih0 d)) +("vacillating" nil (v ae1 s ax l ey1 t ih0 ng)) +("vacillation" nil (v ae1 s ax l ey1 sh ax n)) +("vaclav" nil (v ae1 k l aa1 v)) +("vaclavik" nil (v ae1 k l ax v ih0 k)) +("vacuous" nil (v ae1 k y uw0 ax s)) +("vacuum" nil (v ae1 k y uw0 m)) +("vacuuming" nil (v ae1 k y uw0 m ih0 ng)) +("vacuums" nil (v ae1 k y uw0 m z)) +("vadala" nil (v aa0 d aa1 l ax)) +("vadas" nil (v aa1 d aa0 z)) +("vadehra" nil (v ax d ey1 r ax)) +("vaden" nil (v ey1 d ax n)) +("vader" nil (v ey1 d er0)) +("vadim" nil (v aa0 d iy1 m)) +("vadnais" nil (v ax d n ey1)) +("vadney" nil (v ae1 d n iy0)) +("vaeth" nil (v iy1 th)) +("vagabond" nil (v ae1 g ax b aa0 n d)) +("vagabonds" nil (v ae1 g ax b aa0 n d z)) +("vagaries" nil (v ey1 g er0 iy0 z)) +("vagelos" nil (v ax jh eh1 l ow0 s)) +("vagina" nil (v ax jh ay1 n ax)) +("vaginal" nil (v ax jh ay1 n ax l)) +("vagrancy" nil (v ey1 g r ax n s iy0)) +("vagrants" nil (v ey1 g r ax n t s)) +("vague" nil (v ey1 g)) +("vaguely" nil (v ey1 g l iy0)) +("vagueness" nil (v ey1 g n ih0 s)) +("vaguer" nil (v ey1 g er0)) +("vaguest" nil (v ey1 g ih0 s t)) +("vaguine" nil (v ax g w iy1 n)) +("vahey" nil (v ae1 hh iy0)) +("vahid" nil (v aa0 hh iy1 d)) +("vahl" nil (v aa1 l)) +("vahle" nil (v ey1 hh ax l)) +("vail" nil (v ey1 l)) +("vaile" nil (v ey1 l)) +("vaillancourt" nil (v ey1 l ax n k ao1 r t)) +("vain" nil (v ey1 n)) +("vainly" nil (v ey1 n l iy0)) +("vajda" nil (v ay1 d ax)) +("vajna" nil (v ay1 n ax)) +("val" nil (v ae1 l)) +("vala" nil (v aa1 l ax)) +("valade" nil (v aa0 l aa1 d ey0)) +("valadez" nil (v aa0 l aa1 d eh0 z)) +("valasek" nil (v ax l aa1 s eh0 k)) +("valborga" nil (v aa0 l b ao1 r g ax)) +("valcourt" nil (v ax l k ao1 r t)) +("valda" nil (v aa1 l d ax)) +("valdemar" nil (v aa0 l d ey0 m aa1 r)) +("valderrama" nil (v aa0 l d eh0 r aa1 m ax)) +("valdes" nil (v ae0 l d eh1 z)) +("valdez" nil (v ae0 l d eh1 z)) +("valdis" nil (v ae1 l d ih0 s)) +("valdivia" nil (v aa0 l d iy1 v iy0 ax)) +("valdovinos" nil (v aa0 l d ow0 v iy1 n ow0 z)) +("vale" nil (v ey1 l)) +("valeda" nil (v aa0 l ey1 d ax)) +("valedictory" nil (v ae1 l ax d ih1 k t er0 iy0)) +("valek" nil (v aa1 l eh0 k)) +("valence" nil (v ey1 l ax n s)) +("valencia" nil (v ax l eh1 n s iy0 ax)) +("valencienne" nil (v ax l eh1 n s iy0 eh1 n)) +("valens" nil (v ae1 l ax n z)) +("valensuela" nil (v ae1 l ax n z w ey1 l ax)) +("valent" nil (v aa0 l ey1 ax n t)) +("valenta" nil (v ax l eh1 n t ax)) +("valente" nil (v aa0 l eh1 n t iy0)) +("valenti" nil (v ax l eh1 n t iy0)) +("valentia" nil (v aa0 l eh1 n sh ax)) +("valentin" nil (v aa0 l ey0 n t iy1 n)) +("valentina" nil (v ae0 l ih0 n t iy1 n ax)) +("valentine" nil (v ae1 l ax n t ay1 n)) +("valentini" nil (v ae1 l ax n t iy1 n iy0)) +("valentino" nil (v ae1 l ax n t iy1 n ow0)) +("valenza" nil (v ax l eh1 n z ax)) +("valenzano" nil (v ae1 l eh0 n z aa1 n ow0)) +("valenzuela" nil (v aa0 l eh0 n z uw1 l ax)) +("valeo" nil (v ae1 l iy0 ow0)) +("valera" nil (v ax l eh1 r ax)) +("valeri" nil (v aa0 l eh1 r iy0)) +("valeria" nil (v ax l iy1 r iy0 ax)) +("valerian" nil (v ax l ih1 r iy0 ax n)) +("valeriano" nil (v aa0 l er0 iy0 aa1 n ow0)) +("valerie" nil (v ae1 l er0 iy0)) +("valerio" nil (v ax l iy1 r iy0 ow0)) +("valero" nil (v ax l eh1 r ow0)) +("valery" nil (v ae1 l er0 iy0)) +("vales" nil (v ey1 l z)) +("valeska" nil (v aa0 l ey1 s k ax)) +("valet" nil (v ae0 l ey1)) +("valhalla" nil (v ae1 l hh ae1 l ax)) +("valhi" nil (v ae1 l hh iy0)) +("valiant" nil (v ae1 l y ax n t)) +("valiantly" nil (v ae1 l y ax n t l iy0)) +("valid" nil (v ae1 l ax d)) +("valida" nil (v aa0 l iy1 d ax)) +("validate" nil (v ae1 l ax d ey0 t)) +("validated" nil (v ae1 l ax d ey0 t ax d)) +("validates" nil (v ae1 l ax d ey1 t s)) +("validating" nil (v ae1 l ax d ey1 t ih0 ng)) +("validation" nil (v ae1 l ax d ey1 sh ax n)) +("validity" nil (v ax l ih1 d ax t iy0)) +("validly" nil (v ae1 l ih0 d l iy0)) +("valiente" nil (v aa0 l iy1 n t iy0)) +("valin" nil (v ae1 l ih0 n)) +("valiquette" nil (v ae1 l ih0 k eh1 t)) +("valis" nil (v ae1 l ih0 s)) +("valium" nil (v ey1 l iy0 ax m)) +("valk" nil (v ao1 k)) +("valko" nil (v ae1 l k ow0)) +("valla" nil (v ae1 l ax)) +("valladares" nil (v aa0 l aa0 d aa1 r eh0 s)) +("vallance" nil (v ae1 l ax n s)) +("vallandingham" nil (v ae0 l ah1 n d ih0 ng hh ae1 m)) +("vallario" nil (v aa0 l aa1 r iy0 ow0)) +("vallarta" nil (v ae1 l aa1 r t ax)) +("vallas" nil (v ae1 l ax z)) +("valle" nil (v ey1 l)) +("valleau" nil (v ax l ow1)) +("vallee" nil (v ae1 l iy0)) +("vallejo" nil (v aa0 l ey1 y ow0)) +("vallejos" nil (v aa0 l ey1 y ow0 z)) +("vallely" nil (v ey1 l iy0)) +("vallery" nil (v ae1 l er0 iy0)) +("valles" nil (v ey1 l z)) +("vallette" nil (v ae1 l eh1 t)) +("valley" nil (v ae1 l iy0)) +("valleys" nil (v ae1 l iy0 z)) +("vallez" nil (v aa0 l eh1 z)) +("valli" nil (v ae1 l iy0)) +("valliant" nil (v aa0 l iy1 ax n t)) +("vallie" nil (v ao1 l iy0)) +("vallier" nil (v ae1 l iy0 er0)) +("valliere" nil (v ae1 l iy0 eh0 r)) +("vallis" nil (v ae1 l ih0 s)) +("vallo" nil (v ae1 l ow0)) +("vallone" nil (v aa0 l ow1 n iy0)) +("vallot" nil (v ae1 l ax t)) +("valls" nil (v ao1 l z)) +("valmont" nil (v ao1 l m aa1 n t)) +("valois" nil (v ae0 l w aa1)) +("valone" nil (v ax l ow1 n)) +("valonia" nil (v ax l ow1 n y ax)) +("valor" nil (v ae1 l er0)) +("valoree" nil (v ae1 l er0 iy1)) +("valores" nil (v ax l ao1 r eh0 z)) +("valparaiso" nil (v ae1 l p er0 ey1 s ow0)) +("valsella" nil (v ao0 l s eh1 l ax)) +("valspar" nil (v ae1 l z p aa0 r)) +("valtek" nil (v ao1 l t eh1 k)) +("valtierra" nil (v aa0 l t ih1 r ax)) +("valu" nil (v ae1 l y uw0)) +("valuable" nil (v ae1 l y ax b ax l)) +("valuables" nil (v ae1 l y ax b ax l z)) +("valuation" nil (v ae0 l y uw0 ey1 sh ax n)) +("valuations" nil (v ae0 l y uw0 ey1 sh ax n z)) +("value" nil (v ae1 l y uw0)) +("valued" nil (v ae1 l y uw0 d)) +("valueless" nil (v ae1 l y uw0 l ax s)) +("valuepoint" nil (v ae1 l y uw0 p oy1 n t)) +("values" nil (v ae1 l y uw0 z)) +("valuevision" nil (v ae1 l y uw0 v ih1 zh ax n)) +("valuing" nil (v ae1 l y uw0 ih0 ng)) +("valujet" nil (v ae1 l y uw0 jh eh1 t)) +("valukas" nil (v ax l uw1 k ax s)) +("valvano" nil (v aa0 l v aa1 n ow0)) +("valve" nil (v ae1 l v)) +("valverde" nil (v aa0 l v eh1 r d ey0)) +("valves" nil (v ae1 l v z)) +("valvo" nil (v aa1 l v ow0)) +("valvoline" nil (v ae1 l v ax l iy1 n)) +("vamos" nil (v aa1 m ow0 z)) +("vamp" nil (v ae1 m p)) +("vampire" nil (v ae1 m p ay0 r)) +("vampires" nil (v ae1 m p ay0 r z)) +("vampiric" nil (v ae0 m p ih1 r ih0 k)) +("van" nil (v ae1 n)) +("vana" nil (v ae1 n ax)) +("vanacker" nil (v ae0 n ae1 k er0)) +("vanacore" nil (v aa0 n aa0 k ao1 r iy0)) +("vanadium" nil (v ax n ey1 d iy0 ax m)) +("vanaken" nil (v ae1 n ax k ax n)) +("vanallen" nil (v ax n ao1 l ax n)) +("vanalstine" nil (v ae0 n ae1 l s t iy0 n)) +("vanalstyne" nil (v ae1 n ax l s t ay1 n)) +("vanaman" nil (v ae0 n ao1 m ax n)) +("vanamburg" nil (v ae0 n ae1 m b er0 g)) +("vanamburgh" nil (v ae0 n ae1 m b er0 g)) +("vanantwerp" nil (v ax n ae1 n t w er0 p)) +("vanarsdale" nil (v ae1 n er0 z d ey1 l)) +("vanarsdall" nil (v ax n aa1 r s d ax l)) +("vanasse" nil (v ae0 n ae1 s)) +("vanatta" nil (v aa0 n aa1 t ax)) +("vanauken" nil (v ae0 n aw1 k ax n)) +("vanausdall" nil (v ae0 n aw1 s d ax l)) +("vanbebber" nil (v ae1 n b eh1 b er0)) +("vanbeek" nil (v ae1 n b iy1 k)) +("vanbenschoten" nil (v ae0 n b eh1 n sh ax t ax n)) +("vanbergen" nil (v ae0 n b er1 g ax n)) +("vanbibber" nil (v ae1 n b ih1 b er0)) +("vanblarcom" nil (v ae1 n b l aa1 r k ax m)) +("vanblaricom" nil (v ae1 n b l ae1 r ih0 k ax m)) +("vanbrocklin" nil (v ae1 n b r aa1 k l ih0 n)) +("vanbrunt" nil (v ae1 n b r ah1 n t)) +("vanburen" nil (v ae0 n b y uw1 r ax n)) +("vanbuskirk" nil (v ae1 n b ah1 s k er0 k)) +("vancamp" nil (v ae1 n k ae1 m p)) +("vancampen" nil (v ae1 n k ae1 m p ax n)) +("vance" nil (v ae1 n s)) +("vancil" nil (v ae1 n s ax l)) +("vancise" nil (v aa1 n ch ay0 s)) +("vancleave" nil (v ae1 n k l ax v)) +("vancleef" nil (v ae1 n k l iy1 f)) +("vancleve" nil (v ae1 n k l iy1 v)) +("vancott" nil (v ax n k aa1 t)) +("vancourt" nil (v ax n k ao1 r t)) +("vancouver" nil (v ae0 n k uw1 v er0)) +("vancura" nil (v aa0 n k uh1 r ax)) +("vancuren" nil (v ae0 n k y uw1 r ax n)) +("vandaele" nil (v ae0 n d eh1 l)) +("vandagriff" nil (v ae1 n d ae1 g r ih0 f)) +("vandal" nil (v ae1 n d ax l)) +("vandalen" nil (v ae1 n d ae1 l ax n)) +("vandalism" nil (v ae1 n d ax l ih0 z ax m)) +("vandalized" nil (v ae1 n d ax l ay1 z d)) +("vandall" nil (v ae1 n d ao1 l)) +("vandals" nil (v ae1 n d ax l z)) +("vandam" nil (v ae1 n d ae1 m)) +("vandamme" nil (v ae1 n d ae1 m)) +("vande" nil (v ae1 n d)) +("vandeberg" nil (v ae1 n d ax b er0 g)) +("vandecar" nil (v ae1 n d ax k aa1 r)) +("vandegrift" nil (v ae1 n d ax g r ih0 f t)) +("vandehei" nil (v ae1 n d ax hh ay0)) +("vandehey" nil (v ae1 n d ih0 hh iy0)) +("vandeman" nil (v ae1 n d ax m ax n)) +("vandemark" nil (v ae1 n d ax m aa1 r k)) +("vanden" nil (v ae1 n d ax n)) +("vandenberg" nil (v ae1 n d ax n b er0 g)) +("vandenbergh" nil (v ae1 n d ax n b er0 g)) +("vandenberghe" nil (v ae1 n d ax n b er0 g)) +("vandenboom" nil (v ae1 n d ax n b uw1 m)) +("vandenbos" nil (v ae1 n d ax n b ow0 z)) +("vandenbosch" nil (v ae1 n d ax n b ao1 sh)) +("vandenbrink" nil (v ae1 n d ax n b r ih0 ng k)) +("vandenburg" nil (v ae1 n d ax n b er0 g)) +("vandenburgh" nil (v ae1 n d ax n b er0 g)) +("vandenheuvel" nil (v ae1 n d ax n hh oy0 v ax l)) +("vander" nil (v ae1 n d er0)) +("vanderbeck" nil (v ae1 n d er0 b eh1 k)) +("vanderbeek" nil (v ae1 n d er0 b iy1 k)) +("vanderberg" nil (v ae1 n d er0 b er0 g)) +("vanderbilt" nil (v ae1 n d er0 b ih0 l t)) +("vanderburg" nil (v ae1 n d er0 b er0 g)) +("vanderbush" nil (v ae1 n d er0 b ax sh)) +("vandercook" nil (v ae1 n d er0 k uh1 k)) +("vanderford" nil (v ae1 n d er0 f er0 d)) +("vandergriff" nil (v ae1 n d er0 g r ih0 f)) +("vandergrift" nil (v ae1 n d er0 g r ih0 f t)) +("vanderheide" nil (v ae1 n d er0 hh ay1 d)) +("vanderheiden" nil (v ae1 n d er0 hh ay0 d ax n)) +("vanderheyden" nil (v ae1 n d er0 hh ey0 d ax n)) +("vanderhoef" nil (v ae1 n d er0 hh ow1 f)) +("vanderhoff" nil (v ae1 n d er0 hh ao1 f)) +("vanderhoof" nil (v ae1 n d er0 hh uh1 f)) +("vanderhorst" nil (v ae1 n d er0 hh ao1 r s t)) +("vanderkolk" nil (v ae1 n d er0 k ow1 k)) +("vanderkooi" nil (v ae1 n d er0 k uw1 iy0)) +("vanderlaan" nil (v ae1 n d er0 l aa1 n)) +("vanderleest" nil (v ae1 n d er0 ax l iy1 s t)) +("vanderlinde" nil (v ae1 n d er0 l ih1 n d)) +("vanderlinden" nil (v ae1 n d er0 l ih1 n d ax n)) +("vanderlip" nil (v ae1 n d er0 l ih1 p)) +("vandermark" nil (v ae1 n d er0 m aa1 r k)) +("vandermeer" nil (v ae1 n d er0 m ih1 r)) +("vandermeulen" nil (v ae1 n d er0 m oy1 l ax n)) +("vandermolen" nil (v ae1 n d er0 m aa1 l ax n)) +("vanderploeg" nil (v ae1 n d er0 p l ow1 g)) +("vanderpoel" nil (v ae1 n d er0 p ow1 l)) +("vanderpol" nil (v ae1 n d er0 p ao1 l)) +("vanderpool" nil (v ae1 n d er0 p uw1 l)) +("vanderschaaf" nil (v ae1 n d er0 sh aa1 f)) +("vanderslice" nil (v ae1 n d er0 s l ay1 s)) +("vandersluis" nil (v ae1 n d er0 s l uw1 ih0 s)) +("vanderveen" nil (v ae1 n d er0 v iy1 n)) +("vanderveer" nil (v ae1 n d er0 v ih1 r)) +("vandervelde" nil (v ae1 n d er0 v eh1 l d)) +("vandervelden" nil (v ae1 n d er0 v eh1 l d ax n)) +("vandervliet" nil (v ae1 n d er0 v l iy1 t)) +("vandervoort" nil (v ae1 n d er0 v uh1 r t)) +("vandervort" nil (v ae1 n d er0 v ao1 r t)) +("vanderwal" nil (v ae1 n d er0 w aa1 l)) +("vanderwall" nil (v ae1 n d er0 w aa1 l)) +("vanderweele" nil (v ae1 n d er0 w iy1 l)) +("vanderweide" nil (v ae1 n d er0 w ay1 d)) +("vanderwerf" nil (v ae1 n d er0 w er1 f)) +("vanderwerff" nil (v ae1 n d er0 w er1 f)) +("vanderwilt" nil (v ae1 n d er0 w ih1 l t)) +("vanderwoude" nil (v ae1 n d er0 w aw1 d)) +("vanderzanden" nil (v ae1 n d er0 z ae1 n d ax n)) +("vanderzee" nil (v ae1 n d er0 z iy1)) +("vandeusen" nil (v ae0 n d oy1 s ax n)) +("vandevander" nil (v ae1 n d ax v ae1 n d er0)) +("vandeveer" nil (v ae1 n d ax v ih1 r)) +("vandevelde" nil (v ae1 n d ax v eh1 l d)) +("vandeven" nil (v ae1 n d ax v ax n)) +("vandevender" nil (v ae1 n d ax v eh1 n d er0)) +("vandeventer" nil (v ae1 n d ax v ax n t er0)) +("vandever" nil (v ae1 n d iy1 v er0)) +("vandevoorde" nil (v ae1 n d ax v uh0 r d)) +("vandevoort" nil (v ae1 n d ax v uh0 r t)) +("vandewalker" nil (v ae1 n d ax w ao1 k er0)) +("vandewalle" nil (v ae0 n d uw1 ey0 l)) +("vandewater" nil (v ae1 n d ax w ao0 t er0)) +("vandezande" nil (v ae1 n d ax z ih0 n d)) +("vandine" nil (v ae1 n d ay1 n)) +("vandiver" nil (v ae1 n d ay1 v er0)) +("vandivier" nil (v ae0 n d ay1 v iy0 er0)) +("vandoren" nil (v ae0 n d ao1 r ax n)) +("vandorn" nil (v ae0 n d ao1 r n)) +("vandriel" nil (v ae1 n d r iy1 l)) +("vandunk" nil (v ae1 n d ah1 ng k)) +("vandusen" nil (v ae0 n d uw1 s ax n)) +("vanduyn" nil (v ae1 n d ay1 n)) +("vanduyne" nil (v ae1 n d ay1 n)) +("vanduzer" nil (v ae1 n d uw1 z er0)) +("vandyck" nil (v ae0 n d ih1 k)) +("vandyk" nil (v ae1 n d ih0 k)) +("vandyke" nil (v ae1 n d ay1 k)) +("vandyken" nil (v ae1 n d ay1 k ax n)) +("vandyne" nil (v ae1 n d ay1 n)) +("vane" nil (v ey1 n)) +("vaneaton" nil (v ae1 n ax t aa0 n)) +("vanecek" nil (v ae0 n eh1 s ih0 k)) +("vaneck" nil (v aa1 n eh0 k)) +("vanegas" nil (v ae0 n iy1 g ax z)) +("vanek" nil (v ae0 n eh1 k)) +("vanella" nil (v ax n eh1 l ax)) +("vanengen" nil (v ae0 n eh1 ng ax n)) +("vanepps" nil (v ae0 n eh1 p s)) +("vanes" nil (v ey1 n z)) +("vaness" nil (v ae1 n ax s)) +("vanessa" nil (v ax n eh1 s ax)) +("vanessen" nil (v aa1 n ih0 s ax n)) +("vanetten" nil (v ae1 n eh1 t ax n)) +("vanevery" nil (v ax n eh1 v r iy0)) +("vanfleet" nil (v ae1 n f l iy1 t)) +("vanfossan" nil (v ae0 n f aa1 s ax n)) +("vanfossen" nil (v ae0 n f aa1 s ax n)) +("vang" nil (v ae1 ng)) +("vangel" nil (v ey1 ng g ax l)) +("vangelder" nil (v ey1 ng g ih0 l d er0)) +("vangie" nil (v ae1 ng iy0)) +("vangieson" nil (v ae1 ng g iy0 z ax n)) +("vangilder" nil (v ae1 ng g ih0 l d er0)) +("vangorden" nil (v ae1 ng g er0 d ax n)) +("vangorder" nil (v ae1 ng g er0 d er0)) +("vangorp" nil (v ae1 ng g er0 p)) +("vanguard" nil (v ae1 n g aa1 r d)) +("vanguilder" nil (v ae0 n g ay1 l d er0)) +("vangundy" nil (v ax ng g ah1 n d iy0)) +("vangy" nil (v ae1 n jh iy0)) +("vanhall" nil (v ae1 n hh ao1 l)) +("vanhandel" nil (v ae1 n hh ae1 n d ax l)) +("vanhecke" nil (v ae1 n hh eh1 k)) +("vanheel" nil (v ae1 n hh iy1 l)) +("vanhise" nil (v ae0 n hh ay1 z)) +("vanhoesen" nil (v ae1 n hh ow1 s ax n)) +("vanhook" nil (v ae1 n hh uh1 k)) +("vanhoose" nil (v ae1 n hh uw1 s)) +("vanhooser" nil (v ae1 n hh uw1 z er0)) +("vanhoozer" nil (v ae1 n hh uw1 z er0)) +("vanhorn" nil (v ae0 n hh ao1 r n)) +("vanhorne" nil (v ae0 n hh ao1 r n)) +("vanhousen" nil (v ae1 n hh aw1 s ax n)) +("vanhouten" nil (v ae0 n hh aa1 uw0 t ax n)) +("vanhove" nil (v ae0 n hh ah1 v)) +("vanhoy" nil (v ae1 n hh oy0)) +("vanhuss" nil (v ae1 n hh ah1 s)) +("vanhyning" nil (v ae1 n hh ay1 n ih0 ng)) +("vania" nil (v aa1 n iy0 ax)) +("vanier" nil (v ae0 n iy1 er0)) +("vanik" nil (v aa1 n ih0 k)) +("vanilla" nil (v ax n ih1 l ax)) +("vanillin" nil (v ax n ih1 l ih0 n)) +("vanish" nil (v ae1 n ih0 sh)) +("vanished" nil (v ae1 n ih0 sh t)) +("vanishes" nil (v ae1 n ih0 sh ih0 z)) +("vanishing" nil (v ae1 n ih0 sh ih0 ng)) +("vanities" nil (v ae1 n ax t iy0 z)) +("vanity" nil (v ae1 n ax t iy0)) +("vankampen" nil (v ae1 n k ae1 m p ax n)) +("vankeuren" nil (v ae1 ng k oy0 r ax n)) +("vankirk" nil (v ae1 ng k er0 k)) +("vankleeck" nil (v ae1 ng k l iy1 k)) +("vankuren" nil (v ae1 ng k y uw0 r ax n)) +("vanlandingham" nil (v ae1 n l ae1 n d ih0 ng hh ae1 m)) +("vanlanen" nil (v ae1 n l ae1 n ax n)) +("vanlaningham" nil (v ae1 n l ae1 n ih0 ng hh ae1 m)) +("vanleer" nil (v ae0 n l ih1 r)) +("vanleeuwen" nil (v ae0 n l uw1 ax n)) +("vanleuven" nil (v ae0 n l oy1 v ax n)) +("vanliere" nil (v ae0 n l ih1 r)) +("vanliew" nil (v ae1 n l iy0 uw0)) +("vanloan" nil (v ae1 n l ow1 n)) +("vanloo" nil (v ae1 n l uw1)) +("vanlue" nil (v ae1 n l uw1)) +("vanluven" nil (v ae1 n l uw1 v ax n)) +("vanmaanen" nil (v ae1 n m aa1 n ax n)) +("vanmarter" nil (v ae0 n m aa1 r t er0)) +("vanmatre" nil (v ae0 n m ey1 t er0)) +("vanmeter" nil (v ae0 n m iy1 t er0)) +("vanmetre" nil (v ae0 n m iy1 t er0)) +("vann" nil (v ae1 n)) +("vanna" nil (v ae1 n ax)) +("vanname" nil (v ae1 n ax m)) +("vannatta" nil (v aa0 n aa1 t ax)) +("vannatter" nil (v ae0 n ae1 t er0)) +("vannelli" nil (v aa0 n eh1 l iy0)) +("vanness" nil (v ae0 n iy1 s)) +("vannest" nil (v ae0 n iy1 s t)) +("vannguyen" nil (v ae0 n g iy1 ax n)) +("vanni" nil (v ae1 n iy0)) +("vannice" nil (v ae1 n ih0 s)) +("vannie" nil (v ae1 n iy0)) +("vannorman" nil (v ae0 n ao1 r m ax n)) +("vannortwick" nil (v ax n ao1 r t w ih0 k)) +("vannostrand" nil (v ae0 n aa1 s t r ax n d)) +("vannote" nil (v ae0 n ow1 t)) +("vannoy" nil (v ae1 n oy0)) +("vannucci" nil (v aa0 n uw1 ch iy0)) +("vanny" nil (v ae1 n iy0)) +("vano" nil (v aa1 n ow0)) +("vanora" nil (v ae1 n er0 ax)) +("vanorden" nil (v ae0 n ao1 r d ax n)) +("vanorder" nil (v ae0 n ao1 r d er0)) +("vanorman" nil (v ae0 n ao1 r m ax n)) +("vanornum" nil (v ae0 n ao1 r n ax m)) +("vanosdol" nil (v ae0 n aa1 s d ax l)) +("vanoss" nil (v ae0 n aa1 s)) +("vanostrand" nil (v ae0 n aa1 s t r ax n d)) +("vanous" nil (v ae1 n ax s)) +("vanover" nil (v ae1 n ow1 v er0)) +("vanpatten" nil (v ae0 n p ae1 t ax n)) +("vanpelt" nil (v ae1 n p eh1 l t)) +("vanputten" nil (v ae0 n p ah1 t ax n)) +("vanquished" nil (v ae1 ng k w ih0 sh t)) +("vanriper" nil (v ae1 n r ay1 p er0)) +("vanroekel" nil (v ae1 n r ow1 k ax l)) +("vanrossum" nil (v ae1 n r aa1 s ax m)) +("vanryn" nil (v ae1 n r ih1 n)) +("vans" nil (v ae1 n z)) +("vansandt" nil (v ae1 n s ae1 n t)) +("vansant" nil (v aa1 n s ax n t)) +("vanschaick" nil (v ae0 n sh ay1 k)) +("vanschoick" nil (v ae1 n sh oy1 k)) +("vansciver" nil (v ae0 n s k ay1 v er0)) +("vanscoy" nil (v ae1 n s k oy1)) +("vanscoyoc" nil (v ae1 n s k oy1 aa0 k)) +("vanscyoc" nil (v ae1 n s iy0 aa1 k)) +("vanselow" nil (v ae1 n s ih0 l ow0)) +("vansickel" nil (v ae1 n s ih1 k ax l)) +("vansickle" nil (v ae1 n s ih1 k ax l)) +("vanskike" nil (v ae1 n s k ay1 k)) +("vanskiver" nil (v ae1 n s k ay1 v er0)) +("vanslooten" nil (v ae1 n s l uw1 t ax n)) +("vanslyke" nil (v ae1 n s l ay1 k)) +("vanstone" nil (v ae1 n s t ow1 n)) +("vanstory" nil (v ae1 n s t ao1 r iy0)) +("vanstraten" nil (v ae1 n s t r ey1 t ax n)) +("vansyckle" nil (v ae1 n s ay0 k ax l)) +("vantage" nil (v ae1 n t ax jh)) +("vantages" nil (v ae1 n t ih0 jh ih0 z)) +("vantassel" nil (v ae1 n t ae1 s ax l)) +("vantassell" nil (v ae1 n t ae1 s ax l)) +("vantil" nil (v aa0 n t iy1 l)) +("vantilburg" nil (v ae1 n t ih1 l b er0 g)) +("vantine" nil (v aa0 n t iy1 n iy0)) +("vantol" nil (v ae0 n t ao1 l)) +("vantran" nil (v ae1 n t r ae1 n)) +("vantrease" nil (v ax n t r iy1 s)) +("vantreese" nil (v ae1 n t r iy1 s)) +("vantuyl" nil (v ae0 n t ay1 l)) +("vanuaaku" nil (v ae1 n w ax aa1 k uw1)) +("vanuatu" nil (v ae0 n uw0 aa1 t uw0)) +("vanunu" nil (v ax n uw1 n uw0)) +("vanvalkenburg" nil (v ae0 n v ao1 k ax n b er0 g)) +("vanvalkenburgh" nil (v ae0 n v ae1 l k ih0 n b er0 g)) +("vanveen" nil (v ax n v iy1 n)) +("vanvlack" nil (v ae1 n v l ae1 k)) +("vanvleck" nil (v ae1 n v l eh1 k)) +("vanvleet" nil (v ae1 n v l iy1 t)) +("vanvliet" nil (v ae1 n v l iy1 t)) +("vanvooren" nil (v ae0 n v uh1 r ax n)) +("vanvoorhis" nil (v ae0 n v uh1 r hh ih0 s)) +("vanvoorst" nil (v ae0 n v uh1 r s t)) +("vanvorst" nil (v ae0 n v ao1 r s t)) +("vanvranken" nil (v ae1 n v r ae1 ng k ax n)) +("vanwagenen" nil (v ae0 n w ae1 g ax n ax n)) +("vanwagner" nil (v ae1 n w ae1 g n er0)) +("vanwagoner" nil (v ae1 n w ae1 g ax n er0)) +("vanwart" nil (v ae1 n w ao1 r t)) +("vanwert" nil (v ae0 n w er1 t)) +("vanwey" nil (v ae1 n w iy0)) +("vanwhy" nil (v ae1 n w iy0)) +("vanwie" nil (v ae1 n w iy0)) +("vanwieren" nil (v ae0 n w ih1 r ax n)) +("vanwinkle" nil (v ae1 n w ih1 ng k ax l)) +("vanwormer" nil (v ae0 n w er1 m er0)) +("vanwyck" nil (v ae0 n w ih1 k)) +("vanwyhe" nil (v ae1 n w ay0 hh)) +("vanwyk" nil (v ae0 n w ih1 k)) +("vanya" nil (v aa1 n y ax)) +("vanyo" nil (v aa1 n y ow0)) +("vanzandt" nil (v ae1 n z ae1 n t)) +("vanzant" nil (v aa1 n z ax n t)) +("vanzanten" nil (v ae1 n z ae1 n t ax n)) +("vanzee" nil (v aa1 n z iy0)) +("vanzile" nil (v aa1 n z ay0 l)) +("vapid" nil (v ae1 p ih0 d)) +("vapor" nil (v ey1 p er0)) +("vaporization" nil (v ey0 p er0 ax z ey1 sh ax n)) +("vaporize" nil (v ey1 p er0 ay1 z)) +("vaporized" nil (v ey1 p er0 ay1 z d)) +("vapors" nil (v ey1 p er0 z)) +("vaporware" nil (v ey1 p er0 w eh1 r)) +("vaquera" nil (v aa0 k w eh1 r ax)) +("vara" nil (v aa1 r ax)) +("varady" nil (v er0 aa1 d iy0)) +("varani" nil (v er0 aa1 n iy0)) +("varano" nil (v aa0 r aa1 n ow0)) +("varble" nil (v aa1 r b ax l)) +("varco" nil (v aa1 r k ow0)) +("vardeman" nil (v aa1 r d m ax n)) +("varden" nil (v aa1 r d ax n)) +("vardon" nil (v aa0 r d ao1 n)) +("varela" nil (v aa0 r ey1 l ax)) +("varga" nil (v aa1 r g ax)) +("vargas" nil (v aa1 r g ax s)) +("vargason" nil (v aa1 r g ax s ax n)) +("varghese" nil (v aa1 r g hh iy0 z)) +("vargo" nil (v aa1 r g ow0)) +("vari" nil (v aa1 r iy0)) +("variability" nil (v eh0 r iy0 ax b ih1 l ih0 t iy0)) +("variable" nil (v eh1 r iy0 ax b ax l)) +("variables" nil (v eh1 r iy0 ax b ax l z)) +("varian" nil (v eh1 r iy0 ax n)) +("variance" nil (v eh1 r iy0 ax n s)) +("variances" nil (v eh1 r iy0 ax n s ih0 z)) +("variant" nil (v eh1 r iy0 ax n t)) +("variants" nil (v eh1 r iy0 ax n t s)) +("variation" nil (v eh1 r iy0 ey1 sh ax n)) +("variations" nil (v eh1 r iy0 ey1 sh ax n z)) +("varick" nil (v eh1 r ih0 k)) +("varied" nil (v eh1 r iy0 d)) +("varies" nil (v eh1 r iy0 z)) +("varietal" nil (v er0 iy1 t ax l)) +("varietals" nil (v er0 ay1 ax t ax l z)) +("varieties" nil (v er0 ay1 ax t iy0 z)) +("variety" nil (v er0 ay1 ax t iy0)) +("varig" nil (v eh1 r ih0 g)) +("varin" nil (v aa0 r iy1 n)) +("varina" nil (v aa0 r iy1 n ax)) +("various" nil (v eh1 r iy0 ax s)) +("variously" nil (v eh1 r iy0 ax s l iy0)) +("varisco" nil (v aa0 r iy1 s k ow0)) +("varitronic" nil (v eh1 r ih0 t r aa1 n ih0 k)) +("varity" nil (v eh1 r ih0 t iy0)) +("varityper" nil (v eh1 r ih0 t ay1 p er0)) +("varlam" nil (v aa1 r l ae0 m)) +("varlen" nil (v aa1 r l ax n)) +("varley" nil (v aa1 r l iy0)) +("varma" nil (v aa1 r m ax)) +("varmint" nil (v aa1 r m ax n t)) +("varmus" nil (v aa1 r m ax s)) +("varn" nil (v aa1 r n)) +("varnado" nil (v aa0 r n aa1 d ow0)) +("varnadoe" nil (v aa0 r n aa1 d ow0)) +("varnadore" nil (v aa0 r n aa0 d ao1 r ey0)) +("varnell" nil (v aa1 r n ax l)) +("varner" nil (v aa1 r n er0)) +("varnes" nil (v aa1 r n z)) +("varney" nil (v aa1 r n iy0)) +("varni" nil (v aa1 r n iy0)) +("varnish" nil (v aa1 r n ih0 sh)) +("varnished" nil (v aa1 r n ih0 sh t)) +("varnishes" nil (v aa1 r n ih0 sh ax z)) +("varnon" nil (v aa0 r n ao1 n)) +("varnum" nil (v aa1 r n ax m)) +("varo" nil (v eh1 r ow0)) +("varon" nil (v aa0 r ao1 n)) +("varona" nil (v aa0 r ow1 n ax)) +("varone" nil (v er0 ow1 n)) +("varricchio" nil (v aa0 r iy1 k iy0 ow0)) +("varrone" nil (v aa0 r ow1 n ey0)) +("vars" nil (v aa1 r z)) +("varsity" nil (v aa1 r s ih0 t iy0)) +("vartanian" nil (v aa0 r t ey1 n iy0 ax n)) +("varvaro" nil (v aa0 r v aa1 r ow0)) +("varvel" nil (v aa0 r v eh1 l)) +("varves" nil (v aa1 r v z)) +("vary" nil (v eh1 r iy0)) +("varying" nil (v eh1 r iy0 ih0 ng)) +("varzi" nil (v aa1 r z iy0)) +("vasbinder" nil (v ae1 s b ih0 n d er0)) +("vasco" nil (v ae1 s k ow0)) +("vasconcellos" nil (v ae0 s k ax n s eh1 l ow0 z)) +("vasconcelos" nil (v aa0 s k ow0 n s ey1 l ow0 z)) +("vascular" nil (v ae1 s k y ax l er0)) +("vase" nil (v ey1 s)) +("vasek" nil (v aa1 s eh0 k)) +("vaseline" nil (v ae1 s ax l iy1 n)) +("vases" nil (v ey1 s ax z)) +("vasey" nil (v ae1 s iy0)) +("vashti" nil (v ae1 sh t iy0)) +("vasicek" nil (v aa1 s ih0 ch eh0 k)) +("vasil" nil (v aa0 s iy1 l)) +("vasile" nil (v aa1 s ax l)) +("vasily" nil (v ae1 s ax l iy0)) +("vaske" nil (v ey1 s k)) +("vaskevitch" nil (v ae1 s k ax v ih0 ch)) +("vasko" nil (v aa1 s k ow0)) +("vaslov" nil (v ae1 s l aa1 v)) +("vasotec" nil (v ey1 z ow0 t eh1 k)) +("vasques" nil (v aa1 s k w eh0 s)) +("vasquez" nil (v ae0 s k eh1 z)) +("vass" nil (v ae1 s)) +("vassal" nil (v ae1 s ax l)) +("vassallo" nil (v aa0 s aa1 l ow0)) +("vassals" nil (v ae1 s ax l z)) +("vassar" nil (v ae1 s er0)) +("vassel" nil (v ae1 s ax l)) +("vasser" nil (v ae1 s er0)) +("vasseur" nil (v ae1 s er0)) +("vassey" nil (v ae1 s iy0)) +("vassilios" nil (v ax s ih1 l y ax s)) +("vassiliou" nil (v ae1 s ih1 l iy0 uw0)) +("vast" nil (v ae1 s t)) +("vasta" nil (v ae1 s t ax)) +("vastine" nil (v aa0 s t iy1 n iy0)) +("vastly" nil (v ae1 s t l iy0)) +("vastness" nil (v ae1 s t n ax s)) +("vastola" nil (v aa0 s t ow1 l ax)) +("vat" nil (v ae1 t)) +("vater" nil (v ey1 t er0)) +("vath" nil (v ae1 th)) +("vatican" nil (v ae1 t ih0 k ax n)) +("vats" nil (v ae1 t s)) +("vatted" nil (v ae1 t ih0 d)) +("vatter" nil (v ae1 t er0)) +("vaudeville" nil (v aa1 d v ih0 l)) +("vaudevillian" nil (v aa0 d v ih1 l y ax n)) +("vaugh" nil (v ao1)) +("vaughan" nil (v ao1 n)) +("vaughn" nil (v ao1 n)) +("vaughns" nil (v ao1 n z)) +("vaught" nil (v ao1 t)) +("vault" nil (v ao1 l t)) +("vaulted" nil (v ao1 l t ax d)) +("vaulting" nil (v ao1 l t ih0 ng)) +("vaults" nil (v ao1 l t s)) +("vaunted" nil (v ao1 n t ih0 d)) +("vaupel" nil (v aw0 p eh1 l)) +("vause" nil (v ao1 s)) +("vaux" nil (v ao1 k s)) +("vauxhall" nil (v aa1 k s hh ao1 l)) +("vavra" nil (v ae1 v r ax)) +("vavrek" nil (v aa1 v r eh0 k)) +("vawter" nil (v ao1 t er0)) +("vax" nil (v ae1 k s)) +("vaxes" nil (v ae1 k s ih0 z)) +("vaxstation" nil (v ae1 k s t ey1 sh ax n)) +("vayda" nil (v ey1 d ax)) +("vaz" nil (v ae1 z)) +("vazquez" nil (v ae0 s k eh1 z)) +("veach" nil (v iy1 ch)) +("veal" nil (v iy1 l)) +("veale" nil (v iy1 l)) +("veals" nil (v iy1 l z)) +("veasey" nil (v iy1 z iy0)) +("veasley" nil (v iy1 z l iy0)) +("veatch" nil (v iy1 ch)) +("veazey" nil (v iy1 z iy0)) +("veazie" nil (v iy1 z iy0)) +("veba" nil (v iy1 b ax)) +("vecchiarelli" nil (v eh0 k iy0 aa0 r eh1 l iy0)) +("vecchio" nil (v eh1 k iy0 ow0)) +("vecchione" nil (v eh1 k iy0 ow1 n iy0)) +("vecci" nil (v eh1 ch iy0)) +("vecellio" nil (v eh0 ch eh1 l iy0 ow0)) +("vector" nil (v eh1 k t er0)) +("vectra" nil (v eh1 k t r er0)) +("veda" nil (v ey1 d ax)) +("vedder" nil (v eh1 d er0)) +("vedette" nil (v ih0 d eh1 t)) +("vedis" nil (v ey1 d ih0 s)) +("vee" nil (v iy1)) +("veeco" nil (v iy1 k ow0)) +("veeder" nil (v iy1 d er0)) +("veen" nil (v iy1 n)) +("veenstra" nil (v iy1 n s t r ax)) +("veer" nil (v ih1 r)) +("veered" nil (v ih1 r d)) +("veering" nil (v ih1 r ih0 ng)) +("veers" nil (v ih1 r z)) +("vees" nil (v iy1 z)) +("vega" nil (v ey1 g ax)) +("vegas" nil (v ey1 g ax s)) +("vegesna" nil (v eh0 g eh1 s n ax)) +("vegetable" nil (v eh1 jh t ax b ax l)) +("vegetables" nil (v eh1 jh t ax b ax l z)) +("vegetal" nil (v eh1 jh ax t ax l)) +("vegetarian" nil (v eh1 jh ax t eh1 r iy0 ax n)) +("vegetarianism" nil (v eh1 jh ax t eh1 r iy0 ax n ih0 z ax m)) +("vegetarians" nil (v eh1 jh ax t eh1 r iy0 ax n z)) +("vegetation" nil (v eh1 jh ax t ey1 sh ax n)) +("vegh" nil (v eh1 g)) +("vegisnax" nil (v ax g ih1 s n ae0 k s)) +("vehemence" nil (v iy1 ax m ax n s)) +("vehement" nil (v iy1 ax m ax n t)) +("vehemently" nil (v iy1 ax m ax n t l iy0)) +("vehicle" nil (v iy1 hh ih0 k ax l)) +("vehicles" nil (v iy1 hh ih0 k ax l z)) +("vehicular" nil (v iy0 hh ih1 k y ax l er0)) +("veiga" nil (v ey1 g ax)) +("veigel" nil (v ay1 g ax l)) +("veil" nil (v ey1 l)) +("veiled" nil (v ey1 l d)) +("veiling" nil (v ey1 l ih0 ng)) +("veillette" nil (v ax l eh1 t)) +("veilleux" nil (v ax l ow1)) +("veillon" nil (v ey1 l ax n)) +("veils" nil (v ey1 l z)) +("vein" nil (v ey1 n)) +("veins" nil (v ey1 n z)) +("veit" nil (v iy1 t)) +("veitch" nil (v ay1 ch)) +("veith" nil (v iy1 th)) +("vela" nil (v eh1 l ax)) +("velagrande" nil (v eh1 l ax g r aa1 n d ey1)) +("velarde" nil (v eh0 l aa1 r d iy0)) +("velardi" nil (v eh0 l aa1 r d iy0)) +("velardo" nil (v ey0 l aa1 r d ow0)) +("velasco" nil (v eh0 l aa1 s k ow0)) +("velayati" nil (v eh0 l ay1 aa1 t iy0)) +("velazco" nil (v ax l ae1 s k ow0)) +("velazquez" nil (v eh0 l ae1 s k eh0 z)) +("velcro" nil (v eh1 l k r ow0)) +("velda" nil (v eh1 l d ax)) +("veldhuizen" nil (v eh1 l d hh ih0 z ax n)) +("veldman" nil (v eh1 l d m ax n)) +("veley" nil (v eh1 l iy0)) +("velez" nil (v eh0 l eh1 z)) +("velie" nil (v eh1 l iy0)) +("velika" nil (v eh1 l ih0 k ax)) +("veliotis" nil (v eh0 l iy0 ow1 t ih0 s)) +("veliz" nil (v eh1 l ih0 z)) +("vella" nil (v eh1 l ax)) +("vellucci" nil (v eh0 l uw1 ch iy0)) +("velma" nil (v eh1 l m ax)) +("velo" nil (v eh1 l ow0)) +("velobind" nil (v eh1 l ax b ih0 n d)) +("velocities" nil (v ax l aa1 s ax t iy0 z)) +("velocity" nil (v ax l aa1 s ax t iy0)) +("veloso" nil (v eh1 l ow1 s ow0)) +("velotta" nil (v eh0 l ow1 t ax)) +("veloz" nil (v ey1 l ow0 z)) +("velsicol" nil (v eh1 l s ih0 k aa1 l)) +("velte" nil (v eh1 l t)) +("velten" nil (v eh1 l t ax n)) +("veltman" nil (v eh1 l t m ax n)) +("veltre" nil (v eh1 l t er0)) +("veltri" nil (v eh1 l t r iy0)) +("velveeta" nil (v eh0 l v iy1 t ax)) +("velvet" nil (v eh1 l v ax t)) +("velvety" nil (v eh1 l v ax t iy0)) +("vempala" nil (v eh1 m p aa1 l ax)) +("vena" nil (v iy1 n ax)) +("venable" nil (v eh1 n ax b ax l)) +("venables" nil (v eh1 n ax b ax l z)) +("venal" nil (v iy1 n ax l)) +("venality" nil (v ih0 n ae1 l ih0 t iy0)) +("venalum" nil (v eh1 n ax l ax m)) +("venango" nil (v eh0 n ae1 ng g ow0)) +("venard" nil (v eh1 n er0 d)) +("vencill" nil (v eh1 n s ih0 l)) +("vencor" nil (v eh1 n k ao1 r)) +("vendee" nil (v eh1 n d iy1)) +("vendetta" nil (v eh0 n d eh1 t ax)) +("vendetti" nil (v eh0 n d eh1 t iy0)) +("vending" nil (v eh1 n d ih0 ng)) +("venditti" nil (v eh0 n d iy1 t iy0)) +("vendo" nil (v eh1 n d ow0)) +("vendome" nil (v eh0 n d ow1 m)) +("vendor" nil (v eh1 n d er0)) +("vendors" nil (v eh1 n d er0 z)) +("veneer" nil (v ax n ih1 r)) +("venegas" nil (v eh1 n ih0 g ax z)) +("venema" nil (v eh1 n ih0 m ax)) +("venerable" nil (v eh1 n er0 ax b ax l)) +("venerated" nil (v eh1 n er0 ey1 t ih0 d)) +("venereal" nil (v ax n ih1 r iy0 ax l)) +("venetian" nil (v ax n iy1 sh ax n)) +("veney" nil (v eh1 n iy0)) +("venezia" nil (v eh0 n eh1 z iy0 ax)) +("veneziano" nil (v eh0 n eh0 z iy0 aa1 n ow0)) +("venezuela" nil (v eh1 n ih0 z w ey1 l ax)) +("venezuelan" nil (v eh1 n ih0 z w ey1 l ax n)) +("venezuelans" nil (v eh1 n ih0 z w ey1 l ax n z)) +("vengeance" nil (v eh1 n jh ax n s)) +("vengeful" nil (v eh1 n jh f ax l)) +("venice" nil (v eh1 n ax s)) +("venier" nil (v iy1 n iy0 er0)) +("venison" nil (v eh1 n ax s ax n)) +("venita" nil (v eh0 n iy1 t ax)) +("venkatesh" nil (v eh1 n k aa0 t eh1 sh)) +("venn" nil (v eh1 n)) +("vennard" nil (v eh1 n er0 d)) +("venne" nil (v eh1 n)) +("venneman" nil (v eh1 n m ax n)) +("venner" nil (v eh1 n er0)) +("venning" nil (v eh1 n ih0 ng)) +("veno" nil (v ey1 n ow0)) +("venom" nil (v eh1 n ax m)) +("venomous" nil (v eh1 n ax m ax s)) +("venous" nil (v iy1 n ax s)) +("vensel" nil (v eh1 n s ax l)) +("venson" nil (v eh1 n s ax n)) +("vent" nil (v eh1 n t)) +("ventech" nil (v eh1 n t eh1 k)) +("vented" nil (v eh1 n t ih0 d)) +("venter" nil (v eh1 n t er0)) +("venters" nil (v eh1 n t er0 z)) +("venti" nil (v eh1 n t iy0)) +("ventilated" nil (v eh1 n t ax l ey1 t ih0 d)) +("ventilating" nil (v eh1 n t ax l ey1 t ih0 ng)) +("ventilation" nil (v eh1 n t ax l ey1 sh ax n)) +("ventilator" nil (v eh1 n t ax l ey1 t er0)) +("ventimiglia" nil (v eh1 n t ih0 m ih1 g l iy0 ax)) +("venting" nil (v eh1 n t ih0 ng)) +("vento" nil (v eh1 n t ow0)) +("ventola" nil (v eh0 n t ow1 l ax)) +("ventral" nil (v eh1 n t r ax l)) +("ventre" nil (v eh1 n t er0)) +("ventrella" nil (v eh1 n t r eh1 l ax)) +("ventres" nil (v eh1 n t er0 z)) +("ventresca" nil (v eh0 n t r eh1 s k ax)) +("ventress" nil (v eh1 n t r ih0 s)) +("ventricular" nil (v eh0 n t r ih1 k y uw0 l er0)) +("ventritex" nil (v eh1 n t r ih0 t eh1 k s)) +("vents" nil (v eh1 n t s)) +("ventura" nil (v eh0 n ch er1 ax)) +("venture" nil (v eh1 n ch er0)) +("ventured" nil (v eh1 n ch er0 d)) +("venturella" nil (v eh0 n t uh0 r eh1 l ax)) +("ventures" nil (v eh1 n ch er0 z)) +("venturesome" nil (v eh1 n ch er0 s ax m)) +("venturi" nil (v eh0 n t uh1 r iy0)) +("venturian" nil (v eh0 n t uh1 r iy0 ax n)) +("venturing" nil (v eh1 n ch er0 ih0 ng)) +("venturini" nil (v eh0 n t uh0 r iy1 n iy0)) +("venturino" nil (v eh0 n t uh0 r iy1 n ow0)) +("venue" nil (v eh1 n y uw0)) +("venues" nil (v eh1 n uw0 z)) +("venus" nil (v iy1 n ax s)) +("venuti" nil (v eh0 n uw1 t iy0)) +("venuto" nil (v eh0 n uw1 t ow0)) +("venzke" nil (v eh1 n z k)) +("vera" nil (v eh1 r ax)) +("veracity" nil (v er0 ae1 s ih0 t iy0)) +("veranda" nil (v er0 ae1 n d ax)) +("verandas" nil (v er0 ae1 n d ax z)) +("veras" nil (v eh1 r ax z)) +("verb" nil (v er1 b)) +("verba" nil (v eh1 r b ax)) +("verbal" nil (v er1 b ax l)) +("verbalize" nil (v er1 b ax l ay1 z)) +("verbalizing" nil (v er1 b ax l ay1 z ih0 ng)) +("verbally" nil (v er0 b ae1 l iy0)) +("verbatim" nil (v er0 b ey1 t ax m)) +("verbeck" nil (v er1 b eh0 k)) +("verbeek" nil (v er1 b iy0 k)) +("verbeke" nil (v er1 b ih0 k)) +("verbena" nil (v er0 b iy1 n ax)) +("verbiage" nil (v er1 b iy0 ih0 jh)) +("verble" nil (v er1 b ax l)) +("verboten" nil (v er0 b ow1 t ax n)) +("verbrugge" nil (v er1 b r ax g)) +("verbs" nil (v er1 b z)) +("verburg" nil (v er1 b er0 g)) +("vercammen" nil (v er1 k ae1 m ax n)) +("vercher" nil (v er1 k er0)) +("verda" nil (v eh1 r d ax)) +("verdant" nil (v er1 d ax n t)) +("verde" nil (v er1 d iy0)) +("verderame" nil (v er1 d er0 ax m)) +("verderber" nil (v er1 d er0 b er0)) +("verderosa" nil (v er0 d er0 ow1 s ax)) +("verdes" nil (v er1 d iy0)) +("verdi" nil (v eh1 r d iy0)) +("verdict" nil (v er1 d ih0 k t)) +("verdicts" nil (v er1 d ih0 k t s)) +("verdier" nil (v er1 d iy0 er0)) +("verdin" nil (v er1 d ih0 n)) +("verdon" nil (v eh0 r d ao1 n)) +("verdone" nil (v eh0 r d ow1 n ey0)) +("verdugo" nil (v er0 d uw1 g ow0)) +("verduin" nil (v eh0 r d uw0 ih1 n)) +("verdun" nil (v er1 d ax n)) +("verduzco" nil (v er0 d uw1 z k ow0)) +("vere" nil (v ih1 r)) +("vereb" nil (v eh1 r ih0 b)) +("vereen" nil (v ih1 r iy0 n)) +("vereinsbank" nil (v er0 ay1 n z b ae1 ng k)) +("verena" nil (v er0 ey1 n ax)) +("verene" nil (v eh1 r iy0 n)) +("veres" nil (v iy1 r z)) +("verex" nil (v eh1 r ax k s)) +("verga" nil (v eh1 r g ax)) +("vergara" nil (v er0 g aa1 r ax)) +("verge" nil (v er1 jh)) +("verges" nil (v er1 jh ih0 z)) +("vergesh" nil (v er1 g eh1 sh)) +("vergil" nil (v er1 jh ax l)) +("verging" nil (v er1 jh ih0 ng)) +("vergresh" nil (v er1 g r eh1 sh)) +("verhage" nil (v er1 hh ih0 jh)) +("verhagen" nil (v er1 hh ax g ax n)) +("verhey" nil (v er1 hh iy0)) +("verhoef" nil (v er1 hh ow0 f)) +("verhoeven" nil (v er1 hh ow0 v ax n)) +("verhoff" nil (v er1 hh ao0 f)) +("verhofstadt" nil (v er0 hh ao1 f s t ae1 t)) +("verhulst" nil (v er1 hh ax l s t)) +("veribanc" nil (v eh1 r ih0 b ae1 ng k)) +("verifiable" nil (v eh1 r ax f ay1 ax b ax l)) +("verification" nil (v eh1 r ax f ax k ey1 sh ax n)) +("verified" nil (v eh1 r ax f ay1 d)) +("verifies" nil (v eh1 r ax f ay1 z)) +("verify" nil (v eh1 r ax f ay1)) +("verifying" nil (v eh1 r ax f ay1 ih0 ng)) +("verina" nil (v er0 iy1 n ax)) +("verine" nil (v er0 iy1 n iy0)) +("verisimilitude" nil (v eh1 r ax s ax m ih1 l ax t uw1 d)) +("verit" nil (v eh1 r ih0 t)) +("veritable" nil (v eh1 r ih0 t ax b ax l)) +("verities" nil (v eh1 r ax t iy0 z)) +("verity" nil (v eh1 r ax t iy0)) +("verkuilen" nil (v er1 k ax l ax n)) +("verla" nil (v eh1 r l ax)) +("verlag" nil (v er1 l ae0 g)) +("verleger" nil (v er1 l ax g er0)) +("verley" nil (v er1 l iy0)) +("verma" nil (v eh1 r m ax)) +("vermeer" nil (v er1 m ih0 r)) +("vermette" nil (v er0 m eh1 t)) +("vermeulen" nil (v er0 m oy1 l ax n)) +("vermilion" nil (v er0 m ih1 l y ax n)) +("vermillion" nil (v er0 m ih1 l y ax n)) +("vermilya" nil (v er0 m iy1 l y ax)) +("vermilyea" nil (v er0 m iy1 l y ax)) +("vermin" nil (v er1 m ih0 n)) +("vermont" nil (v er0 m aa1 n t)) +("vermouth" nil (v er0 m uw1 th)) +("vern" nil (v er1 n)) +("verna" nil (v er1 n ax)) +("vernacular" nil (v er0 n ae1 k y ax l er0)) +("vernal" nil (v er1 n ax l)) +("verne" nil (v er1 n)) +("verner" nil (v er1 n er0)) +("vernes" nil (v er1 n z)) +("verneta" nil (v er0 n eh1 t ax)) +("verney" nil (v er1 n iy0)) +("vernick" nil (v er1 n ih0 k)) +("vernier" nil (v er1 n iy0 er0)) +("vernis" nil (v er1 n ih0 s)) +("vernita" nil (v er0 n iy1 t ax)) +("vernitron" nil (v er1 n ih0 t r aa0 n)) +("verno" nil (v eh1 r n ow0)) +("vernon" nil (v er1 n ax n)) +("vernor" nil (v er1 n er0)) +("vero" nil (v eh1 r ow0)) +("veron" nil (v eh1 r ax n)) +("verona" nil (v er0 ow1 n ax)) +("veronda" nil (v eh0 r aa1 n d ax)) +("veronica" nil (v er0 aa1 n ih0 k ax)) +("veronique" nil (v eh1 r aa0 n iy1 k)) +("veronis" nil (v eh0 r ow1 n ih0 s)) +("verrall" nil (v eh1 r ax l)) +("verrastro" nil (v eh1 r ae1 s t r ow0)) +("verrell" nil (v eh0 r ey1 l)) +("verret" nil (v eh1 r ey0 t)) +("verrett" nil (v eh1 r ih0 t)) +("verrette" nil (v er0 eh1 t)) +("verri" nil (v eh1 r iy0)) +("verrier" nil (v eh1 r iy0 er0)) +("verrill" nil (v eh0 r iy1 l)) +("verrilli" nil (v er0 iy1 l iy0)) +("verry" nil (v eh1 r iy0)) +("versa" nil (v er1 s ax)) +("versace" nil (v er0 s aa1 s)) +("versailles" nil (v eh0 r s ay1)) +("versatile" nil (v er1 s ax t ax l)) +("versatility" nil (v er1 s ax t ih1 l ax t iy0)) +("verse" nil (v er1 s)) +("versed" nil (v er1 s t)) +("verser" nil (v er1 s er0)) +("verses" nil (v er1 s ax z)) +("versicherung" nil (v er0 s ih1 ch er0 ax ng)) +("versicherungs" nil (v er0 s ih1 ch er0 ax ng z)) +("version" nil (v er1 zh ax n)) +("versions" nil (v er1 zh ax n z)) +("versluis" nil (v er1 s l uw0 ih0 z)) +("versteeg" nil (v er1 s t iy0 g)) +("verstraete" nil (v er1 s t r eh0 t)) +("versus" nil (v er1 s ax s)) +("vert" nil (v er1 t)) +("vertebral" nil (v er1 t ax b r ax l)) +("vertebrates" nil (v er1 t ax b r ey1 t s)) +("vertel" nil (v er1 t eh1 l)) +("vertex" nil (v er1 t eh1 k s)) +("vertical" nil (v er1 t ih0 k ax l)) +("vertically" nil (v er1 t ih0 k l iy0)) +("verticom" nil (v er1 t ih0 k aa0 m)) +("vertigo" nil (v er1 t ih0 g ow1)) +("vertol" nil (v er1 t aa0 l)) +("vertrees" nil (v er0 t r iy1 z)) +("vertucci" nil (v er0 t uw1 ch iy0)) +("vertz" nil (v er1 t s)) +("verve" nil (v er1 v)) +("verville" nil (v er1 v ih0 l)) +("verwey" nil (v er1 w iy0)) +("verwoerd" nil (v er0 w ao1 r d)) +("very" nil (v eh1 r iy0)) +("vescio" nil (v eh1 s iy0 ow0)) +("vesco" nil (v eh1 s k ow0)) +("vesel" nil (v eh1 s ax l)) +("veselka" nil (v ey0 s ey1 l k ax)) +("vesely" nil (v iy1 z l iy0)) +("vesey" nil (v eh1 s iy0)) +("vesmen" nil (v eh1 s m ax n)) +("vespa" nil (v ey1 s p ax)) +("vesper" nil (v eh1 s p er0)) +("vespera" nil (v ey0 s p eh1 r ax)) +("vess" nil (v eh1 s)) +("vessel" nil (v eh1 s ax l)) +("vessell" nil (v eh1 s ax l)) +("vessels" nil (v eh1 s ax l z)) +("vesser" nil (v eh1 s er0)) +("vessey" nil (v eh1 s iy0)) +("vest" nil (v eh1 s t)) +("vesta" nil (v eh1 s t ax)) +("vestal" nil (v eh1 s t ax l)) +("vestar" nil (v eh1 s t er0)) +("vested" nil (v eh1 s t ax d)) +("vester" nil (v eh1 s t er0)) +("vestige" nil (v eh1 s t ih0 jh)) +("vestiges" nil (v eh1 s t ih0 jh ih0 z)) +("vestigial" nil (v ax s t ih1 jh iy0 ax l)) +("vesting" nil (v eh1 s t ih0 ng)) +("vestron" nil (v eh1 s t r ax n)) +("vests" nil (v eh1 s t s)) +("vesuvius" nil (v ax s uw1 v iy0 ax s)) +("vet" nil (v eh1 t)) +("veta" nil (v eh1 t ax)) +("vetco" nil (v eh1 t k ow0)) +("veteran" nil (v eh1 t er0 ax n)) +("veterans" nil (v eh1 t er0 ax n z)) +("vetere" nil (v eh1 t er0)) +("veterinarian" nil (v eh1 t r ax n eh1 r iy0 ax n)) +("veterinarians" nil (v eh1 t r ax n eh1 r iy0 ax n z)) +("veterinary" nil (v eh1 t r ax n eh1 r iy0)) +("veteto" nil (v eh0 t eh1 t ow0)) +("veto" nil (v iy1 t ow0)) +("vetoed" nil (v iy1 t ow0 d)) +("vetoes" nil (v iy1 t ow0 z)) +("vetoing" nil (v iy1 t ow0 ih0 ng)) +("vetos" nil (v iy1 t ow0 z)) +("vetrano" nil (v eh0 t r aa1 n ow0)) +("vets" nil (v eh1 t s)) +("vetsch" nil (v eh1 ch)) +("vette" nil (v eh1 t)) +("vetted" nil (v eh1 t ih0 d)) +("vetter" nil (v eh1 t er0)) +("veuve" nil (v y uw1 v)) +("vevay" nil (v eh1 v ey0)) +("veverka" nil (v ey0 v eh1 r k ax)) +("vevey" nil (v eh1 v iy0)) +("vevila" nil (v ey0 v iy1 l ax)) +("vex" nil (v eh1 k s)) +("vexatious" nil (v eh0 k s ey1 sh ax s)) +("vexed" nil (v eh1 k s t)) +("vexing" nil (v eh1 k s ih0 ng)) +("vey" nil (v ey1)) +("veyne" nil (v ey1 n)) +("vezina" nil (v eh0 z iy1 n ax)) +("via" nil (v ay1 ax)) +("viability" nil (v ay0 ax b ih1 l ax t iy0)) +("viable" nil (v ay1 ax b ax l)) +("viacom" nil (v ay1 ax k aa0 m)) +("viaducts" nil (v ay1 ax d ax k t s)) +("viag" nil (v ay1 ae0 g)) +("viagene" nil (v ay1 ax jh iy1 n)) +("vial" nil (v ay1 ax l)) +("viall" nil (v ay1 ax l)) +("vialpando" nil (v iy0 aa0 l p aa1 n d ow0)) +("vials" nil (v ay1 ax l z)) +("vian" nil (v iy1 ax n)) +("viana" nil (v iy0 ae1 n ax)) +("viani" nil (v iy0 aa1 n iy0)) +("viano" nil (v iy0 aa1 n ow0)) +("viar" nil (v ay1 er0)) +("viars" nil (v ay1 er0 z)) +("viatical" nil (v ay1 ae1 t ih0 k ax l)) +("viator" nil (v ay0 ey1 t er0)) +("viau" nil (v iy0 ow1)) +("vibbert" nil (v ih1 b er0 t)) +("vibes" nil (v ay1 b z)) +("vibrancy" nil (v ay1 b r ax n s iy0)) +("vibrant" nil (v ay1 b r ax n t)) +("vibrate" nil (v ay1 b r ey0 t)) +("vibrating" nil (v ay1 b r ey0 t ih0 ng)) +("vibration" nil (v ay0 b r ey1 sh ax n)) +("vibrations" nil (v ay0 b r ey1 sh ax n z)) +("vibrato" nil (v iy0 b r aa1 t ow0)) +("vic" nil (v ih1 k)) +("vicar" nil (v ih1 k er0)) +("vicari" nil (v iy0 k aa1 r iy0)) +("vicario" nil (v iy0 k aa1 r iy0 ow0)) +("vicarious" nil (v ay0 k eh1 r iy0 ax s)) +("vicariously" nil (v ay0 k eh1 r iy0 ax s l iy0)) +("vicars" nil (v ih1 k er0 z)) +("vice" nil (v ay1 s)) +("vicencio" nil (v ih0 s eh1 n s iy0 ow0)) +("vicente" nil (v iy0 ch eh1 n t iy0)) +("vicenzi" nil (v ih0 s eh1 n z iy0)) +("viceroy" nil (v ay1 s r oy0)) +("vices" nil (v ay1 s ax z)) +("vichy" nil (v iy1 sh iy0)) +("vicinity" nil (v ax s ih1 n ax t iy0)) +("vicino" nil (v iy0 ch iy1 n ow0)) +("vicious" nil (v ih1 sh ax s)) +("viciously" nil (v ih1 sh ax s l iy0)) +("vicissitudes" nil (v ih0 s ih1 s ih0 t uw0 d z)) +("vick" nil (v ih1 k)) +("vicker" nil (v ih1 k er0)) +("vickerman" nil (v ih1 k er0 m ax n)) +("vickers" nil (v ih1 k er0 z)) +("vickery" nil (v ih0 s k er1 iy0)) +("vickey" nil (v ih1 k iy0)) +("vicki" nil (v ih1 k iy0)) +("vickie" nil (v ih1 k iy0)) +("vicknair" nil (v ih1 k n er0)) +("vickrey" nil (v ih1 k r iy0)) +("vickroy" nil (v ih1 k r oy1)) +("vicks" nil (v ih1 k s)) +("vicksburg" nil (v ih1 k s b er0 g)) +("vicky" nil (v ih1 k iy0)) +("vicomte" nil (v ih0 k aa1 m t iy0)) +("vicon" nil (v ih1 k ax n)) +("vicorp" nil (v ay1 k ao0 r p)) +("victim" nil (v ih1 k t ax m)) +("victimization" nil (v ih1 k t ax m ax z ey1 sh ax n)) +("victimized" nil (v ih1 k t ax m ay0 z d)) +("victimless" nil (v ih1 k t ax m l ax s)) +("victims" nil (v ih1 k t ax m z)) +("victoire" nil (v ih0 k t w aa1 r)) +("victor" nil (v ih1 k t er0)) +("victoria" nil (v ih0 k t ao1 r iy0 ax)) +("victorian" nil (v ih0 k t ao1 r iy0 ax n)) +("victorians" nil (v ih0 k t ao1 r iy0 ax n z)) +("victorias" nil (v ih0 k t ao1 r iy0 ax z)) +("victories" nil (v ih1 k t er0 iy0 z)) +("victorine" nil (v iy0 k t ao0 r iy1 n iy0)) +("victorino" nil (v iy0 k t ao0 r iy1 n ow0)) +("victorious" nil (v ih0 k t ao1 r iy0 ax s)) +("victors" nil (v ih1 k t er0 z)) +("victory" nil (v ih1 k t er0 iy0)) +("vicuna" nil (v ih0 k y uw1 n ax)) +("vida" nil (v ay1 d ax)) +("vidal" nil (v ay0 d ae1 l)) +("vidales" nil (v iy0 d aa1 l eh0 s)) +("vidalia" nil (v ih0 d ey1 l y ax)) +("vidaurri" nil (v ih0 d ao1 r iy0)) +("vide" nil (v ay1 d)) +("video" nil (v ih1 d iy0 ow0)) +("videocassette" nil (v ih1 d iy0 ow0 k ae0 s eh1 t)) +("videocassettes" nil (v ih1 d iy0 ow0 k ae0 s eh1 t s)) +("videoconferencing" nil (v iy1 d iy0 ow0 k aa1 n f r ax n s ih0 ng)) +("videodisk" nil (v ih1 d iy0 ow0 d ih1 s k)) +("videodisks" nil (v ih1 d iy0 ow0 d ih1 s k s)) +("videogame" nil (v ih1 d iy0 ow0 g ey1 m)) +("videophone" nil (v ih1 d iy0 ow0 f ow1 n)) +("videos" nil (v ih1 d iy0 ow0 z)) +("videotape" nil (v ih1 d iy0 ow0 t ey1 p)) +("videotaped" nil (v ih1 d iy0 ow0 t ey1 p t)) +("videotapes" nil (v ih1 d iy0 ow0 t ey1 p s)) +("videotaping" nil (v ih1 d iy0 ow0 t ey1 p ih0 ng)) +("videotex" nil (v ih1 d iy0 ow0 t eh1 k s)) +("videotext" nil (v ih1 d iy0 ow0 t eh1 k s t)) +("videotron" nil (v ih1 d iy0 ow0 t r aa1 n)) +("vidigo" nil (v ih1 d iy0 g ow1)) +("vidmar" nil (v ih1 d m er0)) +("vidonia" nil (v iy0 d ow1 n iy0 ax)) +("vidrine" nil (v iy0 d r iy1 n)) +("vie" nil (v ay1)) +("vieau" nil (v iy0 ow1)) +("viebrock" nil (v iy1 b r ax k)) +("vied" nil (v ay1 d)) +("viedma" nil (v iy1 d m ax)) +("viegas" nil (v iy1 g ax z)) +("vieira" nil (v iy0 eh1 r ax)) +("viejo" nil (v iy0 eh1 jh ow0)) +("viel" nil (v iy1 l)) +("viele" nil (v iy1 l)) +("vielma" nil (v iy1 l m ax)) +("vien" nil (v iy1 n)) +("vienna" nil (v iy0 eh1 n ax)) +("vienneau" nil (v ax n ow1)) +("viennese" nil (v iy0 eh1 n iy1 s)) +("vienot" nil (v iy1 n aa0 t)) +("viens" nil (v iy1 n z)) +("viera" nil (v iy1 r ax)) +("viereck" nil (v ih1 r ih0 k)) +("vierling" nil (v ih1 r l ih0 ng)) +("vierra" nil (v ih1 r ax)) +("viers" nil (v ih1 r z)) +("viertel" nil (v ih1 r t eh0 l)) +("vies" nil (v ay1 z)) +("viet" nil (v iy0 eh1 t)) +("vietcong" nil (v iy0 eh1 t k ao1 ng)) +("vieth" nil (v ay1 ih0 th)) +("vietnam" nil (v iy0 eh1 t n aa1 m)) +("vietnamese" nil (v iy0 eh0 t n aa0 m iy1 s)) +("vietor" nil (v iy1 t er0)) +("viets" nil (v iy1 t s)) +("vietti" nil (v iy0 eh1 t iy0)) +("view" nil (v y uw1)) +("viewed" nil (v y uw1 d)) +("viewer" nil (v y uw1 er0)) +("viewers" nil (v y uw1 er0 z)) +("viewership" nil (v y uw1 er0 sh ih1 p)) +("viewing" nil (v y uw1 ih0 ng)) +("viewpoint" nil (v y uw1 p oy1 n t)) +("viewpoints" nil (v y uw1 p oy1 n t s)) +("views" nil (v y uw1 z)) +("vieyra" nil (v iy0 eh1 r ax)) +("vig" nil (v ih1 g)) +("vigdor" nil (v ih1 g d er0)) +("vigeant" nil (v ih1 jh ax n t)) +("vigeland" nil (v ay1 g l ax n d)) +("vigen" nil (v ih1 g ax n)) +("viger" nil (v ay1 g er0)) +("viggiano" nil (v ih0 jh iy0 aa1 n ow0)) +("vigil" nil (v ih1 jh ax l)) +("vigilance" nil (v ih1 jh ax l ax n s)) +("vigilant" nil (v ih1 jh ax l ax n t)) +("vigilante" nil (v ih1 jh ax l ae1 n t iy0)) +("vigilantes" nil (v ih1 jh ax l ae1 n t iy0 z)) +("vigilantism" nil (v ih1 jh ax l ae1 n t ih0 z ax m)) +("vigilia" nil (v iy0 jh iy1 l iy0 ax)) +("viglione" nil (v ih0 g l iy0 ow1 n iy0)) +("vigliotti" nil (v ih0 g l iy0 ao1 t iy0)) +("viglund" nil (v ih1 g l ax n d)) +("vigna" nil (v ih1 g n ax)) +("vigneau" nil (v ih0 g n ow1)) +("vigneault" nil (v ih0 g n ow1)) +("vignette" nil (v ih0 n y eh1 t)) +("vignettes" nil (v ih0 n y eh1 t s)) +("vignola" nil (v iy0 g n ow1 l ax)) +("vigo" nil (v iy1 g ow0)) +("vigor" nil (v ih1 g er0)) +("vigorito" nil (v iy0 g ao0 r iy1 t ow0)) +("vigorous" nil (v ih1 g er0 ax s)) +("vigorously" nil (v ih1 g er0 ax s l iy0)) +("vigue" nil (v iy1 g)) +("viguerie" nil (v ih1 g er0 iy0)) +("vigus" nil (v ay1 g ax s)) +("vik" nil (v ih1 k)) +("viking" nil (v ay1 k ih0 ng)) +("vikings" nil (v ay1 k ih0 ng z)) +("viktor" nil (v ih1 k t er0)) +("vila" nil (v iy1 l ax)) +("vilardo" nil (v iy0 l aa1 r d ow0)) +("vilas" nil (v iy1 l aa0 z)) +("vile" nil (v ay1 l)) +("viles" nil (v ay1 l z)) +("vilhauer" nil (v ih1 l hh aw0 er0)) +("vilification" nil (v ih1 l ax f ax k ey1 sh ax n)) +("vilified" nil (v ih1 l ax f ay0 d)) +("vilify" nil (v ih1 l ih0 f ay1)) +("villa" nil (v ih1 l ax)) +("villafana" nil (v iy0 l aa0 f ae1 n ax)) +("villafane" nil (v iy0 l aa0 f aa1 n ey0)) +("villafranca" nil (v ih1 l ax f r ae1 ng k ax)) +("villafuerte" nil (v iy0 l aa0 f w eh1 r t ey0)) +("village" nil (v ih1 l ax jh)) +("villager" nil (v ih1 l ih0 jh er0)) +("villagers" nil (v ih1 l ih0 jh er0 z)) +("villages" nil (v ih1 l ax jh ax z)) +("villagomez" nil (v iy0 l aa0 g ow1 m eh0 z)) +("villagran" nil (v iy0 l aa0 g r aa1 n)) +("villagrana" nil (v iy0 l aa0 g r ae1 n ax)) +("villain" nil (v ih1 l ax n)) +("villainous" nil (v ih1 l ax n ax s)) +("villains" nil (v ih1 l ax n z)) +("villalba" nil (v iy0 l aa1 l b ax)) +("villalobos" nil (v iy0 l aa0 l ow1 b ow0 z)) +("villalon" nil (v iy0 l aa0 l ao1 n)) +("villalovos" nil (v iy0 l aa0 l ow1 v ow0 z)) +("villalpando" nil (v iy0 l aa0 l p aa1 n d ow0)) +("villalva" nil (v iy0 l aa1 l v ax)) +("villamil" nil (v iy0 l aa0 m iy1 l)) +("villani" nil (v iy0 l aa1 n iy0)) +("villano" nil (v iy0 l aa1 n ow0)) +("villanova" nil (v ih1 l ax n ow1 v ax)) +("villanueva" nil (v iy0 l aa0 n w eh1 v ax)) +("villar" nil (v ih1 l er0)) +("villard" nil (v ih1 l er0 d)) +("villareal" nil (v ih0 l er0 iy0 aa1 l)) +("villari" nil (v iy0 l aa1 r iy0)) +("villarreal" nil (v iy0 l aa0 r iy1 l)) +("villars" nil (v ih1 l er0 z)) +("villas" nil (v ih1 l ax z)) +("villasana" nil (v iy0 l aa0 s ae1 n ax)) +("villasenor" nil (v iy0 l aa0 s ey0 ax n ao1 r)) +("villaverde" nil (v iy0 l aa0 v eh1 r d iy0)) +("villavicencio" nil (v ih1 l ax v ih0 s eh1 n s iy0 ow0)) +("ville" nil (v ih1 l)) +("villegas" nil (v ih1 l ih0 g ax z)) +("villela" nil (v ih1 l ih0 l ax)) +("villella" nil (v iy0 l eh1 l ax)) +("villeneuve" nil (v ih1 l ih0 n uw0 v)) +("villers" nil (v ih1 l er0 z)) +("villette" nil (v ih0 l eh1 t)) +("villiers" nil (v ih1 l y er0 z)) +("villines" nil (v ih1 l ay1 n z)) +("villwock" nil (v ih1 l w ax k)) +("vilma" nil (v ih1 l m ax)) +("vilnius" nil (v ih1 l n iy0 ax s)) +("viloria" nil (v iy0 l ao1 r iy0 ax)) +("vim" nil (v ih1 m)) +("vin" nil (v ih1 n)) +("vina" nil (v iy1 n ax)) +("vinal" nil (v ay1 n ax l)) +("vinca" nil (v ih1 ng k ax)) +("vince" nil (v ih1 n s)) +("vincelette" nil (v ih1 n s ih0 l eh0 t)) +("vincennes" nil (v ih1 n s eh1 n ax s)) +("vincent" nil (v ih1 n s ax n t)) +("vincente" nil (v ih0 n ch eh1 n t iy0)) +("vincenti" nil (v iy0 n ch eh1 n t iy0)) +("vincentia" nil (v iy0 n ch eh1 n sh ax)) +("vincenzo" nil (v ih0 n s eh1 n z ow0)) +("vinci" nil (v ih1 n s iy0)) +("vinciguerra" nil (v iy0 n ch iy0 g eh1 r ax)) +("vindicate" nil (v ih1 n d ax k ey0 t)) +("vindicated" nil (v ih1 n d ax k ey0 t ih0 d)) +("vindicates" nil (v ih1 n d ih0 k ey1 t s)) +("vindication" nil (v ih0 n d ax k ey1 sh ax n)) +("vindictive" nil (v ih0 n d ih1 k t ih0 v)) +("vindictiveness" nil (v ih0 n d ih1 k t ih0 v n ax s)) +("vine" nil (v ay1 n)) +("vinegar" nil (v ih1 n ax g er0)) +("vinegars" nil (v ih1 n ih0 g er0 z)) +("vineland" nil (v ay1 n l ax n d)) +("viner" nil (v ay1 n er0)) +("vines" nil (v ay1 n z)) +("vinet" nil (v ih1 n ih0 t)) +("viney" nil (v ay1 n iy0)) +("vineyard" nil (v ih1 n y er0 d)) +("vineyards" nil (v ih1 n y er0 d z)) +("vingmed" nil (v ih1 ng m eh0 d)) +("vingo" nil (v ih1 ng g ow0)) +("vinicio" nil (v ih0 n ih1 s iy0 ow0)) +("vinik" nil (v ih1 n ih0 k)) +("vining" nil (v ay1 n ih0 ng)) +("vinita" nil (v iy0 n iy1 t ax)) +("vinje" nil (v ih1 n jh)) +("vink" nil (v ih1 ng k)) +("vinnie" nil (v ih1 n iy0)) +("vinny" nil (v ih1 n iy0)) +("vinocur" nil (v ih1 n ax k er0)) +("vinsant" nil (v iy1 n s ax n t)) +("vinso" nil (v ih1 n s ow0)) +("vinson" nil (v ih1 n s ax n)) +("vint" nil (v ih1 n t)) +("vintage" nil (v ih1 n t ih0 jh)) +("vintages" nil (v ih1 n t ih0 jh ih0 z)) +("vintner" nil (v ih1 n t n er0)) +("vintners" nil (v ih1 n t n er0 z)) +("vinton" nil (v ih1 n t ax n)) +("vinyard" nil (v ih1 n y er0 d)) +("vinyl" nil (v ay1 n ax l)) +("vinzant" nil (v ih1 n z ax n t)) +("viola" nil (v ay0 ow1 l ax)) +("violante" nil (v iy0 ow0 l aa1 n t iy0)) +("violas" nil (v iy0 ow1 l ax z)) +("violate" nil (v ay1 ax l ey0 t)) +("violated" nil (v ay1 ax l ey0 t ih0 d)) +("violates" nil (v ay1 ax l ey0 t s)) +("violating" nil (v ay1 ax l ey0 t ih0 ng)) +("violation" nil (v ay0 ax l ey1 sh ax n)) +("violations" nil (v ay0 ax l ey1 sh ax n z)) +("violator" nil (v ay1 ax l ey1 t er0)) +("violators" nil (v ay1 ax l ey0 t er0 z)) +("viole" nil (v ay1 ow1 l)) +("violence" nil (v ay1 ax l ax n s)) +("violent" nil (v ay1 ax l ax n t)) +("violently" nil (v ay1 ax l ax n t l iy0)) +("violet" nil (v ay1 ax l ih0 t)) +("violeta" nil (v iy1 ow0 l eh1 t ax)) +("violets" nil (v ay1 ax l ax t s)) +("violett" nil (v ay1 ax l ax t)) +("violetta" nil (v iy0 ow0 l eh1 t ax)) +("violette" nil (v iy1 ow0 l eh1 t)) +("violin" nil (v ay0 ax l ih1 n)) +("violinist" nil (v ay0 ax l ih1 n ax s t)) +("violins" nil (v ay0 ax l ih1 n z)) +("violist" nil (v iy1 ow1 l ax s t)) +("viper" nil (v ay1 p er0)) +("vipers" nil (v ay1 p er0 z)) +("vipond" nil (v ih1 p ax n d)) +("vipont" nil (v ih1 p aa1 n t)) +("vipperman" nil (v ih1 p er0 m ax n)) +("virag" nil (v ao1 r ax g)) +("virago" nil (v ih1 r ax g ow0)) +("viral" nil (v ay1 r ax l)) +("viramontes" nil (v ih0 r aa0 m ow1 n t eh0 s)) +("viratek" nil (v ih1 r ax t eh1 k)) +("viray" nil (v ay1 r ey0)) +("virazole" nil (v ih1 r ax z ow1 l)) +("virco" nil (v er1 k ow0)) +("virden" nil (v er1 d ax n)) +("viren" nil (v ih1 r ax n)) +("vires" nil (v ay1 r z)) +("virga" nil (v er1 g ax)) +("virge" nil (v er1 jh)) +("virgen" nil (v er1 jh ax n)) +("virgie" nil (v er1 g iy0)) +("virgil" nil (v er1 jh ax l)) +("virgilio" nil (v er0 jh ih1 l iy0 ow0)) +("virgin" nil (v er1 jh ih0 n)) +("virginal" nil (v er1 jh ax n ax l)) +("virginia" nil (v er0 jh ih1 n y ax)) +("virginian" nil (v er0 jh ih1 n y ax n)) +("virginians" nil (v er0 jh ih1 n y ax n z)) +("virginity" nil (v er0 jh ih1 n ih0 t iy0)) +("virgins" nil (v er1 jh ax n z)) +("virgo" nil (v er1 g ow0)) +("virgy" nil (v er1 jh iy0)) +("viridis" nil (v ao1 r ih0 d ih0 s)) +("virile" nil (v ih1 r ax l)) +("virility" nil (v er0 ih1 l ax t iy0)) +("virina" nil (v ih0 r iy1 n ax)) +("virkler" nil (v er1 k ax l er0)) +("virna" nil (v er1 n ax)) +("virnig" nil (v er1 n ih0 g)) +("virological" nil (v ay0 r ax l aa1 jh ih0 k ax l)) +("virology" nil (v ih0 r aa1 l ax jh iy0)) +("virts" nil (v er1 t s)) +("virtual" nil (v er1 ch uw0 ax l)) +("virtually" nil (v er1 ch uw0 ax l iy0)) +("virtue" nil (v er1 ch uw0)) +("virtues" nil (v er1 ch uw0 z)) +("virtuosity" nil (v er0 ch uw0 aa1 s ih0 t iy0)) +("virtuoso" nil (v er0 ch uw0 ow1 s ow0)) +("virtuous" nil (v er1 ch uw0 ax s)) +("virulence" nil (v ih1 r ax l ax n s)) +("virulent" nil (v ih1 r ax l ax n t)) +("virulently" nil (v ih1 r ax l ax n t l iy0)) +("virus" nil (v ay1 r ax s)) +("viruses" nil (v ay1 r ax s ax z)) +("virzi" nil (v ih1 r z iy0)) +("vis" nil (v ih1 s)) +("visa" nil (v iy1 z ax)) +("visage" nil (v ih1 z ax jh)) +("visas" nil (v iy1 z ax z)) +("viscardi" nil (v iy0 s k aa1 r d iy0)) +("visceral" nil (v ih1 s er0 ax l)) +("viscerally" nil (v ih1 s er0 ax l iy0)) +("visclosky" nil (v ih0 s k l ao1 s k iy0)) +("visco" nil (v iy1 s k ow0)) +("viscomi" nil (v iy0 s k ow1 m iy0)) +("visconti" nil (v iy0 s k ow1 n t iy0)) +("viscosity" nil (v ih0 s k aa1 s ax t iy0)) +("viscous" nil (v ih1 s k ax s)) +("viscusi" nil (v iy0 s k uw1 s iy0)) +("viscuso" nil (v iy0 s k uw1 s ow0)) +("vise" nil (v ay1 s)) +("vishay" nil (v ih1 sh ey0)) +("visibility" nil (v ih1 z ax b ih1 l ih0 t iy0)) +("visible" nil (v ih1 z ax b ax l)) +("visibly" nil (v ih1 z ax b l iy0)) +("visicalc" nil (v ih1 z ih0 k ae1 l k)) +("visigoths" nil (v ih1 z ax g aa0 th s)) +("vision" nil (v ih1 zh ax n)) +("visionaries" nil (v ih1 zh ax n eh0 r iy0 z)) +("visionary" nil (v ih1 zh ax n eh1 r iy0)) +("visions" nil (v ih1 zh ax n z)) +("visit" nil (v ih1 z ax t)) +("visitation" nil (v ih1 z ax t ey1 sh ax n)) +("visited" nil (v ih1 z ax t ax d)) +("visiting" nil (v ih1 z ax t ih0 ng)) +("visitor" nil (v ih1 z ax t er0)) +("visitors" nil (v ih1 z ax t er0 z)) +("visits" nil (v ih1 z ax t s)) +("visnic" nil (v ih1 s n ih0 ch)) +("visors" nil (v ih1 z er0 z)) +("visscher" nil (v ih1 sh er0)) +("visser" nil (v ih1 s er0)) +("vista" nil (v ih1 s t ax)) +("vistas" nil (v ih1 s t ax z)) +("visual" nil (v ih1 zh ax w ax l)) +("visualization" nil (v ih1 zh w ax l ax z ey1 sh ax n)) +("visualize" nil (v ih1 zh w ax l ay1 z)) +("visualizing" nil (v ih1 zh w ax l ay1 z ih0 ng)) +("visually" nil (v ih1 zh w ax l iy0)) +("visuals" nil (v ih1 zh w ax l z)) +("visx" nil (v ih1 s eh1 k s)) +("vita" nil (v ay1 t ax)) +("vitagliano" nil (v iy0 t aa0 g l iy0 aa1 n ow0)) +("vital" nil (v ay1 t ax l)) +("vitale" nil (v ih0 t ae1 l iy0)) +("vitali" nil (v iy0 t aa1 l iy0)) +("vitalink" nil (v ay1 t ax l ih1 ng k)) +("vitality" nil (v ay0 t ae1 l ax t iy0)) +("vitally" nil (v ay1 t ax l iy0)) +("vitaly" nil (v ax t ae1 l iy0)) +("vitamin" nil (v ay1 t ax m ax n)) +("vitamins" nil (v ay1 t ax m ax n z)) +("vitanza" nil (v ih0 t ae1 n z ax)) +("vitarine" nil (v ih1 t er0 iy1 n)) +("vitek" nil (v ih1 t eh0 k)) +("vitelli" nil (v ih0 t eh1 l iy0)) +("vitello" nil (v ih0 t eh1 l ow0)) +("viti" nil (v iy1 t iy0)) +("vitia" nil (v iy1 sh ax)) +("vitiello" nil (v iy0 t iy0 eh1 l ow0)) +("vitner" nil (v ih1 t n er0)) +("vito" nil (v iy1 t ow0)) +("vitolo" nil (v iy0 t ow1 l ow0)) +("vitramon" nil (v ih1 t r ax m aa0 n)) +("vitrano" nil (v iy0 t r aa1 n ow0)) +("vitreous" nil (v ih1 t r iy0 ax s)) +("vitric" nil (v ih1 t r ih0 k)) +("vitriol" nil (v ih1 t r iy0 ax l)) +("vitriolic" nil (v ih1 t r iy0 aa1 l ih0 k)) +("vitro" nil (v ih1 t r ow0)) +("vitronics" nil (v ay1 t r aa1 n ih0 k s)) +("vitruvius" nil (v ih0 t r uw1 v iy0 ax s)) +("vitry" nil (v ih1 t r iy0)) +("vitt" nil (v ih1 t)) +("vittetoe" nil (v ih1 t ih0 t ow0)) +("vittitow" nil (v ih1 t ih0 t ow0)) +("vittles" nil (v ih1 t ax l z)) +("vittoria" nil (v ih0 t ao1 r iy0 ax)) +("vittorio" nil (v iy0 t ao1 r iy0 ow0)) +("vitucci" nil (v iy0 t uw1 ch iy0)) +("vitulli" nil (v iy0 t uw1 l iy0)) +("vitullo" nil (v iy0 t uw1 l ow0)) +("viv" nil (v ih1 v)) +("viva" nil (v iy1 v ax)) +("vivacious" nil (v ax v ey1 sh ax s)) +("vivaldi" nil (v ih0 v aa1 l d iy0)) +("vivas" nil (v iy1 v ax z)) +("viveiros" nil (v iy0 v ih1 r ow0 z)) +("vivendi" nil (v ih0 v eh1 n d iy0)) +("viverette" nil (v ih1 v er0 eh1 t)) +("viveros" nil (v iy0 v eh1 r ow0 z)) +("vives" nil (v ay1 v z)) +("vivian" nil (v ih1 v iy0 ax n)) +("viviana" nil (v ih0 v iy0 ae1 n ax)) +("viviani" nil (v iy1 v iy0 aa1 n iy0)) +("viviano" nil (v iy1 v iy0 aa1 n ow0)) +("vivid" nil (v ih1 v ax d)) +("vividly" nil (v ih1 v ax d l iy0)) +("vividness" nil (v ih1 v ax d n ax s)) +("vivie" nil (v ih1 v iy0)) +("vivien" nil (v ih1 v iy0 ax n)) +("vivienne" nil (v ih1 v iy0 ax n)) +("vivier" nil (v ay1 v iy0 er0)) +("viviparous" nil (v ay0 v ih1 p er0 ax s)) +("vivo" nil (v iy1 v ow0)) +("vivona" nil (v iy0 v ow1 n ax)) +("vivra" nil (v iy1 v r ax)) +("vivyan" nil (v iy0 v y aa1 n)) +("vixen" nil (v ih1 k s ih0 n)) +("viyella" nil (v ih0 y eh1 l ax)) +("vizcaino" nil (v iy0 z k aa0 iy1 n ow0)) +("vizcarra" nil (v iy0 z k aa1 r ax)) +("vizcaya" nil (v ih0 z k ay1 ax)) +("vizzini" nil (v iy0 t s iy1 n iy0)) +("vlach" nil (v l ae1 ch)) +("vlachos" nil (v l ey1 k ow0 s)) +("vlad" nil (v l ae1 d)) +("vladeck" nil (v l ae1 d eh0 k)) +("vladimir" nil (v l ae1 d ax m ih0 r)) +("vladislav" nil (v l ae1 d ax s l aa0 v)) +("vladivostok" nil (v l ae1 d ih0 v ao1 s t aa0 k)) +("vlahakis" nil (v l ah1 hh ao1 k ih0 s)) +("vlahos" nil (v l aa1 hh ow0 s)) +("vlasak" nil (v l aa1 s ax k)) +("vlasic" nil (v l ae1 z ih0 k)) +("vlcek" nil (v l eh1 s ih0 k)) +("vliet" nil (v l iy1 t)) +("vlok" nil (v l aa1 k)) +("vnesheconombank" nil (v ax n eh1 sh ax k aa1 n ax m b ae1 ng k)) +("vo" nil (v ow1)) +("vobis" nil (v ow1 b ax s)) +("vocabulary" nil (v ow0 k ae1 b y ax l eh1 r iy0)) +("vocal" nil (v ow1 k ax l)) +("vocalist" nil (v ow1 k ax l ih0 s t)) +("vocally" nil (v ow1 k ax l iy0)) +("vocals" nil (v ow1 k ax l z)) +("vocaltec" nil (v ow1 k ax l t eh1 k)) +("vocation" nil (v ow0 k ey1 sh ax n)) +("vocational" nil (v ow0 k ey1 sh ax n ax l)) +("vocations" nil (v ow0 k ey1 sh ax n z)) +("vociferous" nil (v ow0 s ih1 f er0 ax s)) +("vociferously" nil (v ax s ih1 f er0 ax s l iy0)) +("vocke" nil (v aa1 k)) +("vocs" nil (v aa1 k s)) +("vodafone" nil (v ow1 d ax f ow1 n)) +("vodavi" nil (v ow0 d aa1 v iy0)) +("vodicka" nil (v aa1 d ih0 k ax)) +("vodka" nil (v aa1 d k ax)) +("vodkas" nil (v aa1 d k ax z)) +("voegele" nil (v ow1 g ax l)) +("voegeli" nil (v ow1 g ih0 l iy0)) +("voelkel" nil (v ow1 l k ax l)) +("voelker" nil (v ow1 l k er0)) +("voell" nil (v ow1 l)) +("voeller" nil (v ow1 l er0)) +("voeltz" nil (v ow1 l t s)) +("voelz" nil (v ow1 l z)) +("voest" nil (v ow1 s t)) +("vogan" nil (v ow1 g ax n)) +("voge" nil (v ow1 jh)) +("vogel" nil (v ow1 g ax l)) +("vogeler" nil (v ow1 g ax l er0)) +("vogelgesang" nil (v aa1 g ih0 l g ih0 s ax ng)) +("vogelpohl" nil (v aa1 g ih0 l p ow0 l)) +("vogels" nil (v ow1 g ax l z)) +("vogelsang" nil (v aa1 g ih0 l s ax ng)) +("vogelsong" nil (v aa1 g ih0 l s ao0 ng)) +("vogelstein" nil (v ow1 g ax l s t iy1 n)) +("voges" nil (v ow1 jh ih0 z)) +("voght" nil (v aa1 t)) +("vogl" nil (v aa1 g ax l)) +("vogler" nil (v ow1 g l er0)) +("vogt" nil (v ow1 t)) +("vogtle" nil (v aa1 g t ax l)) +("vogue" nil (v ow1 g)) +("vohs" nil (v aa1 s)) +("voice" nil (v oy1 s)) +("voiced" nil (v oy1 s t)) +("voiceless" nil (v oy1 s l ax s)) +("voicemail" nil (v oy1 s m ey1 l)) +("voiceover" nil (v oy1 s ow1 v er0)) +("voices" nil (v oy1 s ax z)) +("voiceworks" nil (v oy1 s w er1 k s)) +("voicing" nil (v oy1 s ih0 ng)) +("void" nil (v oy1 d)) +("voided" nil (v oy1 d ih0 d)) +("voiding" nil (v oy1 d ih0 ng)) +("voids" nil (v oy1 d z)) +("voight" nil (v oy1 t)) +("voigt" nil (v oy1 g t)) +("voigts" nil (v oy1 g t s)) +("voila" nil (v w aa1 l aa1)) +("voiles" nil (v oy1 l z)) +("voinovich" nil (v oy1 n ax v ih0 ch)) +("voir" nil (v w aa1 r)) +("voisey" nil (v w aa1 s ey1)) +("voisin" nil (v oy0 z ae1 n)) +("voisine" nil (v oy0 z iy1 n)) +("voit" nil (v oy1 t)) +("vojta" nil (v oy1 t ah1)) +("vokes" nil (v ow1 k s)) +("voland" nil (v aa1 l ax n d)) +("volante" nil (v ow0 l aa1 n t ey0)) +("volatile" nil (v aa1 l ax t ax l)) +("volatility" nil (v aa1 l ax t ih1 l ax t iy0)) +("volberding" nil (v ow1 l b er0 d ih0 ng)) +("volcanic" nil (v aa0 l k ae1 n ih0 k)) +("volcanically" nil (v aa0 l k ae1 n ih0 k l iy0)) +("volcano" nil (v aa0 l k ey1 n ow0)) +("volcanoes" nil (v aa0 l k ey1 n ow0 z)) +("volcanos" nil (v aa0 l k ey1 n ow0 z)) +("volcker" nil (v ow1 l k er0)) +("vold" nil (v ow1 l d)) +("volden" nil (v ow1 l d ax n)) +("volentine" nil (v ow0 l eh0 n t iy1 n iy0)) +("voles" nil (v ow1 l z)) +("voleta" nil (v ow0 l eh1 t ax)) +("volga" nil (v aa1 l g ax)) +("volgograd" nil (v ow1 l g ow0 g r ae1 d)) +("volin" nil (v ow1 l ih0 n)) +("volio" nil (v ow1 l iy0 ow0)) +("volition" nil (v ow0 l ih1 sh ax n)) +("volk" nil (v ow1 l k)) +("volker" nil (v ow1 l k er0)) +("volkers" nil (v ow1 l k er0 z)) +("volkert" nil (v ow1 l k er0 t)) +("volkman" nil (v ow1 l k m ax n)) +("volkmann" nil (v ow1 l k m ax n)) +("volkmar" nil (v ow1 l k m er0)) +("volkmer" nil (v ow1 l k m er0)) +("volksbank" nil (v ow1 l k s b ae1 ng k)) +("volksfuersorge" nil (v ow0 l k s f y uw1 r s ao0 r jh)) +("volkswagen" nil (v ow1 l k s w ae1 g ax n)) +("volkswagens" nil (v ow1 l k s w ae1 g ax n z)) +("voll" nil (v aa1 l)) +("volland" nil (v aa1 l ax n d)) +("vollbrecht" nil (v aa1 l b r ih0 k t)) +("volle" nil (v aa1 l)) +("vollenweider" nil (v aa1 l ih0 n w ay0 d er0)) +("voller" nil (v aa1 l er0)) +("volley" nil (v aa1 l iy0)) +("volleyball" nil (v aa1 l iy0 b ao1 l)) +("volleys" nil (v aa1 l iy0 z)) +("vollman" nil (v aa1 l m ax n)) +("vollmar" nil (v aa1 l m er0)) +("vollmer" nil (v aa1 l m er0)) +("vollrath" nil (v aa1 l r ax th)) +("volmer" nil (v ow1 l m er0)) +("volner" nil (v ow1 l n er0)) +("volney" nil (v ow1 l n iy0)) +("volokh" nil (v aa1 l aa0 k)) +("volpe" nil (v ow1 l p)) +("volpi" nil (v ow1 l p iy0)) +("volpicella" nil (v ow1 l p ih0 s eh1 l ax)) +("volt" nil (v ow1 l t)) +("volta" nil (v ow1 l t ax)) +("voltage" nil (v ow1 l t ax jh)) +("voltages" nil (v ow1 l t ax jh ax z)) +("voltaire" nil (v ow0 l t eh1 r)) +("voltaren" nil (v ow1 l t er0 ax n)) +("volts" nil (v ow1 l t s)) +("voltz" nil (v ow1 l t s)) +("voluble" nil (v aa1 l y ax b ax l)) +("volume" nil (v aa1 l y uw0 m)) +("volumes" nil (v aa1 l y uw0 m z)) +("voluminous" nil (v ax l uw1 m ax n ax s)) +("voluntarily" nil (v aa1 l ax n t eh1 r ax l iy0)) +("voluntarism" nil (v ow0 l ah1 n t er0 ih1 z ax m)) +("voluntary" nil (v aa1 l ax n t eh0 r iy0)) +("volunteer" nil (v aa1 l ax n t ih1 r)) +("volunteered" nil (v aa1 l ax n t ih1 r d)) +("volunteering" nil (v ao1 l ax n t ih1 r ih0 ng)) +("volunteers" nil (v aa1 l ax n t ih1 r z)) +("voluptuous" nil (v ax l ah1 p ch ax w ax s)) +("volvo" nil (v ow1 l v ow0)) +("volvos" nil (v ao1 l v ow0 z)) +("volvovitz" nil (v ow1 l v ax v ih0 t s)) +("volvox" nil (v aa1 l v aa0 k s)) +("volz" nil (v ow1 l z)) +("vomit" nil (v aa1 m ax t)) +("vomiting" nil (v aa1 m ax t ih0 ng)) +("von" nil (v ao1 n)) +("vona" nil (v ow1 n ax)) +("vonada" nil (v ow0 n aa1 d ax)) +("vonallmen" nil (v aa1 n ax l m eh0 n)) +("vonarx" nil (v ax n aa1 r k s)) +("vonbargen" nil (v aa1 n b aa1 r g ax n)) +("vonbehren" nil (v aa1 n b ih1 r ax n)) +("vonbergen" nil (v aa1 n b er1 g ax n)) +("voncannon" nil (v aa1 n k ae1 n ax n)) +("vonder" nil (v aa1 n d er0)) +("vonderhaar" nil (v aa1 n d er0 hh aa1 r)) +("vonderheide" nil (v aa1 n d er0 hh ay1 d)) +("vondra" nil (v aa1 n d r ax)) +("vondracek" nil (v aa1 n d r ax s ih0 k)) +("vondrak" nil (v aa1 n d r ax k)) +("vondrasek" nil (v ax n d r aa1 s eh0 k)) +("vonfeldt" nil (v aa1 n f ih0 l t)) +("vong" nil (v ao1 ng)) +("vongunten" nil (v aa1 ng g ax n t ax n)) +("vonk" nil (v aa1 ng k)) +("vonnegut" nil (v aa1 n ax g ax t)) +("vonnie" nil (v aa1 n iy0)) +("vonny" nil (v aa1 n iy0)) +("vonruden" nil (v aa1 n r uw0 d ax n)) +("vons" nil (v aa1 n z)) +("vonseggern" nil (v aa1 n s ih0 g er0 n)) +("vonstein" nil (v aa1 n s t ay0 n)) +("vontobel" nil (v aa1 n t ow1 b ax l)) +("voodoo" nil (v uw1 d uw1)) +("voorhees" nil (v uh1 r hh iy0 z)) +("voorheis" nil (v uh1 r hh ay0 z)) +("voorhies" nil (v uh1 r hh iy0 z)) +("voorhis" nil (v uh1 r hh ih0 s)) +("vora" nil (v ao1 r ax)) +("voracious" nil (v ao0 r ey1 sh ax s)) +("vorce" nil (v ao1 r s)) +("vore" nil (v ao1 r)) +("vorhauer" nil (v ao1 r hh aw1 r)) +("vorhees" nil (v ao1 r hh iy0 z)) +("vorhies" nil (v ao1 r hh iy0 z)) +("voris" nil (v ao1 r ih0 s)) +("vornado" nil (v ao1 r n aa1 d ow0)) +("vorndran" nil (v ao1 r n d r ax n)) +("vorontsov" nil (v ao0 r aa1 n t s aa1 v)) +("voros" nil (v ao1 r ow0 z)) +("vorpahl" nil (v ao1 r p aa0 l)) +("vortec" nil (v ao1 r t eh1 k)) +("vortex" nil (v ao1 r t eh0 k s)) +("vorwald" nil (v ao1 r w ao0 l d)) +("vorwerk" nil (v ao1 r w er0 k)) +("vos" nil (v aa1 s)) +("vosberg" nil (v aa1 s b er0 g)) +("vosburg" nil (v aa1 s b er0 g)) +("vosburgh" nil (v aa1 s b er0 g)) +("vose" nil (v ow1 z)) +("voshell" nil (v aa1 sh ax l)) +("vosler" nil (v aa1 s ax l er0)) +("voss" nil (v ao1 s)) +("vossen" nil (v ao1 s ax n)) +("vossler" nil (v aa1 s ax l er0)) +("votava" nil (v ow0 t aa1 v ax)) +("votaw" nil (v ow1 t ao0)) +("vote" nil (v ow1 t)) +("voted" nil (v ow1 t ax d)) +("voter" nil (v ow1 t er0)) +("voters" nil (v ow1 t er0 z)) +("votes" nil (v ow1 t s)) +("voth" nil (v aa1 th)) +("voting" nil (v ow1 t ih0 ng)) +("votrax" nil (v aa1 t r ae0 k s)) +("votruba" nil (v ax t r uw1 b ax)) +("vouch" nil (v aw1 ch)) +("vouched" nil (v aw1 ch t)) +("voucher" nil (v aw1 ch er0)) +("vouchers" nil (v aw1 ch er0 z)) +("vought" nil (v ao1 t)) +("voute" nil (v uw1 t)) +("vow" nil (v aw1)) +("vowed" nil (v aw1 d)) +("vowel" nil (v aw1 ax l)) +("vowell" nil (v aa1 w eh0 l)) +("vowels" nil (v aw1 ax l z)) +("vowing" nil (v aw1 ih0 ng)) +("vowles" nil (v aw1 ax l z)) +("vows" nil (v aw1 z)) +("vox" nil (v aa1 k s)) +("voyage" nil (v oy1 ax jh)) +("voyaged" nil (v oy1 ax jh d)) +("voyager" nil (v oy1 ax jh er0)) +("voyagers" nil (v oy1 ih0 jh er0 z)) +("voyages" nil (v oy1 ax jh ax z)) +("voyer" nil (v oy1 er0)) +("voyeur" nil (v oy1 y uw1 r)) +("voyeurism" nil (v oy1 y uw1 r ih0 z ax m)) +("voyles" nil (v oy1 l z)) +("voytek" nil (v oy1 t ih0 k)) +("voytko" nil (v oy1 t k ow0)) +("vrabel" nil (v r ae1 b ax l)) +("vradenburg" nil (v r ey1 d ax n b er0 g)) +("vrain" nil (v r ey1 n)) +("vrana" nil (v r ae1 n ax)) +("vranesevic" nil (v r aa1 n ax s eh1 v ih0 ch)) +("vranitzky" nil (v r ax n ih1 t s k iy1)) +("vranos" nil (v r aa1 n ow0 s)) +("vrba" nil (v er1 b aa1)) +("vrdolyak" nil (v er0 d ow1 l iy0 ae0 k)) +("vredenburg" nil (v r iy1 d ax n b er0 g)) +("vreeland" nil (v r iy1 l ax n d)) +("vremya" nil (v r eh1 m iy0 ax)) +("vries" nil (v r iy1 z)) +("vroman" nil (v r ow1 m ax n)) +("vroom" nil (v r uw1 m)) +("vrooman" nil (v r uw1 m ax n)) +("vs" nil (v er1 s ax z)) +("vsel" nil (v iy1 s eh1 l)) +("vu" nil (v uw1)) +("vue" nil (v y uw1)) +("vuitton" nil (v uw1 t ax n)) +("vukelich" nil (v ax k eh1 l ih0 hh)) +("vukovich" nil (v y uw1 k ax v ih0 ch)) +("vulcan" nil (v ah1 l k ax n)) +("vulcans" nil (v ah1 l k ax n z)) +("vulgamore" nil (v ah1 l g ax m ao0 r)) +("vulgar" nil (v ah1 l g er0)) +("vulgarity" nil (v ax l g eh1 r ih0 t iy0)) +("vulgarization" nil (v ah1 l g er0 ih0 z ey1 sh ax n)) +("vullo" nil (v uw1 l ow0)) +("vulnerabilities" nil (v ah1 l n er0 ax b ih1 l ih0 t iy0 z)) +("vulnerability" nil (v ah1 l n er0 ax b ih1 l ih0 t iy0)) +("vulnerable" nil (v ah1 l n er0 ax b ax l)) +("vultaggio" nil (v uw0 l t aa1 jh iy0 ow0)) +("vulture" nil (v ah1 l ch er0)) +("vultures" nil (v ah1 l ch er0 z)) +("vuncannon" nil (v ah1 n k ax n aa0 n)) +("vuolo" nil (v uw0 ow1 l ow0)) +("vuong" nil (v uw0 ao1 ng)) +("vyacheslav" nil (v y aa1 ch ax s l aa0 v)) +("vyas" nil (v y aa1 s)) +("vying" nil (v ay1 ih0 ng)) +("w" nil (d ah1 b ax l y uw0)) +("wa" nil (w aa1)) +("waack" nil (w aa1 k)) +("waag" nil (w aa1 g)) +("waage" nil (w aa1 ih0 jh)) +("waal" nil (w aa1 l)) +("waara" nil (w aa1 r ax)) +("waas" nil (w aa1 z)) +("wabash" nil (w ao1 b ae0 sh)) +("wace" nil (w ey1 s)) +("wach" nil (w ao1 ch)) +("wacha" nil (w aa1 ch ax)) +("wachholz" nil (w ao1 k hh ow0 l z)) +("wachner" nil (w ae1 k n er0)) +("wachob" nil (w ao1 k ax b)) +("wachovia" nil (w aa0 ch ow1 v iy0 ax)) +("wachowiak" nil (v ax hh aw1 iy0 ae0 k)) +("wachowski" nil (v ax hh ao1 f s k iy0)) +("wachs" nil (w ao1 k s)) +("wachsman" nil (w ao1 k s m ax n)) +("wachsmuth" nil (w ao1 k s m uh0 th)) +("wachtel" nil (w ao1 ch ax l)) +("wachtell" nil (w aa0 k t eh1 l)) +("wachter" nil (w ao1 k t er0)) +("wachtler" nil (w ae1 k t l er0)) +("wack" nil (w ae1 k)) +("wackenhut" nil (w aa1 k ax n hh ah1 t)) +("wacker" nil (w ae1 k er0)) +("wackerle" nil (w ae1 k er0 ax l)) +("wacko" nil (w aa1 k ow0)) +("wacksman" nil (w ae1 k s m ax n)) +("wacky" nil (w ae1 k iy0)) +("waco" nil (w ey1 k ow0)) +("wactlar" nil (w aa1 k t l er0)) +("wad" nil (w aa1 d)) +("wada" nil (w aa1 d ax)) +("wadas" nil (w aa1 d ax z)) +("wadded" nil (w aa1 d ax d)) +("waddell" nil (w aa0 d eh1 l)) +("waddie" nil (w aa1 d iy0)) +("waddill" nil (w ao1 d ih1 l)) +("waddington" nil (w aa1 d ih0 ng t ax n)) +("waddle" nil (w aa1 d ax l)) +("waddy" nil (w aa1 d iy0)) +("wade" nil (w ey1 d)) +("waded" nil (w ey1 d ih0 d)) +("wadel" nil (w ey1 d ax l)) +("waders" nil (w ey1 d er0 z)) +("wades" nil (w ey1 d z)) +("wadford" nil (w ao1 d f er0 d)) +("wadhams" nil (w ao1 d ax m z)) +("wading" nil (w ey1 d ih0 ng)) +("wadkins" nil (w ao1 d k ih0 n z)) +("wadle" nil (w ao1 d ax l)) +("wadleigh" nil (w ao1 d l iy0)) +("wadley" nil (w aa1 d l iy0)) +("wadlington" nil (w aa1 d l ih0 ng t ax n)) +("wadlow" nil (w aa1 d l ow1)) +("wadman" nil (w ao1 d m ax n)) +("wads" nil (w aa1 d z)) +("wadsworth" nil (w aa1 d z w er0 th)) +("waechter" nil (w eh1 k t er0)) +("waertsilae" nil (w eh1 r t s ax l ey1)) +("wafer" nil (w ey1 f er0)) +("wafers" nil (w ey1 f er0 z)) +("waffle" nil (w aa1 f ax l)) +("waffled" nil (w aa1 f ax l d)) +("waffles" nil (w aa1 f ax l z)) +("waffling" nil (w aa1 f l ih0 ng)) +("wafford" nil (w aa1 f er0 d)) +("waft" nil (w aa1 f t)) +("wafted" nil (w aa1 f t ih0 d)) +("wafting" nil (w aa1 f t ih0 ng)) +("wag" nil (w ae1 g)) +("wagaman" nil (w ae1 g ah1 m ax n)) +("wagar" nil (w ae1 g er0)) +("wage" nil (w ey1 jh)) +("waged" nil (w ey1 jh d)) +("wageman" nil (w ey1 jh m ax n)) +("wagenaar" nil (w ae1 g ax n aa0 r)) +("wagener" nil (w ae1 g ax n er0)) +("wagenknecht" nil (w ae1 g ax n ih0 k t)) +("wager" nil (w ey1 jh er0)) +("wagered" nil (w ey1 jh er0 d)) +("wagering" nil (w ey1 jh er0 ih0 ng)) +("wagers" nil (w ey1 jh er0 z)) +("wages" nil (w ey1 jh ax z)) +("wagg" nil (w ae1 g)) +("wagged" nil (w ae1 g d)) +("waggener" nil (w ae1 g ax n er0)) +("wagging" nil (w ae1 g ih0 ng)) +("waggling" nil (w ae1 g ax l ih0 ng)) +("waggoner" nil (w ae1 g ax n er0)) +("waggy" nil (w ae1 g iy0)) +("waging" nil (w ey1 jh ih0 ng)) +("wagle" nil (w ae1 g ax l)) +("wagler" nil (w ae1 g l er0)) +("wagley" nil (w ae1 g l iy0)) +("wagman" nil (w ae1 g m ax n)) +("wagner" nil (w ae1 g n er0)) +("wagnerian" nil (w ae1 g n eh1 r iy0 ax n)) +("wagnon" nil (w ae1 g n ax n)) +("wagon" nil (w ae1 g ax n)) +("wagoneer" nil (w ae1 g ax n ih1 r)) +("wagoneers" nil (w ae1 g ax n ih1 r z)) +("wagoner" nil (w ae1 g ax n er0)) +("wagons" nil (w ae1 g ax n z)) +("wags" nil (w ae1 g z)) +("wagstaff" nil (w ae1 g s t ae1 f)) +("wagster" nil (w ae1 g s t er0)) +("waguespack" nil (w ae1 g ih0 s p ae1 k)) +("wagy" nil (w ae1 g iy0)) +("wah" nil (w aa1)) +("wahl" nil (w aa1 l)) +("wahlberg" nil (w aa1 l b er0 g)) +("wahle" nil (w ao1 l)) +("wahlen" nil (w aa1 l ax n)) +("wahler" nil (w aa1 l er0)) +("wahlers" nil (w aa1 l er0 z)) +("wahlert" nil (w aa1 l er0 t)) +("wahlgren" nil (w aa1 l g r ax n)) +("wahlquist" nil (w aa1 l k w ih1 s t)) +("wahlstrom" nil (w aa1 l s t r ax m)) +("wai" nil (w ay1)) +("waid" nil (w ey1 d)) +("waide" nil (w ey1 d)) +("waidelich" nil (w ay1 d l ih0 k)) +("waif" nil (w ey1 f)) +("waigel" nil (w ay1 g ax l)) +("waikiki" nil (w ay1 k iy0 k iy1)) +("wail" nil (w ey1 l)) +("wailed" nil (w ey1 l d)) +("wailes" nil (w ey1 l z)) +("wailing" nil (w ey1 l ih0 ng)) +("wails" nil (w ey1 l z)) +("wain" nil (w ey1 n)) +("wainer" nil (w ey1 n er0)) +("wainio" nil (w ey1 n iy0 ow0)) +("wainman" nil (w ey1 n m ax n)) +("wainoco" nil (w ey1 n ow1 k ow0)) +("wainright" nil (w ey1 n r ay1 t)) +("wainscott" nil (w ey1 n s k ax t)) +("wainwright" nil (w ey1 n r ay1 t)) +("wais" nil (w ey1 z)) +("waisanen" nil (w ay1 s ax n ax n)) +("waisner" nil (w ey1 z n er0)) +("waist" nil (w ey1 s t)) +("waistline" nil (w ey1 s t l ay1 n)) +("waists" nil (w ey1 s t s)) +("wait" nil (w ey1 t)) +("waite" nil (w ey1 t)) +("waited" nil (w ey1 t ax d)) +("waiter" nil (w ey1 t er0)) +("waiters" nil (w ey1 t er0 z)) +("waites" nil (w ey1 t s)) +("waiting" nil (w ey1 t ih0 ng)) +("waitkus" nil (w ey1 t k ax s)) +("waitman" nil (w ay1 t m ax n)) +("waitress" nil (w ey1 t r ax s)) +("waitresses" nil (w ey1 t r ax s ih0 z)) +("waits" nil (w ey1 t s)) +("waitt" nil (w ey1 t)) +("waitzkin" nil (w ey1 t s k ih1 n)) +("waive" nil (w ey1 v)) +("waived" nil (w ey1 v d)) +("waiver" nil (w ey1 v er0)) +("waivers" nil (w ey1 v er0 z)) +("waives" nil (w ey1 v z)) +("waiving" nil (w ey1 v ih0 ng)) +("wajda" nil (v ay1 d ax)) +("wakabayashi" nil (w aa0 k aa1 b aa0 y aa1 sh iy0)) +("wake" nil (w ey1 k)) +("wakefield" nil (w ey1 k f iy1 l d)) +("wakeham" nil (w ae1 k ax m)) +("wakeland" nil (w ey1 k l ax n d)) +("wakeley" nil (w ae1 k l iy0)) +("wakely" nil (w ey1 k l iy0)) +("wakeman" nil (w ey1 k m ax n)) +("waken" nil (w ey1 k ax n)) +("wakes" nil (w ey1 k s)) +("waking" nil (w ey1 k ih0 ng)) +("wakley" nil (w ae1 k l iy0)) +("wako" nil (w ae1 k ow0)) +("wal" nil (w ao1 l)) +("walas" nil (w ao1 l ax z)) +("walberg" nil (w ao1 l b er0 g)) +("walbert" nil (w ao1 l b er0 t)) +("walborn" nil (w ao1 l b er0 n)) +("walbridge" nil (w ao1 l b r ih0 jh)) +("walbro" nil (w ao1 l b r ow0)) +("walburn" nil (w ao1 l b er0 n)) +("walby" nil (w ao1 l b iy0)) +("walch" nil (w ao1 l ch)) +("walcher" nil (w ao1 l ch er0)) +("walck" nil (w ao1 l k)) +("walcot" nil (w ao1 l k aa0 t)) +("walcott" nil (w ao1 l k aa0 t)) +("walczak" nil (v aa1 l ch ae0 k)) +("walczyk" nil (v aa1 l ch ih0 k)) +("wald" nil (w ao1 l d)) +("walda" nil (v aa1 l d ax)) +("waldbaum" nil (w ao1 l d b aw1 m)) +("walde" nil (w ao1 l d)) +("waldeck" nil (w ao1 l d eh0 k)) +("waldecker" nil (w ao1 l d eh1 k er0)) +("waldegard" nil (w ao1 l d ax g aa1 r d)) +("waldemar" nil (v aa1 l d ax m aa0 r)) +("walden" nil (w ao1 l d ax n)) +("waldenbooks" nil (w ao1 l d ax n b uh1 k s)) +("walder" nil (w ao1 l d er0)) +("waldheim" nil (w ao1 l d hh ay1 m)) +("waldholz" nil (w ao1 l d hh ow1 l t s)) +("waldhorn" nil (w ao1 l d hh ao1 r n)) +("waldie" nil (w ao1 l d iy0)) +("walding" nil (w ao1 l d ih0 ng)) +("waldinger" nil (w ao1 l d ih0 ng er0)) +("waldman" nil (w aa1 l d m ax n)) +("waldmann" nil (w ao1 l d m ax n)) +("waldner" nil (w ao1 l d n er0)) +("waldo" nil (w aa1 l d ow0)) +("waldoch" nil (w ao1 l d aa0 k)) +("waldock" nil (w ao1 l d aa0 k)) +("waldon" nil (w ao1 l d ax n)) +("waldorf" nil (w ao1 l d ao0 r f)) +("waldow" nil (w ao1 l d ow0)) +("waldren" nil (w ao1 l d r ax n)) +("waldrep" nil (w ao1 l d r ax p)) +("waldridge" nil (w ao1 l d r ih0 jh)) +("waldrip" nil (w ao1 l d r ax p)) +("waldron" nil (w ao1 l d r ax n)) +("waldroop" nil (w ao1 l d r uw1 p)) +("waldrop" nil (w ao1 l d r aa0 p)) +("waldroup" nil (w ao1 l d r uw1 p)) +("waldrum" nil (w ao1 l d r ax m)) +("waldrup" nil (w ao1 l d r ax p)) +("waldschmidt" nil (w ao1 l d sh m ih1 t)) +("waldvogel" nil (w ao1 l d v ow1 g ax l)) +("wale" nil (w ey1 l)) +("waleed" nil (w aa1 l iy1 d)) +("walek" nil (v aa1 l eh0 k)) +("walen" nil (w ey1 l ax n)) +("walenta" nil (w ax l eh1 n t ax)) +("wales" nil (w ey1 l z)) +("walesa" nil (w ax l eh1 s ax)) +("waleson" nil (w ey1 l s ax n)) +("walford" nil (w ao1 l f er0 d)) +("walfred" nil (w ao1 l f r eh0 d)) +("walgreen" nil (w ao1 l g r iy1 n)) +("walgren" nil (w ao1 l g r ax n)) +("walicki" nil (w ax l ih1 k iy0)) +("walid" nil (w aa0 l iy1 d)) +("waligora" nil (w ao0 l ih0 g ao1 r ax)) +("walinsky" nil (w ax l ih1 n s k iy0)) +("walizer" nil (w ao1 l ay0 z er0)) +("walk" nil (w ao1 k)) +("walke" nil (w ao1 k)) +("walked" nil (w ao1 k t)) +("walkenhorst" nil (w ao1 k ax n hh ao1 r s t)) +("walker" nil (w ao1 k er0)) +("walkers" nil (w ao1 k er0 z)) +("walkie" nil (w ao1 k iy0)) +("walking" nil (w ao1 k ih0 ng)) +("walkington" nil (w ao1 k ih0 ng t ax n)) +("walkinshaw" nil (w ao1 k ax n sh ao0)) +("walkley" nil (w ao1 k l iy0)) +("walkman" nil (w ao1 k m ae1 n)) +("walko" nil (w ao1 k ow0)) +("walkout" nil (w ao1 k aw1 t)) +("walkouts" nil (w ao1 k aw1 t s)) +("walkowiak" nil (w ao0 k aw1 iy0 ae0 k)) +("walkowski" nil (w ao0 k ao1 f s k iy0)) +("walks" nil (w ao1 k s)) +("walkup" nil (w ao1 k ah1 p)) +("walkure" nil (w ao1 k y er0)) +("walkway" nil (w ao1 k w ey1)) +("walkways" nil (w ao1 k w ey1 z)) +("wall" nil (w ao1 l)) +("walla" nil (w ao1 l ax)) +("wallace" nil (w ao1 l ax s)) +("wallach" nil (w ao1 l ax k)) +("wallack" nil (w ao1 l ax k)) +("wallander" nil (w ao1 l ax n d er0)) +("wallar" nil (w ao1 l er0)) +("wallboard" nil (w ao1 l b ao1 r d)) +("walle" nil (w ao1 l)) +("walled" nil (w ao1 l d)) +("wallen" nil (w ao1 l ax n)) +("wallenberg" nil (w ao1 l ax n b er0 g)) +("wallenstein" nil (w ao1 l ax n s t ay1 n)) +("waller" nil (w ao1 l er0)) +("wallerstein" nil (w ao1 l er0 s t ay1 n)) +("walles" nil (w ao1 l z)) +("wallet" nil (w ao1 l ax t)) +("wallets" nil (w ao1 l ax t s)) +("walley" nil (w ao1 l iy0)) +("walleye" nil (w ao1 l ay1)) +("wallflower" nil (w ao1 l f l aw1 er0)) +("wallgren" nil (w ao1 l g r ax n)) +("wallich" nil (w ao1 l ih0 k)) +("wallick" nil (w ao1 l ih0 k)) +("wallie" nil (w ao1 l iy0)) +("wallin" nil (w ao1 l ih0 n)) +("walling" nil (w ao1 l ih0 ng)) +("wallingford" nil (w ao1 l ih0 ng f er0 d)) +("wallington" nil (w ao1 l ih0 ng t ax n)) +("wallis" nil (w ao1 l ih0 s)) +("wallison" nil (w ao1 l ih0 s ax n)) +("wallman" nil (w ao1 l m ax n)) +("wallner" nil (w ao1 l n er0)) +("wallo" nil (w aa1 l ow0)) +("walloch" nil (w ao1 l ax k)) +("wallop" nil (w aa1 l ax p)) +("walloping" nil (w ao1 l ax p ih0 ng)) +("wallops" nil (w aa1 l ax p s)) +("wallow" nil (w aa1 l ow0)) +("wallowed" nil (w aa1 l ow0 d)) +("wallowing" nil (w aa1 l ow0 ih0 ng)) +("wallpaper" nil (w ao1 l p ey1 p er0)) +("wallpapered" nil (w ao1 l p ey1 p er0 d)) +("wallpapering" nil (w ao1 l p ey1 p er0 ih0 ng)) +("wallpapers" nil (w ao1 l p ey1 p er0 z)) +("walls" nil (w ao1 l z)) +("wallsend" nil (w ao1 l s eh1 n d)) +("wallstreet" nil (w ao1 l s t r iy1 t)) +("wallwork" nil (w ao1 l w er1 k)) +("wally" nil (w ao1 l iy0)) +("walmart" nil (w ao1 l m aa1 r t)) +("walmer" nil (w ao1 l m er0)) +("walmond" nil (w ao1 l m ax n d)) +("walmsley" nil (w ao1 l m s l iy0)) +("waln" nil (w ao1 l n)) +("walnut" nil (w ao1 l n ah1 t)) +("walnuts" nil (w ao1 l n ah1 t s)) +("walp" nil (w ae1 l p)) +("walpole" nil (w ao1 l p ow1 l)) +("walrath" nil (w ao1 l r ax th)) +("walraven" nil (w ao1 l r ey1 v ax n)) +("walrod" nil (w ao1 l r aa0 d)) +("walrus" nil (w ao1 l r ax s)) +("walruses" nil (w aa1 l r ax s ih0 z)) +("walser" nil (w ao1 l z er0)) +("walsh" nil (w ao1 l sh)) +("walski" nil (v aa1 l s k iy0)) +("walstad" nil (w ao1 l s t ae0 d)) +("walston" nil (w ao1 l s t ax n)) +("walstrom" nil (w ao1 l s t r ax m)) +("walsworth" nil (w ao1 l s w er0 th)) +("walt" nil (w ao1 l t)) +("walter" nil (w ao1 l t er0)) +("waltermire" nil (w ao1 l t er0 m ay0 r)) +("walters" nil (w ao1 l t er0 z)) +("walth" nil (w ao1 l th)) +("walthall" nil (w ao1 l th ax l)) +("waltham" nil (w ao1 l th ax m)) +("walther" nil (w ao1 l th er0)) +("walthers" nil (w ao1 l th er0 z)) +("walthour" nil (w ao1 l t aw0 r)) +("waltman" nil (w ao1 l t m ax n)) +("waltner" nil (w ao1 l t n er0)) +("walton" nil (w ao1 l t ax n)) +("waltrip" nil (w ao1 l t r ih0 p)) +("walts" nil (w ao1 l t s)) +("waltz" nil (w ao1 l t s)) +("waltzer" nil (w ao1 l t s er0)) +("waltzes" nil (w ao1 l t s ax z)) +("waltzing" nil (w ao1 l t s ih0 ng)) +("walworth" nil (w ao1 l w er0 th)) +("walwyn" nil (w ao1 l w ih0 n)) +("walz" nil (w ao1 l z)) +("walzer" nil (w ao1 l z er0)) +("wambach" nil (w ao1 m b aa0 k)) +("wamble" nil (w aa1 m b ax l)) +("wambold" nil (w aa1 m b ow1 l d)) +("wamboldt" nil (w aa1 m b ow0 l t)) +("wambolt" nil (w aa1 m b ow1 l t)) +("wampler" nil (w aa1 m p l er0)) +("wampole" nil (w aa1 m p ow1 l)) +("wampum" nil (w aa1 m p ax m)) +("wamser" nil (w aa1 m z er0)) +("wamsley" nil (w aa1 m z l iy0)) +("wan" nil (w aa1 n)) +("wanamaker" nil (w aa1 n ax m ey1 k er0)) +("wanat" nil (w ey1 n ax t)) +("wand" nil (w aa1 n d)) +("wanda" nil (w aa1 n d ax)) +("wandel" nil (w aa1 n d ax l)) +("wandell" nil (w aa1 n d ax l)) +("wander" nil (w aa1 n d er0)) +("wandered" nil (w aa1 n d er0 d)) +("wanderer" nil (w aa1 n d er0 er0)) +("wanderers" nil (w aa1 n d er0 er0 z)) +("wandering" nil (w aa1 n d er0 ih0 ng)) +("wanderings" nil (w aa1 n d er0 ih0 ng z)) +("wanderlust" nil (w aa1 n d er0 l ah1 s t)) +("wanders" nil (w aa1 n d er0 z)) +("wandersee" nil (w aa1 n d er0 s iy1)) +("wandie" nil (w aa1 n d iy0)) +("wandis" nil (w aa1 n d ih0 s)) +("wandler" nil (w aa1 n d l er0)) +("wandling" nil (w aa1 n d l ih0 ng)) +("wandrey" nil (w aa1 n d r iy0)) +("wands" nil (w aa1 n d z)) +("wane" nil (w ey1 n)) +("waned" nil (w ey1 n d)) +("wanek" nil (w ey1 n ih0 k)) +("waner" nil (w ey1 n er0)) +("wanes" nil (w ey1 n z)) +("wang" nil (w ae1 ng)) +("wangen" nil (w ae1 ng ax n)) +("wanger" nil (w ae1 ng er0)) +("wangerin" nil (w ao1 ng g er0 ih0 n)) +("wangled" nil (w ae1 ng g ax l d)) +("wangler" nil (w ae1 ng g l er0)) +("waning" nil (w ey1 n ih0 ng)) +("wank" nil (w aa1 ng k)) +("wanke" nil (w aa1 ng k)) +("wanko" nil (w aa1 ng k ow0)) +("wanless" nil (w aa1 n l ax s)) +("wann" nil (w aa1 n)) +("wanna" nil (w aa1 n ax)) +("wannabe" nil (w aa1 n ax b iy1)) +("wannabes" nil (w aa1 n ax b iy1 z)) +("wannamaker" nil (w aa1 n ax m ey1 k er0)) +("wannemacher" nil (w aa1 n ax m aa0 k er0)) +("wanner" nil (w aa1 n er0)) +("wanninger" nil (w aa1 n ih0 ng er0)) +("wanniski" nil (w ax n ih1 s k iy0)) +("wanser" nil (w ao1 n z er0)) +("wansley" nil (w ao1 n z l iy0)) +("want" nil (w aa1 n t)) +("wanta" nil (w aa1 n t ax)) +("wantage" nil (w aa1 n t ih0 jh)) +("wantages" nil (w aa1 n t ih0 jh ih0 z)) +("wanted" nil (w aa1 n t ax d)) +("wanting" nil (w aa1 n t ih0 ng)) +("wantland" nil (w aa1 n t l ax n d)) +("wanton" nil (w ao1 n t ax n)) +("wantonly" nil (w ao1 n t ax n l iy0)) +("wants" nil (w aa1 n t s)) +("wantz" nil (w aa1 n t s)) +("wanzer" nil (w aa1 n z er0)) +("waples" nil (w ao1 p ax l z)) +("wapner" nil (w aa1 p n er0)) +("wapping" nil (w aa1 p ih0 ng)) +("war" nil (w ao1 r)) +("warbington" nil (w ao1 r b ih0 ng t ax n)) +("warbling" nil (w ao1 r b ax l ih0 ng)) +("warburg" nil (w ao1 r b er0 g)) +("warburton" nil (w ao1 r b er0 t ax n)) +("warchol" nil (w ao1 r k ao0 l)) +("ward" nil (w ao1 r d)) +("warda" nil (w ao1 r d ax)) +("wardair" nil (w ao1 r d eh1 r)) +("warde" nil (w ao1 r d)) +("warded" nil (w ao1 r d ih0 d)) +("wardell" nil (w ao1 r d eh0 l)) +("warden" nil (w ao1 r d ax n)) +("wardens" nil (w ao1 r d ax n z)) +("warder" nil (w ao1 r d er0)) +("warding" nil (w ao1 r d ih0 ng)) +("wardlaw" nil (w ao1 r d l ao1)) +("wardle" nil (w ao1 r d ax l)) +("wardley" nil (w ao1 r d l iy0)) +("wardlow" nil (w ao1 r d l ow1)) +("wardrip" nil (w ao1 r d r ih0 p)) +("wardrobe" nil (w ao1 r d r ow1 b)) +("wardrobes" nil (w ao1 r d r ow1 b z)) +("wardrop" nil (w ao1 r d r aa1 p)) +("wards" nil (w ao1 r d z)) +("wardwell" nil (w ao1 r d w eh1 l)) +("ware" nil (w eh1 r)) +("warehime" nil (w eh1 r hh ay1 m)) +("warehouse" nil (w eh1 r hh aw1 s)) +("warehoused" nil (w eh1 r hh aw1 z d)) +("warehouses" nil (w eh1 r hh aw1 z ih0 z)) +("warehousing" nil (w eh1 r hh aw1 z ih0 ng)) +("wareing" nil (w eh1 r ih0 ng)) +("waren" nil (w eh1 r ax n)) +("wares" nil (w eh1 r z)) +("warf" nil (w ao1 r f)) +("warfare" nil (w ao1 r f eh1 r)) +("warfel" nil (w ao1 r f ax l)) +("warfield" nil (w ao1 r f iy0 l d)) +("warford" nil (w ao1 r f er0 d)) +("warga" nil (w ao1 r g ax)) +("wargo" nil (w ao1 r g ow1)) +("warhead" nil (w ao1 r hh eh1 d)) +("warheads" nil (w ao1 r hh eh1 d z)) +("warhol" nil (w ao1 r hh ao0 l)) +("warhurst" nil (w ao1 r hh er0 s t)) +("warily" nil (w eh1 r ax l iy0)) +("wariness" nil (w eh1 r iy0 n ih0 s)) +("waring" nil (w eh1 r ih0 ng)) +("wark" nil (w ao1 r k)) +("warkentin" nil (w ao0 r k eh1 n t ih0 n)) +("warley" nil (w ao1 r l iy0)) +("warlick" nil (w ao1 r l ih0 k)) +("warlike" nil (w ao1 r l ay1 k)) +("warloeck" nil (w ao1 r l aa1 k)) +("warlord" nil (w ao1 r l ao1 r d)) +("warlords" nil (w ao1 r l ao1 r d z)) +("warm" nil (w ao1 r m)) +("warmack" nil (w ao1 r m ae0 k)) +("warman" nil (w ao1 r m ax n)) +("warmed" nil (w ao1 r m d)) +("warmer" nil (w ao1 r m er0)) +("warmest" nil (w ao1 r m ax s t)) +("warming" nil (w ao1 r m ih0 ng)) +("warmington" nil (w ao1 r m ih0 ng t ax n)) +("warminster" nil (w ao1 r m ih1 n s t er0)) +("warmish" nil (w ao1 r m ih0 sh)) +("warmly" nil (w ao1 r m l iy0)) +("warmond" nil (w ao1 r m ax n d)) +("warmongering" nil (w ao1 r m aa1 ng g er0 ih0 ng)) +("warmoth" nil (w ao1 r m ax th)) +("warms" nil (w ao1 r m z)) +("warmth" nil (w ao1 r m th)) +("warmup" nil (w ao1 r m ah1 p)) +("warmuth" nil (w ao1 r m uh1 th)) +("warn" nil (w ao1 r n)) +("warnaco" nil (w ao1 r n ax k ow1)) +("warncke" nil (w ao1 r ng k iy0)) +("warne" nil (w ao1 r n)) +("warnecke" nil (w ao1 r n ih0 k)) +("warned" nil (w ao1 r n d)) +("warneke" nil (w ao1 r n ih0 k)) +("warnell" nil (w ao1 r n ax l)) +("warner" nil (w ao1 r n er0)) +("warnes" nil (w ao1 r n z)) +("warnick" nil (w ao1 r n ih0 k)) +("warning" nil (w ao1 r n ih0 ng)) +("warningly" nil (w ao1 r n ih0 ng l iy0)) +("warnings" nil (w ao1 r n ih0 ng z)) +("warnke" nil (w ao1 r ng k iy0)) +("warnken" nil (w ao1 r ng k ax n)) +("warnock" nil (w ao1 r n aa0 k)) +("warns" nil (w ao1 r n z)) +("waronker" nil (w ao0 r aa1 ng k er0)) +("warp" nil (w ao1 r p)) +("warpath" nil (w ao1 r p ae1 th)) +("warped" nil (w ao1 r p t)) +("warping" nil (w ao1 r p ih0 ng)) +("warplane" nil (w ao1 r p l ey1 n)) +("warplanes" nil (w ao1 r p l ey1 n z)) +("warps" nil (w ao1 r p s)) +("warr" nil (w ao1 r)) +("warrant" nil (w ao1 r ax n t)) +("warranted" nil (w ao1 r ax n t ih0 d)) +("warranties" nil (w ao1 r ax n t iy0 z)) +("warrantless" nil (w ao1 r ax n t l ax s)) +("warrants" nil (w ao1 r ax n t s)) +("warranty" nil (w ao1 r ax n t iy0)) +("warrell" nil (w ao1 r eh1 l)) +("warren" nil (w ao1 r ax n)) +("warrens" nil (w ao1 r ax n z)) +("warrick" nil (w ao1 r ih0 k)) +("warriner" nil (w ao1 r ax n er0)) +("warring" nil (w ao1 r ih0 ng)) +("warrington" nil (w ao1 r ih0 ng t ax n)) +("warrior" nil (w ao1 r iy0 er0)) +("warriors" nil (w ao1 r iy0 er0 z)) +("wars" nil (w ao1 r z)) +("warsaw" nil (w ao1 r s ao1)) +("warsaws" nil (w ao1 r s ao1 z)) +("warshauer" nil (w ao1 r sh aw0 er0)) +("warshaw" nil (w ao1 r sh ao1)) +("warshawsky" nil (w ao1 r sh ax w s k iy0)) +("warship" nil (w ao1 r sh ih1 p)) +("warships" nil (w ao1 r sh ih1 p s)) +("warstler" nil (w ao1 r s t l er0)) +("wart" nil (w ao1 r t)) +("wartenberg" nil (w ao1 r t ax n b er0 g)) +("warth" nil (w ao1 r th)) +("warthen" nil (w ao1 r th ax n)) +("wartime" nil (w ao1 r t ay1 m)) +("wartimes" nil (w ao1 r t ay1 m z)) +("wartman" nil (w ao1 r t m ax n)) +("warton" nil (w ao1 r t ax n)) +("warts" nil (w ao1 r t s)) +("wartzman" nil (w ao1 r t s m ax n)) +("warwick" nil (w ao1 r w ih0 k)) +("wary" nil (w eh1 r iy0)) +("warzecha" nil (w ao0 r z eh1 hh ax)) +("was" nil (w aa1 z)) +("wasatch" nil (w aa1 s ae0 ch)) +("wasch" nil (w ao1 sh)) +("wascher" nil (w ao1 sh er0)) +("wasco" nil (w ao1 s k ow0)) +("wascom" nil (w ao1 s k ax m)) +("wasden" nil (w ao1 s d ax n)) +("wasem" nil (w ao1 s ih0 m)) +("wash" nil (w aa1 sh)) +("washabaugh" nil (w ao1 sh ax b ao0)) +("washable" nil (w aa1 sh ax b ax l)) +("washam" nil (w aa1 sh ax m)) +("washbasin" nil (w aa1 sh b ey1 s ax n)) +("washboard" nil (w aa1 sh b ao1 r d)) +("washburn" nil (w aa1 sh b er1 n)) +("washburne" nil (w ao1 sh b er1 n)) +("washed" nil (w aa1 sh t)) +("washer" nil (w aa1 sh er0)) +("washers" nil (w aa1 sh er0 z)) +("washes" nil (w aa1 sh ih0 z)) +("washing" nil (w aa1 sh ih0 ng)) +("washington" nil (w aa1 sh ih0 ng t ax n)) +("washingtonian" nil (w aa1 sh ih0 ng t ow1 n iy0 ax n)) +("washingtonians" nil (w aa1 sh ih0 ng t ow1 n iy0 ax n z)) +("washko" nil (v aa1 sh k ow0)) +("washout" nil (w aa1 sh aw1 t)) +("washouts" nil (w aa1 sh aw1 t s)) +("washroom" nil (w aa1 sh r uw1 m)) +("washtub" nil (w aa1 sh t ah1 b)) +("washy" nil (w aa1 sh iy0)) +("wasielewski" nil (v ax s iy0 l eh1 f s k iy0)) +("wasik" nil (v aa1 s ih0 k)) +("wasil" nil (w ao1 s ax l)) +("wasilewski" nil (v ax s ih0 l eh1 f s k iy0)) +("wasinger" nil (w ao1 s ih0 n jh er0)) +("waskiewicz" nil (v aa1 s k ax v ih0 ch)) +("wasko" nil (v aa1 s k ow0)) +("waskow" nil (v aa1 s k ow0)) +("wasley" nil (w ao1 s l iy0)) +("wasmer" nil (w ao1 s ax m er0)) +("wasmund" nil (w ao1 z m ax n d)) +("wasmuth" nil (w ao1 z m uw0 th)) +("wason" nil (w aa1 s ax n)) +("wasp" nil (w aa1 s p)) +("wasps" nil (w aa1 s p s)) +("wassel" nil (w ao1 s ax l)) +("wassell" nil (w ao1 s ax l)) +("wassenaar" nil (w ao1 s ih0 n aa0 r)) +("wasser" nil (w ao1 s er0)) +("wasserman" nil (w aa1 s er0 m ax n)) +("wasserstein" nil (w aa1 s er0 s t iy1 n)) +("wassink" nil (w ao1 s ih0 ng k)) +("wassman" nil (w ao1 s m ax n)) +("wassmer" nil (w aa1 s m er0)) +("wassom" nil (w aa1 s ax m)) +("wasson" nil (w ao1 s ax n)) +("wassum" nil (w aa1 s ax m)) +("waste" nil (w ey1 s t)) +("wastebasket" nil (w ey1 s t b ae1 s k ax t)) +("wastebaskets" nil (w ey1 s t b ae1 s k ax t s)) +("wasted" nil (w ey1 s t ax d)) +("wasteful" nil (w ey1 s t f ax l)) +("wastefulness" nil (w ey1 s t f ax l n ax s)) +("wasteland" nil (w ey1 s t l ae1 n d)) +("wastepaper" nil (w ey1 s t p ey1 p er0)) +("wasters" nil (w ey1 s t er0 z)) +("wastes" nil (w ey1 s t s)) +("wastewater" nil (w ey1 s t w ao1 t er0)) +("wasting" nil (w ey1 s t ih0 ng)) +("waszak" nil (v aa1 sh ax k)) +("waszkiewicz" nil (v aa1 sh k ax v ih0 ch)) +("wat" nil (w ao1 t)) +("watanabe" nil (w aa1 t aa0 n aa1 b ey0)) +("watch" nil (w aa1 ch)) +("watchdog" nil (w aa1 ch d ao1 g)) +("watchdogs" nil (w aa1 ch d ao1 g z)) +("watched" nil (w aa1 ch t)) +("watcher" nil (w aa1 ch er0)) +("watchers" nil (w aa1 ch er0 z)) +("watches" nil (w aa1 ch ax z)) +("watchful" nil (w aa1 ch f ax l)) +("watching" nil (w aa1 ch ih0 ng)) +("watchman" nil (w aa1 ch m ax n)) +("watchorn" nil (w ao1 ch er0 n)) +("watchword" nil (w aa1 ch w er1 d)) +("water" nil (w ao1 t er0)) +("waterbed" nil (w ao1 t er0 b eh1 d)) +("waterbeds" nil (w ao1 t er0 b eh1 d z)) +("waterborne" nil (w ao1 t er0 b ao1 r n)) +("waterbury" nil (w ao1 t er0 b eh1 r iy0)) +("watercolor" nil (w ao1 t er0 k ah1 l er0)) +("watercolors" nil (w ao1 t er0 k ah1 l er0 z)) +("watercress" nil (w ao1 t er0 k r eh1 s)) +("watered" nil (w ao1 t er0 d)) +("waterer" nil (w ao1 t er0 er0)) +("waterfall" nil (w ao1 t er0 f ao1 l)) +("waterfalls" nil (w ao1 t er0 f ao1 l z)) +("waterfield" nil (w ao1 t er0 f iy0 l d)) +("waterford" nil (w ao1 t er0 f er0 d)) +("waterfowl" nil (w ao1 t er0 f aw1 l)) +("waterfront" nil (w ao1 t er0 f r ah1 n t)) +("watergate" nil (w ao1 t er0 g ey1 t)) +("waterhouse" nil (w ao1 t er0 hh aw1 s)) +("watering" nil (w ao1 t er0 ih0 ng)) +("waterishness" nil (w ao1 t er0 ih0 sh n ax s)) +("waterlogged" nil (w ao1 t er0 l aa1 g d)) +("waterloo" nil (w ao1 t er0 l uw1)) +("waterman" nil (w ao1 t er0 m ax n)) +("watermelon" nil (w ao1 t er0 m eh1 l ax n)) +("watermelons" nil (w ao1 t er0 m eh1 l ax n z)) +("watermen" nil (w ao1 t er0 m ax n)) +("waterproof" nil (w ao1 t er0 p r uw1 f)) +("waterproofing" nil (w ao1 t er0 p r uw1 f ih0 ng)) +("waters" nil (w ao1 t er0 z)) +("watershed" nil (w ao1 t er0 sh eh1 d)) +("waterson" nil (w ao1 t er0 s ax n)) +("waterstein" nil (w ao1 t er0 s t iy0 n)) +("waterston" nil (w ao1 t er0 s t ax n)) +("watertown" nil (w ao1 t er0 t aw1 n)) +("waterway" nil (w ao1 t er0 w ey1)) +("waterways" nil (w ao1 t er0 w ey1 z)) +("waterworks" nil (w ao1 t er0 w er1 k s)) +("waterworld" nil (w ao1 t er0 w er1 l d)) +("waterworth" nil (w ao1 t er0 w er0 th)) +("watery" nil (w ao1 t er0 iy0)) +("watford" nil (w ao1 t f er0 d)) +("wathen" nil (w ao1 th ax n)) +("watkin" nil (w ao1 t k ih0 n)) +("watkins" nil (w aa1 t k ih0 n z)) +("watkinson" nil (w ao1 t k ih0 n s ax n)) +("watland" nil (w aa1 t l ax n d)) +("watley" nil (w aa1 t l iy0)) +("watling" nil (w ao1 t ax l ih0 ng)) +("watlington" nil (w ao1 t ax l ih0 ng t ax n)) +("watne" nil (w ao1 t n)) +("watrous" nil (w aa1 t r ax s)) +("watry" nil (w aa1 t r iy0)) +("watsco" nil (w aa1 t s k ow1)) +("watson" nil (w aa1 t s ax n)) +("watsonville" nil (w aa1 t s ax n v ih1 l)) +("watt" nil (w aa1 t)) +("wattenbarger" nil (w ao1 t ih0 n b aa0 r g er0)) +("wattenberg" nil (w aa1 t ax n b er0 g)) +("watters" nil (w aa1 t er0 z)) +("wattie" nil (w aa1 t iy0)) +("wattles" nil (w aa1 t ax l z)) +("watton" nil (w ao1 t ax n)) +("watts" nil (w aa1 t s)) +("wattwil" nil (w aa1 t w ih0 l)) +("watwood" nil (w ao1 t w uh0 d)) +("watz" nil (w aa1 t s)) +("watzman" nil (w aa1 t s m ax n)) +("waugaman" nil (w ao1 g ax m ax n)) +("waugh" nil (w ao1)) +("waukegan" nil (w ao0 k iy1 g ax n)) +("waukesha" nil (w ao0 k iy1 sh ax)) +("wausau" nil (w ao1 s ao0)) +("wauters" nil (w aw1 t er0 z)) +("wave" nil (w ey1 v)) +("waved" nil (w ey1 v d)) +("wavelength" nil (w ey1 v l eh1 ng th)) +("wavelengths" nil (w ey1 v l eh1 ng th s)) +("waver" nil (w ey1 v er0)) +("wavered" nil (w ey1 v er0 d)) +("wavering" nil (w ey1 v er0 ih0 ng)) +("waverley" nil (w ey1 v er0 l iy0)) +("waverly" nil (w ey1 v er0 l iy0)) +("waves" nil (w ey1 v z)) +("wavetek" nil (w ey1 v t eh1 k)) +("waving" nil (w ey1 v ih0 ng)) +("wavra" nil (w aa1 v r ax)) +("wavy" nil (w ey1 v iy0)) +("wawrzyniak" nil (w aa0 r z ih1 n iy0 ae0 k)) +("wax" nil (w ae1 k s)) +("waxed" nil (w ae1 k s t)) +("waxes" nil (w ae1 k s ih0 z)) +("waxing" nil (w ae1 k s ih0 ng)) +("waxler" nil (w ae1 k s l er0)) +("waxman" nil (w ae1 k s m ax n)) +("waxy" nil (w ae1 k s iy0)) +("way" nil (w ey1)) +("waybright" nil (w ey1 b r ay1 t)) +("waycaster" nil (w ey1 k ae1 s t er0)) +("waye" nil (w ey1)) +("waylaid" nil (w ey1 l ey1 d)) +("wayland" nil (w ey1 l ax n d)) +("wayman" nil (w ey1 m ax n)) +("waymire" nil (w ey1 m ay1 r)) +("wayne" nil (w ey1 n)) +("waynesboro" nil (w ey1 n z b er0 ow0)) +("waynesville" nil (w ey1 n z v ih1 l)) +("waynick" nil (w ey1 n ih0 k)) +("ways" nil (w ey1 z)) +("wayside" nil (w ey1 s ay1 d)) +("wayson" nil (w ey1 z ax n)) +("wayt" nil (w ey1 t)) +("wayward" nil (w ey1 w er0 d)) +("wazir" nil (w aa0 z ih1 r)) +("we" nil (w iy1)) +("weak" nil (w iy1 k)) +("weaken" nil (w iy1 k ax n)) +("weakened" nil (w iy1 k ax n d)) +("weakening" nil (w iy1 k ax n ih0 ng)) +("weakens" nil (w iy1 k ax n z)) +("weaker" nil (w iy1 k er0)) +("weakest" nil (w iy1 k ax s t)) +("weakland" nil (w iy1 k l ax n d)) +("weakley" nil (w iy1 k l iy0)) +("weakly" nil (w iy1 k l iy0)) +("weakness" nil (w iy1 k n ax s)) +("weaknesses" nil (w iy1 k n ax s ax z)) +("weaks" nil (w iy1 k s)) +("wealth" nil (w eh1 l th)) +("wealthier" nil (w eh1 l th iy0 er0)) +("wealthiest" nil (w eh1 l th iy0 ax s t)) +("wealths" nil (w eh1 l th s)) +("wealthy" nil (w eh1 l th iy0)) +("wean" nil (w iy1 n)) +("weaned" nil (w iy1 n d)) +("weaning" nil (w iy1 n ih0 ng)) +("weant" nil (w iy1 n t)) +("weapon" nil (w eh1 p ax n)) +("weaponry" nil (w eh1 p ax n r iy0)) +("weapons" nil (w eh1 p ax n z)) +("wear" nil (w eh1 r)) +("wearer" nil (w eh1 r er0)) +("wearers" nil (w eh1 r er0 z)) +("wearever" nil (w eh1 r eh1 v er0)) +("wearhouse" nil (w eh1 r hh aw1 s)) +("wearied" nil (w ih1 r iy0 d)) +("wearily" nil (w eh1 r ax l iy0)) +("weariness" nil (w ih1 r iy0 n ax s)) +("wearing" nil (w eh1 r ih0 ng)) +("wearisome" nil (w ih1 r iy0 s ax m)) +("wears" nil (w eh1 r z)) +("weary" nil (w ih1 r iy0)) +("wearying" nil (w iy1 r iy0 ih0 ng)) +("wease" nil (w iy1 z)) +("weasel" nil (w iy1 z ax l)) +("weasellike" nil (w iy1 z ax l l ay1 k)) +("weast" nil (w iy1 s t)) +("weather" nil (w eh1 dh er0)) +("weatherall" nil (w eh1 dh er0 ao1 l)) +("weatherbee" nil (w eh1 dh er0 b iy1)) +("weatherby" nil (w eh1 dh er0 b iy0)) +("weathered" nil (w eh1 dh er0 d)) +("weatherford" nil (w eh1 dh er0 f er0 d)) +("weatherhead" nil (w eh1 dh er0 hh eh1 d)) +("weatherholt" nil (w eh1 dh er0 hh ow1 l t)) +("weatherholtz" nil (w eh1 dh er0 hh ow1 l t s)) +("weathering" nil (w eh1 dh er0 ih0 ng)) +("weatherington" nil (w eh1 dh er0 ih0 ng t ax n)) +("weatherly" nil (w eh1 dh er0 l iy0)) +("weatherman" nil (w eh1 dh er0 m ae1 n)) +("weathermen" nil (w eh1 dh er0 m eh1 n)) +("weatherperson" nil (w eh1 th er0 p er1 s ax n)) +("weatherproof" nil (w eh1 dh er0 p r uw1 f)) +("weathers" nil (w eh1 dh er0 z)) +("weathersbee" nil (w eh1 dh er0 z b iy1)) +("weathersby" nil (w eh1 dh er0 s b iy0)) +("weatherspoon" nil (w eh1 dh er0 s p uw1 n)) +("weatherstone" nil (w eh1 dh er0 s t ow1 n)) +("weatherwax" nil (w eh1 dh er0 w ae1 k s)) +("weathington" nil (w eh1 th ih0 ng t ax n)) +("weave" nil (w iy1 v)) +("weaved" nil (w iy1 v d)) +("weaver" nil (w iy1 v er0)) +("weaverling" nil (w iy1 v er0 l ih0 ng)) +("weavers" nil (w iy1 v er0 z)) +("weaves" nil (w iy1 v z)) +("weavil" nil (w iy1 v ax l)) +("weaving" nil (w iy1 v ih0 ng)) +("weavings" nil (w iy1 v ih0 ng z)) +("web" nil (w eh1 b)) +("webb" nil (w eh1 b)) +("webbed" nil (w eh1 b d)) +("webber" nil (w eh1 b er0)) +("webbing" nil (w eh1 b ih0 ng)) +("webbs" nil (w eh1 b z)) +("weber" nil (w eh1 b er0)) +("weberg" nil (w eh1 b er0 g)) +("webers" nil (w eh1 b er0 z)) +("webley" nil (w eh1 b l iy0)) +("webre" nil (w eh1 b er0)) +("webs" nil (w eh1 b z)) +("webster" nil (w eh1 b s t er0)) +("wechsel" nil (w eh1 k s ax l)) +("wechsler" nil (w eh1 k s l er0)) +("wecht" nil (w eh1 k t)) +("wechter" nil (w eh1 k t er0)) +("weck" nil (w eh1 k)) +("wecker" nil (w eh1 k er0)) +("weckerly" nil (w eh1 k er0 l iy0)) +("weckesser" nil (w eh1 k ih0 s er0)) +("weckwerth" nil (w eh1 k w er0 th)) +("wed" nil (w eh1 d)) +("wedbush" nil (w eh1 d b uh1 sh)) +("wedd" nil (w eh1 d)) +("wedded" nil (w eh1 d ax d)) +("weddell" nil (w eh1 d ax l)) +("wedding" nil (w eh1 d ih0 ng)) +("weddings" nil (w eh1 d ih0 ng z)) +("weddington" nil (w eh1 d ih0 ng t ax n)) +("weddle" nil (w eh1 d ax l)) +("wedekind" nil (w eh1 d ih0 k ih0 n d)) +("wedeking" nil (w eh1 d ih0 k ih0 ng)) +("wedel" nil (w eh1 d ax l)) +("wedell" nil (w eh1 d ax l)) +("wedemeyer" nil (w eh1 d ih0 m ay1 er0)) +("wedge" nil (w eh1 jh)) +("wedged" nil (w eh1 jh d)) +("wedges" nil (w eh1 jh ax z)) +("wedgestone" nil (w eh1 jh s t ow1 n)) +("wedgewood" nil (w eh1 jh w uh1 d)) +("wedgeworth" nil (w eh1 jh w er1 th)) +("wedgwood" nil (w eh1 jh w uh1 d)) +("wedig" nil (w eh1 d ih0 g)) +("wedin" nil (w eh1 d ih0 n)) +("wedlock" nil (w eh1 d l aa1 k)) +("wednesday" nil (w eh1 n z d iy0)) +("wednesdays" nil (w eh1 n z d ey1 z)) +("wedowee" nil (w eh0 d aw1 w iy1)) +("wedtech" nil (w eh1 d t eh1 k)) +("wee" nil (w iy1)) +("weeber" nil (w iy1 b er0)) +("weech" nil (w iy1 ch)) +("weed" nil (w iy1 d)) +("weeded" nil (w iy1 d ih0 d)) +("weeden" nil (w iy1 d ax n)) +("weeding" nil (w iy1 d ih0 ng)) +("weedman" nil (w iy1 d m ax n)) +("weedon" nil (w iy1 d ax n)) +("weeds" nil (w iy1 d z)) +("weedy" nil (w iy1 d iy0)) +("weehawken" nil (w iy1 hh ao1 k ax n)) +("week" nil (w iy1 k)) +("weekday" nil (w iy1 k d ey1)) +("weekdays" nil (w iy1 k d ey1 z)) +("weekend" nil (w iy1 k eh1 n d)) +("weekender" nil (w iy1 k eh1 n d er0)) +("weekends" nil (w iy1 k eh1 n d z)) +("weekes" nil (w iy1 k s)) +("weekley" nil (w iy1 k l iy0)) +("weeklies" nil (w iy1 k l iy0 z)) +("weeklong" nil (w iy1 k l ao1 ng)) +("weekly" nil (w iy1 k l iy0)) +("weeks" nil (w iy1 k s)) +("weems" nil (w iy1 m z)) +("weeny" nil (w iy1 n iy0)) +("weep" nil (w iy1 p)) +("weeping" nil (w iy1 p ih0 ng)) +("weepy" nil (w iy1 p iy0)) +("weers" nil (w iy1 er0 z)) +("weerts" nil (w ih1 r t s)) +("weese" nil (w iy1 z)) +("weesner" nil (w iy1 z n er0)) +("weevil" nil (w iy1 v ax l)) +("weevils" nil (w iy1 v ax l z)) +("wegbreit" nil (w eh1 g b r ay1 t)) +("wege" nil (w iy1 jh)) +("wegener" nil (w eh1 g iy0 n er0)) +("weger" nil (w iy1 g er0)) +("weglarz" nil (w eh1 g l aa0 r z)) +("wegman" nil (w eh1 g m ax n)) +("wegmann" nil (w eh1 g m ax n)) +("wegner" nil (w eh1 g n er0)) +("wegrzyn" nil (w eh1 g er0 z ih0 n)) +("wehde" nil (w eh1 d)) +("wehe" nil (w iy1 hh)) +("wehle" nil (w eh1 l iy0)) +("wehler" nil (w eh1 l er0)) +("wehling" nil (w eh1 l ih0 ng)) +("wehman" nil (w eh1 m ax n)) +("wehmeier" nil (w eh1 m ay0 er0)) +("wehmeyer" nil (w eh1 m ay0 er0)) +("wehner" nil (w eh1 n er0)) +("wehr" nil (w eh1 r)) +("wehrenberg" nil (w eh1 r ax n b er0 g)) +("wehrheim" nil (w eh1 r hh ay0 m)) +("wehrle" nil (w eh1 r ax l)) +("wehrli" nil (w eh1 r l iy0)) +("wehrly" nil (w eh1 r l iy0)) +("wehrman" nil (w eh1 r m ax n)) +("wehrmann" nil (w eh1 r m ax n)) +("wehunt" nil (w eh1 hh ax n t)) +("wei" nil (w ey1)) +("weiand" nil (w ay1 ax n d)) +("weibel" nil (w ay1 b ax l)) +("weible" nil (w iy1 b ax l)) +("weich" nil (w ay1 k)) +("weichel" nil (w ay1 k ax l)) +("weichert" nil (w ay1 k er0 t)) +("weichman" nil (w ay1 k m ax n)) +("weicht" nil (w ay1 k t)) +("weick" nil (w iy1 k)) +("weicker" nil (w ay1 k er0)) +("weida" nil (v ay1 d ax)) +("weide" nil (w ay1 d iy0)) +("weidel" nil (w ay1 d ax l)) +("weideman" nil (w ay1 d m ax n)) +("weidemann" nil (w ay1 d m ax n)) +("weidenbach" nil (w ay1 d ih0 n b aa0 k)) +("weidenbaum" nil (w ay1 d ax n b aw1 m)) +("weidenfeld" nil (w ay1 d ax n f eh1 l d)) +("weider" nil (w ay1 d er0)) +("weidig" nil (w ay1 d ih0 g)) +("weidinger" nil (w ay1 d ih0 ng er0)) +("weidler" nil (w ay1 d ax l er0)) +("weidlich" nil (w ay1 d l ih0 k)) +("weidman" nil (w ay1 d m ax n)) +("weidmann" nil (w ay1 d m ax n)) +("weidner" nil (w ay1 d n er0)) +("weier" nil (w ey1 er0)) +("weigand" nil (w ay1 g ax n d)) +("weigandt" nil (w ay1 g ax n t)) +("weigel" nil (w ay1 g ax l)) +("weigelt" nil (w ay1 g ih0 l t)) +("weigert" nil (w ay1 g er0 t)) +("weigh" nil (w ey1)) +("weighed" nil (w ey1 d)) +("weighing" nil (w ey1 ih0 ng)) +("weighs" nil (w ey1 z)) +("weight" nil (w ey1 t)) +("weighted" nil (w ey1 t ih0 d)) +("weighting" nil (w ey1 t ih0 ng)) +("weightings" nil (w ey1 t ih0 ng z)) +("weightless" nil (w ey1 t l ax s)) +("weightlessness" nil (w ey1 t l ax s n ax s)) +("weightlifting" nil (w ey1 t l ih1 f t ih0 ng)) +("weightman" nil (w ay1 t m ax n)) +("weights" nil (w ey1 t s)) +("weighty" nil (w ey1 t iy0)) +("weigl" nil (w iy1 g ax l)) +("weigle" nil (w iy1 g ax l)) +("weigold" nil (w ay1 g ow1 l d)) +("weihe" nil (w iy1 hh)) +("weiher" nil (w ay1 hh er0)) +("weik" nil (w iy1 k)) +("weikel" nil (w ay1 k ax l)) +("weiker" nil (w ay1 k er0)) +("weikert" nil (w ay1 k er0 t)) +("weikle" nil (w iy1 k ax l)) +("weil" nil (w ay1 l)) +("weiland" nil (w ay1 l ax n d)) +("weilbacher" nil (w ay1 l b aa1 k er0)) +("weild" nil (w ay1 l d)) +("weiler" nil (w ay1 l er0)) +("weill" nil (w ay1 l)) +("weiman" nil (w ay1 m ax n)) +("weimann" nil (w ay1 m ax n)) +("weimar" nil (v ay1 m aa0 r)) +("weimer" nil (w ay1 m er0)) +("wein" nil (w iy1 n)) +("weinand" nil (w ay1 n ax n d)) +("weinbach" nil (w ay1 n b aa1 k)) +("weinbaum" nil (w ay1 n b aw1 m)) +("weinberg" nil (w ay1 n b er0 g)) +("weinberger" nil (w ay1 n b er0 g er0)) +("weindel" nil (w ay1 n d ax l)) +("weinel" nil (w ay1 n ax l)) +("weiner" nil (w ay1 n er0)) +("weinert" nil (w ay1 n er0 t)) +("weinfeld" nil (w ay1 n f eh1 l d)) +("weingart" nil (w ay1 ng g aa0 r t)) +("weingarten" nil (w ay1 n g aa1 r t ax n)) +("weingartner" nil (w ay1 ng g aa0 r t n er0)) +("weinger" nil (w ay1 n g er0)) +("weinheimer" nil (w ay1 n hh ay1 m er0)) +("weinhold" nil (w ay1 n hh ow1 l d)) +("weininger" nil (w ay1 n ih0 ng er0)) +("weinkauf" nil (w ay1 ng k aw0 f)) +("weinman" nil (w ay1 n m ax n)) +("weinmann" nil (w ay1 n m ax n)) +("weinreb" nil (w ay1 n r ih0 b)) +("weinreich" nil (w ay1 n r ay1 k)) +("weinrich" nil (w ay1 n r ih0 k)) +("weinroth" nil (w ay1 n r ao1 th)) +("weins" nil (w iy1 n z)) +("weinstein" nil (w ay1 n s t ay1 n)) +("weinstock" nil (w ay1 n s t aa1 k)) +("weintraub" nil (w ay1 n t r aw1 b)) +("weintz" nil (w ay1 n t s)) +("weinzierl" nil (w ay1 n z ih0 r l)) +("weipert" nil (w ay1 p er0 t)) +("weir" nil (w iy1 r)) +("weirauch" nil (w ay1 r aw0 k)) +("weird" nil (w ih1 r d)) +("weirder" nil (w ih1 r d er0)) +("weirdest" nil (w ih1 r d ax s t)) +("weirdly" nil (w ih1 r d l iy0)) +("weirdness" nil (w ih1 r d n ax s)) +("weirdo" nil (w ih1 r d ow0)) +("weirdos" nil (w ih1 r d ow0 z)) +("weired" nil (w ay1 r d)) +("weirich" nil (w ay1 r ih0 k)) +("weirick" nil (w ay1 r ih0 k)) +("weirton" nil (w ih1 r t ax n)) +("weis" nil (w ay1 s)) +("weisbach" nil (w ay1 s b aa1 k)) +("weisbecker" nil (w ay1 s b eh1 k er0)) +("weisberg" nil (w ay1 s b er0 g)) +("weisberger" nil (w ay1 s b er0 g er0)) +("weisbrod" nil (w ay1 s b r aa1 d)) +("weisbrot" nil (w ay1 s b r ax t)) +("weischedel" nil (w ay1 sh ax d ax l)) +("weise" nil (w iy1 s)) +("weisel" nil (w ay1 s ax l)) +("weisenbach" nil (w ay1 s ih0 n b aa0 k)) +("weisenberg" nil (w ay1 s ax n b er0 g)) +("weisenberger" nil (w ay1 s ax n b er0 g er0)) +("weisenborn" nil (w ay1 s ih0 n b er0 n)) +("weisenburger" nil (w ay1 s ax n b er0 g er0)) +("weisensel" nil (w ay1 s ih0 n s ax l)) +("weiser" nil (w ay1 s er0)) +("weisfeld" nil (w ay1 s f eh1 l d)) +("weisgerber" nil (w ay1 s g er0 b er0)) +("weishaar" nil (w ay1 sh aa0 r)) +("weishaupt" nil (w ay1 sh aw0 p t)) +("weisheit" nil (w ay1 sh ay0 t)) +("weisinger" nil (w ay1 s ih0 n jh er0)) +("weiskopf" nil (w ay1 s k ao0 f)) +("weisman" nil (w ay1 s m ax n)) +("weismann" nil (w ay1 s m ax n)) +("weisner" nil (w ay1 s n er0)) +("weiss" nil (w ay1 s)) +("weissberg" nil (w ay1 s b er0 g)) +("weisse" nil (w ay1 s)) +("weissenborn" nil (w ay1 s ih0 n b er0 n)) +("weisser" nil (w ay1 s er0)) +("weissert" nil (w ay1 s er0 t)) +("weissinger" nil (w ay1 s ih0 n jh er0)) +("weissman" nil (w ay1 s m ax n)) +("weissmann" nil (w ay1 s m ax n)) +("weist" nil (w iy1 ih0 s t)) +("weisz" nil (v ay1 sh)) +("weitek" nil (w ey1 t eh1 k)) +("weith" nil (w iy1 th)) +("weitkamp" nil (w ay1 t k ae1 m p)) +("weitler" nil (w ay1 t l er0)) +("weitman" nil (w ay1 t m ax n)) +("weitz" nil (w iy1 t s)) +("weitzel" nil (w ay1 t z ax l)) +("weitzen" nil (w ay1 t s ax n)) +("weitzman" nil (w ay1 t s m ax n)) +("weitzner" nil (w ay1 t s n er0)) +("weizsaecker" nil (w ay1 s ae1 k er0)) +("weksel" nil (w eh1 k s ax l)) +("welbilt" nil (w eh1 l b ih1 l t)) +("welborn" nil (w eh1 l b er0 n)) +("welborne" nil (w eh1 l b er0 n)) +("welby" nil (w eh1 l b iy0)) +("welch" nil (w eh1 l ch)) +("welchel" nil (w eh1 l ch ax l)) +("welcher" nil (w eh1 l ch er0)) +("welcome" nil (w eh1 l k ax m)) +("welcomed" nil (w eh1 l k ax m d)) +("welcomes" nil (w eh1 l k ax m z)) +("welcoming" nil (w eh1 l k ax m ih0 ng)) +("weld" nil (w eh1 l d)) +("welded" nil (w eh1 l d ih0 d)) +("welden" nil (w eh1 l d ax n)) +("welder" nil (w eh1 l d er0)) +("welders" nil (w eh1 l d er0 z)) +("weldin" nil (w eh1 l d ih0 n)) +("welding" nil (w eh1 l d ih0 ng)) +("weldon" nil (w eh1 l d ax n)) +("welds" nil (w eh1 l d z)) +("weldwood" nil (w eh1 l d w uh1 d)) +("weldy" nil (w eh1 l d iy0)) +("welfare" nil (w eh1 l f eh1 r)) +("welford" nil (w eh1 l f er0 d)) +("welge" nil (w eh1 l jh)) +("welinder" nil (w eh1 l ih1 n d er0)) +("welk" nil (w eh1 l k)) +("welke" nil (w eh1 l k)) +("welker" nil (w eh1 l k er0)) +("well" nil (w eh1 l)) +("welland" nil (w eh1 l ax n d)) +("wellborn" nil (w eh1 l b ao1 r n)) +("wellbrock" nil (w eh1 l b r ax k)) +("wellco" nil (w eh1 l k ow0)) +("wellcome" nil (w eh1 l k ah1 m)) +("welle" nil (w eh1 l)) +("wellek" nil (w eh1 l eh0 k)) +("wellen" nil (w eh1 l ax n)) +("wellendorf" nil (w eh1 l ih0 n d ao0 r f)) +("wellens" nil (w eh1 l ax n z)) +("weller" nil (w eh1 l er0)) +("welles" nil (w eh1 l z)) +("wellesley" nil (w eh1 l z l iy0)) +("wellfleet" nil (w eh1 l f l iy1 t)) +("wellhead" nil (w eh1 l hh eh1 d)) +("welling" nil (w eh1 l ih0 ng)) +("wellington" nil (w eh1 l ih0 ng t ax n)) +("welliver" nil (w eh1 l ih0 v er0)) +("wellman" nil (w eh1 l m ax n)) +("wellner" nil (w eh1 l n er0)) +("wellness" nil (w eh1 l n ax s)) +("wellnitz" nil (w eh1 l n ih0 t s)) +("wellons" nil (w eh1 l ax n z)) +("wellpoint" nil (w eh1 l p oy1 n t)) +("wells" nil (w eh1 l z)) +("wellspring" nil (w eh1 l s p r ih1 ng)) +("wellstone" nil (w eh1 l s ow1 n)) +("welltech" nil (w eh1 l t eh1 k)) +("welna" nil (w eh1 l n ax)) +("welp" nil (w eh1 l p)) +("welsch" nil (w eh1 l sh)) +("welser" nil (w eh1 l s er0)) +("welsh" nil (w eh1 l ch)) +("welshans" nil (w eh1 l sh ax n z)) +("welt" nil (w eh1 l t)) +("welte" nil (w eh1 l t)) +("welter" nil (w eh1 l t er0)) +("welterweight" nil (w eh1 l t er0 w ey1 t)) +("weltman" nil (w eh1 l t m ax n)) +("welton" nil (w eh1 l t ax n)) +("welty" nil (w eh1 l t iy0)) +("weltz" nil (w eh1 l t s)) +("welz" nil (w eh1 l z)) +("wembley" nil (w eh1 m b l iy0)) +("wemhoff" nil (w eh1 m hh ao1 f)) +("wemmer" nil (w eh1 m er0)) +("wempe" nil (w eh1 m p)) +("wemple" nil (w eh1 m p ax l)) +("wen" nil (w eh1 n)) +("wenatchee" nil (w ax n ae1 ch iy0)) +("wenberg" nil (w eh1 n b er0 g)) +("wenceslaus" nil (w eh1 n s ax s l ao1 s)) +("wenches" nil (w eh1 n ch ih0 z)) +("wenchester" nil (w eh1 n ch eh1 s t er0)) +("wenck" nil (w eh1 ng k)) +("wend" nil (w eh1 n d)) +("wenda" nil (w eh1 n d ax)) +("wende" nil (w eh1 n d)) +("wendel" nil (w eh1 n d ax l)) +("wendeline" nil (w eh1 n d ih0 l ay1 n)) +("wendelken" nil (w eh1 n d ih0 l k ax n)) +("wendell" nil (w eh1 n d ax l)) +("wender" nil (w eh1 n d er0)) +("wenders" nil (w eh1 n d er0 z)) +("wending" nil (w eh1 n d ih0 ng)) +("wendland" nil (w eh1 n d l ax n d)) +("wendlandt" nil (w eh1 n d l ax n t)) +("wendler" nil (w eh1 n d l er0)) +("wendling" nil (w eh1 n d l ih0 ng)) +("wendorf" nil (w eh1 n d ao0 r f)) +("wendorff" nil (w eh1 n d ao0 r f)) +("wends" nil (w eh1 n d z)) +("wendt" nil (w eh1 n t)) +("wendy" nil (w eh1 n d iy0)) +("wenfan" nil (w eh1 n f ae1 n)) +("weng" nil (w eh1 ng)) +("wenge" nil (w eh1 n jh)) +("wenger" nil (w eh1 ng er0)) +("wengerd" nil (w eh1 ng g er0 d)) +("wengert" nil (w eh1 ng g er0 t)) +("wengler" nil (w ih1 ng ax l er0)) +("wenig" nil (w eh1 n ih0 g)) +("weniger" nil (w eh1 n ih0 g er0)) +("weninger" nil (w eh1 n ih0 ng er0)) +("wenk" nil (w eh1 ng k)) +("wenke" nil (w eh1 ng k)) +("wenker" nil (w eh1 ng k er0)) +("wennberg" nil (w eh1 n b er0 g)) +("wenner" nil (w eh1 n er0)) +("wennerstrom" nil (w eh1 n er0 s t r ax m)) +("wenning" nil (w eh1 n ih0 ng)) +("wenninger" nil (w eh1 n ih0 ng er0)) +("wenona" nil (w eh1 n ax n ax)) +("wenrich" nil (w eh1 n r ih0 k)) +("wenrick" nil (w eh1 n r ih0 k)) +("wensberg" nil (w eh1 n z b er0 g)) +("wensel" nil (w eh1 n s ax l)) +("wenstrom" nil (w eh1 n s t r ax m)) +("went" nil (w eh1 n t)) +("wente" nil (w eh1 n t)) +("wentland" nil (w eh1 n t l ax n d)) +("wentling" nil (w eh1 n t l ih0 ng)) +("wentworth" nil (w eh1 n t w er1 th)) +("wentz" nil (w eh1 n t s)) +("wentzel" nil (w eh1 n t z ax l)) +("wentzell" nil (w eh1 n t z ax l)) +("wentzville" nil (w eh1 n t s v ih1 l)) +("wenz" nil (w eh1 n z)) +("wenzel" nil (w eh1 n z ax l)) +("wenzhou" nil (w eh0 n z uw1)) +("wenzl" nil (w eh1 n z ax l)) +("wenzler" nil (w eh1 n z l er0)) +("wenzlick" nil (w eh1 n z l ih0 k)) +("weppler" nil (w eh1 p l er0)) +("wept" nil (w eh1 p t)) +("werber" nil (w er1 b er0)) +("werden" nil (w er1 d ax n)) +("werder" nil (w er1 d er0)) +("werdesheim" nil (w er1 d z hh ay1 m)) +("were" nil (w er0)) +("wereldhave" nil (w eh1 r ax l d hh aa1 v ey0)) +("werewolf" nil (w eh1 r w uh1 l f)) +("wergin" nil (w er1 g ih0 n)) +("werk" nil (w er1 k)) +("werke" nil (w er1 k)) +("werkheiser" nil (w er1 k hh ay0 s er0)) +("werking" nil (w er1 k ih0 ng)) +("werkmeister" nil (w er1 k m ay0 s t er0)) +("werle" nil (w ao1 r ax l)) +("werley" nil (w er1 l iy0)) +("werling" nil (w er1 l ih0 ng)) +("werman" nil (w er1 m ax n)) +("wermiel" nil (w er0 m iy0 ax l)) +("wermuth" nil (w er0 m uw1 th)) +("wernecke" nil (w er1 n ih0 k)) +("werner" nil (w er1 n er0)) +("wernert" nil (w er1 n er0 t)) +("wernet" nil (w er1 n ih0 t)) +("wernette" nil (w er0 n eh1 t)) +("wernick" nil (w er1 n ih0 k)) +("wernicke" nil (w er1 n ih0 k)) +("wernimont" nil (w er1 n ih0 m ax n t)) +("werning" nil (w er1 n ih0 ng)) +("wernli" nil (w er1 n l iy0)) +("werntz" nil (w er1 n t s)) +("werre" nil (w eh1 r)) +("werry" nil (w eh1 r iy0)) +("werst" nil (w er1 s t)) +("wert" nil (w er1 t)) +("wertenberger" nil (w er1 t ax n b er0 g er0)) +("werth" nil (w er1 th)) +("wertheim" nil (w er1 t hh ay0 m)) +("wertheimer" nil (w er1 t hh ay0 m er0)) +("werther" nil (w er1 dh er0)) +("wertman" nil (w er1 t m ax n)) +("werts" nil (w er1 t s)) +("wertz" nil (w er1 t s)) +("wery" nil (w eh1 r iy0)) +("wes" nil (w eh1 s)) +("wesch" nil (w eh1 sh)) +("wesche" nil (w eh1 sh)) +("wesco" nil (w eh1 s k ow0)) +("wescoat" nil (w eh1 s k ow1 t)) +("wescott" nil (w eh1 s k aa0 t)) +("weseloh" nil (w ey0 s ey1 l ow0)) +("wesely" nil (w iy1 z l iy0)) +("weseman" nil (w iy1 z m ax n)) +("wesemann" nil (w iy1 z m ax n)) +("wesenberg" nil (w iy1 z ax n b er0 g)) +("wesker" nil (w eh1 s k er0)) +("wesler" nil (w eh1 s ax l er0)) +("wesley" nil (w eh1 s l iy0)) +("wesleyan" nil (w eh1 z l iy0 ax n)) +("wesner" nil (w eh1 s n er0)) +("wesolek" nil (w eh1 s ax l ih0 k)) +("wesolowski" nil (v ih0 s ax l ao1 f s k iy0)) +("wesp" nil (w eh1 s p)) +("wespac" nil (w eh1 s p ae1 k)) +("wespercorp" nil (w eh1 s p er0 k ao1 r p)) +("wesray" nil (w eh1 s r ey0)) +("wessel" nil (w eh1 s ax l)) +("wessell" nil (w eh1 s ax l)) +("wessells" nil (w eh1 s ax l z)) +("wesselman" nil (w eh1 s ax l m ax n)) +("wessels" nil (w eh1 s ax l z)) +("wessex" nil (w eh1 s ax k s)) +("wessinger" nil (w eh1 s ih0 n jh er0)) +("wessler" nil (w eh1 s l er0)) +("wessling" nil (w eh1 s ax l ih0 ng)) +("wessman" nil (w eh1 s m ax n)) +("wessner" nil (w eh1 s n er0)) +("wesson" nil (w eh1 s ax n)) +("west" nil (w eh1 s t)) +("westair" nil (w eh1 s t eh1 r)) +("westall" nil (w eh1 s t ax l)) +("westamerica" nil (w eh1 s t ax m eh1 r ih0 k ax)) +("westar" nil (w eh1 s t er0)) +("westbay" nil (w eh1 s t b ey1)) +("westberg" nil (w eh1 s t b er0 g)) +("westberry" nil (w eh1 s t b eh1 r iy0)) +("westboro" nil (w eh1 s t b er0 ow0)) +("westborough" nil (w eh1 s t b er0 ow0)) +("westbound" nil (w eh1 s t b aw1 n d)) +("westbridge" nil (w eh1 s t b r ih1 jh)) +("westbrook" nil (w eh1 s t b r uh1 k)) +("westbrooks" nil (w eh1 s t b r uh1 k s)) +("westburne" nil (w eh1 s t b er0 n)) +("westbury" nil (w eh1 s t b eh1 r iy0)) +("westby" nil (w eh1 s t b iy0)) +("westcap" nil (w eh1 s t k ae1 p)) +("westchester" nil (w eh1 s t ch eh1 s t er0)) +("westcoast" nil (w eh1 s t k ow1 s t)) +("westcorp" nil (w eh1 s t k ao1 r p)) +("westcott" nil (w eh1 s t k aa1 t)) +("westdeutsche" nil (w eh1 s t d oy1 ch)) +("westen" nil (w eh1 s t ax n)) +("westenberger" nil (w eh1 s t ax n b er0 g er0)) +("westendorf" nil (w eh1 s t ih0 n d ao0 r f)) +("wester" nil (w eh1 s t er0)) +("westerbeck" nil (w eh1 s t er0 b eh1 k)) +("westerberg" nil (w eh1 s t er0 b er0 g)) +("westerfeld" nil (w eh1 s t er0 f eh1 l d)) +("westerfield" nil (w eh1 s t er0 f iy1 l d)) +("westergaard" nil (w eh1 s t er0 g aa1 r d)) +("westergard" nil (w eh1 s t er0 g er0 d)) +("westergren" nil (w eh1 s t er0 g r eh0 n)) +("westerhoff" nil (w eh1 s t er0 hh ao1 f)) +("westerhold" nil (w eh1 s t er0 hh ow1 l d)) +("westerlund" nil (w eh1 s t er0 l ax n d)) +("westerly" nil (w eh1 s t er0 l iy0)) +("westerman" nil (w eh1 s t er0 m ax n)) +("westermann" nil (w eh1 s t er0 m ax n)) +("westermeyer" nil (w eh1 s t er0 m ay0 er0)) +("western" nil (w eh1 s t er0 n)) +("westerner" nil (w eh1 s t er0 n er0)) +("westerners" nil (w eh1 s t er0 n er0 z)) +("westernization" nil (w eh1 s t er0 n ih0 z ey1 sh ax n)) +("westernize" nil (w eh1 s t er0 n ay1 z)) +("westernized" nil (w eh1 s t er0 n ay1 z d)) +("westernmost" nil (w eh1 s t er0 n m ow1 s t)) +("westerns" nil (w eh1 s t er0 n z)) +("westervelt" nil (w eh1 s t er0 v ih0 l t)) +("westfaelisches" nil (w eh1 s t f ey1 l ih0 sh ih0 z)) +("westfahl" nil (w eh1 s t f aa1 l)) +("westfall" nil (w eh1 s t f ao1 l)) +("westfed" nil (w eh1 s t f eh1 d)) +("westfield" nil (w eh1 s t f iy0 l d)) +("westford" nil (w eh1 s t f er0 d)) +("westgate" nil (w eh1 s t g ey1 t)) +("westheimer" nil (w eh1 s t hh ay1 m er0)) +("westhoff" nil (w eh1 s t hh ao1 f)) +("westin" nil (w eh1 s t ih0 n)) +("westinghouse" nil (w eh1 s t ih0 ng hh aw1 s)) +("westlake" nil (w eh1 s t l ey1 k)) +("westland" nil (w eh1 s t l ax n d)) +("westleigh" nil (w eh1 s t l ay0)) +("westley" nil (w eh1 s t l iy0)) +("westling" nil (w eh1 s t l ih0 ng)) +("westlund" nil (w eh1 s t l ax n d)) +("westman" nil (w eh1 s t m ax n)) +("westmarc" nil (w eh1 s t m aa1 r k)) +("westmark" nil (w eh1 s t m aa1 r k)) +("westmin" nil (w eh1 s t m ih0 n)) +("westminster" nil (w eh1 s t m ih1 n s t er0)) +("westmoreland" nil (w eh0 s t m ao1 r l ax n d)) +("weston" nil (w eh1 s t ax n)) +("westover" nil (w eh1 s t ow1 v er0)) +("westpac" nil (w eh1 s t p ae1 k)) +("westphal" nil (w eh1 s t f ax l)) +("westphalen" nil (w eh1 s t f ax l ax n)) +("westphalia" nil (w eh1 s t f ey1 l iy0 ax)) +("westport" nil (w eh1 s t p ao1 r t)) +("westpride" nil (w eh1 s t p r ay1 d)) +("westra" nil (w eh1 s t r ax)) +("westrich" nil (w eh1 s t r ih0 k)) +("westrick" nil (w eh1 s t r ih0 k)) +("westridge" nil (w eh1 s t r ih1 jh)) +("westrom" nil (w eh1 s t r ax m)) +("westrum" nil (w eh1 s t r ax m)) +("westrup" nil (w eh1 s t r ax p)) +("westside" nil (w eh1 s t s ay1 d)) +("westtech" nil (w eh1 s t eh1 k)) +("westvaco" nil (w eh1 s t v ae1 k ow0)) +("westward" nil (w eh1 s t w er0 d)) +("westwards" nil (w eh1 s t w er0 d z)) +("westwood" nil (w eh1 s t w uh1 d)) +("westworld" nil (w eh1 s t w er1 l d)) +("wesun" nil (w iy1 s ah1 n)) +("wet" nil (w eh1 t)) +("wetherbee" nil (w eh1 dh er0 b iy1)) +("wetherby" nil (w eh1 th er0 b iy0)) +("wetherell" nil (w eh1 th er0 ax l)) +("wetherill" nil (w eh1 th er0 ax l)) +("wetherington" nil (w eh1 dh er0 ih0 ng t ax n)) +("wetherly" nil (w eh1 dh er0 l iy0)) +("wethington" nil (w eh1 th ih0 ng t ax n)) +("wetland" nil (w eh1 t l ae1 n d)) +("wetlands" nil (w eh1 t l ae1 n d z)) +("wetmore" nil (w eh1 t m ao0 r)) +("wetness" nil (w eh1 t n ax s)) +("wetsel" nil (w eh1 t s ax l)) +("wetstein" nil (w eh1 t s t iy1 n)) +("wettengel" nil (w eh1 t ih0 ng g ax l)) +("wetter" nil (w eh1 t er0)) +("wetterau" nil (w eh1 t er0 aw0)) +("wettergreen" nil (w eh1 t er0 g r iy1 n)) +("wettest" nil (w eh1 t ax s t)) +("wettlaufer" nil (w eh1 t l aw0 f er0)) +("wettstein" nil (w eh1 t s t ay0 n)) +("wetz" nil (w eh1 t s)) +("wetzel" nil (w eh1 t z ax l)) +("wetzler" nil (w eh1 t s l er0)) +("wetzstein" nil (w eh1 t s t ay0 n)) +("wever" nil (w iy1 v er0)) +("wexler" nil (w eh1 k s l er0)) +("wexner" nil (w eh1 k s n er0)) +("wey" nil (w ey1)) +("weyand" nil (w ey1 ax n d)) +("weyandt" nil (w ey1 ax n t)) +("weyant" nil (w ey1 ax n t)) +("weyenberg" nil (w ay1 n b er0 g)) +("weyer" nil (w ey1 er0)) +("weyerhaeuser" nil (w eh1 r hh aw1 z er0)) +("weyers" nil (w ey1 er0 z)) +("weyforth" nil (w ey1 f ao1 r th)) +("weygandt" nil (w ey1 g ax n t)) +("weyhrauch" nil (w ey1 r aw1 k)) +("weyl" nil (w ey1 l)) +("weyland" nil (w ey1 l ax n d)) +("weylin" nil (w ey1 l ih0 n)) +("weyman" nil (w ey1 m ax n)) +("weymouth" nil (w ey1 m ax th)) +("weyrauch" nil (w eh1 r aw0 k)) +("weyrich" nil (w eh1 r ih0 k)) +("weyrick" nil (w ey1 r ih0 k)) +("whack" nil (w ae1 k)) +("whacked" nil (w ae1 k t)) +("whacking" nil (w ae1 k ih0 ng)) +("whacks" nil (w ae1 k s)) +("whale" nil (w ey1 l)) +("whalen" nil (w ey1 l ax n)) +("whaler" nil (w ey1 l er0)) +("whales" nil (w ey1 l z)) +("whaley" nil (w ey1 l iy0)) +("whalin" nil (w ae1 l ih0 n)) +("whaling" nil (w ey1 l ih0 ng)) +("whalley" nil (w ae1 l iy0)) +("wham" nil (w ae1 m)) +("whammy" nil (w ae1 m iy0)) +("whampoa" nil (w ae0 m p ow1 ax)) +("whan" nil (w ae1 n)) +("whang" nil (w ae1 ng)) +("wharf" nil (w ao1 r f)) +("wharff" nil (w aa1 r f)) +("wharry" nil (w ae1 r iy0)) +("wharton" nil (w ao1 r t ax n)) +("what" nil (w ah1 t)) +("whatever" nil (w ah1 t eh1 v er0)) +("whatley" nil (w ah1 t l iy0)) +("whatnot" nil (w ah1 t n aa1 t)) +("whats" nil (w ax t s)) +("whatsoever" nil (w ah1 t s ow0 eh1 v er0)) +("wheat" nil (w iy1 t)) +("wheaten" nil (w iy1 t ax n)) +("wheaties" nil (w iy1 t iy0 z)) +("wheatley" nil (w iy1 t l iy0)) +("wheaton" nil (w iy1 t ax n)) +("whedbee" nil (w eh1 d b iy1)) +("whedon" nil (w eh1 d ax n)) +("wheel" nil (w iy1 l)) +("wheelabrator" nil (w iy1 l ax b r ey1 t er0)) +("wheelan" nil (w iy1 l ax n)) +("wheeland" nil (w iy1 l ax n d)) +("wheelbarrow" nil (w iy1 l b eh1 r ow0)) +("wheelbarrows" nil (w iy1 l b eh1 r ow0 z)) +("wheelbase" nil (w iy1 l b ey1 s)) +("wheelchair" nil (w iy1 l ch eh1 r)) +("wheelchairs" nil (w iy1 l ch eh1 r z)) +("wheeldon" nil (w iy1 l d ax n)) +("wheeled" nil (w iy1 l d)) +("wheeler" nil (w iy1 l er0)) +("wheelers" nil (w iy1 l er0 z)) +("wheeless" nil (w iy1 l ax s)) +("wheeling" nil (w iy1 l ih0 ng)) +("wheelis" nil (w iy1 l ih0 s)) +("wheelock" nil (w iy1 l aa1 k)) +("wheelon" nil (w iy1 l ax n)) +("wheels" nil (w iy1 l z)) +("wheelus" nil (w iy1 l ax s)) +("wheelwright" nil (w iy1 l r ay1 t)) +("wheelwriter" nil (w iy1 l r ay1 t er0)) +("wheezes" nil (w iy1 z ax z)) +("wheezing" nil (w iy1 z ih0 ng)) +("whelan" nil (w eh1 l ax n)) +("whelchel" nil (w eh1 l ch ax l)) +("wheless" nil (w iy1 l ih0 s)) +("whelpley" nil (w eh1 l p l iy0)) +("whelton" nil (w eh1 l t ax n)) +("when" nil (w eh1 n)) +("whence" nil (w eh1 n s)) +("whenever" nil (w eh0 n eh1 v er0)) +("where" nil (w eh1 r)) +("whereabouts" nil (w eh1 r ax b aw1 t s)) +("whereas" nil (w eh0 r ae1 z)) +("whereby" nil (w eh0 r b ay1)) +("wherehouse" nil (w eh1 r hh aw1 s)) +("wherein" nil (w eh0 r ih1 n)) +("whereupon" nil (w eh1 r ax p aa1 n)) +("wherever" nil (w eh0 r eh1 v er0)) +("wherewithal" nil (w eh1 r w ih0 dh ao1 l)) +("wherley" nil (w er1 l iy0)) +("wherry" nil (w eh1 r iy0)) +("whet" nil (w eh1 t)) +("whether" nil (w eh1 dh er0)) +("whetsel" nil (w eh1 t s ax l)) +("whetsell" nil (w eh1 t s ax l)) +("whetstine" nil (w eh1 t s t iy0 n)) +("whetstone" nil (w eh1 t s t ow1 n)) +("whetted" nil (w eh1 t ih0 d)) +("whetzel" nil (w eh1 t z ax l)) +("whew" nil (w uw1)) +("whey" nil (w ey1)) +("which" nil (w ih1 ch)) +("whichard" nil (w ih1 ch er0 d)) +("whichever" nil (w ih0 ch eh1 v er0)) +("whicker" nil (w ih1 k er0)) +("whidby" nil (w ih1 d b iy0)) +("whidden" nil (w ih1 d ax n)) +("whiddon" nil (w ih1 d ax n)) +("whiff" nil (w ih1 f)) +("whig" nil (w ih1 g)) +("whigham" nil (w ih1 g ax m)) +("whigs" nil (w ih1 g z)) +("whilden" nil (w ay1 l d ax n)) +("while" nil (w ay1 l)) +("whiles" nil (w ay1 l z)) +("whim" nil (w ih1 m)) +("whimper" nil (w ih1 m p er0)) +("whimpering" nil (w ih1 m p er0 ih0 ng)) +("whims" nil (w ih1 m z)) +("whimsical" nil (w ih1 m z ih0 k ax l)) +("whimsy" nil (w ih1 m s iy0)) +("whine" nil (w ay1 n)) +("whinery" nil (w ay1 n er0 iy0)) +("whines" nil (w ay1 n z)) +("whining" nil (w ay1 n ih0 ng)) +("whinnery" nil (w ih1 n er0 iy0)) +("whinney" nil (w ih1 n iy0)) +("whiny" nil (w ay1 n iy0)) +("whip" nil (w ih1 p)) +("whipkey" nil (w ih1 p k iy1)) +("whiplash" nil (w ih1 p l ae1 sh)) +("whiplashes" nil (w ih1 p l ae1 sh ax z)) +("whipp" nil (w ih1 p)) +("whippany" nil (w ih1 p ax n iy0)) +("whipped" nil (w ih1 p t)) +("whipping" nil (w ih1 p ih0 ng)) +("whipple" nil (w ih1 p ax l)) +("whippoorwills" nil (w ih1 p er0 w ih1 l z)) +("whipps" nil (w ih1 p s)) +("whips" nil (w ih1 p s)) +("whipsaw" nil (w ih1 p s ao1)) +("whipsawed" nil (w ih1 p s ao1 d)) +("whipsawing" nil (w ih1 p s ao1 ih0 ng)) +("whirl" nil (w er1 l)) +("whirled" nil (w er1 l d)) +("whirley" nil (w er1 l iy0)) +("whirling" nil (w er1 l ih0 ng)) +("whirlpool" nil (w er1 l p uw1 l)) +("whirlpools" nil (w er1 l p uw1 l z)) +("whirlwind" nil (w er1 l w ih1 n d)) +("whirring" nil (w er1 ih0 ng)) +("whisenand" nil (w ih1 s ih0 n ae0 n d)) +("whisenant" nil (w ih1 s ih0 n ax n t)) +("whisenhunt" nil (w ay1 z ax n hh ah1 n t)) +("whisk" nil (w ih1 s k)) +("whisked" nil (w ih1 s k t)) +("whiskers" nil (w ih1 s k er0 z)) +("whiskey" nil (w ih1 s k iy0)) +("whiskeys" nil (w ih1 s k iy0 z)) +("whisks" nil (w ih1 s k s)) +("whisky" nil (w ih1 s k iy0)) +("whisler" nil (w ih1 s l er0)) +("whisman" nil (w ih1 s m ax n)) +("whisnant" nil (w ih1 s n ax n t)) +("whisner" nil (w ih1 s n er0)) +("whisonant" nil (w ih1 s ax n ax n t)) +("whisper" nil (w ih1 s p er0)) +("whispered" nil (w ih1 s p er0 d)) +("whispering" nil (w ih1 s p er0 ih0 ng)) +("whispers" nil (w ih1 s p er0 z)) +("whistle" nil (w ih1 s ax l)) +("whistleblower" nil (w ih1 s l ax b l ow1 er0)) +("whistleblowers" nil (w ih1 s l ax b l ow1 er0 z)) +("whistled" nil (w ih1 s ax l d)) +("whistler" nil (w ih1 s l er0)) +("whistlers" nil (w ih1 s l er0 z)) +("whistles" nil (w ih1 s ax l z)) +("whistling" nil (w ih1 s l ih0 ng)) +("whiston" nil (w ih1 s t ax n)) +("whit" nil (w ih1 t)) +("whitacre" nil (w ih1 t ax k er0)) +("whitaker" nil (w ih1 t ax k er0)) +("whitbeck" nil (w ih1 t b eh1 k)) +("whitbread" nil (w ih1 t b r eh1 d)) +("whitby" nil (w ih1 t b iy0)) +("whitcher" nil (w ih1 ch er0)) +("whitchurch" nil (w ih1 t ch er1 ch)) +("whitcomb" nil (w ih1 t k ax m)) +("whitcraft" nil (w ih1 t k r ae1 f t)) +("white" nil (w ay1 t)) +("whiteaker" nil (w ih1 t ax k er0)) +("whitebread" nil (w ay1 t b r eh1 d)) +("whitecotton" nil (w ay1 t k aa1 t ax n)) +("whited" nil (w ay1 t ih0 d)) +("whitefield" nil (w ay1 t f iy1 l d)) +("whitefish" nil (w ay1 t f ih1 sh)) +("whiteford" nil (w ay1 t f ao0 r d)) +("whitehair" nil (w ay1 t hh eh1 r)) +("whitehall" nil (w ay1 t hh ao1 l)) +("whitehead" nil (w ay1 t hh eh1 d)) +("whitehill" nil (w ay1 t hh ih1 l)) +("whitehorn" nil (w ay1 t hh ao1 r n)) +("whitehorse" nil (w ay1 t hh ao1 r s)) +("whitehouse" nil (w ay1 t hh aw1 s)) +("whitehurst" nil (w ay1 t hh er1 s t)) +("whitelaw" nil (w ay1 t l ao1)) +("whiteley" nil (w ay1 t l iy0)) +("whitelock" nil (w ay1 t l aa1 k)) +("whitely" nil (w ay1 t l iy0)) +("whiteman" nil (w ay1 t m ax n)) +("whitemont" nil (w ay1 t m aa1 n t)) +("whiten" nil (w ay1 t ax n)) +("whitenack" nil (w ay1 t n ae1 k)) +("whiteneir" nil (w ay1 t n ih1 r)) +("whitener" nil (w ay1 t n er0)) +("whiteness" nil (w ay1 t n ax s)) +("whitenight" nil (w ay1 t n ay1 t)) +("whiter" nil (w ay1 t er0)) +("whites" nil (w ay1 t s)) +("whitescarver" nil (w ay1 t s k aa1 r v er0)) +("whitesel" nil (w ay1 t s eh1 l)) +("whitesell" nil (w ay1 t s eh1 l)) +("whiteside" nil (w ay1 t s ay1 d)) +("whitesides" nil (w ay1 t s ay1 d z)) +("whitetail" nil (w ay1 t t ey1 l)) +("whitewash" nil (w ay1 t w aa1 sh)) +("whitewashed" nil (w ay1 t w aa1 sh t)) +("whitewater" nil (w ay1 t w ao1 t er0)) +("whitey" nil (w ay1 t iy1)) +("whitfield" nil (w ih1 t f iy0 l d)) +("whitfill" nil (w ih1 t f ih1 l)) +("whitford" nil (w ih1 t f er0 d)) +("whitham" nil (w ih1 th ax m)) +("whither" nil (w ih1 dh er0)) +("whiting" nil (w ay1 t ih0 ng)) +("whitings" nil (w ay1 t ih0 ng z)) +("whitis" nil (w ay1 t ih0 s)) +("whitish" nil (w ay1 t ih0 sh)) +("whitlatch" nil (w ih1 t l ae1 ch)) +("whitledge" nil (w ih1 t l eh1 jh)) +("whitley" nil (w ih1 t l iy0)) +("whitling" nil (w ih1 t l ih0 ng)) +("whitlock" nil (w ih1 t l aa1 k)) +("whitlow" nil (w ih1 t l ow1)) +("whitman" nil (w ih1 t m ax n)) +("whitmarsh" nil (w ih1 t m aa1 r sh)) +("whitmer" nil (w ih1 t m er0)) +("whitmill" nil (w ih1 t m ih1 l)) +("whitmire" nil (w ih1 t m ay1 r)) +("whitmore" nil (w ih1 t m ao0 r)) +("whitmoyer" nil (w ih1 t m oy1 er0)) +("whitmyer" nil (w ih1 t m ay1 er0)) +("whitner" nil (w ih1 t n er0)) +("whitney" nil (w ih1 t n iy0)) +("whiton" nil (w ih1 t ax n)) +("whitrow" nil (w ih1 t r ow1)) +("whitsel" nil (w ih1 t s ax l)) +("whitsell" nil (w ih1 t s ax l)) +("whitsett" nil (w ih1 t s ih0 t)) +("whitsitt" nil (w ih1 t s ih0 t)) +("whitson" nil (w ih1 t s ax n)) +("whitt" nil (w ih1 t)) +("whittaker" nil (w ih1 t ax k er0)) +("whitted" nil (w ih1 t ih0 d)) +("whittemore" nil (w ih1 t m ao0 r)) +("whitten" nil (w ih1 t ax n)) +("whittenberg" nil (w ih1 t ax n b er0 g)) +("whittenburg" nil (w ih1 t ax n b er0 g)) +("whittet" nil (w ih1 t ih0 t)) +("whittier" nil (w ih1 t iy0 er0)) +("whitting" nil (w ih1 t ih0 ng)) +("whittingham" nil (w ih1 t ih0 ng hh ae1 m)) +("whittinghill" nil (w ih1 t ih0 ng hh ih1 l)) +("whittington" nil (w ih1 t ih0 ng t ax n)) +("whittle" nil (w ih1 t ax l)) +("whittled" nil (w ih1 t ax l d)) +("whittlesey" nil (w ih1 t ax l s iy0)) +("whittling" nil (w ih1 t l ih0 ng)) +("whitton" nil (w ih1 t ax n)) +("whitty" nil (w ih1 t iy0)) +("whitwam" nil (w ih1 t w aa0 m)) +("whitwell" nil (w ih1 t w eh1 l)) +("whitworth" nil (w ih1 t w er1 th)) +("whiz" nil (w ih1 z)) +("whizzed" nil (w ih1 z d)) +("whizzes" nil (w ih1 z ih0 z)) +("whizzing" nil (w ih1 z ih0 ng)) +("who" nil (hh uw1)) +("whoa" nil (w ow1)) +("whobrey" nil (w aa1 b r iy0)) +("whodunit" nil (hh uw0 d ah1 n ih0 t)) +("whodunits" nil (hh uw0 d ah1 n ih0 t s)) +("whoever" nil (hh uw0 eh1 v er0)) +("whole" nil (hh ow1 l)) +("wholehearted" nil (hh ow1 l hh aa1 r t ih0 d)) +("wholeheartedly" nil (hh ow1 l hh aa0 r t ih0 d l iy0)) +("wholesale" nil (hh ow1 l s ey1 l)) +("wholesaler" nil (hh ow1 l s ey1 l er0)) +("wholesalers" nil (hh ow1 l s ey1 l er0 z)) +("wholesales" nil (hh ow1 l s ey1 l z)) +("wholesaling" nil (hh ow1 l s ey1 l ih0 ng)) +("wholesome" nil (hh ow1 l s ax m)) +("wholesomeness" nil (hh ow1 l s ax m n ax s)) +("wholey" nil (hh aa1 l iy0)) +("wholly" nil (hh ow1 l iy0)) +("whom" nil (hh uw1 m)) +("whomever" nil (hh uw0 m eh1 v er0)) +("whoop" nil (w uw1 p)) +("whooped" nil (w uw1 p t)) +("whoopee" nil (w uw1 p iy1)) +("whoopi" nil (w uw1 p iy0)) +("whooping" nil (w uw1 p ih0 ng)) +("whoops" nil (w uw1 p s)) +("whoosh" nil (w uw1 sh)) +("whopper" nil (w aa1 p er0)) +("whoppers" nil (w aa1 p er0 z)) +("whopping" nil (w aa1 p ih0 ng)) +("whore" nil (hh ao1 r)) +("whores" nil (hh ao1 r z)) +("whorl" nil (w er1 l)) +("whorley" nil (hh ao1 r l iy0)) +("whorls" nil (w er1 l z)) +("whorton" nil (hh ao1 r t ax n)) +("whose" nil (hh uw1 z)) +("whosoever" nil (hh uw1 s ow0 eh1 v er0)) +("why" nil (w ay1)) +("whyte" nil (w ay1 t)) +("wiacek" nil (v ay1 ax ch eh0 k)) +("wian" nil (w ay1 ax n)) +("wiant" nil (w ay1 ax n t)) +("wiard" nil (w ay1 aa0 r d)) +("wiater" nil (w ay1 ax t er0)) +("wiatrowski" nil (v iy0 ax t r ao1 f s k iy0)) +("wiatt" nil (w ay1 ax t)) +("wibbelsman" nil (w ih1 b ax l z m ax n)) +("wibbenmeyer" nil (w ih1 b ih0 n m ay0 er0)) +("wiberg" nil (w ay1 b er0 g)) +("wible" nil (w ay1 b ax l)) +("wicat" nil (w ih1 k ae0 t)) +("wicca" nil (w ih1 k ax)) +("wiccan" nil (w ih1 k ax n)) +("wice" nil (w ay1 s)) +("wich" nil (w ih1 ch)) +("wichern" nil (w ih1 k er0 n)) +("wichert" nil (w ih1 ch er0 t)) +("wichita" nil (w ih1 ch ax t ao1)) +("wichman" nil (w ih1 ch m ax n)) +("wichmann" nil (w ih1 ch m ax n)) +("wick" nil (w ih1 k)) +("wickard" nil (w ih1 k er0 d)) +("wicke" nil (w ih1 k)) +("wicked" nil (w ih1 k ax d)) +("wickedly" nil (w ih1 k ih0 d l iy0)) +("wickedness" nil (w ih1 k ax d n ax s)) +("wickens" nil (w ih1 k ax n z)) +("wicker" nil (w ih1 k er0)) +("wickerham" nil (w ih1 k er0 hh ae1 m)) +("wickersham" nil (w ih1 k er0 sh ae1 m)) +("wickert" nil (w ih1 k er0 t)) +("wickes" nil (w ih1 k s)) +("wickets" nil (w ih1 k ax t s)) +("wickett" nil (w ih1 k ih0 t)) +("wickey" nil (w ih1 k iy0)) +("wickham" nil (w ih1 k ax m)) +("wickizer" nil (w ih1 k ay1 z er0)) +("wickland" nil (w ih1 k l ax n d)) +("wicklander" nil (w ih1 k l ae1 n d er0)) +("wickley" nil (w ih1 k l iy0)) +("wickliff" nil (w ih1 k l ih0 f)) +("wickliffe" nil (w ih1 k l ih0 f)) +("wickline" nil (w ih1 k l ay1 n)) +("wicklund" nil (w ih1 k l ax n d)) +("wickman" nil (w ih1 k m ax n)) +("wicks" nil (w ih1 k s)) +("wickstrom" nil (w ih1 k s t r ax m)) +("wickware" nil (w ih1 k w eh1 r)) +("wickwire" nil (v ih1 s k v ay0 r)) +("wicor" nil (w ay1 k ao1 r)) +("widder" nil (w ih1 d er0)) +("widdows" nil (w ih1 d ow1 z)) +("widdowson" nil (w ih1 d aw0 s ax n)) +("wide" nil (w ay1 d)) +("widebody" nil (w ay1 d b aa1 d iy0)) +("widell" nil (w ih1 d ax l)) +("widely" nil (w ay1 d l iy0)) +("wideman" nil (w ay1 d m ax n)) +("widen" nil (w ay1 d ax n)) +("widened" nil (w ay1 d ax n d)) +("widener" nil (w ih1 d iy0 n er0)) +("widening" nil (w ay1 d ax n ih0 ng)) +("widens" nil (w ay1 d ax n z)) +("wider" nil (w ay1 d er0)) +("widespread" nil (w ay1 d s p r eh1 d)) +("widest" nil (w ay1 d ax s t)) +("widger" nil (w ih1 jh er0)) +("widget" nil (w ih1 jh ih0 t)) +("widgets" nil (w ih1 jh ih0 t s)) +("widhalm" nil (w ih1 d hh aa0 m)) +("widick" nil (w ih1 d ih0 k)) +("widing" nil (w ay1 d ih0 ng)) +("widmaier" nil (w ih1 d m ay0 er0)) +("widman" nil (w ih1 d m ax n)) +("widmann" nil (w ih1 d m ax n)) +("widmar" nil (w ih1 d m er0)) +("widmayer" nil (w ih1 d m ey1 er0)) +("widmer" nil (w ih1 d m er0)) +("widner" nil (w ih1 d n er0)) +("widow" nil (w ih1 d ow0)) +("widowed" nil (w ih1 d ow0 d)) +("widower" nil (w ih1 d ow0 er0)) +("widowers" nil (w ih1 d ow0 er0 z)) +("widows" nil (w ih1 d ow0 z)) +("widrick" nil (w ih1 d r ih0 k)) +("widrig" nil (w ih1 d r ih0 g)) +("width" nil (w ih1 d th)) +("widths" nil (w ih1 d th s)) +("widuri" nil (w ih0 d uh1 r iy0)) +("wieand" nil (w iy1 ax n d)) +("wiebe" nil (w iy1 b)) +("wieber" nil (w iy1 b er0)) +("wieberg" nil (w iy1 b er0 g)) +("wiebke" nil (w iy1 b k iy0)) +("wiebold" nil (w iy1 b ow1 l d)) +("wiebusch" nil (w iy1 b ax sh)) +("wiech" nil (w iy1 ch)) +("wiechert" nil (w iy1 k er0 t)) +("wiechman" nil (w iy1 k m ax n)) +("wiechmann" nil (w iy1 k m ax n)) +("wieck" nil (w iy1 k)) +("wieczorek" nil (v iy0 ch ao1 r eh0 k)) +("wied" nil (w iy1 d)) +("wiedel" nil (w iy1 d ax l)) +("wiedeman" nil (w iy1 d m ax n)) +("wiedemann" nil (w iy1 d m ax n)) +("wieden" nil (w iy1 d ax n)) +("wieder" nil (w iy1 d er0)) +("wiederaufbau" nil (w iy1 d er0 ao1 f b aw0)) +("wiederhold" nil (w iy1 d er0 hh ow0 l d)) +("wiederholt" nil (w iy1 d er0 hh ow0 l t)) +("wiederkehr" nil (w iy1 d er0 k ih0 r)) +("wiedman" nil (w iy1 d m ax n)) +("wiedmann" nil (w iy1 d m ax n)) +("wiedmeyer" nil (w iy1 d m ay0 er0)) +("wiedner" nil (w iy1 d n er0)) +("wiedrich" nil (w iy1 d r ih0 k)) +("wiegand" nil (w iy1 g ax n d)) +("wiegel" nil (w iy1 g ax l)) +("wiegers" nil (w iy1 g er0 z)) +("wiegert" nil (w iy1 g er0 t)) +("wiegman" nil (w iy1 g m ax n)) +("wiegmann" nil (w iy1 g m ax n)) +("wiehe" nil (w iy1)) +("wieland" nil (w iy1 l ax n d)) +("wield" nil (w iy1 l d)) +("wielded" nil (w iy1 l d ih0 d)) +("wielding" nil (w iy1 l d ih0 ng)) +("wields" nil (w iy1 l d z)) +("wielgus" nil (w iy1 l g ax s)) +("wieman" nil (w iy1 m ax n)) +("wiemann" nil (w iy1 m ax n)) +("wiemer" nil (w iy1 m er0)) +("wiemers" nil (w iy1 m er0 z)) +("wien" nil (w iy1 n)) +("wiencek" nil (v iy1 n ch eh0 k)) +("wienecke" nil (w iy1 n ih0 k)) +("wieneke" nil (w iy1 n ih0 k)) +("wiener" nil (w iy1 n er0)) +("wieners" nil (w iy1 n er0 z)) +("wienerschnitzel" nil (w iy1 n er0 sh n ih1 t s ax l)) +("wienke" nil (w iy1 ng k)) +("wiens" nil (w iy1 n z)) +("wier" nil (w ih1 r)) +("wierenga" nil (v ih0 r eh1 ng g ax)) +("wierman" nil (w ih1 r m ax n)) +("wiers" nil (w iy1 r z)) +("wiersema" nil (v ih0 r s iy1 m ax)) +("wiersma" nil (v ih1 r s m ax)) +("wierzba" nil (v ih1 r z b ax)) +("wierzbicki" nil (v ih0 r z b ih1 t s k iy0)) +("wies" nil (w ay1 z)) +("wiesbaden" nil (w iy1 s b aa1 d ax n)) +("wiese" nil (w iy1 z)) +("wiesel" nil (w iy1 s ax l)) +("wieseler" nil (w iy1 s ax l er0)) +("wiesemann" nil (w iy1 s m ax n)) +("wiesen" nil (w iy1 s ax n)) +("wieser" nil (w iy1 s er0)) +("wiesman" nil (w iy1 z m ax n)) +("wiesner" nil (w iy1 z n er0)) +("wiess" nil (w iy1 s)) +("wiessner" nil (w iy1 s n er0)) +("wiest" nil (w ay1 ih0 s t)) +("wieting" nil (w iy1 t ih0 ng)) +("wife" nil (w ay1 f)) +("wig" nil (w ih1 g)) +("wigal" nil (w ih1 g ax l)) +("wigand" nil (w ih1 g ax n d)) +("wigen" nil (w ih1 g ax n)) +("wigfall" nil (w ih1 g f ao1 l)) +("wigfield" nil (w ih1 g f iy1 l d)) +("wigg" nil (w ih1 g)) +("wiggans" nil (w ih1 g ax n z)) +("wigger" nil (w ih1 g er0)) +("wiggers" nil (w ih1 g er0 z)) +("wiggin" nil (w ih1 g ih0 n)) +("wiggington" nil (w ih1 g ih0 ng t ax n)) +("wiggins" nil (w ih1 g ih0 n z)) +("wigginton" nil (w ih1 g ih0 n t ax n)) +("wiggle" nil (w ih1 g ax l)) +("wigglesworth" nil (w ih1 g ax l z w er1 th)) +("wiggling" nil (w ih1 g ax l ih0 ng)) +("wiggly" nil (w ih1 g ax l iy0)) +("wiggs" nil (w ih1 g z)) +("wight" nil (w ay1 t)) +("wightman" nil (w ay1 t m ax n)) +("wigington" nil (w ih1 g ih0 ng t ax n)) +("wiginton" nil (w ih1 jh ih0 n t ax n)) +("wigle" nil (w ay1 g ax l)) +("wigley" nil (w ih1 g l iy0)) +("wigmore" nil (w ih1 g m ao0 r)) +("wignall" nil (w ih1 g n ax l)) +("wigs" nil (w ih1 g z)) +("wigton" nil (w ih1 g t ax n)) +("wigwam" nil (w ih1 g w aa0 m)) +("wiitala" nil (v iy0 t aa1 l ax)) +("wik" nil (w ih1 k)) +("wike" nil (w ay1 k)) +("wikel" nil (w ih1 k ax l)) +("wiker" nil (w ay1 k er0)) +("wikle" nil (w ay1 k ax l)) +("wiklund" nil (w ih1 k l ax n d)) +("wikoff" nil (w ih1 k ao0 f)) +("wikstrom" nil (w ih1 k s t r ax m)) +("wil" nil (w ih1 l)) +("wiland" nil (w ay1 l ax n d)) +("wilander" nil (w ay1 l ax n d er0)) +("wilbanks" nil (w ih1 l b ax ng k s)) +("wilber" nil (w ih1 l b er0)) +("wilberforce" nil (w ih1 l b er0 f ao1 r s)) +("wilberg" nil (w ih1 l b er0 g)) +("wilbert" nil (w ih1 l b er0 t)) +("wilbon" nil (w ih1 l b ax n)) +("wilborn" nil (w ih1 l b er0 n)) +("wilbourn" nil (w ih1 l b er0 n)) +("wilbourne" nil (w ih1 l b er0 n)) +("wilbur" nil (w ih1 l b er0)) +("wilburn" nil (w ih1 l b er0 n)) +("wilcher" nil (w ih1 l ch er0)) +("wilcock" nil (w ih1 l k aa0 k)) +("wilcox" nil (w ih1 l k aa0 k s)) +("wilcoxen" nil (w ih0 l k aa1 k s ax n)) +("wilcoxon" nil (w ih0 l k aa1 k s ax n)) +("wilcoxson" nil (w ih1 l k aa0 k s ax n)) +("wilczak" nil (v ih1 l ch ae0 k)) +("wilczek" nil (v ih1 l ch eh0 k)) +("wilczewski" nil (v ih0 l ch eh1 f s k iy0)) +("wilczynski" nil (v ih0 l ch ih1 n s k iy0)) +("wild" nil (w ay1 l d)) +("wildasin" nil (w ay1 l d ax s ih1 n)) +("wildavsky" nil (w ih0 l d ae1 v s k iy0)) +("wildcat" nil (w ay1 l d k ae1 t)) +("wildcats" nil (w ay1 l d k ae1 t s)) +("wildcatter" nil (w ay1 l d k ae1 t er0)) +("wildcatters" nil (w ay1 l d k ae1 t er0 z)) +("wildcatting" nil (w ay1 l d k ae1 t ih0 ng)) +("wilde" nil (w ay1 l d)) +("wildeman" nil (w ay1 l d m ax n)) +("wilden" nil (w ay1 l d ax n)) +("wilder" nil (w ay1 l d er0)) +("wilderman" nil (w ay1 l d er0 m ax n)) +("wildermuth" nil (w ay1 l d er0 m uw0 th)) +("wilderness" nil (w ih1 l d er0 n ax s)) +("wildes" nil (w ay1 l d z)) +("wildest" nil (w ay1 l d ih0 s t)) +("wildey" nil (w ih1 l d iy0)) +("wildfire" nil (w ay1 l d f ay1 er0)) +("wildfires" nil (w ay1 l d f ay1 er0 z)) +("wildflower" nil (w ay1 l d f l aw1 er0)) +("wildflowers" nil (w ay1 l d f l aw1 r z)) +("wilding" nil (w ay1 l d ih0 ng)) +("wildlife" nil (w ay1 l d l ay1 f)) +("wildly" nil (w ay1 l d l iy0)) +("wildman" nil (w ay1 l d m ax n)) +("wildmon" nil (w ay1 l d m ax n)) +("wildness" nil (w ay1 l d n ax s)) +("wildon" nil (w ay1 l d ax n)) +("wildrick" nil (w ay1 l d r ih0 k)) +("wilds" nil (w ay1 l d z)) +("wildt" nil (w ih1 l t)) +("wildwood" nil (w ay1 l d w uh1 d)) +("wile" nil (w ay1 l)) +("wileen" nil (w ih0 l iy1 n)) +("wileman" nil (w ay1 l m ax n)) +("wilemon" nil (w ih1 l ih0 m aa0 n)) +("wilen" nil (w ay1 l ax n)) +("wilensky" nil (w ax l ih1 n s k iy0)) +("wiler" nil (w ay1 l er0)) +("wiles" nil (w ay1 l z)) +("wiley" nil (w ay1 l iy0)) +("wilfert" nil (w ih1 l f er0 t)) +("wilfong" nil (w ih1 l f ao0 ng)) +("wilford" nil (w ih1 l f er0 d)) +("wilfred" nil (w ih1 l f r ih0 d)) +("wilfreda" nil (w ih1 l f r ih0 d ax)) +("wilfredo" nil (w ih1 l f ey1 d ow0)) +("wilfrid" nil (w ih1 l f r ih0 d)) +("wilfried" nil (w ih1 l f r iy0 d)) +("wilgus" nil (w ih1 l g ax s)) +("wilham" nil (w ih1 l hh ax m)) +("wilhelm" nil (w ih1 l hh eh1 l m)) +("wilhelma" nil (w ih0 l hh eh1 l m ax)) +("wilhelmi" nil (w ih0 l hh eh1 l m iy0)) +("wilhelmina" nil (w ih1 l hh eh0 l m iy1 n ax)) +("wilhelmine" nil (w ih1 l hh ih0 l m ih0 n)) +("wilhelms" nil (w ih1 l hh eh1 l m z)) +("wilhelmsen" nil (w ih1 l hh ih0 l m s ax n)) +("wilhelmy" nil (w ih1 l hh ih0 l m iy0)) +("wilhide" nil (w ih1 l hh ay1 d)) +("wilhite" nil (w ih1 l hh ay1 t)) +("wilhoit" nil (w ih1 l hh oy1 t)) +("wilhoite" nil (w ih1 l hh oy1 t)) +("wiliams" nil (w ih1 l iy0 ax m z)) +("wilinski" nil (v ih0 l ih1 n s k iy0)) +("wilk" nil (w ih1 l k)) +("wilke" nil (w ih1 l k)) +("wilken" nil (w ih1 l k ax n)) +("wilkening" nil (w ih1 l k ax n ih0 ng)) +("wilkens" nil (w ih1 l k ax n z)) +("wilkenson" nil (w ih1 l k ih0 n s ax n)) +("wilker" nil (w ih1 l k er0)) +("wilkerson" nil (w ih1 l k er0 s ax n)) +("wilkes" nil (w ih1 l k s)) +("wilkesboro" nil (w ih1 l k s b er0 ow0)) +("wilkey" nil (w ih1 l k iy0)) +("wilkie" nil (w ih1 l k iy0)) +("wilkin" nil (w ih1 l k ih0 n)) +("wilking" nil (w ih1 l k ih0 ng)) +("wilkins" nil (w ih1 l k ih0 n z)) +("wilkinson" nil (w ih1 l k ax n s ax n)) +("wilkis" nil (w ih1 l k ih0 s)) +("wilkison" nil (w ih1 l k ih0 s ax n)) +("wilkowski" nil (v ih0 l k ao1 f s k iy0)) +("wilks" nil (w ih1 l k s)) +("will" nil (w ih1 l)) +("willa" nil (w ih1 l ax)) +("willabelle" nil (w ih1 l ax b eh1 l)) +("willadsen" nil (w ih0 l ae1 d s ax n)) +("willaims" nil (w ih1 l ax m z)) +("willam" nil (w ih1 l ax m)) +("willamette" nil (w ax l ae1 m ax t)) +("willamina" nil (w ih0 l ax m ay1 n ax)) +("willapa" nil (w ih0 l aa1 p ax)) +("willard" nil (w ih1 l er0 d)) +("willbanks" nil (w ih1 l b ae1 ng k s)) +("willcox" nil (w ih1 l k aa1 k s)) +("willcutt" nil (w ih1 l k ax t)) +("willden" nil (w ih1 l d ax n)) +("wille" nil (w ih1 l)) +("willed" nil (w ih1 l d)) +("willeford" nil (w ih1 l ih0 f er0 d)) +("willem" nil (w ih1 l ax m)) +("willems" nil (w ih1 l ax m z)) +("willemsen" nil (w ih0 l eh1 m s ax n)) +("willen" nil (w ih1 l ax n)) +("willenborg" nil (w ih1 l ih0 n b ao0 r g)) +("willenbring" nil (w ih1 l ax n b r ih1 ng)) +("willens" nil (w ih1 l ax n z)) +("willer" nil (w ih1 l er0)) +("willers" nil (w ih1 l er0 z)) +("willert" nil (w ih1 l er0 t)) +("willes" nil (w ay1 l z)) +("willet" nil (w ih1 l ih0 t)) +("willets" nil (w ih1 l ih0 t s)) +("willett" nil (w ih1 l ih0 t)) +("willette" nil (w ih0 l eh1 t)) +("willetts" nil (w ih1 l ih0 t s)) +("willey" nil (w ih1 l iy0)) +("willford" nil (w ih1 l f er0 d)) +("willful" nil (w ih1 l f ax l)) +("willfully" nil (w ih1 l f ax l iy0)) +("willhelm" nil (w ih1 l hh eh1 l m)) +("willhite" nil (w ih1 l hh ay1 t)) +("willhoit" nil (w ih1 l hh oy1 t)) +("willhoite" nil (w ih1 l hh oy1 t)) +("willi" nil (w ih1 l iy0)) +("william" nil (w ih1 l y ax m)) +("williams" nil (w ih1 l y ax m z)) +("williamsburg" nil (w ih1 l y ax m z b er0 g)) +("williamsburgh" nil (w ih1 l y ax m z b er0 g)) +("williamsen" nil (w ih1 l y ax m s ax n)) +("williamson" nil (w ih1 l y ax m s ax n)) +("williamsport" nil (w ih1 l y ax m s p ao1 r t)) +("williamstown" nil (w ih1 l y ax m s t aw1 n)) +("williard" nil (w ih1 l y aa0 r d)) +("willie" nil (w ih1 l iy0)) +("williford" nil (w ih1 l ih0 f er0 d)) +("willig" nil (w ih1 l ih0 g)) +("willing" nil (w ih1 l ih0 ng)) +("willinger" nil (w ih1 l ih0 ng er0)) +("willingham" nil (w ih1 l ih0 ng hh ae1 m)) +("willingly" nil (w ih1 l ih0 ng l iy0)) +("willingness" nil (w ih1 l ih0 ng n ax s)) +("willis" nil (w ih1 l ih0 s)) +("willison" nil (w ih1 l ih0 s ax n)) +("williston" nil (w ih1 l ih0 s t aa0 n)) +("willits" nil (w ih1 l ih0 t s)) +("willke" nil (w ih1 l k iy0)) +("willkie" nil (w ih1 l k iy0)) +("willman" nil (w ih1 l m ax n)) +("willmann" nil (w ih1 l m ax n)) +("willmon" nil (w ih1 l m ax n)) +("willmore" nil (w ih1 l m ao0 r)) +("willmott" nil (w ih1 l m ax t)) +("willms" nil (w ih1 l m z)) +("willner" nil (w ih1 l n er0)) +("willock" nil (w ih1 l ax k)) +("willoughby" nil (w ih1 l ax b iy0)) +("willow" nil (w ih1 l ow1)) +("willowbrook" nil (w ih1 l ow0 b r uh1 k)) +("willowes" nil (w ih1 l ow1 z)) +("willows" nil (w ih1 l ow1 z)) +("willowy" nil (w ih1 l ax w iy0)) +("willpower" nil (w ih1 l p aw1 er0)) +("wills" nil (w ih1 l z)) +("willse" nil (w ih1 l s iy0)) +("willsey" nil (w ih1 l s iy0)) +("willson" nil (w ih1 l s ax n)) +("willwerth" nil (w ih1 l w er0 th)) +("willy" nil (w ih1 l iy0)) +("willyard" nil (w ih1 l y aa1 r d)) +("wilma" nil (w ih1 l m ax)) +("wilmar" nil (w ih1 l m er0)) +("wilmarth" nil (w ih1 l m aa0 r th)) +("wilmer" nil (w ih1 l m er0)) +("wilmes" nil (w ih1 l m z)) +("wilmet" nil (w ih1 l m ih0 t)) +("wilmeth" nil (w ih1 l m ih0 th)) +("wilmette" nil (w ih0 l m eh1 t)) +("wilmington" nil (w ih1 l m ih0 ng t ax n)) +("wilmore" nil (w ih1 l m ao0 r)) +("wilmot" nil (w ih1 l m ax t)) +("wilmoth" nil (w ih1 l m ax th)) +("wilmott" nil (w ih1 l m ax t)) +("wilmouth" nil (w ih1 l m aw0 th)) +("wilms" nil (w ih1 l m z)) +("wilner" nil (w ih1 l n er0)) +("wilpon" nil (w ih1 l p aa0 n)) +("wilsey" nil (w ih1 l s iy0)) +("wilshire" nil (w ih1 l sh ay1 r)) +("wilshusen" nil (w ih1 l sh uw0 s ax n)) +("wilson" nil (w ih1 l s ax n)) +("wilt" nil (w ih1 l t)) +("wilted" nil (w ih1 l t ih0 d)) +("wiltel" nil (w ih1 l t eh1 l)) +("wiltfong" nil (w ih1 l t f ao0 ng)) +("wiltgen" nil (w ih1 l t g ax n)) +("wilthew" nil (w ih1 l th y uw0)) +("wilting" nil (w ih1 l t ih0 ng)) +("wilton" nil (w ih1 l t ax n)) +("wiltron" nil (w ih1 l t r ax n)) +("wiltrout" nil (w ih1 l t r aw1 t)) +("wilts" nil (w ih1 l t s)) +("wiltse" nil (w ih1 l t s)) +("wiltsey" nil (w ih1 l t s iy0)) +("wiltshire" nil (w ih1 l ch ay1 r)) +("wiltsie" nil (w ih1 l t s iy0)) +("wiltz" nil (w ih1 l t s)) +("wily" nil (w ay1 l iy0)) +("wiman" nil (w ay1 m ax n)) +("wimberley" nil (w ih1 m b er0 l iy0)) +("wimberly" nil (w ih1 m b er0 l iy0)) +("wimbish" nil (w ih1 m b ih0 sh)) +("wimbledon" nil (w ih1 m b ax l d ax n)) +("wimbley" nil (w ih1 m b l iy0)) +("wimbush" nil (w ih1 m b ax sh)) +("wimer" nil (w ay1 m er0)) +("wimmer" nil (w ih1 m er0)) +("wimp" nil (w ih1 m p)) +("wimpee" nil (w ih1 m p iy0)) +("wimps" nil (w ih1 m p s)) +("wimpy" nil (w ih1 m p iy0)) +("wims" nil (w ih1 m z)) +("wimsatt" nil (w ih1 m s ax t)) +("win" nil (w ih1 n)) +("winamac" nil (w ih1 n ax m ae0 k)) +("winans" nil (w ih1 n ax n z)) +("winant" nil (w ay1 n ax n t)) +("winberg" nil (w ih1 n b er0 g)) +("winberry" nil (w ih1 n b eh1 r iy0)) +("winborn" nil (w ih1 n b er0 n)) +("winborne" nil (w ih1 n b er0 n)) +("winburn" nil (w ih1 n b er1 n)) +("winbush" nil (w ih1 n b uh1 sh)) +("wince" nil (w ih1 n s)) +("winced" nil (w ih1 n s t)) +("wincek" nil (w ih1 n s ih0 k)) +("winch" nil (w ih1 n ch)) +("winchel" nil (w ih1 n k ax l)) +("winchell" nil (w ih1 n k ax l)) +("winchester" nil (w ih1 n ch eh1 s t er0)) +("wincing" nil (w ih1 n s ih0 ng)) +("winckler" nil (w ih1 ng k l er0)) +("wind" v (w ay1 n d)) +("wind" n (w ih1 n d)) +("windchill" nil (w ih1 n d ch ih1 l)) +("windchime" nil (w ih1 n d ch ay1 m)) +("windchimes" nil (w ih1 n d ch ay1 m z)) +("windecker" nil (w ih1 n d eh1 k er0)) +("winded" nil (w ih1 n d ih0 d)) +("windell" nil (w ih1 n d ax l)) +("windels" nil (w ih1 n d ax l z)) +("winder" nil (w ih1 n d er0)) +("winders" nil (w ih1 n d er0 z)) +("windes" nil (w ih1 n d z)) +("windfall" nil (w ih1 n d f ao1 l)) +("windfalls" nil (w ih1 n d f ao1 l z)) +("windham" nil (w ih1 n d ax m)) +("windheim" nil (w ih1 n d hh ay1 m)) +("windhoek" nil (w ih1 n d hh ow1 k)) +("windholz" nil (w ih1 n d hh ow1 l z)) +("windhorst" nil (w ih1 n d hh ao0 r s t)) +("winding" nil (w ay1 n d ih0 ng)) +("windisch" nil (w ih1 n d ih0 sh)) +("windish" nil (w ih1 n d ih0 sh)) +("windlass" nil (w ih1 n d l ax s)) +("windle" nil (w ih1 n d ax l)) +("windler" nil (w ih1 n d l er0)) +("windley" nil (w ih1 n d l iy0)) +("windmere" nil (w ih1 n d m ih1 r)) +("windmill" nil (w ih1 n d m ih1 l)) +("windmiller" nil (w ih1 n d m ih1 l er0)) +("windmills" nil (w ih1 n d m ih1 l z)) +("windom" nil (w ih1 n d ax m)) +("windon" nil (w ih1 n d ax n)) +("window" nil (w ih1 n d ow0)) +("windowed" nil (w ih1 n d ow0 d)) +("windowless" nil (w ih1 n d ow0 l ax s)) +("windowpanes" nil (w ih1 n d ow0 p ey1 n z)) +("windows" nil (w ih1 n d ow0 z)) +("winds" nil (w ih1 n d z)) +("windshield" nil (w ih1 n d sh iy1 l d)) +("windshields" nil (w ih1 n d sh iy1 l d z)) +("windsor" nil (w ih1 n z er0)) +("windspeed" nil (w ih1 n d s p iy1 d)) +("windstar" nil (w ih1 n d s t aa1 r)) +("windstorm" nil (w ih1 n d s t ao1 r m)) +("windswept" nil (w ih1 n s w eh1 p t)) +("windt" nil (w ih1 n t)) +("windup" nil (w ay1 n d ah1 p)) +("windward" nil (w ih1 n d w er0 d)) +("windy" nil (w ih1 n d iy0)) +("wine" nil (w ay1 n)) +("winebarger" nil (w ih1 n ih0 b aa0 r g er0)) +("wineberg" nil (w ay1 n b er0 g)) +("winebrenner" nil (w ih1 n ih0 b r ih0 n er0)) +("winecoff" nil (w ih1 n ih0 k ao0 f)) +("wined" nil (w ay1 n d)) +("winegar" nil (w ih1 n ih0 g er0)) +("winegarden" nil (w ay1 n g aa1 r d ax n)) +("winegardner" nil (w ih1 n ih0 g aa0 r d n er0)) +("wineheim" nil (w ay1 n hh ay1 m)) +("wineinger" nil (w ay1 n ih0 ng er0)) +("wineland" nil (w ih1 n ih0 l ax n d)) +("winema" nil (w ih1 n ih0 m ax)) +("wineman" nil (w ay1 n m ax n)) +("winemiller" nil (w ay1 n m ih1 l er0)) +("winer" nil (w ay1 n er0)) +("wineries" nil (w ay1 n er0 iy0 z)) +("winery" nil (w ay1 n er0 iy0)) +("wines" nil (w ay1 n z)) +("winey" nil (w ay1 n iy0)) +("winfield" nil (w ih1 n f iy1 l d)) +("winford" nil (w ih1 n f er0 d)) +("winfred" nil (w ih1 n f r ih0 d)) +("winfree" nil (w ih1 n f r iy1)) +("winfrey" nil (w ih1 n f r iy0)) +("winfrid" nil (w ih1 n f r ih0 d)) +("wing" nil (w ih1 ng)) +("wingard" nil (w ih1 ng g er0 d)) +("wingate" nil (w ih1 n g ey1 t)) +("wingback" nil (w ih1 ng b ae1 k)) +("winge" nil (w ih1 n jh)) +("winged" nil (w ih1 ng d)) +("winger" nil (w ih1 ng er0)) +("wingers" nil (w ih1 ng er0 z)) +("wingert" nil (w ih1 ng g er0 t)) +("wingerter" nil (w ih1 ng g er0 t er0)) +("winget" nil (w ih1 ng g ih0 t)) +("wingett" nil (w ih1 ng g ih0 t)) +("wingfield" nil (w ih1 ng f iy1 l d)) +("winging" nil (w ih1 ng ih0 ng)) +("wingler" nil (w ih1 ng g ax l er0)) +("winglike" nil (w ih1 ng l ay1 k)) +("wingman" nil (w ih1 ng m ax n)) +("wingo" nil (w iy1 ng g ow0)) +("wingrove" nil (w ih1 n g r ow1 v)) +("wings" nil (w ih1 ng z)) +("wingspan" nil (w ih1 ng s p ae1 n)) +("winiarski" nil (v ih0 n iy0 aa1 r s k iy0)) +("winick" nil (w ih1 n ih0 k)) +("winiecki" nil (v ih0 n iy1 t s k iy0)) +("winifred" nil (w ih1 n ih0 f r ih0 d)) +("wining" nil (w ay1 n ih0 ng)) +("wininger" nil (w ay1 n ih0 ng er0)) +("winings" nil (w ay1 n ih0 ng z)) +("wink" nil (w ih1 ng k)) +("winked" nil (w ih1 ng k t)) +("winkel" nil (w ih1 ng k ax l)) +("winkelman" nil (w ih1 ng k ax l m ax n)) +("winkelmann" nil (w ih1 ng k ax l m ax n)) +("winkels" nil (w ih1 ng k ax l z)) +("winker" nil (w ih1 ng k er0)) +("winkfield" nil (w ih1 ng k f iy1 l d)) +("winking" nil (w ih1 ng k ih0 ng)) +("winkle" nil (w ih1 ng k ax l)) +("winkleman" nil (w ih1 ng k ax l m ax n)) +("winkler" nil (w ih1 ng k l er0)) +("winkles" nil (w ih1 ng k ax l z)) +("winkley" nil (w ih1 ng k l iy0)) +("winkowski" nil (v ih0 ng k ao1 f s k iy0)) +("winks" nil (w ih1 ng k s)) +("winland" nil (w ih1 n l ax n d)) +("winn" nil (w ih1 n)) +("winnable" nil (w ih1 n ax b ax l)) +("winne" nil (w ih1 n)) +("winnebago" nil (w ih1 n ax b ey1 g ow0)) +("winner" nil (w ih1 n er0)) +("winners" nil (w ih1 n er0 z)) +("winnetka" nil (w ih0 n eh1 t k ax)) +("winnett" nil (w ih1 n ih0 t)) +("winney" nil (w ih1 n iy0)) +("winnick" nil (w ih1 n ih0 k)) +("winnicki" nil (v ih0 n ih1 t s k iy0)) +("winnie" nil (w ih1 n iy0)) +("winning" nil (w ih1 n ih0 ng)) +("winningest" nil (w ih1 n ih0 ng ax s t)) +("winningham" nil (w ih1 n ih0 ng hh ae1 m)) +("winnings" nil (w ih1 n ih0 ng z)) +("winnipeg" nil (w ih1 n ih0 p ax g)) +("winnow" nil (w ih1 n ow1)) +("winnowed" nil (w ih1 n ow1 d)) +("winnowing" nil (w ih1 n ow1 ih0 ng)) +("winny" nil (w ih1 n iy0)) +("wino" nil (w iy1 n ow0)) +("winograd" nil (w ih1 n ax g r ae0 d)) +("winokur" nil (w ih1 n ax k er0)) +("winola" nil (v ih0 n ow1 l ax)) +("winona" nil (w ih1 n ax n ax)) +("winonah" nil (w ih1 n ax n ax)) +("winooski" nil (w ih0 n uw1 s k iy0)) +("winos" nil (w iy1 n ow0 s)) +("winquist" nil (w ih1 n k w ih1 s t)) +("wins" nil (w ih1 n z)) +("winsett" nil (w ih1 n s ih0 t)) +("winship" nil (w ih1 n sh ih1 p)) +("winski" nil (w ih1 n s k iy1)) +("winslett" nil (w ih1 n s l ih0 t)) +("winslow" nil (w ih1 n z l ow0)) +("winsome" nil (w ih1 n s ax m)) +("winson" nil (w ih1 n s ax n)) +("winsor" nil (w ih1 n z er0)) +("winstanley" nil (w ih1 n s t ax n l iy0)) +("winstead" nil (w ih1 n s t eh1 d)) +("winston" nil (w ih1 n s t ax n)) +("wint" nil (w ih1 n t)) +("winter" nil (w ih1 n t er0)) +("winterberg" nil (w ih1 n t er0 b er0 g)) +("winterbourne" nil (w ih1 n t er0 b ao1 r n)) +("wintered" nil (w ih1 n t er0 d)) +("winterhalter" nil (w ih1 n t er0 hh ao1 l t er0)) +("winterized" nil (w ih1 n t er0 ay1 z d)) +("wintermute" nil (w ih1 n t er0 m y uw1 t)) +("winterrowd" nil (w ih1 n t er0 aw0 d)) +("winters" nil (w ih1 n t er0 z)) +("wintershall" nil (w ih1 n t er0 sh ae1 l)) +("wintersteen" nil (w ih1 n t er0 s t iy1 n)) +("winterstein" nil (w ih1 n t er0 s t ay1 n)) +("winterthur" nil (w ih1 n t er0 th er0)) +("wintertime" nil (w ih1 n t er0 t ay1 m)) +("winterton" nil (w ih1 n t er0 t ax n)) +("winther" nil (w ih1 n th er0)) +("winthrop" nil (w ih1 n th r ax p)) +("wintle" nil (w ih1 n t ax l)) +("winton" nil (w ih1 n t ax n)) +("wintour" nil (w ih1 n t uh1 r)) +("wintry" nil (w ih1 n t r iy0)) +("wintz" nil (w ih1 n t s)) +("wintzer" nil (w ih1 n t s er0)) +("winward" nil (w ih1 n w er0 d)) +("winwood" nil (w ih1 n w uh1 d)) +("winzeler" nil (w ih1 n z ax l er0)) +("winzer" nil (w ih1 n z er0)) +("wion" nil (w ay1 ax n)) +("wipe" nil (w ay1 p)) +("wiped" nil (w ay1 p t)) +("wipeout" nil (w ay1 p aw1 t)) +("wiper" nil (w ay1 p er0)) +("wipers" nil (w ay1 p er0 z)) +("wipes" nil (w ay1 p s)) +("wipf" nil (w ih1 p f)) +("wiping" nil (w ay1 p ih0 ng)) +("wipperfurth" nil (w ih1 p er0 f er0 th)) +("wire" nil (w ay1 er0)) +("wired" nil (w ay1 er0 d)) +("wireless" nil (w ay1 r l ih0 s)) +("wireline" nil (w ay1 r l ay1 n)) +("wireman" nil (w ay1 r m ax n)) +("wires" nil (w ay1 er0 z)) +("wiretap" nil (w ay1 er0 t ae1 p)) +("wiretapped" nil (w ay1 er0 t ae1 p t)) +("wiretapping" nil (w ay1 er0 t ae1 p ih0 ng)) +("wiretaps" nil (w ay1 r t ae1 p s)) +("wirick" nil (w ih1 r ih0 k)) +("wiring" nil (w ay1 r ih0 ng)) +("wirkkala" nil (v er0 k aa1 l ax)) +("wirkus" nil (w er1 k ih0 s)) +("wirsing" nil (w er1 s ih0 ng)) +("wirt" nil (w er1 t)) +("wirtanen" nil (w er1 t ax n ax n)) +("wirth" nil (w er1 th)) +("wirthlin" nil (w er1 th l ih0 n)) +("wirtz" nil (w er1 t s)) +("wiry" nil (w ih1 r iy0)) +("wirz" nil (w er1 z)) +("wis" nil (w ih1 s)) +("wisby" nil (w ih1 s b iy0)) +("wisch" nil (w ih1 sh)) +("wischmeyer" nil (w ih1 sh m ay0 er0)) +("wisconsin" nil (w ih0 s k aa1 n s ax n)) +("wisdom" nil (w ih1 z d ax m)) +("wise" nil (w ay1 z)) +("wisecarver" nil (w ay1 z k aa1 r v er0)) +("wisecracking" nil (w ay1 z k r ae1 k ih0 ng)) +("wisecracks" nil (w ay1 z k r ae1 k s)) +("wisecup" nil (w ay1 z k ah1 p)) +("wised" nil (w ay1 z d)) +("wiseguy" nil (w ay1 z g ay1)) +("wisehart" nil (w ay1 z hh aa1 r t)) +("wisel" nil (w ay1 z ax l)) +("wiseley" nil (w ih1 s ih0 l iy0)) +("wisely" nil (w ay1 z l iy0)) +("wiseman" nil (w ay1 z m ax n)) +("wisenbaker" nil (w ay1 z ax n b ey1 k er0)) +("wisener" nil (w ih1 s iy0 n er0)) +("wiser" nil (w ay1 z er0)) +("wisest" nil (w ay1 z ax s t)) +("wish" nil (w ih1 sh)) +("wisham" nil (w ih1 sh ax m)) +("wishard" nil (w ih1 sh er0 d)) +("wishart" nil (w ih1 sh aa1 r t)) +("wishbone" nil (w ih1 sh b ow1 n)) +("wished" nil (w ih1 sh t)) +("wisher" nil (w ih1 sh er0)) +("wishers" nil (w ih1 sh er0 z)) +("wishes" nil (w ih1 sh ih0 z)) +("wishful" nil (w ih1 sh f ax l)) +("wishfully" nil (w ih1 sh f ax l iy0)) +("wishing" nil (w ih1 sh ih0 ng)) +("wishner" nil (w ih1 sh n er0)) +("wishnick" nil (w ih1 sh n ih0 k)) +("wishon" nil (w ih1 sh ax n)) +("wishy" nil (w ih1 sh iy0)) +("wisinski" nil (v ih0 s ih1 n s k iy0)) +("wisler" nil (w ih1 s ax l er0)) +("wisley" nil (w ih1 z l iy0)) +("wisman" nil (w ih1 z m ax n)) +("wismer" nil (w ih1 z ax m er0)) +("wisner" nil (w ih1 s n er0)) +("wisneski" nil (v ih0 s n eh1 s k iy0)) +("wisnewski" nil (v ih0 s n eh1 f s k iy0)) +("wisnieski" nil (v ih0 s n iy1 s k iy0)) +("wisniewski" nil (w ih0 z n iy0 eh1 f s k iy0)) +("wisor" nil (w ay1 z er0)) +("wisp" nil (w ih1 s p)) +("wispy" nil (w ih1 s p iy0)) +("wiss" nil (w ih1 s)) +("wissa" nil (w ih1 s ax)) +("wissel" nil (w ih1 s ax l)) +("wisser" nil (w ih1 s er0)) +("wissing" nil (w ih1 s ih0 ng)) +("wissinger" nil (w ih1 s ih0 ng er0)) +("wissink" nil (w ih1 s ih0 ng k)) +("wissler" nil (w ih1 s l er0)) +("wissman" nil (w ih1 s m ax n)) +("wissmann" nil (w ih1 s m ax n)) +("wissner" nil (w ih1 s n er0)) +("wist" nil (w ih1 s t)) +("wistful" nil (w ih1 s t f ax l)) +("wistfully" nil (w ih1 s t f ax l iy0)) +("wistfulness" nil (w ih1 s t f ax l n ax s)) +("wiswell" nil (w ih1 s w eh0 l)) +("wisz" nil (v ih1 sh)) +("wit" nil (w ih1 t)) +("witbeck" nil (w ih1 t b eh1 k)) +("witbrock" nil (w ih1 t b r ao1 k)) +("witch" nil (w ih1 ch)) +("witchcraft" nil (w ih1 ch k r ae1 f t)) +("witcher" nil (w ih1 ch er0)) +("witches" nil (w ih1 ch ax z)) +("witchey" nil (w ih1 ch iy0)) +("witching" nil (w ih1 ch ih0 ng)) +("witco" nil (w ih1 t k ow0)) +("witczak" nil (v ih1 t ch ae0 k)) +("witek" nil (v ih1 t eh0 k)) +("with" nil (w ih1 dh)) +("witham" nil (w ih1 th ax m)) +("withdraw" nil (w ih0 dh d r ao1)) +("withdrawal" nil (w ih0 dh d r ao1 ax l)) +("withdrawals" nil (w ih0 th d r ao1 ax l z)) +("withdrawing" nil (w ih0 th d r ao1 ih0 ng)) +("withdrawn" nil (w ih0 th d r ao1 n)) +("withdraws" nil (w ih0 dh d r ao1 z)) +("withdrew" nil (w ih0 th d r uw1)) +("withee" nil (w ih1 th iy1)) +("withem" nil (w ih1 th ih0 m)) +("wither" nil (w ih1 dh er0)) +("withered" nil (w ih1 dh er0 d)) +("witherell" nil (w ih1 th er0 ax l)) +("withering" nil (w ih1 dh er0 ih0 ng)) +("witherington" nil (w ih1 th er0 ih0 ng t ax n)) +("witherow" nil (w ih1 th er0 ow0)) +("withers" nil (w ih1 dh er0 z)) +("witherspoon" nil (w ih1 dh er0 s p uw1 n)) +("withey" nil (w ih1 th iy0)) +("withheld" nil (w ih0 th hh eh1 l d)) +("withhold" nil (w ih0 th hh ow1 l d)) +("withholding" nil (w ih0 th hh ow1 l d ih0 ng)) +("withholds" nil (w ih1 th hh ow1 l d z)) +("within" nil (w ih0 dh ih1 n)) +("withington" nil (w ih1 th ih0 ng t ax n)) +("withnail" nil (w ih0 th n ey1 l)) +("without" nil (w ih0 th aw1 t)) +("withrow" nil (w ih1 th r ow1)) +("withstand" nil (w ih0 th s t ae1 n d)) +("withstanding" nil (w ih0 th s t ae1 n d ih0 ng)) +("withstands" nil (w ih0 th s t ae1 n d z)) +("withstood" nil (w ih0 th s t uh1 d)) +("witkin" nil (w ih1 t k ih1 n)) +("witkop" nil (w ih1 t k ax p)) +("witkowski" nil (v ih0 t k ao1 f s k iy0)) +("witless" nil (w ih1 t l ax s)) +("witman" nil (w ih1 t m ax n)) +("witmer" nil (w ih1 t m er0)) +("witness" nil (w ih1 t n ax s)) +("witnessed" nil (w ih1 t n ax s t)) +("witnesses" nil (w ih1 t n ax s ax z)) +("witnessing" nil (w ih1 t n ax s ih0 ng)) +("witowski" nil (v ih0 t ao1 f s k iy0)) +("wits" nil (w ih1 t s)) +("witt" nil (w ih1 t)) +("witte" nil (w ih1 t)) +("witted" nil (w ih1 t ih0 d)) +("wittekind" nil (w ih1 t ih0 k ih0 n d)) +("witteman" nil (w ih1 t m ax n)) +("witten" nil (w ih1 t ax n)) +("wittenauer" nil (w ih1 t ih0 n aw0 er0)) +("wittenberg" nil (w ih1 t ax n b er0 g)) +("wittenborn" nil (w ih1 t ih0 n b er0 n)) +("wittenburg" nil (w ih1 t ax n b er0 g)) +("wittenmyer" nil (w ih1 t ih0 n m iy0 er0)) +("witter" nil (w ih1 t er0)) +("witters" nil (w ih1 t er0 z)) +("witthuhn" nil (w ih1 th ax n)) +("wittig" nil (w ih1 t ih0 g)) +("wittily" nil (w ih1 t ax l iy0)) +("witting" nil (w ih1 t ih0 ng)) +("wittingly" nil (w ih1 t ih0 ng l iy0)) +("wittke" nil (w ih1 t k iy0)) +("wittkopp" nil (w ih1 t k ax p)) +("wittler" nil (w ih1 t l er0)) +("wittman" nil (w ih1 t m ax n)) +("wittmann" nil (w ih1 t m ax n)) +("wittmer" nil (w ih1 t m er0)) +("wittmeyer" nil (w ih1 t m ay0 er0)) +("wittner" nil (w ih1 t n er0)) +("witton" nil (w ih1 t ax n)) +("wittrock" nil (w ih1 t r ax k)) +("witts" nil (w ih1 t s)) +("wittwer" nil (w ih1 t w er0)) +("witty" nil (w ih1 t iy0)) +("witucki" nil (w ih0 t ah1 k iy0)) +("witwatersrand" nil (w ih1 t w ao1 t er0 s r ae0 n d)) +("witwer" nil (w ih1 t w er0)) +("witz" nil (w ih1 t s)) +("witzel" nil (w ih1 t z ax l)) +("witzig" nil (w ih1 t z ih0 g)) +("witzke" nil (w ih1 t z k)) +("wives" nil (w ay1 v z)) +("wix" nil (w ih1 k s)) +("wixom" nil (w ih1 k s ax m)) +("wixon" nil (w ih1 k s ax n)) +("wixson" nil (w ih1 k s ax n)) +("wixted" nil (w ih1 k s t ih0 d)) +("wiz" nil (w ih1 z)) +("wizard" nil (w ih1 z er0 d)) +("wizardry" nil (w ih1 z er0 d r iy0)) +("wizards" nil (w ih1 z er0 d z)) +("wizened" nil (w ay1 z ax n d)) +("wlodarczyk" nil (w ax l aa1 d er0 ch ih0 k)) +("wlodarski" nil (w ax l ax d aa1 r s k iy0)) +("wm" nil (w ih1 l y ax m)) +("wnek" nil (w n eh1 k)) +("wnuk" nil (w n ah1 k)) +("wobbe" nil (w aa1 b)) +("wobble" nil (w aa1 b ax l)) +("wobbled" nil (w aa1 b ax l d)) +("wobbling" nil (w aa1 b ax l ih0 ng)) +("wobbly" nil (w aa1 b ax l iy0)) +("wobegon" nil (w ow1 b ax g aa0 n)) +("wobig" nil (w ow1 b ih0 g)) +("wobst" nil (w aa1 b s t)) +("woburn" nil (w uw1 b er0 n)) +("woe" nil (w ow1)) +("woebegone" nil (w ow1 b ih0 g ao1 n)) +("woeful" nil (w ow1 f ax l)) +("woefully" nil (w ow1 f ax l iy0)) +("woehl" nil (w ow1 l)) +("woehler" nil (w ow1 l er0)) +("woehr" nil (w ao1 r)) +("woehrle" nil (w ao1 r ax l)) +("woelfel" nil (w ow1 l f ax l)) +("woelfle" nil (w ow1 l f ax l)) +("woerner" nil (w ao1 r n er0)) +("woes" nil (w ow1 z)) +("woessner" nil (w ow1 s n er0)) +("woeste" nil (w ow1 s t)) +("wofford" nil (w aa1 f er0 d)) +("wogan" nil (w ow1 g ax n)) +("wogoman" nil (w ow1 g ow0 m ax n)) +("wohl" nil (w ow1 l)) +("wohler" nil (w ow1 l er0)) +("wohlers" nil (w ow1 l er0 z)) +("wohlfarth" nil (w ow1 l f aa1 r th)) +("wohlfeil" nil (w ow1 l f ay1 l)) +("wohlford" nil (w ow1 l f er0 d)) +("wohlgemuth" nil (w ow1 l g ax m uw0 th)) +("wohlstetter" nil (w ow1 l s t eh1 t er0)) +("wohlwend" nil (w ow1 l w eh0 n d)) +("woitschatzke" nil (w oy1 ch ae1 t s k iy1)) +("wojahn" nil (w ow1 hh aa0 n)) +("wojciak" nil (w oy1 ch iy0 ae0 k)) +("wojcicki" nil (w oy1 ch ih1 t s k iy0)) +("wojciech" nil (w oy1 ch eh0 k)) +("wojciechowski" nil (w oy0 ch ih0 hh ao1 f s k iy0)) +("wojcik" nil (w oy1 ch ih0 k)) +("wojdyla" nil (w oy1 d ih1 l ax)) +("wojick" nil (w oy1 ch ih0 k)) +("wojnar" nil (w oy1 n er0)) +("wojnarowski" nil (w oy1 n er0 aw1 s k iy0)) +("wojnilower" nil (w oy1 n ax l ow1 er0)) +("wojnowski" nil (w oy1 n aw1 s k iy0)) +("wojtas" nil (w oy1 t ax s)) +("wojtaszek" nil (w oy1 t aa1 sh eh0 k)) +("wojtkiewicz" nil (w oy1 t k ax v ih0 ch)) +("wojtkowski" nil (w oy1 t k aw1 s k iy0)) +("wojtowicz" nil (w oy1 t ax v ih0 ch)) +("wok" nil (w aa1 k)) +("woke" nil (w ow1 k)) +("woken" nil (w ow1 k ax n)) +("wola" nil (w ow1 l ax)) +("wolak" nil (w ow1 l ax k)) +("wolanin" nil (w aa1 l ax n ih0 n)) +("wolanski" nil (v ax l ae1 n s k iy0)) +("wolaver" nil (w aa1 l ax v er0)) +("wolber" nil (w ow1 l b er0)) +("wolbert" nil (w ow1 l b er0 t)) +("wolcott" nil (w ow1 l k ax t)) +("wold" nil (w ow1 l d)) +("wolden" nil (w ow1 l d ax n)) +("woldt" nil (w ow1 l t)) +("wolenzac" nil (w ow1 l ax n z ae1 k)) +("wolf" nil (w uh1 l f)) +("wolfarth" nil (w uh1 l f aa0 r th)) +("wolfe" nil (w uh1 l f)) +("wolfenbarger" nil (w uh1 l f ih0 n b aa0 r g er0)) +("wolfenden" nil (w uh1 l f eh1 n d ax n)) +("wolfensohn" nil (w uh1 l f ax n s ax n)) +("wolfer" nil (w uh1 l f er0)) +("wolfert" nil (w uh1 l f er0 t)) +("wolff" nil (w uh1 l f)) +("wolfgang" nil (w uh1 l f g ae1 ng)) +("wolfgram" nil (w uh1 l f g r ae1 m)) +("wolfinbarger" nil (w uh1 l f ih0 n b aa1 r g er0)) +("wolfinger" nil (w uh1 l f ih0 ng er0)) +("wolfley" nil (w uh1 l f l iy0)) +("wolfman" nil (w uh1 l f m ax n)) +("wolford" nil (w ow1 l f er0 d)) +("wolfram" nil (w uh1 l f r ae1 m)) +("wolfrey" nil (w uh1 l f r iy0)) +("wolfrom" nil (w uh1 l f r ax m)) +("wolfrum" nil (w uh1 l f r ax m)) +("wolfsburg" nil (w uh1 l f s b er0 g)) +("wolfson" nil (w uh1 l f s ax n)) +("wolgamott" nil (w ow1 l g ax m aa0 t)) +("wolgast" nil (w ow1 l g ax s t)) +("wolgemuth" nil (w ow1 l g ih0 m uw0 th)) +("wolin" nil (w ow1 l ih0 n)) +("wolinski" nil (v ax l ih1 n s k iy0)) +("wolinsky" nil (v ax l ih1 n s k iy0)) +("wolitarsky" nil (w ow1 l ih0 t aa1 r s k iy0)) +("wolk" nil (w ow1 k)) +("wolke" nil (w ow1 l k)) +("wolken" nil (w ow1 k ax n)) +("wolkoff" nil (w ow1 l k ao0 f)) +("woll" nil (w aa1 l)) +("wollack" nil (w aa1 l ax k)) +("wollaeger" nil (w ax l ey1 g er0)) +("wollam" nil (w aa1 l ax m)) +("wollard" nil (w aa1 l er0 d)) +("wolle" nil (w aa1 l)) +("wollen" nil (w aa1 l ax n)) +("wollenberg" nil (w aa1 l ax n b er0 g)) +("wollenweber" nil (w aa1 l ih0 n w ih0 b er0)) +("woller" nil (w aa1 l er0)) +("wollin" nil (w aa1 l ih0 n)) +("wollman" nil (w aa1 l m ax n)) +("wollner" nil (w aa1 l n er0)) +("wollschlager" nil (w aa1 l sh l ey0 g er0)) +("wolman" nil (w aa1 l m ax n)) +("wolohan" nil (w aa1 l ax hh ae0 n)) +("woloszyn" nil (v ax l aa1 sh ih0 n)) +("wolpe" nil (w ow1 l p iy0)) +("wolper" nil (w ow1 l p er0)) +("wolpert" nil (w ow1 l p er0 t)) +("wolrath" nil (w ow1 l r ae1 th)) +("wolsey" nil (w ow1 l s iy0)) +("wolsfeld" nil (w ow1 l z f eh1 l d)) +("wolske" nil (w ow1 l s k)) +("wolski" nil (v ow1 l s k iy0)) +("wolsky" nil (v ow1 l s k iy0)) +("wolstenholme" nil (w ow1 l s t ih0 n hh ow0 l m)) +("wolter" nil (w ow1 l t er0)) +("wolters" nil (w ow1 l t er0 z)) +("woltman" nil (w ow1 l t m ax n)) +("woltz" nil (w ow1 l t s)) +("wolven" nil (w uh1 l v ax n)) +("wolverine" nil (w uh1 l v er0 iy1 n)) +("wolverton" nil (w uh0 l v er1 t ax n)) +("wolves" nil (w uh1 l v z)) +("wolz" nil (w ow1 l z)) +("womac" nil (w ow1 m ax k)) +("womack" nil (w ow1 m ae0 k)) +("woman" nil (w uh1 m ax n)) +("womanhood" nil (w uh1 m ax n hh uh1 d)) +("womanizer" nil (w uh1 m ax n ay1 z er0)) +("womanizing" nil (w uh1 m ax n ay1 z ih0 ng)) +("womb" nil (w uw1 m)) +("wombacher" nil (w aa1 m b aa1 k er0)) +("womble" nil (w aa1 m b ax l)) +("wombles" nil (w aa1 m b ax l z)) +("women" nil (w ih1 m ax n)) +("womer" nil (w ow1 m er0)) +("wometco" nil (w ow0 m eh1 t k ow0)) +("wommack" nil (w aa1 m ax k)) +("won" nil (w ah1 n)) +("wonda" nil (w aa1 n d ax)) +("wonder" nil (w ah1 n d er0)) +("wondered" nil (w ah1 n d er0 d)) +("wonderful" nil (w ah1 n d er0 f ax l)) +("wonderfully" nil (w ah1 n d er0 f ax l iy0)) +("wonderfulness" nil (w ah1 n d er0 f ax l n ax s)) +("wondering" nil (w ah1 n d er0 ih0 ng)) +("wonderland" nil (w ah1 n d er0 l ae1 n d)) +("wonderly" nil (w ah1 n d er0 l iy0)) +("wonderment" nil (w ah1 n d er0 m ax n t)) +("wonders" nil (w ah1 n d er0 z)) +("wondra" nil (w aa1 n d r ax)) +("wondrous" nil (w ah1 n d r ax s)) +("wong" nil (w ao1 ng)) +("wonnacott" nil (w ah1 n ax k aa0 t)) +("wont" nil (w ow1 n t)) +("woo" nil (w uw1)) +("wood" nil (w uh1 d)) +("woodall" nil (w uh1 d ao1 l)) +("woodard" nil (w uh1 d er0 d)) +("woodbeck" nil (w uh1 d b eh1 k)) +("woodberry" nil (w uh1 d b eh1 r iy0)) +("woodbridge" nil (w uh1 d b r ih1 jh)) +("woodburn" nil (w uh1 d b er1 n)) +("woodbury" nil (w uh1 d b eh1 r iy0)) +("woodby" nil (w uh1 d b iy0)) +("woodcarvers" nil (w uh1 d k aa1 r v er0 z)) +("woodchuck" nil (w uh1 d ch ah1 k)) +("woodcliff" nil (w uh1 d k l ih1 f)) +("woodcock" nil (w uh1 d k aa1 k)) +("woodcox" nil (w uh1 d k aa1 k s)) +("wooddell" nil (w uh1 d ax l)) +("wooded" nil (w uh1 d ih0 d)) +("woodell" nil (w uh1 d ax l)) +("wooden" nil (w uh1 d ax n)) +("woodfield" nil (w uh1 d f iy1 l d)) +("woodfill" nil (w uh1 d f ih1 l)) +("woodfin" nil (w uh1 d f ih0 n)) +("woodford" nil (w uh1 d f er0 d)) +("woodfork" nil (w uh1 d f er0 k)) +("woodhall" nil (w uh1 d hh ao1 l)) +("woodham" nil (w uh1 d hh ax m)) +("woodhams" nil (w uh1 d hh ax m z)) +("woodhead" nil (w uh1 d hh eh1 d)) +("woodhouse" nil (w uh1 d hh aw1 s)) +("woodhull" nil (w uh1 d hh ah1 l)) +("woodie" nil (w uh1 d iy0)) +("woodin" nil (w uh1 d ih0 n)) +("wooding" nil (w uh1 d ih0 ng)) +("woodington" nil (w uh1 d ih0 ng t ax n)) +("woodis" nil (w uh1 d ih0 s)) +("woodke" nil (w uh1 d k iy0)) +("woodland" nil (w uh1 d l ae1 n d)) +("woodlands" nil (w uh1 d l ae1 n d z)) +("woodle" nil (w uh1 d ax l)) +("woodlee" nil (w uh1 d l iy1)) +("woodley" nil (w uh1 d l iy0)) +("woodlief" nil (w uh1 d l iy1 f)) +("woodliff" nil (w uh1 d l ih0 f)) +("woodling" nil (w uh1 d l ih0 ng)) +("woodlock" nil (w uh1 d l aa1 k)) +("woodlot" nil (w uh1 d l aa1 t)) +("woodmac" nil (w uh1 d m ae0 k)) +("woodman" nil (w uh1 d m ax n)) +("woodmansee" nil (w uh0 d m ax n s iy1)) +("woodpecker" nil (w uh1 d p eh1 k er0)) +("woodpeckers" nil (w uh1 d p eh1 k er0 z)) +("woodrich" nil (w uh1 d r ih1 ch)) +("woodrick" nil (w uh1 d r ih0 k)) +("woodring" nil (w uh1 d r ih1 ng)) +("woodrome" nil (w uh1 d r ax m)) +("woodroof" nil (w uh1 d r uw1 f)) +("woodrow" nil (w uh1 d r ow1)) +("woodruff" nil (w uh1 d r ax f)) +("woodrum" nil (w uh1 d r ax m)) +("woods" nil (w uh1 d z)) +("woodside" nil (w uh1 d s ay1 d)) +("woodsmall" nil (w uh1 d s m ao1 l)) +("woodson" nil (w uh1 d s ax n)) +("woodstock" nil (w uh1 d s t aa1 k)) +("woodstream" nil (w uh1 d s t r iy1 m)) +("woodward" nil (w uh1 d w ao1 r d)) +("woodwind" nil (w uh1 d w ih1 n d)) +("woodwinds" nil (w uh1 d w ih1 n d z)) +("woodwork" nil (w uh1 d w er1 k)) +("woodworker" nil (w uh1 d w er1 k er0)) +("woodworkers" nil (w uh1 d w er1 k er0 z)) +("woodworking" nil (w uh1 d w er1 k ih0 ng)) +("woodworth" nil (w uh1 d w er1 th)) +("woody" nil (w uh1 d iy0)) +("woodyard" nil (w uh1 d y aa1 r d)) +("wooed" nil (w uw1 d)) +("woof" nil (w uw1 f)) +("woofter" nil (w uw1 f t er0)) +("woogie" nil (w uw1 g iy0)) +("wooing" nil (w uw1 ih0 ng)) +("wool" nil (w uh1 l)) +("woolard" nil (w uh1 l er0 d)) +("woolbright" nil (w uh1 l b r ay1 t)) +("woolco" nil (w uh1 l k ow1)) +("woolcock" nil (w uh1 l k aa1 k)) +("wooldridge" nil (w uh1 l d r ih0 jh)) +("woolen" nil (w uh1 l ax n)) +("woolens" nil (w uh1 l ax n z)) +("woolery" nil (w uh1 l er0 iy0)) +("woolever" nil (w uh1 l eh1 v er0)) +("wooley" nil (w uh1 l iy0)) +("woolf" nil (w uh1 l f)) +("woolfolk" nil (w uh1 l f ow1 k)) +("woolford" nil (w uh1 l f er0 d)) +("woolfork" nil (w uh1 l f ao1 r k)) +("woollard" nil (w uh1 l er0 d)) +("woollcott" nil (w uh1 l k aa0 t)) +("woollen" nil (w uh1 l ax n)) +("woolley" nil (w uh1 l iy0)) +("woolly" nil (w uh1 l iy0)) +("woolman" nil (w uh1 l m ax n)) +("woolridge" nil (w uh1 l r ih1 jh)) +("wools" nil (w uh1 l z)) +("woolsey" nil (w uh1 l z iy0)) +("woolson" nil (w uh1 l s ax n)) +("woolston" nil (w uh1 l s t ax n)) +("woolum" nil (w uh1 l ax m)) +("woolums" nil (w uh1 l ax m z)) +("woolverton" nil (w uh1 l v er0 t ax n)) +("woolwine" nil (w uh1 l w ay1 n)) +("woolworth" nil (w uh1 l w er1 th)) +("wooly" nil (w uh1 l iy0)) +("woomer" nil (w uw1 m er0)) +("woong" nil (w uw1 ng)) +("woos" nil (w uw1 z)) +("woosley" nil (w uw1 z l iy0)) +("wooster" nil (w uw1 s t er0)) +("wootan" nil (w uw1 t ax n)) +("wooten" nil (w uw1 t ax n)) +("wooters" nil (w uw1 t er0 z)) +("wooton" nil (w uw1 t ax n)) +("wootten" nil (w uw1 t ax n)) +("wootton" nil (w uw1 t ax n)) +("woozy" nil (w uw1 z iy0)) +("wop" nil (w aa1 p)) +("wops" nil (w aa1 p s)) +("worcester" nil (w uh1 s t er0)) +("word" nil (w er1 d)) +("worded" nil (w er1 d ih0 d)) +("wordell" nil (w er1 d ax l)) +("worden" nil (w er1 d ax n)) +("wording" nil (w er1 d ih0 ng)) +("wordless" nil (w er1 d l ax s)) +("wordperfect" nil (w er1 d p er1 f eh0 k t)) +("words" nil (w er1 d z)) +("wordsmith" nil (w er1 d s m ih1 th)) +("wordstar" nil (w er1 d s t aa1 r)) +("wordsworth" nil (w er1 d z w er0 th)) +("wore" nil (w ao1 r)) +("work" nil (w er1 k)) +("workable" nil (w er1 k ax b ax l)) +("workaday" nil (w er1 k ax d ey1)) +("workaholic" nil (w er1 k ax hh aa1 l ih0 k)) +("workaholics" nil (w er1 k ax hh aa1 l ih0 k s)) +("workbench" nil (w er1 k b eh1 n ch)) +("workday" nil (w er1 k d ey1)) +("workdays" nil (w er1 k d ey1 z)) +("worked" nil (w er1 k t)) +("worker" nil (w er1 k er0)) +("workers" nil (w er1 k er0 z)) +("workfare" nil (w er1 k f eh1 r)) +("workforce" nil (w er1 k f ao1 r s)) +("workgroup" nil (w er1 k g r uw1 p)) +("workgroups" nil (w er1 k g r uw1 p s)) +("workhorse" nil (w er1 k hh ao1 r s)) +("workhorses" nil (w er1 k hh ao1 r s ih0 z)) +("working" nil (w er1 k ih0 ng)) +("workinger" nil (w er1 k ih0 ng er0)) +("workings" nil (w er1 k ih0 ng z)) +("workload" nil (w er1 k l ow1 d)) +("workloads" nil (w er1 k l ow1 d z)) +("workman" nil (w er1 k m ax n)) +("workmanlike" nil (w er1 k m ae1 n l ay1 k)) +("workmanship" nil (w er1 k m ax n sh ih1 p)) +("workmen" nil (w er1 k m ih0 n)) +("workout" nil (w er1 k aw1 t)) +("workouts" nil (w er1 k aw1 t s)) +("workplace" nil (w er1 k p l ey1 s)) +("workplaces" nil (w er1 k p l ey1 s ih0 z)) +("workroom" nil (w er1 k r uw1 m)) +("works" nil (w er1 k s)) +("worksheet" nil (w er1 k sh iy1 t)) +("worksheets" nil (w er1 k sh iy1 t s)) +("workshop" nil (w er1 k sh aa1 p)) +("workshops" nil (w er1 k sh aa1 p s)) +("workstation" nil (w er1 k s t ey1 sh ax n)) +("workstations" nil (w er1 k s t ey1 sh ax n z)) +("workweek" nil (w er1 k w iy1 k)) +("workweeks" nil (w er1 k w iy1 k s)) +("worland" nil (w er1 l ax n d)) +("worlco" nil (w er1 l k ow0)) +("world" nil (w er1 l d)) +("worldcom" nil (w er1 l d k aa1 m)) +("worldcorp" nil (w er1 l d k ao1 r p)) +("worldliness" nil (w er1 l d l iy0 n ax s)) +("worldly" nil (w er1 l d l iy0)) +("worldnews" nil (w er1 l d n uw1 z)) +("worldpass" nil (w er1 l d p ae1 s)) +("worlds" nil (w er1 l d z)) +("worldscope" nil (w er1 l d s k ow1 p)) +("worldspan" nil (w er1 l d s p ae1 n)) +("worldvision" nil (w er1 l d v ih1 zh ax n)) +("worldwide" nil (w er1 l d w ay1 d)) +("worley" nil (w er1 l iy0)) +("worm" nil (w er1 m)) +("worman" nil (w er1 m ax n)) +("wormington" nil (w er1 m ih0 ng t ax n)) +("wormley" nil (w er1 m l iy0)) +("wormlike" nil (w er1 m l ay1 k)) +("worms" nil (w er1 m z)) +("wormser" nil (w er1 m z er0)) +("wormuth" nil (w er1 m uw0 th)) +("wormwood" nil (w er1 m w uh1 d)) +("worn" nil (w ao1 r n)) +("worner" nil (w ao1 r n er0)) +("woronoff" nil (w ao1 r ax n ao0 f)) +("worrall" nil (w er1 r ax l)) +("worrel" nil (w er1 r ax l)) +("worrell" nil (w er1 r ax l)) +("worried" nil (w er1 iy0 d)) +("worriers" nil (w er1 iy0 er0 z)) +("worries" nil (w er1 iy0 z)) +("worrisome" nil (w er1 iy0 s ax m)) +("worry" nil (w er1 iy0)) +("worrying" nil (w er1 iy0 ih0 ng)) +("worse" nil (w er1 s)) +("worseck" nil (w er1 s eh0 k)) +("worsen" nil (w er1 s ax n)) +("worsened" nil (w er1 s ax n d)) +("worsening" nil (w er1 s ax n ih0 ng)) +("worsens" nil (w er1 s ax n z)) +("worsham" nil (w er1 sh ax m)) +("worship" nil (w er1 sh ax p)) +("worshiped" nil (w er1 sh ih0 p t)) +("worshiper" nil (w er1 sh ax p er0)) +("worshipers" nil (w er1 sh ih0 p er0 z)) +("worshipful" nil (w er1 sh ax p f ax l)) +("worshipped" nil (w er1 sh ax p t)) +("worshippers" nil (w er1 sh ih0 p er0 z)) +("worshipping" nil (w er1 sh ax p ih0 ng)) +("worships" nil (w er1 sh ax p s)) +("worsley" nil (w er1 s l iy0)) +("worst" nil (w er1 s t)) +("worsted" nil (w er1 s t ih0 d)) +("worstell" nil (w er1 s t ax l)) +("worster" nil (w er1 s t er0)) +("worth" nil (w er1 th)) +("wortham" nil (w er1 th ax m)) +("worthen" nil (w er1 th ax n)) +("worthey" nil (w er1 dh iy0)) +("worthier" nil (w er1 dh iy0 er0)) +("worthies" nil (w er1 dh iy0 z)) +("worthiest" nil (w er1 dh iy0 ax s t)) +("worthiness" nil (w er1 dh iy0 n ih0 s)) +("worthing" nil (w er1 th ih0 ng)) +("worthington" nil (w er1 dh ih0 ng t ax n)) +("worthless" nil (w er1 th l ax s)) +("worthley" nil (w er1 th l iy0)) +("worthman" nil (w er1 th m ax n)) +("worths" nil (w er1 th s)) +("worthwhile" nil (w er1 th w ay1 l)) +("worthy" nil (w er1 dh iy0)) +("wortley" nil (w er1 t l iy0)) +("wortman" nil (w er1 t m ax n)) +("wortmann" nil (w er1 t m ax n)) +("worton" nil (w er1 t ax n)) +("worts" nil (w er1 t s)) +("wotan" nil (w ow1 t ax n)) +("wotherspoon" nil (w ax dh er0 s p uw1 n)) +("wotring" nil (w aa1 t er0 ih0 ng)) +("wotton" nil (w aa1 t ax n)) +("wouk" nil (w uw1 k)) +("would" nil (w uh1 d)) +("woulfe" nil (w aw1 l f)) +("wound" nil (w aw1 n d)) +("wounded" nil (w uw1 n d ax d)) +("wounding" nil (w uw1 n d ih0 ng)) +("wounds" nil (w uw1 n d z)) +("wouters" nil (w aw1 t er0 z)) +("wove" nil (w ow1 v)) +("woven" nil (w ow1 v ax n)) +("wow" nil (w aw1)) +("wowed" nil (w aw1 d)) +("wows" nil (w aw1 z)) +("woy" nil (w oy1)) +("wozniak" nil (v aa1 z n iy0 ae0 k)) +("woznick" nil (w aa1 z n ih0 k)) +("woznicki" nil (v ax z n ih1 t s k iy0)) +("wozny" nil (w aa1 z n iy0)) +("wrack" nil (r ae1 k)) +("wracked" nil (r ae1 k t)) +("wracking" nil (r ae1 k ih0 ng)) +("wrage" nil (r ey1 jh)) +("wragg" nil (r ae1 g)) +("wrangell" nil (r ae1 ng g ax l)) +("wrangle" nil (r ae1 ng g ax l)) +("wrangled" nil (r ae1 ng g ax l d)) +("wrangler" nil (r ae1 ng g ax l er0)) +("wranglers" nil (r ae1 ng g ax l er0 z)) +("wrangles" nil (r ae1 ng g ax l z)) +("wrangling" nil (r ae1 ng g ax l ih0 ng)) +("wrap" nil (r ae1 p)) +("wrapped" nil (r ae1 p t)) +("wrapper" nil (r ae1 p er0)) +("wrappers" nil (r ae1 p er0 z)) +("wrapping" nil (r ae1 p ih0 ng)) +("wraps" nil (r ae1 p s)) +("wrath" nil (r ae1 th)) +("wrather" nil (r ae1 dh er0)) +("wray" nil (r ey1)) +("wreak" nil (r iy1 k)) +("wreaked" nil (r iy1 k t)) +("wreaking" nil (r iy1 k ih0 ng)) +("wreaks" nil (r iy1 k s)) +("wreath" nil (r iy1 th)) +("wreaths" nil (r iy1 th s)) +("wreck" nil (r eh1 k)) +("wreckage" nil (r eh1 k ax jh)) +("wrecked" nil (r eh1 k t)) +("wrecker" nil (r eh1 k er0)) +("wrecking" nil (r eh1 k ih0 ng)) +("wrecks" nil (r eh1 k s)) +("wrede" nil (r iy1 d)) +("wren" nil (r eh1 n)) +("wrench" nil (r eh1 n ch)) +("wrenched" nil (r eh1 n ch t)) +("wrenches" nil (r eh1 n ch ih0 z)) +("wrenching" nil (r eh1 n ch ih0 ng)) +("wrenn" nil (r eh1 n)) +("wrest" nil (r eh1 s t)) +("wrested" nil (r eh1 s t ih0 d)) +("wresting" nil (r eh1 s t ih0 ng)) +("wrestle" nil (r eh1 s ax l)) +("wrestled" nil (r eh1 s ax l d)) +("wrestler" nil (r eh1 s ax l er0)) +("wrestlers" nil (r eh1 s t l er0 z)) +("wrestles" nil (r eh1 s ax l z)) +("wrestling" nil (r eh1 s l ih0 ng)) +("wretched" nil (r eh1 ch ih0 d)) +("wretchedly" nil (r eh1 ch ih0 d l iy0)) +("wriggle" nil (r ih1 g ax l)) +("wright" nil (r ay1 t)) +("wrights" nil (r ay1 t s)) +("wrightsman" nil (r ay1 t s m ax n)) +("wrightson" nil (r ay1 t s ax n)) +("wrigley" nil (r ih1 g l iy0)) +("wring" nil (r ih1 ng)) +("wringer" nil (r ih1 ng er0)) +("wringing" nil (r ih1 ng ih0 ng)) +("wrinkle" nil (r ih1 ng k ax l)) +("wrinkled" nil (r ih1 ng k ax l d)) +("wrinkles" nil (r ih1 ng k ax l z)) +("wrinkling" nil (r ih1 ng k ax l ih0 ng)) +("wrisley" nil (r ih1 z l iy0)) +("wrist" nil (r ih1 s t)) +("wriston" nil (r ih1 s t ax n)) +("wrists" nil (r ih1 s t s)) +("wristwatch" nil (r ih1 s t w aa1 ch)) +("wristwatches" nil (r ih1 s t w aa1 ch ih0 z)) +("writ" nil (r ih1 t)) +("write" nil (r ay1 t)) +("writedown" nil (r ay1 t d aw1 n)) +("writedowns" nil (r ay1 t d aw1 n z)) +("writeoff" nil (r ih1 t ao0 f)) +("writeoffs" nil (r ih1 t ao0 f s)) +("writer" nil (r ay1 t er0)) +("writers" nil (r ay1 t er0 z)) +("writes" nil (r ay1 t s)) +("writhing" nil (r ay1 dh ih0 ng)) +("writing" nil (r ay1 t ih0 ng)) +("writings" nil (r ay1 t ih0 ng z)) +("writs" nil (r ih1 t s)) +("written" nil (r ih1 t ax n)) +("wrobel" nil (r ow1 b ax l)) +("wrobleski" nil (r ax b l eh1 s k iy0)) +("wroblewski" nil (r ax b l uw1 f s k iy0)) +("wroclaw" nil (r aa1 k l ao1)) +("wroe" nil (r ow1)) +("wrona" nil (r ow1 n ax)) +("wrong" nil (r ao1 ng)) +("wrongdoers" nil (r ao1 ng d uw1 er0 z)) +("wrongdoing" nil (r ao1 ng d uw0 ih0 ng)) +("wrongdoings" nil (r ao0 ng d uw1 ih0 ng z)) +("wronged" nil (r ao1 ng d)) +("wrongful" nil (r ao1 ng f ax l)) +("wrongfully" nil (r ao1 ng f ax l iy0)) +("wrongheaded" nil (r ao1 ng hh eh1 d ih0 d)) +("wrongly" nil (r ao1 ng l iy0)) +("wrongs" nil (r ao1 ng z)) +("wronski" nil (r aa1 n s k iy0)) +("wrote" nil (r ow1 t)) +("wroten" nil (r ow1 t ax n)) +("wrought" nil (r ao1 t)) +("wrubel" nil (r uw1 b ax l)) +("wruck" nil (r ah1 k)) +("wrung" nil (r ah1 ng)) +("wry" nil (r ay1)) +("wrye" nil (r ay1)) +("wryly" nil (r ay1 l iy0)) +("wryness" nil (r ay1 n ax s)) +("wrzesinski" nil (r ax z ih0 s ih1 n s k iy0)) +("ws" nil (d ah1 b ax l y uw0 eh1 s)) +("wu" nil (w uw1)) +("wubben" nil (w ah1 b ax n)) +("wuellner" nil (w uh1 l n er0)) +("wuensch" nil (w uh1 n sh)) +("wuerth" nil (w uh1 r th)) +("wuerttemberg" nil (w er1 t ax m b er0 g)) +("wuertz" nil (w uh1 r t s)) +("wuest" nil (w uw1 ih0 s t)) +("wuhan" nil (w uw1 ax n)) +("wujcik" nil (w ah1 jh s ih0 k)) +("wulf" nil (w uh1 l f)) +("wulff" nil (w uh1 l f)) +("wuliger" nil (w uw1 l ih0 g er0)) +("wunder" nil (w ah1 n d er0)) +("wunderkind" nil (w ah1 n d er0 k ay1 n d)) +("wunderle" nil (w ah1 n d er0 l iy0)) +("wunderlich" nil (w ah1 n d er0 l ih0 k)) +("wunderlin" nil (w ah1 n d er0 l ih0 n)) +("wunsch" nil (w ah1 n sh)) +("wunschel" nil (w ah1 n sh ax l)) +("wurdeman" nil (w er1 d m ax n)) +("wurl" nil (w er1 l)) +("wurlitzer" nil (w er1 l ih0 t s er0)) +("wurm" nil (w er1 m)) +("wurst" nil (w er1 s t)) +("wurster" nil (w er1 s t er0)) +("wursthaus" nil (w er1 s t hh aw0 s)) +("wurth" nil (w er1 th)) +("wurtman" nil (w er1 t m ax n)) +("wurtz" nil (w er1 t s)) +("wurtzel" nil (w er1 t z ax l)) +("wurz" nil (w er1 z)) +("wurzel" nil (w er1 z ax l)) +("wurzer" nil (w er1 z er0)) +("wussler" nil (w ah1 s l er0)) +("wussow" nil (w ah1 s ow0)) +("wuthering" nil (w ah1 dh er0 ih0 ng)) +("wuthrich" nil (w ah1 th r ih0 k)) +("wuttke" nil (w ah1 t k iy0)) +("wuxi" nil (w ah1 k s iy0)) +("wy" nil (w ey1)) +("wyand" nil (w ay1 ax n d)) +("wyant" nil (w ay1 ax n t)) +("wyatt" nil (w ay1 ax t)) +("wyble" nil (w ay1 b ax l)) +("wyborn" nil (v ih1 b er0 n)) +("wyche" nil (w ay1 ch)) +("wyckoff" nil (w ih1 k ao0 f)) +("wycliff" nil (w ih1 k l ih0 f)) +("wycoff" nil (w ih1 k ao0 f)) +("wyden" nil (w ay1 d ax n)) +("wydra" nil (w ay1 d r ax)) +("wye" nil (w ay1)) +("wyer" nil (w ay1 er0)) +("wyers" nil (w ay1 er0 z)) +("wyeth" nil (w ay1 eh0 th)) +("wyffels" nil (w ih1 f ax l z)) +("wygal" nil (w ay1 g ax l)) +("wygant" nil (w ay1 g ax n t)) +("wygod" nil (w ay1 g aa1 d)) +("wyk" nil (w ih1 k)) +("wyka" nil (v ih1 k ax)) +("wyke" nil (w ay1 k)) +("wykes" nil (w ay1 k s)) +("wykle" nil (w ay1 k ax l)) +("wykoff" nil (w ih1 k ao0 f)) +("wyland" nil (w ay1 l ax n d)) +("wylde" nil (w ay1 l d)) +("wyle" nil (w ay1 l)) +("wyler" nil (w ay1 l er0)) +("wyles" nil (w ay1 l z)) +("wylie" nil (w ay1 l iy0)) +("wyllie" nil (w ih1 l iy0)) +("wylma" nil (w ay1 l m ax)) +("wyly" nil (w ay1 l iy0)) +("wyman" nil (w ay1 m ax n)) +("wymer" nil (w ay1 m er0)) +("wymore" nil (w ay1 m ao0 r)) +("wyndham" nil (w ih1 n d ax m)) +("wyne" nil (w ay1 n)) +("wyner" nil (w ay1 n er0)) +("wynes" nil (w ay1 n z)) +("wyngaarden" nil (w ih1 n g aa1 r d ax n)) +("wynia" nil (w ih1 n iy0 ax)) +("wynkoop" nil (w ih1 ng k uw1 p)) +("wynn" nil (w ih1 n)) +("wynne" nil (w ih1 n)) +("wynns" nil (w ih1 n z)) +("wynter" nil (w ih1 n t er0)) +("wynton" nil (w ih1 n t ax n)) +("wynyard" nil (w ih1 n y er0 d)) +("wyoming" nil (w ay1 ow1 m ih0 ng)) +("wyre" nil (w ay1 r)) +("wyrick" nil (w ih1 r ih0 k)) +("wyse" nil (w ay1 z)) +("wyser" nil (w ay1 z er0)) +("wysocki" nil (v ih0 s ow1 t s k iy0)) +("wysong" nil (w ih1 s ao0 ng)) +("wyss" nil (w ih1 s)) +("wyszynski" nil (v ih0 sh ih1 n s k iy0)) +("wythe" nil (w ay1 dh)) +("x" nil (eh1 k s)) +("xanax" nil (z ae1 n ae0 k s)) +("xanthe" nil (z ae1 n dh)) +("xantippe" nil (z ae1 n t ih0 p)) +("xaver" nil (z ey1 v er0)) +("xavier" nil (z ey1 v y er0)) +("xaviera" nil (ih0 g z ey0 v y eh1 r ax)) +("xebec" nil (z eh1 b ax k)) +("xena" nil (z iy1 n ax)) +("xene" nil (z iy1 n)) +("xenia" nil (z iy1 n iy0 ax)) +("xenon" nil (z iy1 n aa0 n)) +("xenophobia" nil (z eh1 n ax f ow1 b iy0 ax)) +("xenophobic" nil (z eh1 n ax f aa1 b ih0 k)) +("xenophon" nil (z eh1 n ax f ax n)) +("xenos" nil (z iy1 n ow0 z)) +("xeriscape" nil (z eh1 r ih0 s k ey1 p)) +("xerox" nil (z ih1 r aa0 k s)) +("xerxes" nil (z er1 k s iy0 z)) +("xiamen" nil (z iy0 ey1 m ax n)) +("xian" nil (z y aa1 n)) +("xiaoping" nil (zh aw1 p ih1 ng)) +("xiaoyun" nil (sh aw1 y uw1 n)) +("xicor" nil (z ay1 k ao1 r)) +("xidex" nil (z ih1 d ax k s)) +("xie" nil (z iy1)) +("xilinx" nil (z ay1 l ih1 ng k s)) +("xing" nil (sh ih1 ng)) +("xinhua" nil (z ih1 n w aa1)) +("xinjiang" nil (z ih1 n jh iy0 ae1 ng)) +("xiong" nil (zh ao1 ng)) +("xoma" nil (z ow1 m ax)) +("xscribe" nil (eh0 k s k r ay1 b)) +("xtra" nil (eh1 k s t r ax)) +("xu" nil (z uw1)) +("xuan" nil (zh w aa1 n)) +("xudong" nil (z uw1 d ao1 ng)) +("xue" nil (z uw1)) +("xuedong" nil (z uw0 d ao1 ng)) +("xuemei" nil (z uw1 m ay1)) +("xus" nil (z ah1 s)) +("xylia" nil (z ay1 l iy0 ax)) +("xylina" nil (z ay1 l ih0 n ax)) +("xylogics" nil (z ay1 l aa1 jh ih0 k s)) +("xylon" nil (z ay1 l ax n)) +("xylona" nil (z ay1 l ax n ax)) +("xylophone" nil (z ay1 l ax f ow1 n)) +("xyvision" nil (z ay1 v ih1 zh ax n)) +("y" nil (w ay1)) +("ya" nil (y aa1)) +("yaacov" nil (y aa1 k ow1 v)) +("yablon" nil (y ae1 b l ax n)) +("yablonski" nil (y ax b l aa1 n s k iy0)) +("yablonsky" nil (y ax b l aa1 n s k iy0)) +("yacht" nil (y aa1 t)) +("yachters" nil (y aa1 t er0 z)) +("yachting" nil (y aa1 t ih0 ng)) +("yachts" nil (y aa1 t s)) +("yachtsman" nil (y aa1 t s m ax n)) +("yack" nil (y ae1 k)) +("yackel" nil (y ae1 k ax l)) +("yackley" nil (y ae1 k l iy0)) +("yacko" nil (y ae1 k ow0)) +("yacktman" nil (y ae1 k t m ax n)) +("yacono" nil (y ae1 k ax n ow0)) +("yacos" nil (y aa1 k ow0 s)) +("yacoub" nil (y ae1 k aw0 b)) +("yaden" nil (y ey1 d ax n)) +("yadon" nil (y ae1 d ax n)) +("yaeger" nil (y iy1 jh er0)) +("yaffe" nil (y ae1 f)) +("yager" nil (y ey1 jh er0)) +("yagi" nil (y aa1 g iy0)) +("yagoda" nil (y ax g ow1 d ax)) +("yahi" nil (y aa1 hh iy0)) +("yahn" nil (y ae1 n)) +("yahnke" nil (y ae1 ng k)) +("yahoo" nil (y aa1 hh uw1)) +("yahoos" nil (y aa1 hh uw1 z)) +("yahr" nil (y aa1 r)) +("yak" nil (y ae1 k)) +("yake" nil (y ey1 k)) +("yakel" nil (y ae1 k ax l)) +("yakima" nil (y ae1 k ih0 m ax)) +("yaklin" nil (y ae1 k l ih0 n)) +("yakov" nil (y aa1 k ao1 v)) +("yakovlev" nil (y ax k aa1 v l ax v)) +("yale" nil (y ey1 l)) +("yalin" nil (y aa1 l ih1 n)) +("yalta" nil (y ao1 l t ax)) +("yam" nil (y ae1 m)) +("yamada" nil (y ax m aa1 d ax)) +("yamagata" nil (y aa0 m aa0 g aa1 t ax)) +("yamaguchi" nil (y aa1 m aa0 g uw1 ch iy0)) +("yamaha" nil (y aa1 m aa0 hh aa1)) +("yamaichi" nil (y aa1 m aa0 iy1 ch iy0)) +("yamamoto" nil (y aa0 m aa0 m ow1 t ow0)) +("yamanaka" nil (y aa1 m aa0 n aa1 k ax)) +("yamane" nil (y aa0 m aa1 n ey0)) +("yamani" nil (y aa0 m aa1 n iy0)) +("yamanouchi" nil (y aa0 m aa0 n uw1 ch iy0)) +("yamasaki" nil (y aa1 m aa0 s aa1 k iy0)) +("yamashiro" nil (y aa0 m aa0 sh ih1 r ow0)) +("yamashita" nil (y aa0 m aa0 sh iy1 t ax)) +("yamatake" nil (y aa1 m aa0 t aa1 k ey1)) +("yamato" nil (y aa0 m aa1 t ow0)) +("yamauchi" nil (y aa1 m aa0 uw1 ch iy0)) +("yamazaki" nil (y aa1 m aa0 z aa1 k iy0)) +("yamin" nil (y ae1 m ih0 n)) +("yams" nil (y ae1 m z)) +("yan" nil (y ae1 n)) +("yanbu" nil (y ae1 n b uw0)) +("yancey" nil (y ae1 n s iy0)) +("yancy" nil (y ae1 n s iy0)) +("yanda" nil (y ae1 n d ax)) +("yandell" nil (y ae1 n d ax l)) +("yandle" nil (y ae1 n d ax l)) +("yandow" nil (y ae1 n d ow0)) +("yanes" nil (y ey1 n z)) +("yaney" nil (y ey1 n iy0)) +("yanez" nil (y ae1 n ih0 z)) +("yang" nil (y ae1 ng)) +("yangsheng" nil (y aa1 ng sh eh1 ng)) +("yangtze" nil (y ae1 ng k t s iy1)) +("yani" nil (y aa1 n iy0)) +("yanick" nil (y ae1 n ih0 k)) +("yanik" nil (y ae1 n ih0 k)) +("yanis" nil (y ae1 n ax s)) +("yanish" nil (y ae1 n ih0 sh)) +("yank" nil (y ae1 ng k)) +("yanke" nil (y ae1 ng k)) +("yanked" nil (y ae1 ng k t)) +("yankee" nil (y ae1 ng k iy0)) +("yankees" nil (y ae1 ng k iy0 z)) +("yankelovich" nil (y ae1 ng k eh1 l ax v ih0 ch)) +("yankey" nil (y ae1 ng k iy0)) +("yanking" nil (y ae1 ng k ih0 ng)) +("yanko" nil (y ae1 ng k ow0)) +("yankovich" nil (y ae1 ng k ax v ih0 ch)) +("yankowski" nil (y ax ng k ao1 f s k iy0)) +("yanks" nil (y ae1 ng k s)) +("yanni" nil (y ae1 n iy0)) +("yannick" nil (y ae1 n ih0 k)) +("yannone" nil (y ae1 n ax n)) +("yannuzzi" nil (y aa0 n uw1 t s iy0)) +("yano" nil (y aa1 n ow0)) +("yanofsky" nil (y ax n aa1 f s k iy0)) +("yant" nil (y ae1 n t)) +("yantis" nil (y ae1 n t ih0 s)) +("yantz" nil (y ae1 n t s)) +("yao" nil (y aw1)) +("yaobang" nil (y aw1 b ae0 ng)) +("yaohan" nil (y aw1 hh aa1 n)) +("yap" nil (y ae1 p)) +("yaple" nil (y ey1 p ax l)) +("yapp" nil (y ae1 p)) +("yaps" nil (y ae1 p s)) +("yarber" nil (y aa1 r b er0)) +("yarberry" nil (y aa1 r b eh1 r iy0)) +("yarboro" nil (y aa1 r b er0 ow0)) +("yarborough" nil (y aa1 r b er1 ow0)) +("yarbough" nil (y aa1 r b aw1)) +("yarbro" nil (y aa1 r b r ow0)) +("yarbrough" nil (y aa1 r b er0 ow0)) +("yarchoan" nil (y aa0 r ch ow1 n)) +("yard" nil (y aa1 r d)) +("yardage" nil (y aa1 r d ih0 jh)) +("yarde" nil (y aa1 r d)) +("yardeni" nil (y aa0 r d iy1 n iy0)) +("yarder" nil (y aa1 r d er0)) +("yardley" nil (y aa1 r d l iy0)) +("yards" nil (y aa1 r d z)) +("yardstick" nil (y aa1 r d s t ih1 k)) +("yardsticks" nil (y aa1 r d s t ih1 k s)) +("yarger" nil (y aa1 r jh er0)) +("yarling" nil (y aa1 r l ih0 ng)) +("yarmulkes" nil (y aa1 r m ax l k s)) +("yarn" nil (y aa1 r n)) +("yarnall" nil (y aa1 r n ax l)) +("yarnell" nil (y aa1 r n ax l)) +("yarns" nil (y aa1 r n z)) +("yaros" nil (y eh1 r ow0 z)) +("yarosh" nil (y ae1 r ax sh)) +("yarrington" nil (y ae1 r ih0 ng t ax n)) +("yarrow" nil (y eh1 r ow0)) +("yarwood" nil (y aa1 r w uh1 d)) +("yasir" nil (y aa1 s er0)) +("yasmine" nil (y ae1 z m ih0 n)) +("yass" nil (y ae1 s)) +("yasser" nil (y ae1 s er0)) +("yassir" nil (y ae1 s ih0 r)) +("yassukovich" nil (y ax s uw1 k ax v ih0 ch)) +("yastrow" nil (y ae1 s t r ow0)) +("yasuda" nil (y aa0 s uw1 d ax)) +("yasuhiko" nil (y aa1 s uw0 hh iy1 k ow0)) +("yasuhiro" nil (y aa1 s uw0 hh iy1 r ow0)) +("yasunori" nil (y aa1 s uw0 n ao1 r iy0)) +("yasuo" nil (y aa0 s uw1 ow0)) +("yasushi" nil (y aa0 s uw1 sh iy0)) +("yasutaka" nil (y aa1 s uw0 t aa1 k ax)) +("yasuyoshi" nil (y aa1 s uw0 y ow1 sh iy0)) +("yater" nil (y ey1 t er0)) +("yates" nil (y ey1 t s)) +("yatsko" nil (y aa1 t s k ow0)) +("yau" nil (y ow1)) +("yauch" nil (y ao1 ch)) +("yauger" nil (y ao1 jh er0)) +("yaun" nil (y ao1 n)) +("yaupon" nil (y ao1 p ax n)) +("yaupons" nil (y ao1 p ax n z)) +("yavlinsky" nil (y ae1 v l ih1 n s k iy0)) +("yaw" nil (y ao1)) +("yawn" nil (y ao1 n)) +("yawned" nil (y ao1 n d)) +("yawner" nil (y ao1 n er0)) +("yawning" nil (y ao1 n ih0 ng)) +("yawns" nil (y ao1 n z)) +("yaworski" nil (y ax w er1 s k iy0)) +("yax" nil (y ae1 k s)) +("yazov" nil (y ae1 z aa0 v)) +("yazzie" nil (y ae1 z iy0)) +("ybanez" nil (iy0 b ae1 n ih0 z)) +("ybarbo" nil (iy0 b aa1 r b ow0)) +("ybarra" nil (iy0 b aa1 r ax)) +("ydstie" nil (y ih1 d s t iy0)) +("ye" nil (y iy1)) +("yea" nil (y ey1)) +("yeadon" nil (y eh1 d ax n)) +("yeager" nil (y ey1 g er0)) +("yeagle" nil (y iy1 g ax l)) +("yeagley" nil (y iy1 g l iy0)) +("yeah" nil (y ae1)) +("yeakel" nil (y iy1 k ax l)) +("yeakey" nil (y iy1 k iy0)) +("yeakle" nil (y iy1 k ax l)) +("yeakley" nil (y iy1 k l iy0)) +("yeaman" nil (y iy1 m ax n)) +("yeamans" nil (y iy1 m ax n z)) +("year" nil (y ih1 r)) +("yearago" nil (y ih1 r ax g ow0)) +("yearbook" nil (y ih1 r b uh1 k)) +("yearbooks" nil (y ih1 r b uh1 k s)) +("yearby" nil (y er1 b iy0)) +("yearearlier" nil (y ih1 r er1 l y er0)) +("yearend" nil (y ih1 r eh1 n d)) +("yeargain" nil (y er1 g ax n)) +("yeargan" nil (y er1 g ax n)) +("yeargin" nil (y er1 jh ih0 n)) +("yearick" nil (y iy1 r ih0 k)) +("yearling" nil (y er1 l ih0 ng)) +("yearlings" nil (y er1 l ih0 ng z)) +("yearlong" nil (y ih1 r l ao1 ng)) +("yearly" nil (y ih1 r l iy0)) +("yearn" nil (y er1 n)) +("yearned" nil (y er1 n d)) +("yearning" nil (y er1 n ih0 ng)) +("yearnings" nil (y er1 n ih0 ng z)) +("yearns" nil (y er1 n z)) +("yearout" nil (y ih1 r aw0 t)) +("years" nil (y ih1 r z)) +("yearsley" nil (y er1 s l iy0)) +("yearwood" nil (y ih1 r w uh0 d)) +("yeary" nil (y ih1 r iy0)) +("yeast" nil (y iy1 s t)) +("yeasts" nil (y iy1 s t s)) +("yeater" nil (y iy1 t er0)) +("yeates" nil (y iy1 ey1 t s)) +("yeatman" nil (y iy1 t m ax n)) +("yeaton" nil (y iy1 t ax n)) +("yeats" nil (y ey1 t s)) +("yeatts" nil (y iy1 t s)) +("yeazel" nil (y iy1 z ax l)) +("yeck" nil (y eh1 k)) +("yeckley" nil (y eh1 k l iy0)) +("yedda" nil (y eh1 d ax)) +("yedinak" nil (y eh1 d ih0 n ae0 k)) +("yee" nil (y iy1)) +("yegor" nil (y ey1 g er0)) +("yeh" nil (y eh1)) +("yehle" nil (y eh1 hh ax l)) +("yehudi" nil (y ey0 hh uw1 d iy0)) +("yeiri" nil (y eh1 r iy0)) +("yeiser" nil (y iy1 s er0)) +("yeisley" nil (y iy1 s l iy0)) +("yeldell" nil (y eh1 l d ax l)) +("yelena" nil (y eh1 l ih0 n ax)) +("yell" nil (y eh1 l)) +("yelland" nil (y eh1 l ax n d)) +("yelle" nil (y eh1 l)) +("yelled" nil (y eh1 l d)) +("yellen" nil (y eh1 l ax n)) +("yellin" nil (y eh1 l ih0 n)) +("yelling" nil (y eh1 l ih0 ng)) +("yellow" nil (y eh1 l ow0)) +("yellowing" nil (y eh1 l ow0 ih0 ng)) +("yellowish" nil (y eh1 l ow0 ih0 sh)) +("yellowknife" nil (y eh1 l ow0 n ay1 f)) +("yellows" nil (y eh1 l ow0 z)) +("yellowstone" nil (y eh1 l ow0 s t ow1 n)) +("yells" nil (y eh1 l z)) +("yelton" nil (y eh1 l t ax n)) +("yeltsin" nil (y eh1 l t s ax n)) +("yelverton" nil (y eh1 l v er0 t ax n)) +("yelvington" nil (y eh1 l v ih0 ng t ax n)) +("yemen" nil (y eh1 m ax n)) +("yemeni" nil (y eh1 m ax n iy0)) +("yemenidjian" nil (y eh1 m ax n ih1 jh iy0 ax n)) +("yen" nil (y eh1 n)) +("yenching" nil (y eh1 n ch ih1 ng)) +("yenlu" nil (y eh1 n l uw0)) +("yeo" nil (y iy1 ow0)) +("yeoman" nil (y ow1 m ax n)) +("yeomans" nil (y ow1 m ax n z)) +("yep" nil (y eh1 p)) +("yepez" nil (y eh1 p ih0 z)) +("yerby" nil (y er1 b iy0)) +("yerdon" nil (y er1 d ax n)) +("yerena" nil (y eh1 r ih0 n ax)) +("yerevan" nil (y eh1 r ax v ax n)) +("yerger" nil (y er1 jh er0)) +("yerian" nil (y iy1 r iy0 ax n)) +("yerke" nil (y er1 k)) +("yerkes" nil (y er1 k iy0 z)) +("yerkey" nil (y er1 k iy0)) +("yerman" nil (y er1 m ax n)) +("yes" nil (y eh1 s)) +("yeses" nil (y eh1 s ih0 z)) +("yeske" nil (y eh1 s k)) +("yesterday" nil (y eh1 s t er0 d ey1)) +("yesteryear" nil (y eh1 s t er0 y ih1 r)) +("yet" nil (y eh1 t)) +("yetman" nil (y eh1 t m ax n)) +("yetnikoff" nil (y eh1 t n ih0 k ao0 f)) +("yett" nil (y eh1 t)) +("yetta" nil (y eh1 t ax)) +("yetter" nil (y eh1 t er0)) +("yeung" nil (y uw1 ng)) +("yeutter" nil (y uw1 t er0)) +("yevette" nil (y ih0 v eh1 t)) +("yevgeny" nil (y eh1 v g eh1 n iy0)) +("yevtushenko" nil (y eh1 v t ax sh eh1 ng k ow0)) +("yew" nil (y uw1)) +("yglesias" nil (iy0 g l ey1 s iy0 ax s)) +("yi" nil (y iy1)) +("yiddish" nil (y ih1 d ih0 sh)) +("yield" nil (y iy1 l d)) +("yielded" nil (y iy1 l d ax d)) +("yielding" nil (y iy1 l d ih0 ng)) +("yields" nil (y iy1 l d z)) +("yilin" nil (y ih1 l ih0 n)) +("yim" nil (y ih1 m)) +("yin" nil (y ih1 n)) +("ying" nil (y ih1 ng)) +("yinger" nil (y ih1 ng er0)) +("yingling" nil (y ih1 ng g ax l ih0 ng)) +("yingst" nil (y ih1 ng g s t)) +("yip" nil (y ih1 p)) +("yitzhak" nil (y ih1 t s aa0 k)) +("ylvisaker" nil (y ih1 l v ih0 s aa1 k er0)) +("ynez" nil (y n eh1 z)) +("yniguez" nil (iy0 n iy1 g eh0 z)) +("ynjiun" nil (y ih1 n jh ih0 n)) +("yo" nil (y ow1)) +("yoak" nil (y ow1 k)) +("yoakam" nil (y ow1 k ax m)) +("yoakum" nil (y ow1 k ax m)) +("yoast" nil (y ow1 s t)) +("yocam" nil (y ow1 k ax m)) +("yocham" nil (y aa1 ch ax m)) +("yochim" nil (y aa1 ch ih0 m)) +("yochum" nil (y aa1 ch ax m)) +("yockey" nil (y aa1 k iy0)) +("yocom" nil (y ow1 k ax m)) +("yocum" nil (y ow1 k ax m)) +("yodel" nil (y ow1 d ax l)) +("yodeling" nil (y ow1 d ax l ih0 ng)) +("yoder" nil (y ow1 d er0)) +("yodice" nil (y ow1 d ih0 s)) +("yoe" nil (y ow1)) +("yoes" nil (y ow1 z)) +("yoffie" nil (y ao1 f iy0)) +("yoga" nil (y ow1 g ax)) +("yogi" nil (y ow1 g iy0)) +("yogiisms" nil (y ow0 g iy1 s ax m z)) +("yogurt" nil (y ow1 g er0 t)) +("yoh" nil (y ow1)) +("yohe" nil (y ow1 hh ey1)) +("yohei" nil (y ow1 hh ey1)) +("yohn" nil (y aa1 n)) +("yoho" nil (y ow1 hh ow0)) +("yoichi" nil (y ow0 iy1 ch iy0)) +("yokado" nil (y ax k aa1 d ow0)) +("yoke" nil (y ow1 k)) +("yoked" nil (y ow1 k t)) +("yokich" nil (y ow1 k ih0 ch)) +("yokley" nil (y aa1 k l iy0)) +("yoko" nil (y ow1 k ow0)) +("yokohama" nil (y ow1 k ax hh aa1 m ax)) +("yokokohji" nil (y ow1 k ow0 k ow1 jh iy0)) +("yokota" nil (y ow0 k ow1 t ax)) +("yokoyama" nil (y ow1 k ow0 y aa1 m ax)) +("yokum" nil (y ow1 k ax m)) +("yola" nil (y ow1 l ax)) +("yolanda" nil (y ow0 l aa1 n d ax)) +("yolande" nil (y ow1 l ax n d)) +("yolk" nil (y ow1 k)) +("yolks" nil (y ow1 k s)) +("yom" nil (y aa1 m)) +("yomiuri" nil (y ow1 m iy1 er0 iy0)) +("yon" nil (y aa1 n)) +("yona" nil (y ow1 n ax)) +("yonan" nil (y ow1 n ax n)) +("yonce" nil (y aa1 n s)) +("yonder" nil (y aa1 n d er0)) +("yoneyama" nil (y ow1 n iy0 aa1 m ax)) +("yong" nil (y ao1 ng)) +("yongbyon" nil (y ao1 ng b y ao1 n)) +("yongue" nil (y aa1 ng g)) +("yonhap" nil (y aa1 n hh ae1 p)) +("yonke" nil (y aa1 ng k)) +("yonker" nil (y aa1 ng k er0)) +("yonkers" nil (y aa1 ng k er0 z)) +("yonsei" nil (y ah1 n s ey1)) +("yonts" nil (y aa1 n t s)) +("yontz" nil (y aa1 n t s)) +("yoo" nil (y uw1)) +("yoon" nil (y uw1 n)) +("yoor" nil (y uw1 r)) +("yoos" nil (y uw1 z)) +("yopp" nil (y aa1 p)) +("yoram" nil (y ao1 r ax m)) +("yorba" nil (y ao1 r b ax)) +("yordy" nil (y ao1 r d iy0)) +("yore" nil (y ao1 r)) +("yorich" nil (y ao1 r ih0 ch)) +("yorio" nil (y ao1 r y ow0)) +("york" nil (y ao1 r k)) +("yorkbased" nil (y ao1 r k b ey1 s t)) +("yorke" nil (y ao1 r k)) +("yorker" nil (y ao1 r k er0)) +("yorkers" nil (y ao1 r k er0 z)) +("yorks" nil (y ao1 r k s)) +("yorkshire" nil (y ao1 r k sh er0)) +("yorktown" nil (y ao1 r k t aw1 n)) +("yorrick" nil (y ao1 r ih0 k)) +("yosef" nil (y ow1 s ax f)) +("yosemite" nil (y ow0 s eh1 m ih0 t iy0)) +("yoshi" nil (y ow1 sh iy0)) +("yoshiaki" nil (y ow1 sh iy0 aa1 k iy0)) +("yoshida" nil (y ow0 sh iy1 d ax)) +("yoshihara" nil (y ow1 sh ih0 hh aa1 r ax)) +("yoshihashi" nil (y ow1 sh ih0 hh aa1 sh iy0)) +("yoshihiro" nil (y ow1 sh ih0 hh iy1 r ow1)) +("yoshihisa" nil (y ow1 sh ih0 hh iy1 s ax)) +("yoshikawa" nil (y ow0 sh iy0 k aa1 w ax)) +("yoshikazu" nil (y ow1 sh ih0 k aa1 z uw0)) +("yoshimoto" nil (y ow0 sh iy0 m ow1 t ow0)) +("yoshimura" nil (y ow1 sh ih0 m uw1 r ax)) +("yoshino" nil (y ow0 sh iy1 n ow0)) +("yoshio" nil (y ow0 sh iy1 ow0)) +("yoshioka" nil (y ow1 sh iy0 ow1 k ax)) +("yoshiro" nil (y ow0 sh ih1 r ow0)) +("yoss" nil (y ao1 s)) +("yossi" nil (y ow1 s iy0)) +("yost" nil (y ow1 s t)) +("yother" nil (y ah1 dh er0)) +("yott" nil (y aa1 t)) +("you" nil (y uw1)) +("youell" nil (y aa1 uw0 l)) +("youghal" nil (y ow1 ax l)) +("youker" nil (y aw1 k er0)) +("youman" nil (y uw1 m ax n)) +("youmans" nil (y uw1 m ax n z)) +("youn" nil (y ah1 n)) +("younan" nil (y ah1 n ax n)) +("younce" nil (y aw1 n s)) +("younes" nil (y ah1 n z)) +("young" nil (y ah1 ng)) +("youngberg" nil (y ah1 ng b er0 g)) +("youngblood" nil (y ah1 ng b l ah1 d)) +("youngblut" nil (y ah1 ng b l ax t)) +("youngdahl" nil (y ah1 ng d aa1 l)) +("younge" nil (y ah1 n jh)) +("younger" nil (y ah1 ng g er0)) +("youngerman" nil (y ah1 ng er0 m ax n)) +("youngers" nil (y ah1 ng g er0 z)) +("youngest" nil (y ah1 ng g ax s t)) +("younglove" nil (y ah1 ng l ah1 v)) +("youngman" nil (y ah1 ng m ae1 n)) +("youngquist" nil (y ah1 ng k w ih1 s t)) +("youngren" nil (y ah1 n g r eh0 n)) +("youngs" nil (y ah1 ng z)) +("youngster" nil (y ah1 ng s t er0)) +("youngsters" nil (y ah1 ng s t er0 z)) +("youngstown" nil (y ah1 ng z t aw1 n)) +("youngstrom" nil (y ah1 ng s t r ax m)) +("younis" nil (y ah1 n ih0 s)) +("younker" nil (y ah1 ng k er0)) +("younkers" nil (y ah1 ng k er0 z)) +("younkin" nil (y ah1 ng k ih0 n)) +("younkins" nil (y ah1 ng k ih0 n z)) +("yount" nil (y aw1 n t)) +("younts" nil (y aw1 n t s)) +("your" nil (y ao1 r)) +("youree" nil (y ao0 r iy1)) +("yours" nil (y uh1 r z)) +("yourself" nil (y er0 s eh1 l f)) +("yourselfers" nil (y ao1 r s eh1 l f er0 z)) +("yourselves" nil (y uh0 r s eh1 l v z)) +("youse" nil (y aw1 s)) +("yousef" nil (y uw1 s eh0 f)) +("yousif" nil (y aw1 s ih0 f)) +("youssef" nil (y uw1 s eh0 f)) +("youth" nil (y uw1 th)) +("youthful" nil (y uw1 th f ax l)) +("youths" nil (y uw1 dh z)) +("youtsey" nil (y aw1 t s iy0)) +("youtz" nil (y aw1 t s)) +("youville" nil (y uw1 v ih1 l)) +("yow" nil (y aw1)) +("yowell" nil (y aa1 w eh0 l)) +("ypsilanti" nil (ih1 p s ax l ae1 n t iy0)) +("yquem" nil (iy1 k w ax m)) +("ysleta" nil (iy0 s l ey1 t ax)) +("yttrium" nil (ih1 t r iy0 ax m)) +("yu" nil (y uw1)) +("yuan" nil (y uw0 aa1 n)) +("yuba" nil (y uw1 b ax)) +("yucaipa" nil (y uw1 k ay1 p ax)) +("yucatan" nil (y uw1 k ax t ae1 n)) +("yucca" nil (y ah1 k ax)) +("yue" nil (y uw1)) +("yuen" nil (y w eh1 n)) +("yugo" nil (y uw1 g ow0)) +("yugos" nil (y uw1 g ow0 s)) +("yugoslav" nil (y uw1 g ow0 s l aa1 v)) +("yugoslavia" nil (y uw1 g ow0 s l aa1 v iy0 ax)) +("yugoslavian" nil (y uw1 g ow0 s l aa1 v iy0 ax n)) +("yugoslavs" nil (y uw1 g ow0 s l ae1 v z)) +("yuhas" nil (y uw1 hh ax z)) +("yuhasz" nil (y ah1 hh ax sh)) +("yuill" nil (y uw1 l)) +("yuille" nil (y uw1 l)) +("yuk" nil (y ah1 k)) +("yukio" nil (y uw0 k iy1 ow0)) +("yuko" nil (y uw1 k ow0)) +("yukon" nil (y uw1 k aa1 n)) +("yuks" nil (y ah1 k s)) +("yul" nil (y ah1 l)) +("yule" nil (y uw1 l)) +("yuletide" nil (y uw1 l t ay1 d)) +("yuli" nil (y uw1 l iy0)) +("yum" nil (y ah1 m)) +("yuma" nil (y uw1 m ax)) +("yummies" nil (y ah1 m iy0 z)) +("yummy" nil (y ah1 m iy0)) +("yun" nil (y ah1 n)) +("yunde" nil (y uw1 n d ey1)) +("yundt" nil (y ah1 n d t)) +("yung" nil (y ah1 ng)) +("yunich" nil (y uw1 n ih0 ch)) +("yunis" nil (y uw1 n ih0 s)) +("yunk" nil (y ah1 ng k)) +("yunker" nil (y ah1 ng k er0)) +("yup" nil (y ah1 p)) +("yuppie" nil (y ah1 p iy0)) +("yuppies" nil (y ah1 p iy0 z)) +("yuppified" nil (y ah1 p ih0 f ay1 d)) +("yurachek" nil (y er0 ae1 ch eh0 k)) +("yurchak" nil (y er1 ch ax k)) +("yurchenko" nil (y er0 ch eh1 ng k ow0)) +("yurek" nil (y uh1 r eh0 k)) +("yuri" nil (y uh1 r iy0)) +("yurick" nil (y uh1 r ih0 k)) +("yurko" nil (y er1 k ow0)) +("yurkovich" nil (y er1 k ax v ih0 ch)) +("yurt" nil (y uh1 r t)) +("yury" nil (y uh1 r iy0)) +("yusef" nil (y uw1 s eh0 f)) +("yusen" nil (y uw1 s ax n)) +("yusko" nil (y ah1 s k ow0)) +("yust" nil (y ah1 s t)) +("yutaka" nil (y uw0 t aa1 k ax)) +("yutzy" nil (y ah1 t z iy0)) +("yuval" nil (y uw1 v ax l)) +("yuzong" nil (y uw1 z ao1 ng)) +("yves" nil (iy1 v)) +("yvette" nil (ih0 v eh1 t)) +("yvonne" nil (ih0 v aa1 n)) +("yzaguirre" nil (iy0 z ax g w ay1 er0)) +("z" nil (z iy1)) +("zabala" nil (z aa0 b aa1 l ax)) +("zabawa" nil (z aa0 b aa1 w ax)) +("zabel" nil (z ey1 b ax l)) +("zabielski" nil (z ax b iy1 l s k iy0)) +("zabinski" nil (z ax b ih1 n s k iy0)) +("zablocki" nil (z ax b l ow1 t s k iy0)) +("zaborowski" nil (z ax b er0 ao1 f s k iy0)) +("zabowski" nil (z ax b aw1 s k iy0)) +("zabriskie" nil (z ae1 b r ih0 s k iy0)) +("zacarias" nil (z aa0 k aa0 r iy1 ax z)) +("zaccagnini" nil (z aa0 k ax g n iy1 n iy0)) +("zaccagnino" nil (z aa0 k ax g n iy1 n ow0)) +("zaccardi" nil (z aa0 k aa1 r d iy0)) +("zaccaria" nil (z aa0 k aa1 r iy0 ax)) +("zaccaro" nil (z aa0 k aa1 r ow0)) +("zaccheus" nil (z ae1 k oy0 z)) +("zaccone" nil (z aa0 k ow1 n iy0)) +("zacek" nil (z aa1 ch eh1 k)) +("zach" nil (z ae1 k)) +("zachar" nil (z ax k aa1 r)) +("zachariah" nil (z ae1 k er0 ay1 ax)) +("zacharias" nil (z ae1 k er0 ay1 ax s)) +("zachary" nil (z ae1 k er0 iy0)) +("zacher" nil (z ae1 k er0)) +("zachery" nil (z ae1 k er0 iy0)) +("zachman" nil (z ae1 k m ax n)) +("zachmann" nil (z aa1 k m ax n)) +("zachow" nil (z aa1 k ow0)) +("zachry" nil (z aa1 k r iy0)) +("zack" nil (z ae1 k)) +("zackery" nil (z ae1 k er0 iy0)) +("zacks" nil (z ae1 k s)) +("zada" nil (z aa1 d ax)) +("zadeh" nil (z aa1 d eh1)) +("zadoc" nil (z aa1 d ax k)) +("zadok" nil (z aa1 d ax k)) +("zadrozny" nil (z ax d r ow1 z n iy0)) +("zaentz" nil (z ae1 n t s)) +("zaffino" nil (z aa0 f iy1 n ow0)) +("zaffuto" nil (z ax f uw1 t ow0)) +("zaftig" nil (z ae1 f t ih0 g)) +("zag" nil (z ae1 g)) +("zagar" nil (z aa0 g aa1 r)) +("zagat" nil (z ae1 g ax t)) +("zagel" nil (z ey1 g ax l)) +("zager" nil (z ey1 g er0)) +("zagha" nil (z aa1 g ax)) +("zagladin" nil (z ae1 g l ax d ih0 n)) +("zagorski" nil (z ax g ao1 r s k iy0)) +("zagreb" nil (z aa1 g r eh1 b)) +("zagury" nil (z ae1 g y er0 iy0)) +("zahir" nil (z ax hh ih1 r)) +("zahler" nil (z aa1 l er0)) +("zahm" nil (z ae1 m)) +("zahn" nil (z ae1 n)) +("zahner" nil (z aa1 n er0)) +("zahniser" nil (z aa1 n ay0 z er0)) +("zahnow" nil (z aa1 n ow0)) +("zahradnik" nil (z er0 ae1 d n ih0 k)) +("zaibatsu" nil (z ey1 b ae1 t s uw1)) +("zaid" nil (z ey1 d)) +("zaino" nil (z ey1 n ow0)) +("zaire" nil (z ay0 ih1 r)) +("zairean" nil (z ay0 ih1 r ax n)) +("zaireans" nil (z ay0 ih1 r ax n z)) +("zairian" nil (z ay0 ih1 r iy0 ax n)) +("zairians" nil (z ay0 ih1 r iy0 ax n z)) +("zaiser" nil (z ay1 s er0)) +("zaitech" nil (z ey1 t eh1 k)) +("zaitsev" nil (z ey1 t s eh0 v)) +("zaitz" nil (z ey1 t s)) +("zajac" nil (z ay1 ax k)) +("zajdel" nil (z ae1 jh d ax l)) +("zajic" nil (z ae1 jh ih0 k)) +("zajicek" nil (z ay1 ih0 ch eh0 k)) +("zajkowski" nil (z ay0 k ao1 f s k iy0)) +("zak" nil (z ae1 k)) +("zakarian" nil (z ax k eh1 r iy0 ax n)) +("zakharov" nil (z ae1 k er0 aa0 v)) +("zaki" nil (z aa1 k iy0)) +("zakrajsek" nil (z ax k r ay1 s eh0 k)) +("zakrzewski" nil (z aa0 k er0 z uw1 s k iy0)) +("zalar" nil (z aa0 l aa1 r)) +("zalay" nil (z ax l ey1)) +("zaldivar" nil (z aa0 l d iy0 v aa1 r)) +("zale" nil (z ey1 l)) +("zalenski" nil (z ax l eh1 n s k iy0)) +("zaleski" nil (z ax l eh1 s k iy0)) +("zalesky" nil (z ax l eh1 s k iy0)) +("zalewski" nil (z ax l eh1 f s k iy0)) +("zaley" nil (z ey1 l iy0)) +("zalm" nil (z aa1 m)) +("zaloudek" nil (z ae1 l aw0 d ih0 k)) +("zalygin" nil (z ae1 l ih0 g ih0 n)) +("zaman" nil (z ey1 m ax n)) +("zamarello" nil (z ae1 m er0 eh1 l ow0)) +("zamarripa" nil (z aa0 m aa0 r iy1 p ax)) +("zamarron" nil (z aa0 m aa0 r ao1 n)) +("zambelli" nil (z aa0 m b eh1 l iy0)) +("zambia" nil (z ae1 m b iy0 ax)) +("zambian" nil (z ae1 m b iy0 ax n)) +("zambito" nil (z aa0 m b iy1 t ow0)) +("zambo" nil (z ae1 m b ow0)) +("zamboanga" nil (z ae0 m b ow1 ng g ax)) +("zambrana" nil (z aa0 m b r ae1 n ax)) +("zambrano" nil (z aa0 m b r aa1 n ow0)) +("zamfir" nil (z ae0 m f ih1 r)) +("zammit" nil (z ae1 m ih0 t)) +("zamora" nil (z ax m ao1 r ax)) +("zamorano" nil (z aa0 m ao0 r aa1 n ow0)) +("zampino" nil (z aa0 m p iy1 n ow0)) +("zamudio" nil (z aa0 m uw1 d iy0 ow0)) +("zamzow" nil (z ae1 m z ow0)) +("zanca" nil (z ae1 ng k ax)) +("zander" nil (z ae1 n d er0)) +("zanders" nil (z ae1 n d er0 z)) +("zandi" nil (z aa1 n d iy0)) +("zandra" nil (z ae1 n d r ax)) +("zandstra" nil (z ae1 n d s t r ax)) +("zandy" nil (z ae1 n d iy0)) +("zane" nil (z ey1 n)) +("zanella" nil (z ax n eh1 l ax)) +("zaneta" nil (z aa0 n eh1 t ax)) +("zang" nil (z ae1 ng)) +("zangara" nil (z aa0 ng g aa1 r ax)) +("zangari" nil (z aa0 ng g aa1 r iy0)) +("zanger" nil (z ae1 ng er0)) +("zanghi" nil (z aa1 n g iy0)) +("zani" nil (z aa1 n iy0)) +("zaniest" nil (z ey1 n iy0 ax s t)) +("zaniewski" nil (z ae0 n iy0 eh1 f s k iy0)) +("zank" nil (z ae1 ng k)) +("zanni" nil (z ae1 n iy0)) +("zanoni" nil (z aa0 n ow1 n iy0)) +("zanoyan" nil (z ax n oy1 ax n)) +("zant" nil (z ae1 n t)) +("zantac" nil (z ae1 n t ae0 k)) +("zanu" nil (z aa0 n uw1)) +("zanuck" nil (z ae1 n ax k)) +("zanussi" nil (z ax n uw1 s iy0)) +("zany" nil (z ey1 n iy0)) +("zanzibar" nil (z ae1 n z ax b aa1 r)) +("zap" nil (z ae1 p)) +("zapalac" nil (z ax p aa1 l ax k)) +("zapata" nil (z aa0 p aa1 t ax)) +("zapatista" nil (z aa1 p ax t iy1 s t ax)) +("zapatistas" nil (z aa1 p ax t iy1 s t ax z)) +("zapf" nil (z ae1 p f)) +("zapien" nil (z ae1 p iy0 n)) +("zapmail" nil (z ae1 p m ey1 l)) +("zapp" nil (z ae1 p)) +("zappa" nil (z ae1 p ax)) +("zappala" nil (z aa0 p aa1 l ax)) +("zapped" nil (z ae1 p t)) +("zappia" nil (z ae1 p iy0 ax)) +("zapping" nil (z ae1 p ih0 ng)) +("zappone" nil (z aa0 p ow1 n iy0)) +("zappulla" nil (z aa0 p uw1 l ax)) +("zaps" nil (z ae1 p s)) +("zara" nil (z ae1 r ax)) +("zaragoza" nil (z aa0 r aa0 g ow1 z ax)) +("zarah" nil (z ae1 r ax)) +("zarate" nil (z aa1 r ey0 t)) +("zarb" nil (z aa1 r b)) +("zarcone" nil (z aa0 r k ow1 n iy0)) +("zared" nil (z eh1 r d)) +("zarek" nil (z aa1 r eh0 k)) +("zaremba" nil (z aa0 r eh1 m b ax)) +("zaremski" nil (z er0 eh1 s k iy0)) +("zaretsky" nil (z er0 eh1 t s k iy0)) +("zarett" nil (z eh1 r ax t)) +("zaria" nil (z aa1 r iy0 ax)) +("zaring" nil (z eh1 r ih0 ng)) +("zarlengo" nil (z aa0 r l ey1 ng g ow0)) +("zarling" nil (z aa1 r l ih0 ng)) +("zaro" nil (z ae1 r ow0)) +("zarr" nil (z ae1 r)) +("zarrella" nil (z aa1 r eh1 l ax)) +("zarro" nil (z aa1 r ow0)) +("zarroli" nil (z er0 ow1 l iy0)) +("zartman" nil (z aa1 r t m ax n)) +("zaruba" nil (z er0 uw1 b ax)) +("zary" nil (z aa1 r iy0)) +("zarzecki" nil (z aa0 r z eh1 k iy0)) +("zarzycki" nil (z er0 z ih1 t s k iy0)) +("zasada" nil (z aa0 s aa1 d ax)) +("zaske" nil (z ey1 s k)) +("zaslavskaya" nil (z ae1 s l ax v s k ay1 ax)) +("zaslow" nil (z aa1 s l ow0)) +("zastrow" nil (z ae1 s t r ow0)) +("zaucha" nil (z aw1 hh ax)) +("zaugg" nil (z ao1 g)) +("zaun" nil (z ao1 n)) +("zauner" nil (z ao1 n er0)) +("zavada" nil (z aa0 v aa1 d ax)) +("zavadil" nil (z aa0 v aa0 d iy1 l)) +("zavala" nil (z aa0 v aa1 l ax)) +("zavodnik" nil (z ax v aa1 d n ih0 k)) +("zavodny" nil (z ax v aa1 d n iy0)) +("zawacki" nil (z aa0 v aa1 t s k iy0)) +("zawada" nil (z aa0 w aa1 d ax)) +("zawadzki" nil (z aa0 v aa1 jh k iy0)) +("zawislak" nil (z aa0 v ih1 s l ax k)) +("zawistowski" nil (z aa0 v ih0 s t ao1 f s k iy0)) +("zayac" nil (z ay1 ax k)) +("zayas" nil (z ey1 aa0 z)) +("zayed" nil (z ey1 ax d)) +("zayre" nil (z ey1 r)) +("zazueta" nil (z aa0 z w eh1 t ax)) +("zbigniew" nil (z b ih1 g n uw0)) +("zbikowski" nil (z b ih0 k aw1 s k iy0)) +("zbinden" nil (z b ay1 n d ax n)) +("zdrojewski" nil (z d r oy1 uw1 s k iy0)) +("ze" nil (z iy1)) +("zea" nil (z iy1)) +("zeagler" nil (z iy1 g l er0)) +("zeal" nil (z iy1 l)) +("zealand" nil (z iy1 l ax n d)) +("zealanders" nil (z iy1 l ax n d er0 z)) +("zealot" nil (z eh1 l ax t)) +("zealotry" nil (z eh1 l ax t r iy0)) +("zealots" nil (z eh1 l ax t s)) +("zealous" nil (z eh1 l ax s)) +("zealously" nil (z iy1 l ax s l iy0)) +("zebell" nil (z iy1 b eh0 l)) +("zebley" nil (z eh1 b l iy0)) +("zebra" nil (z iy1 b r ax)) +("zebras" nil (z iy1 b r ax z)) +("zebrowski" nil (z ax b r ao1 f s k iy0)) +("zebulon" nil (z iy1 b ax l ax n)) +("zecca" nil (z eh1 k ax)) +("zech" nil (z eh1 k)) +("zecher" nil (z eh1 k er0)) +("zechman" nil (z eh1 k m ax n)) +("zeck" nil (z eh1 k)) +("zeckendorf" nil (z eh1 k ax n d ao1 r f)) +("zed" nil (z eh1 d)) +("zedekiah" nil (z eh1 d ax k ay1 ax)) +("zedillo" nil (z ey1 d iy1 ow0)) +("zee" nil (z iy1)) +("zeeb" nil (z iy1 b)) +("zeebrugge" nil (z iy1 b r uw1 g iy0)) +("zeek" nil (z iy1 k)) +("zeeland" nil (z iy1 l ax n d)) +("zeeman" nil (z iy1 m ax n)) +("zeff" nil (z eh1 f)) +("zeffirelli" nil (z eh1 f ih0 r eh1 l iy0)) +("zegeer" nil (z ih0 g ih1 r)) +("zeger" nil (z iy1 g er0)) +("zegers" nil (z iy1 g er0 z)) +("zeglin" nil (z eh1 g l ih0 n)) +("zeh" nil (z eh1)) +("zehnder" nil (z eh1 n d er0)) +("zehner" nil (z eh1 n er0)) +("zehntel" nil (z eh1 n t eh1 l)) +("zehr" nil (z eh1 r)) +("zehren" nil (z eh1 r ax n)) +("zehring" nil (z eh1 r ih0 ng)) +("zeibel" nil (z ay1 b ax l)) +("zeichner" nil (z ay1 k n er0)) +("zeiders" nil (z ay1 d er0 z)) +("zeidler" nil (z ay1 d ax l er0)) +("zeidman" nil (z ay1 d m ax n)) +("zeien" nil (z ay1 ax n)) +("zeiger" nil (z ay1 g er0)) +("zeigler" nil (z ay1 g ax l er0)) +("zeiler" nil (z ay1 l er0)) +("zeilinger" nil (z ay1 l ih0 ng er0)) +("zeimet" nil (z ay1 m ih0 t)) +("zeinab" nil (z ay1 n ae0 b)) +("zeiner" nil (z ay1 n er0)) +("zeis" nil (z iy1 z)) +("zeiser" nil (z ay1 s er0)) +("zeisler" nil (z ay1 s ax l er0)) +("zeiss" nil (z ay1 s)) +("zeit" nil (z ay1 t)) +("zeiter" nil (z ay1 t er0)) +("zeitgeist" nil (t s ay1 t g ay1 s t)) +("zeitler" nil (z ay1 t ax l er0)) +("zeitlin" nil (z ay1 t l ih0 n)) +("zeitung" nil (z ay1 t ax ng)) +("zeitz" nil (z iy1 t s)) +("zekauskas" nil (z ax k aw1 s k ax s)) +("zeke" nil (z iy1 k)) +("zel" nil (z eh1 l)) +("zelasko" nil (z ih0 l aa1 s k ow0)) +("zelaya" nil (z ey0 l ay1 ax)) +("zelazny" nil (z ih0 l aa1 z n iy0)) +("zelda" nil (z eh1 l d ax)) +("zeldin" nil (z eh1 l d ih0 n)) +("zele" nil (z iy1 l)) +("zelek" nil (z eh1 l ih0 k)) +("zelenak" nil (z eh1 l ih0 n ax k)) +("zelenka" nil (z ih0 l eh1 ng k ax)) +("zeleny" nil (z ih0 l iy1 n iy0)) +("zelesnik" nil (z ax l eh1 s n ih0 k)) +("zeleznik" nil (z ih0 l eh1 z n ih0 k)) +("zelia" nil (z eh1 l iy0 ax)) +("zelie" nil (z eh1 l iy0)) +("zelina" nil (z eh0 l iy1 n ax)) +("zelinka" nil (z ih0 l ih1 ng k ax)) +("zelinski" nil (z ih0 l ih1 n s k iy0)) +("zelinsky" nil (z ih0 l ih1 n s k iy0)) +("zelko" nil (z eh1 l k ow0)) +("zell" nil (z eh1 l)) +("zellars" nil (z eh1 l er0 z)) +("zelle" nil (z eh1 l)) +("zeller" nil (z eh1 l er0)) +("zellerbach" nil (z eh1 l er0 b aa1 k)) +("zellers" nil (z eh1 l er0 z)) +("zellman" nil (z eh1 l m ax n)) +("zellmer" nil (z eh1 l m er0)) +("zellner" nil (z eh1 l n er0)) +("zelma" nil (z eh1 l m ax)) +("zelman" nil (z eh1 l m ax n)) +("zelnick" nil (z eh1 l n ih0 k)) +("zelos" nil (z iy1 l ow0 z)) +("zelotes" nil (z eh1 l ax t s)) +("zeltner" nil (z eh1 l t n er0)) +("zeltzer" nil (z eh1 l t s er0)) +("zelvin" nil (z eh1 l v ih0 n)) +("zemaitis" nil (z eh1 m ay1 t ax s)) +("zeman" nil (z iy1 m ax n)) +("zemanek" nil (z eh1 m ax n ih0 k)) +("zemba" nil (z eh1 m b ax)) +("zembower" nil (z eh1 m b aw1 er0)) +("zembriski" nil (z eh0 m b r ih1 s k iy0)) +("zemel" nil (z eh1 m ax l)) +("zemin" nil (z iy1 m ih0 n)) +("zemke" nil (z eh1 m k)) +("zempel" nil (z eh1 m p ax l)) +("zen" nil (z eh1 n)) +("zena" nil (z iy1 n ax)) +("zenaida" nil (z ih0 n ey1 d ax)) +("zenas" nil (z iy1 n ax z)) +("zenchu" nil (z eh1 n ch uw1)) +("zenda" nil (z eh1 n d ax)) +("zendejas" nil (z iy1 n d ih0 jh ax z)) +("zender" nil (z eh1 n d er0)) +("zeneca" nil (z eh1 n ax k ax)) +("zeng" nil (z eh1 ng)) +("zenger" nil (z iy1 n jh er0)) +("zenia" nil (z ey1 n iy0 ax)) +("zenina" nil (z eh0 n iy1 n ax)) +("zenith" nil (z iy1 n ax th)) +("zenk" nil (z eh1 ng k)) +("zenker" nil (z eh1 ng k er0)) +("zenna" nil (z eh1 n ax)) +("zenner" nil (z eh1 n er0)) +("zeno" nil (z ey1 n ow0)) +("zenobia" nil (z ax n ow1 b iy0 ax)) +("zenon" nil (z iy1 n ax n)) +("zenor" nil (z eh1 n er0)) +("zens" nil (z eh1 n z)) +("zent" nil (z eh1 n t)) +("zentec" nil (z eh1 n t eh1 k)) +("zentner" nil (z eh1 n t n er0)) +("zentralsparkasse" nil (z eh1 n t r ax l s p aa1 r k aa1 z ih0)) +("zentz" nil (z eh1 n t s)) +("zenz" nil (z eh1 n z)) +("zeoli" nil (z iy0 aa1 l iy0)) +("zeos" nil (z iy1 ow1 s)) +("zepeda" nil (z ey0 p ey1 d ax)) +("zepp" nil (z eh1 p)) +("zeppelin" nil (z eh1 p ih0 l ih0 n)) +("zeppenfeld" nil (z eh1 p ax f eh1 l d)) +("zera" nil (z eh1 r ax)) +("zerbe" nil (z ih1 r b)) +("zerby" nil (z ih1 r b iy0)) +("zerilli" nil (z er0 iy1 l iy0)) +("zeringue" nil (z eh1 r ih0 ng)) +("zerkle" nil (z ih1 r k ax l)) +("zerlina" nil (z er0 l iy1 n ax)) +("zerlinda" nil (z er0 l iy1 n d ax)) +("zermeno" nil (z er0 m eh1 n ow0)) +("zern" nil (z ih1 r n)) +("zero" nil (z ih1 r ow0)) +("zeroed" nil (z ih1 r ow0 d)) +("zeroes" nil (z ih1 r ow0 z)) +("zeroing" nil (z iy1 r ow0 ih0 ng)) +("zeros" nil (z ih1 r ow0 z)) +("zerr" nil (z ih1 r)) +("zertuche" nil (z ih1 r t ax k)) +("zervas" nil (z ih1 r v ax z)) +("zervos" nil (z ih1 r v ow0 z)) +("zest" nil (z eh1 s t)) +("zestful" nil (z eh1 s t f ax l)) +("zeta" nil (z ey1 t ax)) +("zettel" nil (z eh1 t ax l)) +("zettle" nil (z eh1 t ax l)) +("zettlemoyer" nil (z eh1 t l ih0 m oy0 er0)) +("zettler" nil (z eh1 t l er0)) +("zeus" nil (z uw1 s)) +("zev" nil (z eh1 v)) +("zeva" nil (z ey1 v ax)) +("zhan" nil (z aa1 n)) +("zhang" nil (zh ae1 ng)) +("zhao" nil (zh aw1)) +("zhejiang" nil (zh iy1 jh aa1 ng)) +("zheng" nil (z eh1 ng)) +("zhirinovsky" nil (zh ih1 r ax n aa1 f s k iy0)) +("zhivago" nil (zh ih0 v aa1 g ow0)) +("zhivkov" nil (zh ih1 v k aa0 v)) +("zhou" nil (z uw1)) +("zhu" nil (z uw1)) +("zhuhai" nil (z uw1 hh ay1)) +("zia" nil (z iy1 ax)) +("zibell" nil (z ay1 b eh0 l)) +("ziccardi" nil (z iy0 k aa1 r d iy0)) +("zich" nil (z ih1 ch)) +("zick" nil (z ih1 k)) +("zickefoose" nil (z ih1 k ih0 f uw0 s)) +("zico" nil (z iy1 k ow0)) +("zidek" nil (z ih1 d ih0 k)) +("zieba" nil (z iy1 b ax)) +("ziebarth" nil (z iy1 b aa0 r th)) +("ziebell" nil (z iy1 b eh0 l)) +("zieg" nil (z iy1 g)) +("ziegenbein" nil (z iy1 g ih0 n b ay0 n)) +("ziegenfuss" nil (z iy1 g ih0 n f ax s)) +("ziegenhorn" nil (z iy1 g ih0 n hh er0 n)) +("zieger" nil (z iy1 g er0)) +("ziegler" nil (z iy1 g l er0)) +("ziehl" nil (z iy1 l)) +("ziehm" nil (z iy1 m)) +("ziel" nil (z iy1 l)) +("zielinski" nil (z iy0 l ih1 n s k iy0)) +("zielke" nil (z iy1 l k)) +("zieman" nil (z iy1 m ax n)) +("ziemann" nil (z iy1 m ax n)) +("ziemba" nil (z iy1 m b ax)) +("ziemer" nil (z iy1 m er0)) +("ziemian" nil (z iy1 m iy0 ax n)) +("ziemke" nil (z iy1 m k)) +("zientek" nil (z iy1 n t ih0 k)) +("zier" nil (z ih1 r)) +("zierke" nil (z iy1 r k)) +("ziesemer" nil (z iy1 s iy0 m er0)) +("zieske" nil (z iy1 s k)) +("ziesmer" nil (z iy1 s ax m er0)) +("zietlow" nil (z iy1 t l ow0)) +("zietz" nil (z iy1 t s)) +("ziff" nil (z ih1 f)) +("zig" nil (z ih1 g)) +("ziggurat" nil (z ih1 g er0 ae1 t)) +("ziggurats" nil (z ih1 g er0 ae1 t s)) +("ziglar" nil (z ih1 g l er0)) +("zigler" nil (z ay1 g ax l er0)) +("zigman" nil (z ih1 g m ax n)) +("zigzag" nil (z ih1 g z ae0 g)) +("zigzagged" nil (z ih1 g z ae0 g d)) +("zigzagging" nil (z ih1 g z ae0 g ih0 ng)) +("zigzags" nil (z ih1 g z ae0 g z)) +("zika" nil (z ih1 k ax)) +("zike" nil (z ay1 k)) +("zil" nil (z ih1 l)) +("zilber" nil (z ih1 l b er0)) +("zilch" nil (z ih1 l ch)) +("zilka" nil (z ih1 l k ax)) +("zilkha" nil (z ih1 l k hh ax)) +("zill" nil (z ih1 l)) +("zilla" nil (z ih1 l ax)) +("zillah" nil (z ih1 l ax)) +("ziller" nil (z ih1 l er0)) +("zillion" nil (z ih1 l y ax n)) +("zillions" nil (z ih1 l y ax n z)) +("zillmer" nil (z ih1 l m er0)) +("zilvia" nil (z ih1 l v iy0 ax)) +("zim" nil (z ih1 m)) +("zima" nil (z iy1 m ax)) +("zimbabwe" nil (z ih0 m b aa1 b w ey0)) +("zimbabwean" nil (z ih0 m b aa1 b w iy0 ax n)) +("zimbalist" nil (z ih1 m b ax l ih0 s t)) +("zimbelman" nil (z ih1 m b ax l m ax n)) +("zimdars" nil (z ih1 m d er0 z)) +("zimerman" nil (z ay1 m er0 m ax n)) +("zimmer" nil (z ih1 m er0)) +("zimmerer" nil (z ih1 m er0 er0)) +("zimmerle" nil (z ih1 m er0 ax l)) +("zimmerly" nil (z ih1 m er0 l iy0)) +("zimmerman" nil (z ih1 m er0 m ax n)) +("zimmermann" nil (z ih1 m er0 m ax n)) +("zimmers" nil (z ih1 m er0 z)) +("zimny" nil (z ih1 m n iy0)) +("zimpfer" nil (z ih1 m p f er0)) +("zinc" nil (z ih1 ng k)) +("zinck" nil (z ih1 ng k)) +("zinda" nil (z ih1 n d ax)) +("zinder" nil (z ih1 n d er0)) +("zinfandel" nil (z ih1 n f ax n d eh1 l)) +("zing" nil (z ih1 ng)) +("zingale" nil (z ih0 ng g aa1 l iy0)) +("zingaro" nil (z ih0 ng g aa1 r ow0)) +("zinger" nil (z ih1 ng er0)) +("zingg" nil (z ih1 ng g)) +("zingler" nil (z ih1 ng g ax l er0)) +("zinia" nil (z iy1 n iy0 ax)) +("zink" nil (z ih1 ng k)) +("zinke" nil (z ih1 ng k)) +("zinman" nil (z ih1 n m ax n)) +("zinn" nil (z ih1 n)) +("zinner" nil (z ih1 n er0)) +("zinni" nil (z ih1 n iy0)) +("zinnia" nil (z ih1 n iy0 ax)) +("zinnias" nil (z ih1 n iy0 ax z)) +("zinno" nil (z ih1 n ow0)) +("zins" nil (z ih1 n z)) +("zinser" nil (z ih1 n s er0)) +("zinsmeister" nil (z ih1 n s m ay0 s t er0)) +("zinter" nil (z ih1 n t er0)) +("ziobro" nil (z iy0 ow1 b r ow0)) +("ziolkowski" nil (z iy0 ow0 l k ao1 f s k iy0)) +("ziomek" nil (z iy0 ow1 m eh0 k)) +("zion" nil (z ay1 ax n)) +("zionism" nil (z ay1 ax n ih1 z ax m)) +("zionist" nil (z ay1 ax n ih0 s t)) +("zionists" nil (z ay1 ax n ih0 s t s)) +("zions" nil (z ay1 ax n z)) +("zip" nil (z ih1 p)) +("zipf" nil (z ih1 p f)) +("zipfel" nil (z ih1 p f ax l)) +("zipkin" nil (z ih1 p k ih0 n)) +("zipless" nil (z ih1 p l ax s)) +("zipp" nil (z ih1 p)) +("zipped" nil (z ih1 p t)) +("zipper" nil (z ih1 p er0)) +("zippered" nil (z ih1 p er0 d)) +("zipperer" nil (z ih1 p er0 er0)) +("zippering" nil (z ih1 p er0 ih0 ng)) +("zippers" nil (z ih1 p er0 z)) +("zipping" nil (z ih1 p ih0 ng)) +("zippo" nil (z ih1 p ow0)) +("zippora" nil (z iy0 p ao1 r ax)) +("zippy" nil (z ih1 p iy0)) +("zirbel" nil (z er1 b ax l)) +("zirbes" nil (z er1 b z)) +("zircon" nil (z er1 k ax n)) +("zirconium" nil (z er0 k ow1 n iy0 ax m)) +("zirconiums" nil (z er0 k ow1 n iy0 ax m z)) +("zircons" nil (z er1 k aa0 n z)) +("zirk" nil (z er1 k)) +("zirkel" nil (z er1 k ax l)) +("zirkelbach" nil (z er1 k ih0 l b aa0 k)) +("zirkle" nil (z er1 k ax l)) +("zisa" nil (z ay1 s ax)) +("zises" nil (z ay1 z ih0 z)) +("zisk" nil (z ih1 s k)) +("ziska" nil (z ih1 s k ax)) +("zisson" nil (z ih1 s ax n)) +("zita" nil (z iy1 t ax)) +("zitek" nil (z ih1 t ih0 k)) +("zither" nil (z ih1 dh er0)) +("zithers" nil (z ih1 dh er0 z)) +("zito" nil (z iy1 t ow0)) +("zittel" nil (z ih1 t ax l)) +("ziv" nil (z ih1 v)) +("ziyad" nil (z iy1 ae0 d)) +("ziyang" nil (zh iy0 ae1 ng)) +("zizzo" nil (z ih1 z ow0)) +("zlata" nil (z l aa1 t ah1)) +("zlogar" nil (z l ow1 g er0)) +("zlotnick" nil (z l aa1 t n ih0 k)) +("zloty" nil (z l ao1 t iy0)) +("zlotys" nil (z l ao1 t iy0 z)) +("zmijewski" nil (z m iy0 uw1 s k iy0)) +("zobel" nil (z ow1 b ax l)) +("zobrist" nil (z aa1 b r ih0 s t)) +("zoch" nil (z aa1 k)) +("zocor" nil (z ow1 k er0)) +("zodiac" nil (z ow1 d iy0 ae1 k)) +("zody" nil (z ow1 d iy0)) +("zoe" nil (z ow1 iy0)) +("zoeller" nil (z ow1 l er0)) +("zoellick" nil (z ow1 l ih0 k)) +("zoellner" nil (z ow1 l n er0)) +("zoete" nil (z ow1 t iy0)) +("zofran" nil (z ow1 f r ae1 n)) +("zogg" nil (z aa1 g)) +("zoghby" nil (z ow1 b iy0)) +("zola" nil (z ow1 l ax)) +("zoll" nil (z aa1 l)) +("zollars" nil (z aa1 l er0 z)) +("zoller" nil (z aa1 l er0)) +("zollinger" nil (z aa1 l ih0 ng er0)) +("zollman" nil (z aa1 l m ax n)) +("zollner" nil (z aa1 l n er0)) +("zollo" nil (z aa1 l ow0)) +("zolman" nil (z aa1 l m ax n)) +("zoloft" nil (z aa1 l aa0 f t)) +("zolp" nil (z ow1 l p)) +("zoltan" nil (z ow1 l t ax n)) +("zombie" nil (z aa1 m b iy0)) +("zombies" nil (z aa1 m b iy0 z)) +("zon" nil (z ao1 n)) +("zona" nil (z ow1 n ax)) +("zondervan" nil (z aa1 n d er0 v ae0 n)) +("zone" nil (z ow1 n)) +("zoned" nil (z ow1 n d)) +("zones" nil (z ow1 n z)) +("zoning" nil (z ow1 n ih0 ng)) +("zoo" nil (z uw1)) +("zook" nil (z uh1 k)) +("zoological" nil (z uw1 l aa1 jh ih0 k ax l)) +("zoologist" nil (z ow0 aa1 l ax jh ax s t)) +("zoology" nil (z ow0 aa1 l ax jh iy0)) +("zoom" nil (z uw1 m)) +("zoomed" nil (z uw1 m d)) +("zooming" nil (z uw1 m ih0 ng)) +("zooms" nil (z uw1 m z)) +("zoos" nil (z uw1 z)) +("zopfi" nil (z ow1 p f iy0)) +("zora" nil (z ao1 r ax)) +("zorah" nil (z ao1 r ax)) +("zoran" nil (z ao1 r ax n)) +("zorana" nil (z ao0 r ae1 n ax)) +("zorich" nil (z ao1 r ih0 k)) +("zorina" nil (z ao0 r iy1 n ax)) +("zorine" nil (z ao0 r iy1 n iy0)) +("zorinsky" nil (z ao0 r ih1 n s k iy0)) +("zorn" nil (z ao1 r n)) +("zornes" nil (z ao1 r n z)) +("zornow" nil (z ao1 r n aw0)) +("zortman" nil (z ao1 r t m ax n)) +("zorzi" nil (z ao1 r z iy0)) +("zosen" nil (z ow1 z ax n)) +("zoss" nil (z ao1 s)) +("zoster" nil (z aa1 s t er0)) +("zotos" nil (z ow1 t ow0 z)) +("zotter" nil (z aa1 t er0)) +("zoucha" nil (z uw1 hh ax)) +("zovirax" nil (z ow1 v ih0 r ae0 k s)) +("zsa" nil (zh aa1)) +("zsazsa" nil (zh aa1 zh aa1)) +("zschau" nil (zh aw1)) +("zuba" nil (z uw1 b ax)) +("zube" nil (z uw1 b)) +("zuber" nil (z uw1 b er0)) +("zubia" nil (z uw1 b iy0 ax)) +("zubillaga" nil (z uw1 b ih0 l aa1 g ax)) +("zubin" nil (z uw1 b ih0 n)) +("zuboff" nil (z uw1 b ao0 f)) +("zubrod" nil (z ah1 b r ax d)) +("zuccarelli" nil (z uw0 k er0 eh1 l iy0)) +("zuccaro" nil (z uw0 k aa1 r ow0)) +("zucchini" nil (z uw0 k iy1 n iy0)) +("zucco" nil (z uw1 k ow0)) +("zuch" nil (z ah1 ch)) +("zuchowski" nil (z ax hh ao1 f s k iy0)) +("zuck" nil (z ah1 k)) +("zucker" nil (z ah1 k er0)) +("zuckerman" nil (z ah1 k er0 m ax n)) +("zue" nil (z uw1)) +("zuege" nil (z uw1 jh)) +("zuehlke" nil (z uh1 l k)) +("zuelke" nil (z uw1 l k)) +("zuercher" nil (z uh1 r k er0)) +("zufall" nil (z uw1 f ax l)) +("zufelt" nil (z ah1 f ih0 l t)) +("zug" nil (z ah1 g)) +("zuhlke" nil (z uw1 l k)) +("zuidema" nil (z uw0 ih0 d eh1 m ax)) +("zuk" nil (z ah1 k)) +("zukas" nil (z uw1 k ax z)) +("zuker" nil (z uw1 k er0)) +("zukerman" nil (z uw1 k er0 m ax n)) +("zukin" nil (z uw1 k ih0 n)) +("zukowski" nil (z ax k ao1 f s k iy0)) +("zulauf" nil (z uw1 l aw0 f)) +("zuleger" nil (z uw1 l ih0 g er0)) +("zulfikar" nil (z ah1 l f ih0 k aa1 r)) +("zulli" nil (z uw1 l iy0)) +("zullo" nil (z uw1 l ow0)) +("zulu" nil (z uw1 l uw1)) +("zuluaga" nil (z uw1 l uw0 aa1 g ax)) +("zulus" nil (z uw1 l uw0 z)) +("zumbro" nil (z ah1 m b r ow0)) +("zumbrun" nil (z ah1 m b r ax n)) +("zumel" nil (z uw1 m eh1 l)) +("zummo" nil (z uw1 m ow0)) +("zumpano" nil (z uw0 m p aa1 n ow0)) +("zumstein" nil (z ah1 m s t iy1 n)) +("zumwalt" nil (z ah1 m w ax l t)) +("zundel" nil (z ah1 n d ax l)) +("zuniga" nil (z uw0 n iy1 g ax)) +("zunino" nil (z uw0 n iy1 n ow0)) +("zunker" nil (z ah1 ng k er0)) +("zupan" nil (z uw1 p ax n)) +("zupancic" nil (z ax p ae1 ng k ih0 k)) +("zupko" nil (z ah1 p k ow0)) +("zurawski" nil (z er0 aa1 f s k iy0)) +("zurcher" nil (z er1 k er0)) +("zurek" nil (z uh1 r eh0 k)) +("zurfluh" nil (z er1 f l uw0)) +("zurich" nil (z uh1 r ih0 k)) +("zurita" nil (z er0 ay1 t ax)) +("zurkuhlen" nil (z er0 k y uw1 l ax n)) +("zurn" nil (z er1 n)) +("zurowski" nil (z er0 ao1 f s k iy0)) +("zuver" nil (z uw1 v er0)) +("zwack" nil (z w ao1 k)) +("zwahlen" nil (z w aa1 l ax n)) +("zwart" nil (z w ao1 r t)) +("zweber" nil (z w iy1 b er0)) +("zweibel" nil (z w ay1 b ax l)) +("zweifel" nil (z w ay1 f ax l)) +("zweig" nil (z w ay1 g)) +("zwerdling" nil (z w er1 d l ih0 ng)) +("zwetchkenbaum" nil (z w eh1 ch k ax n b aa0 m)) +("zwick" nil (z w ih1 k)) +("zwicker" nil (z w ih1 k er0)) +("zwicky" nil (z w ih1 k iy0)) +("zwiebel" nil (z w iy1 b ax l)) +("zwiefelhofer" nil (z w iy1 f ax l hh aa1 f er0)) +("zwieg" nil (z w iy1 g)) +("zwilling" nil (z w ih1 l ih0 ng)) +("zwolinski" nil (z v ax l ih1 n s k iy0)) +("zycad" nil (z ih1 k ae1 d)) +("zych" nil (z ay1 ch)) +("zycher" nil (z ih1 k er0)) +("zydeco" nil (z ay1 d eh1 k ow1)) +("zygmunt" nil (z ih1 g m ax n t)) +("zygote" nil (z ay1 g ow0 t)) +("zyla" nil (z ih1 l ax)) +("zylka" nil (z ih1 l k ax)) +("zylstra" nil (z ih1 l s t r ax)) +("zyman" nil (z ay1 m ax n)) +("zynda" nil (z ih1 n d ax)) +("zysk" nil (z ay1 s k)) +("zyskowski" nil (z ih0 s k ao1 f s k iy0)) +("zywicki" nil (z ih0 w ih1 k iy0)) +("zzzz" nil (z iy1 z)) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict_compile.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict_compile.scm new file mode 100644 index 0000000000000000000000000000000000000000..c49c931cdf3d4bfe42a3f1730157ba3b7af380ce --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/cmu/cmudict_compile.scm @@ -0,0 +1,41 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 2008 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Compile the lexicon +;;; + +(load "cmulex.scm") +(lex.compile "all.scm" "cmudict-0.4.out") + + + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/wsj.wp39.poslexR b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/wsj.wp39.poslexR new file mode 100644 index 0000000000000000000000000000000000000000..e3a8f472e99ddc9df8d99ac1a157eb10bf38450f --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/dicts/wsj.wp39.poslexR @@ -0,0 +1,33418 @@ +MNCL +("!" ((punc -7.515) ) () ) +("#" ((punc -6.708) ) () ) +("$" ((punc -2.807) ) () ) +("%" ((jj -8.774) (nn -3.286) ) () ) +("&" ((cc -3.152) (sym -4.094) ) () ) +("'" ((pos -2.600) (punc -6.814) ) () ) +("''" ((punc -2.805) ) () ) +("'30s" ((cd -10.462) (nns -10.949) ) () ) +("'40s" ((cd -9.769) (nns -10.949) ) () ) +("'50s" ((cd -10.462) (nns -10.255) ) () ) +("'60s" ((nns -10.255) ) () ) +("'68" ((cd -10.462) ) () ) +("'70s" ((nns -9.562) ) () ) +("'71" ((cd -10.462) ) () ) +("'80s" ((cd -9.769) (nns -9.562) ) () ) +("'82" ((cd -10.462) ) () ) +("'86" ((cd -9.363) ) () ) +("'87" ((cd -9.075) ) () ) +("'90s" ((nns -10.255) ) () ) +("'d" ((md -4.888) (nnp -10.016) (vbd -8.345) ) () ) +("'em" ((prp -8.735) ) () ) +("'ll" ((md -4.409) ) () ) +("'m" ((vbp -4.507) ) () ) +("'n" ((cc -10.033) (nnp -11.403) ) () ) +("'n'" ((cc -8.423) ) () ) +("'re" ((vbp -3.580) ) () ) +("'s" ((nnp -9.005) (nns -10.949) (pos -0.077) (prp -7.924) (vbz -2.848) ) () ) +("'t-" ((prp -10.121) ) () ) +("'til" ((in -10.957) (rb -10.299) ) () ) +("'ve" ((vb -10.141) (vbp -4.243) ) () ) +("(" ((punc -4.539) ) () ) +(")" ((punc -4.527) ) () ) +("," ((punc -0.884) ) () ) +("-" ((punc -7.260) ) () ) +("--" ((punc -4.020) ) () ) +("-0.06" ((cd -10.462) ) () ) +("." ((punc -1.115) ) () ) +("..." ((punc -6.428) ) () ) +(".125" ((cd -10.462) ) () ) +(".270" ((cd -10.462) ) () ) +(".50" ((cd -10.462) ) () ) +(".9.82" ((cd -10.462) ) () ) +(";" ((punc -4.503) ) () ) +("=" ((sym -2.996) ) () ) +("?" ((punc -5.666) ) () ) +("@" ((in -10.264) (sym -3.401) ) () ) +("`" ((punc -6.942) ) () ) +("``" ((punc -2.803) ) () ) +("a" ((dt -1.411) (fw -3.624) (in -10.957) (jj -10.971) (ls -3.114) (nn -9.667) (nnp -7.574) (sym -1.696) ) () ) +("a$" ((punc -8.934) ) () ) +("a&e" ((nnp -11.403) ) () ) +("a&m" ((nnp -11.403) ) () ) +("a&p" ((nnp -10.709) ) () ) +("a&w" ((nnp -11.403) ) () ) +("a's" ((nnp -10.709) ) () ) +("a-1" ((nn -11.747) ) () ) +("a-2" ((nn -11.054) ) () ) +("a-body" ((jj -9.872) ) () ) +("a-d" ((nnp -11.403) ) () ) +("a-men" ((nns -10.949) ) () ) +("a." ((jj -10.971) (nn -8.281) (nnp -7.213) ) () ) +("a.c." ((nnp -10.016) ) () ) +("a.d.l." ((nnp -11.403) ) () ) +("a.e." ((nnp -11.403) ) () ) +("a.f." ((nnp -11.403) ) () ) +("a.g." ((nnp -9.611) ) () ) +("a.h." ((nnp -10.016) ) () ) +("a.k.a." ((jj -10.971) ) () ) +("a.m" ((nn -11.747) (rb -7.164) ) () ) +("a.m." ((nn -8.569) (rb -7.660) ) () ) +("a.p." ((nnp -9.205) ) () ) +("a.s." ((nnp -11.403) ) () ) +("a.t.b." ((nnp -11.403) ) () ) +("a310-300s" ((nnp -11.403) ) () ) +("a330-300s" ((nns -10.949) ) () ) +("aaron" ((nnp -11.403) ) () ) +("ab" ((nnp -8.763) ) () ) +("aba" ((nnp -10.016) ) () ) +("abalkin" ((nnp -10.709) ) () ) +("abandon" ((vb -7.577) (vbp -9.367) ) () ) +("abandoned" ((vbd -8.499) (vbn -7.147) ) () ) +("abandoning" ((vbg -7.747) ) () ) +("abandonment" ((nn -11.747) ) () ) +("abandons" ((vbz -9.233) ) () ) +("abashed" ((jj -10.971) ) () ) +("abate" ((vb -9.448) ) () ) +("abated" ((vbn -9.162) ) () ) +("abatement" ((nn -10.648) ) () ) +("abates" ((vbz -9.926) ) () ) +("abating" ((vbg -8.440) ) () ) +("abb" ((nnp -9.793) ) () ) +("abbe" ((nnp -11.403) ) () ) +("abbett" ((nnp -11.403) ) () ) +("abbey" ((nnp -11.403) ) () ) +("abbie" ((nnp -9.323) ) () ) +("abbot" ((nnp -10.709) ) () ) +("abbott" ((nnp -10.304) ) () ) +("abboud" ((nnp -11.403) ) () ) +("abby" ((nnp -9.793) ) () ) +("abc" ((nnp -7.511) ) () ) +("abc-tv" ((nnp -11.403) ) () ) +("abdicate" ((vbp -9.367) ) () ) +("abducted" ((nn -11.054) ) () ) +("abduction" ((nn -11.054) ) () ) +("abel" ((nnp -11.403) ) () ) +("aberdeen" ((nnp -10.709) ) () ) +("aberration" ((nn -11.054) ) () ) +("abetting" ((vbg -9.539) ) () ) +("abie" ((nnp -11.403) ) () ) +("abilities" ((nns -10.949) ) () ) +("ability" ((nn -7.403) ) () ) +("abitibi-price" ((nnp -11.403) ) () ) +("able" ((jj -5.853) (nnp -11.403) ) () ) +("abm" ((nnp -9.100) ) () ) +("abney" ((nnp -11.403) ) () ) +("abnormal" ((jj -9.585) ) () ) +("aboard" ((in -9.859) (rb -9.201) ) () ) +("aboff" ((nnp -11.403) ) () ) +("abolish" ((vb -8.196) ) () ) +("abolished" ((vbn -8.469) ) () ) +("abolishing" ((vbg -9.539) ) () ) +("abolition" ((nn -11.747) ) () ) +("abominable" ((jj -10.971) ) () ) +("aborted" ((jj -9.585) (vbn -9.162) ) () ) +("abortion" ((nn -7.074) (nnp -10.016) ) () ) +("abortion-funding" ((jj -10.971) ) () ) +("abortion-related" ((jj -10.971) ) () ) +("abortion-rights" ((jj -10.278) (nns -8.310) ) () ) +("abortionist" ((nn -11.054) ) () ) +("abortions" ((nns -7.653) ) () ) +("abortive" ((jj -10.971) ) () ) +("abound" ((vbp -8.268) ) () ) +("abounded" ((vbd -9.598) ) () ) +("abounding" ((vbg -9.539) ) () ) +("about" ((in -3.648) (jj -10.971) (rb -3.921) (rbr -7.419) (rp -4.856) ) () ) +("about-face" ((nn -11.747) ) () ) +("above" ((in -6.129) (jj -8.892) (rb -8.508) ) () ) +("above-average" ((jj -10.971) ) () ) +("above-market" ((jj -10.278) ) () ) +("abraham" ((nnp -10.304) ) () ) +("abrahams" ((nnp -11.403) ) () ) +("abrams" ((nnp -10.304) ) () ) +("abramson" ((nnp -9.793) ) () ) +("abrasive" ((jj -10.971) (nn -11.747) ) () ) +("abrasives" ((nns -10.949) ) () ) +("abreast" ((nnp -11.403) ) () ) +("abridging" ((vbg -9.539) ) () ) +("abroad" ((rb -6.515) ) () ) +("abrupt" ((jj -9.179) ) () ) +("abruptly" ((rb -8.102) ) () ) +("abscam-indicted" ((jj -10.971) ) () ) +("absence" ((nn -9.039) ) () ) +("absences" ((nns -10.255) ) () ) +("absent" ((1 -4.727) (jj -9.872) ) () ) +("absenteeism" ((nn -11.747) ) () ) +("absolute" ((jj -8.892) ) () ) +("absolutely" ((rb -7.208) ) () ) +("absolutism" ((nn -11.054) ) () ) +("absorb" ((vb -7.433) (vbp -9.367) ) () ) +("absorbed" ((vbd -9.598) (vbn -7.909) ) () ) +("absorbent" ((jj -10.971) ) () ) +("absorbing" ((vbg -9.539) ) () ) +("absorbs" ((vbz -9.233) ) () ) +("absorption" ((nn -11.747) ) () ) +("abstained" ((vbd -9.598) ) () ) +("abstentions" ((nns -10.949) ) () ) +("abstract" ((jj -9.872) ) () ) +("abstracts" ((nns -10.949) ) () ) +("absurd" ((jj -9.362) ) () ) +("absurdity" ((nn -11.747) ) () ) +("abu" ((nnp -11.403) ) () ) +("abundant" ((jj -10.278) ) () ) +("abuse" ((nn -9.349) ) () ) +("abused" ((jj -10.278) (vbd -10.291) (vbn -9.162) ) () ) +("abuses" ((nns -9.850) ) () ) +("abusing" ((vbg -9.539) ) () ) +("abusive" ((jj -10.971) ) () ) +("abuzz" ((jj -10.971) ) () ) +("abyss" ((nn -11.747) ) () ) +("ac&r" ((nnp -10.304) ) () ) +("academe" ((nn -11.747) ) () ) +("academia" ((nn -11.747) ) () ) +("academic" ((jj -7.880) (nn -11.747) (nnp -10.709) ) () ) +("academically" ((rb -10.299) ) () ) +("academics" ((nns -9.562) ) () ) +("academy" ((nn -10.360) (nnp -9.005) ) () ) +("acadia" ((nnp -9.611) ) () ) +("acccounting" ((nn -11.747) ) () ) +("accede" ((vb -9.448) ) () ) +("acceded" ((vbd -10.291) ) () ) +("accelerate" ((vb -8.532) (vbp -9.367) ) () ) +("accelerated" ((jj -10.971) (vbd -8.905) (vbn -9.855) ) () ) +("accelerates" ((vbz -9.233) ) () ) +("accelerating" ((jj -10.971) (vbg -7.593) ) () ) +("acceleration" ((nn -10.137) ) () ) +("accent" ((nn -11.054) ) () ) +("accents" ((nns -10.949) ) () ) +("accept" ((vb -6.210) (vbp -7.575) ) () ) +("acceptable" ((jj -8.573) ) () ) +("acceptance" ((nn -10.137) (nnp -8.763) ) () ) +("acceptances" ((nnps -7.036) (nns -8.464) ) () ) +("accepted" ((jj -8.892) (nnp -11.403) (vbd -7.072) (vbn -7.083) ) () ) +("accepting" ((vbg -6.900) ) () ) +("accepts" ((vbz -7.980) ) () ) +("accesory" ((nn -11.747) ) () ) +("access" ((nn -7.604) (vb -9.448) ) () ) +("accessible" ((jj -9.872) ) () ) +("accessories" ((nns -8.464) ) () ) +("accessory" ((jj -10.971) ) () ) +("accident" ((nn -8.802) (nnp -10.709) ) () ) +("accidentally" ((rb -9.606) ) () ) +("accidents" ((nns -10.949) ) () ) +("acclaim" ((nn -11.054) (vb -10.141) ) () ) +("acclaimed" ((jj -10.278) ) () ) +("acco" ((nnp -11.403) ) () ) +("accolade" ((nn -11.747) ) () ) +("accolades" ((nns -10.949) ) () ) +("accommodate" ((vb -7.577) (vbp -9.367) ) () ) +("accommodated" ((vbn -9.162) ) () ) +("accommodation" ((nn -11.747) ) () ) +("accommodations" ((nns -10.255) ) () ) +("accommodative" ((jj -10.971) ) () ) +("accomodate" ((vb -10.141) ) () ) +("accompanied" ((vbn -7.553) ) () ) +("accompanies" ((vbz -8.317) ) () ) +("accompaniment" ((nn -10.648) ) () ) +("accompanist" ((nn -11.747) ) () ) +("accompany" ((vb -9.043) ) () ) +("accompanying" ((jj -10.278) (vbg -7.342) ) () ) +("accomplish" ((vb -8.196) ) () ) +("accomplished" ((jj -10.971) (vbn -8.246) ) () ) +("accomplishing" ((vbg -9.539) ) () ) +("accomplishment" ((nn -11.054) ) () ) +("accomplishments" ((nns -9.562) ) () ) +("accor" ((nnp -9.611) ) () ) +("accord" ((nn -7.776) (nnp -9.457) (vb -10.141) ) () ) +("accordance" ((nn -10.648) ) () ) +("accorded" ((vbn -9.855) ) () ) +("according" ((vbg -3.594) ) () ) +("accordingly" ((rb -8.220) ) () ) +("accords" ((nnp -11.403) (nnps -7.036) (nns -8.869) ) () ) +("account" ((nn -6.943) (nnp -10.304) (vb -7.839) (vbp -6.189) ) () ) +("account-churning" ((nn -11.747) ) () ) +("accountability" ((nn -10.360) ) () ) +("accountable" ((jj -10.278) ) () ) +("accountant" ((nn -10.360) ) () ) +("accountants" ((nns -8.869) ) () ) +("accounted" ((vbd -7.113) (vbn -8.063) ) () ) +("accounting" ((jj -10.971) (nn -7.962) (nnp -9.100) (vbg -7.342) ) () ) +("accounting-rules" ((jj -10.971) ) () ) +("accounts" ((nnps -7.729) (nns -6.471) (vbz -7.093) ) () ) +("accreted" ((vbn -9.855) ) () ) +("accrual" ((nn -11.747) ) () ) +("accruals" ((nns -10.949) ) () ) +("accrue" ((vb -8.755) ) () ) +("accrued" ((jj -9.872) (vbn -7.370) ) () ) +("accrues" ((vbz -9.926) ) () ) +("accruing" ((vbg -8.153) ) () ) +("accumulate" ((vbp -8.674) ) () ) +("accumulated" ((vbn -7.909) ) () ) +("accumulating" ((vbg -8.846) ) () ) +("accumulation" ((nn -10.648) (nnp -11.403) ) () ) +("accuracy" ((nn -10.360) ) () ) +("accurate" ((jj -8.573) ) () ) +("accurately" ((rb -8.220) ) () ) +("accusations" ((nns -8.869) ) () ) +("accuse" ((vbp -7.981) ) () ) +("accused" ((nnp -11.403) (vbd -7.583) (vbn -6.636) ) () ) +("accuser" ((nn -11.747) ) () ) +("accusers" ((nns -10.255) ) () ) +("accuses" ((vbz -8.540) ) () ) +("accusing" ((vbg -7.460) ) () ) +("accustomed" ((jj -10.971) (vbn -9.162) ) () ) +("ace" ((nn -11.054) (nnp -11.403) ) () ) +("acetate" ((nn -11.747) ) () ) +("acetylene" ((nn -11.747) ) () ) +("achievable" ((jj -10.278) ) () ) +("achieve" ((vb -7.369) ) () ) +("achieved" ((vbd -8.211) (vbn -7.083) ) () ) +("achievement" ((nn -10.360) ) () ) +("achievement-test" ((nn -11.747) ) () ) +("achievements" ((nns -10.255) ) () ) +("achieves" ((vbz -9.233) ) () ) +("achieving" ((vbg -8.440) ) () ) +("aching" ((vbg -9.539) ) () ) +("acid" ((jj -10.278) (nn -10.137) ) () ) +("acid-rain" ((nn -10.648) ) () ) +("acidified" ((vbn -9.855) ) () ) +("acids" ((nns -10.949) ) () ) +("ackerman" ((nnp -9.100) ) () ) +("acknowledge" ((vb -9.043) (vbp -7.981) ) () ) +("acknowledged" ((vbd -7.295) (vbn -9.162) ) () ) +("acknowledgement" ((nn -11.747) ) () ) +("acknowledges" ((vbz -7.154) ) () ) +("acknowledging" ((vbg -8.153) ) () ) +("aclu" ((nnp -10.709) ) () ) +("acne" ((nn -10.648) ) () ) +("acorn" ((nnp -11.403) ) () ) +("acquainted" ((vbn -9.855) ) () ) +("acquiesce" ((vb -10.141) ) () ) +("acquiesced" ((vbd -10.291) ) () ) +("acquire" ((nn -11.747) (vb -5.236) ) () ) +("acquired" ((jj -9.872) (vbd -6.284) (vbn -5.565) ) () ) +("acquirer" ((nn -9.801) ) () ) +("acquirers" ((nns -9.339) ) () ) +("acquires" ((vbz -7.980) ) () ) +("acquiring" ((vbg -5.801) ) () ) +("acquisition" ((nn -6.548) (nnp -7.937) ) () ) +("acquisition-minded" ((jj -10.971) ) () ) +("acquisitions" ((nns -6.700) ) () ) +("acquisitive" ((jj -10.278) ) () ) +("acquit" ((vb -10.141) ) () ) +("acquittal" ((nn -11.747) ) () ) +("acquitted" ((vbn -8.063) ) () ) +("acre" ((nn -10.360) ) () ) +("acres" ((nnp -11.403) (nns -8.115) ) () ) +("acrimonious" ((jj -10.278) ) () ) +("acrimony" ((nn -10.648) ) () ) +("acronym" ((nn -11.747) ) () ) +("across" ((in -6.551) (rp -6.242) ) () ) +("across-the-board" ((jj -9.179) (nn -11.747) ) () ) +("across-the-board-cuts" ((nns -10.949) ) () ) +("acrylic" ((nnp -11.403) ) () ) +("act" ((nn -8.220) (nnp -7.574) (vb -6.615) (vbp -8.674) ) () ) +("acted" ((vbd -8.211) (vbn -8.246) ) () ) +("acting" ((jj -9.585) (nn -11.054) (nnp -11.403) (vbg -6.281) ) () ) +("action" ((nn -6.617) (nnp -10.016) ) () ) +("actionable" ((jj -10.971) ) () ) +("actions" ((nns -6.854) ) () ) +("activate" ((vbp -9.367) ) () ) +("activated" ((vbn -9.162) ) () ) +("active" ((jj -6.482) ) () ) +("actively" ((rb -7.591) ) () ) +("actives" ((nns -10.949) ) () ) +("activism" ((nn -11.747) ) () ) +("activist" ((jj -10.278) (nn -9.955) ) () ) +("activists" ((nns -7.616) ) () ) +("activities" ((nnps -7.729) (nns -6.530) ) () ) +("activity" ((nn -7.019) (nnp -11.403) ) () ) +("actor" ((nn -8.856) ) () ) +("actors" ((nns -8.384) ) () ) +("actress" ((nn -9.444) ) () ) +("acts" ((nns -8.058) (vbz -7.528) ) () ) +("actual" ((jj -6.396) ) () ) +("actually" ((rb -5.811) ) () ) +("actuary" ((nn -11.747) ) () ) +("acura" ((nnp -10.304) ) () ) +("acute" ((jj -10.971) ) () ) +("acuvue" ((nnp -11.403) ) () ) +("ad" ((fw -5.416) (nn -6.827) (nnp -10.016) ) () ) +("ad-free" ((jj -10.971) ) () ) +("ad-hoc" ((jj -10.971) ) () ) +("ad-supported" ((jj -10.971) ) () ) +("ad-unit" ((nn -11.747) ) () ) +("ada" ((nnp -10.709) ) () ) +("adage" ((nn -11.747) ) () ) +("adam" ((nnp -10.709) ) () ) +("adamant" ((jj -9.872) ) () ) +("adamantly" ((rb -10.299) ) () ) +("adamec" ((nnp -11.403) ) () ) +("adams" ((nnp -9.323) ) () ) +("adamski" ((nnp -11.403) ) () ) +("adapt" ((vb -9.448) (vbp -9.367) ) () ) +("adaptation" ((nn -10.648) ) () ) +("adapted" ((vbd -8.681) (vbn -7.909) ) () ) +("adapter" ((nn -11.747) ) () ) +("adapting" ((nn -11.747) (vbg -9.539) ) () ) +("adb" ((nnp -10.304) ) () ) +("add" ((vb -5.937) (vbp -6.882) ) () ) +("add-on" ((jj -10.971) ) () ) +("added" ((jj -9.025) (nnp -11.403) (vbd -4.685) (vbn -6.244) ) () ) +("addicted" ((jj -10.971) (vbn -9.162) ) () ) +("addiction-treatment" ((jj -10.278) ) () ) +("addictive" ((jj -10.971) ) () ) +("addicts" ((nns -10.255) ) () ) +("adding" ((vbg -5.157) ) () ) +("addington" ((nnp -10.709) ) () ) +("addison" ((nnp -9.323) ) () ) +("addition" ((nn -6.474) ) () ) +("additional" ((jj -5.921) ) () ) +("additionally" ((rb -8.508) ) () ) +("additions" ((nns -9.339) ) () ) +("additives" ((nns -10.949) ) () ) +("address" ((nn -9.549) (vb -7.146) (vbp -9.367) ) () ) +("addressed" ((vbd -8.905) (vbn -8.246) ) () ) +("addresses" ((nns -9.850) (vbz -9.233) ) () ) +("addressing" ((vbg -7.342) ) () ) +("adds" ((nnp -10.709) (vbz -5.164) ) () ) +("adelman" ((nnp -11.403) ) () ) +("adenocard" ((nn -11.747) ) () ) +("adept" ((jj -10.278) ) () ) +("adepts" ((nns -10.949) ) () ) +("adequacy" ((nn -11.747) ) () ) +("adequate" ((jj -8.263) ) () ) +("adequately" ((rb -8.220) ) () ) +("adhere" ((vb -10.141) ) () ) +("adhesive" ((jj -10.971) (nn -10.648) ) () ) +("adhesives" ((nns -10.255) ) () ) +("adia" ((nnp -10.709) ) () ) +("adjacent" ((jj -9.362) ) () ) +("adjoining" ((jj -10.971) ) () ) +("adjournment" ((nn -10.648) ) () ) +("adjudicator" ((nn -10.648) ) () ) +("adjudicators" ((nns -10.255) ) () ) +("adjust" ((vb -7.744) (vbp -7.981) ) () ) +("adjustable" ((jj -7.880) ) () ) +("adjusted" ((jj -8.774) (vbd -10.291) (vbn -6.094) ) () ) +("adjuster" ((nn -9.955) ) () ) +("adjusters" ((nns -8.310) ) () ) +("adjusting" ((nn -11.747) (vbg -7.930) ) () ) +("adjustment" ((nn -8.856) (nnp -11.403) ) () ) +("adjustments" ((nns -7.953) ) () ) +("adjusts" ((vbz -9.233) ) () ) +("adler" ((nnp -10.304) ) () ) +("adley" ((nnp -11.403) ) () ) +("adm." ((nnp -9.323) ) () ) +("adman" ((nn -11.747) ) () ) +("admen" ((nns -10.949) ) () ) +("administer" ((vb -10.141) ) () ) +("administered" ((vbn -8.246) ) () ) +("administers" ((vbz -9.926) ) () ) +("administration" ((nn -6.390) (nnp -7.183) ) () ) +("administration-fed" ((jj -10.971) ) () ) +("administrations" ((nns -10.255) ) () ) +("administrative" ((jj -7.282) ) () ) +("administrator" ((nn -9.549) ) () ) +("administrators" ((nnp -11.403) (nnps -7.036) (nns -9.850) ) () ) +("adminstration" ((nn -11.747) ) () ) +("admirable" ((jj -9.179) ) () ) +("admirably" ((rb -10.299) ) () ) +("admiralty" ((nn -11.747) ) () ) +("admired" ((vbd -10.291) (vbn -9.162) ) () ) +("admirer" ((nn -11.747) ) () ) +("admirers" ((nns -10.949) ) () ) +("admissible" ((jj -10.971) ) () ) +("admission" ((nn -9.667) ) () ) +("admissions" ((nns -9.562) ) () ) +("admistration" ((nnp -11.403) ) () ) +("admit" ((vb -8.196) (vbp -7.981) ) () ) +("admits" ((nns -10.255) (vbz -7.093) ) () ) +("admitted" ((vbd -7.893) (vbn -7.370) ) () ) +("admittedly" ((rb -8.690) ) () ) +("admitting" ((vbg -7.236) ) () ) +("admonition" ((nn -10.648) ) () ) +("adobe" ((nnp -10.016) ) () ) +("adolescent" ((jj -10.971) ) () ) +("adolescents" ((nns -10.949) ) () ) +("adolph" ((nnp -10.016) ) () ) +("adolphus" ((nnp -11.403) ) () ) +("adopt" ((vb -7.502) ) () ) +("adopted" ((vbd -7.806) (vbn -6.811) ) () ) +("adopting" ((vbg -7.460) ) () ) +("adoption" ((nn -9.801) ) () ) +("adoptive" ((jj -10.971) ) () ) +("adopts" ((vbz -9.233) ) () ) +("adorned" ((vbd -10.291) ) () ) +("adrian" ((nnp -11.403) ) () ) +("adroitly" ((rb -10.299) ) () ) +("adrs" ((nnps -6.630) (nns -9.562) ) () ) +("ads" ((nnps -7.729) (nns -6.700) ) () ) +("adt" ((nnp -10.304) ) () ) +("adult" ((jj -10.971) (nn -9.549) ) () ) +("adults" ((nns -8.176) ) () ) +("advance" ((jj -9.872) (nn -8.058) (nnp -10.709) (vb -8.350) (vbp -9.367) ) () ) +("advance-purchase" ((jj -10.971) ) () ) +("advanced" ((jj -8.199) (nnp -8.630) (vbd -6.764) (vbn -7.290) ) () ) +("advanced-ceramics" ((nns -10.949) ) () ) +("advanced-technology" ((jj -10.971) (nn -11.747) ) () ) +("advancement" ((nn -11.747) (nnp -11.403) ) () ) +("advancements" ((nns -10.949) ) () ) +("advancer" ((nn -11.054) ) () ) +("advancers" ((nns -9.157) ) () ) +("advances" ((nns -8.751) ) () ) +("advancing" ((vbg -6.766) ) () ) +("advani" ((nnp -11.403) ) () ) +("advantage" ((nn -7.758) (vb -10.141) ) () ) +("advantageous" ((jj -10.278) ) () ) +("advantages" ((nns -8.464) ) () ) +("advent" ((nn -10.137) ) () ) +("adventure" ((nn -10.137) ) () ) +("adventures" ((nns -10.255) ) () ) +("adventurism" ((nn -11.747) ) () ) +("adversarial" ((jj -10.971) ) () ) +("adversaries" ((nns -10.949) ) () ) +("adversary" ((nn -9.955) ) () ) +("adverse" ((jj -7.713) ) () ) +("adversely" ((rb -9.201) ) () ) +("advert" ((nn -11.747) ) () ) +("advertise" ((vbp -9.367) ) () ) +("advertised" ((jj -10.971) (vbd -9.598) (vbn -8.757) ) () ) +("advertisement" ((nn -9.955) ) () ) +("advertisements" ((nns -9.157) ) () ) +("advertiser" ((nn -10.360) (nnp -11.403) ) () ) +("advertisers" ((nnp -11.403) (nnps -7.036) (nns -7.037) ) () ) +("advertising" ((1 -4.727) (nn -6.879) (nnp -8.512) (vbg -6.900) ) () ) +("advertising-backed" ((jj -10.971) ) () ) +("advertorial" ((jj -10.971) ) () ) +("advice" ((nn -8.220) ) () ) +("advisable" ((jj -10.971) ) () ) +("advise" ((vb -8.196) (vbp -8.674) ) () ) +("advised" ((vbd -7.652) (vbn -7.658) ) () ) +("adviser" ((nn -7.758) (nnp -11.403) ) () ) +("advisers" ((nnp -10.304) (nnps -6.630) (nns -7.311) ) () ) +("advises" ((vbz -7.624) ) () ) +("advising" ((nn -11.747) (vbg -6.974) ) () ) +("advisor" ((nnp -11.403) ) () ) +("advisors" ((nnp -10.709) (nnps -7.729) ) () ) +("advisory" ((jj -8.774) (nn -11.054) (nnp -10.016) ) () ) +("advocacy" ((nn -11.054) ) () ) +("advocate" ((nn -9.955) (vb -10.141) ) () ) +("advocated" ((vbd -10.291) (vbn -9.162) ) () ) +("advocates" ((nns -7.953) (vbz -9.233) ) () ) +("advocating" ((vbg -8.440) ) () ) +("aegis" ((nn -11.747) (nnp -11.403) ) () ) +("aegis-class" ((jj -10.971) ) () ) +("aegon" ((nnp -11.403) ) () ) +("aep" ((nnp -10.709) ) () ) +("aer" ((nnp -9.100) ) () ) +("aerial" ((jj -10.971) ) () ) +("aermacchi" ((nnp -10.304) ) () ) +("aerobic" ((jj -10.971) ) () ) +("aerobics" ((nn -10.648) ) () ) +("aerodynamic" ((jj -10.971) ) () ) +("aeroflot" ((jj -10.971) (nnp -8.458) ) () ) +("aerojet" ((nnp -10.709) ) () ) +("aeronautical" ((nnp -10.709) ) () ) +("aeronautics" ((nnp -9.323) ) () ) +("aeroquip" ((nnp -10.709) ) () ) +("aerospace" ((jj -9.025) (nn -8.379) (nnp -8.763) ) () ) +("aerospace-thomson" ((nnp -11.403) ) () ) +("aesthetic" ((jj -9.872) ) () ) +("aeterna" ((fw -5.416) ) () ) +("aetna" ((nn -11.747) (nnp -7.969) ) () ) +("afanasyev" ((nnp -10.304) ) () ) +("affable" ((jj -10.971) ) () ) +("affair" ((nn -9.039) (nnp -10.709) ) () ) +("affairs" ((nnp -9.100) (nnps -5.426) (nns -7.452) ) () ) +("affect" ((nn -11.747) (vb -6.313) (vbp -7.981) ) () ) +("affected" ((jj -8.573) (vbd -8.905) (vbn -6.218) ) () ) +("affecting" ((vbg -6.649) ) () ) +("affectionate" ((jj -10.971) ) () ) +("affects" ((vbz -8.317) ) () ) +("affidavit" ((nn -9.039) ) () ) +("affidavits" ((nns -8.869) ) () ) +("affiliate" ((nn -8.379) ) () ) +("affiliated" ((jj -9.872) (vbn -8.063) ) () ) +("affiliates" ((nnp -11.403) (nns -7.858) ) () ) +("affiliating" ((vbg -9.539) ) () ) +("affiliation" ((nn -10.360) ) () ) +("affinities" ((nns -10.949) ) () ) +("affinity" ((nn -11.747) ) () ) +("affirmation" ((nn -11.054) ) () ) +("affirmative" ((jj -9.872) ) () ) +("affirmative-action" ((nn -10.648) ) () ) +("affirmed" ((vbd -9.598) ) () ) +("affirming" ((vbg -9.539) ) () ) +("afflict" ((vb -10.141) ) () ) +("afflicted" ((vbn -9.855) ) () ) +("afflicts" ((vbz -9.233) ) () ) +("affluent" ((jj -8.332) (nn -11.054) ) () ) +("afford" ((vb -7.050) ) () ) +("affordability" ((nn -10.648) ) () ) +("affordable" ((jj -9.362) ) () ) +("afforded" ((vbn -8.757) ) () ) +("afghan" ((jj -8.892) (nnp -11.403) ) () ) +("afghanistan" ((nnp -9.323) ) () ) +("afghans" ((nnps -7.729) ) () ) +("afield" ((rb -10.299) ) () ) +("afire" ((rb -10.299) ) () ) +("afl-cio" ((nnp -10.016) ) () ) +("aflatoxin" ((nn -10.360) ) () ) +("afloat" ((rb -8.508) ) () ) +("afnasjev" ((nnp -11.403) ) () ) +("afoot" ((rb -10.299) ) () ) +("aforementioned" ((jj -10.278) ) () ) +("aforethought" ((jj -10.971) ) () ) +("afraid" ((jj -8.138) ) () ) +("africa" ((nnp -7.792) ) () ) +("africaine" ((nnp -11.403) ) () ) +("african" ((jj -7.975) (nnp -9.205) ) () ) +("african-american" ((jj -10.971) ) () ) +("african-controlled" ((jj -10.971) ) () ) +("africanist" ((nnp -11.403) ) () ) +("afrika" ((nnp -11.403) ) () ) +("after" ((1 -4.727) (in -4.017) (rb -8.102) ) () ) +("after-hours" ((jj -10.278) ) () ) +("after-tax" ((jj -7.416) ) () ) +("after-the-fact" ((jj -10.971) ) () ) +("aftereffects" ((nns -10.255) ) () ) +("aftermath" ((nn -9.108) ) () ) +("afternoon" ((nn -7.557) ) () ) +("afternoons" ((nns -10.949) ) () ) +("aftershock" ((nn -10.360) ) () ) +("aftershock-damping" ((jj -10.971) ) () ) +("aftershock-resistant" ((jj -10.971) ) () ) +("aftershocks" ((nns -8.646) ) () ) +("aftertax" ((jj -10.971) (nn -11.747) ) () ) +("afterward" ((rb -8.102) ) () ) +("afterwards" ((rb -8.913) ) () ) +("ag" ((nnp -7.451) ) () ) +("aga" ((nnp -9.611) ) () ) +("again" ((rb -5.169) ) () ) +("against" ((in -4.771) (nnp -11.403) ) () ) +("age" ((nn -7.352) (nnp -10.304) (vbp -9.367) ) () ) +("age-bias" ((jj -10.278) ) () ) +("age-discrimination" ((jj -10.971) ) () ) +("age-specific" ((jj -10.971) ) () ) +("aged" ((vbn -7.553) ) () ) +("agencies" ((nns -6.427) ) () ) +("agency" ((nn -6.229) (nnp -7.937) ) () ) +("agenda" ((nn -9.349) (nnp -11.403) ) () ) +("agendas" ((nns -9.562) ) () ) +("agent" ((nn -8.313) (nnp -11.403) ) () ) +("agents" ((nnps -7.036) (nns -7.422) ) () ) +("ages" ((nnps -7.729) (nns -9.339) ) () ) +("aggie" ((nnp -11.403) ) () ) +("aggravate" ((vb -9.043) (vbp -9.367) ) () ) +("aggravated" ((vbd -10.291) (vbn -8.469) ) () ) +("aggravating" ((jj -10.971) ) () ) +("aggregate" ((jj -10.971) ) () ) +("aggregates" ((nns -9.157) ) () ) +("aggressive" ((jj -7.308) ) () ) +("aggressively" ((rb -7.208) ) () ) +("aggressiveness" ((nn -11.747) ) () ) +("aghast" ((jj -10.971) ) () ) +("agile" ((fw -4.723) ) () ) +("agility" ((nn -11.054) ) () ) +("agin" ((nnp -11.403) ) () ) +("aging" ((nn -11.747) (vbg -7.236) ) () ) +("agip" ((nnp -11.403) ) () ) +("agitated" ((vbn -9.855) ) () ) +("agitation" ((nn -11.747) ) () ) +("agitato" ((nnp -11.403) ) () ) +("agnelli" ((nnp -8.694) ) () ) +("agnelli-related" ((jj -10.971) ) () ) +("agnellis" ((nnps -7.036) ) () ) +("agnew" ((nnp -11.403) ) () ) +("agnos" ((nnp -11.403) ) () ) +("ago" ((in -6.212) (rb -4.534) ) () ) +("agonize" ((vb -10.141) ) () ) +("agonizing" ((jj -10.971) ) () ) +("agoura" ((nnp -11.403) ) () ) +("agree" ((vb -6.846) (vbp -6.071) ) () ) +("agreeable" ((jj -10.278) ) () ) +("agreed" ((jj -10.971) (vbd -4.853) (vbn -5.424) ) () ) +("agreed-on" ((jj -10.971) ) () ) +("agreed-upon" ((jj -10.971) ) () ) +("agreeement" ((nn -11.747) ) () ) +("agreeing" ((vbg -6.831) ) () ) +("agreement" ((nn -5.988) (nnp -10.016) ) () ) +("agreements" ((nns -7.017) ) () ) +("agrees" ((vbz -6.835) ) () ) +("agricola" ((nnp -10.709) ) () ) +("agricole" ((nnp -9.457) ) () ) +("agricultural" ((jj -8.199) (nnp -11.403) ) () ) +("agriculture" ((nn -9.262) (nnp -8.694) ) () ) +("agriproducts" ((nns -10.949) ) () ) +("agro" ((nnp -11.403) ) () ) +("agro-industry" ((jj -10.971) ) () ) +("agrochemical" ((nn -11.747) ) () ) +("ags" ((nnp -11.403) ) () ) +("aguirre-sacasa" ((nnp -11.403) ) () ) +("ah" ((uh -3.379) ) () ) +("ah-64" ((nn -11.747) (nnp -11.403) ) () ) +("ahead" ((rb -5.537) ) () ) +("ahlerich" ((nnp -11.403) ) () ) +("ahmad" ((nnp -10.016) ) () ) +("ahmanson" ((nnp -9.611) ) () ) +("ahold" ((nnp -10.304) ) () ) +("ahoy" ((nnp -11.403) ) () ) +("ahs" ((uh -3.784) ) () ) +("ai" ((vbp -7.575) (vbz -9.926) ) () ) +("aichi" ((nnp -11.403) ) () ) +("aid" ((nn -7.403) (nnp -10.304) (vb -8.062) ) () ) +("aidan" ((nnp -11.403) ) () ) +("aide" ((nn -8.379) ) () ) +("aided" ((vbd -10.291) (vbn -7.290) ) () ) +("aides" ((nns -8.058) ) () ) +("aiding" ((vbg -9.539) ) () ) +("aids" ((nnp -8.107) (nns -9.562) (vbz -9.926) ) () ) +("aids-infected" ((jj -10.278) ) () ) +("aids-research" ((jj -10.971) ) () ) +("aikido" ((fw -5.416) ) () ) +("aikman" ((nnp -9.793) ) () ) +("ailes" ((nnp -9.793) ) () ) +("ailing" ((jj -10.278) (vbg -7.593) ) () ) +("ailment" ((nn -11.054) ) () ) +("ailments" ((nns -10.949) ) () ) +("ails" ((nns -10.949) ) () ) +("aim" ((nn -9.182) (nnp -10.304) (vb -9.043) (vbp -8.268) ) () ) +("aimed" ((vbd -8.499) (vbn -5.984) ) () ) +("aiming" ((vbg -7.747) ) () ) +("aimless" ((jj -10.971) ) () ) +("aims" ((nns -10.255) (vbz -7.847) ) () ) +("air" ((nn -7.470) (nnp -6.405) (vb -8.532) ) () ) +("air-charter" ((jj -10.971) ) () ) +("air-conditioned" ((jj -10.278) ) () ) +("air-conditioning" ((jj -10.971) (nn -11.054) ) () ) +("air-freight" ((jj -9.872) (nn -11.054) ) () ) +("air-freight-forwarding" ((jj -10.971) ) () ) +("air-passenger" ((nn -11.747) ) () ) +("air-pollution" ((nn -11.747) ) () ) +("air-traffic" ((nn -10.360) ) () ) +("airborne" ((jj -10.278) (nnp -11.403) ) () ) +("airborne-radar" ((nn -11.747) ) () ) +("airbus" ((nnp -9.611) ) () ) +("airconditioner" ((jjr -8.039) ) () ) +("aircraft" ((nn -7.652) (nnp -9.323) (nns -9.850) ) () ) +("aircraft-electronics" ((nn -11.747) ) () ) +("aired" ((vbd -8.499) (vbn -8.063) ) () ) +("airfare" ((nn -11.747) ) () ) +("airing" ((nn -11.054) (vbg -7.930) ) () ) +("airlift" ((nn -11.747) ) () ) +("airlifted" ((vbn -9.855) ) () ) +("airline" ((nn -6.993) (nnp -10.304) ) () ) +("airline-acquisition" ((jj -10.971) ) () ) +("airline-interior" ((jj -10.971) ) () ) +("airline-landing" ((jj -10.971) ) () ) +("airline-related" ((jj -10.971) ) () ) +("airliners" ((nns -10.255) ) () ) +("airlines" ((nnp -7.198) (nnps -3.668) (nns -7.164) ) () ) +("airmen" ((nns -10.949) ) () ) +("airplane" ((nn -10.648) ) () ) +("airplanes" ((nnps -7.729) (nns -9.003) ) () ) +("airport" ((nn -8.528) (nnp -8.763) ) () ) +("airports" ((nnp -11.403) (nns -8.384) ) () ) +("airs" ((nns -10.949) (vbz -9.926) ) () ) +("airtime" ((nn -11.747) ) () ) +("airwaves" ((nns -9.339) ) () ) +("airway" ((nn -11.747) ) () ) +("airways" ((nnp -9.005) (nnps -4.896) ) () ) +("airy" ((jj -10.971) ) () ) +("aisle" ((nn -10.648) ) () ) +("aiw" ((nnp -10.304) ) () ) +("aiwa" ((nnp -10.709) ) () ) +("ajax" ((nnp -11.403) ) () ) +("ajinomoto" ((nnp -10.304) ) () ) +("ajit" ((nnp -11.403) ) () ) +("ak-47" ((nnp -11.403) ) () ) +("akerfeldt" ((nnp -11.403) ) () ) +("akers" ((nnp -11.403) ) () ) +("akin" ((jj -9.872) ) () ) +("akio" ((nnp -10.709) ) () ) +("akron" ((nnp -10.304) ) () ) +("akzo" ((nnp -8.001) ) () ) +("al" ((nnp -9.793) ) () ) +("al-chalabi" ((nnp -10.709) ) () ) +("al-sabah" ((nnp -11.403) ) () ) +("al-seyassah" ((nnp -11.403) ) () ) +("ala" ((nnp -10.016) ) () ) +("ala." ((nnp -10.016) ) () ) +("alabama" ((nnp -9.611) ) () ) +("aladdin" ((nnp -11.403) ) () ) +("alamco" ((nnp -11.403) ) () ) +("alamos" ((nnp -10.709) ) () ) +("alan" ((nnp -7.213) ) () ) +("alar" ((nn -11.747) (nnp -10.016) ) () ) +("alarcon" ((nnp -10.709) ) () ) +("alarm" ((nn -10.137) ) () ) +("alarmed" ((jj -10.278) (vbn -8.246) ) () ) +("alarming" ((jj -10.278) (vbg -9.539) ) () ) +("alarms" ((nns -10.255) ) () ) +("alas" ((uh -3.784) ) () ) +("alaska" ((nnp -8.407) ) () ) +("alaskan" ((jj -9.179) ) () ) +("albanese" ((nnp -11.403) ) () ) +("albania" ((nnp -10.709) ) () ) +("albany" ((nnp -9.793) ) () ) +("albeit" ((in -10.264) ) () ) +("albert" ((nnp -8.630) ) () ) +("alberta" ((nnp -8.763) ) () ) +("albertville" ((nnp -11.403) ) () ) +("albion" ((nnp -11.403) ) () ) +("album" ((nn -10.360) (nnp -11.403) ) () ) +("albums" ((nns -10.255) ) () ) +("albuquerque" ((nnp -10.016) ) () ) +("alcan" ((nnp -10.016) ) () ) +("alcatel" ((nnp -11.403) ) () ) +("alcatraz" ((nnp -11.403) ) () ) +("alcee" ((nnp -10.016) ) () ) +("alceste" ((nnp -10.709) ) () ) +("alcoa" ((nnp -11.403) ) () ) +("alcohol" ((nn -9.801) (nnp -10.709) ) () ) +("alcoholic" ((jj -10.278) ) () ) +("alcoholics" ((nns -10.949) ) () ) +("alcoholism" ((nn -11.747) ) () ) +("alderson" ((nnp -11.403) ) () ) +("aldomet" ((nnp -11.403) ) () ) +("aldridge" ((nnp -11.403) ) () ) +("aldus" ((nnp -10.709) ) () ) +("alec" ((nnp -11.403) ) () ) +("alert" ((jj -10.971) (nn -11.747) (vb -8.755) ) () ) +("alerting" ((vbg -9.539) ) () ) +("alerts" ((vbz -9.926) ) () ) +("alex" ((nnp -8.630) ) () ) +("alexander" ((nnp -8.070) ) () ) +("alexandra" ((nnp -11.403) ) () ) +("alexandria" ((nnp -10.016) ) () ) +("alexandrine" ((jj -10.278) ) () ) +("alfalfa" ((nn -11.747) ) () ) +("alfonse" ((nnp -11.403) ) () ) +("alfred" ((nnp -8.838) ) () ) +("alfredo" ((nnp -10.709) ) () ) +("alfresco" ((rb -10.299) ) () ) +("alger" ((nnp -11.403) ) () ) +("algeria" ((nnp -10.709) ) () ) +("algom" ((nnp -10.016) ) () ) +("ali" ((nnp -10.709) ) () ) +("alice" ((nnp -9.457) ) () ) +("alien" ((jj -10.278) ) () ) +("alienate" ((vb -10.141) ) () ) +("alienating" ((jj -10.971) (vbg -8.846) ) () ) +("aliens" ((nns -10.255) ) () ) +("align" ((vbp -9.367) ) () ) +("aligned" ((vbn -8.469) ) () ) +("alii" ((nnp -11.403) ) () ) +("alike" ((rb -7.997) ) () ) +("alisarda" ((nnp -11.403) ) () ) +("alistair" ((nnp -11.403) ) () ) +("alito" ((nnp -10.709) ) () ) +("alive" ((jj -8.332) ) () ) +("aljian" ((nnp -11.403) ) () ) +("all" ((1 -4.727) (dt -4.461) (nnp -10.304) (pdt -0.649) (rb -6.493) ) () ) +("all-black" ((jj -10.971) ) () ) +("all-cash" ((jj -10.971) ) () ) +("all-employee" ((jj -10.971) ) () ) +("all-in-all" ((rb -10.299) ) () ) +("all-night" ((jj -10.971) ) () ) +("all-out" ((jj -10.278) ) () ) +("all-powerful" ((jj -10.971) ) () ) +("all-stock" ((jj -10.971) ) () ) +("all-terrain" ((jj -10.971) ) () ) +("all-time" ((jj -9.872) ) () ) +("all-too-sincere" ((jj -10.971) ) () ) +("all-white" ((jj -10.971) ) () ) +("allan" ((nnp -10.016) ) () ) +("allay" ((vb -9.043) ) () ) +("allayed" ((vbn -9.855) ) () ) +("allday" ((nnp -9.793) ) () ) +("allegany" ((nnp -11.403) ) () ) +("allegation" ((nn -10.360) ) () ) +("allegations" ((nns -7.285) ) () ) +("allege" ((vbp -8.674) ) () ) +("alleged" ((jj -8.027) (vbd -7.893) (vbn -6.636) ) () ) +("allegedly" ((rb -7.080) ) () ) +("alleges" ((nns -9.850) (vbz -7.154) ) () ) +("alleghany" ((nnp -10.709) ) () ) +("allegheny" ((nnp -11.403) ) () ) +("allegiance" ((nn -10.360) ) () ) +("alleging" ((vbg -7.236) ) () ) +("allegory" ((nn -11.747) ) () ) +("allegro" ((nnp -11.403) ) () ) +("allen" ((nnp -7.937) ) () ) +("allendale" ((nnp -11.403) ) () ) +("allenport" ((nnp -11.403) ) () ) +("allentown" ((nnp -10.709) ) () ) +("allergan" ((nnp -10.709) ) () ) +("allergic" ((jj -10.971) ) () ) +("allergies" ((nns -9.850) ) () ) +("allergy" ((nn -11.747) ) () ) +("alleviate" ((vb -8.532) ) () ) +("alleviating" ((vbg -8.846) ) () ) +("alley" ((nn -11.054) (nnp -9.611) ) () ) +("alleys" ((nns -10.255) ) () ) +("allgedly" ((rb -10.299) ) () ) +("alliance" ((nn -8.611) (nnp -8.838) ) () ) +("alliances" ((nns -9.003) ) () ) +("alliant" ((nnp -10.016) ) () ) +("allianz" ((nnp -8.107) ) () ) +("allied" ((jj -10.971) (nnp -9.005) ) () ) +("allied-lyons" ((nnp -10.304) ) () ) +("allied-signal" ((nnp -9.793) ) () ) +("allies" ((nns -7.858) ) () ) +("alligator" ((nn -11.747) ) () ) +("alligators" ((nns -10.949) ) () ) +("alligood" ((nnp -11.403) ) () ) +("allnight" ((jj -10.971) ) () ) +("allocate" ((vb -9.448) (vbp -8.674) ) () ) +("allocated" ((vbd -10.291) (vbn -7.909) ) () ) +("allocating" ((nn -11.747) (vbg -8.440) ) () ) +("allocation" ((nn -9.549) ) () ) +("allocations" ((nns -10.949) ) () ) +("allocator" ((nn -11.054) ) () ) +("allotment" ((nn -10.648) ) () ) +("allotments" ((nns -10.949) ) () ) +("allow" ((vb -5.557) (vbp -6.476) ) () ) +("allowable" ((jj -9.872) ) () ) +("allowance" ((nn -9.955) ) () ) +("allowances" ((nns -10.949) ) () ) +("allowed" ((vb -10.141) (vbd -7.155) (vbn -5.696) ) () ) +("allowing" ((vbg -5.955) ) () ) +("allows" ((vbz -6.748) ) () ) +("alloy" ((nn -11.747) ) () ) +("allrightniks" ((nns -10.949) ) () ) +("allstate" ((nnp -11.403) ) () ) +("alluded" ((vbd -9.598) ) () ) +("allumettes" ((nnp -11.403) ) () ) +("allure" ((nn -10.648) ) () ) +("alluring" ((jj -10.971) ) () ) +("allusions" ((nns -10.949) ) () ) +("alluvial" ((jj -10.971) ) () ) +("allwaste" ((nnp -11.403) ) () ) +("ally" ((nn -9.182) (vb -10.141) ) () ) +("almanac" ((nn -11.747) (nnp -11.403) ) () ) +("almost" ((nnp -11.403) (rb -5.112) ) () ) +("aloe" ((nnp -10.709) ) () ) +("aloft" ((jj -10.971) (rb -9.201) ) () ) +("aloha" ((nnp -11.403) ) () ) +("alone" ((jj -10.278) (rb -5.956) ) () ) +("along" ((1 -4.727) (in -6.275) (rb -7.304) (rp -5.038) ) () ) +("alongside" ((in -9.011) (rb -10.299) ) () ) +("alpha" ((nn -11.747) (nnp -10.016) ) () ) +("alpharetta" ((nnp -11.403) ) () ) +("alphonsus" ((nnp -11.403) ) () ) +("alpine" ((nnp -10.709) ) () ) +("alps" ((nnp -11.403) ) () ) +("alq-135" ((nn -11.747) ) () ) +("already" ((rb -4.560) ) () ) +("already-reluctant" ((jj -10.971) ) () ) +("already-shaky" ((jj -10.971) ) () ) +("already-sizable" ((jj -10.971) ) () ) +("already-tense" ((jj -10.971) ) () ) +("also" ((rb -3.034) ) () ) +("also-ran" ((nn -11.747) ) () ) +("alson" ((nnp -11.403) ) () ) +("alsthom" ((nnp -10.709) ) () ) +("altair" ((nnp -11.403) ) () ) +("altama" ((nnp -11.403) ) () ) +("altar" ((nn -11.747) ) () ) +("alter" ((vb -7.839) ) () ) +("altered" ((jj -10.278) (vbd -9.598) (vbn -8.246) ) () ) +("altering" ((vbg -8.440) ) () ) +("alternate" ((jj -9.872) ) () ) +("alternates" ((nns -10.949) (vbz -9.926) ) () ) +("alternating" ((vbg -8.440) ) () ) +("alternative" ((jj -8.332) (nn -8.489) (nnp -10.709) ) () ) +("alternatively" ((rb -9.201) ) () ) +("alternatives" ((nnp -11.403) (nns -7.691) ) () ) +("althea" ((nnp -10.304) ) () ) +("although" ((in -5.393) ) () ) +("altimari" ((nnp -10.304) ) () ) +("altitude" ((nn -11.054) ) () ) +("altman" ((nnp -9.100) ) () ) +("alto" ((nn -11.747) (nnp -9.323) ) () ) +("altogether" ((rb -7.591) ) () ) +("alton" ((nnp -10.709) ) () ) +("altruistic" ((jj -10.971) ) () ) +("aluminium" ((nnp -10.016) ) () ) +("aluminum" ((jj -10.278) (nn -9.182) (nnp -10.016) ) () ) +("aluminum-hulled" ((jj -10.278) ) () ) +("aluminum-makers" ((nns -10.949) ) () ) +("alumni" ((nns -9.562) ) () ) +("alumnus" ((nn -11.747) ) () ) +("alurralde" ((nnp -11.403) ) () ) +("alusuisse" ((nnp -10.304) ) () ) +("alvin" ((nnp -10.709) ) () ) +("always" ((nnp -11.403) (rb -5.636) ) () ) +("alyce" ((nnp -11.403) ) () ) +("alysia" ((nnp -11.403) ) () ) +("alzheimer" ((nnp -11.403) ) () ) +("am" ((nnp -9.205) (rb -10.299) (vbp -5.606) ) () ) +("amado" ((nnp -11.403) ) () ) +("amadou-mahtar" ((nnp -11.403) ) () ) +("amalgamate" ((vb -10.141) ) () ) +("amalgamated" ((nnp -11.403) ) () ) +("amalgamation" ((nn -11.054) ) () ) +("amalgamations" ((nns -10.949) ) () ) +("amaral" ((nnp -11.403) ) () ) +("amarillo" ((nnp -11.403) ) () ) +("amass" ((vb -10.141) (vbp -9.367) ) () ) +("amassed" ((vbd -10.291) (vbn -9.855) ) () ) +("amateur" ((jj -9.585) ) () ) +("amateurish" ((jj -10.971) ) () ) +("amax" ((nnp -10.709) ) () ) +("amaze" ((vb -10.141) ) () ) +("amazed" ((jj -10.971) (vbn -9.855) ) () ) +("amazement" ((nn -11.054) ) () ) +("amazing" ((jj -8.669) (nnp -11.403) ) () ) +("amazingly" ((rb -10.299) ) () ) +("amazon" ((nnp -10.304) ) () ) +("amazonia" ((nnp -10.709) ) () ) +("amazonian" ((jj -10.971) ) () ) +("ambase" ((nnp -11.403) ) () ) +("ambassador" ((nn -9.667) (nnp -9.323) ) () ) +("amber" ((nnp -11.403) ) () ) +("ambigua" ((nnp -11.403) ) () ) +("ambiguan" ((jj -10.971) ) () ) +("ambiguities" ((nns -9.850) ) () ) +("ambiguity" ((nn -11.747) ) () ) +("ambiguous" ((jj -9.362) ) () ) +("ambition" ((nn -10.648) ) () ) +("ambitions" ((nns -8.869) ) () ) +("ambitious" ((jj -7.836) ) () ) +("ambivalence" ((nn -11.747) ) () ) +("ambivalent" ((jj -9.585) ) () ) +("amble" ((vb -10.141) ) () ) +("ambler" ((nnp -10.709) ) () ) +("ambrosiano" ((nnp -9.611) ) () ) +("ambulance" ((nn -10.360) ) () ) +("ambulatory" ((jj -10.971) ) () ) +("ambushed" ((vbd -10.291) ) () ) +("amcast" ((nnp -10.709) ) () ) +("amcore" ((nnp -10.016) ) () ) +("amdahl" ((nnp -10.016) ) () ) +("amdec" ((nnp -11.403) ) () ) +("amdura" ((nnp -9.457) ) () ) +("amenable" ((jj -10.971) ) () ) +("amend" ((vb -8.532) ) () ) +("amended" ((vbd -8.905) (vbn -7.553) ) () ) +("amending" ((vbg -8.846) ) () ) +("amendment" ((nn -8.136) (nnp -8.407) ) () ) +("amendments" ((nns -8.551) ) () ) +("amenities" ((nns -10.255) ) () ) +("amerada" ((nnp -10.016) ) () ) +("america" ((nnp -6.177) ) () ) +("american" ((jj -5.529) (nnp -5.500) ) () ) +("american-built" ((jj -10.278) ) () ) +("american-developed" ((jj -10.971) ) () ) +("american-made" ((jj -9.585) ) () ) +("american-style" ((jj -9.872) ) () ) +("americanized" ((vbd -10.291) ) () ) +("americans" ((nnp -10.304) (nnps -3.635) (nns -8.310) ) () ) +("americas" ((nnp -11.403) (nnps -7.036) ) () ) +("ameritech" ((nnp -10.016) ) () ) +("ameron" ((nnp -11.403) ) () ) +("ames" ((nnp -10.016) ) () ) +("amex" ((nnp -8.763) ) () ) +("amfac" ((nnp -10.709) ) () ) +("amgen" ((nnp -10.016) ) () ) +("amhowitz" ((nnp -11.403) ) () ) +("ami" ((nnp -11.403) ) () ) +("amicable" ((jj -10.971) (nnp -10.016) ) () ) +("amid" ((in -7.006) ) () ) +("amiga" ((nnp -11.403) ) () ) +("amin" ((nnp -11.403) ) () ) +("amino" ((jj -10.971) ) () ) +("amish" ((nnp -10.016) ) () ) +("amiss" ((jj -10.971) ) () ) +("amitai" ((nnp -11.403) ) () ) +("amityville" ((nnp -11.403) ) () ) +("amityvilles" ((nnps -7.729) ) () ) +("ammonia" ((nn -11.747) ) () ) +("ammonium" ((nn -10.360) ) () ) +("ammunition" ((nn -11.054) ) () ) +("amoco" ((nnp -8.694) ) () ) +("amok" ((rb -9.606) ) () ) +("amon" ((nnp -10.709) ) () ) +("among" ((in -4.908) ) () ) +("amongst" ((in -10.957) ) () ) +("amortization" ((nn -10.137) ) () ) +("amortize" ((vb -9.448) ) () ) +("amos" ((nnp -10.304) ) () ) +("amount" ((nn -6.641) (vb -8.350) (vbp -9.367) ) () ) +("amounted" ((vbd -7.726) (vbn -9.855) ) () ) +("amounting" ((vbg -9.539) ) () ) +("amounts" ((nns -6.838) (vbz -7.847) ) () ) +("amours" ((fw -5.416) ) () ) +("amparano" ((nnp -11.403) ) () ) +("amperex" ((nnp -11.403) ) () ) +("amphobiles" ((nns -10.949) ) () ) +("ample" ((jj -9.179) ) () ) +("amplified" ((vbn -9.855) ) () ) +("amplifiers" ((nns -10.255) ) () ) +("amplify" ((vb -10.141) ) () ) +("amplifying" ((vbg -9.539) ) () ) +("amply" ((rb -9.606) ) () ) +("amps" ((nns -10.949) ) () ) +("amputation" ((nn -11.747) ) () ) +("amr" ((nnp -7.395) ) () ) +("amram" ((nnp -10.304) ) () ) +("amro" ((nnp -11.403) ) () ) +("amschel" ((nnp -11.403) ) () ) +("amstel" ((nnp -11.403) ) () ) +("amsterdam" ((nnp -9.100) ) () ) +("amsterdam-rotterdam" ((nnp -11.403) ) () ) +("amstrad" ((nnp -11.403) ) () ) +("amt" ((nnp -10.304) ) () ) +("amtech" ((nnp -10.304) ) () ) +("amtrak" ((nnp -10.016) ) () ) +("amtran" ((nnp -11.403) ) () ) +("amuse" ((vbp -9.367) ) () ) +("amused" ((jj -10.971) (vbn -9.855) ) () ) +("amusement" ((nn -11.747) ) () ) +("amusements" ((nns -10.949) ) () ) +("amusing" ((jj -9.362) ) () ) +("amvest" ((nnp -9.793) ) () ) +("amvisc" ((nnp -10.709) ) () ) +("amy" ((nnp -10.709) ) () ) +("an" ((dt -3.240) (nnp -11.403) ) () ) +("an-12" ((nn -11.747) ) () ) +("ana" ((nnp -9.457) ) () ) +("anac" ((nnp -11.403) ) () ) +("anachronism" ((nn -11.747) ) () ) +("anacomp" ((nnp -9.793) ) () ) +("anaheim" ((nnp -11.403) ) () ) +("anaheim-santa" ((nnp -11.403) ) () ) +("analgesic" ((jj -10.278) ) () ) +("analog" ((jj -10.971) (nn -11.747) (nnp -10.304) ) () ) +("analogy" ((nn -11.054) ) () ) +("analyses" ((nns -10.255) ) () ) +("analysis" ((nn -8.751) (nnp -10.016) ) () ) +("analyst" ((nn -6.201) (nnp -11.403) ) () ) +("analysts" ((nnp -11.403) (nns -4.680) ) () ) +("analytic" ((jj -10.971) ) () ) +("analytical" ((jj -10.971) (nnp -9.323) ) () ) +("analyze" ((vb -8.350) ) () ) +("analyzed" ((vbd -8.499) (vbn -9.855) ) () ) +("analyzing" ((vbg -8.440) ) () ) +("anamor" ((nnp -10.709) ) () ) +("anastasio" ((nnp -11.403) ) () ) +("anathema" ((nn -11.054) ) () ) +("anatol" ((nnp -11.403) ) () ) +("anatomical" ((jj -10.278) ) () ) +("anc" ((nnp -7.377) ) () ) +("ancestral" ((jj -10.971) ) () ) +("ancestry" ((nn -11.747) ) () ) +("anchor" ((nn -11.747) (nnp -8.763) (vb -10.141) (vbp -9.367) ) () ) +("anchorage" ((nnp -10.709) ) () ) +("anchored" ((vbn -9.855) ) () ) +("anchorman" ((nn -11.747) ) () ) +("anchors" ((nns -10.949) ) () ) +("anchorwoman" ((nn -11.747) ) () ) +("ancient" ((jj -9.179) (nnp -11.403) ) () ) +("ancillary" ((jj -10.278) ) () ) +("and" ((cc -0.361) (in -10.957) (jj -10.971) (nn -11.747) (nnp -10.709) (vbp -9.367) ) () ) +("anderson" ((nnp -8.358) ) () ) +("andes" ((nnps -7.729) ) () ) +("andre" ((nnp -10.709) ) () ) +("andreas" ((nnp -9.793) ) () ) +("andreassen" ((nnp -11.403) ) () ) +("andrew" ((nnp -8.918) ) () ) +("andrews" ((nnp -9.457) ) () ) +("andrzej" ((nnp -11.403) ) () ) +("andy" ((nnp -9.793) ) () ) +("anecdotal" ((jj -10.971) ) () ) +("anemia" ((nn -11.747) ) () ) +("anemias" ((nns -10.949) ) () ) +("anemic" ((jj -10.971) ) () ) +("anemics" ((nns -10.949) ) () ) +("anesthetized" ((jj -10.971) ) () ) +("anew" ((rb -9.201) ) () ) +("angel" ((nnp -10.304) ) () ) +("angeles" ((nnp -6.543) ) () ) +("angeles-based" ((jj -8.263) ) () ) +("angelfish" ((nn -11.747) ) () ) +("angell" ((nnp -11.403) ) () ) +("angelo" ((nnp -9.100) ) () ) +("angels" ((nnp -11.403) (nnps -5.426) (nns -10.949) ) () ) +("anger" ((nn -9.182) ) () ) +("angered" ((jj -10.971) (vbd -8.681) (vbn -8.469) ) () ) +("angering" ((vbg -8.846) ) () ) +("angers" ((nnp -11.403) ) () ) +("angier" ((nnp -11.403) ) () ) +("angina" ((nn -11.747) ) () ) +("angle" ((nn -10.648) ) () ) +("angles" ((nns -10.949) ) () ) +("anglia" ((nnp -9.793) ) () ) +("anglian" ((jj -10.971) ) () ) +("anglican" ((nnp -11.403) ) () ) +("anglo" ((nnp -10.709) ) () ) +("anglo-american" ((nnp -11.403) ) () ) +("anglo-dutch" ((jj -10.971) (nnp -11.403) ) () ) +("anglo-french" ((jj -9.872) ) () ) +("angola" ((nnp -10.709) ) () ) +("angolan" ((jj -10.971) ) () ) +("angora" ((nn -11.747) ) () ) +("angrily" ((rb -10.299) ) () ) +("angry" ((jj -7.975) (nnp -11.403) ) () ) +("angst" ((nn -11.747) ) () ) +("anguish" ((nn -11.747) ) () ) +("anguished" ((jj -10.971) ) () ) +("anheuser" ((nnp -8.407) ) () ) +("anheuser-busch" ((nnp -9.457) ) () ) +("animal" ((nn -9.549) (nnp -11.403) ) () ) +("animal-health" ((nn -11.054) ) () ) +("animal-rights" ((jj -10.971) ) () ) +("animals" ((nns -8.464) ) () ) +("animated" ((jj -10.971) ) () ) +("animation" ((nn -11.747) ) () ) +("animosities" ((nns -10.949) ) () ) +("animosity" ((nn -11.054) ) () ) +("anita" ((nnp -10.709) ) () ) +("ankara" ((nnp -11.403) ) () ) +("ankles" ((nns -10.949) ) () ) +("anku" ((nnp -11.403) ) () ) +("ann" ((nnp -9.323) ) () ) +("anna" ((nnp -10.709) ) () ) +("annalee" ((nnp -11.403) ) () ) +("annals" ((nn -11.747) ) () ) +("annaud" ((nnp -11.403) ) () ) +("anne" ((nnp -9.323) (vb -10.141) ) () ) +("anne-marie" ((nnp -11.403) ) () ) +("annex" ((nn -11.747) ) () ) +("anniston" ((nnp -11.403) ) () ) +("anniversaries" ((nns -10.949) ) () ) +("anniversary" ((nn -9.349) ) () ) +("announce" ((vb -6.923) (vbp -9.367) ) () ) +("announced" ((jj -9.585) (vbd -5.209) (vbn -5.473) ) () ) +("announcement" ((nn -7.172) ) () ) +("announcements" ((nns -8.241) ) () ) +("announcer" ((nn -9.444) ) () ) +("announces" ((vbz -8.828) ) () ) +("announcing" ((vbg -6.831) ) () ) +("annoyed" ((jj -10.278) (vbd -10.291) ) () ) +("annual" ((jj -5.678) (nnp -11.403) ) () ) +("annualized" ((jj -8.892) (vbn -7.370) ) () ) +("annually" ((rb -6.348) ) () ) +("annuities" ((nns -9.003) ) () ) +("annuity" ((nn -10.360) (nnp -11.403) ) () ) +("annum" ((nn -11.747) ) () ) +("anointing" ((vbg -9.539) ) () ) +("anomalies" ((nns -10.949) ) () ) +("anonymity" ((nn -10.360) ) () ) +("anonymous" ((jj -9.585) ) () ) +("another" ((dt -5.229) (nn -11.747) ) () ) +("ansa" ((nnp -11.403) ) () ) +("ansco" ((nnp -11.403) ) () ) +("answer" ((nn -8.802) (vb -7.308) ) () ) +("answered" ((vbd -10.291) (vbn -8.469) ) () ) +("answering" ((nn -11.054) (vbg -9.539) ) () ) +("answers" ((nns -8.004) (vbz -8.317) ) () ) +("ant" ((nn -11.747) ) () ) +("antacid" ((nn -11.747) ) () ) +("antagonistic" ((jj -10.278) ) () ) +("antagonize" ((vb -9.043) ) () ) +("antar" ((nnp -8.569) ) () ) +("antarctica" ((nnp -10.304) ) () ) +("ante" ((nn -11.054) ) () ) +("anteaters" ((nns -10.949) ) () ) +("antecedents" ((nns -10.949) ) () ) +("antelope" ((nn -11.747) (nns -10.949) ) () ) +("anterior" ((nnp -11.403) ) () ) +("anthers" ((nns -9.562) ) () ) +("anthology" ((nn -11.747) ) () ) +("anthony" ((nnp -8.358) ) () ) +("anthrax" ((nn -9.955) ) () ) +("anthropology" ((nn -11.747) ) () ) +("anti-abortion" ((jj -8.406) (nn -11.747) ) () ) +("anti-abortionist" ((nn -11.747) ) () ) +("anti-abortionists" ((nns -9.339) ) () ) +("anti-aircraft" ((jj -10.971) ) () ) +("anti-airline" ((nn -11.747) ) () ) +("anti-american" ((jj -10.278) ) () ) +("anti-anemia" ((nn -11.747) ) () ) +("anti-apartheid" ((jj -10.278) (nn -11.747) ) () ) +("anti-ballistic" ((nnp -11.403) ) () ) +("anti-ballistic-missile" ((jj -10.971) ) () ) +("anti-bike" ((jj -9.872) ) () ) +("anti-bork" ((jj -10.971) ) () ) +("anti-cancer" ((jj -10.971) ) () ) +("anti-china" ((jj -10.971) ) () ) +("anti-cholesterol" ((jj -10.971) ) () ) +("anti-christ" ((nnp -11.403) ) () ) +("anti-clotting" ((jj -10.971) ) () ) +("anti-communist" ((jj -10.971) ) () ) +("anti-competitive" ((jj -10.278) ) () ) +("anti-crime" ((jj -9.362) ) () ) +("anti-debt" ((jj -10.971) ) () ) +("anti-defense" ((jj -10.971) ) () ) +("anti-depressant" ((nn -11.054) ) () ) +("anti-discrimination" ((jj -10.278) ) () ) +("anti-drug" ((jj -8.406) ) () ) +("anti-dumping" ((jj -9.585) ) () ) +("anti-european" ((jj -10.971) ) () ) +("anti-flag-burning" ((jj -10.971) ) () ) +("anti-fraud" ((jj -10.971) ) () ) +("anti-galileo" ((jj -10.971) ) () ) +("anti-government" ((jj -10.971) (nn -11.054) ) () ) +("anti-heroes" ((nns -10.949) ) () ) +("anti-homosexual" ((jj -10.971) ) () ) +("anti-hooligan" ((jj -10.971) ) () ) +("anti-infectives" ((nns -10.949) ) () ) +("anti-japanese" ((jj -9.872) ) () ) +("anti-jones" ((jj -10.971) ) () ) +("anti-lock" ((jj -10.971) ) () ) +("anti-miscarriage" ((jj -10.278) ) () ) +("anti-missile" ((jj -10.971) ) () ) +("anti-monopoly" ((jj -10.278) ) () ) +("anti-nausea" ((jj -10.971) ) () ) +("anti-noriega" ((jj -10.278) ) () ) +("anti-nuclear" ((jj -9.362) ) () ) +("anti-party" ((jj -10.971) ) () ) +("anti-pocketbook" ((jj -10.971) ) () ) +("anti-program" ((jj -10.971) ) () ) +("anti-programmers" ((nns -10.255) ) () ) +("anti-prostitution" ((jj -10.971) ) () ) +("anti-racketeering" ((jj -10.971) ) () ) +("anti-recession" ((jj -10.971) ) () ) +("anti-rejection" ((jj -10.971) ) () ) +("anti-sandinista" ((jj -10.971) ) () ) +("anti-scientific" ((jj -10.971) ) () ) +("anti-semitic" ((jj -10.278) ) () ) +("anti-smoking" ((jj -9.872) ) () ) +("anti-social" ((jj -10.971) ) () ) +("anti-sony" ((jj -10.971) ) () ) +("anti-soviet" ((jj -10.971) ) () ) +("anti-stalinist" ((jj -10.971) ) () ) +("anti-takeover" ((jj -9.179) (nn -11.747) ) () ) +("anti-tax-shelter" ((jj -10.971) ) () ) +("anti-toxic" ((jj -10.971) ) () ) +("anti-turkish" ((jj -10.971) ) () ) +("anti-ulcer" ((jj -10.971) ) () ) +("anti-union" ((jj -9.872) ) () ) +("anti-viral" ((jj -10.971) ) () ) +("anti-war" ((jj -10.971) ) () ) +("anti-war-related" ((jj -10.971) ) () ) +("anti-western" ((jj -10.971) ) () ) +("anti-white" ((jj -10.971) ) () ) +("antianemia" ((jj -10.971) ) () ) +("antibiotic" ((jj -9.872) (nn -11.054) ) () ) +("antibodies" ((nns -9.562) ) () ) +("antibody" ((nn -9.549) ) () ) +("anticipate" ((vb -7.839) (vbp -7.421) ) () ) +("anticipated" ((jj -8.669) (vbd -8.681) (vbn -7.658) ) () ) +("anticipates" ((vbz -7.528) ) () ) +("anticipating" ((vbg -6.974) ) () ) +("anticipation" ((nn -8.656) ) () ) +("anticompetitive" ((jj -9.872) ) () ) +("antics" ((nns -10.949) ) () ) +("anticult" ((nn -11.747) ) () ) +("antigen" ((nn -11.054) ) () ) +("antihistamine" ((nn -11.747) ) () ) +("antimissile" ((jj -10.971) ) () ) +("antinori" ((nnp -11.403) ) () ) +("antipathies" ((nns -10.949) ) () ) +("antiquated" ((jj -10.971) ) () ) +("antique" ((jj -10.971) (nn -11.747) (nnp -11.403) ) () ) +("antiques" ((nnps -7.729) ) () ) +("antiquities" ((nns -10.949) ) () ) +("antirealistic" ((jj -10.971) ) () ) +("antisocial" ((jj -10.971) ) () ) +("antisony" ((jj -10.971) ) () ) +("antithetical" ((jj -10.278) ) () ) +("antitrust" ((jj -7.142) (nnp -10.709) ) () ) +("antitrust-law" ((jj -10.971) ) () ) +("antiviral" ((jj -10.278) ) () ) +("antoine" ((nnp -11.403) ) () ) +("antolini" ((nnp -11.403) ) () ) +("anton" ((nnp -11.403) ) () ) +("antoni" ((nnp -11.403) ) () ) +("antonia" ((nnp -11.403) ) () ) +("antonini" ((nnp -10.304) ) () ) +("antonio" ((nnp -8.569) ) () ) +("antonovich" ((nnp -11.403) ) () ) +("antony" ((nnp -11.403) ) () ) +("antori" ((nnp -10.709) ) () ) +("ants" ((nns -10.949) ) () ) +("antwerpsche" ((nnp -11.403) ) () ) +("anxieties" ((nns -9.562) ) () ) +("anxiety" ((nn -8.856) ) () ) +("anxious" ((jj -8.573) ) () ) +("anxiously" ((rb -9.606) ) () ) +("any" ((dt -4.624) (rb -8.102) ) () ) +("anybody" ((nn -8.656) ) () ) +("anymore" ((rb -7.734) ) () ) +("anyone" ((nn -7.721) ) () ) +("anything" ((nn -7.083) (nnp -10.709) ) () ) +("anytime" ((rb -8.353) ) () ) +("anyway" ((rb -7.466) ) () ) +("anywhere" ((rb -7.660) ) () ) +("aon" ((nnp -11.403) ) () ) +("aoun" ((nnp -9.323) ) () ) +("aoyama" ((nnp -11.403) ) () ) +("ap-dow" ((nnp -11.403) ) () ) +("apache" ((nnp -10.709) ) () ) +("aparently" ((rb -10.299) ) () ) +("apart" ((rb -7.004) (rp -7.341) ) () ) +("apartheid" ((nn -9.801) ) () ) +("apartment" ((nn -8.702) ) () ) +("apartments" ((nns -9.339) ) () ) +("apathy" ((nn -11.747) ) () ) +("apicella" ((nnp -11.403) ) () ) +("apiece" ((jj -10.971) (rb -7.660) ) () ) +("aplenty" ((jj -10.971) (rb -10.299) ) () ) +("apocalyptic" ((jj -10.971) ) () ) +("apogee" ((nnp -10.016) ) () ) +("apologetically" ((rb -10.299) ) () ) +("apologies" ((nns -10.255) ) () ) +("apologists" ((nns -10.255) ) () ) +("apologize" ((vb -10.141) ) () ) +("apologized" ((vbd -10.291) ) () ) +("apologizing" ((vbg -9.539) ) () ) +("apology" ((nn -10.648) ) () ) +("appalachia" ((nnp -11.403) ) () ) +("appalachian" ((nnp -11.403) ) () ) +("appalled" ((jj -10.971) (vbn -8.469) ) () ) +("appalling" ((jj -10.278) ) () ) +("apparat" ((nn -11.747) ) () ) +("apparatus" ((nn -11.054) ) () ) +("apparel" ((nn -8.974) ) () ) +("apparent" ((jj -7.752) ) () ) +("apparently" ((rb -5.822) ) () ) +("apparitions" ((nns -10.949) ) () ) +("appartus" ((nn -11.747) ) () ) +("appeal" ((nn -7.940) (vb -7.369) (vbp -7.981) ) () ) +("appealed" ((vbd -8.905) (vbn -8.469) ) () ) +("appealing" ((jj -9.872) (vbg -7.747) ) () ) +("appeals" ((nnp -9.611) (nnps -5.937) (nns -7.235) ) () ) +("appeals-court" ((nn -11.747) ) () ) +("appear" ((vb -6.313) (vbp -5.703) ) () ) +("appearance" ((nn -9.039) ) () ) +("appearances" ((nns -9.562) ) () ) +("appeared" ((vbd -6.484) (vbn -8.469) ) () ) +("appearing" ((vbg -7.342) ) () ) +("appears" ((vbz -5.752) ) () ) +("appease" ((vb -9.043) ) () ) +("appeased" ((vbd -10.291) ) () ) +("appel" ((nnp -10.709) ) () ) +("appelbaum" ((nnp -11.403) ) () ) +("appell" ((nnp -11.403) ) () ) +("appellate" ((jj -8.669) (nn -11.054) (nnp -10.304) ) () ) +("appellate-court" ((nn -11.747) ) () ) +("append" ((vb -10.141) ) () ) +("appendages" ((nns -10.949) ) () ) +("appended" ((vbn -9.855) ) () ) +("appert" ((nnp -11.403) ) () ) +("appetite" ((nn -9.549) ) () ) +("appetizing" ((jj -10.971) ) () ) +("applaud" ((vb -10.141) (vbp -9.367) ) () ) +("applauded" ((vbd -9.192) ) () ) +("applauding" ((vbg -9.539) ) () ) +("applauds" ((vbz -8.828) ) () ) +("applause" ((nn -9.955) ) () ) +("apple" ((nn -8.702) (nnp -7.739) ) () ) +("apple-industry" ((nn -11.747) ) () ) +("apple-pie" ((nn -11.747) ) () ) +("applebaum" ((nnp -10.709) ) () ) +("applelike" ((jj -10.971) ) () ) +("apples" ((nns -8.241) ) () ) +("appleseed" ((nnp -11.403) ) () ) +("appleyard" ((nnp -10.304) ) () ) +("appliance" ((nn -9.955) ) () ) +("appliance-controls" ((nn -11.747) ) () ) +("appliances" ((nns -8.551) ) () ) +("applicable" ((jj -9.179) ) () ) +("applicants" ((nns -9.003) ) () ) +("application" ((nn -8.974) ) () ) +("applications" ((nns -7.515) ) () ) +("applied" ((jj -10.971) (nnp -8.763) (vbd -8.211) (vbn -6.965) ) () ) +("applies" ((vbz -8.540) ) () ) +("apply" ((vb -6.809) (vbp -8.674) ) () ) +("applying" ((vbg -7.747) ) () ) +("appoint" ((vb -10.141) ) () ) +("appointed" ((jj -10.278) (vbd -9.192) (vbn -6.421) ) () ) +("appointees" ((nns -10.949) ) () ) +("appointment" ((nn -8.913) ) () ) +("appointments" ((nns -9.157) ) () ) +("appraisal" ((nn -11.054) ) () ) +("appraisals" ((nns -10.255) ) () ) +("appraised" ((vbn -9.855) ) () ) +("appraiser" ((nn -11.747) ) () ) +("appraisers" ((nnps -7.729) (nns -10.949) ) () ) +("appreciably" ((rb -10.299) ) () ) +("appreciate" ((vb -8.062) (vbp -9.367) ) () ) +("appreciated" ((vbd -9.598) (vbn -8.757) ) () ) +("appreciates" ((vbz -9.926) ) () ) +("appreciating" ((vbg -9.539) ) () ) +("appreciation" ((nn -8.528) ) () ) +("apprehension" ((nn -11.747) ) () ) +("apprehensions" ((nns -10.949) ) () ) +("apprehensive" ((jj -10.971) ) () ) +("apprised" ((vbn -9.855) ) () ) +("approach" ((nn -7.704) (vb -8.532) (vbp -7.757) ) () ) +("approached" ((vbd -7.893) (vbn -7.370) ) () ) +("approaches" ((nns -8.646) (vbz -9.233) ) () ) +("approaching" ((vbg -7.593) ) () ) +("appropriate" ((jj -7.445) ) () ) +("appropriated" ((vbd -10.291) (vbn -8.246) ) () ) +("appropriately" ((rb -9.201) ) () ) +("appropriateness" ((nn -11.054) ) () ) +("appropriation" ((nn -10.648) ) () ) +("appropriations" ((nnp -9.100) (nnps -5.649) (nns -7.483) ) () ) +("appropriators" ((nns -9.339) ) () ) +("approval" ((nn -6.841) ) () ) +("approvals" ((nns -8.464) ) () ) +("approve" ((vb -6.586) (vbp -8.674) ) () ) +("approved" ((jj -10.278) (vbd -5.909) (vbn -5.486) ) () ) +("approves" ((vbz -8.828) ) () ) +("approving" ((vbg -8.846) ) () ) +("approximate" ((jj -10.278) ) () ) +("approximately" ((rb -6.932) ) () ) +("approximates" ((vbz -9.926) ) () ) +("april" ((nnp -6.749) ) () ) +("apron" ((nn -11.747) ) () ) +("apt" ((jj -9.872) ) () ) +("aptitude" ((nnp -11.403) ) () ) +("apv" ((nnp -11.403) ) () ) +("aqua" ((nnp -11.403) ) () ) +("aquarium" ((nn -10.648) ) () ) +("aquino" ((nnp -9.611) ) () ) +("aquitaine" ((nnp -10.709) ) () ) +("ara" ((nnp -11.403) ) () ) +("arab" ((jj -8.774) (nnp -9.457) ) () ) +("arab-israeli" ((jj -10.971) ) () ) +("arab-sponsored" ((jj -9.872) ) () ) +("arabia" ((nnp -9.205) ) () ) +("arabian" ((jj -10.971) ) () ) +("arable" ((jj -10.971) ) () ) +("arabs" ((nnps -6.630) (nns -10.949) ) () ) +("arafat" ((nnp -8.918) ) () ) +("aramid" ((nn -10.648) ) () ) +("aran" ((nnp -10.709) ) () ) +("aransas" ((nnp -11.403) ) () ) +("araskog" ((nnp -10.709) ) () ) +("arb" ((nn -10.648) ) () ) +("arbel" ((nnp -9.793) ) () ) +("arbitrage" ((nn -7.429) ) () ) +("arbitrager" ((nn -11.054) ) () ) +("arbitragers" ((nns -8.115) ) () ) +("arbitrageurs" ((nns -10.949) ) () ) +("arbitraging" ((vbg -8.846) ) () ) +("arbitrarily" ((rb -9.201) ) () ) +("arbitrary" ((jj -9.585) ) () ) +("arbitrates" ((vbz -9.926) ) () ) +("arbitrating" ((vbg -9.539) ) () ) +("arbitration" ((nn -9.667) ) () ) +("arbitrator" ((nn -9.801) ) () ) +("arbor" ((nnp -10.709) ) () ) +("arboretum" ((nnp -11.403) ) () ) +("arborists" ((nns -10.949) ) () ) +("arbs" ((nns -8.751) ) () ) +("arby" ((nn -11.747) (nnp -9.100) ) () ) +("arc" ((nnp -11.403) ) () ) +("arcades" ((nns -10.949) ) () ) +("arcadian" ((nnp -10.709) ) () ) +("arcane" ((jj -10.278) ) () ) +("arcata" ((nnp -11.403) ) () ) +("arch" ((vbp -9.367) ) () ) +("arch-rival" ((jj -10.971) ) () ) +("archaic" ((jj -10.278) ) () ) +("arched" ((jj -10.278) (vbd -10.291) ) () ) +("archer-daniels-midland" ((nnp -10.709) ) () ) +("archibald" ((nnp -11.403) ) () ) +("archipelago" ((nnp -11.403) ) () ) +("architect" ((nn -9.667) ) () ) +("architects" ((nnps -7.729) (nns -9.157) ) () ) +("architectural" ((jj -9.362) ) () ) +("architecture" ((nn -9.549) ) () ) +("archive" ((nn -11.747) (nnp -10.709) ) () ) +("archives" ((nnps -7.036) ) () ) +("archness" ((nn -11.747) ) () ) +("archrival" ((jj -9.585) (nn -11.747) ) () ) +("archuleta" ((nnp -10.304) ) () ) +("arco" ((nnp -9.100) ) () ) +("arctic" ((nnp -9.793) ) () ) +("arden" ((nnp -10.709) ) () ) +("ardent" ((jj -10.278) (nnp -10.709) ) () ) +("ardently" ((rb -10.299) ) () ) +("ardito" ((nnp -11.403) ) () ) +("ardor" ((nn -11.747) ) () ) +("are" ((in -10.957) (nnp -10.709) (vbp -1.244) ) () ) +("area" ((nn -6.723) (nnp -8.763) ) () ) +("areas" ((nns -6.239) ) () ) +("arena" ((nn -9.667) (nnp -9.457) ) () ) +("arenas" ((nns -10.949) ) () ) +("arens" ((nnp -11.403) ) () ) +("argentina" ((nn -11.747) (nnp -9.457) ) () ) +("argentine" ((jj -9.872) ) () ) +("argonne" ((nnp -11.403) ) () ) +("argosystems" ((nnps -7.729) ) () ) +("arguably" ((rb -10.299) ) () ) +("argue" ((vb -7.839) (vbp -5.783) ) () ) +("argued" ((vbd -6.924) (vbn -7.776) ) () ) +("argues" ((vbz -6.668) ) () ) +("arguing" ((vbg -6.361) ) () ) +("argument" ((nn -8.191) ) () ) +("arguments" ((nns -7.858) ) () ) +("argumenty" ((nnp -10.304) ) () ) +("argus" ((nnp -11.403) ) () ) +("argyll" ((nnp -11.403) ) () ) +("aria" ((nn -11.747) ) () ) +("ariail" ((nnp -11.403) ) () ) +("ariane" ((nnp -11.403) ) () ) +("arias" ((nnp -9.323) ) () ) +("ariel" ((nnp -10.709) ) () ) +("arighi" ((nnp -10.709) ) () ) +("arise" ((vb -9.043) (vbp -8.674) ) () ) +("arisen" ((vbn -9.162) ) () ) +("arises" ((vbz -9.926) ) () ) +("arising" ((vbg -8.440) ) () ) +("aristech" ((nnp -10.016) ) () ) +("aristocracy" ((nn -11.747) ) () ) +("aristocratic" ((jj -10.971) ) () ) +("arithmetic" ((nn -11.747) ) () ) +("ariz" ((nnp -10.016) ) () ) +("ariz." ((nnp -8.311) ) () ) +("ariz.-based" ((jj -10.971) ) () ) +("arizona" ((nnp -7.432) ) () ) +("arizona-related" ((jj -10.971) ) () ) +("ark" ((nnp -10.016) ) () ) +("ark." ((nnp -9.793) ) () ) +("arkansas" ((nnp -8.694) ) () ) +("arkla" ((nn -11.747) (nnp -9.100) ) () ) +("arkoma" ((nnp -11.403) ) () ) +("arleigh" ((nnp -11.403) ) () ) +("arlen" ((nnp -10.709) ) () ) +("arles" ((nn -11.747) ) () ) +("arlington" ((nnp -9.793) ) () ) +("arm" ((nn -8.345) ) () ) +("armadillos" ((nns -10.949) ) () ) +("armageddon" ((nn -11.747) ) () ) +("armco" ((nnp -9.005) ) () ) +("armed" ((jj -10.278) (nnp -11.403) (vbn -8.063) ) () ) +("armen" ((nnp -11.403) ) () ) +("armenia" ((nnp -11.403) ) () ) +("armenian" ((jj -9.872) ) () ) +("armenians" ((nnps -7.036) ) () ) +("armies" ((nns -10.255) ) () ) +("arming" ((nn -11.747) ) () ) +("armonk" ((nnp -9.611) ) () ) +("armor" ((nn -11.747) ) () ) +("armored" ((jj -10.278) (nnp -11.403) ) () ) +("armpits" ((nns -10.949) ) () ) +("arms" ((nns -7.653) ) () ) +("arms-control" ((jj -10.278) (nn -9.801) ) () ) +("arms-kickback" ((nn -11.054) ) () ) +("arms-reduction" ((jj -10.971) ) () ) +("armstrong" ((nnp -8.630) ) () ) +("armuelles" ((nnp -10.709) ) () ) +("army" ((nn -8.856) (nnp -8.407) ) () ) +("arney" ((nnp -11.403) ) () ) +("arnold" ((nnp -8.630) ) () ) +("arnott" ((nnp -11.403) ) () ) +("aroma" ((nn -11.747) ) () ) +("aromas" ((nns -10.949) ) () ) +("aromatiques" ((nnp -11.403) ) () ) +("arose" ((vbd -8.345) ) () ) +("around" ((1 -4.727) (in -5.690) (rb -6.471) (rp -3.703) ) () ) +("around-the-clock" ((jj -10.971) ) () ) +("arouse" ((vb -10.141) ) () ) +("aroused" ((vbd -10.291) (vbn -8.757) ) () ) +("arousing" ((vbg -9.539) ) () ) +("arpanet" ((nnp -11.403) ) () ) +("arpeggios" ((nns -10.949) ) () ) +("arpino" ((nnp -10.709) ) () ) +("arps" ((nnp -10.304) ) () ) +("arrange" ((vb -7.657) ) () ) +("arranged" ((vbd -8.345) (vbn -7.776) ) () ) +("arrangement" ((nn -8.489) ) () ) +("arrangements" ((nns -8.176) ) () ) +("arranges" ((vbz -9.233) ) () ) +("arranging" ((vbg -7.747) ) () ) +("array" ((nn -9.262) ) () ) +("arrears" ((nns -10.949) ) () ) +("arrest" ((nn -9.444) (vb -9.043) ) () ) +("arrested" ((vbn -7.216) ) () ) +("arrests" ((nns -9.562) ) () ) +("arrival" ((nn -10.648) ) () ) +("arrivals" ((nns -9.850) ) () ) +("arrive" ((vb -8.350) (vbp -9.367) ) () ) +("arrived" ((vbd -7.893) (vbn -8.246) ) () ) +("arrives" ((vbz -8.540) ) () ) +("arriving" ((vbg -8.440) ) () ) +("arrogance" ((nn -11.747) ) () ) +("arrogant" ((jj -9.179) ) () ) +("arrow" ((nn -11.747) (nnp -8.407) ) () ) +("arroyo" ((nnp -11.403) ) () ) +("arsenal" ((nn -10.648) ) () ) +("arsenals" ((nns -9.850) ) () ) +("arseneault" ((nnp -11.403) ) () ) +("arsenic" ((nn -11.747) ) () ) +("arsenide" ((nn -11.747) ) () ) +("arson" ((nn -11.747) ) () ) +("arsonist" ((nn -11.747) ) () ) +("art" ((nn -7.572) (nnp -8.918) ) () ) +("art-acquisition" ((jj -10.971) ) () ) +("art-auction" ((nn -11.747) ) () ) +("art-nouveau" ((jj -10.971) ) () ) +("art-world" ((nn -11.747) ) () ) +("arteries" ((nn -11.747) (nns -9.562) ) () ) +("artery" ((nn -9.801) ) () ) +("artery-clogging" ((nn -11.747) ) () ) +("arthritic" ((jj -10.971) ) () ) +("arthritis" ((nn -11.054) ) () ) +("arthur" ((nnp -7.937) ) () ) +("arthurian" ((jj -10.971) ) () ) +("article" ((nn -7.162) (nnp -11.403) ) () ) +("articles" ((nns -7.616) ) () ) +("articulate" ((vb -9.043) ) () ) +("artifact" ((nn -11.747) ) () ) +("artifacts" ((nns -10.255) ) () ) +("artifical" ((jj -10.971) ) () ) +("artificial" ((jj -9.362) ) () ) +("artificially" ((rb -8.690) ) () ) +("artillery" ((nn -10.137) ) () ) +("artist" ((nn -8.702) (nnp -9.323) ) () ) +("artistic" ((jj -8.669) ) () ) +("artistry" ((nn -11.747) ) () ) +("artists" ((nnp -10.304) (nns -8.004) ) () ) +("artois" ((nnp -11.403) ) () ) +("artra" ((nnp -11.403) ) () ) +("arts" ((nnp -10.304) (nnps -6.119) (nns -9.157) ) () ) +("artwork" ((nn -10.360) ) () ) +("artworks" ((nns -10.949) ) () ) +("artzt" ((nnp -11.403) ) () ) +("aruba" ((nnp -10.304) ) () ) +("as" ((in -2.732) (jj -10.971) (nnp -10.709) (rb -3.731) ) () ) +("as-yet" ((rb -10.299) ) () ) +("asa" ((nnp -11.403) ) () ) +("asada" ((nnp -11.403) ) () ) +("asahi" ((nnp -10.709) (nns -10.949) ) () ) +("asarco" ((nnp -9.323) ) () ) +("asbestos" ((nn -8.281) ) () ) +("asbestos-abatement" ((nn -11.747) ) () ) +("asbestos-disease" ((nn -11.747) ) () ) +("asbestos-related" ((jj -9.179) ) () ) +("asbestosis" ((nn -11.747) ) () ) +("ascap" ((nnp -10.709) ) () ) +("ascendency" ((nn -11.747) ) () ) +("ascending" ((vbg -8.846) ) () ) +("ascent" ((nn -11.747) ) () ) +("ascertain" ((vb -10.141) ) () ) +("ascribe" ((vbp -9.367) ) () ) +("ascribed" ((vbn -9.855) ) () ) +("asda" ((nnp -10.709) ) () ) +("asea" ((nnp -10.016) ) () ) +("asean" ((nnp -11.403) ) () ) +("asensio" ((nnp -11.403) ) () ) +("aseptically" ((rb -10.299) ) () ) +("ash" ((nnp -11.403) ) () ) +("ashamed" ((jj -10.971) ) () ) +("asher" ((nnp -10.304) ) () ) +("asheville" ((nnp -11.403) ) () ) +("ashland" ((nnp -8.694) (vbp -9.367) ) () ) +("ashok" ((nnp -11.403) ) () ) +("ashore" ((rb -10.299) ) () ) +("ashton-tate" ((nnp -10.016) ) () ) +("ashtrays" ((nns -10.949) ) () ) +("ashurst" ((nnp -9.793) ) () ) +("ashwood" ((nnp -11.403) ) () ) +("asia" ((nn -11.054) (nnp -7.490) ) () ) +("asia-pacific" ((nnp -10.016) ) () ) +("asian" ((jj -7.752) (nnp -9.323) ) () ) +("asians" ((nnps -7.036) ) () ) +("aside" ((rb -6.967) (rp -5.549) ) () ) +("asil" ((nnp -11.403) ) () ) +("ask" ((vb -6.380) (vbp -7.421) ) () ) +("aska" ((nnp -11.403) ) () ) +("asked" ((jj -10.971) (vbd -5.666) (vbn -5.728) ) () ) +("askin" ((nnp -11.403) ) () ) +("asking" ((jj -10.971) (nn -11.054) (vbg -5.850) ) () ) +("asko" ((nnp -9.205) ) () ) +("asks" ((vbz -7.093) ) () ) +("aslacton" ((nnp -10.304) ) () ) +("asleep" ((jj -10.971) ) () ) +("asman" ((nnp -10.016) ) () ) +("aspect" ((nn -9.108) ) () ) +("aspects" ((nns -7.858) ) () ) +("aspens" ((nns -10.949) ) () ) +("aspersion" ((nn -11.747) ) () ) +("aspersions" ((nns -10.949) ) () ) +("asphalt" ((nn -11.054) ) () ) +("aspin" ((nnp -10.709) ) () ) +("aspirations" ((nns -9.562) ) () ) +("aspire" ((vbp -9.367) ) () ) +("aspires" ((vbz -9.926) ) () ) +("aspirin" ((nn -11.747) ) () ) +("aspiring" ((jj -10.971) (vbg -9.539) ) () ) +("asquith" ((nnp -11.403) ) () ) +("assailant" ((nn -11.747) ) () ) +("assailed" ((vbd -9.598) ) () ) +("assassin" ((nn -11.747) ) () ) +("assassinate" ((vb -9.448) ) () ) +("assassinated" ((vbn -9.855) ) () ) +("assassination" ((nn -9.039) ) () ) +("assassinations" ((nns -8.751) ) () ) +("assault" ((nn -9.955) (vbp -9.367) ) () ) +("assault-weapons" ((jj -10.971) ) () ) +("assemble" ((vb -9.043) ) () ) +("assembled" ((vbd -8.681) (vbn -7.658) ) () ) +("assemblies" ((nns -10.949) ) () ) +("assembling" ((vbg -8.440) ) () ) +("assembly" ((nn -8.569) (nnp -9.457) ) () ) +("assembly-line" ((nn -11.747) ) () ) +("assemblyman" ((nnp -10.709) ) () ) +("assent" ((nn -11.747) ) () ) +("assert" ((vb -8.755) (vbp -8.674) ) () ) +("asserted" ((vbd -7.988) (vbn -9.855) ) () ) +("asserting" ((vbg -7.930) ) () ) +("assertion" ((nn -11.747) ) () ) +("assertions" ((nns -9.339) ) () ) +("assertive" ((jj -10.971) ) () ) +("asserts" ((vbz -7.287) ) () ) +("assess" ((vb -8.196) ) () ) +("assessed" ((vbd -10.291) (vbn -9.162) ) () ) +("assessing" ((vbg -7.930) ) () ) +("assessment" ((nn -8.974) (nnp -10.709) ) () ) +("assessments" ((nns -9.850) ) () ) +("asset" ((nn -7.669) (nnp -8.918) ) () ) +("asset-allocation" ((jj -10.278) ) () ) +("asset-backed" ((jj -8.892) (nnp -10.709) ) () ) +("asset-forfeiture" ((nn -11.747) ) () ) +("asset-liability" ((jj -10.971) ) () ) +("asset-management" ((jj -10.971) (nn -11.054) ) () ) +("asset-quality" ((jj -10.971) ) () ) +("asset-sale" ((jj -10.971) ) () ) +("asset-stripping" ((jj -10.971) ) () ) +("assets" ((nnp -9.793) (nnps -5.783) (nns -5.289) ) () ) +("assicurazioni" ((nnp -11.403) ) () ) +("assiduously" ((rb -10.299) ) () ) +("assign" ((vb -9.043) (vbp -8.674) ) () ) +("assigned" ((vbn -7.290) ) () ) +("assignment" ((nn -9.955) ) () ) +("assigns" ((vbz -9.926) ) () ) +("assimilate" ((vb -9.448) ) () ) +("assimilated" ((jj -10.971) ) () ) +("assist" ((vb -7.197) ) () ) +("assistance" ((nn -8.083) ) () ) +("assistant" ((jj -8.138) (nn -8.913) (nnp -9.100) ) () ) +("assistants" ((nns -9.850) ) () ) +("assisted" ((vbn -8.246) ) () ) +("assisted-living" ((jj -10.971) ) () ) +("assisting" ((vbg -7.930) ) () ) +("associate" ((jj -8.669) (nn -9.444) (nnp -11.403) ) () ) +("associated" ((jj -9.872) (nnp -9.323) (vbn -6.192) ) () ) +("associates" ((nnp -8.184) (nnps -4.202) (nns -7.813) ) () ) +("associating" ((vbg -8.846) ) () ) +("association" ((nn -7.897) (nnp -6.226) ) () ) +("association-college" ((nnp -11.403) ) () ) +("associations" ((nns -8.551) ) () ) +("assorted" ((jj -9.025) ) () ) +("assortment" ((nn -10.360) ) () ) +("assuage" ((vb -9.448) ) () ) +("assume" ((vb -6.963) (vbp -7.287) ) () ) +("assumed" ((jj -10.971) (vbd -8.211) (vbn -7.457) ) () ) +("assumes" ((vbz -7.361) ) () ) +("assuming" ((vbg -6.494) ) () ) +("assumption" ((nn -8.702) ) () ) +("assumptions" ((nns -9.339) ) () ) +("assurance" ((nn -9.182) (nnp -9.611) ) () ) +("assurances" ((nnp -9.793) (nnps -7.036) (nns -8.646) ) () ) +("assure" ((vb -8.532) ) () ) +("assured" ((jj -10.971) (vbd -9.598) (vbn -7.776) ) () ) +("assures" ((vbz -9.926) ) () ) +("assuring" ((vbg -9.539) ) () ) +("ast" ((nnp -10.709) ) () ) +("astec" ((nnp -11.403) ) () ) +("asteroids" ((nns -10.949) ) () ) +("asthma" ((nn -10.648) ) () ) +("astonishing" ((jj -9.585) ) () ) +("astonishment" ((nn -11.054) ) () ) +("astor" ((nnp -11.403) ) () ) +("astoria" ((nnp -11.403) ) () ) +("astounded" ((jj -10.971) ) () ) +("astounding" ((jj -10.971) ) () ) +("astounds" ((vbz -9.926) ) () ) +("astray" ((rb -10.299) ) () ) +("astride" ((in -10.957) ) () ) +("astringency" ((nn -11.747) ) () ) +("astronauts" ((nns -9.562) ) () ) +("astronomer" ((nn -11.054) ) () ) +("astronomical" ((jj -9.872) ) () ) +("astronomy" ((nnp -11.403) ) () ) +("astrophysicist" ((nn -11.747) ) () ) +("astute" ((jj -10.278) ) () ) +("asunder" ((rb -10.299) ) () ) +("aswara" ((nnp -11.403) ) () ) +("asylum" ((nn -11.054) ) () ) +("at" ((in -2.557) (nn -11.747) (rp -7.341) ) () ) +("at&t" ((nn -11.747) (nnp -7.618) ) () ) +("at&t-sponsored" ((jj -10.971) ) () ) +("at-bat" ((nn -11.747) ) () ) +("at-market" ((jj -10.971) ) () ) +("atari" ((nnp -11.403) ) () ) +("atco" ((nnp -10.304) ) () ) +("ate" ((vbd -9.598) ) () ) +("ateliers" ((nnp -11.403) ) () ) +("athens" ((nnp -10.709) ) () ) +("atherton" ((nnp -10.304) ) () ) +("athlete" ((nn -11.747) ) () ) +("athlete-payoff" ((jj -10.971) ) () ) +("athlete-s" ((nn -11.747) ) () ) +("athletes" ((nns -9.850) ) () ) +("athletic" ((jj -9.585) ) () ) +("athletic-shoe" ((nn -11.747) ) () ) +("athletics" ((nnp -10.016) (nns -9.562) ) () ) +("atkins" ((nnp -10.016) ) () ) +("atkinson" ((nnp -11.403) ) () ) +("atlanta" ((nnp -7.689) ) () ) +("atlanta-based" ((jj -8.892) ) () ) +("atlantans" ((nnps -7.729) ) () ) +("atlantic" ((jj -10.278) (nnp -7.739) ) () ) +("atlantis" ((nnp -9.100) (nns -10.949) ) () ) +("atlas" ((nn -11.747) (nnp -10.709) ) () ) +("atmosphere" ((nn -8.974) ) () ) +("atmospheric" ((jj -9.872) ) () ) +("atolls" ((nns -10.949) ) () ) +("atomic" ((jj -10.971) ) () ) +("atoms" ((nns -9.850) ) () ) +("atonal" ((jj -10.971) ) () ) +("atone" ((vb -10.141) ) () ) +("atop" ((in -9.571) ) () ) +("atrium" ((nn -11.747) (nnp -11.403) ) () ) +("atrun" ((jj -10.971) ) () ) +("atsushi" ((nnp -10.016) ) () ) +("attach" ((vb -8.532) ) () ) +("attache" ((nn -11.747) ) () ) +("attached" ((jj -10.971) (vbd -8.681) (vbn -6.911) ) () ) +("attaches" ((vbz -9.233) ) () ) +("attaching" ((vbg -8.440) ) () ) +("attachment" ((nn -11.747) ) () ) +("attack" ((nn -8.281) (vb -8.350) (vbp -9.367) ) () ) +("attacked" ((vbd -8.681) (vbn -7.909) ) () ) +("attacker" ((nn -11.747) ) () ) +("attackers" ((nns -10.949) ) () ) +("attacking" ((nn -11.747) (vbg -7.747) ) () ) +("attacks" ((nns -8.869) (vbz -9.926) ) () ) +("attain" ((vb -9.448) ) () ) +("attainable" ((jj -10.971) ) () ) +("attempt" ((nn -7.403) (vb -8.350) (vbp -7.981) ) () ) +("attempted" ((jj -10.278) (vbd -8.345) (vbn -7.909) ) () ) +("attempting" ((vbg -6.404) ) () ) +("attempts" ((nns -8.115) (vbz -8.317) ) () ) +("attend" ((vb -8.062) (vbp -8.674) ) () ) +("attendance" ((nn -9.955) ) () ) +("attendant" ((jj -10.971) ) () ) +("attendants" ((nns -9.339) ) () ) +("attended" ((vbd -7.726) (vbn -8.757) ) () ) +("attendee" ((nn -11.747) ) () ) +("attending" ((vbg -7.460) ) () ) +("attends" ((vbz -9.233) ) () ) +("attention" ((nn -7.604) (vb -10.141) ) () ) +("attest" ((vb -10.141) ) () ) +("attests" ((vbz -9.233) ) () ) +("attic" ((nn -11.747) ) () ) +("attics" ((nns -10.949) ) () ) +("attitude" ((nn -8.702) ) () ) +("attitudes" ((nns -8.310) ) () ) +("attorney" ((nn -7.074) (nnp -8.224) ) () ) +("attorney-client" ((jj -10.278) ) () ) +("attorney-disciplinary" ((jj -10.971) ) () ) +("attorneys" ((nnp -10.709) (nns -7.235) ) () ) +("attract" ((vb -6.478) (vbp -9.367) ) () ) +("attracted" ((vbd -8.211) (vbn -7.457) ) () ) +("attracting" ((vbg -6.974) ) () ) +("attraction" ((nn -10.137) ) () ) +("attractions" ((nns -9.157) ) () ) +("attractive" ((jj -7.537) ) () ) +("attractively" ((rb -9.606) ) () ) +("attractiveness" ((nn -10.360) ) () ) +("attracts" ((vbz -7.729) ) () ) +("attributable" ((jj -9.585) ) () ) +("attribute" ((nn -11.054) (vb -10.141) (vbp -7.981) ) () ) +("attributed" ((vbd -6.420) (vbn -7.370) ) () ) +("attributes" ((nns -9.850) (vbz -8.540) ) () ) +("attributing" ((vbg -8.846) ) () ) +("attridge" ((nnp -11.403) ) () ) +("attrition" ((nn -11.054) ) () ) +("attuned" ((jj -10.971) ) () ) +("atwood" ((nnp -11.403) ) () ) +("au" ((fw -4.723) ) () ) +("aucoin" ((nnp -10.709) ) () ) +("auction" ((nn -7.028) (vb -8.532) ) () ) +("auction-house" ((nn -11.747) ) () ) +("auctioned" ((vbd -10.291) ) () ) +("auctions" ((nnps -7.729) (nns -8.646) ) () ) +("audacious" ((jj -10.278) ) () ) +("audacity" ((nn -11.747) ) () ) +("audi" ((nnp -10.709) ) () ) +("audible" ((jj -10.278) ) () ) +("audience" ((nn -7.940) ) () ) +("audience-friendly" ((jj -10.971) ) () ) +("audiences" ((nns -8.241) ) () ) +("audio" ((jj -9.025) (nn -10.648) ) () ) +("audio-specialty" ((nn -11.747) ) () ) +("audiocassettes" ((nns -10.949) ) () ) +("audiophiles" ((nns -10.949) ) () ) +("audiovisual" ((nnp -11.403) ) () ) +("audit" ((nn -8.751) (nnp -10.709) (vb -10.141) ) () ) +("audited" ((jj -10.278) (vbd -10.291) (vbn -9.162) ) () ) +("auditing" ((nn -11.747) ) () ) +("audition" ((nn -11.747) (vb -9.448) ) () ) +("auditor" ((nn -10.137) ) () ) +("auditor-general" ((nn -11.747) ) () ) +("auditorium" ((nnp -10.304) ) () ) +("auditors" ((nns -9.850) ) () ) +("audits" ((nn -9.955) (nns -10.949) ) () ) +("audrey" ((nnp -11.403) ) () ) +("aug." ((nnp -7.471) ) () ) +("augment" ((vb -9.043) ) () ) +("august" ((jj -10.971) (nnp -5.897) ) () ) +("augusta" ((nnp -11.403) ) () ) +("augustines" ((nnps -7.729) ) () ) +("aunt" ((nnp -11.403) ) () ) +("aura" ((nn -11.747) ) () ) +("aural" ((jj -10.971) ) () ) +("aurora" ((nnp -10.304) ) () ) +("aus" ((nnp -10.304) ) () ) +("auschwitz" ((nnp -11.403) ) () ) +("auspices" ((nns -10.255) ) () ) +("auspicious" ((jj -10.278) ) () ) +("aussedat" ((nnp -10.016) ) () ) +("austere" ((jj -9.872) ) () ) +("austerity" ((nn -9.801) ) () ) +("austin" ((nnp -8.694) ) () ) +("australia" ((nnp -7.020) ) () ) +("australia-based" ((jj -10.971) ) () ) +("australian" ((jj -7.360) (nnp -9.457) ) () ) +("australian-american" ((jj -10.971) ) () ) +("australians" ((nnps -7.729) ) () ) +("austria" ((nnp -10.304) ) () ) +("austrian" ((jj -9.872) (nnp -10.304) ) () ) +("authentic" ((jj -10.278) ) () ) +("authenticity" ((nn -10.648) ) () ) +("author" ((nn -8.656) ) () ) +("authoritarian" ((jj -10.278) ) () ) +("authorities" ((nnp -11.403) (nns -7.311) ) () ) +("authority" ((nn -7.604) (nnp -8.107) ) () ) +("authorization" ((nn -9.349) ) () ) +("authorizations" ((nns -10.949) ) () ) +("authorize" ((vb -9.043) ) () ) +("authorized" ((jj -10.971) (vbd -7.726) (vbn -7.370) ) () ) +("authorizes" ((vbz -9.233) ) () ) +("authorizing" ((vbg -8.846) ) () ) +("authors" ((nns -8.551) ) () ) +("authorship" ((nn -11.747) ) () ) +("auto" ((nn -6.984) (nnp -9.457) ) () ) +("auto-buying" ((nn -11.747) ) () ) +("auto-dealer" ((nn -11.747) ) () ) +("auto-emission" ((nn -11.747) ) () ) +("auto-emissions" ((nns -10.949) ) () ) +("auto-industry" ((nn -11.747) ) () ) +("auto-insurance" ((nn -11.747) ) () ) +("auto-loan" ((jj -10.971) ) () ) +("auto-maker" ((nn -11.747) ) () ) +("auto-market" ((nn -11.747) ) () ) +("auto-repair" ((jj -10.971) ) () ) +("auto-safety" ((jj -10.971) ) () ) +("auto-sales" ((nns -10.949) ) () ) +("auto-strop" ((jj -10.971) ) () ) +("autobiographical" ((jj -10.971) ) () ) +("autobiography" ((nn -11.747) ) () ) +("autocrat" ((nn -11.747) ) () ) +("autocratic" ((jj -10.278) ) () ) +("autodesk" ((nnp -11.403) ) () ) +("autograph" ((nn -11.054) ) () ) +("autographed" ((jj -10.971) (vbn -9.162) ) () ) +("autoimmune" ((jj -10.971) ) () ) +("automakers" ((nns -10.255) ) () ) +("automated" ((jj -9.585) (nnp -10.709) (vbn -8.063) ) () ) +("automated-quotation" ((nn -11.747) ) () ) +("automated-teller" ((nn -11.747) ) () ) +("automatic" ((jj -8.081) (nnp -10.016) ) () ) +("automatically" ((rb -7.901) ) () ) +("automating" ((vbg -8.846) ) () ) +("automation" ((nn -11.747) ) () ) +("automobile" ((nn -9.108) (nnp -9.793) ) () ) +("automobile-parts" ((jj -10.971) ) () ) +("automobiles" ((nns -9.157) ) () ) +("automotive" ((jj -7.059) (nnp -9.323) ) () ) +("automotive-lighting" ((jj -10.971) ) () ) +("automotive-parts" ((jj -10.971) ) () ) +("autonomous" ((jj -9.872) ) () ) +("autonomy" ((nn -11.054) ) () ) +("autos" ((nns -9.339) ) () ) +("autozam" ((nnp -11.403) ) () ) +("autry" ((nnp -10.709) ) () ) +("autumn" ((nn -9.182) ) () ) +("autumns" ((nns -10.949) ) () ) +("auvil" ((nnp -9.793) ) () ) +("auxiliary" ((jj -9.872) ) () ) +("ava" ((nnp -11.403) ) () ) +("avail" ((nn -11.054) ) () ) +("availability" ((nn -9.262) ) () ) +("available" ((jj -6.066) ) () ) +("avant-garde" ((nn -11.747) ) () ) +("avco" ((nnp -11.403) ) () ) +("ave" ((nnp -11.403) ) () ) +("avec" ((fw -5.416) ) () ) +("avedisian" ((nnp -10.709) ) () ) +("avena" ((nnp -11.403) ) () ) +("avenue" ((nn -11.747) (nnp -8.358) ) () ) +("avenues" ((nnp -11.403) (nns -10.255) ) () ) +("averae" ((nnp -11.403) ) () ) +("average" ((jj -5.663) (nn -6.716) (nnp -6.960) (vb -10.141) (vbp -8.268) ) () ) +("averaged" ((vbd -7.583) (vbn -9.855) ) () ) +("averages" ((nns -8.464) (vbz -9.926) ) () ) +("averaging" ((nn -11.747) (vbg -8.153) ) () ) +("averred" ((vbd -10.291) ) () ) +("avert" ((vb -9.043) ) () ) +("averted" ((vbn -9.855) ) () ) +("averts" ((vbz -9.926) ) () ) +("avery" ((nnp -8.569) ) () ) +("avi" ((nnp -11.403) ) () ) +("aviacion" ((nnp -10.709) ) () ) +("avianca" ((nnp -11.403) ) () ) +("aviation" ((nn -9.549) (nnp -8.763) ) () ) +("avid" ((jj -10.971) ) () ) +("avidly" ((rb -10.299) ) () ) +("avions" ((nnp -10.709) ) () ) +("avis" ((nnp -9.205) ) () ) +("aviv" ((nnp -11.403) ) () ) +("avmark" ((nnp -11.403) ) () ) +("avner" ((nnp -10.709) ) () ) +("avoid" ((vb -5.865) (vbp -8.674) ) () ) +("avoidance" ((nn -11.054) ) () ) +("avoided" ((vbd -8.905) (vbn -7.457) ) () ) +("avoiding" ((vbg -7.460) ) () ) +("avoids" ((vbz -9.926) ) () ) +("avon" ((nn -11.747) (nnp -9.005) ) () ) +("avondale" ((nnp -9.611) ) () ) +("avx" ((nnp -10.304) ) () ) +("aw" ((uh -4.477) ) () ) +("awad" ((nnp -10.304) ) () ) +("await" ((vb -9.448) (vbp -8.674) ) () ) +("awaited" ((vbd -9.192) ) () ) +("awaiting" ((vbg -7.593) ) () ) +("awaits" ((vbz -9.926) ) () ) +("awake" ((jj -10.971) (rb -10.299) ) () ) +("awakened" ((vbn -9.162) ) () ) +("award" ((nn -8.656) (vb -10.141) ) () ) +("award-winning" ((jj -10.971) ) () ) +("awarded" ((vbd -7.295) (vbn -7.147) ) () ) +("awards" ((nns -9.339) ) () ) +("aware" ((jj -7.505) ) () ) +("awareness" ((nn -10.137) ) () ) +("awash" ((jj -10.971) (rb -10.299) ) () ) +("away" ((rb -5.275) (rp -4.568) ) () ) +("away-from-home" ((jj -10.971) ) () ) +("awed" ((jj -10.971) ) () ) +("awesome" ((jj -9.585) ) () ) +("awful" ((jj -8.892) ) () ) +("awfully" ((rb -9.201) ) () ) +("awhile" ((rb -10.299) ) () ) +("awkward" ((jj -10.971) ) () ) +("awoke" ((vbd -10.291) ) () ) +("awry" ((rb -10.299) ) () ) +("ax" ((nn -11.054) ) () ) +("axa" ((nnp -8.512) ) () ) +("axa-midi" ((nnp -9.457) ) () ) +("axiomatic" ((jj -10.971) ) () ) +("axles" ((nns -10.949) ) () ) +("ayala" ((nnp -11.403) ) () ) +("aycock" ((nnp -11.403) ) () ) +("ayer" ((nnp -10.016) ) () ) +("ayers" ((nnp -11.403) ) () ) +("azerbaijan" ((nnp -11.403) ) () ) +("azioni" ((nnp -11.403) ) () ) +("aziza" ((nnp -11.403) ) () ) +("azoff" ((nnp -8.918) ) () ) +("azt" ((nnp -8.512) ) () ) +("aztar" ((nnp -10.016) ) () ) +("azucena" ((nnp -11.403) ) () ) +("azure" ((jj -10.971) ) () ) +("b" ((ls -3.114) (nn -10.360) (nnp -8.184) (sym -2.015) ) () ) +("b-1" ((jj -10.971) ) () ) +("b-1b" ((jj -10.971) (nn -11.747) ) () ) +("b-2" ((jj -10.971) (nn -10.360) (nnp -10.016) ) () ) +("b-2s" ((nns -10.949) ) () ) +("b-3" ((jj -10.278) ) () ) +("b-flat" ((nn -11.747) ) () ) +("b." ((nnp -7.414) ) () ) +("b.a.t" ((nn -11.747) (nnp -7.451) ) () ) +("b.b." ((nnp -11.403) ) () ) +("b.c.-based" ((jj -10.971) ) () ) +("b.f." ((nnp -10.304) ) () ) +("b.j." ((nnp -10.709) ) () ) +("b.v." ((nnp -10.304) ) () ) +("b2" ((jj -10.971) (nn -11.054) ) () ) +("ba-3" ((jj -10.971) (nn -11.747) ) () ) +("ba3" ((jj -10.278) (nn -11.747) ) () ) +("baa-1" ((jj -10.278) ) () ) +("baa-2" ((jj -10.971) (nnp -11.403) ) () ) +("baa2" ((jj -10.278) ) () ) +("baa3" ((jj -10.971) ) () ) +("babble" ((nn -11.747) ) () ) +("babcock" ((nnp -11.403) ) () ) +("babe" ((nnp -11.403) ) () ) +("babel" ((nnp -11.403) ) () ) +("babelists" ((nns -10.949) ) () ) +("babies" ((nns -9.850) ) () ) +("baby" ((nn -8.856) (nnp -9.457) ) () ) +("baby-faced" ((jj -10.971) ) () ) +("babylonian" ((nnp -10.304) ) () ) +("bacarella" ((nnp -10.304) ) () ) +("baccalaureate" ((nn -11.054) ) () ) +("bach" ((nn -11.747) (nnp -10.709) ) () ) +("bache" ((nnp -10.304) ) () ) +("bachelor" ((nn -11.054) ) () ) +("baches" ((nnps -7.729) ) () ) +("bachman" ((nnp -10.709) ) () ) +("bachmann" ((nnp -10.304) ) () ) +("bachtold" ((nnp -11.403) ) () ) +("bacillus" ((nn -11.054) ) () ) +("back" ((jj -8.138) (nn -8.379) (nnp -11.403) (rb -4.534) (rp -3.390) (vb -7.251) (vbp -7.981) ) () ) +("back-end" ((jj -10.278) ) () ) +("back-office" ((jj -10.971) (nn -10.360) ) () ) +("back-on-terra-firma" ((jj -10.971) ) () ) +("back-pay" ((nn -11.747) ) () ) +("back-to-back" ((jj -10.971) ) () ) +("back-up" ((jj -10.971) (nn -10.648) ) () ) +("back-ups" ((nns -10.255) ) () ) +("backbench" ((jj -10.971) ) () ) +("backbone" ((nn -11.054) ) () ) +("backdrop" ((nn -9.801) ) () ) +("backe" ((nnp -10.304) ) () ) +("backed" ((nnp -11.403) (vbd -7.726) (vbn -6.244) ) () ) +("backed-up" ((jj -10.971) ) () ) +("backer" ((nn -11.747) (nnp -8.763) ) () ) +("backers" ((nns -8.751) ) () ) +("backfire" ((vb -8.755) ) () ) +("backfired" ((vbd -10.291) (vbn -9.162) ) () ) +("backfires" ((vbz -9.926) ) () ) +("backflips" ((vbz -9.926) ) () ) +("background" ((nn -9.444) ) () ) +("backgrounds" ((nns -9.339) ) () ) +("backing" ((nn -9.549) (vbg -7.141) ) () ) +("backlash" ((nn -10.360) ) () ) +("backlit" ((jj -10.971) ) () ) +("backlog" ((nn -8.974) ) () ) +("backlogs" ((nns -9.003) ) () ) +("backpackers" ((nns -10.949) ) () ) +("backpedaling" ((vbg -9.539) ) () ) +("backs" ((nns -9.562) (vbz -8.540) ) () ) +("backseat" ((nn -11.747) ) () ) +("backside" ((nn -11.747) ) () ) +("backslapping" ((vbg -9.539) ) () ) +("backstop" ((nn -11.747) ) () ) +("backup" ((jj -9.872) (nn -10.648) ) () ) +("backward" ((rb -9.606) ) () ) +("backwards" ((jj -10.971) (rb -10.299) ) () ) +("backwater" ((nn -11.747) ) () ) +("bacon" ((nn -11.054) (nnp -11.403) ) () ) +("bacteria" ((nns -8.751) ) () ) +("bacteria-free" ((jj -10.971) ) () ) +("bacterial" ((jj -10.278) ) () ) +("bacterium" ((nn -9.955) ) () ) +("bad" ((jj -6.235) (nnp -11.403) (rb -10.299) ) () ) +("bad-law" ((nn -11.747) ) () ) +("baddebt" ((jj -10.971) ) () ) +("baden-wuerttemberg" ((nnp -11.403) ) () ) +("badge" ((nn -11.747) ) () ) +("badges" ((nns -10.255) ) () ) +("badly" ((rb -7.041) ) () ) +("baer" ((nnp -10.709) ) () ) +("baffling" ((jj -10.971) ) () ) +("bag" ((nn -9.444) ) () ) +("baggage" ((nn -11.747) ) () ) +("baghdad" ((nnp -11.403) ) () ) +("bags" ((nns -8.869) ) () ) +("bahamas" ((nnps -6.119) ) () ) +("bail" ((vb -8.350) ) () ) +("bail-jumping" ((nn -11.747) ) () ) +("bailard" ((nnp -11.403) ) () ) +("bailed" ((vbd -10.291) ) () ) +("bailey" ((nnp -10.304) ) () ) +("bailiff" ((nn -11.747) ) () ) +("bailiffs" ((nns -10.949) ) () ) +("bailing" ((vbg -9.539) ) () ) +("bailit" ((nnp -10.709) ) () ) +("bailout" ((nn -8.345) ) () ) +("bailouts" ((nns -9.562) ) () ) +("baily" ((nnp -11.403) ) () ) +("baim" ((nnp -11.403) ) () ) +("bain" ((nnp -11.403) ) () ) +("baird" ((nnp -10.304) ) () ) +("bait" ((nn -11.747) ) () ) +("bajakian" ((nnp -11.403) ) () ) +("baker" ((nn -11.747) (nnp -6.948) ) () ) +("bakeries" ((nns -10.255) ) () ) +("bakersfield" ((nnp -10.709) ) () ) +("bakery" ((nn -11.054) (nnp -11.403) ) () ) +("bakes" ((nnp -9.793) ) () ) +("bakeware" ((nn -10.648) ) () ) +("baking" ((nnp -11.403) ) () ) +("bakker" ((nnp -9.793) ) () ) +("bala" ((nnp -10.709) ) () ) +("balance" ((nn -7.758) (nnp -11.403) (vb -8.532) ) () ) +("balance-of-payments" ((jj -10.971) (nns -9.850) ) () ) +("balanced" ((jj -9.872) (vbn -8.757) ) () ) +("balanced-budget" ((jj -10.278) ) () ) +("balances" ((nns -10.255) (vbz -9.926) ) () ) +("balancing" ((nn -11.747) (vbg -9.539) ) () ) +("balconies" ((nns -10.255) ) () ) +("balcor" ((nnp -10.304) ) () ) +("bald" ((jj -10.278) ) () ) +("bald-faced" ((jj -10.971) ) () ) +("baldwin" ((nnp -9.611) ) () ) +("bales" ((nns -10.255) ) () ) +("balk" ((vb -9.448) (vbp -9.367) ) () ) +("balkanized" ((jj -10.971) ) () ) +("balked" ((vbd -8.211) ) () ) +("balking" ((vbg -8.846) ) () ) +("balks" ((vbz -9.926) ) () ) +("ball" ((nn -9.549) (nnp -9.611) ) () ) +("ball-bearing" ((nn -11.747) ) () ) +("balladur" ((nnp -11.403) ) () ) +("ballard" ((nnp -11.403) ) () ) +("ballet" ((nnp -11.403) ) () ) +("ballhaus" ((nnp -10.304) ) () ) +("ballistic" ((jj -9.872) ) () ) +("balloon" ((nn -9.039) (nnp -11.403) (vb -9.448) ) () ) +("ballooned" ((vbd -10.291) ) () ) +("ballooning" ((nn -9.801) (vbg -8.846) ) () ) +("balloonists" ((nns -9.850) ) () ) +("balloons" ((nns -10.255) (vbz -9.926) ) () ) +("ballot" ((nn -10.360) ) () ) +("ballot-burning" ((jj -10.971) ) () ) +("balloting" ((nn -10.648) ) () ) +("ballpark" ((nn -9.955) ) () ) +("ballparks" ((nns -10.949) ) () ) +("ballplayers" ((nns -10.949) ) () ) +("ballroom" ((nn -11.747) ) () ) +("balls" ((nns -10.949) ) () ) +("ballwin" ((nnp -11.403) ) () ) +("bally" ((nnp -8.311) ) () ) +("ballyhooed" ((vbn -9.855) ) () ) +("balm" ((nn -11.747) ) () ) +("baloney" ((nn -11.747) ) () ) +("baltic" ((jj -10.971) (nnp -10.709) ) () ) +("baltimore" ((nnp -8.358) ) () ) +("baltimore-based" ((jj -9.872) ) () ) +("baltimore-washington" ((nnp -11.403) ) () ) +("balzac" ((nnp -11.403) ) () ) +("bam" ((uh -4.477) ) () ) +("bambi" ((nnp -11.403) ) () ) +("bamboozled" ((vbn -9.855) ) () ) +("ban" ((nn -8.136) (vb -7.577) (vbp -9.367) ) () ) +("banal" ((jj -10.278) ) () ) +("banalization" ((nn -11.747) ) () ) +("banana" ((nn -11.747) ) () ) +("banana-exporting" ((jj -10.971) ) () ) +("bananas" ((nns -10.949) ) () ) +("banc" ((nnp -9.793) ) () ) +("banca" ((nnp -10.016) ) () ) +("banco" ((nnp -8.035) ) () ) +("bancoklahoma" ((nnp -9.793) ) () ) +("bancorp" ((nnp -8.407) ) () ) +("bancorp." ((nnp -9.793) ) () ) +("bancroft" ((nnp -9.611) ) () ) +("bancshares" ((nnp -10.709) (nnps -7.729) ) () ) +("band" ((nn -9.108) (nnp -11.403) ) () ) +("band-wagon" ((jj -10.971) ) () ) +("bandages" ((nns -10.949) ) () ) +("bandied" ((vbn -9.855) ) () ) +("bandow" ((nnp -11.403) ) () ) +("bands" ((nns -9.562) ) () ) +("bandwagon" ((nn -10.648) ) () ) +("bane" ((nn -11.747) ) () ) +("banerian" ((nnp -11.403) ) () ) +("bang" ((nn -10.360) (nnp -10.304) (vb -10.141) ) () ) +("bangkok" ((nnp -11.403) ) () ) +("bangladesh" ((nnp -11.403) ) () ) +("bangs" ((vbz -9.926) ) () ) +("banish" ((vb -10.141) ) () ) +("banished" ((vbn -9.855) ) () ) +("banishment" ((nn -11.747) ) () ) +("bank" ((nn -5.716) (nnp -5.559) (vb -10.141) (vbp -9.367) ) () ) +("bank-backed" ((jj -8.573) ) () ) +("bank-baiting" ((jj -10.971) ) () ) +("bank-branch" ((jj -10.971) ) () ) +("bank-credit" ((nn -11.747) ) () ) +("bank-fraud" ((jj -10.971) ) () ) +("bank-holding" ((jj -9.585) ) () ) +("bank-looting" ((jj -10.971) ) () ) +("bank-teller" ((nn -11.747) ) () ) +("bankamerica" ((nnp -9.100) ) () ) +("banker" ((nn -8.136) (nnp -10.016) ) () ) +("bankers" ((nnp -9.005) (nnps -4.784) (nns -6.567) ) () ) +("bankhaus" ((nnp -11.403) ) () ) +("banking" ((nn -6.812) (nnp -8.001) (vbg -6.974) ) () ) +("banking-related" ((jj -10.971) ) () ) +("banknote" ((nnp -9.005) ) () ) +("bankroll" ((vb -10.141) (vbp -9.367) ) () ) +("bankrupt" ((jj -9.362) (vb -10.141) ) () ) +("bankruptcies" ((nns -9.339) ) () ) +("bankruptcy" ((nn -7.484) (nnp -8.311) ) () ) +("bankruptcy-court" ((jj -10.971) (nn -10.360) ) () ) +("bankruptcy-law" ((jj -10.971) (nn -8.489) ) () ) +("banks" ((nnp -10.016) (nnps -6.343) (nns -5.035) ) () ) +("banned" ((vbd -8.681) (vbn -7.370) ) () ) +("banner" ((nn -11.747) ) () ) +("banning" ((nn -11.747) (vbg -7.141) ) () ) +("banque" ((nnp -8.918) ) () ) +("banquet" ((nn -11.747) ) () ) +("banquet-hall" ((nn -11.747) ) () ) +("bans" ((nns -9.339) (vbz -9.926) ) () ) +("banstar" ((nnp -11.403) ) () ) +("banxquote" ((nnp -8.763) ) () ) +("bapilly" ((nnp -11.403) ) () ) +("bar" ((nn -8.751) (nnp -9.793) (vb -9.448) ) () ) +("barabba" ((nnp -10.709) ) () ) +("barakat" ((nnp -10.304) ) () ) +("barasch" ((nnp -11.403) ) () ) +("barba" ((nnp -11.403) ) () ) +("barbados" ((nnp -11.403) ) () ) +("barbara" ((nnp -9.205) ) () ) +("barbaresco" ((nnp -11.403) ) () ) +("barbed" ((vbn -9.855) ) () ) +("barber" ((nn -11.747) (nnp -10.304) ) () ) +("barber-greene" ((nnp -11.403) ) () ) +("barbera" ((nnp -11.403) ) () ) +("barbers" ((nns -10.949) ) () ) +("barbier-mueller" ((nnp -11.403) ) () ) +("barbra" ((nnp -10.709) ) () ) +("barcalounger" ((nnp -11.403) ) () ) +("barcelona" ((nnp -10.709) ) () ) +("barcelona-based" ((jj -10.971) ) () ) +("barclay" ((nnp -9.611) ) () ) +("barclays" ((nnp -9.005) ) () ) +("bard" ((nnp -10.709) ) () ) +("bare" ((jj -9.872) ) () ) +("bare-bones" ((jj -10.278) ) () ) +("bare-faced" ((nnp -9.611) ) () ) +("barell" ((nnp -11.403) ) () ) +("barely" ((rb -7.164) ) () ) +("barfield" ((nnp -11.403) ) () ) +("bargain" ((nn -8.913) (vb -10.141) ) () ) +("bargain-basement" ((jj -10.278) (nn -11.747) ) () ) +("bargain-hunt" ((vb -10.141) ) () ) +("bargain-hunters" ((nns -10.949) ) () ) +("bargain-hunting" ((jj -10.278) (nn -9.955) ) () ) +("bargained" ((vbd -9.598) ) () ) +("bargaining" ((nn -9.349) (vbg -9.539) ) () ) +("bargains" ((nns -8.384) ) () ) +("barge" ((nn -10.360) ) () ) +("bargelike" ((jj -10.971) ) () ) +("bargen" ((nnp -11.403) ) () ) +("barges" ((nns -9.850) (vbz -9.926) ) () ) +("barilla" ((nnp -11.403) ) () ) +("baring" ((nnp -11.403) (vbg -9.539) ) () ) +("baritone" ((nn -11.747) ) () ) +("bark-nibbling" ((jj -10.971) ) () ) +("barking" ((vbg -9.539) ) () ) +("barksdale" ((nnp -10.304) ) () ) +("barletta" ((nnp -10.709) ) () ) +("barley" ((nn -11.747) ) () ) +("barn" ((nn -10.648) ) () ) +("barnabas" ((nnp -11.403) ) () ) +("barnacles" ((nns -10.949) ) () ) +("barnard" ((nnp -10.304) ) () ) +("barnes" ((nnp -11.403) ) () ) +("barnett" ((nnp -10.709) ) () ) +("barney" ((nnp -8.035) ) () ) +("barnhardt" ((nnp -11.403) ) () ) +("barns" ((nns -10.949) ) () ) +("barnum" ((nnp -10.304) ) () ) +("barnyard" ((nn -11.747) ) () ) +("barometer" ((nn -9.549) ) () ) +("baron" ((nnp -10.016) ) () ) +("barons" ((nns -10.255) ) () ) +("baroque" ((jj -10.971) ) () ) +("barr" ((nnp -9.793) ) () ) +("barrage" ((nn -10.137) ) () ) +("barred" ((vbd -8.905) (vbn -7.147) ) () ) +("barrel" ((nn -9.262) ) () ) +("barrel-a-day" ((jj -10.971) ) () ) +("barreling" ((vbg -9.539) ) () ) +("barrels" ((nns -7.142) ) () ) +("barren" ((jj -10.971) ) () ) +("barret" ((nnp -11.403) ) () ) +("barrett" ((nnp -9.457) ) () ) +("barrick" ((nnp -11.403) ) () ) +("barrier" ((nn -9.262) (nnp -10.304) ) () ) +("barrier-free" ((jj -10.971) ) () ) +("barrier-island" ((nn -11.747) ) () ) +("barriers" ((nns -7.953) ) () ) +("barring" ((vbg -6.900) ) () ) +("barris" ((nnp -10.016) ) () ) +("barron" ((nnp -9.323) ) () ) +("barroom" ((nn -11.747) ) () ) +("barrow" ((nnp -11.403) ) () ) +("barry" ((nnp -8.184) ) () ) +("bars" ((nns -9.003) (vbz -9.233) ) () ) +("bart" ((nnp -9.205) ) () ) +("bartered" ((vbn -9.855) ) () ) +("barth" ((nnp -11.403) ) () ) +("bartholow" ((nnp -11.403) ) () ) +("bartlesville" ((nnp -10.709) ) () ) +("bartlett" ((nnp -8.184) ) () ) +("barton" ((nnp -11.403) ) () ) +("base" ((jj -8.406) (nn -7.377) (nnp -10.016) (vb -10.141) (vbp -9.367) ) () ) +("base-price" ((nn -11.747) ) () ) +("base-rate" ((jj -10.971) ) () ) +("baseball" ((nn -7.897) (nnp -10.709) ) () ) +("baseball-loving" ((jj -10.971) ) () ) +("baseballs" ((nns -10.949) ) () ) +("based" ((vbd -9.192) (vbn -4.081) ) () ) +("basel" ((nnp -10.709) ) () ) +("baseless" ((jj -10.278) ) () ) +("baseline" ((jj -10.971) (nn -10.137) ) () ) +("baseman" ((nn -10.648) ) () ) +("basement" ((nn -10.360) ) () ) +("basements" ((nns -10.949) ) () ) +("bases" ((nns -7.953) (vbz -9.233) ) () ) +("basf" ((nnp -10.016) ) () ) +("basham" ((nnp -11.403) ) () ) +("bashers" ((nnp -11.403) ) () ) +("bashing" ((nn -11.747) (vbg -8.846) ) () ) +("basic" ((jj -7.505) (nn -11.747) (nnp -11.403) ) () ) +("basically" ((rb -7.355) ) () ) +("basin" ((nnp -10.709) ) () ) +("basing" ((vbg -8.440) ) () ) +("basinger" ((nnp -11.403) ) () ) +("basir" ((nnp -9.611) ) () ) +("basis" ((nn -7.019) ) () ) +("basket" ((nn -8.451) (nnp -11.403) ) () ) +("basketball" ((nn -9.349) (nnp -11.403) ) () ) +("baskets" ((nns -8.176) ) () ) +("bass" ((nn -10.137) (nnp -8.569) ) () ) +("bassist" ((nn -11.747) ) () ) +("bassoon" ((nn -11.747) ) () ) +("bastion" ((nn -11.054) ) () ) +("bastions" ((nns -10.949) ) () ) +("bat" ((nn -10.360) ) () ) +("bat-roost" ((jj -10.971) ) () ) +("bataan" ((nnp -10.709) ) () ) +("batangas" ((nnp -11.403) ) () ) +("batch" ((nn -10.137) ) () ) +("batchelder" ((nnp -10.016) ) () ) +("batches" ((nns -10.949) ) () ) +("bated" ((jj -10.971) ) () ) +("bates" ((nnp -8.311) ) () ) +("bath" ((nn -10.648) ) () ) +("bathing" ((nn -11.747) ) () ) +("bathroom" ((nn -11.747) ) () ) +("bathrooms" ((nns -10.949) ) () ) +("baths" ((nns -10.949) ) () ) +("bathtub" ((nn -11.747) ) () ) +("batibot" ((nnp -9.100) ) () ) +("batman" ((nnp -9.005) ) () ) +("baton" ((nnp -10.709) ) () ) +("bats" ((nns -9.850) ) () ) +("battalion" ((nn -11.747) ) () ) +("battalion-2000" ((nn -11.747) ) () ) +("batted" ((vbd -10.291) (vbn -9.855) ) () ) +("battelle" ((nnp -10.709) ) () ) +("batten" ((nnp -10.709) ) () ) +("batter" ((nn -11.054) (vb -10.141) ) () ) +("battered" ((jj -10.971) (vbd -10.291) (vbn -7.290) ) () ) +("batteries" ((nns -10.255) ) () ) +("battering" ((vbg -9.539) ) () ) +("battery" ((nn -9.444) (nnp -10.304) ) () ) +("battery-operated" ((jj -10.278) ) () ) +("battery-powered" ((jj -10.971) ) () ) +("batterymarch" ((nnp -11.403) ) () ) +("batting" ((nn -11.054) (vbg -9.539) ) () ) +("battista" ((nnp -11.403) ) () ) +("battle" ((nn -7.340) (nnp -9.457) (vb -10.141) (vbp -8.674) ) () ) +("battled" ((vbd -9.192) (vbn -9.855) ) () ) +("battlefield" ((nn -11.747) ) () ) +("battlegroups" ((nns -10.949) ) () ) +("battlements" ((nns -10.949) ) () ) +("battles" ((nns -10.255) (vbz -9.926) ) () ) +("battling" ((vbg -8.846) ) () ) +("bauer" ((nnp -11.403) ) () ) +("bauernfeind" ((nnp -11.403) ) () ) +("baulieu" ((nnp -11.403) ) () ) +("baum" ((nnp -9.205) ) () ) +("bauman" ((nnp -10.016) ) () ) +("bausch" ((nnp -9.793) ) () ) +("bavaria" ((nnp -10.709) ) () ) +("baxley" ((nnp -10.016) ) () ) +("baxter" ((nnp -9.457) ) () ) +("bay" ((nn -9.667) (nnp -6.881) ) () ) +("bayer" ((nnp -10.709) ) () ) +("bays" ((nns -10.949) ) () ) +("bazy-sire" ((nnp -11.403) ) () ) +("bbdo" ((nnp -10.304) ) () ) +("bbn" ((nnp -11.403) ) () ) +("bce" ((nnp -10.709) ) () ) +("bci" ((nnp -11.403) ) () ) +("bddp" ((nnp -10.709) ) () ) +("bdo" ((nnp -11.403) ) () ) +("be" ((vb -1.968) ) () ) +("beach" ((nn -9.549) (nnp -7.969) ) () ) +("beach-house" ((nn -11.747) ) () ) +("beached" ((jj -10.971) ) () ) +("beaches" ((nns -9.850) ) () ) +("beacon" ((nnp -10.709) ) () ) +("beadleston" ((nnp -10.709) ) () ) +("beady" ((jj -10.971) ) () ) +("beairsto" ((nnp -11.403) ) () ) +("beal" ((nnp -10.709) ) () ) +("beale" ((nnp -10.016) ) () ) +("beall" ((nnp -10.709) ) () ) +("beamed" ((vbn -9.162) ) () ) +("beaming" ((jj -10.971) (vbg -9.539) ) () ) +("beams" ((vbz -9.926) ) () ) +("bean" ((nn -11.747) ) () ) +("bean-counting" ((nn -11.747) ) () ) +("beanballs" ((nns -10.949) ) () ) +("beanstalk" ((nn -11.747) ) () ) +("bear" ((jj -10.971) (nn -9.262) (nnp -7.511) (vb -7.657) (vbp -9.367) ) () ) +("bearded" ((jj -10.971) ) () ) +("bearing" ((nn -9.801) (vbg -8.440) ) () ) +("bearings" ((nns -9.339) ) () ) +("bearish" ((jj -8.199) ) () ) +("bears" ((nnps -7.729) (nns -9.157) (vbz -7.729) ) () ) +("bears-cleveland" ((nnp -11.403) ) () ) +("beasties" ((nns -10.949) ) () ) +("beat" ((jj -10.971) (nn -10.360) (vb -7.369) (vbd -8.499) (vbp -8.268) ) () ) +("beat-up" ((jj -10.971) ) () ) +("beaten" ((jj -10.971) (vbn -8.246) ) () ) +("beatific" ((jj -10.971) ) () ) +("beating" ((nn -9.955) (vbg -8.440) ) () ) +("beatrice" ((nn -11.747) (nnp -9.005) ) () ) +("beats" ((nns -10.949) (vbz -8.540) ) () ) +("beatty" ((nnp -11.403) ) () ) +("beau" ((nnp -10.304) ) () ) +("beaubien" ((nnp -11.403) ) () ) +("beaumont" ((nnp -11.403) ) () ) +("beauregard" ((nnp -10.016) ) () ) +("beautiful" ((jj -8.486) ) () ) +("beautifully" ((rb -9.606) ) () ) +("beauty" ((nn -9.262) ) () ) +("beaver" ((nnp -10.304) ) () ) +("beaverton" ((nnp -11.403) ) () ) +("beazer" ((nnp -11.403) ) () ) +("bebear" ((nnp -9.205) ) () ) +("bebop" ((nnp -11.403) ) () ) +("became" ((vbd -5.716) ) () ) +("becase" ((in -10.957) ) () ) +("because" ((in -4.066) (rb -6.538) ) () ) +("becca" ((nnp -11.403) ) () ) +("bechtel" ((nnp -10.304) ) () ) +("beck" ((nnp -10.709) ) () ) +("becker" ((nnp -11.403) ) () ) +("beckman" ((nnp -10.709) ) () ) +("become" ((vb -5.297) (vbd -10.291) (vbn -5.473) (vbp -6.476) ) () ) +("becomes" ((vbz -6.371) ) () ) +("becoming" ((vbg -6.073) ) () ) +("becton" ((nnp -11.403) ) () ) +("bed" ((nn -9.262) ) () ) +("beddall" ((nnp -10.709) ) () ) +("bedding" ((nn -11.747) ) () ) +("bedevil" ((vb -10.141) ) () ) +("bedeviled" ((vbn -9.162) ) () ) +("bedfellows" ((nns -10.255) ) () ) +("bedford" ((nnp -10.304) ) () ) +("bedlam" ((nn -11.054) ) () ) +("bedminster" ((nnp -11.403) ) () ) +("bedpans" ((nns -10.949) ) () ) +("bedridden" ((jj -10.971) ) () ) +("bedrock" ((nn -11.054) ) () ) +("bedroom" ((nn -11.747) ) () ) +("bedrooms" ((nns -10.949) ) () ) +("beds" ((nns -10.949) ) () ) +("bedside" ((nn -11.747) ) () ) +("bee" ((nnp -10.709) ) () ) +("beebe" ((nnp -11.403) ) () ) +("beebes" ((nnps -5.532) ) () ) +("beech" ((nnp -10.709) ) () ) +("beecham" ((nnp -9.793) ) () ) +("beef" ((nn -9.667) (vb -9.448) ) () ) +("beefeater" ((nnp -9.793) ) () ) +("beefed" ((vbd -10.291) (vbn -9.855) ) () ) +("beefing" ((vbg -8.846) ) () ) +("been" ((vbn -2.556) (vbp -9.367) ) () ) +("beep" ((nn -11.747) ) () ) +("beeper" ((jjr -8.039) (nn -10.360) ) () ) +("beeping" ((nn -11.747) (vbg -9.539) ) () ) +("beeps" ((nns -10.949) ) () ) +("beer" ((nn -8.250) (nnp -11.403) ) () ) +("beer-belly" ((nn -11.747) ) () ) +("beer-distribution" ((nn -11.747) ) () ) +("beer-industry" ((nn -11.747) ) () ) +("beer-related" ((jj -10.971) ) () ) +("beers" ((nnp -8.694) (nns -9.850) ) () ) +("bees" ((nns -9.850) ) () ) +("beethoven" ((nnp -11.403) ) () ) +("befall" ((vbp -9.367) ) () ) +("befallen" ((vbn -9.855) ) () ) +("befell" ((vbd -10.291) ) () ) +("befitting" ((jj -10.971) ) () ) +("before" ((in -4.751) (rb -6.256) (rp -7.341) ) () ) +("before-tax" ((jj -10.971) ) () ) +("beforehand" ((rb -9.201) ) () ) +("befriended" ((vbn -9.855) ) () ) +("befuddled" ((vbd -10.291) ) () ) +("beg" ((vb -10.141) ) () ) +("began" ((vbd -4.879) ) () ) +("begged" ((vbn -9.855) ) () ) +("beggiato" ((nnp -11.403) ) () ) +("begging" ((vbg -8.846) ) () ) +("beghin" ((nnp -11.403) ) () ) +("beghin-say" ((nnp -9.793) ) () ) +("begin" ((vb -5.337) (vbp -6.728) ) () ) +("beginning" ((nn -8.058) (vbg -5.235) ) () ) +("begins" ((vbz -6.460) ) () ) +("begs" ((vbz -9.926) ) () ) +("begun" ((vbn -6.142) ) () ) +("behalf" ((nn -8.379) ) () ) +("behave" ((vb -8.755) ) () ) +("behaved" ((vbd -8.905) (vbn -9.855) ) () ) +("behaves" ((vbz -9.233) ) () ) +("behaving" ((vbg -8.440) ) () ) +("behavior" ((nn -8.611) ) () ) +("behavior-modification" ((nn -11.747) ) () ) +("beheading" ((nn -11.747) ) () ) +("behemoth" ((nn -11.747) ) () ) +("behemoths" ((nns -10.949) ) () ) +("behest" ((nn -10.360) ) () ) +("behind" ((in -6.753) (nn -11.747) (rb -8.353) (rp -7.341) ) () ) +("behind-the-scenes" ((jj -9.872) ) () ) +("beholden" ((jj -10.971) ) () ) +("behringwerke" ((nnp -11.403) ) () ) +("beige" ((jj -10.971) (nnp -11.403) ) () ) +("beigel" ((nnp -11.403) ) () ) +("beijing" ((nnp -7.574) ) () ) +("being" ((jj -10.278) (nn -10.137) (vbg -3.591) ) () ) +("beings" ((nns -9.850) ) () ) +("beirut" ((nnp -9.793) ) () ) +("beise" ((nnp -11.403) ) () ) +("beit" ((nnp -11.403) ) () ) +("bekaa" ((nnp -11.403) ) () ) +("bel" ((nn -11.747) ) () ) +("belated" ((jj -10.971) ) () ) +("belatedly" ((rb -9.606) ) () ) +("belding" ((nnp -10.304) ) () ) +("beleaguered" ((jj -9.362) (vbn -9.855) ) () ) +("belfast" ((nnp -11.403) ) () ) +("belfries" ((nns -10.949) ) () ) +("belfry" ((nn -10.648) ) () ) +("belgian" ((jj -8.774) (nnp -11.403) ) () ) +("belgique" ((nnp -10.304) ) () ) +("belgium" ((nn -11.747) (nnp -9.205) ) () ) +("belie" ((vb -10.141) (vbp -9.367) ) () ) +("belied" ((vbd -10.291) ) () ) +("belief" ((nn -8.913) ) () ) +("beliefs" ((nns -9.850) ) () ) +("belier" ((nnp -10.709) ) () ) +("believe" ((vb -6.250) (vbp -4.703) ) () ) +("believed" ((vbd -6.995) (vbn -6.390) ) () ) +("believer" ((nn -11.054) ) () ) +("believes" ((vbz -5.582) ) () ) +("believing" ((vbg -8.440) ) () ) +("belin" ((nnp -11.403) ) () ) +("belittle" ((vb -10.141) ) () ) +("bell" ((nn -9.108) (nnp -7.552) ) () ) +("bell-ringer" ((nn -11.747) ) () ) +("bell-ringing" ((jj -10.971) ) () ) +("belle" ((fw -5.416) ) () ) +("bellevue" ((nnp -11.403) ) () ) +("belli" ((nnp -9.457) ) () ) +("bellies" ((nns -10.255) ) () ) +("bello" ((nnp -10.709) ) () ) +("bellow" ((vb -10.141) ) () ) +("bellows" ((nnp -11.403) ) () ) +("bellringers" ((nns -10.949) ) () ) +("bells" ((nnp -10.709) (nnps -7.729) (nns -7.953) ) () ) +("bellsouth" ((nnp -7.847) ) () ) +("bellsouth-lin" ((jj -10.971) (nnp -11.403) ) () ) +("bellwether" ((jj -10.278) (nn -9.955) ) () ) +("bellwethers" ((nns -10.949) ) () ) +("belly" ((nn -11.054) ) () ) +("belly-flopped" ((vbd -10.291) ) () ) +("belmonts" ((nnps -7.729) ) () ) +("belo" ((nnp -9.005) ) () ) +("belo-universal" ((nnp -11.403) ) () ) +("belong" ((vb -8.755) (vbp -8.268) ) () ) +("belonging" ((vbg -8.153) ) () ) +("belongs" ((vbz -8.317) ) () ) +("belorussian" ((nnp -11.403) ) () ) +("beloved" ((jj -10.971) ) () ) +("below" ((in -6.060) (rb -7.304) ) () ) +("below-market" ((jj -10.971) ) () ) +("belt" ((nn -10.648) (nnp -10.016) ) () ) +("belth" ((nnp -11.403) ) () ) +("belting" ((vbg -9.539) ) () ) +("belts" ((nns -8.869) ) () ) +("beltway" ((nn -11.747) (nnp -11.403) ) () ) +("beltway-itis" ((nn -11.747) ) () ) +("belz" ((nnp -11.403) ) () ) +("belzberg" ((nnp -11.403) ) () ) +("belzbergs" ((nnps -7.729) ) () ) +("bemoaning" ((vbg -8.846) ) () ) +("bemused" ((jj -10.971) ) () ) +("ben" ((nnp -9.457) ) () ) +("benackova" ((nnp -11.403) ) () ) +("benazir" ((nnp -11.403) ) () ) +("bench" ((nn -8.856) ) () ) +("benches" ((nns -10.255) ) () ) +("benchmark" ((jj -7.713) (nn -8.414) ) () ) +("benchmarks" ((nns -10.949) ) () ) +("bend" ((vb -9.043) ) () ) +("benda" ((nnp -11.403) ) () ) +("bendectin" ((nnp -11.403) ) () ) +("bending" ((vbg -9.539) ) () ) +("beneath" ((in -8.560) ) () ) +("benedek" ((nnp -11.403) ) () ) +("benefactor" ((nn -11.747) ) () ) +("benefactors" ((nns -10.949) ) () ) +("beneficial" ((jj -8.669) (nnp -11.403) ) () ) +("beneficiaries" ((nns -8.464) ) () ) +("beneficiary" ((nn -10.360) ) () ) +("benefit" ((nn -8.163) (nnp -10.016) (vb -6.676) (vbp -8.268) ) () ) +("benefit-plan" ((jj -10.971) ) () ) +("benefited" ((vbd -7.806) (vbn -8.246) ) () ) +("benefiting" ((vbg -7.593) ) () ) +("benefits" ((nns -6.518) (vbz -8.828) ) () ) +("benelux" ((nnp -11.403) ) () ) +("benevolent" ((jj -10.971) ) () ) +("beng" ((nnp -11.403) ) () ) +("benighted" ((jj -10.278) ) () ) +("benign" ((jj -9.585) ) () ) +("benjamin" ((nnp -8.918) ) () ) +("bennett" ((nnp -9.457) ) () ) +("benninger" ((nnp -11.403) ) () ) +("benny" ((nnp -11.403) ) () ) +("bens" ((nnp -11.403) ) () ) +("benson" ((nnp -8.569) ) () ) +("bent" ((jj -10.971) (nn -11.747) (nnp -11.403) ) () ) +("bentley" ((nnp -11.403) ) () ) +("benton" ((nnp -9.457) ) () ) +("bentsen" ((nnp -9.457) ) () ) +("benz" ((nnp -11.403) ) () ) +("bequeathed" ((vbd -10.291) ) () ) +("bequest" ((nn -11.747) ) () ) +("bequests" ((nns -10.949) ) () ) +("bereft" ((jj -10.971) ) () ) +("beret" ((nn -11.747) ) () ) +("berets" ((nnps -7.729) ) () ) +("beretta" ((nnp -9.457) ) () ) +("berg" ((nnp -11.403) ) () ) +("bergen" ((nnp -10.709) ) () ) +("berger" ((nnp -10.709) ) () ) +("bergsma" ((nnp -9.323) ) () ) +("berkeley" ((nn -11.747) (nnp -8.407) ) () ) +("berkshire" ((nnp -9.457) ) () ) +("berland" ((nnp -11.403) ) () ) +("berlin" ((nnp -9.005) ) () ) +("berliner" ((nnp -10.016) ) () ) +("berman" ((nnp -9.611) ) () ) +("bermuda" ((nnp -10.016) ) () ) +("bermuda-based" ((jj -9.872) ) () ) +("bern" ((nnp -10.709) ) () ) +("bernard" ((nnp -9.100) ) () ) +("berner" ((nnp -11.403) ) () ) +("bernhard" ((nnp -10.709) ) () ) +("bernie" ((nnp -11.403) ) () ) +("bernstein" ((nnp -8.694) ) () ) +("bernstein-macaulay" ((nnp -11.403) ) () ) +("berol" ((nnp -11.403) ) () ) +("berra" ((nnp -10.709) ) () ) +("berri" ((nnp -11.403) ) () ) +("berries" ((nns -10.949) ) () ) +("berrigan" ((nnp -11.403) ) () ) +("berry" ((nnp -8.763) ) () ) +("bershad" ((nnp -11.403) ) () ) +("berson" ((nnp -11.403) ) () ) +("bert" ((nnp -10.016) ) () ) +("berthold" ((nnp -10.304) ) () ) +("bertie" ((nnp -11.403) ) () ) +("bertin" ((nnp -11.403) ) () ) +("bertolotti" ((nnp -10.709) ) () ) +("bertolt" ((nnp -11.403) ) () ) +("bertram" ((nnp -11.403) ) () ) +("bertrand" ((nnp -11.403) ) () ) +("bertussi" ((nnp -10.016) ) () ) +("beset" ((jj -10.971) (vbn -9.162) ) () ) +("beside" ((in -9.571) (rb -10.299) ) () ) +("besides" ((in -7.492) (rb -10.299) ) () ) +("besieged" ((jj -10.971) (vbn -8.246) ) () ) +("best" ((jjs -2.567) (rb -7.814) (rbs -3.454) ) () ) +("best-known" ((jjs -6.830) ) () ) +("best-of-seven" ((jj -10.278) ) () ) +("best-performing" ((jj -9.872) (jjs -7.523) ) () ) +("best-pitcher" ((jj -10.971) ) () ) +("best-seller" ((nn -11.747) ) () ) +("best-selling" ((jj -10.971) (jjs -7.523) ) () ) +("bested" ((vbd -10.291) (vbn -9.162) ) () ) +("bestiary" ((nn -11.747) ) () ) +("bestowed" ((vbn -9.162) ) () ) +("bestseller" ((nn -11.747) ) () ) +("bet" ((nn -8.856) (nnp -11.403) (rb -10.299) (vb -8.755) (vbd -8.905) (vbn -9.855) (vbp -9.367) ) () ) +("beta" ((jj -9.585) (nn -9.549) (nnp -10.709) ) () ) +("beta-blocker" ((nn -11.747) ) () ) +("beta-thalassemia" ((nn -11.747) ) () ) +("betas" ((nns -10.255) ) () ) +("betawest" ((nnp -11.403) ) () ) +("beth" ((nnp -10.709) ) () ) +("bethesda" ((nnp -11.403) ) () ) +("bethforge" ((nnp -10.016) ) () ) +("bethle" ((nn -11.747) ) () ) +("bethlehem" ((nnp -8.035) ) () ) +("betrayal" ((nn -11.747) ) () ) +("betrayed" ((vbn -9.162) ) () ) +("betrayer" ((nn -11.747) ) () ) +("bets" ((nns -9.562) ) () ) +("betsy" ((nnp -10.016) ) () ) +("better" ((1 -4.727) (jj -10.971) (jjr -3.376) (nnp -9.205) (rb -6.898) (rbr -3.468) (vb -10.141) ) () ) +("better-known" ((jj -10.278) ) () ) +("better-off" ((jj -10.971) ) () ) +("better-safe-than" ((jj -10.971) ) () ) +("better-than-average" ((jj -10.278) ) () ) +("better-than-expected" ((jj -10.971) (nn -11.747) ) () ) +("betterment" ((nn -11.747) ) () ) +("betters" ((nns -10.949) ) () ) +("betting" ((nn -11.747) (nnp -11.403) (vbg -7.054) ) () ) +("bettner" ((nnp -11.403) ) () ) +("betty" ((nnp -10.304) ) () ) +("between" ((in -4.803) (rb -10.299) ) () ) +("betwen" ((nn -11.747) ) () ) +("beverage" ((nn -9.955) (nnp -10.709) ) () ) +("beverages" ((nns -9.562) ) () ) +("beverly" ((nnp -8.144) ) () ) +("bevmark" ((nnp -11.403) ) () ) +("bevy" ((nn -11.747) ) () ) +("bew" ((nnp -11.403) ) () ) +("beware" ((vb -10.141) ) () ) +("bewildered" ((vbn -9.162) ) () ) +("bewitched" ((vbn -9.855) ) () ) +("bewkes" ((nnp -11.403) ) () ) +("beyond" ((in -6.695) (nnp -10.016) (rb -10.299) ) () ) +("bhabani" ((nnp -11.403) ) () ) +("bhagat" ((nnp -11.403) ) () ) +("bhd." ((nnp -10.709) ) () ) +("bhutto" ((nnp -10.709) ) () ) +("bi-polar" ((jj -10.971) ) () ) +("biaggi" ((nnp -10.709) ) () ) +("bianchi" ((nnp -9.793) ) () ) +("biannual" ((jj -10.971) ) () ) +("bias" ((nn -8.913) (nnp -9.793) ) () ) +("biased" ((vbn -9.162) ) () ) +("biases" ((nns -10.949) ) () ) +("bible" ((nn -11.747) (nnp -11.403) ) () ) +("bicentennial" ((jj -10.971) (nn -11.747) ) () ) +("bickel" ((nnp -11.403) ) () ) +("bickered" ((vbn -9.162) ) () ) +("bickering" ((nn -11.747) (vbg -9.539) ) () ) +("bickford" ((nnp -11.403) ) () ) +("bickwit" ((nnp -11.403) ) () ) +("bicycle" ((nn -10.137) (nnp -10.016) ) () ) +("bicycles" ((nns -9.339) ) () ) +("bicycling" ((nn -11.747) (nnp -11.403) ) () ) +("bicyclist" ((nn -11.747) ) () ) +("bicyclists" ((nnps -7.729) ) () ) +("bid" ((nn -5.991) (vb -7.097) (vbd -7.518) (vbn -8.063) (vbp -9.367) ) () ) +("bid-to-cover" ((nn -11.747) ) () ) +("bid-wanted" ((jj -10.278) ) () ) +("bidder" ((nn -9.182) ) () ) +("bidders" ((nns -7.452) ) () ) +("bidding" ((nn -7.918) (vbg -6.974) ) () ) +("biden" ((nnp -11.403) ) () ) +("bids" ((nns -6.618) (vbz -8.828) ) () ) +("biederman" ((nnp -11.403) ) () ) +("biedermann" ((nnp -11.403) ) () ) +("biehl" ((nnp -10.016) ) () ) +("bien" ((nnp -11.403) ) () ) +("biennial" ((jj -10.278) ) () ) +("bierbower" ((nnp -11.403) ) () ) +("bifurcate" ((vb -10.141) ) () ) +("bifurcated" ((jj -10.971) ) () ) +("big" ((jj -4.864) (nnp -6.075) ) () ) +("big-bucks" ((jj -10.278) ) () ) +("big-city" ((nn -11.747) ) () ) +("big-company" ((jj -10.971) ) () ) +("big-league" ((jj -10.971) ) () ) +("big-name" ((jj -10.971) ) () ) +("big-selling" ((jj -10.278) ) () ) +("big-souled" ((jj -10.971) ) () ) +("big-stock" ((jj -10.971) ) () ) +("big-ticket" ((jj -10.278) ) () ) +("big-time" ((jj -9.179) ) () ) +("bigg" ((nnp -11.403) ) () ) +("bigger" ((jjr -4.108) ) () ) +("biggest" ((jjs -2.588) ) () ) +("biggest-selling" ((jj -10.278) ) () ) +("biggie" ((nn -11.747) ) () ) +("bigotry" ((nn -10.648) ) () ) +("bike" ((nn -8.802) (nnp -10.304) ) () ) +("biker" ((nn -11.747) ) () ) +("bikers" ((nns -8.869) ) () ) +("bikes" ((nns -7.616) ) () ) +("biking" ((nn -11.054) (nnp -10.709) (vbg -9.539) ) () ) +("bikini" ((nn -11.747) (nnp -11.403) ) () ) +("bilanz" ((nnp -10.709) ) () ) +("bilateral" ((jj -9.179) ) () ) +("bilbao" ((nnp -11.403) ) () ) +("bilges" ((nns -10.949) ) () ) +("bilious" ((jj -10.971) ) () ) +("bilking" ((vbg -9.539) ) () ) +("bill" ((nn -5.997) (nnp -7.641) ) () ) +("billed" ((vbd -9.598) (vbn -8.469) ) () ) +("billerica" ((nnp -11.403) ) () ) +("billet" ((nn -11.747) ) () ) +("billfold" ((nn -11.747) ) () ) +("billiards" ((nnp -11.403) ) () ) +("billie" ((nnp -11.403) ) () ) +("billing" ((nn -9.182) (vbg -8.846) ) () ) +("billings" ((nns -8.551) ) () ) +("billion" ((cd -3.042) ) () ) +("billion-a-year" ((jj -10.971) ) () ) +("billion-dollar" ((jj -9.362) ) () ) +("billion-franc" ((nn -11.747) ) () ) +("billion-plus" ((cd -10.462) (jj -10.971) ) () ) +("billion-pound" ((jj -10.971) ) () ) +("billionaire" ((nn -9.444) ) () ) +("billionnaire" ((nn -11.054) ) () ) +("billions" ((nns -7.653) ) () ) +("billowing" ((vbg -9.539) ) () ) +("bills" ((nnps -7.036) (nns -6.021) (vbz -9.926) ) () ) +("billy" ((nnp -9.793) ) () ) +("bilzerian" ((nnp -10.304) ) () ) +("bimonthly" ((jj -10.971) ) () ) +("bin" ((nn -11.747) ) () ) +("bind" ((nn -11.747) ) () ) +("bindal" ((nnp -11.403) ) () ) +("binder" ((nn -11.747) (nnp -11.403) ) () ) +("binding" ((jj -10.278) (vbg -8.846) ) () ) +("bing" ((nnp -11.403) ) () ) +("binge" ((nn -9.801) ) () ) +("binges" ((nns -10.949) ) () ) +("binghamton" ((nnp -11.403) ) () ) +("binoculars" ((nns -10.949) ) () ) +("bins" ((nns -10.949) ) () ) +("biny" ((nnp -10.304) ) () ) +("bio-analytical" ((jj -10.971) ) () ) +("bio-research" ((nn -11.747) ) () ) +("biochemist" ((nn -11.747) ) () ) +("biodegradable" ((jj -10.971) ) () ) +("bioengineers" ((nns -10.949) ) () ) +("bioequivalence-therapeutic-equivalence" ((jj -10.971) ) () ) +("biographer" ((nn -11.054) ) () ) +("biographers" ((nns -10.949) ) () ) +("biography" ((nn -10.360) ) () ) +("biological" ((jj -9.362) (nnp -11.403) ) () ) +("biologists" ((nns -10.949) ) () ) +("biology" ((nn -11.747) ) () ) +("biondi" ((nnp -10.304) ) () ) +("biondi-santi" ((nnp -10.709) ) () ) +("biophysicist" ((nn -11.747) ) () ) +("biopsies" ((nns -10.949) ) () ) +("bioresearch" ((nn -11.054) ) () ) +("biosciences" ((nnp -10.016) (nnps -7.729) ) () ) +("biosource" ((nnp -10.709) ) () ) +("biotechnical" ((nnp -10.709) ) () ) +("biotechnology" ((nn -8.656) (nnp -10.709) ) () ) +("bip" ((nnp -10.304) ) () ) +("bipartisan" ((jj -8.774) ) () ) +("bipartisanship" ((nn -11.747) ) () ) +("biped" ((nn -11.747) ) () ) +("bird" ((nn -10.648) ) () ) +("bird's-eye" ((jj -10.971) ) () ) +("birdcage" ((nn -11.747) ) () ) +("birds" ((nns -9.339) ) () ) +("birinyi" ((nnp -10.709) ) () ) +("birkel" ((nnp -10.304) ) () ) +("birmingham" ((nnp -9.793) ) () ) +("birnbaum" ((nnp -10.016) ) () ) +("birney" ((nnp -11.403) ) () ) +("birth" ((nn -9.349) ) () ) +("birth-control" ((jj -9.872) (nn -11.747) ) () ) +("birthday" ((nn -9.549) (nnp -11.403) ) () ) +("birthmark" ((nn -11.747) ) () ) +("birthplace" ((nn -11.054) ) () ) +("births" ((nns -10.255) ) () ) +("biscayne" ((nnp -10.016) ) () ) +("biscuit" ((nn -11.747) (nnp -11.403) ) () ) +("biscuits" ((nnp -10.016) (nns -10.949) ) () ) +("bishop" ((nn -10.648) (nnp -10.709) ) () ) +("bishops" ((nns -10.949) ) () ) +("bismarckian" ((jj -10.971) ) () ) +("bit" ((jj -10.971) (nn -7.739) (rb -9.606) ) () ) +("bitchy" ((jj -10.971) ) () ) +("bite" ((nn -11.054) (vb -9.448) ) () ) +("bite-sized" ((jj -10.971) ) () ) +("bites" ((nns -10.949) (vbz -9.233) ) () ) +("biting" ((jj -10.971) (vbg -8.846) ) () ) +("bits" ((nns -9.850) ) () ) +("bitten" ((vbn -9.162) ) () ) +("bitter" ((jj -8.199) ) () ) +("bitterest" ((jjs -6.830) ) () ) +("bitterly" ((rb -7.901) ) () ) +("bitterness" ((nn -10.360) ) () ) +("bixby" ((nnp -10.709) ) () ) +("bizarre" ((jj -9.362) ) () ) +("bk" ((nnp -10.709) ) () ) +("blabs" ((vbz -9.926) ) () ) +("black" ((jj -6.471) (nn -10.648) (nnp -7.395) ) () ) +("black-and-white" ((jj -9.362) ) () ) +("black-market" ((nn -11.747) ) () ) +("black-tie" ((jj -10.971) ) () ) +("blackboard" ((nn -11.747) ) () ) +("blacked" ((vbn -9.855) ) () ) +("blacked-out" ((jj -10.971) ) () ) +("blackened" ((vbn -8.757) ) () ) +("blackest" ((jjs -7.523) ) () ) +("blackfriar" ((nnp -11.403) ) () ) +("blackhawk" ((nnp -11.403) ) () ) +("blackjack" ((nn -11.747) (nnp -11.403) ) () ) +("blackmail" ((vb -10.141) ) () ) +("blackmailers" ((nns -10.949) ) () ) +("blackmailing" ((vbg -9.539) ) () ) +("blackmun" ((nnp -10.016) ) () ) +("blackouts" ((nns -10.949) ) () ) +("blacks" ((nnps -6.630) (nns -7.515) ) () ) +("blackstone" ((nnp -10.304) ) () ) +("blade" ((nn -11.747) ) () ) +("blades" ((nns -10.949) ) () ) +("blaggs" ((nnp -11.403) ) () ) +("blaine" ((nnp -10.709) ) () ) +("blair" ((nnp -9.323) ) () ) +("blake" ((nnp -11.403) ) () ) +("blame" ((nn -9.262) (vb -7.308) (vbp -7.757) ) () ) +("blamed" ((vbd -7.518) (vbn -7.216) ) () ) +("blames" ((vbz -7.624) ) () ) +("blaming" ((vbg -7.593) ) () ) +("blanc" ((nnp -10.709) ) () ) +("blanchard" ((nnp -10.304) ) () ) +("blancs" ((nnp -10.709) ) () ) +("bland" ((jj -10.971) ) () ) +("blandings" ((nnp -11.403) (nnps -7.729) (nns -10.949) ) () ) +("blandness" ((nn -11.747) ) () ) +("blandon" ((nnp -10.709) ) () ) +("blank" ((jj -9.362) (nn -11.747) ) () ) +("blank-faced" ((jj -10.971) ) () ) +("blanket" ((1 -4.727) (nn -10.360) (vbp -9.367) ) () ) +("blankets" ((nns -10.255) ) () ) +("blarney" ((nn -11.747) ) () ) +("blase" ((jj -10.971) (nn -11.747) ) () ) +("blasphemous" ((jj -10.971) ) () ) +("blast" ((nn -9.667) (vb -10.141) ) () ) +("blasting" ((vbg -9.539) ) () ) +("blasts" ((nns -10.255) ) () ) +("blatant" ((jj -9.872) ) () ) +("blatantly" ((rb -10.299) ) () ) +("blazer" ((nnp -11.403) ) () ) +("blazing" ((vbg -9.539) ) () ) +("bleach" ((nn -11.747) ) () ) +("bleached" ((jj -10.971) ) () ) +("bleacher" ((nn -11.747) ) () ) +("bleachers" ((nns -10.949) ) () ) +("bleak" ((jj -9.025) ) () ) +("bleckner" ((nnp -11.403) ) () ) +("bled" ((vbd -10.291) ) () ) +("bleed" ((vb -10.141) ) () ) +("bleeding" ((nn -11.747) (vbg -8.153) ) () ) +("blemish" ((nn -11.747) ) () ) +("blemishes" ((nns -10.949) ) () ) +("blend" ((nn -11.747) (vb -10.141) ) () ) +("blended" ((jj -10.971) ) () ) +("blender" ((nn -11.747) ) () ) +("blending" ((nn -11.054) (vbg -8.440) ) () ) +("bless" ((vb -9.448) ) () ) +("blessed" ((vbn -9.855) ) () ) +("blessing" ((nn -9.549) ) () ) +("bleus" ((nnp -11.403) ) () ) +("blew" ((vbd -8.905) ) () ) +("blighted" ((jj -10.971) ) () ) +("blind" ((jj -9.179) (nnp -11.403) ) () ) +("blind-sided" ((jj -10.278) ) () ) +("blinder" ((nnp -9.793) ) () ) +("blindfolded" ((jj -10.971) (vbd -10.291) ) () ) +("blinds" ((nns -10.949) ) () ) +("blini" ((nns -10.255) ) () ) +("blink" ((nn -11.054) ) () ) +("blinked" ((vbd -10.291) ) () ) +("blinkers" ((nns -10.949) ) () ) +("blinking" ((rb -10.299) ) () ) +("blip" ((nn -10.648) (vb -10.141) (vbp -9.367) ) () ) +("blips" ((nns -10.255) ) () ) +("blithely" ((rb -9.606) ) () ) +("blitz" ((nn -11.747) ) () ) +("blitzes" ((nns -10.949) ) () ) +("bloated" ((jj -9.025) ) () ) +("bloc" ((nn -8.802) (nnp -9.100) ) () ) +("bloch" ((nnp -11.403) ) () ) +("block" ((jj -10.971) (nn -8.058) (nnp -9.611) (vb -6.586) ) () ) +("blockade" ((nn -11.054) ) () ) +("blockbuster" ((jj -10.971) (nn -10.648) (nnp -9.611) ) () ) +("blocked" ((vbd -8.905) (vbn -8.063) ) () ) +("blocker" ((nn -11.054) ) () ) +("blocking" ((vbg -7.342) ) () ) +("blocks" ((nns -8.241) (vbz -9.926) ) () ) +("blodgett" ((nnp -10.304) ) () ) +("bloedel" ((nnp -10.709) ) () ) +("blond" ((jj -10.278) ) () ) +("blonde" ((jj -9.362) ) () ) +("blondes" ((nnps -7.729) (nns -10.949) ) () ) +("blood" ((nn -8.379) (nnp -11.403) ) () ) +("blood-and-guts" ((jj -10.971) ) () ) +("blood-clot" ((nn -11.747) ) () ) +("blood-filled" ((jj -10.971) ) () ) +("blood-red" ((nn -11.747) ) () ) +("bloodbath" ((nn -10.648) ) () ) +("bloodied" ((vbn -9.855) ) () ) +("bloodletting" ((vbg -9.539) ) () ) +("bloods" ((nns -10.949) ) () ) +("bloodstream" ((nn -11.747) ) () ) +("bloody" ((jj -9.025) ) () ) +("bloody-minded" ((jj -10.971) ) () ) +("bloom" ((nnp -11.403) ) () ) +("bloomfield" ((nnp -10.709) ) () ) +("blooming" ((vbg -9.539) ) () ) +("bloomingdale" ((nnp -8.224) ) () ) +("bloomingdales" ((nnp -11.403) ) () ) +("bloomington" ((nnp -10.709) ) () ) +("blossom" ((nnp -11.403) ) () ) +("blossomed" ((vbd -10.291) ) () ) +("blossoms" ((nns -10.949) ) () ) +("blot" ((nnp -11.403) ) () ) +("blotting" ((vbg -8.846) ) () ) +("blount" ((nnp -11.403) ) () ) +("blouse" ((nn -11.747) ) () ) +("blow" ((nn -8.656) (vb -9.448) ) () ) +("blow-up" ((nn -11.747) ) () ) +("blowing" ((vbg -8.846) ) () ) +("blown" ((vbn -9.162) ) () ) +("blows" ((nns -9.562) ) () ) +("blowtorch" ((nn -11.747) ) () ) +("bludgeon" ((vb -9.448) ) () ) +("bludgeoned" ((vbn -9.855) ) () ) +("blue" ((jj -7.793) (nn -11.054) (nnp -8.144) ) () ) +("blue-chip" ((jj -7.445) ) () ) +("blue-chips" ((nns -10.255) ) () ) +("blue-collar" ((jj -9.179) ) () ) +("blue-ribbon" ((jj -10.971) ) () ) +("bluefield" ((nnp -10.304) ) () ) +("blueprint" ((nn -9.667) ) () ) +("blues" ((nnp -11.403) (nnps -7.036) (nns -10.949) ) () ) +("bluesy" ((jj -10.971) ) () ) +("bluff" ((nnp -10.304) ) () ) +("bluish" ((jj -10.971) ) () ) +("blum" ((nnp -10.016) ) () ) +("blumenfeld" ((nnp -8.763) ) () ) +("blumenthal" ((nnp -11.403) ) () ) +("blunder" ((nn -11.747) (vb -10.141) ) () ) +("blundered" ((vbd -9.598) ) () ) +("blunt" ((jj -9.872) (nnp -10.304) (vb -9.448) ) () ) +("blunted" ((vbn -9.162) ) () ) +("bluntly" ((rb -10.299) ) () ) +("blur" ((vb -10.141) ) () ) +("blurred" ((vbd -10.291) ) () ) +("blurring" ((vbg -9.539) ) () ) +("blurry" ((jj -10.971) ) () ) +("blurt" ((vbp -9.367) ) () ) +("blurting" ((vbg -9.539) ) () ) +("blush" ((nn -11.747) ) () ) +("bmi" ((nnp -10.709) ) () ) +("bmp" ((nnp -11.403) ) () ) +("bmw" ((nnp -11.403) ) () ) +("bmws" ((nns -10.949) ) () ) +("bnl" ((nnp -9.100) ) () ) +("bo" ((nnp -10.709) ) () ) +("boa" ((nn -11.747) ) () ) +("boake" ((nnp -11.403) ) () ) +("board" ((nn -6.101) (nnp -5.800) (vb -10.141) ) () ) +("board's" ((nnp -11.403) ) () ) +("board-level" ((jj -10.971) ) () ) +("boardroom" ((nn -10.648) ) () ) +("boardrooms" ((nns -10.949) ) () ) +("boards" ((nns -8.176) ) () ) +("boast" ((nn -11.054) (vb -10.141) (vbp -8.674) ) () ) +("boasted" ((vbd -9.598) (vbn -9.855) ) () ) +("boasts" ((vbz -7.980) ) () ) +("boat" ((nn -10.360) (nnp -10.709) ) () ) +("boaters" ((nns -10.949) ) () ) +("boating" ((vbg -9.539) ) () ) +("boatmen" ((nnp -11.403) ) () ) +("boats" ((nns -10.255) ) () ) +("bob" ((nnp -7.969) ) () ) +("bobar" ((nnp -10.709) ) () ) +("bobby" ((nnp -9.005) ) () ) +("bocas" ((nnp -11.403) ) () ) +("bochniarz" ((nnp -11.403) ) () ) +("bockius" ((nnp -11.403) ) () ) +("bodacious" ((jj -10.971) ) () ) +("boddington" ((nnp -11.403) ) () ) +("bode" ((nnp -10.709) (vb -9.043) ) () ) +("bodes" ((vbz -9.926) ) () ) +("bodies" ((nns -9.157) ) () ) +("bodner" ((nnp -10.709) ) () ) +("body" ((nn -8.414) ) () ) +("bodyworkers" ((nns -10.949) ) () ) +("boehm" ((nnp -10.304) ) () ) +("boehringer" ((nnp -10.709) ) () ) +("boehringer-ingleheim" ((nnp -11.403) ) () ) +("boeing" ((nnp -7.198) (vbg -7.930) ) () ) +("boeings" ((nnps -7.729) ) () ) +("boesel" ((nnp -10.304) ) () ) +("boesky" ((nnp -8.311) ) () ) +("boeskys" ((nnp -11.403) ) () ) +("bofors" ((nnp -8.838) ) () ) +("bog" ((vb -10.141) ) () ) +("boga" ((nnp -11.403) ) () ) +("bogacheva" ((nnp -11.403) ) () ) +("bogart" ((nnp -8.694) ) () ) +("bogdan" ((nnp -11.403) ) () ) +("bogged" ((vbd -9.192) ) () ) +("bogging" ((vbg -9.539) ) () ) +("bogle" ((nnp -11.403) ) () ) +("bognato" ((nnp -10.709) ) () ) +("bogner" ((nnp -11.403) ) () ) +("bogota" ((nnp -11.403) ) () ) +("bogus" ((jj -9.585) ) () ) +("boheme" ((nnp -11.403) ) () ) +("boies" ((nnp -9.793) ) () ) +("boil" ((nn -11.747) (vb -9.448) ) () ) +("boiled" ((vbd -10.291) ) () ) +("boiler" ((nn -9.444) ) () ) +("boiler-room" ((nn -10.360) ) () ) +("boilerplate" ((nn -11.747) ) () ) +("boilers" ((nns -9.850) ) () ) +("boise" ((nnp -10.304) ) () ) +("boise-cascade" ((nnp -11.403) ) () ) +("bolar" ((nnp -8.512) ) () ) +("bold" ((jj -8.573) ) () ) +("bolder" ((jjr -7.346) ) () ) +("boldest" ((jjs -7.523) ) () ) +("boldly" ((rb -10.299) ) () ) +("bolger" ((nnp -11.403) ) () ) +("bolinas" ((nnp -10.304) ) () ) +("bolivia" ((nnp -10.304) ) () ) +("bolling" ((nnp -10.709) ) () ) +("bologna" ((nnp -9.611) ) () ) +("bolster" ((vb -6.923) ) () ) +("bolstered" ((vbd -9.598) (vbn -7.147) ) () ) +("bolstering" ((vbg -8.440) ) () ) +("bolsters" ((vbz -9.926) ) () ) +("bolt" ((nn -11.747) ) () ) +("bolted" ((vbn -9.855) ) () ) +("bolton" ((nnp -10.709) ) () ) +("bomb" ((nn -9.955) (vb -10.141) ) () ) +("bombarding" ((vbg -9.539) ) () ) +("bombast" ((nn -11.747) ) () ) +("bombay" ((nnp -10.304) ) () ) +("bombeck" ((nnp -11.403) ) () ) +("bombed" ((vbn -9.162) ) () ) +("bomber" ((nn -9.801) ) () ) +("bombers" ((nns -10.255) ) () ) +("bombing" ((nn -10.648) ) () ) +("bombings" ((nns -10.949) ) () ) +("bombs" ((nns -9.562) ) () ) +("bombshell" ((nn -10.360) ) () ) +("bon" ((fw -5.416) (nnp -10.709) ) () ) +("bona" ((jj -10.971) ) () ) +("bonanza" ((nn -10.360) (nnp -10.709) ) () ) +("bonaventure" ((nnp -11.403) ) () ) +("bond" ((nn -6.046) (nnp -8.107) ) () ) +("bond-equivalent" ((jj -9.179) ) () ) +("bond-holders" ((nns -10.949) ) () ) +("bond-market" ((jj -10.971) ) () ) +("bond-price" ((jj -9.872) ) () ) +("bond-rating" ((jj -10.971) ) () ) +("bond-trading" ((jj -10.278) (nn -11.747) ) () ) +("bondholders" ((nns -8.058) ) () ) +("bondholdings" ((nns -10.949) ) () ) +("bonding" ((nn -11.747) ) () ) +("bonds" ((nnp -10.304) (nnps -6.630) (nns -4.508) ) () ) +("bone" ((nn -11.747) ) () ) +("bones" ((nns -9.562) ) () ) +("bonfire" ((nn -11.054) (nnp -11.403) ) () ) +("bongo" ((nnp -11.403) ) () ) +("bonita" ((nnp -11.403) ) () ) +("bonn" ((nnp -9.205) ) () ) +("bonnell" ((nnp -11.403) ) () ) +("bonnet" ((nn -11.747) ) () ) +("bonnets" ((nns -10.949) ) () ) +("bonniers" ((nnp -11.403) ) () ) +("bono" ((fw -3.219) ) () ) +("bonomo" ((nnp -11.403) ) () ) +("bonus" ((nn -8.913) ) () ) +("bonuses" ((nns -8.058) ) () ) +("bonwit" ((nnp -9.323) ) () ) +("booby" ((jj -10.971) ) () ) +("booed" ((vbd -10.291) ) () ) +("boogieman" ((nn -11.747) ) () ) +("book" ((nn -7.513) (nnp -9.611) (vb -9.448) ) () ) +("book-entry" ((jj -10.971) ) () ) +("book-of-the-month" ((nnp -11.403) ) () ) +("book-publishing" ((nn -11.747) ) () ) +("book-to-bill" ((nn -11.747) ) () ) +("bookcase" ((nn -11.747) ) () ) +("booked" ((vbd -9.598) (vbn -8.469) ) () ) +("booker" ((nnp -10.709) ) () ) +("bookers" ((nns -10.949) ) () ) +("bookin" ((nnp -11.403) ) () ) +("booking" ((nn -11.054) (vbg -9.539) ) () ) +("bookings" ((nns -9.850) ) () ) +("bookkeeper" ((nn -11.747) ) () ) +("bookkeeping" ((nn -11.747) ) () ) +("booklet" ((nn -11.747) ) () ) +("booklets" ((nns -9.850) ) () ) +("bookman" ((nnp -11.403) ) () ) +("books" ((1 -4.727) (nnp -11.403) (nnps -7.729) (nns -7.057) ) () ) +("bookstore" ((nn -11.054) ) () ) +("bookstores" ((nns -10.255) ) () ) +("boom" ((nn -8.802) (vb -9.448) ) () ) +("boom-and-bust" ((jj -10.971) ) () ) +("boom-or-bust" ((jj -10.971) ) () ) +("boomed" ((vbd -10.291) (vbn -9.855) ) () ) +("boomers" ((nns -8.869) ) () ) +("booming" ((jj -9.025) (vbg -7.930) ) () ) +("boon" ((nn -10.648) (nnp -11.403) ) () ) +("boon-sanwa" ((nnp -11.403) ) () ) +("boone" ((nnp -9.323) ) () ) +("boorish" ((jj -10.971) ) () ) +("boorse" ((nnp -11.403) ) () ) +("boorstyn" ((nnp -11.403) ) () ) +("boost" ((nn -8.250) (vb -6.098) (vbp -7.981) ) () ) +("boosted" ((vbd -7.072) (vbn -7.083) ) () ) +("boosters" ((nns -9.562) ) () ) +("boosting" ((vbg -6.766) ) () ) +("boosts" ((nns -9.157) (vbz -7.980) ) () ) +("boot" ((nn -11.747) ) () ) +("booth" ((nn -11.054) ) () ) +("booths" ((nns -9.850) ) () ) +("bootlegged" ((vbn -9.855) ) () ) +("boots" ((nns -9.850) ) () ) +("booz-allen" ((nnp -11.403) ) () ) +("booze" ((nn -11.054) ) () ) +("boozing" ((vbg -9.539) ) () ) +("bordeaux" ((nnp -10.304) ) () ) +("borden" ((nnp -11.403) ) () ) +("border" ((nn -9.349) (nnp -11.403) ) () ) +("bordering" ((vbg -8.846) ) () ) +("borders" ((nns -8.646) ) () ) +("bordetella" ((nn -11.747) ) () ) +("bore" ((nn -11.747) (vbd -8.681) ) () ) +("bored" ((jj -10.971) (vbn -9.162) ) () ) +("boredom" ((nn -11.747) ) () ) +("boren" ((nnp -8.267) ) () ) +("borer" ((nn -11.747) ) () ) +("borgeson" ((nnp -11.403) ) () ) +("borie" ((nnp -11.403) ) () ) +("boring" ((jj -9.025) (nn -11.747) (vbg -8.846) ) () ) +("boris" ((nnp -9.793) ) () ) +("bork" ((nnp -8.512) ) () ) +("born" ((nnp -11.403) (vbn -7.022) ) () ) +("born-again" ((jj -10.971) ) () ) +("borne" ((vbn -9.162) ) () ) +("borneo" ((nnp -11.403) ) () ) +("borner" ((nnp -10.709) ) () ) +("borough" ((nn -10.137) (nnp -11.403) ) () ) +("borrow" ((vb -7.433) (vbp -7.575) ) () ) +("borrowed" ((jj -10.971) (vbd -8.905) (vbn -6.636) ) () ) +("borrower" ((nn -10.648) ) () ) +("borrowers" ((nns -8.310) ) () ) +("borrowing" ((1 -4.727) (nn -8.611) (vbg -7.593) ) () ) +("borrowings" ((nns -8.646) ) () ) +("borrows" ((vbz -9.233) ) () ) +("borscht" ((nnp -11.403) ) () ) +("bosch" ((nnp -10.304) ) () ) +("bosket" ((nnp -11.403) ) () ) +("boskin" ((nnp -10.304) ) () ) +("bosom" ((nn -11.747) ) () ) +("bosque" ((nnp -11.403) ) () ) +("boss" ((nn -9.262) ) () ) +("bosses" ((nns -8.551) ) () ) +("bostian" ((nnp -10.709) ) () ) +("bostic" ((nnp -10.709) ) () ) +("bostik" ((nnp -10.709) ) () ) +("boston" ((nnp -6.372) ) () ) +("boston-based" ((jj -9.585) ) () ) +("bostonians" ((nnps -7.729) ) () ) +("bosworth" ((nnp -10.709) ) () ) +("botanical" ((jj -10.971) ) () ) +("botany" ((nn -11.747) ) () ) +("botched" ((jj -10.971) (vbn -9.162) ) () ) +("both" ((cc -6.632) (cd -10.462) (dt -5.293) (pdt -2.985) ) () ) +("bother" ((vb -8.350) (vbp -9.367) ) () ) +("bothered" ((vbd -9.598) (vbn -8.469) ) () ) +("bothering" ((vbg -9.539) ) () ) +("bottle" ((nn -9.108) (vb -10.141) ) () ) +("bottled" ((jj -9.179) ) () ) +("bottled-water" ((nn -11.747) ) () ) +("bottleneck" ((nn -11.747) ) () ) +("bottlenecks" ((nns -10.949) ) () ) +("bottler" ((nn -11.747) ) () ) +("bottlers" ((nns -10.255) ) () ) +("bottles" ((nns -9.003) ) () ) +("bottling" ((nn -10.137) (vbg -8.846) ) () ) +("bottom" ((jj -8.332) (nn -8.569) ) () ) +("bottom-line" ((jj -10.278) ) () ) +("bottomed" ((vbd -10.291) (vbn -9.855) ) () ) +("bottoming" ((vbg -9.539) ) () ) +("bottomless" ((jj -10.971) ) () ) +("bottoms" ((nns -10.949) ) () ) +("boucheron" ((nnp -11.403) ) () ) +("bought" ((vbd -5.748) (vbn -6.049) ) () ) +("bouillaire" ((nnp -10.304) ) () ) +("boulder" ((nnp -9.793) ) () ) +("boulet" ((nnp -11.403) ) () ) +("boulevard" ((nnp -10.016) ) () ) +("bounce" ((nn -11.054) (vb -8.532) (vbp -8.674) ) () ) +("bounced" ((vbd -7.806) ) () ) +("bounces" ((nns -10.949) (vbz -9.926) ) () ) +("bouncing" ((vbg -8.440) ) () ) +("bound" ((jj -10.971) (vbn -7.658) ) () ) +("boundaries" ((nns -10.949) ) () ) +("boundary" ((nn -11.054) ) () ) +("bounding" ((vbg -9.539) ) () ) +("bounds" ((nns -10.949) (vbz -9.926) ) () ) +("bounty" ((nn -11.747) ) () ) +("bouquet" ((nnp -11.403) ) () ) +("bourgeois-bashing" ((jj -10.971) ) () ) +("bourke" ((nnp -11.403) ) () ) +("bourke-white" ((nnp -11.403) ) () ) +("bourse" ((nnp -11.403) ) () ) +("bourses" ((nns -10.949) ) () ) +("bout" ((nn -9.955) ) () ) +("boutique" ((nn -10.648) ) () ) +("boutique-store" ((nn -11.747) ) () ) +("boutiques" ((nns -10.255) ) () ) +("bouts" ((nns -10.255) ) () ) +("boutwell" ((nnp -11.403) ) () ) +("bouygues" ((nnp -10.709) (nns -10.949) ) () ) +("boveri" ((nnp -10.016) ) () ) +("bovine" ((jj -10.278) ) () ) +("bow" ((nn -11.747) (vb -9.448) (vbp -9.367) ) () ) +("bowater" ((nnp -11.403) ) () ) +("bowder" ((nnp -10.016) ) () ) +("bowed" ((vbd -8.905) (vbn -9.855) ) () ) +("bowen" ((nnp -11.403) ) () ) +("bowers" ((nnp -11.403) ) () ) +("bowery" ((nnp -10.709) ) () ) +("bowes" ((nnp -9.457) ) () ) +("bowl" ((nn -11.747) (nnp -10.016) (vbp -8.674) ) () ) +("bowles" ((nnp -10.016) ) () ) +("bowling" ((nn -9.801) (nnp -11.403) (vbg -8.440) ) () ) +("bowling-related" ((jj -10.971) ) () ) +("bowls" ((nnp -11.403) (vbz -9.233) ) () ) +("bowman" ((nnp -10.304) ) () ) +("box" ((nn -9.262) (nnp -9.793) ) () ) +("box-office" ((nn -11.054) ) () ) +("boxer" ((nn -11.747) ) () ) +("boxes" ((nns -9.003) ) () ) +("boxy" ((jj -9.872) ) () ) +("boy" ((nn -9.667) (nnp -11.403) ) () ) +("boycott" ((nn -11.054) ) () ) +("boycotted" ((vbn -9.162) ) () ) +("boyd" ((nnp -8.630) ) () ) +("boyer" ((nnp -9.611) ) () ) +("boyfriends" ((nns -10.949) ) () ) +("boys" ((nnp -11.403) (nnps -5.649) (nns -8.310) ) () ) +("bozell" ((nnp -9.205) ) () ) +("bp" ((nnp -9.611) ) () ) +("bpc" ((nnp -10.304) ) () ) +("bpca" ((nnp -9.100) ) () ) +("bra" ((nn -11.747) ) () ) +("brace" ((nnp -11.403) (vb -10.141) ) () ) +("braced" ((nnp -11.403) (vbn -9.855) ) () ) +("brachfeld" ((nnp -11.403) ) () ) +("bracing" ((vbg -7.141) ) () ) +("bracket" ((nn -10.648) ) () ) +("bradford" ((nnp -9.457) ) () ) +("bradley" ((nnp -8.918) ) () ) +("bradstreet" ((nnp -8.569) ) () ) +("brady" ((nnp -7.641) ) () ) +("brag" ((vb -10.141) ) () ) +("bragg" ((nnp -11.403) ) () ) +("bragging" ((nn -11.747) ) () ) +("brah" ((fw -5.416) ) () ) +("brahms" ((nnp -11.403) ) () ) +("braids" ((nns -10.949) ) () ) +("brain" ((nn -8.451) ) () ) +("brain-wave" ((jj -10.971) ) () ) +("brainchild" ((nn -10.648) ) () ) +("brains" ((nns -9.339) ) () ) +("braintree" ((nnp -10.304) ) () ) +("braitman" ((nnp -11.403) ) () ) +("brake" ((nnp -10.709) ) () ) +("brakes" ((nns -9.850) ) () ) +("braking" ((vbg -9.539) ) () ) +("bramalea" ((nnp -10.709) ) () ) +("bran" ((nn -11.747) ) () ) +("branca" ((nnp -10.304) ) () ) +("branch" ((nn -8.451) (vb -9.448) ) () ) +("branch-by-branch" ((rb -10.299) ) () ) +("branched" ((vbn -9.855) ) () ) +("branches" ((nns -7.691) ) () ) +("branching" ((nnp -11.403) (vbg -9.539) ) () ) +("brand" ((nn -7.304) ) () ) +("brand-name" ((jj -9.179) (nn -11.054) ) () ) +("branded" ((jj -10.971) ) () ) +("brandished" ((vbd -10.291) ) () ) +("brandishing" ((vbg -9.539) ) () ) +("brandon" ((nnp -11.403) ) () ) +("brands" ((nnp -9.611) (nnps -5.649) (nns -7.164) ) () ) +("branford" ((nnp -11.403) ) () ) +("brannigan" ((nnp -11.403) ) () ) +("brannon" ((nnp -11.403) ) () ) +("brash" ((jj -10.278) ) () ) +("brass" ((nn -10.360) ) () ) +("brat" ((nn -11.747) ) () ) +("bratislava" ((nnp -11.403) ) () ) +("brats" ((nns -10.949) ) () ) +("brauchli" ((nnp -11.403) ) () ) +("brauer" ((nnp -11.403) ) () ) +("brauerei" ((nnp -11.403) ) () ) +("brave" ((jj -9.362) (nnp -11.403) (vb -10.141) ) () ) +("braved" ((vbd -10.291) ) () ) +("braves" ((nnps -7.729) ) () ) +("bravest" ((jjs -7.523) ) () ) +("bravo" ((nnp -10.709) ) () ) +("bravura" ((nn -11.747) ) () ) +("brawl" ((nn -11.054) ) () ) +("brawley" ((nnp -11.403) ) () ) +("brawls" ((nns -10.949) ) () ) +("brawny" ((jj -10.971) ) () ) +("braye" ((nnp -11.403) ) () ) +("brazen" ((nnp -11.403) ) () ) +("brazil" ((nnp -8.630) ) () ) +("brazilian" ((jj -9.179) ) () ) +("brea" ((nnp -11.403) ) () ) +("breach" ((nn -9.349) (vb -8.350) ) () ) +("breach-of-contract" ((jj -9.872) ) () ) +("breached" ((vbd -10.291) (vbn -9.855) ) () ) +("breaches" ((nns -10.949) ) () ) +("bread" ((nn -10.360) ) () ) +("bread-and-butter" ((jj -9.025) ) () ) +("breadbasket" ((nn -11.747) ) () ) +("breadbox" ((nn -11.054) ) () ) +("breaded" ((vbn -9.855) ) () ) +("breadth" ((nn -10.137) ) () ) +("break" ((nn -9.262) (vb -6.645) (vbp -7.981) ) () ) +("break-down" ((nn -11.747) ) () ) +("break-even" ((jj -9.362) (nn -11.747) ) () ) +("breakage" ((nn -11.747) ) () ) +("breakdown" ((nn -9.444) ) () ) +("breakdowns" ((nns -9.850) ) () ) +("breaker" ((nn -9.444) ) () ) +("breakers" ((nnp -11.403) (nns -7.858) ) () ) +("breakfast" ((nn -9.955) ) () ) +("breaking" ((jj -10.278) (nn -11.054) (vbg -6.900) ) () ) +("breakneck" ((jj -10.971) ) () ) +("breaks" ((nns -8.551) (vbz -7.980) ) () ) +("breakthrough" ((nn -10.137) ) () ) +("breakthroughs" ((nns -10.949) ) () ) +("breakup" ((nn -10.360) ) () ) +("brean" ((nnp -10.709) ) () ) +("breasts" ((nns -10.949) ) () ) +("breath" ((nn -10.137) ) () ) +("breathed" ((vbd -9.192) ) () ) +("breather" ((nn -11.747) ) () ) +("breathing" ((nn -10.648) (vbg -8.846) ) () ) +("breathlessly" ((rb -10.299) ) () ) +("breathtaking" ((jj -9.585) ) () ) +("breathy" ((jj -10.278) ) () ) +("brecht" ((nnp -10.709) ) () ) +("brechtian" ((jj -10.278) ) () ) +("bred" ((vbd -9.598) (vbn -9.162) ) () ) +("breed" ((nn -10.137) (vb -10.141) (vbp -9.367) ) () ) +("breeden" ((nnp -9.100) ) () ) +("breeder" ((nnp -11.403) ) () ) +("breeding" ((nn -11.054) (vbg -8.153) ) () ) +("breene" ((nnp -10.304) ) () ) +("breeze" ((nn -11.747) ) () ) +("breezes" ((nns -10.949) ) () ) +("breezier" ((jjr -8.039) ) () ) +("breezy" ((jj -10.278) ) () ) +("breger" ((nnp -11.403) ) () ) +("bremen" ((nnp -10.709) ) () ) +("brenda" ((nnp -10.304) ) () ) +("brendan" ((nnp -11.403) ) () ) +("brendel" ((nnp -11.403) ) () ) +("brenmor" ((nnp -11.403) ) () ) +("brennan" ((nnp -9.457) ) () ) +("brent" ((nnp -10.016) ) () ) +("brest" ((nnp -11.403) ) () ) +("brethren" ((nns -9.562) ) () ) +("bretz" ((nnp -10.304) ) () ) +("breuners" ((nnp -11.403) ) () ) +("brevetti" ((nnp -10.709) ) () ) +("brew" ((nn -11.747) (vb -10.141) ) () ) +("brewer" ((nn -9.955) ) () ) +("breweries" ((nns -10.949) ) () ) +("brewers" ((nns -10.255) ) () ) +("brewery" ((nn -11.054) (nnp -10.016) ) () ) +("brewing" ((nn -9.667) (nnp -9.205) (vbg -8.846) ) () ) +("brezhnevite" ((nnp -10.709) ) () ) +("brezinski" ((nnp -11.403) ) () ) +("brian" ((nnp -8.763) ) () ) +("briarcliff" ((nnp -11.403) ) () ) +("bribe" ((nn -9.667) (vb -9.043) ) () ) +("bribed" ((vbd -8.905) (vbn -9.162) ) () ) +("bribery" ((nn -9.667) ) () ) +("bribes" ((nns -9.850) ) () ) +("bribing" ((vbg -8.440) ) () ) +("brick" ((nn -9.955) (nnp -10.709) ) () ) +("bricks" ((nns -9.157) ) () ) +("bricktop" ((nnp -11.403) ) () ) +("brideshead" ((nnp -11.403) ) () ) +("bridge" ((nn -8.220) (nnp -7.969) (vb -10.141) ) () ) +("bridgeport" ((nnp -11.403) ) () ) +("bridgers" ((nnp -11.403) ) () ) +("bridges" ((nnp -10.709) (nnps -7.036) (nns -8.384) ) () ) +("bridget" ((nnp -10.304) ) () ) +("bridgeville" ((nnp -11.403) ) () ) +("bridging" ((vbg -8.846) ) () ) +("brief" ((jj -7.836) (nn -8.569) (nnp -10.709) (vb -9.448) ) () ) +("briefcase" ((nn -10.648) ) () ) +("briefed" ((vbd -10.291) (vbn -9.162) ) () ) +("briefing" ((nn -9.955) ) () ) +("briefings" ((nns -10.255) ) () ) +("briefly" ((nn -10.137) (rb -8.913) ) () ) +("briefs" ((nns -9.562) ) () ) +("brierley" ((nnp -10.016) ) () ) +("brigade" ((nn -11.747) (nnp -11.403) ) () ) +("briggs" ((nnp -10.016) ) () ) +("bright" ((jj -8.138) (nnp -10.709) ) () ) +("brightened" ((vbd -10.291) (vbn -9.855) ) () ) +("brightest" ((jjs -6.137) ) () ) +("brightly" ((rb -10.299) ) () ) +("briksa" ((nnp -11.403) ) () ) +("brilliance" ((nn -11.747) ) () ) +("brilliant" ((jj -8.669) ) () ) +("brilliantly" ((rb -9.201) ) () ) +("brim" ((nn -11.747) ) () ) +("brimmed" ((vbd -10.291) ) () ) +("brimstone" ((nn -11.747) ) () ) +("bring" ((vb -5.798) (vbp -6.969) ) () ) +("bringing" ((nn -11.747) (vbg -6.042) ) () ) +("brings" ((vbz -7.528) ) () ) +("brink" ((nn -11.054) (nnp -10.709) ) () ) +("brinkman" ((nnp -11.403) ) () ) +("brinksmanship" ((nn -11.747) ) () ) +("brisk" ((jj -9.179) ) () ) +("brisker" ((jjr -8.039) ) () ) +("briskly" ((rb -9.606) ) () ) +("bristle" ((vbp -9.367) ) () ) +("bristled" ((vbd -10.291) ) () ) +("bristles" ((vbz -9.926) ) () ) +("bristol" ((nnp -10.016) ) () ) +("bristol-meyers" ((nnp -11.403) ) () ) +("bristol-myers" ((nnp -8.569) ) () ) +("britain" ((nnp -6.527) ) () ) +("british" ((jj -5.756) (nnp -6.649) (nnps -6.119) (nns -10.949) ) () ) +("british-based" ((jj -9.585) ) () ) +("british-born" ((jj -10.971) ) () ) +("briton" ((nn -11.747) ) () ) +("britta" ((nnp -11.403) ) () ) +("brittle" ((jj -10.971) ) () ) +("broad" ((jj -7.233) (nnp -8.918) ) () ) +("broad-based" ((jj -8.892) ) () ) +("broad-scale" ((jj -10.278) ) () ) +("broadcast" ((nn -8.913) (nnp -10.016) (vb -9.043) (vbd -9.192) (vbn -7.909) ) () ) +("broadcaster" ((nn -11.747) ) () ) +("broadcasters" ((nns -9.339) ) () ) +("broadcasting" ((nn -8.751) (nnp -7.665) (vbg -7.593) ) () ) +("broadcasts" ((nns -8.551) (vbz -9.926) ) () ) +("broaden" ((vb -8.532) ) () ) +("broadened" ((vbd -9.598) (vbn -9.855) ) () ) +("broadening" ((vbg -8.846) ) () ) +("broadens" ((vbz -9.926) ) () ) +("broader" ((jjr -4.707) ) () ) +("broader-based" ((jj -10.971) ) () ) +("broadest" ((jjs -6.424) ) () ) +("broadly" ((rb -7.527) ) () ) +("broadside" ((nn -11.747) ) () ) +("broadstar" ((nnp -11.403) ) () ) +("broadway" ((nnp -9.611) ) () ) +("broberg" ((nnp -10.304) ) () ) +("brochure" ((nn -11.054) ) () ) +("brochures" ((nns -10.949) ) () ) +("brockville" ((nnp -10.709) ) () ) +("broder" ((nnp -11.403) ) () ) +("broderick" ((nnp -9.611) ) () ) +("brody" ((nnp -11.403) ) () ) +("broiler" ((nn -11.747) ) () ) +("broke" ((jj -10.971) (rb -10.299) (vbd -6.995) ) () ) +("broken" ((jj -8.892) (vbn -6.811) ) () ) +("broken-down" ((jj -10.971) ) () ) +("broker" ((nn -8.083) ) () ) +("broker-dealer" ((1 -3.629) (jj -9.179) (nn -11.747) ) () ) +("broker-sold" ((jj -10.278) ) () ) +("brokerage" ((nn -6.856) ) () ) +("brokerage-house" ((nn -11.747) ) () ) +("brokerages" ((nns -9.562) ) () ) +("brokered" ((vbd -10.291) ) () ) +("brokering" ((nn -11.747) (vbg -8.846) ) () ) +("brokers" ((nnps -7.729) (nns -6.333) ) () ) +("bromley" ((nnp -10.709) ) () ) +("bronces" ((nnp -11.403) ) () ) +("bronco" ((nnp -11.403) ) () ) +("broncos" ((nns -10.949) ) () ) +("bronfman" ((nnp -9.323) ) () ) +("bronfmans" ((nnp -11.403) ) () ) +("bronislava" ((nnp -11.403) ) () ) +("bronner" ((nnp -9.611) ) () ) +("bronson" ((nnp -10.709) ) () ) +("bronx" ((nnp -8.569) ) () ) +("bronze" ((nn -11.054) ) () ) +("brood" ((nn -11.747) ) () ) +("brook" ((nnp -10.709) ) () ) +("brooke" ((nnp -10.304) ) () ) +("brookings" ((nnp -10.016) ) () ) +("brookline" ((nnp -10.709) ) () ) +("brooklyn" ((nnp -9.005) ) () ) +("brooks" ((nnp -8.630) ) () ) +("brophy" ((nnp -11.403) ) () ) +("bros" ((nnp -10.016) ) () ) +("bros." ((nnp -9.205) (nnps -7.036) ) () ) +("broth" ((nn -11.747) ) () ) +("brother" ((nn -8.702) ) () ) +("brother-in-law" ((nn -11.747) ) () ) +("brotherhood" ((nnp -10.709) ) () ) +("brotherism" ((nn -11.747) ) () ) +("brotherly" ((jj -10.971) ) () ) +("brothers" ((nnp -7.819) (nnps -4.174) (nns -8.058) ) () ) +("brought" ((vbd -6.462) (vbn -6.005) ) () ) +("brouhaha" ((nn -11.747) ) () ) +("brouwer" ((nnp -9.611) ) () ) +("brow" ((nn -10.648) ) () ) +("brow-beating" ((nn -11.747) ) () ) +("broward" ((nnp -10.304) ) () ) +("browbeat" ((vb -10.141) ) () ) +("browder" ((nnp -11.403) ) () ) +("brown" ((jj -10.278) (nnp -7.471) ) () ) +("brown-forman" ((nnp -10.304) ) () ) +("brown-tobacco" ((jj -9.872) ) () ) +("browne" ((nnp -11.403) ) () ) +("browns" ((nnp -11.403) (nnps -7.729) ) () ) +("brownstein" ((nnp -11.403) ) () ) +("browse" ((vb -10.141) ) () ) +("browsing" ((nn -11.747) (vbg -9.539) ) () ) +("brozman" ((nnp -10.016) ) () ) +("bruce" ((nnp -8.512) ) () ) +("bruch" ((nnp -11.403) ) () ) +("bruckheimer" ((nnp -11.403) ) () ) +("bruddah" ((fw -5.416) ) () ) +("bruised" ((vbn -9.855) ) () ) +("bruises" ((nns -10.949) ) () ) +("bruising" ((jj -10.971) ) () ) +("brunch" ((nn -11.747) ) () ) +("brundtland" ((nnp -11.403) ) () ) +("brunei" ((nnp -11.403) ) () ) +("brunello" ((nnp -10.709) ) () ) +("bruner" ((nnp -10.709) ) () ) +("bruno" ((nnp -11.403) ) () ) +("brunswick" ((nnp -9.205) ) () ) +("brunswig" ((nnp -11.403) ) () ) +("brunt" ((nn -10.360) ) () ) +("brush" ((nn -10.648) (nnp -10.709) ) () ) +("brushbacks" ((nns -10.949) ) () ) +("brushed" ((vbd -9.192) (vbn -9.855) ) () ) +("brushes" ((nns -10.255) ) () ) +("brushing" ((vbg -9.539) ) () ) +("brushoff" ((nn -11.747) ) () ) +("brussels" ((nnp -8.630) (nns -10.949) ) () ) +("brutal" ((jj -10.278) ) () ) +("brutally" ((rb -9.606) ) () ) +("bruyette" ((nnp -10.709) ) () ) +("bryan" ((nnp -10.304) ) () ) +("bryant" ((nnp -9.205) ) () ) +("bryner" ((nnp -11.403) ) () ) +("bsb" ((nnp -10.016) ) () ) +("bsn" ((nnp -8.694) ) () ) +("bt" ((nnp -10.304) ) () ) +("btr" ((nnp -10.709) ) () ) +("bubble" ((vb -10.141) ) () ) +("bubblelike" ((jj -10.971) ) () ) +("bubbles" ((nns -10.949) ) () ) +("bucaramanga" ((nnp -11.403) ) () ) +("buccaneers" ((nns -10.949) ) () ) +("buchanan" ((nnp -11.403) ) () ) +("buchner" ((nnp -10.304) ) () ) +("buchwald" ((nnp -10.709) ) () ) +("buck" ((nn -11.054) (nnp -10.304) ) () ) +("bucked" ((vbd -9.598) (vbn -9.855) ) () ) +("bucket" ((nn -11.054) ) () ) +("buckets" ((nns -10.949) ) () ) +("buckhead" ((nnp -11.403) ) () ) +("bucking" ((vbg -8.846) ) () ) +("buckingham" ((nnp -11.403) ) () ) +("buckle" ((vb -9.043) ) () ) +("buckled" ((jj -10.971) ) () ) +("buckles" ((nnp -11.403) ) () ) +("buckley" ((nnp -10.709) ) () ) +("buckling" ((vbg -9.539) ) () ) +("bucknell" ((nnp -11.403) ) () ) +("bucks" ((nns -10.255) (vbz -9.926) ) () ) +("bud" ((nnp -10.304) ) () ) +("budapest" ((jjs -7.523) (nnp -9.005) ) () ) +("buddha" ((nnp -11.403) ) () ) +("budding" ((jj -10.971) (vbg -8.440) ) () ) +("buddy" ((nn -11.747) ) () ) +("budge" ((vb -9.043) ) () ) +("budged" ((vbd -10.291) (vbn -9.855) ) () ) +("budget" ((nn -6.659) (nnp -7.689) ) () ) +("budget-priced" ((jj -10.278) ) () ) +("budget-reconciliation" ((jj -10.971) ) () ) +("budget-reduction" ((jj -10.971) ) () ) +("budgetary" ((jj -9.025) ) () ) +("budgeted" ((vbn -8.246) ) () ) +("budgeteers" ((nns -10.949) ) () ) +("budgeting" ((nn -11.054) (nnp -11.403) ) () ) +("budgets" ((nns -7.953) ) () ) +("buds" ((nns -10.949) ) () ) +("budweiser" ((nnp -10.304) ) () ) +("bueky" ((nnp -11.403) ) () ) +("buffalo" ((nnp -9.793) ) () ) +("buffer" ((nn -10.648) (vb -9.448) ) () ) +("buffet" ((nn -11.747) (vb -10.141) ) () ) +("buffeted" ((vbn -9.855) ) () ) +("buffets" ((nns -10.255) ) () ) +("buffett" ((nnp -8.918) ) () ) +("buffetting" ((nn -11.747) ) () ) +("buffs" ((nns -10.255) ) () ) +("bufton" ((nnp -11.403) ) () ) +("bug" ((nn -10.360) ) () ) +("bugless" ((jj -10.971) ) () ) +("buglike" ((jj -10.971) ) () ) +("bugs" ((nns -8.176) ) () ) +("buhrmann-tetterode" ((nnp -11.403) ) () ) +("buick" ((nnp -8.458) ) () ) +("build" ((vb -5.469) (vbn -9.855) (vbp -7.287) ) () ) +("builder" ((nn -11.747) ) () ) +("builders" ((nnp -10.709) (nnps -7.036) (nns -8.646) ) () ) +("building" ((nn -7.182) (nnp -9.793) (vbg -5.755) ) () ) +("building-materials" ((nns -10.255) ) () ) +("building-products" ((nns -10.949) ) () ) +("building-related" ((jj -10.971) ) () ) +("buildings" ((nns -7.483) ) () ) +("builds" ((vbz -7.980) ) () ) +("buildup" ((nn -10.137) ) () ) +("built" ((vbd -7.583) (vbn -5.761) ) () ) +("built-from-kit" ((jj -10.971) ) () ) +("built-in" ((jj -9.362) ) () ) +("bulb" ((nn -11.747) ) () ) +("bulbs" ((nns -10.255) ) () ) +("bulgaria" ((nnp -9.793) ) () ) +("bulgarian" ((jj -9.872) (nnp -11.403) ) () ) +("bulging" ((vbg -8.846) ) () ) +("bulk" ((jj -8.892) (nn -8.569) ) () ) +("bulk-chemical" ((1 -4.727) (jj -10.971) ) () ) +("bulked-up" ((jj -10.971) ) () ) +("bulky" ((jj -10.971) ) () ) +("bull" ((nn -9.444) (nnp -7.876) ) () ) +("bull-market" ((nn -11.747) ) () ) +("bulldozed" ((vbn -9.855) ) () ) +("bulldozer" ((nn -11.747) ) () ) +("bulldozers" ((nns -10.255) ) () ) +("bullet" ((nn -9.955) ) () ) +("bullet-proof" ((jj -10.971) ) () ) +("bulletin" ((nn -10.137) (nnp -10.709) ) () ) +("bulletins" ((nns -10.255) ) () ) +("bullets" ((nns -9.339) ) () ) +("bullfighter" ((nn -11.747) ) () ) +("bullhorns" ((nns -10.949) ) () ) +("bullied" ((vbd -10.291) ) () ) +("bullies" ((vbz -9.926) ) () ) +("bullion" ((nn -10.648) ) () ) +("bullish" ((jj -7.793) ) () ) +("bullishness" ((nn -11.747) ) () ) +("bullock" ((nnp -9.611) ) () ) +("bullocks" ((nnp -10.304) ) () ) +("bulls" ((nns -9.003) ) () ) +("bully" ((nn -11.747) ) () ) +("bulseco" ((nnp -11.403) ) () ) +("bum" ((nnp -10.709) ) () ) +("bumble" ((vb -9.448) (vbp -9.367) ) () ) +("bumbling" ((vbg -9.539) ) () ) +("bumiputra" ((nnp -9.611) ) () ) +("bump" ((nn -11.747) ) () ) +("bumped" ((vbn -9.855) ) () ) +("bumper" ((nn -11.747) ) () ) +("bumper-to-bumper" ((jj -10.971) ) () ) +("bumpers" ((nnp -11.403) ) () ) +("bumps" ((nns -10.949) ) () ) +("bumpy" ((jj -9.585) ) () ) +("bums" ((nns -10.949) ) () ) +("bunch" ((nn -9.955) ) () ) +("bunco" ((nn -11.747) ) () ) +("bund" ((nn -11.747) ) () ) +("bundesbank" ((nnp -9.793) ) () ) +("bundle" ((nn -11.054) ) () ) +("bundled" ((vbn -9.162) ) () ) +("bundles" ((nns -10.255) ) () ) +("bundy" ((nnp -10.709) ) () ) +("bundy's" ((nnp -11.403) ) () ) +("bunker" ((nnp -10.304) ) () ) +("bunko-forgery" ((nn -11.747) ) () ) +("bunny" ((nn -10.648) (nnp -10.709) ) () ) +("buns" ((nns -10.949) ) () ) +("bunt" ((nn -11.747) ) () ) +("bunting" ((nnp -10.709) ) () ) +("buoy" ((vb -9.043) ) () ) +("buoyant" ((jj -10.278) ) () ) +("buoyed" ((vbd -9.598) (vbn -7.553) ) () ) +("buoying" ((vbg -9.539) ) () ) +("buoys" ((vbz -9.926) ) () ) +("burbank" ((nnp -10.304) ) () ) +("burbles" ((vbz -9.926) ) () ) +("burch" ((nnp -11.403) ) () ) +("burchette" ((nnp -11.403) ) () ) +("burden" ((nn -8.656) ) () ) +("burden-sharing" ((nn -11.747) ) () ) +("burdened" ((vbd -10.291) (vbn -8.757) ) () ) +("burdens" ((nns -9.157) (vbz -9.926) ) () ) +("bureacratic" ((jj -10.971) ) () ) +("bureau" ((nn -8.414) (nnp -7.876) ) () ) +("bureau-sponsored" ((jj -10.278) ) () ) +("bureaucracies" ((nns -9.850) ) () ) +("bureaucracy" ((nn -9.182) ) () ) +("bureaucrat" ((nn -10.137) ) () ) +("bureaucratic" ((jj -9.179) ) () ) +("bureaucrats" ((nns -8.751) ) () ) +("bureaus" ((nn -10.360) (nnps -7.729) ) () ) +("burford" ((nnp -10.709) ) () ) +("burge" ((nnp -11.403) ) () ) +("burgeoning" ((vbg -8.846) ) () ) +("burger" ((nn -11.747) (nnp -9.005) ) () ) +("burgers" ((nns -10.949) ) () ) +("burgess" ((nnp -9.205) ) () ) +("burglaries" ((nns -10.949) ) () ) +("burglary" ((nn -11.054) ) () ) +("burgs" ((nns -10.949) ) () ) +("burgundies" ((nnps -7.036) ) () ) +("burgundy" ((nnp -10.709) ) () ) +("burial" ((nn -11.054) ) () ) +("burials" ((nns -10.949) ) () ) +("buried" ((vbd -10.291) (vbn -7.776) ) () ) +("burke" ((nnp -9.323) ) () ) +("burkina" ((nnp -11.403) ) () ) +("burlap" ((nn -11.747) ) () ) +("burlingame" ((nnp -11.403) ) () ) +("burlington" ((nnp -9.457) ) () ) +("burmah" ((nnp -10.709) ) () ) +("burn" ((vbp -8.674) ) () ) +("burnand" ((nnp -10.709) ) () ) +("burned" ((jj -10.971) (vbd -10.291) (vbn -8.469) ) () ) +("burner" ((nn -10.360) ) () ) +("burnham" ((nnp -7.451) ) () ) +("burning" ((nn -10.360) (vbg -9.539) ) () ) +("burnishing" ((vbg -9.539) ) () ) +("burnout" ((nn -11.747) ) () ) +("burnouts" ((nns -10.949) ) () ) +("burns" ((nnp -9.611) (nns -9.562) ) () ) +("burnsville" ((nnp -11.403) ) () ) +("burnt" ((jj -10.278) ) () ) +("burr" ((nnp -10.709) ) () ) +("burrillville" ((nnp -11.403) ) () ) +("burroughs" ((nnp -9.793) ) () ) +("burry" ((nnp -11.403) ) () ) +("burst" ((nn -10.360) (vbd -10.291) (vbp -9.367) ) () ) +("bursting" ((vbg -9.539) ) () ) +("burt" ((nnp -9.323) ) () ) +("burton" ((nnp -9.323) ) () ) +("bury" ((vbp -9.367) ) () ) +("burzon" ((nnp -11.403) ) () ) +("bus" ((nn -9.182) ) () ) +("busch" ((nnp -10.304) ) () ) +("buses" ((nns -8.869) ) () ) +("bush" ((nnp -5.619) ) () ) +("bushel" ((nn -9.444) ) () ) +("bushels" ((nns -10.255) ) () ) +("bushes" ((nns -10.949) ) () ) +("bushy" ((jj -10.971) ) () ) +("busier" ((jjr -6.941) ) () ) +("busies" ((nns -10.949) ) () ) +("busiest" ((jjs -5.326) ) () ) +("busily" ((rb -9.201) ) () ) +("business" ((nn -5.109) (nnp -6.914) ) () ) +("business-as-usual" ((jj -10.278) ) () ) +("business-class" ((jj -10.971) ) () ) +("business-communications" ((nns -10.949) ) () ) +("business-interruption" ((jj -10.971) ) () ) +("business-judgment" ((nn -11.747) ) () ) +("business-like" ((jj -10.971) ) () ) +("business-machines" ((nns -10.949) ) () ) +("business-partners" ((nns -10.949) ) () ) +("business-related" ((jj -10.971) ) () ) +("business-telephone" ((jj -10.971) ) () ) +("business-to-business" ((jj -10.971) (nn -11.054) ) () ) +("business-venture" ((jj -10.971) ) () ) +("businesses" ((nns -5.739) ) () ) +("businessland" ((nnp -9.793) ) () ) +("businesslike" ((jj -10.278) ) () ) +("businessman" ((nn -8.913) ) () ) +("businessmen" ((nns -7.953) ) () ) +("businesspeople" ((nn -11.747) ) () ) +("businesswoman" ((nn -11.747) ) () ) +("busload" ((nn -11.747) ) () ) +("bussieres" ((nnp -10.709) ) () ) +("bust" ((nn -11.054) ) () ) +("busted" ((jj -10.971) (vbn -9.855) ) () ) +("buster" ((nnp -11.403) ) () ) +("busting" ((vbg -9.539) ) () ) +("bustle" ((nn -11.747) ) () ) +("busts" ((nns -10.949) ) () ) +("busy" ((jj -7.975) ) () ) +("but" ((cc -1.960) (in -9.011) (nnp -11.403) (rb -8.508) ) () ) +("butane" ((nn -11.747) ) () ) +("butcher" ((nn -10.360) (nnp -10.016) ) () ) +("butler" ((nnp -9.611) ) () ) +("butowsky" ((nnp -11.403) ) () ) +("butt" ((nn -11.054) ) () ) +("butte" ((nnp -11.403) ) () ) +("butter" ((nn -10.137) ) () ) +("butter-nut" ((nnp -11.403) ) () ) +("butterfinger" ((nnp -10.016) ) () ) +("butterflies" ((nns -10.949) ) () ) +("butterfly" ((nn -11.747) ) () ) +("button" ((nn -10.648) ) () ) +("buttoned-up" ((jj -10.278) ) () ) +("buttons" ((nns -9.562) ) () ) +("buttress" ((vb -9.448) ) () ) +("buttressed" ((vbn -9.855) ) () ) +("buttresses" ((vbz -9.926) ) () ) +("buy" ((1 -4.727) (jj -9.025) (nn -8.414) (vb -4.165) (vbp -5.538) ) () ) +("buy-and-hold" ((cd -10.462) (jj -9.362) ) () ) +("buy-back" ((jj -8.774) (nn -8.414) (vb -10.141) ) () ) +("buy-backs" ((nns -10.949) ) () ) +("buy-now" ((jj -10.971) ) () ) +("buy-out" ((jj -8.669) (nn -6.516) ) () ) +("buy-outs" ((nns -7.653) ) () ) +("buy-sell" ((jj -10.971) ) () ) +("buyback" ((jj -10.971) (nn -11.747) ) () ) +("buyer" ((nn -7.739) (nnp -10.709) ) () ) +("buyers" ((nns -6.000) ) () ) +("buying" ((jj -10.971) (nn -7.225) (nnp -10.016) (vbg -4.439) ) () ) +("buyings" ((nns -10.949) ) () ) +("buyout" ((nn -10.360) ) () ) +("buyouts" ((nns -10.255) ) () ) +("buys" ((nns -10.255) (vbz -7.093) ) () ) +("buzz" ((jj -10.971) (nn -11.054) (vb -10.141) ) () ) +("buzzell" ((nnp -10.709) ) () ) +("buzzes" ((vbz -9.926) ) () ) +("buzzing" ((vbg -9.539) ) () ) +("buzzsaw" ((nn -11.747) ) () ) +("buzzword" ((nn -11.054) ) () ) +("buzzwords" ((nns -10.255) ) () ) +("buzzy" ((nnp -10.709) ) () ) +("bv" ((nnp -11.403) ) () ) +("by" ((in -2.560) (rb -8.913) (rp -5.955) ) () ) +("byelorussia" ((nnp -11.403) ) () ) +("bygone" ((jj -10.971) ) () ) +("byler" ((nnp -10.709) ) () ) +("bylines" ((nns -10.949) ) () ) +("bynoe" ((nnp -10.016) ) () ) +("bypass" ((nn -11.747) (vb -10.141) ) () ) +("byrd" ((nnp -9.611) ) () ) +("byrne" ((nnp -10.709) ) () ) +("byron" ((nnp -10.304) ) () ) +("byrum" ((nnp -10.709) ) () ) +("bystanders" ((nns -10.949) ) () ) +("byzantine" ((jj -10.971) ) () ) +("c" ((nn -11.747) (nnp -9.205) ) () ) +("c$" ((punc -7.165) ) () ) +("c&d" ((nnp -11.403) ) () ) +("c&p" ((nnp -11.403) ) () ) +("c'mon" ((vb -10.141) ) () ) +("c-12" ((nn -11.747) ) () ) +("c-130" ((nn -11.747) ) () ) +("c-17" ((nnp -11.403) ) () ) +("c-90" ((nn -11.747) ) () ) +("c-s" ((nnp -11.403) ) () ) +("c-span" ((nnp -10.304) ) () ) +("c-word" ((nn -11.054) ) () ) +("c-yields" ((nns -10.949) ) () ) +("c." ((nnp -7.531) ) () ) +("c.b." ((nnp -11.403) ) () ) +("c.d.s" ((nnps -7.729) (nns -8.646) ) () ) +("c.e." ((nnp -11.403) ) () ) +("c.j." ((nnp -10.016) ) () ) +("c.j.b." ((nnp -11.403) ) () ) +("c.k." ((nnp -11.403) ) () ) +("c.r." ((nnp -11.403) ) () ) +("c.s." ((nnp -11.403) ) () ) +("c.w." ((nnp -11.403) ) () ) +("ca" ((jj -10.971) (md -4.049) ) () ) +("ca." ((nnp -11.403) ) () ) +("caa" ((jj -10.971) (nnp -11.403) ) () ) +("caac" ((nnp -11.403) ) () ) +("cab" ((nn -11.054) (nnp -11.403) ) () ) +("cabal" ((nn -11.747) ) () ) +("cabbage" ((nnp -10.709) ) () ) +("cabernet" ((nnp -9.611) ) () ) +("cabernets" ((nnps -7.036) ) () ) +("cabinet" ((nn -9.108) (nnp -10.709) ) () ) +("cabinets" ((nns -10.255) ) () ) +("cable" ((nn -7.962) (nnp -8.630) ) () ) +("cable-television" ((nn -10.137) ) () ) +("cable-television-equipped" ((jj -10.971) ) () ) +("cable-tv" ((nn -9.549) ) () ) +("cable-tv-system" ((nn -11.747) ) () ) +("cables" ((nns -9.850) ) () ) +("cablevision" ((nnp -10.016) ) () ) +("cabrera" ((nnp -8.763) ) () ) +("cabs" ((nns -10.949) ) () ) +("cacao" ((nnp -11.403) ) () ) +("cache" ((nn -11.054) ) () ) +("caches" ((nns -10.949) ) () ) +("cachet" ((nn -11.747) ) () ) +("caci" ((nnp -9.611) ) () ) +("cacophony" ((nn -11.747) ) () ) +("cadbury" ((nnp -10.304) ) () ) +("cadbury-schweppes" ((nnp -11.403) ) () ) +("caddyshack" ((nnp -11.403) ) () ) +("cadet" ((nn -10.648) ) () ) +("cadets" ((nns -10.949) ) () ) +("cadillac" ((nn -11.747) (nnp -10.016) ) () ) +("cadmium" ((nn -11.747) ) () ) +("cadwell" ((nnp -11.403) ) () ) +("cae" ((nnp -10.016) ) () ) +("caere" ((nnp -10.709) ) () ) +("caesarean" ((jj -10.971) ) () ) +("caesars" ((nnp -10.016) ) () ) +("cafes" ((nns -10.949) ) () ) +("cafeterias" ((nns -10.949) ) () ) +("caffeine-free" ((jj -9.025) ) () ) +("cage" ((nn -11.054) (nnp -11.403) ) () ) +("cahoon" ((nnp -11.403) ) () ) +("cairo" ((nnp -10.709) ) () ) +("caisse" ((nnp -11.403) ) () ) +("caitlin" ((nnp -11.403) ) () ) +("cake" ((nn -11.054) ) () ) +("caked" ((vbd -10.291) ) () ) +("calabasas" ((nnp -10.709) ) () ) +("calamities" ((nns -10.949) ) () ) +("calamitous" ((jj -10.971) ) () ) +("calamity" ((nn -9.955) ) () ) +("calaveras" ((nns -10.949) ) () ) +("calcium" ((nn -11.054) ) () ) +("calculate" ((vb -9.043) (vbp -8.674) ) () ) +("calculated" ((jj -9.872) (vbd -10.291) (vbn -7.022) ) () ) +("calculates" ((vbz -8.540) ) () ) +("calculating" ((vbg -7.930) ) () ) +("calculation" ((nn -10.648) ) () ) +("calculations" ((nns -8.115) ) () ) +("calculator" ((nn -11.054) ) () ) +("calculators" ((nns -10.255) ) () ) +("calder" ((nnp -11.403) ) () ) +("calderwood" ((nnp -11.403) ) () ) +("caldor" ((nnp -10.709) ) () ) +("caldwell" ((nnp -11.403) ) () ) +("caleb" ((nnp -11.403) ) () ) +("calendar" ((nn -9.667) ) () ) +("calfed" ((nnp -11.403) ) () ) +("calgary" ((nnp -9.323) ) () ) +("calgary-based" ((jj -9.179) ) () ) +("calgene" ((nnp -10.304) ) () ) +("calgon" ((nnp -11.403) ) () ) +("calibrated" ((vbn -9.855) ) () ) +("calif" ((nnp -7.765) ) () ) +("calif." ((nnp -6.632) ) () ) +("calif.-based" ((jj -9.362) ) () ) +("california" ((nnp -5.951) ) () ) +("california-based" ((jj -9.362) ) () ) +("california-bashing" ((jj -10.971) ) () ) +("californian" ((nn -11.747) ) () ) +("californians" ((nnps -6.119) (nns -10.255) ) () ) +("calisto" ((nnp -11.403) ) () ) +("call" ((1 -4.727) (jj -8.669) (nn -7.855) (nnp -10.016) (vb -6.357) (vbp -6.371) ) () ) +("call-in" ((nn -11.747) ) () ) +("callable" ((jj -9.179) ) () ) +("callas" ((nnp -11.403) ) () ) +("called" ((vb -10.141) (vbd -5.321) (vbn -4.838) ) () ) +("callender" ((nnp -11.403) ) () ) +("caller" ((nn -10.360) ) () ) +("callers" ((nns -10.949) ) () ) +("calling" ((nn -11.747) (vbg -6.042) ) () ) +("calliope" ((nnp -11.403) ) () ) +("callipygous" ((nn -11.747) ) () ) +("calloway" ((nnp -9.611) ) () ) +("calls" ((nns -6.790) (vbz -5.507) ) () ) +("callum" ((nnp -11.403) ) () ) +("calm" ((jj -9.872) (nn -10.137) (vb -7.839) ) () ) +("calmat" ((nn -11.747) (nnp -10.304) ) () ) +("calmer" ((jjr -8.039) ) () ) +("calming" ((vbg -9.539) ) () ) +("calmly" ((rb -10.299) ) () ) +("calories" ((nns -10.949) ) () ) +("caltech" ((nnp -11.403) ) () ) +("caltrans" ((nnp -9.323) (nns -10.949) ) () ) +("calvert" ((nnp -11.403) ) () ) +("calves" ((nns -10.949) ) () ) +("calvi" ((nnp -10.709) ) () ) +("camaraderie" ((nn -11.747) ) () ) +("camaro" ((nnp -11.403) ) () ) +("camaro-firebird" ((nnp -10.709) ) () ) +("cambodia" ((nnp -11.403) ) () ) +("cambodian" ((jj -10.278) ) () ) +("cambria" ((nnp -9.005) ) () ) +("cambrian" ((nnp -11.403) ) () ) +("cambridge" ((nnp -9.100) ) () ) +("camden" ((nnp -11.403) ) () ) +("came" ((vbd -5.023) ) () ) +("camel" ((nnp -11.403) ) () ) +("camera" ((nn -9.108) ) () ) +("cameras" ((nns -9.562) ) () ) +("camille" ((nnp -10.709) ) () ) +("camilli" ((nnp -11.403) ) () ) +("cammack" ((nnp -11.403) ) () ) +("camouflage" ((nn -11.747) ) () ) +("camouflaged" ((vbn -9.855) ) () ) +("camp" ((nn -10.360) (nnp -10.016) ) () ) +("campaign" ((nn -7.182) (nnp -9.793) ) () ) +("campaigned" ((vbn -9.855) ) () ) +("campaigner" ((nn -11.747) ) () ) +("campaigning" ((nn -10.648) ) () ) +("campaigns" ((nns -8.464) ) () ) +("campaneris" ((nnp -10.016) ) () ) +("campbell" ((nnp -8.107) ) () ) +("campbell-mithun" ((nnp -10.709) ) () ) +("campbell-mithun-esty" ((nnp -10.709) ) () ) +("campeau" ((nn -10.648) (nnp -7.292) ) () ) +("campeau-related" ((jj -10.971) ) () ) +("campers" ((nns -10.949) ) () ) +("campfire" ((nn -11.747) ) () ) +("camps" ((nns -9.157) ) () ) +("campus" ((nn -9.955) ) () ) +("campuses" ((nns -9.850) ) () ) +("camry" ((nnp -11.403) ) () ) +("can" ((md -2.364) (nn -10.360) ) () ) +("canaan" ((nnp -10.016) ) () ) +("canada" ((nnp -6.366) ) () ) +("canada-u.s." ((nnp -11.403) ) () ) +("canadian" ((jj -6.127) (nn -11.747) (nnp -7.906) ) () ) +("canadian-dollar" ((jj -10.971) ) () ) +("canadian-u.s." ((jj -10.971) ) () ) +("canadians" ((nnps -7.729) ) () ) +("canal" ((nn -10.648) (nnp -11.403) ) () ) +("canals" ((nns -10.949) ) () ) +("cananea" ((nnp -10.304) ) () ) +("canary-colored" ((jj -10.971) ) () ) +("canaveral" ((nnp -11.403) ) () ) +("canberra" ((nnp -11.403) ) () ) +("cancel" ((nn -11.747) (vb -7.744) ) () ) +("canceled" ((1 -4.727) (vbd -9.192) (vbn -7.083) ) () ) +("canceling" ((vbg -8.846) ) () ) +("cancellation" ((nn -10.137) ) () ) +("cancellations" ((nns -10.255) ) () ) +("cancels" ((vbz -9.926) ) () ) +("cancer" ((nn -8.033) (nnp -8.918) ) () ) +("cancer-causing" ((jj -10.278) ) () ) +("cancer-related" ((jj -10.971) ) () ) +("candela" ((nnp -9.611) ) () ) +("candice" ((nnp -11.403) ) () ) +("candid" ((jj -9.872) (nnp -11.403) ) () ) +("candidate" ((nn -8.751) ) () ) +("candidates" ((nns -7.581) ) () ) +("candies" ((nns -10.255) ) () ) +("candles" ((nns -10.255) ) () ) +("candlestick" ((nnp -8.763) ) () ) +("candor" ((nn -11.054) ) () ) +("candu" ((nnp -11.403) ) () ) +("candy" ((nn -9.262) ) () ) +("candybar" ((nn -11.747) ) () ) +("cane" ((nnp -9.457) ) () ) +("canellos" ((nnp -11.403) ) () ) +("canelo" ((nnp -9.793) ) () ) +("canepa" ((nnp -10.304) ) () ) +("canned" ((jj -9.872) ) () ) +("cannell" ((nnp -10.709) ) () ) +("canner" ((nnp -11.403) ) () ) +("cannes" ((nnp -10.709) ) () ) +("canning" ((nn -11.054) ) () ) +("cannon" ((nn -11.747) (nnp -11.403) ) () ) +("canny" ((jj -10.971) ) () ) +("cano" ((nnp -11.403) ) () ) +("canoga" ((nnp -11.403) ) () ) +("canonie" ((nnp -11.403) ) () ) +("cans" ((nns -9.157) ) () ) +("canto" ((nn -11.747) ) () ) +("cantobank" ((nnp -11.403) ) () ) +("canton" ((nnp -9.457) ) () ) +("cantonal" ((jj -10.971) ) () ) +("cantor" ((nnp -10.016) ) () ) +("canvas" ((nn -10.648) ) () ) +("canvases" ((nns -10.949) ) () ) +("canvassed" ((vbn -9.855) ) () ) +("canyons" ((nns -10.949) ) () ) +("cap" ((nn -9.039) (vb -10.141) ) () ) +("capabilities" ((nns -9.157) ) () ) +("capability" ((nn -9.349) ) () ) +("capable" ((jj -8.406) ) () ) +("capacities" ((nns -10.255) ) () ) +("capacitors" ((nnp -11.403) (nns -10.255) ) () ) +("capacity" ((nn -7.258) ) () ) +("capacity-expansion" ((jj -10.971) (nn -11.747) ) () ) +("cape" ((nnp -10.709) ) () ) +("capel" ((nnp -9.323) ) () ) +("capetronic" ((nnp -11.403) ) () ) +("capita" ((nn -11.054) ) () ) +("capital" ((jj -9.025) (nn -6.094) (nnp -6.483) ) () ) +("capital-assets" ((nns -10.949) ) () ) +("capital-boosting" ((jj -10.971) ) () ) +("capital-formation" ((nn -11.747) ) () ) +("capital-gains" ((jj -9.179) (nn -11.747) (nns -6.672) ) () ) +("capital-goods" ((nns -10.949) ) () ) +("capital-improvement" ((nn -11.747) ) () ) +("capital-market" ((jj -10.971) ) () ) +("capital-markets" ((jj -10.278) ) () ) +("capital-punishment" ((nn -10.360) ) () ) +("capital-raising" ((jj -10.971) ) () ) +("capital-to-asset" ((nn -11.747) ) () ) +("capitalism" ((nn -9.955) ) () ) +("capitalist" ((jj -9.585) (nn -11.054) ) () ) +("capitalist-exploiters-greedy-american-consumers-global" ((jj -10.971) ) () ) +("capitalistic" ((jj -9.872) ) () ) +("capitalists" ((nnps -7.036) (nns -10.255) ) () ) +("capitalization" ((nn -9.549) ) () ) +("capitalize" ((vb -8.350) ) () ) +("capitalized" ((jj -10.278) (vbd -10.291) (vbn -8.063) ) () ) +("capitalizing" ((vbg -8.846) ) () ) +("capitals" ((nns -10.949) ) () ) +("capitol" ((nn -11.747) (nnp -8.407) ) () ) +("capitulated" ((vbd -10.291) ) () ) +("capote" ((nnp -11.403) ) () ) +("capoten" ((nnp -11.403) ) () ) +("capped" ((jj -9.872) (vbd -7.518) (vbn -7.776) ) () ) +("capping" ((vbg -8.846) ) () ) +("capra" ((nnp -11.403) ) () ) +("capri" ((nnp -11.403) ) () ) +("capricious" ((jj -10.971) ) () ) +("capriciously" ((rb -10.299) ) () ) +("capriciousness" ((nn -11.747) ) () ) +("caps" ((nns -9.850) ) () ) +("capsules" ((nns -9.850) ) () ) +("capt." ((nnp -11.403) ) () ) +("captain" ((nn -11.054) ) () ) +("captioned" ((vbd -10.291) ) () ) +("captivating" ((jj -10.971) (vbg -9.539) ) () ) +("captive" ((jj -10.971) ) () ) +("captives" ((nns -10.949) ) () ) +("capture" ((vb -8.350) ) () ) +("captured" ((vbd -10.291) (vbn -7.658) ) () ) +("car" ((nn -6.653) (nnp -9.005) ) () ) +("car-care" ((jj -10.971) ) () ) +("car-crash" ((jj -10.971) ) () ) +("car-dealers" ((nns -10.949) ) () ) +("car-development" ((nn -11.747) ) () ) +("car-happy" ((jj -10.971) ) () ) +("car-market" ((nn -11.747) ) () ) +("car-parking" ((jj -10.971) ) () ) +("car-rental" ((jj -9.585) ) () ) +("car-safety" ((jj -10.971) ) () ) +("cara" ((nnp -9.611) ) () ) +("carat" ((nn -11.747) (nnp -9.005) ) () ) +("carats" ((nns -10.255) ) () ) +("carballo" ((nnp -11.403) ) () ) +("carbide" ((nnp -9.100) ) () ) +("carbide-products" ((nns -10.949) ) () ) +("carbon" ((nn -9.262) (nnp -11.403) ) () ) +("carbon-dioxide" ((nn -10.648) ) () ) +("carboni" ((nnp -10.016) ) () ) +("carcass" ((nn -11.747) ) () ) +("carcinogen" ((nn -11.747) ) () ) +("carcinogenic" ((jj -10.278) ) () ) +("card" ((nn -8.191) (nnp -10.709) ) () ) +("card-member" ((nn -11.747) ) () ) +("cardboard" ((nn -10.648) ) () ) +("cardenas" ((nnp -11.403) ) () ) +("cardiac" ((jj -9.585) (nnp -11.403) ) () ) +("cardiac-drug" ((jj -10.971) ) () ) +("cardigan" ((nn -11.747) ) () ) +("cardillo" ((nnp -11.403) ) () ) +("cardin" ((nnp -11.403) ) () ) +("cardinal" ((nnp -10.016) ) () ) +("cardinals" ((nnps -7.729) (nns -10.949) ) () ) +("cardiovascular" ((jj -10.278) (nnp -10.709) ) () ) +("cards" ((nnp -11.403) (nns -7.953) ) () ) +("care" ((nn -7.604) (nnp -8.630) (vb -7.839) (vbp -7.981) ) () ) +("cared" ((vbd -10.291) (vbn -9.855) ) () ) +("careen" ((vb -10.141) ) () ) +("careened" ((vbd -9.598) ) () ) +("careening" ((vbg -8.846) ) () ) +("career" ((nn -8.250) (nnp -11.403) ) () ) +("career-risking" ((jj -10.971) ) () ) +("careers" ((nns -8.751) ) () ) +("carefree" ((jj -10.971) ) () ) +("careful" ((jj -8.332) ) () ) +("carefully" ((rb -7.255) ) () ) +("careless" ((jj -10.971) ) () ) +("cares" ((vbz -9.233) ) () ) +("carew" ((nnp -10.016) ) () ) +("carews" ((nnps -7.729) ) () ) +("cargill" ((nnp -10.709) ) () ) +("cargo" ((nn -9.444) ) () ) +("caribbean" ((jj -10.278) (nnp -9.100) ) () ) +("caribou" ((nn -11.747) ) () ) +("caricature" ((vb -10.141) ) () ) +("caricatures" ((nns -10.255) ) () ) +("carillons" ((nns -10.949) ) () ) +("caring" ((nn -11.747) (vbg -8.846) ) () ) +("carl" ((nnp -8.224) ) () ) +("carla" ((nnp -9.793) ) () ) +("carleton" ((nnp -10.709) ) () ) +("carlos" ((nnp -8.694) ) () ) +("carlson" ((nnp -11.403) ) () ) +("carlta" ((nnp -11.403) ) () ) +("carlton" ((nnp -10.709) ) () ) +("carltons" ((nnps -7.729) ) () ) +("carlucci" ((nnp -10.304) ) () ) +("carlyle" ((nnp -10.304) ) () ) +("carmel" ((nnp -11.403) ) () ) +("carmelite" ((jj -10.971) ) () ) +("carmen" ((nnp -11.403) ) () ) +("carmichael" ((nnp -10.709) ) () ) +("carmine" ((nnp -11.403) ) () ) +("carmon" ((nnp -10.304) ) () ) +("carnage" ((nn -10.648) ) () ) +("carnegie" ((nnp -10.304) ) () ) +("carnegie-mellon" ((nnp -10.304) ) () ) +("carney" ((nnp -11.403) ) () ) +("carnival" ((nn -11.054) (nnp -8.630) ) () ) +("carnivores" ((nns -10.949) ) () ) +("carol" ((nnp -9.205) ) () ) +("carolg" ((nnp -11.403) ) () ) +("carolina" ((nnp -7.969) ) () ) +("carolinas" ((nnps -6.343) ) () ) +("caroline" ((nnp -11.403) ) () ) +("carolyn" ((nnp -10.709) ) () ) +("carp" ((nn -11.747) (vbp -9.367) ) () ) +("carpenter" ((nn -11.747) (nnp -8.694) ) () ) +("carpenters" ((nns -10.949) ) () ) +("carpentry" ((nn -11.747) ) () ) +("carpet" ((nn -9.549) ) () ) +("carpeted" ((vbd -10.291) ) () ) +("carpeting" ((nn -10.360) ) () ) +("carpets" ((nns -9.850) ) () ) +("carr" ((nnp -10.304) ) () ) +("carr-lowrey" ((nnp -10.709) ) () ) +("carre" ((nnp -11.403) ) () ) +("carried" ((vbd -7.200) (vbn -7.457) ) () ) +("carrier" ((nn -7.484) ) () ) +("carrier-based" ((jj -10.971) ) () ) +("carriers" ((nnp -10.709) (nnps -7.729) (nns -7.338) ) () ) +("carries" ((vbz -6.492) ) () ) +("carrington" ((nnp -11.403) ) () ) +("carroll" ((nnp -10.016) ) () ) +("carrot" ((nn -11.747) ) () ) +("carry" ((nn -11.747) (nnp -10.709) (vb -6.380) (vbp -6.659) ) () ) +("carry-forward" ((nn -10.360) ) () ) +("carry-forwards" ((nns -10.255) ) () ) +("carrying" ((nn -10.648) (vbg -6.243) ) () ) +("cars" ((nnps -7.036) (nns -6.029) ) () ) +("carson" ((nnp -9.611) ) () ) +("carstens" ((nnp -11.403) ) () ) +("cart" ((nn -10.648) (vbp -9.367) ) () ) +("carted" ((vbd -10.291) ) () ) +("cartel" ((nn -10.648) ) () ) +("carter" ((nnp -8.918) ) () ) +("carting" ((vbg -9.539) ) () ) +("carton" ((nn -11.747) ) () ) +("cartons" ((nns -10.949) ) () ) +("cartoon" ((nn -11.054) ) () ) +("cartoonist" ((nn -11.747) ) () ) +("cartoonists" ((nnp -11.403) (nns -10.949) ) () ) +("cartoons" ((nns -10.255) ) () ) +("cartridge" ((nn -10.648) (nnp -11.403) ) () ) +("cartridges" ((nns -10.949) ) () ) +("carts" ((nns -10.949) ) () ) +("carve" ((vb -10.141) ) () ) +("carved" ((vbd -10.291) ) () ) +("carver" ((nnp -10.304) ) () ) +("carvers" ((nns -10.949) ) () ) +("caryl" ((nnp -11.403) ) () ) +("casablanca" ((nnp -10.016) ) () ) +("cascade" ((nn -11.747) (nnp -10.304) ) () ) +("cascaded" ((vbd -10.291) ) () ) +("cascading" ((jj -10.971) (vbg -9.539) ) () ) +("case" ((nn -5.939) (nnp -10.304) ) () ) +("case-by-case" ((jj -9.362) ) () ) +("caseloads" ((nns -10.949) ) () ) +("cases" ((nns -6.081) ) () ) +("casey" ((nnp -10.304) ) () ) +("cash" ((nn -5.918) (nnp -10.304) (vb -8.350) ) () ) +("cash-and-stock" ((jj -10.971) ) () ) +("cash-deferred" ((jj -10.971) ) () ) +("cash-equivalent" ((jj -10.971) ) () ) +("cash-flow" ((jj -10.971) (nn -11.747) ) () ) +("cash-interest" ((jj -10.278) ) () ) +("cash-management" ((jj -10.971) ) () ) +("cash-or-shares" ((jj -10.971) ) () ) +("cash-pressed" ((jj -10.971) ) () ) +("cash-rich" ((jj -9.585) ) () ) +("cash-strapped" ((jj -10.278) ) () ) +("cash-up-front" ((nn -11.747) ) () ) +("cashed" ((vbd -10.291) ) () ) +("cashin" ((nnp -11.403) ) () ) +("cashing" ((vbg -8.846) ) () ) +("cashman" ((nnp -11.403) ) () ) +("casings" ((nns -10.255) ) () ) +("casino" ((nn -8.489) (nnp -11.403) ) () ) +("casino-company" ((nn -11.747) ) () ) +("casinos" ((nns -8.751) ) () ) +("cask" ((nnp -10.709) ) () ) +("caskets" ((nns -10.949) ) () ) +("caspi" ((nnp -10.709) ) () ) +("caspita" ((nnp -11.403) ) () ) +("caspita-brand" ((jj -10.971) ) () ) +("cassette" ((nn -10.137) ) () ) +("cassettes" ((nns -10.255) ) () ) +("cassim" ((nnp -11.403) ) () ) +("cast" ((nn -9.182) (vb -8.532) (vbd -8.211) (vbn -7.658) ) () ) +("cast-iron" ((jj -10.278) (nn -10.648) ) () ) +("cast-proof" ((jj -10.971) ) () ) +("castaneda" ((nnp -10.709) ) () ) +("caster" ((nn -11.054) ) () ) +("castigate" ((vb -10.141) ) () ) +("castigated" ((vbn -9.855) ) () ) +("castigating" ((vbg -8.846) ) () ) +("castillo" ((nnp -10.709) ) () ) +("casting" ((nn -9.801) (vbg -7.460) ) () ) +("castings" ((nns -10.949) ) () ) +("castle" ((nn -11.054) ) () ) +("castle-like" ((jj -10.971) ) () ) +("castlelike" ((jj -10.971) ) () ) +("castleman" ((nnp -11.403) ) () ) +("castling" ((vbg -9.539) ) () ) +("castparts" ((nnp -11.403) ) () ) +("castro" ((nnp -9.793) ) () ) +("castrol" ((nnp -11.403) ) () ) +("casts" ((vbz -8.317) ) () ) +("casual" ((jj -9.585) ) () ) +("casually" ((rb -10.299) ) () ) +("casualties" ((nns -10.255) ) () ) +("casualty" ((nn -9.262) (nnp -9.005) ) () ) +("casualty-insurance" ((jj -10.971) ) () ) +("casualty-loss" ((jj -10.971) ) () ) +("casuistry" ((nn -11.747) ) () ) +("cat" ((nnp -11.403) ) () ) +("cat-and-mouse" ((jj -10.971) ) () ) +("cataclysmic" ((jj -10.971) ) () ) +("cataclysms" ((nns -10.949) ) () ) +("catalog" ((nn -9.182) ) () ) +("catalog-clothing-merchandiser" ((nn -11.747) ) () ) +("cataloging" ((vbg -9.539) ) () ) +("catalogs" ((nns -9.850) ) () ) +("catalogue" ((nn -11.747) ) () ) +("catalyst" ((nn -9.801) (nnp -11.403) ) () ) +("catalytic" ((jj -10.971) ) () ) +("catamaran" ((nn -11.747) ) () ) +("catania" ((nnp -11.403) ) () ) +("catapult" ((vb -9.448) ) () ) +("cataract" ((nn -10.648) ) () ) +("cataracts" ((nns -10.949) ) () ) +("catastrophe" ((nn -9.108) ) () ) +("catastrophes" ((nns -9.157) ) () ) +("catastrophic" ((jj -9.362) (nnp -10.304) ) () ) +("catastrophic-care" ((nn -10.360) ) () ) +("catastrophic-illness" ((jj -10.278) (nn -10.648) ) () ) +("catbird" ((jj -10.971) ) () ) +("catch" ((nn -10.360) (vb -7.369) (vbp -9.367) ) () ) +("catch-22" ((nn -11.747) ) () ) +("catch-up" ((nn -11.747) ) () ) +("catcher" ((nn -11.054) ) () ) +("catchers" ((nns -10.949) ) () ) +("catches" ((vbz -9.233) ) () ) +("catching" ((vbg -7.593) ) () ) +("categorically" ((rb -10.299) ) () ) +("categories" ((nns -8.115) ) () ) +("categorized" ((vbn -9.162) ) () ) +("category" ((nn -8.569) ) () ) +("cater" ((vb -8.755) (vbp -8.674) ) () ) +("caterer" ((nn -11.747) ) () ) +("catering" ((nn -10.648) (vbg -9.539) ) () ) +("caterpillar" ((nnp -9.457) ) () ) +("caters" ((nnp -11.403) ) () ) +("catharsis" ((nn -11.747) ) () ) +("cathay" ((nnp -8.184) ) () ) +("cathcart" ((nnp -9.611) ) () ) +("cathedral" ((nn -11.747) (nnp -10.304) ) () ) +("catherall" ((nnp -10.304) ) () ) +("catherine" ((nnp -10.304) ) () ) +("catheter" ((nn -10.360) ) () ) +("catheters" ((nns -10.949) ) () ) +("cathleen" ((nnp -11.403) ) () ) +("cathode" ((nn -11.747) ) () ) +("cathodes" ((nns -10.949) ) () ) +("catholic" ((jj -10.971) (nnp -9.793) ) () ) +("catholic-jewish" ((jj -10.971) ) () ) +("catholics" ((nnps -6.343) ) () ) +("cathryn" ((nnp -10.709) ) () ) +("cato" ((nnp -11.403) ) () ) +("cats" ((nns -10.255) ) () ) +("catsup" ((nn -11.747) ) () ) +("cattle" ((nns -7.858) ) () ) +("cattolica" ((nnp -11.403) ) () ) +("caucus" ((nnp -11.403) ) () ) +("caught" ((vbd -7.893) (vbn -6.523) ) () ) +("cause" ((nn -8.191) (nnp -10.304) (vb -6.615) (vbp -7.575) ) () ) +("caused" ((vbd -6.399) (vbn -5.830) ) () ) +("causes" ((nns -8.551) (vbz -7.528) ) () ) +("causing" ((vbg -5.928) ) () ) +("caustic" ((jj -10.278) ) () ) +("caution" ((nn -9.039) (vb -9.448) (vbp -7.757) ) () ) +("cautionary" ((jj -10.971) ) () ) +("cautioned" ((vbd -7.806) ) () ) +("cautioning" ((vbg -9.539) ) () ) +("cautions" ((vbz -8.828) ) () ) +("cautious" ((jj -7.334) ) () ) +("cautiously" ((rb -8.102) ) () ) +("cautiousness" ((nn -11.747) ) () ) +("cavalier" ((jj -10.278) (nnp -11.403) ) () ) +("cave" ((nnp -11.403) ) () ) +("caveat" ((nn -11.054) ) () ) +("caved" ((vbd -9.598) ) () ) +("cavernous" ((jj -10.278) ) () ) +("caves" ((nns -10.949) ) () ) +("cavin-morris" ((nnp -11.403) ) () ) +("cawdron" ((nnp -11.403) ) () ) +("cay" ((nnp -11.403) ) () ) +("cayne" ((nnp -11.403) ) () ) +("cb" ((nnp -11.403) ) () ) +("cb-radio-style" ((jj -10.971) ) () ) +("cboe" ((nnp -9.323) ) () ) +("cbs" ((nnp -6.720) ) () ) +("cbs-owned" ((jj -10.971) ) () ) +("ccd" ((nnp -11.403) ) () ) +("cd" ((nn -8.802) (nnp -8.144) ) () ) +("cd-type" ((jj -10.278) ) () ) +("cdbg" ((nnp -10.709) ) () ) +("cdc" ((nnp -10.304) ) () ) +("cds" ((nnp -11.403) (nnps -5.244) (nns -7.211) ) () ) +("cdt" ((nnp -11.403) ) () ) +("cease" ((vb -8.755) ) () ) +("cease-and-desist" ((jj -10.971) ) () ) +("cease-fire" ((nn -10.360) ) () ) +("ceased" ((vbd -9.598) ) () ) +("ceaselessly" ((rb -10.299) ) () ) +("cecconi" ((nnp -11.403) ) () ) +("cecelia" ((nnp -11.403) ) () ) +("cecin" ((nnp -10.304) ) () ) +("ceco" ((nnp -11.403) ) () ) +("cedar" ((nn -11.054) (nnp -10.709) ) () ) +("ceded" ((vbd -10.291) ) () ) +("cedergren" ((nnp -11.403) ) () ) +("ceding" ((vbg -9.539) ) () ) +("cedric" ((nnp -11.403) ) () ) +("ceiling" ((nn -8.033) ) () ) +("ceilings" ((nns -9.562) ) () ) +("celanese" ((nnp -11.403) ) () ) +("celebrate" ((vb -8.755) (vbp -9.367) ) () ) +("celebrated" ((jj -10.278) (vbd -9.598) ) () ) +("celebrating" ((vbg -8.440) ) () ) +("celebration" ((nn -9.801) ) () ) +("celebrations" ((nns -10.949) ) () ) +("celebrities" ((nns -10.949) ) () ) +("celebrity" ((nn -10.648) (nnp -11.403) ) () ) +("celica" ((nnp -11.403) ) () ) +("celimene" ((nnp -10.304) ) () ) +("cell" ((nn -9.262) ) () ) +("cellar" ((nn -11.747) (nnp -11.403) ) () ) +("cellars" ((nnp -11.403) (nns -10.949) ) () ) +("cellists" ((nns -10.949) ) () ) +("cells" ((nns -7.813) ) () ) +("cellular" ((jj -7.836) (nnp -9.205) ) () ) +("cellular-phone" ((nn -10.360) ) () ) +("cellular-telephone" ((jj -10.278) ) () ) +("celtona" ((nnp -10.709) ) () ) +("cement" ((nn -9.801) (nnp -10.709) (vb -9.448) ) () ) +("cement-makers" ((nns -10.949) ) () ) +("cement-mixing" ((jj -10.971) ) () ) +("cement-truck" ((jj -10.971) ) () ) +("cemented" ((vbn -9.855) ) () ) +("cementing" ((vbg -9.539) ) () ) +("cemetery" ((nn -9.955) (nnp -10.709) ) () ) +("censor" ((vbp -9.367) ) () ) +("censored" ((vbn -9.855) ) () ) +("censorship" ((nn -9.801) ) () ) +("censured" ((vbd -10.291) ) () ) +("census" ((nn -11.054) (nnp -9.793) ) () ) +("cent" ((nn -9.349) ) () ) +("centenarians" ((nns -10.255) ) () ) +("centennial" ((jj -9.585) (nn -9.444) (nnp -9.793) ) () ) +("center" ((jj -10.278) (nn -7.316) (nnp -7.552) (rb -10.299) (vbp -9.367) ) () ) +("center-aisle" ((nn -11.747) ) () ) +("center-right" ((jj -10.278) ) () ) +("centerbank" ((nnp -11.403) ) () ) +("centered" ((vbn -9.162) ) () ) +("centerfielder" ((nn -11.054) ) () ) +("centering" ((vbg -9.539) ) () ) +("centerpiece" ((nn -10.137) ) () ) +("centers" ((nnp -10.304) (nnps -7.036) (nns -7.037) (vbz -8.828) ) () ) +("centimeter" ((nn -11.747) ) () ) +("central" ((jj -6.552) (nn -11.054) (nnp -7.618) ) () ) +("centrale" ((nnp -11.403) ) () ) +("centralize" ((vb -10.141) ) () ) +("centralized" ((jj -10.971) (vbn -9.855) ) () ) +("centrally" ((rb -10.299) ) () ) +("centre" ((nnp -10.709) ) () ) +("centrist" ((jj -10.278) ) () ) +("centronics" ((nnp -10.709) ) () ) +("centrum" ((nnp -11.403) ) () ) +("centrust" ((nnp -8.311) ) () ) +("cents" ((nns -4.287) ) () ) +("cents-a-share" ((jj -10.971) ) () ) +("cents-a-unit" ((jj -10.971) ) () ) +("cents-off" ((jj -10.971) ) () ) +("centuries" ((nns -9.339) ) () ) +("centurion" ((nnp -11.403) ) () ) +("centurions" ((nns -10.949) ) () ) +("century" ((nn -7.835) (nnp -10.304) ) () ) +("century-fox" ((nnp -11.403) ) () ) +("ceo" ((nn -11.747) (nnp -10.016) ) () ) +("ceos" ((nns -10.949) ) () ) +("ceramic" ((jj -9.179) ) () ) +("ceramics" ((nns -9.850) ) () ) +("cereal" ((nn -11.747) ) () ) +("cereals" ((nns -10.255) ) () ) +("cerebral" ((jj -10.971) ) () ) +("ceremonial" ((jj -10.971) ) () ) +("ceremonies" ((nns -10.949) ) () ) +("ceremony" ((nn -10.360) ) () ) +("cerf" ((nnp -11.403) ) () ) +("certain" ((jj -5.624) ) () ) +("certainly" ((rb -6.140) ) () ) +("certainty" ((nn -10.648) ) () ) +("certificate" ((nn -9.667) ) () ) +("certificate-of-need" ((nn -11.054) ) () ) +("certificates" ((nnp -11.403) (nnps -6.630) (nns -7.187) ) () ) +("certification" ((nn -11.747) ) () ) +("certified" ((jj -10.278) (vbn -8.757) ) () ) +("certify" ((vb -10.141) ) () ) +("certin" ((nn -11.747) ) () ) +("certs" ((nnp -11.403) ) () ) +("cervantes" ((nnp -10.709) ) () ) +("cervical" ((jj -10.971) ) () ) +("cessation" ((nn -10.648) ) () ) +("cessna" ((nnp -10.709) ) () ) +("cetus" ((nnp -11.403) ) () ) +("cf6-6" ((nnp -10.709) ) () ) +("cfc" ((nnp -10.709) ) () ) +("cfcs" ((nnp -8.918) (nnps -7.729) (nns -8.869) ) () ) +("cfd" ((nnp -11.403) ) () ) +("cftc" ((nnp -8.694) ) () ) +("chabrol" ((nnp -10.709) ) () ) +("chafe" ((vbp -9.367) ) () ) +("chafic" ((nnp -11.403) ) () ) +("chagrin" ((nn -11.747) ) () ) +("chain" ((nn -7.203) ) () ) +("chain-smoking" ((nn -11.747) ) () ) +("chain-store" ((jj -10.278) ) () ) +("chains" ((nns -7.393) ) () ) +("chair" ((nn -9.349) ) () ) +("chaired" ((vbd -9.598) (vbn -9.855) ) () ) +("chairman" ((nn -5.667) (nnp -6.334) ) () ) +("chairman-elect" ((nn -11.747) ) () ) +("chairmen" ((nns -9.003) ) () ) +("chairperson" ((nnp -11.403) ) () ) +("chairs" ((nns -8.646) (vbz -8.134) ) () ) +("chalk" ((nn -11.747) ) () ) +("chalked" ((vbn -8.757) ) () ) +("chalking" ((vbg -9.539) ) () ) +("challenge" ((nn -8.281) (nnp -9.793) (vb -7.308) (vbp -8.674) ) () ) +("challenged" ((vbd -9.598) (vbn -7.776) ) () ) +("challengers" ((nns -9.850) ) () ) +("challenges" ((nns -8.310) (vbz -8.828) ) () ) +("challenging" ((jj -9.872) (vbg -7.054) ) () ) +("chalmers" ((nnp -11.403) ) () ) +("chamber" ((nn -8.751) (nnp -8.630) ) () ) +("chamberlain" ((nnp -10.709) ) () ) +("chambers" ((nnp -10.016) (nnps -7.729) (nns -9.562) ) () ) +("champagne" ((nn -10.648) (nnp -10.304) ) () ) +("champagnes" ((nns -10.949) ) () ) +("champion" ((jj -10.971) (nn -9.955) (nnp -9.793) (vbp -9.367) ) () ) +("championed" ((vbd -10.291) (vbn -9.855) ) () ) +("championing" ((vbg -9.539) ) () ) +("champions" ((nns -9.562) ) () ) +("championship" ((nn -10.360) ) () ) +("championship-team" ((jj -10.971) ) () ) +("championships" ((nns -10.255) ) () ) +("champs" ((nns -10.949) ) () ) +("chan" ((nnp -8.918) ) () ) +("chance" ((nn -7.572) (vbp -9.367) ) () ) +("chancellor" ((nn -9.801) (nnp -8.224) ) () ) +("chancery" ((nnp -9.323) ) () ) +("chances" ((nns -8.384) ) () ) +("chandelier" ((nn -11.747) ) () ) +("chandeliers" ((nns -10.949) ) () ) +("chandler" ((nnp -9.611) ) () ) +("chandra" ((nnp -11.403) ) () ) +("chandross" ((nnp -10.709) ) () ) +("chanel" ((nnp -10.709) ) () ) +("change" ((nn -6.812) (vb -5.824) (vbp -7.287) ) () ) +("change-ringing" ((nn -11.054) ) () ) +("changed" ((jj -10.971) (vbd -6.627) (vbn -5.830) ) () ) +("changeover" ((nn -11.747) ) () ) +("changes" ((nns -5.761) (vbz -7.729) ) () ) +("changing" ((nn -11.747) (vbg -6.207) ) () ) +("changyi" ((nnp -11.403) ) () ) +("changyong" ((nnp -11.403) ) () ) +("channel" ((nn -9.349) (nnp -8.407) (vb -9.043) (vbp -9.367) ) () ) +("channel-zapping" ((jj -10.971) ) () ) +("channeled" ((vbd -10.291) ) () ) +("channels" ((nns -8.646) ) () ) +("channing" ((nnp -11.403) ) () ) +("chans" ((nns -10.949) ) () ) +("chanted" ((vbd -9.192) ) () ) +("chanteuse" ((nn -11.747) ) () ) +("chantilly" ((nnp -11.403) ) () ) +("chanting" ((vbg -9.539) ) () ) +("chants" ((nns -10.949) ) () ) +("chao" ((nnp -11.403) ) () ) +("chaos" ((nn -9.262) (nnp -11.403) ) () ) +("chaotic" ((jj -9.585) ) () ) +("chapdelaine" ((nnp -11.403) ) () ) +("chapin" ((nnp -11.403) ) () ) +("chaplin" ((nnp -10.016) ) () ) +("chapman" ((nnp -10.709) ) () ) +("chaps" ((nns -10.949) ) () ) +("chapter" ((nn -8.009) (nnp -8.358) ) () ) +("chapters" ((nns -9.339) ) () ) +("char-broiled" ((jj -10.971) ) () ) +("character" ((nn -8.281) ) () ) +("character-recognition" ((nn -11.747) ) () ) +("characteristic" ((jj -9.179) ) () ) +("characteristics" ((nns -10.255) ) () ) +("characterization" ((nn -11.747) ) () ) +("characterize" ((vb -9.448) ) () ) +("characterized" ((vbd -9.598) (vbn -8.469) ) () ) +("characterizing" ((vbg -9.539) ) () ) +("characterless" ((jj -10.971) ) () ) +("characters" ((nns -7.771) ) () ) +("chardon" ((nnp -11.403) ) () ) +("chardonnay" ((nnp -11.403) ) () ) +("chardonnays" ((nnps -7.729) ) () ) +("charge" ((nn -6.593) (nnp -11.403) (vb -7.744) (vbp -7.170) ) () ) +("charge-offs" ((nns -10.949) ) () ) +("charged" ((jj -10.971) (vbd -7.583) (vbn -6.244) ) () ) +("chargers" ((nnps -7.729) ) () ) +("charges" ((nns -5.912) (vbz -6.791) ) () ) +("charging" ((vbg -6.404) ) () ) +("charisma" ((nn -11.747) (nnp -10.709) ) () ) +("charismatic" ((jj -10.971) ) () ) +("charitable" ((jj -8.774) ) () ) +("charities" ((nns -9.003) ) () ) +("charity" ((nn -9.108) ) () ) +("charlatan" ((nn -11.747) ) () ) +("charlatanry" ((nn -11.747) ) () ) +("charles" ((nnp -7.059) ) () ) +("charleston" ((nnp -9.205) ) () ) +("charlestonians" ((nns -10.949) ) () ) +("charlie" ((nnp -9.457) ) () ) +("charlotte" ((nnp -8.918) ) () ) +("charls" ((nnp -11.403) ) () ) +("charlton" ((nnp -11.403) ) () ) +("charm" ((nn -10.648) ) () ) +("charming" ((jj -9.872) ) () ) +("charmingly" ((rb -10.299) ) () ) +("charred" ((vbn -9.855) ) () ) +("chart" ((nn -10.360) (vb -10.141) (vbp -9.367) ) () ) +("charter" ((nn -8.913) (nnp -10.709) ) () ) +("charter-shipping" ((jj -10.971) ) () ) +("chartered" ((jj -9.872) (vbd -9.598) ) () ) +("charts" ((nns -9.157) (vbz -9.926) ) () ) +("chartwell" ((nnp -11.403) ) () ) +("chase" ((jj -10.278) (nn -10.648) (nnp -7.969) (vb -9.448) ) () ) +("chaseman" ((nnp -11.403) ) () ) +("chasers" ((nns -10.255) ) () ) +("chasing" ((nn -11.747) (vbg -8.440) ) () ) +("chassis" ((nn -10.648) ) () ) +("chaste" ((jj -10.971) ) () ) +("chastened" ((vbd -10.291) ) () ) +("chastised" ((vbd -10.291) ) () ) +("chastises" ((vbz -9.926) ) () ) +("chat" ((vb -9.448) ) () ) +("chateau" ((nn -11.747) (nnp -10.304) ) () ) +("chateauvallon" ((nnp -11.403) ) () ) +("chatset" ((nnp -10.709) ) () ) +("chatsworth" ((nnp -11.403) ) () ) +("chatterji" ((nnp -11.403) ) () ) +("chatting" ((vbg -9.539) ) () ) +("chauffeur" ((nn -11.747) (vb -10.141) ) () ) +("chauffeurs" ((nns -10.949) ) () ) +("chausson" ((nnp -11.403) ) () ) +("chauvinism" ((nn -11.054) ) () ) +("chavanne-ketin" ((nnp -11.403) ) () ) +("che" ((nnp -11.403) ) () ) +("cheap" ((jj -7.639) (nn -11.054) (rb -10.299) ) () ) +("cheap-shot" ((jj -10.971) ) () ) +("cheap-to-make" ((jj -10.971) ) () ) +("cheapens" ((vbz -9.926) ) () ) +("cheaper" ((jjr -4.948) ) () ) +("cheapest" ((jjs -6.424) ) () ) +("cheaply" ((rb -9.201) ) () ) +("cheat" ((vb -9.448) ) () ) +("cheated" ((jj -10.971) (vbd -10.291) ) () ) +("cheater" ((nn -11.747) ) () ) +("cheaters" ((nns -10.255) ) () ) +("cheating" ((nn -9.549) (vbg -9.539) ) () ) +("checchi" ((nnp -10.709) ) () ) +("check" ((nn -8.913) (nnp -11.403) (vb -7.308) (vbp -8.674) ) () ) +("check-kiting" ((jj -10.971) ) () ) +("checkbooks" ((nns -10.949) ) () ) +("checked" ((vbd -10.291) (vbn -9.855) ) () ) +("checking" ((nn -11.747) (vbg -9.539) ) () ) +("checkoff" ((nn -11.054) ) () ) +("checkout" ((nn -11.747) ) () ) +("checkpoints" ((nns -10.255) ) () ) +("checkrobot" ((nnp -11.403) ) () ) +("checks" ((nns -8.384) (vbz -9.926) ) () ) +("cheek" ((nn -11.054) ) () ) +("cheek-to-cheek" ((jj -10.971) ) () ) +("cheek-to-jowl" ((rb -10.299) ) () ) +("cheer" ((nn -11.747) (vb -10.141) ) () ) +("cheered" ((vbd -8.681) (vbn -8.757) ) () ) +("cheerfully" ((rb -9.606) ) () ) +("cheering" ((vbg -9.539) ) () ) +("cheerleaders" ((nns -10.949) ) () ) +("cheerleading" ((nn -11.747) ) () ) +("cheers" ((nnp -10.709) (nns -9.850) ) () ) +("cheery" ((jj -10.971) ) () ) +("cheese" ((nn -10.648) ) () ) +("cheeses" ((nns -10.949) ) () ) +("cheesy" ((jj -10.971) ) () ) +("cheetah" ((nn -11.747) ) () ) +("cheetham" ((nnp -11.403) ) () ) +("cheez" ((nnp -11.403) ) () ) +("chef" ((nn -10.648) ) () ) +("chefs" ((nns -9.850) ) () ) +("cheil" ((nnp -11.403) ) () ) +("chekhov" ((nnp -10.709) ) () ) +("chekhovian" ((jj -10.971) ) () ) +("chekovian" ((jj -10.971) ) () ) +("chelicerates" ((nns -10.949) ) () ) +("chem" ((nnp -11.403) ) () ) +("chemex" ((nnp -10.709) ) () ) +("chemical" ((jj -8.573) (nn -7.686) (nnp -6.948) ) () ) +("chemical-industry" ((nn -11.747) ) () ) +("chemically" ((rb -10.299) ) () ) +("chemicals" ((nnp -11.403) (nnps -7.729) (nns -7.037) ) () ) +("chemist-turned-entrepreneur" ((nn -11.747) ) () ) +("chemistry" ((nn -10.360) ) () ) +("chemists" ((nns -10.949) ) () ) +("cheney" ((nnp -9.205) ) () ) +("chenille" ((nn -11.747) ) () ) +("cher" ((nnp -11.403) ) () ) +("cherished" ((jj -10.971) (vbn -8.757) ) () ) +("cherishes" ((vbz -9.926) ) () ) +("chernobyl" ((nnp -11.403) ) () ) +("chernobyl-type" ((jj -10.971) ) () ) +("cherokee" ((nnp -9.611) ) () ) +("cherry" ((jj -10.278) (nn -11.747) (nnp -10.709) ) () ) +("cherry-flavored" ((jj -10.971) ) () ) +("cherubs" ((nns -10.949) ) () ) +("cheryl" ((nnp -11.403) ) () ) +("chesapeake" ((nnp -11.403) ) () ) +("chesebrough-pond" ((nnp -10.709) ) () ) +("chesley" ((nnp -10.709) ) () ) +("chess" ((nn -10.648) ) () ) +("chessman" ((nnp -11.403) ) () ) +("chest" ((nn -11.054) ) () ) +("chester" ((nnp -11.403) ) () ) +("chestman" ((nnp -9.611) ) () ) +("chetta" ((nnp -11.403) ) () ) +("chevenement" ((nnp -11.403) ) () ) +("chevrolet" ((nn -11.747) (nnp -8.763) ) () ) +("chevrolets" ((nnps -7.729) ) () ) +("chevron" ((nnp -8.512) ) () ) +("chevy" ((nnp -10.304) ) () ) +("chew" ((vb -9.043) (vbp -8.674) ) () ) +("chewed" ((vbd -10.291) ) () ) +("chewing" ((vbg -9.539) ) () ) +("chews" ((nns -10.949) ) () ) +("chex" ((nnp -10.709) ) () ) +("chez" ((nnp -9.793) ) () ) +("chi" ((nnp -10.304) ) () ) +("chi-chi" ((jj -10.971) ) () ) +("chiang" ((nnp -11.403) ) () ) +("chiappa" ((nnp -11.403) ) () ) +("chic" ((jj -9.872) ) () ) +("chicago" ((nnp -5.956) ) () ) +("chicago-area" ((jj -10.971) ) () ) +("chicago-based" ((jj -8.332) ) () ) +("chicago-helsinki" ((nnp -11.403) ) () ) +("chicago-manchester" ((nnp -11.403) ) () ) +("chicago-montreal" ((nnp -11.403) ) () ) +("chicago-paris" ((nnp -11.403) ) () ) +("chicago-style" ((jj -10.971) ) () ) +("chicago-warsaw" ((nnp -11.403) ) () ) +("chicken" ((nn -10.360) (nnp -9.323) ) () ) +("chickens" ((nns -9.850) ) () ) +("chico" ((nnp -10.709) ) () ) +("chided" ((vbd -10.291) (vbn -9.855) ) () ) +("chides" ((vbz -9.926) ) () ) +("chief" ((jj -5.228) (nn -6.376) (nnp -8.630) ) () ) +("chiefly" ((rb -9.606) ) () ) +("chiefs" ((nnp -11.403) (nnps -6.343) (nns -10.255) ) () ) +("chien-min" ((nnp -11.403) ) () ) +("child" ((nn -8.136) (nnp -10.709) ) () ) +("child-as-required-yuppie-possession" ((nn -11.747) ) () ) +("child-care" ((jj -10.278) (nn -10.648) ) () ) +("child-development" ((nn -11.747) ) () ) +("child-parent" ((jj -10.971) ) () ) +("childhood" ((nn -10.137) ) () ) +("childish" ((jj -10.971) ) () ) +("children" ((nnp -10.709) (nns -6.438) ) () ) +("childs" ((nnp -11.403) ) () ) +("chile" ((nnp -9.457) ) () ) +("chilean" ((jj -10.278) ) () ) +("chill" ((nn -11.054) (nnp -11.403) ) () ) +("chilling" ((jj -9.585) (vbg -9.539) ) () ) +("chillingly" ((rb -10.299) ) () ) +("chilly" ((jj -9.872) ) () ) +("chilmark" ((nnp -10.304) ) () ) +("chilver" ((nnp -11.403) ) () ) +("chimanbhai" ((nnp -11.403) ) () ) +("chimerine" ((nnp -10.709) ) () ) +("chimes" ((vbz -9.926) ) () ) +("chimicles" ((nnp -11.403) ) () ) +("chimney" ((nn -11.747) ) () ) +("chimneys" ((nns -10.949) ) () ) +("chimpanzees" ((nns -10.949) ) () ) +("chin" ((nnp -11.403) ) () ) +("china" ((nn -10.137) (nnp -6.255) ) () ) +("chinchon" ((nnp -11.403) ) () ) +("chinese" ((jj -7.360) (nnp -10.016) (nnps -5.426) (nns -10.949) ) () ) +("chinese-american" ((nnp -11.403) ) () ) +("chino" ((nnp -11.403) ) () ) +("chiodo" ((nnp -11.403) ) () ) +("chip" ((nn -7.962) (nnp -11.403) ) () ) +("chipped" ((vbn -9.855) ) () ) +("chips" ((nnps -7.729) (nns -6.854) ) () ) +("chirac" ((nnp -11.403) ) () ) +("chiriqui" ((nnp -10.304) ) () ) +("chiron" ((nnp -8.838) ) () ) +("chirpy" ((jj -10.971) ) () ) +("chisel" ((vb -10.141) ) () ) +("chivas" ((nnp -10.304) ) () ) +("chlorazepate" ((nn -11.747) ) () ) +("chloride" ((nn -11.054) ) () ) +("chlorine" ((nn -11.054) ) () ) +("chlorofluorocarbons" ((nns -9.850) ) () ) +("cho-liang" ((nnp -11.403) ) () ) +("chocolate" ((nn -10.648) ) () ) +("choice" ((jj -10.278) (nn -8.083) ) () ) +("choices" ((nns -8.310) ) () ) +("chojnowski" ((nnp -10.709) ) () ) +("choke" ((vb -9.448) ) () ) +("choked" ((vbd -10.291) (vbn -9.855) ) () ) +("choking" ((vbg -9.539) ) () ) +("cholesterol" ((nn -11.747) ) () ) +("cholesterol-lowering" ((jj -10.971) ) () ) +("cholesterol-rich" ((jj -10.971) ) () ) +("cholet-dupont" ((nnp -11.403) ) () ) +("chong" ((nnp -10.709) ) () ) +("chong-sik" ((nnp -11.403) ) () ) +("choose" ((vb -7.050) (vbp -8.674) ) () ) +("chooses" ((vbz -7.980) ) () ) +("choosing" ((vbg -7.342) ) () ) +("chop" ((vb -9.043) ) () ) +("chopped" ((vbn -9.855) ) () ) +("chopping" ((nn -11.747) (vbg -9.539) ) () ) +("choppy" ((jj -10.278) ) () ) +("chopsticks" ((nns -10.255) ) () ) +("chord" ((nn -11.747) ) () ) +("chords" ((nns -10.255) ) () ) +("chore" ((nn -10.648) ) () ) +("choreographed" ((jj -10.971) ) () ) +("chores" ((nns -9.562) ) () ) +("chorrillos" ((nnp -11.403) ) () ) +("chortled" ((vbd -10.291) ) () ) +("chorus" ((nn -9.955) ) () ) +("choruses" ((nns -10.949) ) () ) +("chose" ((vbd -7.518) ) () ) +("chosen" ((jj -10.971) (vbn -6.965) ) () ) +("chris" ((nnp -9.611) ) () ) +("chris-craft" ((nnp -10.304) ) () ) +("christ" ((nnp -11.403) ) () ) +("christian" ((jj -8.892) (nnp -10.016) ) () ) +("christianity" ((nnp -11.403) ) () ) +("christians" ((nns -10.255) ) () ) +("christiansen" ((nnp -11.403) ) () ) +("christic" ((nnp -11.403) ) () ) +("christie" ((nn -11.747) (nnp -8.694) ) () ) +("christina" ((nnp -11.403) ) () ) +("christine" ((nnp -11.403) ) () ) +("christmas" ((nnp -8.070) ) () ) +("christmas-like" ((jj -10.971) ) () ) +("christopher" ((nnp -8.107) ) () ) +("christy" ((nnp -11.403) ) () ) +("chronic" ((jj -9.872) (nn -11.054) ) () ) +("chronically" ((rb -9.606) ) () ) +("chronicle" ((nn -11.747) ) () ) +("chronicles" ((nns -10.949) (vbz -9.233) ) () ) +("chrysler" ((nnp -7.552) ) () ) +("chrysotile" ((nn -11.054) ) () ) +("chubb" ((nnp -10.304) ) () ) +("chuck" ((nnp -10.016) ) () ) +("chucked" ((vbd -10.291) ) () ) +("chuckles" ((nns -10.949) (vbz -9.926) ) () ) +("chuckling" ((vbg -9.539) ) () ) +("chug" ((vbp -9.367) ) () ) +("chugai" ((nnp -9.005) ) () ) +("chugoku" ((nnp -11.403) ) () ) +("chums" ((nns -10.949) ) () ) +("chung" ((nnp -9.005) ) () ) +("chunk" ((nn -9.182) ) () ) +("chunks" ((nns -9.339) ) () ) +("church" ((nn -8.345) (nnp -8.838) ) () ) +("church-goers" ((nns -10.949) ) () ) +("church-owned" ((jj -10.971) ) () ) +("church-state" ((jj -10.971) ) () ) +("churches" ((nns -9.339) ) () ) +("churchill" ((nnp -10.016) ) () ) +("churn" ((vb -10.141) (vbp -9.367) ) () ) +("chute" ((nn -11.747) ) () ) +("chutzpah" ((nn -11.747) ) () ) +("chw" ((nnp -11.403) ) () ) +("chyron" ((nnp -11.403) ) () ) +("cia" ((nnp -8.224) ) () ) +("cia." ((nnp -11.403) ) () ) +("cials" ((nns -10.949) ) () ) +("ciavarella" ((nnp -10.709) ) () ) +("ciba-geigy" ((nnp -8.838) ) () ) +("cichan" ((nnp -11.403) ) () ) +("cie" ((nnp -9.005) ) () ) +("cie." ((nnp -10.016) ) () ) +("cigar" ((nn -11.747) ) () ) +("cigar-chomping" ((jj -10.971) ) () ) +("cigarette" ((nn -8.856) ) () ) +("cigarettes" ((nns -7.858) ) () ) +("cigars" ((nns -10.949) ) () ) +("cigna" ((nnp -9.323) ) () ) +("cilcorp" ((nn -11.747) (nnp -9.793) ) () ) +("cim" ((nnp -10.709) ) () ) +("cinch" ((vb -10.141) ) () ) +("cincinnati" ((nnp -8.107) (nns -10.949) ) () ) +("cincinnati-based" ((jj -10.278) ) () ) +("cinegrill" ((nnp -11.403) ) () ) +("cinema" ((nn -11.747) (nnp -11.403) ) () ) +("cinematic" ((jj -10.278) ) () ) +("cinematografica" ((nnp -11.403) ) () ) +("cinematographer" ((nn -11.747) ) () ) +("cinemax" ((nnp -11.403) ) () ) +("cineplex" ((nnp -8.569) ) () ) +("cinzano" ((nnp -11.403) ) () ) +("cipher" ((nnp -10.016) ) () ) +("ciporkin" ((nnp -11.403) ) () ) +("circle" ((nn -9.444) (nnp -10.304) ) () ) +("circled" ((vbd -10.291) ) () ) +("circles" ((nns -9.157) (vbz -9.926) ) () ) +("circuit" ((nn -8.136) (nnp -8.512) ) () ) +("circuit-board" ((nn -11.747) ) () ) +("circuit-breaker" ((jj -10.971) (nn -11.747) ) () ) +("circuits" ((nns -9.003) ) () ) +("circular" ((jj -10.971) ) () ) +("circulars" ((nns -10.255) ) () ) +("circulated" ((vbd -8.499) (vbn -9.162) ) () ) +("circulating" ((vbg -8.153) ) () ) +("circulation" ((nn -8.281) ) () ) +("circumlocution" ((nn -11.747) ) () ) +("circumspect" ((jj -9.872) ) () ) +("circumstances" ((nns -7.338) ) () ) +("circumstantial" ((jj -10.971) ) () ) +("circumvent" ((vb -9.448) ) () ) +("circumventing" ((vbg -9.539) ) () ) +("circumvents" ((vbz -9.926) ) () ) +("circus" ((nn -11.054) (nnp -9.100) ) () ) +("cit" ((nnp -11.403) ) () ) +("citation" ((nn -11.747) (nnp -11.403) ) () ) +("citations" ((nns -9.562) ) () ) +("cite" ((vb -9.043) (vbp -7.287) ) () ) +("cited" ((vbd -6.553) (vbn -7.022) ) () ) +("cites" ((vbz -8.134) ) () ) +("citibank" ((nnp -9.611) ) () ) +("citicorp" ((nnp -7.596) (vb -10.141) ) () ) +("cities" ((nns -7.164) ) () ) +("cities-abc" ((nnp -11.403) ) () ) +("citing" ((vbg -5.801) ) () ) +("citizen" ((nn -9.549) (nnp -11.403) ) () ) +("citizens" ((nnp -11.403) (nnps -5.649) (nns -7.730) ) () ) +("citizenship" ((nn -11.747) ) () ) +("city" ((nn -6.895) (nnp -6.566) ) () ) +("city-based" ((jj -10.971) ) () ) +("city-owned" ((jj -10.971) ) () ) +("city-type" ((jj -10.971) ) () ) +("cityfed" ((nnp -9.205) ) () ) +("civic" ((jj -9.362) (nnp -10.709) ) () ) +("civics" ((nns -10.949) ) () ) +("civil" ((jj -6.752) (nnp -9.205) ) () ) +("civil-rights" ((nns -10.255) ) () ) +("civilian" ((jj -9.585) ) () ) +("civilians" ((nns -9.562) ) () ) +("civilised" ((jj -10.971) ) () ) +("civility" ((nn -11.747) ) () ) +("civilization" ((nn -10.648) ) () ) +("civilized" ((jj -10.278) ) () ) +("clad" ((jj -10.971) (vbn -9.162) ) () ) +("claiborne" ((nnp -10.016) ) () ) +("claim" ((nn -8.033) (vb -8.350) (vbp -6.422) ) () ) +("claimants" ((nns -9.157) ) () ) +("claimed" ((vbd -7.518) (vbn -7.553) ) () ) +("claiming" ((vbg -6.494) ) () ) +("claims" ((nnp -11.403) (nnps -7.729) (nns -6.304) (vbz -6.263) ) () ) +("claims-processing" ((nn -11.747) ) () ) +("claire" ((nnp -11.403) ) () ) +("clairol" ((nnp -10.709) ) () ) +("clairton" ((nnp -10.709) ) () ) +("clambered" ((vbd -10.291) ) () ) +("clammy" ((jj -10.971) ) () ) +("clamored" ((vbd -10.291) ) () ) +("clamp" ((nn -11.747) (vb -10.141) ) () ) +("clampdown" ((nn -11.747) ) () ) +("clampdowns" ((nns -10.949) ) () ) +("clan" ((nnp -11.403) ) () ) +("clancy" ((nnp -10.709) ) () ) +("clandestine" ((jj -10.971) ) () ) +("clanging" ((nn -11.747) (vbg -9.539) ) () ) +("clannish" ((jj -10.971) ) () ) +("claptrap" ((nn -11.747) ) () ) +("clara" ((nnp -9.793) ) () ) +("clarence" ((nnp -10.709) ) () ) +("clarendon" ((nnp -11.403) ) () ) +("clarification" ((nn -10.360) ) () ) +("clarifications" ((nns -10.949) ) () ) +("clarified" ((vbn -9.855) ) () ) +("clarifies" ((vbz -9.926) ) () ) +("clarify" ((vb -8.532) ) () ) +("clarifying" ((vbg -9.539) ) () ) +("clarinet" ((nn -10.648) ) () ) +("clarinetist" ((nn -10.648) ) () ) +("clarion" ((nnp -11.403) ) () ) +("clarity" ((nn -11.747) ) () ) +("clark" ((nnp -8.763) ) () ) +("clarke" ((nnp -10.709) ) () ) +("clarksburg" ((nnp -11.403) ) () ) +("clarkson" ((nnp -10.016) ) () ) +("clash" ((nn -9.955) (vb -10.141) ) () ) +("clashed" ((vbd -10.291) (vbn -9.162) ) () ) +("clashes" ((nns -10.949) ) () ) +("class" ((nn -7.985) (nnp -8.311) ) () ) +("class-action" ((jj -9.179) (nn -11.747) ) () ) +("class-conscious" ((jj -10.971) ) () ) +("classed" ((vbn -9.855) ) () ) +("classes" ((nns -8.176) ) () ) +("classic" ((jj -8.199) (nn -11.054) (nnp -9.793) ) () ) +("classical" ((jj -9.179) ) () ) +("classical-music" ((jj -10.971) ) () ) +("classics" ((nns -9.850) ) () ) +("classification" ((nn -11.747) ) () ) +("classifications" ((nns -9.850) ) () ) +("classified" ((jj -9.585) (vbn -8.246) ) () ) +("classifies" ((vbz -9.926) ) () ) +("classify" ((vb -10.141) ) () ) +("classmate" ((nn -11.747) ) () ) +("classmates" ((nns -10.255) ) () ) +("classroom" ((nn -9.801) (nnp -11.403) ) () ) +("classrooms" ((nns -10.949) ) () ) +("classy" ((jj -10.278) ) () ) +("claude" ((nnp -10.016) ) () ) +("claudication" ((nn -11.747) ) () ) +("claudio" ((nnp -9.793) ) () ) +("claus" ((nnp -11.403) ) () ) +("clause" ((nn -9.182) ) () ) +("clauses" ((nns -10.949) ) () ) +("claustrophobic" ((jj -10.971) ) () ) +("clavier" ((nn -11.747) ) () ) +("clays" ((nnp -11.403) ) () ) +("clayt" ((nnp -11.403) ) () ) +("clayton" ((nnp -10.304) ) () ) +("clean" ((jj -9.179) (nnp -8.838) (vb -7.657) ) () ) +("clean-air" ((jj -9.872) ) () ) +("clean-bank" ((jj -10.971) ) () ) +("clean-up" ((jj -10.278) ) () ) +("cleaned" ((vbd -9.598) (vbn -9.162) ) () ) +("cleaner" ((jjr -6.653) (nn -11.747) ) () ) +("cleaner-burning" ((jj -10.971) ) () ) +("cleaners" ((nns -10.255) ) () ) +("cleaning" ((nn -10.648) (vbg -8.440) ) () ) +("cleanly" ((rb -10.299) ) () ) +("cleans" ((vbz -9.233) ) () ) +("cleansed" ((vbd -10.291) (vbn -9.855) ) () ) +("cleanser" ((nn -11.747) ) () ) +("cleansers" ((nns -10.949) ) () ) +("cleanup" ((nn -8.569) ) () ) +("clear" ((jj -6.438) (rb -9.606) (vb -7.744) (vbp -9.367) ) () ) +("clear-cut" ((jj -9.872) ) () ) +("clearance" ((nn -9.349) ) () ) +("clearances" ((nns -10.255) ) () ) +("cleared" ((vbd -7.988) (vbn -7.370) ) () ) +("clearer" ((jjr -7.346) ) () ) +("clearing" ((nn -9.667) (nnp -9.793) (vbg -7.342) ) () ) +("clearly" ((rb -6.172) ) () ) +("clears" ((vbz -8.828) ) () ) +("clearwater" ((nnp -11.403) ) () ) +("clemens" ((nnp -11.403) ) () ) +("clements" ((nnp -10.304) ) () ) +("clendenin" ((nnp -11.403) ) () ) +("cleopatra" ((nnp -10.016) ) () ) +("clergy" ((nns -10.949) ) () ) +("clergyman" ((nn -11.054) ) () ) +("clerical" ((jj -10.971) ) () ) +("clerics" ((nns -10.949) ) () ) +("clerk" ((nn -9.667) ) () ) +("clerks" ((nns -9.562) ) () ) +("cleveland" ((nn -11.747) (nnp -7.906) ) () ) +("cleveland-based" ((jj -10.971) ) () ) +("clever" ((jj -9.362) ) () ) +("cleverly" ((rb -9.201) ) () ) +("cliche" ((nn -11.747) ) () ) +("cliched" ((jj -10.278) ) () ) +("clicked" ((vbd -10.291) ) () ) +("client" ((nn -7.686) ) () ) +("client-service" ((jj -10.971) ) () ) +("clientele" ((nn -11.747) (nns -10.949) ) () ) +("clients" ((nns -6.066) ) () ) +("cliff" ((nn -11.747) (nnp -11.403) ) () ) +("clifford" ((nnp -9.793) ) () ) +("climate" ((nn -8.528) ) () ) +("climatic" ((jj -10.971) ) () ) +("climb" ((nn -9.108) (vb -7.744) ) () ) +("climbed" ((vbd -6.132) (vbn -7.909) ) () ) +("climbers" ((nns -10.949) ) () ) +("climbing" ((vbg -6.831) ) () ) +("climbs" ((vbz -9.233) ) () ) +("clinched" ((vbd -10.291) ) () ) +("clinching" ((vbg -9.539) ) () ) +("cling" ((vb -10.141) (vbp -9.367) ) () ) +("clingy" ((jj -10.971) ) () ) +("clinic" ((nn -10.137) (nnp -10.016) ) () ) +("clinical" ((jj -8.892) ) () ) +("clinics" ((nns -9.157) ) () ) +("clinkers" ((nns -10.949) ) () ) +("clint" ((nnp -11.403) ) () ) +("clinton" ((nnp -9.100) ) () ) +("clintonville" ((nnp -11.403) ) () ) +("clip" ((nn -11.747) (vb -10.141) ) () ) +("clipboard" ((nn -11.054) ) () ) +("clipped" ((vbd -10.291) (vbn -9.855) ) () ) +("clippings" ((nns -10.949) ) () ) +("clips" ((nns -9.850) ) () ) +("cliques" ((nns -10.949) ) () ) +("clive" ((nnp -11.403) ) () ) +("clobber" ((vb -10.141) ) () ) +("clobbered" ((vbd -10.291) (vbn -8.246) ) () ) +("clock" ((nn -10.137) ) () ) +("clocked" ((vbn -9.855) ) () ) +("clocks" ((nns -10.255) (vbz -9.926) ) () ) +("clogged" ((vbn -9.855) ) () ) +("clogging" ((vbg -8.846) ) () ) +("cloned" ((vbn -9.855) ) () ) +("clones" ((nns -10.949) ) () ) +("clorets" ((nnp -11.403) ) () ) +("close" ((jj -6.964) (nn -7.281) (nnp -10.304) (rb -6.292) (vb -5.414) (vbp -8.268) ) () ) +("close-knit" ((jj -10.971) ) () ) +("close-mouthed" ((jj -10.971) ) () ) +("close-up" ((nn -11.054) ) () ) +("closed" ((1 -4.034) (jj -9.179) (nnp -11.403) (vbd -4.715) (vbn -6.142) ) () ) +("closed-circuit" ((jj -10.278) ) () ) +("closed-door" ((jj -9.585) ) () ) +("closed-end" ((jj -8.573) ) () ) +("closedown" ((nn -11.747) ) () ) +("closely" ((rb -5.756) ) () ) +("closeness" ((nn -11.747) ) () ) +("closer" ((jjr -5.400) (rb -9.201) (rbr -4.586) ) () ) +("closes" ((nns -10.949) (vbz -8.134) ) () ) +("closest" ((jjs -5.577) ) () ) +("closet" ((nn -10.360) ) () ) +("closet-sized" ((jj -10.971) ) () ) +("closing" ((nn -7.855) (vbg -5.689) ) () ) +("closings" ((nns -9.003) ) () ) +("closure" ((nn -10.648) ) () ) +("clot-reducing" ((jj -10.971) ) () ) +("clothed" ((vbn -9.855) ) () ) +("clothes" ((nnps -7.729) (nns -8.004) ) () ) +("clothestime" ((nnp -11.403) ) () ) +("clothier" ((nn -11.747) ) () ) +("clothiers" ((nnp -10.709) ) () ) +("clothing" ((nn -9.039) (nnp -10.709) ) () ) +("cloture" ((nn -11.747) ) () ) +("cloud" ((nn -10.360) (vb -10.141) ) () ) +("clouded" ((jj -10.971) (vbn -9.855) ) () ) +("clouding" ((nn -11.747) ) () ) +("clouds" ((nns -8.869) (vbz -9.926) ) () ) +("clough" ((nnp -10.304) ) () ) +("clout" ((nn -9.667) ) () ) +("clow" ((nnp -11.403) ) () ) +("clowns" ((nns -10.949) ) () ) +("club" ((nn -8.802) (nnp -8.311) ) () ) +("clubbing" ((vbg -9.539) ) () ) +("clubs" ((nnp -11.403) (nns -8.751) ) () ) +("clue" ((nn -10.360) (nnp -11.403) ) () ) +("clues" ((nns -9.003) ) () ) +("cluggish" ((nnp -11.403) ) () ) +("clump" ((nn -11.747) ) () ) +("clumps" ((nns -10.255) ) () ) +("clumsy" ((jj -10.278) ) () ) +("clunky" ((jj -10.971) ) () ) +("cluster" ((nn -11.054) ) () ) +("clustered" ((vbn -9.855) ) () ) +("clusters" ((nns -10.949) ) () ) +("clutch" ((nn -11.747) ) () ) +("clutching" ((vbg -8.440) ) () ) +("clutter" ((nn -9.549) (vb -10.141) ) () ) +("cluttered" ((vbn -9.855) ) () ) +("clyde" ((nnp -11.403) ) () ) +("cms" ((nnp -9.005) ) () ) +("cna" ((nnp -11.403) ) () ) +("cnbc" ((nnp -10.304) ) () ) +("cnn" ((nnp -7.876) ) () ) +("cnw" ((nnp -10.304) ) () ) +("co" ((nnp -6.334) ) () ) +("co-anchored" ((vbn -9.855) ) () ) +("co-author" ((nn -9.801) ) () ) +("co-authors" ((nns -10.949) ) () ) +("co-chairman" ((nn -10.648) ) () ) +("co-chairmen" ((nns -9.562) ) () ) +("co-chief" ((jj -9.179) (nn -11.054) ) () ) +("co-defendant" ((nn -11.747) ) () ) +("co-developers" ((nns -10.949) ) () ) +("co-edited" ((jj -10.971) ) () ) +("co-editor" ((nn -11.747) ) () ) +("co-edits" ((vbz -9.926) ) () ) +("co-existence" ((nn -11.747) ) () ) +("co-founded" ((vbd -8.905) ) () ) +("co-founder" ((nn -11.054) ) () ) +("co-founders" ((nns -10.949) ) () ) +("co-head" ((nn -10.648) ) () ) +("co-hero" ((nn -11.747) ) () ) +("co-host" ((vb -10.141) ) () ) +("co-managed" ((vbn -9.855) ) () ) +("co-manager" ((nn -11.054) ) () ) +("co-managing" ((jj -10.971) ) () ) +("co-op" ((nn -10.648) ) () ) +("co-operative" ((nnp -11.403) ) () ) +("co-owner" ((nn -10.360) ) () ) +("co-payments" ((nns -10.949) ) () ) +("co-pilot" ((nns -10.949) ) () ) +("co-presidents" ((nns -10.949) ) () ) +("co-produce" ((vb -10.141) ) () ) +("co-production" ((nn -11.054) ) () ) +("co-publisher" ((nn -11.747) ) () ) +("co-sponsor" ((nn -11.747) ) () ) +("co-sponsored" ((jj -10.971) (vbn -9.855) ) () ) +("co-sponsoring" ((jj -10.971) ) () ) +("co-sponsors" ((nns -10.949) ) () ) +("co-venture" ((nn -11.747) ) () ) +("co-workers" ((nns -9.850) ) () ) +("co." ((nnp -4.664) ) () ) +("coach" ((nn -9.801) (vb -10.141) ) () ) +("coaches" ((nns -9.850) ) () ) +("coaching" ((nn -10.648) ) () ) +("coal" ((nn -8.191) (nnp -11.403) ) () ) +("coal-fired" ((jj -9.872) ) () ) +("coalition" ((nn -8.751) (nnp -10.304) ) () ) +("coan" ((nnp -11.403) ) () ) +("coarse" ((jj -10.971) ) () ) +("coast" ((jj -10.971) (nn -9.039) (nnp -7.906) ) () ) +("coastal" ((jj -9.585) (nnp -9.205) ) () ) +("coastamerica" ((nnp -11.403) ) () ) +("coaster" ((nn -10.360) ) () ) +("coasters" ((nns -10.949) ) () ) +("coastline" ((nn -11.747) ) () ) +("coasts" ((nns -10.949) ) () ) +("coat" ((nn -11.747) ) () ) +("coated" ((jj -9.585) (vbn -9.855) ) () ) +("coates" ((nnp -9.611) ) () ) +("coatings" ((nnp -11.403) (nns -9.562) ) () ) +("coats" ((nnp -9.457) (nns -9.562) ) () ) +("coattails" ((nns -10.949) ) () ) +("coax" ((vb -10.141) ) () ) +("coaxing" ((vbg -9.539) ) () ) +("cob" ((nnp -11.403) ) () ) +("cobb" ((nnp -10.016) ) () ) +("cobbled" ((vbd -10.291) ) () ) +("cobo" ((nnp -11.403) ) () ) +("coca" ((nn -11.747) ) () ) +("coca-cola" ((nnp -7.969) ) () ) +("cocaine" ((nn -9.955) ) () ) +("coche-dury" ((nnp -11.403) ) () ) +("cochrane" ((nnp -11.403) ) () ) +("cockatoos" ((nns -10.949) ) () ) +("cockburn" ((nnp -10.016) ) () ) +("cockiness" ((nn -11.747) ) () ) +("cockpit" ((nn -11.054) ) () ) +("cocktail" ((nn -10.648) ) () ) +("cocktails" ((nns -10.949) ) () ) +("cocky" ((jj -10.971) ) () ) +("cocoa" ((nn -9.039) (nnp -10.709) ) () ) +("cocom" ((nnp -8.838) ) () ) +("coconut" ((nnp -11.403) ) () ) +("coconuts" ((nns -10.949) ) () ) +("cocotte" ((nn -11.747) ) () ) +("coda" ((nnp -9.611) ) () ) +("coddled" ((vbn -9.855) ) () ) +("coddling" ((nn -11.747) ) () ) +("code" ((nn -9.549) (nnp -8.512) (vb -10.141) ) () ) +("code-named" ((jj -10.971) (nnp -11.403) (vbn -9.855) ) () ) +("code-related" ((jj -10.971) ) () ) +("coded" ((vbn -9.855) ) () ) +("codes" ((nns -9.339) ) () ) +("codification" ((nn -11.747) ) () ) +("codified" ((vbn -9.855) ) () ) +("codifying" ((vbg -9.539) ) () ) +("codpiece" ((nn -11.747) ) () ) +("coe" ((nnp -11.403) ) () ) +("coed" ((nn -11.747) ) () ) +("coelho" ((nnp -10.016) ) () ) +("coen" ((nnp -11.403) ) () ) +("coerces" ((vbz -9.926) ) () ) +("coercion" ((nn -10.648) ) () ) +("coercive" ((jj -10.971) ) () ) +("coeur" ((nnp -11.403) ) () ) +("coextrude" ((vbp -9.367) ) () ) +("coffee" ((nn -8.345) (nnp -10.304) ) () ) +("coffee-roasting" ((jj -10.971) ) () ) +("coffeehouse" ((nn -11.747) ) () ) +("coffers" ((nns -9.562) ) () ) +("coffin" ((nn -10.360) ) () ) +("cogeneration" ((nn -10.137) (nnp -11.403) ) () ) +("cogeneration-plant" ((nn -11.747) ) () ) +("cognoscenti" ((nns -10.255) ) () ) +("cohen" ((nnp -8.267) ) () ) +("cohens" ((nnps -7.729) ) () ) +("cohere" ((vb -10.141) ) () ) +("coherence" ((nn -11.054) ) () ) +("coherently" ((rb -10.299) ) () ) +("cohesion" ((nn -11.747) ) () ) +("cohesive" ((jj -10.278) ) () ) +("cohodes" ((nnp -11.403) ) () ) +("cohorts" ((nns -10.949) ) () ) +("coiffed" ((jj -10.971) ) () ) +("coil" ((nn -11.747) ) () ) +("coin" ((nn -10.137) (nnp -10.016) ) () ) +("coin-cleaning" ((jj -10.971) ) () ) +("coin-operated" ((jj -10.971) ) () ) +("coincide" ((vb -10.141) ) () ) +("coincided" ((vbd -10.291) ) () ) +("coincidence" ((nn -10.648) ) () ) +("coincident" ((jj -10.971) ) () ) +("coincidental" ((jj -10.971) ) () ) +("coins" ((nns -8.869) ) () ) +("coke" ((nn -10.648) (nnp -8.694) ) () ) +("cokely" ((nnp -10.709) ) () ) +("col." ((nnp -9.611) ) () ) +("cola" ((nn -10.648) (nnp -11.403) ) () ) +("colander" ((nn -11.747) ) () ) +("colas" ((nns -9.850) ) () ) +("colby" ((nnp -11.403) ) () ) +("cold" ((jj -7.880) (nn -10.137) (nnp -10.304) ) () ) +("cold-cuts" ((nns -10.949) ) () ) +("cold-rolled" ((jj -10.278) ) () ) +("cold-storage" ((jj -10.278) ) () ) +("cold-weather" ((jj -10.971) ) () ) +("coldwell" ((nnp -10.016) ) () ) +("cole" ((nnp -9.611) ) () ) +("coleco" ((nnp -9.793) ) () ) +("coleman" ((nnp -8.838) ) () ) +("coles" ((nnp -11.403) ) () ) +("colgate" ((nnp -8.224) ) () ) +("colgate-palmolive" ((nnp -9.457) ) () ) +("coli" ((nns -10.949) ) () ) +("colin" ((nnp -10.304) ) () ) +("colinas" ((nnp -10.304) ) () ) +("coliseum" ((nn -11.054) (nnp -10.016) ) () ) +("collaborate" ((vb -10.141) ) () ) +("collaborated" ((vbd -9.192) ) () ) +("collaborating" ((vbg -9.539) ) () ) +("collaboration" ((nn -9.801) ) () ) +("collaborators" ((nns -10.949) ) () ) +("collage" ((nn -11.747) ) () ) +("collagen" ((nn -11.054) ) () ) +("collages" ((nns -10.949) ) () ) +("collapse" ((nn -7.669) (vb -9.043) ) () ) +("collapsed" ((jj -9.362) (vbd -7.155) (vbn -7.909) ) () ) +("collapses" ((nns -10.255) (vbz -9.233) ) () ) +("collapsing" ((vbg -7.930) ) () ) +("collar" ((nn -10.360) ) () ) +("collars" ((nns -10.949) ) () ) +("collateral" ((jj -10.971) (nn -8.656) ) () ) +("collateralized" ((jj -9.872) (nnp -11.403) (vbn -9.855) ) () ) +("colleague" ((nn -10.360) ) () ) +("colleagues" ((nns -7.393) ) () ) +("collect" ((jj -10.971) (vb -8.062) (vbp -7.981) ) () ) +("collected" ((vbd -9.192) (vbn -8.063) ) () ) +("collectibles" ((nns -9.850) ) () ) +("collecting" ((nn -11.054) (vbg -7.236) ) () ) +("collection" ((nn -7.985) (nnp -11.403) ) () ) +("collections" ((nns -10.255) ) () ) +("collective" ((jj -8.486) ) () ) +("collectively" ((rb -8.913) ) () ) +("collectives" ((nns -10.949) ) () ) +("collectivizers" ((nns -10.949) ) () ) +("collector" ((nn -10.360) ) () ) +("collectors" ((nns -8.646) ) () ) +("collects" ((vbz -9.233) ) () ) +("colleen" ((nnp -11.403) ) () ) +("college" ((nn -8.033) (nnp -8.763) ) () ) +("college-bound" ((jj -10.971) ) () ) +("college-bowl" ((nn -11.747) ) () ) +("college-educated" ((jj -10.971) ) () ) +("college-sports" ((jj -10.971) ) () ) +("colleges" ((nnp -11.403) (nns -9.003) ) () ) +("collegial" ((jj -10.971) ) () ) +("collegiate" ((nnp -11.403) ) () ) +("collins" ((nnp -9.205) ) () ) +("colloquies" ((nns -10.949) ) () ) +("colloquium" ((nn -11.747) ) () ) +("colnaghi" ((nnp -10.709) ) () ) +("colo" ((nnp -9.793) ) () ) +("colo." ((nnp -8.569) ) () ) +("colodny" ((nnp -10.304) ) () ) +("colombatto" ((nnp -11.403) ) () ) +("colombia" ((nnp -9.005) ) () ) +("colombian" ((jj -8.669) ) () ) +("colombians" ((nnps -7.729) ) () ) +("colon" ((nn -10.648) (nnp -11.403) ) () ) +("colon-cancer" ((nn -11.747) ) () ) +("colonel" ((nn -11.054) (nnp -11.403) ) () ) +("colonia" ((nnp -11.403) ) () ) +("colonial" ((jj -10.278) (nnp -10.709) ) () ) +("colonialists" ((nns -10.949) ) () ) +("colonists" ((nns -10.949) ) () ) +("colonsville" ((nnp -11.403) ) () ) +("colony" ((nn -9.667) (nnp -11.403) ) () ) +("color" ((jj -9.585) (nn -9.039) (nnp -10.709) (vb -10.141) ) () ) +("color-coding" ((vbg -9.539) ) () ) +("color-printing" ((jj -10.971) ) () ) +("color-television" ((nn -11.747) ) () ) +("colorado" ((nnp -8.358) ) () ) +("coloratura" ((nn -11.747) ) () ) +("colored" ((nnp -11.403) (vbn -8.757) ) () ) +("colorful" ((jj -9.585) ) () ) +("colorliner" ((nnp -11.403) ) () ) +("colors" ((nns -8.551) ) () ) +("colossus" ((nn -11.747) ) () ) +("cols" ((nnp -11.403) ) () ) +("colson" ((nnp -11.403) ) () ) +("colston" ((nnp -10.709) ) () ) +("colton" ((nnp -10.016) ) () ) +("columbia" ((nnp -6.399) ) () ) +("columbus" ((nn -11.747) (nnp -9.205) ) () ) +("column" ((nn -9.182) ) () ) +("columnist" ((nn -9.667) ) () ) +("columnists" ((nns -10.949) ) () ) +("columns" ((nns -8.058) ) () ) +("com" ((nn -11.054) (nnp -11.403) ) () ) +("comair" ((nnp -9.457) ) () ) +("comanche" ((nnp -11.403) ) () ) +("combat" ((nn -9.444) (vb -8.062) ) () ) +("combatants" ((nns -10.949) ) () ) +("combating" ((vbg -9.539) ) () ) +("combatting" ((vbg -9.539) ) () ) +("combination" ((nn -8.414) ) () ) +("combine" ((vb -7.251) (vbp -9.367) ) () ) +("combined" ((jj -8.027) (nnp -11.403) (vbd -9.192) (vbn -6.142) ) () ) +("combines" ((nns -10.255) (vbz -9.233) ) () ) +("combing" ((vbg -8.440) ) () ) +("combining" ((vbg -7.236) ) () ) +("combustion" ((nn -11.747) (nnp -9.611) ) () ) +("comcast" ((nnp -11.403) ) () ) +("come" ((vb -5.266) (vbd -9.192) (vbn -5.885) (vbp -5.901) ) () ) +("comeau" ((nnp -11.403) ) () ) +("comeback" ((nn -9.262) (nnp -11.403) ) () ) +("comedian" ((nn -10.648) ) () ) +("comedic" ((jj -9.872) ) () ) +("comedies" ((nns -9.850) ) () ) +("comedy" ((nn -8.751) (nnp -11.403) ) () ) +("comerica" ((nnp -11.403) ) () ) +("comes" ((vbz -5.426) ) () ) +("comestibles" ((nns -10.949) ) () ) +("comets" ((nns -10.949) ) () ) +("comex" ((nnp -10.709) ) () ) +("comfort" ((nn -9.349) (nnp -11.403) ) () ) +("comfortable" ((jj -7.639) ) () ) +("comfortably" ((rb -8.913) ) () ) +("comforted" ((vbn -9.855) ) () ) +("comforting" ((jj -9.585) ) () ) +("comic" ((jj -8.406) (nn -11.747) ) () ) +("comics" ((nnps -7.729) ) () ) +("coming" ((jj -8.027) (vbg -4.820) ) () ) +("coming-of-age" ((jj -10.971) ) () ) +("coming-out" ((jj -10.971) ) () ) +("comity" ((nn -11.747) ) () ) +("command" ((nn -10.137) (vb -9.448) ) () ) +("command-and-control" ((jj -10.971) ) () ) +("commandant" ((nn -11.747) ) () ) +("commanded" ((vbn -9.855) ) () ) +("commander" ((nn -11.054) (nnp -11.403) ) () ) +("commanders" ((nns -10.255) ) () ) +("commanding" ((jj -9.872) (vbg -8.846) ) () ) +("commandment" ((nn -11.747) ) () ) +("commandos" ((nns -10.949) ) () ) +("commemorate" ((vb -10.141) ) () ) +("commemorated" ((vbd -10.291) ) () ) +("commemorative" ((jj -10.278) (nn -11.747) ) () ) +("commenced" ((vbd -9.598) ) () ) +("commencement" ((nn -11.747) ) () ) +("commend" ((vb -10.141) ) () ) +("commendable" ((jj -9.872) ) () ) +("commends" ((vbz -9.926) ) () ) +("commensurate" ((jj -10.971) ) () ) +("comment" ((nn -7.112) (nnp -11.403) (vb -5.354) ) () ) +("commentaries" ((nns -10.255) ) () ) +("commentary" ((nn -9.549) ) () ) +("commentator" ((nn -11.054) ) () ) +("commentators" ((nns -9.850) ) () ) +("commented" ((vbd -8.905) ) () ) +("commenting" ((vbg -7.342) ) () ) +("comments" ((nns -7.483) (vbz -9.926) ) () ) +("commerce" ((nn -9.801) (nnp -7.140) ) () ) +("commercial" ((jj -5.795) (nn -8.751) (nnp -8.458) ) () ) +("commercial-credit" ((nn -11.747) ) () ) +("commercial-switch" ((jj -10.971) ) () ) +("commerciale" ((nnp -9.457) ) () ) +("commercialize" ((vb -10.141) ) () ) +("commercializing" ((vbg -9.539) ) () ) +("commercially" ((rb -9.606) ) () ) +("commercials" ((nns -8.241) ) () ) +("commerical" ((jj -10.971) ) () ) +("commerzbank" ((nnp -9.793) ) () ) +("commission" ((nn -7.557) (nnp -6.419) ) () ) +("commissioned" ((vbd -9.598) (vbn -8.469) ) () ) +("commissioner" ((nn -9.262) (nnp -9.457) ) () ) +("commissioners" ((nns -8.869) ) () ) +("commissioning" ((vbg -8.846) ) () ) +("commissions" ((nns -7.483) (vbz -9.926) ) () ) +("commit" ((vb -8.532) (vbp -8.674) ) () ) +("commitment" ((nn -8.379) ) () ) +("commitments" ((nns -7.142) ) () ) +("commits" ((vbz -9.233) ) () ) +("committed" ((jj -8.892) (vbd -8.681) (vbn -6.720) ) () ) +("committee" ((nn -7.002) (nnp -6.574) ) () ) +("committees" ((nns -7.813) (vbz -9.926) ) () ) +("committes" ((nns -10.949) ) () ) +("committing" ((vbg -7.747) ) () ) +("commodities" ((nnp -10.016) (nnps -7.729) (nns -7.515) ) () ) +("commoditize" ((vb -10.141) ) () ) +("commodity" ((nn -7.897) (nnp -8.358) ) () ) +("commodity-chemical" ((jj -9.872) ) () ) +("commodity-oriented" ((jj -10.971) ) () ) +("commodore" ((nnp -8.569) ) () ) +("common" ((jj -5.133) (nn -8.974) (nnp -9.457) ) () ) +("common-carrier" ((nn -11.747) ) () ) +("common-sense" ((jj -10.971) (nn -11.747) ) () ) +("common-share" ((jj -10.971) ) () ) +("common-stock" ((jj -9.872) ) () ) +("commoner" ((nnp -11.403) ) () ) +("commonly" ((rb -9.201) ) () ) +("commonplace" ((jj -10.971) (nn -11.747) ) () ) +("commons" ((nn -11.747) (nnp -9.611) (nnps -7.036) ) () ) +("commonstock" ((nn -11.747) ) () ) +("commonwealth" ((nn -10.648) (nnp -9.205) ) () ) +("communicate" ((vb -10.141) ) () ) +("communicated" ((vbd -10.291) (vbn -9.855) ) () ) +("communicating" ((vbg -9.539) ) () ) +("communication" ((nn -10.137) (nnp -9.100) ) () ) +("communications" ((nn -11.054) (nnp -7.552) (nnps -3.968) (nns -7.338) ) () ) +("communications-network" ((jj -10.971) ) () ) +("communiques" ((nns -10.255) ) () ) +("communism" ((nn -10.360) (nnp -11.403) ) () ) +("communist" ((jj -7.975) (nn -10.648) (nnp -8.311) ) () ) +("communists" ((nnps -5.426) (nns -10.949) ) () ) +("communities" ((nns -8.176) ) () ) +("community" ((nn -7.572) (nnp -7.490) ) () ) +("commute" ((nn -9.801) ) () ) +("commuter" ((nn -11.747) ) () ) +("commuters" ((nns -8.310) ) () ) +("commutes" ((nns -10.255) ) () ) +("commuting" ((vbg -8.846) ) () ) +("compact" ((jj -9.179) (nn -11.747) ) () ) +("compact-car" ((nn -11.747) ) () ) +("compacted" ((jj -10.971) (vbn -9.855) ) () ) +("compaction" ((nn -11.747) ) () ) +("compania" ((nnp -11.403) ) () ) +("companies" ((nnp -11.403) (nnps -6.630) (nns -4.350) ) () ) +("companion" ((jj -10.971) (nn -9.667) (nnp -11.403) ) () ) +("companions" ((nns -10.255) ) () ) +("company" ((nn -3.948) (nnp -8.694) ) () ) +("company-owned" ((jj -9.585) ) () ) +("company-sponsored" ((jj -10.971) ) () ) +("compaq" ((nnp -8.035) ) () ) +("comparability" ((nn -11.747) ) () ) +("comparable" ((jj -7.121) ) () ) +("comparably" ((rb -9.606) ) () ) +("comparative" ((jj -10.278) ) () ) +("comparatively" ((rb -9.606) ) () ) +("compare" ((vb -7.744) (vbp -7.575) ) () ) +("compared" ((vbd -8.681) (vbn -4.322) ) () ) +("compares" ((vbz -6.668) ) () ) +("comparing" ((vbg -8.846) ) () ) +("comparison" ((nn -8.489) ) () ) +("comparisons" ((nns -8.551) ) () ) +("compartment" ((nn -11.747) ) () ) +("compassion" ((nn -11.747) (nnp -11.403) ) () ) +("compatability" ((nn -11.747) ) () ) +("compatibility" ((nn -11.747) ) () ) +("compatible" ((jj -9.585) ) () ) +("compatriot" ((nn -11.747) ) () ) +("compatriots" ((nns -10.949) ) () ) +("compel" ((vb -10.141) ) () ) +("compelled" ((vbn -8.063) ) () ) +("compelling" ((jj -9.585) ) () ) +("compels" ((vbz -9.926) ) () ) +("compensate" ((vb -8.755) ) () ) +("compensated" ((vbn -9.855) ) () ) +("compensation" ((nn -8.569) (nnp -11.403) ) () ) +("compensations" ((nns -10.949) ) () ) +("compensatory" ((jj -9.872) ) () ) +("compete" ((vb -7.006) (vbp -8.268) ) () ) +("competence" ((nn -10.360) ) () ) +("competency" ((nn -11.747) ) () ) +("competent" ((jj -9.585) ) () ) +("competes" ((vbz -8.134) ) () ) +("competing" ((jj -10.278) (vbg -6.172) ) () ) +("competition" ((nn -6.934) (nnp -11.403) ) () ) +("competitions" ((nns -10.949) ) () ) +("competitive" ((jj -7.079) ) () ) +("competitively" ((rb -10.299) ) () ) +("competitiveness" ((nn -10.360) ) () ) +("competitor" ((nn -8.913) ) () ) +("competitors" ((nns -6.729) ) () ) +("competitve" ((jj -10.971) ) () ) +("compilation" ((nn -11.054) ) () ) +("compile" ((vb -10.141) ) () ) +("compiled" ((vbn -7.022) ) () ) +("compiler" ((nn -11.747) ) () ) +("compiling" ((vbg -8.846) ) () ) +("complacency" ((nn -11.747) ) () ) +("complacent" ((jj -10.971) ) () ) +("complain" ((vb -7.744) (vbp -7.170) ) () ) +("complainant" ((nn -11.747) ) () ) +("complained" ((vbd -6.924) (vbn -7.776) ) () ) +("complaining" ((vbg -7.236) ) () ) +("complains" ((vbz -7.528) ) () ) +("complaint" ((nn -8.913) ) () ) +("complaint-resolution" ((nn -11.747) ) () ) +("complaints" ((nns -7.285) ) () ) +("complement" ((vb -9.448) ) () ) +("complementary" ((jj -9.872) ) () ) +("complements" ((vbz -8.828) ) () ) +("complete" ((jj -7.537) (vb -6.615) ) () ) +("completed" ((vbd -6.602) (vbn -5.607) ) () ) +("completed-contract" ((jj -10.971) ) () ) +("completely" ((rb -7.164) ) () ) +("completeness" ((nn -11.747) ) () ) +("completes" ((vbz -8.317) ) () ) +("completing" ((vbg -7.236) ) () ) +("completion" ((nn -8.802) ) () ) +("complex" ((jj -7.334) (nn -8.913) ) () ) +("complexes" ((nns -9.562) ) () ) +("complexities" ((nns -9.850) ) () ) +("complexity" ((nn -10.648) ) () ) +("compliance" ((nn -8.974) (nnp -11.403) ) () ) +("complicate" ((vb -8.755) ) () ) +("complicated" ((in -10.957) (jj -8.774) (vbd -10.291) (vbn -7.776) ) () ) +("complication" ((nn -11.054) ) () ) +("complications" ((nns -10.255) ) () ) +("complicity" ((nn -10.360) ) () ) +("complied" ((vbn -8.757) ) () ) +("compliment" ((nn -10.360) (vbp -9.367) ) () ) +("comply" ((vb -7.577) ) () ) +("complying" ((vbg -8.846) ) () ) +("component" ((nn -9.801) ) () ) +("components" ((nnp -10.016) (nns -8.310) ) () ) +("composed" ((vbn -8.246) ) () ) +("composer" ((nn -9.955) ) () ) +("composers" ((nns -9.850) ) () ) +("composite" ((jj -5.812) (nn -8.802) (nnp -8.407) ) () ) +("composites" ((nns -10.949) ) () ) +("compositional" ((jj -10.971) ) () ) +("compositions" ((nns -10.949) ) () ) +("compound" ((jj -9.362) (nn -8.974) (vb -9.448) ) () ) +("compounded" ((vbd -10.291) (vbn -8.469) ) () ) +("compounding" ((nn -11.054) (vbg -9.539) ) () ) +("compounds" ((nns -10.949) ) () ) +("comprehension" ((nn -11.747) ) () ) +("comprehensive" ((jj -8.332) (nnp -9.611) ) () ) +("comprehensively" ((rb -10.299) ) () ) +("comprehensiveness" ((nn -11.747) ) () ) +("compressed" ((vbn -9.162) ) () ) +("compressors" ((nns -10.255) ) () ) +("comprise" ((vb -9.448) (vbp -8.674) ) () ) +("comprised" ((vbn -9.855) ) () ) +("comprises" ((vbz -8.828) ) () ) +("comprising" ((vbg -8.846) ) () ) +("compromise" ((jj -10.971) (nn -8.191) (vb -8.532) ) () ) +("compromised" ((vbn -9.162) ) () ) +("compromises" ((nns -9.339) ) () ) +("compromising" ((vbg -8.846) ) () ) +("comptroller" ((nn -8.856) (nnp -10.709) ) () ) +("compulsions" ((nns -10.255) ) () ) +("compulsive" ((jj -10.278) ) () ) +("computations" ((nns -10.949) ) () ) +("compute" ((vb -10.141) ) () ) +("computer" ((nn -6.080) (nnp -7.213) ) () ) +("computer-aided" ((jj -9.362) ) () ) +("computer-assembly" ((nn -11.747) ) () ) +("computer-assisted" ((jj -9.585) ) () ) +("computer-based" ((jj -10.971) ) () ) +("computer-data-storage" ((jj -10.971) ) () ) +("computer-distributed" ((jj -10.971) ) () ) +("computer-driven" ((jj -8.573) ) () ) +("computer-edited" ((jj -10.971) ) () ) +("computer-generated" ((jj -10.278) ) () ) +("computer-guided" ((jj -8.774) ) () ) +("computer-integrated" ((jj -10.971) ) () ) +("computer-integrated-manufacturing" ((jj -9.872) ) () ) +("computer-maintenance" ((nn -11.054) ) () ) +("computer-market" ((jj -10.278) ) () ) +("computer-printer" ((nn -11.747) ) () ) +("computer-room" ((jj -10.971) ) () ) +("computer-science" ((nn -11.747) ) () ) +("computer-service" ((jj -10.971) ) () ) +("computer-services" ((nns -10.255) ) () ) +("computer-servicing" ((jj -10.971) (nn -11.747) ) () ) +("computer-software" ((nn -11.747) ) () ) +("computer-system-design" ((jj -10.971) ) () ) +("computer-systems" ((nns -10.949) ) () ) +("computerize" ((vb -10.141) ) () ) +("computerized" ((jj -8.669) (nn -11.747) (vbn -8.246) ) () ) +("computerizing" ((vbg -8.153) ) () ) +("computers" ((nnp -10.304) (nnps -6.119) (nns -6.029) ) () ) +("computerworld" ((nnp -10.709) ) () ) +("computing" ((nn -9.444) (vbg -8.846) ) () ) +("computing-services" ((jj -10.971) ) () ) +("comrades" ((nns -10.255) ) () ) +("comsat" ((nnp -9.611) ) () ) +("comtes" ((nnp -11.403) ) () ) +("con" ((jj -9.872) (nn -10.648) (rb -10.299) ) () ) +("conagra" ((nnp -11.403) ) () ) +("conant" ((nnp -9.457) ) () ) +("conasupo" ((nnp -9.611) ) () ) +("conceal" ((vb -9.043) ) () ) +("concealed" ((vbn -9.855) ) () ) +("concealing" ((vbg -7.930) ) () ) +("concede" ((vb -8.532) (vbp -7.421) ) () ) +("conceded" ((vbd -7.458) (vbn -9.162) ) () ) +("concedes" ((vbz -6.882) ) () ) +("conceding" ((vbg -8.846) ) () ) +("conceit" ((nn -11.054) ) () ) +("conceivable" ((jj -10.971) ) () ) +("conceivably" ((rb -9.606) ) () ) +("conceive" ((vb -10.141) ) () ) +("conceived" ((jj -10.971) (vbd -10.291) ) () ) +("conceiver" ((nn -11.747) ) () ) +("conceiving" ((vbg -9.539) ) () ) +("concentrate" ((nn -11.747) (vb -7.097) (vbp -8.674) ) () ) +("concentrated" ((jj -10.278) (vbd -9.192) (vbn -7.776) ) () ) +("concentrates" ((vbz -9.233) ) () ) +("concentrating" ((vbg -7.460) ) () ) +("concentration" ((nn -10.137) ) () ) +("concentrations" ((nns -10.255) ) () ) +("concept" ((nn -8.451) ) () ) +("conception" ((nn -9.955) ) () ) +("conceptions" ((nns -10.949) ) () ) +("concepts" ((nns -10.255) ) () ) +("conceptual" ((jj -9.179) ) () ) +("conceptually" ((rb -10.299) ) () ) +("concern" ((nn -6.046) (vb -10.141) ) () ) +("concerned" ((jj -7.713) (nnp -11.403) (vbd -9.598) (vbn -6.359) ) () ) +("concerning" ((vbg -6.649) ) () ) +("concerns" ((nns -6.295) (vbz -8.317) ) () ) +("concert" ((nn -9.955) ) () ) +("concerted" ((jj -10.971) ) () ) +("concerto" ((nnp -9.793) ) () ) +("concertos" ((nns -10.949) ) () ) +("concerts" ((nns -10.255) ) () ) +("concession" ((nn -10.137) ) () ) +("concessions" ((nns -8.241) ) () ) +("conciliatory" ((jj -9.585) ) () ) +("concision" ((nn -11.747) ) () ) +("conclude" ((vb -8.532) (vbp -7.981) ) () ) +("concluded" ((vbd -7.200) (vbn -7.370) ) () ) +("concludes" ((vbz -8.540) ) () ) +("concluding" ((vbg -7.930) ) () ) +("conclusion" ((nn -8.913) ) () ) +("conclusions" ((nns -9.003) ) () ) +("conclusively" ((rb -10.299) ) () ) +("concocted" ((vbn -9.162) ) () ) +("concoctions" ((nns -10.949) ) () ) +("concomitant" ((jj -10.971) (nn -11.747) ) () ) +("concord" ((nnp -10.304) ) () ) +("concorde" ((nnp -10.709) ) () ) +("concrete" ((jj -8.199) (nn -9.444) ) () ) +("concur" ((vb -10.141) ) () ) +("concurred" ((vbd -9.598) ) () ) +("concurrence" ((nn -10.648) ) () ) +("concurrent" ((jj -10.278) ) () ) +("concurrently" ((rb -10.299) ) () ) +("conde" ((nnp -10.304) ) () ) +("condemn" ((vb -8.350) ) () ) +("condemnation" ((nn -10.360) ) () ) +("condemned" ((vbd -10.291) (vbn -9.162) ) () ) +("condemning" ((vbg -8.440) ) () ) +("condemns" ((vbz -9.926) ) () ) +("condensed" ((jj -10.971) ) () ) +("condensers" ((nns -10.949) ) () ) +("condescension" ((nn -11.747) ) () ) +("condition" ((nn -8.109) ) () ) +("conditional" ((jj -9.362) ) () ) +("conditionally" ((rb -9.606) ) () ) +("conditioned" ((vbn -8.757) ) () ) +("conditioner" ((nn -11.747) ) () ) +("conditioners" ((nns -10.255) ) () ) +("conditioning" ((nn -11.747) ) () ) +("conditions" ((nns -6.416) ) () ) +("condom" ((nn -11.054) ) () ) +("condominium" ((nn -10.137) (nnp -11.403) ) () ) +("condominiums" ((nns -10.949) ) () ) +("condoms" ((nns -10.949) ) () ) +("condone" ((vb -9.448) ) () ) +("condoned" ((vbd -10.291) ) () ) +("condos" ((nns -10.255) ) () ) +("conduct" ((nn -9.182) (vb -7.744) (vbp -8.674) ) () ) +("conducted" ((vbd -8.681) (vbn -6.911) ) () ) +("conducting" ((nn -11.747) (vbg -6.831) ) () ) +("conductor" ((nn -10.648) ) () ) +("conducts" ((vbz -8.828) ) () ) +("conduit" ((nn -9.955) ) () ) +("conduits" ((nns -10.949) ) () ) +("cone" ((nnp -10.304) ) () ) +("cones" ((nns -10.949) ) () ) +("confair" ((nnp -10.304) ) () ) +("confectioner" ((nnp -11.403) ) () ) +("confectionery" ((jj -10.971) (nn -11.747) ) () ) +("confederation" ((nn -11.747) (nnp -11.403) ) () ) +("confederations" ((nnps -7.729) ) () ) +("confer" ((vb -9.448) (vbp -9.367) ) () ) +("conferees" ((nns -8.384) ) () ) +("conference" ((nn -7.019) (nnp -9.100) ) () ) +("conferences" ((nns -9.157) ) () ) +("conferring" ((vbg -9.539) ) () ) +("confers" ((vbz -9.926) ) () ) +("confessed" ((vbd -9.192) (vbn -9.855) ) () ) +("confesses" ((vbz -8.317) ) () ) +("confessing" ((vbg -9.539) ) () ) +("confession" ((nnp -11.403) ) () ) +("confessions" ((nns -10.255) ) () ) +("confidant" ((nn -11.054) ) () ) +("confided" ((vbd -9.598) ) () ) +("confidence" ((nn -7.776) (nnp -11.403) ) () ) +("confident" ((jj -7.537) ) () ) +("confidential" ((jj -9.585) (nnp -10.709) ) () ) +("confidentiality" ((nn -10.360) ) () ) +("confides" ((vbz -9.926) ) () ) +("confiding" ((vbg -9.539) ) () ) +("configuration" ((nn -11.054) ) () ) +("configurations" ((nns -10.949) ) () ) +("confined" ((vbn -8.063) ) () ) +("confinement" ((nn -11.747) ) () ) +("confines" ((nns -10.949) ) () ) +("confirm" ((vb -7.744) (vbp -7.575) ) () ) +("confirmation" ((nn -9.262) ) () ) +("confirmed" ((vbd -6.890) (vbn -7.370) ) () ) +("confirming" ((vbg -7.930) ) () ) +("confirms" ((vbz -7.847) ) () ) +("confiscate" ((vb -10.141) ) () ) +("confiscated" ((vbd -9.598) (vbn -7.909) ) () ) +("confiscating" ((vbg -9.539) ) () ) +("confiscation" ((nn -11.747) ) () ) +("conflict" ((nn -8.856) ) () ) +("conflict-of-interest" ((nn -11.747) ) () ) +("conflicted" ((vbn -9.855) ) () ) +("conflicting" ((jj -10.278) (vbg -8.846) ) () ) +("conflicts" ((nns -8.310) ) () ) +("confluence" ((nn -11.747) ) () ) +("conform" ((vb -8.062) ) () ) +("conforming" ((vbg -9.539) ) () ) +("conforms" ((vbz -9.926) ) () ) +("confreres" ((fw -5.416) ) () ) +("confront" ((vb -10.141) (vbp -8.674) ) () ) +("confrontation" ((nn -9.349) ) () ) +("confrontational" ((jj -10.971) ) () ) +("confrontations" ((nns -10.255) ) () ) +("confronted" ((vbn -8.246) ) () ) +("confronting" ((vbg -8.846) ) () ) +("confronts" ((vbz -8.828) ) () ) +("confuse" ((vb -9.448) ) () ) +("confused" ((jj -9.585) (vbd -10.291) (vbn -8.063) ) () ) +("confuses" ((vbz -9.926) ) () ) +("confusing" ((jj -9.179) (vbg -8.846) ) () ) +("confusion" ((nn -8.656) ) () ) +("confutatis" ((fw -5.416) ) () ) +("congdon" ((nnp -11.403) ) () ) +("congenial" ((jj -10.971) ) () ) +("congestive" ((jj -10.971) ) () ) +("conglomerate" ((jj -10.971) (nn -8.856) ) () ) +("congratulate" ((vb -10.141) ) () ) +("congratulated" ((vbd -10.291) (vbn -9.855) ) () ) +("congratulating" ((nn -11.747) ) () ) +("congratulations" ((uh -4.477) ) () ) +("congregation" ((nn -11.054) ) () ) +("congress" ((nn -10.137) (nnp -5.757) ) () ) +("congress's" ((nnp -11.403) ) () ) +("congressional" ((jj -6.577) (nnp -9.457) ) () ) +("congressionally" ((rb -10.299) ) () ) +("congressman" ((nn -9.444) (nnp -10.016) ) () ) +("congressmen" ((nnps -7.729) (nns -8.751) ) () ) +("coniston" ((nn -11.747) (nnp -9.005) ) () ) +("conjecture" ((nn -11.747) ) () ) +("conjunction" ((nn -10.360) ) () ) +("conjures" ((vbz -9.926) ) () ) +("conlin" ((nnp -10.709) ) () ) +("conlon" ((nnp -10.016) ) () ) +("conn" ((nnp -8.763) ) () ) +("conn." ((nnp -7.689) ) () ) +("conn.-based" ((jj -10.971) ) () ) +("connaught" ((nn -11.747) (nnp -7.969) ) () ) +("connect" ((vb -10.141) (vbp -8.674) ) () ) +("connected" ((jj -9.872) (vbn -7.216) ) () ) +("connecticut" ((nnp -8.184) ) () ) +("connecting" ((vbg -7.930) ) () ) +("connection" ((nn -8.191) ) () ) +("connections" ((nns -9.562) ) () ) +("connectors" ((nnps -7.729) ) () ) +("connects" ((vbz -8.540) ) () ) +("conner" ((nnp -9.323) ) () ) +("connie" ((nnp -9.611) ) () ) +("conning" ((nnp -10.709) ) () ) +("connoisseur" ((nnp -11.403) ) () ) +("connolly" ((nnp -9.457) ) () ) +("connors" ((nnp -10.709) ) () ) +("connotation" ((nn -11.747) ) () ) +("connotations" ((nns -10.949) ) () ) +("connote" ((vb -10.141) ) () ) +("conoco" ((nnp -10.709) ) () ) +("conquer" ((vb -9.448) ) () ) +("conquest" ((nn -11.747) ) () ) +("conrail" ((nnp -10.016) ) () ) +("conreid" ((nnp -11.403) ) () ) +("conscience" ((nn -10.360) ) () ) +("conscientious" ((jj -9.585) ) () ) +("conscious" ((jj -9.872) ) () ) +("consciously" ((rb -10.299) ) () ) +("consciousness" ((nn -10.360) ) () ) +("conscripts" ((nns -10.949) ) () ) +("conseco" ((nnp -10.304) ) () ) +("consecutive" ((jj -7.416) ) () ) +("consensus" ((nn -8.379) (nnp -11.403) ) () ) +("consent" ((nn -8.802) (nnp -11.403) (vb -10.141) ) () ) +("consented" ((vbd -7.893) (vbn -9.855) ) () ) +("consenting" ((vbg -9.539) ) () ) +("consents" ((nns -9.562) ) () ) +("consequence" ((nn -11.054) ) () ) +("consequences" ((nns -8.310) ) () ) +("consequent" ((jj -10.278) ) () ) +("consequently" ((rb -8.690) ) () ) +("conservancy" ((nn -11.747) (nnp -11.403) ) () ) +("conservation" ((nn -9.667) (nnp -11.403) ) () ) +("conservationists" ((nns -10.949) ) () ) +("conservatism" ((nn -11.054) ) () ) +("conservative" ((jj -6.828) (nn -10.360) (nnp -10.304) ) () ) +("conservative-communist" ((jj -10.971) ) () ) +("conservative-led" ((jj -10.971) ) () ) +("conservatively" ((rb -10.299) ) () ) +("conservatives" ((nnps -7.036) (nns -7.691) ) () ) +("conservatorship" ((nn -10.137) ) () ) +("conservatory" ((nn -11.747) (nnp -11.403) ) () ) +("conserve" ((vb -9.043) ) () ) +("consider" ((vb -5.785) (vbp -6.534) ) () ) +("considerable" ((jj -7.713) ) () ) +("considerably" ((rb -7.409) ) () ) +("consideration" ((nn -8.974) ) () ) +("considerations" ((nns -8.751) ) () ) +("considered" ((jj -10.971) (vbd -7.400) (vbn -5.333) ) () ) +("considering" ((vbg -5.479) ) () ) +("considers" ((vbz -7.218) ) () ) +("consigned" ((vbn -9.855) ) () ) +("consigns" ((vbz -9.926) ) () ) +("consist" ((vb -9.448) (vbp -8.268) ) () ) +("consisted" ((vbd -8.905) (vbn -9.855) ) () ) +("consistency" ((nn -11.054) ) () ) +("consistent" ((jj -8.027) ) () ) +("consistently" ((rb -7.660) ) () ) +("consisting" ((vbg -6.974) ) () ) +("consists" ((vbz -7.441) ) () ) +("consob" ((nnp -11.403) ) () ) +("consolation" ((nn -11.747) ) () ) +("console" ((vb -9.448) ) () ) +("consoles" ((vbz -9.926) ) () ) +("consolidate" ((vb -8.062) ) () ) +("consolidated" ((jj -8.199) (nnp -8.918) (vbd -10.291) (vbn -8.469) ) () ) +("consolidates" ((vbz -9.926) ) () ) +("consolidating" ((vbg -7.236) ) () ) +("consolidation" ((nn -9.039) ) () ) +("consolidations" ((nns -10.949) ) () ) +("consolo" ((nnp -10.709) ) () ) +("consonants" ((nns -10.255) ) () ) +("consortia" ((nn -11.747) ) () ) +("consorting" ((vbg -9.539) ) () ) +("consortium" ((nn -8.702) (nnp -10.016) ) () ) +("consortium-ownership" ((nn -11.747) ) () ) +("conspicuous" ((jj -9.872) ) () ) +("conspicuously" ((rb -10.299) ) () ) +("conspiracies" ((nns -10.949) ) () ) +("conspiracy" ((nn -8.913) (nnp -11.403) ) () ) +("conspirators" ((nns -10.255) ) () ) +("conspire" ((vbp -9.367) ) () ) +("conspired" ((vbd -8.499) ) () ) +("conspiring" ((vbg -7.747) ) () ) +("constable" ((nnp -11.403) ) () ) +("constance" ((nnp -11.403) ) () ) +("constant" ((jj -8.406) ) () ) +("constantine" ((nnp -11.403) ) () ) +("constantly" ((rb -7.527) ) () ) +("consternation" ((nn -11.054) ) () ) +("constituencies" ((nns -10.255) ) () ) +("constituency" ((nn -10.648) ) () ) +("constituent" ((jj -10.971) (nn -10.648) ) () ) +("constituents" ((nns -8.869) ) () ) +("constitute" ((vb -8.532) (vbp -7.575) ) () ) +("constituted" ((vbd -9.598) ) () ) +("constitutes" ((vbz -9.233) ) () ) +("constitution" ((nn -9.801) (nnp -8.267) ) () ) +("constitutional" ((jj -7.360) ) () ) +("constitutional-law" ((nn -11.747) ) () ) +("constitutionality" ((nn -11.747) ) () ) +("constrain" ((vb -10.141) ) () ) +("constrained" ((vbn -9.162) ) () ) +("constrains" ((vbz -9.926) ) () ) +("constraint" ((nn -11.747) ) () ) +("constraints" ((nns -9.157) ) () ) +("constricting" ((vbg -9.539) ) () ) +("constrictors" ((nns -10.949) ) () ) +("construct" ((vb -8.532) ) () ) +("constructed" ((vbn -8.063) ) () ) +("constructeurs" ((nnp -11.403) ) () ) +("constructing" ((vbg -8.846) ) () ) +("construction" ((nn -6.812) (nnp -10.304) ) () ) +("construction-management" ((jj -10.971) ) () ) +("construction-related" ((jj -10.278) ) () ) +("constructions" ((nnp -11.403) ) () ) +("constructive" ((jj -9.362) ) () ) +("constructively" ((rb -10.299) ) () ) +("construe" ((vbp -9.367) ) () ) +("construed" ((vbd -10.291) (vbn -9.855) ) () ) +("consul" ((nn -11.747) ) () ) +("consulate" ((nn -11.747) ) () ) +("consult" ((vb -9.043) ) () ) +("consultant" ((nn -7.484) ) () ) +("consultants" ((nnp -10.304) (nnps -6.630) (nns -7.422) ) () ) +("consultation" ((nn -10.648) ) () ) +("consultations" ((nns -10.255) ) () ) +("consulted" ((vbn -9.162) ) () ) +("consulting" ((jj -10.971) (nn -8.489) (nnp -9.457) (vbg -6.900) ) () ) +("consulting-firm" ((nn -11.054) ) () ) +("consume" ((vb -9.448) (vbp -7.981) ) () ) +("consumed" ((vbd -10.291) (vbn -8.063) ) () ) +("consumer" ((nn -6.743) (nnp -9.205) ) () ) +("consumer-advocacy" ((jj -10.971) ) () ) +("consumer-credit" ((jj -10.971) ) () ) +("consumer-electronics" ((jj -10.278) (nns -10.949) ) () ) +("consumer-goods" ((nns -9.850) ) () ) +("consumer-oriented" ((jj -10.971) ) () ) +("consumer-price" ((jj -10.971) ) () ) +("consumer-product" ((nn -11.747) ) () ) +("consumer-products" ((jj -10.278) (nns -9.562) ) () ) +("consumer-telephone" ((jj -10.971) ) () ) +("consumers" ((nnp -11.403) (nns -6.518) ) () ) +("consuming" ((nn -11.054) ) () ) +("consummate" ((jj -10.971) ) () ) +("consummated" ((vbn -8.757) ) () ) +("consumption" ((nn -8.656) ) () ) +("cont'd." ((vbn -9.855) ) () ) +("contact" ((nn -9.349) (nnp -11.403) (vb -9.448) ) () ) +("contacted" ((vbd -9.598) (vbn -8.469) ) () ) +("contacting" ((vbg -9.539) ) () ) +("contacts" ((nns -8.646) ) () ) +("contagious" ((jj -10.971) ) () ) +("contain" ((vb -7.744) (vbp -7.981) ) () ) +("contained" ((jj -10.971) (vbd -8.345) (vbn -7.553) ) () ) +("container" ((nn -10.648) (nnp -9.611) ) () ) +("containerboard" ((nn -10.648) ) () ) +("containerized-cargo" ((nn -11.747) ) () ) +("containers" ((nnp -9.005) (nnps -4.956) (nns -8.646) ) () ) +("containing" ((vbg -7.342) ) () ) +("containment" ((nn -10.648) ) () ) +("contains" ((vbz -7.036) ) () ) +("contaminated" ((jj -9.179) (vbn -9.855) ) () ) +("contamination" ((nn -11.054) ) () ) +("conte" ((nnp -10.709) ) () ) +("contel" ((nnp -8.838) ) () ) +("contemplate" ((vb -9.043) (vbp -9.367) ) () ) +("contemplated" ((jj -10.971) (vbd -10.291) (vbn -8.757) ) () ) +("contemplates" ((vbz -9.926) ) () ) +("contemplating" ((vbg -7.930) ) () ) +("contemporaries" ((nns -10.949) ) () ) +("contemporary" ((jj -9.025) (nnp -10.709) ) () ) +("contemporize" ((vb -10.141) ) () ) +("contempt" ((nn -10.360) ) () ) +("contemptible" ((jj -10.971) ) () ) +("contemptuous" ((jj -10.971) ) () ) +("contend" ((vb -9.043) (vbp -6.148) ) () ) +("contended" ((vbd -7.806) (vbn -8.757) ) () ) +("contender" ((nn -10.360) ) () ) +("contenders" ((nns -10.949) ) () ) +("contending" ((vbg -8.153) ) () ) +("contends" ((vbz -6.237) ) () ) +("content" ((nn -9.801) ) () ) +("contented" ((jj -10.971) ) () ) +("contention" ((nn -9.549) ) () ) +("contentions" ((nns -10.949) ) () ) +("contentious" ((jj -8.892) ) () ) +("contents" ((nns -9.339) ) () ) +("contest" ((nn -8.913) (nnp -11.403) (vb -10.141) ) () ) +("contestant" ((nn -11.054) ) () ) +("contested" ((jj -10.971) (vbd -10.291) (vbn -8.469) ) () ) +("contesting" ((vbg -9.539) ) () ) +("contests" ((nns -9.850) ) () ) +("context" ((nn -9.039) ) () ) +("contiguous" ((jj -9.872) ) () ) +("continent" ((nn -10.360) (nnp -11.403) ) () ) +("continental" ((jj -8.774) (nnp -7.765) ) () ) +("continential" ((nnp -11.403) ) () ) +("contingency" ((nn -10.137) ) () ) +("contingency-fee" ((jj -10.971) ) () ) +("contingent" ((jj -9.025) (nn -11.054) ) () ) +("continously" ((rb -10.299) ) () ) +("continual" ((jj -10.971) ) () ) +("continually" ((rb -8.220) ) () ) +("continuation" ((nn -10.137) ) () ) +("continue" ((vb -4.889) (vbp -5.583) ) () ) +("continued" ((jj -7.675) (vbd -5.909) (vbn -5.923) ) () ) +("continues" ((vbz -5.495) ) () ) +("continuing" ((jj -8.573) (nnp -11.403) (vbg -5.062) ) () ) +("continuity" ((nn -11.054) ) () ) +("continuous" ((jj -10.278) ) () ) +("continuously" ((rb -9.606) ) () ) +("contorted" ((jj -10.971) ) () ) +("contra" ((jj -10.971) (nnp -9.100) ) () ) +("contraceptive" ((jj -9.362) (nn -11.747) ) () ) +("contraceptives" ((nns -10.949) ) () ) +("contract" ((nn -6.053) (nnp -11.403) (vb -9.043) (vbp -9.367) ) () ) +("contract-drilling" ((nn -11.054) ) () ) +("contract-steering" ((jj -10.971) ) () ) +("contracted" ((vbd -8.905) (vbn -8.757) ) () ) +("contracted-for" ((jj -10.971) ) () ) +("contracting" ((nn -11.747) (vbg -8.440) ) () ) +("contraction" ((nn -10.360) ) () ) +("contractions" ((nns -9.850) ) () ) +("contractor" ((nn -8.702) ) () ) +("contractors" ((nns -8.551) ) () ) +("contracts" ((nn -11.747) (nnps -7.729) (nns -5.965) (vbz -9.233) ) () ) +("contractual" ((jj -9.179) ) () ) +("contradict" ((vb -10.141) ) () ) +("contradicting" ((vbg -9.539) ) () ) +("contradiction" ((nn -11.747) ) () ) +("contradictions" ((nns -10.255) ) () ) +("contradictory" ((jj -10.278) (nn -11.747) ) () ) +("contradicts" ((vbz -9.926) ) () ) +("contraption" ((nn -11.747) ) () ) +("contrarian" ((jj -10.971) ) () ) +("contrary" ((jj -8.486) (nn -10.137) ) () ) +("contras" ((nnp -10.304) (nnps -5.532) (nns -9.850) ) () ) +("contrast" ((nn -7.940) (vb -10.141) (vbp -9.367) ) () ) +("contrasted" ((vbd -10.291) (vbn -9.855) ) () ) +("contrasts" ((nns -10.949) (vbz -8.134) ) () ) +("contravened" ((vbn -9.855) ) () ) +("contribued" ((vbd -10.291) ) () ) +("contribute" ((vb -7.502) (vbp -7.421) ) () ) +("contributed" ((vbd -6.132) (vbn -7.083) ) () ) +("contributes" ((vbz -9.233) ) () ) +("contributing" ((vbg -7.054) ) () ) +("contribution" ((nn -9.039) ) () ) +("contributions" ((nns -7.452) ) () ) +("contributor" ((nn -11.054) ) () ) +("contributors" ((nns -9.850) ) () ) +("contrived" ((jj -10.971) ) () ) +("control" ((jj -10.971) (nn -6.703) (nnp -8.001) (vb -6.774) (vbp -7.757) ) () ) +("control-room" ((nn -11.747) ) () ) +("controlled" ((jj -9.585) (vbd -8.094) (vbn -6.094) ) () ) +("controller" ((nn -10.648) ) () ) +("controllers" ((nns -9.339) ) () ) +("controlling" ((jj -9.362) (vbg -6.595) ) () ) +("controls" ((nnp -10.304) (nns -7.515) (vbz -7.036) ) () ) +("controversial" ((jj -7.233) ) () ) +("controversies" ((nns -10.949) ) () ) +("controversy" ((nn -8.611) ) () ) +("conundrum" ((nn -11.747) ) () ) +("convenants" ((nns -10.949) ) () ) +("convene" ((vb -10.141) (vbp -9.367) ) () ) +("convened" ((vbn -9.162) ) () ) +("convenes" ((vbz -9.233) ) () ) +("convenience" ((jj -10.971) (nn -9.667) (nnp -9.611) ) () ) +("convenience-food" ((nn -11.747) ) () ) +("convenience-store" ((nn -11.747) ) () ) +("convenient" ((jj -9.362) ) () ) +("conveniently" ((rb -10.299) ) () ) +("convening" ((vbg -9.539) ) () ) +("convent" ((nn -10.360) ) () ) +("convention" ((nn -9.182) (nnp -10.016) ) () ) +("convention-goers" ((nns -10.949) ) () ) +("conventional" ((jj -7.059) ) () ) +("conventional-arms" ((jj -10.278) (nns -10.949) ) () ) +("conventioners" ((nns -10.949) ) () ) +("conventions" ((nns -10.255) ) () ) +("converged" ((vbd -10.291) ) () ) +("conversation" ((nn -9.667) ) () ) +("conversations" ((nns -8.058) ) () ) +("conversely" ((rb -9.606) ) () ) +("conversion" ((nn -8.974) (nnp -11.403) ) () ) +("conversions" ((nns -10.255) ) () ) +("convert" ((vb -7.097) (vbp -8.268) ) () ) +("converted" ((jj -10.278) (vbd -9.598) (vbn -7.370) ) () ) +("converter" ((nn -10.137) ) () ) +("converters" ((nns -10.255) ) () ) +("convertible" ((jj -6.577) (nn -9.801) (nnp -10.709) ) () ) +("convertibles" ((nns -10.949) ) () ) +("converting" ((vbg -7.236) ) () ) +("converts" ((nns -10.949) (vbz -9.926) ) () ) +("convex" ((nnp -9.457) ) () ) +("convexity" ((nn -11.747) ) () ) +("convey" ((vb -9.043) (vbp -9.367) ) () ) +("conveyance" ((nn -11.747) ) () ) +("conveyed" ((vbd -9.598) ) () ) +("conveyor" ((nn -11.747) ) () ) +("conveys" ((vbz -9.926) ) () ) +("convict" ((nnp -11.403) (vb -9.043) ) () ) +("convicted" ((vbd -8.681) (vbn -6.811) ) () ) +("conviction" ((nn -8.751) ) () ) +("convictions" ((nns -9.562) ) () ) +("convicts" ((vbz -9.926) ) () ) +("convince" ((vb -8.062) (vbp -9.367) ) () ) +("convinced" ((jj -9.362) (vbd -10.291) (vbn -7.457) ) () ) +("convinces" ((vbz -9.926) ) () ) +("convincing" ((jj -9.872) (nn -11.747) (vbg -8.846) ) () ) +("convocation" ((nn -11.747) ) () ) +("convolutions" ((nns -10.949) ) () ) +("convoy" ((nn -11.747) ) () ) +("convulsions" ((nns -10.255) ) () ) +("conway" ((nnp -10.016) ) () ) +("coogan" ((nnp -10.709) ) () ) +("cook" ((nnp -9.793) ) () ) +("cookbook" ((nn -10.360) ) () ) +("cookbooks" ((nns -10.949) ) () ) +("cooked" ((vbn -9.162) ) () ) +("cookie" ((nn -10.648) ) () ) +("cookies" ((nns -10.255) ) () ) +("cooking" ((jj -10.971) (nn -10.360) (vbg -9.539) ) () ) +("cooks" ((nns -10.255) ) () ) +("cool" ((jj -8.892) (nn -11.054) (vb -8.062) (vbp -9.367) ) () ) +("coolants" ((nns -9.850) ) () ) +("cooled" ((vbd -10.291) (vbn -7.909) ) () ) +("cooler" ((jjr -7.346) ) () ) +("cooling" ((vbg -7.930) ) () ) +("cooling-off" ((jj -10.971) ) () ) +("coolly" ((rb -9.606) ) () ) +("cools" ((vbz -9.926) ) () ) +("cooper" ((nnp -10.016) ) () ) +("cooperate" ((vb -8.755) ) () ) +("cooperated" ((vbd -9.598) (vbn -9.855) ) () ) +("cooperating" ((vbg -7.593) ) () ) +("cooperation" ((nn -8.033) (nnp -11.403) ) () ) +("cooperative" ((jj -8.774) (nn -11.054) (nnp -11.403) ) () ) +("cooperative-care" ((jj -10.971) ) () ) +("cooperatives" ((nns -8.551) ) () ) +("cooperman" ((nnp -9.793) ) () ) +("coopers" ((nnp -9.005) ) () ) +("coor" ((nnp -11.403) ) () ) +("coordinate" ((vb -7.839) ) () ) +("coordinated" ((vbn -8.246) ) () ) +("coordinates" ((vbz -9.926) ) () ) +("coordinating" ((nnp -11.403) ) () ) +("coordination" ((nn -10.648) ) () ) +("coordinator" ((nn -10.360) ) () ) +("coors" ((nnp -7.739) (nns -10.949) ) () ) +("cop" ((nn -11.054) ) () ) +("cop-killer" ((jj -9.872) ) () ) +("cope" ((vb -7.433) ) () ) +("copiague" ((nnp -10.709) ) () ) +("copied" ((vbd -10.291) (vbn -9.162) ) () ) +("copier" ((nn -11.747) ) () ) +("copiers" ((nns -10.949) ) () ) +("copies" ((nns -8.004) ) () ) +("coping" ((vbg -7.460) ) () ) +("copious" ((jj -10.971) ) () ) +("coplandesque" ((jj -10.971) ) () ) +("copper" ((nn -7.918) (nnp -10.709) ) () ) +("copper-based" ((jj -10.971) ) () ) +("copper-producing" ((jj -10.971) ) () ) +("copy" ((nn -9.667) (vb -8.755) (vbp -8.674) ) () ) +("copying" ((nn -10.137) (nnp -11.403) (vbg -8.440) ) () ) +("copyright" ((jj -10.971) (nn -9.349) (nnp -10.709) ) () ) +("copyrighted" ((vbn -8.757) ) () ) +("copyrights" ((nns -9.850) ) () ) +("corazon" ((nnp -10.304) ) () ) +("corbehem" ((nnp -11.403) ) () ) +("corcoran" ((nnp -10.016) ) () ) +("cord" ((nn -10.648) ) () ) +("cordis" ((nnp -10.016) ) () ) +("core" ((jj -8.669) (nn -7.940) ) () ) +("cores" ((nns -10.949) ) () ) +("corestates" ((nnps -7.729) ) () ) +("corey" ((nnp -11.403) ) () ) +("corinthian" ((jj -10.971) ) () ) +("corkscrews" ((nns -10.949) ) () ) +("cormack" ((nnp -11.403) ) () ) +("corn" ((nn -8.033) (nnp -11.403) ) () ) +("corn-buying" ((jj -10.971) ) () ) +("cornea" ((nn -11.054) ) () ) +("corneal" ((jj -10.278) ) () ) +("cornel" ((nnp -11.403) ) () ) +("cornell" ((nnp -10.016) ) () ) +("corner" ((jj -10.971) (nn -9.444) (vb -10.141) ) () ) +("cornered" ((jj -10.971) (vbn -9.855) ) () ) +("corners" ((nnps -7.729) (nns -9.003) ) () ) +("cornerstone" ((nn -10.360) ) () ) +("cornerstones" ((nns -10.949) ) () ) +("corney" ((nnp -11.403) ) () ) +("cornfield" ((nn -11.054) ) () ) +("cornflake-size" ((jj -10.971) ) () ) +("cornish" ((nnp -11.403) ) () ) +("cornstarch" ((nn -11.747) ) () ) +("cornucopia" ((nn -11.747) ) () ) +("corolla" ((nnp -10.709) ) () ) +("corona" ((nnp -11.403) ) () ) +("coronary" ((jj -10.971) ) () ) +("coronets" ((nnps -7.729) ) () ) +("corp" ((nnp -6.267) ) () ) +("corp." ((nn -9.955) (nnp -4.385) ) () ) +("corporate" ((jj -5.422) (nnp -10.016) ) () ) +("corporate-bond" ((jj -10.971) ) () ) +("corporate-earnings" ((nns -10.949) ) () ) +("corporate-finance" ((jj -9.585) (nn -11.747) ) () ) +("corporate-owned" ((jj -10.971) ) () ) +("corporate-wide" ((jj -10.971) ) () ) +("corporates" ((nns -9.850) ) () ) +("corporation" ((nn -8.313) (nnp -11.403) ) () ) +("corporation-socialist" ((jj -10.971) ) () ) +("corporations" ((nns -6.871) ) () ) +("corporatism" ((nn -10.648) ) () ) +("corporatist" ((nn -10.648) ) () ) +("corps" ((fw -5.416) (nn -11.054) (nnp -9.611) ) () ) +("corpse" ((nn -11.747) ) () ) +("corr" ((nnp -9.005) ) () ) +("corral" ((vb -10.141) ) () ) +("correct" ((jj -8.406) (vb -7.744) (vbp -9.367) ) () ) +("corrected" ((vbn -7.553) ) () ) +("correcting" ((vbg -8.846) ) () ) +("correction" ((nn -9.349) ) () ) +("corrections" ((nns -9.339) ) () ) +("corrective" ((jj -10.278) ) () ) +("correctly" ((rb -10.299) ) () ) +("corrects" ((vbz -9.926) ) () ) +("correspond" ((vb -10.141) ) () ) +("corresponded" ((vbd -10.291) ) () ) +("correspondence" ((nn -11.054) ) () ) +("correspondent" ((nn -9.667) ) () ) +("correspondents" ((nns -10.255) ) () ) +("corresponding" ((jj -8.892) ) () ) +("correspondingly" ((rb -9.606) ) () ) +("corridor" ((nn -10.648) ) () ) +("corridors" ((nns -10.255) ) () ) +("corrigan" ((nnp -11.403) ) () ) +("corroon" ((nnp -10.709) ) () ) +("corrosion-resistant" ((jj -10.278) ) () ) +("corrugated" ((jj -10.971) ) () ) +("corrupt" ((jj -9.179) (nnp -10.304) ) () ) +("corrupting" ((jj -10.971) ) () ) +("corruption" ((nn -9.262) (nnp -11.403) ) () ) +("corry" ((nnp -11.403) ) () ) +("corsica" ((nnp -9.611) ) () ) +("cortese" ((nnp -10.016) ) () ) +("corton-charlemagne" ((nnp -11.403) ) () ) +("corvette" ((nnp -11.403) ) () ) +("corvettes" ((nns -10.949) ) () ) +("cos" ((nnp -10.016) ) () ) +("cos." ((nnp -8.694) (nnps -6.343) ) () ) +("cosby" ((nnp -10.304) ) () ) +("cosgrove-meurer" ((nnp -11.403) ) () ) +("cosmair" ((nnp -11.403) ) () ) +("cosmetic" ((jj -10.278) (nn -11.054) (nnp -11.403) ) () ) +("cosmetics" ((nns -7.581) ) () ) +("cosmetics-industry" ((nn -11.747) ) () ) +("cosmetology" ((nn -11.747) ) () ) +("cosmic" ((jj -9.872) ) () ) +("cosmologies" ((nns -10.949) ) () ) +("cosmopolitan" ((jj -10.971) (nnp -11.403) ) () ) +("cosmopulos" ((nnp -11.403) ) () ) +("cossiga" ((nnp -11.403) ) () ) +("cost" ((nn -6.593) (vb -6.152) (vbd -7.806) (vbn -8.246) (vbp -7.757) ) () ) +("cost-benefit" ((jj -10.971) ) () ) +("cost-conscious" ((jj -10.278) ) () ) +("cost-containment" ((jj -10.971) ) () ) +("cost-control" ((jj -10.278) ) () ) +("cost-cutting" ((jj -9.362) (nn -10.648) ) () ) +("cost-effective" ((jj -10.278) ) () ) +("cost-efficiency" ((nn -11.747) ) () ) +("cost-of-living" ((jj -9.585) ) () ) +("cost-reduction" ((jj -10.278) ) () ) +("cost-saving" ((jj -10.971) ) () ) +("cost-sharing" ((jj -10.971) (nn -10.137) ) () ) +("costa" ((jj -8.892) (nnp -8.267) (nns -10.949) ) () ) +("costanza" ((nnp -11.403) ) () ) +("costing" ((vbg -7.593) ) () ) +("costlier" ((jjr -8.039) ) () ) +("costly" ((jj -7.308) ) () ) +("costs" ((nns -5.180) (vbz -6.791) ) () ) +("costumed" ((vbn -9.162) ) () ) +("costumes" ((nns -10.255) ) () ) +("cote" ((nnp -10.709) ) () ) +("coterie" ((nn -11.747) ) () ) +("cotran" ((nnp -11.403) ) () ) +("cottage" ((nn -11.747) ) () ) +("cottages" ((nns -10.949) ) () ) +("cotton" ((nn -8.802) (nnp -11.403) ) () ) +("cottrell" ((nnp -11.403) ) () ) +("couch" ((nn -11.054) ) () ) +("couched" ((vbn -9.855) ) () ) +("couching" ((vbg -9.539) ) () ) +("coudert" ((nnp -11.403) ) () ) +("cougar" ((nnp -10.709) ) () ) +("cough" ((nn -9.667) (vb -10.141) ) () ) +("could" ((md -2.173) ) () ) +("council" ((nn -8.656) (nnp -7.792) ) () ) +("councilman" ((nn -11.747) (nnp -11.403) ) () ) +("councils" ((nns -9.157) ) () ) +("councilwoman" ((nnp -11.403) ) () ) +("counsel" ((nn -7.962) (nnp -10.304) (vb -10.141) ) () ) +("counseled" ((vbn -9.855) ) () ) +("counseling" ((nn -11.747) (vbg -8.440) ) () ) +("counselors" ((nns -10.949) ) () ) +("counsels" ((vbz -9.233) ) () ) +("count" ((nn -9.549) (vb -8.196) (vbp -8.268) ) () ) +("countdown" ((nn -11.747) ) () ) +("counted" ((vbn -7.457) ) () ) +("countenance" ((vb -10.141) ) () ) +("counter" ((jj -10.971) (nn -10.360) (nnp -10.709) (rb -8.913) (vb -7.744) (vbp -9.367) ) () ) +("counter-argument" ((nn -11.747) ) () ) +("counter-cyclical" ((jj -10.971) ) () ) +("counter-demand" ((nn -11.747) ) () ) +("counter-intelligence" ((jj -10.971) ) () ) +("counter-trade" ((jj -10.971) ) () ) +("counteract" ((vb -9.448) ) () ) +("counterattack" ((nn -11.747) ) () ) +("counterbalanced" ((vbn -9.855) ) () ) +("counterbid" ((nn -11.054) ) () ) +("counterbidder" ((nn -11.747) ) () ) +("counterbidders" ((nns -10.949) ) () ) +("counterbids" ((nns -10.949) ) () ) +("counterclaim" ((nn -10.648) ) () ) +("counterclaims" ((nns -10.255) ) () ) +("countercultural" ((jj -10.971) ) () ) +("countered" ((vbd -9.598) ) () ) +("counterespionage" ((nn -11.747) ) () ) +("countering" ((vbg -9.539) ) () ) +("countermeasures" ((nns -10.255) ) () ) +("counterpart" ((nn -9.262) ) () ) +("counterparts" ((nns -8.310) ) () ) +("counterpoint" ((nn -10.360) ) () ) +("counterproductive" ((jj -9.872) ) () ) +("counterrevolutionary" ((jj -9.585) (nn -11.747) ) () ) +("counters" ((nns -9.850) ) () ) +("countersued" ((vbd -9.598) ) () ) +("countersuit" ((nn -9.444) ) () ) +("counterterrorism" ((nn -10.648) ) () ) +("countertop" ((nn -11.747) ) () ) +("countervailing" ((vbg -9.539) ) () ) +("counterweight" ((nn -11.747) ) () ) +("counties" ((nns -9.850) ) () ) +("counting" ((nn -11.747) (vbg -6.974) ) () ) +("countless" ((jj -10.278) ) () ) +("countries" ((nnps -7.036) (nns -6.136) ) () ) +("country" ((nn -6.274) (nnp -10.304) ) () ) +("countryside" ((nn -10.137) ) () ) +("counts" ((nns -8.751) (vbz -7.729) ) () ) +("county" ((nn -10.648) (nnp -7.228) ) () ) +("coup" ((nn -7.897) ) () ) +("coup-makers" ((nns -10.949) ) () ) +("coup-planning" ((nn -11.747) ) () ) +("coupe" ((nn -10.360) ) () ) +("couple" ((jj -10.971) (nn -7.855) ) () ) +("coupled" ((vbn -7.553) ) () ) +("couples" ((nns -9.003) ) () ) +("couplets" ((nns -10.949) ) () ) +("coupling" ((nn -11.747) ) () ) +("coupon" ((nn -7.835) ) () ) +("coupon-equivalent" ((jj -10.278) ) () ) +("coupons" ((nns -8.751) ) () ) +("coups" ((nns -9.003) ) () ) +("courage" ((nn -10.648) ) () ) +("courageous" ((jj -10.971) ) () ) +("courier" ((nn -11.054) ) () ) +("couriers" ((nns -10.255) ) () ) +("course" ((nn -6.951) (nnp -11.403) ) () ) +("coursed" ((vbn -9.855) ) () ) +("courses" ((nns -9.157) ) () ) +("court" ((nn -6.000) (nnp -6.454) (vb -9.448) ) () ) +("court-appointed" ((jj -9.585) ) () ) +("court-ordered" ((jj -10.971) ) () ) +("court-reporting" ((jj -10.971) ) () ) +("courtaulds" ((nnp -8.918) ) () ) +("courted" ((vbd -10.291) (vbn -9.162) ) () ) +("courter" ((nnp -9.005) ) () ) +("courtesan" ((nn -11.747) ) () ) +("courtesies" ((nns -10.949) ) () ) +("courthouse" ((nn -10.648) ) () ) +("courting" ((vbg -8.440) ) () ) +("courtroom" ((nn -9.801) ) () ) +("courtrooms" ((nns -10.949) ) () ) +("courts" ((nns -7.120) ) () ) +("courtship" ((nn -11.054) ) () ) +("courtyard" ((nn -10.648) ) () ) +("cousin" ((nn -10.360) ) () ) +("cousins" ((nns -10.255) ) () ) +("covenant" ((nn -11.747) ) () ) +("covenants" ((nns -10.949) ) () ) +("cover" ((nn -10.648) (nnp -11.403) (vb -6.152) (vbp -7.981) ) () ) +("cover-up" ((nn -10.360) ) () ) +("coverage" ((nn -8.058) (nnp -10.709) ) () ) +("coverages" ((nns -10.949) ) () ) +("covered" ((jj -10.278) (vbd -8.345) (vbn -6.488) ) () ) +("covering" ((nn -11.747) (nnp -11.403) (vbg -6.320) ) () ) +("coverings" ((nns -10.949) ) () ) +("covers" ((vbz -6.835) ) () ) +("covert" ((jj -8.332) (nnp -10.304) ) () ) +("coverts" ((nns -10.949) ) () ) +("coveted" ((jj -10.278) (vbn -9.855) ) () ) +("covetous" ((jj -10.971) ) () ) +("covington" ((nnp -11.403) ) () ) +("cow" ((nn -11.747) ) () ) +("cowan" ((nnp -10.709) ) () ) +("coward" ((nn -11.747) ) () ) +("cowards" ((nns -10.949) ) () ) +("cowboys" ((nnp -10.709) (nnps -5.021) (nns -10.949) ) () ) +("cowboys-owned" ((jj -10.971) ) () ) +("cower" ((vbp -9.367) ) () ) +("cows" ((nns -9.562) ) () ) +("cox" ((nnp -9.793) ) () ) +("coxon" ((nnp -11.403) ) () ) +("coy" ((jj -10.971) ) () ) +("coyote" ((nn -11.747) ) () ) +("cp486" ((cd -10.462) (nnp -11.403) ) () ) +("cpas" ((nnps -7.729) ) () ) +("cpc" ((nnp -11.403) ) () ) +("cpi" ((nnp -10.304) ) () ) +("cpu" ((nn -11.054) ) () ) +("crab" ((nn -11.747) ) () ) +("crabb" ((nnp -11.403) ) () ) +("crabby" ((jj -10.971) ) () ) +("crabs" ((nns -10.255) ) () ) +("crack" ((nn -9.667) (vb -8.532) ) () ) +("crackdown" ((nn -9.801) ) () ) +("cracked" ((vbd -10.291) (vbn -9.162) ) () ) +("cracker" ((nn -10.360) ) () ) +("cracking" ((vbg -8.846) ) () ) +("crackle" ((vbp -9.367) ) () ) +("cracks" ((nns -8.869) ) () ) +("cradle" ((nn -11.747) ) () ) +("cradle-to-grave" ((jj -10.971) ) () ) +("craf-cassini" ((nnp -10.709) ) () ) +("craft" ((nn -10.137) (vb -10.141) ) () ) +("crafted" ((vbn -8.757) ) () ) +("crafting" ((vbg -9.539) ) () ) +("craig" ((nnp -8.763) ) () ) +("crammed" ((vbd -10.291) ) () ) +("cramming" ((vbg -8.846) ) () ) +("cramped" ((jj -10.971) ) () ) +("crams" ((vbz -9.926) ) () ) +("crandall" ((nnp -10.304) ) () ) +("crane" ((nn -10.648) (nnp -9.323) ) () ) +("crane-safety" ((nn -11.747) ) () ) +("cranes" ((nns -9.850) ) () ) +("crankcase" ((nn -11.747) ) () ) +("cranked" ((vbd -10.291) (vbn -9.855) ) () ) +("cranks" ((nns -10.949) ) () ) +("cranston" ((nnp -8.694) ) () ) +("cranston-mitchell" ((nnp -10.709) ) () ) +("crap" ((nn -11.054) ) () ) +("crapshoot" ((nn -11.054) ) () ) +("crary" ((nnp -10.304) ) () ) +("crash" ((jj -9.872) (nn -6.798) (nnp -11.403) (vb -8.532) ) () ) +("crashed" ((vbd -8.681) ) () ) +("crashes" ((nns -9.850) (vbz -9.233) ) () ) +("crashing" ((vbg -8.440) ) () ) +("crashlet" ((nn -11.747) ) () ) +("crass" ((jj -10.971) ) () ) +("cratering" ((vbg -9.539) ) () ) +("cravath" ((nnp -11.403) ) () ) +("crave" ((vbp -9.367) ) () ) +("craven" ((nnp -10.709) ) () ) +("craving" ((nn -11.054) ) () ) +("crawford" ((nnp -10.304) ) () ) +("crawfordsville" ((nnp -11.403) ) () ) +("crawl" ((vb -10.141) ) () ) +("cray" ((nnp -7.451) ) () ) +("cray-3" ((cd -10.462) (nnp -9.205) ) () ) +("craze" ((nn -10.360) ) () ) +("crazee" ((jj -10.971) ) () ) +("crazy" ((jj -8.669) (nnp -10.709) ) () ) +("creak" ((vb -10.141) ) () ) +("cream" ((nn -10.648) ) () ) +("creamed" ((vbn -9.855) ) () ) +("creams" ((nns -10.949) ) () ) +("creamy" ((jj -10.971) ) () ) +("create" ((vb -6.064) (vbp -7.170) ) () ) +("created" ((vbd -7.033) (vbn -5.607) ) () ) +("creates" ((vbz -7.036) ) () ) +("creating" ((vbg -6.105) ) () ) +("creation" ((nn -8.702) ) () ) +("creationist" ((jj -10.971) ) () ) +("creations" ((nnps -7.729) (nns -10.255) ) () ) +("creative" ((jj -7.360) (nnp -11.403) ) () ) +("creativity" ((nn -9.549) ) () ) +("creator" ((nn -10.137) ) () ) +("creators" ((nns -9.339) ) () ) +("creature" ((nn -11.054) ) () ) +("creatures" ((nns -9.157) ) () ) +("credence" ((nn -11.747) ) () ) +("credential" ((nn -11.747) ) () ) +("credentials" ((nns -8.646) ) () ) +("credibility" ((nn -8.489) ) () ) +("credible" ((jj -9.179) ) () ) +("credit" ((nn -6.390) (nnp -7.552) (vbp -9.367) ) () ) +("credit-backing" ((nn -11.747) ) () ) +("credit-card" ((jj -10.278) (nn -9.549) ) () ) +("credit-data" ((1 -4.727) ) () ) +("credit-easing" ((jj -10.971) (nn -11.054) ) () ) +("credit-information" ((nn -11.747) ) () ) +("credit-rating" ((jj -10.278) (nn -11.747) ) () ) +("credit-ratings" ((nns -10.949) ) () ) +("credit-reporting" ((jj -10.278) ) () ) +("credit-worthiness" ((nn -11.054) ) () ) +("creditably" ((rb -10.299) ) () ) +("creditbank" ((nnp -11.403) ) () ) +("credited" ((vbd -8.499) (vbn -8.063) ) () ) +("crediting" ((nn -11.747) (vbg -9.539) ) () ) +("creditor" ((nn -9.039) ) () ) +("creditors" ((nns -6.618) ) () ) +("credits" ((nns -7.691) (vbz -9.233) ) () ) +("creditwatch" ((nnp -10.709) ) () ) +("creditworthiness" ((nn -11.747) ) () ) +("creditworthy" ((nn -11.747) ) () ) +("credulity" ((nn -11.747) ) () ) +("creek" ((nnp -9.100) ) () ) +("creepiest" ((jjs -7.523) ) () ) +("creeping" ((vbg -8.153) ) () ) +("cremation" ((nn -11.747) ) () ) +("crematoriums" ((nns -10.949) ) () ) +("crept" ((vbd -10.291) ) () ) +("crescendo" ((nn -11.747) ) () ) +("crescott" ((nnp -10.016) ) () ) +("cresson" ((nnp -10.016) ) () ) +("crest" ((nn -11.747) (nnp -10.304) (vb -10.141) ) () ) +("crested" ((nnp -11.403) ) () ) +("crestmont" ((nnp -10.016) ) () ) +("creswell" ((nnp -11.403) ) () ) +("cretaceous" ((jj -10.971) ) () ) +("crete" ((nnp -10.016) ) () ) +("crevasse" ((nn -11.747) ) () ) +("crevasses" ((nns -10.949) ) () ) +("crevices" ((nns -10.949) ) () ) +("crew" ((nn -10.137) (nnp -11.403) ) () ) +("crew-rest" ((nn -11.747) ) () ) +("crewcut" ((nn -11.747) ) () ) +("crews" ((nns -10.255) ) () ) +("crib" ((jj -10.971) (nn -11.054) ) () ) +("cricket" ((nn -11.747) ) () ) +("crier" ((nnp -10.709) ) () ) +("cries" ((vbz -9.926) ) () ) +("crime" ((nn -8.250) (nnp -11.403) ) () ) +("crime-busting" ((jj -10.971) ) () ) +("crime-fighting" ((jj -10.971) ) () ) +("crime-infested" ((jj -10.971) ) () ) +("crime-ridden" ((jj -10.971) ) () ) +("crimes" ((nns -7.953) ) () ) +("criminal" ((jj -6.928) (nn -11.054) (nnp -11.403) ) () ) +("criminal-justice" ((nn -11.747) ) () ) +("criminal-law" ((nn -11.747) ) () ) +("criminality" ((nn -10.360) ) () ) +("criminalize" ((vb -10.141) ) () ) +("criminals" ((nns -9.339) ) () ) +("crimped" ((jj -10.971) ) () ) +("crimping" ((vbg -9.539) ) () ) +("crippled" ((vbn -9.162) ) () ) +("cripples" ((nns -10.949) ) () ) +("crippling" ((jj -10.278) (vbg -9.539) ) () ) +("crisanti" ((nnp -11.403) ) () ) +("crisco" ((nnp -10.304) ) () ) +("crises" ((nns -8.869) ) () ) +("crisis" ((nn -8.009) ) () ) +("crisp" ((jj -10.971) (nnp -11.403) ) () ) +("criss-cross" ((vbp -9.367) ) () ) +("cristal" ((nnp -10.304) ) () ) +("cristiani" ((nnp -10.304) ) () ) +("criteria" ((nns -8.551) ) () ) +("criterion" ((nn -11.747) (nnp -11.403) ) () ) +("critic" ((nn -9.262) ) () ) +("critical" ((jj -7.475) ) () ) +("criticism" ((nn -8.163) (nnp -11.403) ) () ) +("criticisms" ((nns -9.339) ) () ) +("criticize" ((vb -8.755) (vbp -8.674) ) () ) +("criticized" ((vbd -7.893) (vbn -6.911) ) () ) +("criticizes" ((vbz -8.540) ) () ) +("criticizing" ((vbg -8.846) ) () ) +("critics" ((nns -7.037) ) () ) +("croak" ((vbp -9.367) ) () ) +("croaker" ((nn -11.054) ) () ) +("crocidolite" ((nn -10.137) ) () ) +("croissier" ((nnp -11.403) ) () ) +("croix" ((nnp -11.403) ) () ) +("cronies" ((nns -10.949) ) () ) +("cronkite" ((nnp -10.709) ) () ) +("cronyism" ((nn -11.747) ) () ) +("crook" ((nn -11.054) ) () ) +("crooked" ((jj -10.971) ) () ) +("crookery" ((nn -11.054) ) () ) +("crooks" ((nns -10.949) ) () ) +("croonen" ((nnp -11.403) ) () ) +("croons" ((vbz -9.926) ) () ) +("crop" ((nn -8.802) (vb -10.141) ) () ) +("cropped" ((vbn -9.855) ) () ) +("cropping" ((vbg -9.539) ) () ) +("crops" ((nns -8.464) ) () ) +("crosbie" ((nnp -11.403) ) () ) +("crosby" ((nnp -11.403) ) () ) +("cross" ((jj -10.971) (nn -11.747) (nnp -8.224) (vb -8.755) (vbp -9.367) ) () ) +("cross-bay" ((jj -10.971) ) () ) +("cross-blending" ((jj -10.278) ) () ) +("cross-border" ((jj -9.179) ) () ) +("cross-bred" ((vbd -10.291) ) () ) +("cross-connect" ((jj -10.278) ) () ) +("cross-margining" ((nn -11.747) ) () ) +("cross-market" ((jj -10.971) ) () ) +("cross-ownership" ((nn -11.054) ) () ) +("cross-pollinated" ((vbn -9.855) ) () ) +("cross-pollination" ((nn -11.747) ) () ) +("cross-purchase" ((jj -10.971) ) () ) +("cross-shareholdings" ((nns -10.949) ) () ) +("crossed" ((vbd -9.598) (vbn -8.246) ) () ) +("crosses" ((vbz -9.926) ) () ) +("crossfire" ((nn -11.747) (nnp -11.403) ) () ) +("crossing" ((vbg -8.440) ) () ) +("crossland" ((nnp -9.205) ) () ) +("crossroads" ((nns -10.949) ) () ) +("crotchety" ((jj -10.971) ) () ) +("crouch" ((nn -11.747) ) () ) +("crouched" ((vbd -10.291) (vbn -9.855) ) () ) +("crow" ((nn -11.747) ) () ) +("crowd" ((nn -8.702) (nnp -9.611) ) () ) +("crowded" ((jj -10.278) (vbd -10.291) (vbn -7.909) ) () ) +("crowds" ((nns -9.850) (vbz -9.926) ) () ) +("crowe" ((nnp -10.709) ) () ) +("crowed" ((vbn -9.855) ) () ) +("crowell" ((nnp -11.403) ) () ) +("crown" ((nn -10.137) (nnp -10.016) ) () ) +("crowned" ((vbn -9.855) ) () ) +("crowning" ((jj -10.971) ) () ) +("crowntuft" ((nnp -10.304) ) () ) +("crows" ((vbz -9.926) ) () ) +("crozier" ((nnp -11.403) ) () ) +("crres" ((nnp -10.709) ) () ) +("crs" ((nnp -11.403) (nns -10.949) ) () ) +("cru" ((nnp -11.403) ) () ) +("crucial" ((jj -7.570) ) () ) +("crucible" ((nn -11.054) ) () ) +("crude" ((jj -7.604) (nn -8.528) (nnp -10.709) ) () ) +("crude-oil" ((nn -11.054) ) () ) +("crude-steel" ((nn -11.747) ) () ) +("cruel" ((jj -9.362) ) () ) +("cruise" ((nn -10.360) (nnp -9.793) (vbp -9.367) ) () ) +("cruiser" ((nn -11.747) ) () ) +("cruisers" ((nns -10.949) ) () ) +("cruising" ((vbg -9.539) ) () ) +("crum" ((nnp -10.016) ) () ) +("crumble" ((vb -9.043) ) () ) +("crumbled" ((vbd -10.291) ) () ) +("crumbles" ((vbz -9.926) ) () ) +("crumbling" ((vbg -8.153) ) () ) +("crump" ((nnp -10.709) ) () ) +("crumpled" ((jj -10.971) (vbd -10.291) ) () ) +("crunch" ((nn -8.802) (vb -10.141) ) () ) +("crunched" ((vbd -10.291) ) () ) +("crunchier" ((jjr -7.346) ) () ) +("crusade" ((nn -10.137) ) () ) +("crusader" ((nn -11.747) (nnp -10.709) ) () ) +("crusaders" ((nnps -5.783) ) () ) +("crush" ((nn -9.801) (vb -9.043) ) () ) +("crushed" ((jj -10.278) (vbn -8.757) ) () ) +("crushing" ((vbg -8.846) ) () ) +("crust" ((nn -11.747) ) () ) +("crusty" ((jj -10.971) ) () ) +("crutch" ((nn -11.747) ) () ) +("crutcher" ((nnp -11.403) ) () ) +("cruz" ((nnp -11.403) ) () ) +("cry" ((nn -9.955) (vb -10.141) (vbp -9.367) ) () ) +("crying" ((vbg -9.539) ) () ) +("crystal" ((nn -9.667) (nnp -11.403) ) () ) +("crystal-lattice" ((jj -10.971) (nn -11.747) ) () ) +("crystals" ((nns -9.339) ) () ) +("cs" ((nnp -8.838) ) () ) +("csc" ((nnp -10.304) ) () ) +("csfb" ((nnp -11.403) ) () ) +("cst" ((nnp -11.403) ) () ) +("csv" ((nnp -11.403) ) () ) +("cuauhtemoc" ((nnp -11.403) ) () ) +("cub" ((nn -11.747) ) () ) +("cuba" ((nnp -9.205) ) () ) +("cuban" ((jj -8.774) (nnp -10.709) ) () ) +("cubans" ((nnps -6.119) ) () ) +("cube" ((nn -11.747) (nnp -11.403) ) () ) +("cubic" ((jj -8.199) ) () ) +("cubs" ((nnp -9.793) ) () ) +("cuckoo" ((nn -10.360) ) () ) +("cuckoos" ((nns -10.949) ) () ) +("cucumber" ((nn -11.747) ) () ) +("cuddeford" ((nnp -11.403) ) () ) +("cuddles" ((nnp -11.403) ) () ) +("cue" ((nn -11.054) ) () ) +("cuellar" ((nnp -11.403) ) () ) +("cues" ((nns -10.949) ) () ) +("cuff" ((vb -10.141) ) () ) +("cuisine" ((nn -10.648) (nnp -11.403) ) () ) +("cul" ((nn -11.747) ) () ) +("culled" ((vbn -9.855) ) () ) +("cullinet" ((nnp -10.304) ) () ) +("culminated" ((vbd -10.291) ) () ) +("culmination" ((nn -10.137) ) () ) +("culpa" ((nnp -11.403) ) () ) +("culpable" ((jj -10.971) ) () ) +("culprit" ((nn -10.137) ) () ) +("culprits" ((nns -10.255) ) () ) +("cult" ((nn -10.360) (nnp -11.403) ) () ) +("cultivated" ((vbn -9.855) ) () ) +("cultivates" ((vbz -9.926) ) () ) +("cultivating" ((vbg -9.539) ) () ) +("cultivation" ((nn -11.054) ) () ) +("cultural" ((jj -8.138) (nnp -11.403) ) () ) +("cultural-reform" ((nn -11.747) ) () ) +("culture" ((nn -7.875) (nnp -8.918) ) () ) +("cultures" ((nns -9.339) ) () ) +("culver" ((nnp -10.709) ) () ) +("cumbersome" ((jj -9.585) ) () ) +("cummins" ((nnp -9.611) ) () ) +("cumulative" ((jj -8.138) ) () ) +("cunningham" ((nnp -9.457) ) () ) +("cuomo" ((nnp -11.403) ) () ) +("cup" ((nn -10.137) (nnp -9.100) ) () ) +("cup-tote" ((nnp -11.403) ) () ) +("cupboard" ((nn -11.747) ) () ) +("cupertino" ((nnp -9.793) ) () ) +("cups" ((nns -10.255) ) () ) +("curators" ((nns -10.255) ) () ) +("curb" ((nn -11.747) (vb -7.006) ) () ) +("curbed" ((vbn -9.855) ) () ) +("curbing" ((vbg -7.342) ) () ) +("curbs" ((nns -8.646) ) () ) +("curdling" ((nnp -11.403) ) () ) +("cure" ((nn -11.054) (vb -8.532) ) () ) +("cured" ((vbn -9.162) ) () ) +("cures" ((nns -10.949) ) () ) +("curing" ((vbg -9.539) ) () ) +("curiosity" ((nn -11.747) ) () ) +("curious" ((jj -10.278) ) () ) +("curiously" ((nnp -11.403) ) () ) +("curl" ((vb -10.141) ) () ) +("curled" ((vbd -9.598) ) () ) +("curly" ((jj -10.971) ) () ) +("curran" ((nnp -10.709) ) () ) +("currencies" ((nns -7.311) ) () ) +("currency" ((nn -6.943) (nnp -10.709) ) () ) +("currency-exchange" ((jj -10.971) ) () ) +("current" ((jj -5.225) (nn -9.801) (nnp -10.709) ) () ) +("current-account" ((jj -9.585) ) () ) +("current-carrying" ((jj -8.892) ) () ) +("currently" ((nnp -10.016) (rb -4.981) ) () ) +("currents" ((nns -10.949) ) () ) +("curriculum" ((nn -10.360) ) () ) +("currier" ((nnp -11.403) ) () ) +("curry" ((nnp -11.403) (vb -9.043) ) () ) +("curse" ((nn -11.747) ) () ) +("cursed" ((vbd -10.291) ) () ) +("curses" ((nns -10.949) ) () ) +("cursing" ((nn -11.747) ) () ) +("curt" ((nnp -11.403) ) () ) +("curtail" ((vb -7.839) (vbp -9.367) ) () ) +("curtailed" ((vbd -10.291) (vbn -8.246) ) () ) +("curtailment" ((nn -11.747) ) () ) +("curtains" ((nns -10.949) ) () ) +("curtin" ((nnp -10.709) ) () ) +("curtis" ((nnp -10.709) ) () ) +("curtly" ((rb -9.606) ) () ) +("curtness" ((nn -11.747) ) () ) +("curve" ((nn -10.648) ) () ) +("curzio" ((nnp -10.304) ) () ) +("cushion" ((nn -9.549) (vb -9.448) ) () ) +("cushioned" ((vbn -8.757) ) () ) +("cushioning" ((nn -11.747) (vbg -9.539) ) () ) +("cushman" ((nnp -10.016) ) () ) +("custody" ((nn -10.648) ) () ) +("custom" ((nn -11.054) (nnp -11.403) ) () ) +("custom-chip" ((jj -10.971) ) () ) +("custom-designed" ((jj -10.971) ) () ) +("custom-die" ((nn -11.747) ) () ) +("custom-made" ((jj -10.971) ) () ) +("custom-tailored" ((jj -10.278) ) () ) +("customarily" ((rb -10.299) ) () ) +("customary" ((jj -9.362) ) () ) +("customer" ((nn -7.604) ) () ) +("customer-access" ((nn -11.747) ) () ) +("customer-service" ((jj -10.971) ) () ) +("customers" ((nns -5.778) ) () ) +("customized" ((jj -10.971) (vbn -9.162) ) () ) +("customs" ((nnp -10.709) (nns -9.003) ) () ) +("customs-clearance" ((nn -11.747) ) () ) +("cut" ((jj -10.278) (nn -7.403) (vb -5.469) (vbd -6.680) (vbn -5.984) (vbp -8.268) ) () ) +("cut-rate" ((jj -10.971) ) () ) +("cutback" ((nn -11.054) ) () ) +("cutbacks" ((nnp -11.403) (nns -8.551) ) () ) +("cute" ((jj -9.872) ) () ) +("cutler" ((nnp -9.611) ) () ) +("cutoff" ((nn -11.747) ) () ) +("cutrer" ((nnp -10.709) ) () ) +("cuts" ((nns -6.530) (vbz -7.729) ) () ) +("cutters" ((nns -10.949) ) () ) +("cutthroat" ((jj -10.278) ) () ) +("cutting" ((1 -4.727) (jj -10.971) (nn -9.955) (vbg -5.955) ) () ) +("cutting-tools" ((nns -10.949) ) () ) +("cutty" ((nnp -11.403) ) () ) +("cuvees" ((nns -10.949) ) () ) +("cuyahoga" ((nnp -11.403) ) () ) +("cwa" ((nnp -10.709) ) () ) +("cy" ((nnp -11.403) ) () ) +("cyanamid" ((nnp -11.403) ) () ) +("cyanide-laced" ((jj -10.971) ) () ) +("cyber" ((nnp -10.709) ) () ) +("cycads" ((nns -9.850) ) () ) +("cycle" ((nn -8.702) (nnp -10.709) ) () ) +("cycles" ((nns -8.464) ) () ) +("cyclical" ((jj -8.669) ) () ) +("cycling" ((nn -10.648) (nnp -10.709) (vbg -9.539) ) () ) +("cyclist" ((nn -11.054) ) () ) +("cyclists" ((nns -10.949) ) () ) +("cyclone" ((nnp -10.709) ) () ) +("cyclosporine" ((jj -10.971) (nn -10.648) ) () ) +("cyd" ((nnp -11.403) ) () ) +("cynic" ((jj -10.971) ) () ) +("cynical" ((jj -10.278) ) () ) +("cynically" ((rb -10.299) ) () ) +("cynicism" ((nn -10.648) ) () ) +("cynthia" ((nnp -9.611) ) () ) +("cynwyd" ((nnp -10.709) ) () ) +("cypress" ((nnp -9.457) ) () ) +("cyprus" ((nnp -11.403) ) () ) +("cyrus" ((nnp -11.403) ) () ) +("czar" ((nn -11.054) ) () ) +("czars" ((nns -10.255) ) () ) +("czech" ((jj -9.872) (nnp -11.403) ) () ) +("czechoslovak" ((jj -10.971) ) () ) +("czechoslovakia" ((nnp -9.793) ) () ) +("czechs" ((nnps -7.729) ) () ) +("czeslaw" ((nnp -11.403) ) () ) +("d" ((nnp -9.323) (sym -3.401) ) () ) +("d&b" ((nn -11.747) (nnp -10.709) ) () ) +("d'administration" ((nnp -11.403) ) () ) +("d'agosto" ((nnp -11.403) ) () ) +("d'alene" ((nnp -11.403) ) () ) +("d'amato" ((nnp -11.403) ) () ) +("d'amiante" ((nnp -11.403) ) () ) +("d'amico" ((nnp -10.709) ) () ) +("d'arcy" ((nnp -9.457) ) () ) +("d'etre" ((fw -5.416) ) () ) +("d'exploitation" ((nnp -11.403) ) () ) +("d'harnoncourt" ((nnp -11.403) ) () ) +("d-mass." ((nnp -11.403) ) () ) +("d." ((nnp -6.385) ) () ) +("d.c" ((nnp -10.304) ) () ) +("d.c." ((nnp -8.001) ) () ) +("d.c.-based" ((jj -9.872) ) () ) +("d.s" ((nnp -11.403) ) () ) +("d.s." ((nnp -11.403) ) () ) +("d.t" ((nnp -11.403) ) () ) +("d.t." ((nnp -8.630) ) () ) +("dabble" ((vb -10.141) ) () ) +("dabney" ((nnp -11.403) ) () ) +("dabs" ((vbz -9.926) ) () ) +("dad" ((nn -11.747) (nnp -10.304) ) () ) +("dade" ((nnp -11.403) ) () ) +("dae" ((nnp -11.403) ) () ) +("daewoo" ((nnp -11.403) ) () ) +("daf" ((nnp -9.323) ) () ) +("daffynition" ((nn -10.648) (nnp -10.304) ) () ) +("daggs" ((nnp -10.709) ) () ) +("dahl" ((nnp -10.709) ) () ) +("dai-ichi" ((nnp -10.016) ) () ) +("daiei" ((nnp -11.403) ) () ) +("daignault" ((nnp -11.403) ) () ) +("daihatsu" ((nnp -10.304) ) () ) +("dailies" ((nns -9.339) ) () ) +("daily" ((jj -6.694) (nn -10.648) (nnp -8.358) (rb -7.466) ) () ) +("daim" ((nnp -10.709) ) () ) +("daimler" ((nnp -10.709) ) () ) +("daimler-benz" ((nnp -9.457) ) () ) +("dain" ((nnp -10.709) ) () ) +("dain-sponsored" ((jj -10.971) ) () ) +("dairy" ((nn -10.137) ) () ) +("daisy" ((nnp -11.403) ) () ) +("daiwa" ((nn -11.747) (nnp -7.937) ) () ) +("dakota" ((nnp -9.611) ) () ) +("dakotas" ((nnps -7.729) ) () ) +("dalai" ((nnp -10.304) ) () ) +("dalbar" ((nnp -10.304) ) () ) +("dale" ((nnp -9.323) ) () ) +("daley" ((nnp -11.403) ) () ) +("dali" ((nnp -10.016) ) () ) +("dalis" ((nnps -7.729) ) () ) +("dalkon" ((nnp -10.016) ) () ) +("dallara" ((nnp -10.016) ) () ) +("dallas" ((nnp -7.112) ) () ) +("dallas-barcelona" ((nnp -11.403) ) () ) +("dallas-based" ((jj -8.892) ) () ) +("dalliances" ((nns -10.949) ) () ) +("dalton" ((nnp -10.304) ) () ) +("daly" ((nnp -8.918) ) () ) +("dam" ((nn -10.648) ) () ) +("damage" ((nn -7.132) (vb -8.755) (vbp -9.367) ) () ) +("damaged" ((jj -9.362) (vbd -8.681) (vbn -6.911) ) () ) +("damages" ((nns -7.235) (vbz -9.233) ) () ) +("damaging" ((jj -9.179) (vbg -8.440) ) () ) +("damascus" ((nnp -10.304) ) () ) +("dame" ((nnp -10.016) ) () ) +("damn" ((jj -10.971) (nn -11.747) (rb -9.201) (uh -4.477) ) () ) +("damn-the-torpedoes" ((jj -10.971) ) () ) +("damned" ((rb -10.299) ) () ) +("damonne" ((nnp -11.403) ) () ) +("damp" ((jj -10.278) (vb -8.062) ) () ) +("damped" ((vbn -9.162) (vbp -9.367) ) () ) +("dampen" ((vb -10.141) ) () ) +("dampened" ((vbd -10.291) ) () ) +("damper" ((nn -10.360) ) () ) +("damping" ((vbg -8.846) ) () ) +("dan" ((nnp -8.838) ) () ) +("dana" ((nnp -11.403) ) () ) +("dana-farber" ((nnp -11.403) ) () ) +("dance" ((nn -9.262) (vb -9.448) ) () ) +("dance-committee" ((jj -10.971) ) () ) +("dancer" ((nn -11.054) ) () ) +("dancers" ((nns -10.255) ) () ) +("dances" ((nns -10.255) ) () ) +("dancing" ((nn -11.054) (vbg -8.846) ) () ) +("dandy" ((jj -10.971) ) () ) +("danforth" ((nnp -10.709) ) () ) +("dang" ((nnp -10.709) ) () ) +("danger" ((nn -8.611) ) () ) +("dangerous" ((jj -7.752) ) () ) +("dangerously" ((rb -9.201) ) () ) +("dangers" ((nns -9.157) ) () ) +("dangled" ((vbn -9.855) ) () ) +("dangling" ((vbg -9.539) ) () ) +("daniel" ((nnp -8.144) ) () ) +("daniels" ((nnp -11.403) ) () ) +("danilo" ((nnp -11.403) ) () ) +("danish" ((jj -10.278) ) () ) +("danny" ((nnp -9.793) ) () ) +("danville" ((nnp -10.709) ) () ) +("danzig" ((nnp -11.403) ) () ) +("dapper" ((jj -10.971) ) () ) +("dapuzzo" ((nnp -9.100) ) () ) +("dare" ((vb -10.141) (vbp -9.367) ) () ) +("dared" ((vbd -10.291) ) () ) +("daremblum" ((nnp -11.403) ) () ) +("darien" ((nnp -11.403) ) () ) +("daring" ((jj -10.971) ) () ) +("dark" ((jj -8.774) (nn -10.648) (nnp -11.403) ) () ) +("dark-blue" ((jj -10.971) ) () ) +("dark-squared" ((jj -10.971) ) () ) +("darker" ((jjr -8.039) ) () ) +("darkly" ((rb -10.299) ) () ) +("darkness" ((nn -11.747) ) () ) +("darla" ((nnp -11.403) ) () ) +("darling" ((nn -10.360) ) () ) +("darlings" ((nns -10.949) ) () ) +("darlow" ((nnp -11.403) ) () ) +("darman" ((nnp -7.906) ) () ) +("darman's" ((nnp -11.403) ) () ) +("darned" ((rb -10.299) ) () ) +("darrell" ((nnp -11.403) ) () ) +("dart" ((nn -11.747) ) () ) +("dart-throwing" ((nn -11.747) ) () ) +("dartboard" ((nn -11.747) ) () ) +("darth" ((nnp -11.403) ) () ) +("darts" ((nn -11.747) ) () ) +("darwin" ((nnp -10.709) ) () ) +("darwinian" ((jj -10.278) ) () ) +("dash" ((nn -11.747) (nnp -10.304) (vb -10.141) ) () ) +("dashboard" ((nn -11.054) ) () ) +("dashed" ((vbd -10.291) (vbn -8.469) ) () ) +("dass" ((fw -4.723) ) () ) +("dassault" ((nn -11.747) (nnp -9.457) ) () ) +("dassault-breguet" ((nnp -11.403) ) () ) +("dat" ((nnp -10.304) ) () ) +("data" ((1 -2.162) (nn -8.913) (nnp -7.490) (nnps -5.937) (nns -6.353) ) () ) +("data-processing" ((jj -10.971) (nn -10.648) ) () ) +("data-service" ((jj -10.971) ) () ) +("data-storage" ((jj -9.585) ) () ) +("data-storing" ((jj -10.971) ) () ) +("data-transmission" ((nn -11.747) ) () ) +("database" ((nn -10.137) ) () ) +("databases" ((nns -10.949) ) () ) +("datapoint" ((nnp -9.005) ) () ) +("dataproducts" ((nnp -8.630) (nnps -5.649) ) () ) +("datatimes" ((nnp -10.709) ) () ) +("datatronic" ((nnp -10.304) ) () ) +("date" ((nn -7.416) (vb -9.448) (vbp -9.367) ) () ) +("dated" ((jj -9.872) (vbn -7.776) ) () ) +("dates" ((nns -9.003) (vbz -9.233) ) () ) +("dating" ((nnp -11.403) (vbg -7.460) ) () ) +("datson" ((nnp -11.403) ) () ) +("datuk" ((nnp -11.403) ) () ) +("dauchy" ((nnp -10.709) ) () ) +("daugherty" ((nnp -11.403) ) () ) +("daughter" ((nn -9.182) ) () ) +("daughters" ((nns -9.157) ) () ) +("daunted" ((vbd -10.291) ) () ) +("daunting" ((jj -10.278) (vbg -9.539) ) () ) +("dave" ((jj -10.971) (nnp -9.100) ) () ) +("davenport" ((nnp -11.403) ) () ) +("david" ((nnp -6.475) ) () ) +("davidow" ((nnp -11.403) ) () ) +("davids" ((nnp -11.403) ) () ) +("davies" ((nnp -10.709) ) () ) +("davis" ((nnp -7.714) ) () ) +("davison" ((nnp -10.709) ) () ) +("dawdling" ((vbg -9.539) ) () ) +("dawn" ((nn -10.137) ) () ) +("dawning" ((vbg -8.440) ) () ) +("dawns" ((vbz -9.926) ) () ) +("dax" ((nnp -10.016) ) () ) +("day" ((nn -5.948) (nnp -8.838) ) () ) +("day-by-day" ((jj -10.278) ) () ) +("day-care" ((nn -11.747) ) () ) +("day-long" ((jj -10.278) ) () ) +("day-to-day" ((jj -8.892) ) () ) +("day-today" ((jj -10.971) ) () ) +("dayac" ((nnp -11.403) ) () ) +("daybreak" ((nn -11.747) (nnp -11.403) ) () ) +("daylight" ((nnp -11.403) ) () ) +("days" ((nn -10.648) (nnps -7.729) (nns -4.760) ) () ) +("days." ((nn -11.054) (nns -10.949) ) () ) +("daytime" ((jj -10.971) ) () ) +("dayton" ((nnp -9.100) ) () ) +("daytona" ((nnp -11.403) ) () ) +("daywatch" ((nnp -11.403) ) () ) +("daze" ((nn -11.747) (nnp -11.403) ) () ) +("dazzling" ((jj -9.872) ) () ) +("dbl" ((nnp -11.403) ) () ) +("dc-10" ((nnp -10.304) ) () ) +("dc-8-62" ((nn -11.747) ) () ) +("dc-9" ((nnp -11.403) ) () ) +("dc10-30" ((nn -11.054) ) () ) +("dd" ((nnp -9.005) ) () ) +("ddb" ((nnp -9.611) ) () ) +("ddg-51" ((nnp -11.403) ) () ) +("ddi" ((nnp -11.403) ) () ) +("de" ((fw -2.049) (in -7.779) (jj -10.971) (nnp -7.432) ) () ) +("de-facto" ((jj -10.971) ) () ) +("de-stocking" ((nn -11.747) ) () ) +("dea" ((nn -11.747) (nnp -9.611) ) () ) +("deacon" ((nnp -11.403) ) () ) +("deactivates" ((vbz -9.926) ) () ) +("dead" ((jj -7.927) (nn -11.054) (rb -9.606) ) () ) +("dead-eyed" ((jj -10.971) ) () ) +("deadbeats" ((nns -10.255) ) () ) +("deadliest" ((jjs -7.523) ) () ) +("deadline" ((nn -8.250) ) () ) +("deadlines" ((nns -9.339) ) () ) +("deadlock" ((nn -11.747) ) () ) +("deadlocked" ((jj -10.971) (vbn -9.855) ) () ) +("deadly" ((jj -10.278) ) () ) +("deadwood" ((nn -11.054) ) () ) +("deaf" ((jj -10.971) ) () ) +("deafening" ((vbg -9.539) ) () ) +("deak" ((nnp -10.709) ) () ) +("deal" ((nn -6.494) (nnp -10.304) (vb -7.146) (vbp -7.757) ) () ) +("deal-making" ((nn -11.747) ) () ) +("dealer" ((nn -8.083) ) () ) +("dealer-led" ((jj -10.971) ) () ) +("dealer-manager" ((nn -11.054) ) () ) +("dealer-to-dealer" ((jj -10.278) ) () ) +("dealers" ((nnp -10.304) (nnps -5.937) (nns -6.000) ) () ) +("dealership" ((nn -9.349) ) () ) +("dealerships" ((nns -9.003) ) () ) +("dealing" ((nn -10.648) (vbg -6.320) ) () ) +("dealings" ((nns -7.858) ) () ) +("dealmakers" ((nns -10.949) ) () ) +("deals" ((nns -6.686) (vbz -9.233) ) () ) +("dealt" ((vbd -9.598) (vbn -8.063) ) () ) +("dean" ((nn -11.054) (nnp -7.876) ) () ) +("deane" ((nnp -11.403) ) () ) +("dear" ((nnp -10.709) (rb -10.299) ) () ) +("dearborn" ((nnp -9.793) ) () ) +("dearie" ((nnp -11.403) ) () ) +("dearly" ((rb -9.606) ) () ) +("dearth" ((nn -11.054) ) () ) +("death" ((nn -7.416) (nnp -11.403) ) () ) +("death-penalty" ((jj -10.971) (nn -10.360) ) () ) +("death-sentence" ((nn -11.747) ) () ) +("deaths" ((nnp -11.403) (nns -7.904) ) () ) +("deaver" ((nnp -9.100) ) () ) +("deb" ((nnp -9.611) ) () ) +("debacle" ((nn -9.108) ) () ) +("debacles" ((nns -10.949) ) () ) +("debasement" ((nn -11.747) ) () ) +("debatable" ((jj -10.971) ) () ) +("debate" ((nn -7.721) (vb -9.448) ) () ) +("debates" ((nns -8.751) ) () ) +("debating" ((vbg -8.846) ) () ) +("debenture" ((nn -9.349) (nnp -11.403) ) () ) +("debentures" ((nns -6.805) ) () ) +("debilitating" ((jj -10.971) ) () ) +("debora" ((nnp -11.403) ) () ) +("deborah" ((nnp -10.016) ) () ) +("debris" ((nn -9.955) ) () ) +("debt" ((nn -5.690) ) () ) +("debt-burdened" ((jj -10.971) ) () ) +("debt-coverage" ((jj -10.971) ) () ) +("debt-equity" ((jj -10.278) (nn -11.747) ) () ) +("debt-financed" ((jj -9.585) ) () ) +("debt-for-environment" ((nn -11.747) ) () ) +("debt-happy" ((jj -10.971) ) () ) +("debt-heavy" ((jj -10.971) ) () ) +("debt-laden" ((jj -10.971) ) () ) +("debt-limit" ((nn -9.262) ) () ) +("debt-rating" ((jj -10.278) ) () ) +("debt-reduction" ((nn -10.648) ) () ) +("debt-ridden" ((jj -9.872) ) () ) +("debt-service" ((jj -10.971) ) () ) +("debt-to-equity" ((jj -10.278) ) () ) +("debtholders" ((nns -10.255) ) () ) +("debts" ((nns -8.115) ) () ) +("debunk" ((vb -9.448) ) () ) +("debussy" ((nnp -11.403) ) () ) +("debut" ((nn -8.974) (vb -10.141) ) () ) +("debuted" ((vbd -10.291) ) () ) +("dec" ((nnp -9.100) ) () ) +("dec." ((nnp -6.828) (vb -10.141) ) () ) +("decade" ((nn -7.498) ) () ) +("decade-long" ((jj -9.179) ) () ) +("decadence" ((nn -11.054) ) () ) +("decadent" ((jj -10.971) ) () ) +("decades" ((nns -7.858) ) () ) +("decades-old" ((jj -10.278) ) () ) +("decapitalize" ((vbp -9.367) ) () ) +("decay" ((nn -11.747) ) () ) +("decedent" ((nn -11.747) ) () ) +("deceive" ((vb -10.141) ) () ) +("deceived" ((vbd -10.291) (vbn -9.855) ) () ) +("decelerated" ((vbn -9.855) ) () ) +("decelerating" ((vbg -8.846) ) () ) +("december" ((nnp -6.914) ) () ) +("decency" ((nn -11.747) ) () ) +("decent" ((jj -8.892) ) () ) +("decentralization" ((nn -11.747) ) () ) +("decentralized" ((jj -10.971) (vbn -9.855) ) () ) +("deception" ((nn -11.747) ) () ) +("deceptive" ((jj -9.025) ) () ) +("decertified" ((vbn -9.855) ) () ) +("decide" ((vb -6.291) (vbp -7.287) ) () ) +("decided" ((vbd -6.057) (vbn -6.677) ) () ) +("decidedly" ((rb -8.690) ) () ) +("decides" ((vbz -7.441) ) () ) +("deciding" ((jj -10.971) (vbg -6.766) ) () ) +("decimal" ((jj -10.278) (nn -11.054) ) () ) +("decimated" ((vbn -9.855) ) () ) +("decision" ((nn -6.532) ) () ) +("decision-makers" ((nns -10.949) ) () ) +("decision-making" ((nn -11.054) ) () ) +("decisions" ((nns -7.142) ) () ) +("decisive" ((jj -9.362) ) () ) +("decisively" ((rb -9.606) ) () ) +("decisiveness" ((nn -11.747) ) () ) +("deck" ((nn -9.801) ) () ) +("decked" ((vbn -9.855) ) () ) +("decker" ((nnp -8.512) ) () ) +("decking" ((vbg -9.539) ) () ) +("decks" ((nns -10.255) ) () ) +("declan" ((nnp -10.709) ) () ) +("declaration" ((nn -9.349) (nnp -11.403) ) () ) +("declarations" ((nns -10.255) ) () ) +("declare" ((vb -8.532) ) () ) +("declared" ((vbd -6.764) (vbn -7.457) ) () ) +("declares" ((vbz -8.134) ) () ) +("declaring" ((vbg -7.342) ) () ) +("declasse" ((jj -10.971) ) () ) +("decline" ((nn -6.537) (vb -6.676) (vbp -7.064) ) () ) +("declined" ((vbd -4.879) (vbn -6.860) ) () ) +("decliners" ((nns -8.869) ) () ) +("declines" ((nns -6.715) (vbz -6.930) ) () ) +("declining" ((jj -10.278) (vbg -5.496) ) () ) +("decommissoned" ((jj -10.971) ) () ) +("deconcini" ((nnp -9.323) ) () ) +("deconstructed" ((jj -10.971) ) () ) +("decontrol" ((nn -11.747) ) () ) +("decor" ((nn -11.054) ) () ) +("decorated" ((vbn -8.246) ) () ) +("decoration" ((nn -11.054) ) () ) +("decorative" ((jj -9.872) ) () ) +("decorator" ((nn -11.747) ) () ) +("decorators" ((nns -10.949) ) () ) +("decoy" ((nn -11.747) ) () ) +("decoys" ((nns -10.949) ) () ) +("decrease" ((nn -9.801) (vb -7.744) (vbp -9.367) ) () ) +("decreased" ((vbd -8.499) (vbn -8.757) ) () ) +("decreasing" ((vbg -9.539) ) () ) +("decree" ((nn -10.648) ) () ) +("decreed" ((vbn -9.855) ) () ) +("decribed" ((vbd -10.291) ) () ) +("decried" ((vbd -10.291) ) () ) +("decries" ((vbz -9.926) ) () ) +("decrying" ((vbg -9.539) ) () ) +("dederick" ((nnp -11.403) ) () ) +("dedicated" ((jj -10.278) (vbn -9.162) ) () ) +("dedication" ((nn -11.054) ) () ) +("deduces" ((vbz -9.926) ) () ) +("deduct" ((vb -8.755) ) () ) +("deductibility" ((nn -10.137) ) () ) +("deductible" ((jj -8.892) ) () ) +("deductibles" ((nns -10.255) ) () ) +("deducting" ((vbg -9.539) ) () ) +("deduction" ((nn -9.262) ) () ) +("deductions" ((nns -8.310) ) () ) +("deeds" ((nns -9.850) ) () ) +("deem" ((vbp -9.367) ) () ) +("deemed" ((vbd -10.291) (vbn -8.246) ) () ) +("deems" ((vbz -9.926) ) () ) +("deep" ((jj -7.675) (nnp -10.709) (rb -9.201) ) () ) +("deep-discount" ((jj -10.971) ) () ) +("deep-pocketed" ((jj -10.971) ) () ) +("deepened" ((vbd -10.291) ) () ) +("deepening" ((vbg -8.153) ) () ) +("deeper" ((jjr -5.555) (rbr -6.321) ) () ) +("deepest" ((jjs -7.523) ) () ) +("deeply" ((rb -7.466) ) () ) +("deer" ((nns -10.949) ) () ) +("deere" ((nnp -10.709) ) () ) +("deerfield" ((nnp -10.709) ) () ) +("defamation" ((nn -11.747) ) () ) +("defamatory" ((jj -10.278) ) () ) +("default" ((nn -8.451) (vb -9.043) ) () ) +("defaulted" ((jj -10.278) (vbd -9.598) (vbn -9.855) ) () ) +("defaulters" ((nns -10.949) ) () ) +("defaulting" ((vbg -8.846) ) () ) +("defaults" ((nns -8.464) ) () ) +("defazio" ((nnp -11.403) ) () ) +("defeat" ((nn -10.360) (vb -9.043) ) () ) +("defeated" ((vbd -9.598) (vbn -8.063) ) () ) +("defeats" ((nns -10.949) (vbz -9.233) ) () ) +("defect" ((nn -10.137) ) () ) +("defected" ((vbd -10.291) ) () ) +("defecting" ((vbg -8.846) ) () ) +("defection" ((nn -11.747) ) () ) +("defections" ((nns -9.850) ) () ) +("defective" ((jj -9.362) ) () ) +("defects" ((nns -8.646) ) () ) +("defend" ((vb -6.846) (vbp -8.674) ) () ) +("defendant" ((nn -8.702) ) () ) +("defendants" ((nns -7.235) ) () ) +("defended" ((vbd -7.988) (vbn -8.757) ) () ) +("defender" ((nn -10.648) ) () ) +("defenders" ((nns -9.850) ) () ) +("defending" ((vbg -7.342) ) () ) +("defends" ((vbz -8.134) ) () ) +("defense" ((nn -6.841) (nnp -7.714) ) () ) +("defense-electronics" ((jj -10.971) (nns -10.949) ) () ) +("defense-oriented" ((jj -10.971) ) () ) +("defense-procurement" ((nn -11.747) ) () ) +("defense-related" ((jj -10.971) ) () ) +("defense-suppression" ((nn -11.747) ) () ) +("defenseless" ((jj -10.971) ) () ) +("defenses" ((nns -8.646) ) () ) +("defensible" ((jj -10.971) ) () ) +("defensive" ((jj -7.927) (nn -9.801) ) () ) +("defensiveness" ((nn -11.747) ) () ) +("defer" ((vb -8.532) ) () ) +("deference" ((nn -11.747) ) () ) +("deferred" ((jj -10.971) (vbn -8.246) ) () ) +("deferring" ((vbg -7.930) ) () ) +("defiance" ((nn -11.747) ) () ) +("defiantly" ((rb -9.606) ) () ) +("deficiencies" ((nns -9.003) ) () ) +("deficiency" ((nn -9.667) ) () ) +("deficit" ((nn -7.046) ) () ) +("deficit-cutting" ((jj -9.585) (nn -11.747) ) () ) +("deficit-racked" ((jj -10.971) ) () ) +("deficit-reduction" ((jj -9.025) (nn -8.656) ) () ) +("deficit-ridden" ((jj -10.971) ) () ) +("deficitcutting" ((nn -11.747) ) () ) +("deficits" ((nns -9.003) ) () ) +("defied" ((vbd -9.598) ) () ) +("define" ((vb -8.755) ) () ) +("defined" ((vbd -9.598) (vbn -7.658) ) () ) +("defines" ((vbz -8.540) ) () ) +("defining" ((vbg -9.539) ) () ) +("definite" ((jj -9.585) ) () ) +("definitely" ((rb -8.102) ) () ) +("definition" ((nn -9.108) ) () ) +("definitions" ((nns -10.255) ) () ) +("definitive" ((jj -7.675) ) () ) +("definitively" ((rb -8.690) ) () ) +("deflate" ((vb -10.141) ) () ) +("deflated" ((vbn -9.855) ) () ) +("deflator" ((nn -11.747) ) () ) +("deflators" ((nns -10.949) ) () ) +("deflect" ((vb -10.141) ) () ) +("deflected" ((vbd -10.291) ) () ) +("deflecting" ((vbg -9.539) ) () ) +("deformed" ((vbn -9.855) ) () ) +("defraud" ((vb -8.532) ) () ) +("defrauded" ((vbd -9.598) (vbn -9.162) ) () ) +("defrauding" ((vbg -8.153) ) () ) +("defunct" ((jj -9.025) (vb -10.141) ) () ) +("defuse" ((vb -9.043) ) () ) +("defy" ((vbp -9.367) ) () ) +("defying" ((vbg -9.539) ) () ) +("degenerated" ((vbd -10.291) (vbn -9.855) ) () ) +("degenerative" ((jj -10.971) ) () ) +("degradation" ((nn -11.747) ) () ) +("degraded" ((jj -10.971) ) () ) +("degrading" ((jj -10.971) ) () ) +("degree" ((nn -8.702) ) () ) +("degrees" ((nns -9.003) ) () ) +("dehumidified" ((jj -10.971) ) () ) +("dei" ((fw -5.416) ) () ) +("deja" ((nn -11.054) ) () ) +("del" ((dt -10.581) (fw -4.317) (nnp -8.458) ) () ) +("del." ((nnp -9.100) ) () ) +("del.-based" ((jj -10.971) ) () ) +("delamuraz" ((nnp -11.403) ) () ) +("delaney" ((nnp -10.304) ) () ) +("delaware" ((nnp -8.184) ) () ) +("delay" ((nn -8.702) (nnp -10.304) (vb -7.006) (vbp -9.367) ) () ) +("delayed" ((jj -9.362) (vbd -8.681) (vbn -7.216) ) () ) +("delaying" ((1 -4.727) (vbg -7.930) ) () ) +("delays" ((nns -7.422) (vbz -9.926) ) () ) +("delbert" ((nnp -11.403) ) () ) +("delchamps" ((nnp -10.016) ) () ) +("delectable" ((jj -10.971) ) () ) +("delectably" ((rb -10.299) ) () ) +("delegate" ((nn -10.648) (nnp -11.403) (vb -9.448) ) () ) +("delegates" ((nns -9.562) ) () ) +("delegating" ((vbg -9.539) ) () ) +("delegation" ((nn -9.955) ) () ) +("delete" ((vb -10.141) ) () ) +("deleted" ((vbn -9.162) ) () ) +("deleterious" ((jj -10.971) ) () ) +("deleting" ((vbg -9.539) ) () ) +("delhi" ((nnp -10.016) ) () ) +("deli" ((nns -10.949) ) () ) +("deliberate" ((jj -9.362) (vb -10.141) ) () ) +("deliberately" ((rb -7.734) ) () ) +("deliberation" ((nn -11.747) ) () ) +("deliberations" ((nns -9.339) ) () ) +("deliberative" ((jj -10.971) ) () ) +("delicacy" ((nn -11.747) ) () ) +("delicate" ((jj -9.179) ) () ) +("delicately" ((rb -10.299) ) () ) +("delicious" ((jj -10.971) (nnp -8.569) ) () ) +("delight" ((nn -11.747) (vbp -9.367) ) () ) +("delighted" ((jj -10.278) (vbn -9.855) ) () ) +("delightful" ((jj -10.971) ) () ) +("delightfully" ((rb -10.299) ) () ) +("delinquencies" ((nns -10.949) ) () ) +("delinquency" ((nn -11.747) ) () ) +("delinquent" ((jj -9.872) ) () ) +("deliriously" ((rb -10.299) ) () ) +("delisting" ((nn -11.054) ) () ) +("deliver" ((vb -6.707) (vbp -8.674) ) () ) +("delivered" ((vbd -9.192) (vbn -6.636) ) () ) +("deliveries" ((nn -11.747) (nns -8.646) ) () ) +("delivering" ((vbg -7.342) ) () ) +("delivers" ((vbz -8.828) ) () ) +("delivery" ((nn -7.193) ) () ) +("dell" ((nnp -8.694) ) () ) +("della" ((nnp -8.458) ) () ) +("dellums" ((nnp -10.016) ) () ) +("delmed" ((nnp -8.569) ) () ) +("delmont" ((nnp -11.403) ) () ) +("deloitte" ((nnp -8.458) ) () ) +("deloitte-touche" ((nnp -10.304) ) () ) +("delors" ((nnp -11.403) ) () ) +("delousing" ((vbg -9.539) ) () ) +("delphi" ((nnp -11.403) ) () ) +("delta" ((jj -10.278) (nn -9.667) (nnp -7.876) ) () ) +("deltacorp" ((nn -11.054) (nnp -9.457) ) () ) +("deluge" ((nn -10.648) ) () ) +("deluged" ((vbd -10.291) (vbn -9.855) ) () ) +("delusion" ((nn -11.747) ) () ) +("deluxe" ((jj -10.278) ) () ) +("delved" ((vbn -9.855) ) () ) +("delving" ((nn -11.747) ) () ) +("delwin" ((nnp -11.403) ) () ) +("demagogic" ((jj -10.971) ) () ) +("demagoguery" ((nn -11.747) ) () ) +("demand" ((nn -6.559) (vb -7.308) (vbp -7.287) ) () ) +("demanded" ((vbd -7.806) (vbn -8.469) ) () ) +("demanding" ((jj -10.971) (vbg -7.747) ) () ) +("demands" ((nns -7.515) (vbz -8.828) ) () ) +("demeanor" ((nn -11.054) ) () ) +("demeanors" ((nns -10.949) ) () ) +("dementia" ((nn -10.360) ) () ) +("demilitarize" ((vb -10.141) ) () ) +("demise" ((nn -9.444) ) () ) +("demler" ((nnp -10.304) ) () ) +("demme" ((nnp -11.403) ) () ) +("demo" ((nn -11.054) ) () ) +("democracies" ((nns -10.255) ) () ) +("democracy" ((nn -8.379) (nnp -9.611) ) () ) +("democrat" ((nnp -8.001) ) () ) +("democratic" ((jj -6.708) (nnp -8.918) ) () ) +("democratic-controlled" ((jj -9.872) ) () ) +("democratization" ((nn -11.747) ) () ) +("democratize" ((vb -10.141) ) () ) +("democratized" ((vbn -9.855) ) () ) +("democrats" ((nnp -9.793) (nnps -3.879) (nns -8.241) ) () ) +("demographic" ((jj -10.278) ) () ) +("demographically" ((rb -10.299) ) () ) +("demographics" ((nns -9.850) ) () ) +("demography" ((nn -11.747) ) () ) +("demolish" ((vb -10.141) ) () ) +("demolished" ((vbn -9.855) ) () ) +("demolishing" ((vbg -8.846) ) () ) +("demolition" ((nn -11.747) ) () ) +("demon" ((nn -10.137) ) () ) +("demonic" ((jj -10.278) ) () ) +("demonized" ((vbn -9.855) ) () ) +("demonizing" ((nn -11.747) ) () ) +("demonologist" ((nn -11.747) ) () ) +("demons" ((nns -10.255) ) () ) +("demonstrate" ((vb -8.532) (vbp -8.674) ) () ) +("demonstrated" ((vbd -8.905) (vbn -8.246) ) () ) +("demonstrates" ((vbz -8.317) ) () ) +("demonstrating" ((vbg -9.539) ) () ) +("demonstration" ((nn -9.955) ) () ) +("demonstrations" ((nns -9.157) ) () ) +("demonstrators" ((nns -9.003) ) () ) +("demoted" ((vbn -9.162) ) () ) +("demotion" ((nn -11.747) ) () ) +("dempsey" ((nnp -10.016) ) () ) +("demunn" ((nnp -11.403) ) () ) +("demurs" ((vbz -9.926) ) () ) +("den" ((nn -10.648) (nnp -10.709) ) () ) +("deng" ((nnp -9.205) ) () ) +("denial" ((nn -11.054) ) () ) +("denied" ((vbd -6.995) (vbn -6.811) ) () ) +("denies" ((vbz -6.835) ) () ) +("denigration" ((nn -11.747) ) () ) +("denims" ((nns -10.949) ) () ) +("denise" ((nnp -11.403) ) () ) +("denizens" ((nns -10.949) ) () ) +("denlea" ((nnp -10.709) ) () ) +("denmark" ((nnp -10.304) ) () ) +("dennehy" ((nnp -11.403) ) () ) +("dennis" ((nnp -8.311) ) () ) +("denny" ((nnp -10.304) ) () ) +("denominated" ((vbn -8.757) ) () ) +("denomination" ((nn -11.747) ) () ) +("denominations" ((nns -9.157) ) () ) +("denounce" ((vb -10.141) (vbp -9.367) ) () ) +("denounced" ((vbd -8.499) (vbn -9.162) ) () ) +("denouncing" ((vbg -8.440) ) () ) +("denrees" ((nnp -11.403) ) () ) +("dense" ((jj -10.278) ) () ) +("dent" ((nn -10.648) ) () ) +("dental" ((jj -9.585) ) () ) +("dentist" ((nn -11.054) ) () ) +("dentists" ((nns -10.255) ) () ) +("denton" ((nnp -11.403) ) () ) +("dentsu" ((nnp -8.694) ) () ) +("denuclearized" ((vbn -9.855) ) () ) +("denude" ((vb -10.141) ) () ) +("denver" ((nnp -8.107) ) () ) +("denver-based" ((jj -9.362) ) () ) +("deny" ((vb -7.433) (vbp -7.757) ) () ) +("denying" ((vbg -7.342) ) () ) +("deodorant" ((nn -11.747) ) () ) +("deoxyribonucleic" ((jj -10.971) ) () ) +("depart" ((vb -10.141) (vbp -9.367) ) () ) +("departed" ((vbd -9.192) ) () ) +("departing" ((vbg -8.440) ) () ) +("department" ((nn -6.910) (nnp -5.986) ) () ) +("department-store" ((jj -10.278) (nn -9.262) ) () ) +("departments" ((nnp -10.709) (nns -7.904) ) () ) +("departure" ((nn -8.281) ) () ) +("departures" ((nns -8.869) ) () ) +("depend" ((vb -7.657) (vbp -7.981) ) () ) +("depended" ((vbd -8.681) (vbn -9.855) ) () ) +("dependence" ((nn -9.955) ) () ) +("dependent" ((jj -8.892) ) () ) +("dependents" ((nns -10.255) ) () ) +("depending" ((vbg -6.649) ) () ) +("depends" ((vbz -7.093) ) () ) +("depict" ((vbp -8.674) ) () ) +("depicted" ((vbn -8.469) ) () ) +("depicting" ((vbg -8.440) ) () ) +("depiction" ((nn -11.054) ) () ) +("depicts" ((vbz -8.828) ) () ) +("deplete" ((vb -10.141) ) () ) +("depleted" ((vbd -10.291) (vbn -9.162) ) () ) +("depletes" ((vbz -9.926) ) () ) +("depletion" ((nn -10.137) ) () ) +("deplorable" ((jj -10.278) ) () ) +("deplores" ((vbz -9.926) ) () ) +("deploring" ((vbg -9.539) ) () ) +("deployed" ((vbd -10.291) (vbn -8.246) ) () ) +("deployment" ((nn -11.054) ) () ) +("deportation" ((nn -11.747) ) () ) +("deposed" ((vbn -9.855) ) () ) +("deposit" ((nn -8.220) (nnp -8.569) (vb -10.141) ) () ) +("depositary" ((1 -4.727) (jj -9.025) (nn -10.137) ) () ) +("deposited" ((vbd -10.291) (vbn -9.855) ) () ) +("depositing" ((vbg -9.539) ) () ) +("depositions" ((nns -9.562) ) () ) +("depositors" ((nns -9.339) ) () ) +("depository" ((jj -9.585) (nn -9.444) ) () ) +("deposits" ((nns -6.871) ) () ) +("deposits-a" ((nnp -11.403) ) () ) +("depot" ((nn -11.747) (nnp -11.403) ) () ) +("depots" ((nns -10.949) ) () ) +("depreciated" ((vbd -10.291) ) () ) +("depreciation" ((nn -9.039) ) () ) +("depredations" ((nns -10.949) ) () ) +("depress" ((vb -8.755) (vbp -8.674) ) () ) +("depressant" ((nn -11.747) ) () ) +("depressed" ((jj -8.486) (vbd -9.192) (vbn -7.457) ) () ) +("depresses" ((vbz -9.233) ) () ) +("depressing" ((jj -10.971) (vbg -9.539) ) () ) +("depression" ((nn -9.349) (nnp -9.793) ) () ) +("deprive" ((vb -8.755) ) () ) +("deprived" ((1 -4.727) (vbn -9.162) ) () ) +("deprives" ((vbz -9.926) ) () ) +("depriving" ((vbg -9.539) ) () ) +("deprogrammings" ((nns -10.949) ) () ) +("dept." ((nnp -11.403) ) () ) +("depth" ((nn -10.137) ) () ) +("depths" ((nns -10.949) ) () ) +("deputies" ((nns -9.339) ) () ) +("deputy" ((jj -8.081) (nn -8.569) (nnp -10.016) ) () ) +("der" ((jjr -8.039) (nn -11.747) (nnp -11.403) ) () ) +("derail" ((vb -9.043) ) () ) +("derailed" ((vbn -9.855) ) () ) +("derailing" ((vbg -9.539) ) () ) +("derby" ((nnp -11.403) ) () ) +("deregulate" ((vb -10.141) ) () ) +("deregulated" ((vbn -9.855) ) () ) +("deregulation" ((nn -9.262) ) () ) +("derek" ((nnp -10.304) ) () ) +("derel" ((nnp -11.403) ) () ) +("dereliction" ((nn -11.747) ) () ) +("derided" ((vbd -10.291) (vbn -9.855) ) () ) +("derision" ((nn -11.054) ) () ) +("derisively" ((rb -10.299) ) () ) +("derivation" ((nn -11.747) ) () ) +("derivative" ((jj -8.332) (nn -11.747) ) () ) +("derivatives" ((nns -9.562) ) () ) +("derive" ((vb -10.141) ) () ) +("derived" ((vbn -8.469) ) () ) +("derives" ((vbz -8.828) ) () ) +("deriving" ((vbg -9.539) ) () ) +("dermatological" ((jj -10.971) ) () ) +("derogation" ((nn -11.747) ) () ) +("derogatory" ((jj -10.278) ) () ) +("derr" ((nnp -10.304) ) () ) +("derriere" ((nn -11.747) ) () ) +("derring-do" ((nn -11.054) ) () ) +("deryck" ((nnp -11.403) ) () ) +("des" ((fw -4.030) (nnp -9.005) ) () ) +("desai" ((nnp -11.403) ) () ) +("desarrollo" ((nnp -11.403) ) () ) +("desc" ((nnp -10.304) ) () ) +("descendant" ((nn -11.054) ) () ) +("descendants" ((nns -10.949) ) () ) +("descended" ((vbd -10.291) ) () ) +("descending" ((vbg -8.440) ) () ) +("descends" ((vbz -9.926) ) () ) +("descent" ((nn -10.648) ) () ) +("descents" ((nns -10.949) ) () ) +("descenza" ((nnp -11.403) ) () ) +("describe" ((vb -8.532) (vbp -7.981) ) () ) +("described" ((vbd -7.400) (vbn -6.911) ) () ) +("describes" ((vbz -7.528) ) () ) +("describing" ((vbg -7.342) ) () ) +("description" ((nn -11.054) ) () ) +("descriptions" ((nns -10.949) ) () ) +("desecration" ((nn -11.054) ) () ) +("deseret" ((nnp -9.793) ) () ) +("desert" ((nn -9.262) (nnp -10.016) ) () ) +("desert-battle" ((jj -10.971) ) () ) +("deserted" ((vbn -9.162) ) () ) +("deserts" ((nns -10.949) ) () ) +("deserve" ((vb -8.755) (vbp -7.757) ) () ) +("deserved" ((vbd -10.291) ) () ) +("deserves" ((vbz -7.980) ) () ) +("desheng" ((nnp -11.403) ) () ) +("design" ((nn -7.918) (nnp -10.016) (vb -7.744) ) () ) +("designate" ((jj -10.971) ) () ) +("designated" ((nnp -11.403) (vbn -7.776) ) () ) +("designates" ((vbz -9.926) ) () ) +("designating" ((vbg -9.539) ) () ) +("designation" ((nn -10.648) ) () ) +("designations" ((nns -10.949) ) () ) +("designed" ((vbd -9.192) (vbn -5.424) ) () ) +("designees" ((nns -10.949) ) () ) +("designer" ((nn -8.913) ) () ) +("designers" ((nns -9.003) ) () ) +("designing" ((vbg -7.930) ) () ) +("designs" ((nns -8.646) (vbz -9.233) ) () ) +("desirable" ((jj -8.573) ) () ) +("desire" ((nn -8.451) (vbp -9.367) ) () ) +("desired" ((vbd -10.291) (vbn -8.469) ) () ) +("desires" ((nns -10.949) ) () ) +("desist" ((vb -10.141) ) () ) +("desk" ((nn -9.349) ) () ) +("desk-top" ((jj -10.971) ) () ) +("desks" ((nns -8.646) ) () ) +("desktop" ((jj -10.278) (nn -9.955) (nnp -10.709) ) () ) +("desmond" ((nnp -11.403) ) () ) +("desolate" ((jj -10.971) ) () ) +("despair" ((nn -10.648) ) () ) +("despairing" ((jj -10.971) ) () ) +("despairs" ((vbz -9.926) ) () ) +("desperate" ((jj -8.669) ) () ) +("desperately" ((rb -7.901) ) () ) +("desperation" ((nn -11.747) ) () ) +("despicable" ((jj -10.971) ) () ) +("despise" ((vb -10.141) ) () ) +("despised" ((vbn -9.855) ) () ) +("despite" ((in -5.654) ) () ) +("despondency" ((nn -11.747) ) () ) +("dessert" ((nn -11.747) ) () ) +("dessert-menu" ((nn -11.747) ) () ) +("destabilize" ((vb -10.141) ) () ) +("destabilizing" ((jj -10.278) (vbg -9.539) ) () ) +("destec" ((nnp -11.403) ) () ) +("destination" ((nn -10.360) ) () ) +("destinations" ((nns -9.850) ) () ) +("destined" ((vbn -9.162) ) () ) +("destiny" ((nn -10.648) ) () ) +("destroy" ((vb -7.744) (vbp -9.367) ) () ) +("destroyed" ((vbd -8.905) (vbn -7.909) ) () ) +("destroyer" ((nn -11.747) ) () ) +("destroying" ((vbg -8.153) ) () ) +("destroys" ((vbz -9.926) ) () ) +("destruction" ((nn -9.349) ) () ) +("destructive" ((jj -9.872) ) () ) +("detail" ((nn -9.182) ) () ) +("detailed" ((jj -8.406) (vbn -7.776) ) () ) +("detailing" ((vbg -7.460) ) () ) +("details" ((nnp -11.403) (nns -6.790) ) () ) +("detailsman" ((nn -11.747) ) () ) +("detained" ((vbn -9.855) ) () ) +("detect" ((vb -8.532) ) () ) +("detectable" ((jj -10.278) ) () ) +("detected" ((vbd -9.192) (vbn -8.757) ) () ) +("detective" ((nn -10.648) ) () ) +("detective-story" ((nn -11.747) ) () ) +("detectives" ((nns -10.949) ) () ) +("detector" ((nn -11.747) ) () ) +("detectors" ((nns -9.562) ) () ) +("detention" ((nn -11.054) ) () ) +("deter" ((vb -8.062) (vbp -9.367) ) () ) +("detergent" ((nn -10.137) ) () ) +("detergents" ((nns -10.255) ) () ) +("deteriorate" ((vb -9.448) (vbp -8.674) ) () ) +("deteriorated" ((jj -10.971) (vbd -10.291) (vbn -8.469) ) () ) +("deteriorates" ((vbz -9.926) ) () ) +("deteriorating" ((jj -10.971) (vbg -7.141) ) () ) +("deterioration" ((nn -8.913) ) () ) +("determination" ((nn -10.648) ) () ) +("determine" ((vb -6.809) (vbp -8.268) ) () ) +("determined" ((jj -10.278) (vbd -8.681) (vbn -6.359) ) () ) +("determines" ((vbz -9.233) ) () ) +("determining" ((vbg -7.342) ) () ) +("deterrant" ((jj -10.971) ) () ) +("deterred" ((vbd -10.291) ) () ) +("deterrent" ((nn -11.054) ) () ) +("deterrents" ((nns -10.255) ) () ) +("deterring" ((vbg -9.539) ) () ) +("deters" ((vbz -9.926) ) () ) +("dethroned" ((vbn -9.855) ) () ) +("detour" ((nn -11.054) ) () ) +("detract" ((vb -10.141) ) () ) +("detractors" ((nns -10.949) ) () ) +("detracts" ((vbz -9.926) ) () ) +("detriment" ((nn -10.648) ) () ) +("detrimental" ((jj -10.278) ) () ) +("detroit" ((nnp -8.184) ) () ) +("detroit-based" ((jj -10.971) ) () ) +("detroit-over-san" ((jj -10.971) ) () ) +("detroit-to-tokyo" ((jj -10.971) ) () ) +("deukmejian" ((nnp -10.016) ) () ) +("deutsche" ((fw -5.416) (nn -11.747) (nnp -8.630) ) () ) +("deux" ((fw -5.416) ) () ) +("devaluation" ((nn -9.444) ) () ) +("devaluations" ((nns -10.949) ) () ) +("devalued" ((vbd -10.291) ) () ) +("devans" ((nnp -11.403) ) () ) +("devario" ((nnp -10.709) ) () ) +("devastated" ((jj -10.971) (vbd -10.291) (vbn -9.855) ) () ) +("devastating" ((jj -8.774) (vbg -8.440) ) () ) +("devastatingly" ((rb -10.299) ) () ) +("devastation" ((nn -10.648) ) () ) +("develop" ((vb -6.081) (vbp -7.981) ) () ) +("developed" ((jj -10.278) (vbd -7.113) (vbn -6.118) ) () ) +("developer" ((nn -8.345) (nnp -11.403) ) () ) +("developers" ((nns -7.547) ) () ) +("developing" ((jj -10.971) (vbg -5.689) ) () ) +("developing-country" ((jj -9.362) ) () ) +("development" ((nn -6.697) (nnp -7.292) ) () ) +("developments" ((nnp -10.709) (nnps -6.630) (nns -7.858) ) () ) +("develops" ((vbz -8.134) ) () ) +("devesa" ((nnp -11.403) ) () ) +("deviant" ((jj -10.971) ) () ) +("deviated" ((vbd -10.291) ) () ) +("deviation" ((nn -9.667) ) () ) +("deviations" ((nns -10.949) ) () ) +("device" ((nn -8.281) ) () ) +("devices" ((nnp -10.709) (nnps -6.119) (nns -7.098) ) () ) +("devillars" ((nnp -11.403) ) () ) +("devils" ((nns -10.255) ) () ) +("devious" ((jj -10.971) ) () ) +("devise" ((vb -8.532) (vbp -9.367) ) () ) +("devised" ((vbd -9.192) (vbn -8.063) ) () ) +("devoe" ((nnp -10.709) ) () ) +("devoid" ((jj -10.278) ) () ) +("devon" ((nnp -10.304) ) () ) +("devote" ((vb -8.532) ) () ) +("devoted" ((jj -9.872) (vbd -10.291) (vbn -8.063) ) () ) +("devotees" ((nns -10.949) ) () ) +("devotes" ((vbz -9.926) ) () ) +("devotion" ((nn -11.747) ) () ) +("devouring" ((vbg -9.539) ) () ) +("dew-sodden" ((jj -10.971) ) () ) +("dewhurst" ((nnp -11.403) ) () ) +("dewitt" ((nnp -11.403) ) () ) +("dexterity" ((nn -11.747) ) () ) +("dfc" ((nnp -10.016) ) () ) +("dg" ((nnp -11.403) ) () ) +("dgault" ((nnp -11.403) ) () ) +("dhawk" ((nnp -11.403) ) () ) +("di" ((fw -4.723) (nnp -10.016) ) () ) +("diabetes" ((nn -11.054) ) () ) +("diabetics" ((nns -10.255) ) () ) +("diagnosed" ((vbd -10.291) (vbn -9.855) ) () ) +("diagnosing" ((vbg -9.539) ) () ) +("diagnosis" ((nn -10.360) ) () ) +("diagnostic" ((jj -8.774) ) () ) +("diagramming" ((vbg -9.539) ) () ) +("dial" ((nn -10.648) (vb -9.448) ) () ) +("dialects" ((nns -9.850) ) () ) +("dialing" ((nn -11.747) (vbg -8.846) ) () ) +("dialogue" ((nn -9.182) ) () ) +("dials" ((nns -10.949) ) () ) +("dialysis" ((nn -10.360) ) () ) +("diamandis" ((nnp -10.304) ) () ) +("diamond" ((nn -9.549) (nnp -9.323) ) () ) +("diamond-star" ((nnp -11.403) ) () ) +("diamonds" ((nns -8.751) ) () ) +("dian" ((nnp -10.709) ) () ) +("diana" ((nnp -9.793) ) () ) +("diane" ((nnp -10.709) ) () ) +("diaper" ((nn -11.054) ) () ) +("diapers" ((nns -10.255) ) () ) +("diaries" ((nns -9.562) ) () ) +("diaz" ((nnp -11.403) ) () ) +("diazepam" ((nn -11.747) ) () ) +("dibenzofurans" ((nns -10.949) ) () ) +("dice" ((nns -10.255) ) () ) +("dick" ((nnp -8.838) ) () ) +("dickered" ((vbd -10.291) ) () ) +("dickering" ((nn -11.747) ) () ) +("dickinson" ((nnp -11.403) ) () ) +("dicks" ((nnp -11.403) ) () ) +("dictaphone" ((nn -11.747) (nnp -9.100) ) () ) +("dictate" ((vb -9.448) (vbp -8.674) ) () ) +("dictated" ((vbd -10.291) (vbn -9.855) ) () ) +("dictates" ((nns -10.949) ) () ) +("dictating" ((nn -11.747) ) () ) +("dictation" ((nn -10.648) ) () ) +("dictator" ((nn -9.108) ) () ) +("dictators" ((nns -9.157) ) () ) +("dictatorship" ((nn -11.054) ) () ) +("dictatorships" ((nns -10.949) ) () ) +("dictionary" ((nnp -11.403) ) () ) +("dictum" ((nn -11.747) ) () ) +("did" ((vbd -3.906) ) () ) +("didactic" ((jj -10.971) ) () ) +("didion" ((nnp -10.709) ) () ) +("die" ((nn -11.747) (vb -7.369) (vbp -8.268) ) () ) +("die-hard" ((jj -10.278) ) () ) +("die-hards" ((nns -10.949) ) () ) +("diebel" ((nnp -10.709) ) () ) +("died" ((vbd -6.890) (vbn -7.553) ) () ) +("diego" ((jj -10.971) (nnp -8.407) ) () ) +("diego-based" ((jj -10.278) ) () ) +("diehards" ((nns -10.949) ) () ) +("dieppe" ((nnp -11.403) ) () ) +("dies" ((vbz -8.540) ) () ) +("diesel" ((jj -10.971) (nn -10.648) (nnp -11.403) ) () ) +("diesels" ((nns -10.949) ) () ) +("diet" ((nn -9.801) (nnp -10.709) ) () ) +("dieter" ((nnp -11.403) ) () ) +("dieting" ((nn -11.747) ) () ) +("differ" ((vb -9.043) (vbp -8.268) ) () ) +("differed" ((vbd -10.291) ) () ) +("difference" ((nn -7.652) ) () ) +("differences" ((nns -7.311) ) () ) +("different" ((jj -5.987) ) () ) +("differential" ((nn -11.747) ) () ) +("differentials" ((nns -9.003) ) () ) +("differentiate" ((vb -10.141) ) () ) +("differentiated" ((jj -10.971) ) () ) +("differentiating" ((vbg -9.539) ) () ) +("differently" ((rb -8.690) ) () ) +("differing" ((vbg -8.153) ) () ) +("differs" ((vbz -9.926) ) () ) +("difficult" ((jj -6.517) ) () ) +("difficulties" ((nns -7.547) ) () ) +("difficulty" ((nn -8.702) ) () ) +("dig" ((nn -11.747) (vb -10.141) ) () ) +("digate" ((nnp -10.304) ) () ) +("digest" ((nnp -9.611) (vb -9.448) ) () ) +("digested" ((vbn -9.855) ) () ) +("digesting" ((vbg -9.539) ) () ) +("digging" ((nn -11.747) (vbg -9.539) ) () ) +("digital" ((jj -9.025) (nn -11.747) (nnp -6.984) ) () ) +("digits" ((nns -9.562) ) () ) +("dignified" ((jj -10.971) ) () ) +("dignify" ((vb -10.141) ) () ) +("dignitaries" ((nns -10.949) ) () ) +("dignity" ((nn -10.648) ) () ) +("digs" ((nns -9.562) (vbz -8.828) ) () ) +("dilemma" ((nn -10.137) ) () ) +("dileo" ((nnp -11.403) ) () ) +("diligence" ((nn -11.747) ) () ) +("dill" ((nnp -11.403) ) () ) +("dillard" ((nnp -10.304) ) () ) +("diller" ((nnp -11.403) ) () ) +("dillmann" ((nnp -10.709) ) () ) +("dillon" ((nnp -9.611) ) () ) +("diloreto" ((nnp -11.403) ) () ) +("dilute" ((vb -8.350) ) () ) +("diluted" ((1 -4.727) (jj -9.585) (vbn -7.553) ) () ) +("diluting" ((vbg -9.539) ) () ) +("dilution" ((nn -10.137) ) () ) +("dilutive" ((jj -9.362) ) () ) +("dilzem" ((nnp -11.403) ) () ) +("dime" ((nn -11.747) (nnp -11.403) ) () ) +("dimension" ((nn -10.648) ) () ) +("dimensions" ((nns -10.949) ) () ) +("dimes" ((nns -10.949) ) () ) +("diming" ((nn -11.747) ) () ) +("diminish" ((vb -8.755) (vbp -9.367) ) () ) +("diminished" ((jj -10.278) (vbn -7.457) ) () ) +("diminishing" ((vbg -8.846) ) () ) +("diminution" ((nn -11.747) ) () ) +("dimly" ((rb -10.299) ) () ) +("diners" ((nns -10.255) ) () ) +("dingell" ((nnp -9.205) ) () ) +("dining" ((nn -11.054) ) () ) +("dinkiest" ((jjs -7.523) ) () ) +("dinkins" ((nnp -7.847) ) () ) +("dinner" ((nn -9.444) ) () ) +("dinners" ((nns -10.949) ) () ) +("dinosaur" ((nn -10.648) ) () ) +("dinosaurs" ((nns -10.255) ) () ) +("dionne" ((nnp -11.403) ) () ) +("dioxide" ((nn -9.549) ) () ) +("dioxins" ((nns -10.949) ) () ) +("dip" ((nn -11.747) (vb -8.755) ) () ) +("diphtheria" ((nn -11.747) ) () ) +("diploma" ((nn -11.747) ) () ) +("diplomacy" ((nn -11.054) ) () ) +("diplomat" ((nn -11.747) ) () ) +("diplomatic" ((jj -8.669) ) () ) +("diplomatically" ((rb -10.299) ) () ) +("diplomats" ((nns -9.562) ) () ) +("dipotassium" ((nn -11.747) ) () ) +("dipped" ((vbd -8.345) ) () ) +("dipping" ((vbg -9.539) ) () ) +("dips" ((nns -9.850) ) () ) +("dire" ((fw -4.723) (jj -9.025) ) () ) +("direct" ((jj -6.797) (nnp -9.611) (rb -10.299) (vb -8.350) ) () ) +("direct-investment" ((jj -10.971) ) () ) +("direct-mail" ((jj -9.179) (nn -11.747) ) () ) +("direct-mail-mogul" ((nn -11.747) ) () ) +("direct-marketing" ((nn -11.747) ) () ) +("direct-selling" ((jj -10.971) ) () ) +("direct-steelmaking" ((nn -11.747) ) () ) +("directed" ((vbd -8.681) (vbn -8.063) ) () ) +("directing" ((nn -11.747) (vbg -8.440) ) () ) +("direction" ((nn -7.897) ) () ) +("directionless" ((jj -10.278) ) () ) +("directions" ((nns -10.255) ) () ) +("directive" ((nn -11.747) ) () ) +("directives" ((nns -9.850) ) () ) +("directly" ((rb -5.778) ) () ) +("directmail" ((nn -11.747) ) () ) +("director" ((nn -6.060) (nnp -8.224) ) () ) +("director-general" ((nn -11.747) ) () ) +("directorate" ((nn -11.747) (nnp -10.709) ) () ) +("directorial" ((jj -10.278) ) () ) +("directories" ((nns -9.562) ) () ) +("directors" ((nnps -7.036) (nns -6.051) ) () ) +("directorship" ((nn -11.747) ) () ) +("directory" ((nn -10.648) (nnp -11.403) ) () ) +("directs" ((vbz -7.729) ) () ) +("dirk" ((nnp -10.709) ) () ) +("dirks" ((nnp -10.709) (nns -10.949) ) () ) +("dirt" ((nn -11.054) ) () ) +("dirtiest" ((jjs -6.830) ) () ) +("dirty" ((jj -9.872) ) () ) +("disabilities" ((nnp -10.709) (nns -10.255) ) () ) +("disability" ((nn -10.648) ) () ) +("disabled" ((jj -9.362) ) () ) +("disabling" ((vbg -9.539) ) () ) +("disadvantage" ((nn -9.549) ) () ) +("disadvantaged" ((jj -10.971) ) () ) +("disaffected" ((jj -10.971) ) () ) +("disaffection" ((nn -11.747) ) () ) +("disagree" ((vb -8.532) (vbp -6.882) ) () ) +("disagreeable" ((jj -10.971) ) () ) +("disagreed" ((vbd -9.192) (vbn -9.855) ) () ) +("disagreement" ((nn -9.667) ) () ) +("disagrees" ((vbz -8.828) ) () ) +("disallowed" ((vbd -10.291) ) () ) +("disappear" ((vb -8.350) (vbp -9.367) ) () ) +("disappearance" ((nn -10.360) ) () ) +("disappeared" ((vbd -8.905) ) () ) +("disappears" ((vbz -7.847) ) () ) +("disappointed" ((jj -8.774) (vbd -10.291) (vbn -7.457) ) () ) +("disappointing" ((jj -7.475) ) () ) +("disappointingly" ((rb -10.299) ) () ) +("disappointment" ((nn -8.974) ) () ) +("disappointments" ((nns -8.551) ) () ) +("disapproval" ((nn -11.054) ) () ) +("disapproved" ((vbd -10.291) (vbn -8.757) ) () ) +("disapproving" ((jj -10.971) ) () ) +("disarm" ((vb -9.043) ) () ) +("disarmament" ((nn -11.054) ) () ) +("disarming" ((vbg -9.539) ) () ) +("disarmingly" ((rb -10.299) ) () ) +("disarray" ((nn -9.262) ) () ) +("disassemble" ((vb -10.141) ) () ) +("disassociate" ((vb -10.141) ) () ) +("disaster" ((nn -7.835) ) () ) +("disaster-assistance" ((jj -10.971) ) () ) +("disaster-prone" ((jj -10.971) ) () ) +("disaster-recovery" ((nn -11.747) ) () ) +("disasters" ((nns -8.004) ) () ) +("disastrous" ((jj -9.585) ) () ) +("disastrously" ((rb -10.299) ) () ) +("disavowed" ((vbd -10.291) ) () ) +("disband" ((vb -9.043) ) () ) +("disbanded" ((vbn -9.855) ) () ) +("disbanding" ((nn -11.747) (vbg -8.846) ) () ) +("disbelief" ((nn -11.747) ) () ) +("disbursed" ((vbn -9.855) ) () ) +("disbursement" ((nn -11.747) ) () ) +("disbursements" ((nns -10.255) ) () ) +("disc" ((nn -11.747) (nnp -11.403) ) () ) +("discard" ((vb -9.448) ) () ) +("discarded" ((vbd -10.291) (vbn -8.246) ) () ) +("discernible" ((jj -10.971) ) () ) +("discerning" ((jj -10.971) ) () ) +("discerns" ((vbz -9.926) ) () ) +("discharge" ((nn -10.648) (vb -10.141) ) () ) +("discharges" ((nns -10.255) ) () ) +("discimination" ((nn -11.747) ) () ) +("disciples" ((nns -10.949) ) () ) +("disciplinary" ((jj -9.179) (nn -11.747) ) () ) +("discipline" ((nn -8.611) ) () ) +("disciplined" ((vbd -10.291) (vbn -8.063) ) () ) +("disclose" ((vb -6.380) ) () ) +("disclosed" ((jj -10.971) (vbd -6.653) (vbn -5.666) ) () ) +("discloses" ((vbz -9.233) ) () ) +("disclosing" ((vbg -7.747) ) () ) +("disclosure" ((nn -8.656) ) () ) +("disclosures" ((nns -8.751) ) () ) +("disco" ((nn -11.747) ) () ) +("discolored" ((vbn -9.855) ) () ) +("discombobulation" ((nn -11.747) ) () ) +("discomfit" ((vb -10.141) ) () ) +("discomfort" ((nn -11.747) ) () ) +("disconnect" ((vb -10.141) ) () ) +("disconnected" ((jj -10.971) (vbn -9.162) ) () ) +("discontent" ((nn -11.747) ) () ) +("discontinuation" ((nn -11.054) ) () ) +("discontinue" ((vb -9.448) ) () ) +("discontinued" ((jj -9.025) (vbn -6.965) ) () ) +("discontinuing" ((vbg -8.153) ) () ) +("discord" ((nn -11.747) ) () ) +("discordant" ((jj -10.971) ) () ) +("discos" ((nns -10.949) ) () ) +("discotheque" ((nn -11.747) ) () ) +("discount" ((jj -8.892) (nn -7.377) (nnp -10.304) (vb -9.043) ) () ) +("discount-borrowing" ((nn -11.747) ) () ) +("discount-coupon" ((nn -11.747) ) () ) +("discount-retailing" ((nn -11.054) ) () ) +("discount-toy" ((jj -10.971) ) () ) +("discounted" ((jj -10.278) (vbd -9.192) (vbn -7.658) ) () ) +("discounting" ((nn -9.182) (vbg -7.460) ) () ) +("discounts" ((nns -8.058) ) () ) +("discourage" ((vb -8.196) (vbp -8.674) ) () ) +("discouraged" ((jj -10.971) (vbd -9.598) (vbn -8.246) ) () ) +("discouragement" ((nn -11.054) ) () ) +("discourages" ((vbz -9.233) ) () ) +("discouraging" ((jj -10.971) (vbg -7.930) ) () ) +("discover" ((vb -8.532) (vbp -7.981) ) () ) +("discovered" ((vbd -7.295) (vbn -6.911) ) () ) +("discovering" ((vbg -8.440) ) () ) +("discovery" ((nn -9.955) (nnp -10.709) ) () ) +("discovision" ((nnp -9.457) ) () ) +("discredit" ((vb -9.043) ) () ) +("discredited" ((jj -10.971) (vbn -9.162) ) () ) +("discrediting" ((nn -11.747) ) () ) +("discreet" ((jj -10.971) ) () ) +("discreetly" ((rb -10.299) ) () ) +("discrepancies" ((nns -8.384) ) () ) +("discrepancy" ((nn -9.955) ) () ) +("discrete" ((jj -10.971) ) () ) +("discretion" ((nn -10.648) ) () ) +("discretionary" ((jj -8.573) ) () ) +("discriminating" ((vbg -8.440) ) () ) +("discrimination" ((nn -8.802) ) () ) +("discriminatory" ((jj -9.872) ) () ) +("discs" ((nns -10.949) ) () ) +("discuss" ((vb -6.357) (vbp -8.674) ) () ) +("discussed" ((vbd -8.681) (vbn -7.216) ) () ) +("discussing" ((vbg -6.448) ) () ) +("discussion" ((nn -8.913) ) () ) +("discussions" ((nns -7.211) ) () ) +("disdain" ((nn -10.648) (vb -10.141) ) () ) +("disdaining" ((vbg -9.539) ) () ) +("disease" ((nn -9.039) (nnp -10.304) ) () ) +("disease-resistant" ((jj -10.971) ) () ) +("diseased" ((jj -10.971) ) () ) +("diseases" ((nns -8.115) ) () ) +("disembark" ((vbp -9.367) ) () ) +("disembodied" ((jj -10.971) ) () ) +("disenchanted" ((jj -10.971) ) () ) +("disengage" ((vb -10.141) ) () ) +("disfavor" ((nn -11.747) ) () ) +("disgorge" ((vb -8.350) ) () ) +("disgrace" ((nn -11.747) ) () ) +("disgraceful" ((jj -10.971) ) () ) +("disgruntled" ((jj -9.872) (vbn -9.855) ) () ) +("disguise" ((vb -10.141) ) () ) +("disguised" ((jj -10.971) (vbn -8.469) ) () ) +("disguises" ((nns -10.949) ) () ) +("disgust" ((nn -11.054) ) () ) +("disgusted" ((jj -10.971) (vbn -9.162) ) () ) +("disgusting" ((jj -10.971) ) () ) +("dish" ((nn -10.648) ) () ) +("dishes" ((nns -10.255) ) () ) +("dishonest" ((jj -10.971) ) () ) +("dishonesty" ((nn -10.648) ) () ) +("dishonorable" ((jj -10.971) ) () ) +("dishwashers" ((nns -10.949) ) () ) +("disillusionment" ((nn -11.747) ) () ) +("disinclined" ((vbn -9.855) ) () ) +("disinflation" ((nn -11.747) ) () ) +("disingenuous" ((jj -10.971) ) () ) +("disintegrated" ((vbd -10.291) ) () ) +("disintegrating" ((vbg -8.846) ) () ) +("disinterested" ((jj -10.971) ) () ) +("disk" ((nn -8.379) ) () ) +("disk-drive" ((nn -10.648) ) () ) +("disks" ((nns -9.157) ) () ) +("dislike" ((nn -11.054) (vb -10.141) (vbp -8.674) ) () ) +("disliked" ((jj -10.971) ) () ) +("dislikes" ((nn -11.747) (vbz -9.926) ) () ) +("dislocation" ((nn -11.747) ) () ) +("dislocations" ((nns -10.949) ) () ) +("disloyal" ((jj -10.278) ) () ) +("disloyalty" ((nn -11.747) ) () ) +("dismal" ((jj -8.486) ) () ) +("dismantle" ((vb -8.532) ) () ) +("dismantled" ((vbn -9.162) ) () ) +("dismantling" ((vbg -9.539) ) () ) +("dismay" ((nn -11.747) ) () ) +("dismayed" ((jj -9.872) (vbn -9.162) ) () ) +("dismaying" ((jj -10.971) ) () ) +("dismiss" ((vb -8.196) (vbp -9.367) ) () ) +("dismissal" ((nn -9.108) ) () ) +("dismissed" ((vbd -7.806) (vbn -7.457) ) () ) +("dismisses" ((vbz -9.233) ) () ) +("dismissing" ((vbg -8.846) ) () ) +("disney" ((nnp -8.070) ) () ) +("disneyland" ((nnp -10.304) ) () ) +("disorder" ((nn -10.648) ) () ) +("disorderly" ((jj -9.872) ) () ) +("disorders" ((nns -9.157) ) () ) +("disparage" ((vb -10.141) ) () ) +("disparaged" ((vbd -10.291) ) () ) +("disparaging" ((vbg -8.846) ) () ) +("disparate" ((jj -9.585) ) () ) +("disparities" ((nns -10.949) ) () ) +("dispatch" ((nn -11.747) (vb -9.448) ) () ) +("dispatched" ((vbd -8.905) (vbn -9.162) ) () ) +("dispatchers" ((nns -10.949) ) () ) +("dispatches" ((nns -10.949) ) () ) +("dispatching" ((vbg -9.539) ) () ) +("dispel" ((vb -9.043) ) () ) +("dispelled" ((vbd -10.291) ) () ) +("dispensation" ((nn -11.747) ) () ) +("dispense" ((vb -10.141) (vbp -9.367) ) () ) +("dispensed" ((vbd -10.291) ) () ) +("dispensing" ((vbg -9.539) ) () ) +("dispersant" ((nn -10.360) ) () ) +("dispersants" ((nns -9.850) ) () ) +("dispersing" ((vbg -9.539) ) () ) +("displace" ((vb -10.141) ) () ) +("displaced" ((vbn -9.162) ) () ) +("displacing" ((nn -11.747) ) () ) +("display" ((nn -9.349) (vb -8.532) (vbp -8.674) ) () ) +("displayed" ((vbd -8.905) (vbn -8.757) ) () ) +("displaying" ((vbg -7.930) ) () ) +("displays" ((nns -9.157) (vbz -9.926) ) () ) +("displeased" ((jj -10.971) ) () ) +("displeases" ((vbz -9.926) ) () ) +("disposable" ((jj -8.486) ) () ) +("disposables" ((nns -10.949) ) () ) +("disposal" ((nn -9.444) ) () ) +("disposals" ((nns -9.850) ) () ) +("dispose" ((vb -8.532) ) () ) +("disposed" ((vbn -9.162) ) () ) +("disposes" ((vbz -9.926) ) () ) +("disposing" ((vbg -8.153) ) () ) +("disposition" ((nn -11.054) ) () ) +("dispositions" ((nns -10.949) ) () ) +("disposti" ((nnp -11.403) ) () ) +("disproportionate" ((jj -9.179) ) () ) +("disproportionately" ((rb -9.606) ) () ) +("disprove" ((vb -10.141) ) () ) +("disputada" ((nnp -11.403) ) () ) +("dispute" ((nn -7.758) (vb -10.141) (vbp -9.367) ) () ) +("dispute-settlement" ((jj -9.872) ) () ) +("disputed" ((jj -10.278) (vbd -9.192) (vbn -7.909) ) () ) +("disputes" ((nns -8.384) (vbz -8.828) ) () ) +("disqualified" ((vbn -9.855) ) () ) +("disquieting" ((jj -10.278) ) () ) +("disregarded" ((vbd -10.291) ) () ) +("disrupt" ((vb -7.839) ) () ) +("disrupted" ((vbd -9.192) (vbn -8.469) ) () ) +("disruption" ((nn -9.955) ) () ) +("disruptions" ((nns -9.003) ) () ) +("disruptive" ((jj -9.585) ) () ) +("dissatisfaction" ((nn -11.054) ) () ) +("dissatisfied" ((vbn -9.855) ) () ) +("dissected" ((vbn -9.855) ) () ) +("dissecting" ((vbg -9.539) ) () ) +("dissection" ((nn -11.747) ) () ) +("disseminate" ((vb -10.141) ) () ) +("disseminated" ((vbn -9.162) ) () ) +("disseminating" ((vbg -9.539) ) () ) +("dissemination" ((nn -10.137) ) () ) +("dissent" ((nn -9.667) ) () ) +("dissented" ((vbd -10.291) ) () ) +("dissenter" ((nn -11.747) ) () ) +("dissenters" ((nns -9.003) ) () ) +("dissenting" ((jj -10.278) ) () ) +("dissents" ((nns -9.562) ) () ) +("disservice" ((nn -11.054) ) () ) +("dissident" ((jj -8.774) (nn -10.648) (nnp -11.403) ) () ) +("dissident-shareholder" ((nn -11.747) ) () ) +("dissidents" ((nns -9.850) ) () ) +("dissimilar" ((jj -10.971) ) () ) +("dissipate" ((vb -10.141) ) () ) +("dissipates" ((vbz -9.926) ) () ) +("dissolution" ((nn -11.747) ) () ) +("dissolve" ((vb -9.043) ) () ) +("dissolved" ((vbn -8.757) ) () ) +("dissolves" ((vbz -9.926) ) () ) +("dissuade" ((vb -10.141) ) () ) +("distance" ((nn -9.444) (nnp -10.709) (vb -10.141) ) () ) +("distances" ((nns -10.949) ) () ) +("distancing" ((nn -11.747) (vbg -9.539) ) () ) +("distant" ((jj -9.025) ) () ) +("distaste" ((nn -11.054) ) () ) +("distasteful" ((jj -10.971) ) () ) +("distate" ((nn -11.747) ) () ) +("distilled" ((jj -10.971) (vbn -9.855) ) () ) +("distiller" ((nn -11.747) ) () ) +("distillers" ((nnp -11.403) ) () ) +("distillery" ((nn -11.747) ) () ) +("distinct" ((jj -9.025) ) () ) +("distinction" ((nn -10.360) ) () ) +("distinctions" ((nns -9.850) ) () ) +("distinctive" ((jj -9.025) ) () ) +("distinctively" ((rb -9.606) ) () ) +("distinctly" ((rb -10.299) ) () ) +("distinguish" ((vb -8.350) ) () ) +("distinguished" ((vbd -9.192) (vbn -9.855) ) () ) +("distort" ((vb -9.448) ) () ) +("distorted" ((jj -9.362) (vbn -8.757) ) () ) +("distortions" ((nns -10.949) ) () ) +("distract" ((vb -10.141) ) () ) +("distracted" ((vbd -10.291) (vbn -8.757) ) () ) +("distracting" ((jj -10.971) (vbg -8.440) ) () ) +("distraction" ((nn -11.054) ) () ) +("distractions" ((nns -10.949) ) () ) +("distress" ((nn -10.360) ) () ) +("distressed" ((jj -9.179) ) () ) +("distressful" ((jj -10.971) ) () ) +("distressing" ((jj -10.971) ) () ) +("distressingly" ((rb -10.299) ) () ) +("distributable" ((jj -10.278) ) () ) +("distribute" ((vb -7.577) (vbp -9.367) ) () ) +("distributed" ((vbd -10.291) (vbn -6.636) ) () ) +("distributer" ((nn -11.747) ) () ) +("distributes" ((vbz -8.317) ) () ) +("distributing" ((nn -11.747) (vbg -8.846) ) () ) +("distribution" ((nn -7.897) ) () ) +("distributions" ((nns -9.562) ) () ) +("distributor" ((nn -9.039) ) () ) +("distributors" ((nnps -7.729) (nns -8.646) ) () ) +("distributorship" ((nn -11.747) ) () ) +("district" ((jj -10.278) (nn -7.443) (nnp -7.765) ) () ) +("districts" ((nns -8.869) ) () ) +("distrust" ((nn -11.747) ) () ) +("disturb" ((vb -10.141) ) () ) +("disturbance" ((nn -11.747) ) () ) +("disturbances" ((nns -10.949) ) () ) +("disturbed" ((jj -10.971) ) () ) +("disturbing" ((jj -9.585) (vbg -8.846) ) () ) +("disturbs" ((vbz -9.926) ) () ) +("ditch" ((nn -11.054) ) () ) +("ditto" ((nn -11.747) ) () ) +("dive" ((nn -9.349) (vb -10.141) (vbp -9.367) ) () ) +("dived" ((vbd -10.291) ) () ) +("diverge" ((vb -10.141) ) () ) +("divergence" ((nn -10.137) ) () ) +("divergent" ((jj -10.278) ) () ) +("diverging" ((vbg -9.539) ) () ) +("diverse" ((jj -9.179) ) () ) +("diversifed" ((vbn -9.855) ) () ) +("diversification" ((nn -9.262) ) () ) +("diversified" ((jj -8.138) (nnp -10.016) (vbn -8.063) ) () ) +("diversify" ((vb -8.196) ) () ) +("diversifying" ((vbg -7.593) ) () ) +("diversion" ((nn -10.648) ) () ) +("diversionary" ((jj -10.971) ) () ) +("diversions" ((nns -10.255) ) () ) +("diversity" ((nn -9.955) ) () ) +("divert" ((vb -10.141) ) () ) +("diverted" ((vbn -7.658) ) () ) +("diverting" ((vbg -8.440) ) () ) +("dives" ((vbz -9.926) ) () ) +("divest" ((vb -9.043) ) () ) +("divested" ((jj -10.971) (vbd -10.291) ) () ) +("divesting" ((vbg -8.846) ) () ) +("divestiture" ((nn -9.262) ) () ) +("divestitures" ((nns -10.949) ) () ) +("divide" ((nn -11.747) (vb -9.448) (vbp -8.268) ) () ) +("divided" ((jj -10.971) (vbd -9.598) (vbn -6.597) ) () ) +("dividend" ((nn -6.902) ) () ) +("dividend-related" ((jj -10.278) ) () ) +("dividends" ((nns -6.923) ) () ) +("dividing" ((2 0.000) (vbg -9.539) ) () ) +("divine" ((nnp -11.403) ) () ) +("diving" ((jj -10.971) (nn -11.747) (vbg -9.539) ) () ) +("division" ((nn -6.559) (nnp -9.205) ) () ) +("divisional" ((jj -10.278) ) () ) +("divisions" ((nns -7.452) ) () ) +("divisive" ((jj -9.362) ) () ) +("divisiveness" ((nn -11.747) ) () ) +("divorce" ((nn -10.360) ) () ) +("divorced" ((vbd -10.291) (vbn -8.757) ) () ) +("divulge" ((vb -10.141) ) () ) +("divvied" ((vbn -9.855) ) () ) +("dixie" ((nnp -10.709) ) () ) +("dixiecrat" ((nnp -11.403) ) () ) +("dixon" ((nnp -10.709) ) () ) +("dizziness" ((nn -11.747) ) () ) +("dizzying" ((jj -9.025) (vbg -8.846) ) () ) +("dj" ((nnp -11.403) ) () ) +("djia" ((nnp -9.611) ) () ) +("dlc" ((nnp -10.709) ) () ) +("dlj" ((nnp -9.611) ) () ) +("dna" ((nn -11.054) (nnp -10.016) ) () ) +("do" ((vb -4.392) (vbp -2.942) ) () ) +("do-everything" ((jj -10.971) ) () ) +("do-gooder" ((jj -10.971) ) () ) +("do-gooders" ((nns -10.949) ) () ) +("do-it-yourself" ((jj -10.971) ) () ) +("doak" ((nnp -11.403) ) () ) +("dobi" ((nnp -11.403) ) () ) +("dobson" ((nnp -11.403) ) () ) +("doc" ((nnp -11.403) ) () ) +("dock" ((nn -10.648) ) () ) +("docket" ((nn -11.747) ) () ) +("dockets" ((nns -10.949) ) () ) +("doctor" ((nn -8.802) (nnp -11.403) (vb -10.141) ) () ) +("doctorate" ((nn -11.747) ) () ) +("doctoring" ((nn -11.747) ) () ) +("doctors" ((nns -7.813) ) () ) +("doctrine" ((nn -10.137) (nnp -10.709) ) () ) +("docudrama" ((nn -11.054) ) () ) +("docudramas" ((nns -10.949) ) () ) +("document" ((nn -8.702) ) () ) +("documentaries" ((nns -10.949) ) () ) +("documentary" ((jj -10.971) (nn -10.648) ) () ) +("documentation" ((nn -11.054) ) () ) +("documented" ((vbn -9.855) ) () ) +("documenting" ((vbg -9.539) ) () ) +("documents" ((nns -6.978) ) () ) +("dodd" ((nnp -9.005) ) () ) +("doddering" ((jj -10.278) ) () ) +("dodge" ((nnp -9.323) ) () ) +("dodger" ((nnp -10.016) ) () ) +("dodgers" ((nnp -10.709) (nnps -7.036) ) () ) +("dodson" ((nnp -11.403) ) () ) +("does" ((nnp -11.403) (vbz -3.748) ) () ) +("dog" ((nn -9.349) (nnp -11.403) ) () ) +("dog-meat" ((nn -11.747) ) () ) +("dogfight" ((nn -11.747) ) () ) +("dogged" ((vbd -10.291) (vbn -8.469) ) () ) +("dogma" ((nn -11.747) ) () ) +("dogs" ((nnp -11.403) (nns -9.003) (vbz -9.926) ) () ) +("doherty" ((nnp -11.403) ) () ) +("doi" ((fw -5.416) (nnp -11.403) ) () ) +("doing" ((vbg -4.895) ) () ) +("dolan" ((nnp -10.709) ) () ) +("dolce" ((fw -4.723) ) () ) +("doldrums" ((nn -11.747) (nns -9.339) ) () ) +("dole" ((nnp -8.763) ) () ) +("doled" ((vbd -10.291) ) () ) +("doling" ((vbg -9.539) ) () ) +("doll-sized" ((jj -10.971) ) () ) +("dollar" ((nn -5.886) (nnp -9.323) ) () ) +("dollar-denominated" ((jj -9.025) ) () ) +("dollar-mark" ((nn -11.747) ) () ) +("dollar-yen" ((jj -9.872) ) () ) +("dollars" ((nns -5.825) ) () ) +("dolledup" ((jj -10.971) ) () ) +("dolls" ((nns -9.850) ) () ) +("dolphins" ((nnps -7.729) (nns -10.255) ) () ) +("dolt" ((nn -11.747) ) () ) +("dom" ((nnp -11.403) ) () ) +("domain" ((nn -10.648) ) () ) +("domaine" ((nnp -11.403) ) () ) +("doman" ((nnp -9.457) ) () ) +("dome" ((nn -11.054) (nnp -10.709) ) () ) +("domenici" ((nnp -10.709) ) () ) +("domes" ((nns -10.949) ) () ) +("domestic" ((jj -6.015) (nn -11.747) (nnp -11.403) ) () ) +("domestic-made" ((jj -10.278) ) () ) +("domestic-production" ((nn -11.747) ) () ) +("domestically" ((rb -7.997) ) () ) +("dominance" ((nn -9.444) ) () ) +("dominant" ((jj -8.263) (nnp -11.403) ) () ) +("dominate" ((vb -7.944) (vbp -8.268) ) () ) +("dominated" ((vbd -8.094) (vbn -7.457) ) () ) +("dominates" ((vbz -9.233) ) () ) +("dominating" ((vbg -8.846) ) () ) +("domination" ((nn -10.360) ) () ) +("domineering" ((jj -10.971) ) () ) +("domingo" ((nnp -11.403) ) () ) +("dominguez" ((nnp -11.403) ) () ) +("dominick" ((nnp -10.709) ) () ) +("dominion" ((nn -11.747) (nnp -10.304) ) () ) +("domino" ((nn -11.054) ) () ) +("dominus" ((nnp -11.403) ) () ) +("dompierre" ((nnp -11.403) ) () ) +("don" ((nnp -8.694) (vb -10.141) ) () ) +("don't" ((vb -10.141) ) () ) +("donahue" ((nnp -11.403) ) () ) +("donald" ((nnp -7.552) ) () ) +("donaldson" ((nnp -8.070) ) () ) +("donaldsonville" ((nnp -11.403) ) () ) +("donate" ((vb -9.448) (vbp -9.367) ) () ) +("donated" ((vbd -8.905) (vbn -7.370) ) () ) +("donating" ((vbg -8.440) ) () ) +("donation" ((nn -10.360) ) () ) +("donations" ((nns -7.771) ) () ) +("donbas" ((nnp -11.403) ) () ) +("done" ((vbn -5.173) ) () ) +("dong" ((nnp -9.205) ) () ) +("dongen" ((nnp -11.403) ) () ) +("donna" ((nnp -10.709) ) () ) +("donnelley" ((nnp -10.016) ) () ) +("donning" ((vbg -9.539) ) () ) +("donnybrook" ((nn -10.648) ) () ) +("donoghue" ((nnp -9.457) ) () ) +("donohoo" ((nnp -10.016) ) () ) +("donohue" ((nnp -11.403) ) () ) +("donor" ((nn -9.801) ) () ) +("donors" ((nns -10.949) ) () ) +("donovan" ((nnp -11.403) ) () ) +("dons" ((vbz -8.828) ) () ) +("donuts" ((nnp -9.205) (nnps -7.729) ) () ) +("doolittle" ((nnp -11.403) ) () ) +("doom" ((vb -10.141) ) () ) +("doomed" ((jj -10.971) (vbn -8.469) ) () ) +("doomsayers" ((nns -10.255) ) () ) +("doonesbury" ((nnp -10.709) ) () ) +("door" ((nn -8.163) (nnp -10.709) ) () ) +("door-to-door" ((jj -10.971) ) () ) +("doordarshan" ((nnp -9.205) ) () ) +("doormen" ((nns -10.949) ) () ) +("doorne" ((nnp -11.403) ) () ) +("doors" ((nns -8.058) ) () ) +("doorstep" ((nn -10.360) ) () ) +("doorway" ((nn -10.648) ) () ) +("dorado" ((nnp -11.403) ) () ) +("dorena" ((nnp -11.403) ) () ) +("dorfman" ((nnp -9.457) ) () ) +("dorgan" ((nnp -10.016) ) () ) +("dorgen" ((nnp -11.403) ) () ) +("dorian" ((nnp -11.403) ) () ) +("doris" ((nnp -11.403) ) () ) +("dormant" ((jj -9.872) ) () ) +("dormitory" ((nn -11.747) ) () ) +("dornan" ((nnp -10.709) ) () ) +("dorothy" ((nnp -10.016) ) () ) +("dorrance" ((nnp -8.358) ) () ) +("dorsch" ((nnp -10.709) ) () ) +("dorsey" ((nnp -10.016) ) () ) +("dosage" ((nn -11.747) ) () ) +("dose" ((nn -10.648) ) () ) +("doses" ((nns -10.255) ) () ) +("dossiers" ((nns -10.949) ) () ) +("dostoevski" ((nnp -11.403) ) () ) +("dot" ((nnp -10.304) (vbp -8.674) ) () ) +("doted" ((vbn -9.855) ) () ) +("doth" ((vbz -9.926) ) () ) +("dotson" ((nnp -11.403) ) () ) +("dotting" ((vbg -9.539) ) () ) +("double" ((jj -8.027) (rb -7.527) (vb -7.502) (vbp -9.367) ) () ) +("double-a" ((jj -9.362) (nnp -11.403) ) () ) +("double-a-3" ((jj -10.278) ) () ) +("double-a-minus" ((jj -9.872) ) () ) +("double-a-plus" ((jj -10.971) ) () ) +("double-a-rated" ((jj -10.971) ) () ) +("double-b" ((jj -10.278) ) () ) +("double-b-plus" ((jj -10.971) ) () ) +("double-bladed" ((jj -10.971) ) () ) +("double-c" ((nn -11.054) ) () ) +("double-coupon" ((nn -11.747) ) () ) +("double-crossed" ((vbd -10.291) ) () ) +("double-deck" ((jj -10.278) ) () ) +("double-decker" ((jj -9.585) ) () ) +("double-decking" ((nn -10.648) ) () ) +("double-digit" ((jj -9.025) ) () ) +("double-edged" ((jj -10.278) ) () ) +("double-hamburger" ((nn -11.747) ) () ) +("double-jointed" ((nnp -11.403) ) () ) +("double-wing" ((jj -10.971) ) () ) +("doubled" ((vbd -7.400) (vbn -7.553) ) () ) +("doubleday" ((nnp -10.709) ) () ) +("doubles" ((nnp -10.709) (vbz -9.926) ) () ) +("doubling" ((nn -10.648) (vbg -8.440) ) () ) +("doubly" ((rb -10.299) ) () ) +("doubt" ((nn -8.136) (vb -8.755) (vbp -7.170) ) () ) +("doubted" ((vbd -9.598) ) () ) +("doubter" ((nn -11.747) ) () ) +("doubters" ((nns -9.850) ) () ) +("doubtful" ((jj -9.362) ) () ) +("doubts" ((nns -8.751) (vbz -7.980) ) () ) +("doug" ((nnp -9.100) ) () ) +("dougherty" ((nnp -10.304) ) () ) +("doughnut" ((nn -11.054) ) () ) +("douglas" ((nnp -7.432) ) () ) +("dove" ((nn -11.054) (vbd -10.291) ) () ) +("dover" ((nnp -10.016) ) () ) +("dovetails" ((vbz -9.926) ) () ) +("dow" ((nnp -5.656) ) () ) +("dowdy" ((jj -9.872) ) () ) +("dowie" ((nnp -11.403) ) () ) +("down" ((in -5.564) (jj -8.573) (nn -11.054) (nnp -11.403) (rb -4.482) (rbr -7.419) (rp -2.344) (vbp -9.367) ) () ) +("down-payment" ((nn -11.747) ) () ) +("downbeat" ((jj -10.278) (nn -11.747) ) () ) +("downdraft" ((nn -11.747) ) () ) +("downed" ((vbd -10.291) ) () ) +("downey" ((nnp -9.611) ) () ) +("downfall" ((nn -11.054) ) () ) +("downgrade" ((nn -9.549) ) () ) +("downgraded" ((vbd -7.988) (vbn -8.757) ) () ) +("downgrades" ((nns -10.255) ) () ) +("downgrading" ((nn -10.648) (vbg -9.539) ) () ) +("downhill" ((rb -10.299) ) () ) +("downing" ((nnp -10.304) ) () ) +("downpayments" ((nns -10.949) ) () ) +("downplayed" ((vbd -10.291) ) () ) +("downright" ((jj -10.971) (rb -10.299) ) () ) +("downs" ((nns -9.562) ) () ) +("downshoot" ((nn -11.747) ) () ) +("downside" ((jj -10.971) (nn -9.801) ) () ) +("downsize" ((vb -10.141) ) () ) +("downsizing" ((nn -11.054) (vbg -9.539) ) () ) +("downstairs" ((nn -11.747) ) () ) +("downstream" ((jj -10.971) ) () ) +("downtown" ((jj -9.872) (nn -9.182) ) () ) +("downtrend" ((nn -11.747) ) () ) +("downtrodden" ((jj -10.971) ) () ) +("downturn" ((nn -8.191) ) () ) +("downturns" ((nns -10.949) ) () ) +("downward" ((jj -7.975) (rb -8.102) ) () ) +("doxepin" ((nn -11.747) ) () ) +("doyle" ((nnp -9.457) ) () ) +("dozen" ((nn -8.451) (nnp -8.630) ) () ) +("dozens" ((nns -8.115) ) () ) +("dpc" ((nnp -8.267) ) () ) +("dpt" ((nnp -11.403) ) () ) +("dr." ((nnp -6.996) ) () ) +("drab" ((jj -10.278) ) () ) +("drabinsky" ((nnp -8.512) ) () ) +("drachmas" ((nn -11.747) ) () ) +("dracula" ((nnp -11.403) ) () ) +("draft" ((nn -9.667) (vb -10.141) ) () ) +("drafted" ((vbd -8.905) (vbn -7.909) ) () ) +("drafting" ((vbg -8.153) ) () ) +("draftsmen" ((nns -10.949) ) () ) +("drag" ((nn -9.955) (vb -8.532) ) () ) +("drag-down" ((jj -10.971) ) () ) +("dragged" ((vbd -9.192) (vbn -8.063) ) () ) +("dragger" ((nn -11.747) ) () ) +("dragging" ((vbg -7.747) ) () ) +("drago" ((nnp -10.304) ) () ) +("dragon" ((nnp -11.403) ) () ) +("drags" ((vbz -9.926) ) () ) +("drain" ((nn -9.262) (vb -9.448) ) () ) +("drained" ((vbn -9.855) ) () ) +("draining" ((vbg -8.440) ) () ) +("drains" ((vbz -9.926) ) () ) +("drake" ((nnp -10.304) ) () ) +("drama" ((nn -9.182) ) () ) +("dramas" ((nn -10.648) ) () ) +("dramatic" ((jj -7.675) ) () ) +("dramatically" ((rb -8.220) ) () ) +("dramatization" ((nn -10.648) ) () ) +("dramatizations" ((nns -10.255) ) () ) +("drams" ((nns -9.850) ) () ) +("drape" ((nn -11.747) (vb -10.141) ) () ) +("drapes" ((nns -10.255) ) () ) +("drastic" ((jj -10.278) (rb -10.299) ) () ) +("drastically" ((rb -8.102) ) () ) +("dravo" ((nnp -11.403) ) () ) +("draw" ((nn -10.648) (vb -6.923) (vbp -8.268) ) () ) +("drawback" ((nn -11.747) ) () ) +("drawbacks" ((nns -9.562) ) () ) +("drawing" ((nn -10.360) (vbg -7.342) ) () ) +("drawings" ((nns -9.850) ) () ) +("drawl" ((nn -11.747) ) () ) +("drawn" ((vbn -7.083) ) () ) +("drawn-out" ((jj -10.971) ) () ) +("draws" ((nns -10.949) (vbz -8.134) ) () ) +("dreaded" ((jj -10.971) (vbn -9.162) ) () ) +("dreadful" ((jj -10.278) ) () ) +("dream" ((nn -8.974) (vb -10.141) (vbp -8.268) ) () ) +("dreamed" ((vbd -10.291) (vbn -9.162) ) () ) +("dreaming" ((vbg -9.539) ) () ) +("dreams" ((nns -9.003) (vbz -9.926) ) () ) +("dreamt" ((vbd -10.291) ) () ) +("dreamy" ((jj -10.278) ) () ) +("drearier" ((rbr -7.419) ) () ) +("dreary" ((jj -10.971) ) () ) +("drenching" ((nn -11.747) ) () ) +("dresden" ((nn -11.747) ) () ) +("dresdner" ((nnp -9.457) ) () ) +("dress" ((nn -9.667) (vb -8.532) (vbp -9.367) ) () ) +("dressed" ((vbd -10.291) (vbn -8.063) ) () ) +("dresser" ((nnp -10.709) ) () ) +("dresses" ((nns -10.255) (vbz -9.926) ) () ) +("dressmaking" ((nn -11.747) ) () ) +("drew" ((nnp -9.793) (vbd -7.346) ) () ) +("drexel" ((nn -11.747) (nnp -6.632) ) () ) +("dreyer" ((nnp -10.304) ) () ) +("dreyfus" ((nnp -8.918) ) () ) +("dried" ((vbd -8.905) (vbn -9.162) ) () ) +("driesell" ((nnp -11.403) ) () ) +("drift" ((nn -11.054) (vb -9.448) (vbp -9.367) ) () ) +("drifted" ((vbd -8.499) ) () ) +("drifting" ((vbg -8.153) ) () ) +("driftwood" ((nn -11.747) ) () ) +("drill" ((nn -10.648) ) () ) +("drilling" ((nn -9.955) (nnp -10.016) (vbg -8.846) ) () ) +("drills" ((nns -10.949) ) () ) +("drink" ((nn -9.955) (vb -9.043) (vbp -9.367) ) () ) +("drinking" ((nn -9.801) (vbg -8.153) ) () ) +("drinks" ((nns -8.751) ) () ) +("dripping" ((vbg -9.539) ) () ) +("driscoll" ((nnp -9.793) ) () ) +("drive" ((nn -8.281) (nnp -10.709) (vb -7.197) (vbp -7.757) ) () ) +("driven" ((jj -10.971) (vbn -6.965) ) () ) +("driver" ((nn -9.549) ) () ) +("drivers" ((nns -8.551) ) () ) +("drives" ((nns -7.858) (vbz -7.624) ) () ) +("driving" ((jj -10.971) (nn -9.801) (vbg -6.448) ) () ) +("drivon" ((nnp -10.709) ) () ) +("drobnick" ((nnp -11.403) ) () ) +("drogoul" ((nnp -11.403) ) () ) +("drooling" ((vbg -9.539) ) () ) +("droopy-eyed" ((jj -10.971) ) () ) +("drop" ((nn -6.565) (vb -6.250) (vbp -7.575) ) () ) +("drop-off" ((nn -11.747) ) () ) +("drop-out" ((jj -10.971) ) () ) +("droplets" ((nns -10.949) ) () ) +("dropout" ((nn -11.054) ) () ) +("dropouts" ((nns -10.949) ) () ) +("droppable" ((jj -10.971) ) () ) +("dropped" ((vbd -5.155) (vbn -6.454) ) () ) +("dropper" ((nn -11.747) ) () ) +("droppers" ((nns -10.949) ) () ) +("dropping" ((vbg -6.448) ) () ) +("drops" ((nns -8.869) (vbz -7.847) ) () ) +("drought" ((nn -9.108) ) () ) +("drought-related" ((jj -10.278) ) () ) +("droughts" ((nns -9.850) ) () ) +("drove" ((vbd -7.346) ) () ) +("droves" ((nns -10.255) ) () ) +("drown" ((vb -9.448) ) () ) +("drowned" ((jj -10.971) (vbd -10.291) (vbn -9.855) ) () ) +("droz" ((nnp -10.709) ) () ) +("dru" ((nnp -11.403) ) () ) +("drubbing" ((nn -10.360) ) () ) +("drug" ((nn -6.647) (nnp -8.035) ) () ) +("drug-approval" ((jj -10.971) ) () ) +("drug-consuming" ((jj -10.971) ) () ) +("drug-dealing" ((nn -11.747) ) () ) +("drug-industry" ((nn -11.054) ) () ) +("drug-interdiction" ((jj -10.971) (nn -11.054) ) () ) +("drug-related" ((jj -9.179) ) () ) +("drug-sales" ((nns -10.949) ) () ) +("drug-seeking" ((jj -10.971) ) () ) +("drug-store" ((nn -11.747) ) () ) +("drug-trafficking" ((jj -10.971) ) () ) +("drugs" ((nnp -11.403) (nnps -7.729) (nns -6.805) ) () ) +("drugstore" ((nn -10.360) ) () ) +("drugstores" ((nns -10.255) ) () ) +("drum" ((vb -8.755) ) () ) +("drumbeat" ((nn -11.747) ) () ) +("drumbeating" ((nn -11.747) ) () ) +("drummer" ((nn -11.054) ) () ) +("drums" ((nns -10.949) ) () ) +("drunk" ((jj -9.362) (nn -11.747) ) () ) +("drunk-driving" ((jj -10.971) ) () ) +("drunken" ((jj -10.971) ) () ) +("drunkenness" ((nn -11.054) ) () ) +("drury" ((nnp -11.403) ) () ) +("dry" ((jj -8.573) (nnp -10.709) (vb -9.448) ) () ) +("drybred" ((nnp -11.403) ) () ) +("dryden" ((nnp -11.403) ) () ) +("drying" ((vbg -8.440) ) () ) +("ds" ((nns -10.949) ) () ) +("dsm" ((nnp -10.016) ) () ) +("dsp" ((nnp -11.403) ) () ) +("dth" ((nnp -11.403) ) () ) +("du" ((fw -5.416) (nnp -7.876) ) () ) +("dual" ((jj -9.362) ) () ) +("duane" ((nnp -11.403) ) () ) +("dubbed" ((vbd -8.905) (vbn -7.658) ) () ) +("dubinin" ((nnp -11.403) ) () ) +("dubinsky" ((nnp -10.304) ) () ) +("dubious" ((jj -9.025) ) () ) +("dublin" ((nnp -11.403) ) () ) +("dubnow" ((nnp -10.709) ) () ) +("dubois" ((nnp -11.403) ) () ) +("dubose" ((nnp -11.403) ) () ) +("ducharme" ((nnp -11.403) ) () ) +("duck" ((nn -9.667) (nnp -11.403) ) () ) +("ducking" ((vbg -9.539) ) () ) +("ducklings" ((nns -10.949) ) () ) +("ducks" ((vbz -9.926) ) () ) +("ducky" ((nnp -11.403) ) () ) +("duclos" ((nnp -11.403) ) () ) +("dudley" ((nnp -10.709) ) () ) +("duds" ((nns -10.949) ) () ) +("due" ((jj -5.380) (nn -11.054) (nnp -11.403) (nns -10.949) (rb -7.355) ) () ) +("due-process" ((nn -10.137) ) () ) +("duel" ((nn -11.054) ) () ) +("dueling" ((vbg -9.539) ) () ) +("duels" ((nns -10.949) ) () ) +("duesseldorf" ((nnp -11.403) ) () ) +("duff" ((nnp -9.611) ) () ) +("duffers" ((nns -10.949) ) () ) +("duffield" ((nnp -11.403) ) () ) +("dug" ((vbd -9.192) ) () ) +("dukakis" ((nnp -11.403) ) () ) +("duke" ((nn -11.747) (nnp -9.793) ) () ) +("dull" ((jj -9.362) ) () ) +("dulled" ((vbn -9.855) ) () ) +("duller" ((rbr -7.419) ) () ) +("dullest" ((jjs -7.523) ) () ) +("dullish" ((jj -10.971) ) () ) +("dullness" ((nn -11.747) ) () ) +("dumb" ((jj -10.278) ) () ) +("dumber" ((jjr -8.039) ) () ) +("dumbest" ((jjs -7.523) ) () ) +("dumbfounded" ((jj -10.278) ) () ) +("dumbo" ((nnp -10.709) ) () ) +("dumez" ((nnp -10.304) ) () ) +("dummy" ((jj -10.971) (nn -11.747) ) () ) +("dump" ((nn -11.747) (vb -7.369) (vbp -8.268) ) () ) +("dumped" ((vbd -7.893) (vbn -8.063) ) () ) +("dumping" ((vbg -7.747) ) () ) +("dumps" ((nns -10.949) (vbz -9.926) ) () ) +("dumpty" ((nnp -11.403) ) () ) +("dun" ((nnp -8.569) ) () ) +("duncan" ((nnp -9.611) ) () ) +("dunde" ((nnp -10.709) ) () ) +("dundee" ((nnp -11.403) ) () ) +("dune" ((nn -11.747) ) () ) +("dunes" ((nnps -7.729) (nns -9.562) ) () ) +("dunkin" ((nnp -9.100) ) () ) +("dunkin'" ((nnp -10.016) ) () ) +("dunn" ((nnp -9.793) ) () ) +("dunton" ((nnp -11.403) ) () ) +("duo" ((nn -10.360) ) () ) +("dupes" ((vbz -9.926) ) () ) +("duplex" ((nn -11.054) ) () ) +("duplicate" ((jj -10.971) (vb -9.448) ) () ) +("duplicated" ((vbn -9.162) ) () ) +("duplications" ((nns -10.949) ) () ) +("duplicity" ((nn -11.054) ) () ) +("dupuy" ((nnp -11.403) ) () ) +("durability" ((nn -11.747) ) () ) +("durable" ((jj -8.263) ) () ) +("durable-goods" ((nns -9.850) ) () ) +("durables" ((nns -10.255) ) () ) +("duracell" ((nnp -11.403) ) () ) +("duration" ((nn -11.054) ) () ) +("durcan" ((nnp -11.403) ) () ) +("during" ((in -4.889) ) () ) +("durkin" ((nnp -9.611) ) () ) +("durney" ((nnp -11.403) ) () ) +("dusk" ((nn -11.747) ) () ) +("dust" ((nn -9.955) ) () ) +("dust-up" ((nn -11.747) ) () ) +("dustbin" ((nn -11.747) ) () ) +("dusting" ((vbg -9.539) ) () ) +("dusty" ((jj -9.872) (nnp -11.403) ) () ) +("dutch" ((jj -8.081) (nnp -9.457) (nnps -6.630) ) () ) +("dutch-based" ((jj -10.278) ) () ) +("duties" ((nns -7.953) ) () ) +("dutifully" ((rb -9.606) ) () ) +("duty" ((nn -8.974) ) () ) +("duty-free" ((jj -8.892) ) () ) +("duvalier" ((nnp -11.403) ) () ) +("duy" ((nnp -11.403) ) () ) +("dwarf" ((nn -11.054) (vb -9.448) ) () ) +("dwarfed" ((vbn -9.855) ) () ) +("dweller" ((nn -11.747) ) () ) +("dwellers" ((nns -10.949) ) () ) +("dwellings" ((nns -10.949) ) () ) +("dwg" ((nnp -10.016) ) () ) +("dwindled" ((vbd -10.291) ) () ) +("dwindling" ((vbg -8.846) ) () ) +("dworkin" ((nnp -11.403) ) () ) +("dycom" ((nnp -11.403) ) () ) +("dyed" ((vbn -9.855) ) () ) +("dyed-in-the-wool" ((jj -10.971) ) () ) +("dyer" ((nnp -10.709) ) () ) +("dyes" ((nns -10.949) ) () ) +("dying" ((vbg -7.930) ) () ) +("dylan" ((nn -11.747) (nnp -11.403) ) () ) +("dylan-influenced" ((jj -10.971) ) () ) +("dylex" ((nnp -11.403) ) () ) +("dynamic" ((jj -9.025) (nn -11.747) ) () ) +("dynamically" ((rb -10.299) ) () ) +("dynamics" ((nnp -9.611) (nnps -5.331) (nns -10.255) ) () ) +("dynamo" ((nn -11.747) ) () ) +("dynamos" ((nns -10.949) ) () ) +("dynapert" ((nnp -11.403) ) () ) +("dynascan" ((nnp -11.403) ) () ) +("dynasty" ((nn -11.747) (nnp -11.403) ) () ) +("dyson" ((nnp -11.403) ) () ) +("dystopia" ((nn -11.747) ) () ) +("e" ((nn -11.054) (nnp -11.403) (sym -3.401) ) () ) +("e-2c" ((nnp -11.403) ) () ) +("e-71" ((nnp -11.403) ) () ) +("e-mail" ((nn -10.137) ) () ) +("e-z" ((jj -10.971) ) () ) +("e." ((nnp -7.244) ) () ) +("e.e." ((nnp -10.709) ) () ) +("e.f." ((nnp -10.304) ) () ) +("e.w." ((nnp -10.304) ) () ) +("each" ((dt -5.280) ) () ) +("eager" ((jj -7.675) ) () ) +("eagerly" ((rb -9.201) ) () ) +("eagerness" ((nn -10.137) ) () ) +("eagle" ((nnp -8.184) ) () ) +("eagle-berol" ((nnp -11.403) ) () ) +("eagles" ((nnps -7.729) ) () ) +("eagleton" ((nnp -11.403) ) () ) +("ear" ((nn -9.955) ) () ) +("earl" ((nnp -9.611) ) () ) +("earlham" ((nnp -11.403) ) () ) +("earlier" ((jj -10.971) (jjr -3.518) (nn -11.747) (rb -5.627) (rbr -1.469) ) () ) +("earlier-announced" ((jj -10.971) ) () ) +("earlier-expressed" ((jj -10.971) ) () ) +("earlier-period" ((nn -11.747) ) () ) +("earliest" ((jjs -5.443) (rbs -6.019) ) () ) +("early" ((jj -5.442) (nnp -11.403) (rb -5.694) ) () ) +("early-morning" ((jj -10.278) (nn -11.747) ) () ) +("earmark" ((vb -9.448) ) () ) +("earmarked" ((vbd -10.291) (vbn -8.063) ) () ) +("earmarking" ((vbg -9.539) ) () ) +("earn" ((vb -6.923) (vbp -8.268) ) () ) +("earned" ((vbd -5.921) (vbn -7.216) ) () ) +("earners" ((nns -10.255) ) () ) +("earnest" ((jj -10.971) (nn -11.054) ) () ) +("earning" ((nn -10.360) (vbg -7.236) ) () ) +("earnings" ((nn -10.360) (nns -4.532) ) () ) +("earnings-per-share" ((jj -10.971) ) () ) +("earnings-related" ((jj -10.278) ) () ) +("earns" ((vbz -7.729) ) () ) +("ears" ((nns -9.562) ) () ) +("earth" ((nn -9.182) (nnp -8.694) ) () ) +("earth-moving" ((jj -10.971) ) () ) +("earth-quake" ((nn -11.747) ) () ) +("earthbound" ((jj -10.971) ) () ) +("earthlings" ((nns -10.949) ) () ) +("earthly" ((jj -10.971) ) () ) +("earthmoving" ((jj -10.278) ) () ) +("earthquake" ((nn -6.716) (nnp -11.403) ) () ) +("earthquake-related" ((jj -9.362) ) () ) +("earthquake-resistant" ((jj -10.971) ) () ) +("earthquakes" ((nns -8.646) ) () ) +("earthshaking" ((jj -10.971) ) () ) +("earthworms" ((nns -10.255) ) () ) +("earthy" ((jj -10.971) ) () ) +("ease" ((nn -10.360) (vb -6.081) ) () ) +("eased" ((vbd -7.200) ) () ) +("eases" ((vbz -8.317) ) () ) +("easier" ((jjr -4.513) (rbr -6.321) ) () ) +("easiest" ((jjs -7.523) ) () ) +("easily" ((rb -6.716) ) () ) +("easing" ((nn -9.801) (vbg -6.831) ) () ) +("east" ((jj -7.713) (nnp -6.693) (nnps -7.729) (nns -10.255) (rb -9.201) ) () ) +("east-west" ((nnp -10.016) ) () ) +("eastate" ((nnp -11.403) ) () ) +("eastern" ((jj -7.975) (nnp -6.838) ) () ) +("eastman" ((nnp -9.205) ) () ) +("eastward" ((rb -10.299) ) () ) +("easy" ((jj -6.860) (nnp -9.611) (rb -8.508) ) () ) +("easy-to-film" ((jj -10.971) ) () ) +("easy-to-read" ((jj -10.971) ) () ) +("easygoing" ((jj -10.971) ) () ) +("eat" ((vb -7.657) (vbp -8.268) ) () ) +("eaten" ((vbn -9.162) ) () ) +("eaters" ((nns -10.949) ) () ) +("eating" ((jj -10.971) (nn -11.054) (nnp -11.403) (vbg -7.593) ) () ) +("eaton" ((nnp -8.918) ) () ) +("eats" ((vbz -9.233) ) () ) +("eaux" ((nnp -10.709) ) () ) +("eavesdrop" ((vb -10.141) ) () ) +("eavesdropping" ((nn -10.648) ) () ) +("ebasco" ((nnp -11.403) ) () ) +("ebb" ((nn -11.747) (vb -10.141) ) () ) +("ebbs" ((vbz -9.926) ) () ) +("ebensburg" ((nn -11.747) (nnp -10.016) ) () ) +("ebpi" ((nnp -11.403) ) () ) +("ebullient" ((jj -9.872) ) () ) +("ec" ((nnp -7.292) ) () ) +("eccentric" ((jj -9.872) ) () ) +("eccentrics" ((nns -10.949) ) () ) +("echeandia" ((nnp -11.403) ) () ) +("echelon" ((nn -11.747) (nnp -11.403) ) () ) +("echelons" ((nns -10.949) ) () ) +("echo" ((nnp -10.709) (vb -10.141) (vbp -7.981) ) () ) +("echoed" ((vbd -9.598) (vbn -9.162) ) () ) +("echoing" ((vbg -8.153) ) () ) +("eclectic" ((jj -10.278) (nn -11.747) ) () ) +("eclipse" ((vb -9.043) ) () ) +("eclipsing" ((vbg -9.539) ) () ) +("ecole" ((nnp -11.403) ) () ) +("ecological" ((jj -9.585) (nnp -11.403) ) () ) +("ecologically" ((rb -10.299) ) () ) +("economic" ((jj -5.172) (nnp -7.969) ) () ) +("economic-crime" ((jj -10.971) ) () ) +("economic-forecasting" ((jj -10.278) ) () ) +("economic-restructuring" ((jj -10.971) ) () ) +("economical" ((jj -10.971) ) () ) +("economically" ((rb -8.353) ) () ) +("economics" ((nn -10.360) (nnp -9.611) (nns -8.004) ) () ) +("economies" ((nns -7.904) ) () ) +("economist" ((nn -7.456) (nnp -10.709) ) () ) +("economists" ((nnp -11.403) (nns -6.744) ) () ) +("economize" ((vb -10.141) ) () ) +("economy" ((nn -6.145) (nnp -10.709) ) () ) +("ecstatic" ((jj -10.971) ) () ) +("ectoplasmic" ((jj -10.971) ) () ) +("ed" ((nnp -9.005) ) () ) +("eda" ((nnp -11.403) ) () ) +("eddie" ((nnp -9.457) ) () ) +("eddington" ((nnp -9.457) ) () ) +("eddy" ((nnp -10.304) ) () ) +("edelman" ((nnp -8.763) ) () ) +("edelmann" ((nnp -11.403) ) () ) +("edelson" ((nnp -10.016) ) () ) +("eden" ((nnp -11.403) ) () ) +("edgar" ((nnp -9.793) ) () ) +("edge" ((nn -8.913) (nnp -11.403) (vb -10.141) ) () ) +("edged" ((vbd -8.211) (vbn -9.162) ) () ) +("edges" ((nns -10.949) ) () ) +("edginess" ((nn -11.747) ) () ) +("edging" ((vbg -8.440) ) () ) +("edgy" ((jj -9.872) ) () ) +("edible" ((jj -10.278) ) () ) +("edinburgh" ((nnp -11.403) ) () ) +("edison" ((nn -11.747) (nnp -8.838) ) () ) +("edisto" ((nnp -9.205) ) () ) +("edit" ((vb -10.141) ) () ) +("edita" ((nnp -11.403) ) () ) +("edith" ((nnp -11.403) ) () ) +("editing" ((nn -11.747) ) () ) +("edition" ((nn -8.313) ) () ) +("editions" ((nns -8.384) ) () ) +("editor" ((nn -7.686) (nnp -10.304) ) () ) +("editor-in-chief" ((nn -11.747) ) () ) +("editorial" ((jj -8.573) (nn -8.379) ) () ) +("editorial-page" ((jj -10.278) (nn -10.648) ) () ) +("editorially" ((rb -9.201) ) () ) +("editorials" ((nns -10.255) ) () ) +("editors" ((nns -8.646) ) () ) +("edmar" ((nnp -11.403) ) () ) +("edmond" ((nnp -10.709) ) () ) +("edmonton" ((nnp -11.403) ) () ) +("edmund" ((nnp -11.403) ) () ) +("ednee" ((nnp -11.403) ) () ) +("ednie" ((nnp -11.403) ) () ) +("edouard" ((nnp -10.709) ) () ) +("eds" ((nnp -11.403) ) () ) +("edsel" ((nnp -10.016) ) () ) +("edt" ((nnp -8.407) ) () ) +("eduard" ((nnp -9.793) ) () ) +("educate" ((vb -8.532) ) () ) +("educated" ((vbn -8.469) ) () ) +("educating" ((vbg -8.846) ) () ) +("education" ((nn -7.636) (nnp -8.569) ) () ) +("educational" ((jj -7.445) (nnp -10.016) ) () ) +("educations" ((nns -10.949) ) () ) +("educator" ((nnp -11.403) ) () ) +("educators" ((nnp -11.403) (nns -9.339) ) () ) +("eduction" ((nn -11.747) ) () ) +("edward" ((nnp -7.641) ) () ) +("edwards" ((nnp -8.358) ) () ) +("edwin" ((nnp -9.323) ) () ) +("edzard" ((nnp -11.403) ) () ) +("eel" ((nn -11.747) ) () ) +("eeoc" ((nnp -9.793) ) () ) +("eerie" ((jj -9.872) ) () ) +("eerily" ((rb -10.299) ) () ) +("eeriness" ((nn -11.747) ) () ) +("effect" ((nn -6.791) (vb -9.043) ) () ) +("effective" ((jj -6.449) (nn -11.054) ) () ) +("effectively" ((rb -6.865) ) () ) +("effectiveness" ((nn -10.137) ) () ) +("effects" ((nnps -7.729) (nns -6.997) (vbz -9.926) ) () ) +("effete" ((jj -10.971) ) () ) +("efficiencies" ((nns -9.339) ) () ) +("efficiency" ((nn -8.974) ) () ) +("efficient" ((jj -7.639) ) () ) +("efficient-market" ((nn -11.747) ) () ) +("efficiently" ((rb -8.220) ) () ) +("effluent" ((jj -10.278) ) () ) +("effort" ((nn -6.805) ) () ) +("effortlessly" ((rb -9.606) ) () ) +("efforts" ((nns -6.021) ) () ) +("effusive" ((jj -10.971) ) () ) +("eg&g" ((nnp -9.793) ) () ) +("ega" ((nnp -11.403) ) () ) +("ega-vga" ((jj -10.971) ) () ) +("egad" ((uh -4.477) ) () ) +("egan" ((nnp -11.403) ) () ) +("egg" ((nn -9.549) (nnp -10.709) ) () ) +("egg-on-the-face" ((jj -10.971) ) () ) +("eggers" ((nnp -10.304) ) () ) +("eggs" ((nnp -9.793) (nns -8.464) ) () ) +("egnuss" ((nnp -10.304) ) () ) +("ego" ((nn -10.360) ) () ) +("egon" ((nnp -11.403) ) () ) +("egos" ((nns -10.949) ) () ) +("egotist" ((nn -11.747) ) () ) +("egypt" ((nnp -9.457) ) () ) +("egyptian" ((jj -9.362) (nnp -11.403) ) () ) +("ehrlich" ((nnp -9.611) ) () ) +("ehrlichman" ((nnp -11.403) ) () ) +("eichof" ((nnp -11.403) ) () ) +("eidsmo" ((nnp -9.611) ) () ) +("eight" ((cd -5.666) ) () ) +("eight-acre" ((jj -10.971) ) () ) +("eight-count" ((jj -10.971) ) () ) +("eight-foot-tall" ((jj -10.971) ) () ) +("eight-hour" ((jj -10.971) ) () ) +("eight-month" ((jj -10.971) ) () ) +("eight-person" ((jj -10.971) ) () ) +("eight-piece" ((jj -10.971) ) () ) +("eight-team" ((jj -10.971) ) () ) +("eight-time" ((jj -10.971) ) () ) +("eight-year" ((jj -9.179) ) () ) +("eight-year-old" ((jj -10.278) ) () ) +("eighteen" ((cd -9.769) ) () ) +("eighth" ((jj -9.585) ) () ) +("eighth-floor" ((jj -10.971) ) () ) +("eiji" ((nnp -11.403) ) () ) +("einhorn" ((nnp -10.304) ) () ) +("einstein" ((nnp -11.403) ) () ) +("eisai" ((nnp -11.403) ) () ) +("eisenberg" ((nnp -10.709) ) () ) +("eisenhower" ((nnp -11.403) ) () ) +("eiszner" ((nnp -11.403) ) () ) +("either" ((cc -6.062) (dt -7.445) (rb -6.610) ) () ) +("eizenstat" ((nnp -11.403) ) () ) +("ejected" ((vbn -9.855) ) () ) +("ekco" ((nnp -9.457) ) () ) +("eke" ((vb -10.141) ) () ) +("eked" ((vbd -10.291) ) () ) +("ekonomicheskaya" ((nnp -11.403) ) () ) +("el" ((nnp -8.267) ) () ) +("el-abed" ((nnp -11.403) ) () ) +("elaborate" ((jj -8.669) (vb -7.097) ) () ) +("elaborating" ((vbg -8.846) ) () ) +("elaine" ((nnp -10.016) ) () ) +("elapsed" ((vbn -9.855) ) () ) +("elation" ((nn -11.747) ) () ) +("elbows" ((nns -10.949) ) () ) +("elcotel" ((nnp -9.205) ) () ) +("elder" ((jjr -6.941) ) () ) +("elderly" ((jj -8.406) ) () ) +("elders" ((nnp -10.304) (nnps -7.036) (nns -10.949) ) () ) +("eldest" ((jjs -7.523) ) () ) +("eldred" ((nnp -11.403) ) () ) +("eleanor" ((nnp -11.403) ) () ) +("elect" ((vb -8.755) ) () ) +("elected" ((jj -10.971) (vbd -7.893) (vbn -5.943) ) () ) +("election" ((nn -8.033) ) () ) +("elections" ((nns -7.120) ) () ) +("elective" ((jj -10.971) ) () ) +("electoral" ((jj -9.362) (nnp -11.403) ) () ) +("electric" ((jj -7.793) (nn -11.747) (nnp -7.198) ) () ) +("electric-utility" ((nn -11.747) ) () ) +("electrical" ((jj -7.880) ) () ) +("electrical-products" ((nns -10.949) ) () ) +("electrical-safety" ((jj -10.971) ) () ) +("electrically" ((rb -10.299) ) () ) +("electrician" ((nn -11.747) ) () ) +("electricity" ((nn -8.913) (nnp -10.709) ) () ) +("electrified" ((vbn -9.855) ) () ) +("electrocardiogram" ((nn -11.747) ) () ) +("electrochemicals" ((nns -10.255) ) () ) +("electrogalvanized" ((jj -10.278) (vbn -9.855) ) () ) +("electrogalvanizing" ((vbg -9.539) ) () ) +("electromagnets" ((nns -10.949) ) () ) +("electron" ((nnp -10.709) ) () ) +("electronic" ((jj -6.812) (nnp -9.611) ) () ) +("electronic-measuring" ((jj -10.971) ) () ) +("electronic-publishing" ((jj -10.971) ) () ) +("electronic-systems" ((nns -10.949) ) () ) +("electronic-warfare" ((nn -11.747) ) () ) +("electronically" ((rb -8.508) ) () ) +("electronics" ((nn -9.444) (nnp -9.005) (nnps -6.343) (nns -7.164) ) () ) +("electronics-instruments" ((jj -10.971) ) () ) +("electronics-product" ((nn -11.747) ) () ) +("electroreality" ((nn -11.747) ) () ) +("elegant" ((jj -9.179) ) () ) +("elegantly" ((rb -10.299) ) () ) +("element" ((nn -9.039) ) () ) +("elementary" ((jj -9.585) (nnp -11.403) ) () ) +("elements" ((nns -8.646) ) () ) +("elephant" ((nn -9.955) ) () ) +("elephants" ((nns -9.850) ) () ) +("elevated" ((jj -10.971) (vbd -10.291) ) () ) +("elevates" ((vbz -9.926) ) () ) +("elevator" ((nn -10.648) ) () ) +("elevators" ((nns -8.869) ) () ) +("eleven" ((cd -9.769) ) () ) +("elf" ((nnp -10.709) ) () ) +("elgin" ((nnp -11.403) ) () ) +("eli" ((nnp -8.838) ) () ) +("elias" ((nnp -11.403) ) () ) +("elie" ((nnp -10.304) ) () ) +("eligible" ((jj -8.486) (nn -11.054) ) () ) +("eliminate" ((vb -6.586) (vbp -9.367) ) () ) +("eliminated" ((vbd -8.211) (vbn -7.022) ) () ) +("eliminates" ((vbz -8.134) ) () ) +("eliminating" ((vbg -6.831) ) () ) +("elimination" ((nn -9.667) ) () ) +("elisa" ((nnp -11.403) ) () ) +("elisabeth" ((nnp -11.403) ) () ) +("elite" ((jj -9.872) (nn -10.648) (nnp -11.403) (nns -10.949) ) () ) +("elites" ((nns -10.255) ) () ) +("elitists" ((nns -10.255) ) () ) +("elixir" ((nn -11.747) ) () ) +("elizabeth" ((nnp -8.694) ) () ) +("eljer" ((nnp -11.403) ) () ) +("elkhorn" ((nnp -9.793) ) () ) +("elkin" ((nnp -11.403) ) () ) +("elkins" ((nnp -11.403) ) () ) +("ella" ((nnp -10.016) ) () ) +("elle" ((nnp -11.403) ) () ) +("ellen" ((nnp -10.304) ) () ) +("ellesmere" ((nnp -11.403) ) () ) +("elliot" ((nnp -11.403) ) () ) +("elliott" ((nnp -9.611) ) () ) +("ellis" ((nnp -9.457) ) () ) +("ellman" ((nnp -11.403) ) () ) +("ellmann" ((nnp -11.403) ) () ) +("elm" ((nnp -11.403) ) () ) +("elongate" ((vb -10.141) ) () ) +("eloquence" ((nn -11.747) ) () ) +("eloquent" ((jj -10.278) ) () ) +("eloquently" ((rb -9.606) ) () ) +("elp" ((nnp -11.403) ) () ) +("elrick" ((nnp -11.403) ) () ) +("else" ((jj -9.362) (nn -11.747) (rb -6.125) ) () ) +("elsevier" ((nnp -11.403) ) () ) +("elsewhere" ((nn -11.747) (nnp -11.403) (rb -6.471) ) () ) +("elton" ((nnp -11.403) ) () ) +("elucidative" ((jj -10.971) ) () ) +("eluded" ((vbd -9.598) ) () ) +("eluding" ((vbg -9.539) ) () ) +("elusive" ((jj -9.872) ) () ) +("elvador" ((nnp -11.403) ) () ) +("elvekrog" ((nnp -11.403) ) () ) +("ely" ((nnp -9.793) ) () ) +("emancipation" ((nnp -11.403) ) () ) +("emanuel" ((nnp -10.709) ) () ) +("emasculate" ((vb -10.141) ) () ) +("emasculation" ((nn -11.747) ) () ) +("embarcadero" ((nnp -10.304) ) () ) +("embargo" ((nn -10.360) ) () ) +("embargoed" ((jj -10.971) (vbd -10.291) ) () ) +("embargos" ((nns -10.949) ) () ) +("embark" ((vb -9.448) ) () ) +("embarking" ((vbg -8.846) ) () ) +("embarrass" ((vb -8.755) ) () ) +("embarrassed" ((jj -10.278) (vbd -10.291) (vbn -9.162) ) () ) +("embarrassing" ((jj -9.179) (vbg -8.440) ) () ) +("embarrassingly" ((rb -10.299) ) () ) +("embarrassment" ((nn -9.262) ) () ) +("embassies" ((nns -10.949) ) () ) +("embassy" ((nn -11.054) (nnp -9.205) ) () ) +("embattled" ((jj -10.971) (vbn -9.855) ) () ) +("embedded" ((vbn -9.162) ) () ) +("embellish" ((vb -10.141) ) () ) +("embezzled" ((vbd -10.291) ) () ) +("embezzlement" ((nn -11.054) ) () ) +("embezzler" ((nn -11.747) ) () ) +("embezzling" ((vbg -8.846) ) () ) +("embittered" ((jj -10.278) ) () ) +("emblems" ((nns -10.949) ) () ) +("embodied" ((vbn -9.855) ) () ) +("embody" ((vbp -8.674) ) () ) +("emboldened" ((vbn -9.855) ) () ) +("embrace" ((vb -9.448) ) () ) +("embraced" ((vbd -9.192) (vbn -7.909) ) () ) +("embraces" ((vbz -8.540) ) () ) +("embracing" ((vbg -8.846) ) () ) +("embroidery" ((nn -11.054) ) () ) +("embroiled" ((vbn -9.162) ) () ) +("embryo" ((nn -9.444) ) () ) +("embryonic" ((jj -10.971) ) () ) +("emc" ((nnp -11.403) ) () ) +("emcee" ((nn -11.054) ) () ) +("emerge" ((vb -7.657) (vbp -8.674) ) () ) +("emerged" ((vbd -7.518) (vbn -8.469) ) () ) +("emergence" ((nn -10.360) ) () ) +("emergencies" ((nns -9.850) ) () ) +("emergency" ((nn -7.897) (nnp -10.709) ) () ) +("emergency-medical" ((jj -10.971) ) () ) +("emerges" ((vbz -7.980) ) () ) +("emerging" ((nnp -11.403) (vbg -6.706) ) () ) +("emeritus" ((jj -10.971) (nn -10.360) ) () ) +("emerson" ((nnp -9.457) ) () ) +("emeryville" ((nnp -10.016) ) () ) +("emhart" ((nnp -9.005) ) () ) +("emigrate" ((vb -10.141) ) () ) +("emigrated" ((vbd -10.291) ) () ) +("emigration" ((nn -10.648) ) () ) +("emigres" ((nns -10.255) ) () ) +("emil" ((nnp -10.709) ) () ) +("emile" ((nnp -11.403) ) () ) +("eminase" ((nnp -11.403) ) () ) +("eminent" ((jj -10.971) ) () ) +("emirates" ((nnp -11.403) (nnps -7.036) ) () ) +("emissaries" ((nns -10.949) ) () ) +("emission" ((nn -11.747) ) () ) +("emissions" ((nns -8.310) ) () ) +("emitted" ((vbn -9.855) ) () ) +("emma" ((nnp -10.709) ) () ) +("emote" ((vb -10.141) ) () ) +("emoted" ((vbd -10.291) ) () ) +("emotion" ((nn -10.137) ) () ) +("emotional" ((jj -8.138) ) () ) +("emotionalism" ((nn -11.747) ) () ) +("emotionally" ((rb -9.606) ) () ) +("emotions" ((nns -9.562) ) () ) +("empathize" ((vb -9.448) ) () ) +("empathy" ((nn -11.747) ) () ) +("emperor" ((nn -11.747) ) () ) +("emphasis" ((nn -8.702) ) () ) +("emphasize" ((vb -9.448) (vbp -9.367) ) () ) +("emphasized" ((vbd -8.345) (vbn -9.855) ) () ) +("emphasizes" ((vbz -8.317) ) () ) +("emphasizing" ((vbg -8.153) ) () ) +("emphatically" ((rb -9.606) ) () ) +("emphaticize" ((vb -10.141) ) () ) +("empire" ((nn -8.974) (nnp -10.016) ) () ) +("empire-berol" ((nnp -11.403) ) () ) +("empirical" ((jj -10.971) ) () ) +("employ" ((vb -8.755) (vbp -8.268) ) () ) +("employed" ((vbn -7.083) ) () ) +("employee" ((nn -8.058) (nnp -9.793) ) () ) +("employee-benefit" ((jj -10.278) ) () ) +("employee-health" ((nn -11.054) ) () ) +("employees" ((nnp -10.709) (nnps -7.036) (nns -5.670) (vbz -9.926) ) () ) +("employer" ((nn -9.108) ) () ) +("employer-paid" ((jj -10.971) ) () ) +("employer-sponsored" ((jj -10.971) ) () ) +("employerpaid" ((jj -10.971) ) () ) +("employers" ((nnp -10.709) (nnps -7.729) (nns -8.004) ) () ) +("employing" ((vbg -7.930) ) () ) +("employment" ((nn -8.058) (nnp -9.793) ) () ) +("employment-services" ((jj -10.971) ) () ) +("employment-tax" ((jj -10.971) ) () ) +("employs" ((vbz -7.154) ) () ) +("emporium" ((nnp -11.403) ) () ) +("empower" ((vbp -9.367) ) () ) +("empowering" ((vbg -9.539) ) () ) +("empowers" ((vbz -9.926) ) () ) +("empty" ((jj -8.669) ) () ) +("emptying" ((vbg -9.539) ) () ) +("ems" ((nnp -8.838) ) () ) +("emshwiller" ((nnp -10.709) ) () ) +("emulate" ((vb -10.141) ) () ) +("en" ((fw -4.723) (in -9.859) ) () ) +("enable" ((vb -7.197) (vbp -8.674) ) () ) +("enabled" ((vbd -8.499) (vbn -9.855) ) () ) +("enables" ((vbz -8.317) ) () ) +("enabling" ((vbg -7.747) ) () ) +("enact" ((vb -8.196) ) () ) +("enacted" ((vbd -10.291) (vbn -7.022) ) () ) +("enacting" ((vbg -7.930) ) () ) +("enactment" ((nn -9.667) ) () ) +("encapsulate" ((vb -10.141) ) () ) +("encasing" ((vbg -9.539) ) () ) +("encircling" ((vbg -8.440) ) () ) +("enclosed" ((vbn -9.162) ) () ) +("enclosing" ((vbg -9.539) ) () ) +("encompasses" ((vbz -9.926) ) () ) +("encore" ((nn -11.747) ) () ) +("encounter" ((nn -11.747) (vb -9.448) ) () ) +("encountered" ((vbd -9.192) (vbn -8.757) ) () ) +("encounters" ((nns -10.949) (vbz -9.233) ) () ) +("encourage" ((vb -7.006) (vbp -7.981) ) () ) +("encouraged" ((jj -9.585) (vbd -8.681) (vbn -6.965) ) () ) +("encouragement" ((nn -10.648) ) () ) +("encourages" ((vbz -8.540) ) () ) +("encouraging" ((jj -8.774) (vbg -7.236) ) () ) +("encouragingly" ((rb -10.299) ) () ) +("encroaching" ((vbg -9.539) ) () ) +("encumbered" ((vbn -9.162) ) () ) +("encyclopedic" ((jj -10.971) ) () ) +("end" ((jj -10.971) (nn -6.130) (nnp -10.709) (vb -6.098) (vbp -7.575) ) () ) +("end-of-season" ((jj -10.971) ) () ) +("end-tailed" ((vbn -9.855) ) () ) +("end-zone" ((nn -11.747) ) () ) +("endanger" ((vb -8.532) ) () ) +("endangered" ((jj -10.971) (nnp -10.304) (vbn -8.246) ) () ) +("endangered-species" ((nns -10.949) ) () ) +("endangerment" ((nn -11.054) ) () ) +("endearing" ((jj -10.971) ) () ) +("endeavor" ((vb -10.141) ) () ) +("endeavors" ((nns -10.949) ) () ) +("ended" ((vbd -5.197) (vbn -5.059) ) () ) +("ending" ((nn -11.054) (vbg -5.479) ) () ) +("endings" ((nns -10.255) ) () ) +("endless" ((jj -9.179) ) () ) +("endlessly" ((rb -10.299) ) () ) +("endorse" ((vb -9.043) (vbp -9.367) ) () ) +("endorsed" ((vbd -8.681) (vbn -8.063) ) () ) +("endorsement" ((nn -10.360) ) () ) +("endorsing" ((vbg -8.153) ) () ) +("endow" ((vb -10.141) ) () ) +("endowed" ((vbd -10.291) (vbn -9.855) ) () ) +("endowment" ((nn -11.747) (nnp -10.709) ) () ) +("ends" ((nnps -7.729) (nns -8.751) (vbz -7.528) ) () ) +("endure" ((vb -9.043) (vbp -9.367) ) () ) +("endured" ((vbd -9.598) (vbn -9.855) ) () ) +("enduring" ((jj -10.971) (vbg -8.846) ) () ) +("enemies" ((nns -8.551) ) () ) +("enemy" ((nn -9.549) ) () ) +("energetic" ((jj -9.025) ) () ) +("energie" ((nnp -11.403) ) () ) +("energieproduktiebedrijf" ((nnp -11.403) ) () ) +("energies" ((nns -10.255) ) () ) +("energy" ((nn -7.456) (nnp -7.618) ) () ) +("energy-cogeneration" ((nn -11.747) ) () ) +("energy-efficient" ((jj -10.971) ) () ) +("energy-industry" ((nn -11.747) ) () ) +("enersen" ((nnp -11.403) ) () ) +("enfield" ((nnp -9.005) ) () ) +("enforce" ((vb -7.944) ) () ) +("enforced" ((vbn -9.855) ) () ) +("enforcement" ((nn -8.489) (nnp -9.457) ) () ) +("enforces" ((vbz -9.926) ) () ) +("enforcing" ((vbg -8.846) ) () ) +("eng" ((nnp -11.403) ) () ) +("engage" ((vb -8.062) (vbp -9.367) ) () ) +("engaged" ((jj -10.971) (vbd -8.499) (vbn -6.965) ) () ) +("engagements" ((nns -10.949) ) () ) +("engages" ((vbz -9.926) ) () ) +("engaging" ((jj -10.278) (vbg -8.153) ) () ) +("engelken" ((nnp -7.876) ) () ) +("engine" ((nn -8.379) (nnp -10.709) ) () ) +("engineer" ((nn -9.349) (vb -10.141) ) () ) +("engineered" ((jj -10.278) (vbn -7.553) ) () ) +("engineering" ((nn -7.855) (nnp -8.918) (vbg -8.846) ) () ) +("engineers" ((nnp -11.403) (nnps -7.036) (nns -7.393) ) () ) +("engines" ((nns -7.730) ) () ) +("england" ((nnp -7.275) ) () ) +("engler" ((nnp -11.403) ) () ) +("englewood" ((nnp -10.304) ) () ) +("english" ((jj -9.025) (nnp -8.458) (nns -10.949) ) () ) +("english-language" ((jj -9.872) (nn -11.747) ) () ) +("english-speaking" ((jj -10.278) ) () ) +("englishman" ((nnp -11.403) ) () ) +("englund" ((nnp -10.709) ) () ) +("engorgement" ((nn -11.747) ) () ) +("engraph" ((nnp -10.709) ) () ) +("engraved" ((vbn -9.855) ) () ) +("engulfed" ((vbd -10.291) (vbn -9.162) ) () ) +("enhance" ((vb -7.369) ) () ) +("enhanced" ((jj -9.872) (vbd -10.291) (vbn -8.063) ) () ) +("enhancement" ((nn -10.648) ) () ) +("enhancements" ((nnp -11.403) ) () ) +("enhances" ((vbz -8.828) ) () ) +("enhancing" ((vbg -8.846) ) () ) +("enichem" ((nnp -11.403) ) () ) +("enjoin" ((vb -9.043) ) () ) +("enjoined" ((vbn -8.469) ) () ) +("enjoy" ((vb -7.944) (vbp -7.981) ) () ) +("enjoyable" ((jj -10.278) ) () ) +("enjoyed" ((vbd -8.681) (vbn -7.658) ) () ) +("enjoying" ((vbg -7.747) ) () ) +("enjoyment" ((nn -11.747) ) () ) +("enjoys" ((vbz -8.317) ) () ) +("enlarge" ((vb -9.448) ) () ) +("enlarged" ((jj -10.278) ) () ) +("enlarging" ((vbg -9.539) ) () ) +("enlighten" ((vb -10.141) ) () ) +("enlightened" ((jj -10.971) ) () ) +("enlightening" ((vbg -9.539) ) () ) +("enlist" ((vb -10.141) ) () ) +("enlisted" ((vbd -10.291) ) () ) +("enlivening" ((vbg -9.539) ) () ) +("ennui" ((nn -11.054) ) () ) +("ennumerated" ((vbd -10.291) ) () ) +("enormous" ((jj -7.570) ) () ) +("enormously" ((rb -10.299) ) () ) +("enough" ((jj -6.752) (nn -9.801) (nnp -11.403) (rb -5.788) ) () ) +("enraged" ((jj -10.971) (vbd -10.291) ) () ) +("enrich" ((vbp -9.367) ) () ) +("enriching" ((vbg -9.539) ) () ) +("enright" ((nnp -10.709) ) () ) +("enrique" ((nnp -11.403) ) () ) +("enroll" ((vbp -9.367) ) () ) +("enrolled" ((vbd -10.291) ) () ) +("enrollment" ((nn -10.648) ) () ) +("enrollments" ((nns -10.949) ) () ) +("enron" ((nnp -9.005) ) () ) +("enroute" ((rb -10.299) ) () ) +("ensconced" ((vbn -9.855) ) () ) +("ensemble" ((nn -11.747) ) () ) +("ensembles" ((nns -10.949) ) () ) +("enserch" ((nnp -9.611) ) () ) +("ensnarled" ((vbn -9.855) ) () ) +("ensrud" ((nnp -11.403) ) () ) +("ensue" ((vb -10.141) ) () ) +("ensued" ((vbd -10.291) ) () ) +("ensuing" ((vbg -8.440) ) () ) +("ensure" ((vb -6.586) (vbp -9.367) ) () ) +("ensures" ((vbz -9.233) ) () ) +("ensuring" ((vbg -7.460) ) () ) +("entail" ((vb -9.448) ) () ) +("entailed" ((vbn -9.855) ) () ) +("entangled" ((vbn -9.855) ) () ) +("enter" ((vb -7.006) (vbp -7.981) ) () ) +("entered" ((vbd -7.113) (vbn -7.083) ) () ) +("entergy" ((nnp -11.403) ) () ) +("entering" ((vbg -7.460) ) () ) +("enterprise" ((nn -9.444) (nnp -10.709) (nnps -7.729) ) () ) +("enterprises" ((nnp -9.205) (nnps -4.784) (nns -8.004) ) () ) +("enters" ((vbz -7.847) ) () ) +("entertain" ((vb -10.141) ) () ) +("entertained" ((vbd -10.291) (vbn -9.855) ) () ) +("entertainers" ((nns -10.949) ) () ) +("entertaining" ((jj -9.585) (vbg -9.539) ) () ) +("entertainment" ((nn -7.985) (nnp -7.198) ) () ) +("entex" ((nnp -10.709) ) () ) +("enthusiasm" ((nn -9.349) ) () ) +("enthusiasms" ((nns -10.949) ) () ) +("enthusiast" ((nn -11.747) (nnp -11.403) ) () ) +("enthusiastic" ((jj -9.179) ) () ) +("enthusiastically" ((rb -9.201) ) () ) +("enthusiasts" ((nns -9.157) ) () ) +("entice" ((vb -9.043) (vbp -9.367) ) () ) +("enticed" ((vbd -9.598) ) () ) +("enticing" ((vbg -9.539) ) () ) +("entire" ((jj -6.828) (nn -11.054) ) () ) +("entirely" ((rb -6.967) ) () ) +("entirety" ((nn -11.747) ) () ) +("entities" ((nns -8.464) ) () ) +("entitle" ((vb -9.043) (vbp -9.367) ) () ) +("entitled" ((vbd -10.291) (vbn -7.553) ) () ) +("entitlement" ((nn -10.137) ) () ) +("entitles" ((vbz -8.540) ) () ) +("entitling" ((vbg -8.846) ) () ) +("entity" ((nn -9.182) ) () ) +("entombed" ((vbn -9.162) ) () ) +("entourage" ((nn -11.747) ) () ) +("entrance" ((nn -10.648) ) () ) +("entranced" ((vbn -9.855) ) () ) +("entrants" ((nns -10.949) ) () ) +("entree" ((fw -5.416) ) () ) +("entrench" ((vb -10.141) ) () ) +("entrenched" ((jj -10.971) (vbn -8.469) ) () ) +("entrenchment" ((nn -11.747) ) () ) +("entrepreneur" ((nn -9.667) ) () ) +("entrepreneurial" ((jj -9.585) ) () ) +("entrepreneurs" ((nns -9.003) ) () ) +("entries" ((nns -9.339) ) () ) +("entrust" ((vb -10.141) (vbp -9.367) ) () ) +("entrusted" ((vbn -9.855) ) () ) +("entry" ((nn -8.751) ) () ) +("entry-level" ((jj -10.971) ) () ) +("entry-price" ((jj -10.971) ) () ) +("entwined" ((vbn -9.162) ) () ) +("enunciation" ((nn -11.747) ) () ) +("envelope" ((nn -10.648) ) () ) +("enviable" ((jj -9.585) ) () ) +("enviably" ((rb -10.299) ) () ) +("environment" ((nn -7.855) (nnp -9.793) ) () ) +("environmental" ((jj -6.614) (nnp -8.358) ) () ) +("environmental-impact" ((jj -10.971) ) () ) +("environmentalism" ((nn -10.648) (nnp -9.793) ) () ) +("environmentalist" ((nn -11.747) ) () ) +("environmentalists" ((nnps -6.630) (nns -8.646) ) () ) +("environmentally" ((rb -8.913) ) () ) +("environments" ((nns -10.255) ) () ) +("enviropact" ((nnp -9.457) ) () ) +("envisaged" ((vbd -10.291) (vbn -9.855) ) () ) +("envision" ((vb -10.141) (vbp -9.367) ) () ) +("envisioned" ((vbn -9.855) ) () ) +("envisions" ((vbz -9.926) ) () ) +("envoy" ((nn -10.648) ) () ) +("envy" ((nn -10.360) ) () ) +("envy-quotient" ((nn -11.747) ) () ) +("enzor" ((nnp -11.403) ) () ) +("eons" ((nns -10.949) ) () ) +("epa" ((nnp -8.763) ) () ) +("epic" ((nn -11.747) ) () ) +("epicenter" ((nn -10.137) ) () ) +("epidemic" ((nn -11.054) ) () ) +("epidemiologist" ((nn -11.747) ) () ) +("epilepsy" ((nn -11.054) (nnp -10.016) ) () ) +("epileptics" ((nns -10.949) ) () ) +("epinal" ((nnp -11.403) ) () ) +("epinalers" ((nnps -7.729) ) () ) +("epiphany" ((nn -11.747) ) () ) +("episcopalians" ((nnps -7.729) ) () ) +("episode" ((nn -9.182) ) () ) +("episodes" ((nns -9.003) ) () ) +("epitomize" ((vbp -9.367) ) () ) +("epo" ((nnp -9.323) ) () ) +("epo-treated" ((jj -10.278) ) () ) +("epp" ((nnp -11.403) ) () ) +("eppel" ((nnp -10.709) ) () ) +("epps" ((nnp -11.403) ) () ) +("eprex" ((nnp -11.403) ) () ) +("epsiode" ((nn -11.747) ) () ) +("equal" ((jj -7.187) (nnp -10.709) (vb -9.043) (vbp -8.674) ) () ) +("equal-opportunity" ((nn -11.747) ) () ) +("equaled" ((vbd -10.291) (vbn -9.162) ) () ) +("equaling" ((vbg -7.054) ) () ) +("equality" ((nn -10.360) ) () ) +("equally" ((rb -7.591) ) () ) +("equals" ((vbz -8.540) ) () ) +("equate" ((vb -10.141) ) () ) +("equated" ((vbn -9.855) ) () ) +("equates" ((vbz -9.926) ) () ) +("equation" ((nn -10.137) ) () ) +("equestrians" ((nns -10.255) ) () ) +("equifax" ((nnp -11.403) ) () ) +("equilibrium" ((nn -10.648) ) () ) +("equimark" ((nnp -11.403) ) () ) +("equiment" ((nn -11.747) ) () ) +("equip" ((vb -10.141) ) () ) +("equipment" ((nn -6.697) (nnp -8.107) ) () ) +("equipped" ((jj -10.971) (vbd -10.291) (vbn -7.776) ) () ) +("equipping" ((vbg -9.539) ) () ) +("equitable" ((jj -9.872) (nnp -9.457) ) () ) +("equities" ((nnps -7.729) (nns -7.904) ) () ) +("equity" ((nn -6.729) (nnp -8.630) ) () ) +("equity-income" ((nnp -10.709) ) () ) +("equity-like" ((jj -10.971) ) () ) +("equity-purchase" ((jj -8.774) (nn -11.747) ) () ) +("equivalent" ((jj -8.486) (nn -8.451) ) () ) +("equivalents" ((nns -9.003) ) () ) +("equus" ((nnp -10.016) ) () ) +("er" ((uh -4.477) ) () ) +("era" ((nn -9.039) (nnp -10.016) ) () ) +("eradicate" ((vb -9.448) ) () ) +("erasable" ((jj -10.971) ) () ) +("erase" ((vb -9.448) ) () ) +("erased" ((vbd -9.598) (vbn -8.757) ) () ) +("eraser-fitted" ((jj -10.971) ) () ) +("erasing" ((vbg -9.539) ) () ) +("erasures" ((nns -10.949) ) () ) +("erath" ((nnp -11.403) ) () ) +("erbamont" ((nn -11.747) (nnp -10.709) ) () ) +("erburu" ((nnp -11.403) ) () ) +("erdolversorgungs" ((nnp -11.403) ) () ) +("erdos" ((nnp -11.403) ) () ) +("erect" ((vb -9.448) ) () ) +("erected" ((vbd -10.291) (vbn -9.855) ) () ) +("erembal" ((nnp -11.403) ) () ) +("erensel" ((nnp -11.403) ) () ) +("eric" ((nnp -9.323) ) () ) +("erich" ((nnp -10.016) ) () ) +("ericson" ((nnp -10.709) ) () ) +("erie" ((nnp -10.709) ) () ) +("erik" ((nnp -10.304) ) () ) +("erithmatic" ((nn -11.747) ) () ) +("erle" ((nnp -11.403) ) () ) +("erma" ((nnp -11.403) ) () ) +("ernest" ((nnp -9.611) ) () ) +("ernesto" ((nnp -10.709) ) () ) +("ernst" ((nnp -9.457) ) () ) +("erode" ((vb -7.944) ) () ) +("eroded" ((vbd -9.598) (vbn -8.469) ) () ) +("erodes" ((vbz -9.233) ) () ) +("eroding" ((vbg -8.153) ) () ) +("erosion" ((nn -9.955) ) () ) +("err" ((vb -10.141) ) () ) +("errand" ((nn -11.747) ) () ) +("errata" ((nns -10.949) ) () ) +("erratic" ((jj -10.971) ) () ) +("erratically" ((rb -9.606) ) () ) +("errol" ((nnp -11.403) ) () ) +("erroll" ((nnp -11.403) ) () ) +("erroneous" ((jj -9.585) ) () ) +("erroneously" ((rb -10.299) ) () ) +("error" ((nn -9.108) ) () ) +("errors" ((nns -8.464) ) () ) +("errs" ((vbz -9.926) ) () ) +("ersatz" ((jj -10.971) ) () ) +("erskine" ((nnp -11.403) ) () ) +("erudite" ((jj -10.971) ) () ) +("erupt" ((vb -8.755) ) () ) +("erupted" ((vbd -8.905) ) () ) +("erupts" ((vbz -9.926) ) () ) +("erwin" ((nnp -10.709) ) () ) +("erythropoietin" ((nn -11.747) ) () ) +("esb" ((nnp -9.205) ) () ) +("esber" ((nnp -11.403) ) () ) +("escalate" ((vb -9.448) ) () ) +("escalated" ((vbd -10.291) (vbn -9.855) ) () ) +("escalating" ((vbg -8.846) ) () ) +("escalators" ((nns -10.949) ) () ) +("escape" ((nn -10.648) (vb -7.839) ) () ) +("escaped" ((vbd -8.499) (vbn -8.757) ) () ) +("escaping" ((vbg -8.846) ) () ) +("eschewed" ((vbn -9.855) ) () ) +("escort" ((nnp -9.793) ) () ) +("escorts" ((nns -10.949) (vbz -9.926) ) () ) +("escrow" ((nn -10.360) ) () ) +("escrowed" ((vbn -9.855) ) () ) +("escudome" ((nnp -11.403) ) () ) +("eskandarian" ((nnp -10.709) ) () ) +("eskenazi" ((nnp -10.709) ) () ) +("eskridge" ((nnp -10.709) ) () ) +("esl" ((nnp -11.403) ) () ) +("eslinger" ((nnp -10.016) ) () ) +("esop" ((nnp -10.304) ) () ) +("esopus" ((nnp -11.403) ) () ) +("esoteric" ((jj -10.971) ) () ) +("esp" ((nnp -11.403) ) () ) +("espana" ((nnp -10.709) ) () ) +("especially" ((rb -5.463) ) () ) +("espectador" ((nnp -9.457) ) () ) +("espionage" ((nn -11.747) ) () ) +("esplanade" ((nnp -11.403) ) () ) +("espn" ((nnp -9.611) ) () ) +("espousal" ((nn -11.747) ) () ) +("espouse" ((vbp -9.367) ) () ) +("espresso" ((nn -11.747) ) () ) +("esprit" ((fw -5.416) ) () ) +("esps" ((nnps -7.036) (nns -10.949) ) () ) +("essar" ((nnp -11.403) ) () ) +("essay" ((nn -11.054) ) () ) +("essayist" ((nn -11.747) ) () ) +("essays" ((nns -10.949) ) () ) +("esselte" ((nnp -9.323) ) () ) +("essence" ((nn -10.137) ) () ) +("essential" ((jj -8.332) ) () ) +("essentially" ((rb -6.967) ) () ) +("essentials" ((nns -10.949) ) () ) +("essex" ((nnp -11.403) ) () ) +("esso" ((nnp -10.304) ) () ) +("est" ((nn -11.747) (nnp -8.512) (rb -10.299) ) () ) +("establish" ((vb -6.774) ) () ) +("established" ((jj -9.585) (vbd -8.094) (vbn -6.300) ) () ) +("establishes" ((vbz -8.317) ) () ) +("establishing" ((vbg -7.141) ) () ) +("establishment" ((nn -8.802) ) () ) +("establishments" ((nns -10.949) ) () ) +("estate" ((nn -6.571) (nnp -7.906) ) () ) +("estate-tax" ((jj -10.971) ) () ) +("estates" ((nnp -11.403) ) () ) +("estee" ((nnp -9.793) ) () ) +("esteli" ((nnp -11.403) ) () ) +("estes" ((nnp -11.403) ) () ) +("esther" ((nnp -10.709) ) () ) +("estimate" ((nn -7.365) (nnp -11.403) (vb -7.577) (vbp -6.189) ) () ) +("estimated" ((jj -7.258) (vbd -6.340) (vbn -5.076) ) () ) +("estimates" ((nns -6.353) (vbz -6.492) ) () ) +("estimating" ((vbg -7.593) ) () ) +("estimation" ((nn -11.747) ) () ) +("estimators" ((nns -10.949) ) () ) +("estonia" ((nnp -11.403) ) () ) +("estonian" ((jj -10.971) ) () ) +("estonian-language" ((jj -10.971) ) () ) +("estranged" ((vbn -9.855) ) () ) +("estrogen-replacement" ((nn -11.747) ) () ) +("estuarian" ((nn -11.747) ) () ) +("et" ((cc -10.033) (fw -5.416) (nnp -10.709) ) () ) +("eta" ((nnp -11.403) ) () ) +("etc" ((fw -3.807) (nn -11.747) ) () ) +("etc." ((fw -4.030) ) () ) +("eternal" ((jj -9.872) ) () ) +("ethan" ((nnp -10.304) ) () ) +("ethical" ((jj -8.774) ) () ) +("ethics" ((nnp -9.611) (nns -8.751) ) () ) +("ethnic" ((jj -8.332) ) () ) +("ethnically" ((rb -10.299) ) () ) +("ethnography" ((nn -11.747) ) () ) +("ethos" ((nn -11.054) ) () ) +("ethylene" ((nn -9.801) ) () ) +("etienne-emile" ((nnp -11.403) ) () ) +("etiquette" ((nn -11.054) ) () ) +("etudes" ((nnp -11.403) ) () ) +("etzioni" ((nnp -10.304) ) () ) +("eubank" ((nnp -10.709) ) () ) +("eugene" ((nnp -9.611) ) () ) +("euphemisms" ((nns -10.949) ) () ) +("euphoria" ((nn -9.801) ) () ) +("euro" ((nnp -9.793) ) () ) +("euro-communist" ((nnp -11.403) ) () ) +("eurobond" ((nnp -11.403) ) () ) +("eurobonds" ((nnps -7.729) (nns -9.850) ) () ) +("eurocom" ((nnp -8.458) ) () ) +("euroconvertible" ((jj -10.971) ) () ) +("eurodebentures" ((nns -10.949) ) () ) +("eurodebt" ((nnp -11.403) ) () ) +("eurodollar" ((jj -10.278) (nnp -11.403) ) () ) +("eurodollars" ((1 -4.727) (nnps -7.036) (nns -8.869) ) () ) +("euroissues" ((nns -10.949) ) () ) +("euromarket" ((nnp -10.709) ) () ) +("euronotes" ((nns -10.949) ) () ) +("europa" ((nn -11.747) (nnp -10.304) ) () ) +("europe" ((nnp -6.161) ) () ) +("european" ((jj -6.111) (nnp -7.432) ) () ) +("european-american" ((nnp -11.403) ) () ) +("european-minded" ((jj -10.971) ) () ) +("europeans" ((nnps -5.331) (nns -10.949) ) () ) +("eurovision" ((nnp -11.403) ) () ) +("evacuate" ((vb -10.141) ) () ) +("evacuated" ((vbn -8.757) ) () ) +("evacuation" ((nn -10.648) ) () ) +("evade" ((vb -9.043) ) () ) +("evaded" ((vbn -9.855) ) () ) +("evades" ((vbz -9.926) ) () ) +("evaluate" ((vb -7.944) (vbp -9.367) ) () ) +("evaluated" ((vbd -10.291) (vbn -9.162) ) () ) +("evaluates" ((vbz -9.233) ) () ) +("evaluating" ((vbg -7.236) ) () ) +("evaluation" ((nn -9.182) ) () ) +("evaluations" ((nns -10.255) ) () ) +("evan" ((nnp -11.403) ) () ) +("evangelical" ((jj -10.971) ) () ) +("evangelist" ((nn -11.054) ) () ) +("evangelist-industrialist" ((nn -11.747) ) () ) +("evans" ((nnp -8.512) ) () ) +("evans-black" ((nnp -11.403) ) () ) +("evanston" ((nnp -11.403) ) () ) +("evaporate" ((vb -10.141) ) () ) +("evaporated" ((vbd -9.598) (vbn -9.855) ) () ) +("evaporation" ((nn -11.747) ) () ) +("evasion" ((nn -10.137) ) () ) +("eve" ((nn -11.054) (nnp -11.403) ) () ) +("even" ((1 -4.727) (jj -8.774) (rb -3.757) (vb -9.448) ) () ) +("evened" ((vbn -9.855) ) () ) +("evenhanded" ((jj -10.278) ) () ) +("evening" ((nn -8.313) (nnp -11.403) ) () ) +("evenings" ((nns -10.949) ) () ) +("evenly" ((rb -8.353) ) () ) +("evens" ((vbz -9.926) ) () ) +("evensong" ((nn -11.747) ) () ) +("event" ((nn -7.686) (nnp -11.403) ) () ) +("event-driven" ((jj -10.971) ) () ) +("events" ((nns -6.554) ) () ) +("eventual" ((jj -8.774) ) () ) +("eventually" ((rb -6.095) ) () ) +("ever" ((rb -5.417) ) () ) +("ever-anxious" ((jj -10.971) ) () ) +("ever-changing" ((jj -10.971) ) () ) +("ever-faster" ((jj -10.971) ) () ) +("ever-greater" ((jj -10.971) ) () ) +("ever-growing" ((jj -10.971) ) () ) +("ever-narrowing" ((jj -10.278) ) () ) +("ever-present" ((jj -10.278) ) () ) +("ever-swelling" ((jj -10.971) ) () ) +("eveready" ((nnp -11.403) ) () ) +("everett" ((nnp -10.016) ) () ) +("everglades" ((nns -10.949) ) () ) +("everlasting" ((jj -10.971) ) () ) +("every" ((dt -6.054) ) () ) +("everybody" ((nn -8.109) ) () ) +("everyday" ((jj -9.585) ) () ) +("everyman" ((nnp -11.403) ) () ) +("everyone" ((nn -7.588) ) () ) +("everything" ((nn -7.620) (nnp -10.016) ) () ) +("everytime" ((rb -10.299) ) () ) +("everywhere" ((rb -7.997) ) () ) +("evian" ((nnp -11.403) ) () ) +("evidence" ((nn -7.352) ) () ) +("evidenced" ((vbn -8.469) ) () ) +("evident" ((jj -8.573) ) () ) +("evidently" ((rb -9.606) ) () ) +("evil" ((jj -8.892) (nn -11.054) (nnp -11.403) ) () ) +("evil-doers" ((nns -10.949) ) () ) +("evil-looking" ((jj -10.971) ) () ) +("evinced" ((vbd -10.291) ) () ) +("eviscerating" ((vbg -9.539) ) () ) +("evocative" ((jj -10.971) ) () ) +("evoke" ((vbp -9.367) ) () ) +("evokes" ((vbz -9.926) ) () ) +("evoking" ((vbg -9.539) ) () ) +("evolution" ((nn -9.549) ) () ) +("evolutionary" ((jj -9.872) ) () ) +("evolve" ((vb -8.755) ) () ) +("evolved" ((vbd -9.192) (vbn -9.162) ) () ) +("evolving" ((vbg -8.440) ) () ) +("evren" ((nnp -11.403) ) () ) +("ewdb" ((nnp -10.709) ) () ) +("ewing" ((nnp -10.709) ) () ) +("ex" ((fw -5.416) (jj -10.971) ) () ) +("ex-accountant" ((nn -11.747) ) () ) +("ex-attorney" ((nnp -11.403) ) () ) +("ex-chief" ((jj -10.971) ) () ) +("ex-dividend" ((jj -10.971) (nn -10.648) ) () ) +("ex-employees" ((nns -10.949) ) () ) +("ex-employer" ((nn -11.747) ) () ) +("ex-hurler" ((nn -11.747) ) () ) +("ex-im" ((nnp -10.709) ) () ) +("ex-marine" ((nn -11.747) ) () ) +("ex-member" ((nn -11.747) ) () ) +("ex-player" ((nn -11.747) ) () ) +("ex-president" ((nn -11.747) (nnp -10.709) ) () ) +("ex-wife" ((nn -11.747) ) () ) +("exabyte" ((nnp -10.709) ) () ) +("exacerbate" ((vb -10.141) ) () ) +("exacerbated" ((vbd -9.192) (vbn -8.757) ) () ) +("exacerbates" ((vbz -8.828) ) () ) +("exacerbating" ((vbg -8.846) ) () ) +("exact" ((jj -8.774) ) () ) +("exactly" ((rb -6.716) ) () ) +("exaggerate" ((vb -9.448) ) () ) +("exaggerated" ((jj -10.278) (vbn -9.855) ) () ) +("exam" ((nn -11.747) ) () ) +("examination" ((nn -9.262) (nnp -11.403) ) () ) +("examinations" ((nns -10.255) ) () ) +("examine" ((vb -7.944) (vbp -8.674) ) () ) +("examined" ((vbd -10.291) (vbn -8.757) ) () ) +("examiner" ((nnp -10.304) ) () ) +("examiners" ((nns -9.850) ) () ) +("examines" ((vbz -9.926) ) () ) +("examining" ((vbg -8.153) ) () ) +("example" ((nn -6.381) ) () ) +("examples" ((nns -9.003) ) () ) +("exasperation" ((nn -11.747) ) () ) +("exbt" ((nnp -11.403) ) () ) +("excalibur" ((nnp -10.304) ) () ) +("excavated" ((vbn -9.855) ) () ) +("excavating" ((vbg -9.539) ) () ) +("excavator" ((nn -11.747) ) () ) +("excavators" ((nns -10.949) ) () ) +("exceed" ((vb -7.146) (vbp -7.064) ) () ) +("exceeded" ((vbd -7.295) (vbn -7.909) ) () ) +("exceeding" ((vbg -7.236) ) () ) +("exceedingly" ((rb -9.606) ) () ) +("exceeds" ((vbz -7.624) ) () ) +("excel" ((nnp -10.709) (vb -10.141) (vbp -9.367) ) () ) +("excellence" ((nn -11.747) ) () ) +("excellent" ((jj -8.486) ) () ) +("excelsior" ((nnp -11.403) ) () ) +("except" ((in -6.950) ) () ) +("exception" ((nn -9.182) ) () ) +("exceptional" ((jj -10.278) ) () ) +("exceptionally" ((rb -8.508) ) () ) +("exceptions" ((nns -8.464) ) () ) +("excerpts" ((nns -9.562) ) () ) +("excess" ((jj -7.975) (nn -8.802) ) () ) +("excesses" ((nns -8.869) ) () ) +("excessive" ((jj -7.927) ) () ) +("excessively" ((rb -10.299) ) () ) +("exchange" ((nn -6.249) (nnp -5.295) (vb -7.944) (vbp -8.674) ) () ) +("exchange-listed" ((jj -10.278) ) () ) +("exchange-rate" ((jj -9.585) (nn -9.667) ) () ) +("exchangeable" ((jj -10.971) ) () ) +("exchanged" ((vbd -8.905) (vbn -8.469) ) () ) +("exchanges" ((nns -6.483) ) () ) +("exchequer" ((nn -10.648) (nnp -8.630) ) () ) +("excise" ((nn -10.648) ) () ) +("excise-tax" ((jj -10.971) ) () ) +("excised" ((vbd -10.291) (vbn -9.855) ) () ) +("excite" ((vb -10.141) ) () ) +("excited" ((jj -10.971) (vbn -8.757) ) () ) +("excitement" ((nn -9.444) ) () ) +("exciting" ((jj -8.892) ) () ) +("exclaims" ((vbz -9.233) ) () ) +("exclude" ((vb -8.062) (vbp -7.757) ) () ) +("excluded" ((vbd -10.291) (vbn -8.063) ) () ) +("excludes" ((vbz -9.233) ) () ) +("excluding" ((nnp -11.403) (vbg -5.875) ) () ) +("exclusion" ((nn -9.444) ) () ) +("exclusionary" ((jj -10.971) ) () ) +("exclusions" ((nns -10.255) ) () ) +("exclusive" ((jj -7.675) ) () ) +("exclusively" ((rb -7.734) ) () ) +("exclusivity" ((nn -9.955) ) () ) +("excoriated" ((vbn -9.855) ) () ) +("excrutiatingly" ((rb -10.299) ) () ) +("excursions" ((nns -10.255) ) () ) +("excursus" ((nn -11.747) ) () ) +("excuse" ((nn -9.549) (vb -9.448) ) () ) +("excuses" ((nnps -7.729) (nns -10.949) ) () ) +("excutives" ((nns -10.949) ) () ) +("execute" ((vb -7.502) (vbp -9.367) ) () ) +("executed" ((jj -10.971) (vbd -8.681) (vbn -7.290) ) () ) +("executes" ((vbz -9.926) ) () ) +("executing" ((vbg -7.460) ) () ) +("execution" ((nn -8.913) (nnp -10.709) ) () ) +("executions" ((nns -9.003) ) () ) +("executive" ((jj -5.703) (nn -5.933) (nnp -8.694) ) () ) +("executive-branch" ((jj -10.971) ) () ) +("executive-legislative" ((jj -10.971) ) () ) +("executive-level" ((jj -10.971) ) () ) +("executives" ((nnp -11.403) (nns -5.485) ) () ) +("executor" ((nn -11.747) ) () ) +("executors" ((nns -10.949) ) () ) +("exemplar" ((nn -11.747) ) () ) +("exemplified" ((vbn -9.855) ) () ) +("exemplifies" ((vbz -9.926) ) () ) +("exempt" ((jj -8.892) (vb -8.532) ) () ) +("exempted" ((vbn -9.162) ) () ) +("exempting" ((vbg -8.846) ) () ) +("exemption" ((nn -9.182) ) () ) +("exemptions" ((nns -10.255) ) () ) +("exercisable" ((jj -8.573) ) () ) +("exercise" ((nn -8.313) (vb -7.433) (vbp -7.757) ) () ) +("exercised" ((vbn -7.658) ) () ) +("exercises" ((nns -10.255) (vbz -8.540) ) () ) +("exercising" ((vbg -7.460) ) () ) +("exert" ((vb -10.141) ) () ) +("exerted" ((vbn -9.855) ) () ) +("exeter" ((nnp -11.403) ) () ) +("exhaled" ((vbd -10.291) ) () ) +("exhaust" ((nn -11.747) (vb -10.141) (vbp -9.367) ) () ) +("exhausted" ((jj -10.971) (vbd -10.291) (vbn -7.909) ) () ) +("exhausting" ((jj -10.278) (vbg -9.539) ) () ) +("exhaustion" ((nn -11.747) ) () ) +("exhaustive" ((jj -10.971) ) () ) +("exhibit" ((nn -9.801) (vb -10.141) ) () ) +("exhibiting" ((vbg -9.539) ) () ) +("exhibition" ((nn -9.444) ) () ) +("exhibitions" ((nns -10.255) ) () ) +("exhibits" ((nns -10.949) ) () ) +("exhilarating" ((jj -10.971) ) () ) +("exhilaration" ((nn -11.747) ) () ) +("exhort" ((vb -10.141) ) () ) +("exile" ((nn -10.137) ) () ) +("exiled" ((vbd -10.291) ) () ) +("exist" ((vb -7.433) (vbp -7.170) ) () ) +("existance" ((nn -11.747) ) () ) +("existed" ((vbd -8.499) (vbn -9.855) ) () ) +("existence" ((nn -9.039) ) () ) +("existent" ((jj -10.971) ) () ) +("existentialist" ((nn -11.747) ) () ) +("existing" ((jj -8.406) (vbg -5.412) ) () ) +("exists" ((vbz -7.624) ) () ) +("exit" ((nn -9.801) (vb -10.141) ) () ) +("exit-load" ((jj -10.971) ) () ) +("exited" ((vbd -10.291) ) () ) +("exits" ((nns -10.949) ) () ) +("exocet" ((nnp -11.403) ) () ) +("exodus" ((nn -9.667) ) () ) +("exonerated" ((vbd -10.291) (vbn -9.162) ) () ) +("exonerating" ((vbg -9.539) ) () ) +("exorbitant" ((jj -9.362) ) () ) +("exorcise" ((vb -10.141) ) () ) +("exorcism" ((nn -11.054) ) () ) +("exorcisms" ((nns -10.949) ) () ) +("exorcist" ((nn -11.747) ) () ) +("exotic" ((jj -8.892) ) () ) +("expand" ((vb -6.134) (vbp -9.367) ) () ) +("expanded" ((jj -9.872) (vbd -8.345) (vbn -6.597) ) () ) +("expanding" ((vbg -5.984) ) () ) +("expands" ((vbz -8.540) ) () ) +("expansion" ((nn -7.739) ) () ) +("expansion-minded" ((jj -10.971) ) () ) +("expansionary" ((jj -10.971) ) () ) +("expansionism" ((nn -11.747) ) () ) +("expansionists" ((nns -10.949) ) () ) +("expansions" ((nns -10.255) ) () ) +("expansive" ((jj -10.278) ) () ) +("expect" ((in -10.957) (vb -5.952) (vbp -4.639) ) () ) +("expectancy" ((nn -11.747) ) () ) +("expectant" ((jj -10.971) ) () ) +("expectation" ((nn -9.444) ) () ) +("expectations" ((nns -6.805) ) () ) +("expected" ((jj -7.505) (vbd -6.399) (vbn -3.789) ) () ) +("expecting" ((vbg -6.281) ) () ) +("expects" ((vbz -4.475) ) () ) +("expedients" ((nns -10.949) ) () ) +("expedite" ((vb -9.448) ) () ) +("expedited" ((jj -10.971) (vbn -9.162) ) () ) +("expediting" ((vbg -8.846) ) () ) +("expedition" ((nn -11.747) ) () ) +("expeditiously" ((rb -10.299) ) () ) +("expel" ((vb -10.141) ) () ) +("expelled" ((vbd -10.291) (vbn -8.246) ) () ) +("expendable" ((jj -10.971) ) () ) +("expenditure" ((nn -10.360) ) () ) +("expenditures" ((nnps -7.729) (nns -8.115) (vbz -9.926) ) () ) +("expense" ((nn -8.191) ) () ) +("expenses" ((nns -6.605) ) () ) +("expensive" ((jj -6.797) ) () ) +("expensive-to-produce" ((jj -10.971) ) () ) +("experience" ((nn -7.588) (vb -8.755) (vbp -9.367) ) () ) +("experienced" ((jj -8.892) (vbd -8.345) (vbn -7.290) ) () ) +("experiences" ((nns -10.255) ) () ) +("experiencing" ((vbg -6.974) ) () ) +("experiment" ((nn -9.262) ) () ) +("experimental" ((jj -9.179) ) () ) +("experimentation" ((nn -11.054) ) () ) +("experimented" ((vbn -9.855) ) () ) +("experimenting" ((vbg -8.440) ) () ) +("experiments" ((nns -8.646) ) () ) +("expert" ((jj -9.872) (nn -8.974) ) () ) +("expertise" ((nn -9.182) ) () ) +("experts" ((nns -6.729) ) () ) +("expiration" ((nn -8.974) ) () ) +("expirations" ((nns -10.949) ) () ) +("expire" ((vb -7.050) (vbp -7.575) ) () ) +("expired" ((jj -10.971) (vbd -7.893) (vbn -8.757) ) () ) +("expires" ((vbz -7.036) ) () ) +("expiring" ((vbg -8.153) ) () ) +("explain" ((vb -7.050) (vbp -8.674) ) () ) +("explained" ((vbd -7.400) (vbn -8.757) ) () ) +("explaining" ((vbg -6.766) ) () ) +("explains" ((vbz -6.630) ) () ) +("explanation" ((nn -8.974) ) () ) +("explanations" ((nns -9.850) ) () ) +("explanatory" ((jj -10.971) ) () ) +("expletive" ((nn -11.747) ) () ) +("explicit" ((jj -9.362) ) () ) +("explicitly" ((rb -9.201) ) () ) +("explode" ((vb -9.448) ) () ) +("exploded" ((vbd -8.499) (vbn -9.855) ) () ) +("explodes" ((vbz -9.926) ) () ) +("exploding" ((vbg -8.846) ) () ) +("exploit" ((vb -8.196) (vbp -9.367) ) () ) +("exploited" ((vbn -9.855) ) () ) +("exploiter" ((nn -11.747) ) () ) +("exploiters" ((nns -10.949) ) () ) +("exploiting" ((vbg -9.539) ) () ) +("exploits" ((nns -10.949) ) () ) +("explonaft" ((nnp -10.709) ) () ) +("exploration" ((nn -8.281) (nnp -9.323) ) () ) +("exploratory" ((jj -10.971) ) () ) +("explore" ((vb -7.944) (vbp -9.367) ) () ) +("explorer" ((nnp -11.403) ) () ) +("explores" ((vbz -9.926) ) () ) +("exploring" ((vbg -7.236) ) () ) +("explosion" ((nn -8.856) ) () ) +("explosions" ((nns -9.003) ) () ) +("explosive" ((jj -9.362) ) () ) +("explosively" ((rb -10.299) ) () ) +("explosives" ((nns -10.949) ) () ) +("explusion" ((nn -11.747) ) () ) +("expo" ((nn -11.054) (nnp -11.403) ) () ) +("export" ((jj -10.971) (nn -7.985) (nnp -10.304) (vb -7.839) (vbp -9.367) ) () ) +("export-boosting" ((jj -10.971) ) () ) +("export-control" ((jj -9.585) ) () ) +("export-import" ((nnp -9.793) ) () ) +("export-oriented" ((jj -9.872) ) () ) +("export-related" ((jj -10.971) ) () ) +("exported" ((vbd -9.192) (vbn -8.469) ) () ) +("exporter" ((nn -10.648) ) () ) +("exporters" ((nns -8.751) ) () ) +("exporting" ((nnp -10.709) ) () ) +("exports" ((nns -6.645) (vbz -8.828) ) () ) +("expose" ((vb -9.043) (vbp -9.367) ) () ) +("exposed" ((jj -10.971) (vbd -9.598) (vbn -7.216) ) () ) +("exposing" ((jj -10.971) (vbg -8.153) ) () ) +("exposition" ((nn -11.747) ) () ) +("exposure" ((nn -8.281) ) () ) +("exposures" ((nns -9.003) ) () ) +("expounding" ((vbg -9.539) ) () ) +("express" ((jj -10.278) (nnp -6.870) (vb -8.755) (vbp -8.674) ) () ) +("express-buick" ((nnp -11.403) ) () ) +("expressed" ((vbd -7.033) (vbn -7.216) ) () ) +("expresses" ((vbz -9.233) ) () ) +("expressing" ((vbg -8.153) ) () ) +("expression" ((nn -9.549) ) () ) +("expressions" ((nns -9.339) ) () ) +("expressive" ((jj -10.971) ) () ) +("expressly" ((rb -10.299) ) () ) +("expunge" ((vb -10.141) ) () ) +("expunged" ((vbn -9.855) ) () ) +("exquisite" ((jj -10.971) ) () ) +("extend" ((vb -6.531) (vbp -8.674) ) () ) +("extended" ((jj -9.585) (vbd -7.295) (vbn -6.911) ) () ) +("extending" ((vbg -7.460) ) () ) +("extends" ((vbz -8.828) ) () ) +("extension" ((nn -8.656) (nnp -11.403) ) () ) +("extensions" ((nns -9.339) ) () ) +("extensive" ((jj -7.927) ) () ) +("extensively" ((rb -10.299) ) () ) +("extent" ((nn -8.191) ) () ) +("exterior" ((nnp -8.838) ) () ) +("exteriors" ((nns -10.949) ) () ) +("extermination" ((nn -11.747) ) () ) +("external" ((jj -8.669) (nnp -10.709) ) () ) +("external-trade" ((jj -10.971) ) () ) +("externally" ((rb -10.299) ) () ) +("extinct" ((jj -10.971) ) () ) +("extinction" ((nn -10.648) ) () ) +("extinguish" ((vb -9.043) ) () ) +("extort" ((vb -9.043) ) () ) +("extorted" ((vbd -10.291) ) () ) +("extorting" ((vbg -8.846) ) () ) +("extortion" ((nn -10.360) ) () ) +("extra" ((jj -7.334) ) () ) +("extract" ((nn -11.747) (vb -8.755) ) () ) +("extracted" ((vbd -10.291) (vbn -9.855) ) () ) +("extracting" ((vbg -9.539) ) () ) +("extraction" ((nn -11.747) ) () ) +("extradited" ((vbn -9.162) ) () ) +("extradition" ((nn -9.549) ) () ) +("extraditions" ((nns -10.949) ) () ) +("extramarital" ((jj -10.971) ) () ) +("extraneous" ((jj -9.362) ) () ) +("extraordinarily" ((rb -9.201) ) () ) +("extraordinary" ((jj -7.121) ) () ) +("extrapolated" ((vbn -9.855) ) () ) +("extras" ((nns -10.949) ) () ) +("extraterrestrial" ((jj -10.971) ) () ) +("extravagance" ((nn -11.747) ) () ) +("extravagant" ((jj -10.971) ) () ) +("extreme" ((jj -9.025) (nn -11.054) ) () ) +("extremely" ((rb -6.610) ) () ) +("extremes" ((nns -10.255) ) () ) +("extremist" ((nn -11.747) ) () ) +("extremists" ((nns -10.255) ) () ) +("extricate" ((vb -10.141) ) () ) +("exuberance" ((nn -11.747) ) () ) +("exude" ((vbp -9.367) ) () ) +("exuded" ((vbd -10.291) ) () ) +("exxon" ((nnp -7.574) ) () ) +("exxon-owned" ((jj -10.971) ) () ) +("eye" ((nn -8.109) (nnp -10.709) ) () ) +("eye-blink" ((nn -11.747) ) () ) +("eye-catching" ((jj -10.971) ) () ) +("eye-popping" ((jj -10.971) ) () ) +("eyeball" ((nn -11.747) ) () ) +("eyeballing" ((vbg -9.539) ) () ) +("eyebrow" ((nn -11.747) ) () ) +("eyebrows" ((nns -9.562) ) () ) +("eyed" ((vbd -10.291) ) () ) +("eyeglasses" ((nns -10.949) ) () ) +("eyeing" ((vbg -9.539) ) () ) +("eyes" ((nns -7.581) ) () ) +("eyewitness" ((nn -11.747) ) () ) +("eyewitnesses" ((nns -10.949) ) () ) +("eying" ((vbg -9.539) ) () ) +("eyp" ((nnp -11.403) ) () ) +("ezekiel" ((nnp -11.403) ) () ) +("ezra" ((nnp -11.403) ) () ) +("f" ((nn -10.648) (nnp -11.403) (sym -2.996) ) () ) +("f-14" ((nn -9.955) ) () ) +("f-15" ((nn -11.747) (nnp -11.403) ) () ) +("f-16" ((nn -11.054) (nnp -10.709) ) () ) +("f-18" ((nn -11.054) ) () ) +("f-18s" ((nns -10.255) ) () ) +("f-20" ((nnp -9.611) ) () ) +("f-20s" ((nnps -7.729) ) () ) +("f-a-18" ((nn -11.747) ) () ) +("f-series" ((nnps -7.729) ) () ) +("f." ((nnp -7.596) ) () ) +("f.a." ((nnp -11.403) ) () ) +("f.a.o." ((nnp -11.403) ) () ) +("f.c" ((nnp -11.403) ) () ) +("f.h." ((nnp -11.403) ) () ) +("f.j." ((nnp -11.403) ) () ) +("f.w." ((nnp -10.016) ) () ) +("f16s" ((nns -10.949) ) () ) +("f18s" ((nns -10.949) ) () ) +("faa" ((nnp -9.793) ) () ) +("fab" ((nnp -10.709) ) () ) +("faber" ((nnp -11.403) ) () ) +("faberge" ((nnp -9.611) ) () ) +("fabian" ((nnp -10.709) ) () ) +("fable" ((nn -11.747) ) () ) +("fabled" ((jj -9.872) ) () ) +("fabric" ((nn -9.955) ) () ) +("fabricate" ((vb -9.448) ) () ) +("fabricated" ((vbn -9.162) ) () ) +("fabrication" ((nn -9.801) ) () ) +("fabrications" ((nns -10.255) ) () ) +("fabricator" ((nn -11.747) ) () ) +("fabricators" ((nns -10.949) ) () ) +("fabrics" ((nns -10.949) ) () ) +("fabulous" ((jj -10.971) (nnp -10.709) ) () ) +("facade" ((nn -10.648) ) () ) +("face" ((jj -9.872) (nn -7.258) (nnp -10.304) (vb -6.707) (vbp -6.276) ) () ) +("face-amount" ((jj -10.971) ) () ) +("face-saving" ((jj -10.278) ) () ) +("face-to-face" ((jj -9.585) (rb -10.299) ) () ) +("faced" ((vbd -7.893) (vbn -6.764) ) () ) +("facelift" ((nn -11.747) ) () ) +("facelifts" ((nns -10.949) ) () ) +("faces" ((nns -9.850) (vbz -6.098) ) () ) +("facetiously" ((rb -10.299) ) () ) +("facial" ((jj -9.872) ) () ) +("facilitate" ((vb -8.196) (vbp -9.367) ) () ) +("facilitating" ((vbg -8.846) ) () ) +("facilities" ((nnp -11.403) (nnps -5.649) (nns -6.923) ) () ) +("facility" ((nn -7.795) ) () ) +("facing" ((vbg -5.901) ) () ) +("facsimile" ((jj -10.278) (nn -11.054) ) () ) +("facsimiles" ((nns -10.949) ) () ) +("fact" ((nn -6.665) ) () ) +("fact-bound" ((jj -10.971) ) () ) +("fact-finder" ((nn -11.747) ) () ) +("fact-finding" ((jj -9.872) ) () ) +("faction" ((nn -11.054) ) () ) +("factions" ((nns -9.850) ) () ) +("facto" ((fw -4.030) (jj -10.971) ) () ) +("factor" ((nn -7.985) ) () ) +("factored" ((jj -10.971) ) () ) +("factorex" ((nnp -11.403) ) () ) +("factories" ((nns -7.771) ) () ) +("factoring" ((nn -10.648) (vbg -9.539) ) () ) +("factors" ((nns -6.759) ) () ) +("factory" ((nn -7.352) (nnp -11.403) ) () ) +("factory-jobs" ((nns -10.949) ) () ) +("factory-modernization" ((nn -11.747) ) () ) +("facts" ((nns -7.813) ) () ) +("factual" ((jj -10.278) ) () ) +("factually" ((rb -9.201) ) () ) +("faculty" ((nn -9.955) ) () ) +("fad" ((nn -10.648) ) () ) +("fade" ((vb -9.448) ) () ) +("faded" ((vbd -10.291) (vbn -8.469) ) () ) +("fades" ((nns -10.949) ) () ) +("fading" ((vbg -9.539) ) () ) +("fagenson" ((nnp -11.403) ) () ) +("fahd" ((nnp -11.403) ) () ) +("fahrenheit" ((nn -11.747) (nnp -11.403) ) () ) +("fail" ((vb -7.369) (vbp -7.170) ) () ) +("failed" ((jj -9.025) (vbd -6.028) (vbn -6.218) ) () ) +("failing" ((vbg -6.404) ) () ) +("fails" ((vbz -7.729) ) () ) +("failure" ((nn -7.686) ) () ) +("failure-to-supervise" ((jj -10.971) ) () ) +("failures" ((nns -7.953) ) () ) +("faint" ((vb -10.141) ) () ) +("faintest" ((jjs -7.523) ) () ) +("fainting" ((nn -11.054) (vbg -9.539) ) () ) +("fair" ((jj -7.334) (nn -10.360) (nnp -9.205) ) () ) +("fair-market" ((jj -10.278) ) () ) +("fair-trade-related" ((jj -10.971) ) () ) +("fair-use" ((jj -10.971) ) () ) +("fairer" ((jjr -8.039) ) () ) +("fairfax" ((nn -11.747) (nnp -10.016) ) () ) +("fairfield" ((nnp -10.016) ) () ) +("fairlawn" ((nnp -11.403) ) () ) +("fairless" ((nnp -10.304) ) () ) +("fairly" ((rb -6.586) ) () ) +("fairness" ((nn -9.955) (nnp -10.709) ) () ) +("fairs" ((nns -10.949) ) () ) +("fairway" ((nn -11.747) ) () ) +("fairy" ((nn -11.747) ) () ) +("faith" ((nn -9.549) (nnp -11.403) ) () ) +("faithful" ((jj -10.278) (nn -11.054) ) () ) +("faithfully" ((rb -10.299) ) () ) +("fake" ((jj -10.278) (nn -11.747) ) () ) +("faked" ((vbd -10.291) ) () ) +("fakty" ((nnp -10.304) ) () ) +("falco" ((nnp -10.709) ) () ) +("falcon" ((nnp -9.100) ) () ) +("falcons" ((nnps -7.729) ) () ) +("fall" ((nn -7.316) (vb -5.824) (vbp -6.322) ) () ) +("fallacious" ((jj -10.971) ) () ) +("fallacy" ((nn -11.747) ) () ) +("fallback" ((jj -10.971) ) () ) +("fallen" ((vbn -5.963) ) () ) +("falling" ((nn -11.747) (vbg -5.445) ) () ) +("falloff" ((nn -11.747) ) () ) +("fallon" ((nnp -11.403) ) () ) +("fallout" ((nn -9.801) ) () ) +("fallow" ((jj -10.971) ) () ) +("falls" ((nnp -9.457) (nns -10.949) (vbz -6.930) ) () ) +("false" ((jj -7.752) ) () ) +("falsely" ((rb -8.690) ) () ) +("falseness" ((nn -11.747) ) () ) +("falsified" ((vbn -9.162) ) () ) +("falsify" ((vb -10.141) ) () ) +("falter" ((vbp -9.367) ) () ) +("faltered" ((vbd -8.905) ) () ) +("faltering" ((vbg -8.440) ) () ) +("falters" ((nnp -11.403) (vbz -9.233) ) () ) +("fame" ((nn -10.360) (nnp -9.611) ) () ) +("famed" ((jj -9.872) ) () ) +("familia" ((nnp -10.709) ) () ) +("familiar" ((jj -6.564) ) () ) +("familiarize" ((vb -10.141) ) () ) +("families" ((nns -7.338) ) () ) +("family" ((nn -6.756) (nnp -9.457) ) () ) +("family-planning" ((jj -10.971) (nn -11.054) ) () ) +("family-run" ((jj -10.971) ) () ) +("famine" ((nn -11.747) ) () ) +("famines" ((nns -10.949) ) () ) +("famous" ((jj -7.836) (nnp -11.403) ) () ) +("famously" ((rb -10.299) ) () ) +("fan" ((nn -9.182) (vb -10.141) ) () ) +("fanatics" ((nns -10.255) ) () ) +("fancier" ((jjr -8.039) ) () ) +("fancies" ((vbz -9.926) ) () ) +("fanciest" ((jjs -7.523) ) () ) +("fanciful" ((jj -9.872) ) () ) +("fancy" ((jj -8.774) (nn -10.648) ) () ) +("fancy'shvartzer" ((nn -11.747) ) () ) +("fanfare" ((nn -9.955) ) () ) +("fang" ((nnp -10.304) ) () ) +("fangs" ((nns -10.949) ) () ) +("fannie" ((nnp -8.070) ) () ) +("fanny" ((nn -11.747) ) () ) +("fans" ((nns -7.483) (vbz -9.926) ) () ) +("fantasia" ((nnp -11.403) ) () ) +("fantasies" ((nns -10.255) ) () ) +("fantastic" ((jj -10.278) ) () ) +("fantastico" ((nnp -10.709) ) () ) +("fantasy" ((nn -11.054) (nnp -10.016) ) () ) +("far" ((in -10.957) (jj -8.406) (nnp -8.407) (rb -4.619) ) () ) +("far-afield" ((jj -10.971) ) () ) +("far-flung" ((jj -10.278) ) () ) +("far-from-conciliatory" ((jj -10.971) ) () ) +("far-left" ((jj -10.971) (nn -11.747) ) () ) +("far-reaching" ((jj -8.486) ) () ) +("far-right" ((jj -10.971) ) () ) +("farce" ((nn -11.054) ) () ) +("fare" ((nn -9.549) (vb -8.755) (vbp -7.757) ) () ) +("fared" ((vbd -7.988) (vbn -9.855) ) () ) +("farentino" ((nnp -11.403) ) () ) +("fares" ((nns -8.115) (vbz -9.926) ) () ) +("fargo" ((nnp -9.793) ) () ) +("farm" ((nn -8.528) (nnp -8.918) ) () ) +("farm-machine" ((nn -11.747) ) () ) +("farm-product" ((nn -11.054) ) () ) +("farm-supply" ((jj -10.971) ) () ) +("farmer" ((nn -8.856) ) () ) +("farmers" ((nnp -8.569) (nnps -4.838) (nns -7.164) ) () ) +("farming" ((nn -11.747) (nnp -11.403) (vbg -9.539) ) () ) +("farmington" ((nnp -10.016) ) () ) +("farms" ((nns -8.551) (vbz -9.926) ) () ) +("farmwives" ((nns -10.949) ) () ) +("farnham" ((nnp -11.403) ) () ) +("farooquee" ((nnp -10.709) ) () ) +("farrar" ((nnp -11.403) ) () ) +("farrell" ((nnp -10.709) ) () ) +("farren" ((nnp -11.403) ) () ) +("farther" ((rb -10.299) (rbr -6.321) ) () ) +("farthest" ((jjs -7.523) ) () ) +("fas-antigen" ((nn -11.747) ) () ) +("fasb" ((nnp -9.457) ) () ) +("fascinating" ((jj -10.278) ) () ) +("fascination" ((nn -11.747) ) () ) +("fascism" ((nn -11.747) ) () ) +("fascist" ((jj -10.278) ) () ) +("fashion" ((nn -8.489) (nnp -9.793) ) () ) +("fashionable" ((jj -9.362) ) () ) +("fashioned" ((vbn -9.162) ) () ) +("fashions" ((nns -10.255) ) () ) +("faso" ((nnp -11.403) ) () ) +("fassbinder" ((nnp -11.403) ) () ) +("fast" ((jj -8.263) (rb -7.164) ) () ) +("fast-approaching" ((jj -10.971) ) () ) +("fast-food" ((jj -10.971) (nn -8.345) ) () ) +("fast-growing" ((jj -8.573) ) () ) +("fast-paced" ((jj -10.278) ) () ) +("fast-selling" ((jj -10.971) ) () ) +("fast-shrinking" ((jj -10.971) ) () ) +("fast-track" ((jj -10.971) ) () ) +("fastball" ((nn -10.137) ) () ) +("fastballs" ((nns -10.949) ) () ) +("fastened" ((vbn -9.855) ) () ) +("faster" ((jjr -5.642) (rbr -4.201) ) () ) +("faster-growing" ((jjr -8.039) ) () ) +("faster-spending" ((jj -10.971) ) () ) +("fastest" ((jjs -5.731) ) () ) +("fastest-growing" ((jj -9.179) ) () ) +("fastidious" ((jj -10.971) ) () ) +("fat" ((jj -8.081) (nn -10.648) (nnp -10.304) ) () ) +("fat-tired" ((jj -10.278) ) () ) +("fatah" ((nn -11.747) (nnp -10.304) ) () ) +("fatal" ((jj -9.179) ) () ) +("fatalities" ((nns -9.339) ) () ) +("fatality" ((nn -10.648) ) () ) +("fate" ((nn -9.262) ) () ) +("father" ((nn -8.313) (nnp -9.793) ) () ) +("father-in-law" ((nn -11.054) ) () ) +("fathers" ((nns -9.562) ) () ) +("fathi" ((nnp -11.403) ) () ) +("fatman" ((nnp -11.403) ) () ) +("fats" ((nns -10.949) ) () ) +("fatten" ((vbp -8.674) ) () ) +("fattened" ((vbn -9.162) ) () ) +("fattening" ((nn -11.747) ) () ) +("fatter" ((jjr -7.346) ) () ) +("fatuous" ((jj -10.971) ) () ) +("faulding" ((nnp -10.304) ) () ) +("fault" ((nn -9.549) (nnp -10.304) (vbp -9.367) ) () ) +("fault-tolerant" ((jj -10.971) ) () ) +("faulted" ((vbn -9.855) ) () ) +("faultless" ((jj -10.971) ) () ) +("faultlessly" ((rb -10.299) ) () ) +("faultlines" ((nns -10.949) ) () ) +("faults" ((nns -9.850) ) () ) +("faulty" ((jj -9.585) ) () ) +("fauna" ((nns -10.949) ) () ) +("favor" ((nn -8.250) (vb -8.350) (vbp -7.575) ) () ) +("favorable" ((jj -7.475) ) () ) +("favorably" ((rb -9.606) ) () ) +("favored" ((jj -10.971) (vbd -8.681) (vbn -8.063) ) () ) +("favoring" ((vbg -8.440) ) () ) +("favorite" ((jj -7.880) (nn -11.747) (nnp -11.403) ) () ) +("favorites" ((nns -9.850) ) () ) +("favoritism" ((nn -10.648) ) () ) +("favors" ((nns -10.255) (vbz -7.847) ) () ) +("fawn" ((nnp -11.403) ) () ) +("fax" ((nn -10.648) ) () ) +("faxed" ((vbd -10.291) ) () ) +("fay" ((nnp -11.403) ) () ) +("fazio" ((nnp -11.403) ) () ) +("fbi" ((nnp -8.144) ) () ) +("fcc" ((nnp -8.458) ) () ) +("fda" ((nnp -7.969) ) () ) +("fda-approved" ((jj -10.971) ) () ) +("fdic" ((nnp -9.323) ) () ) +("fe" ((nnp -8.569) ) () ) +("fear" ((nn -7.918) (vb -8.196) (vbp -5.933) ) () ) +("feared" ((jj -10.971) (vbd -7.806) (vbn -7.776) ) () ) +("fearful" ((jj -9.179) ) () ) +("fearing" ((vbg -7.930) ) () ) +("fearless" ((jj -10.971) ) () ) +("fears" ((nns -7.235) (vbz -7.847) ) () ) +("fearsome" ((jj -10.971) ) () ) +("feasibility" ((nn -10.648) ) () ) +("feasible" ((jj -9.585) ) () ) +("feasts" ((nns -10.949) ) () ) +("feat" ((nn -9.955) ) () ) +("featherless" ((jj -10.971) ) () ) +("feathers" ((nns -10.949) ) () ) +("featherston" ((nnp -11.403) ) () ) +("feats" ((nns -10.255) ) () ) +("feature" ((nn -9.955) (vb -8.755) (vbp -8.674) ) () ) +("featured" ((jj -10.971) (vbd -8.905) (vbn -8.246) ) () ) +("features" ((nnps -7.729) (nns -7.338) (vbz -7.847) ) () ) +("featuring" ((vbg -6.766) ) () ) +("feb." ((nnp -8.569) ) () ) +("february" ((nnp -7.618) ) () ) +("fecal" ((jj -10.971) ) () ) +("feckless" ((jj -10.278) ) () ) +("fed" ((nn -11.747) (nnp -6.238) (vbd -10.291) (vbn -7.776) ) () ) +("fedders" ((nnp -10.304) ) () ) +("federal" ((jj -4.758) (nnp -5.679) ) () ) +("federal-court" ((jj -10.971) ) () ) +("federal-formula" ((jj -10.971) ) () ) +("federal-mogul" ((nnp -11.403) ) () ) +("federal-systems" ((jj -10.971) ) () ) +("federalized" ((jj -10.971) ) () ) +("federally" ((rb -7.901) ) () ) +("federated" ((nnp -8.694) ) () ) +("federation" ((nn -11.747) (nnp -9.005) ) () ) +("federico" ((nnp -11.403) ) () ) +("feders" ((nnp -11.403) ) () ) +("fee" ((nn -8.489) ) () ) +("fee-for-service" ((jj -10.971) ) () ) +("fee-forfeiture" ((nn -11.747) ) () ) +("feeble" ((jj -10.971) ) () ) +("feed" ((nn -9.801) (vb -8.532) (vbp -8.674) ) () ) +("feedback" ((nn -11.747) ) () ) +("feeding" ((nn -10.360) (nnp -10.016) (vbg -8.440) ) () ) +("feedlot" ((nn -11.054) ) () ) +("feedlots" ((nns -8.869) ) () ) +("feeds" ((vbz -8.828) ) () ) +("feedstock" ((nn -11.747) ) () ) +("feel" ((nn -10.360) (vb -6.291) (vbp -5.496) ) () ) +("feelers" ((nns -10.949) ) () ) +("feeling" ((nn -8.913) (vbg -6.900) ) () ) +("feelings" ((nns -8.384) ) () ) +("feels" ((vbz -6.930) ) () ) +("fees" ((nns -6.161) ) () ) +("feet" ((nns -6.729) ) () ) +("feick" ((nnp -11.403) ) () ) +("feigen" ((nnp -11.403) ) () ) +("feinman" ((nnp -10.304) ) () ) +("feisty" ((jj -9.585) ) () ) +("feldemuehle" ((nnp -11.403) ) () ) +("feldene" ((nnp -11.403) ) () ) +("feldman" ((nnp -9.611) ) () ) +("feldstein" ((nnp -11.403) ) () ) +("felipe" ((nnp -10.016) ) () ) +("felix" ((nnp -10.709) ) () ) +("fell" ((jj -10.971) (nn -11.747) (vbd -4.280) ) () ) +("felled" ((vbd -10.291) (vbn -9.855) ) () ) +("fellini" ((nnp -11.403) ) () ) +("fellow" ((jj -8.081) (nn -8.913) (nnp -11.403) ) () ) +("fellows" ((nns -10.949) ) () ) +("felon" ((nn -10.648) ) () ) +("felonies" ((nns -9.562) ) () ) +("felons" ((nns -10.949) ) () ) +("felony" ((nn -9.349) ) () ) +("felt" ((vbd -6.530) (vbn -7.909) ) () ) +("felten" ((nnp -10.709) ) () ) +("female" ((jj -8.263) (nn -10.360) ) () ) +("females" ((nnps -7.036) (nns -10.949) ) () ) +("femina" ((nnp -8.458) ) () ) +("feminine" ((jj -10.971) ) () ) +("feminine-care" ((jj -10.971) ) () ) +("feminism" ((nn -11.747) ) () ) +("feminist" ((jj -10.278) (nn -11.747) (nnp -11.403) ) () ) +("feminists" ((nns -10.255) ) () ) +("fence" ((nn -10.137) ) () ) +("fences" ((nns -10.255) ) () ) +("fencing" ((nn -11.747) ) () ) +("fend" ((vb -7.839) ) () ) +("fending" ((vbg -8.846) ) () ) +("fenerty" ((nnp -10.304) ) () ) +("feng-hsiung" ((nnp -10.709) ) () ) +("feniger" ((nnp -11.403) ) () ) +("ferc" ((nnp -9.457) ) () ) +("ferdinand" ((nnp -10.016) ) () ) +("ferembal" ((nnp -10.709) ) () ) +("ferguson" ((nnp -9.457) ) () ) +("fern-like" ((jj -10.971) ) () ) +("fernand" ((nnp -11.403) ) () ) +("fernandez" ((nnp -11.403) ) () ) +("fernando" ((nnp -9.793) ) () ) +("ferocious" ((jj -9.585) ) () ) +("ferociously" ((rb -9.606) ) () ) +("ferranti" ((nnp -8.358) ) () ) +("ferrier" ((nnp -11.403) ) () ) +("ferries" ((nns -10.949) ) () ) +("ferris" ((jj -10.971) ) () ) +("ferro" ((nnp -10.304) ) () ) +("ferroelectric" ((jj -9.362) ) () ) +("ferron" ((nnp -11.403) ) () ) +("ferruzzi" ((nnp -10.304) ) () ) +("ferry" ((nn -10.648) (vb -9.448) ) () ) +("ferrying" ((vbg -9.539) ) () ) +("fertile" ((jj -10.971) ) () ) +("fertility" ((nn -11.054) ) () ) +("fertility-control" ((jj -10.971) ) () ) +("fertilized" ((vbn -8.469) ) () ) +("fertilizer" ((nn -9.955) ) () ) +("fertilizers" ((nns -9.562) ) () ) +("fertilizing" ((vbg -9.539) ) () ) +("fertitta" ((nnp -11.403) ) () ) +("fervent" ((jj -10.971) ) () ) +("fervente" ((nnp -11.403) ) () ) +("fervor" ((nn -10.648) ) () ) +("fery" ((nnp -11.403) ) () ) +("feshbach" ((nnp -9.793) ) () ) +("fest" ((jjs -7.523) (nn -11.747) ) () ) +("festival" ((nn -10.137) (nnp -10.304) ) () ) +("festivals" ((nns -10.949) ) () ) +("festive" ((jj -10.971) ) () ) +("festivities" ((nns -10.255) ) () ) +("festivity" ((nn -11.747) ) () ) +("festooning" ((vbg -9.539) ) () ) +("fetal" ((jj -9.362) ) () ) +("fetal-tissue" ((jj -8.774) ) () ) +("fetch" ((vb -7.744) ) () ) +("fetchingly" ((rb -9.606) ) () ) +("fetish" ((nn -11.747) ) () ) +("fetus" ((nn -11.054) ) () ) +("fetuses" ((nns -9.850) ) () ) +("feud" ((nn -10.648) ) () ) +("feudal" ((jj -10.971) ) () ) +("feuded" ((vbd -10.291) ) () ) +("feuding" ((nn -11.747) (vbg -8.846) ) () ) +("fever" ((nn -9.667) ) () ) +("few" ((jj -5.139) ) () ) +("fewer" ((jjr -4.069) ) () ) +("fewer-than-expected" ((jj -10.971) ) () ) +("fewest" ((jjs -7.523) ) () ) +("ffr" ((sym -2.996) ) () ) +("fh-77b" ((nnp -11.403) ) () ) +("fha" ((nnp -8.267) ) () ) +("fha-insured" ((jj -10.971) ) () ) +("fhlbb" ((nnp -11.403) ) () ) +("fiala" ((nnp -11.403) ) () ) +("fiancee" ((nn -11.747) ) () ) +("fiasco" ((nn -10.648) ) () ) +("fiat" ((nn -11.747) (nnp -8.407) ) () ) +("fiber" ((nn -10.137) ) () ) +("fiber-related" ((jj -10.971) ) () ) +("fibercom" ((nnp -11.403) ) () ) +("fiberglass" ((nns -10.949) ) () ) +("fibers" ((nns -8.464) ) () ) +("fibreboard" ((nnp -11.403) ) () ) +("ficials" ((nns -10.949) ) () ) +("fickle" ((jj -10.971) ) () ) +("fickleness" ((nn -11.747) ) () ) +("fiction" ((nn -10.360) ) () ) +("fictional" ((jj -9.872) ) () ) +("fictitious" ((jj -10.971) ) () ) +("fiddle" ((nn -11.054) ) () ) +("fiddling" ((nn -11.747) ) () ) +("fide" ((jj -10.971) ) () ) +("fidel" ((nnp -10.016) ) () ) +("fidelity" ((nnp -7.641) ) () ) +("fidgeting" ((vbg -9.539) ) () ) +("fiduciary" ((jj -9.025) ) () ) +("fiechter" ((nnp -10.709) ) () ) +("fiedler" ((nnp -11.403) ) () ) +("field" ((nn -7.484) (nnp -8.838) (vb -9.448) ) () ) +("field-crop-seeds" ((jj -10.971) ) () ) +("fielded" ((vbd -9.598) ) () ) +("fielding" ((nn -11.747) ) () ) +("fields" ((nnp -10.709) (nnps -7.729) (nns -7.858) (vbz -9.926) ) () ) +("fierce" ((jj -8.774) ) () ) +("fiercely" ((rb -8.508) ) () ) +("fiero" ((nnp -10.016) ) () ) +("fiery" ((jj -10.971) ) () ) +("fiesta" ((nnp -11.403) ) () ) +("fifteen" ((cd -9.769) ) () ) +("fifteenfold" ((rb -10.299) ) () ) +("fifth" ((jj -8.669) (nnp -7.906) (rb -10.299) ) () ) +("fifth-consecutive" ((jj -10.971) ) () ) +("fifth-largest" ((jj -10.278) ) () ) +("fig" ((nnp -11.403) ) () ) +("fight" ((nn -8.083) (vb -6.740) (vbp -9.367) ) () ) +("fighter" ((nn -9.667) (nnp -11.403) ) () ) +("fighter-bombers" ((nns -10.949) ) () ) +("fighters" ((nns -10.255) ) () ) +("fighting" ((nn -10.360) (nnp -11.403) (vbg -6.138) ) () ) +("fights" ((nns -9.562) (vbz -9.926) ) () ) +("figurative" ((jj -10.971) ) () ) +("figure" ((nn -7.686) (nnp -10.709) (vb -8.062) (vbp -7.421) ) () ) +("figured" ((vbd -8.094) (vbn -8.469) ) () ) +("figures" ((nns -6.195) (vbz -7.361) ) () ) +("figuring" ((vbg -7.593) ) () ) +("filched" ((vbn -9.855) ) () ) +("file" ((nn -9.667) (vb -6.478) (vbp -8.268) ) () ) +("filed" ((vbd -5.960) (vbn -5.093) ) () ) +("filene" ((nnp -10.709) ) () ) +("filenet" ((nnp -9.793) ) () ) +("filers" ((nns -9.850) ) () ) +("files" ((nns -9.157) (vbz -9.233) ) () ) +("filigree" ((jj -10.971) ) () ) +("filing" ((nn -7.258) (vbg -6.494) ) () ) +("filings" ((nns -7.483) ) () ) +("filipino" ((jj -10.971) (nnp -8.694) ) () ) +("filipinos" ((nnps -6.343) (nns -10.949) ) () ) +("fill" ((nn -11.747) (vb -7.006) (vbp -8.674) ) () ) +("filled" ((vbd -9.598) (vbn -6.764) ) () ) +("filler" ((nn -10.648) ) () ) +("filling" ((vbg -7.054) ) () ) +("fills" ((vbz -8.540) ) () ) +("film" ((nn -7.636) (nnp -9.205) ) () ) +("film-maker" ((nn -11.747) ) () ) +("film-processing" ((nn -11.747) ) () ) +("filmed" ((vbd -10.291) (vbn -8.757) ) () ) +("filming" ((vbg -9.539) ) () ) +("films" ((nns -8.176) ) () ) +("filmworks" ((nnp -11.403) ) () ) +("filter" ((nn -11.747) (nnp -11.403) ) () ) +("filtered" ((vbn -9.162) ) () ) +("filtering" ((vbg -8.440) ) () ) +("filters" ((nns -8.551) ) () ) +("fin-syn" ((jj -9.179) ) () ) +("fina" ((nnp -11.403) ) () ) +("finagling" ((nn -11.747) ) () ) +("final" ((jj -6.471) (nnp -11.403) ) () ) +("finalists" ((nns -10.949) ) () ) +("finalized" ((vbd -10.291) (vbn -9.855) ) () ) +("finalizing" ((vbg -9.539) ) () ) +("finally" ((rb -6.188) ) () ) +("finals" ((nns -9.562) ) () ) +("finance" ((nn -7.403) (nnp -7.511) (vb -6.047) ) () ) +("financed" ((vbd -10.291) (vbn -6.677) ) () ) +("financer" ((nn -11.747) ) () ) +("finances" ((nns -8.551) (vbz -9.926) ) () ) +("financial" ((jj -4.791) (nnp -6.527) ) () ) +("financial-aid" ((nn -11.747) ) () ) +("financial-crimes" ((nns -10.949) ) () ) +("financial-data" ((jj -10.278) ) () ) +("financial-industrial" ((jj -10.971) ) () ) +("financial-market" ((nn -11.747) ) () ) +("financial-planning" ((jj -9.872) ) () ) +("financial-report" ((jj -10.971) ) () ) +("financial-service" ((jj -10.971) ) () ) +("financial-services" ((jj -9.872) (nns -8.464) ) () ) +("financially" ((rb -7.164) ) () ) +("financier" ((nn -8.611) ) () ) +("financiere" ((nnp -9.005) ) () ) +("financiers" ((nns -9.562) ) () ) +("financing" ((nn -6.743) (nnp -9.205) (vbg -6.013) ) () ) +("financings" ((nns -9.003) ) () ) +("finanziaria" ((nnp -10.304) ) () ) +("finanziario" ((nnp -11.403) ) () ) +("find" ((vb -5.450) (vbp -6.276) ) () ) +("finding" ((nn -9.262) (nnp -11.403) (vbg -6.172) ) () ) +("findings" ((nns -8.176) ) () ) +("findlay" ((nnp -11.403) ) () ) +("finds" ((vbz -6.982) ) () ) +("fine" ((jj -7.793) (nn -7.985) (nnp -10.304) (nnps -7.729) (vb -10.141) ) () ) +("fine-arts" ((nns -10.949) ) () ) +("fined" ((vbd -10.291) (vbn -6.636) ) () ) +("finely" ((rb -9.606) ) () ) +("fines" ((nnp -11.403) (nns -8.115) ) () ) +("finest" ((jjs -6.137) ) () ) +("finger" ((nn -9.801) (vb -9.448) ) () ) +("finger-pointing" ((jj -10.971) ) () ) +("fingering" ((nn -11.747) (vbg -9.539) ) () ) +("fingerprint" ((nn -11.054) ) () ) +("fingerprints" ((nns -10.949) ) () ) +("fingers" ((nnp -10.304) (nns -9.003) ) () ) +("finish" ((nn -10.648) (vb -7.839) ) () ) +("finished" ((jj -10.278) (vb -10.141) (vbd -6.764) (vbn -8.246) ) () ) +("finishes" ((nns -10.949) (vbz -9.233) ) () ) +("finishing" ((jj -10.278) (vbg -8.153) ) () ) +("finite" ((jj -10.971) ) () ) +("finkelstein" ((nnp -9.611) ) () ) +("finks" ((nnp -10.709) ) () ) +("finland" ((nn -11.747) (nnp -8.694) ) () ) +("finley" ((nnp -11.403) ) () ) +("finmeccanica" ((nnp -10.709) ) () ) +("finnair" ((nnp -9.611) ) () ) +("finnerty" ((nnp -11.403) ) () ) +("finnie" ((nnp -11.403) ) () ) +("finnish" ((jj -8.486) ) () ) +("fio" ((nnp -10.709) ) () ) +("fiorello" ((nnp -10.709) ) () ) +("fiorini" ((nnp -10.016) ) () ) +("fire" ((nn -8.033) (nnp -10.016) (vb -10.141) ) () ) +("fire-engine" ((jj -10.971) ) () ) +("firearms" ((nnps -7.729) ) () ) +("fireball" ((nn -11.747) ) () ) +("fireballs" ((nns -10.949) ) () ) +("firebird" ((nnp -11.403) ) () ) +("fired" ((vbd -7.988) (vbn -7.022) ) () ) +("firefighters" ((nns -10.949) ) () ) +("firefighting" ((nn -11.747) ) () ) +("fireman" ((nnp -9.457) ) () ) +("fireplace" ((nn -11.747) ) () ) +("fireplaces" ((nns -10.949) ) () ) +("fireproofing" ((nn -11.054) (vbg -9.539) ) () ) +("fires" ((nns -8.646) (vbz -9.233) ) () ) +("firestone" ((nnp -10.709) ) () ) +("fireworks" ((nns -9.850) ) () ) +("firing" ((nn -11.054) (vbg -9.539) ) () ) +("firings" ((nns -10.949) ) () ) +("firm" ((jj -7.187) (nn -5.733) (nnp -11.403) (vb -9.448) ) () ) +("firma" ((nn -11.747) ) () ) +("firmed" ((vbd -8.499) (vbn -9.855) ) () ) +("firmer" ((jjr -6.248) ) () ) +("firming" ((vbg -8.846) ) () ) +("firmly" ((rb -7.734) ) () ) +("firmness" ((nn -11.054) ) () ) +("firms" ((nnp -11.403) (nnps -7.729) (nns -5.443) ) () ) +("first" ((jj -4.338) (jjs -7.523) (ls -3.114) (nn -11.747) (nnp -6.041) (rb -5.636) ) () ) +("first-base" ((jj -10.971) ) () ) +("first-class" ((jj -10.278) ) () ) +("first-ever" ((jj -9.585) ) () ) +("first-floor" ((nn -11.747) ) () ) +("first-grader" ((nn -11.747) ) () ) +("first-half" ((jj -8.573) (nn -11.747) ) () ) +("first-hand" ((jj -10.971) ) () ) +("first-home" ((jj -10.971) ) () ) +("first-mortgage" ((jj -10.971) ) () ) +("first-nine-month" ((jj -10.971) ) () ) +("first-phase" ((jj -10.971) ) () ) +("first-quarter" ((jj -9.025) (nn -11.054) ) () ) +("first-rate" ((jj -10.278) ) () ) +("first-round" ((jj -10.971) ) () ) +("first-section" ((jj -10.971) ) () ) +("first-three" ((jj -10.971) ) () ) +("first-time" ((jj -9.362) ) () ) +("first-year" ((jj -9.872) ) () ) +("firsthand" ((jj -10.971) (rb -9.606) ) () ) +("firstsouth" ((nnp -9.611) ) () ) +("fiscal" ((in -10.957) (jj -5.537) (nn -9.955) (nnp -11.403) ) () ) +("fiscal-first" ((jj -10.971) ) () ) +("fiscal-first-quarter" ((jj -10.971) ) () ) +("fiscal-third" ((jj -10.971) ) () ) +("fiscal-year" ((jj -10.971) (nn -11.747) ) () ) +("fischer" ((nnp -10.709) ) () ) +("fish" ((nn -9.667) (rb -10.299) ) () ) +("fish-export" ((jj -10.971) ) () ) +("fish-processing" ((jj -10.278) ) () ) +("fishbowl" ((nn -11.747) ) () ) +("fisher" ((nnp -9.323) ) () ) +("fisheries" ((nns -10.255) ) () ) +("fishermen" ((nns -10.255) ) () ) +("fishery" ((nn -11.747) ) () ) +("fishing" ((nn -9.667) (vbg -9.539) ) () ) +("fishkill" ((nnp -10.709) ) () ) +("fishman" ((nnp -11.403) ) () ) +("fiske" ((nnp -11.403) ) () ) +("fist" ((rb -10.299) ) () ) +("fists" ((nns -10.949) ) () ) +("fit" ((jj -9.585) (nn -9.667) (vb -7.744) (vbn -9.855) (vbp -8.674) ) () ) +("fitch" ((nnp -11.403) ) () ) +("fitchburg" ((nnp -10.304) ) () ) +("fitness" ((nn -9.801) (nnp -11.403) ) () ) +("fitness-promoting" ((jj -10.971) ) () ) +("fits" ((nns -9.850) (vbz -7.980) ) () ) +("fittest" ((jjs -7.523) ) () ) +("fitting" ((jj -10.278) ) () ) +("fittingly" ((rb -10.299) ) () ) +("fitzgerald" ((nnp -10.709) ) () ) +("fitzsimmons" ((nnp -11.403) ) () ) +("fitzwater" ((nnp -9.793) ) () ) +("fitzwilliam" ((nnp -11.403) ) () ) +("five" ((cd -4.621) ) () ) +("five-and-dime" ((nn -11.747) ) () ) +("five-block" ((jj -10.971) ) () ) +("five-by-eight-inch" ((jj -10.971) ) () ) +("five-cent" ((jj -8.486) ) () ) +("five-consecutive" ((jj -10.971) ) () ) +("five-course" ((jj -10.971) ) () ) +("five-cylinder" ((jj -10.278) ) () ) +("five-day" ((jj -9.362) ) () ) +("five-game" ((jj -10.278) ) () ) +("five-home-run" ((jj -10.971) ) () ) +("five-hour" ((jj -10.278) ) () ) +("five-inch" ((jj -10.971) ) () ) +("five-member" ((jj -9.585) ) () ) +("five-nation" ((jj -10.971) ) () ) +("five-point" ((jj -9.585) ) () ) +("five-session" ((jj -10.971) ) () ) +("five-story" ((jj -10.971) ) () ) +("five-week" ((jj -10.971) ) () ) +("five-year" ((jj -7.416) ) () ) +("five-year-old" ((jj -10.278) ) () ) +("fivefold" ((jj -10.278) (rb -10.299) ) () ) +("fiveyear" ((jj -10.971) ) () ) +("fix" ((nn -11.747) (vb -8.532) ) () ) +("fixation" ((nn -11.747) ) () ) +("fixed" ((jj -8.406) (vbd -10.291) (vbn -6.166) ) () ) +("fixed-dollar" ((jj -10.971) ) () ) +("fixed-income" ((jj -8.573) (nn -10.137) ) () ) +("fixed-price" ((jj -9.025) ) () ) +("fixed-rate" ((jj -7.713) ) () ) +("fixedrate" ((jj -10.971) ) () ) +("fixes" ((nns -10.949) ) () ) +("fixing" ((vbg -7.930) ) () ) +("fixture" ((nn -11.747) ) () ) +("fixtures" ((nns -10.949) ) () ) +("fizkultura" ((nnp -11.403) ) () ) +("fizzes" ((vbz -9.926) ) () ) +("fizzled" ((vbd -9.598) (vbn -9.162) ) () ) +("fk-506" ((nnp -9.611) ) () ) +("fla" ((nnp -9.457) ) () ) +("fla." ((nnp -8.001) ) () ) +("fla.-based" ((jj -10.971) ) () ) +("flabbergasted" ((vbn -9.855) ) () ) +("flag" ((nn -8.611) ) () ) +("flag-burner" ((nn -11.747) ) () ) +("flag-burning" ((nn -11.054) ) () ) +("flagging" ((jj -10.971) ) () ) +("flagrant" ((jj -10.278) ) () ) +("flagrante" ((fw -5.416) ) () ) +("flags" ((nns -8.869) ) () ) +("flagship" ((jj -9.872) (nn -9.444) ) () ) +("flaherty" ((nnp -11.403) ) () ) +("flair" ((nn -10.648) ) () ) +("flaky" ((jj -10.971) ) () ) +("flamboyant" ((jj -9.025) ) () ) +("flame" ((nn -10.360) ) () ) +("flamed" ((vbd -10.291) ) () ) +("flames" ((nns -10.255) ) () ) +("flamingo" ((nnp -11.403) ) () ) +("flammable" ((jj -10.971) ) () ) +("flanked" ((vbn -9.855) ) () ) +("flanker" ((nn -11.747) ) () ) +("flap" ((nn -10.137) ) () ) +("flapping" ((vbg -9.539) ) () ) +("flaps" ((nns -10.255) ) () ) +("flare" ((vbp -9.367) ) () ) +("flared" ((vbn -9.855) ) () ) +("flaring" ((vbg -9.539) ) () ) +("flash" ((vb -10.141) (vbp -9.367) ) () ) +("flashback" ((nn -11.747) ) () ) +("flashbacks" ((nns -10.949) ) () ) +("flashdance" ((nnp -10.709) ) () ) +("flashed" ((vbd -10.291) (vbn -9.855) ) () ) +("flashes" ((nns -9.850) (vbz -9.233) ) () ) +("flashier" ((jjr -8.039) ) () ) +("flashing" ((vbg -8.440) ) () ) +("flashlight" ((nn -11.747) ) () ) +("flashlights" ((nns -9.850) ) () ) +("flashy" ((jj -9.025) ) () ) +("flat" ((jj -6.627) (nn -11.747) (nnp -11.403) (rb -8.690) ) () ) +("flat-headed" ((jj -10.971) ) () ) +("flat-out" ((jj -10.971) ) () ) +("flat-rolled" ((jj -9.179) ) () ) +("flatly" ((rb -9.606) ) () ) +("flatness" ((nn -11.747) ) () ) +("flatout" ((nn -11.747) ) () ) +("flats" ((nnp -11.403) (nns -10.255) ) () ) +("flattau" ((nnp -11.403) ) () ) +("flatten" ((vb -9.043) ) () ) +("flattened" ((vbd -9.598) (vbn -9.855) ) () ) +("flattening" ((vbg -9.539) ) () ) +("flattering" ((jj -10.971) ) () ) +("flattery" ((nn -11.747) ) () ) +("flatulent" ((jj -10.971) ) () ) +("flaunt" ((vb -9.448) ) () ) +("flaunts" ((vbz -9.926) ) () ) +("flavio" ((nnp -11.403) ) () ) +("flavor" ((nn -9.955) ) () ) +("flavors" ((nns -9.850) ) () ) +("flaw" ((nn -10.137) ) () ) +("flawed" ((jj -9.585) (vbn -8.469) ) () ) +("flawless" ((jj -9.872) ) () ) +("flaws" ((nns -9.157) ) () ) +("flea" ((nn -11.747) ) () ) +("fled" ((vbd -8.094) (vbn -9.162) ) () ) +("fledging" ((vbg -9.539) ) () ) +("fledgling" ((jj -9.872) (nn -9.955) ) () ) +("flee" ((vb -8.350) ) () ) +("fleeced" ((vbn -9.855) ) () ) +("fleeing" ((vbg -9.539) ) () ) +("fleet" ((jj -10.971) (nn -8.569) (nnp -9.611) ) () ) +("fleeting" ((jj -9.872) ) () ) +("fleets" ((nns -10.255) (vbz -9.926) ) () ) +("fleischer" ((nnp -11.403) ) () ) +("fleming" ((nnp -9.611) ) () ) +("flemings" ((nnp -11.403) ) () ) +("flemish" ((jj -10.278) ) () ) +("flesh" ((nn -10.137) ) () ) +("fleshpots" ((nns -10.949) ) () ) +("fletcher" ((nnp -9.793) ) () ) +("flew" ((vbd -8.094) ) () ) +("flex" ((jj -10.971) ) () ) +("flex-time" ((jj -10.971) ) () ) +("flexibility" ((nn -8.611) ) () ) +("flexible" ((jj -8.774) (nnp -11.403) ) () ) +("flexing" ((vbg -9.539) ) () ) +("flextime" ((nn -10.360) ) () ) +("flick" ((nn -11.747) ) () ) +("flicking" ((vbg -9.539) ) () ) +("flied" ((vbd -10.291) ) () ) +("flier" ((nn -11.747) ) () ) +("fliers" ((nns -9.562) ) () ) +("flies" ((nns -10.949) (vbz -7.980) ) () ) +("flight" ((nn -8.009) (nnp -10.709) ) () ) +("flight-attendants" ((nns -10.949) ) () ) +("flight-to-quality" ((nn -11.747) ) () ) +("flightiness" ((nn -11.747) ) () ) +("flights" ((nns -7.142) ) () ) +("flim-flam" ((nn -11.747) ) () ) +("flim-flammery" ((nn -11.747) ) () ) +("flimsy" ((jj -10.971) ) () ) +("flinch" ((vb -10.141) ) () ) +("fling" ((nn -11.747) ) () ) +("flinging" ((vbg -9.539) ) () ) +("flings" ((nns -10.949) ) () ) +("flint" ((nnp -10.016) ) () ) +("flip" ((jj -10.278) (vb -9.448) ) () ) +("flip-flop" ((jj -10.971) ) () ) +("flippant" ((jj -10.971) ) () ) +("flipping" ((vbg -9.539) ) () ) +("flips" ((vbz -9.926) ) () ) +("flirtation" ((nn -11.747) ) () ) +("flirted" ((vbd -10.291) (vbn -9.855) ) () ) +("flirting" ((vbg -8.153) ) () ) +("float" ((vb -8.062) (vbp -9.367) ) () ) +("floated" ((vbd -9.598) (vbn -9.855) ) () ) +("floating" ((jj -9.872) (vbg -7.593) ) () ) +("floating-point" ((jj -10.971) (nn -11.747) ) () ) +("floating-rate" ((jj -9.025) (nn -11.747) ) () ) +("floats" ((vbz -9.926) ) () ) +("flock" ((nn -11.747) ) () ) +("flocked" ((vbd -9.598) ) () ) +("flocking" ((vbg -8.846) ) () ) +("flog" ((vb -10.141) ) () ) +("flom" ((nnp -10.016) ) () ) +("flood" ((nn -9.955) (nnp -11.403) ) () ) +("flooded" ((vbd -9.192) (vbn -8.757) ) () ) +("flooding" ((nn -11.054) (vbg -9.539) ) () ) +("floor" ((nn -7.162) (nnp -10.709) ) () ) +("flooring" ((nn -11.747) ) () ) +("floors" ((nns -8.551) ) () ) +("flopped" ((vbd -8.905) (vbn -9.855) ) () ) +("floppy" ((jj -10.278) ) () ) +("floppy-disk" ((nn -11.747) ) () ) +("floral" ((jj -10.278) ) () ) +("florence" ((nnp -9.793) ) () ) +("florida" ((nnp -7.451) ) () ) +("florio" ((nnp -9.205) ) () ) +("flotations" ((nns -10.949) ) () ) +("flottl" ((nnp -11.403) ) () ) +("flounder" ((vb -10.141) ) () ) +("floundering" ((vbg -9.539) ) () ) +("flourish" ((vb -9.448) ) () ) +("flourished" ((vbn -9.855) ) () ) +("flourishing" ((jj -10.971) (vbg -9.539) ) () ) +("flouting" ((vbg -9.539) ) () ) +("flow" ((nn -7.795) (nnp -11.403) (vb -8.350) ) () ) +("flowed" ((vbd -10.291) ) () ) +("flower" ((nn -10.360) (nnp -11.403) ) () ) +("flowers" ((nnps -7.729) (nns -8.869) ) () ) +("flowing" ((jj -10.971) (vbg -7.747) ) () ) +("flown" ((vbn -8.469) ) () ) +("flows" ((nns -8.869) (vbz -7.980) ) () ) +("floyd" ((nnp -10.304) ) () ) +("flu" ((nn -11.747) ) () ) +("fluctuate" ((vb -10.141) (vbp -8.674) ) () ) +("fluctuated" ((vbd -10.291) ) () ) +("fluctuates" ((vbz -9.926) ) () ) +("fluctuating" ((vbg -8.846) ) () ) +("fluctuation" ((nn -10.360) ) () ) +("fluctuations" ((nns -8.751) ) () ) +("fluent" ((jj -10.278) ) () ) +("fluffy" ((jj -10.971) ) () ) +("fluid" ((jj -9.872) (nn -11.054) ) () ) +("fluids" ((nns -10.255) ) () ) +("fluke" ((nn -10.648) ) () ) +("flunking" ((vbg -9.539) ) () ) +("flunky" ((nn -11.747) ) () ) +("fluor" ((nnp -9.611) ) () ) +("fluoride" ((nn -11.747) ) () ) +("flurry" ((nn -10.137) ) () ) +("flush" ((jj -9.872) (vb -10.141) ) () ) +("fluting" ((nn -11.747) ) () ) +("flux" ((nn -11.747) ) () ) +("fly" ((nn -10.648) (vb -6.963) (vbp -7.421) ) () ) +("fly-by-night" ((jj -10.971) ) () ) +("flying" ((nnp -10.304) (vbg -6.494) ) () ) +("flynn" ((nnp -10.304) ) () ) +("fm" ((nnp -10.304) ) () ) +("fmc" ((nnp -10.304) ) () ) +("fmha" ((nnp -10.016) ) () ) +("fmi" ((nnp -11.403) ) () ) +("foam" ((nn -10.648) ) () ) +("foaming" ((vbg -9.539) ) () ) +("focal" ((jj -10.971) ) () ) +("focus" ((nn -8.345) (vb -6.478) (vbp -8.268) ) () ) +("focus-group" ((jj -10.971) ) () ) +("focused" ((vbd -7.988) (vbn -7.290) ) () ) +("focuses" ((vbz -8.540) ) () ) +("focusing" ((vbg -6.706) ) () ) +("fodder" ((nn -11.747) ) () ) +("foe" ((nn -11.747) ) () ) +("foerster" ((nnp -11.403) ) () ) +("foes" ((nns -9.157) ) () ) +("fog" ((nn -11.054) (vb -10.141) ) () ) +("fogg" ((nnp -10.709) ) () ) +("fogged" ((jj -10.971) ) () ) +("foggs" ((nnp -11.403) ) () ) +("foil" ((nn -10.648) (vb -9.448) ) () ) +("foiled" ((jj -10.971) (vbd -10.291) (vbn -9.855) ) () ) +("foiling" ((vbg -9.539) ) () ) +("fokker" ((nnp -11.403) ) () ) +("fold" ((vb -9.043) ) () ) +("foldability" ((nn -11.747) ) () ) +("foldable" ((jj -10.971) ) () ) +("folded" ((vbd -9.598) (vbn -9.855) ) () ) +("folders" ((nns -10.949) ) () ) +("folding" ((jj -10.971) (nn -11.747) (vbg -9.539) ) () ) +("foley" ((nnp -8.918) ) () ) +("folgers" ((nnp -10.709) ) () ) +("folk" ((nn -11.054) ) () ) +("folkish" ((jj -10.971) ) () ) +("folklore" ((nn -11.054) ) () ) +("folks" ((nns -8.464) ) () ) +("folksy" ((jj -10.971) ) () ) +("follies" ((nns -10.949) ) () ) +("follow" ((vb -6.453) (vbp -7.421) ) () ) +("follow-on" ((jj -10.971) ) () ) +("follow-up" ((jj -10.971) ) () ) +("followed" ((jj -10.971) (vbd -6.484) (vbn -6.027) ) () ) +("follower" ((nn -11.747) ) () ) +("followers" ((nns -9.339) ) () ) +("followership" ((nn -11.747) ) () ) +("following" ((jj -7.927) (nn -9.349) (vbg -4.687) ) () ) +("follows" ((vbz -6.165) ) () ) +("folly" ((nn -11.054) ) () ) +("fomenting" ((vbg -9.539) ) () ) +("foncier" ((nnp -11.403) ) () ) +("fond" ((jj -10.278) (nnp -11.403) ) () ) +("fonda" ((nnp -10.709) ) () ) +("fondest" ((jjs -7.523) ) () ) +("fondly" ((rb -10.299) ) () ) +("fondness" ((nn -11.747) ) () ) +("food" ((nn -6.902) (nnp -8.184) ) () ) +("food-importing" ((jj -10.278) ) () ) +("food-industry" ((nn -11.747) ) () ) +("food-processing" ((nn -11.054) ) () ) +("food-production" ((nn -11.747) ) () ) +("food-safety" ((jj -10.971) ) () ) +("foods" ((nnp -8.630) (nnps -5.244) (nns -8.464) ) () ) +("foodservice" ((nn -11.747) ) () ) +("foodstuff" ((nn -11.747) ) () ) +("foodstuffs" ((nns -10.949) ) () ) +("fool" ((nn -10.137) (vb -10.141) ) () ) +("foolhardy" ((jj -10.971) ) () ) +("fooling" ((vbg -9.539) ) () ) +("foolish" ((jj -9.872) ) () ) +("fools" ((nns -9.850) ) () ) +("foot" ((nn -8.656) (nnp -9.793) ) () ) +("foot-dragging" ((nn -11.747) ) () ) +("footage" ((nn -10.648) ) () ) +("football" ((nn -8.751) (nnp -9.005) ) () ) +("foote" ((nnp -9.793) ) () ) +("foothills" ((nnp -9.005) (nns -10.255) ) () ) +("foothold" ((nn -10.648) ) () ) +("footing" ((nn -10.360) ) () ) +("footnote" ((nn -11.747) ) () ) +("footnotes" ((nns -10.949) ) () ) +("footsteps" ((nns -10.255) ) () ) +("footwear" ((nn -11.747) ) () ) +("for" ((in -1.957) (rb -9.606) (rp -6.242) ) () ) +("for-profit" ((jj -9.872) ) () ) +("foray" ((nn -11.747) ) () ) +("forays" ((nns -9.850) ) () ) +("forbade" ((vbd -10.291) ) () ) +("forbes" ((nnp -10.304) ) () ) +("forbidden" ((vbn -9.855) ) () ) +("forbidding" ((vbg -8.153) ) () ) +("forbidding-looking" ((jj -10.971) ) () ) +("forbids" ((vbz -9.926) ) () ) +("force" ((nn -7.055) (nnp -7.906) (vb -6.428) (vbp -7.575) ) () ) +("forced" ((jj -9.362) (vbd -7.400) (vbn -5.636) ) () ) +("forceful" ((jj -10.278) ) () ) +("forcefully" ((rb -9.201) ) () ) +("forces" ((nnps -7.729) (nns -6.821) (vbz -8.317) ) () ) +("forcing" ((jj -10.971) (vbg -6.766) ) () ) +("ford" ((nnp -6.447) ) () ) +("fordham" ((nnp -11.403) ) () ) +("fore" ((nn -10.648) ) () ) +("forecast" ((nn -8.191) (vb -8.532) (vbd -10.291) (vbn -7.457) (vbp -7.981) ) () ) +("forecaster" ((nn -11.747) ) () ) +("forecasters" ((nns -9.339) ) () ) +("forecasting" ((nn -10.137) (vbg -7.930) ) () ) +("forecasts" ((nns -7.235) (vbz -8.828) ) () ) +("foreclosed" ((1 -4.034) (vbd -10.291) (vbn -8.757) ) () ) +("foreclosure" ((nn -11.054) (nnp -11.403) ) () ) +("foreclosures" ((nns -9.562) ) () ) +("forefathers" ((nns -10.949) ) () ) +("forefront" ((nn -10.137) ) () ) +("foregone" ((jj -10.971) ) () ) +("foreign" ((jj -5.163) (nnp -7.819) ) () ) +("foreign-aid" ((nn -11.054) ) () ) +("foreign-car" ((nn -11.747) ) () ) +("foreign-currency" ((jj -10.971) (nn -10.648) ) () ) +("foreign-debt" ((jj -10.971) (nn -11.747) ) () ) +("foreign-exchange" ((jj -8.774) (nn -8.974) ) () ) +("foreign-investment" ((jj -10.971) ) () ) +("foreign-investor" ((nn -11.747) ) () ) +("foreign-led" ((jj -10.971) ) () ) +("foreign-policy" ((nn -10.360) ) () ) +("foreign-stock" ((jj -10.971) ) () ) +("foreign-trade" ((jj -10.971) ) () ) +("foreign-trading" ((jj -10.971) ) () ) +("foreigners" ((nns -7.653) ) () ) +("foremost" ((jj -10.971) (nnp -11.403) (rb -8.913) ) () ) +("forensics" ((nns -10.949) ) () ) +("forerunners" ((nns -10.949) ) () ) +("foresaw" ((vbd -10.291) ) () ) +("foresee" ((vb -9.448) (vbp -8.674) ) () ) +("foreseeable" ((jj -9.179) ) () ) +("foreseen" ((vbn -9.855) ) () ) +("foresees" ((vbz -8.828) ) () ) +("foreshadowed" ((vbn -9.855) ) () ) +("forest" ((nn -9.108) (nnp -8.838) ) () ) +("forest-products" ((jj -10.278) (nns -8.751) ) () ) +("forestry" ((nn -11.054) ) () ) +("forests" ((nns -9.562) ) () ) +("foret" ((nnp -10.304) ) () ) +("forever" ((rb -7.997) ) () ) +("forfeit" ((vb -9.448) ) () ) +("forfeitable" ((jj -10.971) ) () ) +("forfeiture" ((nn -9.349) (nnp -11.403) ) () ) +("forge" ((nnp -10.709) (vb -8.350) ) () ) +("forged" ((vbn -9.855) ) () ) +("forgeries" ((nns -10.949) ) () ) +("forgery" ((nn -11.747) ) () ) +("forget" ((vb -7.657) ) () ) +("forgettable" ((jj -10.971) ) () ) +("forgetting" ((vbg -8.846) ) () ) +("forging" ((vbg -8.440) ) () ) +("forgings" ((nns -10.949) ) () ) +("forgive" ((vb -9.448) ) () ) +("forgiven" ((vbn -8.757) ) () ) +("forgiveness" ((nn -11.747) ) () ) +("forgiving" ((jj -10.971) (vbg -9.539) ) () ) +("forgo" ((vb -8.755) ) () ) +("forgot" ((vbd -10.291) (vbn -9.855) ) () ) +("forgotten" ((vbn -7.776) ) () ) +("fork" ((vb -10.141) ) () ) +("forklifts" ((nns -10.949) ) () ) +("forlornly" ((rb -10.299) ) () ) +("form" ((nn -7.739) (nnp -11.403) (vb -7.502) (vbp -8.268) ) () ) +("forma" ((fw -5.416) ) () ) +("formal" ((jj -7.505) ) () ) +("formalities" ((nns -10.949) ) () ) +("formality" ((nn -11.054) ) () ) +("formalizes" ((vbz -9.926) ) () ) +("formally" ((rb -7.208) ) () ) +("forman" ((nnp -10.709) ) () ) +("format" ((nn -9.667) ) () ) +("formation" ((nn -9.549) ) () ) +("formed" ((vbd -7.583) (vbn -6.597) ) () ) +("former" ((jj -5.395) (nn -11.747) (nnp -9.611) ) () ) +("formerly" ((rb -6.834) ) () ) +("formidable" ((jj -10.278) ) () ) +("forming" ((vbg -8.440) ) () ) +("forms" ((nns -7.953) (vbz -8.828) ) () ) +("formula" ((nn -8.913) ) () ) +("formulas" ((nns -10.949) ) () ) +("formulating" ((vbg -8.846) ) () ) +("formulations" ((nns -10.949) ) () ) +("forrest" ((nnp -11.403) ) () ) +("forrester" ((nnp -10.304) ) () ) +("forsaken" ((vbn -9.855) ) () ) +("forster" ((nnp -10.016) ) () ) +("forstmann" ((nnp -11.403) ) () ) +("fort" ((nnp -8.694) ) () ) +("forth" ((rb -8.220) ) () ) +("forthcoming" ((jj -9.179) ) () ) +("forthright" ((jj -10.971) ) () ) +("forthrightly" ((rb -10.299) ) () ) +("fortney" ((nnp -10.709) ) () ) +("fortunate" ((jj -9.872) ) () ) +("fortunately" ((rb -8.913) ) () ) +("fortune" ((nn -9.801) (nnp -10.304) ) () ) +("fortunes" ((nns -8.869) ) () ) +("forty-five" ((cd -10.462) ) () ) +("forum" ((nn -11.054) (nnp -10.709) ) () ) +("forums" ((nns -10.949) ) () ) +("forward" ((jj -10.278) (rb -7.208) (vb -10.141) ) () ) +("forward-rate" ((jj -9.585) ) () ) +("forwarding" ((nn -11.747) ) () ) +("forwards" ((rb -10.299) ) () ) +("fossett" ((nnp -10.304) ) () ) +("fossey" ((nnp -10.709) ) () ) +("fossil" ((jj -9.872) (nn -11.054) ) () ) +("fossils" ((nns -10.949) ) () ) +("foster" ((nnp -8.918) (vb -9.043) ) () ) +("fostered" ((vbd -9.598) (vbn -9.855) ) () ) +("fostering" ((vbg -9.539) ) () ) +("fought" ((vbd -8.345) (vbn -9.855) ) () ) +("foul" ((jj -10.278) ) () ) +("foul-mouthed" ((jj -10.971) ) () ) +("foul-smelling" ((jj -10.971) ) () ) +("foulds" ((nnp -10.709) ) () ) +("fouling" ((nn -11.747) ) () ) +("found" ((vbd -5.696) (vbn -5.963) ) () ) +("foundation" ((nn -9.182) (nnp -8.838) ) () ) +("foundations" ((nns -9.003) ) () ) +("founded" ((vbd -7.726) (vbn -7.216) ) () ) +("founder" ((nn -8.163) ) () ) +("foundered" ((vbd -10.291) ) () ) +("foundering" ((jj -10.971) (vbg -8.440) ) () ) +("founders" ((nns -10.949) ) () ) +("founding" ((jj -10.971) (nn -10.360) (vbg -8.153) ) () ) +("fountain" ((nn -11.054) (nnp -11.403) ) () ) +("fountains" ((nns -9.850) ) () ) +("four" ((cd -4.913) (nnp -9.793) ) () ) +("four-bagger" ((nn -11.747) ) () ) +("four-cents-a-share" ((jj -10.971) ) () ) +("four-color" ((jj -10.971) ) () ) +("four-cylinder" ((jj -10.971) ) () ) +("four-day" ((jj -9.362) ) () ) +("four-door" ((jj -9.872) ) () ) +("four-family" ((jj -10.971) ) () ) +("four-fifths" ((nns -10.949) ) () ) +("four-fold" ((rb -10.299) ) () ) +("four-foot-high" ((jj -10.971) ) () ) +("four-for-one" ((rb -10.299) ) () ) +("four-game" ((jj -9.179) ) () ) +("four-hour" ((jj -10.971) ) () ) +("four-inch" ((jj -10.971) ) () ) +("four-man" ((jj -10.971) ) () ) +("four-megabit" ((jj -10.278) ) () ) +("four-member" ((jj -10.971) ) () ) +("four-month" ((jj -9.872) ) () ) +("four-part" ((jj -9.872) ) () ) +("four-point" ((jj -10.971) ) () ) +("four-room" ((jj -10.971) ) () ) +("four-stock" ((jj -10.971) ) () ) +("four-stroke" ((jj -10.971) ) () ) +("four-to-one" ((rb -10.299) ) () ) +("four-week" ((jj -10.971) ) () ) +("four-year" ((jj -8.332) ) () ) +("four-year-old" ((jj -9.585) ) () ) +("fournier" ((nnp -10.709) ) () ) +("fourteen" ((cd -9.769) ) () ) +("fourth" ((jj -6.289) (rb -10.299) ) () ) +("fourth-biggest" ((jj -10.278) ) () ) +("fourth-grade" ((jj -10.971) ) () ) +("fourth-largest" ((jj -9.872) ) () ) +("fourth-level" ((jj -10.971) ) () ) +("fourth-quarter" ((jj -7.416) (nn -9.182) ) () ) +("fourthquarter" ((nn -11.747) ) () ) +("fowler" ((nnp -10.709) ) () ) +("fox" ((nnp -8.224) ) () ) +("fox-meyer" ((nnp -11.403) ) () ) +("foxes" ((nns -10.949) ) () ) +("foxmoor" ((nnp -10.709) ) () ) +("foy" ((nnp -11.403) ) () ) +("foyer" ((nn -11.054) ) () ) +("fpl" ((nnp -11.403) ) () ) +("frabotta" ((nnp -10.709) ) () ) +("fracas" ((nn -11.747) ) () ) +("fraction" ((nn -9.549) ) () ) +("fractional" ((jj -10.278) ) () ) +("fractionally" ((rb -8.913) ) () ) +("fractions" ((nns -10.949) ) () ) +("fractured" ((vbn -9.855) ) () ) +("fracturing" ((nnp -11.403) ) () ) +("fragile" ((jj -8.669) ) () ) +("fragility" ((nn -11.054) ) () ) +("fragment" ((nn -11.747) ) () ) +("fragmented" ((jj -10.278) ) () ) +("fragments" ((nns -10.255) (vbz -9.926) ) () ) +("fragrance" ((nn -10.137) ) () ) +("frail" ((jj -10.971) ) () ) +("frailties" ((nns -10.949) ) () ) +("frame" ((nn -9.955) (vb -9.448) ) () ) +("framed" ((vbn -8.469) ) () ) +("framers" ((nns -10.255) ) () ) +("frames" ((nns -9.850) ) () ) +("framework" ((nn -11.054) (nnp -11.403) ) () ) +("framingham" ((nnp -11.403) ) () ) +("franc" ((nn -9.444) ) () ) +("franc-denominated" ((jj -10.971) ) () ) +("francais" ((nnp -11.403) ) () ) +("france" ((nnp -6.658) ) () ) +("frances" ((nnp -11.403) ) () ) +("francesco" ((nnp -11.403) ) () ) +("franchise" ((nn -8.489) (vb -10.141) ) () ) +("franchised" ((jj -10.278) ) () ) +("franchisee" ((nn -10.137) ) () ) +("franchisees" ((nns -8.310) ) () ) +("franchiser" ((nn -10.360) ) () ) +("franchisers" ((nns -9.339) ) () ) +("franchises" ((nns -10.255) ) () ) +("franchisor" ((nn -11.747) ) () ) +("francis" ((nnp -8.838) ) () ) +("franciscans" ((nnp -11.403) ) () ) +("francisco" ((nnp -6.232) ) () ) +("francisco-area" ((jj -10.971) (nnp -11.403) ) () ) +("francisco-based" ((jj -9.362) ) () ) +("francisco-oakland" ((nnp -10.709) ) () ) +("franciso" ((nnp -11.403) ) () ) +("franco" ((nnp -10.709) ) () ) +("francois" ((nnp -9.793) ) () ) +("francois-poncet" ((nnp -10.304) ) () ) +("francoise" ((nnp -11.403) ) () ) +("franconia" ((nnp -11.403) ) () ) +("francs" ((nns -6.266) ) () ) +("frank" ((jj -10.278) (nnp -7.359) ) () ) +("frankel" ((nnp -11.403) ) () ) +("frankenberry" ((nnp -11.403) ) () ) +("frankenstein" ((nnp -11.403) ) () ) +("frankfurt" ((nnp -7.641) (nnps -7.729) ) () ) +("franking" ((nn -11.747) ) () ) +("franklin" ((nnp -8.458) ) () ) +("frankly" ((nnp -11.403) (rb -8.102) ) () ) +("frantic" ((jj -10.278) ) () ) +("frantically" ((rb -8.353) ) () ) +("fraser" ((nnp -10.304) ) () ) +("fraternities" ((nns -10.949) ) () ) +("fraternity" ((nn -11.054) ) () ) +("fraud" ((nn -7.795) (nnp -11.403) ) () ) +("fraudulent" ((jj -8.573) ) () ) +("fraudulently" ((rb -9.606) ) () ) +("fraumeni" ((nnp -10.709) ) () ) +("frawley" ((nnp -10.304) ) () ) +("fray" ((nn -10.137) ) () ) +("frayed" ((vbn -9.855) ) () ) +("frazer" ((nnp -11.403) ) () ) +("freaked" ((vbn -9.855) ) () ) +("fred" ((nnp -9.323) ) () ) +("freddie" ((nnp -8.144) ) () ) +("frederic" ((nnp -11.403) ) () ) +("frederick" ((nnp -8.569) ) () ) +("fredric" ((nnp -11.403) ) () ) +("free" ((1 -4.727) (jj -6.308) (nnp -8.224) (rb -8.913) (vb -8.350) (vbp -9.367) ) () ) +("free-choice" ((jj -10.971) ) () ) +("free-enterprise" ((nn -11.054) ) () ) +("free-fall" ((jj -10.971) ) () ) +("free-floater" ((nn -11.747) ) () ) +("free-for-all" ((nn -11.747) ) () ) +("free-lance" ((jj -8.892) ) () ) +("free-market" ((jj -8.892) (nn -10.137) ) () ) +("free-speech" ((nn -11.747) ) () ) +("free-spending" ((jj -10.971) ) () ) +("free-standing" ((jj -10.278) ) () ) +("free-trade" ((jj -10.971) ) () ) +("free-travel" ((jj -10.971) ) () ) +("free-wheeling" ((jj -10.278) ) () ) +("freeberg" ((nnp -11.403) ) () ) +("freed" ((nnp -11.403) (vbd -9.192) (vbn -8.246) ) () ) +("freedman" ((nnp -10.709) ) () ) +("freedom" ((nn -8.345) (nnp -9.100) ) () ) +("freedoms" ((nns -8.869) ) () ) +("freeing" ((nn -11.747) (vbg -7.747) ) () ) +("freely" ((rb -7.901) ) () ) +("freeman" ((nnp -8.918) ) () ) +("freemarket" ((jj -10.971) ) () ) +("freeport" ((nnp -10.709) ) () ) +("freeport-mcmoran" ((nnp -9.005) ) () ) +("freer" ((jjr -6.653) ) () ) +("frees" ((vbz -9.926) ) () ) +("freespender" ((nn -11.747) ) () ) +("freeway" ((nn -9.182) (nnp -9.323) ) () ) +("freeways" ((nns -9.003) ) () ) +("freewheeling" ((jj -10.971) ) () ) +("freeze" ((nn -10.137) (vb -8.755) ) () ) +("freezers" ((nns -10.255) ) () ) +("freezes" ((nns -10.949) (vbz -9.233) ) () ) +("freezing" ((nn -11.747) ) () ) +("freie" ((nnp -11.403) ) () ) +("freight" ((nn -9.039) (nnp -11.403) (vb -10.141) ) () ) +("freight-cost" ((jj -10.971) ) () ) +("freight-rate" ((jj -10.971) ) () ) +("freight-transport" ((jj -10.278) (nn -11.747) ) () ) +("freightways" ((nnp -10.709) ) () ) +("freind" ((nnp -9.793) ) () ) +("fremont" ((nnp -10.709) ) () ) +("french" ((jj -6.235) (nnp -8.407) (nnps -6.630) (nns -10.949) ) () ) +("french-franc" ((nn -11.747) ) () ) +("french-government-owned" ((jj -10.971) ) () ) +("french-language" ((jj -10.971) ) () ) +("french-made" ((jj -10.971) ) () ) +("french-modeled" ((jj -10.971) ) () ) +("french-speaking" ((jj -10.971) ) () ) +("frenchman" ((nnp -11.403) ) () ) +("frenetic" ((jj -10.278) ) () ) +("frenzel" ((nnp -11.403) ) () ) +("frenzied" ((jj -10.971) ) () ) +("frenzy" ((nn -9.549) (nnp -10.016) ) () ) +("freon" ((nn -11.054) ) () ) +("frequencies" ((nns -10.949) ) () ) +("frequency" ((nn -9.955) ) () ) +("frequent" ((jj -8.573) ) () ) +("frequent-flier" ((jj -8.892) ) () ) +("frequently" ((rb -6.688) ) () ) +("frequents" ((vbz -9.926) ) () ) +("freres" ((nnp -9.457) ) () ) +("fresenius" ((nnp -9.100) ) () ) +("fresh" ((jj -7.388) ) () ) +("freshbake" ((nnp -11.403) ) () ) +("freshman" ((nn -10.648) ) () ) +("freshmen" ((nns -10.255) ) () ) +("freshness" ((nn -11.747) ) () ) +("fret" ((nn -11.747) (vb -10.141) (vbp -8.268) ) () ) +("frets" ((vbz -9.926) ) () ) +("fretted" ((vbd -10.291) ) () ) +("fretting" ((vbg -8.846) ) () ) +("freud" ((nnp -10.304) ) () ) +("freudenberger" ((nnp -10.709) ) () ) +("freund" ((nnp -11.403) ) () ) +("frey" ((nnp -11.403) ) () ) +("fri" ((nnp -11.403) ) () ) +("friar" ((nn -11.747) ) () ) +("friction" ((nn -11.054) ) () ) +("friday" ((nnp -5.105) ) () ) +("friday-the-13th" ((jj -9.872) (nn -11.747) ) () ) +("fridays" ((nnp -10.709) (nnps -7.729) (nns -10.255) ) () ) +("fried" ((jj -10.971) (nnp -9.793) ) () ) +("friedman" ((nnp -8.763) ) () ) +("friedrichs" ((nnp -11.403) ) () ) +("friend" ((nn -8.083) (nnp -9.323) ) () ) +("friend-of-the-court" ((jj -9.585) ) () ) +("friendlier" ((jjr -8.039) ) () ) +("friendliness" ((nn -11.747) ) () ) +("friendly" ((jj -7.752) (nnp -11.403) ) () ) +("friends" ((nnps -7.036) (nns -7.393) ) () ) +("friendship" ((nn -9.549) ) () ) +("friendships" ((nns -10.949) ) () ) +("friers" ((nns -10.949) ) () ) +("fries" ((nnp -11.403) ) () ) +("friezes" ((nns -10.949) ) () ) +("frigate" ((nn -11.747) ) () ) +("frigates" ((nns -10.949) ) () ) +("fright" ((nn -11.747) ) () ) +("frighten" ((vb -10.141) ) () ) +("frightened" ((jj -9.585) (vbd -9.598) (vbn -8.757) ) () ) +("frightening" ((jj -9.362) ) () ) +("frighteningly" ((rb -10.299) ) () ) +("fringe" ((nn -11.747) ) () ) +("fringes" ((nns -10.949) ) () ) +("fripperies" ((nns -10.949) ) () ) +("frisbee" ((nnp -11.403) ) () ) +("frittering" ((vbg -9.539) ) () ) +("frivolous" ((jj -9.179) ) () ) +("fro" ((rb -10.299) ) () ) +("frocks" ((nns -10.949) ) () ) +("frog-7b" ((nn -11.747) ) () ) +("frolic" ((vb -10.141) ) () ) +("frolicked" ((vbn -9.855) ) () ) +("from" ((in -2.592) ) () ) +("fromstein" ((nnp -9.205) ) () ) +("fronds" ((nns -10.255) ) () ) +("front" ((jj -8.406) (nn -8.083) (nnp -10.709) (rb -9.606) ) () ) +("front-desk" ((nn -11.747) ) () ) +("front-page" ((jj -9.872) (nn -11.747) ) () ) +("front-seat" ((nn -11.747) ) () ) +("frontal" ((jj -10.971) ) () ) +("frontend" ((nn -11.747) ) () ) +("frontier" ((nn -10.648) (nnp -11.403) ) () ) +("frontieres" ((fw -5.416) ) () ) +("fronts" ((nns -9.003) ) () ) +("frost" ((nnp -10.304) ) () ) +("frosty" ((jj -10.971) ) () ) +("froth" ((nn -11.054) ) () ) +("frothy" ((jj -10.971) ) () ) +("froze" ((vbd -10.291) ) () ) +("frozen" ((jj -9.585) (vbn -7.370) ) () ) +("fruehauf" ((nnp -11.403) ) () ) +("frugality" ((nn -11.747) ) () ) +("fruit" ((nn -9.349) (nnp -9.793) ) () ) +("fruitbowl" ((nn -11.747) ) () ) +("fruitful" ((jj -10.971) ) () ) +("fruition" ((nn -11.747) ) () ) +("fruitless" ((jj -9.362) ) () ) +("fruits" ((nns -9.850) ) () ) +("frumpy" ((jj -10.971) ) () ) +("frustrate" ((vb -10.141) ) () ) +("frustrated" ((jj -9.872) (vbn -8.246) ) () ) +("frustrating" ((jj -9.585) (vbg -9.539) ) () ) +("frustratingly" ((rb -10.299) ) () ) +("frustration" ((nn -9.444) ) () ) +("frustrations" ((nns -10.949) ) () ) +("fry" ((nn -11.747) ) () ) +("fryar" ((nnp -11.403) ) () ) +("frying" ((vbg -9.539) ) () ) +("fslic" ((nnp -10.016) ) () ) +("ft-se" ((nnp -9.793) ) () ) +("ft." ((nn -11.054) ) () ) +("ftc" ((nnp -8.407) ) () ) +("fudge" ((vb -9.448) (vbp -9.367) ) () ) +("fudosan" ((nnp -11.403) ) () ) +("fuel" ((nn -8.751) (vb -7.839) ) () ) +("fuel-economy" ((nn -11.747) ) () ) +("fuel-efficient" ((jj -10.971) ) () ) +("fuel-injected" ((jj -10.971) ) () ) +("fuel-storage" ((nn -11.747) ) () ) +("fueled" ((vbd -8.499) (vbn -7.370) ) () ) +("fueling" ((nn -11.747) (vbg -7.236) ) () ) +("fuels" ((nns -9.562) ) () ) +("fuentes" ((nnp -11.403) ) () ) +("fugitives" ((nns -10.255) ) () ) +("fuji" ((nnp -8.630) (nns -10.949) ) () ) +("fuji-apple" ((jj -10.971) ) () ) +("fujis" ((nnps -5.649) ) () ) +("fujisawa" ((nnp -10.304) ) () ) +("fujitsu" ((nnp -7.906) ) () ) +("fukuyama" ((nnp -11.403) ) () ) +("fulbright" ((nnp -10.016) ) () ) +("fulfill" ((vb -8.196) (vbp -9.367) ) () ) +("fulfilled" ((vbd -10.291) (vbn -9.162) ) () ) +("fulfilling" ((vbg -8.153) ) () ) +("fulfills" ((vbz -9.926) ) () ) +("fulfilment" ((nn -11.747) ) () ) +("fulham" ((nnp -10.709) ) () ) +("full" ((jj -6.037) (rb -9.606) ) () ) +("full-blown" ((jj -10.971) ) () ) +("full-bodied" ((jj -10.971) ) () ) +("full-body" ((jj -10.278) ) () ) +("full-fledged" ((jj -9.872) ) () ) +("full-length" ((jj -9.872) ) () ) +("full-page" ((jj -9.872) ) () ) +("full-power" ((jj -10.278) ) () ) +("full-range" ((jj -10.971) ) () ) +("full-scale" ((jj -10.278) ) () ) +("full-size" ((jj -10.971) ) () ) +("full-sized" ((jj -9.585) ) () ) +("full-time" ((jj -8.892) (rb -9.606) ) () ) +("full-year" ((jj -7.975) ) () ) +("fuller" ((jjr -8.039) (nnp -11.403) ) () ) +("fullest" ((jjs -6.830) ) () ) +("fullscale" ((jj -10.971) ) () ) +("fully" ((rb -5.956) ) () ) +("fulminations" ((nns -10.949) ) () ) +("fulton" ((nnp -8.918) ) () ) +("fultz" ((nnp -11.403) ) () ) +("fume-filled" ((jj -10.971) ) () ) +("fumes" ((nns -10.255) ) () ) +("fuming" ((vbg -9.539) ) () ) +("fumpered" ((vbd -10.291) ) () ) +("fun" ((nn -9.349) ) () ) +("function" ((nn -9.549) (vb -9.448) (vbp -8.268) ) () ) +("functionaries" ((nns -10.949) ) () ) +("functioned" ((vbd -9.598) ) () ) +("functioning" ((nn -11.747) (vbg -8.846) ) () ) +("functions" ((nns -8.310) ) () ) +("fund" ((nn -6.438) (nnp -7.046) (vb -7.050) (vbp -9.367) ) () ) +("fund-raiser" ((nn -11.054) ) () ) +("fund-raisers" ((nns -10.949) ) () ) +("fund-raising" ((jj -10.278) (nn -11.054) ) () ) +("fund-research" ((jj -10.971) ) () ) +("fundamantalist" ((nn -11.747) ) () ) +("fundamental" ((jj -7.475) (nnp -11.403) ) () ) +("fundamentalism" ((nn -11.747) ) () ) +("fundamentalist" ((jj -10.278) ) () ) +("fundamentalists" ((nnps -7.729) (nns -10.255) ) () ) +("fundamentally" ((rb -8.508) ) () ) +("fundamentals" ((nns -8.241) ) () ) +("funded" ((jj -10.278) (vbd -10.291) (vbn -7.457) ) () ) +("funding" ((nn -7.835) (nnp -8.694) (vbg -7.054) ) () ) +("fundraising" ((nn -11.747) (vbg -9.539) ) () ) +("funds" ((nnp -10.304) (nnps -6.343) (nns -4.860) (vbz -9.926) ) () ) +("funds-service" ((jj -10.278) ) () ) +("fundtrust" ((nnp -11.403) ) () ) +("funeral" ((jj -10.971) (nn -11.747) ) () ) +("fung" ((nnp -10.709) ) () ) +("fungi" ((nns -10.949) ) () ) +("fungus" ((nn -11.747) ) () ) +("funky" ((jj -10.971) ) () ) +("funn-eeee" ((jj -10.971) ) () ) +("funn-ih" ((jj -10.971) ) () ) +("funnel" ((vb -8.755) ) () ) +("funneled" ((vbd -9.598) (vbn -9.855) ) () ) +("funneling" ((vbg -8.846) ) () ) +("funny" ((jj -8.199) (nnp -11.403) ) () ) +("fuqua" ((nnp -11.403) ) () ) +("fur" ((nn -9.444) (nnp -11.403) ) () ) +("fur-and-leather" ((jj -10.971) ) () ) +("fur-making" ((jj -10.971) ) () ) +("furillo" ((nnp -11.403) ) () ) +("furious" ((jj -10.278) ) () ) +("furlett" ((nnp -9.793) ) () ) +("furloughed" ((vbn -9.855) ) () ) +("furloughs" ((nns -10.949) ) () ) +("furman" ((nnp -11.403) ) () ) +("furnace" ((nn -10.360) ) () ) +("furnaces" ((nns -10.255) ) () ) +("furnish" ((vb -9.448) ) () ) +("furnished" ((jj -10.971) (vbn -9.162) ) () ) +("furnishing" ((vbg -9.539) ) () ) +("furnishings" ((nns -10.949) ) () ) +("furniture" ((nn -8.974) (nnp -10.709) ) () ) +("furor" ((nn -9.549) ) () ) +("furrier" ((nn -11.747) ) () ) +("furriers" ((nns -8.646) ) () ) +("furrows" ((vbz -9.926) ) () ) +("furs" ((nnp -10.304) (nns -8.464) ) () ) +("further" ((jj -6.159) (jjr -5.737) (rb -6.172) (rbr -3.245) (vb -9.448) ) () ) +("furthermore" ((rb -7.660) ) () ) +("furukawa" ((nnp -9.323) ) () ) +("furuta" ((nnp -10.709) ) () ) +("fury" ((nn -11.747) ) () ) +("fuse" ((nn -11.747) ) () ) +("fusillade" ((nn -11.747) ) () ) +("fusion" ((nn -11.054) ) () ) +("fusses" ((vbz -9.926) ) () ) +("futile" ((jj -9.872) ) () ) +("futility" ((nn -11.747) ) () ) +("future" ((jj -6.271) (nn -7.316) (nnp -11.403) ) () ) +("futures" ((nnp -9.005) (nnps -5.783) (nns -5.105) ) () ) +("futures-investment" ((jj -10.278) ) () ) +("futures-related" ((jj -9.179) ) () ) +("futures-trading" ((jj -10.971) ) () ) +("futuristic" ((jj -9.362) ) () ) +("fuzzier" ((jjr -8.039) ) () ) +("fuzzy" ((jj -10.971) ) () ) +("fxtv" ((nnp -11.403) ) () ) +("g" ((nnp -10.304) (sym -4.094) ) () ) +("g-2" ((nn -10.648) ) () ) +("g-7" ((cd -9.769) (nn -11.747) (nnp -10.016) ) () ) +("g." ((nnp -8.001) ) () ) +("g.d." ((nnp -10.304) ) () ) +("g.l." ((nnp -11.403) ) () ) +("g.m.b" ((nnp -9.793) ) () ) +("g.m.b.h." ((nnp -10.304) ) () ) +("g.o." ((nnp -11.403) ) () ) +("g.s." ((nnp -11.403) ) () ) +("ga" ((nnp -10.016) ) () ) +("ga." ((nnp -9.323) ) () ) +("gabe" ((nnp -11.403) ) () ) +("gabele" ((nnp -10.709) ) () ) +("gabelli" ((nnp -9.205) ) () ) +("gabor" ((nnp -10.016) ) () ) +("gabriel" ((nnp -10.709) ) () ) +("gabriela" ((nnp -11.403) ) () ) +("gabriele" ((nnp -11.403) ) () ) +("gadgets" ((nns -9.850) ) () ) +("gadhafi" ((nnp -10.304) ) () ) +("gadsden" ((nnp -11.403) ) () ) +("gaechinger" ((nnp -11.403) ) () ) +("gaelic" ((jj -10.971) ) () ) +("gaf" ((nnp -8.694) ) () ) +("gaffney" ((nnp -11.403) ) () ) +("gain" ((nn -6.565) (nnp -11.403) (vb -6.428) (vbp -9.367) ) () ) +("gained" ((vbd -5.706) (vbn -7.022) ) () ) +("gainen" ((nnp -10.304) ) () ) +("gainer" ((nn -11.747) ) () ) +("gainers" ((nns -8.551) ) () ) +("gaines" ((nnp -10.709) ) () ) +("gaining" ((nnp -11.403) (vbg -6.900) ) () ) +("gains" ((nns -5.819) (vbz -9.926) ) () ) +("gaisman" ((nnp -11.403) ) () ) +("gaithersburg" ((nnp -10.709) ) () ) +("gaja" ((nnp -11.403) ) () ) +("gala" ((nnp -11.403) ) () ) +("galamian" ((nnp -10.709) ) () ) +("galanter" ((nnp -11.403) ) () ) +("galaxies" ((nns -10.949) ) () ) +("galbani" ((nnp -11.403) ) () ) +("galbraith" ((nnp -10.709) ) () ) +("gale" ((nnp -11.403) ) () ) +("galicia" ((nnp -11.403) ) () ) +("galileo" ((nnp -8.070) ) () ) +("gallagher" ((nnp -9.323) ) () ) +("gallant" ((jj -10.971) ) () ) +("galle" ((nnp -10.709) ) () ) +("gallen" ((nnp -11.403) ) () ) +("galleries" ((nns -9.850) ) () ) +("gallery" ((nn -9.349) (nnp -10.016) ) () ) +("galling" ((jj -10.278) ) () ) +("gallium" ((nn -11.747) ) () ) +("gallon" ((nn -11.054) ) () ) +("gallons" ((nns -9.850) ) () ) +("galloway" ((nnp -11.403) ) () ) +("gallup" ((nn -11.747) (nnp -10.016) ) () ) +("galoob" ((nnp -11.403) ) () ) +("galvanize" ((vb -10.141) ) () ) +("galvanized" ((jj -8.892) (vbd -9.598) ) () ) +("galvanizing" ((vbg -9.539) ) () ) +("galveston-houston" ((nnp -10.709) ) () ) +("gambit" ((nn -11.747) (nnp -11.403) ) () ) +("gamble" ((nn -9.801) (nnp -8.512) ) () ) +("gambler" ((nn -10.648) ) () ) +("gamblers" ((nns -10.949) ) () ) +("gambling" ((nn -9.667) (vbg -7.747) ) () ) +("game" ((nn -7.122) (nnp -9.611) ) () ) +("game-show" ((nn -11.747) ) () ) +("games" ((nnp -11.403) (nnps -5.532) (nns -7.211) ) () ) +("gametocide" ((nn -11.747) ) () ) +("gaming" ((nn -10.137) ) () ) +("gamut" ((nn -11.747) ) () ) +("gandhi" ((nnp -8.001) ) () ) +("gang" ((nn -9.955) ) () ) +("gangbusters" ((nns -10.949) ) () ) +("ganglion" ((nn -11.747) ) () ) +("gangs" ((nns -9.339) ) () ) +("ganis" ((nnp -10.709) ) () ) +("gannett" ((nnp -9.793) ) () ) +("gant" ((nnp -10.709) ) () ) +("gao" ((nnp -10.016) ) () ) +("gap" ((nn -8.528) ) () ) +("gaping" ((jj -10.971) ) () ) +("garage" ((nn -9.955) ) () ) +("garages" ((nns -10.255) ) () ) +("garbage" ((nn -9.801) (nnp -11.403) ) () ) +("garbage-disposal" ((jj -10.971) ) () ) +("garber" ((nnp -10.304) ) () ) +("garcia" ((nnp -8.918) ) () ) +("garcias" ((nnps -6.630) ) () ) +("garden" ((nn -8.191) (nnp -9.205) (vb -10.141) ) () ) +("garden-shrub" ((nn -11.747) ) () ) +("garden-variety" ((nn -11.054) ) () ) +("gardener" ((nn -11.054) ) () ) +("gardeners" ((nns -10.949) ) () ) +("gardenettes" ((nns -10.949) ) () ) +("gardening" ((nn -11.054) (vbg -9.539) ) () ) +("gardens" ((nnp -10.304) (nnps -5.021) (nns -9.850) ) () ) +("gardiner" ((nnp -10.709) ) () ) +("gardner" ((nnp -10.304) ) () ) +("garfield" ((nnp -10.016) ) () ) +("gargan" ((nnp -9.793) ) () ) +("gargantuan" ((jj -9.872) ) () ) +("garland" ((nnp -10.709) ) () ) +("garman" ((nnp -10.304) ) () ) +("garment" ((nn -11.054) (nnp -11.403) ) () ) +("garments" ((nns -10.949) ) () ) +("garn" ((nnp -10.709) ) () ) +("garner" ((vb -9.043) (vbp -9.367) ) () ) +("garnered" ((vbn -9.855) ) () ) +("garnett" ((nnp -11.403) ) () ) +("garpian" ((jj -10.971) ) () ) +("garratt" ((nnp -9.457) ) () ) +("garret" ((nnp -11.403) ) () ) +("garrett" ((nnp -10.304) ) () ) +("garrick-aug" ((nnp -11.403) ) () ) +("garrison" ((nn -11.054) (nnp -9.457) ) () ) +("garry" ((nnp -11.403) ) () ) +("garth" ((nnp -10.016) ) () ) +("gartner" ((jjr -8.039) (nnp -9.793) ) () ) +("gary" ((nnp -8.184) ) () ) +("garza" ((nnp -10.016) ) () ) +("garzarelli" ((nnp -9.793) ) () ) +("gas" ((nn -6.819) (nnp -8.001) ) () ) +("gas-derived" ((jj -10.971) ) () ) +("gas-fired" ((jj -9.872) ) () ) +("gas-gathering" ((jj -10.971) ) () ) +("gas-guzzling" ((jj -10.971) ) () ) +("gas-station" ((jj -10.971) ) () ) +("gas-tax" ((nn -11.747) ) () ) +("gas-tax-increasing" ((jj -10.971) ) () ) +("gas-turbine" ((jj -10.971) ) () ) +("gasb" ((nnp -9.611) ) () ) +("gaseous" ((jj -10.971) ) () ) +("gases" ((nns -9.850) ) () ) +("gasich" ((nnp -10.709) ) () ) +("gaskin" ((nnp -10.304) ) () ) +("gasoline" ((nn -8.489) ) () ) +("gasolines" ((nns -10.949) ) () ) +("gasp" ((vb -10.141) ) () ) +("gasped" ((vbd -10.291) ) () ) +("gaston" ((nnp -10.709) ) () ) +("gastro-intestinal" ((jj -10.971) ) () ) +("gate" ((nn -10.360) (nnp -9.457) ) () ) +("gates" ((nnp -9.100) (nns -9.339) ) () ) +("gateway" ((nn -11.747) ) () ) +("gather" ((vb -8.196) ) () ) +("gathered" ((vbd -8.499) (vbn -8.469) ) () ) +("gathering" ((nn -9.667) (vbg -8.440) ) () ) +("gatherings" ((nns -10.255) ) () ) +("gatoil" ((nnp -10.304) ) () ) +("gatos" ((nnp -10.709) ) () ) +("gatsby" ((nnp -11.403) ) () ) +("gatt" ((nnp -9.457) ) () ) +("gatward" ((nnp -9.611) ) () ) +("gaubert" ((nnp -9.205) ) () ) +("gauge" ((nn -10.137) (vb -8.196) ) () ) +("gauges" ((vbz -9.926) ) () ) +("gauging" ((vbg -9.539) ) () ) +("gaulle" ((nnp -11.403) ) () ) +("gauloises" ((nnp -10.304) (nnps -7.729) ) () ) +("gauze" ((nn -11.747) ) () ) +("gave" ((vbd -5.814) ) () ) +("gawky" ((jj -10.278) ) () ) +("gay" ((jj -9.872) ) () ) +("gayle" ((nnp -10.709) ) () ) +("gaylord" ((nnp -10.304) ) () ) +("gaza" ((nnp -11.403) ) () ) +("gazeta" ((nnp -11.403) ) () ) +("gazette" ((nnp -11.403) ) () ) +("gdl" ((nnp -11.403) ) () ) +("gdr" ((nnp -11.403) ) () ) +("ge" ((nnp -7.552) ) () ) +("gear" ((nn -9.349) (nnp -10.304) (vb -10.141) ) () ) +("geared" ((vbn -8.469) ) () ) +("gearing" ((vbg -8.440) ) () ) +("gears" ((vbz -9.926) ) () ) +("geary" ((nnp -10.709) ) () ) +("gebrueder" ((nnp -11.403) ) () ) +("gec" ((nnp -10.709) ) () ) +("geduld" ((nnp -10.016) ) () ) +("geffen" ((nnp -10.709) ) () ) +("gehl" ((nnp -11.403) ) () ) +("geier" ((nnp -11.403) ) () ) +("geiger" ((nnp -10.709) ) () ) +("gelbart" ((nnp -9.100) ) () ) +("gell" ((nnp -11.403) ) () ) +("gellert" ((nnp -11.403) ) () ) +("gelles" ((nnp -11.403) ) () ) +("gem" ((nn -10.648) ) () ) +("gemina" ((nnp -10.304) ) () ) +("gemsbok" ((nns -10.949) ) () ) +("gen-probe" ((nnp -8.512) ) () ) +("gen." ((nnp -8.311) ) () ) +("gencorp" ((nnp -10.016) ) () ) +("gendarme" ((nn -11.747) ) () ) +("gender" ((nn -11.747) ) () ) +("gene" ((nn -8.802) (nnp -10.016) ) () ) +("gene-copying" ((jj -10.971) ) () ) +("gene-spliced" ((jj -10.971) ) () ) +("gene-splicing" ((nn -10.648) ) () ) +("genel" ((nnp -10.709) ) () ) +("genentech" ((nn -10.648) (nnp -9.100) ) () ) +("general" ((jj -5.668) (nn -8.109) (nnp -6.204) ) () ) +("general-director" ((nn -11.747) ) () ) +("general-election" ((jj -10.971) (nn -11.747) ) () ) +("general-insurance" ((nn -11.747) ) () ) +("general-interest" ((jj -10.971) ) () ) +("general-practice" ((jj -10.971) ) () ) +("general-practitioner" ((nn -11.747) ) () ) +("general-purpose" ((jj -9.362) ) () ) +("generale" ((nnp -8.918) ) () ) +("generales" ((nnp -11.403) ) () ) +("generali" ((nnp -10.016) ) () ) +("generalist" ((nn -11.747) ) () ) +("generalists" ((nns -10.949) ) () ) +("generalize" ((vb -10.141) ) () ) +("generalized" ((jj -10.971) (nnp -11.403) ) () ) +("generally" ((rb -5.599) ) () ) +("generalpurpose" ((jj -10.971) ) () ) +("generate" ((vb -6.963) (vbp -8.268) ) () ) +("generated" ((vbd -8.345) (vbn -7.658) ) () ) +("generates" ((vbz -7.528) ) () ) +("generating" ((nn -9.955) (nnp -11.403) (vbg -8.153) ) () ) +("generation" ((nn -8.109) (nnp -10.709) ) () ) +("generation-skipping" ((jj -10.971) ) () ) +("generations" ((nns -9.003) ) () ) +("generators" ((nns -9.339) ) () ) +("generic" ((jj -8.332) ) () ) +("generic-drug" ((jj -10.971) (nn -11.054) ) () ) +("generically" ((rb -10.299) ) () ) +("generous" ((jj -9.025) ) () ) +("generously" ((rb -10.299) ) () ) +("genes" ((nns -8.241) ) () ) +("genetic" ((jj -7.713) (nnp -9.611) ) () ) +("genetically" ((rb -8.508) ) () ) +("genetics" ((nnp -9.611) ) () ) +("geneva" ((nnp -8.569) ) () ) +("geneva-based" ((jj -10.971) ) () ) +("genial" ((jj -10.971) ) () ) +("genie" ((nn -11.747) ) () ) +("genital" ((jj -10.971) ) () ) +("genius" ((nn -10.360) ) () ) +("geno" ((nnp -11.403) ) () ) +("genocide" ((nn -11.054) ) () ) +("genova" ((nnp -10.709) ) () ) +("genprobe" ((nn -11.747) ) () ) +("genre" ((nn -11.747) ) () ) +("genres" ((nns -10.949) ) () ) +("genscher" ((nnp -10.016) ) () ) +("genteel" ((jj -10.278) ) () ) +("gentile" ((jj -10.971) ) () ) +("gentility" ((nn -11.747) ) () ) +("gentle" ((jj -9.362) ) () ) +("gentleladies" ((nns -10.949) ) () ) +("gentlelady" ((nn -11.747) ) () ) +("gentlemen" ((nns -10.255) ) () ) +("gentleness" ((nn -11.747) ) () ) +("gentler" ((jjr -8.039) ) () ) +("gently" ((rb -8.690) ) () ) +("genuine" ((jj -8.486) ) () ) +("genuinely" ((rb -10.299) ) () ) +("geo" ((nnp -11.403) ) () ) +("geocryology" ((nnp -11.403) ) () ) +("geodetic" ((nnp -11.403) ) () ) +("geoffrey" ((nnp -9.323) ) () ) +("geoffrie" ((nnp -11.403) ) () ) +("geoffrion" ((nnp -11.403) ) () ) +("geographic" ((jj -10.278) (nnp -9.323) ) () ) +("geographical" ((jj -10.971) ) () ) +("geography" ((nn -10.137) ) () ) +("geologically" ((rb -10.299) ) () ) +("geology" ((nn -11.747) ) () ) +("geometric" ((jj -10.971) ) () ) +("geometry" ((nn -11.747) ) () ) +("george" ((nnp -6.778) ) () ) +("georgescu" ((nnp -11.403) ) () ) +("georgetown" ((nnp -10.016) ) () ) +("georgette" ((nnp -11.403) ) () ) +("georgia" ((nnp -8.144) ) () ) +("georgia-pacific" ((nnp -7.596) ) () ) +("georgian" ((jj -10.278) ) () ) +("geosciences" ((nns -10.949) ) () ) +("gephardt" ((nnp -11.403) ) () ) +("gerald" ((nnp -8.630) ) () ) +("gerard" ((nnp -9.611) ) () ) +("gerardo" ((nnp -11.403) ) () ) +("gerd" ((nnp -11.403) ) () ) +("gerhard" ((nnp -10.709) ) () ) +("germain" ((nnp -11.403) ) () ) +("german" ((jj -6.407) (nnp -8.569) ) () ) +("german-made" ((jj -10.971) ) () ) +("germans" ((nnps -5.164) (nns -9.339) ) () ) +("germany" ((nnp -6.582) ) () ) +("germany's" ((nnp -11.403) ) () ) +("germany-based" ((jj -10.971) ) () ) +("germeten" ((nnp -10.709) ) () ) +("germont" ((nnp -11.403) ) () ) +("germs" ((nns -10.949) ) () ) +("gero" ((nnp -11.403) ) () ) +("gerrard" ((nnp -11.403) ) () ) +("gerry" ((nnp -10.304) ) () ) +("gerstner" ((nnp -10.016) ) () ) +("gestational" ((jj -10.971) ) () ) +("geste" ((nnp -11.403) ) () ) +("gesture" ((nn -10.648) ) () ) +("gestured" ((vbd -10.291) ) () ) +("gestures" ((nns -9.157) ) () ) +("get" ((vb -4.163) (vbp -5.177) ) () ) +("get-out-the-vote" ((jj -10.278) ) () ) +("get-rich-quick" ((jj -10.278) ) () ) +("get-together" ((nn -11.054) ) () ) +("get-togethers" ((nns -10.949) ) () ) +("gets" ((vbz -5.767) ) () ) +("getting" ((vbg -4.489) ) () ) +("getty" ((nnp -10.709) ) () ) +("gettysburg" ((nnp -11.403) ) () ) +("geysers" ((nns -10.949) ) () ) +("geza" ((nnp -11.403) ) () ) +("ghana" ((nnp -10.709) ) () ) +("ghanaian" ((jj -10.971) ) () ) +("ghastly" ((jj -10.971) ) () ) +("ghazel" ((nnp -11.403) ) () ) +("ghettos" ((nns -10.949) ) () ) +("ghkm" ((nnp -11.403) ) () ) +("ghost" ((nn -9.667) ) () ) +("ghost-busting" ((nn -11.747) ) () ) +("ghostbusters" ((nnp -10.709) (nns -9.850) ) () ) +("ghostbusting" ((nn -10.360) ) () ) +("ghostly" ((jj -10.971) ) () ) +("ghosts" ((nns -9.003) ) () ) +("ghs" ((nnp -11.403) ) () ) +("gi" ((nnp -11.403) ) () ) +("giamatti" ((nnp -11.403) ) () ) +("giancarlo" ((nnp -11.403) ) () ) +("giant" ((jj -7.360) (nn -8.058) (nnp -8.918) ) () ) +("giants" ((nnp -8.838) (nnps -5.164) (nns -8.115) ) () ) +("gibbons" ((nnp -10.709) ) () ) +("gibraltar" ((nnp -10.709) ) () ) +("gibson" ((nnp -9.793) ) () ) +("giddings" ((nnp -11.403) ) () ) +("giddy" ((jj -10.971) ) () ) +("gideon" ((nnp -10.709) ) () ) +("giffen" ((nnp -10.304) ) () ) +("gifford" ((nnp -11.403) ) () ) +("gift" ((nn -9.108) ) () ) +("gifted" ((jj -10.278) ) () ) +("gifts" ((nns -8.310) ) () ) +("gig" ((nn -11.747) ) () ) +("gigantic" ((jj -10.971) ) () ) +("giggle" ((nn -11.747) ) () ) +("gigolo" ((nn -11.054) ) () ) +("gigue-like" ((jj -10.971) ) () ) +("gil" ((nnp -11.403) ) () ) +("gilbert" ((nnp -10.304) ) () ) +("gilchrist" ((nnp -10.016) ) () ) +("gilded" ((jj -10.971) ) () ) +("gilder" ((nnp -11.403) ) () ) +("giles" ((nnp -11.403) ) () ) +("gilgore" ((nnp -11.403) ) () ) +("gill" ((nnp -11.403) ) () ) +("gilleland" ((nnp -10.709) ) () ) +("gillers" ((nnp -11.403) ) () ) +("gilles" ((nnp -11.403) ) () ) +("gillett" ((nnp -8.763) ) () ) +("gillette" ((nnp -9.323) ) () ) +("gillian" ((nnp -10.709) ) () ) +("gilt" ((1 -4.727) (jj -10.971) (nn -11.747) ) () ) +("gilts" ((nns -10.255) ) () ) +("gimenez" ((nnp -11.403) ) () ) +("gimmick" ((nn -11.747) ) () ) +("gimmick-ridden" ((jj -10.971) ) () ) +("gimmickry" ((nn -10.648) ) () ) +("gimmicks" ((nns -9.562) ) () ) +("gin" ((nn -9.549) ) () ) +("gingerly" ((rb -10.299) ) () ) +("gingl" ((nnp -11.403) ) () ) +("gingrich" ((nnp -10.709) ) () ) +("ginn" ((nnp -10.304) ) () ) +("ginnie" ((nnp -8.763) ) () ) +("ginsberg" ((nnp -11.403) ) () ) +("ginseng" ((nn -11.747) ) () ) +("gintel" ((nnp -9.323) ) () ) +("giolito" ((nnp -11.403) ) () ) +("giorgio" ((nnp -10.304) ) () ) +("giovanni" ((nnp -9.005) ) () ) +("giraud" ((nnp -11.403) ) () ) +("girded" ((vbd -10.291) ) () ) +("girder" ((nn -11.747) ) () ) +("girding" ((vbg -8.846) ) () ) +("girl" ((nn -9.349) (nnp -11.403) ) () ) +("girlfriend" ((nn -10.648) ) () ) +("girls" ((nns -9.339) ) () ) +("giroldi" ((nnp -10.709) ) () ) +("giroux" ((nnp -11.403) ) () ) +("girozentrale" ((nnp -11.403) ) () ) +("gist" ((nn -10.648) ) () ) +("gitanes" ((nnp -10.304) ) () ) +("gitano" ((nnp -9.611) ) () ) +("gitter" ((nnp -11.403) ) () ) +("giuliani" ((nnp -8.224) ) () ) +("givaudan" ((nnp -10.304) ) () ) +("give" ((vb -4.921) (vbp -5.729) ) () ) +("giveaway" ((jj -10.278) (nn -11.054) ) () ) +("giveaways" ((nns -10.949) ) () ) +("givebacks" ((nns -10.949) ) () ) +("given" ((jj -10.971) (vbn -4.935) ) () ) +("givens" ((nnp -10.304) ) () ) +("gives" ((vbz -5.866) ) () ) +("giveth" ((vbz -9.926) ) () ) +("giving" ((nn -10.648) (vbg -5.445) ) () ) +("gizmo" ((nn -11.747) ) () ) +("gizmos" ((nns -10.949) ) () ) +("glacial" ((jj -10.278) ) () ) +("glaciology" ((nnp -11.403) ) () ) +("glad" ((jj -9.362) ) () ) +("glade" ((nn -11.747) ) () ) +("glamorize" ((vb -9.448) ) () ) +("glamorized" ((vbn -9.855) ) () ) +("glamorous" ((jj -9.362) ) () ) +("glamour" ((nn -10.360) ) () ) +("glance" ((nn -10.648) ) () ) +("glanced" ((vbd -10.291) ) () ) +("glare" ((nn -10.360) ) () ) +("glares" ((vbz -9.926) ) () ) +("glaring" ((jj -10.971) ) () ) +("glaringly" ((rb -10.299) ) () ) +("glaris" ((nnp -11.403) ) () ) +("glaser" ((nnp -10.304) ) () ) +("glasgow" ((nnp -11.403) ) () ) +("glasnost" ((fw -3.018) (nn -9.955) ) () ) +("glass" ((nn -8.569) (nnp -8.184) ) () ) +("glass-container" ((jj -10.971) ) () ) +("glass-making" ((jj -10.971) (nn -11.747) ) () ) +("glasswork" ((nnp -11.403) ) () ) +("glassworks" ((nnp -11.403) ) () ) +("glauber" ((nnp -10.304) ) () ) +("glaze" ((vb -10.141) ) () ) +("glazer" ((nnp -10.304) ) () ) +("glazier" ((nnp -10.016) ) () ) +("gleaned" ((vbn -9.855) ) () ) +("glee" ((nn -11.747) ) () ) +("gleeful" ((jj -9.872) ) () ) +("gleefully" ((rb -10.299) ) () ) +("glen" ((nnp -10.304) ) () ) +("glendale" ((nnp -10.709) ) () ) +("glenham" ((nnp -11.403) ) () ) +("glenn" ((nnp -8.630) ) () ) +("glenne" ((nnp -11.403) ) () ) +("glenview" ((nnp -11.403) ) () ) +("glib" ((jj -10.971) ) () ) +("glide" ((vb -10.141) ) () ) +("gliding" ((vbg -9.539) ) () ) +("glimmer" ((nn -11.747) ) () ) +("glimpse" ((nn -11.054) ) () ) +("glint" ((nn -11.747) ) () ) +("glitch" ((nn -11.747) ) () ) +("glitches" ((nns -9.850) ) () ) +("glitter" ((nn -11.747) ) () ) +("glitterati" ((nns -10.949) ) () ) +("glittery" ((nn -11.747) ) () ) +("glitz" ((nn -11.747) ) () ) +("glitzy" ((jj -9.872) (nn -11.747) ) () ) +("gloat" ((vb -10.141) ) () ) +("gloated" ((vbd -10.291) ) () ) +("gloaters" ((nns -10.949) ) () ) +("gloating" ((vbg -9.539) ) () ) +("global" ((jj -7.100) (nnp -9.457) ) () ) +("global-news" ((nn -11.054) ) () ) +("globalist" ((nn -11.747) ) () ) +("globalists" ((nns -10.255) ) () ) +("globalization" ((nn -11.747) ) () ) +("globally" ((rb -9.606) ) () ) +("globe" ((nn -9.667) (nnp -10.709) ) () ) +("globex" ((nnp -11.403) ) () ) +("gloom" ((nn -10.648) ) () ) +("gloomier" ((jjr -8.039) (rbr -7.419) ) () ) +("gloomy" ((jj -9.025) ) () ) +("glop" ((nn -11.747) ) () ) +("gloria" ((nnp -11.403) ) () ) +("glorioso" ((nnp -11.403) ) () ) +("glorious" ((jj -9.872) ) () ) +("glory" ((nn -9.801) (nnp -11.403) ) () ) +("gloss" ((vb -10.141) (vbp -9.367) ) () ) +("glossy" ((jj -9.179) ) () ) +("gloucester" ((nnp -11.403) ) () ) +("glove" ((nn -11.747) (nnp -11.403) ) () ) +("gloves" ((nns -9.850) ) () ) +("glowing" ((jj -10.971) (vbg -9.539) ) () ) +("gluck" ((nnp -11.403) ) () ) +("glucksman" ((nnp -10.709) ) () ) +("glucose" ((nn -11.747) ) () ) +("glue" ((nn -10.360) ) () ) +("glued" ((vbn -9.855) ) () ) +("glum" ((jj -10.971) ) () ) +("glut" ((nn -10.360) (vb -10.141) ) () ) +("gluts" ((nns -10.949) ) () ) +("glutted" ((jj -10.971) (vbn -9.855) ) () ) +("gm" ((nnp -6.758) ) () ) +("gm-10" ((nn -11.747) ) () ) +("gm-toyota" ((jj -10.971) ) () ) +("gmac" ((nnp -9.611) ) () ) +("gmc" ((nnp -11.403) ) () ) +("gnaw" ((vb -10.141) ) () ) +("gnp" ((nn -11.054) (nnp -7.969) ) () ) +("gnu-emacs" ((nnp -10.709) ) () ) +("go" ((nn -11.054) (nnp -11.403) (vb -4.818) (vbp -5.455) ) () ) +("go-ahead" ((nn -10.360) ) () ) +("go-around" ((nn -11.747) ) () ) +("go-go" ((jj -10.971) ) () ) +("goal" ((nn -7.776) ) () ) +("goals" ((nns -7.653) ) () ) +("goats" ((nns -10.255) ) () ) +("gobbled" ((vbn -9.855) ) () ) +("gobbledygook" ((nn -11.747) ) () ) +("gobbling" ((vbg -9.539) ) () ) +("goblins" ((nns -10.949) ) () ) +("god" ((nnp -9.100) ) () ) +("goddess" ((nn -11.747) ) () ) +("godiva" ((nnp -11.403) ) () ) +("godown" ((nnp -10.709) ) () ) +("gods" ((nns -10.949) ) () ) +("godunov" ((nnp -11.403) ) () ) +("goes" ((nnp -11.403) (vbz -5.722) ) () ) +("gogh" ((nnp -9.611) ) () ) +("gogol" ((nnp -11.403) ) () ) +("going" ((jj -10.278) (nn -11.747) (vbg -3.852) ) () ) +("goings-on" ((nns -10.949) ) () ) +("gold" ((jj -8.081) (nn -7.429) (nnp -8.630) ) () ) +("gold-leaf" ((jj -10.971) (nn -11.747) ) () ) +("gold-mining" ((nn -11.054) ) () ) +("gold-oriented" ((jj -10.971) ) () ) +("goldbanded" ((vbn -9.855) ) () ) +("goldberg" ((nnp -9.611) ) () ) +("golden" ((jj -8.138) (nnp -8.107) ) () ) +("goldfein" ((nnp -10.304) ) () ) +("goldinger" ((nnp -10.304) ) () ) +("goldman" ((nnp -7.228) ) () ) +("golds" ((nns -10.949) ) () ) +("goldschmidt" ((nnp -11.403) ) () ) +("goldsmith" ((nnp -9.005) ) () ) +("goldstar" ((nnp -11.403) ) () ) +("goldstein" ((nnp -10.709) ) () ) +("goldston" ((nnp -10.709) ) () ) +("golenbock" ((nnp -10.016) ) () ) +("golf" ((nn -9.349) (nnp -10.304) ) () ) +("golfers" ((nns -10.949) ) () ) +("golfing" ((nn -11.747) ) () ) +("golfs" ((nns -10.949) ) () ) +("goliath" ((nnp -11.403) ) () ) +("goliaths" ((nns -10.949) ) () ) +("gollich" ((nnp -11.403) ) () ) +("gollust" ((nnp -10.709) ) () ) +("golomb" ((nnp -10.709) ) () ) +("gomel" ((nnp -11.403) ) () ) +("gomez" ((nnp -10.304) ) () ) +("gon" ((vb -10.141) (vbg -8.153) ) () ) +("goncharov" ((nnp -11.403) ) () ) +("gone" ((1 -4.727) (vbn -5.848) ) () ) +("gonzalez" ((nnp -8.107) ) () ) +("good" ((jj -5.116) (nn -9.667) (rb -9.606) ) () ) +("good-bye" ((nn -11.747) ) () ) +("good-faith" ((nn -11.054) ) () ) +("good-hearted" ((jj -10.971) ) () ) +("good-looking" ((jj -10.971) ) () ) +("good-natured" ((jj -10.278) ) () ) +("good-will" ((jj -10.971) ) () ) +("goodfellow" ((nnp -10.709) ) () ) +("goodfriend" ((nnp -11.403) ) () ) +("goodies" ((nns -9.339) ) () ) +("goodman" ((nnp -9.457) ) () ) +("goodness" ((nn -11.747) ) () ) +("goodrich" ((nnp -9.793) ) () ) +("goods" ((nnp -11.403) (nns -6.248) ) () ) +("goods-producing" ((jj -10.971) ) () ) +("goodson" ((nnp -8.358) ) () ) +("goodwill" ((nn -9.955) (nnp -8.630) ) () ) +("goodwills" ((nnps -7.729) ) () ) +("goodwin" ((nnp -10.709) ) () ) +("goody" ((nnp -11.403) ) () ) +("goodyear" ((nnp -9.100) (vbp -9.367) ) () ) +("goose" ((nn -11.747) ) () ) +("gooseberry" ((nn -11.747) ) () ) +("goosey" ((jj -10.971) ) () ) +("gop" ((nnp -7.969) ) () ) +("gorbachev" ((nnp -6.960) ) () ) +("gorby" ((nnp -11.403) ) () ) +("gorce" ((nnp -11.403) ) () ) +("gordon" ((nnp -8.918) ) () ) +("gore" ((nnp -11.403) ) () ) +("gored" ((vbn -9.855) ) () ) +("gorenstein" ((nnp -11.403) ) () ) +("gorgeous" ((jj -10.971) ) () ) +("gorilla" ((nn -11.747) (nnp -11.403) ) () ) +("gorillas" ((nnp -10.709) (nns -10.949) ) () ) +("gorky" ((nnp -9.005) ) () ) +("gorman" ((nnp -10.304) ) () ) +("gortari" ((nnp -10.709) ) () ) +("goshen" ((nnp -11.403) ) () ) +("gospel" ((nn -11.054) ) () ) +("gosplan" ((nnp -11.403) ) () ) +("gossip" ((nn -9.955) ) () ) +("gossipy" ((jj -10.278) ) () ) +("gossnab" ((nnp -11.403) ) () ) +("got" ((nnp -11.403) (vbd -5.314) (vbn -6.454) (vbp -8.674) ) () ) +("gotlieb" ((nnp -10.709) ) () ) +("gotten" ((vbn -6.860) ) () ) +("gottesman" ((nnp -10.304) ) () ) +("gottlieb" ((nnp -10.016) ) () ) +("gottschalk" ((nnp -11.403) ) () ) +("gould" ((nnp -8.630) ) () ) +("gouldoid" ((jj -10.971) ) () ) +("goupil" ((nnp -9.457) ) () ) +("gourlay" ((nnp -10.709) ) () ) +("gourmet" ((nn -11.054) ) () ) +("gov." ((nnp -8.512) ) () ) +("goverment" ((nn -11.747) ) () ) +("govern" ((vb -9.043) ) () ) +("governance" ((nn -11.054) ) () ) +("governed" ((vbd -10.291) (vbn -8.469) ) () ) +("governing" ((nn -11.747) (vbg -7.342) ) () ) +("government" ((nn -5.147) (nnp -8.224) ) () ) +("government-appointed" ((jj -10.971) ) () ) +("government-approved" ((jj -10.971) ) () ) +("government-assisted" ((jj -10.971) ) () ) +("government-bond" ((nn -11.747) ) () ) +("government-business" ((nn -11.747) ) () ) +("government-certified" ((jj -10.971) ) () ) +("government-controlled" ((jj -9.362) ) () ) +("government-funded" ((jj -10.971) ) () ) +("government-imposed" ((jj -10.971) ) () ) +("government-insured" ((jj -10.971) ) () ) +("government-operated" ((jj -10.971) ) () ) +("government-owned" ((jj -8.892) ) () ) +("government-plus" ((jj -10.971) ) () ) +("government-relations" ((nns -10.949) ) () ) +("government-run" ((jj -10.971) ) () ) +("government-securities" ((nns -10.949) ) () ) +("government-set" ((vbn -9.855) ) () ) +("government-sponsored" ((jj -10.971) (nnp -11.403) ) () ) +("governmental" ((jj -9.872) (nnp -11.403) ) () ) +("governmental-affairs" ((jj -10.971) (nns -10.949) ) () ) +("governments" ((nns -7.393) ) () ) +("governmentset" ((vbn -9.855) ) () ) +("governor" ((nn -9.039) (nnp -10.304) ) () ) +("governors" ((nns -8.464) ) () ) +("govett" ((nnp -10.016) ) () ) +("govette" ((nnp -11.403) ) () ) +("gp" ((nnp -11.403) ) () ) +("gpa" ((nnp -10.016) ) () ) +("gr8flred" ((cd -10.462) (nnp -11.403) ) () ) +("grab" ((nn -11.054) (vb -8.532) (vbp -9.367) ) () ) +("grabbed" ((vbd -8.681) (vbn -8.757) ) () ) +("grabbing" ((vbg -8.440) ) () ) +("grabe" ((nnp -11.403) ) () ) +("grabowiec" ((nnp -11.403) ) () ) +("grabs" ((nns -10.949) ) () ) +("grace" ((nn -9.667) (nnp -9.323) (vb -10.141) ) () ) +("grace-sierra" ((nnp -11.403) ) () ) +("graceful" ((jj -10.971) ) () ) +("gracefully" ((rb -8.913) ) () ) +("gracious" ((jj -10.971) ) () ) +("graciously" ((rb -9.606) ) () ) +("grade" ((nn -9.955) (nnp -11.403) ) () ) +("grader" ((nn -11.747) ) () ) +("graders" ((nns -10.949) ) () ) +("grades" ((nns -9.157) ) () ) +("gradison" ((nnp -11.403) ) () ) +("gradual" ((jj -9.025) ) () ) +("gradually" ((rb -7.734) ) () ) +("graduate" ((jj -10.971) (nn -10.360) (nnp -9.793) ) () ) +("graduated" ((vbd -10.291) (vbn -9.855) ) () ) +("graduates" ((nns -9.003) (vbz -9.233) ) () ) +("graduation" ((nn -11.054) ) () ) +("grady" ((nnp -11.403) ) () ) +("graeme" ((nnp -10.304) ) () ) +("graft" ((nn -11.747) ) () ) +("graft-riddled" ((jj -10.971) ) () ) +("grafted" ((vbn -9.855) ) () ) +("graham" ((nnp -9.205) ) () ) +("grahams" ((nnps -7.036) ) () ) +("grain" ((nn -8.250) ) () ) +("grains" ((nns -9.562) ) () ) +("grais" ((nnp -11.403) ) () ) +("gram" ((nn -11.054) ) () ) +("gramm" ((nnp -10.016) ) () ) +("gramm-rudman" ((nnp -8.184) ) () ) +("gramm-rudman-hollings" ((nnp -10.709) ) () ) +("grammar-school" ((nn -11.747) ) () ) +("grammatical" ((jj -10.971) ) () ) +("grammys" ((nns -10.949) ) () ) +("granada" ((nnp -11.403) ) () ) +("grand" ((jj -7.537) (nnp -7.552) ) () ) +("grand-jury" ((jj -10.278) (nn -11.747) ) () ) +("grand-prize" ((nn -11.747) ) () ) +("grandchildren" ((nns -10.255) ) () ) +("grandees" ((nns -10.949) ) () ) +("grander" ((jjr -8.039) ) () ) +("grandeur" ((nn -11.747) ) () ) +("grandfather" ((nn -10.648) ) () ) +("grandiose" ((jj -9.362) ) () ) +("grandkids" ((nns -10.255) ) () ) +("grandly" ((rb -10.299) ) () ) +("grandmasters" ((nns -10.949) ) () ) +("grandmother" ((nn -10.648) ) () ) +("grandmotherly" ((jj -10.971) ) () ) +("grandmothers" ((nns -10.949) ) () ) +("grandparent" ((nnp -11.403) ) () ) +("grandparents" ((nns -10.255) ) () ) +("grandsire" ((nnp -11.403) ) () ) +("grandson" ((nn -11.054) ) () ) +("grandstander" ((nn -11.747) ) () ) +("grange" ((nnp -11.403) ) () ) +("granges" ((nnp -10.709) (nns -10.255) ) () ) +("granite" ((nn -11.747) ) () ) +("grannies" ((nnps -7.036) ) () ) +("grannon" ((nnp -11.403) ) () ) +("granny" ((nnp -11.403) ) () ) +("grano" ((nnp -10.709) ) () ) +("grant" ((nn -9.667) (nnp -9.457) (vb -8.062) ) () ) +("granted" ((jj -10.971) (vbd -8.681) (vbn -7.370) ) () ) +("granting" ((vbg -7.747) ) () ) +("grantor" ((nnp -11.403) ) () ) +("grants" ((nnps -6.630) (nns -7.653) (vbz -9.233) ) () ) +("granular" ((jj -10.971) ) () ) +("granville" ((nnp -9.793) ) () ) +("grapes" ((nns -9.339) ) () ) +("grapevine" ((nn -10.360) ) () ) +("graph" ((nn -10.648) ) () ) +("graphic" ((jj -10.971) (nnp -11.403) ) () ) +("graphics" ((nnp -8.918) (nnps -7.729) (nns -7.653) ) () ) +("graphite-plastic" ((jj -10.971) ) () ) +("grapple" ((vb -9.043) ) () ) +("grappled" ((vbd -10.291) ) () ) +("grapples" ((vbz -9.926) ) () ) +("gras" ((nnp -10.304) ) () ) +("grasp" ((nn -11.747) (vb -9.043) (vbp -9.367) ) () ) +("grass" ((nn -11.054) ) () ) +("grass-roots" ((jj -10.278) ) () ) +("grassley" ((nnp -11.403) ) () ) +("grasso" ((nnp -11.403) ) () ) +("grassy" ((jj -10.971) ) () ) +("grateful" ((jj -9.872) ) () ) +("gratitude" ((nn -11.747) ) () ) +("gratuities" ((nns -10.255) ) () ) +("gratuitous" ((jj -10.278) ) () ) +("gratuitously" ((rb -9.606) ) () ) +("gratuity" ((nn -11.747) ) () ) +("grave" ((jj -9.872) (nn -11.054) ) () ) +("gravely" ((rb -10.299) ) () ) +("graves" ((nnp -11.403) ) () ) +("gravest" ((jjs -7.523) ) () ) +("graveyard" ((nn -10.648) ) () ) +("gravitational" ((jj -10.971) ) () ) +("gravity" ((nn -11.747) ) () ) +("gravy" ((nn -11.054) ) () ) +("gray" ((jj -8.669) (nnp -8.569) ) () ) +("gray-beard" ((jj -10.971) ) () ) +("gray-flannel" ((nn -11.747) ) () ) +("gray-market" ((jj -9.872) ) () ) +("grayhound" ((nnp -10.709) ) () ) +("graying" ((nn -11.747) (vbg -9.539) ) () ) +("grayson" ((nnp -11.403) ) () ) +("graze" ((vbp -9.367) ) () ) +("grazed" ((vbd -10.291) ) () ) +("grazers" ((nns -10.949) ) () ) +("grazing" ((nn -11.054) ) () ) +("gre" ((nnp -10.304) ) () ) +("greaney" ((nnp -11.403) ) () ) +("grease" ((nn -10.360) ) () ) +("great" ((jj -6.159) (nnp -7.471) (rb -10.299) ) () ) +("great-grandfather" ((nn -11.747) ) () ) +("greater" ((jjr -3.709) (nnp -11.403) ) () ) +("greatest" ((jjs -4.633) ) () ) +("greatly" ((rb -7.409) ) () ) +("greats" ((nns -9.850) ) () ) +("greece" ((nnp -8.407) ) () ) +("greed" ((nn -10.648) (nnp -11.403) ) () ) +("greedier" ((jjr -8.039) ) () ) +("greedily" ((rb -10.299) ) () ) +("greedy" ((jj -9.179) ) () ) +("greek" ((jj -10.278) (nnp -11.403) ) () ) +("greeks" ((nnps -6.343) ) () ) +("green" ((jj -8.081) (nn -10.360) (nnp -7.937) ) () ) +("greenback" ((nnp -11.403) ) () ) +("greenberg" ((nnp -9.205) ) () ) +("greene" ((nnp -9.611) ) () ) +("greenfield" ((nn -11.747) (nnp -10.016) ) () ) +("greenhouse" ((nn -9.262) ) () ) +("greenhouse-effect" ((jj -10.971) ) () ) +("greenhouse-produced" ((jj -10.971) ) () ) +("greenhouses" ((nns -10.255) ) () ) +("greeniaus" ((nnp -10.016) ) () ) +("greening" ((nn -11.747) ) () ) +("greenish" ((jj -10.971) ) () ) +("greenland" ((nnp -11.403) ) () ) +("greenmail" ((nn -10.137) ) () ) +("greenmailer" ((nn -11.747) ) () ) +("greens" ((nnp -11.403) (nns -9.850) ) () ) +("greensboro" ((nnp -11.403) ) () ) +("greenshields" ((nnp -10.709) ) () ) +("greenspan" ((nnp -7.574) ) () ) +("greenspon" ((nnp -10.304) ) () ) +("greenville" ((nnp -8.763) ) () ) +("greenwald" ((nnp -11.403) ) () ) +("greenwich" ((nnp -8.838) ) () ) +("greer" ((nnp -10.709) ) () ) +("greet" ((vb -10.141) ) () ) +("greeted" ((vbd -10.291) (vbn -8.469) ) () ) +("greeting" ((nn -11.747) (vbg -9.539) ) () ) +("greetings" ((nnp -11.403) (nns -10.949) ) () ) +("greets" ((vbz -9.926) ) () ) +("greg" ((nnp -10.016) ) () ) +("gregory" ((nnp -9.793) ) () ) +("greiner" ((nnp -11.403) ) () ) +("grenada" ((nnp -11.403) ) () ) +("grenades" ((nns -10.949) ) () ) +("grenfell" ((nnp -8.407) ) () ) +("grenier" ((nnp -11.403) ) () ) +("gressette" ((nnp -10.709) ) () ) +("greve" ((nnp -10.304) ) () ) +("grew" ((vbd -6.180) (vbn -9.855) ) () ) +("grey" ((nnp -9.611) ) () ) +("grgich" ((nnp -11.403) ) () ) +("grid" ((nn -10.137) (nnp -11.403) ) () ) +("gridded" ((jj -10.971) ) () ) +("gridiron" ((nn -11.747) ) () ) +("gridlock" ((nn -9.444) ) () ) +("gridlocked" ((jj -10.971) (vbn -9.855) ) () ) +("grieco" ((nnp -10.709) ) () ) +("grief" ((nn -11.747) ) () ) +("grievance" ((nn -10.648) ) () ) +("grievances" ((nnp -11.403) (nns -10.255) ) () ) +("grievous" ((jj -10.971) ) () ) +("griffith" ((nnp -11.403) ) () ) +("grill" ((nnp -11.403) (vbp -9.367) ) () ) +("grilled-chicken" ((jj -10.971) ) () ) +("grim" ((jj -8.774) ) () ) +("grimace" ((vb -10.141) ) () ) +("grimaced" ((vbd -10.291) ) () ) +("grimaces" ((nns -10.949) ) () ) +("grimes" ((nnp -11.403) ) () ) +("grimly" ((rb -10.299) ) () ) +("grimmest" ((jjs -7.523) ) () ) +("grind" ((vb -10.141) ) () ) +("grinders" ((nns -10.949) ) () ) +("grinding" ((vbg -8.846) ) () ) +("grinds" ((vbz -9.233) ) () ) +("grinevsky" ((nnp -11.403) ) () ) +("gringo" ((nnp -11.403) ) () ) +("gringos" ((nns -10.949) ) () ) +("grinned" ((vbd -10.291) ) () ) +("grinning" ((vbg -9.539) ) () ) +("grins" ((nns -10.949) ) () ) +("grip" ((nn -9.549) ) () ) +("gripes" ((vbz -9.926) ) () ) +("gripped" ((vbd -10.291) ) () ) +("gripping" ((jj -10.278) (vbg -9.539) ) () ) +("grippo" ((nnp -11.403) ) () ) +("grishaw-mueller" ((nnp -11.403) ) () ) +("grisly" ((jj -10.278) ) () ) +("griswold" ((nnp -11.403) ) () ) +("gritty" ((jj -10.971) ) () ) +("gro" ((nnp -11.403) ) () ) +("gro-lites" ((nnps -7.729) ) () ) +("groans" ((vbz -9.233) ) () ) +("grobstein" ((nnp -10.304) ) () ) +("groceries" ((nns -9.850) ) () ) +("grocery" ((nn -9.549) ) () ) +("groff" ((nnp -11.403) ) () ) +("grohl" ((nnp -10.709) ) () ) +("gromov" ((nnp -10.709) ) () ) +("groom" ((nnp -11.403) ) () ) +("groove" ((nn -11.747) ) () ) +("groped" ((vbd -10.291) ) () ) +("gross" ((jj -7.388) (nnp -10.304) ) () ) +("grosse" ((nnp -11.403) ) () ) +("grossing" ((vbg -9.539) ) () ) +("grossly" ((rb -8.690) ) () ) +("grossman" ((nnp -10.016) ) () ) +("grossner" ((nnp -11.403) ) () ) +("groton" ((nnp -11.403) ) () ) +("grottoes" ((nns -10.949) ) () ) +("ground" ((nn -7.940) (nnp -11.403) (vb -9.448) (vbd -9.598) (vbn -9.855) ) () ) +("ground-handling" ((nn -11.747) ) () ) +("groundball" ((nn -11.747) ) () ) +("grounded" ((vbn -9.162) ) () ) +("grounding" ((nn -11.747) ) () ) +("grounds" ((nnps -7.036) (nns -8.058) ) () ) +("groundup" ((jj -10.971) ) () ) +("groundwater" ((nnp -11.403) ) () ) +("groundwork" ((nn -10.360) ) () ) +("group" ((nn -5.328) (nnp -5.771) (vb -10.141) ) () ) +("groupe" ((nnp -9.793) ) () ) +("groupement" ((nnp -11.403) ) () ) +("groups" ((nns -6.021) ) () ) +("groused" ((vbd -9.598) ) () ) +("grouses" ((vbz -9.926) ) () ) +("grove" ((nnp -10.304) ) () ) +("grovels" ((vbz -9.926) ) () ) +("grover" ((nnp -10.709) ) () ) +("grow" ((vb -6.380) (vbp -7.575) ) () ) +("grower" ((nn -9.549) ) () ) +("growers" ((nns -8.310) ) () ) +("growing" ((jj -9.585) (nn -10.648) (vbg -4.924) ) () ) +("growls" ((vbz -9.926) ) () ) +("grown" ((jj -10.278) (vbn -6.523) ) () ) +("grows" ((vbz -7.361) ) () ) +("growth" ((nn -6.023) (nnp -10.304) ) () ) +("growth-and-income" ((jj -10.971) ) () ) +("growth-oriented" ((jj -10.971) ) () ) +("growth-stock" ((jj -10.971) ) () ) +("growths" ((nns -10.255) ) () ) +("grp" ((nnp -11.403) ) () ) +("gruber" ((nnp -11.403) ) () ) +("gruberova" ((nnp -9.793) ) () ) +("grubman" ((nnp -10.709) ) () ) +("grudging" ((jj -10.278) ) () ) +("grudgingly" ((rb -10.299) ) () ) +("grueling" ((jj -10.971) (vbg -9.539) ) () ) +("gruesome" ((jj -10.971) ) () ) +("grumble" ((vbp -9.367) ) () ) +("grumbled" ((vbd -10.291) ) () ) +("grumman" ((nnp -9.205) ) () ) +("grundfest" ((nnp -11.403) ) () ) +("gruntal" ((nnp -10.304) ) () ) +("grupo" ((nnp -10.709) ) () ) +("grusin" ((nnp -10.016) ) () ) +("gsx" ((nnp -10.016) ) () ) +("gte" ((nnp -10.016) ) () ) +("guadalajara" ((nnp -10.304) ) () ) +("guangdong" ((nnp -9.323) ) () ) +("guarantee" ((nn -8.414) (nnp -11.403) (vb -7.944) (vbp -8.268) ) () ) +("guaranteed" ((jj -9.585) (vbd -10.291) (vbn -6.677) ) () ) +("guaranteeing" ((vbg -8.440) ) () ) +("guarantees" ((nns -7.285) (vbz -8.134) ) () ) +("guaranty" ((nnp -9.323) ) () ) +("guard" ((nn -9.444) (nnp -8.569) (vb -9.448) (vbp -9.367) ) () ) +("guarded" ((jj -10.971) (vbd -10.291) (vbn -9.162) ) () ) +("guardia" ((nnp -11.403) ) () ) +("guardian" ((nnp -10.016) ) () ) +("guarding" ((vbg -9.539) ) () ) +("guards" ((nnps -7.729) (nns -9.157) (vbz -9.926) ) () ) +("guber" ((nnp -6.623) ) () ) +("guber-peters" ((nnp -8.694) ) () ) +("gubernatorial" ((jj -9.025) ) () ) +("gucci" ((nnp -11.403) ) () ) +("guerin" ((nnp -11.403) ) () ) +("guerrilla" ((nn -9.955) ) () ) +("guerrillas" ((nnps -7.729) (nns -9.339) ) () ) +("guess" ((nn -11.054) (vb -8.350) (vbp -7.170) ) () ) +("guessed" ((vbd -9.598) ) () ) +("guesswork" ((nn -11.747) ) () ) +("guest" ((jj -10.971) (nn -9.955) ) () ) +("guests" ((nns -8.869) ) () ) +("guevara" ((nnp -11.403) ) () ) +("guffey" ((nnp -10.016) ) () ) +("guidance" ((nn -10.648) ) () ) +("guide" ((nn -8.702) (nnp -10.304) (vb -9.043) ) () ) +("guided" ((vbd -10.291) (vbn -8.757) ) () ) +("guided-missile" ((jj -10.971) ) () ) +("guideline" ((nn -10.137) ) () ) +("guidelines" ((nns -7.483) ) () ) +("guideposts" ((nns -10.949) ) () ) +("guides" ((nnp -11.403) ) () ) +("guiding" ((jj -10.971) ) () ) +("guigal" ((nnp -11.403) ) () ) +("guilder" ((nn -11.054) ) () ) +("guilders" ((nns -7.904) ) () ) +("guile" ((nn -11.747) ) () ) +("guillermo" ((nnp -10.709) ) () ) +("guilt" ((nn -10.137) ) () ) +("guilty" ((jj -6.911) (rb -10.299) ) () ) +("guinea" ((nn -10.360) (nnp -11.403) ) () ) +("guinness" ((nnp -9.793) ) () ) +("guise" ((nn -10.648) ) () ) +("guitar" ((nn -11.747) ) () ) +("gujarat" ((nn -11.747) (nnp -11.403) ) () ) +("gulag" ((nnp -11.403) ) () ) +("gulbuddin" ((nnp -11.403) ) () ) +("gulch" ((nnp -11.403) ) () ) +("gulf" ((nn -11.747) (nnp -7.451) ) () ) +("gulick" ((nnp -11.403) ) () ) +("gullible" ((jj -10.971) ) () ) +("gum" ((nn -9.801) ) () ) +("gumbel" ((nnp -11.403) ) () ) +("gumkowski" ((nnp -11.403) ) () ) +("gun" ((nn -10.360) (nnp -11.403) ) () ) +("gun-carrying" ((jj -10.971) ) () ) +("gun-running" ((jj -10.971) (nn -11.747) ) () ) +("gundle" ((nnp -11.403) ) () ) +("gung-ho" ((jj -10.971) ) () ) +("gungho" ((jj -10.971) ) () ) +("gunmen" ((nns -10.949) ) () ) +("gunned" ((vbn -8.757) ) () ) +("gunner" ((nn -11.747) (nnp -11.403) ) () ) +("gunny" ((nn -11.747) ) () ) +("guns" ((nns -8.869) ) () ) +("gunship" ((nn -11.747) ) () ) +("gunshot" ((nn -11.747) ) () ) +("gunslinging" ((vbg -9.539) ) () ) +("guppy" ((nnp -11.403) ) () ) +("gupta" ((nnp -11.403) ) () ) +("gurria" ((nnp -10.016) ) () ) +("gurtz" ((nnp -11.403) ) () ) +("guru" ((nn -11.054) ) () ) +("gurus" ((nns -10.255) ) () ) +("gushes" ((vbz -9.926) ) () ) +("gustafson" ((nnp -10.304) ) () ) +("gustavus" ((nnp -11.403) ) () ) +("gut" ((nn -10.137) ) () ) +("gut-wrenching" ((jj -10.278) ) () ) +("gutenberghus" ((nnp -11.403) ) () ) +("guterman" ((nnp -9.611) ) () ) +("gutermann" ((nnp -11.403) ) () ) +("gutfreund" ((nnp -9.457) ) () ) +("gutfreund-postel" ((nnp -11.403) ) () ) +("gutfreunds" ((nnps -6.630) ) () ) +("guts" ((nns -9.850) ) () ) +("gutter" ((nn -11.747) ) () ) +("guttman" ((nnp -10.709) ) () ) +("guy" ((nn -8.313) (nnp -9.793) ) () ) +("guys" ((nns -8.004) ) () ) +("guzman" ((nnp -8.763) ) () ) +("gwyn" ((nnp -11.403) ) () ) +("gymnastic" ((jj -10.971) ) () ) +("gymnastics" ((nns -10.949) ) () ) +("gypsum" ((nnp -11.403) ) () ) +("gypsy" ((nn -11.747) ) () ) +("gyrate" ((vb -10.141) ) () ) +("gyrated" ((vbd -10.291) ) () ) +("gyrating" ((vbg -8.846) ) () ) +("gyration" ((nn -11.747) ) () ) +("gyrations" ((nns -7.813) ) () ) +("h" ((nnp -10.304) ) () ) +("h&r" ((nnp -10.709) ) () ) +("h." ((nn -11.747) (nnp -7.689) ) () ) +("h.f." ((nnp -9.611) ) () ) +("h.h." ((nnp -9.611) ) () ) +("h.j." ((nnp -10.709) ) () ) +("h.l." ((nnp -11.403) ) () ) +("h.n." ((nnp -11.403) ) () ) +("h.r." ((nnp -11.403) ) () ) +("haag" ((nnp -11.403) ) () ) +("haagen" ((nnp -10.016) ) () ) +("haagen-dazs" ((nnp -11.403) ) () ) +("haas" ((nnp -9.793) ) () ) +("habit" ((nn -9.801) ) () ) +("habitat" ((nn -11.747) ) () ) +("habitats" ((nns -10.949) ) () ) +("habits" ((nns -8.646) ) () ) +("hacche" ((nnp -11.403) ) () ) +("hachette" ((nnp -10.016) ) () ) +("hachuel" ((nnp -11.403) ) () ) +("hackel" ((nnp -11.403) ) () ) +("hackensack" ((nnp -11.403) ) () ) +("hacker" ((nn -9.801) ) () ) +("hackers" ((nns -10.949) ) () ) +("hackles" ((nns -10.255) ) () ) +("hackman" ((nnp -11.403) ) () ) +("had" ((vbd -2.862) (vbn -5.636) ) () ) +("haden" ((nnp -11.403) ) () ) +("hadley" ((nnp -11.403) ) () ) +("hadson" ((nnp -10.709) ) () ) +("hafer" ((nnp -10.709) ) () ) +("hagen" ((nnp -10.709) ) () ) +("hager" ((nnp -11.403) ) () ) +("haggle" ((vb -10.141) ) () ) +("hagglings" ((nns -10.949) ) () ) +("hagood" ((nnp -11.403) ) () ) +("hahn" ((nnp -9.457) ) () ) +("hail" ((nn -11.054) ) () ) +("hailed" ((vbd -8.499) (vbn -8.757) ) () ) +("hailing" ((vbg -9.539) ) () ) +("haines" ((nnp -10.709) ) () ) +("hair" ((nn -9.039) ) () ) +("hair-growing" ((jj -10.971) ) () ) +("hair-trigger" ((jj -10.278) ) () ) +("hairdresser" ((nn -11.747) ) () ) +("hairline" ((nn -11.747) ) () ) +("hairspray" ((nn -11.747) ) () ) +("hairyknuckled" ((jj -10.971) ) () ) +("haiti" ((nnp -10.709) ) () ) +("hakim" ((nnp -11.403) ) () ) +("hakuhodo" ((nnp -11.403) ) () ) +("halas" ((nnp -11.403) ) () ) +("halcion" ((nnp -11.403) ) () ) +("hale" ((nnp -10.304) ) () ) +("half" ((dt -7.610) (jj -8.263) (nn -6.879) (pdt -1.797) (rb -8.690) ) () ) +("half-acre" ((jj -10.971) ) () ) +("half-an-hour" ((nn -11.054) ) () ) +("half-baked" ((jj -10.278) ) () ) +("half-block" ((nn -11.747) ) () ) +("half-brother" ((nn -11.747) ) () ) +("half-century" ((nn -11.747) ) () ) +("half-completed" ((jj -10.971) ) () ) +("half-dozen" ((nn -10.648) ) () ) +("half-empty" ((jj -10.971) ) () ) +("half-forgotten" ((jj -10.971) ) () ) +("half-hour" ((jj -9.585) (nn -9.349) ) () ) +("half-industrial" ((jj -10.971) ) () ) +("half-life" ((nn -11.054) ) () ) +("half-measure" ((nn -11.747) ) () ) +("half-owned" ((jj -10.971) ) () ) +("half-point" ((jj -10.278) ) () ) +("half-share" ((nn -11.747) ) () ) +("half-staff" ((jj -10.971) ) () ) +("half-states" ((nns -10.949) ) () ) +("half-time" ((nn -11.054) ) () ) +("half-way" ((jj -10.971) ) () ) +("halfhearted" ((jj -10.971) ) () ) +("halfheartedly" ((rb -10.299) ) () ) +("halis" ((nnp -11.403) ) () ) +("hall" ((nn -9.801) (nnp -7.937) ) () ) +("hallett" ((nnp -11.403) ) () ) +("halliburton" ((nnp -11.403) ) () ) +("hallmark" ((nn -11.747) (nnp -10.709) ) () ) +("hallowed" ((jj -10.971) ) () ) +("halloween" ((nnp -9.793) ) () ) +("halls" ((nnp -11.403) (nns -9.157) ) () ) +("hallucigenia" ((nnp -11.403) ) () ) +("hallway" ((nn -11.747) ) () ) +("hallways" ((nns -10.949) ) () ) +("hallwood" ((nnp -10.709) ) () ) +("halo" ((nn -11.747) ) () ) +("halogen" ((nn -11.747) ) () ) +("halpern" ((nnp -11.403) ) () ) +("halsey" ((nnp -10.304) ) () ) +("halsted" ((nnp -11.403) ) () ) +("halt" ((nn -8.281) (vb -7.577) (vbp -8.674) ) () ) +("halted" ((nn -11.747) (vbd -7.458) (vbn -6.911) ) () ) +("halting" ((vbg -8.846) ) () ) +("haltingly" ((rb -10.299) ) () ) +("halts" ((nns -8.646) (vbz -9.233) ) () ) +("halva-neubauer" ((nnp -11.403) ) () ) +("halve" ((vb -9.448) ) () ) +("halved" ((jj -10.971) (vbn -9.855) ) () ) +("halves" ((vbz -9.926) ) () ) +("ham" ((nn -11.747) ) () ) +("ham-handed" ((jj -10.971) ) () ) +("hamakua" ((nn -11.747) ) () ) +("hambrecht" ((nnp -9.793) ) () ) +("hambros" ((nnp -10.304) ) () ) +("hamburg" ((nnp -11.403) ) () ) +("hamburger" ((nn -10.648) ) () ) +("hamilton" ((nnp -8.070) ) () ) +("hamilton-dorgan" ((nnp -11.403) ) () ) +("hammack" ((nnp -9.611) ) () ) +("hammacks" ((nnp -10.709) (nnps -7.036) ) () ) +("hammer" ((nn -11.747) (vb -9.043) ) () ) +("hammered" ((vbn -7.776) ) () ) +("hammering" ((nn -11.747) (vbg -9.539) ) () ) +("hammerschmidt" ((nnp -10.709) ) () ) +("hammersmith" ((nnp -9.793) ) () ) +("hammerstein" ((nnp -10.709) ) () ) +("hammerton" ((nnp -11.403) ) () ) +("hamming" ((vbg -9.539) ) () ) +("hammond" ((nnp -8.918) ) () ) +("hamper" ((vb -8.532) ) () ) +("hampered" ((vbd -10.291) (vbn -7.370) ) () ) +("hampering" ((vbg -8.846) ) () ) +("hampers" ((vbz -9.926) ) () ) +("hampshire" ((nnp -7.819) ) () ) +("hampster" ((nnp -10.709) ) () ) +("hamstring" ((vb -10.141) ) () ) +("hamstrung" ((jj -10.971) (vbn -9.855) (vbp -9.367) ) () ) +("hanao" ((nnp -10.709) ) () ) +("hanauer" ((nnp -11.403) ) () ) +("hancock" ((nnp -9.611) ) () ) +("hand" ((nn -7.214) (rb -10.299) (vb -9.043) ) () ) +("hand-held" ((jj -9.179) ) () ) +("hand-sized" ((jj -10.971) ) () ) +("handbills" ((nns -10.949) ) () ) +("handbooks" ((nns -10.949) ) () ) +("handcuffs" ((nns -10.949) ) () ) +("handed" ((vbd -8.681) (vbn -7.909) ) () ) +("handelsman" ((nnp -11.403) ) () ) +("handful" ((nn -8.611) ) () ) +("handheld" ((jj -10.971) ) () ) +("handicap" ((nn -11.054) (vb -10.141) ) () ) +("handicapped" ((nnp -10.709) (nns -10.255) (vbn -9.855) ) () ) +("handily" ((rb -10.299) ) () ) +("handle" ((vb -6.504) (vbp -8.674) ) () ) +("handled" ((vbd -8.094) (vbn -6.911) ) () ) +("handlers" ((nns -9.850) ) () ) +("handles" ((vbz -7.729) ) () ) +("handling" ((nn -9.262) (vbg -6.448) ) () ) +("handmaid" ((nnp -11.403) ) () ) +("handout" ((nn -10.648) ) () ) +("hands" ((nns -6.729) (vbz -8.828) ) () ) +("hands-on" ((jj -10.278) ) () ) +("handshake" ((nn -11.747) ) () ) +("handsome" ((jj -9.872) ) () ) +("handsomely" ((rb -9.201) ) () ) +("handstands" ((nns -10.949) ) () ) +("handwriting" ((nn -11.054) ) () ) +("handwritten" ((jj -10.971) ) () ) +("handy" ((jj -8.892) (nnp -11.403) ) () ) +("handzlik" ((nnp -11.403) ) () ) +("haney" ((nnp -11.403) ) () ) +("hang" ((nnp -10.016) (vb -8.532) (vbp -9.367) ) () ) +("hangar" ((nn -11.747) ) () ) +("hanged" ((vbn -9.855) ) () ) +("hanging" ((nn -11.747) (vbg -7.593) ) () ) +("hangover" ((nn -11.054) ) () ) +("hangs" ((vbz -8.317) ) () ) +("hani" ((nnp -11.403) ) () ) +("hanifen" ((nnp -10.304) ) () ) +("hank" ((nn -11.747) ) () ) +("hann" ((nnp -11.403) ) () ) +("hannibal" ((nnp -11.403) ) () ) +("hannifin" ((nnp -10.016) ) () ) +("hannover" ((nnp -11.403) ) () ) +("hanoi" ((nnp -10.304) ) () ) +("hanover" ((nnp -8.458) ) () ) +("hans" ((nnp -9.793) ) () ) +("hans-dietrich" ((nnp -10.709) ) () ) +("hanson" ((nnp -9.793) ) () ) +("hanwa" ((nnp -11.403) ) () ) +("haole" ((fw -4.317) ) () ) +("hapless" ((jj -10.971) ) () ) +("happen" ((vb -6.404) (vbp -8.674) ) () ) +("happened" ((vbd -6.764) (vbn -7.147) ) () ) +("happening" ((nn -11.054) (vbg -6.494) ) () ) +("happenings" ((nns -10.255) ) () ) +("happens" ((vbz -6.559) ) () ) +("happenstance" ((nn -11.747) ) () ) +("happier" ((jjr -8.039) ) () ) +("happily" ((rb -8.913) ) () ) +("happy" ((jj -7.880) (nnp -10.304) ) () ) +("hara" ((nnp -11.403) ) () ) +("harangues" ((nns -10.255) (vbz -9.926) ) () ) +("harass" ((vb -9.448) ) () ) +("harassed" ((vbd -10.291) ) () ) +("harassing" ((vbg -9.539) ) () ) +("harbanse" ((nnp -11.403) ) () ) +("harbinger" ((nn -11.054) ) () ) +("harbor" ((nn -10.648) (nnp -9.611) (vbp -9.367) ) () ) +("harboring" ((vbg -9.539) ) () ) +("harbors" ((nnps -6.119) (vbz -9.233) ) () ) +("harcourt" ((nnp -11.403) ) () ) +("hard" ((jj -6.327) (rb -6.773) ) () ) +("hard-bitten" ((jj -10.278) ) () ) +("hard-charging" ((nn -11.747) ) () ) +("hard-currency" ((jj -10.278) (nn -11.054) ) () ) +("hard-disk" ((jj -10.971) (nn -11.747) ) () ) +("hard-earned" ((jj -10.971) ) () ) +("hard-hit" ((jj -10.971) ) () ) +("hard-line" ((jj -9.362) ) () ) +("hard-to-fault" ((jj -10.971) ) () ) +("hard-wire" ((jj -10.971) ) () ) +("hardball" ((nn -11.054) ) () ) +("hardbound" ((jj -10.971) ) () ) +("hardcore" ((nn -11.747) ) () ) +("harddisk" ((nn -11.747) ) () ) +("hardee" ((nnp -10.709) ) () ) +("hardened" ((jj -10.971) (vbn -9.855) ) () ) +("harder" ((jjr -5.400) (rb -10.299) (rbr -4.647) ) () ) +("harder-line" ((jj -10.971) ) () ) +("hardest" ((jjs -5.731) (rbs -4.073) ) () ) +("hardest-hit" ((jj -10.971) ) () ) +("hardiman" ((nnp -9.611) ) () ) +("hardis" ((nnp -10.709) ) () ) +("hardly" ((rb -6.967) ) () ) +("hardships" ((nns -10.949) ) () ) +("hardware" ((nn -8.913) (nnp -11.403) ) () ) +("hardwood" ((nn -11.747) ) () ) +("hardworking" ((jj -10.971) ) () ) +("hardy" ((jj -10.278) ) () ) +("hargrave" ((nnp -11.403) ) () ) +("harken" ((nnp -10.016) ) () ) +("harkin" ((nnp -11.403) ) () ) +("harkins" ((nnp -10.304) ) () ) +("harlan" ((nnp -11.403) ) () ) +("harland" ((nnp -10.709) ) () ) +("harlem" ((nnp -11.403) ) () ) +("harm" ((nn -9.801) (vb -9.448) ) () ) +("harman" ((nnp -11.403) ) () ) +("harmed" ((vbn -9.162) ) () ) +("harmful" ((jj -8.774) ) () ) +("harmless" ((jj -10.971) ) () ) +("harmonia" ((nnp -11.403) ) () ) +("harmonic" ((jj -10.971) ) () ) +("harmonious" ((jj -10.278) ) () ) +("harmony" ((nn -10.648) ) () ) +("harms" ((nnp -11.403) (nns -10.949) (vbz -9.926) ) () ) +("harness" ((nn -11.747) ) () ) +("harnessing" ((vbg -9.539) ) () ) +("harold" ((nnp -8.512) ) () ) +("harped" ((vbd -10.291) ) () ) +("harpener" ((nnp -10.709) ) () ) +("harper" ((nnp -9.323) ) () ) +("harping" ((vbg -9.539) ) () ) +("harrah" ((nnp -11.403) ) () ) +("harried" ((vbn -9.162) ) () ) +("harriman" ((nnp -11.403) ) () ) +("harrington" ((nnp -10.709) ) () ) +("harris" ((nnp -7.969) ) () ) +("harrisburg" ((nn -11.747) (nnp -10.709) ) () ) +("harrison" ((nnp -10.016) ) () ) +("harriton" ((nnp -11.403) ) () ) +("harry" ((nnp -8.184) ) () ) +("harsh" ((jj -9.179) ) () ) +("harsher" ((jjr -7.346) ) () ) +("harshest" ((jjs -7.523) ) () ) +("harshly" ((rb -8.913) ) () ) +("hart" ((nnp -9.205) ) () ) +("hart-scott" ((nnp -10.709) ) () ) +("hart-scott-rodino" ((nnp -10.016) ) () ) +("harte-hanks" ((nnp -11.403) ) () ) +("hartford" ((nnp -8.763) ) () ) +("hartigan" ((nnp -11.403) ) () ) +("hartley" ((nnp -10.709) ) () ) +("hartman" ((nnp -11.403) ) () ) +("hartmarx" ((nnp -11.403) ) () ) +("hartnett" ((nnp -10.709) ) () ) +("hartt" ((nnp -10.304) ) () ) +("hartung" ((nnp -11.403) ) () ) +("harty" ((nnp -10.304) ) () ) +("harvard" ((nnp -8.358) ) () ) +("harvest" ((nn -9.349) (vbp -9.367) ) () ) +("harvested" ((vbn -9.855) ) () ) +("harvey" ((nnp -9.793) ) () ) +("harvie" ((nnp -11.403) ) () ) +("harwood" ((nnp -11.403) ) () ) +("has" ((vbn -9.855) (vbz -1.910) ) () ) +("hasbro" ((nnp -9.611) ) () ) +("hasbrouk" ((nnp -11.403) ) () ) +("hasenauer" ((nnp -11.403) ) () ) +("hashidate" ((nnp -11.403) ) () ) +("hashing" ((vbg -9.539) ) () ) +("haskayne" ((nnp -10.709) ) () ) +("haskins" ((nnp -9.611) ) () ) +("hasse" ((nnp -11.403) ) () ) +("hassenfeld" ((nnp -11.403) ) () ) +("hassle" ((nn -11.054) ) () ) +("haste" ((nn -11.747) ) () ) +("hasten" ((vb -9.448) ) () ) +("hastily" ((rb -8.913) ) () ) +("hastings" ((nnp -8.267) ) () ) +("hasty" ((jj -9.585) ) () ) +("hat" ((nn -9.955) ) () ) +("hatbox" ((nn -11.747) ) () ) +("hatch" ((nnp -9.457) ) () ) +("hatched" ((vbn -9.855) ) () ) +("hatchett" ((nnp -11.403) ) () ) +("hate" ((nn -11.747) (vbp -7.064) ) () ) +("hated" ((vbn -9.162) ) () ) +("hates" ((vbz -9.233) ) () ) +("hatfield" ((nnp -11.403) ) () ) +("hathaway" ((nnp -9.611) ) () ) +("hathcock" ((nnp -11.403) ) () ) +("hatred" ((nn -11.747) ) () ) +("hats" ((nns -8.751) ) () ) +("haughey" ((nnp -11.403) ) () ) +("haughty" ((jj -10.971) ) () ) +("haul" ((nn -10.360) (vb -9.448) ) () ) +("haulage" ((nn -11.747) ) () ) +("hauling" ((vbg -8.846) ) () ) +("haunt" ((vb -10.141) (vbp -9.367) ) () ) +("haunted" ((vbn -8.246) ) () ) +("haunting" ((nn -11.054) (vbg -8.846) ) () ) +("haunts" ((nns -9.157) (vbz -9.926) ) () ) +("hauptman" ((nnp -10.709) ) () ) +("haussmann" ((nnp -10.709) ) () ) +("haut-brion" ((nnp -11.403) ) () ) +("hauteur" ((nn -11.747) ) () ) +("havana" ((nnp -10.709) ) () ) +("have" ((vb -3.209) (vbd -10.291) (vbn -9.855) (vbp -1.860) ) () ) +("haven" ((nn -9.801) (nnp -9.205) ) () ) +("havens" ((nns -10.255) ) () ) +("having" ((vbg -4.752) ) () ) +("havoc" ((nn -10.648) ) () ) +("hawaii" ((nnp -8.694) (nns -10.949) ) () ) +("hawaiian" ((jj -9.362) ) () ) +("hawk" ((nn -11.747) (vbp -9.367) ) () ) +("hawke" ((nnp -10.709) ) () ) +("hawker" ((nnp -10.709) ) () ) +("hawking" ((vbg -9.539) ) () ) +("hawkins" ((nnp -10.709) ) () ) +("hawks" ((nnps -7.729) (nns -10.255) ) () ) +("hawley" ((nnp -10.709) ) () ) +("haworth" ((nnp -10.709) ) () ) +("hawthorne" ((nn -11.747) ) () ) +("hay" ((nn -11.054) (nnp -11.403) ) () ) +("hayes" ((nnp -10.016) ) () ) +("hayne" ((nnp -11.403) ) () ) +("hays" ((nnp -11.403) ) () ) +("hayward" ((nnp -10.709) ) () ) +("hazard" ((nn -9.955) ) () ) +("hazardous" ((jj -8.774) ) () ) +("hazardous-waste" ((jj -10.971) (nn -9.801) ) () ) +("hazards" ((nns -8.869) ) () ) +("hazell" ((nnp -11.403) ) () ) +("hazelnut" ((nn -11.747) ) () ) +("hbj" ((nnp -11.403) ) () ) +("hbo" ((nnp -8.918) ) () ) +("hd" ((nnp -11.403) ) () ) +("hdm" ((nnp -11.403) ) () ) +("hdtv" ((nn -9.667) (nnp -10.304) ) () ) +("hdtvs" ((nns -9.850) ) () ) +("he" ((prp -2.022) ) () ) +("he-goes-or-i-go" ((jj -10.971) ) () ) +("head" ((jj -9.872) (nn -6.805) (vb -7.197) (vbp -7.981) ) () ) +("head-hunting" ((nn -11.747) ) () ) +("head-to-head" ((rb -10.299) ) () ) +("headache" ((nn -11.747) ) () ) +("headaches" ((nns -9.003) ) () ) +("headcount-control" ((nn -11.747) ) () ) +("headed" ((vbd -7.806) (vbn -6.094) ) () ) +("heading" ((vbg -7.141) ) () ) +("headlights" ((nns -10.949) ) () ) +("headline" ((nn -9.182) (nnp -11.403) ) () ) +("headline-grabbing" ((jj -10.971) ) () ) +("headlined" ((vbd -10.291) (vbn -9.855) ) () ) +("headlines" ((nns -9.157) ) () ) +("headlong" ((rb -10.299) ) () ) +("headly" ((nnp -11.403) ) () ) +("headquarter" ((jj -10.971) ) () ) +("headquarters" ((nn -8.136) (nns -8.310) ) () ) +("headrests" ((nns -10.949) ) () ) +("heads" ((nns -8.241) (vbz -6.707) ) () ) +("headway" ((nn -11.054) ) () ) +("heady" ((jj -9.362) ) () ) +("heal" ((vb -10.141) ) () ) +("healing" ((nn -11.054) ) () ) +("health" ((nn -6.871) (nnp -7.198) ) () ) +("health-and-benefits" ((jj -10.971) ) () ) +("health-benefits" ((jj -10.971) ) () ) +("health-care" ((jj -8.892) (nn -8.313) ) () ) +("health-care-product" ((nn -11.747) ) () ) +("health-club" ((jj -10.278) ) () ) +("health-coverage" ((nn -11.747) ) () ) +("health-expenditure" ((jj -10.971) ) () ) +("health-food" ((nn -11.747) ) () ) +("health-products" ((nns -10.255) ) () ) +("healthcare" ((nn -11.747) (nnp -10.709) ) () ) +("healthdyne" ((nnp -10.709) ) () ) +("healthier" ((jjr -8.039) (rbr -7.419) ) () ) +("healthiest" ((jjs -7.523) ) () ) +("healthsource" ((nnp -11.403) ) () ) +("healthy" ((jj -7.100) ) () ) +("healy" ((nnp -11.403) ) () ) +("heap" ((nn -10.360) ) () ) +("heaped" ((vbd -10.291) (vbn -9.855) ) () ) +("heaping" ((vbg -9.539) ) () ) +("hear" ((vb -6.676) (vbp -6.969) ) () ) +("heard" ((nnp -11.403) (vbd -7.726) (vbn -6.636) ) () ) +("hearing" ((nn -8.009) (vbg -7.460) ) () ) +("hearings" ((nns -7.311) ) () ) +("hears" ((vbz -8.134) ) () ) +("hearst" ((nnp -8.694) ) () ) +("heart" ((nn -7.835) (rb -10.299) ) () ) +("heart-pounding" ((jj -10.971) ) () ) +("heartbeat" ((nn -11.747) ) () ) +("heartfelt" ((jj -10.971) ) () ) +("heartland" ((nn -11.747) ) () ) +("hearts" ((nnps -7.729) (nns -9.339) ) () ) +("heartwarmingly" ((rb -10.299) ) () ) +("hearty" ((jj -10.971) ) () ) +("heat" ((nn -9.667) (nnp -10.709) (vb -8.755) ) () ) +("heat-treatment" ((nn -11.747) ) () ) +("heat-using" ((jj -10.971) ) () ) +("heated" ((jj -10.278) (vbn -9.162) ) () ) +("heatedly" ((rb -10.299) ) () ) +("heater" ((nn -11.747) ) () ) +("heaters" ((nns -10.949) ) () ) +("heathen" ((jj -10.971) ) () ) +("heatherington" ((nnp -11.403) ) () ) +("heating" ((nn -9.801) (vbg -7.930) ) () ) +("heats" ((vbz -9.233) ) () ) +("heaved" ((vbd -10.291) ) () ) +("heaven" ((nn -11.054) ) () ) +("heavens" ((nns -10.949) ) () ) +("heaves" ((vbd -10.291) ) () ) +("heavier" ((jjr -6.094) ) () ) +("heavier-than-normal" ((jj -10.971) ) () ) +("heavier-than-usual" ((jj -10.971) ) () ) +("heaviest" ((jjs -6.424) ) () ) +("heavily" ((rb -6.110) ) () ) +("heavy" ((jj -6.280) (nn -9.801) (nnp -9.611) ) () ) +("heavy-construction" ((nn -11.747) ) () ) +("heavy-duty" ((jj -9.585) ) () ) +("heavy-handed" ((jj -10.971) ) () ) +("heavy-handedness" ((nn -11.747) ) () ) +("heavy-industry" ((nn -11.747) ) () ) +("heavy-machine" ((jj -10.971) ) () ) +("heavy-truck" ((nn -11.054) ) () ) +("heavy-water" ((nn -11.747) ) () ) +("heavyweights" ((nns -10.949) ) () ) +("heber" ((nnp -11.403) ) () ) +("hebert" ((nnp -11.403) ) () ) +("heberto" ((nnp -11.403) ) () ) +("heck" ((nn -11.747) ) () ) +("heckled" ((vbn -9.855) ) () ) +("hecla" ((nnp -11.403) ) () ) +("hectic" ((jj -8.774) ) () ) +("hector" ((nnp -11.403) ) () ) +("hedge" ((jj -10.278) (nn -10.648) (vb -7.744) (vbp -9.367) ) () ) +("hedges" ((nnp -9.611) (nns -9.850) ) () ) +("hedging" ((nn -10.360) (vbg -8.153) ) () ) +("heebie-jeebies" ((nns -10.949) ) () ) +("heed" ((vb -9.043) ) () ) +("heel" ((nn -11.747) ) () ) +("heels" ((nns -8.646) ) () ) +("heem" ((nnp -11.403) ) () ) +("hees" ((nnp -9.323) ) () ) +("heffner" ((nnp -11.403) ) () ) +("hefner" ((nnp -10.709) ) () ) +("heftier" ((jjr -8.039) ) () ) +("hefty" ((jj -7.975) ) () ) +("hegemony" ((nn -11.054) ) () ) +("heidelberg" ((nnp -10.304) ) () ) +("heidi" ((nnp -11.403) ) () ) +("heighborhoods" ((nns -10.949) ) () ) +("height" ((nn -10.360) ) () ) +("heighten" ((vb -9.043) ) () ) +("heightened" ((jj -10.278) (vbd -10.291) (vbn -8.063) ) () ) +("heights" ((nnp -9.793) (nns -9.850) ) () ) +("heiko" ((nnp -11.403) ) () ) +("heimers" ((nnp -11.403) ) () ) +("hein" ((nnp -11.403) ) () ) +("heine" ((nnp -10.304) ) () ) +("heineken" ((nnp -11.403) ) () ) +("heinemann" ((nnp -11.403) ) () ) +("heinhold" ((nnp -11.403) ) () ) +("heinous" ((jj -10.971) ) () ) +("heinz" ((nnp -9.793) ) () ) +("heir" ((nn -10.360) ) () ) +("heirs" ((nns -10.255) ) () ) +("heisbourg" ((nnp -11.403) ) () ) +("heist" ((nn -11.747) ) () ) +("heitman" ((nnp -10.709) ) () ) +("heiwa" ((nnp -11.403) ) () ) +("hekhmatyar" ((nnp -11.403) ) () ) +("helane" ((nnp -11.403) ) () ) +("held" ((jj -8.332) (vbd -6.101) (vbn -4.838) ) () ) +("helen" ((nnp -10.016) ) () ) +("helena" ((nnp -11.403) ) () ) +("helfman" ((nnp -11.403) ) () ) +("helga" ((nnp -11.403) ) () ) +("helicopter" ((nn -9.444) ) () ) +("helicopters" ((nnps -7.729) (nns -10.255) ) () ) +("helionetics" ((nnp -10.304) ) () ) +("helix" ((nn -11.747) ) () ) +("hell" ((nn -9.444) (uh -4.477) ) () ) +("hell-bent" ((jj -10.971) ) () ) +("hell-kitten" ((nn -11.747) ) () ) +("hellenic" ((nnp -11.403) ) () ) +("heller" ((nnp -9.323) ) () ) +("hellman" ((nnp -11.403) ) () ) +("hello" ((uh -3.379) ) () ) +("hells" ((nnp -9.793) ) () ) +("helm" ((nn -10.137) (nnp -11.403) ) () ) +("helmet" ((nn -11.747) ) () ) +("helms" ((nnp -11.403) ) () ) +("helmsley" ((nnp -8.630) ) () ) +("helmsley-spear" ((nnp -11.403) ) () ) +("helmsleyspear" ((nnp -10.709) ) () ) +("helmut" ((nnp -9.793) ) () ) +("helmuth" ((nnp -11.403) ) () ) +("help" ((nn -7.985) (vb -4.879) (vbp -6.882) ) () ) +("helped" ((vbd -6.028) (vbn -6.218) (vbp -9.367) ) () ) +("helper" ((nnp -11.403) ) () ) +("helpern" ((nnp -10.709) ) () ) +("helpful" ((jj -9.025) ) () ) +("helping" ((vbg -6.172) ) () ) +("helpless" ((jj -10.278) (nnp -11.403) ) () ) +("helplessly" ((rb -10.299) ) () ) +("helps" ((vbz -6.707) ) () ) +("helsinki" ((nnp -10.709) ) () ) +("hem" ((nn -11.747) ) () ) +("hemingway" ((nnp -11.403) ) () ) +("hemispheric" ((jj -10.971) ) () ) +("hemmer" ((nnp -11.403) ) () ) +("hemming" ((nnp -10.709) ) () ) +("hemoglobin" ((nn -10.648) ) () ) +("hemorrhaged" ((vbn -9.855) ) () ) +("hemorrhaging" ((jj -10.971) (nn -10.648) (vbg -8.846) ) () ) +("hemorrhoids" ((nns -10.949) ) () ) +("hempel" ((nnp -11.403) ) () ) +("hemweg" ((nnp -11.403) ) () ) +("hence" ((rb -7.997) ) () ) +("henderson" ((nnp -8.918) ) () ) +("henley" ((nn -11.747) (nnp -11.403) ) () ) +("hennessy" ((nnp -11.403) ) () ) +("henning" ((nnp -11.403) ) () ) +("henri" ((nnp -10.709) ) () ) +("henrik" ((nnp -11.403) ) () ) +("henry" ((nnp -8.035) ) () ) +("hens" ((nns -10.949) ) () ) +("her" ((prp -3.937) (jj -3.2) ) () ) +("herald" ((nnp -8.001) (vb -10.141) (vbp -9.367) ) () ) +("herald-american" ((nnp -11.403) ) () ) +("herald-post" ((nnp -11.403) ) () ) +("heralded" ((vbn -9.162) ) () ) +("herb" ((nn -11.747) (nnp -11.403) ) () ) +("herbal" ((jj -10.971) ) () ) +("herbert" ((nnp -9.100) ) () ) +("herbicide" ((nn -10.137) ) () ) +("herbicides" ((nns -10.949) ) () ) +("herbig" ((nnp -11.403) ) () ) +("hercules" ((nnp -10.016) (nns -10.949) ) () ) +("herd" ((nn -11.054) ) () ) +("herding" ((nn -11.747) (vbg -9.539) ) () ) +("herds" ((nns -10.255) ) () ) +("here" ((rb -4.712) ) () ) +("hereabouts" ((rb -10.299) ) () ) +("hereditary" ((jj -10.971) ) () ) +("heredity" ((nn -11.054) ) () ) +("heretical" ((jj -10.971) ) () ) +("heretofore" ((rb -10.299) ) () ) +("heritage" ((nn -10.648) (nnp -9.323) ) () ) +("herman" ((nnp -10.709) ) () ) +("hermitage" ((nnp -10.709) ) () ) +("hernandez" ((nnp -11.403) ) () ) +("herniated" ((vbn -9.855) ) () ) +("hero" ((nn -9.801) ) () ) +("heroes" ((nns -9.157) ) () ) +("heroic" ((jj -10.278) ) () ) +("heroine" ((nn -11.747) ) () ) +("heron" ((nnp -10.709) ) () ) +("herons" ((nns -10.255) ) () ) +("herrera" ((nnp -11.403) ) () ) +("herring" ((nn -11.747) ) () ) +("hers" ((jj -10.971) (prp -10.121) ) () ) +("herschel" ((nnp -11.403) ) () ) +("herscu" ((nnp -10.304) ) () ) +("herself" ((prp -7.482) ) () ) +("hersey" ((nnp -11.403) ) () ) +("hershey" ((nnp -11.403) ) () ) +("hershhenson" ((nnp -11.403) ) () ) +("hershiser" ((nnp -10.709) ) () ) +("hersly" ((nnp -10.709) ) () ) +("hertz" ((nnp -8.838) ) () ) +("herwick" ((nnp -11.403) ) () ) +("herzfeld" ((nnp -11.403) ) () ) +("herzog" ((nnp -10.709) ) () ) +("hesitant" ((jj -10.971) ) () ) +("hesitantly" ((rb -9.606) ) () ) +("hesitate" ((vb -9.448) (vbp -9.367) ) () ) +("hesitation" ((nn -10.137) ) () ) +("hess" ((nnp -9.005) ) () ) +("hesse" ((nnp -10.016) ) () ) +("heston" ((nnp -11.403) ) () ) +("hewed" ((vbd -10.291) ) () ) +("hewitt" ((nnp -11.403) ) () ) +("hewlett" ((nnp -10.709) ) () ) +("hewlett-packard" ((nnp -7.969) ) () ) +("hews" ((vbz -9.926) ) () ) +("hey" ((uh -4.477) ) () ) +("heyday" ((nn -11.747) ) () ) +("heyden" ((nn -11.054) (nnp -11.403) ) () ) +("heyman" ((nnp -10.709) ) () ) +("heynow" ((nnp -11.403) ) () ) +("hg" ((nnp -11.403) ) () ) +("hhs" ((nnp -9.457) ) () ) +("hiaa" ((nnp -10.709) ) () ) +("hiatus" ((nn -11.747) ) () ) +("hib" ((nnp -11.403) ) () ) +("hibben" ((nnp -11.403) ) () ) +("hibernia" ((nnp -11.403) ) () ) +("hibler" ((nnp -11.403) ) () ) +("hiccup" ((nn -11.747) ) () ) +("hick" ((nn -11.747) ) () ) +("hickman" ((nnp -11.403) ) () ) +("hicks" ((nnp -10.709) ) () ) +("hid" ((vbd -10.291) ) () ) +("hidden" ((jj -9.362) (vbn -8.063) ) () ) +("hide" ((vb -8.062) ) () ) +("hideaway" ((nn -11.054) ) () ) +("hidebound" ((jj -10.278) ) () ) +("hideous" ((jj -10.971) ) () ) +("hideouts" ((nns -10.949) ) () ) +("hides" ((nns -10.949) ) () ) +("hiding" ((nn -11.054) (vbg -9.539) ) () ) +("hierarchy" ((nn -11.747) ) () ) +("higgins" ((nnp -10.304) ) () ) +("high" ((jj -5.312) (nn -8.913) (nnp -8.144) (rb -7.466) ) () ) +("high-altitude" ((jj -10.971) ) () ) +("high-backed" ((jj -10.971) ) () ) +("high-beta" ((jj -10.971) ) () ) +("high-blood-pressure" ((jj -10.971) ) () ) +("high-capacity" ((jj -10.971) ) () ) +("high-class" ((jj -10.971) ) () ) +("high-cost" ((jj -10.971) ) () ) +("high-coupon" ((jj -10.971) ) () ) +("high-crime" ((jj -10.971) ) () ) +("high-definition" ((jj -9.179) (nn -11.747) ) () ) +("high-end" ((jj -8.774) ) () ) +("high-fidelity" ((nn -11.747) ) () ) +("high-flying" ((jj -9.585) ) () ) +("high-grade" ((jj -8.332) (nnp -11.403) ) () ) +("high-growth" ((nn -11.747) ) () ) +("high-handed" ((jj -10.971) ) () ) +("high-heeled" ((jj -10.971) ) () ) +("high-horsepower" ((jj -10.971) ) () ) +("high-interest" ((jj -9.585) ) () ) +("high-interest-rate" ((jj -10.971) ) () ) +("high-level" ((jj -9.585) ) () ) +("high-leverage" ((jj -10.278) ) () ) +("high-minded" ((jj -10.971) ) () ) +("high-mindedness" ((nn -11.747) ) () ) +("high-net" ((nn -11.747) ) () ) +("high-net-worth" ((jj -10.971) ) () ) +("high-octane" ((jj -10.971) ) () ) +("high-paid" ((jj -10.971) ) () ) +("high-paying" ((jj -10.971) ) () ) +("high-performance" ((jj -9.872) (nn -11.747) ) () ) +("high-performing" ((jj -10.971) ) () ) +("high-polluting" ((jj -10.971) ) () ) +("high-powered" ((jj -9.585) ) () ) +("high-pressure" ((jj -10.971) ) () ) +("high-priced" ((jj -9.362) ) () ) +("high-production" ((jj -10.278) ) () ) +("high-profile" ((jj -9.179) ) () ) +("high-profit" ((jj -10.971) ) () ) +("high-quality" ((jj -8.774) (nn -11.054) ) () ) +("high-ranking" ((jj -10.278) ) () ) +("high-rise" ((jj -10.278) ) () ) +("high-rises" ((nns -10.255) ) () ) +("high-risk" ((cd -10.462) (jj -7.752) ) () ) +("high-rolling" ((jj -10.971) ) () ) +("high-school" ((jj -10.971) (nn -9.955) ) () ) +("high-security" ((jj -10.971) ) () ) +("high-speed" ((jj -9.585) ) () ) +("high-stakes" ((jj -9.872) ) () ) +("high-standard" ((jj -10.971) ) () ) +("high-strung" ((jj -10.971) ) () ) +("high-sulfur" ((jj -10.971) ) () ) +("high-tech" ((jj -8.486) ) () ) +("high-technological" ((jj -10.971) ) () ) +("high-technology" ((jj -10.278) (nn -11.054) ) () ) +("high-temperature" ((jj -10.971) ) () ) +("high-toned" ((jj -10.971) ) () ) +("high-visibility" ((jj -10.971) (nn -11.747) ) () ) +("high-volume" ((jj -9.872) ) () ) +("high-water" ((jj -10.278) ) () ) +("high-yield" ((jj -7.039) (nn -11.747) (nnp -11.403) ) () ) +("high-yielding" ((jj -9.872) ) () ) +("higher" ((jjr -2.137) (rbr -3.706) ) () ) +("higher-cost" ((jj -10.278) ) () ) +("higher-income" ((jj -10.971) (jjr -8.039) ) () ) +("higher-multiple" ((jj -10.971) ) () ) +("higher-priced" ((jj -9.362) ) () ) +("higher-profit" ((jjr -8.039) ) () ) +("higher-quality" ((nn -11.747) ) () ) +("higher-salaried" ((jj -10.971) ) () ) +("higher-than-expected" ((jj -10.971) ) () ) +("highest" ((jjs -3.739) (rb -9.606) (rbs -6.019) ) () ) +("highest-pitched" ((jj -10.971) ) () ) +("highest-quality" ((jj -10.278) (jjs -7.523) (nn -11.747) ) () ) +("highest-rated" ((jj -10.278) ) () ) +("highest-volume" ((jj -10.278) ) () ) +("highest-yielding" ((jj -10.278) ) () ) +("highland" ((nnp -10.304) ) () ) +("highlander" ((nnp -11.403) ) () ) +("highlands" ((nns -10.949) ) () ) +("highlight" ((nn -11.747) (vb -8.755) ) () ) +("highlighted" ((vbd -9.192) (vbn -8.757) ) () ) +("highlights" ((nns -10.255) ) () ) +("highly" ((rb -5.869) ) () ) +("highly-confident" ((jj -10.971) ) () ) +("highs" ((nns -8.004) ) () ) +("highway" ((nn -8.250) (nnp -9.323) ) () ) +("highway-construction" ((jj -10.971) ) () ) +("highways" ((nns -9.157) ) () ) +("hijet" ((nnp -11.403) ) () ) +("hike" ((nn -11.747) ) () ) +("hiked" ((vbn -9.855) ) () ) +("hiker" ((nn -11.054) ) () ) +("hikers" ((nns -9.562) ) () ) +("hikes" ((nns -10.255) ) () ) +("hiking" ((nn -11.747) ) () ) +("hilarious" ((jj -10.278) ) () ) +("hilder" ((nnp -11.403) ) () ) +("hilger" ((nnp -10.709) ) () ) +("hill" ((nn -10.360) (nnp -7.596) ) () ) +("hillary" ((nnp -10.709) ) () ) +("hillhaven" ((nnp -11.403) ) () ) +("hillman" ((nnp -11.403) ) () ) +("hills" ((nnp -7.714) (nnps -5.426) (nns -10.255) ) () ) +("hillsboro" ((nnp -11.403) ) () ) +("hillside" ((nn -11.747) ) () ) +("hilly" ((jj -10.971) ) () ) +("hilton" ((nnp -8.569) ) () ) +("hiltons" ((nnps -7.729) ) () ) +("hiltunen" ((nnp -11.403) ) () ) +("him" ((prp -4.310) ) () ) +("hime" ((nnp -11.403) ) () ) +("himebaugh" ((nnp -10.709) ) () ) +("himont" ((nnp -9.793) ) () ) +("himself" ((prp -5.644) ) () ) +("hindemith" ((nnp -11.403) ) () ) +("hinder" ((vb -9.448) ) () ) +("hindered" ((vbd -9.598) (vbn -9.855) ) () ) +("hindering" ((vbg -9.539) ) () ) +("hindu" ((nnp -10.709) ) () ) +("hines" ((nnp -9.793) ) () ) +("hingham" ((nnp -11.403) ) () ) +("hingorani" ((nnp -10.709) ) () ) +("hinkle" ((nnp -11.403) ) () ) +("hinman" ((nnp -10.709) ) () ) +("hint" ((nn -10.648) (vb -10.141) (vbp -9.367) ) () ) +("hinted" ((vbd -8.905) (vbn -9.855) ) () ) +("hinterlands" ((nns -10.949) ) () ) +("hinting" ((vbg -8.846) ) () ) +("hints" ((nns -10.255) (vbz -9.926) ) () ) +("hip" ((nn -11.747) ) () ) +("hippie" ((nn -11.747) (nnp -11.403) ) () ) +("hips" ((nns -10.949) ) () ) +("hiram" ((nnp -11.403) ) () ) +("hire" ((nn -11.054) (vb -7.197) (vbp -9.367) ) () ) +("hired" ((vbd -7.246) (vbn -6.860) ) () ) +("hires" ((nns -10.949) (vbz -9.233) ) () ) +("hiring" ((nn -10.360) (vbg -7.141) ) () ) +("hiroaki" ((nnp -11.403) ) () ) +("hiroshi" ((nnp -10.304) ) () ) +("hiroshima" ((nnp -9.005) ) () ) +("hiroyuki" ((nnp -11.403) ) () ) +("hirsch" ((nnp -9.793) ) () ) +("hirschfeld" ((nnp -11.403) ) () ) +("his" ((prp -2.693) (jj -2.0) ) () ) +("hisham" ((nnp -11.403) ) () ) +("hismanal" ((nnp -11.403) ) () ) +("hispanic" ((jj -9.362) (nnp -10.709) ) () ) +("hispanics" ((nnps -7.729) ) () ) +("hiss" ((nnp -10.709) ) () ) +("hissed" ((vbd -10.291) ) () ) +("historian" ((nn -10.648) ) () ) +("historians" ((nns -9.562) ) () ) +("historic" ((jj -8.573) ) () ) +("historical" ((jj -8.263) ) () ) +("historical-claims" ((nns -10.949) ) () ) +("historically" ((nnp -11.403) (rb -7.734) ) () ) +("historicized" ((vbn -9.855) ) () ) +("history" ((nn -7.162) ) () ) +("hit" ((nn -8.751) (vb -7.146) (vbd -6.399) (vbn -6.005) (vbp -7.575) ) () ) +("hitachi" ((nnp -8.694) ) () ) +("hitch" ((nn -11.054) ) () ) +("hitched" ((vbn -9.855) ) () ) +("hither" ((rb -10.299) ) () ) +("hits" ((nns -7.904) (vbz -7.624) ) () ) +("hitter" ((nn -10.360) ) () ) +("hitters" ((nns -10.255) ) () ) +("hitting" ((vbg -6.831) ) () ) +("hiv-1" ((nnp -11.403) ) () ) +("hixson" ((nnp -10.709) ) () ) +("hk$" ((punc -9.445) ) () ) +("hlr" ((nnp -11.403) ) () ) +("hmong" ((nnps -7.729) ) () ) +("hms" ((nnp -10.709) ) () ) +("hn" ((nnp -10.709) ) () ) +("hnilica" ((nnp -10.709) ) () ) +("ho" ((nnp -10.709) ) () ) +("ho-hum" ((jj -10.278) ) () ) +("hoa" ((nnp -11.403) ) () ) +("hoard" ((nn -11.747) (vbp -9.367) ) () ) +("hoarder" ((nn -11.747) ) () ) +("hoarding" ((vbg -9.539) ) () ) +("hoards" ((nns -10.949) ) () ) +("hoare" ((nnp -9.793) ) () ) +("hobbled" ((vbn -9.855) ) () ) +("hobbles" ((vbz -9.926) ) () ) +("hobbling" ((vbg -8.846) ) () ) +("hobby" ((nn -10.360) ) () ) +("hobbyists" ((nns -10.949) ) () ) +("hobos" ((nns -10.949) ) () ) +("hoc" ((fw -5.416) (nnp -11.403) ) () ) +("hochiminh" ((nnp -10.016) ) () ) +("hock" ((nn -11.747) ) () ) +("hocke" ((nnp -11.403) ) () ) +("hodge" ((nnp -11.403) ) () ) +("hodgepodge" ((nn -11.747) ) () ) +("hodges" ((nnp -10.709) ) () ) +("hodson" ((nnp -10.709) ) () ) +("hoe" ((vb -10.141) ) () ) +("hoechst" ((nnp -9.005) ) () ) +("hoelzer" ((nnp -9.611) ) () ) +("hoffman" ((nnp -8.630) ) () ) +("hofi" ((nnp -10.016) ) () ) +("hog" ((nn -11.054) (nns -10.949) ) () ) +("hogan" ((nnp -10.304) ) () ) +("hogg" ((nnp -11.403) ) () ) +("hogs" ((nns -10.255) ) () ) +("hoisted" ((vbn -9.855) ) () ) +("hoisting" ((nn -11.747) ) () ) +("hokkaido" ((nnp -11.403) ) () ) +("holcomb" ((nnp -11.403) ) () ) +("hold" ((1 -4.727) (nn -9.182) (vb -5.851) (vbp -6.231) ) () ) +("holder" ((nn -8.451) ) () ) +("holderbank" ((nnp -11.403) ) () ) +("holders" ((nns -6.014) ) () ) +("holding" ((nn -8.109) (nnp -8.267) (vbg -4.719) ) () ) +("holdings" ((nnp -8.407) (nnps -4.551) (nns -6.672) ) () ) +("holdouts" ((nns -10.949) ) () ) +("holdovers" ((nns -10.949) ) () ) +("holds" ((vbz -5.622) ) () ) +("hole" ((nn -9.444) (nnp -10.709) (vbp -9.367) ) () ) +("holes" ((nns -10.949) ) () ) +("holewinski" ((nnp -11.403) ) () ) +("holiday" ((nn -9.262) (nnp -8.512) ) () ) +("holiday-season" ((jj -10.971) ) () ) +("holidays" ((nns -9.157) ) () ) +("holiest" ((jjs -7.523) ) () ) +("holland" ((nnp -10.304) ) () ) +("hollander" ((nnp -9.457) ) () ) +("holler" ((vb -10.141) ) () ) +("holliday" ((nnp -11.403) ) () ) +("holliger" ((nnp -11.403) ) () ) +("hollings" ((nnp -10.709) ) () ) +("hollingsworth" ((nnp -10.709) ) () ) +("hollister" ((nnp -11.403) ) () ) +("holliston" ((nnp -10.304) ) () ) +("hollywood" ((nnp -7.395) ) () ) +("holmes" ((nnp -9.005) ) () ) +("holston" ((nnp -10.304) ) () ) +("holt" ((nnp -9.793) ) () ) +("holtzman" ((nnp -11.403) ) () ) +("holy" ((jj -10.971) (nnp -10.304) ) () ) +("holzfaster" ((nnp -11.403) ) () ) +("home" ((nn -6.419) (nnp -7.244) (rb -8.102) ) () ) +("home-acquisition" ((jj -10.971) ) () ) +("home-building" ((jj -9.872) (nn -11.747) ) () ) +("home-care" ((jj -10.971) ) () ) +("home-equity" ((jj -9.362) (nn -11.747) ) () ) +("home-market" ((jj -10.971) ) () ) +("home-mortgage" ((jj -10.971) ) () ) +("home-ownership" ((nn -11.747) ) () ) +("home-produced" ((jj -10.971) ) () ) +("home-run" ((jj -10.971) (nn -11.747) ) () ) +("home-sale" ((jj -10.971) ) () ) +("home-sharing" ((nn -11.747) ) () ) +("home-shopping" ((nn -11.747) ) () ) +("home-state" ((jj -10.971) ) () ) +("home-team" ((jj -10.971) ) () ) +("homebrew" ((nnp -11.403) ) () ) +("homecoming" ((nn -10.360) ) () ) +("homefed" ((nnp -10.016) ) () ) +("homeland" ((nn -10.648) ) () ) +("homeless" ((jj -9.179) (nn -11.747) ) () ) +("homelessness" ((nn -11.747) ) () ) +("homemaker" ((nn -10.648) ) () ) +("homeowner" ((nn -11.747) ) () ) +("homeowners" ((nns -8.551) ) () ) +("homer" ((nn -10.137) (nnp -11.403) (vb -10.141) ) () ) +("homered" ((vbd -10.291) ) () ) +("homeroom" ((nnp -11.403) ) () ) +("homers" ((nns -10.255) ) () ) +("homerun" ((nn -11.747) ) () ) +("homes" ((nnp -10.304) (nnps -6.343) (nns -7.057) ) () ) +("homestake" ((nnp -10.304) ) () ) +("hometown" ((nn -11.054) ) () ) +("homework" ((nn -10.648) ) () ) +("homicide" ((nn -11.747) ) () ) +("homicides" ((nns -10.949) ) () ) +("homma" ((nnp -11.403) ) () ) +("homo" ((nn -11.747) ) () ) +("homogenous" ((jj -10.971) ) () ) +("homologous" ((rb -10.299) ) () ) +("homosexual" ((jj -10.278) ) () ) +("homosexuals" ((nns -9.339) ) () ) +("honda" ((nn -11.747) (nnp -8.311) ) () ) +("hondas" ((nnps -7.729) ) () ) +("honduran" ((jj -10.971) ) () ) +("hondurans" ((nns -10.949) ) () ) +("honduras" ((nnp -10.016) ) () ) +("hone" ((vb -10.141) ) () ) +("honecker" ((nnp -9.323) ) () ) +("honed" ((vbn -9.162) ) () ) +("honest" ((jj -9.362) ) () ) +("honestly" ((rb -8.913) ) () ) +("honesty" ((nn -10.360) ) () ) +("honey" ((nn -10.360) ) () ) +("honeymoon" ((nn -10.648) ) () ) +("honeywell" ((nnp -8.267) ) () ) +("hong" ((nnp -6.859) ) () ) +("hongkong" ((nnp -10.709) ) () ) +("honiss" ((nnp -11.403) ) () ) +("honolulu" ((nnp -9.457) ) () ) +("honolulu-based" ((jj -10.278) ) () ) +("honor" ((nn -10.137) (vb -8.532) (vbp -9.367) ) () ) +("honorable" ((jj -10.971) ) () ) +("honorarium" ((nn -11.747) ) () ) +("honorariums" ((nns -10.949) ) () ) +("honorary" ((jj -10.971) ) () ) +("honored" ((vbn -9.162) ) () ) +("honoring" ((vbg -8.846) ) () ) +("honors" ((nns -10.949) ) () ) +("hood" ((nn -11.054) (nnp -11.403) ) () ) +("hoods" ((nns -10.949) ) () ) +("hoodwinked" ((vbn -9.855) ) () ) +("hook" ((nn -9.955) ) () ) +("hooked" ((jj -10.971) (vbd -10.291) ) () ) +("hooker" ((nnp -7.689) ) () ) +("hooking" ((vbg -9.539) ) () ) +("hooks" ((nnp -11.403) (vbz -9.926) ) () ) +("hookups" ((nns -10.949) ) () ) +("hoopla" ((nn -11.054) ) () ) +("hoot" ((nnp -11.403) ) () ) +("hoover" ((nnp -10.709) ) () ) +("hooves" ((nns -10.949) ) () ) +("hop" ((nn -11.747) ) () ) +("hope" ((nn -8.191) (nnp -11.403) (vb -7.744) (vbp -5.678) ) () ) +("hoped" ((vbd -8.345) (vbn -6.965) ) () ) +("hoped-for" ((jj -9.872) ) () ) +("hopeful" ((jj -9.362) ) () ) +("hopefully" ((rb -8.353) ) () ) +("hopeless" ((jj -9.585) ) () ) +("hopelessly" ((rb -9.606) ) () ) +("hopes" ((nns -7.515) (vbz -5.678) ) () ) +("hoping" ((vbg -5.955) ) () ) +("hopkins" ((nnp -11.403) ) () ) +("hopping" ((vbg -9.539) ) () ) +("hops" ((vbz -9.233) ) () ) +("hopscotched" ((vbd -10.291) ) () ) +("hopwood" ((nnp -9.793) ) () ) +("horde" ((nn -11.747) ) () ) +("hordern" ((nnp -11.403) ) () ) +("hori" ((nnp -11.403) ) () ) +("horizon" ((nn -9.444) ) () ) +("horizons" ((nnp -10.709) (nns -9.850) ) () ) +("horizontally" ((rb -10.299) ) () ) +("hormats" ((nnp -10.304) ) () ) +("hormone" ((nn -10.648) ) () ) +("hormones" ((nns -10.949) ) () ) +("horn" ((nn -11.054) (nnp -11.403) ) () ) +("horne" ((nnp -10.304) ) () ) +("hornets" ((nnps -7.729) ) () ) +("horns" ((nns -9.850) ) () ) +("horowitz" ((nnp -10.709) ) () ) +("horrendous" ((jj -10.278) ) () ) +("horrible" ((jj -9.025) ) () ) +("horribles" ((nns -10.949) ) () ) +("horrifying" ((jj -10.971) ) () ) +("horror" ((nn -11.054) ) () ) +("horrors" ((nns -10.949) ) () ) +("horse" ((nn -9.549) (nnp -10.709) ) () ) +("horse-breeding" ((nn -11.747) ) () ) +("horsehead" ((nnp -11.403) ) () ) +("horseman" ((nn -11.747) ) () ) +("horses" ((nns -9.562) ) () ) +("horsham" ((nnp -11.403) ) () ) +("horticultural" ((jj -10.971) (nnp -11.403) ) () ) +("horticultural-products" ((nns -10.949) ) () ) +("horticulturally" ((rb -9.606) ) () ) +("horticulture" ((nn -11.054) ) () ) +("horticulturist" ((nn -11.747) ) () ) +("horton" ((nnp -10.016) ) () ) +("hosannas" ((nns -10.949) ) () ) +("hose" ((nn -11.747) ) () ) +("hoses" ((nns -10.255) ) () ) +("hosokawa" ((nnp -11.403) ) () ) +("hospitable" ((jj -9.872) ) () ) +("hospital" ((nn -8.163) (nnp -9.205) ) () ) +("hospitality" ((nn -11.054) ) () ) +("hospitalization" ((nn -10.360) ) () ) +("hospitalizations" ((nns -10.949) ) () ) +("hospitals" ((nnps -7.729) (nns -7.691) ) () ) +("host" ((nn -8.489) (nnp -11.403) (vb -10.141) ) () ) +("hostage" ((nn -11.054) ) () ) +("hostages" ((nns -9.339) ) () ) +("hosted" ((vbd -10.291) ) () ) +("hostess" ((nnp -11.403) ) () ) +("hostile" ((jj -7.334) (nn -10.137) ) () ) +("hostilities" ((nns -10.949) ) () ) +("hostility" ((nn -11.747) ) () ) +("hosting" ((vbg -9.539) ) () ) +("hosts" ((nns -9.339) (vbz -9.233) ) () ) +("hot" ((jj -7.604) (nnp -10.709) ) () ) +("hot-air" ((jj -9.872) ) () ) +("hot-cereals" ((nns -10.949) ) () ) +("hot-cold" ((jj -10.971) ) () ) +("hot-dipped" ((jj -8.774) ) () ) +("hot-dog" ((jj -10.971) ) () ) +("hot-line" ((nn -11.054) ) () ) +("hot-rolled" ((jj -10.971) ) () ) +("hot-tempered" ((jj -10.971) ) () ) +("hotdog" ((nn -11.747) ) () ) +("hotel" ((nn -7.815) (nnp -8.630) ) () ) +("hotel-casino" ((nn -9.801) ) () ) +("hotel-casinos" ((nns -9.850) ) () ) +("hoteliers" ((nns -10.949) ) () ) +("hotels" ((nnp -10.016) (nnps -5.937) (nns -8.058) ) () ) +("hotline" ((nnp -10.709) ) () ) +("hotlines" ((nns -10.949) ) () ) +("hotly" ((rb -9.201) ) () ) +("hottest" ((jjs -5.443) ) () ) +("houlian" ((nnp -11.403) ) () ) +("hounded" ((vbd -10.291) ) () ) +("hour" ((nn -7.390) ) () ) +("hour-long" ((jj -10.278) ) () ) +("hourlong" ((jj -10.971) ) () ) +("hourly" ((jj -8.892) ) () ) +("hours" ((nns -6.178) ) () ) +("house" ((nn -6.918) (nnp -5.494) (vb -8.755) (vbp -9.367) ) () ) +("house-painting" ((jj -10.971) ) () ) +("house-passed" ((jj -8.774) ) () ) +("house-senate" ((jj -9.362) (nnp -8.407) ) () ) +("housed" ((vbn -9.855) ) () ) +("household" ((jj -10.971) (nn -8.379) (nnp -11.403) ) () ) +("households" ((nns -8.464) ) () ) +("housekeeping" ((nn -11.747) ) () ) +("houses" ((nns -6.700) (vbz -9.926) ) () ) +("housewares" ((nnps -7.729) (nns -9.562) ) () ) +("housewife" ((nn -10.360) ) () ) +("housewives" ((nns -10.949) ) () ) +("housing" ((nn -7.340) (nnp -8.107) ) () ) +("housing-construction" ((nn -11.747) ) () ) +("housing-discrimination" ((nn -11.747) ) () ) +("housing-loan" ((nn -11.747) ) () ) +("houston" ((jj -10.971) (nnp -7.168) ) () ) +("houston-based" ((jj -9.025) ) () ) +("houston-calgary" ((nnp -11.403) ) () ) +("houston-montgomery" ((nnp -10.304) ) () ) +("hovered" ((vbd -9.598) (vbn -9.855) ) () ) +("hovering" ((vbg -7.930) ) () ) +("hovnanian" ((nnp -10.709) ) () ) +("how" ((wrb -1.787) ) () ) +("how-to" ((jj -10.278) ) () ) +("howard" ((nnp -8.070) ) () ) +("howe" ((nnp -10.016) ) () ) +("howell" ((nnp -10.016) ) () ) +("however" ((rb -4.308) (wrb -6.521) ) () ) +("howitzer" ((nn -11.747) ) () ) +("howson-algraphy" ((nnp -11.403) ) () ) +("hoy" ((nnp -11.403) ) () ) +("hoylake" ((nnp -9.100) ) () ) +("hoyt" ((nnp -11.403) ) () ) +("hrh" ((nnp -11.403) ) () ) +("hsu" ((nnp -10.709) ) () ) +("hu" ((nnp -11.403) ) () ) +("hualien" ((nnp -11.403) ) () ) +("huaqiong" ((nnp -11.403) ) () ) +("huard" ((nnp -11.403) ) () ) +("hub" ((nn -9.955) (nnp -11.403) ) () ) +("hub-and-spoke" ((jj -10.971) ) () ) +("hubbard" ((nnp -9.323) ) () ) +("hubbell" ((nnp -11.403) ) () ) +("hubble" ((nnp -10.709) ) () ) +("hubert" ((nnp -10.304) ) () ) +("hud" ((nnp -7.292) ) () ) +("huddled" ((vbd -9.598) ) () ) +("hudson" ((nn -11.747) (nnp -8.311) ) () ) +("hueglin" ((nnp -10.709) ) () ) +("huerta" ((nnp -11.403) ) () ) +("huff" ((nnp -11.403) ) () ) +("hug" ((nn -11.054) ) () ) +("huge" ((jj -6.111) ) () ) +("hugely" ((rb -9.606) ) () ) +("hugged" ((vbd -10.291) ) () ) +("huggies" ((nnps -7.729) ) () ) +("hugging" ((nn -11.747) (vbg -9.539) ) () ) +("huggins" ((nnp -10.709) ) () ) +("hugh" ((nnp -10.304) ) () ) +("hughes" ((nnp -9.205) ) () ) +("hugo" ((nnp -7.112) ) () ) +("hugo's" ((nnp -11.403) ) () ) +("huh" ((nnp -11.403) ) () ) +("hulk" ((nn -11.747) ) () ) +("hulking" ((vbg -9.539) ) () ) +("hullabaloo" ((nn -11.747) ) () ) +("hum" ((nn -11.747) ) () ) +("human" ((jj -7.001) (nn -10.360) (nnp -8.569) ) () ) +("human-generated" ((jj -10.971) ) () ) +("human-rights" ((jj -9.585) (nn -11.747) (nns -10.949) ) () ) +("humana" ((nnp -8.838) ) () ) +("humaneness" ((nn -11.747) ) () ) +("humanism" ((nn -11.747) ) () ) +("humanist" ((jj -10.971) ) () ) +("humanitarian" ((jj -10.278) ) () ) +("humanities" ((nns -10.949) ) () ) +("humanity" ((nn -10.648) ) () ) +("humans" ((nns -8.464) ) () ) +("humbled" ((vbn -9.855) ) () ) +("humility" ((nnp -11.403) ) () ) +("hummerstone" ((nnp -10.709) ) () ) +("humongous" ((jj -10.971) ) () ) +("humor" ((nn -9.549) ) () ) +("humorist" ((nn -11.747) ) () ) +("hump" ((nnp -11.403) ) () ) +("humphrey" ((nnp -10.709) ) () ) +("humpty" ((nnp -11.403) ) () ) +("hun" ((nnp -10.709) ) () ) +("hundred" ((cd -7.371) (nnp -11.403) ) () ) +("hundred-thousand-share" ((jj -10.971) ) () ) +("hundreds" ((nnp -11.403) (nns -7.211) ) () ) +("hundreds-of-billions-of-yen" ((jj -10.971) ) () ) +("hundredth" ((jj -10.971) ) () ) +("hundredweight" ((nn -11.747) ) () ) +("hung" ((nnp -11.403) (vbd -8.681) (vbn -9.162) ) () ) +("hungarian" ((jj -8.486) (nnp -9.793) ) () ) +("hungarians" ((nnps -7.729) ) () ) +("hungary" ((jj -10.971) (nnp -8.001) ) () ) +("hunger" ((nn -11.054) ) () ) +("hungerfords" ((nnp -11.403) ) () ) +("hungry" ((jj -10.278) ) () ) +("hunker" ((vb -10.141) ) () ) +("hunt" ((nn -10.648) (nnp -8.184) (vb -10.141) (vbp -9.367) ) () ) +("hunted" ((vbn -9.855) ) () ) +("hunter" ((nnp -8.694) ) () ) +("hunter-gatherers" ((nns -10.949) ) () ) +("hunterdon" ((nnp -11.403) ) () ) +("hunters" ((nns -8.869) ) () ) +("hunting" ((nn -10.648) (vbg -9.539) ) () ) +("huntington" ((nnp -9.793) ) () ) +("huntley-brinkley" ((nnp -11.403) ) () ) +("huntsman" ((nnp -9.793) ) () ) +("huntsville" ((nnp -10.304) ) () ) +("huntz" ((nnp -10.709) ) () ) +("huppert" ((nnp -11.403) ) () ) +("hurd" ((nnp -11.403) ) () ) +("hurdle" ((nn -10.360) ) () ) +("hurdles" ((nns -9.003) ) () ) +("hurl" ((vbp -9.367) ) () ) +("hurled" ((vbn -9.855) ) () ) +("hurley" ((nnp -11.403) ) () ) +("hurling" ((vbg -8.846) ) () ) +("hurricane" ((nn -9.039) (nnp -7.451) ) () ) +("hurricane-hit" ((jj -10.971) ) () ) +("hurricane-stricken" ((jj -10.971) ) () ) +("hurricane-wracked" ((jj -10.971) ) () ) +("hurricanes" ((nnps -7.729) (nns -10.255) ) () ) +("hurried" ((jj -10.278) (vbn -9.855) ) () ) +("hurriedly" ((rb -10.299) ) () ) +("hurries" ((vbz -9.926) ) () ) +("hurry" ((nn -10.137) ) () ) +("hurt" ((jj -10.278) (nn -11.747) (vb -6.883) (vbd -8.681) (vbn -5.744) (vbp -7.757) ) () ) +("hurtado" ((nnp -11.403) ) () ) +("hurter" ((nnp -11.403) ) () ) +("hurting" ((vbg -7.342) ) () ) +("hurts" ((vbz -8.317) ) () ) +("hurwitt" ((nnp -11.403) ) () ) +("hurwitz" ((nnp -10.709) ) () ) +("husband" ((nn -8.379) ) () ) +("husbands" ((nns -10.949) ) () ) +("hush" ((jj -10.971) ) () ) +("hush-hush" ((jj -10.971) ) () ) +("husker" ((nnp -10.709) ) () ) +("huskers" ((nnps -7.729) ) () ) +("husky" ((jj -10.971) (nnp -11.403) ) () ) +("hussman" ((nnp -11.403) ) () ) +("hustead" ((nnp -11.403) ) () ) +("hustings" ((nn -11.747) ) () ) +("hustlers" ((nns -10.949) ) () ) +("hustles" ((vbz -9.926) ) () ) +("hut" ((nnp -9.457) ) () ) +("hutchinson" ((nnp -9.205) ) () ) +("hutton" ((nnp -6.972) ) () ) +("huy" ((nnp -11.403) ) () ) +("hwang" ((nnp -11.403) ) () ) +("hyaluronic" ((jj -10.971) ) () ) +("hyatt" ((nnp -10.709) ) () ) +("hybrid" ((jj -8.486) (nn -10.137) ) () ) +("hybrids" ((nns -10.255) ) () ) +("hybritech" ((nnp -11.403) ) () ) +("hyde" ((nnp -9.793) ) () ) +("hyde-to-jekyll" ((jj -10.971) ) () ) +("hydraulic" ((jj -9.872) ) () ) +("hydraulically" ((rb -10.299) ) () ) +("hydro" ((nnp -10.709) ) () ) +("hydro-quebec" ((nnp -9.323) ) () ) +("hydrogen" ((nn -11.054) ) () ) +("hygiene" ((nn -11.747) (nnp -11.403) ) () ) +("hyman" ((nnp -9.611) ) () ) +("hype" ((nn -10.648) ) () ) +("hyped" ((nn -11.747) ) () ) +("hyper" ((jj -10.971) ) () ) +("hypercard" ((nnp -9.793) ) () ) +("hyperinflation" ((nn -11.747) ) () ) +("hypermarket" ((nn -11.747) ) () ) +("hypermarkets" ((nns -10.949) ) () ) +("hypertension" ((nn -11.054) ) () ) +("hyperventilating" ((nn -11.747) ) () ) +("hyping" ((nn -11.747) (vbg -9.539) ) () ) +("hypnotic" ((jj -10.971) ) () ) +("hypnotized" ((vbn -9.855) ) () ) +("hypocrisy" ((nn -10.360) ) () ) +("hypotheekkas" ((nnp -11.403) ) () ) +("hypothetical" ((jj -9.179) ) () ) +("hysteria" ((nn -10.360) ) () ) +("hysterical" ((jj -10.971) ) () ) +("hyundai" ((nnp -9.793) ) () ) +("i" ((cd -10.462) (fw -5.416) (nn -8.913) (nnp -9.323) (nns -10.949) (prp -3.038) ) () ) +("i-880" ((nnp -11.403) ) () ) +("i." ((nn -10.648) (nnp -9.005) ) () ) +("i.b.m." ((nnp -11.403) ) () ) +("i.c.h." ((nnp -10.709) ) () ) +("i.e." ((fw -4.723) ) () ) +("i.e.p." ((nnp -11.403) ) () ) +("i.m." ((nnp -11.403) ) () ) +("i860" ((nn -10.648) ) () ) +("iaciofano" ((nnp -11.403) ) () ) +("iafp" ((nnp -9.611) ) () ) +("iambic" ((jj -10.971) ) () ) +("ian" ((nnp -9.611) ) () ) +("iata" ((nnp -10.709) ) () ) +("ibc" ((nnp -11.403) ) () ) +("iberian" ((nnp -11.403) ) () ) +("ibj" ((nnp -10.709) ) () ) +("ibm" ((nnp -6.475) ) () ) +("ibm-compatible" ((jj -9.872) ) () ) +("ibm-remarketer" ((jj -10.971) ) () ) +("icahn" ((nnp -9.005) ) () ) +("icahns" ((nnp -11.403) ) () ) +("ice" ((nn -9.039) (nnp -11.403) ) () ) +("ice-breaker" ((jj -10.971) ) () ) +("ice-core" ((nn -11.054) ) () ) +("iceberg" ((nn -10.360) ) () ) +("iceland" ((nnp -10.709) ) () ) +("ichiro" ((nnp -11.403) ) () ) +("icm" ((nnp -11.403) ) () ) +("iconoclastic" ((jj -10.971) ) () ) +("ida" ((nnp -11.403) ) () ) +("idaho" ((nnp -9.611) ) () ) +("idea" ((nn -7.316) ) () ) +("ideal" ((jj -9.179) (nn -10.137) (nnp -9.205) ) () ) +("idealism" ((nn -11.054) ) () ) +("idealist" ((nn -11.747) ) () ) +("idealistic" ((jj -9.585) ) () ) +("idealized" ((jj -10.971) ) () ) +("ideally" ((rb -9.606) ) () ) +("ideals" ((nns -10.255) ) () ) +("ideas" ((nns -7.771) ) () ) +("identical" ((jj -9.362) ) () ) +("identification" ((nn -10.648) ) () ) +("identified" ((vbd -8.905) (vbn -6.677) ) () ) +("identifies" ((vbz -9.926) ) () ) +("identify" ((vb -6.809) (vbp -8.268) ) () ) +("identifying" ((vbg -7.930) ) () ) +("identities" ((nns -10.255) ) () ) +("identity" ((nn -9.444) ) () ) +("ideological" ((jj -8.486) ) () ) +("ideologies" ((nns -10.949) ) () ) +("ideologues" ((nns -10.255) ) () ) +("ideology" ((nn -10.360) ) () ) +("idiocy" ((nn -11.747) ) () ) +("idiosyncratic" ((jj -10.971) ) () ) +("idiots" ((nns -10.255) ) () ) +("idle" ((jj -9.025) (vb -8.062) ) () ) +("idled" ((vbd -9.598) (vbn -9.162) ) () ) +("idling" ((nn -11.747) (vbg -9.539) ) () ) +("idosyncratic" ((jj -10.971) ) () ) +("idrissa" ((nnp -11.403) ) () ) +("ids" ((nnp -10.016) ) () ) +("if" ((in -3.888) (jj -10.971) ) () ) +("iffy" ((jj -10.971) ) () ) +("ifi" ((nnp -9.611) ) () ) +("ifint" ((nnp -10.304) ) () ) +("ig" ((nnp -11.403) ) () ) +("igaras" ((nnp -11.403) ) () ) +("igdaloff" ((nnp -10.709) ) () ) +("ignacio" ((nnp -10.709) ) () ) +("ignatius" ((nnp -11.403) ) () ) +("ignazio" ((nnp -11.403) ) () ) +("ignite" ((vb -10.141) ) () ) +("ignited" ((vbd -10.291) (vbn -9.855) ) () ) +("ignition" ((nn -11.747) ) () ) +("ignominiously" ((rb -10.299) ) () ) +("ignoramus" ((nn -11.747) ) () ) +("ignorance" ((nn -9.955) ) () ) +("ignore" ((vb -7.502) (vbp -7.981) ) () ) +("ignored" ((vbd -8.681) (vbn -7.290) ) () ) +("ignores" ((vbz -9.233) ) () ) +("ignoring" ((vbg -7.054) ) () ) +("ii" ((cd -10.462) (nnp -7.819) ) () ) +("iicx" ((nnp -10.709) ) () ) +("iigs" ((nnp -11.403) ) () ) +("iii" ((nnp -8.107) ) () ) +("ikegai" ((nnp -10.709) ) () ) +("ikegai-goss" ((nnp -10.304) ) () ) +("iken" ((nnp -10.304) ) () ) +("il" ((nnp -11.403) ) () ) +("il-4" ((nn -10.648) ) () ) +("ilk" ((nn -11.747) ) () ) +("ilkka" ((nnp -11.403) ) () ) +("ill" ((jj -9.585) (nnp -9.100) (rb -10.299) ) () ) +("ill-advised" ((jj -10.971) ) () ) +("ill-conceived" ((jj -10.971) ) () ) +("ill-disposed" ((jj -10.971) ) () ) +("ill-fated" ((jj -9.872) ) () ) +("ill-gotten" ((jj -10.971) ) () ) +("ill-suited" ((jj -10.278) ) () ) +("ill-timed" ((jj -10.971) ) () ) +("ill." ((nnp -8.035) ) () ) +("ill.-based" ((jj -10.278) ) () ) +("illegal" ((jj -7.308) ) () ) +("illegalities" ((nns -10.949) ) () ) +("illegality" ((nn -11.747) ) () ) +("illegally" ((rb -7.466) ) () ) +("illegitimate" ((jj -10.278) ) () ) +("illicit" ((jj -10.278) ) () ) +("illinois" ((nnp -7.876) ) () ) +("illiquid" ((jj -10.971) ) () ) +("illiteracy" ((nn -11.747) ) () ) +("illiterate" ((jj -10.971) ) () ) +("illness" ((nn -9.955) ) () ) +("illnesses" ((nns -10.255) ) () ) +("illogic" ((nn -11.747) ) () ) +("illogical" ((jj -10.971) ) () ) +("ills" ((nns -10.949) ) () ) +("illuminate" ((vb -10.141) ) () ) +("illuminating" ((nnp -8.838) ) () ) +("illusion" ((nn -10.137) ) () ) +("illusionary" ((jj -10.971) ) () ) +("illusionist" ((nn -11.747) ) () ) +("illusions" ((nns -10.949) ) () ) +("illustrate" ((vb -9.448) (vbp -7.757) ) () ) +("illustrated" ((nnp -10.304) (vbd -9.598) (vbn -8.757) ) () ) +("illustrates" ((vbz -7.729) ) () ) +("illustration" ((nn -9.667) ) () ) +("illustrations" ((nns -10.949) ) () ) +("ilminster" ((nnp -11.403) ) () ) +("ilyushins" ((nnps -7.036) ) () ) +("ima" ((nnp -8.694) ) () ) +("image" ((nn -7.604) ) () ) +("image-building" ((jj -10.971) ) () ) +("image-making" ((nn -11.747) ) () ) +("imagery" ((nn -11.054) ) () ) +("images" ((nns -8.551) ) () ) +("imaginable" ((jj -10.971) ) () ) +("imaginary" ((jj -10.971) ) () ) +("imagination" ((nn -10.137) ) () ) +("imaginative" ((jj -9.872) ) () ) +("imagine" ((vb -7.839) ) () ) +("imagined" ((vbd -9.598) (vbn -9.162) ) () ) +("imaging" ((nn -11.054) ) () ) +("imagining" ((vbg -8.846) ) () ) +("imasco" ((nnp -10.709) ) () ) +("imbalance" ((nn -10.360) ) () ) +("imbalances" ((nns -8.464) ) () ) +("imbroglio" ((nn -11.747) ) () ) +("imelda" ((nnp -10.709) ) () ) +("imf" ((nnp -8.458) ) () ) +("imf-approved" ((jj -10.971) ) () ) +("imf-guided" ((jj -10.971) ) () ) +("imhoff" ((nnp -10.304) ) () ) +("imitated" ((vbn -9.855) ) () ) +("imitating" ((vbg -9.539) ) () ) +("imitation" ((nn -10.648) ) () ) +("immaturity" ((nn -11.747) ) () ) +("immediacy" ((nn -11.054) ) () ) +("immediate" ((jj -7.258) (nnp -10.709) ) () ) +("immediate-response" ((jj -10.971) ) () ) +("immediately" ((rb -6.156) ) () ) +("immense" ((jj -9.872) (nn -11.747) ) () ) +("immensely" ((rb -10.299) ) () ) +("immersed" ((vbn -9.855) ) () ) +("immigrant" ((jj -10.971) ) () ) +("immigrants" ((nns -9.562) ) () ) +("immigrated" ((vbd -10.291) ) () ) +("immigration" ((nn -11.054) (nnp -11.403) ) () ) +("imminent" ((jj -8.486) ) () ) +("immoral" ((jj -10.971) ) () ) +("immune" ((jj -8.138) (nnp -10.709) ) () ) +("immune-system" ((nn -11.747) ) () ) +("immunex" ((nnp -9.793) ) () ) +("immunities" ((nns -10.949) ) () ) +("immunity" ((nn -10.137) ) () ) +("immunologist" ((nn -11.747) ) () ) +("imo" ((nnp -9.793) ) () ) +("impact" ((nn -7.046) (nnp -11.403) (vb -10.141) ) () ) +("impacted" ((vbn -9.855) ) () ) +("impacts" ((nns -10.949) ) () ) +("impair" ((vb -10.141) ) () ) +("impaired" ((vbn -8.757) ) () ) +("impairment" ((nn -11.747) ) () ) +("impart" ((vb -10.141) ) () ) +("impartial" ((jj -10.971) ) () ) +("impasse" ((nnp -11.403) ) () ) +("impassioned" ((jj -10.971) ) () ) +("impassively" ((rb -9.606) ) () ) +("impatient" ((jj -10.278) (nn -11.054) ) () ) +("impeached" ((vbn -8.757) ) () ) +("impeachment" ((nn -8.913) ) () ) +("impeccable" ((jj -10.278) ) () ) +("impede" ((vb -9.448) ) () ) +("impeded" ((vbn -9.162) ) () ) +("impedes" ((vbz -9.926) ) () ) +("impediment" ((nn -10.648) ) () ) +("impediments" ((nnp -11.403) (nns -10.949) ) () ) +("impelled" ((vbn -9.855) ) () ) +("impending" ((jj -9.179) (vbg -8.153) ) () ) +("impenetrable" ((jj -10.971) ) () ) +("imperative" ((jj -10.278) (nn -11.747) ) () ) +("imperatives" ((nns -10.949) ) () ) +("imperfect" ((jj -10.278) ) () ) +("imperfections" ((nns -10.255) ) () ) +("imperial" ((jj -9.362) (nnp -8.184) ) () ) +("imperialism" ((nn -10.648) ) () ) +("imperialists" ((nns -9.850) ) () ) +("imperiled" ((vbn -9.855) ) () ) +("imperious" ((jj -10.971) ) () ) +("impersonations" ((nns -10.949) ) () ) +("impersonator" ((nn -11.747) ) () ) +("impervious" ((jj -10.278) ) () ) +("impetus" ((nn -11.054) ) () ) +("implant" ((vb -10.141) ) () ) +("implantation" ((nn -11.747) ) () ) +("implanted" ((vbd -10.291) (vbn -9.162) ) () ) +("implanting" ((vbg -9.539) ) () ) +("implausible" ((jj -10.971) ) () ) +("implement" ((vb -8.062) ) () ) +("implementation" ((nn -11.747) ) () ) +("implemented" ((vbd -9.598) (vbn -7.658) ) () ) +("implementing" ((vbg -9.539) ) () ) +("implicated" ((vbn -8.757) ) () ) +("implication" ((nn -9.955) ) () ) +("implications" ((nns -8.004) ) () ) +("implicit" ((jj -9.179) ) () ) +("implicitly" ((rb -9.606) ) () ) +("implied" ((jj -10.971) (vbd -9.598) (vbn -8.469) ) () ) +("implies" ((vbz -7.980) ) () ) +("implores" ((vbz -9.926) ) () ) +("imply" ((vb -10.141) (vbp -8.674) ) () ) +("implying" ((vbg -9.539) ) () ) +("imponderable" ((nn -11.747) ) () ) +("import" ((nn -8.281) (vb -9.448) (vbp -8.674) ) () ) +("import-export" ((jj -10.971) ) () ) +("importance" ((nn -8.656) ) () ) +("important" ((jj -5.883) ) () ) +("importantly" ((rb -8.913) ) () ) +("imported" ((1 -4.727) (jj -10.278) (nnp -11.403) (vbd -9.192) (vbn -6.911) ) () ) +("importer" ((nn -10.360) ) () ) +("importers" ((nns -10.255) ) () ) +("importing" ((vbg -7.747) ) () ) +("imports" ((nns -6.405) (vbz -9.926) ) () ) +("impose" ((vb -7.006) ) () ) +("imposed" ((vbd -7.806) (vbn -7.147) ) () ) +("imposes" ((vbz -9.233) ) () ) +("imposing" ((jj -10.971) (vbg -7.460) ) () ) +("imposition" ((nn -10.648) ) () ) +("impossible" ((jj -7.505) ) () ) +("impostor" ((nn -11.747) ) () ) +("impound" ((vb -10.141) ) () ) +("impounded" ((vbn -9.855) ) () ) +("impoundment" ((nn -11.054) ) () ) +("impoverished" ((jj -10.971) (vbn -9.855) ) () ) +("impractical" ((jj -10.278) ) () ) +("impress" ((vb -9.043) ) () ) +("impressed" ((jj -9.872) (vbn -9.855) ) () ) +("impresses" ((vbz -9.926) ) () ) +("impression" ((nn -9.444) ) () ) +("impressionist" ((jj -10.278) (nn -10.360) ) () ) +("impressionists" ((nnps -7.729) (nns -10.949) ) () ) +("impressive" ((jj -8.669) ) () ) +("impressively" ((rb -10.299) ) () ) +("imprimis" ((nnp -11.403) ) () ) +("imprison" ((vb -10.141) ) () ) +("imprisoned" ((vbn -9.855) ) () ) +("imprisoning" ((vbg -9.539) ) () ) +("imprisonment" ((nn -9.955) ) () ) +("improbability" ((nn -11.747) ) () ) +("improbable" ((jj -9.872) ) () ) +("impromptu" ((jj -10.971) ) () ) +("improper" ((jj -8.486) ) () ) +("improperly" ((rb -8.220) ) () ) +("impropriety" ((nn -11.747) ) () ) +("improve" ((vb -5.824) (vbp -8.268) ) () ) +("improved" ((jj -8.332) (vbd -7.518) (vbn -6.094) ) () ) +("improvement" ((nn -7.776) (nnp -10.304) ) () ) +("improvements" ((nns -7.858) ) () ) +("improves" ((vbz -7.729) ) () ) +("improving" ((nn -11.054) (vbg -6.595) ) () ) +("improvisation" ((nn -11.747) ) () ) +("improvisational" ((jj -10.971) ) () ) +("improvisatory" ((jj -10.971) ) () ) +("improvised" ((vbd -10.291) ) () ) +("improviser" ((nn -11.747) ) () ) +("impugn" ((vb -10.141) ) () ) +("impulse" ((nn -11.054) ) () ) +("impulses" ((nns -10.255) ) () ) +("impulsive" ((jj -10.971) ) () ) +("impulsively" ((rb -10.299) ) () ) +("imput" ((nn -11.747) ) () ) +("imputed" ((jj -10.971) ) () ) +("ims" ((nnp -10.709) ) () ) +("imsai" ((nnp -11.403) ) () ) +("in" ((fw -4.723) (in -1.265) (nnp -10.016) (rb -6.408) (rbr -7.419) (rp -2.830) ) () ) +("in-and-outer" ((nn -11.747) ) () ) +("in-crowd" ((nn -11.747) ) () ) +("in-depth" ((jj -9.362) ) () ) +("in-home" ((jj -10.278) ) () ) +("in-house" ((jj -8.669) (nn -11.747) (rb -10.299) ) () ) +("in-law" ((nn -11.747) ) () ) +("in-office" ((jj -10.278) ) () ) +("in-room" ((jj -10.971) ) () ) +("in-state" ((jj -9.872) ) () ) +("inability" ((nn -9.444) ) () ) +("inaccessible" ((jj -10.971) ) () ) +("inaccuracy" ((nn -11.747) ) () ) +("inaccurate" ((jj -8.669) ) () ) +("inaccurately" ((rb -9.201) ) () ) +("inaction" ((nn -11.747) ) () ) +("inadequacy" ((nn -11.054) ) () ) +("inadequate" ((jj -8.263) ) () ) +("inadequately" ((rb -10.299) ) () ) +("inadvertence" ((nn -11.747) ) () ) +("inadvertent" ((jj -10.971) ) () ) +("inadvertently" ((rb -10.299) ) () ) +("inappropriate" ((jj -8.774) ) () ) +("inappropriately" ((rb -9.606) ) () ) +("inasmuch" ((rb -10.299) ) () ) +("inattention" ((nn -11.747) ) () ) +("inaugurated" ((vbn -9.855) ) () ) +("inauguration" ((nn -11.747) ) () ) +("inauspicious" ((jj -10.971) ) () ) +("inbound" ((jj -10.971) ) () ) +("inc" ((nnp -5.905) ) () ) +("inc." ((nn -9.801) (nnp -4.469) ) () ) +("inca" ((nnp -10.709) ) () ) +("incalculable" ((jj -10.971) ) () ) +("incapable" ((jj -9.872) ) () ) +("incense" ((nn -11.747) ) () ) +("incensed" ((jj -10.971) (vbn -9.855) ) () ) +("incentive" ((nn -8.856) ) () ) +("incentive-backed" ((jj -10.971) ) () ) +("incentive-bonus" ((nn -11.747) ) () ) +("incentive-buoyed" ((jj -10.971) ) () ) +("incentive-maximizing" ((jj -10.971) ) () ) +("incentive-reduced" ((jj -10.971) ) () ) +("incentives" ((nns -7.365) ) () ) +("inception" ((nn -10.648) ) () ) +("incessantly" ((rb -10.299) ) () ) +("incest" ((nn -8.802) ) () ) +("inch" ((nn -10.137) (vb -9.448) ) () ) +("inched" ((vbd -8.094) ) () ) +("inches" ((nns -8.646) ) () ) +("inching" ((vbg -8.440) ) () ) +("inchworm" ((nn -11.747) ) () ) +("incidence" ((nn -11.747) ) () ) +("incident" ((nn -9.039) ) () ) +("incidental" ((jj -10.278) ) () ) +("incidents" ((nns -8.869) ) () ) +("incineration" ((nn -11.747) ) () ) +("incinerator" ((nn -11.054) ) () ) +("incisions" ((nns -10.949) ) () ) +("inclination" ((nn -10.648) ) () ) +("inclined" ((jj -9.872) (vbn -7.776) ) () ) +("include" ((vb -5.922) (vbp -4.622) ) () ) +("included" ((jj -10.971) (vbd -5.706) (vbn -6.027) ) () ) +("includes" ((vbz -5.114) ) () ) +("including" ((jj -10.971) (nnp -11.403) (vbg -3.485) ) () ) +("inclusion" ((nn -10.137) ) () ) +("inco" ((nnp -8.763) ) () ) +("incoherent" ((jj -10.971) ) () ) +("income" ((nn -5.740) (nnp -9.005) ) () ) +("income-oriented" ((jj -10.971) ) () ) +("income-producing" ((jj -10.971) ) () ) +("income-tax" ((jj -10.971) (nn -10.137) ) () ) +("incomes" ((nns -9.339) ) () ) +("incoming" ((jj -10.278) ) () ) +("incompatibility" ((nn -11.747) ) () ) +("incompatible" ((jj -10.971) ) () ) +("incompetence" ((nn -10.137) ) () ) +("incompetency" ((nn -11.747) ) () ) +("incompetent" ((jj -10.278) ) () ) +("incompetently" ((rb -10.299) ) () ) +("incomplete" ((jj -9.179) ) () ) +("inconceivable" ((jj -9.585) ) () ) +("inconclusive" ((jj -10.278) ) () ) +("incongruity" ((nn -11.747) ) () ) +("inconsiderable" ((jj -10.971) ) () ) +("inconsistencies" ((nns -10.949) ) () ) +("inconsistent" ((jj -9.872) ) () ) +("inconvenience" ((nn -11.054) ) () ) +("inconvenient" ((jj -10.971) ) () ) +("incorporate" ((vb -9.448) ) () ) +("incorporated" ((jj -10.278) (nnp -11.403) (vbd -10.291) (vbn -7.776) ) () ) +("incorporates" ((vbz -8.540) ) () ) +("incorporating" ((vbg -9.539) ) () ) +("incorrect" ((jj -10.278) ) () ) +("incorrectly" ((rb -7.997) ) () ) +("increase" ((nn -6.291) (vb -5.313) (vbp -7.575) ) () ) +("increased" ((jj -7.975) (vb -10.141) (vbd -5.479) (vbn -5.137) ) () ) +("increases" ((nns -6.104) (vbz -6.982) ) () ) +("increasing" ((jj -9.179) (vbg -5.182) ) () ) +("increasingly" ((rb -6.110) ) () ) +("incredible" ((jj -9.179) ) () ) +("incredibly" ((rb -9.201) ) () ) +("incredulous" ((jj -10.971) ) () ) +("increment" ((nn -11.747) ) () ) +("incremental" ((jj -10.971) ) () ) +("incrementally" ((rb -10.299) ) () ) +("increments" ((nns -10.255) ) () ) +("incriminating" ((vbg -9.539) ) () ) +("incumbent" ((jj -9.585) ) () ) +("incumbents" ((nns -10.949) ) () ) +("incur" ((vb -8.755) (vbp -9.367) ) () ) +("incurred" ((vbd -8.905) (vbn -7.147) ) () ) +("incursion" ((nn -11.054) ) () ) +("ind" ((nnp -10.304) ) () ) +("ind." ((nnp -9.005) ) () ) +("indebted" ((jj -10.971) ) () ) +("indebtedness" ((nn -11.747) ) () ) +("indecipherable" ((jj -10.971) ) () ) +("indecon" ((nnp -11.403) ) () ) +("indeed" ((rb -5.590) (uh -3.784) ) () ) +("indefinite" ((jj -10.971) ) () ) +("indefinitely" ((rb -8.102) ) () ) +("indelible" ((jj -10.971) ) () ) +("indemnify" ((vb -10.141) ) () ) +("indentical" ((jj -10.971) ) () ) +("indenture" ((nn -11.747) ) () ) +("independant" ((jj -10.971) ) () ) +("independence" ((nn -9.349) ) () ) +("independent" ((jj -6.366) (nnp -9.005) ) () ) +("independent-minded" ((jj -10.971) ) () ) +("independently" ((rb -8.690) ) () ) +("independents" ((nns -10.949) ) () ) +("indestructibility" ((nn -11.747) ) () ) +("indeterminable" ((jj -10.971) ) () ) +("indeterminate" ((jj -10.971) ) () ) +("index" ((nn -5.991) (nnp -7.072) ) () ) +("index-arbitrage" ((jj -9.585) (nn -10.360) ) () ) +("index-arbitrage-related" ((jj -10.971) ) () ) +("index-fund" ((jj -10.971) (nn -11.747) ) () ) +("index-futures" ((nns -10.949) ) () ) +("index-options" ((nns -10.255) ) () ) +("index-related" ((jj -10.278) ) () ) +("indexation" ((nn -9.801) ) () ) +("indexed" ((vbn -9.855) ) () ) +("indexers" ((nns -10.255) ) () ) +("indexes" ((nns -8.058) ) () ) +("indexing" ((nn -11.747) (vbg -9.539) ) () ) +("india" ((nnp -7.792) ) () ) +("indian" ((jj -7.880) (nnp -9.323) ) () ) +("indian-summer" ((jj -10.971) ) () ) +("indiana" ((nnp -9.005) ) () ) +("indianapolis" ((nnp -9.457) ) () ) +("indianapolis-based" ((jj -10.971) ) () ) +("indians" ((nnps -5.532) ) () ) +("indicate" ((vb -7.146) (vbp -6.231) ) () ) +("indicated" ((jj -9.025) (vbd -6.399) (vbn -6.559) ) () ) +("indicates" ((vbz -6.559) ) () ) +("indicating" ((vbg -6.243) ) () ) +("indication" ((nn -8.528) ) () ) +("indications" ((nns -7.858) ) () ) +("indicative" ((jj -9.872) ) () ) +("indicator" ((nn -8.974) ) () ) +("indicators" ((nnps -7.729) (nns -7.581) ) () ) +("indict" ((vb -9.448) ) () ) +("indicted" ((vbd -8.499) (vbn -8.246) ) () ) +("indictment" ((nn -8.528) ) () ) +("indictments" ((nns -9.339) ) () ) +("indies" ((nnp -11.403) ) () ) +("indifference" ((nn -11.054) ) () ) +("indifferent" ((jj -10.278) ) () ) +("indigenous" ((jj -10.971) ) () ) +("indignation" ((nn -11.747) ) () ) +("indignity" ((nn -11.747) ) () ) +("indira" ((nnp -11.403) ) () ) +("indirect" ((jj -8.669) ) () ) +("indirectly" ((rb -8.508) ) () ) +("indispensability" ((nn -11.747) ) () ) +("indispensable" ((jj -10.971) ) () ) +("indistinguishable" ((jj -10.971) ) () ) +("individual" ((jj -6.407) (nn -8.656) (nnp -9.457) ) () ) +("individual-investor" ((jj -10.971) (nn -11.747) ) () ) +("individual-retirement-account" ((nn -11.747) ) () ) +("individually" ((rb -9.606) ) () ) +("individuals" ((nns -6.790) ) () ) +("indocin" ((nnp -11.403) ) () ) +("indoctrinated" ((vbn -9.855) ) () ) +("indomitable" ((jj -10.278) ) () ) +("indonesia" ((nnp -9.457) ) () ) +("indoor" ((jj -9.872) ) () ) +("indoors" ((rb -10.299) ) () ) +("indosuez" ((nnp -8.358) ) () ) +("induce" ((vb -7.657) ) () ) +("induced" ((vbd -10.291) (vbn -9.855) ) () ) +("inducement" ((nn -11.747) ) () ) +("inducements" ((nns -10.949) ) () ) +("induces" ((vbz -9.926) ) () ) +("inducing" ((vbg -8.440) ) () ) +("indulge" ((vb -10.141) ) () ) +("indulgence" ((nn -11.054) ) () ) +("indulgences" ((nns -10.949) ) () ) +("indulges" ((vbz -9.926) ) () ) +("indulging" ((vbg -8.846) ) () ) +("industria" ((nnp -10.709) ) () ) +("industrial" ((jj -6.119) (nnp -6.838) ) () ) +("industrial-production" ((jj -10.971) ) () ) +("industriale" ((nnp -11.403) ) () ) +("industrialist" ((nn -11.747) ) () ) +("industrialists" ((nns -10.255) ) () ) +("industrialization" ((nn -11.747) ) () ) +("industrialize" ((vb -10.141) ) () ) +("industrialized" ((jj -9.872) (vbn -8.246) ) () ) +("industrials" ((nnp -10.709) (nnps -7.036) (nns -7.422) (vbz -9.926) ) () ) +("industrie" ((nnp -10.709) ) () ) +("industrielle" ((nnp -10.709) ) () ) +("industriels" ((nnps -7.729) ) () ) +("industries" ((nnp -7.552) (nnps -3.668) (nns -7.037) ) () ) +("industry" ((nn -5.433) (nnp -8.358) ) () ) +("industry-funded" ((jj -10.278) ) () ) +("industry-government" ((jj -10.971) ) () ) +("industry-specific" ((jj -10.278) ) () ) +("industry-supported" ((jj -10.971) ) () ) +("industry-wide" ((jj -10.971) ) () ) +("industrywide" ((jj -8.486) (rb -9.606) ) () ) +("ineffably" ((rb -10.299) ) () ) +("ineffective" ((jj -10.278) ) () ) +("ineffectual" ((jj -10.971) ) () ) +("inefficiencies" ((nns -9.850) ) () ) +("inefficiency" ((nn -10.137) ) () ) +("inefficient" ((jj -9.025) ) () ) +("inefficient-market" ((nnp -11.403) ) () ) +("inept" ((jj -9.585) ) () ) +("ineptitude" ((nn -11.054) ) () ) +("inequality" ((nn -11.747) ) () ) +("inequitable" ((jj -10.971) ) () ) +("inequities" ((nns -10.255) ) () ) +("inertia" ((nn -11.747) ) () ) +("inevitable" ((jj -8.774) ) () ) +("inevitably" ((rb -8.102) ) () ) +("inexcusable" ((jj -10.971) ) () ) +("inexhaustible" ((jj -10.971) ) () ) +("inexorable" ((jj -10.278) ) () ) +("inexorably" ((rb -9.606) ) () ) +("inexpensive" ((jj -9.585) ) () ) +("inexperienced" ((jj -10.278) ) () ) +("inexplicably" ((rb -9.201) ) () ) +("inextricably" ((rb -10.299) ) () ) +("inez" ((nnp -11.403) ) () ) +("infamous" ((jj -10.278) ) () ) +("infancy" ((nn -11.747) ) () ) +("infant" ((jj -10.971) (nn -11.054) ) () ) +("infantile" ((jj -10.971) ) () ) +("infantry" ((nn -11.054) ) () ) +("infants" ((nns -10.949) ) () ) +("infected" ((jj -8.892) (vbd -10.291) (vbn -8.063) ) () ) +("infecting" ((vbg -9.539) ) () ) +("infection" ((nn -9.801) ) () ) +("infections" ((nns -9.850) ) () ) +("infectious" ((jj -9.872) ) () ) +("infelicitous" ((jj -10.971) ) () ) +("inference" ((nn -9.955) ) () ) +("inferences" ((nns -10.255) ) () ) +("inferior" ((jj -10.971) ) () ) +("inferno" ((nn -11.747) ) () ) +("inferred" ((vbn -9.855) ) () ) +("infertile" ((jj -10.971) ) () ) +("infestation" ((nn -11.747) ) () ) +("infested" ((jj -10.971) ) () ) +("infidelity" ((nn -11.054) ) () ) +("infighting" ((nn -11.054) ) () ) +("infiltrate" ((vb -10.141) ) () ) +("infiltrated" ((vbn -9.855) ) () ) +("infiltrating" ((vbg -9.539) ) () ) +("infinitely" ((rb -10.299) ) () ) +("infiniti" ((nnp -8.694) ) () ) +("inflame" ((vb -10.141) ) () ) +("inflammatory" ((jj -9.872) ) () ) +("inflate" ((vb -9.043) ) () ) +("inflated" ((jj -9.872) (vbd -9.192) (vbn -8.757) ) () ) +("inflates" ((vbz -9.926) ) () ) +("inflating" ((vbg -8.846) ) () ) +("inflation" ((nn -6.588) ) () ) +("inflation-adjusted" ((cd -10.462) (jj -8.669) (vbn -9.855) ) () ) +("inflation-created" ((jj -10.971) ) () ) +("inflation-fighting" ((nn -11.747) ) () ) +("inflation-fuels-growth" ((jj -10.971) ) () ) +("inflation-growth" ((nn -11.747) ) () ) +("inflationary" ((jj -8.774) ) () ) +("inflict" ((vb -8.532) ) () ) +("inflicted" ((vbn -9.855) ) () ) +("inflow" ((nn -10.360) ) () ) +("inflows" ((nns -9.003) ) () ) +("influence" ((nn -8.250) (vb -7.744) (vbp -8.674) ) () ) +("influence-peddling" ((nn -10.648) ) () ) +("influenced" ((nnp -10.709) (vbd -8.905) (vbn -7.909) ) () ) +("influences" ((nns -9.850) (vbz -9.926) ) () ) +("influencing" ((vbg -8.846) ) () ) +("influential" ((jj -8.486) ) () ) +("influenza" ((nn -11.747) ) () ) +("influx" ((nn -10.360) ) () ) +("infocorp" ((nnp -10.709) ) () ) +("inform" ((vb -8.350) ) () ) +("informal" ((jj -8.406) ) () ) +("informally" ((rb -8.913) ) () ) +("information" ((nn -6.635) (nnp -8.311) ) () ) +("information-display" ((nn -11.747) ) () ) +("information-services" ((nns -10.255) ) () ) +("information-systems" ((nns -10.949) ) () ) +("information-technology" ((jj -10.971) ) () ) +("informational" ((jj -10.971) ) () ) +("informative" ((jj -9.872) ) () ) +("informed" ((jj -10.971) (vbd -8.681) (vbn -7.370) ) () ) +("informing" ((vbg -9.539) ) () ) +("informs" ((vbz -9.926) ) () ) +("infractions" ((nns -10.949) ) () ) +("infrared" ((jj -10.971) ) () ) +("infrastructural" ((jj -10.971) ) () ) +("infrastructure" ((nn -9.549) ) () ) +("infrequent" ((jj -10.971) ) () ) +("infringe" ((vb -8.755) ) () ) +("infringed" ((vbd -9.192) (vbn -8.757) ) () ) +("infringement" ((nn -9.549) ) () ) +("infringes" ((vbz -8.828) ) () ) +("infringing" ((vbg -8.846) ) () ) +("infuriated" ((vbd -10.291) ) () ) +("infused" ((vbn -9.855) ) () ) +("infusion" ((nn -10.137) ) () ) +("ing" ((nnp -10.016) ) () ) +("ingalls" ((nnp -10.709) ) () ) +("ingenious" ((jj -10.278) ) () ) +("ingeniously" ((rb -10.299) ) () ) +("ingenuity" ((nn -11.747) ) () ) +("ingersoll" ((nnp -8.512) ) () ) +("ingersoll-rand" ((nnp -11.403) ) () ) +("ingestion" ((nn -11.747) ) () ) +("ingot" ((nn -11.747) ) () ) +("ingots" ((nns -10.949) ) () ) +("ingrained" ((jj -10.971) ) () ) +("ingram" ((nnp -10.304) ) () ) +("ingrates" ((nns -10.949) ) () ) +("ingratiate" ((vb -10.141) ) () ) +("ingredient" ((nn -11.054) ) () ) +("ingredients" ((nns -9.339) ) () ) +("inhabited" ((vbn -9.855) ) () ) +("inherent" ((jj -9.025) ) () ) +("inherently" ((rb -10.299) ) () ) +("inheritance" ((nn -10.648) ) () ) +("inherited" ((vbd -9.598) (vbn -9.855) ) () ) +("inheritor" ((nn -11.054) ) () ) +("inherits" ((vbz -9.233) ) () ) +("inhibit" ((vb -9.043) (vbp -8.268) ) () ) +("inhibited" ((vbd -10.291) ) () ) +("inhospitable" ((jj -10.971) ) () ) +("inhuman" ((jj -10.971) ) () ) +("initial" ((jj -6.552) (nn -11.747) ) () ) +("initialed" ((vbd -10.291) ) () ) +("initially" ((rb -6.471) ) () ) +("initials" ((nns -10.949) ) () ) +("initiate" ((nn -11.747) (vb -9.448) ) () ) +("initiated" ((vbd -9.598) (vbn -7.909) ) () ) +("initiating" ((vbg -8.846) ) () ) +("initiatiors" ((nns -10.949) ) () ) +("initiative" ((nn -7.962) (nnp -9.611) ) () ) +("initiatives" ((nns -8.310) ) () ) +("inject" ((vb -8.350) ) () ) +("injected" ((vbd -9.598) (vbn -9.162) ) () ) +("injecting" ((vbg -9.539) ) () ) +("injection" ((nn -9.667) ) () ) +("injections" ((nns -10.255) ) () ) +("injunction" ((nn -8.451) ) () ) +("injunctions" ((nns -10.949) ) () ) +("injure" ((vb -9.448) ) () ) +("injured" ((jj -10.971) (vbd -10.291) (vbn -7.776) ) () ) +("injuries" ((nns -8.384) ) () ) +("injuring" ((vbg -8.440) ) () ) +("injury" ((nn -9.801) (nnp -10.304) ) () ) +("injury-prone" ((jj -10.971) ) () ) +("injustice" ((nn -11.054) ) () ) +("ink" ((nn -9.262) ) () ) +("inking" ((nn -11.747) ) () ) +("inkling" ((nn -10.360) ) () ) +("inks" ((nns -10.949) ) () ) +("inky-brown" ((jj -10.971) ) () ) +("inland" ((nnp -9.205) (rb -9.606) ) () ) +("inlay" ((nn -11.747) ) () ) +("inmac" ((nnp -10.709) ) () ) +("inmate" ((nn -11.054) ) () ) +("inmates" ((nns -10.255) ) () ) +("inn" ((nnp -10.016) ) () ) +("innate" ((jj -10.971) ) () ) +("innately" ((rb -10.299) ) () ) +("inner" ((jj -8.669) (nnp -11.403) ) () ) +("inner-city" ((jj -9.025) (nn -11.054) ) () ) +("inning" ((nn -9.955) ) () ) +("innings" ((nn -11.054) (nns -10.255) ) () ) +("innis-maggiore-olson" ((nnp -11.403) ) () ) +("innocence" ((nn -11.747) ) () ) +("innocent" ((jj -8.669) ) () ) +("innocently" ((rb -10.299) ) () ) +("innoculating" ((vbg -9.539) ) () ) +("innocuous" ((jj -10.971) ) () ) +("innovate" ((vb -10.141) ) () ) +("innovated" ((vbd -10.291) ) () ) +("innovation" ((nn -9.667) (nnp -11.403) ) () ) +("innovations" ((nns -10.255) ) () ) +("innovative" ((jj -8.573) ) () ) +("innovator" ((nn -11.747) ) () ) +("inns" ((nnps -6.343) ) () ) +("innuendoes" ((nns -10.949) ) () ) +("innumerable" ((jj -10.971) ) () ) +("inordinate" ((jj -10.971) ) () ) +("inoue" ((nnp -11.403) ) () ) +("inouye" ((nnp -9.323) ) () ) +("inpenetrable" ((jj -10.971) ) () ) +("input" ((nn -10.360) ) () ) +("inputs" ((nns -10.949) ) () ) +("inquired" ((vbd -9.598) ) () ) +("inquiries" ((nns -8.241) ) () ) +("inquiring" ((vbg -8.846) ) () ) +("inquiry" ((nn -8.451) (nnp -10.709) ) () ) +("inquisition" ((nnp -11.403) ) () ) +("insane" ((jj -10.278) ) () ) +("insanity" ((nn -11.747) ) () ) +("insatiable" ((jj -10.971) ) () ) +("insects" ((nns -9.850) ) () ) +("insecure" ((jj -10.971) ) () ) +("insensitive" ((jj -10.971) ) () ) +("insensitivity" ((nn -11.747) ) () ) +("inseparable" ((jj -10.971) ) () ) +("insert" ((nn -11.747) (vb -10.141) ) () ) +("inserted" ((vbd -10.291) (vbn -8.469) ) () ) +("inserting" ((vbg -9.539) ) () ) +("inserts" ((nns -10.255) ) () ) +("inside" ((in -7.962) (jj -9.585) (nn -11.054) (nnp -11.403) (rb -8.353) ) () ) +("insider" ((nn -8.802) (nnp -11.403) ) () ) +("insider-trading" ((jj -10.971) (nn -10.137) ) () ) +("insiders" ((nns -8.115) ) () ) +("insidious" ((jj -10.971) ) () ) +("insight" ((nnp -9.611) ) () ) +("insights" ((nnps -7.729) (nns -10.949) ) () ) +("insignificant" ((jj -10.971) ) () ) +("insilco" ((nnp -11.403) ) () ) +("insinuendo" ((nn -11.747) ) () ) +("insist" ((vb -7.839) (vbp -6.189) ) () ) +("insisted" ((vbd -7.200) (vbn -8.469) ) () ) +("insistence" ((nn -9.667) ) () ) +("insistent" ((jj -10.971) ) () ) +("insisting" ((vbg -7.460) ) () ) +("insists" ((vbz -6.668) ) () ) +("insitutional" ((jj -10.971) ) () ) +("insofar" ((rb -10.299) ) () ) +("insolvency" ((nn -11.747) ) () ) +("insolvent" ((jj -8.406) ) () ) +("inspect" ((vb -9.043) ) () ) +("inspected" ((vbd -10.291) ) () ) +("inspecting" ((vbg -8.846) ) () ) +("inspection" ((nn -9.955) ) () ) +("inspections" ((nns -10.255) ) () ) +("inspector" ((nn -9.667) (nnp -11.403) ) () ) +("inspectorate" ((nnp -10.304) ) () ) +("inspectorate-adia" ((nnp -11.403) ) () ) +("inspectors" ((vbz -9.926) ) () ) +("inspects" ((vbz -9.926) ) () ) +("inspiration" ((nn -11.054) ) () ) +("inspirational" ((jj -10.278) ) () ) +("inspirations" ((nns -10.949) ) () ) +("inspire" ((nnp -11.403) (vb -8.755) (vbp -9.367) ) () ) +("inspired" ((vbd -8.905) (vbn -7.553) ) () ) +("inspiring" ((jj -10.278) ) () ) +("instability" ((nn -10.648) ) () ) +("install" ((vb -7.657) (vbp -9.367) ) () ) +("installation" ((nn -9.667) ) () ) +("installations" ((nns -8.551) ) () ) +("installed" ((jj -10.278) (vbd -9.192) (vbn -7.290) ) () ) +("installing" ((vbg -7.593) ) () ) +("installment" ((jj -9.872) (nn -10.137) ) () ) +("installments" ((nns -10.255) ) () ) +("instance" ((nn -7.377) ) () ) +("instances" ((nns -9.850) ) () ) +("instant" ((jj -9.362) (nn -10.360) ) () ) +("instantly" ((rb -8.508) ) () ) +("instead" ((rb -5.230) ) () ) +("instill" ((vb -10.141) ) () ) +("instinct" ((nn -10.648) ) () ) +("instinctive" ((jj -10.971) ) () ) +("instinctively" ((rb -10.299) ) () ) +("instincts" ((nns -10.255) ) () ) +("institut" ((nnp -9.457) ) () ) +("institute" ((nn -9.039) (nnp -6.914) (vb -9.043) ) () ) +("instituted" ((vbd -9.192) (vbn -7.776) ) () ) +("institutes" ((nn -11.747) (nnp -10.709) (nnps -5.937) ) () ) +("instituting" ((vbg -8.846) ) () ) +("institution" ((nn -8.569) (nnp -9.611) ) () ) +("institutional" ((jj -6.577) ) () ) +("institutional-type" ((jj -10.971) ) () ) +("institutions" ((nnp -10.304) (nnps -7.036) (nns -6.324) ) () ) +("instituto" ((nnp -11.403) ) () ) +("institutue" ((nnp -11.403) ) () ) +("instruct" ((vb -10.141) ) () ) +("instructed" ((vbd -9.598) (vbn -8.757) ) () ) +("instruction" ((nn -10.360) ) () ) +("instruction-set" ((jj -10.971) (nn -11.747) ) () ) +("instructional" ((jj -10.971) ) () ) +("instructions" ((nns -8.751) ) () ) +("instructive" ((jj -10.971) ) () ) +("instructor" ((nn -11.054) ) () ) +("instructors" ((nns -10.949) ) () ) +("instrument" ((nn -9.549) (nnp -10.709) ) () ) +("instrumental" ((jj -9.585) ) () ) +("instrumentation" ((nn -10.360) ) () ) +("instruments" ((nnp -9.611) (nnps -6.343) (nns -7.422) ) () ) +("insubordination" ((nn -11.054) ) () ) +("insubstantial" ((jj -10.971) ) () ) +("insufficient" ((jj -9.179) ) () ) +("insulate" ((vb -10.141) (vbp -9.367) ) () ) +("insulated" ((vbn -9.855) ) () ) +("insulating" ((vbg -8.846) ) () ) +("insulation" ((nn -9.955) ) () ) +("insulator" ((nn -11.747) ) () ) +("insulin" ((nn -10.648) ) () ) +("insult" ((nn -10.360) (vb -10.141) ) () ) +("insulting" ((jj -9.872) ) () ) +("insupportable" ((jj -10.971) ) () ) +("insurability" ((nn -11.747) ) () ) +("insurance" ((nn -6.262) (nnp -7.292) ) () ) +("insurance-company" ((nn -11.054) ) () ) +("insurance-cost" ((jj -10.971) ) () ) +("insurance-industry" ((nn -11.054) ) () ) +("insurance-rate" ((jj -10.971) ) () ) +("insurance-reform" ((nn -11.054) ) () ) +("insure" ((vb -8.532) (vbp -8.674) ) () ) +("insured" ((jj -8.332) (nn -11.747) (vbd -10.291) (vbn -6.677) ) () ) +("insurer" ((nn -8.414) ) () ) +("insurers" ((nnp -10.304) (nns -6.941) ) () ) +("insures" ((vbz -9.233) ) () ) +("insurgents" ((nns -10.255) ) () ) +("insuring" ((vbg -8.440) ) () ) +("insurrection" ((nn -11.747) ) () ) +("intact" ((jj -9.025) ) () ) +("intangible" ((jj -9.362) (nn -11.747) ) () ) +("intech" ((nnp -11.403) ) () ) +("integra" ((nnp -10.709) ) () ) +("integra-a" ((nnp -11.403) ) () ) +("integral" ((jj -10.971) ) () ) +("integrate" ((vb -9.448) ) () ) +("integrated" ((jj -8.892) (nnp -7.819) (vbn -7.370) ) () ) +("integrated-circuit" ((jj -10.971) ) () ) +("integrated-steel" ((nn -11.747) ) () ) +("integrating" ((vbg -8.153) ) () ) +("integration" ((nn -9.108) ) () ) +("integrity" ((nn -9.262) ) () ) +("intel" ((nnp -7.395) ) () ) +("intellect" ((nn -11.747) ) () ) +("intellectual" ((jj -8.774) (nn -11.747) ) () ) +("intellectually" ((rb -10.299) ) () ) +("intellectuals" ((nns -9.157) ) () ) +("intelligence" ((nn -7.985) (nnp -8.458) ) () ) +("intelligent" ((jj -9.872) ) () ) +("intelogic" ((nnp -8.763) ) () ) +("intelsat" ((nnp -11.403) ) () ) +("intend" ((vb -8.062) (vbp -7.575) ) () ) +("intended" ((jj -10.278) (vbd -7.652) (vbn -6.454) ) () ) +("intends" ((vbz -6.263) ) () ) +("intense" ((jj -7.445) ) () ) +("intensely" ((rb -8.508) ) () ) +("intensified" ((jj -10.971) (vbd -10.291) (vbn -9.855) ) () ) +("intensifier" ((nn -11.747) ) () ) +("intensify" ((vb -8.196) ) () ) +("intensifying" ((jj -10.971) (vbg -7.930) ) () ) +("intensity" ((nn -9.667) ) () ) +("intensive" ((jj -9.585) ) () ) +("intent" ((jj -10.278) (nn -8.656) ) () ) +("intention" ((nn -8.974) ) () ) +("intentional" ((jj -10.278) ) () ) +("intentionally" ((rb -9.201) ) () ) +("intentioned" ((jj -10.971) ) () ) +("intentions" ((nns -8.751) ) () ) +("inter" ((nnp -10.304) ) () ) +("inter-american" ((jj -10.971) ) () ) +("inter-bank" ((jj -10.971) ) () ) +("inter-city" ((jj -10.971) ) () ) +("inter-company" ((jj -10.971) ) () ) +("inter-office" ((jj -10.971) ) () ) +("interactive" ((jj -10.278) ) () ) +("interbank" ((jj -9.585) (nn -9.182) (nnp -9.205) ) () ) +("interceded" ((vbd -10.291) ) () ) +("intercepted" ((vbn -9.855) ) () ) +("intercepting" ((vbg -9.539) ) () ) +("interchangeable" ((jj -10.971) ) () ) +("interco" ((nnp -10.709) ) () ) +("intercollegiate" ((jj -10.971) ) () ) +("intercompany" ((nn -11.747) ) () ) +("interconnect" ((vb -10.141) ) () ) +("interconnected" ((vbn -9.855) ) () ) +("intercontinental" ((nnp -11.403) ) () ) +("intercorporate" ((jj -10.971) ) () ) +("interdependence" ((nn -11.747) ) () ) +("interest" ((nn -5.370) (nnp -9.793) (vb -10.141) ) () ) +("interest-bearing" ((jj -10.278) ) () ) +("interest-deferred" ((jj -10.971) ) () ) +("interest-free" ((jj -9.872) ) () ) +("interest-rate" ((jj -8.774) (nn -8.611) ) () ) +("interest-rate-sensitive" ((jj -10.971) ) () ) +("interest-rate-type" ((jj -10.971) ) () ) +("interested" ((jj -7.210) (vbn -7.022) ) () ) +("interesting" ((jj -7.975) ) () ) +("interestingly" ((rb -10.299) ) () ) +("interestrate" ((nn -11.054) ) () ) +("interests" ((nns -6.169) (vbz -9.926) ) () ) +("interface" ((nnp -11.403) ) () ) +("interfere" ((vb -7.944) ) () ) +("interfered" ((vbd -10.291) ) () ) +("interference" ((nn -10.360) ) () ) +("interferes" ((vbz -9.926) ) () ) +("interfering" ((vbg -9.539) ) () ) +("interferon" ((nnp -10.016) ) () ) +("intergenerational" ((jj -10.971) ) () ) +("intergovernmental" ((jj -10.971) ) () ) +("intergraph" ((nnp -11.403) ) () ) +("intergrated-steel" ((nn -11.747) ) () ) +("intergroup" ((nnp -9.611) ) () ) +("interhome" ((nnp -10.709) ) () ) +("interim" ((jj -8.332) (nn -11.054) ) () ) +("interior" ((jj -9.585) (nn -10.360) (nnp -9.611) ) () ) +("interior-decorating" ((jj -10.971) ) () ) +("interior-furnishings" ((nns -10.949) ) () ) +("interiors" ((nns -9.562) ) () ) +("interjects" ((vbz -9.926) ) () ) +("interlake" ((nnp -11.403) ) () ) +("interleukin-4" ((nn -11.054) ) () ) +("interloping" ((vbg -9.539) ) () ) +("interlude" ((nn -11.747) ) () ) +("intermarket" ((jj -10.971) ) () ) +("intermec" ((nnp -10.709) ) () ) +("intermedia" ((nnp -11.403) ) () ) +("intermediaries" ((nns -10.255) ) () ) +("intermediate" ((jj -9.362) (nnp -9.323) ) () ) +("intermediate-range" ((jj -10.971) ) () ) +("intermediate-term" ((jj -10.278) ) () ) +("intermission" ((nn -11.054) ) () ) +("intermittent" ((jj -10.278) ) () ) +("intermixed" ((vbd -10.291) ) () ) +("intermoda" ((nnp -10.709) ) () ) +("internal" ((jj -6.781) (nnp -9.100) ) () ) +("internally" ((rb -10.299) ) () ) +("international" ((jj -5.928) (nnp -5.853) ) () ) +("international-money-markets" ((nn -11.747) ) () ) +("internationale" ((nnp -10.709) ) () ) +("internationalists" ((nns -10.949) ) () ) +("internationalization" ((nn -11.054) ) () ) +("internationally" ((rb -8.508) ) () ) +("internatonal" ((nnp -11.403) ) () ) +("internet" ((nn -11.747) (nnp -11.403) ) () ) +("internment" ((nn -11.054) ) () ) +("interpret" ((vb -8.196) ) () ) +("interpretation" ((nn -9.444) ) () ) +("interpretations" ((nns -9.850) ) () ) +("interpreted" ((vbd -8.905) (vbn -7.658) ) () ) +("interpreter" ((nn -11.054) ) () ) +("interpreting" ((vbg -9.539) ) () ) +("interprets" ((vbz -9.926) ) () ) +("interprovincial" ((jj -10.971) (nnp -9.005) ) () ) +("interpublic" ((nnp -8.838) ) () ) +("interrelated" ((jj -10.971) ) () ) +("interrogated" ((vbn -9.162) ) () ) +("interrogation" ((nn -11.747) ) () ) +("interrogator" ((nn -11.747) ) () ) +("interrogators" ((nns -10.949) ) () ) +("interrupt" ((vb -10.141) ) () ) +("interrupted" ((jj -10.278) (vbn -9.162) ) () ) +("interrupting" ((vbg -8.440) ) () ) +("interruption" ((nn -11.054) ) () ) +("intersection" ((nn -11.747) ) () ) +("intersections" ((nns -10.949) ) () ) +("interspec" ((nnp -10.709) ) () ) +("interspersed" ((vbn -9.855) ) () ) +("intersperses" ((vbz -9.926) ) () ) +("interstate" ((jj -8.332) (nn -10.648) (nnp -7.937) ) () ) +("interstates" ((nns -9.562) ) () ) +("intertan" ((nnp -11.403) ) () ) +("intertech" ((nnp -10.709) ) () ) +("intertitles" ((nns -10.949) ) () ) +("intertwined" ((vbn -9.162) ) () ) +("intervals" ((nns -9.850) ) () ) +("intervene" ((vb -8.062) ) () ) +("intervened" ((vbd -8.681) (vbn -9.855) ) () ) +("intervening" ((vbg -8.440) ) () ) +("intervention" ((nn -9.108) ) () ) +("interventionists" ((nns -10.949) ) () ) +("interventions" ((nns -10.255) ) () ) +("interview" ((nn -7.340) (vb -10.141) ) () ) +("interviewed" ((vbd -8.345) (vbn -7.553) ) () ) +("interviewer" ((nn -11.747) ) () ) +("interviewing" ((vbg -8.846) ) () ) +("interviews" ((nns -8.384) ) () ) +("interviu" ((nnp -11.403) ) () ) +("interwar" ((jj -10.971) ) () ) +("inti" ((nn -11.747) ) () ) +("intifadah" ((nn -11.747) ) () ) +("intimacy" ((nn -11.747) ) () ) +("intimate" ((jj -9.872) (vb -10.141) ) () ) +("intimately" ((rb -10.299) ) () ) +("intimidated" ((vbn -9.855) ) () ) +("intimidating" ((vbg -9.539) ) () ) +("intimidation" ((nn -10.648) ) () ) +("intitiative" ((nn -11.747) ) () ) +("intl" ((nnp -11.403) ) () ) +("into" ((in -4.164) (nnp -11.403) ) () ) +("intolerable" ((jj -9.585) ) () ) +("intolerably" ((rb -9.606) ) () ) +("intolerance" ((nn -11.747) ) () ) +("intonation" ((nn -11.747) ) () ) +("intones" ((vbz -9.926) ) () ) +("intoxicated" ((jj -10.971) ) () ) +("intoxication" ((nn -11.747) ) () ) +("intra-administration" ((jj -10.971) ) () ) +("intra-european" ((jj -10.971) ) () ) +("intracompany" ((jj -10.971) ) () ) +("intractable" ((jj -10.278) ) () ) +("intraday" ((jj -9.585) (nn -11.054) ) () ) +("intraocular" ((jj -10.971) ) () ) +("intrastate" ((jj -10.971) ) () ) +("intravenous" ((jj -10.971) ) () ) +("intrepid" ((nnp -11.403) ) () ) +("intricate" ((jj -9.872) ) () ) +("intrigue" ((nn -10.648) ) () ) +("intrigued" ((vbn -9.855) ) () ) +("intrigues" ((nns -10.949) ) () ) +("intriguing" ((jj -9.179) ) () ) +("intriguingly" ((rb -10.299) ) () ) +("intrinsic" ((jj -10.278) ) () ) +("introduce" ((vb -6.846) ) () ) +("introduced" ((vbd -6.825) (vbn -6.027) ) () ) +("introduces" ((vbz -9.233) ) () ) +("introducing" ((vbg -7.054) ) () ) +("introduction" ((nn -8.751) ) () ) +("introductions" ((nns -10.255) ) () ) +("introverted" ((jj -10.971) ) () ) +("intrude" ((vbp -9.367) ) () ) +("intruder" ((nn -10.360) ) () ) +("intrusion" ((nn -10.137) ) () ) +("intuition" ((nn -10.648) ) () ) +("intuitive" ((jj -10.971) ) () ) +("inundated" ((vbn -8.757) ) () ) +("invade" ((vb -8.755) (vbp -9.367) ) () ) +("invaded" ((vbd -9.192) ) () ) +("invaders" ((nns -10.949) ) () ) +("invalid" ((jj -10.971) ) () ) +("invalidated" ((vbd -10.291) ) () ) +("invariably" ((rb -8.508) ) () ) +("invasion" ((nn -11.747) ) () ) +("invent" ((vb -9.448) ) () ) +("invented" ((vbd -8.345) (vbn -8.757) ) () ) +("inventing" ((vbg -9.539) ) () ) +("invention" ((nn -10.648) ) () ) +("inventions" ((nns -10.949) ) () ) +("inventiveness" ((nn -11.747) ) () ) +("inventor" ((nn -10.137) (nnp -11.403) ) () ) +("inventories" ((nns -7.285) ) () ) +("inventors" ((nns -10.255) ) () ) +("inventory" ((nn -8.702) ) () ) +("invercon" ((nnp -11.403) ) () ) +("inverse" ((jj -10.971) (nn -11.747) ) () ) +("inversely" ((rb -9.606) ) () ) +("inverted" ((jj -10.971) (vbn -9.855) ) () ) +("invest" ((vb -6.504) (vbp -7.421) ) () ) +("investcorp" ((nnp -10.709) ) () ) +("invested" ((vbd -8.499) (vbn -6.488) ) () ) +("investigate" ((vb -7.657) ) () ) +("investigated" ((vbd -9.598) (vbn -8.246) ) () ) +("investigates" ((vbz -9.233) ) () ) +("investigating" ((vbg -6.831) ) () ) +("investigation" ((nn -7.620) (nnp -9.323) ) () ) +("investigational" ((jj -9.872) ) () ) +("investigations" ((nns -8.551) ) () ) +("investigative" ((jj -9.362) ) () ) +("investigative-reporting" ((nn -11.747) ) () ) +("investigator" ((nn -9.801) ) () ) +("investigators" ((nns -8.058) ) () ) +("investing" ((1 -4.727) (nn -9.182) (vbg -6.448) ) () ) +("investment" ((nn -5.585) (nnp -7.098) ) () ) +("investment-bank" ((jj -10.971) ) () ) +("investment-banking" ((jj -9.872) (nn -10.137) ) () ) +("investment-counseling" ((jj -10.971) ) () ) +("investment-grade" ((jj -7.880) ) () ) +("investment-house" ((nn -11.747) ) () ) +("investment-newsletter" ((nn -11.747) ) () ) +("investments" ((nnp -8.838) (nnps -5.649) (nns -6.169) ) () ) +("investor" ((nn -6.605) (nnp -8.838) ) () ) +("investor-owned" ((jj -10.971) ) () ) +("investors" ((nnp -8.458) (nnps -4.510) (nns -4.456) ) () ) +("invests" ((vbz -8.540) ) () ) +("inveterate" ((jj -10.971) ) () ) +("invidious" ((jj -10.971) ) () ) +("invincible" ((jj -10.278) ) () ) +("invisible" ((jj -9.872) ) () ) +("invitation" ((nn -10.360) ) () ) +("invitations" ((nns -10.949) ) () ) +("invite" ((vb -9.448) ) () ) +("invited" ((vbd -8.905) (vbn -7.553) ) () ) +("invites" ((vbz -8.540) ) () ) +("inviting" ((vbg -8.153) ) () ) +("invoices" ((nns -10.949) ) () ) +("invoicing" ((nn -11.747) ) () ) +("invoke" ((vb -9.043) ) () ) +("invoked" ((vbd -10.291) (vbn -9.855) ) () ) +("invoking" ((vbg -8.846) ) () ) +("involuntarily" ((rb -10.299) ) () ) +("involve" ((vb -7.050) (vbp -7.757) ) () ) +("involved" ((jj -8.669) (vbd -7.652) (vbn -5.413) ) () ) +("involvement" ((nn -8.569) ) () ) +("involves" ((vbz -7.093) ) () ) +("involving" ((vbg -5.532) ) () ) +("inward" ((rb -10.299) ) () ) +("inward-looking" ((jj -10.971) ) () ) +("inwardly" ((rb -10.299) ) () ) +("io" ((nnp -10.709) ) () ) +("iota" ((nn -11.054) ) () ) +("ious" ((nns -9.562) ) () ) +("iowa" ((nnp -8.184) ) () ) +("iq" ((nnp -11.403) ) () ) +("ira" ((nnp -8.694) ) () ) +("iran" ((nnp -9.005) ) () ) +("iran-contra" ((nnp -9.205) ) () ) +("iranian" ((jj -9.179) (nnp -10.709) ) () ) +("iranians" ((nnps -7.729) ) () ) +("iranu.s" ((nnp -11.403) ) () ) +("iraq" ((nnp -9.793) ) () ) +("iraqi" ((jj -10.971) ) () ) +("iras" ((nnps -7.036) (nns -9.003) ) () ) +("ire" ((nn -11.747) ) () ) +("ireland" ((nnp -8.918) ) () ) +("irian" ((nnp -11.403) ) () ) +("irina" ((nnp -11.403) ) () ) +("irises" ((nns -9.850) ) () ) +("irish" ((jj -7.975) (nnp -10.709) ) () ) +("irish-soviet" ((jj -10.278) ) () ) +("irk" ((vb -10.141) ) () ) +("irked" ((vbd -10.291) (vbn -9.162) ) () ) +("irksome" ((jj -10.971) ) () ) +("iron" ((nn -9.667) (nnp -8.838) (vb -10.141) ) () ) +("ironclad" ((jj -10.971) ) () ) +("ironfist" ((nn -11.747) ) () ) +("ironic" ((jj -9.362) ) () ) +("ironically" ((rb -8.508) ) () ) +("ironies" ((nns -10.949) ) () ) +("irons" ((nns -10.949) ) () ) +("ironweed" ((nn -11.747) ) () ) +("irony" ((nn -9.801) ) () ) +("irrational" ((jj -9.872) ) () ) +("irregularities" ((nns -9.339) ) () ) +("irrelevant" ((jj -9.362) ) () ) +("irreparable" ((jj -10.971) ) () ) +("irreparably" ((rb -10.299) ) () ) +("irreplaceable" ((jj -10.971) ) () ) +("irrepressible" ((jj -10.971) ) () ) +("irresistable" ((jj -10.971) ) () ) +("irresistible" ((jj -9.872) ) () ) +("irrespective" ((rb -10.299) ) () ) +("irresponsible" ((jj -9.025) ) () ) +("irresponsibly" ((rb -9.606) ) () ) +("irreverent" ((jj -10.971) ) () ) +("irrevocable" ((jj -10.971) ) () ) +("irritated" ((jj -10.971) ) () ) +("irritates" ((vbz -9.233) ) () ) +("irritation" ((nn -10.648) ) () ) +("irs" ((nnp -7.395) ) () ) +("irvine" ((nnp -9.323) ) () ) +("irving" ((nnp -9.005) ) () ) +("irwin" ((nnp -10.709) ) () ) +("is" ((nnp -11.403) (vbz -1.138) ) () ) +("isaac" ((nnp -10.016) ) () ) +("isabella" ((nn -11.747) (nnp -10.016) ) () ) +("isabelle" ((nnp -11.403) ) () ) +("isacsson" ((nnp -11.403) ) () ) +("isadore" ((nnp -11.403) ) () ) +("isaly" ((nnp -11.403) ) () ) +("isetan" ((nnp -10.304) ) () ) +("isi" ((nnp -9.100) ) () ) +("isikoff" ((nnp -11.403) ) () ) +("islam" ((nnp -11.403) ) () ) +("islamabad" ((nnp -11.403) ) () ) +("islamic" ((jj -9.872) (nnp -11.403) ) () ) +("island" ((nn -9.549) (nnp -8.407) ) () ) +("island-fantasy" ((jj -10.971) ) () ) +("islander" ((nnp -10.709) ) () ) +("islanders" ((nnps -7.729) ) () ) +("islands" ((nnp -10.304) (nnps -7.036) (nns -9.562) (vbz -9.926) ) () ) +("isle" ((nnp -10.016) ) () ) +("isler" ((nnp -9.611) ) () ) +("ismail" ((nnp -11.403) ) () ) +("ismaili" ((nnp -11.403) ) () ) +("isoda" ((nnp -11.403) ) () ) +("isolate" ((vbp -9.367) ) () ) +("isolated" ((jj -10.971) (vbd -9.192) (vbn -7.658) ) () ) +("isolates" ((vbz -9.926) ) () ) +("isolation" ((nn -10.137) ) () ) +("isosceles" ((nnp -11.403) ) () ) +("israel" ((nnp -7.665) ) () ) +("israeli" ((jj -8.774) (nnp -10.016) ) () ) +("israeli-occupied" ((jj -10.278) ) () ) +("israeli-palestinian" ((jj -9.872) ) () ) +("israelis" ((nnps -7.036) ) () ) +("issam" ((nnp -11.403) ) () ) +("issuance" ((nn -9.444) ) () ) +("issue" ((nn -5.820) (vb -6.645) (vbp -8.674) ) () ) +("issued" ((jj -10.971) (vbd -6.577) (vbn -5.621) ) () ) +("issuer" ((nn -9.549) ) () ) +("issuers" ((nns -9.003) ) () ) +("issues" ((nnp -11.403) (nnps -6.119) (nns -5.174) (vbz -9.926) ) () ) +("issuing" ((nn -11.747) (vbg -6.974) ) () ) +("istat" ((nnp -10.016) ) () ) +("isthmus" ((nn -11.747) ) () ) +("istituto" ((nnp -10.709) ) () ) +("isuzu" ((nnp -10.709) ) () ) +("it" ((nnp -11.403) (prp -1.484) ) () ) +("itagaki" ((nnp -11.403) ) () ) +("italia" ((nnp -11.403) ) () ) +("italian" ((jj -7.537) (nnp -11.403) ) () ) +("italian-led" ((jj -10.971) ) () ) +("italiana" ((nnp -11.403) ) () ) +("italianate" ((jj -10.971) ) () ) +("italy" ((nnp -7.511) ) () ) +("itc" ((nnp -10.016) ) () ) +("itel" ((nnp -10.016) ) () ) +("item" ((nn -9.549) ) () ) +("itemize" ((vb -10.141) ) () ) +("items" ((nns -6.805) ) () ) +("iteration" ((nn -11.747) ) () ) +("itinerary" ((nn -11.747) ) () ) +("ito" ((nnp -10.709) ) () ) +("itoh" ((nnp -10.709) ) () ) +("its" ((prp -1.931) (jj -1.2) ) () ) +("itself" ((prp -5.110) ) () ) +("itt" ((nnp -8.512) ) () ) +("ittleson" ((nnp -10.709) ) () ) +("itzhak" ((nnp -11.403) ) () ) +("iv" ((nnp -10.709) ) () ) +("ivan" ((nnp -9.005) ) () ) +("ivern" ((nnp -11.403) ) () ) +("iverson" ((nnp -10.304) ) () ) +("ivey" ((nnp -11.403) ) () ) +("ivory" ((jj -10.971) (nn -9.444) (nnp -9.457) ) () ) +("ivy" ((nnp -10.709) ) () ) +("iwai" ((nnp -10.016) ) () ) +("ixl" ((nnp -11.403) ) () ) +("izquierda" ((nnp -11.403) ) () ) +("izvestia" ((nnp -9.611) ) () ) +("j" ((nnp -11.403) ) () ) +("j&l" ((nn -11.747) (nnp -11.403) ) () ) +("j'ai" ((fw -5.416) ) () ) +("j." ((nnp -6.711) ) () ) +("j.b." ((nnp -11.403) ) () ) +("j.c." ((nnp -9.457) ) () ) +("j.d." ((nnp -10.304) ) () ) +("j.e." ((nnp -11.403) ) () ) +("j.f." ((nnp -11.403) ) () ) +("j.l." ((nnp -10.709) ) () ) +("j.m." ((nnp -11.403) ) () ) +("j.p." ((nnp -9.005) ) () ) +("j.r." ((nnp -11.403) ) () ) +("j.v" ((nnp -11.403) ) () ) +("j.v." ((nnp -11.403) ) () ) +("j.w." ((nnp -11.403) ) () ) +("j.x." ((nnp -11.403) ) () ) +("j.y." ((nnp -11.403) ) () ) +("jaap" ((nnp -11.403) ) () ) +("jab" ((nn -11.747) ) () ) +("jabs" ((nns -10.949) ) () ) +("jachmann" ((nnp -10.709) ) () ) +("jack" ((nn -11.747) (nnp -7.689) (vb -10.141) ) () ) +("jackals" ((nns -10.949) ) () ) +("jacked" ((vbd -10.291) (vbn -9.855) ) () ) +("jacket" ((nn -11.054) ) () ) +("jackets" ((nns -9.157) ) () ) +("jackhammers" ((nns -10.949) ) () ) +("jacki" ((nnp -11.403) ) () ) +("jackie" ((nnp -9.205) ) () ) +("jacking" ((vbg -8.846) ) () ) +("jackson" ((nnp -8.838) ) () ) +("jaclyn" ((nnp -11.403) ) () ) +("jacob" ((nnp -9.793) ) () ) +("jacobs" ((nnp -9.611) ) () ) +("jacobsen" ((nnp -11.403) ) () ) +("jacobson" ((nnp -8.311) ) () ) +("jacqueline" ((nnp -11.403) ) () ) +("jacques" ((nnp -9.793) ) () ) +("jacques-francois" ((nnp -11.403) ) () ) +("jacuzzi" ((nn -11.747) ) () ) +("jaded" ((jj -10.971) ) () ) +("jaffe" ((nnp -11.403) ) () ) +("jaffray" ((nnp -9.457) ) () ) +("jager" ((nnp -11.403) ) () ) +("jagry" ((nnp -11.403) ) () ) +("jaguar" ((nn -11.747) (nnp -7.098) ) () ) +("jaguar-gm" ((nnp -10.709) ) () ) +("jahn" ((nnp -10.709) ) () ) +("jail" ((nn -8.974) ) () ) +("jailed" ((jj -10.971) (vbd -10.291) (vbn -8.063) ) () ) +("jailhouse" ((nn -11.747) ) () ) +("jails" ((nns -10.949) ) () ) +("jake" ((nn -11.747) (nnp -10.016) ) () ) +("jalaalwalikraam" ((nnp -11.403) ) () ) +("jalalabad" ((nnp -11.403) ) () ) +("jam" ((nn -10.648) (vb -10.141) ) () ) +("jamaica" ((nnp -9.205) ) () ) +("jamaican" ((jj -9.179) ) () ) +("jamboree" ((nn -11.747) ) () ) +("james" ((nnp -6.199) ) () ) +("jamie" ((nnp -9.793) ) () ) +("jammed" ((jj -10.971) (vbd -9.192) (vbn -9.162) ) () ) +("jamming" ((nn -11.054) ) () ) +("jams" ((nns -9.562) ) () ) +("jan" ((nnp -9.323) ) () ) +("jan." ((nn -11.747) (nnp -7.665) (vb -10.141) ) () ) +("janachowski" ((nnp -10.709) ) () ) +("jane" ((nnp -10.304) ) () ) +("janesville" ((nnp -11.403) ) () ) +("janet" ((nnp -10.016) ) () ) +("janice" ((nnp -11.403) ) () ) +("janlori" ((nnp -11.403) ) () ) +("janney" ((nnp -11.403) ) () ) +("jansz." ((nnp -11.403) ) () ) +("january" ((nnp -6.937) ) () ) +("january-june" ((jj -10.971) ) () ) +("janus" ((nnp -10.709) ) () ) +("japan" ((nnp -5.647) ) () ) +("japan-u.s" ((nnp -11.403) ) () ) +("japanese" ((jj -5.148) (nnp -8.407) (nnps -4.551) (nns -9.157) (vbp -9.367) ) () ) +("japanese-american" ((jj -10.971) ) () ) +("japanese-americans" ((nnps -7.729) (nns -10.949) ) () ) +("japanese-managed" ((jj -10.971) ) () ) +("japanese-owned" ((jj -10.278) ) () ) +("japanese-style" ((jj -10.971) ) () ) +("japanese-supplied" ((jj -10.971) ) () ) +("jaques" ((nnp -11.403) ) () ) +("jar" ((nn -11.747) ) () ) +("jardine" ((nnp -10.709) ) () ) +("jargon" ((nn -11.054) ) () ) +("jarrell" ((nnp -11.403) ) () ) +("jarrett" ((nnp -10.304) ) () ) +("jarring" ((jj -10.971) (vbg -9.539) ) () ) +("jars" ((nns -10.949) ) () ) +("jarvis" ((nnp -10.709) ) () ) +("jasmine" ((nn -11.747) ) () ) +("jason" ((nnp -10.709) ) () ) +("jasper" ((nnp -10.709) ) () ) +("jath" ((nnp -11.403) ) () ) +("jaunts" ((nns -10.949) ) () ) +("jaw" ((nn -11.747) ) () ) +("jaworski" ((nnp -10.304) ) () ) +("jay" ((nnp -8.569) ) () ) +("jaya" ((nnp -11.403) ) () ) +("jays" ((nnps -7.729) ) () ) +("jazz" ((nn -9.667) ) () ) +("jazz-piano" ((jj -10.971) ) () ) +("jazzy" ((jj -10.971) ) () ) +("jckc" ((nnp -11.403) ) () ) +("jcp" ((nnp -11.403) ) () ) +("jealous" ((jj -10.278) ) () ) +("jealously" ((rb -9.201) ) () ) +("jealousy" ((nn -10.648) ) () ) +("jean" ((nnp -9.793) ) () ) +("jean-jacques" ((nnp -11.403) ) () ) +("jean-pascal" ((nnp -11.403) ) () ) +("jean-pierre" ((nnp -10.709) ) () ) +("jeancourt-galignani" ((nnp -10.304) ) () ) +("jeane" ((nnp -11.403) ) () ) +("jeanene" ((nnp -11.403) ) () ) +("jeanette" ((nnp -11.403) ) () ) +("jeans" ((nns -9.339) ) () ) +("jeb" ((nnp -10.709) ) () ) +("jeep" ((nn -10.648) (nnp -10.709) ) () ) +("jeep-eagle" ((nnp -11.403) ) () ) +("jeeps" ((nns -10.949) ) () ) +("jeff" ((nnp -8.838) ) () ) +("jefferies" ((nnp -9.205) ) () ) +("jefferson" ((nnp -10.016) ) () ) +("jeffersons" ((nnps -7.729) ) () ) +("jeffery" ((nnp -11.403) ) () ) +("jeffrey" ((nnp -8.569) ) () ) +("jeffry" ((nnp -11.403) ) () ) +("jekyll" ((nnp -11.403) ) () ) +("jelenic" ((nnp -11.403) ) () ) +("jelinski" ((nnp -11.403) ) () ) +("jell-o" ((nnp -11.403) ) () ) +("jelled" ((vbd -9.598) ) () ) +("jellison" ((nnp -11.403) ) () ) +("jenco" ((nnp -10.709) ) () ) +("jenks" ((nnp -10.709) ) () ) +("jennifer" ((nnp -10.016) ) () ) +("jennison" ((nnp -9.793) ) () ) +("jenrette" ((nnp -8.267) ) () ) +("jens-uwe" ((nnp -11.403) ) () ) +("jeopardize" ((vb -9.043) ) () ) +("jeopardized" ((vbn -9.855) ) () ) +("jeopardizes" ((vbz -9.233) ) () ) +("jeopardizing" ((vbg -8.846) ) () ) +("jeopardy" ((nn -10.648) (nnp -11.403) ) () ) +("jepson" ((nnp -11.403) ) () ) +("jerald" ((nnp -11.403) ) () ) +("jerell" ((nnp -9.793) ) () ) +("jeremiah" ((nnp -10.709) ) () ) +("jeremy" ((nnp -10.304) ) () ) +("jerked" ((vbn -9.162) ) () ) +("jerome" ((nnp -9.611) ) () ) +("jerral" ((nnp -11.403) ) () ) +("jerritts" ((nnp -10.709) ) () ) +("jerrold" ((nnp -11.403) ) () ) +("jerry" ((nnp -8.569) ) () ) +("jersey" ((nnp -7.689) ) () ) +("jersey-based" ((jj -10.971) ) () ) +("jersey-salem" ((nnp -11.403) ) () ) +("jerusalem" ((nnp -10.016) ) () ) +("jesperson" ((nnp -10.709) ) () ) +("jesse" ((nnp -10.709) ) () ) +("jessica" ((nnp -11.403) ) () ) +("jest" ((nn -11.054) ) () ) +("jester" ((nn -11.747) ) () ) +("jet" ((nn -8.913) (nnp -11.403) ) () ) +("jetliner" ((nn -9.801) ) () ) +("jetliners" ((nns -9.339) ) () ) +("jets" ((nns -9.339) ) () ) +("jettisoning" ((vbg -8.440) ) () ) +("jetty" ((nn -11.747) ) () ) +("jeux" ((fw -5.416) ) () ) +("jew" ((nnp -10.304) ) () ) +("jewboy" ((nn -11.747) ) () ) +("jewel" ((nn -11.054) (nnp -11.403) ) () ) +("jeweler" ((nn -10.648) ) () ) +("jewelers" ((nnp -11.403) (nnps -5.783) ) () ) +("jewelery" ((nn -11.747) (nnp -11.403) ) () ) +("jewelry" ((nn -9.549) ) () ) +("jewels" ((nns -10.949) ) () ) +("jewish" ((jj -8.138) (nnp -11.403) ) () ) +("jews" ((nnps -5.783) (nns -10.949) ) () ) +("jh" ((nnp -11.403) ) () ) +("jiang" ((nnp -10.709) ) () ) +("jiangsu" ((nnp -11.403) ) () ) +("jibril" ((nnp -11.403) ) () ) +("jiggling" ((vbg -9.539) ) () ) +("jihad" ((nnp -10.709) ) () ) +("jihong" ((nnp -11.403) ) () ) +("jill" ((nnp -11.403) ) () ) +("jim" ((nnp -8.224) ) () ) +("jimenez" ((nnp -11.403) ) () ) +("jimmy" ((nnp -10.016) ) () ) +("jindo" ((nnp -11.403) ) () ) +("jinks" ((nns -10.949) ) () ) +("jinshajiang" ((nnp -11.403) ) () ) +("jinxed" ((vbn -9.855) ) () ) +("jiotto" ((nnp -11.403) ) () ) +("jitters" ((nns -8.869) ) () ) +("jittery" ((jj -8.892) ) () ) +("jkd" ((nnp -11.403) ) () ) +("joan" ((nnp -9.611) ) () ) +("joann" ((nnp -11.403) ) () ) +("joanna" ((nnp -11.403) ) () ) +("joanne" ((nnp -11.403) ) () ) +("joaquin" ((nnp -10.709) ) () ) +("job" ((nn -6.951) (nnp -11.403) ) () ) +("job-classification" ((nn -11.747) ) () ) +("job-rating" ((jj -10.971) ) () ) +("jobless" ((jj -9.362) ) () ) +("joblessness" ((nn -11.747) ) () ) +("jobs" ((nnp -9.323) (nns -6.579) ) () ) +("jocelyn" ((nnp -11.403) ) () ) +("jockeys" ((nns -10.949) ) () ) +("jodi" ((nnp -11.403) ) () ) +("joe" ((nnp -8.918) ) () ) +("joel" ((nnp -9.205) ) () ) +("joerg" ((nnp -11.403) ) () ) +("joey" ((nnp -10.709) ) () ) +("joffrey" ((nnp -10.709) ) () ) +("jogging" ((nn -11.747) ) () ) +("johanna" ((nnp -11.403) ) () ) +("johanson" ((nnp -11.403) ) () ) +("john" ((nnp -5.893) ) () ) +("johnny" ((nnp -11.403) ) () ) +("johns" ((nnp -9.793) ) () ) +("johnson" ((nnp -7.154) ) () ) +("johnson-era" ((nn -11.747) ) () ) +("johnston" ((nnp -10.304) ) () ) +("johnstone" ((nnp -10.709) ) () ) +("johnstown" ((nnp -10.304) ) () ) +("join" ((vb -6.615) (vbp -8.674) ) () ) +("joined" ((vbd -6.857) (vbn -7.370) ) () ) +("joining" ((vbg -6.448) ) () ) +("joins" ((vbz -7.528) ) () ) +("joint" ((jj -6.262) (nn -9.667) (nnp -9.793) ) () ) +("joint-research" ((jj -10.971) ) () ) +("joint-venture" ((jj -9.362) (nn -10.648) ) () ) +("jointly" ((rb -6.803) ) () ) +("joints" ((nns -10.949) ) () ) +("joke" ((nn -9.667) (vb -10.141) ) () ) +("jokes" ((nns -9.339) (vbz -8.828) ) () ) +("jokingly" ((rb -10.299) ) () ) +("jolas" ((nnp -11.403) ) () ) +("jolla" ((nnp -9.611) ) () ) +("jolly" ((jj -10.971) ) () ) +("jolt" ((nn -10.648) (vb -8.532) ) () ) +("jolted" ((vbd -9.192) (vbn -8.469) ) () ) +("jolts" ((nns -9.339) ) () ) +("jon" ((nnp -8.694) ) () ) +("jonathan" ((nnp -8.918) ) () ) +("jones" ((nnp -5.775) ) () ) +("joni" ((nnp -10.709) ) () ) +("jonron" ((fw -5.416) ) () ) +("jordan" ((nnp -9.611) ) () ) +("jos." ((nnp -10.709) ) () ) +("jose" ((nnp -8.838) ) () ) +("joseph" ((nnp -7.665) ) () ) +("josephine" ((nnp -10.016) ) () ) +("josh" ((nnp -10.304) ) () ) +("joshua" ((nnp -10.709) ) () ) +("jostle" ((vbp -9.367) ) () ) +("jotaro" ((nnp -11.403) ) () ) +("jour" ((fw -4.723) ) () ) +("journal" ((nn -9.182) (nnp -6.702) ) () ) +("journalism" ((nn -9.667) (nnp -10.709) ) () ) +("journalist" ((nn -9.667) ) () ) +("journalistic" ((jj -9.872) ) () ) +("journalists" ((nnps -7.729) (nns -8.176) ) () ) +("journals" ((nnps -7.729) (nns -10.949) ) () ) +("journey" ((nn -10.360) (nnp -11.403) ) () ) +("jousting" ((vbg -8.846) ) () ) +("jovanovich" ((nnp -11.403) ) () ) +("jovial" ((jj -10.971) ) () ) +("jovian" ((jj -9.872) ) () ) +("joy" ((nn -11.054) ) () ) +("joyce" ((nnp -11.403) ) () ) +("joys" ((nns -10.949) ) () ) +("jp" ((nnp -11.403) ) () ) +("jpi" ((nnp -11.403) ) () ) +("jr" ((nnp -9.005) ) () ) +("jr." ((nnp -7.046) ) () ) +("jroe" ((nnp -11.403) ) () ) +("juan" ((nnp -11.403) ) () ) +("jubilant" ((jj -10.971) ) () ) +("judah" ((nnp -11.403) ) () ) +("jude" ((nnp -11.403) ) () ) +("judeo-christian" ((jj -10.971) ) () ) +("judge" ((nn -6.910) (nnp -6.797) (vb -8.350) (vbp -8.268) ) () ) +("judged" ((vbn -8.757) ) () ) +("judges" ((nnp -10.709) (nnps -6.630) (nns -7.260) ) () ) +("judgeships" ((nns -10.255) ) () ) +("judging" ((vbg -7.930) ) () ) +("judgment" ((nn -8.802) ) () ) +("judgmental" ((jj -10.971) ) () ) +("judgments" ((nns -9.003) ) () ) +("judicial" ((jj -7.836) (nnp -10.709) ) () ) +("judicially" ((rb -10.299) ) () ) +("judiciary" ((nn -9.801) (nnp -9.205) ) () ) +("judiciously" ((rb -10.299) ) () ) +("judith" ((nnp -10.016) ) () ) +("judy" ((nnp -10.304) ) () ) +("juge" ((nnp -11.403) ) () ) +("jugend" ((nnp -11.403) ) () ) +("juggernaut" ((nn -11.747) ) () ) +("juggle" ((vb -9.043) ) () ) +("jugglers" ((nns -10.949) ) () ) +("juggling" ((nn -11.054) (vbg -8.846) ) () ) +("jugs" ((nns -9.850) ) () ) +("juice" ((nn -11.747) ) () ) +("juices" ((nns -10.255) ) () ) +("juicy" ((jj -10.971) ) () ) +("juilliard" ((nn -11.747) (nnp -10.304) ) () ) +("jujo" ((nnp -10.304) ) () ) +("jukes" ((nnp -11.403) ) () ) +("jules" ((nnp -11.403) ) () ) +("julia" ((nnp -10.709) ) () ) +("julian" ((nnp -10.709) ) () ) +("juliano" ((nnp -10.304) ) () ) +("julie" ((nnp -11.403) ) () ) +("julius" ((nnp -10.709) ) () ) +("july" ((nnp -6.309) ) () ) +("jumbo" ((jj -8.892) ) () ) +("jumbos" ((nns -9.850) ) () ) +("jump" ((nn -8.611) (vb -7.433) (vbp -8.268) ) () ) +("jumped" ((vbd -5.696) (vbn -8.469) ) () ) +("jumpiness" ((nn -11.747) ) () ) +("jumping" ((nnp -11.403) (vbg -8.153) ) () ) +("jumps" ((nns -9.850) (vbz -9.926) ) () ) +("juncal" ((nnp -11.403) ) () ) +("juncture" ((nn -11.747) ) () ) +("junctures" ((nns -10.949) ) () ) +("june" ((nnp -6.321) ) () ) +("junge" ((nnp -11.403) ) () ) +("jungle" ((nn -10.360) ) () ) +("junior" ((jj -9.179) (nnp -11.403) ) () ) +("junk" ((nn -6.348) (vb -9.448) ) () ) +("junk-bond" ((jj -10.278) (nn -7.918) (nns -10.949) ) () ) +("junk-fund" ((nn -11.054) ) () ) +("junk-holders" ((nns -8.869) ) () ) +("junk-mail" ((jj -10.971) (nn -11.054) ) () ) +("junk-market" ((nn -11.747) ) () ) +("junk-portfolio" ((nn -11.747) ) () ) +("junkbond" ((nn -11.747) ) () ) +("junkbond-financed" ((jj -10.971) ) () ) +("junkets" ((nns -10.255) ) () ) +("junkholders" ((nns -10.949) ) () ) +("junkies" ((nns -10.949) ) () ) +("junkins" ((nnp -10.709) ) () ) +("junkyard" ((nn -11.747) ) () ) +("junor" ((nnp -11.403) ) () ) +("jupiter" ((nnp -9.100) ) () ) +("jupiter-bound" ((jj -10.971) ) () ) +("jurgen" ((nnp -11.403) ) () ) +("juries" ((nns -9.339) ) () ) +("jurisdiction" ((nn -9.349) ) () ) +("jurisdictional" ((jj -10.278) ) () ) +("jurisdictions" ((nns -10.255) ) () ) +("jurisprudence" ((nn -11.054) ) () ) +("jurists" ((nns -10.949) ) () ) +("juror" ((nn -11.054) ) () ) +("jurors" ((nnp -11.403) (nns -7.953) ) () ) +("jury" ((nn -7.456) ) () ) +("just" ((jj -9.179) (rb -3.943) ) () ) +("just-concluded" ((jj -10.971) ) () ) +("just-departed" ((jj -10.971) ) () ) +("just-ended" ((jj -9.872) ) () ) +("just-in-time" ((jj -10.971) ) () ) +("just-picked" ((jj -10.971) ) () ) +("justice" ((nn -9.108) (nnp -6.960) ) () ) +("justices" ((nnp -11.403) (nnps -7.036) (nns -9.157) ) () ) +("justifiable" ((jj -10.278) ) () ) +("justification" ((nn -10.360) ) () ) +("justified" ((jj -9.362) (vbn -8.246) ) () ) +("justifies" ((vbz -8.134) ) () ) +("justify" ((vb -7.502) ) () ) +("justifying" ((vbg -9.539) ) () ) +("justin" ((nnp -8.070) ) () ) +("jutting" ((vbg -8.846) ) () ) +("juvenile" ((jj -10.971) ) () ) +("juxtapose" ((vbp -9.367) ) () ) +("k" ((nn -10.648) (nnp -8.107) ) () ) +("k-h" ((nnp -11.403) ) () ) +("k-resin" ((nn -11.747) ) () ) +("k." ((nnp -9.100) ) () ) +("kabel" ((nnp -10.304) ) () ) +("kabul" ((nnp -8.630) ) () ) +("kacy" ((nnp -11.403) ) () ) +("kader" ((nnp -11.403) ) () ) +("kadonada" ((nnp -11.403) ) () ) +("kafaroff" ((nnp -11.403) ) () ) +("kafka" ((nnp -10.709) ) () ) +("kafkaesque" ((jj -10.971) ) () ) +("kagan" ((nnp -11.403) ) () ) +("kageyama" ((nnp -9.205) ) () ) +("kahan" ((nnp -10.709) ) () ) +("kai" ((nnp -11.403) ) () ) +("kai-shek" ((nnp -11.403) ) () ) +("kaifu" ((nnp -11.403) ) () ) +("kaiser" ((nnp -9.100) ) () ) +("kaisha" ((nnp -11.403) ) () ) +("kaitaia" ((nnp -11.403) ) () ) +("kajima" ((nnp -11.403) ) () ) +("kakita" ((nnp -10.304) ) () ) +("kakumaru" ((nnp -11.403) ) () ) +("kalamazoo" ((nnp -10.304) ) () ) +("kalega" ((nn -11.747) ) () ) +("kalikow" ((nn -11.747) (nnp -9.611) ) () ) +("kalipharma" ((nnp -10.709) ) () ) +("kalison" ((nnp -11.403) ) () ) +("kalmus" ((nnp -10.709) ) () ) +("kamal" ((nnp -11.403) ) () ) +("kamm" ((nnp -10.709) ) () ) +("kamp" ((nnp -9.793) ) () ) +("kan" ((nnp -11.403) ) () ) +("kan." ((nnp -9.323) ) () ) +("kan.-based" ((jj -10.971) ) () ) +("kandahar" ((nnp -10.304) ) () ) +("kane" ((nnp -9.457) ) () ) +("kang" ((nnp -11.403) ) () ) +("kangaroo" ((nn -11.747) (nnp -11.403) ) () ) +("kangyo" ((nnp -9.793) ) () ) +("kann" ((nnp -11.403) ) () ) +("kanon" ((nnp -11.403) ) () ) +("kansas" ((nnp -8.458) ) () ) +("kanska" ((nnp -11.403) ) () ) +("kant" ((nnp -11.403) ) () ) +("kantorei" ((nnp -11.403) ) () ) +("kaolin" ((nnp -11.403) ) () ) +("kaplan" ((nnp -10.709) ) () ) +("karalis" ((nnp -10.304) ) () ) +("karatz" ((nnp -10.016) ) () ) +("karches" ((nnp -11.403) ) () ) +("karen" ((nnp -9.611) ) () ) +("karim" ((nnp -11.403) ) () ) +("karin" ((nnp -11.403) ) () ) +("karl" ((jj -10.971) (nnp -10.304) ) () ) +("karns" ((nnp -10.709) ) () ) +("karo" ((nnp -11.403) ) () ) +("karos" ((nnp -11.403) ) () ) +("karstadt" ((nnp -10.709) ) () ) +("kary" ((nnp -11.403) ) () ) +("kasler" ((nnp -11.403) ) () ) +("kasparov" ((nnp -8.569) ) () ) +("kass" ((nnp -10.709) ) () ) +("kass-pedone" ((nnp -11.403) ) () ) +("kate" ((nnp -8.918) ) () ) +("katharina" ((nnp -11.403) ) () ) +("kathe" ((nnp -11.403) ) () ) +("kathie" ((nnp -10.709) ) () ) +("kathleen" ((nnp -10.709) ) () ) +("kathryn" ((nnp -10.304) ) () ) +("katonah" ((nnp -11.403) ) () ) +("katz" ((nnp -8.512) ) () ) +("katzenjammer" ((nnp -11.403) ) () ) +("kaufhaus" ((nnp -11.403) ) () ) +("kaufman" ((nnp -9.100) ) () ) +("kavanagh" ((nnp -11.403) ) () ) +("kawasaki" ((nnp -10.304) ) () ) +("kay" ((nnp -10.016) ) () ) +("kaye" ((nnp -9.100) ) () ) +("kayoed" ((vbn -9.855) ) () ) +("kaysersberg" ((nnp -11.403) ) () ) +("kayton" ((nnp -11.403) ) () ) +("kazakh" ((nnp -11.403) ) () ) +("kazis" ((nnp -11.403) ) () ) +("kc-135" ((nnp -11.403) ) () ) +("kc-135s" ((nns -10.949) ) () ) +("kean" ((nnp -10.709) ) () ) +("kearns" ((nnp -11.403) ) () ) +("kearny" ((nnp -11.403) ) () ) +("keating" ((nnp -7.847) ) () ) +("keatingland" ((nnp -11.403) ) () ) +("keck" ((nnp -11.403) ) () ) +("keefe" ((nnp -10.709) ) () ) +("keehn" ((nnp -11.403) ) () ) +("keen" ((jj -9.362) ) () ) +("keenan" ((nnp -9.100) ) () ) +("keene" ((nnp -11.403) ) () ) +("keep" ((vb -4.943) (vbp -7.064) ) () ) +("keeping" ((nnp -11.403) (vbg -5.850) ) () ) +("keeps" ((vbz -7.218) ) () ) +("keffer" ((nnp -10.709) ) () ) +("keg" ((nnp -11.403) ) () ) +("kegler" ((nnp -10.709) ) () ) +("keidanren" ((nnp -11.403) ) () ) +("keihin" ((nnp -11.403) ) () ) +("keio" ((nnp -11.403) ) () ) +("keith" ((nnp -9.457) ) () ) +("keizai" ((nnp -10.709) ) () ) +("keller" ((nnp -10.709) ) () ) +("kelley" ((nnp -10.304) ) () ) +("kelli" ((nnp -11.403) ) () ) +("kellner" ((nnp -10.016) ) () ) +("kellogg" ((nnp -9.793) ) () ) +("kellwood" ((nnp -10.709) ) () ) +("kelly" ((nnp -9.205) ) () ) +("kelman" ((nnp -11.403) ) () ) +("kelp" ((nn -11.747) ) () ) +("kemp" ((nnp -8.630) ) () ) +("kemper" ((nnp -8.838) ) () ) +("kempinski" ((nnp -10.709) ) () ) +("ken" ((nnp -9.457) ) () ) +("kenan" ((nnp -11.403) ) () ) +("kendall" ((nnp -11.403) ) () ) +("kendrick" ((nnp -10.709) ) () ) +("kennametal" ((nnp -10.304) ) () ) +("kennedy" ((nnp -8.070) ) () ) +("kennedy-waxman" ((nnp -11.403) ) () ) +("kenneth" ((nnp -8.358) ) () ) +("kennewick" ((nnp -11.403) ) () ) +("kennington" ((nnp -11.403) ) () ) +("kenosha" ((nnp -11.403) ) () ) +("kensington" ((nnp -10.304) ) () ) +("kent" ((nnp -9.005) ) () ) +("kenton" ((nnp -11.403) ) () ) +("kentucky" ((nnp -8.694) ) () ) +("kenyon" ((nnp -10.709) ) () ) +("keogh" ((nnp -11.403) ) () ) +("keough" ((nnp -11.403) ) () ) +("kept" ((vbd -6.736) (vbn -6.636) ) () ) +("kerchiefed" ((jj -10.971) ) () ) +("kerkorian" ((nnp -10.304) ) () ) +("kerlone" ((nnp -10.709) ) () ) +("kern" ((nnp -10.709) ) () ) +("kernel" ((nn -11.747) (nnp -11.403) ) () ) +("kerr" ((nnp -10.709) ) () ) +("kerr-mcgee" ((nnp -9.793) ) () ) +("kerrey" ((nnp -10.709) ) () ) +("kerrmcgee" ((nnp -11.403) ) () ) +("kerry" ((nnp -10.304) ) () ) +("kerschner" ((nnp -10.304) ) () ) +("keshtmand" ((nnp -11.403) ) () ) +("kessler" ((nnp -9.611) ) () ) +("ketchikan" ((nnp -11.403) ) () ) +("ketchum" ((nnp -11.403) ) () ) +("ketchup" ((1 -4.727) (nn -10.648) ) () ) +("keteyian" ((nnp -10.304) ) () ) +("kettle" ((nn -11.747) ) () ) +("kevin" ((nnp -9.457) ) () ) +("kevlar" ((nnp -11.403) ) () ) +("key" ((jj -6.577) (nn -8.451) (nnp -10.709) (vb -10.141) ) () ) +("keyboard" ((nn -10.648) ) () ) +("keyboards" ((nns -10.949) ) () ) +("keychain" ((nn -11.747) ) () ) +("keyed" ((jj -10.971) (vbn -9.855) ) () ) +("keyless" ((jj -10.278) ) () ) +("keynes" ((nnp -11.403) ) () ) +("keynesian" ((jj -9.872) ) () ) +("keynesians" ((nnps -7.729) ) () ) +("keys" ((nns -10.255) ) () ) +("keystone" ((nn -11.747) (nnp -9.100) ) () ) +("kgb" ((nnp -9.457) ) () ) +("khalifa" ((nnp -11.403) ) () ) +("khan" ((nnp -9.611) ) () ) +("khmer" ((nnp -10.304) ) () ) +("khomeini" ((nnp -11.403) ) () ) +("kick" ((nn -11.054) (vb -9.043) (vbp -8.268) ) () ) +("kickback" ((nn -11.747) ) () ) +("kickbacks" ((nns -9.157) ) () ) +("kicked" ((vbd -7.988) (vbn -7.909) ) () ) +("kicker" ((nn -10.648) ) () ) +("kicking" ((vbg -8.440) ) () ) +("kicks" ((nns -10.949) (vbz -9.233) ) () ) +("kid" ((nn -10.137) (nnp -11.403) ) () ) +("kidder" ((nnp -7.046) ) () ) +("kiddies" ((nns -10.255) ) () ) +("kidding" ((vbg -8.440) ) () ) +("kidnapped" ((vbn -8.757) ) () ) +("kidnapper" ((nn -11.747) ) () ) +("kidnappers" ((nns -10.949) ) () ) +("kidnapping" ((nn -10.137) ) () ) +("kidney" ((nn -10.137) ) () ) +("kidney-stone" ((nn -11.747) ) () ) +("kids" ((nnp -10.709) (nnps -7.729) (nns -8.004) ) () ) +("kieran" ((nnp -11.403) ) () ) +("kiev" ((nnp -11.403) ) () ) +("kiki" ((nnp -11.403) ) () ) +("kiko" ((nnp -11.403) ) () ) +("kildare" ((nnp -11.403) ) () ) +("kill" ((nn -11.747) (vb -6.923) (vbp -8.268) ) () ) +("killed" ((vbd -7.583) (vbn -7.083) ) () ) +("killeen" ((nnp -11.403) ) () ) +("killer" ((nn -10.360) ) () ) +("killers" ((nnps -7.729) (nns -10.255) ) () ) +("killing" ((nn -10.360) (vbg -7.342) ) () ) +("killings" ((nns -8.646) ) () ) +("killory" ((nnp -10.709) ) () ) +("kills" ((vbz -8.540) ) () ) +("kilobytes" ((nns -10.949) ) () ) +("kilograms" ((nns -10.255) ) () ) +("kilometer" ((nn -11.747) ) () ) +("kilometers" ((nns -10.255) ) () ) +("kilowatt" ((nn -11.747) ) () ) +("kilter" ((nn -11.747) ) () ) +("kilty" ((nnp -11.403) ) () ) +("kim" ((nnp -10.016) ) () ) +("kimba" ((nnp -11.403) ) () ) +("kimberly" ((nnp -11.403) ) () ) +("kimberly-clark" ((nnp -10.016) ) () ) +("kimmel" ((nnp -10.016) ) () ) +("kind" ((jj -10.278) (nn -7.258) (nnp -11.403) (rb -10.299) ) () ) +("kinder-care" ((nnp -9.793) ) () ) +("kindercare" ((nnp -11.403) ) () ) +("kindertotenlieder" ((fw -5.416) ) () ) +("kindled" ((vbn -9.855) ) () ) +("kindly" ((rb -9.201) ) () ) +("kindness" ((nn -11.747) ) () ) +("kindred" ((jj -10.971) ) () ) +("kinds" ((nns -8.115) ) () ) +("kinfolk" ((nns -10.949) ) () ) +("king" ((nn -9.108) (nnp -7.937) ) () ) +("kingdom" ((nn -11.054) (nnp -8.694) ) () ) +("kingdom-based" ((jj -10.971) ) () ) +("kingman" ((nnp -11.403) ) () ) +("kingpin" ((nn -11.747) ) () ) +("kingpins" ((nns -9.850) ) () ) +("kings" ((nns -10.255) ) () ) +("kingsbridge" ((nnp -10.304) ) () ) +("kingside" ((nn -11.054) ) () ) +("kingston" ((nnp -11.403) ) () ) +("kingsville" ((nnp -11.403) ) () ) +("kinked" ((jj -10.971) ) () ) +("kinnard" ((nnp -11.403) ) () ) +("kinney" ((nnp -11.403) ) () ) +("kinnock" ((nnp -10.709) ) () ) +("kippur" ((nnp -11.403) ) () ) +("kirchberger" ((nnp -11.403) ) () ) +("kirghiz" ((nnp -11.403) ) () ) +("kirgizia" ((nnp -10.709) ) () ) +("kirin" ((nnp -11.403) ) () ) +("kirk" ((nnp -9.793) ) () ) +("kirkendall" ((nnp -11.403) ) () ) +("kirkland" ((nnp -11.403) ) () ) +("kirkpatrick" ((nnp -11.403) ) () ) +("kirov" ((nnp -11.403) ) () ) +("kirschbaum" ((nnp -11.403) ) () ) +("kis" ((nnp -11.403) ) () ) +("kiss" ((vb -10.141) ) () ) +("kissing" ((vbg -9.539) ) () ) +("kissinger" ((nnp -11.403) ) () ) +("kit" ((nn -11.747) ) () ) +("kitada" ((nnp -11.403) ) () ) +("kitamura" ((nnp -10.304) ) () ) +("kitchen" ((nn -9.955) ) () ) +("kitschy" ((jj -10.971) ) () ) +("kiwi" ((nn -11.747) ) () ) +("kk" ((nnp -11.403) ) () ) +("kkr" ((nnp -7.739) ) () ) +("klan" ((nnp -11.403) ) () ) +("klass" ((nnp -11.403) ) () ) +("klatman" ((nnp -11.403) ) () ) +("klaus" ((nnp -11.403) ) () ) +("klauser" ((nnp -10.016) ) () ) +("kleiber" ((nnp -10.304) ) () ) +("klein" ((nnp -9.205) ) () ) +("kleinaitis" ((nnp -10.709) ) () ) +("kleinwort" ((nnp -9.005) ) () ) +("klerk" ((nnp -9.793) ) () ) +("kligman" ((nnp -10.709) ) () ) +("klimpl" ((nnp -11.403) ) () ) +("klinsky" ((nnp -11.403) ) () ) +("klm" ((nnp -10.016) ) () ) +("kloves" ((nnp -9.793) ) () ) +("kluge" ((nnp -10.709) ) () ) +("klute" ((nnp -10.016) ) () ) +("klux" ((nnp -11.403) ) () ) +("knapp" ((nnp -11.403) ) () ) +("kneading" ((vbg -9.539) ) () ) +("knee" ((nn -10.648) ) () ) +("knee-socked" ((jj -10.971) ) () ) +("knees" ((nns -9.339) ) () ) +("knell" ((nn -11.747) ) () ) +("knew" ((vbd -7.295) ) () ) +("knife" ((nn -11.747) ) () ) +("knight" ((nn -9.262) (nnp -10.016) ) () ) +("knight-ridder" ((nnp -8.838) ) () ) +("knights" ((nns -9.850) ) () ) +("knit" ((vbn -9.855) ) () ) +("knitted" ((vbn -9.855) ) () ) +("knitting" ((vbg -9.539) ) () ) +("knitwear" ((nn -11.747) ) () ) +("knock" ((nn -11.747) (vb -8.755) ) () ) +("knock-off" ((nn -11.747) ) () ) +("knock-offs" ((jj -10.971) ) () ) +("knock-out" ((jj -10.971) ) () ) +("knocked" ((vbd -7.893) (vbn -8.469) ) () ) +("knocking" ((vbg -7.342) ) () ) +("knockout" ((nn -11.747) ) () ) +("knocks" ((vbz -9.233) ) () ) +("knopf" ((nnp -9.793) ) () ) +("knot" ((nn -11.054) ) () ) +("knots" ((nns -10.255) ) () ) +("knotty" ((jj -10.971) ) () ) +("know" ((nnp -11.403) (vb -5.432) (vbp -5.049) ) () ) +("know-how" ((nn -11.054) ) () ) +("knowing" ((vbg -7.236) ) () ) +("knowingly" ((rb -10.299) ) () ) +("knowledge" ((nn -9.039) ) () ) +("knowledgeable" ((jj -8.669) ) () ) +("knowledgeware" ((nnp -11.403) ) () ) +("knowlton" ((nnp -11.403) ) () ) +("known" ((jj -9.585) (vbn -4.950) ) () ) +("knowns" ((nns -10.949) ) () ) +("knows" ((vbz -6.315) ) () ) +("knoxville" ((nnp -10.709) ) () ) +("knuckles" ((nns -10.949) ) () ) +("knudsen" ((nnp -10.709) ) () ) +("knuettel" ((nnp -11.403) ) () ) +("kobayashi" ((nnp -10.709) ) () ) +("kobe" ((nnp -9.793) ) () ) +("koch" ((nnp -10.016) ) () ) +("kochan" ((nnp -10.709) ) () ) +("kochis" ((nnp -11.403) ) () ) +("kodak" ((nn -11.747) (nnp -8.144) ) () ) +("koenig" ((nnp -9.793) ) () ) +("koerner" ((nnp -11.403) ) () ) +("kofy" ((nnp -11.403) ) () ) +("kofy-fm" ((nnp -11.403) ) () ) +("kohl" ((nnp -10.016) ) () ) +("kohlberg" ((nnp -9.457) ) () ) +("koito" ((nnp -10.304) ) () ) +("koji" ((nnp -11.403) ) () ) +("kokusai" ((nnp -11.403) ) () ) +("kolb" ((nnp -10.709) ) () ) +("kolber" ((nnp -10.304) ) () ) +("kollmorgen" ((nnp -10.304) ) () ) +("komatsu" ((nnp -10.709) ) () ) +("kompakt" ((nnp -11.403) ) () ) +("kondo" ((nnp -11.403) ) () ) +("kong" ((nnp -6.881) ) () ) +("kong-based" ((jj -10.971) ) () ) +("kongsberg" ((nnp -11.403) ) () ) +("konheim" ((nnp -10.304) ) () ) +("koninklijke" ((nnp -11.403) ) () ) +("konner" ((nnp -11.403) ) () ) +("konopnicki" ((nnp -11.403) ) () ) +("koop" ((nnp -11.403) ) () ) +("koppel" ((nnp -10.709) ) () ) +("koppers" ((nnp -11.403) ) () ) +("korea" ((nnp -7.451) ) () ) +("koreagate" ((nnp -11.403) ) () ) +("korean" ((jj -7.713) (nnp -10.304) ) () ) +("korean-u.s." ((nnp -11.403) ) () ) +("koreans" ((nnps -5.937) ) () ) +("korff" ((nnp -11.403) ) () ) +("kornfield" ((nnp -11.403) ) () ) +("kornreich" ((nnp -11.403) ) () ) +("korotich" ((nnp -9.205) ) () ) +("korps" ((nnp -11.403) ) () ) +("koskotas" ((nnp -9.205) ) () ) +("kostelanetz" ((nnp -11.403) ) () ) +("kotobuki" ((nnp -11.403) ) () ) +("kouji" ((nnp -11.403) ) () ) +("kowalski" ((nnp -11.403) ) () ) +("kowtow" ((vb -10.141) ) () ) +("koyata" ((nnp -11.403) ) () ) +("kozinski" ((nnp -9.793) ) () ) +("kpmg" ((nnp -10.304) ) () ) +("kraft" ((nnp -8.694) ) () ) +("krakow" ((nnp -11.403) ) () ) +("kramer" ((nnp -11.403) ) () ) +("krampe" ((nnp -10.709) ) () ) +("krasnoyarsk" ((nnp -9.323) ) () ) +("krat" ((nnp -10.304) ) () ) +("kravis" ((nnp -8.694) ) () ) +("krebs" ((nnp -10.709) ) () ) +("kremlin" ((nnp -9.323) ) () ) +("krenz" ((nnp -8.763) ) () ) +("kress" ((nnp -10.709) ) () ) +("krick" ((nnp -11.403) ) () ) +("kringle" ((nnp -11.403) ) () ) +("krishna" ((nnp -10.709) ) () ) +("krishnaswami" ((nnp -11.403) ) () ) +("kristiansen" ((nnp -11.403) ) () ) +("kristin" ((nnp -11.403) ) () ) +("kristol" ((nnp -10.709) ) () ) +("kriz" ((nnp -10.016) ) () ) +("kroger" ((nnp -10.709) ) () ) +("kroll" ((nnp -10.304) ) () ) +("kron" ((nnp -11.403) ) () ) +("kroner" ((nn -9.349) ) () ) +("kronor" ((nn -10.648) (nns -8.751) ) () ) +("krug" ((nnp -11.403) ) () ) +("krutchensky" ((nnp -10.709) ) () ) +("kryptonite" ((nn -11.747) ) () ) +("krys" ((nnp -11.403) ) () ) +("krysalis" ((nnp -10.709) ) () ) +("kryuchkov" ((nnp -10.709) ) () ) +("ksi" ((nnp -11.403) ) () ) +("ktxl" ((nnp -11.403) ) () ) +("ku" ((nnp -11.403) ) () ) +("kuala" ((nnp -10.016) ) () ) +("kuan" ((nnp -11.403) ) () ) +("kucharski" ((nnp -11.403) ) () ) +("kudlow" ((nnp -10.709) ) () ) +("kudos" ((nns -10.949) ) () ) +("kuehler" ((nnp -11.403) ) () ) +("kuehn" ((nnp -10.304) ) () ) +("kuhn" ((nnp -10.304) ) () ) +("kuhns" ((nnp -10.709) ) () ) +("kumagai-gumi" ((nnp -11.403) ) () ) +("kumble" ((nnp -11.403) ) () ) +("kume" ((nnp -9.323) ) () ) +("kummerfeld" ((nnp -10.709) ) () ) +("kuperberg" ((nnp -10.709) ) () ) +("kurds" ((nnps -7.729) ) () ) +("kurlak" ((nnp -11.403) ) () ) +("kurland" ((nnp -10.709) ) () ) +("kursk" ((nnp -11.403) ) () ) +("kurt" ((nnp -9.793) ) () ) +("kurth" ((nnp -11.403) ) () ) +("kurtz" ((nnp -11.403) ) () ) +("kuse" ((nnp -11.403) ) () ) +("kushkin" ((nnp -10.709) ) () ) +("kushnick" ((nnp -11.403) ) () ) +("kuster" ((nnp -10.709) ) () ) +("kutney" ((nnp -11.403) ) () ) +("kuwait" ((nnp -9.611) ) () ) +("kuwaiti" ((jj -9.872) ) () ) +("kv" ((nnp -10.709) ) () ) +("kwan" ((nnp -10.304) ) () ) +("ky" ((nnp -10.016) ) () ) +("ky." ((nnp -8.694) ) () ) +("kyle" ((nnp -9.793) ) () ) +("kyodo" ((nnp -10.709) ) () ) +("kyoto" ((nnp -10.709) ) () ) +("kyu" ((nnp -10.304) ) () ) +("kyushu" ((nnp -11.403) ) () ) +("l" ((nn -11.747) ) () ) +("l'heureux" ((nnp -11.403) ) () ) +("l'oreal" ((nnp -10.304) ) () ) +("l'ouest" ((nnp -11.403) ) () ) +("l." ((nnp -7.471) ) () ) +("l.a." ((nnp -9.100) ) () ) +("l.c." ((nnp -11.403) ) () ) +("l.h." ((nnp -11.403) ) () ) +("l.j." ((nnp -8.107) ) () ) +("l.m." ((nnp -11.403) ) () ) +("l.p" ((nnp -11.403) ) () ) +("l.p." ((nn -11.747) (nnp -9.457) ) () ) +("l988" ((cd -10.462) ) () ) +("la" ((dt -10.581) (fw -3.624) (nnp -7.876) ) () ) +("la-la" ((jj -9.362) ) () ) +("la." ((nnp -9.611) ) () ) +("lab" ((nn -9.955) ) () ) +("labe" ((nnp -11.403) ) () ) +("label" ((nn -9.349) (vb -10.141) ) () ) +("labeled" ((vbd -9.192) (vbn -7.658) ) () ) +("labeling" ((vbg -8.846) ) () ) +("labella" ((nnp -11.403) ) () ) +("labels" ((nns -9.562) (vbz -9.926) ) () ) +("labonte" ((nnp -10.016) ) () ) +("labor" ((nn -7.193) (nnp -7.641) ) () ) +("labor-backed" ((jj -10.971) ) () ) +("labor-intensive" ((jj -9.872) ) () ) +("labor-management" ((jj -8.774) (nn -9.667) ) () ) +("labor-saving" ((jj -10.971) ) () ) +("labor-shortage" ((nn -11.747) ) () ) +("laboratories" ((nnp -9.457) (nnps -5.649) (nns -9.339) ) () ) +("laboratorium" ((nnp -11.403) ) () ) +("laboratory" ((nn -9.444) (nnp -9.457) ) () ) +("laborer" ((nn -11.747) ) () ) +("laborers" ((nns -10.949) ) () ) +("laboring" ((vbg -8.440) ) () ) +("laboriously" ((rb -10.299) ) () ) +("labors" ((nns -10.949) ) () ) +("labouisse" ((nnp -11.403) ) () ) +("labs" ((nnps -7.729) ) () ) +("lac" ((nnp -10.304) ) () ) +("laced" ((vbn -9.162) ) () ) +("laches" ((nn -11.054) ) () ) +("lack" ((nn -7.918) (nnp -11.403) (vbp -7.170) ) () ) +("lacked" ((vbd -8.094) ) () ) +("lackeys" ((nns -10.949) ) () ) +("lacking" ((vbg -7.747) ) () ) +("lackluster" ((jj -8.199) (nn -10.648) (rb -10.299) ) () ) +("lacks" ((vbz -7.441) ) () ) +("lad" ((nn -11.747) ) () ) +("lada" ((nnp -11.403) ) () ) +("ladder" ((nn -11.054) ) () ) +("laddered" ((jj -10.971) ) () ) +("ladenburg" ((nnp -10.016) ) () ) +("ladies" ((nnp -11.403) (nns -9.562) ) () ) +("ladislav" ((nnp -11.403) ) () ) +("lady" ((nn -9.667) (nnp -11.403) ) () ) +("lafarge" ((nnp -11.403) ) () ) +("lafite-rothschild" ((nnp -11.403) ) () ) +("lafontant" ((nnp -11.403) ) () ) +("lag" ((nn -11.747) (vb -9.448) (vbp -8.674) ) () ) +("laggard" ((jj -10.971) (nn -11.747) ) () ) +("lagged" ((vbd -8.681) (vbn -8.246) ) () ) +("lagging" ((jj -10.971) (nn -11.747) (vbg -7.460) ) () ) +("lagoon" ((nn -11.747) ) () ) +("lagoons" ((nns -10.949) ) () ) +("lags" ((nns -10.949) (vbz -9.233) ) () ) +("laguardia" ((nnp -10.304) ) () ) +("lahus" ((nnp -10.016) ) () ) +("lai" ((nnp -10.304) ) () ) +("laid" ((vbd -8.905) (vbn -7.370) ) () ) +("laid-back" ((jj -10.971) ) () ) +("laid-off" ((jj -10.971) ) () ) +("laidig" ((nnp -10.304) ) () ) +("laidlaw" ((nnp -9.611) ) () ) +("lake" ((nn -11.054) (nnp -8.458) ) () ) +("lakeland" ((nnp -10.304) ) () ) +("lakes" ((nnp -11.403) (nnps -7.036) (nns -10.949) ) () ) +("lakewood" ((nnp -11.403) ) () ) +("lal" ((nnp -11.403) ) () ) +("lalonde" ((nnp -10.709) ) () ) +("lama" ((nnp -9.323) ) () ) +("lamar" ((nnp -11.403) ) () ) +("lamb" ((nnp -9.793) ) () ) +("lambasted" ((vbd -10.291) ) () ) +("lambastes" ((vbz -9.926) ) () ) +("lambda" ((nnp -10.709) ) () ) +("lambert" ((nnp -7.552) ) () ) +("lambskin" ((nn -11.747) ) () ) +("lame" ((jj -10.971) ) () ) +("lament" ((nn -11.054) ) () ) +("lamented" ((vbd -10.291) ) () ) +("laments" ((vbz -9.926) ) () ) +("lamle" ((nnp -11.403) ) () ) +("lamos" ((nnp -11.403) ) () ) +("lamp" ((nn -11.747) ) () ) +("lampe" ((nnp -10.709) ) () ) +("lancaster" ((nnp -9.611) ) () ) +("lance" ((nnp -10.709) ) () ) +("lancet" ((nnp -10.709) ) () ) +("land" ((nn -7.686) (nnp -9.205) (vb -9.448) ) () ) +("land-idling" ((jj -10.971) ) () ) +("land-ownership" ((nn -11.747) ) () ) +("land-rich" ((jj -10.971) ) () ) +("landed" ((vbd -8.681) ) () ) +("landesbank" ((nnp -11.403) ) () ) +("landfall" ((nn -11.747) ) () ) +("landfill" ((nn -10.137) ) () ) +("landfills" ((nns -10.255) ) () ) +("landholdings" ((nns -10.949) ) () ) +("landing" ((nn -8.856) (vbg -9.539) ) () ) +("landings" ((nns -10.949) ) () ) +("landlord" ((nn -11.747) ) () ) +("landlord-tenant" ((jj -10.971) ) () ) +("landlords" ((nns -9.850) ) () ) +("landmark" ((nn -9.955) (nnp -11.403) ) () ) +("landonne" ((nnp -11.403) ) () ) +("landover" ((nnp -11.403) ) () ) +("landowner" ((nn -11.747) ) () ) +("landowners" ((nns -10.255) ) () ) +("landrieu" ((nnp -11.403) ) () ) +("landry" ((nnp -9.793) ) () ) +("lands" ((nns -9.562) ) () ) +("landscape" ((nn -9.349) (nnp -11.403) ) () ) +("landscapers" ((nns -10.949) ) () ) +("landscapes" ((nns -10.949) ) () ) +("landscaping" ((nn -11.747) ) () ) +("landslide" ((nn -10.648) ) () ) +("landslides" ((nns -10.949) ) () ) +("lane" ((nn -11.747) (nnp -8.224) ) () ) +("lanes" ((nns -10.255) ) () ) +("lang" ((nnp -7.969) ) () ) +("langendorf" ((nnp -11.403) ) () ) +("langford" ((nnp -11.403) ) () ) +("langner" ((nnp -11.403) ) () ) +("langton" ((nnp -10.016) ) () ) +("language" ((nn -7.875) ) () ) +("language-housekeeper" ((jj -10.971) ) () ) +("languages" ((nns -9.850) ) () ) +("languish" ((vb -10.141) ) () ) +("languished" ((vbd -10.291) (vbn -9.855) ) () ) +("languishes" ((vbz -9.926) ) () ) +("languishing" ((vbg -9.539) ) () ) +("languorous" ((jj -10.971) ) () ) +("lanier" ((nnp -10.709) ) () ) +("lanka" ((nnp -11.403) ) () ) +("lansing" ((nnp -11.403) ) () ) +("lantana" ((nn -11.747) ) () ) +("lantos" ((nnp -8.838) ) () ) +("lantz" ((nnp -11.403) ) () ) +("lanyi" ((nnp -11.403) ) () ) +("lanzador" ((fw -5.416) ) () ) +("lanzhou" ((nnp -11.403) ) () ) +("laotian" ((jj -10.971) ) () ) +("lap" ((nn -11.054) (vbp -9.367) ) () ) +("lap-shoulder" ((jj -10.971) ) () ) +("laphroaig" ((nnp -11.403) ) () ) +("lapin" ((fw -4.723) ) () ) +("lapsed" ((jj -10.971) ) () ) +("lapses" ((nns -9.562) (vbz -9.233) ) () ) +("laptev" ((nnp -11.403) ) () ) +("laptop" ((jj -10.971) (nn -10.360) ) () ) +("laptops" ((nns -9.850) ) () ) +("larceny" ((nn -11.747) ) () ) +("larchmont" ((nnp -11.403) ) () ) +("lard" ((nn -11.747) ) () ) +("large" ((jj -5.503) ) () ) +("large-business" ((jj -10.971) ) () ) +("large-capitalization" ((jj -10.971) (nn -11.747) ) () ) +("large-city" ((jj -10.971) ) () ) +("large-denomination" ((nn -11.747) ) () ) +("large-diameter" ((jj -10.971) ) () ) +("large-scale" ((jj -8.774) ) () ) +("large-size" ((jj -10.971) ) () ) +("large-ticket" ((jj -10.971) ) () ) +("large-volume" ((jj -10.971) ) () ) +("largely" ((rb -5.735) ) () ) +("larger" ((jjr -3.881) ) () ) +("larger-than-normal" ((jj -10.278) ) () ) +("largess" ((nn -11.747) ) () ) +("largest" ((jjs -2.089) ) () ) +("largest-ever" ((jj -10.278) ) () ) +("largish" ((jj -10.971) ) () ) +("larkin" ((nnp -11.403) ) () ) +("larry" ((nnp -8.569) ) () ) +("larsen" ((nnp -9.205) ) () ) +("las" ((nnp -7.847) ) () ) +("lasalle" ((nnp -11.403) ) () ) +("lasciviously" ((rb -10.299) ) () ) +("laser" ((nn -10.648) (nnp -11.403) ) () ) +("laser-read" ((jj -10.971) ) () ) +("laserscope" ((nnp -11.403) ) () ) +("lash" ((vb -10.141) (vbp -9.367) ) () ) +("lash-up" ((jj -10.971) ) () ) +("lashing" ((vbg -9.539) ) () ) +("lasker" ((nnp -10.709) ) () ) +("lasorda" ((nnp -11.403) ) () ) +("lassitude" ((nn -11.747) ) () ) +("last" ((jj -3.948) (nn -11.054) (rb -7.814) (vb -7.502) (vbp -9.367) ) () ) +("last-ditch" ((jj -10.971) ) () ) +("last-minute" ((jj -8.892) ) () ) +("last-place" ((jj -10.278) ) () ) +("last-second" ((jj -10.971) ) () ) +("lasted" ((vbd -8.345) (vbn -8.757) ) () ) +("lastest" ((jjs -7.523) ) () ) +("lasting" ((jj -9.362) (vbg -8.440) ) () ) +("lasts" ((vbz -7.980) ) () ) +("laszlo" ((nnp -10.709) ) () ) +("latch" ((vbp -9.367) ) () ) +("latches" ((vbz -9.926) ) () ) +("latchford" ((nnp -10.304) ) () ) +("latching" ((vbg -9.539) ) () ) +("late" ((jj -5.555) (nnp -11.403) (rb -5.684) ) () ) +("late-afternoon" ((jj -9.872) ) () ) +("late-day" ((jj -10.971) ) () ) +("late-night" ((jj -10.278) ) () ) +("late-payment" ((nn -11.054) ) () ) +("lately" ((rb -7.734) ) () ) +("latent" ((nn -11.747) ) () ) +("later" ((jj -8.263) (jjr -8.039) (rb -5.218) (rbr -3.893) ) () ) +("latest" ((jjs -2.094) ) () ) +("latham" ((nnp -11.403) ) () ) +("lathes" ((nns -10.255) ) () ) +("latin" ((jj -9.025) (nnp -8.694) ) () ) +("latitude" ((nn -10.137) ) () ) +("latour" ((nnp -10.709) ) () ) +("latowski" ((nnp -11.403) ) () ) +("latter" ((jj -8.573) (nn -10.360) ) () ) +("lattice" ((nn -11.747) ) () ) +("latvian" ((jj -10.971) ) () ) +("laudable" ((jj -10.278) ) () ) +("lauded" ((vbd -9.192) (vbn -9.855) ) () ) +("lauder" ((nnp -9.100) ) () ) +("lauderdale" ((nnp -10.304) ) () ) +("lauderhill" ((nnp -11.403) ) () ) +("laugh" ((nn -11.054) (nnp -11.403) (vb -9.448) ) () ) +("laughed" ((vbd -9.598) (vbn -9.855) ) () ) +("laughing" ((vbg -8.846) ) () ) +("laughingly" ((rb -10.299) ) () ) +("laughingstock" ((nn -11.747) ) () ) +("laughlin" ((nnp -10.016) ) () ) +("laughs" ((nns -10.949) (vbz -9.926) ) () ) +("laughter" ((nn -11.747) ) () ) +("launch" ((nn -8.802) (vb -6.846) ) () ) +("launch-vehicle" ((nn -11.747) ) () ) +("launched" ((vbd -7.346) (vbn -6.359) ) () ) +("launches" ((nns -9.850) (vbz -9.233) ) () ) +("launching" ((nn -11.747) (vbg -7.141) ) () ) +("laundered" ((vbd -10.291) (vbn -9.162) ) () ) +("launderers" ((nns -10.949) ) () ) +("laundering" ((nn -10.360) ) () ) +("laundromat" ((nn -11.747) ) () ) +("laundry" ((nn -10.648) ) () ) +("laura" ((nnp -9.611) ) () ) +("laurance" ((nnp -11.403) ) () ) +("laurel" ((nnp -9.611) ) () ) +("laurels" ((nns -10.949) ) () ) +("lauren" ((nnp -10.709) ) () ) +("laurence" ((nnp -9.205) ) () ) +("laurie" ((nnp -10.709) ) () ) +("lausanne" ((nnp -10.709) ) () ) +("lautenberg" ((nnp -10.709) ) () ) +("laux" ((nnp -11.403) ) () ) +("lavaro" ((nn -11.747) ) () ) +("lavelle" ((nnp -9.611) ) () ) +("lavender" ((nn -11.747) ) () ) +("lavidge" ((nnp -11.403) ) () ) +("lavin" ((nnp -11.403) ) () ) +("lavish" ((jj -9.585) ) () ) +("lavished" ((vbn -9.855) ) () ) +("lavishly" ((rb -9.606) ) () ) +("lavoro" ((nnp -10.709) ) () ) +("law" ((nn -6.080) (nnp -8.512) ) () ) +("law-abiding" ((jj -10.971) ) () ) +("law-enforcement" ((jj -9.585) (nn -10.648) ) () ) +("law-governed" ((jj -10.971) ) () ) +("law-making" ((nns -10.949) ) () ) +("laware" ((nnp -11.403) ) () ) +("lawarre" ((nnp -11.403) ) () ) +("lawbreakers" ((nns -10.949) ) () ) +("lawful" ((jj -10.971) ) () ) +("lawfully" ((rb -10.299) ) () ) +("lawmaker" ((nn -11.054) ) () ) +("lawmakers" ((nns -6.821) ) () ) +("lawmaking" ((jj -10.971) (nn -11.747) ) () ) +("lawn" ((nn -9.262) ) () ) +("lawns" ((nns -10.949) ) () ) +("lawrence" ((nnp -7.765) ) () ) +("lawrenceville" ((nnp -10.709) ) () ) +("lawrenson" ((nnp -10.304) ) () ) +("laws" ((nns -6.960) ) () ) +("lawson" ((nnp -7.033) ) () ) +("lawson-walters" ((nnp -10.709) ) () ) +("lawsuit" ((nn -7.962) ) () ) +("lawsuits" ((nns -7.452) ) () ) +("lawton" ((nnp -11.403) ) () ) +("lawyer" ((nn -7.365) (nnp -11.403) ) () ) +("lawyers" ((nnp -9.457) (nnps -7.729) (nns -5.986) ) () ) +("lax" ((jj -10.278) ) () ) +("lay" ((vb -8.062) (vbd -8.345) ) () ) +("layer" ((nn -9.667) ) () ) +("layers" ((nns -10.255) ) () ) +("laying" ((vbg -7.342) ) () ) +("layman" ((nn -11.747) ) () ) +("layoff" ((nn -11.747) ) () ) +("layoffs" ((nns -8.551) ) () ) +("layout" ((nn -11.747) ) () ) +("lays" ((vbz -8.540) ) () ) +("lazard" ((nnp -8.838) ) () ) +("lazarus" ((nnp -11.403) ) () ) +("lazily" ((rb -10.299) ) () ) +("lazy" ((jj -9.872) ) () ) +("lazzaroni" ((nnp -11.403) ) () ) +("lbo" ((nn -10.648) (nnp -8.763) ) () ) +("lbos" ((nnp -11.403) (nns -8.551) ) () ) +("ldc" ((nnp -9.611) ) () ) +("ldi" ((nnp -10.016) ) () ) +("le" ((dt -11.274) (fw -5.416) (nnp -11.403) ) () ) +("leach" ((nnp -10.304) ) () ) +("lead" ((jj -8.138) (nn -8.109) (vb -6.047) (vbp -7.287) ) () ) +("leaded" ((jj -10.971) ) () ) +("leader" ((nn -7.141) (nnp -8.838) ) () ) +("leaders" ((nns -6.097) ) () ) +("leadership" ((nn -8.033) (nnp -11.403) ) () ) +("leading" ((jj -7.675) (nnp -11.403) (vbg -4.985) ) () ) +("leading-edge" ((jj -10.971) ) () ) +("leadoff" ((nn -11.747) ) () ) +("leads" ((nns -9.562) (vbz -6.835) ) () ) +("leaf" ((nn -11.054) (nnp -11.403) ) () ) +("leafing" ((vbg -9.539) ) () ) +("leafy" ((jj -10.971) ) () ) +("league" ((nn -8.702) (nnp -8.311) ) () ) +("league-sponsored" ((jj -10.971) ) () ) +("leaguers" ((nns -10.949) ) () ) +("leagues" ((nnps -7.729) (nns -10.255) ) () ) +("leahy" ((nnp -10.304) ) () ) +("leaked" ((vbd -9.598) (vbn -9.855) ) () ) +("leakers" ((nns -10.949) ) () ) +("leaking" ((vbg -8.153) ) () ) +("leaks" ((nns -9.850) ) () ) +("lean" ((jj -9.179) (vb -10.141) (vbp -9.367) ) () ) +("leaned" ((vbd -10.291) (vbn -9.855) ) () ) +("leaner" ((rbr -7.419) ) () ) +("leaning" ((nnp -11.403) (vbg -8.440) ) () ) +("leans" ((vbz -9.233) ) () ) +("leap" ((nn -11.054) (nnp -10.304) (vb -9.448) (vbp -9.367) ) () ) +("leaped" ((vbd -8.499) ) () ) +("leapfrog" ((vb -9.448) ) () ) +("leaping" ((vbg -8.153) ) () ) +("leapt" ((vbd -10.291) ) () ) +("lear" ((nnp -11.403) ) () ) +("learn" ((vb -7.251) (vbp -7.757) ) () ) +("learned" ((vbd -7.155) (vbn -7.290) ) () ) +("learning" ((nn -11.747) (nnp -10.016) (vbg -6.974) ) () ) +("learns" ((vbz -9.926) ) () ) +("leasable" ((jj -10.971) ) () ) +("lease" ((nn -9.262) (nnp -10.709) (vb -8.350) (vbp -9.367) ) () ) +("lease-rental" ((jj -10.971) ) () ) +("leased" ((vbd -9.192) (vbn -7.776) ) () ) +("leases" ((nns -8.310) (vbz -8.828) ) () ) +("leaseway" ((nnp -9.323) ) () ) +("leash" ((nn -11.747) ) () ) +("leasing" ((1 -4.727) (nn -9.444) (nnp -10.304) (vbg -8.440) ) () ) +("least" ((jjs -1.846) (rbs -4.227) ) () ) +("least-cost" ((jj -10.278) ) () ) +("leather" ((nn -9.955) ) () ) +("leatherbound" ((nn -11.747) ) () ) +("leathers" ((nns -10.255) ) () ) +("leave" ((nn -11.054) (vb -6.210) (vbp -6.534) ) () ) +("leaves" ((nns -9.562) (vbz -6.882) ) () ) +("leaving" ((nn -11.747) (vbg -5.514) ) () ) +("leavitt" ((nnp -10.304) ) () ) +("lebanese" ((jj -9.872) ) () ) +("lebanon" ((nnp -8.358) ) () ) +("lebaron" ((nnp -10.304) ) () ) +("lebo" ((nnp -10.709) ) () ) +("lech" ((nnp -11.403) ) () ) +("lecherous" ((jj -10.971) ) () ) +("lecture" ((nn -11.747) ) () ) +("lectured" ((vbd -9.598) ) () ) +("lecturer" ((nn -10.648) ) () ) +("lectures" ((vbz -9.926) ) () ) +("led" ((vbd -6.014) (vbn -5.301) ) () ) +("lederer" ((nnp -11.403) ) () ) +("ledger" ((nn -11.747) ) () ) +("lee" ((nnp -7.359) ) () ) +("leeches" ((nns -10.949) ) () ) +("leemans" ((nnp -10.304) ) () ) +("leery" ((jj -9.179) ) () ) +("lees" ((nnp -11.403) ) () ) +("leeway" ((nn -9.549) ) () ) +("leeza" ((nnp -11.403) ) () ) +("lefcourt" ((nnp -11.403) ) () ) +("lefevre" ((nnp -11.403) ) () ) +("left" ((jj -8.774) (nn -10.360) (nnp -10.016) (rb -9.606) (vbd -6.071) (vbn -5.636) ) () ) +("left-field" ((jj -10.971) ) () ) +("left-hand" ((jj -10.971) ) () ) +("left-handed" ((jj -10.971) ) () ) +("left-leaning" ((jj -10.971) ) () ) +("left-right" ((jj -10.278) ) () ) +("left-wing" ((jj -10.971) ) () ) +("leftfield" ((nn -11.747) ) () ) +("leftist" ((jj -8.669) ) () ) +("leftists" ((nns -10.255) ) () ) +("leftovers" ((nnp -11.403) (nns -10.949) ) () ) +("lefty" ((nnp -11.403) ) () ) +("leg" ((nn -9.549) ) () ) +("legacy" ((nn -9.955) ) () ) +("legal" ((jj -5.967) (nnp -9.100) ) () ) +("legal-services" ((nns -10.255) ) () ) +("legalistic" ((jj -10.971) ) () ) +("legality" ((nn -10.360) ) () ) +("legalization" ((nn -11.054) ) () ) +("legalizing" ((vbg -8.440) ) () ) +("legally" ((rb -8.353) ) () ) +("legend" ((nn -11.054) (nnp -10.304) ) () ) +("legendary" ((jj -9.025) ) () ) +("legerdemain" ((nn -11.054) ) () ) +("legere" ((nnp -10.709) ) () ) +("legg" ((nnp -10.016) ) () ) +("legion" ((nnp -11.403) ) () ) +("legions" ((nns -10.255) ) () ) +("legislate" ((vb -10.141) ) () ) +("legislating" ((nn -11.747) (vbg -9.539) ) () ) +("legislation" ((nn -6.777) (nnp -11.403) ) () ) +("legislative" ((jj -7.639) ) () ) +("legislator" ((nn -10.648) ) () ) +("legislators" ((nns -7.953) ) () ) +("legislature" ((nn -8.702) (nnp -10.709) ) () ) +("legislatures" ((nns -9.562) ) () ) +("legitimacy" ((nn -10.360) ) () ) +("legitimate" ((jj -8.199) ) () ) +("legitimately" ((rb -9.606) ) () ) +("legitimize" ((vb -9.043) ) () ) +("legitimized" ((vbn -9.855) ) () ) +("legittino" ((nnp -11.403) ) () ) +("lego" ((nnp -10.304) ) () ) +("legs" ((nns -9.850) ) () ) +("lehigh" ((nnp -11.403) ) () ) +("lehman" ((nnp -6.881) ) () ) +("lehmans" ((nnps -7.729) ) () ) +("lehne" ((nnp -11.403) ) () ) +("leiby" ((nnp -11.403) ) () ) +("leigh" ((nnp -11.403) ) () ) +("leinberger" ((nnp -11.403) ) () ) +("leinonen" ((nnp -10.709) ) () ) +("leipzig" ((nnp -10.016) ) () ) +("leish" ((nnp -11.403) ) () ) +("leisure" ((nn -9.801) (nnp -10.709) ) () ) +("leisure-oriented" ((jj -10.971) ) () ) +("leisurely" ((jj -10.278) ) () ) +("leitmotif" ((nn -11.747) ) () ) +("lemmings" ((nns -10.949) ) () ) +("lemmon" ((nnp -11.403) ) () ) +("lemon" ((nnp -11.403) ) () ) +("lemon-lime" ((jj -10.971) ) () ) +("lemont" ((nnp -11.403) ) () ) +("len" ((nn -11.747) (nnp -10.016) ) () ) +("lend" ((vb -7.744) (vbp -8.674) ) () ) +("lendable" ((jj -10.971) ) () ) +("lender" ((nn -9.549) ) () ) +("lenders" ((nnp -11.403) (nns -7.285) ) () ) +("lending" ((jj -10.278) (nn -7.918) (vbg -7.236) ) () ) +("lends" ((vbz -9.926) ) () ) +("length" ((nn -9.349) ) () ) +("lengthen" ((vb -10.141) (vbp -9.367) ) () ) +("lengthened" ((vbd -10.291) (vbn -9.855) ) () ) +("lengthens" ((vbz -9.926) ) () ) +("lengths" ((nns -9.850) ) () ) +("lengthy" ((jj -8.573) ) () ) +("leniency" ((nn -11.747) ) () ) +("lenient" ((jj -10.971) ) () ) +("leningrad" ((nnp -10.016) ) () ) +("lenny" ((nnp -10.304) ) () ) +("lens" ((nn -9.667) (nnp -10.709) ) () ) +("lenses" ((nns -9.157) ) () ) +("lent" ((vbd -8.345) (vbn -9.162) ) () ) +("lentjes" ((nnp -9.793) ) () ) +("leo" ((nnp -9.100) ) () ) +("leominster" ((nnp -10.709) ) () ) +("leon" ((nnp -9.005) ) () ) +("leona" ((nnp -10.304) ) () ) +("leonard" ((nn -11.747) (nnp -9.005) ) () ) +("leonid" ((nnp -11.403) ) () ) +("leopold" ((nnp -11.403) ) () ) +("lep" ((nnp -10.304) ) () ) +("lepatner" ((nnp -11.403) ) () ) +("lerach" ((nnp -11.403) ) () ) +("lermer" ((nnp -11.403) ) () ) +("lerner" ((nnp -10.709) ) () ) +("leroy" ((nnp -10.709) ) () ) +("les" ((fw -4.723) (nnp -10.016) ) () ) +("lesbians" ((nns -10.949) ) () ) +("lescaze" ((nnp -11.403) ) () ) +("leser" ((nnp -11.403) ) () ) +("lesions" ((nns -10.949) ) () ) +("lesko" ((nnp -9.323) ) () ) +("lesley" ((nnp -11.403) ) () ) +("leslie" ((nnp -9.793) ) () ) +("less" ((cc -7.325) (jjr -2.803) (jjs -7.523) (nnp -11.403) (rb -10.299) (rbr -2.575) ) () ) +("less-creditworthy" ((jj -10.971) ) () ) +("less-cyclical" ((jj -10.971) ) () ) +("less-developed" ((jj -9.362) ) () ) +("less-developed-country" ((jj -10.971) ) () ) +("less-experienced" ((jj -10.971) ) () ) +("less-influential" ((jj -10.971) ) () ) +("less-intrusive" ((jj -10.971) ) () ) +("less-junky" ((jjr -8.039) ) () ) +("less-perfectly" ((rbr -7.419) ) () ) +("less-popular" ((jj -10.971) ) () ) +("less-profitable" ((jj -9.872) ) () ) +("less-rigorous" ((jjr -8.039) ) () ) +("less-sweeping" ((jj -10.971) ) () ) +("less-than-brilliant" ((jj -10.971) ) () ) +("less-than-perfect" ((jj -10.971) ) () ) +("less-than-robust" ((jj -10.971) ) () ) +("less-than-successful" ((jj -10.971) ) () ) +("less-than-truckload" ((jj -10.278) ) () ) +("lessen" ((vb -9.448) ) () ) +("lesser" ((jjr -5.842) (nnp -10.016) ) () ) +("lesser-developed-country" ((jj -10.971) ) () ) +("lessers" ((nns -10.949) ) () ) +("lessner" ((nnp -11.403) ) () ) +("lesson" ((nn -9.039) ) () ) +("lessons" ((nns -9.339) ) () ) +("lest" ((in -10.264) ) () ) +("lesutis" ((nnp -11.403) ) () ) +("let" ((nnp -11.403) (vb -5.785) (vbd -7.806) (vbn -8.757) (vbp -7.287) ) () ) +("lethal" ((jj -10.278) (nnp -11.403) ) () ) +("lethargic" ((jj -10.971) ) () ) +("lethargy" ((nn -11.054) ) () ) +("lets" ((vbz -8.134) ) () ) +("letter" ((nn -7.269) (nnp -10.016) ) () ) +("letter-writing" ((jj -10.971) ) () ) +("letters" ((nns -7.260) ) () ) +("letting" ((vbg -6.831) ) () ) +("lettuce" ((nn -11.747) ) () ) +("leu" ((nnp -11.403) ) () ) +("leubert" ((nnp -11.403) ) () ) +("leukemia" ((nn -11.054) ) () ) +("leumi" ((nnp -11.403) ) () ) +("leuzzi" ((nnp -11.403) ) () ) +("leval" ((nnp -9.205) ) () ) +("levamisole" ((nn -11.054) ) () ) +("level" ((jj -10.278) (nn -6.489) (nnp -11.403) (vbp -9.367) ) () ) +("leveled" ((vbd -10.291) (vbn -9.855) ) () ) +("leveling" ((nn -11.747) (vbg -8.440) ) () ) +("levels" ((nns -6.066) ) () ) +("leventhal" ((nnp -10.304) ) () ) +("lever" ((nnp -11.403) ) () ) +("leverage" ((nn -8.250) (vb -10.141) ) () ) +("leveraged" ((jj -6.752) (nn -10.360) (vbn -6.860) ) () ) +("leveraged-buy-out" ((jj -10.971) ) () ) +("leveraging" ((vbg -8.846) ) () ) +("levesque" ((nnp -11.403) ) () ) +("levi" ((nnp -10.709) ) () ) +("levied" ((vbd -10.291) ) () ) +("levin" ((nnp -10.304) ) () ) +("levine" ((nnp -8.694) ) () ) +("levinson" ((nnp -10.709) ) () ) +("levitt" ((nnp -10.709) ) () ) +("levy" ((nn -11.054) (nnp -8.918) (vb -10.141) ) () ) +("lew" ((nnp -10.304) ) () ) +("lewala" ((nnp -11.403) ) () ) +("lewdness" ((nn -11.747) ) () ) +("lewis" ((nnp -8.224) ) () ) +("lexicon" ((nn -11.054) ) () ) +("lexington" ((nnp -9.793) ) () ) +("lexington-based" ((jj -10.971) ) () ) +("lexus" ((nnp -8.569) ) () ) +("li" ((nnp -7.847) ) () ) +("liabilities" ((nns -8.004) ) () ) +("liability" ((nn -8.033) (nnp -11.403) ) () ) +("liable" ((jj -8.573) ) () ) +("liaison" ((nn -11.747) ) () ) +("liaisons" ((nns -9.850) ) () ) +("liar" ((nn -11.054) ) () ) +("libel" ((nn -9.667) ) () ) +("libeled" ((vbn -9.855) ) () ) +("libera" ((fw -5.416) ) () ) +("liberal" ((jj -8.081) (nn -10.360) (nnp -10.304) ) () ) +("liberalism" ((nn -11.747) ) () ) +("liberalization" ((nn -9.667) ) () ) +("liberalizations" ((nns -10.949) ) () ) +("liberalize" ((vb -8.755) (vbp -9.367) ) () ) +("liberalized" ((vbd -9.598) (vbn -8.757) ) () ) +("liberalizing" ((vbg -8.440) ) () ) +("liberals" ((nns -8.646) ) () ) +("liberated" ((jj -10.971) (vbd -10.291) ) () ) +("liberating" ((jj -10.971) ) () ) +("liberation" ((nn -10.360) (nnp -10.709) ) () ) +("libertarians" ((nns -10.949) ) () ) +("liberties" ((nnp -10.304) (nnps -7.036) (nns -10.949) ) () ) +("liberty" ((nn -10.137) (nnp -9.611) ) () ) +("libor" ((nnp -8.569) ) () ) +("librarian" ((nn -11.054) ) () ) +("librarians" ((nns -10.949) ) () ) +("libraries" ((nns -10.255) ) () ) +("library" ((nn -9.549) ) () ) +("libya" ((nnp -10.016) ) () ) +("libyan" ((jj -9.585) ) () ) +("license" ((nn -8.569) (vb -9.043) (vbp -9.367) ) () ) +("licensed" ((jj -10.971) (vbd -8.905) (vbn -8.246) ) () ) +("licensee" ((nn -10.360) ) () ) +("licenses" ((nns -8.241) (vbz -8.828) ) () ) +("licensing" ((nn -9.955) (vbg -9.539) ) () ) +("licentiousness" ((nn -11.747) ) () ) +("lichtblau" ((nnp -10.304) ) () ) +("lichtenstein" ((nnp -11.403) ) () ) +("licking" ((vbg -9.539) ) () ) +("lid" ((nn -10.648) ) () ) +("liddle" ((nnp -10.709) ) () ) +("lidgerwood" ((nnp -10.016) ) () ) +("lido" ((nnp -11.403) ) () ) +("lids" ((nns -10.949) ) () ) +("lie" ((nn -10.648) (vb -8.196) (vbp -8.674) ) () ) +("lieb" ((nnp -11.403) ) () ) +("lieber" ((nnp -10.304) ) () ) +("lieberman" ((nnp -10.709) ) () ) +("lien" ((nn -10.648) ) () ) +("lies" ((nns -10.949) (vbz -6.930) ) () ) +("lieu" ((nn -10.360) ) () ) +("lieutenant" ((nn -11.054) ) () ) +("lieutenants" ((nns -10.949) ) () ) +("life" ((nn -6.582) (nnp -7.665) ) () ) +("life-insurance" ((nn -10.648) ) () ) +("life-of-contract" ((jj -10.971) ) () ) +("life-saving" ((jj -10.971) ) () ) +("life-style" ((jj -10.971) (nn -11.747) ) () ) +("life-threatening" ((jj -10.971) ) () ) +("lifeblood" ((nn -11.747) ) () ) +("lifeboat" ((nn -11.747) ) () ) +("lifeguards" ((nns -10.949) ) () ) +("lifeless" ((jj -10.971) ) () ) +("lifeline" ((nn -11.747) ) () ) +("lifelong" ((jj -9.585) ) () ) +("lifes" ((nns -10.949) ) () ) +("lifesavers" ((nnp -11.403) (nnps -6.630) ) () ) +("lifesize" ((jj -10.971) ) () ) +("lifespan" ((nnp -11.403) ) () ) +("lifestyles" ((nnp -11.403) ) () ) +("lifetime" ((nn -9.667) ) () ) +("lifland" ((nnp -11.403) ) () ) +("lift" ((nn -9.801) (vb -8.062) (vbp -9.367) ) () ) +("lift-ticket" ((jj -10.971) (nn -11.747) ) () ) +("lifted" ((vbd -8.681) (vbn -7.553) ) () ) +("lifting" ((nn -10.648) (vbg -8.440) ) () ) +("liftoff" ((nn -10.648) ) () ) +("lifts" ((nns -9.850) (vbz -9.926) ) () ) +("light" ((jj -7.187) (nn -7.985) (nnp -9.793) (vb -10.141) ) () ) +("light-industrial" ((jj -10.971) ) () ) +("light-truck" ((jj -10.278) ) () ) +("light-wave" ((jj -10.971) (nn -11.747) ) () ) +("lighted" ((jj -10.971) (vbn -9.162) ) () ) +("lighten" ((vb -9.448) ) () ) +("lightened" ((vbd -10.291) ) () ) +("lightening" ((vbg -9.539) ) () ) +("lighter" ((jjr -6.094) ) () ) +("lighter-than-air" ((jj -10.971) ) () ) +("lighter-than-normal" ((jj -10.971) ) () ) +("lightest" ((jjs -6.830) ) () ) +("lightheaded" ((jj -10.971) ) () ) +("lighthearted" ((jj -10.971) ) () ) +("lightheartedly" ((rb -10.299) ) () ) +("lighting" ((nn -11.054) (nnp -9.611) (vbg -8.846) ) () ) +("lightly" ((rb -9.201) ) () ) +("lightning" ((nn -10.360) ) () ) +("lightning-fast" ((jj -10.971) ) () ) +("lights" ((nnp -10.709) (nns -9.157) ) () ) +("lightweight" ((jj -10.278) ) () ) +("like" ((in -4.875) (jj -8.027) (vb -6.116) (vbp -6.231) ) () ) +("liked" ((vbd -8.681) (vbn -9.855) ) () ) +("likelihood" ((nn -9.667) ) () ) +("likely" ((jj -5.638) (rb -6.662) ) () ) +("likened" ((vbd -10.291) ) () ) +("likening" ((vbg -9.539) ) () ) +("likes" ((nn -11.747) (nns -10.255) (vbz -7.287) ) () ) +("likewise" ((rb -8.102) ) () ) +("likins" ((nnp -11.403) ) () ) +("lilley" ((nnp -11.403) ) () ) +("lillo" ((nnp -11.403) ) () ) +("lilly" ((nnp -8.267) (rb -10.299) ) () ) +("lilt" ((nn -11.747) ) () ) +("lilting" ((jj -10.971) ) () ) +("lily" ((nnp -9.323) ) () ) +("lima" ((nnp -10.304) ) () ) +("liman" ((nnp -11.403) ) () ) +("limb" ((nn -11.747) ) () ) +("limbo" ((nn -9.955) ) () ) +("limbs" ((nns -10.255) ) () ) +("lime" ((nnp -11.403) ) () ) +("limit" ((nn -7.704) (vb -6.774) (vbp -8.268) ) () ) +("limitations" ((nnps -7.729) (nns -8.551) ) () ) +("limited" ((jj -7.142) (nnp -8.512) (vbd -8.905) (vbn -6.071) ) () ) +("limited-edition" ((jj -10.971) ) () ) +("limited-partnership" ((nn -11.054) ) () ) +("limited-production" ((jj -10.971) ) () ) +("limiting" ((vbg -7.054) ) () ) +("limits" ((nns -7.616) (vbz -8.317) ) () ) +("limp" ((nn -11.747) ) () ) +("limpid" ((jj -10.971) ) () ) +("limping" ((vbg -9.539) ) () ) +("limply" ((rb -10.299) ) () ) +("lin" ((nnp -7.325) ) () ) +("linage" ((nn -10.137) ) () ) +("lincoln" ((nn -11.747) (nnp -7.552) ) () ) +("lincoln-mercury" ((nnp -10.709) ) () ) +("lincoln-mercury-merkur" ((nnp -11.403) ) () ) +("lincolnshire" ((nnp -11.403) ) () ) +("lind" ((nnp -11.403) ) () ) +("lind-waldock" ((nnp -11.403) ) () ) +("linda" ((nnp -9.205) ) () ) +("linden" ((nn -11.747) (nnp -10.016) ) () ) +("lindens" ((nnps -7.729) ) () ) +("lindner" ((nnp -11.403) ) () ) +("lindsay" ((nnp -11.403) ) () ) +("lindsey" ((nnp -10.709) ) () ) +("line" ((nn -6.429) (nnp -8.458) (vb -8.532) (vbp -9.367) ) () ) +("line-drawing" ((jj -10.971) ) () ) +("line-item" ((jj -7.334) ) () ) +("line-item-veto" ((jj -10.278) ) () ) +("line-up" ((nn -11.747) ) () ) +("linear" ((jj -10.971) (nnp -9.793) ) () ) +("lined" ((vbd -9.598) (vbn -8.246) ) () ) +("lineman" ((nn -11.747) ) () ) +("linen" ((nn -11.054) ) () ) +("liners" ((nns -10.949) ) () ) +("lines" ((nnp -9.205) (nnps -5.164) (nns -6.374) ) () ) +("lineup" ((nn -9.801) ) () ) +("lineups" ((nns -10.255) ) () ) +("linger" ((vb -9.448) ) () ) +("lingering" ((vbg -8.846) ) () ) +("lingers" ((vbz -9.926) ) () ) +("lingo" ((nn -11.747) ) () ) +("linguine" ((nn -11.747) ) () ) +("lingus" ((nnp -9.793) ) () ) +("linh" ((nnp -10.709) ) () ) +("lining" ((nn -11.747) (vbg -8.440) ) () ) +("link" ((nn -9.108) (vb -8.196) (vbp -8.674) ) () ) +("linkages" ((nns -9.850) ) () ) +("linked" ((vbd -9.192) (vbn -6.677) ) () ) +("linking" ((vbg -7.460) ) () ) +("links" ((nn -11.747) (nns -8.384) (vbz -8.828) ) () ) +("linkup" ((nn -11.747) ) () ) +("linsey" ((nnp -11.403) ) () ) +("linsley" ((nnp -11.403) ) () ) +("lintas" ((nnp -10.304) ) () ) +("linus" ((nnp -11.403) ) () ) +("lion" ((nn -11.054) (nnp -10.016) ) () ) +("lion's-head" ((nn -11.747) ) () ) +("lionel" ((nnp -9.323) ) () ) +("lions" ((nns -10.255) ) () ) +("lip" ((jj -10.971) (nn -11.747) ) () ) +("lipid" ((nn -11.747) ) () ) +("lippens" ((nnp -9.793) ) () ) +("lipper" ((nnp -9.005) ) () ) +("lipps" ((nnp -11.403) ) () ) +("lips" ((nns -9.339) ) () ) +("lipstein" ((nnp -10.016) ) () ) +("lipstick" ((nn -11.747) ) () ) +("lipsticks" ((nns -10.949) ) () ) +("lipton" ((nnp -10.709) ) () ) +("liquefied" ((vbn -8.757) ) () ) +("liquefies" ((vbz -9.926) ) () ) +("liquefy" ((vb -9.448) (vbp -9.367) ) () ) +("liquid" ((jj -8.486) (nn -10.137) ) () ) +("liquid-nitrogen" ((nn -11.747) ) () ) +("liquidate" ((vb -9.043) ) () ) +("liquidated" ((vbn -7.909) ) () ) +("liquidating" ((jj -10.971) (nn -11.747) (vbg -8.440) ) () ) +("liquidation" ((nn -9.549) ) () ) +("liquidator" ((nn -10.648) ) () ) +("liquidity" ((nn -7.721) ) () ) +("liquidity-enhancing" ((jj -10.971) ) () ) +("liquids" ((nns -10.949) ) () ) +("liquor" ((nn -9.349) ) () ) +("lira" ((nn -11.747) ) () ) +("lire" ((nn -11.054) (nns -8.310) ) () ) +("lisa" ((nnp -9.100) ) () ) +("lisbeth" ((nnp -11.403) ) () ) +("lish" ((nnp -11.403) ) () ) +("list" ((nn -7.686) (vb -10.141) (vbp -9.367) ) () ) +("listed" ((jj -9.585) (vbd -8.681) (vbn -6.071) ) () ) +("listen" ((vb -8.062) (vbp -8.268) ) () ) +("listened" ((vbd -9.192) (vbn -9.855) ) () ) +("listener" ((nn -11.747) ) () ) +("listeners" ((nns -8.869) ) () ) +("listening" ((nn -11.054) (vbg -7.236) ) () ) +("listens" ((vbz -9.926) ) () ) +("listing" ((nn -9.549) (vbg -8.440) ) () ) +("listings" ((nns -9.562) ) () ) +("lists" ((nns -8.310) (vbz -8.134) ) () ) +("lit" ((nnp -10.304) (vbd -9.598) (vbn -9.855) ) () ) +("litany" ((nn -11.054) ) () ) +("litchfield" ((nnp -10.709) ) () ) +("literacy" ((nn -10.648) ) () ) +("literal" ((jj -10.971) ) () ) +("literal-minded" ((jj -10.971) ) () ) +("literally" ((rb -7.734) ) () ) +("literary" ((jj -9.025) (nnp -11.403) ) () ) +("literature" ((nn -9.667) ) () ) +("lithographs" ((nns -9.850) ) () ) +("lithography" ((nn -11.747) ) () ) +("lithotripsy" ((nn -11.747) ) () ) +("lithotripter" ((nn -11.054) ) () ) +("litigants" ((nns -10.949) ) () ) +("litigation" ((nn -7.875) (nnp -8.694) ) () ) +("litigator" ((nn -11.747) ) () ) +("litigators" ((nns -10.255) ) () ) +("litle" ((jj -10.278) ) () ) +("litmus" ((nn -10.648) ) () ) +("litter" ((vbp -9.367) ) () ) +("little" ((jj -5.668) (nnp -8.267) (rb -6.256) ) () ) +("little-feared" ((jj -10.971) ) () ) +("little-known" ((jj -9.872) ) () ) +("littleboy" ((nnp -10.709) ) () ) +("littleton" ((nnp -10.709) ) () ) +("littman" ((nnp -11.403) ) () ) +("litton" ((nnp -10.709) ) () ) +("liturgy" ((nn -11.747) ) () ) +("litvack" ((nnp -9.793) ) () ) +("litvinchuk" ((nnp -10.709) ) () ) +("liu" ((nnp -10.709) ) () ) +("live" ((jj -8.332) (nnp -10.709) (vb -6.809) (vbp -6.422) ) () ) +("lived" ((vbd -7.652) (vbn -9.162) ) () ) +("livelier" ((jjr -8.039) ) () ) +("liveliest" ((jjs -7.523) ) () ) +("livelihood" ((nn -11.054) ) () ) +("lively" ((jj -9.585) ) () ) +("liver" ((nn -11.054) ) () ) +("liveried" ((jj -10.971) ) () ) +("livermore" ((nnp -11.403) ) () ) +("lives" ((nns -7.858) (vbz -6.561) ) () ) +("livestock" ((nn -10.648) ) () ) +("living" ((jj -10.278) (nn -9.108) (vbg -6.494) ) () ) +("liz" ((nnp -10.304) ) () ) +("liza" ((nnp -10.304) ) () ) +("lizhi" ((nnp -10.709) ) () ) +("ljh" ((nnp -11.403) ) () ) +("ljn" ((nnp -11.403) ) () ) +("llosa" ((nnp -9.323) ) () ) +("lloyd" ((nn -11.054) (nnp -7.292) ) () ) +("lloyds" ((nnp -9.793) ) () ) +("lme" ((nnp -10.709) ) () ) +("lmeyer" ((nnp -11.403) ) () ) +("load" ((nn -8.856) (vb -8.755) ) () ) +("loaded" ((vbd -9.192) (vbn -8.469) ) () ) +("loading" ((nn -11.054) (vbg -8.846) ) () ) +("loadings" ((nns -10.949) ) () ) +("loads" ((nns -9.562) ) () ) +("loafers" ((nns -10.255) ) () ) +("loan" ((nn -6.697) (nnp -7.292) (vb -10.141) ) () ) +("loan-loss" ((jj -8.892) (nn -9.444) ) () ) +("loaned" ((vbn -9.855) ) () ) +("loans" ((nns -5.415) (vbz -9.926) ) () ) +("loath" ((jj -9.362) ) () ) +("loathes" ((vbz -9.926) ) () ) +("loathing" ((nn -11.747) ) () ) +("loathsome" ((jj -10.278) ) () ) +("loaves" ((nns -10.949) ) () ) +("lobbied" ((vbd -9.598) ) () ) +("lobbies" ((nns -9.003) ) () ) +("lobby" ((nn -9.182) (vb -9.448) ) () ) +("lobbying" ((nn -10.360) (vbg -6.831) ) () ) +("lobbyist" ((nn -9.262) ) () ) +("lobbyists" ((nns -8.646) ) () ) +("lobsenz" ((nnp -11.403) ) () ) +("lobster" ((nn -11.747) ) () ) +("local" ((jj -5.921) (nnp -10.304) ) () ) +("local-government" ((jj -10.971) ) () ) +("locale" ((nn -11.747) ) () ) +("locales" ((nns -9.850) ) () ) +("localities" ((nns -10.255) ) () ) +("localized" ((jj -10.971) (vbn -9.855) ) () ) +("locally" ((rb -8.913) ) () ) +("locals" ((nns -10.255) ) () ) +("locate" ((vb -8.755) (vbp -9.367) ) () ) +("located" ((jj -10.971) (vbn -7.022) ) () ) +("locating" ((vbg -8.846) ) () ) +("location" ((nn -8.451) ) () ) +("locations" ((nns -8.464) ) () ) +("lock" ((nn -10.360) (nnp -11.403) (vb -8.350) (vbp -8.674) ) () ) +("locked" ((vbd -10.291) (vbn -7.553) ) () ) +("locker" ((nnp -11.403) ) () ) +("lockerbie" ((nnp -10.709) ) () ) +("lockheed" ((nnp -7.937) ) () ) +("locking" ((vbg -8.846) ) () ) +("locking-in" ((nn -11.747) ) () ) +("lockman" ((nnp -11.403) ) () ) +("locks" ((nns -10.255) (vbz -9.233) ) () ) +("lockstep" ((nn -11.747) ) () ) +("loco" ((nnp -11.403) ) () ) +("lodestar" ((nnp -11.403) ) () ) +("lodge" ((nnp -10.709) (vb -10.141) ) () ) +("lodged" ((vbd -10.291) (vbn -9.162) ) () ) +("lodgings" ((nns -10.949) ) () ) +("loeb" ((nnp -10.304) ) () ) +("loewi" ((nnp -10.304) ) () ) +("loews" ((nnp -10.304) ) () ) +("loft" ((nn -11.054) ) () ) +("lofty" ((jj -9.585) ) () ) +("log" ((nn -11.747) (vb -9.448) ) () ) +("log-rolled" ((vbd -10.291) ) () ) +("logan" ((nnp -10.304) ) () ) +("logged" ((vbd -10.291) (vbn -9.162) ) () ) +("loggers" ((nns -10.949) ) () ) +("loggia" ((nnp -10.304) ) () ) +("logging" ((vbg -9.539) ) () ) +("logic" ((nn -9.801) (nnp -10.304) ) () ) +("logical" ((jj -9.179) ) () ) +("logically" ((rb -9.606) ) () ) +("logistical" ((jj -10.278) ) () ) +("logistics" ((nnp -10.709) (nns -9.562) ) () ) +("logistics-computer" ((nn -11.747) ) () ) +("logjam" ((nn -11.747) ) () ) +("logo" ((nn -10.648) ) () ) +("logos" ((nns -10.255) ) () ) +("logs" ((nns -10.949) (vbz -9.926) ) () ) +("logsdon" ((nnp -11.403) ) () ) +("lok" ((nnp -11.403) ) () ) +("lokey" ((nnp -11.403) ) () ) +("loman" ((nnp -11.403) ) () ) +("lomas" ((nnp -9.205) ) () ) +("lomb" ((nnp -10.016) ) () ) +("lombard" ((nnp -10.709) ) () ) +("lombardi" ((nnp -10.016) ) () ) +("lompoc" ((nnp -11.403) ) () ) +("londe" ((nnp -11.403) ) () ) +("london" ((jj -10.278) (nnp -5.889) ) () ) +("london-based" ((jj -8.486) ) () ) +("lone" ((jj -10.278) (nnp -8.763) ) () ) +("lonely" ((jj -10.278) ) () ) +("lonesome" ((jj -10.278) ) () ) +("loney" ((nnp -11.403) ) () ) +("long" ((jj -6.015) (nnp -9.205) (rb -5.645) (vbp -9.367) ) () ) +("long-awaited" ((jj -9.179) ) () ) +("long-banned" ((jj -10.971) ) () ) +("long-bubbling" ((jj -10.971) ) () ) +("long-canceled" ((jj -10.971) ) () ) +("long-cherished" ((jj -10.971) ) () ) +("long-debated" ((jj -10.971) ) () ) +("long-deferred" ((jj -10.278) ) () ) +("long-distance" ((jj -8.892) (nn -9.667) ) () ) +("long-dominant" ((jj -10.971) ) () ) +("long-dormant" ((jj -10.971) ) () ) +("long-established" ((jj -10.971) ) () ) +("long-familiar" ((jj -10.971) ) () ) +("long-format" ((jj -10.971) ) () ) +("long-haul" ((jj -10.971) ) () ) +("long-held" ((jj -10.278) ) () ) +("long-necked" ((jj -10.971) ) () ) +("long-planned" ((jj -10.278) ) () ) +("long-range" ((jj -9.585) ) () ) +("long-rumored" ((jj -10.971) ) () ) +("long-running" ((jj -9.872) ) () ) +("long-shelf-life" ((jj -10.971) ) () ) +("long-simmering" ((jj -10.278) ) () ) +("long-standing" ((jj -10.971) ) () ) +("long-suffering" ((jj -10.971) ) () ) +("long-tenured" ((jj -10.971) ) () ) +("long-term" ((jj -6.008) (nn -11.054) (rb -10.299) ) () ) +("long-term-oriented" ((jj -10.971) ) () ) +("long-time" ((jj -10.971) ) () ) +("long-troubled" ((jj -10.971) ) () ) +("long-yardage" ((jj -10.971) ) () ) +("longed-for" ((jj -10.971) ) () ) +("longer" ((jjr -4.672) (rb -6.773) (rbr -3.706) ) () ) +("longer-term" ((jj -9.179) (jjr -6.941) ) () ) +("longest" ((jjs -5.914) (nnp -11.403) ) () ) +("longevity" ((nn -11.747) ) () ) +("longhaul" ((nn -11.747) ) () ) +("longing" ((nn -10.360) ) () ) +("longley" ((nnp -11.403) ) () ) +("longman" ((nnp -9.611) ) () ) +("longmont" ((nnp -11.403) ) () ) +("longshoreman" ((nn -11.747) ) () ) +("longstanding" ((jj -8.199) ) () ) +("longterm" ((jj -10.971) ) () ) +("longtime" ((jj -8.332) (nn -9.667) ) () ) +("longwood" ((nnp -11.403) ) () ) +("lonnie" ((nnp -11.403) ) () ) +("lonrho" ((nnp -10.016) ) () ) +("lonski" ((nnp -10.016) ) () ) +("look" ((nn -8.109) (vb -5.735) (vbp -5.840) ) () ) +("look-alike" ((jj -10.278) (nn -11.747) ) () ) +("looked" ((vbd -7.200) (vbn -7.909) ) () ) +("lookee-loos" ((nns -10.949) ) () ) +("looking" ((vbg -4.597) ) () ) +("lookout" ((nn -11.054) ) () ) +("looks" ((nns -9.850) (vbz -6.343) ) () ) +("loom" ((nnp -10.709) (vb -10.141) (vbp -8.674) (vbz -9.926) ) () ) +("looming" ((vbg -7.930) ) () ) +("looms" ((nns -10.949) (vbz -8.540) ) () ) +("loonies" ((nns -10.949) ) () ) +("loop" ((nn -11.747) ) () ) +("loophole" ((nn -10.648) ) () ) +("loopholes" ((nns -10.255) ) () ) +("loops" ((nns -10.255) ) () ) +("loose" ((1 -4.727) (jj -8.406) (rb -9.201) (vb -10.141) ) () ) +("looseleaf" ((nn -11.054) ) () ) +("loosely" ((rb -9.201) ) () ) +("loosen" ((vb -8.755) ) () ) +("loosened" ((vbn -9.855) ) () ) +("loosening" ((nn -11.747) (vbg -9.539) ) () ) +("looser" ((jjr -6.941) ) () ) +("loot" ((nn -11.747) ) () ) +("looting" ((nn -11.747) ) () ) +("lopez" ((nnp -10.709) ) () ) +("lopid" ((nnp -10.304) ) () ) +("lopsided" ((jj -9.872) ) () ) +("loquacious" ((jj -10.971) ) () ) +("lorain" ((nnp -11.403) ) () ) +("loral" ((nnp -9.793) ) () ) +("loran" ((nnp -11.403) ) () ) +("lorazapam" ((nn -11.747) ) () ) +("lord" ((nnp -9.005) ) () ) +("lorded" ((vbd -10.291) ) () ) +("lords" ((nnps -7.729) (nns -10.949) ) () ) +("lordstown" ((nnp -10.709) ) () ) +("lore" ((nn -11.747) ) () ) +("lorentz" ((nnp -8.630) ) () ) +("lorenz" ((nnp -11.403) ) () ) +("lorenzo" ((nnp -8.512) ) () ) +("lorex" ((nnp -11.403) ) () ) +("lorillard" ((nn -11.747) (nnp -10.016) ) () ) +("lorimar" ((nnp -10.709) ) () ) +("lorinda" ((nnp -11.403) ) () ) +("lorraine" ((nnp -11.403) ) () ) +("lortie" ((nnp -9.323) ) () ) +("los" ((nnp -6.392) ) () ) +("lose" ((vb -6.335) (vbp -7.064) ) () ) +("loser" ((jj -10.971) (nn -10.137) ) () ) +("losers" ((nns -8.241) ) () ) +("loses" ((nns -10.949) (vbz -7.729) ) () ) +("losing" ((jj -10.278) (nn -10.648) (vbg -5.710) ) () ) +("loss" ((nn -5.869) ) () ) +("loss-making" ((jj -10.278) ) () ) +("losses" ((nns -5.396) ) () ) +("lost" ((jj -9.362) (vbd -5.780) (vbn -5.651) ) () ) +("lost-profits" ((jj -10.971) ) () ) +("lot" ((nn -6.576) (nnp -11.403) (rb -8.913) ) () ) +("lothson" ((nnp -10.304) ) () ) +("lotion" ((nn -11.747) ) () ) +("lotions" ((nns -10.949) ) () ) +("lotos" ((nnp -11.403) ) () ) +("lots" ((nns -7.653) ) () ) +("lott" ((nnp -10.709) ) () ) +("lotter" ((nn -11.747) ) () ) +("lotteries" ((nns -10.949) ) () ) +("lottery" ((nn -10.648) ) () ) +("lotus" ((nnp -8.694) ) () ) +("lou" ((nnp -11.403) ) () ) +("loud" ((jj -9.585) ) () ) +("louder" ((jjr -8.039) (rbr -6.726) ) () ) +("loudest" ((jjs -7.523) ) () ) +("loudly" ((rb -10.299) ) () ) +("loudspeakers" ((nns -10.949) ) () ) +("loughlin" ((nnp -11.403) ) () ) +("louis" ((nnp -7.574) (nns -10.949) ) () ) +("louis-based" ((jj -9.362) ) () ) +("louis-dreyfus" ((nnp -9.793) ) () ) +("louise" ((nnp -10.709) ) () ) +("louisiana" ((nnp -8.918) ) () ) +("louisiana-pacific" ((nnp -9.611) ) () ) +("louisville" ((nnp -8.458) ) () ) +("lounge" ((nn -9.667) ) () ) +("lounges" ((nns -10.255) ) () ) +("lourie" ((nnp -10.709) ) () ) +("lousy" ((jj -9.585) ) () ) +("loutish" ((jj -10.971) ) () ) +("louvre" ((nnp -11.403) ) () ) +("lovable" ((jj -9.585) ) () ) +("love" ((nn -8.974) (nnp -10.709) (vb -8.532) (vbp -7.575) ) () ) +("loved" ((vbd -8.094) (vbn -9.162) ) () ) +("lovejoy" ((nnp -11.403) ) () ) +("loveliest" ((jjs -7.523) ) () ) +("lovely" ((jj -8.892) ) () ) +("lover" ((nn -10.648) ) () ) +("lovers" ((nns -10.255) ) () ) +("loves" ((nnp -11.403) (vbz -9.926) ) () ) +("lovett" ((nnp -11.403) ) () ) +("loving" ((jj -10.278) ) () ) +("low" ((jj -6.029) (nn -10.137) (nnp -11.403) (rb -8.102) ) () ) +("low-" ((jj -10.971) ) () ) +("low-ability" ((jj -9.872) ) () ) +("low-ball" ((jj -10.278) ) () ) +("low-base-price" ((jj -10.971) ) () ) +("low-budget" ((jj -9.872) ) () ) +("low-cost" ((jj -8.669) ) () ) +("low-crime" ((jj -10.971) ) () ) +("low-end" ((jj -10.278) (nn -11.747) ) () ) +("low-income" ((jj -8.774) (nn -11.054) ) () ) +("low-interest" ((jj -9.362) ) () ) +("low-key" ((jj -10.278) ) () ) +("low-level" ((jj -10.278) ) () ) +("low-lifes" ((nns -10.949) ) () ) +("low-lying" ((jj -10.971) ) () ) +("low-margin" ((jj -9.872) ) () ) +("low-power" ((jj -10.971) ) () ) +("low-priced" ((jj -9.362) ) () ) +("low-profile" ((jj -10.971) ) () ) +("low-profit" ((jj -10.278) ) () ) +("low-profitmargin" ((nn -11.747) ) () ) +("low-rate" ((jj -10.971) ) () ) +("low-risk" ((jj -9.872) ) () ) +("low-slung" ((jj -10.971) ) () ) +("low-sulfur" ((jj -9.872) ) () ) +("low-sulphur" ((jj -10.971) ) () ) +("low-tax" ((nn -11.747) ) () ) +("low-tech" ((jj -10.971) ) () ) +("low-yielding" ((jj -10.971) ) () ) +("lowe" ((nnp -9.611) ) () ) +("lowell" ((nnp -9.793) ) () ) +("lowenstein" ((nnp -11.403) ) () ) +("lower" ((jjr -2.303) (nnp -10.304) (rbr -3.528) (vb -6.809) ) () ) +("lower-court" ((nn -11.747) ) () ) +("lower-growth" ((jj -10.971) ) () ) +("lower-income" ((jj -10.971) ) () ) +("lower-level" ((jj -10.971) ) () ) +("lower-priced" ((jj -9.179) ) () ) +("lower-quality" ((jjr -8.039) (nn -11.747) ) () ) +("lower-than-anticipated" ((jj -10.278) ) () ) +("lower-than-expected" ((jj -9.362) ) () ) +("lower-than-forecast" ((jj -10.971) ) () ) +("lower-volume" ((jj -10.971) ) () ) +("lowered" ((vbd -6.890) (vbn -7.553) ) () ) +("lowering" ((vbg -7.054) ) () ) +("lowers" ((vbz -9.233) ) () ) +("lowest" ((jjs -4.527) ) () ) +("lowest-cost" ((jjs -7.523) ) () ) +("lowest-rated" ((jj -10.278) ) () ) +("lowly" ((jj -10.278) ) () ) +("lowndes" ((nnp -11.403) ) () ) +("lows" ((nns -8.176) ) () ) +("loyal" ((jj -8.081) ) () ) +("loyalties" ((nns -10.255) ) () ) +("loyalty" ((nn -8.379) ) () ) +("ls400" ((nn -11.747) ) () ) +("lsi" ((nnp -9.793) ) () ) +("lsx" ((nnp -11.403) ) () ) +("lt." ((nnp -10.304) ) () ) +("ltcb" ((nnp -11.403) ) () ) +("ltd" ((nnp -7.308) ) () ) +("ltd." ((nnp -6.232) ) () ) +("ltv" ((nnp -7.876) ) () ) +("lubbock" ((nnp -11.403) ) () ) +("lubkin" ((nnp -11.403) ) () ) +("lublin" ((nnp -11.403) ) () ) +("lubricant" ((nn -11.054) ) () ) +("lubricants" ((nns -9.157) ) () ) +("lubricating-oil" ((nn -11.747) ) () ) +("lubriderm" ((nnp -11.403) ) () ) +("lucas" ((nnp -11.403) ) () ) +("luciano" ((nnp -11.403) ) () ) +("lucid" ((jj -10.971) ) () ) +("lucille" ((nnp -11.403) ) () ) +("lucinda" ((nnp -11.403) ) () ) +("lucio" ((nnp -10.709) ) () ) +("lucisano" ((nnp -11.403) ) () ) +("luck" ((nn -9.667) (nnp -11.403) ) () ) +("lucked" ((vbd -10.291) ) () ) +("luckier" ((jjr -8.039) ) () ) +("lucky" ((jj -8.669) (nnp -9.793) ) () ) +("lucrative" ((jj -8.138) ) () ) +("lucy" ((nnp -9.793) ) () ) +("ludcke" ((nnp -10.016) ) () ) +("ludicrous" ((jj -9.585) ) () ) +("ludicrously" ((rb -9.606) ) () ) +("ludwigshafen" ((nnp -11.403) ) () ) +("luehrs" ((nnp -11.403) ) () ) +("luerssen" ((nnp -11.403) ) () ) +("lufkin" ((nnp -8.311) ) () ) +("lufthansa" ((nn -11.747) (nnp -10.304) ) () ) +("lugar" ((nnp -11.403) ) () ) +("lugged" ((vbd -10.291) ) () ) +("lugging" ((vbg -9.539) ) () ) +("lugs" ((nns -10.949) ) () ) +("luis" ((nnp -9.611) ) () ) +("lukassen" ((nnp -11.403) ) () ) +("lukewarm" ((jj -9.872) ) () ) +("lull" ((nn -11.747) ) () ) +("lulled" ((vbn -9.855) ) () ) +("lumber" ((nn -10.648) (vbp -9.367) ) () ) +("lumber-like" ((jj -10.971) ) () ) +("lumbera" ((nnp -11.403) ) () ) +("lumberyard" ((nn -11.747) ) () ) +("luminaries" ((nns -10.949) ) () ) +("lump" ((nn -11.747) ) () ) +("lump-sum" ((jj -9.872) ) () ) +("lumping" ((vbg -9.539) ) () ) +("lumps" ((nns -10.949) (vbz -9.926) ) () ) +("lumpur" ((nnp -10.016) ) () ) +("lunch" ((nn -9.108) (vb -10.141) ) () ) +("luncheon" ((nn -10.648) ) () ) +("lunchtime" ((nn -11.054) ) () ) +("lund" ((nnp -11.403) ) () ) +("lung" ((nn -9.549) (nnp -9.793) ) () ) +("lung-cancer" ((nn -9.549) ) () ) +("lunged" ((vbd -10.291) ) () ) +("lunging" ((vbg -9.539) ) () ) +("lungs" ((nns -9.562) ) () ) +("lupel" ((nnp -10.709) ) () ) +("lurch" ((vbp -9.367) ) () ) +("lurched" ((vbd -10.291) ) () ) +("lure" ((nn -10.648) (vb -7.944) (vbp -9.367) ) () ) +("lured" ((vbd -9.598) (vbn -9.162) ) () ) +("lures" ((nns -10.949) (vbz -9.926) ) () ) +("lurgi" ((nnp -11.403) ) () ) +("lurie" ((nnp -10.304) ) () ) +("luring" ((vbg -9.539) ) () ) +("lurking" ((vbg -9.539) ) () ) +("lusaka" ((nnp -10.709) ) () ) +("lush" ((jj -9.872) ) () ) +("luster" ((nn -11.747) ) () ) +("lustgarten" ((nnp -11.403) ) () ) +("lustily" ((rb -10.299) ) () ) +("luther" ((nnp -10.304) ) () ) +("luthringshausen" ((nnp -10.709) ) () ) +("lutsenko" ((nnp -10.304) ) () ) +("lux" ((fw -5.416) ) () ) +("luxembourg" ((nnp -10.304) ) () ) +("luxembourg-based" ((jj -10.971) ) () ) +("luxuries" ((nns -10.949) ) () ) +("luxurious" ((jj -10.278) ) () ) +("luxury" ((jj -10.971) (nn -8.379) ) () ) +("luxury-car" ((nn -9.955) ) () ) +("luxury-suite" ((nn -11.747) ) () ) +("luzon" ((nnp -9.005) ) () ) +("lvovna" ((nnp -11.403) ) () ) +("lybrand" ((nnp -9.793) ) () ) +("lydia" ((nnp -11.403) ) () ) +("lying" ((vbg -7.141) ) () ) +("lyle" ((nnp -11.403) ) () ) +("lyman" ((nnp -11.403) ) () ) +("lymph" ((nn -11.747) ) () ) +("lyn" ((nnp -11.403) ) () ) +("lynch" ((nnp -6.468) ) () ) +("lynch-mob" ((jj -10.971) ) () ) +("lynden" ((nnp -11.403) ) () ) +("lyndon" ((nnp -11.403) ) () ) +("lynes" ((nnp -11.403) ) () ) +("lyneses" ((nnp -10.709) ) () ) +("lynford" ((nnp -10.709) ) () ) +("lynn" ((nnp -10.016) ) () ) +("lynne" ((nnp -11.403) ) () ) +("lyon" ((nnp -10.709) ) () ) +("lyondell" ((nnp -9.457) ) () ) +("lyonnais" ((nnp -9.005) ) () ) +("lyons" ((nnp -10.709) ) () ) +("lyphomed" ((nnp -10.304) ) () ) +("lyric" ((nnp -11.403) ) () ) +("lyricism" ((nn -11.747) ) () ) +("lyricist" ((nn -11.054) ) () ) +("lyrics" ((nns -9.850) ) () ) +("lys" ((nnp -11.403) ) () ) +("lyster" ((nnp -11.403) ) () ) +("m" ((nnp -10.304) ) () ) +("m$" ((punc -9.445) ) () ) +("m&a" ((nn -11.747) (nnp -10.709) ) () ) +("m'bow" ((nnp -10.304) ) () ) +("m-whatever" ((nn -11.747) (nnp -11.403) ) () ) +("m." ((nnp -7.414) ) () ) +("m.a." ((nnp -10.709) ) () ) +("m.b.a." ((nn -11.747) (nnp -10.709) ) () ) +("m.d" ((nnp -11.403) ) () ) +("m.d.c." ((nnp -11.403) ) () ) +("m.e." ((nnp -11.403) ) () ) +("m.i.t.-trained" ((jj -10.971) ) () ) +("m.j." ((nnp -11.403) ) () ) +("m.r." ((nnp -11.403) ) () ) +("m.w." ((nnp -11.403) ) () ) +("m2" ((cd -10.462) ) () ) +("m8.7sp" ((nnp -11.403) ) () ) +("ma" ((nnp -10.016) ) () ) +("maanen" ((nnp -11.403) ) () ) +("mabellini" ((nnp -11.403) ) () ) +("mabon" ((nnp -10.709) ) () ) +("mac" ((nnp -8.107) ) () ) +("mac-laren" ((nnp -11.403) ) () ) +("macallister" ((nnp -11.403) ) () ) +("macaroni" ((nnp -11.403) ) () ) +("macarthur" ((nnp -11.403) ) () ) +("maccabee" ((nnp -10.709) ) () ) +("macdonald" ((nnp -9.457) ) () ) +("macdougall" ((nnp -11.403) ) () ) +("macdowell" ((nnp -10.709) ) () ) +("macfarlane" ((nnp -11.403) ) () ) +("machelle" ((nnp -11.403) ) () ) +("macheski" ((nnp -11.403) ) () ) +("machetes" ((nns -10.255) ) () ) +("machiguenga" ((nnp -9.793) ) () ) +("machiguengas" ((nnps -7.729) (nns -10.949) ) () ) +("machine" ((nn -7.377) (nnp -11.403) ) () ) +("machine-gun-toting" ((jj -10.971) ) () ) +("machine-tool" ((jj -10.971) ) () ) +("machinery" ((nn -8.751) (nnp -10.016) ) () ) +("machinery-trading" ((jj -10.971) ) () ) +("machines" ((nnp -8.512) (nnps -4.593) (nns -6.658) ) () ) +("machining" ((nn -11.747) ) () ) +("machinist" ((nn -11.054) ) () ) +("machinists" ((1 -4.727) (nnp -10.709) (nnps -6.119) (nns -7.515) ) () ) +("macho" ((jj -10.971) (nn -11.747) ) () ) +("machold" ((nnp -11.403) ) () ) +("macinnis" ((nnp -10.304) ) () ) +("macintosh" ((nnp -9.457) ) () ) +("mack" ((nnp -9.793) ) () ) +("mackenzie" ((nnp -8.918) ) () ) +("mackinac" ((nnp -11.403) ) () ) +("maclean" ((nnp -9.457) ) () ) +("maclellan" ((nnp -11.403) ) () ) +("macmillan" ((nnp -9.205) ) () ) +("macneil-lehrer" ((nnp -11.403) ) () ) +("macon" ((nnp -10.709) ) () ) +("macpost" ((nnp -11.403) ) () ) +("macrochem" ((nnp -10.709) ) () ) +("macrocrystalline" ((nn -11.054) ) () ) +("macrodantin" ((nnp -9.611) ) () ) +("macroeconomic" ((jj -9.872) ) () ) +("macsharry" ((nnp -11.403) ) () ) +("macy" ((nnp -9.100) ) () ) +("mad" ((jj -9.585) (nnp -11.403) ) () ) +("maddeningly" ((rb -10.299) ) () ) +("maddie" ((nnp -10.709) ) () ) +("made" ((vbd -4.911) (vbn -4.112) ) () ) +("made-for-tv" ((jj -10.278) ) () ) +("madison" ((nnp -9.005) ) () ) +("madly" ((rb -10.299) ) () ) +("madman" ((nn -11.747) ) () ) +("madness" ((nn -11.054) ) () ) +("madonna" ((nnp -11.403) ) () ) +("madrid" ((nnp -9.611) ) () ) +("madrid-based" ((jj -10.971) ) () ) +("madson" ((nnp -11.403) ) () ) +("mae" ((nnp -7.665) ) () ) +("maestro" ((nn -11.747) ) () ) +("maffei" ((nnp -11.403) ) () ) +("mafia" ((nn -10.360) (nnp -9.793) ) () ) +("mafias" ((nns -9.850) ) () ) +("mafiosi" ((nns -10.949) ) () ) +("magazine" ((nn -7.028) (nnp -9.205) ) () ) +("magazines" ((nns -6.774) ) () ) +("maged" ((nnp -11.403) ) () ) +("magellan" ((nnp -10.304) ) () ) +("maggart" ((nnp -11.403) ) () ) +("maggie" ((nnp -11.403) ) () ) +("maggot" ((nnp -11.403) ) () ) +("maggots" ((nns -10.949) ) () ) +("magic" ((jj -9.585) (nn -11.747) (nnp -11.403) ) () ) +("magical" ((jj -10.278) ) () ) +("magician" ((nn -11.747) ) () ) +("magicians" ((nns -10.949) ) () ) +("magisterially" ((rb -10.299) ) () ) +("magistrate" ((nn -10.648) ) () ) +("magistrates" ((nns -10.255) ) () ) +("magna" ((nnp -9.323) ) () ) +("magnanimous" ((jj -10.971) ) () ) +("magnate" ((nn -10.137) ) () ) +("magnet" ((nn -10.648) (nnp -11.403) ) () ) +("magnetic" ((jj -8.138) ) () ) +("magnetic-tape" ((jj -10.971) ) () ) +("magnetically" ((rb -10.299) ) () ) +("magnetism" ((nn -11.747) ) () ) +("magnetized" ((vbn -9.855) ) () ) +("magnets" ((nns -10.255) ) () ) +("magnification" ((nn -11.747) ) () ) +("magnificent" ((jj -10.971) ) () ) +("magnificently" ((rb -10.299) ) () ) +("magnified" ((vbd -10.291) (vbn -8.469) ) () ) +("magnify" ((vb -10.141) ) () ) +("magnin" ((nnp -10.304) ) () ) +("magnitude" ((nn -9.444) ) () ) +("magnolias" ((nns -10.949) ) () ) +("magnus" ((nnp -11.403) ) () ) +("magruder" ((nnp -11.403) ) () ) +("maguire" ((nnp -11.403) ) () ) +("magurno" ((nnp -10.304) ) () ) +("mahan" ((nnp -11.403) ) () ) +("mahathir" ((nnp -11.403) ) () ) +("mahe" ((nnp -10.709) ) () ) +("maher" ((nnp -11.403) ) () ) +("mahler" ((nnp -10.709) ) () ) +("mahmoud" ((nnp -10.709) ) () ) +("mahogany" ((nn -11.747) ) () ) +("mahoney" ((nnp -10.709) ) () ) +("maid" ((nn -11.054) ) () ) +("maiden" ((jj -10.278) ) () ) +("maier" ((nnp -9.793) ) () ) +("mail" ((nn -7.875) (vb -9.043) (vbp -9.367) ) () ) +("mail-order" ((jj -10.278) (nn -10.648) ) () ) +("mail-room" ((nn -11.747) ) () ) +("mail-sorting" ((vbg -9.539) ) () ) +("mailbox" ((nn -11.747) ) () ) +("mailed" ((vbd -10.291) ) () ) +("mailers" ((nns -9.850) ) () ) +("mailing" ((nn -10.360) (vbg -8.440) ) () ) +("mailings" ((nns -10.949) ) () ) +("mailroom" ((nn -11.747) ) () ) +("main" ((jj -6.640) (nn -11.747) (nnp -10.709) ) () ) +("maine" ((nnp -8.107) ) () ) +("mainframe" ((jj -9.585) (nn -8.379) ) () ) +("mainframe-class" ((jj -9.872) ) () ) +("mainframes" ((nns -7.581) ) () ) +("mainland" ((jj -9.872) ) () ) +("mainlander" ((nn -11.747) ) () ) +("mainline" ((jj -10.971) (nn -11.747) ) () ) +("mainly" ((rb -6.292) ) () ) +("mainstay" ((jj -10.971) (nn -9.955) ) () ) +("mainstream" ((jj -10.971) (nn -9.801) (nnp -11.403) ) () ) +("maintain" ((vb -6.171) (vbp -6.476) ) () ) +("maintained" ((vbd -8.094) (vbn -7.370) ) () ) +("maintainence" ((nn -11.747) ) () ) +("maintaining" ((vbg -6.974) ) () ) +("maintains" ((vbz -7.361) ) () ) +("maintenance" ((nn -8.191) ) () ) +("maiorana" ((nnp -11.403) ) () ) +("maitre" ((nnp -10.016) ) () ) +("maitre'd" ((nnp -11.403) ) () ) +("maj." ((nnp -11.403) ) () ) +("majestically" ((rb -10.299) ) () ) +("major" ((jj -4.596) (nn -11.054) (nnp -7.665) ) () ) +("major-frauds" ((jj -10.971) ) () ) +("major-league" ((jj -10.971) ) () ) +("majoring" ((vbg -9.539) ) () ) +("majoritarian" ((jj -10.971) ) () ) +("majority" ((jj -10.971) (nn -7.203) (nnp -8.763) ) () ) +("majority-owned" ((jj -10.278) ) () ) +("majors" ((nns -9.339) ) () ) +("makato" ((nnp -11.403) ) () ) +("make" ((nn -11.747) (nnp -10.709) (vb -3.957) (vbp -4.845) ) () ) +("make-work" ((nn -11.747) ) () ) +("maker" ((nn -6.296) ) () ) +("makers" ((nnps -7.036) (nns -5.905) ) () ) +("makes" ((nns -9.339) (vbz -4.832) ) () ) +("makeshift" ((jj -10.971) ) () ) +("makeup" ((nn -9.955) ) () ) +("makin" ((nnp -11.403) (vbg -9.539) ) () ) +("making" ((nn -9.262) (vbg -4.246) ) () ) +("makoto" ((nnp -11.403) ) () ) +("makro" ((nnp -10.709) ) () ) +("makwah" ((nnp -11.403) ) () ) +("malaise" ((nn -11.747) ) () ) +("malapai" ((nnp -11.403) ) () ) +("malay-based" ((jj -10.971) ) () ) +("malays" ((nnp -11.403) ) () ) +("malaysia" ((nn -11.747) (nnp -8.458) ) () ) +("malaysian" ((jj -10.278) ) () ) +("malaysian-based" ((jj -10.971) ) () ) +("malcolm" ((nn -11.747) (nnp -8.144) ) () ) +("malcontent" ((nn -11.747) ) () ) +("male" ((1 -4.727) (jj -8.573) (nn -9.801) (nnp -11.403) ) () ) +("male-dominated" ((jj -10.278) ) () ) +("male-fertile" ((jj -10.278) ) () ) +("male-only" ((jj -10.971) ) () ) +("male-sterile" ((jj -9.585) ) () ) +("malec" ((nnp -11.403) ) () ) +("malefactors" ((nns -10.949) ) () ) +("malek" ((nnp -11.403) ) () ) +("males" ((nnps -7.036) (nns -8.869) ) () ) +("malfunction" ((nn -11.747) ) () ) +("malfunctions" ((nns -10.949) ) () ) +("malibu" ((nnp -11.403) ) () ) +("malice" ((nn -10.360) ) () ) +("malicious" ((jj -10.278) ) () ) +("malignant" ((jj -10.278) ) () ) +("maligned" ((vbn -9.162) ) () ) +("malizia" ((nnp -10.304) ) () ) +("malkovich" ((nnp -11.403) ) () ) +("mall" ((nn -9.549) (nnp -10.709) ) () ) +("mallinckrodt" ((nnp -10.709) ) () ) +("mallory" ((nnp -11.403) ) () ) +("malls" ((nns -9.003) ) () ) +("malone" ((nnp -10.709) ) () ) +("maloney" ((nnp -10.709) ) () ) +("malpass" ((nnp -11.403) ) () ) +("malpede" ((nnp -11.403) ) () ) +("malpractice" ((nn -10.648) ) () ) +("mame" ((nnp -10.304) ) () ) +("mammalian" ((jj -10.971) ) () ) +("mammoth" ((jj -10.278) ) () ) +("mammoths" ((nns -10.949) ) () ) +("man" ((nn -7.074) (nnp -10.709) (uh -4.477) (vb -10.141) ) () ) +("man-hours" ((nn -11.747) ) () ) +("man-made" ((jj -10.278) ) () ) +("manacles" ((nns -10.949) ) () ) +("manage" ((vb -7.097) (vbp -7.575) ) () ) +("manageable" ((jj -9.585) ) () ) +("managed" ((jj -9.872) (vbd -7.200) (vbn -6.488) ) () ) +("management" ((nn -6.182) (nnp -7.168) ) () ) +("management-by-objective" ((nn -11.747) ) () ) +("management-consultant" ((nn -11.747) ) () ) +("management-controlled" ((jj -10.971) ) () ) +("management-employee" ((nn -11.747) ) () ) +("management-labor" ((jj -10.971) ) () ) +("management-led" ((jj -9.179) ) () ) +("management-pilot" ((nn -11.747) ) () ) +("management-pilots" ((jj -10.971) ) () ) +("management-research" ((nn -11.747) ) () ) +("management-services" ((jj -10.971) ) () ) +("management-union" ((nn -11.747) ) () ) +("managements" ((nns -9.850) ) () ) +("manager" ((nn -6.653) (nnp -10.016) ) () ) +("managerial" ((jj -10.971) ) () ) +("managers" ((nnp -11.403) (nnps -7.036) (nns -5.772) ) () ) +("manages" ((vbz -6.748) ) () ) +("managing" ((nn -9.039) (vbg -5.710) ) () ) +("managua" ((nnp -9.793) ) () ) +("manaifatturiera" ((nnp -11.403) ) () ) +("manalapan" ((nnp -11.403) ) () ) +("manchester" ((nnp -10.709) ) () ) +("mancuso" ((nn -11.747) (nnp -8.763) ) () ) +("mandate" ((nn -9.801) (vb -9.448) ) () ) +("mandated" ((vbd -9.598) (vbn -8.063) ) () ) +("mandates" ((nns -10.949) (vbz -9.926) ) () ) +("mandatory" ((jj -8.263) ) () ) +("mandatory-retirement" ((jj -10.971) ) () ) +("mandela" ((nnp -9.205) ) () ) +("mandina" ((nnp -11.403) ) () ) +("mandle" ((nnp -11.403) ) () ) +("mandom" ((nnp -11.403) ) () ) +("manet" ((nnp -11.403) ) () ) +("maneuver" ((nn -9.955) (vb -10.141) ) () ) +("maneuvered" ((vbd -9.598) (vbn -9.855) ) () ) +("maneuvering" ((nn -10.360) (vbg -8.846) ) () ) +("maneuverings" ((nns -10.949) ) () ) +("maneuvers" ((nns -9.562) ) () ) +("manfred" ((nnp -10.709) ) () ) +("manger" ((nnp -11.403) ) () ) +("mangino" ((nnp -11.403) ) () ) +("manhandled" ((vbn -9.855) ) () ) +("manhattan" ((nnp -7.244) ) () ) +("manhood" ((nn -11.747) ) () ) +("mania" ((nn -10.360) ) () ) +("maniac" ((nn -11.747) ) () ) +("manic" ((jj -10.971) (nnp -9.457) ) () ) +("manic-depressive" ((nn -11.054) ) () ) +("manifest" ((jj -10.278) (vbp -9.367) ) () ) +("manifestation" ((nn -11.747) ) () ) +("manifestations" ((nns -10.949) ) () ) +("manifesto" ((nn -11.747) ) () ) +("manifestos" ((nns -10.949) ) () ) +("manila" ((nnp -9.100) ) () ) +("manila-based" ((jj -10.971) ) () ) +("manion" ((nnp -10.709) ) () ) +("manipulate" ((vb -8.755) (vbp -9.367) ) () ) +("manipulated" ((vbn -9.855) ) () ) +("manipulates" ((vbz -9.926) ) () ) +("manipulating" ((vbg -9.539) ) () ) +("manipulation" ((nn -9.801) ) () ) +("manipulations" ((nns -10.949) ) () ) +("manipulative" ((jj -9.872) ) () ) +("manipulators" ((nns -10.949) ) () ) +("manitoba" ((nnp -9.457) ) () ) +("mankiewicz" ((nnp -10.709) ) () ) +("mankind" ((nn -10.648) ) () ) +("manley" ((nnp -10.304) ) () ) +("manmade-fiber" ((jj -10.971) ) () ) +("manned" ((vbd -10.291) ) () ) +("manner" ((nn -9.262) ) () ) +("mannered" ((jj -10.971) ) () ) +("mannerisms" ((nns -10.949) ) () ) +("manners" ((nns -10.949) ) () ) +("mannesmann" ((nnp -11.403) ) () ) +("mannheim" ((nnp -11.403) ) () ) +("manning" ((vbg -9.539) ) () ) +("mannington" ((nnp -11.403) ) () ) +("mannix" ((nnp -11.403) ) () ) +("manor" ((nnp -11.403) ) () ) +("manpower" ((nn -10.648) (nnp -9.205) ) () ) +("mansfield" ((nnp -11.403) ) () ) +("mansion" ((nn -11.054) ) () ) +("mansions" ((nns -10.949) ) () ) +("manske" ((nnp -11.403) ) () ) +("manson" ((nnp -11.403) ) () ) +("manual" ((jj -10.971) ) () ) +("manually" ((rb -9.606) ) () ) +("manuel" ((nnp -9.100) ) () ) +("manuevering" ((vbg -9.539) ) () ) +("manufacture" ((nn -10.360) (vb -7.944) (vbp -9.367) ) () ) +("manufactured" ((jj -10.278) (vbd -10.291) (vbn -7.658) ) () ) +("manufacturer" ((nn -8.220) (nnp -11.403) ) () ) +("manufacturers" ((nnp -8.512) (nnps -5.244) (nns -6.888) ) () ) +("manufactures" ((vbz -8.317) ) () ) +("manufacturing" ((nn -7.484) (nnp -9.205) (vbg -5.928) ) () ) +("manufacturing-cost" ((nn -11.747) ) () ) +("manville" ((nnp -7.342) ) () ) +("many" ((dt -8.635) (jj -4.262) (nns -10.949) (pdt -5.182) (rb -8.690) ) () ) +("manzoni" ((nnp -11.403) ) () ) +("mao" ((nnp -10.709) ) () ) +("maoists" ((nnps -7.729) ) () ) +("map" ((vb -10.141) (vbp -9.367) ) () ) +("maple" ((nnp -11.403) ) () ) +("mapped" ((vbn -9.855) ) () ) +("mapping" ((nn -10.648) (vbg -9.539) ) () ) +("maps" ((nns -10.255) ) () ) +("maquette" ((nn -11.747) ) () ) +("marathon" ((nnp -10.709) ) () ) +("marathons" ((nns -10.949) ) () ) +("marble" ((nn -9.955) ) () ) +("marble-columned" ((jj -10.971) ) () ) +("marble-encased" ((jj -10.971) ) () ) +("marbles" ((nns -10.949) ) () ) +("marc" ((nnp -9.611) ) () ) +("marcato" ((fw -5.416) ) () ) +("marcel" ((nnp -10.709) ) () ) +("march" ((nn -9.801) (nnp -6.475) (vb -9.448) (vbp -9.367) ) () ) +("marchand" ((nnp -10.709) ) () ) +("marche" ((nnp -11.403) ) () ) +("marched" ((vbd -8.499) (vbn -9.162) ) () ) +("marchers" ((nnps -7.729) (nns -10.949) ) () ) +("marches" ((nns -9.850) ) () ) +("marchese" ((nnp -11.403) ) () ) +("marching" ((vbg -8.153) ) () ) +("marcia" ((nnp -10.709) ) () ) +("marcor" ((nnp -10.709) ) () ) +("marcos" ((nnp -8.070) ) () ) +("marcoses" ((nnps -7.036) ) () ) +("marcus" ((nnp -9.100) ) () ) +("marder" ((nnp -11.403) ) () ) +("mare" ((nn -11.747) ) () ) +("mare-coor" ((nnp -11.403) ) () ) +("margaret" ((nnp -8.838) ) () ) +("margarine" ((nn -11.054) ) () ) +("marge" ((nnp -11.403) ) () ) +("margeotes" ((nnp -10.304) (nns -10.949) ) () ) +("margie" ((nnp -11.403) ) () ) +("margin" ((jj -10.971) (nn -7.542) ) () ) +("margin-calls" ((nns -10.949) ) () ) +("marginal" ((jj -8.486) ) () ) +("marginalia" ((nns -10.949) ) () ) +("marginalizing" ((vbg -9.539) ) () ) +("marginally" ((rb -8.508) ) () ) +("margined" ((vbn -9.855) ) () ) +("margining" ((vbg -9.539) ) () ) +("margins" ((nns -6.494) ) () ) +("margler" ((nnp -11.403) ) () ) +("margo" ((nnp -11.403) ) () ) +("margolis" ((nnp -11.403) ) () ) +("marguerite" ((nnp -11.403) ) () ) +("maria" ((nnp -9.323) ) () ) +("mariana" ((nnp -11.403) ) () ) +("maricopa" ((nnp -11.403) ) () ) +("marie" ((nnp -10.304) ) () ) +("marie-louise" ((nnp -10.304) ) () ) +("marietta" ((nnp -10.304) ) () ) +("marijuana" ((nn -10.360) ) () ) +("marilyn" ((nnp -10.304) ) () ) +("marin" ((nnp -9.793) ) () ) +("marina" ((nnp -9.100) ) () ) +("marinaro" ((nnp -10.304) ) () ) +("marine" ((jj -8.892) (nn -11.054) (nnp -8.763) ) () ) +("marine-research" ((nn -11.747) ) () ) +("marine-shipping" ((jj -10.971) ) () ) +("marine-transport" ((nn -11.747) ) () ) +("marines" ((nnps -7.729) ) () ) +("marino" ((nnp -11.403) ) () ) +("mario" ((nnp -9.005) ) () ) +("marion" ((nnp -10.016) ) () ) +("mariotta" ((nnp -10.016) ) () ) +("marist" ((nnp -11.403) ) () ) +("marital" ((jj -9.362) ) () ) +("mark" ((nn -7.758) (nnp -7.847) (vb -8.062) (vbp -8.674) ) () ) +("mark-up" ((nn -11.747) ) () ) +("mark-yen" ((jj -10.971) ) () ) +("markdown" ((nn -10.648) ) () ) +("markdowns" ((nns -9.157) ) () ) +("marked" ((jj -9.872) (vbd -7.893) (vbn -8.246) ) () ) +("markedly" ((rb -9.201) ) () ) +("markese" ((nnp -10.016) ) () ) +("market" ((nn -4.170) (nnp -7.471) (vb -7.433) (vbp -8.674) ) () ) +("market-based" ((jj -9.872) ) () ) +("market-by-market" ((jj -10.971) ) () ) +("market-driven" ((jj -10.971) ) () ) +("market-inspired" ((jj -10.971) ) () ) +("market-maker" ((nn -11.054) ) () ) +("market-makers" ((nns -9.850) ) () ) +("market-making" ((jj -10.971) (nn -10.360) ) () ) +("market-moving" ((jj -10.971) ) () ) +("market-opening" ((jj -10.278) ) () ) +("market-oriented" ((jj -10.971) ) () ) +("market-reform" ((jj -10.971) ) () ) +("market-research" ((jj -10.971) ) () ) +("market-share" ((nn -10.648) ) () ) +("market-stabilizing" ((jj -10.971) ) () ) +("market-system" ((nn -11.747) ) () ) +("market-timing" ((jj -10.971) ) () ) +("market-weighted" ((jj -10.971) ) () ) +("marketability" ((nn -11.054) ) () ) +("marketable" ((jj -9.362) ) () ) +("marketed" ((vbd -9.192) (vbn -8.246) ) () ) +("marketeers" ((nns -10.255) ) () ) +("marketer" ((nn -9.108) ) () ) +("marketers" ((nnps -7.729) (nns -8.241) ) () ) +("marketing" ((jj -10.278) (nn -6.864) (nnp -9.457) (vbg -6.649) ) () ) +("marketization" ((nn -11.747) ) () ) +("marketmaking" ((nn -11.747) ) () ) +("marketplace" ((nn -8.489) (nnp -11.403) ) () ) +("marketplaces" ((nns -10.949) ) () ) +("markets" ((nnp -7.969) (nnps -4.328) (nns -4.862) (vbz -7.980) ) () ) +("marketwide" ((jj -10.971) ) () ) +("markey" ((nnp -9.100) ) () ) +("marking" ((vbg -7.593) ) () ) +("markka" ((fw -4.723) (nns -10.949) ) () ) +("markrud" ((nnp -11.403) ) () ) +("marks" ((nnp -10.304) (nns -6.276) (vbz -7.361) ) () ) +("markup" ((nn -11.747) ) () ) +("markus" ((nnp -10.709) ) () ) +("marlboro" ((nnp -10.304) ) () ) +("marlene" ((nnp -11.403) ) () ) +("marlin" ((nnp -9.793) ) () ) +("marlo" ((nnp -11.403) ) () ) +("marmalstein" ((nnp -10.709) ) () ) +("marni" ((nnp -11.403) ) () ) +("maronites" ((nnps -7.036) ) () ) +("marous" ((nnp -9.793) ) () ) +("marque" ((nn -11.054) ) () ) +("marred" ((vbn -9.855) ) () ) +("marriage" ((nn -9.549) ) () ) +("marrie" ((nnp -10.304) ) () ) +("married" ((jj -10.278) (nnp -11.403) (vbd -10.291) (vbn -7.776) ) () ) +("marrill" ((nnp -11.403) ) () ) +("marriott" ((nn -11.747) (nnp -10.016) ) () ) +("marry" ((vb -10.141) ) () ) +("marrying" ((vbg -9.539) ) () ) +("mars" ((nnp -10.709) ) () ) +("marsam" ((nnp -10.709) ) () ) +("marschalk" ((nnp -10.709) ) () ) +("marseillaise" ((nnp -11.403) ) () ) +("marsh" ((nnp -10.304) ) () ) +("marsha" ((nnp -11.403) ) () ) +("marshal" ((nn -11.747) ) () ) +("marshall" ((nnp -8.035) ) () ) +("marshes" ((nns -10.949) ) () ) +("marston" ((nnp -10.709) ) () ) +("mart" ((nn -9.108) (nnp -8.918) ) () ) +("martens" ((nnp -10.709) ) () ) +("martha" ((nnp -9.611) ) () ) +("martial" ((jj -9.872) ) () ) +("martin" ((nnp -7.739) ) () ) +("martinair" ((nnp -10.709) ) () ) +("martinez" ((nnp -10.709) ) () ) +("martini" ((nn -11.747) ) () ) +("martinsville" ((nnp -11.403) ) () ) +("marty" ((nnp -10.016) ) () ) +("martyr" ((nn -11.747) ) () ) +("marunouchi" ((nnp -10.016) ) () ) +("marvel" ((vb -10.141) ) () ) +("marveled" ((vbd -9.598) ) () ) +("marvelon" ((nnp -11.403) ) () ) +("marvelous" ((jj -10.971) ) () ) +("marvelously" ((rb -9.606) ) () ) +("marvels" ((nns -10.949) ) () ) +("marver" ((nnp -11.403) ) () ) +("marvin" ((nnp -8.694) ) () ) +("marvis" ((nnp -11.403) ) () ) +("marwick" ((nnp -9.793) ) () ) +("marx" ((nnp -11.403) ) () ) +("marxist" ((jj -9.362) ) () ) +("marxist-dominated" ((jj -10.971) ) () ) +("mary" ((nnp -8.107) ) () ) +("maryland" ((nn -11.747) (nnp -8.311) ) () ) +("marysville" ((nnp -10.709) ) () ) +("masahiko" ((nnp -11.403) ) () ) +("masahiro" ((nnp -10.709) ) () ) +("masaki-schatz" ((nnp -10.709) ) () ) +("masami" ((nnp -11.403) ) () ) +("mascara" ((nn -11.747) ) () ) +("mascarita" ((nnp -11.403) ) () ) +("masculine" ((jj -10.971) ) () ) +("maserati" ((nnp -11.403) ) () ) +("masillon" ((nnp -11.403) ) () ) +("masius" ((nnp -9.793) ) () ) +("mask" ((nn -11.054) (nnp -11.403) ) () ) +("masked" ((vbn -9.855) ) () ) +("masks" ((nns -10.949) (vbz -9.926) ) () ) +("mason" ((nnp -7.792) ) () ) +("masonry" ((nn -10.648) ) () ) +("masquerading" ((vbg -9.539) ) () ) +("mass" ((jj -9.872) (nn -9.444) (nnp -8.512) ) () ) +("mass-distribution" ((jj -10.971) ) () ) +("mass-market" ((jj -9.179) ) () ) +("mass-media" ((nns -10.949) ) () ) +("mass-merchandise" ((nn -11.747) ) () ) +("mass-murderer" ((nn -11.747) ) () ) +("mass-producing" ((vbg -9.539) ) () ) +("mass." ((nnp -7.596) ) () ) +("mass.-based" ((jj -9.872) ) () ) +("massachusetts" ((nnp -7.847) ) () ) +("massacre" ((nn -9.108) (nnp -11.403) ) () ) +("massage" ((nn -8.702) (nnp -11.403) (vb -10.141) ) () ) +("massages" ((nns -9.003) ) () ) +("massaging" ((vbg -9.539) ) () ) +("masse" ((fw -5.416) (nn -11.747) ) () ) +("masses" ((nns -9.339) ) () ) +("masseur" ((nn -11.054) ) () ) +("masseurs" ((nns -9.562) ) () ) +("masseuse" ((nn -10.360) ) () ) +("massicotte" ((nnp -11.403) ) () ) +("massive" ((jj -7.475) ) () ) +("massively" ((rb -10.299) ) () ) +("masson" ((nnp -8.918) ) () ) +("master" ((nn -9.108) (nnp -10.709) (vb -10.141) ) () ) +("mastercard" ((nnp -10.304) ) () ) +("mastered" ((vbn -8.757) ) () ) +("masterfully" ((rb -10.299) ) () ) +("mastergate" ((nnp -9.793) ) () ) +("mastermind" ((nn -11.747) ) () ) +("masterminding" ((nn -11.747) ) () ) +("masterpiece" ((nn -11.747) (nnp -10.709) ) () ) +("masterpieces" ((nns -10.949) ) () ) +("masters" ((nns -8.751) ) () ) +("masterson" ((nnp -10.709) ) () ) +("mastro" ((nnp -10.304) ) () ) +("masur" ((nnp -11.403) ) () ) +("matagorda" ((nnp -10.709) ) () ) +("matamoros" ((nnp -11.403) ) () ) +("matanky" ((nnp -10.709) ) () ) +("match" ((nn -9.801) (nnp -11.403) (vb -7.251) (vbp -9.367) ) () ) +("matchbox" ((nnp -10.304) ) () ) +("matched" ((vbd -8.905) (vbn -7.909) ) () ) +("matches" ((vbz -8.828) ) () ) +("matching" ((jj -9.872) (nn -11.747) (vbg -7.460) ) () ) +("mate" ((nn -10.648) ) () ) +("mated" ((vbn -9.855) ) () ) +("mateo" ((nnp -9.611) ) () ) +("material" ((jj -9.872) (nn -7.875) (nnp -11.403) ) () ) +("materialize" ((vb -9.043) (vbp -9.367) ) () ) +("materialized" ((vbd -8.905) (vbn -9.855) ) () ) +("materializes" ((vbz -9.233) ) () ) +("materially" ((rb -10.299) ) () ) +("materials" ((nnps -7.729) (nns -6.774) ) () ) +("materiel" ((nn -11.747) ) () ) +("maternity" ((nn -11.747) ) () ) +("mates" ((nns -10.949) ) () ) +("mateyo" ((nnp -11.403) ) () ) +("math" ((nn -10.360) (nnp -11.403) ) () ) +("mathematical" ((jj -9.585) ) () ) +("mathematically" ((rb -10.299) ) () ) +("mathematician" ((nn -11.054) ) () ) +("mathematics" ((nn -11.054) (nns -10.949) ) () ) +("mather" ((nnp -8.918) ) () ) +("mathewson" ((nnp -11.403) ) () ) +("matilda" ((nnp -10.304) ) () ) +("mating" ((nn -11.054) ) () ) +("matlock" ((nnp -10.709) ) () ) +("matra" ((nnp -9.457) ) () ) +("matrix" ((nnp -11.403) ) () ) +("matron" ((nn -11.747) ) () ) +("matryoshka" ((fw -5.416) ) () ) +("matsing" ((nnp -11.403) ) () ) +("matsushita" ((nnp -10.709) ) () ) +("matsushita-made" ((jj -10.971) ) () ) +("matt" ((nnp -10.709) ) () ) +("mattel" ((nnp -10.304) ) () ) +("matter" ((nn -7.352) (vb -8.350) ) () ) +("matter-of-factly" ((rb -10.299) ) () ) +("mattered" ((vbn -9.855) ) () ) +("matters" ((1 -4.727) (nns -7.393) (vbz -8.134) ) () ) +("mattes" ((nnp -11.403) ) () ) +("matthew" ((nnp -9.793) ) () ) +("matthews" ((nnp -10.709) ) () ) +("mattia" ((nnp -11.403) ) () ) +("mattis" ((nnp -11.403) ) () ) +("mattone" ((nnp -11.403) ) () ) +("mattress" ((nnp -9.793) ) () ) +("mature" ((jj -9.872) (vb -9.448) (vbp -7.421) ) () ) +("matures" ((vbz -9.233) ) () ) +("maturing" ((vbg -7.141) ) () ) +("maturities" ((nns -8.058) ) () ) +("maturity" ((nn -7.686) ) () ) +("maughan" ((nnp -10.709) ) () ) +("maul" ((vb -10.141) ) () ) +("maumee" ((nnp -11.403) ) () ) +("maurer" ((nnp -10.709) ) () ) +("maurice" ((nnp -9.205) ) () ) +("maury" ((nnp -10.304) ) () ) +("mavens" ((nns -10.949) ) () ) +("maverick" ((nn -11.054) ) () ) +("max" ((nnp -8.630) ) () ) +("maxim" ((nn -11.054) (nnp -11.403) ) () ) +("maxima" ((nnp -10.709) ) () ) +("maximize" ((vb -8.062) ) () ) +("maximizing" ((vbg -8.846) ) () ) +("maxims" ((nns -10.949) ) () ) +("maximum" ((jj -8.138) (nn -8.656) (nnp -11.403) ) () ) +("maxtor" ((nnp -9.793) ) () ) +("maxwell" ((nnp -7.906) ) () ) +("maxxam" ((nnp -11.403) ) () ) +("may" ((md -2.587) (nnp -6.778) ) () ) +("maybe" ((rb -6.387) ) () ) +("maybelline" ((nnp -10.304) ) () ) +("mayer" ((nnp -9.323) ) () ) +("mayhap" ((rb -10.299) ) () ) +("mayland" ((nnp -11.403) ) () ) +("maynard" ((nnp -9.611) ) () ) +("mayo" ((nnp -10.709) ) () ) +("mayonnaise" ((nn -11.054) ) () ) +("mayor" ((nn -8.656) (nnp -9.100) ) () ) +("mayoral" ((jj -9.179) ) () ) +("mayumi" ((nnp -11.403) ) () ) +("mazda" ((nnp -8.569) ) () ) +("maze" ((nn -10.648) ) () ) +("mazes" ((nns -10.949) ) () ) +("mazowiecki" ((nnp -11.403) ) () ) +("mazza" ((nnp -10.709) ) () ) +("mazzera" ((nnp -11.403) ) () ) +("mazzone" ((nnp -10.709) ) () ) +("mb-339" ((nnp -11.403) ) () ) +("mba" ((nnp -11.403) ) () ) +("mbb" ((nnp -11.403) ) () ) +("mc" ((nnp -11.403) ) () ) +("mc68030" ((nnp -11.403) ) () ) +("mc88200" ((nnp -11.403) ) () ) +("mca" ((nnp -7.596) ) () ) +("mcalpine" ((nnp -9.323) ) () ) +("mcauley" ((nnp -11.403) ) () ) +("mcbride" ((nnp -11.403) ) () ) +("mccabe" ((nnp -10.304) ) () ) +("mccaffrey" ((nnp -11.403) ) () ) +("mccain" ((nnp -9.205) ) () ) +("mccall" ((nnp -9.205) ) () ) +("mccammon" ((nnp -10.709) ) () ) +("mccann" ((nnp -11.403) ) () ) +("mccann-erickson" ((nnp -10.709) ) () ) +("mccarran" ((nnp -11.403) ) () ) +("mccarthy" ((nnp -9.793) ) () ) +("mccartin" ((nnp -11.403) ) () ) +("mccaskey" ((nnp -11.403) ) () ) +("mccaw" ((nn -11.747) (nnp -7.511) ) () ) +("mcchesney" ((nnp -11.403) ) () ) +("mcclatchy" ((nnp -10.709) ) () ) +("mcclelland" ((nnp -10.304) ) () ) +("mcclements" ((nnp -11.403) ) () ) +("mccloy" ((nnp -11.403) ) () ) +("mccollum" ((nnp -11.403) ) () ) +("mccormick" ((nnp -9.611) ) () ) +("mccoy" ((nnp -10.304) ) () ) +("mccracken" ((nnp -11.403) ) () ) +("mccraw" ((nnp -10.304) ) () ) +("mccullough" ((nnp -11.403) ) () ) +("mccutchen" ((nnp -11.403) ) () ) +("mcdermid" ((nnp -11.403) ) () ) +("mcdermott" ((nnp -10.304) ) () ) +("mcdonald" ((nn -10.648) (nnp -7.969) (vb -10.141) ) () ) +("mcdonnell" ((nnp -8.694) ) () ) +("mcdonough" ((nnp -11.403) ) () ) +("mcduffie" ((nnp -8.763) ) () ) +("mcenaney" ((nnp -10.709) ) () ) +("mcfadden" ((nnp -10.709) ) () ) +("mcfall" ((nnp -10.304) ) () ) +("mcfarlan" ((nnp -11.403) ) () ) +("mcgee" ((nnp -11.403) ) () ) +("mcgillicuddy" ((nnp -11.403) ) () ) +("mcglade" ((nnp -10.709) ) () ) +("mcgovern" ((nnp -9.005) ) () ) +("mcgrath" ((nnp -10.304) ) () ) +("mcgraw" ((nnp -11.403) ) () ) +("mcgraw-hill" ((nnp -9.457) ) () ) +("mcgregor" ((nnp -11.403) ) () ) +("mcguire" ((nnp -11.403) ) () ) +("mcgwire" ((nn -11.747) (nnp -10.709) ) () ) +("mci" ((nnp -8.224) ) () ) +("mcinerney" ((nnp -11.403) ) () ) +("mcinnes" ((nnp -10.709) ) () ) +("mcintosh" ((nnp -11.403) ) () ) +("mckay" ((nnp -11.403) ) () ) +("mckenna" ((nnp -10.709) ) () ) +("mckenzie" ((nnp -10.709) ) () ) +("mckim" ((nnp -11.403) ) () ) +("mckinleyville" ((nnp -11.403) ) () ) +("mckinney" ((nnp -11.403) ) () ) +("mckinnon" ((nnp -10.709) ) () ) +("mclaughlin" ((nnp -10.016) ) () ) +("mclelland" ((nnp -11.403) ) () ) +("mclennan" ((nnp -10.709) ) () ) +("mcleod" ((nnp -11.403) ) () ) +("mcloughlin" ((nnp -10.709) ) () ) +("mcluhan" ((nnp -11.403) ) () ) +("mcmahon" ((nnp -11.403) ) () ) +("mcmanus" ((nnp -11.403) ) () ) +("mcmaster" ((nnp -10.016) ) () ) +("mcmeel" ((nnp -10.016) ) () ) +("mcmillin" ((nnp -10.709) ) () ) +("mcnair" ((nnp -10.709) ) () ) +("mcnally" ((nnp -10.304) (rb -10.299) ) () ) +("mcnamara" ((nnp -10.304) ) () ) +("mcnamee" ((nnp -9.323) ) () ) +("mcnealy" ((nnp -10.709) ) () ) +("mcneil" ((nnp -10.709) ) () ) +("mcneill" ((nnp -11.403) ) () ) +("mcnichols" ((nnp -11.403) ) () ) +("mcorp" ((nnp -11.403) ) () ) +("mctoxics" ((nnp -11.403) ) () ) +("mcvities" ((nnp -11.403) ) () ) +("md" ((nnp -9.793) ) () ) +("md-11" ((nnp -10.709) ) () ) +("md-80" ((nn -11.747) (nnp -10.709) ) () ) +("md." ((nnp -9.100) ) () ) +("me" ((fw -5.416) (prp -5.342) ) () ) +("mea" ((nnp -11.403) ) () ) +("mead" ((nn -11.747) (nnp -10.304) ) () ) +("meador" ((nnp -9.611) ) () ) +("meadows" ((nnp -11.403) (nns -10.949) ) () ) +("meager" ((jj -10.278) ) () ) +("meagher" ((nnp -10.016) ) () ) +("meal" ((nn -11.747) ) () ) +("meals" ((nns -9.003) ) () ) +("mealy" ((jj -10.971) ) () ) +("mean" ((jj -9.362) (nn -10.648) (vb -6.210) (vbp -7.064) ) () ) +("meandered" ((vbd -10.291) ) () ) +("meanders" ((vbz -9.926) ) () ) +("meaning" ((nn -9.549) (vbg -7.141) ) () ) +("meaningful" ((jj -9.179) ) () ) +("meaningfully" ((rb -10.299) ) () ) +("meaningless" ((jj -9.872) ) () ) +("meanings" ((nns -10.949) ) () ) +("means" ((nn -9.955) (nnp -9.205) (nnps -7.036) (nns -8.384) (vbz -5.520) ) () ) +("meant" ((vbd -7.726) (vbn -7.022) ) () ) +("meantime" ((nn -9.444) (rb -8.913) ) () ) +("meanwhile" ((nn -11.054) (rb -5.323) ) () ) +("measurable" ((jj -10.971) ) () ) +("measure" ((nn -7.065) (vb -7.944) ) () ) +("measured" ((vbd -9.598) (vbn -7.083) ) () ) +("measurement" ((nn -10.648) (nnp -11.403) ) () ) +("measurements" ((nns -9.562) ) () ) +("measures" ((nns -6.888) (vbz -7.528) ) () ) +("measuring" ((nn -11.747) (vbg -7.930) ) () ) +("meat" ((nn -9.444) (nnp -11.403) ) () ) +("meat-hungry" ((jj -10.971) ) () ) +("meat-processing" ((jj -10.971) ) () ) +("meatpacking" ((nn -11.747) ) () ) +("meats" ((nns -10.255) ) () ) +("mecaniques" ((nnp -11.403) ) () ) +("mecca" ((nnp -10.709) ) () ) +("mechanical" ((jj -9.362) ) () ) +("mechanically" ((rb -9.606) ) () ) +("mechanics" ((nns -10.255) ) () ) +("mechanism" ((nn -9.182) ) () ) +("mechanisms" ((nnps -7.729) (nns -9.157) ) () ) +("mechanized" ((jj -10.278) ) () ) +("meclofenamate" ((nn -11.747) ) () ) +("medal" ((nn -11.747) ) () ) +("medallions" ((nns -10.949) ) () ) +("medchem" ((nnp -9.100) ) () ) +("medco" ((nnp -10.709) ) () ) +("meddle" ((vb -10.141) ) () ) +("meddling" ((vbg -8.846) ) () ) +("medellin" ((nnp -10.709) ) () ) +("media" ((nn -9.801) (nnp -8.838) (nns -6.631) ) () ) +("media-buying" ((jj -9.872) ) () ) +("media-related" ((jj -10.971) ) () ) +("media-stock" ((jj -10.971) ) () ) +("median" ((jj -9.872) (nn -11.747) ) () ) +("mediate" ((vb -10.141) ) () ) +("mediator" ((nn -9.108) ) () ) +("mediators" ((nns -10.949) ) () ) +("medicaid" ((nnp -9.793) ) () ) +("medical" ((jj -6.752) (nnp -7.395) ) () ) +("medical-instrument" ((jj -10.971) ) () ) +("medical-leave" ((jj -10.971) ) () ) +("medical-practice" ((nn -11.747) ) () ) +("medical-products" ((nns -10.255) ) () ) +("medical-supply" ((jj -10.971) ) () ) +("medical-support" ((jj -10.971) ) () ) +("medically" ((rb -10.299) ) () ) +("medicare" ((nnp -9.205) ) () ) +("medication" ((nn -9.801) ) () ) +("medicine" ((nn -8.913) (nnp -9.205) ) () ) +("medicines" ((nns -9.339) ) () ) +("medicis" ((nnps -7.729) ) () ) +("medieval" ((jj -10.971) ) () ) +("mediobanca" ((nnp -10.709) ) () ) +("mediocre" ((jj -9.362) ) () ) +("mediocrity" ((nn -11.747) ) () ) +("meditation" ((nn -11.747) ) () ) +("mediterranean" ((nnp -10.709) ) () ) +("mediterranean-inspired" ((jj -10.971) ) () ) +("medium" ((jj -10.278) (nn -9.667) ) () ) +("medium-grade" ((jj -10.971) ) () ) +("medium-haul" ((jj -10.971) ) () ) +("medium-size" ((jj -10.971) ) () ) +("medium-sized" ((jj -8.892) ) () ) +("medium-term" ((jj -9.872) ) () ) +("mednis" ((nnp -11.403) ) () ) +("medtronic" ((nnp -10.304) ) () ) +("medusa" ((nnp -11.403) ) () ) +("medvedev" ((nnp -11.403) ) () ) +("meese" ((nnp -10.709) ) () ) +("meet" ((nnp -11.403) (vb -5.469) (vbp -7.421) ) () ) +("meeting" ((nn -6.582) (vbg -6.361) ) () ) +("meetings" ((nns -7.311) ) () ) +("meets" ((nns -10.949) (vbz -7.441) ) () ) +("mega" ((jj -9.872) ) () ) +("mega-crash" ((nn -11.747) ) () ) +("mega-crashes" ((nns -10.949) ) () ) +("mega-hit" ((jj -10.971) (nn -11.747) ) () ) +("mega-hits" ((nns -10.949) ) () ) +("mega-issues" ((nns -9.157) ) () ) +("mega-lawyer" ((nn -11.747) ) () ) +("mega-mergers" ((nns -10.949) ) () ) +("mega-problems" ((nns -10.949) ) () ) +("mega-projects" ((nns -10.949) ) () ) +("mega-resorts" ((nns -10.949) ) () ) +("mega-stadium" ((nn -11.747) ) () ) +("mega-welfare" ((jj -10.971) ) () ) +("megabillion" ((nn -11.747) ) () ) +("megabyte" ((nn -10.648) ) () ) +("megabytes" ((nns -10.949) ) () ) +("megane" ((nnp -11.403) ) () ) +("megaquestions" ((nns -10.949) ) () ) +("megargel" ((nnp -10.709) ) () ) +("megawatt" ((nn -11.747) ) () ) +("megawatts" ((nns -9.562) ) () ) +("meharry" ((nnp -11.403) ) () ) +("mehl" ((nnp -9.323) ) () ) +("mehta" ((nnp -9.323) ) () ) +("meinders" ((nnp -11.403) ) () ) +("mel" ((nnp -10.709) ) () ) +("melamed" ((nnp -10.016) ) () ) +("melbourne" ((nnp -11.403) ) () ) +("meld" ((vb -10.141) ) () ) +("melding" ((nn -11.747) (vbg -9.539) ) () ) +("melds" ((vbz -9.926) ) () ) +("melinda" ((nnp -11.403) ) () ) +("mellifluous" ((jj -10.971) ) () ) +("melling" ((nnp -11.403) ) () ) +("melloan" ((nnp -10.709) ) () ) +("mellon" ((nnp -8.838) ) () ) +("mellor" ((nnp -11.403) ) () ) +("mellow" ((jj -10.278) ) () ) +("melodies" ((nns -10.949) ) () ) +("melodious" ((jj -10.971) ) () ) +("melt" ((vb -9.448) ) () ) +("melt-textured" ((jj -10.971) ) () ) +("meltdown" ((jj -10.971) (nn -10.648) ) () ) +("melting" ((vbg -9.539) ) () ) +("melton" ((nnp -11.403) ) () ) +("melts" ((vbz -9.926) ) () ) +("meltzer" ((nnp -10.709) ) () ) +("melvin" ((nnp -11.403) ) () ) +("melvyn" ((nnp -10.304) ) () ) +("member" ((nn -7.416) (nnp -11.403) ) () ) +("members" ((nn -11.747) (nnp -10.304) (nnps -7.729) (nns -5.739) ) () ) +("membership" ((nn -8.083) (nnp -10.709) ) () ) +("memberships" ((nns -10.255) ) () ) +("mementos" ((nns -10.949) ) () ) +("memo" ((nn -9.349) ) () ) +("memoir" ((nn -11.747) ) () ) +("memoirs" ((nns -10.949) ) () ) +("memorabilia" ((nns -10.949) ) () ) +("memorable" ((jj -9.585) ) () ) +("memoranda" ((nns -10.949) ) () ) +("memorandum" ((nn -10.648) ) () ) +("memorandums" ((nns -10.949) ) () ) +("memorial" ((nn -11.747) (nnp -10.709) ) () ) +("memorialist" ((nn -11.747) ) () ) +("memorialized" ((vbn -9.855) ) () ) +("memories" ((nnp -8.918) (nnps -6.630) (nns -8.646) ) () ) +("memorize" ((vbp -9.367) ) () ) +("memory" ((nn -8.281) ) () ) +("memory-chip" ((nn -11.747) ) () ) +("memos" ((nns -9.339) ) () ) +("memotec" ((nnp -9.005) ) () ) +("memphis" ((nnp -10.016) ) () ) +("men" ((nn -11.054) (nnp -11.403) (nnps -7.729) (nns -6.700) ) () ) +("menace" ((nn -11.747) ) () ) +("menacing" ((jj -10.971) ) () ) +("mencken" ((nnp -10.709) ) () ) +("mend" ((vb -10.141) ) () ) +("mendacity" ((nn -11.747) ) () ) +("mendes" ((nnp -10.709) ) () ) +("menem" ((nnp -11.403) ) () ) +("menial" ((jj -10.971) ) () ) +("menlo" ((nnp -10.304) ) () ) +("menstrual" ((jj -9.872) ) () ) +("menswear" ((nn -11.747) ) () ) +("ment" ((nnp -11.403) ) () ) +("mental" ((jj -10.278) (nnp -11.403) ) () ) +("mental-health" ((jj -10.971) (nn -11.054) ) () ) +("mentality" ((nn -10.360) ) () ) +("mentally" ((rb -9.201) ) () ) +("mention" ((nn -10.360) (vb -7.577) (vbp -8.268) ) () ) +("mentioned" ((vbd -8.905) (vbn -7.083) ) () ) +("mentioning" ((vbg -9.539) ) () ) +("mentions" ((vbz -9.926) ) () ) +("menu" ((nn -10.648) ) () ) +("menuhin" ((nnp -10.709) ) () ) +("menus" ((nns -10.949) ) () ) +("merabank" ((nnp -9.100) ) () ) +("merc" ((nnp -7.451) ) () ) +("mercantile" ((nnp -8.144) ) () ) +("mercedes" ((nnp -9.611) (nnps -7.729) (nns -10.949) ) () ) +("mercedes-benz" ((nnp -9.793) ) () ) +("mercedes-benzes" ((nns -10.949) ) () ) +("mercenary" ((jj -10.971) ) () ) +("mercer" ((nnp -11.403) ) () ) +("merchandise" ((nn -8.220) ) () ) +("merchandised" ((vbn -9.855) ) () ) +("merchandisers" ((nns -9.850) ) () ) +("merchandising" ((nn -11.747) (vbg -9.539) ) () ) +("merchant" ((jj -10.971) (nn -8.220) ) () ) +("merchant-banking" ((jj -10.971) (nn -11.054) ) () ) +("merchants" ((nnp -9.793) (nns -8.751) ) () ) +("mercifully" ((rb -10.299) ) () ) +("merck" ((nn -11.747) (nnp -8.630) ) () ) +("mercurial" ((jj -10.971) ) () ) +("mercury" ((nn -10.648) (nnp -8.569) ) () ) +("mercy" ((nn -11.054) ) () ) +("mere" ((jj -8.027) ) () ) +("meredith" ((nn -11.747) (nnp -8.407) ) () ) +("merely" ((rb -6.688) ) () ) +("merge" ((vb -7.097) (vbp -8.674) ) () ) +("merged" ((jj -9.025) (vbd -8.681) (vbn -8.063) ) () ) +("merger" ((nn -7.037) ) () ) +("merger-acquisition" ((jj -10.971) ) () ) +("merger-related" ((jj -10.971) ) () ) +("mergers" ((nnp -10.709) (nns -7.581) ) () ) +("mergers-and-acquisitions" ((jj -10.971) ) () ) +("merging" ((vbg -8.440) ) () ) +("meridian" ((nnp -8.694) ) () ) +("merieux" ((nn -11.747) (nnp -7.876) ) () ) +("merill" ((nnp -11.403) ) () ) +("meringues" ((nns -10.949) ) () ) +("merit" ((nn -9.549) (vb -10.141) ) () ) +("merits" ((nns -8.646) ) () ) +("merksamer" ((nnp -8.001) ) () ) +("merkur" ((nnp -8.569) ) () ) +("merkurs" ((nnps -7.729) ) () ) +("merlo" ((nnp -11.403) ) () ) +("merrick" ((nnp -11.403) ) () ) +("merrill" ((nn -11.747) (nnp -6.483) ) () ) +("merrily" ((rb -10.299) ) () ) +("merritt" ((nnp -10.709) ) () ) +("merry" ((nnp -11.403) ) () ) +("merryman" ((nnp -11.403) ) () ) +("mersa" ((nnp -10.709) ) () ) +("mervin" ((nnp -10.709) ) () ) +("mesa" ((nnp -8.035) ) () ) +("meselson" ((nnp -11.403) ) () ) +("mesh" ((vb -10.141) ) () ) +("meshulam" ((nnp -11.403) ) () ) +("mesnil" ((nnp -10.709) ) () ) +("meson" ((nnp -10.304) ) () ) +("mesothelioma" ((nn -11.747) ) () ) +("mess" ((nn -8.974) (vb -10.141) ) () ) +("messa" ((fw -5.416) ) () ) +("message" ((nn -8.313) ) () ) +("messages" ((nns -8.551) ) () ) +("messelt" ((nnp -10.709) ) () ) +("messenger" ((nn -11.054) ) () ) +("messengers" ((nns -10.949) ) () ) +("messerschmitt-boelkow-blohm" ((nnp -11.403) ) () ) +("messiaen" ((nnp -11.403) ) () ) +("messiah" ((nn -11.747) (nnp -9.611) ) () ) +("messina" ((nnp -10.709) ) () ) +("messing" ((vbg -9.539) ) () ) +("messrs." ((nn -11.747) (nnp -8.267) (nnps -5.532) (nns -10.255) ) () ) +("met" ((nnp -9.100) (vbd -6.507) (vbn -6.636) ) () ) +("meta" ((nnp -11.403) ) () ) +("metabolized" ((vbn -9.855) ) () ) +("metal" ((nn -8.489) (nnp -10.304) ) () ) +("metal-forming" ((jj -10.278) ) () ) +("metal-processing" ((jj -10.971) ) () ) +("metal-working" ((jj -10.971) ) () ) +("metall" ((nnp -11.403) ) () ) +("metallgesellschaft" ((nn -11.747) (nnp -11.403) ) () ) +("metallurgical" ((jj -9.872) ) () ) +("metallurgy" ((nn -11.747) ) () ) +("metals" ((nnp -9.793) (nnps -6.630) (nns -7.311) ) () ) +("metalworkers" ((nns -10.949) ) () ) +("metamorphosis" ((nn -11.747) ) () ) +("metaphor" ((nn -9.955) ) () ) +("metaphorical" ((jj -10.971) ) () ) +("metaphors" ((nns -10.255) ) () ) +("metaphysical" ((jj -10.971) ) () ) +("metatrace" ((nnp -11.403) ) () ) +("meted" ((vbn -9.855) ) () ) +("meteoric" ((jj -10.971) ) () ) +("meter" ((nn -11.747) ) () ) +("meters" ((nns -9.157) ) () ) +("method" ((nn -8.856) ) () ) +("methodical" ((jj -10.971) ) () ) +("methodist" ((nnp -10.709) ) () ) +("methodists" ((nnps -7.729) ) () ) +("methodologies" ((nns -10.255) ) () ) +("methodology" ((nn -11.747) ) () ) +("methods" ((nns -8.464) ) () ) +("methyl" ((nn -11.747) ) () ) +("meticulous" ((jj -10.971) ) () ) +("meting" ((vbg -9.539) ) () ) +("metric" ((jj -7.880) (nn -11.747) (nnp -11.403) ) () ) +("metrics" ((nns -10.255) ) () ) +("metro" ((nn -10.360) ) () ) +("metromedia" ((nnp -9.100) ) () ) +("metromedia-itt" ((nnp -11.403) ) () ) +("metropolitan" ((jj -7.836) (nnp -8.407) ) () ) +("metruh" ((nnp -10.709) ) () ) +("metschan" ((nnp -11.403) ) () ) +("mettle" ((nn -10.648) ) () ) +("metz" ((nnp -11.403) ) () ) +("metzenbaum" ((nnp -11.403) ) () ) +("metzenbaums" ((nnps -7.729) ) () ) +("mevacor" ((nnp -10.709) ) () ) +("mexican" ((jj -8.138) (nnp -10.304) ) () ) +("mexicana" ((nnp -10.709) ) () ) +("mexicanos" ((nnp -10.709) ) () ) +("mexico" ((nnp -7.451) ) () ) +("mexico-united" ((nnp -10.709) ) () ) +("meyer" ((nnp -10.016) ) () ) +("meyers" ((nnp -10.709) ) () ) +("mezzo" ((nn -11.747) ) () ) +("mezzogiorno" ((nnp -11.403) ) () ) +("mfg." ((nnp -11.403) ) () ) +("mgm" ((nnp -8.070) ) () ) +("mh-60k" ((nn -11.747) ) () ) +("miami" ((nnp -7.906) ) () ) +("miami-based" ((jj -9.025) ) () ) +("miami-madrid" ((nnp -11.403) ) () ) +("mice" ((nns -9.339) ) () ) +("mich" ((nnp -9.205) ) () ) +("mich." ((nnp -7.876) ) () ) +("mich.-based" ((jj -10.278) ) () ) +("michael" ((nnp -6.558) ) () ) +("michaelcheck" ((nnp -11.403) ) () ) +("michaels" ((nnp -11.403) ) () ) +("michel" ((nnp -9.611) ) () ) +("michelangelos" ((nnps -7.729) ) () ) +("michele" ((nnp -10.709) ) () ) +("michelin" ((nnp -11.403) ) () ) +("michelle" ((nn -10.137) (nnp -9.005) ) () ) +("michelman" ((nnp -11.403) ) () ) +("michelob" ((nnp -11.403) ) () ) +("michels" ((nnp -11.403) ) () ) +("michigan" ((jj -10.971) (nnp -8.184) ) () ) +("michio" ((nnp -11.403) ) () ) +("mickey" ((nnp -10.016) ) () ) +("micoprocessors" ((nns -10.949) ) () ) +("micro" ((jj -10.971) (nnp -10.016) ) () ) +("micro-electronic" ((jj -10.971) ) () ) +("micro-liquidity" ((nn -11.747) ) () ) +("microbe" ((nn -11.747) ) () ) +("microbes" ((nns -10.255) ) () ) +("microbiology" ((nnp -11.403) ) () ) +("microcassette" ((nn -10.648) ) () ) +("microchip" ((nn -10.648) ) () ) +("microchips" ((nns -10.949) ) () ) +("microcomputer" ((jjr -8.039) (nn -11.054) ) () ) +("microcomputer-systems" ((jj -10.971) ) () ) +("microcomputers" ((nns -10.255) ) () ) +("microcosm" ((nn -11.747) ) () ) +("microdyne" ((nnp -10.304) ) () ) +("microeconomics" ((nns -10.949) ) () ) +("microelectronics" ((nns -10.255) ) () ) +("microgenesys" ((nnp -11.403) ) () ) +("microlog" ((nnp -11.403) ) () ) +("micromanage" ((nn -11.747) ) () ) +("micronic" ((nnp -10.709) ) () ) +("micronite" ((nn -11.747) ) () ) +("microphone" ((nn -10.360) ) () ) +("microphones" ((nns -10.949) ) () ) +("micropolis" ((nnp -11.403) ) () ) +("microprocessor" ((nn -9.262) (nnp -11.403) ) () ) +("microprocessor-based" ((jj -10.971) ) () ) +("microprocessors" ((nns -9.003) ) () ) +("microscopic" ((jj -9.872) ) () ) +("microsoft" ((nnp -8.512) ) () ) +("microsystems" ((nnp -10.709) (nnps -5.937) ) () ) +("microvan" ((nn -11.747) ) () ) +("microwave" ((nnp -10.304) ) () ) +("microwaves" ((nns -10.255) ) () ) +("mid" ((jj -10.278) ) () ) +("mid-1940s" ((nns -10.949) ) () ) +("mid-1960s" ((nns -10.949) ) () ) +("mid-1970s" ((cd -9.075) (nns -9.562) ) () ) +("mid-1979" ((nn -11.747) ) () ) +("mid-1980s" ((cd -8.670) (nns -9.339) ) () ) +("mid-1988" ((cd -10.462) ) () ) +("mid-1990" ((nn -11.747) ) () ) +("mid-1990s" ((cd -10.462) (nns -8.869) ) () ) +("mid-1991" ((nn -11.747) ) () ) +("mid-1992" ((nn -11.054) ) () ) +("mid-1995" ((nn -11.747) ) () ) +("mid-20" ((cd -10.462) ) () ) +("mid-30s" ((cd -9.769) ) () ) +("mid-afternoon" ((jj -10.971) (nn -11.747) (rb -10.299) ) () ) +("mid-august" ((nnp -10.709) ) () ) +("mid-december" ((nn -11.747) ) () ) +("mid-july" ((nn -11.747) ) () ) +("mid-june" ((nnp -10.709) ) () ) +("mid-november" ((nnp -9.793) ) () ) +("mid-october" ((jj -9.362) (nn -11.747) (nnp -9.457) ) () ) +("mid-priced" ((jj -10.971) ) () ) +("mid-range" ((jj -10.278) ) () ) +("mid-september" ((nn -11.054) (nnp -11.403) ) () ) +("mid-size" ((jj -10.971) ) () ) +("mid-sized" ((jj -9.872) ) () ) +("mid-state" ((nnp -11.403) ) () ) +("mid-to-late" ((jj -10.971) ) () ) +("midafternoon" ((nn -11.054) ) () ) +("midcontinent" ((jj -10.971) ) () ) +("midday" ((nn -9.955) ) () ) +("middle" ((jj -8.081) (nn -9.182) (nnp -9.611) ) () ) +("middle-age" ((jj -10.971) ) () ) +("middle-aged" ((jj -9.872) ) () ) +("middle-class" ((jj -10.971) (nn -9.955) ) () ) +("middle-ground" ((jj -10.971) ) () ) +("middle-income" ((jj -10.971) ) () ) +("middle-management" ((jj -10.971) ) () ) +("middle-market" ((jj -10.971) ) () ) +("middle-priced" ((jj -10.971) ) () ) +("middlebury" ((nnp -11.403) ) () ) +("middleman" ((nn -9.955) ) () ) +("middlemen" ((nns -8.551) ) () ) +("middlesex" ((nnp -11.403) ) () ) +("middletown" ((nnp -10.016) ) () ) +("middling" ((jj -10.971) ) () ) +("mideast" ((jj -9.585) (nnp -10.709) ) () ) +("midgetman" ((nnp -11.403) ) () ) +("midland" ((nnp -9.100) ) () ) +("midlevel" ((jj -10.971) ) () ) +("midmorning" ((nn -10.360) ) () ) +("midnight" ((nn -9.444) (nnp -11.403) ) () ) +("midrange" ((jj -10.971) (nn -11.747) ) () ) +("midsized" ((jj -9.025) (vbn -9.855) ) () ) +("midsized-car" ((nn -11.747) ) () ) +("midst" ((nn -8.802) ) () ) +("midsummer" ((nn -11.747) ) () ) +("midtown" ((jj -9.585) (nn -11.054) ) () ) +("midvale" ((nnp -11.403) ) () ) +("midway" ((nnp -10.016) ) () ) +("midweek" ((nn -11.747) ) () ) +("midwesco" ((nnp -11.403) ) () ) +("midwest" ((jj -10.971) (jjs -6.424) (nn -10.360) (nnp -8.838) ) () ) +("midwestern" ((jj -9.585) (nn -11.747) (nnp -11.403) ) () ) +("midyear" ((nn -10.360) ) () ) +("miffed" ((vbn -9.855) ) () ) +("mig-1" ((jj -10.971) ) () ) +("mig-23bn" ((nn -11.747) ) () ) +("mig-29s" ((nns -10.255) ) () ) +("might" ((md -3.420) (nn -10.137) ) () ) +("mighta" ((1 -4.727) ) () ) +("mightily" ((rb -10.299) ) () ) +("mighty" ((jj -9.585) (rb -9.606) ) () ) +("mignanelli" ((nnp -10.709) ) () ) +("migrate" ((vb -10.141) ) () ) +("migrations" ((nns -10.949) ) () ) +("miguel" ((nnp -11.403) ) () ) +("mike" ((nnp -9.005) ) () ) +("mikhail" ((nnp -8.569) ) () ) +("mil-spec" ((nnp -11.403) ) () ) +("milacron" ((nnp -11.403) ) () ) +("milan" ((nnp -8.763) ) () ) +("milan-based" ((jj -10.971) ) () ) +("milano" ((nnp -11.403) ) () ) +("milbank" ((nnp -11.403) ) () ) +("milberg" ((nnp -11.403) ) () ) +("milburn" ((nnp -11.403) ) () ) +("mild" ((jj -8.774) ) () ) +("mild-mannered" ((jj -10.971) ) () ) +("mildew" ((nn -11.747) ) () ) +("mildewy" ((jj -10.971) ) () ) +("mildly" ((rb -8.508) ) () ) +("mile" ((nn -9.955) (nnp -10.709) ) () ) +("mile-long" ((jj -10.971) ) () ) +("mileage" ((nn -10.360) ) () ) +("miles" ((nnp -10.304) (nns -7.057) ) () ) +("miles-per-hour" ((jj -10.971) ) () ) +("milestone" ((nn -11.747) ) () ) +("milestones" ((nns -8.464) ) () ) +("milion" ((nn -11.747) ) () ) +("militant" ((jj -9.872) ) () ) +("militarily" ((rb -9.606) ) () ) +("militarism" ((nn -11.747) ) () ) +("military" ((jj -6.471) (nn -9.349) (nnp -10.304) ) () ) +("military-service" ((jj -10.971) ) () ) +("militate" ((vb -10.141) ) () ) +("militia" ((nn -11.747) ) () ) +("militias" ((nns -10.949) ) () ) +("milk" ((nn -8.802) (vb -8.755) ) () ) +("milked" ((vbn -9.855) ) () ) +("milken" ((nnp -10.709) ) () ) +("milky" ((jj -10.971) ) () ) +("mill" ((nn -8.974) (nnp -10.709) ) () ) +("miller" ((nnp -7.665) ) () ) +("millicom" ((nnp -11.403) ) () ) +("milligram" ((nn -11.054) ) () ) +("milling" ((nn -11.747) ) () ) +("million" ((cd -2.127) (jj -10.971) ) () ) +("million-a-year" ((jj -10.278) ) () ) +("million-dollar" ((jj -10.278) ) () ) +("million-dollar-a-year" ((jj -10.971) ) () ) +("million-franc" ((jj -10.971) ) () ) +("million-gallon" ((jj -10.971) ) () ) +("million-plus" ((jj -10.971) (nn -11.054) (nns -10.949) ) () ) +("million-share" ((jj -10.278) ) () ) +("million-square-foot" ((jj -10.971) ) () ) +("millionaires" ((nns -9.850) ) () ) +("millions" ((nns -7.285) ) () ) +("millis" ((nnp -10.016) ) () ) +("millkens" ((nnp -11.403) ) () ) +("milllion" ((nn -11.747) ) () ) +("millon" ((nn -11.747) ) () ) +("mills" ((nnp -9.205) (nnps -6.630) (nns -8.241) ) () ) +("milne" ((nnp -11.403) ) () ) +("milpitas" ((nnp -10.304) ) () ) +("milstar" ((nnp -11.403) ) () ) +("milt" ((nnp -11.403) ) () ) +("milton" ((nnp -9.323) ) () ) +("milunovich" ((nnp -10.016) ) () ) +("milwaukee" ((nnp -9.793) ) () ) +("milwaukee-based" ((jj -10.278) ) () ) +("mimic" ((vb -9.448) (vbp -8.268) ) () ) +("mimics" ((nns -10.255) (vbz -9.926) ) () ) +("minato-mirai" ((nnp -11.403) ) () ) +("mincemeat" ((nn -11.054) ) () ) +("mind" ((nn -8.109) (vb -7.657) ) () ) +("mind-boggling" ((jj -10.971) ) () ) +("mind-numbing" ((jj -10.278) ) () ) +("mind-set" ((nn -11.747) ) () ) +("minded" ((vbd -10.291) ) () ) +("minden" ((nnp -11.403) ) () ) +("mindful" ((jj -10.278) ) () ) +("mindless" ((jj -9.872) ) () ) +("minds" ((nns -8.464) ) () ) +("mindset" ((nn -11.747) ) () ) +("mine" ((jj -9.362) (nn -8.702) (nnp -11.403) (prp -9.428) (vbp -9.367) ) () ) +("minefields" ((nns -10.949) ) () ) +("minella" ((nnp -9.793) ) () ) +("mineola" ((nnp -11.403) ) () ) +("miner" ((nnp -10.304) ) () ) +("minera" ((nnp -11.403) ) () ) +("mineral" ((nn -10.648) ) () ) +("minerals" ((nnp -11.403) (nnps -5.937) (nns -9.157) ) () ) +("minero" ((nnp -11.403) ) () ) +("miners" ((nns -9.157) ) () ) +("mines" ((nnp -10.016) (nnps -7.036) (nns -8.310) ) () ) +("mineworkers" ((nnps -7.036) ) () ) +("mingle" ((vbp -9.367) ) () ) +("minh" ((nnp -10.709) ) () ) +("minha" ((nnp -11.403) ) () ) +("mini-component" ((jj -9.872) ) () ) +("mini-series" ((nn -11.747) ) () ) +("mini-slip" ((nn -11.747) ) () ) +("mini-studio" ((nn -11.747) ) () ) +("miniature" ((jj -10.971) (nn -11.747) ) () ) +("miniaturized" ((vbn -9.855) ) () ) +("minicar" ((nn -11.054) ) () ) +("minicars" ((nns -10.949) ) () ) +("minicomputer" ((nn -10.360) ) () ) +("minicomputers" ((nns -9.003) ) () ) +("minicrash" ((nn -11.747) ) () ) +("minikes" ((nnp -11.403) ) () ) +("minimal" ((jj -8.669) ) () ) +("minimalism" ((nn -11.054) ) () ) +("minimalist" ((jj -10.971) (nn -11.747) ) () ) +("minimill" ((nn -11.054) ) () ) +("minimills" ((nns -9.339) ) () ) +("minimize" ((vb -8.350) ) () ) +("minimized" ((vbn -9.855) ) () ) +("minimizing" ((vbg -8.440) ) () ) +("minimum" ((1 -4.727) (jj -7.142) (nn -8.379) (nnp -10.709) ) () ) +("minimum-wage" ((nn -11.054) ) () ) +("minimums" ((nns -10.949) ) () ) +("minimun" ((nn -11.747) ) () ) +("minincomputer" ((jjr -8.039) ) () ) +("mining" ((nn -8.611) (nnp -9.793) (vbg -8.153) ) () ) +("mininum-wage" ((nn -11.747) ) () ) +("miniscribe" ((nnp -8.918) ) () ) +("miniscule" ((jj -10.971) ) () ) +("miniseries" ((nn -11.747) (nns -10.949) ) () ) +("minister" ((nn -7.815) (nnp -7.342) ) () ) +("ministerial" ((jj -10.971) ) () ) +("ministers" ((nnps -7.729) (nns -8.004) ) () ) +("ministries" ((nns -9.339) ) () ) +("ministry" ((nn -8.569) (nnp -7.574) ) () ) +("minisupercomputers" ((nns -10.949) ) () ) +("minivan" ((nn -11.747) ) () ) +("minivans" ((nns -8.869) ) () ) +("mink" ((nn -9.955) ) () ) +("minn" ((nnp -11.403) ) () ) +("minn." ((nnp -9.611) ) () ) +("minneapolis" ((nnp -8.224) (nns -9.850) ) () ) +("minneapolis-based" ((jj -9.362) ) () ) +("minnelli" ((nnp -11.403) ) () ) +("minnesota" ((nnp -8.694) ) () ) +("minnie" ((nnp -11.403) ) () ) +("minolta" ((nnp -11.403) ) () ) +("minor" ((jj -7.604) (nnp -10.709) ) () ) +("minor-leaguer" ((nn -11.747) ) () ) +("minorities" ((nns -9.003) ) () ) +("minority" ((nn -7.918) (nnp -10.016) ) () ) +("minority-owned" ((jj -10.278) ) () ) +("minors" ((nns -10.255) ) () ) +("minpeco" ((nnp -9.100) ) () ) +("minstrel" ((nn -11.747) ) () ) +("mint" ((nn -11.747) (nnp -10.709) ) () ) +("minted" ((vbn -9.855) ) () ) +("minting" ((vbg -9.539) ) () ) +("mints" ((nns -10.255) ) () ) +("mintz" ((nnp -11.403) ) () ) +("minus" ((cc -8.423) (in -10.264) (nn -11.054) ) () ) +("minuscule" ((jj -10.278) ) () ) +("minuses" ((nns -10.255) ) () ) +("minute" ((jj -9.585) (nn -8.974) ) () ) +("minuteman" ((nnp -10.016) ) () ) +("minutes" ((nnp -11.403) (nnps -7.729) (nns -6.471) ) () ) +("minutiae" ((nns -10.949) ) () ) +("mioxidil" ((nn -11.747) ) () ) +("mips" ((nnp -8.184) (nns -10.255) ) () ) +("mirabello" ((nnp -11.403) ) () ) +("miracle" ((nn -10.648) ) () ) +("mirage" ((nnp -8.838) ) () ) +("miranda" ((nnp -10.016) ) () ) +("mirante" ((nnp -11.403) ) () ) +("mire" ((nn -11.747) ) () ) +("mired" ((jj -10.971) (vbn -8.246) ) () ) +("mirek" ((nnp -11.403) ) () ) +("miringoff" ((nnp -11.403) ) () ) +("mirror" ((nn -11.054) (nnp -10.709) (vb -9.043) (vbp -8.268) ) () ) +("mirrored" ((vbd -10.291) ) () ) +("mirroring" ((nn -11.747) ) () ) +("mirrors" ((vbz -9.926) ) () ) +("misadventure" ((nn -11.747) ) () ) +("misadventures" ((nns -10.255) ) () ) +("misanthrope" ((nn -11.054) ) () ) +("misawa" ((nnp -10.709) ) () ) +("misbegotten" ((jj -10.971) ) () ) +("miscalculated" ((vbd -9.598) ) () ) +("miscalculation" ((nn -11.054) ) () ) +("miscegenation" ((nn -11.747) ) () ) +("miscellaneous" ((jj -10.278) ) () ) +("mischief" ((nn -10.360) ) () ) +("mischievous" ((jj -10.971) ) () ) +("miscommunication" ((nn -11.747) ) () ) +("misconduct" ((nn -10.137) ) () ) +("misdeeds" ((nns -9.850) ) () ) +("misdemeanor" ((nn -11.747) ) () ) +("misdemeanors" ((nns -10.949) ) () ) +("miser" ((nnp -11.403) ) () ) +("miserable" ((jj -10.278) ) () ) +("miserably" ((rb -10.299) ) () ) +("miserly" ((jj -10.971) ) () ) +("misery" ((nn -11.747) ) () ) +("misfortune" ((nn -11.747) ) () ) +("misfortunes" ((nns -10.949) ) () ) +("misguided" ((jj -10.278) ) () ) +("mishandled" ((vbd -9.598) ) () ) +("misinformation" ((nn -11.747) ) () ) +("misinterpret" ((vb -9.448) ) () ) +("misinterpreted" ((vbn -9.162) ) () ) +("misjudged" ((vbd -10.291) ) () ) +("misleading" ((jj -8.774) (vbg -8.153) ) () ) +("misled" ((vbd -9.192) (vbn -9.855) ) () ) +("mismanagement" ((nn -9.801) ) () ) +("mismatch" ((nn -10.648) ) () ) +("mismeasurements" ((nns -10.949) ) () ) +("misperceptions" ((nns -10.949) ) () ) +("misplaced" ((vbn -9.855) ) () ) +("misquotation" ((nn -11.747) ) () ) +("misrepresent" ((vb -10.141) ) () ) +("misrepresentation" ((nn -11.747) ) () ) +("misrepresentations" ((nns -9.562) ) () ) +("misrepresented" ((vbd -9.598) ) () ) +("misrepresenting" ((vbg -8.846) ) () ) +("misrepresents" ((vbz -9.926) ) () ) +("miss" ((nnp -8.763) (vb -8.196) (vbp -8.268) ) () ) +("miss." ((nnp -10.304) ) () ) +("missed" ((vbd -8.499) (vbn -8.469) ) () ) +("misses" ((vbz -8.828) ) () ) +("missile" ((nn -8.974) (nnp -10.709) ) () ) +("missiles" ((nns -8.551) ) () ) +("missing" ((jj -9.585) (vbg -6.831) ) () ) +("mission" ((nn -8.702) (nnp -10.304) ) () ) +("missionaries" ((nns -10.255) ) () ) +("missionary" ((jj -10.971) ) () ) +("missions" ((nns -9.562) ) () ) +("mississippi" ((nnp -8.569) ) () ) +("missouri" ((nnp -8.630) ) () ) +("misstated" ((vbd -9.598) (vbn -8.757) ) () ) +("misstatements" ((nns -10.255) ) () ) +("misstates" ((vbz -9.233) ) () ) +("mist" ((nn -11.747) (nnp -10.709) ) () ) +("mistake" ((nn -9.262) (nnp -11.403) ) () ) +("mistakenly" ((rb -8.690) ) () ) +("mistakes" ((nns -8.646) ) () ) +("mister" ((nn -11.747) ) () ) +("mistreat" ((vb -10.141) ) () ) +("mistress" ((nn -11.747) ) () ) +("mistresses" ((nns -10.949) ) () ) +("mistrial" ((nn -11.054) ) () ) +("mistrials" ((nns -10.255) ) () ) +("mistrust" ((nn -10.648) ) () ) +("mists" ((nns -10.949) ) () ) +("misunderstanding" ((vbg -9.539) ) () ) +("misunderstood" ((vbn -9.855) ) () ) +("misuse" ((nn -11.054) (nnp -11.403) ) () ) +("misused" ((vbd -10.291) ) () ) +("mit" ((nnp -10.709) ) () ) +("mitchell" ((nnp -7.906) ) () ) +("mite" ((nn -11.747) ) () ) +("mites" ((nns -10.949) ) () ) +("miti" ((nnp -10.709) ) () ) +("mitigate" ((vb -9.043) ) () ) +("mitigating" ((jj -10.971) ) () ) +("mitre" ((nnp -11.403) ) () ) +("mitsotakis" ((nnp -10.304) ) () ) +("mitsubishi" ((nnp -7.325) (nns -9.850) ) () ) +("mitsui" ((nnp -8.630) (nns -10.949) ) () ) +("mitsukoshi" ((nnp -9.793) ) () ) +("mitsuoka" ((nnp -10.304) ) () ) +("mitsuru" ((nnp -11.403) ) () ) +("mitterrand" ((nnp -9.323) ) () ) +("mitzel" ((nnp -11.403) ) () ) +("mix" ((nn -8.974) (nnp -10.709) ) () ) +("mixed" ((jj -7.836) (vbd -10.291) (vbn -7.147) ) () ) +("mixed-up" ((jj -10.971) ) () ) +("mixers" ((nns -10.949) ) () ) +("mixes" ((vbz -9.926) ) () ) +("mixing" ((vbg -8.846) ) () ) +("mixte" ((nnp -7.714) ) () ) +("mixture" ((nn -11.054) ) () ) +("miyata" ((nnp -11.403) ) () ) +("miyoshi" ((nnp -11.403) ) () ) +("mizuno" ((nnp -11.403) ) () ) +("mlangeni" ((nnp -11.403) ) () ) +("mlx" ((nnp -9.611) ) () ) +("mmi" ((nnp -9.100) ) () ) +("mms" ((nnp -11.403) ) () ) +("mnb" ((nnp -11.403) ) () ) +("mnc" ((nnp -10.709) ) () ) +("mnouchkine" ((nnp -11.403) ) () ) +("mo" ((nnp -10.016) ) () ) +("mo." ((nnp -9.611) ) () ) +("mo.-based" ((jj -10.971) ) () ) +("moan" ((vb -10.141) ) () ) +("moans" ((vbz -9.926) ) () ) +("moat" ((nn -11.747) ) () ) +("mob" ((nn -11.054) ) () ) +("mobil" ((nnp -8.070) ) () ) +("mobile" ((jj -9.025) (nnp -10.016) ) () ) +("mobile-home" ((nn -11.747) ) () ) +("mobility" ((nn -11.747) ) () ) +("mobilization" ((nn -11.747) ) () ) +("mobilize" ((vb -9.448) ) () ) +("mobilized" ((vbd -10.291) (vbn -9.162) ) () ) +("mobilizing" ((vbg -9.539) ) () ) +("mobster" ((nn -11.747) ) () ) +("mobutu" ((nnp -11.403) ) () ) +("mochida" ((nnp -11.403) ) () ) +("mock" ((jj -10.278) ) () ) +("mocked" ((vbn -9.855) ) () ) +("mockery" ((nn -11.747) ) () ) +("mocking" ((vbg -9.539) ) () ) +("mockingly" ((rb -10.299) ) () ) +("mode" ((nn -9.955) (nnp -11.403) ) () ) +("model" ((jj -10.278) (nn -7.835) (nnp -10.304) ) () ) +("modeled" ((vbd -10.291) (vbn -9.855) ) () ) +("modeling" ((nn -11.747) ) () ) +("modell" ((nnp -11.403) ) () ) +("models" ((nns -6.997) ) () ) +("modems" ((nns -10.949) ) () ) +("moderate" ((jj -7.537) (vb -10.141) (vbp -9.367) ) () ) +("moderate-income" ((jj -10.971) (nn -11.747) ) () ) +("moderated" ((vbn -8.757) ) () ) +("moderately" ((rb -8.353) ) () ) +("moderates" ((nns -9.562) ) () ) +("moderating" ((vbg -9.539) ) () ) +("moderation" ((nn -10.360) ) () ) +("modern" ((jj -7.258) (nn -11.747) (nnp -11.403) ) () ) +("modern-day" ((jj -9.872) ) () ) +("modernist" ((jj -10.971) (nn -11.747) ) () ) +("modernization" ((nn -10.137) ) () ) +("modernize" ((vb -8.350) ) () ) +("modernized" ((jj -9.872) (vbd -10.291) (vbn -9.855) ) () ) +("modernizing" ((vbg -9.539) ) () ) +("modes" ((nns -10.255) ) () ) +("modest" ((jj -6.797) ) () ) +("modestly" ((rb -7.304) ) () ) +("modesty" ((nn -11.747) ) () ) +("modicum" ((nn -11.054) ) () ) +("modification" ((nn -11.054) ) () ) +("modifications" ((nns -9.003) ) () ) +("modified" ((jj -10.971) (vbn -8.246) ) () ) +("modifies" ((vbz -9.926) ) () ) +("modify" ((vb -8.532) ) () ) +("modish" ((jj -10.971) ) () ) +("modular" ((jj -10.971) ) () ) +("modulate" ((vbp -9.367) ) () ) +("modzelewski" ((nnp -10.304) ) () ) +("moertel" ((nnp -11.403) ) () ) +("moffett" ((nnp -11.403) ) () ) +("mogul" ((nn -11.747) (nnp -11.403) ) () ) +("mohamad" ((nnp -11.403) ) () ) +("mohamed" ((nnp -11.403) ) () ) +("mohammed" ((nnp -11.403) ) () ) +("mohan" ((nnp -11.403) ) () ) +("mohawk" ((nnp -11.403) ) () ) +("moi" ((fw -5.416) ) () ) +("moines" ((nnp -9.793) ) () ) +("moines-based" ((jj -10.971) ) () ) +("moira" ((nnp -11.403) ) () ) +("moises" ((nnp -11.403) ) () ) +("moisture" ((nn -11.747) ) () ) +("moisturizer" ((nn -11.747) ) () ) +("moisturizers" ((nns -10.949) ) () ) +("mojave" ((nnp -11.403) ) () ) +("mokaba" ((nnp -11.403) ) () ) +("mold" ((nn -11.054) ) () ) +("molded" ((vbn -9.855) ) () ) +("molding" ((nn -11.747) ) () ) +("molds" ((nns -10.949) ) () ) +("moldy" ((jj -10.971) ) () ) +("molecular" ((jj -10.971) ) () ) +("molecularly" ((rb -10.299) ) () ) +("molecule" ((nn -10.360) ) () ) +("molecules" ((nns -10.949) ) () ) +("moleculon" ((nnp -10.304) ) () ) +("molehill" ((nn -11.747) ) () ) +("moliere" ((nnp -10.016) ) () ) +("mollified" ((vbn -9.855) ) () ) +("mollify" ((vb -9.448) ) () ) +("molloy" ((nnp -10.709) ) () ) +("molly" ((nnp -11.403) ) () ) +("moloch" ((nnp -11.403) ) () ) +("molotov" ((nnp -11.403) ) () ) +("mom" ((nn -9.801) ) () ) +("mom-and-pop" ((jj -10.971) ) () ) +("moment" ((nn -7.855) ) () ) +("momentarily" ((rb -10.299) ) () ) +("momentary" ((jj -9.585) ) () ) +("momentous" ((jj -10.971) ) () ) +("moments" ((nns -8.464) ) () ) +("momentum" ((nn -9.108) ) () ) +("mona" ((nnp -11.403) ) () ) +("monaco" ((nnp -10.709) ) () ) +("monastery" ((nn -10.648) (nnp -11.403) ) () ) +("monchecourt" ((nnp -11.403) ) () ) +("monday" ((nnp -5.842) ) () ) +("monday-morning" ((jj -10.971) ) () ) +("mondays" ((nnp -11.403) ) () ) +("mondschein" ((nnp -10.709) ) () ) +("monet" ((nnp -11.403) ) () ) +("monetarist" ((nn -10.360) ) () ) +("monetarists" ((nns -10.255) ) () ) +("monetary" ((jj -7.164) (nnp -9.005) ) () ) +("monetary-stroke-military" ((jj -10.971) ) () ) +("monets" ((nnps -7.729) ) () ) +("monetta" ((nnp -10.709) ) () ) +("money" ((nn -5.487) (nnp -8.267) ) () ) +("money-back" ((jj -10.278) ) () ) +("money-fund" ((nn -9.955) ) () ) +("money-laundering" ((nn -11.747) ) () ) +("money-losing" ((jj -9.025) ) () ) +("money-making" ((jj -10.971) ) () ) +("money-management" ((jj -10.971) (nn -10.360) ) () ) +("money-market" ((jj -8.486) (nn -9.801) ) () ) +("money-saving" ((nn -11.747) ) () ) +("money-transfer" ((nn -11.747) ) () ) +("moneymakers" ((nns -10.949) ) () ) +("monica" ((nnp -9.611) ) () ) +("monied" ((jj -10.278) ) () ) +("monieson" ((nnp -8.035) ) () ) +("moniker" ((nn -10.648) ) () ) +("monitor" ((nn -10.137) (nnp -10.016) (vb -7.502) (vbp -7.981) ) () ) +("monitored" ((jj -10.971) (vbd -8.905) (vbn -8.469) ) () ) +("monitoring" ((nn -9.349) (vbg -7.141) ) () ) +("monitors" ((nnp -11.403) (nns -9.562) (vbz -9.233) ) () ) +("monkey" ((nn -11.747) (nnp -11.403) ) () ) +("monkeys" ((nns -10.255) ) () ) +("monogram" ((nnp -10.304) ) () ) +("monohull" ((nn -11.747) ) () ) +("monolithic" ((jj -10.278) ) () ) +("monoliths" ((nns -10.255) ) () ) +("monophonic" ((jj -10.971) ) () ) +("monopolies" ((nnp -10.709) (nns -9.003) ) () ) +("monopolize" ((vb -9.043) ) () ) +("monopolized" ((vbd -10.291) (vbn -9.855) ) () ) +("monopoly" ((nn -9.444) ) () ) +("monorail" ((nnp -11.403) ) () ) +("monroe" ((nnp -10.304) ) () ) +("monsanto" ((nnp -9.005) ) () ) +("monsieur" ((nn -11.747) ) () ) +("monsoon" ((nn -11.747) ) () ) +("monster" ((nn -10.648) ) () ) +("monstrous" ((jj -10.278) ) () ) +("mont" ((nnp -11.403) ) () ) +("montagu" ((nnp -10.304) ) () ) +("montana" ((nnp -10.016) ) () ) +("montbrial" ((nnp -11.403) ) () ) +("monte" ((nnp -8.918) ) () ) +("montedison" ((nn -11.747) (nnp -9.457) ) () ) +("monteith" ((nnp -11.403) ) () ) +("monterrey" ((nnp -10.709) ) () ) +("montgolfier" ((nnp -11.403) ) () ) +("montgolfiere" ((fw -5.416) ) () ) +("montgolfing" ((nn -11.747) ) () ) +("montgomery" ((nnp -9.100) ) () ) +("montgoris" ((nnp -10.016) ) () ) +("month" ((nn -5.560) (nnp -11.403) ) () ) +("month-end" ((nn -11.747) ) () ) +("month-old" ((jj -10.971) ) () ) +("month-to-month" ((jj -10.278) ) () ) +("monthly" ((jj -7.059) (nn -11.747) (nnp -11.403) (rb -8.690) ) () ) +("months" ((nns -4.429) ) () ) +("monticello" ((nnp -11.403) ) () ) +("montpelier" ((nnp -11.403) ) () ) +("montreal" ((nnp -8.458) ) () ) +("montreal-based" ((jj -9.872) ) () ) +("montvale" ((nnp -11.403) ) () ) +("monumental" ((jj -10.278) ) () ) +("mood" ((nn -9.262) ) () ) +("moody" ((jj -10.971) (nnp -6.787) ) () ) +("moon" ((nn -10.648) (nnp -8.358) ) () ) +("moonachie" ((nnp -11.403) ) () ) +("moonie" ((nn -11.747) ) () ) +("moonies" ((nnps -7.729) (nns -10.949) ) () ) +("moonlighting" ((nn -11.747) (nnp -11.403) ) () ) +("moons" ((nns -9.850) ) () ) +("moore" ((nnp -8.569) ) () ) +("moot" ((jj -10.971) ) () ) +("mop" ((vb -9.043) ) () ) +("mop-up" ((nn -11.747) ) () ) +("mopping" ((vbg -9.539) ) () ) +("moral" ((jj -8.199) (nnp -11.403) ) () ) +("morale" ((nn -10.360) ) () ) +("morale-damaging" ((jj -10.971) ) () ) +("moralistic" ((jj -10.971) ) () ) +("morality" ((nn -10.648) ) () ) +("morally" ((rb -9.201) ) () ) +("moran" ((nnp -9.323) ) () ) +("morass" ((nn -10.648) ) () ) +("moratorium" ((nn -10.648) ) () ) +("morbidity" ((nn -11.054) ) () ) +("more" ((1 -2.530) (jj -9.585) (jjr -1.092) (rb -10.299) (rbr -0.764) ) () ) +("more-advanced" ((jj -10.971) ) () ) +("more-affordable" ((jj -10.971) ) () ) +("more-discriminating" ((jj -10.971) ) () ) +("more-distinctive" ((jjr -8.039) ) () ) +("more-efficient" ((jj -10.971) ) () ) +("more-established" ((jjr -8.039) ) () ) +("more-mainstream" ((jj -10.971) ) () ) +("more-muscular" ((jj -10.971) ) () ) +("more-powerful" ((jjr -8.039) ) () ) +("more-pressing" ((jj -10.971) ) () ) +("more-senior" ((jjr -8.039) ) () ) +("more-stringent" ((jj -10.971) ) () ) +("more-volatile" ((jjr -8.039) ) () ) +("morelli" ((nnp -11.403) ) () ) +("moreno" ((nnp -11.403) ) () ) +("moreover" ((jjr -7.346) (rb -5.869) ) () ) +("morever" ((rb -9.606) ) () ) +("morey" ((nnp -11.403) ) () ) +("morfey" ((nnp -11.403) ) () ) +("morgan" ((nnp -6.797) ) () ) +("moribund" ((jj -10.971) ) () ) +("morinaga" ((nnp -11.403) ) () ) +("morita" ((nnp -11.403) ) () ) +("moritz" ((nnp -11.403) ) () ) +("morley" ((nnp -11.403) ) () ) +("morning" ((nn -7.236) (nnp -9.323) ) () ) +("morning-session" ((nn -11.747) ) () ) +("mornings" ((nns -10.949) ) () ) +("morocco" ((nnp -10.304) ) () ) +("morozov" ((nnp -11.403) ) () ) +("morrell" ((nnp -11.403) ) () ) +("morris" ((nnp -7.275) ) () ) +("morrison" ((nnp -9.611) ) () ) +("morrissey" ((nnp -10.016) ) () ) +("morristown" ((nnp -10.016) ) () ) +("morrow" ((nn -11.747) (nnp -11.403) ) () ) +("morsel" ((nn -11.747) ) () ) +("morsels" ((nns -10.949) ) () ) +("mort" ((nnp -10.016) ) () ) +("mortality" ((nn -8.751) ) () ) +("mortgage" ((nn -7.182) (nnp -7.342) (vb -9.448) ) () ) +("mortgage-backed" ((jj -8.027) (nnp -10.709) ) () ) +("mortgage-banking" ((nn -11.747) ) () ) +("mortgage-based" ((jj -10.971) ) () ) +("mortgage-interest" ((jj -10.278) ) () ) +("mortgaged" ((vbn -9.855) ) () ) +("mortgaged-backed" ((jj -10.971) ) () ) +("mortgages" ((nns -6.854) ) () ) +("mortimer" ((nnp -11.403) ) () ) +("mortis" ((nn -11.747) ) () ) +("morton" ((nnp -9.205) ) () ) +("mosbacher" ((nnp -9.100) ) () ) +("moscom" ((nnp -10.709) ) () ) +("moscow" ((nnp -7.325) ) () ) +("moscow-based" ((jj -10.971) ) () ) +("moscow-shannon" ((jj -10.971) ) () ) +("moselle" ((nnp -11.403) ) () ) +("mosettig" ((nnp -10.709) ) () ) +("moshe" ((nnp -10.709) ) () ) +("mosher" ((nnp -11.403) ) () ) +("moslem" ((nnp -10.304) ) () ) +("moslems" ((nnps -6.630) (nns -10.949) ) () ) +("mosnier" ((nn -11.747) ) () ) +("moss" ((nnp -9.793) ) () ) +("mossman" ((nnp -10.709) ) () ) +("mossoviet" ((nnp -11.403) ) () ) +("most" ((1 -4.727) (jj -10.971) (jjs -1.379) (nnp -11.403) (rb -10.299) (rbs -0.073) ) () ) +("most-active" ((jj -10.278) ) () ) +("most-contentious" ((jjs -7.523) ) () ) +("most-favored" ((jjs -7.523) ) () ) +("most-favored-nation" ((jj -10.971) ) () ) +("most-likely-successor" ((jj -10.971) ) () ) +("most-livable" ((jjs -6.830) ) () ) +("most-recent" ((jj -10.971) ) () ) +("most-respected" ((jjs -7.523) ) () ) +("most-watched" ((jj -10.278) ) () ) +("mostly" ((rb -6.222) ) () ) +("motel" ((nn -10.648) (nnp -10.304) ) () ) +("motels" ((nns -10.949) ) () ) +("mothballing" ((nn -11.747) ) () ) +("mother" ((nn -8.220) (nnp -9.323) ) () ) +("mothers" ((nns -9.339) ) () ) +("motif" ((nn -11.747) ) () ) +("motifs" ((nns -10.949) ) () ) +("motion" ((nn -8.379) (nnp -10.304) ) () ) +("motion-control" ((nn -11.747) ) () ) +("motion-picture" ((jj -10.971) (nn -10.360) ) () ) +("motions" ((nns -10.949) (vbz -9.926) ) () ) +("motivate" ((vb -10.141) ) () ) +("motivated" ((jj -10.278) (vbn -9.162) ) () ) +("motivating" ((vbg -9.539) ) () ) +("motivation" ((nn -10.360) ) () ) +("motive" ((nn -10.360) ) () ) +("motives" ((nns -9.562) ) () ) +("motley" ((nnp -10.709) ) () ) +("motor" ((nn -8.974) (nnp -7.046) ) () ) +("motor-control" ((jj -10.278) ) () ) +("motor-home" ((nn -11.747) ) () ) +("motorbike" ((nn -11.747) ) () ) +("motorcade" ((nn -11.747) ) () ) +("motorcycle" ((nn -11.747) (nnp -11.403) ) () ) +("motorcycles" ((nns -10.949) ) () ) +("motorist" ((nn -10.360) ) () ) +("motorists" ((nns -10.255) ) () ) +("motorized" ((nnp -11.403) (vbn -9.162) ) () ) +("motorola" ((nnp -8.311) ) () ) +("motors" ((nnp -8.144) (nnps -4.145) (nns -9.850) ) () ) +("motoyuki" ((nnp -11.403) ) () ) +("mots" ((fw -5.416) ) () ) +("motsoaledi" ((nnp -11.403) ) () ) +("mottram" ((nnp -11.403) ) () ) +("mound" ((nn -11.054) ) () ) +("mount" ((nnp -10.016) (vb -8.196) (vbp -9.367) ) () ) +("mountain" ((nn -8.451) (nnp -9.100) ) () ) +("mountain-bike" ((nn -9.667) ) () ) +("mountains" ((nnps -7.729) (nns -10.255) ) () ) +("mountainside" ((nn -11.747) ) () ) +("mountaintop" ((nn -11.747) ) () ) +("mounted" ((vbd -8.211) (vbn -8.246) ) () ) +("mounting" ((jj -10.971) (vbg -7.141) ) () ) +("mounts" ((vbz -9.926) ) () ) +("mouse" ((nn -9.955) (nnp -10.709) ) () ) +("mousetrap" ((nn -11.747) ) () ) +("mousetraps" ((nns -10.949) ) () ) +("moustache" ((nn -11.747) ) () ) +("mouth" ((nn -10.137) (nnp -11.403) ) () ) +("mouth-up" ((jj -10.971) ) () ) +("mouthed" ((vbd -10.291) ) () ) +("mouths" ((nns -10.255) ) () ) +("move" ((nn -6.484) (vb -5.785) (vbp -6.882) ) () ) +("move-up" ((jj -10.971) ) () ) +("moved" ((vbd -6.420) (vbn -6.597) ) () ) +("movement" ((nn -8.033) ) () ) +("movements" ((nns -8.004) ) () ) +("moves" ((nns -6.700) (vbz -7.154) ) () ) +("movie" ((nn -7.470) (nnp -11.403) ) () ) +("movie-like" ((jj -10.971) ) () ) +("movie-studio" ((nn -11.747) ) () ) +("movieland" ((nn -11.747) ) () ) +("movieline" ((nnp -9.793) ) () ) +("movies" ((nns -6.854) ) () ) +("moviestar" ((nn -11.747) ) () ) +("moving" ((jj -10.278) (nn -11.747) (vbg -5.380) ) () ) +("mow" ((vb -10.141) ) () ) +("moxie" ((nn -11.054) ) () ) +("moxley" ((nnp -11.403) ) () ) +("mozart" ((nnp -11.403) ) () ) +("mp" ((nnp -11.403) ) () ) +("mpd" ((nnp -10.709) ) () ) +("mph" ((jj -10.971) (nn -10.137) ) () ) +("mpi" ((nnp -10.709) ) () ) +("mr" ((nnp -10.016) ) () ) +("mr." ((nn -11.747) (nnp -3.104) ) () ) +("mra" ((nnp -11.403) ) () ) +("mri" ((nnp -11.403) ) () ) +("mri-type" ((jj -10.971) ) () ) +("mrs" ((nnp -11.403) ) () ) +("mrs." ((nnp -6.255) ) () ) +("ms." ((nnp -5.889) ) () ) +("mtm" ((nnp -8.763) ) () ) +("mtv" ((nnp -11.403) ) () ) +("mubarak" ((nnp -10.304) ) () ) +("much" ((jj -5.082) (rb -4.619) ) () ) +("much-beloved" ((jj -10.278) ) () ) +("much-heralded" ((jj -10.971) ) () ) +("much-larger" ((jj -10.278) ) () ) +("much-publicized" ((jj -10.971) ) () ) +("much-revised" ((jj -10.971) ) () ) +("much-watched" ((jj -10.971) ) () ) +("muck" ((nn -11.054) ) () ) +("mucked" ((vbn -9.855) ) () ) +("mud" ((nn -10.360) ) () ) +("mudd" ((nnp -11.403) ) () ) +("muddied" ((vbn -9.162) ) () ) +("muddled" ((vbn -9.855) ) () ) +("mudslinging" ((nn -11.054) ) () ) +("mueller" ((nnp -10.709) ) () ) +("muffled" ((vbn -9.855) ) () ) +("muffler" ((nn -11.747) ) () ) +("muffs" ((nns -10.949) ) () ) +("mugabe" ((nnp -11.403) ) () ) +("mulford" ((nnp -10.304) ) () ) +("mulhouse" ((nnp -11.403) ) () ) +("mulitiplier" ((jj -10.971) ) () ) +("mulling" ((vbg -7.930) ) () ) +("mullins" ((nnp -9.205) ) () ) +("mulroney" ((nnp -10.709) ) () ) +("multi-agency" ((jj -10.971) ) () ) +("multi-column" ((jj -10.971) ) () ) +("multi-crystal" ((jj -9.872) ) () ) +("multi-family" ((jj -10.971) ) () ) +("multi-gear" ((jj -10.971) ) () ) +("multi-income" ((nnp -11.403) ) () ) +("multi-million" ((jj -10.971) ) () ) +("multi-spired" ((jj -10.971) ) () ) +("multibank" ((nn -11.747) ) () ) +("multibillion-dollar" ((jj -9.872) ) () ) +("multibillion-yen" ((jj -10.971) ) () ) +("multifaceted" ((jj -10.971) ) () ) +("multifamily" ((rb -10.299) ) () ) +("multilateral" ((jj -10.278) (nnp -10.709) ) () ) +("multilayer" ((jj -10.971) ) () ) +("multilevel" ((jj -10.971) ) () ) +("multimate" ((nnp -11.403) ) () ) +("multimedia" ((nnp -11.403) (nns -10.949) ) () ) +("multimillion" ((jj -10.971) ) () ) +("multimillion-dollar" ((jj -9.362) ) () ) +("multinational" ((jj -9.025) ) () ) +("multinationals" ((nns -9.562) ) () ) +("multiparty" ((nn -11.747) ) () ) +("multiple" ((jj -8.774) (nn -10.360) ) () ) +("multiple-column" ((jj -10.971) ) () ) +("multiple-use" ((jj -10.971) ) () ) +("multiple-year" ((jj -10.971) ) () ) +("multiples" ((nnps -7.729) (nns -8.464) ) () ) +("multiplexer" ((nn -11.747) ) () ) +("multiplied" ((vbn -9.162) ) () ) +("multiply" ((vb -9.448) (vbp -9.367) ) () ) +("multiplying" ((vbg -9.539) ) () ) +("multistate" ((nn -11.747) ) () ) +("multiyear" ((jj -10.278) ) () ) +("mum" ((jj -10.971) ) () ) +("mummies" ((nns -10.949) ) () ) +("munching" ((vbg -9.539) ) () ) +("mundane" ((jj -9.179) ) () ) +("mundo" ((nnp -11.403) ) () ) +("muni" ((jj -9.585) (nns -10.949) ) () ) +("munich" ((nnp -10.709) ) () ) +("munich-based" ((jj -10.278) ) () ) +("municipal" ((jj -6.928) (nnp -9.457) ) () ) +("municipal-bond" ((jj -10.971) ) () ) +("municipalities" ((nns -9.003) ) () ) +("municipality" ((nn -11.054) ) () ) +("municipals" ((nns -8.241) ) () ) +("munis" ((nns -10.949) ) () ) +("muniz" ((nnp -11.403) ) () ) +("munsell" ((nnp -11.403) ) () ) +("murai" ((nnp -11.403) ) () ) +("mural" ((nn -9.549) ) () ) +("murals" ((nns -10.949) ) () ) +("muramatsu" ((nnp -10.304) ) () ) +("murasawa" ((nnp -10.709) ) () ) +("murata" ((nnp -9.205) ) () ) +("murder" ((nn -9.108) ) () ) +("murdered" ((vbn -8.063) ) () ) +("murderer" ((nn -10.648) ) () ) +("murdering" ((vbg -9.539) ) () ) +("murderous" ((jj -10.971) ) () ) +("murders" ((nns -9.562) ) () ) +("murdoch" ((nnp -9.005) ) () ) +("murkier" ((jjr -8.039) ) () ) +("murky" ((jj -9.362) ) () ) +("murmuring" ((vbg -9.539) ) () ) +("murphy" ((nnp -9.205) ) () ) +("murray" ((nnp -9.005) ) () ) +("muscle" ((nn -9.801) ) () ) +("muscled" ((vbd -10.291) ) () ) +("muscles" ((nns -9.850) ) () ) +("muscling" ((vbg -8.846) ) () ) +("muscolina" ((nnp -11.403) ) () ) +("muscular" ((jj -10.278) ) () ) +("muse" ((nn -11.747) (nnp -11.403) (vb -10.141) ) () ) +("muses" ((vbz -9.926) ) () ) +("museum" ((nn -9.955) (nnp -9.205) ) () ) +("museums" ((nnps -7.729) (nns -9.157) ) () ) +("mushroomed" ((vbd -9.598) (vbn -9.162) ) () ) +("mushy" ((jj -10.971) ) () ) +("music" ((nn -7.795) (nnp -10.709) ) () ) +("music-entertainment" ((nn -11.747) ) () ) +("musical" ((jj -8.573) (nn -11.747) ) () ) +("musician" ((nn -10.648) ) () ) +("musicians" ((nns -9.339) ) () ) +("musicianship" ((nn -11.747) ) () ) +("muslims" ((nnps -7.036) ) () ) +("mussolini" ((nnp -10.304) ) () ) +("mussorgsky" ((nnp -11.403) ) () ) +("must" ((md -3.729) ) () ) +("must-sign" ((jj -10.971) ) () ) +("mustache" ((nn -11.747) ) () ) +("muster" ((nn -11.747) (vb -9.043) ) () ) +("mutant" ((jj -10.971) (nnp -11.403) ) () ) +("mutate" ((vb -10.141) ) () ) +("mutation" ((nn -11.054) ) () ) +("mutchin" ((nnp -11.403) ) () ) +("mute" ((jj -10.971) (vb -10.141) ) () ) +("muted" ((jj -10.971) ) () ) +("mutilated" ((vbn -9.855) ) () ) +("mutinous" ((jj -10.971) ) () ) +("mutters" ((nns -10.949) ) () ) +("mutts" ((nns -10.949) ) () ) +("mutual" ((jj -6.694) (nnp -9.793) ) () ) +("mutual-fund" ((jj -9.025) (nn -10.360) ) () ) +("mutually" ((rb -9.606) ) () ) +("muzak" ((nnp -10.709) ) () ) +("muzzles" ((vbz -9.926) ) () ) +("mvl" ((nnp -11.403) ) () ) +("mx" ((nnp -10.709) ) () ) +("my" ((jj -10.971) (nnp -10.016) (prp -4.568) ) () ) +("myerson" ((nnp -9.793) ) () ) +("myriad" ((jj -9.872) ) () ) +("myron" ((nnp -9.793) ) () ) +("myrtle" ((nnp -11.403) ) () ) +("myself" ((prp -7.556) ) () ) +("mysteries" ((nnps -7.729) (nns -9.850) ) () ) +("mysterious" ((jj -9.585) ) () ) +("mysteriously" ((rb -9.201) ) () ) +("mystery" ((nn -9.444) ) () ) +("mystique" ((nn -11.054) ) () ) +("myth" ((nn -11.747) ) () ) +("mythic" ((jj -10.971) ) () ) +("myths" ((nns -9.339) ) () ) +("myung" ((nnp -11.403) ) () ) +("n" ((nnp -9.793) ) () ) +("n't" ((rb -2.237) ) () ) +("n." ((nnp -8.838) ) () ) +("n.a." ((nnp -10.709) ) () ) +("n.c" ((nnp -9.611) ) () ) +("n.c." ((nnp -8.763) ) () ) +("n.d" ((nnp -10.709) ) () ) +("n.d." ((nnp -11.403) ) () ) +("n.h" ((nnp -10.304) ) () ) +("n.h." ((nnp -9.205) ) () ) +("n.j" ((nnp -8.694) ) () ) +("n.j." ((nnp -7.451) ) () ) +("n.j.-based" ((jj -10.278) ) () ) +("n.m" ((nnp -10.709) ) () ) +("n.m." ((nnp -9.611) ) () ) +("n.m.-based" ((jj -10.971) ) () ) +("n.v" ((nn -11.747) (nnp -9.457) ) () ) +("n.v." ((nnp -8.918) ) () ) +("n.y" ((nnp -9.100) ) () ) +("n.y." ((nnp -7.739) ) () ) +("n.y.-based" ((jj -10.278) ) () ) +("na" ((to -8.360) ) () ) +("naacp" ((nnp -10.709) ) () ) +("nabbing" ((vbg -9.539) ) () ) +("nabisco" ((nnp -8.070) ) () ) +("nac" ((nnp -11.403) ) () ) +("nacchio" ((nnp -11.403) ) () ) +("nachman" ((nnp -11.403) ) () ) +("nachmany" ((nnp -11.403) ) () ) +("nacion" ((nnp -11.403) ) () ) +("nacional" ((nnp -10.304) ) () ) +("naczelnik" ((fw -3.624) ) () ) +("nadeau" ((nnp -9.457) ) () ) +("nadelmann" ((nnp -11.403) ) () ) +("nader" ((nnp -10.709) ) () ) +("nadir" ((nnp -9.793) ) () ) +("nadja" ((nnp -11.403) ) () ) +("nagano" ((nnp -10.709) ) () ) +("nagayama" ((nnp -11.403) ) () ) +("nagging" ((jj -9.872) (vbg -9.539) ) () ) +("naggings" ((nns -10.949) ) () ) +("nagoya" ((nnp -11.403) ) () ) +("nagy" ((nnp -11.403) ) () ) +("nagykanizsa" ((nnp -11.403) ) () ) +("nahas" ((nnp -10.304) ) () ) +("nahb" ((nnp -9.100) ) () ) +("nail" ((nn -11.054) (vb -10.141) ) () ) +("nails" ((nns -10.949) ) () ) +("naive" ((jj -10.971) ) () ) +("naivete" ((nn -11.747) ) () ) +("najarian" ((nnp -11.403) ) () ) +("naji" ((nnp -11.403) ) () ) +("nakazato" ((nnp -11.403) ) () ) +("naked" ((jj -9.179) ) () ) +("nalcor" ((nnp -11.403) ) () ) +("nam" ((nnp -9.457) ) () ) +("name" ((nn -7.102) (vb -7.657) (vbp -9.367) ) () ) +("name-dropper" ((nn -11.747) ) () ) +("name-droppers" ((nns -9.850) ) () ) +("name-dropping" ((nn -10.137) (nnp -11.403) ) () ) +("name-drops" ((vbz -9.926) ) () ) +("named" ((vbd -7.072) (vbn -4.780) ) () ) +("namedropper" ((nn -11.747) ) () ) +("nameless" ((jj -10.971) ) () ) +("namely" ((rb -8.690) ) () ) +("nameplate" ((nn -10.137) ) () ) +("nameplates" ((nns -10.255) ) () ) +("names" ((nnps -7.729) (nns -7.037) (vbz -9.926) ) () ) +("namesake" ((nn -11.054) ) () ) +("namib" ((nnp -10.709) ) () ) +("namibia" ((nnp -8.918) ) () ) +("namibian" ((jj -9.872) ) () ) +("naming" ((nn -11.054) (vbg -8.153) ) () ) +("nancy" ((nnp -9.323) ) () ) +("nantucket" ((nnp -11.403) ) () ) +("naomi" ((nnp -10.709) ) () ) +("napa" ((nnp -10.016) ) () ) +("naphtha" ((nn -10.360) ) () ) +("napkin" ((nn -11.747) ) () ) +("naples" ((nnp -11.403) ) () ) +("napolitan" ((nnp -11.403) ) () ) +("narcokleptocrat" ((nn -11.747) ) () ) +("narcotics" ((nnp -11.403) (nns -9.850) ) () ) +("narcotraficantes" ((fw -5.416) ) () ) +("narration" ((nn -11.747) ) () ) +("narrative" ((jj -10.971) (nn -11.747) ) () ) +("narratives" ((nns -10.949) ) () ) +("narrator" ((nn -9.667) ) () ) +("narrow" ((jj -7.836) (vb -9.043) ) () ) +("narrowed" ((vbd -7.806) (vbn -7.909) ) () ) +("narrower" ((jjr -6.094) ) () ) +("narrowest" ((jjs -7.523) ) () ) +("narrowing" ((nn -9.955) (vbg -7.930) ) () ) +("narrowly" ((nnp -11.403) (rb -8.690) ) () ) +("narrowness" ((nn -11.747) ) () ) +("narrows" ((vbz -8.317) ) () ) +("nary" ((dt -11.274) (pdt -5.875) ) () ) +("nas" ((nnp -11.403) ) () ) +("nasa" ((nnp -7.969) ) () ) +("nasa-air" ((nnp -11.403) ) () ) +("nasaa" ((nnp -10.304) ) () ) +("nasd" ((nnp -9.323) ) () ) +("nasdaq" ((nnp -7.213) ) () ) +("nash" ((nnp -10.709) ) () ) +("nashua" ((nnp -10.709) ) () ) +("nashville" ((nnp -10.016) ) () ) +("nasional" ((nnp -11.403) ) () ) +("nassau" ((nnp -10.709) ) () ) +("nassau-suffolk" ((nnp -11.403) ) () ) +("nast" ((nnp -10.304) ) () ) +("nastier" ((jjr -8.039) ) () ) +("nastiest" ((jjs -7.523) ) () ) +("nastro" ((nnp -11.403) ) () ) +("nasty" ((jj -9.025) ) () ) +("nathan" ((nnp -10.016) ) () ) +("nation" ((nn -6.543) (nnp -10.304) ) () ) +("nation's" ((nn -11.747) ) () ) +("national" ((jj -5.801) (nnp -5.565) ) () ) +("national-policy" ((nn -11.747) ) () ) +("national-priority" ((jj -10.971) ) () ) +("national-security" ((nn -11.747) ) () ) +("national-service" ((jj -10.278) (nn -11.054) ) () ) +("nationale" ((nnp -10.016) ) () ) +("nationalism" ((nn -11.747) ) () ) +("nationalist" ((jj -10.971) (nn -11.747) ) () ) +("nationalistic" ((jj -10.971) ) () ) +("nationalists" ((nnps -7.729) (nns -10.255) ) () ) +("nationalization" ((nn -11.747) ) () ) +("nationalized" ((vbd -10.291) (vbn -9.162) ) () ) +("nationally" ((rb -8.353) ) () ) +("nations" ((nnp -11.403) (nnps -5.783) (nns -7.017) ) () ) +("nationwide" ((jj -7.975) (nnp -9.323) (rb -9.606) ) () ) +("native" ((jj -9.179) (nn -10.648) ) () ) +("natives" ((nns -10.949) ) () ) +("nato" ((nnp -8.512) ) () ) +("natural" ((jj -6.589) (nn -10.648) (nnp -9.005) ) () ) +("natural-foods" ((nns -10.949) ) () ) +("natural-gas" ((jj -9.872) (nn -9.801) ) () ) +("natural-resources" ((nns -10.949) ) () ) +("naturalist" ((nn -11.747) ) () ) +("naturalistic" ((jj -10.971) ) () ) +("naturalization" ((nnp -11.403) ) () ) +("naturally" ((rb -7.814) ) () ) +("nature" ((nn -8.191) (nnp -9.611) ) () ) +("natured" ((jj -10.971) ) () ) +("natwest" ((nnp -9.005) ) () ) +("naughtier" ((jjr -8.039) ) () ) +("nauman" ((nnp -11.403) ) () ) +("naumberg" ((nnp -11.403) ) () ) +("nausea" ((nn -10.648) ) () ) +("nautilus" ((jj -10.971) ) () ) +("naval" ((jj -8.774) (nnp -10.016) ) () ) +("navies" ((nns -10.949) ) () ) +("navigate" ((vb -10.141) ) () ) +("navigation" ((nnp -7.665) ) () ) +("navigator" ((nn -11.747) ) () ) +("navin" ((nnp -11.403) ) () ) +("navistar" ((nnp -11.403) ) () ) +("navy" ((nn -9.444) (nnp -7.765) ) () ) +("naysay" ((vb -10.141) ) () ) +("naysayers" ((nns -10.255) ) () ) +("nazer" ((nnp -10.304) ) () ) +("nazi" ((jj -10.278) ) () ) +("nazionale" ((nnp -10.304) ) () ) +("nazis" ((nnps -7.036) (nns -10.949) ) () ) +("nba" ((nnp -11.403) ) () ) +("nbc" ((nnp -7.275) ) () ) +("nbi" ((nnp -8.838) ) () ) +("ncaa" ((nnp -10.709) ) () ) +("nci" ((nnp -10.304) ) () ) +("ncnb" ((nnp -8.001) ) () ) +("ncr" ((nnp -9.100) ) () ) +("neal" ((nnp -8.918) ) () ) +("neanderthal" ((jj -10.971) ) () ) +("neanderthals" ((nns -10.949) ) () ) +("neapolitan" ((nnp -11.403) ) () ) +("near" ((in -6.814) (jj -7.927) (rb -8.913) ) () ) +("near-luxury" ((jj -10.971) ) () ) +("near-market" ((jj -10.971) ) () ) +("near-monopolies" ((nns -10.949) ) () ) +("near-monopoly" ((nn -11.747) ) () ) +("near-mutiny" ((nn -11.747) ) () ) +("near-panic" ((nn -11.747) ) () ) +("near-perfect" ((jj -10.278) ) () ) +("near-record" ((jj -9.872) ) () ) +("near-term" ((jj -8.332) ) () ) +("near-unanimous" ((jj -10.971) ) () ) +("nearby" ((jj -8.486) (rb -8.508) ) () ) +("neared" ((vbd -9.598) ) () ) +("nearest" ((jjs -6.137) ) () ) +("nearing" ((vbg -7.930) ) () ) +("nearly" ((rb -4.962) ) () ) +("nears" ((vbz -9.233) ) () ) +("neas" ((nnp -11.403) ) () ) +("neat" ((jj -9.872) ) () ) +("neatly" ((rb -8.690) ) () ) +("neb." ((nnp -9.457) ) () ) +("nebraska" ((nnp -9.205) ) () ) +("nec" ((nnp -8.458) ) () ) +("necessarily" ((rb -7.304) ) () ) +("necessary" ((jj -6.844) ) () ) +("necessitated" ((vbd -10.291) ) () ) +("necessities" ((nns -10.949) ) () ) +("necessity" ((nn -9.801) ) () ) +("neck" ((nn -9.549) ) () ) +("necklace" ((nn -11.747) ) () ) +("necks" ((nns -10.949) ) () ) +("necktie" ((nn -11.747) ) () ) +("ned" ((nnp -9.793) ) () ) +("nedelya" ((nnp -10.304) ) () ) +("nederlanden" ((nnp -11.403) ) () ) +("need" ((md -6.939) (nn -7.739) (vb -6.270) (vbp -4.948) ) () ) +("needed" ((1 -4.727) (jj -9.179) (vbd -6.764) (vbn -5.593) ) () ) +("needham" ((nnp -9.205) ) () ) +("needing" ((vbg -8.153) ) () ) +("needle" ((nn -11.054) ) () ) +("needle-like" ((jj -10.971) ) () ) +("needless" ((jj -10.971) ) () ) +("needlessly" ((rb -10.299) ) () ) +("needs" ((nns -8.058) (vbz -5.866) ) () ) +("needy" ((jj -10.971) ) () ) +("neff" ((nnp -11.403) ) () ) +("negas" ((nnp -10.709) ) () ) +("negative" ((jj -6.797) (nn -11.747) ) () ) +("negatively" ((rb -9.201) ) () ) +("negatives" ((nns -9.562) ) () ) +("negativism" ((nn -11.747) ) () ) +("neglect" ((nn -10.648) ) () ) +("neglected" ((vbd -10.291) (vbn -8.246) ) () ) +("neglecting" ((vbg -9.539) ) () ) +("negligence" ((nn -10.137) ) () ) +("negligent" ((jj -10.971) ) () ) +("negligently" ((rb -10.299) ) () ) +("negligible" ((jj -9.872) ) () ) +("negotiable" ((jj -7.836) ) () ) +("negotiate" ((vb -7.251) (vbp -9.367) ) () ) +("negotiated" ((vbd -8.499) (vbn -6.911) ) () ) +("negotiates" ((vbz -9.926) ) () ) +("negotiating" ((nn -10.360) (vbg -6.042) ) () ) +("negotiation" ((nn -10.360) ) () ) +("negotiations" ((nns -6.759) ) () ) +("negotiator" ((nn -9.955) ) () ) +("negotiators" ((nns -8.058) ) () ) +("negus" ((nnp -10.016) ) () ) +("neidl" ((nnp -11.403) ) () ) +("neige" ((fw -5.416) ) () ) +("neighbhorhoods" ((nns -10.949) ) () ) +("neighbor" ((nn -10.137) ) () ) +("neighborhood" ((nn -9.039) ) () ) +("neighborhoods" ((nns -8.751) ) () ) +("neighboring" ((jj -9.362) (vbg -9.539) ) () ) +("neighborly" ((jj -10.971) ) () ) +("neighbors" ((nns -8.751) ) () ) +("neighbours" ((nns -10.949) ) () ) +("neil" ((nnp -8.763) ) () ) +("neill" ((nnp -11.403) ) () ) +("neiman-marcus" ((nnp -11.403) ) () ) +("neinas" ((nnp -11.403) ) () ) +("neither" ((cc -6.942) (dt -7.840) (rb -8.508) ) () ) +("nekoosa" ((nn -11.054) (nnp -7.739) ) () ) +("nelms" ((nnp -11.403) ) () ) +("nelson" ((nnp -8.569) ) () ) +("nemesis" ((nn -10.648) ) () ) +("neoclassical" ((jj -10.971) ) () ) +("neoprene" ((nn -11.747) ) () ) +("nephew" ((nn -11.747) ) () ) +("neptune" ((nnp -10.304) ) () ) +("nerd" ((nn -11.747) ) () ) +("nerdy" ((jj -10.971) ) () ) +("nerve" ((nn -10.137) ) () ) +("nerves" ((nns -8.646) ) () ) +("nervous" ((jj -7.505) ) () ) +("nervously" ((rb -8.913) ) () ) +("nervousness" ((nn -9.667) ) () ) +("nervy" ((jj -10.971) ) () ) +("nesb" ((nnp -10.304) ) () ) +("nesbit" ((nnp -10.304) ) () ) +("nesbitt" ((nnp -10.709) ) () ) +("nesconset" ((nnp -11.403) ) () ) +("nest" ((nn -11.054) ) () ) +("nesting" ((jj -10.971) ) () ) +("nestle" ((nnp -9.005) ) () ) +("nestled" ((vbn -9.855) ) () ) +("nestor" ((nnp -11.403) ) () ) +("nests" ((nns -10.255) ) () ) +("net" ((jj -4.864) (nn -6.671) (nnp -11.403) (vb -10.141) ) () ) +("net-benefit" ((jj -10.971) ) () ) +("net-profits" ((jj -10.971) ) () ) +("netherlands" ((nnp -9.005) (nnps -5.783) ) () ) +("nets" ((nns -10.949) (vbz -9.926) ) () ) +("netted" ((vbd -10.291) ) () ) +("netting" ((vbg -9.539) ) () ) +("nettlesome" ((jj -10.278) ) () ) +("netware" ((nnp -11.403) ) () ) +("network" ((nn -6.895) (nnp -9.005) (vb -10.141) ) () ) +("network-access" ((jj -10.971) ) () ) +("network-services" ((jj -10.971) ) () ) +("networking" ((nn -10.648) ) () ) +("networks" ((nnp -11.403) (nnps -7.036) (nns -7.098) ) () ) +("neuberger" ((nnp -9.205) ) () ) +("neue" ((nnp -11.403) ) () ) +("neuhaus" ((nnp -11.403) ) () ) +("neurologist" ((nn -10.648) ) () ) +("neurologists" ((nns -10.255) ) () ) +("neurosurgeon" ((nn -11.054) ) () ) +("neutral" ((jj -8.774) ) () ) +("neutralization" ((nn -11.054) ) () ) +("neutralizes" ((vbz -9.926) ) () ) +("neutrons" ((nns -10.949) ) () ) +("nev" ((nnp -10.016) ) () ) +("nev." ((nnp -9.005) ) () ) +("nevada" ((nnp -9.005) ) () ) +("never" ((nnp -10.709) (rb -5.026) (rbr -7.419) ) () ) +("nevertheless" ((rb -6.716) ) () ) +("new" ((jj -3.760) (nn -11.747) (nnp -4.370) ) () ) +("new-business" ((jj -10.971) (nn -11.747) ) () ) +("new-car" ((nn -11.054) ) () ) +("new-country" ((jj -10.971) ) () ) +("new-found" ((jj -10.278) ) () ) +("new-generation" ((nn -11.054) ) () ) +("new-home" ((jj -9.872) ) () ) +("new-issue" ((jj -9.179) ) () ) +("new-model" ((jj -10.971) (nn -11.747) ) () ) +("new-mown" ((jj -10.971) ) () ) +("new-product" ((nn -11.747) ) () ) +("new-telephone-line" ((nn -11.747) ) () ) +("newark" ((nnp -9.205) ) () ) +("newborns" ((nns -10.949) ) () ) +("newcastle" ((nnp -10.709) ) () ) +("newcasts" ((nns -10.949) ) () ) +("newcomb" ((nnp -10.709) ) () ) +("newcomer" ((nn -11.054) ) () ) +("newcomers" ((nns -9.850) ) () ) +("newell" ((nnp -10.709) ) () ) +("newer" ((jjr -5.737) ) () ) +("newest" ((jjs -5.577) ) () ) +("newgate" ((nnp -10.304) ) () ) +("newhall" ((nnp -11.403) ) () ) +("newhouse" ((nnp -9.100) ) () ) +("newly" ((rb -6.773) ) () ) +("newman" ((nnp -10.304) ) () ) +("newmark" ((nnp -9.793) ) () ) +("newmont" ((nnp -11.403) ) () ) +("newport" ((nnp -7.969) ) () ) +("newquist" ((nnp -10.304) ) () ) +("news" ((nn -6.141) (nnp -6.859) (nns -10.255) ) () ) +("news-american" ((nnp -11.403) ) () ) +("news-release" ((nn -11.747) ) () ) +("newscast" ((nn -11.054) ) () ) +("newscasts" ((nns -9.850) ) () ) +("newsday" ((nnp -10.304) ) () ) +("newsedge" ((nnp -10.016) ) () ) +("newshour" ((nnp -11.403) ) () ) +("newsies" ((nns -10.949) ) () ) +("newsletter" ((nn -8.611) ) () ) +("newsletters" ((nns -9.339) ) () ) +("newsman" ((nn -11.747) ) () ) +("newsnight" ((nnp -11.403) ) () ) +("newspaper" ((nn -7.182) (nnp -11.403) ) () ) +("newspaper-delivery" ((nn -11.747) ) () ) +("newspaper-industry" ((jj -10.971) ) () ) +("newspaper-printing" ((nn -11.747) ) () ) +("newspaper-publishing" ((jj -10.971) ) () ) +("newspapers" ((nnp -10.304) (nnps -7.729) (nns -6.941) ) () ) +("newspeak" ((nnp -11.403) ) () ) +("newsprint" ((nn -9.182) ) () ) +("newsprints" ((nns -10.255) ) () ) +("newsreel" ((nnp -11.403) ) () ) +("newsroom" ((nn -10.648) ) () ) +("newsstand" ((nn -11.747) ) () ) +("newsstands" ((nns -9.850) ) () ) +("newsweek" ((nnp -10.709) ) () ) +("newswire" ((nnp -11.403) ) () ) +("newsworthy" ((jj -10.278) ) () ) +("newt" ((nnp -10.709) ) () ) +("newton" ((nnp -10.304) ) () ) +("next" ((in -6.627) (jj -4.763) (nnp -8.224) (rb -8.353) ) () ) +("next-door" ((jj -10.971) ) () ) +("next-generation" ((jj -10.971) ) () ) +("nfib" ((nnp -11.403) ) () ) +("nfl" ((nnp -8.358) ) () ) +("nghe" ((nnp -10.016) ) () ) +("ngl" ((nnp -11.403) ) () ) +("ngoc" ((nnp -9.793) ) () ) +("nguyen" ((nnp -9.457) ) () ) +("nh" ((nnp -11.403) ) () ) +("nhi" ((nnp -11.403) ) () ) +("nhtsa" ((nnp -10.709) ) () ) +("niagara" ((nnp -11.403) ) () ) +("nibble" ((nn -11.747) ) () ) +("nibbling" ((vbg -9.539) ) () ) +("nicaragua" ((nnp -8.035) ) () ) +("nicaraguan" ((jj -8.573) ) () ) +("nicastro" ((nnp -10.709) ) () ) +("nice" ((jj -7.975) ) () ) +("nicely" ((rb -9.201) ) () ) +("nicer" ((jjr -8.039) ) () ) +("niche" ((nn -9.182) ) () ) +("niche-itis" ((nn -11.054) ) () ) +("niches" ((nns -10.949) ) () ) +("nichol" ((nnp -10.304) ) () ) +("nicholas" ((nnp -8.512) (nns -10.949) ) () ) +("nichols" ((nnp -10.709) ) () ) +("niciporuk" ((nnp -10.016) ) () ) +("nick" ((nnp -10.304) ) () ) +("nickel" ((jj -10.971) (nn -9.801) ) () ) +("nickle" ((nnp -11.403) ) () ) +("nickname" ((nn -10.648) ) () ) +("nicknamed" ((vbn -8.757) ) () ) +("nicknames" ((nns -10.255) ) () ) +("nicolas" ((nnp -11.403) ) () ) +("nicole" ((nnp -10.709) ) () ) +("nidal" ((nnp -11.403) ) () ) +("nielsen" ((nnp -10.016) ) () ) +("niem" ((nnp -11.403) ) () ) +("nieman" ((nnp -11.403) ) () ) +("nigel" ((nnp -8.407) ) () ) +("nigeria" ((nnp -11.403) ) () ) +("night" ((nn -7.203) (nnp -9.323) (rb -9.606) ) () ) +("night-vision" ((jj -10.971) ) () ) +("nightclub" ((nn -10.648) ) () ) +("nightclubs" ((nns -10.949) ) () ) +("nightlife" ((nn -11.747) ) () ) +("nightline" ((nnp -11.403) ) () ) +("nightly" ((jj -10.278) ) () ) +("nightmare" ((nn -10.137) ) () ) +("nightmares" ((nns -10.949) ) () ) +("nights" ((nns -8.464) ) () ) +("nih" ((nnp -10.016) ) () ) +("nih-appointed" ((jj -10.971) ) () ) +("nihon" ((nnp -10.709) ) () ) +("nijinska" ((nnp -11.403) ) () ) +("nika" ((nnp -10.709) ) () ) +("nike" ((nnp -10.304) ) () ) +("nikes" ((nnps -7.729) ) () ) +("nikkei" ((nnp -8.512) ) () ) +("nikko" ((nnp -9.100) ) () ) +("nikolai" ((nnp -10.709) ) () ) +("nikon" ((nnp -9.793) ) () ) +("nikons" ((nnps -7.729) ) () ) +("niles" ((nnp -10.709) ) () ) +("nilson" ((nnp -11.403) ) () ) +("nimble" ((jj -10.971) ) () ) +("nimitz" ((nnp -9.611) ) () ) +("nina" ((nnp -11.403) ) () ) +("nine" ((cd -5.231) ) () ) +("nine-day" ((jj -10.278) ) () ) +("nine-member" ((jj -9.585) ) () ) +("nine-month" ((jj -8.081) ) () ) +("nine-point" ((jj -10.971) ) () ) +("nine-story" ((jj -10.971) ) () ) +("nine-tenths" ((nns -10.949) ) () ) +("nine-year" ((jj -10.278) ) () ) +("ninefold" ((rb -10.299) ) () ) +("ninety" ((cd -9.769) ) () ) +("ninja" ((nnp -10.304) ) () ) +("nintendo" ((nnp -9.611) ) () ) +("ninth" ((jj -9.362) (nnp -11.403) ) () ) +("ninth-circuit" ((jj -10.971) ) () ) +("ninth-largest" ((jj -10.971) ) () ) +("nippon" ((nnp -8.694) ) () ) +("nipsco" ((nnp -11.403) ) () ) +("nishiki" ((nnp -10.709) ) () ) +("nissan" ((nn -11.747) (nnp -7.046) ) () ) +("nissans" ((nnps -7.729) ) () ) +("nissho" ((nnp -10.016) ) () ) +("nissho-iwai" ((nnp -11.403) ) () ) +("nitrofurantoin" ((nn -11.054) ) () ) +("nitrogen" ((nn -11.747) ) () ) +("nitze" ((nnp -11.403) ) () ) +("niva" ((nnp -11.403) ) () ) +("nixdorf" ((nnp -10.016) ) () ) +("nixon" ((nnp -7.876) ) () ) +("nkf" ((nnp -10.016) ) () ) +("nkk" ((nnp -11.403) ) () ) +("nl" ((nnp -11.403) ) () ) +("nme" ((nnp -11.403) ) () ) +("nmtba" ((nnp -10.304) ) () ) +("no" ((dt -4.776) (nnp -10.304) (rb -5.833) (uh -2.280) ) () ) +("no-brainer" ((nn -11.747) ) () ) +("no-frills" ((jj -10.278) ) () ) +("no-growth" ((nn -11.747) ) () ) +("no-layoff" ((jj -10.971) ) () ) +("no-load" ((jj -10.971) ) () ) +("no-loads" ((nns -10.949) ) () ) +("no-no" ((nn -11.747) ) () ) +("no-walls-no-doors" ((jj -10.971) ) () ) +("no-win" ((jj -10.971) ) () ) +("no." ((jj -10.971) (nn -7.897) (nnp -10.304) (vb -10.141) ) () ) +("nob" ((nnp -11.403) ) () ) +("nobel" ((nnp -10.016) ) () ) +("noble" ((jj -10.971) (nnp -10.016) ) () ) +("noblemen" ((nns -10.949) ) () ) +("nobody" ((nn -8.163) ) () ) +("nobuyuki" ((nnp -11.403) ) () ) +("noces" ((fw -5.416) ) () ) +("noconfidence" ((jj -10.971) ) () ) +("nod" ((nn -11.054) ) () ) +("nods" ((vbz -9.926) ) () ) +("nofzinger" ((nnp -11.403) ) () ) +("nogales" ((nnp -10.016) ) () ) +("noise" ((nn -9.801) ) () ) +("nokia" ((nnp -10.709) ) () ) +("nokomis" ((nnp -11.403) ) () ) +("nolan" ((nnp -10.709) ) () ) +("nomadic" ((jj -10.971) ) () ) +("nomenklatura" ((nn -11.747) ) () ) +("nominal" ((jj -8.669) (nn -11.747) ) () ) +("nominally" ((rb -9.606) ) () ) +("nominate" ((vb -9.448) ) () ) +("nominated" ((vbd -9.598) (vbn -9.162) ) () ) +("nomination" ((nn -9.444) ) () ) +("nominations" ((nns -9.850) ) () ) +("nominee" ((nn -10.648) ) () ) +("nominees" ((nns -8.869) ) () ) +("nomura" ((nn -11.747) (nnp -8.694) ) () ) +("non-``" ((punc -11.643) ) () ) +("non-accrual" ((jj -10.971) ) () ) +("non-accruing" ((jj -10.971) ) () ) +("non-advertising" ((jj -10.971) ) () ) +("non-alcoholic" ((jj -10.278) ) () ) +("non-amt" ((jj -10.971) ) () ) +("non-answer" ((jj -10.971) (nn -11.747) ) () ) +("non-auto" ((jj -10.971) ) () ) +("non-automotive" ((jj -10.971) ) () ) +("non-binding" ((jj -10.278) ) () ) +("non-biodegradable" ((jj -10.971) ) () ) +("non-brain" ((jj -10.971) ) () ) +("non-caffeine" ((jj -10.971) ) () ) +("non-callable" ((jj -9.872) ) () ) +("non-cash" ((jj -9.872) ) () ) +("non-cocom" ((jj -10.971) ) () ) +("non-communist" ((jj -10.971) ) () ) +("non-convertible" ((jj -9.872) ) () ) +("non-daily" ((jj -10.971) ) () ) +("non-deductible" ((jj -9.585) ) () ) +("non-defense" ((jj -10.971) ) () ) +("non-dischargable" ((jj -10.971) ) () ) +("non-drug" ((jj -10.971) ) () ) +("non-economical" ((jj -10.971) ) () ) +("non-edible" ((jj -10.971) ) () ) +("non-enforcement" ((jj -10.971) ) () ) +("non-executive" ((jj -9.872) ) () ) +("non-family" ((jj -10.971) ) () ) +("non-farm" ((jj -10.278) ) () ) +("non-fat" ((jj -10.971) ) () ) +("non-financial" ((jj -9.872) ) () ) +("non-firm" ((jj -10.971) ) () ) +("non-flight" ((jj -10.971) ) () ) +("non-food" ((jj -8.774) ) () ) +("non-fortress-like" ((jj -10.971) ) () ) +("non-horticultural" ((jj -10.971) ) () ) +("non-humana" ((jj -10.971) ) () ) +("non-indian" ((jj -10.971) ) () ) +("non-insurance" ((nn -11.747) ) () ) +("non-interest" ((jj -9.585) ) () ) +("non-interstate" ((jj -10.971) ) () ) +("non-invasive" ((jj -10.278) ) () ) +("non-japanese" ((jj -10.971) ) () ) +("non-lawyers" ((nns -10.255) ) () ) +("non-life" ((jj -10.971) ) () ) +("non-manpower" ((jj -10.971) ) () ) +("non-mega" ((jj -10.971) ) () ) +("non-mexican" ((jj -10.971) ) () ) +("non-new" ((jj -10.971) ) () ) +("non-objective" ((jj -10.971) ) () ) +("non-packaging" ((jj -10.971) ) () ) +("non-patent" ((jj -10.971) ) () ) +("non-performing" ((jj -10.278) ) () ) +("non-pregnant" ((jj -10.971) ) () ) +("non-prescription" ((jj -10.278) ) () ) +("non-professional" ((jj -10.971) ) () ) +("non-profit" ((jj -9.585) ) () ) +("non-proliferation" ((nnp -11.403) ) () ) +("non-public" ((jj -10.971) ) () ) +("non-recourse" ((jj -10.971) ) () ) +("non-recurring" ((jj -9.179) ) () ) +("non-regulated" ((jj -10.971) ) () ) +("non-religious" ((jj -10.971) ) () ) +("non-retail" ((jj -10.971) ) () ) +("non-russian" ((jj -10.971) ) () ) +("non-sales" ((jj -10.971) ) () ) +("non-seamen" ((nns -9.562) ) () ) +("non-smoking" ((nn -11.747) ) () ) +("non-socialist" ((jj -10.971) ) () ) +("non-staple" ((jj -10.971) ) () ) +("non-strategic" ((jj -9.872) ) () ) +("non-striking" ((jj -9.872) ) () ) +("non-subscription" ((jj -10.278) ) () ) +("non-swedish" ((jj -10.971) ) () ) +("non-tagalog" ((jj -10.971) ) () ) +("non-tariff" ((jj -10.971) ) () ) +("non-telephone" ((jj -10.971) ) () ) +("non-toxic" ((jj -9.872) ) () ) +("non-u.s." ((jj -8.892) (nnp -11.403) ) () ) +("non-union" ((jj -10.971) ) () ) +("non-user" ((nn -11.747) ) () ) +("non-viral" ((jj -10.971) ) () ) +("non-virulent" ((jj -10.971) ) () ) +("non-volatile" ((jj -10.971) ) () ) +("non-voting" ((jj -10.278) ) () ) +("non-warranty" ((nn -11.747) ) () ) +("non-wealthy" ((jj -10.971) ) () ) +("nonbusiness" ((nn -11.747) ) () ) +("noncallable" ((jj -8.486) ) () ) +("noncash" ((jj -10.971) ) () ) +("noncombatant" ((jj -10.971) ) () ) +("noncommercial" ((jj -10.971) ) () ) +("noncompetitive" ((jj -10.971) ) () ) +("noncompetitively" ((rb -10.299) ) () ) +("noncontract" ((jj -9.872) ) () ) +("nonconvertible" ((jj -10.971) ) () ) +("noncriminal" ((jj -10.278) ) () ) +("nondeductible" ((jj -10.971) ) () ) +("nondemocratic" ((jj -10.278) ) () ) +("nondescript" ((jj -10.971) ) () ) +("nondurable" ((jj -10.971) ) () ) +("none" ((nn -7.815) (nnp -11.403) ) () ) +("nonentity" ((nn -11.747) ) () ) +("nonessential" ((jj -10.278) ) () ) +("nonetheless" ((rb -7.080) ) () ) +("nonevent" ((nn -11.747) ) () ) +("nonexecutive" ((jj -9.179) ) () ) +("nonexistent" ((jj -10.971) ) () ) +("nonfat" ((jj -10.971) ) () ) +("nonferrous" ((jj -10.971) ) () ) +("nonfiction" ((nn -11.747) ) () ) +("nonfinancial" ((jj -9.585) ) () ) +("nonflammable" ((jj -10.971) ) () ) +("noninstitutionalized" ((jj -10.971) ) () ) +("nonintervention" ((nn -11.747) ) () ) +("nonlethal" ((jj -10.971) ) () ) +("nonoperating" ((vbg -9.539) ) () ) +("nonpartisan" ((jj -10.971) ) () ) +("nonperformers" ((nns -10.949) ) () ) +("nonperforming" ((jj -9.025) (nn -11.747) (vbg -7.593) ) () ) +("nonpriority" ((nn -11.747) ) () ) +("nonprofit" ((jj -8.669) ) () ) +("nonpublic" ((jj -10.278) ) () ) +("nonrecurring" ((jj -10.278) (vbg -7.593) ) () ) +("nonregulated" ((jj -10.971) ) () ) +("nonresidential" ((jj -10.971) ) () ) +("nonsense" ((jj -10.971) (nn -10.360) ) () ) +("nonsocialist" ((jj -10.971) ) () ) +("nonstop" ((jj -9.872) (nn -11.747) ) () ) +("nonstops" ((nns -10.949) ) () ) +("nonstrategic" ((jj -10.278) ) () ) +("nontoxic" ((jj -10.971) ) () ) +("nontraditional" ((jj -10.971) ) () ) +("nonunion" ((jj -9.872) (nnp -11.403) ) () ) +("nonvirulent" ((jj -10.971) ) () ) +("nonvoting" ((jj -10.278) ) () ) +("noodles" ((nns -10.255) ) () ) +("noon" ((nn -9.801) ) () ) +("noonan" ((nnp -11.403) ) () ) +("nor" ((cc -5.756) ) () ) +("nora" ((nnp -9.611) ) () ) +("noranda" ((nnp -11.403) ) () ) +("norberto" ((nnp -10.304) ) () ) +("norcross" ((nnp -11.403) ) () ) +("nordstrom" ((nnp -11.403) ) () ) +("norfolk" ((nnp -8.630) ) () ) +("norge" ((nnp -11.403) ) () ) +("noriega" ((nnp -6.730) ) () ) +("noriegan" ((jj -10.971) ) () ) +("norimasa" ((nnp -11.403) ) () ) +("norm" ((nn -11.054) (nnp -11.403) ) () ) +("norma" ((nnp -11.403) ) () ) +("normal" ((jj -6.946) ) () ) +("normalcy" ((nn -11.054) ) () ) +("normalize" ((vb -10.141) ) () ) +("normally" ((nnp -10.709) (rb -6.898) ) () ) +("norman" ((nnp -8.763) ) () ) +("norment" ((nnp -11.403) ) () ) +("norms" ((nns -9.562) ) () ) +("norodom" ((nnp -11.403) ) () ) +("norris" ((nnp -10.304) ) () ) +("norsk" ((nnp -10.709) ) () ) +("norske" ((nnp -10.709) ) () ) +("nortek" ((nnp -10.709) ) () ) +("north" ((jj -7.752) (nn -10.360) (nnp -6.948) (rb -8.353) ) () ) +("north-south" ((jj -10.971) ) () ) +("northampton" ((nnp -10.709) ) () ) +("northbrook" ((nnp -11.403) ) () ) +("northeast" ((jj -10.971) (nn -9.955) (nnp -8.512) (rb -10.299) ) () ) +("northeastern" ((jj -10.971) ) () ) +("northern" ((jj -7.927) (nnp -8.267) ) () ) +("northgate" ((nnp -10.709) ) () ) +("northington" ((nnp -11.403) ) () ) +("northlich" ((nnp -11.403) ) () ) +("northrop" ((nn -10.648) (nnp -7.596) (vb -10.141) ) () ) +("northrup" ((nnp -11.403) ) () ) +("northview" ((nnp -10.709) ) () ) +("northward" ((rb -10.299) ) () ) +("northwest" ((nn -11.747) (nnp -8.569) (rb -10.299) ) () ) +("northy" ((nnp -11.403) ) () ) +("norton" ((nnp -9.100) ) () ) +("norwalk" ((nnp -10.709) ) () ) +("norway" ((nnp -9.205) ) () ) +("norwegian" ((jj -8.892) ) () ) +("norwegians" ((nnps -7.729) ) () ) +("norwest" ((nnp -10.709) ) () ) +("norwich" ((nnp -11.403) ) () ) +("norwick" ((nnp -11.403) ) () ) +("norwitz" ((nnp -10.304) ) () ) +("norwood" ((nnp -9.323) ) () ) +("nos." ((nns -10.949) ) () ) +("nose" ((nn -9.549) ) () ) +("nose-dive" ((nn -11.747) ) () ) +("nose-dived" ((vbd -10.291) (vbn -9.855) ) () ) +("nosedive" ((jj -10.278) (nn -11.054) ) () ) +("nosedived" ((vbd -10.291) ) () ) +("nosediving" ((vbg -9.539) ) () ) +("noses" ((nns -10.949) ) () ) +("nostalgia" ((nn -10.360) ) () ) +("nostalgic" ((jj -9.585) ) () ) +("not" ((rb -3.105) ) () ) +("not-for-profit" ((jj -10.278) ) () ) +("not-guilty" ((jj -10.971) ) () ) +("not-so-favorite" ((jj -10.971) ) () ) +("not-so-subtly" ((rb -10.299) ) () ) +("notable" ((jj -9.025) (nnp -11.403) ) () ) +("notably" ((rb -7.355) ) () ) +("notch" ((nn -11.747) (vb -10.141) ) () ) +("note" ((nn -7.652) (vb -8.062) (vbp -6.371) ) () ) +("notebook" ((nn -9.801) ) () ) +("notebook-sized" ((jj -10.971) ) () ) +("noted" ((jj -10.971) (vbd -5.555) (vbn -7.216) ) () ) +("noteholders" ((nns -10.949) ) () ) +("notes" ((nnp -10.304) (nnps -7.729) (nns -5.739) (vbz -6.189) ) () ) +("nothin" ((nn -11.747) ) () ) +("nothing" ((nn -7.182) (nnp -11.403) ) () ) +("notice" ((nn -8.913) (nnp -10.709) (vb -8.755) (vbp -8.268) ) () ) +("noticeable" ((jj -10.971) ) () ) +("noticeably" ((rb -9.201) ) () ) +("noticed" ((vbd -8.211) (vbn -8.469) ) () ) +("notices" ((nns -10.949) ) () ) +("noticias" ((nnp -11.403) ) () ) +("noticing" ((vbg -9.539) ) () ) +("notification" ((nn -9.349) ) () ) +("notifications" ((nns -10.949) ) () ) +("notified" ((vbd -9.192) (vbn -7.658) ) () ) +("notifies" ((vbz -9.926) ) () ) +("notify" ((vb -8.196) ) () ) +("notifying" ((vbg -8.440) ) () ) +("noting" ((vbg -6.361) ) () ) +("notion" ((nn -8.856) ) () ) +("notions" ((nns -9.339) ) () ) +("notoriety" ((nn -11.747) ) () ) +("notorious" ((jj -9.362) ) () ) +("notoriously" ((rb -9.606) ) () ) +("notre" ((nnp -10.016) ) () ) +("notwithstanding" ((in -9.011) (rb -10.299) ) () ) +("nouveau" ((jj -10.971) ) () ) +("nouveaux" ((nnp -11.403) ) () ) +("nouvelle" ((jj -10.971) ) () ) +("nov" ((nnp -10.709) ) () ) +("nov." ((nn -11.747) (nnp -5.893) (vb -9.448) ) () ) +("nova" ((nnp -10.016) ) () ) +("novametrix" ((nnp -11.403) ) () ) +("novato" ((nnp -11.403) ) () ) +("novel" ((jj -9.585) (nn -9.182) ) () ) +("novelist" ((nn -10.137) ) () ) +("novelistic" ((jj -9.872) ) () ) +("novell" ((nnp -10.304) ) () ) +("novello" ((nnp -9.611) ) () ) +("novels" ((nns -9.339) ) () ) +("novelties" ((nns -10.949) ) () ) +("novelty" ((nn -11.747) ) () ) +("november" ((nnp -7.198) ) () ) +("novick" ((nnp -11.403) ) () ) +("novitiate" ((nn -11.747) ) () ) +("novitiates" ((nns -10.949) ) () ) +("now" ((jj -10.971) (nnp -10.709) (rb -3.646) ) () ) +("now-deceased" ((jj -10.971) ) () ) +("now-defunct" ((jj -9.362) ) () ) +("now-evident" ((jj -10.971) ) () ) +("now-obscure" ((jj -10.971) ) () ) +("now-scuttled" ((jj -10.971) ) () ) +("now-shaky" ((jj -10.278) ) () ) +("now-shuttered" ((jj -10.971) ) () ) +("now-standard" ((jj -9.872) ) () ) +("nowadays" ((rb -9.201) ) () ) +("nowak" ((nnp -10.709) ) () ) +("nowhere" ((rb -8.508) ) () ) +("noxell" ((nnp -9.323) ) () ) +("nozzle" ((nn -11.747) ) () ) +("np" ((nnp -11.403) ) () ) +("nrc" ((nnp -10.016) ) () ) +("nrdc" ((nnp -10.709) ) () ) +("nrm" ((nnp -8.918) ) () ) +("nsa" ((nnp -11.403) ) () ) +("nt" ((rb -10.299) ) () ) +("nt&sa" ((nnp -11.403) ) () ) +("ntg" ((nnp -10.709) ) () ) +("ntsb" ((nnp -11.403) ) () ) +("nuance" ((nn -11.054) ) () ) +("nuances" ((nns -10.255) ) () ) +("nuclear" ((jj -7.308) (nn -11.747) (nnp -9.457) ) () ) +("nuclear-armed" ((jj -10.971) ) () ) +("nuclear-arms" ((nns -10.949) ) () ) +("nuclear-power" ((jj -10.278) ) () ) +("nuclear-powered" ((jj -10.971) ) () ) +("nuclear-weapons" ((jj -10.971) ) () ) +("nucleus" ((nn -11.747) ) () ) +("nucor" ((nnp -9.793) ) () ) +("nucor-like" ((jj -10.971) ) () ) +("nude" ((jj -10.278) ) () ) +("nudge" ((vb -10.141) ) () ) +("nugent" ((nnp -10.709) ) () ) +("nugget" ((nnp -9.323) ) () ) +("nuggets" ((nnps -6.343) ) () ) +("nuisance" ((jj -10.278) ) () ) +("nullified" ((vbn -9.855) ) () ) +("nullify" ((vb -8.755) (vbp -9.367) ) () ) +("num" ((nnp -11.403) ) () ) +("numb" ((jj -10.971) ) () ) +("number" ((nn -6.101) ) () ) +("number-crunchers" ((nns -10.949) ) () ) +("numbered" ((vbd -8.905) ) () ) +("numbering" ((vbg -9.539) ) () ) +("numbers" ((nnps -7.729) (nns -7.057) ) () ) +("numbingly" ((rb -10.299) ) () ) +("numerator" ((nn -11.747) ) () ) +("numerical" ((jj -10.971) ) () ) +("numerous" ((jj -7.334) ) () ) +("nun" ((nn -11.747) ) () ) +("nunn" ((nnp -10.709) ) () ) +("nuovo" ((nnp -9.100) ) () ) +("nurse" ((nn -11.054) ) () ) +("nursed" ((vbd -9.598) ) () ) +("nurseries" ((nns -9.562) ) () ) +("nursery" ((nn -11.747) ) () ) +("nurses" ((nns -9.003) ) () ) +("nursing" ((nn -10.648) (vbg -9.539) ) () ) +("nursing-home" ((nn -11.054) ) () ) +("nurtured" ((vbd -10.291) (vbn -9.855) ) () ) +("nurturing" ((vbg -9.539) ) () ) +("nutcracker" ((nn -11.747) ) () ) +("nutmeg" ((nnp -11.403) ) () ) +("nutrition" ((nn -11.054) ) () ) +("nutritional" ((jj -10.971) (nnp -10.304) ) () ) +("nuts" ((nns -10.949) ) () ) +("nutshell" ((nn -11.747) ) () ) +("nutt" ((nnp -11.403) ) () ) +("nutting" ((nnp -10.709) ) () ) +("nuveen" ((nnp -10.304) ) () ) +("nuys" ((nnp -9.611) ) () ) +("nv" ((nnp -9.793) ) () ) +("nwa" ((nnp -9.457) ) () ) +("nye" ((nnp -10.304) ) () ) +("nyiregyhaza" ((nnp -11.403) ) () ) +("nylev" ((nnp -11.403) ) () ) +("nymark" ((nnp -11.403) ) () ) +("nynex" ((nnp -8.694) ) () ) +("nyse" ((nnp -9.611) ) () ) +("nyu" ((nnp -11.403) ) () ) +("nzi" ((nnp -11.403) ) () ) +("o&y" ((nnp -10.709) ) () ) +("o'brian" ((nnp -11.403) ) () ) +("o'brien" ((nnp -9.457) ) () ) +("o'clock" ((rb -10.299) ) () ) +("o'connell" ((nnp -9.793) ) () ) +("o'connor" ((nnp -9.611) ) () ) +("o'donnell" ((nnp -10.709) ) () ) +("o'dwyer's" ((nnp -11.403) ) () ) +("o'hare" ((nnp -11.403) ) () ) +("o'kicki" ((nnp -8.838) ) () ) +("o'linn" ((nnp -9.793) ) () ) +("o'linn's" ((nnp -11.403) ) () ) +("o'neill" ((nnp -10.016) ) () ) +("o'reilly" ((nnp -11.403) ) () ) +("o'rourke" ((nnp -11.403) ) () ) +("o." ((nnp -8.763) ) () ) +("o.p." ((nnp -11.403) ) () ) +("oak" ((nn -10.648) (nnp -9.457) ) () ) +("oakar" ((nnp -10.016) ) () ) +("oakes" ((nnp -9.611) ) () ) +("oakland" ((nn -11.054) (nnp -7.906) ) () ) +("oakland-berkeley" ((nnp -11.403) ) () ) +("oaks" ((nnp -10.709) ) () ) +("oasis" ((nn -10.648) (nnp -10.709) ) () ) +("oat" ((nn -11.747) ) () ) +("oath" ((nn -11.747) ) () ) +("oats" ((nn -11.747) (nnp -11.403) ) () ) +("obdurate" ((jj -10.971) ) () ) +("obedience" ((nn -11.747) ) () ) +("obeisance" ((nn -11.747) ) () ) +("obelisk" ((nn -11.747) ) () ) +("oberhausen" ((nnp -11.403) ) () ) +("oberstar" ((nnp -10.016) ) () ) +("obey" ((nnp -11.403) (vbp -9.367) ) () ) +("obfuscate" ((vb -10.141) ) () ) +("obfuscation" ((nn -10.648) ) () ) +("object" ((vb -9.448) (vbp -8.268) ) () ) +("objected" ((vbd -9.192) ) () ) +("objecting" ((vbg -9.539) ) () ) +("objection" ((nn -10.360) ) () ) +("objectionable" ((jj -10.278) ) () ) +("objections" ((nns -8.384) ) () ) +("objective" ((jj -10.278) (nn -9.549) ) () ) +("objectively" ((rb -10.299) ) () ) +("objectives" ((nns -8.869) ) () ) +("objectivity" ((nn -11.054) ) () ) +("objects" ((nns -9.562) ) () ) +("obligated" ((jj -10.971) (vbd -10.291) (vbn -9.162) ) () ) +("obligation" ((nn -8.250) ) () ) +("obligations" ((nns -8.004) ) () ) +("obligatory" ((jj -10.278) ) () ) +("obligatto" ((nn -11.747) ) () ) +("obliged" ((jj -10.971) (vbn -8.757) ) () ) +("obliges" ((vbz -9.926) ) () ) +("oblique" ((jj -10.971) ) () ) +("obliquely" ((rb -10.299) ) () ) +("obliterated" ((vbn -9.855) ) () ) +("oblivion" ((nn -11.747) ) () ) +("obnoxious" ((jj -9.872) ) () ) +("oboist" ((nn -11.747) ) () ) +("obrion" ((nnp -11.403) ) () ) +("obscene" ((jj -10.278) ) () ) +("obscenity" ((nn -11.747) ) () ) +("obscure" ((vb -10.141) ) () ) +("obscured" ((vbd -10.291) ) () ) +("observance" ((nn -11.747) ) () ) +("observation" ((nn -11.747) ) () ) +("observations" ((nns -10.255) ) () ) +("observatory" ((nn -11.747) ) () ) +("observe" ((vb -10.141) (vbp -8.268) ) () ) +("observed" ((jj -10.971) (vbd -8.681) (vbn -8.757) ) () ) +("observer" ((nn -11.054) (nnp -11.403) ) () ) +("observers" ((nns -7.483) ) () ) +("observes" ((vbz -8.540) ) () ) +("obsessed" ((jj -10.278) (vbn -9.855) ) () ) +("obsession" ((nn -10.360) ) () ) +("obsolete" ((jj -9.585) ) () ) +("obstacle" ((nn -9.349) ) () ) +("obstacles" ((nns -8.551) ) () ) +("obstinate" ((jj -10.971) ) () ) +("obstruct" ((vbp -9.367) ) () ) +("obstructed" ((vbn -9.855) ) () ) +("obstruction" ((nn -10.648) ) () ) +("obstructionism" ((nn -11.747) ) () ) +("obstructionist" ((nn -11.747) ) () ) +("obtain" ((vb -6.404) (vbp -8.674) ) () ) +("obtainable" ((jj -10.971) ) () ) +("obtained" ((vbd -8.211) (vbn -7.290) ) () ) +("obtaining" ((vbg -6.974) ) () ) +("obviate" ((vb -10.141) ) () ) +("obvious" ((jj -7.675) ) () ) +("obviously" ((rb -7.208) ) () ) +("occasion" ((nn -9.955) (vb -9.448) ) () ) +("occasional" ((jj -9.025) ) () ) +("occasionally" ((rb -7.466) ) () ) +("occasions" ((nns -9.003) ) () ) +("occidental" ((nnp -9.005) ) () ) +("occupancy" ((nn -10.360) ) () ) +("occupant" ((nn -10.648) ) () ) +("occupation" ((nn -10.648) ) () ) +("occupational" ((jj -10.971) (nnp -10.016) ) () ) +("occupied" ((jj -9.585) (vbd -10.291) (vbn -9.162) ) () ) +("occupies" ((vbz -9.926) ) () ) +("occupy" ((vb -10.141) ) () ) +("occupying" ((jj -10.971) ) () ) +("occur" ((vb -7.097) (vbp -7.421) ) () ) +("occurred" ((vbd -6.924) (vbn -8.246) ) () ) +("occurrence" ((nn -11.747) ) () ) +("occurrences" ((nns -10.255) ) () ) +("occurring" ((vbg -7.930) ) () ) +("occurs" ((vbz -7.729) ) () ) +("ocean" ((nn -9.801) (nnp -9.611) ) () ) +("ocean-shipping" ((nn -11.747) ) () ) +("oceanographic" ((jj -10.278) ) () ) +("oceans" ((nns -9.850) ) () ) +("ochoa" ((nnp -11.403) ) () ) +("ochs" ((nnp -11.403) ) () ) +("oct" ((nnp -10.016) ) () ) +("oct." ((nn -11.747) (nnp -5.628) ) () ) +("octane" ((nn -11.747) ) () ) +("octave" ((jj -10.971) ) () ) +("octaves" ((nns -10.949) ) () ) +("octel" ((nn -11.747) (nnp -9.611) ) () ) +("october" ((nnp -6.041) ) () ) +("octogenarians" ((nns -10.949) ) () ) +("octopus" ((nnp -11.403) ) () ) +("odd" ((jj -8.332) (nnp -11.403) ) () ) +("odd-looking" ((jj -10.971) ) () ) +("odd-lot" ((jj -10.971) ) () ) +("odd-sounding" ((jj -10.971) ) () ) +("oddballs" ((nns -10.949) ) () ) +("oddest" ((jjs -7.523) ) () ) +("oddities" ((nns -10.949) ) () ) +("oddity" ((nn -11.747) ) () ) +("oddly" ((rb -9.201) ) () ) +("odds" ((nnps -7.729) (nns -7.730) ) () ) +("odeon" ((nnp -8.918) ) () ) +("odyssey" ((nn -11.747) (nnp -11.403) ) () ) +("oecd" ((nnp -10.304) ) () ) +("oerlikon-buehrle" ((nnp -11.403) ) () ) +("oeufs" ((fw -5.416) ) () ) +("of" ((of 0.000) ) () ) +("off" ((1 -4.727) (in -5.532) (jj -8.263) (rb -6.023) (rp -2.013) ) () ) +("off-again" ((jj -9.872) ) () ) +("off-balance" ((jj -10.971) ) () ) +("off-base" ((jj -10.278) ) () ) +("off-broadway" ((jj -10.971) ) () ) +("off-budget" ((jj -10.278) ) () ) +("off-exchange" ((jj -10.971) ) () ) +("off-hours" ((nns -10.949) ) () ) +("off-off" ((jj -10.971) ) () ) +("off-price" ((jj -10.971) ) () ) +("off-road" ((jj -10.971) (nnp -11.403) ) () ) +("off-speed" ((jj -10.971) ) () ) +("off-the-record" ((jj -10.971) ) () ) +("off-track" ((nnp -11.403) ) () ) +("offbeat" ((jj -10.971) ) () ) +("offend" ((vb -8.532) ) () ) +("offenders" ((nns -9.562) ) () ) +("offending" ((vbg -8.846) ) () ) +("offends" ((vbz -9.926) ) () ) +("offense" ((nn -11.054) ) () ) +("offensive" ((jj -9.025) (nn -10.360) (nnp -11.403) ) () ) +("offer" ((nn -5.866) (vb -5.687) (vbp -6.189) ) () ) +("offered" ((jj -9.362) (nnp -9.793) (vbd -6.028) (vbn -5.173) ) () ) +("offering" ((nn -6.623) (nnp -11.403) (vbg -5.157) ) () ) +("offerings" ((nns -7.581) ) () ) +("offers" ((nns -7.452) (vbz -6.189) ) () ) +("offi" ((nns -10.949) ) () ) +("officals" ((nns -10.949) ) () ) +("office" ((nn -6.201) (nnp -7.395) ) () ) +("officer" ((nn -5.991) (nnp -9.793) ) () ) +("officers" ((nns -7.581) ) () ) +("offices" ((nns -6.645) ) () ) +("official" ((jj -6.844) (nn -6.827) (nnp -11.403) ) () ) +("officialdom" ((nn -11.747) ) () ) +("officially" ((rb -7.121) ) () ) +("officials" ((nnp -10.304) (nns -4.681) ) () ) +("officio" ((fw -5.416) ) () ) +("officious" ((jj -10.971) ) () ) +("offing" ((nn -10.648) ) () ) +("offputting" ((jj -10.971) ) () ) +("offset" ((vb -6.923) (vbd -8.499) (vbn -6.359) (vbp -7.575) ) () ) +("offsets" ((nns -10.949) ) () ) +("offsetting" ((jj -9.585) (vbg -6.706) ) () ) +("offshoot" ((nn -10.360) ) () ) +("offshoots" ((nns -10.949) ) () ) +("offshore" ((jj -9.585) (nnp -11.403) (rb -9.201) ) () ) +("offside" ((nn -11.747) ) () ) +("offspring" ((nn -10.648) (nns -10.949) ) () ) +("often" ((rb -5.129) ) () ) +("often-criticized" ((jj -10.971) ) () ) +("often-disparaged" ((jj -10.971) ) () ) +("ogallala" ((nnp -11.403) ) () ) +("ogden" ((nnp -9.793) ) () ) +("ogilvy" ((nn -11.747) (nnp -7.596) ) () ) +("ogilvyspeak" ((nnp -11.403) ) () ) +("ogles" ((vbz -9.926) ) () ) +("ogonyok" ((nnp -10.016) ) () ) +("oh" ((uh -2.398) ) () ) +("oh-hyun" ((nnp -11.403) ) () ) +("ohbayashi" ((nnp -9.611) ) () ) +("ohio" ((nnp -7.259) ) () ) +("ohio-based" ((jj -9.585) ) () ) +("ohio-chartered" ((jj -10.971) ) () ) +("ohioan" ((nnp -11.403) ) () ) +("ohira" ((nnp -11.403) ) () ) +("ohlman" ((nnp -10.709) ) () ) +("oil" ((nn -6.296) (nnp -8.001) ) () ) +("oil-consuming" ((jj -10.971) ) () ) +("oil-field" ((jj -10.971) (nn -11.747) ) () ) +("oil-finding" ((jj -10.971) ) () ) +("oil-leasing" ((nn -11.747) ) () ) +("oil-price" ((nn -11.747) ) () ) +("oil-producing" ((jj -10.278) ) () ) +("oil-recycling" ((nn -11.747) ) () ) +("oil-related" ((jj -10.971) ) () ) +("oil-rig" ((nn -11.747) ) () ) +("oiler" ((nn -11.747) ) () ) +("oilfield" ((nn -11.747) ) () ) +("oilman" ((nn -11.747) ) () ) +("oils" ((nns -8.869) ) () ) +("oilwell" ((nnp -11.403) ) () ) +("oily" ((jj -10.278) ) () ) +("oink" ((uh -4.477) ) () ) +("ointment" ((nn -11.747) ) () ) +("oji" ((nnp -10.016) ) () ) +("ok" ((jj -9.025) (uh -2.868) ) () ) +("oka" ((nnp -10.304) ) () ) +("okay" ((jj -10.971) (uh -4.477) ) () ) +("oking" ((nnp -11.403) ) () ) +("okla." ((nnp -10.304) ) () ) +("oklahoma" ((nnp -8.569) ) () ) +("okobank" ((nnp -11.403) ) () ) +("okuma" ((nnp -11.403) ) () ) +("ol'" ((jj -10.971) ) () ) +("olav" ((nnp -11.403) ) () ) +("olay" ((nnp -10.304) ) () ) +("old" ((jj -5.573) (nnp -8.311) ) () ) +("old-fashioned" ((jj -9.025) ) () ) +("old-guard" ((jj -10.971) ) () ) +("old-line" ((jj -10.278) (nn -11.747) ) () ) +("old-name" ((jj -10.971) ) () ) +("old-style" ((jj -10.971) ) () ) +("old-time" ((jj -10.278) ) () ) +("old-timers" ((nns -10.949) ) () ) +("older" ((jjr -4.211) ) () ) +("oldest" ((jjs -5.731) ) () ) +("olds" ((nnp -11.403) ) () ) +("oldsmobile" ((nnp -11.403) ) () ) +("olean" ((nnp -11.403) ) () ) +("olefins" ((nns -10.949) ) () ) +("oleg" ((nnp -11.403) ) () ) +("olga" ((nnp -11.403) ) () ) +("olin" ((nnp -9.793) ) () ) +("olissa" ((nnp -11.403) ) () ) +("oliver" ((nnp -8.918) ) () ) +("olivetti" ((nnp -8.407) ) () ) +("ollari" ((nnp -11.403) ) () ) +("ollie" ((nnp -10.709) ) () ) +("olof" ((nnp -11.403) ) () ) +("olsen" ((nnp -10.709) ) () ) +("olshan" ((nnp -10.709) ) () ) +("olson" ((nnp -10.304) ) () ) +("olsson" ((nnp -11.403) ) () ) +("olympia" ((nnp -9.457) ) () ) +("olympic" ((nnp -10.016) ) () ) +("olympics" ((nnps -5.649) (nns -10.949) ) () ) +("omaha" ((nn -11.747) (nnp -10.016) ) () ) +("oman" ((nnp -11.403) ) () ) +("omar" ((nnp -10.709) ) () ) +("omb" ((nnp -9.611) ) () ) +("ombudsman" ((nn -11.054) ) () ) +("omen" ((nn -11.747) ) () ) +("omens" ((nns -10.949) ) () ) +("ominous" ((jj -9.179) ) () ) +("ominously" ((rb -10.299) ) () ) +("omission" ((nn -11.747) ) () ) +("omissions" ((nns -10.949) ) () ) +("omit" ((vb -8.755) (vbp -8.674) ) () ) +("omits" ((vbz -9.233) ) () ) +("omitted" ((vbd -10.291) (vbn -7.290) ) () ) +("omni" ((nnp -9.457) ) () ) +("omnibank" ((nnp -11.403) ) () ) +("omnibus" ((jj -9.585) (nn -10.137) ) () ) +("omnicare" ((nnp -10.016) ) () ) +("omnicom" ((nnp -9.793) ) () ) +("omnicorp" ((nnp -11.403) ) () ) +("omron" ((nnp -11.403) ) () ) +("on" ((in -2.424) (nnp -10.304) (rb -6.716) (rp -3.263) ) () ) +("on-again" ((jj -9.872) ) () ) +("on-air" ((jj -10.971) ) () ) +("on-board" ((jj -10.971) ) () ) +("on-line" ((jj -10.278) ) () ) +("on-set" ((jj -10.971) ) () ) +("on-site" ((jj -9.179) (nnp -11.403) ) () ) +("on-time" ((jj -10.971) ) () ) +("once" ((in -7.374) (rb -5.175) ) () ) +("once-a-day" ((jj -10.971) ) () ) +("once-cozy" ((jj -10.971) ) () ) +("once-desirable" ((jj -10.971) ) () ) +("once-grumpy" ((jj -10.971) ) () ) +("once-high-flying" ((jj -10.971) ) () ) +("once-moribund" ((jj -10.971) ) () ) +("once-promising" ((jj -10.971) ) () ) +("once-sacred" ((jj -10.971) ) () ) +("once-sporadic" ((jj -10.971) ) () ) +("once-staid" ((jj -10.971) ) () ) +("once-stately" ((jj -10.971) ) () ) +("oncor" ((nnp -10.304) ) () ) +("ondaatje" ((nnp -10.304) ) () ) +("one" ((cd -3.236) (nn -4.910) (nnp -11.403) (prp -6.457) ) () ) +("one-acter" ((jj -10.971) ) () ) +("one-by-one" ((jj -10.971) ) () ) +("one-company" ((jj -10.971) ) () ) +("one-country" ((jj -10.971) ) () ) +("one-day" ((jj -8.573) ) () ) +("one-fifth" ((jj -10.971) (nn -11.054) ) () ) +("one-for-one" ((jj -10.971) ) () ) +("one-fourth" ((nn -10.360) ) () ) +("one-half" ((jj -9.872) (nn -10.648) ) () ) +("one-hour" ((jj -8.774) ) () ) +("one-in-a-million" ((jj -10.971) ) () ) +("one-inch" ((jj -9.872) ) () ) +("one-issue" ((jj -10.971) ) () ) +("one-megabit" ((jj -10.971) ) () ) +("one-month" ((jj -10.278) ) () ) +("one-newspaper" ((jj -10.971) ) () ) +("one-on-one" ((jj -10.971) ) () ) +("one-owner" ((jj -10.971) ) () ) +("one-party" ((jj -10.278) ) () ) +("one-person" ((nn -11.747) ) () ) +("one-point" ((jj -10.971) ) () ) +("one-quarter" ((nn -10.648) ) () ) +("one-quarter-cent" ((jj -10.971) ) () ) +("one-sentence" ((jj -10.971) ) () ) +("one-set" ((jj -10.971) ) () ) +("one-shot" ((jj -9.872) ) () ) +("one-sided" ((jj -10.971) ) () ) +("one-size-fits-all" ((jj -10.971) ) () ) +("one-square-mile" ((jj -10.971) ) () ) +("one-stop" ((jj -9.872) ) () ) +("one-tenth" ((nn -11.747) ) () ) +("one-term" ((jj -10.971) ) () ) +("one-third" ((jj -8.774) (nn -8.802) (rb -10.299) ) () ) +("one-time" ((jj -7.121) ) () ) +("one-upsmanship" ((nn -11.054) ) () ) +("one-way" ((jj -10.971) ) () ) +("one-week" ((jj -10.971) ) () ) +("one-woman" ((jj -10.971) ) () ) +("one-word" ((jj -10.971) ) () ) +("one-year" ((jj -7.282) ) () ) +("one-yen" ((jj -10.278) ) () ) +("onepage" ((jj -10.971) ) () ) +("onerous" ((jj -9.179) ) () ) +("ones" ((nns -7.017) ) () ) +("oneself" ((prp -10.121) ) () ) +("onetime" ((jj -9.872) ) () ) +("oneyear" ((jj -10.971) ) () ) +("onezie" ((nnp -11.403) ) () ) +("ong" ((nnp -10.709) ) () ) +("ongoing" ((jj -8.406) ) () ) +("only" ((jj -5.947) (rb -3.724) ) () ) +("onset" ((nn -11.747) ) () ) +("onslaught" ((nn -10.360) ) () ) +("onstage" ((rb -9.606) ) () ) +("ontario" ((nnp -9.205) ) () ) +("onto" ((in -7.625) ) () ) +("onus" ((nn -11.054) ) () ) +("oohs" ((uh -3.784) ) () ) +("oomph" ((nn -11.747) ) () ) +("ooze" ((nn -11.747) ) () ) +("oozing" ((vbg -9.539) ) () ) +("op-ed" ((jj -10.971) ) () ) +("opec" ((nnp -8.311) ) () ) +("open" ((jj -6.517) (nn -11.054) (nnp -10.304) (rb -9.201) (rp -7.341) (vb -6.291) (vbp -7.757) ) () ) +("open-bank" ((jj -10.971) ) () ) +("open-door" ((nn -11.747) ) () ) +("open-end" ((jj -10.971) ) () ) +("open-ended" ((jj -10.278) ) () ) +("open-market" ((jj -10.971) (nn -11.747) ) () ) +("opened" ((vbd -6.164) (vbn -6.488) ) () ) +("openended" ((vbn -9.855) ) () ) +("opener" ((nn -11.054) ) () ) +("openers" ((nns -10.949) ) () ) +("opening" ((jj -9.585) (nn -8.009) (vbg -6.320) ) () ) +("opening-hour" ((jj -10.971) ) () ) +("openings" ((nns -9.562) ) () ) +("openly" ((rb -7.901) ) () ) +("openness" ((nn -10.360) ) () ) +("opens" ((vbz -7.361) ) () ) +("opera" ((nn -10.137) (nnp -9.323) ) () ) +("operas" ((nns -10.949) ) () ) +("operate" ((vb -6.335) (vbp -6.594) ) () ) +("operated" ((1 -4.727) (vbd -8.681) (vbn -7.909) ) () ) +("operates" ((vbz -6.076) ) () ) +("operatic" ((jj -10.971) ) () ) +("operating" ((nn -6.864) (nnp -11.403) (vbg -4.590) ) () ) +("operating-profit" ((nn -11.747) ) () ) +("operation" ((nn -7.304) ) () ) +("operational" ((jj -8.669) ) () ) +("operationally" ((rb -10.299) ) () ) +("operations" ((nnp -9.457) (nnps -7.729) (nns -5.035) ) () ) +("operative" ((jj -10.971) (nn -11.747) ) () ) +("operatives" ((nns -9.850) ) () ) +("operator" ((nn -7.985) ) () ) +("operators" ((nnp -11.403) (nns -7.581) ) () ) +("opere" ((nnp -11.403) ) () ) +("opining" ((vbg -9.539) ) () ) +("opinion" ((nn -7.962) (nnp -10.709) ) () ) +("opinion-makers" ((nns -10.949) ) () ) +("opinions" ((nns -8.464) ) () ) +("opositora" ((nnp -11.403) ) () ) +("oppenheimer" ((nnp -8.838) ) () ) +("opponent" ((nn -9.549) ) () ) +("opponents" ((nns -7.858) ) () ) +("opportuning" ((nn -11.747) ) () ) +("opportunism" ((nn -11.747) ) () ) +("opportunist" ((nn -11.747) ) () ) +("opportunistic" ((jj -9.585) ) () ) +("opportunists" ((nns -10.949) ) () ) +("opportunities" ((nnps -7.729) (nns -7.365) ) () ) +("opportunity" ((nn -7.572) (nnp -10.709) ) () ) +("oppose" ((vb -7.744) (vbp -6.534) ) () ) +("opposed" ((jj -10.278) (vbd -7.726) (vbn -6.488) ) () ) +("opposes" ((vbz -7.528) ) () ) +("opposing" ((jj -10.971) (vbg -7.342) ) () ) +("opposite" ((in -10.264) (jj -8.774) (nn -10.137) ) () ) +("opposition" ((nn -7.416) ) () ) +("opposition-party" ((jj -10.971) ) () ) +("oppression" ((nn -11.054) ) () ) +("oppressive" ((jj -10.278) ) () ) +("opt" ((vb -10.141) ) () ) +("opted" ((vbd -8.905) ) () ) +("optic-electronic" ((nnp -11.403) ) () ) +("optical" ((jj -8.199) ) () ) +("optical-disk" ((jj -10.971) ) () ) +("optical-products" ((nns -10.949) ) () ) +("optical-storage" ((jj -10.278) ) () ) +("optically" ((rb -10.299) ) () ) +("optimism" ((nn -9.108) ) () ) +("optimist" ((nn -11.747) ) () ) +("optimistic" ((jj -7.836) ) () ) +("optimistically" ((rb -10.299) ) () ) +("optimists" ((nns -10.949) ) () ) +("opting" ((vbg -8.846) ) () ) +("option" ((nn -7.588) (vbp -9.367) ) () ) +("option-related" ((jj -10.971) ) () ) +("optional" ((jj -9.872) ) () ) +("options" ((nnp -9.611) (nnps -5.649) (nns -6.036) ) () ) +("options-trading" ((jj -10.278) ) () ) +("opulence" ((nn -11.747) ) () ) +("opulent" ((jj -10.278) ) () ) +("opus" ((nnp -11.403) ) () ) +("or" ((cc -2.249) ) () ) +("oracle" ((nnp -9.611) ) () ) +("oral" ((jj -8.774) ) () ) +("orange" ((jj -10.971) (nn -11.747) (nnp -9.005) ) () ) +("orange-and-blue" ((jj -10.971) ) () ) +("orange-flavored" ((jj -10.971) ) () ) +("oranges" ((nns -10.949) ) () ) +("oranjemund" ((nnp -10.304) ) () ) +("orbe" ((nnp -11.403) ) () ) +("orbis" ((nnp -11.403) ) () ) +("orbit" ((nn -10.360) ) () ) +("orchard" ((nn -10.648) (nnp -10.709) ) () ) +("orchardists" ((nns -10.949) ) () ) +("orchards" ((nns -10.255) ) () ) +("orchestra" ((nn -10.648) ) () ) +("orchestral" ((jj -10.971) ) () ) +("orchestras" ((nns -9.562) ) () ) +("orchestrated" ((vbd -10.291) (vbn -9.855) ) () ) +("orchestrating" ((vbg -9.539) ) () ) +("orchestration" ((nnp -11.403) ) () ) +("orchid-strewn" ((jj -10.971) ) () ) +("orchids" ((nns -10.949) ) () ) +("ordeal" ((nn -10.648) ) () ) +("order" ((in -10.957) (nn -6.697) (nnp -9.793) (vb -7.657) ) () ) +("order-imbalance" ((nn -11.747) ) () ) +("order-processing" ((jj -10.971) ) () ) +("order-taker" ((nn -11.747) ) () ) +("ordered" ((vbd -7.155) (vbn -6.597) ) () ) +("ordering" ((vbg -6.974) ) () ) +("orderly" ((jj -8.486) (rb -10.299) ) () ) +("orders" ((nns -5.712) ) () ) +("orders-related" ((jj -10.971) ) () ) +("ordinance" ((nn -9.955) ) () ) +("ordinarily" ((rb -8.220) ) () ) +("ordinary" ((jj -7.927) ) () ) +("ordnance" ((nnp -11.403) ) () ) +("ore" ((nn -11.054) (nnp -10.304) ) () ) +("ore." ((nnp -9.205) ) () ) +("oregon" ((nn -11.747) (nnp -8.918) ) () ) +("orel" ((nnp -10.709) ) () ) +("oreos" ((nnps -7.729) ) () ) +("organ" ((nn -10.648) ) () ) +("organ-transplant" ((jj -10.278) (nn -11.747) ) () ) +("organic" ((jj -9.585) (nnp -10.709) ) () ) +("organisation" ((nnp -10.709) ) () ) +("organism" ((nn -11.747) ) () ) +("organisms" ((nns -10.255) ) () ) +("organization" ((nn -7.739) (nnp -8.458) ) () ) +("organizational" ((jj -9.362) ) () ) +("organizations" ((nnp -10.709) (nnps -7.729) (nns -7.483) ) () ) +("organize" ((vb -8.755) ) () ) +("organized" ((jj -10.971) (nnp -11.403) (vbd -9.598) (vbn -7.022) ) () ) +("organized-crime" ((nn -10.137) ) () ) +("organizer" ((nn -11.747) ) () ) +("organizers" ((nns -10.949) ) () ) +("organizes" ((vbz -9.926) ) () ) +("organizing" ((nn -11.747) (nnp -10.709) (vbg -8.153) ) () ) +("organs" ((nns -9.850) ) () ) +("orgy" ((nn -11.747) ) () ) +("oriental" ((jj -9.872) ) () ) +("oriented" ((jj -10.971) (vbn -8.469) ) () ) +("origin" ((nn -11.747) ) () ) +("original" ((jj -6.860) (nn -11.747) ) () ) +("original-equipment" ((jj -10.971) ) () ) +("originality" ((nn -11.747) ) () ) +("originally" ((rb -7.004) ) () ) +("originate" ((vb -10.141) ) () ) +("originated" ((vbn -9.162) ) () ) +("originates" ((vbz -9.233) ) () ) +("originating" ((vbg -9.539) ) () ) +("origination" ((nn -11.747) ) () ) +("originations" ((nns -10.255) ) () ) +("originators" ((nns -10.255) ) () ) +("origins" ((nns -10.949) ) () ) +("orin" ((nnp -11.403) ) () ) +("oriole" ((nnp -11.403) ) () ) +("orioles" ((nnp -10.016) ) () ) +("orkem" ((nnp -8.918) (vb -10.141) ) () ) +("orlando" ((nnp -10.304) ) () ) +("orleans" ((nnp -8.630) ) () ) +("orleans-based" ((jj -10.971) ) () ) +("ornamental" ((jj -10.278) ) () ) +("ornaments" ((nns -10.255) ) () ) +("ornate" ((jj -10.971) ) () ) +("ornette" ((nnp -11.403) ) () ) +("orondo" ((nnp -11.403) ) () ) +("orphan" ((jj -10.971) ) () ) +("orphaned" ((vbn -9.855) ) () ) +("orphans" ((nns -10.255) ) () ) +("orr" ((nnp -9.793) ) () ) +("orrin" ((nnp -10.709) ) () ) +("orson" ((nnp -10.709) ) () ) +("ortega" ((nnp -8.694) ) () ) +("ortegas" ((nnps -7.729) ) () ) +("ortho" ((nnp -11.403) ) () ) +("orthodox" ((jj -9.872) (nn -11.747) (nnp -10.304) ) () ) +("orthodoxy" ((nn -11.747) ) () ) +("ortiz" ((nnp -10.016) ) () ) +("orville" ((nnp -11.403) ) () ) +("orwell" ((nnp -10.709) ) () ) +("orwellian" ((nnp -11.403) ) () ) +("osaka" ((nnp -9.793) ) () ) +("osamu" ((nnp -11.403) ) () ) +("osborn" ((nnp -10.709) ) () ) +("osborne" ((nnp -10.304) ) () ) +("oscar" ((nnp -10.304) ) () ) +("osha" ((nnp -9.005) ) () ) +("oshkosh" ((nnp -10.304) ) () ) +("oslo" ((nn -11.747) (nnp -11.403) ) () ) +("osprey" ((nnp -11.403) ) () ) +("ostensible" ((jj -10.971) ) () ) +("ostensibly" ((rb -9.606) ) () ) +("ostentation" ((nn -11.747) ) () ) +("ostentatiously" ((rb -10.299) ) () ) +("ostpolitik" ((nnp -10.709) ) () ) +("ostrager" ((nnp -10.709) ) () ) +("ostrander" ((nnp -11.403) ) () ) +("ostroff" ((nnp -10.709) ) () ) +("oswald" ((nnp -11.403) ) () ) +("otc" ((nn -11.747) (nnp -7.574) ) () ) +("otero" ((nnp -10.304) ) () ) +("other" ((jj -3.733) (nnp -10.016) ) () ) +("others" ((nnps -7.729) (nns -5.655) ) () ) +("otherwise" ((rb -6.610) ) () ) +("otradovec" ((nnp -10.304) ) () ) +("otros" ((nnp -11.403) ) () ) +("ots" ((nnp -10.709) ) () ) +("ottawa" ((nnp -10.709) ) () ) +("otto" ((nnp -10.304) ) () ) +("ottoman" ((nnp -10.304) ) () ) +("ottoni" ((nnp -10.304) ) () ) +("ouedraogo" ((nnp -11.403) ) () ) +("ought" ((md -5.804) ) () ) +("ounce" ((nn -8.058) ) () ) +("ounces" ((nns -8.004) ) () ) +("our" ((nnp -11.403) (prp -4.175) (jj -3.5) ) () ) +("ours" ((jj -10.971) (prp -10.121) ) () ) +("ourselves" ((prp -8.329) ) () ) +("oust" ((vb -7.502) ) () ) +("ousted" ((jj -10.971) (vbd -9.192) (vbn -8.246) ) () ) +("ouster" ((nn -10.648) ) () ) +("ousting" ((vbg -9.539) ) () ) +("out" ((in -4.782) (jj -9.585) (nn -11.054) (nnp -10.709) (rb -5.379) (rp -1.469) ) () ) +("out-of-court" ((jj -10.278) ) () ) +("out-of-pocket" ((jj -10.971) ) () ) +("out-of-repair" ((nn -11.747) ) () ) +("out-of-state" ((jj -10.278) ) () ) +("out-of-synch" ((jj -10.971) ) () ) +("out-of-town" ((jj -10.971) ) () ) +("outage" ((nn -10.648) ) () ) +("outages" ((nns -10.255) ) () ) +("outbid" ((vb -9.448) (vbp -9.367) ) () ) +("outbidding" ((vbg -9.539) ) () ) +("outbreak" ((nn -11.054) ) () ) +("outcome" ((nn -8.451) ) () ) +("outcry" ((nn -9.667) ) () ) +("outdated" ((jj -10.278) (vbn -9.855) ) () ) +("outdid" ((vbd -10.291) ) () ) +("outdistanced" ((vbn -9.855) ) () ) +("outdone" ((vbn -9.855) ) () ) +("outdoor" ((jj -9.872) ) () ) +("outdoors" ((rb -10.299) ) () ) +("outer" ((jj -9.179) ) () ) +("outfield" ((nn -11.054) ) () ) +("outfielders" ((nns -10.949) ) () ) +("outfit" ((nn -11.054) (vb -10.141) ) () ) +("outfits" ((nn -11.054) (nns -10.949) ) () ) +("outflank" ((vb -10.141) ) () ) +("outflow" ((nn -10.360) ) () ) +("outflows" ((nns -8.869) ) () ) +("outfly" ((vb -9.448) ) () ) +("outgained" ((vbd -10.291) ) () ) +("outgoing" ((jj -10.278) ) () ) +("outgrew" ((vbd -10.291) ) () ) +("outgrown" ((vbn -9.855) ) () ) +("outgrowth" ((nn -11.054) ) () ) +("outhwaite" ((nnp -11.403) ) () ) +("outings" ((nns -10.949) ) () ) +("outlandish" ((jj -10.971) ) () ) +("outlasted" ((vbd -10.291) ) () ) +("outlawed" ((jj -10.971) (vbn -8.469) ) () ) +("outlawing" ((vbg -8.440) ) () ) +("outlay" ((nn -11.054) ) () ) +("outlays" ((nns -8.646) ) () ) +("outleaped" ((vbd -10.291) ) () ) +("outlet" ((nn -11.747) ) () ) +("outlets" ((nns -7.904) ) () ) +("outline" ((nn -11.747) (vb -9.448) ) () ) +("outlined" ((vbd -10.291) (vbn -8.757) ) () ) +("outlines" ((vbz -9.233) ) () ) +("outlining" ((vbg -9.539) ) () ) +("outlook" ((nn -7.985) ) () ) +("outlooks" ((nns -10.949) ) () ) +("outlying" ((jj -10.278) ) () ) +("outmoded" ((jj -10.971) (vbn -9.855) ) () ) +("outnumbered" ((vbd -8.094) ) () ) +("outokumpu" ((nnp -10.709) ) () ) +("outpace" ((vb -10.141) (vbp -9.367) ) () ) +("outpaced" ((vbd -9.192) (vbn -9.855) (vbp -9.367) ) () ) +("outpacing" ((vbg -9.539) ) () ) +("outpatient" ((nn -10.648) ) () ) +("outperform" ((vb -9.448) (vbp -9.367) ) () ) +("outperformed" ((vbd -9.598) (vbn -9.162) ) () ) +("outperforms" ((vbz -9.926) ) () ) +("outplacement" ((nn -11.747) ) () ) +("outpost" ((nn -10.648) ) () ) +("outposts" ((nns -10.255) ) () ) +("output" ((nn -7.588) ) () ) +("outrage" ((nn -10.137) ) () ) +("outraged" ((jj -10.971) (vbn -9.162) ) () ) +("outrageous" ((jj -9.585) ) () ) +("outranks" ((vbz -9.926) ) () ) +("outreach" ((nnp -11.403) ) () ) +("outright" ((jj -9.585) (rb -8.690) ) () ) +("outselling" ((vbg -9.539) ) () ) +("outsells" ((vbz -9.926) ) () ) +("outset" ((nn -9.955) ) () ) +("outshine" ((vb -10.141) ) () ) +("outside" ((in -6.863) (jj -7.121) (nn -9.549) (rb -9.606) ) () ) +("outsider" ((nn -9.955) ) () ) +("outsiders" ((nns -9.339) ) () ) +("outsized" ((jj -10.278) ) () ) +("outskirts" ((nns -10.949) ) () ) +("outsold" ((vbd -10.291) ) () ) +("outspoken" ((jj -9.362) ) () ) +("outstanding" ((jj -5.762) ) () ) +("outstandingly" ((rb -10.299) ) () ) +("outstrip" ((vb -10.141) ) () ) +("outstripped" ((vbd -9.598) (vbn -9.162) ) () ) +("outstripping" ((vbg -8.846) ) () ) +("outstrips" ((vbz -9.233) ) () ) +("outward" ((rb -10.299) ) () ) +("outward-looking" ((jj -10.971) ) () ) +("outwardly" ((rb -9.606) ) () ) +("outweigh" ((vb -9.448) (vbp -8.268) ) () ) +("outweighed" ((vbd -9.598) (vbn -9.855) ) () ) +("ovalle" ((nnp -10.709) ) () ) +("ovcharenko" ((nnp -9.793) ) () ) +("ovens" ((nns -10.949) ) () ) +("over" ((in -4.408) (jj -9.872) (nnp -11.403) (rb -6.662) (rp -3.107) ) () ) +("over-allotment" ((jj -10.971) (nn -11.747) ) () ) +("over-capacity" ((nn -11.747) ) () ) +("over-leveraged" ((jj -10.971) ) () ) +("over-magazined" ((vbn -9.855) ) () ) +("over-optimistic" ((jj -10.971) ) () ) +("over-the-counter" ((jj -6.752) (nn -10.137) (rb -9.201) ) () ) +("overall" ((jj -6.723) (nn -10.648) (nnp -11.403) (rb -7.660) ) () ) +("overalls" ((nns -10.949) ) () ) +("overarching" ((jj -10.971) (vbg -8.846) ) () ) +("overbid" ((vb -10.141) (vbd -10.291) ) () ) +("overblown" ((jj -10.971) ) () ) +("overboard" ((rb -10.299) ) () ) +("overbought" ((vbn -9.855) ) () ) +("overbuilding" ((nn -11.054) ) () ) +("overbuilt" ((jj -9.872) (nn -11.054) ) () ) +("overcame" ((vbd -9.598) ) () ) +("overcapacity" ((nn -9.667) ) () ) +("overcharge" ((nn -11.054) ) () ) +("overcharges" ((nns -10.949) ) () ) +("overcollateralized" ((vbn -9.855) ) () ) +("overcome" ((vb -7.502) (vbn -8.757) (vbp -9.367) ) () ) +("overcomes" ((vbz -9.926) ) () ) +("overcommitted" ((vbn -9.855) ) () ) +("overcrowded" ((jj -10.971) ) () ) +("overcrowding" ((jj -10.971) (nn -11.747) ) () ) +("overdependence" ((nn -11.747) ) () ) +("overdoing" ((vbg -9.539) ) () ) +("overdone" ((vbn -9.162) ) () ) +("overdosed" ((vbn -9.855) ) () ) +("overdosing" ((vbg -9.539) ) () ) +("overdraft" ((nn -11.747) ) () ) +("overdrawn" ((jj -10.971) ) () ) +("overdressed" ((jj -10.971) ) () ) +("overdue" ((jj -9.179) ) () ) +("overemphasize" ((vb -9.448) ) () ) +("overextension" ((nn -11.747) ) () ) +("overflowing" ((vbg -9.539) ) () ) +("overgeneralization" ((nn -11.747) ) () ) +("overhang" ((nn -11.054) ) () ) +("overhanging" ((vbg -8.846) ) () ) +("overhaul" ((nn -9.108) (vb -8.062) ) () ) +("overhauled" ((vbn -9.162) ) () ) +("overhauling" ((vbg -9.539) ) () ) +("overhead" ((jj -9.872) (nn -10.137) (rb -9.606) ) () ) +("overheated" ((vbn -9.855) ) () ) +("overheating" ((vbg -8.846) ) () ) +("overinclusion" ((nn -11.747) ) () ) +("overlaid" ((vbn -9.855) ) () ) +("overlap" ((vb -10.141) (vbp -9.367) ) () ) +("overlapping" ((vbg -9.539) ) () ) +("overlay" ((nn -11.747) ) () ) +("overlays" ((vbz -9.926) ) () ) +("overleveraged" ((jj -10.971) ) () ) +("overload" ((nn -11.054) ) () ) +("overlook" ((vbp -8.674) ) () ) +("overlooked" ((vbn -9.855) ) () ) +("overlooking" ((vbg -8.440) ) () ) +("overlooks" ((vbz -9.926) ) () ) +("overly" ((rb -8.220) ) () ) +("overnight" ((jj -7.752) (rb -8.220) ) () ) +("overnite" ((nnp -11.403) ) () ) +("overpaid" ((vbd -10.291) ) () ) +("overpay" ((vb -10.141) ) () ) +("overpaying" ((vbg -9.539) ) () ) +("overplanted" ((vbn -9.855) ) () ) +("overpower" ((vb -10.141) ) () ) +("overpriced" ((jj -10.278) (vbn -8.246) ) () ) +("overproduction" ((nn -10.648) ) () ) +("overreact" ((vb -10.141) (vbp -9.367) ) () ) +("overreacted" ((vbn -8.757) ) () ) +("overreacting" ((vbg -8.440) ) () ) +("overregulated" ((jj -10.971) ) () ) +("override" ((nn -11.054) (vb -7.944) ) () ) +("overriding" ((jj -10.971) (vbg -8.846) ) () ) +("overrode" ((vbd -10.291) ) () ) +("overruled" ((vbn -9.855) ) () ) +("overruling" ((vbg -9.539) ) () ) +("overrun" ((nn -11.747) ) () ) +("overruns" ((nns -9.339) ) () ) +("oversaw" ((vb -10.141) (vbd -9.598) ) () ) +("overseas" ((jj -7.001) (nn -10.648) (nnp -10.016) (rb -6.744) ) () ) +("oversee" ((vb -8.062) ) () ) +("overseeing" ((vbg -7.593) ) () ) +("overseen" ((vbn -9.162) ) () ) +("oversees" ((vbz -7.093) ) () ) +("overshadowed" ((vbd -10.291) (vbn -9.855) ) () ) +("overshadowing" ((vbg -8.846) ) () ) +("oversight" ((nn -9.349) ) () ) +("oversimplified" ((vbn -9.855) ) () ) +("oversized" ((jj -10.278) ) () ) +("oversold" ((jj -10.971) (vb -10.141) (vbn -9.162) ) () ) +("overstate" ((vb -8.755) ) () ) +("overstated" ((vbd -10.291) (vbn -8.757) ) () ) +("overstatement" ((nn -11.747) ) () ) +("overstating" ((vbg -9.539) ) () ) +("overstrained" ((vbn -9.855) ) () ) +("oversubscribed" ((jj -9.872) (vbn -8.246) ) () ) +("oversupply" ((nn -11.747) ) () ) +("overt" ((jj -10.971) ) () ) +("overtaken" ((vbn -9.855) ) () ) +("overtega" ((nnp -11.403) ) () ) +("overthrow" ((vb -8.532) ) () ) +("overthrowing" ((vbg -9.539) ) () ) +("overtime" ((nn -10.648) (rb -8.690) ) () ) +("overtures" ((nns -10.949) ) () ) +("overturn" ((vb -8.532) ) () ) +("overturned" ((vbd -9.598) ) () ) +("overturning" ((vbg -9.539) ) () ) +("overused" ((vbn -9.855) ) () ) +("overvalued" ((jj -10.278) (vbd -10.291) (vbn -9.855) ) () ) +("overweight" ((jj -10.971) (nn -11.747) ) () ) +("overwhelm" ((vb -9.448) ) () ) +("overwhelmed" ((jj -10.971) (vbd -9.598) (vbn -9.162) ) () ) +("overwhelming" ((jj -8.892) (vbg -9.539) ) () ) +("overwhelmingly" ((rb -9.201) ) () ) +("overwritten" ((jj -10.971) ) () ) +("overwrought" ((jj -10.971) ) () ) +("overzealous" ((jj -10.278) ) () ) +("overzealousness" ((nn -11.747) ) () ) +("ovulation" ((nn -11.747) ) () ) +("owe" ((vb -8.755) (vbp -7.981) ) () ) +("owed" ((vbd -9.598) (vbn -6.911) ) () ) +("owen" ((nnp -9.205) ) () ) +("owens" ((nnp -11.403) ) () ) +("owens-illinois" ((nnp -11.403) ) () ) +("owes" ((vbz -7.361) ) () ) +("owing" ((vbg -9.539) ) () ) +("owings" ((nnp -10.709) ) () ) +("owl" ((nn -11.747) ) () ) +("own" ((jj -5.096) (nnp -11.403) (vb -6.428) (vbn -9.855) (vbp -6.189) ) () ) +("owned" ((jj -10.971) (vbd -7.400) (vbn -5.538) ) () ) +("owner" ((nn -7.669) (nnp -10.709) ) () ) +("owners" ((nnp -11.403) (nns -6.790) ) () ) +("ownership" ((nn -7.875) (nnp -10.709) ) () ) +("owning" ((nn -11.054) (vbg -6.766) ) () ) +("owns" ((vbz -5.074) ) () ) +("oxford" ((nnp -11.403) ) () ) +("oxide" ((nn -11.747) ) () ) +("oxidizer" ((nn -11.747) ) () ) +("oxygen" ((nn -10.137) ) () ) +("oy" ((nnp -9.793) ) () ) +("oz" ((nnp -11.403) ) () ) +("ozal" ((nnp -10.709) ) () ) +("ozarks" ((nnps -7.036) ) () ) +("ozone" ((nn -9.262) ) () ) +("ozone-damaging" ((jj -10.971) ) () ) +("ozone-depleting" ((jj -10.971) ) () ) +("p" ((nn -11.747) ) () ) +("p&g" ((nnp -7.739) ) () ) +("p-5-39" ((nnp -11.403) ) () ) +("p-e" ((nnp -10.709) ) () ) +("p." ((nnp -8.001) ) () ) +("p.j." ((nnp -11.403) ) () ) +("p.m" ((nn -10.648) (rb -8.102) ) () ) +("p.m." ((nn -8.009) (rb -7.660) ) () ) +("p.m.-midnight" ((nn -11.747) ) () ) +("p.r." ((nn -11.747) ) () ) +("pa" ((nnp -9.100) ) () ) +("pa." ((nnp -8.267) ) () ) +("pa.-based" ((jj -10.971) ) () ) +("pac" ((nnp -11.403) ) () ) +("pace" ((nn -7.985) (nnp -8.918) (vb -10.141) ) () ) +("paced" ((vbn -9.855) ) () ) +("pacemaker" ((nn -11.054) ) () ) +("pacemakers" ((nnps -7.729) (nns -9.850) ) () ) +("pacheco" ((nnp -11.403) ) () ) +("pachinko" ((nn -11.054) ) () ) +("pachyderms" ((nnps -7.729) ) () ) +("pacific" ((jj -9.872) (nnp -6.566) ) () ) +("pacific-listed" ((jj -10.971) ) () ) +("pacified" ((vbd -10.291) ) () ) +("pacing" ((nn -11.747) ) () ) +("pacitti" ((nnp -11.403) ) () ) +("pack" ((nn -9.667) (vb -9.043) (vbp -9.367) ) () ) +("package" ((nn -7.572) (vb -9.448) ) () ) +("package-sorting" ((nn -11.054) ) () ) +("packaged" ((vbn -7.776) ) () ) +("packaged-goods" ((jj -10.278) (nns -8.869) ) () ) +("packages" ((nns -8.058) (vbz -9.233) ) () ) +("packaging" ((nn -8.702) ) () ) +("packed" ((jj -10.971) (vbd -9.192) (vbn -8.757) ) () ) +("packer" ((nnp -10.709) ) () ) +("packers" ((nnps -7.729) ) () ) +("packet" ((nn -11.747) ) () ) +("packets" ((nns -10.255) ) () ) +("packing" ((nn -11.747) (vbg -9.539) ) () ) +("packs" ((nns -10.949) (vbz -9.233) ) () ) +("packwood" ((nnp -9.205) ) () ) +("pacs" ((nns -10.949) ) () ) +("pact" ((nn -8.220) (nnp -9.793) ) () ) +("pacts" ((nns -9.562) ) () ) +("pacwest" ((nnp -11.403) ) () ) +("pad" ((nn -11.054) ) () ) +("padded" ((jj -10.971) ) () ) +("padding" ((nn -11.747) ) () ) +("paddle" ((nn -11.747) ) () ) +("paddles" ((nns -10.949) ) () ) +("padget" ((nnp -11.403) ) () ) +("padovan" ((nnp -10.709) ) () ) +("pae" ((nnp -11.403) ) () ) +("paev" ((nnp -10.709) ) () ) +("page" ((nn -8.856) (nnp -10.709) ) () ) +("page-one" ((jj -9.362) (nn -10.360) ) () ) +("pageant" ((nn -11.054) ) () ) +("pages" ((nns -7.211) ) () ) +("paging" ((nn -11.747) ) () ) +("pagones" ((nnp -11.403) ) () ) +("pagong" ((nnp -10.709) ) () ) +("pagurian" ((nnp -11.403) ) () ) +("paid" ((1 -4.727) (jj -10.971) (vbd -5.973) (vbn -4.872) ) () ) +("paid-up" ((jj -9.872) ) () ) +("pail" ((nn -11.054) ) () ) +("pain" ((nn -9.262) ) () ) +("pained" ((jj -10.971) ) () ) +("painewebber" ((nn -11.747) (nnp -7.228) ) () ) +("painful" ((jj -8.332) ) () ) +("painfully" ((rb -9.201) ) () ) +("painless" ((jj -10.971) ) () ) +("pains" ((nns -10.255) ) () ) +("paint" ((nn -10.137) (vb -9.448) (vbp -8.674) ) () ) +("paintbrush" ((nn -11.747) ) () ) +("painted" ((vbd -9.192) (vbn -8.246) ) () ) +("painter" ((nn -11.747) (nnp -11.403) ) () ) +("painters" ((nns -10.255) ) () ) +("painting" ((nn -8.974) (vbg -8.846) ) () ) +("paintings" ((nns -7.452) ) () ) +("paints" ((nns -10.255) ) () ) +("pair" ((nn -9.667) (vb -10.141) ) () ) +("paired" ((vbn -9.162) ) () ) +("pairs" ((nns -10.949) ) () ) +("pajama" ((nn -11.054) ) () ) +("pakistan" ((nnp -9.457) ) () ) +("pakistani" ((jj -10.278) (nnp -11.403) ) () ) +("pal" ((nn -11.747) ) () ) +("palace" ((nn -10.648) (nnp -9.611) ) () ) +("palamara" ((nnp -11.403) ) () ) +("palamedes" ((nn -11.747) ) () ) +("palatable" ((jj -10.971) ) () ) +("palate" ((nn -11.747) ) () ) +("palatial" ((jj -10.971) ) () ) +("palazzi" ((nns -10.949) ) () ) +("pale" ((jj -9.585) (nn -11.747) (nnp -11.403) (vbp -9.367) ) () ) +("pale-blue" ((jj -10.971) ) () ) +("paled" ((vb -10.141) (vbd -10.291) ) () ) +("paleontologically" ((rb -10.299) ) () ) +("palermo" ((nnp -11.403) ) () ) +("pales" ((vbz -9.233) ) () ) +("palestine" ((nnp -11.403) ) () ) +("palestinian" ((jj -8.892) (nnp -11.403) ) () ) +("palestinians" ((nnps -6.630) ) () ) +("palisades" ((nnp -11.403) ) () ) +("pall" ((nn -9.801) (nnp -10.709) ) () ) +("pallor" ((nn -11.747) ) () ) +("palm" ((nn -11.054) (nnp -10.016) (vb -9.448) ) () ) +("palm-tree" ((nn -11.747) ) () ) +("palma" ((nnp -10.709) ) () ) +("palmatier" ((nnp -11.403) ) () ) +("palmdale" ((nnp -11.403) ) () ) +("palme" ((nnp -11.403) ) () ) +("palmer" ((nnp -9.793) ) () ) +("palmero" ((nnp -10.016) ) () ) +("palmingiano" ((nnp -11.403) ) () ) +("palmolive" ((nnp -11.403) ) () ) +("palms" ((nnps -7.729) (nns -9.850) ) () ) +("palo" ((nnp -9.205) ) () ) +("palomino" ((nnp -11.403) ) () ) +("pals" ((nns -10.949) ) () ) +("paltry" ((jj -9.872) ) () ) +("paluck" ((nnp -10.709) ) () ) +("palumbo" ((nnp -11.403) ) () ) +("pamela" ((nnp -10.304) ) () ) +("pampers" ((nnps -7.729) ) () ) +("pan" ((nnp -8.512) (vb -10.141) ) () ) +("pan-alberta" ((nnp -11.403) ) () ) +("pan-european" ((jj -10.971) ) () ) +("panacea" ((nn -11.747) ) () ) +("panam" ((nnp -11.403) ) () ) +("panama" ((nnp -7.395) ) () ) +("panamanian" ((jj -8.027) (nnp -10.304) ) () ) +("panamanians" ((nnps -7.729) ) () ) +("pancakes" ((nns -10.949) ) () ) +("pancreas" ((nn -11.747) ) () ) +("panda" ((nn -11.747) (nnp -10.709) ) () ) +("panel" ((nn -7.604) ) () ) +("paneling" ((nn -11.747) ) () ) +("panelists" ((nns -10.949) ) () ) +("panelli" ((nnp -10.304) ) () ) +("panels" ((nns -9.850) ) () ) +("panet-raymond" ((nnp -10.709) ) () ) +("panetta" ((nnp -9.205) ) () ) +("pangs" ((nns -10.949) ) () ) +("panic" ((nn -7.962) (vb -8.532) ) () ) +("panicked" ((vbd -10.291) ) () ) +("panicking" ((vbg -8.846) ) () ) +("panicky" ((jj -10.278) ) () ) +("panisse" ((nnp -9.793) ) () ) +("panjandrums" ((nns -10.949) ) () ) +("panned" ((vbd -10.291) (vbn -9.855) ) () ) +("panning" ((vbg -9.539) ) () ) +("panny" ((nnp -11.403) ) () ) +("panorama" ((nnp -11.403) ) () ) +("panoramic" ((jj -10.971) ) () ) +("pantages" ((nns -10.949) ) () ) +("pantheon" ((nnp -11.403) ) () ) +("pants" ((nns -9.562) ) () ) +("pantyhose" ((nn -11.747) ) () ) +("pany" ((nn -11.054) ) () ) +("panzhihua" ((nnp -8.407) ) () ) +("pao" ((nnp -10.304) ) () ) +("paos" ((nnps -7.729) ) () ) +("pap" ((nn -11.054) ) () ) +("papandreou" ((nnp -8.918) ) () ) +("paper" ((nn -6.448) (nnp -8.070) (nns -10.255) ) () ) +("paper-and-crayon" ((jj -10.971) ) () ) +("paper-company" ((jj -10.971) (nn -11.747) ) () ) +("paper-goods" ((nns -10.255) ) () ) +("paper-products" ((nns -9.850) ) () ) +("paperback" ((nn -11.747) ) () ) +("paperboard" ((nn -11.747) (nnp -10.709) ) () ) +("paperboy" ((nn -11.747) ) () ) +("paperclip" ((nn -11.747) ) () ) +("papermils" ((nnp -11.403) ) () ) +("papers" ((nns -7.547) ) () ) +("paperwork" ((nn -11.747) ) () ) +("papetti" ((nnp -10.709) ) () ) +("pappas" ((nnp -11.403) ) () ) +("par" ((in -10.957) (jj -7.880) (nn -8.083) (nnp -8.838) ) () ) +("parachute" ((nn -11.747) (vb -9.448) ) () ) +("parachuting" ((vbg -9.539) ) () ) +("parade" ((nn -9.955) (nnp -11.403) ) () ) +("parades" ((nns -10.949) ) () ) +("paradise" ((nnp -11.403) ) () ) +("paradox" ((nn -11.054) (nnp -11.403) ) () ) +("paragon" ((nnp -11.403) ) () ) +("paragould" ((nnp -10.709) ) () ) +("paragraph" ((nn -11.054) ) () ) +("paragraphing" ((nn -11.747) ) () ) +("parakeets" ((nns -10.949) ) () ) +("paralegal" ((nn -11.747) ) () ) +("parallel" ((jj -10.278) (nn -11.747) (vb -9.448) ) () ) +("parallel-computing" ((jj -10.971) ) () ) +("parallels" ((nns -9.562) (vbz -9.926) ) () ) +("paralysis" ((nn -11.054) ) () ) +("paralyzed" ((jj -10.278) (vbn -9.855) ) () ) +("paramedics" ((nns -10.949) ) () ) +("paramilitary" ((jj -10.971) ) () ) +("paramount" ((nnp -7.969) ) () ) +("paramount-mca" ((jj -9.872) (nnp -10.709) ) () ) +("paramus" ((nnp -11.403) ) () ) +("paranoia" ((nn -11.747) ) () ) +("paranoid" ((jj -10.971) ) () ) +("paranormal" ((nnp -10.709) ) () ) +("paraphernalia" ((nns -10.949) ) () ) +("paraphrase" ((vbp -9.367) ) () ) +("parastatals" ((nns -10.949) ) () ) +("parcel" ((nn -10.648) (nnp -10.304) (vbp -9.367) ) () ) +("parcels" ((nns -10.255) ) () ) +("parched" ((vbn -9.855) ) () ) +("pardon" ((nn -11.747) ) () ) +("pardus" ((nnp -11.403) ) () ) +("pare" ((vb -8.755) ) () ) +("pared" ((vbn -8.757) ) () ) +("parent" ((jj -9.179) (nn -6.959) ) () ) +("parental" ((jj -9.585) ) () ) +("parental-consent" ((jj -9.872) ) () ) +("parenthood" ((nn -11.747) (nnp -9.793) ) () ) +("parenting" ((nn -11.747) ) () ) +("parents" ((nnp -11.403) (nns -7.142) ) () ) +("parfums" ((nnp -10.709) ) () ) +("paribas" ((nnp -7.552) ) () ) +("paris" ((nnp -7.292) ) () ) +("paris-based" ((jj -9.872) ) () ) +("parishes" ((nns -10.949) ) () ) +("parishioners" ((nns -10.949) ) () ) +("parisian" ((jj -10.278) (nnp -11.403) ) () ) +("parities" ((nns -10.949) ) () ) +("parity" ((nn -9.549) ) () ) +("park" ((nn -8.702) (nnp -7.451) (vb -10.141) ) () ) +("park-affiliated" ((jj -10.971) ) () ) +("parked" ((vbn -8.469) ) () ) +("parker" ((nnp -8.838) ) () ) +("parkersburg" ((nnp -11.403) ) () ) +("parking" ((nn -8.856) ) () ) +("parkinson" ((nnp -11.403) (nnps -7.729) ) () ) +("parks" ((nnp -9.793) (nnps -7.036) (nns -9.003) ) () ) +("parkway" ((nn -11.054) (nnp -10.016) ) () ) +("parkways" ((nnp -11.403) (nnps -7.729) ) () ) +("parlance" ((nn -11.747) ) () ) +("parley" ((nn -11.747) ) () ) +("parliament" ((nn -10.360) (nnp -8.224) ) () ) +("parliamentarian" ((nn -11.747) ) () ) +("parliamentary" ((jj -8.669) ) () ) +("parlors" ((nns -10.255) ) () ) +("parochial" ((jj -10.278) ) () ) +("parody" ((nn -11.747) ) () ) +("paroxysmal" ((jj -10.971) ) () ) +("parretti" ((nnp -11.403) ) () ) +("parrino" ((nnp -11.403) ) () ) +("parrott" ((nnp -11.403) ) () ) +("parsippany" ((nnp -10.304) ) () ) +("parsons" ((nnp -11.403) ) () ) +("parsow" ((nnp -9.793) ) () ) +("part" ((jj -10.971) (nn -5.750) (nnp -9.323) (vb -10.141) ) () ) +("part-owner" ((nn -11.747) ) () ) +("part-time" ((jj -9.872) (rb -10.299) ) () ) +("parte" ((nn -11.747) ) () ) +("parted" ((vbd -10.291) ) () ) +("partial" ((jj -8.027) ) () ) +("partially" ((rb -7.997) ) () ) +("participant" ((nn -9.955) ) () ) +("participants" ((nns -7.311) ) () ) +("participate" ((vb -7.006) (vbp -9.367) ) () ) +("participated" ((vbd -8.345) (vbn -9.855) ) () ) +("participates" ((vbz -9.233) ) () ) +("participating" ((vbg -6.706) ) () ) +("participation" ((nn -8.489) ) () ) +("particular" ((jj -6.737) (nn -11.747) (rb -10.299) ) () ) +("particularly" ((rb -5.440) ) () ) +("particulars" ((nns -10.255) ) () ) +("parties" ((nns -6.805) (vbz -9.926) ) () ) +("parting" ((vbg -9.539) ) () ) +("partisan" ((jj -10.971) ) () ) +("partisans" ((nns -10.255) ) () ) +("partly" ((rb -5.833) ) () ) +("partner" ((nn -7.193) (nnp -11.403) ) () ) +("partners" ((nnp -8.267) (nnps -4.362) (nns -6.941) ) () ) +("partnership" ((nn -7.686) (nnp -8.512) ) () ) +("partnerships" ((nns -8.176) ) () ) +("parts" ((nnp -11.403) (nns -6.384) ) () ) +("parts-engineering" ((jj -10.971) ) () ) +("party" ((nn -7.269) (nnp -7.641) ) () ) +("party-giving" ((nn -11.747) ) () ) +("pasadena" ((nnp -9.323) ) () ) +("pascal" ((nnp -11.403) ) () ) +("pascale" ((nnp -11.403) ) () ) +("paschi" ((nnp -11.403) ) () ) +("paso" ((nnp -9.611) ) () ) +("pasok" ((nnp -8.630) ) () ) +("pasquale" ((nnp -11.403) ) () ) +("pass" ((nn -10.648) (vb -6.404) (vbp -7.981) ) () ) +("pass-through" ((jj -10.278) ) () ) +("passable" ((jj -10.971) ) () ) +("passably" ((rb -10.299) ) () ) +("passage" ((nn -9.349) ) () ) +("passaic-clifton" ((nnp -11.403) ) () ) +("passbook" ((nn -11.747) ) () ) +("passe" ((jj -10.971) ) () ) +("passed" ((vbd -6.995) (vbn -6.142) ) () ) +("passel" ((nn -11.054) ) () ) +("passenger" ((nn -8.702) ) () ) +("passenger-car" ((nn -11.747) ) () ) +("passenger-kilometers" ((nns -10.949) ) () ) +("passenger-restraint" ((nn -11.747) ) () ) +("passengers" ((nns -8.241) ) () ) +("passers-by" ((nns -10.255) ) () ) +("passes" ((nns -10.949) (vbz -8.540) ) () ) +("passing" ((nn -11.747) (vbg -6.974) ) () ) +("passion" ((nn -9.549) ) () ) +("passionate" ((jj -9.362) ) () ) +("passionately" ((rb -10.299) ) () ) +("passions" ((nns -9.850) ) () ) +("passive" ((jj -8.669) (nn -11.747) (nnp -10.709) ) () ) +("passive-loss" ((jj -10.971) ) () ) +("passively" ((rb -10.299) ) () ) +("passivity" ((nn -11.747) ) () ) +("passport" ((nn -11.054) ) () ) +("passports" ((nns -10.949) ) () ) +("passwords" ((nns -9.339) ) () ) +("past" ((in -8.318) (jj -5.395) (nn -7.390) (nnp -11.403) (rb -8.913) ) () ) +("past-due" ((jj -10.971) ) () ) +("pasta" ((nn -9.667) ) () ) +("pastdue" ((jj -10.971) ) () ) +("paster" ((nnp -11.403) ) () ) +("pasteurized" ((vbn -9.855) ) () ) +("pastime" ((nn -11.747) ) () ) +("pastimes" ((nns -10.949) ) () ) +("pastoris" ((nn -11.747) ) () ) +("pastry" ((nn -10.360) ) () ) +("pasture" ((nn -11.747) ) () ) +("pat" ((nnp -9.323) ) () ) +("patch" ((nn -11.054) (nnp -10.709) (vb -10.141) ) () ) +("patched" ((jj -10.971) ) () ) +("patchwork" ((jj -10.971) (nn -11.747) ) () ) +("patel" ((nnp -9.611) ) () ) +("patent" ((jj -10.278) (nn -7.918) (nnp -9.793) ) () ) +("patent-infringement" ((nn -11.054) ) () ) +("patent-law" ((nn -11.747) ) () ) +("patented" ((jj -10.971) (vbd -10.291) (vbn -9.162) ) () ) +("patents" ((nnp -10.709) (nns -8.551) ) () ) +("paterson" ((nnp -11.403) ) () ) +("path" ((nn -9.108) (nnp -11.403) ) () ) +("pathe" ((nnp -10.709) ) () ) +("pathetic" ((jj -10.971) ) () ) +("pathlogy" ((nn -11.747) ) () ) +("pathologically" ((rb -10.299) ) () ) +("paths" ((nns -9.850) ) () ) +("patience" ((nn -9.955) ) () ) +("patient" ((jj -9.179) (nn -9.444) ) () ) +("patient-advocacy" ((nn -11.747) ) () ) +("patient-physician" ((jj -10.971) ) () ) +("patients" ((nnps -7.729) (nns -7.164) ) () ) +("patman" ((nnp -11.403) ) () ) +("patriarca" ((nnp -11.403) ) () ) +("patriarch" ((nn -11.054) ) () ) +("patriarchal" ((jj -10.971) ) () ) +("patriarchate" ((nn -11.747) ) () ) +("patriarchy" ((nn -11.747) ) () ) +("patricelli" ((nnp -11.403) ) () ) +("patricia" ((nnp -11.403) ) () ) +("patrician" ((nn -11.747) ) () ) +("patrick" ((nnp -9.005) ) () ) +("patrimony" ((nn -11.747) ) () ) +("patriot" ((nn -11.747) ) () ) +("patriotic" ((jj -9.872) ) () ) +("patriotism" ((nn -11.747) ) () ) +("patrol" ((nn -11.747) (nnp -11.403) ) () ) +("patron" ((nn -11.054) ) () ) +("patronage" ((nn -11.747) ) () ) +("patronized" ((vbn -9.855) ) () ) +("patronizing" ((jj -10.971) (vbg -9.539) ) () ) +("patrons" ((nns -9.850) ) () ) +("patsy" ((nnp -11.403) ) () ) +("pattenden" ((nnp -11.403) ) () ) +("pattern" ((nn -8.656) ) () ) +("patterned" ((vbn -9.162) ) () ) +("patterns" ((nns -8.464) ) () ) +("patterson" ((nnp -9.611) ) () ) +("patty" ((nnp -11.403) ) () ) +("paul" ((nnp -6.675) ) () ) +("pauline" ((nnp -10.304) ) () ) +("paulo" ((nnp -10.709) ) () ) +("pause" ((nn -11.054) (vb -10.141) (vbp -9.367) ) () ) +("paused" ((vbd -9.598) ) () ) +("pauses" ((nns -10.949) (vbz -8.540) ) () ) +("pausing" ((vbg -8.846) ) () ) +("pave" ((vb -9.448) ) () ) +("paved" ((vbd -10.291) (vbn -9.855) ) () ) +("pavel" ((nnp -11.403) ) () ) +("paves" ((vbz -9.926) ) () ) +("pavillion" ((nnp -11.403) ) () ) +("paving-equipment" ((nn -11.747) ) () ) +("pawing" ((vbg -9.539) ) () ) +("pawlowski" ((nnp -10.709) ) () ) +("pawn" ((nn -9.667) ) () ) +("pawning" ((vbg -9.539) ) () ) +("pawns" ((nns -10.949) ) () ) +("pawtucket" ((nnp -11.403) ) () ) +("paxus" ((nn -11.747) (nnp -10.016) ) () ) +("pay" ((nn -7.758) (nnp -11.403) (vb -4.550) (vbp -6.231) ) () ) +("pay-and-benefit" ((jj -10.971) ) () ) +("pay-as-you-go" ((jj -10.278) ) () ) +("pay-cable" ((jj -10.971) (nn -11.747) ) () ) +("pay-down" ((jj -10.971) ) () ) +("pay-in-kind" ((jj -9.872) ) () ) +("pay-movie" ((jj -10.971) ) () ) +("pay-per-view" ((jj -10.971) ) () ) +("pay-television" ((nn -11.747) ) () ) +("payable" ((jj -7.713) ) () ) +("paycheck" ((nn -10.648) ) () ) +("paychecks" ((nns -9.850) ) () ) +("payers" ((nns -10.949) ) () ) +("paying" ((jj -10.971) (vbg -5.262) ) () ) +("payment" ((nn -7.416) ) () ) +("payment-in-kind" ((jj -10.971) ) () ) +("payments" ((nns -6.081) ) () ) +("payne" ((nnp -10.304) ) () ) +("payoff" ((nn -10.648) ) () ) +("payoffs" ((nns -10.949) ) () ) +("payout" ((nn -9.549) ) () ) +("payouts" ((nns -9.850) ) () ) +("payroll" ((nn -9.549) (nnp -10.709) ) () ) +("payroll-tax" ((nn -11.747) ) () ) +("payrolls" ((nns -9.562) ) () ) +("pays" ((vbz -6.930) ) () ) +("payson" ((nnp -10.304) ) () ) +("pbs" ((nnp -9.205) ) () ) +("pc" ((nn -10.360) (nnp -11.403) ) () ) +("pcp" ((nnp -11.403) ) () ) +("pcs" ((nnp -11.403) (nns -8.869) ) () ) +("pdt" ((nnp -10.709) ) () ) +("pea" ((nn -11.747) ) () ) +("peabody" ((nnp -8.070) ) () ) +("peace" ((nn -8.451) (nnp -11.403) ) () ) +("peace-keeping" ((jj -10.971) (nn -11.747) ) () ) +("peaceful" ((jj -9.025) ) () ) +("peacefully" ((rb -10.299) ) () ) +("peacemakers" ((nns -10.949) ) () ) +("peacetime" ((nn -11.054) ) () ) +("peaches" ((nns -10.949) ) () ) +("peak" ((jj -9.872) (nn -8.702) (nnp -11.403) (vb -10.141) ) () ) +("peake" ((nnp -11.403) ) () ) +("peaked" ((jj -9.585) (vbd -9.192) (vbn -8.757) ) () ) +("peaking" ((vbg -9.539) ) () ) +("peaks" ((nns -9.339) ) () ) +("peal" ((nn -11.054) ) () ) +("pealing" ((vbg -9.539) ) () ) +("peals" ((nns -10.255) ) () ) +("peanut" ((nn -11.747) ) () ) +("peanuts" ((nnp -10.304) (nns -9.562) ) () ) +("pearce" ((nnp -9.205) ) () ) +("pearl" ((nnp -11.403) ) () ) +("pearls" ((nns -10.949) ) () ) +("pearson" ((nnp -10.016) ) () ) +("peasant" ((nn -10.137) (nnp -10.709) ) () ) +("peasants" ((nnp -11.403) (nnps -6.630) (nns -10.255) ) () ) +("peat" ((nnp -9.793) ) () ) +("pechiney" ((nnp -10.304) ) () ) +("peck" ((nnp -8.763) ) () ) +("pecks" ((nns -10.949) ) () ) +("peculiar" ((jj -9.872) ) () ) +("peculiarities" ((nns -10.255) ) () ) +("pedagogue" ((nn -11.747) ) () ) +("pedal" ((vb -9.448) ) () ) +("pedaled" ((vbn -9.855) ) () ) +("pedaling" ((vbg -9.539) ) () ) +("peddle" ((vb -10.141) (vbp -9.367) ) () ) +("peddled" ((vbn -9.855) ) () ) +("peddler" ((nn -11.747) ) () ) +("peddles" ((vbz -9.926) ) () ) +("peddling" ((jj -10.971) (nn -11.054) (vbg -8.153) ) () ) +("pedersen" ((nnp -10.709) ) () ) +("pederson" ((nnp -11.403) ) () ) +("pedestrians" ((nns -10.255) ) () ) +("pediatric" ((jj -9.179) (nnp -11.403) ) () ) +("pediatrician" ((nn -11.747) ) () ) +("pedone" ((nnp -11.403) ) () ) +("pedro" ((nnp -10.709) ) () ) +("peduzzi" ((nnp -11.403) ) () ) +("peebles" ((nnp -11.403) ) () ) +("peek" ((nn -11.747) ) () ) +("peeking" ((vbg -9.539) ) () ) +("peelback" ((jj -10.971) ) () ) +("peeled" ((vbn -9.162) ) () ) +("peep" ((nn -11.747) ) () ) +("peer" ((nn -11.747) (vb -10.141) (vbp -9.367) ) () ) +("peerless" ((jj -10.971) ) () ) +("peers" ((nns -10.255) ) () ) +("peg" ((vb -10.141) (vbp -9.367) ) () ) +("pegasus" ((nnp -10.016) ) () ) +("pegasys" ((nnp -10.709) ) () ) +("pegged" ((vbd -9.192) (vbn -8.246) ) () ) +("pegging" ((vbg -8.846) ) () ) +("pegs" ((vbz -9.926) ) () ) +("pei" ((nnp -11.403) ) () ) +("pejorative" ((jj -10.971) ) () ) +("peladeau" ((nnp -8.918) ) () ) +("pell" ((nnp -10.304) ) () ) +("pell-mell" ((nn -11.747) ) () ) +("pellets" ((nns -10.949) ) () ) +("peltz" ((nnp -10.016) ) () ) +("pelvic" ((jj -10.278) ) () ) +("pemberton" ((nnp -11.403) ) () ) +("pemex" ((nnp -8.358) ) () ) +("pen" ((nn -10.648) ) () ) +("pen-and-pencil" ((jj -10.971) ) () ) +("penalize" ((vb -10.141) ) () ) +("penalized" ((vbn -9.162) ) () ) +("penalizes" ((vbz -9.926) ) () ) +("penalties" ((nns -7.771) ) () ) +("penalty" ((nn -8.345) ) () ) +("penang" ((nnp -11.403) ) () ) +("pence" ((nn -8.163) (nnp -11.403) (nns -7.616) ) () ) +("penchant" ((nn -10.360) ) () ) +("pencil" ((nn -9.955) (nnp -10.016) (vb -10.141) ) () ) +("pencils" ((nns -8.751) ) () ) +("pending" ((1 -2.648) (jj -9.872) (nnp -11.403) (vbg -5.732) ) () ) +("pendulum" ((nn -11.747) ) () ) +("penetrate" ((vb -8.755) ) () ) +("penetrated" ((vbn -9.855) ) () ) +("penetrating" ((vbg -9.539) ) () ) +("penetration" ((nn -11.747) ) () ) +("peng" ((nnp -10.709) ) () ) +("peninsula" ((nn -10.648) (nnp -10.304) ) () ) +("penises" ((nns -10.949) ) () ) +("penn" ((nnp -9.793) ) () ) +("pennant" ((nn -10.360) ) () ) +("penned" ((vbn -9.855) ) () ) +("pennell" ((nnp -11.403) ) () ) +("penney" ((nn -11.747) (nnp -9.205) ) () ) +("pennies" ((nns -9.339) ) () ) +("penniman" ((nnp -11.403) ) () ) +("pennsylvania" ((nnp -7.739) ) () ) +("pennsylvania-based" ((jj -10.971) ) () ) +("pennview" ((nnp -11.403) ) () ) +("penny" ((nn -9.801) ) () ) +("penny-ante" ((jj -10.971) ) () ) +("penny-brokerage" ((jj -10.971) ) () ) +("penny-pinching" ((jj -10.971) ) () ) +("penny-stock" ((jj -10.278) (nn -11.747) ) () ) +("penny-stockbroker" ((nn -11.747) ) () ) +("pennzoil" ((nnp -9.611) ) () ) +("pens" ((nns -10.949) ) () ) +("pensacola" ((nnp -11.403) ) () ) +("pension" ((nn -7.795) (nnp -10.709) ) () ) +("pension-fund" ((jj -10.278) (nn -11.747) ) () ) +("pension-insurance" ((jj -10.971) ) () ) +("pensions" ((nns -10.949) ) () ) +("pent-up" ((jj -9.362) ) () ) +("pentagon" ((nnp -7.213) ) () ) +("pentagon-related" ((jj -10.971) ) () ) +("pentagonese" ((nnp -11.403) ) () ) +("pentameter" ((nn -11.747) ) () ) +("penthouse" ((nn -11.054) ) () ) +("people" ((nn -11.747) (nnp -10.016) (nnps -6.630) (nns -4.402) ) () ) +("people-oriented" ((jj -10.971) ) () ) +("peopled" ((vbn -9.855) ) () ) +("peoples" ((nnp -11.403) (nnps -7.729) (nns -9.339) (jj -7.5) ) () ) +("peoria" ((nnp -10.304) ) () ) +("pep" ((nn -11.054) ) () ) +("pepcid" ((nnp -11.403) ) () ) +("pepper" ((nnp -10.304) ) () ) +("pepperdine" ((nnp -11.403) ) () ) +("peppered" ((vbd -10.291) ) () ) +("pepperidge" ((nnp -9.793) ) () ) +("peppers" ((nns -10.949) ) () ) +("pepsi" ((nnp -9.100) (nns -10.949) ) () ) +("pepsi-cola" ((nnp -11.403) ) () ) +("pepsico" ((nnp -8.918) ) () ) +("pepsicola" ((nnp -11.403) ) () ) +("per" ((fw -3.807) (in -6.425) ) () ) +("per-capita" ((jj -10.278) ) () ) +("per-share" ((jj -7.001) (nn -11.747) ) () ) +("per-subscriber" ((nn -11.747) ) () ) +("perceived" ((vbd -10.291) (vbn -7.457) ) () ) +("perceives" ((vbz -9.233) ) () ) +("percent" ((nn -8.656) ) () ) +("percentage" ((nn -6.918) ) () ) +("percentages" ((nns -9.562) ) () ) +("percenter" ((nn -11.747) ) () ) +("perception" ((nn -8.974) ) () ) +("perceptions" ((nns -9.003) ) () ) +("perceptiveness" ((nn -11.747) ) () ) +("perch" ((nn -11.054) ) () ) +("perched" ((vbn -9.162) ) () ) +("perchlorate" ((nn -10.360) ) () ) +("percival" ((nnp -10.016) ) () ) +("percussion" ((nnp -11.403) ) () ) +("percussive" ((jj -10.971) ) () ) +("percy" ((nnp -11.403) ) () ) +("perella" ((nnp -10.709) ) () ) +("peremptory" ((jj -10.971) ) () ) +("perennial" ((jj -10.971) ) () ) +("peres" ((nnp -11.403) ) () ) +("perestroika" ((fw -2.777) ) () ) +("perestrokia" ((nn -11.747) ) () ) +("perez" ((nnp -10.304) ) () ) +("perfect" ((jj -8.486) (nnp -11.403) ) () ) +("perfecta" ((nnp -11.403) ) () ) +("perfected" ((vbn -9.162) ) () ) +("perfection" ((nn -11.747) ) () ) +("perfectly" ((rb -7.734) ) () ) +("perfidious" ((jj -10.971) ) () ) +("perform" ((vb -7.839) (vbp -9.367) ) () ) +("performance" ((nn -6.819) (nnp -10.709) ) () ) +("performance-related" ((jj -10.971) ) () ) +("performances" ((nnps -7.729) (nns -8.464) ) () ) +("performed" ((vbd -8.211) (vbn -7.370) ) () ) +("performer" ((jj -10.278) (nn -10.360) ) () ) +("performers" ((nns -9.157) ) () ) +("performing" ((nn -11.747) (vbg -6.974) ) () ) +("performing-arts" ((nns -10.949) ) () ) +("performs" ((vbz -8.828) ) () ) +("perfume" ((nn -9.955) ) () ) +("perhaps" ((rb -5.504) ) () ) +("perignon" ((nnp -11.403) ) () ) +("peril" ((nn -10.648) ) () ) +("perilously" ((rb -10.299) ) () ) +("perils" ((nns -10.949) ) () ) +("perimeter" ((nnp -11.403) ) () ) +("period" ((nn -6.080) (nnp -11.403) ) () ) +("periodic" ((jj -9.362) ) () ) +("periodically" ((rb -9.201) ) () ) +("periodicals" ((nns -9.850) ) () ) +("periods" ((nns -8.176) ) () ) +("peripheral" ((jj -9.025) ) () ) +("peripherals" ((nnps -7.729) (nns -10.255) ) () ) +("perishables" ((nns -10.949) ) () ) +("perito" ((nnp -11.403) ) () ) +("perjury" ((nn -9.955) ) () ) +("perk" ((jj -10.971) (nnp -11.403) ) () ) +("perked" ((vbd -10.291) (vbn -9.855) ) () ) +("perkins" ((nnp -10.709) ) () ) +("perks" ((nns -9.850) ) () ) +("perky" ((jj -10.971) ) () ) +("perlman" ((nnp -10.304) ) () ) +("permanence" ((nn -11.747) ) () ) +("permanent" ((jj -7.475) ) () ) +("permanente" ((nnp -11.403) ) () ) +("permanently" ((rb -8.508) ) () ) +("permeable" ((jj -10.971) ) () ) +("permeated" ((vbd -10.291) ) () ) +("permeating" ((vbg -9.539) ) () ) +("permian" ((nnp -11.403) ) () ) +("permissible" ((jj -9.872) (nn -11.747) ) () ) +("permission" ((nn -8.528) ) () ) +("permit" ((nn -11.747) (vb -6.923) (vbp -9.367) ) () ) +("permits" ((nns -8.646) (vbz -7.528) ) () ) +("permitted" ((vbd -8.905) (vbn -7.083) ) () ) +("permitting" ((vbg -7.460) ) () ) +("pernicious" ((jj -10.971) ) () ) +("perozo" ((nnp -11.403) ) () ) +("perpetrated" ((vbn -9.855) ) () ) +("perpetual" ((jj -8.892) ) () ) +("perpetuate" ((vb -10.141) ) () ) +("perpetuating" ((vbg -9.539) ) () ) +("perplexing" ((jj -10.971) ) () ) +("perrier" ((nnp -10.016) ) () ) +("perrin" ((nnp -11.403) ) () ) +("perritt" ((nnp -11.403) ) () ) +("perry" ((nnp -9.793) ) () ) +("persecuting" ((vbg -9.539) ) () ) +("persecution" ((nn -11.054) ) () ) +("pershare" ((jj -9.872) ) () ) +("persian" ((jj -10.971) (nnp -10.304) ) () ) +("persist" ((vb -9.043) (vbp -9.367) ) () ) +("persisted" ((vbd -9.598) ) () ) +("persistence" ((nn -11.054) ) () ) +("persistent" ((jj -8.573) ) () ) +("persists" ((vbz -9.233) ) () ) +("person" ((nn -7.588) ) () ) +("persona" ((nn -10.648) ) () ) +("personal" ((jj -6.143) (nn -11.054) (nnp -9.793) ) () ) +("personal-care" ((jj -9.872) (nn -11.747) ) () ) +("personal-computer" ((nn -10.137) ) () ) +("personal-injury" ((jj -9.585) (nn -10.648) ) () ) +("personal-property" ((nn -11.747) ) () ) +("personalities" ((nns -9.562) ) () ) +("personality" ((nn -10.137) ) () ) +("personalized" ((jj -10.971) (vbn -9.162) ) () ) +("personally" ((rb -7.591) ) () ) +("personnel" ((jj -10.971) (nn -11.747) (nnp -11.403) (nns -7.422) ) () ) +("persons" ((nns -8.869) ) () ) +("perspective" ((nn -9.667) (nnp -9.205) ) () ) +("persuade" ((vb -7.308) ) () ) +("persuaded" ((vbd -8.905) (vbn -8.469) ) () ) +("persuades" ((vbz -9.926) ) () ) +("persuading" ((vbg -8.153) ) () ) +("persuasion" ((nn -11.054) ) () ) +("persuasive" ((jj -10.971) ) () ) +("persuasively" ((rb -10.299) ) () ) +("pertains" ((vbz -9.926) ) () ) +("pertinent" ((jj -10.278) ) () ) +("pertschuk" ((nnp -10.709) ) () ) +("pertussis" ((nn -9.801) ) () ) +("peru" ((nn -11.747) (nnp -8.763) ) () ) +("peruse" ((vb -10.141) (vbp -9.367) ) () ) +("peruvian" ((jj -9.179) (nnp -11.403) ) () ) +("pervade" ((vbp -9.367) ) () ) +("pervaded" ((vbd -10.291) ) () ) +("pervasive" ((jj -9.179) ) () ) +("perverse" ((jj -10.278) ) () ) +("perversion" ((nn -11.747) ) () ) +("pesatas" ((nns -10.255) ) () ) +("pesetas" ((nns -9.339) ) () ) +("pessimism" ((nn -10.648) ) () ) +("pessimist" ((nn -11.054) ) () ) +("pessimistic" ((jj -9.025) ) () ) +("pessimists" ((nns -10.949) ) () ) +("pest-control" ((jj -10.971) ) () ) +("pestered" ((vbn -9.855) ) () ) +("pesticide" ((nn -9.444) ) () ) +("pesticides" ((nns -8.310) ) () ) +("pet" ((jj -9.362) (nn -10.137) (nnp -10.304) ) () ) +("petaluma" ((nnp -10.709) ) () ) +("pete" ((nnp -9.611) ) () ) +("peter" ((nnp -6.768) ) () ) +("peterborough" ((nnp -11.403) ) () ) +("peterpaul" ((nnp -10.709) ) () ) +("peters" ((nnp -6.658) ) () ) +("petersburg" ((nnp -10.709) ) () ) +("petersen" ((nnp -10.304) ) () ) +("peterson" ((nnp -8.569) ) () ) +("petit" ((nnp -10.709) ) () ) +("petite" ((jj -10.971) ) () ) +("petition" ((nn -9.801) (vb -10.141) ) () ) +("petitioned" ((vbd -10.291) ) () ) +("petitions" ((nns -10.255) ) () ) +("petre" ((nnp -11.403) ) () ) +("petrie" ((nnp -8.838) ) () ) +("petrified" ((jj -10.971) ) () ) +("petro" ((nnp -11.403) ) () ) +("petrochemical" ((nn -8.974) (nnp -9.793) ) () ) +("petrochemicals" ((nns -9.157) ) () ) +("petrocorp" ((nnp -10.709) ) () ) +("petrofina" ((nnp -11.403) ) () ) +("petrolane" ((nnp -10.016) ) () ) +("petroleos" ((nnp -9.793) ) () ) +("petroleum" ((nn -8.913) (nnp -7.792) ) () ) +("petroleum-related" ((jj -10.278) ) () ) +("petroliam" ((nnp -11.403) ) () ) +("petronas" ((nnp -10.304) ) () ) +("petrovich" ((nnp -10.709) ) () ) +("petrus" ((nnp -10.016) ) () ) +("pettee" ((nnp -11.403) ) () ) +("pettiness" ((nn -11.747) ) () ) +("pettit" ((nnp -11.403) ) () ) +("petty" ((jj -10.971) (nnp -11.403) ) () ) +("peugeot" ((nnp -9.457) ) () ) +("peyrelongue" ((nnp -11.403) ) () ) +("pfeiffer" ((nnp -8.267) ) () ) +("pfennig" ((nn -11.747) ) () ) +("pfizer" ((nnp -8.694) ) () ) +("pg&e" ((nnp -11.403) ) () ) +("pg-13" ((nn -11.747) ) () ) +("pgm" ((nnp -11.403) ) () ) +("ph." ((nnp -11.403) ) () ) +("phacoflex" ((nnp -11.403) ) () ) +("phalanx" ((nn -11.747) ) () ) +("pharaoh" ((nnp -11.403) ) () ) +("pharaohs" ((nns -10.949) ) () ) +("pharmaceutical" ((jj -7.475) (nn -11.054) (nnp -8.918) ) () ) +("pharmaceuticals" ((nnp -9.793) (nnps -7.036) (nns -8.310) ) () ) +("pharmacia" ((nnp -9.457) ) () ) +("pharmacies" ((nns -10.255) ) () ) +("pharmacists" ((nns -10.949) ) () ) +("pharmakinetics" ((nnp -11.403) ) () ) +("pharmics" ((nnp -11.403) ) () ) +("phase" ((nn -9.182) (vb -9.043) ) () ) +("phase-out" ((nn -11.747) ) () ) +("phased" ((vbn -8.246) ) () ) +("phases" ((nns -10.255) ) () ) +("phasing" ((vbg -8.440) ) () ) +("phelan" ((nnp -8.001) ) () ) +("phelps" ((nnp -9.611) ) () ) +("phenix-transmission" ((nnp -11.403) ) () ) +("phenomena" ((nns -10.949) ) () ) +("phenomenal" ((jj -10.971) ) () ) +("phenomenon" ((nn -9.182) ) () ) +("pherwani" ((nnp -11.403) ) () ) +("phibro" ((nnp -10.016) ) () ) +("phil" ((nnp -9.457) ) () ) +("philadelphia" ((nnp -7.618) ) () ) +("philadelphia-based" ((jj -9.872) ) () ) +("philanthropist" ((nn -11.747) ) () ) +("philinte" ((nnp -10.709) ) () ) +("philip" ((nnp -7.432) ) () ) +("philippe" ((nnp -10.304) ) () ) +("philippine" ((jj -8.774) (nnp -10.304) ) () ) +("philippine-studies" ((nn -11.747) ) () ) +("philippines" ((nnp -9.323) (nnps -4.956) ) () ) +("philips" ((nnp -9.100) ) () ) +("phillies" ((nnp -11.403) ) () ) +("phillip" ((nnp -9.793) ) () ) +("phillips" ((nnp -7.511) (nns -10.255) ) () ) +("philo" ((nnp -11.403) ) () ) +("philosophers" ((nns -10.255) ) () ) +("philosophic" ((jj -10.278) ) () ) +("philosophical" ((jj -9.179) ) () ) +("philosophies" ((nns -9.850) ) () ) +("philosophy" ((nn -9.182) ) () ) +("phineas" ((nnp -11.403) ) () ) +("phipps" ((nnp -11.403) ) () ) +("phoenix" ((nnp -8.144) ) () ) +("phoenix-based" ((jj -10.971) ) () ) +("phone" ((nn -7.686) (vbp -9.367) ) () ) +("phone-company" ((nn -11.747) ) () ) +("phoned" ((vbd -8.905) (vbn -9.162) ) () ) +("phones" ((nns -8.310) (vbz -9.926) ) () ) +("phoney" ((jj -10.971) ) () ) +("phoning" ((vbg -9.539) ) () ) +("phony" ((jj -9.585) ) () ) +("phosphate" ((nnp -11.403) ) () ) +("phosphates" ((nnp -11.403) ) () ) +("photo" ((jj -10.971) (nn -9.955) (nnp -11.403) ) () ) +("photocopy" ((vb -10.141) ) () ) +("photocopying" ((vbg -9.539) ) () ) +("photograph" ((nn -10.137) ) () ) +("photographed" ((vbn -9.855) ) () ) +("photographers" ((nns -10.949) ) () ) +("photographic" ((jj -9.362) ) () ) +("photographs" ((nns -9.003) (vbz -9.926) ) () ) +("photography" ((nn -11.747) ) () ) +("photos" ((nns -8.869) ) () ) +("photosynthesis" ((nn -11.747) ) () ) +("phrase" ((nn -9.955) ) () ) +("phrases" ((nns -10.949) ) () ) +("phrasing" ((nn -11.747) ) () ) +("phyllis" ((nnp -10.304) ) () ) +("physical" ((jj -8.892) (nnp -11.403) ) () ) +("physically" ((rb -8.913) ) () ) +("physician" ((nn -9.108) ) () ) +("physician-executive" ((jj -10.971) ) () ) +("physician-reimbursement" ((jj -10.971) ) () ) +("physicians" ((nnp -11.403) (nnps -7.036) (nns -9.339) ) () ) +("physicist" ((nn -10.648) ) () ) +("physics" ((nn -11.747) (nnp -11.403) (nns -10.255) ) () ) +("physiology" ((nnp -11.403) ) () ) +("pi" ((nn -11.747) ) () ) +("pianist" ((nn -10.648) ) () ) +("pianistic" ((jj -10.971) ) () ) +("piano" ((nn -9.444) ) () ) +("pianos" ((nns -10.255) ) () ) +("pic" ((nnp -11.403) ) () ) +("picasso" ((nn -11.747) (nnp -9.793) ) () ) +("picassos" ((nnps -7.729) ) () ) +("piccolino" ((nnp -11.403) ) () ) +("pichia" ((nn -11.747) ) () ) +("pick" ((nn -10.648) (vb -6.558) (vbp -8.268) ) () ) +("picked" ((vbd -7.806) (vbn -7.909) ) () ) +("pickens" ((nnp -9.611) ) () ) +("pickering" ((nnp -10.709) ) () ) +("pickers" ((nns -9.003) ) () ) +("picket" ((nn -10.137) ) () ) +("picketing" ((nn -11.747) ) () ) +("pickin" ((vbg -9.539) ) () ) +("picking" ((nn -11.054) (vbg -6.974) ) () ) +("pickles" ((nns -10.949) ) () ) +("picks" ((nns -9.562) (vbz -8.540) ) () ) +("pickup" ((nn -9.549) ) () ) +("pickups" ((nns -10.255) ) () ) +("picky" ((jj -10.971) ) () ) +("picnic" ((nn -11.054) ) () ) +("pico" ((nn -10.360) ) () ) +("picocassette" ((nn -10.648) ) () ) +("picoult" ((nnp -11.403) ) () ) +("picture" ((nn -7.962) (nnp -10.304) ) () ) +("picture-postcard" ((nn -11.747) ) () ) +("pictured" ((vbn -9.855) ) () ) +("pictures" ((nnp -8.569) (nnps -5.532) (nns -7.771) (vbz -9.926) ) () ) +("picturesquely" ((rb -10.299) ) () ) +("picturing" ((vbg -9.539) ) () ) +("pie" ((nn -10.360) (nnp -11.403) ) () ) +("pie-in-the-sky" ((nn -11.747) ) () ) +("piece" ((nn -7.918) (vb -10.141) ) () ) +("pieced" ((vbn -9.855) ) () ) +("pieces" ((nnp -11.403) (nns -7.858) ) () ) +("piedmont" ((nnp -10.709) ) () ) +("pier" ((nn -11.747) ) () ) +("pierce" ((nnp -8.267) (vb -10.141) ) () ) +("pierluigi" ((nnp -11.403) ) () ) +("piero" ((nnp -11.403) ) () ) +("pierre" ((nnp -9.611) ) () ) +("pierre-karl" ((nnp -11.403) ) () ) +("piers" ((nns -10.949) ) () ) +("pies" ((nns -10.949) ) () ) +("pig" ((nn -10.648) ) () ) +("piggybacking" ((vbg -8.440) ) () ) +("piglet" ((nn -11.747) ) () ) +("piglets" ((nns -10.949) ) () ) +("pigment" ((nn -10.648) ) () ) +("pigments" ((nns -10.949) ) () ) +("pigs" ((nns -8.869) ) () ) +("pigsty" ((nn -11.747) ) () ) +("pik" ((nnp -9.611) ) () ) +("pikaia" ((nnp -11.403) ) () ) +("piker" ((nn -11.747) ) () ) +("pile" ((nn -10.137) (vb -9.043) ) () ) +("piled" ((vbd -9.192) (vbn -8.757) ) () ) +("pileggi" ((nnp -11.403) ) () ) +("piles" ((nn -11.747) (nns -9.850) ) () ) +("pilevsky" ((nnp -10.016) ) () ) +("pilgrimage" ((nn -11.747) ) () ) +("piling" ((vbg -8.440) ) () ) +("pilings" ((nns -10.255) ) () ) +("pilipino" ((nn -11.747) ) () ) +("pill" ((nn -9.108) ) () ) +("pillar" ((nn -10.360) ) () ) +("pillars" ((nns -10.255) ) () ) +("pillay" ((nnp -11.403) ) () ) +("pillorying" ((vbg -9.539) ) () ) +("pillows" ((nns -10.255) ) () ) +("pills" ((nns -9.850) ) () ) +("pillsbury" ((nnp -11.403) ) () ) +("pilot" ((jj -10.278) (nn -8.345) ) () ) +("pilot-management" ((jj -10.971) ) () ) +("pilot-seniority" ((nn -11.747) ) () ) +("pilote" ((fw -5.416) ) () ) +("pilots" ((nnp -11.403) (nnps -7.729) (nns -6.658) ) () ) +("pilson" ((nnp -8.001) ) () ) +("pilsudski" ((nnp -11.403) ) () ) +("pimlott" ((nnp -10.709) ) () ) +("pimp" ((nn -11.054) ) () ) +("pimps" ((nns -10.949) ) () ) +("pin" ((nn -11.054) (vb -9.043) ) () ) +("pin-pointed" ((vbn -9.855) ) () ) +("pina" ((nnp -11.403) ) () ) +("pinball" ((nn -11.747) ) () ) +("pinball-parlor" ((nn -11.747) ) () ) +("pinch" ((nn -11.054) (vb -10.141) ) () ) +("pinched" ((vbd -10.291) (vbn -9.855) ) () ) +("pinching" ((vbg -9.539) ) () ) +("pincus" ((nnp -11.403) ) () ) +("pine" ((nnp -10.304) ) () ) +("pineapple" ((nn -11.054) ) () ) +("ping" ((nn -11.747) ) () ) +("pinick" ((nnp -10.709) ) () ) +("pink" ((jj -9.872) ) () ) +("pinky" ((nnp -11.403) ) () ) +("pinnacle" ((nnp -8.838) ) () ) +("pinning" ((nn -11.747) (vbg -8.846) ) () ) +("pinocchio" ((nnp -10.304) ) () ) +("pinpoint" ((nnp -10.304) (vb -8.755) ) () ) +("pinpointed" ((vbn -9.855) ) () ) +("pins" ((nns -10.949) (vbz -9.926) ) () ) +("pinter" ((nnp -10.304) ) () ) +("pioneer" ((nn -10.360) (nnp -9.100) (vb -10.141) ) () ) +("pioneered" ((vbd -9.598) ) () ) +("pioneers" ((nns -10.255) ) () ) +("piovra" ((fw -5.416) ) () ) +("pipe" ((nn -9.955) (nnp -10.016) ) () ) +("piped" ((vbd -10.291) (vbn -9.855) ) () ) +("pipeline" ((nn -8.058) (nnp -10.304) ) () ) +("pipelines" ((nnp -10.304) (nnps -7.729) (nns -9.157) ) () ) +("piper" ((nnp -9.323) ) () ) +("pipes" ((nns -9.850) ) () ) +("pipsqueak" ((nn -11.747) ) () ) +("piquant" ((jj -10.971) ) () ) +("pir" ((nnp -11.403) ) () ) +("piranha" ((nn -11.747) ) () ) +("pirate" ((nnp -11.403) ) () ) +("pirates" ((nns -10.949) ) () ) +("pirelli" ((nnp -11.403) ) () ) +("pirko" ((nnp -10.304) ) () ) +("piroghi" ((nns -10.949) ) () ) +("pisa" ((nnp -11.403) ) () ) +("pistils" ((nns -10.949) ) () ) +("pistol" ((nn -11.747) ) () ) +("pistol-packing" ((jj -10.971) ) () ) +("pistols" ((nns -10.949) ) () ) +("piston" ((nn -10.648) ) () ) +("piston-brake" ((nn -11.747) ) () ) +("pistons" ((nns -9.339) ) () ) +("piszczalski" ((nnp -11.403) ) () ) +("pit" ((nn -8.974) (vb -10.141) ) () ) +("pitch" ((nn -9.444) (vb -10.141) (vbp -9.367) ) () ) +("pitched" ((vbd -9.192) (vbn -9.855) ) () ) +("pitcher" ((nn -10.360) (nnp -11.403) ) () ) +("pitcher-coach" ((nn -11.747) ) () ) +("pitchers" ((nns -9.850) ) () ) +("pitches" ((nns -9.339) ) () ) +("pitching" ((nn -11.747) (vbg -8.440) ) () ) +("pitchmen" ((nns -10.949) ) () ) +("pitcoff" ((nnp -11.403) ) () ) +("pitfalls" ((nns -10.255) ) () ) +("pithiest" ((jjs -7.523) ) () ) +("pitiful" ((nnp -11.403) ) () ) +("pitman" ((nnp -11.403) ) () ) +("pitman-moore" ((nnp -11.403) ) () ) +("pitney" ((nnp -9.457) ) () ) +("pits" ((nns -10.255) (vbz -9.926) ) () ) +("pittance" ((nn -11.747) ) () ) +("pitted" ((vbd -10.291) (vbn -9.162) ) () ) +("pitting" ((vbg -9.539) ) () ) +("pittsburg" ((nnp -11.403) ) () ) +("pittsburgh" ((nnp -7.847) ) () ) +("pittsburgh-based" ((jj -10.971) ) () ) +("pittston" ((nnp -9.005) ) () ) +("pity" ((nn -11.747) ) () ) +("pivotal" ((jj -9.872) ) () ) +("pixie-like" ((jj -10.971) ) () ) +("pixley" ((nnp -11.403) ) () ) +("pizazz" ((nn -11.747) ) () ) +("pizza" ((nn -10.137) (nnp -8.512) ) () ) +("pizzas-with-everything" ((nns -10.949) ) () ) +("pizzazz" ((nn -11.054) ) () ) +("pizzo" ((nnp -11.403) ) () ) +("placate" ((vb -10.141) ) () ) +("place" ((nn -6.736) (nnp -11.403) (vb -7.657) (vbp -7.981) ) () ) +("placebo" ((nn -11.747) ) () ) +("placed" ((vbd -7.458) (vbn -6.192) ) () ) +("placement" ((nn -9.549) (nnp -10.709) ) () ) +("placements" ((nnp -11.403) (nns -9.562) ) () ) +("placer" ((nnp -11.403) ) () ) +("places" ((nnps -7.729) (nns -8.058) (vbz -8.134) ) () ) +("placid" ((jj -10.971) ) () ) +("placido" ((nnp -11.403) ) () ) +("placing" ((nn -11.747) (vbg -7.593) ) () ) +("plagiarism" ((nn -11.747) ) () ) +("plague" ((vb -10.141) ) () ) +("plagued" ((vbd -10.291) (vbn -8.063) ) () ) +("plaguing" ((vbg -9.539) ) () ) +("plaid" ((jj -10.278) (nn -10.648) ) () ) +("plaid-floored" ((jj -10.971) ) () ) +("plain" ((jj -9.025) (nn -11.054) (rb -9.606) ) () ) +("plainclothes" ((nns -10.949) ) () ) +("plainly" ((rb -8.913) ) () ) +("plains" ((nnp -10.304) (nnps -7.729) (nns -10.949) ) () ) +("plaintiff" ((nn -9.801) ) () ) +("plaintiffs" ((nns -7.904) ) () ) +("plaintive" ((jj -10.278) ) () ) +("plaintively" ((rb -10.299) ) () ) +("plan" ((nn -5.711) (nnp -9.205) (vb -7.839) (vbp -5.840) ) () ) +("plane" ((nn -8.656) (nnp -11.403) ) () ) +("planes" ((nns -7.616) ) () ) +("planet" ((nn -9.549) (nnp -11.403) ) () ) +("planets" ((nns -10.949) ) () ) +("planned" ((jj -7.836) (nnp -10.016) (vbd -6.857) (vbn -5.963) ) () ) +("planner" ((nn -8.702) ) () ) +("planners" ((nnp -10.709) (nns -7.547) ) () ) +("planning" ((nn -8.136) (nnp -10.304) (vbg -6.172) ) () ) +("plans" ((nnp -10.304) (nns -5.626) (vbz -4.857) ) () ) +("plant" ((nn -6.400) (nnp -9.457) (vb -10.141) ) () ) +("plant-and-equipment" ((jj -10.971) ) () ) +("plant-closing" ((jj -10.971) ) () ) +("plant-expansion" ((jj -10.971) ) () ) +("plant-modernization" ((jj -10.971) ) () ) +("plant-science" ((nn -11.054) ) () ) +("plantation" ((nn -11.747) (nnp -11.403) ) () ) +("plantations" ((nns -10.949) ) () ) +("planted" ((vbd -10.291) (vbn -8.757) ) () ) +("planter" ((nnp -11.403) ) () ) +("planters" ((nnp -10.304) ) () ) +("planting" ((nn -11.747) (vbg -8.440) ) () ) +("plants" ((nns -6.195) ) () ) +("plaque" ((nn -11.747) ) () ) +("plaskett" ((nnp -10.709) ) () ) +("plaster" ((nn -10.648) ) () ) +("plastic" ((jj -8.406) (nn -8.489) ) () ) +("plastic-bodied" ((jj -9.872) ) () ) +("plastics" ((nnps -7.036) (nns -7.338) ) () ) +("plastics-industry" ((nn -11.747) ) () ) +("plastow" ((nnp -11.403) ) () ) +("plate" ((nn -9.349) ) () ) +("plateau" ((nn -10.137) ) () ) +("plates" ((nns -10.949) ) () ) +("platform" ((nn -9.549) ) () ) +("platforms" ((nns -10.949) ) () ) +("platinum" ((nn -9.955) ) () ) +("platitudes" ((nns -10.255) ) () ) +("platoon" ((nn -11.747) ) () ) +("platt" ((nnp -10.016) ) () ) +("platter" ((jj -10.971) ) () ) +("plaudits" ((nns -10.949) ) () ) +("plausible" ((jj -9.362) ) () ) +("play" ((nn -8.281) (nnp -11.403) (vb -6.134) (vbp -7.287) ) () ) +("played" ((vbd -6.890) (vbn -6.811) ) () ) +("player" ((nn -8.414) (nnp -10.709) ) () ) +("players" ((nnps -7.729) (nns -6.854) ) () ) +("playful" ((jj -10.971) ) () ) +("playfulness" ((nn -11.747) ) () ) +("playground" ((nn -10.648) ) () ) +("playgrounds" ((nns -10.949) ) () ) +("playhouse" ((nnp -11.403) ) () ) +("playing" ((jj -10.971) (nn -9.549) (vbg -6.138) ) () ) +("playland" ((nn -11.747) ) () ) +("playmates" ((nnps -6.343) ) () ) +("playoff" ((nn -10.648) ) () ) +("playoffs" ((nns -9.003) ) () ) +("plays" ((nnp -11.403) (nns -9.157) (vbz -6.930) ) () ) +("playskool" ((nnp -11.403) ) () ) +("playwright" ((nn -10.360) ) () ) +("playwrights" ((nnp -11.403) ) () ) +("plaza" ((nn -11.747) (nnp -9.611) ) () ) +("plc" ((nnp -6.778) ) () ) +("plea" ((nn -8.702) ) () ) +("plead" ((vb -7.839) ) () ) +("pleaded" ((vbd -7.400) (vbn -9.855) ) () ) +("pleading" ((vbg -9.539) ) () ) +("pleadingly" ((rb -10.299) ) () ) +("pleadings" ((nns -10.255) ) () ) +("pleas" ((nns -9.562) ) () ) +("pleasant" ((jj -10.278) (nnp -11.403) ) () ) +("pleasantries" ((nns -10.255) ) () ) +("please" ((rb -10.299) (uh -3.784) (vb -8.196) (vbp -9.367) ) () ) +("pleased" ((jj -8.774) (vbd -10.291) (vbn -7.553) ) () ) +("pleasing" ((jj -10.971) (nn -11.747) (vbg -9.539) ) () ) +("pleasurable" ((jj -10.971) ) () ) +("pleasure" ((nn -10.137) ) () ) +("pleasure-boat" ((nn -11.747) ) () ) +("pleasures" ((nns -10.949) ) () ) +("pledge" ((nn -9.801) ) () ) +("pledged" ((vbd -8.499) (vbn -9.162) ) () ) +("pledges" ((nns -9.562) (vbz -9.926) ) () ) +("pledging" ((vbg -8.846) ) () ) +("plenitude" ((nnp -11.403) ) () ) +("plentiful" ((jj -9.585) ) () ) +("plenty" ((jj -9.585) (nn -8.656) (rb -8.353) ) () ) +("plenum" ((nn -11.747) ) () ) +("plews" ((nnp -11.403) ) () ) +("pliers" ((nns -10.949) ) () ) +("plies" ((vbz -9.926) ) () ) +("plight" ((nn -9.549) ) () ) +("plights" ((nns -10.949) ) () ) +("plo" ((nnp -8.838) ) () ) +("plods" ((vbz -9.926) ) () ) +("plot" ((nn -9.444) (vb -10.141) ) () ) +("plotkin" ((nnp -11.403) ) () ) +("plots" ((nns -9.157) ) () ) +("plotted" ((vbd -10.291) ) () ) +("plotters" ((nns -9.850) ) () ) +("plotting" ((vbg -8.153) ) () ) +("plouf" ((nnp -11.403) ) () ) +("plowed" ((vbd -10.291) (vbn -9.162) ) () ) +("plows" ((vbz -9.926) ) () ) +("ploy" ((nn -10.648) ) () ) +("ploys" ((nns -10.949) ) () ) +("pluck" ((vb -10.141) ) () ) +("plucked" ((vbn -9.855) ) () ) +("plug" ((nn -10.648) (vb -9.043) ) () ) +("plug-in" ((jj -10.971) ) () ) +("plugged" ((vbd -9.598) ) () ) +("plugging" ((vbg -8.846) ) () ) +("plumbing" ((nn -10.137) ) () ) +("plume" ((nn -11.747) ) () ) +("plummer" ((nnp -10.709) ) () ) +("plummet" ((vb -9.043) (vbp -9.367) ) () ) +("plummeted" ((vbd -6.959) (vbn -8.469) ) () ) +("plummeting" ((vbg -7.747) ) () ) +("plump" ((jj -10.971) ) () ) +("plunge" ((nn -7.083) (vb -8.532) (vbp -8.674) ) () ) +("plunged" ((vbd -6.340) (vbn -8.246) ) () ) +("plunges" ((nns -10.949) (vbz -9.926) ) () ) +("plunging" ((vbg -6.900) ) () ) +("pluralism" ((nn -11.747) ) () ) +("plurality" ((nn -11.054) ) () ) +("pluri-party" ((jj -10.971) ) () ) +("plus" ((cc -6.226) (in -8.878) (jj -10.278) (nn -10.360) (nnp -10.016) (rb -10.299) ) () ) +("pluses" ((nns -9.850) ) () ) +("plush" ((jj -9.872) ) () ) +("plutonium" ((nn -10.648) ) () ) +("plutonium-powered" ((jj -10.278) ) () ) +("plying" ((vbg -8.846) ) () ) +("plymouth" ((nnp -11.403) ) () ) +("plywood" ((nn -10.648) ) () ) +("pnc" ((nnp -11.403) ) () ) +("pneumonia" ((nn -11.054) ) () ) +("po" ((nnp -11.403) ) () ) +("poachers" ((nns -10.949) ) () ) +("poaching" ((vbg -9.539) ) () ) +("poag" ((nnp -11.403) ) () ) +("pocket" ((nn -11.054) (nnp -11.403) (vb -10.141) ) () ) +("pocketbook" ((nn -11.747) ) () ) +("pocketing" ((vbg -9.539) ) () ) +("pockets" ((nns -8.551) (vbz -9.926) ) () ) +("pockmarked" ((vbn -9.855) ) () ) +("podiatrist" ((nn -11.747) ) () ) +("podium" ((nn -11.054) ) () ) +("poduska" ((nnp -11.403) ) () ) +("poeme" ((nnp -11.403) ) () ) +("poet" ((nn -10.360) ) () ) +("poetry" ((nn -11.747) (nnp -11.403) ) () ) +("poignant" ((jj -9.872) ) () ) +("poindexter" ((nnp -10.709) ) () ) +("point" ((jj -10.971) (nn -6.167) (nnp -10.304) (vb -8.062) (vbp -6.728) ) () ) +("point-of-sale" ((jj -10.971) ) () ) +("pointe" ((nnp -10.304) ) () ) +("pointed" ((jj -10.971) (vbd -7.652) (vbn -8.063) ) () ) +("pointedly" ((rb -10.299) ) () ) +("pointers" ((nns -10.949) ) () ) +("pointes" ((nnp -11.403) ) () ) +("pointing" ((vbg -7.930) ) () ) +("pointless" ((jj -10.278) ) () ) +("points" ((nnps -7.729) (nns -5.392) (vbz -7.093) ) () ) +("poised" ((vbn -8.063) ) () ) +("poison" ((jj -10.971) (nn -9.955) ) () ) +("poisoned" ((vbn -9.855) ) () ) +("poisoning" ((nn -11.747) ) () ) +("poisonous" ((jj -10.971) ) () ) +("poisons" ((nns -10.255) ) () ) +("poked" ((vbd -10.291) ) () ) +("poker" ((nn -10.360) ) () ) +("pokes" ((vbz -9.233) ) () ) +("poking" ((vbg -8.846) ) () ) +("pol" ((nn -11.747) ) () ) +("poland" ((nnp -7.140) ) () ) +("polar" ((jj -10.971) (nnp -11.403) ) () ) +("polarized" ((vbn -9.855) ) () ) +("polaroid" ((nnp -8.267) ) () ) +("poles" ((nnps -6.119) (nns -10.949) ) () ) +("police" ((nn -8.656) (nnp -10.304) (nns -8.384) (vb -9.448) ) () ) +("policeman" ((nn -11.747) ) () ) +("policewoman" ((nn -11.747) ) () ) +("policies" ((nns -6.759) ) () ) +("policing" ((vbg -9.539) ) () ) +("policy" ((nn -6.484) (nnp -9.323) ) () ) +("policy-makers" ((nns -10.949) ) () ) +("policy-making" ((jj -10.971) (nn -11.747) (vbg -9.539) ) () ) +("policyholders" ((nns -9.157) ) () ) +("polish" ((jj -8.081) (nn -11.747) (nnp -9.793) (vb -9.448) ) () ) +("polished" ((jj -9.872) (vbd -10.291) ) () ) +("polishing" ((1 -4.727) ) () ) +("politburo" ((nnp -9.457) ) () ) +("polite" ((jj -10.278) ) () ) +("politic" ((jj -10.971) ) () ) +("political" ((jj -5.512) (nnp -11.403) ) () ) +("political-corruption" ((nn -11.747) ) () ) +("politically" ((rb -7.591) ) () ) +("politician" ((nn -10.360) ) () ) +("politicians" ((nns -7.547) ) () ) +("politicized" ((jj -10.971) (vbn -9.162) ) () ) +("politicking" ((nn -11.747) ) () ) +("politico-plaintiffs" ((nns -10.949) ) () ) +("politics" ((nnp -10.709) (nnps -7.729) (nns -7.393) ) () ) +("poll" ((jj -10.971) (nn -8.611) (nnp -10.304) (vb -10.141) ) () ) +("pollack" ((nnp -11.403) ) () ) +("polled" ((vbd -9.598) (vbn -7.658) ) () ) +("pollen" ((nn -10.137) ) () ) +("pollen-inhibiting" ((jj -10.278) ) () ) +("pollen-producing" ((vbg -9.539) ) () ) +("pollinate" ((vb -10.141) (vbp -9.367) ) () ) +("pollinated" ((vbn -9.162) ) () ) +("pollinating" ((vbg -9.539) ) () ) +("pollination" ((nn -11.747) ) () ) +("polling" ((nn -11.054) ) () ) +("pollo" ((nnp -11.403) ) () ) +("polls" ((nns -8.115) (vbz -9.233) ) () ) +("pollster" ((nn -10.648) ) () ) +("pollsters" ((nns -10.949) ) () ) +("pollutants" ((nns -9.339) ) () ) +("polluted" ((jj -10.278) ) () ) +("polluters" ((nns -10.949) ) () ) +("polluting" ((vbg -9.539) ) () ) +("pollution" ((nn -8.656) ) () ) +("pollution-control" ((jj -10.971) (nn -11.747) ) () ) +("pollution-reduction" ((nn -11.747) ) () ) +("polly" ((nnp -9.005) ) () ) +("polo" ((nnp -10.709) ) () ) +("polsky" ((nnp -11.403) ) () ) +("poltergeists" ((nns -10.255) ) () ) +("polycast" ((nnp -11.403) ) () ) +("polyconomics" ((nnp -10.709) ) () ) +("polyester" ((nn -11.054) ) () ) +("polyethylene" ((nn -8.656) ) () ) +("polygram" ((nnp -10.709) ) () ) +("polymerase" ((nn -11.747) ) () ) +("polymeric" ((jj -10.971) ) () ) +("polymerix" ((nnp -11.403) ) () ) +("polymers" ((nns -10.255) ) () ) +("polypropylene" ((nn -10.137) ) () ) +("polyrhythms" ((nns -10.949) ) () ) +("polystyrene" ((nn -10.648) (nnp -10.709) ) () ) +("polyurethane" ((nn -11.054) ) () ) +("polyvinyl" ((nn -11.054) ) () ) +("pomological" ((jj -10.971) ) () ) +("pomologist" ((nn -11.747) ) () ) +("pompano" ((nnp -11.403) ) () ) +("pompeii" ((nnp -11.403) ) () ) +("pompey" ((nnp -11.403) ) () ) +("ponder" ((vb -9.448) ) () ) +("pondering" ((vbg -8.846) ) () ) +("ponderousness" ((nn -11.747) ) () ) +("ponds" ((nns -10.255) ) () ) +("pong" ((nn -11.747) (nnp -10.709) ) () ) +("ponied" ((vbd -10.291) ) () ) +("ponies" ((nns -10.949) ) () ) +("pont" ((nnp -7.937) ) () ) +("pontiac" ((nnp -9.457) ) () ) +("pontiac-cadillac" ((nnp -11.403) ) () ) +("pontificate" ((vbp -9.367) ) () ) +("pony-tailed" ((jj -10.971) ) () ) +("pooch" ((nn -11.747) ) () ) +("poof" ((nn -11.747) ) () ) +("pool" ((nn -8.569) (nnp -11.403) ) () ) +("pooled" ((jj -10.971) (vbn -9.855) ) () ) +("pooling" ((vbg -9.539) ) () ) +("pools" ((nns -9.003) ) () ) +("poor" ((jj -6.928) (nn -11.747) (nnp -7.531) ) () ) +("poor-quality" ((jj -10.971) ) () ) +("poorer" ((jjr -6.430) (rbr -7.419) ) () ) +("poorer-quality" ((jjr -8.039) ) () ) +("poorest" ((jjs -5.443) ) () ) +("poorly" ((rb -7.660) ) () ) +("pop" ((jj -10.278) (nn -9.444) (nnp -10.016) (vb -8.755) (vbp -9.367) ) () ) +("pop-out" ((jj -10.971) ) () ) +("pope" ((nn -11.747) (nnp -8.918) ) () ) +("popkin" ((nnp -11.403) ) () ) +("popolare" ((nnp -11.403) ) () ) +("poppenberg" ((nnp -11.403) ) () ) +("popping" ((vbg -9.539) ) () ) +("pops" ((vbz -9.233) ) () ) +("populace" ((nn -11.747) ) () ) +("popular" ((jj -6.911) ) () ) +("populares" ((nnp -11.403) ) () ) +("popularity" ((nn -9.108) ) () ) +("popularized" ((vbd -10.291) ) () ) +("popularly" ((rb -10.299) ) () ) +("populate" ((vb -10.141) ) () ) +("populated" ((jj -10.971) (vbn -8.757) ) () ) +("populating" ((vbg -9.539) ) () ) +("population" ((nn -8.083) (nnp -10.016) ) () ) +("population-control" ((jj -10.971) ) () ) +("populations" ((nns -10.949) ) () ) +("populism" ((nn -11.747) ) () ) +("populist" ((jj -9.872) (nn -11.747) ) () ) +("porcelain" ((nn -11.054) ) () ) +("porcelains" ((nns -10.949) ) () ) +("porch" ((nn -11.054) ) () ) +("porche" ((nnp -11.403) ) () ) +("pored" ((vbn -9.855) ) () ) +("pores" ((vbz -9.233) ) () ) +("pork" ((nn -9.108) ) () ) +("pork-barrel" ((jj -9.362) (nn -11.054) ) () ) +("pork-barrelers" ((nns -10.949) ) () ) +("pork-barreling" ((nn -11.747) ) () ) +("porno-inspired" ((jj -10.971) ) () ) +("pornographic" ((jj -10.971) ) () ) +("porous" ((jj -10.971) ) () ) +("porridge" ((nn -11.054) ) () ) +("porsche" ((nnp -11.403) ) () ) +("porsche-like" ((jj -10.971) ) () ) +("port" ((jj -10.278) (nn -10.648) (nnp -9.611) ) () ) +("portable" ((jj -8.669) (nn -11.747) ) () ) +("portend" ((vb -10.141) ) () ) +("portends" ((vbz -9.233) ) () ) +("porter" ((nnp -9.457) ) () ) +("portfolio" ((nn -6.798) (nnp -9.100) ) () ) +("portfolios" ((nns -7.452) ) () ) +("porting" ((vbg -9.539) ) () ) +("portion" ((nn -7.758) ) () ) +("portions" ((nns -9.003) ) () ) +("portland" ((nnp -9.793) ) () ) +("portrait" ((nn -10.648) ) () ) +("portraits" ((nns -9.850) ) () ) +("portray" ((vb -9.043) (vbp -9.367) ) () ) +("portrayal" ((nn -9.667) ) () ) +("portrayals" ((nns -10.949) ) () ) +("portrayed" ((vbd -9.192) (vbn -9.162) ) () ) +("portraying" ((vbg -7.593) ) () ) +("portrays" ((vbz -9.233) ) () ) +("ports" ((nnp -11.403) (nns -9.003) ) () ) +("portugal" ((nnp -9.457) ) () ) +("pose" ((vb -8.062) ) () ) +("posed" ((vbd -8.905) (vbn -9.162) ) () ) +("poses" ((vbz -8.317) ) () ) +("posh" ((jj -10.971) ) () ) +("posing" ((vbg -8.153) ) () ) +("position" ((nn -6.548) (vb -9.448) ) () ) +("position-squaring" ((nn -11.747) ) () ) +("positional" ((jj -10.971) ) () ) +("positioned" ((vbd -10.291) (vbn -7.658) ) () ) +("positioning" ((nn -11.747) ) () ) +("positions" ((nns -6.506) ) () ) +("positive" ((jj -7.059) (nn -11.054) ) () ) +("positively" ((rb -8.690) ) () ) +("posix" ((nnp -10.304) ) () ) +("posner" ((nnp -9.323) ) () ) +("possess" ((vb -9.448) (vbp -8.674) ) () ) +("possesses" ((vbz -9.233) ) () ) +("possessing" ((vbg -8.440) ) () ) +("possession" ((nn -11.054) ) () ) +("possessions" ((nns -10.255) ) () ) +("possibilities" ((nns -8.869) ) () ) +("possibility" ((nn -7.985) ) () ) +("possible" ((jj -5.789) (rb -9.606) ) () ) +("possiblity" ((nn -11.747) ) () ) +("possibly" ((rb -6.538) ) () ) +("post" ((nn -7.652) (nnp -8.267) (vb -6.645) ) () ) +("post-1987" ((jj -9.872) ) () ) +("post-1997" ((jj -10.971) ) () ) +("post-bankruptcy" ((jj -10.971) ) () ) +("post-crash" ((jj -9.025) ) () ) +("post-electoral" ((jj -10.971) ) () ) +("post-game" ((jj -10.971) ) () ) +("post-hearing" ((jj -10.971) ) () ) +("post-newsweek" ((nnp -10.709) ) () ) +("post-oct" ((nnp -11.403) ) () ) +("post-production" ((jj -10.971) (nn -11.747) ) () ) +("post-quake" ((jj -10.278) ) () ) +("post-split" ((jj -9.872) ) () ) +("post-vietnam" ((jj -10.971) ) () ) +("post-war" ((jj -10.278) ) () ) +("post-watergate" ((jj -10.278) ) () ) +("post-world" ((nnp -10.709) ) () ) +("postage" ((nn -11.747) ) () ) +("postal" ((jj -9.362) (nnp -9.100) ) () ) +("postcards" ((nns -10.949) ) () ) +("posted" ((jj -10.971) (vbd -5.463) (vbn -6.359) ) () ) +("postel" ((nnp -10.304) ) () ) +("postels" ((nnps -6.630) ) () ) +("poster" ((nn -11.747) ) () ) +("posterity" ((nn -11.747) ) () ) +("posters" ((nns -9.562) ) () ) +("posting" ((vbg -6.831) ) () ) +("postings" ((nns -10.949) ) () ) +("postipankki" ((nnp -10.709) ) () ) +("postmarked" ((vbn -9.855) ) () ) +("postmarks" ((nns -10.255) ) () ) +("postmaster" ((nn -11.054) ) () ) +("postpone" ((vb -7.657) (vbp -9.367) ) () ) +("postponed" ((vbd -8.499) (vbn -7.909) ) () ) +("postponement" ((nn -10.648) ) () ) +("posts" ((nns -7.616) (vbz -9.233) ) () ) +("posture" ((nn -10.137) ) () ) +("posturing" ((nn -10.648) (vbg -9.539) ) () ) +("postwar" ((jj -9.872) ) () ) +("pot" ((nn -10.360) (vb -10.141) ) () ) +("potables" ((nns -10.949) ) () ) +("potala" ((nnp -11.403) ) () ) +("potash" ((nnp -11.403) ) () ) +("potato" ((nn -10.137) ) () ) +("potatoes" ((nns -8.751) ) () ) +("potent" ((jj -9.179) ) () ) +("potential" ((jj -6.175) (nn -8.489) ) () ) +("potentialities" ((nns -10.949) ) () ) +("potentially" ((rb -7.164) ) () ) +("pothier" ((nnp -11.403) ) () ) +("potholes" ((nns -10.949) ) () ) +("potpourri" ((nn -11.054) ) () ) +("pots" ((nns -10.949) ) () ) +("potted" ((jj -10.971) ) () ) +("potter" ((nnp -11.403) ) () ) +("pottery" ((nn -11.747) ) () ) +("poughkeepsie" ((nnp -9.611) ) () ) +("poulenc" ((nnp -11.403) ) () ) +("poulin" ((nnp -11.403) ) () ) +("poultry" ((nn -11.747) ) () ) +("pounce" ((vb -10.141) ) () ) +("pound" ((nn -7.316) (nnp -10.304) ) () ) +("pound-dm" ((jj -10.971) ) () ) +("pounded" ((vbn -9.162) ) () ) +("pounding" ((vbg -9.539) ) () ) +("pounds" ((nns -7.771) ) () ) +("pour" ((vb -8.196) (vbp -9.367) ) () ) +("poured" ((vbd -8.905) (vbn -8.757) ) () ) +("pouring" ((vbg -7.342) ) () ) +("pours" ((vbz -9.233) ) () ) +("poverty" ((nn -11.054) (nnp -11.403) ) () ) +("povich" ((nnp -11.403) ) () ) +("powder" ((nn -11.747) (nnp -11.403) ) () ) +("powell" ((nnp -10.304) ) () ) +("power" ((nn -6.537) (nnp -7.596) (vb -10.141) ) () ) +("power-generation" ((jj -10.971) (nn -11.747) ) () ) +("power-hitter" ((nn -11.747) ) () ) +("power-hungry" ((jj -10.971) ) () ) +("power-plant" ((nn -11.747) ) () ) +("power-sharing" ((jj -10.971) ) () ) +("power-tool" ((jj -10.971) (nn -11.747) ) () ) +("powered" ((vbn -8.757) ) () ) +("powerful" ((jj -6.844) ) () ) +("powerhouse" ((nn -9.801) ) () ) +("powerless" ((jj -10.971) ) () ) +("powers" ((nnp -10.304) (nns -8.176) ) () ) +("poyner" ((nnp -11.403) ) () ) +("ppi" ((nnp -10.304) ) () ) +("pr" ((nnp -10.709) ) () ) +("pra" ((nnp -11.403) ) () ) +("prab" ((nnp -11.403) ) () ) +("practical" ((jj -8.573) ) () ) +("practically" ((rb -8.508) ) () ) +("practice" ((nn -7.739) (vb -8.532) ) () ) +("practiced" ((jj -10.971) (vbd -8.905) (vbn -8.469) ) () ) +("practices" ((nnp -11.403) (nnps -7.729) (nns -6.906) ) () ) +("practicing" ((nn -11.747) (vbg -7.930) ) () ) +("practitioner" ((nn -11.747) ) () ) +("practitioners" ((nns -8.869) ) () ) +("pragmatic" ((jj -10.278) ) () ) +("pragmatism" ((nn -11.747) ) () ) +("prague" ((nnp -10.709) ) () ) +("prairies" ((nns -10.949) ) () ) +("praise" ((nn -10.648) (vb -10.141) (vbp -9.367) ) () ) +("praised" ((vbd -8.094) (vbn -9.162) ) () ) +("praises" ((nns -10.949) ) () ) +("praising" ((vbg -8.846) ) () ) +("prancing" ((vbg -9.539) ) () ) +("prandini" ((nnp -11.403) ) () ) +("pratap" ((nnp -11.403) ) () ) +("prater" ((nnp -11.403) ) () ) +("pratt" ((nnp -9.457) ) () ) +("prattle" ((nn -11.747) ) () ) +("pravda" ((nnp -9.611) ) () ) +("pravo" ((nnp -11.403) ) () ) +("pray-for-growth-later" ((jj -10.971) ) () ) +("prayer" ((nn -11.054) ) () ) +("prayers" ((nns -10.949) ) () ) +("praying" ((vbg -8.846) ) () ) +("pre-18th-century" ((jj -10.971) ) () ) +("pre-1950s" ((jj -10.971) ) () ) +("pre-1967" ((jj -10.278) ) () ) +("pre-approved" ((vbn -9.855) ) () ) +("pre-bankruptcy" ((nn -11.747) ) () ) +("pre-christmas" ((jj -10.971) ) () ) +("pre-college" ((nnp -11.403) ) () ) +("pre-cooked" ((jj -10.971) ) () ) +("pre-crash" ((jj -10.971) ) () ) +("pre-eminence" ((nn -11.747) ) () ) +("pre-eminent" ((jj -10.971) ) () ) +("pre-empt" ((vb -9.448) ) () ) +("pre-empted" ((vbd -10.291) ) () ) +("pre-emptive" ((jj -10.278) ) () ) +("pre-freudian" ((jj -10.971) ) () ) +("pre-game" ((jj -10.971) ) () ) +("pre-kindergarten" ((nn -11.747) ) () ) +("pre-margin" ((jj -10.971) ) () ) +("pre-market" ((jj -10.971) ) () ) +("pre-may" ((jj -10.971) ) () ) +("pre-merger" ((jj -10.278) ) () ) +("pre-noon" ((nn -11.747) ) () ) +("pre-publication" ((jj -10.971) ) () ) +("pre-quake" ((jj -10.971) ) () ) +("pre-recorded" ((jj -10.971) ) () ) +("pre-reform" ((jj -10.971) ) () ) +("pre-refunded" ((jj -9.872) ) () ) +("pre-set" ((jj -10.971) ) () ) +("pre-signed" ((vbn -9.855) ) () ) +("pre-split" ((jj -10.971) ) () ) +("pre-strike" ((jj -10.971) ) () ) +("pre-tax" ((jj -10.971) ) () ) +("pre-tested" ((vbn -9.855) ) () ) +("pre-trading" ((jj -10.971) ) () ) +("pre-trial" ((jj -9.179) (nn -11.747) ) () ) +("pre-try" ((vb -10.141) ) () ) +("preach" ((vb -10.141) ) () ) +("preachiness" ((nn -11.747) ) () ) +("preaching" ((vbg -9.539) ) () ) +("preadmission" ((nn -11.747) ) () ) +("preamble" ((nn -9.667) ) () ) +("preapproved" ((vbn -9.855) ) () ) +("prebon" ((nnp -9.005) ) () ) +("precarious" ((jj -9.872) ) () ) +("precariously" ((rb -10.299) ) () ) +("precaution" ((nn -11.054) ) () ) +("precautionary" ((jj -10.971) ) () ) +("precautions" ((nns -10.949) ) () ) +("precede" ((vb -10.141) ) () ) +("preceded" ((vbn -9.162) ) () ) +("precedent" ((jj -10.971) (nn -9.549) ) () ) +("precedents" ((nns -10.949) ) () ) +("precedes" ((vbz -9.926) ) () ) +("preceding" ((jj -10.971) (vbg -7.930) ) () ) +("precincts" ((nns -10.949) ) () ) +("precious" ((jj -7.880) (nnp -11.403) ) () ) +("precious-metals" ((jj -10.278) (nns -10.255) ) () ) +("precipices" ((nns -10.949) ) () ) +("precipitated" ((vbd -9.192) ) () ) +("precipitous" ((jj -9.362) ) () ) +("precipitously" ((rb -10.299) ) () ) +("precise" ((jj -9.025) ) () ) +("precisely" ((rb -8.690) ) () ) +("precision" ((nn -10.360) (nnp -11.403) ) () ) +("preclude" ((vb -8.755) ) () ) +("precluded" ((jj -10.971) (vbn -9.855) ) () ) +("precludes" ((vbz -9.926) ) () ) +("precocious" ((jj -10.971) ) () ) +("precondition" ((nn -11.747) ) () ) +("precursor" ((nn -11.747) ) () ) +("precursory" ((jj -10.971) ) () ) +("predates" ((vbz -9.233) ) () ) +("predator" ((nn -11.747) ) () ) +("predators" ((nns -10.255) ) () ) +("predecessor" ((nn -9.262) ) () ) +("predecessors" ((nns -10.255) ) () ) +("predetermined" ((vbn -9.855) ) () ) +("predicament" ((nn -11.054) ) () ) +("predict" ((vb -7.308) (vbp -6.371) ) () ) +("predictable" ((jj -9.025) ) () ) +("predictably" ((nnp -11.403) (rb -8.690) ) () ) +("predicted" ((vbd -6.420) (vbn -7.457) ) () ) +("predicting" ((nn -11.747) (vbg -6.361) ) () ) +("prediction" ((nn -9.955) ) () ) +("predictions" ((nns -8.551) ) () ) +("predictor" ((nn -11.747) ) () ) +("predicts" ((vbz -7.036) ) () ) +("predilection" ((nn -11.747) ) () ) +("predominantly" ((rb -9.201) ) () ) +("preface" ((nn -11.747) ) () ) +("prefectural" ((jj -10.971) ) () ) +("prefecture" ((nn -10.648) ) () ) +("prefer" ((vb -7.839) (vbp -6.594) ) () ) +("preferably" ((rb -10.299) ) () ) +("preference" ((nn -9.108) ) () ) +("preferences" ((nnps -7.729) (nns -8.869) ) () ) +("preferential" ((jj -9.872) ) () ) +("preferred" ((jj -7.142) (nnp -11.403) (vbd -8.345) (vbg -9.539) (vbn -6.142) ) () ) +("preferred-share" ((jj -10.971) (nn -11.747) ) () ) +("preferred-stock" ((jj -10.278) ) () ) +("preferring" ((vbg -8.846) ) () ) +("prefers" ((vbz -8.134) ) () ) +("preflight" ((jj -10.971) ) () ) +("pregnancy" ((nn -9.444) ) () ) +("pregnant" ((jj -8.138) ) () ) +("prego" ((nnp -11.403) ) () ) +("prejudice" ((nn -11.747) ) () ) +("prejudiced" ((jj -10.971) (vbn -9.855) ) () ) +("prejudices" ((nns -10.949) ) () ) +("prejudicial" ((jj -10.971) ) () ) +("preliminary" ((jj -7.059) ) () ) +("prelude" ((nn -9.549) ) () ) +("premarin" ((nnp -11.403) ) () ) +("premark" ((nnp -11.403) ) () ) +("premature" ((jj -9.872) ) () ) +("prematurely" ((rb -10.299) ) () ) +("premediated" ((jj -10.971) ) () ) +("premier" ((jj -9.585) (jjr -7.346) (nn -10.137) (nnp -9.793) ) () ) +("premiere" ((jj -10.971) (nn -10.648) (nnp -11.403) (vb -9.043) ) () ) +("premiered" ((vbd -10.291) ) () ) +("premieres" ((nns -10.949) ) () ) +("premiering" ((vbg -8.846) ) () ) +("premise" ((nn -11.054) ) () ) +("premises" ((nn -11.747) (nns -10.255) ) () ) +("premium" ((1 -4.727) (jj -10.278) (nn -7.669) ) () ) +("premium-beer" ((nn -11.747) ) () ) +("premium-priced" ((jj -10.278) ) () ) +("premiums" ((nns -7.813) ) () ) +("premner" ((nnp -10.709) ) () ) +("prenatal" ((jj -10.971) ) () ) +("prentice" ((nnp -9.611) ) () ) +("preoccupation" ((nn -11.054) ) () ) +("preoccupied" ((jj -10.278) (vbn -8.757) ) () ) +("prepaid" ((jj -10.971) (vb -10.141) (vbn -9.855) ) () ) +("prepaid-tuition" ((jj -10.971) ) () ) +("preparation" ((nn -9.801) ) () ) +("preparations" ((nns -10.949) ) () ) +("prepare" ((vb -7.369) (vbp -8.268) ) () ) +("prepared" ((jj -8.199) (vbd -8.905) (vbn -6.118) ) () ) +("preparedness" ((nn -11.054) ) () ) +("prepares" ((vbz -7.847) ) () ) +("preparing" ((vbg -6.320) ) () ) +("prepay" ((vb -10.141) ) () ) +("prepaying" ((vbg -9.539) ) () ) +("prepayment" ((nn -11.054) ) () ) +("prepayments" ((nns -9.562) ) () ) +("preposterous" ((jj -10.278) ) () ) +("prepping" ((vbg -9.539) ) () ) +("prepulsid" ((nn -11.747) ) () ) +("prepurchase" ((jj -10.971) ) () ) +("prerogatives" ((nns -9.850) ) () ) +("presage" ((vb -8.755) ) () ) +("presages" ((vbz -9.926) ) () ) +("presale" ((jj -10.971) ) () ) +("presbyterians" ((nnps -7.729) ) () ) +("prescott" ((nnp -11.403) ) () ) +("prescribe" ((vb -9.448) (vbp -9.367) ) () ) +("prescribed" ((jj -10.971) (vbn -8.246) ) () ) +("prescribes" ((vbz -9.926) ) () ) +("prescription" ((nn -9.444) ) () ) +("prescription-drug" ((nn -11.747) ) () ) +("prescriptions" ((nns -9.339) ) () ) +("prescriptive" ((jj -10.971) ) () ) +("presence" ((nn -8.163) (nnp -11.403) ) () ) +("present" ((jj -7.334) (nn -9.667) (rb -9.201) (vb -7.433) ) () ) +("present-day" ((jj -9.872) ) () ) +("presentation" ((nn -9.955) ) () ) +("presentations" ((nns -10.949) ) () ) +("presented" ((vbd -7.806) (vbn -7.022) ) () ) +("presenter" ((nn -11.747) ) () ) +("presenters" ((nns -10.949) ) () ) +("presenting" ((vbg -9.539) ) () ) +("presently" ((rb -9.201) ) () ) +("presents" ((nns -10.949) (vbz -8.317) ) () ) +("preservation" ((nn -11.747) ) () ) +("preserve" ((vb -7.308) ) () ) +("preserved" ((vbd -10.291) (vbn -8.757) ) () ) +("preserves" ((vbz -9.233) ) () ) +("preserving" ((vbg -7.236) ) () ) +("preset" ((jj -9.872) ) () ) +("presided" ((vbd -9.192) (vbn -9.855) ) () ) +("presidency" ((nn -9.444) (nnp -11.403) ) () ) +("president" ((nn -5.039) (nnp -5.986) ) () ) +("president-elect" ((nn -11.747) ) () ) +("president-finance" ((nn -11.747) ) () ) +("presidential" ((jj -7.927) ) () ) +("presidents" ((nnp -11.403) (nns -8.241) ) () ) +("presiding" ((vbg -9.539) ) () ) +("presidio" ((nn -11.747) (nnp -10.709) ) () ) +("press" ((nn -7.557) (nnp -8.107) (vb -7.308) (vbp -9.367) ) () ) +("press-forge" ((nn -11.054) ) () ) +("presse" ((nnp -10.304) ) () ) +("pressed" ((vbd -10.291) (vbn -7.457) ) () ) +("presses" ((nns -9.562) ) () ) +("pressing" ((jj -10.278) (vbg -6.766) ) () ) +("pressman" ((nn -11.747) ) () ) +("pressure" ((nn -6.902) (vb -8.196) (vbp -9.367) ) () ) +("pressured" ((jj -9.872) (nn -11.747) (vbd -9.598) (vbn -8.757) ) () ) +("pressures" ((nns -7.338) ) () ) +("pressuring" ((vbg -8.440) ) () ) +("prestige" ((jj -10.971) (nn -10.137) (nnp -11.403) ) () ) +("prestigious" ((jj -8.573) ) () ) +("presumably" ((rb -8.220) ) () ) +("presumed" ((jj -10.278) (vbn -8.757) ) () ) +("presuming" ((vbg -9.539) ) () ) +("presumption" ((nn -10.360) ) () ) +("pretax" ((jj -6.708) (nn -8.802) (nnp -11.403) ) () ) +("pretend" ((vb -9.043) ) () ) +("pretending" ((vbg -9.539) ) () ) +("pretense" ((nn -11.054) ) () ) +("pretensions" ((nns -10.949) ) () ) +("pretext" ((nn -11.054) ) () ) +("preti" ((nnp -10.016) ) () ) +("pretl" ((nnp -10.709) ) () ) +("pretoria" ((nn -11.054) (nnp -9.457) ) () ) +("pretrial" ((jj -9.179) ) () ) +("prettier" ((jjr -8.039) ) () ) +("pretty" ((jj -9.025) (nnp -11.403) (rb -6.428) ) () ) +("prevail" ((vb -8.350) (vbp -8.674) ) () ) +("prevailed" ((vbd -8.094) (vbn -9.855) ) () ) +("prevailing" ((jj -10.971) (vbg -7.930) ) () ) +("prevails" ((vbz -7.980) ) () ) +("prevalent" ((jj -9.872) ) () ) +("prevent" ((vb -6.014) (vbp -8.268) ) () ) +("prevented" ((vbd -8.499) (vbn -7.553) ) () ) +("preventing" ((vbg -7.236) ) () ) +("prevention" ((nn -9.955) ) () ) +("prevents" ((vbz -8.134) ) () ) +("preview" ((nn -11.747) ) () ) +("previews" ((nns -10.949) ) () ) +("previous" ((jj -5.778) ) () ) +("previous-year" ((jj -10.278) ) () ) +("previously" ((rb -5.323) ) () ) +("prey" ((nn -10.648) (vbp -9.367) ) () ) +("priam" ((nnp -10.016) ) () ) +("price" ((nn -5.264) (nnp -7.689) (vb -8.062) (vbp -9.367) ) () ) +("price-based" ((jj -10.971) ) () ) +("price-conscious" ((jj -10.971) ) () ) +("price-cutting" ((jj -10.971) (nn -11.054) ) () ) +("price-depressing" ((jj -10.971) ) () ) +("price-determination" ((jj -10.971) ) () ) +("price-earnings" ((jj -9.362) (nns -10.949) ) () ) +("price-increase" ((nn -11.747) ) () ) +("price-jarring" ((jj -10.971) ) () ) +("price-reporting" ((nn -11.747) ) () ) +("price-skirmishing" ((jj -10.971) ) () ) +("price-slashing" ((jj -10.971) (nn -11.747) ) () ) +("price-support" ((jj -10.971) ) () ) +("price-value" ((nn -11.747) ) () ) +("pricecutting" ((nn -11.747) ) () ) +("priced" ((vbd -8.681) (vbn -4.690) ) () ) +("priceless" ((jj -10.278) ) () ) +("prices" ((nn -11.747) (nnp -11.403) (nns -4.345) (vbz -9.926) ) () ) +("pricey" ((jj -9.362) ) () ) +("pricier" ((jjr -8.039) ) () ) +("priciest" ((jjs -7.523) ) () ) +("pricing" ((nn -8.058) (vbg -7.930) ) () ) +("pricings" ((nns -8.869) ) () ) +("pricked" ((vbn -9.855) ) () ) +("prickly" ((jj -10.971) ) () ) +("pride" ((nn -9.549) (nnp -11.403) ) () ) +("prideaux" ((nnp -10.304) ) () ) +("priest" ((nn -11.747) ) () ) +("priests" ((nns -10.949) ) () ) +("primarily" ((rb -6.125) ) () ) +("primary" ((jj -7.187) (nn -10.648) ) () ) +("primary-election" ((nn -11.747) ) () ) +("primaxin" ((nnp -11.403) ) () ) +("prime" ((jj -6.844) (nn -11.747) (nnp -7.377) ) () ) +("prime-1" ((jj -10.278) (nn -11.054) ) () ) +("prime-2" ((jj -10.278) ) () ) +("prime-time" ((jj -9.025) (nn -9.801) ) () ) +("primed" ((vbn -9.162) ) () ) +("primerica" ((nnp -10.709) ) () ) +("primerit" ((nnp -11.403) ) () ) +("primitive" ((jj -9.585) ) () ) +("primitives" ((nns -10.949) ) () ) +("primordial" ((jj -10.278) ) () ) +("prince" ((nn -11.054) (nnp -9.100) ) () ) +("princely" ((jj -10.971) ) () ) +("princes" ((nns -10.949) ) () ) +("princess" ((nn -11.747) (nnp -10.709) ) () ) +("princeton" ((nnp -10.304) ) () ) +("principal" ((1 -4.034) (jj -7.604) (nn -8.414) ) () ) +("principally" ((rb -8.913) ) () ) +("principals" ((nns -9.562) ) () ) +("principle" ((nn -8.379) ) () ) +("principles" ((nns -8.464) ) () ) +("print" ((nn -9.801) (vb -8.350) (vbp -8.268) ) () ) +("printed" ((jj -10.971) (vbd -10.291) (vbn -7.553) ) () ) +("printer" ((nn -9.549) ) () ) +("printers" ((nns -9.562) ) () ) +("printing" ((1 -4.727) (nn -8.611) (nnp -11.403) (vbg -8.153) ) () ) +("printing-press" ((nn -11.747) ) () ) +("prints" ((nns -10.949) ) () ) +("prior" ((jj -8.081) (rb -6.898) ) () ) +("prior-review" ((jj -10.971) ) () ) +("prior-year" ((jj -10.971) ) () ) +("priori" ((fw -5.416) ) () ) +("priorities" ((nns -8.241) ) () ) +("priority" ((nn -8.702) ) () ) +("prison" ((nn -8.250) (nnp -11.403) ) () ) +("prison-shop" ((nnp -11.403) ) () ) +("prisoner" ((nn -11.054) ) () ) +("prisoner-made" ((jj -10.971) ) () ) +("prisoners" ((nns -9.339) ) () ) +("prisons" ((nns -10.255) ) () ) +("pristine" ((jj -10.278) ) () ) +("pritikin" ((nnp -11.403) ) () ) +("pritzker" ((nnp -9.793) ) () ) +("privacy" ((nn -9.549) ) () ) +("private" ((jj -5.921) (nnp -10.016) (rb -10.299) ) () ) +("private-banking" ((jj -10.278) ) () ) +("private-line" ((jj -10.971) ) () ) +("private-property" ((nn -11.747) ) () ) +("private-school" ((jj -10.971) ) () ) +("private-sector" ((jj -8.332) (nn -10.137) ) () ) +("privately" ((rb -6.636) ) () ) +("privatization" ((nn -9.262) ) () ) +("privatize" ((vb -9.043) ) () ) +("privatized" ((vbn -8.469) ) () ) +("privilege" ((nn -9.108) ) () ) +("privileged" ((jj -10.278) (nnp -11.403) ) () ) +("privileges" ((nns -9.157) ) () ) +("privy" ((jj -10.971) ) () ) +("prix" ((nnp -9.793) ) () ) +("prize" ((nn -10.648) (nnp -10.709) ) () ) +("prize-fighter" ((nn -11.747) ) () ) +("prize-winning" ((jj -10.278) ) () ) +("prized" ((jj -10.971) (vbn -8.757) ) () ) +("prizes" ((nnps -7.729) (nns -9.850) ) () ) +("prizm" ((nnp -11.403) ) () ) +("pro" ((fw -3.114) (jj -9.179) (nn -11.054) ) () ) +("pro-abortion" ((jj -10.971) ) () ) +("pro-choice" ((jj -8.263) ) () ) +("pro-democracy" ((jj -8.774) ) () ) +("pro-enterprise" ((jj -10.971) ) () ) +("pro-forma" ((fw -5.416) (jj -10.971) ) () ) +("pro-investment" ((jj -10.971) ) () ) +("pro-iranian" ((nnp -11.403) ) () ) +("pro-life" ((jj -8.774) ) () ) +("pro-mark" ((jj -10.971) ) () ) +("pro-nato" ((jj -10.971) ) () ) +("pro-noriega" ((jj -10.971) ) () ) +("pro-rata" ((jj -10.971) ) () ) +("pro-selected" ((jj -10.971) ) () ) +("pro-shareholder" ((nn -11.747) ) () ) +("pro-soviet" ((jj -10.971) ) () ) +("pro-union" ((jj -9.585) ) () ) +("probabilities" ((nns -10.949) ) () ) +("probability" ((nn -10.137) ) () ) +("probable" ((jj -9.362) ) () ) +("probably" ((rb -5.336) ) () ) +("probate" ((nn -11.747) ) () ) +("probation" ((nn -10.360) ) () ) +("probe" ((nn -8.656) (vb -10.141) (vbp -9.367) ) () ) +("probe-based" ((jj -10.971) ) () ) +("probes" ((nns -10.255) ) () ) +("probhat" ((nnp -11.403) ) () ) +("probing" ((vbg -7.930) ) () ) +("probity" ((nn -11.747) ) () ) +("problem" ((nn -6.516) (nnp -11.403) ) () ) +("problematic" ((jj -9.362) ) () ) +("problems" ((nns -5.358) ) () ) +("procardia" ((nnp -10.709) ) () ) +("procedural" ((jj -8.406) ) () ) +("procedurally" ((rb -10.299) ) () ) +("procedure" ((nn -9.182) (nnp -11.403) ) () ) +("procedures" ((nns -7.581) ) () ) +("proceed" ((vb -7.146) ) () ) +("proceeded" ((vbd -8.905) ) () ) +("proceeding" ((nn -9.955) (vbg -7.342) ) () ) +("proceedings" ((nnp -11.403) (nns -7.187) ) () ) +("proceeds" ((nnp -10.709) (nns -6.729) (vbz -8.828) ) () ) +("process" ((nn -6.918) (vb -9.043) (vbp -9.367) ) () ) +("processed" ((jj -9.872) (vbd -9.598) (vbn -7.909) ) () ) +("processes" ((nns -9.562) (vbz -7.847) ) () ) +("processing" ((nn -8.611) (nnp -10.709) (vbg -7.236) ) () ) +("procession" ((nn -11.747) ) () ) +("processor" ((nn -10.137) ) () ) +("processors" ((nns -8.869) ) () ) +("proclaim" ((vb -10.141) (vbp -9.367) ) () ) +("proclaimed" ((vbd -8.681) ) () ) +("proclaiming" ((vbg -9.539) ) () ) +("proclaims" ((vbz -9.233) ) () ) +("proclamation" ((nn -11.747) (nnp -11.403) ) () ) +("proclamations" ((nns -10.255) ) () ) +("procreation" ((nn -11.747) ) () ) +("procter" ((nnp -8.569) ) () ) +("proctor" ((nnp -11.403) ) () ) +("procure" ((vb -10.141) ) () ) +("procurement" ((jj -10.971) (nn -9.955) ) () ) +("prod" ((vb -9.043) ) () ) +("prodding" ((nn -11.747) (vbg -8.153) ) () ) +("prodigal" ((jj -10.971) ) () ) +("prodigious" ((jj -10.278) ) () ) +("prodigy" ((nn -11.747) ) () ) +("prods" ((vbz -9.926) ) () ) +("produce" ((nn -10.360) (vb -5.687) (vbp -6.659) ) () ) +("produced" ((vbd -6.707) (vbn -5.830) ) () ) +("producer" ((nn -7.403) ) () ) +("producer-price" ((jj -10.278) (nnp -11.403) ) () ) +("producers" ((nnp -10.709) (nns -6.081) ) () ) +("produces" ((vbz -7.154) ) () ) +("producing" ((nn -11.747) (nnp -11.403) (vbg -5.928) ) () ) +("product" ((nn -6.385) ) () ) +("product-design" ((jj -10.971) ) () ) +("product-inspection" ((jj -10.971) ) () ) +("product-launch" ((nn -11.747) ) () ) +("product-liability" ((nn -11.747) ) () ) +("product-related" ((jj -10.971) ) () ) +("production" ((nn -6.182) (nnp -11.403) ) () ) +("production-rate" ((jj -10.971) ) () ) +("production-sharing" ((jj -10.278) ) () ) +("productions" ((nnp -10.709) (nnps -7.729) (nns -9.850) ) () ) +("productive" ((jj -9.179) ) () ) +("productivity" ((nn -8.528) (nnp -11.403) ) () ) +("products" ((nnp -8.763) (nnps -4.784) (nns -5.001) ) () ) +("proessional" ((nn -11.747) ) () ) +("prof" ((nn -11.747) ) () ) +("prof." ((nnp -9.205) ) () ) +("profess" ((vbp -9.367) ) () ) +("professed" ((jj -10.971) (vbd -10.291) ) () ) +("professes" ((vbz -9.233) ) () ) +("profession" ((nn -9.667) ) () ) +("professional" ((jj -7.388) (nn -10.648) (nnp -8.630) ) () ) +("professional-design" ((jj -10.971) ) () ) +("professionalism" ((nn -11.054) ) () ) +("professionally" ((rb -10.299) ) () ) +("professionals" ((nns -7.858) ) () ) +("professions" ((nns -10.255) ) () ) +("professor" ((nn -7.962) (nnp -10.016) ) () ) +("professors" ((nnp -11.403) (nns -9.157) ) () ) +("proffered" ((vbd -10.291) (vbn -9.855) ) () ) +("profferred" ((vbn -9.855) ) () ) +("proficiency" ((nn -11.747) ) () ) +("proficient" ((jj -9.872) ) () ) +("profile" ((jj -10.971) (nn -9.801) (vb -10.141) ) () ) +("profiled" ((vbn -9.855) ) () ) +("profiles" ((nns -10.255) ) () ) +("profit" ((nn -5.554) (nnp -9.793) (vb -7.744) (vbp -8.268) ) () ) +("profit-driven" ((jj -10.971) ) () ) +("profit-making" ((jj -10.278) ) () ) +("profit-margin" ((nn -11.747) ) () ) +("profit-seeking" ((jj -10.971) ) () ) +("profit-sharing" ((nn -11.747) ) () ) +("profit-taking" ((nn -9.801) ) () ) +("profitability" ((nn -8.345) ) () ) +("profitable" ((jj -6.752) ) () ) +("profitably" ((rb -8.508) ) () ) +("profited" ((vbd -9.598) (vbn -9.855) ) () ) +("profiteering" ((vbg -9.539) ) () ) +("profiteers" ((nns -10.949) ) () ) +("profiting" ((vbg -8.846) ) () ) +("profits" ((nnps -7.729) (nns -6.112) (vbz -9.233) ) () ) +("profittaking" ((nn -11.747) ) () ) +("profitting" ((vbg -9.539) ) () ) +("profligate" ((jj -10.278) ) () ) +("profound" ((jj -9.179) ) () ) +("profoundly" ((rb -8.690) ) () ) +("progenitors" ((nns -10.949) ) () ) +("prognosis" ((nn -11.747) ) () ) +("prognosticators" ((nns -10.949) ) () ) +("program" ((nn -5.563) (nnp -9.457) (vb -10.141) ) () ) +("program-dominated" ((jj -10.971) ) () ) +("program-maker" ((nn -11.747) ) () ) +("program-related" ((jj -10.971) ) () ) +("program-selling" ((jj -10.971) ) () ) +("program-trading" ((jj -8.263) (nn -9.801) ) () ) +("programmable" ((jj -10.971) ) () ) +("programmatic" ((jj -10.971) ) () ) +("programmed" ((vbn -8.757) ) () ) +("programmers" ((nns -9.850) ) () ) +("programming" ((nn -8.489) (vbg -8.846) ) () ) +("programs" ((nnp -10.304) (nns -5.640) ) () ) +("progress" ((nn -8.345) (nnp -10.304) (vb -10.141) ) () ) +("progressed" ((vbd -8.905) (vbn -9.855) ) () ) +("progresses" ((vbz -8.540) ) () ) +("progressions" ((nns -10.949) ) () ) +("progressive" ((jj -10.278) ) () ) +("progressively" ((rb -9.201) ) () ) +("progressives" ((nns -10.949) ) () ) +("prohibit" ((vb -8.532) (vbp -8.674) ) () ) +("prohibited" ((vbd -9.192) (vbn -8.063) ) () ) +("prohibition" ((nn -10.137) (nnp -11.403) ) () ) +("prohibitions" ((nns -10.255) ) () ) +("prohibitive" ((jj -10.971) ) () ) +("prohibitively" ((rb -9.606) ) () ) +("prohibits" ((vbz -7.980) ) () ) +("project" ((nn -7.074) (nnp -9.323) (vb -9.043) (vbp -7.981) ) () ) +("projected" ((vbd -8.345) (vbn -7.147) ) () ) +("projecting" ((vbg -8.440) ) () ) +("projection" ((nn -10.137) ) () ) +("projections" ((nns -7.581) ) () ) +("projector" ((nn -11.747) ) () ) +("projectors" ((nns -10.949) ) () ) +("projects" ((nnps -6.630) (nns -6.212) (vbz -7.980) ) () ) +("proletarian" ((jj -10.971) ) () ) +("proliferated" ((vbn -9.855) ) () ) +("proliferating" ((vbg -9.539) ) () ) +("proliferation" ((nn -9.667) ) () ) +("prolific" ((jj -10.278) ) () ) +("prolong" ((vb -9.448) ) () ) +("prolonged" ((jj -8.774) (vbn -8.063) ) () ) +("promenade" ((nn -11.747) ) () ) +("prominence" ((nn -11.054) ) () ) +("prominent" ((jj -8.027) ) () ) +("prominently" ((rb -8.913) ) () ) +("promise" ((nn -8.379) (nnp -11.403) (vb -9.043) (vbp -7.421) ) () ) +("promised" ((vbd -7.518) (vbn -7.147) ) () ) +("promises" ((nns -8.646) (vbz -7.154) ) () ) +("promising" ((jj -9.179) (vbg -7.930) ) () ) +("promissory" ((jj -10.971) ) () ) +("promote" ((vb -7.146) (vbp -9.367) ) () ) +("promoted" ((vbd -10.291) (vbn -8.246) ) () ) +("promoter" ((nn -11.054) ) () ) +("promoters" ((nns -9.850) ) () ) +("promotes" ((vbz -9.926) ) () ) +("promoting" ((vbg -6.900) ) () ) +("promotion" ((nn -8.611) (nnp -10.709) ) () ) +("promotional" ((jj -8.332) ) () ) +("promotions" ((nns -8.004) ) () ) +("prompt" ((jj -9.872) (vb -8.062) ) () ) +("prompted" ((vbd -7.113) (vbn -7.216) ) () ) +("prompting" ((vbg -6.900) ) () ) +("promptly" ((rb -7.660) ) () ) +("promulgated" ((vbd -10.291) ) () ) +("prone" ((jj -9.872) ) () ) +("prongs" ((nns -10.949) ) () ) +("pronounced" ((jj -10.971) (vbd -9.598) (vbn -9.855) ) () ) +("pronouncements" ((nns -10.949) ) () ) +("pronounces" ((vbz -9.926) ) () ) +("pronunciation" ((nn -11.054) ) () ) +("proof" ((nn -9.444) ) () ) +("proofreading" ((vbg -9.539) ) () ) +("prop" ((nn -11.747) (vb -8.755) ) () ) +("prop." ((nnp -10.304) ) () ) +("propaganda" ((nn -9.182) ) () ) +("propagandists" ((nns -10.255) ) () ) +("propagandize" ((vb -10.141) ) () ) +("propagandizes" ((vbz -9.926) ) () ) +("propane" ((nn -9.955) (nnp -11.403) ) () ) +("propel" ((vb -10.141) ) () ) +("propellant" ((nn -11.747) ) () ) +("propelled" ((vbd -8.905) (vbn -8.757) ) () ) +("propelling" ((vbg -9.539) ) () ) +("propensity" ((nn -11.054) ) () ) +("proper" ((jj -8.199) ) () ) +("properly" ((rb -7.409) ) () ) +("properties" ((nn -11.747) (nnp -10.709) (nnps -7.036) (nns -6.805) ) () ) +("property" ((nn -7.055) (nnp -10.016) ) () ) +("property-" ((nn -11.747) ) () ) +("property-casualty" ((nn -11.747) ) () ) +("property-claim" ((nn -11.747) ) () ) +("property-price" ((jj -10.971) ) () ) +("property-tax" ((jj -10.971) ) () ) +("property-tax-cutting" ((jj -10.971) ) () ) +("prophecy" ((nn -11.747) ) () ) +("proponent" ((nn -11.747) ) () ) +("proponents" ((nns -8.384) ) () ) +("proportion" ((nn -9.667) ) () ) +("proportions" ((nns -10.255) ) () ) +("proposal" ((nn -6.593) ) () ) +("proposals" ((nns -7.077) ) () ) +("propose" ((vb -8.196) (vbp -9.367) ) () ) +("proposed" ((jj -7.233) (vbd -6.627) (vbn -5.035) ) () ) +("proposes" ((vbz -7.980) ) () ) +("proposing" ((vbg -6.974) ) () ) +("proposition" ((nn -9.801) (nnp -11.403) ) () ) +("propped" ((vbd -10.291) (vbn -9.855) ) () ) +("propper" ((nnp -11.403) ) () ) +("propping" ((vbg -8.440) ) () ) +("proprietary" ((jj -9.872) ) () ) +("proprieter" ((nn -11.747) ) () ) +("proprietor" ((nn -11.054) ) () ) +("proprietors" ((nns -10.949) ) () ) +("propriety" ((nn -11.054) ) () ) +("props" ((nns -10.255) ) () ) +("propsed" ((vbn -9.855) ) () ) +("propulsion" ((nn -11.054) ) () ) +("propulsive" ((jj -10.971) ) () ) +("propylene" ((nn -11.747) ) () ) +("proration" ((jj -10.971) (nn -10.648) ) () ) +("pros" ((nns -9.003) ) () ) +("proscribed" ((vbn -9.855) ) () ) +("proscribes" ((vbz -9.926) ) () ) +("prosecute" ((vb -10.141) ) () ) +("prosecuted" ((vbd -9.598) (vbn -8.757) ) () ) +("prosecuting" ((vbg -8.153) ) () ) +("prosecution" ((nn -9.182) ) () ) +("prosecutions" ((nns -8.646) ) () ) +("prosecutor" ((nn -8.856) ) () ) +("prosecutorial" ((jj -10.971) ) () ) +("prosecutors" ((nns -6.997) ) () ) +("prosoma" ((nn -11.747) ) () ) +("prospect" ((nn -8.569) (nnp -11.403) ) () ) +("prospective" ((jj -8.081) ) () ) +("prospectively" ((rb -9.606) ) () ) +("prospects" ((nns -7.211) ) () ) +("prospectus" ((nn -9.349) ) () ) +("prospectuses" ((nns -10.949) ) () ) +("prosper" ((vb -9.448) ) () ) +("prospered" ((vbn -9.855) ) () ) +("prosperity" ((nn -10.360) ) () ) +("prosperous" ((jj -9.585) ) () ) +("prostaglandin" ((nn -11.054) ) () ) +("prostitute" ((nn -11.054) ) () ) +("prostitutes" ((nns -10.255) ) () ) +("prostitution" ((nn -10.137) ) () ) +("protagonist" ((nn -11.054) ) () ) +("protect" ((vb -6.250) (vbp -9.367) ) () ) +("protected" ((jj -10.971) (vbd -9.598) (vbn -7.022) ) () ) +("protecting" ((vbg -7.930) ) () ) +("protection" ((nn -7.365) (nnp -8.918) ) () ) +("protectionism" ((nn -10.648) ) () ) +("protectionist" ((jj -10.971) ) () ) +("protections" ((nns -10.949) ) () ) +("protector" ((nn -11.747) ) () ) +("protectors" ((nns -10.949) ) () ) +("protects" ((vbz -8.134) ) () ) +("protege" ((nn -11.054) ) () ) +("protein" ((nn -9.444) ) () ) +("proteins" ((nnps -6.630) (nns -9.339) ) () ) +("protest" ((nn -9.349) (vb -8.755) ) () ) +("protestants" ((nnps -6.630) ) () ) +("protested" ((vbd -9.598) (vbn -9.162) ) () ) +("protester" ((nn -11.747) ) () ) +("protesters" ((nns -8.646) ) () ) +("protesting" ((vbg -8.846) ) () ) +("protestors" ((nns -10.255) ) () ) +("protests" ((nns -8.115) (vbz -9.926) ) () ) +("protocol" ((nn -10.648) (nnp -10.709) ) () ) +("protocols" ((nns -10.949) ) () ) +("prototype" ((nn -10.137) ) () ) +("prototypes" ((nns -10.255) ) () ) +("protracted" ((jj -10.278) ) () ) +("proud" ((jj -8.774) ) () ) +("proudly" ((rb -9.201) ) () ) +("prove" ((vb -6.478) (vbp -8.268) ) () ) +("proved" ((jj -10.971) (vbd -7.893) (vbn -7.370) ) () ) +("proven" ((jj -10.278) (vbn -7.658) ) () ) +("provenance" ((nn -11.747) ) () ) +("provenza" ((nnp -11.403) ) () ) +("proverbial" ((jj -10.971) ) () ) +("proverbs" ((nns -10.949) ) () ) +("proves" ((vbz -7.980) ) () ) +("provide" ((vb -5.124) (vbp -6.148) ) () ) +("provided" ((vbd -6.995) (vbn -6.094) ) () ) +("providence" ((nnp -10.304) ) () ) +("provident" ((nnp -9.793) ) () ) +("provider" ((nn -9.349) ) () ) +("providers" ((nns -9.562) ) () ) +("provides" ((vbz -5.722) ) () ) +("providing" ((vbg -5.778) ) () ) +("provigo" ((nnp -8.630) ) () ) +("province" ((nn -9.262) (nnp -10.016) ) () ) +("province-wide" ((jj -10.971) ) () ) +("provinces" ((nns -9.339) ) () ) +("provincial" ((jj -9.585) ) () ) +("provincially" ((rb -10.299) ) () ) +("proving" ((vbg -7.342) ) () ) +("provision" ((nn -7.328) ) () ) +("provisional" ((jj -8.774) ) () ) +("provisioning" ((vbg -8.846) ) () ) +("provisions" ((nns -6.605) ) () ) +("proviso" ((nn -11.747) ) () ) +("provocation" ((nn -11.054) ) () ) +("provocatively" ((rb -9.606) ) () ) +("provoke" ((vb -8.755) ) () ) +("provoked" ((vbd -10.291) (vbn -8.757) ) () ) +("provoking" ((jj -10.971) (vbg -8.846) ) () ) +("provost" ((nnp -11.403) ) () ) +("prowess" ((nn -10.648) ) () ) +("prowl" ((nn -11.054) ) () ) +("proxies" ((nns -10.949) ) () ) +("proxmire" ((nnp -11.403) ) () ) +("proxy" ((jj -9.585) (nn -9.801) ) () ) +("prozac" ((nnp -10.709) ) () ) +("pru-bache" ((nnp -11.403) ) () ) +("prude" ((nn -11.747) ) () ) +("prudence" ((nnp -11.403) ) () ) +("prudent" ((jj -9.362) ) () ) +("prudential" ((jj -10.971) (nnp -8.838) ) () ) +("prudential-bache" ((nnp -8.070) ) () ) +("prudently" ((rb -10.299) ) () ) +("prudhoe" ((nnp -11.403) ) () ) +("pruett" ((nnp -11.403) ) () ) +("prune" ((vb -10.141) ) () ) +("pruned" ((vbn -9.855) ) () ) +("pruning" ((nn -11.747) ) () ) +("prussia" ((nnp -11.403) ) () ) +("pryce" ((nnp -11.403) ) () ) +("pryor" ((nnp -9.793) ) () ) +("ps" ((nnp -8.358) ) () ) +("pse" ((nnp -9.323) ) () ) +("pseudo-lobbyists" ((nns -10.949) ) () ) +("pseudosocialism" ((nn -11.747) ) () ) +("psychiatric" ((jj -9.585) (nnp -11.403) ) () ) +("psychiatrist" ((nn -11.747) ) () ) +("psychiatry" ((nn -11.747) (nnp -11.403) ) () ) +("psychic" ((jj -10.278) ) () ) +("psychics" ((nns -10.949) ) () ) +("psychoanalyst" ((nn -10.648) ) () ) +("psychoanalytic" ((jj -10.971) ) () ) +("psychological" ((jj -8.573) ) () ) +("psychologically" ((rb -10.299) ) () ) +("psychologist" ((nn -11.054) ) () ) +("psychologists" ((nns -9.850) ) () ) +("psychology" ((nn -8.856) ) () ) +("psychotic" ((jj -10.971) ) () ) +("pta" ((nnp -11.403) ) () ) +("ptl" ((nnp -11.403) ) () ) +("pty." ((nnp -11.403) ) () ) +("pub" ((nn -11.054) ) () ) +("public" ((jj -5.698) (nn -7.484) (nnp -7.847) ) () ) +("public-address" ((jj -10.971) ) () ) +("public-health" ((nn -11.747) ) () ) +("public-housing" ((nn -11.747) ) () ) +("public-interest" ((nn -11.747) ) () ) +("public-land" ((jj -10.971) ) () ) +("public-opinion" ((jj -10.971) ) () ) +("public-owned" ((jj -10.971) ) () ) +("public-relations" ((jj -10.971) (nns -9.562) ) () ) +("public-service" ((jj -10.971) ) () ) +("public-tv" ((nn -11.747) ) () ) +("public-works" ((jj -10.971) ) () ) +("publication" ((nn -8.751) ) () ) +("publications" ((nnp -9.611) (nnps -6.119) (nns -8.464) ) () ) +("publicist" ((nn -10.137) ) () ) +("publicity" ((nn -8.913) ) () ) +("publicity-conscious" ((jj -10.971) ) () ) +("publicity-seeking" ((jj -10.971) ) () ) +("publicize" ((vb -10.141) ) () ) +("publicized" ((jj -10.971) (vbn -7.776) ) () ) +("publicly" ((rb -6.205) ) () ) +("publish" ((vb -7.097) ) () ) +("publishable" ((jj -10.971) ) () ) +("published" ((jj -10.971) (vbd -9.192) (vbn -6.523) ) () ) +("publisher" ((nn -7.962) (nnp -11.403) ) () ) +("publishers" ((nnps -6.343) (nns -8.176) ) () ) +("publishes" ((vbz -7.218) ) () ) +("publishing" ((nn -8.451) (nnp -9.005) (vbg -7.054) ) () ) +("publishing-group" ((jj -10.971) ) () ) +("pubs" ((nns -10.255) ) () ) +("puccini" ((nnp -11.403) ) () ) +("puckish" ((jj -9.872) ) () ) +("puente" ((nnp -11.403) ) () ) +("puerto" ((nnp -8.694) ) () ) +("puff" ((nn -11.747) ) () ) +("puffers" ((nns -10.949) ) () ) +("pug-nosed" ((jj -10.971) ) () ) +("puget" ((nnp -11.403) ) () ) +("pulchritude" ((nn -11.747) ) () ) +("pulitzer" ((nnp -10.709) ) () ) +("pulkova" ((nnp -11.403) ) () ) +("pull" ((nn -11.747) (vb -7.308) (vbp -8.268) ) () ) +("pull-backs" ((nns -10.949) ) () ) +("pull-out" ((nn -11.054) ) () ) +("pullback" ((nn -11.054) ) () ) +("pullbacks" ((nns -10.255) ) () ) +("pulled" ((vbd -7.072) (vbn -7.457) ) () ) +("pullet-roofed" ((jj -10.971) ) () ) +("pulling" ((vbg -7.236) ) () ) +("pullout" ((nn -10.360) ) () ) +("pullouts" ((nns -10.949) ) () ) +("pulls" ((nns -10.949) (vbz -7.980) ) () ) +("pulp" ((nn -8.528) (nnp -11.403) ) () ) +("pulpit" ((nn -11.747) ) () ) +("pulse" ((nn -11.054) ) () ) +("pummel" ((vb -10.141) ) () ) +("pummeled" ((vbd -10.291) (vbn -9.855) ) () ) +("pummeling" ((nn -11.747) ) () ) +("pump" ((nn -11.747) (nnp -11.403) (vb -8.196) ) () ) +("pumped" ((vbd -8.905) (vbn -8.469) ) () ) +("pumping" ((vbg -7.930) ) () ) +("pumps" ((nns -9.850) ) () ) +("punch" ((nn -11.054) (vb -9.448) ) () ) +("punched" ((vbn -9.855) ) () ) +("punchers" ((nns -10.949) ) () ) +("punching" ((nn -11.747) (vbg -9.539) ) () ) +("punchy" ((jj -10.971) ) () ) +("pundits" ((nns -10.949) ) () ) +("pungent" ((jj -10.971) ) () ) +("punish" ((vb -8.755) ) () ) +("punishable" ((jj -9.362) ) () ) +("punished" ((vbn -9.162) ) () ) +("punishing" ((vbg -9.539) ) () ) +("punishment" ((nn -9.955) ) () ) +("punitive" ((jj -8.573) ) () ) +("punk" ((nn -11.054) ) () ) +("punky" ((jj -10.971) ) () ) +("puns" ((nns -10.255) ) () ) +("punts" ((nns -8.751) ) () ) +("puny" ((jj -9.872) ) () ) +("pupil" ((nn -11.747) ) () ) +("pupils" ((nns -10.949) ) () ) +("puppet" ((nn -11.747) ) () ) +("puppets" ((nns -10.949) ) () ) +("puppies" ((nns -10.949) ) () ) +("pur-poises" ((nns -10.949) ) () ) +("purchase" ((nn -6.671) (nnp -10.304) (vb -6.064) (vbp -8.674) ) () ) +("purchase-and-lease" ((jj -10.971) ) () ) +("purchased" ((jj -10.971) (vbd -7.072) (vbn -6.166) ) () ) +("purchaser" ((nn -11.054) ) () ) +("purchasers" ((nns -8.646) ) () ) +("purchases" ((nns -6.715) (vbz -9.233) ) () ) +("purchasing" ((1 -4.727) (nn -8.913) (nnp -9.793) (vbg -6.494) ) () ) +("purdue" ((nnp -11.403) ) () ) +("pure" ((jj -9.362) ) () ) +("pure-voiced" ((jj -10.971) ) () ) +("purely" ((rb -9.606) ) () ) +("purepac" ((nnp -11.403) ) () ) +("purge" ((vb -10.141) ) () ) +("purged" ((vbd -10.291) (vbn -8.757) ) () ) +("purges" ((vbz -9.926) ) () ) +("purhasing" ((nn -11.747) ) () ) +("purina" ((nnp -10.709) ) () ) +("purists" ((nns -10.255) ) () ) +("puritan" ((nnp -11.403) ) () ) +("puritanical" ((jj -10.278) ) () ) +("purloined" ((nnp -11.403) ) () ) +("purnick" ((nnp -9.793) ) () ) +("purple" ((nnp -11.403) ) () ) +("purport" ((vbp -9.367) ) () ) +("purported" ((jj -10.971) ) () ) +("purportedly" ((rb -9.606) ) () ) +("purpose" ((nn -8.379) ) () ) +("purposefully" ((rb -10.299) ) () ) +("purposely" ((rb -10.299) ) () ) +("purposes" ((nns -7.771) ) () ) +("purrs" ((vbz -9.233) ) () ) +("purse" ((nn -10.648) ) () ) +("purse-snatchings" ((nns -10.949) ) () ) +("purses" ((nns -10.255) ) () ) +("pursuant" ((jj -10.278) ) () ) +("pursue" ((vb -6.504) (vbp -9.367) ) () ) +("pursued" ((jj -10.971) (vbd -9.598) (vbn -8.246) ) () ) +("pursues" ((vbz -9.233) ) () ) +("pursuing" ((nn -11.747) (vbg -6.706) ) () ) +("pursuit" ((nn -9.549) ) () ) +("pursuits" ((nns -10.255) ) () ) +("push" ((nn -9.182) (vb -6.531) (vbp -8.674) ) () ) +("push-up" ((jj -10.971) ) () ) +("pushed" ((vbd -7.726) (vbn -6.636) ) () ) +("pushers" ((nns -10.255) ) () ) +("pushes" ((vbz -8.828) ) () ) +("pushing" ((vbg -5.850) ) () ) +("pushkin" ((nnp -10.709) ) () ) +("pushy" ((jj -10.971) ) () ) +("pusillanimity" ((nn -11.747) ) () ) +("pussy-willow" ((nn -11.747) ) () ) +("put" ((1 -4.727) (jj -9.179) (nn -10.360) (vb -5.450) (vbd -6.116) (vbn -5.795) (vbp -6.659) ) () ) +("putka" ((nnp -11.403) ) () ) +("putnam" ((nnp -10.304) ) () ) +("puts" ((vbz -6.315) ) () ) +("puttable" ((jj -10.278) ) () ) +("putting" ((vbg -5.710) ) () ) +("puttnam" ((nnp -11.403) ) () ) +("putty" ((nn -11.747) ) () ) +("puzzle" ((nn -11.054) (vb -10.141) ) () ) +("puzzled" ((vbd -9.598) (vbn -9.855) ) () ) +("puzzlement" ((nn -11.747) ) () ) +("puzzles" ((nns -10.949) ) () ) +("puzzling" ((jj -9.872) ) () ) +("pvc" ((nnp -11.403) ) () ) +("pw4060" ((nnp -11.403) ) () ) +("pwa" ((nnp -8.838) ) () ) +("pwa-owned" ((jj -10.971) ) () ) +("px" ((nnp -11.403) ) () ) +("pymm" ((nnp -10.709) ) () ) +("pyongyang" ((nnp -11.403) ) () ) +("pyramids" ((nns -9.850) ) () ) +("pyszkiewicz" ((nnp -10.016) ) () ) +("q." ((nnp -10.709) ) () ) +("q45" ((nnp -10.709) ) () ) +("qe" ((nnp -11.403) ) () ) +("qintex" ((nnp -6.948) ) () ) +("qizhen" ((nnp -11.403) ) () ) +("quackenbush" ((nnp -10.016) ) () ) +("quacks" ((vbz -9.926) ) () ) +("quadrant" ((nnp -10.709) ) () ) +("quadrennial" ((jj -10.971) ) () ) +("quadrupeds" ((nns -10.949) ) () ) +("quadrupled" ((vbn -8.757) ) () ) +("quadruples" ((vbz -9.926) ) () ) +("quaint" ((jj -10.971) ) () ) +("quaintly" ((rb -10.299) ) () ) +("quake" ((nn -7.636) ) () ) +("quake-hit" ((jj -10.971) ) () ) +("quake-inflicted" ((jj -10.971) ) () ) +("quake-related" ((jj -10.278) ) () ) +("quake-relief" ((jj -10.971) ) () ) +("quake-shocked" ((jj -10.971) ) () ) +("quake-torn" ((jj -10.971) ) () ) +("quaker" ((nnp -11.403) ) () ) +("quakes" ((nns -10.255) ) () ) +("qualifications" ((nns -10.255) ) () ) +("qualified" ((jj -10.278) (vbd -9.598) (vbn -8.246) ) () ) +("qualifies" ((vbz -9.926) ) () ) +("qualify" ((vb -7.744) (vbp -8.268) ) () ) +("qualities" ((nns -10.255) ) () ) +("quality" ((1 -4.727) (jj -10.278) (nn -7.429) (nnp -11.403) ) () ) +("qualls" ((nnp -11.403) ) () ) +("qualms" ((nns -10.949) ) () ) +("quandary" ((nn -11.747) ) () ) +("quant" ((nn -11.747) ) () ) +("quantification" ((nn -11.747) ) () ) +("quantified" ((vbn -9.855) ) () ) +("quantify" ((vb -8.755) ) () ) +("quantitative" ((jj -9.362) ) () ) +("quantities" ((nns -8.551) ) () ) +("quantitive" ((jj -10.971) ) () ) +("quantity" ((nn -9.667) ) () ) +("quantity-based" ((jj -10.971) ) () ) +("quantum" ((nnp -7.511) ) () ) +("quarrel" ((vb -10.141) ) () ) +("quarreling" ((vbg -9.539) ) () ) +("quarry" ((nn -11.054) ) () ) +("quarter" ((nn -5.116) ) () ) +("quarter-of-a-century" ((jj -10.971) ) () ) +("quarter-point" ((nn -11.747) ) () ) +("quarter-to-quarter" ((jj -10.278) ) () ) +("quarterback" ((nn -10.648) ) () ) +("quarterbacks" ((nns -10.949) ) () ) +("quarterly" ((jj -6.589) (nn -10.360) (rb -9.201) ) () ) +("quarters" ((nns -7.235) ) () ) +("quartet" ((nn -11.054) ) () ) +("quartets" ((nns -10.949) ) () ) +("quashed" ((vbd -10.291) (vbn -9.855) ) () ) +("quashing" ((vbg -9.539) ) () ) +("quasi-governmental" ((jj -10.971) ) () ) +("quatre" ((nnp -11.403) ) () ) +("quayle" ((nnp -9.793) ) () ) +("queasily" ((rb -10.299) ) () ) +("quebec" ((nn -11.747) (nnp -8.838) ) () ) +("quebecor" ((nnp -8.184) ) () ) +("queen" ((nn -10.137) (nnp -10.709) ) () ) +("queenan" ((nnp -11.403) ) () ) +("queens" ((nnp -10.709) ) () ) +("queenside" ((nn -11.747) ) () ) +("queensland" ((nnp -10.709) ) () ) +("quell" ((vb -9.043) ) () ) +("quelle" ((nnp -10.709) ) () ) +("quennell" ((nnp -10.709) ) () ) +("queried" ((vbn -9.855) ) () ) +("queries" ((nns -10.255) (vbz -9.926) ) () ) +("quest" ((nn -11.054) (nnp -10.016) ) () ) +("question" ((nn -7.132) (vb -8.532) (vbp -7.064) ) () ) +("questionable" ((jj -8.573) ) () ) +("questioned" ((vbd -7.458) (vbn -8.757) ) () ) +("questioning" ((jj -10.971) (vbg -7.460) ) () ) +("questionnaire" ((nn -11.054) ) () ) +("questions" ((nns -6.579) ) () ) +("queuing" ((vbg -9.539) ) () ) +("quezon" ((nnp -11.403) ) () ) +("quibbling" ((vbg -9.539) ) () ) +("quick" ((jj -7.360) (nnp -10.016) (rb -10.299) ) () ) +("quick-service" ((jj -10.971) ) () ) +("quick-to-prepare" ((jj -10.971) ) () ) +("quicken" ((vb -10.141) ) () ) +("quicker" ((jjr -6.941) (rbr -7.419) ) () ) +("quickest" ((jjs -6.137) ) () ) +("quickly" ((rb -5.608) ) () ) +("quicksand" ((nn -11.747) ) () ) +("quickview" ((nnp -9.611) ) () ) +("quid" ((nn -11.747) ) () ) +("quiet" ((jj -7.713) (nn -11.054) (vb -10.141) ) () ) +("quieted" ((vbd -9.598) (vbn -8.757) ) () ) +("quietly" ((rb -7.814) ) () ) +("quill" ((nnp -11.403) ) () ) +("quilt" ((nn -11.747) ) () ) +("quina" ((nnp -9.611) ) () ) +("quincy" ((nnp -10.709) ) () ) +("quinlan" ((nnp -10.016) ) () ) +("quinn" ((nnp -10.709) ) () ) +("quintessential" ((jj -10.971) ) () ) +("quintuple" ((rb -10.299) ) () ) +("quipped" ((vbd -10.291) ) () ) +("quips" ((nns -10.949) (vbz -9.926) ) () ) +("quirks" ((nns -10.949) ) () ) +("quirky" ((jj -10.971) ) () ) +("quist" ((nnp -9.793) ) () ) +("quit" ((vb -8.350) (vbd -8.211) (vbn -9.162) (vbp -8.674) ) () ) +("quite" ((pdt -4.083) (rb -6.348) ) () ) +("quits" ((vbz -9.926) ) () ) +("quivers" ((nns -10.949) ) () ) +("quixote" ((nnp -11.403) ) () ) +("quiz" ((nn -11.054) (vb -10.141) ) () ) +("quota" ((nn -8.751) ) () ) +("quota-trained" ((jj -10.971) ) () ) +("quotable" ((jj -10.971) (nnp -11.403) ) () ) +("quotas" ((nns -7.953) ) () ) +("quotation" ((nn -10.360) ) () ) +("quotations" ((nns -7.730) ) () ) +("quote" ((nn -10.137) (vb -10.141) ) () ) +("quoted" ((vbd -8.345) (vbn -5.401) ) () ) +("quotes" ((nns -8.646) (vbz -8.134) ) () ) +("quoting" ((vbg -7.930) ) () ) +("quotron" ((nn -11.747) (nnp -8.694) ) () ) +("r" ((nn -10.648) (nnp -11.403) (sym -4.094) ) () ) +("r." ((nnp -7.020) ) () ) +("r.b." ((nnp -11.403) ) () ) +("r.d." ((nnp -10.304) ) () ) +("r.e." ((nnp -11.403) ) () ) +("r.h." ((nnp -9.793) ) () ) +("r.i" ((nnp -10.709) ) () ) +("r.i." ((nnp -10.304) ) () ) +("r.l." ((nnp -11.403) ) () ) +("r.p." ((nnp -11.403) ) () ) +("r.r." ((nnp -11.403) ) () ) +("rabbinical" ((jj -10.971) ) () ) +("rabbit" ((nn -11.747) ) () ) +("rabbit-test" ((jj -10.971) ) () ) +("rabia" ((nnp -11.403) ) () ) +("rabid" ((jj -10.971) ) () ) +("rabin" ((nnp -11.403) ) () ) +("rabinowitz" ((nnp -10.016) ) () ) +("racal" ((nnp -11.403) ) () ) +("raccoon-skin" ((jj -10.971) ) () ) +("race" ((nn -8.414) ) () ) +("race-car" ((nn -11.747) ) () ) +("raced" ((vbd -10.291) ) () ) +("races" ((nns -9.562) ) () ) +("rachel" ((nnp -10.709) ) () ) +("rachmaninoff" ((nnp -11.403) ) () ) +("rachwalski" ((nnp -11.403) ) () ) +("racial" ((jj -8.573) ) () ) +("racial-minority" ((jj -10.971) ) () ) +("racially" ((rb -9.201) ) () ) +("racine" ((nnp -11.403) ) () ) +("racing" ((nn -10.360) (nnp -11.403) (vbg -7.930) ) () ) +("racism" ((nn -11.054) ) () ) +("racist" ((jj -10.278) (nn -11.747) ) () ) +("racked" ((vbd -9.598) (vbn -8.469) ) () ) +("racket" ((nn -11.054) ) () ) +("racketeer" ((nnp -10.709) ) () ) +("racketeering" ((nn -8.974) (nnp -11.403) ) () ) +("rackets" ((nns -10.949) ) () ) +("racks" ((nns -10.949) ) () ) +("radar" ((nn -9.667) ) () ) +("radar-eluding" ((vbg -9.539) ) () ) +("radar-threat" ((jj -10.971) ) () ) +("radiant" ((jj -10.971) ) () ) +("radiation" ((nn -10.137) (nnp -11.403) ) () ) +("radical" ((jj -8.669) ) () ) +("radical-moderate" ((jj -10.971) ) () ) +("radically" ((rb -8.913) ) () ) +("radicals" ((nns -10.255) ) () ) +("radio" ((nn -8.345) (nnp -7.906) ) () ) +("radioactivity" ((nn -11.747) ) () ) +("radiophonic" ((jj -10.971) ) () ) +("radios" ((nns -9.562) ) () ) +("radzymin" ((nnp -10.304) ) () ) +("rae" ((nnp -11.403) ) () ) +("rafael" ((nnp -10.709) ) () ) +("rafale" ((nnp -9.611) ) () ) +("rafales" ((nnps -7.036) ) () ) +("rafferty" ((nnp -11.403) ) () ) +("rafsanjani" ((nnp -11.403) ) () ) +("raft" ((nn -11.747) ) () ) +("rafters" ((nns -10.949) ) () ) +("raful" ((nnp -11.403) ) () ) +("rag" ((nn -11.054) ) () ) +("ragan" ((nnp -11.403) ) () ) +("rage" ((nn -10.360) ) () ) +("raged" ((vbd -9.598) ) () ) +("rages" ((nns -10.255) ) () ) +("ragged" ((jj -9.585) ) () ) +("raging" ((vbg -8.846) ) () ) +("ragtime" ((nn -11.747) ) () ) +("ragu" ((nnp -11.403) ) () ) +("rahill" ((nnp -11.403) ) () ) +("rahn" ((nnp -9.611) ) () ) +("rahway" ((nnp -10.304) ) () ) +("raid" ((nn -10.648) (vb -10.141) ) () ) +("raided" ((vbn -9.855) ) () ) +("raider" ((nn -8.913) ) () ) +("raiders" ((nns -8.751) ) () ) +("raiding" ((nn -11.747) (vbg -9.539) ) () ) +("raids" ((nns -10.255) ) () ) +("raikes" ((nnp -11.403) ) () ) +("rail" ((nn -9.182) (nnp -11.403) ) () ) +("rail-traffic" ((jj -10.971) ) () ) +("rail-transit" ((nn -11.747) ) () ) +("railbikes" ((nns -10.949) ) () ) +("railcars" ((nns -10.949) ) () ) +("railing" ((nn -10.648) ) () ) +("railings" ((nns -9.562) ) () ) +("railroad" ((nn -8.913) (nnp -10.709) ) () ) +("railroad-rate" ((jj -10.971) ) () ) +("railroads" ((nns -9.562) ) () ) +("rails" ((nns -10.255) ) () ) +("railway" ((nn -11.054) (nnp -10.709) ) () ) +("raiment" ((nn -11.747) ) () ) +("raimondo" ((nnp -11.403) ) () ) +("rain" ((nn -8.913) (vb -10.141) ) () ) +("rainbow" ((nnp -10.304) ) () ) +("rained" ((vbd -9.598) ) () ) +("rainer" ((nnp -11.403) ) () ) +("raines" ((nnp -10.709) ) () ) +("rainier" ((jjr -7.346) (nnp -11.403) ) () ) +("rainman" ((nnp -10.016) ) () ) +("rainout" ((nn -11.747) ) () ) +("rains" ((nns -10.255) ) () ) +("rainstorm" ((nn -11.747) ) () ) +("rainwater" ((nnp -11.403) ) () ) +("raisa" ((nnp -11.403) ) () ) +("raise" ((nn -9.262) (vb -5.282) (vbp -7.287) ) () ) +("raised" ((vbd -6.101) (vbn -5.812) ) () ) +("raises" ((nns -10.255) (vbz -6.982) ) () ) +("raising" ((nn -11.747) (nnp -11.403) (vbg -5.334) ) () ) +("raison" ((fw -5.416) ) () ) +("rajiv" ((nnp -10.016) ) () ) +("rake" ((nn -9.549) ) () ) +("raked" ((vbd -10.291) ) () ) +("raking" ((vbg -9.539) ) () ) +("raleigh" ((nnp -10.709) ) () ) +("rales" ((nnp -11.403) ) () ) +("rallied" ((vbd -7.246) (vbn -9.162) ) () ) +("rallies" ((nns -9.339) (vbz -9.926) ) () ) +("rally" ((nn -7.258) (nnp -8.407) (vb -7.744) (vbp -9.367) ) () ) +("rallying" ((nn -11.747) (vbg -8.153) ) () ) +("ralph" ((nnp -8.407) ) () ) +("ralston" ((nnp -9.457) ) () ) +("ram" ((nnp -11.403) ) () ) +("rama" ((nnp -11.403) ) () ) +("ramada" ((nnp -8.630) ) () ) +("rambo" ((nnp -10.304) ) () ) +("rambunctious" ((jj -10.971) ) () ) +("ramifications" ((nns -10.949) ) () ) +("ramirez" ((nnp -10.709) ) () ) +("rammed" ((vbd -10.291) ) () ) +("ramo" ((nnp -11.403) ) () ) +("ramos" ((nnp -11.403) ) () ) +("ramp" ((nn -11.747) ) () ) +("rampant" ((jj -9.179) ) () ) +("ramparts" ((nns -10.255) ) () ) +("ramps" ((nns -9.850) ) () ) +("ramrod-stiff" ((jj -10.971) ) () ) +("ramsey" ((nnp -11.403) ) () ) +("ramshackle" ((jj -10.971) ) () ) +("ramtron" ((nnp -10.709) ) () ) +("ran" ((vbd -6.736) ) () ) +("ranch" ((nn -9.667) (nnp -9.793) ) () ) +("ranchers" ((nns -10.949) ) () ) +("ranches" ((nns -10.255) ) () ) +("rancho" ((nnp -11.403) ) () ) +("rancor" ((nn -11.747) ) () ) +("rancorous" ((jj -10.971) ) () ) +("rand" ((nn -11.054) (nnp -9.611) (nns -9.562) ) () ) +("randall" ((nnp -10.304) ) () ) +("randi" ((nnp -11.403) ) () ) +("randol" ((nnp -11.403) ) () ) +("randolph" ((nnp -9.793) ) () ) +("random" ((jj -9.025) (nnp -9.005) ) () ) +("random-access" ((jj -10.278) ) () ) +("randomly" ((rb -9.201) ) () ) +("randomness" ((nn -11.747) ) () ) +("randy" ((nnp -10.016) ) () ) +("rang" ((vbd -9.598) ) () ) +("range" ((nn -7.247) (nnp -11.403) (vb -8.755) (vbp -6.882) ) () ) +("ranged" ((vbd -8.094) (vbn -8.246) ) () ) +("ranger" ((nn -11.747) (nnp -10.709) ) () ) +("rangers" ((nnps -7.729) (nns -9.850) ) () ) +("ranges" ((nns -8.751) (vbz -8.828) ) () ) +("ranging" ((vbg -6.172) ) () ) +("ranieri" ((nnp -10.709) ) () ) +("rank" ((nn -11.054) (nnp -10.016) (vb -9.043) (vbp -9.367) ) () ) +("rank-and-file" ((jj -9.872) ) () ) +("ranked" ((vbd -8.499) (vbn -9.162) ) () ) +("rankin" ((nnp -11.403) ) () ) +("ranking" ((jj -9.179) (nn -11.054) (vbg -9.539) ) () ) +("rankings" ((nns -10.949) ) () ) +("ranks" ((nns -8.646) (vbz -7.980) ) () ) +("ransom" ((nn -11.054) (nnp -10.304) ) () ) +("rap" ((nn -11.747) ) () ) +("rapanelli" ((nnp -10.016) ) () ) +("rapatee" ((nnp -11.403) ) () ) +("rape" ((nn -8.451) ) () ) +("rape-and-incest" ((jj -10.278) ) () ) +("raped" ((vbd -9.598) (vbn -9.162) ) () ) +("rapeseed" ((nn -11.747) ) () ) +("rapeseeds" ((nns -10.949) ) () ) +("raphael" ((nnp -11.403) ) () ) +("rapid" ((jj -7.836) (nnp -10.016) ) () ) +("rapid-fire" ((jj -10.278) ) () ) +("rapidement" ((fw -5.416) ) () ) +("rapidity" ((nn -11.747) ) () ) +("rapidly" ((rb -6.586) ) () ) +("rapids" ((nnp -10.709) (nnps -7.036) ) () ) +("raping" ((vbg -8.846) ) () ) +("rapist" ((nn -11.747) ) () ) +("rapists" ((nns -10.949) ) () ) +("rapport" ((nn -11.054) ) () ) +("rapprochement" ((nn -11.747) ) () ) +("raptopoulos" ((nnp -10.016) ) () ) +("raptors" ((nns -10.949) ) () ) +("rare" ((jj -7.793) ) () ) +("rarefied" ((vbn -9.855) ) () ) +("rarely" ((rb -7.409) ) () ) +("rascal" ((nn -11.747) ) () ) +("rash" ((jj -10.971) (nn -10.137) (nnp -11.403) ) () ) +("rashid" ((nnp -10.709) ) () ) +("rat" ((nn -11.054) (vb -10.141) ) () ) +("rat-a-tat-tat" ((jj -10.971) ) () ) +("rata" ((jj -10.971) ) () ) +("rate" ((nn -5.556) (nnp -8.838) (vbp -9.367) ) () ) +("rate-mortgages" ((nn -11.747) ) () ) +("rate-sensitive" ((jj -10.278) ) () ) +("rated" ((nnp -10.709) (vbd -9.192) (vbn -6.071) ) () ) +("rates" ((nnp -9.793) (nnps -6.119) (nns -4.760) (vbz -8.828) ) () ) +("rather" ((nnp -10.709) (rb -5.193) ) () ) +("ratification" ((nn -11.054) ) () ) +("ratified" ((vbd -9.598) (vbn -9.162) ) () ) +("ratify" ((vb -9.448) ) () ) +("ratifying" ((vbg -9.539) ) () ) +("rating" ((nn -7.527) (nnp -11.403) (vbg -9.539) ) () ) +("ratings" ((nns -7.057) ) () ) +("ratings-getter" ((nn -11.747) ) () ) +("ratio" ((nn -8.136) ) () ) +("rational" ((jj -8.892) ) () ) +("rationale" ((nn -10.360) ) () ) +("rationalizations" ((nns -10.949) ) () ) +("rationalize" ((vb -9.043) ) () ) +("rationalizing" ((vbg -9.539) ) () ) +("rationally" ((rb -9.606) ) () ) +("ratios" ((nns -8.751) ) () ) +("ratner" ((nnp -11.403) ) () ) +("ratners" ((nnp -8.918) ) () ) +("rats" ((nns -9.850) ) () ) +("rattle" ((vb -10.141) ) () ) +("rattled" ((jj -10.971) (vbd -10.291) (vbn -8.757) ) () ) +("rattner" ((nnp -10.304) ) () ) +("rauch" ((nnp -11.403) ) () ) +("raucher" ((nnp -10.709) ) () ) +("raucous" ((jj -10.971) ) () ) +("rauh" ((nnp -11.403) ) () ) +("raul" ((nnp -10.709) ) () ) +("ravaged" ((vbn -9.162) ) () ) +("ravages" ((nns -10.255) ) () ) +("ravenous" ((jj -10.971) ) () ) +("ravenspurn" ((nnp -10.709) ) () ) +("ravenswood" ((nnp -11.403) ) () ) +("ravine" ((nnp -10.709) ) () ) +("ravines" ((nns -10.949) ) () ) +("ravitch" ((nnp -11.403) ) () ) +("ravitz" ((nnp -11.403) ) () ) +("raw" ((jj -7.604) ) () ) +("raw-material" ((nn -11.747) ) () ) +("raw-materials" ((jj -10.971) ) () ) +("raw-steel" ((jj -10.278) ) () ) +("rawl" ((nnp -11.403) ) () ) +("ray" ((nn -11.747) (nnp -9.323) ) () ) +("rayburn" ((nnp -10.304) ) () ) +("raydiola" ((nnp -11.403) ) () ) +("raymond" ((nnp -8.694) ) () ) +("rayon" ((nn -11.747) (nnp -10.709) ) () ) +("rays" ((nns -9.850) ) () ) +("raytheon" ((nnp -10.304) ) () ) +("razor" ((nn -11.054) ) () ) +("razor-thin" ((jj -10.971) ) () ) +("rbc" ((nnp -11.403) ) () ) +("rbspr" ((nnp -11.403) ) () ) +("rc6280" ((nn -11.054) ) () ) +("rcsb" ((nnp -11.403) ) () ) +("rd" ((nnp -11.403) ) () ) +("re" ((nnp -9.793) ) () ) +("re-creactions" ((nns -10.949) ) () ) +("re-creating" ((vbg -9.539) ) () ) +("re-creation" ((nn -11.747) ) () ) +("re-creations" ((nns -10.949) ) () ) +("re-elected" ((jj -10.971) (vbd -10.291) (vbn -9.162) ) () ) +("re-election" ((nn -9.549) ) () ) +("re-emerge" ((vb -10.141) ) () ) +("re-emergence" ((nn -11.747) ) () ) +("re-emphasize" ((vbp -9.367) ) () ) +("re-enacting" ((vbg -9.539) ) () ) +("re-enactment" ((nn -10.648) ) () ) +("re-enactments" ((nns -10.255) ) () ) +("re-enter" ((vb -10.141) ) () ) +("re-establish" ((vb -9.448) ) () ) +("re-evaluate" ((vb -10.141) (vbp -9.367) ) () ) +("re-evaluating" ((vbg -9.539) ) () ) +("re-examine" ((vb -8.755) ) () ) +("re-exports" ((nns -10.255) ) () ) +("re-supplied" ((vbn -9.855) ) () ) +("re-thought" ((jj -10.971) ) () ) +("reach" ((nn -9.801) (vb -6.152) (vbp -7.421) ) () ) +("reached" ((vbd -6.507) (vbn -5.211) ) () ) +("reaches" ((nns -10.255) (vbz -7.729) ) () ) +("reaching" ((nn -11.747) (vbg -6.361) ) () ) +("react" ((vb -8.755) (vbp -7.981) ) () ) +("reacted" ((vbd -7.893) (vbn -8.469) ) () ) +("reacting" ((vbg -7.342) ) () ) +("reaction" ((nn -7.875) ) () ) +("reactionary" ((jj -10.971) ) () ) +("reactions" ((nns -8.464) ) () ) +("reactivated" ((vbd -10.291) (vbn -9.855) ) () ) +("reactor" ((nn -10.648) ) () ) +("reactors" ((nns -9.562) ) () ) +("reacts" ((vbz -9.233) ) () ) +("read" ((1 -4.727) (nn -11.054) (nnp -9.793) (vb -6.707) (vbd -8.094) (vbn -7.457) (vbp -7.064) ) () ) +("read-my-lips" ((jj -10.971) ) () ) +("read-only" ((jj -10.971) ) () ) +("reader" ((nn -9.349) (nnp -11.403) ) () ) +("readers" ((nns -7.515) ) () ) +("readership" ((nn -10.648) ) () ) +("readied" ((vbd -10.291) ) () ) +("readily" ((rb -8.102) ) () ) +("readiness" ((nn -11.054) ) () ) +("reading" ((nn -8.802) (vbg -7.054) ) () ) +("readings" ((nns -9.850) ) () ) +("readjustment" ((nn -11.747) ) () ) +("readmit" ((vb -10.141) ) () ) +("reads" ((vbz -8.317) ) () ) +("ready" ((jj -7.164) (nnp -9.005) (rb -10.299) ) () ) +("ready-to-wear" ((jj -10.971) ) () ) +("reaffirm" ((vb -10.141) ) () ) +("reaffirmed" ((vbd -10.291) ) () ) +("reaffirming" ((vbg -9.539) ) () ) +("reagan" ((jj -10.971) (nnp -7.183) ) () ) +("reagan-era" ((jj -10.278) (nnp -11.403) ) () ) +("reagan-like" ((jj -10.971) ) () ) +("reaganauts" ((nns -10.949) ) () ) +("real" ((jj -5.340) (nn -11.054) (nnp -9.323) (rb -8.690) ) () ) +("real-estate" ((jj -9.179) (nn -7.365) ) () ) +("real-estate-investment" ((nn -11.747) ) () ) +("real-life" ((jj -10.278) ) () ) +("real-time" ((jj -10.971) ) () ) +("realestate" ((nn -11.747) (vb -10.141) ) () ) +("realign" ((vb -10.141) ) () ) +("realigned" ((vbd -10.291) ) () ) +("realignments" ((nns -10.949) ) () ) +("realism" ((nn -10.360) ) () ) +("realistic" ((jj -8.669) ) () ) +("realistically" ((rb -10.299) ) () ) +("realities" ((nns -9.562) ) () ) +("reality" ((nn -8.656) ) () ) +("realization" ((nn -10.360) ) () ) +("realize" ((vb -6.963) (vbp -7.170) ) () ) +("realized" ((vbd -7.893) (vbn -7.370) ) () ) +("realizes" ((vbz -8.540) ) () ) +("realizing" ((vbg -8.440) ) () ) +("reallocate" ((vb -10.141) ) () ) +("reallocated" ((vbn -9.855) ) () ) +("really" ((rb -5.394) ) () ) +("realm" ((nn -11.054) ) () ) +("realty" ((nn -11.747) (nnp -9.611) ) () ) +("reames" ((nnp -10.709) ) () ) +("reams" ((nns -10.949) ) () ) +("reap" ((vb -8.532) ) () ) +("reaped" ((vbd -10.291) (vbn -9.162) ) () ) +("reaping" ((vbg -9.539) ) () ) +("reappearance" ((nn -10.648) ) () ) +("reappointed" ((vbn -9.162) ) () ) +("reappraisal" ((nn -11.747) ) () ) +("reappraise" ((vb -10.141) ) () ) +("reappraised" ((vbd -10.291) (vbn -9.855) ) () ) +("rear" ((jj -9.585) (nn -11.054) ) () ) +("rear-seat" ((nn -10.648) ) () ) +("rearding" ((vbg -9.539) ) () ) +("rearing" ((vbg -9.539) ) () ) +("rearrange" ((vb -10.141) ) () ) +("rearrangement" ((nn -11.747) ) () ) +("reason" ((nn -7.046) ) () ) +("reasonable" ((jj -7.570) ) () ) +("reasonably" ((rb -7.660) ) () ) +("reasoned" ((vbd -9.192) ) () ) +("reasoner" ((nnp -10.709) ) () ) +("reasoning" ((nn -10.648) ) () ) +("reasons" ((nns -6.978) (vbz -8.828) ) () ) +("reassert" ((vb -10.141) ) () ) +("reasserting" ((vbg -8.846) ) () ) +("reasserts" ((vbz -9.926) ) () ) +("reassess" ((nn -11.747) (vb -10.141) ) () ) +("reassessing" ((vbg -9.539) ) () ) +("reassessment" ((nn -11.054) ) () ) +("reassigned" ((vbd -9.192) (vbn -9.855) ) () ) +("reassignments" ((nns -10.949) ) () ) +("reassume" ((vb -8.755) ) () ) +("reassurance" ((nn -10.648) ) () ) +("reassure" ((vb -9.043) ) () ) +("reassured" ((vbd -10.291) (vbn -8.757) ) () ) +("reassuring" ((jj -9.872) (vbg -8.440) ) () ) +("reassuringly" ((rb -10.299) ) () ) +("reauthorization" ((nn -11.747) ) () ) +("reawakening" ((vbg -9.539) ) () ) +("rebate" ((nn -9.955) ) () ) +("rebates" ((nns -8.464) ) () ) +("rebel" ((jj -10.971) (nn -10.360) ) () ) +("rebellion" ((nn -10.137) ) () ) +("rebellious" ((jj -10.971) ) () ) +("rebels" ((nns -8.058) ) () ) +("rebirth" ((nn -11.747) ) () ) +("reborn" ((jj -10.971) ) () ) +("rebound" ((nn -8.702) (vb -7.944) ) () ) +("rebounded" ((nn -11.054) (vb -10.141) (vbd -7.295) (vbn -8.469) ) () ) +("rebounding" ((vbg -7.930) ) () ) +("rebounds" ((nns -10.949) (vbz -9.233) ) () ) +("rebuff" ((nn -11.747) ) () ) +("rebuffed" ((vbd -9.598) (vbn -8.246) ) () ) +("rebuild" ((vb -8.196) ) () ) +("rebuilding" ((vbg -7.747) ) () ) +("rebuked" ((vbd -10.291) ) () ) +("rebut" ((vb -8.755) ) () ) +("rebuts" ((vbz -9.926) ) () ) +("rebutted" ((vbn -9.855) ) () ) +("rec" ((nn -11.747) ) () ) +("recalcitrant" ((jj -10.971) ) () ) +("recalculating" ((vbg -8.846) ) () ) +("recalculations" ((nns -10.949) ) () ) +("recall" ((nn -9.667) (vb -7.944) (vbp -7.981) ) () ) +("recalled" ((vbd -8.211) (vbn -9.855) ) () ) +("recalling" ((vbg -7.930) ) () ) +("recalls" ((nns -10.949) (vbz -6.400) ) () ) +("recantation" ((nn -11.747) ) () ) +("recanted" ((vbd -10.291) (vbn -9.855) ) () ) +("recapitalization" ((nn -8.751) ) () ) +("recapitalizations" ((nns -9.850) ) () ) +("recapitalized" ((vbn -9.855) ) () ) +("recaptilization" ((nn -11.747) ) () ) +("recapture" ((vb -9.448) ) () ) +("recede" ((vbp -9.367) ) () ) +("receding" ((vbg -9.539) ) () ) +("receipt" ((nn -10.648) ) () ) +("receipts" ((nnps -7.729) (nns -8.058) ) () ) +("receivable" ((nn -11.054) ) () ) +("receivables" ((nn -10.360) (nns -10.255) ) () ) +("receive" ((vb -5.759) (vbp -6.728) ) () ) +("received" ((jj -10.971) (vbd -5.600) (vbn -5.607) ) () ) +("receiver" ((nn -10.648) ) () ) +("receivers" ((nns -10.949) ) () ) +("receivership" ((nn -11.054) ) () ) +("receives" ((vbz -7.287) ) () ) +("receiving" ((nn -11.747) (vbg -6.766) ) () ) +("recent" ((jj -4.900) ) () ) +("recently" ((rb -4.819) ) () ) +("recentralized" ((vbn -9.855) ) () ) +("receptech" ((nnp -10.709) ) () ) +("reception" ((nn -9.801) ) () ) +("receptionist" ((nn -11.054) ) () ) +("receptive" ((jj -10.971) ) () ) +("receptor" ((nn -10.137) ) () ) +("receptors" ((nns -10.949) ) () ) +("recessed" ((vbn -9.855) ) () ) +("recession" ((nn -7.074) ) () ) +("recession-resistant" ((jj -9.872) ) () ) +("recession-sensitive" ((jj -10.971) ) () ) +("recession-wary" ((jj -10.971) ) () ) +("recessionary" ((jj -10.971) ) () ) +("recessions" ((nns -8.551) ) () ) +("rechargeable" ((jj -10.278) ) () ) +("recipe" ((nn -10.360) ) () ) +("recipes" ((nns -9.562) ) () ) +("recipient" ((jj -10.278) (nn -11.747) ) () ) +("recipients" ((nns -9.562) ) () ) +("reciprocal" ((jj -10.971) ) () ) +("reciprocity" ((nn -11.747) ) () ) +("recital" ((nn -9.955) ) () ) +("recites" ((vbz -9.926) ) () ) +("reciting" ((vbg -8.846) ) () ) +("reckless" ((jj -8.774) ) () ) +("recklessly" ((rb -9.606) ) () ) +("recklessness" ((nn -11.747) ) () ) +("reckon" ((vb -9.448) (vbp -9.367) ) () ) +("reckons" ((vbz -8.540) ) () ) +("reclaim" ((vb -9.043) (vbp -9.367) ) () ) +("reclaimed" ((vbn -9.855) ) () ) +("reclaiming" ((vbg -9.539) ) () ) +("reclaims" ((vbz -9.233) ) () ) +("reclassification" ((nn -11.747) ) () ) +("reclassified" ((vbd -10.291) ) () ) +("recliner" ((nn -11.747) ) () ) +("reclusive" ((jj -10.971) ) () ) +("recognition" ((nn -9.182) (nnp -10.709) ) () ) +("recognizable" ((jj -9.872) ) () ) +("recognizably" ((rb -10.299) ) () ) +("recognize" ((vb -7.657) (vbp -7.981) ) () ) +("recognized" ((vbd -8.905) (vbn -7.290) ) () ) +("recognizes" ((vbz -8.317) ) () ) +("recognizing" ((vbg -7.930) ) () ) +("recollection" ((nn -11.054) ) () ) +("recombinant" ((jj -10.278) ) () ) +("recombination" ((nn -11.747) ) () ) +("recommend" ((vb -7.944) (vbp -8.268) ) () ) +("recommendation" ((nn -9.349) ) () ) +("recommendations" ((nns -8.058) ) () ) +("recommended" ((jj -9.872) (vbd -7.806) (vbn -7.457) ) () ) +("recommending" ((vbg -7.342) ) () ) +("recommends" ((vbz -7.624) ) () ) +("reconcile" ((vb -9.448) ) () ) +("reconciliation" ((nn -9.349) ) () ) +("reconciling" ((vbg -9.539) ) () ) +("reconfigure" ((nn -11.747) ) () ) +("reconfirmation" ((nn -11.054) ) () ) +("reconsider" ((vb -7.839) ) () ) +("reconsideration" ((nn -10.648) ) () ) +("reconsidered" ((vbn -8.757) ) () ) +("reconstruct" ((vb -9.448) ) () ) +("reconstructed" ((jj -10.971) (vbd -10.291) (vbn -9.855) ) () ) +("reconstructing" ((vbg -9.539) ) () ) +("reconstruction" ((nn -11.747) ) () ) +("record" ((jj -7.793) (nn -6.684) (nnp -10.304) (vb -7.502) ) () ) +("record-breaking" ((jj -10.971) ) () ) +("record-keeping" ((jj -10.971) (nn -11.747) ) () ) +("record-tying" ((jj -10.971) ) () ) +("recorded" ((jj -10.278) (vbd -7.893) (vbn -7.022) ) () ) +("recorder" ((nn -9.801) ) () ) +("recorders" ((nns -8.646) ) () ) +("recording" ((nn -9.182) (nnp -10.709) (vbg -8.153) ) () ) +("recordings" ((nns -9.157) ) () ) +("recordkeeping" ((nn -11.747) ) () ) +("records" ((nnp -9.793) (nnps -6.119) (nns -7.904) (vbz -9.926) ) () ) +("recounted" ((vbd -10.291) (vbn -9.855) ) () ) +("recounting" ((vbg -9.539) ) () ) +("recounts" ((vbz -8.540) ) () ) +("recoup" ((vb -8.350) ) () ) +("recouped" ((vbn -9.855) ) () ) +("recover" ((vb -7.050) ) () ) +("recoverable" ((jj -10.971) ) () ) +("recovered" ((vbd -7.155) (vbn -8.469) ) () ) +("recoveries" ((nns -9.562) ) () ) +("recovering" ((vbg -7.236) ) () ) +("recovery" ((nn -7.855) (nnp -10.016) ) () ) +("recraft" ((vb -10.141) ) () ) +("recreate" ((vb -10.141) ) () ) +("recreation" ((nn -10.137) (nnp -10.016) ) () ) +("recreational" ((jj -9.179) ) () ) +("recreational-vehicle" ((nn -11.747) ) () ) +("recruit" ((nn -11.747) (vb -10.141) ) () ) +("recruited" ((vbd -10.291) (vbn -8.469) ) () ) +("recruiter" ((nn -10.360) ) () ) +("recruiting" ((nn -11.054) (vbg -8.153) ) () ) +("recruitment" ((nn -10.648) ) () ) +("recruits" ((nns -10.255) (vbz -9.926) ) () ) +("rectangles" ((nns -10.949) ) () ) +("rectangular" ((jj -10.971) ) () ) +("rectification" ((nn -11.747) ) () ) +("rectified" ((vbn -9.855) ) () ) +("rectifier" ((nnp -10.709) ) () ) +("rectifying" ((vbg -9.539) ) () ) +("rectilinear" ((jj -10.971) ) () ) +("recuperate" ((vb -10.141) ) () ) +("recurrence" ((nn -11.747) ) () ) +("recurrent" ((jj -10.971) ) () ) +("recurring" ((vbg -7.930) ) () ) +("recused" ((vbn -9.855) ) () ) +("recyclable" ((jj -10.971) ) () ) +("recycle" ((vb -10.141) ) () ) +("recycled" ((jj -9.872) (vbn -9.162) ) () ) +("recycles" ((vbz -9.926) ) () ) +("recycling" ((nn -9.549) (nnp -11.403) (vbg -8.440) ) () ) +("red" ((jj -7.308) (nn -9.444) (nnp -7.792) ) () ) +("red-and-white" ((jj -10.971) ) () ) +("red-blooded" ((jj -10.971) ) () ) +("red-faced" ((jj -10.971) ) () ) +("red-frocked" ((jj -10.971) ) () ) +("red-haired" ((jj -10.971) ) () ) +("red-tipped" ((jj -10.971) ) () ) +("red-white-and-blue" ((jj -10.971) ) () ) +("reda" ((nnp -11.403) ) () ) +("reddened" ((vb -10.141) ) () ) +("redder" ((jjr -7.346) ) () ) +("reddington" ((nnp -11.403) ) () ) +("redeem" ((vb -7.744) ) () ) +("redeemable" ((jj -10.971) ) () ) +("redeemed" ((vbn -7.553) ) () ) +("redeeming" ((jj -10.278) (vbg -9.539) ) () ) +("redefine" ((vb -9.448) ) () ) +("redefinition" ((nn -11.054) ) () ) +("redemption" ((nn -8.913) ) () ) +("redemptions" ((nns -8.176) ) () ) +("redeploy" ((vb -10.141) ) () ) +("redeployment" ((nn -11.747) ) () ) +("redesign" ((vb -10.141) ) () ) +("redesigned" ((vbd -10.291) (vbn -8.757) ) () ) +("redesigning" ((vbg -9.539) ) () ) +("redevelop" ((vb -10.141) ) () ) +("redevelopment" ((nnp -10.304) ) () ) +("redfield" ((nnp -10.304) ) () ) +("redfish" ((nn -11.747) ) () ) +("redford" ((nnp -9.323) ) () ) +("redgrave" ((nnp -11.403) ) () ) +("reding" ((nn -11.747) ) () ) +("rediscover" ((vb -10.141) ) () ) +("redistribute" ((vb -10.141) ) () ) +("redistributing" ((vbg -9.539) ) () ) +("redistribution" ((nn -11.747) ) () ) +("redistributionism" ((nn -11.747) ) () ) +("redmond" ((nnp -9.323) ) () ) +("redo" ((vb -10.141) ) () ) +("redoing" ((vbg -8.846) ) () ) +("redoubt" ((nn -11.747) ) () ) +("redound" ((vb -10.141) ) () ) +("redraw" ((vb -10.141) ) () ) +("redress" ((vb -10.141) ) () ) +("reds" ((nnp -11.403) (nns -10.949) ) () ) +("redstone" ((nnp -10.709) ) () ) +("reduce" ((vb -5.193) (vbp -8.268) ) () ) +("reduced" ((jj -8.138) (nnp -11.403) (vbd -6.857) (vbn -5.666) ) () ) +("reduced-instruction" ((nn -11.747) ) () ) +("reduces" ((vbz -7.361) ) () ) +("reducing" ((vbg -6.013) ) () ) +("reduction" ((nn -7.484) (nnp -11.403) ) () ) +("reductions" ((nns -7.653) ) () ) +("redundant" ((jj -10.971) ) () ) +("redwood" ((nnp -11.403) ) () ) +("reebok" ((nnp -8.838) ) () ) +("reed" ((nnp -9.005) ) () ) +("reedy" ((nnp -10.709) ) () ) +("reef" ((nn -11.054) (nnp -11.403) ) () ) +("reefs" ((nns -10.949) ) () ) +("reeled" ((vbd -9.598) (vbn -9.855) ) () ) +("reeling" ((vbg -7.460) ) () ) +("reese" ((nnp -11.403) ) () ) +("reexamining" ((vbg -9.539) ) () ) +("refashioning" ((vbg -9.539) ) () ) +("refco" ((nnp -11.403) ) () ) +("refcorp" ((nnp -9.205) ) () ) +("refer" ((vb -8.532) (vbp -7.757) ) () ) +("referees" ((nns -10.949) ) () ) +("reference" ((nn -9.801) (nnp -11.403) ) () ) +("references" ((nns -9.339) ) () ) +("referendum" ((nn -10.648) ) () ) +("referral" ((nn -11.747) ) () ) +("referred" ((vbd -7.988) (vbn -8.246) ) () ) +("referring" ((vbg -6.361) ) () ) +("refers" ((vbz -8.540) ) () ) +("refile" ((vb -10.141) ) () ) +("refinance" ((vb -8.755) ) () ) +("refinanced" ((vbd -10.291) (vbn -9.855) ) () ) +("refinancing" ((nn -9.549) (vbg -7.593) ) () ) +("refine" ((vb -10.141) ) () ) +("refined" ((vbn -8.757) ) () ) +("refined-petroleum-products" ((jj -10.971) ) () ) +("refiner" ((nn -10.648) ) () ) +("refineries" ((nns -9.339) ) () ) +("refiners" ((nns -9.157) ) () ) +("refinery" ((nn -8.489) (nnp -11.403) ) () ) +("refining" ((nn -9.039) (nnp -11.403) (vbg -9.539) ) () ) +("refitting" ((vbg -9.539) ) () ) +("reflect" ((vb -6.883) (vbp -6.189) ) () ) +("reflected" ((vbd -6.736) (vbn -7.553) ) () ) +("reflecting" ((vbg -5.276) ) () ) +("reflection" ((nn -9.801) ) () ) +("reflective" ((jj -10.971) ) () ) +("reflects" ((vbz -5.994) ) () ) +("reflex" ((jj -10.971) ) () ) +("reflexively" ((rb -10.299) ) () ) +("refocus" ((vb -9.043) ) () ) +("refocused" ((vbn -9.855) ) () ) +("refocusing" ((nn -11.747) (vbg -9.539) ) () ) +("reforestation" ((nn -11.747) ) () ) +("reform" ((nn -8.033) (nnp -9.205) (vb -8.755) ) () ) +("reformed" ((vbn -9.855) ) () ) +("reformer" ((jj -10.971) ) () ) +("reformers" ((nns -8.751) ) () ) +("reforming" ((vbg -8.846) ) () ) +("reformist" ((jj -10.971) (nn -10.648) ) () ) +("reforms" ((nns -7.164) ) () ) +("reformulation" ((nn -11.747) ) () ) +("refractory" ((jj -10.278) ) () ) +("refrain" ((vb -8.755) ) () ) +("refreshing" ((jj -10.278) ) () ) +("refreshingly" ((rb -10.299) ) () ) +("refrigeration" ((nn -10.648) ) () ) +("refrigerator" ((nn -11.054) ) () ) +("refrigerators" ((nns -9.003) ) () ) +("refsnes" ((nnp -10.709) ) () ) +("refueling" ((vbg -9.539) ) () ) +("refuge" ((nn -10.137) (nnp -11.403) ) () ) +("refugee" ((nn -10.360) ) () ) +("refugees" ((nns -8.751) ) () ) +("refund" ((nn -9.801) ) () ) +("refunding" ((1 -4.727) (jj -10.278) (nn -9.955) (vbg -8.846) ) () ) +("refunds" ((nns -8.751) ) () ) +("refurbish" ((vb -10.141) ) () ) +("refurbished" ((vbn -9.162) ) () ) +("refurbishing" ((nn -11.747) (vbg -8.846) ) () ) +("refurbishment" ((nn -11.054) ) () ) +("refusal" ((nn -9.667) ) () ) +("refuse" ((vb -7.744) (vbp -7.170) ) () ) +("refused" ((vbd -6.707) (vbn -7.216) ) () ) +("refuses" ((vbz -8.317) ) () ) +("refusing" ((vbg -8.846) ) () ) +("refute" ((vb -10.141) ) () ) +("refuted" ((vbd -10.291) ) () ) +("regaard" ((nnp -11.403) ) () ) +("regain" ((vb -7.839) (vbp -9.367) ) () ) +("regained" ((vbd -8.905) (vbn -8.757) ) () ) +("regains" ((vbz -8.540) ) () ) +("regal" ((nnp -11.403) ) () ) +("regalia" ((nnp -10.304) ) () ) +("regan" ((nnp -10.709) ) () ) +("regard" ((nn -9.549) (vbp -7.575) ) () ) +("regarded" ((jj -10.971) (vbd -9.598) (vbn -7.457) ) () ) +("regarding" ((vbg -6.013) ) () ) +("regardless" ((rb -7.527) ) () ) +("regards" ((vbz -8.317) ) () ) +("regatta" ((nnp -9.611) ) () ) +("regency" ((nnp -11.403) ) () ) +("regenerate" ((vb -9.448) ) () ) +("regie" ((nnp -11.403) ) () ) +("regime" ((nn -8.489) ) () ) +("regimen" ((nn -11.747) ) () ) +("reginald" ((nnp -11.403) ) () ) +("region" ((nn -7.604) ) () ) +("region-by-region" ((jj -10.971) ) () ) +("regional" ((jj -6.681) (nnp -10.709) ) () ) +("regions" ((nns -8.310) ) () ) +("register" ((nn -10.648) (nnp -9.793) (vb -8.755) (vbp -9.367) ) () ) +("registered" ((jj -9.179) (nnp -11.403) (vbd -8.094) (vbn -7.290) ) () ) +("registering" ((vbg -9.539) ) () ) +("registers" ((nns -10.949) ) () ) +("registrants" ((nns -9.850) ) () ) +("registration" ((nn -9.039) ) () ) +("registrations" ((nns -10.949) ) () ) +("regret" ((nn -10.360) (vb -9.448) ) () ) +("regrets" ((vbz -9.233) ) () ) +("regrettably" ((rb -9.201) ) () ) +("regretted" ((vbd -10.291) (vbn -9.855) ) () ) +("regroup" ((vb -9.448) (vbp -9.367) ) () ) +("regular" ((jj -7.258) ) () ) +("regular-season" ((jj -9.025) ) () ) +("regularly" ((rb -7.409) ) () ) +("regulate" ((vb -8.350) ) () ) +("regulated" ((jj -10.971) (vbn -7.553) ) () ) +("regulates" ((vbz -8.134) ) () ) +("regulating" ((nn -11.747) (vbg -8.153) ) () ) +("regulation" ((nn -8.345) (nnp -11.403) ) () ) +("regulations" ((nnps -7.729) (nns -7.365) ) () ) +("regulator" ((nn -9.349) ) () ) +("regulators" ((nns -6.239) (vbz -9.233) ) () ) +("regulatory" ((jj -6.911) (nnp -9.323) ) () ) +("regummed" ((vbd -10.291) ) () ) +("rehabilitate" ((vb -10.141) ) () ) +("rehabilitated" ((vbn -9.855) ) () ) +("rehabilitation" ((nn -10.360) ) () ) +("rehashing" ((vbg -9.539) ) () ) +("rehearing" ((nn -10.648) ) () ) +("rehfeld" ((nnp -11.403) ) () ) +("reich" ((nnp -9.611) ) () ) +("reichmann" ((nnp -10.709) ) () ) +("reid" ((nnp -10.709) ) () ) +("reider" ((nnp -11.403) ) () ) +("reidy" ((nnp -10.709) ) () ) +("reign" ((nn -11.054) ) () ) +("reigned" ((vbd -10.291) ) () ) +("reigning" ((vbg -8.440) ) () ) +("reignite" ((nn -11.747) (vb -10.141) ) () ) +("reignited" ((vbd -9.598) (vbn -9.162) ) () ) +("reigniting" ((vbg -9.539) ) () ) +("reilly" ((nnp -10.304) ) () ) +("reimburse" ((vb -8.196) (vbp -9.367) ) () ) +("reimbursed" ((vbd -10.291) (vbn -8.757) ) () ) +("reimbursement" ((nn -10.360) ) () ) +("reimbursements" ((nns -10.949) ) () ) +("reimburses" ((vbz -9.926) ) () ) +("reimpose" ((vb -9.448) ) () ) +("rein" ((nn -11.054) (vb -8.350) ) () ) +("reina" ((nnp -11.403) ) () ) +("reincorporated" ((vbn -9.855) ) () ) +("reincorporating" ((vbg -8.846) ) () ) +("reindicting" ((vbg -9.539) ) () ) +("reinforce" ((vb -7.944) ) () ) +("reinforced" ((nnp -11.403) (vbd -8.905) (vbn -9.855) ) () ) +("reinforcement" ((nn -9.667) ) () ) +("reinforcements" ((nns -10.949) ) () ) +("reinforces" ((vbz -9.233) ) () ) +("reinforcing" ((vbg -8.153) ) () ) +("reinhold" ((nnp -10.709) ) () ) +("reining" ((vbg -9.539) ) () ) +("reinisch" ((nnp -11.403) ) () ) +("reinker" ((nnp -11.403) ) () ) +("reinman" ((nn -11.747) ) () ) +("reins" ((nns -10.255) ) () ) +("reinstalled" ((vbn -9.855) ) () ) +("reinstate" ((vb -9.043) ) () ) +("reinstated" ((vbd -9.598) (vbn -9.855) ) () ) +("reinstatement" ((nn -10.360) ) () ) +("reinstating" ((vbg -8.846) ) () ) +("reinsurance" ((nn -8.345) (nnp -11.403) ) () ) +("reinsurers" ((nns -10.255) ) () ) +("reintegrated" ((vbn -9.855) ) () ) +("reinterpretation" ((nn -11.747) ) () ) +("reintroduced" ((vbn -9.162) ) () ) +("reinvent" ((vb -10.141) ) () ) +("reinvented" ((vbd -9.598) ) () ) +("reinvest" ((vb -9.043) ) () ) +("reinvested" ((vbn -8.246) ) () ) +("reinvesting" ((vbg -9.539) ) () ) +("reinvestment" ((nn -10.648) (nnp -10.304) ) () ) +("reinvigorate" ((vb -9.448) ) () ) +("reinvigorated" ((vbn -9.855) ) () ) +("reinvigoration" ((nn -11.747) ) () ) +("reiterated" ((vbd -8.345) ) () ) +("reiterating" ((vbg -9.539) ) () ) +("reitman" ((nnp -10.304) ) () ) +("reits" ((nns -9.157) ) () ) +("reject" ((vb -7.197) (vbp -7.757) ) () ) +("rejected" ((vbd -6.553) (vbn -6.272) ) () ) +("rejecting" ((vbg -8.440) ) () ) +("rejection" ((nn -8.611) ) () ) +("rejections" ((nns -10.949) ) () ) +("rejects" ((vbz -9.926) ) () ) +("rejoin" ((vb -9.043) ) () ) +("rejoined" ((vbd -10.291) ) () ) +("rejoining" ((vbg -9.539) ) () ) +("rejoins" ((vbz -9.926) ) () ) +("rejuvenate" ((vb -10.141) ) () ) +("rejuvenation" ((nn -11.054) ) () ) +("rekindle" ((vb -9.448) ) () ) +("rekindled" ((vbn -9.855) ) () ) +("rekindling" ((vbg -9.539) ) () ) +("relabeling" ((vbg -9.539) ) () ) +("relate" ((vb -10.141) (vbp -8.674) ) () ) +("related" ((jj -7.675) (nnp -11.403) (vbd -9.192) (vbn -5.312) ) () ) +("relates" ((vbz -8.540) ) () ) +("relating" ((vbg -7.236) ) () ) +("relation" ((nn -10.137) ) () ) +("relation-back" ((jj -10.971) ) () ) +("relational" ((nnp -10.304) ) () ) +("relations" ((nnp -10.016) (nnps -6.119) (nns -6.978) ) () ) +("relationship" ((nn -7.835) ) () ) +("relationships" ((nns -8.058) ) () ) +("relative" ((jj -7.975) (nn -11.054) ) () ) +("relatively" ((rb -6.023) ) () ) +("relatives" ((nns -8.751) ) () ) +("relaunch" ((vb -10.141) ) () ) +("relaunched" ((vbn -9.855) ) () ) +("relax" ((vb -8.196) (vbp -9.367) ) () ) +("relaxation" ((nn -10.360) ) () ) +("relaxed" ((vbd -10.291) (vbn -9.855) ) () ) +("relaxing" ((jj -10.971) (vbg -8.153) ) () ) +("relayed" ((vbd -9.192) ) () ) +("release" ((nn -8.191) (nnp -10.016) (vb -7.433) (vbp -9.367) ) () ) +("released" ((vbd -7.893) (vbn -5.904) ) () ) +("releases" ((nns -8.646) (vbz -8.134) ) () ) +("releasing" ((vbg -8.846) ) () ) +("relegated" ((vbn -9.855) ) () ) +("relented" ((vbd -10.291) ) () ) +("relentless" ((jj -10.278) ) () ) +("relentlessly" ((rb -9.201) ) () ) +("relevance" ((nn -11.054) ) () ) +("relevancy" ((nn -11.747) ) () ) +("relevant" ((jj -8.669) ) () ) +("reliable" ((jj -9.585) ) () ) +("reliably" ((rb -10.299) ) () ) +("reliance" ((nn -9.955) (nnp -9.793) ) () ) +("relicensing" ((nn -11.747) ) () ) +("relied" ((vb -10.141) (vbd -9.192) (vbn -7.909) ) () ) +("relief" ((nn -8.191) (nnp -11.403) ) () ) +("relies" ((vbz -7.847) ) () ) +("relieve" ((vb -7.944) ) () ) +("relieved" ((jj -9.872) (vbd -10.291) (vbn -8.246) ) () ) +("reliever" ((nn -11.054) ) () ) +("religion" ((nn -10.137) (nnp -11.403) ) () ) +("religione" ((nnp -11.403) ) () ) +("religions" ((nns -10.949) ) () ) +("religious" ((jj -9.362) ) () ) +("religiously" ((rb -10.299) ) () ) +("relinquish" ((vb -9.043) ) () ) +("relinquished" ((vbd -10.291) (vbn -9.855) ) () ) +("relinquishing" ((vbg -9.539) ) () ) +("relish" ((nn -11.747) (vb -10.141) ) () ) +("relive" ((vbp -9.367) ) () ) +("relocate" ((nn -11.747) (vb -10.141) ) () ) +("relocation" ((nn -10.137) (nnp -10.304) ) () ) +("relocations" ((nns -10.949) ) () ) +("reluctance" ((nn -9.549) ) () ) +("reluctant" ((jj -7.675) ) () ) +("reluctantly" ((rb -8.913) ) () ) +("rely" ((vb -7.944) (vbp -7.575) ) () ) +("relying" ((vbg -7.236) ) () ) +("remade" ((vb -10.141) ) () ) +("remain" ((vb -5.653) (vbp -5.678) ) () ) +("remainder" ((nn -9.349) ) () ) +("remained" ((vbd -6.736) (vbn -7.776) ) () ) +("remaining" ((jj -8.332) (vbg -5.428) ) () ) +("remains" ((nns -10.255) (vbz -4.999) ) () ) +("remake" ((vb -10.141) ) () ) +("remanded" ((vbd -10.291) ) () ) +("remark" ((nn -10.360) (vb -10.141) ) () ) +("remarkable" ((jj -8.573) ) () ) +("remarkably" ((rb -9.201) ) () ) +("remarked" ((vbd -8.681) (vbn -9.855) ) () ) +("remarketers" ((nns -10.949) ) () ) +("remarketings" ((nns -10.949) ) () ) +("remarks" ((nns -7.771) (vbz -9.233) ) () ) +("remedies" ((nns -10.255) ) () ) +("remedy" ((nn -11.054) (vb -9.448) ) () ) +("remember" ((vb -7.251) (vbp -8.268) ) () ) +("remembered" ((vbd -8.905) (vbn -9.162) ) () ) +("remembering" ((vbg -8.846) ) () ) +("remembers" ((vbz -8.317) ) () ) +("remembrance" ((nn -11.747) ) () ) +("remic" ((jj -10.971) (nnp -8.630) ) () ) +("remic-related" ((jj -10.971) ) () ) +("remics" ((nns -9.339) ) () ) +("remind" ((vb -9.448) (vbp -9.367) ) () ) +("reminded" ((vbd -9.192) (vbn -9.855) ) () ) +("reminder" ((nn -9.801) ) () ) +("reminding" ((vbg -8.153) ) () ) +("reminds" ((vbz -8.828) ) () ) +("reminiscent" ((jj -10.278) (nn -11.747) ) () ) +("remittances" ((nns -10.949) ) () ) +("remnants" ((nns -10.949) ) () ) +("remodeled" ((vbn -9.855) ) () ) +("remodeling" ((nn -11.054) (vbg -8.153) ) () ) +("remorse" ((nn -10.648) ) () ) +("remorseful" ((jj -10.971) ) () ) +("remote" ((jj -9.179) ) () ) +("remote-controlled" ((jj -10.971) ) () ) +("remotely" ((rb -9.606) ) () ) +("removable" ((jj -10.971) ) () ) +("removal" ((nn -9.444) (nnp -11.403) ) () ) +("remove" ((vb -6.846) ) () ) +("removed" ((vbd -9.192) (vbn -7.553) ) () ) +("removes" ((vbz -8.540) ) () ) +("removing" ((vbg -6.831) ) () ) +("remunerated" ((vbn -9.855) ) () ) +("remy" ((nnp -11.403) ) () ) +("renaissance" ((nn -11.747) (nnp -8.224) ) () ) +("renaissance-style" ((jj -10.971) ) () ) +("renal" ((jj -10.971) ) () ) +("rename" ((vb -10.141) ) () ) +("renamed" ((vbd -9.598) (vbn -8.469) ) () ) +("renault" ((nnp -8.838) ) () ) +("rendell" ((nnp -10.709) ) () ) +("render" ((vb -10.141) ) () ) +("rendered" ((vbd -10.291) (vbn -9.162) ) () ) +("rendering" ((nn -11.054) (vbg -8.846) ) () ) +("rendezvous" ((nn -11.747) ) () ) +("rendezvoused" ((vbd -10.291) ) () ) +("rendition" ((nn -11.054) ) () ) +("rene" ((nnp -10.709) ) () ) +("renee" ((nnp -10.709) ) () ) +("renegade" ((nn -11.747) ) () ) +("renege" ((vb -10.141) ) () ) +("reneging" ((vbg -9.539) ) () ) +("renegotiate" ((vb -9.448) ) () ) +("renegotiated" ((vbn -9.855) ) () ) +("renegotiating" ((vbg -9.539) ) () ) +("renegotiation" ((nn -11.747) ) () ) +("renew" ((vb -8.532) ) () ) +("renewal" ((nn -10.137) ) () ) +("renewals" ((nns -10.949) ) () ) +("renewed" ((jj -9.872) (vbd -8.905) (vbn -6.965) ) () ) +("renewing" ((vbg -7.593) ) () ) +("renews" ((vbz -9.926) ) () ) +("rennie" ((nnp -11.403) ) () ) +("reno" ((nnp -10.709) ) () ) +("renoir" ((nnp -11.403) ) () ) +("renounce" ((vb -10.141) ) () ) +("renounced" ((vbd -9.598) ) () ) +("renouncing" ((vbg -9.539) ) () ) +("renovate" ((vb -8.755) ) () ) +("renovating" ((vbg -8.846) ) () ) +("renovation" ((nn -11.747) ) () ) +("renowned" ((jj -10.278) (vbn -9.855) ) () ) +("rent" ((nn -10.137) (nnp -10.709) (vb -8.350) ) () ) +("rent-a-car" ((nnp -11.403) ) () ) +("rent-a-colonel" ((nn -11.054) ) () ) +("rental" ((jj -9.179) (nn -11.054) (nnp -10.304) ) () ) +("rentals" ((nns -10.949) ) () ) +("rented" ((vbn -9.855) ) () ) +("renter" ((nn -11.747) ) () ) +("renters" ((nns -10.255) ) () ) +("renting" ((vbg -9.539) ) () ) +("renton" ((nnp -11.403) ) () ) +("rents" ((nns -8.241) ) () ) +("renunciation" ((nn -11.747) ) () ) +("reoffered" ((vbn -8.063) ) () ) +("reoffering" ((nn -11.747) ) () ) +("reopen" ((vb -7.839) ) () ) +("reopened" ((vbd -8.094) (vbn -8.246) ) () ) +("reopening" ((vbg -8.846) ) () ) +("reopens" ((vbz -9.926) ) () ) +("reorganization" ((nn -7.652) ) () ) +("reorganization-plan" ((jj -10.971) ) () ) +("reorganize" ((vb -9.043) ) () ) +("reorganized" ((vbn -8.469) ) () ) +("reorganizes" ((vbz -9.926) ) () ) +("rep" ((nn -11.054) (nnp -10.304) ) () ) +("rep." ((nnp -6.615) ) () ) +("repackage" ((vb -10.141) ) () ) +("repackaged" ((vbn -9.855) ) () ) +("repackaging" ((vbg -9.539) ) () ) +("repaid" ((vbn -8.063) ) () ) +("repainted" ((vbn -9.162) ) () ) +("repair" ((nn -9.182) (vb -7.839) (vbp -9.367) ) () ) +("repaired" ((vbd -10.291) (vbn -8.246) ) () ) +("repairing" ((vbg -8.153) ) () ) +("repairs" ((nns -8.646) ) () ) +("reparations" ((nns -9.562) ) () ) +("repassed" ((vbn -9.162) ) () ) +("repatriate" ((vb -10.141) ) () ) +("repay" ((vb -7.502) ) () ) +("repaying" ((vbg -9.539) ) () ) +("repayment" ((nn -9.955) ) () ) +("repayments" ((nns -9.850) ) () ) +("repeal" ((nn -9.444) (vb -8.532) ) () ) +("repealed" ((vbn -9.162) ) () ) +("repeals" ((vbz -9.926) ) () ) +("repeat" ((nn -9.801) (vb -8.196) ) () ) +("repeated" ((jj -10.971) (vbd -8.345) (vbn -7.909) ) () ) +("repeatedly" ((rb -7.355) ) () ) +("repeaters" ((nns -10.949) ) () ) +("repeating" ((jj -10.971) (vbg -8.440) ) () ) +("repeats" ((nns -10.949) (vbz -9.233) ) () ) +("repel" ((vb -9.448) (vbp -9.367) ) () ) +("repercussions" ((nns -9.562) ) () ) +("repertoire" ((nn -11.054) ) () ) +("repertory" ((nnp -11.403) ) () ) +("repetition" ((nn -11.747) ) () ) +("repetitive" ((jj -10.278) ) () ) +("replace" ((vb -6.404) (vbp -9.367) ) () ) +("replaced" ((vbd -8.094) (vbn -7.147) ) () ) +("replacement" ((nn -8.913) ) () ) +("replacements" ((nns -10.255) ) () ) +("replaces" ((vbz -8.828) ) () ) +("replacing" ((vbg -7.460) ) () ) +("replaster" ((vb -10.141) ) () ) +("replay" ((nn -11.054) ) () ) +("replenish" ((vb -10.141) ) () ) +("replenished" ((vbn -9.162) ) () ) +("replete" ((jj -9.872) ) () ) +("replied" ((vbd -7.652) (vbn -9.855) ) () ) +("replies" ((nns -10.255) (vbz -8.540) ) () ) +("repligen" ((nnp -10.304) ) () ) +("replogle" ((nnp -11.403) ) () ) +("reply" ((nn -11.747) (vb -10.141) ) () ) +("report" ((nn -6.381) (nnp -7.689) (vb -5.478) (vbp -7.421) ) () ) +("reportage" ((nn -11.054) ) () ) +("reported" ((jj -9.362) (vbd -4.628) (vbn -5.301) ) () ) +("reportedly" ((rb -7.208) ) () ) +("reporter" ((nn -9.039) ) () ) +("reporters" ((nns -7.142) ) () ) +("reporting" ((nn -9.182) (vbg -6.042) ) () ) +("reportorial" ((jj -10.971) ) () ) +("reports" ((nnp -11.403) (nnps -6.343) (nns -6.343) (vbz -6.748) ) () ) +("reposed" ((vbn -9.855) ) () ) +("reposition" ((vb -9.448) ) () ) +("repositioning" ((nn -11.747) ) () ) +("repossess" ((vb -10.141) ) () ) +("repossessed" ((jj -10.278) ) () ) +("represent" ((vb -6.586) (vbp -6.659) ) () ) +("representation" ((nn -9.801) ) () ) +("representations" ((nns -10.949) ) () ) +("representative" ((jj -9.362) (nn -9.182) (nnp -9.611) ) () ) +("representatives" ((nnp -10.709) (nnps -5.649) (nns -7.164) ) () ) +("represented" ((vbd -7.246) (vbn -7.083) ) () ) +("representing" ((vbg -5.801) ) () ) +("representives" ((nns -10.949) ) () ) +("represents" ((vbz -5.901) ) () ) +("repressing" ((vbg -9.539) ) () ) +("repression" ((nn -9.801) ) () ) +("repressive" ((jj -10.971) ) () ) +("repriced" ((vbn -9.855) ) () ) +("reprieve" ((nn -11.054) ) () ) +("reprint" ((vb -10.141) ) () ) +("reprinted" ((vbn -9.855) ) () ) +("reprints" ((vbz -9.926) ) () ) +("reprisals" ((nns -10.949) ) () ) +("reproduce" ((vb -10.141) ) () ) +("reproduced" ((vbd -10.291) (vbn -9.855) ) () ) +("reproduction" ((nn -11.747) ) () ) +("reproductive" ((jj -10.278) (nnp -10.016) ) () ) +("reproval" ((nn -11.747) ) () ) +("reprove" ((vb -10.141) ) () ) +("reps" ((nns -10.949) ) () ) +("reps." ((nnp -11.403) (nnps -6.630) ) () ) +("repsol" ((nnp -10.709) ) () ) +("reptilian" ((jj -10.971) ) () ) +("republic" ((nn -10.648) (nnp -8.694) ) () ) +("republican" ((jj -7.793) (nnp -8.107) ) () ) +("republicans" ((nnp -10.709) (nnps -4.328) (nns -8.751) ) () ) +("republicbank" ((nnp -11.403) ) () ) +("republics" ((nns -9.339) ) () ) +("repudiate" ((vb -9.043) ) () ) +("repurchase" ((jj -10.971) (nn -9.444) (vb -8.755) (vbd -9.192) (vbn -8.757) ) () ) +("repurchased" ((vbd -9.598) (vbn -9.162) ) () ) +("repurchases" ((nns -10.949) ) () ) +("reputable" ((jj -9.872) ) () ) +("reputation" ((nn -8.250) ) () ) +("reputations" ((nns -10.255) ) () ) +("reputed" ((jj -10.971) (vbn -9.855) ) () ) +("request" ((nn -7.721) (vb -8.755) (vbp -8.674) ) () ) +("requested" ((vbd -7.652) (vbn -7.553) ) () ) +("requesting" ((vbg -7.930) ) () ) +("requests" ((nns -8.004) ) () ) +("requiem" ((nnp -11.403) ) () ) +("require" ((vb -6.064) (vbp -6.322) ) () ) +("required" ((jj -8.573) (nnp -11.403) (vbd -7.652) (vbn -5.565) ) () ) +("requirement" ((nn -8.974) ) () ) +("requirements" ((nns -6.744) ) () ) +("requires" ((vbz -6.263) ) () ) +("requiring" ((vbg -6.361) ) () ) +("requisition" ((nn -11.747) ) () ) +("requisitioned" ((vbd -10.291) ) () ) +("rerouted" ((vbn -9.855) ) () ) +("rerouting" ((vbg -8.440) ) () ) +("rerun" ((nn -10.360) ) () ) +("reruns" ((nns -9.562) ) () ) +("resale" ((nn -9.801) ) () ) +("resales" ((nns -10.949) ) () ) +("reschedulable" ((jj -10.971) ) () ) +("reschedule" ((vb -9.448) ) () ) +("rescheduled" ((vbd -9.598) (vbn -9.855) ) () ) +("rescind" ((vb -8.062) ) () ) +("rescinded" ((vbd -10.291) ) () ) +("rescinding" ((vbg -8.440) ) () ) +("rescission" ((nn -11.054) ) () ) +("rescissions" ((nns -9.562) ) () ) +("rescue" ((nn -9.039) (vb -8.532) ) () ) +("rescued" ((vbd -10.291) ) () ) +("rescuers" ((nns -10.949) ) () ) +("rescues" ((vbz -9.926) ) () ) +("research" ((nn -6.438) (nnp -7.085) (vb -10.141) ) () ) +("research-and-development" ((nn -11.054) ) () ) +("research-based" ((jj -10.278) ) () ) +("researched" ((vbn -9.162) ) () ) +("researcher" ((nn -9.182) ) () ) +("researchers" ((nnp -11.403) (nns -6.838) ) () ) +("researches" ((vbz -9.926) ) () ) +("resell" ((vb -10.141) (vbp -9.367) ) () ) +("reseller" ((jj -10.971) (jjr -7.346) (nn -11.747) ) () ) +("resellers" ((nns -10.949) ) () ) +("reselling" ((vbg -8.846) ) () ) +("resells" ((vbz -9.926) ) () ) +("resemblance" ((nn -10.648) ) () ) +("resemblances" ((nns -10.949) ) () ) +("resemble" ((vb -8.532) (vbp -8.268) ) () ) +("resembles" ((vbz -7.847) ) () ) +("resembling" ((vbg -9.539) ) () ) +("resent" ((vbp -9.367) ) () ) +("resentful" ((jj -10.278) ) () ) +("resentment" ((nn -10.137) ) () ) +("reservation" ((nn -10.648) ) () ) +("reservations" ((nns -8.869) ) () ) +("reserve" ((nn -8.379) (nnp -6.828) (vb -10.141) (vbp -9.367) ) () ) +("reserved" ((jj -10.971) (nnp -11.403) (vbd -9.598) (vbn -8.063) ) () ) +("reserves" ((nnps -7.729) (nns -6.324) (vbz -9.926) ) () ) +("reserving" ((vbg -9.539) ) () ) +("reservoir" ((nn -11.054) ) () ) +("reservoirs" ((nns -10.949) ) () ) +("reset" ((jj -9.179) (nn -10.360) (vb -8.062) ) () ) +("resettable" ((jj -10.278) ) () ) +("reshape" ((vb -10.141) ) () ) +("reshaped" ((vbd -10.291) (vbn -9.855) ) () ) +("reshaping" ((vbg -7.930) ) () ) +("reshuffle" ((nn -11.747) (vb -10.141) ) () ) +("reshuffling" ((nn -11.747) (vbg -9.539) ) () ) +("reshufflings" ((nns -10.949) ) () ) +("resided" ((vbn -9.855) ) () ) +("residence" ((nn -9.801) ) () ) +("resident" ((jj -10.971) (nn -11.054) ) () ) +("residential" ((jj -8.081) (nnp -11.403) ) () ) +("residents" ((nns -7.452) ) () ) +("resides" ((vbz -9.926) ) () ) +("residing" ((vbg -9.539) ) () ) +("residual" ((jj -9.872) ) () ) +("residues" ((nns -10.949) ) () ) +("resign" ((vb -7.744) ) () ) +("resignation" ((nn -8.083) ) () ) +("resignations" ((nns -8.464) ) () ) +("resigned" ((jj -10.278) (vbd -6.132) (vbn -8.063) ) () ) +("resigning" ((vbg -7.342) ) () ) +("resilience" ((nn -9.801) ) () ) +("resiliency" ((nn -10.648) ) () ) +("resilient" ((jj -10.278) ) () ) +("resiliently" ((rb -10.299) ) () ) +("resin" ((nn -10.360) ) () ) +("resins" ((nns -10.949) ) () ) +("resist" ((vb -8.062) (vbp -9.367) ) () ) +("resistance" ((nn -8.136) (nnp -11.403) ) () ) +("resistant" ((jj -9.585) ) () ) +("resisted" ((vbd -8.905) (vbn -7.909) ) () ) +("resisting" ((vbg -7.593) ) () ) +("resists" ((vbz -9.926) ) () ) +("resnick" ((nnp -11.403) ) () ) +("resold" ((vb -10.141) (vbn -9.162) ) () ) +("resolution" ((nn -8.656) (nnp -8.512) ) () ) +("resolutions" ((nns -9.339) ) () ) +("resolve" ((nn -9.955) (vb -7.197) ) () ) +("resolved" ((vbd -9.598) (vbn -6.860) ) () ) +("resolving" ((nnp -11.403) (vbg -8.153) ) () ) +("resonance" ((nn -11.054) ) () ) +("resonant" ((jj -10.971) ) () ) +("resonate" ((vb -10.141) ) () ) +("resonated" ((vbd -10.291) ) () ) +("resonates" ((vbz -9.926) ) () ) +("resort" ((nn -8.611) (nnp -10.709) (vb -10.141) (vbp -9.367) ) () ) +("resort-casino" ((nn -11.747) ) () ) +("resorts" ((nnp -11.403) (nnps -7.036) (nns -8.176) (vbz -9.233) ) () ) +("resounding" ((jj -10.971) ) () ) +("resource" ((nn -10.648) (nnp -9.611) ) () ) +("resourceful" ((jj -10.278) ) () ) +("resources" ((nnp -8.224) (nnps -4.638) (nns -7.142) ) () ) +("respect" ((nn -8.656) (vb -9.448) ) () ) +("respectability" ((nn -9.955) ) () ) +("respectable" ((jj -9.585) ) () ) +("respected" ((jj -9.585) (vbn -7.776) ) () ) +("respective" ((jj -9.179) ) () ) +("respectively" ((rb -7.164) ) () ) +("respects" ((nns -10.255) (vbz -9.926) ) () ) +("respiratory" ((jj -9.585) ) () ) +("respite" ((nn -11.747) ) () ) +("respond" ((nn -11.747) (vb -6.883) (vbp -9.367) ) () ) +("responded" ((vbd -7.155) (vbn -8.246) ) () ) +("respondent" ((nn -11.054) ) () ) +("respondents" ((nns -7.813) ) () ) +("responding" ((vbg -6.706) ) () ) +("responds" ((vbz -8.828) ) () ) +("response" ((nn -7.247) (nnp -10.709) ) () ) +("responses" ((nns -8.551) ) () ) +("responsibilities" ((nns -8.176) ) () ) +("responsibility" ((nn -8.163) ) () ) +("responsible" ((jj -7.039) ) () ) +("responsiblilty" ((nn -11.747) ) () ) +("responsibly" ((rb -8.913) ) () ) +("responsive" ((jj -9.585) ) () ) +("ress" ((nnp -11.403) ) () ) +("rest" ((1 -4.727) (nn -7.390) (vb -9.043) (vbp -9.367) ) () ) +("restart" ((vb -9.448) ) () ) +("restarted" ((vbd -9.598) (vbn -9.855) ) () ) +("restarters" ((nns -10.949) ) () ) +("restarting" ((vbg -9.539) ) () ) +("restated" ((jj -10.278) (vbd -10.291) (vbn -7.370) ) () ) +("restatement" ((nn -11.054) ) () ) +("restating" ((vbg -8.846) ) () ) +("restaurant" ((nn -8.163) (nnp -10.709) ) () ) +("restaurants" ((nnp -10.709) (nnps -7.729) (nns -7.730) ) () ) +("rested" ((vbd -10.291) ) () ) +("restitution" ((nn -10.360) ) () ) +("restlessly" ((rb -10.299) ) () ) +("restoration" ((nn -9.667) (nnp -11.403) ) () ) +("restore" ((vb -6.963) ) () ) +("restored" ((vbd -8.905) (vbn -7.370) ) () ) +("restorer" ((nn -11.747) ) () ) +("restoring" ((vbg -8.153) ) () ) +("restrain" ((vb -8.350) ) () ) +("restrained" ((jj -9.872) (vbn -9.162) ) () ) +("restraining" ((jj -10.971) (nn -11.747) (vbg -9.539) ) () ) +("restraint" ((nn -9.549) (nnp -11.403) ) () ) +("restraints" ((nns -9.339) ) () ) +("restrict" ((vb -7.433) (vbp -8.674) ) () ) +("restricted" ((jj -8.892) (vbn -7.216) ) () ) +("restricting" ((vbg -8.440) ) () ) +("restriction" ((nn -10.648) ) () ) +("restrictions" ((nns -6.906) ) () ) +("restrictive" ((jj -9.362) ) () ) +("restricts" ((vbz -8.540) ) () ) +("restructure" ((nn -10.648) (vb -7.308) (vbp -9.367) ) () ) +("restructured" ((vbd -9.192) (vbn -7.457) ) () ) +("restructures" ((vbz -9.233) ) () ) +("restructuring" ((nn -6.827) (vbg -6.281) ) () ) +("restructurings" ((nns -8.869) ) () ) +("rests" ((vbz -9.926) ) () ) +("restyled" ((jj -10.971) (vbn -9.162) ) () ) +("resubmit" ((vb -10.141) ) () ) +("result" ((nn -6.510) (vb -6.190) (vbp -7.981) ) () ) +("resultant" ((jj -10.971) ) () ) +("resulted" ((vbd -7.295) (vbn -7.457) ) () ) +("resulting" ((1 -4.727) (jj -10.971) (vbg -5.984) ) () ) +("results" ((nns -5.265) (vbz -7.729) ) () ) +("resume" ((nn -11.747) (vb -6.809) (vbp -9.367) ) () ) +("resumed" ((vbd -8.094) (vbn -8.246) ) () ) +("resumes" ((nns -10.255) (vbz -9.233) ) () ) +("resuming" ((vbg -8.153) ) () ) +("resumption" ((nn -10.137) ) () ) +("resurfaced" ((vbd -9.598) (vbn -9.855) ) () ) +("resurgence" ((nn -11.054) ) () ) +("resurgent" ((jj -9.585) ) () ) +("resurrect" ((vb -9.043) (vbp -9.367) ) () ) +("resurrected" ((vbd -10.291) (vbn -9.855) ) () ) +("resurrection" ((nn -11.747) ) () ) +("resurrects" ((vbz -9.926) ) () ) +("resuscitate" ((vb -10.141) ) () ) +("resuscitating" ((vbg -9.539) ) () ) +("retail" ((jj -6.127) (nn -8.974) (nnp -11.403) (vb -9.448) (vbp -9.367) ) () ) +("retail-banking" ((jj -10.971) ) () ) +("retail-based" ((jj -10.971) ) () ) +("retail-sales" ((nns -10.949) ) () ) +("retail-volume" ((nn -11.747) ) () ) +("retailer" ((nn -8.611) ) () ) +("retailers" ((nnp -11.403) (nns -7.260) ) () ) +("retailing" ((nn -8.345) (vbg -7.930) ) () ) +("retain" ((vb -6.809) (vbp -7.981) ) () ) +("retained" ((jj -10.971) (vbd -7.806) (vbn -8.063) ) () ) +("retainer" ((nn -11.054) ) () ) +("retaining" ((vbg -7.342) ) () ) +("retains" ((vbz -7.287) ) () ) +("retaking" ((vbg -9.539) ) () ) +("retaliation" ((nn -10.360) ) () ) +("retard" ((vb -10.141) ) () ) +("retardant" ((nn -11.747) ) () ) +("retardants" ((nns -10.949) ) () ) +("retardation" ((nn -11.747) ) () ) +("retarded" ((jj -9.872) ) () ) +("retention" ((nn -11.054) (nnp -11.403) ) () ) +("rethink" ((nn -11.747) (vb -10.141) ) () ) +("rethinking" ((vbg -9.539) ) () ) +("reticence" ((nn -11.747) ) () ) +("retin-a" ((nnp -9.793) ) () ) +("retire" ((vb -7.251) ) () ) +("retired" ((jj -8.669) (nnp -10.304) (vbd -7.652) (vbn -7.290) ) () ) +("retiree" ((nn -11.054) ) () ) +("retirees" ((nns -9.562) ) () ) +("retirement" ((nn -7.776) (nnp -9.457) ) () ) +("retirement-savings" ((jj -10.971) ) () ) +("retirements" ((nns -10.949) ) () ) +("retires" ((vbz -8.828) ) () ) +("retiring" ((vbg -7.141) ) () ) +("retooling" ((vbg -9.539) ) () ) +("retort" ((nn -11.747) ) () ) +("retorts" ((vbz -9.926) ) () ) +("retraced" ((vbd -10.291) ) () ) +("retractable" ((jj -10.971) ) () ) +("retracted" ((vbd -10.291) ) () ) +("retraining" ((vbg -9.539) ) () ) +("retreat" ((nn -10.137) (vb -9.448) ) () ) +("retreated" ((vbd -8.211) (vbn -9.162) ) () ) +("retreating" ((vbg -8.846) ) () ) +("retreats" ((nns -10.255) ) () ) +("retrench" ((vbp -9.367) ) () ) +("retrenchment" ((nn -10.648) ) () ) +("retrial" ((nn -11.054) ) () ) +("retribution" ((nn -10.648) ) () ) +("retrieval" ((nn -11.054) (nnp -10.709) ) () ) +("retrieve" ((vb -9.043) ) () ) +("retroactive" ((jj -10.971) ) () ) +("retrofit" ((vb -8.755) ) () ) +("retrofitting" ((nn -10.648) ) () ) +("retrospect" ((nn -11.747) ) () ) +("retrospective" ((nn -11.747) ) () ) +("retrovir" ((nnp -10.709) ) () ) +("retry" ((vb -10.141) ) () ) +("return" ((jj -10.971) (nn -6.895) (vb -6.064) (vbp -8.674) ) () ) +("returned" ((vbd -7.033) (vbn -6.965) ) () ) +("returning" ((vbg -6.974) ) () ) +("returns" ((nns -6.658) (vbz -7.980) ) () ) +("reuben" ((nnp -10.304) ) () ) +("reunification" ((nn -9.549) (nnp -10.709) ) () ) +("reunion" ((nn -11.747) ) () ) +("reunions" ((nns -10.255) ) () ) +("reunited" ((vbn -9.855) ) () ) +("reupke" ((nnp -9.611) ) () ) +("reuschel" ((nnp -11.403) ) () ) +("reused" ((vbn -9.855) ) () ) +("reuter" ((nnp -10.016) ) () ) +("reuters" ((nnp -8.763) ) () ) +("reuven" ((nnp -10.709) ) () ) +("rev." ((nnp -9.205) ) () ) +("reva" ((nnp -11.403) ) () ) +("revalued" ((vbn -9.855) ) () ) +("revamp" ((vb -9.043) ) () ) +("revamped" ((vbd -10.291) (vbn -7.909) ) () ) +("revamping" ((vbg -8.153) ) () ) +("revco" ((nnp -8.458) ) () ) +("reveal" ((vb -7.839) (vbp -8.268) ) () ) +("revealed" ((vbd -8.681) (vbn -9.162) ) () ) +("revealing" ((jj -10.278) (vbg -8.846) ) () ) +("reveals" ((vbz -8.540) ) () ) +("revel" ((vbp -9.367) ) () ) +("revelations" ((nns -9.562) ) () ) +("reveling" ((vbg -9.539) ) () ) +("revels" ((nns -10.949) ) () ) +("revenge" ((nn -11.747) ) () ) +("revenue" ((nn -5.773) (nnp -8.569) ) () ) +("revenue-losing" ((jj -10.278) ) () ) +("revenue-raising" ((jj -10.278) ) () ) +("revenues" ((nns -7.515) ) () ) +("reverberate" ((vb -10.141) ) () ) +("reverberating" ((vbg -8.846) ) () ) +("reverberations" ((nns -10.949) ) () ) +("reverence" ((nn -11.747) ) () ) +("reverential" ((jj -10.971) ) () ) +("reversal" ((nn -9.667) ) () ) +("reversals" ((nns -10.949) ) () ) +("reverse" ((jj -9.872) (nn -10.360) (rb -10.299) (vb -7.839) (vbp -9.367) ) () ) +("reverse-engineering" ((nn -11.747) ) () ) +("reversed" ((jj -10.971) (vbd -9.192) (vbn -8.246) ) () ) +("reverses" ((vbz -9.233) ) () ) +("reversible" ((jj -10.278) ) () ) +("reversing" ((vbg -7.593) ) () ) +("reverts" ((vbz -8.317) ) () ) +("review" ((nn -7.940) (nnp -8.838) (vb -6.883) (vbp -9.367) ) () ) +("reviewed" ((vbd -9.598) (vbn -7.776) ) () ) +("reviewing" ((vbg -7.054) ) () ) +("reviews" ((nns -9.157) (vbz -9.926) ) () ) +("revise" ((vb -9.043) ) () ) +("revised" ((jj -8.669) (vbd -8.499) (vbn -6.118) ) () ) +("revising" ((vbg -8.846) ) () ) +("revision" ((nn -10.137) ) () ) +("revisionists" ((nns -10.949) ) () ) +("revisions" ((nns -8.869) ) () ) +("revisit" ((vb -9.448) ) () ) +("revisited" ((nnp -10.709) (vbn -9.855) ) () ) +("revisits" ((vbz -9.926) ) () ) +("revitalization" ((jj -10.971) (nn -11.747) ) () ) +("revival" ((nn -9.667) ) () ) +("revivals" ((nns -10.255) ) () ) +("revive" ((vb -7.050) ) () ) +("revived" ((vbd -10.291) (vbn -7.457) ) () ) +("reviving" ((vbg -8.153) ) () ) +("revlon" ((nn -11.747) (nnp -10.304) ) () ) +("revoke" ((vb -8.532) ) () ) +("revoked" ((vbn -8.246) ) () ) +("revoking" ((vbg -8.846) ) () ) +("revolt" ((nn -10.137) ) () ) +("revoltingly" ((rb -10.299) ) () ) +("revolution" ((nn -9.108) (nnp -10.016) ) () ) +("revolutionaries" ((nns -10.949) ) () ) +("revolutionary" ((jj -9.362) (nn -11.054) (nnp -11.403) ) () ) +("revolutionize" ((vb -9.448) ) () ) +("revolutionized" ((vbd -10.291) ) () ) +("revolve" ((vb -10.141) ) () ) +("revolves" ((vbz -9.233) ) () ) +("revolving" ((jj -9.872) (vbg -8.846) ) () ) +("revson" ((nnp -10.016) ) () ) +("revved" ((vbn -9.855) ) () ) +("reward" ((nn -9.955) (vb -8.350) ) () ) +("rewarded" ((vbn -8.469) ) () ) +("rewarding" ((jj -9.872) (vbg -9.539) ) () ) +("rewards" ((nns -8.646) (vbz -8.828) ) () ) +("reworked" ((vbn -9.855) ) () ) +("rewrapped" ((nn -11.747) ) () ) +("rewrite" ((vb -9.043) ) () ) +("rewriting" ((vbg -9.539) ) () ) +("rewritten" ((vbn -9.855) ) () ) +("rex" ((nnp -10.709) ) () ) +("rexinger" ((nnp -11.403) ) () ) +("rey" ((nnp -7.969) ) () ) +("rey-controlled" ((jj -10.971) ) () ) +("reykjavik" ((nnp -11.403) ) () ) +("reynolds" ((nnp -8.184) ) () ) +("rezneck" ((nnp -11.403) ) () ) +("rhapsody" ((nn -11.747) ) () ) +("rhetoric" ((nn -9.349) ) () ) +("rhetorical" ((jj -10.971) ) () ) +("rhin" ((nnp -11.403) ) () ) +("rhino" ((nn -11.747) ) () ) +("rhoads" ((nnp -11.403) ) () ) +("rhode" ((nnp -10.709) ) () ) +("rhododendron" ((nn -11.747) ) () ) +("rhona" ((nnp -11.403) ) () ) +("rhone" ((nnp -10.709) ) () ) +("rhone-poulenc" ((nnp -9.457) ) () ) +("rhymed" ((vbd -10.291) ) () ) +("rhymes" ((vbz -9.926) ) () ) +("rhyming" ((vbg -9.539) ) () ) +("rhythm" ((nn -10.137) ) () ) +("rhythmic" ((jj -9.585) ) () ) +("rhythmically" ((rb -10.299) ) () ) +("riaa" ((nnp -11.403) ) () ) +("riad" ((nnp -11.403) ) () ) +("rianta" ((nnp -9.793) ) () ) +("rib" ((nn -11.747) ) () ) +("ribbies" ((nns -10.949) ) () ) +("ribbons" ((nns -10.255) ) () ) +("ribosomal" ((jj -10.971) ) () ) +("ribs" ((nns -10.255) ) () ) +("rica" ((nnp -8.512) ) () ) +("rican" ((jj -8.892) (nnp -11.403) ) () ) +("ricans" ((nns -10.949) ) () ) +("ricardo" ((nnp -11.403) ) () ) +("riccardo" ((nnp -10.304) ) () ) +("rice" ((nn -9.108) (nnp -10.016) ) () ) +("rich" ((jj -7.675) (nnp -8.763) ) () ) +("richard" ((nnp -6.640) ) () ) +("richards" ((nnp -10.304) ) () ) +("richardson" ((nnp -8.838) ) () ) +("richardson-vicks" ((nnp -11.403) ) () ) +("riche" ((jj -10.971) ) () ) +("richebourg" ((nnp -10.709) ) () ) +("richer" ((jjr -5.960) ) () ) +("riches" ((nn -11.747) (nns -10.255) ) () ) +("richest" ((jjs -6.424) ) () ) +("richfield" ((nnp -9.457) ) () ) +("richland" ((nnp -11.403) ) () ) +("richly" ((rb -10.299) ) () ) +("richmond" ((nnp -8.763) ) () ) +("richmond-san" ((nnp -11.403) ) () ) +("richmond-watson" ((nnp -11.403) ) () ) +("richness" ((nn -11.747) ) () ) +("richter" ((jjr -8.039) (nnp -9.005) ) () ) +("richterian" ((jj -10.971) ) () ) +("rick" ((nnp -9.457) ) () ) +("ricken" ((nnp -11.403) ) () ) +("rickety" ((jj -10.971) ) () ) +("rickey" ((nnp -10.304) ) () ) +("rico" ((nnp -8.311) ) () ) +("rid" ((1 -4.727) (jj -9.362) (vb -8.532) (vbn -9.855) ) () ) +("ridder" ((nnp -11.403) ) () ) +("riddle" ((nn -11.054) ) () ) +("ride" ((nn -8.974) (vb -7.839) (vbp -9.367) ) () ) +("rider" ((nn -10.648) ) () ) +("riders" ((nns -8.869) ) () ) +("ridership" ((nn -11.747) ) () ) +("rides" ((nns -9.850) ) () ) +("ridge" ((nnp -9.611) ) () ) +("ridgefield" ((nnp -11.403) ) () ) +("ridges" ((nns -10.949) ) () ) +("ridicule" ((nn -11.747) ) () ) +("ridiculed" ((vbn -9.855) ) () ) +("ridicules" ((vbz -9.926) ) () ) +("ridiculous" ((jj -8.669) ) () ) +("riding" ((nn -11.054) (vbg -7.141) ) () ) +("ridley" ((nnp -11.403) ) () ) +("riegle" ((nnp -9.323) ) () ) +("rieke" ((nnp -10.709) ) () ) +("riely" ((nnp -11.403) ) () ) +("riepe" ((nnp -11.403) ) () ) +("ries" ((nnp -10.016) ) () ) +("riese" ((nnp -9.793) ) () ) +("rieslings" ((nnps -7.729) ) () ) +("rife" ((jj -9.872) ) () ) +("rifenburgh" ((nnp -9.611) ) () ) +("riff" ((nn -11.747) ) () ) +("riffing" ((vbg -9.539) ) () ) +("rifkin" ((nnp -11.403) ) () ) +("rifkind" ((nnp -10.304) ) () ) +("rifle" ((nnp -10.709) ) () ) +("rifles" ((nns -9.850) ) () ) +("rift" ((nn -9.801) ) () ) +("rig" ((nn -11.747) ) () ) +("rigged" ((vbd -10.291) ) () ) +("right" ((jj -6.723) (nn -7.028) (nnp -10.016) (rb -5.982) ) () ) +("right-angling" ((nn -11.747) ) () ) +("right-hand" ((jj -10.971) ) () ) +("right-hander" ((jj -10.971) (nn -11.747) ) () ) +("right-to-die" ((jj -10.971) ) () ) +("right-to-life" ((jj -9.872) ) () ) +("right-to-lifers" ((nns -10.255) ) () ) +("right-to-privacy" ((jj -10.971) ) () ) +("right-to-work" ((jj -10.971) ) () ) +("right-wing" ((jj -9.585) ) () ) +("righted" ((vbn -9.855) ) () ) +("righthander" ((nn -11.747) ) () ) +("rightly" ((rb -8.690) ) () ) +("rights" ((nnp -10.304) (nnps -5.331) (nns -5.912) ) () ) +("rigid" ((jj -8.774) ) () ) +("rigidity" ((nn -11.054) ) () ) +("rigor" ((nn -11.054) ) () ) +("rigorous" ((jj -10.971) ) () ) +("rigors" ((nns -9.850) ) () ) +("rigs" ((nns -10.255) ) () ) +("rigueur" ((fw -5.416) ) () ) +("riklis" ((nnp -11.403) ) () ) +("riley" ((nnp -10.304) ) () ) +("rill" ((nn -11.747) (nnp -11.403) ) () ) +("rilling" ((nnp -10.709) ) () ) +("rim" ((nn -11.054) (nnp -11.403) (vbp -9.367) ) () ) +("rindos" ((nnp -11.403) ) () ) +("ring" ((nn -10.137) (vb -8.532) (vbp -8.674) ) () ) +("ringer" ((nn -10.137) ) () ) +("ringers" ((nnp -11.403) (nns -7.813) ) () ) +("ringing" ((nn -10.360) (nnp -11.403) (vbg -8.153) ) () ) +("rings" ((nns -10.949) (vbz -9.926) ) () ) +("rio" ((nn -11.747) (nnp -9.205) ) () ) +("riot" ((nn -11.054) ) () ) +("rioting" ((nn -11.747) ) () ) +("riots" ((nns -10.949) ) () ) +("ripe" ((jj -9.585) ) () ) +("ripen" ((vbp -9.367) ) () ) +("ripens" ((vbz -9.926) ) () ) +("ripoff" ((nn -11.747) ) () ) +("rippe" ((nnp -11.403) ) () ) +("ripped" ((vbd -9.598) (vbn -8.757) ) () ) +("ripper" ((nnp -11.403) ) () ) +("ripple" ((jj -10.971) (nn -11.747) (vbp -9.367) ) () ) +("ripples" ((nns -10.949) ) () ) +("risc" ((nnp -9.205) ) () ) +("risc-based" ((jj -10.971) ) () ) +("rise" ((nn -7.010) (vb -5.798) (vbp -7.064) ) () ) +("risen" ((vbn -6.390) ) () ) +("riserva" ((nnp -11.403) ) () ) +("rises" ((nns -8.869) (vbz -7.729) ) () ) +("risible" ((jj -10.971) ) () ) +("rising" ((jj -10.278) (vbg -4.934) ) () ) +("risk" ((nn -6.856) (nnp -11.403) (vb -7.657) (vbp -8.268) ) () ) +("risk-averse" ((jj -10.278) ) () ) +("risk-free" ((jj -9.872) ) () ) +("risk-taking" ((nn -11.747) ) () ) +("risked" ((vbd -9.598) ) () ) +("riskier" ((jjr -5.842) (nn -11.054) ) () ) +("riskiest" ((jjs -7.523) ) () ) +("riskiness" ((nn -11.054) ) () ) +("risking" ((vbg -9.539) ) () ) +("risks" ((nns -6.941) (vbz -9.233) ) () ) +("risky" ((jj -8.138) ) () ) +("risley" ((nnp -11.403) ) () ) +("rit" ((nnp -11.403) ) () ) +("rita" ((nnp -10.016) ) () ) +("rite" ((nn -11.747) ) () ) +("rites" ((nns -10.949) ) () ) +("rito" ((nnp -10.709) ) () ) +("ritter" ((nnp -11.403) ) () ) +("ritterman" ((nnp -10.304) ) () ) +("ritual" ((nn -10.648) ) () ) +("ritz" ((nnp -11.403) ) () ) +("ritzy" ((jj -10.278) ) () ) +("rival" ((jj -7.752) (nn -9.039) (vb -10.141) ) () ) +("rival-bashing" ((jj -10.971) ) () ) +("rivaling" ((vbg -9.539) ) () ) +("rivalries" ((nns -10.949) ) () ) +("rivalry" ((nn -10.648) ) () ) +("rivals" ((nns -7.393) (vbz -9.233) ) () ) +("river" ((nn -9.182) (nnp -7.792) ) () ) +("riverfront" ((nn -11.747) ) () ) +("rivers" ((nns -10.255) ) () ) +("riverside" ((nn -11.747) ) () ) +("riveted" ((vbn -9.855) ) () ) +("riveting" ((jj -10.278) ) () ) +("rivets" ((vbz -9.926) ) () ) +("riviera" ((nnp -10.304) ) () ) +("rivkin" ((nnp -10.304) ) () ) +("rjr" ((nnp -7.085) ) () ) +("rlly" ((nnp -11.403) ) () ) +("rmi" ((nnp -11.403) ) () ) +("rms" ((nnp -10.304) ) () ) +("rna" ((nnp -11.403) ) () ) +("roach" ((nnp -11.403) ) () ) +("road" ((nn -8.220) (nnp -10.709) ) () ) +("road-building" ((nn -11.747) ) () ) +("roadbed" ((nn -11.054) ) () ) +("roadblock" ((nn -11.747) ) () ) +("roadblocks" ((nns -10.255) ) () ) +("roads" ((nns -8.384) ) () ) +("roadway" ((nn -9.955) ) () ) +("roadways" ((nns -9.850) ) () ) +("roam" ((vbp -9.367) ) () ) +("roamed" ((vbd -10.291) ) () ) +("roar" ((nn -11.054) ) () ) +("roaring" ((nn -11.747) (nnp -11.403) (vbg -9.539) ) () ) +("roast" ((nn -11.747) ) () ) +("rob" ((nnp -11.403) ) () ) +("robberies" ((nns -10.949) ) () ) +("robbery" ((nn -11.747) ) () ) +("robbie" ((nnp -10.709) ) () ) +("robe" ((nn -11.747) ) () ) +("robert" ((nnp -6.041) ) () ) +("roberto" ((nnp -10.016) ) () ) +("roberts" ((nnp -8.224) ) () ) +("robertscorp" ((nnp -11.403) ) () ) +("robertson" ((nnp -8.694) ) () ) +("robes" ((nns -10.255) ) () ) +("robeson" ((nnp -11.403) ) () ) +("robie" ((nnp -11.403) ) () ) +("robin" ((nnp -9.793) ) () ) +("robins" ((nnp -9.457) ) () ) +("robinson" ((nnp -9.005) ) () ) +("robinson-humphrey" ((nnp -10.304) ) () ) +("robles" ((nnp -11.403) ) () ) +("robot" ((nn -11.747) ) () ) +("robotic" ((jj -10.278) ) () ) +("robotics" ((nnp -11.403) ) () ) +("robots" ((nnp -11.403) (nns -9.850) ) () ) +("robust" ((jj -7.836) ) () ) +("rocha" ((nnp -10.016) ) () ) +("roche" ((nnp -10.709) ) () ) +("rochester" ((nnp -8.763) ) () ) +("rock" ((nn -9.349) (nnp -8.358) ) () ) +("rock'n" ((nn -11.747) ) () ) +("rock-scored" ((jj -10.971) ) () ) +("rocked" ((vbd -9.598) (vbn -8.469) ) () ) +("rockefeller" ((nnp -7.490) ) () ) +("rockers" ((nns -10.949) ) () ) +("rocket" ((nn -9.955) ) () ) +("rocket-motor" ((nn -11.747) ) () ) +("rocketdyne" ((nnp -11.403) ) () ) +("rocketed" ((vbd -10.291) ) () ) +("rocketing" ((vbg -9.539) ) () ) +("rockets" ((nns -10.949) ) () ) +("rockies" ((nnps -7.729) ) () ) +("rocking" ((vbg -8.846) ) () ) +("rocks" ((nns -9.339) ) () ) +("rockwell" ((nnp -9.100) ) () ) +("rocky" ((jj -9.585) (nnp -10.709) ) () ) +("rod" ((nn -10.360) (nnp -10.709) ) () ) +("rode" ((vbd -8.499) ) () ) +("rodeo" ((nnp -10.709) ) () ) +("roderick" ((nnp -11.403) ) () ) +("rodgers" ((nnp -10.304) ) () ) +("rodrigo" ((nnp -10.709) ) () ) +("rodriguez" ((nnp -10.709) ) () ) +("rods" ((nns -10.255) ) () ) +("roe" ((nnp -8.918) ) () ) +("roebuck" ((nnp -9.611) ) () ) +("roeck" ((nnp -11.403) ) () ) +("roederer" ((nnp -10.304) ) () ) +("roeser" ((nnp -11.403) ) () ) +("rogaine" ((nnp -11.403) ) () ) +("roger" ((nnp -8.184) ) () ) +("rogers" ((nnp -8.838) ) () ) +("rogin" ((nnp -11.403) ) () ) +("rogues" ((nns -10.949) ) () ) +("roh" ((nnp -9.205) ) () ) +("rohm" ((nnp -10.016) ) () ) +("rohrer" ((nnp -11.403) ) () ) +("rohs" ((nnp -10.016) ) () ) +("rojas" ((nnp -11.403) ) () ) +("rolaids" ((nnp -11.403) ) () ) +("roland" ((nnp -10.709) ) () ) +("role" ((nn -6.951) ) () ) +("roles" ((nns -9.157) ) () ) +("rolf" ((nnp -11.403) ) () ) +("rolfes" ((nnp -11.403) ) () ) +("roling" ((nnp -11.403) ) () ) +("roll" ((nn -8.528) (nnp -10.709) (vb -7.839) (vbp -8.268) ) () ) +("roll-call" ((jj -10.971) ) () ) +("roll-out" ((nn -11.747) ) () ) +("rollback" ((nn -10.648) ) () ) +("rollbacks" ((nns -10.949) ) () ) +("rolled" ((jj -10.278) (vbd -8.211) (vbn -7.553) ) () ) +("roller" ((nn -9.955) ) () ) +("roller-coaster" ((nn -10.648) ) () ) +("rollercoaster" ((jj -10.971) ) () ) +("rollers" ((nns -9.157) ) () ) +("rollie" ((nnp -11.403) ) () ) +("rollin" ((nnp -11.403) ) () ) +("rolling" ((jj -9.585) (nn -11.747) (nnp -10.304) (vbg -7.054) ) () ) +("rolling-steel" ((nn -11.747) ) () ) +("rollins" ((nnp -10.709) ) () ) +("rollover" ((nn -11.054) ) () ) +("rollovers" ((nns -10.949) ) () ) +("rolls" ((nnp -11.403) (nns -9.157) (vbz -9.233) ) () ) +("rolls-royce" ((nnp -11.403) ) () ) +("rolm" ((nnp -11.403) ) () ) +("rolodexes" ((nnps -7.729) ) () ) +("romain" ((nnp -11.403) ) () ) +("roman" ((nnp -7.906) (nnps -7.729) ) () ) +("romance" ((nn -10.360) ) () ) +("romanee-conti" ((nnp -10.304) ) () ) +("romanesque" ((jj -10.971) ) () ) +("romantic" ((jj -9.025) ) () ) +("romanticized" ((vbn -9.162) ) () ) +("rome" ((nnp -9.457) ) () ) +("rome-based" ((jj -10.971) ) () ) +("romp" ((vbp -9.367) ) () ) +("romps" ((nns -10.949) ) () ) +("ron" ((nnp -9.205) ) () ) +("ronald" ((nnp -8.224) ) () ) +("roof" ((nn -11.054) ) () ) +("roof-crush" ((jj -9.585) ) () ) +("roofing" ((nn -10.648) ) () ) +("roofs" ((nns -9.339) ) () ) +("rooftops" ((nns -10.949) ) () ) +("rook" ((nn -11.747) ) () ) +("rookie" ((nn -10.360) ) () ) +("room" ((nn -7.484) ) () ) +("room-rate" ((jj -10.971) ) () ) +("roomette" ((nn -11.747) ) () ) +("roomful" ((nn -11.747) ) () ) +("roommate" ((nn -10.648) ) () ) +("roommates" ((nns -10.949) ) () ) +("rooms" ((nns -7.235) ) () ) +("roosevelt" ((nnp -10.304) ) () ) +("rooster-comb" ((nn -11.747) ) () ) +("root" ((nn -10.360) (vb -9.448) (vbp -9.367) ) () ) +("root-canal" ((nn -11.747) ) () ) +("rooted" ((jj -10.971) (vbn -8.469) ) () ) +("rooters" ((nns -10.949) ) () ) +("rooting" ((vbg -8.846) ) () ) +("roots" ((nns -9.157) ) () ) +("rope" ((nn -11.054) ) () ) +("rope-sight" ((nn -11.747) ) () ) +("roper" ((nnp -9.457) ) () ) +("ropes" ((nns -9.157) ) () ) +("rosalind" ((nnp -11.403) ) () ) +("rosarians" ((nns -10.949) ) () ) +("rose" ((nn -11.054) (nnp -8.569) (vbd -3.877) (vbp -9.367) ) () ) +("rose-gold" ((nn -11.747) ) () ) +("roseanne" ((nnp -11.403) ) () ) +("roselle" ((nnp -11.403) ) () ) +("rosemary" ((nnp -10.709) ) () ) +("rosemont" ((nnp -11.403) ) () ) +("rosen" ((nnp -8.918) ) () ) +("rosenau" ((nnp -11.403) ) () ) +("rosenbach" ((nnp -10.304) ) () ) +("rosenberg" ((nnp -11.403) ) () ) +("rosenblatt" ((nnp -9.611) ) () ) +("rosenblum" ((nnp -10.709) ) () ) +("rosencrants" ((nnp -11.403) ) () ) +("rosenfeld" ((nnp -11.403) ) () ) +("rosenfield" ((nnp -11.403) ) () ) +("rosenthal" ((nnp -9.323) ) () ) +("roses" ((nns -10.949) ) () ) +("rosie" ((nn -11.747) (nnp -10.304) ) () ) +("rosier" ((jjr -8.039) ) () ) +("ross" ((nnp -7.714) ) () ) +("rossini" ((nnp -10.709) ) () ) +("rostenkowski" ((nnp -9.323) ) () ) +("roster" ((nn -11.054) ) () ) +("rosy" ((jj -9.585) ) () ) +("rot" ((nn -11.747) ) () ) +("rotate" ((vb -10.141) ) () ) +("rotated" ((vbd -10.291) ) () ) +("rotating" ((vbg -9.539) ) () ) +("rotc" ((nnp -10.016) ) () ) +("roth" ((nnp -9.611) ) () ) +("rothe" ((nnp -11.403) ) () ) +("rothman" ((nnp -10.709) ) () ) +("rothschild" ((nnp -8.224) ) () ) +("rothschilds" ((nnps -5.426) ) () ) +("rothwell" ((nnp -11.403) ) () ) +("rotie" ((nnp -11.403) ) () ) +("rotondo" ((nnp -11.403) ) () ) +("rotten" ((jj -10.971) ) () ) +("rotting" ((vbg -8.440) ) () ) +("rouge" ((nnp -9.611) ) () ) +("rough" ((jj -8.406) ) () ) +("rough-and-tumble" ((jj -10.971) ) () ) +("rougher" ((jjr -8.039) ) () ) +("roughly" ((rb -6.348) ) () ) +("roughneck" ((nn -11.747) ) () ) +("roukema" ((nnp -10.709) ) () ) +("roulet" ((nnp -11.403) ) () ) +("roulette" ((nn -11.747) ) () ) +("round" ((jj -10.278) (nn -8.751) (nnp -11.403) (vb -9.448) ) () ) +("round-table" ((jj -10.971) ) () ) +("round-the-clock" ((jj -10.971) ) () ) +("round-trip" ((jj -10.278) (nn -11.054) ) () ) +("rounded" ((jj -10.971) (vbd -10.291) ) () ) +("rounding-off" ((nn -11.747) ) () ) +("rounds" ((nns -10.949) ) () ) +("roussel" ((nnp -11.403) ) () ) +("roussel-uclaf" ((nnp -11.403) ) () ) +("rout" ((nn -8.974) ) () ) +("route" ((nn -9.549) ) () ) +("routed" ((vbn -9.162) ) () ) +("routes" ((nns -8.004) (vbz -9.926) ) () ) +("routine" ((jj -8.486) (nn -11.054) ) () ) +("routinely" ((rb -8.220) ) () ) +("routines" ((nns -10.949) ) () ) +("routing" ((nn -11.747) (vbg -9.539) ) () ) +("rover" ((nnp -11.403) ) () ) +("row" ((nn -8.856) (nnp -11.403) (vb -10.141) ) () ) +("rowdy" ((jj -10.971) ) () ) +("rowe" ((nnp -8.407) ) () ) +("rowed" ((vbd -10.291) ) () ) +("rowing" ((nn -11.054) ) () ) +("rowland" ((nnp -10.304) ) () ) +("rows" ((nns -9.850) ) () ) +("roxboro" ((nnp -11.403) ) () ) +("roy" ((nnp -8.838) ) () ) +("royal" ((jj -10.971) (nn -11.747) (nnp -8.035) ) () ) +("royalties" ((nns -9.003) ) () ) +("royalty" ((nn -9.801) ) () ) +("royce" ((nnp -11.403) ) () ) +("rozell" ((nnp -11.403) ) () ) +("rozelle" ((nnp -10.709) ) () ) +("rtc" ((nnp -8.035) ) () ) +("rts" ((nnp -11.403) ) () ) +("rtz" ((nnp -10.709) ) () ) +("ru-486" ((nnp -8.694) ) () ) +("rub" ((nn -11.054) (vb -10.141) (vbp -9.367) ) () ) +("rubber" ((nn -9.801) (nnp -10.304) ) () ) +("rubber-necking" ((vbg -9.539) ) () ) +("rubbermaid" ((nnp -9.205) ) () ) +("rubbish" ((jj -10.971) (nn -11.747) ) () ) +("rubble" ((nn -9.955) ) () ) +("rubdowns" ((nns -10.949) ) () ) +("rubega" ((nnp -11.403) ) () ) +("rubel" ((nnp -9.793) ) () ) +("rubeli" ((nnp -11.403) ) () ) +("rubendall" ((nnp -10.304) ) () ) +("rubenesquely" ((jj -10.971) ) () ) +("rubens" ((nnp -8.838) ) () ) +("rubenstein" ((nnp -10.304) ) () ) +("ruberg" ((nnp -11.403) ) () ) +("rubfests" ((nns -10.949) ) () ) +("rubicam" ((nnp -9.205) ) () ) +("rubik" ((nnp -11.403) ) () ) +("rubin" ((nnp -9.457) ) () ) +("rubinfien" ((nnp -11.403) ) () ) +("ruble" ((fw -5.416) (nn -9.801) ) () ) +("rubles" ((nns -8.310) ) () ) +("rubric" ((nn -11.747) ) () ) +("rubs" ((nns -10.949) ) () ) +("ruby" ((nnp -10.709) ) () ) +("ruckert" ((nnp -11.403) ) () ) +("rudder" ((nn -11.747) ) () ) +("rude" ((jj -10.971) (nnp -11.403) ) () ) +("ruder" ((nnp -10.304) ) () ) +("rudimentary" ((jj -10.971) ) () ) +("rudman" ((nnp -9.611) ) () ) +("rudnick" ((nnp -10.709) ) () ) +("rudolph" ((nnp -9.457) ) () ) +("rue" ((nn -11.747) ) () ) +("ruefully" ((rb -10.299) ) () ) +("ruettgers" ((nnp -11.403) ) () ) +("ruffel" ((nnp -11.403) ) () ) +("ruffled" ((vbn -9.855) ) () ) +("rug" ((nn -11.747) ) () ) +("rugged" ((jj -10.278) ) () ) +("rugs" ((nns -10.949) ) () ) +("ruin" ((vb -9.448) (vbp -9.367) ) () ) +("ruined" ((vbn -9.162) ) () ) +("ruining" ((vbg -8.846) ) () ) +("ruins" ((nns -10.949) ) () ) +("rule" ((nn -7.776) (nnp -11.403) (vb -7.308) (vbp -9.367) ) () ) +("ruled" ((vbd -7.072) (vbn -6.911) ) () ) +("ruler" ((nn -11.747) ) () ) +("rulers" ((nns -9.850) ) () ) +("rules" ((nnps -6.630) (nns -6.204) (vbz -9.233) ) () ) +("ruling" ((jj -10.971) (nn -7.527) (vbg -6.766) ) () ) +("rulings" ((nns -9.157) ) () ) +("rumack" ((nnp -11.403) ) () ) +("rumbled" ((vbd -10.291) ) () ) +("rumbling" ((vbg -9.539) ) () ) +("rumblings" ((nns -10.949) ) () ) +("ruminated" ((vbd -10.291) ) () ) +("rumor" ((nn -9.444) ) () ) +("rumor-happy" ((jj -10.971) ) () ) +("rumored" ((jj -10.971) (vbd -10.291) (vbn -7.083) ) () ) +("rumors" ((nns -7.311) (vbz -9.926) ) () ) +("rumpled" ((jj -10.971) ) () ) +("run" ((nn -8.489) (nnp -10.709) (vb -5.824) (vbn -6.166) (vbp -6.422) ) () ) +("run-down" ((jj -10.278) ) () ) +("run-ins" ((nns -10.949) ) () ) +("run-up" ((nn -9.955) ) () ) +("runaway" ((jj -9.179) ) () ) +("rung" ((vbn -8.757) ) () ) +("runkel" ((nnp -9.323) ) () ) +("runner" ((nn -10.648) (nnp -11.403) ) () ) +("runners" ((nns -10.255) ) () ) +("runners-up" ((nns -10.949) ) () ) +("running" ((jj -9.872) (nn -10.360) (rb -10.299) (vbg -5.132) ) () ) +("runs" ((nns -8.310) (vbz -6.098) ) () ) +("runup" ((nn -11.747) ) () ) +("runups" ((nns -10.255) ) () ) +("runway" ((nn -11.747) ) () ) +("runways" ((nns -10.949) ) () ) +("rupert" ((nnp -9.100) ) () ) +("rupture" ((nn -11.747) ) () ) +("ruptured" ((vbd -9.598) ) () ) +("rural" ((jj -7.880) (nnp -10.016) ) () ) +("ruse" ((nn -11.747) ) () ) +("rush" ((nn -9.262) (nnp -11.403) (vb -8.532) (vbp -8.674) ) () ) +("rush-hour" ((jj -10.278) ) () ) +("rushed" ((vbd -7.988) (vbn -8.469) ) () ) +("rushes" ((vbz -9.233) ) () ) +("rushforth" ((nnp -11.403) ) () ) +("rushing" ((vbg -7.342) ) () ) +("ruskin" ((nnp -10.016) ) () ) +("russ" ((nnp -11.403) ) () ) +("russel" ((nnp -11.403) ) () ) +("russell" ((nnp -9.100) ) () ) +("russia" ((nnp -10.304) ) () ) +("russian" ((jj -8.406) (nnp -9.323) ) () ) +("russian-language" ((jj -10.971) ) () ) +("russians" ((nnps -5.937) ) () ) +("russo" ((nnp -10.016) ) () ) +("rusted" ((vbn -9.855) ) () ) +("rusticated" ((vbn -9.855) ) () ) +("rustin" ((nnp -10.709) ) () ) +("rusting" ((jj -10.971) ) () ) +("rustlers" ((nns -10.949) ) () ) +("rustling" ((nn -11.747) ) () ) +("rustlings" ((nns -10.949) ) () ) +("rusty" ((nnp -11.403) ) () ) +("ruth" ((nnp -9.205) ) () ) +("ruthless" ((jj -9.872) ) () ) +("ruvolo" ((nnp -9.793) ) () ) +("rv" ((nn -11.054) ) () ) +("rvs" ((nns -10.949) ) () ) +("rwanda" ((nnp -11.403) ) () ) +("ryan" ((nnp -10.709) ) () ) +("ryder" ((nnp -9.205) ) () ) +("rye" ((nn -10.648) ) () ) +("ryerson" ((nnp -11.403) ) () ) +("rymer" ((nnp -10.709) ) () ) +("ryosuke" ((nnp -11.403) ) () ) +("ryzhkov" ((nnp -11.403) ) () ) +("s" ((nnp -9.323) (prp -9.428) (vbz -9.233) ) () ) +("s&l" ((nn -8.802) (nnp -8.838) ) () ) +("s&ls" ((nnp -10.709) (nns -9.003) ) () ) +("s&p" ((nn -9.349) (nnp -6.693) ) () ) +("s-cargo" ((nnp -10.709) ) () ) +("s." ((nnp -7.714) ) () ) +("s.a" ((nnp -9.457) ) () ) +("s.a." ((nnp -7.414) ) () ) +("s.c" ((nnp -9.611) ) () ) +("s.c." ((nnp -9.205) ) () ) +("s.g." ((nnp -10.016) ) () ) +("s.grove" ((nnp -11.403) ) () ) +("s.i." ((nnp -11.403) ) () ) +("s.p" ((nnp -9.005) ) () ) +("s.p.a" ((nnp -11.403) ) () ) +("s.p.a." ((nnp -10.016) ) () ) +("s.p.a.-controlled" ((jj -10.971) ) () ) +("sa" ((nnp -10.304) ) () ) +("sa-duk" ((nnp -11.403) ) () ) +("saab" ((nnp -9.323) ) () ) +("saab-scania" ((nnp -10.709) ) () ) +("saatchi" ((nnp -7.140) (nns -10.255) ) () ) +("sabena" ((nnp -11.403) ) () ) +("sabha" ((nnp -11.403) ) () ) +("sabina" ((nnp -11.403) ) () ) +("sabine" ((nnp -11.403) ) () ) +("sable" ((nnp -11.403) ) () ) +("sabotage" ((nn -10.137) (vb -9.043) ) () ) +("sabre" ((nnp -11.403) ) () ) +("sac" ((nn -11.747) ) () ) +("sachs" ((nnp -7.414) ) () ) +("sack" ((nn -11.747) ) () ) +("sacked" ((vbd -9.598) ) () ) +("sacking" ((vbg -9.539) ) () ) +("sackings" ((nns -10.949) ) () ) +("sacks" ((nns -9.850) ) () ) +("sacramento" ((nnp -8.358) ) () ) +("sacramento-based" ((jj -10.971) ) () ) +("sacred" ((jj -9.872) ) () ) +("sacremento" ((nnp -11.403) ) () ) +("sacrifice" ((nn -10.648) (vb -8.532) ) () ) +("sacrifices" ((nns -10.949) ) () ) +("sacrificing" ((vbg -8.153) ) () ) +("sad" ((jj -8.892) ) () ) +("sadakane" ((nnp -11.403) ) () ) +("sadder" ((jjr -8.039) ) () ) +("saddled" ((vbd -10.291) (vbn -9.162) ) () ) +("sadistic" ((jj -10.971) ) () ) +("sadly" ((rb -9.606) ) () ) +("safari" ((nnp -11.403) ) () ) +("safe" ((jj -7.445) (nnp -10.304) ) () ) +("safeco" ((nnp -10.304) ) () ) +("safeguard" ((vb -8.755) ) () ) +("safeguarding" ((vbg -9.539) ) () ) +("safeguards" ((nns -9.339) ) () ) +("safekeeping" ((nn -11.747) ) () ) +("safely" ((rb -9.201) ) () ) +("safer" ((jjr -5.555) (nnp -10.709) ) () ) +("safest" ((jjs -6.830) ) () ) +("safety" ((nn -7.527) (nnp -8.838) ) () ) +("safeway" ((nnp -11.403) ) () ) +("safford" ((nnp -11.403) ) () ) +("safra" ((nnp -10.304) ) () ) +("saga" ((nn -10.648) ) () ) +("sagan" ((nnp -9.611) ) () ) +("sage" ((nn -11.747) ) () ) +("sages" ((nns -10.949) ) () ) +("sagged" ((vbd -8.499) ) () ) +("sagging" ((1 -4.727) (nn -11.747) (vbg -7.930) ) () ) +("sago" ((nnp -10.016) ) () ) +("sagos" ((nns -9.850) ) () ) +("sahour" ((nnp -11.403) ) () ) +("said" ((vbd -1.670) (vbn -5.565) ) () ) +("saigon" ((nnp -10.709) ) () ) +("sailed" ((vbd -10.291) ) () ) +("sailing" ((nn -10.648) (nnp -10.709) (vbg -9.539) ) () ) +("sailors" ((nns -10.255) ) () ) +("sails" ((nns -10.255) ) () ) +("sain" ((nnp -10.709) ) () ) +("sainsbury" ((nnp -11.403) ) () ) +("saint-saens" ((nnp -10.709) ) () ) +("sainte-chapelle" ((nnp -11.403) ) () ) +("sainthood" ((nn -11.747) ) () ) +("saints" ((nns -10.949) ) () ) +("saitama" ((nnp -11.403) ) () ) +("sajak" ((nnp -11.403) ) () ) +("sakowitz" ((nnp -10.304) ) () ) +("saks" ((nnp -8.763) ) () ) +("sakura" ((nnp -11.403) ) () ) +("sala" ((nnp -10.016) ) () ) +("salable" ((jj -10.971) ) () ) +("salang" ((nnp -11.403) ) () ) +("salant" ((nnp -11.403) ) () ) +("salaried" ((jj -10.278) ) () ) +("salaries" ((nns -8.004) ) () ) +("salary" ((nn -8.974) ) () ) +("sale" ((nn -5.809) ) () ) +("sale-lease-back" ((jj -10.971) ) () ) +("sale-purchase" ((nn -11.747) ) () ) +("salem" ((nnp -10.304) ) () ) +("salembier" ((nnp -10.016) ) () ) +("salerno-sonnenberg" ((nnp -11.403) ) () ) +("sales" ((jj -9.025) (nnp -10.709) (nns -4.030) ) () ) +("sales-loss" ((jj -10.971) ) () ) +("sales-tax" ((jj -10.971) (nn -11.747) ) () ) +("salesman" ((nn -8.856) ) () ) +("salesmen" ((nns -8.646) ) () ) +("salesparson" ((nn -11.747) ) () ) +("salespeople" ((nn -9.667) (nns -8.751) ) () ) +("salesperson" ((nn -11.054) ) () ) +("salicylate" ((nn -11.747) ) () ) +("salicylates" ((nns -10.949) ) () ) +("salicylic" ((jj -10.971) ) () ) +("salim" ((nnp -11.403) ) () ) +("salina" ((nnp -10.709) ) () ) +("salinas" ((nnp -10.016) ) () ) +("salinger" ((nnp -9.205) ) () ) +("salisbury" ((nnp -11.403) ) () ) +("salk" ((nnp -11.403) ) () ) +("sally" ((nnp -10.709) ) () ) +("salmon" ((nn -11.747) ) () ) +("salmore" ((nnp -10.709) ) () ) +("salomon" ((nnp -7.008) ) () ) +("salon" ((nn -10.648) (nnp -10.016) ) () ) +("saloojee" ((nnp -11.403) ) () ) +("salt" ((nn -10.137) (nnp -10.304) ) () ) +("salted" ((vbd -10.291) ) () ) +("salton" ((nnp -11.403) ) () ) +("saltwater" ((nn -11.747) ) () ) +("salubrious" ((jj -10.971) ) () ) +("salutary" ((jj -10.971) ) () ) +("salute" ((nn -11.054) ) () ) +("saluting" ((vbg -9.539) ) () ) +("salvador" ((nnp -9.611) ) () ) +("salvadoran" ((jj -9.872) ) () ) +("salvage" ((nn -11.054) (vb -9.043) ) () ) +("salvaged" ((vbn -8.469) ) () ) +("salvation" ((nnp -10.709) ) () ) +("salvatore" ((nnp -11.403) ) () ) +("salve" ((vb -10.141) ) () ) +("salzman" ((nnp -10.016) ) () ) +("sam" ((nnp -8.107) ) () ) +("samaritans" ((nns -10.949) ) () ) +("same" ((jj -5.274) ) () ) +("same-store" ((cd -10.462) (jj -10.278) ) () ) +("samengo-turner" ((nnp -11.403) ) () ) +("sammye" ((nnp -11.403) ) () ) +("samovar" ((nnp -11.403) ) () ) +("samovars" ((nns -10.949) ) () ) +("sample" ((nn -10.137) ) () ) +("samples" ((nns -8.464) ) () ) +("samsung" ((nnp -9.611) ) () ) +("samuel" ((nnp -8.358) ) () ) +("samurai" ((nn -11.747) (nnp -10.709) ) () ) +("san" ((nnp -5.877) ) () ) +("sanctioned" ((vbn -9.162) ) () ) +("sanctioning" ((vbg -9.539) ) () ) +("sanctions" ((nns -7.904) (vbz -9.926) ) () ) +("sanctity" ((nn -11.747) ) () ) +("sand" ((nn -8.802) (nnp -11.403) ) () ) +("sandberg" ((nnp -11.403) ) () ) +("sanderoff" ((nnp -11.403) ) () ) +("sanders" ((nnp -10.709) ) () ) +("sandifer" ((nnp -11.403) ) () ) +("sandinista" ((jj -10.278) (nnp -9.323) ) () ) +("sandinistas" ((nnps -7.729) (nns -9.562) ) () ) +("sandip" ((nnp -11.403) ) () ) +("sandler" ((nnp -10.709) ) () ) +("sandor" ((nnp -11.403) ) () ) +("sandoz" ((nnp -10.304) ) () ) +("sandpaper" ((nn -11.747) ) () ) +("sandra" ((nnp -9.611) ) () ) +("sandro" ((nnp -11.403) ) () ) +("sands" ((nnp -10.709) (nnps -7.729) (nns -10.255) ) () ) +("sandwich" ((nn -10.648) ) () ) +("sandwiched" ((vbd -10.291) (vbn -9.162) ) () ) +("sandwiches" ((nns -9.850) ) () ) +("sandy" ((nnp -10.709) ) () ) +("sanford" ((nnp -8.569) ) () ) +("sang" ((vbd -8.211) ) () ) +("sanger" ((nnp -10.304) ) () ) +("sanguine" ((jj -9.872) (nn -11.747) ) () ) +("sanitary" ((jj -10.278) ) () ) +("sanitation" ((nn -11.054) ) () ) +("sanitationists" ((nns -10.949) ) () ) +("sanjiv" ((nnp -11.403) ) () ) +("sank" ((vbd -7.583) ) () ) +("sanraku" ((nnp -11.403) ) () ) +("sans" ((fw -5.416) ) () ) +("sansui" ((nnp -8.458) ) () ) +("santa" ((nnp -7.765) ) () ) +("sante" ((nnp -10.709) ) () ) +("santiago" ((nnp -11.403) ) () ) +("sanwa" ((nnp -10.304) ) () ) +("sao" ((nnp -10.709) ) () ) +("sapiens" ((jj -10.971) ) () ) +("sapping" ((vbg -9.539) ) () ) +("sapporo" ((nnp -11.403) ) () ) +("sara" ((nnp -10.304) ) () ) +("sarah" ((nnp -10.304) ) () ) +("saran" ((nnp -11.403) ) () ) +("sarasota" ((nnp -11.403) ) () ) +("sarawak" ((nnp -11.403) ) () ) +("sardi" ((nnp -11.403) ) () ) +("sardinia" ((nnp -11.403) ) () ) +("sardonic" ((jj -10.971) ) () ) +("sargent" ((nnp -11.403) ) () ) +("sark" ((nnp -11.403) ) () ) +("sas" ((nnp -9.793) ) () ) +("sasaki" ((nnp -11.403) ) () ) +("sasea" ((nnp -10.304) ) () ) +("saskatchewan" ((nnp -10.016) ) () ) +("sass" ((nnp -10.304) ) () ) +("sasser" ((nnp -9.457) ) () ) +("sassy" ((nnp -9.005) ) () ) +("sat" ((nnp -11.403) (vbd -7.346) (vbn -8.757) ) () ) +("satellite" ((jj -10.971) (nn -9.262) (nnp -9.005) ) () ) +("satellite-delivered" ((jj -10.971) ) () ) +("satellite-tv" ((jj -9.872) ) () ) +("satellites" ((nns -10.255) ) () ) +("satire" ((nn -10.137) ) () ) +("satirical" ((jj -9.872) ) () ) +("satisfaction" ((nn -9.262) ) () ) +("satisfactorily" ((rb -9.201) ) () ) +("satisfactory" ((jj -9.179) ) () ) +("satisfied" ((1 -4.727) (jj -10.278) (vbd -10.291) (vbn -7.909) ) () ) +("satisfies" ((nns -10.949) (vbz -9.926) ) () ) +("satisfy" ((vb -7.744) ) () ) +("satisfying" ((vbg -8.440) ) () ) +("satoko" ((nnp -11.403) ) () ) +("satoshi" ((nnp -10.304) ) () ) +("sattig" ((nnp -11.403) ) () ) +("saturate" ((vb -10.141) ) () ) +("saturated" ((vbd -10.291) (vbn -9.855) ) () ) +("saturday" ((nnp -7.739) ) () ) +("saturdays" ((nnp -11.403) ) () ) +("saturn" ((nnp -11.403) ) () ) +("sauce" ((nn -11.054) ) () ) +("sauces" ((nns -10.255) ) () ) +("saucy" ((jj -10.971) ) () ) +("saudi" ((jj -9.025) (nnp -9.205) ) () ) +("saudis" ((nnps -7.729) ) () ) +("sauerkraut" ((nn -11.747) ) () ) +("saul" ((nnp -9.005) ) () ) +("saull" ((nnp -11.403) ) () ) +("sauna" ((nn -11.747) ) () ) +("sausage-grinder" ((nn -11.747) ) () ) +("sausalito" ((nnp -11.403) ) () ) +("sauternes" ((nnp -11.403) ) () ) +("sauvignon" ((nnp -11.403) ) () ) +("savageau" ((nnp -10.304) ) () ) +("savagely" ((rb -10.299) ) () ) +("savaiko" ((nnp -10.709) ) () ) +("save" ((nnp -11.403) (vb -6.404) (vbp -9.367) ) () ) +("save-the-earth" ((jj -10.278) ) () ) +("saved" ((vbd -8.905) (vbn -7.909) ) () ) +("savers" ((nns -10.949) ) () ) +("saves" ((vbz -8.828) ) () ) +("saveth" ((nnp -11.403) ) () ) +("saville" ((nnp -11.403) ) () ) +("savimbi" ((nnp -11.403) ) () ) +("saving" ((nn -10.648) (nnp -11.403) (vbg -7.236) ) () ) +("savings" ((nn -9.955) (nnp -7.395) (nnps -4.733) (nns -6.805) ) () ) +("savings-and-loan" ((jj -9.362) (nn -10.360) ) () ) +("savings-and-loans" ((jj -10.971) ) () ) +("savings-type" ((jj -10.278) ) () ) +("savior" ((nn -11.747) ) () ) +("savored" ((vbd -10.291) ) () ) +("savoring" ((vbg -9.539) ) () ) +("savoy" ((nnp -11.403) ) () ) +("savviest" ((jjs -7.523) ) () ) +("savvy" ((jj -9.585) (nn -11.747) ) () ) +("saw" ((nn -10.648) (vbd -6.101) ) () ) +("sawmill" ((nn -11.054) ) () ) +("sawyer" ((nnp -10.016) ) () ) +("saxon" ((nnp -11.403) ) () ) +("say" ((nn -11.747) (nnp -11.403) (uh -4.477) (vb -4.960) (vbp -3.195) ) () ) +("sayers" ((nnp -10.709) ) () ) +("saying" ((nn -11.054) (vbg -4.634) ) () ) +("sayre" ((nnp -11.403) ) () ) +("says" ((vbz -2.365) ) () ) +("sba" ((nnp -10.304) ) () ) +("scabs" ((nns -10.949) ) () ) +("scale" ((nn -8.611) (nnp -11.403) (vb -9.448) ) () ) +("scaled" ((vbd -10.291) (vbn -8.246) ) () ) +("scaled-back" ((jj -10.971) ) () ) +("scaled-backed" ((jj -10.971) ) () ) +("scaled-down" ((jj -9.872) ) () ) +("scales" ((nns -10.949) ) () ) +("scalfaro" ((nnp -10.709) ) () ) +("scali" ((nnp -10.709) ) () ) +("scaling" ((vbg -9.539) ) () ) +("scalp" ((nn -11.747) ) () ) +("scam" ((nn -10.137) ) () ) +("scammed" ((vbd -10.291) ) () ) +("scammers" ((nns -9.562) ) () ) +("scamper" ((vbp -9.367) ) () ) +("scams" ((nns -8.751) ) () ) +("scan" ((vb -10.141) ) () ) +("scana" ((nnp -11.403) ) () ) +("scandal" ((nn -7.739) ) () ) +("scandal-plagued" ((jj -10.971) ) () ) +("scandal-ridden" ((jj -10.971) ) () ) +("scandal-stench" ((nn -11.747) ) () ) +("scandal-tossed" ((jj -10.971) ) () ) +("scandal-tripped" ((jj -10.971) ) () ) +("scandalized" ((vbd -10.291) ) () ) +("scandals" ((nns -8.384) ) () ) +("scandinavia" ((nnp -10.709) ) () ) +("scandinavian" ((jj -10.971) (nnp -10.709) ) () ) +("scannell" ((nnp -10.709) ) () ) +("scanners" ((nns -10.255) ) () ) +("scanning" ((vbg -9.539) ) () ) +("scans" ((nns -10.949) (vbz -8.828) ) () ) +("scant" ((jj -9.362) ) () ) +("scape" ((vb -10.141) ) () ) +("scapegoat" ((nn -11.054) ) () ) +("scapegoating" ((nn -11.747) ) () ) +("scarborough" ((nnp -10.304) ) () ) +("scarce" ((jj -9.362) ) () ) +("scarcely" ((rb -8.690) ) () ) +("scarcest" ((jjs -7.523) ) () ) +("scarcity" ((nn -11.747) ) () ) +("scare" ((nn -11.054) (nnp -11.403) (vb -9.043) (vbp -9.367) ) () ) +("scare-tactic" ((nn -11.747) ) () ) +("scared" ((jj -9.362) (rb -10.299) (vbd -9.598) (vbn -8.063) ) () ) +("scares" ((nns -10.949) ) () ) +("scaring" ((vbg -8.153) ) () ) +("scarlet" ((jj -10.971) ) () ) +("scarred" ((vbn -9.855) ) () ) +("scars" ((nns -10.949) ) () ) +("scarves" ((nn -11.747) ) () ) +("scary" ((jj -9.585) ) () ) +("scathing" ((jj -10.278) ) () ) +("scattered" ((jj -9.872) (vbn -8.469) ) () ) +("scavengers" ((nns -10.255) ) () ) +("scenario" ((nn -8.702) (nnp -10.709) ) () ) +("scenarios" ((nns -9.003) ) () ) +("scene" ((nn -8.656) ) () ) +("scenery" ((nn -11.747) ) () ) +("scenes" ((nns -8.869) ) () ) +("scenic" ((jj -10.278) ) () ) +("scents" ((nns -10.949) ) () ) +("schaefer" ((nnp -10.016) ) () ) +("schaeffer" ((nnp -9.611) ) () ) +("schantz" ((nnp -10.709) ) () ) +("schaumburg" ((nnp -11.403) ) () ) +("schedule" ((nn -8.379) (vb -9.448) ) () ) +("scheduled" ((jj -9.025) (vbd -9.598) (vbn -5.201) ) () ) +("schedules" ((nns -8.241) ) () ) +("scheduling" ((nn -10.648) (vbg -8.846) ) () ) +("scheetz" ((nnp -11.403) ) () ) +("scheme" ((nn -8.569) ) () ) +("schemers" ((nns -10.949) ) () ) +("schemes" ((nns -9.003) ) () ) +("scheming" ((jj -10.971) (vbg -9.539) ) () ) +("schenectady" ((nnp -11.403) ) () ) +("scherer" ((nnp -11.403) ) () ) +("schering" ((nnp -11.403) ) () ) +("schering-plough" ((nnp -9.005) ) () ) +("scheringplough" ((nn -11.747) ) () ) +("schiffs" ((nnps -7.729) ) () ) +("schimberg" ((nnp -11.403) ) () ) +("schizoid" ((jj -10.971) ) () ) +("schizophrenia" ((nn -11.747) ) () ) +("schizophrenic" ((jj -10.278) ) () ) +("schlesinger" ((nnp -10.016) ) () ) +("schloss" ((nnp -11.403) ) () ) +("schlumberger" ((nnp -10.016) ) () ) +("schmidlin" ((nnp -11.403) ) () ) +("schmumpered" ((vbd -10.291) ) () ) +("schneider" ((nnp -9.793) ) () ) +("schoch" ((nnp -11.403) ) () ) +("scholar" ((nn -10.137) ) () ) +("scholarly" ((jj -10.278) ) () ) +("scholars" ((nns -8.464) ) () ) +("scholarship" ((nn -9.955) ) () ) +("scholarships" ((nns -10.949) ) () ) +("scholastic" ((nnp -11.403) ) () ) +("school" ((nn -7.236) (nnp -7.574) (vb -10.141) ) () ) +("school-board" ((nn -11.747) ) () ) +("school-district" ((nn -11.747) ) () ) +("school-improvement" ((jj -10.971) ) () ) +("school-research" ((jj -10.971) ) () ) +("schoolchildren" ((nns -10.949) ) () ) +("schooling" ((nn -11.054) ) () ) +("schools" ((nnp -10.016) (nns -7.164) ) () ) +("schoolteacher" ((nn -10.648) ) () ) +("schoolteachers" ((nns -10.949) ) () ) +("schrager" ((nnp -10.709) ) () ) +("schramm" ((nnp -10.709) ) () ) +("schreibman" ((nnp -10.304) ) () ) +("schroder" ((nnp -9.205) ) () ) +("schroders" ((nnp -10.709) ) () ) +("schuler" ((nnp -11.403) ) () ) +("schulman" ((nnp -10.016) ) () ) +("schulof" ((nnp -10.016) ) () ) +("schulte" ((nnp -10.016) ) () ) +("schulz" ((nnp -10.709) ) () ) +("schumacher" ((nnp -10.709) ) () ) +("schuman" ((nnp -10.709) ) () ) +("schuster" ((nnp -9.793) ) () ) +("schwab" ((nnp -9.323) ) () ) +("schwartz" ((nnp -9.205) ) () ) +("schwartzman" ((nnp -11.403) ) () ) +("schwarz" ((nnp -8.838) ) () ) +("schwarzenberger" ((nnp -11.403) ) () ) +("schwarzwaldklinik" ((nnp -11.403) ) () ) +("schweitzer" ((nnp -11.403) ) () ) +("schweppes" ((nnp -10.304) ) () ) +("schwinn" ((nnp -10.709) ) () ) +("sci" ((nnp -7.377) ) () ) +("science" ((nn -9.262) (nnp -9.005) ) () ) +("sciences" ((nnp -10.304) (nnps -4.733) (nns -10.949) ) () ) +("scientific" ((jj -7.713) (nnp -9.611) ) () ) +("scientific-atlanta" ((nnp -10.709) ) () ) +("scientifically" ((rb -9.606) ) () ) +("scientist" ((nn -9.108) ) () ) +("scientists" ((nns -7.285) ) () ) +("scientology" ((nnp -11.403) ) () ) +("scimed" ((nnp -10.304) (vbd -10.291) (vbn -9.855) ) () ) +("sclerosis" ((nn -11.054) ) () ) +("scoff" ((nn -11.747) (vbp -9.367) ) () ) +("scoffed" ((vbd -10.291) ) () ) +("scoffs" ((vbz -8.828) ) () ) +("scofield" ((nnp -10.709) ) () ) +("scold" ((vb -10.141) ) () ) +("scolded" ((vbn -9.855) ) () ) +("scoop" ((vb -10.141) ) () ) +("scooped" ((vbd -10.291) ) () ) +("scooping" ((vbg -9.539) ) () ) +("scoops" ((nns -10.949) (vbz -9.233) ) () ) +("scooted" ((vbd -10.291) ) () ) +("scope" ((nn -9.801) ) () ) +("scopes" ((nnp -10.709) ) () ) +("score" ((nn -9.108) (vbp -9.367) ) () ) +("score-wise" ((jj -10.971) ) () ) +("scorecard" ((nn -11.054) ) () ) +("scored" ((vbd -8.681) (vbn -9.855) ) () ) +("scorekeeping" ((nn -11.747) ) () ) +("scores" ((nns -7.813) ) () ) +("scoring" ((nnp -10.709) (vbg -9.539) ) () ) +("scorn" ((nn -11.054) (vb -10.141) (vbp -9.367) ) () ) +("scornful" ((jj -10.971) ) () ) +("scorpio" ((nnp -9.793) ) () ) +("scorpios" ((nnps -7.036) ) () ) +("scorsese" ((nnp -11.403) ) () ) +("scot" ((nnp -10.709) ) () ) +("scotch" ((nn -11.054) ) () ) +("scotched" ((vbd -10.291) ) () ) +("scotia" ((nnp -10.709) ) () ) +("scotia-mcleod" ((nnp -11.403) ) () ) +("scotland" ((nnp -9.100) ) () ) +("scott" ((nnp -8.267) ) () ) +("scottish" ((jj -10.278) (nnp -9.611) ) () ) +("scottish-born" ((jj -10.971) ) () ) +("scottsdale" ((nnp -10.709) ) () ) +("scour" ((vb -10.141) ) () ) +("scourge" ((nn -11.054) ) () ) +("scouring" ((vbg -9.539) ) () ) +("scouting" ((vbg -8.846) ) () ) +("scowcroft" ((nnp -11.403) ) () ) +("scowls" ((vbz -9.926) ) () ) +("scrabble" ((nnp -11.403) ) () ) +("scramble" ((nn -11.747) (vbp -8.674) ) () ) +("scrambled" ((jj -10.971) (vbd -8.094) (vbn -9.855) ) () ) +("scrambling" ((vbg -7.236) ) () ) +("scrap" ((nn -10.137) (vb -9.043) (vbp -9.367) ) () ) +("scrape" ((vb -10.141) ) () ) +("scrapped" ((vbd -9.598) (vbn -8.469) ) () ) +("scrapping" ((nn -11.747) (vbg -8.846) ) () ) +("scraps" ((nns -10.255) ) () ) +("scratch" ((nn -10.137) (vb -10.141) (vbp -9.367) ) () ) +("scratching" ((vbg -9.539) ) () ) +("scream" ((nn -11.054) (vb -10.141) (vbp -9.367) ) () ) +("screamed" ((vbd -9.192) ) () ) +("screaming" ((vbg -8.440) ) () ) +("screeched" ((vbd -10.291) ) () ) +("screeching" ((jj -10.971) (vbg -8.846) ) () ) +("screed" ((nn -11.747) ) () ) +("screen" ((nn -8.528) (vb -10.141) ) () ) +("screened" ((vbd -10.291) ) () ) +("screening" ((nn -10.648) ) () ) +("screenings" ((nns -10.949) ) () ) +("screenplay" ((nn -11.054) ) () ) +("screens" ((nns -8.464) (vbz -9.233) ) () ) +("screwball" ((jj -10.971) ) () ) +("screwed" ((vbd -10.291) (vbn -9.855) ) () ) +("screws" ((nns -10.949) ) () ) +("scribbled" ((vbd -10.291) ) () ) +("scribblers" ((nns -10.949) ) () ) +("scribbling" ((vbg -9.539) ) () ) +("scrimmage" ((nn -11.747) ) () ) +("scrimped" ((vbd -10.291) ) () ) +("scrimping" ((vbg -8.846) ) () ) +("scripps" ((nnp -10.016) ) () ) +("script" ((nn -9.349) ) () ) +("scripts" ((nns -8.869) ) () ) +("scriptwriter" ((nn -11.747) ) () ) +("scriptwriters" ((nns -10.949) ) () ) +("scrounge" ((vbp -9.367) ) () ) +("scrub" ((nn -11.747) ) () ) +("scruff" ((nn -11.747) ) () ) +("scrum" ((nnp -11.403) ) () ) +("scrupulous" ((jj -10.278) ) () ) +("scrutinize" ((vb -10.141) ) () ) +("scrutinized" ((vbn -9.855) ) () ) +("scrutinizing" ((vbg -8.153) ) () ) +("scrutiny" ((nn -9.549) ) () ) +("scud" ((nnp -11.403) ) () ) +("scudder" ((nnp -10.016) ) () ) +("scuffle" ((nn -11.747) ) () ) +("sculley" ((nnp -10.016) ) () ) +("sculptors" ((nns -10.949) ) () ) +("sculpture" ((nn -11.054) ) () ) +("sculptures" ((nns -10.949) ) () ) +("scuttle" ((vb -8.532) ) () ) +("scuttled" ((vbd -9.598) (vbn -9.162) ) () ) +("scwhab" ((nnp -11.403) ) () ) +("scypher" ((nnp -11.403) ) () ) +("sdi" ((nnp -8.569) ) () ) +("se" ((fw -4.723) (nnp -11.403) ) () ) +("sea" ((nn -9.108) (nnp -7.739) ) () ) +("seaboard" ((nnp -11.403) ) () ) +("seaborne" ((jj -10.278) ) () ) +("seabrook" ((nnp -9.611) ) () ) +("seacoast" ((nn -11.747) ) () ) +("seafood" ((nn -10.648) ) () ) +("seagate" ((nnp -10.709) ) () ) +("seagram" ((nnp -8.838) ) () ) +("seal" ((nn -10.648) (vb -9.043) ) () ) +("sealants" ((nns -10.949) ) () ) +("sealed" ((jj -10.971) (vbd -10.291) (vbn -8.757) ) () ) +("sealey" ((nnp -10.709) ) () ) +("seals" ((nns -10.949) ) () ) +("sealtest" ((nnp -11.403) ) () ) +("seaman" ((nnp -10.304) ) () ) +("seamen" ((nns -8.869) ) () ) +("seamy" ((jj -10.971) ) () ) +("seaq" ((nnp -11.403) ) () ) +("search" ((nn -8.802) (vb -10.141) (vbp -9.367) ) () ) +("search-and-examination" ((jj -10.971) ) () ) +("searched" ((vbd -9.192) ) () ) +("searches" ((nns -9.850) (vbz -9.926) ) () ) +("searching" ((vbg -7.930) ) () ) +("searing" ((jj -10.971) (vbg -9.539) ) () ) +("searle" ((nnp -9.005) ) () ) +("sears" ((nnp -8.838) (nns -10.949) ) () ) +("seas" ((nns -10.255) ) () ) +("season" ((nn -7.636) ) () ) +("seasonal" ((jj -7.927) (nnp -11.403) ) () ) +("seasonality" ((nn -11.747) ) () ) +("seasonally" ((rb -7.255) ) () ) +("seasoned" ((jj -10.971) ) () ) +("seasons" ((nnps -6.630) (nns -8.646) ) () ) +("seat" ((nn -8.489) ) () ) +("seat-belt" ((nn -11.747) ) () ) +("seat-for-the-secretary" ((jj -10.971) ) () ) +("seated" ((vbn -8.246) ) () ) +("seating" ((nn -11.747) ) () ) +("seatrout" ((nn -11.747) ) () ) +("seats" ((nns -7.211) (vbz -9.233) ) () ) +("seattle" ((nn -11.747) (nnp -8.838) ) () ) +("seattle-based" ((jj -9.872) ) () ) +("seawall" ((nn -11.747) ) () ) +("sebastian" ((nnp -10.709) ) () ) +("sec" ((nnp -7.008) ) () ) +("secaucus" ((nnp -10.709) ) () ) +("secilia" ((nnp -11.403) ) () ) +("seclusion" ((nn -11.747) ) () ) +("second" ((jj -5.490) (ls -3.114) (nn -9.182) (nnp -9.611) (rb -8.913) ) () ) +("second-biggest" ((jj -9.872) ) () ) +("second-by-second" ((jj -10.971) ) () ) +("second-floor" ((jj -10.971) ) () ) +("second-guessed" ((vbn -9.855) ) () ) +("second-guessing" ((nn -11.747) ) () ) +("second-half" ((jj -9.872) ) () ) +("second-in-command" ((nn -11.747) ) () ) +("second-largest" ((jj -7.793) ) () ) +("second-level" ((jj -10.971) ) () ) +("second-place" ((jj -10.971) ) () ) +("second-quarter" ((jj -8.892) (nn -11.747) ) () ) +("second-rate" ((jj -10.971) ) () ) +("second-story" ((jj -10.278) ) () ) +("second-tier" ((jj -10.971) ) () ) +("second-worst" ((jj -9.872) ) () ) +("second-year" ((jj -10.971) ) () ) +("secondary" ((jj -7.416) ) () ) +("secondbiggest" ((jjs -7.523) ) () ) +("secondly" ((rb -9.606) ) () ) +("seconds" ((nns -8.241) ) () ) +("secord" ((nnp -10.709) ) () ) +("secrecy" ((nn -10.648) (nnp -11.403) ) () ) +("secret" ((jj -8.199) (nn -9.801) ) () ) +("secretarial" ((jj -10.971) ) () ) +("secretaries" ((nns -9.562) ) () ) +("secretary" ((nn -7.557) (nnp -6.972) ) () ) +("secretary-general" ((jj -10.971) (nn -11.054) (nnp -11.403) ) () ) +("secretive" ((jj -10.971) ) () ) +("secretly" ((rb -9.201) ) () ) +("secrets" ((nns -9.339) ) () ) +("sectarian" ((jj -10.971) ) () ) +("section" ((nn -7.620) (nnp -10.016) ) () ) +("sectional" ((jj -10.971) ) () ) +("sections" ((nns -9.003) ) () ) +("sector" ((nn -7.352) (nnp -11.403) ) () ) +("sectorial" ((jj -10.971) ) () ) +("sectors" ((nns -7.813) ) () ) +("secure" ((jj -9.179) (vb -7.944) (vbp -9.367) ) () ) +("secured" ((jj -8.892) (vbd -10.291) (vbn -7.147) ) () ) +("securely" ((rb -9.606) ) () ) +("securing" ((vbg -8.846) ) () ) +("securities" ((nnp -6.787) (nnps -2.869) (nns -5.008) ) () ) +("securities-based" ((jj -10.971) ) () ) +("securities-firm" ((jj -10.971) (nn -11.747) ) () ) +("securities-law" ((nn -10.648) ) () ) +("securities-price" ((jj -10.971) ) () ) +("securities-turnover" ((jj -10.971) ) () ) +("securitiess" ((nn -11.747) ) () ) +("security" ((nn -7.572) (nnp -7.325) ) () ) +("security-type" ((jj -10.971) ) () ) +("sedan" ((nn -9.667) ) () ) +("sedans" ((nns -9.562) ) () ) +("sedate" ((jj -10.971) ) () ) +("sedative" ((nn -11.747) ) () ) +("seduce" ((vb -9.448) ) () ) +("seducing" ((vbg -9.539) ) () ) +("seductive" ((jj -9.872) ) () ) +("see" ((nnp -11.403) (vb -4.699) (vbp -5.208) ) () ) +("see-through" ((jj -10.971) ) () ) +("seed" ((nn -9.349) ) () ) +("seeded" ((vbn -9.855) ) () ) +("seeds" ((nns -8.551) ) () ) +("seedy" ((jj -9.585) ) () ) +("seeing" ((nnp -11.403) (vbg -6.042) ) () ) +("seek" ((vb -5.759) (vbp -6.728) ) () ) +("seekers" ((nns -10.949) ) () ) +("seeking" ((vbg -4.735) ) () ) +("seeks" ((vbz -6.237) ) () ) +("seem" ((vb -6.335) (vbp -5.341) ) () ) +("seemed" ((vbd -6.132) (vbn -8.063) ) () ) +("seeming" ((jj -10.971) ) () ) +("seemingly" ((rb -7.660) ) () ) +("seems" ((vbz -5.114) ) () ) +("seen" ((jj -10.971) (vbn -5.164) ) () ) +("seeped" ((vbd -10.291) ) () ) +("seer" ((nn -11.747) ) () ) +("sees" ((vbz -6.400) ) () ) +("seesaw" ((jj -10.278) (nn -11.747) ) () ) +("seesawing" ((vbg -9.539) ) () ) +("seething" ((jj -10.278) (vbg -8.846) ) () ) +("segar" ((nnp -11.403) ) () ) +("seger-elvekrog" ((nnp -11.403) ) () ) +("segment" ((nn -7.776) ) () ) +("segmentation" ((nn -11.054) ) () ) +("segmented" ((jj -10.971) ) () ) +("segments" ((nns -7.904) ) () ) +("segregate" ((vb -10.141) ) () ) +("segregated" ((jj -10.971) (vbd -10.291) ) () ) +("segregation" ((nn -11.054) ) () ) +("segundo" ((nnp -10.304) ) () ) +("seib" ((nnp -11.403) ) () ) +("seidel" ((nnp -10.709) ) () ) +("seidler" ((nnp -11.403) ) () ) +("seidman" ((nn -11.747) (nnp -8.267) ) () ) +("seifert" ((nnp -11.403) ) () ) +("seiler" ((nnp -11.403) ) () ) +("seimei" ((nnp -11.403) ) () ) +("seiren" ((nnp -11.403) ) () ) +("seisho" ((fw -5.416) ) () ) +("seismic" ((jj -9.179) ) () ) +("seismographic" ((jj -10.971) (nnp -11.403) ) () ) +("seita" ((nnp -9.205) ) () ) +("seiyu" ((nnp -11.403) ) () ) +("seize" ((vb -7.502) (vbp -9.367) ) () ) +("seized" ((vbd -8.905) (vbn -7.776) ) () ) +("seizes" ((vbz -9.926) ) () ) +("seizing" ((vbg -7.747) ) () ) +("seizure" ((nn -10.137) ) () ) +("seizures" ((nns -9.339) ) () ) +("sekisui" ((nnp -10.709) ) () ) +("selavo" ((nnp -11.403) ) () ) +("seldom" ((rb -8.690) ) () ) +("select" ((jj -9.179) (nnp -11.403) (vb -8.062) ) () ) +("selected" ((jj -10.278) (vbd -8.681) (vbn -7.216) ) () ) +("selecting" ((vbg -8.440) ) () ) +("selection" ((nn -9.262) ) () ) +("selections" ((nns -9.339) ) () ) +("selective" ((jj -9.179) ) () ) +("selectively" ((rb -10.299) ) () ) +("selects" ((vbz -9.926) ) () ) +("self" ((nn -10.648) ) () ) +("self-aggrandizing" ((jj -10.971) ) () ) +("self-awareness" ((nn -11.747) ) () ) +("self-confessed" ((jj -10.971) ) () ) +("self-confidence" ((nn -11.747) ) () ) +("self-congratulatory" ((jj -10.971) ) () ) +("self-conscious" ((jj -10.278) ) () ) +("self-control" ((nn -11.747) ) () ) +("self-criticism" ((nn -11.747) ) () ) +("self-definition" ((nn -11.747) ) () ) +("self-described" ((jj -10.971) ) () ) +("self-destructed" ((vbd -10.291) ) () ) +("self-destructive" ((jj -10.971) ) () ) +("self-diagnostic" ((jj -10.971) ) () ) +("self-discipline" ((nn -11.747) ) () ) +("self-employed" ((jj -9.585) ) () ) +("self-employment" ((nn -11.747) ) () ) +("self-esteem" ((nn -11.054) ) () ) +("self-expression" ((nn -11.747) ) () ) +("self-fulfilling" ((jj -10.971) ) () ) +("self-important" ((jj -10.971) ) () ) +("self-imposed" ((jj -10.971) ) () ) +("self-incrimination" ((nn -9.667) ) () ) +("self-indulgent" ((jj -10.971) ) () ) +("self-insure" ((vbp -9.367) ) () ) +("self-interest" ((nn -10.648) ) () ) +("self-managing" ((jj -10.971) ) () ) +("self-perpetuating" ((jj -10.971) ) () ) +("self-policing" ((jj -10.971) ) () ) +("self-proclaimed" ((jj -9.872) ) () ) +("self-reform" ((nn -11.747) ) () ) +("self-regulation" ((nn -11.054) ) () ) +("self-regulatory" ((jj -10.278) ) () ) +("self-reinsure" ((vb -10.141) ) () ) +("self-righteous" ((jj -10.971) ) () ) +("self-righteousness" ((nn -11.747) ) () ) +("self-seeking" ((jj -10.971) ) () ) +("self-serving" ((jj -9.872) ) () ) +("self-starting" ((jj -10.971) ) () ) +("self-styled" ((jj -10.971) ) () ) +("self-sufficiency" ((nn -11.747) ) () ) +("self-sufficient" ((jj -10.278) ) () ) +("self-taught" ((jj -10.971) ) () ) +("self-tender" ((jj -10.971) ) () ) +("self-tilth" ((nn -11.747) ) () ) +("seligman" ((nnp -11.403) ) () ) +("selkin" ((nnp -10.016) ) () ) +("selkirk" ((nnp -11.403) ) () ) +("sell" ((jj -8.774) (nn -8.250) (vb -4.155) (vbp -5.583) ) () ) +("sell-off" ((nn -8.191) (nns -10.255) ) () ) +("sell-offs" ((nns -10.949) ) () ) +("sell-order" ((jj -10.278) ) () ) +("sellars" ((nnp -11.403) ) () ) +("seller" ((nn -8.702) ) () ) +("sellers" ((nns -7.393) ) () ) +("selling" ((jj -10.278) (nn -7.122) (vbg -4.369) ) () ) +("sells" ((nnp -8.918) (vbz -6.098) ) () ) +("selman" ((nnp -11.403) ) () ) +("selmer-sande" ((nnp -11.403) ) () ) +("seltzer" ((nnp -11.403) ) () ) +("selve" ((nnp -11.403) ) () ) +("semblance" ((nn -11.054) ) () ) +("semegran" ((nnp -11.403) ) () ) +("semel" ((nnp -8.694) ) () ) +("semester" ((nn -11.054) ) () ) +("semi-annually" ((rb -9.606) ) () ) +("semi-celebrities" ((nns -10.949) ) () ) +("semi-liquefied" ((jj -10.971) ) () ) +("semi-obscure" ((jj -10.971) ) () ) +("semi-private" ((jj -10.971) ) () ) +("semi-professional" ((jj -10.971) ) () ) +("semi-public" ((jj -10.971) ) () ) +("semi-retired" ((jj -10.971) ) () ) +("semi-skilled" ((jj -10.971) ) () ) +("semiannual" ((jj -9.025) ) () ) +("semiannually" ((rb -8.690) ) () ) +("semicircular" ((jj -10.971) ) () ) +("semiconductor" ((nn -8.489) (nnp -9.205) ) () ) +("semiconductor-depreciation" ((jj -10.971) ) () ) +("semiconductor-manufacturing" ((nn -11.747) ) () ) +("semiconductors" ((nnp -11.403) (nns -9.339) ) () ) +("semifinished" ((vbn -9.162) ) () ) +("semiliterate" ((jj -10.971) ) () ) +("semimonthly" ((1 -4.727) ) () ) +("seminar" ((nn -11.054) ) () ) +("seminars" ((nns -10.949) ) () ) +("semmel" ((nnp -11.403) ) () ) +("semmelman" ((nnp -11.403) ) () ) +("sen" ((nnp -10.304) ) () ) +("sen." ((nnp -6.574) ) () ) +("senate" ((nn -11.747) (nnp -5.939) ) () ) +("senate-house" ((jj -10.971) ) () ) +("senate-passed" ((jj -9.872) ) () ) +("senator" ((nn -9.108) (nnp -8.512) ) () ) +("senators" ((nnp -11.403) (nnps -6.630) (nns -7.120) ) () ) +("send" ((vb -7.006) (vbp -8.674) ) () ) +("senders" ((nns -10.255) ) () ) +("sending" ((vbg -6.900) ) () ) +("sends" ((vbz -7.980) ) () ) +("seng" ((nnp -9.793) ) () ) +("senior" ((jj -5.551) (nn -11.054) (nnp -10.304) ) () ) +("seniority" ((nn -9.667) ) () ) +("seniority-list" ((nn -11.747) ) () ) +("seniors" ((nns -10.255) ) () ) +("sens." ((nnp -9.793) (nns -10.949) ) () ) +("sensation" ((nn -11.054) ) () ) +("sensational" ((jj -9.585) ) () ) +("sensationalism" ((nn -11.054) ) () ) +("sense" ((nn -7.340) (vb -10.141) (vbp -8.674) ) () ) +("sensed" ((vbd -9.598) ) () ) +("senses" ((nns -10.949) ) () ) +("senshukai" ((nnp -10.304) ) () ) +("sensibilities" ((nns -10.949) ) () ) +("sensibility" ((nn -11.054) ) () ) +("sensible" ((jj -9.362) ) () ) +("sensibly" ((rb -10.299) ) () ) +("sensing" ((vbg -9.539) ) () ) +("sensitive" ((jj -7.836) ) () ) +("sensitives" ((nns -10.949) ) () ) +("sensitivities" ((nns -10.949) ) () ) +("sensitivity" ((nn -10.648) ) () ) +("sensitize" ((vb -10.141) ) () ) +("sensors" ((nns -10.949) ) () ) +("sensory" ((jj -10.278) ) () ) +("sensual" ((jj -10.971) ) () ) +("sensuality" ((nn -11.747) ) () ) +("sent" ((vbd -6.116) (vbn -6.218) ) () ) +("sentence" ((nn -8.974) ) () ) +("sentenced" ((vbn -7.370) ) () ) +("sentences" ((nns -8.751) ) () ) +("sentencing" ((nn -10.360) (vbg -9.539) ) () ) +("sentencings" ((nns -10.949) ) () ) +("sentiment" ((nn -8.802) ) () ) +("sentimentality" ((nn -11.747) ) () ) +("sentiments" ((nns -9.850) ) () ) +("sentra" ((nnp -10.709) ) () ) +("seoul" ((nnp -8.267) ) () ) +("separate" ((jj -6.494) (vb -8.350) ) () ) +("separated" ((vbn -9.855) ) () ) +("separately" ((nnp -8.694) (rb -6.065) ) () ) +("separating" ((vbg -8.153) ) () ) +("separation" ((nn -10.360) ) () ) +("separatist" ((jj -10.971) ) () ) +("sepsis" ((nn -11.747) ) () ) +("sept" ((nnp -10.709) ) () ) +("sept." ((jj -10.971) (nnp -6.243) ) () ) +("sept.30" ((cd -10.462) ) () ) +("september" ((nnp -5.771) ) () ) +("septuagenarian" ((nn -11.747) ) () ) +("sequa" ((nnp -11.403) ) () ) +("sequel" ((nn -10.360) ) () ) +("sequels" ((nns -10.255) ) () ) +("sequence" ((nn -11.054) ) () ) +("sequester" ((nn -9.955) (vb -10.141) ) () ) +("sequestering" ((nn -11.747) ) () ) +("sequestration" ((nn -11.747) ) () ) +("sequined" ((jj -10.971) ) () ) +("serenade" ((nnp -10.709) ) () ) +("serene" ((jj -10.278) ) () ) +("serge" ((nnp -11.403) ) () ) +("sergeant" ((nn -11.747) ) () ) +("sergeants" ((nns -10.949) ) () ) +("sergiusz" ((nnp -11.403) ) () ) +("serial" ((jj -8.892) (nn -11.747) ) () ) +("serials" ((nns -10.949) ) () ) +("series" ((nn -6.791) (nnp -6.948) (nnps -7.729) (nns -9.850) ) () ) +("serious" ((jj -6.564) ) () ) +("seriously" ((rb -7.409) ) () ) +("seriousness" ((nn -11.054) ) () ) +("serkin" ((nnp -11.403) ) () ) +("serpent" ((nn -11.747) ) () ) +("serpentine" ((jj -10.971) ) () ) +("servant" ((nn -11.747) ) () ) +("servants" ((nns -10.255) ) () ) +("serve" ((vb -6.809) (vbp -7.421) ) () ) +("serve-the-world" ((jj -10.971) ) () ) +("served" ((vbd -7.295) (vbn -6.720) ) () ) +("servers" ((nns -10.949) ) () ) +("serves" ((vbz -7.218) ) () ) +("service" ((nn -6.543) (nnp -6.960) (vb -8.532) ) () ) +("service-center" ((nn -10.648) ) () ) +("service-industry" ((jj -10.971) ) () ) +("service-oriented" ((jj -10.971) ) () ) +("service-sector" ((jj -9.872) ) () ) +("services" ((nnp -7.689) (nnps -4.065) (nns -5.655) (vbz -9.926) ) () ) +("servicing" ((nn -10.648) (vbg -8.846) ) () ) +("servifilm" ((nnp -11.403) ) () ) +("serving" ((vbg -6.448) ) () ) +("sesame" ((nnp -10.709) ) () ) +("session" ((nn -7.365) ) () ) +("sessions" ((nns -8.310) ) () ) +("set" ((nn -8.083) (vb -6.064) (vbd -6.602) (vbn -5.051) (vbp -7.421) ) () ) +("setback" ((nn -8.656) ) () ) +("setbacks" ((nns -8.869) ) () ) +("sets" ((nns -7.771) (vbz -7.361) ) () ) +("setters" ((nns -10.949) ) () ) +("setting" ((nn -9.801) (vbg -6.013) ) () ) +("settings" ((nns -9.850) ) () ) +("settle" ((vb -6.478) ) () ) +("settled" ((jj -10.971) (vbd -7.246) (vbn -6.559) ) () ) +("settlement" ((nn -7.083) (nnp -10.304) ) () ) +("settlements" ((nns -8.058) ) () ) +("settlers" ((nns -10.949) ) () ) +("settles" ((vbz -8.540) ) () ) +("settling" ((nn -11.054) (vbg -7.141) ) () ) +("setup" ((nn -11.054) ) () ) +("seven" ((cd -5.743) (nnp -11.403) ) () ) +("seven-bedroom" ((jj -10.971) ) () ) +("seven-day" ((jj -8.263) ) () ) +("seven-million-ton" ((jj -10.971) ) () ) +("seven-month" ((jj -10.971) ) () ) +("seven-point" ((jj -10.971) ) () ) +("seven-year" ((jj -8.669) ) () ) +("seven-year-old" ((jj -9.872) ) () ) +("seven-yen" ((jj -10.971) ) () ) +("seventeen" ((cd -10.462) (nnp -10.709) ) () ) +("seventh" ((jj -8.669) (nnp -10.016) ) () ) +("seventh-largest" ((jj -10.971) ) () ) +("sever" ((vb -9.448) ) () ) +("several" ((jj -5.015) ) () ) +("several-year" ((jj -10.971) ) () ) +("severance" ((jj -10.971) (nn -9.801) ) () ) +("severe" ((jj -7.505) ) () ) +("severed" ((vbd -10.291) (vbn -9.855) ) () ) +("severely" ((rb -7.901) ) () ) +("severence" ((nnp -11.403) ) () ) +("severest" ((jjs -7.523) ) () ) +("severing" ((vbg -9.539) ) () ) +("severity" ((nn -10.137) ) () ) +("sevices" ((nns -10.949) ) () ) +("seville" ((nnp -11.403) ) () ) +("sew" ((vb -10.141) ) () ) +("sewage" ((nn -11.054) ) () ) +("sewer" ((nn -11.747) ) () ) +("sewing" ((nn -10.648) (nnp -11.403) ) () ) +("sewing-machine" ((nn -11.747) ) () ) +("sex" ((nn -8.489) ) () ) +("sexes" ((nns -10.255) ) () ) +("sexist" ((jj -10.971) ) () ) +("sexpot" ((nn -11.747) ) () ) +("sexual" ((jj -9.872) ) () ) +("sexually" ((rb -9.201) ) () ) +("sexy" ((jj -9.585) ) () ) +("seymour" ((nnp -9.457) ) () ) +("sf" ((nnp -10.709) ) () ) +("sfe" ((nnp -10.304) ) () ) +("sfx" ((nnp -11.403) ) () ) +("sh" ((nnp -11.403) ) () ) +("shack" ((nnp -10.016) ) () ) +("shad" ((nn -11.747) ) () ) +("shade" ((nn -11.054) ) () ) +("shaded" ((jj -10.971) ) () ) +("shades" ((nns -10.949) ) () ) +("shadier" ((jjr -8.039) ) () ) +("shadow" ((nn -9.349) (vb -9.448) ) () ) +("shadowing" ((vbg -9.539) ) () ) +("shadows" ((nns -10.949) ) () ) +("shadowy" ((jj -10.971) ) () ) +("shady" ((jj -10.278) ) () ) +("shafer" ((nnp -11.403) ) () ) +("shaffer" ((nnp -9.793) ) () ) +("shaggy" ((jj -10.971) ) () ) +("shags" ((vbz -9.926) ) () ) +("shah" ((nn -10.648) ) () ) +("shahal" ((nnp -11.403) ) () ) +("shake" ((nn -11.747) (vb -7.577) (vbp -8.674) ) () ) +("shake-up" ((nn -11.747) ) () ) +("shaken" ((jj -10.971) (vbn -7.457) ) () ) +("shakeout" ((nn -10.360) ) () ) +("shakes" ((vbz -9.233) ) () ) +("shakespeare" ((nn -11.747) (nnp -9.611) ) () ) +("shakespearean" ((jj -10.971) ) () ) +("shakeup" ((nn -10.360) ) () ) +("shaking" ((vbg -7.593) ) () ) +("shaky" ((jj -8.774) ) () ) +("shale" ((nnp -9.793) ) () ) +("shales" ((nnp -11.403) ) () ) +("shall" ((md -5.878) ) () ) +("shallow" ((jj -10.971) ) () ) +("shallower" ((jjr -8.039) ) () ) +("shalov" ((nnp -11.403) ) () ) +("shambles" ((nn -11.747) ) () ) +("shame" ((nn -11.054) ) () ) +("shamir" ((nnp -9.457) ) () ) +("shampoo" ((nn -11.054) (nnp -11.403) ) () ) +("shandong" ((nnp -11.403) ) () ) +("shane" ((nnp -9.457) ) () ) +("shanghai" ((nnp -9.793) ) () ) +("shangkun" ((nnp -11.403) ) () ) +("shannon" ((nnp -8.569) ) () ) +("shanyun" ((nnp -11.403) ) () ) +("shape" ((nn -8.856) (vb -8.196) (vbp -8.674) ) () ) +("shaped" ((jj -10.278) (vbn -8.757) ) () ) +("shapes" ((vbz -9.926) ) () ) +("shaping" ((vbg -7.747) ) () ) +("shapiro" ((nnp -9.323) ) () ) +("shardlow" ((nnp -11.403) ) () ) +("shards" ((nns -10.949) ) () ) +("share" ((nn -4.494) (vb -7.006) (vbp -8.674) ) () ) +("shared" ((jj -10.971) (vbd -9.192) (vbn -7.658) ) () ) +("sharedata" ((nnp -10.304) ) () ) +("shareholder" ((nn -7.269) ) () ) +("shareholder-owned" ((jj -10.971) ) () ) +("shareholder-rights" ((jj -10.278) ) () ) +("shareholders" ((nnp -11.403) (nns -5.867) ) () ) +("shareholding" ((nn -11.054) ) () ) +("shareholdings" ((nns -10.255) ) () ) +("shares" ((nnp -10.016) (nns -3.912) (vbz -8.134) ) () ) +("sharesbase" ((nnp -11.403) ) () ) +("sharfman" ((nnp -10.709) ) () ) +("sharing" ((nn -11.747) (vbg -8.153) ) () ) +("sharks" ((nns -10.255) ) () ) +("sharon" ((nnp -10.709) ) () ) +("sharp" ((jj -6.654) (nnp -9.005) ) () ) +("sharp-rising" ((jj -10.971) ) () ) +("sharp-witted" ((jj -10.971) ) () ) +("sharpe" ((nnp -11.403) ) () ) +("sharpen" ((vb -9.448) ) () ) +("sharpening" ((vbg -9.539) ) () ) +("sharpens" ((vbz -9.926) ) () ) +("sharper" ((jjr -6.430) ) () ) +("sharpest" ((jjs -6.137) ) () ) +("sharply" ((rb -5.674) ) () ) +("sharpness" ((nn -11.747) ) () ) +("sharps" ((nnp -11.403) ) () ) +("shashlik" ((nn -11.747) ) () ) +("shattered" ((jj -10.971) (vbd -9.598) (vbn -9.855) ) () ) +("shatters" ((nns -10.949) ) () ) +("shattuck" ((nnp -9.793) ) () ) +("shave" ((vb -10.141) ) () ) +("shaved" ((vbd -10.291) (vbn -9.855) ) () ) +("shaves" ((vbz -9.926) ) () ) +("shaving" ((nn -11.747) (vbg -9.539) ) () ) +("shaw" ((nnp -9.205) ) () ) +("shaw-crier" ((nnp -11.403) ) () ) +("she" ((nn -11.054) (prp -3.777) ) () ) +("shea" ((nnp -9.457) ) () ) +("sheaf" ((nn -11.747) ) () ) +("sheared" ((vbn -9.855) ) () ) +("shearman" ((nnp -11.403) ) () ) +("shearon" ((nnp -11.403) ) () ) +("shearson" ((nnp -6.566) ) () ) +("sheaths" ((nns -10.949) ) () ) +("shed" ((vb -8.350) (vbd -9.598) (vbn -8.469) (vbp -9.367) ) () ) +("shedding" ((vbg -8.153) ) () ) +("sheehan" ((nnp -11.403) ) () ) +("sheehy" ((nnp -11.403) ) () ) +("sheep" ((nn -11.747) ) () ) +("sheepskin" ((nn -11.747) ) () ) +("sheer" ((jj -9.362) (nn -10.648) ) () ) +("sheet" ((nn -8.345) ) () ) +("sheetrock" ((nn -11.747) ) () ) +("sheets" ((nns -8.115) ) () ) +("sheffield" ((nnp -10.016) ) () ) +("sheiks" ((nns -10.949) ) () ) +("sheila" ((nnp -11.403) ) () ) +("shelby" ((nnp -10.304) ) () ) +("shelbyville" ((nnp -11.403) ) () ) +("sheldon" ((nnp -10.709) ) () ) +("shelf" ((nn -8.802) ) () ) +("shell" ((jj -10.971) (nn -10.360) (nnp -8.569) (vb -9.448) ) () ) +("shelled" ((vbd -10.291) ) () ) +("shelley" ((nnp -11.403) ) () ) +("shelling" ((vbg -9.539) ) () ) +("shellpot" ((nnp -11.403) ) () ) +("shells" ((nns -10.949) ) () ) +("shelly" ((nnp -10.304) ) () ) +("shelter" ((nn -10.648) ) () ) +("sheltered" ((vbn -9.855) ) () ) +("sheltering" ((vbg -9.539) ) () ) +("shelters" ((nns -9.003) ) () ) +("shelved" ((jj -10.971) (vbd -10.291) ) () ) +("shelves" ((nns -9.339) ) () ) +("shepard" ((nnp -11.403) ) () ) +("shepherded" ((vbd -10.291) ) () ) +("shepperd" ((nnp -11.403) ) () ) +("sheraton" ((nnp -9.323) ) () ) +("sheraton-pan" ((nnp -11.403) ) () ) +("sherbet" ((nn -11.747) ) () ) +("sherblom" ((nnp -11.403) ) () ) +("shere" ((nnp -9.611) ) () ) +("sheremetyevo" ((nnp -11.403) ) () ) +("sheridan" ((nnp -10.709) ) () ) +("sherlund" ((nnp -10.304) ) () ) +("sherman" ((nnp -10.016) ) () ) +("sherren" ((nnp -11.403) ) () ) +("sherry" ((nnp -10.016) ) () ) +("sherwin" ((nnp -9.457) ) () ) +("sherwood" ((nnp -10.016) ) () ) +("shevardnadze" ((nnp -8.694) ) () ) +("shi'ite" ((nnp -11.403) ) () ) +("shibumi" ((nnp -11.403) ) () ) +("shicoff" ((nnp -10.709) ) () ) +("shidler" ((nnp -9.611) ) () ) +("shied" ((vbd -9.598) (vbn -9.162) ) () ) +("shield" ((nn -9.955) (nnp -10.016) ) () ) +("shielded" ((vbd -10.291) (vbn -9.855) ) () ) +("shields" ((nnp -10.016) (nns -10.949) ) () ) +("shift" ((nn -8.528) (vb -7.197) (vbp -8.268) ) () ) +("shifted" ((vbd -9.192) (vbn -8.757) ) () ) +("shifting" ((vbg -6.974) ) () ) +("shifts" ((nns -9.157) (vbz -9.926) ) () ) +("shiite" ((jj -10.971) (nnp -11.403) ) () ) +("shiites" ((nnps -7.036) ) () ) +("shilling" ((nnp -10.304) ) () ) +("shillings" ((nns -10.949) ) () ) +("shima" ((nnp -11.403) ) () ) +("shimbun" ((nnp -10.709) ) () ) +("shimizu" ((nnp -10.709) ) () ) +("shimmered" ((vbd -10.291) ) () ) +("shimmering" ((jj -10.971) ) () ) +("shin" ((nnp -9.793) ) () ) +("shine" ((nn -11.747) (vb -10.141) (vbp -9.367) ) () ) +("shing" ((nnp -10.709) ) () ) +("shingle" ((nn -11.747) ) () ) +("shining" ((nnp -11.403) (vbg -8.440) ) () ) +("shinpan" ((nnp -11.403) ) () ) +("shins" ((nns -10.949) ) () ) +("shiny" ((jj -9.872) (nnp -11.403) ) () ) +("ship" ((nn -9.182) (nnp -10.304) (vb -7.839) (vbp -9.367) ) () ) +("shipbuilder" ((nn -11.747) ) () ) +("shipbuilding" ((nn -9.801) (nnp -10.709) ) () ) +("shipley" ((nnp -11.403) ) () ) +("shipment" ((nn -11.054) ) () ) +("shipments" ((nns -7.260) ) () ) +("shipped" ((vbd -9.598) (vbn -7.022) ) () ) +("shippers" ((nnp -10.709) (nns -8.464) ) () ) +("shipping" ((nn -9.182) (nnp -11.403) (vbg -6.361) ) () ) +("shipping-rate" ((jj -10.971) ) () ) +("ships" ((nns -7.904) ) () ) +("shipyard" ((nn -9.262) ) () ) +("shipyards" ((nns -10.255) ) () ) +("shirer" ((nnp -11.403) ) () ) +("shirk" ((vb -10.141) ) () ) +("shirking" ((vbg -9.539) ) () ) +("shirt" ((nn -11.054) ) () ) +("shirt-sleeved" ((jj -10.971) ) () ) +("shirts" ((nns -9.339) ) () ) +("shiseido" ((nn -11.747) (nnp -11.403) ) () ) +("shivering" ((vbg -9.539) ) () ) +("shivers" ((nnp -11.403) (nns -10.255) ) () ) +("shlaes" ((nnp -11.403) ) () ) +("shlenker" ((nnp -11.403) ) () ) +("shlomo" ((nnp -11.403) ) () ) +("shmaltzy" ((nn -11.747) ) () ) +("shock" ((nn -8.913) (vb -10.141) ) () ) +("shock-damping" ((jj -10.971) ) () ) +("shocked" ((jj -9.872) (vbd -9.192) (vbn -8.757) ) () ) +("shocker" ((nn -11.747) ) () ) +("shocking" ((jj -9.872) ) () ) +("shocks" ((nns -9.339) ) () ) +("shoddy" ((jj -10.971) ) () ) +("shoe" ((nn -10.360) ) () ) +("shoe-horn" ((vb -10.141) ) () ) +("shoehorned" ((vbn -9.855) ) () ) +("shoemaker" ((nn -11.747) ) () ) +("shoemaking" ((vbg -9.539) ) () ) +("shoes" ((nns -8.464) ) () ) +("shoestring" ((nn -10.648) ) () ) +("shokubai" ((nnp -11.403) ) () ) +("shoney" ((nnp -10.709) ) () ) +("shoo-in" ((nn -11.054) ) () ) +("shook" ((vbd -7.893) ) () ) +("shoot" ((nn -11.747) (vb -8.350) (vbp -9.367) ) () ) +("shooting" ((nn -11.747) (vbg -9.539) ) () ) +("shootings" ((nns -10.949) ) () ) +("shoots" ((nns -10.949) (vbz -9.926) ) () ) +("shop" ((nn -8.611) (nnp -9.457) (vb -9.448) ) () ) +("shopkeepers" ((nns -10.949) ) () ) +("shopkorn" ((nnp -11.403) ) () ) +("shoplifting" ((nn -11.747) ) () ) +("shoppe" ((nnp -11.403) ) () ) +("shopped" ((vbd -10.291) ) () ) +("shopper" ((nn -11.054) ) () ) +("shoppers" ((nns -8.551) ) () ) +("shopping" ((nn -8.058) (nnp -10.304) (vbg -7.930) ) () ) +("shopping-center" ((nn -11.054) ) () ) +("shops" ((nnps -5.937) (nns -7.452) ) () ) +("shore" ((nn -10.648) (nnp -9.611) (vb -8.350) ) () ) +("shoreline" ((nn -10.648) ) () ) +("shores" ((nnp -10.709) (nns -10.949) ) () ) +("shoring" ((vbg -9.539) ) () ) +("shorn" ((vb -10.141) ) () ) +("short" ((jj -6.327) (nnp -9.793) (rb -7.466) (vb -10.141) ) () ) +("short-circuited" ((vbn -9.855) ) () ) +("short-covering" ((nn -11.054) ) () ) +("short-lived" ((jj -9.362) ) () ) +("short-range" ((jj -10.278) ) () ) +("short-run" ((jj -10.971) (nn -11.747) ) () ) +("short-sale" ((jj -10.971) ) () ) +("short-sellers" ((nns -10.949) ) () ) +("short-selling" ((jj -10.971) (nn -11.747) ) () ) +("short-term" ((jj -6.366) (nn -11.054) (nnp -11.403) ) () ) +("short-wave" ((jj -10.971) ) () ) +("shortage" ((nn -8.913) ) () ) +("shortageflation" ((nn -11.747) ) () ) +("shortages" ((nns -8.464) ) () ) +("shortchanged" ((vbn -9.855) ) () ) +("shortcomings" ((nns -10.255) ) () ) +("shorted" ((vbn -9.855) ) () ) +("shorten" ((vb -10.141) ) () ) +("shortened" ((vbn -9.855) ) () ) +("shortening" ((nn -11.747) ) () ) +("shorter" ((jjr -6.094) ) () ) +("shorter-tenure" ((jj -10.971) ) () ) +("shorter-term" ((jj -10.971) (jjr -8.039) ) () ) +("shortest" ((jjs -7.523) ) () ) +("shortfall" ((nn -9.955) ) () ) +("shorting" ((nn -10.648) (vbg -9.539) ) () ) +("shortly" ((rb -6.515) ) () ) +("shorts" ((nns -9.562) ) () ) +("shortstop" ((nn -11.054) ) () ) +("shostakovich" ((nnp -11.403) ) () ) +("shot" ((nn -8.802) (vbd -7.583) (vbn -8.757) ) () ) +("shots" ((nns -9.339) ) () ) +("should" ((md -3.103) ) () ) +("shoulder" ((nn -9.667) (vb -10.141) ) () ) +("shoulders" ((nns -9.850) ) () ) +("shout" ((nn -11.747) (vbp -9.367) ) () ) +("shouted" ((vbd -8.345) ) () ) +("shouting" ((nn -11.747) (vbg -7.747) ) () ) +("shouts" ((vbz -9.233) ) () ) +("shove" ((vb -9.448) ) () ) +("shoved" ((vbd -10.291) ) () ) +("shovel" ((nn -11.747) ) () ) +("shovels" ((nns -9.562) ) () ) +("shoves" ((vbz -9.926) ) () ) +("shoving" ((vbg -9.539) ) () ) +("show" ((nn -7.304) (nnp -9.323) (vb -5.851) (vbp -5.583) ) () ) +("show-biz" ((nn -11.054) ) () ) +("show-piece" ((jj -10.971) ) () ) +("show-stoppers" ((nns -10.949) ) () ) +("showalter" ((nnp -11.403) ) () ) +("showbiz" ((nnp -11.403) ) () ) +("showcase" ((nn -11.054) ) () ) +("showcases" ((nns -10.949) ) () ) +("showdown" ((nn -11.747) (nnp -11.403) ) () ) +("showed" ((vbd -5.837) (vbn -9.162) ) () ) +("shower" ((vb -10.141) ) () ) +("showers" ((nns -10.255) ) () ) +("showgirls" ((nns -10.949) ) () ) +("showing" ((nn -9.667) (vbg -5.825) ) () ) +("shown" ((vbn -6.166) ) () ) +("showroom" ((nn -9.801) ) () ) +("showrooms" ((nns -9.562) ) () ) +("shows" ((nns -7.164) (vbz -5.975) ) () ) +("showtime" ((nnp -8.630) ) () ) +("shrank" ((vbd -8.905) ) () ) +("shred" ((nn -11.747) ) () ) +("shreveport" ((nnp -10.709) ) () ) +("shrewd" ((jj -10.278) ) () ) +("shrewder" ((jjr -8.039) ) () ) +("shrewdly" ((rb -10.299) ) () ) +("shrieked" ((vbd -10.291) ) () ) +("shrieves" ((nnp -11.403) ) () ) +("shrift" ((nn -10.360) ) () ) +("shrink" ((vb -8.196) ) () ) +("shrinkage" ((nn -10.360) ) () ) +("shrinking" ((nn -11.747) (vbg -7.460) ) () ) +("shrinks" ((vbz -8.828) ) () ) +("shriveled" ((vbd -10.291) ) () ) +("shriver" ((nnp -10.709) ) () ) +("shrontz" ((nnp -10.016) ) () ) +("shrouded" ((vbd -10.291) ) () ) +("shrubs" ((nns -9.850) ) () ) +("shrug" ((vb -10.141) ) () ) +("shrugs" ((vbz -9.926) ) () ) +("shrum" ((nnp -11.403) ) () ) +("shrunk" ((vbn -8.757) ) () ) +("shtik" ((nn -11.747) ) () ) +("shu" ((nnp -10.709) ) () ) +("shucks" ((uh -4.477) ) () ) +("shudders" ((nns -10.255) ) () ) +("shuffle" ((nn -10.360) ) () ) +("shuffled" ((vbd -10.291) ) () ) +("shuffling" ((nn -11.747) (vbg -9.539) ) () ) +("shugart" ((nnp -11.403) ) () ) +("shulman" ((nnp -10.304) ) () ) +("shultz" ((nnp -10.016) ) () ) +("shun" ((vb -10.141) (vbp -9.367) ) () ) +("shunned" ((vbd -10.291) ) () ) +("shunning" ((vbg -9.539) ) () ) +("shupe" ((nnp -11.403) ) () ) +("shut" ((vb -7.839) (vbd -7.988) (vbn -7.776) ) () ) +("shutdown" ((nn -9.108) ) () ) +("shutdowns" ((nns -9.562) ) () ) +("shutoff" ((nn -11.747) ) () ) +("shuts" ((nns -10.949) (vbz -9.926) ) () ) +("shutter" ((nnp -11.403) ) () ) +("shuttered" ((jj -10.278) ) () ) +("shuttering" ((vbg -9.539) ) () ) +("shutting" ((vbg -8.440) ) () ) +("shuttle" ((nn -8.913) ) () ) +("shuttle-busing" ((nn -11.747) ) () ) +("shuttled" ((vbd -10.291) (vbn -9.855) ) () ) +("shuttling" ((vbg -9.539) ) () ) +("shuwa" ((nnp -11.403) ) () ) +("shuxian" ((nnp -11.403) ) () ) +("shv" ((nnp -11.403) ) () ) +("shvartze" ((nn -11.747) ) () ) +("shvartzer" ((nnp -11.403) ) () ) +("shy" ((jj -9.872) (vb -9.043) (vbp -9.367) ) () ) +("shying" ((vbg -9.539) ) () ) +("si" ((nnp -11.403) ) () ) +("sia" ((nnp -11.403) ) () ) +("siano" ((nnp -11.403) ) () ) +("siberia" ((nnp -11.403) ) () ) +("sibra" ((nnp -10.709) ) () ) +("sichuan" ((nnp -10.016) ) () ) +("sicilian" ((nnp -11.403) ) () ) +("sick" ((jj -8.138) ) () ) +("sick-building" ((jj -10.278) ) () ) +("sickening" ((jj -10.971) ) () ) +("sid" ((nnp -11.403) ) () ) +("siddeley" ((nnp -10.709) ) () ) +("side" ((jj -9.362) (nn -7.182) (nnp -10.016) (vbp -9.367) ) () ) +("side-by-side" ((rb -10.299) ) () ) +("side-crash" ((jj -10.971) ) () ) +("sidecar" ((nn -11.747) ) () ) +("sided" ((vbn -9.855) ) () ) +("sideline" ((nn -10.360) ) () ) +("sideline-business" ((jj -10.971) ) () ) +("sidelined" ((vbn -9.855) ) () ) +("sidelines" ((nns -8.551) ) () ) +("sidelining" ((vbg -9.539) ) () ) +("sider" ((nnp -10.709) ) () ) +("sides" ((nns -7.057) ) () ) +("sideshow" ((nn -11.747) ) () ) +("sidestep" ((vb -9.448) ) () ) +("sidestepped" ((vbd -10.291) ) () ) +("sidesteps" ((vbz -9.926) ) () ) +("sidewalk" ((nn -10.648) (nnp -10.016) ) () ) +("sidewalks" ((nns -10.949) ) () ) +("sideways" ((jj -10.971) (rb -9.606) ) () ) +("siding" ((nn -11.054) ) () ) +("sidley" ((nnp -9.793) ) () ) +("sidley-ashurst" ((nnp -11.403) ) () ) +("sidney" ((nnp -10.709) ) () ) +("sidorenko" ((nnp -11.403) ) () ) +("sidoti" ((nnp -11.403) ) () ) +("siebert" ((nnp -11.403) ) () ) +("siegal" ((nnp -10.709) ) () ) +("siege" ((nn -11.747) ) () ) +("siegel" ((nnp -10.304) ) () ) +("siegfried" ((nnp -11.403) ) () ) +("siegler" ((nnp -11.403) ) () ) +("siemens" ((nnp -10.304) ) () ) +("siemienas" ((nnp -10.709) ) () ) +("siena" ((nnp -10.709) ) () ) +("sierra" ((nnp -8.694) ) () ) +("sierras" ((nnps -7.729) ) () ) +("sift" ((vb -9.448) (vbp -9.367) ) () ) +("sigh" ((nn -10.137) ) () ) +("sighed" ((vbd -10.291) ) () ) +("sighing" ((vbg -9.539) ) () ) +("sighs" ((nns -10.255) ) () ) +("sight" ((nn -9.955) ) () ) +("sights" ((nns -9.157) ) () ) +("sightseeing" ((nn -11.747) ) () ) +("sigler" ((nnp -10.709) ) () ) +("sigma" ((nnp -11.403) ) () ) +("sigmund" ((nnp -11.403) ) () ) +("sign" ((nn -7.652) (vb -7.197) ) () ) +("sign-carrying" ((jj -10.971) ) () ) +("signal" ((nn -8.656) (nnp -9.205) (vb -7.502) (vbp -8.268) ) () ) +("signal-processing" ((jj -10.971) ) () ) +("signaled" ((vbd -7.652) (vbn -8.246) ) () ) +("signaling" ((vbg -8.440) ) () ) +("signalling" ((vbg -9.539) ) () ) +("signals" ((nns -8.241) (vbz -8.828) ) () ) +("signatories" ((nns -10.949) ) () ) +("signature" ((nn -10.360) ) () ) +("signatures" ((nns -10.255) ) () ) +("signed" ((jj -10.971) (vbd -6.359) (vbn -6.329) ) () ) +("signet" ((nnp -11.403) ) () ) +("significance" ((nn -9.262) ) () ) +("significant" ((jj -6.376) ) () ) +("significantly" ((rb -6.292) ) () ) +("signified" ((vbd -10.291) ) () ) +("signifying" ((vbg -9.539) ) () ) +("signing" ((nn -9.549) (vbg -7.460) ) () ) +("signore" ((nnp -10.304) ) () ) +("signs" ((nns -6.997) (vbz -9.926) ) () ) +("sigoloff" ((nnp -10.016) ) () ) +("sigurd" ((nnp -11.403) ) () ) +("sihanouk" ((nnp -10.709) ) () ) +("sik" ((nnp -11.403) ) () ) +("sikes" ((nnp -9.793) ) () ) +("sikhs" ((nnps -7.729) ) () ) +("silas" ((nnp -10.709) ) () ) +("silberberg" ((nnp -11.403) ) () ) +("silence" ((nn -10.648) (vb -9.448) ) () ) +("silenced" ((vbn -9.855) ) () ) +("silences" ((nns -10.255) ) () ) +("silent" ((jj -8.892) (nnp -11.403) ) () ) +("silesia" ((nnp -11.403) ) () ) +("silicon" ((nn -10.360) (nnp -9.100) ) () ) +("silicone" ((nn -11.747) ) () ) +("sills" ((nnp -11.403) ) () ) +("silly" ((jj -9.025) (nn -11.747) ) () ) +("silver" ((jj -8.892) (nn -8.220) (nnp -10.709) ) () ) +("silver-haired" ((jj -10.971) ) () ) +("silverman" ((nnp -11.403) ) () ) +("silvers" ((nnp -10.709) ) () ) +("silvery" ((jj -10.971) ) () ) +("silvio" ((nnp -11.403) ) () ) +("sim" ((nnp -8.918) ) () ) +("simeon" ((nnp -11.403) ) () ) +("similar" ((jj -5.960) ) () ) +("similar-sized" ((jj -10.971) ) () ) +("similarities" ((nns -9.850) ) () ) +("similarity" ((nn -10.360) ) () ) +("similarly" ((rb -7.409) ) () ) +("similiar" ((jj -10.971) ) () ) +("simmer" ((vb -8.755) ) () ) +("simmering" ((vbg -8.440) ) () ) +("simmons" ((nnp -8.035) ) () ) +("simon" ((nnp -9.100) ) () ) +("simonds-gooding" ((nnp -10.016) ) () ) +("simple" ((jj -7.416) (nn -10.648) ) () ) +("simple-minded" ((jj -10.971) ) () ) +("simpler" ((jjr -6.653) ) () ) +("simplicities" ((nns -10.949) ) () ) +("simplicity" ((nn -11.747) ) () ) +("simplification" ((nn -11.054) ) () ) +("simplify" ((vb -9.448) (vbp -9.367) ) () ) +("simplifying" ((vbg -8.440) ) () ) +("simplistic" ((jj -10.971) ) () ) +("simply" ((rb -5.735) ) () ) +("simpson" ((nnp -8.630) ) () ) +("simulate" ((vbp -9.367) ) () ) +("simulates" ((vbz -9.926) ) () ) +("simulation" ((nn -11.747) ) () ) +("simulator" ((nn -11.747) (nnp -11.403) ) () ) +("simulators" ((nns -9.850) ) () ) +("simultaneous" ((jj -9.025) ) () ) +("simultaneously" ((rb -7.814) ) () ) +("sin" ((nn -10.648) (nnp -10.709) ) () ) +("since" ((in -4.653) (rb -8.508) ) () ) +("sincerity" ((nn -11.747) ) () ) +("sindona" ((nnp -10.016) ) () ) +("sinfonia" ((nnp -10.304) ) () ) +("sinful" ((jj -10.971) ) () ) +("sing" ((vb -8.062) (vbp -9.367) ) () ) +("singapore" ((nnp -7.847) ) () ) +("singer" ((nn -9.262) (nnp -9.323) ) () ) +("singers" ((nns -9.562) ) () ) +("singh" ((nnp -10.709) ) () ) +("singing" ((nn -10.648) (vbg -8.153) ) () ) +("single" ((jj -6.517) (vb -10.141) ) () ) +("single-a" ((jj -9.585) (nnp -11.403) ) () ) +("single-a-1" ((jj -8.892) ) () ) +("single-a-2" ((jj -8.263) (nn -11.054) ) () ) +("single-a-3" ((jj -8.406) (nn -11.054) ) () ) +("single-a-minus" ((jj -9.872) (nn -11.747) ) () ) +("single-a-plus" ((jj -9.585) ) () ) +("single-adjudicator" ((jj -10.971) ) () ) +("single-b" ((jj -10.278) (nn -11.747) ) () ) +("single-b-1" ((jj -10.971) (nn -11.747) ) () ) +("single-b-2" ((jj -10.278) (nn -11.747) ) () ) +("single-b-3" ((jj -10.971) (nn -11.747) ) () ) +("single-b-minus" ((jj -10.971) (nn -11.747) ) () ) +("single-b-plus" ((jj -10.278) ) () ) +("single-cell" ((jj -10.278) ) () ) +("single-day" ((jj -10.971) ) () ) +("single-digit" ((jj -10.971) ) () ) +("single-employer" ((jj -10.971) ) () ) +("single-engine" ((jj -10.278) ) () ) +("single-family" ((jj -9.362) (nn -11.054) ) () ) +("single-handed" ((jj -10.971) ) () ) +("single-handedly" ((rb -9.201) ) () ) +("single-issue" ((jj -10.278) ) () ) +("single-job" ((jj -10.971) ) () ) +("single-malt" ((jj -10.971) ) () ) +("single-store" ((jj -10.971) ) () ) +("singled" ((vbd -9.192) (vbn -8.063) ) () ) +("singles" ((nns -10.949) ) () ) +("singleton" ((nnp -11.403) ) () ) +("singling" ((vbg -9.539) ) () ) +("singly" ((rb -10.299) ) () ) +("sings" ((vbz -8.317) ) () ) +("sinister" ((jj -10.971) ) () ) +("sink" ((nn -11.747) (vb -8.532) (vbp -9.367) ) () ) +("sinking" ((vbg -8.153) ) () ) +("sinking-fund" ((nn -11.054) ) () ) +("sino-british" ((jj -9.872) ) () ) +("sino-foreign" ((jj -10.971) ) () ) +("sino-u.s." ((jj -10.971) (nnp -11.403) ) () ) +("sins" ((nns -9.850) ) () ) +("sintel" ((nnp -11.403) ) () ) +("sinyard" ((nnp -9.100) ) () ) +("sioux" ((nnp -10.304) ) () ) +("siphon" ((vb -10.141) ) () ) +("siphoned" ((vbd -10.291) (vbn -9.162) ) () ) +("siphoning" ((vbg -9.539) ) () ) +("sipped" ((vbd -9.598) ) () ) +("sipping" ((vbg -9.539) ) () ) +("sir" ((nnp -7.342) ) () ) +("sirrine" ((nnp -11.403) ) () ) +("sis" ((nnp -11.403) ) () ) +("sister" ((jj -9.872) (nn -9.108) ) () ) +("sister-in-law" ((nn -11.747) ) () ) +("sisulu" ((nnp -8.630) ) () ) +("sit" ((vb -7.369) (vbp -7.170) ) () ) +("sitco" ((nnp -10.304) ) () ) +("sitcom" ((nn -9.801) ) () ) +("sitcoms" ((nns -9.850) ) () ) +("site" ((nn -7.835) ) () ) +("site-development" ((nn -11.747) ) () ) +("sites" ((nns -8.384) ) () ) +("sits" ((vbz -8.828) ) () ) +("sitter" ((nn -11.747) ) () ) +("sitting" ((vbg -6.595) ) () ) +("situated" ((vbn -8.757) ) () ) +("situation" ((nn -7.132) ) () ) +("situations" ((nns -9.003) ) () ) +("six" ((cd -4.782) ) () ) +("six-bottle" ((jj -10.971) ) () ) +("six-cent" ((jj -10.971) ) () ) +("six-county" ((jj -10.971) ) () ) +("six-day" ((jj -10.971) ) () ) +("six-figure" ((jj -9.872) ) () ) +("six-foot" ((jj -10.278) ) () ) +("six-footer" ((nn -11.747) ) () ) +("six-game" ((jj -10.971) ) () ) +("six-hour" ((jj -10.971) ) () ) +("six-inch" ((jj -10.278) ) () ) +("six-mile" ((jj -10.971) ) () ) +("six-month" ((jj -7.164) ) () ) +("six-packs" ((nns -9.850) ) () ) +("six-story" ((jj -10.971) ) () ) +("six-week" ((jj -10.971) ) () ) +("six-year" ((jj -9.585) ) () ) +("six-year-old" ((jj -10.278) ) () ) +("sixfold" ((jj -10.971) (rb -10.299) ) () ) +("sixth" ((jj -8.138) (nnp -10.709) (rb -10.299) ) () ) +("sixth-largest" ((jj -10.278) ) () ) +("sixties" ((nns -10.949) ) () ) +("sixty" ((cd -9.769) ) () ) +("sixty-day" ((jj -10.971) ) () ) +("sizable" ((jj -8.138) ) () ) +("size" ((nn -7.390) (vbp -8.674) ) () ) +("sized" ((vbd -10.291) ) () ) +("sizes" ((nns -10.949) ) () ) +("sizing" ((nnp -11.403) ) () ) +("sizwe" ((nnp -10.709) ) () ) +("sizzle" ((vb -10.141) ) () ) +("sizzling" ((jj -10.971) ) () ) +("skadden" ((nnp -10.304) ) () ) +("skanska" ((nnp -10.709) ) () ) +("skase" ((nnp -8.694) ) () ) +("skateboards" ((nns -10.949) ) () ) +("skeptical" ((jj -8.138) ) () ) +("skepticism" ((nn -9.801) ) () ) +("skeptics" ((nnp -11.403) (nns -9.339) ) () ) +("sketch" ((nn -11.054) ) () ) +("sketches" ((vbz -9.926) ) () ) +("sketching" ((vbg -9.539) ) () ) +("sketchy" ((jj -9.362) ) () ) +("skewed" ((jj -10.971) (vbn -9.162) ) () ) +("skf" ((nnp -9.793) ) () ) +("ski" ((jj -9.872) (nn -9.182) (nnp -10.709) (vb -9.043) ) () ) +("ski-industry" ((nn -11.747) ) () ) +("skid" ((nn -11.747) (vb -10.141) (vbd -10.291) ) () ) +("skidded" ((vbd -7.988) (vbn -9.855) ) () ) +("skidding" ((vbg -9.539) ) () ) +("skids" ((nns -10.255) ) () ) +("skier" ((nn -10.360) ) () ) +("skiers" ((nns -9.157) ) () ) +("skies" ((nnps -7.729) ) () ) +("skiing" ((nn -9.955) (vbg -9.539) ) () ) +("skill" ((nn -10.648) ) () ) +("skill-dilution" ((jj -10.971) ) () ) +("skilled" ((jj -9.362) ) () ) +("skillful" ((jj -10.278) ) () ) +("skills" ((nns -8.241) ) () ) +("skim" ((vb -9.448) ) () ) +("skimmers" ((nns -10.949) ) () ) +("skin" ((nn -9.262) ) () ) +("skin-care" ((nn -11.054) ) () ) +("skinner" ((nnp -8.838) ) () ) +("skins" ((nns -9.850) ) () ) +("skip" ((vbp -9.367) ) () ) +("skipped" ((vbd -10.291) ) () ) +("skipper" ((nn -11.747) (nnp -8.918) (vb -10.141) ) () ) +("skipping" ((vbg -8.440) ) () ) +("skippy" ((nnp -11.403) ) () ) +("skirmished" ((vbn -9.855) ) () ) +("skirmishes" ((nns -10.949) ) () ) +("skirmishing" ((nn -11.747) ) () ) +("skirt" ((nn -11.054) ) () ) +("skirting" ((vbg -8.846) ) () ) +("skirts" ((nnp -11.403) ) () ) +("skis" ((nns -10.949) ) () ) +("skittish" ((jj -9.179) ) () ) +("skittishness" ((nn -10.648) ) () ) +("skoal" ((nnp -11.403) ) () ) +("skokie" ((nnp -10.016) ) () ) +("skopbank" ((nnp -11.403) ) () ) +("skull" ((nn -11.747) ) () ) +("skulls" ((nns -10.949) ) () ) +("sky" ((nn -10.137) (nnp -10.016) ) () ) +("sky-high" ((jj -10.971) ) () ) +("skyline" ((nn -11.747) ) () ) +("skyrocketed" ((vbn -9.162) ) () ) +("skyrocketing" ((vbg -8.153) ) () ) +("skyscraper" ((nn -11.054) ) () ) +("skyward" ((rb -9.606) ) () ) +("slab" ((nn -11.747) ) () ) +("slabs" ((nns -9.850) ) () ) +("slack" ((jj -9.872) (nn -10.360) (vb -10.141) ) () ) +("slackened" ((jj -10.971) (vbd -10.291) (vbn -9.162) ) () ) +("slackening" ((vbg -8.846) ) () ) +("slacks" ((nns -10.949) ) () ) +("slain" ((vbn -9.162) ) () ) +("slam" ((vbp -9.367) ) () ) +("slam-dunk" ((nn -11.747) (vb -10.141) ) () ) +("slammed" ((vbd -9.192) ) () ) +("slammer" ((nn -11.747) ) () ) +("slanted" ((jj -10.971) ) () ) +("slap" ((vb -10.141) ) () ) +("slapped" ((vbd -9.192) (vbn -9.855) ) () ) +("slapping" ((nn -11.747) ) () ) +("slaps" ((nns -10.949) (vbz -9.233) ) () ) +("slash" ((vb -7.944) (vbp -8.674) ) () ) +("slashed" ((vbd -8.499) (vbn -8.063) ) () ) +("slashes" ((nns -10.949) ) () ) +("slashing" ((vbg -7.930) ) () ) +("slate" ((nn -9.549) (nnp -10.709) ) () ) +("slated" ((vbn -7.658) ) () ) +("slater" ((nnp -10.304) ) () ) +("slatkin" ((nnp -11.403) ) () ) +("slats" ((nns -10.255) ) () ) +("slaughter" ((nn -10.648) (nnp -10.709) ) () ) +("slaughtered" ((vbn -8.757) ) () ) +("slavishly" ((rb -10.299) ) () ) +("slay" ((vbp -9.367) ) () ) +("slayings" ((nns -10.949) ) () ) +("sleaze" ((nn -11.054) ) () ) +("sleazy" ((jj -10.278) ) () ) +("sledding" ((nn -11.747) ) () ) +("sleek" ((jj -9.585) ) () ) +("sleep" ((nn -10.360) (nnp -11.403) (vb -9.448) (vbp -9.367) ) () ) +("sleeper" ((nn -11.747) ) () ) +("sleeping" ((nn -10.360) (vbg -8.440) ) () ) +("sleeps" ((vbz -9.926) ) () ) +("sleeves" ((nns -10.255) ) () ) +("sleight" ((nn -11.747) ) () ) +("slender" ((jj -10.971) ) () ) +("slept" ((vbd -8.905) ) () ) +("slew" ((nn -10.137) ) () ) +("slice" ((nn -10.648) (vb -10.141) ) () ) +("slicing" ((vbg -8.846) ) () ) +("slick" ((jj -9.872) (nn -11.747) ) () ) +("slick-talking" ((jj -10.971) ) () ) +("slickly" ((rb -10.299) ) () ) +("slid" ((nnp -11.403) (vbd -6.736) (vbn -9.855) ) () ) +("slide" ((nn -7.962) (vb -8.062) ) () ) +("slide-packs" ((nns -10.949) ) () ) +("slider" ((nnp -11.403) ) () ) +("slides" ((nns -9.850) (vbz -9.926) ) () ) +("sliding" ((vbg -7.593) ) () ) +("slight" ((jj -8.199) ) () ) +("slightest" ((jjs -6.424) ) () ) +("slightly" ((rb -5.504) ) () ) +("slim" ((jj -9.362) ) () ) +("slime" ((nn -11.747) ) () ) +("slimmed" ((vbn -9.855) ) () ) +("slimmer" ((jjr -7.346) ) () ) +("slimming" ((vbg -9.539) ) () ) +("slims" ((nnp -11.403) ) () ) +("slimy" ((jj -10.971) ) () ) +("slingers" ((nns -10.949) ) () ) +("slings" ((nns -10.949) ) () ) +("slinky" ((jj -10.278) ) () ) +("slip" ((nn -10.360) (vb -8.196) (vbp -7.981) ) () ) +("slipped" ((vbd -6.653) (vbn -8.757) ) () ) +("slipping" ((vbg -6.974) ) () ) +("slips" ((vbz -8.828) ) () ) +("slithering" ((vbg -9.539) ) () ) +("slits" ((nns -10.949) ) () ) +("sliver" ((nn -11.747) ) () ) +("sliver-like" ((jj -10.971) ) () ) +("slivered" ((vbn -9.855) ) () ) +("sloan" ((nnp -10.304) ) () ) +("slobodin" ((nnp -11.403) ) () ) +("slog" ((vb -10.141) ) () ) +("slogan" ((nn -11.054) ) () ) +("slogans" ((nns -10.255) ) () ) +("slogs" ((vbz -9.926) ) () ) +("slop" ((nn -11.747) ) () ) +("slop-bucket" ((nn -11.747) ) () ) +("slope" ((nn -11.054) ) () ) +("slopes" ((nns -9.339) (vbz -9.926) ) () ) +("sloppy" ((jj -9.025) ) () ) +("slosberg" ((nnp -11.403) ) () ) +("sloshing" ((vbg -9.539) ) () ) +("slot" ((nn -10.137) ) () ) +("slote" ((nnp -11.403) ) () ) +("slots" ((nns -10.949) ) () ) +("slouch" ((nn -11.747) ) () ) +("slough" ((vb -10.141) ) () ) +("slovakia" ((nnp -11.403) ) () ) +("slovenian" ((jj -10.971) ) () ) +("sloves" ((nnp -10.709) ) () ) +("slow" ((jj -7.505) (rb -10.299) (vb -6.676) ) () ) +("slow-growing" ((jj -9.872) ) () ) +("slow-growth" ((nn -11.747) ) () ) +("slow-motion" ((jj -10.971) ) () ) +("slow-spending" ((jj -10.971) ) () ) +("slow-startup" ((jj -10.971) ) () ) +("slowball" ((nn -11.747) ) () ) +("slowdown" ((nn -7.985) ) () ) +("slowdowns" ((nns -10.949) ) () ) +("slowed" ((vbd -7.726) (vbn -7.776) ) () ) +("slower" ((jjr -4.948) (rbr -7.419) ) () ) +("slowest" ((jjs -6.424) ) () ) +("slowing" ((jj -10.971) (nn -9.349) (vbg -5.850) ) () ) +("slowly" ((rb -7.466) ) () ) +("slows" ((vbz -9.233) ) () ) +("slugger" ((nn -11.747) ) () ) +("sluggish" ((jj -7.604) ) () ) +("sluggishness" ((nn -10.360) ) () ) +("slum" ((nn -11.747) ) () ) +("slump" ((nn -8.489) (vb -10.141) (vbp -9.367) ) () ) +("slumped" ((vbd -8.681) (vbn -9.162) ) () ) +("slumping" ((vbg -8.846) ) () ) +("slumps" ((nns -10.949) ) () ) +("slums" ((nns -10.949) ) () ) +("slurs" ((nns -10.949) ) () ) +("slush" ((nn -11.747) ) () ) +("sly" ((jj -10.971) ) () ) +("slyke" ((nnp -11.403) ) () ) +("slyly" ((rb -10.299) ) () ) +("smaby" ((nnp -10.709) ) () ) +("smack" ((rb -9.606) ) () ) +("smacks" ((vbz -9.926) ) () ) +("smale" ((nnp -10.709) ) () ) +("small" ((jj -5.422) (nnp -9.100) ) () ) +("small-business" ((nn -9.549) ) () ) +("small-company" ((jj -10.971) (nn -11.747) ) () ) +("small-denomination" ((jj -10.971) (nn -11.054) ) () ) +("small-employer" ((nn -11.747) ) () ) +("small-fry" ((jj -10.971) ) () ) +("small-investor" ((nn -11.054) ) () ) +("small-lot" ((jj -10.971) ) () ) +("small-scale" ((jj -10.971) ) () ) +("small-screen" ((jj -10.971) ) () ) +("small-time" ((jj -10.971) ) () ) +("small-town" ((jj -9.179) ) () ) +("smaller" ((jjr -3.475) ) () ) +("smaller-than-average" ((jj -10.971) ) () ) +("smaller-than-expected" ((jj -10.971) ) () ) +("smallest" ((jjs -5.731) ) () ) +("smallpox" ((nn -11.747) ) () ) +("smart" ((jj -8.774) ) () ) +("smarter" ((rbr -6.726) ) () ) +("smartest" ((jjs -6.424) ) () ) +("smarting" ((vbg -9.539) ) () ) +("smartly" ((rb -10.299) ) () ) +("smash" ((nn -11.747) (vb -10.141) ) () ) +("smashed" ((vbd -10.291) ) () ) +("smashing" ((nn -11.747) (vbg -9.539) ) () ) +("smattering" ((nn -10.648) ) () ) +("smeal" ((nnp -11.403) ) () ) +("smell" ((nn -10.360) ) () ) +("smelling" ((vbg -9.539) ) () ) +("smells" ((vbz -9.233) ) () ) +("smelly" ((jj -10.971) ) () ) +("smelter" ((nn -10.360) ) () ) +("smelting" ((nnp -10.709) ) () ) +("smidgins" ((nns -10.949) ) () ) +("smile" ((nn -10.648) ) () ) +("smiled" ((vbd -8.905) ) () ) +("smiles" ((nns -10.949) (vbz -9.233) ) () ) +("smiling" ((vbg -7.930) ) () ) +("smith" ((nnp -6.838) ) () ) +("smith-kline" ((nnp -11.403) ) () ) +("smithkline" ((nnp -9.793) ) () ) +("smithson" ((nnp -11.403) ) () ) +("smithsonian" ((nnp -10.016) ) () ) +("smock" ((nn -11.747) ) () ) +("smoke" ((nn -9.801) (vb -9.043) (vbp -7.981) ) () ) +("smoke-filled" ((jj -10.971) ) () ) +("smoked" ((vbd -10.291) ) () ) +("smokehouse" ((nn -11.747) ) () ) +("smokers" ((nns -9.339) ) () ) +("smokes" ((vbz -9.926) ) () ) +("smokescreen" ((nn -11.054) ) () ) +("smokescreens" ((nns -10.949) ) () ) +("smokestack" ((nn -11.747) ) () ) +("smoking" ((nn -8.656) (vbg -9.539) ) () ) +("smoking-cessation" ((nn -11.747) ) () ) +("smolder" ((vbp -9.367) ) () ) +("smoldering" ((vbg -9.539) ) () ) +("smolensk" ((nnp -11.403) ) () ) +("smooth" ((jj -8.892) (vb -9.448) ) () ) +("smoothed" ((vbn -9.855) ) () ) +("smoother" ((jj -10.971) (jjr -7.346) ) () ) +("smoothest" ((jjs -7.523) ) () ) +("smoothly" ((rb -7.997) ) () ) +("smother" ((vb -10.141) ) () ) +("smothering" ((vbg -9.539) ) () ) +("smu" ((nnp -10.304) ) () ) +("smuggle" ((vb -10.141) ) () ) +("smuggler" ((nn -11.054) ) () ) +("smuggling" ((nn -11.747) ) () ) +("smyrna" ((nnp -11.403) ) () ) +("snack" ((nn -10.648) ) () ) +("snack-food" ((nn -9.667) ) () ) +("snafu" ((nn -11.747) ) () ) +("snafus" ((nns -10.949) ) () ) +("snag" ((nn -10.360) ) () ) +("snagged" ((vbn -8.469) ) () ) +("snags" ((nns -9.850) ) () ) +("snail" ((nn -11.054) ) () ) +("snail-like" ((jj -10.971) ) () ) +("snake" ((nn -11.747) (nnp -11.403) ) () ) +("snake-oil" ((jj -10.971) ) () ) +("snakes" ((nns -10.255) (vbz -9.926) ) () ) +("snaking" ((vbg -9.539) ) () ) +("snap" ((nn -11.747) ) () ) +("snap-on" ((jj -10.971) ) () ) +("snapped" ((jj -10.971) (vbd -8.211) (vbn -8.469) ) () ) +("snapping" ((vbg -8.846) ) () ) +("snappy" ((jj -10.971) ) () ) +("snaps" ((vbz -8.828) ) () ) +("snapshots" ((nns -10.949) ) () ) +("snarls" ((nns -10.949) ) () ) +("snatched" ((vbd -10.291) (vbn -9.162) ) () ) +("snazzy" ((jj -10.971) ) () ) +("sneak" ((vbp -9.367) ) () ) +("sneaked" ((vbd -10.291) ) () ) +("sneaker" ((nnp -11.403) ) () ) +("sneakers" ((nns -10.949) ) () ) +("sneaking" ((vbg -9.539) ) () ) +("sneaky" ((jj -10.971) ) () ) +("snecma" ((nnp -11.403) ) () ) +("snedeker" ((nnp -10.709) ) () ) +("snet" ((nnp -10.709) ) () ) +("snezak" ((nnp -11.403) ) () ) +("snidely" ((rb -10.299) ) () ) +("sniffed" ((vbd -9.598) ) () ) +("sniffing" ((vbg -9.539) ) () ) +("sniffs" ((vbz -9.926) ) () ) +("sniggeringly" ((rb -10.299) ) () ) +("sniped" ((vbd -10.291) ) () ) +("sniveling" ((vbg -9.539) ) () ) +("snobbish" ((jj -10.971) ) () ) +("snooker" ((nn -11.747) ) () ) +("snooping" ((vbg -8.846) ) () ) +("snoopy" ((nnp -10.709) ) () ) +("snooty" ((jj -10.971) ) () ) +("snoring" ((vbg -9.539) ) () ) +("snorts" ((vbz -9.926) ) () ) +("snotty" ((jj -10.971) ) () ) +("snow" ((nn -10.648) (nnp -11.403) ) () ) +("snowball" ((nn -11.747) (vb -10.141) ) () ) +("snowballed" ((vbd -9.598) ) () ) +("snowbirds" ((nns -10.949) ) () ) +("snowdrift" ((nn -11.747) ) () ) +("snowstorm" ((nn -11.747) ) () ) +("snowsuit" ((nn -11.747) ) () ) +("snubbed" ((vbd -10.291) ) () ) +("snubbing" ((nn -11.747) ) () ) +("snyder" ((nnp -10.709) ) () ) +("so" ((cc -8.241) (in -5.828) (rb -3.923) ) () ) +("so-called" ((jj -6.911) (nn -11.747) ) () ) +("so-so" ((jj -10.971) ) () ) +("soak" ((vb -9.448) ) () ) +("soap" ((nn -9.801) (nnp -10.709) ) () ) +("soapbox" ((nn -11.747) ) () ) +("soaps" ((nns -10.949) ) () ) +("soar" ((vb -8.350) (vbp -9.367) ) () ) +("soared" ((vbd -6.507) (vbn -7.658) ) () ) +("soares-kemp" ((nnp -10.709) ) () ) +("soaring" ((vbg -7.141) ) () ) +("soars" ((nns -10.949) ) () ) +("sob" ((vb -10.141) ) () ) +("sober" ((jj -10.971) ) () ) +("sobered" ((vbd -10.291) ) () ) +("sobey" ((nnp -11.403) ) () ) +("socalled" ((vbn -9.162) ) () ) +("soccer" ((nn -11.054) ) () ) +("sochi" ((nnp -11.403) ) () ) +("social" ((jj -7.233) (nnp -8.569) ) () ) +("social-affairs" ((nns -10.949) ) () ) +("social-studies" ((nn -11.054) ) () ) +("socialism" ((nn -9.549) ) () ) +("socialist" ((jj -8.332) (nnp -10.304) ) () ) +("socialistic" ((jj -10.971) ) () ) +("socialists" ((nnps -7.729) (nns -10.949) ) () ) +("socialize" ((vb -10.141) ) () ) +("socializing" ((vbg -9.539) ) () ) +("socially" ((rb -9.201) ) () ) +("societa" ((nnp -11.403) ) () ) +("societe" ((nnp -8.512) ) () ) +("societies" ((nns -9.339) ) () ) +("society" ((nn -8.281) (nnp -8.763) ) () ) +("socioeconomic" ((jj -10.278) ) () ) +("socioeconomically" ((rb -10.299) ) () ) +("sociological" ((jj -10.971) ) () ) +("sociologist" ((nn -10.137) ) () ) +("sociologists" ((nns -10.255) ) () ) +("sociology" ((nn -11.054) ) () ) +("sock" ((vb -10.141) ) () ) +("socks" ((nns -10.949) ) () ) +("soda" ((nn -9.667) (nnp -11.403) ) () ) +("sodium" ((nn -11.747) ) () ) +("sofa" ((nn -11.747) ) () ) +("sofas" ((nns -10.949) ) () ) +("sofia" ((nnp -11.403) ) () ) +("sofitel" ((nnp -10.304) ) () ) +("soft" ((jj -7.334) (rb -10.299) ) () ) +("soft-drink" ((jj -10.278) (nn -8.856) ) () ) +("soft-drinks" ((nns -10.949) ) () ) +("soft-rock" ((jj -10.971) ) () ) +("soft-spoken" ((jj -10.971) ) () ) +("softdrink" ((nn -11.747) ) () ) +("soften" ((vb -8.062) ) () ) +("softened" ((vbd -10.291) (vbn -9.162) ) () ) +("softening" ((nn -10.137) (vbg -8.153) ) () ) +("softens" ((vbz -9.926) ) () ) +("softer" ((jjr -5.842) ) () ) +("softer-than-expected" ((jj -10.971) ) () ) +("softies" ((nns -10.949) ) () ) +("softletter" ((nnp -10.709) ) () ) +("softly" ((rb -9.606) ) () ) +("softness" ((nn -9.549) ) () ) +("software" ((nn -7.557) (nnp -9.611) ) () ) +("softwood" ((jj -10.971) ) () ) +("softy" ((nn -11.747) ) () ) +("soggy" ((jj -9.872) ) () ) +("sogo-shosha" ((nn -11.747) ) () ) +("sohmer" ((nnp -9.323) ) () ) +("sohn" ((nnp -10.709) ) () ) +("soichiro" ((nnp -11.403) ) () ) +("soil" ((nn -9.444) ) () ) +("soil-nutrients" ((nns -10.949) ) () ) +("soils" ((nns -10.949) ) () ) +("soirees" ((nns -10.949) ) () ) +("sokol" ((nnp -11.403) ) () ) +("sol" ((nnp -10.709) ) () ) +("solace" ((nn -11.054) ) () ) +("solaia" ((nnp -11.403) ) () ) +("solar" ((jj -9.362) (nnp -11.403) ) () ) +("solarz" ((nnp -11.403) ) () ) +("solchaga" ((nnp -11.403) ) () ) +("sold" ((vbd -5.479) (vbn -4.370) ) () ) +("sold-out" ((jj -10.971) ) () ) +("soldado" ((nnp -11.403) ) () ) +("soldier" ((nn -11.054) ) () ) +("soldiers" ((nns -9.157) ) () ) +("sole" ((jj -7.975) (nn -11.054) (nnp -10.709) ) () ) +("solebury" ((nnp -11.403) ) () ) +("solely" ((rb -7.901) ) () ) +("solemn" ((jj -10.971) ) () ) +("solemnly" ((rb -10.299) ) () ) +("solicit" ((vb -8.755) ) () ) +("solicitation" ((nn -9.801) ) () ) +("solicitations" ((nns -10.255) ) () ) +("solicited" ((vbn -9.855) ) () ) +("soliciting" ((vbg -7.236) ) () ) +("solicitor" ((nn -11.054) (nnp -11.403) ) () ) +("solicitors" ((nns -10.949) ) () ) +("solicits" ((vbz -9.233) ) () ) +("solid" ((jj -8.138) (rb -10.299) ) () ) +("solid-waste" ((nn -11.747) ) () ) +("solidarity" ((nn -11.747) (nnp -8.630) ) () ) +("solidarity-led" ((jj -10.278) ) () ) +("solidified" ((vbd -10.291) ) () ) +("solidify" ((vb -8.755) (vbp -9.367) ) () ) +("solidly" ((rb -10.299) ) () ) +("solihull" ((nnp -11.403) ) () ) +("solitary" ((jj -10.971) ) () ) +("solo" ((jj -10.278) (nn -9.801) (nnp -10.304) ) () ) +("soloist" ((nn -11.054) ) () ) +("solomon" ((nnp -10.709) ) () ) +("solow" ((nnp -11.403) ) () ) +("soluble" ((jj -10.971) ) () ) +("solution" ((nn -8.913) ) () ) +("solutions" ((nns -8.004) ) () ) +("solve" ((vb -7.744) ) () ) +("solved" ((vbd -8.905) (vbn -8.246) ) () ) +("solvency" ((nn -11.747) ) () ) +("solvent" ((jj -10.278) ) () ) +("solvents" ((nns -9.339) ) () ) +("solving" ((vbg -8.153) ) () ) +("solzhenitsyn" ((nnp -11.403) ) () ) +("somatostatin" ((nn -11.747) ) () ) +("somber" ((jj -10.971) ) () ) +("sombrotto" ((nnp -11.403) ) () ) +("some" ((dt -3.992) (rb -7.466) ) () ) +("somebody" ((nn -8.802) ) () ) +("someday" ((rb -8.508) ) () ) +("somehow" ((rb -7.814) ) () ) +("someone" ((nn -7.588) ) () ) +("somersaulting" ((jj -10.971) ) () ) +("somerset" ((nnp -10.016) ) () ) +("somethin'" ((nn -11.747) ) () ) +("something" ((nn -6.918) ) () ) +("sometime" ((jj -10.971) (rb -7.591) ) () ) +("sometimes" ((rb -6.110) ) () ) +("sometimes-exhausting" ((jj -10.971) ) () ) +("sometimes-tawdry" ((jj -10.971) ) () ) +("somewhat" ((rb -6.773) ) () ) +("somewhat-ambiguous" ((jj -10.971) ) () ) +("somewhere" ((nnp -11.403) (rb -7.734) ) () ) +("sommer" ((nnp -11.403) ) () ) +("somoza" ((nnp -10.709) ) () ) +("son" ((nn -8.528) (nnp -9.457) ) () ) +("sonar" ((nn -11.747) ) () ) +("sonata" ((nn -11.747) (nnp -10.304) ) () ) +("sonet" ((nnp -10.709) ) () ) +("sonet-based" ((jj -10.971) ) () ) +("song" ((nn -9.262) (nnp -11.403) ) () ) +("songs" ((nns -9.339) ) () ) +("songwriters" ((nns -10.949) ) () ) +("sonia" ((nnp -11.403) ) () ) +("sonja" ((nnp -10.709) ) () ) +("sonny" ((nnp -10.709) ) () ) +("sonora" ((nnp -11.403) ) () ) +("sons" ((nnp -9.005) (nnps -5.783) (nns -9.157) ) () ) +("sony" ((nnp -6.346) ) () ) +("sony-columbia" ((nnp -11.403) ) () ) +("sony-owned" ((jj -10.971) ) () ) +("soo" ((nnp -9.100) ) () ) +("soon" ((rb -5.372) ) () ) +("soon-to-be-sold" ((jj -10.971) ) () ) +("soon-to-expire" ((jj -10.971) ) () ) +("sooner" ((rb -8.913) (rbr -5.473) ) () ) +("soonest" ((jjs -6.830) ) () ) +("sooraji" ((nnp -11.403) ) () ) +("soot" ((nn -11.054) ) () ) +("soot-stained" ((jj -10.971) ) () ) +("soothe" ((vb -9.043) ) () ) +("soothing" ((vbg -9.539) ) () ) +("sophisticated" ((jj -7.639) ) () ) +("sophisticates" ((nns -10.949) ) () ) +("sophistication" ((nn -11.054) ) () ) +("soporific" ((jj -10.971) ) () ) +("soprano" ((nn -11.054) ) () ) +("sops" ((nns -10.949) ) () ) +("sorbus" ((nnp -11.403) ) () ) +("sore" ((jj -10.278) ) () ) +("soreheads" ((nns -10.949) ) () ) +("sorely" ((rb -10.299) ) () ) +("soreness" ((nn -11.747) ) () ) +("sorenson" ((nnp -11.403) ) () ) +("sorghum" ((nn -10.648) ) () ) +("soros" ((nnp -11.403) ) () ) +("sorrell" ((nnp -9.205) ) () ) +("sorry" ((jj -9.025) ) () ) +("sort" ((nn -7.985) (rb -10.299) (vb -8.350) ) () ) +("sorting" ((vbg -8.440) ) () ) +("sorts" ((nns -9.003) ) () ) +("sotela" ((nnp -11.403) ) () ) +("sotheby" ((nnp -7.531) ) () ) +("sought" ((vbd -6.924) (vbn -6.523) ) () ) +("soul" ((nn -10.360) ) () ) +("soule" ((nnp -10.709) ) () ) +("soulful" ((jj -10.971) ) () ) +("soulmates" ((nns -10.949) ) () ) +("souls" ((nns -9.850) ) () ) +("sound" ((jj -8.332) (nn -8.856) (nnp -10.709) (vb -7.577) (vbp -8.674) ) () ) +("sounded" ((vbd -8.905) ) () ) +("sounding" ((vbg -8.846) ) () ) +("soundness" ((nn -11.054) ) () ) +("sounds" ((nns -9.850) (vbz -7.287) ) () ) +("soundtrack" ((nn -10.360) ) () ) +("soundview" ((nnp -10.709) ) () ) +("soup" ((nn -10.360) (nnp -9.100) ) () ) +("soup-to-nuts" ((jj -10.971) ) () ) +("souped-up" ((jj -10.971) ) () ) +("soups" ((nns -10.949) ) () ) +("sour" ((jj -8.486) (vb -10.141) ) () ) +("source" ((nn -7.112) (nnp -11.403) ) () ) +("sources" ((nns -6.978) ) () ) +("sourcing" ((vbg -9.539) ) () ) +("soured" ((jj -10.971) (vbd -10.291) ) () ) +("souring" ((nn -11.747) ) () ) +("south" ((jj -7.713) (nn -10.360) (nnp -6.468) (rb -7.901) ) () ) +("southam" ((nn -11.747) (nnp -9.205) ) () ) +("southdown" ((nnp -11.403) ) () ) +("southeast" ((jj -9.362) (nn -11.747) (nnp -8.569) ) () ) +("southeastern" ((jj -10.278) (nnp -10.304) ) () ) +("southern" ((jj -7.570) (nnp -7.739) ) () ) +("southerners" ((nnps -7.036) ) () ) +("southfield" ((nnp -11.403) ) () ) +("southland" ((nnp -9.793) ) () ) +("southmark" ((nnp -10.304) ) () ) +("southport" ((nnp -11.403) ) () ) +("southwest" ((jj -10.278) (jjs -6.830) (nn -10.648) (nnp -8.838) (rb -10.299) ) () ) +("southwestern" ((jj -10.971) (nnp -10.709) ) () ) +("southwide" ((nnp -11.403) ) () ) +("souvenir" ((nn -11.054) ) () ) +("sovereign" ((jj -10.971) ) () ) +("sovereignty" ((nn -10.360) ) () ) +("soviet" ((jj -6.096) (nnp -6.758) ) () ) +("soviet-accredited" ((jj -10.971) ) () ) +("soviet-built" ((jj -10.971) ) () ) +("soviet-controlled" ((jj -10.971) ) () ) +("soviet-finnish" ((jj -10.971) ) () ) +("soviet-german" ((nnp -11.403) ) () ) +("soviet-israeli" ((jj -10.971) ) () ) +("soviet-style" ((jj -10.278) ) () ) +("soviet-trained" ((jj -10.278) ) () ) +("sovietized" ((jj -10.971) ) () ) +("soviets" ((nnp -11.403) (nnps -3.968) (nns -9.850) ) () ) +("sow" ((vbp -9.367) ) () ) +("soweto" ((nnp -10.304) ) () ) +("sows" ((vbz -9.926) ) () ) +("sox" ((nnp -10.709) (nnps -7.036) ) () ) +("soybean" ((nn -10.137) ) () ) +("soybeans" ((nns -9.003) ) () ) +("soyuz" ((nnp -11.403) ) () ) +("spa" ((nn -11.054) ) () ) +("space" ((nn -7.304) (nnp -8.694) ) () ) +("space-age" ((jj -10.278) ) () ) +("space-based" ((jj -9.585) ) () ) +("space-buying" ((nn -11.747) ) () ) +("space-science" ((nn -11.054) ) () ) +("space-shuttle" ((nn -11.747) ) () ) +("space-station" ((nn -11.747) ) () ) +("spaceborn" ((jj -10.971) ) () ) +("spacecraft" ((nn -9.667) ) () ) +("spaced" ((nnp -11.403) ) () ) +("spaces" ((nns -10.255) ) () ) +("spaceships" ((nns -10.949) ) () ) +("spacious" ((jj -10.971) ) () ) +("spackle" ((vb -10.141) ) () ) +("spadafora" ((nnp -10.709) ) () ) +("spaghetti" ((nns -9.850) ) () ) +("spago" ((nnp -11.403) ) () ) +("spain" ((nnp -7.847) ) () ) +("spalding" ((nnp -11.403) ) () ) +("spalsbury" ((nnp -11.403) ) () ) +("span" ((nn -10.137) (nnp -10.709) ) () ) +("spanish" ((jj -8.138) (nnp -9.611) ) () ) +("spanish-language" ((jj -10.278) (nn -11.747) (nnp -11.403) ) () ) +("spanking" ((jj -10.278) (nn -11.747) ) () ) +("spanned" ((vbd -10.291) ) () ) +("spanning" ((vbg -8.846) ) () ) +("sparcstation" ((nnp -11.403) ) () ) +("spare" ((jj -8.774) (vb -10.141) ) () ) +("spared" ((vbd -10.291) (vbn -9.162) ) () ) +("spares" ((nns -10.949) (vbz -9.926) ) () ) +("sparing" ((vbg -9.539) ) () ) +("sparingly" ((rb -9.606) ) () ) +("spark" ((nn -11.054) (vb -7.657) ) () ) +("sparked" ((vbd -8.499) (vbn -7.776) ) () ) +("sparking" ((vbg -7.930) ) () ) +("sparkling" ((jj -10.278) (nnp -11.403) ) () ) +("sparkplugs" ((nns -10.949) ) () ) +("sparks" ((nns -10.949) (vbz -9.926) ) () ) +("sparring" ((vbg -9.539) ) () ) +("sparrows" ((nnp -11.403) ) () ) +("sparsely" ((rb -10.299) ) () ) +("sparta" ((nnp -11.403) ) () ) +("spartan" ((nnp -10.709) ) () ) +("spas" ((nns -9.850) ) () ) +("spasms" ((nns -10.255) ) () ) +("spate" ((nn -9.801) ) () ) +("spaulding" ((nnp -11.403) ) () ) +("spaull" ((nnp -11.403) ) () ) +("spawn" ((vb -9.448) ) () ) +("spawned" ((vbd -10.291) (vbn -8.469) ) () ) +("speak" ((vb -7.657) (vbp -7.757) ) () ) +("speaker" ((nn -9.444) (nnp -8.838) ) () ) +("speakers" ((nns -9.850) ) () ) +("speaking" ((nn -10.360) (nnp -11.403) (vbg -6.974) ) () ) +("speaks" ((vbz -8.317) ) () ) +("spear" ((nnp -11.403) ) () ) +("spearhead" ((nn -11.747) ) () ) +("spearheaded" ((vbd -10.291) (vbn -9.855) ) () ) +("spearheading" ((vbg -9.539) ) () ) +("special" ((jj -6.104) (nn -10.648) ) () ) +("special-interest" ((jj -9.362) (nn -11.747) ) () ) +("special-projects" ((jj -10.971) ) () ) +("specialist" ((jj -10.971) (nn -8.058) ) () ) +("specialist-firm" ((jj -10.971) ) () ) +("specialists" ((nns -6.997) ) () ) +("specialization" ((nn -11.054) ) () ) +("specialize" ((vb -9.043) (vbp -9.367) ) () ) +("specialized" ((jj -9.585) (nnp -8.838) (vbn -9.162) ) () ) +("specializes" ((vbz -7.154) ) () ) +("specializing" ((vbg -7.593) ) () ) +("specially" ((rb -8.353) ) () ) +("specials" ((nns -9.850) ) () ) +("specialties" ((nns -9.562) ) () ) +("specialty" ((jj -10.278) (nn -8.313) (nnp -11.403) ) () ) +("specialty-chemical" ((nn -11.747) ) () ) +("specialty-chemicals" ((nns -10.949) ) () ) +("specialty-metals" ((nns -10.949) ) () ) +("specialty-retail" ((jj -10.971) ) () ) +("species" ((nn -11.747) (nnp -10.709) (nnps -7.729) (nns -9.850) ) () ) +("specific" ((jj -6.737) (nn -10.360) ) () ) +("specifically" ((rb -7.208) ) () ) +("specifications" ((nns -9.562) ) () ) +("specificity" ((nn -11.747) ) () ) +("specifics" ((nns -9.339) ) () ) +("specified" ((jj -9.872) (vbd -10.291) (vbn -7.658) ) () ) +("specifies" ((vbz -9.926) ) () ) +("specify" ((vb -7.502) ) () ) +("specifying" ((vbg -9.539) ) () ) +("specimens" ((nns -10.949) ) () ) +("speckled" ((jj -10.971) ) () ) +("specs" ((nns -10.255) ) () ) +("spectacle" ((nn -11.747) ) () ) +("spectacular" ((jj -8.892) ) () ) +("spectacularly" ((rb -9.606) ) () ) +("spectator" ((nn -11.054) (nnp -10.304) ) () ) +("spectators" ((nns -9.562) ) () ) +("specter" ((nn -10.648) (nnp -9.793) ) () ) +("specthrie" ((nnp -11.403) ) () ) +("spectrum" ((nn -10.648) (nnp -11.403) ) () ) +("speculate" ((vb -8.062) (vbp -8.268) ) () ) +("speculated" ((vbd -8.345) (vbn -8.469) ) () ) +("speculating" ((vbg -8.440) ) () ) +("speculation" ((nn -7.365) ) () ) +("speculations" ((nns -10.949) ) () ) +("speculative" ((jj -8.332) ) () ) +("speculative-grade" ((jj -10.971) ) () ) +("speculator" ((nn -9.801) ) () ) +("speculators" ((nns -7.547) ) () ) +("sped" ((vbn -9.855) ) () ) +("speech" ((nn -8.083) ) () ) +("speeches" ((nns -9.339) ) () ) +("speed" ((nn -8.281) (vb -7.197) ) () ) +("speeded" ((vbd -10.291) ) () ) +("speeded-up" ((jj -10.971) ) () ) +("speedier" ((jjr -8.039) ) () ) +("speeding" ((jj -10.971) (vbg -7.930) ) () ) +("speedometer" ((nn -11.054) ) () ) +("speeds" ((nns -9.850) (vbz -9.926) ) () ) +("speedup" ((nn -11.747) ) () ) +("speedy" ((jj -9.362) ) () ) +("spell" ((nn -11.747) (vb -9.043) ) () ) +("spelled" ((vbn -9.855) ) () ) +("spelling" ((nn -11.054) (vbg -8.846) ) () ) +("spells" ((nns -10.949) (vbz -9.926) ) () ) +("spence" ((nnp -11.403) ) () ) +("spencer" ((nnp -10.016) ) () ) +("spend" ((vb -6.190) (vbp -7.170) ) () ) +("spender" ((nn -11.054) ) () ) +("spending" ((1 -4.727) (jj -10.278) (nn -6.703) (vbg -6.105) ) () ) +("spends" ((vbz -7.361) ) () ) +("spendthrifts" ((nns -10.949) ) () ) +("spent" ((jj -10.971) (vbd -6.577) (vbn -6.359) ) () ) +("sperm" ((nn -11.747) ) () ) +("sperry" ((nnp -9.323) ) () ) +("spewed" ((vbd -10.291) ) () ) +("spewing" ((vbg -8.846) ) () ) +("sphere" ((nn -11.747) ) () ) +("spice" ((nn -11.747) ) () ) +("spider" ((nnp -11.403) ) () ) +("spied" ((vbd -10.291) ) () ) +("spiegel" ((nnp -8.407) ) () ) +("spiegelman" ((nnp -11.403) ) () ) +("spielberg" ((nnp -11.403) ) () ) +("spielvogel" ((nnp -8.458) ) () ) +("spies" ((nns -10.949) (vbz -9.926) ) () ) +("spiffy" ((jj -10.971) ) () ) +("spiked" ((jj -10.278) ) () ) +("spill" ((nn -9.349) (vb -10.141) ) () ) +("spill-related" ((jj -10.971) ) () ) +("spilled" ((vbd -9.192) (vbn -9.855) ) () ) +("spilling" ((nn -11.747) ) () ) +("spills" ((vbz -9.926) ) () ) +("spin" ((nn -10.648) (vb -7.657) ) () ) +("spin-off" ((jj -10.971) ) () ) +("spinal" ((jj -9.872) (nn -11.747) ) () ) +("spine" ((nn -11.747) ) () ) +("spinney" ((nnp -11.403) ) () ) +("spinning" ((jj -10.971) (vbg -9.539) ) () ) +("spinoff" ((nn -8.856) ) () ) +("spins" ((vbz -9.926) ) () ) +("spiral" ((nn -9.955) ) () ) +("spiraled" ((vbd -10.291) ) () ) +("spiraling" ((jj -10.971) (vbg -8.440) ) () ) +("spiralled" ((vbd -10.291) ) () ) +("spirit" ((nn -8.913) ) () ) +("spirited" ((jj -10.971) ) () ) +("spirits" ((nns -7.858) ) () ) +("spiritually" ((rb -10.299) ) () ) +("spite" ((nn -10.137) ) () ) +("spitler" ((nnp -11.403) ) () ) +("spitting" ((nn -11.747) ) () ) +("spitzenburg" ((nnp -11.403) ) () ) +("splashed" ((vbd -10.291) ) () ) +("splashy" ((jj -10.971) ) () ) +("splendid" ((jj -10.278) ) () ) +("splendidly" ((rb -9.201) ) () ) +("splendor" ((nn -11.747) ) () ) +("split" ((jj -10.971) (nn -7.686) (vb -8.350) (vbd -8.345) (vbn -7.658) ) () ) +("split-finger" ((nn -11.747) ) () ) +("split-fingered" ((jj -10.971) ) () ) +("splits" ((nns -8.869) (vbz -8.317) ) () ) +("splitting" ((jj -10.278) (nn -11.054) ) () ) +("spoil" ((vbp -9.367) ) () ) +("spoiler" ((nn -11.054) ) () ) +("spokane" ((nnp -10.709) ) () ) +("spoke" ((vbd -7.806) ) () ) +("spoken" ((vbn -7.776) ) () ) +("spokes" ((nns -10.949) ) () ) +("spokesman" ((nn -5.991) ) () ) +("spokesmen" ((nnp -10.304) (nns -9.157) ) () ) +("spokesperson" ((nn -11.054) ) () ) +("spokespersons" ((nns -10.949) ) () ) +("spokeswoman" ((nn -7.225) ) () ) +("spokewoman" ((nn -11.747) ) () ) +("sponsor" ((nn -9.955) (vb -9.043) ) () ) +("sponsored" ((vbd -9.598) (vbn -8.063) ) () ) +("sponsoring" ((vbg -7.930) ) () ) +("sponsors" ((nns -8.751) (vbz -9.926) ) () ) +("sponsorship" ((nn -11.054) ) () ) +("spontaneously" ((rb -9.606) ) () ) +("spook" ((vbp -9.367) ) () ) +("spooked" ((vbd -9.598) (vbn -7.776) ) () ) +("spookiest" ((jjs -7.523) ) () ) +("spooks" ((nns -9.850) ) () ) +("spoonbills" ((nns -10.949) ) () ) +("sporadic" ((jj -9.872) ) () ) +("spores" ((nns -10.949) ) () ) +("sporkin" ((nnp -11.403) ) () ) +("sport" ((nn -8.974) (nnp -10.709) ) () ) +("sport-utility" ((jj -10.971) ) () ) +("sportdom" ((nn -11.747) ) () ) +("sported" ((vbd -10.291) ) () ) +("sportif" ((fw -5.416) ) () ) +("sporting" ((nn -10.648) (nnp -11.403) (vbg -9.539) ) () ) +("sporting-goods" ((nns -10.255) ) () ) +("sports" ((nnp -9.457) (nnps -5.331) (nns -6.888) (vbz -9.926) ) () ) +("sports-oriented" ((jj -10.971) ) () ) +("sportsmen" ((nns -10.949) ) () ) +("sportswear" ((nnp -11.403) ) () ) +("sporty" ((jj -10.278) ) () ) +("spot" ((jj -10.971) (nn -8.163) (vb -9.043) ) () ) +("spotlight" ((nn -11.747) (vb -10.141) ) () ) +("spots" ((nns -9.157) (vbz -9.926) ) () ) +("spotted" ((jj -10.971) (vbd -8.681) (vbn -9.855) ) () ) +("spotting" ((1 -4.727) (vbg -9.539) ) () ) +("spotty" ((jj -9.585) ) () ) +("spouse" ((nn -9.801) ) () ) +("spouses" ((nns -9.003) ) () ) +("spout" ((vbp -9.367) ) () ) +("sprang" ((vbd -10.291) ) () ) +("sprawl" ((nn -11.747) ) () ) +("sprawling" ((jj -10.278) (vbg -8.153) ) () ) +("spray" ((nn -10.648) ) () ) +("spraying" ((vbg -8.440) ) () ) +("sprays" ((nns -10.255) ) () ) +("spread" ((nn -8.489) (vb -8.062) (vbd -8.211) (vbn -7.553) (vbp -9.367) ) () ) +("spreading" ((vbg -7.054) ) () ) +("spreads" ((nns -9.339) (vbz -8.540) ) () ) +("spreadsheet" ((nn -10.137) ) () ) +("spreadsheets" ((nns -10.949) ) () ) +("sprecher" ((nnp -11.403) ) () ) +("spree" ((nn -9.444) ) () ) +("sprenger" ((nnp -11.403) ) () ) +("sprightly" ((jj -10.278) ) () ) +("spring" ((nn -7.340) (nnp -10.709) (vb -10.141) ) () ) +("spring-brake" ((nn -11.747) ) () ) +("spring-early" ((jj -10.971) ) () ) +("spring-training" ((nn -11.747) ) () ) +("springfield" ((nnp -10.709) ) () ) +("springing" ((vbg -8.846) ) () ) +("springs" ((nnp -9.793) (nnps -6.119) (vbz -9.926) ) () ) +("sprinkle" ((vbp -9.367) ) () ) +("sprinkled" ((vbd -10.291) ) () ) +("sprinkler" ((nn -11.747) ) () ) +("sprinklers" ((nns -10.949) ) () ) +("sprinkles" ((vbz -9.926) ) () ) +("sprint" ((nnp -10.016) ) () ) +("spritzers" ((nns -10.949) ) () ) +("sprizzo" ((nnp -10.709) ) () ) +("sprout" ((vb -10.141) ) () ) +("sprouting" ((vbg -8.846) ) () ) +("spruce" ((vb -10.141) ) () ) +("sprucing" ((vbg -9.539) ) () ) +("spruell" ((nnp -10.709) ) () ) +("spruill" ((nnp -11.403) ) () ) +("sprung" ((vbn -9.162) ) () ) +("spuds" ((nns -10.949) ) () ) +("spun" ((vbd -9.192) (vbn -8.063) ) () ) +("spunky" ((nn -11.747) ) () ) +("spur" ((nn -11.054) (vb -7.577) ) () ) +("spurn" ((vb -10.141) (vbp -9.367) ) () ) +("spurned" ((vbd -10.291) ) () ) +("spurning" ((vbg -9.539) ) () ) +("spurred" ((vbd -9.192) (vbn -7.370) ) () ) +("spurring" ((vbg -7.930) ) () ) +("spurt" ((nn -10.648) (vbp -9.367) ) () ) +("spurted" ((vbd -9.598) (vbn -9.855) ) () ) +("spurts" ((nns -10.255) (vbz -9.926) ) () ) +("sputter" ((vbp -9.367) ) () ) +("sputtered" ((vbd -10.291) ) () ) +("sputtering" ((jj -10.971) ) () ) +("spy" ((nn -9.262) (nnp -10.709) (vb -10.141) ) () ) +("spy-chaser" ((nn -11.747) ) () ) +("spy-chasing" ((nn -11.747) ) () ) +("spy-in-training" ((nn -11.747) ) () ) +("spyglass" ((nn -11.747) ) () ) +("spying" ((vbg -9.539) ) () ) +("squabble" ((nn -11.747) ) () ) +("squabbles" ((nns -10.255) ) () ) +("squad" ((nn -10.360) ) () ) +("squadron" ((nn -11.054) ) () ) +("squads" ((nns -10.255) ) () ) +("squalls" ((nns -10.949) ) () ) +("squandering" ((vbg -9.539) ) () ) +("square" ((jj -8.027) (nn -9.667) (nnp -9.100) (rb -10.299) (vb -10.141) ) () ) +("square-foot" ((jj -10.278) ) () ) +("squared" ((vbd -10.291) (vbn -9.855) ) () ) +("squarely" ((rb -9.606) ) () ) +("squares" ((nns -10.255) ) () ) +("squaring" ((vbg -9.539) ) () ) +("squashed" ((jj -10.971) ) () ) +("squat" ((jj -10.971) ) () ) +("squatted" ((vbn -9.855) ) () ) +("squeaky" ((rb -10.299) ) () ) +("squeaky-clean" ((jj -10.971) ) () ) +("squeamish" ((jj -10.278) ) () ) +("squeeze" ((nn -8.856) (vb -7.944) (vbp -9.367) ) () ) +("squeezed" ((vbd -9.192) (vbn -7.290) ) () ) +("squeezes" ((vbz -9.926) ) () ) +("squeezing" ((vbg -8.440) ) () ) +("squelch" ((vbp -9.367) ) () ) +("squibb" ((nnp -8.838) ) () ) +("squier" ((nnp -11.403) ) () ) +("squiggly" ((rb -10.299) ) () ) +("squinted" ((vbd -10.291) ) () ) +("squinting" ((vbg -8.846) ) () ) +("squirming" ((vbg -9.539) ) () ) +("sr." ((nnp -9.793) ) () ) +("sri" ((nnp -9.611) ) () ) +("ss" ((nnp -10.709) ) () ) +("ssi" ((nnp -11.403) ) () ) +("sst" ((nnp -11.403) ) () ) +("st" ((nnp -10.709) ) () ) +("st." ((nnp -7.275) ) () ) +("stab" ((nn -11.747) ) () ) +("stabbed" ((vbn -9.855) ) () ) +("stability" ((nn -8.913) ) () ) +("stabilize" ((vb -7.502) (vbp -9.367) ) () ) +("stabilized" ((vbd -8.681) (vbn -8.469) ) () ) +("stabilizing" ((vbg -7.342) ) () ) +("stable" ((jj -7.752) (nn -10.360) ) () ) +("stack" ((vb -10.141) ) () ) +("stacked" ((vbn -8.469) ) () ) +("stacking" ((vbg -8.440) ) () ) +("stacks" ((nns -10.255) ) () ) +("stackup" ((nnp -11.403) ) () ) +("stadium" ((nn -8.802) (nnp -9.323) ) () ) +("stadiums" ((nns -8.869) ) () ) +("staff" ((nn -7.328) (nnp -9.457) (vb -9.448) ) () ) +("staff-reduction" ((nn -11.054) ) () ) +("staffed" ((vbn -9.162) ) () ) +("staffer" ((nn -11.747) ) () ) +("staffers" ((nns -8.115) ) () ) +("staffing" ((nnp -11.403) (vbg -9.539) ) () ) +("stafford" ((nnp -11.403) ) () ) +("staffs" ((nns -8.751) ) () ) +("stag" ((nnp -10.304) ) () ) +("stage" ((nn -8.220) (nnp -10.709) (vb -8.532) (vbp -9.367) ) () ) +("staged" ((vbd -7.893) ) () ) +("stages" ((nns -8.384) ) () ) +("stagewhispers" ((vbz -9.926) ) () ) +("stagflation" ((nn -10.648) ) () ) +("staggered" ((jj -10.971) (vbd -10.291) ) () ) +("staggering" ((jj -9.179) (vbg -9.539) ) () ) +("staging" ((nn -10.360) (vbg -8.846) ) () ) +("stagnant" ((jj -9.179) ) () ) +("stagnated" ((vbd -10.291) ) () ) +("stagnating" ((vbg -9.539) ) () ) +("stagnation" ((nn -11.747) ) () ) +("stahl" ((nnp -11.403) ) () ) +("staid" ((jj -9.872) (vbn -9.855) ) () ) +("stain" ((vb -10.141) ) () ) +("stain-resistant" ((jj -10.971) ) () ) +("stainless" ((jj -10.971) ) () ) +("stair" ((nn -11.747) ) () ) +("staircases" ((nns -10.949) ) () ) +("stairs" ((nns -10.949) ) () ) +("stake" ((nn -6.105) (vb -10.141) ) () ) +("stake-holding" ((jj -10.971) ) () ) +("staked" ((vbn -9.855) ) () ) +("stakes" ((nns -7.771) ) () ) +("stale" ((jj -9.872) ) () ) +("stalemate" ((nn -10.648) ) () ) +("staley" ((nnp -10.709) ) () ) +("stalinism" ((nnp -11.403) ) () ) +("stalinist" ((jj -10.278) ) () ) +("stalked" ((vbn -9.162) ) () ) +("stalking" ((vbg -9.539) ) () ) +("stall" ((vb -10.141) ) () ) +("stalled" ((jj -10.971) (vbn -7.776) ) () ) +("stalling" ((vbg -8.153) ) () ) +("stallone" ((nnp -10.709) ) () ) +("stalls" ((vbz -9.926) ) () ) +("staloff" ((nnp -10.709) ) () ) +("stals" ((nnp -11.403) ) () ) +("stalwart" ((jj -10.971) (nn -11.747) ) () ) +("stalwarts" ((nns -10.255) ) () ) +("stamford" ((nnp -8.694) ) () ) +("stamp" ((nn -11.054) ) () ) +("stampede" ((nn -11.054) ) () ) +("stampeded" ((vbn -9.855) ) () ) +("stamping" ((vbg -8.153) ) () ) +("stamps" ((nns -9.562) ) () ) +("stan" ((nnp -10.709) ) () ) +("stance" ((nn -8.913) ) () ) +("stand" ((nn -9.039) (vb -7.006) (vbp -5.966) ) () ) +("stand-alone" ((jj -10.278) ) () ) +("stand-by" ((jj -10.971) ) () ) +("standard" ((jj -6.946) (nn -8.751) (nnp -7.511) ) () ) +("standard-bearer" ((nn -11.747) ) () ) +("standard-issue" ((jj -10.971) ) () ) +("standardize" ((vb -9.448) ) () ) +("standardized" ((jj -9.179) ) () ) +("standards" ((nnp -10.709) (nnps -7.729) (nns -6.774) ) () ) +("standby" ((jj -10.278) (nn -11.747) ) () ) +("standing" ((jj -10.278) (nn -9.108) (vbg -6.900) ) () ) +("standing-room" ((nn -11.747) ) () ) +("standing-room-only" ((jj -10.971) ) () ) +("standoff" ((nn -11.747) ) () ) +("standout" ((nn -11.747) ) () ) +("standpoint" ((nn -9.955) ) () ) +("stands" ((nn -11.747) (nns -8.646) (vbz -6.707) ) () ) +("standstill" ((jj -9.179) (nn -10.360) ) () ) +("standup" ((jj -10.971) ) () ) +("stanford" ((nnp -9.793) ) () ) +("stanislav" ((nnp -11.403) ) () ) +("stanley" ((nnp -7.359) ) () ) +("stansfield" ((nnp -11.403) ) () ) +("stanton" ((nnp -11.403) ) () ) +("stanza" ((nnp -9.793) ) () ) +("stapf" ((nnp -10.709) ) () ) +("staple" ((nn -11.054) ) () ) +("stapleton" ((nnp -11.403) ) () ) +("stapling" ((nn -11.747) (vbg -9.539) ) () ) +("star" ((jj -10.278) (nn -9.039) (nnp -8.224) (vb -10.141) ) () ) +("stardent" ((nnp -10.304) ) () ) +("stardom" ((nn -11.054) ) () ) +("stare" ((vbp -9.367) ) () ) +("stared" ((vbd -10.291) ) () ) +("stares" ((nns -10.949) ) () ) +("staring" ((vbg -9.539) ) () ) +("stark" ((jj -9.362) (nnp -10.304) ) () ) +("starke" ((nnp -11.403) ) () ) +("starkov" ((nnp -10.304) ) () ) +("starpointe" ((nnp -10.709) ) () ) +("starr" ((nnp -10.304) ) () ) +("starring" ((vbg -8.846) ) () ) +("stars" ((nnp -11.403) (nns -9.339) (vbz -8.828) ) () ) +("start" ((nn -7.985) (nnp -11.403) (vb -6.134) (vbp -6.422) ) () ) +("start-up" ((jj -8.573) (nn -9.801) (nns -10.949) ) () ) +("start-ups" ((nns -10.949) ) () ) +("started" ((vbd -5.814) (vbn -6.272) ) () ) +("starter" ((jj -10.971) ) () ) +("starters" ((nns -10.949) ) () ) +("starting" ((jj -10.971) (nn -11.747) (vbg -5.647) ) () ) +("startled" ((vbd -10.291) ) () ) +("startling" ((jj -9.179) ) () ) +("starts" ((nns -9.157) (vbz -6.982) ) () ) +("startup" ((nn -11.054) ) () ) +("starve" ((vb -10.141) ) () ) +("starved" ((vbn -9.162) ) () ) +("starving" ((vbg -8.153) ) () ) +("starzl" ((nnp -10.016) ) () ) +("stash" ((vb -10.141) ) () ) +("stashed" ((vbd -10.291) ) () ) +("stat" ((nn -11.747) ) () ) +("state" ((nn -5.718) (nnp -6.838) (vb -10.141) (vbp -7.981) ) () ) +("state-appointed" ((jj -10.278) ) () ) +("state-approved" ((jj -10.971) ) () ) +("state-controlled" ((jj -8.774) ) () ) +("state-court" ((nn -11.747) ) () ) +("state-directed" ((jj -10.971) ) () ) +("state-funded" ((jj -10.971) ) () ) +("state-level" ((jj -10.971) ) () ) +("state-of-the-art" ((jj -9.585) ) () ) +("state-owned" ((jj -7.793) ) () ) +("state-plan" ((jj -10.971) ) () ) +("state-produced" ((jj -10.971) ) () ) +("state-run" ((jj -9.585) ) () ) +("state-subsidized" ((jj -10.971) ) () ) +("state-supervised" ((jj -10.971) ) () ) +("stated" ((jj -9.872) (vbd -8.094) (vbn -7.147) ) () ) +("stately" ((jj -10.278) ) () ) +("statement" ((nn -6.723) ) () ) +("statements" ((nns -7.365) ) () ) +("staten" ((nnp -9.793) ) () ) +("states" ((nnp -9.611) (nnps -4.510) (nns -6.097) (vbz -8.134) ) () ) +("statesman" ((nn -11.747) ) () ) +("statesmen" ((nns -10.255) ) () ) +("stateswest" ((jjs -7.523) (nnp -8.458) ) () ) +("statewide" ((jj -9.362) ) () ) +("static" ((jj -10.278) ) () ) +("stating" ((vbg -8.440) ) () ) +("station" ((nn -8.109) (nnp -10.709) ) () ) +("stationary" ((jj -10.278) ) () ) +("stationed" ((vbn -9.855) ) () ) +("stationery" ((nn -11.054) ) () ) +("stations" ((nnps -7.729) (nns -7.164) ) () ) +("statism" ((nn -11.747) ) () ) +("statist" ((jj -9.872) ) () ) +("statistical" ((jj -8.892) (nnp -9.793) ) () ) +("statistician" ((nn -11.054) ) () ) +("statisticians" ((nns -10.949) ) () ) +("statistics" ((nnp -9.205) (nnps -6.119) (nns -7.858) ) () ) +("statue" ((nn -10.648) (nnp -11.403) ) () ) +("statues" ((nns -10.949) ) () ) +("stature" ((nn -10.648) ) () ) +("status" ((nn -8.220) ) () ) +("statute" ((nn -9.262) ) () ) +("statutes" ((nns -8.869) ) () ) +("statutorily" ((rb -10.299) ) () ) +("statutory" ((jj -9.179) ) () ) +("stauffer" ((nnp -11.403) ) () ) +("staunch" ((jj -10.278) (vb -10.141) ) () ) +("staunchest" ((jjs -7.523) ) () ) +("staunchly" ((rb -10.299) ) () ) +("stave" ((vb -9.043) ) () ) +("stay" ((nn -10.137) (nnp -11.403) (vb -6.081) (vbp -7.575) ) () ) +("stayed" ((vbd -8.094) (vbn -9.162) ) () ) +("staying" ((nn -11.747) (vbg -7.054) ) () ) +("stays" ((nns -10.949) (vbz -8.134) ) () ) +("steadfastly" ((rb -10.299) ) () ) +("steadied" ((vbd -9.598) ) () ) +("steadily" ((rb -7.409) ) () ) +("steadiness" ((nn -11.747) ) () ) +("steady" ((jj -7.793) (rb -9.201) ) () ) +("steadying" ((jj -10.971) ) () ) +("steak" ((nn -11.747) ) () ) +("steakhouse" ((nn -11.747) ) () ) +("steal" ((vb -7.744) ) () ) +("stealing" ((vbg -7.747) ) () ) +("steals" ((vbz -9.233) ) () ) +("stealth" ((nnp -9.793) ) () ) +("steam" ((nn -9.444) ) () ) +("steam-generating" ((nn -11.747) ) () ) +("steamed" ((vbd -10.291) (vbn -9.855) ) () ) +("steamroller" ((nn -11.747) ) () ) +("steamship" ((nnp -11.403) ) () ) +("stearn" ((nnp -10.304) ) () ) +("stearns" ((nnp -7.574) (nnps -7.729) ) () ) +("steel" ((nn -6.678) (nnp -7.198) ) () ) +("steel-hungry" ((jj -10.971) ) () ) +("steel-import" ((jj -10.278) ) () ) +("steel-ingot" ((nn -11.747) ) () ) +("steel-making" ((jj -10.971) ) () ) +("steel-quota" ((nn -11.054) ) () ) +("steel-reinforced" ((jj -10.971) ) () ) +("steel-service-center" ((nn -11.747) ) () ) +("steel-toothed" ((jj -10.971) ) () ) +("steelmaker" ((nn -8.856) ) () ) +("steelmakers" ((nns -7.483) ) () ) +("steelmaking" ((nn -11.747) ) () ) +("steelworkers" ((nnp -10.709) (nnps -7.036) (nns -10.949) ) () ) +("steely" ((jj -10.971) ) () ) +("steep" ((jj -7.675) (nn -11.054) (nnp -11.403) ) () ) +("steeper" ((jjr -6.248) ) () ) +("steeply" ((rb -9.201) ) () ) +("steepness" ((nn -11.747) ) () ) +("steer" ((vb -8.755) ) () ) +("steered" ((vbd -10.291) (vbn -9.162) ) () ) +("steering" ((nn -10.360) (vbg -8.440) ) () ) +("stehlin" ((nnp -11.403) ) () ) +("steidtmann" ((nnp -10.304) ) () ) +("steiger" ((nnp -11.403) ) () ) +("stein" ((nnp -8.458) ) () ) +("steinbach" ((nnp -10.016) ) () ) +("steinbeck" ((nnp -11.403) ) () ) +("steinberg" ((nnp -9.100) ) () ) +("steinhardt" ((nnp -7.819) ) () ) +("steinhart" ((nnp -11.403) ) () ) +("steinkrauss" ((nnp -11.403) ) () ) +("steinkuhler" ((nnp -11.403) ) () ) +("steinman" ((nnp -10.709) ) () ) +("stella" ((nnp -11.403) ) () ) +("stellar" ((jj -9.362) (nnp -10.709) ) () ) +("stem" ((nn -10.648) (vb -7.369) (vbp -7.757) ) () ) +("stemmed" ((vbd -8.345) (vbn -9.855) ) () ) +("stemming" ((vbg -6.595) ) () ) +("stems" ((vbz -7.441) ) () ) +("stena" ((nnp -10.304) ) () ) +("stena-tiphook" ((nnp -11.403) ) () ) +("stengel" ((nnp -11.403) ) () ) +("stennett" ((nnp -11.403) ) () ) +("step" ((nn -7.542) (vb -7.502) (vbp -9.367) ) () ) +("stepchildren" ((nn -11.747) ) () ) +("stephanie" ((nnp -10.304) ) () ) +("stephen" ((nnp -7.471) ) () ) +("stephens" ((nnp -10.709) ) () ) +("stephenson" ((nnp -10.709) ) () ) +("stepmother" ((nn -11.747) ) () ) +("stepped" ((vbd -7.893) (vbn -8.246) ) () ) +("stepped-up" ((jj -10.971) ) () ) +("steppenwolf" ((nnp -9.205) ) () ) +("stepping" ((jj -10.971) (vbg -7.593) ) () ) +("steps" ((nns -6.923) (vbz -8.317) ) () ) +("steptoe" ((nnp -10.709) ) () ) +("sterba" ((nnp -10.304) ) () ) +("sterbas" ((nnps -7.036) ) () ) +("stereo" ((nn -10.648) ) () ) +("stereotypes" ((nns -10.949) ) () ) +("stereotypically" ((rb -10.299) ) () ) +("sterile" ((jj -10.278) (nnp -11.403) ) () ) +("steriles" ((nns -10.949) ) () ) +("sterility" ((nn -11.747) ) () ) +("sterilization" ((nn -11.747) ) () ) +("sterilize" ((vb -10.141) ) () ) +("sterilized" ((vbn -9.162) ) () ) +("sterilizing" ((vbg -8.440) ) () ) +("sterling" ((jj -9.585) (nn -8.345) (nnp -8.694) ) () ) +("stern" ((jj -10.971) (nnp -9.100) ) () ) +("sternberg" ((nnp -10.709) ) () ) +("sternly" ((rb -10.299) ) () ) +("steroids" ((nns -10.949) ) () ) +("steve" ((nnp -8.407) ) () ) +("steven" ((nnp -8.001) ) () ) +("stevens" ((nnp -7.792) ) () ) +("stevenson" ((nnp -10.304) ) () ) +("stevie" ((nnp -11.403) ) () ) +("stewards" ((nns -10.949) ) () ) +("stewardship" ((nn -11.747) ) () ) +("stewart" ((nnp -8.838) ) () ) +("stewed" ((jj -10.971) (vbd -10.291) ) () ) +("stibel" ((nnp -11.403) ) () ) +("stick" ((nn -11.747) (nnp -9.457) (vb -7.944) (vbp -8.674) ) () ) +("stick-and-carrot" ((nn -11.747) ) () ) +("sticker" ((nn -10.360) ) () ) +("sticker-shock" ((nn -11.747) ) () ) +("stickers" ((nns -10.949) ) () ) +("stickier" ((jjr -8.039) ) () ) +("stickiness" ((nn -11.747) ) () ) +("sticking" ((jj -10.971) (nn -11.747) (vbg -8.153) ) () ) +("stickler" ((nn -11.747) ) () ) +("sticks" ((nns -10.949) (vbz -9.926) ) () ) +("sticky" ((jj -9.872) ) () ) +("stiff" ((jj -8.573) (nn -11.747) ) () ) +("stiffening" ((jj -10.971) ) () ) +("stiffer" ((jjr -6.653) ) () ) +("stifle" ((vb -9.448) ) () ) +("stifles" ((vbz -9.926) ) () ) +("stifling" ((vbg -9.539) ) () ) +("stigma" ((nn -10.360) ) () ) +("stikeman" ((nnp -11.403) ) () ) +("still" ((jj -10.971) (rb -3.963) ) () ) +("still-daylighted" ((jj -10.971) ) () ) +("still-raging" ((vbg -9.539) ) () ) +("still-uncalculated" ((jj -10.971) ) () ) +("still-undeveloped" ((jj -10.971) ) () ) +("stillerman" ((nnp -11.403) ) () ) +("stilts" ((nns -10.949) ) () ) +("stimulate" ((vb -8.196) ) () ) +("stimulated" ((vbn -9.855) ) () ) +("stimulating" ((jj -10.971) (vbg -8.846) ) () ) +("stimulation" ((nn -11.054) ) () ) +("stimulator" ((nn -11.747) ) () ) +("stimulators" ((nns -9.157) ) () ) +("stimulus" ((nn -11.747) ) () ) +("sting" ((nn -11.054) ) () ) +("stingers" ((nnps -7.729) ) () ) +("stinging" ((jj -10.278) ) () ) +("stingrays" ((nns -10.949) ) () ) +("stingy" ((jj -10.971) ) () ) +("stink" ((vbp -9.367) ) () ) +("stinnett" ((nnp -10.016) ) () ) +("stinson" ((nnp -11.403) ) () ) +("stint" ((nn -11.054) ) () ) +("stints" ((nns -10.949) ) () ) +("stippled" ((jj -10.971) ) () ) +("stipulated" ((vbd -10.291) ) () ) +("stipulates" ((vbz -9.926) ) () ) +("stipulation" ((nn -11.054) ) () ) +("stir" ((vb -8.196) ) () ) +("stirlen" ((nnp -11.403) ) () ) +("stirling" ((nnp -10.709) ) () ) +("stirred" ((vbd -9.192) ) () ) +("stirrings" ((nns -10.949) ) () ) +("stirrups" ((nns -10.949) ) () ) +("stitched" ((vbn -9.855) ) () ) +("stitches" ((nns -10.949) ) () ) +("stjernsward" ((nnp -11.403) ) () ) +("stock" ((jj -10.971) (nn -4.598) (nnp -5.666) (vb -8.196) ) () ) +("stock-appreciation-based" ((jj -10.971) ) () ) +("stock-exchange" ((nn -11.747) ) () ) +("stock-for-debt" ((jj -10.971) ) () ) +("stock-fund" ((jj -10.971) (nn -10.360) ) () ) +("stock-index" ((jj -6.928) (nn -7.962) (nns -10.949) ) () ) +("stock-margin" ((jj -10.971) ) () ) +("stock-market" ((jj -9.362) (nn -8.414) ) () ) +("stock-option" ((jj -10.971) (nn -11.747) ) () ) +("stock-picking" ((jj -10.278) ) () ) +("stock-price" ((jj -10.971) (nn -11.747) ) () ) +("stock-purchase" ((jj -10.971) ) () ) +("stock-registration" ((nn -11.747) ) () ) +("stock-related" ((jj -10.971) ) () ) +("stock-repurchase" ((jj -10.278) ) () ) +("stock-selection" ((jj -10.971) ) () ) +("stock-specialist" ((jj -10.971) ) () ) +("stock-trading" ((nn -11.747) ) () ) +("stockard" ((nnp -11.403) ) () ) +("stockbroker" ((nn -10.648) ) () ) +("stockbrokerage" ((nn -11.747) ) () ) +("stockbrokers" ((nns -9.003) ) () ) +("stocked" ((vbn -9.855) ) () ) +("stockholder" ((nn -9.955) ) () ) +("stockholders" ((nnp -10.709) (nns -8.241) ) () ) +("stockholdings" ((nns -9.850) ) () ) +("stockholm" ((nnp -9.323) ) () ) +("stocking" ((vbg -9.539) ) () ) +("stockpile" ((nn -11.054) (vb -10.141) ) () ) +("stockpiles" ((nns -9.339) ) () ) +("stockpiling" ((nn -11.747) ) () ) +("stocks" ((nns -4.553) (rb -10.299) (vbz -9.233) ) () ) +("stocks-index" ((jj -10.971) ) () ) +("stockton" ((nnp -11.403) ) () ) +("stockyards" ((nns -10.949) ) () ) +("stoddard" ((nnp -11.403) ) () ) +("stodgy" ((jj -10.971) ) () ) +("stoeckel" ((nnp -11.403) ) () ) +("stoecker" ((nnp -11.403) ) () ) +("stoecklin" ((nnp -11.403) ) () ) +("stoke" ((vb -10.141) ) () ) +("stoked" ((vbn -9.855) ) () ) +("stoking" ((vbg -9.539) ) () ) +("stole" ((vbd -9.192) ) () ) +("stolen" ((jj -10.971) (vbn -7.658) ) () ) +("stoll" ((nnp -8.763) ) () ) +("stolley" ((nnp -11.403) ) () ) +("stoltz" ((nnp -10.709) ) () ) +("stoltzman" ((nnp -9.100) ) () ) +("stolzman" ((nnp -10.709) ) () ) +("stomach" ((nn -11.747) (vb -10.141) ) () ) +("stomach-churning" ((jj -10.971) ) () ) +("stomachs" ((nns -10.949) ) () ) +("stomped" ((vbd -10.291) ) () ) +("stomping" ((vbg -9.539) ) () ) +("stone" ((nn -10.137) (nnp -8.407) ) () ) +("stoned" ((vbn -9.855) ) () ) +("stoneman" ((nnp -11.403) ) () ) +("stonemason" ((nn -11.054) ) () ) +("stoner" ((nnp -11.403) ) () ) +("stoneridge" ((nnp -11.403) ) () ) +("stones" ((nns -9.339) ) () ) +("stonewalled" ((vbd -10.291) ) () ) +("stonework" ((nn -11.747) ) () ) +("stood" ((vbd -7.072) (vbn -9.855) ) () ) +("stooges" ((nns -10.949) ) () ) +("stookey" ((nnp -9.793) ) () ) +("stop" ((nn -9.667) (nnp -11.403) (vb -5.983) (vbp -8.674) ) () ) +("stop-gap" ((jj -10.971) ) () ) +("stop-loss" ((jj -10.278) (nn -10.360) ) () ) +("stop-motion" ((jj -10.971) (nn -11.747) ) () ) +("stop-payment" ((nn -11.054) ) () ) +("stopgap" ((nn -10.648) ) () ) +("stopover" ((nn -11.747) ) () ) +("stoppage" ((nn -11.054) ) () ) +("stopped" ((vbd -6.890) (vbn -6.860) ) () ) +("stopper" ((nn -11.054) ) () ) +("stopping" ((nn -11.747) (vbg -8.153) ) () ) +("stops" ((nns -10.949) (vbz -8.828) ) () ) +("storability" ((nn -11.747) ) () ) +("storage" ((nn -8.451) (nnp -9.611) ) () ) +("storage-case" ((nn -11.747) ) () ) +("store" ((nn -7.855) (nnp -9.793) (vb -8.196) (vbp -7.981) ) () ) +("store-sales" ((nn -11.747) ) () ) +("stored" ((vbd -10.291) (vbn -9.855) ) () ) +("storehouse" ((nnp -11.403) ) () ) +("storer" ((nnp -9.323) ) () ) +("stores" ((nnp -8.267) (nnps -4.684) (nns -6.204) (vbz -9.926) ) () ) +("stories" ((nnp -10.016) (nns -7.338) ) () ) +("storing" ((vbg -9.539) ) () ) +("storm" ((nn -8.751) ) () ) +("stormed" ((vbd -10.291) ) () ) +("stormier" ((jjr -8.039) ) () ) +("storms" ((nns -9.850) ) () ) +("stormy" ((jj -10.971) ) () ) +("story" ((nn -7.443) (nnp -10.304) ) () ) +("storyteller" ((nn -10.648) (nnp -11.403) ) () ) +("storytellers" ((nns -9.850) ) () ) +("storytelling" ((nn -11.054) ) () ) +("stovall" ((nnp -10.016) ) () ) +("stove" ((nn -11.747) ) () ) +("stowaway" ((nn -11.747) ) () ) +("stowed" ((vbd -10.291) ) () ) +("straddling" ((vbg -9.539) ) () ) +("strafe" ((vb -10.141) ) () ) +("straight" ((jj -8.573) (rb -8.353) ) () ) +("straight-from-the-shoulder" ((jj -10.971) ) () ) +("straight-talking" ((jj -10.971) ) () ) +("straighten" ((vb -9.448) ) () ) +("straightening" ((vbg -9.539) ) () ) +("straighter" ((rbr -7.419) ) () ) +("straightforward" ((jj -10.278) ) () ) +("strain" ((nn -9.549) (vb -10.141) (vbp -9.367) ) () ) +("strained" ((vbn -9.162) ) () ) +("strainers" ((nns -10.949) ) () ) +("straining" ((vbg -8.846) ) () ) +("strains" ((nns -9.562) ) () ) +("strait" ((nnp -11.403) ) () ) +("straitjacket" ((nn -11.747) ) () ) +("straits" ((nns -10.949) ) () ) +("stram" ((nnp -10.709) ) () ) +("stranded" ((vbn -9.162) ) () ) +("stranding" ((vbg -8.846) ) () ) +("strands" ((nns -10.949) ) () ) +("strange" ((jj -8.486) (nnp -11.403) ) () ) +("strangely" ((rb -10.299) ) () ) +("strangeness" ((nn -11.747) ) () ) +("stranger" ((nn -9.955) ) () ) +("strangled" ((vbn -9.855) ) () ) +("strapped" ((jj -10.971) (vbd -10.291) (vbn -8.757) ) () ) +("strasbourg" ((nnp -10.304) ) () ) +("straszheim" ((nnp -8.630) ) () ) +("stratas" ((nnp -11.403) ) () ) +("strategic" ((jj -7.233) (nnp -9.611) ) () ) +("strategic-arms" ((nn -11.747) ) () ) +("strategies" ((nns -7.515) ) () ) +("strategist" ((nn -8.974) ) () ) +("strategists" ((nns -8.751) ) () ) +("strategy" ((nn -6.968) (nnp -10.709) ) () ) +("stratified" ((jj -10.971) ) () ) +("stratosphere" ((nn -11.747) ) () ) +("stratospheric" ((jj -10.971) ) () ) +("straub" ((nnp -11.403) ) () ) +("straus" ((nnp -11.403) ) () ) +("strauss" ((nnp -10.016) ) () ) +("stravinsky" ((nnp -10.709) ) () ) +("straw-and-mud" ((jj -10.971) ) () ) +("strawberries" ((nns -10.949) ) () ) +("strawberry" ((nnp -11.403) ) () ) +("stray" ((jj -10.971) (vb -10.141) ) () ) +("straying" ((vbg -9.539) ) () ) +("streak" ((nn -10.137) ) () ) +("streaked" ((vbd -10.291) ) () ) +("stream" ((nn -9.801) (nnp -11.403) ) () ) +("streamed" ((vbd -10.291) ) () ) +("streaming" ((vbg -9.539) ) () ) +("streamline" ((vb -7.839) ) () ) +("streamlined" ((jj -10.278) (vbd -10.291) ) () ) +("streamlining" ((nn -10.360) (vbg -7.593) ) () ) +("street" ((nn -8.345) (nnp -5.808) ) () ) +("street-corner" ((jj -10.278) ) () ) +("street-style" ((jj -10.278) ) () ) +("streets" ((nnp -11.403) (nnps -7.036) (nns -8.751) ) () ) +("streetspeak" ((nnp -11.403) (vb -10.141) ) () ) +("strehler" ((nnp -11.403) ) () ) +("streisand" ((nnp -10.709) ) () ) +("strength" ((nn -7.527) ) () ) +("strengthen" ((vb -7.577) (vbp -9.367) ) () ) +("strengthened" ((vbd -8.681) (vbn -8.469) ) () ) +("strengthening" ((jj -10.971) (nn -10.360) (vbg -8.153) ) () ) +("strengthens" ((vbz -8.828) ) () ) +("strengths" ((nns -9.003) ) () ) +("strenuously" ((rb -9.606) ) () ) +("streptokinase" ((nnp -10.709) ) () ) +("stress" ((nn -8.913) (vb -9.043) (vbp -8.268) ) () ) +("stress-producing" ((jj -10.971) ) () ) +("stress-provoking" ((jj -10.971) ) () ) +("stress-related" ((jj -9.025) ) () ) +("stressed" ((vbd -7.518) (vbn -9.162) ) () ) +("stressed-out" ((jj -10.278) ) () ) +("stresses" ((nns -10.949) (vbz -8.828) ) () ) +("stressing" ((vbg -8.153) ) () ) +("stressors" ((nns -10.949) ) () ) +("stretch" ((nn -9.108) (nnp -11.403) (vb -9.043) (vbp -9.367) ) () ) +("stretched" ((jj -10.971) (vbd -10.291) (vbn -8.246) ) () ) +("stretches" ((nns -10.255) (vbz -8.828) ) () ) +("stretching" ((vbg -7.747) ) () ) +("strewn" ((vbn -9.855) ) () ) +("stricken" ((jj -10.278) (vbn -8.246) ) () ) +("strickland" ((nnp -11.403) ) () ) +("strict" ((jj -8.406) ) () ) +("stricter" ((jjr -7.346) ) () ) +("strictly" ((rb -8.353) ) () ) +("stride" ((nn -11.054) ) () ) +("strident" ((jj -10.971) ) () ) +("strife" ((nn -11.054) ) () ) +("strike" ((nn -7.498) (vb -7.657) (vbp -8.674) ) () ) +("strike-force" ((nn -10.648) ) () ) +("strikers" ((nns -10.255) ) () ) +("strikes" ((nns -8.384) (vbz -8.828) ) () ) +("striking" ((jj -8.406) (vbg -7.930) ) () ) +("string" ((nn -9.262) (nnp -10.709) ) () ) +("stringent" ((jj -10.278) ) () ) +("stringently" ((rb -10.299) ) () ) +("stringer" ((nnp -11.403) ) () ) +("strings" ((nnp -11.403) (nns -9.850) ) () ) +("strip" ((nn -9.039) (nnp -9.100) (vb -8.350) ) () ) +("stripe" ((nn -11.747) ) () ) +("stripes" ((nnp -11.403) (nns -9.339) ) () ) +("stripped" ((vbd -8.681) (vbn -7.553) ) () ) +("stripped-down" ((jj -10.278) ) () ) +("stripping" ((vbg -8.440) ) () ) +("strips" ((nns -10.255) (vbz -9.926) ) () ) +("strive" ((vbp -9.367) ) () ) +("striven" ((vbn -9.855) ) () ) +("striving" ((vbg -8.440) ) () ) +("strobe" ((nn -11.747) ) () ) +("strode" ((vbd -10.291) ) () ) +("stroh" ((nnp -9.611) ) () ) +("stroke" ((nn -10.648) ) () ) +("strokes" ((nns -9.339) ) () ) +("stroll" ((vb -10.141) (vbp -9.367) ) () ) +("strom" ((nnp -10.709) ) () ) +("stromeyer" ((nnp -11.403) ) () ) +("stronach" ((nnp -9.793) ) () ) +("strong" ((jj -5.482) (rb -9.606) ) () ) +("strong-arm" ((jj -10.971) ) () ) +("strong-willed" ((jj -10.278) ) () ) +("stronger" ((jjr -4.127) ) () ) +("strongest" ((jjs -4.958) ) () ) +("stronghold" ((nn -11.747) ) () ) +("strongholds" ((nns -10.949) ) () ) +("strongly" ((rb -6.716) ) () ) +("strongman" ((nn -11.747) ) () ) +("strove" ((vbd -10.291) ) () ) +("struck" ((vbd -7.806) (vbn -7.457) ) () ) +("structively" ((rb -10.299) ) () ) +("structural" ((jj -7.927) (nnp -11.403) ) () ) +("structurally" ((rb -10.299) ) () ) +("structure" ((nn -7.985) (vb -10.141) ) () ) +("structured" ((jj -9.872) (vbd -10.291) (vbn -7.553) ) () ) +("structures" ((nns -7.813) ) () ) +("structuring" ((nn -11.747) (vbg -8.846) ) () ) +("struggle" ((nn -8.856) (vb -9.448) ) () ) +("struggled" ((vbd -9.192) (vbn -8.469) ) () ) +("struggles" ((nns -10.949) (vbz -8.317) ) () ) +("struggling" ((jj -10.971) (vbg -6.494) ) () ) +("strum" ((nnp -10.709) ) () ) +("stsn" ((nnp -11.403) ) () ) +("stuart" ((nnp -9.457) ) () ) +("stuart-james" ((nnp -10.304) ) () ) +("stub" ((nn -11.054) ) () ) +("stubbed" ((vbn -9.855) ) () ) +("stubblefield" ((nnp -11.403) ) () ) +("stubborn" ((jj -10.278) ) () ) +("stubbornly" ((rb -9.606) ) () ) +("stubby" ((jj -10.971) ) () ) +("stucco" ((nn -11.747) ) () ) +("stuck" ((jj -10.278) (vbd -8.345) (vbn -7.909) ) () ) +("studded" ((vbn -9.855) ) () ) +("studds" ((nnp -11.403) ) () ) +("student" ((nn -8.009) (nnp -10.304) ) () ) +("student-led" ((jj -10.971) ) () ) +("student-test" ((jj -10.971) ) () ) +("studentled" ((vbn -9.855) ) () ) +("students" ((nns -6.744) ) () ) +("studied" ((vbd -8.345) (vbn -7.553) ) () ) +("studies" ((nnp -11.403) (nnps -7.729) (nns -7.311) ) () ) +("studio" ((nn -7.721) ) () ) +("studio-city" ((nnp -11.403) ) () ) +("studios" ((nnp -10.304) (nns -7.904) ) () ) +("studiously" ((rb -10.299) ) () ) +("studiousness" ((nn -11.747) ) () ) +("study" ((nn -7.429) (nnp -11.403) (vb -7.577) (vbp -8.674) ) () ) +("studying" ((vbg -6.543) ) () ) +("stuecker" ((nnp -11.403) ) () ) +("stuff" ((nn -8.611) (vbp -9.367) ) () ) +("stuffed" ((vbd -10.291) ) () ) +("stuffing" ((vbg -9.539) ) () ) +("stumble" ((vb -9.448) (vbp -9.367) ) () ) +("stumbled" ((vbd -9.192) ) () ) +("stumbling" ((jj -10.278) (vbg -8.153) ) () ) +("stump" ((nn -11.747) ) () ) +("stumpf" ((nnp -11.403) ) () ) +("stung" ((vbn -8.063) ) () ) +("stunned" ((jj -10.971) (vbd -8.905) (vbn -8.757) ) () ) +("stunning" ((jj -8.774) ) () ) +("stunt" ((nn -11.054) ) () ) +("stupid" ((jj -8.774) ) () ) +("stupidest" ((jjs -7.523) ) () ) +("sturdy" ((jj -10.971) ) () ) +("stutter" ((nn -11.747) ) () ) +("stuttgart-based" ((jj -10.278) ) () ) +("stygian" ((jj -10.971) ) () ) +("style" ((nn -8.109) ) () ) +("styled" ((vbn -9.855) ) () ) +("styles" ((nns -8.869) ) () ) +("styling" ((nn -11.054) (vbg -9.539) ) () ) +("stylish" ((jj -10.971) ) () ) +("stylishly" ((rb -10.299) ) () ) +("stylist" ((nn -11.747) ) () ) +("stylistic" ((jj -10.278) ) () ) +("stymied" ((vbn -9.162) ) () ) +("styrofoam" ((nnp -11.403) ) () ) +("su-27" ((nn -11.747) ) () ) +("sub-minimum" ((jj -10.971) ) () ) +("sub-saharan" ((jj -9.872) ) () ) +("sub-station" ((jj -10.971) ) () ) +("sub-underwriters" ((nns -10.949) ) () ) +("sub-underwriting" ((vbg -9.539) ) () ) +("subaru" ((nnp -11.403) ) () ) +("subcommittee" ((nn -8.083) (nnp -10.304) ) () ) +("subcommittees" ((nns -9.850) ) () ) +("subcompact" ((nn -10.137) ) () ) +("subcompacts" ((nns -9.850) ) () ) +("subconferences" ((nns -10.949) ) () ) +("subconscious" ((nn -11.747) ) () ) +("subcontract" ((jj -10.971) (vb -10.141) ) () ) +("subcontracting" ((nn -11.747) ) () ) +("subcontractor" ((nn -11.747) ) () ) +("subcontractors" ((nns -10.255) ) () ) +("subdirector" ((nn -11.747) ) () ) +("subdued" ((vbn -9.855) ) () ) +("subgroups" ((nns -10.949) ) () ) +("subject" ((jj -6.877) (nn -8.009) (vb -9.043) ) () ) +("subjected" ((vbn -8.063) ) () ) +("subjective" ((jj -10.971) ) () ) +("subjects" ((nns -8.551) (vbz -9.926) ) () ) +("sublet" ((vb -10.141) ) () ) +("sublicense" ((nn -11.747) ) () ) +("sublime" ((jj -10.278) ) () ) +("subliminal" ((jj -10.971) ) () ) +("submarine" ((jj -10.278) (nn -11.747) ) () ) +("submarines" ((nns -10.949) ) () ) +("subminimum" ((nn -11.054) ) () ) +("submission" ((nn -11.054) ) () ) +("submit" ((vb -7.577) ) () ) +("submits" ((vbz -9.926) ) () ) +("submitted" ((vbd -8.094) (vbn -6.764) ) () ) +("subnational" ((jj -10.971) ) () ) +("subordinate" ((jj -9.179) (vb -10.141) ) () ) +("subordinated" ((jj -7.505) (vbd -9.192) (vbn -6.911) ) () ) +("subordinates" ((nns -9.850) (vbz -9.926) ) () ) +("subpoena" ((nn -10.648) (vb -9.448) ) () ) +("subpoenas" ((nns -10.255) ) () ) +("subscribe" ((vb -8.755) (vbp -8.674) ) () ) +("subscribed" ((vbn -9.855) ) () ) +("subscriber" ((nn -10.137) ) () ) +("subscribers" ((nns -7.953) ) () ) +("subscribing" ((vbg -9.539) ) () ) +("subscription" ((nn -10.137) ) () ) +("subscriptions" ((nns -10.255) ) () ) +("subsequent" ((jj -7.880) ) () ) +("subsequently" ((rb -8.690) ) () ) +("subset" ((nn -11.747) ) () ) +("subsided" ((vbd -10.291) (vbn -9.855) ) () ) +("subsides" ((nns -10.949) ) () ) +("subsidiaries" ((nns -7.616) ) () ) +("subsidiary" ((jj -9.362) (nn -6.697) ) () ) +("subsidies" ((nns -7.393) ) () ) +("subsidize" ((vb -8.350) ) () ) +("subsidized" ((jj -9.179) (vbn -7.658) ) () ) +("subsidizes" ((vbz -9.926) ) () ) +("subsidizing" ((vbg -8.153) ) () ) +("subsidy" ((nn -9.444) ) () ) +("subsistence" ((nn -11.747) ) () ) +("subsistencias" ((nnp -11.403) ) () ) +("substance" ((nn -9.182) ) () ) +("substances" ((nns -9.339) ) () ) +("substandard" ((jj -10.971) ) () ) +("substantial" ((jj -6.614) ) () ) +("substantially" ((rb -6.274) ) () ) +("substantiate" ((vb -10.141) ) () ) +("substantive" ((jj -9.362) ) () ) +("substitute" ((jj -10.278) (nn -9.801) (vb -9.043) ) () ) +("substituted" ((vbd -9.598) (vbn -8.757) ) () ) +("substitutes" ((nns -9.339) ) () ) +("substituting" ((vbg -8.153) ) () ) +("subterfuge" ((nn -11.747) ) () ) +("subtilis" ((nns -10.255) ) () ) +("subtitle" ((nn -11.747) ) () ) +("subtitled" ((vbn -9.855) ) () ) +("subtle" ((jj -9.025) ) () ) +("subtlety" ((nn -11.747) ) () ) +("subtract" ((vb -9.043) ) () ) +("subtracted" ((vbd -10.291) (vbn -9.855) ) () ) +("subtracting" ((vbg -9.539) ) () ) +("subtraction" ((nn -11.747) ) () ) +("suburb" ((nn -9.444) ) () ) +("suburban" ((jj -8.199) (nnp -10.304) ) () ) +("suburbia" ((nn -11.747) ) () ) +("suburbs" ((nns -10.255) ) () ) +("subversives" ((nns -10.949) ) () ) +("subvert" ((vb -9.448) ) () ) +("subverted" ((vbn -9.855) ) () ) +("subway" ((nn -9.955) (nnp -11.403) ) () ) +("subways" ((nns -10.255) ) () ) +("succasunna" ((nnp -11.403) ) () ) +("succeed" ((vb -6.586) (vbp -8.268) ) () ) +("succeeded" ((vbd -8.499) (vbn -7.083) ) () ) +("succeeding" ((vbg -6.361) ) () ) +("succeeds" ((vbz -6.289) ) () ) +("success" ((nn -7.572) (nnp -9.793) ) () ) +("successes" ((nns -9.157) ) () ) +("successful" ((jj -6.877) ) () ) +("successfully" ((rb -7.591) ) () ) +("succession" ((nn -9.955) ) () ) +("successive" ((jj -9.872) ) () ) +("successively" ((rb -10.299) ) () ) +("successor" ((nn -8.345) ) () ) +("successors" ((nns -9.339) ) () ) +("succumbed" ((vbd -10.291) ) () ) +("succumbing" ((vbg -9.539) ) () ) +("such" ((jj -4.288) (pdt -1.444) ) () ) +("sucker" ((nn -11.054) ) () ) +("suckers" ((nns -9.850) ) () ) +("suckow" ((nnp -11.403) ) () ) +("sucks" ((vbz -9.926) ) () ) +("sucre" ((nnp -11.403) ) () ) +("sudden" ((jj -7.505) ) () ) +("suddenly" ((rb -7.164) ) () ) +("sue" ((vb -7.839) ) () ) +("sued" ((vbd -7.458) (vbn -7.290) ) () ) +("sues" ((vbz -9.926) ) () ) +("suez" ((nnp -9.323) ) () ) +("suffer" ((vb -7.308) (vbp -7.981) ) () ) +("suffered" ((vbd -6.995) (vbn -7.290) ) () ) +("suffering" ((nn -9.667) (vbg -7.236) ) () ) +("suffers" ((vbz -9.926) ) () ) +("suffice" ((vb -9.448) ) () ) +("sufficient" ((jj -7.880) ) () ) +("sufficiently" ((rb -8.220) ) () ) +("sugar" ((nn -9.262) (nnp -10.709) ) () ) +("sugared" ((jj -10.278) ) () ) +("sugarman" ((nnp -8.918) ) () ) +("sugarman-led" ((jj -10.971) ) () ) +("suggest" ((vb -7.577) (vbp -6.000) ) () ) +("suggested" ((jj -10.971) (vbd -6.707) (vbn -7.553) ) () ) +("suggesting" ((vbg -6.649) ) () ) +("suggestion" ((nn -9.955) ) () ) +("suggestions" ((nns -8.869) ) () ) +("suggests" ((vbz -6.076) ) () ) +("suicidal" ((jj -10.971) ) () ) +("suicide" ((nn -10.648) ) () ) +("suing" ((vbg -8.153) ) () ) +("suisse" ((nnp -8.763) ) () ) +("suisse-first" ((nnp -11.403) ) () ) +("suit" ((nn -6.617) (rb -10.299) (vb -9.448) ) () ) +("suit-and-tie" ((jj -10.971) ) () ) +("suitable" ((jj -8.892) ) () ) +("suite" ((nn -10.360) ) () ) +("suited" ((vbn -9.855) ) () ) +("suites" ((nnp -11.403) (nns -9.339) ) () ) +("suitor" ((nn -9.182) ) () ) +("suitors" ((nns -9.003) ) () ) +("suits" ((nns -7.452) ) () ) +("suject" ((jj -10.971) ) () ) +("sukhoi" ((nnp -11.403) ) () ) +("sukle" ((nnp -10.709) ) () ) +("sulfur" ((nn -11.747) ) () ) +("sulfur-dioxide" ((nn -11.054) ) () ) +("sulfurous" ((jj -10.971) ) () ) +("sullivan" ((nnp -8.358) ) () ) +("sultan" ((nn -11.747) (nnp -11.403) ) () ) +("sulya" ((nnp -10.304) ) () ) +("sulzberger" ((nnp -10.709) ) () ) +("sulzer" ((nnp -10.709) ) () ) +("sum" ((nn -9.182) (vb -9.448) ) () ) +("sumita" ((nnp -10.016) ) () ) +("sumitomo" ((nnp -9.611) ) () ) +("summarily" ((rb -9.201) ) () ) +("summarize" ((vb -9.448) ) () ) +("summarized" ((vbd -10.291) ) () ) +("summarizing" ((vbg -9.539) ) () ) +("summary" ((nn -10.360) ) () ) +("summed" ((vbd -9.598) ) () ) +("summer" ((nn -7.182) (nnps -6.630) ) () ) +("summer-holiday" ((jj -10.971) ) () ) +("summerfolk" ((nnp -10.304) ) () ) +("summerland" ((nnp -11.403) ) () ) +("summers" ((nns -10.255) ) () ) +("summit" ((nn -8.751) ) () ) +("summon" ((vb -10.141) ) () ) +("summoned" ((vbd -10.291) (vbn -7.909) ) () ) +("sumner" ((nnp -10.709) ) () ) +("sums" ((nns -9.157) (vbz -9.926) ) () ) +("sun" ((nn -9.667) (nnp -7.490) ) () ) +("sun-drenched" ((jj -10.971) ) () ) +("sunbelt" ((nnp -9.323) ) () ) +("sunbird" ((nnp -10.709) ) () ) +("sunburn" ((nn -11.747) ) () ) +("sunburst" ((nnp -11.403) ) () ) +("suncor" ((nnp -10.709) ) () ) +("sundance" ((nnp -10.304) ) () ) +("sundarji" ((nnp -10.709) ) () ) +("sunday" ((nnp -7.377) ) () ) +("sundays" ((nnp -11.403) (nnps -7.729) (nns -10.949) ) () ) +("sundome" ((nnp -11.403) ) () ) +("sung" ((nnp -9.793) (vbn -8.246) ) () ) +("sunk" ((vbd -10.291) (vbn -8.469) ) () ) +("sunken" ((jj -10.971) ) () ) +("sunkist" ((nnp -11.403) ) () ) +("sunlight" ((nn -11.054) ) () ) +("sunny" ((jj -9.872) ) () ) +("sunnyvale" ((nnp -9.323) ) () ) +("sunrise" ((nn -11.747) ) () ) +("suns" ((nnps -6.630) ) () ) +("sunset" ((nnp -11.403) ) () ) +("sunsets" ((nns -10.949) ) () ) +("sunshine" ((nn -11.054) (nnp -11.403) ) () ) +("suntan" ((nn -11.747) ) () ) +("sununu" ((nnp -10.016) ) () ) +("suny" ((nnp -10.709) ) () ) +("suominen" ((nnp -10.304) ) () ) +("super" ((jj -10.971) (nnp -9.793) ) () ) +("super-charger" ((nn -11.747) ) () ) +("super-expensive" ((jj -10.971) ) () ) +("super-fast" ((jj -10.971) ) () ) +("super-majority" ((jj -10.278) ) () ) +("super-regulator" ((nn -11.747) ) () ) +("super-rich" ((jj -10.971) ) () ) +("super-spy" ((nn -11.747) ) () ) +("super-user" ((nn -11.747) ) () ) +("superagent" ((nn -11.747) ) () ) +("superb" ((jj -9.872) ) () ) +("superbly" ((rb -10.299) ) () ) +("supercede" ((vbp -9.367) ) () ) +("superceded" ((vbd -10.291) ) () ) +("supercharger" ((nn -11.747) ) () ) +("supercomputer" ((nn -9.182) ) () ) +("supercomputers" ((nns -9.339) ) () ) +("superconductor" ((nn -9.801) ) () ) +("superconductors" ((nns -8.384) ) () ) +("superdome" ((nnp -10.709) ) () ) +("superdot" ((nnp -10.709) ) () ) +("superficial" ((jj -10.971) ) () ) +("superficially" ((rb -10.299) ) () ) +("superfund" ((nnp -9.100) ) () ) +("superimposed" ((vbn -9.162) ) () ) +("superintendent" ((nn -11.054) ) () ) +("superior" ((jj -8.573) (nnp -9.793) ) () ) +("superiority" ((nn -10.648) ) () ) +("superiors" ((nns -10.255) ) () ) +("supermainframe" ((nn -11.747) ) () ) +("supermarket" ((nn -9.262) ) () ) +("supermarkets" ((nns -9.157) ) () ) +("superpower" ((nn -11.054) ) () ) +("superpowers" ((nns -10.949) ) () ) +("superpremiums" ((nns -10.255) ) () ) +("supersafe" ((nn -11.747) ) () ) +("supersede" ((vb -10.141) ) () ) +("superseded" ((vbd -10.291) (vbn -9.855) ) () ) +("supersonic" ((jj -10.971) ) () ) +("superstars" ((nns -10.949) ) () ) +("superstitions" ((nnps -7.729) ) () ) +("superstructure" ((nn -11.747) ) () ) +("supervise" ((vb -10.141) ) () ) +("supervised" ((jj -10.971) (vbd -10.291) (vbn -9.855) ) () ) +("supervises" ((vbz -9.233) ) () ) +("supervising" ((vbg -8.153) ) () ) +("supervision" ((nn -10.360) (nnp -8.918) ) () ) +("supervisor" ((nn -9.955) (nnp -11.403) ) () ) +("supervisors" ((nns -9.157) ) () ) +("supervisory" ((jj -10.278) ) () ) +("supper" ((nn -11.747) ) () ) +("supplement" ((nn -9.801) (vb -9.448) ) () ) +("supplemental" ((jj -9.179) (nn -11.747) (nnp -11.403) ) () ) +("supplements" ((nns -10.949) ) () ) +("supplied" ((vbd -9.598) (vbn -7.658) ) () ) +("supplier" ((nn -8.528) ) () ) +("suppliers" ((nns -7.813) ) () ) +("supplies" ((nns -7.483) (vbz -7.847) ) () ) +("supply" ((nn -7.443) (nnp -10.304) (vb -6.645) ) () ) +("supply-demand" ((jj -9.872) ) () ) +("supply-side" ((jj -9.362) (nn -11.747) ) () ) +("supply-sider" ((nn -11.747) ) () ) +("supplying" ((vbg -8.153) ) () ) +("support" ((nn -6.879) (vb -5.937) (vbp -7.170) ) () ) +("supported" ((vbd -7.583) (vbn -6.911) ) () ) +("supporters" ((nns -7.691) ) () ) +("supporting" ((jj -10.971) (vbg -6.494) ) () ) +("supportive" ((jj -9.585) ) () ) +("supports" ((nns -9.850) (vbz -7.441) ) () ) +("suppose" ((vb -10.141) (vbp -8.674) ) () ) +("supposed" ((jj -10.971) (vbd -9.598) (vbn -6.166) ) () ) +("supposedly" ((nnp -11.403) (rb -8.220) ) () ) +("suppository" ((nn -11.747) ) () ) +("suppress" ((vb -10.141) ) () ) +("suppressants" ((nns -10.949) ) () ) +("suppressed" ((vbn -9.855) ) () ) +("suppression" ((nn -10.137) ) () ) +("supraventricular" ((jj -10.971) ) () ) +("supremacy" ((nn -11.054) ) () ) +("supreme" ((jj -10.971) (nn -11.747) (nnp -6.925) ) () ) +("supremely" ((rb -10.299) ) () ) +("sure" ((jj -6.654) (nnp -11.403) (rb -7.660) ) () ) +("sure-fire" ((jj -10.971) ) () ) +("surely" ((rb -7.355) ) () ) +("surest" ((jjs -7.523) ) () ) +("surf" ((nn -11.747) ) () ) +("surface" ((nn -9.549) (vb -10.141) (vbp -9.367) ) () ) +("surfaced" ((vbd -8.211) (vbn -8.757) ) () ) +("surfaces" ((vbz -9.926) ) () ) +("surfacing" ((vbg -8.846) ) () ) +("surfers" ((nns -10.949) ) () ) +("surge" ((nn -8.379) (vb -9.448) ) () ) +("surged" ((vbd -6.399) (vbn -8.063) ) () ) +("surgeon" ((nn -10.137) (nnp -10.709) ) () ) +("surgery" ((nn -8.802) ) () ) +("surges" ((nns -10.255) (vbz -9.233) ) () ) +("surgical" ((jj -9.025) ) () ) +("surgical-abortion" ((jj -10.971) ) () ) +("surgically" ((rb -10.299) ) () ) +("surging" ((jj -10.278) (vbg -7.747) ) () ) +("surmounting" ((vbg -9.539) ) () ) +("surpass" ((vb -9.448) (vbp -9.367) ) () ) +("surpassed" ((vbd -10.291) (vbn -9.855) ) () ) +("surpassing" ((vbg -8.846) ) () ) +("surplus" ((jj -10.278) (nn -8.528) ) () ) +("surpluses" ((nns -9.003) ) () ) +("surprise" ((jj -10.971) (nn -8.528) (rb -10.299) (vb -9.448) ) () ) +("surprised" ((jj -9.362) (vbd -7.988) (vbn -7.216) ) () ) +("surprises" ((nns -9.003) ) () ) +("surprising" ((jj -7.604) (vbg -9.539) ) () ) +("surprisingly" ((rb -7.041) ) () ) +("surreal" ((jj -10.278) ) () ) +("surrender" ((nn -10.648) (vb -8.532) ) () ) +("surrendered" ((vbd -8.905) (vbn -9.162) ) () ) +("surreptitiously" ((rb -9.606) ) () ) +("surrey" ((nnp -11.403) ) () ) +("surrogate" ((jj -10.971) ) () ) +("surround" ((vbp -9.367) ) () ) +("surrounded" ((1 -4.727) (vbn -8.757) ) () ) +("surrounding" ((jj -10.971) (vbg -6.595) ) () ) +("surtax" ((nn -11.054) ) () ) +("surtaxes" ((nns -10.949) ) () ) +("surveillance" ((nn -10.360) ) () ) +("survey" ((nn -7.403) (nnp -10.304) (vb -9.043) ) () ) +("surveyed" ((vbd -9.598) (vbn -7.216) ) () ) +("surveying" ((vbg -9.539) ) () ) +("surveys" ((nns -8.869) ) () ) +("survivable" ((jj -10.971) ) () ) +("survival" ((nn -9.039) ) () ) +("survive" ((vb -7.050) (vbp -8.674) ) () ) +("survived" ((vbd -8.345) (vbn -8.757) ) () ) +("survives" ((vbz -8.317) ) () ) +("surviving" ((vbg -7.747) ) () ) +("survivor" ((nn -10.360) ) () ) +("survivors" ((nns -10.255) ) () ) +("susan" ((nnp -8.838) ) () ) +("susceptible" ((jj -9.025) ) () ) +("susie" ((nn -11.054) (nnp -9.611) ) () ) +("suspect" ((jj -10.278) (vb -8.532) (vbp -7.287) ) () ) +("suspected" ((jj -10.971) (vbd -10.291) (vbn -8.757) ) () ) +("suspecting" ((vbg -9.539) ) () ) +("suspects" ((nns -9.850) (vbz -8.540) ) () ) +("suspend" ((vb -8.062) ) () ) +("suspended" ((vbd -7.652) (vbn -6.636) ) () ) +("suspending" ((vbg -8.153) ) () ) +("suspense" ((nn -11.747) ) () ) +("suspension" ((nn -7.985) ) () ) +("suspensions" ((nns -9.339) ) () ) +("suspicion" ((nn -10.360) ) () ) +("suspicious" ((jj -9.872) ) () ) +("sustain" ((vb -8.062) ) () ) +("sustainability" ((nn -11.747) ) () ) +("sustainable" ((jj -10.971) ) () ) +("sustained" ((jj -9.872) (vbd -8.905) (vbn -7.022) ) () ) +("sustains" ((vbz -9.233) ) () ) +("sustenance" ((nn -11.747) ) () ) +("sutcliffe" ((nnp -10.709) ) () ) +("sutermeister" ((nnp -11.403) ) () ) +("sutherland" ((nnp -10.709) ) () ) +("sutra" ((nn -11.747) ) () ) +("sutro" ((nnp -10.709) ) () ) +("sutton" ((nnp -10.709) ) () ) +("sutures" ((nns -10.949) ) () ) +("suzanne" ((nnp -11.403) ) () ) +("suzuki" ((nnp -9.100) ) () ) +("svelte" ((jj -10.971) ) () ) +("svelte-looking" ((jj -10.971) ) () ) +("sventek" ((nnp -10.709) ) () ) +("sverdlovsk" ((nnp -9.611) ) () ) +("swaine" ((nnp -11.403) ) () ) +("swallow" ((vb -9.043) ) () ) +("swallowed" ((vbn -8.469) ) () ) +("swallowing" ((vbg -9.539) ) () ) +("swamp" ((vb -9.043) ) () ) +("swamped" ((vbd -10.291) (vbn -8.246) ) () ) +("swan" ((nn -11.747) ) () ) +("swankier" ((jjr -8.039) ) () ) +("swans" ((nns -10.949) ) () ) +("swanson" ((nnp -10.304) ) () ) +("swap" ((nn -9.262) (vb -7.944) ) () ) +("swapo" ((nnp -9.611) ) () ) +("swapped" ((vbn -9.855) ) () ) +("swapping" ((vbg -8.153) ) () ) +("swaps" ((nns -8.751) ) () ) +("swarm" ((nn -11.747) ) () ) +("swarms" ((nns -10.949) ) () ) +("swasey" ((nnp -10.709) ) () ) +("swat" ((nn -11.747) ) () ) +("swath" ((nn -11.747) ) () ) +("swavely" ((nnp -10.709) ) () ) +("sway" ((nn -11.054) (vb -9.043) (vbp -9.367) ) () ) +("swaying" ((nn -11.747) (vbg -8.440) ) () ) +("swear" ((vb -9.448) ) () ) +("swearing" ((nn -11.747) ) () ) +("swearing-in" ((nn -11.747) ) () ) +("swearingen" ((nnp -11.403) ) () ) +("swears" ((vbz -9.926) ) () ) +("sweat" ((nn -10.137) (vb -10.141) (vbd -10.291) ) () ) +("sweated" ((vbn -9.855) ) () ) +("sweater" ((nn -11.054) ) () ) +("sweaters" ((nns -9.850) ) () ) +("sweating" ((vbg -9.539) ) () ) +("sweatshirt" ((nn -11.747) ) () ) +("sweatshirts" ((nns -10.949) ) () ) +("sweaty" ((jj -10.971) ) () ) +("sweden" ((nnp -9.005) ) () ) +("swedish" ((jj -8.669) (nnp -9.611) ) () ) +("swedish-swiss" ((jj -10.971) ) () ) +("sween" ((nnp -11.403) ) () ) +("sweep" ((nn -9.801) (vb -9.448) ) () ) +("sweepers" ((nns -10.949) ) () ) +("sweeping" ((jj -8.486) (vbg -7.460) ) () ) +("sweepingly" ((rb -10.299) ) () ) +("sweeps" ((nns -10.255) (vbz -9.926) ) () ) +("sweepstakes" ((nn -11.747) ) () ) +("sweet" ((jj -8.669) ) () ) +("sweeten" ((vb -9.043) ) () ) +("sweetened" ((jj -10.971) (vbd -9.192) (vbn -7.776) ) () ) +("sweetener" ((nn -11.747) ) () ) +("sweetheart" ((nn -11.747) ) () ) +("sweets" ((nns -10.949) ) () ) +("sweig" ((nnp -9.611) ) () ) +("swell" ((vb -8.755) (vbp -9.367) ) () ) +("swelled" ((vbd -8.499) (vbn -9.162) ) () ) +("swelling" ((vbg -8.153) ) () ) +("swept" ((vbd -9.598) (vbn -9.162) ) () ) +("swift" ((jj -9.362) (nnp -11.403) ) () ) +("swiftly" ((rb -8.353) ) () ) +("swig" ((nn -11.747) ) () ) +("swim" ((vbp -8.268) ) () ) +("swimmer" ((nn -11.747) ) () ) +("swimming" ((nn -10.360) (vbg -8.846) ) () ) +("swindled" ((vbn -9.162) ) () ) +("swine" ((nns -10.949) ) () ) +("swing" ((nn -9.801) (vb -9.448) (vbp -8.268) ) () ) +("swings" ((nns -7.393) (vbz -9.926) ) () ) +("swipe" ((nn -11.054) ) () ) +("swire" ((nnp -11.403) ) () ) +("swirl" ((nn -11.747) ) () ) +("swiss" ((jj -7.039) (nnp -8.569) (nnps -7.729) ) () ) +("swiss-based" ((jj -10.971) ) () ) +("swiss-cheese" ((nn -11.747) ) () ) +("swiss-franc" ((nn -11.747) ) () ) +("swissair" ((nnp -10.016) ) () ) +("switch" ((nn -10.137) (vb -7.433) (vbp -8.674) ) () ) +("switched" ((vbd -8.211) (vbn -8.063) ) () ) +("switchers" ((nns -10.949) ) () ) +("switches" ((nns -10.255) (vbz -8.828) ) () ) +("switching" ((nn -11.747) (vbg -7.593) ) () ) +("switzerland" ((nn -10.648) (nnp -7.552) ) () ) +("swiveling" ((vbg -9.539) ) () ) +("swollen" ((jj -10.971) ) () ) +("swoon" ((nn -11.054) ) () ) +("swoop" ((nn -11.747) ) () ) +("sword" ((nn -11.747) ) () ) +("swore" ((vbd -10.291) ) () ) +("sworn" ((jj -9.585) (vbn -8.063) ) () ) +("swung" ((vbd -8.905) (vbn -9.855) ) () ) +("syb" ((nnp -11.403) ) () ) +("sybil" ((nnp -11.403) ) () ) +("sycamore" ((nn -11.747) ) () ) +("sycophants" ((nns -10.949) ) () ) +("sydney" ((nnp -9.100) ) () ) +("sydney-qintex" ((nnp -11.403) ) () ) +("syllable" ((nn -11.747) ) () ) +("sylmar" ((nnp -10.709) ) () ) +("sylvester" ((nnp -10.709) ) () ) +("symbiotic" ((jj -10.971) ) () ) +("symbol" ((nn -8.569) (nnp -11.403) ) () ) +("symbolic" ((jj -9.179) ) () ) +("symbolically" ((rb -10.299) ) () ) +("symbolism" ((nn -11.747) ) () ) +("symbolized" ((vbn -9.855) ) () ) +("symmetrical" ((jj -10.971) ) () ) +("symmetry" ((nn -11.747) ) () ) +("sympathetic" ((jj -8.573) ) () ) +("sympathies" ((nns -10.255) ) () ) +("sympathize" ((vbp -8.674) ) () ) +("sympathizers" ((nns -10.949) ) () ) +("sympathy" ((nn -10.137) ) () ) +("symphony" ((nnp -11.403) ) () ) +("symposiums" ((nns -10.255) ) () ) +("symptom" ((nn -11.054) ) () ) +("symptom-free" ((jj -10.971) ) () ) +("symptoms" ((nns -8.384) ) () ) +("synchronize" ((vbp -9.367) ) () ) +("synchronized" ((vbn -8.757) ) () ) +("synchronous" ((jj -10.971) ) () ) +("syndciated" ((vbn -9.855) ) () ) +("syndicate" ((nn -8.313) (nnp -10.016) ) () ) +("syndicated" ((jj -9.872) (vbn -9.162) ) () ) +("syndicates" ((nns -9.339) ) () ) +("syndicating" ((vbg -8.846) ) () ) +("syndication" ((nn -10.137) (nnp -11.403) ) () ) +("syndications" ((nns -10.949) ) () ) +("syndicator" ((nn -10.360) ) () ) +("syndrome" ((nn -9.182) ) () ) +("synergy" ((nn -10.648) ) () ) +("syngeries" ((nns -10.949) ) () ) +("synonymous" ((jj -10.971) ) () ) +("synonyms" ((nns -10.949) ) () ) +("synthelabo" ((nnp -11.403) ) () ) +("synthesis" ((nn -11.747) ) () ) +("synthesize" ((vb -10.141) ) () ) +("synthesizers" ((nns -10.949) ) () ) +("synthetic" ((jj -9.362) ) () ) +("synthetic-leather" ((jj -10.971) ) () ) +("synthetics" ((nns -10.949) ) () ) +("syracuse" ((nnp -10.304) ) () ) +("syria" ((nnp -10.304) ) () ) +("syrian" ((jj -9.585) ) () ) +("syrian-backed" ((jj -10.971) ) () ) +("syrians" ((nnps -7.729) ) () ) +("syringe" ((nn -11.747) ) () ) +("syrup" ((nn -11.747) ) () ) +("syse" ((nnp -11.403) ) () ) +("system" ((nn -6.094) (nnp -7.641) ) () ) +("systematic" ((jj -9.872) ) () ) +("systematically" ((rb -10.299) ) () ) +("systemic" ((jj -10.971) ) () ) +("systems" ((nnp -7.531) (nnps -4.040) (nns -5.993) ) () ) +("systemwide" ((nnp -11.403) ) () ) +("szabad" ((nnp -11.403) ) () ) +("szanton" ((nnp -11.403) ) () ) +("szeto" ((nnp -11.403) ) () ) +("szocs" ((nnp -11.403) ) () ) +("szuros" ((nnp -11.403) ) () ) +("t" ((nn -11.054) ) () ) +("t'" ((prp -10.121) ) () ) +("t-37" ((nn -11.747) ) () ) +("t-45" ((nnp -11.403) ) () ) +("t-72" ((nn -11.747) ) () ) +("t-bill" ((nnp -11.403) ) () ) +("t-bills" ((nns -9.157) ) () ) +("t-shirt" ((nn -11.747) ) () ) +("t-shirts" ((nns -9.339) ) () ) +("t." ((nnp -7.689) ) () ) +("t.d." ((nnp -11.403) ) () ) +("t.t." ((nnp -11.403) ) () ) +("t34c" ((cd -10.462) ) () ) +("tab" ((nn -11.054) ) () ) +("tabacs" ((nnp -11.403) (nns -10.949) ) () ) +("tabak" ((nnp -10.304) ) () ) +("taber" ((nnp -11.403) ) () ) +("table" ((nn -8.451) (nnp -11.403) ) () ) +("tablemodel" ((nn -11.747) ) () ) +("tables" ((nns -8.384) ) () ) +("tablets" ((nns -9.562) ) () ) +("tabloid" ((jj -9.585) (nn -10.137) ) () ) +("tabloids" ((nns -10.255) ) () ) +("taboo" ((jj -10.278) (nn -11.054) (vb -10.141) ) () ) +("tabs" ((nns -10.255) ) () ) +("taccetta" ((nnp -10.709) ) () ) +("tache" ((nnp -10.304) ) () ) +("tachycardia" ((nn -11.747) ) () ) +("tacit" ((jj -10.278) (nnp -11.403) ) () ) +("tacitly" ((rb -9.606) ) () ) +("tack" ((nn -10.360) ) () ) +("tacked" ((vbd -8.905) ) () ) +("tacker" ((nnp -10.304) ) () ) +("tackle" ((vb -8.755) ) () ) +("tackled" ((vbn -9.855) ) () ) +("tackling" ((vbg -9.539) ) () ) +("taco" ((nnp -10.016) ) () ) +("tacoma" ((nnp -10.304) ) () ) +("tacos" ((nns -10.949) ) () ) +("tactic" ((nn -9.955) ) () ) +("tactical" ((jj -8.892) (nnp -11.403) ) () ) +("tactics" ((nns -8.551) ) () ) +("tad" ((nn -11.054) (rb -10.299) ) () ) +("tadahiko" ((nnp -11.403) ) () ) +("tadeusz" ((nnp -11.403) ) () ) +("tadzhikistan" ((nnp -11.403) ) () ) +("tae" ((nnp -10.709) ) () ) +("taffner" ((nnp -10.709) ) () ) +("taft" ((nnp -9.793) ) () ) +("tag" ((nn -10.648) (vb -10.141) ) () ) +("tagalog" ((nnp -11.403) ) () ) +("tagg" ((nnp -11.403) ) () ) +("tagged" ((vbn -9.855) ) () ) +("tagliabue" ((nnp -10.709) ) () ) +("tags" ((nns -9.562) ) () ) +("taif" ((nnp -11.403) ) () ) +("tail" ((jj -10.971) (nn -10.360) (nnp -11.403) ) () ) +("tailback" ((nn -11.747) ) () ) +("tailing" ((vbg -9.539) ) () ) +("tailor-made" ((jj -9.872) ) () ) +("tailored" ((jj -10.971) (vbn -9.855) ) () ) +("tailors" ((nnp -11.403) ) () ) +("tails" ((nns -10.949) ) () ) +("tailspin" ((nn -9.955) ) () ) +("taint" ((nn -11.054) ) () ) +("tainted" ((jj -9.872) (vbn -9.162) ) () ) +("tainted-meat" ((nn -11.747) ) () ) +("taipei" ((nnp -9.205) ) () ) +("tait" ((nnp -10.304) ) () ) +("taittinger" ((nnp -11.403) ) () ) +("taiwan" ((nnp -8.070) ) () ) +("taiwan-born" ((jj -10.971) ) () ) +("taiwanese" ((jj -9.179) (nnp -11.403) ) () ) +("taizo" ((nnp -11.403) ) () ) +("takagi" ((nnp -11.403) ) () ) +("takanori" ((nnp -11.403) ) () ) +("takashi" ((nnp -10.709) ) () ) +("takashimaya" ((nnp -10.709) ) () ) +("takayama" ((nnp -11.403) ) () ) +("take" ((nn -11.747) (vb -4.201) (vbp -5.756) ) () ) +("take-it-or-leave" ((jj -10.971) ) () ) +("take-or-pay" ((jj -9.585) ) () ) +("take-out" ((nn -11.054) ) () ) +("taken" ((vbn -4.906) ) () ) +("takeoff" ((nn -11.054) ) () ) +("takeover" ((nn -6.254) ) () ) +("takeover-proof" ((jj -10.971) ) () ) +("takeover-related" ((jj -8.486) ) () ) +("takeover-stock" ((jj -8.573) (nn -10.137) ) () ) +("takeover-threat" ((nn -11.747) ) () ) +("takeovers" ((nns -7.260) ) () ) +("takers" ((nns -10.255) ) () ) +("takes" ((vbz -5.622) ) () ) +("takeshi" ((nnp -11.403) ) () ) +("taketh" ((vb -10.141) ) () ) +("taking" ((nn -10.360) (vbg -4.711) ) () ) +("takuma" ((nnp -10.709) ) () ) +("takuro" ((nnp -11.403) ) () ) +("takushoku" ((nnp -11.403) ) () ) +("talbot" ((nnp -10.304) ) () ) +("talcott" ((nnp -10.016) ) () ) +("tale" ((nn -9.667) (nnp -11.403) ) () ) +("talent" ((nn -9.349) ) () ) +("talents" ((nns -9.339) ) () ) +("tales" ((nns -10.255) ) () ) +("talk" ((nn -7.985) (nnp -11.403) (vb -6.774) (vbp -7.981) ) () ) +("talk-show" ((nn -10.648) ) () ) +("talked" ((vbd -7.726) (vbn -7.909) ) () ) +("talking" ((nn -11.747) (vbg -5.627) ) () ) +("talks" ((nns -5.945) (vbz -7.847) ) () ) +("tall" ((jj -9.025) ) () ) +("tallahassee" ((nnp -11.403) ) () ) +("taller" ((jjr -8.039) ) () ) +("tallest" ((jjs -6.830) ) () ) +("tallies" ((nns -10.949) ) () ) +("tally" ((nn -10.360) ) () ) +("tambo" ((nnp -11.403) ) () ) +("tame" ((jj -9.362) ) () ) +("taming" ((vbg -8.846) ) () ) +("tampa" ((nnp -8.918) ) () ) +("tamper" ((vb -10.141) ) () ) +("tampers" ((nns -10.949) ) () ) +("tan" ((nnp -9.793) ) () ) +("tandem" ((jj -10.971) (nn -11.747) (nnp -8.358) ) () ) +("tandem-seat" ((jj -10.971) ) () ) +("tandem-trainer" ((nn -11.747) ) () ) +("tandy" ((nnp -9.100) (vb -10.141) ) () ) +("tangible" ((jj -9.362) ) () ) +("tangle" ((nn -11.054) (vbp -9.367) ) () ) +("tangled" ((jj -10.971) (vbn -9.855) ) () ) +("tango" ((nnp -11.403) ) () ) +("tanii" ((nnp -11.403) ) () ) +("tank" ((nn -9.549) (nnp -11.403) (vb -10.141) ) () ) +("tanker" ((nn -11.054) ) () ) +("tankers" ((nns -9.562) ) () ) +("tanks" ((nns -8.384) ) () ) +("tanned" ((vbn -9.855) ) () ) +("tannenbaum" ((nnp -11.403) ) () ) +("tanqueray" ((nnp -11.403) ) () ) +("tans" ((nns -10.949) ) () ) +("tantalizingly" ((rb -10.299) ) () ) +("tantamount" ((jj -10.278) ) () ) +("tanzi" ((nnp -11.403) ) () ) +("taos" ((nnp -11.403) ) () ) +("tap" ((vb -8.196) ) () ) +("tap-tap" ((nn -11.747) ) () ) +("tape" ((nn -8.611) (vb -9.448) (vbp -9.367) ) () ) +("tape-delay" ((nn -11.747) ) () ) +("tape-recorded" ((jj -10.971) ) () ) +("taped" ((vbd -9.598) (vbn -8.246) ) () ) +("taper" ((vb -10.141) ) () ) +("tapering" ((vbg -9.539) ) () ) +("tapers" ((nns -10.949) (vbz -9.926) ) () ) +("tapes" ((nns -8.751) ) () ) +("tapestries" ((nns -10.949) ) () ) +("tapestry" ((nn -11.747) ) () ) +("taping" ((nn -10.360) (vbg -8.440) ) () ) +("tapings" ((nns -10.949) ) () ) +("tapped" ((vbd -8.905) (vbn -8.469) ) () ) +("tapping" ((vbg -9.539) ) () ) +("taps" ((vbz -9.233) ) () ) +("tar" ((nn -11.054) ) () ) +("tarantino" ((nnp -10.709) ) () ) +("tardy" ((jj -10.278) ) () ) +("target" ((nn -7.721) (nnp -11.403) (vb -8.196) (vbp -8.268) ) () ) +("targeted" ((jj -10.278) (vbn -7.457) ) () ) +("targeting" ((vbg -7.342) ) () ) +("targets" ((nns -7.581) (vbz -8.828) ) () ) +("tariff" ((nn -9.182) ) () ) +("tariffs" ((nnp -11.403) (nnps -7.036) (nns -9.003) ) () ) +("tarnish" ((vb -9.448) ) () ) +("tarnished" ((jj -10.971) (vbd -10.291) (vbn -8.757) ) () ) +("tarnopol" ((nnp -11.403) ) () ) +("tarred" ((vbd -10.291) ) () ) +("tarrytown" ((nnp -11.403) ) () ) +("tartan" ((nn -11.747) (nnp -10.304) ) () ) +("tartans" ((nns -10.949) ) () ) +("tarter" ((nnp -10.709) ) () ) +("tascher" ((nnp -11.403) ) () ) +("tashi" ((nnp -10.709) ) () ) +("tashkent" ((nnp -11.403) ) () ) +("task" ((nn -8.191) (nnp -10.304) ) () ) +("task-force" ((nn -11.747) ) () ) +("tasks" ((nns -9.339) ) () ) +("tass" ((nnp -10.016) ) () ) +("tassel" ((nn -11.747) ) () ) +("tassels" ((nns -10.949) ) () ) +("tassinari" ((nnp -11.403) ) () ) +("taste" ((nn -9.262) (vb -10.141) (vbp -9.367) ) () ) +("tastefully" ((rb -9.606) ) () ) +("tasteless" ((jj -10.278) ) () ) +("tastes" ((nns -10.949) ) () ) +("tastier" ((jjr -8.039) ) () ) +("tasting" ((nn -11.747) ) () ) +("tasty" ((jj -10.278) ) () ) +("tasurinchi" ((nnp -11.403) ) () ) +("tata" ((nnp -11.403) ) () ) +("tateisi" ((nnp -11.403) ) () ) +("tator" ((nnp -10.709) ) () ) +("tatsuhara" ((nnp -11.403) ) () ) +("tattered" ((jj -10.971) ) () ) +("tattingers" ((nnps -7.729) ) () ) +("taught" ((vbd -8.345) (vbn -9.162) ) () ) +("taunted" ((vbd -10.291) ) () ) +("taunting" ((nn -11.747) ) () ) +("taurus" ((nnp -10.304) ) () ) +("tavern" ((nn -11.747) ) () ) +("tawana" ((nnp -11.403) ) () ) +("tawdry" ((jj -10.971) ) () ) +("tax" ((nn -5.985) (nnp -8.694) (vb -9.448) ) () ) +("tax-advantaged" ((jj -10.971) ) () ) +("tax-and-budget" ((jj -10.971) ) () ) +("tax-collection" ((jj -10.971) ) () ) +("tax-cut" ((jj -10.278) ) () ) +("tax-deductible" ((jj -10.971) ) () ) +("tax-deductions" ((nns -10.949) ) () ) +("tax-deferred" ((jj -10.278) ) () ) +("tax-evasion" ((nn -11.747) ) () ) +("tax-exempt" ((jj -8.027) ) () ) +("tax-exempts" ((nns -10.255) ) () ) +("tax-fraud" ((nn -11.747) ) () ) +("tax-free" ((jj -8.486) ) () ) +("tax-give-away" ((jj -10.971) ) () ) +("tax-loss" ((jj -9.872) (nn -11.054) ) () ) +("tax-rate" ((jj -10.278) (nn -11.747) ) () ) +("tax-reducing" ((vbg -9.539) ) () ) +("tax-sheltered" ((jj -10.971) ) () ) +("tax-writers" ((nns -10.255) ) () ) +("tax-writing" ((jj -9.872) ) () ) +("taxable" ((jj -7.836) ) () ) +("taxable-equivalent" ((jj -10.971) ) () ) +("taxation" ((nn -9.549) (nnp -10.709) ) () ) +("taxed" ((vbd -10.291) (vbn -8.469) ) () ) +("taxes" ((nns -6.530) (vbz -9.926) ) () ) +("taxi" ((nn -10.360) ) () ) +("taxicab" ((nn -11.747) ) () ) +("taxpayer" ((nn -9.801) (nnp -11.403) ) () ) +("taxpayers" ((nnp -11.403) (nnps -6.630) (nns -7.311) ) () ) +("taylor" ((nnp -8.407) ) () ) +("tb" ((nn -11.747) ) () ) +("tbilisi" ((nnp -11.403) ) () ) +("tbwa" ((nnp -11.403) ) () ) +("tc" ((nnp -11.403) ) () ) +("tci" ((nnp -9.205) ) () ) +("tcmp" ((nnp -10.304) ) () ) +("tea" ((nn -9.667) (nnp -11.403) ) () ) +("teach" ((vb -8.062) (vbp -8.674) ) () ) +("teacher" ((nn -8.856) ) () ) +("teacher-cadet" ((jj -10.971) ) () ) +("teachers" ((nnps -7.729) (nns -7.771) ) () ) +("teaches" ((vbz -8.134) ) () ) +("teaching" ((nn -9.549) (vbg -8.846) ) () ) +("teagan" ((nnp -10.016) ) () ) +("team" ((nn -7.002) (nnp -10.709) (vb -9.448) ) () ) +("teamed" ((vbd -10.291) ) () ) +("teaming" ((vbg -8.846) ) () ) +("teammate" ((nn -11.747) ) () ) +("teams" ((nns -7.858) ) () ) +("teamsters" ((nnps -7.036) ) () ) +("tear" ((vb -9.448) ) () ) +("tearing" ((vbg -8.153) ) () ) +("teary-eyed" ((jj -10.971) ) () ) +("teased" ((vbn -9.855) ) () ) +("tech" ((nnp -11.403) ) () ) +("technical" ((jj -6.964) (nnp -9.323) ) () ) +("technical-services" ((nns -10.949) ) () ) +("technicality" ((nn -11.054) ) () ) +("technically" ((nnp -11.403) (rb -8.508) ) () ) +("technician" ((nn -11.747) ) () ) +("technicians" ((nns -8.751) ) () ) +("technique" ((nn -8.569) ) () ) +("techniques" ((nns -8.241) ) () ) +("technocrats" ((nns -10.949) ) () ) +("technological" ((jj -9.362) ) () ) +("technologically" ((rb -10.299) ) () ) +("technologies" ((nnp -9.205) (nnps -5.426) (nns -8.464) ) () ) +("technologist" ((nn -11.747) ) () ) +("technology" ((nn -6.834) (nnp -7.906) ) () ) +("technology-licensing" ((jj -10.971) ) () ) +("teco" ((nnp -11.403) ) () ) +("ted" ((nnp -8.694) ) () ) +("teddy" ((nn -11.747) (nnp -9.323) ) () ) +("tee" ((nn -11.747) ) () ) +("teemed" ((vbd -10.291) ) () ) +("teeming" ((vbg -8.440) ) () ) +("teen" ((nn -11.747) ) () ) +("teen-age" ((jj -9.585) ) () ) +("teen-ager" ((nn -11.747) ) () ) +("teen-agers" ((nns -10.949) ) () ) +("teenage" ((jj -10.971) (nnp -11.403) ) () ) +("teenagers" ((nns -10.949) ) () ) +("teeth" ((nns -9.339) ) () ) +("tegal" ((nnp -10.304) ) () ) +("tegucigalpa" ((nnp -11.403) ) () ) +("tehran" ((nnp -11.403) ) () ) +("teich" ((nnp -10.709) ) () ) +("teito" ((nnp -11.403) ) () ) +("tel" ((nnp -11.403) ) () ) +("tela" ((nnp -10.709) ) () ) +("telaction" ((nnp -11.403) ) () ) +("tele-communications" ((nnp -11.403) (nnps -6.630) ) () ) +("tele1st" ((nnp -10.709) ) () ) +("telecast" ((nn -11.747) ) () ) +("telecines" ((nns -10.949) ) () ) +("telecom" ((nnp -9.793) ) () ) +("telecommuncations" ((nnps -7.729) ) () ) +("telecommunications" ((1 -4.034) (jj -10.971) (nn -9.039) (nnp -9.323) (nnps -6.343) (nns -8.004) ) () ) +("telectronics" ((nnp -11.403) ) () ) +("teleflora" ((nnp -11.403) ) () ) +("telefonos" ((nnp -11.403) ) () ) +("telegraaf" ((nnp -11.403) ) () ) +("telegraph" ((nn -11.747) (nnp -8.184) (vbp -8.674) ) () ) +("telegraphed" ((vbd -10.291) ) () ) +("telelawyer" ((nnp -10.016) ) () ) +("telemarketers" ((nns -9.562) ) () ) +("telemarketing" ((nn -10.360) ) () ) +("telemedia" ((nnp -11.403) ) () ) +("telephone" ((nn -7.122) (nnp -7.689) (vb -10.141) ) () ) +("telephone-access" ((jj -10.971) ) () ) +("telephone-information" ((nn -11.747) ) () ) +("telephone-operations" ((nns -10.949) ) () ) +("telephoned" ((vbd -9.192) ) () ) +("telephones" ((nnp -11.403) (nns -9.157) ) () ) +("telephoning" ((vbg -9.539) ) () ) +("telepictures" ((nnps -7.036) ) () ) +("telerama" ((nnp -11.403) ) () ) +("telerate" ((nn -10.360) (nnp -6.914) ) () ) +("telescope" ((nn -11.747) (nnp -11.403) ) () ) +("telesis" ((nnp -8.918) ) () ) +("telesystems" ((nns -10.949) ) () ) +("televideo" ((nnp -11.403) ) () ) +("televised" ((jj -9.872) (vbn -8.757) ) () ) +("televising" ((nn -11.747) ) () ) +("television" ((nn -6.959) (nnp -8.694) ) () ) +("television-related" ((jj -10.971) ) () ) +("television-viewing" ((nn -11.747) ) () ) +("televisions" ((nns -10.255) ) () ) +("telexes" ((nns -10.255) ) () ) +("tell" ((vb -6.081) (vbp -6.969) ) () ) +("tell-all" ((jj -10.971) ) () ) +("teller" ((nn -11.747) (nnp -9.323) ) () ) +("tellers" ((nns -10.255) ) () ) +("telling" ((jj -10.971) (vbg -6.543) ) () ) +("tellingly" ((rb -10.299) ) () ) +("tells" ((vbz -7.093) ) () ) +("telltale" ((jj -10.971) ) () ) +("telsmith" ((nnp -11.403) ) () ) +("telxon" ((nnp -11.403) ) () ) +("temblor" ((nn -9.182) ) () ) +("temblors" ((nns -10.255) ) () ) +("tempe" ((nnp -10.016) ) () ) +("temper" ((nnp -11.403) ) () ) +("temperature" ((nn -10.137) ) () ) +("temperatures" ((nns -8.869) ) () ) +("tempered" ((vbn -9.855) ) () ) +("temple" ((nnp -8.763) ) () ) +("temple-inland" ((nnp -10.709) ) () ) +("templeton" ((nnp -9.205) ) () ) +("tempo" ((nn -11.747) ) () ) +("temporal" ((jj -10.971) ) () ) +("temporarily" ((rb -6.744) ) () ) +("temporary" ((jj -7.121) (nnp -11.403) ) () ) +("temporary-help" ((jj -10.278) ) () ) +("temps" ((nns -10.949) ) () ) +("tempt" ((vb -9.448) ) () ) +("temptation" ((nn -9.801) ) () ) +("tempted" ((vbn -9.855) ) () ) +("tempting" ((jj -9.362) ) () ) +("tempts" ((vbz -9.926) ) () ) +("ten" ((cd -7.897) ) () ) +("tenacious" ((jj -10.971) ) () ) +("tenaciously" ((rb -10.299) ) () ) +("tenant" ((nn -11.054) ) () ) +("tenants" ((nns -8.751) ) () ) +("tend" ((vb -7.944) (vbp -5.901) ) () ) +("tended" ((vbd -10.291) (vbn -9.162) ) () ) +("tendencies" ((nns -10.255) ) () ) +("tendency" ((nn -9.801) ) () ) +("tendentious" ((jj -10.971) ) () ) +("tender" ((jj -10.278) (nn -7.758) (nnp -11.403) (vb -8.755) (vbp -9.367) ) () ) +("tendered" ((jj -9.872) (vbd -10.291) (vbn -7.022) ) () ) +("tendering" ((vbg -9.539) ) () ) +("tenderness" ((nn -11.747) ) () ) +("tenders" ((nns -10.255) ) () ) +("tending" ((vbg -8.153) ) () ) +("tends" ((vbz -7.361) ) () ) +("tenets" ((nns -9.850) ) () ) +("tenfold" ((rb -9.201) ) () ) +("tenn" ((nnp -10.304) ) () ) +("tenn." ((nnp -9.005) ) () ) +("tenneco" ((nnp -9.457) ) () ) +("tennesse" ((nnp -11.403) ) () ) +("tennessee" ((nnp -8.311) ) () ) +("tenney" ((nnp -11.403) ) () ) +("tennis" ((nn -9.955) ) () ) +("tenor" ((nn -10.360) ) () ) +("tens" ((nns -9.003) ) () ) +("tense" ((jj -9.872) ) () ) +("tension" ((nn -9.039) ) () ) +("tensions" ((nns -9.003) ) () ) +("tent" ((nn -11.054) ) () ) +("tentative" ((jj -8.892) (nn -11.054) ) () ) +("tentatively" ((rb -7.080) ) () ) +("tenth" ((jj -10.971) (nn -11.054) ) () ) +("tenure" ((nn -9.444) ) () ) +("teodorani" ((nnp -11.403) ) () ) +("teodulo" ((nnp -11.403) ) () ) +("tepid" ((jj -9.872) ) () ) +("teresa" ((nnp -11.403) ) () ) +("term" ((nn -7.316) (nnp -11.403) (vb -10.141) ) () ) +("termed" ((vbd -8.345) (vbn -9.162) ) () ) +("terminal" ((nn -9.667) (nnp -11.403) ) () ) +("terminals" ((nns -9.003) ) () ) +("terminate" ((vb -8.196) ) () ) +("terminated" ((vbd -8.499) (vbn -8.757) ) () ) +("terminating" ((vbg -9.539) ) () ) +("termination" ((nn -9.955) ) () ) +("terminations" ((nns -10.949) ) () ) +("terms" ((nns -5.750) ) () ) +("terra" ((nn -11.747) (nnp -10.304) ) () ) +("terrace" ((nn -11.747) (nnp -11.403) ) () ) +("terrain" ((nn -11.747) ) () ) +("terrain-marring" ((jj -10.971) ) () ) +("terree" ((nnp -11.403) ) () ) +("terrell" ((nnp -11.403) ) () ) +("terrestrial" ((jj -10.971) ) () ) +("terrible" ((jj -9.025) (nnp -10.709) ) () ) +("terribly" ((rb -9.201) ) () ) +("terrific" ((jj -9.872) ) () ) +("terrified" ((vbn -9.855) ) () ) +("terrifying" ((jj -10.971) ) () ) +("territorial" ((nn -11.747) ) () ) +("territories" ((nnps -7.729) (nns -9.562) ) () ) +("territory" ((nn -9.262) ) () ) +("terrizzi" ((nnp -9.611) ) () ) +("terror" ((nn -11.747) ) () ) +("terrorism" ((nn -8.569) (nnp -11.403) ) () ) +("terrorist" ((jj -9.179) (nn -11.747) ) () ) +("terroristic" ((jj -10.971) ) () ) +("terrorists" ((nns -9.850) ) () ) +("terry" ((nnp -8.630) ) () ) +("terse" ((jj -9.872) ) () ) +("tesco" ((nnp -11.403) ) () ) +("tese" ((nnp -11.403) ) () ) +("tesoro" ((nnp -9.611) ) () ) +("test" ((nn -7.340) (nnp -11.403) (vb -7.839) (vbp -9.367) ) () ) +("test-coaching" ((jj -10.971) ) () ) +("test-drive" ((vb -10.141) (vbp -9.367) ) () ) +("test-fired" ((vbn -9.855) ) () ) +("test-marketing" ((jj -10.971) (nn -11.747) ) () ) +("test-tube" ((nn -11.747) ) () ) +("testa" ((nnp -10.709) ) () ) +("testament-style" ((jj -10.971) ) () ) +("testaments" ((nns -10.949) ) () ) +("tested" ((vbd -9.598) (vbn -7.658) ) () ) +("testers" ((nns -9.850) ) () ) +("testified" ((vbd -8.345) ) () ) +("testifies" ((vbz -9.926) ) () ) +("testify" ((vb -7.251) (vbp -9.367) ) () ) +("testifying" ((vbg -8.846) ) () ) +("testimonial" ((jj -10.971) ) () ) +("testimony" ((nn -8.451) ) () ) +("testing" ((1 -4.727) (nn -8.751) (vbg -7.747) ) () ) +("tests" ((nns -7.311) (vbz -8.828) ) () ) +("tet" ((nnp -10.016) ) () ) +("tetanus" ((nn -11.747) ) () ) +("tethered" ((jj -10.971) (vbn -9.855) ) () ) +("tettamanti" ((nnp -11.403) ) () ) +("teutonic" ((jj -10.971) ) () ) +("tewary" ((nnp -10.304) ) () ) +("tex." ((nnp -11.403) ) () ) +("texaco" ((nnp -9.100) ) () ) +("texan" ((nn -11.747) (nnp -11.403) ) () ) +("texas" ((nnp -6.188) ) () ) +("texas-based" ((jj -9.872) ) () ) +("texas-louisiana" ((nnp -11.403) ) () ) +("text" ((nn -9.182) ) () ) +("textbook" ((nn -11.747) ) () ) +("textbooks" ((nns -10.255) ) () ) +("textile" ((jj -9.585) (nn -9.262) ) () ) +("textiles" ((nnp -11.403) (nns -10.255) ) () ) +("texts" ((nns -9.562) ) () ) +("texture" ((nn -11.747) ) () ) +("thacher" ((nnp -11.403) ) () ) +("thailand" ((nnp -9.457) ) () ) +("thal" ((nnp -10.304) ) () ) +("thalmann" ((nnp -10.304) ) () ) +("thames" ((nnp -10.304) ) () ) +("than" ((1 -4.727) (in -3.602) (rb -9.606) (rbr -7.419) ) () ) +("thanh" ((nnp -11.403) ) () ) +("thank" ((vb -9.043) ) () ) +("thanked" ((vbd -9.598) ) () ) +("thankfully" ((rb -10.299) ) () ) +("thanks" ((nns -8.241) ) () ) +("thanksgiving" ((nnp -11.403) ) () ) +("tharp" ((nnp -10.709) ) () ) +("that" ((dt -3.988) (in -2.491) (nn -11.747) (rb -7.255) (vbp -9.367) (wdt -0.758) ) () ) +("thatcher" ((nnp -7.033) ) () ) +("thatcherian" ((jj -10.971) ) () ) +("thatcherite" ((jj -10.971) ) () ) +("thaw" ((nn -11.747) ) () ) +("thayer" ((nnp -11.403) ) () ) +("the" ((cd -10.462) (dt -0.530) (jj -9.585) (nn -11.747) (nnp -7.618) (vb -10.141) (vbp -9.367) ) () ) +("the'breakup" ((nn -11.747) ) () ) +("theater" ((nn -8.379) (nnp -9.457) ) () ) +("theaters" ((nns -9.003) ) () ) +("theatre" ((nnp -9.323) ) () ) +("theatrical" ((jj -9.179) (nn -11.747) ) () ) +("theft" ((nn -10.137) ) () ) +("thefts" ((nns -9.850) ) () ) +("their" ((prp -2.748) (jj -2.0) ) () ) +("theirs" ((jj -10.971) (prp -8.511) ) () ) +("them" ((dt -10.581) (prp -3.711) ) () ) +("thematic" ((jj -10.971) ) () ) +("theme" ((nn -8.913) ) () ) +("theme-park" ((nn -11.747) ) () ) +("themed" ((vbn -9.855) ) () ) +("themes" ((nns -9.339) ) () ) +("themselves" ((prp -5.420) ) () ) +("then" ((in -10.957) (jj -10.971) (rb -4.257) ) () ) +("then-21" ((jj -10.971) ) () ) +("then-52" ((jj -10.971) ) () ) +("then-air" ((1 -4.727) ) () ) +("then-biggest" ((jj -10.971) ) () ) +("then-husband" ((nn -11.747) ) () ) +("then-market" ((jj -10.971) ) () ) +("then-minister" ((nn -11.747) ) () ) +("then-senior" ((jj -10.971) ) () ) +("then-treasury" ((jj -10.971) ) () ) +("then-vice" ((jj -10.971) (nnp -11.403) ) () ) +("theocracy" ((nn -11.747) ) () ) +("theodore" ((nnp -10.304) ) () ) +("theologian" ((nn -11.747) ) () ) +("theological" ((jj -10.971) ) () ) +("theology" ((nn -11.747) ) () ) +("theoretical" ((jj -9.872) ) () ) +("theoretically" ((rb -9.606) ) () ) +("theories" ((nns -8.869) ) () ) +("theorist" ((nn -10.648) ) () ) +("theorists" ((nns -10.255) ) () ) +("theory" ((nn -8.751) ) () ) +("theory-teaching" ((vbg -9.539) ) () ) +("theran" ((nnp -11.403) ) () ) +("therapeutic" ((jj -9.872) ) () ) +("therapies" ((nns -10.949) ) () ) +("therapists" ((nns -10.949) ) () ) +("therapy" ((nn -9.549) ) () ) +("there" ((rb -5.417) ) () ) +("thereafter" ((rb -7.527) ) () ) +("thereby" ((rb -7.814) ) () ) +("therefore" ((rb -7.255) ) () ) +("therein" ((rb -9.606) ) () ) +("thereof" ((rb -9.606) ) () ) +("therese" ((nnp -11.403) ) () ) +("thermal" ((jj -9.872) ) () ) +("thermo" ((nnp -10.709) ) () ) +("thermometer" ((nnp -11.403) ) () ) +("thermometers" ((nns -10.949) ) () ) +("thesaurus" ((nn -11.747) ) () ) +("these" ((dt -4.982) ) () ) +("thesis" ((nn -11.747) ) () ) +("thespian" ((jj -10.971) ) () ) +("thevenot" ((nnp -10.709) ) () ) +("they" ((prp -2.376) ) () ) +("thi" ((nnp -9.457) ) () ) +("thick" ((jj -9.362) ) () ) +("thick-walled" ((jj -10.971) ) () ) +("thicker" ((jjr -6.430) ) () ) +("thicket" ((nn -11.747) ) () ) +("thickness" ((nn -11.054) ) () ) +("thiebaud" ((nnp -11.403) ) () ) +("thief" ((nn -11.054) ) () ) +("thielsch" ((nnp -10.709) ) () ) +("thieme" ((nnp -10.016) ) () ) +("thiep" ((nnp -11.403) ) () ) +("thierry" ((nnp -11.403) ) () ) +("thieves" ((nns -9.562) ) () ) +("thigh" ((nn -11.747) ) () ) +("thin" ((jj -7.927) (nnp -11.403) ) () ) +("thin-lipped" ((jj -10.971) ) () ) +("thin-slab" ((jj -10.278) ) () ) +("thin-tired" ((jj -10.971) ) () ) +("thin-walled" ((jj -10.971) ) () ) +("thing" ((nn -6.926) ) () ) +("things" ((nns -5.813) ) () ) +("think" ((nn -11.747) (vb -5.450) (vbp -4.136) ) () ) +("thinker" ((nn -11.054) ) () ) +("thinking" ((nn -9.955) (vbg -6.831) ) () ) +("thinks" ((vbz -6.142) ) () ) +("thinly" ((rb -9.201) ) () ) +("thinned" ((vbn -9.162) ) () ) +("thinner" ((jjr -6.430) ) () ) +("thinning" ((vbg -9.539) ) () ) +("third" ((jj -5.209) (ls -3.807) (nn -9.667) (nnp -8.838) (rb -9.606) ) () ) +("third-biggest" ((jj -10.971) ) () ) +("third-highest" ((jjs -7.523) ) () ) +("third-largest" ((jj -9.362) ) () ) +("third-party" ((jj -9.585) ) () ) +("third-period" ((jj -9.362) ) () ) +("third-quarter" ((jj -5.615) (nn -7.443) ) () ) +("third-ranking" ((jj -10.971) ) () ) +("third-selling" ((jj -10.971) ) () ) +("thirdquarter" ((nn -11.747) ) () ) +("thirds" ((nns -9.850) ) () ) +("thirsty" ((jj -10.971) ) () ) +("thirties" ((nns -10.255) ) () ) +("thirty" ((cd -10.462) ) () ) +("thirty-five" ((cd -10.462) ) () ) +("thirtysomething" ((jj -10.971) (nn -11.747) (nnp -11.403) ) () ) +("this" ((dt -3.568) (nnp -11.403) (rb -10.299) ) () ) +("thomae" ((nnp -11.403) ) () ) +("thomas" ((nnp -7.325) ) () ) +("thompson" ((nnp -7.937) ) () ) +("thomson" ((nn -11.054) (nnp -8.184) ) () ) +("thomson-csf" ((nnp -9.323) ) () ) +("thornburgh" ((nnp -9.005) ) () ) +("thorne" ((nnp -11.403) ) () ) +("thornton" ((nnp -10.016) ) () ) +("thorough" ((jj -9.872) ) () ) +("thoroughbred" ((jj -10.971) ) () ) +("thoroughfare" ((nn -11.747) ) () ) +("thoroughly" ((rb -8.913) ) () ) +("thorp" ((nnp -10.304) ) () ) +("those" ((dt -4.964) ) () ) +("though" ((in -5.515) (nnp -8.694) (rb -6.310) ) () ) +("thought" ((nn -8.856) (nnp -11.403) (vbd -6.071) (vbn -6.720) ) () ) +("thought-out" ((jj -10.971) ) () ) +("thoughtful" ((jj -10.278) ) () ) +("thoughtless" ((jj -10.278) ) () ) +("thoughts" ((nns -9.562) ) () ) +("thousand" ((cd -8.159) (nnp -10.709) ) () ) +("thousand-person" ((jj -10.971) ) () ) +("thousands" ((nns -7.098) ) () ) +("thr" ((nnp -11.403) ) () ) +("thrall" ((nn -11.747) ) () ) +("thrash" ((vb -9.448) ) () ) +("thrashing" ((nn -11.747) ) () ) +("thread" ((nn -10.648) ) () ) +("threads" ((nns -10.949) ) () ) +("threat" ((nn -8.033) ) () ) +("threaten" ((vb -8.755) (vbp -8.268) ) () ) +("threatened" ((vbd -7.726) (vbn -7.147) ) () ) +("threatening" ((jj -9.872) (vbg -6.766) ) () ) +("threatens" ((vbz -8.317) ) () ) +("threats" ((nns -8.464) ) () ) +("three" ((cd -4.106) (nnp -9.005) ) () ) +("three-bedroom" ((jj -10.971) ) () ) +("three-day" ((jj -10.278) ) () ) +("three-day-old" ((jj -10.971) ) () ) +("three-digit" ((jj -10.971) ) () ) +("three-dimensional" ((jj -9.872) ) () ) +("three-foot" ((jj -10.971) ) () ) +("three-fourths" ((jj -9.872) ) () ) +("three-game" ((jj -10.971) ) () ) +("three-hour" ((jj -10.971) ) () ) +("three-hour-long" ((jj -10.971) ) () ) +("three-hour-show" ((nn -11.747) ) () ) +("three-judge" ((jj -10.278) ) () ) +("three-man" ((jj -10.971) ) () ) +("three-member" ((jj -10.278) ) () ) +("three-month" ((jj -7.475) ) () ) +("three-month-old" ((jj -10.971) ) () ) +("three-page" ((jj -10.278) ) () ) +("three-part" ((jj -10.971) ) () ) +("three-party" ((jj -10.278) ) () ) +("three-point" ((jj -10.971) ) () ) +("three-quarters" ((nns -9.562) ) () ) +("three-run" ((jj -10.971) ) () ) +("three-spoked" ((jj -10.971) ) () ) +("three-stage" ((jj -10.971) ) () ) +("three-step" ((nn -11.747) ) () ) +("three-story" ((jj -10.971) ) () ) +("three-to-five" ((jj -10.971) ) () ) +("three-to-five-page" ((jj -10.971) ) () ) +("three-ton" ((jj -10.971) ) () ) +("three-week" ((jj -10.971) ) () ) +("three-year" ((jj -7.880) ) () ) +("three-year-old" ((jj -10.278) ) () ) +("threefold" ((rb -10.299) ) () ) +("threemonth" ((jj -10.278) ) () ) +("threlkeld" ((nnp -9.793) ) () ) +("threshold" ((nn -11.747) ) () ) +("threw" ((vbd -7.806) ) () ) +("thrice" ((rb -10.299) ) () ) +("thrift" ((nn -7.141) (nnp -9.005) ) () ) +("thrift-accounting" ((nn -11.747) ) () ) +("thrift-bailout" ((nn -11.747) ) () ) +("thrift-industry" ((nn -11.054) ) () ) +("thrift-institution" ((nn -11.747) ) () ) +("thrift-overhaul" ((nn -11.747) ) () ) +("thrifts" ((nns -6.941) ) () ) +("thrill" ((nn -10.648) ) () ) +("thrilled" ((vbn -9.855) ) () ) +("thriller" ((nn -11.054) ) () ) +("thrills" ((vbz -9.926) ) () ) +("thrips" ((nn -11.747) ) () ) +("thrive" ((vb -9.448) (vbp -8.268) ) () ) +("thrived" ((vbd -10.291) ) () ) +("thrives" ((vbz -9.926) ) () ) +("thriving" ((jj -10.971) (vbg -7.930) ) () ) +("throat" ((nn -11.747) ) () ) +("throne" ((nn -11.747) ) () ) +("through" ((in -4.677) (jj -10.971) (rb -7.466) (rp -4.450) ) () ) +("throughout" ((in -7.151) ) () ) +("throw" ((vb -7.577) (vbp -8.674) ) () ) +("throwaway" ((jj -10.278) ) () ) +("throwers" ((nns -10.949) ) () ) +("throwing" ((vbg -6.974) ) () ) +("thrown" ((vbn -7.370) ) () ) +("throws" ((vbz -7.980) ) () ) +("thrust" ((nn -9.955) (vbd -10.291) (vbn -9.855) ) () ) +("thrusting" ((vbg -8.846) ) () ) +("thrusts" ((nns -10.949) ) () ) +("thug" ((nn -11.054) ) () ) +("thugs" ((nns -10.949) ) () ) +("thumb" ((nn -10.360) (vb -10.141) ) () ) +("thumbs" ((nns -10.255) ) () ) +("thumbs-down" ((nn -11.747) ) () ) +("thump-thump" ((nn -11.747) ) () ) +("thun" ((nnp -11.403) ) () ) +("thunder" ((nn -11.054) ) () ) +("thunderbird" ((nnp -10.709) ) () ) +("thundered" ((vbd -10.291) ) () ) +("thunderstorm" ((nn -11.747) ) () ) +("thurber" ((nnp -10.016) ) () ) +("thurgood" ((nnp -11.403) ) () ) +("thurmond" ((nnp -9.100) ) () ) +("thursday" ((nnp -6.914) ) () ) +("thursdays" ((nnps -7.729) ) () ) +("thus" ((rb -5.756) ) () ) +("thwart" ((vb -8.755) ) () ) +("thwarted" ((vbd -10.291) (vbn -8.469) ) () ) +("thwarting" ((vbg -9.539) ) () ) +("thyself" ((prp -10.121) ) () ) +("ti" ((nnp -10.709) ) () ) +("tiananmen" ((nnp -10.016) ) () ) +("tiant" ((nnp -10.709) ) () ) +("tibbs" ((nnp -11.403) ) () ) +("tibet" ((nnp -10.016) ) () ) +("tick" ((vb -9.448) ) () ) +("ticker" ((nn -11.747) ) () ) +("ticket" ((nn -8.751) ) () ) +("ticketed" ((vbn -9.855) ) () ) +("tickets" ((nns -8.464) ) () ) +("ticking" ((vbg -8.846) ) () ) +("ticklish" ((jj -10.971) ) () ) +("ticks" ((vbz -9.926) ) () ) +("ticor" ((nnp -10.709) ) () ) +("tidal" ((jj -10.971) ) () ) +("tidbit" ((nn -11.747) ) () ) +("tidbits" ((nns -10.255) ) () ) +("tide" ((nn -10.360) (nnp -10.709) ) () ) +("tides" ((nns -9.850) ) () ) +("tidewater" ((nnp -11.403) ) () ) +("tidily" ((rb -10.299) ) () ) +("tidy" ((jj -10.971) ) () ) +("tie" ((nn -11.054) (vb -8.755) ) () ) +("tie-breaking" ((jj -10.971) ) () ) +("tie-in" ((nn -11.747) ) () ) +("tie-ins" ((nn -11.747) (nns -10.949) ) () ) +("tie-up" ((nn -11.747) ) () ) +("tie-ups" ((nns -10.255) ) () ) +("tie-vole-ee" ((nn -11.747) ) () ) +("tied" ((vbd -8.094) (vbn -6.488) ) () ) +("tiempo" ((nnp -11.403) ) () ) +("tiepolo" ((nnp -11.403) ) () ) +("tierney" ((nnp -10.304) ) () ) +("ties" ((nnps -7.729) (nns -7.483) (vbz -9.233) ) () ) +("tiff" ((nn -11.747) ) () ) +("tiffany" ((nnp -10.304) ) () ) +("tiger" ((nn -11.747) (nnp -8.358) ) () ) +("tiger-turned-federal" ((jj -10.971) ) () ) +("tigers" ((nnp -11.403) (nns -10.255) ) () ) +("tigershark" ((nnp -11.403) ) () ) +("tight" ((jj -7.927) (rb -8.690) ) () ) +("tight-lipped" ((jj -10.971) ) () ) +("tighten" ((vb -8.532) (vbp -9.367) ) () ) +("tightened" ((vbd -8.681) (vbn -9.855) ) () ) +("tightener" ((nn -11.747) ) () ) +("tightening" ((vbg -7.747) ) () ) +("tighter" ((jjr -5.960) (rbr -7.419) ) () ) +("tightly" ((rb -8.508) ) () ) +("tightness" ((nn -11.747) ) () ) +("tigrs" ((nnp -11.403) ) () ) +("tile" ((nn -10.648) ) () ) +("tiles" ((nns -10.949) ) () ) +("till" ((in -9.571) ) () ) +("tiller" ((nn -11.747) ) () ) +("tillery" ((nnp -11.403) ) () ) +("tilly" ((nnp -10.709) ) () ) +("tilt" ((nn -11.054) (vb -9.043) ) () ) +("tilt-rotor" ((jj -10.971) ) () ) +("tilted" ((jj -10.971) (nnp -11.403) (vbn -9.855) ) () ) +("tilts" ((vbz -9.233) ) () ) +("tim" ((nnp -10.016) ) () ) +("timber" ((nn -10.137) (nnp -11.403) ) () ) +("timberland" ((nn -11.747) ) () ) +("timberlands" ((nns -10.255) ) () ) +("timbers" ((nnp -10.709) (nns -10.949) ) () ) +("time" ((nn -5.200) (nnp -7.244) (vb -9.043) ) () ) +("time-consuming" ((jj -10.971) ) () ) +("time-honored" ((jj -9.872) ) () ) +("time-hotels" ((nns -10.949) ) () ) +("time-poor" ((jj -10.971) ) () ) +("time-strapped" ((jj -10.971) ) () ) +("time-table" ((nn -11.747) ) () ) +("time-tested" ((jj -10.971) ) () ) +("time-warner" ((nnp -11.403) ) () ) +("timed" ((vbd -10.291) (vbn -9.162) ) () ) +("timely" ((jj -9.025) ) () ) +("timer" ((nn -11.747) ) () ) +("times" ((cc -8.646) (nnp -7.228) (nnps -5.649) (nns -5.795) ) () ) +("times-mirror" ((nnp -11.403) ) () ) +("times-stock" ((nnp -9.611) ) () ) +("timetable" ((nn -9.349) ) () ) +("timex" ((nnp -10.304) ) () ) +("timid" ((jj -9.362) ) () ) +("timidity" ((nn -10.137) ) () ) +("timing" ((nn -8.528) (vbg -9.539) ) () ) +("timken" ((nnp -10.016) ) () ) +("timorous" ((jj -10.971) ) () ) +("timothy" ((nnp -9.793) ) () ) +("timpani" ((nns -10.949) ) () ) +("tin" ((nn -11.054) ) () ) +("tina" ((nnp -10.016) ) () ) +("ting" ((nnp -10.709) ) () ) +("tinged" ((vbn -9.855) ) () ) +("tinges" ((nns -10.949) ) () ) +("tingley" ((nnp -11.403) ) () ) +("tinker" ((nnp -10.304) (vb -10.141) ) () ) +("tinkered" ((vbn -9.855) ) () ) +("tinkering" ((nn -11.747) ) () ) +("tins" ((nns -10.949) ) () ) +("tinseltown" ((nnp -11.403) ) () ) +("tiny" ((jj -7.927) ) () ) +("tip" ((nn -9.444) (nnp -10.709) ) () ) +("tip-off" ((nn -11.054) ) () ) +("tiphook" ((nnp -10.304) ) () ) +("tipped" ((vbd -9.598) ) () ) +("tippee" ((nn -11.054) ) () ) +("tipper" ((nn -11.054) ) () ) +("tippling" ((jj -10.971) ) () ) +("tips" ((nnp -11.403) (nns -9.339) ) () ) +("tiptoe" ((vb -9.448) ) () ) +("tiptoed" ((vbd -10.291) (vbn -9.855) ) () ) +("tire" ((nn -9.262) (nnp -9.611) ) () ) +("tire-kickers" ((nns -10.949) ) () ) +("tire-patching" ((jj -10.971) ) () ) +("tired" ((jj -9.362) (vbn -9.855) ) () ) +("tirelessly" ((rb -9.606) ) () ) +("tirello" ((nnp -11.403) ) () ) +("tires" ((nns -8.751) (vbz -9.926) ) () ) +("tiresome" ((jj -10.971) ) () ) +("tisch" ((nnp -9.205) ) () ) +("tissue" ((nn -9.182) ) () ) +("tissue-transplant" ((jj -10.971) ) () ) +("tissues" ((nns -9.850) ) () ) +("titanate" ((nn -11.747) ) () ) +("titanium" ((nn -10.360) (nnp -11.403) ) () ) +("titans" ((nns -10.255) ) () ) +("tithing" ((nn -11.747) ) () ) +("title" ((nn -8.250) (nnp -9.005) ) () ) +("title-insurance" ((jj -10.971) (nn -11.747) ) () ) +("titled" ((vbn -8.469) ) () ) +("titles" ((nns -8.751) ) () ) +("tito" ((nnp -11.403) ) () ) +("titus" ((nnp -11.403) ) () ) +("tivoli" ((nnp -10.709) ) () ) +("tnn" ((nnp -11.403) ) () ) +("tnt" ((nnp -9.793) ) () ) +("to" ((to -0.000) ) () ) +("toad" ((nn -11.054) ) () ) +("toast" ((nn -10.648) ) () ) +("toasted" ((vbd -10.291) ) () ) +("tobacco" ((nn -8.083) (nnp -10.709) ) () ) +("tobacco-industry" ((nn -11.747) ) () ) +("tobias" ((nnp -11.403) ) () ) +("tobruk" ((nnp -11.403) ) () ) +("toccata" ((nn -11.747) ) () ) +("tockman" ((nnp -11.403) ) () ) +("today" ((nn -5.994) (nnp -9.457) (rb -10.299) ) () ) +("todd" ((nnp -10.709) ) () ) +("toddler" ((nn -11.747) ) () ) +("todt" ((nnp -10.709) ) () ) +("toe" ((nn -11.054) ) () ) +("toehold" ((nn -11.054) ) () ) +("toensing" ((nnp -11.403) ) () ) +("toepfer" ((nnp -11.403) ) () ) +("toes" ((nns -10.255) ) () ) +("toga" ((nn -11.747) ) () ) +("together" ((rb -5.756) ) () ) +("toil" ((vb -10.141) (vbp -8.674) ) () ) +("toilet" ((nn -9.955) ) () ) +("toiletries" ((nns -10.949) ) () ) +("toiling" ((nn -11.747) (vbg -9.539) ) () ) +("tokai" ((nnp -11.403) ) () ) +("token" ((jj -10.278) ) () ) +("tokuyama" ((nnp -11.403) ) () ) +("tokyo" ((nnp -6.238) ) () ) +("tokyo-based" ((jj -9.179) ) () ) +("tokyu" ((nnp -8.918) ) () ) +("told" ((vbd -5.335) (vbn -6.218) ) () ) +("toledo" ((nnp -9.457) ) () ) +("tolentino" ((nnp -11.403) ) () ) +("tolerable" ((jj -10.971) ) () ) +("tolerance" ((nn -9.801) ) () ) +("tolerate" ((vb -8.350) ) () ) +("toll" ((nn -8.856) ) () ) +("toll-free" ((jj -9.872) ) () ) +("toll-tele-phone" ((jj -10.971) ) () ) +("tolls" ((nns -9.850) ) () ) +("tolstoy" ((nnp -11.403) ) () ) +("tom" ((nnp -8.001) ) () ) +("tomash" ((nnp -10.304) ) () ) +("tomatoes" ((nns -10.949) ) () ) +("tomb" ((nn -11.747) ) () ) +("tomilson" ((nnp -11.403) ) () ) +("tomkin" ((nnp -11.403) ) () ) +("tomlin" ((nnp -9.793) ) () ) +("tommy" ((nnp -10.304) ) () ) +("tomorrow" ((nn -7.776) (nnp -11.403) ) () ) +("tomoshige" ((nnp -11.403) ) () ) +("toms" ((nnp -10.709) ) () ) +("tomsho" ((nnp -10.304) ) () ) +("ton" ((nn -8.489) ) () ) +("tonal" ((jj -10.971) ) () ) +("tone" ((nn -8.702) ) () ) +("toned" ((vbn -9.855) ) () ) +("tones" ((nns -10.255) ) () ) +("toney" ((nnp -10.709) ) () ) +("tong'il" ((nnp -11.403) ) () ) +("tongue" ((nn -10.360) ) () ) +("tongue-in-cheek" ((jj -10.971) (rb -10.299) ) () ) +("tongue-lashing" ((nn -11.747) ) () ) +("tongues" ((nns -10.949) ) () ) +("toni" ((nnp -10.016) ) () ) +("tonic" ((nn -11.747) ) () ) +("tonight" ((nn -9.667) (rb -8.690) ) () ) +("tonka" ((nnp -11.403) ) () ) +("tonkin" ((nnp -9.793) ) () ) +("tonnage" ((nn -10.648) ) () ) +("tonnages" ((nns -10.949) ) () ) +("tons" ((nns -6.672) ) () ) +("tony" ((jj -9.585) (nnp -8.763) ) () ) +("too" ((nnp -10.304) (rb -4.602) ) () ) +("took" ((nnp -11.403) (vbd -4.973) ) () ) +("tool" ((nn -8.856) (nnp -11.403) ) () ) +("tool-and-die" ((jj -10.278) ) () ) +("tooling" ((nn -11.054) ) () ) +("tools" ((nns -7.730) ) () ) +("tootal" ((nnp -10.709) ) () ) +("tooted" ((vbd -10.291) ) () ) +("tooth" ((nn -11.747) ) () ) +("toothpaste" ((nn -10.137) ) () ) +("top" ((jj -6.051) (nn -7.835) (vb -8.196) (vbp -9.367) ) () ) +("top-10" ((jj -10.278) ) () ) +("top-flight" ((jj -10.278) ) () ) +("top-four" ((jj -10.971) ) () ) +("top-heavy" ((jj -10.971) ) () ) +("top-level" ((jj -10.278) ) () ) +("top-management" ((nn -11.747) ) () ) +("top-performing" ((jj -9.585) ) () ) +("top-quality" ((jj -10.971) ) () ) +("top-rated" ((jj -10.971) ) () ) +("top-secret" ((jj -10.971) ) () ) +("top-selling" ((jj -10.278) ) () ) +("top-tier" ((jj -9.872) ) () ) +("top-yielding" ((jj -10.278) ) () ) +("topeka" ((nnp -11.403) ) () ) +("topiary" ((jj -9.025) ) () ) +("topic" ((nn -9.108) ) () ) +("topicality" ((nn -11.747) ) () ) +("topics" ((nns -8.869) ) () ) +("topless" ((jj -10.971) ) () ) +("topped" ((vbd -7.988) (vbn -9.855) ) () ) +("topper" ((nnp -10.709) ) () ) +("topping" ((vbg -7.930) ) () ) +("topple" ((vb -9.043) ) () ) +("toppled" ((vbd -10.291) (vbn -9.855) ) () ) +("tops" ((nns -10.255) (vbz -9.926) ) () ) +("topsy-turvy" ((rb -10.299) ) () ) +("torch" ((nn -11.747) (nnp -11.403) ) () ) +("torch-lit" ((jj -10.971) ) () ) +("torched" ((vbn -9.855) ) () ) +("tore" ((vbd -9.192) ) () ) +("tories" ((nnps -7.729) (nns -10.949) ) () ) +("tormentors" ((nns -10.949) ) () ) +("torments" ((vbz -9.926) ) () ) +("torn" ((jj -10.971) (vbn -8.469) ) () ) +("tornado" ((nn -11.054) ) () ) +("toronto" ((nnp -7.490) ) () ) +("toronto-based" ((jj -8.138) (nnp -11.403) ) () ) +("toronto-dominion" ((nnp -10.709) ) () ) +("toros" ((nnp -11.403) ) () ) +("torpedo" ((vb -10.141) ) () ) +("torpedoed" ((vbn -9.162) ) () ) +("torrence" ((nnp -11.403) ) () ) +("torrent" ((nn -11.747) ) () ) +("torrid" ((jj -10.278) ) () ) +("torrijos" ((nnp -9.205) ) () ) +("torrington" ((nnp -10.304) ) () ) +("torstar" ((nnp -10.709) ) () ) +("tort" ((nn -11.747) (nnp -10.709) ) () ) +("torts" ((nnp -11.403) ) () ) +("tortuous" ((jj -10.971) ) () ) +("torture" ((vbp -9.367) ) () ) +("tory" ((nnp -11.403) ) () ) +("tosco" ((nnp -11.403) ) () ) +("toshiba" ((nnp -9.611) ) () ) +("toshiki" ((nnp -11.403) ) () ) +("tossed" ((vbd -9.192) (vbn -9.162) ) () ) +("tossers" ((nns -10.949) ) () ) +("tossing" ((vbg -9.539) ) () ) +("tot" ((nn -11.747) ) () ) +("total" ((jj -5.902) (nn -7.470) (nnp -10.016) (vb -7.308) (vbp -7.170) ) () ) +("totaled" ((vbd -6.302) (vbn -8.757) ) () ) +("totaling" ((vbg -6.281) ) () ) +("totally" ((rb -6.898) ) () ) +("totals" ((nns -9.157) (vbz -8.828) ) () ) +("tote" ((vb -10.141) ) () ) +("toted" ((vbn -9.855) ) () ) +("toting" ((vbg -9.539) ) () ) +("toto" ((nnp -10.304) ) () ) +("tottering" ((vbg -9.539) ) () ) +("toubro" ((nnp -9.611) ) () ) +("touch" ((nn -9.108) (vb -8.532) (vbp -9.367) ) () ) +("touch-starved" ((jj -10.971) ) () ) +("touchdown" ((nn -11.747) ) () ) +("touche" ((nnp -9.793) ) () ) +("touched" ((vbd -9.598) (vbn -8.469) ) () ) +("touches" ((nns -9.850) (vbz -9.926) ) () ) +("touching" ((jj -10.971) (nn -11.747) (vbg -8.846) ) () ) +("touchy" ((jj -9.585) ) () ) +("tough" ((jj -6.752) (vb -10.141) ) () ) +("toughen" ((vb -10.141) ) () ) +("tougher" ((jjr -5.267) (rbr -7.419) ) () ) +("toughest" ((jjs -6.424) ) () ) +("toughness" ((nn -11.747) ) () ) +("tour" ((nn -9.549) ) () ) +("touring" ((nn -11.747) (vbg -9.539) ) () ) +("tourism" ((nn -9.262) (nnp -10.709) ) () ) +("tourist" ((nn -9.039) (nnp -10.016) ) () ) +("tourists" ((nns -8.004) ) () ) +("tournament" ((nn -11.054) ) () ) +("tournaments" ((nns -10.949) ) () ) +("tours" ((nns -9.003) ) () ) +("toussie" ((nnp -10.304) ) () ) +("touted" ((vbd -8.681) (vbn -9.162) ) () ) +("touting" ((vbg -7.342) ) () ) +("touts" ((vbz -9.926) ) () ) +("tow" ((rb -10.299) ) () ) +("toward" ((in -6.204) ) () ) +("towards" ((in -9.859) ) () ) +("towel" ((nn -10.360) ) () ) +("towels" ((nns -10.949) ) () ) +("tower" ((nn -8.856) (nnp -9.005) (vb -10.141) ) () ) +("towering" ((jj -10.278) (vbg -9.539) ) () ) +("towers" ((nnp -10.304) (nns -9.850) ) () ) +("towing" ((nnp -11.403) ) () ) +("town" ((nn -7.875) (nnp -9.323) ) () ) +("town-house" ((nn -11.747) ) () ) +("town-watching" ((jj -10.971) ) () ) +("townes" ((nnp -11.403) ) () ) +("townhouse" ((nn -11.747) ) () ) +("towns" ((nnp -11.403) (nns -9.339) ) () ) +("township" ((nn -10.360) (nnp -10.016) ) () ) +("townships" ((nns -9.562) ) () ) +("tows" ((nns -10.949) ) () ) +("toxic" ((jj -9.179) (nn -11.747) ) () ) +("toxic-waste" ((nn -11.054) ) () ) +("toxicity" ((nn -11.747) ) () ) +("toxicology" ((nn -11.747) ) () ) +("toxics" ((nnp -11.403) ) () ) +("toxin" ((nn -9.262) ) () ) +("toy" ((jj -9.025) (nn -8.751) (nnp -9.793) ) () ) +("toy-store" ((nn -11.747) ) () ) +("toying" ((vbg -8.440) ) () ) +("toyota" ((nnp -8.184) ) () ) +("toys" ((nnp -11.403) (nnps -6.343) (nns -8.384) ) () ) +("tpa" ((nnp -9.611) ) () ) +("trabold" ((nnp -10.709) ) () ) +("trace" ((nnp -10.016) (vb -10.141) ) () ) +("traced" ((vbd -9.598) (vbn -9.855) ) () ) +("tracer" ((nnp -11.403) ) () ) +("tracers" ((nnp -10.709) ) () ) +("traces" ((nns -9.850) ) () ) +("tracinda" ((nnp -10.709) ) () ) +("tracing" ((vbg -8.846) ) () ) +("track" ((nn -8.569) (nnp -11.403) (vb -8.532) (vbp -7.981) ) () ) +("tracked" ((jj -10.971) (vbd -9.598) (vbn -7.553) ) () ) +("tracking" ((nn -10.360) (vbg -7.930) ) () ) +("tracks" ((nns -8.869) (vbz -7.441) ) () ) +("tract" ((nn -10.360) ) () ) +("tractor" ((nn -10.648) ) () ) +("tractors" ((nns -10.255) ) () ) +("tracts" ((nns -9.850) ) () ) +("tracy" ((nnp -11.403) ) () ) +("trade" ((nn -6.141) (nnp -7.213) (vb -6.357) (vbp -7.287) ) () ) +("trade-ad" ((nn -11.747) ) () ) +("trade-clearing" ((jj -10.971) ) () ) +("trade-distorting" ((jj -10.971) ) () ) +("trade-group" ((nn -11.747) ) () ) +("trade-in" ((nn -11.747) ) () ) +("trade-liberalizing" ((jj -10.971) ) () ) +("trade-offs" ((nn -11.747) (nns -10.255) ) () ) +("traded" ((1 -4.727) (jj -10.278) (nnp -11.403) (vbd -6.890) (vbn -5.579) ) () ) +("trademark" ((nn -10.648) ) () ) +("trademarks" ((nns -10.255) ) () ) +("tradeoffs" ((nns -10.949) ) () ) +("trader" ((nn -7.182) ) () ) +("traders" ((nns -4.972) ) () ) +("trades" ((nns -6.715) (vbz -7.441) ) () ) +("trading" ((1 -4.727) (jj -10.971) (nn -4.867) (nnp -8.630) (vbg -4.794) ) () ) +("trading-company" ((nn -11.747) ) () ) +("trading-oriented" ((jj -10.971) ) () ) +("trading-related" ((jj -10.971) ) () ) +("trading-room" ((nn -11.747) ) () ) +("tradition" ((nn -8.974) ) () ) +("tradition-bound" ((jj -10.971) ) () ) +("traditional" ((jj -6.964) (nnp -9.793) ) () ) +("traditionalist" ((nn -11.747) ) () ) +("traditionalists" ((nns -10.255) ) () ) +("traditionally" ((rb -7.041) ) () ) +("traditions" ((nns -9.850) ) () ) +("traduce" ((vb -10.141) ) () ) +("traduced" ((vbn -9.855) ) () ) +("traffic" ((nn -8.109) (nnp -10.304) ) () ) +("traffickers" ((nns -9.157) ) () ) +("trafficking" ((nn -10.137) ) () ) +("traficant" ((nnp -11.403) ) () ) +("tragedies" ((nns -10.949) ) () ) +("tragedy" ((nn -10.137) ) () ) +("tragic" ((jj -10.278) ) () ) +("tragically" ((rb -10.299) ) () ) +("trail" ((nn -9.667) (nnp -11.403) (vb -8.532) (vbp -8.674) ) () ) +("trail-blazing" ((jj -10.278) ) () ) +("trailed" ((vbd -8.681) (vbn -9.162) ) () ) +("trailer" ((nn -10.360) ) () ) +("trailers" ((nns -10.949) ) () ) +("trailing" ((vbg -8.846) ) () ) +("trails" ((nns -9.003) (vbz -9.233) ) () ) +("train" ((nn -9.349) (nnp -10.709) (vb -8.350) ) () ) +("trained" ((jj -10.278) (vbn -7.909) ) () ) +("trainer" ((nn -10.360) ) () ) +("trainers" ((nns -9.850) ) () ) +("training" ((nn -8.345) (vbg -8.440) ) () ) +("training-wage" ((jj -10.971) ) () ) +("trains" ((nns -8.751) ) () ) +("traipse" ((vb -10.141) ) () ) +("trait" ((nn -10.648) ) () ) +("traitor" ((nn -11.747) ) () ) +("traits" ((nns -10.949) ) () ) +("tramp" ((nn -11.747) (nnp -9.793) ) () ) +("tramping" ((vbg -9.539) ) () ) +("trampled" ((jj -10.971) ) () ) +("trampling" ((vbg -9.539) ) () ) +("tranquility" ((nn -11.747) ) () ) +("tranquilizer" ((nn -11.747) ) () ) +("tranquilizing" ((jj -10.971) ) () ) +("trans" ((nnp -8.918) ) () ) +("trans-atlantic" ((jj -9.872) ) () ) +("trans-mediterranean" ((nnp -11.403) ) () ) +("transact" ((vb -10.141) ) () ) +("transacted" ((vbn -9.855) ) () ) +("transacting" ((vbg -8.846) ) () ) +("transaction" ((nn -6.559) ) () ) +("transactions" ((nns -6.416) ) () ) +("transamerica" ((nnp -10.016) ) () ) +("transatlantic" ((nn -11.747) (nnp -9.793) ) () ) +("transbay" ((jj -10.971) ) () ) +("transcanada" ((nnp -8.918) ) () ) +("transcribe" ((vbp -9.367) ) () ) +("transcript" ((nn -11.747) ) () ) +("transcripts" ((nns -10.255) ) () ) +("transfer" ((nn -9.349) (vb -7.502) ) () ) +("transferable" ((jj -9.872) ) () ) +("transferred" ((vbd -8.681) (vbn -7.083) ) () ) +("transferring" ((vbg -8.153) ) () ) +("transfers" ((nns -8.176) (vbz -8.828) ) () ) +("transform" ((vb -7.744) ) () ) +("transformation" ((nn -10.648) ) () ) +("transformed" ((vbd -9.598) (vbn -9.162) ) () ) +("transformers" ((nnps -7.729) ) () ) +("transforming" ((vbg -8.846) ) () ) +("transforms" ((vbz -8.540) ) () ) +("transfusion" ((nn -10.648) ) () ) +("transgenic" ((nnp -10.304) ) () ) +("transient" ((jj -10.971) ) () ) +("transistors" ((nns -10.949) ) () ) +("transit" ((nn -10.360) (nnp -9.793) ) () ) +("transit-association" ((nn -11.747) ) () ) +("transition" ((nn -9.667) ) () ) +("transitional" ((jj -10.278) ) () ) +("transitory" ((jj -10.971) ) () ) +("translate" ((vb -9.043) (vbp -9.367) ) () ) +("translated" ((vbn -7.216) ) () ) +("translating" ((vbg -9.539) ) () ) +("translation" ((nn -10.137) ) () ) +("translations" ((nns -9.339) ) () ) +("translator" ((nn -10.648) ) () ) +("transmission" ((nn -10.360) (nnp -11.403) ) () ) +("transmission-product" ((nn -11.747) ) () ) +("transmissions" ((nns -9.850) ) () ) +("transmitted" ((jj -10.971) (vbd -9.598) (vbn -9.855) ) () ) +("transmitter" ((nn -11.747) ) () ) +("transmogrified" ((vbd -10.291) (vbn -9.855) ) () ) +("transnational" ((jj -10.971) ) () ) +("transol" ((nnp -11.403) ) () ) +("transparent" ((jj -10.971) ) () ) +("transparently" ((rb -10.299) ) () ) +("transplant" ((nn -9.955) ) () ) +("transplantation" ((nn -11.054) (nnp -11.403) ) () ) +("transplanted" ((jj -10.971) (vbn -9.855) ) () ) +("transplanting" ((vbg -8.846) ) () ) +("transplants" ((nns -8.464) ) () ) +("transport" ((nn -9.108) (nnp -10.304) (vb -8.196) ) () ) +("transportable" ((jj -10.971) ) () ) +("transportation" ((nn -7.416) (nnp -7.451) ) () ) +("transportation-cost" ((jj -10.971) ) () ) +("transported" ((vbd -10.291) (vbn -9.162) ) () ) +("transporter" ((nn -11.054) ) () ) +("transporting" ((nn -11.747) (vbg -8.846) ) () ) +("transports" ((nns -10.255) (vbz -9.233) ) () ) +("transvestites" ((nns -10.949) ) () ) +("trap" ((nn -10.137) ) () ) +("trapped" ((jj -10.971) (vbn -8.246) ) () ) +("trapping" ((vbg -9.539) ) () ) +("trappings" ((nns -9.850) ) () ) +("trappist" ((jj -10.971) ) () ) +("traps" ((nns -10.255) ) () ) +("trash" ((nn -9.262) (vb -10.141) ) () ) +("trash-bag" ((nn -11.747) ) () ) +("trashing" ((vbg -9.539) ) () ) +("traub" ((nnp -9.611) ) () ) +("trauma" ((nn -11.747) ) () ) +("traumas" ((nns -10.255) ) () ) +("traumatized" ((vbd -10.291) (vbn -9.855) ) () ) +("travails" ((nns -10.949) ) () ) +("travel" ((nn -8.313) (nnp -8.918) (vb -7.502) (vbp -7.757) ) () ) +("travel-related" ((jj -10.971) ) () ) +("traveled" ((vbd -8.211) (vbn -9.855) ) () ) +("traveler" ((nn -11.747) ) () ) +("travelers" ((nnp -9.793) (nnps -5.937) (nns -8.646) ) () ) +("traveling" ((vbg -7.930) ) () ) +("travels" ((nns -10.949) (vbz -9.233) ) () ) +("traverse" ((nnp -11.403) ) () ) +("traverso" ((nnp -11.403) ) () ) +("traviata" ((nnp -9.793) ) () ) +("travis" ((nnp -10.304) ) () ) +("traxler" ((nnp -10.304) ) () ) +("tray" ((nnp -11.403) ) () ) +("trays" ((nns -9.850) ) () ) +("trazadone" ((nn -11.747) ) () ) +("trc" ((nnp -11.403) ) () ) +("treacherous" ((jj -9.585) ) () ) +("tread" ((vb -10.141) ) () ) +("treadmills" ((nns -10.949) ) () ) +("treads" ((vbz -9.926) ) () ) +("treasure" ((nn -11.747) (nnp -10.709) ) () ) +("treasured" ((jj -10.971) ) () ) +("treasurer" ((nn -9.108) (nnp -11.403) ) () ) +("treasurers" ((nns -10.949) ) () ) +("treasures" ((nns -10.255) ) () ) +("treasuries" ((nns -10.949) ) () ) +("treasury" ((nn -8.191) (nnp -5.750) ) () ) +("treasury-bond" ((jj -10.971) ) () ) +("treasury-management" ((nn -11.747) ) () ) +("treasurys" ((nnps -5.532) (nns -9.157) ) () ) +("treat" ((vb -7.944) (vbp -8.674) ) () ) +("treated" ((vbd -10.291) (vbn -7.658) ) () ) +("treating" ((vbg -7.141) ) () ) +("treatment" ((nn -7.588) (nnp -9.793) ) () ) +("treatments" ((nns -9.339) ) () ) +("treats" ((nns -10.949) (vbz -8.317) ) () ) +("treaty" ((nn -8.379) (nnp -9.793) ) () ) +("treaty-negotiating" ((jj -10.971) ) () ) +("treble" ((nnp -11.403) ) () ) +("trebled" ((vbd -10.291) ) () ) +("trecker" ((nnp -9.611) ) () ) +("tree" ((nn -9.444) ) () ) +("trees" ((nnp -10.709) (nns -8.551) ) () ) +("trek" ((nnp -10.016) ) () ) +("trekked" ((vbd -10.291) ) () ) +("tremblor" ((nn -11.747) ) () ) +("tremdine" ((nnp -11.403) ) () ) +("tremendae" ((nnp -11.403) ) () ) +("tremendous" ((jj -8.081) ) () ) +("tremendously" ((rb -9.201) ) () ) +("tremor" ((nn -10.137) ) () ) +("tremors" ((nns -9.003) ) () ) +("tremulous" ((jj -10.971) ) () ) +("trench" ((nn -11.747) ) () ) +("trenches" ((nns -10.949) ) () ) +("trend" ((nn -7.776) (nnp -11.403) (vb -9.448) ) () ) +("trend-setters" ((nns -10.949) ) () ) +("trendiest" ((jjs -7.523) ) () ) +("trending" ((vbg -9.539) ) () ) +("trends" ((nns -7.691) ) () ) +("trendsetter" ((nn -11.747) ) () ) +("trendy" ((jj -9.585) ) () ) +("trent" ((nnp -11.403) ) () ) +("trepidation" ((nn -11.054) ) () ) +("trespass" ((nn -10.648) ) () ) +("trespassing" ((nn -10.648) ) () ) +("trettien" ((nnp -10.709) ) () ) +("trevor" ((nnp -11.403) ) () ) +("trexler" ((nnp -11.403) ) () ) +("treybig" ((nnp -10.016) ) () ) +("tri-colored" ((jj -10.971) ) () ) +("tri-jet" ((nn -11.747) ) () ) +("triad" ((nnp -10.304) ) () ) +("triage" ((nn -11.747) ) () ) +("trial" ((nn -7.258) (nnp -10.304) ) () ) +("trials" ((nns -8.646) ) () ) +("triangle" ((nnp -10.304) ) () ) +("triangles" ((nns -10.949) ) () ) +("tribe" ((nn -10.360) (nnp -9.457) ) () ) +("triborough" ((nnp -11.403) ) () ) +("tribunal" ((nn -11.054) (nnp -11.403) ) () ) +("tribune" ((nnp -9.205) ) () ) +("tribune-democrat" ((nnp -11.403) ) () ) +("tribute" ((nn -10.360) ) () ) +("tributes" ((nns -10.949) ) () ) +("trick" ((nn -11.054) (vb -10.141) ) () ) +("trickery" ((nn -11.747) ) () ) +("trickier" ((jjr -7.346) ) () ) +("trickle" ((nn -11.747) (vb -10.141) (vbp -9.367) ) () ) +("tricks" ((nns -10.949) ) () ) +("tricky" ((jj -9.025) ) () ) +("trident" ((nnp -10.304) ) () ) +("tried" ((jj -10.971) (vbd -6.553) (vbn -6.811) ) () ) +("tries" ((vbz -7.093) ) () ) +("trifle" ((rb -10.299) ) () ) +("trigger" ((nn -10.137) (vb -8.196) ) () ) +("triggered" ((jj -10.971) (vbd -7.295) (vbn -6.811) ) () ) +("triggering" ((vbg -7.747) ) () ) +("triggers" ((vbz -9.926) ) () ) +("triland" ((nnp -10.709) ) () ) +("trillion" ((cd -6.570) ) () ) +("trillion-plus" ((nn -11.747) ) () ) +("trillions" ((nns -10.949) ) () ) +("trills" ((nns -10.949) ) () ) +("trim" ((jj -10.278) (nnp -11.403) (vb -7.944) (vbp -9.367) ) () ) +("trimester" ((nn -11.747) ) () ) +("trimesters" ((nns -10.949) ) () ) +("trimmed" ((rbr -7.419) (vbd -8.681) (vbn -7.909) ) () ) +("trimmer" ((jjr -8.039) (nnp -11.403) ) () ) +("trimming" ((nn -11.747) (vbg -7.930) ) () ) +("trinen" ((nnp -11.403) ) () ) +("trinitron" ((nnp -11.403) ) () ) +("trinity" ((nn -11.054) (nnp -9.100) ) () ) +("trinova" ((nnp -9.005) ) () ) +("trio" ((nn -11.747) ) () ) +("trip" ((nn -8.379) ) () ) +("triple" ((jj -9.585) (rb -9.201) (vb -10.141) ) () ) +("triple-a" ((jj -8.199) (nnp -11.403) ) () ) +("triple-b-minus" ((nnp -11.403) ) () ) +("triple-b-plus" ((jj -10.971) ) () ) +("triple-c" ((nn -11.747) ) () ) +("tripled" ((vbd -8.905) (vbn -8.469) ) () ) +("triples" ((nns -10.949) ) () ) +("tripoli" ((nnp -11.403) ) () ) +("trips" ((nns -8.646) ) () ) +("trish" ((nnp -11.403) ) () ) +("triskaidekaphobia" ((nn -11.747) ) () ) +("tristars" ((nnps -7.729) ) () ) +("triton" ((nnp -10.016) ) () ) +("triumph" ((nn -10.648) ) () ) +("triumphed" ((vbd -10.291) ) () ) +("trivelpiece" ((nnp -10.709) ) () ) +("trivia" ((nns -10.949) ) () ) +("trivial" ((jj -9.872) ) () ) +("trizec" ((nnp -10.709) ) () ) +("tro" ((nn -9.549) ) () ) +("trockenbeerenauslesen" ((nnp -11.403) ) () ) +("trodden" ((jj -10.971) ) () ) +("trolley" ((nn -11.054) ) () ) +("troop" ((nn -10.137) ) () ) +("troops" ((nns -8.310) ) () ) +("trop" ((fw -5.416) ) () ) +("trophy" ((nn -11.054) ) () ) +("tropical" ((jj -9.585) (nnp -11.403) ) () ) +("tropical-fruit" ((nn -11.747) ) () ) +("tropicana" ((nnp -10.709) ) () ) +("tropics" ((nnps -6.630) ) () ) +("tros" ((nns -10.255) ) () ) +("trotted" ((vbd -10.291) (vbn -9.855) ) () ) +("trotter" ((nnp -10.016) ) () ) +("trotting" ((vbg -9.539) ) () ) +("trouble" ((jj -10.971) (nn -7.416) ) () ) +("troubled" ((jj -7.445) (nnp -11.403) (vbd -10.291) (vbn -7.022) ) () ) +("troublemakers" ((nns -10.949) ) () ) +("troubles" ((nns -7.452) (vbz -9.926) ) () ) +("troublesome" ((jj -9.025) ) () ) +("troubling" ((jj -8.892) (vbg -8.846) ) () ) +("trough" ((nn -9.801) ) () ) +("troughed" ((vbd -10.291) ) () ) +("troughs" ((nns -10.949) ) () ) +("troupe" ((nn -11.747) ) () ) +("troupes" ((nns -10.949) ) () ) +("trousers" ((nns -10.949) ) () ) +("trout" ((nnp -10.709) (nns -10.949) ) () ) +("troutman" ((nnp -11.403) ) () ) +("trowel" ((nn -11.747) ) () ) +("troy" ((nnp -10.304) ) () ) +("trs-80" ((nnp -11.403) ) () ) +("truant" ((jj -10.971) ) () ) +("truce" ((nn -10.648) ) () ) +("truck" ((nn -8.009) (nnp -9.793) (vbp -9.367) ) () ) +("truck-building" ((jj -10.971) ) () ) +("truck-fleet" ((jj -10.971) ) () ) +("truck-parts" ((nns -10.949) ) () ) +("truck-refrigeration" ((nn -11.747) ) () ) +("truck-rental" ((jj -10.971) ) () ) +("truckee" ((nnp -11.403) ) () ) +("trucker" ((nn -11.747) ) () ) +("truckers" ((nns -10.949) ) () ) +("trucking" ((nn -9.549) (nnp -11.403) ) () ) +("trucks" ((nnps -7.729) (nns -7.017) (vbz -9.926) ) () ) +("truculence" ((nn -11.747) ) () ) +("trud" ((nnp -11.403) ) () ) +("trudge" ((nn -11.747) ) () ) +("true" ((jj -6.752) (nnp -10.709) (uh -4.477) ) () ) +("truffaut" ((nnp -11.403) ) () ) +("truly" ((rb -7.660) ) () ) +("truman" ((nnp -11.403) ) () ) +("trump" ((nnp -7.618) ) () ) +("trumpet" ((nn -11.747) (vbp -9.367) ) () ) +("trumpeting" ((vbg -8.440) ) () ) +("trumpets" ((vbz -9.926) ) () ) +("trumps" ((nnp -11.403) (nnps -7.729) ) () ) +("trundles" ((vbz -9.926) ) () ) +("trunk" ((nn -11.054) ) () ) +("trunks" ((nns -10.949) ) () ) +("trusk" ((nnp -11.403) ) () ) +("trussed-up" ((jj -10.971) ) () ) +("trust" ((nn -7.316) (nnp -6.778) (vb -8.350) (vbp -8.674) ) () ) +("trustco" ((nnp -10.304) ) () ) +("trustcorp" ((nnp -10.709) ) () ) +("trusted" ((vbn -9.162) ) () ) +("trustee" ((nn -10.648) ) () ) +("trustees" ((nns -9.562) ) () ) +("trusting" ((vbg -9.539) ) () ) +("trusts" ((nns -8.751) (vbz -9.926) ) () ) +("truth" ((nn -9.108) ) () ) +("truth-in-lending" ((nn -11.747) ) () ) +("truthful" ((jj -10.278) ) () ) +("truthfully" ((rb -10.299) ) () ) +("truths" ((nns -10.949) ) () ) +("trw" ((nnp -9.457) ) () ) +("try" ((nn -11.747) (vb -5.664) (vbp -6.071) ) () ) +("trying" ((vbg -4.363) ) () ) +("tryon" ((nnp -11.403) ) () ) +("tryouts" ((nns -10.949) ) () ) +("tsuruo" ((nnp -11.403) ) () ) +("tube" ((nn -10.137) ) () ) +("tubes" ((nns -10.255) ) () ) +("tubular" ((jj -9.872) ) () ) +("tuck" ((vb -10.141) ) () ) +("tucked" ((vbd -10.291) (vbn -9.855) ) () ) +("tucker" ((nnp -9.611) ) () ) +("tucking" ((vbg -9.539) ) () ) +("tucson" ((nnp -9.611) ) () ) +("tudor" ((nnp -10.709) ) () ) +("tuesday" ((nnp -6.475) ) () ) +("tuesdays" ((nnps -7.729) ) () ) +("tufts" ((nnp -11.403) ) () ) +("tug" ((nn -11.054) ) () ) +("tug-of-war" ((nn -11.747) ) () ) +("tugged" ((vbd -10.291) ) () ) +("tugging" ((vbg -9.539) ) () ) +("tuition" ((nn -9.108) ) () ) +("tuitions" ((nns -9.850) ) () ) +("tulip" ((nn -11.747) ) () ) +("tully" ((nnp -11.403) ) () ) +("tulsa" ((nnp -10.709) ) () ) +("tumazos" ((nnp -11.403) ) () ) +("tumble" ((nn -9.667) (vb -8.196) ) () ) +("tumbled" ((vbd -6.602) (vbn -9.855) ) () ) +("tumbledown" ((jj -10.971) ) () ) +("tumbles" ((nns -10.949) (vbz -9.233) ) () ) +("tumbling" ((vbg -7.460) ) () ) +("tumor" ((nn -10.648) ) () ) +("tumors" ((nns -10.949) ) () ) +("tumult" ((nn -10.648) ) () ) +("tumultuous" ((jj -9.362) ) () ) +("tuna" ((nn -11.747) ) () ) +("tune" ((nn -9.801) (vb -10.141) (vbp -8.674) ) () ) +("tuned" ((vbn -8.469) ) () ) +("tunes" ((nns -9.850) ) () ) +("tunick" ((nnp -10.016) ) () ) +("tuning" ((vbg -9.539) ) () ) +("tunnel" ((nn -10.648) (nnp -11.403) ) () ) +("tupolev" ((nnp -11.403) ) () ) +("tupperware" ((nnp -11.403) ) () ) +("turandot" ((nnp -11.403) ) () ) +("turban" ((nn -11.054) ) () ) +("turbans" ((nns -10.949) ) () ) +("turben" ((nnp -11.403) ) () ) +("turbine" ((nn -11.054) ) () ) +("turbines" ((nns -10.949) ) () ) +("turbo-charged" ((jj -10.278) ) () ) +("turbogenerator" ((nn -11.054) ) () ) +("turboprop" ((nn -11.747) ) () ) +("turboprops" ((nns -10.949) ) () ) +("turbulence" ((nn -9.955) ) () ) +("turbulent" ((jj -10.278) ) () ) +("turf" ((jj -10.971) (nn -9.801) ) () ) +("turf-hungry" ((jj -10.971) ) () ) +("turgid" ((jj -10.971) ) () ) +("turk" ((nnp -11.403) ) () ) +("turkey" ((nn -11.747) (nnp -8.512) ) () ) +("turkish" ((jj -9.872) ) () ) +("turkmenia" ((nnp -11.403) ) () ) +("turks" ((nnps -6.343) ) () ) +("turmoil" ((nn -8.345) ) () ) +("turmoils" ((nns -10.949) ) () ) +("turn" ((nn -8.220) (rb -10.299) (vb -5.811) (vbp -6.969) ) () ) +("turn-of-the-century" ((jj -10.971) ) () ) +("turnabout" ((nn -11.054) ) () ) +("turnaround" ((nn -8.569) (nnp -10.709) ) () ) +("turnbull" ((nnp -11.403) ) () ) +("turned" ((vbd -6.101) (vbn -5.923) ) () ) +("turner" ((nnp -7.876) ) () ) +("turning" ((nn -11.054) (vbg -5.984) ) () ) +("turnover" ((nn -8.656) ) () ) +("turnpike" ((nnp -9.793) ) () ) +("turns" ((nns -9.562) (vbz -6.559) ) () ) +("turquoise" ((nn -11.747) ) () ) +("turtle" ((nn -11.054) ) () ) +("turtles" ((nnps -6.630) (nns -10.949) ) () ) +("tuscany" ((nnp -10.709) ) () ) +("tusks" ((nns -10.255) ) () ) +("tustin" ((nnp -11.403) ) () ) +("tutoring" ((vbg -9.539) ) () ) +("tuxedo" ((nn -11.747) ) () ) +("tuxedo-rental" ((jj -10.971) ) () ) +("tuxedos" ((nns -10.949) ) () ) +("tv" ((nn -7.172) (nnp -7.414) ) () ) +("tva" ((nnp -8.358) ) () ) +("tvs" ((nnp -8.763) (nns -9.157) ) () ) +("tvx" ((nnp -10.304) ) () ) +("tw" ((nnp -8.407) ) () ) +("twa" ((nnp -11.403) ) () ) +("twangy" ((jj -10.971) ) () ) +("twaron" ((nnp -10.709) ) () ) +("tweaking" ((nn -11.747) ) () ) +("tweed" ((nn -11.747) (nnp -11.403) ) () ) +("tweety-bird" ((jj -10.971) ) () ) +("tweezers" ((nns -10.949) ) () ) +("twelve" ((cd -9.075) (nnp -11.403) ) () ) +("twenties" ((nnp -11.403) (nns -10.949) ) () ) +("twentieth" ((nnp -11.403) ) () ) +("twenty" ((cd -8.852) ) () ) +("twenty-first" ((nnp -10.709) ) () ) +("twenty-five" ((cd -10.462) ) () ) +("twenty-four" ((cd -10.462) ) () ) +("twenty-one" ((cd -10.462) ) () ) +("twice" ((jj -10.278) (rb -6.716) ) () ) +("twice-a-year" ((jj -10.971) ) () ) +("twice-daily" ((jj -10.971) ) () ) +("twiddling" ((vbg -9.539) ) () ) +("twiggy" ((nnp -10.709) ) () ) +("twiggy-looking" ((jj -10.971) ) () ) +("twin" ((jj -10.971) ) () ) +("twin-deficit" ((nn -11.054) ) () ) +("twin-engine" ((jj -9.872) ) () ) +("twin-jet" ((nn -11.747) ) () ) +("twinsburg" ((nnp -11.403) ) () ) +("twist" ((nn -9.955) (vbp -9.367) ) () ) +("twisted" ((jj -10.971) (vbn -9.855) ) () ) +("twisting" ((nn -11.747) ) () ) +("twists" ((nns -9.562) (vbz -9.926) ) () ) +("twitch" ((vb -10.141) ) () ) +("two" ((cd -3.477) ) () ) +("two-a-day" ((jj -10.971) ) () ) +("two-and-a-half" ((jj -10.278) ) () ) +("two-day" ((jj -8.892) ) () ) +("two-dimensional" ((jj -10.971) ) () ) +("two-door" ((jj -10.971) ) () ) +("two-foot" ((jj -10.971) ) () ) +("two-for-one" ((jj -10.971) ) () ) +("two-hour" ((jj -9.585) ) () ) +("two-hundredths" ((nns -10.949) ) () ) +("two-income" ((nn -11.054) ) () ) +("two-mile" ((jj -10.971) ) () ) +("two-minute" ((jj -10.971) ) () ) +("two-month" ((jj -9.872) ) () ) +("two-note" ((jj -10.971) ) () ) +("two-part" ((jj -8.774) ) () ) +("two-party" ((jj -10.278) ) () ) +("two-pronged" ((jj -10.971) ) () ) +("two-room" ((jj -10.971) ) () ) +("two-run" ((jj -10.971) ) () ) +("two-seater" ((jj -10.971) ) () ) +("two-step" ((jj -9.179) ) () ) +("two-story" ((jj -10.971) ) () ) +("two-stroke" ((jj -9.872) ) () ) +("two-thirds" ((nns -7.515) ) () ) +("two-tier" ((jj -9.872) ) () ) +("two-tiered" ((jj -10.278) ) () ) +("two-time" ((jj -10.971) ) () ) +("two-time-losers" ((jj -10.971) ) () ) +("two-way" ((nnp -11.403) ) () ) +("two-week" ((jj -9.362) ) () ) +("two-year" ((jj -7.334) ) () ) +("two-year-old" ((jj -10.971) ) () ) +("twopoint" ((nn -11.747) ) () ) +("twothirds" ((nns -10.949) ) () ) +("txo" ((nnp -11.403) ) () ) +("tycoon" ((nn -11.054) ) () ) +("tycoons" ((nns -10.949) ) () ) +("tying" ((vbg -9.539) ) () ) +("tyke" ((nn -11.747) ) () ) +("tyler" ((nnp -9.611) ) () ) +("tymnet" ((nnp -11.403) ) () ) +("type" ((nn -8.083) ) () ) +("typed" ((vbn -9.855) ) () ) +("types" ((nns -7.285) ) () ) +("typhoons" ((nns -10.949) ) () ) +("typical" ((jj -7.258) ) () ) +("typically" ((rb -6.222) ) () ) +("typifies" ((vbz -9.926) ) () ) +("tyrannosaurus" ((nnp -11.403) ) () ) +("tyszkiewicz" ((nnp -10.016) ) () ) +("u" ((nnp -9.205) ) () ) +("u-turn" ((nn -11.747) ) () ) +("u." ((nnp -11.403) ) () ) +("u.b.u." ((nnp -11.403) ) () ) +("u.k" ((nnp -9.611) ) () ) +("u.k." ((nn -11.054) (nnp -7.168) ) () ) +("u.n." ((nnp -8.838) ) () ) +("u.n.-backed" ((jj -10.971) ) () ) +("u.n.-monitored" ((jj -10.971) ) () ) +("u.n.-sponsored" ((jj -10.971) ) () ) +("u.s" ((nnp -6.984) ) () ) +("u.s." ((jj -10.971) (nnp -4.051) (vbp -9.367) ) () ) +("u.s.-backed" ((jj -9.585) ) () ) +("u.s.-based" ((jj -9.585) ) () ) +("u.s.-built" ((jj -10.971) ) () ) +("u.s.-canada" ((nnp -10.709) ) () ) +("u.s.-canadian" ((jj -10.971) ) () ) +("u.s.-china" ((nnp -10.709) ) () ) +("u.s.-developed" ((jj -10.971) ) () ) +("u.s.-grown" ((jj -10.971) ) () ) +("u.s.-japan" ((jj -9.872) ) () ) +("u.s.-japanese" ((jj -10.971) ) () ) +("u.s.-made" ((jj -9.585) ) () ) +("u.s.-philippine" ((jj -10.971) ) () ) +("u.s.-soviet" ((jj -9.179) ) () ) +("u.s.-style" ((jj -10.971) ) () ) +("u.s.-supplied" ((jj -10.971) ) () ) +("u.s.-u.k." ((jj -10.971) ) () ) +("u.s.-u.s.s.r." ((nnp -11.403) ) () ) +("u.s.a" ((nn -11.747) (nnp -9.005) ) () ) +("u.s.a." ((nn -11.747) (nnp -9.205) ) () ) +("u.s.based" ((jj -10.971) ) () ) +("u.s.s.r" ((nnp -10.709) ) () ) +("u.s.s.r." ((nnp -9.100) ) () ) +("ual" ((nnp -5.786) ) () ) +("ual's" ((nnp -11.403) ) () ) +("uap" ((nnp -10.709) ) () ) +("uaw" ((nnp -9.205) ) () ) +("ubberroth" ((nnp -11.403) ) () ) +("ubiquity" ((nn -11.747) ) () ) +("ubs" ((nnp -10.016) ) () ) +("ubs-phillips" ((nnp -10.709) ) () ) +("ucla" ((nnp -11.403) ) () ) +("ucsf" ((nnp -11.403) ) () ) +("ugly" ((jj -9.362) ) () ) +("uh" ((nnp -11.403) (uh -3.784) ) () ) +("uh-60a" ((nnp -11.403) ) () ) +("uhlmann" ((nnp -11.403) ) () ) +("uhr" ((nnp -10.709) ) () ) +("uic" ((nnp -11.403) ) () ) +("uk" ((nnp -11.403) ) () ) +("ukraine" ((nnp -10.709) ) () ) +("ukrainian" ((jj -10.971) ) () ) +("ulric" ((nnp -11.403) ) () ) +("ultimate" ((jj -8.027) ) () ) +("ultimately" ((rb -6.636) ) () ) +("ultimatum" ((nn -11.054) ) () ) +("ultimatums" ((nns -10.949) ) () ) +("ultra-thin" ((jj -10.971) ) () ) +("ultramodern" ((jj -10.971) ) () ) +("ultrasonic" ((jj -10.971) ) () ) +("ultrasound" ((nn -10.648) ) () ) +("ultraviolet" ((nn -10.648) ) () ) +("umbrella" ((nn -11.054) ) () ) +("umbrellas" ((nns -10.949) ) () ) +("umkhonto" ((nnp -10.304) ) () ) +("umno" ((nnp -11.403) ) () ) +("umw" ((nnp -10.709) ) () ) +("un-swiss" ((jj -10.971) ) () ) +("un-westernizable" ((jj -10.971) ) () ) +("una" ((nnp -11.403) ) () ) +("unabated" ((jj -10.278) ) () ) +("unabatingly" ((rb -10.299) ) () ) +("unable" ((jj -7.505) ) () ) +("unacceptable" ((jj -9.179) ) () ) +("unaccompanied" ((jj -10.971) ) () ) +("unaccounted" ((jj -10.971) ) () ) +("unaccustomed" ((jj -10.971) ) () ) +("unadited" ((jj -10.278) ) () ) +("unadjusted" ((jj -10.278) ) () ) +("unaffected" ((jj -10.971) ) () ) +("unaffiliated" ((jj -10.278) ) () ) +("unaltered" ((jj -10.971) ) () ) +("unambiguous" ((jj -10.971) ) () ) +("unamended" ((jj -10.971) ) () ) +("unamused" ((jj -10.971) ) () ) +("unanimity" ((nn -11.747) ) () ) +("unanimous" ((jj -10.971) ) () ) +("unanimously" ((rb -8.353) ) () ) +("unanswerable" ((jj -10.971) ) () ) +("unanswered" ((jj -9.585) ) () ) +("unanticipated" ((jj -9.025) ) () ) +("unappealing" ((jj -10.971) ) () ) +("unattainable" ((jj -10.971) ) () ) +("unattractive" ((jj -9.872) ) () ) +("unauthorized" ((jj -9.025) ) () ) +("unavailability" ((nn -11.747) ) () ) +("unavailable" ((jj -8.892) ) () ) +("unavoidable" ((jj -10.971) ) () ) +("unaware" ((jj -9.872) ) () ) +("unawares" ((rb -10.299) ) () ) +("unbanning" ((nn -11.747) (vbg -9.539) ) () ) +("unbearably" ((rb -10.299) ) () ) +("unbeknownst" ((jj -10.971) ) () ) +("unbelievable" ((jj -9.872) ) () ) +("unbleached" ((jj -10.971) ) () ) +("unblinking" ((jj -10.971) ) () ) +("unblock" ((vb -10.141) ) () ) +("unborn" ((jj -9.585) (nn -11.747) ) () ) +("uncalled" ((jj -10.971) ) () ) +("uncannily" ((rb -10.299) ) () ) +("uncanny" ((jj -9.872) ) () ) +("uncensored" ((jj -10.971) ) () ) +("unceremoniously" ((rb -10.299) ) () ) +("uncertain" ((jj -7.836) (nnp -11.403) ) () ) +("uncertainties" ((nns -8.551) ) () ) +("uncertainty" ((nn -7.875) ) () ) +("unchallenged" ((jj -10.971) ) () ) +("unchanged" ((jj -6.667) ) () ) +("unchanging" ((jj -10.971) ) () ) +("uncharacteristically" ((rb -9.201) ) () ) +("uncharted" ((jj -9.585) ) () ) +("unchecked" ((jj -10.278) ) () ) +("unchlorinated" ((vbn -9.855) ) () ) +("unclaimed" ((jj -10.971) ) () ) +("unclassified" ((jj -10.278) ) () ) +("uncle" ((nn -10.360) (nnp -10.016) ) () ) +("unclear" ((jj -8.199) ) () ) +("uncles" ((nns -10.949) ) () ) +("uncollaborated" ((jj -10.971) ) () ) +("uncombed" ((jj -10.971) ) () ) +("uncomfortable" ((jj -9.179) ) () ) +("uncommon" ((jj -9.362) ) () ) +("uncomplicated" ((jj -10.278) ) () ) +("unconcerned" ((jj -10.971) ) () ) +("unconditional" ((jj -10.971) ) () ) +("unconditionally" ((rb -10.299) ) () ) +("unconfirmed" ((jj -10.971) ) () ) +("unconscious" ((jj -10.971) ) () ) +("unconsciously" ((rb -10.299) ) () ) +("unconsolidated" ((jj -8.892) (vbd -10.291) (vbn -9.162) ) () ) +("unconstitutional" ((jj -8.774) ) () ) +("unconstitutionally" ((rb -10.299) ) () ) +("uncontrolled" ((jj -10.971) ) () ) +("unconventional" ((jj -10.278) ) () ) +("unconvincing" ((jj -10.971) ) () ) +("uncorrected" ((jj -10.971) ) () ) +("uncover" ((vb -9.448) ) () ) +("uncovered" ((jj -10.971) (vbd -9.192) (vbn -8.063) ) () ) +("uncovering" ((vbg -9.539) ) () ) +("uncritical" ((jj -10.971) ) () ) +("uncritically" ((rb -9.606) ) () ) +("undamaged" ((jj -9.872) ) () ) +("undated" ((jj -10.971) ) () ) +("undaunted" ((jj -10.971) ) () ) +("undead" ((nn -11.747) ) () ) +("undecided" ((jj -10.971) ) () ) +("undefeated" ((jj -10.971) ) () ) +("undefined" ((jj -9.872) ) () ) +("undelivered" ((jj -10.971) ) () ) +("undemocratic" ((jj -10.971) ) () ) +("undeniable" ((jj -10.971) ) () ) +("undeniably" ((rb -9.606) ) () ) +("under" ((in -4.477) (jj -10.971) ) () ) +("under-inclusion" ((nn -11.747) ) () ) +("under-performing" ((jj -10.971) ) () ) +("under-reported" ((jj -10.971) ) () ) +("under-secretary" ((nn -11.747) ) () ) +("under-the-table" ((jj -10.971) ) () ) +("underachiever" ((nn -11.747) ) () ) +("underberg" ((nnp -11.403) ) () ) +("undercover" ((jj -10.971) ) () ) +("undercurrent" ((nn -10.648) ) () ) +("undercut" ((jj -9.872) (vb -10.141) (vbd -9.598) (vbp -9.367) ) () ) +("undercutting" ((vbg -9.539) ) () ) +("underdeveloped" ((jj -10.278) ) () ) +("underdog" ((nn -11.747) ) () ) +("underdressed" ((jj -10.971) ) () ) +("underemployed" ((jj -10.971) ) () ) +("underestimated" ((vbd -9.192) (vbn -7.909) ) () ) +("underfunded" ((vbn -9.855) ) () ) +("undergirded" ((vbd -10.291) ) () ) +("undergirding" ((nn -11.747) ) () ) +("undergo" ((vbp -9.367) ) () ) +("undergoing" ((vbg -7.930) ) () ) +("undergone" ((vbn -9.855) ) () ) +("undergraduate" ((jj -10.971) (nn -11.747) ) () ) +("underground" ((jj -9.585) (nn -11.747) ) () ) +("underline" ((vb -8.755) ) () ) +("underlined" ((vbd -10.291) ) () ) +("underlying" ((jj -8.199) (vbg -6.649) ) () ) +("undermine" ((vb -8.350) (vbp -8.268) ) () ) +("undermined" ((vbd -10.291) (vbn -8.469) ) () ) +("undermining" ((vbg -9.539) ) () ) +("underneath" ((in -9.859) ) () ) +("underpaid" ((jj -10.278) ) () ) +("underperform" ((vb -10.141) ) () ) +("underperformed" ((vbn -9.855) ) () ) +("underperformers" ((nns -10.949) ) () ) +("underperforming" ((vbg -9.539) ) () ) +("underperforms" ((vbz -9.926) ) () ) +("underpin" ((vb -8.755) ) () ) +("underpinned" ((vbn -8.757) ) () ) +("underpriced" ((vbn -9.855) ) () ) +("underprivileged" ((jj -10.278) ) () ) +("underreacting" ((vbg -9.539) ) () ) +("underscored" ((vbd -9.192) (vbn -9.855) ) () ) +("underscores" ((vbz -8.540) ) () ) +("underscoring" ((vbg -8.440) ) () ) +("underseas" ((nnp -11.403) ) () ) +("undersecretary" ((nn -10.648) (nnp -10.304) ) () ) +("underselling" ((vbg -9.539) ) () ) +("underserved" ((nnp -11.403) ) () ) +("underside" ((nn -11.747) ) () ) +("undersold" ((nn -11.747) ) () ) +("understaffs" ((vbz -9.926) ) () ) +("understand" ((vb -6.809) (vbp -6.882) ) () ) +("understandable" ((jj -9.585) ) () ) +("understandably" ((rb -9.201) ) () ) +("understanding" ((nn -9.801) (vbg -8.153) ) () ) +("understands" ((vbz -7.624) ) () ) +("understate" ((vbp -8.268) ) () ) +("understated" ((vbd -10.291) (vbn -8.469) ) () ) +("understatement" ((nn -11.054) ) () ) +("understating" ((vbg -9.539) ) () ) +("understood" ((vbd -8.345) (vbn -7.658) ) () ) +("undersubscription" ((nn -11.747) ) () ) +("undertake" ((vb -8.532) ) () ) +("undertaken" ((vbn -7.553) ) () ) +("undertaking" ((nn -10.648) (vbg -8.440) ) () ) +("undertakings" ((nns -9.850) ) () ) +("undertone" ((nn -11.054) ) () ) +("undertones" ((nns -10.949) ) () ) +("undertook" ((vbd -9.598) ) () ) +("undervalued" ((jj -10.971) (vbd -10.291) (vbn -8.063) ) () ) +("underwater" ((jj -10.278) ) () ) +("underwear" ((nn -9.955) ) () ) +("underwent" ((vbd -9.598) ) () ) +("underwhelmed" ((vbn -9.855) ) () ) +("underwiters" ((nns -10.949) ) () ) +("underwood" ((nnp -10.304) ) () ) +("underwoods" ((nnps -7.729) ) () ) +("underwrite" ((vb -8.532) (vbp -8.268) ) () ) +("underwriter" ((nn -8.611) ) () ) +("underwriters" ((nnp -11.403) (nns -7.017) (punc -11.643) ) () ) +("underwrites" ((vbz -9.233) ) () ) +("underwriting" ((nn -9.262) (vbg -8.846) ) () ) +("underwritings" ((nns -10.949) ) () ) +("underwritten" ((nn -11.747) (vbn -8.063) ) () ) +("underwrote" ((vbd -10.291) ) () ) +("undesirable" ((jj -10.278) ) () ) +("undetected" ((jj -10.971) ) () ) +("undetermined" ((jj -10.278) ) () ) +("undeterred" ((jj -9.872) ) () ) +("undeveloped" ((jj -9.872) ) () ) +("undid" ((vbd -10.291) ) () ) +("undiplomatic" ((jj -10.971) ) () ) +("undisciplined" ((jj -10.971) ) () ) +("undisclosed" ((jj -8.892) ) () ) +("undisputed" ((jj -10.278) ) () ) +("undistinguished" ((jj -10.971) ) () ) +("undisturbed" ((jj -10.971) ) () ) +("undiversifiable" ((jj -10.971) ) () ) +("undiversified" ((jj -10.278) ) () ) +("undo" ((vb -8.532) ) () ) +("undoing" ((nn -11.747) ) () ) +("undone" ((vbn -9.855) ) () ) +("undoubtedly" ((nnp -11.403) (rb -8.220) ) () ) +("undress" ((nn -11.747) ) () ) +("undue" ((jj -10.278) ) () ) +("undulate" ((vb -10.141) (vbp -9.367) ) () ) +("unduly" ((rb -9.201) ) () ) +("unearthed" ((vbd -10.291) ) () ) +("unease" ((nn -10.648) ) () ) +("uneasiness" ((nn -11.747) ) () ) +("uneasy" ((jj -9.025) ) () ) +("uneducated" ((jj -10.278) ) () ) +("unemployed" ((jj -10.278) (nnp -11.403) ) () ) +("unemployment" ((nn -8.191) ) () ) +("unencumbered" ((jj -10.278) ) () ) +("unending" ((jj -10.971) ) () ) +("unenthusiastic" ((jj -10.278) ) () ) +("unequaled" ((jj -10.971) ) () ) +("unequivocally" ((rb -10.299) ) () ) +("unesco" ((nnp -9.323) ) () ) +("unethical" ((jj -9.872) ) () ) +("unethically" ((rb -10.299) ) () ) +("uneventful" ((jj -10.971) ) () ) +("unexecuted" ((vbn -9.855) ) () ) +("unexpected" ((jj -8.486) ) () ) +("unexpectedly" ((rb -7.901) ) () ) +("unexpended" ((jj -10.971) ) () ) +("unexplained" ((jj -10.278) ) () ) +("unfair" ((jj -7.880) ) () ) +("unfairly" ((rb -8.220) ) () ) +("unfamiliar" ((jj -10.971) ) () ) +("unfavorable" ((jj -8.892) ) () ) +("unfavorably" ((rb -10.299) ) () ) +("unfazed" ((vbn -9.855) ) () ) +("unfettered" ((jj -10.278) ) () ) +("unfilled" ((jj -9.585) ) () ) +("unfinished" ((jj -9.872) ) () ) +("unfit" ((jj -9.872) ) () ) +("unfixed" ((jj -10.971) ) () ) +("unflaggingly" ((rb -10.299) ) () ) +("unflaky" ((jj -10.971) ) () ) +("unflattering" ((jj -10.971) ) () ) +("unfocused" ((jj -10.278) ) () ) +("unfocussed" ((vbn -9.855) ) () ) +("unfold" ((vb -10.141) ) () ) +("unfolded" ((vbd -9.192) ) () ) +("unfolding" ((vbg -8.440) ) () ) +("unfolds" ((vbz -9.926) ) () ) +("unforeseen" ((jj -10.971) ) () ) +("unforgiving" ((jj -10.971) ) () ) +("unfortunate" ((jj -8.669) ) () ) +("unfortunately" ((rb -7.208) ) () ) +("unfounded" ((jj -9.585) ) () ) +("unfriendly" ((jj -8.892) ) () ) +("unfulfilled" ((jj -10.971) ) () ) +("ungainly" ((jj -10.971) ) () ) +("ungentlemanly" ((jj -10.971) ) () ) +("unguided" ((jj -10.971) ) () ) +("unhappily" ((rb -10.299) ) () ) +("unhappiness" ((nn -11.054) ) () ) +("unhappy" ((jj -8.486) ) () ) +("unharmed" ((jj -10.278) ) () ) +("unhealed" ((jj -10.971) ) () ) +("unhealthy" ((jj -10.971) ) () ) +("unheard" ((jj -9.585) ) () ) +("unheard-of" ((jj -10.971) ) () ) +("unhinged" ((vbn -9.855) ) () ) +("unhurt" ((jj -10.971) ) () ) +("unhusked" ((vbn -9.855) ) () ) +("unice" ((nnp -9.793) ) () ) +("unico" ((nnp -11.403) ) () ) +("unicorp" ((nnp -9.793) ) () ) +("unicycle" ((nn -11.747) ) () ) +("unida" ((nnp -11.403) ) () ) +("unidentified" ((jj -8.892) ) () ) +("unification" ((nn -11.054) (nnp -9.793) ) () ) +("unificationism" ((nnp -11.403) ) () ) +("unificationist" ((jj -10.278) ) () ) +("unified" ((jj -9.362) (vbn -8.757) ) () ) +("unifirst" ((nnp -10.304) ) () ) +("uniform" ((jj -9.585) (nn -10.137) ) () ) +("uniformed" ((jj -10.971) ) () ) +("uniformity" ((nn -11.747) ) () ) +("uniformly" ((rb -10.299) ) () ) +("uniforms" ((nns -10.255) ) () ) +("unify" ((vb -9.448) ) () ) +("unifying" ((vbg -9.539) ) () ) +("unigesco" ((nnp -11.403) ) () ) +("unilateral" ((jj -9.585) ) () ) +("unilaterally" ((rb -10.299) ) () ) +("unilever" ((nnp -8.838) ) () ) +("unimaginable" ((jj -10.971) ) () ) +("unimaginative" ((jj -10.971) ) () ) +("unimin" ((nnp -11.403) ) () ) +("unimportant" ((jj -10.278) ) () ) +("unimproved" ((jj -10.971) ) () ) +("uninfected" ((jj -10.971) ) () ) +("uninformed" ((jj -10.971) ) () ) +("uninhabitable" ((jj -10.971) ) () ) +("uninhibited" ((jj -10.971) (nnp -11.403) ) () ) +("uninitiated" ((jj -10.971) ) () ) +("uninspired" ((jj -10.278) ) () ) +("uninsurable" ((jj -10.971) ) () ) +("uninsured" ((jj -9.362) ) () ) +("unintelligible" ((jj -10.971) ) () ) +("unintended" ((jj -10.971) ) () ) +("unintentionally" ((rb -10.299) ) () ) +("uninterrupted" ((jj -10.971) ) () ) +("uninvited" ((jj -10.278) ) () ) +("union" ((nn -6.918) (nnp -6.490) ) () ) +("union-bidder" ((nn -11.747) ) () ) +("union-management" ((jj -10.971) ) () ) +("union-owned" ((jj -10.971) ) () ) +("unionist" ((nn -11.747) ) () ) +("unionists" ((nns -10.949) ) () ) +("unionized" ((vbd -10.291) ) () ) +("unions" ((nns -7.953) ) () ) +("unique" ((jj -8.892) ) () ) +("uniramous" ((jj -10.971) ) () ) +("uniroyal" ((nnp -9.205) ) () ) +("unisys" ((nnp -8.184) ) () ) +("unit" ((nn -5.548) (nnp -10.304) ) () ) +("unit-price" ((nn -11.747) ) () ) +("unite" ((vb -9.448) ) () ) +("united" ((jj -10.971) (nnp -6.188) (vbn -8.246) ) () ) +("unites" ((vbz -9.233) ) () ) +("unitholders" ((nns -9.339) ) () ) +("unitil" ((nnp -10.016) ) () ) +("unitrode" ((nnp -10.304) ) () ) +("units" ((nnp -11.403) (nns -5.880) ) () ) +("unity" ((nn -9.955) ) () ) +("universal" ((jj -9.362) (nnp -8.407) ) () ) +("universal-morning" ((nnp -11.403) ) () ) +("universally" ((rb -9.201) ) () ) +("universe" ((nn -10.137) ) () ) +("universities" ((nns -8.384) ) () ) +("university" ((nn -8.136) (nnp -6.535) ) () ) +("univest" ((nnp -11.403) ) () ) +("univision" ((nnp -10.304) ) () ) +("unix" ((nnp -9.457) ) () ) +("unjust" ((jj -10.278) ) () ) +("unjustified" ((jj -9.585) ) () ) +("unjustly" ((rb -10.299) ) () ) +("unknown" ((jj -9.179) (nn -11.054) ) () ) +("unknowns" ((nns -9.850) ) () ) +("unlawful" ((jj -9.362) ) () ) +("unlawfully" ((rb -9.606) ) () ) +("unleash" ((vb -10.141) ) () ) +("unleashed" ((vbd -9.598) (vbn -9.855) ) () ) +("unleashes" ((vbz -9.926) ) () ) +("unleashing" ((vbg -9.539) ) () ) +("unless" ((in -6.627) ) () ) +("unlicensed" ((jj -10.971) ) () ) +("unlike" ((in -6.987) (jj -10.971) ) () ) +("unlikely" ((jj -7.233) (rb -9.606) ) () ) +("unlimited" ((jj -9.585) (nnp -10.709) ) () ) +("unlinked" ((jj -10.971) ) () ) +("unlisted" ((jj -10.971) ) () ) +("unlit" ((nn -11.747) ) () ) +("unload" ((vb -8.196) (vbp -9.367) ) () ) +("unloaded" ((jj -10.278) (vbn -9.162) ) () ) +("unloading" ((vbg -7.930) ) () ) +("unlock" ((vbp -9.367) ) () ) +("unlocked" ((vbd -10.291) ) () ) +("unlovable" ((jj -10.971) ) () ) +("unlovely" ((jj -10.971) ) () ) +("unlucky" ((jj -10.971) ) () ) +("unmanned" ((jj -10.278) ) () ) +("unmarked" ((jj -10.278) ) () ) +("unmasks" ((vbz -9.926) ) () ) +("unmaterialized" ((vbn -9.855) ) () ) +("unmelodic" ((jj -10.971) ) () ) +("unmet" ((jj -10.278) ) () ) +("unmistakable" ((jj -10.971) ) () ) +("unmoved" ((jj -10.971) ) () ) +("unnamed" ((jj -9.872) ) () ) +("unnecessarily" ((rb -9.201) ) () ) +("unnecessary" ((jj -8.573) ) () ) +("unneeded" ((jj -10.971) ) () ) +("unnerved" ((vbd -10.291) ) () ) +("unnerving" ((vbg -8.846) ) () ) +("unnoticed" ((jj -10.971) ) () ) +("unnumbered" ((jj -10.971) ) () ) +("uno-ven" ((nnp -11.403) ) () ) +("unobtrusive" ((jj -10.971) ) () ) +("unocal" ((nnp -8.918) ) () ) +("unoccupied" ((jj -10.971) ) () ) +("unofficial" ((jj -9.362) ) () ) +("unofficially" ((rb -9.201) ) () ) +("unopened" ((jj -10.971) ) () ) +("unorthodox" ((jj -10.971) ) () ) +("unpaid" ((jj -8.892) ) () ) +("unpeace" ((nn -11.747) ) () ) +("unperformed" ((jj -10.971) ) () ) +("unplanned" ((jj -9.872) ) () ) +("unpleasant" ((jj -9.872) ) () ) +("unplug" ((vb -10.141) ) () ) +("unpolarizing" ((vbg -9.539) ) () ) +("unpopular" ((jj -9.362) ) () ) +("unpopularity" ((nn -11.747) ) () ) +("unprecedented" ((jj -8.081) ) () ) +("unpredictable" ((jj -9.585) ) () ) +("unprepared" ((jj -10.278) ) () ) +("unproductive" ((jj -10.278) ) () ) +("unprofessional" ((jj -10.278) ) () ) +("unprofitable" ((jj -8.774) ) () ) +("unproven" ((jj -10.971) ) () ) +("unpublished" ((jj -9.179) ) () ) +("unpunished" ((jj -10.971) ) () ) +("unqualified" ((jj -10.971) ) () ) +("unquestionably" ((rb -10.299) ) () ) +("unr" ((nnp -11.403) ) () ) +("unravel" ((vb -9.043) ) () ) +("unraveled" ((jj -10.971) (vbd -10.291) (vbn -8.757) ) () ) +("unraveling" ((nn -10.360) ) () ) +("unread" ((jj -10.971) ) () ) +("unreadable" ((jj -10.971) ) () ) +("unrealistic" ((jj -9.362) ) () ) +("unrealistically" ((rb -10.299) ) () ) +("unrealized" ((jj -9.872) ) () ) +("unreasonable" ((jj -9.362) ) () ) +("unrecognizable" ((jj -10.971) ) () ) +("unrecognized" ((jj -10.278) ) () ) +("unrecoverable" ((jj -10.971) ) () ) +("unrefrigerated" ((jj -10.971) ) () ) +("unregistered" ((jj -10.278) ) () ) +("unregulated" ((jj -9.362) ) () ) +("unreinforced" ((jj -10.971) ) () ) +("unrelated" ((jj -8.332) ) () ) +("unremarkable" ((jj -10.971) ) () ) +("unremittingly" ((rb -10.299) ) () ) +("unreported" ((jj -10.278) ) () ) +("unresolved" ((jj -10.278) ) () ) +("unrest" ((nn -9.955) ) () ) +("unrestrained" ((jj -10.971) ) () ) +("unrestricted" ((jj -10.971) ) () ) +("unrivaled" ((jj -10.971) ) () ) +("unroll" ((vbp -9.367) ) () ) +("unrolls" ((vbz -9.926) ) () ) +("unruh" ((nnp -10.709) ) () ) +("unruly" ((jj -9.872) ) () ) +("unsafe" ((jj -9.362) ) () ) +("unscathed" ((jj -9.872) ) () ) +("unscheduled" ((jj -10.971) ) () ) +("unscrupulous" ((jj -9.872) ) () ) +("unseating" ((vbg -9.539) ) () ) +("unsecured" ((jj -7.570) ) () ) +("unseemly" ((jj -10.971) ) () ) +("unseen" ((jj -10.971) ) () ) +("unserious" ((jj -10.971) ) () ) +("unsettled" ((jj -9.585) (vbd -10.291) (vbn -8.757) ) () ) +("unsettlement" ((nn -11.747) ) () ) +("unsettling" ((jj -10.278) ) () ) +("unshackled" ((jj -10.971) ) () ) +("unsigned" ((jj -10.971) ) () ) +("unskilled" ((jj -10.971) ) () ) +("unsold" ((jj -10.278) ) () ) +("unsolicited" ((jj -9.025) ) () ) +("unsolved" ((nnp -11.403) ) () ) +("unsound" ((jj -10.278) ) () ) +("unspecified" ((jj -8.263) ) () ) +("unspent" ((jj -10.971) ) () ) +("unstable" ((jj -9.872) ) () ) +("unsteady" ((jj -10.278) ) () ) +("unstinting" ((jj -10.971) ) () ) +("unstoppable" ((jj -10.278) ) () ) +("unstylish" ((jj -10.278) ) () ) +("unsubordinated" ((jj -10.971) ) () ) +("unsubsidized" ((jj -10.278) ) () ) +("unsubstantiated" ((jj -10.971) ) () ) +("unsuccessful" ((jj -8.027) ) () ) +("unsuccessfully" ((rb -8.220) ) () ) +("unsupported" ((jj -9.585) ) () ) +("unsure" ((jj -9.872) ) () ) +("unsurprising" ((jj -10.971) ) () ) +("unsuspected" ((jj -10.971) ) () ) +("unsuspecting" ((jj -10.278) ) () ) +("unsustainable" ((jj -10.971) ) () ) +("unswagged" ((jj -10.971) ) () ) +("unswaggering" ((jj -10.971) ) () ) +("unsympathetic" ((jj -10.971) ) () ) +("untamed" ((jj -10.971) ) () ) +("untapped" ((jj -9.872) ) () ) +("untested" ((jj -10.971) ) () ) +("unthinkable" ((jj -10.971) ) () ) +("unthreatening" ((jj -10.971) ) () ) +("until" ((in -5.231) (nnp -11.403) ) () ) +("unto" ((in -10.957) (rp -7.341) ) () ) +("untold" ((jj -9.872) ) () ) +("untouchable" ((jj -10.971) ) () ) +("untradeable" ((jj -10.971) ) () ) +("untrained" ((jj -10.971) ) () ) +("untreated" ((jj -10.971) ) () ) +("untried" ((jj -10.971) ) () ) +("untrue" ((jj -9.872) ) () ) +("untrustworthy" ((jj -10.971) ) () ) +("unusable" ((jj -10.971) ) () ) +("unused" ((jj -9.025) ) () ) +("unusual" ((jj -7.001) ) () ) +("unusually" ((rb -7.660) ) () ) +("unvaryingly" ((rb -10.299) ) () ) +("unveil" ((vb -8.062) ) () ) +("unveiled" ((vbd -7.652) (vbn -8.757) ) () ) +("unveiling" ((nn -11.747) (vbg -8.846) ) () ) +("unveils" ((vbz -9.926) ) () ) +("unwanted" ((jj -9.025) ) () ) +("unwarranted" ((jj -9.179) ) () ) +("unwary" ((jj -10.971) ) () ) +("unwashed" ((jj -10.971) ) () ) +("unwavering" ((vbg -9.539) ) () ) +("unwed" ((jj -10.971) ) () ) +("unwelcome" ((jj -10.971) ) () ) +("unwholesome" ((jj -10.971) ) () ) +("unwieldy" ((jj -9.585) ) () ) +("unwilling" ((jj -8.669) ) () ) +("unwillingness" ((nn -10.360) ) () ) +("unwind" ((vb -9.043) ) () ) +("unwinding" ((vbg -9.539) ) () ) +("unwise" ((jj -10.278) ) () ) +("unwitting" ((jj -10.971) ) () ) +("unwittingly" ((rb -10.299) ) () ) +("unworkable" ((jj -10.971) ) () ) +("unworthy" ((jj -10.971) (nn -11.747) ) () ) +("unwritten" ((jj -10.278) ) () ) +("up" ((1 -4.727) (in -4.662) (jj -9.872) (nnp -11.403) (rb -4.026) (rp -1.062) ) () ) +("up-and-coming" ((jj -10.971) ) () ) +("up-front" ((jj -10.278) ) () ) +("up-or-down" ((jj -10.278) ) () ) +("up-scale" ((jj -10.971) ) () ) +("up-to-date" ((jj -10.971) ) () ) +("upbeat" ((jj -10.278) ) () ) +("upcoming" ((jj -10.971) ) () ) +("update" ((nn -11.747) (nnp -11.403) (vb -9.043) ) () ) +("updated" ((vbn -9.162) ) () ) +("updates" ((nns -10.255) ) () ) +("updating" ((vbg -8.153) ) () ) +("upgrade" ((jj -10.971) (vb -8.350) ) () ) +("upgraded" ((vbd -10.291) (vbn -8.757) ) () ) +("upgrades" ((nns -10.255) ) () ) +("upgrading" ((nn -11.747) (vbg -7.930) ) () ) +("upham" ((nnp -8.407) ) () ) +("upheaval" ((nn -9.549) ) () ) +("upheavals" ((nns -10.949) ) () ) +("upheld" ((vbd -8.681) (vbn -8.469) ) () ) +("uphill" ((jj -10.971) (rb -10.299) ) () ) +("uphoff" ((nnp -10.709) ) () ) +("uphold" ((vb -9.448) ) () ) +("upholds" ((vbz -9.926) ) () ) +("upholstery" ((nn -11.747) ) () ) +("upjohn" ((nnp -8.458) ) () ) +("upon" ((in -7.173) (rp -7.341) ) () ) +("upper" ((jj -8.332) (nnp -11.403) ) () ) +("upper-crust" ((jj -10.971) ) () ) +("upper-deck" ((jj -10.971) ) () ) +("upper-income" ((nn -11.747) ) () ) +("upper-level" ((jj -10.971) ) () ) +("upper-middle" ((jj -10.278) ) () ) +("upping" ((vbg -9.539) ) () ) +("uprising" ((nn -10.648) ) () ) +("uproar" ((nn -10.648) ) () ) +("uprooted" ((vbd -10.291) ) () ) +("ups" ((nnp -9.793) (nns -9.562) ) () ) +("upsala" ((nnp -11.403) ) () ) +("upscale" ((jj -8.406) (nn -10.360) ) () ) +("upset" ((jj -9.362) (nn -11.054) (vb -9.448) (vbn -7.776) ) () ) +("upsets" ((nns -10.255) ) () ) +("upsetting" ((vbg -9.539) ) () ) +("upshot" ((nn -10.648) ) () ) +("upside" ((jj -10.278) (nn -10.648) (rb -8.913) ) () ) +("upstairs" ((nn -10.360) (rb -10.299) ) () ) +("upstart" ((jj -10.971) (nn -11.054) ) () ) +("upstate" ((jj -10.278) ) () ) +("upstream" ((jj -10.971) ) () ) +("upsurge" ((nn -11.747) ) () ) +("upswing" ((nn -10.648) ) () ) +("uptempo" ((jj -10.971) ) () ) +("uptick" ((nn -9.801) (vb -10.141) ) () ) +("uptight" ((jj -10.971) ) () ) +("uptrend" ((nn -11.747) ) () ) +("upturn" ((nn -10.360) ) () ) +("upward" ((jj -8.669) (rb -7.409) ) () ) +("urals" ((nns -10.949) ) () ) +("uranium" ((nn -10.137) (nnp -10.016) ) () ) +("uranium-mining" ((nn -11.054) ) () ) +("uranium-recovery" ((jj -9.872) ) () ) +("urban" ((jj -8.027) (nnp -8.358) ) () ) +("urban-development" ((nn -11.747) ) () ) +("urea" ((nn -11.747) ) () ) +("urge" ((nn -10.360) (vb -8.755) (vbp -8.674) ) () ) +("urged" ((vbd -6.857) (vbn -7.909) ) () ) +("urgency" ((nn -9.955) ) () ) +("urgent" ((jj -10.971) ) () ) +("urgently" ((rb -10.299) ) () ) +("urges" ((vbz -8.317) ) () ) +("urging" ((nnp -11.403) (vbg -6.361) ) () ) +("urgings" ((nns -10.949) ) () ) +("urinary" ((jj -10.971) ) () ) +("urinary-tract" ((nn -11.747) ) () ) +("urine" ((nn -11.747) ) () ) +("urs" ((nnp -11.403) ) () ) +("uruguay" ((nnp -11.403) ) () ) +("us" ((nnp -9.323) (prp -4.906) ) () ) +("us$" ((punc -7.484) ) () ) +("us116.7" ((cd -10.462) ) () ) +("usa" ((nnp -8.569) ) () ) +("usability" ((nn -11.747) ) () ) +("usacafes" ((nnp -10.304) ) () ) +("usage" ((nn -9.801) ) () ) +("usair" ((nn -11.747) (nnp -7.471) ) () ) +("use" ((nn -6.723) (nnp -10.709) (vb -5.282) (vbp -5.729) ) () ) +("used" ((jj -9.179) (vbd -6.164) (vbn -4.338) ) () ) +("used-car" ((nn -11.747) ) () ) +("useful" ((jj -8.081) ) () ) +("usefulness" ((nn -11.747) ) () ) +("useless" ((jj -10.971) ) () ) +("user" ((nn -8.802) ) () ) +("users" ((nns -7.452) ) () ) +("usery" ((nnp -11.403) ) () ) +("uses" ((nns -8.464) (vbz -6.400) ) () ) +("usfl" ((nnp -9.611) ) () ) +("usg" ((nnp -10.709) ) () ) +("usha" ((nnp -10.709) ) () ) +("ushered" ((vbd -9.192) (vbn -9.855) ) () ) +("ushering" ((vbg -9.539) ) () ) +("ushuaia" ((nnp -11.403) ) () ) +("usi" ((nnp -9.793) ) () ) +("usia" ((nnp -8.918) ) () ) +("usines" ((nnp -11.403) ) () ) +("using" ((vbg -4.626) ) () ) +("usinor" ((nnp -10.709) ) () ) +("usinor-sacilor" ((nnp -11.403) ) () ) +("uso" ((nnp -11.403) ) () ) +("uspensky" ((nnp -11.403) ) () ) +("usual" ((jj -7.039) (rb -10.299) ) () ) +("usually" ((rb -5.745) ) () ) +("usurp" ((vb -9.448) ) () ) +("usurpation" ((nn -11.747) ) () ) +("ususal" ((jj -10.971) ) () ) +("usx" ((nnp -7.765) ) () ) +("utah" ((nnp -8.694) ) () ) +("utahans" ((nnps -7.729) ) () ) +("uterus" ((nn -11.747) ) () ) +("utilitarian" ((jj -10.971) ) () ) +("utilities" ((nnp -9.100) (nnps -5.783) (nns -7.187) ) () ) +("utility" ((nn -7.815) (nnp -9.793) ) () ) +("utilization" ((nn -9.108) ) () ) +("utmost" ((jj -10.971) (nn -11.747) ) () ) +("utmosts" ((nns -10.949) ) () ) +("utopian" ((jj -10.278) ) () ) +("utrecht" ((nnp -10.709) ) () ) +("utsumi" ((nnp -9.323) ) () ) +("utter" ((jj -10.971) (nnp -11.403) ) () ) +("utterances" ((nns -10.255) ) () ) +("uttered" ((vbd -10.291) ) () ) +("utterly" ((rb -8.913) ) () ) +("uyl" ((nnp -11.403) ) () ) +("uzbekistan" ((nnp -11.403) ) () ) +("uzi" ((nnp -11.403) ) () ) +("uzi-model" ((jj -10.971) ) () ) +("v" ((nnp -11.403) ) () ) +("v-22" ((nnp -11.403) ) () ) +("v-6" ((nn -11.747) (nnp -10.709) ) () ) +("v." ((cc -8.646) (in -10.264) (nnp -9.457) ) () ) +("v.h." ((nnp -11.403) ) () ) +("va" ((nnp -8.838) ) () ) +("va-backed" ((jj -10.971) ) () ) +("va." ((nnp -8.358) ) () ) +("va.-based" ((jj -10.278) ) () ) +("vacancies" ((nns -9.562) ) () ) +("vacancy" ((nn -9.349) ) () ) +("vacant" ((jj -8.406) ) () ) +("vacated" ((vbd -9.192) (vbn -8.246) ) () ) +("vacating" ((vbg -8.846) ) () ) +("vacation" ((nn -9.549) ) () ) +("vacationers" ((nns -9.850) ) () ) +("vacationing" ((vbg -8.846) ) () ) +("vacations" ((nnps -7.729) (nns -9.850) ) () ) +("vacaville" ((nnp -11.403) ) () ) +("vaccine" ((nn -8.802) ) () ) +("vaccine-related" ((jj -10.971) ) () ) +("vaccines" ((nns -10.949) ) () ) +("vacillate" ((vb -10.141) ) () ) +("vacillation" ((nn -11.747) ) () ) +("vacuum" ((nn -10.137) (vb -10.141) ) () ) +("vadar" ((nnp -11.403) ) () ) +("vadas" ((nnp -11.403) ) () ) +("vadim" ((nnp -11.403) ) () ) +("vaezi" ((nnp -11.403) ) () ) +("vagabond" ((nn -11.747) (nnp -10.709) ) () ) +("vagabonds" ((nnp -11.403) ) () ) +("vagaries" ((nns -10.255) ) () ) +("vaginal" ((jj -10.278) ) () ) +("vagrant" ((jj -10.971) ) () ) +("vague" ((jj -9.179) ) () ) +("vaguely" ((rb -9.606) ) () ) +("vaguest" ((jjs -7.523) ) () ) +("vahid" ((nnp -11.403) ) () ) +("vail" ((nnp -10.016) ) () ) +("vain" ((jj -9.872) ) () ) +("valais" ((nnp -11.403) ) () ) +("valdez" ((nnp -11.403) ) () ) +("valencia" ((nnp -11.403) ) () ) +("valente" ((nnp -11.403) ) () ) +("valenti" ((nnp -10.709) ) () ) +("valentin" ((nnp -11.403) ) () ) +("valentine" ((nn -11.054) (nnp -10.304) ) () ) +("valentino" ((nnp -10.709) ) () ) +("valerie" ((nnp -11.403) ) () ) +("valero" ((nnp -11.403) ) () ) +("valery" ((nnp -11.403) ) () ) +("valhi" ((nnp -9.457) ) () ) +("valid" ((jj -9.025) ) () ) +("validating" ((vbg -9.539) ) () ) +("validity" ((nn -10.648) ) () ) +("valladolid" ((nnp -11.403) ) () ) +("valley" ((nnp -7.244) ) () ) +("valor" ((nn -11.747) ) () ) +("valrico" ((nnp -11.403) ) () ) +("valspar" ((nnp -9.323) ) () ) +("valu" ((nnp -11.403) ) () ) +("valuable" ((jj -8.138) (nnp -11.403) ) () ) +("valuation" ((nn -9.444) ) () ) +("valuations" ((nns -10.255) ) () ) +("value" ((nn -6.080) (nnp -8.763) (vb -10.141) (vbp -8.674) ) () ) +("value-added" ((jj -9.872) ) () ) +("value-assessment" ((nn -11.747) ) () ) +("value-boosting" ((jj -10.971) ) () ) +("value-oriented" ((jj -10.971) ) () ) +("valued" ((vbd -8.499) (vbn -5.696) ) () ) +("values" ((nns -7.311) (vbz -7.361) ) () ) +("valuing" ((vbg -9.539) ) () ) +("valves" ((nns -10.949) ) () ) +("van" ((nn -9.955) (nnp -7.847) ) () ) +("vance" ((nnp -11.403) ) () ) +("vancouver" ((nnp -9.793) ) () ) +("vancouver-based" ((jj -10.971) ) () ) +("vandalism" ((nn -11.747) ) () ) +("vandenberg" ((nnp -10.016) ) () ) +("vanderbilt" ((nnp -9.793) ) () ) +("vane" ((nn -11.747) ) () ) +("vanguard" ((nnp -9.005) ) () ) +("vanguardia" ((nnp -11.403) ) () ) +("vanilla" ((nn -11.054) ) () ) +("vanish" ((vbp -9.367) ) () ) +("vanished" ((vbd -10.291) (vbn -9.855) ) () ) +("vanities" ((nnp -11.403) (nns -10.255) ) () ) +("vanity" ((nn -11.747) (nnp -10.304) ) () ) +("vans" ((nns -8.464) ) () ) +("vantage" ((nn -11.747) (nnp -11.403) ) () ) +("vapors" ((nns -10.949) ) () ) +("vappenfabrikk" ((nnp -11.403) ) () ) +("varese" ((nnp -11.403) ) () ) +("vargas" ((nnp -9.005) ) () ) +("variable" ((jj -10.971) ) () ) +("variable-rate" ((jj -10.278) ) () ) +("variables" ((nns -9.562) ) () ) +("varian" ((nnp -10.304) ) () ) +("variation" ((nn -10.648) ) () ) +("variations" ((nns -9.339) ) () ) +("varied" ((vbd -9.598) (vbn -9.162) ) () ) +("varies" ((vbz -9.233) ) () ) +("variety" ((nn -8.379) (nnp -11.403) ) () ) +("various" ((jj -6.494) ) () ) +("variously" ((rb -10.299) ) () ) +("varity" ((nnp -10.709) ) () ) +("varnell" ((nnp -11.403) ) () ) +("varnish" ((nn -11.747) ) () ) +("varo" ((nnp -11.403) ) () ) +("varvara" ((nnp -11.403) ) () ) +("vary" ((vb -8.350) (vbp -6.422) ) () ) +("varying" ((vbg -8.846) ) () ) +("vases" ((nns -10.949) ) () ) +("vasilenko" ((nnp -11.403) ) () ) +("vasotec" ((nnp -11.403) ) () ) +("vass" ((nnp -11.403) ) () ) +("vassals" ((nns -10.949) ) () ) +("vassiliades" ((nnp -11.403) ) () ) +("vast" ((jj -7.927) ) () ) +("vastly" ((rb -8.913) ) () ) +("vatican" ((jj -10.971) (nnp -9.205) ) () ) +("vaudeville" ((nn -11.054) ) () ) +("vaughan" ((nnp -10.709) ) () ) +("vault" ((nn -10.360) (nnp -11.403) ) () ) +("vaults" ((nns -9.850) ) () ) +("vauxhall" ((nnp -11.403) ) () ) +("vauxhill" ((nnp -11.403) ) () ) +("vax" ((nnp -9.611) ) () ) +("vax9000" ((nn -11.747) ) () ) +("vaxsyn" ((nnp -11.403) ) () ) +("vcr" ((nnp -11.403) ) () ) +("vcrs" ((nns -10.949) ) () ) +("veatch" ((nnp -11.403) ) () ) +("vector" ((nn -11.054) (nnp -11.403) ) () ) +("vedrine" ((nnp -11.403) ) () ) +("veer" ((vb -9.448) ) () ) +("vega" ((nnp -10.709) ) () ) +("vegans" ((nnps -7.729) ) () ) +("vegas" ((nnp -7.969) ) () ) +("vegetable" ((nn -11.747) ) () ) +("vegetables" ((nns -9.339) ) () ) +("vegetative" ((jj -10.278) ) () ) +("vehemence" ((nn -11.747) ) () ) +("vehement" ((jj -10.971) ) () ) +("vehemently" ((rb -8.913) ) () ) +("vehicle" ((nn -7.875) (nnp -11.403) ) () ) +("vehicle-making" ((jj -10.971) ) () ) +("vehicle-suspension" ((nn -11.747) ) () ) +("vehicles" ((nnps -7.729) (nns -6.888) ) () ) +("veiled" ((vbn -9.855) ) () ) +("vein" ((nn -11.747) ) () ) +("velasco" ((nnp -11.403) ) () ) +("vellante" ((nnp -11.403) ) () ) +("velocity" ((nn -11.054) ) () ) +("velvet" ((nn -10.648) ) () ) +("vendetta" ((nn -11.054) ) () ) +("vendor" ((nn -9.801) ) () ) +("vendors" ((nns -9.157) ) () ) +("venerable" ((jj -9.872) ) () ) +("venetoen" ((nnp -11.403) ) () ) +("venezuela" ((nnp -9.457) ) () ) +("venezuelan" ((jj -10.971) ) () ) +("vengeance" ((nn -11.054) ) () ) +("venice" ((nnp -9.323) ) () ) +("vent" ((vb -10.141) ) () ) +("vented" ((vbd -10.291) ) () ) +("ventilated" ((vbd -9.598) (vbn -9.855) ) () ) +("ventilation" ((nn -11.054) ) () ) +("ventspils" ((nnp -11.403) ) () ) +("ventura" ((nnp -10.709) ) () ) +("venture" ((nn -7.093) (nnp -9.205) (vb -10.141) ) () ) +("venture-capital" ((jj -10.971) (nn -10.360) ) () ) +("ventures" ((nnp -11.403) (nnps -6.343) (nns -7.260) ) () ) +("venturing" ((vbg -9.539) ) () ) +("venues" ((nns -10.949) ) () ) +("venus" ((nnp -11.403) ) () ) +("veracity" ((nn -11.054) ) () ) +("veraldi" ((nnp -9.793) ) () ) +("verbal" ((jj -9.179) ) () ) +("verbally" ((rb -10.299) ) () ) +("verbatim" ((jj -9.872) (rb -10.299) ) () ) +("verde" ((nnp -11.403) ) () ) +("verdi" ((nnp -10.016) ) () ) +("verdict" ((nn -9.549) ) () ) +("verdicts" ((nns -9.850) ) () ) +("verfahrenstechnik" ((nnp -11.403) ) () ) +("verge" ((nn -10.360) ) () ) +("verifiable" ((jj -10.278) ) () ) +("verification" ((nn -10.648) ) () ) +("verify" ((vb -9.448) ) () ) +("verit" ((nnp -10.016) ) () ) +("veritable" ((jj -10.278) ) () ) +("veritrac" ((nnp -10.709) ) () ) +("vermont" ((nnp -8.838) ) () ) +("vermont-slauson" ((nnp -9.323) ) () ) +("vernacular" ((nn -11.747) ) () ) +("verne" ((nnp -11.403) ) () ) +("vernitron" ((nnp -11.403) ) () ) +("vernon" ((nnp -10.304) ) () ) +("verret" ((nnp -11.403) ) () ) +("versa" ((fw -5.416) (rb -10.299) ) () ) +("verse" ((nn -11.054) ) () ) +("versicherung" ((nnp -11.403) ) () ) +("versicherungs" ((nnp -11.403) ) () ) +("version" ((nn -7.443) (nnp -10.016) ) () ) +("versions" ((nns -7.953) ) () ) +("versus" ((cc -9.340) (in -10.264) ) () ) +("vertical" ((jj -10.278) ) () ) +("vertically" ((rb -9.606) ) () ) +("verve" ((nn -11.747) ) () ) +("very" ((jj -7.793) (rb -4.410) ) () ) +("very-highly" ((jj -10.971) ) () ) +("veselich" ((nnp -11.403) ) () ) +("veslefrikk" ((nnp -10.016) ) () ) +("vesoft" ((nnp -10.709) ) () ) +("vessel" ((nn -10.360) ) () ) +("vessels" ((nns -8.869) ) () ) +("vested" ((jj -9.872) (vbn -8.469) ) () ) +("vests" ((nns -10.949) ) () ) +("vet" ((nn -11.747) ) () ) +("veteran" ((jj -9.025) (nn -8.974) ) () ) +("veterans" ((nnp -10.304) (nns -8.869) ) () ) +("veterinarians" ((nns -10.949) ) () ) +("veterinary" ((jj -10.278) ) () ) +("veto" ((nn -7.542) (vb -7.369) ) () ) +("veto-proof" ((jj -10.971) ) () ) +("vetoed" ((vbd -9.192) (vbn -9.162) ) () ) +("vetoes" ((nns -10.255) ) () ) +("vetoing" ((vbg -9.539) ) () ) +("vevey" ((nnp -10.709) ) () ) +("vexed" ((jj -10.971) (vbn -9.855) ) () ) +("vexing" ((jj -10.971) ) () ) +("vga" ((nnp -11.403) ) () ) +("vi" ((nnp -11.403) ) () ) +("via" ((in -5.995) (nnp -11.403) ) () ) +("viability" ((nn -10.137) ) () ) +("viable" ((jj -8.892) ) () ) +("viacom" ((nnp -8.407) ) () ) +("viaducts" ((nns -10.949) ) () ) +("vial" ((nn -11.747) ) () ) +("viatech" ((nnp -10.709) ) () ) +("vibrant" ((jj -10.971) ) () ) +("vibrating" ((vbg -9.539) ) () ) +("vibration-control" ((jj -10.971) ) () ) +("vic" ((nnp -11.403) ) () ) +("vicar" ((nn -10.137) (nnp -10.709) ) () ) +("vicars" ((nns -10.255) ) () ) +("vice" ((fw -5.416) (nn -5.918) (nnp -8.569) (rb -9.201) ) () ) +("vichy" ((nnp -10.709) ) () ) +("vicious" ((jj -9.179) ) () ) +("viciously" ((rb -10.299) ) () ) +("vicissitudes" ((nns -10.949) ) () ) +("vicitims" ((nns -10.949) ) () ) +("vickers" ((nnp -9.611) ) () ) +("vicky" ((nnp -11.403) ) () ) +("victim" ((nn -8.913) ) () ) +("victimized" ((vbn -9.162) ) () ) +("victims" ((nns -7.098) ) () ) +("victoire" ((nnp -10.709) ) () ) +("victor" ((nn -10.648) (nnp -8.838) ) () ) +("victor-brand" ((jj -10.971) ) () ) +("victoria" ((nnp -10.709) ) () ) +("victorian" ((jj -9.362) ) () ) +("victories" ((nns -8.869) ) () ) +("victorious" ((jj -10.971) ) () ) +("victory" ((nn -8.345) ) () ) +("video" ((jj -8.774) (nn -8.751) (nnp -9.205) ) () ) +("videocassette" ((nn -9.955) ) () ) +("videocassettes" ((nns -10.255) ) () ) +("videoconferencing" ((nn -11.747) ) () ) +("videodisk" ((nn -11.747) ) () ) +("videodisks" ((nns -10.949) ) () ) +("videos" ((nns -9.850) ) () ) +("videotape" ((nn -11.054) (vb -10.141) ) () ) +("videotapes" ((nns -10.949) ) () ) +("vidunas" ((nnp -10.709) ) () ) +("vie" ((nnp -11.403) ) () ) +("vienna" ((nnp -9.323) ) () ) +("viet" ((nnp -11.403) ) () ) +("vietnam" ((nnp -8.458) ) () ) +("vietnamese" ((jj -9.585) (nnp -11.403) (nns -10.255) ) () ) +("vietnamese-backed" ((jj -10.971) ) () ) +("view" ((nn -7.292) (nnp -9.005) (vb -7.944) (vbp -6.882) ) () ) +("viewed" ((vbd -8.345) (vbn -6.523) ) () ) +("viewer" ((nn -11.054) ) () ) +("viewers" ((nns -7.858) ) () ) +("viewership" ((nn -11.054) ) () ) +("viewing" ((nn -11.054) (vbg -8.846) ) () ) +("viewings" ((nns -10.949) ) () ) +("viewpoint" ((nn -9.955) ) () ) +("viewpoints" ((nns -10.255) ) () ) +("views" ((nns -7.260) (vbz -8.134) ) () ) +("vigdor" ((nnp -11.403) ) () ) +("vigil" ((nn -11.747) ) () ) +("vignettes" ((nns -10.949) ) () ) +("vigor" ((nn -10.648) ) () ) +("vigorous" ((jj -8.669) ) () ) +("vigorously" ((rb -8.353) ) () ) +("vihon" ((nnp -11.403) ) () ) +("vii" ((nnp -11.403) ) () ) +("vikings" ((nnps -7.729) ) () ) +("viktor" ((nnp -11.403) ) () ) +("village" ((nn -9.667) (nnp -9.793) ) () ) +("villagers" ((nns -10.255) ) () ) +("villages" ((nns -9.562) ) () ) +("villains" ((nns -10.949) ) () ) +("villanova" ((nnp -9.457) ) () ) +("villanueva" ((nnp -11.403) ) () ) +("vincent" ((nnp -8.838) ) () ) +("vindicated" ((vbn -9.855) ) () ) +("vine" ((nn -11.747) ) () ) +("vineyard" ((nn -11.054) (nnp -10.709) ) () ) +("vineyards" ((nnps -7.729) (nns -10.949) ) () ) +("vining" ((nnp -11.403) ) () ) +("vinken" ((nnp -10.709) ) () ) +("vinson" ((nnp -9.323) ) () ) +("vintage" ((jj -10.278) (nn -10.360) ) () ) +("vintages" ((nns -10.255) ) () ) +("vinyl-products" ((nns -10.949) ) () ) +("violate" ((vb -7.744) (vbp -8.268) ) () ) +("violated" ((vbd -7.400) (vbn -9.162) ) () ) +("violates" ((vbz -7.729) ) () ) +("violating" ((vbg -7.460) ) () ) +("violation" ((nn -8.751) ) () ) +("violations" ((nns -7.338) ) () ) +("violence" ((nn -9.108) ) () ) +("violent" ((jj -9.179) ) () ) +("violently" ((rb -9.606) ) () ) +("violet" ((nn -11.054) ) () ) +("violetta" ((nnp -9.457) ) () ) +("violin" ((nn -9.955) (nnp -9.611) ) () ) +("violinist" ((nn -11.054) ) () ) +("viral" ((jj -10.971) ) () ) +("viren" ((nnp -11.403) ) () ) +("virgil" ((nnp -11.403) ) () ) +("virgin" ((jj -10.971) (nnp -10.016) ) () ) +("virginia" ((nnp -7.937) ) () ) +("virginians" ((nnps -7.729) ) () ) +("virgins" ((nns -10.949) ) () ) +("virology" ((nnp -11.403) ) () ) +("virtual" ((jj -9.872) ) () ) +("virtually" ((jj -10.971) (rb -6.387) ) () ) +("virtue" ((nn -10.360) (nnp -11.403) ) () ) +("virtues" ((nns -10.255) ) () ) +("virtuoso" ((jj -10.971) (nn -11.747) ) () ) +("virtuosos" ((nns -10.949) ) () ) +("virulence" ((nn -10.360) ) () ) +("virus" ((nn -9.108) ) () ) +("visa" ((nn -10.648) (nnp -9.611) ) () ) +("vishwanath" ((nnp -11.403) ) () ) +("visibility" ((nn -10.648) ) () ) +("visible" ((jj -8.332) ) () ) +("visibly" ((rb -10.299) ) () ) +("vision" ((nn -9.108) (nnp -10.016) ) () ) +("visionaries" ((nns -10.949) ) () ) +("visionquest" ((nnp -11.403) ) () ) +("visions" ((nns -10.255) ) () ) +("visit" ((nn -8.414) (vb -7.657) (vbp -8.268) ) () ) +("visited" ((vbd -7.726) (vbn -8.469) ) () ) +("visiting" ((vbg -7.141) ) () ) +("visitor" ((nn -9.667) ) () ) +("visitors" ((nnps -7.729) (nns -7.904) ) () ) +("visits" ((nns -8.464) (vbz -9.233) ) () ) +("visker" ((nnp -11.403) ) () ) +("vista" ((nn -11.747) (nnp -9.611) ) () ) +("visual" ((jj -9.585) ) () ) +("visualize" ((vb -10.141) ) () ) +("visualizing" ((vbg -9.539) ) () ) +("visually" ((rb -8.690) ) () ) +("visuals" ((nns -10.949) ) () ) +("vital" ((jj -8.669) ) () ) +("vitality" ((nn -11.747) ) () ) +("vitally" ((rb -10.299) ) () ) +("vitaly" ((nnp -11.403) ) () ) +("vitarine" ((nnp -10.304) ) () ) +("vitiate" ((vb -10.141) ) () ) +("vitriolic" ((jj -10.971) ) () ) +("vitro" ((nnp -8.838) ) () ) +("vitro-anchor" ((nnp -11.403) ) () ) +("vittoria" ((nnp -11.403) ) () ) +("vitulli" ((nnp -10.709) ) () ) +("vitzhum" ((nnp -11.403) ) () ) +("viva" ((fw -4.723) ) () ) +("vivaldi-at-brunch" ((jj -10.971) ) () ) +("vivid" ((jj -9.872) ) () ) +("vividly" ((rb -9.201) ) () ) +("viyella" ((nnp -11.403) ) () ) +("vizcaya" ((nnp -11.403) ) () ) +("vizeversa" ((nnp -11.403) ) () ) +("vladimir" ((nnp -10.709) ) () ) +("vladivostok" ((nnp -11.403) ) () ) +("vnet" ((nnp -11.403) ) () ) +("voa" ((nnp -9.793) ) () ) +("vocal" ((jj -8.573) ) () ) +("vocalist" ((nn -11.054) ) () ) +("vocation" ((nn -11.747) ) () ) +("vociferous" ((jj -10.971) ) () ) +("vodka" ((nn -11.747) ) () ) +("voell" ((nnp -11.403) ) () ) +("vogue" ((nn -11.054) ) () ) +("voice" ((nn -8.220) (nnp -8.569) (vb -10.141) (vbp -9.367) ) () ) +("voice-activated" ((jj -9.585) ) () ) +("voice-processing" ((jj -10.971) ) () ) +("voiced" ((vbd -9.598) (vbn -8.469) ) () ) +("voices" ((nns -8.551) (vbz -9.926) ) () ) +("voicing" ((vbg -9.539) ) () ) +("void" ((nn -10.648) (vb -10.141) ) () ) +("voir" ((fw -4.723) ) () ) +("volatile" ((jj -7.121) ) () ) +("volatility" ((nn -7.203) ) () ) +("volcano" ((nn -11.054) ) () ) +("volcker" ((nnp -9.793) ) () ) +("volio" ((nnp -11.403) ) () ) +("volkswagen" ((nnp -11.403) ) () ) +("volley" ((nn -11.747) ) () ) +("volokh" ((nnp -8.569) ) () ) +("volokhs" ((nnps -6.630) ) () ) +("volpe" ((nnp -11.403) ) () ) +("volume" ((nn -6.283) ) () ) +("volumes" ((nns -8.751) ) () ) +("voluminous" ((jj -10.971) ) () ) +("voluntarily" ((rb -7.997) ) () ) +("voluntarism" ((nn -11.747) ) () ) +("voluntary" ((jj -8.486) (nnp -11.403) ) () ) +("volunteer" ((nn -9.667) (nnp -11.403) (vb -10.141) ) () ) +("volunteered" ((vbd -8.681) (vbn -9.855) ) () ) +("volunteerism" ((nn -11.747) ) () ) +("volunteers" ((nns -9.003) ) () ) +("voluptuous" ((jj -10.971) ) () ) +("volvo" ((nnp -10.304) ) () ) +("vomiting" ((nn -11.747) ) () ) +("von" ((nnp -9.205) ) () ) +("voracious" ((jj -10.971) ) () ) +("vorontsov" ((nnp -11.403) ) () ) +("vortex" ((nn -11.747) (nnp -11.403) ) () ) +("vose" ((nnp -10.709) ) () ) +("vosges" ((nnp -11.403) (nnps -7.729) ) () ) +("voss" ((nnp -10.709) ) () ) +("vote" ((nn -7.498) (vb -6.923) (vbp -9.367) ) () ) +("vote-diluting" ((jj -10.971) ) () ) +("voted" ((vbd -6.577) (vbn -7.776) ) () ) +("voter" ((nn -10.648) ) () ) +("voters" ((nnp -11.403) (nnps -7.729) (nns -7.483) ) () ) +("votes" ((nns -7.691) (vbz -9.926) ) () ) +("voting" ((jj -9.872) (nn -8.802) (vbg -7.141) ) () ) +("voucher" ((nn -11.747) ) () ) +("vow" ((nn -11.747) ) () ) +("vowed" ((vbd -7.726) (vbn -9.855) ) () ) +("vowel" ((nn -11.747) ) () ) +("vowels" ((nns -10.255) ) () ) +("vowing" ((vbg -8.846) ) () ) +("vows" ((vbz -8.540) ) () ) +("voyage" ((nn -11.747) ) () ) +("voyager" ((nnp -9.793) ) () ) +("voyles" ((nnp -10.709) ) () ) +("vranian" ((nnp -11.403) ) () ) +("vries" ((nnp -10.709) ) () ) +("vroom" ((nnp -11.403) ) () ) +("vs" ((nnp -11.403) ) () ) +("vs." ((cc -8.934) (fw -2.931) (in -8.560) (jj -10.971) (nn -11.054) ) () ) +("vt" ((nnp -11.403) ) () ) +("vt." ((nnp -10.709) ) () ) +("vu" ((nn -11.054) ) () ) +("vulnerability" ((nn -10.648) ) () ) +("vulnerable" ((jj -7.927) ) () ) +("vyacheslav" ((nnp -11.403) ) () ) +("vyas" ((nnp -10.709) ) () ) +("w" ((nnp -10.016) ) () ) +("w." ((nn -11.747) (nnp -7.451) ) () ) +("w.a." ((nnp -11.403) ) () ) +("w.d." ((nnp -11.403) ) () ) +("w.g." ((nnp -11.403) ) () ) +("w.h." ((nnp -11.403) ) () ) +("w.j." ((nnp -11.403) ) () ) +("w.n." ((nnp -11.403) ) () ) +("w.r." ((nnp -10.709) ) () ) +("w.va" ((nnp -10.016) ) () ) +("w.va." ((nnp -11.403) ) () ) +("wachovia" ((nnp -9.457) ) () ) +("wachtel" ((nnp -10.304) ) () ) +("wachtell" ((nnp -11.403) ) () ) +("wachter" ((nnp -9.457) ) () ) +("wachtler" ((nnp -11.403) ) () ) +("wacky" ((jj -10.971) ) () ) +("wacoal" ((nnp -10.016) ) () ) +("wad" ((nn -10.648) (vb -10.141) ) () ) +("wad-working" ((nn -11.747) ) () ) +("waddles" ((vbz -9.926) ) () ) +("wade" ((nnp -9.100) (vb -10.141) ) () ) +("wadsworth" ((nnp -10.016) ) () ) +("waertsilae" ((nnp -8.569) ) () ) +("wafer" ((nn -11.747) ) () ) +("wafers" ((nns -10.255) ) () ) +("waffle" ((nn -11.054) ) () ) +("waffled" ((vbd -10.291) (vbn -9.855) ) () ) +("wafting" ((vbg -9.539) ) () ) +("wag" ((nn -11.054) ) () ) +("wage" ((nn -7.572) (vb -10.141) ) () ) +("wage-discrimination" ((nn -11.747) ) () ) +("wage-earning" ((jj -10.278) ) () ) +("waged" ((vbd -10.291) ) () ) +("wages" ((nns -7.771) ) () ) +("wagg" ((nnp -11.403) ) () ) +("waggishly" ((rb -10.299) ) () ) +("waging" ((vbg -8.846) ) () ) +("wagner" ((nnp -11.403) ) () ) +("wagon" ((nn -11.747) ) () ) +("wagoneer" ((nn -11.747) (nnp -10.304) ) () ) +("wagons" ((nns -10.949) ) () ) +("wags" ((nns -10.255) ) () ) +("wah" ((nnp -10.304) ) () ) +("waif" ((nn -11.747) ) () ) +("wail" ((vb -10.141) ) () ) +("wailing" ((vbg -9.539) ) () ) +("wain" ((nnp -11.403) ) () ) +("wait" ((nn -10.360) (vb -7.006) (vbp -8.674) ) () ) +("wait-and-see" ((jj -9.872) ) () ) +("waited" ((vbd -8.211) (vbn -8.469) ) () ) +("waiters" ((nns -10.949) ) () ) +("waiting" ((nn -10.648) (vbg -5.710) ) () ) +("waitress" ((nn -11.747) ) () ) +("waits" ((vbz -9.233) ) () ) +("waive" ((vb -8.196) ) () ) +("waived" ((vbd -10.291) (vbn -8.469) ) () ) +("waiver" ((nn -11.054) ) () ) +("waivered" ((vbn -9.855) ) () ) +("waivers" ((nns -9.850) ) () ) +("waives" ((vbz -9.926) ) () ) +("waiving" ((vbg -8.440) ) () ) +("wakayama" ((nnp -11.403) ) () ) +("wake" ((nn -7.962) (vbp -9.367) ) () ) +("wakefield" ((nnp -11.403) ) () ) +("wakeman" ((nnp -10.709) ) () ) +("waking" ((vbg -9.539) ) () ) +("wako" ((nnp -10.304) ) () ) +("wakui" ((nnp -10.304) ) () ) +("wal-mart" ((nnp -10.709) ) () ) +("walcott" ((nnp -11.403) ) () ) +("wald" ((nnp -10.304) ) () ) +("waldbaum" ((nnp -10.709) ) () ) +("walden" ((nnp -11.403) ) () ) +("waldenbooks" ((nnp -11.403) ) () ) +("waldheim" ((nnp -10.709) ) () ) +("waldman" ((nnp -11.403) ) () ) +("waldorf" ((nnp -10.709) ) () ) +("wales" ((nnp -10.304) ) () ) +("walesa" ((nnp -11.403) ) () ) +("waleson" ((nnp -11.403) ) () ) +("walk" ((nn -10.360) (vb -7.839) (vbp -7.757) ) () ) +("walk-in" ((jj -10.971) ) () ) +("walked" ((vbd -7.988) ) () ) +("walker" ((nnp -9.005) ) () ) +("walkie-talkie" ((nn -11.747) ) () ) +("walkie-talkies" ((nns -10.949) ) () ) +("walking" ((1 -4.727) (nn -11.054) (vbg -7.054) ) () ) +("walkman" ((nnp -11.403) ) () ) +("walkmen" ((nnp -11.403) ) () ) +("walkout" ((nn -10.360) ) () ) +("walkouts" ((nns -10.949) ) () ) +("walks" ((nns -10.949) (vbz -8.317) ) () ) +("walkway" ((nn -11.747) ) () ) +("wall" ((nn -8.974) (nnp -5.846) (vb -10.141) ) () ) +("wall-paneling" ((jj -10.971) ) () ) +("wallace" ((nnp -11.403) ) () ) +("wallach" ((nnp -9.611) ) () ) +("wallcoverings" ((nns -10.949) ) () ) +("wallet" ((nn -11.747) ) () ) +("wallets" ((nns -10.949) ) () ) +("wallingford" ((nnp -11.403) ) () ) +("wallop" ((nnp -11.403) ) () ) +("walloping" ((nn -11.747) ) () ) +("wallops" ((vbz -9.926) ) () ) +("wallowing" ((vbg -9.539) ) () ) +("wallpaper" ((nn -11.747) ) () ) +("walls" ((nns -8.058) ) () ) +("walmart" ((nnp -11.403) ) () ) +("walnut" ((nnp -10.304) ) () ) +("walsh" ((nnp -10.709) ) () ) +("walt" ((nnp -8.763) ) () ) +("waltana" ((nnp -11.403) ) () ) +("walter" ((nnp -7.906) ) () ) +("walters" ((nnp -9.205) ) () ) +("waltham" ((nnp -11.403) ) () ) +("wamre" ((nnp -11.403) ) () ) +("wan" ((nnp -11.403) ) () ) +("wanda" ((nnp -11.403) ) () ) +("wander" ((vb -10.141) (vbp -9.367) ) () ) +("wandering" ((vbg -9.539) ) () ) +("wanders" ((nnp -11.403) (vbz -9.926) ) () ) +("wane" ((vb -10.141) (vbp -9.367) ) () ) +("waned" ((vbd -9.598) ) () ) +("wanes" ((vbz -9.233) ) () ) +("wang" ((nnp -7.490) ) () ) +("waning" ((vbg -8.846) ) () ) +("wankui" ((nnp -11.403) ) () ) +("wanniski" ((nnp -9.323) ) () ) +("want" ((nn -11.747) (vb -5.598) (vbp -4.208) ) () ) +("wanted" ((vbd -5.814) (vbn -8.063) ) () ) +("wanting" ((vbg -7.593) ) () ) +("wants" ((vbz -5.114) ) () ) +("war" ((nn -7.669) (nnp -8.184) ) () ) +("war-damaged" ((jj -10.971) ) () ) +("war-like" ((jj -10.971) ) () ) +("war-rationed" ((jj -10.971) ) () ) +("warburg" ((nnp -9.457) ) () ) +("warburgs" ((nnps -7.729) ) () ) +("ward" ((nn -11.747) (nnp -8.630) (vb -9.043) ) () ) +("wardair" ((nnp -10.016) ) () ) +("wardens" ((nns -10.949) ) () ) +("wards" ((nnp -11.403) ) () ) +("warehouse" ((nn -11.054) (nnp -10.709) ) () ) +("warehouse-club" ((nn -10.360) ) () ) +("warehouse-type" ((nn -11.747) ) () ) +("warehouses" ((nns -9.562) ) () ) +("wares" ((nns -10.949) ) () ) +("warfare" ((nn -10.648) ) () ) +("warheads" ((nns -10.949) ) () ) +("warhol" ((nnp -10.709) ) () ) +("warily" ((rb -10.299) ) () ) +("warm" ((jj -8.774) (vb -9.043) ) () ) +("warm-up" ((nn -11.747) ) () ) +("warm-weather" ((jj -10.971) ) () ) +("warman" ((nnp -11.403) ) () ) +("warmed" ((vbd -10.291) (vbn -9.162) ) () ) +("warmheartedness" ((nn -11.747) ) () ) +("warming" ((1 -4.727) (nn -9.262) (vbg -8.846) ) () ) +("warmly" ((rb -10.299) ) () ) +("warmth" ((nn -11.747) ) () ) +("warmup" ((nn -11.747) ) () ) +("warn" ((vb -9.043) (vbp -8.674) ) () ) +("warn-your-enemy" ((jj -10.971) ) () ) +("warned" ((vbd -6.680) (vbn -7.909) ) () ) +("warner" ((nnp -5.934) ) () ) +("warner-lambert" ((nnp -9.205) ) () ) +("warning" ((nn -8.974) (vbg -6.706) ) () ) +("warnings" ((nns -9.003) ) () ) +("warns" ((vbz -7.624) ) () ) +("warped" ((jj -10.971) ) () ) +("warrant" ((nn -8.751) (vb -9.448) (vbp -9.367) ) () ) +("warranties" ((nns -10.949) ) () ) +("warrants" ((nns -7.017) (vbz -9.233) ) () ) +("warranty" ((nn -9.667) ) () ) +("warren" ((nn -11.747) (nnp -7.969) ) () ) +("warrens" ((nns -10.949) ) () ) +("warrenton" ((nnp -11.403) ) () ) +("warring" ((vbg -9.539) ) () ) +("warriors" ((nns -10.949) ) () ) +("wars" ((nnp -11.403) (nnps -7.036) (nns -7.953) ) () ) +("warsaw" ((nnp -8.407) ) () ) +("warshaw" ((nnp -10.016) ) () ) +("warts" ((nns -10.949) ) () ) +("wary" ((jj -8.332) ) () ) +("was" ((vbd -2.029) ) () ) +("wasatch" ((nnp -11.403) ) () ) +("wash" ((nn -11.747) (nnp -9.611) (vb -9.448) ) () ) +("wash." ((nnp -8.838) ) () ) +("washable" ((jj -10.971) ) () ) +("washed" ((vbd -10.291) (vbn -9.162) ) () ) +("washing" ((vbg -9.539) ) () ) +("washington" ((nnp -6.037) ) () ) +("washington-based" ((jj -9.872) ) () ) +("wasserstein" ((nnp -10.304) ) () ) +("waste" ((nn -8.751) (nnp -8.630) (vb -9.043) ) () ) +("waste-to-energy" ((jj -10.278) ) () ) +("waste-water" ((nn -11.747) ) () ) +("wasted" ((vbd -10.291) (vbn -8.469) ) () ) +("wasteful" ((jj -9.585) ) () ) +("wasteland" ((nn -11.747) ) () ) +("wastes" ((nns -10.255) (vbz -9.926) ) () ) +("wastewater" ((nn -10.137) (nnp -9.793) ) () ) +("wasting" ((nn -11.747) (vbg -9.539) ) () ) +("wastrel" ((nn -11.747) ) () ) +("watanabe" ((nnp -10.709) ) () ) +("watch" ((nn -9.801) (nnp -11.403) (vb -7.251) (vbp -7.287) ) () ) +("watchdogs" ((nns -10.255) ) () ) +("watched" ((jj -10.971) (vbd -7.726) (vbn -7.083) ) () ) +("watchers" ((nnps -7.729) (nns -9.157) ) () ) +("watches" ((nns -9.157) (vbz -9.233) ) () ) +("watchful" ((jj -10.971) ) () ) +("watching" ((nn -11.054) (vbg -6.105) ) () ) +("watchmen" ((nnp -11.403) ) () ) +("water" ((nn -7.604) (nnp -8.763) (vb -10.141) ) () ) +("water-authority" ((nn -11.747) ) () ) +("water-borne" ((jj -10.971) ) () ) +("water-cooled" ((jj -10.971) ) () ) +("water-purification" ((nn -11.747) ) () ) +("water-submersion" ((jj -10.971) ) () ) +("water-treatment" ((jj -10.971) (nn -11.747) ) () ) +("waterbury" ((nnp -10.709) ) () ) +("watered-down" ((jj -10.278) ) () ) +("waterfall" ((nn -11.747) ) () ) +("waterfalls" ((nns -10.949) ) () ) +("waterford" ((nnp -10.016) ) () ) +("waterfront" ((nn -11.054) ) () ) +("watergate" ((nnp -10.709) ) () ) +("watergate-beleaguered" ((jj -10.971) ) () ) +("waterhouse" ((nnp -11.403) ) () ) +("watering" ((nn -11.054) ) () ) +("waterloo" ((nnp -11.403) ) () ) +("waters" ((nnp -11.403) (nns -9.003) ) () ) +("watershed" ((jj -10.971) ) () ) +("watertown" ((nnp -10.709) ) () ) +("waterworks" ((1 -4.727) (nn -9.955) ) () ) +("watkins" ((nnp -10.304) ) () ) +("watson" ((nnp -8.918) ) () ) +("watsonville" ((nnp -10.709) ) () ) +("watts" ((nnp -10.304) ) () ) +("wave" ((nn -8.451) (nnp -11.403) ) () ) +("waved" ((vbd -8.681) ) () ) +("wavelengths" ((nns -10.949) ) () ) +("wavered" ((vbd -10.291) ) () ) +("waves" ((nns -8.176) ) () ) +("waving" ((vbg -8.846) ) () ) +("waxed" ((vbd -10.291) (vbn -9.855) ) () ) +("waxman" ((nnp -9.793) ) () ) +("way" ((nn -5.880) (nnp -10.016) (rb -8.690) ) () ) +("wayland" ((nnp -11.403) ) () ) +("wayne" ((nnp -9.205) ) () ) +("ways" ((nnp -9.323) (nnps -6.630) (nns -6.554) ) () ) +("wayward" ((jj -10.278) ) () ) +("wbbm-tv" ((nnp -11.403) ) () ) +("wcrs" ((nnp -7.906) ) () ) +("wcrs-eurocom" ((jj -10.971) ) () ) +("we" ((prp -2.986) ) () ) +("we're-all-in-this-together" ((jj -10.971) ) () ) +("we've" ((nn -11.747) ) () ) +("weak" ((jj -6.797) ) () ) +("weak-kneed" ((jj -10.971) ) () ) +("weaken" ((vb -7.251) (vbp -9.367) ) () ) +("weakened" ((jj -10.278) (vbd -8.499) (vbn -7.658) ) () ) +("weakening" ((nn -9.667) (vbg -7.236) ) () ) +("weakens" ((vbz -8.540) ) () ) +("weaker" ((jjr -4.605) ) () ) +("weakest" ((jjs -6.137) ) () ) +("weakling" ((nn -11.747) ) () ) +("weakness" ((nn -7.776) ) () ) +("weaknesses" ((nns -8.869) ) () ) +("wealth" ((nn -9.039) (nnp -11.403) ) () ) +("wealthier" ((jjr -6.653) ) () ) +("wealthy" ((jj -8.406) ) () ) +("weapon" ((nn -9.549) (nnp -11.403) ) () ) +("weapons" ((nnp -11.403) (nns -7.547) ) () ) +("weapons-modernization" ((jj -10.971) ) () ) +("weaponsmaking" ((nn -11.747) ) () ) +("wear" ((nn -10.648) (vb -7.839) (vbp -7.981) ) () ) +("weariness" ((nn -11.747) ) () ) +("wearing" ((vbg -6.649) ) () ) +("wears" ((vbz -7.729) ) () ) +("weary" ((jj -9.585) ) () ) +("weasel" ((nnp -11.403) ) () ) +("weasling" ((vbg -9.539) ) () ) +("weather" ((nn -8.802) (vb -9.043) (vbp -9.367) ) () ) +("weather-related" ((jj -10.971) ) () ) +("weatherbeaten" ((jj -10.971) ) () ) +("weatherly" ((nnp -11.403) ) () ) +("weatherman" ((nn -11.747) ) () ) +("weaver" ((nnp -10.304) ) () ) +("weaves" ((vbz -9.926) ) () ) +("weaving" ((vbg -9.539) ) () ) +("web" ((nn -11.747) ) () ) +("webb" ((nnp -10.304) ) () ) +("weber" ((nnp -11.403) ) () ) +("webern" ((nnp -11.403) ) () ) +("webs" ((nns -10.949) ) () ) +("webster" ((nnp -8.311) ) () ) +("wed" ((vbn -9.855) ) () ) +("wedd" ((nnp -9.323) ) () ) +("wedded" ((vbn -9.855) ) () ) +("wedding" ((nn -11.747) ) () ) +("weddings" ((nns -10.949) ) () ) +("wedge" ((nn -10.137) (vb -10.141) ) () ) +("wedged" ((vbd -10.291) (vbn -9.162) ) () ) +("wedgwood" ((nnp -10.709) ) () ) +("wednesday" ((nnp -6.598) ) () ) +("wednesdays" ((nns -9.850) ) () ) +("wedtech" ((nnp -8.358) ) () ) +("weed" ((nn -11.747) ) () ) +("weedon" ((nnp -11.403) ) () ) +("week" ((nn -5.314) (nnp -9.611) ) () ) +("weekday" ((nn -11.747) ) () ) +("weekdays" ((nns -10.949) ) () ) +("weeked" ((nn -11.747) ) () ) +("weekend" ((nn -7.527) (nnp -10.709) ) () ) +("weekends" ((nns -10.255) ) () ) +("weekes" ((nnp -10.304) ) () ) +("weeklies" ((nns -10.949) ) () ) +("weeklong" ((jj -10.971) (nn -11.747) ) () ) +("weekly" ((1 -4.727) (jj -7.258) (nn -11.747) (nnp -10.304) (rb -10.299) ) () ) +("weekly-average" ((jj -9.872) ) () ) +("weeknights" ((nns -10.949) ) () ) +("weeks" ((nns -5.515) ) () ) +("weepers" ((nns -10.255) ) () ) +("weeping" ((vbg -9.539) ) () ) +("wefa" ((nnp -9.793) ) () ) +("wegener" ((nnp -11.403) ) () ) +("weichern" ((nnp -10.709) ) () ) +("weigh" ((vb -8.196) (vbp -8.674) ) () ) +("weighed" ((vbd -9.192) (vbn -9.162) ) () ) +("weighing" ((vbg -8.153) ) () ) +("weighs" ((vbz -8.540) ) () ) +("weight" ((nn -8.802) (nnp -11.403) ) () ) +("weight-training" ((nn -11.747) ) () ) +("weighted" ((jj -9.362) (vbn -9.855) ) () ) +("weighting" ((nn -11.054) ) () ) +("weightings" ((nns -10.949) ) () ) +("weights" ((nns -10.949) ) () ) +("weighty" ((jj -10.971) ) () ) +("weil" ((nnp -9.611) ) () ) +("weill" ((nnp -10.709) ) () ) +("wein" ((nnp -11.403) ) () ) +("weingarten-siegel" ((nnp -11.403) ) () ) +("weinroth" ((nnp -11.403) ) () ) +("weinstein" ((nnp -10.016) ) () ) +("weir" ((nnp -11.403) ) () ) +("weird" ((jj -9.025) ) () ) +("weirton" ((nnp -9.611) ) () ) +("weisel" ((nnp -10.709) ) () ) +("weisfield" ((nnp -9.100) ) () ) +("weisman" ((nnp -10.016) ) () ) +("weiss" ((nnp -8.838) ) () ) +("weitzen" ((nnp -11.403) ) () ) +("welch" ((nnp -11.403) ) () ) +("welcome" ((jj -8.892) (uh -4.477) (vb -7.944) (vbp -9.367) ) () ) +("welcomed" ((vbd -8.499) (vbn -9.162) ) () ) +("welcomes" ((vbz -9.926) ) () ) +("welcoming" ((vbg -9.539) ) () ) +("welded" ((vbn -9.855) ) () ) +("welding" ((nn -11.747) ) () ) +("welfare" ((nn -10.137) ) () ) +("welko" ((nnp -11.403) ) () ) +("well" ((jj -10.278) (nn -10.648) (nnp -10.016) (rb -4.303) (uh -2.175) ) () ) +("well-balanced" ((jj -10.278) ) () ) +("well-being" ((nn -10.648) ) () ) +("well-born" ((jj -10.971) ) () ) +("well-capitalized" ((jj -10.971) ) () ) +("well-connected" ((jj -9.872) ) () ) +("well-defined" ((jj -10.971) ) () ) +("well-diversified" ((jj -10.971) ) () ) +("well-drilled" ((jj -10.971) ) () ) +("well-educated" ((jj -10.971) ) () ) +("well-entrenched" ((jj -10.971) ) () ) +("well-financed" ((jj -10.971) ) () ) +("well-heeled" ((jj -9.585) ) () ) +("well-hit" ((jj -10.971) ) () ) +("well-intentioned" ((jj -10.278) ) () ) +("well-known" ((jj -8.081) (nn -11.747) ) () ) +("well-lighted" ((jj -10.971) ) () ) +("well-off" ((jj -10.971) ) () ) +("well-operated" ((jj -10.971) ) () ) +("well-paid" ((jj -10.278) ) () ) +("well-paying" ((jj -10.971) ) () ) +("well-polished" ((jj -10.971) ) () ) +("well-publicized" ((jj -10.971) ) () ) +("well-received" ((jj -10.971) ) () ) +("well-rehearsed" ((jj -10.971) ) () ) +("well-respected" ((jj -10.971) ) () ) +("well-run" ((jj -10.971) ) () ) +("well-seasoned" ((jj -10.971) ) () ) +("well-servicing" ((jj -9.872) ) () ) +("well-stated" ((jj -10.971) (vbn -9.855) ) () ) +("well-structured" ((jj -10.971) ) () ) +("well-tailored" ((jj -10.971) ) () ) +("well-tempered" ((jj -10.971) ) () ) +("well-to-do" ((jj -10.278) ) () ) +("well-trained" ((jj -10.971) ) () ) +("well-traveled" ((jj -10.971) ) () ) +("well-versed" ((jj -10.971) ) () ) +("well-wishers" ((nns -10.949) ) () ) +("wellcome" ((nnp -9.323) ) () ) +("welles" ((nnp -10.709) ) () ) +("wellesley" ((nnp -10.709) ) () ) +("wellhead" ((nn -11.747) ) () ) +("wellington" ((nnp -9.457) ) () ) +("wellman" ((nnp -10.709) ) () ) +("wellplaced" ((jj -10.971) ) () ) +("wellrun" ((jj -10.971) ) () ) +("wells" ((nnp -8.458) (nns -9.003) ) () ) +("welt" ((nnp -11.403) ) () ) +("welter" ((nn -11.747) ) () ) +("welty" ((nnp -11.403) ) () ) +("wendler" ((nnp -11.403) ) () ) +("wendy" ((nn -10.648) (nnp -10.016) ) () ) +("wenham" ((nnp -11.403) ) () ) +("went" ((vbd -5.471) ) () ) +("wentworth" ((nnp -11.403) ) () ) +("wenz" ((nnp -10.709) ) () ) +("wept" ((vbd -10.291) ) () ) +("were" ((vb -9.043) (vbd -2.773) ) () ) +("werner" ((nnp -10.016) ) () ) +("wertheim" ((nnp -9.205) ) () ) +("wertheimer" ((nnp -9.793) ) () ) +("wesleyan" ((nnp -11.403) ) () ) +("weslock" ((nnp -11.403) ) () ) +("west" ((jj -6.860) (nn -9.549) (nnp -6.204) (nnps -7.036) ) () ) +("westamerica" ((nn -11.747) (nnp -10.016) ) () ) +("westboro" ((nnp -11.403) ) () ) +("westborough" ((nnp -11.403) ) () ) +("westburne" ((nnp -11.403) ) () ) +("westcoast" ((nnp -10.709) ) () ) +("westdeutsche" ((nnp -11.403) ) () ) +("westerly" ((nnp -11.403) ) () ) +("western" ((jj -6.667) (nnp -7.342) ) () ) +("western-style" ((jj -9.872) ) () ) +("westin" ((nnp -10.709) ) () ) +("westinghouse" ((nnp -8.838) ) () ) +("westminister" ((nnp -10.709) ) () ) +("westminster" ((nnp -10.304) ) () ) +("westmoreland" ((nnp -9.100) ) () ) +("weston" ((nnp -10.304) ) () ) +("westpac" ((nnp -10.709) ) () ) +("westport" ((nnp -10.304) ) () ) +("westward" ((rb -10.299) ) () ) +("westwood" ((nnp -10.016) ) () ) +("wet" ((jj -10.278) (nnp -11.403) ) () ) +("wetherell" ((nnp -10.709) ) () ) +("wetten" ((fw -4.723) ) () ) +("weyerhaeuser" ((nnp -9.005) ) () ) +("wfaa-tv" ((nnp -11.403) ) () ) +("wfrr" ((nnp -11.403) ) () ) +("whack" ((nn -11.747) (vb -8.755) ) () ) +("whacked" ((vbd -10.291) (vbn -9.855) ) () ) +("whacker" ((nn -11.747) ) () ) +("whacky" ((jj -10.278) ) () ) +("whale" ((nn -11.747) ) () ) +("whales" ((nns -10.949) ) () ) +("wham" ((uh -4.477) ) () ) +("whammy" ((nn -11.747) ) () ) +("wharton" ((nnp -9.793) ) () ) +("what" ((wdt -5.012) (wp -1.252) ) () ) +("whatever" ((wdt -4.724) ) () ) +("whatsoever" ((rb -8.508) ) () ) +("wheat" ((nn -9.667) (nnp -9.793) ) () ) +("wheaties-box" ((jj -10.971) ) () ) +("whec-tv" ((nnp -11.403) ) () ) +("wheel" ((nn -11.054) ) () ) +("wheel-loader" ((jj -10.971) ) () ) +("wheeland" ((nnp -11.403) ) () ) +("wheelbases" ((nns -10.949) ) () ) +("wheelchair" ((nn -11.054) ) () ) +("wheeled" ((vbn -9.855) ) () ) +("wheeler" ((nnp -9.793) ) () ) +("wheeling" ((nn -11.747) ) () ) +("wheeling-pittsburgh" ((nnp -11.403) ) () ) +("wheellike" ((jj -10.971) ) () ) +("wheels" ((nns -9.157) ) () ) +("wheezing" ((vbg -9.539) ) () ) +("whelan" ((nnp -11.403) ) () ) +("whelen" ((nnp -10.016) ) () ) +("when" ((wrb -0.534) ) () ) +("when-issued" ((jj -9.585) (vbn -9.855) ) () ) +("whenever" ((wrb -5.317) ) () ) +("where" ((wrb -1.790) ) () ) +("whereabouts" ((nn -11.747) ) () ) +("whereas" ((in -10.264) ) () ) +("whereby" ((wrb -6.233) ) () ) +("wherein" ((wrb -7.619) ) () ) +("wherever" ((wrb -6.521) ) () ) +("whether" ((cc -8.241) (in -5.397) (nnp -10.709) ) () ) +("which" ((wdt -0.664) ) () ) +("whichever" ((wdt -6.922) ) () ) +("while" ((in -4.562) (nn -8.569) ) () ) +("whim" ((nn -11.747) ) () ) +("whimper" ((nn -11.054) ) () ) +("whimpers" ((nns -10.949) ) () ) +("whims" ((nns -10.255) ) () ) +("whimsical" ((jj -9.585) ) () ) +("whimsically" ((rb -10.299) ) () ) +("whimsy" ((nn -11.747) ) () ) +("whiner" ((nn -11.747) ) () ) +("whinney" ((nnp -11.403) ) () ) +("whip" ((nn -10.648) (nnp -10.304) (vb -10.141) ) () ) +("whiplash" ((nn -11.747) ) () ) +("whipped" ((vbn -9.855) ) () ) +("whipping" ((jj -10.971) (vbg -9.539) ) () ) +("whippings" ((nns -10.949) ) () ) +("whipsaw" ((nn -11.747) (vb -10.141) ) () ) +("whipsawed" ((vbn -8.246) ) () ) +("whipsawing" ((nn -11.747) ) () ) +("whirlpool" ((nnp -10.709) ) () ) +("whirlwind" ((jj -10.971) ) () ) +("whirlwinds" ((nns -10.949) ) () ) +("whirpool" ((nnp -11.403) ) () ) +("whirring" ((vbg -9.539) ) () ) +("whisked" ((vbn -9.855) ) () ) +("whiskey" ((nn -10.360) ) () ) +("whisper" ((nn -11.054) (nnp -11.403) ) () ) +("whispering" ((nn -11.747) (vbg -9.539) ) () ) +("whispers" ((nns -10.949) ) () ) +("whistle-stop" ((jj -10.971) ) () ) +("whistling" ((vbg -9.539) ) () ) +("whitbread" ((nnp -8.311) ) () ) +("white" ((jj -7.121) (nn -11.747) (nnp -6.550) ) () ) +("white-coated" ((jj -10.971) ) () ) +("white-collar" ((jj -8.892) ) () ) +("white-haired" ((jj -10.971) ) () ) +("white-spirit" ((nn -11.747) ) () ) +("white-spirits" ((jj -10.971) ) () ) +("white-washed" ((jj -10.971) ) () ) +("whitehall" ((nnp -10.709) ) () ) +("whitelock" ((nnp -10.709) ) () ) +("whites" ((nns -8.464) ) () ) +("whitewashed" ((vbn -9.855) ) () ) +("whitey" ((nnp -11.403) ) () ) +("whitford" ((nnp -10.016) ) () ) +("whitley" ((nnp -11.403) ) () ) +("whitman" ((nnp -10.304) ) () ) +("whitney" ((nnp -9.793) ) () ) +("whittaker" ((nnp -10.304) ) () ) +("whitten" ((nnp -9.457) ) () ) +("whittier" ((nnp -11.403) ) () ) +("whittington" ((nnp -9.793) ) () ) +("whittle" ((nn -11.747) (nnp -8.838) ) () ) +("whittled" ((vbn -9.855) ) () ) +("whiz" ((nn -11.054) (nnp -11.403) ) () ) +("who" ((wp -0.478) ) () ) +("whoever" ((wp -7.094) ) () ) +("whole" ((jj -6.911) (nn -8.528) ) () ) +("wholesale" ((jj -7.475) (nn -11.747) ) () ) +("wholesale-store" ((jj -10.971) ) () ) +("wholesaler" ((nn -10.648) ) () ) +("wholesaler-distributors" ((nnp -11.403) ) () ) +("wholesalers" ((nns -9.850) ) () ) +("wholesaling" ((vbg -9.539) ) () ) +("wholesome" ((jj -10.278) ) () ) +("wholly" ((rb -8.690) ) () ) +("whom" ((wp -3.676) ) () ) +("whooosh" ((jj -10.971) ) () ) +("whoopee" ((nn -11.747) (uh -4.477) ) () ) +("whooper" ((nn -11.747) ) () ) +("whooping" ((jj -9.025) (vbg -9.539) ) () ) +("whoosh" ((vbp -9.367) ) () ) +("whopping" ((jj -9.872) ) () ) +("whose" ((wp -2.687) (jj -2.6) ) () ) +("why" ((wrb -2.670) ) () ) +("wichita" ((nnp -9.793) ) () ) +("wichterle" ((nnp -11.403) ) () ) +("wick" ((nnp -11.403) ) () ) +("wicked" ((jj -10.278) ) () ) +("wicker" ((nn -10.648) ) () ) +("wickes" ((nnp -11.403) ) () ) +("wickliffe" ((nnp -11.403) ) () ) +("wide" ((jj -7.059) (nnp -10.709) (rb -9.606) ) () ) +("wide-body" ((jj -10.971) ) () ) +("wide-ranging" ((jj -9.585) ) () ) +("widely" ((rb -6.037) ) () ) +("widen" ((vb -8.062) (vbp -9.367) ) () ) +("widened" ((vbd -7.806) (vbn -8.246) ) () ) +("widening" ((nn -10.648) (vbg -8.153) ) () ) +("widens" ((vbz -8.540) ) () ) +("wider" ((jjr -5.555) (rbr -7.419) ) () ) +("wider-than-expected" ((jj -10.278) ) () ) +("widespread" ((jj -7.604) ) () ) +("widest" ((jjs -7.523) ) () ) +("widget" ((nn -9.801) ) () ) +("widgets" ((nns -10.255) ) () ) +("widow" ((nn -10.137) ) () ) +("widowed" ((jj -10.971) (vbn -9.855) ) () ) +("widows" ((nns -10.255) ) () ) +("wiedemann" ((nnp -10.304) ) () ) +("wieden" ((nnp -11.403) ) () ) +("wiegers" ((nnp -11.403) ) () ) +("wield" ((vb -9.448) ) () ) +("wielded" ((vbn -9.855) ) () ) +("wielding" ((vbg -8.846) ) () ) +("wields" ((vbz -9.926) ) () ) +("wiener" ((nnp -11.403) ) () ) +("wieslawa" ((nnp -11.403) ) () ) +("wife" ((nn -7.875) ) () ) +("wig" ((nn -11.054) ) () ) +("wiggle" ((nn -11.054) (vbp -9.367) ) () ) +("wiggled" ((vbd -10.291) ) () ) +("wigglesworth" ((nnp -11.403) ) () ) +("wiggling" ((vbg -9.539) ) () ) +("wight" ((nnp -11.403) ) () ) +("wigs" ((nns -10.255) ) () ) +("wilber" ((nnp -10.304) ) () ) +("wilbur" ((nnp -9.323) ) () ) +("wilcock" ((nnp -11.403) ) () ) +("wilcox" ((nnp -11.403) ) () ) +("wild" ((jj -7.793) (nnp -10.709) (rb -10.299) ) () ) +("wild-eyed" ((jj -10.971) ) () ) +("wildbad" ((nnp -11.403) ) () ) +("wildcat" ((jj -10.971) ) () ) +("wilde" ((nnp -11.403) ) () ) +("wildenstein" ((nnp -11.403) ) () ) +("wilder" ((nnp -8.630) ) () ) +("wilderness" ((nn -10.360) ) () ) +("wildlife" ((nn -10.360) (nnp -10.709) ) () ) +("wildly" ((rb -7.901) ) () ) +("wile" ((nnp -11.403) ) () ) +("wilfred" ((nnp -9.611) (vbd -10.291) ) () ) +("wilhelm" ((nnp -11.403) ) () ) +("wilhite" ((nnp -11.403) ) () ) +("wilke" ((nnp -10.709) ) () ) +("wilkinson" ((nnp -10.709) ) () ) +("will" ((md -1.148) (nn -8.379) (nnp -9.611) (vb -10.141) ) () ) +("willam" ((nnp -11.403) ) () ) +("willamette" ((nnp -10.709) ) () ) +("willard" ((nnp -10.016) ) () ) +("willens" ((nnp -10.304) ) () ) +("willful" ((jj -9.362) ) () ) +("willfully" ((rb -9.606) ) () ) +("william" ((nnp -6.566) ) () ) +("williams" ((nnp -8.918) ) () ) +("willie" ((nnp -10.709) ) () ) +("willing" ((jj -6.766) (vbg -9.539) ) () ) +("willingness" ((nn -9.444) ) () ) +("willis" ((nnp -9.793) ) () ) +("willman" ((nnp -10.709) ) () ) +("willmott" ((nnp -10.304) ) () ) +("wills" ((nns -10.949) ) () ) +("willson" ((nnp -11.403) ) () ) +("willy-nilly" ((rb -10.299) ) () ) +("wilmer" ((nnp -9.793) ) () ) +("wilmington" ((nnp -9.100) ) () ) +("wilmouth" ((nnp -10.304) ) () ) +("wilshire" ((nnp -9.793) ) () ) +("wilson" ((nnp -8.694) ) () ) +("wilsonian" ((jj -10.971) ) () ) +("wilton" ((nnp -11.403) ) () ) +("wily" ((jj -10.971) ) () ) +("wimp" ((nn -11.747) (vb -10.141) ) () ) +("win" ((nn -11.747) (vb -6.210) (vbp -7.575) ) () ) +("winchester" ((nnp -10.709) ) () ) +("wind" ((nn -9.549) (vb -9.448) (vbp -8.268) ) () ) +("wind-driven" ((jj -10.971) ) () ) +("wind-swept" ((jj -10.971) ) () ) +("windfall" ((nn -11.054) ) () ) +("windfalls" ((nns -10.949) ) () ) +("windflower" ((nnp -11.403) ) () ) +("winding" ((vbg -8.153) ) () ) +("window" ((nn -8.856) ) () ) +("window-shopping" ((nn -11.747) ) () ) +("windowless" ((jj -10.971) ) () ) +("windows" ((nns -8.646) ) () ) +("winds" ((nns -9.339) ) () ) +("windshield" ((nn -10.648) ) () ) +("windshields" ((nns -10.255) ) () ) +("windsor" ((nnp -9.611) ) () ) +("wine" ((nn -8.379) (nnp -10.304) ) () ) +("wine-buying" ((jj -10.971) ) () ) +("wine-dark" ((jj -10.971) ) () ) +("wine-making" ((nn -11.747) ) () ) +("winery" ((nn -11.747) ) () ) +("wines" ((nn -11.747) (nns -8.241) ) () ) +("wing" ((nn -10.137) ) () ) +("wingbeat" ((nn -11.747) ) () ) +("winger" ((nn -11.747) (nnp -11.403) ) () ) +("wings" ((nns -8.869) ) () ) +("winiarski" ((nnp -10.709) ) () ) +("wink" ((nnp -11.403) ) () ) +("winking" ((vbg -9.539) ) () ) +("winnebago" ((nnp -9.323) ) () ) +("winner" ((nn -9.349) ) () ) +("winners" ((nns -8.310) ) () ) +("winnetka" ((nnp -11.403) ) () ) +("winning" ((jj -9.585) (vbg -6.595) ) () ) +("winningest" ((jjs -7.523) ) () ) +("winnipeg" ((nnp -10.709) ) () ) +("winnowing" ((nn -11.747) ) () ) +("wins" ((nns -9.003) (vbz -8.134) ) () ) +("winston" ((nnp -10.709) ) () ) +("winston-salem" ((nnp -11.403) ) () ) +("winter" ((nn -8.656) (nnp -9.611) (nnps -6.343) ) () ) +("winters" ((nns -10.949) ) () ) +("winterthur-based" ((jj -10.971) ) () ) +("winton" ((nnp -11.403) ) () ) +("wipe" ((vb -9.043) (vbp -9.367) ) () ) +("wiped" ((vbd -9.192) (vbn -8.246) ) () ) +("wipeout" ((nn -11.747) ) () ) +("wiping" ((vbg -8.440) ) () ) +("wire" ((nn -8.611) (vb -10.141) ) () ) +("wireless" ((nnp -11.403) ) () ) +("wireline" ((jj -10.971) ) () ) +("wires" ((nns -8.551) ) () ) +("wiretap" ((nn -11.054) ) () ) +("wiretaps" ((nns -10.255) ) () ) +("wiring" ((nn -11.054) ) () ) +("wirthlin" ((nnp -10.709) ) () ) +("wiry" ((jj -10.971) ) () ) +("wis" ((nnp -10.304) ) () ) +("wis." ((nnp -9.611) ) () ) +("wisconsin" ((nnp -8.763) ) () ) +("wisdom" ((nn -9.262) ) () ) +("wise" ((jj -9.872) (nnp -11.403) ) () ) +("wisecracks" ((nns -10.949) ) () ) +("wiseguy" ((nnp -11.403) ) () ) +("wisely" ((rb -8.913) ) () ) +("wiser" ((jjr -7.346) ) () ) +("wish" ((nn -10.137) (nnp -11.403) (vb -10.141) (vbp -6.728) ) () ) +("wish-list" ((nn -11.747) ) () ) +("wish-lists" ((nns -10.949) ) () ) +("wished" ((vbd -10.291) (vbn -9.855) ) () ) +("wishes" ((nns -9.562) (vbz -8.317) ) () ) +("wishing" ((vbg -8.153) ) () ) +("wistful" ((jj -10.971) ) () ) +("wit" ((nn -10.360) ) () ) +("witch" ((nn -10.648) ) () ) +("witchcraft" ((nn -11.747) ) () ) +("witches" ((nns -10.255) ) () ) +("witching" ((nn -11.054) ) () ) +("with" ((in -2.616) (nnp -11.403) (rp -6.242) ) () ) +("witha" ((nn -11.747) ) () ) +("withdraw" ((vb -7.251) ) () ) +("withdrawal" ((nn -8.611) ) () ) +("withdrawals" ((nns -8.241) ) () ) +("withdrawing" ((vbg -8.153) ) () ) +("withdrawn" ((vbn -7.370) ) () ) +("withdrew" ((vbd -7.400) ) () ) +("wither" ((vbp -9.367) ) () ) +("withering" ((vbg -9.539) ) () ) +("withheld" ((vbd -10.291) (vbn -8.063) ) () ) +("withhold" ((vb -10.141) (vbp -9.367) ) () ) +("withholding" ((nn -11.747) (vbg -8.153) ) () ) +("withholdings" ((nns -10.949) ) () ) +("within" ((in -5.700) ) () ) +("withing" ((in -10.957) ) () ) +("without" ((in -5.348) ) () ) +("withrow" ((nnp -11.403) ) () ) +("withstand" ((vb -7.839) ) () ) +("withstanding" ((vbg -9.539) ) () ) +("withstood" ((vbd -9.598) ) () ) +("witman" ((nnp -10.709) ) () ) +("witness" ((nn -9.039) (nnp -11.403) (vb -9.448) ) () ) +("witnessed" ((vbn -9.162) ) () ) +("witnesses" ((nns -7.953) ) () ) +("witnessing" ((vbg -8.846) ) () ) +("witten" ((nnp -11.403) ) () ) +("witter" ((nnp -8.144) ) () ) +("wittgreen" ((nnp -10.304) ) () ) +("witty" ((jj -10.278) ) () ) +("wives" ((nns -9.562) ) () ) +("wizard" ((nnp -11.403) ) () ) +("wizards" ((nns -10.949) ) () ) +("wlf" ((nnp -11.403) ) () ) +("wo" ((md -3.660) ) () ) +("wobbly" ((jj -9.872) ) () ) +("woe" ((nn -11.747) ) () ) +("woebegone" ((jj -10.971) ) () ) +("woeful" ((jj -10.971) ) () ) +("woes" ((nns -9.157) ) () ) +("wohlstetter" ((nnp -9.323) ) () ) +("woke" ((vbd -8.905) ) () ) +("wolcott" ((nnp -10.709) ) () ) +("wolf" ((nnp -8.458) ) () ) +("wolfe" ((nnp -10.304) ) () ) +("wolff" ((nnp -11.403) ) () ) +("wolfgang" ((nnp -10.304) ) () ) +("wolfson" ((nnp -11.403) ) () ) +("wollaeger" ((nnp -11.403) ) () ) +("wolves" ((nns -10.949) ) () ) +("womack" ((nnp -10.304) ) () ) +("woman" ((nn -7.456) (nnp -9.205) ) () ) +("womanizing" ((vbg -8.846) ) () ) +("women" ((nnp -10.016) (nns -6.567) ) () ) +("won" ((nn -10.360) (nnp -10.709) (vbd -6.197) (vbn -6.911) (vbp -9.367) ) () ) +("wonder" ((nn -9.262) (nnp -11.403) (vb -7.944) (vbp -6.534) ) () ) +("wonderbars" ((nns -10.949) ) () ) +("wondered" ((vbd -9.598) ) () ) +("wonderful" ((jj -8.774) ) () ) +("wonderfully" ((rb -8.913) ) () ) +("wondering" ((vbg -7.342) ) () ) +("wonderland" ((nn -11.747) ) () ) +("wonderment" ((nn -11.747) ) () ) +("wonders" ((nns -10.949) (vbz -8.828) ) () ) +("wondrous" ((jj -10.971) ) () ) +("wong" ((nnp -10.304) ) () ) +("wonham" ((nnp -10.709) ) () ) +("woo" ((nnp -10.709) (vb -8.532) ) () ) +("wood" ((nn -9.444) (nnp -9.457) ) () ) +("wood-chip" ((nn -11.747) ) () ) +("wood-grain" ((jj -10.971) ) () ) +("wood-paneled" ((jj -10.971) ) () ) +("wood-product" ((nn -11.747) ) () ) +("wood-products" ((nns -9.850) ) () ) +("woodbridge" ((nnp -10.709) ) () ) +("woodchucks" ((nns -10.949) ) () ) +("woodcliff" ((nnp -11.403) ) () ) +("wooden" ((jj -9.179) ) () ) +("woodland" ((nnp -10.016) ) () ) +("woodmac" ((nnp -11.403) ) () ) +("woodrow" ((nnp -11.403) ) () ) +("woodruff" ((nnp -10.709) ) () ) +("woods" ((nnp -10.304) (nns -10.949) ) () ) +("woodside" ((nnp -11.403) ) () ) +("woodstream" ((nnp -10.304) ) () ) +("woodward" ((nnp -10.709) ) () ) +("woodwind" ((nn -11.747) ) () ) +("woodworth" ((nnp -11.403) ) () ) +("woody" ((nnp -11.403) ) () ) +("wooing" ((vbg -8.153) ) () ) +("wool" ((nn -11.054) ) () ) +("woolard" ((nnp -11.403) ) () ) +("woolworth" ((nn -11.747) (nnp -9.611) ) () ) +("woong" ((nnp -11.403) ) () ) +("worcester" ((nnp -10.709) ) () ) +("word" ((nn -8.220) ) () ) +("word-processing" ((nn -11.054) (nns -10.949) ) () ) +("worded" ((vbn -8.469) ) () ) +("wording" ((nn -11.054) ) () ) +("wordplay" ((nn -11.747) ) () ) +("words" ((nnps -7.729) (nns -6.888) ) () ) +("wore" ((vbd -8.345) ) () ) +("work" ((nn -6.309) (vb -5.497) (vbp -6.322) ) () ) +("work-force" ((nn -11.747) ) () ) +("work-in-progress" ((nn -11.747) ) () ) +("work-rule" ((jj -10.971) (nn -11.747) ) () ) +("work-study" ((nn -11.747) ) () ) +("workable" ((jj -10.278) ) () ) +("workaholic" ((jj -10.971) (nn -11.747) ) () ) +("workday" ((nn -11.054) ) () ) +("workdays" ((nns -10.949) ) () ) +("worked" ((vbd -6.553) (vbn -6.764) ) () ) +("worker" ((nn -8.569) ) () ) +("worker-safety" ((nn -11.747) ) () ) +("workers" ((nnp -9.793) (nnps -6.119) (nns -5.686) ) () ) +("workforce" ((nn -11.054) ) () ) +("working" ((jj -8.669) (nn -9.349) (nnp -8.569) (vbg -4.876) ) () ) +("working-class" ((jj -10.278) ) () ) +("working-girl" ((nn -11.747) ) () ) +("workings" ((nns -9.850) ) () ) +("workman" ((nn -11.747) ) () ) +("workmen" ((nns -10.949) ) () ) +("workout" ((nn -10.137) ) () ) +("workplace" ((nn -10.137) (nnp -11.403) ) () ) +("workroom" ((nn -11.747) ) () ) +("works" ((nnp -10.016) (nnps -7.036) (nns -7.691) (vbz -6.237) ) () ) +("workstation" ((nn -9.801) ) () ) +("workstations" ((nns -8.464) ) () ) +("workweek" ((nn -11.747) ) () ) +("world" ((nn -6.225) (nnp -6.649) ) () ) +("world-affairs" ((nns -10.949) ) () ) +("world-class" ((jj -9.872) ) () ) +("world-commerce" ((jj -10.971) ) () ) +("world-famous" ((jj -10.278) ) () ) +("world-weary" ((jj -10.971) ) () ) +("world-wide" ((jj -7.001) (nnp -11.403) (rb -8.220) ) () ) +("worlds" ((nnps -7.729) (nns -9.562) ) () ) +("worldwide" ((nnp -9.611) ) () ) +("worm" ((nn -9.262) ) () ) +("worms" ((nnps -7.729) (nns -9.562) ) () ) +("worn" ((jj -10.971) (vbn -9.162) ) () ) +("worried" ((jj -8.263) (vbd -9.192) (vbn -6.636) ) () ) +("worriers" ((nns -10.949) ) () ) +("worries" ((nns -8.384) (vbz -8.134) ) () ) +("worrisome" ((jj -9.179) ) () ) +("worry" ((nn -9.667) (vb -7.146) (vbp -6.371) ) () ) +("worrying" ((jj -10.971) (vbg -7.747) ) () ) +("worse" ((1 -4.034) (jjr -4.605) (nnp -11.403) (rbr -6.726) ) () ) +("worse-than-expected" ((jj -10.278) ) () ) +("worsen" ((vb -8.196) ) () ) +("worsened" ((vbn -9.162) ) () ) +("worsening" ((nn -11.054) (vbg -7.930) ) () ) +("worship" ((nn -11.054) ) () ) +("worst" ((jjs -3.673) (rbs -6.019) ) () ) +("worst-case" ((jj -10.971) ) () ) +("worst-hit" ((jj -10.971) ) () ) +("worst-performing" ((jj -10.971) ) () ) +("worth" ((in -8.760) (jj -7.210) (nn -8.414) (nnp -9.100) ) () ) +("worthier" ((jjr -8.039) ) () ) +("worthiness" ((nn -11.747) ) () ) +("worthless" ((jj -9.585) ) () ) +("worthwhile" ((jj -10.971) ) () ) +("worthy" ((jj -8.892) ) () ) +("would" ((md -1.477) ) () ) +("would-be" ((jj -8.669) ) () ) +("wound" ((nn -11.747) (vb -10.141) (vbd -8.905) ) () ) +("wounded" ((jj -10.971) (vbn -9.855) ) () ) +("wounds" ((nns -10.255) ) () ) +("woven" ((vbn -9.855) ) () ) +("wow" ((uh -4.477) ) () ) +("wows" ((vbz -9.926) ) () ) +("wozniak" ((nnp -11.403) ) () ) +("wpp" ((nnp -8.267) ) () ) +("wracked" ((vbd -10.291) (vbn -9.855) ) () ) +("wrangling" ((nn -11.747) (vbg -8.440) ) () ) +("wrap" ((nn -11.747) (nnp -9.793) ) () ) +("wrapped" ((vbd -9.598) (vbn -8.757) ) () ) +("wrappers" ((nns -10.255) ) () ) +("wrapping" ((nn -11.747) (vbg -8.440) ) () ) +("wraps" ((vbz -9.233) ) () ) +("wrath" ((nn -10.360) ) () ) +("wrathful" ((jj -10.971) ) () ) +("wreaked" ((vbd -10.291) ) () ) +("wreck" ((nn -10.360) (vb -10.141) ) () ) +("wreckage" ((nn -11.054) ) () ) +("wrecked" ((vbd -9.598) ) () ) +("wrecking" ((vbg -8.846) ) () ) +("wree" ((nn -11.747) ) () ) +("wrenched" ((vbn -9.855) ) () ) +("wrenching" ((jj -10.971) (vbg -9.539) ) () ) +("wrest" ((vb -9.448) ) () ) +("wrested" ((vbn -9.855) ) () ) +("wrestle" ((vb -9.448) ) () ) +("wrestlers" ((nns -10.949) ) () ) +("wrestles" ((vbz -9.926) ) () ) +("wrestling" ((nn -11.747) (vbg -8.846) ) () ) +("wriggling" ((vbg -8.846) ) () ) +("wright" ((nnp -7.876) ) () ) +("wrighting" ((nn -11.747) ) () ) +("wrigley" ((nnp -11.403) ) () ) +("wring" ((vb -10.141) ) () ) +("wrinkle" ((nn -11.054) ) () ) +("wrist" ((nn -11.054) ) () ) +("wrists" ((nns -10.255) ) () ) +("writ" ((nn -11.747) ) () ) +("write" ((vb -6.558) (vbp -7.981) ) () ) +("write-down" ((nn -9.444) ) () ) +("write-downs" ((nns -9.339) ) () ) +("write-off" ((nn -9.349) ) () ) +("write-offs" ((nn -11.747) (nns -9.562) ) () ) +("writedowns" ((nns -9.850) ) () ) +("writeoffs" ((nns -10.949) ) () ) +("writer" ((nn -8.220) ) () ) +("writers" ((nnp -11.403) (nns -8.551) ) () ) +("writes" ((vbz -7.154) ) () ) +("writhing" ((vbg -8.846) ) () ) +("writing" ((nn -9.955) (vbg -6.595) ) () ) +("writings" ((nns -9.339) ) () ) +("written" ((jj -9.872) (vbn -6.118) ) () ) +("wrondgoing" ((nn -11.747) ) () ) +("wrong" ((jj -6.946) (nn -11.747) (rb -10.299) ) () ) +("wrongdoing" ((nn -9.039) ) () ) +("wronged" ((vbn -9.855) ) () ) +("wrongful" ((jj -9.872) ) () ) +("wrongfully" ((rb -10.299) ) () ) +("wrongly" ((rb -9.606) ) () ) +("wrote" ((vbd -6.132) ) () ) +("wrought" ((vbd -10.291) ) () ) +("wrung" ((vb -10.141) ) () ) +("wryly" ((rb -10.299) ) () ) +("wsj" ((nnp -7.937) ) () ) +("wtxf" ((nnp -10.709) ) () ) +("wu" ((nnp -11.403) ) () ) +("wussler" ((nnp -10.304) ) () ) +("wwor" ((nnp -11.403) ) () ) +("wylie" ((nnp -10.709) ) () ) +("wyly" ((nnp -11.403) ) () ) +("wyman" ((nnp -11.403) ) () ) +("wyndham" ((nnp -11.403) ) () ) +("wynn" ((nnp -10.709) ) () ) +("wyo" ((nnp -11.403) ) () ) +("wyoming" ((nnp -9.205) ) () ) +("wyss" ((nnp -9.457) ) () ) +("x" ((nn -11.747) (nnp -10.016) (sym -2.996) ) () ) +("x-ray" ((nn -11.054) ) () ) +("x-rays" ((nns -9.339) ) () ) +("x." ((nnp -10.709) ) () ) +("xanax" ((nnp -11.403) ) () ) +("xerox" ((nnp -8.569) ) () ) +("xia" ((nnp -11.403) ) () ) +("xiangyang" ((nnp -11.403) ) () ) +("xiaoping" ((nnp -10.709) ) () ) +("xiaoqing" ((nnp -11.403) ) () ) +("xinhua" ((nnp -10.304) ) () ) +("xl" ((nnp -11.403) ) () ) +("xr4ti" ((nnp -10.016) ) () ) +("xtra" ((nn -11.747) (nnp -9.611) ) () ) +("y" ((nn -11.747) (nnp -10.709) ) () ) +("y&r" ((nnp -10.304) ) () ) +("y." ((nnp -11.403) ) () ) +("y.j." ((nnp -11.403) ) () ) +("ya" ((prp -10.121) ) () ) +("yaaba" ((nnp -11.403) ) () ) +("yacht" ((nn -11.747) (nnp -10.709) ) () ) +("yachting" ((nn -11.747) ) () ) +("yachts" ((nns -10.949) ) () ) +("yachtsman" ((nnp -11.403) ) () ) +("yacos" ((nnp -11.403) ) () ) +("yale" ((nnp -8.763) ) () ) +("yamaguchi" ((nnp -10.709) ) () ) +("yamaichi" ((nnp -9.005) ) () ) +("yamamoto" ((nnp -10.016) ) () ) +("yamane" ((nnp -11.403) ) () ) +("yamatake" ((nnp -10.709) ) () ) +("yamatake-honeywell" ((nnp -10.016) ) () ) +("yamatane" ((nnp -11.403) ) () ) +("yanes" ((nnp -10.709) ) () ) +("yang" ((nnp -8.694) ) () ) +("yank" ((vb -10.141) ) () ) +("yank-oriented" ((jj -10.971) ) () ) +("yanked" ((vbd -9.598) (vbn -9.855) ) () ) +("yankee" ((nn -11.747) (nnp -9.457) ) () ) +("yankee-come-lately" ((jj -10.971) ) () ) +("yankees" ((nnps -7.036) ) () ) +("yankees-mets" ((jj -10.971) ) () ) +("yankelovich" ((nnp -10.016) ) () ) +("yanking" ((vbg -8.846) ) () ) +("yankus" ((nnp -11.403) ) () ) +("yard" ((nn -9.667) ) () ) +("yardeni" ((nnp -10.709) ) () ) +("yards" ((nns -9.003) ) () ) +("yardstick" ((nn -11.054) ) () ) +("yarn" ((nn -11.747) ) () ) +("yasser" ((nnp -11.403) ) () ) +("yastrow" ((nnp -11.403) ) () ) +("yastrzemski" ((nnp -11.403) ) () ) +("yates" ((nnp -10.709) ) () ) +("yeah" ((uh -3.784) ) () ) +("year" ((nn -4.090) ) () ) +("year-ago" ((jj -6.766) ) () ) +("year-before" ((jj -9.872) ) () ) +("year-earlier" ((jj -6.184) ) () ) +("year-end" ((jj -9.179) (nn -9.549) (rb -10.299) ) () ) +("year-long" ((jj -10.971) ) () ) +("year-on-year" ((jj -9.362) ) () ) +("year-to-date" ((jj -9.362) ) () ) +("year-to-year" ((jj -9.025) ) () ) +("yearearlier" ((jj -10.971) ) () ) +("yearend" ((nn -11.747) ) () ) +("yeargin" ((nnp -7.792) ) () ) +("yearlong" ((jj -10.278) ) () ) +("yearly" ((jj -9.362) ) () ) +("yearn" ((nn -11.747) ) () ) +("yearning" ((nn -11.747) ) () ) +("years" ((nns -3.972) ) () ) +("yeast" ((nn -9.549) ) () ) +("yeh" ((nnp -11.403) ) () ) +("yehudi" ((nnp -11.403) ) () ) +("yelled" ((vbd -9.192) ) () ) +("yelling" ((vbg -8.846) ) () ) +("yellow" ((jj -8.774) ) () ) +("yellow-pages" ((nn -11.747) ) () ) +("yells" ((vbz -9.926) ) () ) +("yelped" ((vbd -10.291) ) () ) +("yemma" ((nnp -11.403) ) () ) +("yen" ((nn -6.684) (nns -5.645) ) () ) +("yen-denominated" ((jj -10.278) ) () ) +("yen-support" ((jj -10.971) ) () ) +("yes" ((nnp -11.403) (rb -9.201) (uh -1.644) ) () ) +("yesterday" ((nn -5.216) (nnp -11.403) (rb -7.660) ) () ) +("yet" ((cc -6.344) (rb -4.981) ) () ) +("yet-to-be-formed" ((jj -10.971) ) () ) +("yeterday" ((nn -11.747) ) () ) +("yetnikoff" ((nnp -9.323) ) () ) +("yeutter" ((nnp -9.793) ) () ) +("yew" ((nn -11.747) (nnp -11.403) ) () ) +("yiddish" ((jj -10.971) ) () ) +("yield" ((nn -6.827) (nnp -10.304) (vb -5.006) (vbp -7.757) ) () ) +("yielded" ((vbd -8.681) (vbn -9.855) ) () ) +("yielding" ((jj -10.278) (nn -11.747) (vbg -6.831) ) () ) +("yields" ((nns -6.248) (vbz -8.540) ) () ) +("yigal" ((nnp -11.403) ) () ) +("yippies" ((nnps -7.729) ) () ) +("yitzhak" ((nnp -10.709) ) () ) +("yo" ((nnp -11.403) ) () ) +("yogi" ((nnp -10.709) ) () ) +("yoke" ((nn -11.747) ) () ) +("yokich" ((nnp -10.709) ) () ) +("yokohama" ((nnp -10.709) ) () ) +("yom" ((nnp -11.403) ) () ) +("yon" ((rb -10.299) ) () ) +("yonehara" ((nnp -10.016) ) () ) +("yoneyama" ((nnp -10.709) ) () ) +("yongjian" ((nnp -11.403) ) () ) +("york" ((nnp -4.633) ) () ) +("york-based" ((jj -7.475) (nnp -11.403) ) () ) +("york-moscow" ((nnp -11.403) ) () ) +("yorker" ((nnp -9.457) ) () ) +("yorkers" ((nnp -11.403) ) () ) +("yorkshire" ((nnp -9.611) ) () ) +("yoshiaki" ((nnp -10.709) ) () ) +("yoshihashi" ((nnp -10.709) ) () ) +("yoshihisa" ((nnp -11.403) ) () ) +("yoshio" ((nnp -11.403) ) () ) +("yoshiro" ((nnp -11.403) ) () ) +("yoshitoki" ((nnp -11.403) ) () ) +("yosi" ((nnp -11.403) ) () ) +("you" ((prp -3.560) ) () ) +("you-know-what" ((nn -11.747) ) () ) +("young" ((jj -6.602) (nnp -8.184) ) () ) +("youngberg" ((nnp -11.403) ) () ) +("younger" ((jjr -4.995) ) () ) +("youngest" ((jjs -5.731) ) () ) +("youngish" ((jj -10.971) ) () ) +("youngsters" ((nns -8.869) ) () ) +("younkers" ((nnp -9.793) (nns -10.949) ) () ) +("your" ((prp -4.858) (jj -4.0) ) () ) +("yourself" ((prp -8.175) ) () ) +("youth" ((nn -9.039) (nnp -10.709) ) () ) +("youthful" ((jj -10.971) ) () ) +("youths" ((nnp -11.403) (nns -10.949) ) () ) +("yquem" ((nnp -10.709) ) () ) +("yttrium-containing" ((jj -10.971) ) () ) +("yuan" ((nn -11.747) (nnp -11.403) ) () ) +("yuba" ((nnp -11.403) ) () ) +("yugoslav-born" ((jj -10.971) ) () ) +("yukio" ((nnp -11.403) ) () ) +("yukon" ((nnp -10.304) ) () ) +("yuli" ((nnp -11.403) ) () ) +("yuppie" ((nn -11.054) ) () ) +("yuppies" ((nns -9.003) ) () ) +("yuppily" ((rb -10.299) ) () ) +("yuri" ((nnp -10.709) ) () ) +("yusen" ((nnp -10.709) ) () ) +("yutaka" ((nnp -10.709) ) () ) +("yuzek" ((nnp -10.709) ) () ) +("yves" ((nnp -11.403) ) () ) +("yvon" ((nnp -11.403) ) () ) +("z" ((nn -11.747) (sym -4.094) ) () ) +("z." ((nnp -10.016) ) () ) +("zach" ((nnp -11.403) ) () ) +("zacharias" ((nnp -11.403) ) () ) +("zacks" ((nnp -8.838) ) () ) +("zainuddin" ((nnp -11.403) ) () ) +("zaire" ((nnp -11.403) ) () ) +("zairean" ((jj -10.971) ) () ) +("zalubice" ((nnp -10.304) ) () ) +("zama" ((nnp -11.403) ) () ) +("zambia" ((nnp -11.403) ) () ) +("zamislov" ((nnp -11.403) ) () ) +("zapfel" ((nnp -10.709) ) () ) +("zapping" ((vbg -9.539) ) () ) +("zarett" ((nnp -11.403) ) () ) +("zarnowitz" ((nnp -10.709) ) () ) +("zayadi" ((nnp -10.709) ) () ) +("zayed" ((nnp -11.403) ) () ) +("zbb" ((nnp -10.304) ) () ) +("zbigniew" ((nnp -11.403) ) () ) +("zeal" ((nnp -11.403) ) () ) +("zealand" ((nnp -8.569) ) () ) +("zealand-based" ((jj -10.278) ) () ) +("zealot" ((nn -11.747) ) () ) +("zealous" ((jj -10.971) ) () ) +("zeffirelli" ((nnp -10.709) ) () ) +("zeidner" ((nnp -10.709) ) () ) +("zeiger" ((nnp -11.403) ) () ) +("zeisler" ((nnp -11.403) ) () ) +("zeitung" ((nnp -11.403) ) () ) +("zell" ((nnp -10.709) ) () ) +("zellers" ((nnp -11.403) ) () ) +("zemin" ((nnp -11.403) ) () ) +("zen-like" ((jj -10.971) ) () ) +("zenith" ((nn -11.747) (nnp -9.005) ) () ) +("zero" ((cd -7.823) (nn -11.054) (vb -10.141) ) () ) +("zero-based" ((nnp -11.403) ) () ) +("zero-coupon" ((jj -7.927) (nn -10.137) ) () ) +("zero-inflation" ((nn -11.747) ) () ) +("zero-sum" ((jj -10.971) ) () ) +("zeroing" ((vbg -8.846) ) () ) +("zeros" ((nns -9.850) ) () ) +("zestfully" ((rb -10.299) ) () ) +("zeta" ((nnp -9.457) ) () ) +("zey" ((prp -10.121) ) () ) +("zhang" ((nnp -10.304) ) () ) +("zhao" ((nnp -10.709) ) () ) +("zhaoxing" ((nnp -11.403) ) () ) +("zhejiang" ((nnp -11.403) ) () ) +("zhijie" ((nnp -11.403) ) () ) +("zhong" ((nnp -10.709) ) () ) +("zhu" ((nnp -11.403) ) () ) +("zia" ((nnp -11.403) ) () ) +("zicklin" ((nnp -11.403) ) () ) +("ziebarth" ((nnp -11.403) ) () ) +("ziff" ((nnp -11.403) ) () ) +("zig-zag" ((vbp -9.367) ) () ) +("zigzags" ((nns -10.949) ) () ) +("zilch" ((1 -4.727) ) () ) +("zilligen" ((nnp -10.016) ) () ) +("zillion" ((1 -4.727) ) () ) +("zimbabwe" ((nnp -10.709) ) () ) +("zimbabwean" ((jj -10.971) (nnp -11.403) ) () ) +("zimet" ((nnp -11.403) ) () ) +("zimmer" ((nnp -11.403) ) () ) +("zinc" ((nn -10.137) ) () ) +("zip" ((nn -10.648) (vb -9.448) (vbp -9.367) ) () ) +("zipper" ((nnp -10.304) ) () ) +("zipser" ((nnp -11.403) ) () ) +("zirbel" ((nnp -11.403) ) () ) +("zirconate" ((nn -11.747) ) () ) +("ziyang" ((nnp -11.403) ) () ) +("zlotys" ((nns -10.949) ) () ) +("zoeller" ((nnp -10.709) ) () ) +("zoete" ((nnp -9.323) ) () ) +("zombie" ((nn -11.054) (nnp -11.403) ) () ) +("zone" ((nn -10.360) (nnp -10.709) ) () ) +("zones" ((nns -9.562) ) () ) +("zoning" ((nn -10.648) (vbg -8.846) ) () ) +("zoo" ((nn -11.747) ) () ) +("zoom" ((vb -10.141) ) () ) +("zoomed" ((vbd -10.291) (vbn -9.162) ) () ) +("zounds" ((uh -4.477) ) () ) +("zsa" ((nnp -9.323) ) () ) +("zuckerman" ((nnp -10.709) ) () ) +("zuercher" ((nnp -11.403) ) () ) +("zukin" ((nnp -11.403) ) () ) +("zulu" ((nnp -10.709) ) () ) +("zuratas" ((nnp -11.403) ) () ) +("zurich" ((nnp -9.005) ) () ) +("zurich-based" ((jj -10.971) ) () ) +("zurkuhlen" ((nnp -10.709) ) () ) +("zurn" ((nnp -10.709) ) () ) +("zwelakhe" ((nnp -11.403) ) () ) +("zwiren" ((nnp -11.403) ) () ) +("zycher" ((nnp -9.793) ) () ) +("zygmunt" ((nnp -11.403) ) () ) +("{" ((punc -6.375) ) () ) +("}" ((punc -6.354) ) () ) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/etc/email_filter b/pretrained_models/CosyVoice-ttsfrd/resource/festival/etc/email_filter new file mode 100644 index 0000000000000000000000000000000000000000..a2d92502e22a561bdcba1287b5bf5e9fc878e9b9 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/etc/email_filter @@ -0,0 +1,47 @@ +#!/bin/sh +########################################################################### +## ## +## Centre for Speech Technology Research ## +## University of Edinburgh, UK ## +## Copyright (c) 1996,1997 ## +## All Rights Reserved. ## +## ## +## Permission is hereby granted, free of charge, to use and distribute ## +## this software and its documentation without restriction, including ## +## without limitation the rights to use, copy, modify, merge, publish, ## +## distribute, sublicense, and/or sell copies of this work, and to ## +## permit persons to whom this work is furnished to do so, subject to ## +## the following conditions: ## +## 1. The code must retain the above copyright notice, this list of ## +## conditions and the following disclaimer. ## +## 2. Any modifications must be clearly marked as such. ## +## 3. Original authors' names are not deleted. ## +## 4. The authors' names are not used to endorse or promote products ## +## derived from this software without specific prior written ## +## permission. ## +## ## +## THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ## +## DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ## +## ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ## +## SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ## +## FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ## +## WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ## +## AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ## +## ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ## +## THIS SOFTWARE. ## +## ## +########################################################################### +## ## +## Email filter for tts text mode ## +## usage: email_filter email_message >filtered_message ## +## ## +## Extracts the From and Subject lines form the head and the body of ## +## of the message, I suppose it could also do signature extraction ## +## ## +########################################################################### +grep "^From: " $1 +echo +grep "^Subject: " $1 +echo +# delete up to first blank line (i.e. the header) +sed '1,/^$/ d' $1 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/mbrola.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mbrola.scm new file mode 100644 index 0000000000000000000000000000000000000000..77d1e42c5f2f0d542828f71eff592cd157808252 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mbrola.scm @@ -0,0 +1,103 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Support for MBROLA as an external module. +;;; + +;;; You might want to set this in your sitevars.scm +(defvar mbrola_progname "/cstr/external/mbrola/mbrola" + "mbrola_progname + The program name for mbrola.") +(defvar mbrola_database "fr1" + "mbrola_database + The name of the MBROLA database to usde during MBROLA Synthesis.") + +(define (MBROLA_Synth utt) + "(MBROLA_Synth UTT) + Synthesize using MBROLA as external module. Basically dump the info + from this utterance. Call MBROLA and reload the waveform into utt. + [see MBROLA]" + (let ((filename (make_tmp_filename)) + ) + (save_segments_mbrola utt filename) + (system (string-append mbrola_progname " " + mbrola_database " " + filename " " + filename ".au")) + (utt.import.wave utt (string-append filename ".au")) + (apply_hooks after_synth_hooks utt) + (delete-file filename) + (delete-file (string-append filename ".au")) + utt)) + +(define (save_segments_mbrola utt filename) + "(save_segments_mbrola UTT FILENAME) + Save segment information in MBROLA format in filename. The format is + phone duration (ms) [% position F0 target]*. [see MBROLA]" + (let ((fd (fopen filename "w"))) + (mapcar + (lambda (segment) + (save_seg_mbrola_entry + (item.feat segment 'name) + (item.feat segment 'segment_start) + (item.feat segment 'segment_duration) + (mapcar + (lambda (targ_item) + (list + (item.feat targ_item "pos") + (item.feat targ_item "f0"))) + (item.relation.daughters segment 'Target)) ;; list of targets + fd)) + (utt.relation.items utt 'Segment)) + (fclose fd))) + +(define (save_seg_mbrola_entry name start dur targs fd) + "(save_seg_mbrola_entry ENTRY NAME START DUR TARGS FD) + Entry contains, (name duration num_targs start 1st_targ_pos 1st_targ_val)." + (format fd "%s %d " name (nint (* dur 1000))) + (if targs ;; if there are any targets + (mapcar + (lambda (targ) ;; targ_pos and targ_val + (let ((targ_pos (car targ)) + (targ_val (car (cdr targ)))) + + (format fd "%d %d " + (nint (* 100 (/ (- targ_pos start) dur))) ;; % pos of target + (nint (parse-number targ_val))) ;; target value + )) + targs)) + (terpri fd) + (terpri fd) +) + +(provide 'mbrola) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/mettree.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mettree.scm new file mode 100644 index 0000000000000000000000000000000000000000..638ded1090e6551a37ac32cbd49457ecf7678345 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mettree.scm @@ -0,0 +1,88 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1998 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Some (experimental) data for investigating metrical trees +;;; + +;;; Set up generation of metrical tree, this includes getting +;;; a syntactic parse +;;; +;;; Use as +;;; (set! utt1 (metsynth (Utterance Text "For afternoon tea"))) +;;; (utt.relation_tree utt1 'MetricalTree) + +(require 'scfg) +(set! scfg_grammar (load (path-append libdir "scfg_wsj_wp20.gram") t)) + +(define (mettext utt) + (Initialize utt) + (Text utt) + (Token_POS utt) + (Token utt) + (POS utt) + (print "here1") + (Phrasify utt) + (print "here2") + (ProbParse utt) + (print "here3") + (auto_metrical_tree utt) +) + +(define (metsynth utt) + (mettext utt) + (Wave_Synth utt) +) + +;;; Assumed everything is using Roger diphones + +;;(lex.create "cmu_mettree") +;;;(lex.set.phoneset "radio_phones") +;;(lex.set.phoneset "radio_phones") + +(define (setup_cmu_mettree_lex) + "(setup_cmu_mettreelex) +Lexicon derived from the CMU lexicon (cmudict-0.1), around 100,000 entries, +in the radio phoneset (sort of darpa-like)." + (if (not (member_string "cmu_mettree" (lex.list))) + (begin + (print "making cmu lexicon") + (lex.create "cmu_mettree") + (lex.set.compile.file (path-append lexdir "cmu_mettree_lex.out")) + (lex.set.phoneset "radio") + (require 'lts__us) ;; US English letter to sound rules + (lex.set.lts.method 'lts_rules) + (lex.set.lts.ruleset 'nrl_us)))) + +(provide 'mettree) + + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/module_description.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/module_description.scm new file mode 100644 index 0000000000000000000000000000000000000000..0cf426f9a9afcd012bed5a49642fee8821b6cfd5 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/module_description.scm @@ -0,0 +1,117 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Handle module descriptions. +;;; + +(defvar *module-descriptions* nil + "*module-descriptions* + An association list recording the description objects for proclaimed + modules.") + +(define (set_module_description mod desc) + "(set_module_description MOD DESC) + Set the description for the module named MOD." + (let ((entry (assoc mod *module-descriptions*))) + (if entry + (set-cdr! entry (cons desc nil)) + (set! *module-descriptions* (cons (cons mod (cons desc nil)) + *module-descriptions*)) + ) + ) + ) + +(define (module_description mod) + "(module_description MOD) + Returns the description record of the module named by symbol MOD" + (let ((entry (assoc mod *module-descriptions*))) + (if entry + (car (cdr entry)) + nil + ) + ) + ) + +(defmac (proclaim form) + "(proclaim NAME &opt DESCRIPTION...) + Anounce the availability of a module NAME. DESCRIPTION + is a description in a fixed format." + (let ((name (car (cdr form))) + (description (cdr form)) + ) + (list 'proclaim-real (list 'quote name) (list 'quote description)) + ) + ) + +(define (proclaim-real name description) + (set! *modules* (cons name *modules*)) +; (if description +; (set_module_description name (create_module_description description)) +; ) + ) + +(define (describe_module mod) + "(describe_module MOD) + Describe the module named by the symbol MOD." + + (let ((entry (module_description mod))) + (format t "---------------------\n") + (if entry + (print_module_description entry) + (format t "No description for %l\n" mod) + ) + (format t "---------------------\n") + ) + ) + +(define (describe_all_modules) + "(describe_all_modules) + Print descriptions of all proclaimed modules" + (format t "---------------------\n") + (let ((p *module-descriptions*)) + (while p + (print_module_description (car (cdr (car p)))) + (format t "---------------------\n") + (set! p (cdr p)) + ) + ) + ) + +(proclaim + module_description 1.1 + "CSTR" "Richard Caley " + ( "Handle module descriptions from C++ and from Scheme." + ) + ) + +(provide 'module_description) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/mrpa_allophones.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mrpa_allophones.scm new file mode 100644 index 0000000000000000000000000000000000000000..fbabf369c8047c14c6553c5323e8495f56f9619f --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mrpa_allophones.scm @@ -0,0 +1,111 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; ;; +;; Centre for Speech Technology Research ;; +;; University of Edinburgh, UK ;; +;; Copyright (c) 1996,1997 ;; +;; All Rights Reserved. ;; +;; ;; +;; Permission is hereby granted, free of charge, to use and distribute ;; +;; this software and its documentation without restriction, including ;; +;; without limitation the rights to use, copy, modify, merge, publish, ;; +;; distribute, sublicense, and/or sell copies of this work, and to ;; +;; permit persons to whom this work is furnished to do so, subject to ;; +;; the following conditions: ;; +;; 1. The code must retain the above copyright notice, this list of ;; +;; conditions and the following disclaimer. ;; +;; 2. Any modifications must be clearly marked as such. ;; +;; 3. Original authors' names are not deleted. ;; +;; 4. The authors' names are not used to endorse or promote products ;; +;; derived from this software without specific prior written ;; +;; permission. ;; +;; ;; +;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;; THIS SOFTWARE. ;; +;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; A definition of the extended mrpa phone set used for some diphone sets +;; + +(defPhoneSet + mrpa_allophones + ;;; Phone Features + (;; vowel or consonant + (vc + -) + ;; vowel length: short long dipthong schwa + (vlng s l d a 0) + ;; vowel height: high mid low + (vheight 1 2 3 -) + ;; vowel frontness: front mid back + (vfront 1 2 3 -) + ;; lip rounding + (vrnd + -) + ;; consonant type: stop fricative affricative nasal liquid + (ctype s f a n l 0) + ;; place of articulation: labial alveolar palatal labio-dental + ;; dental velar + (cplace l a p b d v 0) + ;; consonant voicing + (cvox + -) + ) + ;; Phone set members + ( + (uh + s 2 3 - 0 0 +) + (e + s 2 1 - 0 0 +) + (a + s 3 1 - 0 0 +) + (o + s 3 3 - 0 0 +) + (i + s 1 1 - 0 0 +) + (u + s 1 3 + 0 0 +) + (ii + l 1 1 - 0 0 +) + (uu + l 2 3 + 0 0 +) + (oo + l 3 2 - 0 0 +) + (aa + l 3 1 - 0 0 +) + (@@ + l 2 2 - 0 0 +) + (ai + d 3 1 - 0 0 +) + (ei + d 2 1 - 0 0 +) + (oi + d 3 3 - 0 0 +) + (au + d 3 3 + 0 0 +) + (ou + d 3 3 + 0 0 +) + (e@ + d 2 1 - 0 0 +) + (i@ + d 1 1 - 0 0 +) + (u@ + d 3 1 - 0 0 +) + (@ + a - - - 0 0 +) + (p - 0 - - + s l -) + (t - 0 - - + s a -) + (k - 0 - - + s p -) + (b - 0 - - + s l +) + (d - 0 - - + s a +) + (g - 0 - - + s p +) + (s - 0 - - + f a -) + (z - 0 - - + f a +) + (sh - 0 - - + f p -) + (zh - 0 - - + f p +) + (f - 0 - - + f b -) + (v - 0 - - + f b +) + (th - 0 - - + f d -) + (dh - 0 - - + f d +) + (ch - 0 - - + a a -) + (jh - 0 - - + a a +) + (h - 0 - - + a v -) + (m - 0 - - + n l +) + (n - 0 - - + n d +) + (ng - 0 - - + n v +) + (l - 0 - - + l d +) + (ll - 0 - - + l d +) + (y - 0 - - + l a +) + (r - 0 - - + l p +) + (w - 0 - - + l l +) + (# - 0 - - - 0 0 -) + ) + ) + +(PhoneSet.silences '(#)) + +(provide 'mrpa_allophones) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/mrpa_durs.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mrpa_durs.scm new file mode 100644 index 0000000000000000000000000000000000000000..86b14ca79e63fe01266c18a3e55c6eea50d88755 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mrpa_durs.scm @@ -0,0 +1,136 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; mrpa average phoneme durations from gsw 450 +;;; +(set! phoneme_durations +'( +(u 0.067) +(i@ 0.146) +(h 0.067) +(uu 0.105) +(uh 0.090) +(v 0.053) +(oo 0.145) +(i 0.060) +(jh 0.097) +(ii 0.095) +(w 0.066) +(k 0.088) +(+ 0.036) +(y 0.051) +(l 0.067) +(zh 0.080) +(ng 0.072) +(m 0.070) +(z 0.079) +(## 0.256) +(au 0.162) +(a 0.118) +(n 0.065) +(o 0.102) +(ai 0.156) +(b 0.071) +(ou 0.129) +(ch 0.119) +(p 0.094) +(oi 0.165) +(# 0.040) +(e@ 0.131) +(d 0.052) +(dh 0.032) +(e 0.091) +(r 0.062) +(sh 0.101) +(@@ 0.149) +(ei 0.131) +(f 0.091) +(s 0.093) +(g 0.066) +(u@ 0.120) +(aa 0.173) +(t 0.073) +(th 0.080) +(@ 0.054) +)) + +(set! gsw_durs +'( +(# 0.200 0.100) +(h 0.061 0.028) +(i@ 0.141 0.061) +(u 0.067 0.024) +(uu 0.107 0.044) +(uh 0.087 0.025) +(v 0.051 0.019) +(oo 0.138 0.046) +(i 0.058 0.023) +(ii 0.092 0.035) +(w 0.054 0.023) +(jh 0.094 0.024) +(k 0.089 0.034) +(y 0.048 0.025) +(l 0.056 0.026) +(zh 0.077 0.030) +(ng 0.064 0.024) +(m 0.063 0.021) +(z 0.072 0.029) +(a 0.120 0.036) +(au 0.171 0.046) +(n 0.059 0.025) +(ou 0.134 0.039) +(b 0.073 0.021) +(o 0.094 0.037) +(ai 0.137 0.047) +(ch 0.128 0.039) +(oi 0.183 0.050) +(p 0.101 0.032) +(e@ 0.144 0.061) +(d 0.048 0.021) +(dh 0.031 0.016) +(e 0.092 0.035) +(r 0.053 0.025) +(sh 0.108 0.031) +(f 0.095 0.033) +(@@ 0.147 0.035) +(ei 0.130 0.042) +(s 0.102 0.037) +(u@ 0.140 0.057) +(th 0.093 0.050) +(g 0.064 0.021) +(aa 0.155 0.045) +(t 0.070 0.034) +(@ 0.046 0.020) +)) + +(provide 'mrpa_durs) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/mrpa_phones.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mrpa_phones.scm new file mode 100644 index 0000000000000000000000000000000000000000..84e2c176df50504131af5fcc94cfbb670c1ab966 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/mrpa_phones.scm @@ -0,0 +1,114 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; ;; +;; Centre for Speech Technology Research ;; +;; University of Edinburgh, UK ;; +;; Copyright (c) 1996,1997 ;; +;; All Rights Reserved. ;; +;; ;; +;; Permission is hereby granted, free of charge, to use and distribute ;; +;; this software and its documentation without restriction, including ;; +;; without limitation the rights to use, copy, modify, merge, publish, ;; +;; distribute, sublicense, and/or sell copies of this work, and to ;; +;; permit persons to whom this work is furnished to do so, subject to ;; +;; the following conditions: ;; +;; 1. The code must retain the above copyright notice, this list of ;; +;; conditions and the following disclaimer. ;; +;; 2. Any modifications must be clearly marked as such. ;; +;; 3. Original authors' names are not deleted. ;; +;; 4. The authors' names are not used to endorse or promote products ;; +;; derived from this software without specific prior written ;; +;; permission. ;; +;; ;; +;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;; THIS SOFTWARE. ;; +;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; A definition of the mrpa phone set +;; + +(defPhoneSet + mrpa + ;;; Phone Features + (;; vowel or consonant + (vc + -) + ;; vowel length: short long dipthong schwa + (vlng s l d a 0) + ;; vowel height: high mid low + (vheight 1 2 3 0) + ;; vowel frontness: front mid back + (vfront 1 2 3 0) + ;; lip rounding + (vrnd + - 0) + ;; consonant type: stop fricative affricate nasal lateral approximant + (ctype s f a n l r 0) + ;; place of articulation: labial alveolar palatal labio-dental + ;; dental velar glottal + (cplace l a p b d v g 0) + ;; consonant voicing + (cvox + - 0) + ) + ;; Phone set members + ( + (uh + s 2 3 - 0 0 0) + (e + s 2 1 - 0 0 0) + (a + s 3 1 - 0 0 0) + (o + s 2 3 + 0 0 0) + (i + s 1 1 - 0 0 0) + (u + s 1 3 + 0 0 0) + (ii + l 1 1 - 0 0 0) + (uu + l 1 3 + 0 0 0) + (oo + l 3 3 + 0 0 0) + (aa + l 3 3 - 0 0 0) + (@@ + l 2 2 - 0 0 0) + (ai + d 3 2 - 0 0 0) + (ei + d 2 1 - 0 0 0) + (oi + d 3 3 + 0 0 0) + (au + d 3 2 + 0 0 0) + (ou + d 2 2 - 0 0 0) + (e@ + d 2 1 - 0 0 0) + (i@ + d 1 1 - 0 0 0) + (u@ + d 3 1 + 0 0 0) + (@ + a 2 2 - 0 0 0) + (p - 0 0 0 0 s l -) + (t - 0 0 0 0 s a -) + (k - 0 0 0 0 s v -) + (b - 0 0 0 0 s l +) + (d - 0 0 0 0 s a +) + (g - 0 0 0 0 s v +) + (s - 0 0 0 0 f a -) + (z - 0 0 0 0 f a +) + (sh - 0 0 0 0 f p -) + (zh - 0 0 0 0 f p +) + (f - 0 0 0 0 f b -) + (v - 0 0 0 0 f b +) + (th - 0 0 0 0 f d -) + (dh - 0 0 0 0 f d +) + (ch - 0 0 0 0 a p -) + (jh - 0 0 0 0 a p +) + (h - 0 0 0 0 f g -) + (m - 0 0 0 0 n l +) + (n - 0 0 0 0 n a +) + (ng - 0 0 0 0 n v +) + (l - 0 0 0 0 l a +) + (y - 0 0 0 0 r p +) + (r - 0 0 0 0 r a +) + (w - 0 0 0 0 r l +) + (# - 0 0 0 0 0 0 -) + ) + ) + +(PhoneSet.silences '(#)) + +(provide 'mrpa_phones) + + + + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/multisyn.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/multisyn.scm new file mode 100644 index 0000000000000000000000000000000000000000..2efd1e2e115e0da891f7a7f7be5656f730c4916a --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/multisyn.scm @@ -0,0 +1,195 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 2003, 2004 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Multisyn top level scheme code (Korin Richmond and Rob Clark) +;;; + +; Requires +(require_module 'UniSyn) +(require_module 'MultiSyn) +(require 'multisyn_pauses) +(require 'target_cost) + +;; use a global parameter to specify which UnitSelection voice +;; to use to synthesise a given utterance for now, because the +;; standard Festival synthesis mainline doesn't accept a voice +;; parameter. (This should be set to the current voice object) +(defvar currentMultiSynVoice nil) +(defvar relp t) +(defvar flattenVoice nil) + +; extract utt list from a .data file +(define (load_utt_list filename) +"(load_utt_list filename) +Loads a fextvox .data file and extracts an utterance list." +(let (l entries) + (set! entries (load filename t)) + (mapcar + (lambda (d) + (set! l (cons (car d) l)) + t) + entries) +l)) + +;; SynthType definition, main entry point. + +(defSynthType MultiSyn + ;(print "Multisyn unit selection synthesis") + (defvar MultiSyn_module_hooks nil) + (Param.def "unisyn.window_name" "hanning") + (Param.def "unisyn.window_factor" 1.0) + ;; Unisyn requires these to be set. + (set! us_abs_offset 0.0) + (set! us_rel_offset 0.0) + + (apply_hooks MultiSyn_module_hooks utt) ;; 4processing of diphone names + + ;; find appropriate unit sequence and put sythesis + ;; parameters in the Unit relation of the utterance structure + (voice.getUnits currentMultiSynVoice utt) + + ;(print "doing concat") + (us_unit_concat utt) + + ;(print "doing raw concat") + + (utt.relation.create utt 'SourceSegments) + + (set! do_prosmod (du_voice.prosodic_modification currentMultiSynVoice)) + + (if do_prosmod + (begin + (if (not (member 'f0 (utt.relationnames utt))) + (targets_to_f0 utt)) + ;; temporary fix + (if (utt.relation.last utt 'Segment) + (set! pm_end (+ (item.feat (utt.relation.last utt 'Segment) "end") 0.02)) + (set! pm_end 0.02)) + (us_f0_to_pitchmarks utt 'f0 'TargetCoef pm_end) + (us_mapping utt 'segment_single)) + (begin + (utt.copy_relation utt 'SourceCoef 'TargetCoef) + (us_mapping utt "linear"))) + + + ;(print "generating wave") +;; specify something else if you don't want lpc + (us_generate_wave utt 'lpc) +) + + +; target cost scheme code +(define (targetcost it1 it2) + (Default_Target_Cost it1 it2)) + +; Evil function which writes the functions to actually load and switch new voices. +(define (make_voice_definition name srate config_function backoff_rules data_dir config) + "(make_voice_definition NAME SRATE CONFIG_FUNCTION BACKOFF_RULES DATA_DIR CONFIG) +Create the fuction definitions to load and unload a voice." + (let ((voice_name (string-append "voice_" name)) + (free_name (string-append "free_voice_" name)) + (pre_config_function (string-append config_function "_pre")) + (voice_variable (upcase (string-append "voice_" name)))) + + (eval (list 'defvar (intern voice_variable) nil)) + + (eval (list 'define (list (intern voice_name)) + (list 'if (intern pre_config_function) + (list (intern pre_config_function) (intern voice_variable))) + (list 'if (list 'null (intern voice_variable)) + (list 'set! (intern voice_variable) + (list 'multisyn_load_voice_modules + (list 'quote name) + srate + (list 'quote backoff_rules) + data_dir + (list 'quote config)))) + (list (intern config_function) (intern voice_variable)) + (list 'set! 'current-voice (list 'quote name)) + (list 'define_current_voice_reset) + (list 'set! 'currentMultiSynVoice (intern voice_variable)) + )) + + (eval (list 'define + (list (intern free_name)) + (list 'cond + (list (list 'null (intern voice_variable)) + (list 'error "Voice not currently loaded!")) + (list (list 'eq? 'currentMultiSynVoice (intern voice_variable)) + (list 'error "Can't free current voice!")) + (list 't (list set! (intern voice_variable) 'nil)))))) + nil) + +(define (multisyn_load_voice_modules name srate backoff_rules base_dir module_list) +"(multisyn_add_module voice name srate backoff_rules base_dir module_list) +Add voice modules to a voice." +(let (voice) + (mapcar + (lambda (module_entry) + (let ((dirs (car module_entry)) + (utt_list (load_utt_list (path-append base_dir + (cadr module_entry))))) + (if (null voice) + (set! voice (make_du_voice utt_list dirs srate)) + (voice.addModule voice utt_list dirs srate)))) + module_list) + (voice.setName voice name) + (if flattenVoice + (du_voice.setTargetCost voice "flat") + (du_voice.setTargetCost voice t)) + (du_voice.setJoinCost voice t) + (format stderr "Please wait: Initialising multisyn voice.\n") + (voice.init voice) + (format stderr " Voice loaded successfully!\n") + (du_voice.set_ob_pruning_beam voice 0.25) + (du_voice.set_pruning_beam voice 0.25) + (du_voice.setDiphoneBackoff voice backoff_rules) +voice)) + + + + +(define (define_current_voice_reset) +"(define_current_voice_reset) +Re-define (current_voice_reset) correctly." + (eval (list 'define + (list 'current_voice_reset) + (list 'multisyn_reset_globals)))) + +(define (multisyn_reset_globals) +"(multisyn_reset_globals) +Reset multisyn specific global variables." +(Param.set 'unisyn.window_symmetric 1)) + + +(provide 'multisyn) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/multisyn_pauses.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/multisyn_pauses.scm new file mode 100644 index 0000000000000000000000000000000000000000..f3dd2a9472915edad6ce9b1bc52f4d327406a619 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/multisyn_pauses.scm @@ -0,0 +1,102 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 2003, 2004 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Multisyn Pause module (Rob Clark and Korin Richmond) +;;; +;;; + +(defvar BB_Pause "B_300") +(defvar B_Pause "B_150") +(defvar mB_Pause "B_150") ; shouldn't be used + +(define (MultiSyn_Pauses utt) + "(MultiSyn_Pauses UTT) +Predict pause insertion in a Multisyn unit selection utterance structure." + (let ((words (utt.relation.items utt 'Word)) lastword tpname) + (if words + (begin + (insert_initial_pause utt) ;; always have a start pause + (set! lastword (car (last words))) + (mapcar + (lambda (w) + (let ((pbreak (item.feat w "pbreak")) + (emph (item.feat w "R:Token.parent.EMPH"))) + (cond + ((string-equal pbreak "BB") + (unitselection_pause_insert w BB_Pause)) + ((string-equal pbreak "mB") + (unitselection_pause_insert w mB_Pause)) + ((string-equal pbreak "B") + (unitselection_pause_insert w B_Pause))))) + words) + ;; The embarassing bit. Remove any words labelled as punc or fpunc + (mapcar + (lambda (w) + (let ((pos (item.feat w "pos"))) + (if (or (string-equal "punc" pos) + (string-equal "fpunc" pos)) + (let ((pbreak (item.feat w "pbreak")) + (wp (item.relation w 'Phrase))) + (if (and (string-matches pbreak "BB?") + (item.relation.prev w 'Word)) + (item.set_feat + (item.relation.prev w 'Word) "pbreak" pbreak)) + (item.relation.remove w 'Word) + ;; can't refer to w as we've just deleted it + (item.relation.remove wp 'Phrase))))) + words))) + ;(utt.relation.print utt 'Word) + ;(utt.relation.print utt 'Segment) + utt)) + +(define (unitselection_pause_insert word pause) + "(pause_insert word pause) + Insert segments needed for a pause." +(let ((silence (car (cadr (car (PhoneSet.description '(silences)))))) + (seg (item.relation (find_last_seg word) 'Segment)) + pause_item) + ;(format stderr " inserting pause after: %s.\n" (item.name seg)) + ;(format stderr " Inserting pause\n") +; if next seg is not silence insert one. + (if (or (not (item.next seg)) + (not (string-equal (item.name (item.next seg)) silence))) + (item.insert seg (list silence) 'after)) +; insert pause after that if not the end. + (if (item.next (item.next seg)) + (begin + (set! pause_item (item.insert (item.next seg) (list pause) 'after)) +;if next seg after that is not silence add one. + (if (not (string-equal (item.name (item.next pause_item)) silence)) + (item.insert pause_item (list silence) 'after)))))) + +(provide 'multisyn_pauses) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/radio_phones_multisyn.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/radio_phones_multisyn.scm new file mode 100644 index 0000000000000000000000000000000000000000..1c6af01f3ff439b1b89d84c787925e01fcb85ebe --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/radio_phones_multisyn.scm @@ -0,0 +1,136 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997,2003, 2004 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; A definition of the radio phone set used in the BU RADIO FM +;;; corpus, some people call this the darpa set. This one +;;; has the closures removed and pauses added for multisyn +;;; + +(defPhoneSet + radio_multisyn + ;;; Phone Features + (;; vowel or consonant + (vc + -) + ;; vowel length: short long dipthong schwa + (vlng s l d a 0) + ;; vowel height: high mid low + (vheight 1 2 3 0) + ;; vowel frontness: front mid back + (vfront 1 2 3 0) + ;; lip rounding + (vrnd + - 0) + ;; consonant type: stop fricative affricate nasal lateral approximant + (ctype s f a n l r 0) + ;; place of articulation: labial alveolar palatal labio-dental + ;; dental velar glottal + (cplace l a p b d v g 0) + ;; consonant voicing + (cvox + - 0) + ) + ;; Phone set members + ( + ;; multisyn extras + (# - 0 0 0 0 0 0 -) ;; slience ... + (B_10 - 0 0 0 0 0 0 -) ;; Pauses + (B_20 - 0 0 0 0 0 0 -) ;; Pauses + (B_30 - 0 0 0 0 0 0 -) ;; Pauses + (B_40 - 0 0 0 0 0 0 -) ;; Pauses + (B_50 - 0 0 0 0 0 0 -) ;; Pauses + (B_100 - 0 0 0 0 0 0 -) ;; Pauses + (B_150 - 0 0 0 0 0 0 -) ;; Pauses + (B_200 - 0 0 0 0 0 0 -) ;; Pauses + (B_250 - 0 0 0 0 0 0 -) ;; Pauses + (B_300 - 0 0 0 0 0 0 -) ;; Pauses + (B_400 - 0 0 0 0 0 0 -) ;; Pauses + + ;; Note these features were set by awb so they are wrong !!! + (aa + l 3 3 - 0 0 0) ;; father + (ae + s 3 1 - 0 0 0) ;; fat + (ah + s 2 2 - 0 0 0) ;; but + (ao + l 3 3 + 0 0 0) ;; lawn + (aw + d 3 2 - 0 0 0) ;; how + (ax + a 2 2 - 0 0 0) ;; about + (axr + a 2 2 - r a +) + (ay + d 3 2 - 0 0 0) ;; hide + (b - 0 0 0 0 s l +) + (ch - 0 0 0 0 a p -) + (d - 0 0 0 0 s a +) + (dh - 0 0 0 0 f d +) + (dx - a 0 0 0 s a +) ;; ?? + (eh + s 2 1 - 0 0 0) ;; get + (el + s 0 0 0 l a +) + (em + s 0 0 0 n l +) + (en + s 0 0 0 n a +) + (er + a 2 2 - r 0 0) ;; always followed by r (er-r == axr) + (ey + d 2 1 - 0 0 0) ;; gate + (f - 0 0 0 0 f b -) + (g - 0 0 0 0 s v +) + (hh - 0 0 0 0 f g -) + (hv - 0 0 0 0 f g +) + (ih + s 1 1 - 0 0 0) ;; bit + (iy + l 1 1 - 0 0 0) ;; beet + (jh - 0 0 0 0 a p +) + (k - 0 0 0 0 s v -) + (l - 0 0 0 0 l a +) + (m - 0 0 0 0 n l +) + (n - 0 0 0 0 n a +) + (nx - 0 0 0 0 n d +) ;; ??? + (ng - 0 0 0 0 n v +) + (ow + d 2 3 + 0 0 0) ;; lone + (oy + d 2 3 + 0 0 0) ;; toy + (p - 0 0 0 0 s l -) + (r - 0 0 0 0 r a +) + (s - 0 0 0 0 f a -) + (sh - 0 0 0 0 f p -) + (t - 0 0 0 0 s a -) + (th - 0 0 0 0 f d -) + (uh + s 1 3 + 0 0 0) ;; full + (uw + l 1 3 + 0 0 0) ;; fool + (v - 0 0 0 0 f b +) + (w - 0 0 0 0 r l +) + (y - 0 0 0 0 r p +) + (z - 0 0 0 0 f a +) + (zh - 0 0 0 0 f p +) + (pau - 0 0 0 0 0 0 -) + (h# - 0 0 0 0 0 0 -) + (brth - 0 0 0 0 0 0 -) + ) +) + +(PhoneSet.silences '(# pau h# brth)) + +(provide 'radio_phones_multisyn) + + + + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/send_xwaves.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/send_xwaves.scm new file mode 100644 index 0000000000000000000000000000000000000000..f4983245e1df18c01bc20ddf3f9e13ed3386524c --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/send_xwaves.scm @@ -0,0 +1,318 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 2003, 2004 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; xwaves interface for festival for multisyn (Rob Clark) +;;; +;;; This is never loaded by defualt. +;;; You'd need to change the paths here for this to currently work outside of CSTR. +;;; If anyone else ends up using it let me know and I'll make it more robust. +;;; + +;; Send commands to xwaves + +(defvar send_xwaves_command "/cstr/linux/entropic/esps531.linux/bin/send_xwaves") +(defvar spectrogram_command "/cstr/linux/entropic/esps531.linux/bin/sgram") +(defvar data_path "/projects/cougar/data/cstr/nina") + +(set! xw_object_count 0) +(set! xw_active_list nil) + +;; +;; Display a synthesised utterance +;; +(define (xwaves_display_utterance utt) +"(xwaves_display_utterance utt) +Display join and target information for an utterance." + (let ((units (utt.relation.items utt 'Unit)) + (object (xw_name_object)) + wavfile specfile segfile diphfile joinfile targfile sourcefile timefile) + + (set! wavfile (xw_make_tmp_filename object)) + (set! specfile (xw_make_tmp_filename object)) + (set! segfile (xw_make_tmp_filename object)) + (set! diphfile (xw_make_tmp_filename object)) + (set! joinfile (xw_make_tmp_filename object)) + (set! targfile (xw_make_tmp_filename object)) + (set! sourcefile (xw_make_tmp_filename object)) + (set! timefile (xw_make_tmp_filename object)) + + ; display resulting waveform + (utt.save.wave utt wavfile 'riff) + (xwaves_show_general object wavfile 1500 200 10 10) + ; display resulting spectrogram + (xw_genspec wavfile specfile) + (xwaves_show_general object specfile 1500 400 10 260) + ; segments + (utt.save.unit_selection_segs utt segfile) + (xwaves_show_labels object segfile specfile) + ; Unit information + (utt.save.unit_selection_info utt diphfile joinfile targfile sourcefile timefile) + (xwaves_show_labels object timefile specfile) + (xwaves_show_labels object sourcefile specfile) + (xwaves_show_labels object targfile specfile) + (xwaves_show_labels object joinfile specfile) + (xwaves_show_labels object diphfile specfile) + ; mark files + (xw_register_active object (list wavfile specfile segfile diphfile joinfile sourcefile timefile)) +)) + +;; +;; Edit a diphone source +;; + +(define (xwaves_edit_diphone utt id) + "(xwaves_edit_diphone utt id) +Access the source diphone for label correction." +(let ((diphone nil) + segfilename + wavefilename + (utt (Utterance Text nil)) + segs + (seg nil) + (start 0) + end) + + ;; find unit. + (mapcar + (lambda (unit) + (if (string-equal (format nil "_%s" id) (item.feat unit id)) + (set! diphone unit))) + (utt.relation.items utt 'Unit)) + (if (null diphone) + (error (format nil "Diphone with id _%s not found in utterance."))) + (set! uttname (item.feat diphone "source_utt")) + (set! end (item.feat diphone "source_end")) + + (set! segfilename (format nil "%s/lab/%s.lab" data_path uttname)) + (set! wavefilename (format nil "%s/wav/%s.wav" data_path uttname)) + (utt.relation.load utt 'Segment segfilename) + + (set! segs (utt.relation.items utt 'Segment)) + (while (and segs + (not (equal? (item.feat (car segs) "end") end))) + (set! segs (cdr segs))) + + if null seg ... + + (if (item.prev diphone) + (set! start (item.feat seg "start")) + (set! start 0)) + + +)) + + + + + +;; +;; Interface with xwaves. +;; + + +(define (xwaves_show_general object file width height xpos ypos) +"(xwaves_show_general object file width height xpos ypos) +Display an wave or track file." + (xw_send (format nil "make name %s file %s width %d height %d loc_x %d loc_y %d" object file width height xpos ypos))) + +(define (xwaves_show_wave object file) +"(xwaves_show_wave object file) +Display a waveform." + (xwaves_show_general object file 1500 200 10 10)) + +(define (xwaves_show_labels object file attachto) +"(xwaves_show_labels object file attachto) +Display a label file." + (xw_send (format nil "send make signal %s name %s file %s color 125" attachto object file)) + (xw_send "send activate fields 1 2 3 4 5")) + + +(define (xwaves_attach_xlabel) +"(xwaves_attach_xlabel) +Attach xlabel to xwaves." + (xw_send "attach function xlabel")) + +(define (xwaves_set_markers object left right) +"(xwaves_set_markers object left right) +Set the markers." + (xw_send (format nil "%s set l_marker_time %f" object left)) + (xw_send (format nil "%s set r_marker_time %f" object right))) + +(define (xwaves_bracket_markers object file) +"(xwaves_bracket_markers object file) +Bracket markers." + (xw_send (format nil "%s bracket file %s " object file))) + +(define (xwaves_close_windows object) +"(xwaves_close_windows object) +Close currently open windows related to object or all if nil.." +(cond + ((null object) + (xw_send "kill")) + (t + (xw_send (format nil "kill name %s" object)))) +(xw_clear_active_list object)) + + +(define (xwaves_wait) +"(xwaves_wait) +Wait for xwaves continue signal." + (xw_send "pause")) + + +;; +;; Object naming +;; +(define (xw_name_object) +"(xw_name_object) +Generate a name for this object." +(let (name) + (set! name (string-append "obj" xw_object_count)) + (set! xw_object_count (+ xw_object_count 1)) + name)) + +;; +;; Temp file lists +;; + +(define (xw_clear_active_list object) +"(xw_clear_active_list) +Clear active list of specified object, or all if nil." +(let (new_active_list) +(mapcar + (lambda (objectlist) + (cond + ((or (null object) + (string-equal object (car objectlist))) + (mapcar + (lambda (file) + (delete-file file)) + (cadr objectlist))) + (t + (set! new_active_list (cons objectlist new_active_list))))) + xw_active_list) +(set! xw_active_list new_active_list)) +nil) + + +(define (xw_register_active object flist) + "(xw_register_active object flist) +Adds an object and its filenames to the active list." + (set! xw_active_list (cons (cons object (list flist)) xw_active_list)) + nil) + +(define (xw_make_tmp_filename object) + "(xw_make_tmp_filename) +make tmp file name which incorporates object name." +(format nil "%s_%s" (make_tmp_filename) object)) + + +;; +;; Low level xwaves stuff. +;; + +(define (xw_genspec wavfile specfile) +"(xw_genspec wavfile specfile) +Generate a spectrogram file." + (system (format nil "%s -dHAMMING -o8 -E0.94 -S2 -w8 %s %s\n" spectrogram_command wavfile specfile))) + +(define (xw_send command) +"(xw_send command) +Send a command to xwaves." + (system (format nil "%s %s\n" send_xwaves_command command))) + + + +;; +;; General Festival stuff. +;; + + +(define (utt.save.unit_selection_segs utt filename) +"(utt.save.unit_selection_segs utt filename) + Save unit selection segments of UTT in a FILE in xlabel format." + (let ((fd (fopen filename "w"))) + (format fd "#\n") + (mapcar + (lambda (info) + (format fd "%2.4f 100 %s\n" (car info) (car (cdr info)))) + (utt.features utt 'Segment '(source_end name))) + (fclose fd) + utt)) + +(define (utt.save.unit_selection_info utt diphfile joinfile targfile sourcefile timefile) +"(utt.save.unit_selection_info utt diphfile joinfile targfile sourcefile timefile) + Save stuff in xlabel format." + (let ((fdd (fopen diphfile "w")) + (fdj (fopen joinfile "w")) + (fdt (fopen targfile "w")) + (fds (fopen sourcefile "w")) + (fdx (fopen timefile "w")) + real_join) + (format fdd "#\n") + (format fdj "#\n") + (format fdt "#\n") + (format fds "#\n") + (format fdx "#\n") + (mapcar + (lambda (unit) + (set! real_join "") + (if (item.next unit) + (if (not (string-equal (item.feat unit 'source_utt) + (item.feat (item.next unit) 'source_utt))) + (set! real_join "*"))) + (format fdd "%2.4f 100 %s %s\n" + (item.feat unit 'end) + (item.feat unit 'name) + real_join) + (format fdj "%2.4f 100 %s\n" + (item.feat unit 'end) + (if (item.next unit) + (item.feat (item.next unit) 'join_cost) + 0)) + (format fdt "%2.4f 100 %s\n" + (item.feat unit 'end) + (item.feat unit 'target_cost)) + (format fds "%2.4f 100 %s\n" + (item.feat unit 'end) + (item.feat unit 'source_utt)) + (format fdx "%2.4f 100 %s\n" + (item.feat unit 'end) + (item.feat unit 'source_end))) + (utt.relation.items utt 'Unit)) + (fclose fdd) + (fclose fdj) + (fclose fdt) + (fclose fds) + (fclose fdx) + utt)) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/target_cost.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/target_cost.scm new file mode 100644 index 0000000000000000000000000000000000000000..fc5d223ca0589894da7bee259ae9878c687c9524 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/multisyn/target_cost.scm @@ -0,0 +1,410 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 2003, 2004 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Multisyn scheme target cost (Rob Clark and Korin Richmond) +;;; +;;; + +(define (Default_Target_Cost targ cand) +"(Default_Target_Cost targ cand) +A Default Target Cost function." +(let ((cost 0)) + (mapcar + (lambda (row) + (set! cost (+ cost (tc_eval_row row targ cand)))) + target_matrix) + (set! cost (/ cost target_matrix_weight)) + cost)) + + +(define (tc_eval_row row targ cand) + "(tc_eval_row row targ cand) +Evaluate a target matrix row." +(let ((weight (car row)) + (func (cadr row)) + (result 0)) + (set! result (* weight (eval (list func targ cand)))) + result)) + +;; +;; Target cost Matrix +;; '(weight function) + +(define (get_matrix_weight m) + (let ((w 0)) + (mapcar + (lambda (x) + (set! w (+ w (car x)))) + m) + w)) + + +(set! test_matrix_max_weight 1) +(set! test_matrix +'( + (10 tc_stress ) + (5 tc_syl_pos ) + (5 tc_word_pos) + (6 tc_partofspeech) + (7 tc_phrase_pos) + (4 tc_left_context) + (3 tc_right_context) + (25 tc_bad_f0) ;; set to equal 1/3 of total cost (so high because interaction with join) +; (0 tc_segment_score) ;; was 4. turned off until utterances are built for this. + (10 tc_bad_duration) ;; was 6 +)) + +(set! test_matrix_weight (* test_matrix_max_weight (get_matrix_weight test_matrix))) + +(set! target_matrix test_matrix) +(set! target_matrix_weight test_matrix_weight) + + + +;; +;; tc_stress +;; +;; Compares stress on any vowel which form part of the diphone. stress +;; conditions must match for a zero target cost. +;; + +(define (tc_stress targ cand) +"(tc_stress targ cand) +Target Cost stressed. 0 - stress patterns match [ compares: 0 unstressed vs. > 0 stressed ] + 1 - stress miss-match. +" +(let ((c 0) + cand_stress targ_stress) + ;(format t "my_is_vowel %l\n" (my_is_vowel targ)) + ;(format t "phone_is_silence %l\n" (phone_is_silence (item.feat targ 'name))) + ;; For first segment + (if (and (not (phone_is_silence (item.feat targ 'name))) + (my_is_vowel targ)) + (begin + (set! cand_stress (item.feat cand "R:SylStructure.parent.stress")) + (set! targ_stress (item.feat targ "R:SylStructure.parent.stress")) + (if (or (and (eq? cand_stress 0) (> targ_stress 0)) + (and (eq? targ_stress 0) (> cand_stress 0))) + (set! c 1)))) + ;; For second segment + ;(format t "n.my_is_vowel %l\n" (my_is_vowel (item.next targ))) + ;(format t "n.phone_is_silence %l\n" (phone_is_silence (item.feat targ 'n.name))) + (if (and (not (phone_is_silence (item.feat targ 'n.name))) + (my_is_vowel (item.next targ))) + (begin + (set! cand_stress (item.feat cand "n.R:SylStructure.parent.stress")) + (set! targ_stress (item.feat targ "n.R:SylStructure.parent.stress")) + (if (or (and (eq? cand_stress 0) (> targ_stress 0)) + (and (eq? targ_stress 0) (> cand_stress 0))) + (set! c 1)))) +; (format t "tc_stress: %l\n" c) +c)) + + +;; +;; tc_syl_position +;; +;; Find and compare diphone position in syllabic structure. +;; Values are: inter - diphone crosses syllable boundary. +;; initial - diphone is syllable initial. +;; medial - diphone is syllable medial +;; final - diphone is syllable final +;; returns 0 for a match 1 for a mismatch. +;; +(define (tc_syl_pos targ cand) +"(tc_syl_pos targ cand) +Score position in syllable." +(let ((targ_pos "medial") + (cand_pos "medial") + (targ_syl (get_syl targ)) + (targ_next_syl (get_syl (item.next targ))) + (cand_syl (get_syl cand)) + (cand_next_syl (get_syl (item.next cand)))) + ;; target + (cond + ((not (equal? targ_syl targ_next_syl)) + (set! targ_pos "inter")) + ((not (equal? targ_syl (get_syl (item.prev targ)))) + (set! targ_pos "initial")) + ((not (equal? targ_next_syl (get_syl (item.next (item.next targ))))) + (set! targ_pos "final"))) + ;; candidate + (cond + ((not (equal? cand_syl cand_next_syl)) + (set! cand_pos "inter")) + ((not (equal? cand_syl (get_syl (item.prev cand)))) + (set! cand_pos "initial")) + ((not (equal? cand_next_syl (get_syl (item.next (item.next cand))))) + (set! cand_pos "final"))) +; (format t "targ_syl: %l cand_syl %l\n" targ_pos cand_pos) + (if (equal? targ_pos cand_pos) 0 1))) + +;; +;; tc_word_position +;; +;; Find and compare diphone position in word structure +;; Values are: inter - diphone crosses word boundary. +;; initial - diphone is word initial. +;; medial - diphone is word medial +;; final - diphone is word final +;; returns 0 for a match 1 for a mismatch. +;; +(define (tc_word_pos targ cand) +"(tc_word_pos targ cand) +Score position in word." +(let ((targ_pos "medial") + (cand_pos "medial") + (targ_word (get_word targ)) + (targ_next_word (get_word (item.next targ))) + (cand_word (get_word cand)) + (cand_next_word (get_word (item.next cand)))) + ;; target + (cond + ((not (equal? targ_word targ_next_word)) + (set! targ_pos "inter")) + ((not (equal? targ_word (get_word (item.prev targ)))) + (set! targ_pos "initial")) + ((not (equal? targ_next_word (get_word (item.next (item.next targ))))) + (set! targ_pos "final"))) + ;; candidate + (cond + ((not (equal? cand_word cand_next_word)) + (set! cand_pos "inter")) + ((not (equal? cand_word (get_word (item.prev cand)))) + (set! cand_pos "initial")) + ((not (equal? cand_next_word (get_word (item.next (item.next cand))))) + (set! cand_pos "final"))) +; (format t "targ_word: %l cand_word %l\n" targ_pos cand_pos) + (if (equal? targ_pos cand_pos) 0 1))) + + + +;; +;; tc_phrase_position +;; +;; Position (of word) in phrase +;; initial/medial/final +;; +;; 0 - match, 1 - mismatch +;; +(define (tc_phrase_pos targ cand) +"(tc_phrase_pos targ cand) + Score position in phrase." +(let ((targ_word (get_word targ)) + (cand_word (get_word cand))) + (cond + ((and (null targ_word) + (null cand_word)) + 0) + ((or (null targ_word) + (null cand_word)) + 1) + ((string-equal (item.feat targ_word 'pbreak) + (item.feat cand_word 'pbreak)) + 0) + (t 1)))) + +;; +;; tc_partofspeech +;; +;; +;; +(define (tc_partofspeech targ cand) +"(tc_partofspeech targ cand) + Score part of speech." +(let ((targ_word (get_word targ)) + (cand_word (get_word cand)) + targ_pos cand_pos) +(if targ_word + (set! targ_pos (simple_pos (item.feat targ_word 'pos)))) +(if cand_word + (set! cand_pos (simple_pos (item.feat cand_word 'pos)))) + ;(format t "targ_pos %l cand_pos %l\n" targ_pos cand_pos) + (if (equal? targ_pos cand_pos) 0 1))) + +(define (score_contexts targ_context cand_context) + "(score_contexts targ_context cand_context) +If both context items are nil, then score is 0. +If both context items are not nil, and are the same, then +score is 0. Otherwise, score is 1." + (if (and targ_context cand_context) + (if (equal? (item.feat targ_context "name") + (item.feat cand_context "name")) + 0 + 1) + (if (and (equal? targ_context nil) + (equal? cand_context nil)) + 0 + 1))) + + +(define (tc_left_context targ cand) +"(tc_left_context targ cand) +Score left phonetic context." +(let ((targ_context (item.prev targ)) + (cand_context (item.prev cand))) + (score_contexts targ_context cand_context))) + +;; +;; tc_right_context +;; +;; +;; +(define (tc_right_context targ cand) +"(tc_right_context targ cand) +Score right phonetic context." +(let ((targ_context (item.next (item.next targ))) + (cand_context (item.next (item.next cand)))) + (score_contexts targ_context cand_context))) + + +;; +;; tc_segment_score +;; +;; This currently thresholds based on looking at the distributions of the scores. +;; A nice exp function may be better. +(define (tc_segment_score targ cand) +"tc_segment_score targ cand) +A bad alignment score make a bad segment." +(let ((score 0)) + (if (not (phone_is_silence (item.feat cand "name"))) + (set! score (+ score (item.feat cand 'score)))) + (if (not (phone_is_silence (item.feat (item.next cand) "name"))) + (set! score (+ score (item.feat (item.next cand) 'score)))) + (cond + ((> score -4000) ;2000 (x2) is 7.5% + 0) + ((> score -5000) ;2500 (x2) is 5.0% + 0.5) + (t 1)))) + +;; +;; tc_bad_duration +;; +;; If the segment is marked as having a weird duration penalise it. +;; We allow bad_dur to be set on the target so resynthesis works +;; and so you could ask for really long/short segments. +;; +(define (tc_bad_duration targ cand) + (if (equal? (item.feat targ "bad_dur") + (item.feat cand "bad_dur")) + 0 + 1)) + + +;; +;; tc_bad_f0 +;; +;; If the candidate is deemed to have an inappropriate f0, then penalise it. +;; +;; Specifically, if the targ/cand segment type is expected to be voiced, then +;; an f0 of zero is bad (results from poor pitch tracking). In such a case, +;; the join cost would then favour other units with f0 (since the euclidean +;; distance between two zeros is very small ;) +;; We want to avoid that. +;; +;; Presumeably, we also want to penalise cases where supposedly voiceless +;; candidates have an f0 != 0 (either a consequence of bad pitch tracking +;; or bad labelling) but that's not done here yet... +;; +;; (the function itself has been implemented in C for convenience, and +;; this stub is left here just for this note ;) + +(define (tc_bad_f0 targ cand) + (let ((score (temp_tc_bad_f0 targ cand)) + (name (format nil "%s_%s" + (item.feat targ "name") + (item.feat (item.next targ) "name")))) + (if (not (equal? score 0.0)) + (format t "f0 score for %s is %f\n" name score)) + score)) + +;; +;; Is a segment a vowel? ( ph_is_a_vowel doesn't seem to work) +;; +(define (my_is_vowel seg) + (if seg + (if (equal? (item.feat seg 'ph_vc) "+") + t + nil))) + + + +;; get the syllable from sysstructure in normal utterance +;; +(define (get_syl seg) + (let (syl) + (if seg + (set! syl (item.relation.parent seg 'SylStructure))) + syl)) + +;; get the word from sylstructure in normal utterance +;; +(define (get_word seg) + (let ((syl (get_syl seg)) + word) + (if syl + (set! word (item.parent syl))) + word)) + + +;; simple pos +;; +(define (simple_pos pos) +(let (spos) + (cond + ((member_string pos '(vbd vb vbn vbz vbp vbg)) + (set! spos "v")) + ((member_string pos '(nn nnp nns nnps fw sym ls)) + (set! spos "n")) + ((member_string pos '(dt gin prp cc of to cd md pos wdt wp wrb ex uh pdt)) + (set! spos "func")) + ((member_string pos '(jj jjr jjs 1 2 rb rp rbr rbs)) + (set! spos "other"))) + spos)) + + +;; debugging + +(define (test_target_cost utt1 utt2) +(let ((segs1 (utt.relation.items utt1 'Segment)) + (segs2 (utt.relation.items utt2 'Segment)) + (tc 0)) + (while (and segs1 segs2) + (set! tc (Default_Target_Cost (car segs1) (car segs2))) + (format t "targ: %l cand: %l cost: %l\n" (item.name (car segs1)) (item.name (car segs2)) tc) + (set! segs1 (cdr segs1)) + (set! segs2 (cdr segs2))))) + + +(provide 'target_cost) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/ogimarkup-mode.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/ogimarkup-mode.scm new file mode 100644 index 0000000000000000000000000000000000000000..2bca41a1a49d62b30ee39ca9e0418c6831caabce --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/ogimarkup-mode.scm @@ -0,0 +1,191 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; An example tts text mode for reading OGI's CSLU toolkit mark up +;;; +;;; Note not all tokens do something in festival but all are removed +;;; from the actual text +;;; + +(defvar ogimarkup_eou_tree +'((n.name matches "<.*") + ((1)) +((n.whitespace matches ".*\n.*\n\\(.\\|\n\\)*") ;; A significant break (2 nls) + ((1)) + ((punc in ("?" ":" "!")) + ((1)) + ((punc is ".") + ;; This is to distinguish abbreviations vs periods + ;; These are heuristics + ((name matches "\\(.*\\..*\\|[A-Z][A-Za-z]?[A-Za-z]?\\|etc\\)") ;; an abbreviation + ((n.whitespace is " ") + ((0)) ;; if abbrev single space isn't enough for break + ((n.name matches "[A-Z].*") + ((1)) + ((0)))) + ((n.whitespace is " ") ;; if it doesn't look like an abbreviation + ((n.name matches "[A-Z].*") ;; single space and non-cap is no break + ((1)) + ((0))) + ((1)))) + ((0))))))) + +(define (ogimarkup_init_func) + "Called on starting ogimarkup text mode." + (set! ogimarkup_in_tag nil) + (set! ogimarkup_tagtokens "") + (set! ogimarkup_previous_t2w_func token_to_words) + (set! english_token_to_words ogimarkup_token_to_words) + (set! token_to_words ogimarkup_token_to_words) + (set! ogimarkup_previous_eou_tree eou_tree) + (set! eou_tree ogimarkup_eou_tree)) + +(define (ogimarkup_exit_func) + "Called on exit ogimarkup text mode." + (Parameter.set 'Duration_Stretch 1.0) + (set! token_to_words ogimarkup_previous_t2w_func) + (set! english_token_to_words ogimarkup_previous_t2w_func) + (set! eou_tree ogimarkup_previous_eou_tree)) + +(define (ogimarkup_token_to_words token name) + "(ogimarkup_token_to_words token name) +OGI markup specific token to word rules. Tags may have optional +argument e.g. or which means the tag may be over +a number of tokens." + (let (tag (arg nil) (rval nil)) + (cond + ((string-matches name "<.*") + (set! ogimarkup_tagtokens "") + (set! tag (string-after name "<")) + (if (string-matches tag ".*>$") + (set! tag (string-before tag ">")) + (if (string-matches (set! arg (item.feat token "n.name")) + ".*>$") + (set! arg (string-before arg ">")))) + (set! ogimarkup_in_tag tag) + (cond + ((string-equal tag "slow") + (Parameter.set 'Duration_Stretch 1.3)) + ((string-equal tag "SLOW") + (Parameter.set 'Duration_Stretch 2.0)) + ((string-equal tag "normal") + (Parameter.set 'Duration_Stretch 1.0)) + ((string-matches tag "FAST") + (Parameter.set 'Duration_Stretch 0.5)) + ((string-matches tag "fast") + (Parameter.set 'Duration_Stretch 0.8)) + ((string-matches tag"spell") + ;; This ain't really right as we'll get an utterance break here + (set! rval (symbolexplode arg))) + ((string-matches tag "phone") + ;; This ain't really right as we'll get an utterance break here + (item.set_feat token "token_pos" "digits") ;; canonical phone number + (set! rval (ogimarkup_previous_t2w_func token arg))) + ((string-matches tag "male") + (if (and (member 'OGIresLPC *modules*) + (symbol-bound? 'voice_aec_diphone)) + (voice_aec_diphone) + (voice_kal_diphone))) + ((string-matches tag "Male") + (if (and (member 'OGIresLPC *modules*) + (symbol-bound? 'voice_mwm_diphone)) + (voice_mwm_diphone) + (voice_cmu_us_rms_cg))) + ((string-matches tag "MALE") + (if (and (member 'OGIresLPC *modules*) + (symbol-bound? 'voice_jph_diphone)) + (voice_jph_diphone) + (voice_rab_diphone))) + ((string-matches tag "FT") + t) ;; do nothing until the end of this tag + ((string-matches (downcase tag) "female") + ;; only one female voice so map female Female FEMALE to it + (if (and (member 'OGIresLPC *modules*) + (symbol-bound? 'voice_tll_diphone)) + (voice_tll_diphone) + (voice_cmu_us_slt_arctic_hts)))) + (if (string-matches name ".*>$") + (set! ogimarkup_in_tag nil)) + rval ;; mostly nil + ) + ((string-matches name ".*>$") + (set! ogimarkup_tagtokens + (string-append + ogimarkup_tagtokens + (ogimarkup_get_token_string token t))) ;; delete final > + (if (string-equal ogimarkup_in_tag "FT") + (ogimarkup_festival_eval ogimarkup_tagtokens)) + (set! ogimarkup_in_tag nil) ;; end of tag + nil) + (ogimarkup_in_tag + (set! ogimarkup_tagtokens + (string-append + ogimarkup_tagtokens + (ogimarkup_get_token_string token nil))) + nil) ;; still in tag + (t ;; for all other cases + (ogimarkup_previous_t2w_func token name))))) + +(set! tts_text_modes + (cons + (list + 'ogimarkup ;; mode name + (list ;; ogimarkup mode params + (list 'init_func ogimarkup_init_func) + (list 'exit_func ogimarkup_exit_func))) + tts_text_modes)) + +(define (ogimarkup_get_token_string token delend) + "(ogimarkup_get_token_string TOKEN DELEND) +return string for token including whitespace and punctuation. If DELEND +is true remove > from the name." + (string-append + (item.feat token "whitespace") + (item.feat token "prepunctuation") + (if delend + (string-before + (item.feat token "name") ">") + (item.feat token "name")) + (if (string-equal "0" (item.feat token "punc")) + "" + (item.feat token "punc")))) + +(define (ogimarkup_festival_eval tagtokens) +"(ogimarkup_festival_eval TAGTOKENS +Take a string of the tokens within the tag and read an s-expression from +it and then evaluate it." + (let ((com "") (command nil)) + (set! command (read-from-string tagtokens)) + (eval command))) + +(provide 'ogimarkup-mode) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/pauses.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/pauses.scm new file mode 100644 index 0000000000000000000000000000000000000000..18af2a9cf30a36db91999ae264103aab8c95a604 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/pauses.scm @@ -0,0 +1,242 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Predicting pause insertion + +(define (Pauses utt) +"(Pauses utt) +Insert pauses where required." + (let ((rval (apply_method 'Pause_Method utt))) + (cond + (rval rval) ;; new style + (t + (Classic_Pauses utt)))) + (Pause_optional_deleting_B_X utt)) + +(define (Classic_Pauses utt) + "(Pauses UTT) +Predict pause insertion." + (let ((words (utt.relation.items utt 'Word)) lastword tpname) + (if words + (begin + (insert_initial_pause utt) ;; always have a start pause + (set! lastword (car (last words))) + (mapcar + (lambda (w) + (let ((pbreak (item.feat w "pbreak")) + (emph (item.feat w "R:Token.parent.EMPH"))) + (cond + ((or (string-equal "B" pbreak) + (string-equal "BB" pbreak)) + (insert_pause utt w)) +; ((string-equal emph "1") +; (insert_pause utt w)) + ((equal? w lastword) + (insert_pause utt w))))) + words) + ;; The embarrassing bit. Remove any words labelled as punc or fpunc + (mapcar + (lambda (w) + (let ((pos (item.feat w "pos"))) + (if (or (string-equal "punc" pos) + (string-equal "fpunc" pos)) + (let ((pbreak (item.feat w "pbreak")) + (wp (item.relation w 'Phrase))) + (if (and (string-matches pbreak "BB?") + (item.relation.prev w 'Word)) + (item.set_feat + (item.relation.prev w 'Word) "pbreak" pbreak)) + (item.relation.remove w 'Word) + ;; can't refer to w as we've just deleted it + (item.relation.remove wp 'Phrase))))) + words) + ;; 12/01/2006 V.Strom: Even more embarrasing: Delete all silences + ;; that are followed by a silence. These silence sequences + ;; emerge if 'punc of phrase-final words consists of more than one + ;; character, e.g. period+quote. That in turn causes problems in + ;; build_utts: the 2nd silence ends up with no features but its name, + ;; because there is no corresponding 2nd silence in the phone + ;; segmentation to align with. + ;; This schould be fixed in the functions below, but it is easier for + ;; me to clean up at the end: + (set! sil (car (car (cdr (car (PhoneSet.description '(silences))))))) + (set! seg (item.next(utt.relation.first utt 'Segment))) + (while seg + (if(and(equal? sil (item.name seg)) + (equal? sil (item.name (item.prev seg)))) + (item.delete (item.prev seg))) + (set! seg (item.next seg))))) + utt)) + +(define (insert_pause utt word) +"(insert_pause UTT WORDITEM) +Insert a silence segment after the last segment in WORDITEM in UTT." + (let ((lastseg (find_last_seg word)) + (silence (car (car (cdr (car (PhoneSet.description '(silences)))))))) + (if lastseg + (item.relation.insert + lastseg 'Segment (list silence) 'after)))) + +(define (insert_initial_pause utt) +"(insert_initial_pause UTT) +Always have an initial silence if the utterance is non-empty. +Insert a silence segment after the last segment in WORDITEM in UTT." + (let ((firstseg (car (utt.relation.items utt 'Segment))) + (silence (car (car (cdr (car (PhoneSet.description '(silences)))))))) + (if firstseg + (item.relation.insert + firstseg 'Segment (list silence) 'before)))) + +(define (insert_final_pause utt) +"(insert_final_pause UTT) +Always have a final silence if the utterance is non-empty." + (let ((lastseg (utt.relation.last utt 'Segment)) + (silence (car (car (cdr (car (PhoneSet.description '(silences)))))))) + (set! silence (format nil "%l" silence)) ; to make the symbol a string + ;(format t "silence is %l\n" silence) + ;(format t "lastseg is %l\n" (item.name lastseg)) + (if lastseg + (if (not(equal? (item.name lastseg) silence)) + (begin + (format t "iserted final pause %s\n" silence) + (item.relation.insert lastseg 'Segment (list silence) 'after)))))) + + +(define (find_last_seg word) +;;; Find the segment that is immediately at this end of this word +;;; If this word is punctuation it might not have any segments +;;; so we have to check back until we find a word with a segment in it + (cond + ((null word) + nil) ;; there are no segs (don't think this can happen) + (t + (let ((lsyl (item.relation.daughtern word 'SylStructure))) + (if lsyl + (item.relation.daughtern lsyl 'SylStructure) + (find_last_seg (item.relation.prev word 'Word))))))) + +(define (Unisyn_Pauses utt) + "(Unisyn_Pauses UTT) +Predict pause insertion in a Unisyn utterance structure." + (let ((words (utt.relation.items utt 'Word)) lastword tpname) + (if words + (begin + (us_insert_initial_pause utt) ;; always have a start pause + (set! lastword (car (last words))) + (mapcar + (lambda (w) + (let ((pbreak (item.feat w "pbreak")) + (emph (item.feat w "R:Token.parent.EMPH"))) + (cond + ((or (string-equal "B" pbreak) + (string-equal "BB" pbreak)) + (us_insert_pause utt w)) +; ((string-equal emph "1") +; (us_insert_pause utt w)) + ((equal? w lastword) + (us_insert_pause utt w))))) + words) + ;; The embarrassing bit. Remove any words labelled as punc or fpunc + (mapcar + (lambda (w) + (let ((pos (item.feat w "pos"))) + (if (or (string-equal "punc" pos) + (string-equal "fpunc" pos)) + (let ((pbreak (item.feat w "pbreak")) + (wp (item.relation w 'Phrase))) + (if (and (string-matches pbreak "BB?") + (item.relation.prev w 'Word)) + (item.set_feat + (item.relation.prev w 'Word) "pbreak" pbreak)) + (item.relation.remove w 'Word) + ;; can't refer to w as we've just deleted it + (item.relation.remove wp 'Phrase))))) + words))) + utt)) + +(define (us_insert_pause utt word) +"(us_insert_pause UTT WORDITEM) +Insert a silence segment after the last segment in WORDITEM in UTT." + (let ((lastseg (us_find_last_seg word)) + (silence "pau")) + (if lastseg + (item.relation.insert + lastseg 'Segment (list silence) 'after)))) + +(define (us_insert_initial_pause utt) +"(us_insert_initial_pause UTT) +Always have an initial silence if the utterance is non-empty. +Insert a silence segment after the last segment in WORDITEM in UTT." + (let ((firstseg (utt.relation.first utt 'Segment)) + (silence "pau")) + (if firstseg + (item.relation.insert + firstseg 'Segment (list silence) 'before)))) + +(define (us_find_last_seg word) +;;; Find the segment that is immediately at this end of this word +;;; If this word is punctuation it might not have any segments +;;; so we have to check back until we find a word with a segment in it + (cond + ((null word) + nil) ;; there are no segs (don't think this can happen) + (t + (if (item.daughtern_to (item.relation word 'WordStructure) 'Syllable) + (item.daughtern_to + (item.relation + (item.daughtern_to (item.relation word 'WordStructure) 'Syllable) + 'SylStructure) + 'Segment) + (us_find_last_seg (item.relation.prev word 'Word)))))) + +(define (Pause_optional_deleting_B_X utt) +"(Pause_optional_deleting_B_X utt) + +Delete all phone symbols starting with 'B_' from the segemt relation +(a B_150 e.g. is a 150ms pause) if symbol 'Pause_delete_B_X is defined. +" +; The B_X never occur in the phone segmentation but are predicted by +; some pause methods, in particular the default I used to produce the +; .utt files for the 2009 test sentences for the Blizzard challange. +; Some participants complained about them and I had to fix it quickly. + (if (symbol-bound? 'Pause_delete_B_X) + (let(seg ) + (set! seg (item.next(utt.relation.first utt 'Segment))) + (while seg + (set! next_seg (item.next seg)) + ;(format t "segment %l\n" (item.name seg)) + (if(string-matches (item.name seg) "B_[0-9]*") + (item.delete seg)) + (set! seg next_seg))))) + +(provide 'pauses) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/phoneset.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/phoneset.scm new file mode 100644 index 0000000000000000000000000000000000000000..19d9b847c6d6b9f303675a87ffdc2187a925c8e4 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/phoneset.scm @@ -0,0 +1,134 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1999 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; Author: Alan W Black +;;; Date: April 1999 +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Support code for phone set definitions +;;; + +(defmac (defPhoneSet form) + (list 'defPhoneSet_real + (list 'quote (cadr form)) + (list 'quote (car (cddr form))) + (list 'quote (cadr (cddr form))))) + +(define (defPhoneSet_real name featdefs phones) + "(defPhoneSet NAME FEATTYPES PHONES) +Define a phone set with given name, feature types and +list of phones. This also selects name as the current phoneset." + (let (info) + (if (not (eq? 'Features (car featdefs))) + (begin + ;; Old format that has the same number of phone features for + ;; all phones + (set! info + (mapcar + (lambda (ph) + (let ((fvs + (mapcar + list + (mapcar car featdefs) + (cdr ph)))) + (ps_check_fvals + (cons (car ph) (cons (list 'type t) fvs)) + (cons t fvs)) + (list (car ph) fvs))) + phones))) + ;; else + ;; New format where types are specified so phones may have + ;; different features + (set! info + (mapcar + (lambda (ph) + (let ((fvs + (cons + (list 'type (cadr ph)) + (mapcar + list + (mapcar car (cdr (assoc (cadr ph) (cdr featdefs)))) + (cddr ph))))) + (ps_check_fvals + (cons (car ph) fvs) + (assoc (cadr ph) (cdr featdefs))) + (list (car ph) fvs))) + (cdr phones)))) + (Param.set + (string-append "phonesets." name) + info) + (PhoneSet.select name) + (list name info))) + +(define (ps_check_fvals fvs featdefs) + "(ps_check_fvals fvs featdefs) +Check that feature values in a phone definition are in the defined +set of possibles." + (mapcar + (lambda (fp) + (let ((def (cdr (assoc (car fp) (cdr featdefs))))) + (cond + ((not def) + (error "Phoneset definition: phone has no defined type" fvs)) + ((not (member_string (car (cdr fp)) def)) + (error + (format nil "Phoneset definition: phone feature %l is undefined" fp) fvs))))) + (cdr (cdr fvs)))) + +(define (PhoneSet.select name) + "(PhoneSet.select name) +Select named phonset as current." + (if (feats.present Param (string-append "phonesets." name)) + (Param.set "phoneset" (Param.get (string-append "phonesets." name))) + (error "no phoneset defined: " name))) + +(define (PhoneSet.description name) + "(PhoneSet.description) +Return (lisp) representation of current phoneset." + (feats.tolisp (Param.get "phoneset"))) + +(define (PhoneSet.list) + "(PhoneSet.list) +List of the names of the currently defined phonesets." + ;; This isn't a particularly efficient way to get the answer + (mapcar car (feats.tolisp (Param.get "phonesets")))) + +(define (PhoneSet.silences sils) + "(PhoneSet.silences SILLIST) +Define the silence phones for the currently selected phoneset." + (Param.set "phoneset.silences" sils)) + +(provide 'phoneset) + + + + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/phrase.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/phrase.scm new file mode 100644 index 0000000000000000000000000000000000000000..d35c8877c0ecb184d06daf94d21e34adb4286daa --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/phrase.scm @@ -0,0 +1,171 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Phrase boundary prediction. +;;; +;;; Two methods supported, if POS is enabled we use ngrams for that +;;; otherwise we use a CART tree +;;; +;;; Models trained from the IBM/Lancaster Spoken English Corpus and +;;; Boston University's FM Radio Corpus. + +;;; +;;; Here's a very simple CART tree for predicting phrase breaks +;;; based on punctuation only +;;; +(set! simple_phrase_cart_tree +' +((lisp_token_end_punc in ("?" "." ":")) + ((BB)) + ((lisp_token_end_punc in ("'" "\"" "," ";")) + ((B)) + ((n.name is 0) ;; end of utterance + ((BB)) + ((NB)))))) + +(define (token_end_punc word) + "(token_end_punc UTT WORD) +If punctuation at end of related Token and if WORD is last word +in Token return punc, otherwise 0." + (if (item.relation.next word "Token") + "0" + (item.feat word "R:Token.parent.punc"))) + +;;; This is a simple CART tree used after boundaries are predicted +;;; by the probabilistic method to get two levels of break +(set! english_phrase_type_tree +'((pbreak is NB) + ((num_break is 1) + ((mB)) + ((R:Token.parent.EMPH is 1) + ((NB)) + ((n.R:Token.parent.EMPH is 1) + ((NB)) + ((NB))))) + ((pbreak is BB) + ((BB)) + ((pbreak is mB) + ((mB)) + ((name in ("." "!" "?"));; only (potentially) change Bs to BBs + ((BB)) + ((B))))))) + +(set! f2b_phrase_cart_tree +' +((gpos is punc) + (((1 0.00238095) (3 0) (4 0.997619) B)) + (((4 0.00238095) (3 0) (1 0.997619) NB)))) + +;;; For more detailed prediction of phrase breaks we use POS and +;;; probability distribution of breaks +;;; These models were trained using data from the Lancaster/IBM +;;; Spoken English Corpus + +(require 'pos) ;; for part of speech map + +(defvar pbreak_ngram_dir libdir + "pbreak_ngram_dir + The directory containing the ngram models for predicting phrase + breaks. By default this is the standard library directory.") + +(defvar english_phr_break_params + (list + ;; The name and filename off the ngram with the a priori ngram model + ;; for predicting phrase breaks in the Phrasify module. This model should + ;; predict probability distributions for B and NB given some context of + ;; part of speech tags. + (list 'pos_ngram_name 'english_break_pos_ngram) + (list 'pos_ngram_filename + (path-append pbreak_ngram_dir "sec.ts20.quad.ngrambin")) + ;; The name and filename of the ngram containing the a posteriori ngram + ;; for predicting phrase breaks in the Phrasify module. This module should + ;; predict probability distributions for B and NB given previous B and + ;; NBs. + (list 'break_ngram_name 'english_break_ngram) + (list 'break_ngram_filename + (path-append pbreak_ngram_dir "sec.B.hept.ngrambin")) + ;; A weighting factor for breaks in the break/non-break ngram. + (list 'gram_scale_s 0.05) + ;; When Phrase_Method is prob_models, this tree, if set is used to + ;; potentially predict phrase type. At least some prob_models only + ;; predict B or NB, this tree may be used to change some Bs into + ;; BBs. If it is nil, the pbreak value predicted by prob_models + ;; remains the same. + (list 'phrase_type_tree english_phrase_type_tree) + ;; A list of tags used in identifying breaks. Typically B and NB (and + ;; BB). This should be the alphabet of the ngram identified in + ;; break_ngram_name + (list 'break_tags '(B NB)) + (list 'pos_map english_pos_map_wp39_to_wp20) + ) + "english_phr_break_params +Parameters for English phrase break statistical model.") + +(defvar phr_break_params nil + "phr_break_params +Parameters for phrase break statistical model. This is typcal set by +a voice selection function to the parameters for a particular model.") + +;;; +;;; Declaration of some features +;;; + +(def_feature_docstring + 'Word.pbreak + "Word.pbreak + Result from statistical phrasing module, may be B or NB denoting + phrase break or non-phrase break after the word.") + +(def_feature_docstring + 'Word.pbreak_score + "Word.pbreak_score + Log likelihood score from statistical phrasing module, for pbreak + value.") + +(def_feature_docstring + 'Word.blevel + "Word.blevel + A crude translation of phrase break into ToBI like phrase level. + Values may be 0,1,2,3,4.") + +(define (Phrasify utt) +"(Phrasify utt) +Construct phrasify over Words module." + (let ((rval (apply_method 'Phrasify_Method utt))) + (cond + (rval rval) ;; new style + (t + (Classic_Phrasify utt))))) + + +(provide 'phrase) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/pos.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/pos.scm new file mode 100644 index 0000000000000000000000000000000000000000..0ace3615ba414cb1b0b9f8ddb2d8a88966441579 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/pos.scm @@ -0,0 +1,229 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; A part of speech tagger +;;; + +(set! english_guess_pos + '((in of for in on that with by at from as if that against about + before because if under after over into while without + through new between among until per up down) + (to to) + (det the a an no some this that each another those every all any + these both neither no many) + (md will may would can could should must ought might) + (cc and but or plus yet nor) + (wp who what where how when) + (pps her his their its our their its mine) + (aux is am are was were has have had be) + (punc "." "," ":" ";" "\"" "'" "(" "?" ")" "!" "[" "]" "{" "}") + )) + +(defvar guess_pos english_guess_pos + "guess_pos + An assoc-list of simple part of speech tag to list of words in that + class. This basically only contains closed class words all other + words may be assumed to be content words. This was built from information + in the f2b database and is used by the ffeature gpos.") + +;;; A more elaborate part of speech tagger using ngrams works but +;;; at present requires a large list of a priori probabilities +;;; to work. If that file exists on your system we'll use it otherwise +;;; POS is guessed by the lexicon + +;;; These models were build from the Penn TreeBank, WSJ corpus + +(defvar pos_model_dir lexdir + "pos_model_dir + The directory contains the various models for the POS module. By + default this is the same directory as lexdir. The directory should + contain two models: a part of speech lexicon with reverse log probabilities + and an ngram model for the same part of speech tag set.") + +(defvar pos_p_start_tag "punc" + "pos_p_start_tag + This variable's value is the tag most likely to appear before + the start of a sentence. It is used when looking for pos context + before an utterance. Typically it should be some type of punctuation + tag.") + +(defvar pos_pp_start_tag "n" + "pos_pp_start_tag + This variable's value is the tag most likely to appear before + pos_p_start_tag and any position preceding that. It is typically + some type of noun tag. This is used to provide pos context for + early words in an utterance.") + +(defvar pos_supported nil + "pos_supported + If set to non-nil use part of speech prediction, if nil just get + pos information from the lexicon.") + +(defvar pos_ngram_name nil + "pos_ngram_name + The name of a loaded ngram containing the a posteriori ngram model for + predicting part of speech. The a priori model is held as a + lexicon call poslex.") + +(defvar pos_map nil + "pos_map + If set this should be a reverse assoc-list mapping on part of speech + tag set to another. It is used after using the defined POS models to + map the pos feature on each word to a new tagset.") + +;;; +;;; All the names here don't really allow multiple versions +;;; they should be prefixed with english_ +;;; + +(if (probe_file (path-append pos_model_dir "wsj.wp39.poslexR")) + (begin + (lex.create "english_poslex") + (lex.set.compile.file + (path-append pos_model_dir "wsj.wp39.poslexR")) + (lex.set.phoneset "mrpa") + (lex.set.lts.method nil) + (set! pos_lex_name "english_poslex") + (set! pos_p_start_tag "punc") + (set! pos_pp_start_tag "nn") + ;; wp39 + (lex.add.entry '("_OOV_" ((nnp -2.9144) (jj -2.7357) (nn -3.5787) + (nns -3.4933) (vbn -3.2486) (vbg -2.9419) + (vb -3.5471) (vbd -3.7896) (vbz -3.7820) + (rb -4.1940) (vbp -3.2755) (nnps -2.1605)) + ())) + (lex.add.entry '("_number_" + ((cd -0.35202) (jj -4.1083) (nns -6.4488) (nnp -7.3595)) + () )) + (lex.add.entry '("," ((punc -0.88488)) () )) + (lex.add.entry '("." ((punc -1.1104)) () )) + (lex.add.entry '(":" ((punc -4.4236)) () )) + (lex.add.entry '("``" ((punc -2.7867)) () )) + (lex.add.entry '("`" ((punc -2.7867)) () )) + (lex.add.entry '("'" ((punc -2.7867)) () )) + (lex.add.entry '("\"" ((punc -2.7867)) () )) + (lex.add.entry '("[" ((punc -2.7867)) () )) + (lex.add.entry '("]" ((punc -2.7867)) () )) + (lex.add.entry '("{" ((punc -2.7867)) () )) + (lex.add.entry '("}" ((punc -2.7867)) () )) + ;; wp17 +;; (lex.add.entry '("_OOV_" ((n -3.4109) (j -2.7892) (v -3.7426)) ())) +; (lex.add.entry '("_OOV_" ((n -1.968) (j -2.351) (v -2.287)) ())) +; (lex.add.entry '("_number_" ((j -0.35202)) ())) +; (lex.add.entry '("," ((punc -0.88359)) () )) +; (lex.add.entry '("." ((punc -1.1101)) () )) +; (lex.add.entry '(":" ((punc -4.4236)) () )) +; (lex.add.entry '("``" ((punc -2.7867)) () )) +; (lex.add.entry '("`" ((punc -2.7867)) () )) +; (lex.add.entry '("'" ((punc -2.7867)) () )) +; (lex.add.entry '("\"" ((punc -2.7867)) () )) + ;; wp22 +; (lex.add.entry '("_OOV_" ((n -3.4109) (j -2.7892) (v -3.7426)) ())) +; (lex.add.entry '("_number_" ((cd -0.35202) (j -4.1908) (n -7.3890)) ())) +; (lex.add.entry '("," ((punc -0.88359)) () )) +; (lex.add.entry '("." ((punc -1.1101)) () )) +; (lex.add.entry '(":" ((punc -4.4236)) () )) +; (lex.add.entry '("``" ((punc -2.7867)) () )) + ;; wp18 +; (lex.add.entry '("_OOV_" ((n -3.4109) (j -2.7892) (v -3.7426)) ())) +; (lex.add.entry '("_number_" ((j -0.35202)) ())) +; (lex.add.entry '("`" ((punc -6.539) ) () )) +; (lex.add.entry '("``" ((punc -2.399) ) () )) +; (lex.add.entry '("," ((punc -0.480) ) () )) +; (lex.add.entry '("." ((fpunc -0.012) ) () )) +; (lex.add.entry '(":" ((punc -4.100) ) () )) + + (ngram.load 'english_pos_ngram + (path-append pos_model_dir "wsj.wp39.tri.ngrambin")) +; (ngram.load 'english_pos_ngram +; (path-append pos_model_dir "wsj.wp45.tri.ngram")) + (set! pos_supported t) + ) + (set! pos_supported nil)) + +(setq english_pos_map_wp39_to_wp20 + '( + (( vbd vb vbn vbz vbp vbg ) v) + (( nn nnp nns nnps fw sym ls ) n) + (( dt ) dt) + (( punc fpunc ) punc) + (( in ) in) + (( jj jjr jjs 1 2 ) j) + (( prp ) prp) + (( rb rp rbr rbs ) r) + (( cc ) cc) + (( of ) of) + (( to ) to) + (( cd ) cd) + (( md ) md) + (( pos ) pos) + (( wdt ) wdt) + (( wp ) wp) + (( wrb ) wrb) + (( ex ) ex) + (( uh ) uh) + (( pdt ) pdt) + )) + +(defvar pos_map nil + "pos_map +A reverse assoc list of predicted pos tags to some other tag set. Note +using this changes the pos tag loosing the actual predicted value. Rather +than map here you may find it more appropriate to map tags sets locally +in the modules that use them (e.g. phrasing and lexicons).") + +;;(setq pos_map_remap +;; '( +;; (( fpunc ) punc) +;; (( of ) in))) + +(def_feature_docstring 'Word.pos + "Word.pos + Part of speech tag value returned by the POS tagger module.") + +(def_feature_docstring 'Word.pos_score + "Word.pos_score + Part of speech tag log likelihood from Viterbi search.") + +(define (POS utt) +"(POS utt) +Apply part of speech tagging (and possible parsing too) to Word +relation." + (let ((rval (apply_method 'POS_Method utt))) + (cond + (rval rval) ;; new style + (t + (Classic_POS utt))))) + + +(provide 'pos) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/postlex.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/postlex.scm new file mode 100644 index 0000000000000000000000000000000000000000..7fb038bad9437d00bba9e7e7e95b7b3964002e89 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/postlex.scm @@ -0,0 +1,587 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Postlexical rules +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Modifed for CSTR HTS Voice Library ;; +;; Author : Junichi Yamagishi (jyamagis@inf.ed.ac.uk) ;; +;; Date : Sept 2008 ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + + +(define (PostLex utt) +"(PostLex utt) +Apply post lexical rules to segment stream. These may be almost +arbitrary rules as specified by the particular voice, through the +postlex_hooks variable. A number of standard post lexical rule +sets are provided including reduction, posessives etc. These +rules are also used to mark standard segments with their cluster +information used in creating diphone names." +(let ((rval (apply_method 'PostLex_Method utt))) + (cond + (rval rval) ;; new style + (t ;; should only really need this one + (apply_hooks postlex_rules_hooks utt))) + utt +)) + +(define (Classic_PostLex utt) + "(Classic_PostLex utt) +Apply post lexical rules (both builtin and those specified in +postlex_rules_hooks)." + (Builtin_PostLex utt) ;; haven't translated all the rules yet + (apply_hooks postlex_rules_hooks utt) + utt +) + +(defvar postlex_rules_hooks nil +"postlex_rules_hooks +A function or list of functions which encode post lexical rules. +This will be voice specific, though some rules will be shared across +languages.") + +;;; Mapping of full vowels to reduced vowels, this should be part +;;; of the phoneset definitions +(defvar postlex_vowel_reduce_table + '((mrpa + ((uh @) (i @) (a @) (e @) (u @) (o @) (oo @))) + (radio + ((ah ax el en em) + (ih ax) +; (er axr ax) +; (iy ih) +; (ey ax) + (aa ax) + (ae ax) + (eh ax)))) +"postlex_vowel_reduce_table +Mapping of vowels to their reduced form. This in an assoc list of +phoneset name to an assoc list of full vowel to reduced form.") + +(defvar postlex_vowel_reduce_cart_tree nil +"postlex_vowel_reduce_cart_tree +CART tree for vowel reduction.") + +(defvar postlex_vowel_reduce_cart_tree_hand + '((stress is 0) + ((p.syl_break < 2) + ((syl_break < 2) + ((1)) + ((0))) + ((0))) + ((0))) +"postlex_vowel_reduce_cart_tree_hand +A CART tree for vowel reduction. This is hand-written.") + +(defvar postlex_vowel_reduce_cart_data +' +((R:SylStructure.parent.gpos is cc) + (((0 0.993548) (1 0.00645161) 0)) + ((p.R:SylStructure.parent.gpos is md) + (((0 0.903226) (1 0.0967742) 0)) + ((p.R:SylStructure.parent.gpos is det) + ((n.R:SylStructure.parent.gpos is content) + ((last_accent < 2.5) + ((next_accent < 2.5) + ((next_accent < 1.2) + ((n.syl_break is 4) + (((0 0.967213) (1 0.0327869) 0)) + ((syl_break is 4) + (((0 0.952381) (1 0.047619) 0)) + ((n.syl_break is 4) + (((0 0.953488) (1 0.0465116) 0)) + ((position_type is single) + (((0 0.947368) (1 0.0526316) 0)) + ((accented is 0) + ((n.accented is 0) + (((0 0.857143) (1 0.142857) 0)) + (((0 0.415385) (1 0.584615) 1))) + (((0 0.974359) (1 0.025641) 0))))))) + (((0 0.968254) (1 0.031746) 0))) + (((0 0.969697) (1 0.030303) 0))) + (((0 0.976744) (1 0.0232558) 0))) + (((0 0.990291) (1 0.00970874) 0))) + ((next_accent < 108.5) + ((p.R:SylStructure.parent.gpos is pps) + (((0 0.828947) (1 0.171053) 0)) + ((R:SylStructure.parent.gpos is det) + ((accented is 0) + (((0 0.0599572) (1 0.940043) 1)) + (((0 0.949367) (1 0.0506329) 0))) + ((p.R:SylStructure.parent.gpos is cc) + (((0 0.880952) (1 0.119048) 0)) + ((p.R:SylStructure.parent.gpos is wp) + (((0 0.875) (1 0.125) 0)) + ((p.R:SylStructure.parent.gpos is in) + ((n.syl_break is 4) + (((0 0.961538) (1 0.0384615) 0)) + ((next_accent < 2.5) + ((syl_break is 4) + (((0 0.95122) (1 0.0487805) 0)) + ((next_accent < 1.2) + ((accented is 0) + ((n.stress is 0) + (((0 0.788462) (1 0.211538) 0)) + ((R:SylStructure.parent.R:Word.p.gpos is content) + (((0 0.863636) (1 0.136364) 0)) + ((position_type is single) + (((0 0.729167) (1 0.270833) 0)) + (((0 0.4) (1 0.6) 1))))) + (((0 0.983871) (1 0.016129) 0))) + (((0 0.96) (1 0.04) 0)))) + (((0 0.963636) (1 0.0363636) 0)))) + ((position_type is single) + ((syl_break is 4) + (((0 0.993865) (1 0.00613497) 0)) + ((p.R:SylStructure.parent.gpos is to) + (((0 0.984375) (1 0.015625) 0)) + ((syl_break is 1) + ((accented is 0) + ((n.R:SylStructure.parent.gpos is in) + (((0 0.869565) (1 0.130435) 0)) + ((R:SylStructure.parent.gpos is content) + (((0 0.861789) (1 0.138211) 0)) + ((p.R:SylStructure.parent.gpos is content) + ((p.syl_break is 4) + (((0 0.858065) (1 0.141935) 0)) + ((R:SylStructure.parent.gpos is in) + ((p.syl_break is 1) + ((n.R:SylStructure.parent.gpos is det) + (((0 0.659574) (1 0.340426) 0)) + ((p.stress is 0) + (((0 0.422222) (1 0.577778) 1)) + (((0 0.582278) (1 0.417722) 0)))) + ((n.accented is 0) + ((n.R:SylStructure.parent.gpos is content) + (((0 0.65) (1 0.35) 0)) + ((p.stress is 0) + (((0 0.464286) (1 0.535714) 1)) + (((0 0.538462) (1 0.461538) 0)))) + (((0 0.803279) (1 0.196721) 0)))) + ((n.R:SylStructure.parent.gpos is det) + (((0 0.952381) (1 0.047619) 0)) + ((n.syl_break is 4) + (((0 0.833333) (1 0.166667) 0)) + ((p.stress is 0) + ((p.syl_break is 1) + ((n.syl_break is 1) + (((0 0.740741) (1 0.259259) 0)) + ((R:SylStructure.parent.gpos is aux) + (((0 0.478261) (1 0.521739) 1)) + (((0 0.769231) (1 0.230769) 0)))) + (((0 0.755556) (1 0.244444) 0))) + (((0 0.797619) (1 0.202381) 0))))))) + (((0 0.870968) (1 0.129032) 0))))) + (((0 0.983806) (1 0.0161943) 0))) + (((0 0.977778) (1 0.0222222) 0))))) + ((next_accent < 21.6) + ((p.stress is 0) + ((R:SylStructure.parent.R:Word.p.gpos is md) + (((0 0.961538) (1 0.0384615) 0)) + ((position_type is mid) + (((0 0.977612) (1 0.0223881) 0)) + ((n.R:SylStructure.parent.gpos is det) + (((0 0.916667) (1 0.0833333) 0)) + ((R:SylStructure.parent.R:Word.n.gpos is 0) + (((0 0.915493) (1 0.084507) 0)) + ((R:SylStructure.parent.R:Word.n.gpos is pps) + (((0 0.884615) (1 0.115385) 0)) + ((n.stress is 0) + ((n.syl_break is 4) + (((0 0.986755) (1 0.013245) 0)) + ((p.syl_break is 4) + (((0 0.977011) (1 0.0229885) 0)) + ((n.syl_break is 4) + (((0 0.965517) (1 0.0344828) 0)) + ((last_accent < 1.2) + ((last_accent < 0.1) + (((0 0.910448) (1 0.0895522) 0)) + ((next_accent < 1.2) + ((R:SylStructure.parent.R:Word.n.gpos is in) + (((0 0.82) (1 0.18) 0)) + ((n.syl_break is 0) + ((R:SylStructure.parent.R:Word.p.gpos is content) + (((0 0.819672) (1 0.180328) 0)) + (((0 0.444444) (1 0.555556) 1))) + (((0 0.785714) (1 0.214286) 0)))) + (((0 0.836364) (1 0.163636) 0)))) + (((0 0.962025) (1 0.0379747) 0)))))) + ((stress is 0) + ((n.syl_break is 4) + (((0 0.21875) (1 0.78125) 1)) + ((R:SylStructure.parent.R:Word.p.gpos is aux) + (((0 0.259259) (1 0.740741) 1)) + ((p.syl_break is 1) + (((0 0.243094) (1 0.756906) 1)) + ((R:SylStructure.parent.R:Word.p.gpos is det) + (((0 0.290323) (1 0.709677) 1)) + ((R:SylStructure.parent.R:Word.p.gpos is in) + (((0 0.3) (1 0.7) 1)) + ((syl_break is 1) + (((0 0.289157) (1 0.710843) 1)) + ((p.syl_break is 4) + (((0 0.352941) (1 0.647059) 1)) + ((n.syl_break is 0) + (((0 0.311475) (1 0.688525) 1)) + ((syl_break is 4) + (((0 0.4) (1 0.6) 1)) + (((0 0.581395) (1 0.418605) 0))))))))))) + (((0 1) (1 0) 0))))))))) + ((stress is 0) + ((R:SylStructure.parent.R:Word.n.gpos is 0) + (((0 0.121212) (1 0.878788) 1)) + ((next_accent < 2.4) + ((R:SylStructure.parent.gpos is content) + ((position_type is mid) + (((0 0.176895) (1 0.823105) 1)) + ((p.syl_break is 1) + (((0 0.229167) (1 0.770833) 1)) + ((syl_break is 4) + (((0 0.242775) (1 0.757225) 1)) + ((p.syl_break is 0) + ((n.R:SylStructure.parent.gpos is in) + (((0 0.253521) (1 0.746479) 1)) + ((R:SylStructure.parent.R:Word.p.gpos is in) + (((0 0.262774) (1 0.737226) 1)) + ((last_accent < 2.1) + ((n.R:SylStructure.parent.gpos is aux) + (((0 0.304348) (1 0.695652) 1)) + ((next_accent < 1.2) + ((n.R:SylStructure.parent.gpos is cc) + (((0 0.291667) (1 0.708333) 1)) + ((syl_break is 1) + ((n.syl_break is 4) + (((0 0.344828) (1 0.655172) 1)) + ((R:SylStructure.parent.R:Word.p.gpos is det) + (((0 0.364706) (1 0.635294) 1)) + ((n.syl_break is 4) + (((0 0.384615) (1 0.615385) 1)) + ((last_accent < 1.2) + ((p.accented is 0) + (((0 0.584906) (1 0.415094) 0)) + ((n.accented is 0) + ((R:SylStructure.parent.R:Word.p.gpos is content) + (((0 0.41) (1 0.59) 1)) + (((0 0.6) (1 0.4) 0))) + (((0 0.333333) (1 0.666667) 1)))) + (((0 0.380952) (1 0.619048) 1)))))) + ((p.accented is 0) + (((0 0.183673) (1 0.816327) 1)) + ((n.R:SylStructure.parent.gpos is content) + ((n.stress is 0) + (((0 0.295455) (1 0.704545) 1)) + ((R:SylStructure.parent.R:Word.p.gpos is content) + ((n.syl_break is 1) + (((0 0.5) (1 0.5) 0)) + (((0 0.40625) (1 0.59375) 1))) + (((0 0.333333) (1 0.666667) 1)))) + (((0 0.2) (1 0.8) 1)))))) + (((0 0.3) (1 0.7) 1)))) + (((0 0.302326) (1 0.697674) 1))))) + (((0 0.25) (1 0.75) 1)))))) + (((0 0.173913) (1 0.826087) 1))) + (((0 0.166667) (1 0.833333) 1)))) + (((0 1) (1 0) 0)))) + (((0 0.2) (1 0.8) 1))))))))) + (((0 0.15) (1 0.85) 1))))))) + +(defvar postlex_mrpa_r_cart_tree +'((name is r) + ((R:Segment.n.ph_vc is -) + ((delete)) + ((nil))) + ((nil))) +"postlex_mrpa_r_cart_tree +For remove final R when not between vowels.") + + +;; Changed this to actually work... (Rob 09/12/04) +;; Changed this to delete the syllable when schwa is unneccesary (awb 19/07/04) +(define (postlex_apos_s_check utt) + "(postlex_apos_s_check UTT) +Deal with possesive s for English (American and British). Delete +schwa of 's if previous is not an alveolar or palatal fricative or affricative, and +change voiced to unvoiced s if previous is not voiced." + (mapcar + (lambda (syl) + ; word is 's + (if (string-equal "'s" (item.feat + syl "R:SylStructure.parent.name")) + (begin + ;; de-voice if last phone of previous word is unvoiced + (if (string-equal + "-" + (item.feat syl "p.R:SylStructure.daughtern.ph_cvox")) + (item.set_name + (item.relation.daughtern syl 'SylStructure) + "s")) ;; change it from "z" to "s" + ; if the previous seg is a aveolar or palatal, + ; fricative or affricate don't delete schwa otherwise delete it + (if (and + (member_string + (item.feat syl "p.R:SylStructure.daughtern.ph_ctype") '(f a)) + (member_string + (item.feat syl "p.R:SylStructure.daughtern.ph_cplace") '(a p))) + (begin + t) + (begin + ;; delete the schwa + (item.delete (item.relation.daughter1 syl 'SylStructure)) + ;; attach orphaned s/z to previous word + (item.relation.append_daughter + (item.prev syl) + 'SylStructure + (item.relation.daughtern syl 'SylStructure)) + ;; delete the now empty syllable + (item.delete syl)))))) + ;; never happens to if 's is first in an utterance + (cdr (utt.relation.items utt 'Syllable))) + utt) + +;; Changed this to work the other way round, too. Volker 10/08/06 +(define (postlex_the_vs_thee utt) +"(postlex_the_vs_thee utt) +Unnreduce the schwa in \"the\" when a vowel follows. +Reduce the vowel in \"the\" when no vowel follows (this +requires a lexicon entry for \"the\" with feature \"reduced\", +otherwise there will be no reduction)." +(let ((fullform (cadr (car (caar (cdr (cdar (lex.lookup_all 'thee))))))) + (reducedform (cadr(car(caar(cddr(lex.lookup 'the '(reduced))))))) + seg) + + (mapcar + (lambda (word) + (if (string-equal "the" (downcase (item.feat word "name"))) + (begin + (set! seg (item.relation (item.daughtern (item.relation.daughtern word 'SylStructure)) 'Segment)) + (if (string-equal "+" (item.feat (item.next seg) 'ph_vc)) + (item.set_feat seg 'name fullform) + (item.set_feat seg 'name reducedform))))) + (utt.relation.items utt 'Word))) +utt) + +(define (postlex_the_vs_thee_changeflag utt) +"(postlex_the_vs_thee_changeflag utt) +Unnreduce the schwa in \"the\" when a vowel follows. +Reduce the vowel in \"the\" when no vowel follows (this +requires a lexicon entry for \"the\" with feature \"reduced\", +otherwise there will be no reduction)." +(let ((fullform (cadr (car (caar (cdr (cdar (lex.lookup_all 'thee))))))) + (reducedform (cadr(car(caar(cddr(lex.lookup 'the '(reduced))))))) + seg) + + (mapcar + (lambda (word) + (if (string-equal "the" (downcase (item.feat word "name"))) + (begin + (set! seg (item.relation (item.daughtern (item.relation.daughtern word 'SylStructure)) 'Segment)) + (if (string-equal "+" (item.feat (item.next seg) 'ph_vc)) + (item.set_feat seg 'reducable 0) + (item.set_feat seg 'reducable 1))))) + (utt.relation.items utt 'Word))) +utt) + + +;; For Multisyn voices only. Volker 14/08/06 +(define (postlex_a utt) +"(postlex_a utt) +If POS of \"a\" is \"nn\" and segment feature \"reducable\", set it to 0. +This is a bugfix, but still requires the target cost function to add a +penalty if a candidate is reducable but the target is not. expro_target_cost +does that." +(let(seg) + (mapcar + (lambda(word) +;; (format t "%s\t%s\n" (item.feat word 'name)(item.feat word 'pos)) + (if(and(string-equal "a" (downcase (item.feat word "name"))) + (string-equal "nn" (item.feat word "pos"))) + (begin + (set! seg (item.relation (item.daughtern (item.relation.daughtern word +'SylStructure)) 'Segment)) +;; (format t "should not be reducable\n") + (if (eq 1 (parse-number (item.feat seg 'reducable))) + (item.set_feat seg 'reducable 0)))) + ) + (utt.relation.items utt 'Word))) +utt) + + + +(define (postlex_unilex_vowel_reduction utt) +"(postlex_unilex_vowel_reduction utt) +Perform vowel reduction based on unilex specification of what can be reduced." +(let () + (mapcar + (lambda (seg) + (if (and (eq? (parse-number (item.feat seg "reducable")) 1) + (not (> (parse-number (item.feat seg "R:SylStructure.parent.stress")) 0))) + (if (not (and (seg_word_final seg) + (string-equal (item.feat (item.next seg) 'ph_vc) "+"))) + (item.set_feat seg "name" (item.feat seg "reducedform"))))) + (utt.relation.items utt 'Segment))) +utt) + + + + +(define (seg_word_final seg) +"(seg_word_final seg) +Is this segment word final?" + (let ((this_seg_word (item.parent (item.relation.parent seg 'SylStructure))) + (silence (car (cadr (car (PhoneSet.description '(silences)))))) + next_seg_word) + (if (item.next seg) + (set! next_seg_word (item.parent (item.relation.parent (item.next seg) 'SylStructure)))) + (if (or (equal? this_seg_word next_seg_word) + (string-equal (item.feat seg "name") silence)) + nil + t))) + + + +;; imported from postlex_intervoc_r.scm Volker 14/08/06 +(define (postlex_intervoc_r utt) +"(postlex_intervoc_r UTT) + +Remove any word-final /r/ which is phrase-final or not going +to be inter-vocalic i.e. the following words does not start +with a vowel. + +NOTE: in older versions of unilex-rpx.out for Festival, there +is no word-final /r/. + +" +(let (word next_word last_phone following_phone) + (set! word (utt.relation.first utt 'Word)) + + (while word + (set! next_word (item.next word)) + (set! last_phone (item.daughtern + (item.daughtern(item.relation word 'SylStructure)))) + (if next_word + (begin + + (set! following_phone (item.daughter1 + (item.daughter1 + (item.relation next_word 'SylStructure)))) + ; last_phone and following_phone should always be defined at this point, + ; but since the upgrade to Fedora and characters no longer being in ISO + ; but in UTF8, the pound sterling is no longer treated correctly. + ; Probably (Token utt) should be fixed. + + (if (and following_phone last_phone) + (begin + (format t "%s\t%s %s %s %s\n" (item.name word) + (item.name last_phone) + (item.name following_phone) + (item.feat following_phone 'ph_vc) + (item.feat word 'pbreak)) + (if(and(equal? "r" (item.name last_phone)) + (or(not(equal? "NB" (item.feat word 'pbreak))) + (equal? "-" (item.feat following_phone 'ph_vc)))) + (begin + (format t "\t\t\t/r/ in \"%s %s\" deleted\n" + (item.name word)(item.name next_word)) + (item.delete last_phone)))))) + (if(and last_phone (equal? "r" (item.name last_phone))) + (begin + (format t "\t\t\tutterance-final /r/ deleted\n") + (item.delete last_phone))) + ) + + (set! word (item.next word)))) + utt) + + +(define (postlex_stop_deletion utt) +"(postlex_stop_deletion utt) + +Delete any stop or affricative (phone which has a closure) +immediately followed by another stop or affricative. + +Also save the identity of the deleted phone for the +context cost functions. Consider: + +backtrack /b a k t r a k/ -> /b a t r a k/ +(actually Jenny reduces : /b a k_cl k t_cl t r a k/ -> /b a k_cl t r a k/) +If we then look for a diphone /a t/ we want to favour +candidates coming from the same context i.e. which +are actually a reduced /a k t/. In the data base, +the 1st /a/ gets the feature right_context=k and the +/t/ gets the fearture left_context=k. + +" +(let(seg next_seg prev_seg) + (set! seg (utt.relation.first utt 'Segment)) + (while seg + (set! prev_seg (item.prev seg)) + (if prev_seg + (begin + ;(format t "%s %s %s\n" (item.name seg) + ; (item.feat seg 'ph_ctype) + ; (item.feat seg 'p.ph_ctype)) + (if(and(or(equal? "s" (item.feat seg 'ph_ctype)) + (equal? "a" (item.feat seg 'ph_ctype))) + (or(equal? "s" (item.feat seg 'p.ph_ctype)) + (equal? "a" (item.feat seg 'p.ph_ctype))) + ; When there are 3 stops in a row, and after the 1st has been + ; deleted, this prevents the 2nd to be deleted as well: + (equal? 0 (item.feat prev_seg 'left_context))) + (begin + (set! prev_prev_seg (item.prev prev_seg)) + (format t "postlex_stop_deletion: %s in %s\n" + (item.name prev_seg) + (item.name(item.parent(item.relation.parent prev_seg + 'SylStructure)))) + (if prev_prev_seg + (begin + ;(format t "setting left_context of %s and right context of %s to %s\n" + ; (item.name seg) + ; (item.name prev_prev_seg) + ; (item.name prev_seg)) + (item.set_feat seg 'left_context (item.name prev_seg)) + (item.set_feat prev_prev_seg 'right_context (item.name prev_seg)))) + (if(and(item.next seg) + (equal? (item.name seg) (item.name prev_seg))) + (begin + ;(format t "setting left_context of %s to %s\n" + ; (item.name (item.next seg) + ; (item.name prev_seg)) + + (item.set_feat (item.next seg) 'left_context (item.name prev_seg)))) + (item.delete prev_seg))))) + (set! seg (item.next seg)))) +utt) + +(provide 'postlex) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/radio_phones.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/radio_phones.scm new file mode 100644 index 0000000000000000000000000000000000000000..7c6b524e6bfebada7620ec85b4fba8398faac6c0 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/radio_phones.scm @@ -0,0 +1,122 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; A definition of the radio phone set used in the BU RADIO FM +;;; corpus, some people call this the darpa set. This one +;;; has the closures removed +;;; + +(defPhoneSet + radio + ;;; Phone Features + (;; vowel or consonant + (vc + -) + ;; vowel length: short long dipthong schwa + (vlng s l d a 0) + ;; vowel height: high mid low + (vheight 1 2 3 0) + ;; vowel frontness: front mid back + (vfront 1 2 3 0) + ;; lip rounding + (vrnd + - 0) + ;; consonant type: stop fricative affricate nasal lateral approximant + (ctype s f a n l r 0) + ;; place of articulation: labial alveolar palatal labio-dental + ;; dental velar glottal + (cplace l a p b d v g 0) + ;; consonant voicing + (cvox + - 0) + ) + ;; Phone set members + ( + ;; Note these features were set by awb so they are wrong !!! + (aa + l 3 3 - 0 0 0) ;; father + (ae + s 3 1 - 0 0 0) ;; fat + (ah + s 2 2 - 0 0 0) ;; but + (ao + l 3 3 + 0 0 0) ;; lawn + (aw + d 3 2 - 0 0 0) ;; how + (ax + a 2 2 - 0 0 0) ;; about + (axr + a 2 2 - r a +) + (ay + d 3 2 - 0 0 0) ;; hide + (b - 0 0 0 0 s l +) + (ch - 0 0 0 0 a p -) + (d - 0 0 0 0 s a +) + (dh - 0 0 0 0 f d +) + (dx - a 0 0 0 s a +) ;; ?? + (eh + s 2 1 - 0 0 0) ;; get + (el + s 0 0 0 l a +) + (em + s 0 0 0 n l +) + (en + s 0 0 0 n a +) + (er + a 2 2 - r 0 0) ;; always followed by r (er-r == axr) + (ey + d 2 1 - 0 0 0) ;; gate + (f - 0 0 0 0 f b -) + (g - 0 0 0 0 s v +) + (hh - 0 0 0 0 f g -) + (hv - 0 0 0 0 f g +) + (ih + s 1 1 - 0 0 0) ;; bit + (iy + l 1 1 - 0 0 0) ;; beet + (jh - 0 0 0 0 a p +) + (k - 0 0 0 0 s v -) + (l - 0 0 0 0 l a +) + (m - 0 0 0 0 n l +) + (n - 0 0 0 0 n a +) + (nx - 0 0 0 0 n d +) ;; ??? + (ng - 0 0 0 0 n v +) + (ow + d 2 3 + 0 0 0) ;; lone + (oy + d 2 3 + 0 0 0) ;; toy + (p - 0 0 0 0 s l -) + (r - 0 0 0 0 r a +) + (s - 0 0 0 0 f a -) + (sh - 0 0 0 0 f p -) + (t - 0 0 0 0 s a -) + (th - 0 0 0 0 f d -) + (uh + s 1 3 + 0 0 0) ;; full + (uw + l 1 3 + 0 0 0) ;; fool + (v - 0 0 0 0 f b +) + (w - 0 0 0 0 r l +) + (y - 0 0 0 0 r p +) + (z - 0 0 0 0 f a +) + (zh - 0 0 0 0 f p +) + (pau - 0 0 0 0 0 0 -) + (h# - 0 0 0 0 0 0 -) + (brth - 0 0 0 0 0 0 -) + ) +) + +(PhoneSet.silences '(pau h# brth)) + +(provide 'radio_phones) + + + + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/sable-latin.ent b/pretrained_models/CosyVoice-ttsfrd/resource/festival/sable-latin.ent new file mode 100644 index 0000000000000000000000000000000000000000..f068020fc1bc2f26c724e83182487d4ed2f7a600 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/sable-latin.ent @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/sable-mode.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/sable-mode.scm new file mode 100644 index 0000000000000000000000000000000000000000..3c73882fb28d1220c012b1b7cf4267134041fc9f --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/sable-mode.scm @@ -0,0 +1,560 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1998 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Festival (1.3.X) support for SABLE 0.2 the SGML/XML based mark up ;; +;;; language. ;; +;;; ;; +;;; This is XML version requiring Edinburgh's LTG's rxp XML parser as ;; +;;; distributed with Festival ;; +;;; ;; + +(require_module 'rxp) + +;;(set! auto-text-mode-alist +;; (cons +;; (cons "\\.sable$" 'sable) +;; auto-text-mode-alist)) + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; Remember where to find these two XML entities. ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + + +(xml_register_id "-//SABLE//DTD SABLE speech mark up//EN" + (path-append libdir "Sable.v0_2.dtd") + ) + +(xml_register_id "-//SABLE//ENTITIES Added Latin 1 for SABLE//EN" + (path-append libdir "sable-latin.ent") + ) + +;; (print (xml_registered_ids)) + +(defvar SABLE_RXDOUBLE "-?\\(\\([0-9]+\\.[0-9]*\\)\\|\\([0-9]+\\)\\|\\(\\.[0-9]+\\)\\)\\([eE][---+]?[0-9]+\\)?") + +(defvar sable_pitch_base_map + '((highest 1.2) + (high 1.1) + (medium 1.0) + (default 1.0) + (low 0.9) + (lowest 0.8))) +(defvar sable_pitch_med_map + '((highest 1.2) + (high 1.1) + (medium 1.0) + (default 1.0) + (low 0.9) + (lowest 0.8))) +(defvar sable_pitch_range_map + '((largest 1.2) + (large 1.1) + (medium 1.0) + (default 1.0) + (small 0.9) + (smallest 0.8))) +(defvar sable_rate_speed_map + '((fastest 1.5) + (fast 1.2) + (medium 1.0) + (default 1.0) + (slow 0.8) + (slowest 0.6))) +(defvar sable_volume_level_map + '((loudest 2.0) + (loud 1.5) + (default 1.0) + (medium 1.0) + (quiet 0.5))) + +(define (sable_init_globals) + (set! utts nil) + (set! sable_omitted_mode nil) + (set! sable_word_features_stack nil) + (set! sable_pitch_context nil) + (set! sable_vol_context nil) + (set! sable_vol_type 'no_change) + (set! sable_vol_factor 1.0) + (set! sable_current_language 'britishenglish) + (set! sable_unsupported_language nil) + (set! sable_language_stack nil) + (set! sable_current_speaker 'voice_kal_diphone) + (set! sable_speaker_stack nil) +) + +(define (sable_token_to_words token name) + "(sable_token_to_words utt token name) +SABLE mode token specific analysis." + (cond + ((or sable_omitted_mode sable_unsupported_language) + ;; don't say anything (whole utterance) + nil) + ((string-equal "1" (item.feat token "done_sable_sub")) + ;; to catch recursive calls this when splitting up sub expressions + (sable_previous_token_to_words token name)) + ((and (not (string-equal "0" (item.feat token "sable_sub"))) + (string-equal "0" (item.feat token "p.sable_sub"))) + (let (words (sub (item.feat token "sable_sub"))) + (item.set_feat token "done_sable_sub" "1") + (set! words + (apply append + (mapcar + (lambda (w) + (set! www (sable_previous_token_to_words token w)) + www) + (read-from-string sub)))) + (item.set_feat token "done_sable_sub" "0") + words)) + ((string-equal "1" (item.feat token "sable_ignore")) + ;; don't say anything (individual word) + nil) + ((string-equal "1" (item.feat token "sable_ipa")) + ;; Each token is an IPA phone + (item.set_feat token "phonemes" (sable-map-ipa name)) + (list name)) + ((string-equal "1" (item.feat token "sable_literal")) + ;; Only deal with spell here + (let ((subwords) (subword)) + (item.set_feat token "pos" token.letter_pos) + (mapcar + (lambda (letter) + ;; might be symbols or digits + (set! subword (sable_previous_token_to_words token letter)) + (if subwords + (set! subwords (append subwords subword)) + (set! subwords subword))) + (symbolexplode name)) + subwords)) + ((not (string-equal "0" (item.feat token "token_pos"))) + ;; bypass the prediction stage, if English + (if (member_string (Parameter.get 'Language) + '(britishenglish americanenglish)) + (builtin_english_token_to_words token name) + (sable_previous_token_to_words token name))) + ;; could be others here later + (t + (sable_previous_token_to_words token name)))) + +(defvar sable_elements +'( + ("(SABLE" (ATTLIST UTT) + (eval (list sable_current_speaker)) ;; so we know what state we start in + (sable_setup_voice_params) + nil + ) + (")SABLE" (ATTLIST UTT) + (xxml_synth UTT) ;; Synthesis the remaining tokens + nil + ) + ;; Utterance break elements + ("(LANGUAGE" (ATTLIST UTT) + ;; Status: probably complete + (xxml_synth UTT) + (set! sable_language_stack + (cons + (list sable_current_language sable_unsupported_language) + sable_language_stack)) + ;; Select a new language + (let ((language (upcase (car (xxml_attval "ID" ATTLIST))))) + (cond + ((or (string-equal language "SPANISH") + (string-equal language "ES")) + (set! sable_current_language 'spanish) + (set! sable_unsupported_language nil) + (select_language 'spanish)) + ((or (string-equal language "ENGLISH") + (string-equal language "EN")) + (set! sable_current_language 'britishenglish) + (set! sable_unsupported_language nil) + (select_language 'britishenglish)) + (t ;; skip languages you don't know + ;; BUG: if current language isn't English this wont work + (apply_hooks tts_hooks + (eval (list 'Utterance 'Text + (string-append "Some text in " language)))) + (set! sable_unsupported_language t))) + nil)) + (")LANGUAGE" (ATTLIST UTT) + (xxml_synth UTT) + (set! sable_unsupported_language (car (cdr (car sable_language_stack)))) + (set! sable_current_language (car (car sable_language_stack))) + (set! sable_language_stack (cdr sable_language_stack)) + (if (not sable_omitted_mode) + (begin + (select_language sable_current_language) + (sable_setup_voice_params))) + nil) + ("(SPEAKER" (ATTLIST UTT) + ;; Status: GENDER/AGE ignored, should be done by sable-def-speaker + ;; function to define Festival voices to SABLE + (xxml_synth UTT) + (set! sable_speaker_stack (cons sable_current_speaker sable_speaker_stack)) + (cond + ((not equal? sable_current_language 'britishenglish) + (print "SABLE: choosen unknown voice, current voice unchanged")) + ((equal? (car (xxml_attval "NAME" ATTLIST)) 'male1) + (set! sable_current_speaker 'voice_kal_diphone) + (voice_kal_diphone)) + ((equal? (car (xxml_attval "NAME" ATTLIST)) 'male2) + (set! sable_current_speaker 'voice_cmu_us_rms_cg) + (voice_cmu_us_rms_cg)) + ((equal? (car (xxml_attval "NAME" ATTLIST)) 'male3) + (set! sable_current_speaker 'voice_ked_diphone) + (voice_ked_diphone)) + ((equal? (car (xxml_attval "NAME" ATTLIST)) 'male4) + (set! sable_current_speaker 'voice_rab_diphone) + (voice_rab_diphone)) + ((equal? (car (xxml_attval "NAME" ATTLIST)) 'male5) + (set! sable_current_speaker 'voice_cmu_us_awb_cg) + (voice_cmu_us_awb_cg)) + ((equal? (car (xxml_attval "NAME" ATTLIST)) 'female1) + (set! sable_current_speaker 'voice_cmu_us_slt_cg) + (voice_us1_mbrola)) + (t + (set! sable_current_speaker (intern (string-append "voice_" (car (xxml_attval "NAME" ATTLIST))))) + (eval (list sable_current_speaker)))) + (sable_setup_voice_params) + nil) + (")SPEAKER" (ATTLIST UTT) + (xxml_synth UTT) + (set! sable_utt UTT) + (set! sable_current_speaker (car sable_speaker_stack)) + (set! sable_speaker_stack (cdr sable_speaker_stack)) + (eval (list sable_current_speaker)) + (sable_setup_voice_params) + nil) + ("BREAK" (ATTLIST UTT) + ;; Status: probably complete + ;; may cause an utterance break + (let ((level (upcase (car (xxml_attval "LEVEL" ATTLIST))))) + (cond + ((null UTT) nil) + ((string-equal "LARGE" level) + (xxml_synth UTT) + nil) + (t + (let ((last_token (utt.relation.last UTT'Token))) + (if last_token + (item.set_feat last_token "pbreak" "B")) + UTT))))) + ("(DIV" (ATLIST UTT) + ;; Status: probably complete + (xxml_synth UTT) + nil) + ("AUDIO" (ATTLIST UTT) + ;; Status: MODE (background) ignored, only insertion supported + ;; mime type of file also ignored, as its LEVEL + (let ((tmpfile (make_tmp_filename))) + ;; ignoring mode-background (and will for sometime) + ;; ignoring level option + (xxml_synth UTT) ;; synthesizing anything ready to be synthesized + (get_url (car (xxml_attval "SRC" ATTLIST)) tmpfile) + (apply_hooks tts_hooks + (eval (list 'Utterance 'Wave tmpfile))) + (delete-file tmpfile) + nil)) + ("(EMPH" (ATTLIST UTT) + ;; Status: nesting makes no difference, levels ignored + ;; Festival is particularly bad at adding specific emphasis + ;; that's what happens when you use statistical methods that + ;; don't include any notion of emphasis + ;; This is *not* recursive and only one level of EMPH supported + (sable_push_word_features) + (set! xxml_word_features + (cons (list "dur_stretch" 1.6) + (cons + (list "EMPH" "1") xxml_word_features))) + UTT) + (")EMPH" (ATTLIST UTT) + (set! xxml_word_features (sable_pop_word_features)) + UTT) + ("(PITCH" (ATTLIST UTT) + ;; Status: probably complete + ;; At present festival requires an utterance break here + (xxml_synth UTT) + (set! sable_pitch_context (cons int_lr_params sable_pitch_context)) + (let ((base (sable_interpret_param + (car (xxml_attval "BASE" ATTLIST)) + sable_pitch_base_map + (cadr (assoc 'target_f0_mean int_lr_params)) + sable_pitch_base_original)) + (med (sable_interpret_param + (car (xxml_attval "MED" ATTLIST)) + sable_pitch_med_map + (cadr (assoc 'target_f0_mean int_lr_params)) + sable_pitch_med_original)) + (range (sable_interpret_param + (car (xxml_attval "RANGE" ATTLIST)) + sable_pitch_range_map + (cadr (assoc 'target_f0_std int_lr_params)) + sable_pitch_range_original)) + (oldmean (cadr (assoc 'target_f0_mean int_lr_params)))) + ;; Festival (if it supports anything) supports mean and std + ;; so we treat base as med if med doesn't seem to do anything + (if (equal? med oldmean) + (set! med base)) + (set! int_lr_params + (cons + (list 'target_f0_mean med) + (cons + (list 'target_f0_std range) + int_lr_params))) + nil)) + (")PITCH" (ATTLIST UTT) + (xxml_synth UTT) + (set! int_lr_params (car sable_pitch_context)) + (set! sable_pitch_context (cdr sable_pitch_context)) + nil) + ("(RATE" (ATTLIST UTT) + ;; Status: can't deal with absolute word per minute SPEED. + (sable_push_word_features) + ;; can't deal with words per minute value + (let ((rate (sable_interpret_param + (car (xxml_attval "SPEED" ATTLIST)) + sable_rate_speed_map + (sable_find_fval "dur_stretch" xxml_word_features 1.0) + sable_rate_speed_original))) + (set! xxml_word_features + (cons (list "dur_stretch" (/ 1.0 rate)) xxml_word_features)) + UTT)) + (")RATE" (ATTLIST UTT) + (set! xxml_word_features (sable_pop_word_features)) + UTT) + ("(VOLUME" (ATTLIST UTT) + ;; Status: probably complete + ;; At present festival requires an utterance break here + (xxml_synth UTT) + (set! sable_vol_context (cons (list sable_vol_type sable_vol_factor) + sable_vol_context)) + (let ((level (sable_interpret_param + (car (xxml_attval "LEVEL" ATTLIST)) + sable_volume_level_map + sable_vol_factor + 1.0))) + (cond + ((string-matches (car (xxml_attval "LEVEL" ATTLIST)) ".*%") + (set! sable_vol_type 'relative)) + ((string-matches (car (xxml_attval "LEVEL" ATTLIST)) SABLE_RXDOUBLE) + (set! sable_vol_type 'absolute)) + (t + (set! sable_vol_type 'relative))) + (set! sable_vol_factor level)) + nil) + (")VOLUME" (ATTLIST UTT) + (xxml_synth UTT) + (set! sable_vol_type (car (car sable_vol_context))) + (set! sable_vol_factor (car (cdr (car sable_vol_context)))) + (set! sable_vol_context (cdr sable_vol_context)) + nil) + ("(ENGINE" (ATTLIST UTT) + ;; Status: probably complete + (xxml_synth UTT) + (if (string-matches (car (xxml_attval "ID" ATTLIST)) "festival.*") + (let ((datastr "")) + (mapcar + (lambda (c) (set! datastr (string-append datastr " " c))) + (xxml_attval "DATA" ATTLIST)) + (apply_hooks tts_hooks (eval (list 'Utterance 'Text datastr))) + (set! sable_omitted_mode t)) ;; ignore contents + ;; else + ;; its not relevant to me + ) + nil) + (")ENGINE" (ATTLIST UTT) + (xxml_synth UTT) + (set! sable_omitted_mode nil) + nil) + ("MARKER" (ATTLIST UTT) + ;; Status: does nothing + ;; Can't support this without low-level control of audio spooler + (format t "SABLE: marker \"%s\"\n" + (car (xxml_attval "MARK" ATTLIST))) + UTT) + ("(PRON" (ATTLIST UTT) + ;; Status: IPA currently ignored + (sable_push_word_features) + ;; can't deal with words per minute value + (let ((ipa (xxml_attval "IPA" ATTLIST)) + (sub (xxml_attval "SUB" ATTLIST))) + (cond + (ipa + (format t "SABLE: ipa ignored\n") + (set! xxml_word_features + (cons (list "sable_ignore" "1") xxml_word_features))) + (sub + (set! xxml_word_features + (cons (list "sable_sub" (format nil "%l" sub)) + xxml_word_features)) + (set! xxml_word_features + (cons (list "sable_ignore" "1") xxml_word_features)))) + UTT)) + (")PRON" (ATTLIST UTT) + (set! xxml_word_features (sable_pop_word_features)) + UTT) + ("(SAYAS" (ATTLIST UTT) + ;; Status: only a few of the types are dealt with + (sable_push_word_features) + (set! sable_utt UTT) + ;; can't deal with words per minute value + (let ((mode (downcase (car (xxml_attval "MODE" ATTLIST)))) + (modetype (car (xxml_attval "MODETYPE" ATTLIST)))) + (cond + ((string-equal mode "literal") + (set! xxml_word_features + (cons (list "sable_literal" "1") xxml_word_features))) + ((string-equal mode "phone") + (set! xxml_word_features + (cons (list "token_pos" "digits") xxml_word_features))) + ((string-equal mode "ordinal") + (set! xxml_word_features + (cons (list "token_pos" "ordinal") xxml_word_features))) + ((string-equal mode "cardinal") + (set! xxml_word_features + (cons (list "token_pos" "cardinal") xxml_word_features))) + (t + ;; blindly trust festival to get it right + t)) + UTT)) + (")SAYAS" (ATTLIST UTT) + (set! xxml_word_features (sable_pop_word_features)) + UTT) + + +)) + +(define (sable_init_func) + "(sable_init_func) +Initialisation for SABLE mode" + (sable_init_globals) + (voice_kal_diphone) + (set! sable_previous_elements xxml_elements) + (set! xxml_elements sable_elements) + (set! sable_previous_token_to_words english_token_to_words) + (set! english_token_to_words sable_token_to_words) + (set! token_to_words sable_token_to_words)) + +(define (sable_exit_func) + "(sable_exit_func) +Exit function for SABLE mode" + (set! xxml_elements sable_previous_elements) + (set! token_to_words sable_previous_token_to_words) + (set! english_token_to_words sable_previous_token_to_words)) + +(define (sable_push_word_features) +"(sable_push_word_features) +Save current word features on stack." + (set! sable_word_features_stack + (cons xxml_word_features sable_word_features_stack))) + +(define (sable_adjust_volume utt) + "(sable_adjust_volume utt) +Amplify or attenutate signale based on value of sable_vol_factor +and sable_vol_type (absolute or relative)." + (set! utts (cons utt utts)) + (cond + ((equal? sable_vol_type 'no_change) + utt) + ((equal? sable_vol_type 'absolute) + (utt.wave.rescale utt sable_vol_factor 'absolute)) + ((equal? sable_vol_type 'relative) + (utt.wave.rescale utt sable_vol_factor)) + (t + (format stderr "SABLE: volume unknown type \"%s\"\n" sable_vol_type) + utt)) + utt) + +(define (sable_pop_word_features) +"(sable_pop_word_features) +Pop word features from stack." + (let ((r (car sable_word_features_stack))) + (set! sable_word_features_stack (cdr sable_word_features_stack)) + r)) + +(define (sable_find_fval feat flist def) + (cond + ((null flist) def) + ((string-equal feat (car (car flist))) + (car (cdr (car flist)))) + (t + (sable_find_fval feat (cdr flist) def)))) + +(define (sable_interpret_param ident map original current) +"(sable_interpret_param IDENT MAP ORIGINAL CURRENT) +If IDENT is in map return ORIGINAL times value in map, otherwise +treat IDENT of the form +/-N% and modify CURRENT accordingly." + (let ((mm (assoc ident map))) + (cond + (mm + (* original (car (cdr mm)))) + ((string-matches ident SABLE_RXDOUBLE) + (parse-number ident)) + ((string-matches ident ".*%") + (+ current (* current (/ (parse-number (string-before ident "%")) + 100.0)))) +;; ((string-matches ident ".*%") +;; (* current (/ (parse-number (string-before ident "%")) 100.0))) + ((not ident) current) + (t + (format stderr "SABLE: modifier \"%s\" not of float, tag or +/-N\n" + ident) + current)))) + +(define (sable_setup_voice_params) +"(sable_setup_voice_params) +Set up original values for various voice parameters." + (set! sable_pitch_base_original (cadr (assoc 'target_f0_mean int_lr_params))) + (set! sable_pitch_med_original (cadr (assoc 'target_f0_mean int_lr_params))) + (set! sable_pitch_range_original (cadr (assoc 'target_f0_std int_lr_params))) + (set! sable_rate_speed_original 1.0) + (if (and after_synth_hooks (not (consp after_synth_hooks))) + (set! after_synth_hooks + (cons after_synth_hooks (list sable_adjust_volume))) + (set! after_synth_hooks + (append after_synth_hooks (list sable_adjust_volume)))) +) + +;;; Declare the new mode to Festival +(set! tts_text_modes + (cons + (list + 'sable ;; mode name + (list + (list 'init_func sable_init_func) + (list 'exit_func sable_exit_func) + '(analysis_type xml) + )) + tts_text_modes)) + +(provide 'sable-mode) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/scfg.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/scfg.scm new file mode 100644 index 0000000000000000000000000000000000000000..6716e5b46cc8d73257946f2a1eaf13504075a3d8 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/scfg.scm @@ -0,0 +1,62 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Some functions for manipulating a SCFG parse tree + +(require_module 'parser) + +(define (scfg_simplify tree) + "(scfg_brackets_only tree) +Output only the bracketing and the bottom level pos and words." + (cond + ((not tree) nil) + ((car (cdr (assoc 'pos (car (cdr (car tree)))))) + ;; terminal node + (list + (car (cdr (assoc 'pos (car (cdr (car tree)))))) + (car (car tree)))) + (t + (cons + (car (car tree)) + (mapcar scfg_simplify (cdr tree)))))) + +(define (scfg_simplify_relation_tree trees) + (mapcar scfg_simplify trees)) + +(defvar scfg_eos_tree eou_tree + "scfg_eos_tree +In MultiProbParse this CART tree is used to define end of sentence +within an utterance. It is applied to the token relation. +By default it is set to eou_tree.") + +(provide 'scfg) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/scfg_wsj_wp20.gram b/pretrained_models/CosyVoice-ttsfrd/resource/festival/scfg_wsj_wp20.gram new file mode 100644 index 0000000000000000000000000000000000000000..2df54146c494981119c42bf25f61098ab2f4e4b6 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/scfg_wsj_wp20.gram @@ -0,0 +1,523 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-*-mode:scheme-*- +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; A Stochastic context free grammar for the wp20 tag set with 19 +;;; nonterminals +;;; +;;; This was trained from 10,000 sentences (00-04) of the UPenn WSJ tree +;;; bank using the inside-outside algorithm seeded with the bracketing from +;;; the treebank. The implementation is the scfg_ suite in the +;; speech tools and is based on the paper "Inside-Outside +;;; Reestimation from partially bracketed corpora", F Pereira and +;;; Y. Schabes. pp 128-135, 30th ACL, Newark, Delaware 1992. +;;; +;;; This grammar with 19 nonterminals was trained for 174 passes +;;; using a fifth of training data each time. It was tested against +;;; independent data both bracketed and unbracketed. After training, +;;; all rules with a probability less than 1.0e-6 were pruned. +;;; +;;; On an unseen test set of 686 sentences (from wsj/05/) this gets +;;; 92.2397% bracketing accuracy and 29.5918% sentences fully correct +;;; +;;; previous best 15_20 grammar +;;; 90.2377% bracketing accuracy and 24.7813% sentences fully correct +;;; +;;; Training this grammar took a long time. This is best grammar +;;; by testing grammars varying the number of non-terminals from 11-25 +;;; as the number of NTs increases the time for training also increases +;;; This 19_20 grammar took 20 days on a Sun Ultra 1 140, but I also +;;; had to search 11-18 to confirm this is best, which was done with a +;;; collection of Ultra 140s 170s and Pentium Pros (Linux and FreeBSD) +;;; +(0.00593452 NT00 NT00 NT00) +(0.0319023 NT00 NT00 NT13) +(0.00105452 NT00 NT00 NT18) +(0.00061816 NT00 NT02 NT10) +(0.000399698 NT00 NT02 NT12) +(0.0383818 NT00 NT05 NT00) +(0.00011458 NT00 NT06 NT03) +(0.00164298 NT00 NT06 NT17) +(0.00153884 NT00 NT07 NT07) +(0.00118244 NT00 NT07 NT12) +(0.00171642 NT00 NT07 NT13) +(0.00031308 NT00 NT07 NT17) +(0.0949408 NT00 NT09 NT18) +(0.000932166 NT00 NT10 NT03) +(0.000150288 NT00 NT10 NT17) +(0.0152371 NT00 NT12 NT18) +(0.73409 NT00 NT14 NT13) +(0.0403652 NT00 NT14 NT18) +(0.000195643 NT00 NT16 NT07) +(0.0134222 NT00 NT18 NT13) +(0.015624 NT00 NT18 NT18) +(0.00251118 NT01 NT01 NT07) +(0.00354571 NT01 NT01 NT11) +(0.22337 NT01 NT01 NT16) +(0.0467048 NT01 NT02 NT05) +(0.000518329 NT01 NT04 NT01) +(0.000100574 NT01 NT06 NT05) +(0.0480904 NT01 NT07 NT05) +(0.000358197 NT01 NT11 NT11) +(0.00278007 NT01 NT16 NT05) +(0.000179198 NT01 NT16 NT15) +(0.00140099 NT01 n) +(0.00228587 NT01 v) +(0.524988 NT01 dt) +(0.00128028 NT01 in) +(0.0660845 NT01 j) +(0.0131026 NT01 cd) +(0.00584238 NT01 r) +(0.0548382 NT01 prp) +(0.000445004 NT01 wdt) +(0.00135794 NT01 wp) +(0.000195991 NT01 wrb) +(0.000264526 NT02 NT01 NT01) +(0.00243627 NT02 NT01 NT02) +(0.613543 NT02 NT01 NT07) +(0.00180865 NT02 NT01 NT11) +(0.0042804 NT02 NT01 NT16) +(0.0392418 NT02 NT02 NT07) +(0.026104 NT02 NT02 NT12) +(0.000916683 NT02 NT02 NT16) +(0.00158862 NT02 NT04 NT01) +(0.000206161 NT02 NT04 NT02) +(0.00343189 NT02 NT04 NT16) +(0.000417113 NT02 NT07 NT05) +(0.0988457 NT02 NT07 NT07) +(0.000931386 NT02 NT07 NT11) +(0.00073236 NT02 NT07 NT12) +(0.000153421 NT02 NT10 NT13) +(0.00163484 NT02 NT11 NT02) +(0.0379562 NT02 NT11 NT07) +(0.0149 NT02 NT11 NT11) +(0.00105811 NT02 NT11 NT12) +(0.000175184 NT02 NT16 NT02) +(0.0403395 NT02 NT16 NT07) +(0.00297703 NT02 NT16 NT12) +(0.0875026 NT02 n) +(0.00496719 NT02 v) +(0.000409658 NT02 dt) +(0.00239978 NT02 j) +(0.010203 NT02 r) +(0.000194628 NT02 pdt) +(0.000377009 NT03 NT04 NT02) +(0.11551 NT03 NT08 NT13) +(0.347629 NT03 NT09 NT13) +(0.484911 NT03 NT10 NT13) +(0.00188291 NT03 NT11 NT12) +(0.0495461 NT03 NT17 NT13) +(0.00918797 NT04 NT03 NT05) +(0.000303954 NT04 NT04 NT02) +(0.00284848 NT04 NT04 NT04) +(0.00710115 NT04 NT04 NT12) +(0.000597744 NT04 NT04 NT15) +(0.000377075 NT04 NT04 NT16) +(0.00130088 NT04 NT09 NT05) +(0.00175428 NT04 NT10 NT13) +(0.000127716 NT04 NT15 NT04) +(0.00013648 NT04 NT15 NT06) +(0.00045093 NT04 NT15 NT07) +(0.000626479 NT04 NT15 NT16) +(0.000563588 NT04 NT16 NT15) +(0.0232089 NT04 NT17 NT05) +(0.000138094 NT04 NT17 NT15) +(0.00094009 NT04 n) +(0.671108 NT04 v) +(0.0150619 NT04 punc) +(0.00056566 NT04 dt) +(0.144629 NT04 r) +(0.00270621 NT04 prp) +(0.0449587 NT04 to) +(0.0543755 NT04 md) +(0.00839747 NT04 wdt) +(0.00813689 NT04 wp) +(0.000560496 NT05 NT07 NT05) +(0.000901219 NT05 NT15 NT07) +(0.180172 NT05 punc) +(0.533041 NT05 cc) +(0.285244 NT05 pos) +(0.00164003 NT06 NT00 NT13) +(0.00222915 NT06 NT01 NT06) +(0.275903 NT06 NT01 NT07) +(0.00191616 NT06 NT01 NT11) +(0.00316549 NT06 NT01 NT12) +(0.000730143 NT06 NT01 NT14) +(0.000559842 NT06 NT02 NT06) +(0.0236744 NT06 NT02 NT07) +(0.00284929 NT06 NT02 NT09) +(0.155052 NT06 NT02 NT12) +(0.00387995 NT06 NT02 NT14) +(0.0161403 NT06 NT02 NT18) +(0.000110944 NT06 NT04 NT01) +(0.00237845 NT06 NT04 NT02) +(0.00625142 NT06 NT04 NT06) +(0.00118802 NT06 NT04 NT08) +(0.000132901 NT06 NT04 NT10) +(0.000192545 NT06 NT04 NT11) +(0.000199118 NT06 NT06 NT01) +(0.0081704 NT06 NT06 NT12) +(0.00198439 NT06 NT06 NT14) +(0.000889455 NT06 NT06 NT18) +(0.00142038 NT06 NT07 NT05) +(0.0820095 NT06 NT07 NT07) +(0.000112894 NT06 NT07 NT09) +(0.0220243 NT06 NT07 NT12) +(0.000133911 NT06 NT07 NT14) +(0.00100807 NT06 NT07 NT17) +(0.000191764 NT06 NT08 NT13) +(0.000340112 NT06 NT10 NT08) +(0.000126776 NT06 NT10 NT09) +(0.0136266 NT06 NT10 NT12) +(0.00867414 NT06 NT10 NT13) +(0.00341334 NT06 NT10 NT18) +(0.00154851 NT06 NT11 NT12) +(0.00104947 NT06 NT12 NT12) +(0.000219189 NT06 NT14 NT05) +(0.00313879 NT06 NT14 NT13) +(0.000745073 NT06 NT15 NT02) +(0.000433144 NT06 NT15 NT06) +(0.000159867 NT06 NT15 NT16) +(0.00124313 NT06 NT16 NT02) +(0.00918606 NT06 NT16 NT07) +(0.00373496 NT06 NT16 NT12) +(0.014053 NT06 NT18 NT13) +(0.0155714 NT06 n) +(0.00123379 NT06 punc) +(0.0152764 NT06 dt) +(0.00123486 NT06 j) +(0.00359625 NT06 r) +(0.212966 NT06 prp) +(0.00199168 NT06 cc) +(0.0383471 NT06 wdt) +(0.0182587 NT06 wp) +(0.00204833 NT06 wrb) +(0.0109929 NT06 ex) +(0.0011995 NT07 NT05 NT16) +(0.119588 NT07 NT07 NT07) +(0.000353596 NT07 NT07 NT11) +(0.000177793 NT07 NT07 NT12) +(0.00101956 NT07 NT11 NT11) +(0.000357614 NT07 NT15 NT01) +(0.00084812 NT07 NT15 NT06) +(0.0182872 NT07 NT16 NT07) +(0.00018607 NT07 NT16 NT11) +(0.856315 NT07 n) +(0.000736333 NT07 v) +(0.000645479 NT08 NT00 NT09) +(0.000990156 NT08 NT01 NT02) +(0.0410251 NT08 NT01 NT07) +(0.0013863 NT08 NT01 NT09) +(0.000242552 NT08 NT01 NT12) +(0.00174478 NT08 NT01 NT14) +(0.000596656 NT08 NT01 NT16) +(0.00130945 NT08 NT02 NT07) +(0.166303 NT08 NT02 NT09) +(0.0143253 NT08 NT02 NT12) +(0.0113813 NT08 NT02 NT14) +(0.000597887 NT08 NT02 NT16) +(0.0133053 NT08 NT03 NT09) +(0.0109076 NT08 NT03 NT17) +(0.000211313 NT08 NT04 NT01) +(0.0105796 NT08 NT04 NT02) +(0.00440181 NT08 NT04 NT04) +(0.00203737 NT08 NT04 NT06) +(0.213275 NT08 NT04 NT08) +(0.0781169 NT08 NT04 NT09) +(0.0190657 NT08 NT04 NT10) +(0.00319326 NT08 NT04 NT12) +(0.000693766 NT08 NT04 NT15) +(0.00112226 NT08 NT04 NT16) +(0.00117025 NT08 NT06 NT02) +(0.00807496 NT08 NT06 NT08) +(0.0183971 NT08 NT06 NT09) +(0.00127343 NT08 NT06 NT14) +(0.0322725 NT08 NT06 NT17) +(0.00396897 NT08 NT07 NT07) +(0.0154729 NT08 NT07 NT09) +(0.000708139 NT08 NT07 NT10) +(0.00186499 NT08 NT07 NT11) +(0.000701346 NT08 NT07 NT14) +(0.0116278 NT08 NT08 NT09) +(0.0965117 NT08 NT10 NT09) +(0.000142086 NT08 NT10 NT12) +(0.000210725 NT08 NT10 NT14) +(0.00336223 NT08 NT11 NT07) +(0.00183799 NT08 NT11 NT09) +(0.00109249 NT08 NT11 NT11) +(0.000880671 NT08 NT11 NT12) +(0.0032493 NT08 NT12 NT08) +(0.0372072 NT08 NT12 NT09) +(0.00113127 NT08 NT12 NT12) +(0.00892231 NT08 NT15 NT02) +(0.00383754 NT08 NT15 NT06) +(0.000528365 NT08 NT15 NT07) +(0.0060705 NT08 NT15 NT08) +(0.00853698 NT08 NT15 NT10) +(0.0349777 NT08 NT15 NT14) +(0.000202857 NT08 NT16 NT06) +(0.00709689 NT08 NT16 NT07) +(0.000240097 NT08 NT16 NT08) +(0.0401819 NT08 NT16 NT09) +(0.00124754 NT08 NT16 NT14) +(0.00862498 NT08 n) +(0.0115193 NT08 v) +(0.000974267 NT08 in) +(0.0169837 NT08 j) +(0.00626434 NT08 r) +(0.00437851 NT08 prp) +(0.0062359 NT09 NT01 NT07) +(0.000165196 NT09 NT01 NT14) +(0.00151872 NT09 NT02 NT04) +(0.000660061 NT09 NT02 NT15) +(0.000434321 NT09 NT02 NT16) +(0.00805872 NT09 NT03 NT09) +(0.000180982 NT09 NT04 NT08) +(0.050609 NT09 NT04 NT09) +(0.000307442 NT09 NT04 NT15) +(0.00281491 NT09 NT04 NT17) +(0.000295911 NT09 NT06 NT15) +(0.00133828 NT09 NT07 NT11) +(0.0235741 NT09 NT12 NT09) +(0.00121997 NT09 NT12 NT12) +(0.00391762 NT09 NT15 NT01) +(0.173027 NT09 NT15 NT02) +(0.000462089 NT09 NT15 NT06) +(0.0276663 NT09 NT15 NT07) +(0.210483 NT09 NT15 NT08) +(0.000177004 NT09 NT15 NT09) +(0.243402 NT09 NT15 NT10) +(0.0174403 NT09 NT15 NT11) +(0.00646962 NT09 NT15 NT12) +(0.155174 NT09 NT15 NT14) +(0.00930502 NT09 NT15 NT17) +(0.000311399 NT09 NT16 NT02) +(0.0052031 NT09 NT16 NT07) +(0.00742336 NT09 NT16 NT09) +(0.000409254 NT09 in) +(0.0019424 NT09 j) +(0.0393282 NT09 r) +(0.00016039 NT09 prp) +(0.00268682 NT10 NT01 NT07) +(0.00173594 NT10 NT01 NT09) +(0.00550051 NT10 NT01 NT10) +(0.00269002 NT10 NT01 NT11) +(0.00881491 NT10 NT01 NT12) +(0.0158503 NT10 NT02 NT02) +(0.00229071 NT10 NT02 NT07) +(0.00765082 NT10 NT02 NT09) +(0.00102327 NT10 NT02 NT11) +(0.474288 NT10 NT02 NT12) +(0.0119086 NT10 NT02 NT14) +(0.000270767 NT10 NT02 NT15) +(0.00425023 NT10 NT02 NT16) +(0.0533347 NT10 NT04 NT02) +(0.00286524 NT10 NT04 NT06) +(0.0687658 NT10 NT04 NT10) +(0.0157381 NT10 NT04 NT12) +(0.000809508 NT10 NT05 NT12) +(0.00188343 NT10 NT06 NT04) +(0.000155481 NT10 NT06 NT09) +(0.00569591 NT10 NT06 NT14) +(0.00233367 NT10 NT06 NT17) +(0.000189475 NT10 NT07 NT05) +(0.018548 NT10 NT07 NT07) +(0.00472354 NT10 NT07 NT09) +(0.0121145 NT10 NT07 NT11) +(0.0698482 NT10 NT07 NT12) +(0.000402661 NT10 NT07 NT16) +(0.00183044 NT10 NT07 NT17) +(0.00166519 NT10 NT10 NT02) +(0.015445 NT10 NT10 NT09) +(0.019208 NT10 NT10 NT12) +(0.000942866 NT10 NT10 NT18) +(0.00149941 NT10 NT11 NT01) +(0.00624706 NT10 NT11 NT02) +(0.0381755 NT10 NT11 NT11) +(0.00754256 NT10 NT11 NT12) +(0.00139213 NT10 NT15 NT02) +(0.000523505 NT10 NT15 NT06) +(0.0015256 NT10 NT15 NT10) +(0.00119525 NT10 NT15 NT12) +(0.00683524 NT10 NT16 NT02) +(0.000398591 NT10 NT16 NT04) +(0.0701558 NT10 NT16 NT07) +(0.00198721 NT10 NT16 NT11) +(0.0075364 NT10 NT16 NT12) +(0.0186618 NT10 n) +(0.000591828 NT10 uh) +(0.157827 NT11 NT11 NT11) +(0.0422576 NT11 NT15 NT11) +(0.00247895 NT11 NT15 NT16) +(0.000257833 NT11 dt) +(0.754818 NT11 cd) +(0.0421123 NT11 r) +(0.00236916 NT12 NT01 NT07) +(0.000118511 NT12 NT02 NT16) +(0.00638739 NT12 NT04 NT02) +(0.0055731 NT12 NT04 NT04) +(0.0340903 NT12 NT04 NT12) +(0.00102031 NT12 NT04 NT15) +(0.00143793 NT12 NT04 NT16) +(0.000102621 NT12 NT04 NT17) +(0.0032774 NT12 NT06 NT04) +(0.000366976 NT12 NT07 NT07) +(0.00218153 NT12 NT07 NT11) +(0.0117989 NT12 NT11 NT07) +(0.00303601 NT12 NT12 NT12) +(0.0747798 NT12 NT13 NT03) +(0.000232806 NT12 NT15 NT01) +(0.341016 NT12 NT15 NT02) +(0.0190932 NT12 NT15 NT06) +(0.100931 NT12 NT15 NT07) +(0.193386 NT12 NT15 NT10) +(0.0142796 NT12 NT15 NT11) +(0.000915196 NT12 NT16 NT07) +(0.000299768 NT12 NT16 NT11) +(0.0135637 NT12 NT16 NT12) +(0.115493 NT12 n) +(0.00344871 NT12 v) +(0.0262404 NT12 punc) +(0.000493049 NT12 in) +(0.00235382 NT12 j) +(0.0192274 NT12 r) +(0.00199831 NT12 prp) +(0.000209376 NT13 NT11 NT15) +(0.00188858 NT13 NT13 NT03) +(0.540855 NT13 punc) +(0.00804226 NT13 cc) +(0.000413617 NT14 NT00 NT09) +(0.0218326 NT14 NT00 NT14) +(0.000451496 NT14 NT00 NT18) +(0.00149459 NT14 NT01 NT07) +(0.00384046 NT14 NT01 NT17) +(0.00138254 NT14 NT02 NT09) +(0.0525259 NT14 NT03 NT14) +(0.000893974 NT14 NT04 NT02) +(0.000175088 NT14 NT04 NT06) +(0.000478859 NT14 NT04 NT08) +(0.00086439 NT14 NT04 NT09) +(0.00529624 NT14 NT04 NT10) +(0.000476852 NT14 NT04 NT12) +(0.00549502 NT14 NT04 NT14) +(0.0281873 NT14 NT05 NT14) +(0.76715 NT14 NT06 NT17) +(0.00303311 NT14 NT07 NT07) +(0.00027137 NT14 NT07 NT09) +(0.000748841 NT14 NT07 NT12) +(0.0874896 NT14 NT07 NT17) +(0.00416962 NT14 NT09 NT14) +(0.00175999 NT14 NT10 NT09) +(0.000710869 NT14 NT11 NT17) +(0.000723932 NT14 NT12 NT07) +(0.00440147 NT14 NT12 NT14) +(0.000761726 NT14 NT14 NT09) +(0.00084762 NT14 NT14 NT17) +(0.000323644 NT14 NT15 NT02) +(0.00264492 NT14 NT15 NT14) +(0.000238841 NT14 NT16 NT07) +(0.000126025 NT14 NT16 NT09) +(0.000217731 NT14 r) +(0.00024161 NT14 wrb) +(0.000366989 NT15 NT04 NT04) +(0.00127143 NT15 NT04 NT15) +(0.00137902 NT15 NT11 NT07) +(0.000109067 NT15 NT15 NT04) +(0.00380199 NT15 NT15 NT06) +(0.000193842 NT15 NT15 NT15) +(0.000253898 NT15 NT15 NT16) +(0.00556123 NT15 v) +(0.0798535 NT15 punc) +(0.557206 NT15 in) +(0.0519477 NT15 cc) +(0.170466 NT15 of) +(0.113587 NT15 to) +(0.0125211 NT15 wrb) +(0.00146961 NT15 pdt) +(0.000682686 NT16 NT01 NT16) +(0.000353409 NT16 NT02 NT02) +(0.0034721 NT16 NT02 NT05) +(0.00392739 NT16 NT04 NT04) +(0.0225952 NT16 NT04 NT16) +(0.00368407 NT16 NT05 NT16) +(0.000275916 NT16 NT06 NT05) +(0.0263102 NT16 NT07 NT05) +(0.00344251 NT16 NT07 NT12) +(0.00271063 NT16 NT07 NT16) +(0.000950873 NT16 NT10 NT13) +(0.0229124 NT16 NT11 NT07) +(0.0173136 NT16 NT11 NT11) +(0.0094147 NT16 NT11 NT16) +(0.00210054 NT16 NT13 NT03) +(0.000417271 NT16 NT15 NT01) +(0.0100377 NT16 NT15 NT11) +(0.000679194 NT16 NT16 NT05) +(0.00203961 NT16 NT16 NT11) +(0.00352444 NT16 NT16 NT12) +(0.0133536 NT16 NT16 NT16) +(0.0041124 NT16 n) +(0.0518387 NT16 v) +(0.0133556 NT16 punc) +(0.746857 NT16 j) +(0.0325454 NT16 cd) +(0.000994964 NT16 r) +(0.000325555 NT17 NT03 NT09) +(0.000431668 NT17 NT03 NT17) +(0.000283523 NT17 NT04 NT01) +(0.00308221 NT17 NT04 NT02) +(0.000106449 NT17 NT04 NT07) +(0.584517 NT17 NT04 NT08) +(0.0389749 NT17 NT04 NT09) +(0.00927257 NT17 NT04 NT10) +(0.000698039 NT17 NT04 NT11) +(0.0594712 NT17 NT04 NT14) +(0.000381951 NT17 NT04 NT16) +(0.248255 NT17 NT04 NT17) +(0.000264379 NT17 NT05 NT08) +(0.00194384 NT17 NT05 NT10) +(0.000308808 NT17 NT05 NT14) +(0.000271388 NT17 NT07 NT08) +(0.000131093 NT17 NT07 NT10) +(0.00011195 NT17 NT07 NT17) +(0.000462643 NT17 NT08 NT09) +(0.00153331 NT17 NT11 NT07) +(0.00214335 NT17 NT11 NT11) +(0.000307068 NT17 NT11 NT12) +(0.000550528 NT17 NT15 NT10) +(0.000125644 NT17 NT16 NT02) +(0.000474489 NT17 NT17 NT09) +(0.00032483 NT17 NT17 NT18) +(0.045027 NT17 v) +(0.00425503 NT18 NT07 NT18) +(0.978831 NT18 NT13 NT00) +(0.00130119 NT18 NT13 NT03) +(0.0155958 NT18 NT17 NT13) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/sec.B.hept.ngrambin b/pretrained_models/CosyVoice-ttsfrd/resource/festival/sec.B.hept.ngrambin new file mode 100644 index 0000000000000000000000000000000000000000..3434e0f5736b3582c1ca3d53b1a4b5c50aed9172 Binary files /dev/null and b/pretrained_models/CosyVoice-ttsfrd/resource/festival/sec.B.hept.ngrambin differ diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/sec.ts20.quad.ngrambin b/pretrained_models/CosyVoice-ttsfrd/resource/festival/sec.ts20.quad.ngrambin new file mode 100644 index 0000000000000000000000000000000000000000..3b35f451bc36c3122ad5a5b2baf63991d9d029d1 Binary files /dev/null and b/pretrained_models/CosyVoice-ttsfrd/resource/festival/sec.ts20.quad.ngrambin differ diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/singing-mode.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/singing-mode.scm new file mode 100644 index 0000000000000000000000000000000000000000..91751e336807d40669eb347cef691309013fc352 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/singing-mode.scm @@ -0,0 +1,673 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Festival Singing Mode +;;; +;;; Written by Dominic Mazzoni +;;; Carnegie Mellon University +;;; 11-752 - "Speech: Phonetics, Prosody, Perception and Synthesis" +;;; Spring 2001 +;;; +;;; Extended by Milan Zamazal , 2006: +;;; - Slur support. +;;; - Czech support. +;;; - Some cleanup. +;;; - Print debugging information only when singing-debug is true. +;;; +;;; This code is public domain; anyone may use it freely. +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(require_module 'rxp) + +(xml_register_id "-//SINGING//DTD SINGING mark up//EN" + (path-append xml_dtd_dir "Singing.v0_1.dtd") + ) + +(xml_register_id "-//SINGING//ENTITIES Added Latin 1 for SINGING//EN" + (path-append xml_dtd_dir "sable-latin.ent") + ) + +;; Set this to t to enable debugging messages: +(defvar singing-debug nil) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; XML parsing functions +;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;; +;; singing_xml_targets +;; +;; This variable defines the actions that are to be taken when +;; parsing each of our XML tags: SINGING, PITCH, DURATION, and REST. +;; +;; When we get the pitch and duration of each token, we store them +;; in features of the token. Later our intonation and duration +;; functions access these features. +;; + +(defvar singing_xml_elements + '( + ("(SINGING" (ATTLIST UTT) + (set! singing_pitch_att_list nil) + (set! singing_dur_att_list nil) + (set! singing_global_time 0.0) + (set! singing_bpm (get-bpm ATTLIST)) + (set! singing_bps (/ singing_bpm 50.0)) ;; change this back to 60 + nil) + + (")SINGING" (ATTLIST UTT) + (xxml_synth UTT) ;; Synthesize the remaining tokens + nil) + + ("(PITCH" (ATTLIST UTT) + (set! singing_pitch_att_list ATTLIST) + UTT) + + (")PITCH" (ATTLIST UTT) + (let ((freq (get-freqs singing_pitch_att_list))) + (if singing-debug + (begin + (print "freqs") + (print freq))) + (singing-append-feature! UTT 'freq freq)) + UTT) + + ("(DURATION" (ATTLIST UTT) + (set! singing_dur_att_list ATTLIST) + UTT) + + (")DURATION" (ATTLIST UTT) + (let ((dur (get-durs singing_dur_att_list))) + (if singing-debug + (begin + (print "durs") + (print dur))) + (singing-append-feature! UTT 'dur dur)) + UTT) + + ("(REST" (ATTLIST UTT) + (let ((dur (get-durs ATTLIST))) + (if singing-debug + (begin + (print "rest durs") + (print dur))) + (singing-append-feature! UTT 'rest (caar dur))) + UTT) + )) + +;; +;; get-bpm +;; +;; Given the attribute list of a SINGING tag, returns the beats +;; per minute of the song from the BPM parameter. +;; + +(define (get-bpm atts) + (parse-number (car (car (cdr (assoc 'BPM atts)))))) + +;; +;; get-durs +;; +;; Given the attribute list of a DURATION tag, returns a list of +;; durations in seconds for the syllables of the word enclosed by +;; this tag. +;; +;; It first looks for a BEATS parameter, and converts these to +;; seconds using BPM, which was set in the SINGING tag. If this +;; is not present, it looks for the SECONDS parameter. +;; + +(define (get-durs atts) + (let ((seconds (car (car (cdr (assoc 'SECONDS atts))))) + (beats (car (car (cdr (assoc 'BEATS atts)))))) + (if (equal? beats 'X) + (mapcar (lambda (lst) (mapcar parse-number lst)) + (string->list seconds)) + (mapcar (lambda (lst) + (mapcar (lambda (x) (/ (parse-number x) singing_bps)) lst)) + (string->list beats))))) + +;; +;; get-freqs +;; +;; Given the attribute list of a PITCH tag, returns a list of +;; frequencies in Hertz for the syllables of the word enclosed by +;; this tag. +;; +;; It first looks for a NOTE parameter, which can contain a MIDI +;; note of the form "C4", "D#3", or "Ab6", and if this is not +;; present it looks for the FREQ parameter. +;; + +(define (get-freqs atts) + (let ((freqs (car (car (cdr (assoc 'FREQ atts))))) + (notes (car (car (cdr (assoc 'NOTE atts)))))) + (if (equal? notes 'X) + (mapcar (lambda (lst) (mapcar parse-number lst)) + (string->list freqs)) + (mapcar (lambda (lst) (mapcar note->freq lst)) + (string->list notes))))) + +;; +;; note->freq +;; +;; Converts a string representing a MIDI note such as "C4" and +;; turns it into a frequency. We use the convention that +;; A5=440 (some call this note A3). +;; + +(define (note->freq note) + (if singing-debug + (format t "note is %l\n" note)) + (set! note (format nil "%s" note)) + (if singing-debug + (print_string note)) + (let (l octave notename midinote thefreq) + (set! l (string-length note)) + (set! octave (substring note (- l 1) 1)) + (set! notename (substring note 0 (- l 1))) + (set! midinote (+ (* 12 (parse-number octave)) + (notename->midioffset notename))) + (set! thefreq (midinote->freq midinote)) + (if singing-debug + (format t "note %s freq %f\n" note thefreq)) + thefreq)) + +;; +;; midinote->freq +;; +;; Converts a MIDI note number (1 - 127) into a frequency. We use +;; the convention that 69 = "A5" =440 Hz. +;; + +(define (midinote->freq midinote) + (* 440.0 (pow 2.0 (/ (- midinote 69) 12)))) + +;; +;; notename->midioffset +;; +;; Utility function that looks up the name of a note like "F#" and +;; returns its offset from C. +;; + +(define (notename->midioffset notename) + (parse-number (car (cdr (assoc_string notename note_names))))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; Pitch modification functions +;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;; +;; singing_f0_targets +;; +;; This function replaces the normal intonation function used in +;; festival. For each syllable, it extracts the frequency that +;; was calculated from the XML tags and stored in the token this +;; syllable comes from, and sets this frequency as both the start +;; and end f0 target. Really straightforward! +;; + +(defvar singing-last-f0 nil) +(define (singing_f0_targets utt syl) + "(singing_f0_targets utt syl)" + (let ((start (item.feat syl 'syllable_start)) + (end (item.feat syl 'syllable_end)) + (freqs (mapcar parse-number (syl->freq syl))) + (durs (syl->durations syl))) + (let ((total-durs (apply + durs)) + (total-time (- end start)) + (time start) + (prev-segment (item.prev (item.relation (item.daughter1 (item.relation syl 'SylStructure)) 'Segment))) + (last-f0 singing-last-f0)) + (if freqs + (begin + (set! singing-last-f0 (car (last freqs))) + (append (if (and last-f0 + prev-segment + (item.prev prev-segment) + (string-equal (item.feat prev-segment 'name) + (car (car (cdr (car (PhoneSet.description '(silences)))))))) + (let ((s (item.feat prev-segment "p.end")) + (e (item.feat prev-segment "end"))) + (list (list (+ s (* (- e s) 0.8)) last-f0) + (list (+ s (* (- e s) 0.9)) (car freqs))))) + (apply append + (mapcar (lambda (d f) + (let ((range (* (/ d total-durs) total-time)) + (old-time time)) + (set! time (+ time range)) + (let ((range-fraction (* 0.1 range))) + (list (list (+ old-time range-fraction) f) + (list (- time range-fraction) f))))) + durs freqs)))))))) + +;; +;; syl->freq +;; +;; Given a syllable, looks up the frequency in its token. The token +;; stores a list of all of the frequencies associated with its +;; syllables, so this syllable grabs the frequency out of the list +;; corresponding to its index within the word. (This assumes that +;; a frequency was given for each syllable, and that a token +;; corresponds directly to a word. Singing-mode is not guaranteed +;; to work at all if either of these things are not true.) +;; + +(define (syl->freq syl) + (let ((index (item.feat syl "R:Syllable.pos_in_word")) + (freqs (singing-feat syl "R:SylStructure.parent.R:Token.parent.freq"))) + (nth index freqs))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; Duration modification functions +;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;; +;; singing_duration_method +;; +;; Calculates the duration of each phone in the utterance, in three +;; passes. Consult the three functions it calls, below, to see what +;; each one does. +;; + +(define (singing_duration_method utt) + (mapcar singing_adjcons_syllable (utt.relation.items utt 'Syllable)) + (singing_do_initial utt (car (utt.relation.items utt 'Token))) + (mapcar singing_do_syllable (utt.relation.items utt 'Syllable)) + (mapcar singing_fix_segment (utt.relation.items utt 'Segment)) + utt) + +;; +;; singing_adjcons_syllable +;; +;; First pass. Looks at the first phone of each syllable and +;; adjusts the starting time of this syllable such that the +;; perceived start time of the first phone is at the beginning +;; of the originally intended start time of the syllable. +;; +;; If this is not done, telling it to say the word "ta" at time +;; 2.0 actually doesn't "sound" like it says the "t" sound until +;; about 2.1 seconds. +;; +;; This function has a little bit of duplicated code from +;; singing_do_syllable, below - it could be modularized a little +;; better. +;; + +(define (singing_adjcons_syllable syl) + (let ((totlen (apply + (mapcar (lambda (s) + (get_avg_duration (item.feat s "name"))) + (item.leafs + (item.relation syl 'SylStructure))))) + (syldur (apply + (syl->durations syl))) + ;; figure out the offset of the first phone + (phone1 (item.daughter1 (item.relation syl 'SylStructure))) + (prevsyl (item.prev (item.relation syl 'Syllable)))) + (let ((offset (get_duration_offset (item.feat phone1 "name")))) + (if singing-debug + (format t "offset: %f\n" offset) ) + (if (< syldur totlen) + (set! offset (* offset (/ syldur totlen)))) + (if singing-debug + (format t "Want to adjust syl by %f\n" offset)) + (if prevsyl + (begin + (item.set_feat prevsyl 'subtractoffset offset) + (item.set_feat syl 'addoffset offset)))))) + +;; +;; singing_do_syllable +;; +;; Second pass. For each syllable, adds up the amount of time +;; that would normally be spent in consonants and vowels, based +;; on the average durations of these phones. Then, if the +;; intended length of this syllable is longer than this total, +;; stretch only the vowels; otherwise shrink all phones +;; proportionally. This function actually sets the "end" time +;; of each phone using a global "singing_global_time" variable. +;; +;; We also handle rests at this point, which are tagged onto the +;; end of the previous token. +;; + +(defvar singing-max-short-vowel-length 0.11) + +(define (singing_do_initial utt token) + (if (equal? (item.name token) "") + (let ((restlen (car (item.feat token 'rest)))) + (if singing-debug + (format t "restlen %l\n" restlen)) + (if (> restlen 0) + (let ((silence (car (car (cdr (assoc 'silences (PhoneSet.description))))))) + (set! singing_global_time restlen) + (item.relation.insert (utt.relation.first utt 'Segment) 'Segment + (list silence (list (list "end" singing_global_time))) + 'before)))))) + +(define (singing_do_syllable syl) + (let ((conslen 0.0) + (vowlen 0.0) + (segments (item.leafs (item.relation syl 'SylStructure)))) + ;; if there are no vowels, turn a middle consonant into a vowel; + ;; hopefully this works well for languages where syllables may be + ;; created by some consonants too + (let ((segments* segments) + (vowel-found nil)) + (while (and segments* (not vowel-found)) + (if (equal? "+" (item.feat (car segments*) "ph_vc")) + (set! vowel-found t) + (set! segments* (cdr segments*)))) + (if (not vowel-found) + (item.set_feat (nth (nint (/ (- (length segments) 1) 2)) + segments) + "singing-vc" "+"))) + ;; sum up the length of all of the vowels and consonants in + ;; this syllable + (mapcar (lambda (s) + (let ((slen (get_avg_duration (item.feat s "name")))) + (if (or (equal? "+" (item.feat s "ph_vc")) + (equal? "+" (item.feat s "singing-vc"))) + (set! vowlen (+ vowlen slen)) + (set! conslen (+ conslen slen))))) + segments) + (let ((totlen (+ conslen vowlen)) + (syldur (apply + (syl->durations syl))) + (addoffset (item.feat syl 'addoffset)) + (subtractoffset (item.feat syl 'subtractoffset)) + offset) + (set! offset (- subtractoffset addoffset)) + (if singing-debug + (format t "Vowlen: %f conslen: %f totlen: %f\n" vowlen conslen totlen)) + (if (< offset (/ syldur 2.0)) + (begin + (set! syldur (- syldur offset)) + (if singing-debug + (format t "Offset: %f\n" offset)))) + (if singing-debug + (format t "Syldur: %f\n" syldur)) + (if (> totlen syldur) + ;; if the total length of the average durations in the syllable is + ;; greater than the total desired duration of the syllable, stretch + ;; the time proportionally for each phone + (let ((stretch (/ syldur totlen))) + (mapcar (lambda (s) + (let ((slen (* stretch (get_avg_duration (item.feat s "name"))))) + (set! singing_global_time (+ slen singing_global_time)) + (item.set_feat s 'end singing_global_time))) + (item.leafs (item.relation syl 'SylStructure)))) + ;; otherwise, stretch the vowels and not the consonants + (let ((voweltime (- syldur conslen))) + (let ((vowelstretch (/ voweltime vowlen)) + (phones (mapcar car (car (cdar (PhoneSet.description '(phones))))))) + (mapcar (lambda (s) + (let ((slen (get_avg_duration (item.feat s "name")))) + (if (or (equal? "+" (item.feat s "ph_vc")) + (equal? "+" (item.feat s "singing-vc"))) + (begin + (set! slen (* vowelstretch slen)) + ;; If the sound is long enough, better results + ;; may be achieved by using longer versions of + ;; the vowels. + (if (> slen singing-max-short-vowel-length) + (let ((sname (string-append (item.feat s "name") ":"))) + (if (member_string sname phones) + (item.set_feat s "name" sname)))))) + (set! singing_global_time (+ slen singing_global_time)) + (item.set_feat s 'end singing_global_time))) + segments)))))) + (let ((restlen (car (syl->rest syl)))) + (if singing-debug + (format t "restlen %l\n" restlen)) + (if (> restlen 0) + (let ((lastseg (item.daughtern (item.relation syl 'SylStructure))) + (silence (car (car (cdr (assoc 'silences (PhoneSet.description)))))) + (singing_global_time* singing_global_time)) + (let ((seg (item.relation lastseg 'Segment)) + (extra-pause-length 0.00001)) + (set! singing_global_time (+ restlen singing_global_time)) + (item.insert seg (list silence (list (list "end" singing_global_time))) 'after) + ;; insert a very short extra pause to avoid after-effects, especially + ;; after vowels + (if (and seg + (equal? (item.feat seg "ph_vc") "+") + (< extra-pause-length restlen)) + (item.insert seg (list silence (list (list "end" (+ singing_global_time* + extra-pause-length)))) + 'after))))))) + +;; +;; singing_fix_segment +;; +;; Third pass. Finds any segments (phones) that we didn't catch earlier +;; (say if they didn't belong to a syllable, like silence) and sets them +;; to zero duration +;; + +(define (singing_fix_segment seg) + (if (equal? 0.0 (item.feat seg 'end)) + (if (equal? nil (item.prev seg)) + (item.set_feat seg 'end 0.0) + (item.set_feat seg 'end (item.feat (item.prev seg) 'end))) + (if singing-debug + (format t "segment: %s end: %f\n" (item.name seg) (item.feat seg 'end))))) + +;; returns the duration of a syllable (stored in its token) +(define (syl->durations syl) + (let ((index (item.feat syl "R:Syllable.pos_in_word")) + (durs (singing-feat syl "R:SylStructure.parent.R:Token.parent.dur"))) + (mapcar parse-number (nth index durs)))) + +;; returns the duration of the rest following a syllable +(define (syl->rest syl) + (let ((index (item.feat syl "R:Syllable.pos_in_word")) + (durs (singing-feat syl "R:SylStructure.parent.R:Token.parent.dur")) + (pauselen (singing-feat syl "R:SylStructure.parent.R:Token.parent.rest"))) + (if (equal? index (- (length durs) 1)) + (list (or pauselen 0.0)) + (list 0.0)))) + +;; get the average duration of a phone +(define (get_avg_duration phone) + (let ((pd (assoc_string phone phoneme_durations))) + (if pd + (car (cdr pd)) + 0.08))) + +;; get the duration offset of a phone (see the description above) +(define (get_duration_offset phone) + (parse-number (car (cdr (assoc_string phone phoneme_offsets*))))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; Other utility functions +;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(define (char-quote string) + (if (member string '("*" "+" "?" "[" "]" ".")) + (string-append "[" string "]") + string)) + +(define (split-string string separator) + (if (string-matches string (string-append ".+" (char-quote separator) ".+")) + (cons (string-before string separator) + (split-string (string-after string separator) separator)) + ;; We have to convert the weird XML attribute value type to string + (list (string-append string "")))) + +(define (string->list string) + (mapcar (lambda (s) (split-string s "+")) (split-string string ","))) + +(define (singing-append-feature! utt feature value) + (let ((tokens (utt.relation.items utt 'Token))) + (if tokens + ;; we have to wrap value into a list to work around a Festival bug + (item.set_feat (car (last tokens)) feature (list value)) + (begin + (utt.relation.append utt 'Token '("" ((name "") (whitespace "") + (prepunctuation "") (punc "")))) + (item.set_feat (car (last (utt.relation.items utt 'Token))) feature (list value)))))) + +(define (singing-feat item feature) + (let ((value (item.feat item feature))) + (if (equal? value 0) + nil + (car value)))) + +(define (current-language) + (cadr (car (assoc 'language (voice.description current-voice))))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; Initializing and exiting singing mode +;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;; +;; singing_init_func +;; + +(defvar singing_previous_eou_tree nil) + +(define (singing_init_func) + "(singing_init_func) - Initialization for Singing mode" + (if (not (symbol-bound? 'phoneme_durations)) + (set! phoneme_durations '())) + ;; use our intonation function + (Parameter.set 'Int_Method 'General) + (Parameter.set 'Int_Target_Method Int_Targets_General) + (set! int_general_params `((targ_func ,singing_f0_targets))) + (set! singing-last-f0 nil) + ;; use our duration function + (Parameter.set 'Duration_Method singing_duration_method) + ;; set phoneme corrections for the current language + (let ((language 'english +; (cadr (assoc 'language +; (cadr (voice.description current-voice)))) + )) + (set! phoneme_offsets* (cdr (assoc language phoneme_offsets)))) + ;; avoid splitting to multiple utterances with insertion of unwanted pauses + (set! singing_previous_eou_tree eou_tree) + (set! eou_tree nil) + ;; use our xml parsing function + (set! singing_previous_elements xxml_elements) + (set! xxml_elements singing_xml_elements)) + +;; +;; singing_exit_func +;; + +(define (singing_exit_func) + "(singing_exit_func) - Exit function for Singing mode" + (set! eou_tree singing_previous_eou_tree) + (set! xxml_elements singing_previous_elements)) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; Data tables +;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(defvar note_names + '((C 0) + (C# 1) + (Db 1) + (D 2) + (D# 3) + (Eb 3) + (E 4) + (E# 5) + (Fb 4) + (F 5) + (F# 6) + (Gb 6) + (G 7) + (G# 8) + (Ab 8) + (A 9) + (A# 10) + (Bb 10) + (B 11) + (B# 12) + (Cb 11))) + +;; +;; The following list contains the offset into each phone that best +;; represents the perceptual onset of the phone. This is important +;; to know to get durations right in singing. For example, if the +;; offset for "t" is .060, and you want to start a "t" sound at +;; time 2.0 seconds, you should actually start the phone playing +;; at time 1.940 seconds in order for it to sound like the onset of +;; the "t" is really right at 2.0. +;; +;; These were derived empically by looking at and listening to the +;; waveforms of each phone for mwm's voice. +;; + +(defvar phoneme_offsets + `((english (t 0.050) + (T 0.050) + (d 0.090) + (D 0.090) + (p 0.080) + (b 0.080) + (k 0.090) + (g 0.100) + (9r 0.050) ;; r + (l 0.030) + (f 0.050) + (v 0.050) + (s 0.040) + (S 0.040) + (z 0.040) + (Z 0.040) + (n 0.040) + (N 0.040) + (m 0.040) + (j 0.090) + (E 0.0) + (> 0.0) + (>i 0.0) + (aI 0.0) + (& 0.0) + (3r 0.0) + (tS 0.0) + (oU 0.0) + (aU 0.0) + (A 0.0) + (ei 0.0) + (iU 0.0) + (U 0.0) + (@ 0.0) + (h 0.0) + (u 0.0) + (^ 0.0) + (I 0.0) + (dZ 0.0) + (i: 0.0) + (w 0.0) + (pau 0.0) + (brth 0.0) + (h# 0.0) + ))) + +(defvar phoneme_offsets* nil) + +;; +;; Declare the new mode to Festival +;; + +(set! tts_text_modes + (cons `(singing ;; mode name + ((init_func ,singing_init_func) + (exit_func ,singing_exit_func) + (analysis_type xml))) + tts_text_modes)) + +(provide 'singing-mode) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/siod.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/siod.scm new file mode 100644 index 0000000000000000000000000000000000000000..9584f88e32bb23da524881898c9d5aeb9bbe3e7c --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/siod.scm @@ -0,0 +1,638 @@ + + + + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;; DO NOT EDIT THIS FILE ON PAIN OF MORE PAIN. + ;;; + ;;; The master copy of this file is in ../../speech_tools/lib/siod/siod.scm + ;;; and is copied here at build time. + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + + + + + + + + + + + + +;; SIOD: Scheme In One Defun -*-mode: view-*- +;; +;; * COPYRIGHT (c) 1989-1992 BY * +;; * PARADIGM ASSOCIATES INCORPORATED, CAMBRIDGE, MASSACHUSETTS. * +;; * See the source file SLIB.C for more information. * +;; +;; A fair amount of modifications and tidy up was done by AWB, particularly +;; * adding documentation strings to all functions/variable +;; * removing some example functions not relevant to Festival (or siod) +;; * addition of new functions (require provide etc) + +;(puts ";; Optional Runtime Library for Release 2.8 +;") + +(define list + (lambda n +"(list A0 A1 ...) +Return list containing A0 A1 ..." + n)) + +(define (caar x) +"(caar X) +Return the (car (car X))." + (car (car x))) +(define (cadr x) +"(cadr X) +Return the (car (cdr X))." + (car (cdr x))) +(define (cdar x) +"(cdar X) +Return the (cdr (car X))." + (cdr (car x))) +(define (cddr x) +"(cddr X) +Return the (cdr (cdr X))." + (cdr (cdr x))) + +(define (caddr x) +"(caddr X) +Return the (car (cdr (cdr X)))." + (car (cdr (cdr x)))) +(define (cdddr x) +"(cdddr X) +Return the (cdr (cdr (cdr X)))." + (cdr (cdr (cdr x)))) + +(define consp pair?) + +(define (replace before after) +"(replace BEFORE AFTER) +Destructively replace contents of cons cell BEFORE with those of +AFTER." + (set-car! before (car after)) + (set-cdr! before (cdr after)) + after) + +(define (prognify forms) + (if (null? (cdr forms)) + (car forms) + (cons 'begin forms))) + +(define (defmac-macro form) +"(defmac-macro MACRONAME FORM) +Define a macro. Macro expand FORM in-line." + (let ((sname (car (cadr form))) + (argl (cdr (cadr form))) + (fname nil) + (body (prognify (cddr form)))) + (set! fname (symbolconc sname '-macro)) + (list 'begin + (list 'define (cons fname argl) + (list 'replace (car argl) body)) + (list 'define sname (list 'quote fname))))) + +(define defmac 'defmac-macro) + +(defmac (push form) + (list 'set! (caddr form) + (list 'cons (cadr form) (caddr form)))) + +(defmac (pop form) + (list 'let (list (list 'tmp (cadr form))) + (list 'set! (cadr form) '(cdr tmp)) + '(car tmp))) + +;;; Have to set var-docstrings to nil first as defvar requires it to be set +(set! var-docstrings nil) +(define (add-doc-var varname docstring) +"(add-doc-var VARNAME DOCSTRING) + Add document string DOCSTRING to VARNAME. If DOCSTRING is nil + this has no effect. If VARNAME already has a document string replace + it with DOCSTRING." + (if (null? docstring) + t + (let ((lpair (assq varname var-docstrings))) + (if lpair + (set-cdr! lpair docstring) + (set! var-docstrings (cons (cons varname docstring) + var-docstrings)))))) + +(set! boundp symbol-bound?) + +(defmac (defvar form) + (begin ;; always add the documentation string + (add-doc-var (cadr form) (car (cdddr form))) + (list 'or + (list 'symbol-bound? (list 'quote (cadr form))) + (list 'define (cadr form) (caddr form))))) + +(defvar var-docstrings nil + "var-docstrings + An assoc-list of variable names and their documentation strings.") + +(defmac (defun form) + (cons 'define + (cons (cons (cadr form) (caddr form)) + (cdddr form)))) + +(defmac (setq form) + (let ((l (cdr form)) + (result nil)) + (define (loop) + (if l + (begin (push (list 'set! (car l) (cadr l)) result) + (set! l (cddr l)) + (loop)))) + (loop) + (prognify (reverse result)))) + +(define progn begin) + +(defun atom (x) +"(atom X) +True if X is not a cons cells, nil otherwise." + (not (consp x))) + +(define eq eq?) + +(defmac (cond form) + (cond-convert (cdr form))) + +(define null null?) + +(defun cond-convert (l) + (if (null l) + () + (if (null (cdar l)) + (if (null (cdr l)) + (caar l) + (let ((rest (cond-convert (cdr l)))) + (if (and (consp rest) (eq (car rest) 'or)) + (cons 'or (cons (caar l) (cdr rest))) + (list 'or (caar l) rest)))) + (if (or (eq (caar l) 't) + (and (consp (caar l)) (eq (car (caar l)) 'quote))) + (prognify (cdar l)) + (list 'if + (caar l) + (prognify (cdar l)) + (cond-convert (cdr l))))))) + +(defmac (+internal-comma form) + (error 'comma-not-inside-backquote)) + +(define +internal-comma-atsign +internal-comma) +(define +internal-comma-dot +internal-comma) + +(defmac (+internal-backquote form) + (backquotify (cdr form))) + +(defun backquotify (x) +"(backquote FORM) +Backquote function for expanding forms in macros." + (let (a d aa ad dqp) + (cond ((atom x) (list 'quote x)) + ((eq (car x) '+internal-comma) (cdr x)) + ((or (atom (car x)) + (not (or (eq (caar x) '+internal-comma-atsign) + (eq (caar x) '+internal-comma-dot)))) + (setq a (backquotify (car x)) d (backquotify (cdr x)) + ad (atom d) aa (atom a) + dqp (and (not ad) (eq (car d) 'quote))) + (cond ((and dqp (not (atom a)) (eq (car a) 'quote)) + (list 'quote (cons (cadr a) (cadr d)))) + ((and dqp (null (cadr d))) + (list 'list a)) + ((and (not ad) (eq (car d) 'list)) + (cons 'list (cons a (cdr d)))) + (t (list 'cons a d)))) + ((eq (caar x) '+internal-comma-atsign) + (list 'append (cdar x) (backquotify (cdr x)))) + ((eq (caar x) '+internal-comma-dot) + (list 'nconc (cdar x)(backquotify (cdr x))))))) + + +(defun append n +"(append L0 L1 ...) +Append each list to the first list in turn." + (appendl n)) + +(defun appendl (l) + (cond ((null l) nil) + ((null (cdr l)) (car l)) + ((null (cddr l)) + (append2 (car l) (cadr l))) + ('else + (append2 (car l) (appendl (cdr l)))))) + +(defun append2 (a b) + (if (null a) + b + (begin + (let ((x (reverse a)) + (y b)) + (while x + (set! y (cons (car x) y)) + (set! x (cdr x))) + y)))) + +(defun rplacd (a b) +"(replacd A B) +Destructively replace the cdr of A with B." + (set-cdr! a b) + a) + +(defun nconc (a b) +"(nconc A B) +Destructively append B to A, if A is nil return B." + (if (null a) + b + (rplacd (last a) b))) + +(defun last (a) +"(last A) +Last (cdr) element in list A." + (cond ((null a) (error'null-arg-to-last)) + ((null (cdr a)) a) + ((last (cdr a))))) + +(define (remove i l) +"(remove ITEM LIST) +(Non-destructively) remove ITEM from LIST." + (cond + ((null l) nil) + ((eq? i (car l)) + (cdr l)) + (t + (cons (car l) (remove i (cdr l)))))) + +(define (remove-duplicates l) +"(remove-duplicates LIST) +Remove duplicate items in LIST." + (cond + ((null l) l) + ((member_string (car l) (cdr l)) + (remove-duplicates (cdr l))) + (t + (cons (car l) (remove-duplicates (cdr l)))))) + +(define (nth n l) + "(nth N LIST) +Returns nth car of LIST, 0 is car." + (if (< n 1) + (car l) + (nth (- n 1) (cdr l)))) + +(define (position thing l) + "(position thing l) +What position is thing in l, -1 if it doesn't exist." + (let ((p 0) (m l)) + (while (and m (not (equal? thing (car m)))) + (set! p (+ 1 p)) + (set! m (cdr m))) + (if m p nil))) + +(define (nth_cdr n l) + "(nth_cdr N LIST) +Returns nth cdr of LIST, 0 is LIST." + (if (< n 1) + l + (nth_cdr (- n 1) (cdr l)))) + +(define (<= a b) +"(<= NUM1 NUM2) + Returns t if NUM1 is less than or equal to NUM2, nil otherwise. An error is + given is either argument is not a number." + (or (< a b) + (equal? a b))) + +(define (>= a b) +"(>= NUM1 NUM2) + Returns t if NUM1 is greater than or equal to NUM2, nil otherwise. + An error is given is either argument is not a number." + (or (> a b) + (equal? a b))) + +(define (approx-equal? a b diff) + "(approx-equal? a b diff) +True is the difference between a b is less than diff. This allows equality +between floats which may have been written out and read in and hence have +slightly different precision." + (< (if (> a b) (- a b) (- b a)) diff)) + +(define (assoc_string key alist) + "(assoc_string key alist) +Look up key in alist using string-equal. This allow indexing by +string rather than just symbols." + (cond + ((null alist) nil) + ((string-equal key (car (car alist))) (car alist)) + (t (assoc_string key (cdr alist)))) +) + +(defvar *fasdump-hash* t) + +(defun fasl-open (filename mode) +"(fasl-open FILENAME MODE) +Open fasl FILENAME as MODE. Returns a fasl-table." + (list (fopen filename mode) + (if (or (equal? mode "rb") *fasdump-hash*) + (cons-array 100)) + ;; If this is set NIL, then already hashed symbols will be + ;; optimized, and additional ones will not. + 0)) + +(defun fasl-close (table) +"(fasl-close TABLE) +Close fasl table." + (fclose (car table))) + +(defun fasload args +"(fasload FILENAME ARGS) +Fast load FILENAME." + (let ((filename (car args)) + (head (and (cadr args) (cons nil nil)))) + (let ((table (fasl-open filename "rb")) + (exp) + (tail head)) + (while (not (eq table (setq exp (fast-read table)))) + (cond (head + (setq exp (cons exp nil)) + (set-cdr! tail exp) + (setq tail exp)) + ('else + (eval exp)))) + (fasl-close table) + (and head (cdr head))))) + +(defun fasdump (filename forms) +"(fasdump FILENAME FORMS) +Fast dump FORMS into FILENAME." + (let ((table (fasl-open filename "wb")) + (l forms)) + (while l + (fast-print (car l) table) + (set! l (cdr l))) + (fasl-close table))) + +(defun compile-file (filename) +"(compile-file FILENAME) +Compile lisp forms in FILENAME.scm to FILENAME.bin." + (let ((forms (load (string-append filename ".scm") t))) + (puts "Saving forms +") + (fasdump (string-append filename ".bin") + forms))) + +(defvar *properties* (cons-array 100) + "*properties* +Array for holding symbol property lists.") + +(defun get (sym key) +"(get SYM KEY) +Get property named KEY for SYM." + (cdr (assq key (href *properties* sym)))) + +(defun putprop (sym val key) +"(putprop SYM VAL KEY) +Put property VAL named KEY for SYM." + (let ((alist (href *properties* sym))) + (let ((cell (assq key alist))) + (cond (cell + (set-cdr! cell val)) + ('else + (hset *properties* sym (cons (cons key val) alist)) + val))))) + +;;(define (mapcar1 f l1) +;; (and l1 (cons (f (car l1)) (mapcar1 f (cdr l1))))) + +;; An iterative version of the above +(define (mapcar1 f l1) + (let ((l2 l1) (r nil)) + (while l2 + (set! r (cons (f (car l2)) r)) + (set! l2 (cdr l2))) + (reverse r))) + +;;(define (mapcar2 f l1 l2) +;; (and l1 l2 (cons (f (car l1) (car l2)) (mapcar2 f (cdr l1) (cdr l2))))) + +;; An iterative version +(define (mapcar2 f l1 l2) + (let ((a1 l1) (a2 l2) (r nil)) + (while a1 + (set! r (cons (f (car a1) (car a2)) r)) + (set! a1 (cdr a1)) + (set! a2 (cdr a2))) + (reverse r))) + +(define (mapcar . args) +"(mapcar FUNCTION ARGS [ARGS2]) +Apply FUNCTION to each member of ARGS (and [ARGS2]), returning list of +return values." + (cond ((null args) + (error "too few arguments")) + ((null (cdr args)) + (error "too few arguments")) + ((null (cdr (cdr args))) + (mapcar1 (car args) (car (cdr args)))) + ((null (cdr (cdr (cdr args)))) + (mapcar2 (car args) (car (cdr args)) (car (cdr (cdr args))))) + ('else + (error "two many arguments")))) + +;; will be set automatically on start-up +(defvar libdir ' + "libdir + The pathname of the run-time libary directory. Note reseting is + almost definitely not what you want to do. This value is automatically + set at start up from the value specifed at compile-time or the value + specifed with --libdir on the command line. A number of other variables + depend on this value.") + +(defvar load-path (list libdir) + "load-path + A list of directories containing .scm files. Used for various functions + such as load_library and require. Follows the same use as EMACS. By + default it is set up to the compile-time library directory but may be + changed by the user at run time, by adding a user's own library directory + or even replacing all of the standard library. [see Site initialization]") + +;; will be set automatically on start-up +(defvar *ostype* 'unknown + "*ostype* + Contains the name of the operating system type that Festival is running + on, e.g. SunOS5, FreeBSD, linux etc. The value is taken from the Makefile + variable OSTYPE at compile time.") + +(defvar etc-path (path-append libdir "etc/" *ostype*) + "etc-path + A list of directories where binaries specific to Festival may be located. + This variable is automatically set to LIBDIR/etc/OSTYPE/ + and that path is added to the end of the UNIX PATH environment variable.") + +(define (library_expand_filename fname) +"(library_expand_filename FILENAME) + Search for filename by appending FILENAME to each member of load-path. + Full expanded pathname is returned. If not found in load-path FILENAME + is returned." + (let ((p load-path) + (found nil)) + (while (and p (null? found)) + (let ((pot-file (path-append (car p) fname))) + (if (probe_file pot-file) + (setq found pot-file)) + (setq p (cdr p)))) + (if (null? found) + fname + found))) + +(define (load_library fname) +"(load_library FILENAME) + Load file from library, appends FILENAME to each path in load-path + until a valid file is found. If none found loads name itself" + (load (library_expand_filename fname))) + +(define (fasload_library fname) +"(fasload_library FILENAME) + Load binary file from library" + (fasload (library_expand_filename fname))) + +(define (member item list) +"(member ITEM LIST) + Returns subset of LIST whose car is ITEM if it exists, nil otherwise." + (if (consp list) + (if (equal? item (car list)) + list + (member item (cdr list))) + nil)) + +(define (member_string item list) +"(member_string STRING LIST) + Returns subset of LIST whose car is STRING if it exists, nil otherwise." + (if (consp list) + (if (string-equal item (car list)) + list + (member_string item (cdr list))) + nil)) + +(defvar provided nil + "provided + List of file names (omitting .scm) that have been provided. This list + is checked by the require function to find out if a file needs to be + loaded. If that file is already in this list it is not loaded. Typically + a file will have (provide 'MYNAME) at its end so that a call to + (require 'MYNAME) will only load MYNAME.scm once.") + +(define (require fname) +"(require FILENAME) + Checks if FNAME is already provided (member of variable provided) if not + loads it, appending \".scm\" to FILENAME. Uses load_library to find + the file." + (let ((bname (intern (basename fname)))) + (if (null? (member bname provided)) + (progn + ;;; Compiled files aren't faster, so we don't do this + ; (fasload_library (string-append fname ".bin")) + (load_library (string-append fname ".scm")) + 't) + nil))) + +(define (request fname) +"(request FILENAME) + Checks if FNAME is already provided (member of variable provided) if not + tries to loads it, appending \".scm\" to FILENAME. Uses load_library + to find the file. Unlike require, fname isn't found no error occurs" + (unwind-protect (require fname))) + +(define (provide fname) +"(provide FILENAME) + Adds FNAME to the variable provided (if not already there). This means + that future calls to (require FILENAME) will not cause FILENAME to + be re-loaded." + (if (null? (member fname provided)) + (set! provided (cons fname provided)))) + +(define (apply_hooks hooks obj) +"(apply_hooks HOOK OBJ) + Apply HOOK(s) to OBJ. HOOK is a function or list of functions that + take one argument." +(cond + ((null? hooks) obj) + ((consp hooks) + (apply_hooks (cdr hooks) ((car hooks) obj))) + (t (hooks obj)))) + +(define (apply func args) +"(apply FUNC ARGS) +Call FUNC with ARGS as arguments." + (eval + (cons func + (mapcar (lambda (a) (list 'quote a)) args)))) + +(defmac (autoload form) +"(autoload FUNCTION FILENAME DOCSTRING) +Define FUNCTION that when called automatically loads FILENAME +and calls FUNCTION (assumed to be defined in FILENAME)." + (list 'define + (cadr form) + (list + 'lambda + 'n + (list 'let (list (list 'me (cadr form))) + (list 'require (car (cdr (cdr form)))) + (list 'if (list 'eq 'me (cadr form)) + (list 'error + (list 'string-append + "autoload: \"" + (car (cdr (cdr form))) + ".scm\" does not define " + (list 'quote (cadr form))))) + + (list 'apply (cadr form) 'n))))) + +(define (:backtrace frame) +"(:backtrace [FRAME]) +This function called *immediately* after an error will display a backtrace +of the functions evaluated before the error. With no arguments it +lists all stack frames, with the (possibly shortened) forms that were +evaluated at that level. With a numeric argument it displays +the form at that level in full. This function only works at +top level in the read-eval-print loop (command interpreter). Note +that any valid command will leave the backtrace stack empty. Also +note that backtrace itself does not reset the backtrace, unless you +make an error in calling it." + +"The function is interpreted specially by the read-eval-interpreter +and hence has no body, its actual body is defined in +src/arch/siod-3.0/slib.cc." +) + +(defvar hush_startup nil + "hush_startup + If set to non-nil, the copyright banner is not displayed at start up.") + +(defvar editline_histsize 256 + "editline_histsize + The number of lines to be saved in the users history file when a + Festival session ends. The histfile is \".festival_history\" in the + users home directory. Note this value is only checked when the + command interpreter is started, hence this should be set in a user's + \".festivalrc\" or system init file. Reseting it at the command + interpreter will have no effect.") + +(defvar editline_no_echo (getenv "EMACS") + "editline_no_echo + When running under Emacs as an inferior process, we don't want to + echo the content of the line, only the prompt.") + +(defvar ! nil + "! + In interactive mode, this variable's value is the return value of the + previously evaluated expression.") + +(provide 'siod) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/siteinit.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/siteinit.scm new file mode 100644 index 0000000000000000000000000000000000000000..61f048dfe1939fe6323a3f9dec7efbe0057857ac --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/siteinit.scm @@ -0,0 +1,65 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Site specific initialisation file +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;; If festival's internal audio playing support doesn't work on your +;; machine you can make Festival use your own program to play waveform +;; files. Uncomment the following and change "play" to the name of +;; your local program that can play files + +;(Parameter.set 'Audio_Required_Format 'riff) +;(Parameter.set 'Audio_Method 'Audio_Command) + +;; Apple OSX (if you can file afplay) +;(Parameter.set 'Audio_Command "afplay $FILE") + +;; SOX (play) often a good alternative on cygwin and linux +;(Parameter.set 'Audio_Command "play -q $FILE") + +;; Windows 7 (when sox's play doesn't work -- but this might not exit) +;(Parameter.set 'Audio_Command "c:/Windows/System32/WindowsPowerShell/v1.0/powershell -c '(New-Object Media.Soundplayer C:/cygwin'$FILE').PlaySync(); Exit;'") + +;; If you want a voice different from the system installed default +;; uncomment the following line and change the name to the voice you +;; want + +;(set! voice_default 'voice_cmu_us_awb_arctic_hts) + +(provide 'siteinit) + + + + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/soleml-mode.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/soleml-mode.scm new file mode 100644 index 0000000000000000000000000000000000000000..9856fb2cdcdb96f24a888c762850ce122b604598 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/soleml-mode.scm @@ -0,0 +1,336 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1998 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Support for an SGML based mark-up language used in the SOLE +;;; project. This is all still experimental. +;;; +;;; This currently treats one file as one utterance (to make dealing with +;;; the SOLE museaum database easy + +(set! soleml_word_features_stack nil) +(defvar sole_current_node nil) + +(define (soleml_token_to_words utt token name) + "(soleml_token_to_words utt token name) +SOLEML mode token specific analysis." + (cond + + (t + (soleml_previous_token_to_words utt token name)))) + +(define (voice_soleml) +"(soleml_voice) +Speaker specific initialisation for SOLE museum data." + (voice_rab_diphone) + ;; Utterances only come at end of file + (set! eou_tree '((0))) +) + +(defvar soleml_elements +'( + ("(SOLEML" (ATTLIST UTT) + ;; required to identify type + (voice_soleml) ;; so we know what state we start in + (set! soleml_utt (Utterance Tokens nil)) + (utt.stream.create soleml_utt 'Token) + (utt.relation.create soleml_utt 'SOLEML) + (set! sole_current_node + (utt.relation_append soleml_utt 'SOLEML (cons "sole-ml" ATTLIST))) + soleml_utt + ) + (")SOLEML" (ATTLIST UTT) + ;; required to identify end token + ;; Don't really want to synthesize this + ;; (xxml_synth UTT) ;; Synthesis the remaining tokens + (set! soleml_utt UTT) + UTT + ) + ;; Utterance break elements + ("(LANGUAGE" (ATTLIST UTT) + ;; Select a new language + (select_language (car (xxml_attval "NAME" ATTLIST))) + UTT) + ("(VOICE" (ATTLIST UTT) + ;;(xxml_synth UTT) + ;; Select a new voice + (cond + ((equal? (car (xxml_attval "NAME" ATTLIST)) 'male1) + (voice_soleml_diphone)) + ((equal? (car (xxml_attval "NAME" ATTLIST)) 'male2) + (voice_soleml_diphone)) + ((equal? (car (xxml_attval "NAME" ATTLIST)) 'male3) + (voice_soleml_diphone)) + (t + (print "SOLEML: selecting unknown voice") + (voice_soleml_diphone))) + UTT) + ;; phrase-boundary // mark on token (??) + ;; punct-elem // mark on token + ;; sem-elem + ;; text-elem // ignore + ;; rhet-elem has nucleus and satellite + ;; anaphora-elem + ;; syn-elem + ;; info-struct-elem + ;; other-elem + ("(PUNCT-ELEM" (ATTLIST UTT) + (soleml_push_word_features) + (set! xxml_word_features + (cons (list "punct-elem" "1") + (soleml_conv_attlist ATTLIST))) + UTT) + (")PUNCT-ELEM" (ATTLIST UTT) + (set! xxml_word_features (soleml_pop_word_features)) + UTT) + ("(PHRASE-BOUNDARY" (ATTLIST UTT) + (if (string-equal "4" (car (xxml_attval "STRENGTH" ATTLIST))) + (begin +;; (xxml_synth UTT) + UTT) + (let ((last_token (car (last (utt.stream UTT 'Token))))) + (if last_token + (item.set_feat last_token "pbreak" "B")) + UTT))) + ;; For each recursive element simply build a new node + ("(RHET-ELEM" (ATTLIST UTT) + (let ((sdesc (list 'rhet-elem (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")RHET-ELEM" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(RHET-EMPH" (ATTLIST UTT) + (let ((sdesc (list 'rhet-emph (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")RHET-EMPH" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(ANAPHORA-ELEM" (ATTLIST UTT) + (let ((sdesc (list 'anaphora-elem (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")ANAPHORA-ELEM" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(SYN-ELEM" (ATTLIST UTT) + (let ((sdesc (list 'syn-elem (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")SYN-ELEM" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(CONNECTIVE" (ATTLIST UTT) + (let ((sdesc (list 'connective (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")CONNECTIVE" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(TEXT-ELEM" (ATTLIST UTT) + (let ((sdesc (list 'text-elem (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")TEXT-ELEM" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(SEM-ELEM" (ATTLIST UTT) + (let ((sdesc (list 'sem-elem (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")SEM-ELEM" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(INFO-STRUCT-ELEM" (ATTLIST UTT) + (let ((sdesc (list 'info-struct-elem (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")INFO-STRUCT-ELEM" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(OTHER-ELEM" (ATTLIST UTT) + (let ((sdesc (list 'other-elem (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")OTHER-ELEM" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(NUCLEUS" (ATTLIST UTT) + (let ((sdesc (list 'nucleus (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")NUCLEUS" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ("(SATELLITE" (ATTLIST UTT) + (let ((sdesc (list 'satellite (soleml_conv_attlist ATTLIST)))) + (set! sole_current_node + (node.append_daughter sole_current_node sdesc)) + UTT)) + (")SATELLITE" (ATTLIST UTT) + (set! sole_current_node (node.parent sole_current_node)) + UTT) + ;; Other control functions (probably not used in SOLE) + ("(CALL" (ATTLIST UTT) +;; (xxml_synth UTT) + (if (string-matches (car (xxml_attval "ENGID" ATTLIST)) "festival.*") + (let ((comstr "")) + (mapcar + (lambda (c) (set! comstr (string-append comstr " " c))) + (xxml_attval "COMMAND" ATTLIST)) + (eval (read-from-string comstr)))) + UTT) + ("(DEFINE" (ATTLIST UTT) +;; (xxml_synth UTT) + (if (not (string-equal "NATIVE" (car (xxml_attval "SCHEME" ATTLIST)))) + (format t "DEFINE: unsupported SCHEME %s, definition ignored\n" + (car (xxml_attval "SCHEME" ATTLIST))) + (lex.add.entry + (list + (car (xxml_attval "WORDS" ATTLIST)) ;; head form + nil ;; pos + (lex.syllabify.phstress (xxml_attval "PRONS" ATTLIST))))) + UTT) + ("(SOUND" (ATTLIST UTT) +;; (xxml_synth UTT) + (if (not soleml_omitted_mode) + (apply_hooks tts_hooks + (eval (list 'Utterance 'Wave + (car (xxml_attval "SRC" ATTLIST)))))) + UTT) + ("(EMPH" (ATTLIST UTT) + ;; Festival is particularly bad at adding specific emphasis + ;; that's what happens when you use statistical methods that + ;; don't include any notion of emphasis + ;; This is *not* recursive + (soleml_push_word_features) + (set! xxml_word_features + (cons (list "EMPH" "1") xxml_word_features)) + UTT) + (")EMPH" (ATTLIST UTT) + (set! xxml_word_features (soleml_pop_word_features)) + UTT) + ("(WORD" (ATTLIST UTT) + ;; a word in-line + (let ((name (xxml_attval "NAME" ATTLIST)) + (pos (xxml_attval "POS" ATTLIST)) + (accent (xxml_attval "ACCENT" ATTLIST)) + (tone (xxml_attval "TONE" ATTLIST)) + (phonemes (xxml_attval "PHONEMES" ATTLIST)) + token) + (utt.item.insert UTT 'Token) ;; add new Token + (set! token (utt.stream.tail UTT 'Token)) + (item.set_name token (car name)) + (if pos (item.set_feat token "pos" (car pos))) + (if accent (item.set_feat token "accent" (car accent))) + (if tone (item.set_feat token "tone" (car tone))) + (if phonemes (item.set_feat token "phonemes" + (format nil "%l" phonemes))) + UTT)) +)) + +(define (soleml_init_func) + "(soleml_init_func) +Initialisation for SOLEML mode" + (voice_soleml) + (set! soleml_previous_elements xxml_elements) + (set! xxml_elements soleml_elements) + (set! xxml_token_hooks soleml_token_function) + (set! soleml_previous_token_to_words english_token_to_words) + (set! english_token_to_words soleml_token_to_words) + (set! token_to_words soleml_token_to_words)) + +(define (soleml_exit_func) + "(soleml_exit_func) +Exit function for SOLEML mode" + (set! xxml_elements soleml_previous_elements) + (set! token_to_words soleml_previous_token_to_words) + (set! english_token_to_words soleml_previous_token_to_words)) + +(define (soleml_token_function si) +"(soleml_token_function si) +This is called for each token found." + (node.append_daughter sole_current_node si)) + +(define (soleml_push_word_features) +"(soleml_push_word_features) +Save current word features on stack." + (set! soleml_word_features_stack + (cons xxml_word_features soleml_word_features_stack))) + +(define (soleml_pop_word_features) +"(soleml_pop_word_features) +Pop word features from stack." + (let ((r (car soleml_word_features_stack))) + (set! soleml_word_features_stack (cdr soleml_word_features_stack)) + r)) + +(define (soleml_conv_attlist alist) +"(soleml_conv_attlist alist) +Flatten alist arguments." + (cond + ((null alist) nil) + ((null (car (cdr (car alist)))) + (soleml_conv_attlist (cdr alist))) + ((equal? (length (car (cdr (car alist)))) 1) + (cons + (list (car (car alist)) (car (car (cdr (car alist))))) + (soleml_conv_attlist (cdr alist)))) + (t + (cons + (list (car (car alist)) (format nil "%l" (car (cdr (car alist))))) + (soleml_conv_attlist (cdr alist)))))) + +(set! tts_text_modes + (cons + (list + 'soleml ;; mode name + (list ;; email mode params + (list 'init_func soleml_init_func) + (list 'exit_func soleml_exit_func) + '(analysis_type xxml) + (list 'filter + (format nil "%s -D %s " sgml_parse_progname libdir)))) + tts_text_modes)) + +(provide 'soleml-mode) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/speech.properties b/pretrained_models/CosyVoice-ttsfrd/resource/festival/speech.properties new file mode 100644 index 0000000000000000000000000000000000000000..507a5197951156291622c5c71cf561c3cb7d6db2 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/speech.properties @@ -0,0 +1,2 @@ +# Register speech engines +cstr.festival.EngineCentral=cstr.festival.jsapi.EngineCentral diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/synthesis.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/synthesis.scm new file mode 100644 index 0000000000000000000000000000000000000000..69c5d56995162a77d5f83b474218ade57ec69ffd --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/synthesis.scm @@ -0,0 +1,443 @@ + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; Centre for Speech Technology Research ;; + ;; University of Edinburgh, UK ;; + ;; Copyright (c) 1996,1997 ;; + ;; All Rights Reserved. ;; + ;; ;; + ;; Permission is hereby granted, free of charge, to use and distribute ;; + ;; this software and its documentation without restriction, including ;; + ;; without limitation the rights to use, copy, modify, merge, publish, ;; + ;; distribute, sublicense, and/or sell copies of this work, and to ;; + ;; permit persons to whom this work is furnished to do so, subject to ;; + ;; the following conditions: ;; + ;; 1. The code must retain the above copyright notice, this list of ;; + ;; conditions and the following disclaimer. ;; + ;; 2. Any modifications must be clearly marked as such. ;; + ;; 3. Original authors' names are not deleted. ;; + ;; 4. The authors' names are not used to endorse or promote products ;; + ;; derived from this software without specific prior written ;; + ;; permission. ;; + ;; ;; + ;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; + ;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; + ;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; + ;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; + ;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; + ;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; + ;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; + ;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; + ;; THIS SOFTWARE. ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; Author: Richard Caley (rjc@cstr.ed.ac.uk) ;; + ;; Date: Fri Aug 15 1997 ;; + ;; ------------------------------------------------------------------- ;; + ;; New synthesis mainline. ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; Hooks to add to the synthesis process. ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(defvar default_before_synth_hooks nil + "default_before_synth_hooks + The default list of functions to be run on all synthesized utterances + before synthesis starts.") + +(defvar before_synth_hooks default_before_synth_hooks + "before_synth_hooks + List of functions to be run on synthesised utterances before synthesis + starts.") + +(defvar default_after_analysis_hooks nil + "default_after_analysis_hooks + The default list of functions to be run on all synthesized utterances + after analysis but before synthesis.") + +(defvar after_analysis_hooks default_after_analysis_hooks + "after_analysis_hooks + List of functions to be applied after analysis and before synthesis.") + +(defvar default_after_synth_hooks nil + "default_after_synth_hooks + The default list of functions to be run on all synthesized utterances + after Wave_Synth. This will normally be nil but if for some reason you + need to change the gain or rescale *all* waveforms you could set the + function here, in your siteinit.scm.") + +(defvar after_synth_hooks default_after_synth_hooks + "after_synth_hooks + List of functions to be applied after all synthesis modules have been + applied. This is primarily designed to allow waveform manipulation, + particularly resampling and volume changes.") + +(defvar default_access_strategy 'ondemand + "default_access_strategy + How to access units from databases.") + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; Macro to define utterance types. ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(defmac (defUttType form) + (list 'defUttType_real + (list 'quote (cadr form)) + (list 'quote (cddr form)))) + +(defvar UttTypes nil + "UttTypes + List of types and functions used by the utt.synth function to call + appropriate methods.") + +(define (defUttType_real type form) + "(defUttType TYPE . BODY) + Define a new utterance type. TYPE is an atomic type that is specified + as the first argument to the function Utterance. BODY is evaluated + with argument utt, when utt.synth is called with an utterance of type + TYPE. You almost always require the function Initialize first. + [see Utterance types]" + ;;; Yes I am cheating a bit with the macro/function name. + ;;; should check about redefining and the syntax of the forms + (set! UttTypes + (cons + (cons type form) + UttTypes)) + type) + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; Macro to define synthesis types. ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(defmac (defSynthType form) + (list 'defSynthType_real + (list 'quote (cadr form)) + (list 'quote (cddr form)))) + +(defvar SynthTypes nil + "SynthTypes + List of synthesis types and functions used by the utt.synth function to + call appropriate methods for wave synthesis.") + +(define (defSynthType_real type form) + "(defSynthType TYPE . BODY) + Define a new wave synthesis type. TYPE is an atomic type that + identifies the type of synthesis. BODY is evaluated with argument + utt, when utt.synth is called with an utterance of type TYPE. + [see Utterance types]" + + (set! SynthTypes + (cons + (cons type form) + SynthTypes)) + type) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Some actual Utterance type definitions +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(defUttType Words + (Initialize utt) + (POS utt) + (Phrasify utt) + (Word utt) + (Pauses utt) + (Intonation utt) + (PostLex utt) + (Duration utt) + (Int_Targets utt) + (Wave_Synth utt) + ) + +(defUttType Text + (Initialize utt) + (Text utt) + (Token_POS utt) + (Token utt) + (POS utt) + (Phrasify utt) + (Word utt) + (Pauses utt) + (Intonation utt) + (PostLex utt) + (Duration utt) + (Int_Targets utt) + (Wave_Synth utt) + ) + +(defUttType Tokens ;; This is used in tts_file, Tokens will be preloaded + (Token_POS utt) ;; when utt.synth is called + (Token utt) + (POS utt) + (Phrasify utt) + (Word utt) + (Pauses utt) + (Intonation utt) + (PostLex utt) + (Duration utt) + (Int_Targets utt) + (Wave_Synth utt) + ) + +(defUttType Concept ;; rather gradious name for when information has + (POS utt) ;; been preloaded (probably XML) to give a word + (Phrasify utt) ;; relation (SOLE uses this) + (Word utt) + (Pauses utt) + (Intonation utt) + (PostLex utt) + (Duration utt) + (Int_Targets utt) + (Wave_Synth utt) + ) + +(defUttType Phrase + (Initialize utt) + (Token_POS utt) + (Token utt) + (POS utt) + (Phrasify utt) + (Word utt) + (Pauses utt) + (Intonation utt) + (PostLex utt) + (Duration utt) + (Int_Targets utt) + (Wave_Synth utt) + ) + +(defUttType Segments + (Initialize utt) + (Wave_Synth utt) + ) + +(defUttType Phones + (Initialize utt) + (Fixed_Prosody utt) + (Wave_Synth utt) + ) + +(defUttType SegF0 + (Wave_Synth utt) + ) + +(defUttType Wave + (Initialize utt)) + + + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; And some synthesis types. ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(defSynthType Taylor + (Taylor_Synthesize utt) + ) + +(defSynthType UniSyn + (defvar UniSyn_module_hooks nil) + (Param.def "unisyn.window_name" "hanning") + (Param.def "unisyn.window_factor" 1.0) + (Parameter.def 'us_sigpr 'lpc) + + (apply_hooks UniSyn_module_hooks utt) ;; for processing of diphone names + (us_get_diphones utt) + (us_unit_concat utt) + + (if (not (member 'f0 (utt.relationnames utt))) + (targets_to_f0 utt)) +;; temporary fix + (if (utt.relation.last utt 'Segment) + (set! pm_end (+ (item.feat (utt.relation.last utt 'Segment) "end") 0.02)) + (set! pm_end 0.02)) + + (us_f0_to_pitchmarks utt 'f0 'TargetCoef pm_end) + (us_mapping utt 'segment_single) + (cond + ((string-equal "td_psola" (Parameter.get 'us_sigpr)) + ;; Not in standard distribution, so has to be separate function + (us_tdpsola_synthesis utt 'analysis_period)) + (t + ;; All the rest + (us_generate_wave utt (Parameter.get 'us_sigpr) + 'analysis_period))) +) + +(defSynthType None + ;; do nothing + utt + ) + +(defSynthType Standard + (print "synth method: Standard") + + (let ((select (Parameter.get 'SelectionMethod))) + (if select + (progn + (print "select") + (apply select (list utt)) + ) + ) + ) + + (let ((join (Parameter.get 'JoiningMethod))) + (if join + (progn + (print "join") + (apply join (list utt)) + ) + ) + ) + + (let ((impose (Parameter.get 'ImposeMethod))) + (if impose + (progn + (print "impose") + (apply impose (list utt)) + ) + ) + ) + + (let ((power (Parameter.get 'PowerSmoothMethod))) + (if power + (progn + (print "power") + (apply power (list utt)) + ) + ) + ) + + (let ((wavesynthesis (Parameter.get 'WaveSynthesisMethod))) + (if wavesynthesis + (progn + (print "synthesis") + (apply wavesynthesis (list utt)) + ) + ) + ) + ) + +(defSynthType Minimal + (print "synth method: Minimal") + + (let ((select (Parameter.get 'SelectionMethod))) + (if select + (progn + (print "select") + (apply select (list utt)) + ) + ) + ) + + (let ((wavesynthesis (Parameter.get 'WaveSynthesisMethod))) + (if wavesynthesis + (progn + (print "synthesis") + (apply wavesynthesis (list utt "Unit" "Join" "Wave")) + ) + ) + ) + ) + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; Finally the actual driver function. ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(define (utt.synth utt) + + "(utt.synth UTT) + The main synthesis function. Given UTT it will apply the + functions specified for UTT's type, as defined with deffUttType + and then those demanded by the voice. After modules have been + applied synth_hooks are applied to allow extra manipulation. + [see Utterance types]" + + (apply_hooks before_synth_hooks utt) + + (let ((type (utt.type utt))) + (let ((definition (assoc type UttTypes))) + (if (null? definition) + (error "Unknown utterance type" type) + (let ((body (eval (cons 'lambda + (cons '(utt) (cdr definition)))))) + (body utt))))) + + (apply_hooks after_synth_hooks utt) + utt) + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; And a couple of utility expressions. ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(define (SayText text) +"(SayText TEXT) +TEXT, a string, is rendered as speech." + (utt.play (utt.synth (eval (list 'Utterance 'Text text))))) + +(define (SynthText text) +"(SynthText TEXT) +TEXT, a string, is rendered as speech." + (utt.synth (eval (list 'Utterance 'Text text)))) + +(define (SayPhones phones) +"(SayPhones PHONES) +PHONES is a list of phonemes. This uses the Phones type utterance +to synthesize and play the given phones. Fixed duration specified in +FP_duration and fixed monotone duration (FP_F0) are used to generate +prosody." + (utt.play (utt.synth (eval (list 'Utterance 'Phones phones))))) + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; ;; + ;; This is the standard synthesis function. The Wave Synthesis may be ;; + ;; more than a simple module ;; + ;; ;; + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + + +(define (Wave_Synth utt) +"(Wave_Synth UTT) + Generate waveform from information in UTT, at least a Segment stream + must exist. The actual form of synthesis used depends on the Parameter + Synth_Method. If it is a function that is applied. If it is atom it + should be a SynthType as defined by defSynthType + [see Utterance types]" + (apply_hooks after_analysis_hooks utt) + (let ((method_val (Parameter.get 'Synth_Method))) + (cond + ((null method_val) + (error "Undefined Synth_Method")) + ((and (symbol? method_val) (symbol-bound? method_val)) + ;; Wish there was a function? + (apply (symbol-value method_val) (list utt))) + ((member (typeof method_val) '(subr closure)) + (apply method_val (list utt))) + (t ;; its a defined synthesis type + (let ((synthesis_modules (assoc_string method_val SynthTypes))) + (if (null? synthesis_modules) + (error (format nil "Undefined SynthType %s\n" method_val)) + (let ((body (eval (cons 'lambda + (cons '(utt) (cdr synthesis_modules)))))) + (body utt))))))) + utt) + +(provide 'synthesis) + + + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/tilt.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tilt.scm new file mode 100644 index 0000000000000000000000000000000000000000..92dbec6420dbd5c2f98aa9bd736fc381044ab517 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tilt.scm @@ -0,0 +1,972 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Author: Alan W Black, Kurt Dusterhoff, Janet Hitzeman +;;; Date: April 1999 +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Tilt intonation modules, accent/boundary preditions and F0 generation +;;; The F0 generation is done using models as described in +;;; Dusterhoff, K. and Black, A. (1997). "Generating F0 contours for +;;; speech synthesis using the Tilt intonation theory" +;;; (http://www.cstr.ed.ac.uk/awb/papers/esca-int97.ps) +;;; Proceedings of ESCA Workshop of Intonation, pp 107-110, September, +;;; Athens, Greece. +;;; +;;; Intonation_Tilt assigns accents and boundaries by a CART tree +;;; the c and sil nodes are derived directly duration creation +;;; +;;; Int_Targets_Tilt generates the F0 using the CART trees as +;;; described in the paper referenced above. +;;; +;;; THIS CONTAINS *VERY* EXPERIMENTAL CODE +;;; it requires a thoroughly clean up and probably split into +;;; multiple files + +(defvar int_tilt_params nil + "int_tilt_params +Parameters for tilt intonation model.") + +(Parameter.def 'tilt_method 'cart) + +(define (Intonation_Tilt utt) + "(Intonation_Tilt utt) +Assign accent and boundary IntEvents to each syllable, and fill in +spaces with silence and connections." + (let (accent boundary) + ;; Create basic intonation relations + (utt.relation.create utt 'Intonation) + (utt.relation.create utt 'IntonationSyllable) + (mapcar + (lambda (syl) + ;; If first syllable in phrase add phrase_start + (if (string-equal "pau" + (item.feat syl "R:SylStructure.daughter1_to.Segment.p.name")) + (tilt_add_intevent utt syl 'phrase_start)) + + (set! accent (wagon_predict syl tilt_a_cart_tree)) + (set! boundary (wagon_predict syl tilt_b_cart_tree)) +; (format t "%s: accent %s boundary %s\n" +; (item.feat syl "R:WordStructure.root.name") +; accent +; boundary) + (if (not (string-equal accent "0")) + (tilt_add_intevent utt syl accent)) + (if (not (string-equal boundary "0")) + (if (and (string-equal boundary "afb") + (not (string-equal accent "0"))) + (tilt_add_intevent utt syl "fb") ;; can't have a/afb + (tilt_add_intevent utt syl boundary))) + + ;; If last syllable in phrase add phrase_end + (if (string-equal "pau" + (item.feat syl "R:SylStructure.daughtern_to.Segment.n.name")) + (tilt_add_intevent utt syl 'phrase_end))) + (utt.relation.items utt 'Syllable)) +;; (utt.relation.print utt 'Intonation) + utt)) + +(define (tilt_add_intevent utt syl name) +"(tilt_add_intevent utt syl name) +Add a new IntEvent related to syl with name." + (let (ie) + (set! ie (utt.relation.append utt 'Intonation (list name))) + (if (not (item.relation syl 'IntonationSyllable)) + (utt.relation.append utt 'IntonationSyllable syl)) + (item.relation.append_daughter syl 'IntonationSyllable ie) + (if (not (string-matches name "phrase_.*")) + (item.set_feat ie "int_event" 1)) + ie)) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Fo generate through tilt parameters and F0 rendering +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(define (Int_Targets_Tilt utt) + "(Int_Targets_Tilt utt) +Assign Tilt parameters to each IntEvent and then generate the +F0 contour and assign targets." + (utt.relation.set_feat utt "Intonation" "intonation_style" "tilt") + (tilt_assign_parameters utt) +; (tilt_F0_and_targets utt) ;; this has to be C++, sorry +; (tilt_map_f0_range utt) + (tilt_to_f0 utt "f0") + (tilt_validate utt) + utt +) + +(define (tilt_validate utt) + "(tilt_validate utt) +Checks that the predicted tilt parameter fall with reasonable +limits and modify them where possible to be more reasonable." + (mapcar + (lambda (ie) + (cond + ((string-equal (item.name ie) "phrase_end") + ;; check previous event does overflow segments + ) + (t + t)) + ) + (utt.relation.items utt 'Intonation)) +) + +(define (tilt_map_f0_range utt) + "(tilt_map_f0_range utt) +In order fo better trained models to be used for voices which don't +have the necessary data to train models from the targets may be mapped +to a different pitch range. Note this is not optimal as pitch ranges +don't map that easily, but the the results can sometimes be better than +using a less sophisticated F0 generation model. The method used +is to define the mean and standard deviation of the speaker the +model was trained on and the mean and standard deciation of the +desired speaker. Mapping is by converting the actual F0 value +to zscores (distance from mean in number of stddev) and back into +the other domain. The variable int_tilt_params is used to find +the values." + (let ((target_f0_mean (car (cdr (assoc 'target_f0_mean int_tilt_params)))) + (target_f0_std (car (cdr (assoc 'target_f0_std int_tilt_params)))) + (model_f0_std (car (cdr (assoc 'model_f0_std int_tilt_params)))) + (model_f0_mean (car (cdr (assoc 'model_f0_mean int_tilt_params))))) + (if target_f0_mean ;; only if one is specified + (lambda (targ) + (item.set_name + targ + (+ target_f0_mean + (* target_f0_std + (/ (- (parse-number (item.name targ)) + model_f0_mean) + model_f0_std))))) + (utt.relation.leafs utt 'Target)))) + +(define (tilt_assign_parameters utt) + "(tilt_assign_parameters utt) +Assigned tilt parameters to IntEvents, depending on the value +of the Parameter tilt_method uses wagon trees (cart) or linear +regression models (lr)." + (let ((method (Parameter.get 'tilt_method))) + (cond + ((equal? method 'cart) + (tilt_assign_parameters_wagon utt)) + ((equal? method 'lr) + (tilt_assign_parameters_lr utt)) + (t + (error "Tilt: unknown tilt param prediction method: " tilt_method))))) + +(define (tilt_assign_parameters_wagon utt) + "(tilt_assign_parameters_wagon utt) +Assing parameters (start_f0, tilt, amplitude, peak_pos and duration) +to each IntEvent. Uses Wagon trees to predict values" + (mapcar + (lambda (ie) + (let ((param_trees (cdr (assoc_string (item.name ie) + tilt_param_trees)))) + (item.set_feat ie "time_path" "IntonationSyllable") + (if (string-equal "1" (item.feat ie "int_event")) + (item.set_function ie "time" "unisyn_tilt_event_position") + (item.set_function ie "time" "unisyn_tilt_phrase_position")) + (cond + ((null param_trees) + (format stderr "Tilt: unknown Intonation type %s, ignored\n" + (item.name ie)) + ;; *need* to assign default values + (item.set_feat ie "ev.f0" 100) + (item.set_feat ie "tilt.amp" 20.0) + (item.set_feat ie "tilt.dur" 0.25) + (item.set_feat ie "tilt.tilt" -0.2) + (item.set_feat ie "rel_pos" 0.0) + ) + (t + (tilt_assign_params_wagon ie param_trees))))) + (utt.relation.items utt 'Intonation))) + +(define (tilt_assign_params_wagon ie trees) + "(tilt_assign_params_wagon ie trees) +Assign the names parameters to ie using the trees and names in +trees." + (mapcar + (lambda (tree) + (let ((val (wagon_predict ie (car (cdr tree))))) + (item.set_feat ie (car tree) val))) + trees)) + +(define (tilt_assign_parameters_lr utt) + "(tilt_assign_parameters_lr utt) +Assing parameters (start_f0, tilt, amplitude, peak_pos and duration) +to each IntEvent. Prediction by linear regression models" + (mapcar + (lambda (ie) + (let ((param_lrmodels (cdr (assoc_string (item.name ie) + tilt_param_lrmodels)))) + (cond + ((null param_lrmodels) + (format stderr "Tilt: unknown IntEvent type %s, ignored\n" + (item.name ie)) + ;; *need* to assign default values + (item.set_feat ie "ev.f0" 100) + (item.set_feat ie "tilt.amp" 20.0) + (item.set_feat ie "tilt.dur" 0.25) + (item.set_feat ie "tilt.tilt" -0.2) + (item.set_feat ie "rel_pos" 0.0) + ) + (t + (tilt_assign_params_lr ie param_lrmodels))))) + (utt.relation.items utt 'IntEvent))) + +(define (tilt_assign_params_lr ie lrmodels) + "(tilt_assign_params_lr ie lrmodels) +Assign the names parameters to ie using the trees and names in +trees." + (mapcar + (lambda (lrm) + (let ((val (lr_predict ie (cdr lrm)))) + (item.set_feat ie (car lrm) val))) + lrmodels)) + +(define (utt.save.tilt_events utt filename) +"(utt.save.til_events UTT FILENAME) +Save tilt events in UTT to FILENAME in a format suitable for +ev_synth." + (let ((fd (fopen filename "w"))) + (format fd "#\n") + (mapcar + (lambda (ie) + (let ((name (item.name ie))) + (cond + ((or (string-equal name "sil") + (string-equal name "c")) + (format fd " %2.4f 100 %s; tilt: %2.6f\n" + (item.feat ie 'end) + name + (item.feat ie "tilt_start_f0"))) + (t ;; accent or boundary + (format fd " %2.4f 100 %s; tilt: %2.6f %2.6f %2.6f %2.6f %2.6f\n" + (item.feat ie 'end) + name + (item.feat ie "ev.f0") + (item.feat ie "tilt.amp") + (item.feat ie "tilt.dur") + (item.feat ie "tilt.tilt") + (item.feat ie "rel_pos")))))) + (utt.relation.items utt 'IntEvent)) + (fclose fd) + utt)) + + +;;;;; +;;; Some features which should be pruned +;;;;; + +(def_feature_docstring 'Syllable.lisp_time_to_next_vowel + "Syllable.lisp_time_to_next_vowel syl + The time from vowel_start to next vowel_start") +(define (time_to_next_vowel syl) + "(time_to_next_vowel syl) + The time from vowel_start to next vowel_start" + (let (ttnv) + (if (string-equal "0" (item.feat syl "n.vowel_start")) + (set! ttnv 0.00) + (set! ttnv (- (item.feat syl "n.vowel_start") + (item.feat syl "vowel_start")))) + ttnv)) + +(def_feature_docstring 'Syllable.lisp_next_stress + "Syllable.lisp_next_stress + Number of syllables to next stressed syllable. 0 if this syllable is + stressed. It is effectively assumed the syllable after the last syllable + is stressed.") +(define (next_stress syl) + (cond + ((null syl) 0) + ((string-equal (item.feat syl 'stress_num) "1") + 0) + (t + (+ 1 (next_stress (item.relation.next syl 'Syllable)))))) + +(def_feature_docstring 'Syllable.lisp_last_stress + "Syllable.lisp_last_stress + Number of syllables from previous stressed syllable. 0 if this syllable + is stressed. It is effectively assumed that the syllable before the + first syllable is stressed.") +(define (last_stress syl) + (cond + ((null syl) 0) + ((string-equal (item.feat syl 'stress_num) "1") + 0) + (t + (+ 1 (last_stress (item.relation.prev syl 'Syllable)))))) + + +(def_feature_docstring 'SylStructure.lisp_length_to_last_seg + "SylStructure.lisp_length_to_last_seg + Length from start of the vowel to start of last segment of syllable.") +(define (length_to_last_seg syl) + (- (item.feat syl "daughtern_to.Segment.start") + (item.feat syl "vowel_start"))) + +(def_feature_docstring 'SylStructure.lisp_get_rhyme_length + "Syllable.lisp_get_rhyme_length + Length from start of the vowel to end of syllable.") +(define (get_rhyme_length syl) + (- (item.feat syl 'end) + (item.feat syl 'vowel_start syl))) + +(def_feature_docstring 'SylStructure.lisp_get_onset_length + "Syllable.lisp_get_onset_length + Length from start of syllable to start of vowel.") +(define (get_onset_length syl) + (cond + ((< (- (item.feat syl 'vowel_start) + (item.feat syl 'start)) + 0.000) + 0.000) ;; just in case + (t + (- (item.feat syl 'vowel_start) + (item.feat syl 'start))))) + +(def_feature_docstring 'Syllable.lisp_tilt_accent + "Syllable.lisp_tilt_accent + Returns \"a\" if there is a tilt accent related to this syllable, 0 + otherwise.") +(define (tilt_accent syl) + (let ((events (item.relation.daughters syl 'IntonationSyllable)) + (r "0")) + (mapcar + (lambda (i) + (if (member_string (item.name i) tilt_accent_list) + (set! r "a"))) + events) + r)) + +(def_feature_docstring 'Syllable.lisp_tilt_boundary + "Syllable.lisp_tilt_boundary + Returns boundary label if there is a tilt boundary related to this +syllable, 0 otherwise.") +(define (tilt_boundary syl) + (let ((events (item.relation.daughters syl 'IntonationSyllable)) + (r "0")) + (mapcar + (lambda (i) + (let ((name (item.name i))) + (if (member_string name tilt_boundary_list) + (cond + ((string-matches name "a.*") + (set! r (string-after name "a"))) + ((string-matches name "m.*") + (set! r (string-after name "m"))) + (t + (set! r name)))))) + events) + r)) + +(def_feature_docstring 'Syllable.lisp_tilt_accented + "Syllable.lisp_tilt_accented + Returns 1 if there is a tilt accent related to this syllable, 0 + otherwise.") +(define (tilt_accented syl) + (let ((events (item.relation.daughters syl 'IntonationSyllable)) + (r "0")) + (mapcar + (lambda (i) + (if (member_string (item.name i) tilt_accent_list) + (set! r "1"))) + events) + r)) + +(def_feature_docstring 'Syllable.lisp_tilt_boundaried + "Syllable.lisp_tilt_boundaried + Returns 1 if there is a tilt boundary related to this syllable, 0 + otherwise.") +(define (tilt_boundaried syl) + (let ((events (item.relation.daughters syl 'IntonationSyllable)) + (r "0")) + (mapcar + (lambda (i) + (if (member_string (item.name i) tilt_boundary_list) + (set! r "1"))) + events) + r)) + +(def_feature_docstring 'SylStructure.lisp_vowel_height + "SylStructure.lisp_vowel_height syl +Classifies vowels as high, low or mid") +(define (vowel_height syl) + (let ((vh (item.feat syl "daughtern.daughter1.daughter1.df.height"))) + vh) +) + +(def_feature_docstring 'SylStructure.lisp_vowel_frontness + "SylStructure.vowel_frontness syl +Classifies vowels as front, back or mid") +(define (vowel_frontness syl) + (let ((vf (item.feat syl "daughtern.daughter1.daughter1.df.front"))) + vf) +) + +(def_feature_docstring 'SylStructure.lisp_vowel_length + "SylStructure.vowel_length syl +Returns the df.length feature of a syllable's vowel") +(define (vowel_length syl) + (let ((vl (item.feat syl "daughtern.daughter1.daughter1.df.length"))) + vl) +) + +(defvar sonority_vless_obst '("f" "h" "hh" "k" "p" "s" "sh" "t" "th" "ch") + "sonority_vless_obst +List of voiceless obstruents for use in sonority scaling (only good w/ radio_speech)" + ) +(defvar sonority_v_obst '("v" "b" "g" "z" "zh" "d" "dh" "jh") + "sonority_v_obst +List of voiced obstruents for use in sonority scaling (only good w/ radio_speech)" + ) +(defvar sonority_nas '("m" "n" "ng" "nx" "em" "en") + "sonority_nas +List of nasals (only good w/ radio_speech)" + ) +(defvar sonority_liq '("r" "l" "er" "el" "axr") + "sonority_liq +List of liquids (only good w/ radio_speech)" + ) +(defvar sonority_glides '("y" "w") + "sonority_glides +List of glides (only good w/ radio_speech)" + ) + +(def_feature_docstring 'SylStructure.lisp_sonority_scale_coda + "SylStructure.sonority_scale_coda syl +Returns value on sonority scale (1 -6, where 6 is most sonorous) +for the coda of a syllable, based on least sonorant portion.") +(define (sonority_scale_coda syl) + (let ((segs (item.daughters (item.daughtern (item.daughtern syl)))) + (scale 6)) + (mapcar + (lambda (seg) + (cond + ((member_string (item.name seg) sonority_vless_obst) + (if (> scale 1) + (set! scale 1))) + ((member_string (item.name seg) sonority_v_obst) + (if (> scale 2) + (set! scale 2))) + ((member_string (item.name seg) sonority_nas) + (if (> scale 3) + (set! scale 3))) + ((member_string (item.name seg) sonority_liq) + (if (> scale 4) + (set! scale 4))) + ((member_string (item.name seg) sonority_glides) + (if (> scale 5) + (set! scale 5))) + (t + (if (> scale 6) + (set! scale 6))) + ) + ) + segs) + scale)) + +(def_feature_docstring 'SylStructure.lisp_sonority_scale_onset + "SylStructure.sonority_scale_onset syl +Returns value on sonority scale (1 -6, where 6 is most sonorous) +for the onset of a syllable, based on least sonorant portion.") +(define (sonority_scale_onset syl) + (if (string-equal "Onset" (item.feat (item.daughter1 syl) "sylval")) + (let ((segs (item.daughters (item.daughter1 syl))) + (scale 6)) + (mapcar + (lambda (seg) + (cond + ((member_string (item.name seg) sonority_vless_obst) + (if (> scale 1) + (set! scale 1))) + ((member_string (item.name seg) sonority_v_obst) + (if (> scale 2) + (set! scale 2))) + ((member_string (item.name seg) sonority_nas) + (if (> scale 3) + (set! scale 3))) + ((member_string (item.name seg) sonority_liq) + (if (> scale 4) + (set! scale 4))) + ((member_string (item.name seg) sonority_glides) + (if (> scale 5) + (set! scale 5))) + (t (set! scale 6)) + ) + ) + segs) + scale) + 0)) + +(def_feature_docstring 'SylStructure.lisp_num_postvocalic_c + "SylStructure.lisp_num_postvocalic_c +Finds the number of postvocalic consonants in a syllable.") +(define (num_postvocalic_c syl) + "(num_postvocalic_c syl) +Finds the number of postvocalic consonants in a syllable." + (let (segs (npc 0)) + (set! segs (item.daughters (item.daughtern (item.daughtern syl)))) + (mapcar + (lambda (seg) + (set! npc (+ npc 1)) + ) + segs) + npc)) + + +(def_feature_docstring 'SylStructure.lisp_syl_numphones + "SylStructure.lisp_syl_numphones syl +Finds the number segments in a syllable.") +(define (syl_numphones syl) + (length (mt_segs_from_syl syl)) + ) + +(def_feature_docstring 'Segment.lisp_pos_in_syl + "Segment.lisp_pos_in_syl seg +Finds the position in a syllable of a segment - returns a number.") +(define (pos_in_syl seg) + (let ((segments (mt_segs_from_syl + (item.relation (item.parent_to + (item.relation seg 'SylStructure) + 'Syllable) + 'SylStructure))) + (seg_count 1)) + (mapcar + (lambda (s) + (if (not (eqv? s seg)) + (set! seg_count (+ 1.0 seg_count)) + nil)) + segs) + seg_count)) + +(def_feature_docstring 'Intonation.lisp_peak_anchor_segment_type + "Intonation.peak_anchor_segment_type ie +Determines whether the segment anchor for a peak +is the first consonant of a syl - C0 -, the +vowel of a syl - V0 -, or segments after that +- C1->X,V1->X. If the segment is in a following syl, +the return value will be preceded by a 1 - e.g. 1V1") +(define (peak_anchor_segment_type ie) + (let ( syl peak_anchor_num numsegs peak_anchor_type) + (set! peak_anchor_num (peak_segment_anchor ie)) + + + (if (> 9 peak_anchor_num) + (set! syl (item.relation + (item.parent (item.relation ie "IntonationSyllable")) + "SylStructure"))) + (if (> 9 peak_anchor_num) + (set! numsegs (item.feat syl "syl_numphones"))) + + (cond + ((< 9 peak_anchor_num) + (set! peak_anchor_type "none")) + ((> 0 peak_anchor_num) + (set! peak_anchor_type + (string-append + "-1" (get_anchor_value (item.prev syl) + (+ peak_anchor_num + (item.feat syl "p.syl_numphones")))))) + ((< peak_anchor_num numsegs) + (set! peak_anchor_type (get_anchor_value syl numsegs))) + ((> peak_anchor_num numsegs) + (set! peak_anchor_type + (string-append + "1" (get_anchor_value (item.next syl) (- peak_anchor_num numsegs))))) + (set! peak_anchor_type "none")) +; (format stderr "pat: %s\n" peak_anchor_type) + peak_anchor_type)) + +(define (get_anchor_value sylSyl seg_num) + "(get_anchor_value sylSyl seg_num) +Gets the c/v value of the segment within a syllable." + (let ((syl (item.relation sylSyl "SylStructure")) + (seg_val "none") segs (ccnt -1) (vcnt -1) (vpis 0)) + (set! segs (mt_segs_from_syl sylSyl)) + (mapcar + (lambda (seg) + (cond + ((string-equal "consonant" (item.feat seg "df.type")) + (set! vcnt (+ 1 vcnt)) + (set! vpis (item.feat seg "pos_in_syl"))) + (t + (set! ccnt (+ 1 ccnt)))) + (cond + ((and + (eq (- seg_num 1.0) (item.feat seg "pos_in_syl")) + ( string-equal "consonant" (item.feat seg "df.type"))) + (set! seg_val (string-append "V" vcnt))) + ((and + (eq (- seg_num 1.0) (item.feat seg "pos_in_syl")) + ( string-equal "vowel" (item.feat seg "df.type"))) + (set! seg_val (string-append "C" (- (item.feat seg "pos_in_syl") + vpis) "V" vcnt))) + (t nil)) + ) + segs) + seg_val)) + +(define (peak_segment_anchor ie) + "peak_segment_anchor ie +Determines what segment acts as the anchor for a peak. +Returns number of segments from start of accented syllable +to peak." +; (format stderr "accent: %s\n" +; (item.name ie)) + (let ((pk_pos (item.feat ie "position")) + (peak_seg_anchor 11)) + (if + (or + (string-equal "phrase_start" (item.name ie)) + (string-equal "phrase_end" (item.name ie)) + (string-equal "pause" (item.name ie))) + (set! peak_seg_anchor 10) + (set! peak_seg_anchor (find_peak_seg_anchor ie pk_pos))) + peak_seg_anchor)) + +(define (find_peak_seg_anchor ie pk_pos) + "find_peak_seg_anchor ie pk_pos +Part of the workings of peak_segment_anchor." + (let (( syl (item.relation + (item.parent (item.relation ie 'IntonationSyllable)) + 'SylStructure)) + (seg_anchor 11)) + (cond + ((not (eq 9.0 (segs_to_peak syl pk_pos))) + (set! seg_anchor (segs_to_peak syl pk_pos))) + + ((and (item.prev syl) + (not (eq 9.0 (segs_to_peak (item.prev syl) pk_pos)))) +; (format stderr "%s\n" (item.name (item.prev syl))) + (set! seg_anchor (* -1 + (- (+ 1 (item.feat syl "p.syl_numphones")) + (segs_to_peak (item.prev syl) pk_pos))))) + + ((and (item.next syl) + (> pk_pos (item.feat syl "n.start"))) +; (format stderr "%s\n" (item.name (item.next syl))) + (set! seg_anchor (+ 1 + (item.feat syl "syl_numphones") + (segs_to_peak (item.next syl) pk_pos)))) + (t + (format stderr "No seg anchor could be found\n"))) +; (format stderr "seg_anchor: %f\n" seg_anchor) + seg_anchor)) + +(define (segs_to_peak sylSyl pk_pos) + "(segs_to_peak sylSyl pk_pos) +Determines the number of segments from the start of a syllable +to an intonation peak" + (let ((syl (item.relation sylSyl "SylStructure")) + (segs_2_peak 9) segs) + (set! segs (mt_segs_from_syl syl)) + (mapcar + (lambda (seg) +; (format stderr "seg_end: %f pk: %f\n" (item.feat seg "end") +; pk_pos) + (if (eq 1.0 (peak_wi_seg seg pk_pos)) + (set! segs_2_peak (item.feat seg "pos_in_syl"))) +; (format stderr "segs_2_peak: %f\n" segs_2_peak) + ) + segs) + segs_2_peak)) + +(define (peak_wi_seg segment pk_pos) + "peak_wi_seg segment pk_pos +Finds if a peak occurs w/i a segment" + (let ((s_start (item.feat segment "start")) + (s_end (item.feat segment "end")) + (ret 0.0)) + (if (and (< s_start pk_pos) + (< pk_pos s_end)) + (set! ret 1.0) + nil) + ret)) + +(defvar tilt_accent_list '("a" "arb" "afb" "m" "mfb" "mrb") + "tilt_accent_list +List of events containing accents in tilt model.") +(defvar tilt_boundary_list '("rb" "arb" "afb" "fb" "mfb" "mrb") + "tilt_boundary_list +List of events containing boundaries in tilt model.") + +(def_feature_docstring 'Intonation.lisp_last_tilt_accent + "Intonation.lisp_last_tilt_accent + Returns the most recent tilt accent.") +(define (last_tilt_accent intev) + (let ((pie (item.relation.prev intev 'Intonation))) + (cond + ((not pie) + "0") + ((member_string (item.name pie) tilt_accent_list) + (item.name pie)) + (t (last_tilt_accent pie))))) + +(def_feature_docstring 'Intonation.lisp_next_tilt_accent + "Intonation.lisp_next_tilt_accent + Returns the next tilt accent.") +(define (next_tilt_accent intev) + (let ((nie (item.relation.next intev 'Intonation))) + (cond + ((not nie) "0") + ((member_string (item.name nie) tilt_accent_list) + (item.name nie)) + (t (next_tilt_accent nie))))) + +(def_feature_docstring 'Intonation.lisp_last_tilt_boundary + "Intonation.lisp_last_tilt_boundary + Returns the most recent tilt boundary.") +(define (last_tilt_boundary intev) + (let ((pie (item.relation.prev intev 'Intonation))) + (cond + ((not pie) "0") + ((member_string (item.name pie) tilt_boundary_list) + (item.name pie)) + (t (last_tilt_boundary pie))))) + +(def_feature_docstring 'Intonation.lisp_next_tilt_boundary + "Intonation.lisp_next_tilt_boundary + Returns the next tilt boundary.") +(define (next_tilt_boundary intev) + (let ((nie (item.relation.next intev 'Intonation))) + (cond + ((not nie) "0") + ((member_string (item.name nie) tilt_boundary_list) + (item.name nie)) + (t (next_tilt_boundary nie))))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; Some basic function to metrical tree structure +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(define (mt_syl_from_seg seg) + (if seg + (item.root (item.relation seg 'SylStructure)) + nil)) +(define (mt_word_from_syl syl) + (if syl + (item.root (item.relation syl 'WordStructure)) + nil)) +(define (mt_word_from_seg seg) + (mt_word_from_syl (mt_syl_from_seg seg))) + +(define (mt_segs_from_syl s) + (cond + ((null s) nil) + ((member_string 'Segment (item.relations s)) + (list s)) + (t + (apply + append + (mapcar mt_segs_from_syl (item.relation.daughters s 'SylStructure)))))) + +(define (sylmtval s) + (let ((syl (mt_syl_from_seg s))) + (if syl + (item.feat syl "MetricalValue") + "0"))) + +(define (sylpmtval s) + (let ((syl (mt_syl_from_seg s))) + (if syl + (item.feat syl "R:MetricalTree.parent.MetricalValue") + "0"))) + +(define (mt_numsyls w) + (let ((s1 (item.daughter1_to (item.relation w 'WordStructure) 'Syllable)) + (sn (item.daughtern_to (item.relation w 'WordStructure) 'Syllable)) + (count 1)) + (while (and s1 (not (equal? s1 sn))) + (set! count (+ 1 count)) + (set! s1 (item.next s1))) + (if s1 + count + 0))) + +(define (mt_seg_numsyls s) + (let ((w (mt_word_from_seg s))) + (if w + (mt_num_syls w) + 0))) + + +;;; These functions should be sort out some time + +;;; Difference between this syl and the next +;;; number of closing brackets, number of opening brackets +;;; difference between them + +(define (mt_close n) + "(mt_close n) +The number of consituents this is the end of, Effectively the +number of closing brackets after this word." + (if (or (not n) (item.next n)) + 0 + (+ 1 (mt_close (item.parent n))))) + +(define (mt_open n) + "(mt_open n) +The number of consituents this is the start of, Effectively the +number of opening brackets before this word." + (if (or (not n) (item.prev n)) + 0 + (+ 1 (mt_open (item.parent n))))) + +(define (mt_postype syl) + "(mt_postype syl) +Returns single, initial, final or middle." + (let ((w (mt_word_from_syl syl)) + (psw (mt_word_from_syl (item.relation.prev syl 'Syllable))) + (nsw (mt_word_from_syl (item.relation.next syl 'Syllable)))) + (cond + ((and (equal? w psw) + (equal? w nsw)) + 'middle) + ((and (not (equal? w psw)) + (not (equal? w nsw))) + 'single) + ((equal? w psw) + 'final) + (t + 'initial)))) + +(define (mt_accent syl) + "(mt_accent syl) +Accent or 0 if none." + (let ((a 0)) + (mapcar + (lambda (i) + (if (string-matches (item.name i) "^a.*") + (set! a "a"))) + (item.relation.daughters syl 'IntonationSyllable)) + a)) + +(define (mt_break syl) + "(mt_break syl) +Break or 0 if none." + (let ((a 0)) + (mapcar + (lambda (i) + (if (string-matches (item.name i) ".*b$") + (set! a (item.name i)))) + (item.relation.daughters syl 'IntonationSyllable)) + a)) + +(define (mt_ssyl_out s) + (cond + ((null s) 0) + ((not (string-equal + "0" (item.feat s "R:WordStructure.root.lisp_word_mt_break"))) + 0) + ((string-equal "s" (item.feat s "MetricalValue")) + (+ 1 (mt_ssyl_out (item.relation.next s 'Syllable)))) + (t + (mt_ssyl_out (item.relation.next s 'Syllable))))) + +(define (mt_num_s s) + "(mt_num_s s) +The number of s MetricalValues from here to a w or top." + (cond + ((null s) 0) + ((string-equal "w" (item.feat s "MetricalValue")) + 0) + (t + (+ 1 (mt_num_s (item.parent s)))))) + +(define (mt_num_w s) + "(mt_num_w s) +The number of w MetricalValues from here to a s or top." + (cond + ((null s) 0) + ((string-equal "s" (item.feat s "MetricalValue")) + 0) + (t + (+ 1 (mt_num_w (item.parent s)))))) + +(define (mt_strong s) + "(mt_strong s) +1 if all MetricalValues a s to a word, 0 otherwise." + (cond + ((string-equal "w" (item.feat s "MetricalValue")) + "0") + ((member_string 'Word (item.relations s)) "1") + (t + (mt_strong (item.relation.parent s 'MetricalTree))))) + +(define (mt_lssp s) + "(mt_lssp s) +1 if last stressed syllable in phrase, 0 otherwise." + (if (and (string-equal "s" (item.feat s "MetricalValue")) + (equal? 0 (mt_ssyl_out s))) + "1" + "0")) + +(define (mt_fssw s) + "(mt_fssw s) +1 if first stressed syllable in word, 0 otherwise." + (if (and (string-equal "s" (item.feat s "MetricalValue")) + (mt_no_stress_before (item.relation.prev s 'Syllable))) + "1" + "0")) + +(define (mt_nfssw s) + "(nfssw s) +1 if second or later stressed syllable in word, 0 otherwise." + (if (and (string-equal "s" (item.feat s "MetricalValue")) + (null (mt_no_stress_before (item.relation.prev s 'Syllable)))) + "1" + "0")) + +(define (mt_no_stress_before ss) + (cond + ((null ss) t) + ((not (string-equal + (item.feat ss "R:WordStructure.root.addr") + (item.feat (item.next ss) "R:WordStructure.root.addr"))) + t) + ((string-equal "s" (item.feat ss "MetricalValue")) + nil) + (t + (mt_no_stress_before (item.prev ss))))) + +(define (word_mt_break w) + (cond + ((string-equal "1" (item.feat w "sentence_end")) + "BB") + ((string-equal "1" (item.feat w "phrase_end")) + "B") + (t + "0"))) + +(provide 'tilt) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/tobi.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tobi.scm new file mode 100644 index 0000000000000000000000000000000000000000..f5421139ac32dc47e6c44236e1cf294ae8524ce8 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tobi.scm @@ -0,0 +1,338 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; A CART tree for predicting ToBI accents (learned from f2b) +;;; punctuation and minimal pos +;;; + +; NON !H* L+H L*+ +; NONE10265 583 66 40 0 0 10954 [10265/10954] 93.710 +; H* 650 1805 61 57 0 0 2573 [1805/2573] 70.152 +; !H* 317 241 125 42 0 0 725 [125/725] 17.241 +; L+H* 457 486 76 80 0 0 1099 [80/1099] 7.279 +; L* 45 113 14 4 0 0 176 [0/176] 0.000 +; L*+H 6 6 0 1 0 0 13 [0/13] 0.000 +; 11740 3234 342 224 0 0 +;total 15540 correct 12275.000 78.990% + +(set! f2b_int_accent_cart_tree +' +;; these first few lines are hand written to deal with emphasis (from ssml) +((R:SylStructure.parent.R:Token.parent.EMPH is 1) + (((NONE 0.0) (H* 1) (!H* 0.0) (L+H* 0) (L* 0) (L*+H 0) H*)) + ((n.R:SylStructure.parent.R:Token.parent.EMPH is 1) + (((NONE 1.0) (H* 0) (!H* 0.0) (L+H* 0) (L* 0) (L*+H 0) NONE)) + ((p.R:SylStructure.parent.R:Token.parent.EMPH is 1) + (((NONE 1.0) (H* 0) (!H* 0.0) (L+H* 0) (L* 0) (L*+H 0) NONE)) + +((ssyl_in is 10) + (((NONE 0.99726) (H* 0) (!H* 0.00273973) (L+H* 0) (L* 0) (L*+H 0) NONE)) + ((R:SylStructure.parent.gpos is to) + (((NONE 0.995984) (H* 0.00401606) (!H* 0) (L+H* 0) (L* 0) (L*+H 0) NONE)) + ((R:SylStructure.parent.gpos is cc) + (((NONE 0.987768) (H* 0.00611621) (!H* 0) (L+H* 0.00611621) (L* 0) (L*+H 0) NONE)) + ((ssyl_out is 10) + (((NONE 0.927273) (H* 0.0545455) (!H* 0) (L+H* 0.0181818) (L* 0) (L*+H 0) NONE)) + ((R:SylStructure.parent.gpos is in) + (((NONE 0.938322) (H* 0.0353618) (!H* 0.00493421) (L+H* 0.0197368) (L* 0.00164474) (L*+H 0) NONE)) + ((R:SylStructure.parent.gpos is wp) + (((NONE 0.895238) (H* 0.0857143) (!H* 0) (L+H* 0.0190476) (L* 0) (L*+H 0) NONE)) + ((R:SylStructure.parent.gpos is aux) + (((NONE 0.912281) (H* 0.0380117) (!H* 0.00584795) (L+H* 0.0350877) (L* 0.00584795) (L*+H 0.00292398) NONE)) + ((R:SylStructure.parent.gpos is det) + (((NONE 0.898004) (H* 0.0643016) (!H* 0.00332594) (L+H* 0.0332594) (L* 0) (L*+H 0.00110865) NONE)) + ((stress is 0) + (((NONE 0.978415) (H* 0.0144999) (!H* 0.00164772) (L+H* 0.00510793) (L* 0.000329544) (L*+H 0) NONE)) + ((R:SylStructure.parent.R:Word.p.gpos is 0) + (((NONE 0.209877) (H* 0.716049) (!H* 0) (L+H* 0.0617284) (L* 0.0123457) (L*+H 0) H*)) + ((R:SylStructure.parent.gpos is md) + (((NONE 0.693548) (H* 0.177419) (!H* 0.0322581) (L+H* 0.0967742) (L* 0) (L*+H 0) NONE)) + ((p.syl_break is 3) + ((syl_break is 1) + (((NONE 0.4375) (H* 0.416667) (!H* 0) (L+H* 0.135417) (L* 0.0104167) (L*+H 0) NONE)) + (((NONE 0.171171) (H* 0.666667) (!H* 0) (L+H* 0.144144) (L* 0.018018) (L*+H 0) H*))) + ((pp.syl_break is 4) + ((R:SylStructure.parent.R:Word.pp.gpos is in) + (((NONE 0.0980392) (H* 0.803922) (!H* 0) (L+H* 0.0784314) (L* 0.0196078) (L*+H 0) H*)) + ((syl_out is 0) + (((NONE 0.0185185) (H* 0.796296) (!H* 0.037037) (L+H* 0.0925926) (L* 0.0555556) (L*+H 0) H*)) + ((R:SylStructure.parent.R:Word.n.gpos is in) + (((NONE 0.132353) (H* 0.676471) (!H* 0) (L+H* 0.161765) (L* 0.0294118) (L*+H 0) H*)) + ((syl_break is 0) + (((NONE 0.125) (H* 0.633929) (!H* 0.0133929) (L+H* 0.183036) (L* 0.0401786) (L*+H 0.00446429) H*)) + ((n.stress is 0) + (((NONE 0.364865) (H* 0.567568) (!H* 0) (L+H* 0.0540541) (L* 0.0135135) (L*+H 0) H*)) + ((p.syl_break is 0) + (((NONE 0.612903) (H* 0.290323) (!H* 0) (L+H* 0.0967742) (L* 0) (L*+H 0) NONE)) + (((NONE 0.32) (H* 0.44) (!H* 0.02) (L+H* 0.22) (L* 0) (L*+H 0) H*)))))))) + ((ssyl_in is 0) + (((NONE 0.167769) (H* 0.628926) (!H* 0.0214876) (L+H* 0.142975) (L* 0.0363636) (L*+H 0.00247934) H*)) + ((ssyl_out is 4) + (((NONE 0.490385) (H* 0.240385) (!H* 0.0961538) (L+H* 0.163462) (L* 0.00961538) (L*+H 0) NONE)) + ((pp.syl_break is 3) + ((R:SylStructure.parent.R:Word.p.gpos is content) + (((NONE 0.346154) (H* 0.346154) (!H* 0.0769231) (L+H* 0.192308) (L* 0.0384615) (L*+H 0) NONE)) + (((NONE 0.160714) (H* 0.571429) (!H* 0.0178571) (L+H* 0.178571) (L* 0.0714286) (L*+H 0) H*))) + ((syl_in is 2) + ((n.stress is 0) + ((R:SylStructure.parent.R:Word.p.gpos is in) + (((NONE 0.218182) (H* 0.618182) (!H* 0.0363636) (L+H* 0.0909091) (L* 0.0181818) (L*+H 0.0181818) H*)) + ((syl_out is 2) + (((NONE 0.0961538) (H* 0.634615) (!H* 0.0961538) (L+H* 0.134615) (L* 0.0384615) (L*+H 0) H*)) + ((R:SylStructure.parent.R:Word.p.gpos is content) + ((syl_out is 4) + (((NONE 0.56) (H* 0.12) (!H* 0.08) (L+H* 0.24) (L* 0) (L*+H 0) NONE)) + (((NONE 0.262821) (H* 0.378205) (!H* 0.121795) (L+H* 0.192308) (L* 0.0448718) (L*+H 0) H*))) + (((NONE 0.161905) (H* 0.590476) (!H* 0.0285714) (L+H* 0.171429) (L* 0.047619) (L*+H 0) H*))))) + ((n.syl_break is 0) + (((NONE 0.551724) (H* 0.293103) (!H* 0) (L+H* 0.155172) (L* 0) (L*+H 0) NONE)) + (((NONE 0.408451) (H* 0.422535) (!H* 0.056338) (L+H* 0.112676) (L* 0) (L*+H 0) H*)))) + ((R:SylStructure.parent.R:Word.n.gpos is 0) + ((syl_break is 0) + (((NONE 0.105263) (H* 0.315789) (!H* 0.157895) (L+H* 0.421053) (L* 0) (L*+H 0) L+H*)) + (((NONE 0.641509) (H* 0.132075) (!H* 0.132075) (L+H* 0.0943396) (L* 0) (L*+H 0) NONE))) + ((syl_break is 1) + ((ssyl_in is 3) + (((NONE 0.638889) (H* 0.152778) (!H* 0.125) (L+H* 0.0833333) (L* 0) (L*+H 0) NONE)) + ((p.syl_break is 0) + (((NONE 0.551402) (H* 0.186916) (!H* 0.158879) (L+H* 0.0841122) (L* 0.0186916) (L*+H 0) NONE)) + ((n.stress is 0) + ((pp.syl_break is 0) + (((NONE 0.413043) (H* 0.184783) (!H* 0.152174) (L+H* 0.23913) (L* 0.0108696) (L*+H 0) NONE)) + (((NONE 0.2125) (H* 0.3375) (!H* 0.1875) (L+H* 0.2125) (L* 0.05) (L*+H 0) H*))) + (((NONE 0.449153) (H* 0.245763) (!H* 0.101695) (L+H* 0.20339) (L* 0) (L*+H 0) NONE))))) + ((syl_out is 4) + ((nn.syl_break is 0) + ((pp.syl_break is 0) + (((NONE 0.45614) (H* 0.210526) (!H* 0.192982) (L+H* 0.140351) (L* 0) (L*+H 0) NONE)) + (((NONE 0.288462) (H* 0.25) (!H* 0.0961538) (L+H* 0.346154) (L* 0) (L*+H 0.0192308) L+H*))) + (((NONE 0.163934) (H* 0.459016) (!H* 0.131148) (L+H* 0.245902) (L* 0) (L*+H 0) H*))) + ((syl_out is 5) + ((R:SylStructure.parent.R:Word.p.gpos is content) + (((NONE 0.372881) (H* 0.20339) (!H* 0.169492) (L+H* 0.220339) (L* 0.0338983) (L*+H 0) NONE)) + (((NONE 0.0961538) (H* 0.673077) (!H* 0.115385) (L+H* 0.0961538) (L* 0.0192308) (L*+H 0) H*))) + ((R:SylStructure.parent.R:Word.pp.gpos is in) + ((syl_in is 4) + (((NONE 0.352113) (H* 0.422535) (!H* 0.15493) (L+H* 0.0704225) (L* 0) (L*+H 0) H*)) + ((syl_in is 3) + (((NONE 0.290323) (H* 0.467742) (!H* 0.0806452) (L+H* 0.145161) (L* 0.016129) (L*+H 0) H*)) + ((pp.syl_break is 0) + (((NONE 0.465517) (H* 0.293103) (!H* 0.172414) (L+H* 0.0689655) (L* 0) (L*+H 0) NONE)) + ((R:SylStructure.parent.R:Word.p.gpos is content) + (((NONE 0.18) (H* 0.36) (!H* 0.28) (L+H* 0.14) (L* 0.04) (L*+H 0) H*)) + (((NONE 0.0877193) (H* 0.22807) (!H* 0.368421) (L+H* 0.298246) (L* 0.0175439) (L*+H 0) !H*)))))) + ((ssyl_out is 2) + ((p.syl_break is 0) + (((NONE 0.634921) (H* 0.174603) (!H* 0.0793651) (L+H* 0.111111) (L* 0) (L*+H 0) NONE)) + ((pp.syl_break is 0) + (((NONE 0.388889) (H* 0.148148) (!H* 0.148148) (L+H* 0.259259) (L* 0.0185185) (L*+H 0.037037) NONE)) + (((NONE 0.294118) (H* 0.137255) (!H* 0.215686) (L+H* 0.333333) (L* 0.0196078) (L*+H 0) L+H*)))) + ((R:SylStructure.parent.R:Word.pp.gpos is to) + (((NONE 0.0877193) (H* 0.350877) (!H* 0.210526) (L+H* 0.315789) (L* 0.0350877) (L*+H 0) H*)) + ((syl_break is 3) + ((pp.syl_break is 0) + (((NONE 0.478261) (H* 0.141304) (!H* 0.195652) (L+H* 0.184783) (L* 0) (L*+H 0) NONE)) + (((NONE 0.217822) (H* 0.366337) (!H* 0.257426) (L+H* 0.128713) (L* 0.029703) (L*+H 0) H*))) + ((syl_in is 7) + ((n.stress is 0) + ((R:SylStructure.parent.R:Word.n.gpos is content) + (((NONE 0.117647) (H* 0.220588) (!H* 0.441176) (L+H* 0.176471) (L* 0.0441176) (L*+H 0) !H*)) + (((NONE 0.415385) (H* 0.0461538) (!H* 0.2) (L+H* 0.246154) (L* 0.0923077) (L*+H 0) NONE))) + (((NONE 0.716981) (H* 0.113208) (!H* 0.0943396) (L+H* 0.0754717) (L* 0) (L*+H 0) NONE))) + ((R:SylStructure.parent.R:Word.n.gpos is cc) + (((NONE 0.292308) (H* 0.184615) (!H* 0.276923) (L+H* 0.246154) (L* 0) (L*+H 0) NONE)) + ((nn.syl_break is 3) + (((NONE 0.2) (H* 0.333333) (!H* 0.283333) (L+H* 0.15) (L* 0.0333333) (L*+H 0) H*)) + ((ssyl_in is 4) + (((NONE 0.383838) (H* 0.151515) (!H* 0.212121) (L+H* 0.20202) (L* 0.050505) (L*+H 0) NONE)) + ((p.syl_break is 0) + ((n.syl_break is 1) + (((NONE 0.526316) (H* 0.210526) (!H* 0.0921053) (L+H* 0.171053) (L* 0) (L*+H 0) NONE)) + ((ssyl_in is 3) + (((NONE 0.509804) (H* 0.0980392) (!H* 0.215686) (L+H* 0.156863) (L* 0.0196078) (L*+H 0) NONE)) + ((pp.syl_break is 0) + (((NONE 0.506667) (H* 0.173333) (!H* 0.106667) (L+H* 0.2) (L* 0.0133333) (L*+H 0) NONE)) + ((ssyl_in is 1) + (((NONE 0.1) (H* 0.4) (!H* 0.266667) (L+H* 0.188889) (L* 0.0444444) (L*+H 0) H*)) + (((NONE 0.326316) (H* 0.210526) (!H* 0.221053) (L+H* 0.189474) (L* 0.0526316) (L*+H 0) NONE)))))) + ((R:SylStructure.parent.R:Word.p.gpos is in) + (((NONE 0.0625) (H* 0.296875) (!H* 0.265625) (L+H* 0.328125) (L* 0.046875) (L*+H 0) L+H*)) + ((syl_in is 6) + (((NONE 0.271739) (H* 0.152174) (!H* 0.358696) (L+H* 0.184783) (L* 0.0326087) (L*+H 0) !H*)) + ((syl_out is 2) + (((NONE 0.111111) (H* 0.361111) (!H* 0.319444) (L+H* 0.138889) (L* 0.0555556) (L*+H 0.0138889) H*)) + ((syl_in is 4) + (((NONE 0.224) (H* 0.152) (!H* 0.328) (L+H* 0.24) (L* 0.056) (L*+H 0) !H*)) + ((n.stress is 0) + ((syl_in is 3) + (((NONE 0.0833333) (H* 0.333333) (!H* 0.233333) (L+H* 0.216667) (L* 0.133333) (L*+H 0) H*)) + (((NONE 0.283465) (H* 0.188976) (!H* 0.23622) (L+H* 0.204724) (L* 0.0708661) (L*+H 0.015748) NONE))) + (((NONE 0.305263) (H* 0.284211) (!H* 0.210526) (L+H* 0.178947) (L* 0.0210526) (L*+H 0) NONE)))))))))))))))))))))))))))))))))))))))) +) + +; NON L-L L-H H-L +; NONE13017 0 0 0 0 0 13017 [13017/13017] 100.000 +; H- 339 81 0 1 1 0 422 [81/422] 19.194 +; L- 223 52 0 5 0 0 280 [0/280] 0.000 +; L-L% 17 0 0 1057 96 0 1170 [1057/1170] 90.342 +; L-H% 16 0 0 457 139 0 612 [139/612] 22.712 +; H-L% 5 0 0 30 4 0 39 [0/39] 0.000 +; 13617 133 0 1550 240 0 +;total 15540 correct 14294.000 91.982% +(set! f2b_int_tone_cart_tree +'((lisp_syl_yn_question is 1) + (((H-H% 1.0) H-H%)) +((R:SylStructure.parent.gpos is cc) + (((NONE 0.996942) (H- 0.0030581) (L- 0) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((ssyl_in is 10) + (((NONE 0.989041) (H- 0.00273973) (L- 0) (L-L% 0.00273973) (L-H% 0.00547945) (H-L% 0) NONE)) + ((R:SylStructure.parent.gpos is md) + (((NONE 0.986014) (H- 0) (L- 0) (L-L% 0.00699301) (L-H% 0.00699301) (H-L% 0) NONE)) + ((p.old_syl_break is 4) + (((NONE 0.99462) (H- 0.00239091) (L- 0.00119546) (L-L% 0) (L-H% 0.00119546) (H-L% 0.000597729) NONE)) + ((R:SylStructure.parent.gpos is det) + (((NONE 0.984635) (H- 0.00512164) (L- 0.00384123) (L-L% 0.00384123) (L-H% 0.00256082) (H-L% 0) NONE)) + ((n.old_syl_break is 3) + (((NONE 0.981848) (H- 0.00495049) (L- 0.00330033) (L-L% 0.00660066) (L-H% 0.00330033) (H-L% 0) NONE)) + ((n.old_syl_break is 4) + (((NONE 0.986982) (H- 0.000591716) (L- 0.0100592) (L-L% 0.00118343) (L-H% 0.00118343) (H-L% 0) NONE)) + ((R:SylStructure.parent.gpos is in) + (((NONE 0.977865) (H- 0.00390625) (L- 0.00390625) (L-L% 0.0078125) (L-H% 0.00651042) (H-L% 0) NONE)) + ((old_syl_break is 4) + ((R:SylStructure.parent.R:Word.n.gpos is 0) + (((NONE 0) (H- 0.00892857) (L- 0) (L-L% 0.982143) (L-H% 0.00892857) (H-L% 0) L-L%)) + ((R:SylStructure.parent.R:Word.p.gpos is aux) + (((NONE 0) (H- 0) (L- 0) (L-L% 0.761905) (L-H% 0.238095) (H-L% 0) L-L%)) + ((R:SylStructure.parent.R:Word.n.gpos is det) + (((NONE 0) (H- 0) (L- 0) (L-L% 0.652542) (L-H% 0.347458) (H-L% 0) L-L%)) + ((ssyl_in is 4) + (((NONE 0) (H- 0) (L- 0) (L-L% 0.682243) (L-H% 0.313084) (H-L% 0.0046729) L-L%)) + ((syl_in is 6) + (((NONE 0) (H- 0) (L- 0.00649351) (L-L% 0.688312) (L-H% 0.298701) (H-L% 0.00649351) L-L%)) + ((R:SylStructure.parent.R:Word.n.gpos is aux) + (((NONE 0) (H- 0) (L- 0) (L-L% 0.464286) (L-H% 0.535714) (H-L% 0) L-H%)) + ((syl_in is 5) + (((NONE 0) (H- 0) (L- 0) (L-L% 0.666667) (L-H% 0.322034) (H-L% 0.0112994) L-L%)) + ((sub_phrases is 2) + (((NONE 0) (H- 0) (L- 0) (L-L% 0.696429) (L-H% 0.267857) (H-L% 0.0357143) L-L%)) + ((R:SylStructure.parent.R:Word.p.gpos is det) + (((NONE 0) (H- 0) (L- 0) (L-L% 0.628866) (L-H% 0.350515) (H-L% 0.0206186) L-L%)) + ((sub_phrases is 0) + ((R:SylStructure.parent.R:Word.n.gpos is in) + ((n.old_syl_break is 0) + (((NONE 0) (H- 0) (L- 0) (L-L% 0.68254) (L-H% 0.31746) (H-L% 0) L-L%)) + (((NONE 0) (H- 0.0147059) (L- 0) (L-L% 0.338235) (L-H% 0.632353) (H-L% 0.0147059) L-H%))) + ((n.stress is 0) + (((NONE 0) (H- 0) (L- 0.0108303) (L-L% 0.599278) (L-H% 0.32491) (H-L% 0.064982) L-L%)) + (((NONE 0) (H- 0) (L- 0) (L-L% 0.386364) (L-H% 0.579545) (H-L% 0.0340909) L-H%)))) + (((NONE 0) (H- 0) (L- 0.00456621) (L-L% 0.652968) (L-H% 0.324201) (H-L% 0.0182648) L-L%)))))))))))) + ((R:SylStructure.parent.gpos is pps) + (((NONE 0.988764) (H- 0.011236) (L- 0) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((syl_in is 0) + (((NONE 0.984848) (H- 0.0126263) (L- 0.00252525) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.gpos is content) + ((R:SylStructure.parent.R:Word.nn.gpos is 0) + (((NONE 0.967914) (H- 0.0106952) (L- 0.0213904) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((pp.old_syl_break is 4) + (((NONE 0.972315) (H- 0.0232558) (L- 0.00442968) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((syl_in is 1) + (((NONE 0.951163) (H- 0.0372093) (L- 0.0116279) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((nn.old_syl_break is 4) + (((NONE 0.956244) (H- 0.0127621) (L- 0.0291705) (L-L% 0) (L-H% 0) (H-L% 0.00182315) NONE)) + ((R:SylStructure.parent.R:Word.nn.gpos is in) + (((NONE 0.941919) (H- 0.0378788) (L- 0.020202) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.R:Word.p.gpos is cc) + (((NONE 0.919643) (H- 0.0714286) (L- 0.00892857) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((nn.old_syl_break is 3) + (((NONE 0.927273) (H- 0.0472727) (L- 0.0254545) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.R:Word.nn.gpos is cc) + (((NONE 0.921569) (H- 0.0588235) (L- 0.0196078) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((ssyl_in is 0) + (((NONE 0.911591) (H- 0.0825147) (L- 0.00589391) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.R:Word.nn.gpos is to) + (((NONE 0.912281) (H- 0.0350877) (L- 0.0526316) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.R:Word.pp.gpos is to) + (((NONE 0.894737) (H- 0.0526316) (L- 0.0526316) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.R:Word.p.gpos is in) + (((NONE 0.888554) (H- 0.0662651) (L- 0.0451807) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.R:Word.pp.gpos is in) + (((NONE 0.875817) (H- 0.0718954) (L- 0.0522876) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((syl_in is 2) + (((NONE 0.869942) (H- 0.0867052) (L- 0.0433526) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.R:Word.nn.gpos is aux) + (((NONE 0.854839) (H- 0.0967742) (L- 0.0483871) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((sub_phrases is 1) + (((NONE 0.836538) (H- 0.0721154) (L- 0.0913462) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.R:Word.pp.gpos is det) + (((NONE 0.832402) (H- 0.0949721) (L- 0.0726257) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((ssyl_in is 4) + (((NONE 0.793103) (H- 0.103448) (L- 0.103448) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((n.old_syl_break is 0) + (((NONE 0.850816) (H- 0.0839161) (L- 0.0652681) (L-L% 0) (L-H% 0) (H-L% 0) NONE)) + ((R:SylStructure.parent.R:Word.n.gpos is content) + (((NONE 0.889447) (H- 0.0753769) (L- 0.0251256) (L-L% 0) (L-H% 0) (H-L% 0.0100503) NONE)) + ((old_syl_break is 3) + (((NONE 0) (H- 0.609023) (L- 0.390977) (L-L% 0) (L-H% 0) (H-L% 0) H-)) + (((NONE 1) (H- 0) (L- 0) (L-L% 0) (L-H% 0) (H-L% 0) NONE))))))))))))))))))))))) + (((NONE 0.978947) (H- 0.0131579) (L- 0.00789474) (L-L% 0) (L-H% 0) (H-L% 0) NONE))))))))))))))) + +) + +(defvar tobi_support_yn_questions t + "tobi_support_yn_questions +If set a crude final rise will be added at utterance that are judged +to be yesy/no questions. Namely ending in a ? and not starting with +a wh-for word.") + +(define (first_word syl) + (let ((w (item.relation.parent syl 'SylStructure))) + (item.relation.first w 'Word))) + +(define (syl_yn_question syl) +"(syl_yn_question utt syl) +Return 1 if this is the last syllable in a yes-no question. Basically +if it ends in question mark and doesn't start with a wh-woerd. This +isn't right but it depends on how much you want rising intonation." + (if (and + tobi_support_yn_questions + (member_string (item.feat syl "syl_break") '("4" "3")) + (not (member_string + (downcase (item.name (first_word syl))) + '("how" "why" "which" "who" "what" "where" "when"))) + (string-matches + (item.feat syl "R:SylStructure.parent.R:Token.parent.punc") + ".*\\?.*")) + "1" + "0")) + +(provide 'tobi) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/tobi_rules.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tobi_rules.scm new file mode 100644 index 0000000000000000000000000000000000000000..1b3e4e5efaadd4a4c978f09b46a9ca641f8ee6b3 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tobi_rules.scm @@ -0,0 +1,1002 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; Authors: Robert A. J. Clark and Alan W Black +;;; Modifications and Checking: +;;; Gregor Moehler (moehler@ims.uni-stuttgart.de) +;;; Matthew Stone (mdstone@cs.rutgers.edu) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Generate F0 points from tobi labels using rules given in: +;;; Jilka, Moehler & Dogil (forthcomming in Speech Communications) +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; *** Converted to new Relation architecture -- but not checked yet -- awb +;;; -> crude (beta) checking: gm in Dec. 98 +;;; +;;; -> fixed TAKEOVER bug that used time value +;;; as pitch target (!) - MDS 1/02 +;;; -> hacked around bunches of target overlap problems - MDS 1/02 +;;; -> added primitive pitch range controls +;;; +;;; Known problems and bugs: +;;; Can't currently use voicing intervals which cross syllable boundaries, +;;; so pre/post-nuclear tones are currently places 0.2s before/after the +;;; nuclear tone even if no voicing occurs. Failing this they default a +;;; percentage of the voicing for that syllable. +;;; +;;; Don't know about target points ahead of the current syllable. +;;; (As you need to know what comes before them to calculate them) +;;; So: post accent tones are placed 0.2 ahead if following syllable exists +;;; ends before 0.2 from starred target and is not accented +;;; The H-target of the H+!H* is 0.2 sec instead of 0.15 sec before +;;; starred tone. +;;; +;;; Multi-utterance input has not been tested. +;;; +;;; !H- does not generate any targets +;;; +;;; Unfortunaltely some other modules may decide to put pauses in the +;;; middle of a phrase +;;; +;;; valleys are not tested yet +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; To use this in a voice +;;; (require 'tobi_rules) +;;; And in the voice call +;;; (setup_tobi_f0_method) +;;; Set the following for your speaker's F0 range +;;; (Parameter.set 'Default_Topline 146) +;;; (Parameter.set 'Default_Start_Baseline 61) +;;; (Parameter.set 'Valley_Dip 75) + +;; level of debug printout +(set! printdebug 0) + +(define (setup_tobi_f0_method) + "(setup_tobi_f0_method) +Set up parameters for current voice to use the implementaion +of ToBI labels to F0 targets by rule." + (Parameter.set 'Int_Method Intonation_Tree) + (Parameter.set 'Int_Target_Method Int_Targets_General) + (set! int_accent_cart_tree no_int_cart_tree) ; NONE always + (set! int_tone_cart_tree no_int_cart_tree) ; NONE always + (set! int_general_params + (list + (list 'targ_func tobi_f0_targets))) ; we will return a list of f0 targets here + + (Parameter.set 'Phrase_Method 'cart_tree) + (set! phrase_cart_tree tobi_label_phrase_cart_tree) ; redefines the phrasebreak tree + t) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;; +;;;;;; Define and set the new f0 rules +;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;;; Set global parameters +;;; You may want to reset these for different speakers + +(Parameter.set 'Default_Topline 146) ;146 +(Parameter.set 'Default_Start_Baseline 61) ;61 +(Parameter.set 'Current_Topline (Parameter.get 'Default_Topline)) +(Parameter.set 'Current_Start_Baseline (Parameter.get 'Default_Start_Baseline)) +(Parameter.set 'Current_End_Baseline (Parameter.get 'Current_Start_Baseline)) +(Parameter.set 'Downstep_Factor 0.70) +(Parameter.set 'Valley_Dip 75) +;;; function to add target points on a given syllable and fill in +;;; targets where necessary + +(define (tobi_f0_targets utt syl) + "(tobi_f0_targets UTT ITEM) + Returns a list of targets for the given syllable." + (if (and (>= printdebug 1) + (not(equal? 0 (item.feat syl "R:Intonation.daughter1.name")))) + (format t "### %l (%.2f %.2f) %l ptarg: %l ###\n" (item.name syl) + (item.feat syl "syllable_start")(item.feat syl "syllable_end") + (item.feat syl "R:Intonation.daughter1.name") (ttt_last_target_time syl))) + + ;; only continue if there is a Word related to this syllable + ;; I know there always should be, but there might be a bug elsewhere + (cond + ((not(equal? 0 (item.feat syl "R:SylStructure.parent.name"))) + + ; get current label. This assumes that there is only one accent and + ; one endtone on a syllable. Although there can be one of each. + (let ((voicing (ttt_get_voice_times syl)) ; voicing interval + (pvoicing (ttt_get_voice_times ; previous voicing + (item.relation.prev syl 'Syllable))) + (nvoicing (ttt_get_voice_times ; next voicing + (item.relation.next syl 'Syllable)))) + + ; if first syl of phrase set Phrase_Start and Phrase_End parameters + ; and reset downstep (currently does so on big and little breaks.) + ; only assignes Default values at this stage + ; maybe trained from CART later - first steps now - MDS + ; following Moehler and Mayer, SSW 2001 + (if (eq 0 (item.feat syl 'syl_in)) ;; GM maybe something better needed here? + (progn + (Parameter.set 'Phrase_Start (item.feat syl 'R:SylStructure.parent.R:Phrase.last.word_start)) + (Parameter.set 'Phrase_End (item.feat syl 'R:SylStructure.parent.R:Phrase.last.word_end)) + (Parameter.set 'Current_Topline + (/ (* (wagon syl ttt_topline_tree) + (Parameter.get 'Default_Topline)) 100)) + (Parameter.set 'Current_Start_Baseline + (/ (* (wagon syl ttt_baseline_tree) + (Parameter.get 'Default_Start_Baseline)) 100)) + (Parameter.set 'Current_End_Baseline + (Parameter.get 'Current_Start_Baseline)) + (if (>= printdebug 3) + (begin + (print (format nil "new range: %f %f %f" + (Parameter.get 'Current_Topline) + (Parameter.get 'Current_Start_Baseline) + (Parameter.get 'Current_End_Baseline) )))) )) + + ; do stuff (should go only if there is an accent/boundary?) + (let ((new_targets + (ttt_to_targets syl (wagon syl ttt_starttone_tree) + voicing + pvoicing + nvoicing + 'Starttones))) + + (set! new_targets (append new_targets + (ttt_to_targets syl (wagon syl ttt_accent_tree) + voicing + pvoicing + nvoicing + 'Accents))) + + (set! new_targets (append new_targets + (ttt_to_targets syl (wagon syl ttt_endtone_tree) + voicing + pvoicing + nvoicing + 'Endtones))) + + (if (and(not(equal? new_targets nil)) + (>= printdebug 2)) + (begin + (format t ">> Targets: %l\n" new_targets) + (format t ">> LastTarget: %l\n" (last new_targets)) + )) + + new_targets))))) + + +;;; CART tree to specify no accents + +(set! no_int_cart_tree +' +((NONE))) + +;;; +;;; Relate phrasing to boundary tones. +;;; Added downstepped tones - MDS + +(set! tobi_label_phrase_cart_tree +' +((tone in ("L-" "H-" "!H-")) + ((B)) + ((tone in ("H-H%" "H-L%" "!H-L%" "L-L%" "L-H%")) + ((BB)) + ((NB))))) + +;;; +;;; The other functions +;;; + +;;; process a list of relative targets and convert to actual targets + +(define (ttt_to_targets syl rlist voicing pvoicing nvoicing type) + "Takes a list of target sets and returns a list of targets." + (if (or (and (>= printdebug 2) + rlist (atom (caar rlist)) + (not (equal? 'NONE (caar rlist))) (not (equal? '(NONE) (caar rlist)))) + (>= printdebug 3)) + (begin (print "Entering ttt_to_targets with:") + (print (format nil "rlist: %l vc: %l pvc: %l nvc: %l type: %s" rlist voicing pvoicing nvoicing type)))) +(cond + ;; nowt + ((eq (length rlist) 0) ()) + ;; a single target set + ((atom (car (car rlist))) + (cond + ((eq type 'Accents) + (ttt_accent_set_to_targets syl rlist voicing pvoicing nvoicing)) + ((eq type 'Starttones) + (ttt_bound_set_to_targets syl rlist voicing pvoicing)) + ((eq type 'Endtones) + (ttt_bound_set_to_targets syl rlist voicing pvoicing)) + (t (error "unknown target set encountered in ttt_to_targets")))) + ;; list of target sets + ((atom (car (car (car rlist)))) + (append (ttt_to_targets syl (cdr rlist) voicing pvoicing nvoicing type) + (ttt_to_targets syl (car rlist) voicing pvoicing nvoicing type))) + ;; error + (t (error "something strange has happened in ttt_to_targets")))) + + +;; process a starttone/endtone target set. + +(define (ttt_bound_set_to_targets syl tset voicing pvoicing) + "takes a start/endtone target set and returns a list of target points." + (if (>= printdebug 3) (begin + (print "Entering ttt_bound_set_to_targets with:") + (pprintf (format nil "tset: %l vc: %l pvc: %l" tset voicing pvoicing)))) + (cond + ;; usually target given is NONE. (also ignore unknown!) + ((or (eq (car (car tset)) 'NONE) + (eq (car (car tset)) 'UNKNOWN)) + nil) + ;; a pair of target pairs + ((eq (length tset) 2) + (list (ttt_get_target (car tset) voicing) + (ttt_get_target (car (cdr tset)) voicing))) + ;; single target pair + ((eq (length tset) 1) + (cond + ;; an actual target pair + ((not (null (cdr (car tset)))) + (list (ttt_get_target (car tset) voicing))) + ;; a TAKEOVER marker + ((eq (car (car tset)) 'TAKEOVER) + (list (list (ttt_interval_percent voicing 0) + (ttt_last_target_value syl)))) + (t (error "unknown target pair in ttt_bound_set_to_targets")))) + (t (error "unknown target set type in ttt_bound_set_to_targets")))) + + +;; process an accent target set. + +(define (ttt_accent_set_to_targets syl tset voicing pvoicing nvoicing) + "takes a accent target set and returns a list of target points." + (if (>= printdebug 3) (begin + (print "Entering ttt_accent_set_to_targets with:") + (pprintf (format nil "tset: %l vc: %l pvc: %l nvc: %l" tset voicing pvoicing nvoicing)))) + (cond + ;; single target in set + ((null (cdr tset)) + (cond + ; target given is NONE. + ((or (eq (car (car tset)) 'NONE) + (eq (car (car tset)) 'UNKNOWN)) nil) + ; V1 marker + ((eq (car (car tset)) 'V1) + (let ((target_time (+ (/ (- (next_accent_start syl) + (ttt_last_target_time syl)) + 2.0) + (ttt_last_target_time syl)))) + (list (list target_time (ttt_accent_pitch (Parameter.get 'Valley_Dip) target_time))))) + ; V2 marker + ((eq (car (car tset)) 'V2) + (let ((target_time (+ (ttt_last_target_time syl) 0.25))) + (list (list target_time (ttt_accent_pitch (Parameter.get 'Valley_Dip) target_time))))) + ; V3 marker + ((eq (car (car tset)) 'V3) + (let ((target_time (- (next_accent_start syl) 0.25))) + (list (list target_time (ttt_accent_pitch (Parameter.get 'Valley_Dip) target_time))))) + ; single target pair + (t (list (ttt_get_target (car tset) voicing))))) + ;; a pair of targets + ((length tset 2) + (cond + ;; a *ed tone with PRE type tone (as in L+H*) + ((eq (car (car tset)) 'PRE) + (let ((star_target (ttt_get_target (car (cdr tset)) voicing)) + (last_target (parse-number(ttt_last_target_time syl)))) + (cond + ; normal 0.2s case (currently doesn't check for voicing) + ((and (eqv? 0 (ip_initial syl)) + (> (- (car star_target) 0.2) last_target)) + (list (list (- (car star_target) 0.2) + (ttt_accent_pitch (car (cdr (car tset))) + (- (car star_target) 0.2))) ; the time + star_target)) + + ; 90% prev voiced if not before last target - Added back in MDS, + ; with parse-number added and new check for ip_initial + ((and (eqv? 0 (ip_initial syl)) + (> (parse-number (ttt_interval_percent pvoicing 90)) + (parse-number (ttt_last_target_time syl)))) + (list (list (ttt_interval_percent pvoicing 90) + (ttt_accent_pitch (car (cdr (car tset))) + (ttt_interval_percent pvoicing 90))) + star_target)) + + ; otherwise (UNTESTED) [NOTE: Voicing for this syllable only] + (t + (list (list (ttt_interval_percent voicing 20) + (ttt_accent_pitch (car (cdr (car tset))) + (ttt_interval_percent voicing 20))) + star_target))))) + ; a *ed tone with POST type tone (as L*+H) + ((eq (car(car(cdr tset))) 'POST) + (let ((star_target (ttt_get_target (car tset) voicing)) + (next_target nil ) ; interesting problem + (next_syl (item.next syl))) + + (cond + ; normal 0.2s case (UNTESTED) + ((and (not (equal? next_syl nil)) + (eq 0 (item.feat next_syl "accented"))) + (cond + ((< (+ (car star_target) 0.2) (item.feat next_syl "syllable_end")) + (list star_target + (list (+ (car star_target) 0.2) + (ttt_accent_pitch (car (cdr (car (cdr tset)))) + (+ (car star_target) 0.2) )))) + (t + + (list star_target + (list (ttt_interval_percent nvoicing 90) + (ttt_accent_pitch (car (cdr (car (cdr tset)))) + (ttt_interval_percent nvoicing 90) )))))) + + ; 20% next voiced (BUG: Can't do this as the next target hasn't been + ; calculated yet!) + (nil nil) + ;otherwise (UNTESTED) + (t (list star_target + (list (ttt_interval_percent voicing 90) + (ttt_accent_pitch (car (cdr (car (cdr tset)))) + (ttt_interval_percent voicing 90) ))))))) + + (t + ;; This case didn't use to happen, but now must + ;; to avoid +H's clobbering endtones - MDS's hack. + (list (ttt_get_target (car tset) voicing) + (ttt_get_target (cadr tset) voicing))))) + + + ;; something else... + (t (error (format nil "unknown accent set in ttt_accent_set_to_targets: %l" tset))))) + + + +(define (ttt_get_target pair voicing) + "Returns actual target pair, usually for a stared tone." + (if (>= printdebug 4) (begin + (print "Entering ttt_get_target with:") + (pprintf pair) (pprintf voicing))) + (list (ttt_interval_percent voicing (car pair)) + (ttt_accent_pitch (car (cdr pair)) + (ttt_interval_percent voicing (car pair))))) + +(define (ttt_accent_pitch value time) + "Converts a accent pitch entry to a pitch value." + (if (>= printdebug 4) (begin + (print "Entering ttt_accent_pitch with:") + (pprintf value))) + (cond + ;; a real value + ((number? value) + (ttt_interval_percent (list (ttt_get_current_baseline time) + (Parameter.get 'Current_Topline)) + value)) + ;; Downstep then Topline + ((eq value 'DHIGH) + (progn + (Parameter.set 'Current_Topline (+ (ttt_get_current_baseline time) + (* (Parameter.get 'Downstep_Factor) + (- (Parameter.get 'Current_Topline) + (ttt_get_current_baseline time))))) + (ttt_interval_percent (list (ttt_get_current_baseline time) + (Parameter.get 'Current_Topline)) + 100))) + + ;; Unknown + (t (error "Unknown accent pitch value encountered")))) + + +(define (ttt_get_current_baseline v) + "Returns the current declined baseline at time v." + (if (>= printdebug 4) (begin + (print "Entering ttt_get_current_baseline with:") + (pprintf v))) + (let ((h (Parameter.get 'Current_Start_Baseline)) + (l (Parameter.get 'Current_End_Baseline)) + (e (Parameter.get 'Phrase_End)) + (s (Parameter.get 'Phrase_Start))) + (- h (* (/ (- h l) (- e s)) (- v s))))) + +;;; find the time n% through an inteval + +(define (ttt_interval_percent pair percent) + "Returns the time that is percent percent thought the pair." + (if (>= printdebug 4) (begin + (print "Entering ttt_interval_percent with:") + (pprintf (format nil "%l, %l" pair percent)))) + (cond + ; no pair given: just return nil + ((null pair) nil) + ; otherwise do the calculation + (t (let ((start (car pair)) + (end (car(cdr pair)))) + (+ start (* (- end start) (/ percent 100))))))) + + +;;; Getting start and end voicing times in a syllable + +(define (ttt_get_voice_times syl_item) + "Returns a pair of start time of first voiced phone in syllable and +end of last voiced phone in syllable, or nil if syllable is nil" + (cond + ((null syl_item) nil) + (t (let ((segs (item.relation.daughters syl_item "SylStructure"))) + (list + (item.feat (ttt_first_voiced segs) "segment_start") + (item.feat (ttt_first_voiced (reverse segs)) "end")))))) + +(define (ttt_first_voiced segs) + "Returns first segment that is voiced (vowel or voiced consonant) +returns last segment if all are unvoiced." + (cond + ((null (cdr segs)) + (car segs)) ;; last possibility + ((equal? "+" (item.feat (car segs) "ph_vc")) + (car segs)) + ((equal? "+" (item.feat (car segs) "ph_cvox")) + (car segs)) + (t + (ttt_first_voiced (cdr segs))))) + +;;; ttt_last_target has bifurcated into +;;; ttt_last_target_time and +;;; ttt_last_target_value +;;; to fix a place where f0 was set to last target time! +;;; - MDS + +(define (ttt_last_target_time syl) + "Returns the end of the most recent previous target +in the utterance or nil if there is not one present +" + (if (>= printdebug 3) + (begin (print "Entering ttt_last_target_time") + (print syl)) + ) + (let ((target (ttt_last_target syl))) + (if (null? target) + nil + (item.feat target "R:Target.daughter1.pos")))) + +(define (ttt_last_target_value syl) + "Returns the pitch of the most recent previous target +in the utterance or nil if there is not one present +" + (if (>= printdebug 3) + (begin (print "Entering ttt_last_target_time") + (print syl)) + ) + (let ((target (ttt_last_target syl))) + (if (null? target) + nil + (item.feat target "R:Target.daughter1.f0")))) + +;; Changed to scan through segments in the segment relation, +;; to catch (notional) targets on pauses. - MDS +;; +;;; associated segments are: +;;; - the segments in the word +;;; - subsequent segments not in the syllable structure +;;; and on the first word, preceding segments +;;; not in the syllable structure + +(define (ttt_collect_following seg accum) + (if (or (null? seg) + (not (null? (item.relation seg 'SylStructure)))) + accum + (ttt_collect_following (item.next seg) + (cons seg accum)))) + + +(define (ttt_last_target syl) + "Returns the most recent previous target +in the utterance or nil if there is not one present +" +(if (>= printdebug 3) + (begin (print "Entering ttt_last_target") + (print syl)) + ) + (let ((prev_syl (item.relation.prev syl 'Syllable))) + (cond +; ((symbol-bound? 'new_targets) (last (caar new_targets))) + ((null prev_syl) nil) + ((ttt_last_target_segs + (ttt_collect_following + (item.relation.next + (item.relation.daughtern prev_syl "SylStructure") + "Segment") + (reverse (item.relation.daughters prev_syl "SylStructure"))))) + ;list of segments of prev. syllable + ;in reverse order, with pauses + ;prepended. + (t (ttt_last_target prev_syl))))) + +(define (ttt_last_target_segs segs) + "Returns the first target no earlier than seg +or nil if there is not one +" +(if (>= printdebug 4) + (begin (print "Entering ttt_last_target_segs with:") + (pprintf (format nil "%l" segs)) +)) + (cond + ((null segs) nil) + ((and (> (parse-number + (item.feat (car segs) "R:Target.daughter1.f0")) 0) + (eq 0 (item.feat (car segs) "R:SylStructure.parent.lisp_lh_condition")) + (eq 0 (item.feat (car segs) "R:SylStructure.parent.lisp_hl_condition")) + (eq 0 (item.feat (car segs) "R:SylStructure.parent.lisp_valley_condition"))) + (car segs)) + + (t (ttt_last_target_segs (cdr segs))))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;; +;;;;;; CART TREES (ttt - tobi to target) +;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;;; +;;; Return a list of target lists. A target list comprises of a list +;;; of related targets (ie for the L and H in L+H*), just to confuse +;;; matters each target is also a list! (pos pitch) +;;; + + +(set! ttt_endtone_tree ; BUG: does it check the current syl for last accent? + ' + ((tobi_endtone is NONE) ; ususally none + ((((NONE)))) + ((tobi_endtone is "H-H%") ; H-H% + ((((100 120)))) + ((tobi_endtone is "L-L%") ; L-L% + ((((100 -20)))) + ((tobi_endtone is "L-H%") ; L-H% + ((lisp_last_accent > 2) + ((lisp_last_accent_type is "L*") + ((((0 25) (100 40)))) ; paper says 80 but AWB had 40 + ((((0 0) (100 40))))) + ((lisp_last_accent_type is "L*") + ((((100 40)))) + ((((50 0) (100 40)))))) + ((tobi_endtone is "H-L%") ; H-L% + ((lisp_last_accent_type is "L*") + ((tobi_accent is"L*") + ((((50 100) (100 100)))) + ((((0 100) (100 100))))) + ((((100 100))))) + ((tobi_endtone is "!H-L%") ; !H-L% + ((lisp_last_accent_type is "L*") + ((tobi_accent is"L*") + ((((50 DHIGH) (100 100)))) + ((((0 DHIGH) (100 100))))) + ((((100 DHIGH))))) + ((tobi_endtone is "H-") + ((((100 100)))) + ((tobi_endtone is "!H-") + ((((100 DHIGH)))) + ((tobi_endtone is "L-") + ((((100 0)))) + ((((UNKNOWN)))))))))))))) + +(set! ttt_starttone_tree + ' + ((lisp_ip_initial = 1) + ((tobi_endtone is "%H") + ((((0 100)))) + ((p.tobi_endtone in ("H-" "!H-" "L-")) + ((((TAKEOVER)))) ; takeover case + ((tobi_accent is NONE) + ((lisp_next_accent > 2) ; default cases (dep. on whether next target is low) + ((lisp_next_accent_type in ("L*" "L*+H" "L*+!H" "L+H*" "L+!H*" "L-" "L-H%" "L-L%")) + ((((0 50)(100 25)))) + ((((0 50)(100 75))))) + ((lisp_next_accent_type in ("L*" "L*+H" "L*+!H" "L+H*" "L+!H*" "L-" "L-H%" "L-L%")) + ((((0 30)))) + ((((0 70)))))) + ((tobi_accent in ("L*" "L*+H" "L*+!H" "L+H*" "L+!H*" "L-" "L-H%" "L-L%")) + ((((0 30)))) + ((((0 70)))))))) + ((((NONE)))))) ; otherwise (and usually) nothing. + +;; Redone after Jilka, Moehler and Dogil +;; - But treating one-syllable-ip's like +;; last-syllable-of-ip's in cases of +;; two tone switches per syllable (e.g. H* L-H%). +;; - And (hack) a 70% target for the initial +;; H*'s of phrases when the next accent is L+H* +;; - MDS + +(set! ttt_accent_tree + ' + ((tobi_accent is "H*" ) ; H* + ((lisp_ip_final = 1) + ((lisp_ip_one_syllable_case = 1) + ((((50 100)))) + ((((25 100))))) + ((lisp_hstar_weak_target = 1) + ((((60 70)))) + ((lisp_ip_initial = 1) + ((((85 100)))) + ((((60 100))))))) + + ((tobi_accent is "!H*" ) ; !H* + ((lisp_ip_final = 1) + ((lisp_ip_one_syllable_case = 1) + ((((50 DHIGH)))) + ((((25 DHIGH))))) + ((lisp_ip_initial = 1) + ((((85 DHIGH)))) + ((((60 DHIGH)))))) + + ((tobi_accent is "L*" ) ; L* + ((lisp_ip_final = 1) + ((lisp_ip_one_syllable_case = 1) + ((((50 0)))) + ((((25 0))))) + ((lisp_ip_initial = 1) + ((((85 0)))) + ((((60 0)))))) + + ((tobi_accent is "L+H*") ; L+H* + ((lisp_ip_final = 1) + ((lisp_ip_one_syllable_case = 1) + ((((PRE 20) (50 100)))) ; JMD estimated 70 + ((((PRE 20) (25 100))))) + ((lisp_ip_initial = 1) + ((((PRE 20) (90 100)))) + ((((PRE 20) (75 100)))))) + + ((tobi_accent is "L+!H*") ; L+!H* + ((lisp_ip_final = 1) + ((lisp_ip_one_syllable_case = 1) + ((((PRE 20) (70 DHIGH)))) + ((((PRE 20) (25 DHIGH))))) + ((lisp_ip_initial = 1) + ((((PRE 20) (90 DHIGH)))) + ((((PRE 20) (75 DHIGH)))))) + + ((tobi_accent is "L*+H") ; L*+H + ((lisp_ip_final = 1) + ((lisp_ip_one_syllable_case = 1) + ((((35 0) (80 100)))) ; POST would clobber endtones + ((((15 0) (40 100))))) ; POST would clobber endtones - MDS + ((lisp_ip_initial = 1) + ((((55 0) (POST 100)))) + ((((40 0) (POST 100)))))) + + ((tobi_accent is "L*+!H") ; L*+!H + ((lisp_ip_final = 1) + ((lisp_ip_one_syllable_case = 1) + ((((35 0) (80 DHIGH)))) ; POST would clobber endtones - MDS + ((((15 0) (40 DHIGH))))) ; POST would clobber endtones - MDS + ((lisp_ip_initial = 1) + ((((55 0) (POST DHIGH)))) + ((((40 0) (POST DHIGH)))))) + + ((tobi_accent is "H+!H*") ; H+!H* + ((lisp_ip_final = 1) + ((lisp_ip_one_syllable_case = 1) + ((((PRE 143) (60 DHIGH)))) ; the 143 is a hack to level out the downstep + ((((PRE 143) (20 DHIGH))))) + ((lisp_ip_initial = 1) + ((((PRE 143) (90 DHIGH)))) + ((((PRE 143) (60 DHIGH)))))) + + ((lisp_lh_condition = 1) + ((((100 75)))) + ((lisp_lh_condition = 2) + ((((0 90)))) + ((lisp_hl_condition = 1) + ((((100 25)))) + ((lisp_valley_condition = 1) + ((((V1 85)))) + ((lisp_valley_condition = 2) + ((((V2 70)))) + ((lisp_valley_condition = 3) + ((((V3 70)))) + ((tobi_accent is NONE) ; usually we find no accent + ((((NONE)))) + ((((UNKNOWN)))))))))))))))))))) ; UNKNOWN TARGET FOUND + +;;; Cart tree to "predict" pitch range +;;; Right now just accesses a feature +;;; "register" following Moehler & Mayer 2001. +;;; Register must be one of +;;; H - primary high register (default): 133% lowest, 92% highest +;;; H-H - expanded high register: 134% lowest, 100% highest +;;; H-L - lowered high register: 128% lowest, 87% highest +;;; L - primary low register: 100% lowest, 73% highest +;;; L-L and HL-L - low compressed: 100% lowest, 66% highest +;;; HL - expanded register: 100% lowest, 84% highest +;;; HL-H - complete register: 100% lowest, 96% highest +;;; For their speaker, ,BASELINE was 42% of PEAK + +(set! ttt_topline_tree + ' + ((R:SylStructure.parent.register is "H") + (92) + ((R:SylStructure.parent.register is "H-H") + (100) + ((R:SylStructure.parent.register is "H-L") + (87) + ((R:SylStructure.parent.register is "L") + (73) + ((R:SylStructure.parent.register is "L-L") + (66) + ((R:SylStructure.parent.register is "HL") + (84) + ((R:SylStructure.parent.register is "HL-H") + (96) + (92))))))))) + +(set! ttt_baseline_tree + ' + ((R:SylStructure.parent.register is "H") + (133) + ((R:SylStructure.parent.register is "H-H") + (134) + ((R:SylStructure.parent.register is "H-L") + (128) + ((R:SylStructure.parent.register is "L") + (100) + ((R:SylStructure.parent.register is "L-L") + (100) + ((R:SylStructure.parent.register is "HL") + (100) + ((R:SylStructure.parent.register is "HL-H") + (100) + (133))))))))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;; +;;;;;; Lisp Feature functions. +;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(define (valley_condition syl) +"(valley_condition syl) +Function to determine if a lowered target between two high target points +is needed in this syllable. +Returns: 0 - no target required + 1 - the single target case + 2 - the first of the two target case + 3 - the second of the two target case +" +(if (>= printdebug 4) + (begin (print "Entering valley_condition"))) +(cond + ((and (eq 0 (item.feat syl 'accented)) + (string-matches (next_accent_type syl) + "\\(H\\*\\|H\\-\\|H\\-L\\%\\|H\\-H\\%\\|\\!H\\*\\|\\!H\\-\\|\\!H\\-L\\%\\|\\!H\\-H\\%\\)") + (string-matches (last_accent_type syl) + "\\(H\\*\\|L\\+H\\*\\|L\\*\\+H\\\\|\\!H\\*\\|L\\+\\!H\\*\\|L\\*\\+\\!H\\)")) + ;GM: excluded %H (returns nil for last target) + (let ((nas (next_accent_start syl)) + (syls (item.feat syl 'syllable_start)) + (syle (item.feat syl 'syllable_end)) + (las (ttt_last_target_time syl))) + (if (>= printdebug 3) + (begin (print (format nil "nas: %l syls: %l syle %l las %l" nas syls syle las)))) + (cond + ((and (< (- nas las) 0.5) + (> (- nas las) 0.25) + (< syls (+ (/ (- nas las) 2.0) (ttt_last_target_time syl))) + (> syle (+ (/ (- nas las) 2.0) (ttt_last_target_time syl)))) 1) + ((and (> (- nas las) 0.5) + (< syls (+ (ttt_last_target_time syl) 0.25)) + (> syle (+ (ttt_last_target_time syl) 0.25))) 2) + ((and (> (- nas las) 0.5) + (< syls (- nas 0.25)) + (> syle (- nas 0.25))) 3) + (t 0)))) + (t 0))) + + + +(define (lh_condition syl) +"(lh_condition syl) +Function to determine the need for extra target points between an L and an H +Returns: 1 - first extra target required + 2 - second extra target required + 0 - no target required. +" +(if (>= printdebug 4) + (begin (print "Entering LH_condition"))) +(cond + ((and (eq 0 (item.feat syl 'accented)) + (string-matches (last_accent_type syl) "\\(L\\*\\)") + (string-matches (next_accent_type syl) + "\\(H\\*\\|H\\-\\|H\\-L\\%\\|H\\-H\\%\\)")) + (cond + ((and (eq 1 (last_accent syl)) + (< 2 (next_accent syl))) 1) + ((and (< 2 (last_accent syl)) + (eq 1 (next_accent syl))) 2) + (t 0))) + (t 0))) + +(define (hl_condition syl) +"(lh_condition syl) +Function to determine the need for extra target points between an H and an L +Returns: 1 - extra target required + 0 - no target required. +" +(if (>= printdebug 4) + (begin (print "Entering HL_condition"))) +(cond + ((and (eq 0 (item.feat syl 'accented)) + (string-matches (next_accent_type syl) + "\\(L\\*\\|L\\+H\\*\\|L\\+\\!H\\*\\|L\\*\\+H\\|L\\*\\+!H\\|L\\-\\|L\\-L\\%\\|L-H\\%\\)") + (string-matches (last_accent_type syl) + "\\(H\\*\\|L\\+H\\*\\|L\\*\\+H\\\\|\\!H\\*\\|L\\+\\!H\\*\\|L\\*\\+\\!H\\|\\%H\\)") + ;MDS: added !H's + (eq 1 (last_accent syl)) + + ;; fall faster! -MDS + (<= 2 (next_accent syl))) 1) + (t 0))) + +(define (next_accent syl) +"(next_accent syl) +Wrapper for c++ func ff_next_accent. +Returns the number of the syllables to the next accent in the following format. +0 - no next accent +1 - next syllable +2 - next next syllable +etc..." +(if (>= printdebug 4) + (begin (print "Entering next_accent"))) +(cond + ((eq 0 (next_accent_type syl)) 0) + (t (+ (item.feat syl 'next_accent) 1)))) + +;; Fixed bug that crashed complex phrase tones. - MDS +;; Not sure how else to get a big number... +(define infinity (/ 1 0)) + +;; Modified to include current accent as well -MDS + +(define (last_accent syl) +"(last_accent syl) +Wrapper for c++ func ff_last_accent. +Returns the number of the syllables to the previous accent in the following format. +0 - accent on current syllable +1 - prev syllable +2 - prev to prev syllable +etc... +infinity - no previous syllable" +(if (>= printdebug 4) + (begin (print "Entering last_accent"))) +(cond + ((not (equal? "NONE" (item.feat syl 'tobi_accent))) 0) + ((equal? 0 (last_accent_type syl)) infinity) + (t (+ (item.feat syl 'last_accent) 1)))) + +(define (next_accent_type syl) +"(next_accent_type syl) +Returns the type of the next accent." +(cond + ((not (eq 0 (item.feat syl "n.R:Intonation.daughter1.name"))) + (item.feat syl "n.R:Intonation.daughter1.name")) + ((eq 0 (item.feat syl 'syl_out)) 0) ;;GM real ip_final would be better + (t (next_accent_type (item.relation.next syl 'Syllable))))) + +(define (last_accent_type syl) +"(last_accent_type syl) +Returns the type of the last (previous) accent." +(if (>= printdebug 4) + (begin (print "Entering last_accent_type"))) +(cond + ((not (equal? "NONE" (item.feat syl 'p.tobi_endtone))) + (item.feat syl 'R:Syllable.p.tobi_endtone)) + ((not (equal? "NONE" (item.feat syl 'p.tobi_accent))) + (item.feat syl 'R:Syllable.p.tobi_accent)) + ((eq 0 (item.feat syl 'syl_in)) 0) ;;GM real ip_initial would be better + (t (last_accent_type (item.prev syl 'Syllable))))) + +(define (next_accent_start syl) +"(next_accent_start syl) +Returns the start time of the vowel of next accented syllable" +(if (>= printdebug 4) + (begin (print "Entering next_accent_start"))) +(cond + ((not (eq 0 (item.feat syl "n.R:Intonation.daughter1.name"))) + (item.feat syl "R:Syllable.n.syllable_start")) ;;GM vowel start would be better + ((eq 0 (item.feat syl 'syl_out)) 0) + (t (next_accent_start (item.relation.next syl 'Syllable))))) + +; new features (not used yet) + +(define (ip_final syl) + "(ip_final SYL) + returns 1 if the syllable is the final syllable of an + ip (intermediate phrase)" + (cond + ((or (equal? 0 (item.feat syl "syl_out")) + (equal? "L-" (item.feat syl "tobi_endtone")) + (equal? "H-" (item.feat syl "tobi_endtone")) + (equal? "!H-" (item.feat syl "tobi_endtone"))) 1) + (t 0))) + +(define (ip_initial syl) + "(ip_initial SYL) + returns 1 if the syllable is the initial syllable of an + ip (intermediate phrase)" + (cond + ((equal? 0 (item.feat syl "syl_in")) + 1) + ((equal? 1 (ip_final (item.relation.prev syl 'Syllable))) + 1) + (t 0))) + +;; NEXT TWO FUNCTIONS ARE NEW - MDS +(define (ip_one_syllable_case syl) + "(ip_one_syllable_case SYL) + returns true if the syllable is the initial syllable of an + ip (intermediate phrase) and doesn't itself contain a complex + tone that starts opposite this syllable's accent" + (if (eqv? 0 (ip_initial syl)) + 0 + (let ((accent (item.feat syl "tobi_accent")) + (tone (item.feat syl "tobi_endtone"))) + (cond + ((and (equal? tone "L-H%") + (or (equal? accent "H*") + (equal? accent "!H*") + (equal? accent "L+H*") + (equal? accent "L+!H*") + (equal? accent "L*+H") + (equal? accent "L*+!H*") + (equal? accent "H+!H*"))) + 0) + ((and (or (equal? tone "H-L%") + (equal? tone "!H-L%")) + (equal? accent "L*")) + 0) + (t + 1))))) + +(define (hstar_weak_target syl) + (if (and (equal? 0 (item.feat syl 'asyl_in)) + (member (next_accent_type syl) + (list "L*" "L*+H" "L*+!H" "L+H*" "L+!H*"))) + 1 + 0)) + +(provide 'tobi_rules) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/token.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/token.scm new file mode 100644 index 0000000000000000000000000000000000000000..2d45f4f2a654ca8257c8633b3951e3e87b3b2ddc --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/token.scm @@ -0,0 +1,815 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Various tokenizing functions and customization + +(define (Token utt) + "(Token UTT) +Build a Word stream from the Token stream, analyzing compound words +numbers etc as tokens into words. Respects the Parameter Language +to choose the appropriate token to word module." + (let ((rval (apply_method 'Token_Method utt)) ;; might be defined + (language (Parameter.get 'Language))) + (cond + (rval rval) ;; newer style + ((or (string-equal "britishenglish" language) + (string-equal "english" language) + (string-equal "americanenglish" language)) + (Token_English utt)) + ((string-equal "welsh" language) + (Token_Welsh utt)) + (t + (Token_Any utt))))) + +(define (remove_leadtrail_underscores name) + "(remove_leadtrail_underscores name) +Get rid of leading and trailing underscores that may be used for emphasis, +not this is called when there are underscores at the beginning and end but +there may not be an equal number of them." + (let ((se (symbolexplode name))) + (while (string-equal "_" (car se)) + (set! se (cdr se))) + (set! se (reverse se)) + (while (string-equal "_" (car se)) + (set! se (cdr se))) + (apply string-append (reverse se)))) + +(define (english_token_to_words token name) +"(english_token_to_words TOKEN NAME) +Returns a list of words for NAME from TOKEN. This allows the +user to customize various non-local, multi-word, context dependent +translations of tokens into words. If this function is unset only +the builtin translation rules are used, if this is set the builtin +rules are not used unless explicitly called. [see Token to word rules]" + (cond + ((string-equal (downcase name) "al'ar") + (list "Allar")) + ((string-equal name "POA") + (list "P" "O" (list '(name "A") (list 'pos token.letter_pos)))) + ((string-equal name "US") + (list "U" "S")) + ((string-equal name "IT") + (list (list '(name "I") (list 'pos token.letter_pos)) "T")) + ((string-equal name "AI") + (list (list '(name "A") (list 'pos token.letter_pos)) "I")) + ((string-equal (downcase name) "openai") + (list "Open" (list '(name "A") (list 'pos token.letter_pos)) "I")) + ((string-equal name "EB") + (list "E" "B")) + ((string-equal (downcase name) "ios") + (list "I" "O" "S")) + ((string-equal (downcase name) "content") + (if (and (string-equal (downcase (item.feat token "n.name")) "with") + (string-matches (downcase (item.feat token "p.name")) "be\\|been\\|being\\|is\\(n'?t\\)?\\|are\\(n'?t\\)?\\|was\\(n'?t\\)\\|were\\(n'?t\\)\\|not\\|will\\|won'?t\\|may\\|would\\(n'?t\\)?\\|can\\(not\\)?\\|could\\(n'?t\\)?\\|should\\(n'?t\\)?\\|must\\(n'?t\\)?\\|might")) + (list (list (list 'name name)(list 'pos 'jj))) + (list (list (list 'name name)(list 'pos 'nn))))) + ((string-equal name "/") (list "")) + ((and (string-equal (downcase name) "refuse") + (string-equal (downcase (item.feat token "n.name")) "to")) + (list (list (list 'name name)(list 'pos 'vb)))) + ((string-equal (downcase name) "live") + (cond + ((or (string-matches (downcase (item.feat token "n.name")) "nation\\|tv\\|news\\|broadcasts?\\|streams?\\|stream\\(ing\\)?\\|shows?\\|events?\\|games?\\|match\\(es\\)?\\|scores?") + (string-matches (downcase (item.feat token "nn.name")) "games?\\|match\\(es\\)?\\|scores?")) + (list (list (list 'name name)(list 'pos 'jj)))) + ((string-equal (item.feat token "p.name") "I") + (list (list (list 'name name)(list 'pos 'vb)))) + ((not (string-equal (item.feat token "punc") 0)) + (if (string-matches (downcase (item.feat token "p.name")) "to\\|I\\|we\\|you\\|they\\|he\\|she\\|will\\|may\\|would\\|can\\|could\\|should\\|must\\|might") + (list (list (list 'name name)(list 'pos 'vb))) + (list (list (list 'name name)(list 'pos 'jj))))) + (t + (builtin_english_token_to_words token name)))) + ((string-equal name "#") (list "pound")) + ((string-equal name "$") (list "dollar")) + ((string-matches name "[A-Z]*[\\$#][0-9,]+\\(\\.[0-9]+\\)?") + ;; Some form of money (pounds or type of dollars) + (let (amount type currency) + (cond + ((string-matches name ".*\\$.*") + (set! amount (string-after name "$")) + (set! type (string-before name "$")) + (set! currency "dollar")) + ((string-matches name ".*#.*") + (set! amount (string-after name "#")) + (set! type (string-before name "#")) + (set! currency "pound")) + (t + ;; who knows + (set! amount (string-after name "$")) + (set! type (string-before name "$")) + (set! currency "dollar"))) + (cond + ((string-matches (item.feat token "n.name") + ".*illion.?") + (append ;; "billions and billions" - Sagan + (builtin_english_token_to_words token amount) + (list (item.feat token "n.name")) ;; illion + (token_money_expand type) + (list (string-append currency "s")))) + ((string-matches amount ".*\\...$") + (cond + ((string-equal amount "0.00") + (append + (list "zero") + (list (string-append currency "s")))) + ((string-equal amount "0.01") + (append + (list "one") + (if (string-equal currency "dollar") + (list "cent") + (list "penny")))) + ((string-matches amount "0\\.[0-9][0-9]") + (append + (builtin_english_token_to_words + token (remove_leading_zeros (string-after amount "."))) + (if (string-equal currency "dollar") + (list "cents") + (list "pence")))) + (t + (append + (builtin_english_token_to_words token (string-before amount ".")) + (token_money_expand type) + (if (string-matches amount "1\\..*") + (list currency) + (list (string-append currency "s"))) + (cond + ((string-matches name ".*\\.00$") + nil) + ((string-matches name ".*\\.01$") + (append + (list "and" "one") + (if (string-equal currency "dollar") + (list "cent") + (list "penny")))) + (t + (append + (list "and") + (builtin_english_token_to_words + token (remove_leading_zeros (string-after amount "."))) + (if (string-equal currency "dollar") + (list "cents") + (list "pence"))))))))) + (t + (append ;; nothing after point or lots after point + (builtin_english_token_to_words token amount) + (token_money_expand type) + (if (or (string-matches amount "1") + (string-equal currency "yuan")) + (list currency) + (list (string-append currency "s")))))))) + ((and (string-matches name ".*illion.?") + (string-matches (item.feat token "p.name") + "[A-Z]*[\\$#][0-9,]+\\(\\.[0-9]+\\)?")) + nil ;; dealt with on the previous symbol + ) + ((string-matches name "[1-9][0-9]*/[1-9][0-9]*") + (let ((numerator (string-before name "/")) + (denominator (string-after name "/")) + ) + (cond + ((string-matches name "1/2") + (list "half")) + ((string-matches denominator "4") + (append + (builtin_english_token_to_words token numerator) + (list "quarter") + (if (string-equal numerator "1") + (list '((name "'s")(pos nnp))) + nil))) + (t + (append + (builtin_english_token_to_words token numerator) + (begin + (item.set_feat token "token_pos" "ordinal") + (builtin_english_token_to_words token denominator)) + (if (string-equal numerator "1") + nil + (list '((name "'s")(pos nnp))))))))) + ((and (string-matches name "No") + (item.next token) + (string-matches (item.feat token "n.name") + "[0-9]+")) + (list + "number")) + ((string-matches name ".*%$") + (append + (token_to_words token (string-before name "%")) + (list "percent"))) + ((string-matches name "[0-9]+s") ;; e.g. 1950s + (item.set_feat token "token_pos" "year") ;; reasonable guess + (append + (builtin_english_token_to_words token (string-before name "s")) + (list '((name "'s")(pos nnp))) ;; will get assimilated by postlexical rules + )) + ((string-matches name "[0-9]+'s") ;; e.g. 1950's + (item.set_feat token "token_pos" "year") ;; reasonable guess + (append + (builtin_english_token_to_words token (string-before name "'s")) + (list '((name "'s")(pos nnp))) ;; will get assimilated by postlexical rules + )) + ((and (string-matches name ".*s$") + (string-equal (item.feat token "punc") "'")) + ;; potential possessive or may be end of a quote + (if (token_no_starting_quote token) + (item.set_feat token "punc" "")) + (builtin_english_token_to_words token name)) + ((and (string-equal name "A") ;; letter or determiner + (or (and (string-matches (item.feat token "p.name") "[A-Za-z].*") + (string-equal (item.feat token "p.punc") 0)) + ;; (or (string-equal (item.feat token "p.punc") 0) + ;; (not string-matches (item.feat token "p.punc") ".*[?!:\\.;].*"))) + (string-matches (item.feat token "n.name") "[A-Z].*"))) + (list (list '(name "a")(list 'pos token.letter_pos)))) + ((and (or (string-equal name "A") (string-equal name "a")) ;; letter or determiner + (and (string-equal (item.feat token "p.name") 0) + (string-equal (item.feat token "n.name") 0))) + (list (list '(name "a")(list 'pos token.letter_pos)))) + ((member_string name english_homographs) + (list (list (list 'name name) + (list 'hg_pos (item.feat token "token_pos"))))) + ((string-matches name "__*[^_][^_]*_*_") ;; _emphasis_ + (english_token_to_words + token + (remove_leadtrail_underscores name) + )) + ((string-matches name "\\(EW\\|NS\\|NE\\|CC\\|DT\\|TE\\|JS\\|JW\\|JE\\|CR\\|CP\\)[1-4][0-9]") ;; Singapore MRT station IDs + (let (lname num) + (cond + ((string-matches name "EW.*") + (set! lname "EW")) + ((string-matches name "NS.*") + (set! lname "NS")) + ((string-matches name "NE.*") + (set! lname "NE")) + ((string-matches name "CC.*") + (set! lname "CC")) + ((string-matches name "DT.*") + (set! lname "DT")) + ((string-matches name "TE.*") + (set! lname "TE")) + ((string-matches name "JS.*") + (set! lname "JS")) + ((string-matches name "JW.*") + (set! lname "JW")) + ((string-matches name "JE.*") + (set! lname "JE")) + ((string-matches name "CR.*") + (set! lname "CR")) + (t + (set! lname "CP"))) + (set! num (string-after name lname)) + (append + (symbolexplode lname) + (builtin_english_token_to_words token num)))) + ((string-matches name "\\([1-9]\\|10\\|11\\|12\\)[AaPp][Mm]") ;; time + (let (hour apm (atime (downcase name))) + (if (string-matches atime ".*am") + (set! apm "am") + (set! apm "pm")) + (set! hour (string-before atime apm)) + (append + (builtin_english_token_to_words token hour) + (if (string-equal apm "am") + (builtin_english_token_to_words token "A.M") + (builtin_english_token_to_words token "P.M"))))) + ((string-matches name "[0-9]?[0-9][:\\.][0-9][0-9][AaPp][Mm]") ;; time + ;; must be am/pm present for . to be acceptable separator + (let (hours mins half sep (ttime (downcase name))) + (if (string-matches ttime ".*:.*") + (set! sep ":") + (set! sep ".")) + (set! hours (string-before ttime sep)) + (set! mins (string-after ttime sep)) + (if (string-matches ttime ".*am") + (set! sep "am") + (set! sep "pm")) + (set! mins (string-before mins sep)) + (append + (builtin_english_token_to_words token hours) + (cond + ((string-equal mins "00") + nil) + ((string-matches mins "0.") + (cons + "oh" + (builtin_english_token_to_words token (string-after mins "0")))) + (t + (builtin_english_token_to_words token mins))) + (if (string-equal sep "am") + (builtin_english_token_to_words token "A.M") + (builtin_english_token_to_words token "P.M"))))) + ((string-matches name "[0-9]?[0-9]:[0-9][0-9]") ;; time + (append + (builtin_english_token_to_words + token (remove_leading_zeros (string-before name ":"))) + (cond + ((string-equal "00" (string-after name ":")) + nil) + ((string-matches (string-after name ":") "0.") + (cons + "oh" + (builtin_english_token_to_words + token + (remove_leading_zeros (string-after name ":"))))) + (t + (builtin_english_token_to_words + token + (string-after name ":")))))) + ((string-matches name "[0-9][0-9]:[0-9][0-9]:[0-9][0-9]") ;; exact time + (append + (builtin_english_token_to_words + token (remove_leading_zeros (string-before name ":"))) + (list "hours") + (builtin_english_token_to_words + token (remove_leading_zeros + (string-before (string-after name ":") ":"))) + (list "minutes" "and") + (builtin_english_token_to_words + token (remove_leading_zeros + (string-after (string-after name ":") ":"))) + (list "seconds"))) + ((string-matches name "[12][0-9][0-9][0-9]/\\(1[012]\\|0[1-9]\\)/\\(0[1-9]\\|[12][0-9]\\|3[01]\\)") + (let ((year (string-before name "/")) + (num1 (string-before (string-after name "/") "/")) + (num2 (string-after (string-after name "/") "/")) + month day) + (cond + ((string-equal num1 "01") + (set! month "january")) + ((string-equal num1 "02") + (set! month "february")) + ((string-equal num1 "03") + (set! month "march")) + ((string-equal num1 "04") + (set! month "april")) + ((string-equal num1 "05") + (set! month "may")) + ((string-equal num1 "06") + (set! month "june")) + ((string-equal num1 "07") + (set! month "july")) + ((string-equal num1 "08") + (set! month "august")) + ((string-equal num1 "09") + (set! month "september")) + ((string-equal num1 "10") + (set! month "october")) + ((string-equal num1 "11") + (set! month "november")) + ((string-equal num1 "12") + (set! month "december")) + (t + (set! month (tok_string_as_letters num1)))) + (item.set_feat token "token_pos" "ordinal") + (set! day (builtin_english_token_to_words token num2)) + (item.set_feat token "token_pos" "year") + (append + (list month) + (list "the") + day + (builtin_english_token_to_words token year)))) + ((string-matches name "[0-9][0-9]?/[0-9][0-9]?/[0-9][0-9]\\([0-9][0-9]\\)?") + ;; date, say it as numbers to avoid American/British problem + (let ((num1 (string-before name "/")) + (num2 (string-before (string-after name "/") "/")) + (year (string-after (string-after name "/") "/")) + day month) + (item.set_feat token "token_pos" "cardinal") + (set! day (builtin_english_token_to_words token num1)) + (set! month (builtin_english_token_to_words token num2)) + (item.set_feat token "token_pos" "year") + (append + day + month + (list '((name ",")(pbreak_scale 0.9))) + (builtin_english_token_to_words token year)))) + ((string-matches name "[0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]") + (item.set_feat token "token_pos" "digits") ;; canonical phone number + (append + (builtin_english_token_to_words token (string-before name "-")) + (list '((name ",")(pbreak_scale 1.0))) + (builtin_english_token_to_words token (string-after name "-")))) + ((string-matches name "[0-9]+-[0-9]+-[-0-9]+") + ;; long distance number + (let ((r '(dummy)) (remainder name)) + (item.set_feat token "token_pos" "digits") + (while (> (length remainder) 0) + (if (string-matches remainder "[0-9]+") + (set! r (append r + (builtin_english_token_to_words + token remainder))) + (set! r (append r + (builtin_english_token_to_words + token (string-before remainder "-"))))) + (set! remainder (string-after remainder "-")) + (if (> (length remainder) 0) + (set! r (append r (list '((name ",")(pbreak_scale 1.0))))))) + (cdr r)) + ) + ((and (string-matches name "[0-9][0-9][0-9]") + (string-matches (item.feat token "n.name") + "[0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]")) + (item.set_feat token "token_pos" "digits") + (builtin_english_token_to_words token name)) + ((string-matches name "[0-9]+-[0-9]+") + (let ((tokpos)) + (item.set_name token (string-before name "-")) + (set! tokpos (wagon token + (car (cdr (assoc "[0-9]+" token_pos_cart_trees))))) + (item.set_feat token "token_pos" (car tokpos)) + (append + (builtin_english_token_to_words token (string-before name "-")) + (list "to") + (builtin_english_token_to_words token (string-after name "-"))))) + ((string-matches name "\\(iii?\\|II?I?\\|IV\\|VI?I?I?\\|IX\\|X[VIX]*\\)") + ;; Roman numerals + (let ((tp (item.feat token "token_pos"))) + (cond + ((string-matches tp "century");; always believe this + (item.set_feat token "token_pos" "ordinal") + (if (or (string-equal "1" (tok_rex token)) + (item.feat token "p.lisp_tok_rex_names")) + (append + (list "the") + (builtin_english_token_to_words + token (tok_roman_to_numstring name))) + (builtin_english_token_to_words + token (tok_roman_to_numstring name)))) + ((string-matches name "[IVX]");; be *very* wary of this one + (if (and (string-equal + "1" (item.feat token "p.lisp_tok_section_name")) + (string-matches tp "number") + (string-equal (item.feat token "p.punc") 0)) + (builtin_english_token_to_words + token (tok_roman_to_numstring name)) + (tok_string_as_letters name))) + ((or (string-matches tp "number") + (string-matches name "iii?\\|III?")) + (item.set_feat token "token_pos" "cardinal") + (builtin_english_token_to_words + token (tok_roman_to_numstring name))) + (t;; else its a letter + (tok_string_as_letters name))))) + ((and (string-matches name "pp") + (string-matches (item.feat token "n.name") + "[0-9]+-[0-9]+")) + (list "pages")) + ((and (string-matches name "ss") + (string-matches (item.feat token "n.name") + "[0-9]+-[0-9]+")) + (list "sections")) + ((string-matches name "_____+") + (list "line" "of" "underscores")) + ((string-matches name "=====+") + (list "line" "of" "equals")) + ((string-matches name "-----+") + (list "line" "of" "hyphens")) + ((string-matches name "\\*\\*\\*\\*\\*+") + (list "line" "of" "asterisks")) + ((string-matches name "--+") + (list '((name ",")(pbreak_scale 1.0)))) + ((string-matches name ".*--+.*") + (append + (builtin_english_token_to_words token (string-before name "--")) + (list '((name ",")(pbreak_scale 1.0))) + (builtin_english_token_to_words token (string-after name "--")))) + ((string-matches name "[A-Z][A-Z]?&[A-Z][A-Z]?") + (append + (tok_string_as_letters (string-before name "&")) + (list "and") + (tok_string_as_letters (string-after name "&")))) + ((and (string-equal name "Ms") + (string-matches (item.feat token "n.name") "[A-Z][^A-Z]*")) + (list "mizz")) + ((string-matches name "[A-Z]+'s") + (append + (builtin_english_token_to_words token (string-before name "'s")) + (list '((name "'s")(pos nnp))) ;; will get assimilated by postlexical rules + )) + ((or (string-matches name "[A-Z][A-Z]+s") + (string-matches name "[BCDEFGHJKLMNOPQRSTVWXYZ]+s")) + (append + (builtin_english_token_to_words token (string-before name "s")) + (list '((name "'s")(pos nnp))) ;; will get assimilated by postlexical rules + )) + ((string-matches name "<.*@.*>") ;; quoted e-mail + (append + (builtin_english_token_to_words + token (string-after (string-before name "@") "<")) + (list "at") + (builtin_english_token_to_words + token (string-before (string-after name "@") ">")))) + ((string-matches name "\\(Dr\\|St\\)") + (if (string-equal (item.feat token "token_pos") "street") + (if (string-matches name "Dr") + (list "drive") + (list "street")) + (if (string-matches name "Dr") ;; default on title side + (list "doctor") + (list "saint")))) + ((string-matches name "[Cc]alif") ;; hopelessly specific ... + (list + "california")) + (t + (builtin_english_token_to_words token name)))) + +;;; This is set as the default +(defvar token_to_words english_token_to_words) + +(defvar token.punctuation "\"'`.,:;!?(){}[]" + "token.punctuation +A string of characters which are to be treated as punctuation when +tokenizing text. Punctuation symbols will be removed from the text +of the token and made available through the \"punctuation\" feature. +[see Tokenizing]") +(defvar token.prepunctuation "\"'`({[" + "token.prepunctuation +A string of characters which are to be treated as preceding punctuation +when tokenizing text. Prepunctuation symbols will be removed from the text +of the token and made available through the \"prepunctuation\" feature. +[see Tokenizing]") +(defvar token.whitespace " \t\n\r " + "token.whitespace +A string of characters which are to be treated as whitespace when +tokenizing text. Whitespace is treated as a separator and removed +from the text of a token and made available through the \"whitespace\" +feature. [see Tokenizing]") +(defvar token.singlecharsymbols "" + "token.singlecharsymbols +Characters which have always to be split as tokens. This would be +usual is standard text, but is useful in parsing some types of +file. [see Tokenizing]") + +(defvar token.letter_pos 'nn + "token.letter_pos +The part of speech tag (valid for your part of speech tagger) for +individual letters. When the tokenizer decide to pronounce a token +as a list of letters this tag is added to each letter in the list. +Note this should be from the part of speech set used in your tagger +which may not be the same one that appears in the actual lexical +entry (if you map them afterwards). This specifically allows \"a\" +to come out as ae rather than @.") + +(defvar token.unknown_word_name "unknown" + "token.unknown_word_name +When all else fails and a pronunciation for a word or character can't +be found this word will be said instead. If you make this \"\" them +the unknown word will simple be omitted. This will only +really be called when there is a bug in the lexicon and characters +are missing from the lexicon. Note this word should be in the lexicon.") + +(def_feature_docstring + 'Token.punc + "Token.punc +Succeeding punctuation symbol found after token in original +string/file.") +(def_feature_docstring + 'Token.whitespace + "Token.whitespace +Whitespace found before token in original string/file.") +(def_feature_docstring + 'Token.prepunctuation + "Token.prepunctuation +Preceeding puctuation symbol found before token in original string/file.") + +(require 'tokenpos) +;;; +;;; Token pos are gross level part of speech tags which help decide +;;; pronunciation of tokens (particular expansion of Tokens into words) +;;; The most obvious example is identifying number types (ordinals, +;;; years, digits or numbers). +;;; +(defvar english_token_pos_cart_trees + '( + ;; Format is (Regex Tree) + ("[0-9]+" + ((lisp_num_digits < 3.8) + ((p.lisp_token_pos_guess is month) + ((lisp_month_range is 0) ((cardinal)) ((ordinal))) + ((n.lisp_token_pos_guess is month) + ((lisp_month_range is 0) ((cardinal)) ((ordinal))) + ((n.lisp_token_pos_guess is numeric) + ((lisp_num_digits < 2) + ((p.lisp_token_pos_guess is numeric) + ((pp.lisp_token_pos_guess is sym) ((digits)) ((cardinal))) + ((cardinal))) + ((nn.lisp_token_pos_guess is sym) ((cardinal)) ((digits)))) + ((lisp_num_digits < 2) + ((nn.lisp_token_pos_guess is numeric) + ((n.lisp_token_pos_guess is sym) + ((lisp_month_range is 0) ((digits)) ((cardinal))) + ((cardinal))) + ((cardinal))) + ((name < 302.3) + ((p.lisp_token_pos_guess is flight) + ((digits)) + ((n.lisp_token_pos_guess is sym) + ((p.lisp_token_pos_guess is sym) ((digits)) ((cardinal))) + ((cardinal)))) + ((p.lisp_token_pos_guess is a) + ((digits)) + ((n.lisp_token_pos_guess is sym) + ((nn.lisp_token_pos_guess is sym) + ((name < 669.2) ((digits)) ((cardinal))) + ((cardinal))) + ((name < 373.2) + ((cardinal)) + ((name < 436.2) + ((name < 392.6) ((digits)) ((cardinal))) + ((name < 716.5) + ((cardinal)) + ((name < 773.6) + ((p.lisp_token_pos_guess is _other_) ((digits)) ((cardinal))) + ((cardinal))))))))))))) + ((p.lisp_token_pos_guess is numeric) + ((pp.lisp_token_pos_guess is month) + ((year)) + ((nn.lisp_token_pos_guess is numeric) + ((cardinal)) + ((p.lisp_token_pos_precise_val is year) + ((cardinal)) + ((p.lisp_token_pos_precise_val is ordinal) + ((cardinal)) + ((digits)))))) + ((nn.lisp_token_pos_guess is numeric) + ((n.lisp_token_pos_guess is month) + ((cardinal)) + ((n.lisp_token_pos_guess is numeric) + ((digits)) + ((p.lisp_token_pos_guess is _other_) ((cardinal)) ((year))))) + ((p.lisp_token_pos_guess is _other_) + ((lisp_num_digits < 4.4) + ((name < 2959.6) + ((name < 1773.4) ((cardinal)) ((year))) + ((cardinal))) + ((pp.lisp_token_pos_guess is _other_) ((digits)) ((cardinal)))) + ((n.lisp_token_pos_guess is to) + ((year)) + ((p.lisp_token_pos_guess is sym) + ((pp.lisp_token_pos_guess is sym) + ((cardinal)) + ((lisp_num_digits < 4.6) ((year)) ((digits)))) + ((lisp_num_digits < 4.8) + ((name < 2880) + ((name < 1633.2) + ((name < 1306.4) ((cardinal)) ((year))) + ((year))) + ((cardinal))) + ((cardinal))))))))) + ) + ("\\(II?I?\\|IV\\|VI?I?I?\\|IX\\|X[VIX]*\\)";; Roman numerals + ((p.lisp_tok_rex_names is 0) + ((lisp_num_digits is 5) + ((number)) + ((lisp_num_digits is 4) + ((number)) + ((nn.lisp_num_digits is 13) + ((number)) + ((p.lisp_num_digits is 7) + ((number)) + ((p.lisp_tok_section_name is 0) + ((lisp_tok_rex is 0) + ((lisp_num_digits is 3) + ((p.lisp_num_digits is 4) + ((number)) + ((nn.lisp_num_digits is 4) + ((number)) + ((n.lisp_num_digits is 4) + ((number)) + ((pp.lisp_num_digits is 3) + ((number)) + ((p.lisp_num_digits is 2) + ((letter)) + ((nn.lisp_num_digits is 2) + ((letter)) + ((n.cap is 0) ((letter)) ((number))))))))) + ((nn.lisp_num_digits is 11) + ((letter)) + ((lisp_num_digits is 1) + ((pp.lisp_num_digits is 9) + ((letter)) + ((p.lisp_num_digits is 9) + ((letter)) + ((n.lisp_num_digits is 6) + ((letter)) + ((pp.lisp_num_digits is 6) + ((letter)) + ((pp.cap is 0) + ((n.cap is 0) + ((p.lisp_num_digits is 1) + ((letter)) + ((n.lisp_num_digits is 4) ((letter)) ((letter)))) + ((letter))) + ((letter))))))) + ((p.lisp_num_digits is 10) + ((number)) + ((n.lisp_num_digits is 8) + ((number)) + ((pp.lisp_num_digits is 9) + ((number)) + ((nn.lisp_num_digits is 5) + ((number)) + ((n.lisp_num_digits is 4) ((number)) ((letter)))))))))) + ((letter))) + ((number))))))) + ((century)))) + ("\\(Dr\\|St\\)" + ((n.name is 0) + ((p.cap is 1) + ((street)) + ((p.name matches "[0-9]*\\(1[sS][tT]\\|2[nN][dD]\\|3[rR][dD]\\|[0-9][tT][hH]\\)") + ((street)) + ((title)))) + ((punc matches ".*,.*") + ((street)) + ((p.punc matches ".*,.*") + ((title)) + ((n.cap is 0) + ((street)) + ((p.cap is 0) + ((p.name matches "[0-9]*\\(1[sS][tT]\\|2[nN][dD]\\|3[rR][dD]\\|[0-9][tT][hH]\\)") + ((street)) + ((title))) + ((pp.name matches "[1-9][0-9]+") + ((street)) + ((title))))))))) + ("lead" + ((p.name in (was were have had been having has is are)) + ((led)) + ((liid)))) + ("read" + ((p.name in ("was" "wasn't" "were" "weren't" "have" "haven't" "had" "hadn't" "been" "having" "has" "hasn't" "is" "isn't" "are" "aren't" "He" "She")) + ((red)) + ((riid)))) + ;("read" + ; ((p.name matches "[Pp]lease\\|PLEASE\\|[Ll]et'?s\\|LET'?S\\|[Tt][Oo]\\|[Ww]ill\\|WILL\\|[Ww]on'?t\\|WON'?T\\|[Mm]ay\\|MAY\\|[Cc]an\\(not\\|'?t\\)?\\|CAN\\(NOT\\|'?T\\)?\\|[Mm]ight\\|MIGHT\\|\\([Ww]ould\\|[Cc]ould\\|[Ss]hould\\|[Mm]ust\\)\\(n'?t\\)?\\|\\(WOULD\\|COULD\\|SHOULD\\|MUST\\)\\(N'?T\\)?") + ; ((riid)) + ; ((p.name is 0) + ; ((riid)) + ; ((red))))) + ("and" + ((n.name is 0) + ((aend)) + ((punc is 0) + ((ahnd)) + ((aend))))) + ("for" + ((n.name is 0) + ((faor)) + ((punc is 0) + ((fer)) + ((faor))))) + ("to" + ((n.name is 0) + ((tuu)) + ((punc is 0) + ((to)) + ((tuu))))) + )) + +(defvar english_homographs + '("lead" "read" "and" "for" "to") + "english_homographs +A list of tokens that are dealt with by a homograph disambiguation tree +in english_token_pos_cart_trees.") + +(defvar token_pos_cart_trees + english_token_pos_cart_trees + "token_pos_cart_trees +This is a list of pairs or regex plus CART tree. Tokens that match +the regex will have the CART tree aplied, setting the result as +the token_pos feature on the token. The list is checked in order +and only the first match will be applied.") + +(provide 'token) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/tokenpos.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tokenpos.scm new file mode 100644 index 0000000000000000000000000000000000000000..cf253521faddbd36237f552a05a668adeb62e0d4 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tokenpos.scm @@ -0,0 +1,286 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Functions used in identifying token types. +;;; + +(defvar token_most_common +'( +sym numeric month to day in the of on and writes a years from +for jst at million by is was gmt page he that than more since as when +with but after about or his i has it date no died number bst who miles +university some people an only w year have ago were are pages up days +months hours minutes through out had which least hi last now ft this +all one its there between cents until over will before past they +nearly times tim message so lbs just if age we during she billion then +other be time new her first states not you members under would many +says degrees two next fax week while bush been around including back +campaign american within publisher flight points even early later +world countries every edt can president most could their what them +former began women killed another also received long americans pounds +do dear said km made into did dead war tel still old x took total men +like f am less c well late down weeks end chapter among place house +away him election death almost students state soviet where version +summer man s nation because washington top though m id est these spent +seats gnu estimated those lost ian high each copies children acres +tons son per my found won off seconds power nations federal born +presidential much city begin p name different whose three home hello +million-euro) + +"token_most_common +A list of (English) words which were found to be most common in +an text database and are used as discriminators in token analysis.") + +(define (token_pos_precise_val sc) +"(tok_pos sc) +Returns a general pos for sc's name. + numeric All digits + number float or comma'd numeric + sym Contains at least one non alphanumeric + month has month name (or abbrev) + day has day name (or abbrev) + rootname else downcased alphabetic. +Note this can be used to find token_pos but isn't used directly as +its not disciminatory enough." + (let ((name (downcase (item.feat sc "token_pos")))) + (cond + ((string-equal name "year") + 'year) + ((string-equal name "ordinal") + 'ordinal) + (t + '_other_)))) + +(define (token_pos_guess sc) +"(tok_pos sc) +Returns a general pos for sc's name. + numeric All digits + number float or comma'd numeric + sym Contains at least one non alphanumeric + month has month name (or abbrev) + day has day name (or abbrev) + rootname else downcased alphabetic. +Note this can be used to find token_pos but isn't used directly as +its not disciminatory enough." + (let ((name (downcase (item.name sc)))) + (cond + ((string-matches name "[0-9]+") + 'numeric) + ((or (string-matches name "[0-9]+\\.[0-9]+") + (string-matches name + "[0-9][0-9]?[0-9]?,\\([0-9][0-9][0-9],\\)*[0-9][0-9][0-9]")) + 'number) + ((member_string name token_most_common) + name) + ((string-matches name ".*[^A-Za-z0-9].*") + 'sym) + ((member_string name '(jan january feb february mar march + apr april may jun june + jul july aug august sep sept september + oct october nov november dec december)) + 'month) + ((member_string name '(sun sunday mon monday tue tues tuesday + wed wednesday thu thurs thursday + fri friday sat saturday)) + 'day) + (t + '_other_)))) + +(define (token_no_starting_quote token) + "(token_no_starting_quote TOKEN) +Check to see if a single quote (or backquote) appears as prepunctuation +in this token or any previous one in this utterance. This is used to +disambiguate ending single quote as possessive or end quote." + (cond + ((null token) + t) + ((string-matches (item.feat token "prepunctuation") "[`']") + nil) + (t + (token_no_starting_quote (item.relation.prev token "Token"))))) + +(define (token_zerostart sc) +"(zerostart sc) +Returns, 1 if first char of sc's name is 0, 0 otherwise." + (if (string-matches (item.name sc) "^0.*") + "1" + "0")) + +(define (tok_roman_to_numstring roman) + "(tok_roman_to_numstring ROMAN) +Takes a string of roman numerals and converts it to a number and +then returns the printed string of that. Only deals with numbers up to 50." + (let ((val 0) (chars (symbolexplode (upcase roman)))) + (while chars + (cond + ((equal? (car chars) 'X) + (set! val (+ 10 val))) + ((equal? (car chars) 'V) + (set! val (+ 5 val))) + ((equal? (car chars) 'I) + (cond + ((equal? (car (cdr chars)) 'V) + (set! val (+ 4 val)) + (set! chars (cdr chars))) + ((equal? (car (cdr chars)) 'X) + (set! val (+ 9 val)) + (set! chars (cdr chars))) + (t + (set! val (+ 1 val)))))) + (set! chars (cdr chars))) + (format nil "%d" val))) + +(define (num_digits sc) +"(num_digits SC) +Returns number of digits (actually chars) is SC's name." + (string-length (format nil "%s" (item.name sc)))) + +(define (month_range sc) +"(month_range SC) +1 if SC's name is > 0 and < 32, 0 otherwise." + (let ((val (parse-number (item.name sc)))) + (if (and (> val 0) (< val 32)) + "1" + "0"))) + +(define (remove_leading_zeros name) + "(remove_leading_zeros name) +Remove leading zeros from given string." + (let ((nname name)) + (while (string-matches nname "^0..*") + (set! nname (string-after nname "0"))) + nname)) + +(define (token_money_expand type) +"(token_money_expand type) +Convert shortened form of money identifier to words if of a known type." + (cond + ((string-equal type "HK") + (list "Hong" "Kong")) + ((string-equal type "C") + (list "Canadian")) + ((string-equal type "A") + (list "Australian")) + ((< (length type) 4) + (mapcar + (lambda (letter) + (list (list 'name letter) + (list 'pos token.letter_pos))) + (symbolexplode type))) + (t + (list type)))) + +(define (find_month_from_number token string-number) + "(find_month_from_number token string-number) +Find the textual representation of the month from the given string number" + (let ((nnum (parse-number string-number))) + (cond + ((equal? 1 nnum) (list "January")) + ((equal? 2 nnum) (list "February")) + ((equal? 3 nnum) (list "March")) + ((equal? 4 nnum) (list "April")) + ((equal? 5 nnum) (list "May")) + ((equal? 6 nnum) (list "June")) + ((equal? 7 nnum) (list "July")) + ((equal? 8 nnum) (list "August")) + ((equal? 9 nnum) (list "September")) + ((equal? 10 nnum) (list "October")) + ((equal? 11 nnum) (list "November")) + ((equal? 12 nnum) (list "December")) + (t + (cons "month" + (builtin_english_token_to_words token string-number)))))) + +(define (tok_allcaps sc) + "(tok_allcaps sc) +Returns 1 if sc's name is all capitals, 0 otherwise" + (if (string-matches (item.name sc) "[A-Z]+") + "1" + "0")) + +(define (tok_section_name sc) + "(tok_section_name sc) +Returns 1 if sc's name is in list of things that are section/chapter +like." + (if (member_string + (downcase (item.name sc)) + '(chapter section part article phrase verse scene act book + volume chap sect art vol war fortran saturn + trek)) + "1" + "0")) + +(define (tok_string_as_letters name) + "(tok_string_as_letters NAME) +Return list of letters marked as letter part of speech made +by exploding NAME." + (mapcar + (lambda (letter) + (list (list 'name letter) + (list 'pos token.letter_pos))) + (symbolexplode name))) + +(define (tok_rex sc) + "(tok_rex sc) +Returns 1 if King like title is within 3 tokens before or 2 after." + (let ((kings '(king queen pope duke tsar emperor shah ceasar + duchess tsarina empress baron baroness + count countess))) + (if (or (member_string + (downcase (item.feat sc "R:Token.pp.name")) + kings) + (member_string + (downcase (item.feat sc "R:Token.pp.p.name")) + kings) + (member_string + (downcase (item.feat sc "R:Token.n.name")) + kings)) + "1" + "0"))) + +(define (tok_rex_names sc) + "(tok_rex sc) +Returns 1 if this is a King-like name." + (if (and + (member_string + (downcase (item.name sc)) + '(louis henry charles philip george edward pius william richard + ptolemy john paul peter nicholas + alexander frederick james alfonso ivan napolean leo + gregory catherine alexandria pierre elizabeth mary)) + (or (string-equal "" (item.feat sc "punc")) + (string-equal "0" (item.feat sc "punc")))) + "1" + "0")) + +(provide 'tokenpos) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/tts.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tts.scm new file mode 100644 index 0000000000000000000000000000000000000000..2888967d52b9d288ba9223d38a8b3d7fc6677fa6 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/tts.scm @@ -0,0 +1,304 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Various tts functions and hooks + +;;; Once the utterance is built these functions synth and play it +(defvar tts_hooks (list utt.synth utt.play) + "tts_hooks +Function or list of functions to be called during text to speech. +The function tts_file, chunks data into Utterances of type Token and +applies this hook to the utterance. This typically contains the utt.synth +function and utt.play. [see TTS]") + +;;; This is used to define utterance breaks in tts on files +(defvar eou_tree + '((lisp_max_num_tokens > 200) + ((1)) + ((n.whitespace matches ".*\n.*\n\\(.\\|\n\\)*");; significant break (2 nls) + ((1)) + ((name matches "--+") + ((1)) + ((punc matches ".*[\\?:!;].*") + ((1)) + ((punc matches ".*\\..*") + ((punc matches "..+");; longer punctuation string + ((punc matches "\\..*,") ;; for U.S.S.R., like tokens + ((0)) + ((1))) + ;; This is to distinguish abbreviations vs periods + ;; These are heuristics + ((name matches "\\(.*\\..*\\|[A-Z][A-Za-z]?[A-Za-z]?\\|etc\\)");; an abbreviation + ((n.whitespace is " ") + ((0));; if abbrev single space isn't enough for break + ((n.name matches "[A-Z].*") + ((1)) + ((0)))) + ((n.whitespace is " ");; if it doesn't look like an abbreviation + ((n.name matches "[A-Z].*");; single space and non-cap is no break + ((1)) + ((0))) + ((1))))) + ((0))))))) + "eou_tree +End of utterance tree. A decision tree used to determine if the given +token marks the end of an utterance. It may look one token ahead to +do this. [see Utterance chunking]") + +(define (max_num_tokens x) + "(num_tokens x) +This is probably controversial, but its good to have a maximum number +of tokens in an utterance. You really dont want to wait on very long +utterances, some utts can be thousands of words long, these maybe +shouldn't be spoken, but we do have to deal with them." + (let ((c 1) (y x)) + (while y + (set! c (+ 1 c)) + (set! y (item.prev y))) + c)) + +;;; The program used to parse stml files +;;; Needs version 1.0 to allow -D option to work +(defvar sgml_parse_progname "nsgmls-1.0" + "sgml_parse_progname +The name of the program to use to parse SGML files. Typically this is +nsgml-1.0 from the sp SGML package. [see XML/SGML requirements]") + +;;; When PHRASE elements are specified in an utterance in STML +;;; no other method for phrase prediction is to be used, so we +;;; use the following tree +(set! stml_phrase_cart_tree +'((R:Token.parent.pbreak is B) + ((B)) + ((n.name is 0) + ((B)) + ((NB))))) + +(define (xxml_synth utt) +"(xxml_synth UTT) +This applies the xxml_hooks (mode specific) and tts_hooks to the +given utterance. This function should be called from xxml element +definitions that signal an utterance boundary." + (cond + ((or (not utt) + (not (utt.relation utt 'Token))) ;; no tokens + nil) + (t + (apply_hooks xxml_hooks utt) + (apply_hooks tts_hooks utt) + (set! utt nil) ;; not enough ... + (gc) + utt)) +) + +(define (xxml_attval ATTNAME ATTLIST) +"(xxml_attval ATTNAME ATTLIST) +Returns attribute value of ATTNAME in ATTLIST or nil if it doesn't +exists." + (cond + ((not ATTLIST) + nil) + ((string-equal ATTNAME (car (car ATTLIST))) + (car (cdr (car ATTLIST)))) + (t + (xxml_attval ATTNAME (cdr ATTLIST))))) + +(defvar xxml_word_features nil + "xxml_word_features +An assoc list of features to be added to the current word when +in xxml parse mode.") + +(defvar xxml_token_hooks nil + "xxml_token_hooks +Functions to apply to each token.") + +(defvar xxml_hooks nil + "xxml_hooks + Function or list of functions to be applied to an utterance when + parsed with xxML, before tts_hooks.") + +(defvar xxml_elements nil + "xxml_elements +List of Scheme actions to perform on finding xxML tags.") + +(defvar xml_dtd_dir libdir + "xml_dtd_dir +The directory holding standard DTD form the xml parser.") + +(set! tts_fnum 1) +(define (save_tts_output utt) + (let ((fname (string-append "tts_file_" tts_fnum ".wav"))) + (format stderr "festival: saving waveform in %s\n" fname) + (utt.save.wave utt fname) + (set! tts_fnum (+ 1 tts_fnum)) + utt)) + +(define (save_waves_during_tts) + "(save_waves_during_tts) +Save each waveform in the current directory in files \"tts_file_XXX.wav\". +use (save_waves_during_tts_STOP) to stop saving waveforms" + (if (not (member save_tts_output tts_hooks)) + (set! tts_hooks (append tts_hooks (list save_tts_output)))) + t) + +(define (save_waves_during_tts_STOP) + "(save_waves_during_tts_STOP) +Stop saving waveforms when doing tts." + (if (member save_tts_output tts_hooks) + (set! tts_hooks (delq save_tts_output tts_hooks))) + t) + +(define (tts file mode) + "(tts FILE MODE) + Convert FILE to speech. MODE identifies any special treatment + necessary for FILE. This is simply a front end to tts_file but + puts the system in async audio mode first. [see TTS]" + (audio_mode 'async) + (if mode + (tts_file file mode) + (tts_file file (tts_find_text_mode file auto-text-mode-alist))) +;; (audio_mode 'sync) ;; Hmm this is probably bad +) + +(define (tts_text string mode) + "(tts_text STRING mode) +Apply tts on given string. That is, segment it into utterances and +apply tts_hooks to each utterance. This is naively done by saving the +string to a file and calling tts_file on that file. This differs from +SayText which constructs a single utterance for the whole given text." + (let ((tmpfile (make_tmp_filename)) + (fd)) + (set! fd (fopen tmpfile "wb")) + (format fd "%s" string) + (fclose fd) + (audio_mode 'async) + (tts_file tmpfile mode) + (delete-file tmpfile))) + +(define (save_record_wave utt) +"Saves the waveform and records its so it can be joined into a +a single waveform at the end." + (let ((fn (make_tmp_filename))) + (utt.save.wave utt fn) + (set! wavefiles (cons fn wavefiles)) + utt)) + +(define (combine_waves) + "(combine_waves) +Join all the waves together into the desired output file +and delete the intermediate ones." + (let ((wholeutt (Utterance Text ""))) + (mapcar + (lambda (d) + (utt.import.wave wholeutt d t) + (delete-file d)) + (reverse wavefiles)) + wholeutt)) + +(define (tts_textall string mode) + "(tts_textall STRING MODE) +Apply tts to STRING. This function is specifically designed for +use in server mode so a single function call may synthesize the string. +This function name maybe added to the server safe functions." + (if (not (string-equal mode "nil")) + (begin + ;; a mode has been specified so do something different + (let ((tmpfile (make_tmp_filename)) + (fd)) + (set! fd (fopen tmpfile "wb")) + (format fd "%s" string) + (fclose fd) + (set! tts_hooks (list utt.synth save_record_wave)) + (set! wavefiles nil) + (tts_file tmpfile mode) + (delete-file tmpfile) + (utt.send.wave.client (combine_waves)) + )) + ;; Simple fundamental mode + (utt.send.wave.client + (utt.synth + (eval (list 'Utterance 'Text string)))))) + +;; Function to interface with app_festival for asterisk +;; See http://www.asterisk.org +(define (tts_textasterisk string mode) + "(tts_textasterisk STRING MODE) +Apply tts to STRING. This function is specifically designed for +use in server mode so a single function call may synthesize the string. +This function name may be added to the server safe functions." + (utt.send.wave.asterisk + (utt.synth + (eval (list 'Utterance 'Text string))))) + + + +(define (tts_return_to_client) + "(tts_return_to_client) +This function is called by clients who wish to return waveforms of +their text samples asynchronously. This replaces utt.play in tts_hooks +with utt.send.wave.client." + (if (not (member utt.send.wave.client tts_hooks)) + (set! tts_hooks + (append (delq utt.play tts_hooks) + (list utt.send.wave.client))))) + +(defvar tts_text_modes nil +"tts_text_modes +An a-list of text modes data for file type specific tts functions. +See the manual for an example. [see Text modes]") + +(define (tts_find_text_mode file alist) + "(find_text_mode FILE ALIST) +Search through ALIST for one that matches FILE. Returns nil if +nothing macthes." + (cond + ((null alist) nil) ;; can't find a match + ((string-matches file (string-append ".*" (car (car alist)) ".*")) + (cdr (car alist))) + (t + (tts_find_text_mode file (cdr alist))))) + +(defvar auto-text-mode-alist + (list + (cons "\\.sable$" 'sable) + (cons "\\.ogi" 'ogimarkup) + (cons "\\.email" 'email) + (cons "" 'fundamental) + ) + "auto-text-mode-alist +Following Emacs' auto-mode-alist thios provides a mechanism for auto +selecting a TTS text mode based on the filename being analyzed. Its +format is exactly the same as Emacs in that it consists of an alist of +dotted pairs of regular expression and text mode name.") + +(provide 'tts) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/unilex_phones.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/unilex_phones.scm new file mode 100644 index 0000000000000000000000000000000000000000..25e905ebc780874425dbd9565039065eb73dd1e6 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/unilex_phones.scm @@ -0,0 +1,189 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 2003, 2004 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; unilex phoneset +;;; + + +(defPhoneSet + unilex + ;;; Phone Features + (;; vowel or consonant + (vc + -) + ;; vowel length: short long dipthong schwa + (vlng s l d a 0) + ;; vowel height: high mid low + (vheight 1 2 3 0) + ;; vowel frontness: front mid back + (vfront 1 2 3 0) + ;; lip rounding + (vrnd + - 0) + ;; consonant type: stop fricative affricative nasal liquid approximant + (ctype s f a n l t r 0) + ;; place of articulation: labial alveolar palatal labio-dental + ;; dental velar glottal + (cplace l a p b d v g 0) + ;; consonant voicing + (cvox + - 0) + ) + ( + (SIL - 0 0 0 0 0 0 -) ;; slience ... + (# - 0 0 0 0 0 0 -) ;; slience ... + (B_10 - 0 0 0 0 0 0 -) ;; Pauses + (B_20 - 0 0 0 0 0 0 -) ;; Pauses + (B_30 - 0 0 0 0 0 0 -) ;; Pauses + (B_40 - 0 0 0 0 0 0 -) ;; Pauses + (B_50 - 0 0 0 0 0 0 -) ;; Pauses + (B_100 - 0 0 0 0 0 0 -) ;; Pauses + (B_150 - 0 0 0 0 0 0 -) ;; Pauses + (B_200 - 0 0 0 0 0 0 -) ;; Pauses + (B_250 - 0 0 0 0 0 0 -) ;; Pauses + (B_300 - 0 0 0 0 0 0 -) ;; Pauses + (B_400 - 0 0 0 0 0 0 -) ;; Pauses + (IGNORE - 0 0 0 0 0 0 -) ;; Pauses + + + ;; insert the phones here, see examples in + ;; festival/lib/*_phones.scm + + ;(name vc vling vheight vfront vrnd ctype cplace cvox) + + ;;; Rob guesed these values for Edinburgh English + ;;; Not to be taken too seriously. + + (p - 0 0 0 0 s l -) + (t - 0 0 0 0 s a -) + (? - 0 0 0 0 s g +) ;;; ??? + (t^ - 0 0 0 0 t a +) ;;; ??? + (k - 0 0 0 0 s v -) + (x - 0 0 0 0 f v -) + (b - 0 0 0 0 s l +) + (d - 0 0 0 0 s a +) + (g - 0 0 0 0 s v +) + (ch - 0 0 0 0 a p -) + (jh - 0 0 0 0 a p +) + (s - 0 0 0 0 f a -) + (z - 0 0 0 0 f a +) + (sh - 0 0 0 0 f p -) + (zh - 0 0 0 0 f p +) + (f - 0 0 0 0 f b -) + (v - 0 0 0 0 f b +) + (th - 0 0 0 0 f d -) + (dh - 0 0 0 0 f d +) + (h - 0 0 0 0 f 0 -) ;;; ??? + (m - 0 0 0 0 n l +) + (m! - 0 0 0 0 n l +) + (n - 0 0 0 0 n a +) + (n! - 0 0 0 0 n a +) + (ng - 0 0 0 0 n v +) + (l - 0 0 0 0 r a +) + (ll - 0 0 0 0 r a +) + (lw - 0 0 0 0 r a +) + (l! - 0 0 0 0 r a +) + (r - 0 0 0 0 r a +) + (y - 0 0 0 0 l p +) + (w - 0 0 0 0 l l +) + (hw - 0 0 0 0 l l +) + (e + s 2 1 - 0 0 0) + (ao + s 3 1 - 0 0 0) + (a + s 3 1 - 0 0 0) + (ah + s 3 1 - 0 0 0) + (oa + s 3 1 - 0 0 0) + (aa + s 3 1 - 0 0 0) + (ar + s 3 1 - 0 0 0) + (eh + s 3 1 - 0 0 0) ;;; ? + (oul + d 2 3 + 0 0 0) ;;; ? + (ou + d 2 3 + 0 0 0) + (ouw + d 2 3 + 0 0 0) + (oou + l 3 3 + 0 0 0) + (o + l 3 3 + 0 0 0) + (au + l 3 3 + 0 0 0) + (oo + l 3 3 + 0 0 0) + (or + l 3 3 + 0 0 0) + (our + d 2 3 + 0 0 0) + (ii + l 1 1 - 0 0 0) + (ihr + s 1 1 - 0 0 0) + (iy + l 1 1 - 0 0 0) + (i + s 1 1 - 0 0 0) + (ie + l 1 1 - 0 0 0) ;;; ? + (iii + s 1 1 - 0 0 0) ;;; was ii; + (@r + a 2 2 - r a +) + (@ + a 2 2 - 0 0 0) + (uh + s 2 2 - 0 0 0) + (uhr + s 2 2 - 0 0 0) + (u + l 1 3 + 0 0 0) + (uu + l 1 3 + 0 0 0) + (iu + l 1 3 + 0 0 0) + (uuu + l 1 3 + 0 0 0) ;;; was uu; + (uw + l 1 3 + 0 0 0) ;;; ??? + (uul + l 1 3 + 0 0 0) ;;; ??? + (ei + d 2 1 - 0 0 0) + (ee + d 2 1 - 0 0 0) + (ai + d 3 2 - 0 0 0) ;;; ??? + (ae + d 3 2 - 0 0 0) ;;; ??? + (aer + d 3 2 - 0 0 0) ;;; ??? + (aai + d 3 2 - 0 0 0) ;;; ??? + (oi + d 2 3 + 0 0 0) ;;; ??? + (oir + d 2 3 + 0 0 0) ;;; ??? + (ow + d 3 2 - 0 0 0) + (owr + d 3 2 - 0 0 0) ;;; ??? + (oow + d 3 2 - 0 0 0) ;;; ??? + (i@ + l 1 1 - 0 0 0) ;;; iy + @ ? + (ir + s 1 1 - 0 0 0) + (irr + s 1 1 - 0 0 0) ;;; was ir; + (iir + s 1 1 - 0 0 0) + (@@r + a 2 2 - 0 0 0) + (er + s 2 1 - 0 0 0) + (eir + s 2 1 - 0 0 0) ;;; ??? + (ur + s 1 3 + 0 0 0) ;;; ??? + (urr + s 1 3 + 0 0 0) ;;; ??? + (iur + s 1 3 + 0 0 0) ;;; ??? + ) +) + +(PhoneSet.silences '( # SIL)) + +(define (unilex::select_phoneset) + "(unilex::select_phoneset) +Set up phone set for unilex" + (Parameter.set 'PhoneSet 'unilex) + (PhoneSet.select 'unilex) +) + +(define (unilex::reset_phoneset) + "(unilex::reset_phoneset) +Reset phone set for unilex." + t +) + +(provide 'unilex_phones) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/voices.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/voices.scm new file mode 100644 index 0000000000000000000000000000000000000000..168d842a75c46e5a030f589a0fbb1341cfab7773 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/voices.scm @@ -0,0 +1,361 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Preapre to access voices. Searches down a path of places. +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(define current-voice nil + "current-voice + The name of the current voice.") + +;; The path to search for voices is created from the load-path with +;; an extra list of directories appended. + +(defvar system-voice-path '( ) + "system-voice-path + Additional directory not near the load path where voices can be + found, this can be redefined in lib/sitevars.scm if desired.") + +(defvar system-voice-path-multisyn '( ) + "system-voice-path-multisyn + Additional directory not near the load path where multisyn voices can be + found, this can be redefined in lib/sitevars.scm if desired.") + +(defvar voice-path + (remove-duplicates + (append (mapcar (lambda (d) (path-append d "voices/")) load-path) + (mapcar (lambda (d) (path-as-directory d)) system-voice-path) + )) + + "voice-path + List of places to look for voices. If not set it is initialised from + load-path by appending \"voices/\" to each directory with + system-voice-path appended.") + +(defvar voice-path-multisyn + (remove-duplicates + (append (mapcar (lambda (d) (path-append d "voices-multisyn/")) load-path) + (mapcar (lambda (d) (path-as-directory d)) system-voice-path-multisyn) + )) + + "voice-path-multisyn + List of places to look for multisyn voices. If not set it is initialised from + load-path by appending \"voices-multisyn/\" to each directory with + system-voice-path-multisyn appended.") + + +;; Declaration of voices. When we declare a voice we record the +;; directory and set up an autoload for the vocie-selecting function + +(defvar voice-locations () + "voice-locations + Association list recording where voices were found.") + +(defvar voice-location-trace nil + "voice-location-trace + Set t to print voice locations as they are found") + +(define (voice-location name dir doc) + "(voice-location NAME DIR DOCSTRING) + Record the location of a voice. Called for each voice found on voice-path. + Can be called in site-init or .festivalrc for additional voices which + exist elsewhere." + (let ((func_name (intern (string-append "voice_" name))) + ) + + (set! name (intern name)) + (set! voice-locations (cons (cons name dir) voice-locations)) + (eval (list 'autoload func_name (path-append dir "festvox/" name) doc)) + (if voice-location-trace + (format t "Voice: %s %s\n" name dir) + ) + ) + ) + +(define (voice-location-multisyn name rootname dir doc) + "(voice-location NAME ROOTNAME DIR DOCSTRING) + Record the location of a voice. Called for each voice found on voice-path. + Can be called in site-init or .festivalrc for additional voices which + exist elsewhere." + (let ((func_name (intern (string-append "voice_" name))) + ) + + (set! name (intern name)) + (set! voice-locations (cons (cons name dir) voice-locations)) + (eval (list 'autoload func_name (path-append dir "festvox/" rootname) doc)) + (if voice-location-trace + (format t "Voice: %s %s\n" name dir) + ) + ) + ) + + + +(define (current_voice_reset) +"(current_voice_reset) +This function is called at the start of defining any new voice. +It is design to allow the previous voice to reset any global +values it has messed with. If this variable value is nil then +the function wont be called.") + +(define (voice_reset) +"(voice_reset) +This resets all variables back to acceptable values that may affect +voice generation. This function should always be called at the +start of any function defining a voice. In addition to reseting +standard variables the function current_voice_reset will be called. +This should always be set by the voice definition function (even +if it does nothing). This allows voice specific changes to be reset +when a new voice is selection. Unfortunately I can't force this +to be used." + (Parameter.set 'Duration_Stretch 1.0) + (set! after_synth_hooks default_after_synth_hooks) + + ;; The follow are reset to allow existing voices to continue + ;; to work, new voices should be setting these explicitly + (Parameter.set 'Token_Method 'Token_English) + (Parameter.set 'POS_Method Classic_POS) + (Parameter.set 'Phrasify_Method Classic_Phrasify) + (Parameter.set 'Word_Method Classic_Word) + (Parameter.set 'Pause_Method Classic_Pauses) + (Parameter.set 'PostLex_Method Classic_PostLex) + + (set! diphone_module_hooks nil) + (set! UniSyn_module_hooks nil) + + (if current_voice_reset + (current_voice_reset)) + (set! current_voice_reset nil) +) + + +(defvar Voice_descriptions nil + "Internal variable containing list of voice descriptions as +decribed by proclaim_voice.") + +(define (proclaim_voice name description) +"(proclaim_voice NAME DESCRIPTION) +Describe a voice to the systen. NAME should be atomic name, that +conventionally will have voice_ prepended to name the basic selection +function. OPTIONS is an assoc list of feature and value and must +have at least features for language, gender, dialect and +description. The first there of these are atomic, while the description +is a text string describing the voice." + (let ((voxdesc (assoc name Voice_descriptions))) + (if voxdesc + (set-car! (cdr voxdesc) description) + (set! Voice_descriptions + (cons (list name description) Voice_descriptions)))) +) + +(define (voice.description name) +"(voice.description NAME) +Output description of named voice. If the named voice is not yet loaded +it is loaded." + (let ((voxdesc (assoc name Voice_descriptions)) + (cv current-voice)) + (if (null voxdesc) + (unwind-protect + (begin + (voice.select name) + (voice.select cv) ;; switch back to current voice + (set! voxdesc (assoc name Voice_descriptions))))) + (if voxdesc + voxdesc + (begin + (format t "SIOD: unknown voice %s\n" name) + nil)))) + +(define (voice.select name) +"(voice.select NAME) +Call function to set up voice NAME. This is normally done by +prepending voice_ to NAME and call it as a function." + (eval (list (intern (string-append "voice_" name))))) + +(define (voice.describe name) +"(voice.describe NAME) +Describe voice NAME by saying its description. Unfortunately although +it would be nice to say that voice's description in the voice itself +its not going to work cross language. So this just uses the current +voice. So here we assume voices describe themselves in English +which is pretty anglo-centric, shitsurei shimasu." + (let ((voxdesc (voice.description name))) + (let ((desc (car (cdr (assoc 'description (car (cdr voxdesc))))))) + (cond + (desc (tts_text desc nil)) + (voxdesc + (SayText + (format nil "A voice called %s exist but it has no description" + name))) + (t + (SayText + (format nil "There is no voice called %s defined" name))))))) + +(define (voice.list) +"(voice.list) +List of all (potential) voices in the system. This checks the voice-location +list of potential voices found be scanning the voice-path at start up time. +These names can be used as arguments to voice.description and +voice.describe." + (mapcar car voice-locations)) + +;; Voices are found on the voice-path if they are in directories of the form +;; DIR/LANGUAGE/NAME + +(define (search-for-voices) + "(search-for-voices) + Search down voice-path to locate voices." + + (let ((dirs voice-path) + (dir nil) + languages language + voices voicedir voice + ) + (while dirs + (set! dir (car dirs)) + (setq languages (directory-entries dir t)) + (while languages + (set! language (car languages)) + (set! voices (directory-entries (path-append dir language) t)) + (while voices + (set! voicedir (car voices)) + (set! voice (path-basename voicedir)) + (if (string-matches voicedir ".*\\..*") + nil + (voice-location + voice + (path-as-directory (path-append dir language voicedir)) + "voice found on path") + ) + (set! voices (cdr voices)) + ) + (set! languages (cdr languages)) + ) + (set! dirs (cdr dirs)) + ) + ) + ) + +;; A single file is allowed to define multiple multisyn voices, so this has +;; been adapted for this. Rob thinks this is just evil, but couldn't think +;; of a better way. +(define (search-for-voices-multisyn) + "(search-for-voices-multisyn) + Search down multisyn voice-path to locate multisyn voices." + (let ((dirs voice-path-multisyn) + (dir nil) + languages language + voices voicedir voice voice-list + ) + (while dirs + (set! dir (car dirs)) + (set! languages (directory-entries dir t)) + (while languages + (set! language (car languages)) + (set! voices (directory-entries (path-append dir language) t)) + (while voices + (set! voicedir (car voices)) + (set! voice (path-basename voicedir)) + (if (string-matches voicedir ".*\\..*") + nil + (begin + ;; load the voice definition file, but don't evaluate it! + (set! voice-def-file (load (path-append dir language voicedir "festvox" + (string-append voicedir ".scm")) t)) + ;; now find the "proclaim_voice" lines and register these voices. + (mapcar + (lambda (line) + (if (string-matches (car line) "proclaim_voice") + (voice-location-multisyn (intern (cadr (cadr line))) voicedir (path-append dir language voicedir) "registerd multisyn voice"))) + voice-def-file) + )) + (set! voices (cdr voices))) + (set! languages (cdr languages))) + (set! dirs (cdr dirs))))) + +(search-for-voices) +(search-for-voices-multisyn) + +;; We select the default voice from a list of possibilities. One of these +;; had better exist in every installation. + +(define (no_voice_error) + (format t "\nWARNING\n") + (format t "No default voice found in %l\n" voice-path) + (format t "either no voices unpacked or voice-path is wrong\n") + (format t "Scheme interpreter will work, but there is no voice to speak with.\n") + (format t "WARNING\n\n")) + +(defvar voice_default 'no_voice_error + "voice_default +A variable whose value is a function name that is called on start up to +the default voice. [see Site initialization]") + +(defvar default-voice-priority-list + '(kal_diphone + cmu_us_slt_cg + cmu_us_rms_cg + cmu_us_bdl_cg + cmu_us_jmk_cg + cmu_us_awb_cg +; cstr_rpx_nina_multisyn ; restricted license (lexicon) +; cstr_rpx_jon_multisyn ; restricted license (lexicon) +; cstr_edi_awb_arctic_multisyn ; restricted license (lexicon) +; cstr_us_awb_arctic_multisyn + ked_diphone + don_diphone + rab_diphone + en1_mbrola + us1_mbrola + us2_mbrola + us3_mbrola + gsw_diphone ;; not publically distributed + el_diphone + ) + "default-voice-priority-list + List of voice names. The first of them available becomes the default voice.") + +(let ((voices default-voice-priority-list) + voice) + (while (and voices (eq voice_default 'no_voice_error)) + (set! voice (car voices)) + (if (assoc voice voice-locations) + (set! voice_default (intern (string-append "voice_" voice))) + ) + (set! voices (cdr voices)) + ) + ) + + +(provide 'voices) diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/festival/web.scm b/pretrained_models/CosyVoice-ttsfrd/resource/festival/web.scm new file mode 100644 index 0000000000000000000000000000000000000000..bc3b3da43ba9a206b37d6d5282da9ee6459e5959 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/festival/web.scm @@ -0,0 +1,103 @@ + + + + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;;; DO NOT EDIT THIS FILE ON PAIN OF MORE PAIN. + ;;; + ;;; The master copy of this file is in ../../speech_tools/lib/siod/web.scm + ;;; and is copied here at build time. + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + + + + + + + + + + + + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; ;; +;;; Centre for Speech Technology Research ;; +;;; University of Edinburgh, UK ;; +;;; Copyright (c) 1996,1997 ;; +;;; All Rights Reserved. ;; +;;; ;; +;;; Permission is hereby granted, free of charge, to use and distribute ;; +;;; this software and its documentation without restriction, including ;; +;;; without limitation the rights to use, copy, modify, merge, publish, ;; +;;; distribute, sublicense, and/or sell copies of this work, and to ;; +;;; permit persons to whom this work is furnished to do so, subject to ;; +;;; the following conditions: ;; +;;; 1. The code must retain the above copyright notice, this list of ;; +;;; conditions and the following disclaimer. ;; +;;; 2. Any modifications must be clearly marked as such. ;; +;;; 3. Original authors' names are not deleted. ;; +;;; 4. The authors' names are not used to endorse or promote products ;; +;;; derived from this software without specific prior written ;; +;;; permission. ;; +;;; ;; +;;; THE UNIVERSITY OF EDINBURGH AND THE CONTRIBUTORS TO THIS WORK ;; +;;; DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ;; +;;; ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT ;; +;;; SHALL THE UNIVERSITY OF EDINBURGH NOR THE CONTRIBUTORS BE LIABLE ;; +;;; FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ;; +;;; WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ;; +;;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ;; +;;; ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ;; +;;; THIS SOFTWARE. ;; +;;; ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; +;;; Some things for dealing with the web. +;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +(define (get_url url filename) + "(get_url URL OUTFILE) + Get URL and put contents in OUTFILE. Currently only http, and file + type URLs are supported." + + (let ((infile (fopen (parse_url url) "rb"))) + (if infile + (let ((outfile (fopen filename "wb"))) + (if outfile + (let ((buffer " ") n) + (while (set! n (fread buffer infile)) + (if ( < n (length buffer)) + (setq buffer (substring buffer 0 n))) + (fwrite buffer outfile)) + (fclose infile) + (fclose outfile) + ) + "can't open out" + ) + ) + "can't open in" + ) + ) + ) + +(define (socket_open host port how) + "(socket_open HOST PORT HOW) + Open a file descriptor to the BSD socket on HOST at PORT. HOW may + be \"r\" or \"w\" for a read only or write only filedescriptor. If + HOW is unspecified or NIL, \"w\" is assumed. If HOW is \"rw\" then + a list of two file descriptors is returned, the first for reading + the second for writing. Take care when using the bidiectional socket + that deadlock doesn't occur." + + (let ((file (fopen (list "tcp" host port "") how))) + (if (or (equal? how "rw") (equal how "r+")) + (list file file) + file) + ) + ) + + +(provide 'web) + diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/COPYING b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..05d9789fde8883f09b0b9a814a53e6000346e964 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/COPYING @@ -0,0 +1,100 @@ +Copyright (c) 2009, Nara Institute of Science and Technology, Japan. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. +Neither the name of the Nara Institute of Science and Technology +(NAIST) nor the names of its contributors may be used to endorse or +promote products derived from this software without specific prior +written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright (c) 2011-2017, The UniDic Consortium +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the + distribution. + + * Neither the name of the UniDic Consortium nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +/* ----------------------------------------------------------------- */ +/* The Japanese TTS System "Open JTalk" */ +/* developed by HTS Working Group */ +/* http://open-jtalk.sourceforge.net/ */ +/* ----------------------------------------------------------------- */ +/* */ +/* Copyright (c) 2008-2016 Nagoya Institute of Technology */ +/* Department of Computer Science */ +/* */ +/* All rights reserved. */ +/* */ +/* Redistribution and use in source and binary forms, with or */ +/* without modification, are permitted provided that the following */ +/* conditions are met: */ +/* */ +/* - Redistributions of source code must retain the above copyright */ +/* notice, this list of conditions and the following disclaimer. */ +/* - Redistributions in binary form must reproduce the above */ +/* copyright notice, this list of conditions and the following */ +/* disclaimer in the documentation and/or other materials provided */ +/* with the distribution. */ +/* - Neither the name of the HTS working group nor the names of its */ +/* contributors may be used to endorse or promote products derived */ +/* from this software without specific prior written permission. */ +/* */ +/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */ +/* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, */ +/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */ +/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */ +/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */ +/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ +/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */ +/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */ +/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */ +/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */ +/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */ +/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */ +/* POSSIBILITY OF SUCH DAMAGE. */ +/* ----------------------------------------------------------------- */ diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/left-id.def b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/left-id.def new file mode 100644 index 0000000000000000000000000000000000000000..51c269688b9591d76eab882b6339c83c960b3e5b --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/left-id.def @@ -0,0 +1,1377 @@ +0 BOS/EOS,*,*,*,*,*,BOS/EOS +1 その他,間投,*,*,*,*,* +2 フィラー,*,*,*,*,*,* +3 感動詞,*,*,*,*,*,* +4 記号,アルファベット,*,*,*,*,* +5 記号,一般,*,*,*,*,* +6 記号,括弧開,*,*,*,*,BOS/EOS +7 記号,括弧閉,*,*,*,*,BOS/EOS +8 記号,句点,*,*,*,*,BOS/EOS +9 記号,空白,*,*,*,*,* +10 記号,読点,*,*,*,*,* +11 形容詞,自立,*,*,形容詞・アウオ段,*,* +12 形容詞,自立,*,*,形容詞・アウオ段,ガル接続,* +13 形容詞,自立,*,*,形容詞・アウオ段,ガル接続,無い +14 形容詞,自立,*,*,形容詞・アウオ段,仮定形,* +15 形容詞,自立,*,*,形容詞・アウオ段,仮定形,無い +16 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約1,* +17 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約1,無い +18 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約2,* +19 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約2,無い +20 形容詞,自立,*,*,形容詞・アウオ段,基本形,* +21 形容詞,自立,*,*,形容詞・アウオ段,基本形,無い +22 形容詞,自立,*,*,形容詞・アウオ段,体言接続,* +23 形容詞,自立,*,*,形容詞・アウオ段,体言接続,無い +24 形容詞,自立,*,*,形容詞・アウオ段,文語基本形,* +25 形容詞,自立,*,*,形容詞・アウオ段,文語基本形,無い +26 形容詞,自立,*,*,形容詞・アウオ段,未然ウ接続,* +27 形容詞,自立,*,*,形容詞・アウオ段,未然ウ接続,無い +28 形容詞,自立,*,*,形容詞・アウオ段,未然ヌ接続,* +29 形容詞,自立,*,*,形容詞・アウオ段,未然ヌ接続,無い +30 形容詞,自立,*,*,形容詞・アウオ段,命令e,* +31 形容詞,自立,*,*,形容詞・アウオ段,命令e,無い +32 形容詞,自立,*,*,形容詞・アウオ段,連用ゴザイ接続,* +33 形容詞,自立,*,*,形容詞・アウオ段,連用ゴザイ接続,無い +34 形容詞,自立,*,*,形容詞・アウオ段,連用タ接続,* +35 形容詞,自立,*,*,形容詞・アウオ段,連用タ接続,無い +36 形容詞,自立,*,*,形容詞・アウオ段,連用テ接続,* +37 形容詞,自立,*,*,形容詞・アウオ段,連用テ接続,無い +38 形容詞,自立,*,*,形容詞・イ段,ガル接続,* +39 形容詞,自立,*,*,形容詞・イ段,仮定形,* +40 形容詞,自立,*,*,形容詞・イ段,仮定縮約1,* +41 形容詞,自立,*,*,形容詞・イ段,仮定縮約2,* +42 形容詞,自立,*,*,形容詞・イ段,基本形,* +43 形容詞,自立,*,*,形容詞・イ段,体言接続,* +44 形容詞,自立,*,*,形容詞・イ段,文語基本形,* +45 形容詞,自立,*,*,形容詞・イ段,未然ウ接続,* +46 形容詞,自立,*,*,形容詞・イ段,未然ヌ接続,* +47 形容詞,自立,*,*,形容詞・イ段,命令e,* +48 形容詞,自立,*,*,形容詞・イ段,連用ゴザイ接続,* +49 形容詞,自立,*,*,形容詞・イ段,連用タ接続,* +50 形容詞,自立,*,*,形容詞・イ段,連用テ接続,* +51 形容詞,自立,*,*,不変化型,基本形,* +52 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,* +53 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,たらしい +54 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,臭い +55 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,* +56 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,たらしい +57 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,臭い +58 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,* +59 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,たらしい +60 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,臭い +61 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,* +62 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,たらしい +63 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,臭い +64 形容詞,接尾,*,*,形容詞・アウオ段,基本形,* +65 形容詞,接尾,*,*,形容詞・アウオ段,基本形,たらしい +66 形容詞,接尾,*,*,形容詞・アウオ段,基本形,臭い +67 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,* +68 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,たらしい +69 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,臭い +70 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,* +71 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,たらしい +72 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,臭い +73 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,* +74 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,たらしい +75 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,臭い +76 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,* +77 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,たらしい +78 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,臭い +79 形容詞,接尾,*,*,形容詞・アウオ段,命令e,* +80 形容詞,接尾,*,*,形容詞・アウオ段,命令e,たらしい +81 形容詞,接尾,*,*,形容詞・アウオ段,命令e,臭い +82 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,* +83 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,たらしい +84 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,臭い +85 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,* +86 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,たらしい +87 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,臭い +88 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,* +89 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,たらしい +90 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,臭い +91 形容詞,接尾,*,*,形容詞・イ段,ガル接続,* +92 形容詞,接尾,*,*,形容詞・イ段,ガル接続,たらしい +93 形容詞,接尾,*,*,形容詞・イ段,仮定形,* +94 形容詞,接尾,*,*,形容詞・イ段,仮定形,たらしい +95 形容詞,接尾,*,*,形容詞・イ段,仮定縮約1,* +96 形容詞,接尾,*,*,形容詞・イ段,仮定縮約1,たらしい +97 形容詞,接尾,*,*,形容詞・イ段,仮定縮約2,* +98 形容詞,接尾,*,*,形容詞・イ段,仮定縮約2,たらしい +99 形容詞,接尾,*,*,形容詞・イ段,基本形,* +100 形容詞,接尾,*,*,形容詞・イ段,基本形,たらしい +101 形容詞,接尾,*,*,形容詞・イ段,体言接続,* +102 形容詞,接尾,*,*,形容詞・イ段,体言接続,たらしい +103 形容詞,接尾,*,*,形容詞・イ段,文語基本形,* +104 形容詞,接尾,*,*,形容詞・イ段,文語基本形,たらしい +105 形容詞,接尾,*,*,形容詞・イ段,未然ウ接続,* +106 形容詞,接尾,*,*,形容詞・イ段,未然ウ接続,たらしい +107 形容詞,接尾,*,*,形容詞・イ段,未然ヌ接続,* +108 形容詞,接尾,*,*,形容詞・イ段,未然ヌ接続,たらしい +109 形容詞,接尾,*,*,形容詞・イ段,命令e,* +110 形容詞,接尾,*,*,形容詞・イ段,命令e,たらしい +111 形容詞,接尾,*,*,形容詞・イ段,連用ゴザイ接続,* +112 形容詞,接尾,*,*,形容詞・イ段,連用ゴザイ接続,たらしい +113 形容詞,接尾,*,*,形容詞・イ段,連用タ接続,* +114 形容詞,接尾,*,*,形容詞・イ段,連用タ接続,たらしい +115 形容詞,接尾,*,*,形容詞・イ段,連用テ接続,* +116 形容詞,接尾,*,*,形容詞・イ段,連用テ接続,たらしい +117 形容詞,非自立,*,*,形容詞・アウオ段,*,* +118 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,* +119 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,難い +120 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,良い +121 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,* +122 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,難い +123 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,良い +124 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,* +125 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,難い +126 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,良い +127 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,* +128 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,難い +129 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,良い +130 形容詞,非自立,*,*,形容詞・アウオ段,基本形,難い +131 形容詞,非自立,*,*,形容詞・アウオ段,基本形,良い +132 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,* +133 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,難い +134 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,良い +135 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,* +136 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,難い +137 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,良い +138 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,* +139 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,難い +140 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,良い +141 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,* +142 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,難い +143 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,良い +144 形容詞,非自立,*,*,形容詞・アウオ段,命令e,* +145 形容詞,非自立,*,*,形容詞・アウオ段,命令e,難い +146 形容詞,非自立,*,*,形容詞・アウオ段,命令e,良い +147 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,* +148 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,難い +149 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,良い +150 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,* +151 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,難い +152 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,良い +153 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,* +154 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,難い +155 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,良い +156 形容詞,非自立,*,*,形容詞・イ段,ガル接続,欲しい +157 形容詞,非自立,*,*,形容詞・イ段,仮定形,欲しい +158 形容詞,非自立,*,*,形容詞・イ段,仮定縮約1,欲しい +159 形容詞,非自立,*,*,形容詞・イ段,仮定縮約2,欲しい +160 形容詞,非自立,*,*,形容詞・イ段,基本形,欲しい +161 形容詞,非自立,*,*,形容詞・イ段,体言接続,欲しい +162 形容詞,非自立,*,*,形容詞・イ段,文語基本形,欲しい +163 形容詞,非自立,*,*,形容詞・イ段,未然ウ接続,欲しい +164 形容詞,非自立,*,*,形容詞・イ段,未然ヌ接続,欲しい +165 形容詞,非自立,*,*,形容詞・イ段,命令e,欲しい +166 形容詞,非自立,*,*,形容詞・イ段,連用ゴザイ接続,欲しい +167 形容詞,非自立,*,*,形容詞・イ段,連用タ接続,欲しい +168 形容詞,非自立,*,*,形容詞・イ段,連用テ接続,欲しい +169 助詞,格助詞,一般,*,*,*,から +170 助詞,格助詞,一般,*,*,*,が +171 助詞,格助詞,一般,*,*,*,つ +172 助詞,格助詞,一般,*,*,*,で +173 助詞,格助詞,一般,*,*,*,と +174 助詞,格助詞,一般,*,*,*,に +175 助詞,格助詞,一般,*,*,*,にて +176 助詞,格助詞,一般,*,*,*,の +177 助詞,格助詞,一般,*,*,*,へ +178 助詞,格助詞,一般,*,*,*,より +179 助詞,格助詞,一般,*,*,*,を +180 助詞,格助詞,一般,*,*,*,ん +181 助詞,格助詞,一般,*,*,*,デ +182 助詞,格助詞,一般,*,*,*,ノ +183 助詞,格助詞,一般,*,*,*,ヘ +184 助詞,格助詞,一般,*,*,*,ヲ +185 助詞,格助詞,一般,*,*,*,之 +186 助詞,格助詞,引用,*,*,*,っと +187 助詞,格助詞,引用,*,*,*,と +188 助詞,格助詞,連語,*,*,*,じゃ +189 助詞,格助詞,連語,*,*,*,っちゅう +190 助詞,格助詞,連語,*,*,*,って +191 助詞,格助詞,連語,*,*,*,っていう +192 助詞,格助詞,連語,*,*,*,ってな +193 助詞,格助詞,連語,*,*,*,て +194 助詞,格助詞,連語,*,*,*,ていう +195 助詞,格助詞,連語,*,*,*,といいます +196 助詞,格助詞,連語,*,*,*,という +197 助詞,格助詞,連語,*,*,*,といった +198 助詞,格助詞,連語,*,*,*,といふ +199 助詞,格助詞,連語,*,*,*,とかいいます +200 助詞,格助詞,連語,*,*,*,とかいう +201 助詞,格助詞,連語,*,*,*,とかいふ +202 助詞,格助詞,連語,*,*,*,として +203 助詞,格助詞,連語,*,*,*,としましたら +204 助詞,格助詞,連語,*,*,*,としまして +205 助詞,格助詞,連語,*,*,*,とともに +206 助詞,格助詞,連語,*,*,*,と共に +207 助詞,格助詞,連語,*,*,*,にあたって +208 助詞,格助詞,連語,*,*,*,にあたり +209 助詞,格助詞,連語,*,*,*,にあたりまして +210 助詞,格助詞,連語,*,*,*,にあたります +211 助詞,格助詞,連語,*,*,*,にあたる +212 助詞,格助詞,連語,*,*,*,において +213 助詞,格助詞,連語,*,*,*,におきまして +214 助詞,格助詞,連語,*,*,*,における +215 助詞,格助詞,連語,*,*,*,にかけ +216 助詞,格助詞,連語,*,*,*,にかけて +217 助詞,格助詞,連語,*,*,*,にかけまして +218 助詞,格助詞,連語,*,*,*,にたいして +219 助詞,格助詞,連語,*,*,*,にたいしまして +220 助詞,格助詞,連語,*,*,*,にたいします +221 助詞,格助詞,連語,*,*,*,にたいする +222 助詞,格助詞,連語,*,*,*,について +223 助詞,格助詞,連語,*,*,*,につき +224 助詞,格助詞,連語,*,*,*,につきまして +225 助詞,格助詞,連語,*,*,*,につけ +226 助詞,格助詞,連語,*,*,*,につれ +227 助詞,格助詞,連語,*,*,*,につれて +228 助詞,格助詞,連語,*,*,*,にとって +229 助詞,格助詞,連語,*,*,*,にとり +230 助詞,格助詞,連語,*,*,*,にとりまして +231 助詞,格助詞,連語,*,*,*,にまつわります +232 助詞,格助詞,連語,*,*,*,にまつわる +233 助詞,格助詞,連語,*,*,*,によって +234 助詞,格助詞,連語,*,*,*,により +235 助詞,格助詞,連語,*,*,*,によりまして +236 助詞,格助詞,連語,*,*,*,によります +237 助詞,格助詞,連語,*,*,*,による +238 助詞,格助詞,連語,*,*,*,にわたって +239 助詞,格助詞,連語,*,*,*,にわたり +240 助詞,格助詞,連語,*,*,*,にわたりまして +241 助詞,格助詞,連語,*,*,*,にわたります +242 助詞,格助詞,連語,*,*,*,にわたる +243 助詞,格助詞,連語,*,*,*,に関し +244 助詞,格助詞,連語,*,*,*,に関して +245 助詞,格助詞,連語,*,*,*,に関しまして +246 助詞,格助詞,連語,*,*,*,に関します +247 助詞,格助詞,連語,*,*,*,に関する +248 助詞,格助詞,連語,*,*,*,に際し +249 助詞,格助詞,連語,*,*,*,に際して +250 助詞,格助詞,連語,*,*,*,に際しまして +251 助詞,格助詞,連語,*,*,*,に従い +252 助詞,格助詞,連語,*,*,*,に従いまして +253 助詞,格助詞,連語,*,*,*,に従います +254 助詞,格助詞,連語,*,*,*,に従う +255 助詞,格助詞,連語,*,*,*,に従って +256 助詞,格助詞,連語,*,*,*,に対し +257 助詞,格助詞,連語,*,*,*,に対して +258 助詞,格助詞,連語,*,*,*,に対しまして +259 助詞,格助詞,連語,*,*,*,に対します +260 助詞,格助詞,連語,*,*,*,に対する +261 助詞,格助詞,連語,*,*,*,に当たって +262 助詞,格助詞,連語,*,*,*,に当たり +263 助詞,格助詞,連語,*,*,*,に当たりまして +264 助詞,格助詞,連語,*,*,*,に当たります +265 助詞,格助詞,連語,*,*,*,に当たる +266 助詞,格助詞,連語,*,*,*,をめぐって +267 助詞,格助詞,連語,*,*,*,をめぐりまして +268 助詞,格助詞,連語,*,*,*,をめぐります +269 助詞,格助詞,連語,*,*,*,をめぐる +270 助詞,格助詞,連語,*,*,*,をもちまして +271 助詞,格助詞,連語,*,*,*,をもって +272 助詞,格助詞,連語,*,*,*,を以て +273 助詞,格助詞,連語,*,*,*,を通して +274 助詞,格助詞,連語,*,*,*,を通しまして +275 助詞,格助詞,連語,*,*,*,を通じ +276 助詞,格助詞,連語,*,*,*,を通じて +277 助詞,格助詞,連語,*,*,*,を通じまして +278 助詞,係助詞,*,*,*,*,こそ +279 助詞,係助詞,*,*,*,*,さえ +280 助詞,係助詞,*,*,*,*,しか +281 助詞,係助詞,*,*,*,*,すら +282 助詞,係助詞,*,*,*,*,ぞ +283 助詞,係助詞,*,*,*,*,っきゃ +284 助詞,係助詞,*,*,*,*,は +285 助詞,係助詞,*,*,*,*,も +286 助詞,係助詞,*,*,*,*,や +287 助詞,終助詞,*,*,*,*,かぁ +288 助詞,終助詞,*,*,*,*,かい +289 助詞,終助詞,*,*,*,*,かしら +290 助詞,終助詞,*,*,*,*,け +291 助詞,終助詞,*,*,*,*,さ +292 助詞,終助詞,*,*,*,*,ぜ +293 助詞,終助詞,*,*,*,*,ぞ +294 助詞,終助詞,*,*,*,*,だって +295 助詞,終助詞,*,*,*,*,っけ +296 助詞,終助詞,*,*,*,*,てん +297 助詞,終助詞,*,*,*,*,で +298 助詞,終助詞,*,*,*,*,な +299 助詞,終助詞,*,*,*,*,なー +300 助詞,終助詞,*,*,*,*,なぁー +301 助詞,終助詞,*,*,*,*,なァ +302 助詞,終助詞,*,*,*,*,ね +303 助詞,終助詞,*,*,*,*,ねー +304 助詞,終助詞,*,*,*,*,ねん +305 助詞,終助詞,*,*,*,*,の +306 助詞,終助詞,*,*,*,*,のう +307 助詞,終助詞,*,*,*,*,べ +308 助詞,終助詞,*,*,*,*,もん +309 助詞,終助詞,*,*,*,*,や +310 助詞,終助詞,*,*,*,*,やら +311 助詞,終助詞,*,*,*,*,よ +312 助詞,終助詞,*,*,*,*,よー +313 助詞,終助詞,*,*,*,*,よう +314 助詞,終助詞,*,*,*,*,わ +315 助詞,終助詞,*,*,*,*,わい +316 助詞,終助詞,*,*,*,*,ん +317 助詞,終助詞,*,*,*,*,ヨー +318 助詞,終助詞,*,*,*,*,ワ +319 助詞,接続助詞,*,*,*,*,および +320 助詞,接続助詞,*,*,*,*,から +321 助詞,接続助詞,*,*,*,*,からには +322 助詞,接続助詞,*,*,*,*,が +323 助詞,接続助詞,*,*,*,*,けども +324 助詞,接続助詞,*,*,*,*,けれど +325 助詞,接続助詞,*,*,*,*,けれども +326 助詞,接続助詞,*,*,*,*,さかい +327 助詞,接続助詞,*,*,*,*,し +328 助詞,接続助詞,*,*,*,*,たって +329 助詞,接続助詞,*,*,*,*,つつ +330 助詞,接続助詞,*,*,*,*,て +331 助詞,接続助詞,*,*,*,*,で +332 助詞,接続助詞,*,*,*,*,と +333 助詞,接続助詞,*,*,*,*,とも +334 助詞,接続助詞,*,*,*,*,ど +335 助詞,接続助詞,*,*,*,*,どころか +336 助詞,接続助詞,*,*,*,*,ども +337 助詞,接続助詞,*,*,*,*,ながら +338 助詞,接続助詞,*,*,*,*,なり +339 助詞,接続助詞,*,*,*,*,ので +340 助詞,接続助詞,*,*,*,*,のに +341 助詞,接続助詞,*,*,*,*,ば +342 助詞,接続助詞,*,*,*,*,ものの +343 助詞,接続助詞,*,*,*,*,や +344 助詞,接続助詞,*,*,*,*,やいなや +345 助詞,接続助詞,*,*,*,*,や否や +346 助詞,接続助詞,*,*,*,*,んで +347 助詞,特殊,*,*,*,*,かな +348 助詞,特殊,*,*,*,*,けむ +349 助詞,特殊,*,*,*,*,に +350 助詞,特殊,*,*,*,*,にゃ +351 助詞,特殊,*,*,*,*,ん +352 助詞,副詞化,*,*,*,*,と +353 助詞,副詞化,*,*,*,*,に +354 助詞,副助詞,*,*,*,*,かも +355 助詞,副助詞,*,*,*,*,くらい +356 助詞,副助詞,*,*,*,*,ぐらい +357 助詞,副助詞,*,*,*,*,しも +358 助詞,副助詞,*,*,*,*,じゃ +359 助詞,副助詞,*,*,*,*,じゃあ +360 助詞,副助詞,*,*,*,*,じゃァ +361 助詞,副助詞,*,*,*,*,ずつ +362 助詞,副助詞,*,*,*,*,だけ +363 助詞,副助詞,*,*,*,*,だって +364 助詞,副助詞,*,*,*,*,だに +365 助詞,副助詞,*,*,*,*,でも +366 助詞,副助詞,*,*,*,*,とも +367 助詞,副助詞,*,*,*,*,なぞ +368 助詞,副助詞,*,*,*,*,など +369 助詞,副助詞,*,*,*,*,なり +370 助詞,副助詞,*,*,*,*,なんか +371 助詞,副助詞,*,*,*,*,なんぞ +372 助詞,副助詞,*,*,*,*,なんて +373 助詞,副助詞,*,*,*,*,のみ +374 助詞,副助詞,*,*,*,*,ばかし +375 助詞,副助詞,*,*,*,*,ばかり +376 助詞,副助詞,*,*,*,*,ばっか +377 助詞,副助詞,*,*,*,*,ばっかり +378 助詞,副助詞,*,*,*,*,ほど +379 助詞,副助詞,*,*,*,*,まで +380 助詞,副助詞,*,*,*,*,やら +381 助詞,副助詞,*,*,*,*,程 +382 助詞,副助詞,*,*,*,*,迄 +383 助詞,副助詞/並立助詞/終助詞,*,*,*,*,か +384 助詞,並立助詞,*,*,*,*,たり +385 助詞,並立助詞,*,*,*,*,だの +386 助詞,並立助詞,*,*,*,*,だり +387 助詞,並立助詞,*,*,*,*,と +388 助詞,並立助詞,*,*,*,*,とか +389 助詞,並立助詞,*,*,*,*,なり +390 助詞,並立助詞,*,*,*,*,や +391 助詞,並立助詞,*,*,*,*,やら +392 助詞,連体化,*,*,*,*,の +393 助詞,連体化,*,*,*,*,ノ +394 助動詞,*,*,*,下二・タ行,仮定形,つ +395 助動詞,*,*,*,下二・タ行,基本形,つ +396 助動詞,*,*,*,下二・タ行,体言接続,つ +397 助動詞,*,*,*,下二・タ行,未然形,つ +398 助動詞,*,*,*,下二・タ行,命令yo,つ +399 助動詞,*,*,*,下二・タ行,連用形,つ +400 助動詞,*,*,*,形容詞・イ段,ガル接続,らしい +401 助動詞,*,*,*,形容詞・イ段,ガル接続,無い +402 助動詞,*,*,*,形容詞・イ段,仮定形,らしい +403 助動詞,*,*,*,形容詞・イ段,仮定形,無い +404 助動詞,*,*,*,形容詞・イ段,仮定縮約1,らしい +405 助動詞,*,*,*,形容詞・イ段,仮定縮約1,無い +406 助動詞,*,*,*,形容詞・イ段,仮定縮約2,らしい +407 助動詞,*,*,*,形容詞・イ段,仮定縮約2,無い +408 助動詞,*,*,*,形容詞・イ段,基本形,らしい +409 助動詞,*,*,*,形容詞・イ段,基本形,無い +410 助動詞,*,*,*,形容詞・イ段,体言接続,らしい +411 助動詞,*,*,*,形容詞・イ段,体言接続,無い +412 助動詞,*,*,*,形容詞・イ段,文語基本形,らしい +413 助動詞,*,*,*,形容詞・イ段,文語基本形,無い +414 助動詞,*,*,*,形容詞・イ段,未然ウ接続,らしい +415 助動詞,*,*,*,形容詞・イ段,未然ウ接続,無い +416 助動詞,*,*,*,形容詞・イ段,未然ヌ接続,らしい +417 助動詞,*,*,*,形容詞・イ段,未然ヌ接続,無い +418 助動詞,*,*,*,形容詞・イ段,命令e,らしい +419 助動詞,*,*,*,形容詞・イ段,命令e,無い +420 助動詞,*,*,*,形容詞・イ段,連用ゴザイ接続,らしい +421 助動詞,*,*,*,形容詞・イ段,連用ゴザイ接続,無い +422 助動詞,*,*,*,形容詞・イ段,連用タ接続,らしい +423 助動詞,*,*,*,形容詞・イ段,連用タ接続,無い +424 助動詞,*,*,*,形容詞・イ段,連用テ接続,らしい +425 助動詞,*,*,*,形容詞・イ段,連用テ接続,無い +426 助動詞,*,*,*,五段・ラ行アル,仮定形,ある +427 助動詞,*,*,*,五段・ラ行アル,仮定縮約1,ある +428 助動詞,*,*,*,五段・ラ行アル,基本形,ある +429 助動詞,*,*,*,五段・ラ行アル,体言接続特殊,ある +430 助動詞,*,*,*,五段・ラ行アル,未然ウ接続,ある +431 助動詞,*,*,*,五段・ラ行アル,未然形,ある +432 助動詞,*,*,*,五段・ラ行アル,命令e,ある +433 助動詞,*,*,*,五段・ラ行アル,連用タ接続,ある +434 助動詞,*,*,*,五段・ラ行アル,連用形,ある +435 助動詞,*,*,*,五段・ラ行特殊,仮定形,ござる +436 助動詞,*,*,*,五段・ラ行特殊,仮定形,御座る +437 助動詞,*,*,*,五段・ラ行特殊,仮定縮約1,ござる +438 助動詞,*,*,*,五段・ラ行特殊,仮定縮約1,御座る +439 助動詞,*,*,*,五段・ラ行特殊,基本形,ござる +440 助動詞,*,*,*,五段・ラ行特殊,基本形,御座る +441 助動詞,*,*,*,五段・ラ行特殊,未然ウ接続,ござる +442 助動詞,*,*,*,五段・ラ行特殊,未然ウ接続,御座る +443 助動詞,*,*,*,五段・ラ行特殊,未然形,ござる +444 助動詞,*,*,*,五段・ラ行特殊,未然形,御座る +445 助動詞,*,*,*,五段・ラ行特殊,未然特殊,ござる +446 助動詞,*,*,*,五段・ラ行特殊,未然特殊,御座る +447 助動詞,*,*,*,五段・ラ行特殊,命令e,ござる +448 助動詞,*,*,*,五段・ラ行特殊,命令e,御座る +449 助動詞,*,*,*,五段・ラ行特殊,命令i,ござる +450 助動詞,*,*,*,五段・ラ行特殊,命令i,御座る +451 助動詞,*,*,*,五段・ラ行特殊,連用タ接続,ござる +452 助動詞,*,*,*,五段・ラ行特殊,連用タ接続,御座る +453 助動詞,*,*,*,五段・ラ行特殊,連用形,ござる +454 助動詞,*,*,*,五段・ラ行特殊,連用形,御座る +455 助動詞,*,*,*,特殊・ジャ,基本形,じゃ +456 助動詞,*,*,*,特殊・ジャ,未然形,じゃ +457 助動詞,*,*,*,特殊・ジャ,連用形,じゃ +458 助動詞,*,*,*,特殊・タ,仮定形,た +459 助動詞,*,*,*,特殊・タ,仮定形,だ +460 助動詞,*,*,*,特殊・タ,基本形,た +461 助動詞,*,*,*,特殊・タ,基本形,だ +462 助動詞,*,*,*,特殊・タ,未然形,た +463 助動詞,*,*,*,特殊・タ,未然形,だ +464 助動詞,*,*,*,特殊・タイ,ガル接続,たい +465 助動詞,*,*,*,特殊・タイ,音便基本形,たい +466 助動詞,*,*,*,特殊・タイ,仮定形,たい +467 助動詞,*,*,*,特殊・タイ,仮定縮約1,たい +468 助動詞,*,*,*,特殊・タイ,仮定縮約2,たい +469 助動詞,*,*,*,特殊・タイ,基本形,たい +470 助動詞,*,*,*,特殊・タイ,体言接続,たい +471 助動詞,*,*,*,特殊・タイ,文語基本形,たい +472 助動詞,*,*,*,特殊・タイ,未然ウ接続,たい +473 助動詞,*,*,*,特殊・タイ,未然ヌ接続,たい +474 助動詞,*,*,*,特殊・タイ,連用ゴザイ接続,たい +475 助動詞,*,*,*,特殊・タイ,連用タ接続,たい +476 助動詞,*,*,*,特殊・タイ,連用テ接続,たい +477 助動詞,*,*,*,特殊・ダ,仮定形,だ +478 助動詞,*,*,*,特殊・ダ,基本形,だ +479 助動詞,*,*,*,特殊・ダ,体言接続,だ +480 助動詞,*,*,*,特殊・ダ,未然形,だ +481 助動詞,*,*,*,特殊・ダ,命令e,だ +482 助動詞,*,*,*,特殊・ダ,連用タ接続,だ +483 助動詞,*,*,*,特殊・ダ,連用形,だ +484 助動詞,*,*,*,特殊・デス,基本形,っす +485 助動詞,*,*,*,特殊・デス,基本形,です +486 助動詞,*,*,*,特殊・デス,基本形,どす +487 助動詞,*,*,*,特殊・デス,未然形,っす +488 助動詞,*,*,*,特殊・デス,未然形,です +489 助動詞,*,*,*,特殊・デス,未然形,どす +490 助動詞,*,*,*,特殊・デス,連用形,っす +491 助動詞,*,*,*,特殊・デス,連用形,です +492 助動詞,*,*,*,特殊・デス,連用形,どす +493 助動詞,*,*,*,特殊・ナイ,ガル接続,無い +494 助動詞,*,*,*,特殊・ナイ,音便基本形,無い +495 助動詞,*,*,*,特殊・ナイ,仮定形,無い +496 助動詞,*,*,*,特殊・ナイ,仮定縮約1,無い +497 助動詞,*,*,*,特殊・ナイ,仮定縮約2,無い +498 助動詞,*,*,*,特殊・ナイ,基本形,無い +499 助動詞,*,*,*,特殊・ナイ,体言接続,無い +500 助動詞,*,*,*,特殊・ナイ,文語基本形,無い +501 助動詞,*,*,*,特殊・ナイ,未然ウ接続,無い +502 助動詞,*,*,*,特殊・ナイ,未然ヌ接続,無い +503 助動詞,*,*,*,特殊・ナイ,命令e,無い +504 助動詞,*,*,*,特殊・ナイ,連用ゴザイ接続,無い +505 助動詞,*,*,*,特殊・ナイ,連用タ接続,無い +506 助動詞,*,*,*,特殊・ナイ,連用テ接続,無い +507 助動詞,*,*,*,特殊・ナイ,連用デ接続,無い +508 助動詞,*,*,*,特殊・ヌ,仮定形,ぬ +509 助動詞,*,*,*,特殊・ヌ,基本形,ぬ +510 助動詞,*,*,*,特殊・ヌ,体言接続,ぬ +511 助動詞,*,*,*,特殊・ヌ,文語基本形,ぬ +512 助動詞,*,*,*,特殊・ヌ,連用ニ接続,ぬ +513 助動詞,*,*,*,特殊・ヌ,連用形,ぬ +514 助動詞,*,*,*,特殊・マス,仮定形,ます +515 助動詞,*,*,*,特殊・マス,仮定形,やす +516 助動詞,*,*,*,特殊・マス,基本形,ます +517 助動詞,*,*,*,特殊・マス,基本形,やす +518 助動詞,*,*,*,特殊・マス,未然ウ接続,ます +519 助動詞,*,*,*,特殊・マス,未然ウ接続,やす +520 助動詞,*,*,*,特殊・マス,未然形,ます +521 助動詞,*,*,*,特殊・マス,未然形,やす +522 助動詞,*,*,*,特殊・マス,命令e,ます +523 助動詞,*,*,*,特殊・マス,命令e,やす +524 助動詞,*,*,*,特殊・マス,命令i,ます +525 助動詞,*,*,*,特殊・マス,命令i,やす +526 助動詞,*,*,*,特殊・マス,連用形,ます +527 助動詞,*,*,*,特殊・マス,連用形,やす +528 助動詞,*,*,*,特殊・ヤ,基本形,や +529 助動詞,*,*,*,特殊・ヤ,未然形,や +530 助動詞,*,*,*,特殊・ヤ,連用形,や +531 助動詞,*,*,*,不変化型,基本形,う +532 助動詞,*,*,*,不変化型,基本形,じ +533 助動詞,*,*,*,不変化型,基本形,じゃん +534 助動詞,*,*,*,不変化型,基本形,じゃン +535 助動詞,*,*,*,不変化型,基本形,ぬ +536 助動詞,*,*,*,不変化型,基本形,ひん +537 助動詞,*,*,*,不変化型,基本形,へん +538 助動詞,*,*,*,不変化型,基本形,まい +539 助動詞,*,*,*,不変化型,基本形,やん +540 助動詞,*,*,*,不変化型,基本形,ん +541 助動詞,*,*,*,文語・キ,基本形,き +542 助動詞,*,*,*,文語・キ,体言接続,き +543 助動詞,*,*,*,文語・キ,命令e,き +544 助動詞,*,*,*,文語・ケリ,基本形,けり +545 助動詞,*,*,*,文語・ケリ,体言接続,けり +546 助動詞,*,*,*,文語・ゴトシ,基本形,ごとし +547 助動詞,*,*,*,文語・ゴトシ,基本形,如し +548 助動詞,*,*,*,文語・ゴトシ,体言接続,ごとし +549 助動詞,*,*,*,文語・ゴトシ,体言接続,如し +550 助動詞,*,*,*,文語・ゴトシ,連用形,ごとし +551 助動詞,*,*,*,文語・ゴトシ,連用形,如し +552 助動詞,*,*,*,文語・ナリ,仮定形,たり +553 助動詞,*,*,*,文語・ナリ,仮定形,なり +554 助動詞,*,*,*,文語・ナリ,基本形,たり +555 助動詞,*,*,*,文語・ナリ,基本形,なり +556 助動詞,*,*,*,文語・ナリ,体言接続,たり +557 助動詞,*,*,*,文語・ナリ,体言接続,なり +558 助動詞,*,*,*,文語・ナリ,未然形,たり +559 助動詞,*,*,*,文語・ナリ,未然形,なり +560 助動詞,*,*,*,文語・ナリ,命令e,たり +561 助動詞,*,*,*,文語・ナリ,命令e,なり +562 助動詞,*,*,*,文語・ベシ,仮定形,べし +563 助動詞,*,*,*,文語・ベシ,基本形,べし +564 助動詞,*,*,*,文語・ベシ,体言接続,べし +565 助動詞,*,*,*,文語・ベシ,未然形,べし +566 助動詞,*,*,*,文語・ベシ,連用形,べし +567 助動詞,*,*,*,文語・マジ,仮定形,まじ +568 助動詞,*,*,*,文語・マジ,基本形,まじ +569 助動詞,*,*,*,文語・マジ,体言接続,まじ +570 助動詞,*,*,*,文語・マジ,連用形,まじ +571 助動詞,*,*,*,文語・リ,基本形,り +572 助動詞,*,*,*,文語・リ,体言接続,り +573 助動詞,*,*,*,文語・ル,仮定形,る +574 助動詞,*,*,*,文語・ル,基本形,る +575 助動詞,*,*,*,文語・ル,体言接続,る +576 助動詞,*,*,*,文語・ル,未然形,る +577 助動詞,*,*,*,文語・ル,命令e,る +578 助動詞,*,*,*,文語・ル,命令yo,る +579 助動詞,*,*,*,文語・ル,連用形,る +580 接続詞,*,*,*,*,*,* +581 接続詞,*,*,*,*,*,および +582 接頭詞,形容詞接続,*,*,*,*,* +583 接頭詞,数接続,*,*,*,*,* +584 接頭詞,動詞接続,*,*,*,*,* +585 接頭詞,名詞接続,*,*,*,*,* +586 動詞,自立,*,*,カ変・クル,仮定形,* +587 動詞,自立,*,*,カ変・クル,仮定縮約1,* +588 動詞,自立,*,*,カ変・クル,基本形,* +589 動詞,自立,*,*,カ変・クル,体言接続特殊,* +590 動詞,自立,*,*,カ変・クル,体言接続特殊2,* +591 動詞,自立,*,*,カ変・クル,未然ウ接続,* +592 動詞,自立,*,*,カ変・クル,未然形,* +593 動詞,自立,*,*,カ変・クル,命令i,* +594 動詞,自立,*,*,カ変・クル,命令yo,* +595 動詞,自立,*,*,カ変・クル,連用形,* +596 動詞,自立,*,*,カ変・来ル,仮定形,* +597 動詞,自立,*,*,カ変・来ル,仮定縮約1,* +598 動詞,自立,*,*,カ変・来ル,基本形,* +599 動詞,自立,*,*,カ変・来ル,体言接続特殊,* +600 動詞,自立,*,*,カ変・来ル,体言接続特殊2,* +601 動詞,自立,*,*,カ変・来ル,未然ウ接続,* +602 動詞,自立,*,*,カ変・来ル,未然形,* +603 動詞,自立,*,*,カ変・来ル,命令i,* +604 動詞,自立,*,*,カ変・来ル,命令yo,* +605 動詞,自立,*,*,カ変・来ル,連用形,* +606 動詞,自立,*,*,サ変・−スル,仮定形,* +607 動詞,自立,*,*,サ変・−スル,仮定縮約1,* +608 動詞,自立,*,*,サ変・−スル,基本形,* +609 動詞,自立,*,*,サ変・−スル,文語基本形,* +610 動詞,自立,*,*,サ変・−スル,未然ウ接続,* +611 動詞,自立,*,*,サ変・−スル,未然レル接続,* +612 動詞,自立,*,*,サ変・−スル,未然形,* +613 動詞,自立,*,*,サ変・−スル,命令ro,* +614 動詞,自立,*,*,サ変・−スル,命令yo,* +615 動詞,自立,*,*,サ変・−ズル,仮定形,* +616 動詞,自立,*,*,サ変・−ズル,仮定縮約1,* +617 動詞,自立,*,*,サ変・−ズル,基本形,* +618 動詞,自立,*,*,サ変・−ズル,文語基本形,* +619 動詞,自立,*,*,サ変・−ズル,未然ウ接続,* +620 動詞,自立,*,*,サ変・−ズル,未然形,* +621 動詞,自立,*,*,サ変・−ズル,命令yo,* +622 動詞,自立,*,*,サ変・スル,仮定形,する +623 動詞,自立,*,*,サ変・スル,仮定縮約1,する +624 動詞,自立,*,*,サ変・スル,基本形,する +625 動詞,自立,*,*,サ変・スル,体言接続特殊,する +626 動詞,自立,*,*,サ変・スル,体言接続特殊2,する +627 動詞,自立,*,*,サ変・スル,文語基本形,する +628 動詞,自立,*,*,サ変・スル,未然ウ接続,する +629 動詞,自立,*,*,サ変・スル,未然ヌ接続,する +630 動詞,自立,*,*,サ変・スル,未然レル接続,する +631 動詞,自立,*,*,サ変・スル,未然形,する +632 動詞,自立,*,*,サ変・スル,命令i,する +633 動詞,自立,*,*,サ変・スル,命令ro,する +634 動詞,自立,*,*,サ変・スル,命令yo,する +635 動詞,自立,*,*,サ変・スル,連用形,する +636 動詞,自立,*,*,ラ変,仮定形,* +637 動詞,自立,*,*,ラ変,基本形,* +638 動詞,自立,*,*,ラ変,体言接続,* +639 動詞,自立,*,*,ラ変,未然形,* +640 動詞,自立,*,*,ラ変,命令e,* +641 動詞,自立,*,*,ラ変,連用形,* +642 動詞,自立,*,*,一段,*,* +643 動詞,自立,*,*,一段,仮定形,* +644 動詞,自立,*,*,一段,仮定縮約1,* +645 動詞,自立,*,*,一段,基本形,* +646 動詞,自立,*,*,一段,基本形-促音便,* +647 動詞,自立,*,*,一段,体言接続特殊,* +648 動詞,自立,*,*,一段,未然ウ接続,* +649 動詞,自立,*,*,一段,未然形,* +650 動詞,自立,*,*,一段,命令ro,* +651 動詞,自立,*,*,一段,命令yo,* +652 動詞,自立,*,*,一段,連用形,* +653 動詞,自立,*,*,一段・クレル,仮定形,* +654 動詞,自立,*,*,一段・クレル,仮定縮約1,* +655 動詞,自立,*,*,一段・クレル,基本形,* +656 動詞,自立,*,*,一段・クレル,未然ウ接続,* +657 動詞,自立,*,*,一段・クレル,未然形,* +658 動詞,自立,*,*,一段・クレル,未然特殊,* +659 動詞,自立,*,*,一段・クレル,命令e,* +660 動詞,自立,*,*,一段・クレル,命令ro,* +661 動詞,自立,*,*,一段・クレル,命令yo,* +662 動詞,自立,*,*,一段・クレル,連用形,* +663 動詞,自立,*,*,一段・得ル,仮定形,* +664 動詞,自立,*,*,一段・得ル,基本形,* +665 動詞,自立,*,*,下二・カ行,仮定形,* +666 動詞,自立,*,*,下二・カ行,基本形,* +667 動詞,自立,*,*,下二・カ行,体言接続,* +668 動詞,自立,*,*,下二・カ行,未然形,* +669 動詞,自立,*,*,下二・カ行,命令yo,* +670 動詞,自立,*,*,下二・カ行,連用形,* +671 動詞,自立,*,*,下二・ガ行,仮定形,* +672 動詞,自立,*,*,下二・ガ行,基本形,* +673 動詞,自立,*,*,下二・ガ行,体言接続,* +674 動詞,自立,*,*,下二・ガ行,未然形,* +675 動詞,自立,*,*,下二・ガ行,命令yo,* +676 動詞,自立,*,*,下二・ガ行,連用形,* +677 動詞,自立,*,*,下二・ダ行,仮定形,* +678 動詞,自立,*,*,下二・ダ行,基本形,* +679 動詞,自立,*,*,下二・ダ行,体言接続,* +680 動詞,自立,*,*,下二・ダ行,未然形,* +681 動詞,自立,*,*,下二・ダ行,命令yo,* +682 動詞,自立,*,*,下二・ダ行,連用形,* +683 動詞,自立,*,*,下二・ハ行,仮定形,* +684 動詞,自立,*,*,下二・ハ行,基本形,* +685 動詞,自立,*,*,下二・ハ行,体言接続,* +686 動詞,自立,*,*,下二・ハ行,未然形,* +687 動詞,自立,*,*,下二・ハ行,命令yo,* +688 動詞,自立,*,*,下二・ハ行,連用形,* +689 動詞,自立,*,*,下二・マ行,仮定形,* +690 動詞,自立,*,*,下二・マ行,基本形,* +691 動詞,自立,*,*,下二・マ行,体言接続,* +692 動詞,自立,*,*,下二・マ行,未然形,* +693 動詞,自立,*,*,下二・マ行,命令yo,* +694 動詞,自立,*,*,下二・マ行,連用形,* +695 動詞,自立,*,*,下二・得,仮定形,* +696 動詞,自立,*,*,下二・得,基本形,* +697 動詞,自立,*,*,下二・得,体言接続,* +698 動詞,自立,*,*,下二・得,未然ウ接続,* +699 動詞,自立,*,*,下二・得,未然形,* +700 動詞,自立,*,*,下二・得,命令yo,* +701 動詞,自立,*,*,下二・得,連用形,* +702 動詞,自立,*,*,五段・カ行イ音便,*,* +703 動詞,自立,*,*,五段・カ行イ音便,仮定形,* +704 動詞,自立,*,*,五段・カ行イ音便,仮定形,行く +705 動詞,自立,*,*,五段・カ行イ音便,仮定縮約1,* +706 動詞,自立,*,*,五段・カ行イ音便,仮定縮約1,行く +707 動詞,自立,*,*,五段・カ行イ音便,基本形,* +708 動詞,自立,*,*,五段・カ行イ音便,基本形,行く +709 動詞,自立,*,*,五段・カ行イ音便,未然ウ接続,* +710 動詞,自立,*,*,五段・カ行イ音便,未然ウ接続,行く +711 動詞,自立,*,*,五段・カ行イ音便,未然形,* +712 動詞,自立,*,*,五段・カ行イ音便,未然形,行く +713 動詞,自立,*,*,五段・カ行イ音便,命令e,* +714 動詞,自立,*,*,五段・カ行イ音便,命令e,行く +715 動詞,自立,*,*,五段・カ行イ音便,連用タ接続,* +716 動詞,自立,*,*,五段・カ行イ音便,連用タ接続,行く +717 動詞,自立,*,*,五段・カ行イ音便,連用形,* +718 動詞,自立,*,*,五段・カ行イ音便,連用形,行く +719 動詞,自立,*,*,五段・カ行促音便,仮定形,* +720 動詞,自立,*,*,五段・カ行促音便,仮定形,行く +721 動詞,自立,*,*,五段・カ行促音便,仮定縮約1,* +722 動詞,自立,*,*,五段・カ行促音便,仮定縮約1,行く +723 動詞,自立,*,*,五段・カ行促音便,基本形,* +724 動詞,自立,*,*,五段・カ行促音便,基本形,行く +725 動詞,自立,*,*,五段・カ行促音便,未然ウ接続,* +726 動詞,自立,*,*,五段・カ行促音便,未然ウ接続,行く +727 動詞,自立,*,*,五段・カ行促音便,未然形,* +728 動詞,自立,*,*,五段・カ行促音便,未然形,行く +729 動詞,自立,*,*,五段・カ行促音便,命令e,* +730 動詞,自立,*,*,五段・カ行促音便,命令e,行く +731 動詞,自立,*,*,五段・カ行促音便,連用タ接続,* +732 動詞,自立,*,*,五段・カ行促音便,連用タ接続,行く +733 動詞,自立,*,*,五段・カ行促音便,連用形,* +734 動詞,自立,*,*,五段・カ行促音便,連用形,行く +735 動詞,自立,*,*,五段・カ行促音便ユク,仮定形,* +736 動詞,自立,*,*,五段・カ行促音便ユク,仮定形,行く +737 動詞,自立,*,*,五段・カ行促音便ユク,仮定縮約1,* +738 動詞,自立,*,*,五段・カ行促音便ユク,仮定縮約1,行く +739 動詞,自立,*,*,五段・カ行促音便ユク,基本形,* +740 動詞,自立,*,*,五段・カ行促音便ユク,基本形,行く +741 動詞,自立,*,*,五段・カ行促音便ユク,未然ウ接続,* +742 動詞,自立,*,*,五段・カ行促音便ユク,未然ウ接続,行く +743 動詞,自立,*,*,五段・カ行促音便ユク,未然形,* +744 動詞,自立,*,*,五段・カ行促音便ユク,未然形,行く +745 動詞,自立,*,*,五段・カ行促音便ユク,命令e,* +746 動詞,自立,*,*,五段・カ行促音便ユク,命令e,行く +747 動詞,自立,*,*,五段・カ行促音便ユク,連用形,* +748 動詞,自立,*,*,五段・カ行促音便ユク,連用形,行く +749 動詞,自立,*,*,五段・ガ行,*,* +750 動詞,自立,*,*,五段・ガ行,仮定形,* +751 動詞,自立,*,*,五段・ガ行,仮定縮約1,* +752 動詞,自立,*,*,五段・ガ行,基本形,* +753 動詞,自立,*,*,五段・ガ行,未然ウ接続,* +754 動詞,自立,*,*,五段・ガ行,未然形,* +755 動詞,自立,*,*,五段・ガ行,命令e,* +756 動詞,自立,*,*,五段・ガ行,連用タ接続,* +757 動詞,自立,*,*,五段・ガ行,連用形,* +758 動詞,自立,*,*,五段・サ行,*,* +759 動詞,自立,*,*,五段・サ行,仮定形,* +760 動詞,自立,*,*,五段・サ行,仮定縮約1,* +761 動詞,自立,*,*,五段・サ行,基本形,* +762 動詞,自立,*,*,五段・サ行,未然ウ接続,* +763 動詞,自立,*,*,五段・サ行,未然形,* +764 動詞,自立,*,*,五段・サ行,命令e,* +765 動詞,自立,*,*,五段・サ行,連用形,* +766 動詞,自立,*,*,五段・タ行,*,* +767 動詞,自立,*,*,五段・タ行,仮定形,* +768 動詞,自立,*,*,五段・タ行,仮定縮約1,* +769 動詞,自立,*,*,五段・タ行,基本形,* +770 動詞,自立,*,*,五段・タ行,未然ウ接続,* +771 動詞,自立,*,*,五段・タ行,未然形,* +772 動詞,自立,*,*,五段・タ行,命令e,* +773 動詞,自立,*,*,五段・タ行,連用タ接続,* +774 動詞,自立,*,*,五段・タ行,連用形,* +775 動詞,自立,*,*,五段・ナ行,仮定形,* +776 動詞,自立,*,*,五段・ナ行,仮定縮約1,* +777 動詞,自立,*,*,五段・ナ行,基本形,* +778 動詞,自立,*,*,五段・ナ行,未然ウ接続,* +779 動詞,自立,*,*,五段・ナ行,未然形,* +780 動詞,自立,*,*,五段・ナ行,命令e,* +781 動詞,自立,*,*,五段・ナ行,連用タ接続,* +782 動詞,自立,*,*,五段・ナ行,連用形,* +783 動詞,自立,*,*,五段・バ行,*,* +784 動詞,自立,*,*,五段・バ行,仮定形,* +785 動詞,自立,*,*,五段・バ行,仮定縮約1,* +786 動詞,自立,*,*,五段・バ行,基本形,* +787 動詞,自立,*,*,五段・バ行,未然ウ接続,* +788 動詞,自立,*,*,五段・バ行,未然形,* +789 動詞,自立,*,*,五段・バ行,命令e,* +790 動詞,自立,*,*,五段・バ行,連用タ接続,* +791 動詞,自立,*,*,五段・バ行,連用形,* +792 動詞,自立,*,*,五段・マ行,*,* +793 動詞,自立,*,*,五段・マ行,仮定形,* +794 動詞,自立,*,*,五段・マ行,仮定縮約1,* +795 動詞,自立,*,*,五段・マ行,基本形,* +796 動詞,自立,*,*,五段・マ行,未然ウ接続,* +797 動詞,自立,*,*,五段・マ行,未然形,* +798 動詞,自立,*,*,五段・マ行,命令e,* +799 動詞,自立,*,*,五段・マ行,連用タ接続,* +800 動詞,自立,*,*,五段・マ行,連用形,* +801 動詞,自立,*,*,五段・ラ行,*,* +802 動詞,自立,*,*,五段・ラ行,*,する +803 動詞,自立,*,*,五段・ラ行,仮定形,* +804 動詞,自立,*,*,五段・ラ行,仮定形,する +805 動詞,自立,*,*,五段・ラ行,仮定縮約1,* +806 動詞,自立,*,*,五段・ラ行,仮定縮約1,する +807 動詞,自立,*,*,五段・ラ行,基本形,* +808 動詞,自立,*,*,五段・ラ行,基本形,する +809 動詞,自立,*,*,五段・ラ行,体言接続特殊,* +810 動詞,自立,*,*,五段・ラ行,体言接続特殊,する +811 動詞,自立,*,*,五段・ラ行,体言接続特殊2,* +812 動詞,自立,*,*,五段・ラ行,体言接続特殊2,する +813 動詞,自立,*,*,五段・ラ行,未然ウ接続,* +814 動詞,自立,*,*,五段・ラ行,未然ウ接続,する +815 動詞,自立,*,*,五段・ラ行,未然形,* +816 動詞,自立,*,*,五段・ラ行,未然形,する +817 動詞,自立,*,*,五段・ラ行,未然特殊,* +818 動詞,自立,*,*,五段・ラ行,未然特殊,する +819 動詞,自立,*,*,五段・ラ行,命令e,* +820 動詞,自立,*,*,五段・ラ行,命令e,する +821 動詞,自立,*,*,五段・ラ行,連用タ接続,* +822 動詞,自立,*,*,五段・ラ行,連用タ接続,する +823 動詞,自立,*,*,五段・ラ行,連用形,* +824 動詞,自立,*,*,五段・ラ行,連用形,する +825 動詞,自立,*,*,五段・ラ行特殊,仮定形,* +826 動詞,自立,*,*,五段・ラ行特殊,仮定縮約1,* +827 動詞,自立,*,*,五段・ラ行特殊,基本形,* +828 動詞,自立,*,*,五段・ラ行特殊,未然ウ接続,* +829 動詞,自立,*,*,五段・ラ行特殊,未然形,* +830 動詞,自立,*,*,五段・ラ行特殊,未然特殊,* +831 動詞,自立,*,*,五段・ラ行特殊,命令e,* +832 動詞,自立,*,*,五段・ラ行特殊,命令i,* +833 動詞,自立,*,*,五段・ラ行特殊,連用タ接続,* +834 動詞,自立,*,*,五段・ラ行特殊,連用形,* +835 動詞,自立,*,*,五段・ワ行ウ音便,*,* +836 動詞,自立,*,*,五段・ワ行ウ音便,仮定形,* +837 動詞,自立,*,*,五段・ワ行ウ音便,仮定形,言う +838 動詞,自立,*,*,五段・ワ行ウ音便,基本形,* +839 動詞,自立,*,*,五段・ワ行ウ音便,基本形,言う +840 動詞,自立,*,*,五段・ワ行ウ音便,未然ウ接続,* +841 動詞,自立,*,*,五段・ワ行ウ音便,未然ウ接続,言う +842 動詞,自立,*,*,五段・ワ行ウ音便,未然形,* +843 動詞,自立,*,*,五段・ワ行ウ音便,未然形,言う +844 動詞,自立,*,*,五段・ワ行ウ音便,命令e,* +845 動詞,自立,*,*,五段・ワ行ウ音便,命令e,言う +846 動詞,自立,*,*,五段・ワ行ウ音便,連用タ接続,* +847 動詞,自立,*,*,五段・ワ行ウ音便,連用タ接続,言う +848 動詞,自立,*,*,五段・ワ行ウ音便,連用形,* +849 動詞,自立,*,*,五段・ワ行ウ音便,連用形,言う +850 動詞,自立,*,*,五段・ワ行促音便,*,* +851 動詞,自立,*,*,五段・ワ行促音便,仮定形,* +852 動詞,自立,*,*,五段・ワ行促音便,仮定形,言う +853 動詞,自立,*,*,五段・ワ行促音便,仮定形,行う +854 動詞,自立,*,*,五段・ワ行促音便,基本形,* +855 動詞,自立,*,*,五段・ワ行促音便,基本形,言う +856 動詞,自立,*,*,五段・ワ行促音便,基本形,行う +857 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,* +858 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,言う +859 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,行う +860 動詞,自立,*,*,五段・ワ行促音便,未然形,* +861 動詞,自立,*,*,五段・ワ行促音便,未然形,言う +862 動詞,自立,*,*,五段・ワ行促音便,未然形,行う +863 動詞,自立,*,*,五段・ワ行促音便,命令e,* +864 動詞,自立,*,*,五段・ワ行促音便,命令e,言う +865 動詞,自立,*,*,五段・ワ行促音便,命令e,行う +866 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,* +867 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,言う +868 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,行う +869 動詞,自立,*,*,五段・ワ行促音便,連用形,* +870 動詞,自立,*,*,五段・ワ行促音便,連用形,言う +871 動詞,自立,*,*,五段・ワ行促音便,連用形,行う +872 動詞,自立,*,*,四段・サ行,仮定形,* +873 動詞,自立,*,*,四段・サ行,基本形,* +874 動詞,自立,*,*,四段・サ行,未然形,* +875 動詞,自立,*,*,四段・サ行,命令e,* +876 動詞,自立,*,*,四段・サ行,連用形,* +877 動詞,自立,*,*,四段・タ行,仮定形,* +878 動詞,自立,*,*,四段・タ行,基本形,* +879 動詞,自立,*,*,四段・タ行,未然形,* +880 動詞,自立,*,*,四段・タ行,命令e,* +881 動詞,自立,*,*,四段・タ行,連用形,* +882 動詞,自立,*,*,四段・ハ行,仮定形,* +883 動詞,自立,*,*,四段・ハ行,基本形,* +884 動詞,自立,*,*,四段・ハ行,未然形,* +885 動詞,自立,*,*,四段・ハ行,命令e,* +886 動詞,自立,*,*,四段・ハ行,連用形,* +887 動詞,自立,*,*,四段・バ行,仮定形,* +888 動詞,自立,*,*,四段・バ行,基本形,* +889 動詞,自立,*,*,四段・バ行,未然形,* +890 動詞,自立,*,*,四段・バ行,命令e,* +891 動詞,自立,*,*,四段・バ行,連用形,* +892 動詞,自立,*,*,上二・ダ行,仮定形,* +893 動詞,自立,*,*,上二・ダ行,基本形,* +894 動詞,自立,*,*,上二・ダ行,現代基本形,* +895 動詞,自立,*,*,上二・ダ行,体言接続,* +896 動詞,自立,*,*,上二・ダ行,未然形,* +897 動詞,自立,*,*,上二・ダ行,命令yo,* +898 動詞,自立,*,*,上二・ダ行,連用形,* +899 動詞,自立,*,*,上二・ハ行,仮定形,* +900 動詞,自立,*,*,上二・ハ行,基本形,* +901 動詞,自立,*,*,上二・ハ行,体言接続,* +902 動詞,自立,*,*,上二・ハ行,未然形,* +903 動詞,自立,*,*,上二・ハ行,命令yo,* +904 動詞,自立,*,*,上二・ハ行,連用形,* +905 動詞,接尾,*,*,一段,仮定形,* +906 動詞,接尾,*,*,一段,仮定縮約1,* +907 動詞,接尾,*,*,一段,基本形,* +908 動詞,接尾,*,*,一段,基本形-促音便,* +909 動詞,接尾,*,*,一段,体言接続特殊,* +910 動詞,接尾,*,*,一段,未然ウ接続,* +911 動詞,接尾,*,*,一段,未然形,* +912 動詞,接尾,*,*,一段,命令ro,* +913 動詞,接尾,*,*,一段,命令yo,* +914 動詞,接尾,*,*,一段,連用形,* +915 動詞,接尾,*,*,五段・サ行,仮定形,* +916 動詞,接尾,*,*,五段・サ行,仮定縮約1,* +917 動詞,接尾,*,*,五段・サ行,基本形,* +918 動詞,接尾,*,*,五段・サ行,未然ウ接続,* +919 動詞,接尾,*,*,五段・サ行,未然形,* +920 動詞,接尾,*,*,五段・サ行,命令e,* +921 動詞,接尾,*,*,五段・サ行,連用形,* +922 動詞,接尾,*,*,五段・ラ行,仮定形,* +923 動詞,接尾,*,*,五段・ラ行,仮定縮約1,* +924 動詞,接尾,*,*,五段・ラ行,基本形,* +925 動詞,接尾,*,*,五段・ラ行,体言接続特殊,* +926 動詞,接尾,*,*,五段・ラ行,体言接続特殊2,* +927 動詞,接尾,*,*,五段・ラ行,未然ウ接続,* +928 動詞,接尾,*,*,五段・ラ行,未然形,* +929 動詞,接尾,*,*,五段・ラ行,未然特殊,* +930 動詞,接尾,*,*,五段・ラ行,命令e,* +931 動詞,接尾,*,*,五段・ラ行,連用タ接続,* +932 動詞,接尾,*,*,五段・ラ行,連用形,* +933 動詞,非自立,*,*,カ変・クル,仮定形,来る +934 動詞,非自立,*,*,カ変・クル,仮定縮約1,来る +935 動詞,非自立,*,*,カ変・クル,基本形,来る +936 動詞,非自立,*,*,カ変・クル,体言接続特殊,来る +937 動詞,非自立,*,*,カ変・クル,体言接続特殊2,来る +938 動詞,非自立,*,*,カ変・クル,未然ウ接続,来る +939 動詞,非自立,*,*,カ変・クル,未然形,来る +940 動詞,非自立,*,*,カ変・クル,命令i,来る +941 動詞,非自立,*,*,カ変・クル,命令yo,来る +942 動詞,非自立,*,*,カ変・クル,連用形,来る +943 動詞,非自立,*,*,カ変・来ル,仮定形,来る +944 動詞,非自立,*,*,カ変・来ル,仮定縮約1,来る +945 動詞,非自立,*,*,カ変・来ル,基本形,来る +946 動詞,非自立,*,*,カ変・来ル,体言接続特殊,来る +947 動詞,非自立,*,*,カ変・来ル,体言接続特殊2,来る +948 動詞,非自立,*,*,カ変・来ル,未然ウ接続,来る +949 動詞,非自立,*,*,カ変・来ル,未然形,来る +950 動詞,非自立,*,*,カ変・来ル,命令i,来る +951 動詞,非自立,*,*,カ変・来ル,命令yo,来る +952 動詞,非自立,*,*,カ変・来ル,連用形,来る +953 動詞,非自立,*,*,一段,*,* +954 動詞,非自立,*,*,一段,仮定形,* +955 動詞,非自立,*,*,一段,仮定形,る +956 動詞,非自立,*,*,一段,仮定縮約1,* +957 動詞,非自立,*,*,一段,仮定縮約1,る +958 動詞,非自立,*,*,一段,基本形,* +959 動詞,非自立,*,*,一段,基本形,る +960 動詞,非自立,*,*,一段,基本形-促音便,* +961 動詞,非自立,*,*,一段,基本形-促音便,る +962 動詞,非自立,*,*,一段,体言接続特殊,* +963 動詞,非自立,*,*,一段,体言接続特殊,る +964 動詞,非自立,*,*,一段,未然ウ接続,* +965 動詞,非自立,*,*,一段,未然ウ接続,る +966 動詞,非自立,*,*,一段,未然形,* +967 動詞,非自立,*,*,一段,命令ro,* +968 動詞,非自立,*,*,一段,命令ro,る +969 動詞,非自立,*,*,一段,命令yo,* +970 動詞,非自立,*,*,一段,命令yo,る +971 動詞,非自立,*,*,一段,連用形,* +972 動詞,非自立,*,*,一段・クレル,仮定形,くれる +973 動詞,非自立,*,*,一段・クレル,仮定縮約1,くれる +974 動詞,非自立,*,*,一段・クレル,基本形,くれる +975 動詞,非自立,*,*,一段・クレル,未然ウ接続,くれる +976 動詞,非自立,*,*,一段・クレル,未然形,くれる +977 動詞,非自立,*,*,一段・クレル,未然特殊,くれる +978 動詞,非自立,*,*,一段・クレル,命令e,くれる +979 動詞,非自立,*,*,一段・クレル,命令ro,くれる +980 動詞,非自立,*,*,一段・クレル,命令yo,くれる +981 動詞,非自立,*,*,一段・クレル,連用形,くれる +982 動詞,非自立,*,*,一段・得ル,仮定形,* +983 動詞,非自立,*,*,一段・得ル,基本形,* +984 動詞,非自立,*,*,五段・カ行イ音便,*,* +985 動詞,非自立,*,*,五段・カ行イ音便,仮定形,* +986 動詞,非自立,*,*,五段・カ行イ音便,仮定形,おく +987 動詞,非自立,*,*,五段・カ行イ音便,仮定形,続く +988 動詞,非自立,*,*,五段・カ行イ音便,仮定形,抜く +989 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,* +990 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,おく +991 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,続く +992 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,抜く +993 動詞,非自立,*,*,五段・カ行イ音便,基本形,* +994 動詞,非自立,*,*,五段・カ行イ音便,基本形,おく +995 動詞,非自立,*,*,五段・カ行イ音便,基本形,続く +996 動詞,非自立,*,*,五段・カ行イ音便,基本形,抜く +997 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,* +998 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,おく +999 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,続く +1000 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,抜く +1001 動詞,非自立,*,*,五段・カ行イ音便,未然形,* +1002 動詞,非自立,*,*,五段・カ行イ音便,未然形,おく +1003 動詞,非自立,*,*,五段・カ行イ音便,未然形,続く +1004 動詞,非自立,*,*,五段・カ行イ音便,未然形,抜く +1005 動詞,非自立,*,*,五段・カ行イ音便,命令e,* +1006 動詞,非自立,*,*,五段・カ行イ音便,命令e,おく +1007 動詞,非自立,*,*,五段・カ行イ音便,命令e,続く +1008 動詞,非自立,*,*,五段・カ行イ音便,命令e,抜く +1009 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,* +1010 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,おく +1011 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,続く +1012 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,抜く +1013 動詞,非自立,*,*,五段・カ行イ音便,連用形,* +1014 動詞,非自立,*,*,五段・カ行イ音便,連用形,おく +1015 動詞,非自立,*,*,五段・カ行イ音便,連用形,続く +1016 動詞,非自立,*,*,五段・カ行イ音便,連用形,抜く +1017 動詞,非自立,*,*,五段・カ行促音便,仮定形,* +1018 動詞,非自立,*,*,五段・カ行促音便,仮定形,いく +1019 動詞,非自立,*,*,五段・カ行促音便,仮定形,く +1020 動詞,非自立,*,*,五段・カ行促音便,仮定形,行く +1021 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,* +1022 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,いく +1023 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,く +1024 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,行く +1025 動詞,非自立,*,*,五段・カ行促音便,基本形,* +1026 動詞,非自立,*,*,五段・カ行促音便,基本形,いく +1027 動詞,非自立,*,*,五段・カ行促音便,基本形,く +1028 動詞,非自立,*,*,五段・カ行促音便,基本形,行く +1029 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,* +1030 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,いく +1031 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,く +1032 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,行く +1033 動詞,非自立,*,*,五段・カ行促音便,未然形,* +1034 動詞,非自立,*,*,五段・カ行促音便,未然形,いく +1035 動詞,非自立,*,*,五段・カ行促音便,未然形,く +1036 動詞,非自立,*,*,五段・カ行促音便,未然形,行く +1037 動詞,非自立,*,*,五段・カ行促音便,命令e,* +1038 動詞,非自立,*,*,五段・カ行促音便,命令e,いく +1039 動詞,非自立,*,*,五段・カ行促音便,命令e,く +1040 動詞,非自立,*,*,五段・カ行促音便,命令e,行く +1041 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,* +1042 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,いく +1043 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,く +1044 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,行く +1045 動詞,非自立,*,*,五段・カ行促音便,連用形,* +1046 動詞,非自立,*,*,五段・カ行促音便,連用形,いく +1047 動詞,非自立,*,*,五段・カ行促音便,連用形,く +1048 動詞,非自立,*,*,五段・カ行促音便,連用形,行く +1049 動詞,非自立,*,*,五段・カ行促音便ユク,仮定形,ゆく +1050 動詞,非自立,*,*,五段・カ行促音便ユク,仮定形,行く +1051 動詞,非自立,*,*,五段・カ行促音便ユク,仮定縮約1,ゆく +1052 動詞,非自立,*,*,五段・カ行促音便ユク,仮定縮約1,行く +1053 動詞,非自立,*,*,五段・カ行促音便ユク,基本形,ゆく +1054 動詞,非自立,*,*,五段・カ行促音便ユク,基本形,行く +1055 動詞,非自立,*,*,五段・カ行促音便ユク,未然ウ接続,ゆく +1056 動詞,非自立,*,*,五段・カ行促音便ユク,未然ウ接続,行く +1057 動詞,非自立,*,*,五段・カ行促音便ユク,未然形,ゆく +1058 動詞,非自立,*,*,五段・カ行促音便ユク,未然形,行く +1059 動詞,非自立,*,*,五段・カ行促音便ユク,命令e,ゆく +1060 動詞,非自立,*,*,五段・カ行促音便ユク,命令e,行く +1061 動詞,非自立,*,*,五段・カ行促音便ユク,連用形,ゆく +1062 動詞,非自立,*,*,五段・カ行促音便ユク,連用形,行く +1063 動詞,非自立,*,*,五段・サ行,*,* +1064 動詞,非自立,*,*,五段・サ行,*,尽くす +1065 動詞,非自立,*,*,五段・サ行,仮定形,* +1066 動詞,非自立,*,*,五段・サ行,仮定形,出す +1067 動詞,非自立,*,*,五段・サ行,仮定形,尽くす +1068 動詞,非自立,*,*,五段・サ行,仮定形,直す +1069 動詞,非自立,*,*,五段・サ行,仮定縮約1,* +1070 動詞,非自立,*,*,五段・サ行,仮定縮約1,出す +1071 動詞,非自立,*,*,五段・サ行,仮定縮約1,尽くす +1072 動詞,非自立,*,*,五段・サ行,仮定縮約1,直す +1073 動詞,非自立,*,*,五段・サ行,基本形,出す +1074 動詞,非自立,*,*,五段・サ行,基本形,尽くす +1075 動詞,非自立,*,*,五段・サ行,基本形,直す +1076 動詞,非自立,*,*,五段・サ行,未然ウ接続,* +1077 動詞,非自立,*,*,五段・サ行,未然ウ接続,出す +1078 動詞,非自立,*,*,五段・サ行,未然ウ接続,尽くす +1079 動詞,非自立,*,*,五段・サ行,未然ウ接続,直す +1080 動詞,非自立,*,*,五段・サ行,未然形,* +1081 動詞,非自立,*,*,五段・サ行,未然形,出す +1082 動詞,非自立,*,*,五段・サ行,未然形,尽くす +1083 動詞,非自立,*,*,五段・サ行,未然形,直す +1084 動詞,非自立,*,*,五段・サ行,命令e,* +1085 動詞,非自立,*,*,五段・サ行,命令e,出す +1086 動詞,非自立,*,*,五段・サ行,命令e,尽くす +1087 動詞,非自立,*,*,五段・サ行,命令e,直す +1088 動詞,非自立,*,*,五段・サ行,連用形,* +1089 動詞,非自立,*,*,五段・サ行,連用形,出す +1090 動詞,非自立,*,*,五段・サ行,連用形,尽くす +1091 動詞,非自立,*,*,五段・サ行,連用形,直す +1092 動詞,非自立,*,*,五段・タ行,*,* +1093 動詞,非自立,*,*,五段・タ行,仮定形,* +1094 動詞,非自立,*,*,五段・タ行,仮定縮約1,* +1095 動詞,非自立,*,*,五段・タ行,未然ウ接続,* +1096 動詞,非自立,*,*,五段・タ行,未然形,* +1097 動詞,非自立,*,*,五段・タ行,命令e,* +1098 動詞,非自立,*,*,五段・タ行,連用タ接続,* +1099 動詞,非自立,*,*,五段・タ行,連用形,* +1100 動詞,非自立,*,*,五段・ナ行,*,* +1101 動詞,非自立,*,*,五段・ナ行,仮定形,* +1102 動詞,非自立,*,*,五段・ナ行,仮定縮約1,* +1103 動詞,非自立,*,*,五段・ナ行,未然ウ接続,* +1104 動詞,非自立,*,*,五段・ナ行,未然形,* +1105 動詞,非自立,*,*,五段・ナ行,命令e,* +1106 動詞,非自立,*,*,五段・ナ行,連用タ接続,* +1107 動詞,非自立,*,*,五段・ナ行,連用形,* +1108 動詞,非自立,*,*,五段・マ行,*,* +1109 動詞,非自立,*,*,五段・マ行,仮定形,* +1110 動詞,非自立,*,*,五段・マ行,仮定形,込む +1111 動詞,非自立,*,*,五段・マ行,仮定縮約1,* +1112 動詞,非自立,*,*,五段・マ行,仮定縮約1,込む +1113 動詞,非自立,*,*,五段・マ行,基本形,込む +1114 動詞,非自立,*,*,五段・マ行,未然ウ接続,* +1115 動詞,非自立,*,*,五段・マ行,未然ウ接続,込む +1116 動詞,非自立,*,*,五段・マ行,未然形,* +1117 動詞,非自立,*,*,五段・マ行,未然形,込む +1118 動詞,非自立,*,*,五段・マ行,命令e,* +1119 動詞,非自立,*,*,五段・マ行,命令e,込む +1120 動詞,非自立,*,*,五段・マ行,連用タ接続,* +1121 動詞,非自立,*,*,五段・マ行,連用タ接続,込む +1122 動詞,非自立,*,*,五段・マ行,連用形,* +1123 動詞,非自立,*,*,五段・マ行,連用形,込む +1124 動詞,非自立,*,*,五段・ラ行,*,* +1125 動詞,非自立,*,*,五段・ラ行,*,切る +1126 動詞,非自立,*,*,五段・ラ行,仮定形,* +1127 動詞,非自立,*,*,五段・ラ行,仮定形,ある +1128 動詞,非自立,*,*,五段・ラ行,仮定形,おる +1129 動詞,非自立,*,*,五段・ラ行,仮定形,かかる +1130 動詞,非自立,*,*,五段・ラ行,仮定形,きる +1131 動詞,非自立,*,*,五段・ラ行,仮定形,なる +1132 動詞,非自立,*,*,五段・ラ行,仮定形,まいる +1133 動詞,非自立,*,*,五段・ラ行,仮定形,まわる +1134 動詞,非自立,*,*,五段・ラ行,仮定形,やる +1135 動詞,非自立,*,*,五段・ラ行,仮定形,回る +1136 動詞,非自立,*,*,五段・ラ行,仮定形,参る +1137 動詞,非自立,*,*,五段・ラ行,仮定形,終わる +1138 動詞,非自立,*,*,五段・ラ行,仮定形,切る +1139 動詞,非自立,*,*,五段・ラ行,仮定縮約1,* +1140 動詞,非自立,*,*,五段・ラ行,仮定縮約1,ある +1141 動詞,非自立,*,*,五段・ラ行,仮定縮約1,おる +1142 動詞,非自立,*,*,五段・ラ行,仮定縮約1,かかる +1143 動詞,非自立,*,*,五段・ラ行,仮定縮約1,きる +1144 動詞,非自立,*,*,五段・ラ行,仮定縮約1,なる +1145 動詞,非自立,*,*,五段・ラ行,仮定縮約1,まいる +1146 動詞,非自立,*,*,五段・ラ行,仮定縮約1,まわる +1147 動詞,非自立,*,*,五段・ラ行,仮定縮約1,やる +1148 動詞,非自立,*,*,五段・ラ行,仮定縮約1,回る +1149 動詞,非自立,*,*,五段・ラ行,仮定縮約1,参る +1150 動詞,非自立,*,*,五段・ラ行,仮定縮約1,終わる +1151 動詞,非自立,*,*,五段・ラ行,仮定縮約1,切る +1152 動詞,非自立,*,*,五段・ラ行,基本形,* +1153 動詞,非自立,*,*,五段・ラ行,基本形,ある +1154 動詞,非自立,*,*,五段・ラ行,基本形,おる +1155 動詞,非自立,*,*,五段・ラ行,基本形,かかる +1156 動詞,非自立,*,*,五段・ラ行,基本形,きる +1157 動詞,非自立,*,*,五段・ラ行,基本形,なる +1158 動詞,非自立,*,*,五段・ラ行,基本形,まいる +1159 動詞,非自立,*,*,五段・ラ行,基本形,まわる +1160 動詞,非自立,*,*,五段・ラ行,基本形,やる +1161 動詞,非自立,*,*,五段・ラ行,基本形,回る +1162 動詞,非自立,*,*,五段・ラ行,基本形,参る +1163 動詞,非自立,*,*,五段・ラ行,基本形,終わる +1164 動詞,非自立,*,*,五段・ラ行,基本形,切る +1165 動詞,非自立,*,*,五段・ラ行,体言接続特殊,* +1166 動詞,非自立,*,*,五段・ラ行,体言接続特殊,ある +1167 動詞,非自立,*,*,五段・ラ行,体言接続特殊,おる +1168 動詞,非自立,*,*,五段・ラ行,体言接続特殊,かかる +1169 動詞,非自立,*,*,五段・ラ行,体言接続特殊,きる +1170 動詞,非自立,*,*,五段・ラ行,体言接続特殊,なる +1171 動詞,非自立,*,*,五段・ラ行,体言接続特殊,まいる +1172 動詞,非自立,*,*,五段・ラ行,体言接続特殊,まわる +1173 動詞,非自立,*,*,五段・ラ行,体言接続特殊,やる +1174 動詞,非自立,*,*,五段・ラ行,体言接続特殊,回る +1175 動詞,非自立,*,*,五段・ラ行,体言接続特殊,参る +1176 動詞,非自立,*,*,五段・ラ行,体言接続特殊,終わる +1177 動詞,非自立,*,*,五段・ラ行,体言接続特殊,切る +1178 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,* +1179 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,ある +1180 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,おる +1181 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,かかる +1182 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,きる +1183 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,なる +1184 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,まいる +1185 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,まわる +1186 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,やる +1187 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,回る +1188 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,参る +1189 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,終わる +1190 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,切る +1191 動詞,非自立,*,*,五段・ラ行,未然ウ接続,* +1192 動詞,非自立,*,*,五段・ラ行,未然ウ接続,ある +1193 動詞,非自立,*,*,五段・ラ行,未然ウ接続,おる +1194 動詞,非自立,*,*,五段・ラ行,未然ウ接続,かかる +1195 動詞,非自立,*,*,五段・ラ行,未然ウ接続,きる +1196 動詞,非自立,*,*,五段・ラ行,未然ウ接続,なる +1197 動詞,非自立,*,*,五段・ラ行,未然ウ接続,まいる +1198 動詞,非自立,*,*,五段・ラ行,未然ウ接続,まわる +1199 動詞,非自立,*,*,五段・ラ行,未然ウ接続,やる +1200 動詞,非自立,*,*,五段・ラ行,未然ウ接続,回る +1201 動詞,非自立,*,*,五段・ラ行,未然ウ接続,参る +1202 動詞,非自立,*,*,五段・ラ行,未然ウ接続,終わる +1203 動詞,非自立,*,*,五段・ラ行,未然ウ接続,切る +1204 動詞,非自立,*,*,五段・ラ行,未然形,* +1205 動詞,非自立,*,*,五段・ラ行,未然形,ある +1206 動詞,非自立,*,*,五段・ラ行,未然形,おる +1207 動詞,非自立,*,*,五段・ラ行,未然形,かかる +1208 動詞,非自立,*,*,五段・ラ行,未然形,きる +1209 動詞,非自立,*,*,五段・ラ行,未然形,なる +1210 動詞,非自立,*,*,五段・ラ行,未然形,まいる +1211 動詞,非自立,*,*,五段・ラ行,未然形,まわる +1212 動詞,非自立,*,*,五段・ラ行,未然形,やる +1213 動詞,非自立,*,*,五段・ラ行,未然形,回る +1214 動詞,非自立,*,*,五段・ラ行,未然形,参る +1215 動詞,非自立,*,*,五段・ラ行,未然形,終わる +1216 動詞,非自立,*,*,五段・ラ行,未然形,切る +1217 動詞,非自立,*,*,五段・ラ行,未然特殊,* +1218 動詞,非自立,*,*,五段・ラ行,未然特殊,ある +1219 動詞,非自立,*,*,五段・ラ行,未然特殊,おる +1220 動詞,非自立,*,*,五段・ラ行,未然特殊,かかる +1221 動詞,非自立,*,*,五段・ラ行,未然特殊,きる +1222 動詞,非自立,*,*,五段・ラ行,未然特殊,なる +1223 動詞,非自立,*,*,五段・ラ行,未然特殊,まいる +1224 動詞,非自立,*,*,五段・ラ行,未然特殊,まわる +1225 動詞,非自立,*,*,五段・ラ行,未然特殊,やる +1226 動詞,非自立,*,*,五段・ラ行,未然特殊,回る +1227 動詞,非自立,*,*,五段・ラ行,未然特殊,参る +1228 動詞,非自立,*,*,五段・ラ行,未然特殊,終わる +1229 動詞,非自立,*,*,五段・ラ行,未然特殊,切る +1230 動詞,非自立,*,*,五段・ラ行,命令e,* +1231 動詞,非自立,*,*,五段・ラ行,命令e,ある +1232 動詞,非自立,*,*,五段・ラ行,命令e,おる +1233 動詞,非自立,*,*,五段・ラ行,命令e,かかる +1234 動詞,非自立,*,*,五段・ラ行,命令e,きる +1235 動詞,非自立,*,*,五段・ラ行,命令e,なる +1236 動詞,非自立,*,*,五段・ラ行,命令e,まいる +1237 動詞,非自立,*,*,五段・ラ行,命令e,まわる +1238 動詞,非自立,*,*,五段・ラ行,命令e,やる +1239 動詞,非自立,*,*,五段・ラ行,命令e,回る +1240 動詞,非自立,*,*,五段・ラ行,命令e,参る +1241 動詞,非自立,*,*,五段・ラ行,命令e,終わる +1242 動詞,非自立,*,*,五段・ラ行,命令e,切る +1243 動詞,非自立,*,*,五段・ラ行,連用タ接続,* +1244 動詞,非自立,*,*,五段・ラ行,連用タ接続,ある +1245 動詞,非自立,*,*,五段・ラ行,連用タ接続,おる +1246 動詞,非自立,*,*,五段・ラ行,連用タ接続,かかる +1247 動詞,非自立,*,*,五段・ラ行,連用タ接続,きる +1248 動詞,非自立,*,*,五段・ラ行,連用タ接続,なる +1249 動詞,非自立,*,*,五段・ラ行,連用タ接続,まいる +1250 動詞,非自立,*,*,五段・ラ行,連用タ接続,まわる +1251 動詞,非自立,*,*,五段・ラ行,連用タ接続,やる +1252 動詞,非自立,*,*,五段・ラ行,連用タ接続,回る +1253 動詞,非自立,*,*,五段・ラ行,連用タ接続,参る +1254 動詞,非自立,*,*,五段・ラ行,連用タ接続,終わる +1255 動詞,非自立,*,*,五段・ラ行,連用タ接続,切る +1256 動詞,非自立,*,*,五段・ラ行,連用形,* +1257 動詞,非自立,*,*,五段・ラ行,連用形,ある +1258 動詞,非自立,*,*,五段・ラ行,連用形,おる +1259 動詞,非自立,*,*,五段・ラ行,連用形,かかる +1260 動詞,非自立,*,*,五段・ラ行,連用形,きる +1261 動詞,非自立,*,*,五段・ラ行,連用形,なる +1262 動詞,非自立,*,*,五段・ラ行,連用形,まいる +1263 動詞,非自立,*,*,五段・ラ行,連用形,まわる +1264 動詞,非自立,*,*,五段・ラ行,連用形,やる +1265 動詞,非自立,*,*,五段・ラ行,連用形,回る +1266 動詞,非自立,*,*,五段・ラ行,連用形,参る +1267 動詞,非自立,*,*,五段・ラ行,連用形,終わる +1268 動詞,非自立,*,*,五段・ラ行,連用形,切る +1269 動詞,非自立,*,*,五段・ラ行特殊,仮定形,なさる +1270 動詞,非自立,*,*,五段・ラ行特殊,仮定形,らっしゃる +1271 動詞,非自立,*,*,五段・ラ行特殊,仮定形,下さる +1272 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,なさる +1273 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,らっしゃる +1274 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,下さる +1275 動詞,非自立,*,*,五段・ラ行特殊,基本形,なさる +1276 動詞,非自立,*,*,五段・ラ行特殊,基本形,らっしゃる +1277 動詞,非自立,*,*,五段・ラ行特殊,基本形,下さる +1278 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,なさる +1279 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,らっしゃる +1280 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,下さる +1281 動詞,非自立,*,*,五段・ラ行特殊,未然形,なさる +1282 動詞,非自立,*,*,五段・ラ行特殊,未然形,らっしゃる +1283 動詞,非自立,*,*,五段・ラ行特殊,未然形,下さる +1284 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,なさる +1285 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,らっしゃる +1286 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,下さる +1287 動詞,非自立,*,*,五段・ラ行特殊,命令e,なさる +1288 動詞,非自立,*,*,五段・ラ行特殊,命令e,らっしゃる +1289 動詞,非自立,*,*,五段・ラ行特殊,命令e,下さる +1290 動詞,非自立,*,*,五段・ラ行特殊,命令i,なさる +1291 動詞,非自立,*,*,五段・ラ行特殊,命令i,らっしゃる +1292 動詞,非自立,*,*,五段・ラ行特殊,命令i,下さる +1293 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,なさる +1294 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,らっしゃる +1295 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,下さる +1296 動詞,非自立,*,*,五段・ラ行特殊,連用形,なさる +1297 動詞,非自立,*,*,五段・ラ行特殊,連用形,らっしゃる +1298 動詞,非自立,*,*,五段・ラ行特殊,連用形,下さる +1299 動詞,非自立,*,*,五段・ワ行ウ音便,*,* +1300 動詞,非自立,*,*,五段・ワ行ウ音便,仮定形,* +1301 動詞,非自立,*,*,五段・ワ行ウ音便,未然ウ接続,* +1302 動詞,非自立,*,*,五段・ワ行ウ音便,未然形,* +1303 動詞,非自立,*,*,五段・ワ行ウ音便,命令e,* +1304 動詞,非自立,*,*,五段・ワ行ウ音便,連用タ接続,* +1305 動詞,非自立,*,*,五段・ワ行ウ音便,連用形,* +1306 動詞,非自立,*,*,五段・ワ行促音便,*,* +1307 動詞,非自立,*,*,五段・ワ行促音便,仮定形,* +1308 動詞,非自立,*,*,五段・ワ行促音便,仮定形,しまう +1309 動詞,非自立,*,*,五段・ワ行促音便,仮定形,もらう +1310 動詞,非自立,*,*,五段・ワ行促音便,仮定形,合う +1311 動詞,非自立,*,*,五段・ワ行促音便,基本形,* +1312 動詞,非自立,*,*,五段・ワ行促音便,基本形,しまう +1313 動詞,非自立,*,*,五段・ワ行促音便,基本形,もらう +1314 動詞,非自立,*,*,五段・ワ行促音便,基本形,合う +1315 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,* +1316 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,しまう +1317 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,もらう +1318 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,合う +1319 動詞,非自立,*,*,五段・ワ行促音便,未然形,* +1320 動詞,非自立,*,*,五段・ワ行促音便,未然形,しまう +1321 動詞,非自立,*,*,五段・ワ行促音便,未然形,もらう +1322 動詞,非自立,*,*,五段・ワ行促音便,未然形,合う +1323 動詞,非自立,*,*,五段・ワ行促音便,命令e,* +1324 動詞,非自立,*,*,五段・ワ行促音便,命令e,しまう +1325 動詞,非自立,*,*,五段・ワ行促音便,命令e,もらう +1326 動詞,非自立,*,*,五段・ワ行促音便,命令e,合う +1327 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,* +1328 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,しまう +1329 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,もらう +1330 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,合う +1331 動詞,非自立,*,*,五段・ワ行促音便,連用形,* +1332 動詞,非自立,*,*,五段・ワ行促音便,連用形,しまう +1333 動詞,非自立,*,*,五段・ワ行促音便,連用形,もらう +1334 動詞,非自立,*,*,五段・ワ行促音便,連用形,合う +1335 動詞,非自立,*,*,四段・ハ行,仮定形,* +1336 動詞,非自立,*,*,四段・ハ行,基本形,* +1337 動詞,非自立,*,*,四段・ハ行,未然形,* +1338 動詞,非自立,*,*,四段・ハ行,命令e,* +1339 動詞,非自立,*,*,四段・ハ行,連用形,* +1340 副詞,*,*,*,*,*,* +1341 副詞,一般,*,*,*,*,* +1342 副詞,助詞類接続,*,*,*,*,* +1343 名詞,サ変接続,*,*,*,*,* +1344 名詞,ナイ形容詞語幹,*,*,*,*,* +1345 名詞,一般,*,*,*,*,* +1346 名詞,一般,*,*,*,0,* +1347 名詞,形容動詞語幹,*,*,*,*,* +1348 名詞,固有名詞,一般,*,*,*,* +1349 名詞,固有名詞,人名,一般,*,*,* +1350 名詞,固有名詞,人名,姓,*,*,* +1351 名詞,固有名詞,人名,名,*,*,* +1352 名詞,固有名詞,組織,*,*,*,* +1353 名詞,固有名詞,地域,一般,*,*,* +1354 名詞,固有名詞,地域,国,*,*,* +1355 名詞,数,*,*,*,*,* +1356 名詞,接続詞的,*,*,*,*,* +1357 名詞,接尾,サ変接続,*,*,*,* +1358 名詞,接尾,一般,*,*,*,* +1359 名詞,接尾,形容動詞語幹,*,*,*,* +1360 名詞,接尾,助数詞,*,*,*,* +1361 名詞,接尾,助動詞語幹,*,*,*,* +1362 名詞,接尾,人名,*,*,*,* +1363 名詞,接尾,地域,*,*,*,* +1364 名詞,接尾,特殊,*,*,*,* +1365 名詞,接尾,副詞可能,*,*,*,* +1366 名詞,代名詞,一般,*,*,*,* +1367 名詞,代名詞,縮約,*,*,*,* +1368 名詞,動詞非自立的,*,*,*,*,* +1369 名詞,特殊,助動詞語幹,*,*,*,* +1370 名詞,非自立,*,*,*,*,* +1371 名詞,非自立,一般,*,*,*,* +1372 名詞,非自立,形容動詞語幹,*,*,*,* +1373 名詞,非自立,助動詞語幹,*,*,*,* +1374 名詞,非自立,副詞可能,*,*,*,* +1375 名詞,副詞可能,*,*,*,*,* +1376 連体詞,*,*,*,*,*,* diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/pos-id.def b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/pos-id.def new file mode 100644 index 0000000000000000000000000000000000000000..ffd74a8e933dc71a0464c8123c5b887d3c425a7d --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/pos-id.def @@ -0,0 +1,69 @@ +その他,間投,*,* 0 +フィラー,*,*,* 1 +感動詞,*,*,* 2 +記号,アルファベット,*,* 3 +記号,一般,*,* 4 +記号,括弧開,*,* 5 +記号,括弧閉,*,* 6 +記号,句点,*,* 7 +記号,空白,*,* 8 +記号,読点,*,* 9 +形容詞,自立,*,* 10 +形容詞,接尾,*,* 11 +形容詞,非自立,*,* 12 +助詞,格助詞,一般,* 13 +助詞,格助詞,引用,* 14 +助詞,格助詞,連語,* 15 +助詞,係助詞,*,* 16 +助詞,終助詞,*,* 17 +助詞,接続助詞,*,* 18 +助詞,特殊,*,* 19 +助詞,副詞化,*,* 20 +助詞,副助詞,*,* 21 +助詞,副助詞/並立助詞/終助詞,*,* 22 +助詞,並立助詞,*,* 23 +助詞,連体化,*,* 24 +助動詞,*,*,* 25 +接続詞,*,*,* 26 +接頭詞,形容詞接続,*,* 27 +接頭詞,数接続,*,* 28 +接頭詞,動詞接続,*,* 29 +接頭詞,名詞接続,*,* 30 +動詞,自立,*,* 31 +動詞,接尾,*,* 32 +動詞,非自立,*,* 33 +副詞,一般,*,* 34 +副詞,助詞類接続,*,* 35 +名詞,サ変接続,*,* 36 +名詞,ナイ形容詞語幹,*,* 37 +名詞,一般,*,* 38 +名詞,引用文字列,*,* 39 +名詞,形容動詞語幹,*,* 40 +名詞,固有名詞,一般,* 41 +名詞,固有名詞,人名,一般 42 +名詞,固有名詞,人名,姓 43 +名詞,固有名詞,人名,名 44 +名詞,固有名詞,組織,* 45 +名詞,固有名詞,地域,一般 46 +名詞,固有名詞,地域,国 47 +名詞,数,*,* 48 +名詞,接続詞的,*,* 49 +名詞,接尾,サ変接続,* 50 +名詞,接尾,一般,* 51 +名詞,接尾,形容動詞語幹,* 52 +名詞,接尾,助数詞,* 53 +名詞,接尾,助動詞語幹,* 54 +名詞,接尾,人名,* 55 +名詞,接尾,地域,* 56 +名詞,接尾,特殊,* 57 +名詞,接尾,副詞可能,* 58 +名詞,代名詞,一般,* 59 +名詞,代名詞,縮約,* 60 +名詞,動詞非自立的,*,* 61 +名詞,特殊,助動詞語幹,* 62 +名詞,非自立,一般,* 63 +名詞,非自立,形容動詞語幹,* 64 +名詞,非自立,助動詞語幹,* 65 +名詞,非自立,副詞可能,* 66 +名詞,副詞可能,*,* 67 +連体詞,*,*,* 68 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/rewrite.def b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/rewrite.def new file mode 100644 index 0000000000000000000000000000000000000000..81727723b1826e5cd765efb1685c27d129b937c4 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/rewrite.def @@ -0,0 +1,94 @@ +# +# Feature(POS) to Internal State mapping +# +[unigram rewrite] +# 読み,発音をとりのぞいて, 品詞1,2,3,4,活用形,活用型,原形,よみ を使う +*,*,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7,$8 +# 読みがない場合は無視 +*,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7,* + +[left rewrite] +(助詞|助動詞),*,*,*,*,*,(ない|無い) $1,$2,$3,$4,$5,$6,無い +(助詞|助動詞),終助詞,*,*,*,*,(よ|ヨ) $1,$2,$3,$4,$5,$6,よ +(助詞|助動詞),終助詞,*,*,*,*,(な|なぁ|なあ|ナ) $1,$2,$3,$4,$5,$6,な +(助詞|助動詞),終助詞,*,*,*,*,(ね|ねぇ|ねえ|ねェ|ねエ|ねっ|ねッ|ネ) $1,$2,$3,$4,$5,$6,ね +(助詞|助動詞),接続助詞,*,*,*,*,(て|ちゃ|ちゃあ) $1,$2,$3,$4,$5,$6,て +(助詞|助動詞),接続助詞,*,*,*,*,(ちゃあ|ちゃ) $1,$2,$3,$4,$5,$6,ちゃ +(助詞|助動詞),接続助詞,*,*,*,*,(で|じゃ) $1,$2,$3,$4,$5,$6,で +(助詞|助動詞),接続助詞,*,*,*,*,(けど|けれど) $1,$2,$3,$4,$5,$6,けれど +(助詞|助動詞),*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7 +記号,(句点|括弧閉|括弧開),*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS +BOS/EOS,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS +動詞,自立,*,*,*,*,(行う|行なう) $1,$2,$3,$4,$5,$6,行う +動詞,自立,*,*,*,*,(いう|言う|云う) $1,$2,$3,$4,$5,$6,言う +動詞,自立,*,*,*,*,(いく|行く) $1,$2,$3,$4,$5,$6,行く +動詞,自立,*,*,*,*,する $1,$2,$3,$4,$5,$6,する +動詞,自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* +動詞,非自立,*,*,*,*,(ある|おる|かかる|きる|なる|まいる|まわる|やる|回る|終わる|切る|参る|いらっしゃる|らっしゃる|なさる|る|もらう|しまう|続く|いく|ゆく|行く|く|くれる|おく|する) $1,$2,$3,$4,$5,$6,$7 +動詞,非自立,*,*,*,*,(来る|くる) $1,$2,$3,$4,$5,$6,来る +動詞,非自立,*,*,*,*,(ぬく|抜く) $1,$2,$3,$4,$5,$6,抜く +動詞,非自立,*,*,*,*,(頂く|いただく) $1,$2,$3,$4,$5,$6,頂く +動詞,非自立,*,*,*,*,(いたす|致す) $1,$2,$3,$4,$5,$6,致す +動詞,非自立,*,*,*,*,(だす|出す) $1,$2,$3,$4,$5,$6,出す +動詞,非自立,*,*,*,*,(つくす|尽くす|尽す) $1,$2,$3,$4,$5,$6,尽くす +動詞,非自立,*,*,*,*,(直す|なおす) $1,$2,$3,$4,$5,$6,直す +動詞,非自立,*,*,*,*,(込む|こむ) $1,$2,$3,$4,$5,$6,込む +動詞,非自立,*,*,*,*,(くださる|下さる) $1,$2,$3,$4,$5,$6,下さる +動詞,非自立,*,*,*,*,(合う|あう) $1,$2,$3,$4,$5,$6,合う +動詞,非自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* +形容詞,*,*,*,*,*,(ない|無い|いい|らしい) $1,$2,$3,$4,$5,$6,無い +形容詞,接尾,*,*,*,*,(臭い|くさい) $1,$2,$3,$4,$5,$6,臭い +形容詞,接尾,*,*,*,*,(欲しい|ほしい) $1,$2,$3,$4,$5,$6,欲しい +形容詞,接尾,*,*,*,*,(ったらしい|たらしい|っぽい|ぽい) $1,$2,$3,$4,$5,$6,たらしい +形容詞,接尾,*,*,*,*,* $1,$2,$3,$4,$5,$6,* +形容詞,非自立,*,*,*,*,(難い|がたい|づらい|にくい|やすい) $1,$2,$3,$4,$5,$6,難い +形容詞,非自立,*,*,*,*,(よい|良い) $1,$2,$3,$4,$5,$6,良い +形容詞,非自立,*,*,*,*,(欲しい|ほしい) $1,$2,$3,$4,$5,$6,欲しい +形容詞,非自立,*,*,*,*,(じまう|じゃう|でく|どく|でる|どる) $1,$2,$3,$4,$5,$6,でる +形容詞,非自立,*,*,*,*,(ちまう|ちゃう|てく|とく|てる|とる) $1,$2,$3,$4,$5,$6,てる +形容詞,非自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* +接続詞,*,*,*,*,*,(及び|および|あるいは|或いは|或は|または|又は|ないし|ならびに|並びに|もしくは|若しくは) $1,$2,$3,$4,$5,$6,および +*,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,* + +[right rewrite] +(助詞|助動詞),*,*,*,*,*,(ない|無い) $1,$2,$3,$4,$5,$6,無い +(助詞|助動詞),終助詞,*,*,*,*,(よ|ヨ) $1,$2,$3,$4,$5,$6,よ +(助詞|助動詞),終助詞,*,*,*,*,(な|なぁ|なあ|ナ) $1,$2,$3,$4,$5,$6,な +(助詞|助動詞),終助詞,*,*,*,*,(ね|ねぇ|ねえ|ねェ|ねエ|ねっ|ねッ|ネ) $1,$2,$3,$4,$5,$6,ね +(助詞|助動詞),接続助詞,*,*,*,*,(て|ちゃ|ちゃあ) $1,$2,$3,$4,$5,$6,て +(助詞|助動詞),接続助詞,*,*,*,*,(ちゃあ|ちゃ) $1,$2,$3,$4,$5,$6,ちゃ +(助詞|助動詞),接続助詞,*,*,*,*,(で|じゃ) $1,$2,$3,$4,$5,$6,で +(助詞|助動詞),接続助詞,*,*,*,*,(けど|けれど) $1,$2,$3,$4,$5,$6,けれど +(助詞|助動詞),*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7 +記号,(句点|括弧閉|括弧開),*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS +BOS/EOS,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS +動詞,自立,*,*,*,*,(行う|行なう) $1,$2,$3,$4,$5,$6,行う +動詞,自立,*,*,*,*,(いう|言う|云う) $1,$2,$3,$4,$5,$6,言う +動詞,自立,*,*,*,*,(いく|行く) $1,$2,$3,$4,$5,$6,行く +動詞,自立,*,*,*,*,する $1,$2,$3,$4,$5,$6,する +動詞,自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* +動詞,非自立,*,*,*,*,(ある|おる|かかる|きる|なる|まいる|まわる|やる|回る|終わる|切る|参る|いらっしゃる|らっしゃる|なさる|る|もらう|しまう|続く|いく|ゆく|行く|く|くれる|おく|する) $1,$2,$3,$4,$5,$6,$7 +動詞,非自立,*,*,*,*,(来る|くる) $1,$2,$3,$4,$5,$6,来る +動詞,非自立,*,*,*,*,(ぬく|抜く) $1,$2,$3,$4,$5,$6,抜く +動詞,非自立,*,*,*,*,(頂く|いただく) $1,$2,$3,$4,$5,$6,頂く +動詞,非自立,*,*,*,*,(いたす|致す) $1,$2,$3,$4,$5,$6,致す +動詞,非自立,*,*,*,*,(だす|出す) $1,$2,$3,$4,$5,$6,出す +動詞,非自立,*,*,*,*,(つくす|尽くす|尽す) $1,$2,$3,$4,$5,$6,尽くす +動詞,非自立,*,*,*,*,(直す|なおす) $1,$2,$3,$4,$5,$6,直す +動詞,非自立,*,*,*,*,(込む|こむ) $1,$2,$3,$4,$5,$6,込む +動詞,非自立,*,*,*,*,(くださる|下さる) $1,$2,$3,$4,$5,$6,下さる +動詞,非自立,*,*,*,*,(合う|あう) $1,$2,$3,$4,$5,$6,合う +動詞,非自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* +形容詞,*,*,*,*,*,(ない|無い|いい|らしい) $1,$2,$3,$4,$5,$6,無い +形容詞,接尾,*,*,*,*,(臭い|くさい) $1,$2,$3,$4,$5,$6,臭い +形容詞,接尾,*,*,*,*,(欲しい|ほしい) $1,$2,$3,$4,$5,$6,欲しい +形容詞,接尾,*,*,*,*,(ったらしい|たらしい|っぽい|ぽい) $1,$2,$3,$4,$5,$6,たらしい +形容詞,接尾,*,*,*,*,* $1,$2,$3,$4,$5,$6,* +形容詞,非自立,*,*,*,*,(難い|がたい|づらい|にくい|やすい) $1,$2,$3,$4,$5,$6,難い +形容詞,非自立,*,*,*,*,(よい|良い) $1,$2,$3,$4,$5,$6,良い +形容詞,非自立,*,*,*,*,(欲しい|ほしい) $1,$2,$3,$4,$5,$6,欲しい +形容詞,非自立,*,*,*,*,(じまう|じゃう|でく|どく|でる|どる) $1,$2,$3,$4,$5,$6,でる +形容詞,非自立,*,*,*,*,(ちまう|ちゃう|てく|とく|てる|とる) $1,$2,$3,$4,$5,$6,てる +形容詞,非自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* +接続詞,*,*,*,*,*,(及び|および|あるいは|或いは|或は|または|又は|ないし|ならびに|並びに|もしくは|若しくは) $1,$2,$3,$4,$5,$6,および +*,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,* diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/right-id.def b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/right-id.def new file mode 100644 index 0000000000000000000000000000000000000000..51c269688b9591d76eab882b6339c83c960b3e5b --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/right-id.def @@ -0,0 +1,1377 @@ +0 BOS/EOS,*,*,*,*,*,BOS/EOS +1 その他,間投,*,*,*,*,* +2 フィラー,*,*,*,*,*,* +3 感動詞,*,*,*,*,*,* +4 記号,アルファベット,*,*,*,*,* +5 記号,一般,*,*,*,*,* +6 記号,括弧開,*,*,*,*,BOS/EOS +7 記号,括弧閉,*,*,*,*,BOS/EOS +8 記号,句点,*,*,*,*,BOS/EOS +9 記号,空白,*,*,*,*,* +10 記号,読点,*,*,*,*,* +11 形容詞,自立,*,*,形容詞・アウオ段,*,* +12 形容詞,自立,*,*,形容詞・アウオ段,ガル接続,* +13 形容詞,自立,*,*,形容詞・アウオ段,ガル接続,無い +14 形容詞,自立,*,*,形容詞・アウオ段,仮定形,* +15 形容詞,自立,*,*,形容詞・アウオ段,仮定形,無い +16 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約1,* +17 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約1,無い +18 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約2,* +19 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約2,無い +20 形容詞,自立,*,*,形容詞・アウオ段,基本形,* +21 形容詞,自立,*,*,形容詞・アウオ段,基本形,無い +22 形容詞,自立,*,*,形容詞・アウオ段,体言接続,* +23 形容詞,自立,*,*,形容詞・アウオ段,体言接続,無い +24 形容詞,自立,*,*,形容詞・アウオ段,文語基本形,* +25 形容詞,自立,*,*,形容詞・アウオ段,文語基本形,無い +26 形容詞,自立,*,*,形容詞・アウオ段,未然ウ接続,* +27 形容詞,自立,*,*,形容詞・アウオ段,未然ウ接続,無い +28 形容詞,自立,*,*,形容詞・アウオ段,未然ヌ接続,* +29 形容詞,自立,*,*,形容詞・アウオ段,未然ヌ接続,無い +30 形容詞,自立,*,*,形容詞・アウオ段,命令e,* +31 形容詞,自立,*,*,形容詞・アウオ段,命令e,無い +32 形容詞,自立,*,*,形容詞・アウオ段,連用ゴザイ接続,* +33 形容詞,自立,*,*,形容詞・アウオ段,連用ゴザイ接続,無い +34 形容詞,自立,*,*,形容詞・アウオ段,連用タ接続,* +35 形容詞,自立,*,*,形容詞・アウオ段,連用タ接続,無い +36 形容詞,自立,*,*,形容詞・アウオ段,連用テ接続,* +37 形容詞,自立,*,*,形容詞・アウオ段,連用テ接続,無い +38 形容詞,自立,*,*,形容詞・イ段,ガル接続,* +39 形容詞,自立,*,*,形容詞・イ段,仮定形,* +40 形容詞,自立,*,*,形容詞・イ段,仮定縮約1,* +41 形容詞,自立,*,*,形容詞・イ段,仮定縮約2,* +42 形容詞,自立,*,*,形容詞・イ段,基本形,* +43 形容詞,自立,*,*,形容詞・イ段,体言接続,* +44 形容詞,自立,*,*,形容詞・イ段,文語基本形,* +45 形容詞,自立,*,*,形容詞・イ段,未然ウ接続,* +46 形容詞,自立,*,*,形容詞・イ段,未然ヌ接続,* +47 形容詞,自立,*,*,形容詞・イ段,命令e,* +48 形容詞,自立,*,*,形容詞・イ段,連用ゴザイ接続,* +49 形容詞,自立,*,*,形容詞・イ段,連用タ接続,* +50 形容詞,自立,*,*,形容詞・イ段,連用テ接続,* +51 形容詞,自立,*,*,不変化型,基本形,* +52 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,* +53 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,たらしい +54 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,臭い +55 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,* +56 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,たらしい +57 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,臭い +58 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,* +59 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,たらしい +60 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,臭い +61 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,* +62 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,たらしい +63 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,臭い +64 形容詞,接尾,*,*,形容詞・アウオ段,基本形,* +65 形容詞,接尾,*,*,形容詞・アウオ段,基本形,たらしい +66 形容詞,接尾,*,*,形容詞・アウオ段,基本形,臭い +67 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,* +68 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,たらしい +69 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,臭い +70 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,* +71 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,たらしい +72 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,臭い +73 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,* +74 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,たらしい +75 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,臭い +76 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,* +77 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,たらしい +78 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,臭い +79 形容詞,接尾,*,*,形容詞・アウオ段,命令e,* +80 形容詞,接尾,*,*,形容詞・アウオ段,命令e,たらしい +81 形容詞,接尾,*,*,形容詞・アウオ段,命令e,臭い +82 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,* +83 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,たらしい +84 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,臭い +85 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,* +86 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,たらしい +87 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,臭い +88 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,* +89 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,たらしい +90 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,臭い +91 形容詞,接尾,*,*,形容詞・イ段,ガル接続,* +92 形容詞,接尾,*,*,形容詞・イ段,ガル接続,たらしい +93 形容詞,接尾,*,*,形容詞・イ段,仮定形,* +94 形容詞,接尾,*,*,形容詞・イ段,仮定形,たらしい +95 形容詞,接尾,*,*,形容詞・イ段,仮定縮約1,* +96 形容詞,接尾,*,*,形容詞・イ段,仮定縮約1,たらしい +97 形容詞,接尾,*,*,形容詞・イ段,仮定縮約2,* +98 形容詞,接尾,*,*,形容詞・イ段,仮定縮約2,たらしい +99 形容詞,接尾,*,*,形容詞・イ段,基本形,* +100 形容詞,接尾,*,*,形容詞・イ段,基本形,たらしい +101 形容詞,接尾,*,*,形容詞・イ段,体言接続,* +102 形容詞,接尾,*,*,形容詞・イ段,体言接続,たらしい +103 形容詞,接尾,*,*,形容詞・イ段,文語基本形,* +104 形容詞,接尾,*,*,形容詞・イ段,文語基本形,たらしい +105 形容詞,接尾,*,*,形容詞・イ段,未然ウ接続,* +106 形容詞,接尾,*,*,形容詞・イ段,未然ウ接続,たらしい +107 形容詞,接尾,*,*,形容詞・イ段,未然ヌ接続,* +108 形容詞,接尾,*,*,形容詞・イ段,未然ヌ接続,たらしい +109 形容詞,接尾,*,*,形容詞・イ段,命令e,* +110 形容詞,接尾,*,*,形容詞・イ段,命令e,たらしい +111 形容詞,接尾,*,*,形容詞・イ段,連用ゴザイ接続,* +112 形容詞,接尾,*,*,形容詞・イ段,連用ゴザイ接続,たらしい +113 形容詞,接尾,*,*,形容詞・イ段,連用タ接続,* +114 形容詞,接尾,*,*,形容詞・イ段,連用タ接続,たらしい +115 形容詞,接尾,*,*,形容詞・イ段,連用テ接続,* +116 形容詞,接尾,*,*,形容詞・イ段,連用テ接続,たらしい +117 形容詞,非自立,*,*,形容詞・アウオ段,*,* +118 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,* +119 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,難い +120 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,良い +121 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,* +122 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,難い +123 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,良い +124 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,* +125 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,難い +126 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,良い +127 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,* +128 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,難い +129 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,良い +130 形容詞,非自立,*,*,形容詞・アウオ段,基本形,難い +131 形容詞,非自立,*,*,形容詞・アウオ段,基本形,良い +132 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,* +133 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,難い +134 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,良い +135 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,* +136 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,難い +137 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,良い +138 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,* +139 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,難い +140 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,良い +141 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,* +142 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,難い +143 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,良い +144 形容詞,非自立,*,*,形容詞・アウオ段,命令e,* +145 形容詞,非自立,*,*,形容詞・アウオ段,命令e,難い +146 形容詞,非自立,*,*,形容詞・アウオ段,命令e,良い +147 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,* +148 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,難い +149 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,良い +150 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,* +151 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,難い +152 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,良い +153 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,* +154 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,難い +155 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,良い +156 形容詞,非自立,*,*,形容詞・イ段,ガル接続,欲しい +157 形容詞,非自立,*,*,形容詞・イ段,仮定形,欲しい +158 形容詞,非自立,*,*,形容詞・イ段,仮定縮約1,欲しい +159 形容詞,非自立,*,*,形容詞・イ段,仮定縮約2,欲しい +160 形容詞,非自立,*,*,形容詞・イ段,基本形,欲しい +161 形容詞,非自立,*,*,形容詞・イ段,体言接続,欲しい +162 形容詞,非自立,*,*,形容詞・イ段,文語基本形,欲しい +163 形容詞,非自立,*,*,形容詞・イ段,未然ウ接続,欲しい +164 形容詞,非自立,*,*,形容詞・イ段,未然ヌ接続,欲しい +165 形容詞,非自立,*,*,形容詞・イ段,命令e,欲しい +166 形容詞,非自立,*,*,形容詞・イ段,連用ゴザイ接続,欲しい +167 形容詞,非自立,*,*,形容詞・イ段,連用タ接続,欲しい +168 形容詞,非自立,*,*,形容詞・イ段,連用テ接続,欲しい +169 助詞,格助詞,一般,*,*,*,から +170 助詞,格助詞,一般,*,*,*,が +171 助詞,格助詞,一般,*,*,*,つ +172 助詞,格助詞,一般,*,*,*,で +173 助詞,格助詞,一般,*,*,*,と +174 助詞,格助詞,一般,*,*,*,に +175 助詞,格助詞,一般,*,*,*,にて +176 助詞,格助詞,一般,*,*,*,の +177 助詞,格助詞,一般,*,*,*,へ +178 助詞,格助詞,一般,*,*,*,より +179 助詞,格助詞,一般,*,*,*,を +180 助詞,格助詞,一般,*,*,*,ん +181 助詞,格助詞,一般,*,*,*,デ +182 助詞,格助詞,一般,*,*,*,ノ +183 助詞,格助詞,一般,*,*,*,ヘ +184 助詞,格助詞,一般,*,*,*,ヲ +185 助詞,格助詞,一般,*,*,*,之 +186 助詞,格助詞,引用,*,*,*,っと +187 助詞,格助詞,引用,*,*,*,と +188 助詞,格助詞,連語,*,*,*,じゃ +189 助詞,格助詞,連語,*,*,*,っちゅう +190 助詞,格助詞,連語,*,*,*,って +191 助詞,格助詞,連語,*,*,*,っていう +192 助詞,格助詞,連語,*,*,*,ってな +193 助詞,格助詞,連語,*,*,*,て +194 助詞,格助詞,連語,*,*,*,ていう +195 助詞,格助詞,連語,*,*,*,といいます +196 助詞,格助詞,連語,*,*,*,という +197 助詞,格助詞,連語,*,*,*,といった +198 助詞,格助詞,連語,*,*,*,といふ +199 助詞,格助詞,連語,*,*,*,とかいいます +200 助詞,格助詞,連語,*,*,*,とかいう +201 助詞,格助詞,連語,*,*,*,とかいふ +202 助詞,格助詞,連語,*,*,*,として +203 助詞,格助詞,連語,*,*,*,としましたら +204 助詞,格助詞,連語,*,*,*,としまして +205 助詞,格助詞,連語,*,*,*,とともに +206 助詞,格助詞,連語,*,*,*,と共に +207 助詞,格助詞,連語,*,*,*,にあたって +208 助詞,格助詞,連語,*,*,*,にあたり +209 助詞,格助詞,連語,*,*,*,にあたりまして +210 助詞,格助詞,連語,*,*,*,にあたります +211 助詞,格助詞,連語,*,*,*,にあたる +212 助詞,格助詞,連語,*,*,*,において +213 助詞,格助詞,連語,*,*,*,におきまして +214 助詞,格助詞,連語,*,*,*,における +215 助詞,格助詞,連語,*,*,*,にかけ +216 助詞,格助詞,連語,*,*,*,にかけて +217 助詞,格助詞,連語,*,*,*,にかけまして +218 助詞,格助詞,連語,*,*,*,にたいして +219 助詞,格助詞,連語,*,*,*,にたいしまして +220 助詞,格助詞,連語,*,*,*,にたいします +221 助詞,格助詞,連語,*,*,*,にたいする +222 助詞,格助詞,連語,*,*,*,について +223 助詞,格助詞,連語,*,*,*,につき +224 助詞,格助詞,連語,*,*,*,につきまして +225 助詞,格助詞,連語,*,*,*,につけ +226 助詞,格助詞,連語,*,*,*,につれ +227 助詞,格助詞,連語,*,*,*,につれて +228 助詞,格助詞,連語,*,*,*,にとって +229 助詞,格助詞,連語,*,*,*,にとり +230 助詞,格助詞,連語,*,*,*,にとりまして +231 助詞,格助詞,連語,*,*,*,にまつわります +232 助詞,格助詞,連語,*,*,*,にまつわる +233 助詞,格助詞,連語,*,*,*,によって +234 助詞,格助詞,連語,*,*,*,により +235 助詞,格助詞,連語,*,*,*,によりまして +236 助詞,格助詞,連語,*,*,*,によります +237 助詞,格助詞,連語,*,*,*,による +238 助詞,格助詞,連語,*,*,*,にわたって +239 助詞,格助詞,連語,*,*,*,にわたり +240 助詞,格助詞,連語,*,*,*,にわたりまして +241 助詞,格助詞,連語,*,*,*,にわたります +242 助詞,格助詞,連語,*,*,*,にわたる +243 助詞,格助詞,連語,*,*,*,に関し +244 助詞,格助詞,連語,*,*,*,に関して +245 助詞,格助詞,連語,*,*,*,に関しまして +246 助詞,格助詞,連語,*,*,*,に関します +247 助詞,格助詞,連語,*,*,*,に関する +248 助詞,格助詞,連語,*,*,*,に際し +249 助詞,格助詞,連語,*,*,*,に際して +250 助詞,格助詞,連語,*,*,*,に際しまして +251 助詞,格助詞,連語,*,*,*,に従い +252 助詞,格助詞,連語,*,*,*,に従いまして +253 助詞,格助詞,連語,*,*,*,に従います +254 助詞,格助詞,連語,*,*,*,に従う +255 助詞,格助詞,連語,*,*,*,に従って +256 助詞,格助詞,連語,*,*,*,に対し +257 助詞,格助詞,連語,*,*,*,に対して +258 助詞,格助詞,連語,*,*,*,に対しまして +259 助詞,格助詞,連語,*,*,*,に対します +260 助詞,格助詞,連語,*,*,*,に対する +261 助詞,格助詞,連語,*,*,*,に当たって +262 助詞,格助詞,連語,*,*,*,に当たり +263 助詞,格助詞,連語,*,*,*,に当たりまして +264 助詞,格助詞,連語,*,*,*,に当たります +265 助詞,格助詞,連語,*,*,*,に当たる +266 助詞,格助詞,連語,*,*,*,をめぐって +267 助詞,格助詞,連語,*,*,*,をめぐりまして +268 助詞,格助詞,連語,*,*,*,をめぐります +269 助詞,格助詞,連語,*,*,*,をめぐる +270 助詞,格助詞,連語,*,*,*,をもちまして +271 助詞,格助詞,連語,*,*,*,をもって +272 助詞,格助詞,連語,*,*,*,を以て +273 助詞,格助詞,連語,*,*,*,を通して +274 助詞,格助詞,連語,*,*,*,を通しまして +275 助詞,格助詞,連語,*,*,*,を通じ +276 助詞,格助詞,連語,*,*,*,を通じて +277 助詞,格助詞,連語,*,*,*,を通じまして +278 助詞,係助詞,*,*,*,*,こそ +279 助詞,係助詞,*,*,*,*,さえ +280 助詞,係助詞,*,*,*,*,しか +281 助詞,係助詞,*,*,*,*,すら +282 助詞,係助詞,*,*,*,*,ぞ +283 助詞,係助詞,*,*,*,*,っきゃ +284 助詞,係助詞,*,*,*,*,は +285 助詞,係助詞,*,*,*,*,も +286 助詞,係助詞,*,*,*,*,や +287 助詞,終助詞,*,*,*,*,かぁ +288 助詞,終助詞,*,*,*,*,かい +289 助詞,終助詞,*,*,*,*,かしら +290 助詞,終助詞,*,*,*,*,け +291 助詞,終助詞,*,*,*,*,さ +292 助詞,終助詞,*,*,*,*,ぜ +293 助詞,終助詞,*,*,*,*,ぞ +294 助詞,終助詞,*,*,*,*,だって +295 助詞,終助詞,*,*,*,*,っけ +296 助詞,終助詞,*,*,*,*,てん +297 助詞,終助詞,*,*,*,*,で +298 助詞,終助詞,*,*,*,*,な +299 助詞,終助詞,*,*,*,*,なー +300 助詞,終助詞,*,*,*,*,なぁー +301 助詞,終助詞,*,*,*,*,なァ +302 助詞,終助詞,*,*,*,*,ね +303 助詞,終助詞,*,*,*,*,ねー +304 助詞,終助詞,*,*,*,*,ねん +305 助詞,終助詞,*,*,*,*,の +306 助詞,終助詞,*,*,*,*,のう +307 助詞,終助詞,*,*,*,*,べ +308 助詞,終助詞,*,*,*,*,もん +309 助詞,終助詞,*,*,*,*,や +310 助詞,終助詞,*,*,*,*,やら +311 助詞,終助詞,*,*,*,*,よ +312 助詞,終助詞,*,*,*,*,よー +313 助詞,終助詞,*,*,*,*,よう +314 助詞,終助詞,*,*,*,*,わ +315 助詞,終助詞,*,*,*,*,わい +316 助詞,終助詞,*,*,*,*,ん +317 助詞,終助詞,*,*,*,*,ヨー +318 助詞,終助詞,*,*,*,*,ワ +319 助詞,接続助詞,*,*,*,*,および +320 助詞,接続助詞,*,*,*,*,から +321 助詞,接続助詞,*,*,*,*,からには +322 助詞,接続助詞,*,*,*,*,が +323 助詞,接続助詞,*,*,*,*,けども +324 助詞,接続助詞,*,*,*,*,けれど +325 助詞,接続助詞,*,*,*,*,けれども +326 助詞,接続助詞,*,*,*,*,さかい +327 助詞,接続助詞,*,*,*,*,し +328 助詞,接続助詞,*,*,*,*,たって +329 助詞,接続助詞,*,*,*,*,つつ +330 助詞,接続助詞,*,*,*,*,て +331 助詞,接続助詞,*,*,*,*,で +332 助詞,接続助詞,*,*,*,*,と +333 助詞,接続助詞,*,*,*,*,とも +334 助詞,接続助詞,*,*,*,*,ど +335 助詞,接続助詞,*,*,*,*,どころか +336 助詞,接続助詞,*,*,*,*,ども +337 助詞,接続助詞,*,*,*,*,ながら +338 助詞,接続助詞,*,*,*,*,なり +339 助詞,接続助詞,*,*,*,*,ので +340 助詞,接続助詞,*,*,*,*,のに +341 助詞,接続助詞,*,*,*,*,ば +342 助詞,接続助詞,*,*,*,*,ものの +343 助詞,接続助詞,*,*,*,*,や +344 助詞,接続助詞,*,*,*,*,やいなや +345 助詞,接続助詞,*,*,*,*,や否や +346 助詞,接続助詞,*,*,*,*,んで +347 助詞,特殊,*,*,*,*,かな +348 助詞,特殊,*,*,*,*,けむ +349 助詞,特殊,*,*,*,*,に +350 助詞,特殊,*,*,*,*,にゃ +351 助詞,特殊,*,*,*,*,ん +352 助詞,副詞化,*,*,*,*,と +353 助詞,副詞化,*,*,*,*,に +354 助詞,副助詞,*,*,*,*,かも +355 助詞,副助詞,*,*,*,*,くらい +356 助詞,副助詞,*,*,*,*,ぐらい +357 助詞,副助詞,*,*,*,*,しも +358 助詞,副助詞,*,*,*,*,じゃ +359 助詞,副助詞,*,*,*,*,じゃあ +360 助詞,副助詞,*,*,*,*,じゃァ +361 助詞,副助詞,*,*,*,*,ずつ +362 助詞,副助詞,*,*,*,*,だけ +363 助詞,副助詞,*,*,*,*,だって +364 助詞,副助詞,*,*,*,*,だに +365 助詞,副助詞,*,*,*,*,でも +366 助詞,副助詞,*,*,*,*,とも +367 助詞,副助詞,*,*,*,*,なぞ +368 助詞,副助詞,*,*,*,*,など +369 助詞,副助詞,*,*,*,*,なり +370 助詞,副助詞,*,*,*,*,なんか +371 助詞,副助詞,*,*,*,*,なんぞ +372 助詞,副助詞,*,*,*,*,なんて +373 助詞,副助詞,*,*,*,*,のみ +374 助詞,副助詞,*,*,*,*,ばかし +375 助詞,副助詞,*,*,*,*,ばかり +376 助詞,副助詞,*,*,*,*,ばっか +377 助詞,副助詞,*,*,*,*,ばっかり +378 助詞,副助詞,*,*,*,*,ほど +379 助詞,副助詞,*,*,*,*,まで +380 助詞,副助詞,*,*,*,*,やら +381 助詞,副助詞,*,*,*,*,程 +382 助詞,副助詞,*,*,*,*,迄 +383 助詞,副助詞/並立助詞/終助詞,*,*,*,*,か +384 助詞,並立助詞,*,*,*,*,たり +385 助詞,並立助詞,*,*,*,*,だの +386 助詞,並立助詞,*,*,*,*,だり +387 助詞,並立助詞,*,*,*,*,と +388 助詞,並立助詞,*,*,*,*,とか +389 助詞,並立助詞,*,*,*,*,なり +390 助詞,並立助詞,*,*,*,*,や +391 助詞,並立助詞,*,*,*,*,やら +392 助詞,連体化,*,*,*,*,の +393 助詞,連体化,*,*,*,*,ノ +394 助動詞,*,*,*,下二・タ行,仮定形,つ +395 助動詞,*,*,*,下二・タ行,基本形,つ +396 助動詞,*,*,*,下二・タ行,体言接続,つ +397 助動詞,*,*,*,下二・タ行,未然形,つ +398 助動詞,*,*,*,下二・タ行,命令yo,つ +399 助動詞,*,*,*,下二・タ行,連用形,つ +400 助動詞,*,*,*,形容詞・イ段,ガル接続,らしい +401 助動詞,*,*,*,形容詞・イ段,ガル接続,無い +402 助動詞,*,*,*,形容詞・イ段,仮定形,らしい +403 助動詞,*,*,*,形容詞・イ段,仮定形,無い +404 助動詞,*,*,*,形容詞・イ段,仮定縮約1,らしい +405 助動詞,*,*,*,形容詞・イ段,仮定縮約1,無い +406 助動詞,*,*,*,形容詞・イ段,仮定縮約2,らしい +407 助動詞,*,*,*,形容詞・イ段,仮定縮約2,無い +408 助動詞,*,*,*,形容詞・イ段,基本形,らしい +409 助動詞,*,*,*,形容詞・イ段,基本形,無い +410 助動詞,*,*,*,形容詞・イ段,体言接続,らしい +411 助動詞,*,*,*,形容詞・イ段,体言接続,無い +412 助動詞,*,*,*,形容詞・イ段,文語基本形,らしい +413 助動詞,*,*,*,形容詞・イ段,文語基本形,無い +414 助動詞,*,*,*,形容詞・イ段,未然ウ接続,らしい +415 助動詞,*,*,*,形容詞・イ段,未然ウ接続,無い +416 助動詞,*,*,*,形容詞・イ段,未然ヌ接続,らしい +417 助動詞,*,*,*,形容詞・イ段,未然ヌ接続,無い +418 助動詞,*,*,*,形容詞・イ段,命令e,らしい +419 助動詞,*,*,*,形容詞・イ段,命令e,無い +420 助動詞,*,*,*,形容詞・イ段,連用ゴザイ接続,らしい +421 助動詞,*,*,*,形容詞・イ段,連用ゴザイ接続,無い +422 助動詞,*,*,*,形容詞・イ段,連用タ接続,らしい +423 助動詞,*,*,*,形容詞・イ段,連用タ接続,無い +424 助動詞,*,*,*,形容詞・イ段,連用テ接続,らしい +425 助動詞,*,*,*,形容詞・イ段,連用テ接続,無い +426 助動詞,*,*,*,五段・ラ行アル,仮定形,ある +427 助動詞,*,*,*,五段・ラ行アル,仮定縮約1,ある +428 助動詞,*,*,*,五段・ラ行アル,基本形,ある +429 助動詞,*,*,*,五段・ラ行アル,体言接続特殊,ある +430 助動詞,*,*,*,五段・ラ行アル,未然ウ接続,ある +431 助動詞,*,*,*,五段・ラ行アル,未然形,ある +432 助動詞,*,*,*,五段・ラ行アル,命令e,ある +433 助動詞,*,*,*,五段・ラ行アル,連用タ接続,ある +434 助動詞,*,*,*,五段・ラ行アル,連用形,ある +435 助動詞,*,*,*,五段・ラ行特殊,仮定形,ござる +436 助動詞,*,*,*,五段・ラ行特殊,仮定形,御座る +437 助動詞,*,*,*,五段・ラ行特殊,仮定縮約1,ござる +438 助動詞,*,*,*,五段・ラ行特殊,仮定縮約1,御座る +439 助動詞,*,*,*,五段・ラ行特殊,基本形,ござる +440 助動詞,*,*,*,五段・ラ行特殊,基本形,御座る +441 助動詞,*,*,*,五段・ラ行特殊,未然ウ接続,ござる +442 助動詞,*,*,*,五段・ラ行特殊,未然ウ接続,御座る +443 助動詞,*,*,*,五段・ラ行特殊,未然形,ござる +444 助動詞,*,*,*,五段・ラ行特殊,未然形,御座る +445 助動詞,*,*,*,五段・ラ行特殊,未然特殊,ござる +446 助動詞,*,*,*,五段・ラ行特殊,未然特殊,御座る +447 助動詞,*,*,*,五段・ラ行特殊,命令e,ござる +448 助動詞,*,*,*,五段・ラ行特殊,命令e,御座る +449 助動詞,*,*,*,五段・ラ行特殊,命令i,ござる +450 助動詞,*,*,*,五段・ラ行特殊,命令i,御座る +451 助動詞,*,*,*,五段・ラ行特殊,連用タ接続,ござる +452 助動詞,*,*,*,五段・ラ行特殊,連用タ接続,御座る +453 助動詞,*,*,*,五段・ラ行特殊,連用形,ござる +454 助動詞,*,*,*,五段・ラ行特殊,連用形,御座る +455 助動詞,*,*,*,特殊・ジャ,基本形,じゃ +456 助動詞,*,*,*,特殊・ジャ,未然形,じゃ +457 助動詞,*,*,*,特殊・ジャ,連用形,じゃ +458 助動詞,*,*,*,特殊・タ,仮定形,た +459 助動詞,*,*,*,特殊・タ,仮定形,だ +460 助動詞,*,*,*,特殊・タ,基本形,た +461 助動詞,*,*,*,特殊・タ,基本形,だ +462 助動詞,*,*,*,特殊・タ,未然形,た +463 助動詞,*,*,*,特殊・タ,未然形,だ +464 助動詞,*,*,*,特殊・タイ,ガル接続,たい +465 助動詞,*,*,*,特殊・タイ,音便基本形,たい +466 助動詞,*,*,*,特殊・タイ,仮定形,たい +467 助動詞,*,*,*,特殊・タイ,仮定縮約1,たい +468 助動詞,*,*,*,特殊・タイ,仮定縮約2,たい +469 助動詞,*,*,*,特殊・タイ,基本形,たい +470 助動詞,*,*,*,特殊・タイ,体言接続,たい +471 助動詞,*,*,*,特殊・タイ,文語基本形,たい +472 助動詞,*,*,*,特殊・タイ,未然ウ接続,たい +473 助動詞,*,*,*,特殊・タイ,未然ヌ接続,たい +474 助動詞,*,*,*,特殊・タイ,連用ゴザイ接続,たい +475 助動詞,*,*,*,特殊・タイ,連用タ接続,たい +476 助動詞,*,*,*,特殊・タイ,連用テ接続,たい +477 助動詞,*,*,*,特殊・ダ,仮定形,だ +478 助動詞,*,*,*,特殊・ダ,基本形,だ +479 助動詞,*,*,*,特殊・ダ,体言接続,だ +480 助動詞,*,*,*,特殊・ダ,未然形,だ +481 助動詞,*,*,*,特殊・ダ,命令e,だ +482 助動詞,*,*,*,特殊・ダ,連用タ接続,だ +483 助動詞,*,*,*,特殊・ダ,連用形,だ +484 助動詞,*,*,*,特殊・デス,基本形,っす +485 助動詞,*,*,*,特殊・デス,基本形,です +486 助動詞,*,*,*,特殊・デス,基本形,どす +487 助動詞,*,*,*,特殊・デス,未然形,っす +488 助動詞,*,*,*,特殊・デス,未然形,です +489 助動詞,*,*,*,特殊・デス,未然形,どす +490 助動詞,*,*,*,特殊・デス,連用形,っす +491 助動詞,*,*,*,特殊・デス,連用形,です +492 助動詞,*,*,*,特殊・デス,連用形,どす +493 助動詞,*,*,*,特殊・ナイ,ガル接続,無い +494 助動詞,*,*,*,特殊・ナイ,音便基本形,無い +495 助動詞,*,*,*,特殊・ナイ,仮定形,無い +496 助動詞,*,*,*,特殊・ナイ,仮定縮約1,無い +497 助動詞,*,*,*,特殊・ナイ,仮定縮約2,無い +498 助動詞,*,*,*,特殊・ナイ,基本形,無い +499 助動詞,*,*,*,特殊・ナイ,体言接続,無い +500 助動詞,*,*,*,特殊・ナイ,文語基本形,無い +501 助動詞,*,*,*,特殊・ナイ,未然ウ接続,無い +502 助動詞,*,*,*,特殊・ナイ,未然ヌ接続,無い +503 助動詞,*,*,*,特殊・ナイ,命令e,無い +504 助動詞,*,*,*,特殊・ナイ,連用ゴザイ接続,無い +505 助動詞,*,*,*,特殊・ナイ,連用タ接続,無い +506 助動詞,*,*,*,特殊・ナイ,連用テ接続,無い +507 助動詞,*,*,*,特殊・ナイ,連用デ接続,無い +508 助動詞,*,*,*,特殊・ヌ,仮定形,ぬ +509 助動詞,*,*,*,特殊・ヌ,基本形,ぬ +510 助動詞,*,*,*,特殊・ヌ,体言接続,ぬ +511 助動詞,*,*,*,特殊・ヌ,文語基本形,ぬ +512 助動詞,*,*,*,特殊・ヌ,連用ニ接続,ぬ +513 助動詞,*,*,*,特殊・ヌ,連用形,ぬ +514 助動詞,*,*,*,特殊・マス,仮定形,ます +515 助動詞,*,*,*,特殊・マス,仮定形,やす +516 助動詞,*,*,*,特殊・マス,基本形,ます +517 助動詞,*,*,*,特殊・マス,基本形,やす +518 助動詞,*,*,*,特殊・マス,未然ウ接続,ます +519 助動詞,*,*,*,特殊・マス,未然ウ接続,やす +520 助動詞,*,*,*,特殊・マス,未然形,ます +521 助動詞,*,*,*,特殊・マス,未然形,やす +522 助動詞,*,*,*,特殊・マス,命令e,ます +523 助動詞,*,*,*,特殊・マス,命令e,やす +524 助動詞,*,*,*,特殊・マス,命令i,ます +525 助動詞,*,*,*,特殊・マス,命令i,やす +526 助動詞,*,*,*,特殊・マス,連用形,ます +527 助動詞,*,*,*,特殊・マス,連用形,やす +528 助動詞,*,*,*,特殊・ヤ,基本形,や +529 助動詞,*,*,*,特殊・ヤ,未然形,や +530 助動詞,*,*,*,特殊・ヤ,連用形,や +531 助動詞,*,*,*,不変化型,基本形,う +532 助動詞,*,*,*,不変化型,基本形,じ +533 助動詞,*,*,*,不変化型,基本形,じゃん +534 助動詞,*,*,*,不変化型,基本形,じゃン +535 助動詞,*,*,*,不変化型,基本形,ぬ +536 助動詞,*,*,*,不変化型,基本形,ひん +537 助動詞,*,*,*,不変化型,基本形,へん +538 助動詞,*,*,*,不変化型,基本形,まい +539 助動詞,*,*,*,不変化型,基本形,やん +540 助動詞,*,*,*,不変化型,基本形,ん +541 助動詞,*,*,*,文語・キ,基本形,き +542 助動詞,*,*,*,文語・キ,体言接続,き +543 助動詞,*,*,*,文語・キ,命令e,き +544 助動詞,*,*,*,文語・ケリ,基本形,けり +545 助動詞,*,*,*,文語・ケリ,体言接続,けり +546 助動詞,*,*,*,文語・ゴトシ,基本形,ごとし +547 助動詞,*,*,*,文語・ゴトシ,基本形,如し +548 助動詞,*,*,*,文語・ゴトシ,体言接続,ごとし +549 助動詞,*,*,*,文語・ゴトシ,体言接続,如し +550 助動詞,*,*,*,文語・ゴトシ,連用形,ごとし +551 助動詞,*,*,*,文語・ゴトシ,連用形,如し +552 助動詞,*,*,*,文語・ナリ,仮定形,たり +553 助動詞,*,*,*,文語・ナリ,仮定形,なり +554 助動詞,*,*,*,文語・ナリ,基本形,たり +555 助動詞,*,*,*,文語・ナリ,基本形,なり +556 助動詞,*,*,*,文語・ナリ,体言接続,たり +557 助動詞,*,*,*,文語・ナリ,体言接続,なり +558 助動詞,*,*,*,文語・ナリ,未然形,たり +559 助動詞,*,*,*,文語・ナリ,未然形,なり +560 助動詞,*,*,*,文語・ナリ,命令e,たり +561 助動詞,*,*,*,文語・ナリ,命令e,なり +562 助動詞,*,*,*,文語・ベシ,仮定形,べし +563 助動詞,*,*,*,文語・ベシ,基本形,べし +564 助動詞,*,*,*,文語・ベシ,体言接続,べし +565 助動詞,*,*,*,文語・ベシ,未然形,べし +566 助動詞,*,*,*,文語・ベシ,連用形,べし +567 助動詞,*,*,*,文語・マジ,仮定形,まじ +568 助動詞,*,*,*,文語・マジ,基本形,まじ +569 助動詞,*,*,*,文語・マジ,体言接続,まじ +570 助動詞,*,*,*,文語・マジ,連用形,まじ +571 助動詞,*,*,*,文語・リ,基本形,り +572 助動詞,*,*,*,文語・リ,体言接続,り +573 助動詞,*,*,*,文語・ル,仮定形,る +574 助動詞,*,*,*,文語・ル,基本形,る +575 助動詞,*,*,*,文語・ル,体言接続,る +576 助動詞,*,*,*,文語・ル,未然形,る +577 助動詞,*,*,*,文語・ル,命令e,る +578 助動詞,*,*,*,文語・ル,命令yo,る +579 助動詞,*,*,*,文語・ル,連用形,る +580 接続詞,*,*,*,*,*,* +581 接続詞,*,*,*,*,*,および +582 接頭詞,形容詞接続,*,*,*,*,* +583 接頭詞,数接続,*,*,*,*,* +584 接頭詞,動詞接続,*,*,*,*,* +585 接頭詞,名詞接続,*,*,*,*,* +586 動詞,自立,*,*,カ変・クル,仮定形,* +587 動詞,自立,*,*,カ変・クル,仮定縮約1,* +588 動詞,自立,*,*,カ変・クル,基本形,* +589 動詞,自立,*,*,カ変・クル,体言接続特殊,* +590 動詞,自立,*,*,カ変・クル,体言接続特殊2,* +591 動詞,自立,*,*,カ変・クル,未然ウ接続,* +592 動詞,自立,*,*,カ変・クル,未然形,* +593 動詞,自立,*,*,カ変・クル,命令i,* +594 動詞,自立,*,*,カ変・クル,命令yo,* +595 動詞,自立,*,*,カ変・クル,連用形,* +596 動詞,自立,*,*,カ変・来ル,仮定形,* +597 動詞,自立,*,*,カ変・来ル,仮定縮約1,* +598 動詞,自立,*,*,カ変・来ル,基本形,* +599 動詞,自立,*,*,カ変・来ル,体言接続特殊,* +600 動詞,自立,*,*,カ変・来ル,体言接続特殊2,* +601 動詞,自立,*,*,カ変・来ル,未然ウ接続,* +602 動詞,自立,*,*,カ変・来ル,未然形,* +603 動詞,自立,*,*,カ変・来ル,命令i,* +604 動詞,自立,*,*,カ変・来ル,命令yo,* +605 動詞,自立,*,*,カ変・来ル,連用形,* +606 動詞,自立,*,*,サ変・−スル,仮定形,* +607 動詞,自立,*,*,サ変・−スル,仮定縮約1,* +608 動詞,自立,*,*,サ変・−スル,基本形,* +609 動詞,自立,*,*,サ変・−スル,文語基本形,* +610 動詞,自立,*,*,サ変・−スル,未然ウ接続,* +611 動詞,自立,*,*,サ変・−スル,未然レル接続,* +612 動詞,自立,*,*,サ変・−スル,未然形,* +613 動詞,自立,*,*,サ変・−スル,命令ro,* +614 動詞,自立,*,*,サ変・−スル,命令yo,* +615 動詞,自立,*,*,サ変・−ズル,仮定形,* +616 動詞,自立,*,*,サ変・−ズル,仮定縮約1,* +617 動詞,自立,*,*,サ変・−ズル,基本形,* +618 動詞,自立,*,*,サ変・−ズル,文語基本形,* +619 動詞,自立,*,*,サ変・−ズル,未然ウ接続,* +620 動詞,自立,*,*,サ変・−ズル,未然形,* +621 動詞,自立,*,*,サ変・−ズル,命令yo,* +622 動詞,自立,*,*,サ変・スル,仮定形,する +623 動詞,自立,*,*,サ変・スル,仮定縮約1,する +624 動詞,自立,*,*,サ変・スル,基本形,する +625 動詞,自立,*,*,サ変・スル,体言接続特殊,する +626 動詞,自立,*,*,サ変・スル,体言接続特殊2,する +627 動詞,自立,*,*,サ変・スル,文語基本形,する +628 動詞,自立,*,*,サ変・スル,未然ウ接続,する +629 動詞,自立,*,*,サ変・スル,未然ヌ接続,する +630 動詞,自立,*,*,サ変・スル,未然レル接続,する +631 動詞,自立,*,*,サ変・スル,未然形,する +632 動詞,自立,*,*,サ変・スル,命令i,する +633 動詞,自立,*,*,サ変・スル,命令ro,する +634 動詞,自立,*,*,サ変・スル,命令yo,する +635 動詞,自立,*,*,サ変・スル,連用形,する +636 動詞,自立,*,*,ラ変,仮定形,* +637 動詞,自立,*,*,ラ変,基本形,* +638 動詞,自立,*,*,ラ変,体言接続,* +639 動詞,自立,*,*,ラ変,未然形,* +640 動詞,自立,*,*,ラ変,命令e,* +641 動詞,自立,*,*,ラ変,連用形,* +642 動詞,自立,*,*,一段,*,* +643 動詞,自立,*,*,一段,仮定形,* +644 動詞,自立,*,*,一段,仮定縮約1,* +645 動詞,自立,*,*,一段,基本形,* +646 動詞,自立,*,*,一段,基本形-促音便,* +647 動詞,自立,*,*,一段,体言接続特殊,* +648 動詞,自立,*,*,一段,未然ウ接続,* +649 動詞,自立,*,*,一段,未然形,* +650 動詞,自立,*,*,一段,命令ro,* +651 動詞,自立,*,*,一段,命令yo,* +652 動詞,自立,*,*,一段,連用形,* +653 動詞,自立,*,*,一段・クレル,仮定形,* +654 動詞,自立,*,*,一段・クレル,仮定縮約1,* +655 動詞,自立,*,*,一段・クレル,基本形,* +656 動詞,自立,*,*,一段・クレル,未然ウ接続,* +657 動詞,自立,*,*,一段・クレル,未然形,* +658 動詞,自立,*,*,一段・クレル,未然特殊,* +659 動詞,自立,*,*,一段・クレル,命令e,* +660 動詞,自立,*,*,一段・クレル,命令ro,* +661 動詞,自立,*,*,一段・クレル,命令yo,* +662 動詞,自立,*,*,一段・クレル,連用形,* +663 動詞,自立,*,*,一段・得ル,仮定形,* +664 動詞,自立,*,*,一段・得ル,基本形,* +665 動詞,自立,*,*,下二・カ行,仮定形,* +666 動詞,自立,*,*,下二・カ行,基本形,* +667 動詞,自立,*,*,下二・カ行,体言接続,* +668 動詞,自立,*,*,下二・カ行,未然形,* +669 動詞,自立,*,*,下二・カ行,命令yo,* +670 動詞,自立,*,*,下二・カ行,連用形,* +671 動詞,自立,*,*,下二・ガ行,仮定形,* +672 動詞,自立,*,*,下二・ガ行,基本形,* +673 動詞,自立,*,*,下二・ガ行,体言接続,* +674 動詞,自立,*,*,下二・ガ行,未然形,* +675 動詞,自立,*,*,下二・ガ行,命令yo,* +676 動詞,自立,*,*,下二・ガ行,連用形,* +677 動詞,自立,*,*,下二・ダ行,仮定形,* +678 動詞,自立,*,*,下二・ダ行,基本形,* +679 動詞,自立,*,*,下二・ダ行,体言接続,* +680 動詞,自立,*,*,下二・ダ行,未然形,* +681 動詞,自立,*,*,下二・ダ行,命令yo,* +682 動詞,自立,*,*,下二・ダ行,連用形,* +683 動詞,自立,*,*,下二・ハ行,仮定形,* +684 動詞,自立,*,*,下二・ハ行,基本形,* +685 動詞,自立,*,*,下二・ハ行,体言接続,* +686 動詞,自立,*,*,下二・ハ行,未然形,* +687 動詞,自立,*,*,下二・ハ行,命令yo,* +688 動詞,自立,*,*,下二・ハ行,連用形,* +689 動詞,自立,*,*,下二・マ行,仮定形,* +690 動詞,自立,*,*,下二・マ行,基本形,* +691 動詞,自立,*,*,下二・マ行,体言接続,* +692 動詞,自立,*,*,下二・マ行,未然形,* +693 動詞,自立,*,*,下二・マ行,命令yo,* +694 動詞,自立,*,*,下二・マ行,連用形,* +695 動詞,自立,*,*,下二・得,仮定形,* +696 動詞,自立,*,*,下二・得,基本形,* +697 動詞,自立,*,*,下二・得,体言接続,* +698 動詞,自立,*,*,下二・得,未然ウ接続,* +699 動詞,自立,*,*,下二・得,未然形,* +700 動詞,自立,*,*,下二・得,命令yo,* +701 動詞,自立,*,*,下二・得,連用形,* +702 動詞,自立,*,*,五段・カ行イ音便,*,* +703 動詞,自立,*,*,五段・カ行イ音便,仮定形,* +704 動詞,自立,*,*,五段・カ行イ音便,仮定形,行く +705 動詞,自立,*,*,五段・カ行イ音便,仮定縮約1,* +706 動詞,自立,*,*,五段・カ行イ音便,仮定縮約1,行く +707 動詞,自立,*,*,五段・カ行イ音便,基本形,* +708 動詞,自立,*,*,五段・カ行イ音便,基本形,行く +709 動詞,自立,*,*,五段・カ行イ音便,未然ウ接続,* +710 動詞,自立,*,*,五段・カ行イ音便,未然ウ接続,行く +711 動詞,自立,*,*,五段・カ行イ音便,未然形,* +712 動詞,自立,*,*,五段・カ行イ音便,未然形,行く +713 動詞,自立,*,*,五段・カ行イ音便,命令e,* +714 動詞,自立,*,*,五段・カ行イ音便,命令e,行く +715 動詞,自立,*,*,五段・カ行イ音便,連用タ接続,* +716 動詞,自立,*,*,五段・カ行イ音便,連用タ接続,行く +717 動詞,自立,*,*,五段・カ行イ音便,連用形,* +718 動詞,自立,*,*,五段・カ行イ音便,連用形,行く +719 動詞,自立,*,*,五段・カ行促音便,仮定形,* +720 動詞,自立,*,*,五段・カ行促音便,仮定形,行く +721 動詞,自立,*,*,五段・カ行促音便,仮定縮約1,* +722 動詞,自立,*,*,五段・カ行促音便,仮定縮約1,行く +723 動詞,自立,*,*,五段・カ行促音便,基本形,* +724 動詞,自立,*,*,五段・カ行促音便,基本形,行く +725 動詞,自立,*,*,五段・カ行促音便,未然ウ接続,* +726 動詞,自立,*,*,五段・カ行促音便,未然ウ接続,行く +727 動詞,自立,*,*,五段・カ行促音便,未然形,* +728 動詞,自立,*,*,五段・カ行促音便,未然形,行く +729 動詞,自立,*,*,五段・カ行促音便,命令e,* +730 動詞,自立,*,*,五段・カ行促音便,命令e,行く +731 動詞,自立,*,*,五段・カ行促音便,連用タ接続,* +732 動詞,自立,*,*,五段・カ行促音便,連用タ接続,行く +733 動詞,自立,*,*,五段・カ行促音便,連用形,* +734 動詞,自立,*,*,五段・カ行促音便,連用形,行く +735 動詞,自立,*,*,五段・カ行促音便ユク,仮定形,* +736 動詞,自立,*,*,五段・カ行促音便ユク,仮定形,行く +737 動詞,自立,*,*,五段・カ行促音便ユク,仮定縮約1,* +738 動詞,自立,*,*,五段・カ行促音便ユク,仮定縮約1,行く +739 動詞,自立,*,*,五段・カ行促音便ユク,基本形,* +740 動詞,自立,*,*,五段・カ行促音便ユク,基本形,行く +741 動詞,自立,*,*,五段・カ行促音便ユク,未然ウ接続,* +742 動詞,自立,*,*,五段・カ行促音便ユク,未然ウ接続,行く +743 動詞,自立,*,*,五段・カ行促音便ユク,未然形,* +744 動詞,自立,*,*,五段・カ行促音便ユク,未然形,行く +745 動詞,自立,*,*,五段・カ行促音便ユク,命令e,* +746 動詞,自立,*,*,五段・カ行促音便ユク,命令e,行く +747 動詞,自立,*,*,五段・カ行促音便ユク,連用形,* +748 動詞,自立,*,*,五段・カ行促音便ユク,連用形,行く +749 動詞,自立,*,*,五段・ガ行,*,* +750 動詞,自立,*,*,五段・ガ行,仮定形,* +751 動詞,自立,*,*,五段・ガ行,仮定縮約1,* +752 動詞,自立,*,*,五段・ガ行,基本形,* +753 動詞,自立,*,*,五段・ガ行,未然ウ接続,* +754 動詞,自立,*,*,五段・ガ行,未然形,* +755 動詞,自立,*,*,五段・ガ行,命令e,* +756 動詞,自立,*,*,五段・ガ行,連用タ接続,* +757 動詞,自立,*,*,五段・ガ行,連用形,* +758 動詞,自立,*,*,五段・サ行,*,* +759 動詞,自立,*,*,五段・サ行,仮定形,* +760 動詞,自立,*,*,五段・サ行,仮定縮約1,* +761 動詞,自立,*,*,五段・サ行,基本形,* +762 動詞,自立,*,*,五段・サ行,未然ウ接続,* +763 動詞,自立,*,*,五段・サ行,未然形,* +764 動詞,自立,*,*,五段・サ行,命令e,* +765 動詞,自立,*,*,五段・サ行,連用形,* +766 動詞,自立,*,*,五段・タ行,*,* +767 動詞,自立,*,*,五段・タ行,仮定形,* +768 動詞,自立,*,*,五段・タ行,仮定縮約1,* +769 動詞,自立,*,*,五段・タ行,基本形,* +770 動詞,自立,*,*,五段・タ行,未然ウ接続,* +771 動詞,自立,*,*,五段・タ行,未然形,* +772 動詞,自立,*,*,五段・タ行,命令e,* +773 動詞,自立,*,*,五段・タ行,連用タ接続,* +774 動詞,自立,*,*,五段・タ行,連用形,* +775 動詞,自立,*,*,五段・ナ行,仮定形,* +776 動詞,自立,*,*,五段・ナ行,仮定縮約1,* +777 動詞,自立,*,*,五段・ナ行,基本形,* +778 動詞,自立,*,*,五段・ナ行,未然ウ接続,* +779 動詞,自立,*,*,五段・ナ行,未然形,* +780 動詞,自立,*,*,五段・ナ行,命令e,* +781 動詞,自立,*,*,五段・ナ行,連用タ接続,* +782 動詞,自立,*,*,五段・ナ行,連用形,* +783 動詞,自立,*,*,五段・バ行,*,* +784 動詞,自立,*,*,五段・バ行,仮定形,* +785 動詞,自立,*,*,五段・バ行,仮定縮約1,* +786 動詞,自立,*,*,五段・バ行,基本形,* +787 動詞,自立,*,*,五段・バ行,未然ウ接続,* +788 動詞,自立,*,*,五段・バ行,未然形,* +789 動詞,自立,*,*,五段・バ行,命令e,* +790 動詞,自立,*,*,五段・バ行,連用タ接続,* +791 動詞,自立,*,*,五段・バ行,連用形,* +792 動詞,自立,*,*,五段・マ行,*,* +793 動詞,自立,*,*,五段・マ行,仮定形,* +794 動詞,自立,*,*,五段・マ行,仮定縮約1,* +795 動詞,自立,*,*,五段・マ行,基本形,* +796 動詞,自立,*,*,五段・マ行,未然ウ接続,* +797 動詞,自立,*,*,五段・マ行,未然形,* +798 動詞,自立,*,*,五段・マ行,命令e,* +799 動詞,自立,*,*,五段・マ行,連用タ接続,* +800 動詞,自立,*,*,五段・マ行,連用形,* +801 動詞,自立,*,*,五段・ラ行,*,* +802 動詞,自立,*,*,五段・ラ行,*,する +803 動詞,自立,*,*,五段・ラ行,仮定形,* +804 動詞,自立,*,*,五段・ラ行,仮定形,する +805 動詞,自立,*,*,五段・ラ行,仮定縮約1,* +806 動詞,自立,*,*,五段・ラ行,仮定縮約1,する +807 動詞,自立,*,*,五段・ラ行,基本形,* +808 動詞,自立,*,*,五段・ラ行,基本形,する +809 動詞,自立,*,*,五段・ラ行,体言接続特殊,* +810 動詞,自立,*,*,五段・ラ行,体言接続特殊,する +811 動詞,自立,*,*,五段・ラ行,体言接続特殊2,* +812 動詞,自立,*,*,五段・ラ行,体言接続特殊2,する +813 動詞,自立,*,*,五段・ラ行,未然ウ接続,* +814 動詞,自立,*,*,五段・ラ行,未然ウ接続,する +815 動詞,自立,*,*,五段・ラ行,未然形,* +816 動詞,自立,*,*,五段・ラ行,未然形,する +817 動詞,自立,*,*,五段・ラ行,未然特殊,* +818 動詞,自立,*,*,五段・ラ行,未然特殊,する +819 動詞,自立,*,*,五段・ラ行,命令e,* +820 動詞,自立,*,*,五段・ラ行,命令e,する +821 動詞,自立,*,*,五段・ラ行,連用タ接続,* +822 動詞,自立,*,*,五段・ラ行,連用タ接続,する +823 動詞,自立,*,*,五段・ラ行,連用形,* +824 動詞,自立,*,*,五段・ラ行,連用形,する +825 動詞,自立,*,*,五段・ラ行特殊,仮定形,* +826 動詞,自立,*,*,五段・ラ行特殊,仮定縮約1,* +827 動詞,自立,*,*,五段・ラ行特殊,基本形,* +828 動詞,自立,*,*,五段・ラ行特殊,未然ウ接続,* +829 動詞,自立,*,*,五段・ラ行特殊,未然形,* +830 動詞,自立,*,*,五段・ラ行特殊,未然特殊,* +831 動詞,自立,*,*,五段・ラ行特殊,命令e,* +832 動詞,自立,*,*,五段・ラ行特殊,命令i,* +833 動詞,自立,*,*,五段・ラ行特殊,連用タ接続,* +834 動詞,自立,*,*,五段・ラ行特殊,連用形,* +835 動詞,自立,*,*,五段・ワ行ウ音便,*,* +836 動詞,自立,*,*,五段・ワ行ウ音便,仮定形,* +837 動詞,自立,*,*,五段・ワ行ウ音便,仮定形,言う +838 動詞,自立,*,*,五段・ワ行ウ音便,基本形,* +839 動詞,自立,*,*,五段・ワ行ウ音便,基本形,言う +840 動詞,自立,*,*,五段・ワ行ウ音便,未然ウ接続,* +841 動詞,自立,*,*,五段・ワ行ウ音便,未然ウ接続,言う +842 動詞,自立,*,*,五段・ワ行ウ音便,未然形,* +843 動詞,自立,*,*,五段・ワ行ウ音便,未然形,言う +844 動詞,自立,*,*,五段・ワ行ウ音便,命令e,* +845 動詞,自立,*,*,五段・ワ行ウ音便,命令e,言う +846 動詞,自立,*,*,五段・ワ行ウ音便,連用タ接続,* +847 動詞,自立,*,*,五段・ワ行ウ音便,連用タ接続,言う +848 動詞,自立,*,*,五段・ワ行ウ音便,連用形,* +849 動詞,自立,*,*,五段・ワ行ウ音便,連用形,言う +850 動詞,自立,*,*,五段・ワ行促音便,*,* +851 動詞,自立,*,*,五段・ワ行促音便,仮定形,* +852 動詞,自立,*,*,五段・ワ行促音便,仮定形,言う +853 動詞,自立,*,*,五段・ワ行促音便,仮定形,行う +854 動詞,自立,*,*,五段・ワ行促音便,基本形,* +855 動詞,自立,*,*,五段・ワ行促音便,基本形,言う +856 動詞,自立,*,*,五段・ワ行促音便,基本形,行う +857 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,* +858 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,言う +859 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,行う +860 動詞,自立,*,*,五段・ワ行促音便,未然形,* +861 動詞,自立,*,*,五段・ワ行促音便,未然形,言う +862 動詞,自立,*,*,五段・ワ行促音便,未然形,行う +863 動詞,自立,*,*,五段・ワ行促音便,命令e,* +864 動詞,自立,*,*,五段・ワ行促音便,命令e,言う +865 動詞,自立,*,*,五段・ワ行促音便,命令e,行う +866 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,* +867 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,言う +868 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,行う +869 動詞,自立,*,*,五段・ワ行促音便,連用形,* +870 動詞,自立,*,*,五段・ワ行促音便,連用形,言う +871 動詞,自立,*,*,五段・ワ行促音便,連用形,行う +872 動詞,自立,*,*,四段・サ行,仮定形,* +873 動詞,自立,*,*,四段・サ行,基本形,* +874 動詞,自立,*,*,四段・サ行,未然形,* +875 動詞,自立,*,*,四段・サ行,命令e,* +876 動詞,自立,*,*,四段・サ行,連用形,* +877 動詞,自立,*,*,四段・タ行,仮定形,* +878 動詞,自立,*,*,四段・タ行,基本形,* +879 動詞,自立,*,*,四段・タ行,未然形,* +880 動詞,自立,*,*,四段・タ行,命令e,* +881 動詞,自立,*,*,四段・タ行,連用形,* +882 動詞,自立,*,*,四段・ハ行,仮定形,* +883 動詞,自立,*,*,四段・ハ行,基本形,* +884 動詞,自立,*,*,四段・ハ行,未然形,* +885 動詞,自立,*,*,四段・ハ行,命令e,* +886 動詞,自立,*,*,四段・ハ行,連用形,* +887 動詞,自立,*,*,四段・バ行,仮定形,* +888 動詞,自立,*,*,四段・バ行,基本形,* +889 動詞,自立,*,*,四段・バ行,未然形,* +890 動詞,自立,*,*,四段・バ行,命令e,* +891 動詞,自立,*,*,四段・バ行,連用形,* +892 動詞,自立,*,*,上二・ダ行,仮定形,* +893 動詞,自立,*,*,上二・ダ行,基本形,* +894 動詞,自立,*,*,上二・ダ行,現代基本形,* +895 動詞,自立,*,*,上二・ダ行,体言接続,* +896 動詞,自立,*,*,上二・ダ行,未然形,* +897 動詞,自立,*,*,上二・ダ行,命令yo,* +898 動詞,自立,*,*,上二・ダ行,連用形,* +899 動詞,自立,*,*,上二・ハ行,仮定形,* +900 動詞,自立,*,*,上二・ハ行,基本形,* +901 動詞,自立,*,*,上二・ハ行,体言接続,* +902 動詞,自立,*,*,上二・ハ行,未然形,* +903 動詞,自立,*,*,上二・ハ行,命令yo,* +904 動詞,自立,*,*,上二・ハ行,連用形,* +905 動詞,接尾,*,*,一段,仮定形,* +906 動詞,接尾,*,*,一段,仮定縮約1,* +907 動詞,接尾,*,*,一段,基本形,* +908 動詞,接尾,*,*,一段,基本形-促音便,* +909 動詞,接尾,*,*,一段,体言接続特殊,* +910 動詞,接尾,*,*,一段,未然ウ接続,* +911 動詞,接尾,*,*,一段,未然形,* +912 動詞,接尾,*,*,一段,命令ro,* +913 動詞,接尾,*,*,一段,命令yo,* +914 動詞,接尾,*,*,一段,連用形,* +915 動詞,接尾,*,*,五段・サ行,仮定形,* +916 動詞,接尾,*,*,五段・サ行,仮定縮約1,* +917 動詞,接尾,*,*,五段・サ行,基本形,* +918 動詞,接尾,*,*,五段・サ行,未然ウ接続,* +919 動詞,接尾,*,*,五段・サ行,未然形,* +920 動詞,接尾,*,*,五段・サ行,命令e,* +921 動詞,接尾,*,*,五段・サ行,連用形,* +922 動詞,接尾,*,*,五段・ラ行,仮定形,* +923 動詞,接尾,*,*,五段・ラ行,仮定縮約1,* +924 動詞,接尾,*,*,五段・ラ行,基本形,* +925 動詞,接尾,*,*,五段・ラ行,体言接続特殊,* +926 動詞,接尾,*,*,五段・ラ行,体言接続特殊2,* +927 動詞,接尾,*,*,五段・ラ行,未然ウ接続,* +928 動詞,接尾,*,*,五段・ラ行,未然形,* +929 動詞,接尾,*,*,五段・ラ行,未然特殊,* +930 動詞,接尾,*,*,五段・ラ行,命令e,* +931 動詞,接尾,*,*,五段・ラ行,連用タ接続,* +932 動詞,接尾,*,*,五段・ラ行,連用形,* +933 動詞,非自立,*,*,カ変・クル,仮定形,来る +934 動詞,非自立,*,*,カ変・クル,仮定縮約1,来る +935 動詞,非自立,*,*,カ変・クル,基本形,来る +936 動詞,非自立,*,*,カ変・クル,体言接続特殊,来る +937 動詞,非自立,*,*,カ変・クル,体言接続特殊2,来る +938 動詞,非自立,*,*,カ変・クル,未然ウ接続,来る +939 動詞,非自立,*,*,カ変・クル,未然形,来る +940 動詞,非自立,*,*,カ変・クル,命令i,来る +941 動詞,非自立,*,*,カ変・クル,命令yo,来る +942 動詞,非自立,*,*,カ変・クル,連用形,来る +943 動詞,非自立,*,*,カ変・来ル,仮定形,来る +944 動詞,非自立,*,*,カ変・来ル,仮定縮約1,来る +945 動詞,非自立,*,*,カ変・来ル,基本形,来る +946 動詞,非自立,*,*,カ変・来ル,体言接続特殊,来る +947 動詞,非自立,*,*,カ変・来ル,体言接続特殊2,来る +948 動詞,非自立,*,*,カ変・来ル,未然ウ接続,来る +949 動詞,非自立,*,*,カ変・来ル,未然形,来る +950 動詞,非自立,*,*,カ変・来ル,命令i,来る +951 動詞,非自立,*,*,カ変・来ル,命令yo,来る +952 動詞,非自立,*,*,カ変・来ル,連用形,来る +953 動詞,非自立,*,*,一段,*,* +954 動詞,非自立,*,*,一段,仮定形,* +955 動詞,非自立,*,*,一段,仮定形,る +956 動詞,非自立,*,*,一段,仮定縮約1,* +957 動詞,非自立,*,*,一段,仮定縮約1,る +958 動詞,非自立,*,*,一段,基本形,* +959 動詞,非自立,*,*,一段,基本形,る +960 動詞,非自立,*,*,一段,基本形-促音便,* +961 動詞,非自立,*,*,一段,基本形-促音便,る +962 動詞,非自立,*,*,一段,体言接続特殊,* +963 動詞,非自立,*,*,一段,体言接続特殊,る +964 動詞,非自立,*,*,一段,未然ウ接続,* +965 動詞,非自立,*,*,一段,未然ウ接続,る +966 動詞,非自立,*,*,一段,未然形,* +967 動詞,非自立,*,*,一段,命令ro,* +968 動詞,非自立,*,*,一段,命令ro,る +969 動詞,非自立,*,*,一段,命令yo,* +970 動詞,非自立,*,*,一段,命令yo,る +971 動詞,非自立,*,*,一段,連用形,* +972 動詞,非自立,*,*,一段・クレル,仮定形,くれる +973 動詞,非自立,*,*,一段・クレル,仮定縮約1,くれる +974 動詞,非自立,*,*,一段・クレル,基本形,くれる +975 動詞,非自立,*,*,一段・クレル,未然ウ接続,くれる +976 動詞,非自立,*,*,一段・クレル,未然形,くれる +977 動詞,非自立,*,*,一段・クレル,未然特殊,くれる +978 動詞,非自立,*,*,一段・クレル,命令e,くれる +979 動詞,非自立,*,*,一段・クレル,命令ro,くれる +980 動詞,非自立,*,*,一段・クレル,命令yo,くれる +981 動詞,非自立,*,*,一段・クレル,連用形,くれる +982 動詞,非自立,*,*,一段・得ル,仮定形,* +983 動詞,非自立,*,*,一段・得ル,基本形,* +984 動詞,非自立,*,*,五段・カ行イ音便,*,* +985 動詞,非自立,*,*,五段・カ行イ音便,仮定形,* +986 動詞,非自立,*,*,五段・カ行イ音便,仮定形,おく +987 動詞,非自立,*,*,五段・カ行イ音便,仮定形,続く +988 動詞,非自立,*,*,五段・カ行イ音便,仮定形,抜く +989 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,* +990 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,おく +991 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,続く +992 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,抜く +993 動詞,非自立,*,*,五段・カ行イ音便,基本形,* +994 動詞,非自立,*,*,五段・カ行イ音便,基本形,おく +995 動詞,非自立,*,*,五段・カ行イ音便,基本形,続く +996 動詞,非自立,*,*,五段・カ行イ音便,基本形,抜く +997 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,* +998 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,おく +999 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,続く +1000 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,抜く +1001 動詞,非自立,*,*,五段・カ行イ音便,未然形,* +1002 動詞,非自立,*,*,五段・カ行イ音便,未然形,おく +1003 動詞,非自立,*,*,五段・カ行イ音便,未然形,続く +1004 動詞,非自立,*,*,五段・カ行イ音便,未然形,抜く +1005 動詞,非自立,*,*,五段・カ行イ音便,命令e,* +1006 動詞,非自立,*,*,五段・カ行イ音便,命令e,おく +1007 動詞,非自立,*,*,五段・カ行イ音便,命令e,続く +1008 動詞,非自立,*,*,五段・カ行イ音便,命令e,抜く +1009 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,* +1010 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,おく +1011 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,続く +1012 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,抜く +1013 動詞,非自立,*,*,五段・カ行イ音便,連用形,* +1014 動詞,非自立,*,*,五段・カ行イ音便,連用形,おく +1015 動詞,非自立,*,*,五段・カ行イ音便,連用形,続く +1016 動詞,非自立,*,*,五段・カ行イ音便,連用形,抜く +1017 動詞,非自立,*,*,五段・カ行促音便,仮定形,* +1018 動詞,非自立,*,*,五段・カ行促音便,仮定形,いく +1019 動詞,非自立,*,*,五段・カ行促音便,仮定形,く +1020 動詞,非自立,*,*,五段・カ行促音便,仮定形,行く +1021 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,* +1022 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,いく +1023 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,く +1024 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,行く +1025 動詞,非自立,*,*,五段・カ行促音便,基本形,* +1026 動詞,非自立,*,*,五段・カ行促音便,基本形,いく +1027 動詞,非自立,*,*,五段・カ行促音便,基本形,く +1028 動詞,非自立,*,*,五段・カ行促音便,基本形,行く +1029 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,* +1030 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,いく +1031 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,く +1032 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,行く +1033 動詞,非自立,*,*,五段・カ行促音便,未然形,* +1034 動詞,非自立,*,*,五段・カ行促音便,未然形,いく +1035 動詞,非自立,*,*,五段・カ行促音便,未然形,く +1036 動詞,非自立,*,*,五段・カ行促音便,未然形,行く +1037 動詞,非自立,*,*,五段・カ行促音便,命令e,* +1038 動詞,非自立,*,*,五段・カ行促音便,命令e,いく +1039 動詞,非自立,*,*,五段・カ行促音便,命令e,く +1040 動詞,非自立,*,*,五段・カ行促音便,命令e,行く +1041 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,* +1042 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,いく +1043 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,く +1044 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,行く +1045 動詞,非自立,*,*,五段・カ行促音便,連用形,* +1046 動詞,非自立,*,*,五段・カ行促音便,連用形,いく +1047 動詞,非自立,*,*,五段・カ行促音便,連用形,く +1048 動詞,非自立,*,*,五段・カ行促音便,連用形,行く +1049 動詞,非自立,*,*,五段・カ行促音便ユク,仮定形,ゆく +1050 動詞,非自立,*,*,五段・カ行促音便ユク,仮定形,行く +1051 動詞,非自立,*,*,五段・カ行促音便ユク,仮定縮約1,ゆく +1052 動詞,非自立,*,*,五段・カ行促音便ユク,仮定縮約1,行く +1053 動詞,非自立,*,*,五段・カ行促音便ユク,基本形,ゆく +1054 動詞,非自立,*,*,五段・カ行促音便ユク,基本形,行く +1055 動詞,非自立,*,*,五段・カ行促音便ユク,未然ウ接続,ゆく +1056 動詞,非自立,*,*,五段・カ行促音便ユク,未然ウ接続,行く +1057 動詞,非自立,*,*,五段・カ行促音便ユク,未然形,ゆく +1058 動詞,非自立,*,*,五段・カ行促音便ユク,未然形,行く +1059 動詞,非自立,*,*,五段・カ行促音便ユク,命令e,ゆく +1060 動詞,非自立,*,*,五段・カ行促音便ユク,命令e,行く +1061 動詞,非自立,*,*,五段・カ行促音便ユク,連用形,ゆく +1062 動詞,非自立,*,*,五段・カ行促音便ユク,連用形,行く +1063 動詞,非自立,*,*,五段・サ行,*,* +1064 動詞,非自立,*,*,五段・サ行,*,尽くす +1065 動詞,非自立,*,*,五段・サ行,仮定形,* +1066 動詞,非自立,*,*,五段・サ行,仮定形,出す +1067 動詞,非自立,*,*,五段・サ行,仮定形,尽くす +1068 動詞,非自立,*,*,五段・サ行,仮定形,直す +1069 動詞,非自立,*,*,五段・サ行,仮定縮約1,* +1070 動詞,非自立,*,*,五段・サ行,仮定縮約1,出す +1071 動詞,非自立,*,*,五段・サ行,仮定縮約1,尽くす +1072 動詞,非自立,*,*,五段・サ行,仮定縮約1,直す +1073 動詞,非自立,*,*,五段・サ行,基本形,出す +1074 動詞,非自立,*,*,五段・サ行,基本形,尽くす +1075 動詞,非自立,*,*,五段・サ行,基本形,直す +1076 動詞,非自立,*,*,五段・サ行,未然ウ接続,* +1077 動詞,非自立,*,*,五段・サ行,未然ウ接続,出す +1078 動詞,非自立,*,*,五段・サ行,未然ウ接続,尽くす +1079 動詞,非自立,*,*,五段・サ行,未然ウ接続,直す +1080 動詞,非自立,*,*,五段・サ行,未然形,* +1081 動詞,非自立,*,*,五段・サ行,未然形,出す +1082 動詞,非自立,*,*,五段・サ行,未然形,尽くす +1083 動詞,非自立,*,*,五段・サ行,未然形,直す +1084 動詞,非自立,*,*,五段・サ行,命令e,* +1085 動詞,非自立,*,*,五段・サ行,命令e,出す +1086 動詞,非自立,*,*,五段・サ行,命令e,尽くす +1087 動詞,非自立,*,*,五段・サ行,命令e,直す +1088 動詞,非自立,*,*,五段・サ行,連用形,* +1089 動詞,非自立,*,*,五段・サ行,連用形,出す +1090 動詞,非自立,*,*,五段・サ行,連用形,尽くす +1091 動詞,非自立,*,*,五段・サ行,連用形,直す +1092 動詞,非自立,*,*,五段・タ行,*,* +1093 動詞,非自立,*,*,五段・タ行,仮定形,* +1094 動詞,非自立,*,*,五段・タ行,仮定縮約1,* +1095 動詞,非自立,*,*,五段・タ行,未然ウ接続,* +1096 動詞,非自立,*,*,五段・タ行,未然形,* +1097 動詞,非自立,*,*,五段・タ行,命令e,* +1098 動詞,非自立,*,*,五段・タ行,連用タ接続,* +1099 動詞,非自立,*,*,五段・タ行,連用形,* +1100 動詞,非自立,*,*,五段・ナ行,*,* +1101 動詞,非自立,*,*,五段・ナ行,仮定形,* +1102 動詞,非自立,*,*,五段・ナ行,仮定縮約1,* +1103 動詞,非自立,*,*,五段・ナ行,未然ウ接続,* +1104 動詞,非自立,*,*,五段・ナ行,未然形,* +1105 動詞,非自立,*,*,五段・ナ行,命令e,* +1106 動詞,非自立,*,*,五段・ナ行,連用タ接続,* +1107 動詞,非自立,*,*,五段・ナ行,連用形,* +1108 動詞,非自立,*,*,五段・マ行,*,* +1109 動詞,非自立,*,*,五段・マ行,仮定形,* +1110 動詞,非自立,*,*,五段・マ行,仮定形,込む +1111 動詞,非自立,*,*,五段・マ行,仮定縮約1,* +1112 動詞,非自立,*,*,五段・マ行,仮定縮約1,込む +1113 動詞,非自立,*,*,五段・マ行,基本形,込む +1114 動詞,非自立,*,*,五段・マ行,未然ウ接続,* +1115 動詞,非自立,*,*,五段・マ行,未然ウ接続,込む +1116 動詞,非自立,*,*,五段・マ行,未然形,* +1117 動詞,非自立,*,*,五段・マ行,未然形,込む +1118 動詞,非自立,*,*,五段・マ行,命令e,* +1119 動詞,非自立,*,*,五段・マ行,命令e,込む +1120 動詞,非自立,*,*,五段・マ行,連用タ接続,* +1121 動詞,非自立,*,*,五段・マ行,連用タ接続,込む +1122 動詞,非自立,*,*,五段・マ行,連用形,* +1123 動詞,非自立,*,*,五段・マ行,連用形,込む +1124 動詞,非自立,*,*,五段・ラ行,*,* +1125 動詞,非自立,*,*,五段・ラ行,*,切る +1126 動詞,非自立,*,*,五段・ラ行,仮定形,* +1127 動詞,非自立,*,*,五段・ラ行,仮定形,ある +1128 動詞,非自立,*,*,五段・ラ行,仮定形,おる +1129 動詞,非自立,*,*,五段・ラ行,仮定形,かかる +1130 動詞,非自立,*,*,五段・ラ行,仮定形,きる +1131 動詞,非自立,*,*,五段・ラ行,仮定形,なる +1132 動詞,非自立,*,*,五段・ラ行,仮定形,まいる +1133 動詞,非自立,*,*,五段・ラ行,仮定形,まわる +1134 動詞,非自立,*,*,五段・ラ行,仮定形,やる +1135 動詞,非自立,*,*,五段・ラ行,仮定形,回る +1136 動詞,非自立,*,*,五段・ラ行,仮定形,参る +1137 動詞,非自立,*,*,五段・ラ行,仮定形,終わる +1138 動詞,非自立,*,*,五段・ラ行,仮定形,切る +1139 動詞,非自立,*,*,五段・ラ行,仮定縮約1,* +1140 動詞,非自立,*,*,五段・ラ行,仮定縮約1,ある +1141 動詞,非自立,*,*,五段・ラ行,仮定縮約1,おる +1142 動詞,非自立,*,*,五段・ラ行,仮定縮約1,かかる +1143 動詞,非自立,*,*,五段・ラ行,仮定縮約1,きる +1144 動詞,非自立,*,*,五段・ラ行,仮定縮約1,なる +1145 動詞,非自立,*,*,五段・ラ行,仮定縮約1,まいる +1146 動詞,非自立,*,*,五段・ラ行,仮定縮約1,まわる +1147 動詞,非自立,*,*,五段・ラ行,仮定縮約1,やる +1148 動詞,非自立,*,*,五段・ラ行,仮定縮約1,回る +1149 動詞,非自立,*,*,五段・ラ行,仮定縮約1,参る +1150 動詞,非自立,*,*,五段・ラ行,仮定縮約1,終わる +1151 動詞,非自立,*,*,五段・ラ行,仮定縮約1,切る +1152 動詞,非自立,*,*,五段・ラ行,基本形,* +1153 動詞,非自立,*,*,五段・ラ行,基本形,ある +1154 動詞,非自立,*,*,五段・ラ行,基本形,おる +1155 動詞,非自立,*,*,五段・ラ行,基本形,かかる +1156 動詞,非自立,*,*,五段・ラ行,基本形,きる +1157 動詞,非自立,*,*,五段・ラ行,基本形,なる +1158 動詞,非自立,*,*,五段・ラ行,基本形,まいる +1159 動詞,非自立,*,*,五段・ラ行,基本形,まわる +1160 動詞,非自立,*,*,五段・ラ行,基本形,やる +1161 動詞,非自立,*,*,五段・ラ行,基本形,回る +1162 動詞,非自立,*,*,五段・ラ行,基本形,参る +1163 動詞,非自立,*,*,五段・ラ行,基本形,終わる +1164 動詞,非自立,*,*,五段・ラ行,基本形,切る +1165 動詞,非自立,*,*,五段・ラ行,体言接続特殊,* +1166 動詞,非自立,*,*,五段・ラ行,体言接続特殊,ある +1167 動詞,非自立,*,*,五段・ラ行,体言接続特殊,おる +1168 動詞,非自立,*,*,五段・ラ行,体言接続特殊,かかる +1169 動詞,非自立,*,*,五段・ラ行,体言接続特殊,きる +1170 動詞,非自立,*,*,五段・ラ行,体言接続特殊,なる +1171 動詞,非自立,*,*,五段・ラ行,体言接続特殊,まいる +1172 動詞,非自立,*,*,五段・ラ行,体言接続特殊,まわる +1173 動詞,非自立,*,*,五段・ラ行,体言接続特殊,やる +1174 動詞,非自立,*,*,五段・ラ行,体言接続特殊,回る +1175 動詞,非自立,*,*,五段・ラ行,体言接続特殊,参る +1176 動詞,非自立,*,*,五段・ラ行,体言接続特殊,終わる +1177 動詞,非自立,*,*,五段・ラ行,体言接続特殊,切る +1178 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,* +1179 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,ある +1180 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,おる +1181 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,かかる +1182 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,きる +1183 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,なる +1184 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,まいる +1185 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,まわる +1186 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,やる +1187 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,回る +1188 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,参る +1189 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,終わる +1190 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,切る +1191 動詞,非自立,*,*,五段・ラ行,未然ウ接続,* +1192 動詞,非自立,*,*,五段・ラ行,未然ウ接続,ある +1193 動詞,非自立,*,*,五段・ラ行,未然ウ接続,おる +1194 動詞,非自立,*,*,五段・ラ行,未然ウ接続,かかる +1195 動詞,非自立,*,*,五段・ラ行,未然ウ接続,きる +1196 動詞,非自立,*,*,五段・ラ行,未然ウ接続,なる +1197 動詞,非自立,*,*,五段・ラ行,未然ウ接続,まいる +1198 動詞,非自立,*,*,五段・ラ行,未然ウ接続,まわる +1199 動詞,非自立,*,*,五段・ラ行,未然ウ接続,やる +1200 動詞,非自立,*,*,五段・ラ行,未然ウ接続,回る +1201 動詞,非自立,*,*,五段・ラ行,未然ウ接続,参る +1202 動詞,非自立,*,*,五段・ラ行,未然ウ接続,終わる +1203 動詞,非自立,*,*,五段・ラ行,未然ウ接続,切る +1204 動詞,非自立,*,*,五段・ラ行,未然形,* +1205 動詞,非自立,*,*,五段・ラ行,未然形,ある +1206 動詞,非自立,*,*,五段・ラ行,未然形,おる +1207 動詞,非自立,*,*,五段・ラ行,未然形,かかる +1208 動詞,非自立,*,*,五段・ラ行,未然形,きる +1209 動詞,非自立,*,*,五段・ラ行,未然形,なる +1210 動詞,非自立,*,*,五段・ラ行,未然形,まいる +1211 動詞,非自立,*,*,五段・ラ行,未然形,まわる +1212 動詞,非自立,*,*,五段・ラ行,未然形,やる +1213 動詞,非自立,*,*,五段・ラ行,未然形,回る +1214 動詞,非自立,*,*,五段・ラ行,未然形,参る +1215 動詞,非自立,*,*,五段・ラ行,未然形,終わる +1216 動詞,非自立,*,*,五段・ラ行,未然形,切る +1217 動詞,非自立,*,*,五段・ラ行,未然特殊,* +1218 動詞,非自立,*,*,五段・ラ行,未然特殊,ある +1219 動詞,非自立,*,*,五段・ラ行,未然特殊,おる +1220 動詞,非自立,*,*,五段・ラ行,未然特殊,かかる +1221 動詞,非自立,*,*,五段・ラ行,未然特殊,きる +1222 動詞,非自立,*,*,五段・ラ行,未然特殊,なる +1223 動詞,非自立,*,*,五段・ラ行,未然特殊,まいる +1224 動詞,非自立,*,*,五段・ラ行,未然特殊,まわる +1225 動詞,非自立,*,*,五段・ラ行,未然特殊,やる +1226 動詞,非自立,*,*,五段・ラ行,未然特殊,回る +1227 動詞,非自立,*,*,五段・ラ行,未然特殊,参る +1228 動詞,非自立,*,*,五段・ラ行,未然特殊,終わる +1229 動詞,非自立,*,*,五段・ラ行,未然特殊,切る +1230 動詞,非自立,*,*,五段・ラ行,命令e,* +1231 動詞,非自立,*,*,五段・ラ行,命令e,ある +1232 動詞,非自立,*,*,五段・ラ行,命令e,おる +1233 動詞,非自立,*,*,五段・ラ行,命令e,かかる +1234 動詞,非自立,*,*,五段・ラ行,命令e,きる +1235 動詞,非自立,*,*,五段・ラ行,命令e,なる +1236 動詞,非自立,*,*,五段・ラ行,命令e,まいる +1237 動詞,非自立,*,*,五段・ラ行,命令e,まわる +1238 動詞,非自立,*,*,五段・ラ行,命令e,やる +1239 動詞,非自立,*,*,五段・ラ行,命令e,回る +1240 動詞,非自立,*,*,五段・ラ行,命令e,参る +1241 動詞,非自立,*,*,五段・ラ行,命令e,終わる +1242 動詞,非自立,*,*,五段・ラ行,命令e,切る +1243 動詞,非自立,*,*,五段・ラ行,連用タ接続,* +1244 動詞,非自立,*,*,五段・ラ行,連用タ接続,ある +1245 動詞,非自立,*,*,五段・ラ行,連用タ接続,おる +1246 動詞,非自立,*,*,五段・ラ行,連用タ接続,かかる +1247 動詞,非自立,*,*,五段・ラ行,連用タ接続,きる +1248 動詞,非自立,*,*,五段・ラ行,連用タ接続,なる +1249 動詞,非自立,*,*,五段・ラ行,連用タ接続,まいる +1250 動詞,非自立,*,*,五段・ラ行,連用タ接続,まわる +1251 動詞,非自立,*,*,五段・ラ行,連用タ接続,やる +1252 動詞,非自立,*,*,五段・ラ行,連用タ接続,回る +1253 動詞,非自立,*,*,五段・ラ行,連用タ接続,参る +1254 動詞,非自立,*,*,五段・ラ行,連用タ接続,終わる +1255 動詞,非自立,*,*,五段・ラ行,連用タ接続,切る +1256 動詞,非自立,*,*,五段・ラ行,連用形,* +1257 動詞,非自立,*,*,五段・ラ行,連用形,ある +1258 動詞,非自立,*,*,五段・ラ行,連用形,おる +1259 動詞,非自立,*,*,五段・ラ行,連用形,かかる +1260 動詞,非自立,*,*,五段・ラ行,連用形,きる +1261 動詞,非自立,*,*,五段・ラ行,連用形,なる +1262 動詞,非自立,*,*,五段・ラ行,連用形,まいる +1263 動詞,非自立,*,*,五段・ラ行,連用形,まわる +1264 動詞,非自立,*,*,五段・ラ行,連用形,やる +1265 動詞,非自立,*,*,五段・ラ行,連用形,回る +1266 動詞,非自立,*,*,五段・ラ行,連用形,参る +1267 動詞,非自立,*,*,五段・ラ行,連用形,終わる +1268 動詞,非自立,*,*,五段・ラ行,連用形,切る +1269 動詞,非自立,*,*,五段・ラ行特殊,仮定形,なさる +1270 動詞,非自立,*,*,五段・ラ行特殊,仮定形,らっしゃる +1271 動詞,非自立,*,*,五段・ラ行特殊,仮定形,下さる +1272 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,なさる +1273 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,らっしゃる +1274 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,下さる +1275 動詞,非自立,*,*,五段・ラ行特殊,基本形,なさる +1276 動詞,非自立,*,*,五段・ラ行特殊,基本形,らっしゃる +1277 動詞,非自立,*,*,五段・ラ行特殊,基本形,下さる +1278 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,なさる +1279 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,らっしゃる +1280 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,下さる +1281 動詞,非自立,*,*,五段・ラ行特殊,未然形,なさる +1282 動詞,非自立,*,*,五段・ラ行特殊,未然形,らっしゃる +1283 動詞,非自立,*,*,五段・ラ行特殊,未然形,下さる +1284 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,なさる +1285 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,らっしゃる +1286 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,下さる +1287 動詞,非自立,*,*,五段・ラ行特殊,命令e,なさる +1288 動詞,非自立,*,*,五段・ラ行特殊,命令e,らっしゃる +1289 動詞,非自立,*,*,五段・ラ行特殊,命令e,下さる +1290 動詞,非自立,*,*,五段・ラ行特殊,命令i,なさる +1291 動詞,非自立,*,*,五段・ラ行特殊,命令i,らっしゃる +1292 動詞,非自立,*,*,五段・ラ行特殊,命令i,下さる +1293 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,なさる +1294 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,らっしゃる +1295 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,下さる +1296 動詞,非自立,*,*,五段・ラ行特殊,連用形,なさる +1297 動詞,非自立,*,*,五段・ラ行特殊,連用形,らっしゃる +1298 動詞,非自立,*,*,五段・ラ行特殊,連用形,下さる +1299 動詞,非自立,*,*,五段・ワ行ウ音便,*,* +1300 動詞,非自立,*,*,五段・ワ行ウ音便,仮定形,* +1301 動詞,非自立,*,*,五段・ワ行ウ音便,未然ウ接続,* +1302 動詞,非自立,*,*,五段・ワ行ウ音便,未然形,* +1303 動詞,非自立,*,*,五段・ワ行ウ音便,命令e,* +1304 動詞,非自立,*,*,五段・ワ行ウ音便,連用タ接続,* +1305 動詞,非自立,*,*,五段・ワ行ウ音便,連用形,* +1306 動詞,非自立,*,*,五段・ワ行促音便,*,* +1307 動詞,非自立,*,*,五段・ワ行促音便,仮定形,* +1308 動詞,非自立,*,*,五段・ワ行促音便,仮定形,しまう +1309 動詞,非自立,*,*,五段・ワ行促音便,仮定形,もらう +1310 動詞,非自立,*,*,五段・ワ行促音便,仮定形,合う +1311 動詞,非自立,*,*,五段・ワ行促音便,基本形,* +1312 動詞,非自立,*,*,五段・ワ行促音便,基本形,しまう +1313 動詞,非自立,*,*,五段・ワ行促音便,基本形,もらう +1314 動詞,非自立,*,*,五段・ワ行促音便,基本形,合う +1315 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,* +1316 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,しまう +1317 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,もらう +1318 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,合う +1319 動詞,非自立,*,*,五段・ワ行促音便,未然形,* +1320 動詞,非自立,*,*,五段・ワ行促音便,未然形,しまう +1321 動詞,非自立,*,*,五段・ワ行促音便,未然形,もらう +1322 動詞,非自立,*,*,五段・ワ行促音便,未然形,合う +1323 動詞,非自立,*,*,五段・ワ行促音便,命令e,* +1324 動詞,非自立,*,*,五段・ワ行促音便,命令e,しまう +1325 動詞,非自立,*,*,五段・ワ行促音便,命令e,もらう +1326 動詞,非自立,*,*,五段・ワ行促音便,命令e,合う +1327 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,* +1328 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,しまう +1329 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,もらう +1330 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,合う +1331 動詞,非自立,*,*,五段・ワ行促音便,連用形,* +1332 動詞,非自立,*,*,五段・ワ行促音便,連用形,しまう +1333 動詞,非自立,*,*,五段・ワ行促音便,連用形,もらう +1334 動詞,非自立,*,*,五段・ワ行促音便,連用形,合う +1335 動詞,非自立,*,*,四段・ハ行,仮定形,* +1336 動詞,非自立,*,*,四段・ハ行,基本形,* +1337 動詞,非自立,*,*,四段・ハ行,未然形,* +1338 動詞,非自立,*,*,四段・ハ行,命令e,* +1339 動詞,非自立,*,*,四段・ハ行,連用形,* +1340 副詞,*,*,*,*,*,* +1341 副詞,一般,*,*,*,*,* +1342 副詞,助詞類接続,*,*,*,*,* +1343 名詞,サ変接続,*,*,*,*,* +1344 名詞,ナイ形容詞語幹,*,*,*,*,* +1345 名詞,一般,*,*,*,*,* +1346 名詞,一般,*,*,*,0,* +1347 名詞,形容動詞語幹,*,*,*,*,* +1348 名詞,固有名詞,一般,*,*,*,* +1349 名詞,固有名詞,人名,一般,*,*,* +1350 名詞,固有名詞,人名,姓,*,*,* +1351 名詞,固有名詞,人名,名,*,*,* +1352 名詞,固有名詞,組織,*,*,*,* +1353 名詞,固有名詞,地域,一般,*,*,* +1354 名詞,固有名詞,地域,国,*,*,* +1355 名詞,数,*,*,*,*,* +1356 名詞,接続詞的,*,*,*,*,* +1357 名詞,接尾,サ変接続,*,*,*,* +1358 名詞,接尾,一般,*,*,*,* +1359 名詞,接尾,形容動詞語幹,*,*,*,* +1360 名詞,接尾,助数詞,*,*,*,* +1361 名詞,接尾,助動詞語幹,*,*,*,* +1362 名詞,接尾,人名,*,*,*,* +1363 名詞,接尾,地域,*,*,*,* +1364 名詞,接尾,特殊,*,*,*,* +1365 名詞,接尾,副詞可能,*,*,*,* +1366 名詞,代名詞,一般,*,*,*,* +1367 名詞,代名詞,縮約,*,*,*,* +1368 名詞,動詞非自立的,*,*,*,*,* +1369 名詞,特殊,助動詞語幹,*,*,*,* +1370 名詞,非自立,*,*,*,*,* +1371 名詞,非自立,一般,*,*,*,* +1372 名詞,非自立,形容動詞語幹,*,*,*,* +1373 名詞,非自立,助動詞語幹,*,*,*,* +1374 名詞,非自立,副詞可能,*,*,*,* +1375 名詞,副詞可能,*,*,*,*,* +1376 連体詞,*,*,*,*,*,* diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/unk.dic b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/unk.dic new file mode 100644 index 0000000000000000000000000000000000000000..2635af4613f6c6012259743bad97594ab0c85bc0 Binary files /dev/null and b/pretrained_models/CosyVoice-ttsfrd/resource/jprsc/unk.dic differ diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/multilingual.tiktoken b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/multilingual.tiktoken new file mode 100644 index 0000000000000000000000000000000000000000..a4edf0b719c10d28cd83f8c294449f99ff5d5dc0 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/multilingual.tiktoken @@ -0,0 +1,50257 @@ +IQ== 0 +Ig== 1 +Iw== 2 +JA== 3 +JQ== 4 +Jg== 5 +Jw== 6 +KA== 7 +KQ== 8 +Kg== 9 +Kw== 10 +LA== 11 +LQ== 12 +Lg== 13 +Lw== 14 +MA== 15 +MQ== 16 +Mg== 17 +Mw== 18 +NA== 19 +NQ== 20 +Ng== 21 +Nw== 22 +OA== 23 +OQ== 24 +Og== 25 +Ow== 26 +PA== 27 +PQ== 28 +Pg== 29 +Pw== 30 +QA== 31 +QQ== 32 +Qg== 33 +Qw== 34 +RA== 35 +RQ== 36 +Rg== 37 +Rw== 38 +SA== 39 +SQ== 40 +Sg== 41 +Sw== 42 +TA== 43 +TQ== 44 +Tg== 45 +Tw== 46 +UA== 47 +UQ== 48 +Ug== 49 +Uw== 50 +VA== 51 +VQ== 52 +Vg== 53 +Vw== 54 +WA== 55 +WQ== 56 +Wg== 57 +Ww== 58 +XA== 59 +XQ== 60 +Xg== 61 +Xw== 62 +YA== 63 +YQ== 64 +Yg== 65 +Yw== 66 +ZA== 67 +ZQ== 68 +Zg== 69 +Zw== 70 +aA== 71 +aQ== 72 +ag== 73 +aw== 74 +bA== 75 +bQ== 76 +bg== 77 +bw== 78 +cA== 79 +cQ== 80 +cg== 81 +cw== 82 +dA== 83 +dQ== 84 +dg== 85 +dw== 86 +eA== 87 +eQ== 88 +eg== 89 +ew== 90 +fA== 91 +fQ== 92 +fg== 93 +oQ== 94 +og== 95 +ow== 96 +pA== 97 +pQ== 98 +pg== 99 +pw== 100 +qA== 101 +qQ== 102 +qg== 103 +qw== 104 +rA== 105 +rg== 106 +rw== 107 +sA== 108 +sQ== 109 +sg== 110 +sw== 111 +tA== 112 +tQ== 113 +tg== 114 +tw== 115 +uA== 116 +uQ== 117 +ug== 118 +uw== 119 +vA== 120 +vQ== 121 +vg== 122 +vw== 123 +wA== 124 +wQ== 125 +wg== 126 +ww== 127 +xA== 128 +xQ== 129 +xg== 130 +xw== 131 +yA== 132 +yQ== 133 +yg== 134 +yw== 135 +zA== 136 +zQ== 137 +zg== 138 +zw== 139 +0A== 140 +0Q== 141 +0g== 142 +0w== 143 +1A== 144 +1Q== 145 +1g== 146 +1w== 147 +2A== 148 +2Q== 149 +2g== 150 +2w== 151 +3A== 152 +3Q== 153 +3g== 154 +3w== 155 +4A== 156 +4Q== 157 +4g== 158 +4w== 159 +5A== 160 +5Q== 161 +5g== 162 +5w== 163 +6A== 164 +6Q== 165 +6g== 166 +6w== 167 +7A== 168 +7Q== 169 +7g== 170 +7w== 171 +8A== 172 +8Q== 173 +8g== 174 +8w== 175 +9A== 176 +9Q== 177 +9g== 178 +9w== 179 ++A== 180 ++Q== 181 ++g== 182 ++w== 183 +/A== 184 +/Q== 185 +/g== 186 +/w== 187 +AA== 188 +AQ== 189 +Ag== 190 +Aw== 191 +BA== 192 +BQ== 193 +Bg== 194 +Bw== 195 +CA== 196 +CQ== 197 +Cg== 198 +Cw== 199 +DA== 200 +DQ== 201 +Dg== 202 +Dw== 203 +EA== 204 +EQ== 205 +Eg== 206 +Ew== 207 +FA== 208 +FQ== 209 +Fg== 210 +Fw== 211 +GA== 212 +GQ== 213 +Gg== 214 +Gw== 215 +HA== 216 +HQ== 217 +Hg== 218 +Hw== 219 +IA== 220 +fw== 221 +gA== 222 +gQ== 223 +gg== 224 +gw== 225 +hA== 226 +hQ== 227 +hg== 228 +hw== 229 +iA== 230 +iQ== 231 +ig== 232 +iw== 233 +jA== 234 +jQ== 235 +jg== 236 +jw== 237 +kA== 238 +kQ== 239 +kg== 240 +kw== 241 +lA== 242 +lQ== 243 +lg== 244 +lw== 245 +mA== 246 +mQ== 247 +mg== 248 +mw== 249 +nA== 250 +nQ== 251 +ng== 252 +nw== 253 +oA== 254 +rQ== 255 +IHQ= 256 +IGE= 257 +IHRo 258 +aW4= 259 +ZXI= 260 +IHc= 261 +IHM= 262 +b3U= 263 +IHRoZQ== 264 +cmU= 265 +b24= 266 +YXQ= 267 +ZW4= 268 +IGM= 269 +aXQ= 270 +aXM= 271 +IGI= 272 +bmQ= 273 +IGQ= 274 +IG0= 275 +IGg= 276 +IG8= 277 +aW5n 278 +ZXM= 279 +IHA= 280 +IHRv 281 +YW4= 282 +IGY= 283 +b3I= 284 +bGw= 285 +IEk= 286 +IGw= 287 +IHk= 288 +YXI= 289 +IGc= 290 +IHlvdQ== 291 +ZWQ= 292 +IGFuZA== 293 +IGlu 294 +IG9m 295 +YXM= 296 +IG4= 297 +b20= 298 +aWM= 299 +IHRoYXQ= 300 +dXM= 301 +ZXQ= 302 +dmU= 303 +YWw= 304 +b3c= 305 +bGU= 306 +IGlz 307 +IGU= 308 +IGl0 309 +b3Q= 310 +J3M= 311 +IGJl 312 +aW9u 313 +IFQ= 314 +IHdo 315 +IEE= 316 +ZW50 317 +IFM= 318 +IHJl 319 +YXk= 320 +IHdl 321 +IG9u 322 +ZXJl 323 +IGhh 324 +dXQ= 325 +YWM= 326 +aWQ= 327 +aWc= 328 +b3M= 329 +a2U= 330 +dmVy 331 +aW0= 332 +INA= 333 +IFRo 334 +YW0= 335 +YWxs 336 +IGZvcg== 337 +ZWw= 338 +Y2g= 339 +cm8= 340 +IHRoaXM= 341 +IHN0 342 +IFc= 343 +IHU= 344 +YWQ= 345 +b3V0 346 +aXI= 347 +bGQ= 348 +Y3Q= 349 +IGs= 350 +aWY= 351 +IGdv 352 +Li4= 353 +0L4= 354 +aXRo 355 +bHk= 356 +aHQ= 357 +cXU= 358 +IC0= 359 +IGRv 360 +IGo= 361 +IGhhdmU= 362 +IEI= 363 +IGFu 364 +IHdpdGg= 365 +IGFyZQ== 366 +IHI= 367 +IGRl 368 +IHNl 369 +IHNv 370 +IHY= 371 +c3Q= 372 +aWxs 373 +dXI= 374 +IGxp 375 +IE0= 376 +ZXN0 377 +b2Q= 378 +YWxseQ== 379 +J3Q= 380 +dXN0 381 +IGFz 382 +IEM= 383 +Y2U= 384 +IG1l 385 +0LA= 386 +0LU= 387 +aWw= 388 +IEg= 389 +IHdhcw== 390 +dGVy 391 +dGg= 392 +IGNhbg== 393 +YW50 394 +IGNvbQ== 395 +b3Vy 396 +aWdodA== 397 +IFk= 398 +YXRpb24= 399 +IEFuZA== 400 +b2w= 401 +IHNo 402 +0YI= 403 +b3A= 404 +c2U= 405 +IG5vdA== 406 +IFNv 407 +IG5l 408 +dW4= 409 +IGFi 410 +IGxpa2U= 411 +IGF0 412 +IEQ= 413 +aWU= 414 +IGhl 415 +IGNvbg== 416 +IGNo 417 +b3Jl 418 +IGFs 419 +IG9y 420 +IHF1 421 +IE8= 422 +b21l 423 +cmE= 424 +dWw= 425 +IE4= 426 +cHA= 427 +IHlvdXI= 428 +b3VsZA== 429 +IFA= 430 +IGZy 431 +Z2U= 432 +ZXJz 433 +J3Jl 434 +0Lg= 435 +IHRoZXk= 436 +IHdoYXQ= 437 +dXNl 438 +IGFsbA== 439 +IFRoZQ== 440 +IEw= 441 +ZXNz 442 +ZW0= 443 +IGtu 444 +IGp1c3Q= 445 +YXJ0 446 +IHBybw== 447 +dmVyeQ== 448 +dW0= 449 +IGxv 450 +IOw= 451 +IG15 452 +b2s= 453 +IGV4 454 +YWI= 455 +IHRoZXJl 456 +IGJ1dA== 457 +IGtub3c= 458 +IHN1 459 +IEc= 460 +0YE= 461 +IEU= 462 +IG1h 463 +0L7Q 464 +IGVu 465 +IGFib3V0 466 +IEl0 467 +aXN0 468 +IHdvcg== 469 +cmk= 470 +aW5k 471 +IG9uZQ== 472 +YXRl 473 +YW5k 474 +aW5r 475 +IGxl 476 +b3J0 477 +J20= 478 +IEY= 479 +aWNo 480 +0YA= 481 +aWRl 482 +IGdldA== 483 +IG91dA== 484 +Li4u 485 +IHdpbGw= 486 +44E= 487 +aXZl 488 +0L0= 489 +IGZyb20= 490 +YWlu 491 +IFdl 492 +IHVw 493 +cGU= 494 +cmVz 495 +Y2E= 496 +IFI= 497 +IGlm 498 +IHBs 499 +IGRvbg== 500 +YWNr 501 +IDE= 502 +ICI= 503 +IHRy 504 +IHVz 505 +IFdo 506 +aXR5 507 +IEo= 508 +IFlvdQ== 509 +IGhlcmU= 510 +aGVy 511 +IHNvbWU= 512 +b3Vn 513 +YWs= 514 +YXJk 515 +IGdvaW5n 516 +IHVu 517 +bWVudA== 518 +IHRoaW5r 519 +IHBl 520 +ZW5k 521 +ICg= 522 +Y2F1c2U= 523 +IHRpbQ== 524 +YXN0 525 +w6k= 526 +IG91cg== 527 +IHdhbnQ= 528 +YW1l 529 +aWVz 530 +IOs= 531 +dWQ= 532 +aW5l 533 +IHJlYWxseQ== 534 +IHRl 535 +IHNlZQ== 536 +Y2k= 537 +IGJ5 538 +c28= 539 +dXJl 540 +b3Nl 541 +IFs= 542 +YXJl 543 +IG1vcmU= 544 +YWg= 545 +b25l 546 +Y2s= 547 +b3BsZQ== 548 +0LDQ 549 +IHRoZW4= 550 +IHRoaW5n 551 +IHRoZW0= 552 +dmVu 553 +b3VuZA== 554 +b3N0 555 +b25n 556 +ZWN0 557 +IHJpZ2h0 558 +YWc= 559 +IGludA== 560 +IHBlb3BsZQ== 561 +IHdoZW4= 562 +b3Vz 563 +cGw= 564 +IHRpbWU= 565 +IGlt 566 +IHdobw== 567 +IDI= 568 +YXA= 569 +IGJlY2F1c2U= 570 +aGluZw== 571 +IG5v 572 +aWNl 573 +IGxvb2s= 574 +IGhhcw== 575 +IHdvdWxk 576 +IGhvdw== 577 +YWN0 578 +IGZl 579 +bnQ= 580 +b3VnaA== 581 +IHBy 582 +IEJ1dA== 583 +IHNheQ== 584 +0YM= 585 +IG5vdw== 586 +IG1hbg== 587 +IHZlcnk= 588 +IHdvcms= 589 +aXo= 590 +IEs= 591 +aXY= 592 +aXR0 593 +IGFy 594 +ZXA= 595 +IGNs 596 +IHdoaWNo 597 +IGNv 598 +YW5z 599 +J3Zl 600 +IHNh 601 +ZmY= 602 +J2xs 603 +IGFueQ== 604 +IGFjdA== 605 +IHll 606 +YmVy 607 +YWNo 608 +YWdl 609 +cGVy 610 +IGFsc28= 611 +ZmVy 612 +IHRoZXNl 613 +IGFk 614 +0LXQ 615 +dGhlcg== 616 +YWNl 617 +aWNr 618 +YWtl 619 +cmVhdA== 620 +aXJl 621 +dWU= 622 +IGFn 623 +IFU= 624 +dWNo 625 +aW9ucw== 626 +cnk= 627 +MDA= 628 +bmE= 629 +IGRpZA== 630 +IHF1ZQ== 631 +IGhhZA== 632 +IGV2ZXJ5 633 +IEhl 634 +IGxh 635 +IHdheQ== 636 +IHNw 637 +Ymxl 638 +IFRoaXM= 639 +YXNz 640 +IHRoZWly 641 +aXRl 642 +IG5lZWQ= 643 +IHBhcnQ= 644 +IHdlcmU= 645 +IGJhY2s= 646 +aXA= 647 +b3du 648 +b21ldA== 649 +YmU= 650 +YXNl 651 +IG1ha2U= 652 +aXJzdA== 653 +aWE= 654 +ZW5jZQ== 655 +YW5n 656 +YW5r 657 +IGdvdA== 658 +IHByZQ== 659 +IGNvbnQ= 660 +IG90aGVy 661 +cHQ= 662 +IFRoYXQ= 663 +b2c= 664 +IGdvb2Q= 665 +IGludG8= 666 +YWxr 667 +IGJlZW4= 668 +IGFt 669 +IG92ZXI= 670 +dWFsbHk= 671 +IOI= 672 +7J0= 673 +IHVuZA== 674 +aGU= 675 +d2F5 676 +IGdy 677 +0Yw= 678 +IGRpZg== 679 +IHBlcg== 680 +0Y8= 681 +IElu 682 +IHR3 683 +b25k 684 +YXJz 685 +aW50 686 +b3Jt 687 +IGxvdA== 688 +IHdoZXJl 689 +IMM= 690 +IFY= 691 +IHNvbWV0 692 +0Ls= 693 +ZW5z 694 +IGd1 695 +IGFj 696 +dWc= 697 +0Ys= 698 +xLE= 699 +IGZpcnN0 700 +cmVl 701 +IGhpcw== 702 +aXR0bGU= 703 +IGltcA== 704 +IG1v 705 +YXY= 706 +IGxpdHRsZQ== 707 +IFdoYXQ= 708 +IG11Y2g= 709 +IHo= 710 +IOo= 711 +YWJsZQ== 712 +INC/ 713 +IHBv 714 +IGNvbXA= 715 +bmU= 716 +IGRpcw== 717 +IGxldA== 718 +YW5jZQ== 719 +IGhlcg== 720 +IHRoaW5ncw== 721 +IHN0YXJ0 722 +dWx0 723 +IGFwcA== 724 +IHJlcw== 725 +IGZv 726 +IGNvdWxk 727 +IGludGVy 728 +IHRob3Nl 729 +IGRlcw== 730 +IHdlbGw= 731 +IHR3bw== 732 +IGtpbmQ= 733 +eHQ= 734 +cmVzcw== 735 +ZWx5 736 +w6Q= 737 +IGJy 738 +IHRocg== 739 +INCy 740 +IGk= 741 +aXNo 742 +IGRpZmZlcg== 743 +IHJv 744 +IFN0 745 +IHNvbWV0aGluZw== 746 +IHRha2U= 747 +IGJv 748 +eXM= 749 +IHNoZQ== 750 +IHRhbGs= 751 +bG8= 752 +0Yc= 753 +IGV2ZW4= 754 +0Lo= 755 +44A= 756 +INC9 757 +IGJ1 758 +IElm 759 +IGRvd24= 760 +IENo 761 +YWRl 762 +YXRpb25z 763 +IHVzZQ== 764 +b3Jk 765 +IG9mZg== 766 +IGFjdHVhbGx5 767 +IHNwZQ== 768 +ZHU= 769 +YXRlZA== 770 +YXRlcg== 771 +b3Nz 772 +bmluZw== 773 +w7w= 774 +IGRvZXM= 775 +INGB 776 +IG5ldw== 777 +IGJldA== 778 +dmVs 779 +Y2Vzcw== 780 +cGxl 781 +IGhhcHA= 782 +dGluZw== 783 +b25uYQ== 784 +IGVz 785 +IGRheQ== 786 +IG9ubHk= 787 +aWdu 788 +a2F5 789 +c2Vs 790 +ZW50cw== 791 +b3VudA== 792 +aWxk 793 +aWxl 794 +IHNj 795 +IGhpbQ== 796 +IGFnYWlu 797 +dmluZw== 798 +IGdvbm5h 799 +IGNvbW0= 800 +IGhlbA== 801 +b3RoZXI= 802 +IGtl 803 +aWNhbA== 804 +IDM= 805 +IGVs 806 +IHRocm91Z2g= 807 +IGNvbWU= 808 +YXJr 809 +ZGF5 810 +aWVy 811 +w7M= 812 +IHRoYW4= 813 +IFRoZXk= 814 +IG1heQ== 815 +IHNlcg== 816 +7ZU= 817 +IGNhbGw= 818 +IGRpZmZlcmVudA== 819 +IHNob3VsZA== 820 +IFRoZXJl 821 +YXJ5 822 +IE5vdw== 823 +44I= 824 +dGhpbmc= 825 +d2U= 826 +b3J5 827 +ZnRlcg== 828 +IHB1dA== 829 +b3Jz 830 +aWFs 831 +64s= 832 +IHVuZGVy 833 +IGluYw== 834 +IFll 835 +dWI= 836 +Zm9ybQ== 837 +IHZpZGU= 838 +4Lg= 839 +dmVycw== 840 +IGZlZWw= 841 +w6E= 842 +b2R5 843 +ZnQ= 844 +Zm9yZQ== 845 +IGVt 846 +Z2V0 847 +IHNhaWQ= 848 +aXRpb24= 849 +IHJlYw== 850 +aW91cw== 851 +YXRjaA== 852 +IHRyeQ== 853 +IGhlbHA= 854 +IHNob3c= 855 +0LQ= 856 +IGJpdA== 857 +dWxs 858 +0LI= 859 +0YLQvg== 860 +Z3I= 861 +IHBsYXk= 862 +aWZl 863 +YWls 864 +IFllYWg= 865 +IHF1ZXN0 866 +IG1hbnk= 867 +IHBlcnM= 868 +IGdyZWF0 869 +w60= 870 +IGVzdA== 871 +bmc= 872 +IOKZ 873 +dHk= 874 +bGE= 875 +IE9o 876 +INc= 877 +4K4= 878 +IEJl 879 +YWR5 880 +IG1vc3Q= 881 +Y3Rpb24= 882 +IE5v 883 +IGRvaW5n 884 +IGJlaW5n 885 +IHRvbw== 886 +Y2Vz 887 +IGJs 888 +LiI= 889 +IHJlbQ== 890 +aXNz 891 +b25z 892 +Pj4= 893 +cnU= 894 +d24= 895 +b250 896 +aWI= 897 +ZWxs 898 +IHNt 899 +b3Ro 900 +dWFs 901 +ID4+ 902 +IHBo 903 +bGVz 904 +b2M= 905 +ZnVs 906 +IHNlYw== 907 +aXNl 908 +IGFkZA== 909 +aWdo 910 +ZXJ0 911 +IHNhbWU= 912 +4oA= 913 +IG1lYW4= 914 +IGZpbmQ= 915 +ZWs= 916 +IGVuZA== 917 +LS0= 918 +0Lw= 919 +IHN0aWxs 920 +YXo= 921 +ICc= 922 +IG1pbg== 923 +IHllYXJz 924 +dXJu 925 +IGFyb3VuZA== 926 +c2VsZg== 927 +IHdy 928 +YnM= 929 +b3VnaHQ= 930 +IOKZqg== 931 +IGZs 932 +YW5nZQ== 933 +IGFmdGVy 934 +IHBvaW50 935 +bWVy 936 +dmVk 937 +IGxvbmc= 938 +b3k= 939 +5Lg= 940 +IGNy 941 +d2F5cw== 942 +IHN5 943 +IHRyYQ== 944 +IDIw 945 +YXZl 946 +IGNoZQ== 947 +IGVudA== 948 +IGJlZm9yZQ== 949 +cGg= 950 +IGF0dA== 951 +aWFu 952 +aWx5 953 +IHBlcnNvbg== 954 +IGJpZw== 955 +IHNjaA== 956 +IHJlYWw= 957 +IG5leHQ= 958 +IGxvdmU= 959 +IHZpZGVv 960 +IExldA== 961 +IGZpbg== 962 +IG1haw== 963 +aWJsZQ== 964 +IHRvZGF5 965 +ZXJt 966 +IEFs 967 +b3dlcg== 968 +YW5u 969 +aXg= 970 +IHBhcg== 971 +IHN0dWQ= 972 +w7Y= 973 +IGltcG9ydA== 974 +dGU= 975 +IGdpdmU= 976 +dmVz 977 +IGRpZQ== 978 +IGRlYw== 979 +IHRlbGw= 980 +INC6 981 +0YHRgg== 982 +IHdoeQ== 983 +aWNhbGx5 984 +aWN0 985 +cmVk 986 +IGJhcw== 987 +IHN1cmU= 988 +IGJlbA== 989 +YXRpbmc= 990 +IHRhaw== 991 +IHNldA== 992 +IGxpZmU= 993 +IGRpZG4= 994 +2Kc= 995 +b2I= 996 +dW5k 997 +YXRo 998 +IG9w 999 +INC+ 1000 +YWl0 1001 +IHdvcmxk 1002 +IHN1cHA= 1003 +aW8= 1004 +IGNvdXI= 1005 +INC4 1006 +d2FyZA== 1007 +0LXQvQ== 1008 +IGFsd2F5cw== 1009 +dXA= 1010 +IGhhbmQ= 1011 +IEhvdw== 1012 +Y2lhbA== 1013 +IGNvbnM= 1014 +INE= 1015 +IGluZA== 1016 +IDQ= 1017 +IEFz 1018 +IGZ1bg== 1019 +amVjdA== 1020 +IGltcG9ydGFudA== 1021 +IHN1cg== 1022 +ZXc= 1023 +YXRlcw== 1024 +IDU= 1025 +IGRp 1026 +IG1hZGU= 1027 +IGlucw== 1028 +IGFzaw== 1029 +IGV0 1030 +IG51bQ== 1031 +IGNhcg== 1032 +IE9rYXk= 1033 +IHNpbQ== 1034 +aWs= 1035 +IGxhc3Q= 1036 +IEdv 1037 +IG11cw== 1038 +IHJlbA== 1039 +dWxhcg== 1040 +tOw= 1041 +IFdlbGw= 1042 +cGVjdA== 1043 +IFRoYW5r 1044 +IHRocmVl 1045 +w6M= 1046 +44M= 1047 +IGludg== 1048 +IGdlbg== 1049 +bGlj 1050 +IGhhcHBlbg== 1051 +64o= 1052 +aWVu 1053 +ZXZlcg== 1054 +0L7Qsg== 1055 +IHN0cg== 1056 +IEFsbA== 1057 +IGluc3Q= 1058 +IOKA 1059 +IGRlZg== 1060 +IHNs 1061 +IG1pZ2h0 1062 +dW5n 1063 +IHllYXI= 1064 +IG93bg== 1065 +IGtlZXA= 1066 +Ym9keQ== 1067 +ZGVy 1068 +INGC 1069 +INC0 1070 +IGFub3RoZXI= 1071 +IG1vZA== 1072 +IGV2 1073 +IGd1eXM= 1074 +IGFibGU= 1075 +w6Nv 1076 +cXVl 1077 +aWRlbnQ= 1078 +IFllcw== 1079 +IGl0cw== 1080 +IHBsYWNl 1081 +IHByb2R1 1082 +YXJu 1083 +INC8 1084 +IHJlcA== 1085 +IGV4cGVy 1086 +IGZhbQ== 1087 +aXRpZXM= 1088 +aWZpYw== 1089 +IGhpZ2g= 1090 +aWVk 1091 +b29s 1092 +aWV3 1093 +0LXRgg== 1094 +cmVu 1095 +IGRvbmU= 1096 +IC4uLg== 1097 +64qU 1098 +c3RlbQ== 1099 +IFNl 1100 +IGJldHRlcg== 1101 +Y29tZQ== 1102 +IGRlbA== 1103 +IHR5 1104 +IHVt 1105 +IGhv 1106 +IEFu 1107 +IG1vbg== 1108 +aW5ncw== 1109 +IHNr 1110 +IG9i 1111 +Y29t 1112 +YmxlbQ== 1113 +b3Bl 1114 +c3RhbmQ= 1115 +J2Q= 1116 +bWVudHM= 1117 +IGVsZQ== 1118 +IElz 1119 +IGRh 1120 +IHJlZw== 1121 +bGVhc2U= 1122 +aWtl 1123 +YWxz 1124 +aXpl 1125 +6rA= 1126 +IGNhcmU= 1127 +IG5ldmVy 1128 +7J20 1129 +ZXNl 1130 +IG1ldA== 1131 +b2xvZw== 1132 +IFdoZW4= 1133 +dWNr 1134 +0LXRgA== 1135 +IMOp 1136 +IGRhdA== 1137 +w6c= 1138 +IGV4YW0= 1139 +aWxpdHk= 1140 +IGRldA== 1141 +Y3Jp 1142 +IHVzZWQ= 1143 +IERv 1144 +IHRyYW5z 1145 +ZWc= 1146 +dGVu 1147 +0Y4= 1148 +Y3Vz 1149 +IHNlY29uZA== 1150 +IGJlc3Q= 1151 +IGhhcmQ= 1152 +IGlkZQ== 1153 +IHByb2JsZW0= 1154 +6rM= 1155 +IFVu 1156 +0YU= 1157 +IM4= 1158 +IHdhdGNo 1159 +IFNo 1160 +YXR0ZXI= 1161 +IHByZXQ= 1162 +IGRlcg== 1163 +IGNvdXJzZQ== 1164 +xZ8= 1165 +YXRpdmU= 1166 +aWNz 1167 +IHF1ZXN0aW9u 1168 +dXRl 1169 +7Jc= 1170 +IEZvcg== 1171 +YXRoZXI= 1172 +IGNvbA== 1173 +aWVuZA== 1174 +IO0= 1175 +IFo= 1176 +IGRvZXNu 1177 +YXJjaA== 1178 +IGludGVyZXN0 1179 +IHBvbA== 1180 +IGNvcg== 1181 +aWVuY2U= 1182 +IHByZXM= 1183 +IGVhY2g= 1184 +IHN5c3RlbQ== 1185 +IGZhY3Q= 1186 +aWVs 1187 +YWJseQ== 1188 +IGVy 1189 +IHJ1bg== 1190 +IOyd 1191 +IHRvcA== 1192 +bmVy 1193 +IHRob3VnaHQ= 1194 +IGVhcw== 1195 +aWVudA== 1196 +IGNyZQ== 1197 +0Yg= 1198 +IGNvbW11bg== 1199 +eWU= 1200 +cmVhZHk= 1201 +bGxvdw== 1202 +IGV2ZXJ5dGhpbmc= 1203 +b21t 1204 +IG1lZA== 1205 +mpQ= 1206 +IGNvdW50 1207 +aXRz 1208 +IGNvbXBs 1209 +aGlw 1210 +2YQ= 1211 +b29r 1212 +IHRvZ2V0 1213 +IHRvZ2V0aGVy 1214 +YW1w 1215 +IGdhbWU= 1216 +IGFscmVhZHk= 1217 +0LDQuw== 1218 +IGNhbGxlZA== 1219 +YWxl 1220 +xYI= 1221 +IE15 1222 +IHVuZGVyc3RhbmQ= 1223 +IGRy 1224 +IG1vbQ== 1225 +aXRlZA== 1226 +0L7Quw== 1227 +IHVzaW5n 1228 +enk= 1229 +IG51bWJlcg== 1230 +44CB 1231 +Y2Vk 1232 +IGNsZQ== 1233 +0L3Qvg== 1234 +64uk 1235 +aW5jZQ== 1236 +IGxvb2tpbmc= 1237 +IHByZXR0eQ== 1238 +IHByb2I= 1239 +IFNoZQ== 1240 +IHZl 1241 +IGdldHRpbmc= 1242 +IHdlZWs= 1243 +IGVmZg== 1244 +dWZm 1245 +YWly 1246 +dWVz 1247 +ZXJu 1248 +IFE= 1249 +b3Vw 1250 +ZW50aW9u 1251 +IHNpZGU= 1252 +0L7QvA== 1253 +IGZvcm0= 1254 +IGJ1cw== 1255 +IGFzcw== 1256 +IGVk 1257 +YXNvbg== 1258 +d2Vlbg== 1259 +4oCm 1260 +IHR1cm4= 1261 +IGN1cg== 1262 +IGNvbGw= 1263 +IGRpcmU= 1264 +IEdvZA== 1265 +IDEw 1266 +IGVxdQ== 1267 +INCx 1268 +IG9wZW4= 1269 +IHN1Y2g= 1270 +aXJk 1271 +0LDQug== 1272 +IGVhcg== 1273 +xJk= 1274 +Z2Fu 1275 +IHBhcnRpYw== 1276 +IGZyaWVuZA== 1277 +IGV4cA== 1278 +IGV4dA== 1279 +IGhvbWU= 1280 +IHdhdGVy 1281 +IE9u 1282 +0YLRjA== 1283 +b3Jr 1284 +INC/0YA= 1285 +IG1vdmU= 1286 +bmVzcw== 1287 +ZW5zZQ== 1288 +aG8= 1289 +IGNoYXI= 1290 +Y28= 1291 +aW5z 1292 +IGJvdGg= 1293 +IDE5 1294 +IGdyYQ== 1295 +IGJldHdlZW4= 1296 +4bs= 1297 +IOyV 1298 +YXNo 1299 +IFJl 1300 +YWk= 1301 +YWx0aA== 1302 +dXJlcw== 1303 +ZW1iZXI= 1304 +IGF2 1305 +IHZlcg== 1306 +w6o= 1307 +b25leQ== 1308 +IHRoYW5r 1309 +IG1heWJl 1310 +dWM= 1311 +aW1l 1312 +6rOg 1313 +IGF3YXk= 1314 +IG5hbWU= 1315 +b3VzZQ== 1316 +IGFjYw== 1317 +IG11c2lj 1318 +IGNoYW5nZQ== 1319 +IHBhc3M= 1320 +Z2Vy 1321 +IGJ1aWxk 1322 +IHZhbA== 1323 +aW5lc3M= 1324 +YW55 1325 +IGZldw== 1326 +tOs= 1327 +dGE= 1328 +IGxpc3Q= 1329 +w6U= 1330 +IG9sZA== 1331 +IOye 1332 +IHNvcnQ= 1333 +IG1lbQ== 1334 +IGNh 1335 +Y2VwdA== 1336 +IGdlbmVy 1337 +IHllYWg= 1338 +IHdoaWxl 1339 +IGFueXRoaW5n 1340 +cmlj 1341 +Z3JhbQ== 1342 +IGVpbg== 1343 +Y3k= 1344 +dXJpbmc= 1345 +IERl 1346 +IHBvd2Vy 1347 +IGNvbWluZw== 1348 +IHdvcmQ= 1349 +IC0t 1350 +IGJlbGll 1351 +IGZvdW5k 1352 +dG8= 1353 +0L8= 1354 +IG1lYW5z 1355 +IGluZm9ybQ== 1356 +INg= 1357 +INGH 1358 +IHNtYWxs 1359 +MDAw 1360 +IGNhbWU= 1361 +IO2V 1362 +d2g= 1363 +IHdvcmtpbmc= 1364 +IGV4YW1wbGU= 1365 +IHBvcw== 1366 +IGRlcA== 1367 +6rI= 1368 +5Lo= 1369 +b3Rl 1370 +IGRlbQ== 1371 +7Kc= 1372 +dHM= 1373 +IHZhcg== 1374 +YXV0 1375 +IHRyaQ== 1376 +Y2hu 1377 +IGhlYWQ= 1378 +IHdob2xl 1379 +15k= 1380 +emU= 1381 +IHRyeWluZw== 1382 +IHRlbQ== 1383 +IGNvdQ== 1384 +ZXRz 1385 +IDY= 1386 +IGZpbA== 1387 +dmVsb3A= 1388 +IGNhc2U= 1389 +4K8= 1390 +IHByb2JhYmx5 1391 +IG9rYXk= 1392 +IHBsYW4= 1393 +IHNpdA== 1394 +IHNjaG9vbA== 1395 +IFRoZW4= 1396 +uOs= 1397 +bWU= 1398 +IHByb2Nlc3M= 1399 +IGZhcg== 1400 +IHJlYWQ= 1401 +IHBvc3M= 1402 +IGJyZQ== 1403 +IHNvbA== 1404 +aWNodA== 1405 +IHN1cHBvcnQ= 1406 +IFRv 1407 +ZXJ0YWlu 1408 +IHN0YXJ0ZWQ= 1409 +IGNhcA== 1410 +IGxlZnQ= 1411 +IGRhdGE= 1412 +IHRpbWVz 1413 +0LXQuw== 1414 +IHdhbnRlZA== 1415 +0LDQvQ== 1416 +IHRhbGtpbmc= 1417 +IGlzdA== 1418 +IGhhdmluZw== 1419 +dW1w 1420 +IGNvbnRpbg== 1421 +IHN1Yg== 1422 +INC3 1423 +cHI= 1424 +64uI 1425 +aW5h 1426 +xbw= 1427 +IGNyZWF0 1428 +b2Rl 1429 +15U= 1430 +5pg= 1431 +ISE= 1432 +IHRlcm0= 1433 +aXNt 1434 +0L7QtA== 1435 +IEJlY2F1c2U= 1436 +IHdlbnQ= 1437 +aWRlcg== 1438 +IHByb3Y= 1439 +IGNoaWxk 1440 +IGRlbg== 1441 +IGxpZ2h0 1442 +YnI= 1443 +s9C+ 1444 +b2g= 1445 +IGJvb2s= 1446 +INk= 1447 +dXRpb24= 1448 +IEp1c3Q= 1449 +ZW5l 1450 +IGZvdXI= 1451 +IHZpcw== 1452 +6rCA 1453 +IGhvcGU= 1454 +IG1ha2luZw== 1455 +IExl 1456 +7JU= 1457 +IG9wcA== 1458 +YXU= 1459 +IG1vbmV5 1460 +IHByb2dyYW0= 1461 +w6g= 1462 +IHN0YW5k 1463 +SU4= 1464 +IHNpZ24= 1465 +IGxlYXJu 1466 +w6A= 1467 +IERvbg== 1468 +IHRlYW0= 1469 +INC90LA= 1470 +bHVk 1471 +IHJlc3Q= 1472 +aWNlcw== 1473 +5pw= 1474 +INGA 1475 +IGF1dA== 1476 +IGxlYWQ= 1477 +YXRpb25hbA== 1478 +ZGU= 1479 +Z3k= 1480 +IG5pY2U= 1481 +IGRhcw== 1482 +IGRpc3Q= 1483 +IGh1bQ== 1484 +IE9uZQ== 1485 +5og= 1486 +IGNvbWVz 1487 +IGpv 1488 +IGNlbnQ= 1489 +IGV4cGw= 1490 +IG1hcms= 1491 +cmVlbg== 1492 +bGVk 1493 +Z2lu 1494 +7JqU 1495 +IGxldmVs 1496 +IGNvbmY= 1497 +dXNo 1498 +IGRldmVsb3A= 1499 +IHRlc3Q= 1500 +ZW5n 1501 +dmlvdXM= 1502 +YXR1cmU= 1503 +0LXQvA== 1504 +cmV0 1505 +IGpl 1506 +IHN0dWZm 1507 +IGNsYXNz 1508 +b3dz 1509 +IOq3 1510 +IHNp 1511 +IGxlcw== 1512 +cm9w 1513 +55o= 1514 +IHBvcg== 1515 +IHdhcg== 1516 +7JeQ 1517 +IGV2ZXJ5b25l 1518 +IGdl 1519 +IGNoZWNr 1520 +b3R0 1521 +IHNpbmc= 1522 +IGFydA== 1523 +IGZvbGxvdw== 1524 +IDIwMQ== 1525 +IEZy 1526 +YWlz 1527 +7JY= 1528 +zrE= 1529 +5bA= 1530 +IMOg 1531 +aW1lcw== 1532 +IHJldA== 1533 +IGNoYW5n 1534 +IHB1Yg== 1535 +IGluZg== 1536 +IHRlY2hu 1537 +YWRh 1538 +aXZlcw== 1539 +IGJlaA== 1540 +5piv 1541 +IGxvb2tz 1542 +44CC 1543 +0Lc= 1544 +IFdoeQ== 1545 +55qE 1546 +IGVub3VnaA== 1547 +IGJyYQ== 1548 +aXRjaA== 1549 +5Ls= 1550 +IGFkdg== 1551 +0LE= 1552 +IHdpdGhvdXQ= 1553 +d2Vy 1554 +bWVyaWM= 1555 +ZGVu 1556 +IGNvbXBsZXQ= 1557 +IGlkZWE= 1558 +dGVycw== 1559 +b2Nr 1560 +IGRlZmlu 1561 +IGV2ZXI= 1562 +IGds 1563 +IG9uY2U= 1564 +IGJyaW5n 1565 +IHNheWluZw== 1566 +IGFucw== 1567 +IGhlYXI= 1568 +bmVjdA== 1569 +IGxlc3M= 1570 +Z28= 1571 +cmVhbQ== 1572 +YWRv 1573 +7J4= 1574 +IG1pbmQ= 1575 +ZW50ZQ== 1576 +IGZ1bGw= 1577 +IGJhZA== 1578 +IHdvbQ== 1579 +IHNvbWVvbmU= 1580 +IGR1 1581 +IHdvbg== 1582 +IGNvbnRybw== 1583 +b3J0dW4= 1584 +IGhlYWx0aA== 1585 +IGNobw== 1586 +IEFy 1587 +IGNvbmM= 1588 +IGluZm9ybWF0aW9u 1589 +IHN0b3A= 1590 +YXR0 1591 +YXRlbHk= 1592 +5L0= 1593 +IGdyb3Vw 1594 +INGD 1595 +IHF1aXRl 1596 +IHJlc3A= 1597 +RVI= 1598 +dWdodA== 1599 +6rg= 1600 +bWFu 1601 +aXplZA== 1602 +IEJy 1603 +IHJlbWVtYmVy 1604 +IGZhbWlseQ== 1605 +IGJ1c2luZXNz 1606 +YXc= 1607 +IHNwZWM= 1608 +IGF1 1609 +IE9y 1610 +xIU= 1611 +IHNlZW4= 1612 +IGxhcg== 1613 +IDc= 1614 +Z2c= 1615 +YmVycw== 1616 +IGRyYQ== 1617 +IG1vbnRo 1618 +IHNheXM= 1619 +IGlzcw== 1620 +IGxpdmU= 1621 +IGxpbmU= 1622 +IG1vbWVudA== 1623 +IGV4Yw== 1624 +ZWxz 1625 +IHNvdW5k 1626 +IGNvb2w= 1627 +IGxvYw== 1628 +IGNlcnRhaW4= 1629 +IGRyaQ== 1630 +0L7Rgg== 1631 +YW1lcw== 1632 +IG11c3Q= 1633 +bnk= 1634 +0LjRgg== 1635 +IGtpZA== 1636 +IGluY2x1ZA== 1637 +7J2E 1638 +YXRvcg== 1639 +xJ8= 1640 +aGE= 1641 +YXJlZA== 1642 +IHNlZW0= 1643 +0Lk= 1644 +7IQ= 1645 +IGVsc2U= 1646 +IOyg 1647 +aXJs 1648 +IDg= 1649 +IHZv 1650 +IHF1ZXN0aW9ucw== 1651 +aW5lcw== 1652 +ZWU= 1653 +5oiR 1654 +w7xy 1655 +IEFtZXJpYw== 1656 +IHN0b3J5 1657 +IHNlcnY= 1658 +dmVybg== 1659 +YWdlcw== 1660 +bGFuZA== 1661 +IOKAkw== 1662 +ZXJh 1663 +IENhbg== 1664 +IHBvcA== 1665 +ZXRoZXI= 1666 +IG5h 1667 +IG9yZGVy 1668 +IG1ha2Vz 1669 +IHNpbmNl 1670 +Y29u 1671 +Y3Rvcg== 1672 +IHRob3VnaA== 1673 +IHByb2R1Y3Q= 1674 +0LvQuA== 1675 +IGxlZw== 1676 +IG1lZXQ= 1677 +YWxm 1678 +0YHRjw== 1679 +dW5jaA== 1680 +aXRlcg== 1681 +b3Zl 1682 +15XX 1683 +aWV0 1684 +0LDQvA== 1685 +aXRhbA== 1686 +IHN1cGVy 1687 +bGluZw== 1688 +IHBheQ== 1689 +IHBhcmE= 1690 +IGpvYg== 1691 +IEhlcmU= 1692 +IHN3 1693 +a3M= 1694 +cHRpb24= 1695 +bWE= 1696 +IGJlbGlldmU= 1697 +rOs= 1698 +IHdhaXQ= 1699 +0L7QuQ== 1700 +IHVudA== 1701 +IHF1aWNr 1702 +aHI= 1703 +INGN 1704 +IFBybw== 1705 +IG1lbg== 1706 +4Lk= 1707 +IGRheXM= 1708 +IGdvZXM= 1709 +IHNwZWFr 1710 +IEF0 1711 +ZW1lbnQ= 1712 +IG1pc3M= 1713 +IGF3 1714 +IGRlc2lnbg== 1715 +IHByb2plY3Q= 1716 +0L7RgA== 1717 +aWo= 1718 +YW50cw== 1719 +YXRz 1720 +IENocg== 1721 +IDk= 1722 +IGN1dA== 1723 +IHJlcXU= 1724 +INC90LU= 1725 +IE5vdA== 1726 +YXN0ZXI= 1727 +IG1pbGw= 1728 +IHBhcnRpY3VsYXI= 1729 +IHBpZQ== 1730 +IHN0dWRlbnRz 1731 +IGZpdmU= 1732 +b3Vu 1733 +IE5l 1734 +IGdp 1735 +IHBhcw== 1736 +IGZyZWU= 1737 +IFNw 1738 +bGljaA== 1739 +IHByb2Y= 1740 +IGVuZw== 1741 +IHByb3Q= 1742 +IExpa2U= 1743 +b3NlZA== 1744 +IGNvbm5lY3Q= 1745 +YXBw 1746 +IOun 1747 +aXRpbmc= 1748 +IGJsbw== 1749 +IGxvcw== 1750 +aXN0cw== 1751 +IGV4cGVyaWVuY2U= 1752 +cmVudA== 1753 +IHN0YXk= 1754 +IGZvb2Q= 1755 +dG9u 1756 +cnVjdA== 1757 +IGhpc3Q= 1758 +dmlldw== 1759 +aW5pbmc= 1760 +bW9zdA== 1761 +aXZlcnM= 1762 +Ym8= 1763 +44GE 1764 +IFRy 1765 +Z2Vu 1766 +IHBsZWFzZQ== 1767 +IGNvbW11bml0eQ== 1768 +IGNl 1769 +QU4= 1770 +bm8= 1771 +IGJvZHk= 1772 +IGhvdXI= 1773 +IHZlcnM= 1774 +4bo= 1775 +Y2Vy 1776 +IOqw 1777 +IHJlYXNvbg== 1778 +IFJpZ2h0 1779 +IGxhdGVy 1780 +z4Q= 1781 +IGhvdXNl 1782 +IFg= 1783 +0L7QvQ== 1784 +IHN0YXRl 1785 +Zmlj 1786 +5aQ= 1787 +xZs= 1788 +aWVsZA== 1789 +IHByaQ== 1790 +IHBhc3Q= 1791 +IHdhbGs= 1792 +b2xvZ3k= 1793 +ZXJpbmc= 1794 +YW5uYQ== 1795 +IHRlcg== 1796 +IGhvbGQ= 1797 +IG9yZ2Fu 1798 +YmVu 1799 +zr8= 1800 +w7Nu 1801 +IGVmZmVjdA== 1802 +IHlvdXJzZWxm 1803 +IHBsdXM= 1804 +YWo= 1805 +YW5kbw== 1806 +dXJhbA== 1807 +IHJvb20= 1808 +bGVjdA== 1809 +6rKM 1810 +PyI= 1811 +c2lkZQ== 1812 +IGJlY29tZQ== 1813 +0YY= 1814 +IMI= 1815 +b29k 1816 +IGNvbnN0 1817 +IG5pZ2h0 1818 +dXRlcw== 1819 +0LY= 1820 +IGJyZWFr 1821 +IHBhaW4= 1822 +IHN0ZXA= 1823 +aXJlZA== 1824 +IG5vdGhpbmc= 1825 +IHVudGls 1826 +0ZY= 1827 +0LDQsg== 1828 +2Yo= 1829 +IGR1cmluZw== 1830 +7KeA 1831 +bGVzcw== 1832 +b2xs 1833 +0L3Riw== 1834 +zrk= 1835 +ZmVjdA== 1836 +aXZlcg== 1837 +j4Q= 1838 +aXRoZXI= 1839 +eWluZw== 1840 +IGJlZ2lu 1841 +15nX 1842 +aXZpZA== 1843 +IMOn 1844 +IHNhbA== 1845 +IHRh 1846 +IHBvdA== 1847 +ICQ= 1848 +IG1hcg== 1849 +IGNsZWFy 1850 +IGZhY2U= 1851 +IGdyb3c= 1852 +ICo= 1853 +IGluc2lkZQ== 1854 +IGZyaWVuZHM= 1855 +IGxlYXZl 1856 +ZW5u 1857 +IGVhc3k= 1858 +IGFyZWE= 1859 +YWxpdHk= 1860 +b3Vk 1861 +IGVhdA== 1862 +2YY= 1863 +IHB1cg== 1864 +b3Ju 1865 +IHNhdw== 1866 +IGFuc3dlcg== 1867 +IGZyb250 1868 +IGJlYXV0 1869 +vOs= 1870 +IG1hdHRlcg== 1871 +IHNvbg== 1872 +IE5ldw== 1873 +IHJlc3VsdA== 1874 +aWRlcw== 1875 +Y2hl 1876 +IGZ1dA== 1877 +cHM= 1878 +IGZvY3Vz 1879 +IGludGVyZXN0aW5n 1880 +5aU= 1881 +IGFw 1882 +Ii4= 1883 +IGNyZWF0ZQ== 1884 +0L7RgQ== 1885 +IHByZXNz 1886 +cm9zcw== 1887 +IHBpY2s= 1888 +bGluZQ== 1889 +IHRvb2s= 1890 +IE1heQ== 1891 +cm93 1892 +IGljaA== 1893 +mOs= 1894 +IHJlZg== 1895 +IG1vcg== 1896 +cmFjdA== 1897 +YXJlbnQ= 1898 +QVI= 1899 +IGV4YWN0 1900 +IHNwYWNl 1901 +d29yaw== 1902 +0L3QuA== 1903 +IGJpcg== 1904 +IGRldg== 1905 +0LM= 1906 +IHRvbGQ= 1907 +IHB1YmxpYw== 1908 +Y2lhbGx5 1909 +IHZpZXc= 1910 +IEhleQ== 1911 +bWVk 1912 +bGxv 1913 +Y2M= 1914 +IGZhYw== 1915 +IGNvdXBsZQ== 1916 +IGhlYXJ0 1917 +bGVy 1918 +IHJlYWR5 1919 +IGFsbW9zdA== 1920 +YXJpbmc= 1921 +IGhhbGY= 1922 +IE1l 1923 +YXZvcg== 1924 +aXF1ZQ== 1925 +IGNoYXJhYw== 1926 +IHByYWN0 1927 +T04= 1928 +YW5l 1929 +IGls 1930 +0L3QsA== 1931 +IHZp 1932 +bGlzaA== 1933 +aGVhZA== 1934 +IGxlYXN0 1935 +IGJhc2ljYWxseQ== 1936 +YXNlZA== 1937 +cmlnaHQ= 1938 +IHlldA== 1939 +IHRha2luZw== 1940 +IGNvdW50cnk= 1941 +IHdpbg== 1942 +IGlzbg== 1943 +IHBvc3NpYmxl 1944 +IGNhbQ== 1945 +IGluY3Jl 1946 +IHBhdA== 1947 +IHdhbm5h 1948 +IGNvbnNpZGVy 1949 +IGFicw== 1950 +IHdpdGhpbg== 1951 +IGh1bWFu 1952 +IHRoaW5raW5n 1953 +IG9o 1954 +oZw= 1955 +IHF1aQ== 1956 +YXNlcw== 1957 +IDA= 1958 +aXRlbHk= 1959 +5LiN 1960 +IGtpbGw= 1961 +IG1pbA== 1962 +IGludmVzdA== 1963 +aXN0ZXI= 1964 +IHN1Yw== 1965 +aW9uYWw= 1966 +ZWxm 1967 +IHdoZXRoZXI= 1968 +IGNvbnRyb2w= 1969 +IGFnYWluc3Q= 1970 +b3Rz 1971 +64uI64uk 1972 +aW9y 1973 +IHByZXNlbnQ= 1974 +INin 1975 +IHdhdGNoaW5n 1976 +dWJl 1977 +ZXJ2 1978 +IG5pY2h0 1979 +IGdvdmVybg== 1980 +IFRoZXNl 1981 +IDo= 1982 +dWl0 1983 +dWdo 1984 +IHdvcmtz 1985 +b28= 1986 +IHdpcg== 1987 +IGFpcg== 1988 +IFRl 1989 +0LDQtw== 1990 +aXNpb24= 1991 +d2hlcmU= 1992 +IHRvdA== 1993 +am95 1994 +7Is= 1995 +IHZvbA== 1996 +INC1 1997 +IGNsb3Nl 1998 +IEFk 1999 +0Yk= 2000 +aW5lZA== 2001 +IHVuYQ== 2002 +IOq3uOs= 2003 +sOs= 2004 +b3JyeQ== 2005 +IGJybw== 2006 +IGZpbG0= 2007 +aWZ0 2008 +MjA= 2009 +IHR5cGU= 2010 +IGhhcHBlbmVk 2011 +IEFt 2012 +IGdpcmw= 2013 +IEFyZQ== 2014 +d2FyZHM= 2015 +IHBvdXI= 2016 +IGNvbG9y 2017 +ZWx0 2018 +0LDRgQ== 2019 +IHNlbnNl 2020 +bGV4 2021 +IFdpdGg= 2022 +dXNz 2023 +cmli 2024 +IHJlc2U= 2025 +IG5vcm0= 2026 +IGZ1dHVyZQ== 2027 +IGRlYWw= 2028 +ZW5kaW5n 2029 +ZXk= 2030 +IHg= 2031 +ZXJv 2032 +IENs 2033 +dWs= 2034 +IHdoYXRldmVy 2035 +c2VsdmVz 2036 +IHlvdW5n 2037 +7Io= 2038 +IE1hcg== 2039 +IENocmlzdA== 2040 +IGd1ZXNz 2041 +IHBlcmZvcm0= 2042 +IGVuZXI= 2043 +cm9u 2044 +IGhpdA== 2045 +IHdvbmQ= 2046 +IGRpcmVjdA== 2047 +IEV2ZXJ5 2048 +IG9mdGVu 2049 +IGZh 2050 +IGFsb25n 2051 +IGNsaWNr 2052 +IExvb2s= 2053 +IHNpdHU= 2054 +IGhhcHB5 2055 +ZWFk 2056 +IGFnbw== 2057 +IGVuYw== 2058 +IG15c2VsZg== 2059 +IGNvdmVy 2060 +0L7QsQ== 2061 +IG1pZA== 2062 +IGNvc3Q= 2063 +IHRlbg== 2064 +IFNjaA== 2065 +IGV4cGVjdA== 2066 +IHdhc24= 2067 +IHN0cm9uZw== 2068 +aWZ1bA== 2069 +IG9wcG9ydHVu 2070 +aW5hbA== 2071 +eWxl 2072 +IHNoYXJl 2073 +IHRydWU= 2074 +IGFwcHJv 2075 +IGNoYWxs 2076 +IG1pbnV0ZXM= 2077 +IGNoYW5u 2078 +IOuC 2079 +zrU= 2080 +bGk= 2081 +IG1lc3M= 2082 +b3JpZXM= 2083 +cGVjaWFsbHk= 2084 +IHdyb25n 2085 +IHllcw== 2086 +IOyX 2087 +aXJvbg== 2088 +IGFsbG93 2089 +IHN1YnM= 2090 +IGZvcmU= 2091 +IGZpZ2h0 2092 +IHNvY2lhbA== 2093 +IGNyYQ== 2094 +YW5h 2095 +IGFmZg== 2096 +IGVzcw== 2097 +IHdheXM= 2098 +IHNob3J0 2099 +IGZhbGw= 2100 +IGxhdw== 2101 +IFdobw== 2102 +IGVuam95 2103 +IGNhbA== 2104 +IGFjY2Vzcw== 2105 +ZmU= 2106 +IG5vbg== 2107 +IGFjcm9zcw== 2108 +ZXJ5 2109 +dmlvdXNseQ== 2110 +IEV4 2111 +aWRlZA== 2112 +IGxpbms= 2113 +IFBy 2114 +IHRlcm1z 2115 +YWNlcw== 2116 +IGxhbmQ= 2117 +YXppbmc= 2118 +IDE1 2119 +IG11bHQ= 2120 +IHNwZWNpYWw= 2121 +5YA= 2122 +aXZpbmc= 2123 +7J2A 2124 +IHR5cA== 2125 +IHN0ZQ== 2126 +IMQ= 2127 +IGZvcndhcmQ= 2128 +5Y8= 2129 +IGZyZQ== 2130 +5aW9 2131 +IHJlc2VhcmNo 2132 +4K+N 2133 +0LDRgg== 2134 +IG1haW4= 2135 +IHJlY29yZA== 2136 +IGh1 2137 +IGRlZmluaXRlbHk= 2138 +IGVpdGhlcg== 2139 +IGxpc3Rlbg== 2140 +IGtleQ== 2141 +IG1hcmtldA== 2142 +INGH0YLQvg== 2143 +aXphdGlvbg== 2144 +IHZpZGVvcw== 2145 +IGd1eQ== 2146 +IGZpZw== 2147 +IHN0cmE= 2148 +IFBs 2149 +dWxseQ== 2150 +YW1vcw== 2151 +IG1lbnRpb24= 2152 +IHNvbmc= 2153 +IGludGVybg== 2154 +cmFs 2155 +dXJz 2156 +IGhvbg== 2157 +IHZhbHVl 2158 +IGJhcg== 2159 +Y2xl 2160 +0L7Qtg== 2161 +xIc= 2162 +nOs= 2163 +IHp1 2164 +0LjQvA== 2165 +5L2g 2166 +IHNpbmdsZQ== 2167 +IGF1Y2g= 2168 +Y3Vzcw== 2169 +IGdldHM= 2170 +IHNvbWV0aW1lcw== 2171 +5b4= 2172 +YW1i 2173 +bW0= 2174 +Y2luZw== 2175 +IHBlcmZlY3Q= 2176 +IEJs 2177 +b3V0aA== 2178 +7KA= 2179 +IHNjaQ== 2180 +cGFy 2181 +IHJlZA== 2182 +IHBvc3Q= 2183 +IG1vdA== 2184 +IGVsZWN0 2185 +IEV1 2186 +aXRpdmU= 2187 +IFNvbWU= 2188 +IGRlc2NyaQ== 2189 +IGN1cnJlbnQ= 2190 +w6lz 2191 +IHRyZQ== 2192 +IEVu 2193 +IG1pdA== 2194 +RU4= 2195 +iOs= 2196 +aXVt 2197 +IGhlYXJk 2198 +IHNpbXBsZQ== 2199 +bGFy 2200 +IGV2ZXJ5Ym9keQ== 2201 +aWxhcg== 2202 +IG5lZWRz 2203 +IGRpZmZpYw== 2204 +IEdvb2Q= 2205 +dW1lbnQ= 2206 +Y2VudA== 2207 +IG9wZXI= 2208 +0LDRgtGM 2209 +ZXR5 2210 +IGJsYWNr 2211 +IGdpdmVu 2212 +b25lcw== 2213 +IHdlbA== 2214 +6YA= 2215 +IOyVhA== 2216 +IDMw 2217 +QVQ= 2218 +IHN0YXQ= 2219 +b3VjaA== 2220 +IE1y 2221 +0LDRgA== 2222 +IHNobw== 2223 +IGNvbmQ= 2224 +15Q= 2225 +bXk= 2226 +IGNoaWxkcmVu 2227 +IGV1 2228 +0LXQtA== 2229 +7JWE 2230 +dGVybg== 2231 +IHVo 2232 +IGhhcg== 2233 +IHByb20= 2234 +IHB1bGw= 2235 +cmV3 2236 +IGNvbXBhbnk= 2237 +IGJlYXV0aWZ1bA== 2238 +dXN0b20= 2239 +7ZWY 2240 +0LrQuA== 2241 +IHN0cmU= 2242 +IGFtYXppbmc= 2243 +cmllcw== 2244 +IHN1Y2Nlc3M= 2245 +IG1hY2g= 2246 +bm90 2247 +IGRpc2N1c3M= 2248 +IG5hdA== 2249 +pqw= 2250 +IHVuZQ== 2251 +IGRpZmZpY3VsdA== 2252 +IHJpcw== 2253 +zr0= 2254 +IGNhbXA= 2255 +IGJ1eQ== 2256 +5LiA 2257 +IG1hZw== 2258 +cG8= 2259 +IFlvdXI= 2260 +IGJlaGluZA== 2261 +aWNh 2262 +xLFu 2263 +IE9L 2264 +IGxhbmc= 2265 +IHdvbWVu 2266 +IGVudg== 2267 +IHJlY2U= 2268 +IGNoYW5uZWw= 2269 +aWFsbHk= 2270 +dWxl 2271 +IDEy 2272 +dGhlcnM= 2273 +IGJvdHQ= 2274 +IHJlcG9ydA== 2275 +ZW50bHk= 2276 +ZnVsbHk= 2277 +VGhl 2278 +IHNlbnQ= 2279 +IGV2ZW50 2280 +IGVuZXJneQ== 2281 +bHQ= 2282 +IHdvcmRz 2283 +YXJy 2284 +ZGxl 2285 +IGFoZWFk 2286 +YXJkcw== 2287 +2LE= 2288 +5LqG 2289 +IHRvb2w= 2290 +Y29ub20= 2291 +0LXRgQ== 2292 +IGV4YWN0bHk= 2293 +IGZhdm9y 2294 +IGxvdw== 2295 +IHByb3Blcg== 2296 +IOyeiA== 2297 +ICE= 2298 +IHJlbGF0aW9ucw== 2299 +IG1hcw== 2300 +IGtpZHM= 2301 +IGVudGlyZQ== 2302 +dWRl 2303 +2YU= 2304 +IFdoZXJl 2305 +IG9uZXM= 2306 +IGNpdHk= 2307 +b2x1dA== 2308 +IHNpeA== 2309 +YWJpbGl0eQ== 2310 +w7Zy 2311 +aWxp 2312 +IEVz 2313 +IGhhcHBlbnM= 2314 +YWlucw== 2315 +IG1vZGVs 2316 +IHBpY3Q= 2317 +IGVzcGVjaWFsbHk= 2318 +IDEwMA== 2319 +a3Q= 2320 +IHNvb24= 2321 +Ynk= 2322 +cm9kdQ== 2323 +IGFubg== 2324 +IHN1YnNjcmk= 2325 +IFF1 2326 +IGF2YWls 2327 +aW1lbnQ= 2328 +IHZvYw== 2329 +a2E= 2330 +IDIwMA== 2331 +YXBlcg== 2332 +IEluZA== 2333 +IOyn 2334 +aG9y 2335 +jbA= 2336 +am9y 2337 +0LjQuw== 2338 +IHNxdQ== 2339 +QVU= 2340 +YXJuaW5n 2341 +INCz 2342 +SVM= 2343 +INC7 2344 +0LXQuQ== 2345 +eWVz 2346 +5YU= 2347 +INCS 2348 +IG9yaWc= 2349 +0L7Qs9C+ 2350 +IGFza2Vk 2351 +aWx0 2352 +0L7Qsw== 2353 +IGNvbnRpbnVl 2354 +IOyY 2355 +cmFt 2356 +IG90aGVycw== 2357 +RVM= 2358 +b2hu 2359 +IGxheQ== 2360 +IGJhc2Vk 2361 +IHB1 2362 +IGFwcGU= 2363 +IGxpbQ== 2364 +IHByb3A= 2365 +gOs= 2366 +bWlu 2367 +IGhvdA== 2368 +IExh 2369 +IGZhc3Q= 2370 +IHByb3RlY3Q= 2371 +IGFtb3VudA== 2372 +IGFxdQ== 2373 +IGZ1bmQ= 2374 +IGN1c3RvbQ== 2375 +IGN1bHQ= 2376 +IGhhbmRz 2377 +IGhhdmVu 2378 +IGF1ZA== 2379 +IG91dHNpZGU= 2380 +IEFmdGVy 2381 +YXBz 2382 +IGFuaW0= 2383 +cGxveQ== 2384 +IGhhdA== 2385 +IEZpcnN0 2386 +IHRyZWF0 2387 +IGVw 2388 +IG1hdGVy 2389 +IGJ1aWxkaW5n 2390 +IOuw 2391 +5ZA= 2392 +7ISc 2393 +emE= 2394 +dWdodGVy 2395 +IFBl 2396 +bmV5 2397 +ZXRlcg== 2398 +YXRpYw== 2399 +IGVkdWM= 2400 +6riw 2401 +IG1vdg== 2402 +k6Q= 2403 +YW1h 2404 +cmF0aW9u 2405 +IHNu 2406 +2Yg= 2407 +IHN1bQ== 2408 +IHBob3Q= 2409 +INCd 2410 +IC4= 2411 +5pyJ 2412 +IGZpbmlzaA== 2413 +aXR0aW5n 2414 +5a4= 2415 +IGxhcmdl 2416 +IOyW 2417 +IHdoaXRl 2418 +YXJh 2419 +IG1haXM= 2420 +IEhp 2421 +IGRhbQ== 2422 +INin2YQ= 2423 +IGJveA== 2424 +IEhlbGxv 2425 +IHNsZQ== 2426 +IG9wdA== 2427 +cmllZA== 2428 +pbw= 2429 +IGFjdGl2 2430 +IG7Do28= 2431 +IENvbQ== 2432 +IHBsYXlpbmc= 2433 +VGg= 2434 +IGF2YWlsYWJsZQ== 2435 +IHBvcnQ= 2436 +5Yg= 2437 +IEFo 2438 +IGxhcw== 2439 +IGVhcmx5 2440 +IHdvbmRlcg== 2441 +sbA= 2442 +IDE4 2443 +Y3Vs 2444 +IGZ1bmN0aW9u 2445 +IG1vcm5pbmc= 2446 +bGxl 2447 +aWVudHM= 2448 +dXg= 2449 +IGNpcg== 2450 +aXRpb25z 2451 +IGRlZXA= 2452 +IHBvbGl0 2453 +eW9y 2454 +bXA= 2455 +YWtpbmc= 2456 +jOs= 2457 +IE1hbg== 2458 +IG1pbGxpb24= 2459 +IC8= 2460 +IGluZGl2aWQ= 2461 +IHBhbg== 2462 +IGdvdmVybm1lbnQ= 2463 +IHdyaXRl 2464 +IFRvZA== 2465 +YW1lbnQ= 2466 +IM8= 2467 +IHdpbmQ= 2468 +IEVuZw== 2469 +Y2hlbg== 2470 +V2g= 2471 +7Jw= 2472 +IGlkZW50 2473 +44Gn 2474 +dmVudA== 2475 +dXJjaA== 2476 +IGh5 2477 +IHlh 2478 +IHRyYWQ= 2479 +IHJlbGF0aW9uc2hpcA== 2480 +w7o= 2481 +IGRvdQ== 2482 +T1I= 2483 +IHN3ZQ== 2484 +IG5lZw== 2485 +aW5hdGlvbg== 2486 +IHRleHQ= 2487 +aXBw 2488 +IGZpbmU= 2489 +w6Fz 2490 +IERy 2491 +IENvbWU= 2492 +IG1vbnRocw== 2493 +LCI= 2494 +0LXQvdC4 2495 +IGhvdXJz 2496 +IHBvZA== 2497 +aXJ0 2498 +IGludm9s 2499 +IGNvbGxlY3Q= 2500 +IGF1Zg== 2501 +IHBh 2502 +IGhpc3Rvcnk= 2503 +bWI= 2504 +aWZ5 2505 +ID8= 2506 +IGJlbG93 2507 +YXN1cmU= 2508 +YWJ5 2509 +IGxhbmd1 2510 +IGFudA== 2511 +IGNvbWI= 2512 +YXRv 2513 +IGV4aXN0 2514 +IOuL 2515 +IHRha2Vz 2516 +IGNoYXJhY3Rlcg== 2517 +YWZm 2518 +IGZpZWxk 2519 +IGVjb25vbQ== 2520 +aWVm 2521 +IHBpZWNl 2522 +5Zw= 2523 +IHJlYWNo 2524 +IOqy 2525 +b255 2526 +IG1hdGVyaWFs 2527 +IGRpZw== 2528 +IHBoeXM= 2529 +IGltcHJv 2530 +IHNpbWlsYXI= 2531 +SUM= 2532 +IG5ldA== 2533 +eW4= 2534 +IHBvc2l0aW9u 2535 +w58= 2536 +IGJlbmU= 2537 +cmVhZA== 2538 +IGxlYXJuaW5n 2539 +dW1l 2540 +IGNsZWFu 2541 +0YLQvtGA 2542 +IGNvb2s= 2543 +IHNlZW1z 2544 +IG9s 2545 +IFVT 2546 +IEplcw== 2547 +IOCu 2548 +ZW50aWFs 2549 +aXZlcnNpdHk= 2550 +YWN5 2551 +INGP 2552 +b2x1dGVseQ== 2553 +cmVjdA== 2554 +IFBsZWFzZQ== 2555 +IHJlcHJlcw== 2556 +IHRvdWNo 2557 +bWVu 2558 +INCw 2559 +acOzbg== 2560 +IFRoYW5rcw== 2561 +IGFuZw== 2562 +IG1ham9y 2563 +IGl0c2VsZg== 2564 +aWxscw== 2565 +Iiw= 2566 +aWFucw== 2567 +IHNjcmVlbg== 2568 +IGhvcg== 2569 +IGtub3du 2570 +IGVudmlyb24= 2571 +IGZpbmFs 2572 +IGZpZ3VyZQ== 2573 +IFR3 2574 +IGV5ZXM= 2575 +IGltYWc= 2576 +IHNlZWluZw== 2577 +IGhhaXI= 2578 +cmVt 2579 +IGFwcGxpYw== 2580 +ZW5kcw== 2581 +cHV0 2582 +IG5ld3M= 2583 +IGNvbXBsZXRlbHk= 2584 +dWdocw== 2585 +IGtuZXc= 2586 +aWZpZWQ= 2587 +IEpl 2588 +IERpZA== 2589 +IHNpdHVhdGlvbg== 2590 +IGZsbw== 2591 +bXM= 2592 +IHBob25l 2593 +IGJhbGw= 2594 +ZG8= 2595 +IHBhcmVudA== 2596 +IHNvcnJ5 2597 +dXJ5 2598 +0LjQvQ== 2599 +aXBz 2600 +0LDQtA== 2601 +IGluc3RlYWQ= 2602 +IGh1Z2U= 2603 +IHR1 2604 +IOOB 2605 +IEdy 2606 +IGRldGFpbA== 2607 +INCf 2608 +IGluZGl2aWR1YWw= 2609 +IGZpcmU= 2610 +IGNsb3M= 2611 +IHdlcg== 2612 +dW5l 2613 +IHJ1bm5pbmc= 2614 +IGNvbnZlcnM= 2615 +IHJlY29tbQ== 2616 +IGNvbW8= 2617 +IHNvbWVib2R5 2618 +IEpvaG4= 2619 +IOydtA== 2620 +IE91cg== 2621 +cGxlcw== 2622 +IFBo 2623 +IGFuYWw= 2624 +IDUw 2625 +IG9mZmVy 2626 +IDw= 2627 +aXRpb25hbA== 2628 +Z2VzdA== 2629 +IHZvdXM= 2630 +bGV0 2631 +aWN5 2632 +IGZlZWxpbmc= 2633 +TEU= 2634 +cm9z 2635 +IHRoaXJk 2636 +0L7Qug== 2637 +IHNlcmllcw== 2638 +IEFueQ== 2639 +aXNlZA== 2640 +b2xk 2641 +IGRyYXc= 2642 +IHNlcnZpY2U= 2643 +IGNhbm5vdA== 2644 +YmFs 2645 +44GG 2646 +IGxpdmluZw== 2647 +xLFt 2648 +IGRpZmZlcmVuY2U= 2649 +IG9wcG9ydHVuaXR5 2650 +IG5lYXI= 2651 +b3J0aA== 2652 +a2Vu 2653 +IGxvY2Fs 2654 +2Ko= 2655 +IENvbg== 2656 +IG9iamVjdA== 2657 +IGRhc3M= 2658 +44GZ 2659 +kNc= 2660 +IHF1aWNrbHk= 2661 +cmFwaA== 2662 +IGlzc3Vlcw== 2663 +6YCZ 2664 +IEFtZXJpY2Fu 2665 +IHByZXA= 2666 +ZW5jZXM= 2667 +IHByb2Zlc3M= 2668 +bGxpbmc= 2669 +b2Y= 2670 +IGZvb3Q= 2671 +YnJl 2672 +IHVzdWFsbHk= 2673 +IGdlbmVyYWw= 2674 +ZGE= 2675 +YW5jZXM= 2676 +IGRlc3Q= 2677 +IG9jYw== 2678 +IG1lbWJlcnM= 2679 +IGRhbnM= 2680 +IGVxdWFs 2681 +enQ= 2682 +IGJlY29t 2683 +IG1vdmluZw== 2684 +IHNwZWNpZmlj 2685 +w61h 2686 +IGZ1cg== 2687 +IG5lY2Vzcw== 2688 +IGNvbW1vbg== 2689 +IGF0dGFjaw== 2690 +INGN0YLQvg== 2691 +IFRvZGF5 2692 +IHVucw== 2693 +IEd1 2694 +aW9k 2695 +IGFjY291bnQ= 2696 +IGdyYW5k 2697 +IHNlbGY= 2698 +IEVs 2699 +IHRhc3Q= 2700 +IGNvbnRlbnQ= 2701 +IGN1 2702 +hOs= 2703 +IE1heWJl 2704 +IEplc3Vz 2705 +b3Jlcw== 2706 +cG9ydA== 2707 +qbQ= 2708 +IGdpdmVz 2709 +IG5vcm1hbA== 2710 +0YDRgw== 2711 +IGltcGFjdA== 2712 +w6Ry 2713 +IGRpZXM= 2714 +IGxhYg== 2715 +c2g= 2716 +aW9z 2717 +IFByZXM= 2718 +IFVuZA== 2719 +IE9m 2720 +IGZpbmFsbHk= 2721 +IGRvbGw= 2722 +IHZvY8Oq 2723 +cGx5 2724 +IEFn 2725 +IHRha2Vu 2726 +IGdyb3VuZA== 2727 +Zm9ydA== 2728 +IGdhdmU= 2729 +IEluc3Q= 2730 +IGxvc3Q= 2731 +IHdvcmtlZA== 2732 +IGxpdGVy 2733 +IGlzc3Vl 2734 +IGluZHVzdA== 2735 +IHJldHVybg== 2736 +IGhhcHBlbmluZw== 2737 +IHdhbnRz 2738 +0LjQsg== 2739 +IHByb2JsZW1z 2740 +IENhcg== 2741 +nbw= 2742 +IEFsc28= 2743 +IHNpemU= 2744 +IG9idmlvdXNseQ== 2745 +IFN1 2746 +IFNj 2747 +IHJlY29tbWVuZA== 2748 +b3VyY2Vz 2749 +YXN0aWM= 2750 +Li4uLg== 2751 +IG1p 2752 +bGllcg== 2753 +IEV2ZW4= 2754 +Y2lh 2755 +IGh1cg== 2756 +dmE= 2757 +IG1hc3M= 2758 +IHdvdWxkbg== 2759 +dW50 2760 +Y2tz 2761 +IGZlbHQ= 2762 +b3Nw 2763 +bGlnaHQ= 2764 +0L7Qu9GM 2765 +bmll 2766 +IGJvdHRvbQ== 2767 +INCx0Ys= 2768 +b3JlZA== 2769 +aXNvbg== 2770 +IGdyYWQ= 2771 +IHVtYQ== 2772 +IHZh 2773 +IOyC 2774 +cmVzc2lvbg== 2775 +dWxhdGlvbg== 2776 +SUQ= 2777 +aWRlbmNl 2778 +IGJ1cg== 2779 +IGdvbmU= 2780 +bHU= 2781 +7Ja07A== 2782 +IHJlZHU= 2783 +IGph 2784 +7J2Y 2785 +aXRh 2786 +IHNvZnQ= 2787 +IMOnYQ== 2788 +aWNv 2789 +ZXJhbA== 2790 +w7E= 2791 +YWY= 2792 +IHBvaW50cw== 2793 +Z3U= 2794 +IGTDqQ== 2795 +YXB0 2796 +YXg= 2797 +IEFscmlnaHQ= 2798 +IGNhbWVyYQ== 2799 +IGFjaA== 2800 +INC/0L4= 2801 +IHNldmVy 2802 +NTA= 2803 +IHNpZQ== 2804 +z4E= 2805 +IG1hbA== 2806 +IGNvbXB1dA== 2807 +IG1pZGRsZQ== 2808 +IGNvdWxkbg== 2809 +bWluZw== 2810 +IOyL 2811 +IEhpcw== 2812 +IGdhbWVz 2813 +IGludHJvZHU= 2814 +IGNlbGw= 2815 +cG9y 2816 +IHNsZWVw 2817 +IOuz 2818 +aWRpbmc= 2819 +IG91 2820 +IGRlZw== 2821 +IGRyaW5r 2822 +IGVudmlyb25tZW50 2823 +IFVuaXRlZA== 2824 +IHRhbGtlZA== 2825 +IGNob29zZQ== 2826 +IGpvdXI= 2827 +ZWdl 2828 +IE1pbg== 2829 +IGludGU= 2830 +IHJhdGhlcg== 2831 +IG9mZmlj 2832 +0LrQsA== 2833 +YWNoaW5n 2834 +IG1lbnRpb25lZA== 2835 +IGZpbGw= 2836 +IHRyYWNr 2837 +IG5pZQ== 2838 +IHV0 2839 +INCy0Ys= 2840 +aWJpbGl0eQ== 2841 +IHZhYw== 2842 +IHJhZA== 2843 +IHBhY2s= 2844 +IHNlbmQ= 2845 +IERhcw== 2846 +IEFi 2847 +IGVuZ2luZQ== 2848 +44GX 2849 +IGNvbXBldA== 2850 +w7Q= 2851 +INCy0YE= 2852 +IGRvb3I= 2853 +IGxvbmdlcg== 2854 +5bCN 2855 +IGxhbmd1YWdl 2856 +IGV4dHJh 2857 +cGxheQ== 2858 +IHdlYnM= 2859 +dW1i 2860 +cm9vbQ== 2861 +55w= 2862 +IGJlZ2lubmluZw== 2863 +IHJlZmVy 2864 +QU0= 2865 +bmVu 2866 +aWdoZXI= 2867 +ZmFjZQ== 2868 +ZXJj 2869 +IGZvcmdldA== 2870 +IGNvbW1lbnQ= 2871 +0LXQug== 2872 +0LvRjw== 2873 +cm9y 2874 +xbxl 2875 +IEdl 2876 +IGRhcms= 2877 +IGFueW9uZQ== 2878 +YW50ZQ== 2879 +Z2Vz 2880 +7Iq1 2881 +0ZE= 2882 +YmVk 2883 +amU= 2884 +cnVjdHVyZQ== 2885 +IHByaW0= 2886 +aWRh 2887 +6KY= 2888 +44G+ 2889 +IG1peA== 2890 +IHN0YXJ0aW5n 2891 +IOydtOs= 2892 +IHByb3ZpZGU= 2893 +YWN0aW9u 2894 +IG1vdGhlcg== 2895 +IHBlcmlvZA== 2896 +IHN0aWNr 2897 +IFlvdVQ= 2898 +IHRlY2hub2xvZ3k= 2899 +6rk= 2900 +IGJlZA== 2901 +IGdpdmluZw== 2902 +IGV4cGxhaW4= 2903 +emVu 2904 +aW1hdGU= 2905 +IHJlcHJlc2VudA== 2906 +bG9hZA== 2907 +IEhvd2V2ZXI= 2908 +IGxpdmVz 2909 +dXRo 2910 +aXJpdA== 2911 +b2du 2912 +IGxpaw== 2913 +IHJlc3BvbnM= 2914 +IHByaXY= 2915 +IHRvbQ== 2916 +w6fDo28= 2917 +aWFt 2918 +IGV4Y2l0ZWQ= 2919 +IGNhcmQ= 2920 +Z3JvdW5k 2921 +INeU 2922 +IHNlbnM= 2923 +IHRlYWNo 2924 +aWRv 2925 +aG9k 2926 +IGVwaXM= 2927 +IHdlbGNvbWU= 2928 +IHdhbGw= 2929 +5Lk= 2930 +IGNoYW5jZQ== 2931 +aGVu 2932 +INCh 2933 +IMSR 2934 +IHNpbXBseQ== 2935 +INGC0LDQug== 2936 +cmluZw== 2937 +amE= 2938 +Ym9vaw== 2939 +IHNldmVyYWw= 2940 +c3Rl 2941 +IGNyZWF0ZWQ= 2942 +INC+0YI= 2943 +IHB1c2g= 2944 +PT0= 2945 +IGhpZ2hlcg== 2946 +dWY= 2947 +b3VyY2U= 2948 +b2tl 2949 +IG9ubGluZQ== 2950 +IHJlbGU= 2951 +IHRvbg== 2952 +ZW5zaXZl 2953 +IGZhdm9yaXRl 2954 +0YPQtA== 2955 +IGxvb2tlZA== 2956 +IHZvbg== 2957 +4oCU 2958 +IGbDvHI= 2959 +IGJ1dHRvbg== 2960 +IGJpbGw= 2961 +IGNoYW5nZXM= 2962 +ISI= 2963 +IHNsb3c= 2964 +YWJsZXM= 2965 +IGRlYXRo 2966 +YW5kcw== 2967 +YXRlZw== 2968 +IHRoZW1zZWx2ZXM= 2969 +44Gj 2970 +IGNvcA== 2971 +44Gu 2972 +IHBlcnNvbmFs 2973 +dWdoaW5n 2974 +IDEx 2975 +Z2Fy 2976 +YWRlcw== 2977 +IG5lZWRlZA== 2978 +IHN0dWR5 2979 +YWdlZA== 2980 +0YHRgtCy 2981 +aW5v 2982 +IGRpc2M= 2983 +a2k= 2984 +IGFkZHJlc3M= 2985 +16g= 2986 +aXR0ZW4= 2987 +ZXNvbWU= 2988 +INC2 2989 +pOs= 2990 +dXJh 2991 +IG11 2992 +IGNvbnRpbnU= 2993 +Zm9y 2994 +IG1hdGNo 2995 +44Gm 2996 +IHN0cmFpZ2h0 2997 +kOs= 2998 +bmVycw== 2999 +IGRvZw== 3000 +IGRlYg== 3001 +IENP 3002 +IG9z 3003 +Z2Vk 3004 +Y2FtZQ== 3005 +IGNvcnJlY3Q= 3006 +ZXR0ZQ== 3007 +IFNlZQ== 3008 +IGluY2x1ZGluZw== 3009 +IEV1cm8= 3010 +ZXN0ZXI= 3011 +IGp1bXA= 3012 +IFdoaWNo 3013 +INC60LDQug== 3014 +c29u 3015 +eWE= 3016 +SU5H 3017 +IGVpbmU= 3018 +b3No 3019 +ZW5jeQ== 3020 +IG1lZGlh 3021 +IHN1YnNjcmliZQ== 3022 +6YI= 3023 +IHByaW4= 3024 +IGhhYg== 3025 +IFBlcg== 3026 +IFdhcw== 3027 +IHBhZ2U= 3028 +aXRvcg== 3029 +IHRvd2FyZHM= 3030 +IHRyaWVk 3031 +ZW5nZQ== 3032 +YXJ0bWVudA== 3033 +IHZhcmk= 3034 +IHBhcGVy 3035 +IHBpY3R1cmU= 3036 +IHZlcnNpb24= 3037 +IGJyb3VnaHQ= 3038 +d2FyZQ== 3039 +IFN0YXRlcw== 3040 +IHNpY2g= 3041 +bGVkZ2U= 3042 +IHBlcmNlbnQ= 3043 +IGdvZA== 3044 +ZWM= 3045 +IENvbW0= 3046 +IGRlY2lkZWQ= 3047 +IHNlbGVjdA== 3048 +7ZWc 3049 +KS4= 3050 +dXJpdHk= 3051 +IGZ1cnRoZXI= 3052 +IGNvbW1lbnRz 3053 +bGVtZW50 3054 +IGRyZWFt 3055 +IGNlbnRlcg== 3056 +bWk= 3057 +IGNhcw== 3058 +IHdvbWFu 3059 +IHJvYWQ= 3060 +IGZhaWw= 3061 +IGJlY2FtZQ== 3062 +bHVz 3063 +aWxpdGllcw== 3064 +44Gv 3065 +IENv 3066 +IG1hbmFnZQ== 3067 +IHJlY29nbg== 3068 +IGFjdGlvbg== 3069 +IGJlbmVm 3070 +IGVhcmxpZXI= 3071 +15w= 3072 +IHNwZWVk 3073 +IG1lbnQ= 3074 +IHNvY2k= 3075 +IHNob290 3076 +dWk= 3077 +IMOk 3078 +IGFwcGx5 3079 +dm8= 3080 +eGlt 3081 +IGNhdXNl 3082 +IHN1cnBy 3083 +IGhhYmVu 3084 +REk= 3085 +IGZhdGhlcg== 3086 +IE5leHQ= 3087 +IFlvdVR1YmU= 3088 +IGNvZGU= 3089 +IHJvbGU= 3090 +Z3Jlc3M= 3091 +IGdyZWVu 3092 +ZXR0 3093 +IGJ1aWx0 3094 +IGZsb3c= 3095 +IGJhc2U= 3096 +IHRyYWluaW5n 3097 +IHJvdW5k 3098 +IFdpbGw= 3099 +IHBhdGg= 3100 +IFJv 3101 +IGludGVyZXN0ZWQ= 3102 +7Ja0 3103 +IHJlc3BlY3Q= 3104 +IGNoYW5nZWQ= 3105 +aXNzaW9u 3106 +IHN0dWRlbnQ= 3107 +b2dyYXBo 3108 +IGFwcHJvYWNo 3109 +IHNob3dz 3110 +5bCx 3111 +IHRhcg== 3112 +IGNyaXQ= 3113 +IGdsbw== 3114 +7Iq164uI64uk 3115 +IGRlYWQ= 3116 +IFByZXNpZGVudA== 3117 +IHRob3Vz 3118 +IGJhbA== 3119 +c3Rlcg== 3120 +ZXg= 3121 +IGFic29sdXRlbHk= 3122 +IG1pYw== 3123 +IHByYWN0aWNl 3124 +IHF1YWxpdHk= 3125 +IGxvd2Vy 3126 +b2dsZQ== 3127 +IHNlcGFy 3128 +YmFsbA== 3129 +bWVkaQ== 3130 +IHJldmlldw== 3131 +IEFwcA== 3132 +IG9r 3133 +4oCL 3134 +IGV4cGVyaWVu 3135 +IGNvbmNlcm4= 3136 +ZW50aWFsbHk= 3137 +bW9yZQ== 3138 +IEpv 3139 +YXBhbg== 3140 +IEljaA== 3141 +aXN0aWM= 3142 +IGZhaXI= 3143 +IHdlYnNpdGU= 3144 +aXJlcw== 3145 +IEJ5 3146 +IHRyYXZlbA== 3147 +IHJpc2s= 3148 +IG1pcg== 3149 +IGJvYXJk 3150 +IHNlbg== 3151 +IHBhcmVudHM= 3152 +IFdvdw== 3153 +IGZlZWQ= 3154 +IHNhdmU= 3155 +IHNlcmlvdXM= 3156 +IGluaXQ= 3157 +RUw= 3158 +dW5kcmVk 3159 +QVM= 3160 +IHZhbg== 3161 +b3Jyb3c= 3162 +IHdvcnRo 3163 +IHNlYXJjaA== 3164 +IDE2 3165 +IHBhcnRz 3166 +0YHRgtGM 3167 +IGNvbXBhbg== 3168 +IG1vdmll 3169 +IG1ldGhvZA== 3170 +IGlsbA== 3171 +IHdpc2g= 3172 +ZHk= 3173 +IGl0ZW0= 3174 +IG1pbnVz 3175 +YW5nZXI= 3176 +IHZvaWNl 3177 +IHNraW4= 3178 +IGFyZWFz 3179 +IGVpZ2h0 3180 +IG9icw== 3181 +ICw= 3182 +0LDQuQ== 3183 +IG9pbA== 3184 +IGN5 3185 +IGJhYnk= 3186 +c3k= 3187 +IGVtcGxveQ== 3188 +IEtl 3189 +IHBsYWNlcw== 3190 +IGZpeA== 3191 +IGVzdMOh 3192 +44Go 3193 +aXZlZA== 3194 +IGxvdHM= 3195 +IHNlYXNvbg== 3196 +dW5r 3197 +YWx0 3198 +IHRhYmxl 3199 +INCi 3200 +w6I= 3201 +IGF0dGVudGlvbg== 3202 +44Gq 3203 +IEhlcg== 3204 +IGFnZQ== 3205 +IHByYQ== 3206 +YmFjaw== 3207 +Y2ls 3208 +IG5ldHdvcms= 3209 +cml0 3210 +IGRvYw== 3211 +IGFyZW4= 3212 +aWdlbg== 3213 +IOuE 3214 +2K8= 3215 +ZW5kZXI= 3216 +IHRvdGFs 3217 +IHByaWNl 3218 +IGNyYXp5 3219 +7Jo= 3220 +aXF1 3221 +dGhvdWdo 3222 +WW91 3223 +2Yc= 3224 +44KT 3225 +z4U= 3226 +IHNhdA== 3227 +IGJp 3228 +IERpZQ== 3229 +IHNoYQ== 3230 +IHRoYW5rcw== 3231 +dWg= 3232 +IHN0YWdl 3233 +0LDQtg== 3234 +IEZs 3235 +IGxlYXY= 3236 +IGJveQ== 3237 +IGFm 3238 +w7Zu 3239 +IEdldA== 3240 +IGFjY2VwdA== 3241 +IGVudGVy 3242 +IHR1cg== 3243 +IHNpxJk= 3244 +IGhvbmVzdA== 3245 +44CM 3246 +IHNhbQ== 3247 +IHJlcGw= 3248 +Z2luZw== 3249 +IGRldmVsb3BtZW50 3250 +IEFjdA== 3251 +b3Jh 3252 +44CN 3253 +5L4= 3254 +IGtub3dz 3255 +IGltYWdl 3256 +IExvcmQ= 3257 +0LjRgtGM 3258 +IHdlZWtz 3259 +IHNleA== 3260 +lOs= 3261 +IGh1bmRyZWQ= 3262 +IHNvdW5kcw== 3263 +IGxlYXJuZWQ= 3264 +IGJ1ZA== 3265 +INGB0YI= 3266 +IGluY3JlZA== 3267 +4pk= 3268 +IG5vcw== 3269 +IGRyb3A= 3270 +IGJlbg== 3271 +INCY 3272 +IHNhZmU= 3273 +YXRh 3274 +IGZ1Y2s= 3275 +c29jaQ== 3276 +IGRhbg== 3277 +IGNyb3Nz 3278 +MTA= 3279 +bW8= 3280 +dmVydA== 3281 +IDE3 3282 +emll 3283 +5ZU= 3284 +IGRvbQ== 3285 +IEJv 3286 +IHNldHRpbmc= 3287 +IGludm9sdmVk 3288 +YXJpbHk= 3289 +IHNpbmQ= 3290 +IHN1cw== 3291 +IHdvcnJ5 3292 +ZXRo 3293 +6rmM 3294 +IHN1bg== 3295 +IGhpZXI= 3296 +IGNlcnRhaW5seQ== 3297 +b3Vs 3298 +b3J0cw== 3299 +IEVy 3300 +IFVt 3301 +IGNhdXM= 3302 +IG5hdHVyYWw= 3303 +IMO8 3304 +IGNyeQ== 3305 +IFNlYw== 3306 +IHNvbQ== 3307 +5rI= 3308 +IGVkdWNhdGlvbg== 3309 +0LDQtdGC 3310 +IG11bHRpcA== 3311 +IGFsb25l 3312 +IGV5ZQ== 3313 +IHJhdGU= 3314 +IEV1cm9wZQ== 3315 +6L8= 3316 +bW9u 3317 +IGZpdA== 3318 +aXppbmc= 3319 +cHBlZA== 3320 +IHByZXNzdXJl 3321 +dGhl 3322 +0LjRgQ== 3323 +aXRlcw== 3324 +IEFm 3325 +cmVjaQ== 3326 +YXR0bGU= 3327 +IHNlcnZpY2Vz 3328 +IEdvb2dsZQ== 3329 +6YE= 3330 +IGNhc2Vz 3331 +IGRyaXZl 3332 +IGNoYWxsZW5n 3333 +dXo= 3334 +IE1v 3335 +7Jy86w== 3336 +dmFs 3337 +5YCL 3338 +IGZvbA== 3339 +IOyi 3340 +ZmZpYw== 3341 +IHJh 3342 +IHNpbg== 3343 +IGJsdWU= 3344 +IGFmZmVjdA== 3345 +IG1pcw== 3346 +IHNob3Q= 3347 +INC+0LE= 3348 +YXNpbmc= 3349 +IHNpZ25pZmlj 3350 +IENoZQ== 3351 +IOqz 3352 +IHBvc2l0aXZl 3353 +7KM= 3354 +IHdpZQ== 3355 +IDQw 3356 +b3JkaW5n 3357 +IEZyb20= 3358 +6rU= 3359 +IGJyYW5k 3360 +IHRydXN0 3361 +IHBsZQ== 3362 +IGNvbW11bmlj 3363 +IHdlaWdodA== 3364 +IGFza2luZw== 3365 +IHRheA== 3366 +IEphcGFu 3367 +44Gf 3368 +IO2VmA== 3369 +b3Bz 3370 +z4I= 3371 +IHB1dHRpbmc= 3372 +IHJvbGw= 3373 +IEFtZXJpY2E= 3374 +cmVn 3375 +ntc= 3376 +YXR1cmVz 3377 +ZW5zaW9u 3378 +IFNvbWV0 3379 +IG9yaWdpbmFs 3380 +cGluZw== 3381 +IMWf 3382 +IHByb2R1Y3Rz 3383 +44O8 3384 +IGNvbnRhY3Q= 3385 +b2x1dGlvbg== 3386 +IGdvYWw= 3387 +IHBvdw== 3388 +IHBlcmZvcm1hbmNl 3389 +IGJsb29k 3390 +YXRvcnM= 3391 +IE1pY2g= 3392 +IHRlbXBlcg== 3393 +IERhbg== 3394 +IHN1Z2c= 3395 +0YLQuA== 3396 +IGltbQ== 3397 +IG9mZmljZQ== 3398 +IGFycmk= 3399 +IGNvbWZvcnQ= 3400 +INCU 3401 +IHN1Z2dlc3Q= 3402 +IHBsYXQ= 3403 +gpg= 3404 +MTk= 3405 +IG9t 3406 +IHNldmVu 3407 +IENlbnQ= 3408 +aWxsZQ== 3409 +IGNvbmNlcHQ= 3410 +IGJhZw== 3411 +w7xu 3412 +aXZlbHk= 3413 +IGRpdg== 3414 +bW9z 3415 +5ok= 3416 +IGZlZWxz 3417 +IGly 3418 +YWtlcw== 3419 +bGV5 3420 +IHBhcnRpY2lw 3421 +INCa 3422 +Zmw= 3423 +anVzdA== 3424 +IHNpbA== 3425 +IFBh 3426 +QUw= 3427 +IGdvdHRh 3428 +IGZhbg== 3429 +IGNoYWxsZW5nZQ== 3430 +IGNvbXBhbmllcw== 3431 +IFBlb3BsZQ== 3432 +PC8= 3433 +0L7Qtw== 3434 +IHBlbg== 3435 +aXNpbmc= 3436 +IGF1cw== 3437 +ZW1pYw== 3438 +YW1lbnRl 3439 +IG1lZXRpbmc= 3440 +IHZpc2l0 3441 +IHN1cHBvc2Vk 3442 +IE9uY2U= 3443 +0LTQsA== 3444 +b3JsZA== 3445 +MzA= 3446 +VVM= 3447 +IHZpb2w= 3448 +IG5vdGljZQ== 3449 +INCQ 3450 +aGFu 3451 +cGVk 3452 +7Jg= 3453 +aGg= 3454 +IHRyb3U= 3455 +IG1pbnV0ZQ== 3456 +IFBhcg== 3457 +cmF5 3458 +IHRpdA== 3459 +IHVwZA== 3460 +IGJsb2Nr 3461 +IGR1ZQ== 3462 +YXVy 3463 +IGZvcmNl 3464 +IGNvdW4= 3465 +IOKAlA== 3466 +IHR5cGVz 3467 +66c= 3468 +IGxhdGU= 3469 +IGltcHJvdmU= 3470 +IOyI 3471 +IGF2ZQ== 3472 +dWxlcw== 3473 +Y2w= 3474 +YW1lZA== 3475 +IGF3ZXNvbWU= 3476 +IE9r 3477 +IHZvdA== 3478 +IG1hY2hpbmU= 3479 +IGZvbGxvd2luZw== 3480 +IG1lYXN1cmU= 3481 +YWNpw7Nu 3482 +dWVs 3483 +Y2hhbg== 3484 +IGFiaWxpdHk= 3485 +IHRvdXQ= 3486 +IGlkZWFz 3487 +IGluY3JlYXNl 3488 +IGVucw== 3489 +INGF 3490 +IOuq 3491 +IGplc3Q= 3492 +INCc 3493 +IHRydXRo 3494 +aHk= 3495 +IHNwZW5k 3496 +IHNjaWVuY2U= 3497 +ZXRl 3498 +IDE0 3499 +IGVwaXNvZGU= 3500 +IGFsZw== 3501 +ZW5kZWQ= 3502 +44GT 3503 +YXJp 3504 +bGxh 3505 +IGZpc2g= 3506 +IHRocm93 3507 +bWl0 3508 +5bk= 3509 +IGNpcmM= 3510 +IENhbA== 3511 +IHRvdXI= 3512 +IGRpcmVjdGlvbg== 3513 +IG5vY2g= 3514 +0LXQsg== 3515 +w6lu 3516 +IGNvdW50cmllcw== 3517 +IGluZHVzdHJ5 3518 +aW55 3519 +aWNsZQ== 3520 +IGZlZXQ= 3521 +SXQ= 3522 +IGxlYWRlcnM= 3523 +ZXR6dA== 3524 +IHN0YWZm 3525 +55Q= 3526 +IHB1cnA= 3527 +aXRv 3528 +PyE= 3529 +IEph 3530 +IHN0b3Jl 3531 +ZXRpYw== 3532 +IENoaW5h 3533 +IOuQ 3534 +IFVuaXZlcnNpdHk= 3535 +ICM= 3536 +IGRlY2lzaW9u 3537 +IGFjaGll 3538 +IGFjdHVhbA== 3539 +dWx5 3540 +IHNlY3Rpb24= 3541 +IHJlc3VsdHM= 3542 +IHN0YXI= 3543 +IG1pc3Q= 3544 +aWJseQ== 3545 +IGRhZA== 3546 +IG51bWJlcnM= 3547 +b21i 3548 +6Ko= 3549 +IFNwZQ== 3550 +IG1lcg== 3551 +IDI1 3552 +IGF1dG9t 3553 +IGNvbGQ= 3554 +2Kg= 3555 +hJw= 3556 +YWdlcg== 3557 +IFRW 3558 +IFNpZQ== 3559 +IEhhdmU= 3560 +IMW8ZQ== 3561 +dWdn 3562 +YWluZWQ= 3563 +IHVwb24= 3564 +IGxvZw== 3565 +IGNvbXBsZXRl 3566 +IGJyYWlu 3567 +YWdpbmc= 3568 +IE11cw== 3569 +b3Zlcg== 3570 +IGVhc2llcg== 3571 +IGludGVncg== 3572 +IG3DoXM= 3573 +IHR1cm5lZA== 3574 +IHN0cmk= 3575 +aXZhbA== 3576 +IGhlYXY= 3577 +IFRI 3578 +IHdyaXRpbmc= 3579 +0YDQsA== 3580 +5Zyo 3581 +5aSn 3582 +IGNsYQ== 3583 +ZGluZw== 3584 +IHRlbGxpbmc= 3585 +0LjQtA== 3586 +aWNhdGVk 3587 +5Lul 3588 +YWNodA== 3589 +44GC 3590 +aGFwcw== 3591 +IFN0ZQ== 3592 +IHJlc291cmNlcw== 3593 +IGRhbm4= 3594 +IHBhcnR5 3595 +IM+E 3596 +IHNhZg== 3597 +aXNlcw== 3598 +dHJl 3599 +b2ludA== 3600 +IGtub3dsZWRnZQ== 3601 +IGFueW1vcmU= 3602 +IGZseQ== 3603 +IG1haW50 3604 +0LjQug== 3605 +5ZE= 3606 +IHNlbGw= 3607 +bGF1Z2hz 3608 +IFlvcms= 3609 +IGJpZW4= 3610 +IG9k 3611 +IGVhc2lseQ== 3612 +IHJhbmdl 3613 +IG9wdGlvbg== 3614 +2Lk= 3615 +IGFwcHJlY2k= 3616 +b2Ny 3617 +IGRldGVybQ== 3618 +0YQ= 3619 +IG1lYW5pbmc= 3620 +IHNpdGU= 3621 +IGRpc2Nv 3622 +dmVyYWdl 3623 +IGxvc2U= 3624 +IGluc3RhbGw= 3625 +IGVtb3Q= 3626 +YW50bHk= 3627 +w6R0 3628 +IHRhbWI= 3629 +IFdhcg== 3630 +IEhv 3631 +IEdlbg== 3632 +ZW15 3633 +0LXQtw== 3634 +IFBvbA== 3635 +IG1lc3NhZ2U= 3636 +IG5vdGU= 3637 +jIA= 3638 +IGhldA== 3639 +IGltbWVkaQ== 3640 +IGF2bw== 3641 +IGJvb2tz 3642 +IGJlY29tZXM= 3643 +cmVzaA== 3644 +w6hz 3645 +YXNvbnM= 3646 +IGhpbXNlbGY= 3647 +dXRz 3648 +IGp1 3649 +IGF3YXJl 3650 +IHJlcXVpcmU= 3651 +IHN5c3RlbXM= 3652 +IEhhcg== 3653 +IGFtb25n 3654 +IGhvbQ== 3655 +IGJyZWF0 3656 +IHdlaXJk 3657 +IOu2 3658 +zrs= 3659 +2Kk= 3660 +aWZm 3661 +b3Jpbmc= 3662 +IHBsYXRmb3Jt 3663 +IFRha2U= 3664 +IGhlbHBz 3665 +dXRpb25z 3666 +IGZvcmc= 3667 +IGx1Y2s= 3668 +IEVuZ2xpc2g= 3669 +IHdlYg== 3670 +IG5lZ2F0aXZl 3671 +IHR1dA== 3672 +IGFib3Zl 3673 +bmd0aA== 3674 +IOqxsA== 3675 +IHN0b3JpZXM= 3676 +IGxvYWQ= 3677 +IGJhY2tncm91bmQ= 3678 +IHN3aXRjaA== 3679 +Z2E= 3680 +IHByaW5jaQ== 3681 +IGZpbmFu 3682 +IHZhcmlvdXM= 3683 +IGzDoA== 3684 +IGtpbmRz 3685 +YWluaW5n 3686 +IG5hdHVyZQ== 3687 +INCe 3688 +Y3o= 3689 +IHByYXk= 3690 +IGdhcg== 3691 +aXJt 3692 +ICY= 3693 +IOyD 3694 +bnM= 3695 +IFJlcA== 3696 +IEZl 3697 +IHJldg== 3698 +cmFuZA== 3699 +IGxpa2VseQ== 3700 +IHVuZGVyc3RhbmRpbmc= 3701 +xLFy 3702 +44GL 3703 +IGZhbA== 3704 +IDEz 3705 +0YbQuA== 3706 +IHN1ZA== 3707 +IGJyb3RoZXI= 3708 +IHBsYW50 3709 +IHRocm91Z2hvdXQ= 3710 +d2lzZQ== 3711 +cHJl 3712 +IGN1bHR1cmU= 3713 +INmF 3714 +IHdvbmRlcmZ1bA== 3715 +IGFo 3716 +cHBlcg== 3717 +IHNvbGQ= 3718 +IHN0YXJ0cw== 3719 +IHdyaXR0ZW4= 3720 +zq8= 3721 +bmk= 3722 +INeU1w== 3723 +IERhdg== 3724 +IHVsdA== 3725 +IGFybQ== 3726 +IHJvY2s= 3727 +IHdlYXI= 3728 +642w 3729 +YW5v 3730 +cmFn 3731 +IHNxdWFyZQ== 3732 +0LDQvdC4 3733 +Y2FzdA== 3734 +bGVicg== 3735 +IGxpdGVyYWxseQ== 3736 +IHBsYXllZA== 3737 +IGhlYXQ= 3738 +b25zZQ== 3739 +cmljdA== 3740 +IGluc3A= 3741 +aWRz 3742 +IHBvcHVsYXI= 3743 +64+E 3744 +IGNhdGNo 3745 +IG1vdW50 3746 +IGp1ZA== 3747 +V2hhdA== 3748 +0LXQsQ== 3749 +UkE= 3750 +YXVk 3751 +0LrQvg== 3752 +IHN1cmZhY2U= 3753 +IGNvbnY= 3754 +IHBpZWNlcw== 3755 +T2g= 3756 +5oA= 3757 +IHN0eWxl 3758 +cHBpbmc= 3759 +IHJlYWRpbmc= 3760 +IGNvbnZlcnNhdGlvbg== 3761 +0L7Qvw== 3762 +5L6G 3763 +IEFnYWlu 3764 +IGJhbms= 3765 +dGltZQ== 3766 +0YPRgg== 3767 +ZXJ2ZQ== 3768 +IEdyZWF0 3769 +IGNhcHQ= 3770 +0LDQsQ== 3771 +YXlz 3772 +IEZpbg== 3773 +aWZpY2F0aW9u 3774 +IMOkcg== 3775 +0LDRjg== 3776 +IGVnZw== 3777 +IFdlbA== 3778 +IHRhcmdldA== 3779 +dWxh 3780 +Y2hlcw== 3781 +YW5p 3782 +T08= 3783 +aWNpb3Vz 3784 +bm93 3785 +z4M= 3786 +Ym9hcmQ= 3787 +IGdlbnRl 3788 +IGRybw== 3789 +IEV0 3790 +IGRpbg== 3791 +IGNvcw== 3792 +IGF1dGhvcg== 3793 +2LM= 3794 +IG9jaA== 3795 +IGVtYWls 3796 +IHNwaXJpdA== 3797 +IHNpdHRpbmc= 3798 +bWFz 3799 +IHN0cmVuZ3Ro 3800 +IGJpZ2dlcg== 3801 +IFdhaXQ= 3802 +IG1hdA== 3803 +IHBvbGljZQ== 3804 +cmVzc2Vk 3805 +IHdhaXRpbmc= 3806 +aXNoaW5n 3807 +IGRvbGxhcnM= 3808 +aG9vZA== 3809 +c3M= 3810 +IGltYWdpbmU= 3811 +aW5p 3812 +IG1lcw== 3813 +IGRpc2U= 3814 +aWRnZQ== 3815 +YWJvcg== 3816 +IHBldA== 3817 +IGhvcA== 3818 +IEtpbmc= 3819 +IGNvbXB1dGVy 3820 +IGdvbGQ= 3821 +IG51 3822 +IGZpbmc= 3823 +KSw= 3824 +IHNlY3VyaXR5 3825 +cnVjdGlvbg== 3826 +IHNvbHV0aW9u 3827 +ZXh0 3828 +IHBhdHRlcg== 3829 +aWNrZW4= 3830 +dXJlZA== 3831 +IHN0YW5kYXJk 3832 +7Iuc 3833 +IGRvdWJsZQ== 3834 +zrc= 3835 +IHdpZmU= 3836 +aXNh 3837 +IGRpcmVjdGx5 3838 +YWNlZA== 3839 +IGJ1bmNo 3840 +IMK/ 3841 +0LDQu9GM 3842 +IHJlZ2FyZA== 3843 +IHN3ZWV0 3844 +IHVuaXF1ZQ== 3845 +IOKZqw== 3846 +IHRyYWlu 3847 +IEdlcm0= 3848 +zqw= 3849 +UkU= 3850 +IGJlaGF2 3851 +IHByZWQ= 3852 +7IM= 3853 +c2V0 3854 +IGRlc2NyaXB0aW9u 3855 +w6ll 3856 +IGNhdA== 3857 +5ZM= 3858 +IGNvbGxlZ2U= 3859 +7Js= 3860 +IGFwcGxpY2F0aW9u 3861 +IFNlbg== 3862 +YXNr 3863 +IGNyZWQ= 3864 +dWJsaWM= 3865 +IG11bHRpcGxl 3866 +IG5p 3867 +IHByZXNpZGVudA== 3868 +IGFkZGVk 3869 +IHJvYg== 3870 +IGFxdWk= 3871 +IGhvc3A= 3872 +IHRvb2xz 3873 +IGd1bg== 3874 +IGJhc2lj 3875 +IGxpbmVz 3876 +IHN0cnVjdHVyZQ== 3877 +IFJ1c3M= 3878 +IHRvdGFsbHk= 3879 +IGJpZ2dlc3Q= 3880 +IGVlbg== 3881 +IGFyZw== 3882 +INec 3883 +IHBhcms= 3884 +IERlcw== 3885 +IGNlbGVicg== 3886 +IGZhaXQ= 3887 +0LXQvdGM 3888 +IHN1ZmY= 3889 +IHJlZ3VsYXI= 3890 +qOs= 3891 +IG1pbmU= 3892 +IEtvcmU= 3893 +IHByZXZpb3Vz 3894 +IHBp 3895 +IHNlZw== 3896 +IHBvbGljeQ== 3897 +INC60L4= 3898 +IFRydW1w 3899 +IHZhY2M= 3900 +w7N3 3901 +IFN5 3902 +0LjRhw== 3903 +aXR0ZXI= 3904 +IHBvbGl0aWNhbA== 3905 +cmFz 3906 +IGFscw== 3907 +0LXQu9GM 3908 +IHNoYXBl 3909 +YW56 3910 +IG9udG8= 3911 +IGFyY2g= 3912 +IGFtYg== 3913 +YWdyYW0= 3914 +IFNt 3915 +Y3Rpb25z 3916 +IGpvaW4= 3917 +Ym9y 3918 +5Zs= 3919 +IGZyYW1l 3920 +oIc= 3921 +IGNob2ljZQ== 3922 +4K+B 3923 +0YPRjg== 3924 +IENvcg== 3925 +IFN3 3926 +SVQ= 3927 +IHRlbmQ= 3928 +IEVhcg== 3929 +IHRvcg== 3930 +IGV2ZW50cw== 3931 +IGNsYWlt 3932 +IERh 3933 +IE1hcms= 3934 +IGdyb3Vwcw== 3935 +IGVhdGluZw== 3936 +IFdvcmxk 3937 +IHJlY2VudGx5 3938 +IHRhc3Rl 3939 +IHN1cnY= 3940 +4KQ= 3941 +IHNraWxscw== 3942 +INC40Lc= 3943 +aXR0ZWQ= 3944 +IHNob3A= 3945 +7J207A== 3946 +IGVzdGFi 3947 +IOuCmA== 3948 +IHNlY29uZHM= 3949 +IFRob3Nl 3950 +IEVudA== 3951 +IOyE 3952 +ZXJzb24= 3953 +IHRvd24= 3954 +IGNhbmQ= 3955 +IG9wdGlvbnM= 3956 +IGluZw== 3957 +VklE 3958 +IGVuY291cg== 3959 +IHLDqQ== 3960 +4pmq 3961 +IGVudHJl 3962 +IG1vdmVtZW50 3963 +IEJlbg== 3964 +IGJpcnRo 3965 +IHdoZQ== 3966 +IGhhbmc= 3967 +IEVt 3968 +aWdl 3969 +cm9sbA== 3970 +IHVuZg== 3971 +7II= 3972 +IHJpZA== 3973 +IHNwcmVhZA== 3974 +IGhvc3Q= 3975 +YWxk 3976 +IEVk 3977 +IGNvbnN1bQ== 3978 +VU4= 3979 +IG9waW4= 3980 +aXRhcg== 3981 +IE1lZA== 3982 +IHN1YmplY3Q= 3983 +IHBhbA== 3984 +IGNhcnJ5 3985 +IGFncmVl 3986 +IFdoaWxl 3987 +IGNhcmVlcg== 3988 +IHNjaWVudA== 3989 +IHN1ZGRlbg== 3990 +IGZpbGU= 3991 +emk= 3992 +IGV4Y2VwdA== 3993 +6bo= 3994 +IHBvdGVudGlhbA== 3995 +IEFub3RoZXI= 3996 +IGNvbXBsZXg= 3997 +IFNpbQ== 3998 +ZW5kbw== 3999 +IHJhaXM= 4000 +IHBoeXNpY2Fs 4001 +IGRhdGU= 4002 +YWtlcg== 4003 +IENvbA== 4004 +IHBvd2VyZnVs 4005 +IG1lbWJlcg== 4006 +cmFw 4007 +IHNwb3Q= 4008 +IHNvdXJjZQ== 4009 +IGZlbQ== 4010 +w6lt 4011 +IGVtcA== 4012 +amk= 4013 +aWV0eQ== 4014 +IGluZmx1 4015 +IGRyeQ== 4016 +IGxvY2s= 4017 +IHplcm8= 4018 +IFVo 4019 +IHJvdXQ= 4020 +IHBvcnF1ZQ== 4021 +IDI0 4022 +IHRhbA== 4023 +IGZvbGtz 4024 +IGxhdW5jaA== 4025 +IGNvbXBvbg== 4026 +IFdlbGNvbWU= 4027 +IGthbm4= 4028 +w6Ru 4029 +INGN0YI= 4030 +ZWVz 4031 +INmI 4032 +IGFueXdheQ== 4033 +IGF1ZGllbmNl 4034 +5Lq6 4035 +IHNsaWdodA== 4036 +b25h 4037 +IHVy 4038 +IHJlbGln 4039 +IGV4dHJlbQ== 4040 +xLF6 4041 +IE1h 4042 +zrw= 4043 +IMO2 4044 +IGFsbG93cw== 4045 +IGZhdA== 4046 +IEZhY2U= 4047 +IG5hdGlvbmFs 4048 +IGludGVydmlldw== 4049 +IE1j 4050 +w6l0 4051 +IGN1dGU= 4052 +ZWxh 4053 +IHNlY3JldA== 4054 +IFdlc3Q= 4055 +IERlcA== 4056 +IGV4ZXJj 4057 +IGhpc3Rvcg== 4058 +IHByaW9y 4059 +IDYw 4060 +YXZh 4061 +YWNoZXI= 4062 +eW9uZA== 4063 +IEhh 4064 +IGVzdGU= 4065 +aW5hcnk= 4066 +IE5vcnRo 4067 +b25zdA== 4068 +IHNtYXJ0 4069 +YW1z 4070 +0LDQu9C4 4071 +IGRhcg== 4072 +ZXJlZA== 4073 +IGZ1bm55 4074 +IE9i 4075 +IEJsYWNr 4076 +IHJlbGF0ZWQ= 4077 +IEJ1 4078 +IHNvbWV3aGVyZQ== 4079 +IFJlbQ== 4080 +bmVz 4081 +bWVudGU= 4082 +IFJlYWxseQ== 4083 +IGNyZWF0aW5n 4084 +IGZhbWls 4085 +IHNvY2lldHk= 4086 +IGdlbA== 4087 +IHRyYW5zZm9ybQ== 4088 +xIM= 4089 +IGluY2x1ZGU= 4090 +IGhvbA== 4091 +bGlrZQ== 4092 +a28= 4093 +YWlycw== 4094 +INC/0L7QtA== 4095 +IHBlcnNwZWN0 4096 +IGJlcw== 4097 +IHBhcnRpY3VsYXJseQ== 4098 +IHNob3dpbmc= 4099 +IFBhcnQ= 4100 +IHF1YWw= 4101 +bG9jaw== 4102 +IHJlYWxpdHk= 4103 +aG9sZA== 4104 +aWN0aW9u 4105 +b29u 4106 +IHZpcg== 4107 +44Gr 4108 +aXRhcnk= 4109 +IGRydWc= 4110 +IGZlYXR1cmU= 4111 +IHJlYXNvbnM= 4112 +INep 4113 +IHdyb3Rl 4114 +IGZhbnQ= 4115 +IGJhbmQ= 4116 +2YM= 4117 +ZW5h 4118 +a2V5 4119 +IGVhcnRo 4120 +ZG9t 4121 +IGZlYXR1cmVz 4122 +IGZsb29y 4123 +IHNwZWFraW5n 4124 +IHRpcA== 4125 +IEF1c3Q= 4126 +IHN0b2Nr 4127 +IGNodXJjaA== 4128 +IHJhYw== 4129 +7Jy866Gc 4130 +4LiZ 4131 +44KM 4132 +a3k= 4133 +IHJlc3BvbnNl 4134 +24w= 4135 +dWxhdGlvbnM= 4136 +IHNsaWRl 4137 +IGdyYWR1 4138 +Y2lvdXM= 4139 +IG1lYW50 4140 +ID09 4141 +INeQ1w== 4142 +44U= 4143 +IGtpbmRh 4144 +IHNjZW5l 4145 +IG11aXQ= 4146 +IOqwgA== 4147 +cmFzdA== 4148 +cmVzdA== 4149 +IHBsYXllcnM= 4150 +d2E= 4151 +IGJyb2Fk 4152 +IHRvbW9ycm93 4153 +b2NvbA== 4154 +INGB0LI= 4155 +IEJhcg== 4156 +xLFr 4157 +IHNlYQ== 4158 +IHJlbW92ZQ== 4159 +IHJlbWluZA== 4160 +0L7QvNGD 4161 +IFNpbmNl 4162 +IGF2ZWM= 4163 +Y2VsbA== 4164 +0LjRhQ== 4165 +IGRvY3VtZW50 4166 +IOq3uOuf 4167 +IG5laWdo 4168 +YmVhdA== 4169 +IHDDpQ== 4170 +IGFzcGVjdA== 4171 +IGRlZA== 4172 +bGlzaGVk 4173 +aWxz 4174 +IG91cnNlbHZlcw== 4175 +dWNl 4176 +IGhleQ== 4177 +INC/0YDQvg== 4178 +ZW50eQ== 4179 +IGFzc29jaQ== 4180 +YWRvcw== 4181 +dW1iZXI= 4182 +IF0= 4183 +6YKj 4184 +bm92 4185 +IOyZ 4186 +0YPRhw== 4187 +IGNvbmRpdGlvbg== 4188 +64qU642w 4189 +IHZhbHVlcw== 4190 +IHNjZW4= 4191 +bWluaXN0 4192 +IGNhc3Q= 4193 +IGdyb3dpbmc= 4194 +IHVzZXI= 4195 +IHJlc3BvbmQ= 4196 +bGlt 4197 +w6ly 4198 +eW0= 4199 +55yL 4200 +b3Nlcw== 4201 +c3ljaA== 4202 +INGA0LDQtw== 4203 +IGFwcGVhcg== 4204 +IHByb2dyZXNz 4205 +ZW5ndGg= 4206 +IGphaw== 4207 +IERpcw== 4208 +IHBhdGllbnRz 4209 +IFNlcg== 4210 +IGdhcw== 4211 +w6hyZQ== 4212 +7Ja07JqU 4213 +IHJlY2k= 4214 +7J24 4215 +IHNjYQ== 4216 +ZXBlbmQ= 4217 +0YHQug== 4218 +0LDQvw== 4219 +IGJhdHRlcg== 4220 +IHZlaA== 4221 +8J8= 4222 +IGFjY29t 4223 +IGJlYXQ= 4224 +IHBhaW50 4225 +IGNvbnRyaWI= 4226 +IHNhZA== 4227 +xrA= 4228 +YWxlcw== 4229 +IHRyZWU= 4230 +YmE= 4231 +IGJvcm4= 4232 +aWNlZA== 4233 +4K6V 4234 +YmFuZA== 4235 +IG1lY2hhbg== 4236 +IERldA== 4237 +IGNhcGl0YWw= 4238 +IGRlbGl2ZXI= 4239 +IGZlYXI= 4240 +npg= 4241 +IFNvdXRo 4242 +IGJvdWdodA== 4243 +IHN0cmVzcw== 4244 +IHZvcg== 4245 +Pz8= 4246 +aWg= 4247 +7JW8 4248 +IGVyYQ== 4249 +7J206w== 4250 +0LDRjw== 4251 +aXNpb25z 4252 +aXZpdHk= 4253 +IGhlbHBlZA== 4254 +IGFzc2lzdA== 4255 +IHBsYXllcg== 4256 +cmFu 4257 +IGltbWVkaWF0ZWx5 4258 +IG1vdmVk 4259 +Y2ll 4260 +6rE= 4261 +IGFubm91bg== 4262 +5b8= 4263 +7J6Q 4264 +IHByb2R1Y3Rpb24= 4265 +IHN1bW1lcg== 4266 +IHR1bg== 4267 +IHByb2dyYW1z 4268 +R0g= 4269 +YWxpbmc= 4270 +aXJh 4271 +ZWxlc3M= 4272 +Lik= 4273 +IGF2ZXJhZ2U= 4274 +6KaB 4275 +IGdsYXNz 4276 +b21hbg== 4277 +aWZpY2FsbHk= 4278 +IOuLpA== 4279 +IENvbmc= 4280 +IFZlcg== 4281 +IHRyaWNr 4282 +IGJlZ2Fu 4283 +IHZpbGw= 4284 +6rGw 4285 +aG93 4286 +5q0= 4287 +IHRpbGw= 4288 +IDkw 4289 +YmVydA== 4290 +IOq4 4291 +IHRlbXBlcmF0dXJl 4292 +w7I= 4293 +4LmI 4294 +IGdyYXBo 4295 +IOq3uA== 4296 +IHJvdA== 4297 +IG1vYg== 4298 +QVk= 4299 +YWVs 4300 +IHJlcGU= 4301 +IGRldmljZQ== 4302 +IDE5OQ== 4303 +IHRlbGU= 4304 +IGtlcHQ= 4305 +cGE= 4306 +5pY= 4307 +dmVyc2U= 4308 +IHN0cmVhbQ== 4309 +0LXRhw== 4310 +ZXNzaW9u 4311 +IHN0cnVnZw== 4312 +eno= 4313 +IGRlZ3JlZQ== 4314 +IGhlbHBpbmc= 4315 +IHNtZWxs 4316 +IHBlcmhhcHM= 4317 +cHJv 4318 +IGNvbnRleHQ= 4319 +IGlr 4320 +INC/0LXRgA== 4321 +IGNhbGN1bA== 4322 +6bq8 4323 +YmluZw== 4324 +IHJlYWxpemU= 4325 +bGFt 4326 +IENoYXI= 4327 +eXQ= 4328 +IOydtOw= 4329 +IGRhbmdlcg== 4330 +IElt 4331 +YWE= 4332 +IGxvdmVk 4333 +IHB1cnBvc2U= 4334 +IGZpbmlzaGVk 4335 +IHBlYWNl 4336 +IG90 4337 +IGdsb2JhbA== 4338 +z4A= 4339 +IGFiZXI= 4340 +log= 4341 +IGNoYXJhY3RlcnM= 4342 +IG51cg== 4343 +IGRhbWFnZQ== 4344 +IGVtZXI= 4345 +IHByZWM= 4346 +IFdpcg== 4347 +IGluc3RpdA== 4348 +kdc= 4349 +IGFsbG93ZWQ= 4350 +Ym9u 4351 +IHRvZA== 4352 +0LXQs9C+ 4353 +IGpldHp0 4354 +IG1lZGlj 4355 +IHNtYWxsZXI= 4356 +Y2VlZA== 4357 +IGxldmVscw== 4358 +IGludGVsbA== 4359 +V2U= 4360 +IHNlbQ== 4361 +IGN1cnJlbnRseQ== 4362 +IG1vZGVybg== 4363 +IGNvbnRyYWN0 4364 +IGRldGFpbHM= 4365 +b3J0dW5hdGVseQ== 4366 +T1M= 4367 +IHN0YXRlcw== 4368 +IGFkanVzdA== 4369 +YW50YWdl 4370 +ZXo= 4371 +IFZlcnk= 4372 +IHNjYWxl 4373 +IHJlbGVhc2U= 4374 +IGZheg== 4375 +IGlj 4376 +aXR1ZGU= 4377 +QUM= 4378 +IFBhdA== 4379 +aWRlbg== 4380 +rZA= 4381 +IHByZWZlcg== 4382 +b2xvZ2ljYWw= 4383 +IEZhY2Vib29r 4384 +IOqwmQ== 4385 +IC4u 4386 +IE1ha2U= 4387 +INC60L7RgtC+0YA= 4388 +IERhdmlk 4389 +IEFmcmlj 4390 +IG1vZGU= 4391 +IENpdHk= 4392 +IHNoYWxs 4393 +INGE 4394 +aW1pbg== 4395 +INC30LA= 4396 +cm9t 4397 +dWE= 4398 +IGJleW9uZA== 4399 +IGRpc3RyaWI= 4400 +0LrRgw== 4401 +IERvZXM= 4402 +IHZpY3Q= 4403 +cmF0ZQ== 4404 +IHZhaQ== 4405 +IHN1Y2Nlc3NmdWw= 4406 +IGhvdXM= 4407 +YWhh 4408 +ZXN0cw== 4409 +IEVzdA== 4410 +IGRpc2NvdmVy 4411 +IHRoZXJlZm9yZQ== 4412 +Y2hh 4413 +IGN1cA== 4414 +IHBvcHVsYXRpb24= 4415 +IEls 4416 +c2M= 4417 +IHNwZW50 4418 +cmVs 4419 +IHVzZWZ1bA== 4420 +IHRhYg== 4421 +5p0= 4422 +IMU= 4423 +IOygnA== 4424 +IGNvbnNl 4425 +IHF1YW50 4426 +YXlh 4427 +IGJvbg== 4428 +5Y+v 4429 +IENoaW4= 4430 +IOqygw== 4431 +b3VuZHM= 4432 +0LXRiA== 4433 +ZWxsZQ== 4434 +IGljZQ== 4435 +MjE= 4436 +IGtpY2s= 4437 +5LiL 4438 +IHN0ZXBz 4439 +IHRvbmlnaHQ= 4440 +0L3Ri9C5 4441 +cmVuY2g= 4442 +Lic= 4443 +IGdyYWI= 4444 +IGltcGxlbWVudA== 4445 +IOyImA== 4446 +IG1pc3Npb24= 4447 +IGNsZWFybHk= 4448 +IGFwcHJlY2lhdGU= 4449 +6IA= 4450 +IGZyZXNo 4451 +YXJt 4452 +IFR3bw== 4453 +IGV4ZWM= 4454 +IHByb2plY3Rz 4455 +IGNvbW11bml0aWVz 4456 +cmlibGU= 4457 +IHJlZ2lvbg== 4458 +IGZyZXF1 4459 +cm95 4460 +IGhvd2V2ZXI= 4461 +IHBhcnRuZXJz 4462 +YW5j 4463 +IG1pbmlt 4464 +IGxhdA== 4465 +IGZhbWlsaWVz 4466 +IGV2aWRlbmNl 4467 +IHB1bg== 4468 +cmFmdA== 4469 +IGxvc3M= 4470 +IG1hcA== 4471 +IGFueWJvZHk= 4472 +IGNoYW5naW5n 4473 +IHJ1bGVz 4474 +IG9yZ2FuaXphdGlvbg== 4475 +IGVzc2VudGlhbGx5 4476 +IFJlZA== 4477 +IGVsZW1lbnQ= 4478 +5pc= 4479 +IHZpcnQ= 4480 +cmF0 4481 +IHByaW50 4482 +YW5kZXI= 4483 +YXJlbg== 4484 +ZW1vcw== 4485 +zr/PhQ== 4486 +IGNvbmRpdGlvbnM= 4487 +YWJl 4488 +IGRhbmNl 4489 +0LjRgA== 4490 +IGRvcw== 4491 +0L7Rhw== 4492 +IFF1ZQ== 4493 +IHdhbGtpbmc= 4494 +IHRybw== 4495 +IGlk 4496 +IGFkZGl0aW9uYWw= 4497 +IGZ1bGx5 4498 +IGZhbnM= 4499 +IGFkZGl0aW9u 4500 +IGxpa2Vk 4501 +IMO8YmVy 4502 +IGJvdw== 4503 +ZGk= 4504 +IG1hc3Rlcg== 4505 +b2Zm 4506 +KTo= 4507 +bWJlcg== 4508 +IOus 4509 +5a8= 4510 +5Yiw 4511 +bGF1c2U= 4512 +IG9kZXI= 4513 +IHNhZmV0eQ== 4514 +IHJlYWN0 4515 +4K6/ 4516 +YnQ= 4517 +IGRpc2FwcA== 4518 +IGdpcmxz 4519 +U3Q= 4520 +IEFuZw== 4521 +IGZhaXRo 4522 +IHR1cm5z 4523 +IHRpZ2h0 4524 +IG1vdXRo 4525 +YW1p 4526 +emVy 4527 +IHdlYXA= 4528 +INCx0YPQtA== 4529 +IGhvc3BpdGFs 4530 +cmFpZA== 4531 +IG1pY3Jv 4532 +IFN0YXRl 4533 +IE1vc3Q= 4534 +YWdu 4535 +IGRlY2lkZQ== 4536 +IHBhdGllbnQ= 4537 +IGNvcm5lcg== 4538 +IGRpZWQ= 4539 +Tm8= 4540 +IFN0dWQ= 4541 +cmVuZA== 4542 +ZW1wdA== 4543 +IGxpZQ== 4544 +IGxpZg== 4545 +IEJlZm9yZQ== 4546 +dMOz 4547 +IFN1cGVy 4548 +IGJlbGw= 4549 +NjA= 4550 +IHByaXZhdGU= 4551 +IFBhdWw= 4552 +IGdpYg== 4553 +IGFncmU= 4554 +tOyEnA== 4555 +IHNpZw== 4556 +IGludmVzdGln 4557 +0Y/Rgg== 4558 +ZW5pbmc= 4559 +IGRpc3RhbmNl 4560 +IHdhcm0= 4561 +IGRpZ2l0YWw= 4562 +5b6I 4563 +aW5lcg== 4564 +IHBhbmQ= 4565 +IENPVklE 4566 +0LPQvg== 4567 +Z24= 4568 +IHJhY2U= 4569 +IHByb3Vk 4570 +IHRlYWNoaW5n 4571 +INGC0L4= 4572 +7J6l 4573 +IEFsbGFo 4574 +SW4= 4575 +IHdvb2Q= 4576 +IGNvbG9ycw== 4577 +IHdpcmQ= 4578 +dWo= 4579 +aWRhZA== 4580 +IGN1c3RvbWVycw== 4581 +IGNvbm5lY3RlZA== 4582 +IGxheWVy 4583 +IGFjaGlldmU= 4584 +IHBlcnNwZWN0aXZl 4585 +IENvbGw= 4586 +2YI= 4587 +IGNsb3Vk 4588 +ISEh 4589 +IGVuZGVk 4590 +oIfqsow= 4591 +IG1hbmFnZW1lbnQ= 4592 +IHJpY2g= 4593 +IHN1YnN0 4594 +IHJlbW8= 4595 +IHNlcnZl 4596 +IHJlc2lzdA== 4597 +IHRob3VnaHRz 4598 +IGdyb3d0aA== 4599 +aWxpYXI= 4600 +IHJpZ2h0cw== 4601 +IGNoYXJnZQ== 4602 +IGNvbnNpc3Q= 4603 +IHdlcmRlbg== 4604 +IGVtYg== 4605 +YW5kb20= 4606 +IGh1cnQ= 4607 +IGthbg== 4608 +aWFz 4609 +0LvQvg== 4610 +IHNoaXQ= 4611 +IGJlZw== 4612 +IHJlY2VpdmVk 4613 +aXRhdGlvbg== 4614 +IG1lYXQ= 4615 +IGlzc28= 4616 +ZmZlZQ== 4617 +IGZhbW91cw== 4618 +IGNvbWZvcnRhYmxl 4619 +SUw= 4620 +IEJ5ZQ== 4621 +6Kqq 4622 +5YCR 4623 +b3RoZXM= 4624 +IG1lZGljYWw= 4625 +IGVuam95ZWQ= 4626 +IGhlYWx0aHk= 4627 +IHd5 4628 +Y2llcw== 4629 +IGVmZm9ydA== 4630 +IGRvY3Rvcg== 4631 +IG1pbGl0YXJ5 4632 +TEFV 4633 +IGdybw== 4634 +IGJhdHRsZQ== 4635 +IGZlZA== 4636 +IGNhcGFj 4637 +IGFmcmFpZA== 4638 +aXZpbA== 4639 +INCy0YHQtQ== 4640 +IGxlbmd0aA== 4641 +eXNpcw== 4642 +IGJlaQ== 4643 +pO0= 4644 +IG9yZ2FuaXo= 4645 +b3Jn 4646 +aW5j 4647 +IGludGVyYWN0 4648 +IENoaW5lc2U= 4649 +IGFjY29yZGluZw== 4650 +IGluY3JlZGlibGU= 4651 +IGtpbGxlZA== 4652 +IGRhdWdodGVy 4653 +IM+A 4654 +0YvQsg== 4655 +IHNjaG9vbHM= 4656 +IMKr 4657 +bGxlcg== 4658 +IHNob3VsZG4= 4659 +bmFs 4660 +IGNyaXM= 4661 +IGNoaWNrZW4= 4662 +IGZhc3Rlcg== 4663 +IGV4dHJlbWVseQ== 4664 +IG9wcG9z 4665 +IG5vdXM= 4666 +ICs= 4667 +cmlh 4668 +IGZpbmFuY2lhbA== 4669 +IGV4Y2l0aW5n 4670 +IGpvdXJuZXk= 4671 +15nXnQ== 4672 +oOs= 4673 +IGRpc3BsYXk= 4674 +IG1lbW9yeQ== 4675 +IGhlYXZ5 4676 +0L3QtQ== 4677 +IHBhc3NlZA== 4678 +0YDQuA== 4679 +aWxlcw== 4680 +IHBzeWNo 4681 +IHNwZWNpZmljYWxseQ== 4682 +IGVuZ2FnZQ== 4683 +IGxlZA== 4684 +b3JnZQ== 4685 +IERlbQ== 4686 +b3JkZXI= 4687 +IDgw 4688 +IGNyZWFt 4689 +ZXN0ZXJkYXk= 4690 +IGVkZ2U= 4691 +INC/0L7Quw== 4692 +IGJ1bGw= 4693 +IGluZGlj 4694 +IGt0w7M= 4695 +IGhvcGVmdWxseQ== 4696 +dW1lbnRz 4697 +YWdlbg== 4698 +0L3QvtCz0L4= 4699 +IGhhdGU= 4700 +Y2h0 4701 +ODA= 4702 +IGVmZmlj 4703 +IOyngA== 4704 +IGludGVybmV0 4705 +IGJ1ZGdldA== 4706 +IHByb3BlcnR5 4707 +aWRheQ== 4708 +IOya 4709 +INC80L7Qtg== 4710 +b2xh 4711 +IHNob3dlZA== 4712 +IE1vbg== 4713 +IHRob3VzYW5k 4714 +QVA= 4715 +IHBvb3I= 4716 +dXNlZA== 4717 +IEphY2s= 4718 +IHPDpQ== 4719 +g70= 4720 +IGVzYw== 4721 +IHNvZnR3YXJl 4722 +IHF1YXI= 4723 +INio 4724 +IG5lY2Vzc2FyaWx5 4725 +b21lbg== 4726 +aXk= 4727 +IGV2ZW50dWFsbHk= 4728 +aXNoZWQ= 4729 +IGJyaWdodA== 4730 +RUQ= 4731 +IHNwbA== 4732 +IGRlbWFuZA== 4733 +IHRocmVhdA== 4734 +IHNpcg== 4735 +IHJlbGVhc2Vk 4736 +Y2tldA== 4737 +IOKAqw== 4738 +IHJlcXVpcmVk 4739 +IHZvdGU= 4740 +7Lk= 4741 +4K6k 4742 +IGRldmVsb3BlZA== 4743 +IOyCrA== 4744 +YXRvcnk= 4745 +IGRpcg== 4746 +Y2FwZQ== 4747 +IHNsaWdodGx5 4748 +w6w= 4749 +4LmJ 4750 +cmVldA== 4751 +IGRpc2Vhc2U= 4752 +IGNvdXJ0 4753 +IGl0ZW1z 4754 +IEVhcnRo 4755 +0YHRgtC4 4756 +0LbQtQ== 4757 +7LI= 4758 +IGNoYWxsZW5nZXM= 4759 +IEJyaXQ= 4760 +IGRlc2lnbmVk 4761 +MTI= 4762 +IGhlYXJpbmc= 4763 +IGxpc3RlbmluZw== 4764 +em8= 4765 +INGB0Ls= 4766 +44Gn44GZ 4767 +IHBlcm8= 4768 +IHdlYXJpbmc= 4769 +cGxpYw== 4770 +IGNoZW0= 4771 +IGJhbGFuY2U= 4772 +IGJh 4773 +IHJlY2VpdmU= 4774 +aW1h 4775 +IHNpZ25pZmljYW50 4776 +INC80Ys= 4777 +YW5jaA== 4778 +IENy 4779 +IENvdW4= 4780 +6riI 4781 +IGpvYnM= 4782 +IG9mZmljaWFs 4783 +IHBlcm0= 4784 +b21z 4785 +IG9wcG9ydHVuaXRpZXM= 4786 +IG92ZXJhbGw= 4787 +IGh1cw== 4788 +b2Rlcw== 4789 +IG5hdGlvbg== 4790 +IFJlZw== 4791 +IG9yZA== 4792 +IHJlc3RhdXI= 4793 +IOyG 4794 +IG1lbA== 4795 +dmlu 4796 +IHdlbm4= 4797 +IGvDtm4= 4798 +5oM= 4799 +IG9waW5pb24= 4800 +44KC 4801 +6Kw= 4802 +IFNvbWV0aW1lcw== 4803 +54I= 4804 +0YnQtQ== 4805 +YXNj 4806 +T1U= 4807 +IDIwMjA= 4808 +IGRlbGljaW91cw== 4809 +aWdlcg== 4810 +IOyViA== 4811 +b2xl 4812 +IGhhbmRsZQ== 4813 +IGNpdA== 4814 +IO2VnA== 4815 +IGbDtnI= 4816 +b290aA== 4817 +IG5lY2Vzc2FyeQ== 4818 +IGluZGVwZW5k 4819 +5oQ= 4820 +aXN0ZW4= 4821 +aGFt 4822 +IMOpdA== 4823 +44Oz 4824 +IG11bHRp 4825 +z4w= 4826 +Pyk= 4827 +IGNhbXB1cw== 4828 +IHRvcGlj 4829 +IHJhaW4= 4830 +IHBhbmVs 4831 +IFNhbQ== 4832 +IGxhcmdlcg== 4833 +YXVkaWVuY2U= 4834 +IHBhaWQ= 4835 +IGVjb25vbWlj 4836 +b2x0 4837 +IHN0cmVldA== 4838 +IENvbnQ= 4839 +IGRyaXZpbmc= 4840 +IOyggA== 4841 +IGhheQ== 4842 +IHByb2Zlc3Npb25hbA== 4843 +IEludGVybg== 4844 +5bg= 4845 +IGlucHV0 4846 +IGNhdGVn 4847 +IGNybw== 4848 +IGxs 4849 +RVQ= 4850 +0YvQuQ== 4851 +Kio= 4852 +IFpl 4853 +QkxF 4854 +IOyk 4855 +cmVlcw== 4856 +INCv 4857 +ZWRl 4858 +aWVydA== 4859 +IGZvbGQ= 4860 +IGR1cg== 4861 +IE5hdGlvbmFs 4862 +IOyWtOs= 4863 +YW5jZWQ= 4864 +IGZhaXJl 4865 +dXRlZA== 4866 +IGtpbmc= 4867 +IHdpbGQ= 4868 +b2k= 4869 +dXBiZWF0 4870 +IHByZXZlbnQ= 4871 +aXVz 4872 +IMOo 4873 +IHdpZGU= 4874 +IHJpbmc= 4875 +IHRpdGxl 4876 +IHN0YW5kaW5n 4877 +IGFsdGhvdWdo 4878 +IGhp 4879 +IHNhdWNl 4880 +IHNpZGVz 4881 +IGFuaW1hbHM= 4882 +aWxpbmc= 4883 +YXRpdmVz 4884 +7JeQ7ISc 4885 +IE92ZXI= 4886 +IGRlc3A= 4887 +IGNvbnNpZGVyZWQ= 4888 +YXJpZXM= 4889 +aWVycw== 4890 +IGVpbmVu 4891 +IHNpc3Rlcg== 4892 +IOuV 4893 +IFN1cmU= 4894 +44KL 4895 +cmllbmQ= 4896 +YWlnbg== 4897 +IHNob3du 4898 +IHNhYw== 4899 +IHNvbnQ= 4900 +IGNlbnR1cnk= 4901 +IHRpZW4= 4902 +IM66 4903 +IFNU 4904 +5ZWK 4905 +IG9sZGVy 4906 +aWVt 4907 +IHRydWx5 4908 +IFNp 4909 +IHdpbmRvdw== 4910 +aXF1ZXM= 4911 +YXJpbw== 4912 +5rKS 4913 +IGxvY2F0aW9u 4914 +zro= 4915 +IOyc 4916 +dmk= 4917 +YWd1ZQ== 4918 +IFNvcnJ5 4919 +IGRpc3A= 4920 +IGhlbGw= 4921 +IMOJ 4922 +IHRyYWRl 4923 +IGNyaXRpY2Fs 4924 +IOqx 4925 +IG5hbWVk 4926 +IHByZXBhcmVk 4927 +IEhvdXNl 4928 +YWx1 4929 +IHRvdWdo 4930 +IHRyaXA= 4931 +IHNhbmQ= 4932 +Y2Vs 4933 +w7x6 4934 +IFB1dA== 4935 +IGFwYXJ0 4936 +aXNm 4937 +dmlz 4938 +IGxpYnI= 4939 +YXZlbg== 4940 +IHZpZQ== 4941 +IGVmZmVjdGl2ZQ== 4942 +4Liy 4943 +IG1hZ24= 4944 +IG11aXRv 4945 +IOq1 4946 +aGFs 4947 +IGxpbWl0 4948 +IG5pbmU= 4949 +IHdpbGxpbmc= 4950 +xLHFnw== 4951 +c3A= 4952 +0LXQsw== 4953 +aGk= 4954 +IGFsdA== 4955 +IEphbg== 4956 +IG9yaWdpbg== 4957 +IFVz 4958 +IGVsZW1lbnRz 4959 +IHVzZXM= 4960 +IGhlbHBmdWw= 4961 +IGZsYXQ= 4962 +IGZhbWlsaWFy 4963 +IFBhcms= 4964 +IGNvcmU= 4965 +IGNsb3Nlcg== 4966 +IGFjdGl2ZQ== 4967 +IGFkbWluaXN0 4968 +Q0U= 4969 +0L3Ri9C1 4970 +54Q= 4971 +IHJlbGF0aXZl 4972 +IG1lbnRhbA== 4973 +IHJhbmRvbQ== 4974 +IHBhcnRuZXI= 4975 +IHV0aWw= 4976 +cGhvbmU= 4977 +IHJ1bGU= 4978 +d3c= 4979 +IOyglQ== 4980 +IHNjaG9u 4981 +IGNvZmZlZQ== 4982 +SEE= 4983 +IGNvbm5lY3Rpb24= 4984 +IHVuaXQ= 4985 +bGF1Z2hpbmc= 4986 +bG9n 4987 +IGFwcGw= 4988 +0LvQsA== 4989 +dXNpYw== 4990 +IEJyYQ== 4991 +IGFueXdoZXJl 4992 +QVVESQ== 4993 +IHNlcGFyYXRl 4994 +Ym94 4995 +IGRpdmlk 4996 +IHRlc3Rpbmc= 4997 +IHNpY2s= 4998 +IHdlcmVu 4999 +5LuW 5000 +INec1w== 5001 +IGFkdmFudGFnZQ== 5002 +IHRyYW5zZmVy 5003 +Jy4= 5004 +IOu5 5005 +IGZpbmRpbmc= 5006 +0L3QvtC5 5007 +IOyiiw== 5008 +IGZvcnQ= 5009 +IGVjb25vbXk= 5010 +IGxhY2s= 5011 +IGxlYXZpbmc= 5012 +IGRpbQ== 5013 +5Y4= 5014 +IFJlcw== 5015 +2K0= 5016 +IGRpc2N1c3Npb24= 5017 +0LXQvw== 5018 +IGdlcw== 5019 +ZHVjdA== 5020 +IGNoYWlu 5021 +IHVzZXJz 5022 +ZWNo 5023 +xYJh 5024 +IGRpc2g= 5025 +IGNhcmVmdWw= 5026 +IHRlYWNoZXI= 5027 +IG9wdGlt 5028 +IGZsdQ== 5029 +YXRpY2FsbHk= 5030 +IHJlZmxlY3Q= 5031 +IHRyZWF0bWVudA== 5032 +ZWVk 5033 +acSZ 5034 +w7k= 5035 +4K6+ 5036 +IGVxdWlw 5037 +IHBsYW5uaW5n 5038 +IHNvbHZl 5039 +44Gd 5040 +IFRvbQ== 5041 +IGF2b2lk 5042 +IHBvdQ== 5043 +IGdyZWF0ZXI= 5044 +bGlu 5045 +T0w= 5046 +IEx1 5047 +IE1vcmU= 5048 +IGF0dHJhY3Q= 5049 +w6pu 5050 +dW5h 5051 +IHBob3Rv 5052 +ZXJhdGlvbg== 5053 +IHBsYW5ldA== 5054 +IGNvcHk= 5055 +IHZpc3VhbA== 5056 +aXJpbmc= 5057 +IGludGVybmF0aW9uYWw= 5058 +IGxhdWdoaW5n 5059 +IHRoaWNr 5060 +IGhvbGRpbmc= 5061 +IGJyaW5naW5n 5062 +IGxldHRlcg== 5063 +IGJ1cm4= 5064 +IGVmZmVjdHM= 5065 +aXTDqQ== 5066 +b3Vycw== 5067 +T1Q= 5068 +w6ptZQ== 5069 +IFNjaG9vbA== 5070 +15XXqg== 5071 +cm9wcmk= 5072 +bGln 5073 +zrHOuQ== 5074 +IGFkdWx0 5075 +IHN1Z2Fy 5076 +IHJpZGU= 5077 +IGhpZ2hsaWdodA== 5078 +IG5vYm9keQ== 5079 +IDIx 5080 +IGNoYXQ= 5081 +INC/0YDQuA== 5082 +IGlubm92 5083 +dW5nZW4= 5084 +IGF0dGFjaA== 5085 +ZWRvbQ== 5086 +5Yo= 5087 +eWw= 5088 +IGxlZ2Fs 5089 +IHJpY2U= 5090 +IGNvbGxhYm9y 5091 +a2luZw== 5092 +ZG93bg== 5093 +5pk= 5094 +44KK 5095 +IGlo 5096 +IEFj 5097 +b3VzbHk= 5098 +IHJhcA== 5099 +IHNvbGlk 5100 +IGdlbmVyYWxseQ== 5101 +IHBhdHRlcm4= 5102 +YWxp 5103 +4Lit 5104 +IHRyYW5zbA== 5105 +aW50ZXI= 5106 +YXVsdA== 5107 +IOuo 5108 +IGV4cHJlc3M= 5109 +IGV4YW1wbGVz 5110 +IGNob3Nl 5111 +IHRlbGxz 5112 +w61z 5113 +YWludA== 5114 +IFRlbGw= 5115 +IE1pY2hhZWw= 5116 +5qg= 5117 +IE51bWJlcg== 5118 +IHRhcA== 5119 +IGV4cGVyaW1lbnQ= 5120 +IGJlbmVmaXQ= 5121 +IOyw 5122 +IHNlcXU= 5123 +IGV4cGVuc2l2ZQ== 5124 +IGdlbmVyYXRpb24= 5125 +IE1hbnk= 5126 +IGFkZGluZw== 5127 +IGtpbA== 5128 +IGNhbXBhaWdu 5129 +IEFudA== 5130 +cmF3 5131 +b21tZW4= 5132 +IHNvdWw= 5133 +am8= 5134 +IEFjdHVhbGx5 5135 +YW1t 5136 +6rKg 5137 +IG1heGlt 5138 +IHNhbHQ= 5139 +IGNydQ== 5140 +IGNhbGxpbmc= 5141 +44GM 5142 +IGJhc2lz 5143 +YmFu 5144 +IGtlZXBpbmc= 5145 +IE1vcg== 5146 +ZWRz 5147 +7IY= 5148 +IHRvZG8= 5149 +0LDQvNC4 5150 +0L3Rjw== 5151 +IGxpdmVk 5152 +IER1 5153 +44KJ 5154 +5a62 5155 +Zm9yY2U= 5156 +5bm0 5157 +ZmVyZW5jZQ== 5158 +YWxh 5159 +IG9jY3Vy 5160 +c2s= 5161 +IHJlY2VudA== 5162 +IGNhcnM= 5163 +IHRyYWRpdGlvbmFs 5164 +ZW50bGU= 5165 +sog= 5166 +IGhlbGQ= 5167 +IG5hY2g= 5168 +IENlbnRlcg== 5169 +ZXJlbg== 5170 +IGJpbg== 5171 +2YE= 5172 +IGNvbW1l 5173 +IHJldmU= 5174 +IOyYpA== 5175 +IGV4cGVjdGVk 5176 +YWJpbA== 5177 +IGZvY3VzZWQ= 5178 +b3Y= 5179 +IGlQ 5180 +b3JpYWw= 5181 +aXJv 5182 +IGV0Yw== 5183 +YW1pbmc= 5184 +IFNvbg== 5185 +IHllc3RlcmRheQ== 5186 +IHN0cmF0ZQ== 5187 +INGG 5188 +IOuP 5189 +cGVz 5190 +IGFjdGl2aXR5 5191 +IGFkdmljZQ== 5192 +IG9wZW5pbmc= 5193 +Zmlu 5194 +IHJlbGE= 5195 +6ZY= 5196 +IGluc3RhbmNl 5197 +IEV2ZXJ5b25l 5198 +Ymw= 5199 +cGVu 5200 +IHZpc2lvbg== 5201 +IEFsZXg= 5202 +aWZvcm4= 5203 +IHRpY2s= 5204 +SGU= 5205 +IHN0cmF0ZWd5 5206 +IGtvbQ== 5207 +UEU= 5208 +IEds 5209 +IGVsZWN0cmlj 5210 +MTU= 5211 +IGRhaWx5 5212 +IGh1c2JhbmQ= 5213 +IHN0YXRpb24= 5214 +IGFuYWx5c2lz 5215 +eW5hbQ== 5216 +IGF0dGVtcHQ= 5217 +IGJpbGxpb24= 5218 +dmFudA== 5219 +IGZvcnRo 5220 +IG1hdGg= 5221 +YWx5 5222 +IGJlaGF2aW9y 5223 +IE1hcw== 5224 +a2Fu 5225 +IERheQ== 5226 +IGJsZXNz 5227 +IGd1dA== 5228 +IEhpZ2g= 5229 +b3g= 5230 +IGRyZXNz 5231 +IGplZA== 5232 +6K8= 5233 +5ZY= 5234 +IGV4cGVyaWVuY2Vz 5235 +aXN0YQ== 5236 +IGZpZ2h0aW5n 5237 +5bc= 5238 +INGB0Lo= 5239 +IG1vc3RseQ== 5240 +YXVzZQ== 5241 +IHBpY3R1cmVz 5242 +0LXQvdGC 5243 +IG1hZA== 5244 +IG1vZGVscw== 5245 +0YjQtQ== 5246 +IENvdW50 5247 +xYQ= 5248 +xYJv 5249 +ZXB0 5250 +T00= 5251 +IEFO 5252 +IHRyb3VibGU= 5253 +NDA= 5254 +IGJpcmQ= 5255 +dWxhdGU= 5256 +IG11cg== 5257 +IHByb2R1Y2U= 5258 +IG1hcnJpZWQ= 5259 +Yml0 5260 +IHRoZW9yeQ== 5261 +7Zg= 5262 +IGxlYWRlcg== 5263 +IExhc3Q= 5264 +QUE= 5265 +6LU= 5266 +IGltYWdlcw== 5267 +IGV4cGFuZA== 5268 +IFBvcg== 5269 +IHB1cmNo 5270 +IFNhbg== 5271 +IENocmlzdG1hcw== 5272 +IEF1c3RyYWw= 5273 +IHdpZA== 5274 +IE1pc3M= 5275 +IGtub3dpbmc= 5276 +IHpl 5277 +c2hpcA== 5278 +a3U= 5279 +0YXQvtC0 5280 +IEluc3RhZ3JhbQ== 5281 +IEluZGlh 5282 +IGVzdGE= 5283 +IENhbGlmb3Ju 5284 +IDcw 5285 +IGRyYWc= 5286 +IGJydXNo 5287 +IG5hbWVz 5288 +QW5k 5289 +IHlv 5290 +aWxsYQ== 5291 +IHNjaGVk 5292 +IGRlc3Ryb3k= 5293 +eWVhcg== 5294 +IHZhbW9z 5295 +INmE 5296 +w6dh 5297 +IGZvcmdvdA== 5298 +0LjQtQ== 5299 +IHJhaXNl 5300 +cmVtZQ== 5301 +7ZW0 5302 +IEdpdmU= 5303 +IGNvbnRhaW4= 5304 +cmFi 5305 +IGdpZnQ= 5306 +INGB0L8= 5307 +IHJlcXVlc3Q= 5308 +IHNodXQ= 5309 +IGRlZ3JlZXM= 5310 +IGJlbmVmaXRz 5311 +0YvQtQ== 5312 +IHN0dWRpZXM= 5313 +IGVuZHM= 5314 +IGV2ZXJ5d2hlcmU= 5315 +IGhlcm8= 5316 +b3Bo 5317 +ZXJyeQ== 5318 +IG1hdGVyaWFscw== 5319 +ZW5lZA== 5320 +TkE= 5321 +5Y0= 5322 +IG11eQ== 5323 +IHdvcnNl 5324 +5LuA 5325 +IE1hZA== 5326 +IGRlY2lzaW9ucw== 5327 +aW9uZQ== 5328 +IGZvcmVpZ24= 5329 +bGF1Z2h0ZXI= 5330 +aWJlcg== 5331 +0LXQvdC40Y8= 5332 +44WL 5333 +IHJlYWxpemVk 5334 +IGlnbg== 5335 +IHdlYWs= 5336 +IM68 5337 +IHNjYXJlZA== 5338 +IGFzc3Vt 5339 +QUs= 5340 +778= 5341 +77+9 5342 +IGNvdmVyZWQ= 5343 +IFNhdA== 5344 +INC+0L0= 5345 +IGluZGl2aWR1YWxz 5346 +IGNvbXBhcmVk 5347 +MTE= 5348 +IEFkZA== 5349 +aWNsZXM= 5350 +IGNlcnQ= 5351 +cmFy 5352 +IGJyaWVm 5353 +IGFjdGl2aXRpZXM= 5354 +IGZhYg== 5355 +YmFy 5356 +IGFzdA== 5357 +IE90aGVy 5358 +IGNsYXNzZXM= 5359 +IG9n 5360 +IG1pc3Npbmc= 5361 +44Gg 5362 +6Z0= 5363 +d2Vycw== 5364 +16k= 5365 +IGludHJvZHVjZQ== 5366 +IGVxdWF0aW9u 5367 +44G+44GZ 5368 +IG5vbQ== 5369 +IHBhaW50aW5n 5370 +dXNoaW5n 5371 +IEFQ 5372 +IGVuY291cmFnZQ== 5373 +IHNoaXA= 5374 +aXR0ZWU= 5375 +aXZlcnNl 5376 +b3Rh 5377 +bmFt 5378 +44O7 5379 +IGV4ZXJjaXNl 5380 +INCt 5381 +IG5hcw== 5382 +IHRob3VzYW5kcw== 5383 +IENhbGlmb3JuaWE= 5384 +IHNlcw== 5385 +IHJvdw== 5386 +nog= 5387 +IHBhbmRlbWlj 5388 +IHNraWxs 5389 +YmVs 5390 +IGRpcmVjdG9y 5391 +IG1pbGs= 5392 +IG51dA== 5393 +IG1vdGlvbg== 5394 +IGNsb3NlZA== 5395 +6Kg= 5396 +IGNyZWRpdA== 5397 +YWhy 5398 +IGNoZWVzZQ== 5399 +IGFsdGVybg== 5400 +aW1hdGVseQ== 5401 +IHN1c3Q= 5402 +IFRyYQ== 5403 +IGdsYWQ= 5404 +IGhpZ2hseQ== 5405 +IHdh 5406 +IHJlZHVjZQ== 5407 +IGJsZQ== 5408 +YWRvcg== 5409 +aW5hdGVk 5410 +aW9uZXM= 5411 +Y2llbnQ= 5412 +IGRlcGVuZGluZw== 5413 +IHNoYXJpbmc= 5414 +IGNhdWdodA== 5415 +cmFlbA== 5416 +IG1laHI= 5417 +IHBhc3Npb24= 5418 +55s= 5419 +IHJ1 5420 +IGZhcm0= 5421 +VEk= 5422 +YXZlcw== 5423 +IFJvYg== 5424 +IEJybw== 5425 +IG1vdGl2 5426 +cmV0Y2g= 5427 +cnVwdA== 5428 +IEJpZw== 5429 +IGFsbGU= 5430 +IGV0dA== 5431 +dWJz 5432 +IEphcGFuZXNl 5433 +IEhhbGw= 5434 +0LjQu9C4 5435 +QVVESUJMRQ== 5436 +56w= 5437 +IGNlbGxz 5438 +aWth 5439 +ZWxpbmU= 5440 +aWxlcg== 5441 +IOyj 5442 +IHNreQ== 5443 +SU5BVURJQkxF 5444 +ZW5kZQ== 5445 +YXB0ZXI= 5446 +IHBpbg== 5447 +IGdhdGhlcg== 5448 +aG9s 5449 +bGVjdGlvbg== 5450 +IHN5bg== 5451 +IHBsdWc= 5452 +cm91bmQ= 5453 +IHVuaXZlcnNpdHk= 5454 +aGli 5455 +IGZhbnRhc3RpYw== 5456 +a24= 5457 +IGhvbGU= 5458 +IFJlbWVtYmVy 5459 +aW5jdA== 5460 +YWtz 5461 +Q0g= 5462 +IGJyb2tlbg== 5463 +IHN0cmF0ZWc= 5464 +IGFsaXZl 5465 +IHRhbms= 5466 +IGNhcnQ= 5467 +cmF0ZWQ= 5468 +cmll 5469 +IFN0ZXA= 5470 +IEV2ZXJ5dGhpbmc= 5471 +IGJvdW5k 5472 +IHNvYnJl 5473 +IGN1c3RvbWVy 5474 +oYw= 5475 +dXJn 5476 +IEJpbGw= 5477 +TGE= 5478 +d2hhdA== 5479 +IHJlYWN0aW9u 5480 +IHNlc3Npb24= 5481 +IHBsYW5z 5482 +IOydtOugh+qyjA== 5483 +IGRvd25sb2Fk 5484 +7Jk= 5485 +dWVy 5486 +IGNhYg== 5487 +IGluc3Ry 5488 +aWZ5aW5n 5489 +IE5pY2U= 5490 +IHRlYW1z 5491 +xLFs 5492 +IGdvYWxz 5493 +aXNjaA== 5494 +IHRyYW5zcG9ydA== 5495 +IGFuaW1hbA== 5496 +IGNvc3Rz 5497 +IGNhbGxz 5498 +IHNlaHI= 5499 +7Ig= 5500 +cmlhbg== 5501 +IGRpYWw= 5502 +IHdlYXRoZXI= 5503 +4LmA 5504 +INCy0L7Rgg== 5505 +IFBsYXk= 5506 +IHNoYXJlZA== 5507 +IHNtb290aA== 5508 +YWJh 5509 +IGxlYXZlcw== 5510 +4K6p 5511 +IGNvbmNlbnQ= 5512 +IHNoaWZ0 5513 +IOuQmA== 5514 +IEdvdmVybg== 5515 +IGRlbW9uc3Q= 5516 +IGJ1dHRlcg== 5517 +IOyXrA== 5518 +IHNhdGlzZg== 5519 +iOus 5520 +IHJlY29nbml6ZQ== 5521 +IEZyZW5jaA== 5522 +IHZvbHVtZQ== 5523 +w6RuZA== 5524 +0YPQvA== 5525 +IOynhA== 5526 +IEtlZXA= 5527 +b3dh 5528 +aXBwZWQ= 5529 +0YHRgtGA 5530 +IGRldGVjdA== 5531 +IM+D 5532 +IGxpZnQ= 5533 +IGNsb3RoZXM= 5534 +IFN0b3A= 5535 +w7U= 5536 +bWV0 5537 +IGNsaW4= 5538 +IGFycg== 5539 +ZnJpZW5k 5540 +IHN0dWNr 5541 +WWU= 5542 +aGFuZA== 5543 +dW1h 5544 +IHNjcmk= 5545 +IGZ1Y2tpbmc= 5546 +Y3RvcnM= 5547 +16o= 5548 +IGpvaW5pbmc= 5549 +IGNldHRl 5550 +INij 5551 +IFdoaXRl 5552 +IGlocg== 5553 +zq0= 5554 +44Gt 5555 +IGluY2x1ZGVk 5556 +ZXNzbw== 5557 +IGFjYWQ= 5558 +YnVt 5559 +IHNhYg== 5560 +INC00LvRjw== 5561 +6L+Z 5562 +dWZhY3Q= 5563 +IFJlcHVibGlj 5564 +cmlt 5565 +IHllbGxvdw== 5566 +IGxpbWl0ZWQ= 5567 +VEVS 5568 +IFR5 5569 +IG5vdGVz 5570 +dmVzdA== 5571 +0LjQtw== 5572 +YWxlZA== 5573 +IHBoYXNl 5574 +YW5kYQ== 5575 +IE1vbQ== 5576 +Ukk= 5577 +IGltbWVy 5578 +bWFs 5579 +IGluag== 5580 +IHlhbmc= 5581 +dWRpYmxl 5582 +0LDQsw== 5583 +IHNldHQ= 5584 +IG1hZ2lj 5585 +IGVuc3VyZQ== 5586 +IHNwcmluZw== 5587 +IHNob2Nr 5588 +IHdoZWVs 5589 +0L7Qs9C00LA= 5590 +44KI 5591 +IGNhbmNlcg== 5592 +IHJvb3Q= 5593 +0JA= 5594 +Z2VuY3k= 5595 +IOuN 5596 +aWk= 5597 +IG91dHB1dA== 5598 +IGNvbW1pdA== 5599 +IHdvcmtlcnM= 5600 +7JWE7JqU 5601 +INGB0LDQvA== 5602 +dmV5 5603 +IHBldQ== 5604 +IGNpdmls 5605 +aXNj 5606 +IGJyaW5ncw== 5607 +0YDQsNCy 5608 +YW5pYQ== 5609 +xIE= 5610 +Y3JhZnQ= 5611 +bWJvbA== 5612 +IGludGVsbGln 5613 +Ymk= 5614 +YWNpbmc= 5615 +eW91 5616 +IGJlY29taW5n 5617 +IERlcg== 5618 +ZW1h 5619 +5bCx5piv 5620 +IGluZ3JlZA== 5621 +IGNvbW1hbmQ= 5622 +IHVwZGF0ZQ== 5623 +IHByZW0= 5624 +IG9wZW5lZA== 5625 +hKQ= 5626 +0LXQvdC40LU= 5627 +IGdhcmQ= 5628 +IHN0YXRlbWVudA== 5629 +IHNjcmV3 5630 +IHByb3Rl 5631 +IGNhcmRz 5632 +IHRhc2s= 5633 +IGV2ZW5pbmc= 5634 +IHN0aXRjaA== 5635 +aW5lbg== 5636 +IEJlcg== 5637 +bWFyaw== 5638 +IERhZA== 5639 +INC10YHRgtGM 5640 +INee1w== 5641 +7JeI 5642 +IGJhbg== 5643 +IGNsaW0= 5644 +IGZyZWVkb20= 5645 +IG5vcm1hbGx5 5646 +0LXRgdGM 5647 +5aY= 5648 +IHByb3ZpZGVk 5649 +IOyekA== 5650 +IOyVhOuLiA== 5651 +IEtpbQ== 5652 +aWVkZXI= 5653 +7J2M 5654 +IGNpdGl6 5655 +IGJpa2U= 5656 +IGJhaw== 5657 +IG5vaXNl 5658 +IGNsaW1hdGU= 5659 +aXplcw== 5660 +5b6M 5661 +IGluY3JlYXNpbmc= 5662 +IFRIRQ== 5663 +IGxpcXU= 5664 +IHBlcnNvbmFsbHk= 5665 +ZWY= 5666 +cmVzcA== 5667 +IGxlZ3M= 5668 +aW5kZXI= 5669 +IHBlZA== 5670 +IOunjg== 5671 +IGRlcGVuZA== 5672 +IHZhcmlldHk= 5673 +IElzcmFlbA== 5674 +IHdhc2g= 5675 +5YY= 5676 +IHF1aWV0 5677 +IEphbWVz 5678 +IEpldw== 5679 +IGZvcmV2ZXI= 5680 +IEludA== 5681 +IGNvdW50ZXI= 5682 +dXJhbmNl 5683 +IEFueXdheQ== 5684 +Y2FyZQ== 5685 +IE9ubHk= 5686 +Y2nDs24= 5687 +YWRp 5688 +IEV2 5689 +64uI6rmM 5690 +IM6x 5691 +IHNsb3dseQ== 5692 +INC+0LQ= 5693 +IG5vdGljZWQ= 5694 +aWVyZW4= 5695 +IGZlbGw= 5696 +INCR 5697 +IG3Dqm1l 5698 +IHdoZW5ldmVy 5699 +ISk= 5700 +IEh5 5701 +5bw= 5702 +b3Jkcw== 5703 +dXNpb24= 5704 +IFN0YXI= 5705 +IO2Y 5706 +IE1hYw== 5707 +5LiK 5708 +aXZlbg== 5709 +IOyLnA== 5710 +IOyXhg== 5711 +IFR1cg== 5712 +IGdlcg== 5713 +cmlz 5714 +IHZleg== 5715 +INC70Y4= 5716 +IHZlcnN1cw== 5717 +2KfY 5718 +b2NvbGF0ZQ== 5719 +IHBsYW5l 5720 +IHpv 5721 +IHN1aXQ= 5722 +VGhpcw== 5723 +IG5lcnY= 5724 +IEFjYw== 5725 +0YPQtg== 5726 +7IKs 5727 +bmg= 5728 +ZW1l 5729 +IGF1c3M= 5730 +IG1lYXM= 5731 +IHRyw6hz 5732 +z4k= 5733 +0YHQu9C4 5734 +IEFydA== 5735 +IFNlY29uZA== 5736 +0L7Qu9GM0LrQvg== 5737 +Y2hv 5738 +aXRlY3Q= 5739 +0LXRgdGC 5740 +IGJvc3M= 5741 +IGluY29tZQ== 5742 +oKQ= 5743 +IHNoYWQ= 5744 +IGFwcHJvcHJp 5745 +IE1hbA== 5746 +b3B0 5747 +IGFydGlzdA== 5748 +IHBsYXlz 5749 +b3RoZXJz 5750 +IEludGVy 5751 +IHZpcnVz 5752 +IGh1bmc= 5753 +IGNvbnN0YW50 5754 +IHNjcmlwdA== 5755 +IHNub3c= 5756 +dWxm 5757 +a2V0 5758 +IGRldmljZXM= 5759 +IG1ldGFs 5760 +aWdodHM= 5761 +7IS4 5762 +IHNhbGVz 5763 +IHZlZ2V0 5764 +IGNvbGxlY3Rpb24= 5765 +IHZpYQ== 5766 +a2Vy 5767 +IGdvdHRlbg== 5768 +T1c= 5769 +acOpbg== 5770 +IGFjY3Vy 5771 +IHdhdmU= 5772 +dWx0eQ== 5773 +IEFpcg== 5774 +IGxlYWRpbmc= 5775 +aWNpbmc= 5776 +IGNlbnRyYWw= 5777 +IENocmlzdGlhbg== 5778 +ZnI= 5779 +IEFsdGhvdWdo 5780 +IHNvbmdz 5781 +IGZpZg== 5782 +0L3Ri9GF 5783 +IGJlbG9uZw== 5784 +b3NzaWJsZQ== 5785 +7LA= 5786 +IHBob3Rvcw== 5787 +aXNs 5788 +IHJlbGF4 5789 +c2E= 5790 +VVNJQw== 5791 +6rc= 5792 +IG1hbnVmYWN0 5793 +IFR3aXR0ZXI= 5794 +IGRhbmdlcm91cw== 5795 +IGh5ZA== 5796 +bGVhcg== 5797 +aWFudA== 5798 +IOKApg== 5799 +IHN1ZGRlbmx5 5800 +IGxhdWdo 5801 +IGFuZ2xl 5802 +IEdvdA== 5803 +IHdvcnJpZWQ= 5804 +0L7QtQ== 5805 +IHBhcA== 5806 +IE1hcnQ= 5807 +ZW5v 5808 +IGJhdHRlcnk= 5809 +INC/0L7RgQ== 5810 +IGxpZ2h0cw== 5811 +IGFybXM= 5812 +IEFicw== 5813 +bWVz 5814 +4oCT 5815 +dXNldW0= 5816 +IHRlYQ== 5817 +IE1pYw== 5818 +IGZvcm1lcg== 5819 +b2dyYXBoeQ== 5820 +IGFwcGxpY2F0aW9ucw== 5821 +IERpcmU= 5822 +54S2 5823 +IGZlZWRiYWNr 5824 +aXRjaGVu 5825 +eW9ydW0= 5826 +dWVk 5827 +aWd0 5828 +xrDhuw== 5829 +b3NpdGlvbg== 5830 +IERlbA== 5831 +IO2VmOs= 5832 +IEJhY2s= 5833 +YWRz 5834 +IHByaW1l 5835 +7KO8 5836 +7KOg 5837 +15E= 5838 +IG11dA== 5839 +XS4= 5840 +INCX 5841 +bG9j 5842 +a2lu 5843 +IGV4cGVydA== 5844 +IGFscmlnaHQ= 5845 +dW5ncw== 5846 +IHN1cHBseQ== 5847 +IGxlYWRlcnNoaXA= 5848 +IEZyYQ== 5849 +IHR5cGljYWxseQ== 5850 +IHNlbA== 5851 +IHRyZWVz 5852 +IDIy 5853 +aGFy 5854 +IHdvcnN0 5855 +IGJ1c3k= 5856 +YW50bw== 5857 +IFVw 5858 +IEJhcw== 5859 +IHByZXNlbnRhdGlvbg== 5860 +IHN0cmFuZ2U= 5861 +IHRoaW4= 5862 +0YLQtQ== 5863 +IHZlaGljbGU= 5864 +INC00L4= 5865 +Y2VsbGVudA== 5866 +NzA= 5867 +IHRpcmVk 5868 +IGNyaXNpcw== 5869 +IHRpbnk= 5870 +YXN5 5871 +IHJhbg== 5872 +6Yc= 5873 +IGZvcmNlcw== 5874 +INC+0Yc= 5875 +IGlkZW50aWZ5 5876 +IGFzc2Vzcw== 5877 +0LjRgtC1 5878 +U0U= 5879 +IGNyZWF0aXZl 5880 +558= 5881 +IGRlcGFydG1lbnQ= 5882 +IGluaXRpYWw= 5883 +5oiR5YCR 5884 +IERhbQ== 5885 +YWt0 5886 +dmVyZQ== 5887 +IGluZmVjdA== 5888 +IHB1bXA= 5889 +4bqh 5890 +IHZpZWw= 5891 +IHJhcmU= 5892 +IGRvdA== 5893 +YXNoaW9u 5894 +ZW1wbA== 5895 +IGZsZXg= 5896 +IGtvbg== 5897 +IHRydWNr 5898 +IGxlY3Q= 5899 +IHBsYXN0aWM= 5900 +bGF3 5901 +IGxpa2Vz 5902 +IHJvdWdo 5903 +IE1BVA== 5904 +7Z6I 5905 +IGNvbW1lcg== 5906 +IGFzc2U= 5907 +IGNha2U= 5908 +IGFjdGlvbnM= 5909 +IGFkbQ== 5910 +IG90aGVyd2lzZQ== 5911 +IEhlYWx0aA== 5912 +IGNvbGxl 5913 +4LmA4Lg= 5914 +IHJ1Yg== 5915 +5b6X 5916 +5pQ= 5917 +IHNjcg== 5918 +IHp1bQ== 5919 +IEhpbQ== 5920 +IGNoYW1w 5921 +IGNvbmNlcm5lZA== 5922 +IDUwMA== 5923 +IHBsYXRl 5924 +IE91dA== 5925 +IGRvbmM= 5926 +IGVxdWlwbWVudA== 5927 +IHRhdWdodA== 5928 +bGxlZA== 5929 +IO2Z 5930 +aXZh 5931 +IG1vdG9y 5932 +wrs= 5933 +IGd1aWRl 5934 +5Yk= 5935 +IHN0b3BwZWQ= 5936 +IHJhdA== 5937 +IGxhYm9y 5938 +IGFpbQ== 5939 +IHByZXBhcmU= 5940 +INGI 5941 +IHNob290aW5n 5942 +YW5uZWQ= 5943 +Y3JpcHQ= 5944 +IGVuZW15 5945 +IGRlcGVuZHM= 5946 +IG5hdg== 5947 +IGJlcg== 5948 +IGxhbmRz 5949 +IHVuaXZlcnM= 5950 +aXU= 5951 +IGZhY3Rvcg== 5952 +b2tpbmc= 5953 +IGNhcmJvbg== 5954 +YnV0 5955 +IExvdmU= 5956 +ZWxk 5957 +IM61 5958 +IGdh 5959 +IMOpcw== 5960 +IGJyZWFk 5961 +IHZvbHQ= 5962 +7Yo= 5963 +IHdhc3Rl 5964 +IGtlZXBz 5965 +5omA 5966 +IHN0b3I= 5967 +IGhvbm9y 5968 +IHVubGVzcw== 5969 +IGNvbHVt 5970 +IOuMgA== 5971 +IHBsYW50cw== 5972 +WWVhaA== 5973 +IGluY2x1ZGVz 5974 +5Lit 5975 +IG94 5976 +IHBldXQ= 5977 +66eM 5978 +7IOB 5979 +aXN0cnk= 5980 +4Lix 5981 +IERlcGFydG1lbnQ= 5982 +YW50YQ== 5983 +IGZpbmdlcg== 5984 +IHN0cmV0Y2g= 5985 +IHN5bWJvbA== 5986 +IG5laWdoYm9y 5987 +5qw= 5988 +6rCE 5989 +fn4= 5990 +INGC0Ys= 5991 +IEFiZXI= 5992 +a2Vz 5993 +IG1hc3NpdmU= 5994 +IENI 5995 +IFNhbA== 5996 +16A= 5997 +44KS 5998 +IGR5bmFt 5999 +YWNoZQ== 6000 +IFByZQ== 6001 +IG1vbml0b3I= 6002 +ZW50ZWQ= 6003 +RU8= 6004 +IHJhaXNlZA== 6005 +aXN0aWNz 6006 +2qk= 6007 +IHZvdQ== 6008 +aXRlbg== 6009 +obA= 6010 +IGJ1c2luZXNzZXM= 6011 +IGVhcm4= 6012 +IG1vYmlsZQ== 6013 +aWRhZGU= 6014 +IGhhYmU= 6015 +eXI= 6016 +bGljdA== 6017 +IGNvbmR1Y3Q= 6018 +IGZlZGVyYWw= 6019 +IHdv 6020 +YnU= 6021 +IG5vbmU= 6022 +IHRlYWNoZXJz 6023 +INin2YTY 6024 +6YGT 6025 +aWRlbnRz 6026 +2KfZhA== 6027 +IHRyZW5k 6028 +0LXQtg== 6029 +IGFsYnVt 6030 +IG1pY2g= 6031 +YmFzZWQ= 6032 +4Li1 6033 +IHRyYW5zaXRpb24= 6034 +INC90L4= 6035 +w7Vlcw== 6036 +aG9zdA== 6037 +ZWR5 6038 +IFByb2Y= 6039 +cGFu 6040 +aWpu 6041 +IGNhcGFjaXR5 6042 +dW5kbw== 6043 +INeR1w== 6044 +IGJyZWF0aA== 6045 +INC80LXQvQ== 6046 +IG3DvA== 6047 +7Zk= 6048 +IEF1dA== 6049 +aGluZ3Rvbg== 6050 +IG5vcg== 6051 +IGdhaW4= 6052 +cG9pbnQ= 6053 +WWVz 6054 +INiq 6055 +IE5h 6056 +w6Vy 6057 +IGnDpw== 6058 +IE1hcnk= 6059 +IHNwaW4= 6060 +IGFudGk= 6061 +5ZCn 6062 +IHNvbWVob3c= 6063 +IGxhd3M= 6064 +IG1vbWVudHM= 6065 +IGdyZQ== 6066 +IG1vdmVz 6067 +IFdvdWxk 6068 +IHByZWRpY3Q= 6069 +IHZyYQ== 6070 +IDIwMTk= 6071 +toQ= 6072 +IGZ1bmRhbWVudA== 6073 +MjU= 6074 +IHB1cmU= 6075 +IHdvdw== 6076 +IGlzbGFuZA== 6077 +IGludmVzdG1lbnQ= 6078 +IGJhdGg= 6079 +IFlh 6080 +IGhhcmRlcg== 6081 +IHRpcHM= 6082 +5Zc= 6083 +IGVsZWN0cm9u 6084 +IEJvYg== 6085 +IGJvbmQ= 6086 +b2RpZXM= 6087 +IEF1Zw== 6088 +IGdpYnQ= 6089 +IGNoYWly 6090 +IHR3aWNl 6091 +d29vZA== 6092 +IGNsYXI= 6093 +IG1hc2s= 6094 +IGhvbmVzdGx5 6095 +IDIwMTg= 6096 +dGllcw== 6097 +Jyw= 6098 +IHBlbnM= 6099 +IHN1cnByaXNlZA== 6100 +IGNvbW11bmljYXRpb24= 6101 +44Gj44Gm 6102 +IHNwcg== 6103 +IHdob3Nl 6104 +IHN0YXJz 6105 +15DX 6106 +IOKAiw== 6107 +IHByb3Blcmx5 6108 +IGdyZXc= 6109 +b3Npbmc= 6110 +IGRpdmVycw== 6111 +QUQ= 6112 +IGVtcHQ= 6113 +IGV4cHJlc3Npb24= 6114 +4bq/ 6115 +IFBhbA== 6116 +44GK 6117 +IGp1c3RpY2U= 6118 +IHBhaXI= 6119 +d28= 6120 +IHNlYXQ= 6121 +b3J0ZXI= 6122 +IGxpbmtz 6123 +IE1lcg== 6124 +IHJlbmQ= 6125 +0L3QvtC1 6126 +dXBpZA== 6127 +IEhlbA== 6128 +IE1hcmNo 6129 +IExv 6130 +0YHRjA== 6131 +IGhhc24= 6132 +IGV2YWx1 6133 +44GP 6134 +5aSp 6135 +aWxvcw== 6136 +IGZ1bmRpbmc= 6137 +IHZlbg== 6138 +dWFu 6139 +IE1hc3Rlcg== 6140 +IE9s 6141 +IEZyZQ== 6142 +IHlhcA== 6143 +IFNpcg== 6144 +c2No 6145 +IG1pc3Rha2U= 6146 +YW1hbg== 6147 +IGRpbm5lcg== 6148 +IFdhc2hpbmd0b24= 6149 +IG9yZ2FuaXphdGlvbnM= 6150 +INC20LU= 6151 +YXZpbmc= 6152 +IHbDrQ== 6153 +IGJpcnRoZGF5 6154 +IGJlYXI= 6155 +INmB 6156 +IGFmZm9yZA== 6157 +IHJldmVu 6158 +IHJlbGF0aW9uc2hpcHM= 6159 +cm91Z2g= 6160 +IFRpbWU= 6161 +IHRhZw== 6162 +IFN1bg== 6163 +dWFyeQ== 6164 +IFBv 6165 +Y2Fy 6166 +YWJpbGl0aWVz 6167 +IHByaXNvbg== 6168 +IGxpYw== 6169 +7KCV 6170 +aWRkZW4= 6171 +IHNwZWNpZXM= 6172 +6bs= 6173 +IGZpcm0= 6174 +IHNjb3Jl 6175 +IGRpdA== 6176 +IHNwZWN0 6177 +IHBlbA== 6178 +IGNvbXBsaWNhdGVk 6179 +5qij 6180 +IHJhbms= 6181 +IG9wcG9zaXRl 6182 +IHBpY2tlZA== 6183 +INC60L7QvQ== 6184 +ZWxlcg== 6185 +IG1pZw== 6186 +IFNs 6187 +IE5ldA== 6188 +IG5lY2s= 6189 +IEZyYW5jZQ== 6190 +IHRlY2huaWNhbA== 6191 +4Lih 6192 +IG1pbGVz 6193 +IHByaW1hcnk= 6194 +IHNlaW4= 6195 +c2Vz 6196 +IGxhdWdocw== 6197 +YnJh 6198 +xZtjaQ== 6199 +cmlhZ2U= 6200 +IG5pYw== 6201 +ZXRlcnM= 6202 +IMOq 6203 +b2xvZ2llcw== 6204 +IElT 6205 +cmFk 6206 +dWRv 6207 +xLFuZA== 6208 +bWFy 6209 +IGV4Y2g= 6210 +IGNvbXBldGl0aW9u 6211 +IGF1c3Np 6212 +IFNlcnY= 6213 +IHJlbnQ= 6214 +IGNob2NvbGF0ZQ== 6215 +IHdpZWRlcg== 6216 +IG5lYXJseQ== 6217 +IHNwZWVjaA== 6218 +IHVuYw== 6219 +IHBhcmFt 6220 +IEJyaXRpc2g= 6221 +IHJlbWFpbg== 6222 +4LiB 6223 +dXJ0 6224 +INi5 6225 +IGNyYWNr 6226 +YWlscw== 6227 +IHByb21pc2U= 6228 +IHBheWluZw== 6229 +acOf 6230 +IGFkYXB0 6231 +0LDQu9Cw 6232 +IG1vdmllcw== 6233 +IHdpcmU= 6234 +n6w= 6235 +5pyD 6236 +IHRlcnJpYmxl 6237 +IHPDsw== 6238 +IHBlcmZlY3RseQ== 6239 +5ZGi 6240 +b3JkaW4= 6241 +IGrDoQ== 6242 +IGltcG9zc2libGU= 6243 +IFRocmVl 6244 +IG5o 6245 +IHR1cm5pbmc= 6246 +cnVt 6247 +IEJlbA== 6248 +aWdn 6249 +IHJlc3BvbnNpYmxl 6250 +0LjQuQ== 6251 +IGluY3JlZGlibHk= 6252 +d2k= 6253 +aWFubw== 6254 +IGh1bWFucw== 6255 +IMOH 6256 +IHNldHRpbmdz 6257 +IGpveQ== 6258 +b290 6259 +IGRlYWxpbmc= 6260 +aWxsZWQ= 6261 +IHN1cnJvdW5k 6262 +IGZvbGxvd2Vk 6263 +IHBvc3NpYmx5 6264 +IGluaXRp 6265 +c3Rlbg== 6266 +IHByb3M= 6267 +IGNhbmRpZA== 6268 +IGFzc2lnbg== 6269 +IHZpb2xlbmNl 6270 +V2VsbA== 6271 +IHJpc2U= 6272 +UFM= 6273 +IHRhbWLDqW0= 6274 +IOuTpA== 6275 +aWFuY2U= 6276 +eWFu 6277 +IGF1ZGlv 6278 +IEJldA== 6279 +IEFtZXJpY2Fucw== 6280 +IEFzcw== 6281 +aXNjaGVu 6282 +7J6F 6283 +IHVsdGltYXRlbHk= 6284 +IHBvbGlj 6285 +IG1ham9yaXR5 6286 +6YCZ5YCL 6287 +IEZpbmFsbHk= 6288 +ZXJhcA== 6289 +IGd1YXJk 6290 +IE1BVFQ= 6291 +IGJyb3du 6292 +0LzQuA== 6293 +IGNoYQ== 6294 +IEhvbHk= 6295 +IG5lcnZvdXM= 6296 +aXBwaW5n 6297 +xJlk 6298 +IFNh 6299 +k5zr 6300 +toA= 6301 +bGll 6302 +55yf 6303 +IG51Yw== 6304 +IEFwcg== 6305 +6Zs= 6306 +IEtvcmVh 6307 +ZWdv 6308 +IENhbmFkYQ== 6309 +IGvDtm5uZW4= 6310 +IGNvbXBhcg== 6311 +IGdhbno= 6312 +IE1haXM= 6313 +IHRoZW1l 6314 +IGtp 6315 +IGRyYXdpbmc= 6316 +YXpvbg== 6317 +IE9mZg== 6318 +dHQ= 6319 +IFdpbmQ= 6320 +IHRvZG9z 6321 +IG9idmlvdXM= 6322 +0L3QsNGP 6323 +SU0= 6324 +INCg 6325 +d2VsbA== 6326 +IGJsb3c= 6327 +IGhvb2s= 6328 +IGNpcmNsZQ== 6329 +IOuztA== 6330 +IGFyY2hpdGVjdA== 6331 +IEty 6332 +IGPDsw== 6333 +IHByb3RlY3Rpb24= 6334 +ZWdh 6335 +5Yc= 6336 +IHdhdGNoZWQ= 6337 +IGFuc3dlcnM= 6338 +IGRpZXQ= 6339 +aXZv 6340 +IHBvd2Rlcg== 6341 +IHlvdXJz 6342 +IGhpZ2hlc3Q= 6343 +54K6 6344 +RkY= 6345 +5bo= 6346 +IGJveXM= 6347 +w7Z5bGU= 6348 +IGx1bmNo 6349 +6Kyd 6350 +IElJ 6351 +IHNldHM= 6352 +IG1vbGU= 6353 +24E= 6354 +IHdpbnRlcg== 6355 +IGx1Y2t5 6356 +IHJlc3BvbnNpYmlsaXR5 6357 +IHNpZ25hbA== 6358 +IHdvbmRlcmluZw== 6359 +IGF4 6360 +IGNvb2tpbmc= 6361 +0L7QstC+0YA= 6362 +bGVn 6363 +INC/0L7Rgg== 6364 +IHN1cnByaXNl 6365 +IGRlbW9jcg== 6366 +IGxvb3A= 6367 +IGphZw== 6368 +IGN1cmlvdXM= 6369 +IG1hcmtldGluZw== 6370 +0J0= 6371 +YXJvbg== 6372 +IEFwcGxl 6373 +IHZpcnR1YWw= 6374 +IDE5OA== 6375 +bm9vbg== 6376 +IE1ldA== 6377 +0L7RgdGC0L4= 6378 +0L7QsdGL 6379 +aXR1 6380 +IEF3 6381 +IGJ1eWluZw== 6382 +IHJlc3RhdXJhbnQ= 6383 +IEJ1ZA== 6384 +IGRvdWJ0 6385 +IGdyYW50 6386 +IHZlcmQ= 6387 +IGNhc2g= 6388 +IGZhY3VsdHk= 6389 +VGhhdA== 6390 +IEVpbg== 6391 +5aSa 6392 +IHdlZA== 6393 +aXRuZXNz 6394 +IE1hZw== 6395 +bmVs 6396 +IG5hcnI= 6397 +IGFjY2lkZW50 6398 +IG1lZGl1bQ== 6399 +ZW1lbnRz 6400 +IGNyb3c= 6401 +bmlnaHQ= 6402 +7J28 6403 +5Lmf 6404 +IGxpYnJhcnk= 6405 +0LDRjtGC 6406 +IHRhbWJpw6lu 6407 +IHJlZmVyZW5jZQ== 6408 +IGZvdXJ0aA== 6409 +aG91c2U= 6410 +dmVudGlvbg== 6411 +IGZpbGxlZA== 6412 +IENvdXI= 6413 +aWJy 6414 +IG5n 6415 +IGRldmVsb3Bpbmc= 6416 +IHByb3ZpZGVz 6417 +IHBvbGw= 6418 +IHRyYWZmaWM= 6419 +YXJlbnRseQ== 6420 +4K6f 6421 +IGZvcm1z 6422 +IGNsaWVudA== 6423 +IGdlbnRsZQ== 6424 +IG11c3M= 6425 +IENvbmdyZXNz 6426 +IEluZGlhbg== 6427 +Y2Vhbg== 6428 +IHBpbA== 6429 +IGN6eQ== 6430 +c3Rvb2Q= 6431 +dXR5 6432 +IG7DpA== 6433 +IHNwZW5kaW5n 6434 +IGNvbnN0cnVjdGlvbg== 6435 +aW5hdWRpYmxl 6436 +IOuniA== 6437 +iOustA== 6438 +IOyDnQ== 6439 +b21h 6440 +b3Nlbg== 6441 +YWdv 6442 +IGxhcmdlc3Q= 6443 +44WL44WL 6444 +IHVuaXZlcnNl 6445 +YmVz 6446 +b3Nh 6447 +INC10LPQvg== 6448 +IGR1ZGU= 6449 +IE1BUg== 6450 +IGluZGVlZA== 6451 +zrXOuQ== 6452 +IG1hbmFnZWQ= 6453 +IFNob3VsZA== 6454 +U28= 6455 +IGFwcGxpZWQ= 6456 +IGZhaXJseQ== 6457 +IERlbg== 6458 +IGFuYWx5 6459 +IGNvbnN0YW50bHk= 6460 +0YHQvw== 6461 +SG93 6462 +IFNheQ== 6463 +ZW5jaWVz 6464 +IFBD 6465 +IGVnZ3M= 6466 +4K6w 6467 +IGV0aA== 6468 +IEVudMOjbw== 6469 +aW5hcg== 6470 +aW90 6471 +IGN6 6472 +IEV1cm9wZWFu 6473 +44GI 6474 +IEFN 6475 +IGPDoQ== 6476 +IHJhZGlv 6477 +p4w= 6478 +IGhpZGU= 6479 +5LuK 6480 +IFN0YXJ0 6481 +IGNsdWI= 6482 +IEhvcGU= 6483 +IGVmZm9ydHM= 6484 +bHVzaW9u 6485 +IGNpdGllcw== 6486 +aG9uZQ== 6487 +IHJlYWNoZWQ= 6488 +IGd1aWQ= 6489 +cm9pZA== 6490 +IGhhcm0= 6491 +IGN1dHRpbmc= 6492 +IGJ1bA== 6493 +MTg= 6494 +aWVzdA== 6495 +IE1leA== 6496 +IGlyb24= 6497 +55+l 6498 +IGFmdGVybm9vbg== 6499 +IGhhbGw= 6500 +IHByenk= 6501 +IGdvc2g= 6502 +IGluZmx1ZW5jZQ== 6503 +INCy0LjQtA== 6504 +IGluY3JlYXNlZA== 6505 +IE1pbmlzdGVy 6506 +IGRpc2Np 6507 +IFBldGVy 6508 +IHZlcnQ= 6509 +IG1lbnU= 6510 +IHNlbGxpbmc= 6511 +dXJhbGx5 6512 +IHF1b3Rl 6513 +IMKh 6514 +IGNvbnRpbnVlcw== 6515 +bXByZQ== 6516 +IMWfZXk= 6517 +aXR1dGlvbg== 6518 +INC90LDRgQ== 6519 +Y2xlcw== 6520 +IEdlcm1hbg== 6521 +Y3p5 6522 +INCj 6523 +QmU= 6524 +IGtpdGNoZW4= 6525 +IFRyeQ== 6526 +aXBl 6527 +IGljb24= 6528 +YXJw 6529 +IHByb3ZpZGluZw== 6530 +IFRyYW5z 6531 +IHRlY2huaXF1ZQ== 6532 +IGjDpHI= 6533 +IGluZnJhc3Q= 6534 +IHN1c3A= 6535 +w7xjaw== 6536 +aWNpcA== 6537 +INCV 6538 +IGNpbg== 6539 +7Ja06w== 6540 +IHByeg== 6541 +IGNvbXBvbmVudA== 6542 +IGJ5ZQ== 6543 +IEJpYmxl 6544 +aXplcg== 6545 +Q2g= 6546 +IHNvbHV0aW9ucw== 6547 +IGFjY29tcGw= 6548 +IDIwMTY= 6549 +SUU= 6550 +IFRh 6551 +IGFzc3VtZQ== 6552 +IGxpcXVpZA== 6553 +IOuouQ== 6554 +IHF1YXJ0ZXI= 6555 +IGZlbWFsZQ== 6556 +IFRoaW5r 6557 +IHN0YXR1cw== 6558 +aXR1dGU= 6559 +IGNvYWNo 6560 +IHJlaW4= 6561 +IGNvbWJpbmF0aW9u 6562 +6Lc= 6563 +IFRlcg== 6564 +IG9iamVjdHM= 6565 +IGRpc3RyaWN0 6566 +IG1ha2V1cA== 6567 +IG11cmRlcg== 6568 +d2Fz 6569 +ZmVu 6570 +IGJvd2w= 6571 +IHB1Ymxpc2hlZA== 6572 +IHNwb3J0cw== 6573 +44Gh 6574 +IGlkZW50aXR5 6575 +IHNlZW1lZA== 6576 +IGFjdGluZw== 6577 +0LvRjg== 6578 +cml4 6579 +IHVwbG9hZA== 6580 +IGhhc3Q= 6581 +IGJvYXQ= 6582 +IE1vZA== 6583 +cmlv 6584 +ID0= 6585 +IGN5Y2xl 6586 +r7g= 6587 +IGxvdWQ= 6588 +dXN0ZWQ= 6589 +Y29taW5n 6590 +IDIwMTc= 6591 +IG9udA== 6592 +IGxlZ2lzbA== 6593 +IHN0cnVjdA== 6594 +IFNvbWV0aGluZw== 6595 +IGNvbmZsaWN0 6596 +IHVwcGVy 6597 +IG1hbmFnZXI= 6598 +IG1vcnQ= 6599 +IGZyYQ== 6600 +IMSw 6601 +IE1pa2U= 6602 +IFdvcms= 6603 +IG7Dsw== 6604 +cGhlcmU= 6605 +IOyCrOs= 6606 +IExhbmQ= 6607 +IGZpbHRlcg== 6608 +IHByb21vdA== 6609 +5rA= 6610 +5pmC 6611 +lbw= 6612 +IHJlY29yZGluZw== 6613 +150= 6614 +IGFzc29jaWF0ZWQ= 6615 +IGZ1ZWw= 6616 +dW5kZXI= 6617 +IGVsZWN0aW9u 6618 +IGVtcGxveWVlcw== 6619 +IENvbXA= 6620 +0YDRg9Cz 6621 +IFdv 6622 +cm9s 6623 +IHNhdmVk 6624 +IEhvbg== 6625 +IFZp 6626 +5YiG 6627 +YWNh 6628 +cHJldA== 6629 +IHdldA== 6630 +IHN0dXBpZA== 6631 +IGxhZA== 6632 +IGZlc3Q= 6633 +IHdha2U= 6634 +INC40L0= 6635 +IGdyZWF0ZXN0 6636 +IEppbQ== 6637 +IHNlcmlvdXNseQ== 6638 +IOy5 6639 +IGZlZWxpbmdz 6640 +IDMwMA== 6641 +aWF0aW9u 6642 +IGJlYXV0eQ== 6643 +IOyemA== 6644 +IHNhbg== 6645 +k6A= 6646 +IC0o 6647 +IGNvbnNjaW91cw== 6648 +INC00LXQuw== 6649 +Ynll 6650 +55k= 6651 +TWFu 6652 +IGxldHM= 6653 +IHNob2Vz 6654 +eWQ= 6655 +5LmI 6656 +IGRpc2FwcGU= 6657 +IENvdW50eQ== 6658 +IFNjb3R0 6659 +IGJ1dHQ= 6660 +IGFxdcOt 6661 +IGNvbmZpZw== 6662 +cmVzcG9uZA== 6663 +TEFVR0g= 6664 +qeuLiOuLpA== 6665 +IGRpdmlkZWQ= 6666 +IGFjcXU= 6667 +IHpvbmU= 6668 +IGtvbW0= 6669 +YcOnw6Nv 6670 +7Kec 6671 +Y3V0 6672 +IDIz 6673 +IG1heGltdW0= 6674 +cm9n 6675 +IHJ1bnM= 6676 +IGNvbXBvbmVudHM= 6677 +IGFycml2ZWQ= 6678 +IGNvbmZpZGVudA== 6679 +0YDQvtCy 6680 +IGhlaWdodA== 6681 +IHByb2NlZA== 6682 +RU0= 6683 +INCt0YLQvg== 6684 +IE1lbg== 6685 +IHRhbGtz 6686 +IGNvbmZpZGVuY2U= 6687 +IENocmlz 6688 +IGxlYWRz 6689 +IG5vc2U= 6690 +ZmFsbA== 6691 +YmI= 6692 +IE5vdGhpbmc= 6693 +aXNlcg== 6694 +IGluZGVwZW5kZW50 6695 +IG1pbm9y 6696 +IHN5bQ== 6697 +bGVu 6698 +Y2llbmNl 6699 +IGZhc2hpb24= 6700 +IHNleHVhbA== 6701 +IGJ1bg== 6702 +aGVyZQ== 6703 +IHNvaWw= 6704 +IGRpZXNl 6705 +IHNoYXA= 6706 +IGVtcHR5 6707 +IGpvdXJuYWw= 6708 +YWdvbg== 6709 +IFRoZWly 6710 +IHdlZWtlbmQ= 6711 +w610 6712 +IGVycm9y 6713 +IG5hcg== 6714 +w7g= 6715 +6Kk= 6716 +YW5jeQ== 6717 +IOyVig== 6718 +IGZvcmVzdA== 6719 +IGhhY2Vy 6720 +IG1pc3NlZA== 6721 +44GV 6722 +5Y+v5Lul 6723 +IGV2aWw= 6724 +IHN0b3JhZ2U= 6725 +IHNpbmdpbmc= 6726 +aW5oYQ== 6727 +IGtub2Nr 6728 +IGltcHJlc3M= 6729 +INC+0YfQtdC90Yw= 6730 +IEdvbGQ= 6731 +IFN1cg== 6732 +IFBvcnQ= 6733 +5Y67 6734 +IExvbmQ= 6735 +IGZhemVy 6736 +b3R5 6737 +b3Rv 6738 +IGFueA== 6739 +IFdpbGxpYW0= 6740 +IGV4aXN0aW5n 6741 +cGxhY2U= 6742 +IENE 6743 +zrM= 6744 +IENvbGxlZ2U= 6745 +bG9y 6746 +IEVhc3Q= 6747 +c2Vu 6748 +ZmFjaA== 6749 +b2Z0 6750 +IGV4cGVyaWVuY2Vk 6751 +IGxvdmVz 6752 +aW1t 6753 +IHBvbHk= 6754 +IGVzc2U= 6755 +7KQ= 6756 +IEdyYW5k 6757 +6Kc= 6758 +Y2hlcg== 6759 +IHZpY3RpbQ== 6760 +IEdlcw== 6761 +0LvRjA== 6762 +dmlzaW9u 6763 +IHRhbGw= 6764 +IGxlbnM= 6765 +INC30L3QsA== 6766 +IEJvdGg= 6767 +IOyy 6768 +IHN1c3RhaW4= 6769 +IGFyZ3VtZW50 6770 +IGZhY3RvcnM= 6771 +IGF1dG9tYXRpY2FsbHk= 6772 +IGZydWl0 6773 +IGxpYmVy 6774 +IGFsZQ== 6775 +IFByZXNz 6776 +IEJh 6777 +INCz0L4= 6778 +IGh1bmRyZWRz 6779 +dGhhdA== 6780 +IFJpY2g= 6781 +IHJlY2lwZQ== 6782 +IElU 6783 +6Ic= 6784 +4bql 6785 +IGRlc2NyaWJl 6786 +IGRyaXZlcg== 6787 +IE9jdA== 6788 +IE1hdA== 6789 +0LTQtQ== 6790 +IG1lYWw= 6791 +IGxhdGVzdA== 6792 +IHRoZXJhcA== 6793 +IGNvbXBhcmU= 6794 +IEFtYXpvbg== 6795 +IOyigA== 6796 +IFJ1c3NpYQ== 6797 +IHN0cmluZw== 6798 +IGth 6799 +IENvbW11bg== 6800 +IGRpYQ== 6801 +SXM= 6802 +IG1pbGxpb25z 6803 +IGNvcnBvcg== 6804 +IGNvcnJlc3BvbmQ= 6805 +IGZpeGVk 6806 +IEpvZQ== 6807 +2Y4= 6808 +IHZpZXdz 6809 +IHJpdmVy 6810 +IHN0dWRpbw== 6811 +aWdnZXI= 6812 +IGZsYXZvcg== 6813 +IHByZXNlbmNl 6814 +IHVuaXRz 6815 +IHNhdmluZw== 6816 +YXZvdXI= 6817 +IHBlc3Nv 6818 +b3JpdGg= 6819 +IGhlcnM= 6820 +IE5hdA== 6821 +YXNpb24= 6822 +IEZyYW5r 6823 +0L7RiA== 6824 +xYJ5 6825 +7YQ= 6826 +IGVpbmVt 6827 +IGZ1bmN0aW9ucw== 6828 +dW1hbg== 6829 +IG5vcnRo 6830 +IOyghA== 6831 +IGhvcnNl 6832 +dmlk 6833 +IHBsZWFzdXJl 6834 +0LDRiA== 6835 +w6llcw== 6836 +aW5kYQ== 6837 +IHRhaWw= 6838 +IGV4cGxvcmU= 6839 +U1Q= 6840 +IGNvbW1lcmNpYWw= 6841 +IER1cmluZw== 6842 +YXJs 6843 +XTo= 6844 +Zml0 6845 +IHJhdGVz 6846 +5rM= 6847 +TVVTSUM= 6848 +IGhvdXNpbmc= 6849 +IGVpbmVy 6850 +IHNpdHVhdGlvbnM= 6851 +5os= 6852 +IGRlY3Jl 6853 +IGFwcHJvcHJpYXRl 6854 +0LXQvdC90L4= 6855 +JS4= 6856 +IGJhYw== 6857 +IHdhdA== 6858 +ZW5zaXR5 6859 +w6Ro 6860 +a25vd24= 6861 +aXR6 6862 +IGVtb3Rpb25hbA== 6863 +ZXJ2YXRpb24= 6864 +IGJsaW5k 6865 +MTY= 6866 +7YM= 6867 +5aSn5a62 6868 +IGpvaW5lZA== 6869 +IGxvY2F0ZWQ= 6870 +INGB0Lw= 6871 +YWRhcw== 6872 +YmVyZw== 6873 +IGRlc3M= 6874 +IGRlYXI= 6875 +ZWRlbg== 6876 +Y29z 6877 +IGFkb3B0 6878 +MTAw 6879 +b3dl 6880 +IENoZWNr 6881 +aXNtbw== 6882 +IHNpbXBs 6883 +IGFuZ3J5 6884 +INC80LXQvdGP 6885 +IENhbQ== 6886 +IHBhZA== 6887 +IGF0dGVuZA== 6888 +IHNhbXBsZQ== 6889 +5pel 6890 +IOyb 6891 +IElO 6892 +dWxvdXM= 6893 +IFNhcg== 6894 +IFNob3c= 6895 +IGluZnJhc3RydWN0dXJl 6896 +IEF1Z3VzdA== 6897 +IGxlc3Nvbg== 6898 +IG5pZXQ= 6899 +5o4= 6900 +IGZvaQ== 6901 +IGJyb2tl 6902 +dHI= 6903 +55U= 6904 +IDQ1 6905 +IGdldw== 6906 +0YPQvw== 6907 +YXRp 6908 +IG1haW50YWlu 6909 +IGFydGlzdHM= 6910 +aW5nZXI= 6911 +5p2l 6912 +ZXJ2ZWQ= 6913 +SUE= 6914 +IGVxdWFscw== 6915 +IG9wZXJhdGlvbg== 6916 +aWxseQ== 6917 +IOuCtA== 6918 +IGNyb3dk 6919 +IGludGVybmFs 6920 +IHRlc3Rz 6921 +IFJvY2s= 6922 +IENvbnM= 6923 +IOuEiOustA== 6924 +d2Fy 6925 +IHNvdQ== 6926 +IGNoYXJ0 6927 +IEp1bmU= 6928 +IEFwcmls 6929 +Z2VudA== 6930 +IHZlbnQ= 6931 +IHF1YW5k 6932 +IEtvcmVhbg== 6933 +aW1v 6934 +54k= 6935 +aWRlcnM= 6936 +IG1vdW50YWlu 6937 +0YHRgtCw0LI= 6938 +5pyI 6939 +aWpr 6940 +IGRpc2NvdmVyZWQ= 6941 +IFN1bmQ= 6942 +IFNpbA== 6943 +IHNvbG8= 6944 +wrQ= 6945 +IHNjaG9s 6946 +IEVhY2g= 6947 +57U= 6948 +IGJhcmU= 6949 +IO2M 6950 +IHbDrWRl 6951 +IGluZ3JlZGllbnRz 6952 +IEl0cw== 6953 +nbzqs6A= 6954 +IOyK 6955 +z40= 6956 +IExlZQ== 6957 +IHNjYXJ5 6958 +IHByaW5jaXA= 6959 +IHNwaXJpdHVhbA== 6960 +7IU= 6961 +IEhvbGQ= 6962 +5rKS5pyJ 6963 +IGRlZmluZQ== 6964 +IExlcw== 6965 +IE5vcg== 6966 +IEVuZA== 6967 +IGJsb2c= 6968 +IEdyZWVu 6969 +0LDQtdGC0YHRjw== 6970 +cGFydA== 6971 +ZWxlcw== 6972 +5LqL 6973 +IFVuZGVy 6974 +IHBhcnRl 6975 +IDM1 6976 +IHNlY3Rvcg== 6977 +IFNlcHQ= 6978 +IGF1dGg= 6979 +4K6u 6980 +b21pbg== 6981 +IGNsaWVudHM= 6982 +IGNp 6983 +IEZyaWRheQ== 6984 +ZXJhcw== 6985 +IHR3ZQ== 6986 +dWxhdGVk 6987 +IGN1bHR1cmFs 6988 +INGB0LLQvg== 6989 +IOuNlA== 6990 +IMO6 6991 +IHBhcmNl 6992 +4K6y 6993 +IHRyYWRpdGlvbg== 6994 +IGp1ZGdl 6995 +IEdlbmVyYWw= 6996 +IGRldGVybWluZQ== 6997 +IElzbg== 6998 +IFBM 6999 +bmVhdGg= 7000 +IG1hdHRlcnM= 7001 +7ZW07A== 7002 +IV0= 7003 +0LDRhQ== 7004 +IHBvb2w= 7005 +IHZhcmlhYmxl 7006 +IHZhY2NpbmU= 7007 +IGNhdXNlZA== 7008 +IHdlc3Q= 7009 +IFllcA== 7010 +ZmFzdA== 7011 +IHBoaWxvcw== 7012 +aG9yYQ== 7013 +IGNvbnRpbnVlZA== 7014 +IHVuZm9ydHVuYXRlbHk= 7015 +44GN 7016 +5pU= 7017 +IGZsaWdodA== 7018 +IHdyYXA= 7019 +IGh1aA== 7020 +IEFic29sdXRlbHk= 7021 +IHBpbms= 7022 +IHJlbWFpbnM= 7023 +IG7DqQ== 7024 +IGZsZQ== 7025 +IFNvbA== 7026 +IGxvc2luZw== 7027 +IGFsZ29yaXRo 7028 +IHJlcXVpcmVz 7029 +IGZvdW5kYXRpb24= 7030 +IEJ1cg== 7031 +IHByb2Zlc3Npb24= 7032 +IE1pZA== 7033 +IOutkA== 7034 +Y2Fu 7035 +IE1pbA== 7036 +IHlvdW5nZXI= 7037 +IGFwcGVhcnM= 7038 +dGVybQ== 7039 +7ZWY6rOg 7040 +YWNsZQ== 7041 +IExvbmRvbg== 7042 +IGVuZ2luZWVyaW5n 7043 +4Lii 7044 +IGFkdmVudA== 7045 +7IS47JqU 7046 +IOq4sA== 7047 +IE1hag== 7048 +0YDQtdC8 7049 +aW5ndQ== 7050 +IFVL 7051 +dXJv 7052 +c3Bl 7053 +IHRlbnQ= 7054 +IHJlcG9ydGVk 7055 +IEFM 7056 +SGV5 7057 +IOunkA== 7058 +IGRlbnQ= 7059 +IEF1c3RyYWxpYQ== 7060 +IEphbnVhcnk= 7061 +s7Q= 7062 +YWd1ZXM= 7063 +YXJzaA== 7064 +cmln 7065 +IHRpZW5l 7066 +4Lij 7067 +zq4= 7068 +IG1hY2hlbg== 7069 +dW50ZQ== 7070 +0YPRgQ== 7071 +IGVsZWN0cg== 7072 +IHR1dG9yaWFs 7073 +IHBsYWNlZA== 7074 +IOydtOqxsA== 7075 +IENvdW5jaWw= 7076 +7ZaI 7077 +sOumrA== 7078 +YWhyZW4= 7079 +IOq3uOuemA== 7080 +IHByb3Zl 7081 +Zm9s 7082 +IHF1ZXI= 7083 +IGNoZWFw 7084 +IEZhdGhlcg== 7085 +IFBvd2Vy 7086 +k5w= 7087 +IHB1cnM= 7088 +IGVzcA== 7089 +IEJyZQ== 7090 +6riw6w== 7091 +b21hcw== 7092 +5oOz 7093 +0LjQu9GM 7094 +IGdlaHQ= 7095 +b3N0ZXI= 7096 +6rO8 7097 +IGZpbGVz 7098 +INCn 7099 +YmVsbA== 7100 +IHdob20= 7101 +IOuY 7102 +IGV4Y2VsbGVudA== 7103 +IGRhdGFi 7104 +IGfDtg== 7105 +IOynhOynnA== 7106 +IGJlbGllZg== 7107 +amV0 7108 +IGphY2s= 7109 +IHN3aW0= 7110 +cmlhbA== 7111 +dW1pbg== 7112 +YXVj 7113 +IHNvbGw= 7114 +IGVzc2VudGlhbA== 7115 +7ZWY64qU 7116 +IGV2b2w= 7117 +Y2hhZnQ= 7118 +YWluZQ== 7119 +dGhsZXQ= 7120 +IGluY29y 7121 +IHJlcG9ydHM= 7122 +IGRlZmluaXRpb24= 7123 +a2Vs 7124 +IGNpcmN1bQ== 7125 +IHByb2R1Y2Vk 7126 +INeb 7127 +YW50aWM= 7128 +bmV0 7129 +IGF3YXJk 7130 +IGR1cmNo 7131 +IHRyYW5zcA== 7132 +IG1hbGU= 7133 +pqzr 7134 +IG1vb24= 7135 +IEdlb3JnZQ== 7136 +IGZseWluZw== 7137 +acOz 7138 +IHNvdXJjZXM= 7139 +IHBsZW50eQ== 7140 +IERlbW9jcg== 7141 +Uk8= 7142 +IDAw 7143 +IHNlY3VyZQ== 7144 +IEJpcg== 7145 +cmFpbg== 7146 +IHp1cg== 7147 +IGVmZmljaWVudA== 7148 +IHJlcGVhdA== 7149 +IG1ldGhvZHM= 7150 +IGNhbG0= 7151 +IGRpc2N1c3NlZA== 7152 +IOyeiOuKlA== 7153 +IHNlcnZlcg== 7154 +YW5pZQ== 7155 +IEluc3RlYWQ= 7156 +IGlkZWFs 7157 +IGNvbnZlbg== 7158 +IGhvcGluZw== 7159 +IFRvcg== 7160 +IGRlcHRo 7161 +IGhlYXZlbg== 7162 +RU5DRQ== 7163 +IGhhYml0 7164 +Z3JhZA== 7165 +IGZsYWc= 7166 +IGluZQ== 7167 +IGto 7168 +IExJ 7169 +IGZhY2luZw== 7170 +IEFV 7171 +IFRpbQ== 7172 +IGdlbQ== 7173 +IEp1bA== 7174 +IGVsYQ== 7175 +aXp6YQ== 7176 +IGZlbGxvdw== 7177 +IHF1ZWw= 7178 +IHNwb2tl 7179 +IGNpdGl6ZW5z 7180 +dWdl 7181 +6YO9 7182 +IHBhZ2Vz 7183 +IGZhc2M= 7184 +IHJlbGlnaW91cw== 7185 +YXRlbg== 7186 +IGNoYXB0ZXI= 7187 +IFZhbA== 7188 +IGNvbnN1bHQ= 7189 +IE1pbGw= 7190 +Z2w= 7191 +b3Blcg== 7192 +IGluZmlu 7193 +IG1hcnJpYWdl 7194 +IG1lZGljaW5l 7195 +INC00LI= 7196 +IGRvZ3M= 7197 +IGluc3RydW1lbnQ= 7198 +IEV4YWN0 7199 +w6Fu 7200 +IDIwMjE= 7201 +IGZlcg== 7202 +IHdlYWx0aA== 7203 +IGdyYWRl 7204 +0YvRhQ== 7205 +IGNyaW1l 7206 +IHRocmVhZA== 7207 +IGVzc2E= 7208 +IHdpbmU= 7209 +Y29ob2w= 7210 +cGhh 7211 +4LiH 7212 +b2d1ZQ== 7213 +IGluc3VyYW5jZQ== 7214 +YXJyYXRvcg== 7215 +IFNlcHRlbWJlcg== 7216 +IHZpZA== 7217 +IFNwaXJpdA== 7218 +IGdlc3Q= 7219 +IFJ1c3NpYW4= 7220 +IHByb3BlcnRpZXM= 7221 +IGFydGljbGU= 7222 +IHVuZGVybmVhdGg= 7223 +eWVy 7224 +IGpvaW50 7225 +IHJlbGF0aXZlbHk= 7226 +IGluY2g= 7227 +IGRlc3BpdGU= 7228 +IEdyZWU= 7229 +IGNsYXNzaWM= 7230 +IHN1cHBvcnRpbmc= 7231 +IGluc3RydWN0 7232 +bHVzaXZl 7233 +IGRpYWdu 7234 +5oo= 7235 +IGFkbWluaXN0cmF0aW9u 7236 +0LDQsdC+0YI= 7237 +IE9wZW4= 7238 +5omA5Lul 7239 +INC/0L7Qug== 7240 +IGRvbGxhcg== 7241 +IGNvbnNlcXU= 7242 +b2Jlcg== 7243 +IEdlcm1hbnk= 7244 +IHRlcnI= 7245 +IFFV 7246 +INCT 7247 +574= 7248 +IHN0cm9uZ2Vy 7249 +yZk= 7250 +INmK 7251 +IGlQaG9uZQ== 7252 +IGZhYnJpYw== 7253 +w7xo 7254 +IGVuZW0= 7255 +5q8= 7256 +IHN1YnQ= 7257 +RUU= 7258 +b25kZQ== 7259 +IGNyZXc= 7260 +IHJlbW92ZWQ= 7261 +IGxhZHk= 7262 +IHBvdGVudGlhbGx5 7263 +INCd0L4= 7264 +eWFs 7265 +IHN5bXB0 7266 +IGFybXk= 7267 +IGludHJvZHVjZWQ= 7268 +dGVz 7269 +IGFzcGVjdHM= 7270 +MTQ= 7271 +IExvdQ== 7272 +ICk= 7273 +IGRlcGxveQ== 7274 +cGV0 7275 +IGhhbg== 7276 +IFdhdGNo 7277 +IHdlYXBvbnM= 7278 +IHBoZW4= 7279 +IHJlZ2lzdGVy 7280 +IGVpbmZhY2g= 7281 +IHNwb3J0 7282 +IGJyaWRnZQ== 7283 +IGlubmVy 7284 +IG1pbmltdW0= 7285 +IHdpdG5lc3M= 7286 +IGVzbw== 7287 +IHZpbGxhZ2U= 7288 +IG93bmVy 7289 +pqzqs6A= 7290 +IHNjcmVhbQ== 7291 +aWxlZA== 7292 +IHBpdGNo 7293 +YnJ1 7294 +IGFkdmFuY2U= 7295 +5LiN5piv 7296 +IHN1cHBvc2U= 7297 +IEF0dA== 7298 +0LXRgtGB0Y8= 7299 +IGRpZmZlcmVuY2Vz 7300 +YWtlZA== 7301 +IGludGVycHJldA== 7302 +w6Y= 7303 +aWVuZG8= 7304 +IGFic29s 7305 +INCx0YPQtNC10YI= 7306 +IOuy 7307 +IHRyaWFs 7308 +IHRoaW5rcw== 7309 +bHlpbmc= 7310 +Y2VwdGlvbg== 7311 +IEFmcmljYW4= 7312 +IGNoZW1pY2Fs 7313 +IHRhcGU= 7314 +IGNvbnZlcnNhdGlvbnM= 7315 +IGRpc3RyaWJ1dGlvbg== 7316 +dGk= 7317 +IEFJ 7318 +IGZsYXNo 7319 +IHVuZGVyc3Rvb2Q= 7320 +IEdvdmVybm1lbnQ= 7321 +5bCP 7322 +IT8= 7323 +IFNr 7324 +6rGw6w== 7325 +cmllcg== 7326 +VFM= 7327 +IEFjY29yZGluZw== 7328 +0Y7Rgg== 7329 +IHNwb25z 7330 +0YLQvtCx0Ys= 7331 +IHZhbHU= 7332 +ZXJlbQ== 7333 +aWNodGln 7334 +IHJlc2lzdGFuY2U= 7335 +IEdhbA== 7336 +Z2VyeQ== 7337 +IGJlZ2lucw== 7338 +IGFkdmFuY2Vk 7339 +IHJlbGV2YW50 7340 +IHBvbGl0aWNz 7341 +IEZhbQ== 7342 +IMOnb2s= 7343 +IE5ldmVy 7344 +aWxsaW5n 7345 +IGZvb3RiYWxs 7346 +0LjQuA== 7347 +IElE 7348 +IEFmcmljYQ== 7349 +IGZpbmdlcnM= 7350 +INCx0L7Qu9GM 7351 +IMOh 7352 +IGNsaXA= 7353 +IExhdA== 7354 +44KE 7355 +IOyngOq4iA== 7356 +ZXNzZQ== 7357 +IHZvb3I= 7358 +IGFzaWRl 7359 +5p4= 7360 +IHRvd2FyZA== 7361 +IGJhdA== 7362 +IHZhbGlk 7363 +IE1lbnM= 7364 +IGNvbXBsZXRlZA== 7365 +xLHEnw== 7366 +IHBvZGNhc3Q= 7367 +IEJvbg== 7368 +25I= 7369 +IEp1bHk= 7370 +aWxh 7371 +IHBhY2thZ2U= 7372 +IHB1bGxlZA== 7373 +Y2hhcg== 7374 +IE1lbA== 7375 +b2lz 7376 +IHNvdXRo 7377 +IOuU 7378 +IGltcG9ydGFuY2U= 7379 +IHB1c2hpbmc= 7380 +IGlzb2w= 7381 +IHN0YW5kcw== 7382 +Y2lsbA== 7383 +5Lw= 7384 +IPCf 7385 +b3Jp 7386 +6rCB 7387 +IGhvbWVz 7388 +IGNvbmNlcm5z 7389 +IGJpeg== 7390 +5b0= 7391 +Ymll 7392 +IGJpcw== 7393 +IGdlYXI= 7394 +IE1T 7395 +IGh1bg== 7396 +IE1hdHQ= 7397 +4bqj 7398 +c2V5 7399 +IFNlY3JldA== 7400 +IG9kZA== 7401 +IE1heA== 7402 +b2xseQ== 7403 +Zm9yZA== 7404 +IFNI 7405 +IHJlcGxhY2U= 7406 +IG5hdmln 7407 +IGluaQ== 7408 +0LjRjw== 7409 +IGdpYW50 7410 +IG1hbmQ= 7411 +IEhhcHA= 7412 +VElPTg== 7413 +Z3Vu 7414 +aWFtbw== 7415 +7J6F64uI64uk 7416 +IGdhcA== 7417 +IMOqdHJl 7418 +IGNsYXNzcm9vbQ== 7419 +IGh5cA== 7420 +YWtp 7421 +6K4= 7422 +aXN0ZXJz 7423 +YWNrcw== 7424 +INGB0L4= 7425 +IGJ1Zw== 7426 +IGdyYXY= 7427 +YW1pbg== 7428 +IGV2ZXJ5ZGF5 7429 +IOyhsA== 7430 +IGdhcmRlbg== 7431 +Y2VtYmVy 7432 +IGVzdG8= 7433 +5ZeO 7434 +2Kw= 7435 +n7A= 7436 +5YE= 7437 +IHJvbQ== 7438 +IOygnOqwgA== 7439 +IGZhbGxpbmc= 7440 +IGZhdWx0 7441 +ZWxseQ== 7442 +IGNoZXN0 7443 +INC70Lg= 7444 +IHBvdGF0bw== 7445 +IGJ1aWxkaW5ncw== 7446 +IG9wZXJhdGluZw== 7447 +IHBhcmU= 7448 +d3I= 7449 +RG9u 7450 +IEZvdXI= 7451 +IHZ1bA== 7452 +IGzDoQ== 7453 +IGZydXN0 7454 +IERhbm4= 7455 +b2xlcw== 7456 +bnlh 7457 +IOy2 7458 +INGA0LDRgQ== 7459 +15s= 7460 +IGHDrQ== 7461 +d29yZA== 7462 +IHdlYXBvbg== 7463 +IG9idA== 7464 +IEZhbGw= 7465 +IFN0ZXZl 7466 +IG1peGVk 7467 +IHBvZGU= 7468 +IEFT 7469 +IExlZw== 7470 +IGRlc2M= 7471 +IHNwbGl0 7472 +IGVtZXJnZW5jeQ== 7473 +IFNpbmc= 7474 +IHByb2ZpdA== 7475 +IHR5cGljYWw= 7476 +IERvbmM= 7477 +IGFubm91bmNl 7478 +IFRleA== 7479 +IHNhY3I= 7480 +dGVybmFs 7481 +IGNvbW1pdHRlZQ== 7482 +aWdv 7483 +IGRpYW0= 7484 +cGhhcw== 7485 +IGRlZmU= 7486 +IFByb2Zlc3M= 7487 +IGRlY2w= 7488 +0YPRgA== 7489 +MjI= 7490 +b2xm 7491 +IE1vbmQ= 7492 +dXk= 7493 +IGF5 7494 +IGxlbQ== 7495 +IGxvdmVseQ== 7496 +IENvdWxk 7497 +IGd1YXI= 7498 +SEg= 7499 +IGNhcmVmdWxseQ== 7500 +IExpc3Rlbg== 7501 +INC60YA= 7502 +IHlvdXRo 7503 +IFRoZXJlZm9yZQ== 7504 +IGRyZWFtcw== 7505 +IEplZmY= 7506 +P10= 7507 +IOuI 7508 +REE= 7509 +IGJvZGllcw== 7510 +YXV4 7511 +IHRlY2huaXF1ZXM= 7512 +IG1lY2hhbmlzbQ== 7513 +15M= 7514 +INC+0L3QuA== 7515 +IGRlc2lyZQ== 7516 +w64= 7517 +IFZv 7518 +cXVlcw== 7519 +INGD0LbQtQ== 7520 +IFdob2E= 7521 +IEdhbWU= 7522 +IGhhbA== 7523 +YW5pc2g= 7524 +IHByYWN0aWNlcw== 7525 +NTAw 7526 +IHNvcnRz 7527 +dXBz 7528 +YXRlZnVs 7529 +IGhlcnNlbGY= 7530 +IGd1aXRhcg== 7531 +IHByb3Bvcw== 7532 +IHNpdGVz 7533 +IGJlYWNo 7534 +INei 7535 +56ys 7536 +0L3Rgw== 7537 +IGRyYW0= 7538 +IE5vdmU= 7539 +VkU= 7540 +cmFudA== 7541 +IHBsb3Q= 7542 +IOyXrOq4sA== 7543 +IENh 7544 +IGVzdGFibGlzaGVk 7545 +IDIwMTU= 7546 +IGluc3BpcmVk 7547 +IGFubm91bmNlZA== 7548 +5Liq 7549 +INGC0YA= 7550 +IDI2 7551 +IHZveQ== 7552 +IHRlY2g= 7553 +7KCB 7554 +IHByb2Nlc3Nlcw== 7555 +b250bw== 7556 +IFBhbg== 7557 +IHJhcGlk 7558 +aXN0YW4= 7559 +IDE5Nw== 7560 +IHJlbGlnaW9u 7561 +IDI4 7562 +IHNtaWxl 7563 +IGJhYg== 7564 +INqp 7565 +IFZpcg== 7566 +IHNjaGVkdWxl 7567 +IGV4ZWN1dA== 7568 +IHByb24= 7569 +0Y0= 7570 +INCd0YM= 7571 +bXVzaWM= 7572 +7JuQ 7573 +IGdhbg== 7574 +7Iug 7575 +IGRlZmF1bHQ= 7576 +IGJlbQ== 7577 +2Yk= 7578 +IGZvcmNlZA== 7579 +IE9idmlvdXNseQ== 7580 +IHN0b25l 7581 +IHRpZQ== 7582 +IGRyaW5raW5n 7583 +IHNlcnZlZA== 7584 +Q2F1c2U= 7585 +IGNvbmZlcmVuY2U= 7586 +IEV4YWN0bHk= 7587 +44OI 7588 +oJw= 7589 +7JmA 7590 +IFJh 7591 +IGZha2U= 7592 +IGRpZmY= 7593 +44Gp 7594 +IGNoYWxsZW5naW5n 7595 +IOykkQ== 7596 +z4c= 7597 +5LuA6bq8 7598 +IGludGVsbGlnZW5jZQ== 7599 +cmV0ZQ== 7600 +IHN0dWR5aW5n 7601 +IGFwcG9pbnQ= 7602 +IHRhbg== 7603 +INC40Lw= 7604 +IGN1cnZl 7605 +IFRlYW0= 7606 +IEF6 7607 +INC30LQ= 7608 +IE11c2lj 7609 +ZmllbGQ= 7610 +aXJhdGlvbg== 7611 +IGZhaWxlZA== 7612 +IG5vdmVs 7613 +IGRpZmZlcmVudGx5 7614 +IGVzY2FwZQ== 7615 +IFlv 7616 +IE9jdG9iZXI= 7617 +xLF5b3I= 7618 +IGRlc2NyaWJlZA== 7619 +IGNvbnZlcnQ= 7620 +YWNlbWVudA== 7621 +IGhvdGVs 7622 +aXNhdGlvbg== 7623 +IHN1aXM= 7624 +44GR 7625 +5a2Q 7626 +5oCO 7627 +IHdhbGtlZA== 7628 +MjAw 7629 +IG5laWdoYm9yaG9vZA== 7630 +aXNw 7631 +IExvcw== 7632 +IGhpZGRlbg== 7633 +IDI3 7634 +0LvQtQ== 7635 +IHBocg== 7636 +IElzbGFuZA== 7637 +IFN0cmVldA== 7638 +ZW5kYQ== 7639 +aGlwcw== 7640 +b3N1cmU= 7641 +IGRlZmluZWQ= 7642 +4Lin 7643 +IHZpZGE= 7644 +IGxhYmVs 7645 +IEV2ZXJ5Ym9keQ== 7646 +IGpva2U= 7647 +aWFv 7648 +2KfZhg== 7649 +IGF0aGxldA== 7650 +Li4uIg== 7651 +IEZpcmU= 7652 +RG8= 7653 +IGRlZmVuc2U= 7654 +IGVudGVydGFpbg== 7655 +w6F0 7656 +IHBvbGljaWVz 7657 +IGFsY29ob2w= 7658 +IEVuZ2luZQ== 7659 +IGdhbA== 7660 +IEp1ZA== 7661 +IHZvbHVudGU= 7662 +aWNrcw== 7663 +ZXRh 7664 +YWd0 7665 +INeV 7666 +IG3Dtg== 7667 +MTM= 7668 +IGVuY291bg== 7669 +IGVo 7670 +IG9yYW5nZQ== 7671 +IGFic29y 7672 +IHNwYWNlcw== 7673 +IE5vdmVtYmVy 7674 +6rWs 7675 +aWF0 7676 +IHRhbQ== 7677 +Y2tub3c= 7678 +IHN0b3Jt 7679 +IERpcmVjdG9y 7680 +IHByZWdu 7681 +IOydvA== 7682 +INC+0L8= 7683 +IHJlc291cmNl 7684 +IGJhcmQ= 7685 +bmV3 7686 +IERlY2VtYmVy 7687 +dWl0cw== 7688 +IHdlaWw= 7689 +IGNvbnN0cnVjdA== 7690 +c2k= 7691 +bmlj 7692 +IGZsb3Vy 7693 +IHJlc3RyaWN0 7694 +w7x0 7695 +IGVudGlyZWx5 7696 +IGJyZWFraW5n 7697 +ZW50bGljaA== 7698 +IHR3ZW50eQ== 7699 +IGNhdXNlcw== 7700 +IGVsZXY= 7701 +IFNwcg== 7702 +IEludGVybmV0 7703 +IGtpc3M= 7704 +IG9wZXJhdGlvbnM= 7705 +c3p5 7706 +IOuK 7707 +IHNjaWVudGlzdHM= 7708 +IGdyb3du 7709 +IG93bmVycw== 7710 +b3V0cw== 7711 +IGNvdXJzZXM= 7712 +IHVzdWFs 7713 +IGlubg== 7714 +IHRyYW5zbQ== 7715 +w7Fv 7716 +IG51ZXN0 7717 +0LrQvtCy 7718 +IGNhdGVnb3J5 7719 +IExpZmU= 7720 +IFBsdXM= 7721 +IGF0bW9z 7722 +d2hpbGU= 7723 +IHJlY29yZHM= 7724 +IGRlxJ8= 7725 +64uk6rOg 7726 +IOyCrOue 7727 +IHJlcXVpcmVtZW50cw== 7728 +aW5u 7729 +IGltbWln 7730 +IGRlZXBlcg== 7731 +57Q= 7732 +IGFwcHM= 7733 +IGNvbGxlYWd1ZXM= 7734 +xbx5 7735 +IG9mZmVycw== 7736 +IHTDoQ== 7737 +IGNvbHVtbg== 7738 +bGF1ZA== 7739 +SVI= 7740 +IE1z 7741 +IGV4Y2hhbmdl 7742 +bGFz 7743 +IExhdw== 7744 +IEpvbg== 7745 +aXNzZQ== 7746 +cm9nZW4= 7747 +IG1vaQ== 7748 +15c= 7749 +IHNlbmRpbmc= 7750 +IGhlbGxv 7751 +0LXQtQ== 7752 +xZvEhw== 7753 +IHN1Y2NlZWQ= 7754 +IHN1ZmZlcmluZw== 7755 +IGFkdmVydA== 7756 +IOyjvA== 7757 +55+l6YGT 7758 +IHJlY28= 7759 +xLFuxLE= 7760 +INC60L7QvA== 7761 +YWxsZXk= 7762 +IGZhaWx1cmU= 7763 +aWVq 7764 +IOuVjA== 7765 +IGRydWdz 7766 +IGN1YW5kbw== 7767 +IOyWtOuW 7768 +IEFib3V0 7769 +IHF1YW5kbw== 7770 +OTA= 7771 +IEZlZA== 7772 +MTc= 7773 +U2g= 7774 +aW5obw== 7775 +IFN1bmRheQ== 7776 +IFBoaWw= 7777 +IGFjYWRlbWlj 7778 +IEluYw== 7779 +IG1haW50ZW4= 7780 +5Ye6 7781 +IHJld2FyZA== 7782 +ZXJk 7783 +IGNvbW1pdHRlZA== 7784 +7Iqk 7785 +0LPRgA== 7786 +IHN0YW5kYXJkcw== 7787 +IGthbA== 7788 +IGludGVudGlvbg== 7789 +IFpo 7790 +IGFja25vdw== 7791 +5L8= 7792 +ID09PQ== 7793 +b2d5 7794 +5ac= 7795 +IGZpbG1z 7796 +aXNr 7797 +IHRlZXRo 7798 +IHN0cnVnZ2xl 7799 +cmQ= 7800 +dWVu 7801 +IGRpc3M= 7802 +IERhcg== 7803 +YW15 7804 +IGVuZW1pZXM= 7805 +IHZlbG9j 7806 +IENhbGw= 7807 +dW1icw== 7808 +0LjRgtC10LvRjA== 7809 +IG9jZWFu 7810 +w6lk 7811 +7Jqw 7812 +IHRyZW0= 7813 +aWVudG8= 7814 +0LXRiNGM 7815 +ZmZpY2llbnQ= 7816 +IGJvdHRsZQ== 7817 +IGluc3RpdHV0aW9u 7818 +ZXN0eQ== 7819 +IEhhbg== 7820 +aGFi 7821 +64qY 7822 +IGFycmVzdA== 7823 +6YKE 7824 +IGxldHRlcnM= 7825 +b3VuY2U= 7826 +7Yw= 7827 +QW4= 7828 +IGNyZWF0ZXM= 7829 +IGNsb2Nr 7830 +IGRlYnQ= 7831 +IGFuY2llbnQ= 7832 +aWZpY2F0aW9ucw== 7833 +Z2k= 7834 +QnV0 7835 +IFR1 7836 +a2w= 7837 +IGJvcmRlcg== 7838 +IG9vaw== 7839 +IEJheQ== 7840 +ZXN0YQ== 7841 +IOuztOw= 7842 +IHdyYQ== 7843 +cHJlbmU= 7844 +IOqyjA== 7845 +YW5nbGU= 7846 +IGJlbGlldmVk 7847 +aWVuY3k= 7848 +YWth 7849 +IGNyaXRpYw== 7850 +IGJvbWI= 7851 +IGhhbQ== 7852 +INCb 7853 +6rWt 7854 +IEd1eXM= 7855 +cm9zb2Z0 7856 +IGNyaW0= 7857 +ZXRjaA== 7858 +QVJS 7859 +IHNpZ2h0 7860 +0LjQvdCw 7861 +IGFpbg== 7862 +4buR 7863 +aXNjaGU= 7864 +IGF1eA== 7865 +IG51bWVy 7866 +IHN1cnZpdmU= 7867 +QWxs 7868 +QkM= 7869 +IHN6 7870 +n6zr 7871 +IGphbQ== 7872 +IENvdXJ0 7873 +IGFsbGVz 7874 +IHRyaWdnZXI= 7875 +0J4= 7876 +IGZvcm1hdA== 7877 +IGRlY2FkZXM= 7878 +IGNlcw== 7879 +IHNpZ25z 7880 +IHJvYm90 7881 +IENodXJjaA== 7882 +IGF6 7883 +IHNvdXA= 7884 +IFRleGFz 7885 +dXRlbg== 7886 +INGH0YLQvtCx0Ys= 7887 +IG5laWdoYg== 7888 +lteU 7889 +IGNvbW11bmljYXRl 7890 +xaE= 7891 +IGVsaW1pbg== 7892 +IGZyZXF1ZW5jeQ== 7893 +aGVybg== 7894 +aWRvcw== 7895 +IGVtcGhhcw== 7896 +IG1lc3NhZ2Vz 7897 +IGdlbmRlcg== 7898 +IFdlbm4= 7899 +INCy0L4= 7900 +IHByaWNlcw== 7901 +b2xv 7902 +INC/0L7QvQ== 7903 +d2luZw== 7904 +IEZpbA== 7905 +0LDQtdC8 7906 +IEN1cg== 7907 +IGZhbHNl 7908 +IGZpZWxkcw== 7909 +IHPDqQ== 7910 +MjQ= 7911 +IG1hYw== 7912 +dcWf 7913 +IGxheWVycw== 7914 +IGFkdm9j 7915 +d2Fu 7916 +IGthcg== 7917 +IMWe 7918 +IGRlY29y 7919 +IHdhbGxz 7920 +b2U= 7921 +aXNzaW9ucw== 7922 +IHJlc29s 7923 +16I= 7924 +IENhcm9s 7925 +IFZpZGU= 7926 +bGVlcA== 7927 +IFlPVQ== 7928 +IGZsaXA= 7929 +IHN1cmdlcnk= 7930 +IGNob3A= 7931 +VVI= 7932 +Liw= 7933 +IGFnZW5jeQ== 7934 +IHdhbnRpbmc= 7935 +IHNvbGFy 7936 +IGhvcml6 7937 +IEFkYW0= 7938 +IHN0YXlpbmc= 7939 +b2xpYw== 7940 +IGdyYXRlZnVs 7941 +IHJlbWFyaw== 7942 +IHRlY2hub2xvZ2llcw== 7943 +IHByb3RlaW4= 7944 +5b+D 7945 +0LTQtdC7 7946 +IE1vbnQ= 7947 +IHNob3VsZGVy 7948 +IHph 7949 +cmV5 7950 +IE9vaA== 7951 +IHN0eQ== 7952 +aWNhcg== 7953 +0L7RgtGA 7954 +IHJvdXRl 7955 +IFR1cm4= 7956 +IGJvbQ== 7957 +IGRlYmF0ZQ== 7958 +IHBvc3NpYmlsaXR5 7959 +IO2VtOw= 7960 +YXBh 7961 +IGludmVudA== 7962 +w7xybGljaA== 7963 +IHByb2ZpbGU= 7964 +IHNlbmlvcg== 7965 +cHB5 7966 +dmFz 7967 +IG11bmRv 7968 +YXRldmVy 7969 +IGFwcGFyZW50bHk= 7970 +ZW5lcg== 7971 +15A= 7972 +560= 7973 +IHByZWNpcw== 7974 +IGFsaWdu 7975 +IGtuaWZl 7976 +IFJvYmVydA== 7977 +5Ys= 7978 +IGZvb2w= 7979 +IGludml0ZQ== 7980 +dXNpbmc= 7981 +IGNpcmN1bXN0 7982 +IGNhcHR1cmU= 7983 +IGRvdWdo 7984 +IFNhbmQ= 7985 +IHNldQ== 7986 +IE5ld3M= 7987 +IGJpdGU= 7988 +IG5ldXQ= 7989 +d2lkZQ== 7990 +IGxlY3R1cmU= 7991 +IOuYkA== 7992 +IG9yaWdpbmFsbHk= 7993 +IGNob2ljZXM= 7994 +IEdhcg== 7995 +IHZlcnNl 7996 +IGxpdA== 7997 +IDE5Ng== 7998 +7ZWg 7999 +IG1lYXN1cmVz 8000 +w6fDtWVz 8001 +d2F0ZXI= 8002 +cml2ZQ== 8003 +IHppam4= 8004 +7YE= 8005 +IEJ1cw== 8006 +IGhlYg== 8007 +0LXRhQ== 8008 +IEthcg== 8009 +IE7Do28= 8010 +IGtpbGxpbmc= 8011 +4K6q 8012 +IG1pcnJvcg== 8013 +bW9k 8014 +IG1vbA== 8015 +IGNyZWF0aW9u 8016 +IGVzdGlt 8017 +IGF0bW9zcGhlcmU= 8018 +IGdhbQ== 8019 +IHRhYmxlcw== 8020 +aXNp 8021 +IExpdHRsZQ== 8022 +IHRhcw== 8023 +IEVsZQ== 8024 +w6ls 8025 +IHNjZW5lcw== 8026 +IHRvbmU= 8027 +IGFmZmVjdGVk 8028 +IEFVREk= 8029 +IEJyb3du 8030 +SWY= 8031 +INmH 8032 +IERhbmllbA== 8033 +55yf55qE 8034 +cXVlcg== 8035 +Y2hp 8036 +7ZWY6w== 8037 +IG1pc3Rha2Vz 8038 +IHNsYQ== 8039 +44Kk 8040 +IGVudHI= 8041 +INC10YHQu9C4 8042 +IHNob3V0 8043 +IHBvcnRpb24= 8044 +0Zc= 8045 +IHByZXZpb3VzbHk= 8046 +4buZ 8047 +INC/0YDQtdC0 8048 +0L7RgdGM 8049 +IGhlYWRz 8050 +544= 8051 +5a0= 8052 +5ZyL 8053 +IGdyYXNz 8054 +4Liw 8055 +Y3JpYmU= 8056 +IHF1w6k= 8057 +IFNwYW5pc2g= 8058 +IG9mZmVyZWQ= 8059 +INCx0YvQu9C+ 8060 +IENsb3Vk 8061 +IHZlY3Rvcg== 8062 +IEh1aA== 8063 +IGthZA== 8064 +aWZ0cw== 8065 +IM69 8066 +IGh1bmdyeQ== 8067 +0KE= 8068 +IHBhcmFsbA== 8069 +QU5E 8070 +IHbDrWRlbw== 8071 +aXp6 8072 +IG9jY3Vw 8073 +IO2U 8074 +IHNlZWs= 8075 +aGVz 8076 +IGRvb3Jz 8077 +IGhvdXNlcw== 8078 +IGNvbnNpZGVyaW5n 8079 +IGdyYWR1YXRl 8080 +IGZ1bGY= 8081 +6KGM 8082 +6KM= 8083 +IGV4dHJlbWU= 8084 +IGZsb3dlcnM= 8085 +aXRhdGU= 8086 +IFByaQ== 8087 +IGZ1bmRhbWVudGFs 8088 +0YfQsNGB 8089 +6K+0 8090 +IHRleHR1cmU= 8091 +jZg= 8092 +IEFORA== 8093 +4K6x 8094 +IFRlbQ== 8095 +IG5hZGE= 8096 +7KeE 8097 +IGNlbGVicmF0ZQ== 8098 +dW1z 8099 +IHBpbGw= 8100 +INC40LvQuA== 8101 +Z29pbmc= 8102 +IGhpcA== 8103 +IHN1cHBvcnRlZA== 8104 +IHBlcm1hbg== 8105 +IGFncmVlbWVudA== 8106 +IHR5bQ== 8107 +IOuR 8108 +k6TsnbQ= 8109 +IHB1cmNoYXNl 8110 +7ZQ= 8111 +IFBsYW4= 8112 +ZWdlbg== 8113 +IHJlY292ZXI= 8114 +UFU= 8115 +IE1pY3Jvc29mdA== 8116 +ZHVj 8117 +IGhvbGVz 8118 +IGRyb3BwZWQ= 8119 +IHBpZw== 8120 +IGVuZGluZw== 8121 +IGF0dGFja3M= 8122 +YmVj 8123 +IHJlbg== 8124 +IHJhcHA= 8125 +IOyasOumrA== 8126 +IHRlcnJvcg== 8127 +INeZ 8128 +IGVkaXQ= 8129 +IGFv 8130 +Ljwv 8131 +IDIwMDA= 8132 +IFVuaW9u 8133 +IHNjaWVudGlmaWM= 8134 +IHB1bmNo 8135 +b3J0aW9u 8136 +IHB1dHM= 8137 +IE1vbmRheQ== 8138 +IEplcg== 8139 +RUM= 8140 +IG1hdHJpeA== 8141 +IGluc3RpdHV0aW9ucw== 8142 +IG1vbnQ= 8143 +IGV4aGli 8144 +IHNwZWFrZXI= 8145 +IG1ldGVycw== 8146 +Ll0= 8147 +IHNlcnZpbmc= 8148 +IGRhdGFiYXNl 8149 +IExBVQ== 8150 +IGRhbW4= 8151 +IHBvZGVy 8152 +ISEhIQ== 8153 +IO2WiA== 8154 +IEFVRElFTkNF 8155 +IGp1bg== 8156 +IEFD 8157 +IEl0YWw= 8158 +c2Vj 8159 +IFlvdW5n 8160 +cnVjaw== 8161 +b3V2ZQ== 8162 +4LiE 8163 +54g= 8164 +IOunjOs= 8165 +YWRpbmc= 8166 +dXJhdGlvbg== 8167 +IFBT 8168 +0Jo= 8169 +IFVuZg== 8170 +6IE= 8171 +b3JpYQ== 8172 +IG1hbmlm 8173 +IHNlbnRlbmNl 8174 +IHNpZ25lZA== 8175 +QlM= 8176 +IHByb29m 8177 +IE11c2xpbQ== 8178 +IG51Y2xlYXI= 8179 +INCz0L7QstC+0YA= 8180 +IHdvbGw= 8181 +IGZhdm91cg== 8182 +IFdI 8183 +IHZ1bG5lcg== 8184 +IGNsb3NlbHk= 8185 +IGluZGV4 8186 +0YLQtdGA 8187 +YWNoZWw= 8188 +IGNhcGFibGU= 8189 +IEJlcw== 8190 +IGNyb2No 8191 +ZWt0 8192 +IHNoZWV0 8193 +IHNlZXM= 8194 +IG5hdHVyYWxseQ== 8195 +IEVuZ2xhbmQ= 8196 +IHBhcnRpY2lwYXRl 8197 +IGV4aXN0cw== 8198 +IHNoYXJw 8199 +cHk= 8200 +IGJyZWFrZmFzdA== 8201 +Ym93 8202 +IHR3aXN0 8203 +56c= 8204 +aW5hdGluZw== 8205 +b3Rp 8206 +IEZvdW5k 8207 +IGRldXg= 8208 +IHNlbGVjdGVk 8209 +7KCE 8210 +b3Npcw== 8211 +IHByZXNlbnRlZA== 8212 +IGxpbmVhcg== 8213 +IOq0 8214 +IGt1bg== 8215 +6bue 8216 +w7RuZw== 8217 +IGLEmWQ= 8218 +IHRlbXBvcg== 8219 +IGNhYmxl 8220 +INC/0YDQvtGB0YLQvg== 8221 +0LrQtQ== 8222 +INGC0LDQvA== 8223 +IHdpbm5pbmc= 8224 +6IO9 8225 +mOuPhA== 8226 +IDIwMTQ= 8227 +IOyXrOs= 8228 +IFVO 8229 +IENsaWNr 8230 +IHByZXBhcg== 8231 +IFRP 8232 +IHN1YQ== 8233 +IEhhbQ== 8234 +IGzDpA== 8235 +IGFic29sdXRl 8236 +IGVuZ2FnZWQ= 8237 +5aaC 8238 +IEhtbQ== 8239 +IGRhc2g= 8240 +VEE= 8241 +w7Fvcw== 8242 +IHNwbw== 8243 +55Sf 8244 +KV0= 8245 +IHRlc3RlZA== 8246 +IGJsYW5r 8247 +IHJlamVjdA== 8248 +IGFzc2lt 8249 +IHJlYXI= 8250 +IFN0cg== 8251 +IGNyYXNo 8252 +INC90LDRiA== 8253 +0LjRgtGB0Y8= 8254 +IGNvbG9u 8255 +IFVudA== 8256 +IENl 8257 +IGFjaWQ= 8258 +6Zc= 8259 +IGtpdA== 8260 +aWJpbGl0aWVz 8261 +dXRv 8262 +IHZhbHVhYmxl 8263 +bGlzdA== 8264 +IHBhcnRpZXM= 8265 +IE1t 8266 +IGNvbG91cg== 8267 +IGNoYW0= 8268 +IHN0ZWVs 8269 +IEltcA== 8270 +IGZ1bmRz 8271 +IEROQQ== 8272 +IEtlbg== 8273 +aW5kZQ== 8274 +7ZW07ISc 8275 +44OD 8276 +IEhhcHB5 8277 +IFVzZQ== 8278 +IExpZ2h0 8279 +IGxpcA== 8280 +IGF1dGhvcml0eQ== 8281 +IExvbmc= 8282 +IElyYW4= 8283 +IGVsbA== 8284 +IGNvb3JkaW4= 8285 +IHN1Ym0= 8286 +IHJlY29yZGVk 8287 +0YPRiA== 8288 +IGRlbHRh 8289 +IHJlZm9ybQ== 8290 +IFN0aWxs 8291 +IG9wcG9u 8292 +IGFsbG93aW5n 8293 +IHBhdHRlcm5z 8294 +IGxldHRpbmc= 8295 +IHNsZWVwaW5n 8296 +T2theQ== 8297 +IHBpenph 8298 +IMWb 8299 +INC00L7Quw== 8300 +IHRhbGVudA== 8301 +ZW5zaW9ucw== 8302 +IGVudmlyb25tZW50YWw= 8303 +IHByb2Zlc3Nvcg== 8304 +IHNob3Rz 8305 +IGNvbnRhaW5z 8306 +dWdhcg== 8307 +eW8= 8308 +j5k= 8309 +IHNlcXVlbmNl 8310 +zrnOsQ== 8311 +YWRlcg== 8312 +6aA= 8313 +0LDRhw== 8314 +2YbYpw== 8315 +IElr 8316 +IHRvdXM= 8317 +dXJpZXM= 8318 +IHBvdW5kcw== 8319 +IGV4dGVybmFs 8320 +aW1lbnRz 8321 +IHZyYWltZW50 8322 +7Iuk 8323 +IGhhcHBpbmVzcw== 8324 +IHByemU= 8325 +ZXN0aWM= 8326 +IGVzdGFibGlzaA== 8327 +IEZsb3I= 8328 +IHJpZw== 8329 +IGhvbmV5 8330 +IHB1bA== 8331 +IHN5bXB0b21z 8332 +IGJyb3dz 8333 +0LXQu9C4 8334 +IM+Ezr8= 8335 +IHNoaXJ0 8336 +IFRlY2hu 8337 +IFByb2dyYW0= 8338 +0LXQvNGD 8339 +IHVwc2V0 8340 +IGd1ZXN0 8341 +YnVyZw== 8342 +IHVubGlrZQ== 8343 +IHNvbWV3aGF0 8344 +IGhhbmdpbmc= 8345 +YWU= 8346 +IHJ1bQ== 8347 +IHBob3RvZ3JhcGg= 8348 +IExp 8349 +5Zue 8350 +IHN0YWJsZQ== 8351 +IHZvbHRhZ2U= 8352 +IEVsbA== 8353 +IGVudHJlcHJlbmU= 8354 +dXNlcw== 8355 +YXNzZW4= 8356 +rLg= 8357 +IOunjuydtA== 8358 +IGdob3N0 8359 +IHNhZ2Vu 8360 +IGNvbWJhdA== 8361 +IGfDtnI= 8362 +IENhcA== 8363 +IHPDo28= 8364 +IEthdA== 8365 +IGZvcm1h 8366 +IHN1bW0= 8367 +IG1hcmNo 8368 +IHZhc3Q= 8369 +w7xr 8370 +IGNvbW1pdG1lbnQ= 8371 +aW1vcw== 8372 +TGV0 8373 +IGRlZGljYXRlZA== 8374 +aXN0ZQ== 8375 +bGF5 8376 +6YCZ5qij 8377 +IHRvcGljcw== 8378 +IG1hY2hpbmVz 8379 +IFBhcmlz 8380 +IOydtOufsA== 8381 +IG1pbmk= 8382 +IG1hcmtldHM= 8383 +IGtv 8384 +zrQ= 8385 +dmlsbGU= 8386 +IGdvb2RuZXNz 8387 +IGZyYW1ld29yaw== 8388 +dWx0dXJl 8389 +IGJhc2tldA== 8390 +ZXNzYQ== 8391 +0LDRhtC4 8392 +dXN0ZXI= 8393 +IOq5 8394 +5L2G 8395 +IGV4dGVudA== 8396 +IE1lbnNjaGVu 8397 +IGNvbnNpc3RlbnQ= 8398 +IGF1dG8= 8399 +cmlw 8400 +IG1lcmU= 8401 +4K+I 8402 +0ZQ= 8403 +IGVsbGU= 8404 +jIDr 8405 +b2tlbg== 8406 +IHB1bGxpbmc= 8407 +IGNvdw== 8408 +b3V0aGVybg== 8409 +IG1lZXRpbmdz 8410 +IGNhZGE= 8411 +0L3Ri9C8 8412 +aWVudGU= 8413 +IGJhc3Q= 8414 +YW5pbmc= 8415 +IGZvY3VzaW5n 8416 +cm9hZA== 8417 +IHJvb2Y= 8418 +IFByb2Zlc3Nvcg== 8419 +IFNQ 8420 +0YDQsNC3 8421 +IG5vb2Q= 8422 +IDQwMA== 8423 +IOydtOygnA== 8424 +7J6I 8425 +IE1vdW50 8426 +0LXQudGH0LDRgQ== 8427 +INeQ 8428 +V2h5 8429 +154= 8430 +xLFuZGE= 8431 +IHBvc2l0aW9ucw== 8432 +w6htZQ== 8433 +548= 8434 +INC00YDRg9Cz 8435 +aXlvcg== 8436 +IHBhc3Npbmc= 8437 +IGFzc2VtYg== 8438 +IHNtb2tl 8439 +IHRpbA== 8440 +IG11c2V1bQ== 8441 +0JQ= 8442 +IFBlcnNvbg== 8443 +0L3QuNC8 8444 +bGVpY2g= 8445 +IGludGVudA== 8446 +IHNxdWU= 8447 +IGNyYWZ0 8448 +7IiY 8449 +b3JzdW4= 8450 +IDE1MA== 8451 +IGJyb3RoZXJz 8452 +dm9y 8453 +IFNwZWFrZXI= 8454 +aWNpYW5z 8455 +IG9mZmljZXI= 8456 +IGnDp2lu 8457 +INGC0LXQsQ== 8458 +IHNjcmF0Y2g= 8459 +IGdlbmVyYXRl 8460 +eWk= 8461 +IGVtb3Rpb25z 8462 +YXVz 8463 +7LmY 8464 +NDU= 8465 +IExpbms= 8466 +IFJlYWw= 8467 +IGF0ZQ== 8468 +INC90LDQtA== 8469 +IG5hdGl2ZQ== 8470 +4buH 8471 +xLF5 8472 +IGVub3Jt 8473 +IGJsb2Nrcw== 8474 +IGZhY2Vz 8475 +YWNj 8476 +aXZlbmVzcw== 8477 +IGluY2hlcw== 8478 +dWlz 8479 +aGVpdA== 8480 +IHN0cmVldHM= 8481 +IHByb2JhYmlsaXR5 8482 +YXNp 8483 +IGltcGw= 8484 +IOCk 8485 +dXJkYXk= 8486 +IGZhdXQ= 8487 +b215 8488 +IHBpcA== 8489 +IGlsbHVzdA== 8490 +4K6v 8491 +IEp1bg== 8492 +IGx5aW5n 8493 +OTk= 8494 +IG1lbW9yaWVz 8495 +IHByYWN0aWNhbA== 8496 +aWFuYQ== 8497 +b25jZXM= 8498 +IHZpZXdlcnM= 8499 +IFRob21hcw== 8500 +5ow= 8501 +IEdpcmw= 8502 +IFdoZXRoZXI= 8503 +IGlubm92YXRpb24= 8504 +IGRpc2FwcG9pbnQ= 8505 +TXk= 8506 +IHdpbm5lcg== 8507 +IGln 8508 +IHJhdGlv 8509 +IEJsdWU= 8510 +IFN1Yg== 8511 +IGRvY3VtZW50cw== 8512 +IGZvcm11bGE= 8513 +IOup 8514 +0Yo= 8515 +IGFwcGVhcmVk 8516 +dmFy 8517 +YW5kb24= 8518 +IHNwcmF5 8519 +bWFr 8520 +IFFVRVM= 8521 +S0U= 8522 +IHdlZGRpbmc= 8523 +UmU= 8524 +0LDRgtGM0YHRjw== 8525 +IHVubw== 8526 +IGdhbGw= 8527 +7YSw 8528 +Y2lv 8529 +Y2Vycw== 8530 +INC80L3QtQ== 8531 +IHBlcHBlcg== 8532 +44GX44Gf 8533 +IEZlYnJ1 8534 +IGFsdGVybmF0aXZl 8535 +IGZ1 8536 +IEJhc2ljYWxseQ== 8537 +IFNtaXRo 8538 +IGdhdGU= 8539 +IFRhbQ== 8540 +IFdoYXRldmVy 8541 +IGFwcHJveGlt 8542 +IGNvbmNlcnQ= 8543 +IGp1aWNl 8544 +IEVzcGVjaWFsbHk= 8545 +IGR5bmFtaWM= 8546 +UXU= 8547 +b25kZXI= 8548 +aXZlcnk= 8549 +IGJhbmc= 8550 +IHJ1bA== 8551 +IFBhcnR5 8552 +IHNjaG9sYXJz 8553 +IGNyeWluZw== 8554 +asSF 8555 +0KI= 8556 +IFFVRVNUSU9O 8557 +cmlk 8558 +IGFjY3VyYXRl 8559 +w6dv 8560 +IENvb2w= 8561 +Y29pbg== 8562 +IOyDgQ== 8563 +IEZv 8564 +IHByw7M= 8565 +IFJvbWFu 8566 +INCf0YA= 8567 +IGNoZWNraW5n 8568 +Pyc= 8569 +IGF0dGFjaGVk 8570 +IElzbGFt 8571 +IGV4cGVydHM= 8572 +16c= 8573 +IENvbnN0 8574 +0YDQsNC9 8575 +IHNoYWRvdw== 8576 +IGRlbGF5 8577 +0JI= 8578 +IG9yaWVudA== 8579 +64I= 8580 +ZWxsZW4= 8581 +IGFzw60= 8582 +0LrQuNC5 8583 +IGhpc3RvcmljYWw= 8584 +IHVuY29t 8585 +b21w 8586 +aG0= 8587 +IGJpbA== 8588 +IHBsYW5uZWQ= 8589 +IFVuZm9ydHVuYXRlbHk= 8590 +IFdpbmRvd3M= 8591 +2LQ= 8592 +IGVuY291bnRlcg== 8593 +IOyDneqwgQ== 8594 +IHJlZ2FyZGluZw== 8595 +YXJyYXNz 8596 +IHJlY292ZXJ5 8597 +IEh1cg== 8598 +IEVtcA== 8599 +IHPDrQ== 8600 +7ZWY6rKM 8601 +IGRlZmVuZA== 8602 +IGNldA== 8603 +YXNzZQ== 8604 +64uo 8605 +b2tlcw== 8606 +IHJlbW90ZQ== 8607 +INiz 8608 +IGFydHM= 8609 +aXNjbw== 8610 +YXVjb3Vw 8611 +IE1leGljbw== 8612 +INC/0L7QvA== 8613 +IGNob3Nlbg== 8614 +ZW1hdA== 8615 +b2Rpbmc= 8616 +IGZsb3dlcg== 8617 +c3RhbmRpbmc= 8618 +IEFzc29jaQ== 8619 +dW1teQ== 8620 +SUxM 8621 +IGNhbWVyYXM= 8622 +5YaN 8623 +IOaIkQ== 8624 +IEFyYWI= 8625 +IFN1bQ== 8626 +IHRlZ28= 8627 +IGNyaW1pbmFs 8628 +aWZvcm0= 8629 +IHN0YWNr 8630 +7ISx 8631 +IERvbmFsZA== 8632 +IE9sZA== 8633 +IGR1c3Q= 8634 +IEpvc2U= 8635 +IGhlbQ== 8636 +IGluY3JlYXNlcw== 8637 +b3N0YQ== 8638 +IGR5aW5n 8639 +IFJpdmVy 8640 +IG1vaXN0 8641 +0YLQvtCy 8642 +YXJlcw== 8643 +IGRpc2NpcGw= 8644 +cmFpdA== 8645 +IEhhcw== 8646 +eWdlbg== 8647 +IFRyZQ== 8648 +IOu0 8649 +IGxhbmd1YWdlcw== 8650 +IEhlbg== 8651 +IDM2 8652 +IERpc25leQ== 8653 +aW50cw== 8654 +IGFsZ28= 8655 +IGZvb2Rz 8656 +IHNldHVw 8657 +bGFu 8658 +IGVmZmVjdGl2ZWx5 8659 +IHdoZXJldmVy 8660 +5pyA 8661 +IHVudGVy 8662 +Zm9ybWF0aW9u 8663 +IGhpdHM= 8664 +IHByaW5jaXBsZQ== 8665 +IHRhc3Rlcw== 8666 +p4g= 8667 +IHRyZWF0ZWQ= 8668 +IHJlc29sdXRpb24= 8669 +IHByaXZpbGU= 8670 +IElQ 8671 +67A= 8672 +IHRlcnJpdA== 8673 +IHBvd2Vycw== 8674 +IO2D 8675 +IFZpY3Q= 8676 +IGJvdGhlcg== 8677 +IENoYWly 8678 +IG11c2NsZQ== 8679 +IHNhbGU= 8680 +IGRlY2VudA== 8681 +IGNvdXA= 8682 +IFNxdQ== 8683 +IGNvYXN0 8684 +IHJvZA== 8685 +IEZyYW5j 8686 +IGJhdGhyb29t 8687 +IHNob3BwaW5n 8688 +INC80L7QttC10YI= 8689 +IGnFnw== 8690 +IFN0YXk= 8691 +Z3JhZGU= 8692 +IGZvcm1lZA== 8693 +IGJhxZ8= 8694 +IGJyaWxs 8695 +am91cg== 8696 +7ZY= 8697 +5Zug 8698 +d2ll 8699 +aWNhdGU= 8700 +IOKAi+KAiw== 8701 +IE5vcm0= 8702 +4KU= 8703 +IG1haW5seQ== 8704 +IFNwYWNl 8705 +IHRyZW1lbmQ= 8706 +aXRp 8707 +4K61 8708 +VVQ= 8709 +TXVzaWM= 8710 +IEZlYnJ1YXJ5 8711 +IGNvbnRyYXN0 8712 +5a+5 8713 +ZXN0aW5n 8714 +IM60 8715 +aW5naW5n 8716 +INmG 8717 +c3Nlbg== 8718 +IEhvbWU= 8719 +IHNoZWxs 8720 +IEhheQ== 8721 +IGFsbGVy 8722 +IEFw 8723 +IFdlc3Rlcm4= 8724 +IFdvcmQ= 8725 +IFBMQVk= 8726 +IOuF 8727 +IEFxdQ== 8728 +IGVudHJ5 8729 +IGxhdW5jaGVk 8730 +IE1lbQ== 8731 +IFBvdXI= 8732 +IHp3ZQ== 8733 +IFNvbWVvbmU= 8734 +aW5nZQ== 8735 +IFByb2I= 8736 +bWJsZQ== 8737 +IFJlbA== 8738 +dXJ1 8739 +IHJoeQ== 8740 +IGdpZw== 8741 +IGVuZ2FnZW1lbnQ= 8742 +w7zFnw== 8743 +44KH 8744 +IG9mZmVyaW5n 8745 +d2hlbA== 8746 +IGFjdG9y 8747 +IOWwjQ== 8748 +QVBQ 8749 +d2VzdA== 8750 +IFJveQ== 8751 +IHJldHVybmVk 8752 +IHNpbHZlcg== 8753 +cmF0aW5n 8754 +IGVzdGFy 8755 +IHNrZQ== 8756 +IHRp 8757 +aWNhdGlvbg== 8758 +IGFubm95 8759 +IGRlZXBseQ== 8760 +7Jqp 8761 +IG5hdMO8cmxpY2g= 8762 +RUxM 8763 +IENhdGg= 8764 +IHJhaWw= 8765 +0L3QvtCy 8766 +IHByYXllcg== 8767 +Y29s 8768 +R0I= 8769 +INCi0LDQug== 8770 +IGdsYQ== 8771 +IFdhdGVy 8772 +0Y/RgtGM 8773 +IE5vbg== 8774 +w7R0 8775 +YWdlcnM= 8776 +IGh1Zw== 8777 +IGRvY3RvcnM= 8778 +YW5jaW5n 8779 +IFRhbGs= 8780 +emluZw== 8781 +IGhhZG4= 8782 +IGx1aQ== 8783 +IGF0w6k= 8784 +IOq3uOumrOqzoA== 8785 +6rmM7KeA 8786 +aWNp 8787 +IGluY29ycG9y 8788 +IERp 8789 +emls 8790 +YW55YQ== 8791 +qoU= 8792 +IMK7 8793 +MzU= 8794 +IGJlZXI= 8795 +IGJlYXVjb3Vw 8796 +IE1D 8797 +IGVhcnM= 8798 +b2dlbg== 8799 +IFF1ZXN0 8800 +ZWRh 8801 +5pys 8802 +IFNhdHVyZGF5 8803 +IGZhbGxz 8804 +c3Rvbg== 8805 +Ymxlcw== 8806 +IHRodXM= 8807 +IOuEpA== 8808 +4LmE 8809 +IHRoZXJt 8810 +IGRpdmVyc2l0eQ== 8811 +IHNveQ== 8812 +YXp1 8813 +aW1w 8814 +IHRlbGV2aXNpb24= 8815 +6YGO 8816 +INep15w= 8817 +IHd1cg== 8818 +IGVkZ2Vz 8819 +IGxlc3NvbnM= 8820 +IEF1ZA== 8821 +44GX44Gm 8822 +dm9pcg== 8823 +YW1lbnRv 8824 +IGV4cGxhaW5lZA== 8825 +INC+0L3QsA== 8826 +IHRlbXBz 8827 +z44= 8828 +VGhleQ== 8829 +IHN1cnByaXNpbmc= 8830 +0LDQvdC40Y8= 8831 +IERyYWc= 8832 +6Z2i 8833 +IENsZQ== 8834 +IG5hbQ== 8835 +INC70Y7QtA== 8836 +IGhhcmR3YXJl 8837 +IHRodW1icw== 8838 +IM66zrHOuQ== 8839 +IFRvcA== 8840 +IMOl 8841 +6Zk= 8842 +15XXqA== 8843 +IOq3uOuemOyEnA== 8844 +IEJ1ZGQ= 8845 +dGhlcm4= 8846 +IGludGVyZXN0cw== 8847 +2LA= 8848 +IGRldmVsb3BlcnM= 8849 +IGhpdHRpbmc= 8850 +IG9wcG9zZWQ= 8851 +IGhlYXJ0cw== 8852 +IEFuZHJvaWQ= 8853 +IEhhbmQ= 8854 +IHJlcHJlc2VudHM= 8855 +Z2xpY2g= 8856 +7Yq4 8857 +IDMy 8858 +IGRvbWlu 8859 +IEFubg== 8860 +5LiA5LiL 8861 +IMOpdMOp 8862 +IHpvb20= 8863 +IGt0w7NyZQ== 8864 +IGFkdWx0cw== 8865 +IG9yZGVyZWQ= 8866 +IHBpY2tpbmc= 8867 +IEhvbmc= 8868 +IGZpbG1pbmc= 8869 +5oCd 8870 +IHNlZWQ= 8871 +IEFU 8872 +IGNhbGN1bGF0ZQ== 8873 +INC60L7Qs9C00LA= 8874 +IE9z 8875 +aWNpdA== 8876 +IHJlbWFpbmluZw== 8877 +IHNlZ3U= 8878 +w7s= 8879 +IOyYpOuKmA== 8880 +IGFycml2ZQ== 8881 +IGNvbmdy 8882 +IGdyYW5kZQ== 8883 +IGhlYWx0aGNhcmU= 8884 +INC80L7QttC90L4= 8885 +U0E= 8886 +ZXN0ZQ== 8887 +IGF3YXJlbmVzcw== 8888 +IHNxdWFyZWQ= 8889 +eHR1cmU= 8890 +IEJlaW5n 8891 +IHNvbGRpZXJz 8892 +0YPQsQ== 8893 +IHJldm9sdXRpb24= 8894 +IHRyYWluZWQ= 8895 +ZW5kZW4= 8896 +6LA= 8897 +IGRhbmNpbmc= 8898 +IGluc3RhbGxlZA== 8899 +cHJpc2U= 8900 +IHZldGVy 8901 +IG1lbm9z 8902 +bmVsbA== 8903 +IEJyb3RoZXI= 8904 +IG51bg== 8905 +IGltcG9ydGFudGx5 8906 +YWxsZWQ= 8907 +aWHFgg== 8908 +YWJsZWQ= 8909 +IFN5c3RlbQ== 8910 +IFZvbA== 8911 +IGVsZA== 8912 +IGVtb3Rpb24= 8913 +aWNhbg== 8914 +IEJhbms= 8915 +aWtlcw== 8916 +IHZsb2c= 8917 +INCy0L7Qtw== 8918 +IHB1ZWRl 8919 +7Jik 8920 +IHRlZW4= 8921 +IHNldmVyZQ== 8922 +JSw= 8923 +IGNsZWFuaW5n 8924 +esSF 8925 +l5A= 8926 +IFRocm91Z2g= 8927 +IFNldA== 8928 +RVA= 8929 +Ij8= 8930 +IE1vdGhlcg== 8931 +IGZpZ3VyZWQ= 8932 +IG11ZA== 8933 +INGW 8934 +IE9mZmljZQ== 8935 +IHJhdw== 8936 +IGRlc3Ryb3llZA== 8937 +ZW50YQ== 8938 +IGFnZ3Jlc3M= 8939 +INC+0YE= 8940 +IOuqqOs= 8941 +w6TDpA== 8942 +IEFS 8943 +IGNvcnJlY3RseQ== 8944 +5YmN 8945 +IHN0aXI= 8946 +IGV4dHJhY3Q= 8947 +IHZlaGljbGVz 8948 +6ZaL 8949 +IFJ1bg== 8950 +INCy0YDQtdC8 8951 +IHBhcmFsbGVs 8952 +IGxhZw== 8953 +anU= 8954 +IGRhcmU= 8955 +IE1vdA== 8956 +b25v 8957 +IGJlaW5ncw== 8958 +IHN0cm8= 8959 +IGV4Y3VzZQ== 8960 +IGFscGhh 8961 +IGFza3M= 8962 +IHBvY2tldA== 8963 +Li4uPw== 8964 +IGtpdGE= 8965 +w7xt 8966 +IGFwcGVhcmFuY2U= 8967 +b3JkYW4= 8968 +IGluc2VydA== 8969 +INC90LDRhw== 8970 +m2k= 8971 +IHRlbXBv 8972 +IGZhY2lsaXR5 8973 +IHZpc2libGU= 8974 +5ZI= 8975 +IFNjaWVuY2U= 8976 +dXJvcw== 8977 +INmB2Yo= 8978 +IFZhbg== 8979 +IHRlbnNpb24= 8980 +IO2VoA== 8981 +IGRlbGl2ZXJ5 8982 +IHN0aW0= 8983 +IHN1cnZleQ== 8984 +IEdyYQ== 8985 +IGJvbA== 8986 +5qA= 8987 +IHdlaXRlcg== 8988 +w59lbg== 8989 +5LiA5YCL 8990 +IHByb2NlZWQ= 8991 +IGltcHJlc3NpdmU= 8992 +IFZvYw== 8993 +aW91c2x5 8994 +INC00LA= 8995 +aGFsZQ== 8996 +b2No 8997 +IGdsdWU= 8998 +cGhldA== 8999 +Y29udA== 9000 +IGZpdHM= 9001 +IGJveGVz 9002 +IGNvbnRyb2xz 9003 +IENoaWxk 9004 +IHNjZW5hcmlv 9005 +IHRyb3A= 9006 +IHByb2Nlc3Npbmc= 9007 +INGC0L7Qu9GM0LrQvg== 9008 +IGJpcmRz 9009 +IENoaWM= 9010 +INC90LDQvw== 9011 +IDIwMTM= 9012 +IG3DvHNzZW4= 9013 +IEphZw== 9014 +IHPEhQ== 9015 +IHBlcmNl 9016 +cmVo 9017 +IEZvcmU= 9018 +IGNvbmZ1c2Vk 9019 +YWlyZQ== 9020 +IGFjY29tcGxpc2g= 9021 +IGNhc2E= 9022 +Y2xvY2s= 9023 +IGluZmx1ZW4= 9024 +IFJP 9025 +IGJvbmU= 9026 +aWNpYW4= 9027 +IFND 9028 +IHN0cmF0ZWdpZXM= 9029 +Z2g= 9030 +0LTRgw== 9031 +IGl0dQ== 9032 +IHBlcnNvbmFsaXR5 9033 +IGJhcmR6bw== 9034 +IGFjY2VwdGVk 9035 +IHN0b20= 9036 +aWV2 9037 +IEhpc3Q= 9038 +IEF1cw== 9039 +IOuwlOs= 9040 +QVRPUg== 9041 +5oSP 9042 +b2ly 9043 +IG1hZ2F6 9044 +IGV4cGxhbg== 9045 +IGNvcm4= 9046 +IGlscw== 9047 +IGNpcmN1aXQ= 9048 +IGdheQ== 9049 +aG9w 9050 +44KD 9051 +IGVxdWl2YWw= 9052 +IGRpZXNlcg== 9053 +ZXJ2ZXM= 9054 +Y29tZXM= 9055 +a2xpY2g= 9056 +IOuVjOs= 9057 +YWJldA== 9058 +IGV4aGE= 9059 +IG1hbm5lcg== 9060 +IOKZquKZqg== 9061 +w6lj 9062 +w6Rs 9063 +IGNvbmZpcm0= 9064 +IGVudGVyZWQ= 9065 +ZW1wbG8= 9066 +IEZhcg== 9067 +IG/DuQ== 9068 +ZXNzaW9ucw== 9069 +IG51cnM= 9070 +IGVudMOjbw== 9071 +IGFiYW5kb24= 9072 +bGlmZQ== 9073 +IHdpcw== 9074 +TmFycmF0b3I= 9075 +IOyWtA== 9076 +VGhlcmU= 9077 +IFJhbQ== 9078 +YXN0ZQ== 9079 +IGF0dHJpYg== 9080 +IEF5 9081 +IG1lc21v 9082 +IM69zrE= 9083 +6as= 9084 +ZW5zZXM= 9085 +IGNyb3A= 9086 +INC30LTQtdGB0Yw= 9087 +IFVudGls 9088 +c3RlaW4= 9089 +IG92ZW4= 9090 +IHN1c3BlY3Q= 9091 +aGV0 9092 +IHB1aXM= 9093 +IGNhcnJpZWQ= 9094 +w6ln 9095 +IERldg== 9096 +ZW1z 9097 +cmVlbnM= 9098 +YmVycnk= 9099 +IHRlbXBs 9100 +IEJpdA== 9101 +IHZhcmlhYmxlcw== 9102 +IG92ZXJ3aGVs 9103 +zrzOtQ== 9104 +IGluaXRpYWxseQ== 9105 +7JWY 9106 +b3RoaW5n 9107 +0LXRgtGM 9108 +IEhpbGw= 9109 +IGRlcGFydA== 9110 +IG15c3Q= 9111 +YXp6 9112 +IGZsdWlk 9113 +IERD 9114 +IGNsaW5pY2Fs 9115 +IFJ5YW4= 9116 +IEZsb3JpZGE= 9117 +IFRhaw== 9118 +IGFueGlldHk= 9119 +YnJv 9120 +IGNpcmN1bXN0YW5jZXM= 9121 +INmD 9122 +IGV4aXN0ZW5jZQ== 9123 +IHRvbmc= 9124 +IDIwMTI= 9125 +IFNlY3JldGFyeQ== 9126 +IHNwaWN5 9127 +IFso 9128 +IFdpdGhvdXQ= 9129 +IGZhY3Rz 9130 +IHRvbnM= 9131 +QXBw 9132 +IFN0YW5k 9133 +IGxpZXM= 9134 +IEFE 9135 +d2lu 9136 +z4TOtQ== 9137 +YXBwbGF1c2U= 9138 +SVA= 9139 +c3Rh 9140 +IFN1cA== 9141 +cGhvbmVz 9142 +npE= 9143 +cGll 9144 +IFBvdA== 9145 +IE5P 9146 +6LW3 9147 +INee 9148 +INCU0LA= 9149 +aWNhcw== 9150 +IEly 9151 +IHB1c2hlZA== 9152 +IHVuY2xl 9153 +INmF2YY= 9154 +IGxvbg== 9155 +IHByaW5jaXBsZXM= 9156 +IEludGVybmF0aW9uYWw= 9157 +IMOW 9158 +xb4= 9159 +IHNheWE= 9160 +IOqzoA== 9161 +IHJpYg== 9162 +IHBhc3Rl 9163 +IHdhcm5pbmc= 9164 +IG11c2ljYWw= 9165 +IGFncmVlZA== 9166 +0L7RgNC8 9167 +IGdhcmxpYw== 9168 +IG94eWdlbg== 9169 +7JiI 9170 +QWw= 9171 +IOunng== 9172 +ZWxpbmVz 9173 +TEFVU0U= 9174 +576O 9175 +Z3lwdA== 9176 +R0U= 9177 +Y2tlcg== 9178 +dHU= 9179 +IHNoZWw= 9180 +IHN0YXllZA== 9181 +INCz0L7QtA== 9182 +IGxhcHQ= 9183 +IE1hcnRpbg== 9184 +IGludml0ZWQ= 9185 +IGNvbmZpcg== 9186 +IGVtYmFycmFzcw== 9187 +YWNpb25lcw== 9188 +IENhbXA= 9189 +IGhvbGRz 9190 +YXh5 9191 +IGRpdmU= 9192 +dWNrbGVz 9193 +IGJvb3N0 9194 +IHfDvHI= 9195 +c3RhbA== 9196 +INGA0LDQsdC+0YI= 9197 +IGTDqWM= 9198 +IG9mZmljZXJz 9199 +IOyVhOs= 9200 +b2xvZ2lzdA== 9201 +157X 9202 +IHNlZWRz 9203 +IGJ1ZmY= 9204 +IHVwZGF0ZXM= 9205 +44KP 9206 +ZGVk 9207 +IGZyaWVuZGx5 9208 +IGNvdW5jaWw= 9209 +IFByb2JhYmx5 9210 +IHBpYW5v 9211 +IHJlZHVjZWQ= 9212 +z4TOsQ== 9213 +IGF1dGhlbnQ= 9214 +IGV4cGxvcw== 9215 +cGFzcw== 9216 +IEhpdA== 9217 +anVk 9218 +IE5hdg== 9219 +b21p 9220 +IGNvbW1pc3Npb24= 9221 +IGd5bQ== 9222 +0J8= 9223 +IHBvbg== 9224 +0YDQvtGB 9225 +IGludGVyZmFjZQ== 9226 +IHN0cnVjdHVyZXM= 9227 +IEplbg== 9228 +IHlvaw== 9229 +IG1ldQ== 9230 +7KeA66eM 9231 +bmVk 9232 +IFdpZQ== 9233 +IGlkZW50aWZpZWQ= 9234 +IGNoYW5uZWxz 9235 +xLFuYQ== 9236 +IHBoaWxvc29w 9237 +a2VpdA== 9238 +IGJpdHM= 9239 +ZW50ZXM= 9240 +IGZyYWc= 9241 +IEtpbmQ= 9242 +IGRvY2g= 9243 +IHNuZQ== 9244 +aW5kaW5n 9245 +IEpld2lzaA== 9246 +0L7RgNC+0Yg= 9247 +IGZ1ZQ== 9248 +5pa5 9249 +IO2P 9250 +IG3EsQ== 9251 +IGtlaW5l 9252 +IGxvY2F0aW9ucw== 9253 +55So 9254 +IG1ldGVy 9255 +IGJlZWY= 9256 +44GY 9257 +IG1hbmlw 9258 +IHNvbm8= 9259 +enpsZQ== 9260 +57Y= 9261 +IHBlcw== 9262 +IGhvcnJpYmxl 9263 +IFNu 9264 +IGZhY3Rvcnk= 9265 +IGZpZnRo 9266 +IGNvb2tlZA== 9267 +IG1vb2Q= 9268 +IHZlbG9jaXR5 9269 +IG9ibGln 9270 +IGNvbm5lY3Rpb25z 9271 +xJ9pbQ== 9272 +IOqztQ== 9273 +IGRvbWFpbg== 9274 +IGFwcGx5aW5n 9275 +IHJpZGlj 9276 +IGNlbA== 9277 +IGNoaWxkaG9vZA== 9278 +IFRlc3Q= 9279 +cmF0dWxhdGlvbnM= 9280 +IFZpcmdpbg== 9281 +IENFTw== 9282 +INC/0Ls= 9283 +IGFsZ29yaXRobQ== 9284 +IGludGVyYWN0aW9u 9285 +YWdh 9286 +IGtpZGRpbmc= 9287 +IHRvbWF0bw== 9288 +IGNvbnRpbnVpbmc= 9289 +bGFk 9290 +c3RyZWFt 9291 +0L7QttC1 9292 +IOyYgQ== 9293 +0LXQu9C+0LI= 9294 +QkE= 9295 +IG5hcA== 9296 +IE5vYm9keQ== 9297 +IHRodW1i 9298 +IE9O 9299 +IHJ1c2g= 9300 +RFI= 9301 +IHN0cmlrZQ== 9302 +IGV2b2x1dGlvbg== 9303 +aWNoZQ== 9304 +IOy7 9305 +IOq3uOufsA== 9306 +2KfYqg== 9307 +IGFr 9308 +IHdpbmRvd3M= 9309 +IGV4Y2Vzcw== 9310 +44Gq44GE 9311 +IGNvbmNsdWQ= 9312 +IGVwaXNvZGVz 9313 +IHN0cnVnZ2xpbmc= 9314 +IERhdA== 9315 +nbzr 9316 +IGtleXM= 9317 +IGtsZQ== 9318 +5p6c 9319 +IHZlZ2V0YWJsZXM= 9320 +eXN0ZW0= 9321 +w6puY2lh 9322 +cmljaw== 9323 +IHJldmVudWU= 9324 +IEhhdw== 9325 +IGxhbg== 9326 +YW50ZXM= 9327 +aW5peg== 9328 +44GT44KM 9329 +0LjRgdGC 9330 +IHN1cA== 9331 +qbTshJw= 9332 +IG1vbWVudG8= 9333 +aXN0bw== 9334 +44Gk 9335 +IEVyaWM= 9336 +aW9ycw== 9337 +YmFq 9338 +IGludHJvZHVjdGlvbg== 9339 +aXJ0eQ== 9340 +IGRlY2s= 9341 +cmVhbA== 9342 +IE1hcmlv 9343 +IGxvdmluZw== 9344 +4LiU 9345 +IHN1cHBvcnRz 9346 +0LjRh9C10YE= 9347 +IGluY2lkZW50 9348 +dXRjaA== 9349 +dXY= 9350 +IGJvb20= 9351 +0LXRgNGM 9352 +INC90YPQtg== 9353 +IGNvbWJpbmVk 9354 +IExpbg== 9355 +MjM= 9356 +b3JhdGlvbg== 9357 +bnRl 9358 +IHNvcg== 9359 +IGRpcnR5 9360 +aWZlcg== 9361 +IEFQSQ== 9362 +IGNvbGxhYm9yYXRpb24= 9363 +aWFibGU= 9364 +IHByaW9yaXR5 9365 +IEFsZQ== 9366 +IFByaW4= 9367 +IEV4Yw== 9368 +IHZhaXM= 9369 +IGdyYW4= 9370 +IHN0b29k 9371 +IHJlY3J1 9372 +IE11cg== 9373 +ZXNpcw== 9374 +YXNw 9375 +IGxvY2tlZA== 9376 +IFBlcm8= 9377 +IEhhcnJ5 9378 +IHR1ZG8= 9379 +IFRlbg== 9380 +2LU= 9381 +Zm9yY2VtZW50 9382 +KSk= 9383 +b2xp 9384 +IOyduA== 9385 +IHN1cHBs 9386 +IGNyb2NoZXQ= 9387 +IHBoZW5vbWVu 9388 +bG9z 9389 +YXRoYW4= 9390 +IFN1cHA= 9391 +IGVtYnI= 9392 +IGJlaw== 9393 +IFplaXQ= 9394 +Z2VuZA== 9395 +IHJvb21z 9396 +qr0= 9397 +VkVS 9398 +bnljaA== 9399 +IGRvbnQ= 9400 +IGNhYmlu 9401 +IGFjY291bnRz 9402 +IEVhc3Rlcg== 9403 +15XXnA== 9404 +44Or 9405 +IGZhY2lsaXRpZXM= 9406 +YmVpdA== 9407 +IGxpbmtlZA== 9408 +IEdlcg== 9409 +IHByb2dyYW1taW5n 9410 +b3RpYw== 9411 +IGRyYW1h 9412 +IDI5 9413 +IO2B 9414 +IGluc3RydWN0aW9ucw== 9415 +IGltcG9ydGFudGU= 9416 +IHdhdmVz 9417 +IGFpZA== 9418 +Q0s= 9419 +6rKg7Iq164uI64uk 9420 +IE1pcg== 9421 +IHRpZA== 9422 +IEhvdA== 9423 +IGFycmFuZ2U= 9424 +IEJhYnk= 9425 +IHRhY2s= 9426 +INGJ 9427 +7Z0= 9428 +IHZlcnRpY2Fs 9429 +IGhlZWw= 9430 +IEN1dA== 9431 +IG5hcnJvdw== 9432 +IEFyaQ== 9433 +IGtuZWU= 9434 +IEJyYXppbA== 9435 +IEZpdmU= 9436 +IHBvc3RlZA== 9437 +VUQ= 9438 +IHJvbGxpbmc= 9439 +zrg= 9440 +IGNsYWltcw== 9441 +IElucw== 9442 +T0s= 9443 +44GE44GG 9444 +dWlu 9445 +IEluc3RpdHV0ZQ== 9446 +IGludGVuc2U= 9447 +aWFy 9448 +IE5pY2s= 9449 +IHNlbGVjdGlvbg== 9450 +IGxlZ2VuZA== 9451 +IHVuaWZvcm0= 9452 +w7pu 9453 +IHN0dWRpZWQ= 9454 +5aSq 9455 +INCl 9456 +IOyVjA== 9457 +Z2Vycw== 9458 +IGRvdw== 9459 +IENT 9460 +IGFnZW50 9461 +IEF1Zg== 9462 +6Ka6 9463 +IGpvZw== 9464 +IGFpcmNyYWZ0 9465 +64uY 9466 +IHZpdA== 9467 +dWxz 9468 +IHNlZ21lbnQ= 9469 +IG9yZGVycw== 9470 +IENsYXNz 9471 +IGFwb2xvZw== 9472 +IHBsYXRmb3Jtcw== 9473 +IG15dGg= 9474 +0LDQttC1 9475 +IEJvb2s= 9476 +IHNlbnNpdGl2ZQ== 9477 +INC/0L7Qu9GD0Yc= 9478 +IGRhbWl0 9479 +IENhcHQ= 9480 +c29sZQ== 9481 +IGFyY2hpdGVjdHVyZQ== 9482 +IFdpbA== 9483 +IGluaGVy 9484 +Y2Fw 9485 +IEJveQ== 9486 +5qyh 9487 +IGJ1cm5pbmc= 9488 +IFB1YmxpYw== 9489 +IGJlaGFsZg== 9490 +IOychA== 9491 +IHRoZXJhcHk= 9492 +dWJzY3JpYmU= 9493 +IGludm9sdmU= 9494 +IGV4cG9zZWQ= 9495 +acWf 9496 +5Lus 9497 +w6p0cmU= 9498 +IHRvaWw= 9499 +IHNpbms= 9500 +cGly 9501 +5YM= 9502 +SUk= 9503 +IGFnZW5jaWVz 9504 +IHE= 9505 +IERvd24= 9506 +YXVm 9507 +IOunmw== 9508 +44O744O7 9509 +IHByb2M= 9510 +b2tlZA== 9511 +IHN0b3Jlcw== 9512 +cG93ZXI= 9513 +IFRoaW5ncw== 9514 +IGFjY2Vzc2libGU= 9515 +IHRlxbw= 9516 +IEVkdWM= 9517 +IHNwZWFrZXJz 9518 +IFNhcmFo 9519 +lJQ= 9520 +IGRpdmVyc2U= 9521 +7J6W 9522 +IFVsdA== 9523 +w6B5 9524 +IENoaWNhZ28= 9525 +U2hl 9526 +YXRoeQ== 9527 +IGVuYWJsZQ== 9528 +IHRyYWRpbmc= 9529 +IG11c2NsZXM= 9530 +5ps= 9531 +IENhcmU= 9532 +IFVy 9533 +IFNjb3Q= 9534 +IHBocmFzZQ== 9535 +RU5U 9536 +IOqyvQ== 9537 +IEphYw== 9538 +cGFjaw== 9539 +IGRldGVybWluZWQ= 9540 +w7xuZA== 9541 +IG5lZ290aQ== 9542 +IHZpZMOp 9543 +IHJveg== 9544 +IFN1cw== 9545 +IHJpZGluZw== 9546 +aG1lbg== 9547 +IERlZg== 9548 +IENyZQ== 9549 +44K5 9550 +IFdhbGw= 9551 +aWdhbg== 9552 +IHNlbXByZQ== 9553 +0ZbQtA== 9554 +IGRyaXZlbg== 9555 +IGZvb3RhZ2U= 9556 +IGZvbmQ= 9557 +IFdheQ== 9558 +w6Rt 9559 +IE9iYW1h 9560 +IFNlcnZpY2U= 9561 +IDc1 9562 +IERhcms= 9563 +IOq3vOs= 9564 +IENhdA== 9565 +2Lc= 9566 +6Yw= 9567 +IGp1Zw== 9568 +IGV0d2Fz 9569 +IGJyZWF0aGluZw== 9570 +4buD 9571 +5YW2 9572 +IFdlYg== 9573 +5LmL 9574 +6LWw 9575 +IGZvaXM= 9576 +IGxpZ2h0aW5n 9577 +IERB 9578 +IG9ic3Q= 9579 +IGxldXI= 9580 +54++ 9581 +IEVneXB0 9582 +IEFybXk= 9583 +aWNpZGU= 9584 +0LDRgtC4 9585 +IOuLpOs= 9586 +IGFwYXJ0bWVudA== 9587 +IGNoaWVm 9588 +IFdlZA== 9589 +IG5ldHdvcmtz 9590 +IGJhdHQ= 9591 +5rg= 9592 +IEx1Yw== 9593 +IG5pY2VseQ== 9594 +IHZlcmI= 9595 +4Li0 9596 +7LY= 9597 +b3NpdA== 9598 +IHJldmVhbGVk 9599 +IHRhdA== 9600 +IHRpZWQ= 9601 +4buB 9602 +IGFuaW1hdGlvbg== 9603 +IHJvbGVz 9604 +7Iqk7Q== 9605 +IHZlcnNpb25z 9606 +0YfQuNGC 9607 +IHRhc2tz 9608 +r7w= 9609 +IHJlc2M= 9610 +c2hl 9611 +IGxvb3Nl 9612 +IGPhuw== 9613 +IGNvaXNh 9614 +IGFsZXJ0 9615 +IG5pbg== 9616 +IFNBTQ== 9617 +IHRyYWJhag== 9618 +aXJ1cw== 9619 +VEg= 9620 +xqE= 9621 +b2dldGhlcg== 9622 +IFRhaQ== 9623 +IGZpZ3VyZXM= 9624 +INeQ16o= 9625 +IGNyZWVw 9626 +IGludmVzdGlnYXRpb24= 9627 +IHJlY29tbWVuZGVk 9628 +IEFr 9629 +IHJlc2lkZW50cw== 9630 +0YHRgtCy0L4= 9631 +c2VjdA== 9632 +0LDQvdC40LU= 9633 +IG1pbmRz 9634 +dWluZw== 9635 +5bE= 9636 +b3dpbmc= 9637 +IG5vZw== 9638 +IHJheg== 9639 +2KfYsQ== 9640 +IHF1b3Q= 9641 +INC40YU= 9642 +IHNlZA== 9643 +IGFwcGxhdWQ= 9644 +IGNvdmVyYWdl 9645 +dm9s 9646 +IFJlYw== 9647 +xJs= 9648 +INCy0YHRkQ== 9649 +IGV4cGVjdGluZw== 9650 +IG9wZXJhdGU= 9651 +IGNvbnZlcg== 9652 +IFN1Y2g= 9653 +IFJhZA== 9654 +IFByaW1l 9655 +IHB1cnBsZQ== 9656 +IDIwMTA= 9657 +IOyViOs= 9658 +IGV4ZW0= 9659 +IGNvbXBhcmlzb24= 9660 +IGxhbmRzY2FwZQ== 9661 +IG5laXRoZXI= 9662 +IEVo 9663 +64U= 9664 +IHN0b21hY2g= 9665 +IGNhc28= 9666 +w6Ju 9667 +IHBlcmNlbnRhZ2U= 9668 +d2ljaA== 9669 +aXRhbg== 9670 +IGts 9671 +IGV4cGFucw== 9672 +INin2YTZhQ== 9673 +IG9jY2FzaW9u 9674 +cmV0cw== 9675 +aWduaW5n 9676 +IGtpbG9tZXQ= 9677 +6Lef 9678 +IGd1c3Q= 9679 +Y3pl 9680 +IHVyYmFu 9681 +IGFncmlj 9682 +IGFzc2lzdGFuY2U= 9683 +IHN1cmY= 9684 +aW1ldGVy 9685 +IHBldGl0 9686 +IGFzc2Vzc21lbnQ= 9687 +IG1hbnVhbA== 9688 +IGltcHJvdmVk 9689 +YnN0 9690 +IHBpbG90 9691 +IE1hcnM= 9692 +IHZpZWxl 9693 +IENvbmdyYXR1bGF0aW9ucw== 9694 +IGFyZ3Vl 9695 +IHdpcmtsaWNo 9696 +IGNsaWNraW5n 9697 +UklT 9698 +IGxvZ28= 9699 +IG91dGNvbWU= 9700 +IENlbnRyYWw= 9701 +IEpp 9702 +IGdhbWluZw== 9703 +IGNvbnNlcnY= 9704 +IHVsdGltYXRl 9705 +IFZl 9706 +IFdhbA== 9707 +YXJv 9708 +5oSf 9709 +c3Rhcg== 9710 +IGNvbnN1bWVy 9711 +IHRyYXZlbGluZw== 9712 +aW1lcg== 9713 +IDEwMDA= 9714 +0L3QuNC6 9715 +IHByaW5jaXBhbA== 9716 +IHNha2U= 9717 +0ZbQsg== 9718 +IG1vdXNl 9719 +YXJpb3M= 9720 +IHJlbGF0aW9u 9721 +6Ieq 9722 +IG1vcmFs 9723 +5ZWm 9724 +IHRoZXRh 9725 +d3k= 9726 +IGthbQ== 9727 +IGVpZw== 9728 +IGdvbGRlbg== 9729 +16Q= 9730 +IGFtcGw= 9731 +IHZ1 9732 +c3Ry 9733 +cm9ycw== 9734 +IHdoZXJlYXM= 9735 +aXphcg== 9736 +IGFkbWluaXN0cg== 9737 +IG7Ds3M= 9738 +IFByZXQ= 9739 +IEFjYWQ= 9740 +YW5naW5n 9741 +YmFnZQ== 9742 +w6l0YWl0 9743 +dXJp 9744 +IGhlYWxpbmc= 9745 +IHRpcG8= 9746 +IG1hcnJ5 9747 +0YPQsg== 9748 +IGVzdGF0ZQ== 9749 +dXU= 9750 +7JQ= 9751 +IEJlc3Q= 9752 +IHN1ZmZlcg== 9753 +IDE5NA== 9754 +IGJhY3Rlcg== 9755 +INCS0L7Rgg== 9756 +IE9t 9757 +IGR6 9758 +6LY= 9759 +7KY= 9760 +IG9sZHU= 9761 +IHBoeXNpY2FsbHk= 9762 +IExvdWlz 9763 +ZXRpbWU= 9764 +Y2FzZQ== 9765 +IHBpZXI= 9766 +7KCc 9767 +dmFu 9768 +IGFzc2V0cw== 9769 +IOuB 9770 +dmV0 9771 +0LjQsQ== 9772 +IHByb21vdGU= 9773 +IGNvbmdyYXQ= 9774 +dWVzZGF5 9775 +IGR1dHk= 9776 +IFZpZGVv 9777 +2K4= 9778 +IEpvaG5zb24= 9779 +a3Rpb24= 9780 +IFZvY8Oq 9781 +44CL 9782 +IGFp 9783 +IGFubnVhbA== 9784 +IEpvc2g= 9785 +aXR0ZQ== 9786 +IEpP 9787 +IHNsaWRlcw== 9788 +IGFuYw== 9789 +uYQ= 9790 +dGVlbg== 9791 +IGNhcnJ5aW5n 9792 +bHltcA== 9793 +ZWRpbmc= 9794 +IGZybw== 9795 +IGFkbWl0 9796 +cmVy 9797 +IG9mZmljaWFscw== 9798 +cHRpb25z 9799 +Z2Fs 9800 +IGhldXRl 9801 +IHZvaWNlcw== 9802 +IGJhbGxz 9803 +IGd1ZXN0cw== 9804 +YW5uZXI= 9805 +44CK 9806 +aXNoZXI= 9807 +IE1S 9808 +IFJpY2hhcmQ= 9809 +IHJvdWdobHk= 9810 +bMSx 9811 +IHZpY3Rvcnk= 9812 +IGFsZ3Vu 9813 +IE1ycw== 9814 +xZtjaWU= 9815 +IFVr 9816 +IGV5 9817 +IFdhcnM= 9818 +IGJyYW5jaA== 9819 +YXN0eQ== 9820 +IFByaW5jZQ== 9821 +0LXQutGC 9822 +IHJlY29nbml6ZWQ= 9823 +IG11Y2hv 9824 +IExlYXZl 9825 +Y29ubmVjdA== 9826 +IHNwZWxs 9827 +IHRvdWNoZWQ= 9828 +IGFnZW5kYQ== 9829 +6L4= 9830 +YXJpYQ== 9831 +IEtvbmc= 9832 +b2dh 9833 +IHBhcmFtZXRlcnM= 9834 +64uk6w== 9835 +IGluc3RhbnQ= 9836 +IHJlZ3Vs 9837 +Q29u 9838 +IGVkaXRvcg== 9839 +IERpc3Q= 9840 +IHVua25vd24= 9841 +IHB1bmlzaA== 9842 +IGV4cGVjdGF0aW9ucw== 9843 +IGNyeXB0 9844 +IGRpdmlkZQ== 9845 +YWtlbg== 9846 +IE1lc3M= 9847 +IGh5cGVy 9848 +IFByb2plY3Q= 9849 +aWtp 9850 +IGFnb3Jh 9851 +IGFidXNl 9852 +IGNhdXNpbmc= 9853 +IGNvbnZpbg== 9854 +IExB 9855 +IGNvbmNlbnRyYXRpb24= 9856 +IGJyZWFrcw== 9857 +dXJlcg== 9858 +IGNvbmNyZXRl 9859 +IGZvcm1hbA== 9860 +IGJldGE= 9861 +aXRvcnM= 9862 +IENoYW1w 9863 +IGhlYWRpbmc= 9864 +IEJsbw== 9865 +IHByZW5k 9866 +IFNlbmF0ZQ== 9867 +IGFkdmVudHVyZQ== 9868 +b3Nv 9869 +IG9wZW5z 9870 +IFBMQVlJTkc= 9871 +IFNV 9872 +dXJlbg== 9873 +aWt0 9874 +INC70Y7QsQ== 9875 +IEZvbGxvdw== 9876 +IEJpZGVu 9877 +ZWxu 9878 +IFNreQ== 9879 +ZXRpbmc= 9880 +IEV4dA== 9881 +0L3Rg9GO 9882 +IOyZnA== 9883 +IHNocg== 9884 +ZWxsYQ== 9885 +IERpdg== 9886 +IHRyYW5zZm9ybWF0aW9u 9887 +IGhvdXNlaG9sZA== 9888 +ZXRyeQ== 9889 +6KE= 9890 +IERlc3A= 9891 +IGNvdXJhZ2U= 9892 +IHBhcmtpbmc= 9893 +IGV0dMOk 9894 +Y2Fs 9895 +bHlu 9896 +IGxhaWQ= 9897 +IHRyaWVz 9898 +aXJ0cw== 9899 +aWdh 9900 +IHJlY2FsbA== 9901 +aWZpZXI= 9902 +z4HOsQ== 9903 +IGFhbg== 9904 +IGJ1dHRvbnM= 9905 +IHJlYWNoaW5n 9906 +IOq3vOuNsA== 9907 +IHNwYXJr 9908 +IFNvY2lhbA== 9909 +INC10YnQtQ== 9910 +IGNhbmFs 9911 +IGNyaXRlcg== 9912 +IGt0w7NyeQ== 9913 +IHRlbmVtb3M= 9914 +gqw= 9915 +INC90LXRgg== 9916 +IHR1YmU= 9917 +YWNsZXM= 9918 +0LjRiA== 9919 +IGRlxJ9pbA== 9920 +IHN0YW1w 9921 +IGluZmw= 9922 +IGFob3Jh 9923 +IHRyYWls 9924 +IG1peHR1cmU= 9925 +IFJvbGw= 9926 +IHJvdXRpbmU= 9927 +IGNvdW50eQ== 9928 +IGVuam95aW5n 9929 +0L3QvtGB0YLRjA== 9930 +ZXJlcw== 9931 +IHB1cnBvc2Vz 9932 +IFNhbnRh 9933 +IGJyZWFzdA== 9934 +w6RuZw== 9935 +IHdyaXRlcg== 9936 +5Yw= 9937 +0YDQvg== 9938 +IG5lbQ== 9939 +aWNvcw== 9940 +0LDRgdGC 9941 +IGRldGFpbGVk 9942 +IHJldmVyc2U= 9943 +IFJlYWR5 9944 +IGRpc3RyYWN0 9945 +IEFsb3Jz 9946 +dXR0ZXI= 9947 +IGRlc2VydmU= 9948 +IFJvbg== 9949 +0L3QvtC8 9950 +IG9ic2Vydg== 9951 +IGxvZ2lj 9952 +IFB5 9953 +IEtldmlu 9954 +44Gd44GG 9955 +pbQ= 9956 +2YrZhg== 9957 +IHNrYQ== 9958 +IHRhY3Q= 9959 +IGhvbGlkYXk= 9960 +IGJ1bXA= 9961 +INC80L7Qsw== 9962 +IGRlaXg= 9963 +7YU= 9964 +IHdvcnNoaXA= 9965 +Q2w= 9966 +IHN1Y2s= 9967 +INGB0LXQsQ== 9968 +IGFwcGxhdXNl 9969 +IEVw 9970 +INC80L4= 9971 +IHBhdGNo 9972 +4bqt 9973 +IGxhZGllcw== 9974 +IGJyb2FkY2FzdA== 9975 +IGlsbGVn 9976 +IG5hcnJhdGl2ZQ== 9977 +b3NzYQ== 9978 +QVJSQVRPUg== 9979 +IHNhbmc= 9980 +IG1vdmVtZW50cw== 9981 +IHBhcnRuZXJzaGlw 9982 +IG9yZ2FuaXplZA== 9983 +IG5vZGU= 9984 +ZXN0eWxl 9985 +IE1lZw== 9986 +IGluZHVzdHJpYWw= 9987 +IGdvbA== 9988 +IGJvcmluZw== 9989 +5Yqg 9990 +44GU 9991 +IGN1dHM= 9992 +IHJlY29u 9993 +YXNh 9994 +IGltcHJlc3Npb24= 9995 +7Jq0 9996 +Z2ll 9997 +TUE= 9998 +hrU= 9999 +IGVkaXRpbmc= 10000 +cm9udA== 10001 +IGZvbGxvd3M= 10002 +IEl0YWxpYW4= 10003 +0YDQvtC0 10004 +IOqwmeydgA== 10005 +IOuwqQ== 10006 +IHBhcnRpY2xlcw== 10007 +IEJvYXJk 10008 +15nXqg== 10009 +anVu 10010 +cm9uaWM= 10011 +IGVq 10012 +IM+Ezrc= 10013 +15XXkw== 10014 +Y2lvbg== 10015 +aXR0eQ== 10016 +IFR1ZXNkYXk= 10017 +dW1lcw== 10018 +IFByb3Q= 10019 +ZWRlcg== 10020 +IHBlc3NvYXM= 10021 +INC90L7Qsg== 10022 +IHNraXA= 10023 +IG9iamVjdGl2ZQ== 10024 +w61hcw== 10025 +IGRlc2s= 10026 +IExvb2tz 10027 +dW5kZW4= 10028 +IHByaW1hcmlseQ== 10029 +aW1lbnRv 10030 +IHJlcG9ydGluZw== 10031 +IGhhY2U= 10032 +IGNoZWNrZWQ= 10033 +6Zg= 10034 +IOuztOs= 10035 +IHNtZWxscw== 10036 +IGFjdG9ycw== 10037 +IEFzaWE= 10038 +aWzDoA== 10039 +IHJlY2VpdmluZw== 10040 +IHRheGVz 10041 +IGdyYWNl 10042 +IGNvbXBldGl0aXZl 10043 +IGRpdmlzaW9u 10044 +IGVzcGVy 10045 +IHdoZWVscw== 10046 +IGtvbW10 10047 +IHRyZW1lbmRvdXM= 10048 +IGVzcGU= 10049 +Li4uKQ== 10050 +IOyehQ== 10051 +IGxpc3RlZA== 10052 +w6RsbA== 10053 +IHVudXM= 10054 +IEhvbGx5 10055 +IGd1aWRhbmNl 10056 +IGN1Yg== 10057 +IGludGVsbGVjdA== 10058 +INCx0YvQuw== 10059 +IHJlZ2FyZGxlc3M= 10060 +IFN0YW4= 10061 +5rKh 10062 +IGNvbmNsdXNpb24= 10063 +YWNhxJ8= 10064 +IGxvbA== 10065 +IEJhdA== 10066 +IG1hbmlmZXN0 10067 +IENoaWVm 10068 +IHNoYW1l 10069 +IG91dGNvbWVz 10070 +IG1haWw= 10071 +IGt1cg== 10072 +zrnOug== 10073 +ZXR6 10074 +IHByZXBhcmluZw== 10075 +Mjc= 10076 +IFF1ZWVu 10077 +4K6z 10078 +IOu5hA== 10079 +IHRpc3M= 10080 +IGNvbnNjaW91c25lc3M= 10081 +IHBhbnRz 10082 +IG1lbHQ= 10083 +dWNodA== 10084 +aW5o 10085 +7JuM 10086 +IHZvdHJl 10087 +IG1vZHVsZQ== 10088 +b3d5 10089 +IG1vbnN0ZXI= 10090 +IOuG 10091 +IGVsZWN0cm9uaWM= 10092 +IGNlbnRyZQ== 10093 +IHN0b3Bz 10094 +IHRvdQ== 10095 +IOut 10096 +IGxhbWI= 10097 +IGNvbnNlcXVlbmNlcw== 10098 +IHN0cmF3 10099 +IGltcGVy 10100 +IGV4dGVuZA== 10101 +44Gj44Gf 10102 +IGFuc3dlcmVk 10103 +IE1haA== 10104 +IExBVVJB 10105 +aWZ0aW5n 10106 +dWF0ZQ== 10107 +5YWI 10108 +IFVTQg== 10109 +IEFuZHJldw== 10110 +44Kr 10111 +IEZyZWQ= 10112 +IERF 10113 +IEdlb3Jn 10114 +57s= 10115 +w6xuaA== 10116 +IGRyYXdu 10117 +IGxpcHM= 10118 +Ymly 10119 +IG1heW9y 10120 +aW1p 10121 +IGVuY29yZQ== 10122 +5ZCD 10123 +Zm9ydGFibGU= 10124 +dXJzZGF5 10125 +IEZvcm0= 10126 +IGJsYW1l 10127 +IHNob3dlcg== 10128 +IGNvbnRhaW5lcg== 10129 +c3RlcnM= 10130 +dWRlcw== 10131 +IFRheQ== 10132 +4Lil 10133 +IOyYiA== 10134 +IHZvbQ== 10135 +IGJhc3M= 10136 +IExhYg== 10137 +aXNzYQ== 10138 +IGRpbWVuc2lvbg== 10139 +IGV4ZWN1dGl2ZQ== 10140 +IFJvbQ== 10141 +6rKM7JqU 10142 +IERvY3Rvcg== 10143 +IGRlbGl2ZXJlZA== 10144 +IGdhbmc= 10145 +IGNlcg== 10146 +IHBpdA== 10147 +ZWxp 10148 +IGV4dHJhb3Jk 10149 +amFy 10150 +IGRlcml2 10151 +IGlsbG5lc3M= 10152 +IGd1bnM= 10153 +IDIwMTE= 10154 +IGFpcnBvcnQ= 10155 +0JU= 10156 +IGF0dGl0dWRl 10157 +IGdyYXQ= 10158 +IFdy 10159 +IE5BUlJBVE9S 10160 +IOyalA== 10161 +IHJlbmV3 10162 +IGNvc2E= 10163 +IGNvbnRyb2xsZWQ= 10164 +b21teQ== 10165 +b25kcw== 10166 +IGVzZQ== 10167 +w6RjaA== 10168 +IHZlbmQ= 10169 +ZGFt 10170 +IGFyZ3U= 10171 +IGFjY2VsZXI= 10172 +IG5haWw= 10173 +aWVuZQ== 10174 +7IOd 10175 +IGVuY29udA== 10176 +ZXNlYXJjaA== 10177 +6aE= 10178 +IGdvb2Rz 10179 +IGZpc2hpbmc= 10180 +QVBQTEFVU0U= 10181 +IE5BUw== 10182 +ZWN0aW9u 10183 +IHRlbXBsZQ== 10184 +bGljaGU= 10185 +IGtleWJvYXJk 10186 +562J 10187 +IGRlc2Rl 10188 +IGVkdWNhdGlvbmFs 10189 +IE5pZ2h0 10190 +MzM= 10191 +IGJyZWF0aGU= 10192 +bGljaGVu 10193 +dGht 10194 +acOocmU= 10195 +4Lia 10196 +bGFyxLE= 10197 +IGFsaQ== 10198 +IGNvbXBvcw== 10199 +IHNlbnNvcg== 10200 +IOu2gOs= 10201 +IG5ld3Nw 10202 +IEJ1bmQ= 10203 +IE1p 10204 +IHBlcmZvcm1pbmc= 10205 +IGRydW0= 10206 +QkU= 10207 +IHBvcms= 10208 +IGNvYWw= 10209 +ZW5nZXI= 10210 +IHJhbQ== 10211 +IOuyiA== 10212 +54S25b6M 10213 +0LjRgNC+0LI= 10214 +IFBvcA== 10215 +IHBob25lcw== 10216 +IGZhY2ls 10217 +IHRyYWNrcw== 10218 +b250ZQ== 10219 +IG9yZ2FuaWM= 10220 +IGRpYWxvZ3Vl 10221 +IEhhdmluZw== 10222 +IFBvc3Q= 10223 +IHBheW1lbnQ= 10224 +IGFycmF5 10225 +IGludGVuZGVk 10226 +w7pz 10227 +IGJhcnM= 10228 +IHJldmlld3M= 10229 +bGFuZHM= 10230 +IGtpbmdkb20= 10231 +IHN0YWdlcw== 10232 +IG1vdW50YWlucw== 10233 +IGR1bg== 10234 +IGRlY2ly 10235 +xI0= 10236 +IGJhbmtz 10237 +IHRocm93aW5n 10238 +IOuquw== 10239 +IGFuZ2Vy 10240 +INGB0LXQudGH0LDRgQ== 10241 +IGRpc3R1cg== 10242 +IGh1bWFuaXR5 10243 +IGVsZXM= 10244 +IHNob3VsZGVycw== 10245 +IFBlcmZlY3Q= 10246 +IGZhbmN5 10247 +IGJyaWxsaWFudA== 10248 +IGluc3BpcmF0aW9u 10249 +aG1t 10250 +5b+r 10251 +IGxpZA== 10252 +VUw= 10253 +IG3DpQ== 10254 +aW5kaQ== 10255 +6Ig= 10256 +IHNoaWVsZA== 10257 +IOyYpOs= 10258 +Q1Q= 10259 +YWdpbmU= 10260 +dWJlcg== 10261 +IEJS 10262 +IHF1ZXN0bw== 10263 +INC30LDQug== 10264 +IEtub3c= 10265 +IHRhbmc= 10266 +7ZWp64uI64uk 10267 +IGJhcmVseQ== 10268 +IFNF 10269 +IG1hcmdpbg== 10270 +cmVp 10271 +0LDRgtC10LvRjA== 10272 +IGNvbnRy 10273 +IHbDoA== 10274 +IGxlZ2l0 10275 +0Jg= 10276 +a2lucw== 10277 +0YDQtdC0 10278 +IEFzaA== 10279 +IGFkdmlz 10280 +IEdyZWVr 10281 +0YPQug== 10282 +IHNoYWtl 10283 +aWRhZGVz 10284 +0LDRgdGM 10285 +IGNvbnZlbnRpb24= 10286 +IGNvbnRlc3Q= 10287 +TVM= 10288 +IFllYXI= 10289 +IHJlcHJlc2VudGF0aW9u 10290 +aW5kZW4= 10291 +ZW5kYXI= 10292 +IHByb3N0 10293 +IEh1bWFu 10294 +IEN5 10295 +YW5nZWQ= 10296 +UEE= 10297 +IGF4aXM= 10298 +IHRoZW9yZQ== 10299 +YXR6 10300 +IO2VmOqzoA== 10301 +IGVscw== 10302 +IFJlc2VhcmNo 10303 +IGJlbmVmaWM= 10304 +IGRlbnNpdHk= 10305 +aW5kbw== 10306 +7Jy8 10307 +aW1kaQ== 10308 +IHJlc2VhcmNoZXJz 10309 +6rGw65Og 10310 +aWdocw== 10311 +ZGFu 10312 +IGRpY2U= 10313 +IG1hYXI= 10314 +IHN1Ym1pdA== 10315 +IGR1bWI= 10316 +IGJpag== 10317 +YXdheQ== 10318 +IFBhc3M= 10319 +IGV4dGVuc2lvbg== 10320 +IGNydXNo 10321 +IGNvdmVyaW5n 10322 +ZWRp 10323 +Ym9ybg== 10324 +aW5hdGlvbnM= 10325 +INGB0LTQtdC7 10326 +0LLQtdGA 10327 +IE90aGVyd2lzZQ== 10328 +aXN0YW50 10329 +0LDQudGC0LU= 10330 +IHRhbnRv 10331 +IHBlcmZvcm1lZA== 10332 +INC30LDQvw== 10333 +YWxv 10334 +IEZvdW5kYXRpb24= 10335 +IHByb3RvY29s 10336 +IFpv 10337 +bWF5 10338 +IGhhY2s= 10339 +IGJ1ZGR5 10340 +bWFkZQ== 10341 +IGFkcw== 10342 +IGZhc2NpbmF0aW5n 10343 +IGVxdWl2YWxlbnQ= 10344 +Z2Vs 10345 +IGFyYw== 10346 +INGH0LXQu9C+0LI= 10347 +IHByb3Bvc2Vk 10348 +IG5vdHJl 10349 +YW5nZXM= 10350 +IGNvdW5zZWw= 10351 +YWxsYQ== 10352 +IDMx 10353 +d2VldA== 10354 +yJk= 10355 +IGVsZWN0cmljaXR5 10356 +IHRveA== 10357 +xYJhZA== 10358 +IOy0 10359 +IGRpZmZpY3VsdHk= 10360 +oNeZ 10361 +bmVzZGF5 10362 +0LjRgdGM 10363 +IGFsbGVn 10364 +IEdP 10365 +IHF1aXQ= 10366 +IEhlcnI= 10367 +IGVzdMOhbg== 10368 +IGdpcmxmcmllbmQ= 10369 +IHRlbmc= 10370 +aWZpY2lhbA== 10371 +IEphbQ== 10372 +IGNhbmNlbA== 10373 +IGZyZXF1ZW50bHk= 10374 +SVY= 10375 +5a+m 10376 +IGNsb3Npbmc= 10377 +IGRlY2FkZQ== 10378 +IHJlcHJlc2VudGVk 10379 +IENhbmFk 10380 +INC60L7RgtC+0YDRi9C1 10381 +IGVzdGFtb3M= 10382 +IFRodXJzZGF5 10383 +IEdh 10384 +IExpdmU= 10385 +bGVt 10386 +YmJsZQ== 10387 +U09O 10388 +IDIwMDg= 10389 +IGRpY2g= 10390 +IEF3ZXNvbWU= 10391 +IGNvbmNlcHRz 10392 +UEVBSw== 10393 +IGxpdGVyYXR1cmU= 10394 +IE9seW1w 10395 +0LvQsNC0 10396 +IG5vc3Q= 10397 +dml0 10398 +IEVudGVy 10399 +b3JkZXJz 10400 +aWNraW5n 10401 +bmllag== 10402 +IGV1Y2g= 10403 +IFRob3VnaA== 10404 +IGJhZ3M= 10405 +IGxpbWl0cw== 10406 +IHN0YWtl 10407 +g6U= 10408 +IG9j 10409 +IFZpcw== 10410 +IDEyMA== 10411 +IG51ZQ== 10412 +IGNvbmNl 10413 +IGRpc2Fn 10414 +56g= 10415 +IGFudGljaXA= 10416 +oIg= 10417 +c2w= 10418 +IHZvdGluZw== 10419 +IGV4cG9zdXJl 10420 +IENvbW11bml0eQ== 10421 +IEp1c3RpY2U= 10422 +b3JuZXk= 10423 +c3p5c3Q= 10424 +IGZyaWVk 10425 +7Iuc6w== 10426 +IFdpbg== 10427 +IEA= 10428 +IEhvcGVmdWxseQ== 10429 +ZXN6 10430 +IG1vbmRl 10431 +IGNvbWJpbmU= 10432 +Z21lbnQ= 10433 +IHJlY29tbWVuZGF0aW9ucw== 10434 +IHByZWduYW50 10435 +7Iud 10436 +cmFm 10437 +IGx1 10438 +6ICB 10439 +5LuA5LmI 10440 +ZG9vcg== 10441 +0LDQt9GL0LI= 10442 +dWVnbw== 10443 +IGltcHJvdmVtZW50 10444 +IHRyaW0= 10445 +IGVpZ2Vu 10446 +IGFwcHJveGltYXRlbHk= 10447 +INCy0LDQvA== 10448 +YXdh 10449 +INGB0L7QsQ== 10450 +IGNvcm9u 10451 +IG9uZ29pbmc= 10452 +IGhlcw== 10453 +IGluanVyeQ== 10454 +IGZyYW5r 10455 +IGthZGFy 10456 +cmVuY3k= 10457 +IENvbG9y 10458 +IEdydQ== 10459 +IGRpcA== 10460 +0YDRiw== 10461 +IHRlYXJz 10462 +Z3Q= 10463 +IFBE 10464 +IHBhdXNl 10465 +b3Nj 10466 +IHVzdGVk 10467 +IFdvbw== 10468 +IHdpxJk= 10469 +6KaL 10470 +IGRlbm4= 10471 +IFBldA== 10472 +IG92ZXJjb21l 10473 +IOuCtOqwgA== 10474 +IE1vdmU= 10475 +IGxpY2Vuc2U= 10476 +IHJlcGVhdGVk 10477 +4K+H 10478 +IGNhdGVnb3JpZXM= 10479 +IG5vb2RsZXM= 10480 +IGZsb29k 10481 +IE1hc3M= 10482 +IG51dHM= 10483 +IEplc3M= 10484 +IElo 10485 +IGNoYW5jZXM= 10486 +kJg= 10487 +IGRvbmRl 10488 +SUc= 10489 +IGFuZGVyZQ== 10490 +IGJvbmVz 10491 +7J6R 10492 +IGVmZmljaWVuY3k= 10493 +IG1vZGVy 10494 +cm9hdA== 10495 +IOydtOqyjA== 10496 +aWxsZXI= 10497 +IG9tZWdh 10498 +INC/0L7Qsg== 10499 +IEdyb3Vw 10500 +IHByb2R1Y2luZw== 10501 +YW1v 10502 +IHBhcnRpY2lwYW50cw== 10503 +dXBw 10504 +aWZpY2U= 10505 +IGZvcnR1bg== 10506 +aWV0bmFt 10507 +YWNhaw== 10508 +IEtv 10509 +bWnFnw== 10510 +IGphaWw= 10511 +IEpvbmVz 10512 +xZtteQ== 10513 +IERldXRz 10514 +IGJyaWVmbHk= 10515 +IFRhbA== 10516 +IFBlcmhhcHM= 10517 +IFJ1Yg== 10518 +IEtu 10519 +64uk64qU 10520 +csOp 10521 +IHZvY8Oqcw== 10522 +IENoYXJsZXM= 10523 +0LXRgtC1 10524 +cmllcnM= 10525 +IGhlYWw= 10526 +YW50ZWU= 10527 +IGRlbW9jcmFjeQ== 10528 +IGxvYW4= 10529 +IGNoZWY= 10530 +0Y/QvA== 10531 +IHVuY29tZm9ydGFibGU= 10532 +IGV0ZXJu 10533 +YXBwaW5n 10534 +IHJlcGFpcg== 10535 +cm90 10536 +IFRhcg== 10537 +IGNvdmVycw== 10538 +b21pbmc= 10539 +IEV0aA== 10540 +IM6t 10541 +0YfQvdC+ 10542 +IGFmdGVyd2FyZHM= 10543 +INCy0LXRgA== 10544 +IGRhaGE= 10545 +IGtuZWVz 10546 +IG9yZGluYXJ5 10547 +w7xs 10548 +Z2Fz 10549 +IHRpY2tldA== 10550 +IOyggOuKlA== 10551 +IOyeiOyKteuLiOuLpA== 10552 +Y2h0ZQ== 10553 +TXI= 10554 +IHNpc3Q= 10555 +aHVp 10556 +6re46w== 10557 +7Jes 10558 +IHZhcnk= 10559 +IG1lbW9y 10560 +IGNvbnRyb2xsZXI= 10561 +IGLEmWR6aWU= 10562 +IG1pbmlzdGVy 10563 +15I= 10564 +Zmxvdw== 10565 +QUg= 10566 +IHRvd2Vy 10567 +55A= 10568 +IHNjYXI= 10569 +5oOF 10570 +IFBlbg== 10571 +IHBhw61z 10572 +15g= 10573 +7J246w== 10574 +IGVuZXJn 10575 +IHN3b3Jk 10576 +IHBhcGVycw== 10577 +0LjQu9Cw 10578 +IFdlZG5lc2RheQ== 10579 +IEZvcmNl 10580 +IGV4dHJhb3JkaW5hcnk= 10581 +IExha2U= 10582 +IOqwgOs= 10583 +IEJlYXV0 10584 +IHJlYXNvbmFibGU= 10585 +IGNvbnRyaWJ1dGU= 10586 +IHBsZWFzZWQ= 10587 +IHVwZGF0ZWQ= 10588 +IHBpw7k= 10589 +ZWxv 10590 +IHNpZ25pZmljYW50bHk= 10591 +IGJvdA== 10592 +IGdlbmVyYXRpb25z 10593 +IHByb3RlY3RlZA== 10594 +5ZOI 10595 +IGhpZGluZw== 10596 +IElsbA== 10597 +IG5ldXRyYWw= 10598 +XSw= 10599 +z4TOvw== 10600 +IHRvbmd1ZQ== 10601 +VGhhbms= 10602 +IOqzhA== 10603 +IHBheXM= 10604 +zq/OvQ== 10605 +IGFwcGxl 10606 +MDE= 10607 +ZXJr 10608 +aWVyYQ== 10609 +IGplZw== 10610 +IFN1YnNjcmliZQ== 10611 +IHRoZWF0ZXI= 10612 +IHN0cm9uZ2x5 10613 +IOyGjA== 10614 +INC/0YDQsNCy 10615 +dWNreQ== 10616 +IEppbg== 10617 +a3dhcmQ= 10618 +6rG0 10619 +IG9wcG9uZW50 10620 +IFNP 10621 +IGhvbHk= 10622 +IGZpbGxpbmc= 10623 +Ol0= 10624 +IGhpag== 10625 +0Jw= 10626 +IGJpc3M= 10627 +IGJsZW5k 10628 +IGltcGxpYw== 10629 +IOy9 10630 +bGxlaWNodA== 10631 +2YrYqQ== 10632 +YXNhbnQ= 10633 +ZXJ0ZQ== 10634 +IFNhbWU= 10635 +IGludGVyaW9y 10636 +U2U= 10637 +IGJlbmNo 10638 +IHBvY28= 10639 +IG1hcmtz 10640 +IHdpbnM= 10641 +5ZaU 10642 +IM6z 10643 +IGRpc3RpbmN0 10644 +IEFzaWFu 10645 +IG1vbGVj 10646 +IEphY2tzb24= 10647 +IGVhc3Q= 10648 +IHBoeXNpY3M= 10649 +aW1hbA== 10650 +IHBlYWs= 10651 +YXJpYW4= 10652 +ZXBz 10653 +IG5lYXQ= 10654 +INCy0LDRgQ== 10655 +dXJuaW5n 10656 +IHN5bnRo 10657 +IHJldmVhbA== 10658 +xbo= 10659 +Z29u 10660 +bmlz 10661 +YXRpdg== 10662 +IExhcw== 10663 +IHB5 10664 +IE1hamVzdHk= 10665 +IFZhbGxleQ== 10666 +IGVuZg== 10667 +IGdlbnM= 10668 +IHJvb3Rz 10669 +ZXpl 10670 +YmV0 10671 +IGFjdHM= 10672 +6Zo= 10673 +6JA= 10674 +IHBoaWxvc29waHk= 10675 +IG1hdGNoZXM= 10676 +nWk= 10677 +IGp1xbw= 10678 +IGRlc3Blcg== 10679 +IEVkdWNhdGlvbg== 10680 +IHNwb3Rz 10681 +IHJlZ2lvbnM= 10682 +QXI= 10683 +IE5hbQ== 10684 +ZWVu 10685 +IGRpYWdyYW0= 10686 +IHJlbHk= 10687 +IHRlbnM= 10688 +IGRhdGluZw== 10689 +IGNvYXQ= 10690 +IEhvcg== 10691 +IGFja25vd2xlZGdl 10692 +IFByZXR0eQ== 10693 +INC/0L7Qvw== 10694 +IHZvaXI= 10695 +IGZhdm91cml0ZQ== 10696 +IG1vxbw= 10697 +IGtt 10698 +IERP 10699 +IGZlcnQ= 10700 +IOuPhA== 10701 +IFBhYw== 10702 +IGZvbnQ= 10703 +IGZpbmRz 10704 +IEl0YWx5 10705 +INC60L7Quw== 10706 +IGNvbXBhc3M= 10707 +67M= 10708 +bGlhbWVudA== 10709 +IG5vdGlvbg== 10710 +IGluamVjdA== 10711 +IHdpc2RvbQ== 10712 +IMOc 10713 +IE1vb24= 10714 +IEJ1c2luZXNz 10715 +cmljcw== 10716 +IFlvdXQ= 10717 +IGZvcmdpdmU= 10718 +IGZpbmFuY2U= 10719 +aWxv 10720 +2KM= 10721 +YWhs 10722 +IGRlbW8= 10723 +IGNsaW1i 10724 +IGV4cG9ydA== 10725 +5aA= 10726 +IHN1Y2Nlc3NmdWxseQ== 10727 +IEZlcg== 10728 +cGVjdGVk 10729 +ZGVt 10730 +IHJldGlyZQ== 10731 +IGxhcHRvcA== 10732 +IHNwaXI= 10733 +IEFzc29jaWF0aW9u 10734 +INCz0Ls= 10735 +IFNlbA== 10736 +IO2VnOs= 10737 +IGVtcGxveWVl 10738 +IG1vbHQ= 10739 +Ukw= 10740 +0K8= 10741 +IGNvbnRyYQ== 10742 +IHVn 10743 +IEJhbGw= 10744 +IEphdmE= 10745 +w6lyaWU= 10746 +IHByb2NlZHVyZQ== 10747 +IGdyaWQ= 10748 +IOuKkOs= 10749 +IGJlbHQ= 10750 +INGN0YLQvtCz0L4= 10751 +dXJk 10752 +IGNvbXByZWg= 10753 +IGRldmVsb3Blcg== 10754 +INGN0YLQvtC8 10755 +5Zg= 10756 +Y3I= 10757 +IOuT 10758 +IHNwb2tlbg== 10759 +cmVuY2U= 10760 +IHRlcm1pbg== 10761 +IGFnZ3Jlc3NpdmU= 10762 +IGJpc3NjaGVu 10763 +IGhhc3Rh 10764 +IEJyaWFu 10765 +IENvbW1pc3Npb24= 10766 +IFl1 10767 +IHByb21pc2Vk 10768 +IGVxdWl0eQ== 10769 +aWtv 10770 +dmVydHk= 10771 +IHJlcGxhY2Vk 10772 +IEhlbHA= 10773 +IHBvc2U= 10774 +IE1pZGRsZQ== 10775 +IGtpbQ== 10776 +IG1laW4= 10777 +IENvdW5jaWxs 10778 +INCS0YE= 10779 +b3Jv 10780 +IEJlcm4= 10781 +IGJleg== 10782 +IGFuYWx5dA== 10783 +YW5nZW4= 10784 +IOyLtg== 10785 +IEdsbw== 10786 +IHF1YWQ= 10787 +0YLQsA== 10788 +IHNwZWFrcw== 10789 +7JiI7JqU 10790 +IOyXrOufrOs= 10791 +ZnJlZQ== 10792 +0L3Rlg== 10793 +cmljaA== 10794 +IOuvuA== 10795 +IERpZXM= 10796 +YWJi 10797 +pbg= 10798 +IGRlcHJlc3Npb24= 10799 +IHJldGFpbA== 10800 +hOuTpA== 10801 +IFZvdXM= 10802 +IExhdGlu 10803 +4bk= 10804 +IOyii+yVhA== 10805 +IHRvcnQ= 10806 +IGNvbXB1dGVycw== 10807 +IHNlYXJjaGluZw== 10808 +IHR1Yg== 10809 +YXRlbGw= 10810 +IG1lcmM= 10811 +IGdsYXNzZXM= 10812 +cGVyc29u 10813 +IGRpc2hlcw== 10814 +IGd1YXJhbnRlZQ== 10815 +IG1lZw== 10816 +c20= 10817 +IFdhbGs= 10818 +7Jy866m0 10819 +IGZvbGRlcg== 10820 +IE1pdA== 10821 +IHRpbWluZw== 10822 +IGFic3Q= 10823 +IExvZw== 10824 +44Kv 10825 +IGFwcHJvdmVk 10826 +IFVTQQ== 10827 +0LLQtdGC 10828 +IHdpc2U= 10829 +ZXNzZWQ= 10830 +IGRvdWI= 10831 +IHJlc2lkZW50 10832 +IGdlbmVyYXRlZA== 10833 +IHN0YXlz 10834 +IGV4cGxhbmF0aW9u 10835 +IHBvaXNvbg== 10836 +YXRyZQ== 10837 +IGluc2FuZQ== 10838 +IHJlZmVycmVk 10839 +YWlyZXM= 10840 +IFRSQQ== 10841 +IHNlaQ== 10842 +IGlubm9j 10843 +QWg= 10844 +IG1hbnQ= 10845 +aHVz 10846 +IG91dGVy 10847 +Z2Vi 10848 +b2ljZQ== 10849 +IGRpc2N1c3Npbmc= 10850 +IGNvbnZlbmllbnQ= 10851 +X18= 10852 +IGF2b2ly 10853 +IHNoYXBlcw== 10854 +IGdyYXk= 10855 +IGRlbnRybw== 10856 +IG1hY2h0 10857 +IDE5NQ== 10858 +2Y8= 10859 +IGFkZHM= 10860 +dXRpbmc= 10861 +IGNhcGFiaWxpdGllcw== 10862 +IHNlY3Rpb25z 10863 +IHR1bmU= 10864 +IENhdXNl 10865 +YXJkZQ== 10866 +INGB0LrQsNC3 10867 +YXZpcnVz 10868 +IFJF 10869 +IHR1bmVk 10870 +IGxlYWY= 10871 +dGVyaW9y 10872 +IENhcHRhaW4= 10873 +INis 10874 +IGNob29zaW5n 10875 +aGlu 10876 +Z2dpbmc= 10877 +dmlldA== 10878 +IHJlZ3JldA== 10879 +MjY= 10880 +b25kZXJu 10881 +IGJvbnVz 10882 +IFJheQ== 10883 +QXM= 10884 +IHRvcm4= 10885 +IEhpZXI= 10886 +IEVV 10887 +IHJpc2tz 10888 +IGFtYQ== 10889 +IFlldA== 10890 +IGNoYXJhY3RlcmlzdGljcw== 10891 +IOqwkA== 10892 +IFNlbmF0b3I= 10893 +IFZhbW9z 10894 +IHJvc2U= 10895 +IGNvcnBvcmF0ZQ== 10896 +Z2hhbg== 10897 +IGNlbnRlcnM= 10898 +c3RhaXJz 10899 +IG5pdA== 10900 +IHVudXN1YWw= 10901 +IFRvbnk= 10902 +IEdS 10903 +IFdpbGQ= 10904 +IFNpbWlsYXI= 10905 +IHRvZGFz 10906 +5YGa 10907 +IGhvcml6b250 10908 +bWVs 10909 +IHN0cmljdA== 10910 +IGN1YWw= 10911 +IHdyaXQ= 10912 +IGV4dGVuZGVk 10913 +IO2VmOuKlA== 10914 +IHJlbGllZg== 10915 +IG9uaW9u 10916 +IGJhYmllcw== 10917 +IGRpZmVy 10918 +IGludGVncmF0ZWQ= 10919 +w7x6aWs= 10920 +ZXBpbmc= 10921 +LS0tLQ== 10922 +IG1lbnM= 10923 +IHN0cmF0ZWdpYw== 10924 +ZmluaXRlbHk= 10925 +IGVpZ2VudGxpY2g= 10926 +V2hv 10927 +5Zyw 10928 +IHs= 10929 +IOS9oA== 10930 +IFRyaQ== 10931 +IHBvaW50ZWQ= 10932 +8J0= 10933 +bmFtZW50 10934 +0LXRhg== 10935 +IHByaWRl 10936 +IFJlcHVibGljYW4= 10937 +IHNhbXBsZXM= 10938 +IGRvbWVzdGlj 10939 +TFk= 10940 +dmV6 10941 +IHdlYmluYXI= 10942 +2KfZhQ== 10943 +IGVuaA== 10944 +IHN1Z2dlc3RlZA== 10945 +IG1laW5l 10946 +IHB1ZWQ= 10947 +b3Jlbg== 10948 +cmly 10949 +IGhlYXZpbHk= 10950 +IGluc3RydWN0aW9u 10951 +IG1pY3JvcGhvbmU= 10952 +IGlndWFs 10953 +IElyYQ== 10954 +IHZ1bG5lcmFibGU= 10955 +IFZpcmdpbmlh 10956 +IGNvbnRpbnVvdXM= 10957 +IHBvdmVydHk= 10958 +IGJsYWRl 10959 +5LiJ 10960 +IHJlbGF0ZQ== 10961 +IGNhcmE= 10962 +IEdvaW5n 10963 +IHJlZ2lvbmFs 10964 +IEZ1Y2s= 10965 +IHRvdw== 10966 +IE11c2V1bQ== 10967 +cmFudHM= 10968 +INCx0LXQtw== 10969 +bGFpbQ== 10970 +IGNoYW1waW9u 10971 +dGxl 10972 +w61u 10973 +ZW5jaWE= 10974 +IGRpZXNlbQ== 10975 +IERpZw== 10976 +bWF0ZXM= 10977 +IGludmVzdGluZw== 10978 +IEpvcmRhbg== 10979 +IGludGVncmF0aW9u 10980 +IO2O 10981 +4Lir 10982 +ZW5zdXM= 10983 +IEFyY2g= 10984 +IHBlbmNpbA== 10985 +0LDQu9GM0L3Qvg== 10986 +aXNzZW4= 10987 +IEth 10988 +IHJvY2tz 10989 +IHJhdGluZw== 10990 +IHJlZnVnZQ== 10991 +IGFwcg== 10992 +ZXRlZA== 10993 +IGFzc2lzdGFudA== 10994 +IG1lYW5pbmdmdWw= 10995 +IHBlcm1hbmVudA== 10996 +IGhpbGw= 10997 +IHdzenlzdA== 10998 +IHdvdW5k 10999 +IEF0bA== 11000 +IGxha2U= 11001 +IEZvcnQ= 11002 +6Kyd6Kyd 11003 +IHJlZHVjdGlvbg== 11004 +IHZpdg== 11005 +IHNvdXI= 11006 +IGVjb3M= 11007 +IGhheg== 11008 +IHN0ZWFs 11009 +IG15c3Rlcg== 11010 +INCa0LDQug== 11011 +INGN0YLQuA== 11012 +IFZpZXRuYW0= 11013 +IGFudGVz 11014 +IGNvbm5lY3Rpbmc= 11015 +6ZaT 11016 +IERhdmU= 11017 +IGLDtnlsZQ== 11018 +IENhc3Q= 11019 +TGU= 11020 +IGN1bA== 11021 +IGdlbnJl 11022 +66eQ 11023 +IGNvbXBsYWlu 11024 +IGh1cnJ5 11025 +YXJ0ZQ== 11026 +Z3JlZw== 11027 +IG1vbml0b3Jpbmc= 11028 +IGRlc2VydA== 11029 +INGB0L7Qsg== 11030 +ZWxpbmc= 11031 +IFN1cHJlbWU= 11032 +IGdpYmk= 11033 +IGxhcmc= 11034 +IG5hdGlvbnM= 11035 +IFRvaw== 11036 +IG5lZWRsZQ== 11037 +5rU= 11038 +IGFzbGVlcA== 11039 +IGNvbXVu 11040 +IEpld3M= 11041 +IGFjaGlldmVk 11042 +IGV4aXQ= 11043 +IGRpc2Vhc2Vz 11044 +bGluZXM= 11045 +44GL44KJ 11046 +cmllbmRz 11047 +IHJlY3Q= 11048 +IHNjYW4= 11049 +44Gv44GE 11050 +IGh1cnRz 11051 +esSZ 11052 +IExvb2tpbmc= 11053 +44K3 11054 +7ZI= 11055 +dWx0dXJhbA== 11056 +4buT 11057 +aW5lbnQ= 11058 +IHB1ZXM= 11059 +IGNoZWVyaW5n 11060 +p4A= 11061 +YWdnZXI= 11062 +IGFkYQ== 11063 +TGF1Z2h0ZXI= 11064 +IFdvbWVu 11065 +6KOh 11066 +6Ks= 11067 +IG9jY3VycmVk 11068 +IHNlYXRz 11069 +6ICM 11070 +IGVtcG93ZXI= 11071 +dW51 11072 +ZWxsaW5n 11073 +QkVS 11074 +ZW5zaW9uYWw= 11075 +IGNvbnNvbGU= 11076 +YXNoaW5n 11077 +IGVpbm1hbA== 11078 +ZmFyZQ== 11079 +IOuPvA== 11080 +IHNlc3Npb25z 11081 +2ZA= 11082 +IHJpZGljdWxvdXM= 11083 +w61hbg== 11084 +IEhlbnJ5 11085 +IEhvbA== 11086 +IGNvbGxlY3RlZA== 11087 +IGRpc2N1c3Npb25z 11088 +RGU= 11089 +IGRpc2FiaWxpdHk= 11090 +IO2b 11091 +IHN1YnNjcmliZXJz 11092 +IGlyZ2VuZA== 11093 +IGZlbA== 11094 +IGRpcmVjdGlvbnM= 11095 +IG1hbnVmYWN0dXJpbmc= 11096 +IFJvZA== 11097 +IOyWmA== 11098 +4LiX 11099 +5piO 11100 +IGNyaXRlcmlh 11101 +IG1vbGQ= 11102 +6Kmx 11103 +IGVudGVyaW5n 11104 +cmlq 11105 +aXNlbg== 11106 +IFBhcmE= 11107 +aWV2ZQ== 11108 +IGNoYXJnZWQ= 11109 +IGpvdQ== 11110 +IGNhdHM= 11111 +0LvQtdC0 11112 +YWRheXM= 11113 +0LDQvdC+0LI= 11114 +asSZ 11115 +dmF0aW9u 11116 +IGFzdHJvbg== 11117 +aXRhbHM= 11118 +IEJyYW5k 11119 +IEthbg== 11120 +IHBsYWlu 11121 +IGFuZGVyZW4= 11122 +YW5kZQ== 11123 +0Y/Qtw== 11124 +IHRvbGVy 11125 +xYJlbQ== 11126 +IHByw6k= 11127 +0LzQvtGC0YA= 11128 +YWdlbWVudA== 11129 +dWN0 11130 +Y2jDqQ== 11131 +IEVuZXI= 11132 +YWrEhQ== 11133 +IO2VtOs= 11134 +IHN0YQ== 11135 +IHJpbmdz 11136 +IHRvaWxldA== 11137 +IENyYQ== 11138 +IGV4cGVyaWVuY2luZw== 11139 +IHNsaXA= 11140 +IHNhbmR3aWNo 11141 +IFVzaW5n 11142 +IHNwZWN0cnVt 11143 +IFJvcw== 11144 +YXBzZQ== 11145 +IEpheQ== 11146 +0LzRgw== 11147 +5rOV 11148 +RXg= 11149 +IHJlY29nbml0aW9u 11150 +IERpZG4= 11151 +dWRh 11152 +YWpl 11153 +ZXN0bHk= 11154 +IGZlbWlu 11155 +aXR1cmU= 11156 +0YDQsNGC 11157 +IGhpcmU= 11158 +IG5vd2hlcmU= 11159 +5L2N 11160 +4bqn 11161 +IHdpbmc= 11162 +IHNhdg== 11163 +IFNlY3VyaXR5 11164 +IHJ1cmFs 11165 +IEZ1bg== 11166 +YXllcg== 11167 +IGFjY3Vz 11168 +IG1t 11169 +IEpvc2VwaA== 11170 +IHNjcmVlbnM= 11171 +IGJvcnJvdw== 11172 +IHN3aW5n 11173 +IDQ4 11174 +IHRvdWNoaW5n 11175 +dGhpcw== 11176 +aW50ZW5kbw== 11177 +6YM= 11178 +0KA= 11179 +IFNjb3RsYW5k 11180 +IEphc29u 11181 +IFZlbg== 11182 +IGV4Y2VwdGlvbg== 11183 +IG5lYXJieQ== 11184 +IGJyb3dzZXI= 11185 +YW5nZXJz 11186 +IFNpbg== 11187 +z4DOvw== 11188 +5L2G5piv 11189 +b3NwZWw= 11190 +IHd1cmRl 11191 +IGRydW5r 11192 +7Zo= 11193 +7IaN 11194 +44OJ 11195 +IOyKpO0= 11196 +IExpZQ== 11197 +b2Nv 11198 +IExlYWd1ZQ== 11199 +IGlnbm9yZQ== 11200 +IDop 11201 +IGxhbmRpbmc= 11202 +INi52YQ= 11203 +IFRhZw== 11204 +Mjg= 11205 +IGRyYWZ0 11206 +IGFlcg== 11207 +IOq3uOuDpQ== 11208 +IHBlbnNl 11209 +INC00LDQttC1 11210 +IGJlZHJvb20= 11211 +IG5hag== 11212 +7KeA6rOg 11213 +aWdlbm91cw== 11214 +IGRlYWxz 11215 +ZWxsbw== 11216 +5LqM 11217 +IHBvc2l0 11218 +6rs= 11219 +IHZpc2l0ZWQ= 11220 +aWZpZXM= 11221 +IHByZW1p 11222 +IGNhbnQ= 11223 +IFJpY2s= 11224 +IHJhaXNpbmc= 11225 +IHBlcm1pc3Npb24= 11226 +IHB1Ymw= 11227 +dW5jaQ== 11228 +IGJlbmQ= 11229 +IGNoYW1waW9ucw== 11230 +ZGll 11231 +IGF3ZnVs 11232 +IGp1bXBpbmc= 11233 +IGxsZWc= 11234 +IHN1c3RhaW5hYmxl 11235 +IFRvdA== 11236 +IGNhbmR5 11237 +5YCZ 11238 +IHNhdGlzZmllZA== 11239 +IHBpcGU= 11240 +IGNvY2s= 11241 +2LY= 11242 +c3RvbmU= 11243 +IG1vbWVudHVt 11244 +INCd0LA= 11245 +IGFsb3Jz 11246 +IHJldHVybnM= 11247 +YW1tZW4= 11248 +564= 11249 +0YvQvA== 11250 +YXdu 11251 +b3R0ZWQ= 11252 +IHdvbGxlbg== 11253 +aWN0ZWQ= 11254 +IGNhbmRpZGF0ZXM= 11255 +IExhZHk= 11256 +IHlpZWxk 11257 +IG1haW50ZW5hbmNl 11258 +ZmZlY3Q= 11259 +IGV4cGFuc2lvbg== 11260 +IExFRA== 11261 +IGRhcmtuZXNz 11262 +IG91dGZpdA== 11263 +7JWI 11264 +INC40YHQvw== 11265 +cnVwdGlvbg== 11266 +44GE44G+44GZ 11267 +IGVuZ2FnaW5n 11268 +IGluc2lnaHQ= 11269 +IEFsd2F5cw== 11270 +IGdlZg== 11271 +cmFr 11272 +IHBpeA== 11273 +6Ka65b6X 11274 +IHF1YW50aXR5 11275 +IGluaw== 11276 +IEtpbmdkb20= 11277 +IGNvcnQ= 11278 +5bi4 11279 +IGdvdmVybm1lbnRz 11280 +IHByb3Rlc3Q= 11281 +cG9vbg== 11282 +INGC0L7Qs9C+ 11283 +5a6D 11284 +dWNoZW4= 11285 +cXVhbGl0eQ== 11286 +IFBvcnF1ZQ== 11287 +IENsdWI= 11288 +IHJpdA== 11289 +IGFydGljbGVz 11290 +Qkk= 11291 +aWdpYmxl 11292 +IGRpc2FzdGVy 11293 +0LjQsw== 11294 +INC90LjQug== 11295 +2YfYpw== 11296 +66W8 11297 +YXJldA== 11298 +IHVuYWJsZQ== 11299 +IMOu 11300 +IGVyc3Q= 11301 +INeg 11302 +dmFyZA== 11303 +IGFubm95aW5n 11304 +IEtpcg== 11305 +0LXRgNC2 11306 +ZW5uaXM= 11307 +IHVuY2VydGFpbg== 11308 +MzY= 11309 +w7Zz 11310 +IGVjb3N5c3RlbQ== 11311 +emVk 11312 +asOg 11313 +c3Vu 11314 +7Ja07ISc 11315 +IMW8ZWJ5 11316 +IG1hcHM= 11317 +64KY 11318 +5YWo 11319 +IEp1c3Rpbg== 11320 +IHRyYXNo 11321 +IGVub3Jtb3Vz 11322 +IHN0YXRlZA== 11323 +IGJyYW5kcw== 11324 +IHlvdXQ= 11325 +INGH0LXQu9C+0LLQtdC6 11326 +IE1hdHRo 11327 +IHRyYW5zcG9ydGF0aW9u 11328 +IGxlZ2lzbGF0aW9u 11329 +IHByb3ZpZGVycw== 11330 +INit 11331 +IG1hZ2F6aW5l 11332 +IHNlaGVu 11333 +IERlc3BpdGU= 11334 +IHBhc3Nlcw== 11335 +5oiQ 11336 +IGFsdGVy 11337 +YWRhbg== 11338 +IGZhcm1lcnM= 11339 +6LCi 11340 +IGNvbmZpcm1lZA== 11341 +IGVzYQ== 11342 +aXRvcw== 11343 +IHJvYWRz 11344 +VklT 11345 +IHdvcmtlcg== 11346 +IGRlc2lnbnM= 11347 +IFNvdmlldA== 11348 +YnJpZA== 11349 +IHByYWN0aWNpbmc= 11350 +IOu2gA== 11351 +IFNlYQ== 11352 +44Op 11353 +INC/0YDQvtC0 11354 +IGNoaWxs 11355 +IGxlbW9u 11356 +7JeQ64qU 11357 +IGZsZXhpYmxl 11358 +IEV4Y3VzZQ== 11359 +IHRlcnJpdG9yeQ== 11360 +5ZWP 11361 +44G/ 11362 +IGx1eA== 11363 +IGxpZmV0aW1l 11364 +IGRpc3Rpbmd1 11365 +IFRpbWVz 11366 +IGdyb3Nz 11367 +ZW56 11368 +IHNjcm9sbA== 11369 +bcSxxZ8= 11370 +Y2lw 11371 +o7w= 11372 +RFA= 11373 +IHB1Ymxpc2g= 11374 +IGViZW4= 11375 +IHJlZ2lzdA== 11376 +IGVkaXRpb24= 11377 +IExF 11378 +IGNoYXJnaW5n 11379 +dXRhdGlvbg== 11380 +eXJpY3M= 11381 +aWRhcw== 11382 +IM6/ 11383 +INC60L7RgA== 11384 +IFRvbg== 11385 +55uu 11386 +IHdob2V2ZXI= 11387 +IEZveA== 11388 +5omL 11389 +6rGw65Og7JqU 11390 +IGZvdWdodA== 11391 +IGRyaWxs 11392 +IEFmZ2hhbg== 11393 +fiE= 11394 +IFRvbw== 11395 +IHNlY29uZGFyeQ== 11396 +csOk 11397 +IEhlYWQ= 11398 +aW5uZW4= 11399 +IHlhcm4= 11400 +INC90LDQvA== 11401 +IHdpZHRo 11402 +IGVuZ2luZWVy 11403 +acSF 11404 +IHdpbmdz 11405 +IOuVjOusuA== 11406 +IHRyYXVtYQ== 11407 +IHJlcHJvZHU= 11408 +IGNoaXA= 11409 +IHBhc3Npb25hdGU= 11410 +IGF3a3dhcmQ= 11411 +IO2K 11412 +0LDQttC0 11413 +IEJpdGNvaW4= 11414 +IGtow7RuZw== 11415 +IHLDsw== 11416 +cmVjdGlvbg== 11417 +INCz0LTQtQ== 11418 +IFVzdWFsbHk= 11419 +IGltcGxlbWVudGF0aW9u 11420 +IGdhbWVwbGF5 11421 +IG15c3Rlcnk= 11422 +INC+0Lo= 11423 +IGHDsW9z 11424 +YW5keQ== 11425 +0LjQvNC4 11426 +IHByaXZhY3k= 11427 +YWNv 11428 +44KB 11429 +IGR1bXA= 11430 +IFBheQ== 11431 +IGRpcGw= 11432 +IGZ1cm4= 11433 +IHNoaXBz 11434 +TEE= 11435 +INGF0L7RgNC+0Yg= 11436 +IGVj 11437 +IGRyb3Bz 11438 +Y2hs 11439 +MzI= 11440 +IG9ic2VydmU= 11441 +IERldmVsb3A= 11442 +TcO8emlr 11443 +YW5uZWw= 11444 +b3dhxIc= 11445 +IGZhY2Vk 11446 +w6Fs 11447 +IHZpY3RpbXM= 11448 +IGdpZnRz 11449 +IGJvb3Q= 11450 +w59l 11451 +cm9k 11452 +IDIwMDk= 11453 +w7ZydA== 11454 +IHVuaXZlcnNhbA== 11455 +IG5vdXZl 11456 +IGJveWZyaWVuZA== 11457 +IGNldGVyYQ== 11458 +0YHRgtCw 11459 +J1M= 11460 +IG5pdmU= 11461 +IGNydWNpYWw= 11462 +IHN1cnZl 11463 +IGNvaW4= 11464 +IHNvbmRlcm4= 11465 +IHNoYWRl 11466 +IGx1Z2Fy 11467 +IHN1cmVseQ== 11468 +IG1heA== 11469 +IGltcHJvdmluZw== 11470 +5Zug54K6 11471 +IHdlbg== 11472 +INeR 11473 +IOyWtOw= 11474 +IGVuZm9yY2VtZW50 11475 +aWJs 11476 +IGxpdg== 11477 +bGVyaQ== 11478 +IG1lam9y 11479 +IENhcm9saW5h 11480 +IHZhcw== 11481 +IGNvbXByb20= 11482 +IGRpcnQ= 11483 +IHVwZ3JhZGU= 11484 +IEJlbGw= 11485 +IHJlc3RhdXJhbnRz 11486 +IHRyYXA= 11487 +IHRlYXM= 11488 +YmxpYw== 11489 +IEdyZWc= 11490 +c2Fu 11491 +IG93 11492 +dWVzdA== 11493 +IHByb3Bvc2Fs 11494 +IFJldA== 11495 +ZnJvbnQ= 11496 +IHBhc3NhZ2U= 11497 +IHN1cnJvdW5kaW5n 11498 +IMO6bHQ= 11499 +IHVwY29taW5n 11500 +IGhvcnJvcg== 11501 +IGNsb3RoaW5n 11502 +IOyVvQ== 11503 +IGRpbA== 11504 +cm9tZQ== 11505 +IElk 11506 +IFJvYWQ= 11507 +INGN0YLQvtGC 11508 +Y2hhaW4= 11509 +INCx0YvRgtGM 11510 +IE9mZmlj 11511 +INCd0LU= 11512 +IGluc2Fu 11513 +IGRlY3JlYXNl 11514 +INGF0L7Rgg== 11515 +YnVpbGQ= 11516 +IERyYWdvbg== 11517 +5YI= 11518 +IGludmVzdG9ycw== 11519 +YW50aQ== 11520 +IHNhY3JpZmljZQ== 11521 +IHRyb29wcw== 11522 +IEJhZA== 11523 +IHBhc3N3b3Jk 11524 +IGNvbnN0cmE= 11525 +4LiV 11526 +IMOHYQ== 11527 +YWRvdw== 11528 +dGhyb3VnaA== 11529 +0YbQsA== 11530 +Q2Fu 11531 +IGNhbmRpZGF0ZQ== 11532 +IGFudGli 11533 +7JeF 11534 +IHRhc3R5 11535 +2YjZhg== 11536 +IEluZg== 11537 +IEJhbmc= 11538 +acOfdA== 11539 +aW5pdHk= 11540 +ZmF0aGVy 11541 +IGNvbnRyb3ZlcnM= 11542 +IFBhaw== 11543 +aWx0eQ== 11544 +6rWs6w== 11545 +IGxpZ2h0ZXI= 11546 +IGZhbGxlbg== 11547 +IHp1cw== 11548 +IEd1YXJk 11549 +IGNvdHQ= 11550 +IEZyZWU= 11551 +IGluaXRpYXRpdmU= 11552 +YWxvdXM= 11553 +IG5vdGlmaWNhdGlvbg== 11554 +IE1lZGlj 11555 +IENvbW1pdHRlZQ== 11556 +7Jew 11557 +IFdvb2Q= 11558 +IG11c2g= 11559 +dWx1bQ== 11560 +6LI= 11561 +YWhhaA== 11562 +IHN1ZmZpY2llbnQ= 11563 +IHNpbmdlcg== 11564 +0LrQvtC5 11565 +QUxJ 11566 +w6R0dA== 11567 +IFBS 11568 +IExhcg== 11569 +Y3VsZXM= 11570 +aWVtcG8= 11571 +IHVuZXg= 11572 +IGludGVncmFs 11573 +IHRyYW5zbWlzc2lvbg== 11574 +IGljaQ== 11575 +0YPRhQ== 11576 +Z2lj 11577 +IE5pbnRlbmRv 11578 +IENvcA== 11579 +IFRydXN0 11580 +ZW5hcw== 11581 +IGFiaWxpdGllcw== 11582 +IGNoaXBz 11583 +cGF0 11584 +IGFuY2hl 11585 +0LvQtdC9 11586 +IGFwcHJvYWNoZXM= 11587 +IHRob3I= 11588 +IHNpc3RlcnM= 11589 +IGRyaXZlcnM= 11590 +IGFsbGE= 11591 +MDM= 11592 +IHJ1YmJlcg== 11593 +IG7DpQ== 11594 +QUNL 11595 +IGRpc2FwcGVhcg== 11596 +6rCc 11597 +IGNvbXBlbnM= 11598 +IHZpYnI= 11599 +56yR 11600 +R08= 11601 +IHNpemVz 11602 +IHRyYWNraW5n 11603 +7ZmU 11604 +IOyEuA== 11605 +IGltcGFjdHM= 11606 +aWJpbA== 11607 +ZmlzaA== 11608 +QlI= 11609 +IGFycm93 11610 +IGxhcmdlbHk= 11611 +YW5ueQ== 11612 +IGxhd3llcg== 11613 +5oCO6bq8 11614 +am91cnM= 11615 +2ro= 11616 +dmlh 11617 +IGRlbGxh 11618 +IG1hdGhlbWF0 11619 +IE1pbmU= 11620 +IEtvbGw= 11621 +2LI= 11622 +IENyb3Nz 11623 +IDY1 11624 +IGdyYWM= 11625 +IGludm9sdmVz 11626 +IGRlbGlnaHQ= 11627 +IEhvbGx5d29vZA== 11628 +IGltbWVkaWF0ZQ== 11629 +b25pYw== 11630 +IGxhZG8= 11631 +IGJ1bGxldA== 11632 +IE5vdGU= 11633 +IHVubG9jaw== 11634 +IGRpc2NvdW50 11635 +IHJpc2luZw== 11636 +cHJlc3M= 11637 +IHBhY2U= 11638 +IHNob3J0ZXI= 11639 +IHRlbmVy 11640 +Z2Vvbg== 11641 +IG1hbmFnaW5n 11642 +IGNlcmU= 11643 +Q2hy 11644 +V2hlbg== 11645 +YWNoZW4= 11646 +IOyT 11647 +IEh1bg== 11648 +IG9mdA== 11649 +IDI1MA== 11650 +aWVydW5n 11651 +IHN0YWJpbA== 11652 +IENvbm5lY3Q= 11653 +IHlhbmk= 11654 +IGRvd250 11655 +zrzOsQ== 11656 +IHZvY2Fs 11657 +zr3OsQ== 11658 +IGxlYW4= 11659 +IHZpZMOpbw== 11660 +IEZhbWlseQ== 11661 +cmVzZW50 11662 +IGFtb3VudHM= 11663 +7KeB 11664 +Y2xhc3M= 11665 +IHZpYg== 11666 +IEF2 11667 +YXJzZQ== 11668 +IGdlbnRsZW1lbg== 11669 +IHNlZWtpbmc= 11670 +IHVuaW9u 11671 +IHJlZ3VsYXJseQ== 11672 +5o8= 11673 +IEphaHI= 11674 +IEZvb2Q= 11675 +IFByb2JsZW0= 11676 +IGFydGlmaWNpYWw= 11677 +IFNpeA== 11678 +IGltcHJlc3NlZA== 11679 +IHRvb3Ro 11680 +IEto 11681 +IHlhcmQ= 11682 +IO2VtA== 11683 +IG93bmVk 11684 +IOuPmQ== 11685 +7LKt 11686 +IHRvZGE= 11687 +IHBvcnRmb2w= 11688 +IOuCqA== 11689 +b3JnZW91cw== 11690 +IGRhdGVz 11691 +0L7Qu9GM0Lc= 11692 +0LXRh9C90L4= 11693 +IGNvbmZpZ3VyYXRpb24= 11694 +IHJlcXVpcmVtZW50 11695 +IGJlbGx5 11696 +IHBhaW5mdWw= 11697 +IGRlbW9uc3RyYXRl 11698 +IGdsZWljaA== 11699 +IHZpc2l0aW5n 11700 +IENvbmY= 11701 +IGRhbA== 11702 +2ZE= 11703 +IGFtZW5k 11704 +IEZ1cg== 11705 +5q+U 11706 +IHZpdGFs 11707 +4buL 11708 +IG1hdGU= 11709 +IE91 11710 +IGxlZ2FjeQ== 11711 +dXN0aW5n 11712 +IGFjY29tbW9k 11713 +IHF1b2k= 11714 +YXVlbg== 11715 +IGxpZmVzdHlsZQ== 11716 +Q0M= 11717 +w6TDpG4= 11718 +YXJ0ZW4= 11719 +IG1pbmhh 11720 +csOz 11721 +IOuqqA== 11722 +IGZvcm1hdGlvbg== 11723 +IHRyYWlsZXI= 11724 +cGVyb3I= 11725 +INCz0YA= 11726 +IHVk 11727 +enU= 11728 +IGtvbW1lbg== 11729 +IGNhdmU= 11730 +IENvdW5jaWxsb3I= 11731 +IHRocm93bg== 11732 +IHRyaWNrcw== 11733 +TEFVR0hURVI= 11734 +IEFjYWRlbXk= 11735 +cm93ZA== 11736 +oZ0= 11737 +7KCA 11738 +IEltYWdpbmU= 11739 +IGluZm9ybWVk 11740 +cm9waA== 11741 +IGxpZw== 11742 +IHNrdWxs 11743 +YWJldGg= 11744 +IGZ1bmN0aW9uYWw= 11745 +ZXJlaw== 11746 +T24= 11747 +6aY= 11748 +IGFuY2VzdA== 11749 +IHNhZmVseQ== 11750 +IEhU 11751 +64u5 11752 +IGRhdg== 11753 +IGRyaXZlcw== 11754 +QW1lcmlj 11755 +IHRpcmU= 11756 +IHNhaXM= 11757 +w6FyaQ== 11758 +YXZvcnM= 11759 +IGNvcnJlc3BvbmRpbmc= 11760 +IHByw6lz 11761 +Y2hlc3Q= 11762 +IGJhY3Rlcmlh 11763 +IGluZmVjdGlvbg== 11764 +dXNhbA== 11765 +IGF2ZXo= 11766 +IGJhc2tldGJhbGw= 11767 +IHN1cHBsaWVz 11768 +IGV4cGVydGlzZQ== 11769 +oKU= 11770 +ZmE= 11771 +IHRpZW1wbw== 11772 +IFdhbnQ= 11773 +IHNpbGx5 11774 +IHVwcA== 11775 +IGVsZWN0ZWQ= 11776 +IGZpcmVk 11777 +INiv 11778 +IHVuaXZlcnNpdGllcw== 11779 +YWxsZQ== 11780 +IGphY2tldA== 11781 +wrA= 11782 +IHRyYXY= 11783 +bHM= 11784 +IGRlZmVhdA== 11785 +IGNvZ24= 11786 +IGVxdWF0aW9ucw== 11787 +dWtp 11788 +IFNoZXI= 11789 +IHRoaXJ0eQ== 11790 +IHN0cmVhbWluZw== 11791 +b3Ryb3M= 11792 +IFByb2R1 11793 +bmVq 11794 +IGRlc2lnbmVy 11795 +IOuKkOuC 11796 +IHBhaW50ZWQ= 11797 +cmFpbmU= 11798 +bWFpbA== 11799 +IHZlc3M= 11800 +IHJoeXRobQ== 11801 +bGVzaA== 11802 +IDk5 11803 +IGFpbmRh 11804 +Y2hpZWQ= 11805 +IMOpdGFpdA== 11806 +IGFmZmVjdHM= 11807 +6aM= 11808 +IEZpbmQ= 11809 +IMOpbA== 11810 +IHBvdGF0b2Vz 11811 +IHBhZw== 11812 +INC/0LDRgA== 11813 +YXJ0cw== 11814 +IE5hY2g= 11815 +IDMz 11816 +IEhhcmQ= 11817 +IElyYXE= 11818 +IG9waW5pb25z 11819 +d2l0aA== 11820 +ZXJtYW4= 11821 +w70= 11822 +6K0= 11823 +IFNQRUFL 11824 +rLw= 11825 +IHN0YWJpbGl0eQ== 11826 +IEhF 11827 +IGNhcHR1cmVk 11828 +IGJ1Y2tz 11829 +IG1hc2tz 11830 +IGNvbXBldGU= 11831 +IGZvcmdvdHRlbg== 11832 +0LvRjtGH 11833 +c2VxdQ== 11834 +IOyEoA== 11835 +aWxsaW9u 11836 +IGdyYXBoaWNz 11837 +IGh1Yg== 11838 +IOyXsA== 11839 +ZW1wb3I= 11840 +IGNyb3du 11841 +IHdpZGVy 11842 +IG9jY3Vycw== 11843 +RFM= 11844 +5oE= 11845 +IEJhdHRsZQ== 11846 +44Gq44KT 11847 +IGR1YWw= 11848 +IDYwMA== 11849 +YXRoZXJz 11850 +4LmB 11851 +IHNldHRsZQ== 11852 +IGF2YWl0 11853 +IGRvaXM= 11854 +0LrQuNGF 11855 +YWRvcmVz 11856 +IMOz 11857 +bmVnbw== 11858 +IEdlb3JnaWE= 11859 +IFJvZw== 11860 +IGRpdm9y 11861 +IFNvbmc= 11862 +IFNwZWNpYWw= 11863 +IG11bg== 11864 +IHByZXRlbmQ= 11865 +TUFO 11866 +IHZpb2xlbnQ= 11867 +IGJlc2lkZXM= 11868 +dnk= 11869 +IE5heg== 11870 +Mjk= 11871 +IHN3ZWF0 11872 +IHp3 11873 +IEh1 11874 +IEJ1aWxk 11875 +IGhvcm0= 11876 +IENhcmQ= 11877 +IOycoA== 11878 +IHJlY29tbWVuZGF0aW9u 11879 +Y2FsbGVk 11880 +c3RpY2s= 11881 +IFBvbGljZQ== 11882 +IGNvbnN1bWVycw== 11883 +IGdyb2Nlcg== 11884 +IHN0dW4= 11885 +INCS0Ys= 11886 +0KM= 11887 +IERhdGE= 11888 +IHN1YnN0YW50 11889 +aXJlY3Q= 11890 +4LI= 11891 +INCy0Lc= 11892 +IEFybQ== 11893 +IHNlbWVzdGVy 11894 +IEJyYWQ= 11895 +IG91cnM= 11896 +INC60L7RgtC+0YDRi9C5 11897 +p2E= 11898 +IGdyYW1z 11899 +IGV4ZXJjaXNlcw== 11900 +NzU= 11901 +IHN3ZWFy 11902 +IGluY2VudA== 11903 +z4HOvw== 11904 +IGlsbGVnYWw= 11905 +5L2V 11906 +IERhbW4= 11907 +IG7Dug== 11908 +IG5lY2Vz 11909 +IGN1eg== 11910 +aWNvbg== 11911 +IGhvcnM= 11912 +IENvbW8= 11913 +5L2c 11914 +IOuRkA== 11915 +IG92ZXJzZQ== 11916 +IGhhcnZlc3Q= 11917 +IHRocmV3 11918 +INC/0L7RgtC+0LzRgw== 11919 +15nXlA== 11920 +IG90cm8= 11921 +INC/0LXRgNCy 11922 +IHNjb3Bl 11923 +IGdsb3J5 11924 +IE1pY2hpZ2Fu 11925 +IGFzc3VtaW5n 11926 +INGD0LQ= 11927 +IGJvbGQ= 11928 +Z3Vl 11929 +bW90aGVy 11930 +IHdhcmVu 11931 +6Kyb 11932 +INil 11933 +IEthbQ== 11934 +aXNwaWVs 11935 +IHRvdWpvdXJz 11936 +IGNvbnN0aXR1dGlvbg== 11937 +IH4= 11938 +IGZyYW5rbHk= 11939 +b2xlbg== 11940 +b25zY2lvdXM= 11941 +IHfDvHJkZQ== 11942 +dGhvbg== 11943 +IE9G 11944 +7J6Q6w== 11945 +dW5kYQ== 11946 +IOaYrw== 11947 +INC/0L7RgA== 11948 +IGVtcGxveW1lbnQ= 11949 +0ZHRgg== 11950 +44GB 11951 +IHN0ZWFt 11952 +IERJ 11953 +IHByb2Zlc3Npb25hbHM= 11954 +IGVuZ2luZWVycw== 11955 +IFhpYQ== 11956 +56s= 11957 +7JiB 11958 +IER1bg== 11959 +IGJpdGNo 11960 +IEZvcmQ= 11961 +5LiN6KaB 11962 +c2VjdGlvbg== 11963 +IHZpY2U= 11964 +IExhdGVy 11965 +b3N0b24= 11966 +0Y3Rgg== 11967 +16Y= 11968 +IEF6dXJl 11969 +cGxpbmc= 11970 +IDE4MA== 11971 +IENyZWF0 11972 +SVNIQQ== 11973 +IGJ1ZW5v 11974 +7Z2s 11975 +cnVw 11976 +bGVycw== 11977 +IFlhbmc= 11978 +IEhB 11979 +YmF0 11980 +IENhdGhvbGlj 11981 +IGFjY2VudA== 11982 +IG1peGluZw== 11983 +Y2tldHM= 11984 +IGVuaGFuY2U= 11985 +w7xocg== 11986 +w6pz 11987 +IO2W 11988 +IHN3aW1taW5n 11989 +IGPhu6dh 11990 +IEVsaXo= 11991 +IGltbXVuZQ== 11992 +INCx0L7Quw== 11993 +IGZhcmU= 11994 +IEdhYg== 11995 +16E= 11996 +IHNhdGVsbA== 11997 +IEFueXRoaW5n 11998 +IGFzc2V0 11999 +IHNjaGVkdWw= 12000 +IHJhZGljYWw= 12001 +IHp3ZWk= 12002 +IE1F 12003 +cmVsYXRlZA== 12004 +IHNlcGFyYXRlZA== 12005 +IExpYnI= 12006 +IGdyaXA= 12007 +IOCuqg== 12008 +6KiA 12009 +IGJlYW5z 12010 +IE9w 12011 +7IaM 12012 +IHBvdW5k 12013 +IGVudHJhbmNl 12014 +z4Y= 12015 +IE5pZQ== 12016 +IFJlcHVibGljYW5z 12017 +IGF0b20= 12018 +IHBlcnNvbmFz 12019 +IEFsaQ== 12020 +w6Rocg== 12021 +5aSW 12022 +IGRyYW1hdGlj 12023 +IEZpbmU= 12024 +IHJlbWluZHM= 12025 +6Jk= 12026 +IGTDqWrDoA== 12027 +IGFmZm9yZGFibGU= 12028 +IGJyYW4= 12029 +aWVybw== 12030 +YWxhcg== 12031 +Y3U= 12032 +IFw= 12033 +IG1vxbxl 12034 +IGJsYXN0 12035 +IHJlY3k= 12036 +ZmlyZQ== 12037 +IGxsZQ== 12038 +INCy0YDQtdC80Y8= 12039 +IFdX 12040 +IHZz 12041 +IER1ZGU= 12042 +IFJvbWU= 12043 +IGdyZWV0 12044 +IEhldA== 12045 +Y2lhcw== 12046 +IOuLuQ== 12047 +bGVzc2x5 12048 +IHByZW1pdW0= 12049 +IGV4cGVyaW1lbnRz 12050 +YXRhcg== 12051 +w6lyaQ== 12052 +IG9mZmljaWFsbHk= 12053 +IGZlZQ== 12054 +4LmH 12055 +INGH0LXQvA== 12056 +cmVh 12057 +IHRveQ== 12058 +T1A= 12059 +IFRheWxvcg== 12060 +IE1jQw== 12061 +aWxleQ== 12062 +IEJhaw== 12063 +IGFsdW0= 12064 +IFVudGVy 12065 +IG1hZ2ljYWw= 12066 +IHRyYWJhbA== 12067 +IHZvdGVz 12068 +aXRhZ2U= 12069 +IG1lY2hhbmljYWw= 12070 +aG4= 12071 +44G+44GX44Gf 12072 +INC40L3RgtC10YA= 12073 +5LuK5aSp 12074 +IGhpbnQ= 12075 +IGF1dGhvcml0aWVz 12076 +IE5BU0E= 12077 +aXZlcnNhcnk= 12078 +INC/0L7Rhw== 12079 +cmFj 12080 +IFNQRUFLRVI= 12081 +w7Z0 12082 +IGZyYW1lcw== 12083 +IGdvb2RieWU= 12084 +IGNoZXI= 12085 +aHU= 12086 +IG5ldXI= 12087 +5a6a 12088 +IE1hY2g= 12089 +IEhlbGw= 12090 +IGZlc3RpdmFs 12091 +64WE 12092 +dXRh 12093 +IG11c2hyb29t 12094 +IHRhbnQ= 12095 +IHRhdHRv 12096 +IGRlbGV0ZQ== 12097 +IGRpeg== 12098 +IHbDpA== 12099 +IHNldmVudA== 12100 +IFF1aWNr 12101 +IGJha2luZw== 12102 +IGFzc2VtYmx5 12103 +R28= 12104 +IERyZWFt 12105 +IExhZA== 12106 +6Z2e 12107 +w6J5 12108 +YWdz 12109 +IGdyYXZpdHk= 12110 +IOynkQ== 12111 +ZW1wbG95 12112 +IGRpZXNlcw== 12113 +IGRpc2NvdmVyeQ== 12114 +0YHRgtCy0LA= 12115 +IGhlYmJlbg== 12116 +IGdlcmFkZQ== 12117 +IERS 12118 +ICcn 12119 +IHRlY2huaWNhbGx5 12120 +INCf0L4= 12121 +IHByaXZpbGVnZQ== 12122 +IEV2ZXI= 12123 +IFNlcnZpY2Vz 12124 +dXJhbg== 12125 +IGNvbnN1bXB0aW9u 12126 +IFJldg== 12127 +IFNoYWxs 12128 +YXNzZXI= 12129 +toDthLA= 12130 +IHJhY2lhbA== 12131 +IFlvdXR1YmU= 12132 +IFByYQ== 12133 +0YHRgtCy0LXQvQ== 12134 +Y2Vr 12135 +5rQ= 12136 +YXNoYQ== 12137 +INuB 12138 +kZw= 12139 +YWhu 12140 +SUNL 12141 +IGRyaW5rcw== 12142 +IGNhcmI= 12143 +44K/ 12144 +IDY0 12145 +IE1tbQ== 12146 +IGVsZWN0cmljYWw= 12147 +IGZydWl0cw== 12148 +IEhE 12149 +w7Fh 12150 +IERlZmluaXRlbHk= 12151 +IOuwmw== 12152 +IGZhaXM= 12153 +cmF0aW9ucw== 12154 +IGNvZQ== 12155 +YWh1 12156 +IEZhaXI= 12157 +IGVhdGVu 12158 +IGZpcg== 12159 +IEF1 12160 +0YPQvQ== 12161 +dWxhdGluZw== 12162 +aW5nbHk= 12163 +IHZhY2NpbmVz 12164 +IGRyYWdvbg== 12165 +IHBvaW50aW5n 12166 +IHBlbG8= 12167 +b3J0ZXJz 12168 +IHdvcmtvdXQ= 12169 +0LjQvNC10YA= 12170 +bW9uZA== 12171 +IE5vcGU= 12172 +INeW15Q= 12173 +INmC 12174 +IGFkb3B0ZWQ= 12175 +YnVs 12176 +IHNhbnM= 12177 +IHBvc3NpYmlsaXRpZXM= 12178 +IHBlbmQ= 12179 +IHphbWFu 12180 +aG91 12181 +IHNoYXJlcw== 12182 +IGNhbGVuZGFy 12183 +IHBlcnNvbmE= 12184 +IHNlYWw= 12185 +IGdlbmU= 12186 +IHN0b3JlZA== 12187 +INC/0L7Qtw== 12188 +IGx5cmljcw== 12189 +IGluc3RydW1lbnRz 12190 +IE1B 12191 +gOydtA== 12192 +IGNsb3Vkcw== 12193 +aG90 12194 +4bqv 12195 +IOqwmeyVhOyalA== 12196 +IEVtcGlyZQ== 12197 +IGJpbw== 12198 +d2luZA== 12199 +aWVnbw== 12200 +IEV1cm9w 12201 +IOWlvQ== 12202 +ZWRnZQ== 12203 +IGJhY2t3YXJkcw== 12204 +IOyngOs= 12205 +IHF1ZWVu 12206 +IHNoaW5l 12207 +IMOnxLFr 12208 +IGNhZA== 12209 +IE9k 12210 +IOyCrOuejA== 12211 +IGJ1YmJsZQ== 12212 +w7Rp 12213 +emVz 12214 +IHJlYWN0aW9ucw== 12215 +IGp1ZGdtZW50 12216 +IERlbW9jcmF0cw== 12217 +IGNvc2Fz 12218 +YXNoZWQ= 12219 +INC00L7Qu9C2 12220 +xZtuaWU= 12221 +6rQ= 12222 +IGV4ZW1wbGU= 12223 +TVA= 12224 +4buv 12225 +IFZlcnM= 12226 +IHJlc2ls 12227 +IG3DoQ== 12228 +xYRzdA== 12229 +YmVsaWV2 12230 +IFZvcg== 12231 +IHNjaGVtZQ== 12232 +b25kYQ== 12233 +IHBvZGVtb3M= 12234 +IGNoYXJnZXM= 12235 +IGRlc3RpbmF0aW9u 12236 +IEt5 12237 +IFNT 12238 +IHNpbGVuY2U= 12239 +IGVtYmVk 12240 +bmF0 12241 +4bubaQ== 12242 +QU5U 12243 +Z2dlZA== 12244 +IHJlZHVjaW5n 12245 +IHVnbHk= 12246 +IG1pbQ== 12247 +0YPQtNCw 12248 +MzQ= 12249 +IGNvcmQ= 12250 +INGC0L7QttC1 12251 +IExpc2E= 12252 +IMO2bg== 12253 +IENocmlzdGlhbnM= 12254 +dW1ibGVz 12255 +b2xvZ2lzdHM= 12256 +YXph 12257 +IHRlbmRz 12258 +IENvb2s= 12259 +IGdlc2FndA== 12260 +IO2VmOuCmA== 12261 +IFRlcw== 12262 +ZXJlbW9ueQ== 12263 +INC90YPQttC90L4= 12264 +IE1BUklTSEE= 12265 +IGVucm9sbA== 12266 +IENyeQ== 12267 +RVNT 12268 +IFNhZA== 12269 +IGltcGxlbWVudGVk 12270 +IGTDrWE= 12271 +w5w= 12272 +IHBpc3Q= 12273 +RHI= 12274 +IHNhYmU= 12275 +IFNvY2k= 12276 +w6RyZQ== 12277 +INC60YLQvg== 12278 +IEZyYW5jaXNjbw== 12279 +IOyepQ== 12280 +IGNyZWF0dXJlcw== 12281 +YXdz 12282 +IGVhcm5lZA== 12283 +IGNoZWFwZXI= 12284 +IGRsYQ== 12285 +IHdhcm4= 12286 +c2NoZQ== 12287 +IGJsYWg= 12288 +IG51dHI= 12289 +6Lw= 12290 +IGdvcmdlb3Vz 12291 +IEFuZ2VsZXM= 12292 +IGdlbWFjaHQ= 12293 +IGhvbWVsZXNz 12294 +b2dyYXBoaWM= 12295 +IFRhaXdhbg== 12296 +IFNvbQ== 12297 +IEhhZA== 12298 +YWN0aW9ucw== 12299 +IHBvc3Rz 12300 +IG91dHJh 12301 +IE1lYW4= 12302 +a2Fy 12303 +IGNvdXM= 12304 +IGJyYWNr 12305 +0LjRgtGM0YHRjw== 12306 +IGJlbGlldmVz 12307 +IHN1aWNpZGU= 12308 +IGVxdWFsbHk= 12309 +IGNhcmVz 12310 +0L7QttC90L4= 12311 +IHN0ZW0= 12312 +IE11Y2g= 12313 +IHByb2R1Y2Vy 12314 +15XXkA== 12315 +IHByb3RlY3Rpbmc= 12316 +IFRSQVZJUw== 12317 +IGludGVydmlld3M= 12318 +IGFsaWVu 12319 +IEFzaw== 12320 +IHNvbGU= 12321 +Q08= 12322 +IFN1ZA== 12323 +IHN1cnZpdg== 12324 +IHNrZXRjaA== 12325 +IHfFgmE= 12326 +IGNvbG9j 12327 +IGFwb2xvZ2l6ZQ== 12328 +d2VpZ2h0 12329 +IDU1 12330 +ID4= 12331 +IGhlcm9lcw== 12332 +IEJvc3Rvbg== 12333 +IGRlcGVuZGVudA== 12334 +IG1vdGl2YXRpb24= 12335 +ZmxpeA== 12336 +IHNlYW0= 12337 +0LrQuNC1 12338 +IGRyYWlu 12339 +b2RlZA== 12340 +IGd1aWx0eQ== 12341 +IEplbm4= 12342 +aW5nZW4= 12343 +IGdyYW50ZWQ= 12344 +IEtlbGx5 12345 +IFNhdg== 12346 +IFVuY2xl 12347 +IEhvbmVzdGx5 12348 +RUxJ 12349 +IG5hdmlnYXRl 12350 +IGJsZXNzZWQ= 12351 +Y29yZQ== 12352 +IGVhcm5pbmc= 12353 +IHNpZ25hbHM= 12354 +IGRpc2s= 12355 +aWFscw== 12356 +IGFnZXM= 12357 +5oU= 12358 +IHBhcnRpY2xl 12359 +INGH0LXRgA== 12360 +IGNhbm4= 12361 +IHRpZXI= 12362 +IHN0YXRlbWVudHM= 12363 +6rOg7JqU 12364 +IOuVjOusuOyXkA== 12365 +IENobw== 12366 +IHBvbGFy 12367 +YW7Dpw== 12368 +IEtlbm4= 12369 +IE5p 12370 +IEZpZ2h0 12371 +b3JnYW4= 12372 +6ZU= 12373 +IENoYQ== 12374 +IFPDrQ== 12375 +44Oq 12376 +IHNsaWM= 12377 +IGNlcnRpZmlj 12378 +IHRlbXBsYXRl 12379 +IEZlZGVyYWw= 12380 +IGNvbnNpZGVyYXRpb24= 12381 +IGV4cGxv 12382 +IE1haW4= 12383 +IE5F 12384 +IGFsb25nc2lkZQ== 12385 +IGRyZXNzZWQ= 12386 +IFBvaW50 12387 +IGVudmlyb25tZW50cw== 12388 +IHByw7N4aW0= 12389 +IGRhYXI= 12390 +IHByb21wdA== 12391 +IHB1cnN1ZQ== 12392 +IGVudGVydGFpbm1lbnQ= 12393 +IHRocm9hdA== 12394 +IHByb2JsZW1h 12395 +IG1hcnQ= 12396 +7Lw= 12397 +IHByb3ZpZGVy 12398 +2Iw= 12399 +INeX 12400 +aW50ZQ== 12401 +bWFraW5n 12402 +IHN0cm9rZQ== 12403 +IHRpc3N1ZQ== 12404 +VW4= 12405 +IHByZWNpb3Vz 12406 +IEFydHM= 12407 +aW5raW5n 12408 +INCe0L0= 12409 +INC40YE= 12410 +bmFo 12411 +INCV0YHQu9C4 12412 +IGNvcm5lcnM= 12413 +IHRyaWNreQ== 12414 +aW5jaA== 12415 +bGlqaw== 12416 +IHByZXNzaW5n 12417 +bGV2ZWw= 12418 +QU5H 12419 +IHJhZGlhdGlvbg== 12420 +7ISg 12421 +IGNvbmZyb250 12422 +IHZldA== 12423 +IHJlcHJlc2VudGF0aXZl 12424 +IHByb3BhZw== 12425 +IGNyYXA= 12426 +IERlYw== 12427 +IHJhbXA= 12428 +0LXQv9C10YDRjA== 12429 +dcOpcw== 12430 +ZXNzZW4= 12431 +Y3JpcHRpb24= 12432 +IGJpbGxz 12433 +IE1hdHRoZXc= 12434 +IGFuaW1l 12435 +4bqldA== 12436 +IGxvd2VzdA== 12437 +aGFz 12438 +c2NyZWVu 12439 +b2dyYXA= 12440 +0LDQu9C+ 12441 +aW50b24= 12442 +IEphaA== 12443 +6ICF 12444 +aXTDoA== 12445 +IGtheQ== 12446 +IHJvdGF0aW9u 12447 +IFdlcmU= 12448 +YWJlaQ== 12449 +IHRyaWFscw== 12450 +IGxldmVy 12451 +aWdodHk= 12452 +IHNwb29u 12453 +IGh1bnQ= 12454 +Y2xpbmc= 12455 +IGRpc20= 12456 +INCx0L7Qu9GM0Yg= 12457 +IGFzc2F1bHQ= 12458 +IO2YlQ== 12459 +IHdlZWtseQ== 12460 +IG1pc21v 12461 +IGdlbmV0aWM= 12462 +dWxwdA== 12463 +IFN0dWRlbnQ= 12464 +IHJlYWxpc3RpYw== 12465 +IGF1dGhlbnRpYw== 12466 +5omT 12467 +YXN0YQ== 12468 +IGFycmVzdGVk 12469 +IGd1aWRlbGluZXM= 12470 +INec15A= 12471 +INC00LDQsg== 12472 +IENvbWluZw== 12473 +ZsO8cg== 12474 +IHJlcXVlc3Rz 12475 +g5A= 12476 +IGFuYWx5emU= 12477 +IGludGVyZXNz 12478 +IGhhbHQ= 12479 +IE9wZXI= 12480 +b25vbQ== 12481 +IGR1Y2s= 12482 +IHdpdGhk 12483 +c2Vy 12484 +IM+M 12485 +IEhpc3Rvcnk= 12486 +IHlvdXR1YmU= 12487 +44KN 12488 +IHNhYmVy 12489 +d2Fsaw== 12490 +Zm9udA== 12491 +IG92ZXJ2aWV3 12492 +Mzk= 12493 +w7x5 12494 +ZXR0aQ== 12495 +IGZyb3plbg== 12496 +IGZsZXNo 12497 +xJ9p 12498 +IFBN 12499 +IOyZgA== 12500 +6aI= 12501 +0YbQuNC4 12502 +IOq4sOs= 12503 +7YGs 12504 +IHByb3Nl 12505 +b29vbw== 12506 +cmF0ZXM= 12507 +V1M= 12508 +IGF1dG9tYXRpYw== 12509 +IGNvbGxlY3Rpbmc= 12510 +xZE= 12511 +IG5laWdoYm9ycw== 12512 +wrsu 12513 +IEV4cGw= 12514 +IGNpcmN1bA== 12515 +Y292ZXI= 12516 +d2Vn 12517 +IHN0aWNrcw== 12518 +IGVsbGVy 12519 +IHd3dw== 12520 +IGRvcm0= 12521 +IEV4cGVy 12522 +IHN0YXRpc3RpY3M= 12523 +IGVtYWlscw== 12524 +IGdyYXZl 12525 +aW1peg== 12526 +SFM= 12527 +IHVpdA== 12528 +LCc= 12529 +IGxhc2Vy 12530 +6Ik= 12531 +INGC0LXQvA== 12532 +0YvRiA== 12533 +0YnRkQ== 12534 +IGdlbmF1 12535 +IHRpZW5lbg== 12536 +IG1lZGl0YXRpb24= 12537 +IE9yZ2Fu 12538 +IGVzdGltYXRl 12539 +IOustOw= 12540 +bGV0cw== 12541 +IG7DoHk= 12542 +IG1pbmRzZXQ= 12543 +IHJlc29u 12544 +IG3DqXM= 12545 +IG51bWVyb3Vz 12546 +IHZpZWxsZWljaHQ= 12547 +IFRoaXJk 12548 +dW91cw== 12549 +IERlYWQ= 12550 +0LDQvdC0 12551 +SE4= 12552 +IHJhY2luZw== 12553 +IGFnZW50cw== 12554 +IFV0 12555 +IHRlYXI= 12556 +IEhQ 12557 +IGNoZW1pc3RyeQ== 12558 +IHN1cnZpdmFs 12559 +5paw 12560 +IGNvbnZpbmNlZA== 12561 +IDs= 12562 +IHJlZ3VsYXRpb25z 12563 +IEVT 12564 +5ZKM 12565 +MzAw 12566 +IGVuc2U= 12567 +IOy1 12568 +IGRpY3Q= 12569 +R0E= 12570 +IGFow60= 12571 +5YuV 12572 +IHRlag== 12573 +INC+0YHRgg== 12574 +IEVsZWN0 12575 +IGludGVsbGVjdHVhbA== 12576 +IGJpYXM= 12577 +IGJ1cmRlbg== 12578 +54K5 12579 +IOyWtOuWuw== 12580 +IGNoZWVy 12581 +IHNvcGg= 12582 +IHBvcnRmb2xpbw== 12583 +dWJh 12584 +IGVzdG9z 12585 +VFY= 12586 +Rm9y 12587 +IGFzaA== 12588 +IGtvbW1lcg== 12589 +IGNvbGxlY3RpdmU= 12590 +IHdyZXN0 12591 +IEpldHp0 12592 +IFdhdA== 12593 +cmVpY2g= 12594 +IHByaW1lcg== 12595 +YWN0aXZl 12596 +IG1pZQ== 12597 +aWNrZWQ= 12598 +IGh1bnRpbmc= 12599 +IHRlc3RpbQ== 12600 +IGNvbXBhc3Npb24= 12601 +INix 12602 +IGJydXQ= 12603 +IHNhbGFk 12604 +0L7QsdGJ0LU= 12605 +IHNvbHZpbmc= 12606 +IGZsb2F0aW5n 12607 +57c= 12608 +IGF0dHJhY3RpdmU= 12609 +2YjZhA== 12610 +IHBlcmQ= 12611 +aWZmZXI= 12612 +IHNjdWxwdA== 12613 +aGho 12614 +IFdlZWs= 12615 +IGVudGh1cw== 12616 +IG5hZA== 12617 +IG1lcmNo 12618 +IO2ZlQ== 12619 +IG1pbGU= 12620 +5aW95LqG 12621 +IM64 12622 +IOuCmOs= 12623 +6YeN 12624 +Mzg= 12625 +IGNoYWlucw== 12626 +IEFsbW9zdA== 12627 +IHRpY2tldHM= 12628 +cmlu 12629 +IEND 12630 +IGRpc3RyaWJ1dGVk 12631 +YWJldGVz 12632 +IHRlbXBlcmF0dXJlcw== 12633 +IGdhaW5lZA== 12634 +IGZsZXhpYmlsaXR5 12635 +IHNjcmVhbWluZw== 12636 +IGFicm9hZA== 12637 +dW5v 12638 +IGVudHJlcHJlbmV1cnM= 12639 +IE5ldHdvcms= 12640 +IENhbmFkaWFu 12641 +IHByZXY= 12642 +IHPDtg== 12643 +INGC0LXQsdGP 12644 +IFBva2U= 12645 +IFBvZA== 12646 +IFR1cmtleQ== 12647 +54++5Zyo 12648 +IGFic3RyYWN0 12649 +IHNuYWtl 12650 +IEFteQ== 12651 +IOuKkOuCjA== 12652 +IGJyYXZl 12653 +IOyeiOyWtOyalA== 12654 +IEthbA== 12655 +IDIwMDc= 12656 +w6FyaW8= 12657 +IG1hcmtlZA== 12658 +Z2luZXM= 12659 +IGFsbG9j 12660 +T05H 12661 +IHNjaWVudGlzdA== 12662 +IGVzY2E= 12663 +IHJhY2lzbQ== 12664 +15HX 12665 +IFNhbXM= 12666 +IFBlbm4= 12667 +IGxvYWRz 12668 +IOCuqA== 12669 +w7xiZXI= 12670 +TWU= 12671 +aXjDsg== 12672 +IHBlcsOy 12673 +YW5uZQ== 12674 +IGV4cHJlc3NlZA== 12675 +0LzQtdGA 12676 +IG1vZXQ= 12677 +IHJldHVybmluZw== 12678 +bmlh 12679 +IGV4cG9u 12680 +UHJv 12681 +IGxveWFs 12682 +TUw= 12683 +IGxhbXA= 12684 +IHNoeQ== 12685 +IGNvbXBvc2l0aW9u 12686 +IEx5 12687 +IG1hZ25ldGlj 12688 +IHByZW1pZXI= 12689 +IG1lYXN1cmVk 12690 +IHN1bW1hcnk= 12691 +IGF0dGFja2Vk 12692 +IGZpbmlzaGluZw== 12693 +0Jc= 12694 +56U= 12695 +IHNpdHM= 12696 +IGh5ZHJvZ2Vu 12697 +IG1haQ== 12698 +IERldXRzY2g= 12699 +YXPEsQ== 12700 +IG9idGFpbg== 12701 +dmll 12702 +IHNvaXQ= 12703 +IOuwlA== 12704 +IGxhbmU= 12705 +IGNvbnNlZ3U= 12706 +0LLQvg== 12707 +IGVhc2U= 12708 +YWtpbg== 12709 +IEZh 12710 +IHVudHVr 12711 +IGJ1cnN0 12712 +IGN1bQ== 12713 +YWzEsW0= 12714 +w7pibGlj 12715 +aWRp 12716 +IFJveWFs 12717 +IEtvbg== 12718 +IGNvbW1vbmx5 12719 +IHJlbW92aW5n 12720 +IGp1cg== 12721 +aWxpYg== 12722 +IGFuY2g= 12723 +7ZaJ 12724 +xrDhu6M= 12725 +INCc0Ys= 12726 +IEFudGg= 12727 +IFPDpQ== 12728 +IGludGVycnVwdA== 12729 +IHN0ZXJl 12730 +IE9T 12731 +b255bQ== 12732 +dGVyeQ== 12733 +IE1hcmlh 12734 +6rKD 12735 +IGV4cGxvcmluZw== 12736 +IHRyYW5zcGFyZW50 12737 +IGZhdGU= 12738 +IEp1bmc= 12739 +IGdydXA= 12740 +IGRhcmtlcg== 12741 +IERvdWc= 12742 +IG1hbmU= 12743 +5pS+ 12744 +4bqhaQ== 12745 +ZHJp 12746 +bG9vaw== 12747 +IERlc2lnbg== 12748 +IHR1dGFq 12749 +IGhvcml6b250YWw= 12750 +cmVvbg== 12751 +b3J0ZQ== 12752 +IENvcnJlY3Q= 12753 +IFN0ZXZlbg== 12754 +IHZpbmU= 12755 +MDI= 12756 +acSH 12757 +IHNpZW1wcmU= 12758 +IEtleQ== 12759 +5YOP 12760 +IEdhbWVz 12761 +IG5hYXI= 12762 +IHNob2NrZWQ= 12763 +ZWx2ZQ== 12764 +IFJvc2U= 12765 +7Ius 12766 +IHN0b3BwaW5n 12767 +b2hs 12768 +IE1peA== 12769 +IHN1ZmZlcmVk 12770 +IHNpZ21h 12771 +IHdlYWtuZXNz 12772 +IE93 12773 +4Li14LmI 12774 +SUY= 12775 +IOCuhQ== 12776 +YWRlZA== 12777 +IE5ldGZsaXg= 12778 +YW5lcw== 12779 +IHJlbWFpbmVk 12780 +aXJ5 12781 +IHJpcA== 12782 +ZWxsdA== 12783 +IHNpbGVudA== 12784 +IHByb3Zlbg== 12785 +IHRveGlj 12786 +IGFsdW1pbg== 12787 +IG11bHRpcGw= 12788 +YWxhbmQ= 12789 +IDM0 12790 +MDY= 12791 +IEJydQ== 12792 +IOygleunkA== 12793 +SnVzdA== 12794 +Ym95 12795 +IHNob2U= 12796 +IGNyZWF0dXJl 12797 +IGhlYWRlZA== 12798 +INC+0YLQug== 12799 +5rE= 12800 +IGVzc2VuY2U= 12801 +IHJlbWFya2FibGU= 12802 +IG7Dum1lcg== 12803 +IGRyZXc= 12804 +IHB1enpsZQ== 12805 +IExpYnJhcnk= 12806 +IEZ1 12807 +YXNoZXM= 12808 +a2s= 12809 +IElzdA== 12810 +prA= 12811 +IEJyeQ== 12812 +IGNlcmVtb255 12813 +IOCujg== 12814 +IGNyaQ== 12815 +ZXF1 12816 +44Ki 12817 +IHByaXpl 12818 +IGRpbWVuc2lvbnM= 12819 +b2dyYW0= 12820 +IGxlYXRoZXI= 12821 +IHBvcHVsYXRpb25z 12822 +dXVt 12823 +IHZlZ2Fu 12824 +0Y/QtA== 12825 +IGPDs21v 12826 +5YQ= 12827 +IHN0cmlw 12828 +5aM= 12829 +IHZhY2F0aW9u 12830 +hZU= 12831 +IG1lYWxz 12832 +aWxpcHA= 12833 +IGVudHM= 12834 +YXJhbQ== 12835 +cmljaHQ= 12836 +IGdyYWlu 12837 +IFNwYWlu 12838 +IGNoZWVr 12839 +IEFmZg== 12840 +SU9O 12841 +IEJyaW5n 12842 +IDM4 12843 +aWVsZW4= 12844 +dWx1 12845 +INCx0L7Qu9GM0YjQtQ== 12846 +IGFubm91bmNlbWVudA== 12847 +INGC0YPRgg== 12848 +IFByb3BoZXQ= 12849 +YXJkbw== 12850 +Mzc= 12851 +IHdva2U= 12852 +IHRyYW5zbGF0aW9u 12853 +IE5PVA== 12854 +IENM 12855 +IGTDvMWf 12856 +0YbRlg== 12857 +YWNlcg== 12858 +IExvYw== 12859 +IHBlcmNlcHRpb24= 12860 +Tk8= 12861 +IGRpZXNlbg== 12862 +TG9vaw== 12863 +aGVhcnQ= 12864 +YXZlZA== 12865 +IGJvdW5kYXJ5 12866 +IGZsb3dz 12867 +0ZHQvA== 12868 +IGFyZ3VtZW50cw== 12869 +IGVsZWN0aW9ucw== 12870 +xLFz 12871 +IGhlY2s= 12872 +IHN1aXRhYmxl 12873 +IGZpYmVy 12874 +IFN0cmE= 12875 +eHk= 12876 +IEh1bQ== 12877 +IG1vbnRobHk= 12878 +dXBlcg== 12879 +IGdvbGY= 12880 +IGxhdGVseQ== 12881 +IEdhcmQ= 12882 +IFJlbg== 12883 +IEFzdA== 12884 +IEZhbnQ= 12885 +0LDRgdGB 12886 +IG9ic2Vy 12887 +66Gc 12888 +IGVhc2llc3Q= 12889 +jZTr 12890 +IHdlYnNpdGVz 12891 +cG9s 12892 +IGNvY29u 12893 +IOCuhw== 12894 +IFZlZw== 12895 +IHdhbGtz 12896 +IGludHJv 12897 +IGRpcmVjdGVk 12898 +IEFubmE= 12899 +IOuTpOyWtA== 12900 +IEVhc3Rlcm4= 12901 +IFNhaW50 12902 +IEJvdw== 12903 +IHJvYXN0 12904 +IFVSTA== 12905 +IGplZGVu 12906 +dXJhcw== 12907 +YWph 12908 +IHNlbWk= 12909 +IHJhcGlkbHk= 12910 +IHRhcmdldHM= 12911 +IENvbnRyb2w= 12912 +IGJhaA== 12913 +IHJlZmxlY3Rpb24= 12914 +IGNyZWF0aXZpdHk= 12915 +aG9sZGVycw== 12916 +IOyYrOs= 12917 +IGFtb25nc3Q= 12918 +IGZlZWRpbmc= 12919 +0Y3RgtC+0LzRgw== 12920 +INCy0LjQtNC1 12921 +IOunjOuTpA== 12922 +IFNtYXJ0 12923 +IHJlbGlhYmxl 12924 +IHZlemVz 12925 +INeo 12926 +Y2h1Y2tsZXM= 12927 +YXppb25l 12928 +IFdpbGxpYW1z 12929 +IGHDpw== 12930 +IHNsZWU= 12931 +0LXRiQ== 12932 +IHRpbWVsaW5l 12933 +IHRob3JvdWdo 12934 +4buN 12935 +IE90 12936 +4bqhbg== 12937 +IGltYWdpbmF0aW9u 12938 +IG1lY2hhbmljcw== 12939 +cmlzdA== 12940 +IGNsYWltZWQ= 12941 +z4TOtw== 12942 +w6p0ZQ== 12943 +IEh1cnJ5 12944 +IGlQYWQ= 12945 +IGNvbnN0cnU= 12946 +IENsYQ== 12947 +IEFscw== 12948 +5Lya 12949 +dXR6 12950 +IGN1bHR1cmVz 12951 +IOyWtOuWu+qyjA== 12952 +IGJlbG9uZ3M= 12953 +IHllcg== 12954 +IERvZXNu 12955 +IGdlb21ldA== 12956 +IGJpZA== 12957 +IGZvYW0= 12958 +IGhvYg== 12959 +IEJyaXRhaW4= 12960 +IHN1YnN0YW5jZQ== 12961 +IGFubml2ZXJzYXJ5 12962 +IOuEiA== 12963 +IG5vdGVk 12964 +IGdvdmVybm9y 12965 +IHN0b2Nrcw== 12966 +MzE= 12967 +IGRpeWU= 12968 +7Iqk6w== 12969 +IHJlYg== 12970 +emVs 12971 +IG11bHRpcGx5 12972 +IG9wZXJhdG9y 12973 +hKTsmpQ= 12974 +IHdhdGVycw== 12975 +IGTDpHI= 12976 +IHVuc2Vy 12977 +IEVsaXphYmV0aA== 12978 +6auY 12979 +IGluY3JlYXNpbmdseQ== 12980 +IEdybw== 12981 +IGVuZ2luZXM= 12982 +aXJz 12983 +2Ks= 12984 +IHRyZWFzdXJl 12985 +UEM= 12986 +aW5jdGlvbg== 12987 +aXJp 12988 +IGFjY3Vt 12989 +IHZhcmlhdGlvbg== 12990 +IHBvbQ== 12991 +IHRpdGxlcw== 12992 +IEZlc3Q= 12993 +w7Nz 12994 +IGVsZGVy 12995 +bnlt 12996 +cnVu 12997 +0Y/Qsg== 12998 +IGlubm92YXRpdmU= 12999 +IG5vbWJyZQ== 13000 +IGNvaW5j 13001 +IGZyYW5jaA== 13002 +IGVudG9uY2Vz 13003 +IG5pY2h0cw== 13004 +IGV4Y2x1c2l2ZQ== 13005 +IENoZWVycw== 13006 +IEJp 13007 +dWpl 13008 +5q2h 13009 +IHBvaw== 13010 +IFByZW0= 13011 +IHJvY2tldA== 13012 +RUxJUEU= 13013 +IGhvc3BpdGFscw== 13014 +cml1bQ== 13015 +IGp1c3Rl 13016 +IGhhbW1lcg== 13017 +IHF1YW50dW0= 13018 +IHJlc3BvbnNlcw== 13019 +bGx5 13020 +ZW5kaQ== 13021 +IGFjdGl2ZWx5 13022 +IGZyaWRnZQ== 13023 +aWF0ZQ== 13024 +bG9uZw== 13025 +IHF1ZW0= 13026 +IGRlYXRocw== 13027 +IHN1cGVyaW9y 13028 +Y2tlbg== 13029 +7J207JeQ 13030 +a3RvcA== 13031 +IGdhdGhlcmVk 13032 +o6g= 13033 +IGRhenU= 13034 +IHJlY2lwZXM= 13035 +IGJ1eno= 13036 +Y2Vu 13037 +IGFueXRpbWU= 13038 +b25zZW5zZQ== 13039 +IGNpcmNsZXM= 13040 +IHNvbHZlZA== 13041 +IOyLoA== 13042 +IGNvcm9uYXZpcnVz 13043 +IEx1a2U= 13044 +IGJ1YmI= 13045 +IGNvbnRlbXBvcg== 13046 +cnp5 13047 +IEphbmU= 13048 +INC00L7QvA== 13049 +IHNjcmV3cw== 13050 +IGh5YnJpZA== 13051 +IGNhc3VhbA== 13052 +IHNlbGJzdA== 13053 +YmVpbmc= 13054 +IMSQ 13055 +IENvbHVtYg== 13056 +INGF0L7Rhw== 13057 +IGJ1Y2tldA== 13058 +IGV2YWx1YXRl 13059 +IGlkb2w= 13060 +IHJlcHV0YXRpb24= 13061 +IOyGjOs= 13062 +2YjYsQ== 13063 +IGhlY2hv 13064 +IHBvZW0= 13065 +IHN1YmplY3Rz 13066 +cGxhbnQ= 13067 +IEJlaA== 13068 +IFNwZWFraW5n 13069 +IGJhdHRlcmllcw== 13070 +IGZvbGxvd2Vycw== 13071 +w7Zs 13072 +IGdlbnRseQ== 13073 +IHNpeHQ= 13074 +IHBhcmFtZXRlcg== 13075 +IGlra2U= 13076 +IFRvdXI= 13077 +IERK 13078 +b3R0ZQ== 13079 +IEphaHJlbg== 13080 +IHByZXBhcmF0aW9u 13081 +INC00YPQvA== 13082 +IDgwMA== 13083 +Y29w 13084 +aWtpbmc= 13085 +IOusuA== 13086 +INC90YM= 13087 +INC70LXRgg== 13088 +5ZCM 13089 +IElkZQ== 13090 +IOyhsOq4iA== 13091 +IGxhdWdodGVy 13092 +IG1vbGVjdWxlcw== 13093 +IFJlc3Q= 13094 +IG9ic2VydmVk 13095 +ZHppZQ== 13096 +IGFkdmVydGlzaW5n 13097 +ZXJ0bw== 13098 +IG1vaW5z 13099 +IE1JVA== 13100 +IGV4Y2l0 13101 +IHR1bQ== 13102 +IHR5bA== 13103 +IGludmVzdGVk 13104 +IHBoYXJt 13105 +IHVuZXhwZWN0ZWQ= 13106 +IHBoaQ== 13107 +b3R5cGU= 13108 +d2Vpc2U= 13109 +IGdlw6c= 13110 +am91cmQ= 13111 +IGhvcnNlcw== 13112 +bsSF 13113 +PSI= 13114 +IFNN 13115 +IGZpYg== 13116 +IGNsaXBz 13117 +55W2 13118 +5aaC5p6c 13119 +IHJlZ2ltZQ== 13120 +IHJvdGF0ZQ== 13121 +cm91 13122 +bmlr 13123 +IGFybW9y 13124 +8J+Y 13125 +0LXRgNCw 13126 +5bqm 13127 +IE9jaA== 13128 +IHJpY2h0aWc= 13129 +w7x6ZWw= 13130 +YW5lb3VzbHk= 13131 +bWVr 13132 +6Yyv 13133 +IFhpYW8= 13134 +IGV4aXN0ZWQ= 13135 +d29ydGg= 13136 +44Gj44Go 13137 +IG5hdWdodA== 13138 +IGhlacOfdA== 13139 +IEJhbA== 13140 +IHJlc2lk 13141 +aXZvdA== 13142 +b21hdGlj 13143 +IGhpcmVk 13144 +IGdyYWR1YWxseQ== 13145 +IG9uaW9ucw== 13146 +IGNvbXBhdA== 13147 +IGludGlt 13148 +IGpldw== 13149 +IGNvbnRyaWJ1dGlvbg== 13150 +IElyZQ== 13151 +YWNqaQ== 13152 +IHNsaWNl 13153 +IGltbXVu 13154 +IFJ1cw== 13155 +IGdyb3dz 13156 +IFNpbWlsYXJseQ== 13157 +IGhhcmRlc3Q= 13158 +IHN0cnVjaw== 13159 +IG1lYXN1cmVtZW50 13160 +Li4uXQ== 13161 +dGhleQ== 13162 +IOyggOs= 13163 +IHNuZWFr 13164 +IGFwcGxpZXM= 13165 +INC90LXQvA== 13166 +5pM= 13167 +15HXqA== 13168 +INCn0YLQvg== 13169 +IG91dHJv 13170 +IGlubm9jZW50 13171 +IG1vZw== 13172 +IFNhbXN1bmc= 13173 +IG1lcmN5 13174 +IGhhbmRsaW5n 13175 +IGludGVydmVudGlvbg== 13176 +aWRheXM= 13177 +Z290 13178 +IGN1cnJpYw== 13179 +IGJvdW5kYXJpZXM= 13180 +IGNvbmZ1c2luZw== 13181 +nbzripQ= 13182 +5oc= 13183 +IHN0aXRjaGVz 13184 +w612ZWw= 13185 +IHR1bm5lbA== 13186 +aXTDpA== 13187 +IGdvc3Q= 13188 +aW15 13189 +IGN6YXM= 13190 +IG3DqQ== 13191 +IGNhdGFs 13192 +IFNpbW9u 13193 +IExJQU0= 13194 +bWlj 13195 +INCk 13196 +IGV5ZWw= 13197 +aXNhcw== 13198 +IENQVQ== 13199 +IERvdQ== 13200 +IG7DpGNo 13201 +IGluZmluaXR5 13202 +IHJpZg== 13203 +IFBlYWNl 13204 +IEN1 13205 +IG1pbmltYWw= 13206 +IGxpc3RlbmVk 13207 +IHBvbGU= 13208 +aGFsYg== 13209 +IGxvYWRlZA== 13210 +IHN0ZWFkeQ== 13211 +IEJlc2lkZXM= 13212 +w6pt 13213 +IGxhcA== 13214 +IGNvb3A= 13215 +IGZyaWVuZHNoaXA= 13216 +d29ybGQ= 13217 +IGdlaA== 13218 +IHR5bGtv 13219 +IExhdXJh 13220 +IHN1cnJvdW5kZWQ= 13221 +IEV2ZW50 13222 +IGNoYXA= 13223 +IFdvbmRlcg== 13224 +YnJlYWs= 13225 +IGRyb3Zl 13226 +IGJyb2FkZXI= 13227 +IGNoaQ== 13228 +Rmk= 13229 +IGdlaGVu 13230 +IHdlc3Rlcm4= 13231 +IGludGVsbGlnZW50 13232 +IHBlcnNpc3Q= 13233 +IGZvdW5kZWQ= 13234 +44GT44Go 13235 +IGhpc3Rvcmlj 13236 +IGZyw6U= 13237 +Y2tzw6U= 13238 +IGhhbmR5 13239 +IHN5bXA= 13240 +IHJvd3M= 13241 +IG51dHJp 13242 +YnVy 13243 +IExlb24= 13244 +IHNpc3RlbWE= 13245 +IGV4dGVuc2l2ZQ== 13246 +INGD0LI= 13247 +7Y8= 13248 +IG5pZ2h0cw== 13249 +IGPDoWM= 13250 +IGNvdW50aW5n 13251 +IE11c3Q= 13252 +YWxsb3c= 13253 +0LXRgdGB 13254 +TW9t 13255 +INC90LDQtNC+ 13256 +IGJhcnJlbA== 13257 +44Oe 13258 +QVJE 13259 +IGluc3RhbGxhdGlvbg== 13260 +IGluc2VjdA== 13261 +IOuFuOs= 13262 +dWrEhQ== 13263 +IMSRaQ== 13264 +IHBhY2tlZA== 13265 +IGZpY3Rpb24= 13266 +Tm93 13267 +IFlheQ== 13268 +IHBlcnQ= 13269 +cm9ucw== 13270 +dW5kZQ== 13271 +YWNoZXM= 13272 +IHN0eWxlcw== 13273 +IGFwcsOocw== 13274 +b2t1 13275 +IFZpY2U= 13276 +xLFuxLF6 13277 +Y29tbQ== 13278 +IGFzc2lnbmVk 13279 +IGludGVyYWN0aW9ucw== 13280 +IGFjYWI= 13281 +RkVMSVBF 13282 +IHJlc2N1ZQ== 13283 +IGluZHVzdHJpZXM= 13284 +IEFuZHk= 13285 +IHByYWlzZQ== 13286 +IGZsYW1l 13287 +IHNuYWNr 13288 +7YI= 13289 +54E= 13290 +IHN3bw== 13291 +cmVuZGVy 13292 +IGJvYXJkcw== 13293 +INGC0L7QvA== 13294 +ZW5uZQ== 13295 +IHBhc3Rh 13296 +IGRldmls 13297 +IEZlbA== 13298 +IGhhdHRl 13299 +IGNvbGxlZw== 13300 +ZWg= 13301 +7Ls= 13302 +44GT44Gu 13303 +IHByb2R1Y3RpdmU= 13304 +Zm9yd2FyZA== 13305 +0LjQvw== 13306 +IHNtYXJ0cGhvbmU= 13307 +IGludmlz 13308 +IGJ1bQ== 13309 +IHdob2E= 13310 +7J6E 13311 +IG9ja3PDpQ== 13312 +IExhbmc= 13313 +IFN5cmlh 13314 +IHNlc2k= 13315 +zq/OsQ== 13316 +IGFwcHJvdmFs 13317 +NDg= 13318 +INC+0LTQuNC9 13319 +IOuW 13320 +IEhhcnI= 13321 +IEFkbWluaXN0 13322 +INek 13323 +IERlYW4= 13324 +Zmk= 13325 +IGNpdGl6ZW4= 13326 +IHNoYXJr 13327 +MDU= 13328 +IGJvaWw= 13329 +IGluZGljYXRl 13330 +5aE= 13331 +QXJl 13332 +IGxheW91dA== 13333 +IHJlZnI= 13334 +IFBhY2lmaWM= 13335 +QUFBQQ== 13336 +IEF1c3RyYWxpYW4= 13337 +Z3Jlc3Npb24= 13338 +Vm9pY2U= 13339 +0LDQu9GB0Y8= 13340 +IHNoZWx0ZXI= 13341 +VG8= 13342 +YXVwdA== 13343 +IGV2YWx1YXRpb24= 13344 +YXBvcg== 13345 +IGN1cnJlbmN5 13346 +INC80L3QvtCz0L4= 13347 +aWdvcw== 13348 +44Gw 13349 +IG9jdA== 13350 +IHJveWFs 13351 +6LM= 13352 +YXNpbA== 13353 +IENoaWxkcmVu 13354 +IHJpZW4= 13355 +IOuTnOs= 13356 +IGJhcnJpZXI= 13357 +IGVqZW1wbG8= 13358 +IGVr 13359 +TkQ= 13360 +ZXNw 13361 +0LXQvdCw 13362 +IHBpYw== 13363 +IGtpbGxlcg== 13364 +IGludGVncmF0ZQ== 13365 +IGZld2Vy 13366 +IGRpc2FiaWxpdGllcw== 13367 +IC4uLi4= 13368 +IHRyaWFuZ2xl 13369 +IGZlZXM= 13370 +IHdpZGVseQ== 13371 +ZW1p 13372 +IG92ZXJ3aGVsbWluZw== 13373 +IHpvbWI= 13374 +IGJlcmU= 13375 +IGhvb2Q= 13376 +IEF5ZQ== 13377 +IEhhcnZhcmQ= 13378 +ZXY= 13379 +IM+Ezr/PhQ== 13380 +IGN1cHM= 13381 +IEF1Y2g= 13382 +em9uYQ== 13383 +IDE5OTA= 13384 +IHdlacOf 13385 +IGNydW5jaA== 13386 +5qU= 13387 +INC30LDQsg== 13388 +IG1lYXN1cmluZw== 13389 +IHN0YXRpb25z 13390 +IFN0ZXBoZW4= 13391 +IHNob3J0bHk= 13392 +IHNpZ25pbmc= 13393 +IGNvbWVkeQ== 13394 +b21v 13395 +IHN1Z2dlc3Rpb25z 13396 +IHNpZ25hdHVyZQ== 13397 +INC/0YDQuNCy 13398 +IGRpc29yZGVy 13399 +YXNrYQ== 13400 +IHdvcmxkcw== 13401 +IHByZWNpc2VseQ== 13402 +bm9ybQ== 13403 +cmF2 13404 +IENpdmls 13405 +SW50ZXI= 13406 +IENlcnRhaW4= 13407 +IGluanVyZWQ= 13408 +IHN1Z2dlc3Rz 13409 +IEdvbGRlbg== 13410 +IGN5YmVy 13411 +INi0 13412 +IHRlbXBvcmFyeQ== 13413 +IGNvb3Blcg== 13414 +IHZvdGVk 13415 +IG91Z2h0 13416 +4bqleQ== 13417 +eHVhbA== 13418 +IHBhbmVscw== 13419 +IDk1 13420 +IGhhbmRzb21l 13421 +INC/0YDQvtCy 13422 +IHBlcm1pdA== 13423 +IGtlaW4= 13424 +IGJhZGx5 13425 +IG5vdGlmaWNhdGlvbnM= 13426 +aXph 13427 +IE5vdGljZQ== 13428 +IGluY2x1c2l2ZQ== 13429 +IGFuc3dlcmluZw== 13430 +IO2X 13431 +dWxk 13432 +7YWM 13433 +IG5vd2FkYXlz 13434 +IDM3 13435 +IGJvbHQ= 13436 +IHN0YXRpYw== 13437 +IEhvcA== 13438 +IGF2YW50 13439 +YWpv 13440 +IOunm+yeiA== 13441 +IGZpZnR5 13442 +IEZpbmFs 13443 +IHNjb3Jlcw== 13444 +IFRhcA== 13445 +IGN5bA== 13446 +IGNvbnZpbmNl 13447 +IGFueXdheXM= 13448 +b2Rh 13449 +IOyVvA== 13450 +IHNlcnZlcw== 13451 +INGC0LDQutC+0Lk= 13452 +IFpvb20= 13453 +IHNhdmluZ3M= 13454 +dWxv 13455 +IHNvdXRoZXJu 13456 +dmlld2Vy 13457 +IGhvamU= 13458 +IHNlamE= 13459 +IHJlcHJlc2VudGluZw== 13460 +iOuNmA== 13461 +bGlr 13462 +IFNvbWVib2R5 13463 +IGJlYXN0 13464 +IHN0aWNraW5n 13465 +IGluc2lzdA== 13466 +IHRhbGVudGVk 13467 +IGV4cGxhaW5pbmc= 13468 +IGF0dG9ybmV5 13469 +6YOo 13470 +IHN0YWlycw== 13471 +IERvZw== 13472 +7Ys= 13473 +IGNpZw== 13474 +IHNoYXBlZA== 13475 +IHNvbnM= 13476 +z4HOuQ== 13477 +dXR0 13478 +IOyU 13479 +IHBhcmFk 13480 +7J24642w 13481 +IGhvcm4= 13482 +IEpvdXI= 13483 +YW5ubw== 13484 +IHdvcmxkd2lkZQ== 13485 +5Yqb 13486 +IHBhcnRpY2lwYXRpb24= 13487 +poQ= 13488 +IG3Ds3c= 13489 +IGJ1cm5lZA== 13490 +IHdyaXRlcnM= 13491 +YWxsYWg= 13492 +IEZ1bmQ= 13493 +IGNsZXZlcg== 13494 +IExldXRl 13495 +Ymlu 13496 +IGJlYXRpbmc= 13497 +Zm9vdA== 13498 +IOybkA== 13499 +IFN0dWRpbw== 13500 +IHZhZw== 13501 +YmV5 13502 +cnpl 13503 +IG9wcG9zaXRpb24= 13504 +INC20LjQtw== 13505 +d2hv 13506 +IOqxtA== 13507 +IHRyYWNl 13508 +INC00LXQvdGM 13509 +IGVwaWQ= 13510 +IGdlc2No 13511 +IE5hcg== 13512 +IEJF 13513 +0YPQuQ== 13514 +IFNpZ24= 13515 +ZWRseQ== 13516 +IGNsYXk= 13517 +IGluc3RhbnRseQ== 13518 +IGdhdGhlcmluZw== 13519 +IEdhbGF4eQ== 13520 +IGJvcmVk 13521 +IEJ1ZGRo 13522 +Y8Op 13523 +IG1hbQ== 13524 +IHNsb3Bl 13525 +IOuLpOydjA== 13526 +IHNjaMO2bg== 13527 +IHBpcg== 13528 +Z2Vm 13529 +YW1lcg== 13530 +IGjDtg== 13531 +IGNvbGxlYWd1ZQ== 13532 +IHByZXNlbnRz 13533 +YWRpdW0= 13534 +IOCutQ== 13535 +IGZhbGFy 13536 +YmVlcA== 13537 +IGRyaWVk 13538 +aXNtcw== 13539 +IHJvcGU= 13540 +IHdvcmtzaG9w 13541 +IGVzdHVk 13542 +IGJhbmRz 13543 +IHRoZW1lcw== 13544 +5YWs 13545 +2YrYsQ== 13546 +5ZCO 13547 +IHJlbWluZGVy 13548 +0YLRgw== 13549 +IEJo 13550 +IGNvY29udXQ= 13551 +INGB0YLQvg== 13552 +IENoYW5uZWw= 13553 +IGltbWlncmF0aW9u 13554 +w6Rz 13555 +Li4uLi4= 13556 +5Li7 13557 +55m9 13558 +c3RvcA== 13559 +INC60LDRgA== 13560 +IGNvaW5z 13561 +INGH0LDRgQ== 13562 +IGRlc3RydWN0aW9u 13563 +bGluZWQ= 13564 +IGJhcnJpZXJz 13565 +YW50aW5l 13566 +IHByaW50ZWQ= 13567 +IGNvbmdyYXR1bGF0aW9ucw== 13568 +IEhlYXJ0 13569 +IGlucXU= 13570 +dGhh 13571 +IGhhcmRseQ== 13572 +IEF2ZW4= 13573 +IHRpbmhh 13574 +IFNvbnk= 13575 +IE5G 13576 +IGdyYWR1YXRlcw== 13577 +IHNxdWVlemU= 13578 +ZXJlbXk= 13579 +z4TOuQ== 13580 +IGVwaWM= 13581 +IEp1 13582 +IG9sbQ== 13583 +IExhdWdodGVy 13584 +IGJlbGllZnM= 13585 +IENydQ== 13586 +IFRydWU= 13587 +IFNvdWw= 13588 +b3dlZW4= 13589 +IHJvbWFudGlj 13590 +INC30LI= 13591 +IGFub3M= 13592 +IFl1cA== 13593 +6Zi/ 13594 +ZGlt 13595 +IGluZmVy 13596 +INC30LDQvA== 13597 +IHNvYw== 13598 +dWth 13599 +IHByZWNpc2U= 13600 +IGRyb3BwaW5n 13601 +IGNsdWU= 13602 +IGVycm9ycw== 13603 +Y2hhcmdl 13604 +IFB1 13605 +b21ldGVy 13606 +IGxhbWJkYQ== 13607 +YWNpb25hbA== 13608 +IERvbmc= 13609 +IGNoYW1iZXI= 13610 +IHRoYW5rZnVs 13611 +IE51 13612 +IEhhd2Fp 13613 +IGluZm8= 13614 +IGFjdGl2YXRl 13615 +IFF1YWw= 13616 +IHF1ZWQ= 13617 +0YPQu9GM 13618 +IGNsb3Ro 13619 +5Zac 13620 +IHdpY2h0aWc= 13621 +NTU= 13622 +IG90cmE= 13623 +b2dyYXBoZXI= 13624 +IGN1cmlvcw== 13625 +IDE5ODA= 13626 +IGVtcHJlcw== 13627 +ZGVzcw== 13628 +ZXVy 13629 +IGNsdXN0ZXI= 13630 +YXJ0ZXI= 13631 +b2JpbGU= 13632 +IFlhbg== 13633 +IEFkdg== 13634 +IGRpc2NpcGxpbmU= 13635 +IOygleuPhA== 13636 +IFBsYWNl 13637 +IFNlbGVjdA== 13638 +VEU= 13639 +INCx0YvQu9Cw 13640 +IHdoaXM= 13641 +IGJheQ== 13642 +IERvcg== 13643 +ZW5jaW5n 13644 +IHJlcGV0 13645 +IGZpY2Fy 13646 +cGFk 13647 +IGZvZw== 13648 +dXlvcg== 13649 +IHNuYXA= 13650 +aWJ0 13651 +IHNvYmll 13652 +IGFwcG9pbnRtZW50 13653 +IFJ5 13654 +IGNlaWxpbmc= 13655 +b3Vyc2U= 13656 +IHdyaXRlcw== 13657 +IEFmZ2hhbmlzdGFu 13658 +IG1vcw== 13659 +YXpl 13660 +IHBlbmFs 13661 +IGNyeXN0YWw= 13662 +SUNF 13663 +6rCQ 13664 +6Z8= 13665 +IFRlc2xh 13666 +IHRoZW9yaWVz 13667 +IGFwcGVhbA== 13668 +IG5ld3NwYXBlcg== 13669 +IGNvb2tpZXM= 13670 +5qk= 13671 +INin2YTZhA== 13672 +IG1hag== 13673 +IEdldHRpbmc= 13674 +a29tbWVu 13675 +IEhlYXZlbg== 13676 +ZWxscw== 13677 +IGRpdmluZQ== 13678 +xKs= 13679 +IGFrdA== 13680 +IGhvcGVz 13681 +IENoZW4= 13682 +d2VnZW4= 13683 +Kioq 13684 +IEZyYWdl 13685 +INC90Lg= 13686 +4Li5 13687 +bWluaXN0ZXI= 13688 +bmVzb3Rh 13689 +d2hpY2g= 13690 +IGV4cGxpY2l0 13691 +IHZlcmRhZA== 13692 +IGdyYWR1YXRlZA== 13693 +IFBoaWxpcHA= 13694 +UUw= 13695 +IE1J 13696 +IGRldm90 13697 +IGN1cmU= 13698 +IGNsb3Nlc3Q= 13699 +IMOE 13700 +IHNleHk= 13701 +44Gb 13702 +IERlYXRo 13703 +b2tv 13704 +dWd1 13705 +IEFubmU= 13706 +aXRhcmlhbg== 13707 +ZXNh 13708 +0LXQs9C+0LQ= 13709 +IER1cg== 13710 +IDAwMA== 13711 +emVpdA== 13712 +IHRvdXJuYW1lbnQ= 13713 +IG1lbGhvcg== 13714 +4Liq 13715 +IGluZHU= 13716 +IGZsYXc= 13717 +IHdhcnM= 13718 +IE1pbmQ= 13719 +IElyb24= 13720 +0YLQsNC6 13721 +IFZS 13722 +IHNpeg== 13723 +IFNvdXRoZXJu 13724 +IOq3uOufrOs= 13725 +IGF3YWs= 13726 +IOyVng== 13727 +IGN1YmU= 13728 +YmVsaWV2YWJsZQ== 13729 +aWZhbGw= 13730 +ZGlz 13731 +IGFiYW5kb25lZA== 13732 +bWluZA== 13733 +IHBhcmw= 13734 +IGNsYXNzaWNhbA== 13735 +6Is= 13736 +4buZdA== 13737 +IEF1dG8= 13738 +IEJvcg== 13739 +56k= 13740 +NDAw 13741 +IFNvY2lldHk= 13742 +IHN1YnRsZQ== 13743 +IG1pc3Npb25z 13744 +IHJlbWVtYmVyZWQ= 13745 +IEVpdGhlcg== 13746 +IGRhZsO8cg== 13747 +T1JE 13748 +IGludGVuc2l0eQ== 13749 +RVNJTg== 13750 +IEN1cA== 13751 +IHJhcmVseQ== 13752 +IHRveXM= 13753 +IENoYXJsaWU= 13754 +4buf 13755 +IGdsYXViZQ== 13756 +IHJvdW5kcw== 13757 +VElO 13758 +IGNhcGFiaWxpdHk= 13759 +IGRlcml2YXRpdmU= 13760 +IHJlZmVycmluZw== 13761 +IGTDpQ== 13762 +IFRBTEk= 13763 +IGNvdHRvbg== 13764 +IGNvbmZlcg== 13765 +IGNvbHVtbnM= 13766 +IGxpYmVyYWw= 13767 +IG51bmNh 13768 +IM68zrU= 13769 +IGluZG8= 13770 +aWJlbg== 13771 +IEJlaXNwaWVs 13772 +IOq3uOughw== 13773 +INGD0Yc= 13774 +IGhveQ== 13775 +IGZyeQ== 13776 +IFNjb3R0aXNo 13777 +6Io= 13778 +IGNpdg== 13779 +IGNvbnNlcnZhdGl2ZQ== 13780 +IGFpcnBs 13781 +IHNhcg== 13782 +cnVz 13783 +IGludmVzdG1lbnRz 13784 +IGluZmluaXRl 13785 +IOCulQ== 13786 +IFRBTElFU0lO 13787 +IEdhcnk= 13788 +dWVsbA== 13789 +INCw0Lo= 13790 +IENpcg== 13791 +IHJpdHVhbA== 13792 +ID4+Pg== 13793 +IHRlbXB0 13794 +IFRlY2g= 13795 +IFBva2Vtb24= 13796 +IGltcHJvdmVtZW50cw== 13797 +IHNwYXJl 13798 +IHRyYW5zbGF0ZQ== 13799 +IHNvbnJh 13800 +IEZpbG0= 13801 +d29ydA== 13802 +INC80Lg= 13803 +IHBlcmlvZHM= 13804 +IGplYWxvdXM= 13805 +44GE44GE 13806 +IHRpcg== 13807 +TUk= 13808 +IGNvbmR1Y3RlZA== 13809 +IOyViOuFlQ== 13810 +MDk= 13811 +IFBvbGl0 13812 +IFdoZXJlYXM= 13813 +IG1vaXN0dXJl 13814 +IHNpbnM= 13815 +IGthcA== 13816 +INGN0Lo= 13817 +IGJlbmlt 13818 +IGVsaW1pbmF0ZQ== 13819 +IGF0aGxldGVz 13820 +IE1hbmFnZXI= 13821 +IGZlYXR1cmVk 13822 +YXBvcmU= 13823 +5Lqb 13824 +IOuwnA== 13825 +IHBlcmY= 13826 +IFRodXM= 13827 +IGRlYnV0 13828 +0L7QsdGA 13829 +IHNlw7E= 13830 +IG15c3RlcmlvdXM= 13831 +d29yZHM= 13832 +lOqwgA== 13833 +IGNoZWNrcw== 13834 +IHZvbHVudGVlcg== 13835 +IHdhc2hpbmc= 13836 +IE1hcnZlbA== 13837 +IEFC 13838 +aXNzb3Jz 13839 +ISc= 13840 +IEZ1bGw= 13841 +eWVvbg== 13842 +IHdlaWdo 13843 +IEpPSE4= 13844 +IHZvcw== 13845 +IHByb2NlZHVyZXM= 13846 +IGFkZHJlc3NlZA== 13847 +IEJlcmxpbg== 13848 +cHV0ZXI= 13849 +IEJhbg== 13850 +IG1lZGljYXRpb24= 13851 +IGRyb25l 13852 +INGD0LE= 13853 +IEplYW4= 13854 +IGNhcHM= 13855 +IGRpc2FwcG9pbnRlZA== 13856 +IHdvcmU= 13857 +IOq1rQ== 13858 +IG9yZ2FuaXpl 13859 +IEhhbGxvd2Vlbg== 13860 +IGZhbnRhc3k= 13861 +eWFyZA== 13862 +IG5vc290cm9z 13863 +IGp1bXBlZA== 13864 +IHBob3RvZ3JhcGh5 13865 +IE5hbWU= 13866 +cmVj 13867 +QUI= 13868 +IGJsZXNzaW5n 13869 +IFNodXQ= 13870 +IGJpdHRlcg== 13871 +cG9w 13872 +44Gd44KM 13873 +IGRlaQ== 13874 +IGZ1bGZpbGw= 13875 +55CG 13876 +IGRlbmdhbg== 13877 +IGJlbG8= 13878 +IE1lYW53aGlsZQ== 13879 +IGRlcG9pcw== 13880 +IGRpYWJldGVz 13881 +IGJ1bmQ= 13882 +IFplYWxhbmQ= 13883 +IGRpZ2VzdA== 13884 +IHRpcmVz 13885 +IGRvZA== 13886 +YWduZQ== 13887 +4bq/dA== 13888 +IHBlZWw= 13889 +INC30LDQsQ== 13890 +IG5vZGVz 13891 +IHRyZW5kcw== 13892 +IFN3aXRjaA== 13893 +IEF3YXJk 13894 +IE9yaWc= 13895 +IEhhbA== 13896 +IGVzdGFz 13897 +IDM2MA== 13898 +IHNpbXVsdA== 13899 +IGNvbWlj 13900 +IG3DoA== 13901 +IGJhbGFuY2Vk 13902 +IFByaW5jZXNz 13903 +IGtpbG9tZXRlcnM= 13904 +4bup 13905 +IHBhcnRpcg== 13906 +7KSR 13907 +c29mdA== 13908 +IFZpZXc= 13909 +IGJpb2xvZ2ljYWw= 13910 +aW5zdA== 13911 +NDQ= 13912 +IG1hbmVyYQ== 13913 +IGNvbXByZWhlbnNpdmU= 13914 +IFNhYg== 13915 +IGNyaW1lcw== 13916 +eWVycw== 13917 +IENvbXBhbnk= 13918 +IFBob3Q= 13919 +IHBvdWNv 13920 +aWFj 13921 +IGJlaW0= 13922 +aW5hdGU= 13923 +IHN1YnNlcXU= 13924 +IE1heW9y 13925 +IGNlbnR1cmllcw== 13926 +w6hyZXM= 13927 +7J6W7JWE7JqU 13928 +IOq3uOufvA== 13929 +IEZyYXU= 13930 +IE9I 13931 +IOuBnQ== 13932 +IE5haA== 13933 +IFNlcmllcw== 13934 +IG92ZXJuaWdodA== 13935 +7ZKI 13936 +IOKAog== 13937 +IHRyYXZl 13938 +YXR0ZXJlZA== 13939 +IHdhcnJp 13940 +IEdydW5k 13941 +IEluZG9uZXM= 13942 +IHNjcmE= 13943 +b2J5 13944 +IEJyb29r 13945 +IGN1cnM= 13946 +IOu4 13947 +IGV4cGxhaW5z 13948 +cmFtYXRpYw== 13949 +IHBhcnRpY2lwYXRpbmc= 13950 +IG1pbnV0 13951 +IGNvbnRyYWN0cw== 13952 +IGdlZ2Vu 13953 +IGRpc2FwcGVhcmVk 13954 +IFNO 13955 +IHJvYnVzdA== 13956 +YXBo 13957 +IHNocmlt 13958 +IGRldmFzdA== 13959 +Y29wZQ== 13960 +IG1lZXRz 13961 +IHBlYWNlZnVs 13962 +bWF0ZQ== 13963 +IHdlbGQ= 13964 +INeq 13965 +ZG9u 13966 +0YPRgtGM 13967 +IHJlZ2lzdGVyZWQ= 13968 +IE5paw== 13969 +amlu 13970 +IGNhdg== 13971 +IGVjaHQ= 13972 +aW94 13973 +IGZsb3dpbmc= 13974 +0L3QvtGB0YLQuA== 13975 +IHRvZQ== 13976 +IGVudGl0eQ== 13977 +0L7QstCw 13978 +Zml0cw== 13979 +IFBhdHJpY2s= 13980 +0YLRgA== 13981 +IGxldmVyYWdl 13982 +IGNvcnJlbA== 13983 +aWFo 13984 +IHN0cmluZ3M= 13985 +aXN0aW5jdA== 13986 +IGd1ZQ== 13987 +YXJjaHk= 13988 +IHRlbmdv 13989 +xLFtxLF6 13990 +IG9yYml0 13991 +5Li6 13992 +INC10YnRkQ== 13993 +Y2FrZQ== 13994 +INec15Q= 13995 +IE1pbm5lc290YQ== 13996 +IGJyYWtl 13997 +b3dpZQ== 13998 +IGNyYXc= 13999 +6riw66W8 14000 +IHByb2dyYW1tZQ== 14001 +INGB0LvRg9GH 14002 +5Y+q 14003 +aWVuY2Vz 14004 +IE91aQ== 14005 +IFBlcnM= 14006 +aW1pZW50bw== 14007 +IEludmVzdA== 14008 +IHNsb3dlcg== 14009 +5pmC5YCZ 14010 +IEJldGg= 14011 +IG51cnNl 14012 +IFNwcmluZw== 14013 +U3A= 14014 +IHVuZW1wbG95 14015 +0LTQuA== 14016 +IGdlbml1cw== 14017 +IEFhcm9u 14018 +IOq3uOufrA== 14019 +IGVp 14020 +44GX44KH 14021 +IHRhbmtz 14022 +IGF1am91cmQ= 14023 +IGNvbXBsZXhpdHk= 14024 +INGA0LXRiA== 14025 +IG9sZGVzdA== 14026 +IGxldHo= 14027 +5YWl 14028 +IHBoZW5vbWVub24= 14029 +cHJpbnQ= 14030 +IEJ1bmRlcw== 14031 +aXRhdA== 14032 +6ruY 14033 +IDQy 14034 +IFdp 14035 +IGluY29t 14036 +IGdlaw== 14037 +IGVtYnJhY2U= 14038 +IHRpZXM= 14039 +b3V0ZQ== 14040 +IGRvc2U= 14041 +IEZyaWVuZHM= 14042 +0YvRgg== 14043 +0LXQs9C+0LTQvdGP 14044 +IG9yZw== 14045 +hOuhnA== 14046 +w7Nn 14047 +IGV4Y2VlZA== 14048 +IGdvZHM= 14049 +IOqxsOyYiOyalA== 14050 +IHNvY2lldA== 14051 +IFVuaXZlcnM= 14052 +aXTDpHQ= 14053 +IHdvcmRlbg== 14054 +IHNtb2tpbmc= 14055 +IGludGVucw== 14056 +YWJ1bA== 14057 +ZW1pYQ== 14058 +6JE= 14059 +NDc= 14060 +Zmx5 14061 +IDIwMDY= 14062 +IFNlcmlvdXNseQ== 14063 +IHByemV6 14064 +5rw= 14065 +Y3Jl 14066 +IG5hbg== 14067 +IG1vZGVz 14068 +0L7QstCw0YLRjA== 14069 +IEhhbmc= 14070 +ZW1lbg== 14071 +IGJlbmVmaWNpYWw= 14072 +IHZvdGVycw== 14073 +IEJyb2Fk 14074 +IGJlbnQ= 14075 +V293 14076 +IG11bA== 14077 +5ZOl 14078 +IFVD 14079 +IGRhbWFnZWQ= 14080 +IFVrcmFpbmU= 14081 +IHdpcGU= 14082 +IHN0b25lcw== 14083 +IG1hbmFnZXJz 14084 +IHJhYg== 14085 +0YHRgtGA0L4= 14086 +bGF0 14087 +IGRlY2U= 14088 +IGdyYXBoaWM= 14089 +IGZvc3M= 14090 +IGRpc2FncmVl 14091 +IEFtZW4= 14092 +IHNlY3JldHM= 14093 +aG9sZQ== 14094 +aW5rbGU= 14095 +IGZvcnR1bmF0ZQ== 14096 +IOyx 14097 +7JyE 14098 +6JCs 14099 +IGhhYml0cw== 14100 +IGJ1cmllZA== 14101 +IGhpbg== 14102 +IHZpcnR1YWxseQ== 14103 +b2xhcw== 14104 +IFJQ 14105 +IFRhYg== 14106 +bG93 14107 +IHNhY3JpZmlj 14108 +IGVzdGltYXRlZA== 14109 +b2xu 14110 +2Ys= 14111 +Y3Vy 14112 +IEZlZWw= 14113 +IGNhc3RsZQ== 14114 +IHVzZWxlc3M= 14115 +IGRpc2c= 14116 +IEphY29i 14117 +IGdhYW4= 14118 +IHVwc2lkZQ== 14119 +IHBhcmVjZQ== 14120 +44Oz44M= 14121 +IHNoaXBwaW5n 14122 +IENS 14123 +IGRpc3J1cHQ= 14124 +YWN0ZXI= 14125 +VU5E 14126 +ZnU= 14127 +5a6M 14128 +IFBpY2s= 14129 +IENoYXJs 14130 +IEJ1bGw= 14131 +IGVudGVycHJpc2U= 14132 +IHB1bmlzaG1lbnQ= 14133 +YWNraW5n 14134 +IGZyYWN0aW9u 14135 +IHRhYmxldA== 14136 +IGNob3Jk 14137 +IHNpbWlsYXJseQ== 14138 +5YW25a+m 14139 +IFRvcm9udG8= 14140 +IGNvdXJ0cw== 14141 +xJ9s 14142 +ZXN6Y3pl 14143 +IHByb25vdW4= 14144 +IFNpc3Rlcg== 14145 +IE1Q 14146 +IGdyZWF0bHk= 14147 +IERhbms= 14148 +aWNvcA== 14149 +IGdhcmJhZ2U= 14150 +IHJlc29sdmU= 14151 +IFNhZg== 14152 +IEd1bg== 14153 +IGNvbXBvdW5k 14154 +IOuwsA== 14155 +IE11c2lr 14156 +4pmr 14157 +IGNoYW9z 14158 +IFdoZW5ldmVy 14159 +IGV1cm9z 14160 +IG9yY2hlc3Q= 14161 +IHJlZnJpZ2Vy 14162 +YWxhbg== 14163 +4Li3 14164 +IEFtYXppbmc= 14165 +IHB1ZA== 14166 +YWdhbg== 14167 +IGplc3pjemU= 14168 +aXN5 14169 +IGFjY3VyYWN5 14170 +IEFtYQ== 14171 +aXNvZGU= 14172 +64yA 14173 +IGludGVycHJldGF0aW9u 14174 +IExpYmVy 14175 +5rc= 14176 +Y2Ft 14177 +IGV2b2x2ZWQ= 14178 +IEtheQ== 14179 +0YbRiw== 14180 +IGNyZWF0b3I= 14181 +aXRhcw== 14182 +IGFsYXJt 14183 +IGNlbGVicmF0aW9u 14184 +emVudA== 14185 +IGZ1bmNpb24= 14186 +IG92 14187 +dW1ibGluZw== 14188 +ICU= 14189 +4LiI 14190 +IHJlc3RyaWN0aW9ucw== 14191 +INC90LDQsg== 14192 +IEtpbmRlcg== 14193 +IGJhbmFuYQ== 14194 +0YzRjw== 14195 +IGRpYW1ldGVy 14196 +IG5vcnRoZXJu 14197 +dXJlcnM= 14198 +IFBhcw== 14199 +5oiR55qE 14200 +IHdvcmtmb3JjZQ== 14201 +IGp1bmc= 14202 +IGd1YXJhbnRl 14203 +IGVxdWlsaWI= 14204 +IHN1aXRl 14205 +IGV1cm8= 14206 +IGRlbGliZXI= 14207 +U3Rl 14208 +IGRvd250b3du 14209 +IGNoaW4= 14210 +IGNvZGVz 14211 +ZWRpYQ== 14212 +IHNoZWVw 14213 +cmVzaG9sZA== 14214 +d25pZQ== 14215 +w7Ni 14216 +IHVuZGVybHlpbmc= 14217 +bGlh 14218 +amVy 14219 +z4DPjA== 14220 +550= 14221 +dGhyb3A= 14222 +IHphcA== 14223 +IHZhY3V1bQ== 14224 +IEhhYg== 14225 +IHdyYXBwZWQ= 14226 +7KI= 14227 +IGludmVudG9yeQ== 14228 +0LzQsA== 14229 +IGNvb3Jk 14230 +IHBsYXRlcw== 14231 +IHN5bW0= 14232 +VGU= 14233 +IHfFgmHFm25pZQ== 14234 +IHJlYWNoZXM= 14235 +IGxvbmVseQ== 14236 +U2NyaXB0 14237 +bGVl 14238 +ZXNzZXI= 14239 +IOqxuA== 14240 +IEdlc2No 14241 +IE1vdmluZw== 14242 +IHLDqXA= 14243 +IFZpbGw= 14244 +5ZCI 14245 +IFJhY2hlbA== 14246 +IHRlbW9z 14247 +T05F 14248 +IHN0cmFpbg== 14249 +IGFuZ2Vs 14250 +IGbDpQ== 14251 +VHI= 14252 +IGFjaG8= 14253 +IGhpZ2hsaWdodHM= 14254 +IFdlcg== 14255 +IENhcmw= 14256 +IGJsdXI= 14257 +IHJlZ2FyZHM= 14258 +wrc= 14259 +0LjQu9GB0Y8= 14260 +IHJlY3Jl 14261 +IFlhbmk= 14262 +VUNL 14263 +oLg= 14264 +IGVsZWN0cm9ucw== 14265 +IFNwaWVs 14266 +IHZlZA== 14267 +2r4= 14268 +IGJlYW0= 14269 +IGlkaW90 14270 +65Ok 14271 +0L3QsNGH 14272 +aWRk 14273 +IHNraQ== 14274 +aXRhdGl2ZQ== 14275 +IGh5cG90aGVz 14276 +44Gn44GZ44Gt 14277 +ZW50ZXI= 14278 +IOyVhOuLiOs= 14279 +IGlocmU= 14280 +IHByZXZpZXc= 14281 +YW5nZWw= 14282 +IGRlbW9u 14283 +IGR1cw== 14284 +IGRpYw== 14285 +IEtvbQ== 14286 +TEVZ 14287 +Li4uIQ== 14288 +IHNpZWh0 14289 +IFNvbmlj 14290 +IHRlbmhv 14291 +YW5hcw== 14292 +IGRpZ2l0 14293 +IE1hYXI= 14294 +IHVuZGVyZ3JhZA== 14295 +b3VuY2Vy 14296 +dWZmeQ== 14297 +IGNvbnZlcnNpb24= 14298 +IGRpc2Nvbm5lY3Q= 14299 +IGVjaG8= 14300 +b21lcg== 14301 +IGN1cnJpY3VsdW0= 14302 +IHBlcmNow6k= 14303 +IHdhbmQ= 14304 +Li4/ 14305 +IHJvbGxlZA== 14306 +IGVudHJlcHJlbmV1cg== 14307 +IHRoZW9yZXQ= 14308 +INGJ0L4= 14309 +IGluc2lnaHRz 14310 +IHp1c2FtbWVu 14311 +b2lu 14312 +cmV0dA== 14313 +cHJvZHU= 14314 +IHZpc2l0b3Jz 14315 +ZW91cw== 14316 +IGdyYW5kbW90aGVy 14317 +IGh1bW9y 14318 +INC90LjRhQ== 14319 +emVuaWE= 14320 +aW5zb24= 14321 +IHJlc2V0 14322 +IGJhc2ViYWxs 14323 +IG1hdGNoaW5n 14324 +64uk6rCA 14325 +IHB1bnRv 14326 +7KE= 14327 +IHJlZGU= 14328 +IGFkZHJlc3Npbmc= 14329 +IGZvcmVjYXN0 14330 +IEJvbA== 14331 +IGNvbG9yZWQ= 14332 +IGRvY3VtZW50YXRpb24= 14333 +IGV4cGVjdGF0aW9u 14334 +IE5vcnRoZXJu 14335 +IGNyZW8= 14336 +IOCumg== 14337 +Zm9u 14338 +IHVuc2VyZQ== 14339 +VU0= 14340 +IGNvcGllcw== 14341 +IGV4cGFuZGVk 14342 +IHZldGVyYW5z 14343 +IEFsbQ== 14344 +INCy0L7QvtCx0YnQtQ== 14345 +IHBzeWNob2xvZ2ljYWw= 14346 +IG5vc3Nv 14347 +IHBheW1lbnRz 14348 +aW1ldGVycw== 14349 +IC0tPg== 14350 +IEplbm5pZmVy 14351 +IHZvbHVudGVlcnM= 14352 +b3NzZQ== 14353 +b3Jpb3Vz 14354 +INCx0YvQu9C4 14355 +6II= 14356 +IEVzcw== 14357 +d3M= 14358 +IEJD 14359 +IElD 14360 +V29tYW4= 14361 +IHZvbnQ= 14362 +IGV0aG5pYw== 14363 +RU5O 14364 +0LjQvNC+ 14365 +IGxvYg== 14366 +IG91aQ== 14367 +Y3M= 14368 +IHJlaGU= 14369 +IOyggQ== 14370 +IGNoaWNr 14371 +w7pzaWNh 14372 +IGtvbnQ= 14373 +IERpc3RyaWN0 14374 +IHBpbGU= 14375 +INCw0LI= 14376 +0LXQudGB0YLQsg== 14377 +IMKj 14378 +IGlzc3VlZA== 14379 +INC60L7QvNC/ 14380 +IHByb3NwZXI= 14381 +IHByb2ZvdW5k 14382 +IERlYXI= 14383 +IOOBkw== 14384 +IGZ1bmRlZA== 14385 +IGJpc2E= 14386 +npjr 14387 +158= 14388 +IOydmA== 14389 +IHR3ZWx2ZQ== 14390 +IENoYW1waW9ucw== 14391 +6Z2e5bi4 14392 +0YHQuw== 14393 +IDIwMDU= 14394 +cG0= 14395 +IG9uZGU= 14396 +IGRpZmbDqQ== 14397 +IENoYWxs 14398 +IGRpZmZpY3VsdGllcw== 14399 +IGdhcmFnZQ== 14400 +IGTDoQ== 14401 +w7xuaw== 14402 +IOusvA== 14403 +IHRyYW4= 14404 +IHN1Ym1pdHRlZA== 14405 +enc= 14406 +2YjYpw== 14407 +IGFyaw== 14408 +IOyEsQ== 14409 +IGdyb2Nlcnk= 14410 +0L7QvdCw 14411 +aWVyZQ== 14412 +IGFlc3Q= 14413 +IGV4aGliaXRpb24= 14414 +IHLDqXM= 14415 +IGNvbnNpc3RlbmN5 14416 +IGNvb2tpZQ== 14417 +0L3QtdC5 14418 +IHJlcGxhY2VtZW50 14419 +5rK5 14420 +IFNlbQ== 14421 +IOyCrOyaqQ== 14422 +ODAw 14423 +IGdlbmVz 14424 +IHRyYW5zYWN0aW9u 14425 +IEVM 14426 +IGR1cmFudGU= 14427 +aWJsZXM= 14428 +IEVhdA== 14429 +dGFpbA== 14430 +aXNzYW5jZQ== 14431 +IHRvc3M= 14432 +IHN1cnZpdmVk 14433 +IG9mZmljZXM= 14434 +IHN1cHBvcnRpdmU= 14435 +V2hlcmU= 14436 +IHRvdXRlcw== 14437 +IOuniQ== 14438 +IGpva2Vz 14439 +aWVyb24= 14440 +YXBlcnM= 14441 +IG1hdHVyZQ== 14442 +IE1hcnNo 14443 +IHNpZG8= 14444 +a2luZA== 14445 +IHJlYWxtZW50ZQ== 14446 +IENoZWY= 14447 +IHF1ZWxxdWU= 14448 +IGp1ZGdlcw== 14449 +ZWZ0 14450 +RVJT 14451 +IGpldA== 14452 +IHBlcnNvbnM= 14453 +6Ls= 14454 +aXphdGlvbnM= 14455 +cmlr 14456 +IHNob3Bz 14457 +IFd5 14458 +IGVsZWc= 14459 +cXXDqA== 14460 +cXVvaQ== 14461 +IGp1Z2E= 14462 +IO2VnOuyiA== 14463 +IFF1ZXN0aW9u 14464 +IEdsb2JhbA== 14465 +IOyVveqwhA== 14466 +IFN0YXRpb24= 14467 +5o6l 14468 +IE9oaW8= 14469 +IHN0aWNreQ== 14470 +IHN0cmVzc2Vk 14471 +IGfDvG4= 14472 +IO2d 14473 +0YHRgtGD0L8= 14474 +6aGM 14475 +IFBoRA== 14476 +aW1tZXI= 14477 +IG1lbnRvcg== 14478 +IGludmVudGVk 14479 +IHJldW4= 14480 +IGluZXZpdA== 14481 +IHBvbMOtdA== 14482 +IGV4ZWN1dGU= 14483 +IFN0b3J5 14484 +IG91dHN0YW5kaW5n 14485 +IGd1ZXI= 14486 +IFJhaW4= 14487 +IGNob3Nlcw== 14488 +IFRpdA== 14489 +INGB0LXRgA== 14490 +IFNpbmdhcG9yZQ== 14491 +IE5vbmU= 14492 +IGNocm9uaWM= 14493 +sOuNsA== 14494 +IGVnbw== 14495 +5qC3 14496 +RVNU 14497 +44GC44KK 14498 +IFdhbmc= 14499 +IE5BVA== 14500 +IGF1Zw== 14501 +IGRlc2t0b3A= 14502 +IGV0ZXJuYWw= 14503 +IOyCrOyLpA== 14504 +IENvbnN0aXR1dGlvbg== 14505 +7IKs6w== 14506 +15nXnA== 14507 +cHJlcw== 14508 +INCi0Ys= 14509 +IGludGVyZg== 14510 +IGxpc3Rz 14511 +IGZpZ2h0cw== 14512 +ZnRlbg== 14513 +IElvd2E= 14514 +IG1vdGl2YXRlZA== 14515 +IEhvc3A= 14516 +IGVsc2V3aGVyZQ== 14517 +IHBhdGhz 14518 +IGluc3RhbmNlcw== 14519 +Qmw= 14520 +cmFuZ2U= 14521 +4bux 14522 +IFNpdA== 14523 +bWFuYQ== 14524 +IOyLnOyekQ== 14525 +IG3DrG5o 14526 +YW5zYXM= 14527 +IHNuYQ== 14528 +IHBoaWxvc29waA== 14529 +IHBhc3Nl 14530 +xrDhu51p 14531 +YWto 14532 +ZW50YWw= 14533 +IGlobg== 14534 +cnVjdG9y 14535 +INCy0LDRiA== 14536 +IGdlbmVyb3Vz 14537 +IHBpdm90 14538 +0L/QvtC7 14539 +IGphbWFpcw== 14540 +IGNvbWVudA== 14541 +IExldw== 14542 +b2R6aQ== 14543 +IFhib3g= 14544 +INCy0L7QtA== 14545 +IGNvbnNlbnQ= 14546 +ieyepQ== 14547 +IGRpc3Bhcg== 14548 +bGFzcw== 14549 +IEdvdmVybm9y 14550 +QmVpZmFsbA== 14551 +IOqwnA== 14552 +IGJlbG92ZWQ= 14553 +16DXlQ== 14554 +c2VsbA== 14555 +IGhvbm9yZWQ= 14556 +bGVo 14557 +IHfDpHJl 14558 +dW50aW5n 14559 +IGZyYXVk 14560 +IFJBTQ== 14561 +6rG4 14562 +IGtpbGxz 14563 +IGVjb25vbWljcw== 14564 +MDQ= 14565 +0L/QtdGA 14566 +IGNvaXNhcw== 14567 +INC40LPRgA== 14568 +w61t 14569 +IG3DtmNodGU= 14570 +IOy1nA== 14571 +IHN0aW11bA== 14572 +IGZhc3Rlc3Q= 14573 +bHY= 14574 +IGfDqW4= 14575 +IFNvdW5kcw== 14576 +IDE5NzA= 14577 +IGhvbWV3b3Jr 14578 +c3BlYWtpbmc= 14579 +IGVuY291cmFnaW5n 14580 +IHF1ZXJ5 14581 +IHJldmVycw== 14582 +cHJvZml0 14583 +IGR5 14584 +IOyekQ== 14585 +64qU642w7JqU 14586 +IHNvYXA= 14587 +IEdhbGw= 14588 +IENO 14589 +IEFucw== 14590 +IGZpYw== 14591 +YW5rcw== 14592 +IGRlc3NlcnQ= 14593 +IOyggO2drA== 14594 +IE1ha2luZw== 14595 +IGNvbWXDpw== 14596 +6rOE 14597 +IGFzc29jaWF0aW9u 14598 +RGFk 14599 +aGVl 14600 +IGhvZ3k= 14601 +IGFwcm8= 14602 +IGludmlzaWJsZQ== 14603 +QW1lcmljYW4= 14604 +7Y4= 14605 +IHZpYmU= 14606 +IGVtaXNzaW9ucw== 14607 +IGFkdm9jYXRl 14608 +IGtpY2tlZA== 14609 +IHZlbA== 14610 +IHN1bW1hcg== 14611 +IGZyZWFraW5n 14612 +Y2hyb24= 14613 +IHBpbmNo 14614 +IHdzenlzdGs= 14615 +aXNjYWw= 14616 +IHByb3ZlZA== 14617 +IG1pbmRmdWw= 14618 +IHTDpA== 14619 +IG5vaXNlcw== 14620 +IGlzb2xhdGVk 14621 +IGNyb3NzZWQ= 14622 +IOqwlQ== 14623 +IHZvaWzDoA== 14624 +IGNob3Jl 14625 +IFJB 14626 +Q29t 14627 +IHJlbGF4ZWQ= 14628 +YXRybw== 14629 +IHByZXZlbnRpb24= 14630 +Vm9pY2VvdmVy 14631 +T0Q= 14632 +IENvdmlk 14633 +IHNlcGFyYXRpb24= 14634 +IC1b 14635 +0LjRh9C10LPQvg== 14636 +55m8 14637 +IFNE 14638 +YmxlZXA= 14639 +IGluZGVwZW5kZW5jZQ== 14640 +IHBhcnRpYWw= 14641 +IGFsZ29yaXRobXM= 14642 +IEFueW9uZQ== 14643 +IGFzc29jaWF0ZQ== 14644 +aHVt 14645 +aWN1bGFy 14646 +IGLhuqFu 14647 +IGJhdHRsZXM= 14648 +R29vZA== 14649 +QXBwbGF1c2U= 14650 +IGJhc3RhbnRl 14651 +IGFkdmFudA== 14652 +IFN3ZWV0 14653 +IHJlZnVzZWQ= 14654 +44K4 14655 +INGC0LXQsdC1 14656 +cGxldA== 14657 +IGVuY291cmFnZWQ= 14658 +5ZOm 14659 +IG1pcmFjbGU= 14660 +IEJ1bg== 14661 +IFZhcg== 14662 +cmltaW5hdGlvbg== 14663 +ZWxlY3Q= 14664 +IE11bHQ= 14665 +IGRlbGl2ZXJpbmc= 14666 +ZWluZw== 14667 +IGNt 14668 +bmVobWVu 14669 +IExpbmU= 14670 +IOunjA== 14671 +ZW5jZWQ= 14672 +IFNvdW5k 14673 +IENvbnRpbg== 14674 +aWpk 14675 +VU5H 14676 +a2xl 14677 +IHRocmVzaG9sZA== 14678 +IGNvbXBhY3Q= 14679 +YWR0 14680 +IHRvZXM= 14681 +IFB1cg== 14682 +b3duZWQ= 14683 +bWVudGVk 14684 +IGRlc2lnbmluZw== 14685 +IHZhY2NpbmF0ZWQ= 14686 +IGV4aGF1c3Q= 14687 +IGJhc2ljcw== 14688 +IGNvbnNpc3Rz 14689 +IEd1eQ== 14690 +YWN6eQ== 14691 +IG3DrQ== 14692 +d29u 14693 +5a6z 14694 +IDg1 14695 +5oI= 14696 +IG11bQ== 14697 +IGlnbm9y 14698 +IHByaW50aW5n 14699 +YWN1bGFy 14700 +cG93 14701 +IGV4cGFuZGluZw== 14702 +IGdpcg== 14703 +IENhYg== 14704 +7Zi4 14705 +0YLRjNGB0Y8= 14706 +IOyXrOufrOu2hA== 14707 +IGFuZ2xlcw== 14708 +IHRlcm1pbmFs 14709 +IFdvbg== 14710 +IEludGVyZXN0aW5n 14711 +IGNyb3NzaW5n 14712 +IGJvbmRz 14713 +IHB1ZWRlbg== 14714 +IG9yYg== 14715 +bGFyxLFu 14716 +IGNyZWVweQ== 14717 +IG51dHJpdGlvbg== 14718 +IGFsbGllcw== 14719 +IHdpcmVsZXNz 14720 +IGRlc2lyZWQ= 14721 +IGNvbXB1dGU= 14722 +IEFyaXpvbmE= 14723 +IEJlYXV0aWZ1bA== 14724 +IHByb2R1Y2Vz 14725 +IG51ZXN0cm8= 14726 +dGVk 14727 +IGVsaWdpYmxl 14728 +INGB0L7Qtw== 14729 +aWNpYWw= 14730 +IEhlcm8= 14731 +IGNvbnN1bWU= 14732 +IHJvYm90cw== 14733 +IHB1cmNoYXNlZA== 14734 +Y2Npw7Nu 14735 +IGl6 14736 +xrDhu6Nj 14737 +zq/Ovc6xzrk= 14738 +INij2YY= 14739 +IHNoYWRvd3M= 14740 +IE1lZGlh 14741 +IHByaW5jZXNz 14742 +IGtsYXI= 14743 +IHdvb2Rlbg== 14744 +IHVzYXI= 14745 +IGfDvHplbA== 14746 +IHNsb3Q= 14747 +cmFkZQ== 14748 +IOuS 14749 +IGhhcm1vbg== 14750 +IGluZ3JlZGllbnQ= 14751 +b3JzaGlw 14752 +ZWtp 14753 +IGdyYW5kZmF0aGVy 14754 +IGV4Y2l0ZW1lbnQ= 14755 +IHBvbGl0aWNpYW5z 14756 +Li4h 14757 +IG91dHM= 14758 +IHNlcGFyYXRlbHk= 14759 +INGP0Lo= 14760 +IFdlbHQ= 14761 +IFBvdw== 14762 +amFu 14763 +IG9yaWVudGF0aW9u 14764 +5Y+L 14765 +TEM= 14766 +YWdlbQ== 14767 +24zaug== 14768 +5ZCX 14769 +IGJyYW5jaGVz 14770 +YWRlbg== 14771 +cmVudGU= 14772 +IElocg== 14773 +YXNt 14774 +IGVzdMOjbw== 14775 +IE5pYw== 14776 +IHNsYXZl 14777 +IGNvbXByZXNz 14778 +Y3Jvd2Q= 14779 +IGNsaW1iaW5n 14780 +IE1hbmFnZW1lbnQ= 14781 +IEJhaA== 14782 +IHBhbmlj 14783 +IGtvcg== 14784 +IGNvb2xpbmc= 14785 +IGJpbmQ= 14786 +INC30LDQtA== 14787 +IHJhY2s= 14788 +IGVudGl0 14789 +IHNlbmRz 14790 +IHlvdXJzZWx2ZXM= 14791 +ZGVz 14792 +IE11c2xpbXM= 14793 +IO2a 14794 +aXNtYQ== 14795 +Y3ljbGU= 14796 +dW5rdA== 14797 +IENvcmU= 14798 +IGluanVyaWVz 14799 +IGlkZW50aWNhbA== 14800 +0LrQsNGP 14801 +IERldXRzY2hsYW5k 14802 +INC10LU= 14803 +aXNhbg== 14804 +IHRydWM= 14805 +bGV0b24= 14806 +IGJhY2t1cA== 14807 +IHVsdHJh 14808 +IGFidW5k 14809 +aWxsZXVycw== 14810 +IGJ5xYJv 14811 +5YWD 14812 +b3J0ZWQ= 14813 +IGVhcnRocXU= 14814 +INC60Ls= 14815 +IG9ic2VydmF0aW9u 14816 +IG1haW50ZW5hbnQ= 14817 +ZWxlbg== 14818 +IHNldHRsZWQ= 14819 +IHBlbGE= 14820 +IEVjb25vbQ== 14821 +INU= 14822 +IHN0ZWVyaW5n 14823 +IEFMTA== 14824 +IENoZXI= 14825 +IHBhdGllbmNl 14826 +IFNub3c= 14827 +IGJvcg== 14828 +IHdvcnRoeQ== 14829 +IGPDoWk= 14830 +INen 14831 +IM66zrE= 14832 +ZG9n 14833 +IEthcmVu 14834 +aWxsZXM= 14835 +zrI= 14836 +IGFncmljdWx0dXJl 14837 +15XXnw== 14838 +IFNlYW4= 14839 +IHNlbnNvcnM= 14840 +7ZW06w== 14841 +YWdo 14842 +IHB1YmxpY2x5 14843 +IHBldXg= 14844 +IEFsZXhhbmRlcg== 14845 +IHByaW9yaXQ= 14846 +IGxhenk= 14847 +YXJkb24= 14848 +YXR0ZXJpbmc= 14849 +IGNvc3R1bWU= 14850 +2LPYqg== 14851 +6L+Y 14852 +IHVudw== 14853 +0Js= 14854 +IHRoaWNrbmVzcw== 14855 +cXVpdG8= 14856 +Z3VudA== 14857 +aXN0YXM= 14858 +bmV5cw== 14859 +IOuQmOqyjA== 14860 +IEJyYXNpbA== 14861 +IHRva2Vu 14862 +IGFmZmlsaQ== 14863 +bG9u 14864 +IGbDpXI= 14865 +IEJlYWNo 14866 +IHdpdGNo 14867 +IFNldmVu 14868 +IHBhbnQ= 14869 +zrvOuw== 14870 +IGNhcHRhaW4= 14871 +5Z0= 14872 +IHZldXQ= 14873 +IHBvdXZvaXI= 14874 +YWN6 14875 +IEJhcmI= 14876 +IHV0aWxpdHk= 14877 +IGNvbnRlbXBvcmFyeQ== 14878 +IG9idGFpbmVk 14879 +IHBhaW50aW5ncw== 14880 +ZWFy 14881 +IHBlYW4= 14882 +IE9n 14883 +IGN1c3Q= 14884 +0LvQtdC8 14885 +gpjr 14886 +IElzc28= 14887 +IGFjb250ZQ== 14888 +IFRlbGU= 14889 +IEFzc2lzdGFudA== 14890 +w4k= 14891 +7ZaI7Iq164uI64uk 14892 +IGNvdW50cw== 14893 +IGJ1Y2s= 14894 +IERlZXA= 14895 +IHRhY2tsZQ== 14896 +IGhhcnNo 14897 +IGRlY2lkZXM= 14898 +6Zec 14899 +LuKAiw== 14900 +6YKK 14901 +IEFuZ2Vs 14902 +IGxheWluZw== 14903 +IGNhbG9yaWVz 14904 +IGNvbnRyb2xsaW5n 14905 +IGFkdmFudGFnZXM= 14906 +INGN0YLQvtC5 14907 +IGFwcHJvYWNoaW5n 14908 +IHRocmVhdHM= 14909 +YWthbg== 14910 +ZW1hdGlj 14911 +bWFubg== 14912 +6rO1 14913 +bXVtYmxlcw== 14914 +YWNpw7M= 14915 +IG1haW50YWluaW5n 14916 +IGZvdW5kZXI= 14917 +bGFo 14918 +ZmlnaHQ= 14919 +IGFkbWl0dGVk 14920 +4oCmLg== 14921 +lYw= 14922 +YWJvbA== 14923 +IHVzYWdl 14924 +IG5vbnNlbnNl 14925 +IFBhbGVzdA== 14926 +IGNvbnRyZQ== 14927 +IERlbW9jcmF0aWM= 14928 +IEVS 14929 +amVrdA== 14930 +IGFyYml0 14931 +INCz0L7Quw== 14932 +IE1pY2hlbGxl 14933 +aWNoZXI= 14934 +ZXNo 14935 +IFBobw== 14936 +0LrQvtC8 14937 +NDk= 14938 +IEVuZXJneQ== 14939 +zr/PjQ== 14940 +IGNlbnRz 14941 +IHJlZmVycw== 14942 +IGdvc3BlbA== 14943 +IFNoYQ== 14944 +IFNoYXJl 14945 +15nXoA== 14946 +IGNsaW5pYw== 14947 +IOuEow== 14948 +IGVxdWFsaXR5 14949 +dWdz 14950 +IHNoZWQ= 14951 +IHBsYW5lcw== 14952 +IHRvdXRl 14953 +cmVjaw== 14954 +IHN0cmFuZA== 14955 +IGJpb2xvZ3k= 14956 +IGxlYWd1ZQ== 14957 +IFBvaw== 14958 +IG7Dum1lcm8= 14959 +IENvYXN0 14960 +IGNvbnNpc3RlbnRseQ== 14961 +IG51Y2xl 14962 +T09PTw== 14963 +IG9iamV0 14964 +IGNob3I= 14965 +IGdpbmdlcg== 14966 +IGRhYmVp 14967 +IGNvb3BlcmF0aW9u 14968 +4K+NLg== 14969 +bnRlbg== 14970 +56Q= 14971 +bMOg 14972 +7JaR 14973 +cmFkbw== 14974 +IHBhc3NpdmU= 14975 +IGdsb3Zlcw== 14976 +IHVuZGVyZ3JvdW5k 14977 +IGxvZ2ljYWw= 14978 +IGtldA== 14979 +IGZ1bmN0aW9uYWxpdHk= 14980 +uOumrA== 14981 +IHBvcnRhbA== 14982 +ZWxsZXI= 14983 +15nXqA== 14984 +IFRlZA== 14985 +IEdyZQ== 14986 +kJw= 14987 +IHBlcnNvbm5lbA== 14988 +IGVtZXJnaW5n 14989 +IEbDvHI= 14990 +IG1lYW50aW1l 14991 +dXNhbGVt 14992 +IENsZWFy 14993 +IHRyYXBwZWQ= 14994 +IOyasA== 14995 +IGRpc3Bs 14996 +IG1ldHRyZQ== 14997 +IG11bmljaXA= 14998 +IHdpdGhkcmF3 14999 +IHNwYXQ= 15000 +dW5lcw== 15001 +IGFjY2Vzc2liaWxpdHk= 15002 +5oiR5Lus 15003 +IGFwYXJl 15004 +IHByb3NwZWN0 15005 +INC90LDQtw== 15006 +IGNvcHBlcg== 15007 +IFBSTw== 15008 +z4XPhA== 15009 +IGF0dGFja2luZw== 15010 +IFZpbg== 15011 +IFN0b25l 15012 +IGludmVzdGlnYXRl 15013 +c3R5bGU= 15014 +IM67 15015 +66Gd 15016 +66eI 15017 +IGluc3BlY3Q= 15018 +IGxpdmVy 15019 +0LDQu9C40YHRjA== 15020 +IHNlcmE= 15021 +aGFsdGVu 15022 +ZW1hbg== 15023 +IG1pbmlzdHJ5 15024 +Jyc= 15025 +IGRvdHM= 15026 +44WL44WL44WL44WL 15027 +0YPRgdGC 15028 +IEphaw== 15029 +QUtF 15030 +IGdhcHM= 15031 +dWNrZXI= 15032 +INC40L3RgtC10YDQtdGB 15033 +IEVtaWx5 15034 +IGludGVydmFs 15035 +IHRlbmRlcg== 15036 +IFRlY2hub2xvZ3k= 15037 +Z2FtZQ== 15038 +IHRyaWI= 15039 +2YTYpw== 15040 +IERldmVsb3BtZW50 15041 +2YXYpw== 15042 +IHdyaXN0 15043 +IGZpcmVz 15044 +IHRhcmdldGVk 15045 +7KCQ 15046 +IHNvZA== 15047 +7ZqM 15048 +IG9sZHXEnw== 15049 +IHNlYXNvbnM= 15050 +dmVudGlvbnM= 15051 +INC90LXQs9C+ 15052 +IHNvbWV0aW1l 15053 +0LvQuNCy 15054 +bsOp 15055 +IHTDug== 15056 +IERldXM= 15057 +IGV4ZWN1dGlvbg== 15058 +w6Fw 15059 +IENoYW5nZQ== 15060 +IEluZGVlZA== 15061 +IHJlZ3VsYXRpb24= 15062 +IEh1bmc= 15063 +w6lpcw== 15064 +IHdpc2hlcw== 15065 +IGpheno= 15066 +IHN0cnVjdHVyYWw= 15067 +IGJsb3dpbmc= 15068 +IGJ5xIc= 15069 +IHRoZXJtYWw= 15070 +cGhhbnQ= 15071 +0YDRg9C3 15072 +0LDQvdGC 15073 +IFB1bGw= 15074 +IGNvbmZ1c2lvbg== 15075 +0L3Ri9C80Lg= 15076 +IHNjZW5hcmlvcw== 15077 +7KCB7Jy866Gc 15078 +INC00LXRgg== 15079 +IHRhdHRvbw== 15080 +IGF1dHJl 15081 +IGhlYXRpbmc= 15082 +IHRyZWF0aW5n 15083 +INC/0L7QvdC40Lw= 15084 +IGV4Y2x1cw== 15085 +IExPTA== 15086 +d2Vhcg== 15087 +YWdsZQ== 15088 +IHp1csO8Y2s= 15089 +IHJhdGlvbmFs 15090 +c3U= 15091 +IGRldGVy 15092 +IE5hdGl2ZQ== 15093 +4K6V4K6z 15094 +YWNoZWQ= 15095 +IOOD 15096 +IEVudG9uY2Vz 15097 +IGhvcmE= 15098 +7J207JeQ7JqU 15099 +IGxpdGU= 15100 +w6s= 15101 +IHNpeHRo 15102 +INCx0L7Qu9C10LU= 15103 +YWN0b3I= 15104 +IHBzeWNob2xvZ3k= 15105 +55u4 15106 +IGRlbWFuZHM= 15107 +IHBlZXI= 15108 +IG5ld2x5 15109 +IFdXRQ== 15110 +RG9uYWxk 15111 +IEJveA== 15112 +IHBpbmU= 15113 +IGxvYWRpbmc= 15114 +IE5pY28= 15115 +IHPFgg== 15116 +b21tZQ== 15117 +QVJU 15118 +IHJlY3J1aXQ= 15119 +IGJ1Z3M= 15120 +YXJlbnRz 15121 +INC/0YDQvtCx 15122 +IEluc2lkZQ== 15123 +aXBwZXI= 15124 +ZHJhbWF0aWM= 15125 +IHBsYW5ldHM= 15126 +b3JkZQ== 15127 +IHlvZ2E= 15128 +Y2hpbGQ= 15129 +IE1hcmll 15130 +IOOBgg== 15131 +IEJM 15132 +IGZpbG1lZA== 15133 +IHJlZnJlc2g= 15134 +IHRvbWF0b2Vz 15135 +IGZldA== 15136 +UXXDqQ== 15137 +ICEh 15138 +IOuCtOs= 15139 +cmluZQ== 15140 +IGludGVyYWN0aXZl 15141 +c2Fs 15142 +YW5uYWg= 15143 +cGV6 15144 +57aT 15145 +IHVuZGVyc3RhbmRz 15146 +IFRva3lv 15147 +IGxpYnJhcmllcw== 15148 +IHJlYWRlcg== 15149 +kZA= 15150 +b3o= 15151 +IEVuZGU= 15152 +IEZsbw== 15153 +IG1pbGQ= 15154 +IHBvZXRyeQ== 15155 +INC20LjQsg== 15156 +5oSb 15157 +IGJlaGF2ZQ== 15158 +IGRvZW4= 15159 +IFN1c2Fu 15160 +cGFnZQ== 15161 +cmFoYW0= 15162 +IGNvbW11bmljYXRpb25z 15163 +IHR1bmluZw== 15164 +IHBhYw== 15165 +IGFueGlvdXM= 15166 +SU8= 15167 +TWFyaw== 15168 +IGhpw6c= 15169 +Ym9va3M= 15170 +IHBpc3M= 15171 +IGVuYWJsZWQ= 15172 +YWNoZWxvcg== 15173 +IEZPUg== 15174 +IMOpYw== 15175 +IFRS 15176 +aWxzdA== 15177 +aGF0 15178 +IOydjA== 15179 +IHR5Y2g= 15180 +IGphcg== 15181 +IGJ1aWxkcw== 15182 +IEFyZ2VudA== 15183 +IGludGVybWVkaQ== 15184 +IGxvdQ== 15185 +IGFyYQ== 15186 +IGFzc2lnbm1lbnQ= 15187 +IGNhYmluZXQ= 15188 +IHJldGlyZW1lbnQ= 15189 +44G7 15190 +IGRpc2FibGVk 15191 +cmljYQ== 15192 +IGF3YXJkcw== 15193 +IGJvb3Rz 15194 +IGFja25vd2xlZA== 15195 +IHRoeQ== 15196 +IOq1rA== 15197 +IHN5bmQ= 15198 +0L3QuNC5 15199 +aWx0b24= 15200 +IHByb2Js 15201 +IEZhbA== 15202 +IHZlcmRhZGU= 15203 +IDcwMA== 15204 +IExlYXJuaW5n 15205 +b2N1cw== 15206 +IHBhbGFjZQ== 15207 +Tm90 15208 +dGFpbg== 15209 +Y20= 15210 +IG1hZ25ldA== 15211 +aW5jb2xu 15212 +IGZpZ3VyaW5n 15213 +IEx5bg== 15214 +IEJvc3M= 15215 +IFZP 15216 +IGRpYWdub3Npcw== 15217 +IGVxdWlwcGVk 15218 +d2F0Y2g= 15219 +aW5vcw== 15220 +YWRlcnM= 15221 +IHNoZWxm 15222 +IG9yZ2FuaXM= 15223 +IG5vZA== 15224 +IGvEsXo= 15225 +cHBlcnM= 15226 +IHJlc3RvcmU= 15227 +IGFydGlj 15228 +IFZvaWNl 15229 +xLF5b3J1bQ== 15230 +6rKp 15231 +IHNwcmVhZGluZw== 15232 +IGhpcHM= 15233 +IHdhcmQ= 15234 +dXJlYXU= 15235 +IGludGVyc2VjdGlvbg== 15236 +NjY= 15237 +IDM5 15238 +57M= 15239 +IHdhaXRlZA== 15240 +7LQ= 15241 +aGhoaA== 15242 +IGR5cw== 15243 +IEVO 15244 +IGJhdGNo 15245 +IGNhZg== 15246 +IG1hcmtlcg== 15247 +5aSn5a625aW9 15248 +b3JhYmxl 15249 +w7NyaWE= 15250 +IHN0ZXBwZWQ= 15251 +IGNlbGVicmF0aW5n 15252 +0LDQvdCw 15253 +IHdvcm4= 15254 +IEZvbA== 15255 +IHBsYQ== 15256 +IGF0dGVtcHRz 15257 +IHR3ZWV0 15258 +IHJ1c3Q= 15259 +Z2VuY2U= 15260 +7Ya1 15261 +IHJldmVs 15262 +IHJlY2VwdA== 15263 +ZW5lc3M= 15264 +ICgo 15265 +44O844M= 15266 +IeKAiw== 15267 +IOyGkA== 15268 +IGluZmx1ZW5jZWQ= 15269 +0LjQtg== 15270 +INC60L7QvdC10YfQvdC+ 15271 +IGNvbGxlZ2Vz 15272 +aW9uaQ== 15273 +IHNhZw== 15274 +QW5u 15275 +b2xhcg== 15276 +IGV4cHJlc3Npb25z 15277 +IHN1aXRz 15278 +IG93bmVyc2hpcA== 15279 +ZWxhbmQ= 15280 +cGllY2U= 15281 +5oCO5LmI 15282 +IGRlc3B1w6lz 15283 +IHRlbA== 15284 +IGluc3VsdA== 15285 +IOq1ieyepQ== 15286 +IFNtYWxs 15287 +IEZS 15288 +b2th 15289 +YmVycmllcw== 15290 +IEFudG9u 15291 +0LXQu9GP 15292 +0Y/RgQ== 15293 +IHZhbHZl 15294 +YWN0cw== 15295 +IHdvb2Rz 15296 +4K6j 15297 +IGN1bHRpdg== 15298 +IGbDoQ== 15299 +44Go44GE44GG 15300 +IGNoZWVycw== 15301 +IGFzc3VtcHRpb24= 15302 +IGZpdG5lc3M= 15303 +w61jdWw= 15304 +IHBvZHI= 15305 +IHdlaXQ= 15306 +IEhpbmQ= 15307 +IGRpZ24= 15308 +INC30L0= 15309 +IHNxdWFk 15310 +IGRlc3Rybw== 15311 +Y2VyZQ== 15312 +c2hpcnQ= 15313 +aW1tdA== 15314 +ZW5nZXJz 15315 +IHPDpA== 15316 +a8WCYWQ= 15317 +IMiZ 15318 +IG9jY2Fz 15319 +IOykhA== 15320 +IHByb2Nlc3Nvcg== 15321 +IERN 15322 +IERhZGR5 15323 +IHNvb25lcg== 15324 +IHN0cmFpZ2h0Zm9yd2FyZA== 15325 +IGRlcGFydG1lbnRz 15326 +IENocm9tZQ== 15327 +IHdvcmtwbGFjZQ== 15328 +IFB5dGhvbg== 15329 +IG1lbmc= 15330 +IERBTg== 15331 +IEljZQ== 15332 +IOuIiA== 15333 +IEdp 15334 +IGhpcmluZw== 15335 +IGxhbmRlZA== 15336 +IGRlbW9jcmF0aWM= 15337 +aWVkeg== 15338 +44GY44KD 15339 +IHNldg== 15340 +aWNpYQ== 15341 +IGVzcGVjaWFs 15342 +IE5vdXM= 15343 +IGjDpHQ= 15344 +IGJvdQ== 15345 +cGVydA== 15346 +aWVzeg== 15347 +5ZGA 15348 +IHZpbA== 15349 +xZtsaQ== 15350 +IMOubg== 15351 +IGxvc3Nlcw== 15352 +6ZW3 15353 +IHRvYXN0 15354 +IHJlYWxt 15355 +IEF1c3Rpbg== 15356 +IEluZm9ybWF0aW9u 15357 +IHJlc3VtZQ== 15358 +IGNoYXNl 15359 +IHNhbGFyeQ== 15360 +IOu2hA== 15361 +0LvQuNGH 15362 +INGB0LvQtdC0 15363 +IEZ1cnRoZXI= 15364 +IGNhcmluZw== 15365 +IHZpZw== 15366 +IHZhbG9y 15367 +6L+Z5Liq 15368 +INGH0LA= 15369 +IGFuYWx5dGljcw== 15370 +IGdsb2Jl 15371 +IE1BTg== 15372 +IG5lbA== 15373 +7J207JW8 15374 +n7w= 15375 +IG95 15376 +7ZWY7IS47JqU 15377 +amVu 15378 +IHRyb3VibGVz 15379 +YWhhaGE= 15380 +IGNodXJjaGVz 15381 +dWV0 15382 +IG1lYXN1cmVtZW50cw== 15383 +Ymls 15384 +7L0= 15385 +aWZ1bGx5 15386 +0LjQvdGD 15387 +IFdpbHNvbg== 15388 +prQ= 15389 +IO2MjA== 15390 +IOywqA== 15391 +IHDDumJsaWM= 15392 +IEplcnVzYWxlbQ== 15393 +IG5haWxz 15394 +IHNwaW5l 15395 +IGhlbW9z 15396 +IHpu 15397 +cXVpcw== 15398 +IExlYmVu 15399 +IHJlZmVyZW5jZXM= 15400 +SVRI 15401 +aXBlcg== 15402 +INGB0LXQsdGP 15403 +7IE= 15404 +IFdh 15405 +c3RhdGU= 15406 +p50= 15407 +5YWx 15408 +IEdlbmVy 15409 +IGFjdHJlc3M= 15410 +IEVuam95 15411 +4LmD 15412 +INeS 15413 +IGluZmVjdGVk 15414 +IHNoYWtpbmc= 15415 +IG5pY2s= 15416 +4Li4 15417 +IGZvdA== 15418 +IGFjY29tcGxpc2hlZA== 15419 +dWtl 15420 +IHNoZWV0cw== 15421 +IGZlbmNl 15422 +IG51cnNpbmc= 15423 +IGludHJvZHVjaW5n 15424 +IGZlYXQ= 15425 +T25l 15426 +VE8= 15427 +IGNsdWJz 15428 +IEJydWNl 15429 +b25nZQ== 15430 +Y2hhbmdl 15431 +IEJhdG1hbg== 15432 +5Y+w 15433 +IE9mZmljZXI= 15434 +IGh5ZHJv 15435 +IHN1cHBsZW1lbnQ= 15436 +IGNlbGE= 15437 +IGxvbmdlc3Q= 15438 +IGNvbXBldGluZw== 15439 +IGNvbmhl 15440 +Z2l2aW5n 15441 +IGJyYWlucw== 15442 +IGxvYW5z 15443 +IHdhZ2U= 15444 +IENsaW50b24= 15445 +IHPEgw== 15446 +YW5lb3Vz 15447 +IGxvcmQ= 15448 +0YDRg9C2 15449 +IHF1aXo= 15450 +IHN0aWZm 15451 +IExHQg== 15452 +c3o= 15453 +TUU= 15454 +bWFyZQ== 15455 +dGhlcmU= 15456 +IG7DpHI= 15457 +IE1hbmQ= 15458 +bGFzdA== 15459 +IGRhZw== 15460 +IGhhbGZ3YXk= 15461 +IEJhbmQ= 15462 +IOuLpOyLnA== 15463 +IEFyZW4= 15464 +IGlsZQ== 15465 +UE4= 15466 +ZW50bw== 15467 +IGFsZ3Vt 15468 +IHNvY2Nlcg== 15469 +IGJsb2NrZWQ= 15470 +IEpvbmF0aGFu 15471 +IHNldw== 15472 +IFRlc3RhbWVudA== 15473 +IHZhbGU= 15474 +IGJlaGF2aQ== 15475 +5aeL 15476 +IGNvbm5h 15477 +SUNI 15478 +IGF1ZGllbmNlcw== 15479 +bWw= 15480 +YW1tYWQ= 15481 +IOyCtOw= 15482 +SUdI 15483 +IHJhY2Vz 15484 +ZW1lZA== 15485 +IG3hu5l0 15486 +w68= 15487 +IG92ZXJz 15488 +IGRlY2xhcmVk 15489 +IHNhbmE= 15490 +IFVuYQ== 15491 +INGA0LU= 15492 +dWNrcw== 15493 +IHBhaXJz 15494 +IGFuZ2U= 15495 +TmU= 15496 +IHVwcw== 15497 +YXZ5 15498 +w7hy 15499 +cmVlaw== 15500 +IGJlaGF2aW9ycw== 15501 +IHJlZmxlY3RlZA== 15502 +IHByaW9yaXRpZXM= 15503 +IGNvbmR1 15504 +IHJldHJlYXQ= 15505 +IGV4cGVuc2Vz 15506 +IOu0kA== 15507 +IHRyaXBsZQ== 15508 +IOq1ieyepe2eiA== 15509 +w6RsdA== 15510 +IGluZGlnZW5vdXM= 15511 +IG1pbmluZw== 15512 +IGFjY2VwdGFibGU= 15513 +IHJ1aW4= 15514 +Q0E= 15515 +dWluZQ== 15516 +IHBpcGVsaW5l 15517 +Y3RpYw== 15518 +w6p0 15519 +INCy0YHQtdCz0L4= 15520 +IGJvdW4= 15521 +IERpZ2l0YWw= 15522 +IEJvb20= 15523 +0YbQtQ== 15524 +INC70YPRhw== 15525 +IGFzYw== 15526 +jIDroZw= 15527 +IEdvb2RieWU= 15528 +IHJlbmRlcg== 15529 +ZW5leg== 15530 +YXJyZQ== 15531 +IFRIQVQ= 15532 +Ym91cg== 15533 +aWNpw7Nu 15534 +44Kt 15535 +RXZlcnk= 15536 +IHdpcmVz 15537 +IFBhcmxpYW1lbnQ= 15538 +bnVuZw== 15539 +YXRldXI= 15540 +IFNhdmU= 15541 +IFBoeXM= 15542 +IGFtb3I= 15543 +IEV2ZQ== 15544 +IGZyaWdodA== 15545 +IGdhbW1h 15546 +IG1pY3Jvcw== 15547 +bWl0dA== 15548 +IENvZGU= 15549 +IEJleQ== 15550 +cGxlZA== 15551 +INC40YHQv9C+0LvRjNC3 15552 +55c= 15553 +7IOJ 15554 +5aW5 15555 +IG1vbmV0 15556 +IEphaHJl 15557 +IGx1eHVyeQ== 15558 +IGRlYWY= 15559 +IGJldHJheQ== 15560 +IOqysA== 15561 +0LjQutC4 15562 +IGRlZmVhdGVk 15563 +IHVuZGVydA== 15564 +IHdlZw== 15565 +IGNvb2xlcg== 15566 +44GV44KT 15567 +aWFtaQ== 15568 +6YKE5pyJ 15569 +IEplc3NpY2E= 15570 +IEpveQ== 15571 +IHNvcGhpc3RpYw== 15572 +0LXQvdC40Lg= 15573 +8J2Y 15574 +IGNoaWxp 15575 +IFR5cGU= 15576 +IHByb3RlaW5z 15577 +IHByZXNlbnRpbmc= 15578 +YWxpYQ== 15579 +7Jq4 15580 +IE1ham9y 15581 +IG1vbGVjdWxl 15582 +dW1lcg== 15583 +IGNvbGxhcHNl 15584 +IEFueXdheXM= 15585 +IE1vdW50YWlu 15586 +YW50ZWQ= 15587 +44CQ 15588 +INCy0LjQtNC10L4= 15589 +5rC0 15590 +QXVk 15591 +IGNvbnF1 15592 +IHZvbGw= 15593 +IGtuaXQ= 15594 +IG1lbWJy 15595 +IE1hcmtldA== 15596 +IGRhcmk= 15597 +IGNhbGN1bGF0ZWQ= 15598 +0LPQuA== 15599 +IHNocmltcA== 15600 +IE11 15601 +INC/0YDQvtGC 15602 +IOyYgeyDgQ== 15603 +IHByb2R1Y3Rpdml0eQ== 15604 +IGNvZ25pdGl2ZQ== 15605 +IEhlYg== 15606 +aWN0aW9ucw== 15607 +6rK9 15608 +IGNyw6k= 15609 +ZsO2cg== 15610 +IHByYXlpbmc= 15611 +YXNoaQ== 15612 +IFRpaw== 15613 +w7Ny 15614 +d2Vu 15615 +0YzRjg== 15616 +aXhv 15617 +ICgi 15618 +INGC0LXQuw== 15619 +IOyWtOuWpA== 15620 +INC/0LXRgNC10LQ= 15621 +IERyaXZl 15622 +44CR 15623 +IEVxdQ== 15624 +IGVxdWlsaWJyaXVt 15625 +IGRlc2NyaWJlcw== 15626 +0L3QtdC1 15627 +NDI= 15628 +IEN1cnJlbnQ= 15629 +eXk= 15630 +IGFic29yYg== 15631 +IHNvbGRpZXI= 15632 +ZGVycw== 15633 +IHRlc3RpbW9ueQ== 15634 +IGRlY2xpbmU= 15635 +nOuhnA== 15636 +Z2FnZQ== 15637 +IGluc3BpcmU= 15638 +bGFwcGluZw== 15639 +IHNwaW5uaW5n 15640 +IHNsYXZlcnk= 15641 +IGZhY2lhbA== 15642 +IHRyYWRpdGlvbnM= 15643 +w6FyaW9z 15644 +IEhvc3BpdGFs 15645 +IG5lc3Q= 15646 +IOuIhA== 15647 +IHRvaQ== 15648 +IGZlYXJz 15649 +7IWo 15650 +IE11aA== 15651 +IGdyYWR1YXRpb24= 15652 +IGltcGFjdGVk 15653 +IGF1bnQ= 15654 +IExldHM= 15655 +IGFsdW1pbnVt 15656 +IGRvbWluYW50 15657 +IERhdmlz 15658 +IE5hdnk= 15659 +IGNvbXB0 15660 +b3BsZXM= 15661 +IGVzdGF2YQ== 15662 +6KU= 15663 +IHNjYWw= 15664 +IHByZXNlcnZl 15665 +IE9wcA== 15666 +IHByYWN0aWNhbGx5 15667 +IG1hZ25pdHVkZQ== 15668 +IGZpdHRpbmc= 15669 +IGNvb3JkaW5hdGU= 15670 +IGZ1cm5pdHVyZQ== 15671 +IEZhbWls 15672 +IGV4cGxvc2lvbg== 15673 +IGRvY3VtZW50YXJ5 15674 +IFNjcmlwdA== 15675 +IHBvcnRyYXk= 15676 +bWF0 15677 +IHNjaGVkdWxlZA== 15678 +IGR5bmFtaWNz 15679 +cGh5 15680 +YWt5 15681 +IFVJ 15682 +Q2hl 15683 +IGNvbnRpbnVvdXNseQ== 15684 +IFByb3Y= 15685 +5bCR 15686 +0YPQtw== 15687 +cmFo 15688 +IGdlcm5l 15689 +cHJvb2Y= 15690 +IHNlY3JldGFyeQ== 15691 +IFBhdHJlb24= 15692 +c2NyZWFt 15693 +IEtpZHM= 15694 +4buTaQ== 15695 +IGtn 15696 +IHVuY2VydGFpbnR5 15697 +INC60LDQttC0 15698 +IG1pdGln 15699 +IHJlYWRz 15700 +5bey 15701 +IFJ1 15702 +IHByaWVzdA== 15703 +INC90LXQtA== 15704 +IGxpbWl0YXRpb25z 15705 +IGZsb2F0 15706 +NjAw 15707 +IFRveQ== 15708 +IEppbW15 15709 +IG9mZmVuc2l2ZQ== 15710 +ZW5p 15711 +IFhp 15712 +IGV5ZWJy 15713 +IFR1cms= 15714 +IGFjY2lkZW50YWxseQ== 15715 +IG9obmU= 15716 +IFNhdWQ= 15717 +OTU= 15718 +IER1dGNo 15719 +0LDQvdGB 15720 +IFNlYXR0bGU= 15721 +IOuTsQ== 15722 +Y2hlY2s= 15723 +a8SZ 15724 +IGNvbnRyaWJ1dGlvbnM= 15725 +IGJlc2lkZQ== 15726 +IHF1aW5kaQ== 15727 +IGZsZXc= 15728 +5pe2 15729 +2LDYpw== 15730 +IExP 15731 +IHdhaXN0 15732 +IEVW 15733 +IGhvbGlkYXlz 15734 +am9u 15735 +IG1pc3VuZGVy 15736 +0Y/QvQ== 15737 +IGJvdXQ= 15738 +IGRpbWlu 15739 +4bq9 15740 +w7Ns 15741 +IEdyYWNl 15742 +IGlucHV0cw== 15743 +IGRlbnk= 15744 +IGZvcm1pbmc= 15745 +IEJpbGQ= 15746 +IGFkZXF1 15747 +IGZvbGs= 15748 +IHJlamVjdGVk 15749 +c2VtYg== 15750 +IGZydXN0cmF0ZWQ= 15751 +b3Blbg== 15752 +IEJldHRlcg== 15753 +aWxvbg== 15754 +IHRvd2Vs 15755 +IGRpZmZlcmVudGlhbA== 15756 +IHNhY3JlZA== 15757 +IHNhaWw= 15758 +6YeM 15759 +ZW50aW1lcw== 15760 +IGdlbnRsZW1hbg== 15761 +IGljb25pYw== 15762 +IGNvbXBhcmluZw== 15763 +IHNhZ3Q= 15764 +IHRleHRz 15765 +IGdyYW5kbWE= 15766 +IHJvbGxz 15767 +IGNvbnRlbnRz 15768 +5LiN5aW9 15769 +0L7RgdGB 15770 +IHN1c3BlbnNpb24= 15771 +cm9pdA== 15772 +prw= 15773 +IGFzc2V6 15774 +IGRvcnQ= 15775 +IE1hdGg= 15776 +IFZpY3Rvcg== 15777 +IEphdmFTY3JpcHQ= 15778 +5LiN5bCN 15779 +IGVuaGFu 15780 +xZk= 15781 +IEJ1c2g= 15782 +IHByb21vdGlvbg== 15783 +IGtpbg== 15784 +IG1vbnN0ZXJz 15785 +IENvbG9yYWRv 15786 +IM6y 15787 +7ZW07JqU 15788 +5q2j 15789 +aWZmZXJlbnQ= 15790 +IG5ha2Vk 15791 +IHByb2Q= 15792 +ZXRpY3M= 15793 +IFdvbWFu 15794 +IHRyZWF0bWVudHM= 15795 +IGVzdG95 15796 +dsOp 15797 +IGxpZnRpbmc= 15798 +IHlhcHQ= 15799 +IFJvYmVy 15800 +IOy5nA== 15801 +IHN1YnN0aXR1dGU= 15802 +YWt1 15803 +cmlkZ2U= 15804 +IOqxsOs= 15805 +IHJlc3BvbmRlZA== 15806 +IGLDqQ== 15807 +IEVuZ2luZWVy 15808 +IHRyYW5zZmVycmVk 15809 +67I= 15810 +IGhhYmVy 15811 +b29w 15812 +IFdF 15813 +IHZlc3Q= 15814 +IGZvcnR5 15815 +IERT 15816 +IDIwMDQ= 15817 +IGNvYWNoaW5n 15818 +bm9t 15819 +IEJhYg== 15820 +IG5vc3Nh 15821 +IEpha2U= 15822 +IGd5 15823 +IGRlbGVn 15824 +IOyeoA== 15825 +INC60YDQsNGB 15826 +IHN0YW5kcG9pbnQ= 15827 +IGRpc2Fk 15828 +IGFydHdvcms= 15829 +QWQ= 15830 +aWxsbw== 15831 +IMSRxrDhu6Nj 15832 +IFByb20= 15833 +IExpYg== 15834 +IGNyaXRpY2lzbQ== 15835 +IGNvbnRhY3Rz 15836 +0YDQsNC8 15837 +IGFjaGlldmVtZW50 15838 +0JTQsA== 15839 +IGRpc3NvbA== 15840 +IFZlZ2Fz 15841 +IHN0cmVhbXM= 15842 +IEtlbnQ= 15843 +INi52YTZiQ== 15844 +IHJhZGl1cw== 15845 +IHN1Y2tz 15846 +IEFjaA== 15847 +IGZp 15848 +b3VzdA== 15849 +INC70Y7QtNC4 15850 +IHBhbGV0dGU= 15851 +IEhheg== 15852 +IEFudGhvbnk= 15853 +IHRlbWE= 15854 +IENvcw== 15855 +IHNhZmVy 15856 +zrHPgg== 15857 +IGNvbnRyYWQ= 15858 +IG1haW9y 15859 +IGluZmxhdGlvbg== 15860 +IFNpbHZlcg== 15861 +IGF0dGVuZGluZw== 15862 +7ZWc7YWM 15863 +YXJ0bw== 15864 +IGFwcGxhdWRpbmc= 15865 +IGNvbXB1dGluZw== 15866 +IEhhdA== 15867 +5rs= 15868 +a25vdw== 15869 +bWFrZXJz 15870 +IGNvbm9j 15871 +IGVkdWNhdGVk 15872 +IG1vZGlmaWVk 15873 +IGluY2x1c2lvbg== 15874 +bWVudGFs 15875 +npA= 15876 +aXNpYQ== 15877 +IM+Azr/PhQ== 15878 +IGF1bg== 15879 +IElyZWxhbmQ= 15880 +IGvDtg== 15881 +IGNvbXBsaWFuY2U= 15882 +IGluc3BpcmluZw== 15883 +0LjRgtC10LvRjNC90L4= 15884 +IGRpc3Bvcw== 15885 +7LCo 15886 +IHdpcA== 15887 +cmljYWw= 15888 +cmF3ZA== 15889 +IHRyZXM= 15890 +IG1vYmls 15891 +b2x1dGlvbnM= 15892 +Qk8= 15893 +IGJvdW5jZQ== 15894 +IGFzc3VtZWQ= 15895 +IE1lZGljYWw= 15896 +IGZpc2NhbA== 15897 +IG5nxrDhu51p 15898 +aXRpb25hbGx5 15899 +IHN0b2xlbg== 15900 +IEJN 15901 +IG1lY2hhbmlzbXM= 15902 +zrXOrw== 15903 +IHF1YWxpZmllZA== 15904 +IOyekOs= 15905 +dWdodGVycw== 15906 +IEhJVg== 15907 +IExvdHM= 15908 +IHNlcnZlcnM= 15909 +IGNhcnI= 15910 +IFRvZ2V0aGVy 15911 +IGF0dHJhY3RlZA== 15912 +IGty 15913 +5oiR5piv 15914 +dGh1cg== 15915 +aW5pbg== 15916 +IEhhbGY= 15917 +yJs= 15918 +IFBhcA== 15919 +IHJlbWluZGVk 15920 +QUxM 15921 +IGhlbG1ldA== 15922 +IGJvdHRsZXM= 15923 +IHByb2Zlc3NvcnM= 15924 +IHNlaW5l 15925 +xYLEhQ== 15926 +44OP 15927 +IOqxsOyVvA== 15928 +INei15w= 15929 +ZnVu 15930 +IEJpcmQ= 15931 +IGZpZ2h0ZXI= 15932 +IOuUsOs= 15933 +IFRvb2w= 15934 +IHRpbg== 15935 +aW5vaXM= 15936 +67aE 15937 +15nXnw== 15938 +IENBUg== 15939 +5ZCN 15940 +aXJzdHk= 15941 +IG91dGRvb3I= 15942 +IE5T 15943 +44WO 15944 +ZmZlbg== 15945 +IGx1ZA== 15946 +SGVsbG8= 15947 +IHJvbGxlcg== 15948 +aWVsZQ== 15949 +IFBvbGFuZA== 15950 +IGFwYQ== 15951 +ZXhw 15952 +IGNlcnRpZmljYXRl 15953 +IFRvd24= 15954 +0LDRjtGC0YHRjw== 15955 +aWxkZQ== 15956 +IGRldGVybWlu 15957 +UFI= 15958 +IGZyZWV6ZQ== 15959 +IG1haW5zdHJlYW0= 15960 +IG9iamVjdGl2ZXM= 15961 +Ymxv 15962 +IHRha2ll 15963 +5ZOI5ZOI 15964 +IOuwlOuhnA== 15965 +ZWxldA== 15966 +IElW 15967 +IEZhc3Q= 15968 +IGRlcmU= 15969 +ZW1w 15970 +IERyYQ== 15971 +IOyeiOyXiA== 15972 +IGRpc2NyaW1pbmF0aW9u 15973 +IM61zq/Ovc6xzrk= 15974 +bmVjZXNz 15975 +5q4= 15976 +xLHEn8Sx 15977 +IHBvc3Rpbmc= 15978 +d2nFm2NpZQ== 15979 +IGx1Yg== 15980 +IG9saXZl 15981 +IHJpbQ== 15982 +IG1vZGVsaW5n 15983 +IGHDsW8= 15984 +IFBha2lzdGFu 15985 +IG92ZXJs 15986 +IGluZmxhbQ== 15987 +TkU= 15988 +7JeQ6rKM 15989 +IGF0dGVuZGVk 15990 +IGRlYWx0 15991 +IEFsdA== 15992 +IExpbmNvbG4= 15993 +IGF3YWtl 15994 +IGZpbHRlcnM= 15995 +IFdpdGhpbg== 15996 +Y3p5d2nFm2NpZQ== 15997 +IHPDuw== 15998 +IEpvaG5ueQ== 15999 +IGludGVncml0eQ== 16000 +IGlzb2xhdGlvbg== 16001 +IEVhc3k= 16002 +INC/0YDQuNC9 16003 +IEFsaWNl 16004 +IHNtaWxpbmc= 16005 +ZW5peA== 16006 +LC4uLg== 16007 +zrY= 16008 +IGJlZ3Vu 16009 +IGpld2Vs 16010 +IGNvbnZlbnRpb25hbA== 16011 +IHN0YXRpc3Q= 16012 +IGhhbmRlZA== 16013 +IGlycmU= 16014 +IHByb2hpYg== 16015 +IHNhdGVsbGl0ZQ== 16016 +6aaZ 16017 +IEluZHVzdA== 16018 +IHRyYWdlZA== 16019 +IHRyYXZh 16020 +IGlobQ== 16021 +IGNydWVs 16022 +IEFnb3Jh 16023 +IERvYw== 16024 +IHpvbmVz 16025 +IG1hbGw= 16026 +IHRyYXk= 16027 +15XXoA== 16028 +IGlycml0 16029 +IGthbnM= 16030 +IEJlYXQ= 16031 +dWRnZQ== 16032 +aWVsbGU= 16033 +IHRydXN0ZWQ= 16034 +IGJpa2Vz 16035 +INGD0L8= 16036 +IE1lbWJlcg== 16037 +d2ljaw== 16038 +IGNyZWF0b3Jz 16039 +IGhlcml0YWdl 16040 +aW5kaXN0aW5jdA== 16041 +IHJlc3Vy 16042 +ZW5uZW4= 16043 +Q29tZQ== 16044 +IGZpcmluZw== 16045 +IEJ1ZW5v 16046 +INCi0L4= 16047 +aWthbg== 16048 +ZXR0ZXM= 16049 +IGtlcw== 16050 +IHRyaXBz 16051 +IGRpdm9yY2U= 16052 +IEts 16053 +IGNvbnNvbA== 16054 +a2VlcA== 16055 +6riw6rCA 16056 +IFJlcG9ydA== 16057 +IGhvc3Rpbmc= 16058 +IGRpYW1vbmQ= 16059 +IGNvbXBsaWM= 16060 +IGhlbGljb3A= 16061 +IGRlcHVpcw== 16062 +ZHM= 16063 +IENoYW4= 16064 +0Y/Quw== 16065 +IHNjaXNzb3Jz 16066 +aWxhdGlvbg== 16067 +IHByb3BvcnRpb24= 16068 +RVJF 16069 +INmI2KfZhA== 16070 +aW50YQ== 16071 +IG11Y2hhcw== 16072 +dWF0aW9u 16073 +aXRpcw== 16074 +5oqK 16075 +0Y/RiQ== 16076 +IG5paW4= 16077 +IGVtcGhhc2l6ZQ== 16078 +dWVsYQ== 16079 +IHByb2R1Y2Vycw== 16080 +IHJ6ZQ== 16081 +w6RuZGVy 16082 +RVRI 16083 +5ro= 16084 +IGNvbnN0aXR1 16085 +5Zu9 16086 +IHBlcmZvcm1hbmNlcw== 16087 +aXN0bGU= 16088 +Z292 16089 +IExpdGVy 16090 +IGluY29ycG9yYXRl 16091 +IGVkdWNhdGU= 16092 +IE5pbg== 16093 +7Kq9 16094 +2YfZhQ== 16095 +ZWxlcmF0aW9u 16096 +15XXkQ== 16097 +IHlhxZ8= 16098 +b3JvdXM= 16099 +IENhcw== 16100 +IGdyYW50cw== 16101 +64ql 16102 +YW1lbA== 16103 +IOq3uOugh+qyjA== 16104 +IEVzdGU= 16105 +0YXQvtC00LjRgg== 16106 +INC/0L7RgdC70LU= 16107 +IGdlbnQ= 16108 +IGZvY3VzZXM= 16109 +YWxpdGllcw== 16110 +IFJo 16111 +67O0 16112 +5rCR 16113 +IERhbmNl 16114 +cnI= 16115 +IGFtZXI= 16116 +IHV0aWxpemU= 16117 +IGzDrQ== 16118 +IEFtb25n 16119 +IHByZWduYW5jeQ== 16120 +IGxvb3Bz 16121 +0LDQu9C+0YHRjA== 16122 +IE1vaA== 16123 +IGNhdGNoaW5n 16124 +IGdsb2I= 16125 +IGFqdWQ= 16126 +IFs/ 16127 +IEFuYWw= 16128 +bG9va2luZw== 16129 +IHN1cmZhY2Vz 16130 +IHByb2dyZXNzaXZl 16131 +IHZpcmFs 16132 +MDg= 16133 +zr4= 16134 +S0E= 16135 +IMW8eQ== 16136 +IHBpY2tz 16137 +YW5ub24= 16138 +IGJ1bGs= 16139 +IFJvc3M= 16140 +IGRlc2NyaWJpbmc= 16141 +IEdlbA== 16142 +IGxvY2FsbHk= 16143 +IGVuZGxlc3M= 16144 +IG1hc3NhZ2U= 16145 +IGNsZWFuZWQ= 16146 +IHRyYXZlbGVk 16147 +0LXQvdGL 16148 +IHNlbnRpbWVudA== 16149 +aWdtYQ== 16150 +IE5hcw== 16151 +IGNoZW1pY2Fscw== 16152 +IHJpZ2h0ZW91cw== 16153 +IE1hZ2lj 16154 +IHJlbGF0ZXM= 16155 +IHRydWNrcw== 16156 +IDE5NjA= 16157 +5Yil 16158 +IGFwcGV0 16159 +IHNuYWNrcw== 16160 +IFN1bW1lcg== 16161 +IHnDvHo= 16162 +IHByaXM= 16163 +IE1leGljYW4= 16164 +IHRyYW5zcGFyZW4= 16165 +IG1pbm9yaXR5 16166 +IHZlcnRl 16167 +IGxhc3Nlbg== 16168 +NDY= 16169 +0LvQtdC6 16170 +w6lw 16171 +INGE0LjQu9GM 16172 +IGl5aQ== 16173 +IHNwYW4= 16174 +7ZWY7KeA 16175 +IGluZGljYXRlZA== 16176 +cXVhcg== 16177 +IHNjaG9sYXJzaGlw 16178 +IExHQlQ= 16179 +IGhpc3RvcmljYWxseQ== 16180 +w7PFgg== 16181 +IG1pbmlzdA== 16182 +IHBlbmV0 16183 +IFJhcA== 16184 +IGNvbnNlcnZhdGlvbg== 16185 +55u0 16186 +IEhvbmV5 16187 +IEJlaQ== 16188 +aWRlbA== 16189 +IHJlc3BvbnNpYmlsaXRpZXM= 16190 +IG1lc3N5 16191 +IEV4Y2VwdA== 16192 +T1JF 16193 +IGluaXRpYXRpdmVz 16194 +IGp1bmlvcg== 16195 +IGRlc2lnbmVycw== 16196 +IGV4cGxvcmF0aW9u 16197 +IHNwb25zb3I= 16198 +IG1vYmlsaXR5 16199 +IGludGVn 16200 +bGFuZG8= 16201 +IGJhcms= 16202 +IGluZGljYXRlcw== 16203 +4LY= 16204 +IGVtcGxveWVy 16205 +5a6J 16206 +IGNvdXNpbg== 16207 +IGJvaWxpbmc= 16208 +IGNocm9t 16209 +IMOnYWw= 16210 +IHBlcnBldA== 16211 +IGNvbnRhaW5lZA== 16212 +IHBhcmtz 16213 +0Ks= 16214 +IEVuZ2luZWVyaW5n 16215 +UGxlYXNl 16216 +IFN0YXJ0aW5n 16217 +aGVybw== 16218 +IGxhd3llcnM= 16219 +6KW/ 16220 +IHpk 16221 +IGZyYW5jaGlzZQ== 16222 +cmFnZQ== 16223 +IGludHVpdA== 16224 +IEdM 16225 +cmVhY2g= 16226 +IEVsbGU= 16227 +IG5oxrA= 16228 +IE5vcmQ= 16229 +IGJlYW4= 16230 +MDc= 16231 +IHBsZWFzYW50 16232 +5b2T 16233 +dmlyb24= 16234 +IGdyYWRpZW50 16235 +enVz 16236 +IEVN 16237 +IGVzc2F5 16238 +7JeQ7JqU 16239 +4bq/bg== 16240 +bnU= 16241 +4bur 16242 +IMOJcw== 16243 +IGRlbm9taW4= 16244 +IEdpcmxz 16245 +IHBlcnNvbm5lcw== 16246 +INin2YTYow== 16247 +YmlsZA== 16248 +IFN0YXQ= 16249 +IGNvbXBsaW1lbnQ= 16250 +IEthdGU= 16251 +IG9wdGltYWw= 16252 +IGhpZA== 16253 +2K/Zig== 16254 +IHF1aWNrZXI= 16255 +d2FsbA== 16256 +RW4= 16257 +SU5F 16258 +Pz8/ 16259 +7LK0 16260 +IEFjdGlvbg== 16261 +5Z8= 16262 +IHBlbmFsdHk= 16263 +IEtheg== 16264 +Jz8= 16265 +IGNyaWVk 16266 +IGNhbnZhcw== 16267 +ZnRl 16268 +IGV4Y2x1ZA== 16269 +uOuhnA== 16270 +IGVtcGhhc2lz 16271 +IGVuenk= 16272 +IEhvdQ== 16273 +IG92ZXJzZWFz 16274 +w61hbW9z 16275 +5bir 16276 +w7ZnbGljaA== 16277 +IGhlYWRwaG9uZXM= 16278 +Y24= 16279 +IEFnZQ== 16280 +IGFrYW4= 16281 +IGNoYXJhY3RlcmlzdGlj 16282 +7ZWY66m0 16283 +Z2V0cw== 16284 +IOu2iA== 16285 +IHJpdmFs 16286 +IGJvcmRlcnM= 16287 +ZW1lbnRl 16288 +ZW3DoXM= 16289 +IHlvbA== 16290 +IGNvbXBl 16291 +ZW5kZXJz 16292 +xLFuZGFu 16293 +IG3DtmdsaWNo 16294 +IGJ1YmJsZXM= 16295 +bmF0dXJhbA== 16296 +IGFybWVk 16297 +IGVsYWJvcg== 16298 +IOydtOuyiA== 16299 +IHdhc2hlZA== 16300 +zr/Phc68zrU= 16301 +6KuL 16302 +IGZsYXZvcnM= 16303 +IGV4aXN0ZQ== 16304 +IHByZXN0 16305 +IFRoZW1h 16306 +0L7Qv9GA0L7RgQ== 16307 +ZXJvbg== 16308 +VUU= 16309 +ZXJp 16310 +IGNvbmNlcg== 16311 +IGFpeMOy 16312 +5YWp 16313 +IHByb3RlY3RpdmU= 16314 +INC30L3QsNGO 16315 +IOuCoA== 16316 +IElJSQ== 16317 +IG1lZXI= 16318 +IFNob3A= 16319 +bGxp 16320 +IE9yZGVy 16321 +IE1Z 16322 +IEdob3N0 16323 +44KC44GG 16324 +YWRlbA== 16325 +IHN0b2xl 16326 +IHJlbGVhc2luZw== 16327 +IENvbW1lbnQ= 16328 +IHRyYWlucw== 16329 +66qF 16330 +IHdpc3Nlbg== 16331 +ZW5zZWQ= 16332 +IGRlc2NlbmQ= 16333 +IGZpZXI= 16334 +IHJhZGk= 16335 +IHBlcnN1 16336 +56I= 16337 +INC80L0= 16338 +IERlc3Q= 16339 +IHdvcnJpZXM= 16340 +aXRldA== 16341 +YmFz 16342 +IHN0YWI= 16343 +bmFtZQ== 16344 +b3JpYw== 16345 +IENsb3Nl 16346 +IGFsdW1uaQ== 16347 +IFNlbGY= 16348 +ZmZl 16349 +aXRhdGluZw== 16350 +YXRoZXJpbmU= 16351 +IFJpZ2h0cw== 16352 +IGVsbG9z 16353 +IHdhcnJhbnQ= 16354 +IG5lcnZl 16355 +IHZlZ2V0YWJsZQ== 16356 +IFRlaWw= 16357 +IOqwmeydtA== 16358 +Ulk= 16359 +IHN1c3RhaW5hYmlsaXR5 16360 +IHN0ZWh0 16361 +IGJyaWQ= 16362 +YWRhxZ8= 16363 +IHR2 16364 +IGR1cmF0aW9u 16365 +IHBlc3NvYQ== 16366 +IG1ldHJpY3M= 16367 +IGFkYW0= 16368 +Y2Fz 16369 +0LDRgNC4 16370 +IGV2aWRlbnQ= 16371 +IGRpc3BsYXllZA== 16372 +2KfYpg== 16373 +IHJlY2s= 16374 +IEJ1ZGRoYQ== 16375 +IGRlbGU= 16376 +IERpZWdv 16377 +b3NwaA== 16378 +IGJsYQ== 16379 +IE1paw== 16380 +dWxhdG9y 16381 +IDIwMDE= 16382 +IHByb21vdGluZw== 16383 +eWNo 16384 +IEVY 16385 +IGxhc3RseQ== 16386 +IG91dGxpbmU= 16387 +IHNwaXJpdHM= 16388 +IHZldXg= 16389 +IHN1YnRyYWN0 16390 +IMWfaW1kaQ== 16391 +IHBpbnM= 16392 +IGJ1cmdlcg== 16393 +IG1vbHRv 16394 +IGhhYsOtYQ== 16395 +IOuwmA== 16396 +aWd1 16397 +ZXJzdA== 16398 +IG5lbg== 16399 +IGJhY29u 16400 +aXRpb3Vz 16401 +IGNhcnJpZXM= 16402 +IHByb21pc2Vz 16403 +bmRl 16404 +IExlZnQ= 16405 +IExpbQ== 16406 +5qM= 16407 +IDQ0 16408 +IGNhcmVlcnM= 16409 +IOyjvOs= 16410 +IHNwZWVkcw== 16411 +cXXDqQ== 16412 +bWFk 16413 +bWFya2V0 16414 +aXNtZQ== 16415 +IDIwMDM= 16416 +IHJlY2Vzcw== 16417 +IEpVRA== 16418 +IHJhY2lzdA== 16419 +IFNjaGw= 16420 +IHBhcmxlcg== 16421 +IG90cm9z 16422 +aXNoZXM= 16423 +IGNvbnZlcnRlZA== 16424 +YWFhYQ== 16425 +0LDQvdC40Lg= 16426 +IEFyaw== 16427 +IENoYW5jZQ== 16428 +IGVsZW1lbnRhcnk= 16429 +zrXOvQ== 16430 +aW5rcw== 16431 +SW50ZXJ2aWV3ZXI= 16432 +IGZyZWVseQ== 16433 +YWxhaA== 16434 +IOuLpOuluA== 16435 +IHJlcXVlc3RlZA== 16436 +IHRvcnF1ZQ== 16437 +bm/Fm2Np 16438 +b3VyZWQ= 16439 +IFN0YWZm 16440 +IHN0YWlu 16441 +IEFsYW4= 16442 +IHZlcmU= 16443 +IFdpbnRlcg== 16444 +IGRlZmVjdA== 16445 +aWVkeQ== 16446 +IGJlYXRz 16447 +IGjDoQ== 16448 +dW1u 16449 +b29ucw== 16450 +aXR1ZGVz 16451 +IHNlaXQ= 16452 +b2x5 16453 +IHJlc2Vydg== 16454 +IGV4dHI= 16455 +IHBoeXNpY2lhbg== 16456 +dmlzb3I= 16457 +IGhhbmRmdWw= 16458 +IE5hdGlvbnM= 16459 +IOyii+ydgA== 16460 +dWNjZXNz 16461 +IHVwc3RhaXJz 16462 +IFNxdWFyZQ== 16463 +IGhlaW4= 16464 +IFNlYXNvbg== 16465 +b2xpcw== 16466 +IHByaW5jZQ== 16467 +IGRlZmVuc2l2ZQ== 16468 +570= 16469 +INC80LXRgdGC 16470 +0ZbQuQ== 16471 +INin2YY= 16472 +dW1ibGU= 16473 +6rmM7JqU 16474 +IGFzc2Fzcw== 16475 +IGNpcmN1bGFy 16476 +IHF1YWxpdGllcw== 16477 +IGhtbQ== 16478 +IGJsb3du 16479 +IExpeg== 16480 +IEt1cg== 16481 +IFNB 16482 +IGZpbmRpbmdz 16483 +IGNvbG91cnM= 16484 +IGRlbGxl 16485 +IElS 16486 +IEF0aA== 16487 +IER1Yg== 16488 +IE94 16489 +INiu 16490 +IHBvY2tldHM= 16491 +IGdyaWxs 16492 +IHN3aXRjaGluZw== 16493 +IHByZWZlcnJlZA== 16494 +IFdhbGVz 16495 +IGV4ZW1wbG8= 16496 +IGNob3BwZWQ= 16497 +IHZhY2NpbmF0aW9u 16498 +IG5ldXJv 16499 +IHNwZWNpZnk= 16500 +aXZvcw== 16501 +IHNlcsOh 16502 +IHppZQ== 16503 +IOCurg== 16504 +IHJlc3VsdGluZw== 16505 +IFVnaA== 16506 +IG1lc3NlZA== 16507 +Q0Q= 16508 +IHBhYXI= 16509 +IGNvbWVy 16510 +IGNvdWNo 16511 +IEZlc3RpdmFs 16512 +IDQ5 16513 +dm91cw== 16514 +emVucw== 16515 +56iu 16516 +IEtlbm5lZHk= 16517 +IFRz 16518 +IOuztOyX 16519 +IGRlbW9uc3RyYXRpb24= 16520 +IHVudG8= 16521 +IGZydXN0cmF0aW5n 16522 +IGxhYm9yYXRvcnk= 16523 +IGVneQ== 16524 +IGJlYXV0aWZ1bGx5 16525 +IOyerOs= 16526 +IGFsZ3U= 16527 +IMO2eWxl 16528 +5L2g55yL 16529 +IFBI 16530 +IGZvcnR1bmU= 16531 +IGNsZWFuZXI= 16532 +IFJvYmlu 16533 +IHNhdXM= 16534 +IEdlbGQ= 16535 +IGthdA== 16536 +b2Jz 16537 +IG9sdXI= 16538 +IG1hdHQ= 16539 +IHF1ZXN0YQ== 16540 +IHN1Z2dlc3Rpb24= 16541 +ZW5jZXI= 16542 +0L7RgdGC 16543 +IHJhZGFy 16544 +IOyeoQ== 16545 +aXNoYQ== 16546 +4K6o 16547 +44KT44Gq 16548 +amVz 16549 +IHZlZWw= 16550 +7IKw 16551 +IGF1dGhvcnM= 16552 +44CO 16553 +cGxhbg== 16554 +IGNvbGxhYm9yYXRpdmU= 16555 +IGluc3RpbmN0 16556 +IGZhcm1pbmc= 16557 +YXVnZQ== 16558 +RWR1 16559 +IG1lbWJlcnNoaXA= 16560 +IHNpbXVsdGFuZW91c2x5 16561 +IGJha2U= 16562 +IGvDpA== 16563 +IGxlY3R1cmVz 16564 +0YfQtdGB 16565 +IHByZW5kcmU= 16566 +IGNvbGxhcHM= 16567 +IFNheWE= 16568 +IEZ1dA== 16569 +IHlvZw== 16570 +IFJhdGhlcg== 16571 +2LHZig== 16572 +IGNhbXBz 16573 +0L7Qu9C+0LQ= 16574 +IHNpbXVsYXRpb24= 16575 +IE1haw== 16576 +TGF1Z2hz 16577 +IGdyZXk= 16578 +IHNlbnRlbmNlcw== 16579 +eWVu 16580 +IFVubGVzcw== 16581 +SmU= 16582 +IFNhdGFu 16583 +INGC0LDQutC20LU= 16584 +IE5B 16585 +IGJyb24= 16586 +ID9d 16587 +IHNvdWxz 16588 +IGxpZ2h0bmluZw== 16589 +IGltYWdpbmVk 16590 +IGN6eWxp 16591 +cHNpbG9u 16592 +ZXR0YQ== 16593 +IGJlbGlldmluZw== 16594 +IHN0cm9uZ2VzdA== 16595 +IENPTg== 16596 +IHF1ZWxxdWVz 16597 +IGltbWlncmFudHM= 16598 +IHdhbGxldA== 16599 +6YCZ5piv 16600 +IEplcnNleQ== 16601 +IGltcGxpY2F0aW9ucw== 16602 +IGZvcmI= 16603 +44CP 16604 +IHVuYmVsaWV2YWJsZQ== 16605 +2KfYoQ== 16606 +IG9wZXJhdGlvbmFs 16607 +w7xz 16608 +IEdN 16609 +IOq3uOufsOuNsA== 16610 +IGdyYWNpYXM= 16611 +IGVudGVuZA== 16612 +IFJlZ2FyZA== 16613 +cm9i 16614 +INGC0LXRhQ== 16615 +6I8= 16616 +IFJldm9sdXRpb24= 16617 +IHdhYXI= 16618 +IEJpeg== 16619 +dGhlbGVzcw== 16620 +IHNwb25zb3JlZA== 16621 +cXVpZXI= 16622 +IOydvOs= 16623 +IHRlaw== 16624 +IOuQoA== 16625 +aWdrZWl0 16626 +IEx1Y2s= 16627 +IENlcnRhaW5seQ== 16628 +IHRvbGw= 16629 +INC90LjRh9C10LPQvg== 16630 +IE1vbmV5 16631 +INGB0YLQvtGA 16632 +IERvdWJsZQ== 16633 +IFdvbGY= 16634 +IGNodW5r 16635 +zqzOvQ== 16636 +aXTDqXM= 16637 +b25pbmc= 16638 +TWFy 16639 +IGdyYW5kZXM= 16640 +IGNvbGxlY3Rpb25z 16641 +IEV1cm9wYQ== 16642 +INCw0YA= 16643 +IOKAi+KAi+KAiw== 16644 +IOq3uOufrOuptA== 16645 +INC+0LHRig== 16646 +IOOBqg== 16647 +IOyLnOqwhA== 16648 +IEN1c3RvbQ== 16649 +IOyymA== 16650 +0ZbQu9GM 16651 +IGluZGl2aWR1YWxseQ== 16652 +7Zc= 16653 +IGRvemVu 16654 +IG93ZQ== 16655 +IFZpY3Rvcmlh 16656 +5Y+v6IO9 16657 +IGJlZXQ= 16658 +dXJi 16659 +IGFuYWxvZw== 16660 +acOnw6Nv 16661 +gpw= 16662 +c29ldmVy 16663 +IG1vZG8= 16664 +IHN1YnNjcmliZWQ= 16665 +7J6s 16666 +IGVudGl0aWVz 16667 +54mH 16668 +IGNsb3NldA== 16669 +IHJlc3BvbmRpbmc= 16670 +IHByaW50ZXI= 16671 +IFN0ZXBoYW4= 16672 +IGJ5xYI= 16673 +IERvbQ== 16674 +IEZlcm4= 16675 +IFBpZXI= 16676 +IHdpxJlj 16677 +IGhlbmNl 16678 +IG1vZHVsZXM= 16679 +44Os 16680 +IOuUsQ== 16681 +IERhbm55 16682 +INGB0LXQsdC1 16683 +IHZhZA== 16684 +IOyXhA== 16685 +IHNvdXM= 16686 +IHNwaGVyZQ== 16687 +Qlk= 16688 +IFBlZA== 16689 +aWduZWQ= 16690 +IHdoZWF0 16691 +IHVuZGVycw== 16692 +IGV2b2x2ZQ== 16693 +IGRlY2xhcg== 16694 +IGxpZ2h0bHk= 16695 +IGlkZW50aWZ5aW5n 16696 +5oSP5oCd 16697 +IGxlZ2VuZGFyeQ== 16698 +IGdlbnVpbmU= 16699 +IGdyaW5k 16700 +IFVuZQ== 16701 +Z2ViZW4= 16702 +IGJpY3k= 16703 +IGp1bXBz 16704 +IHByb3ZpbmNl 16705 +emnEmQ== 16706 +INeQ16DXmQ== 16707 +IGhvYw== 16708 +INCx0Ls= 16709 +IEdyYWQ= 16710 +IHJldmVuZ2U= 16711 +INin2YTYqg== 16712 +b29o 16713 +5ouc 16714 +0LDRhtC40Lg= 16715 +5bmz 16716 +IGVsZWN0cm8= 16717 +IOuQkA== 16718 +44Gn44Gv 16719 +IGZhbHM= 16720 +cmllbA== 16721 +b2tlcg== 16722 +IEV4Y2VsbGVudA== 16723 +IE1vcmdhbg== 16724 +IGJyaWNr 16725 +IHN1YnN0YW50aWFs 16726 +IHBvbGx1dGlvbg== 16727 +IFTDvHI= 16728 +IEV2ZXQ= 16729 +IGx1bmc= 16730 +44GW 16731 +15nXqQ== 16732 +b21tZXM= 16733 +IHJlYWxpemluZw== 16734 +IGh1bWJsZQ== 16735 +IExvY2s= 16736 +IGJvZA== 16737 +IOyWuA== 16738 +IHBlZXJz 16739 +dXp6 16740 +IGVtYmVkZGVk 16741 +IGNsYXJv 16742 +IGFnZ3JlZw== 16743 +IGVtcGxveWVycw== 16744 +IFJhag== 16745 +IOOBqA== 16746 +IFlp 16747 +IGpldQ== 16748 +YXRlcnM= 16749 +IHN0cmlrZXM= 16750 +bm9z 16751 +YXV0cmVz 16752 +ZHI= 16753 +b3BoZXI= 16754 +IEFwcGFyZW50bHk= 16755 +7ZiE 16756 +IGluZmFudA== 16757 +2KfYqA== 16758 +0YLRiw== 16759 +7Zs= 16760 +2q8= 16761 +IHJlZGVz 16762 +YWNhxJ/EsW0= 16763 +IERBVklE 16764 +IENoaWNrZW4= 16765 +IHBlcnNwZWN0aXZlcw== 16766 +IHZpZXdlcg== 16767 +IHNoYXI= 16768 +INC/0YDQvtC40Lc= 16769 +bGlndA== 16770 +ZXJvcw== 16771 +aXRhYmxl 16772 +0LjQu9C+0YHRjA== 16773 +IGRpZsOt 16774 +tOuNsA== 16775 +IHJldGlyZWQ= 16776 +IHRoYXRz 16777 +emVuaWU= 16778 +YmVpdGVu 16779 +IG15Y2tldA== 16780 +IFJhYg== 16781 +IGluZmxhbW0= 16782 +7LCu 16783 +IGR1bQ== 16784 +IGRhZGR5 16785 +5pyf 16786 +IGltbWVycw== 16787 +IHBsYXlsaXN0 16788 +4K+G 16789 +IHRyYXVt 16790 +IHJlZnVzZQ== 16791 +c3RlcA== 16792 +4K6a 16793 +Y3Vw 16794 +IHBvcHM= 16795 +cmltaW4= 16796 +YXnEsW0= 16797 +IGFsZA== 16798 +IHVubmVjZXNz 16799 +IGRhaA== 16800 +IElyaXNo 16801 +IGNvbXBy 16802 +bGHFnw== 16803 +VFA= 16804 +IHRyYW5zbGF0ZWQ= 16805 +U2M= 16806 +Y2XEn2lt 16807 +tJA= 16808 +IGRyZWk= 16809 +INC70Y7QtNC10Lk= 16810 +IHF1aWVybw== 16811 +IGhlbGU= 16812 +emxpY2g= 16813 +IGFwcGxlcw== 16814 +IGRpc3RyaWN0cw== 16815 +IGNyZWRpdHM= 16816 +IGFzcA== 16817 +IOuLqA== 16818 +b3JhbA== 16819 +5b2x 16820 +IHN0ZXBwaW5n 16821 +IFZh 16822 +IGdhaW5z 16823 +NjU= 16824 +IG51ZXN0cmE= 16825 +ZWRheQ== 16826 +YXNzYWRvcg== 16827 +IExpbmQ= 16828 +IGNyb3Bz 16829 +Y2llbmRv 16830 +aWd1ZQ== 16831 +IGJhbmE= 16832 +QW0= 16833 +IHBlbnQ= 16834 +IGFkZGljdGlvbg== 16835 +IHBhY2thZ2luZw== 16836 +w6Rk 16837 +qqg= 16838 +IHBlcnF1w6g= 16839 +IGNhbXBhaWducw== 16840 +IHN0ZWVw 16841 +IG5ldWU= 16842 +IGVtYmFycmFzc2Vk 16843 +IGRpc3RpbmN0aW9u 16844 +aXR6ZXI= 16845 +5ZGK 16846 +IHJlZ2lzdHJhdGlvbg== 16847 +IGxsYW0= 16848 +IEFsbWlnaHR5 16849 +bGllc3Q= 16850 +IHV6 16851 +bmFr 16852 +57o= 16853 +IHRlcmF6 16854 +aWFtZW50ZQ== 16855 +IHRyYW5zYWN0aW9ucw== 16856 +IGPDtHQ= 16857 +IHN3aXRjaGVk 16858 +IGNvbWJv 16859 +IHByYXllcnM= 16860 +IGludGVybnNoaXA= 16861 +IGFkZHJlc3Nlcw== 16862 +IGNoYXJpdHk= 16863 +IFdPTw== 16864 +IGJhaXQ= 16865 +6L+H 16866 +IO+/vQ== 16867 +IGZpY2E= 16868 +IFR5bGVy 16869 +YXJ1 16870 +IGF0b21z 16871 +IExldmVs 16872 +INC/0L7RgtC+0Lw= 16873 +IGZhbWU= 16874 +dWxr 16875 +IHRlYWNoZXM= 16876 +IHJlYnVpbGQ= 16877 +0LXQtNGM 16878 +IEluZG9uZXNpYQ== 16879 +dXNoaQ== 16880 +IFNob3J0 16881 +IGVuc3VyaW5n 16882 +ZnM= 16883 +ZWxl 16884 +IG1hcmdpbmFs 16885 +IGNvbmNsdWRl 16886 +YW10 16887 +IHZlcmlmeQ== 16888 +IE1jRG9uYWxk 16889 +IHNrYWw= 16890 +IHJlY29uc3Q= 16891 +IE1hbm4= 16892 +IGJhc2VtZW50 16893 +IHRyYW5zZm9ybWVk 16894 +IG9jY2FzaW9uYWxseQ== 16895 +em9uZQ== 16896 +IERhbnM= 16897 +INC60LDQutC+0Lk= 16898 +IGRpYWdub3NlZA== 16899 +IM+EzrE= 16900 +IGNvbW1hbmRz 16901 +IHByZXNpZGVudGlhbA== 16902 +IGFiYg== 16903 +IGJyYWNrZXQ= 16904 +IExlbQ== 16905 +w6VuZw== 16906 +IGZhdm9yaXRlcw== 16907 +IHJldm9s 16908 +IO2KuQ== 16909 +IGhhcmFzcw== 16910 +6YU= 16911 +IGNsZWFucw== 16912 +c3TDpG5k 16913 +IGtub2NrZWQ= 16914 +IHBlb3BsZXM= 16915 +IG11c2ljaWFucw== 16916 +IG11dHVhbA== 16917 +IENvbGQ= 16918 +ODg= 16919 +emVq 16920 +YXRpZQ== 16921 +IEhvbm9y 16922 +IG9ic2Vzc2Vk 16923 +IE1VU0lD 16924 +IEJyZWFr 16925 +w7puZw== 16926 +IG1vZGlmeQ== 16927 +IHPDtnlsZQ== 16928 +INee15Q= 16929 +IE9ubGluZQ== 16930 +Zm8= 16931 +IE1pbGxlcg== 16932 +IGxpa2luZw== 16933 +IGluaGFi 16934 +IGdyYXRpdHVkZQ== 16935 +IEpvdXJuYWw= 16936 +YXJuZXNz 16937 +Sm9obg== 16938 +IEdpdA== 16939 +5Ymb 16940 +IHNpbmNlcmU= 16941 +IFNjaQ== 16942 +IEVsaQ== 16943 +IHN5bWJvbHM= 16944 +IG1hbnVhbGx5 16945 +zrXPgg== 16946 +INCy0ZbQtA== 16947 +IEZhdA== 16948 +IGxhYmVscw== 16949 +IHNvcGhpc3RpY2F0ZWQ= 16950 +dW1wcw== 16951 +IHJlbGVhc2Vz 16952 +IDQ3 16953 +IE9N 16954 +6rCA6w== 16955 +IEJpZW4= 16956 +IFJlZg== 16957 +6KiY 16958 +IFN0YQ== 16959 +IEVnZw== 16960 +IGluZGljYXRvcg== 16961 +cHNvbg== 16962 +IG5hc8SxbA== 16963 +UmlnaHQ= 16964 +IGNvbnZleQ== 16965 +IGtub3Q= 16966 +IGNvbm5lY3Rz 16967 +dWxhcw== 16968 +IHByZWNlZA== 16969 +IGluZXF1YWxpdHk= 16970 +YW1pZW50bw== 16971 +IHJlcGx5 16972 +T1k= 16973 +IGRpc21pc3M= 16974 +IOuQnA== 16975 +54Sh 16976 +INGF0L7RgNC+0YjQvg== 16977 +IG3DqWQ= 16978 +IHJhbmRvbWx5 16979 +IE9udA== 16980 +dWFyZA== 16981 +IHB1bGxz 16982 +INGC0LXQv9C10YDRjA== 16983 +IE5lZWQ= 16984 +IFNvZnQ= 16985 +IHN0cmVuZ3Rocw== 16986 +IGdvZWQ= 16987 +dW1lbg== 16988 +5q27 16989 +IO2OuA== 16990 +INC00L7QsQ== 16991 +IGNsYXJpdHk= 16992 +IEFp 16993 +IGJhbGxvb24= 16994 +IFBhbmQ= 16995 +IOyVhOuL 16996 +IHNoaW55 16997 +IHNtYWxsZXN0 16998 +b25pYQ== 16999 +aGlsbA== 17000 +b3Rpbmc= 17001 +IGVpbmc= 17002 +IG1lcmVseQ== 17003 +IHNldXM= 17004 +INC90LXQvw== 17005 +IO2GtQ== 17006 +IGd1aWRlcw== 17007 +IHNwZWNpYWxpc3Q= 17008 +IHN0ZWFr 17009 +44KI44GG 17010 +IG1pZ3JhdGlvbg== 17011 +cXVlbGU= 17012 +IHJ1aW5lZA== 17013 +IHB1cHA= 17014 +5aWz 17015 +IGtlbmQ= 17016 +YW5nYW4= 17017 +IHBhbG0= 17018 +IHVuZmFpcg== 17019 +IHpt 17020 +IERW 17021 +Y2hlc3Rlcg== 17022 +0LjRjg== 17023 +IG9vaA== 17024 +ZXJn 17025 +QVRI 17026 +sKk= 17027 +5ZOq 17028 +cmlzb24= 17029 +IGludm9sdmluZw== 17030 +IHBhcnRseQ== 17031 +YW7Dp2Fpcw== 17032 +IHZvdw== 17033 +IHByb21pbmVudA== 17034 +IGNyeXN0 17035 +aWJh 17036 +IGRlc2VydmVz 17037 +IG92ZXJ0 17038 +IHNlbnNpdA== 17039 +IFdoZQ== 17040 +IHRpZ2h0ZW4= 17041 +IGludGltaWQ= 17042 +IGFsaW1lbnQ= 17043 +d2lsbA== 17044 +IHN0cmVuZ3RoZW4= 17045 +IFRhbg== 17046 +5Y+I 17047 +44GX44G+44GZ 17048 +b25p 17049 +IE11bg== 17050 +IHByb3Bo 17051 +IHJlaGVhcnM= 17052 +IEtsZQ== 17053 +IHZlY2Vz 17054 +IHdvbmRlcmVk 17055 +b2tp 17056 +IHNlbnNlcw== 17057 +tOyL 17058 +xrDhu5s= 17059 +IMiZaQ== 17060 +IG11Y2hvcw== 17061 +IHdhdGNoZXM= 17062 +b3J0dW5hdGU= 17063 +IEp1YW4= 17064 +7J6W7JWE 17065 +0YDQtQ== 17066 +ZWk= 17067 +aW9uZW4= 17068 +IGV4cGVyaW1lbnRhbA== 17069 +IGRhdWdodGVycw== 17070 +4Lib 17071 +IG1lbnRhbGx5 17072 +YmVjY2E= 17073 +YXdhcmU= 17074 +7ISd 17075 +IHdoYXRzb2V2ZXI= 17076 +IGVuYWJsZXM= 17077 +IExvdw== 17078 +b2lk 17079 +4LiK 17080 +w7Nk 17081 +2Lo= 17082 +IGNvbnN0cnVjdGVk 17083 +IExhZGllcw== 17084 +IGFjY3VzZWQ= 17085 +INCw0L0= 17086 +RGFu 17087 +IHNwYXdu 17088 +IGNvbnRhaW5lcnM= 17089 +IGFydGlzdGlj 17090 +xLFw 17091 +IGRpc2Ns 17092 +IGF1dHJlcw== 17093 +aW5hcw== 17094 +IE5hdGlvbg== 17095 +IG5hZw== 17096 +YmVhbg== 17097 +d2hl 17098 +nOuPhA== 17099 +IFNlb3Vs 17100 +IO2PrA== 17101 +IE5pY2g= 17102 +IGNvbXBsZW1lbnQ= 17103 +IGludGVydmVu 17104 +IE1vZGVs 17105 +IE9yYW5nZQ== 17106 +bmFtb24= 17107 +IGNhbGN1bGF0aW9u 17108 +c2Vl 17109 +IHVzdGVkZXM= 17110 +IGxlYg== 17111 +IGRvY3Q= 17112 +0ZbQvQ== 17113 +IGZvc3Rlcg== 17114 +IGVsYXN0aWM= 17115 +IEFoaA== 17116 +IGFjZQ== 17117 +IFBpbms= 17118 +IEplZw== 17119 +IGRlZXI= 17120 +44GX44GE 17121 +c2lz 17122 +IGpha28= 17123 +IEVtbWE= 17124 +0YHRgtCy0LXQvdC90L4= 17125 +IHBvcnRyYWl0 17126 +IG1ha2Vy 17127 +IGF1bWVudA== 17128 +0YDQvtCx 17129 +IGFpcnBsYW5l 17130 +IHRyYW5zcGFyZW5jeQ== 17131 +IGFkanVzdG1lbnQ= 17132 +IENEQw== 17133 +w6dvbg== 17134 +IHVwbG9hZGVk 17135 +INC00LXQudGB0YLQsg== 17136 +INCz0L7RgtC+0LI= 17137 +IGl0ZXI= 17138 +IGN1cnNl 17139 +w7Ru 17140 +bWVyY2U= 17141 +YXJhbg== 17142 +IGxlYWs= 17143 +57WQ 17144 +IGFic2VuY2U= 17145 +0YHQutC40Lk= 17146 +IHJlYWRlcnM= 17147 +YWxlcg== 17148 +IGJlbmVhdGg= 17149 +YW5nbw== 17150 +aGV0aWM= 17151 +IGZpbm5z 17152 +IHBvb3A= 17153 +IGR1cGxpYw== 17154 +SGk= 17155 +aWdz 17156 +b2xvZ2ljYWxseQ== 17157 +b3Bw 17158 +IGRpemVy 17159 +IEFsbGVu 17160 +IGdsaQ== 17161 +IGFjY2VsZXJhdGlvbg== 17162 +IHZpdGFtaW4= 17163 +44Ot 17164 +dsOk 17165 +IEFjY2Vzcw== 17166 +4K6Z 17167 +csOhcw== 17168 +IGFwcHJlY2lhdGVk 17169 +IG5haA== 17170 +IHBvc3Rlcg== 17171 +IHRhbGU= 17172 +IGhpZ2hsaWdodGVk 17173 +5paH 17174 +xbxlbGk= 17175 +IGJsb2NrY2hhaW4= 17176 +IG1pY3Jvdw== 17177 +IGNpbmVtYQ== 17178 +IENoYW5n 17179 +IFNlYXJjaA== 17180 +dXN0ZXJz 17181 +IFplcm8= 17182 +IERpdmlzaW9u 17183 +0YDQsNGB 17184 +IHNjYXJl 17185 +IGplbGx5 17186 +IEFkbWluaXN0cmF0aW9u 17187 +U08= 17188 +IGxpbmVk 17189 +IOqwhA== 17190 +IGdlYmVu 17191 +IHNvZGE= 17192 +IHdpbm5lcnM= 17193 +s7w= 17194 +2ZI= 17195 +IEFtYg== 17196 +5ZWP6aGM 17197 +5ZQ= 17198 +IHBlZw== 17199 +5bex 17200 +NDM= 17201 +IHJhdXM= 17202 +IHJld2FyZHM= 17203 +IGluY2x1cw== 17204 +IGhpZ2h3YXk= 17205 +IGhhaA== 17206 +IG11bHRpcGxpZWQ= 17207 +IHPhur0= 17208 +IGRpc2NpcGxlcw== 17209 +IG5pbmc= 17210 +IGRyZXNzaW5n 17211 +IGF0dHJpYnV0ZXM= 17212 +IE1vc2M= 17213 +IEdyZWVjZQ== 17214 +IHNlaw== 17215 +IExlYXJu 17216 +IGp1cw== 17217 +cmVuZHJl 17218 +IHBlcnNvbm5l 17219 +cGxldGU= 17220 +IHBsYWNpbmc= 17221 +IGx1ZWdv 17222 +aWxsYW5jZQ== 17223 +INC+0LHRiQ== 17224 +IHByb3Zpc2lvbg== 17225 +IGxpb24= 17226 +dHJh 17227 +Ym9hcmRz 17228 +IGJlaGF2aW91cg== 17229 +aGV5 17230 +IHN1YnNjcmlwdGlvbg== 17231 +IHByb3RhZ29u 17232 +44Oj 17233 +IHZhcmE= 17234 +IMWfdQ== 17235 +IGhhaGE= 17236 +IHRlYXNwb29u 17237 +5p8= 17238 +YXZvaXI= 17239 +IGNyeXB0bw== 17240 +INGB0YLQsNGA 17241 +IFN0b3Jl 17242 +YWJz 17243 +IFN0dWRlbnRz 17244 +IGxhdW5k 17245 +aW50bw== 17246 +IGFwcHJvYWNoZWQ= 17247 +sJw= 17248 +0YPRjtGJ 17249 +IExhYm9y 17250 +b3Rlcw== 17251 +aWF0cmlj 17252 +IGdyb8Of 17253 +dXRpdmU= 17254 +INC40LQ= 17255 +IEdpYg== 17256 +IHBsYWNlbWVudA== 17257 +IGRpZsOtY2ls 17258 +IGZyb2c= 17259 +INCy0YHQtdGF 17260 +IEpy 17261 +YXplZA== 17262 +0YPRiQ== 17263 +IOq8 17264 +ZnJhbWU= 17265 +0LDQtdGI0Yw= 17266 +IGxvY2tkb3du 17267 +5ZGz 17268 +IG1lZGk= 17269 +INeU157X 17270 +0LXQvdC40Lk= 17271 +ZW1hbGU= 17272 +7KKF 17273 +YXRlcmFs 17274 +IGRpc3RhbnQ= 17275 +IGJlYXJz 17276 +IGpvdXJuYWxpc3Q= 17277 +6Kej 17278 +IE1hcnNoYWxs 17279 +IElobmVu 17280 +dWV0b290aA== 17281 +YmFn 17282 +IMSRw6M= 17283 +IEhpZ2huZXNz 17284 +IOywjQ== 17285 +0LjQutCw 17286 +IFd1 17287 +IEZyYW4= 17288 +IHBlbmc= 17289 +IGZvbg== 17290 +IGh5cG90aGVzaXM= 17291 +INGA0YM= 17292 +IGx5 17293 +15o= 17294 +7JuU 17295 +IFJhZGlv 17296 +4Lie 17297 +RGF2 17298 +IGVtYmFycmFzc2luZw== 17299 +IOyeiOyWtA== 17300 +IGNhc3Rpbmc= 17301 +IGNhZ2U= 17302 +IFBzeWNo 17303 +IOydvOuLqA== 17304 +IMW+ 17305 +aW1i 17306 +IGRpcmVjdG9ycw== 17307 +U0g= 17308 +IM+EzrfOvQ== 17309 +4buBdQ== 17310 +IGtvbnXFnw== 17311 +IG9wdGlvbmFs 17312 +cXVhcnRlcnM= 17313 +aWtlcg== 17314 +IFNhbnQ= 17315 +IHZlcnNlcw== 17316 +67aA 17317 +IG9sYXI= 17318 +IM+H 17319 +44OV 17320 +IM6zzrnOsQ== 17321 +IEltbQ== 17322 +IGNvbnRyb3ZlcnNpYWw= 17323 +IGVyc3Rlbg== 17324 +IHJlY2lw 17325 +IENocmlzdGlhbml0eQ== 17326 +IOq0nA== 17327 +b3Jkb24= 17328 +15XXqQ== 17329 +IHNsYXNo 17330 +IFBm 17331 +0YPQtNGM 17332 +15XXnQ== 17333 +IFBlcnJ5 17334 +IG1hbXk= 17335 +IGJhY2tncm91bmRz 17336 +IOCujuCuqQ== 17337 +IHBlbmRhbnQ= 17338 +IENvbHVtYmlh 17339 +IGludmVyc2U= 17340 +INGH0LXRgNC10Lc= 17341 +IHN2 17342 +IGRpZ2dpbmc= 17343 +NDE= 17344 +Y2hlbQ== 17345 +IG5hdmlnYXRpb24= 17346 +IFNoaW4= 17347 +IEZyb250 17348 +UEQ= 17349 +IGJlYXJpbmc= 17350 +IFdhc3Nlcg== 17351 +IHdheA== 17352 +IENIUklT 17353 +Y2hpbmc= 17354 +IHByZXNzZWQ= 17355 +RWw= 17356 +IERhbA== 17357 +b25zaW4= 17358 +IGJpbmRpbmc= 17359 +0YHQutC+0Lk= 17360 +cG9vbnM= 17361 +IG1vY2s= 17362 +YXJlc3Q= 17363 +0LrRgNCw 17364 +TU0= 17365 +IGNvcnJ1cHQ= 17366 +c3Rvcm0= 17367 +IHJlZnJlcw== 17368 +IENvYWNo 17369 +bGzDpA== 17370 +IFRISVM= 17371 +IHBhcmFn 17372 +IOyTsA== 17373 +cG9vbA== 17374 +IGJpbGxpb25z 17375 +IOq5gA== 17376 +Z3JvdXA= 17377 +IHdlbGNvbWluZw== 17378 +Y2VsbGVuY2U= 17379 +IER1a2U= 17380 +6ri0 17381 +IHByaW1lcmE= 17382 +7KC4 17383 +IHBvbmQ= 17384 +IHN0YXR1ZQ== 17385 +IOq1rOs= 17386 +IGhhdGNo 17387 +IGluc3RydW1lbnRhbA== 17388 +IHJlc2lkZW50aWFs 17389 +7Luk 17390 +IGFjY2VwdGluZw== 17391 +b3NoaQ== 17392 +ZGF0ZQ== 17393 +IOyUqA== 17394 +IHBsYW50ZWQ= 17395 +IGpva2luZw== 17396 +IOyEnA== 17397 +IGhhdGVk 17398 +INGA0LDRgdGB0Lo= 17399 +IHNsZXB0 17400 +IHBhY2thZ2Vz 17401 +IGlzbGFuZHM= 17402 +ZXNlbg== 17403 +xJ/EsQ== 17404 +IGRpYWdvbg== 17405 +IE9zYw== 17406 +IG1lc2g= 17407 +IHNjYWxlcw== 17408 +YXJpdHk= 17409 +IERlZmVuc2U= 17410 +44Gh44KH 17411 +IExld2lz 17412 +INGB0LXQs9C+0LTQvdGP 17413 +IGZsaWVz 17414 +dWluZWx5 17415 +IENvbnNpZGVy 17416 +IHN0YXJr 17417 +aGV3 17418 +IEFzw60= 17419 +s7Tr 17420 +IHByb3Bvc2U= 17421 +IO2VmOuptA== 17422 +b2Rv 17423 +IE5vcm1hbGx5 17424 +IGhlZWZ0 17425 +IEhhcnJpcw== 17426 +Z3Jv 17427 +IEJsb29k 17428 +YmFzZQ== 17429 +IGlPUw== 17430 +IHRvdWNoZXM= 17431 +IGluc3Bpcg== 17432 +INeT 17433 +IGJpbmFyeQ== 17434 +IOy2lA== 17435 +IHNlcmlhbA== 17436 +IGlvbg== 17437 +IHVuZW1wbG95bWVudA== 17438 +IG9kZHM= 17439 +IEZhYg== 17440 +IEZCSQ== 17441 +QlJVTg== 17442 +IHdlaWdodHM= 17443 +zr3Ovw== 17444 +YXRpbGU= 17445 +IG51cnNlcw== 17446 +IGludm9sdmVtZW50 17447 +IO2UvA== 17448 +IGdvdmVybmFuY2U= 17449 +IOKCrA== 17450 +0YDRg9C/ 17451 +aWVycmE= 17452 +7ZiV 17453 +IEplcnJ5 17454 +IGJlYXJk 17455 +IHNhbHZhdGlvbg== 17456 +IEFsb25n 17457 +Z2VudGxl 17458 +IEtp 17459 +Ym9s 17460 +IFBsYXQ= 17461 +IGhhc2h0 17462 +6L+R 17463 +IHdhcmU= 17464 +IHBhcnRpZQ== 17465 +eWN6 17466 +IGludHI= 17467 +Rmlo 17468 +bmVudA== 17469 +IGNoZWF0 17470 +aWxlbg== 17471 +IOuv 17472 +b3JpZQ== 17473 +IGbDoWNpbA== 17474 +ZXRyaWM= 17475 +IGFmZmVjdGluZw== 17476 +dW5jaWF0aW9u 17477 +IGFmZmFpcnM= 17478 +IGJlZQ== 17479 +IHZpZXdpbmc= 17480 +IG9yYW5n 17481 +IExhbg== 17482 +INCh0YI= 17483 +5LiW 17484 +IE1lcw== 17485 +g4E= 17486 +ZXJpZQ== 17487 +IGVzcGE= 17488 +IGludGVycHJl 17489 +IHBvc3Nlc3M= 17490 +IHB1cmVseQ== 17491 +cml0bw== 17492 +Zm91bmQ= 17493 +YXNtYQ== 17494 +7KCB7J24 17495 +IGV4YW1pbmU= 17496 +INGD0Lw= 17497 +IGJlc2No 17498 +IFRvbW9ycm93 17499 +IEJsb2Nr 17500 +IHZhcmlhbnQ= 17501 +IHByZWZlcmVuY2U= 17502 +IGNvYWNoZXM= 17503 +IG1lZGljYXRpb25z 17504 +IO2YhA== 17505 +IGVtcGlyZQ== 17506 +64Sk 17507 +IElsbGlub2lz 17508 +IGNyaXNweQ== 17509 +IHRow6w= 17510 +IGJlZXM= 17511 +Nzc= 17512 +IGdsb3c= 17513 +6Lo= 17514 +IFN0dWRpZXM= 17515 +5ZCE 17516 +IENoYWxsZW5nZQ== 17517 +IHVubGlrZWx5 17518 +0Kc= 17519 +xLF5b3JzdW4= 17520 +RElF 17521 +IG1pbmltaXpl 17522 +aXphcmQ= 17523 +IMO6bg== 17524 +IGVuY29udHJhcg== 17525 +IEtpbGw= 17526 +5bs= 17527 +IHZhbmlsbGE= 17528 +IEdyYW50 17529 +IEdU 17530 +c2Vh 17531 +IHNvdWdodA== 17532 +0LLQvtC0 17533 +IG7DpG0= 17534 +IEF1bnQ= 17535 +T1dO 17536 +IHB1bXBraW4= 17537 +c3RlbGxlbg== 17538 +IHJhZw== 17539 +0LXQs9C00LA= 17540 +IHN0b3J5dA== 17541 +IGZvcnVt 17542 +5qmf 17543 +IGVzdGFiYQ== 17544 +dWNoZQ== 17545 +IGNvbmdyZXNz 17546 +IFJleQ== 17547 +IGRyYW1hdGljYWxseQ== 17548 +IFNwb3J0 17549 +IFllbGxvdw== 17550 +IOqzhOyGjQ== 17551 +IGRpc2d1c3Rpbmc= 17552 +IFJlY2VudA== 17553 +IGFjcXVpcmVk 17554 +IGNhYmxlcw== 17555 +55Sa 17556 +ZGlu 17557 +IHZpc3Rv 17558 +IGNvbW11bmljYXRpbmc= 17559 +0YHRgtCw0LLQu9GP 17560 +0LXRgdGC0L4= 17561 +44O744O744O7 17562 +IHLDqWc= 17563 +IHNvY2tz 17564 +IHByb2Nlcw== 17565 +YmVjYXVzZQ== 17566 +IHV0dGVy 17567 +IGNvbG9jYXI= 17568 +IG5ld2VzdA== 17569 +IGdyYW1t 17570 +6KGo 17571 +5LiN55+l6YGT 17572 +IHNoaWZ0aW5n 17573 +IGNhcnJpZXI= 17574 +INGB0LrQvtGA 17575 +IFNjaHc= 17576 +IGV4ZWN1dGVk 17577 +IG1haW50YWluZWQ= 17578 +IM+G 17579 +IE1vc2Vz 17580 +IGRpc3Nl 17581 +IGhvcnI= 17582 +44Cc 17583 +IHJhbGx5 17584 +IGFsbGVt 17585 +IEV2ZW50dWFsbHk= 17586 +IGRpeW9y 17587 +bHZhbmlh 17588 +IHNjaG5lbGw= 17589 +IOqzvA== 17590 +IOunpA== 17591 +IHN0cnVnZ2xlcw== 17592 +bGF0ZQ== 17593 +IGNsYXJpZnk= 17594 +w6ltZW50 17595 +IG11bHRpcGxpYw== 17596 +0LjQsdC+ 17597 +IGpvdXJu 17598 +IGZyYWdy 17599 +IHN1cnByaXNpbmdseQ== 17600 +IGRlc3BlcmF0ZQ== 17601 +NTI= 17602 +IHN1bA== 17603 +IFJlYWQ= 17604 +IEZyaWVk 17605 +IG1vbmQ= 17606 +d29v 17607 +IG9yZ2FuaXppbmc= 17608 +44GX44KH44GG 17609 +IFNvb24= 17610 +INCy0L7Qv9GA0L7RgQ== 17611 +IE51cg== 17612 +INCX0LQ= 17613 +IHNwaWRlcg== 17614 +0LXRgdGP 17615 +IHR1dG9yaWFscw== 17616 +IG51dHJpZW50cw== 17617 +b3Jlcg== 17618 +IGNvZWZmaWNpZW50 17619 +IGFycmFuZ2VtZW50 17620 +IHByaWNpbmc= 17621 +bmFu 17622 +eXU= 17623 +Qkw= 17624 +IHRyaWJl 17625 +IEhvd2FyZA== 17626 +dW5rcw== 17627 +IG5ld2Vy 17628 +IHByb3Zpbg== 17629 +IHByZWRpY3Rpb24= 17630 +aG9z 17631 +IG9sc3Vu 17632 +IEFyb3VuZA== 17633 +IHZpZXI= 17634 +INGB0YLQvtGA0L7QvQ== 17635 +IHZhbGxleQ== 17636 +IEVsYQ== 17637 +aWZp 17638 +IGdhbGF4eQ== 17639 +IHRyYW5xdQ== 17640 +IGFkdmVycw== 17641 +IFRlbXBsZQ== 17642 +aWZmcw== 17643 +aWdlbmNl 17644 +6Ieq5bex 17645 +IGvDtm5udGU= 17646 +IMSRw7M= 17647 +RGlk 17648 +IHBob3RvZ3JhcGhz 17649 +IEFXUw== 17650 +0YbQuNGP 17651 +IGd1YXJkcw== 17652 +IGFwcG9pbnRlZA== 17653 +IEdpbA== 17654 +INC80L7QvA== 17655 +IGNvZA== 17656 +IFVubGlrZQ== 17657 +IGV2ZW5seQ== 17658 +aXNjb25zaW4= 17659 +IGVzdG91 17660 +IG1uaWU= 17661 +IEV4ZWM= 17662 +IE1W 17663 +IEVpbmU= 17664 +5L+h 17665 +IFJvZ2Vy 17666 +IEZhYw== 17667 +IExpc3Q= 17668 +IGZ1ZXI= 17669 +0LDQtdGC0LU= 17670 +b21lZA== 17671 +IGF0dHJhY3Rpb24= 17672 +6Imy 17673 +IHRlcnJhaW4= 17674 +IERyb3A= 17675 +IGNvcnBvcmF0aW9ucw== 17676 +IHNjaWVuY2Vz 17677 +IHRocm9uZQ== 17678 +44GE44Gf 17679 +IGFq 17680 +IFJvdA== 17681 +54m5 17682 +IHN1cHBvcnRlcnM= 17683 +IEJlcmU= 17684 +SGVyZQ== 17685 +IGRpZmVyZW50ZXM= 17686 +IHNpZ25pZmljYW5jZQ== 17687 +z4POtw== 17688 +5oiR6Ka65b6X 17689 +IGNsYW1w 17690 +IOuMgOs= 17691 +IGZhYnVsb3Vz 17692 +cmV6 17693 +5oyB 17694 +IGFzc3VtcHRpb25z 17695 +dXRoZXI= 17696 +d2lk 17697 +cG90 17698 +6L+O 17699 +IHlhbg== 17700 +dWxpbg== 17701 +0YDRi9Cy 17702 +IFNsb3c= 17703 +IFBlbm5zeQ== 17704 +IO2VtOyEnA== 17705 +IG1laW8= 17706 +IHdlYWx0aHk= 17707 +IEVpZ2h0 17708 +IHB1bHNl 17709 +IGZyaWN0aW9u 17710 +aWRpdHk= 17711 +IEhvbGw= 17712 +aXlvcnVt 17713 +IHNvdW5kZWQ= 17714 +IENhcnI= 17715 +IGZvcms= 17716 +4pg= 17717 +IFBB 17718 +IGNvbnNwaXI= 17719 +IGNvZGluZw== 17720 +cnQ= 17721 +IFR5cA== 17722 +IOyWkQ== 17723 +INC/0L7Qsw== 17724 +IG1pc2Vy 17725 +INGB0LzQvtGC0YA= 17726 +IFN3ZWRlbg== 17727 +IG9sYXJhaw== 17728 +IFpoYW5n 17729 +IENoaQ== 17730 +IFRpdGFu 17731 +IHNjcmVlbmluZw== 17732 +IFNwaWRlcg== 17733 +IMWeaW1kaQ== 17734 +IG9ic3RhY2xlcw== 17735 +bGFyYQ== 17736 +IGNoYWxsZW5nZWQ= 17737 +cHNl 17738 +VE9O 17739 +4bul 17740 +IFBp 17741 +IGxhZ2k= 17742 +aWV1cnM= 17743 +IGh1cnRpbmc= 17744 +IG5lZ2xlY3Q= 17745 +IGdlbmVyYXRpbmc= 17746 +IHlvdW5nZXN0 17747 +IGF1ZGl0 17748 +INGA0LXQtw== 17749 +z4HOrA== 17750 +IGRvbmF0ZQ== 17751 +IFBERg== 17752 +IHZpc2l0cw== 17753 +IGNydWlzZQ== 17754 +UFA= 17755 +YXNlcg== 17756 +IHdzcA== 17757 +YmFja3M= 17758 +aXZhbHM= 17759 +44GG44KT 17760 +IGRldmU= 17761 +IHByb3BvcnQ= 17762 +IGNhdGg= 17763 +IEVmZmVjdA== 17764 +IHdpbmRz 17765 +IOyZlA== 17766 +IGNoYXJ0cw== 17767 +IHNhbWE= 17768 +IGF1dG9tYXRpb24= 17769 +INC/0L7QutCw 17770 +IG9sYW4= 17771 +IGJvYXRz 17772 +IGNhZmU= 17773 +IGRlbmllZA== 17774 +IE1hbWE= 17775 +IGJsb2NraW5n 17776 +IFRob3I= 17777 +IHBoZW5vbWVuYWw= 17778 +IHN0YWtlaG9sZGVycw== 17779 +IHVub3M= 17780 +0YPQtdGC 17781 +IEFicmFoYW0= 17782 +44Gn44KC 17783 +IGRldGVjdGlvbg== 17784 +IGp1cmlz 17785 +IHBvd2VyZWQ= 17786 +emlhbA== 17787 +IHdlbGZhcmU= 17788 +IHVwZ3JhZA== 17789 +IG1vxbxuYQ== 17790 +IENhc2U= 17791 +Y3VsYXI= 17792 +lOydtA== 17793 +44OB 17794 +IEd1ZXNz 17795 +IGN5Y2xlcw== 17796 +5L6L 17797 +57Wm 17798 +cm9jaw== 17799 +dW1p 17800 +IGVsaXRl 17801 +IHF1w6g= 17802 +5aCx 17803 +0YLQvtC8 17804 +IHNob3Jl 17805 +Z3VudGE= 17806 +IGt1 17807 +IGZhaXRoZnVs 17808 +IEplcmVteQ== 17809 +YWlk 17810 +4Lc= 17811 +dWdhbA== 17812 +5bCN5ZWK 17813 +IFZlbA== 17814 +IHZyYWk= 17815 +c3RlbGw= 17816 +qLg= 17817 +IGtvbA== 17818 +6L0= 17819 +IHF1YW50bw== 17820 +INC30LDRgA== 17821 +IDIwMDI= 17822 +ZXN5 17823 +IHJlc2VydmU= 17824 +INC80L7QvNC10L3Rgg== 17825 +IGRlcGxveWVk 17826 +IGRlZmluaW5n 17827 +IHNhdQ== 17828 +IGdhYXQ= 17829 +Iik= 17830 +IHRyYW5zbWl0 17831 +IHB1Ymxpc2hpbmc= 17832 +IHJhbmtpbmc= 17833 +IG9mZmVuc2U= 17834 +IDQ2 17835 +cGlu 17836 +IFRha2luZw== 17837 +IGVudGl0bGVk 17838 +IGdlbnVpbmVseQ== 17839 +IHZhcmlhdGlvbnM= 17840 +IGZpbmRl 17841 +IHRhdQ== 17842 +IHVuZm9ydHVuYXRl 17843 +IFJhaA== 17844 +cG9ydHM= 17845 +IGPF 17846 +IG1vbmtleQ== 17847 +IGJyYWM= 17848 +d2Vp 17849 +bHVuZw== 17850 +IGFydGlm 17851 +IHN5cnVw 17852 +INCU0LDQsg== 17853 +IGxpZnRlZA== 17854 +IGNoZXo= 17855 +IEFkdmVudA== 17856 +IFN0b2Nr 17857 +IGRvbA== 17858 +0LzQtdC9 17859 +0LjRiNGM 17860 +IHlu 17861 +Z2lv 17862 +ZGV0 17863 +IGRlc3Nl 17864 +IGdyaQ== 17865 +IENoYWlybWFu 17866 +54U= 17867 +IGN1ZW50YQ== 17868 +YW5pbQ== 17869 +IGNyYWI= 17870 +IGVzY2Fs 17871 +IHByZW1pw6hyZQ== 17872 +IEdlZg== 17873 +IGRpbmluZw== 17874 +IHNldmVudGg= 17875 +IGNoYXNpbmc= 17876 +IFRvd2Vy 17877 +IGJydXRhbA== 17878 +IGZ1bmRhbWVudGFsbHk= 17879 +44Go44GG 17880 +0LvQtdC90LjRjw== 17881 +c3RhZ2U= 17882 +IGFjcXVpcw== 17883 +IGN5bGluZGVy 17884 +IGNvbW1hbmRlcg== 17885 +bWVt 17886 +IFVW 17887 +aGFwcHk= 17888 +IGVwc2lsb24= 17889 +IGludml0YXRpb24= 17890 +IGZhcm1lcg== 17891 +Y2hhaXI= 17892 +IGRlc3Rpbnk= 17893 +IHNvdmVyZQ== 17894 +IEhlYnJldw== 17895 +IHNlcnZhbnQ= 17896 +IGJldw== 17897 +IGdhc3Q= 17898 +dXRpZXM= 17899 +IGFkbWluaXN0cmF0aXZl 17900 +IENvbW1hbmQ= 17901 +w6l0YQ== 17902 +IG5pdHJvZ2Vu 17903 +6re8 17904 +IGFiaQ== 17905 +IHZpbGxhaW4= 17906 +IGJsYW5rZXQ= 17907 +IFNlbmQ= 17908 +IGJlYXRlbg== 17909 +soQ= 17910 +IHZvbHVudA== 17911 +IHNjaG9sYXI= 17912 +IEVtcGVyb3I= 17913 +IDQz 17914 +dmFibGU= 17915 +IER1cw== 17916 +IEdV 17917 +IHRhcmdldGluZw== 17918 +d3d3 17919 +IGFtZW5kbWVudA== 17920 +7IaM6w== 17921 +IHRpbmc= 17922 +IG5hc3R5 17923 +IGdhdWdl 17924 +INGA0L7QtA== 17925 +IEhhbnM= 17926 +WW91cg== 17927 +zrHOvQ== 17928 +IHByb2pldA== 17929 +IEhhd2FpaQ== 17930 +IHN1c3BpY2lvdXM= 17931 +IHNjaHc= 17932 +IHJlbW92YWw= 17933 +IGludHJpZw== 17934 +IE1V 17935 +IHBvbnRv 17936 +4KS+ 17937 +INC+0LHRgNCw0Lc= 17938 +IGd1ZXNzaW5n 17939 +cGFjZQ== 17940 +IG1vdGhlcnM= 17941 +IG1pbGxpbWV0ZXI= 17942 +0LvQtdC90LjQtQ== 17943 +5rKh5pyJ 17944 +IGF2YWlsYWJpbGl0eQ== 17945 +aWN6 17946 +5q2k 17947 +IGZyYWN0 17948 +IGJhc2Vz 17949 +a20= 17950 +IEJUUw== 17951 +IEZpZWxk 17952 +IGR6aWU= 17953 +IHNlZ3VuZG8= 17954 +IOuCmOuKlA== 17955 +IGxlZ2l0aW1hdGU= 17956 +aW1hcw== 17957 +INCy0L0= 17958 +IGNvcnJ1cHRpb24= 17959 +IHNtYXNo 17960 +IFZhbGVudA== 17961 +IGFsaWduZWQ= 17962 +IFBlbm5zeWx2YW5pYQ== 17963 +IGdhYg== 17964 +IEV1bg== 17965 +ZW50aA== 17966 +IE1vcm5pbmc= 17967 +IGNhbmRsZQ== 17968 +IGJhY2twYWNr 17969 +IElzbGFtaWM= 17970 +YcOnw7Vlcw== 17971 +IGVuY3J5 17972 +IG11c2hyb29tcw== 17973 +7YyM 17974 +ZGl0 17975 +IHRyYW5zaXQ= 17976 +IFdpc2NvbnNpbg== 17977 +IHBhcnRpY2lwYXRlZA== 17978 +IElscw== 17979 +IHVuZm9sZA== 17980 +toDr 17981 +IHByb2ZpdHM= 17982 +IHdhcm1pbmc= 17983 +IEdhbmc= 17984 +IG5ldHdvcmtpbmc= 17985 +IG1lZ2E= 17986 +IHRob3JvdWdobHk= 17987 +bGVtZW50cw== 17988 +IEht 17989 +IGRlY2lkaW5n 17990 +IGVtb3Rpb25hbGx5 17991 +IGV4aGF1c3RlZA== 17992 +INCf0L7Rgg== 17993 +Y2lkbw== 17994 +IEhUTUw= 17995 +IGNvcHlyaWdodA== 17996 +IG1lbG9keQ== 17997 +eWlt 17998 +IGFuZGVycw== 17999 +b3Nob3A= 18000 +IOuzvA== 18001 +IGF0aGxldGU= 18002 +IEdF 18003 +IGZyZXF1ZW50 18004 +IGRlc2lyZXM= 18005 +IG5lZWRpbmc= 18006 +IFl1bg== 18007 +IHJpZmxl 18008 +IGxvdmVy 18009 +J1Q= 18010 +IGRlbnNl 18011 +IHTDo28= 18012 +IG5vdGlmaWVk 18013 +IGlkaQ== 18014 +7Jet 18015 +7YY= 18016 +IGludGVyYWN0aW5n 18017 +IHJhcHBvcnQ= 18018 +0LXRgNC4 18019 +c2tp 18020 +IGJlc3Nlcg== 18021 +IG1hbnVmYWN0dXJlcg== 18022 +IEt5bGU= 18023 +IGFjY291bnRhYmxl 18024 +IFNhaw== 18025 +IFBpbA== 18026 +IERvbWlu 18027 +IHByZXN1bQ== 18028 +INCS0YHQtQ== 18029 +IHZpbmVnYXI= 18030 +IGd1YXJhbnRlZWQ= 18031 +55yL5Yiw 18032 +IGhhbmRsZWQ= 18033 +6Z+z 18034 +Y2F0 18035 +IGNpdmlsaXphdGlvbg== 18036 +IGFjY29tcA== 18037 +IFZN 18038 +w6ltb24= 18039 +IGRlemU= 18040 +IGdyYWRlcw== 18041 +IHNvbGx0ZQ== 18042 +IHN0YXJpbmc= 18043 +15DXqg== 18044 +YXJudA== 18045 +IGhvcml6b24= 18046 +IHRyYXZhaWw= 18047 +aG91cg== 18048 +56ys5LiA 18049 +IEVE 18050 +IERhaw== 18051 +IG55 18052 +IGNvbnZl 18053 +IENoYW0= 18054 +IGZpcm1z 18055 +IExpdQ== 18056 +INGB0YLRgNCw0L0= 18057 +IGxpYmVydA== 18058 +IGxlbnNlcw== 18059 +IGludGFrZQ== 18060 +INCy0YvQsQ== 18061 +IG1lbnNlbg== 18062 +aGVs 18063 +IHByYWN0aXRpb24= 18064 +IDM1MA== 18065 +44Kz 18066 +Rk8= 18067 +IGJlZHM= 18068 +IGFuY2VzdG9ycw== 18069 +IOyXhOyyrQ== 18070 +IGRpc3R1cmI= 18071 +IExhc3RseQ== 18072 +IFN1cHBvcnQ= 18073 +4Li14LmJ 18074 +IENvcm9uYQ== 18075 +IGVudGh1c2k= 18076 +INCy0L7Qt9C8 18077 +IOyCrOuejOs= 18078 +IDUy 18079 +YmlyZA== 18080 +IHJlZHVjZXM= 18081 +IOyeiOydhA== 18082 +IEdlbmU= 18083 +6rWQ 18084 +xJlw 18085 +IMOcYmVy 18086 +IGNvbmNlcm5pbmc= 18087 +dXNlcg== 18088 +IGNvbmNlbnRyYXRl 18089 +IFdIQVQ= 18090 +aXNob3A= 18091 +b255bW91cw== 18092 +bm9sZA== 18093 +IHN1Z2dlc3Rpbmc= 18094 +qbA= 18095 +IEZpc2g= 18096 +Li4uLi4uLi4= 18097 +IHZlc3NlbA== 18098 +IHRyYWJham8= 18099 +44G1 18100 +IE9jZWFu 18101 +5aeQ 18102 +eWc= 18103 +IHRvd25z 18104 +ZGVs 18105 +IHRlcnJpZnlpbmc= 18106 +IMOnYWzEscWf 18107 +IHNpbm8= 18108 +IGVhdHM= 18109 +IGdleg== 18110 +IGdlbWU= 18111 +IOyZhA== 18112 +IGNvbXBhcnQ= 18113 +IGltcGxlbWVudGluZw== 18114 +IFBvdHRlcg== 18115 +IEdlcm1hbnM= 18116 +IGfFgg== 18117 +IHRlbm5pcw== 18118 +IGNhcnBldA== 18119 +YXVlcg== 18120 +IFNhdWRp 18121 +eWVvbmc= 18122 +IGN1cnJ5 18123 +IEZvcmVzdA== 18124 +0YvQuw== 18125 +IGZpZnRlZW4= 18126 +IGJvbHRz 18127 +IHtc 18128 +rLQ= 18129 +IHNldHRsZW1lbnQ= 18130 +IGxhbmdl 18131 +IGJhbQ== 18132 +R2V0 18133 +7ZWZ 18134 +IHN3YXA= 18135 +IEtoYW4= 18136 +IGNvbW1lbmNl 18137 +IHF1YXJhbnRpbmU= 18138 +IHNjb3JlZA== 18139 +55Y= 18140 +IDE5NTA= 18141 +IHRoaWNrZXI= 18142 +IHPDu3I= 18143 +5Y+j 18144 +IExhcnJ5 18145 +IGFsbGV6 18146 +7Iuc64qU 18147 +IGfDvA== 18148 +IHNwZWN0YWN1bGFy 18149 +Ly8= 18150 +Ym90aA== 18151 +IHN0YXRz 18152 +5aaz 18153 +IE5hbmN5 18154 +IGJ1bnU= 18155 +IGNydXN0 18156 +IGFjdGl2YXRlZA== 18157 +IOq3uOue 18158 +b3V0aGU= 18159 +IHBvcnRz 18160 +IG5ldXJhbA== 18161 +IGphdw== 18162 +IG9ic2VydmF0aW9ucw== 18163 +IHZvaXQ= 18164 +YWJhbg== 18165 +4bqjaQ== 18166 +pqzrpbw= 18167 +b21lcw== 18168 +4K+L 18169 +cXVp 18170 +IGtpbmRuZXNz 18171 +0JE= 18172 +IDQx 18173 +IG1vZGVyYXRl 18174 +IGFuZ2Vscw== 18175 +IFRhbWI= 18176 +w6h0 18177 +IGNobG9y 18178 +IEJpbGx5 18179 +7LKY6w== 18180 +YWNvbg== 18181 +IHNlbGVjdGluZw== 18182 +IERlbHRh 18183 +IG51bGw= 18184 +ZGVubHk= 18185 +IGNpdWQ= 18186 +IHRlbmRlbmN5 18187 +IGJyZWFrZG93bg== 18188 +IG1pbnQ= 18189 +0YTQvtGA0Lw= 18190 +b3JwaA== 18191 +IGRhd24= 18192 +c3By 18193 +IFdJTEw= 18194 +w6RjaGxpY2g= 18195 +IHB1cHB5 18196 +NzAw 18197 +IOCupA== 18198 +IGZhaWxz 18199 +IENvbmM= 18200 +IHJlbGF0aXZlcw== 18201 +IGludml0aW5n 18202 +IGF1dG9ub20= 18203 +IGNvbXBvc2Vk 18204 +IHVuaXR5 18205 +IGRlY2lz 18206 +IGFjY2Vzc29yaWVz 18207 +IENhc3M= 18208 +IGJpc3Q= 18209 +IFRpcA== 18210 +7Ke4 18211 +IHB1bnQ= 18212 +IHLDoXA= 18213 +6YCy 18214 +QU5L 18215 +44Ga 18216 +ZXhpc3Q= 18217 +IGNvbXBhdGlibGU= 18218 +IG5lcg== 18219 +INC10LzRgw== 18220 +IGFwbGlj 18221 +IGJhcHQ= 18222 +IGZhaWxpbmc= 18223 +IFRhbWFt 18224 +IG9zY2lsbA== 18225 +IGxldHp0ZW4= 18226 +IHJlcGVhdGVkbHk= 18227 +IGp1bmdsZQ== 18228 +IFB1c2g= 18229 +aGFp 18230 +IM63 18231 +IGRlYWRseQ== 18232 +0Y/Qtg== 18233 +d2nEhQ== 18234 +IENvbW1vbg== 18235 +IM6V 18236 +IHNrYXRl 18237 +VEM= 18238 +IE1pbmk= 18239 +IGhvYmJ5 18240 +4bqnbg== 18241 +IHJvdXRlcw== 18242 +IGFtaWdvcw== 18243 +IGNvbmp1bg== 18244 +IHBhcnRuZXJzaGlwcw== 18245 +IG5vdm8= 18246 +IGF2ZXI= 18247 +IHBvdXZleg== 18248 +YnJpZGdl 18249 +IHByZW9j 18250 +aGlt 18251 +IHR1cmI= 18252 +IHNvYg== 18253 +IFNuYXA= 18254 +IOywuA== 18255 +bWludXRl 18256 +IHRyYWplY3Q= 18257 +dWrEmQ== 18258 +IGVhZ2Vy 18259 +IHJlZ3VsYXRvcnk= 18260 +IGJhbmtpbmc= 18261 +Ymxpbmc= 18262 +0YjRjA== 18263 +YcW8 18264 +IGJpemFycmU= 18265 +aXRhdGVk 18266 +ZGlyZQ== 18267 +IHRocmVhdGVuZWQ= 18268 +IHNoaW5pbmc= 18269 +IG5lc3Nl 18270 +IGNvcnBz 18271 +INGB0YM= 18272 +IHRlbGVz 18273 +IHRlbXA= 18274 +dGVt 18275 +INC60LDQvQ== 18276 +IGZldmVy 18277 +TmV3 18278 +IGhlYXZpZXI= 18279 +IFNhaA== 18280 +YnVk 18281 +IG91dHJvcw== 18282 +IOywvg== 18283 +IOuqhQ== 18284 +YXJyaW5n 18285 +IOq0nOywrg== 18286 +IE5hcA== 18287 +IHNlbWlu 18288 +IFRoYW4= 18289 +aWZz 18290 +IGRlc2Vu 18291 +INGC0LDQutC+0LU= 18292 +IGxvc2Vz 18293 +IEJhbHQ= 18294 +a29u 18295 +INC90LDQv9GA 18296 +IHZvaXM= 18297 +IE1vc2Nvdw== 18298 +IGNoYWlycw== 18299 +aGlz 18300 +IHJlZnVnZWVz 18301 +a2c= 18302 +IGtvbGU= 18303 +jag= 18304 +0LDRgdC40LHQvg== 18305 +pr0= 18306 +IFVuaXZlcnNl 18307 +IERpcmVjdA== 18308 +IGNoZWF0aW5n 18309 +IENpbg== 18310 +IHBhdHJp 18311 +IGFkdmlzZQ== 18312 +IE5ldGhlcg== 18313 +IHByaW1laXJv 18314 +IG1lbnRpb25pbmc= 18315 +bnV0 18316 +NTY= 18317 +YXLEsQ== 18318 +IHBldGl0ZQ== 18319 +YmxlZA== 18320 +IHBlbnNhcg== 18321 +aWNpbw== 18322 +SU5E 18323 +IHZldGVyYW4= 18324 +IGxhZGRlcg== 18325 +IGNvbnNlcXVlbmNl 18326 +0L7QttCw0Ls= 18327 +IEJ1cm4= 18328 +IHJ1Zw== 18329 +IE1hZGU= 18330 +IGdpdA== 18331 +Ii4uLg== 18332 +IGNvbXBldGl0b3Jz 18333 +IHByemVk 18334 +IGFwcGFyZW50 18335 +IEFyZ2VudGluYQ== 18336 +IFdvcmtpbmc= 18337 +IGNvbGxhYm9yYXRl 18338 +d29tYW4= 18339 +IHJldGFpbg== 18340 +IGxldXJz 18341 +IGRhc2hib2FyZA== 18342 +15nXkw== 18343 +IEVhcmx5 18344 +Qk0= 18345 +INC10ZE= 18346 +0L7Qu9C+0LM= 18347 +IHNhdGlzZnlpbmc= 18348 +IG9mdGVudGltZXM= 18349 +IG1hcHBpbmc= 18350 +w7xua8O8 18351 +YXJ0aA== 18352 +Zm9sZA== 18353 +IGxhdW5jaGluZw== 18354 +IGF1cmE= 18355 +IHByZWNpc2lvbg== 18356 +d29ya3M= 18357 +R29k 18358 +IHN0cmFw 18359 +IEltcGVy 18360 +IHJpdmVycw== 18361 +IHw= 18362 +IGN1ZXI= 18363 +cmVnb24= 18364 +IGFycml2YWw= 18365 +0LrQsNGF 18366 +IE1pYW1p 18367 +0LDQvdGL 18368 +IHN1cnZpdm9ycw== 18369 +IFNlbmlvcg== 18370 +RGF2aWQ= 18371 +IGVzdGFkbw== 18372 +IHNlY3RvcnM= 18373 +IHBvcHBpbmc= 18374 +IGNoaW0= 18375 +YXnEsQ== 18376 +IGt1bm5lbg== 18377 +IGdhbGxlcnk= 18378 +IHN1bmxpZ2h0 18379 +ZXNlaGVu 18380 +IHllbGxpbmc= 18381 +IE1laW4= 18382 +IFBob2VuaXg= 18383 +IG1hbm8= 18384 +IGhpc3Rvcmlh 18385 +IG9jY3VycmluZw== 18386 +5qy4 18387 +7Lg= 18388 +0LDQtNC4 18389 +5b6F 18390 +IGluc3RpdHV0aW9uYWw= 18391 +IFR1dA== 18392 +57I= 18393 +IHNsYXZlcw== 18394 +44Gp44GG 18395 +IGZvcmdpdmVuZXNz 18396 +IHR3aW4= 18397 +IEh5dW4= 18398 +0L3RjA== 18399 +IEtvbW0= 18400 +YW5kcmE= 18401 +c2hvdA== 18402 +c3PDpA== 18403 +INGG0LU= 18404 +YXR0YQ== 18405 +IGV4cGVuc2U= 18406 +IEdQVQ== 18407 +IFBhc3Q= 18408 +cmlibHk= 18409 +IOutkOyVvA== 18410 +INCz0L7QtNCw 18411 +IHJlc3Bpcg== 18412 +5p2x 18413 +IFF1ZWVucw== 18414 +aG9wcw== 18415 +IHPDqXJpZQ== 18416 +IHByZWY= 18417 +IGNvbWVk 18418 +IHBsdXQ= 18419 +IE92ZXJhbGw= 18420 +IOOBnQ== 18421 +IGN1c2g= 18422 +IHJpbmdpbmc= 18423 +IGluY29ycmVjdA== 18424 +INGB0YLRgA== 18425 +IGdlb21ldHJ5 18426 +IGFkdmVydGlz 18427 +INCo 18428 +IHJldmlld2Vk 18429 +44GC44GC 18430 +IGRvemVucw== 18431 +IGRldGVybWluYXRpb24= 18432 +IFBoaWxs 18433 +IGNvbnRyaWJ1dGVk 18434 +IENpdA== 18435 +IHBhc3NlbmdlcnM= 18436 +IGPDtHTDqQ== 18437 +IHJldmVy 18438 +IHRlY2hub2xvZ2ljYWw= 18439 +IGFsbGVu 18440 +IHJhaW5pbmc= 18441 +YXZp 18442 +IHNhbHR5 18443 +IHR5cGluZw== 18444 +INGC0LU= 18445 +IHRpbHQ= 18446 +IOy5mA== 18447 +INC+0YA= 18448 +INC/0YDRj9C8 18449 +IHJvdQ== 18450 +IGFyZW5h 18451 +YXJhdA== 18452 +5Yir 18453 +SEhISA== 18454 +IG1hbnVmYWN0dXJlcnM= 18455 +IEVkd2FyZA== 18456 +IHR1Y2s= 18457 +IGJsb3dz 18458 +aW5nbw== 18459 +IE1hcmM= 18460 +7JWE7ISc 18461 +TWljaA== 18462 +IENsZWFu 18463 +6LQ= 18464 +ZXN0bw== 18465 +IFBhY2s= 18466 +IHNoYWZ0 18467 +QlJVTk8= 18468 +IGF2ZW4= 18469 +dXVy 18470 +0YHQutC+0LvRjNC60L4= 18471 +6rSA 18472 +IGF1dG9tYXRlZA== 18473 +IHZlbnR1cmU= 18474 +IHN1cnZlaWxsYW5jZQ== 18475 +IEdyb3c= 18476 +IEVtZXI= 18477 +INC00L7RgA== 18478 +IGludmVzdG9y 18479 +IFlvaw== 18480 +IGxhdHRlcg== 18481 +IE5J 18482 +IGZ1bmN0aW9uaW5n 18483 +IEhhbWlsdG9u 18484 +IDUx 18485 +IG11cmRlcmVk 18486 +IGFuY2hvcg== 18487 +IGN1Yw== 18488 +IFNDUA== 18489 +IE1hZGFt 18490 +IGNvbnN0cmFpbnRz 18491 +IGJhcm4= 18492 +YW5rZW4= 18493 +IOunjuydgA== 18494 +IE1vdG9y 18495 +IERvaW5n 18496 +IGFtZW4= 18497 +ZXR0cw== 18498 +IGluc3RydWN0b3I= 18499 +ZWd0 18500 +YWtv 18501 +IHBvc3R1cmU= 18502 +aXZpYQ== 18503 +IFBvbGlzaA== 18504 +INC00LLQsA== 18505 +IGNvbG9yZnVs 18506 +IGVsYm93 18507 +IHBhcmxl 18508 +IHBhc3Nlcg== 18509 +IGNvbmRlbQ== 18510 +b3J0YWw= 18511 +IGZlcnRpbA== 18512 +2KfYrw== 18513 +IENvbG9tYg== 18514 +IGFsaWdubWVudA== 18515 +IGFzdHJvbmF1dA== 18516 +IE11dA== 18517 +IHNhbG1vbg== 18518 +IHN0cnVjdHVyZWQ= 18519 +nteo 18520 +IGNsaWNrcw== 18521 +IG1pZWo= 18522 +5pS/ 18523 +44GE44KE 18524 +IFJvdW5k 18525 +IHJhaW5ib3c= 18526 +IFZB 18527 +44GU44GW 18528 +7KeI 18529 +b3R6 18530 +LDwv 18531 +IE5pY29sZQ== 18532 +bGlzaGluZw== 18533 +IHdoaWxzdA== 18534 +IHJlcHVibGlj 18535 +IHRhbWFt 18536 +dmVydGVk 18537 +IHJlY29nbml6aW5n 18538 +INCz0LvQsNCy 18539 +IGR1Yg== 18540 +IEpvcw== 18541 +ZmFsbHM= 18542 +aWNoaQ== 18543 +IGN6xJk= 18544 +INCm 18545 +IE1pdGNo 18546 +Q1I= 18547 +Y2xpY2s= 18548 +44GE44Gm 18549 +IHN0dW5uaW5n 18550 +IEp1bGlh 18551 +bWVycw== 18552 +IFBvbHk= 18553 +IGRlc3Nh 18554 +IGludMOp 18555 +IOqzoOs= 18556 +IGRvxJ8= 18557 +IGRpdmVy 18558 +IHN0cmlraW5n 18559 +YXBob3I= 18560 +IGFwZW5hcw== 18561 +b3VzZXM= 18562 +IHRyYWdlZHk= 18563 +IEZhbg== 18564 +IFR1cmtpc2g= 18565 +IHByb3BoZXQ= 18566 +IGRpc3RhbmNpbmc= 18567 +IEhlbQ== 18568 +IGNhcnRvb24= 18569 +S2U= 18570 +YW50aW5n 18571 +IENsYXJr 18572 +578= 18573 +IGRhdm9u 18574 +IO2F 18575 +IHl1bW15 18576 +IGNvbXByb21pc2U= 18577 +IHN0YXJ0dXA= 18578 +cml0dA== 18579 +IGNlcnRpZmllZA== 18580 +IHBpbGxvdw== 18581 +YmVyZQ== 18582 +7KSA 18583 +IHNlZ3Vpcg== 18584 +IHN0YWRpdW0= 18585 +YXRpdm8= 18586 +IHNpbXBsZXI= 18587 +s7g= 18588 +IHZpc2E= 18589 +IHBhdGh3YXk= 18590 +IG51ZXZv 18591 +IHJheQ== 18592 +44OQ 18593 +6Zw= 18594 +w7bDnw== 18595 +INC30LDQvQ== 18596 +IGNlbGVicml0eQ== 18597 +0LfQsA== 18598 +IGVpbmVz 18599 +IEdpdmVu 18600 +IEFyYQ== 18601 +IEpvYg== 18602 +IHlhaw== 18603 +IEFyYmVpdA== 18604 +cmVzc2luZw== 18605 +w6FuZA== 18606 +IGdyYWJiZWQ= 18607 +cGVuZA== 18608 +IHNpbmU= 18609 +aXJr 18610 +INCe0YI= 18611 +IEZsZQ== 18612 +aWNoZW4= 18613 +56Y= 18614 +IE5laWw= 18615 +6Jmf 18616 +IHJlcGVhdGluZw== 18617 +IGRyYXdpbmdz 18618 +cmlzZQ== 18619 +IGdsaXR0ZXI= 18620 +Zml2ZQ== 18621 +IHN1cnQ= 18622 +IHNpY2hlcg== 18623 +IGFkanVzdG1lbnRz 18624 +IOmCow== 18625 +aXBwaQ== 18626 +Y2tl 18627 +IHJlcHJlc2VudGF0aXZlcw== 18628 +IG1pZHN0 18629 +IHNwb2ls 18630 +bWV5ZQ== 18631 +IHRhZ3M= 18632 +IHllcA== 18633 +IFN0ZXBoYW5pZQ== 18634 +IGdlcmU= 18635 +IFJ1ZA== 18636 +54s= 18637 +IGdyb3M= 18638 +IHF1ZXVl 18639 +IGFjY29yZA== 18640 +IG9yZ2FuaXNhdGlvbg== 18641 +ZW5keQ== 18642 +IFRleHQ= 18643 +w7x5b3I= 18644 +IMOt 18645 +IGNvbmNsdXM= 18646 +IOykgOs= 18647 +IGFtcA== 18648 +IExlc3M= 18649 +IOuQmOuKlA== 18650 +Y2Fubw== 18651 +IFBpeA== 18652 +YXBlZA== 18653 +IGRhcmF1Zg== 18654 +dW8= 18655 +eW50aA== 18656 +YWJlbA== 18657 +IERvbmU= 18658 +IGRpY2s= 18659 +YXRob24= 18660 +IGhpbGFy 18661 +YWNjbw== 18662 +IOyGjQ== 18663 +IE9yZWdvbg== 18664 +IFdlaWw= 18665 +IG1hdGhlbWF0aWNz 18666 +IGFsbQ== 18667 +IHBpeGVscw== 18668 +IGZyw6Vu 18669 +0LHQvg== 18670 +RkM= 18671 +0L3Rjg== 18672 +aGVpbQ== 18673 +Z29z 18674 +IEZvcmdldA== 18675 +ZmVuZA== 18676 +IFZvaWzDoA== 18677 +IEdyZWV0 18678 +IM6xz4XPhA== 18679 +IHJlY3Vy 18680 +5pS2 18681 +NTE= 18682 +IOyeiOqzoA== 18683 +QXQ= 18684 +IHlhcmRz 18685 +0LjRgtC4 18686 +IG9mZnNldA== 18687 +cm9sbGluZw== 18688 +INCf0L7RgQ== 18689 +IGVubGlnaHQ= 18690 +IFBhZA== 18691 +bGltaXRlZA== 18692 +0LjQu9GM0L3Qvg== 18693 +IFNhcmE= 18694 +INGB0LTQtdC70LDRgtGM 18695 +bWFydA== 18696 +IEp1bXA= 18697 +IGFkb3JhYmxl 18698 +b3JzZQ== 18699 +Y2hlZXJpbmc= 18700 +IGVtcGF0aHk= 18701 +IFRvbmlnaHQ= 18702 +b3Jw 18703 +IEh1bnRlcg== 18704 +UG9pbnQ= 18705 +0LPQsA== 18706 +IHBhc3Nlbmdlcg== 18707 +IEtuaWdodA== 18708 +IHNlZW1pbmdseQ== 18709 +aHVo 18710 +IHRoZWF0cmU= 18711 +IHRvbWI= 18712 +IGRlcHJlc3NlZA== 18713 +IHN1bW1vbg== 18714 +IHNhdGlzZmFjdGlvbg== 18715 +ZG9vcnM= 18716 +IEhvdXN0b24= 18717 +0LDRjtGJ 18718 +IFJpbw== 18719 +0LPQu9GP 18720 +IGFycmFuZ2Vk 18721 +IGhhbmRsZXM= 18722 +IHRyaWxsaW9u 18723 +IG5pZ2h0bWFyZQ== 18724 +IFF1YW5kbw== 18725 +IG9sZQ== 18726 +IEd1aWRl 18727 +b29v 18728 +IGJpbGU= 18729 +IGVtcGV6 18730 +IDcy 18731 +Y3JpYmVk 18732 +IHByb2dyZXNzaW9u 18733 +IExpbnV4 18734 +66as 18735 +IOyymOydjA== 18736 +IGZvc3NpbA== 18737 +IHF1ZXJv 18738 +7Iah 18739 +YXRpdmE= 18740 +IHB1eno= 18741 +IFp1cw== 18742 +44Kq 18743 +IHRocmlsbGVk 18744 +IENC 18745 +IG1pbmVy 18746 +0YDQsNGJ 18747 +IFNBUg== 18748 +IE5vcw== 18749 +INCz0L7RgNC+0LQ= 18750 +IGNhbWI= 18751 +INGC0LA= 18752 +IHJlc3VsdGVk 18753 +IERpY2s= 18754 +b3VuZw== 18755 +IGNvbWljcw== 18756 +IGFic29sdXQ= 18757 +c3Rhbg== 18758 +ZGltZW5zaW9uYWw= 18759 +IHRlbnNl 18760 +bXVz 18761 +IEludGVsbA== 18762 +INGN0YLRgw== 18763 +IHBoYXNlcw== 18764 +IHZvbHRh 18765 +IHbDo28= 18766 +Ym91bmQ= 18767 +IEFuZGVyc29u 18768 +IGN1cmlvc2l0eQ== 18769 +IHBvbnQ= 18770 +6YCZ6KOh 18771 +IGRlbW9uc3RyYXRlZA== 18772 +b2xpbmU= 18773 +IFNwZWVk 18774 +IG1hbWE= 18775 +IHNob2NraW5n 18776 +IGtpZWR5 18777 +IGVhcnRocXVha2U= 18778 +IGltcGxpZXM= 18779 +IGVudGVycw== 18780 +noA= 18781 +IGVsZXZhdG9y 18782 +IGRlbGlnaHRlZA== 18783 +IE1pdHQ= 18784 +IEJhc2Vk 18785 +IERvbA== 18786 +IGtlbg== 18787 +IHdvcnJ5aW5n 18788 +IGZpbGVk 18789 +YWlsYW5k 18790 +INC80LXRgg== 18791 +IG1hc2M= 18792 +IM6R 18793 +IEp1bGll 18794 +IGRpbWVuc2lvbmFs 18795 +aHVtYW4= 18796 +VG9r 18797 +w78= 18798 +IHVuc3Q= 18799 +IHNldWxl 18800 +IGVtYmFy 18801 +IO2VqeuLiOuLpA== 18802 +YWNpb24= 18803 +IOyJ 18804 +IOu2gOu2hA== 18805 +IGhlYXRlZA== 18806 +4oCm4oCm 18807 +IiE= 18808 +IHJlYWxpc2U= 18809 +0LXRgtGL 18810 +aWVuaWE= 18811 +aWV6 18812 +IGbDvGg= 18813 +IEVzc2U= 18814 +IHBz 18815 +IGTDsw== 18816 +YXN0ZXJz 18817 +IG9ucw== 18818 +UE0= 18819 +IHJldHJv 18820 +bWFrZXI= 18821 +d2hlbg== 18822 +IGVsbGE= 18823 +IExpdmluZw== 18824 +IExhbQ== 18825 +IHRyb25n 18826 +IGFwcHJvdmU= 18827 +IM64zrE= 18828 +IHN1bmc= 18829 +0LXQvdC40Y4= 18830 +IFJlbW92ZQ== 18831 +w6huZQ== 18832 +aXJlbg== 18833 +IHN0cmFuZ2Vy 18834 +0LjQvdGL 18835 +IHbDpg== 18836 +YWZ0ZXI= 18837 +b3R0bw== 18838 +lOuhnA== 18839 +IEFob3Jh 18840 +bWlsbA== 18841 +SVNI 18842 +IGdyYWR1YXRpbmc= 18843 +a3Rl 18844 +IHJlbm92 18845 +IHByb2Nlc3NlZA== 18846 +a2V5cw== 18847 +0LXQutC+ 18848 +IGVucmljaA== 18849 +IMWfZWs= 18850 +IGluc2Vj 18851 +IE5hbg== 18852 +Y2FrZXM= 18853 +IGlsbHVzaW9u 18854 +mOulvA== 18855 +IGFpcmw= 18856 +aW1z 18857 +IGFudGVu 18858 +4buvbmc= 18859 +c24= 18860 +IHByZWNpc2E= 18861 +6riw7J6Q 18862 +INin2YTYuQ== 18863 +IGZvcmVtb3N0 18864 +IHBhcmFncmFwaA== 18865 +YXZhaXM= 18866 +INCy0L7RgQ== 18867 +IG1hbnM= 18868 +w61maWM= 18869 +Ym90 18870 +INi52YY= 18871 +IGJyb3Ro 18872 +IGFsdGVybmF0ZQ== 18873 +IENoYXB0ZXI= 18874 +IHZlY3RvcnM= 18875 +ZXNhcg== 18876 +IGluZGljYXRpb24= 18877 +IE5laW4= 18878 +toE= 18879 +IGplYW5z 18880 +WUU= 18881 +Y29uZA== 18882 +IHVuaXRlZA== 18883 +YWJp 18884 +IFNlcmdl 18885 +IHBhcnRpYWxseQ== 18886 +IG1hY3Jv 18887 +5omN 18888 +5by1 18889 +IGV0aGljYWw= 18890 +cnVpdA== 18891 +IHNoaWZ0ZWQ= 18892 +IGNhYmU= 18893 +IG1hdGhlbWF0aWNhbA== 18894 +IHJ1ZGU= 18895 +15nXldeq 18896 +IE1lcmM= 18897 +IGdhbnpl 18898 +aWNpb24= 18899 +IHVuY29uc2Npb3Vz 18900 +IGJ1cm50 18901 +INGA0LXQsQ== 18902 +7Yq46w== 18903 +IGNoYXJt 18904 +YW5kYWw= 18905 +7LKc 18906 +b3RoeQ== 18907 +IEhhZGk= 18908 +IGFwcHJlY2lhdGlvbg== 18909 +RU5E 18910 +IHLDqWFs 18911 +toTrk6Q= 18912 +IE5hZw== 18913 +oKTqs6A= 18914 +IExhdXJlbg== 18915 +IHbhu5tp 18916 +IEJyaWRnZQ== 18917 +IFVtbQ== 18918 +IFdlZw== 18919 +IGNoYXF1ZQ== 18920 +IFNvcGg= 18921 +IGdkemll 18922 +7ZGc 18923 +IHN0ZXI= 18924 +IEJsYQ== 18925 +IHJlZmxlY3Rz 18926 +IGJlbmNobWFyaw== 18927 +0LLQsNGC 18928 +YW1pbmU= 18929 +44Gh44KD 18930 +IGFuaA== 18931 +IGNvbnRpbmVudA== 18932 +IEZEQQ== 18933 +7KGw 18934 +IMOqdGVz 18935 +15nXkA== 18936 +5byA 18937 +IGJsb29keQ== 18938 +IE5pbmU= 18939 +aWVsdA== 18940 +ZW1hbmQ= 18941 +IOuztOqzoA== 18942 +IHRpZGFr 18943 +IFNjaWVudA== 18944 +cGxleA== 18945 +b3N0ZW4= 18946 +IGFuaW1hdGVk 18947 +YXNzYQ== 18948 +IGRlcml2ZWQ= 18949 +INC40YHRgtC+0YA= 18950 +IE1pZw== 18951 +7IWY 18952 +IHJvcw== 18953 +cGx1cw== 18954 +b3NhdXI= 18955 +IF4= 18956 +IGludGVuc2l2ZQ== 18957 +IGdsb2JhbGx5 18958 +IGRpZmVyZW4= 18959 +7J206rOg 18960 +5L2g55qE 18961 +xIVk 18962 +IGTDqXM= 18963 +IHByZXNlbnRhdGlvbnM= 18964 +IENybw== 18965 +IGVzc2Vz 18966 +IEJldHdlZW4= 18967 +UGE= 18968 +IG5hdw== 18969 +4Lit4LiH 18970 +IGJyZWVk 18971 +aWNodGU= 18972 +INCe0L3QuA== 18973 +IEJ1aWxkaW5n 18974 +IGNvbmZvcm0= 18975 +TU8= 18976 +INCW 18977 +IEtpZA== 18978 +bmFz 18979 +IER1ZQ== 18980 +csOpcw== 18981 +IGRpb3g= 18982 +IEJpbg== 18983 +IHRheGk= 18984 +IHNhcA== 18985 +IEh1Yg== 18986 +54K65LuA6bq8 18987 +IGNlbnRlcmVk 18988 +IHN1cmdl 18989 +IGF2b25z 18990 +IGxlYXJudA== 18991 +IFlhbQ== 18992 +IERpZXNl 18993 +0L3QuNC60Lg= 18994 +IEJlaWo= 18995 +V2lsbA== 18996 +IGF0dGVtcHRlZA== 18997 +IGdyaWVm 18998 +w7Nq 18999 +IGtpZG5leQ== 19000 +IG9wcG9uZW50cw== 19001 +5pu0 19002 +IG5vbWU= 19003 +NTc= 19004 +0Y/RgtC90L4= 19005 +IG1pZG5pZ2h0 19006 +QW5ub3VuY2Vy 19007 +YWNpdHk= 19008 +b25lZA== 19009 +IHB1ZWRlcw== 19010 +IHByb2JsZW1hdGlj 19011 +IGNvcHM= 19012 +IFBldGU= 19013 +cmludA== 19014 +dW50ZWQ= 19015 +IGJpcA== 19016 +5qI= 19017 +IMOA 19018 +IGNlbnM= 19019 +YXRpdmVseQ== 19020 +IOS4jQ== 19021 +IHVyZ2VudA== 19022 +IHN0cnVnZ2xlZA== 19023 +YWNodXM= 19024 +IG1pY3Jvd2F2ZQ== 19025 +IFNpZGU= 19026 +IERlbm4= 19027 +INGP0LI= 19028 +IHVyZ2U= 19029 +IGZvcmNpbmc= 19030 +d2FuZw== 19031 +INC60L7RgtC+0YDQsNGP 19032 +IG1hbW0= 19033 +IPCfjg== 19034 +IHRyaWJlcw== 19035 +IFNoYWRvdw== 19036 +IFNhbmc= 19037 +IEhpdGxlcg== 19038 +IGx1bg== 19039 +IHNjZW50 19040 +7KeR 19041 +IG92ZXJ3aGVsbWVk 19042 +IGJvbWJz 19043 +IGNyaW1pbg== 19044 +IGNvbnNvbGlk 19045 +IG1vbGVjdWxhcg== 19046 +15XXpw== 19047 +bm9y 19048 +IHBlcmNlaXZlZA== 19049 +IHbDqQ== 19050 +IGFsdG9nZXRoZXI= 19051 +IG9ydGg= 19052 +IHZlbQ== 19053 +IHp3YXI= 19054 +aXpv 19055 +xas= 19056 +IG1lbHRlZA== 19057 +b3JkZW4= 19058 +IENoYXJsb3R0ZQ== 19059 +IEV4Y2Vs 19060 +YXJ0YQ== 19061 +7Jyg 19062 +IEdldw== 19063 +IHJvbWFuY2U= 19064 +ZXJlbW9z 19065 +IGNvbG9uaWFs 19066 +IHRyYWRpdGlvbmFsbHk= 19067 +IHF1YW4= 19068 +aG9v 19069 +IGNoYW1waW9uc2hpcA== 19070 +IGFyYml0cg== 19071 +7IWU 19072 +INC80LjQvQ== 19073 +IHNlbGZpc2g= 19074 +IGJsZXc= 19075 +cnlpbmc= 19076 +IG9wZXJhdG9ycw== 19077 +IGp1cmlzZA== 19078 +j4U= 19079 +dWl0aW9u 19080 +IEVD 19081 +IEFueWJvZHk= 19082 +dmF0ZQ== 19083 +aWV0aWVz 19084 +IGFuYWx5c3Q= 19085 +tOyXkA== 19086 +INCy0YHQtdCz0LTQsA== 19087 +w6dlaw== 19088 +IEt1bg== 19089 +IGFnaW5n 19090 +1aE= 19091 +0YDQsNGE 19092 +IE1vbWVudA== 19093 +IEh1YQ== 19094 +6IM= 19095 +dGhlbg== 19096 +0LXQu9Cw 19097 +ZXN0b25l 19098 +IGVuZGU= 19099 +IGF3YXJkZWQ= 19100 +IG7DpGNoc3Rlbg== 19101 +IFNwb3Q= 19102 +IE5lZw== 19103 +IGZhaXJ5 19104 +5Luj 19105 +IENvdmVy 19106 +IGRlcG9zaXQ= 19107 +IHN0cmVzc2Z1bA== 19108 +IGp1bms= 19109 +IG1ldGFib2w= 19110 +SmE= 19111 +IOq3gA== 19112 +IHVuZGVyZ3JhZHVhdGU= 19113 +IGNhbmNlbGw= 19114 +IGNvbnNlbnN1cw== 19115 +IG9zbw== 19116 +6YeR 19117 +4bq3 19118 +xJ9lcg== 19119 +cmFkYQ== 19120 +IFBhbGFjZQ== 19121 +IHBlZGFs 19122 +IGV4YWdnZXI= 19123 +IGJlaGF2aW9yYWw= 19124 +cGxheWVy 19125 +bGxlcw== 19126 +IGNvbm5lY3Rvcg== 19127 +IHNrZXB0 19128 +jZTrnbzqs6A= 19129 +IG1pdHQ= 19130 +IEhhaGE= 19131 +IHBlcXVl 19132 +IEdvdHQ= 19133 +ZmFuZw== 19134 +4LA= 19135 +am9z 19136 +IGtpY2tpbmc= 19137 +IG1vdW50ZWQ= 19138 +IHJlcGxhY2luZw== 19139 +dm9z 19140 +IHF1aWV0bHk= 19141 +IG1pbGl0 19142 +IG93bnM= 19143 +IG5pdmVhdQ== 19144 +IGF1cg== 19145 +IEJ1eQ== 19146 +IHByZWRpY3RlZA== 19147 +IGNvd3M= 19148 +IHBvbmVy 19149 +IERyaQ== 19150 +IHJlbWFya3M= 19151 +IHJlcG9ydGVy 19152 +IGFya2FkYcWf 19153 +0LXRgdGC0Lg= 19154 +IHNhdmVz 19155 +IMOnb2M= 19156 +IG1ldGFwaG9y 19157 +IEtlbA== 19158 +c3RhdGlvbg== 19159 +c2VtYmx5 19160 +IGFkdmlzb3I= 19161 +IHdvcmtzaG9wcw== 19162 +IGFjY291bnRpbmc= 19163 +IHRvaw== 19164 +bmllcg== 19165 +aW5uZXI= 19166 +IGJ1cmFkYQ== 19167 +IEJC 19168 +IE9seW1waWM= 19169 +IFByYWN0 19170 +Q2hyaXN0 19171 +INGB0Y4= 19172 +IGthcw== 19173 +IHZpZXdlZA== 19174 +IG1hcmtlcnM= 19175 +IGZvdG8= 19176 +Z2V0aWM= 19177 +IEx1Y2Fz 19178 +IHBhZHM= 19179 +IEpvaA== 19180 +IENEVQ== 19181 +YWZmZW4= 19182 +YXJlbQ== 19183 +IEJlY2s= 19184 +IEdvc2g= 19185 +c2hpdA== 19186 +44GM44Go44GG 19187 +IE1hdGVy 19188 +YWJ1bGFyeQ== 19189 +IFJvb20= 19190 +bGxlbg== 19191 +IEZvbGxvd2luZw== 19192 +IGRvaXQ= 19193 +YmFsbHM= 19194 +aXhh 19195 +IGdyb3VuZHM= 19196 +IOyeiOuKlOuNsA== 19197 +TFM= 19198 +IHdpbGRsaWZl 19199 +IFNRTA== 19200 +IHNoaWZ0cw== 19201 +5LiA6bue 19202 +Qm9vaw== 19203 +IGhvc3RlZA== 19204 +bGxvcg== 19205 +IHNuYXBz 19206 +IGJlc29pbg== 19207 +INep15Q= 19208 +IHBlYW51dA== 19209 +w6RmdA== 19210 +uaA= 19211 +xZts 19212 +QXVkaWVuY2U= 19213 +IEJhcmJhcmE= 19214 +IGFkb3B0aW9u 19215 +IHdvbGY= 19216 +INC+0YHQvdC+0LI= 19217 +YXJkYQ== 19218 +IGV4cG9zZQ== 19219 +IOym 19220 +amFz 19221 +xJM= 19222 +IGNvdW50bGVzcw== 19223 +IOyngQ== 19224 +aGVhbHRo 19225 +dWVudA== 19226 +aXNv 19227 +b3Rpb24= 19228 +IGh1bmdlcg== 19229 +IG1vaXM= 19230 +b2Zmcw== 19231 +IGNsYWltaW5n 19232 +IM6a 19233 +IEJlbGc= 19234 +INC90LDQuQ== 19235 +6riw64+E 19236 +IHVucHJl 19237 +IGdlZA== 19238 +IElv 19239 +INC/0L7RgdC80L7RgtGA 19240 +IGNvxZs= 19241 +IE5hcnJhdG9y 19242 +IMOHb2s= 19243 +7Zmp 19244 +4Lit4Lii 19245 +Y2lwbA== 19246 +IHRpbWVy 19247 +IGRlZmlj 19248 +YXZpbg== 19249 +IGNhdGVnb3I= 19250 +IHRocm93cw== 19251 +IOuCnA== 19252 +INC/0L7RgdC70LXQtA== 19253 +IFRoYWk= 19254 +IG1hc2N1bA== 19255 +IGJla29tbWVu 19256 +IGludGVybmF0aW9u 19257 +dWxzZQ== 19258 +IGF5ZQ== 19259 +IHBvaQ== 19260 +IHBpeGVs 19261 +Q2hyaXM= 19262 +IHN0b3Zl 19263 +zr/OuQ== 19264 +IGdlbmVyYXRvcg== 19265 +IOy7rOs= 19266 +IGFjYWRlbQ== 19267 +IHByYWN0aWNlZA== 19268 +IGFxdWVzdA== 19269 +IGNvbnRyaWJ1dGluZw== 19270 +IEln 19271 +IOG7nw== 19272 +IGNvbnRhaW5pbmc= 19273 +IHdyZXN0bGluZw== 19274 +INGH0LXQs9C+ 19275 +aGF1cHQ= 19276 +IGVzc2Fz 19277 +dmVsb3Bl 19278 +IGV4Y2VwdGlvbmFs 19279 +WVU= 19280 +IEFwcGxhdXNl 19281 +cmljYW5l 19282 +IGNvbnZlbmllbmNl 19283 +INC00LXQu9Cw0YLRjA== 19284 +0LjQu9C40YHRjA== 19285 +IEVudmlyb24= 19286 +ODU= 19287 +IGPDog== 19288 +IOyViOuFle2VmOyEuOyalA== 19289 +IE1P 19290 +IFBvcGU= 19291 +IHNhaA== 19292 +b2Jp 19293 +IG1hc3RlcnM= 19294 +YWluZXM= 19295 +IGJsZXNzaW5ncw== 19296 +IG9iZXk= 19297 +IGZsdXg= 19298 +IGJyb3c= 19299 +IOyLpA== 19300 +IHBvcHVsYXJpdHk= 19301 +IExhbWI= 19302 +emV1Zw== 19303 +7JmU 19304 +j4TroZ0= 19305 +aXR1YXRpb24= 19306 +IGFjY29tcGFu 19307 +IGRpYWxvZw== 19308 +IEphbWll 19309 +5Yqg5rK5 19310 +IHNld2luZw== 19311 +IGJsZWVkaW5n 19312 +IGJhaWw= 19313 +IHRocmVhZHM= 19314 +b2RnZQ== 19315 +IFNoYW5n 19316 +IGRlcGxveW1lbnQ= 19317 +Y2hlZA== 19318 +IHNhdGlzZnk= 19319 +IGxheg== 19320 +IG1pc3NpbGU= 19321 +IExpbmtlZA== 19322 +IG1ha2Vycw== 19323 +Y2l1bQ== 19324 +ZnJl 19325 +IOuovA== 19326 +IOustOs= 19327 +IEVkZ2U= 19328 +IHNvY2lldGllcw== 19329 +IGFndWE= 19330 +IHN5bmNocm9u 19331 +oaA= 19332 +dW5mdA== 19333 +IHVubQ== 19334 +IHRyaWFuZw== 19335 +IGluanVzdA== 19336 +dG9w 19337 +IG9yYWw= 19338 +a29y 19339 +IO2VqA== 19340 +bGRpZ3Q= 19341 +Y2XEnw== 19342 +cXVldA== 19343 +IExlbw== 19344 +IHNhdm9pcg== 19345 +IGVhc3Rlcm4= 19346 +aWV1 19347 +IGV4cGVk 19348 +INCh0L8= 19349 +IHVubmVjZXNzYXJ5 19350 +IFBlcmZvcm0= 19351 +IE1pbmc= 19352 +INGA0LDQsg== 19353 +IGludGVudGlvbnM= 19354 +IGNvbXByZXNzaW9u 19355 +IFNhYw== 19356 +zr/Ouw== 19357 +YXJzb24= 19358 +IHRyb3V2ZQ== 19359 +IE11aGFtbWFk 19360 +INCy0YvRgQ== 19361 +IGZpbml0ZQ== 19362 +INC90LDRhdC+0LQ= 19363 +dWdh 19364 +0YDQsNC30YM= 19365 +IGNlbGVicmF0ZWQ= 19366 +IGNvbmZlc3M= 19367 +IHNxdWFyZXM= 19368 +IEdvcmRvbg== 19369 +IOuCmOyY 19370 +IHN5bmRyb21l 19371 +IGNvbXBsZXRpb24= 19372 +IGJhY2tpbmc= 19373 +IGRhcmY= 19374 +IFF1cmFu 19375 +IGludGVybWVkaWF0ZQ== 19376 +IGtlcg== 19377 +IGTDvA== 19378 +aGVzaXZl 19379 +IGFjY291bnRhYmlsaXR5 19380 +IFJlYmVjY2E= 19381 +6JGX 19382 +IFNsZWVw 19383 +IGRpZmbDqXJlbnQ= 19384 +b2xz 19385 +IFJpY2U= 19386 +IOuzuA== 19387 +IGFudGliaW90 19388 +z4TOrA== 19389 +cno= 19390 +YW1ibGluZw== 19391 +IHNlbnNpdGl2aXR5 19392 +IGNocm9u 19393 +YWxsYXM= 19394 +NjQ= 19395 +IGZsZWV0 19396 +IG9wdGltaXN0aWM= 19397 +0YHQutC+0LPQvg== 19398 +IGphZGk= 19399 +YWlsbGV1cnM= 19400 +IEVub3VnaA== 19401 +IHNlbmlu 19402 +IHBhY2tz 19403 +Ym4= 19404 +IEFyZWE= 19405 +IFRybw== 19406 +qOumrA== 19407 +0LDRlA== 19408 +IFRob20= 19409 +IGhhcm1vbnk= 19410 +0L3QuNC60LA= 19411 +IHNvbWVkYXk= 19412 +SVNF 19413 +IEJyb2Fkd2F5 19414 +bGFyZXM= 19415 +ZXJuZXNz 19416 +4LmE4Lih 19417 +IFRlbm4= 19418 +IE5BVE8= 19419 +44KK44G+44GZ 19420 +IG1pbnV0b3M= 19421 +IEthbnNhcw== 19422 +IE1vbmc= 19423 +IGNvbXB0ZQ== 19424 +5Zub 19425 +iqQ= 19426 +IOyXrQ== 19427 +IHN1cGVyaGVybw== 19428 +IEdhcmRlbg== 19429 +IE1vcw== 19430 +IGF0dGFjaG1lbnQ= 19431 +IGJ1c3Q= 19432 +4K+K 19433 +IFRoYWlsYW5k 19434 +c3RhdA== 19435 +IHNwaWNl 19436 +IExlYg== 19437 +IGxlYXA= 19438 +emVjaA== 19439 +R0w= 19440 +IHZlcmw= 19441 +IGZpeGluZw== 19442 +IOuztOuptA== 19443 +IHBvcm4= 19444 +IGLDvHk= 19445 +INmF2Kc= 19446 +IFZpcnQ= 19447 +IFRvbW15 19448 +IGNhcmdv 19449 +IE9saGE= 19450 +IHJva3U= 19451 +2YPZhg== 19452 +IGJha2Vk 19453 +IHRhY3RpY3M= 19454 +IG1hcmtldHBsYWNl 19455 +IGt0w7NyYQ== 19456 +YXJsbw== 19457 +IHN3aXRjaGVz 19458 +IGNhY2hl 19459 +IEhS 19460 +IEdhbg== 19461 +IEdQUw== 19462 +IGR1YXM= 19463 +aGVyZXM= 19464 +0LXRgNGI 19465 +dHJhY2s= 19466 +IGx1bmdz 19467 +U3RhdGlvbg== 19468 +aWdnbGVz 19469 +IGNhbXBpbmc= 19470 +5ZOH 19471 +IGNvbXBsZXRpbmc= 19472 +YW1hcw== 19473 +IGN5Y2w= 19474 +IHByb3RvdHlwZQ== 19475 +IEp1ZGdl 19476 +b3R5cGVz 19477 +IGluZmVjdGlvbnM= 19478 +oKTr 19479 +0LXRgNCz 19480 +b2Jh 19481 +IEJvZA== 19482 +IFNlY29uZGx5 19483 +IGFwb3N0 19484 +IHNvZ2Fy 19485 +IHJlYXNz 19486 +aWVr 19487 +5pa8 19488 +IGFzaGFtZWQ= 19489 +IGN1cnZlcw== 19490 +INCy0LDQtg== 19491 +IGVuc2VtYmxl 19492 +YXR1cg== 19493 +IHBob3RvZ3JhcGhlcg== 19494 +IGVpZ2h0aA== 19495 +IHdhc3RlZA== 19496 +566X 19497 +IGRhbXA= 19498 +INC80LDQuw== 19499 +YXJlbmE= 19500 +IGludGVybmFsbHk= 19501 +IGhlZWxz 19502 +IFNhbHQ= 19503 +IGJsaXI= 19504 +iOuCmA== 19505 +IGNvbnRyYXJ5 19506 +IHByaW1h 19507 +IG9zcw== 19508 +IHJhYmJpdA== 19509 +IGF1dG9y 19510 +IGJyb2FkbHk= 19511 +w61zdA== 19512 +IGJhY2tz 19513 +7ZSE 19514 +ZXRv 19515 +IGp1cnk= 19516 +6LE= 19517 +IHByb3N0dQ== 19518 +IGJhcmE= 19519 +IHBhcmxpYW1lbnQ= 19520 +b3JpZW50 19521 +0LjQu9Cw0YHRjA== 19522 +IGluZGlyZWN0 19523 +w6Ft 19524 +IMOlcg== 19525 +IHRyYWl0cw== 19526 +IGTDrWFz 19527 +2YTZhQ== 19528 +IENU 19529 +YWx5c3Q= 19530 +IGxpdmVzdA== 19531 +IGtvcw== 19532 +TWF5 19533 +IEppbmc= 19534 +IGpvdXJuYWxpc3Rz 19535 +0YfQuNC6 19536 +YXJtcw== 19537 +IOqwkOyCrA== 19538 +INC40LzQtQ== 19539 +IMOpZ2Fs 19540 +IE5ld3Rvbg== 19541 +IHJlY292ZXJlZA== 19542 +IGJyYXVjaGVu 19543 +IEJyb24= 19544 +0LDQvdC+ 19545 +IHBhbGU= 19546 +cHJpc2Vz 19547 +IGhvcmFz 19548 +Y2h0cw== 19549 +6YCa 19550 +w7/Dvw== 19551 +YWtlcnM= 19552 +IEFsYXNrYQ== 19553 +emllag== 19554 +IHNjb29w 19555 +7J206rCA 19556 +44GV44GE 19557 +Y29y 19558 +w6lsw6k= 19559 +IHN1cmc= 19560 +IHZpZW5l 19561 +IEtyaXN0 19562 +NTQ= 19563 +IGJhbm5lZA== 19564 +IHNtb290aGx5 19565 +IHRyZWF0cw== 19566 +IHByb25vdW5jZQ== 19567 +IGZsdXNo 19568 +IGNhbWJp 19569 +IG11c2ljaWFu 19570 +IEFzaGxleQ== 19571 +IFNQRA== 19572 +IEJvYmJ5 19573 +IGdsb3Nz 19574 +cmVzcGVjdA== 19575 +IHJldmlld2luZw== 19576 +IGdlbmVyaWM= 19577 +xrDhu5tj 19578 +YXRzw6RjaGxpY2g= 19579 +IGhlYWx0aGllcg== 19580 +dWJlcnM= 19581 +INC00LDQvQ== 19582 +IE1lZGljYXJl 19583 +NTM= 19584 +IGNvbXBsYWludHM= 19585 +amFj 19586 +IGFncmljdWx0dXJhbA== 19587 +U3Bl 19588 +IEpvbmc= 19589 +IGRpb3hpZGU= 19590 +6rKo 19591 +ZWxpams= 19592 +IFNoaXQ= 19593 +YWludHM= 19594 +IElhbg== 19595 +IFNpbXBseQ== 19596 +IFN0cmU= 19597 +5pyL 19598 +IEdEUA== 19599 +NTk= 19600 +YXN6 19601 +IEthdGll 19602 +INCx0YA= 19603 +IHBlZWs= 19604 +b3d5Y2g= 19605 +IHJlc29ydA== 19606 +IHJlc2lkZW5jZQ== 19607 +IHNwaWNlcw== 19608 +Y2nDsw== 19609 +IGplZGVy 19610 +IGVtbw== 19611 +YXJpdW0= 19612 +IHB1ZmY= 19613 +66eJ 19614 +0YPQu9GM0YI= 19615 +IG1ldGE= 19616 +IOyghOs= 19617 +IG9wdGltaXphdGlvbg== 19618 +Z2FuZw== 19619 +IO2VhA== 19620 +IGVmZmljaWVudGx5 19621 +IHZpc3VhbGx5 19622 +IGZyb3N0 19623 +IEFydGh1cg== 19624 +IMW8 19625 +IGFjaGlldmluZw== 19626 +IHJvdGF0aW5n 19627 +IGxpbmluZw== 19628 +IG9jY3VwaWVk 19629 +5byf 19630 +bWVudGF0aW9u 19631 +IHN0cmV0Y2hpbmc= 19632 +IHN0YWxs 19633 +b3N0aWM= 19634 +IFNldmVy 19635 +IGdsdWM= 19636 +IHLDs8W8 19637 +IG91dHJlYWNo 19638 +c3RyYQ== 19639 +aWtlbg== 19640 +IOyWmOq4sA== 19641 +IEpvaW4= 19642 +IGltcGU= 19643 +IGNvbXBlbnNhdGlvbg== 19644 +IFRhdA== 19645 +IENhcmxvcw== 19646 +w7xocnQ= 19647 +IEZyYW5jaXM= 19648 +Y2pp 19649 +eWVhaA== 19650 +IG1lbWJyYW5l 19651 +IGV4aGFsZQ== 19652 +IHJlbGk= 19653 +IE9S 19654 +IHJlZnJpZ2VyYXRvcg== 19655 +IFZlbmV6 19656 +TGlrZQ== 19657 +IHJhaXNlcw== 19658 +b3R0bGU= 19659 +YXR1cmE= 19660 +IHJ1bGVy 19661 +IHdlZXI= 19662 +IGd1aWRlZA== 19663 +IE1hZ24= 19664 +IENvcnBvcg== 19665 +jZQ= 19666 +IGF0dHJpYnV0ZQ== 19667 +IFdvYWg= 19668 +IGFycm93cw== 19669 +IGF3YWl0 19670 +IFByaW0= 19671 +IGRpZ25pdHk= 19672 +IE9udGFyaW8= 19673 +aXNjaGVy 19674 +IOyLnQ== 19675 +aW1lbg== 19676 +b3V2ZXI= 19677 +QVNT 19678 +4buHbg== 19679 +b3B5 19680 +YWNodXNldHRz 19681 +IGVsZGVybHk= 19682 +5Y6f 19683 +RkE= 19684 +IERhaWx5 19685 +c2hpbmU= 19686 +IDU2 19687 +6KI= 19688 +aWVybm8= 19689 +IHNraWxsZWQ= 19690 +IGdyb8OfZQ== 19691 +IE9haw== 19692 +56ys5LqM 19693 +aWdnbGU= 19694 +0LXQu9C10Lk= 19695 +IGJpcmF6 19696 +IGFyZ3Vpbmc= 19697 +INC/0L7RjdGC0L7QvNGD 19698 +IGRyaWZ0 19699 +IGhhcm5lc3M= 19700 +IGRlaXhhcg== 19701 +YXV0cmU= 19702 +IFNlZWluZw== 19703 +IGNhcGl0YWxpc20= 19704 +IEVsZA== 19705 +emlvbmU= 19706 +IEJleW9uZA== 19707 +IHBlcmZlY3Rpb24= 19708 +IGhvZQ== 19709 +IGRlY2xhcmU= 19710 +0LDQu9Cw0YHRjA== 19711 +IHBva2U= 19712 +INeh 19713 +IGZpZ2h0ZXJz 19714 +6rKg64uk 19715 +0L7RgNC+0LI= 19716 +IGFjY29yZGluZ2x5 19717 +IElzYQ== 19718 +IG9wdGltaXpl 19719 +IE1pbmlzdHJ5 19720 +IHNhZ2U= 19721 +7Iuc66m0 19722 +IGJlbmk= 19723 +IGRvbmF0aW9u 19724 +IGNsZWFyZWQ= 19725 +IEx1Y2tpbHk= 19726 +IGhhcm1mdWw= 19727 +tey7pA== 19728 +IGNlbWVudA== 19729 +0L/QuNGB 19730 +IGRlZGk= 19731 +IENyYWln 19732 +IGRlbW9ucw== 19733 +IGN1c3RvbWl6ZQ== 19734 +IGlnbm9yZWQ= 19735 +IFRpYW4= 19736 +IGhvcGVk 19737 +IEJ1cmVhdQ== 19738 +IHJp 19739 +IFlhaA== 19740 +IHNvY2tldA== 19741 +IGZlYXR1cmluZw== 19742 +IHBhcmY= 19743 +IFRF 19744 +IFRlYWNoZXI= 19745 +IGNhdGFsb2c= 19746 +6rCA7KeA6rOg 19747 +IFNlaXRl 19748 +IGNvbmU= 19749 +IFBhbGVzdGlu 19750 +IGdld29vbg== 19751 +IGdhaW5pbmc= 19752 +INii 19753 +IGNhdGFzdA== 19754 +IG5laWdoYm91cg== 19755 +SVNU 19756 +IHN0ZWFsaW5n 19757 +IHRyb2lz 19758 +IGludGVuZA== 19759 +IFNob290 19760 +IHBpb25l 19761 +IEludGVs 19762 +IExJTg== 19763 +IGJyaWdodGVy 19764 +IFllc3RlcmRheQ== 19765 +IHNvdw== 19766 +c2lu 19767 +b2Rz 19768 +IGV0aGljcw== 19769 +IGludGVydmlld2Vk 19770 +cmVsbA== 19771 +IHJlZnJlc2hpbmc= 19772 +c8Ol 19773 +IGFic3VyZA== 19774 +IHBob3NwaA== 19775 +Zmls 19776 +IHN0ZWhlbg== 19777 +dmFscw== 19778 +IGNhcmVk 19779 +5oiW 19780 +IGRlbGw= 19781 +Ym9uZQ== 19782 +IGhvY2g= 19783 +IHB1cA== 19784 +IGlv 19785 +IGFjb250ZWNl 19786 +ZWxsZXM= 19787 +IFNwbA== 19788 +aWdp 19789 +IHTDpG4= 19790 +IGVsZXBoYW50 19791 +IGdhdGVz 19792 +IHNsaWNlcw== 19793 +IHByYW5r 19794 +b2tyYXQ= 19795 +IGhpbGFyaW91cw== 19796 +IFNpZA== 19797 +IOuSpA== 19798 +IGVzc2VyZQ== 19799 +IHRlbGVwaG9uZQ== 19800 +aW5hbGx5 19801 +cmF0b3I= 19802 +IGhlbGljb3B0ZXI= 19803 +IGnFn3Rl 19804 +IGdpZA== 19805 +IHRvdXJpc3Q= 19806 +IGNvbmZsaWN0cw== 19807 +0LDRgtCw 19808 +IHTDqQ== 19809 +IGFzc2VydA== 19810 +IGxhdW5kcnk= 19811 +IEJvbQ== 19812 +IHNwZWNpYWxpemVk 19813 +IE1vZGVybg== 19814 +b2dyYWY= 19815 +IGFubw== 19816 +IHJldHJpZQ== 19817 +IFB1dGlu 19818 +IEhBUg== 19819 +INC80LDRiA== 19820 +IM6xz4DPjA== 19821 +IHR1dHRp 19822 +INCy0YLQvtGA 19823 +7Ja1 19824 +IEJ1bA== 19825 +64uk66m0 19826 +xYJl 19827 +5pyL5Y+L 19828 +YXJpbg== 19829 +IHRoZXJhcGlzdA== 19830 +IGfDpXI= 19831 +IEN6eQ== 19832 +cHBl 19833 +bWly 19834 +IFRlcm0= 19835 +IEJlYXI= 19836 +bGFjZQ== 19837 +IE1vcmVvdmVy 19838 +IERpc2M= 19839 +IO2DgA== 19840 +IHRpdGxlZA== 19841 +IHN0cmlwcw== 19842 +IEZhaHI= 19843 +IFJpbmc= 19844 +cmFuZG8= 19845 +YWZh 19846 +6Lqr 19847 +IHNob3J0cw== 19848 +IHRydW5r 19849 +IHNlbnRpZG8= 19850 +z4nOvQ== 19851 +IGFjcmVz 19852 +IG92ZXJk 19853 +IE9seW1waWNz 19854 +5Y+r 19855 +IE1lcmNp 19856 +IOuCmOyYpA== 19857 +IGdlcm0= 19858 +YW1tZWQ= 19859 +IHByZWd1bnQ= 19860 +IE51dA== 19861 +IDwv 19862 +IHRyYXZlbHM= 19863 +IHZvY2FidWxhcnk= 19864 +ZXRlbg== 19865 +b2Rlcg== 19866 +IGNvbnN1bWluZw== 19867 +d3JpdGluZw== 19868 +6LaF 19869 +IGFwcGVhcmluZw== 19870 +IGFkanVzdGVk 19871 +c2Vt 19872 +IGZyZW50ZQ== 19873 +IG1heGltaXpl 19874 +IHp3aXNjaGVu 19875 +IHphbQ== 19876 +Y29uc2Npb3Vz 19877 +emVr 19878 +6LCi6LCi 19879 +aGFv 19880 +7LKY65+8 19881 +IEVwaXNvZGU= 19882 +IHZpc2liaWxpdHk= 19883 +IG1pam4= 19884 +IHZpZWxlbg== 19885 +IEJyb3RoZXJz 19886 +15nXkQ== 19887 +IHbDpGxkaWd0 19888 +IGNydXNoZWQ= 19889 +dWZlbg== 19890 +5L2g5YCR 19891 +YWN0aWM= 19892 +IEJlZA== 19893 +IEZB 19894 +aXNzaXBwaQ== 19895 +IHJlbW90 19896 +IHBldHM= 19897 +IHRodW5kZXI= 19898 +IE1hbQ== 19899 +7JW17Luk 19900 +cGFyZW50cw== 19901 +IGLEsQ== 19902 +IHN1cnRvdXQ= 19903 +IHNlZ21lbnRz 19904 +IG5laG1lbg== 19905 +IHV0aWxpeg== 19906 +IFJ1Ynk= 19907 +IHLhu5Np 19908 +IGhhcHBpbHk= 19909 +IGJ1c2g= 19910 +dWx0YW4= 19911 +546p 19912 +2Lg= 19913 +IEhpbA== 19914 +IGxhd24= 19915 +IGV5ZWJyb3dz 19916 +bWV6 19917 +IFN5ZA== 19918 +cmVw 19919 +aW5m 19920 +6aCt 19921 +IG92ZXJoZWFk 19922 +Y3puaWU= 19923 +IG94aWQ= 19924 +IFdvbA== 19925 +IGRlc3Ryb3lpbmc= 19926 +IEFkZGl0aW9uYWxseQ== 19927 +dW1ibGVk 19928 +ZGVw 19929 +IGRlcG9z 19930 +IGNvbW1vZA== 19931 +IGNha2Vz 19932 +IHRhbGVudHM= 19933 +IHBvdXJxdW9p 19934 +IGNvbnRlbXBs 19935 +bmVscw== 19936 +0L7RiQ== 19937 +IEFyYWJpYw== 19938 +IE1hcnlsYW5k 19939 +546L 19940 +b3dv 19941 +IFBsYQ== 19942 +xJ9sdW0= 19943 +IHByb3BoZQ== 19944 +IFJlcHJlc2VudA== 19945 +b3BvbA== 19946 +YWNjb3Jk 19947 +IE1lYW5pbmc= 19948 +IGpvaW50cw== 19949 +IGJyYWtlcw== 19950 +Y2t0 19951 +IDE5OTk= 19952 +IHB1YmxpY2F0aW9u 19953 +IFJldmlldw== 19954 +0L7QudC0 19955 +IG5pY2hl 19956 +IHNpZ25pZmljYQ== 19957 +IGRlYnI= 19958 +IG92ZXJsYXA= 19959 +IGRlbWFuZGluZw== 19960 +IFPDsw== 19961 +IHN1YnNlcXVlbnQ= 19962 +IHF1b3Rlcw== 19963 +IEN1cnJlbnRseQ== 19964 +IHByZXZlbnRpbmc= 19965 +IDEzMA== 19966 +IENlbA== 19967 +b25u 19968 +d25pZcW8 19969 +7JW9 19970 +INC60LDQutC40LU= 19971 +QUNI 19972 +IGd1bQ== 19973 +IElzcmFlbGk= 19974 +7Jy864uI6rmM 19975 +5ag= 19976 +cnVrdA== 19977 +IGNsYXBwaW5n 19978 +IE1hc3NhY2h1c2V0dHM= 19979 +IHJlc2lsaWVuY2U= 19980 +IHN1YnNjcmliaW5n 19981 +IGpld2Vscnk= 19982 +Z2VicmE= 19983 +IGNvcnJlY3Rpb24= 19984 +Ym9v 19985 +2KY= 19986 +bGlv 19987 +c2Ft 19988 +IGVudmVsb3Bl 19989 +a2Fs 19990 +IEZhcm0= 19991 +IGNhdHRsZQ== 19992 +IGJyYXM= 19993 +IHJlcGVudA== 19994 +IHRvbmVz 19995 +b3Npb24= 19996 +cGVjdGlvbg== 19997 +IGRlbmVu 19998 +yJtp 19999 +IE1hcmc= 20000 +IGFjcXVpcmU= 20001 +aWJsaW5ncw== 20002 +IGFzcGly 20003 +IHNpemVk 20004 +IGFsYw== 20005 +IHZpYnJhdGlvbg== 20006 +dGls 20007 +ZW1pbg== 20008 +IGNvcnJlbGF0aW9u 20009 +IHNpbmd1bGFy 20010 +INC/0L7Rj9Cy 20011 +cmVr 20012 +IGNoYXB0ZXJz 20013 +bWJyZQ== 20014 +IGF1ZGl0aW9u 20015 +w6dhcw== 20016 +IHZhbXA= 20017 +IHRlcw== 20018 +INGA0LDQt9Cy 20019 +IHJlc3BlY3RlZA== 20020 +Y2lu 20021 +IGZ1Y2tpbg== 20022 +IMO8YmVyaGF1cHQ= 20023 +INC/0L7QsQ== 20024 +IGFsaWtl 20025 +tog= 20026 +cm9iaQ== 20027 +w650 20028 +IFRvdWNo 20029 +YW56YQ== 20030 +IGZpcm1seQ== 20031 +IEdyZWV0aW5ncw== 20032 +c2NhbGU= 20033 +ZGFk 20034 +0LDQutGC0Lg= 20035 +IGJhY2t5YXJk 20036 +0L7QttC0 20037 +R3I= 20038 +IFNURQ== 20039 +0L7RgNGC 20040 +IGjDpHR0ZQ== 20041 +IEZpcnN0bHk= 20042 +IE9mdGVu 20043 +YXN1cmVz 20044 +IGRyYXdz 20045 +cmVkaXQ= 20046 +QVRF 20047 +UGU= 20048 +Q1A= 20049 +IGNvbXBlbGxpbmc= 20050 +IHN1YnNpZA== 20051 +IG5laWdoYm9yaG9vZHM= 20052 +IGRpcGxvbQ== 20053 +IGVudGVuZGVy 20054 +cGVyaW5n 20055 +YXVn 20056 +Y2hhdA== 20057 +0J3Rgw== 20058 +IERvbGw= 20059 +IOygkA== 20060 +IGhvc2U= 20061 +bmFy 20062 +IHJld2FyZGluZw== 20063 +IFNvbGQ= 20064 +IHRha2k= 20065 +IGJsYWRlcw== 20066 +IEthdGg= 20067 +IGpvZ28= 20068 +IHNlbnNhdGlvbg== 20069 +dWFuYQ== 20070 +cGVs 20071 +IFJlY2VudGx5 20072 +IHBvbHltZXI= 20073 +IFVQ 20074 +LS0t 20075 +IGhvdmVy 20076 +IHJ1bGVk 20077 +5rW3 20078 +INeU15DX 20079 +IGFmZmVjdGlvbg== 20080 +IMSR4buD 20081 +IGJyZWU= 20082 +56eB 20083 +IExheQ== 20084 +IFlvbmc= 20085 +IHJlY2VpdmVy 20086 +nOulvA== 20087 +IGRpc3Nv 20088 +IFFpbmc= 20089 +IMOpdg== 20090 +IG3DunNpY2E= 20091 +IGFlc3RoZXRpYw== 20092 +IEJyZWF0 20093 +IFRB 20094 +IGFjY3VyYXRlbHk= 20095 +P+KAiw== 20096 +IHdhZ2Vz 20097 +cmF3ZMSZ 20098 +IHN3YWxsb3c= 20099 +IGNvbXBsYWludA== 20100 +IGxpZWQ= 20101 +YmVjdWU= 20102 +IHJlbGF4aW5n 20103 +IFBva8OpbW9u 20104 +IHRlY24= 20105 +YmFuZw== 20106 +s7Ts 20107 +IHF1aWVu 20108 +0L3QvtC80YM= 20109 +IGhhYml0YXQ= 20110 +Li4uLi4u 20111 +YWJsaW5n 20112 +INGC0LDQutC40LU= 20113 +IGJlc29uZA== 20114 +IGVtcGxveWVk 20115 +IGFycml2ZXM= 20116 +IHZlc3NlbHM= 20117 +IEF4 20118 +IGRpc3BsYXlz 20119 +MTUw 20120 +b2xvZ2ll 20121 +IOyXkA== 20122 +IGNsbw== 20123 +INC00L7Qsg== 20124 +INCe0LQ= 20125 +IHZ1ZWw= 20126 +6Iqx 20127 +d2VuZA== 20128 +IHNsaXBw 20129 +dXJw 20130 +IExvdA== 20131 +IGJ1bGxldHM= 20132 +IHJhZ2U= 20133 +IHNraXJ0 20134 +aWVudGVz 20135 +IG5o4buvbmc= 20136 +IE5hdHVyYWw= 20137 +IGhpbmQ= 20138 +IHdvcmtsb2Fk 20139 +bXU= 20140 +7YOc 20141 +IHN1bnNldA== 20142 +0LLQvtC7 20143 +cGl0 20144 +5Y2B 20145 +IEFTSA== 20146 +IOu2hOuTpA== 20147 +IGRvd25zdGFpcnM= 20148 +6a0= 20149 +IGNvdW50ZWQ= 20150 +IG5heg== 20151 +15XXpA== 20152 +IFBoaWxpcHBpbmVz 20153 +IDExMA== 20154 +IFBhcmtlcg== 20155 +IGdpdHU= 20156 +IGludGVyZXM= 20157 +IHVtYnJl 20158 +IE5hdHVyZQ== 20159 +IGplcg== 20160 +ZW5vcw== 20161 +IHBhbmVsaXN0cw== 20162 +IGNvYXRpbmc= 20163 +IGNoZXJyeQ== 20164 +IFBlbnQ= 20165 +IE1pc3Q= 20166 +cmVnYXRpb24= 20167 +IHZpbmQ= 20168 +IENvcnBz 20169 +IE1pc3Npb24= 20170 +IG5vYmxl 20171 +IGZvbmN0aW9u 20172 +IHdhcnJpb3I= 20173 +IHByb3Rlc3Rz 20174 +b3VyaQ== 20175 +IGNvbnN0aXR1dGlvbmFs 20176 +xYJhbQ== 20177 +IGVtZXJnZWQ= 20178 +IGR5ZQ== 20179 +IFRyeWluZw== 20180 +aWdt 20181 +5LiA5Liq 20182 +w6lxdQ== 20183 +TE8= 20184 +IFZlcm0= 20185 +ZXJ2aW5n 20186 +IFRJTQ== 20187 +IENp 20188 +IGZyZWV6ZXI= 20189 +IGdydXBv 20190 +IFNwb3J0cw== 20191 +INC/0YDQvtCz 20192 +INmE2Kc= 20193 +b3RoZXJhcA== 20194 +aWZmYW55 20195 +Ymlhbg== 20196 +IHJhbmtlZA== 20197 +IHByb3Bvc2Fscw== 20198 +IMSRw6J5 20199 +IGZyZWV6aW5n 20200 +IGluc2VjdHM= 20201 +dmls 20202 +IGNvbXBvc3Q= 20203 +546w 20204 +IHNlbWFuYQ== 20205 +IGRpc3Rpbmd1aXNo 20206 +IGZhY2lsaXRhdGU= 20207 +IHBsdXNpZXVycw== 20208 +IHZlcmc= 20209 +IGFsZ3Vucw== 20210 +IFRpa1Rvaw== 20211 +IEV4cHJlc3M= 20212 +0LzQtdC90YI= 20213 +U1U= 20214 +IGludGltYXRl 20215 +IEF1dGhvcg== 20216 +IHdpdG5lc3Nlcw== 20217 +IGthbGF1 20218 +IGFyZ3VlZA== 20219 +IGF2b2lkaW5n 20220 +Y3RpdmU= 20221 +IHB1cnN1aW5n 20222 +IHN5bGw= 20223 +w6F2ZWw= 20224 +IEF0bGFudGE= 20225 +IFV0YWg= 20226 +IFRpbGw= 20227 +IGVyZg== 20228 +IDIwMjI= 20229 +w6R0ZXI= 20230 +IGZ1bmVyYWw= 20231 +IEZsYXNo 20232 +IEF0bGFudGlj 20233 +IGdlbGU= 20234 +7KaI 20235 +IG1vcnRnYWdl 20236 +IOuEmA== 20237 +bGljaHQ= 20238 +IGFtYml0aW91cw== 20239 +IEJlaWppbmc= 20240 +IGRpdmluZw== 20241 +IHVuYm94 20242 +aWxsYXM= 20243 +IG90cmFz 20244 +IGV2YWM= 20245 +IG1hcmluZQ== 20246 +INGB0L7Qt9C0 20247 +IENyZWF0ZQ== 20248 +IGdq 20249 +IGZyZXF1ZW5jaWVz 20250 +aW5ndG9u 20251 +IFJvbWFucw== 20252 +IGFpbWluZw== 20253 +IEJ1ZmY= 20254 +IGVtcGVyb3I= 20255 +IE1vaQ== 20256 +IHByb21pc2luZw== 20257 +44Gc 20258 +IGFsZ3VtYQ== 20259 +IHBhc2E= 20260 +IGRpc29yZGVycw== 20261 +U0k= 20262 +IHN1Y2NlZWRlZA== 20263 +IGN1ZXJwbw== 20264 +IHNvZGl1bQ== 20265 +IHN0dWI= 20266 +aGVpcm8= 20267 +IGRlbGF5ZWQ= 20268 +ZXRlcmE= 20269 +dHc= 20270 +IHN5bmM= 20271 +aGQ= 20272 +IHRvdXJpc3Rz 20273 +IHN5c3Q= 20274 +IG3DqXQ= 20275 +IHF1YWxpZnk= 20276 +IE90aGVycw== 20277 +bGxlcnM= 20278 +0LDRgtC10LvRjNC90L4= 20279 +INCe0L3QsA== 20280 +IHBlcmNlaXZl 20281 +IOqygA== 20282 +IOqwgOyepQ== 20283 +INC40YHQug== 20284 +IE1hdHRlcg== 20285 +IEJsdWV0b290aA== 20286 +IHBlYXJs 20287 +IGFyaXNl 20288 +IG1vbnVtZW50 20289 +INC40LzQtdC90L3Qvg== 20290 +YWdp 20291 +2YTZig== 20292 +IHJobw== 20293 +IHNtYXJ0ZXI= 20294 +IGNvbmo= 20295 +0L7QutCw 20296 +IGtlZW4= 20297 +IFRyZWF0 20298 +0LrQu9GO0Yc= 20299 +IHBhY2tldA== 20300 +ZWxzaXVz 20301 +IEFsYWI= 20302 +0LjQvdC4 20303 +IHBzaQ== 20304 +IGVuam95YWJsZQ== 20305 +IEVsbGVu 20306 +INCy0Lw= 20307 +IGVsaW1pbmF0ZWQ= 20308 +IFJvdw== 20309 +IHpvbWJpZQ== 20310 +IEt1 20311 +IHBocmFzZXM= 20312 +IGdyZW4= 20313 +dXRlcg== 20314 +IGRpcmVrdA== 20315 +15Y= 20316 +ZW5lbg== 20317 +dXNh 20318 +INGB0LvQvtCy 20319 +xLA= 20320 +IEdo 20321 +IGNvcnJpZA== 20322 +IHF1ZWVy 20323 +IExpbmRh 20324 +IG9uYQ== 20325 +IG9ibGlnYXRpb24= 20326 +ZGFy 20327 +INi1 20328 +ZW1tZW50 20329 +YWNpZXM= 20330 +IHNjcmV3ZWQ= 20331 +IG5haw== 20332 +IGF5dWQ= 20333 +5LiU 20334 +w6Fy 20335 +bGV6 20336 +IGRyb3du 20337 +IE1lZGljaW5l 20338 +IGxhYnM= 20339 +IGp1c3F1 20340 +IEdvbm5h 20341 +IHRlcnJvcmlzdA== 20342 +cXVlc3Q= 20343 +IGZhcnRoZXI= 20344 +IHJlcGxpZWQ= 20345 +IFNX 20346 +IE1pc3Npc3NpcHBp 20347 +aXNobmE= 20348 +IGhvbGRlcg== 20349 +IHJlaWdu 20350 +IGFjY2VwdGFuY2U= 20351 +IHVs 20352 +tow= 20353 +IEhvdGVs 20354 +IENvb3Blcg== 20355 +dGFu 20356 +IEdyYWI= 20357 +IHZhcG9y 20358 +IGFjdGVk 20359 +IEthbmc= 20360 +ZmFu 20361 +IOydtOyDgQ== 20362 +55Sa6bq8 20363 +dXRldA== 20364 +IHdvcmR0 20365 +IGZhcm1z 20366 +ZGF0 20367 +IGNvdXBsZXM= 20368 +IGJlYWRz 20369 +aWVudG9z 20370 +VGhlbg== 20371 +5L+C 20372 +b3NpdHk= 20373 +IFN0YW5mb3Jk 20374 +Li0= 20375 +V2FpdA== 20376 +IGRhdGFz 20377 +b2lyZQ== 20378 +IGhhc2h0YWc= 20379 +aW1tZQ== 20380 +IGVuY291bnRlcmVk 20381 +IHNob3V0aW5n 20382 +IHJlc2lzdGFudA== 20383 +IFNldW5n 20384 +IHRyYWdpYw== 20385 +IERyYXc= 20386 +LCw= 20387 +IHNob3djYXNl 20388 +IEFG 20389 +IFN0cmk= 20390 +IGJhY2tlZA== 20391 +INGD0LM= 20392 +INCx0YPQtNGD0YI= 20393 +IENvbGU= 20394 +ZXVycw== 20395 +KD8p 20396 +IGVzY2FwZWQ= 20397 +QVNU 20398 +IEFzc2VtYmx5 20399 +IHN0aWNrZXI= 20400 +IG1pZXV4 20401 +IGVudGVydGFpbmluZw== 20402 +IERPTg== 20403 +IEFtZW5k 20404 +IEthcmw= 20405 +IGluaGli 20406 +c3N0 20407 +aWVn 20408 +fn5+ 20409 +IGhvb2tlZA== 20410 +IGxpdGVyYWw= 20411 +IHN1bm55 20412 +c3RlcHM= 20413 +IOuwnOs= 20414 +IE1hcmluZQ== 20415 +IHN1ZQ== 20416 +IHByaXNvbmVycw== 20417 +IEVi 20418 +NTg= 20419 +IGRydW1z 20420 +IGd1aWx0 20421 +YWxn 20422 +IGhhcHBpZXI= 20423 +IENN 20424 +IOyVhOuLiOyVvA== 20425 +INCf0LXRgA== 20426 +0YPQu9GP 20427 +IGtleXdvcmQ= 20428 +IFBhcmNl 20429 +IEZvcmVpZ24= 20430 +IEFtYW5kYQ== 20431 +56We 20432 +IOuqqQ== 20433 +cGxlc3M= 20434 +iKw= 20435 +w7Ntbw== 20436 +IHF1YWxxdWVy 20437 +7J2065286rOg 20438 +IGNvbnNwaXJhY3k= 20439 +IHN0cmF3YmVycnk= 20440 +IGhhdHRlbg== 20441 +RXM= 20442 +IHNwb3M= 20443 +IHZpbGxhZ2Vz 20444 +IGxldg== 20445 +INGB0YDQtdC0 20446 +IHdha2luZw== 20447 +IGNhbGN1bGF0aW9ucw== 20448 +INmF2Lk= 20449 +IHBvdXJpbmc= 20450 +IGxlYmlo 20451 +IHBvbGlzaA== 20452 +IFRvdXQ= 20453 +IGZ1bmt0aW9u 20454 +0LzQvg== 20455 +IFRp 20456 +IHdhc3Rpbmc= 20457 +aXN0aWNhbGx5 20458 +IG1hbmlwdWxhdGU= 20459 +IHNpbXBsaWZ5 20460 +IHRlYW1tYXRlcw== 20461 +INCx0L4= 20462 +IGNvbnRhbQ== 20463 +IFF1aXRl 20464 +IGt1cno= 20465 +IENhbmQ= 20466 +dHlwZQ== 20467 +b3V0aGVhc3Q= 20468 +IGZpbmFuY2lhbGx5 20469 +0L7Qu9C9 20470 +ZWxzb24= 20471 +IGZvcmVoZWFk 20472 +dWFnZQ== 20473 +bmF1ZGlibGU= 20474 +IEJlaGluZA== 20475 +IG5lZ290aWF0aW9ucw== 20476 +IOuniOydjA== 20477 +IGFsdGVybmF0aXZlcw== 20478 +cmFuaw== 20479 +aG9sZGVy 20480 +5oeJ 20481 +IGhlYWxlZA== 20482 +0YLQvtGH 20483 +IFNwZWM= 20484 +5Lu2 20485 +5LuW5YCR 20486 +IGV4aGliaXQ= 20487 +IHNoYWxsb3c= 20488 +IGdvYg== 20489 +IOuc 20490 +IGZydXN0cmF0aW9u 20491 +w61v 20492 +IG1lbHRpbmc= 20493 +IFN0b3Jt 20494 +IHBhdGVudA== 20495 +IEJhcmNlbA== 20496 +IHBlZGVzdA== 20497 +2YjZhQ== 20498 +IHRhaQ== 20499 +IE1vZGU= 20500 +IHdpbA== 20501 +IOuqqOultA== 20502 +IMOpZ2FsZW1lbnQ= 20503 +6YKj6bq8 20504 +INeQ15c= 20505 +YXlhbg== 20506 +IGFtYXplZA== 20507 +7KeA64qU 20508 +IGhhY2llbmRv 20509 +IOydtOyVvA== 20510 +zrvOsQ== 20511 +4LiC 20512 +0LXRgtCw 20513 +IGV4YW1z 20514 +IHRyYXZlbGxpbmc= 20515 +UHJlc3M= 20516 +0LjRgNGD 20517 +IGJhc2VsaW5l 20518 +IGJ1c2Vz 20519 +IHJlaW5mb3I= 20520 +dmVuYW50 20521 +IFRydXRo 20522 +nb0= 20523 +b2Jl 20524 +IHllbGw= 20525 +IHNhdXNhZ2U= 20526 +VEY= 20527 +IEV2aWw= 20528 +IG1laW5lcg== 20529 +15nXpw== 20530 +IGhvcGVmdWw= 20531 +IHLDs3duaWXFvA== 20532 +IFBlcsOy 20533 +dHdv 20534 +bmRlcg== 20535 +INC80LjRgA== 20536 +IGNvbnNjaWVuY2U= 20537 +IFdhcnJlbg== 20538 +aWNreQ== 20539 +IGFpbWVk 20540 +IGfDtnJh 20541 +WFQ= 20542 +IHB5cmFt 20543 +UmVk 20544 +6Zu7 20545 +YXR1 20546 +IEVzdGE= 20547 +IGVhcm5pbmdz 20548 +IGhhdHM= 20549 +IFN0YWR0 20550 +aWNrZXQ= 20551 +cG9pbnRz 20552 +aW5hbmRlcg== 20553 +IG1vdG9yY3ljbGU= 20554 +IOuPjA== 20555 +IO2VtOyVvA== 20556 +a29t 20557 +IERpbmc= 20558 +5pI= 20559 +IHJlY3Vycw== 20560 +IGVzdGltYXRlcw== 20561 +IGRlcm5p 20562 +IHZlcnNjaA== 20563 +44Gd44Gu 20564 +IE1JQw== 20565 +0LjQstCw0YLRjA== 20566 +INC/0YDQvtGI 20567 +IGRvc3Q= 20568 +INCy0YHRgtGA 20569 +IHdpZWw= 20570 +IHNpYmxpbmdz 20571 +INC00LXQsg== 20572 +IGVhcmxpZXN0 20573 +IGZhdGlndWU= 20574 +IG5oaQ== 20575 +IGd1c3Rh 20576 +IGJvbm5l 20577 +5pyA5b6M 20578 +ZnJvbQ== 20579 +IEplbm55 20580 +IHN1cHBvc2VkbHk= 20581 +aW50YWdl 20582 +IGNvdW50aWVz 20583 +IHVucmU= 20584 +IHBsYW50aW5n 20585 +IEdyYWM= 20586 +IEdlbmVzaXM= 20587 +IEFscGhh 20588 +eXN6 20589 +IHRpbGU= 20590 +IOqyveyasA== 20591 +INeZ16k= 20592 +cXVlbA== 20593 +IGRpc3RyaWJ1dGU= 20594 +ZGVm 20595 +w6lyYWw= 20596 +IGNsdXRjaA== 20597 +YWRlbHBo 20598 +IFBsYXlTdGF0aW9u 20599 +hLg= 20600 +IHNq 20601 +YnJlYWtpbmc= 20602 +IOuQmOs= 20603 +IEN1YmE= 20604 +IFJ1c3NpYW5z 20605 +IE1BUks= 20606 +IHBlcnNl 20607 +IHJlc3RyaWN0ZWQ= 20608 +aWdlcw== 20609 +IFRyYXZlbA== 20610 +IGVsZWN0cm9uaWNz 20611 +IHF1YXJ0ZXJz 20612 +IEtlaXRo 20613 +c2l6ZWQ= 20614 +IGRlYWRsaW5l 20615 +YXJlbnRo 20616 +IHbDrWRlb3M= 20617 +IHByb3RvY29scw== 20618 +YW1tZW50 20619 +IFRyYWluaW5n 20620 +IMOi 20621 +IHNlcXVlbA== 20622 +0L3QsNC6 20623 +IGtlaW5lbg== 20624 +IG1hdHRyZXNz 20625 +bHVkaW5n 20626 +IGNsYXNzaWZpZWQ= 20627 +IHJlYWN0b3I= 20628 +IEtvbnQ= 20629 +IHBhc3Nhcg== 20630 +IGhvbm91cg== 20631 +b3JpZw== 20632 +SU5B 20633 +IE5hdGhhbg== 20634 +0LLQsA== 20635 +INGB0LrQsNC30LDRgtGM 20636 +dMSxcg== 20637 +IGV4Y2x1c2l2ZWx5 20638 +IHNoYWRlcw== 20639 +INC/0YDQvtGG 20640 +IG9jY2FzaW9ucw== 20641 +aWph 20642 +55qE5pmC5YCZ 20643 +5Y6y 20644 +5oWi 20645 +Zmln 20646 +IHR1cw== 20647 +IHJlbWVt 20648 +IENocmlzdG9waGVy 20649 +IHNsaW1l 20650 +IGFsZ3VuYQ== 20651 +IEZvcnR1bmF0ZWx5 20652 +IGxvcnM= 20653 +dm9sbA== 20654 +YXZlcg== 20655 +IG91dGxldA== 20656 +IExpbmtlZElu 20657 +IEV4ZWN1dGl2ZQ== 20658 +IG9yZ2Fucw== 20659 +IEJlZ2lu 20660 +IO2ZlA== 20661 +IHRyYW5zcGxhbnQ= 20662 +cmFnZW4= 20663 +Vk8= 20664 +IEbDtnI= 20665 +INio2KfZhA== 20666 +IEFuZHJl 20667 +aXNpbmU= 20668 +IGxhc3Rz 20669 +IGhpc3TDs3JpYQ== 20670 +IGx1eg== 20671 +IGNvbGxhcg== 20672 +IGtpZG5h 20673 +IG9wdGljYWw= 20674 +aW92 20675 +IHRvYg== 20676 +IGV4dGVyaW9y 20677 +IG1ldHJpYw== 20678 +aWV1cg== 20679 +IHRyb2xs 20680 +INGA0L7Qtw== 20681 +5pif 20682 +IHTDtA== 20683 +IOyYiOyB 20684 +IEdlc2V0eg== 20685 +INC10LQ= 20686 +IGRlbm9taW5hdG9y 20687 +7LM= 20688 +IGxldHQ= 20689 +5YWJ 20690 +IGdyw7bDnw== 20691 +6aGY 20692 +IEx1dGhlcg== 20693 +IHJlc3Rl 20694 +IHJlc2VtYg== 20695 +IHBlcm1ldA== 20696 +a3Np 20697 +IGZpc2hlcg== 20698 +44Gf44GE 20699 +IFZvbg== 20700 +7ZS8 20701 +IM+Dz4TOvw== 20702 +IGxvY2tz 20703 +IHNob290cw== 20704 +IGthbXU= 20705 +IEtlcg== 20706 +IE9icw== 20707 +552A 20708 +IGJpbGk= 20709 +IOuwsQ== 20710 +IHRvcnR1cmU= 20711 +YXNzeQ== 20712 +INC40LM= 20713 +IGxhc3Rpbmc= 20714 +5aW955qE 20715 +IHRpZW5lcw== 20716 +IHJlY2VpdmVz 20717 +IE9zY2Fy 20718 +IHJlbWVtYmVyaW5n 20719 +IHByb2JsZW1hcw== 20720 +IGlh 20721 +5Zib 20722 +IG1lbW9yYWJsZQ== 20723 +IGpvdXJz 20724 +IGZhw6dvbg== 20725 +YW1pYw== 20726 +IOu0pA== 20727 +YXRpcXVl 20728 +IOutlOqwgA== 20729 +IHppcA== 20730 +aGFsdA== 20731 +IPCfmA== 20732 +IGZyaWVz 20733 +IGZpbmRlbg== 20734 +Z3Jh 20735 +0YDRg9C0 20736 +aW1wb3J0 20737 +IOuLrOs= 20738 +IGlraQ== 20739 +IGNvbXBsYWluaW5n 20740 +IGZhemVuZG8= 20741 +IGdvb2dsZQ== 20742 +IHRhYnM= 20743 +IOuTpOyWtOw= 20744 +44Km 20745 +dWdv 20746 +aWVydG8= 20747 +YXVmZW4= 20748 +IOuovOyggA== 20749 +IHNrdWxsZQ== 20750 +IHN1aXY= 20751 +IHNweQ== 20752 +IEthaQ== 20753 +6YKj5YCL 20754 +IG1hcnRpYWw= 20755 +IG9uZGVy 20756 +6Kqw 20757 +YXRpbGl0eQ== 20758 +IGlyZ2VuZHdpZQ== 20759 +IGNsYXA= 20760 +aW50ZWxs 20761 +IGluc3RhbGxpbmc= 20762 +IHVuaXF1 20763 +IENlbnRyZQ== 20764 +YXN0cw== 20765 +dWFy 20766 +IHJldmlz 20767 +IHRocmVhdGVuaW5n 20768 +cmFpcw== 20769 +IGN1aWQ= 20770 +c2th 20771 +IHJlc29sdmVk 20772 +IHJpZGVz 20773 +IGZhaWx1cmVz 20774 +IHNlbWI= 20775 +IG1hbGVz 20776 +VUZG 20777 +5b6I5aSa 20778 +IHRyw6pz 20779 +YXBwZWQ= 20780 +IG5ld3NwYXBlcnM= 20781 +cmlldA== 20782 +IGFwcGxhdWRz 20783 +0JM= 20784 +IOOBrw== 20785 +IE5D 20786 +5Y2D 20787 +5pmC6ZaT 20788 +IGhldGVy 20789 +IGhhemFyZA== 20790 +IHJ5 20791 +IHN0cmljdGx5 20792 +IDU0 20793 +IOuTpOyWtOqwgA== 20794 +IHNwb250 20795 +IHRhdHPDpGNobGljaA== 20796 +IOunkOyU 20797 +bGF1Yg== 20798 +IGFic29yYmVk 20799 +YWNhxJ/EsXo= 20800 +IG9udQ== 20801 +INCQ0L0= 20802 +IGV4cGxpY2l0bHk= 20803 +IOyerA== 20804 +IEZ1dHVyZQ== 20805 +YWNodGVu 20806 +w6Bv 20807 +eW9u 20808 +IHNlcmlh 20809 +IEhlcnJlbg== 20810 +Y2Vq 20811 +IEFsYmVydA== 20812 +7J2064qU 20813 +ZWN0b3I= 20814 +IHBhY2tpbmc= 20815 +IHZpcnR1ZQ== 20816 +IHZlbmly 20817 +REQ= 20818 +IHlheg== 20819 +IGxvZ3M= 20820 +IFBob3Rvc2hvcA== 20821 +IHNpZA== 20822 +bGluZ3M= 20823 +IHJlbW90ZWx5 20824 +IERpZmZlcmVudA== 20825 +IG9wZXJhdGVk 20826 +bGlnaHRz 20827 +IGRpc2NyaW1pbg== 20828 +aXN0YW5jZQ== 20829 +IEdSRQ== 20830 +IHBsYWM= 20831 +IHNoaXJ0cw== 20832 +IGp1c3RpZnk= 20833 +IHRyYWJhbGhv 20834 +dXRpbA== 20835 +dm9j 20836 +IHF1YXJ0 20837 +IM6k 20838 +U0M= 20839 +IFNS 20840 +IC0i 20841 +IGhlc2l0YXRl 20842 +IHBhaw== 20843 +6Iez 20844 +Z3Vh 20845 +Sm8= 20846 +IHNvdXZlbnQ= 20847 +IEFuZ2VsYQ== 20848 +ZXNzZWU= 20849 +YWRlbHBoaWE= 20850 +YXJrcw== 20851 +IHdlZWQ= 20852 +IGthbm5zdA== 20853 +5YKZ 20854 +IOq3uOufrOuLiOq5jA== 20855 +IHBsdXTDtHQ= 20856 +IENvbW1hbmRlcg== 20857 +IHN1bW1hcml6ZQ== 20858 +4K+A 20859 +IDk4 20860 +44GH 20861 +IGRldmVsb3BtZW50cw== 20862 +IENvc3Q= 20863 +IHRoZW9yZXRpY2Fs 20864 +IG9yZQ== 20865 +IG1ldGFsbA== 20866 +zr/Phc69 20867 +ZmFocg== 20868 +0JrQkA== 20869 +IGNodWNr 20870 +IGFkYXB0ZWQ= 20871 +IE9rbGFo 20872 +IE5ldGhlcmxhbmRz 20873 +IHBvZXQ= 20874 +c3Rv 20875 +a2F0 20876 +IHdlYXJz 20877 +568= 20878 +IOyWtOuUlA== 20879 +IEVzdG8= 20880 +IGxhdWdoZWQ= 20881 +IGRvbm5lcg== 20882 +IOuNsA== 20883 +IOybkOs= 20884 +b2N1cg== 20885 +IEtpY2s= 20886 +IERldHJvaXQ= 20887 +IGJpY3ljbGU= 20888 +IGxhY2tpbmc= 20889 +cGhhYmV0 20890 +IEtlbmQ= 20891 +QXNz 20892 +IHJldmVhbHM= 20893 +IM6g 20894 +IE5vYWg= 20895 +pqzripQ= 20896 +IHNlbGxz 20897 +IEFsYWJhbWE= 20898 +IHRlcnJpZmlj 20899 +IEVsZW1lbnQ= 20900 +IO2G 20901 +IHR1cmJv 20902 +IEhvbQ== 20903 +IHRoZW9yZW0= 20904 +IGFkdmVudHVyZXM= 20905 +IHB1cmNoYXNpbmc= 20906 +IFTDoQ== 20907 +INC80LDRgg== 20908 +IHZlbW9z 20909 +IGR1dGllcw== 20910 +IHdlbmln 20911 +IGJvb3Ro 20912 +IGVudHJhcg== 20913 +VkE= 20914 +IGdlYXJz 20915 +IEphZQ== 20916 +w6hu 20917 +IGNhbGNpdW0= 20918 +IFJvYmVydHM= 20919 +INC/0YDQvtCx0LvQtdC8 20920 +IHJpYmJvbg== 20921 +INC90LDQt9GL0LI= 20922 +IGxhdg== 20923 +IGludGVydmVudGlvbnM= 20924 +IFVsdHJh 20925 +IG5hbWVseQ== 20926 +IGFkZXF1YXRl 20927 +IHJlY2Fw 20928 +IGRvY2s= 20929 +ZnRpbmc= 20930 +IHZvaQ== 20931 +IGNvbnN1bHRhdGlvbg== 20932 +INGB0LXQvA== 20933 +IHBvZGVt 20934 +IHBvc3Nlc3Npb24= 20935 +IGNsdWVz 20936 +IFJ1c3NlbGw= 20937 +IHJlbmV3YWJsZQ== 20938 +5Y6y5a6z 20939 +INGD0Lc= 20940 +aW5mb3JtYXRpb24= 20941 +aWdnZXJz 20942 +V2l0aA== 20943 +d25v 20944 +IGVsYWJvcmF0ZQ== 20945 +Y3RvcmFs 20946 +IERvdw== 20947 +IHJhbWVu 20948 +5o+Q 20949 +4buV 20950 +IGVyc3Rl 20951 +IFplbA== 20952 +44OX 20953 +IHF1YXNp 20954 +INC90LDQug== 20955 +56eS 20956 +IFN0YXJz 20957 +IHRyaWJhbA== 20958 +IHNlYXRlZA== 20959 +IHdvbA== 20960 +IGNob2w= 20961 +w6Rtw6Q= 20962 +IG91dGJyZWFr 20963 +IGNyZXM= 20964 +IHVuc2VyZXI= 20965 +IO2RnA== 20966 +IHVuZGVyd2F0ZXI= 20967 +IGFzc3VyZQ== 20968 +T09E 20969 +IG5hcHJhd2TEmQ== 20970 +IGVzdGFibGlzaG1lbnQ= 20971 +IGluY29u 20972 +IGRpZmVyZW50ZQ== 20973 +IGV4Y3Vz 20974 +IERpbQ== 20975 +0L7RhQ== 20976 +IExpbmc= 20977 +cm9sb2c= 20978 +IOOBvg== 20979 +IG91dGRvb3Jz 20980 +bmFq 20981 +IGVwaWRlbWlj 20982 +IHVudGVycw== 20983 +IDMwMDA= 20984 +IEdhYnJpZWw= 20985 +IOyXhuuKlA== 20986 +IGVuY2w= 20987 +IE9kZXI= 20988 +IEZvb3Q= 20989 +cGFz 20990 +IFp1aw== 20991 +5ZOh 20992 +IHdvcmtmbG93 20993 +IHVucA== 20994 +IGFsbGlhbmNl 20995 +ZW5zY2hhZnQ= 20996 +IHlvZ3VydA== 20997 +0LjQvdC1 20998 +IGVydQ== 20999 +IGZpeg== 21000 +5LqU 21001 +IGHFnw== 21002 +IGFwcmVuZA== 21003 +IGN1YWxxdWllcg== 21004 +IGNhcnJvdHM= 21005 +xLFuxLFu 21006 +YWZvb2Q= 21007 +IGZsb29ycw== 21008 +IGtleXdvcmRz 21009 +IHNwb3R0ZWQ= 21010 +IGRyYW5r 21011 +IHBhcmFz 21012 +IMO6bHRpbW8= 21013 +IGhhYmxhcg== 21014 +IHByb3NlY3V0 21015 +7JeQ64+E 21016 +6ZaL5aeL 21017 +IMOpcA== 21018 +IHN0aWNrZXJz 21019 +IHB1c2hlcw== 21020 +a2g= 21021 +IHJlc3RhcnQ= 21022 +IFRodW5kZXI= 21023 +4budaQ== 21024 +IG11aXRh 21025 +IGZveA== 21026 +YXJkZcWf 21027 +IFphY2g= 21028 +IE1pbmVjcmFmdA== 21029 +57g= 21030 +ID09PT0= 21031 +IGfDtnJl 21032 +IHN0YW5jZQ== 21033 +aWd1bmc= 21034 +2Y7ZkQ== 21035 +a8Ok 21036 +IHRlYWNoaW5ncw== 21037 +6YY= 21038 +IGRlY2F5 21039 +IHJpYw== 21040 +b21lbmE= 21041 +INCy0YHQtdC8 21042 +Y2h0ZW4= 21043 +IFZlcnQ= 21044 +IO2VnOq1rQ== 21045 +rLTr 21046 +IGNvYw== 21047 +Oik= 21048 +a2VpdGVu 21049 +IEJB 21050 +ZXRoZWxlc3M= 21051 +IGhlYWRxdWFydGVycw== 21052 +IHNwaWtl 21053 +IEJhc2U= 21054 +IDEwMQ== 21055 +IGNvb3JkaW5hdGVz 21056 +IHRhcmQ= 21057 +IGJvaWxlZA== 21058 +IE1vbnN0ZXI= 21059 +IG5vdGVib29r 21060 +IOq0gA== 21061 +IFdha2U= 21062 +IFNldHRpbmc= 21063 +7J207Jc= 21064 +IFN5ZG5leQ== 21065 +IEZpbm4= 21066 +IGxvYmJ5 21067 +5b6e 21068 +IHNlbmlvcnM= 21069 +0L3QuNGF 21070 +YXZhbg== 21071 +IEpF 21072 +IHRyYWZm 21073 +dGhpbms= 21074 +IHNsYXA= 21075 +IENhc3RsZQ== 21076 +qW5n 21077 +IGFsZ3Vub3M= 21078 +IFBlcnNvbmFsbHk= 21079 +IE1hbGU= 21080 +7Yuw 21081 +IEdlbmVyYWxseQ== 21082 +IFBlbA== 21083 +IGRpYXM= 21084 +IGV2b2x2aW5n 21085 +aXRvbA== 21086 +0LLQvtGA 21087 +IHBsZWlu 21088 +IGZsaWdodHM= 21089 +IGVsZXZlbg== 21090 +b3dlag== 21091 +4buRbmc= 21092 +IGFrdQ== 21093 +IGdsYW5jZQ== 21094 +IGNvbm5lY3Rpdml0eQ== 21095 +IGJhbGQ= 21096 +0YvRhw== 21097 +IGludGVzdA== 21098 +w6Fn 21099 +IEdSw5w= 21100 +aWJsaWNhbA== 21101 +IFBhcGE= 21102 +IHBpdHk= 21103 +IGZhaW50 21104 +IHd1cmRlbg== 21105 +IGxlZ2FsbHk= 21106 +IHByZXk= 21107 +IFNjaWVuY2Vz 21108 +INC/0YDQvtGB 21109 +IHRyYWluZXI= 21110 +IHByb2Jsw6htZQ== 21111 +IGtpbG8= 21112 +0LrQvtCz0L4= 21113 +IGJyaWRnZXM= 21114 +ODk= 21115 +IGxhc3RlZA== 21116 +IGVsZWdhbnQ= 21117 +Ym93cw== 21118 +IHBhbGFi 21119 +IGRpcmVjdG9yeQ== 21120 +5LiN5pyD 21121 +IGJ1bGI= 21122 +cGVvcGxl 21123 +SVg= 21124 +IGdlYg== 21125 +IDY2 21126 +IFRlbm5lc3NlZQ== 21127 +YWhsZW4= 21128 +aWV2YWw= 21129 +IGNhdXQ= 21130 +IERhbWVu 21131 +cGxv 21132 +aWFuZQ== 21133 +0LDQu9C1 21134 +YXR0YW4= 21135 +INin2YTYsw== 21136 +IHJpc2t5 21137 +IHNsZWV2ZQ== 21138 +IGluY2lkZW50cw== 21139 +IOuwlQ== 21140 +Q28= 21141 +IGFwcGxpY2FibGU= 21142 +IGltcGVyaWFs 21143 +IFBoaWxpcA== 21144 +IFllYQ== 21145 +0LXRgNC+ 21146 +INC/0L7QutCw0Lc= 21147 +w7xuZQ== 21148 +7JiA 21149 +SHVi 21150 +dG9y 21151 +IHNpZ3U= 21152 +Y2VuZA== 21153 +IHBvbGl0aWNhbGx5 21154 +IOyCtA== 21155 +IHBhcnM= 21156 +IG91dg== 21157 +IHByaW1laXJh 21158 +IFNoYWg= 21159 +IHNhdHVy 21160 +IGNvbWJ1c3Q= 21161 +IHByb21vdGVk 21162 +7KO86w== 21163 +5oCV 21164 +IHRlbXBsYXRlcw== 21165 +IOuLrA== 21166 +IGhhdWw= 21167 +INGC0LXRgA== 21168 +IHNsaWRpbmc= 21169 +Y2VkZW50ZWQ= 21170 +IOOBrg== 21171 +Y2hpbGRyZW4= 21172 +TVI= 21173 +IFdlaQ== 21174 +IGLDtnI= 21175 +5pep 21176 +IHByw7N4aW1v 21177 +YXLDrWE= 21178 +IHNhbXBsaW5n 21179 +0LXQu9C10L0= 21180 +ZXNp 21181 +IERhbmllbGxl 21182 +IE9rbGFob21h 21183 +6IU= 21184 +55WM 21185 +0LXRgdC/ 21186 +IERWRA== 21187 +INCy0YvQvw== 21188 +cm91cw== 21189 +Y29ucw== 21190 +IGVuaGFuY2Vk 21191 +6Zuj 21192 +IHBhc3Rvcg== 21193 +IFN1ZGRlbmx5 21194 +6K6T 21195 +ZmFy 21196 +UEVS 21197 +IE5n 21198 +MTAwMA== 21199 +IGNoZXc= 21200 +IHJ1bW9ycw== 21201 +IEFuYQ== 21202 +IGFubsOpZXM= 21203 +INGD0YHRgg== 21204 +IFBoaWxhZGVscGhpYQ== 21205 +5Zev 21206 +0LXQttC00YM= 21207 +IGVmZmVjdGl2ZW5lc3M= 21208 +6L+Z5qC3 21209 +w6l0w6k= 21210 +IGRpbmc= 21211 +IHJlbGlnaW9ucw== 21212 +IGFnZWQ= 21213 +emllxIc= 21214 +IFJpYw== 21215 +IEthcA== 21216 +IFBhZ2U= 21217 +IHPDvA== 21218 +IG7DpG1saWNo 21219 +IG1hbmtpbmQ= 21220 +IHJlc3Rpbmc= 21221 +IGluZmx1ZW5jZXM= 21222 +IFNjaHVs 21223 +INC90LXQsg== 21224 +IG1hbmE= 21225 +IGNvbnN1bWVk 21226 +IFBvbQ== 21227 +576O5ZyL 21228 +IGNvbnNlZ3Vpcg== 21229 +IFRoYW5rc2dpdmluZw== 21230 +IEhpbmR1 21231 +bGFpcw== 21232 +IHRocml2ZQ== 21233 +IGNvbnRvdXI= 21234 +0LDRhtC40Y8= 21235 +IGZhbGFuZG8= 21236 +IErDoQ== 21237 +emFu 21238 +0LjRgtGD 21239 +aXBoZXI= 21240 +amFtaW4= 21241 +IEhhbGxv 21242 +IDE2MA== 21243 +INC+0YHQvtCx 21244 +IG1ldGU= 21245 +IOyVjOs= 21246 +IEJhcmNlbG9uYQ== 21247 +bGV0dGVy 21248 +INCd0LXRgg== 21249 +5Zk= 21250 +IGFkZW3DoXM= 21251 +IGNvb3JkaW5hdGlvbg== 21252 +dW50cw== 21253 +IHNsb3A= 21254 +INC/0YDQuNC0 21255 +7KeA66eJ 21256 +IHF1ZXN0aW9uaW5n 21257 +IGRpZXNlbA== 21258 +IGRlag== 21259 +IGFmZmlybQ== 21260 +jZTrnbzqs6DsmpQ= 21261 +aWVubmU= 21262 +IGNyYW5r 21263 +IHByZWRpY3Rpb25z 21264 +IHBoeXNp 21265 +Y2hzZWw= 21266 +IGNvbWJpbmF0aW9ucw== 21267 +IGV4Y2VsbGVuY2U= 21268 +6YCZ6bq8 21269 +4bud 21270 +d2lkdGg= 21271 +d2VlZA== 21272 +hOulvA== 21273 +hOuniA== 21274 +IGFsdG8= 21275 +IGRhaXJ5 21276 +IE5vcm1hbA== 21277 +cHBlbg== 21278 +IG9iZW4= 21279 +IGRldmFzdGF0aW5n 21280 +IHBveg== 21281 +IEh1cw== 21282 +bWF6 21283 +IHdhcm5lZA== 21284 +IGRlbms= 21285 +IEF1c3M= 21286 +IHRyYWRlcw== 21287 +aGVsbA== 21288 +IHByaW1lcm8= 21289 +IG1pYQ== 21290 +0LLQsNGA 21291 +2KjZig== 21292 +IGtpY2tz 21293 +IGHEnw== 21294 +IE3DvA== 21295 +IGx1Yw== 21296 +0LXQvdC40LXQvA== 21297 +IFN0YW5kYXJk 21298 +cmljZQ== 21299 +IEN1Yg== 21300 +IGdvdQ== 21301 +IEpvw6Nv 21302 +0YPRgdC6 21303 +IGVucXU= 21304 +o4w= 21305 +Z2V3 21306 +IO2BsA== 21307 +b3dhbmlh 21308 +aWFuaQ== 21309 +IGZha3Q= 21310 +0Y/QvdC4 21311 +IGJlZg== 21312 +IHRodW1ibmE= 21313 +IGNldXg= 21314 +5q2h6L+O 21315 +YXBwbGU= 21316 +TkVO 21317 +IGdhZA== 21318 +YXBvbg== 21319 +IEZhbnRhc3RpYw== 21320 +IGNvbmNlbnRyYXRlZA== 21321 +Z2lybA== 21322 +bGVuZQ== 21323 +INCU0LvRjw== 21324 +IMOpdGE= 21325 +YWFu 21326 +IG91dHRh 21327 +IG5hcmM= 21328 +IEJvZHk= 21329 +YnJ1c2g= 21330 +IGxlZ2lzbGF0aXZl 21331 +IE1lZ2Fu 21332 +IG1pc3Rha2Vu 21333 +IE1pc3NvdXJp 21334 +IGxhYmVsZWQ= 21335 +0LvRj9C10YLRgdGP 21336 +IHJlYWxpc2Vk 21337 +eW9yc3Vu 21338 +44GC44KK44GM44Go44GG 21339 +IFNhZmV0eQ== 21340 +IGFjY2VsZXJhdGU= 21341 +IHNhbmN0aW9ucw== 21342 +IHBlZQ== 21343 +IGp1ZWdv 21344 +IHBlcHBlcnM= 21345 +IHdhbA== 21346 +6riJ 21347 +ZWxsb3c= 21348 +INC20LXQvQ== 21349 +IGNpbmNv 21350 +INGB0LjRgdGC 21351 +Y292ZXJ5 21352 +IGdyYW0= 21353 +IMOpcG8= 21354 +IEJNVw== 21355 +aXZvbA== 21356 +IENoZW0= 21357 +55qE6Kmx 21358 +dXNlbWVudA== 21359 +IFN1cHBvc2U= 21360 +IOqwgOyngOqzoA== 21361 +IG1pbGxlbm4= 21362 +IFR1bg== 21363 +IG1lZGFs 21364 +IGhhY2lh 21365 +IHN0aW11bHVz 21366 +IGJyaWdodG5lc3M= 21367 +YWllbnQ= 21368 +IEhhbmRz 21369 +aW5ldA== 21370 +IGNvYWxpdGlvbg== 21371 +5a24 21372 +IHJpc2Vz 21373 +cmluYQ== 21374 +IHNjb290 21375 +IOOBpw== 21376 +IGRlZmVuZGluZw== 21377 +IGludmVycw== 21378 +IGhpbGxz 21379 +IGZ1bGZpbGxlZA== 21380 +5Yiw5LqG 21381 +bGxpZQ== 21382 +IGFkb2xlcw== 21383 +IENoYXNl 21384 +5Zac5q2h 21385 +IEpK 21386 +IG5ldWVu 21387 +IFRydQ== 21388 +IGluaGVyaXQ= 21389 +IHNpeHR5 21390 +IEV4cA== 21391 +IENsYXk= 21392 +0L7RgdC+0LE= 21393 +YXJuYQ== 21394 +IEltcGVyaWFs 21395 +INGN0YLQsA== 21396 +IHNvY2lhbGx5 21397 +YXR5 21398 +b2R5bmFt 21399 +IHJpYnM= 21400 +b21pYw== 21401 +IFRvbA== 21402 +0L7Qu9C2 21403 +IDE5OTg= 21404 +IGZyYW0= 21405 +IHJhbmtz 21406 +INCx0YPQtNGD 21407 +IENvbG9u 21408 +SHo= 21409 +IGFjY29tbW9kYXRl 21410 +IGV4cGxvZGU= 21411 +7YSw6w== 21412 +SEFFTA== 21413 +IEhhcnQ= 21414 +INC20LjQt9C90Lg= 21415 +5qE= 21416 +IGRlbGljYXRl 21417 +oNeX 21418 +IHRvZnU= 21419 +IGFjaGlldmVtZW50cw== 21420 +IFNvcg== 21421 +IGFncmVlbWVudHM= 21422 +IDU3 21423 +IHRhbXA= 21424 +IGZyYW7Dp2Fpcw== 21425 +IGhlcmJz 21426 +Y29ybg== 21427 +IGtvbms= 21428 +QU5B 21429 +IFFp 21430 +IHByw7Nw 21431 +IHRpZ2Vy 21432 +IOuRmA== 21433 +xINt 21434 +IGFwcHJlbnQ= 21435 +YWhhbg== 21436 +IHJ1bGluZw== 21437 +IHRzcA== 21438 +IHR3aXR0ZXI= 21439 +IHRlZW5hZ2Vy 21440 +YnVz 21441 +IO2S 21442 +IEFtZW5kbWVudA== 21443 +IHRhcHBpbmc= 21444 +IEFQSXM= 21445 +5aC0 21446 +IG1hdGNoZWQ= 21447 +66m0 21448 +V0E= 21449 +IEJlYXV0eQ== 21450 +IGluZXZpdGFibGU= 21451 +IGdhc2Vz 21452 +INm+ 21453 +aGlnaA== 21454 +IE9wdA== 21455 +IHByZWRvbWlu 21456 +z4HPjA== 21457 +IHR1YmVz 21458 +IOyVoA== 21459 +IEFh 21460 +IOaciQ== 21461 +b21ldG93bg== 21462 +IElN 21463 +IGRlc2Fy 21464 +w6RyZW4= 21465 +INC80LDRgQ== 21466 +IE3DtmdsaWNo 21467 +IHJlbnRhbA== 21468 +IO2VqOq7mA== 21469 +IERpYW5h 21470 +IGF1dGlzbQ== 21471 +IFB1ZXJ0bw== 21472 +xLFsZA== 21473 +IGZhbGFu 21474 +IGRyZWFtaW5n 21475 +IGd1dGU= 21476 +INC60LDQvA== 21477 +IHdyZWNr 21478 +IHN0b3J5dGVsbGluZw== 21479 +IExlZ2VuZA== 21480 +IFVrcmFpbg== 21481 +INC/0YDQvtC40YE= 21482 +IFNL 21483 +IO2WiQ== 21484 +IMWbd2k= 21485 +IEJlbGlldmU= 21486 +IG1vc3RyYXI= 21487 +IFRvZGQ= 21488 +IE5pZ2Vy 21489 +aWN0aW5n 21490 +aGFyZA== 21491 +Oi8v 21492 +aXJhYmxl 21493 +aWdhdGlvbg== 21494 +IE1lbWJlcnM= 21495 +IOygnO2SiA== 21496 +IGRpc2NvdXI= 21497 +n70= 21498 +cmlrYQ== 21499 +IERO 21500 +IEZpZg== 21501 +IENhcGl0YWw= 21502 +0YDQvtC8 21503 +IFNhbnM= 21504 +eXVu 21505 +IHBpbG90cw== 21506 +IHRyYXQ= 21507 +IG55dA== 21508 +IOuvvA== 21509 +IGV4cG9uZW50aWFs 21510 +IGVtZXJnZQ== 21511 +IHRyYWplY3Rvcnk= 21512 +INC/0L7Rh9C10LzRgw== 21513 +IHNlYWxlZA== 21514 +YXR0aQ== 21515 +IHdpZGVz 21516 +INC+0LPRgA== 21517 +aWFuY2Vz 21518 +IHdpdG5lc3NlZA== 21519 +T3I= 21520 +b3Np 21521 +IEpvZWw= 21522 +b25hbA== 21523 +6IG9 21524 +IEludGU= 21525 +Y2VkZXM= 21526 +IEdvdHRh 21527 +YW5pdW0= 21528 +IGZlbWFsZXM= 21529 +IExlYmVucw== 21530 +IG1vaXN0dXI= 21531 +IFNpbXBsZQ== 21532 +IERvY2g= 21533 +YXLDoQ== 21534 +IGdlc2VoZW4= 21535 +VVNU 21536 +xqFp 21537 +IGNsYXNzaWZpY2F0aW9u 21538 +IGRpYWdvbmFs 21539 +IHBlcm1ldHQ= 21540 +Y29tcA== 21541 +INin2YTYrQ== 21542 +IE1hbGF5cw== 21543 +IGdlaMO2cnQ= 21544 +IHBvcHBlZA== 21545 +IGNvbnRhY3RlZA== 21546 +INeb15w= 21547 +IDE0MA== 21548 +IGFkYXB0YXRpb24= 21549 +IG1hbnVz 21550 +IHR1cmtleQ== 21551 +IHByZWFjaA== 21552 +YnJpZ2h0 21553 +IGRvd25z 21554 +IHVucHJlY2VkZW50ZWQ= 21555 +IG1pZ2h0eQ== 21556 +IGNhdGVy 21557 +aXR0aQ== 21558 +Z3M= 21559 +IERlcHV0eQ== 21560 +d3JpdGU= 21561 +IEJsZXNz 21562 +w6Fj 21563 +IHN1bW1pdA== 21564 +IOuPvOyalA== 21565 +IHRob3VnaHRmdWw= 21566 +IHNocmVk 21567 +c2luZ2luZw== 21568 +INC70YPRh9GI0LU= 21569 +IHllbg== 21570 +IHZpYnJhbnQ= 21571 +IFdhbHRlcg== 21572 +IGhvc3Rz 21573 +IGFtYnVs 21574 +IGludmFzaW9u 21575 +b2dhbg== 21576 +IHJlYXNvbmluZw== 21577 +IHN1Y2M= 21578 +0LvQtdC60YI= 21579 +IGZhbGE= 21580 +IGtpbmdz 21581 +IGdvaW4= 21582 +IGNhbGli 21583 +IEdSw5xORU4= 21584 +b3Rlcg== 21585 +IGVpbno= 21586 +IGluc3VsaW4= 21587 +iqg= 21588 +IHNjYWxpbmc= 21589 +IENvcm4= 21590 +aHlk 21591 +IG1hdHRl 21592 +UEw= 21593 +IGFsaWVucw== 21594 +IFNlZw== 21595 +6K+d 21596 +ZXN0aQ== 21597 +YXN0aWNz 21598 +IHdhcm1lcg== 21599 +IGluZ2Vu 21600 +IE1M 21601 +IHJvZGU= 21602 +IEV5ZQ== 21603 +YmVpdHM= 21604 +IEJhcm4= 21605 +wrss 21606 +IENodWNr 21607 +IHByb2ZpdGFibGU= 21608 +dWd1ZXNl 21609 +IEFyYWJpYQ== 21610 +IGNvY28= 21611 +IHB1ZWRv 21612 +IGluZmxhbW1hdGlvbg== 21613 +Y2xpcA== 21614 +IHRhYmxlc3Bvb25z 21615 +IOygkQ== 21616 +IFN3ZWQ= 21617 +IGFuYXQ= 21618 +7Iig 21619 +IGFycmli 21620 +IGRhbmNlcg== 21621 +IENhcnRlcg== 21622 +IG1hZ25pZmlj 21623 +c3RvcmU= 21624 +6YG4 21625 +IGZhZGU= 21626 +IGFjY29tcGFueQ== 21627 +IHdhaHI= 21628 +IHllYXN0 21629 +IG1pbmVyYWw= 21630 +IGxlZ2lzbGF0dXJl 21631 +5L2P 21632 +aXJvcw== 21633 +IGNyb3dkZWQ= 21634 +0YDQsNGI 21635 +b2NhZG8= 21636 +7Ja07JW8 21637 +IO2bhA== 21638 +IEJhcnJ5 21639 +bWFzdGVy 21640 +IG5pY2tuYW1l 21641 +ICIuLi4= 21642 +IFJz 21643 +IE1vb3Jl 21644 +IHZlbnVl 21645 +INCx0YM= 21646 +44Oh 21647 +bGlob29k 21648 +IEFnZW5jeQ== 21649 +0LvQvtCy 21650 +IGthaA== 21651 +IOyGjOumrA== 21652 +IG1hcnNo 21653 +IGluY29ycG9yYXRlZA== 21654 +YW50d29ydA== 21655 +IGtpbWNoaQ== 21656 +IHdvbw== 21657 +IGRpc3RyYWN0ZWQ= 21658 +ZXJpZXM= 21659 +IGluZm9ybWFjacOzbg== 21660 +IENob29zZQ== 21661 +IEphZGk= 21662 +IGFuYWxvZ3k= 21663 +c2F5 21664 +dWZmbGU= 21665 +Ym9r 21666 +IGFjaWRz 21667 +IGFjcXVpc2l0aW9u 21668 +IHZhcmlhbnRz 21669 +6LW35L6G 21670 +IHBhc3NpZXJ0 21671 +7J2064KY 21672 +cnVjdGl2ZQ== 21673 +YnJpZw== 21674 +IOOAjA== 21675 +ZXBoZXI= 21676 +IHBI 21677 +dXRsaWNo 21678 +5beu 21679 +IHJlbGll 21680 +dWl0ZQ== 21681 +IHJlY2VwdGlvbg== 21682 +IGNvaA== 21683 +IFByZXA= 21684 +IGFudGljaXBhdGU= 21685 +5oCn 21686 +a2Vl 21687 +IGRlc2lnbmF0ZWQ= 21688 +0Y/RgtC4 21689 +IEtvcg== 21690 +IEFuaW0= 21691 +w7xobA== 21692 +IFdoaXQ= 21693 +IHVuY292ZXI= 21694 +IE1heWE= 21695 +INGC0L7Qs9C00LA= 21696 +sJU= 21697 +dXRlbmFudA== 21698 +IOyWvOs= 21699 +IGZvcmVzdHM= 21700 +IG1lbWU= 21701 +IGRpc3Rpbmd1aXNoZWQ= 21702 +IE1hcng= 21703 +IExpb24= 21704 +IHNlcnZhbnRz 21705 +IERpYW0= 21706 +55W254S2 21707 +IFBvbGljeQ== 21708 +jbw= 21709 +IHRyaWdnZXJlZA== 21710 +YWJpbGly 21711 +IOydkQ== 21712 +IG5lZ290aWF0ZQ== 21713 +IGZleg== 21714 +IGVydw== 21715 +IHZhcmllcw== 21716 +IGplbWFuZA== 21717 +IGRpc2NoYXJnZQ== 21718 +0YHRj9GH 21719 +IFBBUg== 21720 +IEFmZmFpcnM= 21721 +IHZvdGVy 21722 +IGF0ZW4= 21723 +IGNyb2lz 21724 +b2JpbA== 21725 +IE9vcHM= 21726 +IEFyYw== 21727 +IEhlYXRoZXI= 21728 +YW5rYQ== 21729 +IHNpbXBsZXM= 21730 +zr/OvQ== 21731 +Ij4= 21732 +IGNob3Jkcw== 21733 +IFNhbmRlcnM= 21734 +IOu2hOs= 21735 +QmVu 21736 +IGRhcsO8YmVy 21737 +aWxpYW5z 21738 +IG9yZGVyaW5n 21739 +IE1hbmg= 21740 +IGtpbG9ncmFt 21741 +IGthcsWf 21742 +IGdyYXNw 21743 +IGdob3N0cw== 21744 +YWxlbg== 21745 +IEplZGk= 21746 +INCx0LvQuA== 21747 +IGRvd25sb2FkZWQ= 21748 +IGNvbmR1Y3Rpbmc= 21749 +IEhhaw== 21750 +IHJlc2VhcmNoZXI= 21751 +aWxhbg== 21752 +Z29vZA== 21753 +IEhhbm5haA== 21754 +IGTDvMWfw7xu 21755 +IE1lc3NpYWg= 21756 +dWl0eQ== 21757 +aW9uYQ== 21758 +IHByb2JhYmxl 21759 +IFlF 21760 +IGluZGVwZW5kZW50bHk= 21761 +IGJ1ZmZlcg== 21762 +YnVybg== 21763 +b3VyZA== 21764 +IE1jSw== 21765 +IGxpbmd1 21766 +dWplbXk= 21767 +0LXRgNGC 21768 +IGludHVpdGl2ZQ== 21769 +IGNyYWNrcw== 21770 +YXBwcm9wcmk= 21771 +bnR5 21772 +IGdlZW4= 21773 +IGxlbmQ= 21774 +IGNlcnRpZmljYXRpb24= 21775 +SURT 21776 +dW50ZXI= 21777 +cGVlcw== 21778 +IHRydW1w 21779 +IGJhbmtydXB0 21780 +IGZlYXM= 21781 +6Jc= 21782 +IGR1xbw= 21783 +5riF 21784 +IHZpcnVzZXM= 21785 +IDU4 21786 +Z29k 21787 +INC20LXQuw== 21788 +IHN0YWxr 21789 +SW5k 21790 +YWNoaQ== 21791 +IENG 21792 +IENvbmQ= 21793 +IHNhbmN0 21794 +IGNvbnRlbg== 21795 +IGZyZWVk 21796 +IFJU 21797 +IG1lbnRvcnM= 21798 +7KGx 21799 +IHBvcnRhYmxl 21800 +IFBhdWxv 21801 +cmFuZQ== 21802 +SEFIQQ== 21803 +IFNlY3Rpb24= 21804 +54Y= 21805 +aHl1bg== 21806 +IM6tz4c= 21807 +IFB1Yg== 21808 +IEluZGVwZW5k 21809 +IGNvbXBvdW5kcw== 21810 +INGB0Ys= 21811 +IG1lc3NhZ2luZw== 21812 +IGRlZGljYXRpb24= 21813 +IG5vdGljaW5n 21814 +IGRldm90ZWQ= 21815 +0Y7RgtGB0Y8= 21816 +IHNuYWtlcw== 21817 +IGJhdHRsZWZpZWxk 21818 +cGVycw== 21819 +IGRlbGE= 21820 +OTI= 21821 +IGhhaQ== 21822 +aWxsw6Q= 21823 +w6lyZXI= 21824 +ZXZlcnk= 21825 +IHJlc3BvbnNpdmU= 21826 +15nXlQ== 21827 +b3Bm 21828 +6Yk= 21829 +irg= 21830 +QmVjYXVzZQ== 21831 +IHRvdXJpc20= 21832 +IOq3uOqyjA== 21833 +15XXpg== 21834 +IGNhbnM= 21835 +c3TDvHQ= 21836 +IGRvbm5l 21837 +IERpb3M= 21838 +IFViZXI= 21839 +YWN0b3J5 21840 +IG9yaWVudGVk 21841 +IEhlcm0= 21842 +IHBhdHJvbg== 21843 +dXJm 21844 +YmVp 21845 +IHByb2dyYW1h 21846 +IE9oaA== 21847 +Z2VuZXI= 21848 +IGZpc3Q= 21849 +IFdlbmR5 21850 +IGFuZGE= 21851 +IGd1ZXNzZWQ= 21852 +IGZyZWFr 21853 +5Lit5ZyL 21854 +IEtpbmdz 21855 +Y2hvb2w= 21856 +IG9mZmxpbmU= 21857 +IEluZGlhbmE= 21858 +IEFsbGlhbmNl 21859 +IDUz 21860 +IHBhcnRpY3Vs 21861 +IEZvY3Vz 21862 +IGluaGFiaXQ= 21863 +IOqwmeydgOuNsA== 21864 +IE1jRw== 21865 +b3dza2k= 21866 +IOydtOqxtA== 21867 +IHBhxYRzdA== 21868 +0L7QvdC4 21869 +aXR0YQ== 21870 +IGNvbmZpcm1hdGlvbg== 21871 +IEJyb29rbHlu 21872 +IG5vb2RsZQ== 21873 +ZnVuZA== 21874 +aXR1ZA== 21875 +IGdyYW5kcGFyZW50cw== 21876 +IGJhcmJlY3Vl 21877 +zrXOuc+C 21878 +IOE= 21879 +IGJhbGxvdA== 21880 +IFZldGVy 21881 +IHBpcGVz 21882 +aWdpb3Vz 21883 +IEdyYXBo 21884 +ZXN0ZWQ= 21885 +IOu4jOs= 21886 +IEtF 21887 +44Gh44KH44Gj44Go 21888 +IGVpbnM= 21889 +IGhhdHJlZA== 21890 +44GR44Gp 21891 +IGRhbmc= 21892 +ZWVlZQ== 21893 +IGFyY2hhZQ== 21894 +IEplc3Nl 21895 +IGRldGVjdGVk 21896 +IHNlbmk= 21897 +YnVyZ2g= 21898 +IGRpc3BsYWNlbWVudA== 21899 +IGRvcA== 21900 +IGNvbmRpdGlvbmluZw== 21901 +INC90LXRgdC60L7Qu9GM0LrQvg== 21902 +IGRpc3R1cmJpbmc= 21903 +UEg= 21904 +IHRoaW5uZXI= 21905 +IHdvdW5kZWQ= 21906 +IEN1YW5kbw== 21907 +IGN1c2hpb24= 21908 +IHdoaXRlcw== 21909 +IHByZWZlcmVuY2Vz 21910 +IOykgOu5hA== 21911 +IGthxbw= 21912 +IEdhdGU= 21913 +IFBhdGg= 21914 +ZGxlcw== 21915 +4LiE4Lij 21916 +aW1vcmU= 21917 +IOuztOyXrA== 21918 +IGRpc2NpcGxpbmVz 21919 +4buP 21920 +IG1lc21h 21921 +IOyDiOs= 21922 +IOyLrA== 21923 +IGdpbmc= 21924 +IHVtYnJlbGxh 21925 +SUdIVA== 21926 +IHBlbnNpb24= 21927 +IGNvbWJpbmluZw== 21928 +U1M= 21929 +IHJlY3RhbmdsZQ== 21930 +4buHdA== 21931 +IHByb3hpbQ== 21932 +IENvdw== 21933 +uIw= 21934 +IGludGVudGlvbmFs 21935 +5pWZ 21936 +IGRlY2lk 21937 +INGB0LrQsNC2 21938 +IFVtYQ== 21939 +aWFzbQ== 21940 +YnV6 21941 +IGRlYnJpcw== 21942 +IGNhc3M= 21943 +IFByb3A= 21944 +aXNrYQ== 21945 +66Cl 21946 +ZXN0ZXJvbA== 21947 +dXNzaWFu 21948 +7J20656R 21949 +IHVubGltaXRlZA== 21950 +IGFkbWlyZQ== 21951 +IHRpZ2h0bHk= 21952 +IGdlbm9tZQ== 21953 +IEp1bmlvcg== 21954 +dmVuaXI= 21955 +Z3Vz 21956 +IGPEgw== 21957 +IFZsYWQ= 21958 +IO2C 21959 +IHJlbGF0aXY= 21960 +aW5jaQ== 21961 +IGF1bnF1ZQ== 21962 +IEJveXM= 21963 +0YbQuNC+0L0= 21964 +IFN3aXNz 21965 +IHBoeXNpY2lhbnM= 21966 +IO2PiQ== 21967 +IFBFVA== 21968 +IHdvdW5kcw== 21969 +YWJvdXQ= 21970 +w6Bp 21971 +b256 21972 +dXJpdGllcw== 21973 +INGD0LLQuNC0 21974 +5bem 21975 +IG1lbnRhbGl0eQ== 21976 +IHZhcmlhbmNl 21977 +IHNlZ3VuZGE= 21978 +IHZvbGNhbm8= 21979 +YWxpZQ== 21980 +4KWH 21981 +IHRpbGVz 21982 +IFRlcnJ5 21983 +INin2YTZhNmH 21984 +IGNhbm9u 21985 +IHNjYXR0ZXJlZA== 21986 +cHRvbg== 21987 +IGRlZmluaXRpb25z 21988 +IGFsZ2VicmE= 21989 +b3Rlbg== 21990 +YWJsbw== 21991 +aWp1YW5h 21992 +IHdyYXBwaW5n 21993 +IHNlc2FtZQ== 21994 +INC90LDRh9C40L3QsA== 21995 +IEFsZg== 21996 +INCg0L7RgdGB 21997 +b3Jubw== 21998 +IGFua2xl 21999 +IHNwZWNpYWx0eQ== 22000 +IGF0dGVtcHRpbmc= 22001 +aWxpYXRpb24= 22002 +IDE5MjA= 22003 +IHBoZW5vbWVuYQ== 22004 +IFByb2R1Y3Q= 22005 +IEJ1Y2s= 22006 +IEF3dw== 22007 +c2Vlbg== 22008 +IHZvaWQ= 22009 +IEZyYW5rbGlu 22010 +IGFkdm9jYWN5 22011 +IFNlcA== 22012 +IGNvb2xlc3Q= 22013 +INGB0YDQsNC30YM= 22014 +IFF1YW5k 22015 +IDkwMA== 22016 +IFRyYWQ= 22017 +ZGllcw== 22018 +IGhhc2g= 22019 +5oiR5bCx 22020 +5Lmf5piv 22021 +IHBvdHM= 22022 +IHNhZGx5 22023 +IHZpYWJsZQ== 22024 +IFRpZ2Vy 22025 +IE9ORQ== 22026 +IG5ldXJvbnM= 22027 +b3dhbmll 22028 +xJc= 22029 +IFNoYXI= 22030 +IExhbmRlcw== 22031 +IGNvbmZlcmVuY2Vz 22032 +6Kmy 22033 +IGNyZWRlbnRpYWw= 22034 +IGxpbWU= 22035 +aW5lZQ== 22036 +eGl0 22037 +cGF5 22038 +IGluY29ucw== 22039 +ID4+Og== 22040 +6KqN 22041 +IO2emOs= 22042 +IGxlc3Nlcg== 22043 +IHNwaWxs 22044 +IHByZW1pc2U= 22045 +IDM2NQ== 22046 +IEhvc3Q= 22047 +IHRvbWFy 22048 +15DXnA== 22049 +67KI 22050 +IFdoYXRz 22051 +IGxpZ2h0d2VpZ2h0 22052 +IE1hcA== 22053 +Zmlh 22054 +ZWxsc2NoYWZ0 22055 +IHZlbmRvcnM= 22056 +dWVzdG8= 22057 +IE1pc3Rlcg== 22058 +INCf0YDQuA== 22059 +5Y+z 22060 +aG1h 22061 +IGludGVudGlvbmFsbHk= 22062 +IFRhbmc= 22063 +6Zeu 22064 +IGlkZW50aWZpY2F0aW9u 22065 +IGV0Y2V0ZXJh 22066 +IE5lZQ== 22067 +INGC0YDQuA== 22068 +6re4 22069 +IGNyeXB0b2N1cg== 22070 +IGluaGFsZQ== 22071 +IGFkZGljdA== 22072 +5ZCE5L2N 22073 +IG1hdQ== 22074 +INGC0LDQutCw0Y8= 22075 +IOuyhA== 22076 +IGNvbXByYXI= 22077 +aWVkemllxIc= 22078 +INC+0YLQvdC+ 22079 +IGJlZ2lubmVy 22080 +INC80YPQtg== 22081 +IG9ic2M= 22082 +IGxpbWl0aW5n 22083 +YXNjdWxhcg== 22084 +IGluc3BlY3Rpb24= 22085 +YWNp 22086 +IHJlam8= 22087 +TXVz 22088 +IHphdGVu 22089 +IHN6Y3o= 22090 +IE1hZHJpZA== 22091 +IHZhcmlldGllcw== 22092 +IGVzdMOg 22093 +IFNoYWtlcw== 22094 +IGtpdHM= 22095 +IGFkbWluaXN0ZXI= 22096 +IGxhdmE= 22097 +IGfDpQ== 22098 +6Kmm 22099 +16rXmQ== 22100 +IFdheW5l 22101 +IGluc3RhZ3JhbQ== 22102 +IHJhdGVk 22103 +cGFwZXI= 22104 +IGJpbGQ= 22105 +IHByZXRlbmRpbmc= 22106 +IG9ic2VydmluZw== 22107 +INGB0LDQvNC+0Lw= 22108 +IHRyb3I= 22109 +IG9yZ2FuaXNtcw== 22110 +IGZhbHRh 22111 +IGhvbWV0b3du 22112 +57E= 22113 +IO2L 22114 +IGNoZWc= 22115 +IOyh 22116 +IGNvbW1h 22117 +aXPDqQ== 22118 +IGxpa2VsaWhvb2Q= 22119 +YXZvcmVk 22120 +IGdlbGRp 22121 +0L3QuNC60L7Qsg== 22122 +IG1lZGlv 22123 +IGpha2ll 22124 +IEp1cA== 22125 +IGdyZWVuaG91c2U= 22126 +IHNwaXQ= 22127 +0LrQvtC1 22128 +INC60LDQtg== 22129 +IEdyYW0= 22130 +IENvbmZlcmVuY2U= 22131 +IGRlZmljaXQ= 22132 +c8Sxbg== 22133 +aW5zZQ== 22134 +dcSf 22135 +IHJpY2h0 22136 +IGNvaW5jaWRlbmNl 22137 +5Y+N 22138 +IGV1cm9w 22139 +IGJ1dHRlcmZseQ== 22140 +cHJlYWQ= 22141 +IOyWvA== 22142 +6IC2 22143 +IHdhdmVs 22144 +IEluZmlu 22145 +IFBsYW5ldA== 22146 +IHNlbGZpZQ== 22147 +aWVudHJhcw== 22148 +IGFycm9n 22149 +b3Nlcg== 22150 +aWRhbA== 22151 +oNeX16DXlQ== 22152 +w7x0w7xu 22153 +IGZyZXNobWFu 22154 +IE1hY2hpbmU= 22155 +z4PPhA== 22156 +IERpYQ== 22157 +7J2064uk 22158 +44GT44GG 22159 +bmVh 22160 +IGxpc3Rpbmc= 22161 +IGNvbmZpZ3VyZQ== 22162 +dXRvcg== 22163 +VXA= 22164 +dHNjaGFmdA== 22165 +cmnDqHJl 22166 +IHVwd2FyZHM= 22167 +INGF0L7Rh9GD 22168 +IHN3ZWVw 22169 +QnI= 22170 +IGV4cHJlc3Npbmc= 22171 +IHVuaGFwcHk= 22172 +IG1hbmRhdG9yeQ== 22173 +Z2VuZGVy 22174 +IEHDrQ== 22175 +IGluZGljYXRvcnM= 22176 +IG9pbHM= 22177 +bm90ZQ== 22178 +IHNlZ3Vy 22179 +0L7QttC10YI= 22180 +eW5hc3R5 22181 +IGRpc3RhbmNlcw== 22182 +IG1lcmdl 22183 +QkVSVA== 22184 +IHN1cnJlbmRlcg== 22185 +IGJ1YXQ= 22186 +IEF3YXJkcw== 22187 +IHNlw7Fvcg== 22188 +b2RveA== 22189 +IGZsYXZvdXI= 22190 +IGFiZG9t 22191 +IGNvbmZpZ3Vy 22192 +ODY= 22193 +IERJWQ== 22194 +IHJpZ2lk 22195 +sJg= 22196 +IGNvcnBvcmF0aW9u 22197 +IGdyb29t 22198 +amF3 22199 +IE5lYXI= 22200 +0LjQu9C+ 22201 +IG9wZXJh 22202 +IElubm92 22203 +0LjRgNCw 22204 +k7E= 22205 +IHNwZWNpZmllZA== 22206 +IGNvc20= 22207 +IEZyZWVkb20= 22208 +IGNsb3du 22209 +IE5lbQ== 22210 +INCy0L7Quw== 22211 +0ZHQvQ== 22212 +IGNoYXJnZXI= 22213 +4LmB4Lil 22214 +IGluZmx1ZW50aWFs 22215 +w6RzaWRlbnQ= 22216 +6aQ= 22217 +IOyEoOs= 22218 +IHZvbHVtZXM= 22219 +5pA= 22220 +IG91dHJhcw== 22221 +IFR3aXRjaA== 22222 +IGZvdW5kaW5n 22223 +IGF3aGlsZQ== 22224 +IGNvaWw= 22225 +6rCZ 22226 +IGPhuqM= 22227 +IFRocm93 22228 +IEhlbmNl 22229 +b21tdA== 22230 +IEJlbmphbWlu 22231 +0LPQu9GP0LQ= 22232 +VGltZQ== 22233 +b2JpYw== 22234 +IG1vdXI= 22235 +IGRyZWFk 22236 +IEzDoA== 22237 +IENoaWxl 22238 +IHByZXZhbA== 22239 +IHZhaW4= 22240 +IGFydMSxaw== 22241 +IHByZXNlcnZlZA== 22242 +INC+0YLQtA== 22243 +IHdhcmVob3VzZQ== 22244 +IGJlc3Rl 22245 +IFNldmVyYWw= 22246 +IFNpdHVhdGlvbg== 22247 +IGNhcmRib2FyZA== 22248 +VG9k 22249 +ZXJuYQ== 22250 +IGdhcmFudA== 22251 +IGdlc3R1cmU= 22252 +IGhlbg== 22253 +IHNwZWxsaW5n 22254 +b3NleHVhbA== 22255 +IGFubmU= 22256 +IG1pY2U= 22257 +IE1laW5l 22258 +Y2FyZA== 22259 +IHJlYmVsbA== 22260 +IGNlcnRv 22261 +IOycoOs= 22262 +IHZlcnNjaGllZA== 22263 +IEJvcw== 22264 +IGludmVudGlvbg== 22265 +IHRyemU= 22266 +IG1hbmnDqHJl 22267 +IENoYWQ= 22268 +IHNwcmU= 22269 +IG9yZ2FuaXNhdGlvbnM= 22270 +IHBvb3JseQ== 22271 +IGFudGVyaW9y 22272 +IHN0YWly 22273 +0LrRgA== 22274 +IGF0b21pYw== 22275 +IHN5bXBhdGg= 22276 +IGNvbnRpbnVhbGx5 22277 +IGtsZWluZQ== 22278 +w6h0ZQ== 22279 +0LjRiQ== 22280 +zr/Pgg== 22281 +cGV1dA== 22282 +IHJlcG9zaXQ= 22283 +IGVudHJh 22284 +RW0= 22285 +IGZpbmFuY2luZw== 22286 +INC80L3QvtCz 22287 +IHRoZXNpcw== 22288 +IENvbXB1dGVy 22289 +ZWF1 22290 +IFRyZWU= 22291 +IGJyaWRl 22292 +b25zaWV1cg== 22293 +c2hpcmU= 22294 +d2lj 22295 +REU= 22296 +IOyImOs= 22297 +IGFjb20= 22298 +IFBP 22299 +ZXJzY2g= 22300 +INC/0L7QvNC+0Yk= 22301 +IEFybWVu 22302 +IOyjvQ== 22303 +IHpvcg== 22304 +IHByaW50cw== 22305 +IERhc3M= 22306 +5riv 22307 +IGR1cmFibGU= 22308 +IFRyYW5zcG9ydA== 22309 +7J6Q6rCA 22310 +INC70LXQsw== 22311 +IGTDqXQ= 22312 +w7RsZQ== 22313 +YW1vdXM= 22314 +WU4= 22315 +IGNsaWZm 22316 +IGdyYW1tYXI= 22317 +INCf0L7RjdGC0L7QvNGD 22318 +IGzDoG0= 22319 +ZXNjaA== 22320 +IG1pc2VyYWJsZQ== 22321 +IHZvbHRz 22322 +IENhZA== 22323 +dWthbg== 22324 +0YLQuNCy 22325 +cnVzdA== 22326 +IOyYrOudvA== 22327 +IHZlcms= 22328 +IGNoaWNrZW5z 22329 +IFlvbw== 22330 +IG91dGZpdHM= 22331 +Y29kZQ== 22332 +IGhpZXJhcmNoeQ== 22333 +bmV0ZXM= 22334 +IGNvdW50ZXJwYXJ0 22335 +IHTDtGk= 22336 +IHRlZA== 22337 +IEJhcnQ= 22338 +IOudvA== 22339 +IEdlbmF1 22340 +IGluY29taW5n 22341 +IEFCQw== 22342 +cmlxdWU= 22343 +INC+0YLQvw== 22344 +cXVhbA== 22345 +IGluY2VudGl2ZQ== 22346 +IGlocmVu 22347 +16DXmQ== 22348 +bG9l 22349 +IDE5MzA= 22350 +IGJhcmc= 22351 +IGRpY3Rpb24= 22352 +IMO2bmNl 22353 +SU5T 22354 +IHJlaA== 22355 +aXNpYWo= 22356 +bW91dGg= 22357 +IHNjb3Jpbmc= 22358 +bMSxaw== 22359 +IOyVhOyjvA== 22360 +T1JJQQ== 22361 +IEVzdGFkb3M= 22362 +IGNvbXBhbmlvbg== 22363 +IGFzc2VtYmxl 22364 +IHB1bmlzaGVk 22365 +IGl0YWw= 22366 +IHByZXZlbnRz 22367 +aXN0ZXM= 22368 +IEtlbnR1Y2t5 22369 +IGxvY2F0ZQ== 22370 +IGZhc3Rpbmc= 22371 +44Go5oCd 22372 +g4A= 22373 +IFNlYg== 22374 +IENyb3du 22375 +b3BpYQ== 22376 +IHdoaXA= 22377 +dXN6 22378 +0LrQsNC80Lg= 22379 +IGRhdGFiYXNlcw== 22380 +5a2X 22381 +IHByb3NlYw== 22382 +IDE5OTc= 22383 +IOyCtOynnQ== 22384 +IFNvbGFy 22385 +IFB1ZXM= 22386 +IFplbg== 22387 +b2xsbw== 22388 +IEd1cnU= 22389 +IHNxdWVleg== 22390 +INCX0LA= 22391 +IMSN 22392 +Y2VwdGlvbnM= 22393 +Y2Nh 22394 +aXphYmxl 22395 +bWFuZA== 22396 +IGJyZWFrdGhyb3VnaA== 22397 +IHRhYmxlc3Bvb24= 22398 +IFNFQw== 22399 +aWto 22400 +IFPDo28= 22401 +INC/0LvQvg== 22402 +YW1lbg== 22403 +IHByYWM= 22404 +IGRhcmxpbmc= 22405 +IHRhbGxlcg== 22406 +IHJlbmRlcmluZw== 22407 +IOyasOumrOqwgA== 22408 +IM+EzrfPgg== 22409 +IG3Dow== 22410 +IGVzb3M= 22411 +dWVyZG8= 22412 +INGB0YfQuNGC 22413 +YWxsZXI= 22414 +7JeI7Ja07JqU 22415 +IG1pbGxvbmVz 22416 +bGVyaW4= 22417 +IHBlZ2Fy 22418 +b25uZQ== 22419 +IGVucm9sbG1lbnQ= 22420 +IGxpZWd0 22421 +IGJvYQ== 22422 +d2nEmQ== 22423 +YnNw 22424 +IGN5Y2xpbmc= 22425 +IEJlcm5pZQ== 22426 +IDE5ODk= 22427 +INC00LDQu9GM 22428 +IERha290YQ== 22429 +INGB0LLRj9C3 22430 +IENQ 22431 +IHN0YXJl 22432 +7YKk 22433 +IHByb3NwZXJpdHk= 22434 +IGFycmFuZ2VtZW50cw== 22435 +IGFycml2aW5n 22436 +bcOk 22437 +IGtheWFr 22438 +aXB0 22439 +IHBhcmRvbg== 22440 +IHJlbGF0 22441 +IHZlcnN0ZQ== 22442 +IEZpZw== 22443 +IGZvaWw= 22444 +IFRhbGtpbmc= 22445 +cGVhcmU= 22446 +IG5vaQ== 22447 +INC/0YDQuNGI 22448 +IGhvY2tleQ== 22449 +IGFkbw== 22450 +IE9VVA== 22451 +Njc= 22452 +IGhvcm1vbmVz 22453 +IEF2ZW51ZQ== 22454 +IFN1cGVybWFu 22455 +IHByZXNjcmlwdGlvbg== 22456 +dWJlcm5ldGVz 22457 +Q0w= 22458 +b3RpdmU= 22459 +TklT 22460 +aWVuZW4= 22461 +IHNhZG5lc3M= 22462 +IFZpdA== 22463 +VHk= 22464 +IHN0YXJ0ZXI= 22465 +IGJlZGU= 22466 +IGZvdW5kYXRpb25z 22467 +IHNvcmU= 22468 +5bqX 22469 +0YnQtdGB0YLQsg== 22470 +7Jqw6w== 22471 +INGH0YPQsg== 22472 +bGluaw== 22473 +IG1hbmV1 22474 +d29ya2luZw== 22475 +w6Bu 22476 +IEF0dGFjaw== 22477 +IENhcnQ= 22478 +dmVpcw== 22479 +IFJlc3A= 22480 +ZW5zaW5n 22481 +IOyii+yVhOyalA== 22482 +IGVzY3VjaA== 22483 +IFJOQQ== 22484 +grQ= 22485 +IGFkb3A= 22486 +IGJlbmRpbmc= 22487 +2LnYrw== 22488 +IG1hbmFnZXM= 22489 +dXNw 22490 +IHRhcnQ= 22491 +IHJvdXRlcg== 22492 +Qm8= 22493 +IGVzdGFibGlzaGluZw== 22494 +IGJhbGFuY2luZw== 22495 +IGF0aGxldGlj 22496 +IFNsbw== 22497 +IGZpbGxz 22498 +INC90LDQsQ== 22499 +INC00LDQuw== 22500 +IHBvc3Nv 22501 +IFZpZWxlbg== 22502 +IGNyaXRpY3M= 22503 +IGxhd3N1aXQ= 22504 +IElzYWFj 22505 +INGE0LjQu9GM0Lw= 22506 +IHRyYXM= 22507 +IHByYXc= 22508 +IENyYXp5 22509 +IG5ldQ== 22510 +IGt1bGw= 22511 +IHR1bW9y 22512 +IEFQUA== 22513 +Z2F0ZQ== 22514 +IEFSRQ== 22515 +OTg= 22516 +IFN0ZWFt 22517 +IGZ1Y2tlZA== 22518 +bGFnZQ== 22519 +IOKZrA== 22520 +IE1E 22521 +Znk= 22522 +IHNoZWxscw== 22523 +IFNlZW1z 22524 +aXplcnM= 22525 +IHJhbmdlcw== 22526 +IEFudG9uaW8= 22527 +QVRJT04= 22528 +IEJhYmE= 22529 +IOyDiQ== 22530 +a3Vu 22531 +IHByYXllZA== 22532 +0YDRjw== 22533 +INC/0YDQvtGC0LjQsg== 22534 +IHNlYXM= 22535 +YnVyeQ== 22536 +INeU16k= 22537 +IHRyYWl0 22538 +IERlcGVuZGluZw== 22539 +IGRyZQ== 22540 +IGvDtm5udA== 22541 +0YbRgw== 22542 +IGxpcHN0aWNr 22543 +ZWV6 22544 +INC/0YDQuNC80LXRgA== 22545 +IGFzc2lnbm1lbnRz 22546 +Qm9i 22547 +IG1ldGFscw== 22548 +IHNwZWNpYWxseQ== 22549 +5bCN5LiN5bCN 22550 +IOyYiOs= 22551 +IMWh 22552 +IHZpc3Rh 22553 +IM6s 22554 +IHR3aW5z 22555 +IG5vdGFibGU= 22556 +IFNhdQ== 22557 +IGTDqXZlbG9w 22558 +IMOnZWs= 22559 +IHBvbHlub20= 22560 +YXZhbQ== 22561 +IHRhbWLDqQ== 22562 +0L7QvdC+0Lw= 22563 +IHBsYXNtYQ== 22564 +IGVmZWN0 22565 +IGzDpG5n 22566 +IGNhc2k= 22567 +0YHQsA== 22568 +xLFtxLE= 22569 +44GZ44KL 22570 +k6TsnYA= 22571 +IGxhYm91cg== 22572 +b3NzZW4= 22573 +IFB1bg== 22574 +cmlm 22575 +IGRvc2Vz 22576 +IG9wZXJhdGVz 22577 +0LjQu9C70Lg= 22578 +IGphYXI= 22579 +c3Rhdw== 22580 +IOyCrOuekQ== 22581 +IGF0bQ== 22582 +IHByb3RlY3Rz 22583 +IGltcGVk 22584 +SE8= 22585 +IGNpbWE= 22586 +IHRvY2g= 22587 +YWJpcw== 22588 +IHNlbmRv 22589 +bGF1cw== 22590 +IGN1cmw= 22591 +IE51bQ== 22592 +IHNwb25zb3Jz 22593 +IGTDqWJ1dA== 22594 +IEFsZXhh 22595 +IELDvHI= 22596 +IEFtZXI= 22597 +IGNvcGU= 22598 +INC40LfQsg== 22599 +amFs 22600 +IDE5OTU= 22601 +YXBhdA== 22602 +cmVzc2U= 22603 +IFByaXpl 22604 +IENsYWlyZQ== 22605 +IEJyYW5kb24= 22606 +IHdzenlzdGtv 22607 +IHZhbHVlZA== 22608 +4LiZ4Liw 22609 +IHNlY3Q= 22610 +IHNlY3JldGx5 22611 +IGRpYW1vbmRz 22612 +IEV2YW4= 22613 +IFJQRw== 22614 +44Gr44Gq 22615 +iOuPhA== 22616 +IFVuaXZlcnNhbA== 22617 +IGRvdWJ0cw== 22618 +IFBpbg== 22619 +d2nEhXo= 22620 +mqk= 22621 +IGFsYm8= 22622 +IGJyYXVjaHQ= 22623 +QVVM 22624 +IE1vYmlsZQ== 22625 +Z3JhZGVz 22626 +IHNjaGVt 22627 +d2h5 22628 +IE5pY2h0 22629 +cGk= 22630 +Z2xl 22631 +IGNob3J1cw== 22632 +IGdseQ== 22633 +IHJlaW5mb3JjZQ== 22634 +IG11ZmY= 22635 +IFNoZW4= 22636 +IEhvbGE= 22637 +0YPQsw== 22638 +dmlkZW1tZW50 22639 +dmlhbA== 22640 +YWNpb3Vz 22641 +bGFpbWVk 22642 +IFJpY28= 22643 +IHZlZ2c= 22644 +IGlsbHVzdHJhdGlvbg== 22645 +IEJ1dHRlcg== 22646 +b3dhZA== 22647 +IGV1eA== 22648 +IGVuZmFudHM= 22649 +IExlYWRlcg== 22650 +IFZpbGxhZ2U= 22651 +ZXRpY2FsbHk= 22652 +2YbZig== 22653 +IHN0ZXc= 22654 +IHN1cnByaXNlcw== 22655 +IGN1ZQ== 22656 +IEdyYW5kbWE= 22657 +IENlbHNpdXM= 22658 +IFJpY2h0 22659 +ZW5j 22660 +IHBldGl0aW9u 22661 +IGhlcmI= 22662 +IHdpY2tlZA== 22663 +IHNjaGxl 22664 +b2NhbHk= 22665 +IHRyYW5zZg== 22666 +IHRva2Vucw== 22667 +IEdyYXk= 22668 +IEJCQw== 22669 +SUs= 22670 +IDE1MDA= 22671 +em4= 22672 +IE5ldg== 22673 +IGtveQ== 22674 +IHphcg== 22675 +IGJ1bGxzaGl0 22676 +IENvbG9tYmlh 22677 +dWxhdGl2ZQ== 22678 +IHdpZGVzcHJlYWQ= 22679 +eWVjdA== 22680 +a2l0 22681 +IGVtcHJlc2E= 22682 +IG5vdXI= 22683 +IGJ1cm5z 22684 +YXRpbg== 22685 +YWlyZWQ= 22686 +IHJldm9sdXRpb25hcnk= 22687 +INCz0L7QtNGD 22688 +IExvZ2Fu 22689 +IDE5OTY= 22690 +IEdyYWhhbQ== 22691 +cmVi 22692 +IE5IUw== 22693 +5pyb 22694 +IGNvc3R1bWVz 22695 +IG5hd2V0 22696 +IGxvdmVycw== 22697 +IEx1Y3k= 22698 +IEluZGlnZW5vdXM= 22699 +7ZWY6riw 22700 +IGltbXVuaXR5 22701 +pbTr 22702 +dWl0bw== 22703 +IGV4Y2Vzc2l2ZQ== 22704 +IGRvbmF0aW9ucw== 22705 +INeU16g= 22706 +IOyyqw== 22707 +6YmE 22708 +IGRyeWluZw== 22709 +bWVsb24= 22710 +IHN1cnZleXM= 22711 +IOustOyKqA== 22712 +6aKo 22713 +YWFh 22714 +IHByb2Jl 22715 +YW5jaWFs 22716 +IGxvdWRlcg== 22717 +IGhvdGVscw== 22718 +w7zEnw== 22719 +YWduZXI= 22720 +IG9yaWdpbnM= 22721 +IOuniOyngOuniQ== 22722 +ICoq 22723 +IHN0cmFuZ2Vycw== 22724 +IEhhdXM= 22725 +Y29tZWQ= 22726 +IGFudGhyb3A= 22727 +IHVzbw== 22728 +IOyVhOyngQ== 22729 +IFl1YW4= 22730 +IO2VhOyalA== 22731 +cGxlcg== 22732 +cmVzc2l2ZQ== 22733 +IHNwcmF3 22734 +IFN0ZXc= 22735 +IDE5OTQ= 22736 +IGVsZGVycw== 22737 +IG1laW5lbg== 22738 +IGp1bnQ= 22739 +IGFjb3VzdA== 22740 +IFdvaG4= 22741 +IGJhbmFuYXM= 22742 +IHByb2plY3Rpb24= 22743 +IFN0aWNr 22744 +bGVndA== 22745 +c3BlZWQ= 22746 +IGPFqW5n 22747 +IFdvcnQ= 22748 +IEJhbHRpbW9yZQ== 22749 +INGG0LXQuw== 22750 +IGR1bm5v 22751 +5by3 22752 +Pyw= 22753 +44OJ44Oz 22754 +IExvY2Fs 22755 +b3N0bw== 22756 +0K0= 22757 +0L7QtNCw 22758 +IFBvcnR1Z3Vlc2U= 22759 +IHRoZWlycw== 22760 +IGTDqW0= 22761 +5Y+m 22762 +IGRyYXVm 22763 +IEJ1ZGRoaXN0 22764 +ZXJ0YQ== 22765 +R2U= 22766 +IGNhcnJvdA== 22767 +IFdvbmRlcmZ1bA== 22768 +IHNvYWs= 22769 +IGNoYWlybWFu 22770 +Z2dp 22771 +SUNB 22772 +ZnJpZWQ= 22773 +IGZsaWNr 22774 +IFRocm91Z2hvdXQ= 22775 +IOyasOs= 22776 +IGNvdWdo 22777 +IGZsdWZmeQ== 22778 +c2Nob29s 22779 +IHJpcHBlZA== 22780 +LS0tLS0tLS0= 22781 +IFp1a3VuZnQ= 22782 +INC90LXQsQ== 22783 +IHN0bw== 22784 +IEJP 22785 +cGVudA== 22786 +IExhd3JlbmNl 22787 +z4nPgg== 22788 +c3RpY2tz 22789 +IEVpbnM= 22790 +INGA0Ys= 22791 +IFN0cm9uZw== 22792 +IGNhcmFtZWw= 22793 +IHNwaXRl 22794 +YXphcg== 22795 +6YO95piv 22796 +IGNyaXRpY2FsbHk= 22797 +IG9icmE= 22798 +b3dpdHo= 22799 +IFpvbmU= 22800 +INGA0LXQug== 22801 +IHN1Zw== 22802 +YXJkZWQ= 22803 +IGfDrA== 22804 +ZmZlbnRsaWNo 22805 +YW5jaGU= 22806 +2J8= 22807 +YXN0aWNhbGx5 22808 +7J286w== 22809 +0LvQsNCy 22810 +IHNpbXBsZXN0 22811 +IEZyaWVuZA== 22812 +IHF1ZWxsbw== 22813 +IGFtYml0aW9u 22814 +IGFiYmlhbW8= 22815 +5bqV 22816 +INGE0L7RgNC8 22817 +IEVzc2E= 22818 +IGVkdWNhdG9ycw== 22819 +IHN0YXRpc3RpY2Fs 22820 +6YCZ6YKK 22821 +IGNoYW5nZXI= 22822 +IGF0YXU= 22823 +w6l0YWlz 22824 +IFNoYWtlc3BlYXJl 22825 +65CY 22826 +IHRyaWdnZXJz 22827 +IHJlYWxpeg== 22828 +IGNlbHVp 22829 +d2hlZWw= 22830 +IGxveWFsdHk= 22831 +IHNjcmVhbXM= 22832 +a2Vocg== 22833 +IE1lZ2E= 22834 +ZWFzdA== 22835 +IHRvcHM= 22836 +IFRvdGFsbHk= 22837 +b3VudGFpbg== 22838 +bG9yZA== 22839 +IHZpb2xhdGlvbg== 22840 +IEdB 22841 +IG5pY2Vy 22842 +IEZyZXNo 22843 +IE1lbGlzc2E= 22844 +ZnVuY3Rpb24= 22845 +IHJhcGU= 22846 +IGV4Y2VwdGlvbnM= 22847 +IHNpbGljb24= 22848 +IGxpYmVydHk= 22849 +IGhvdXNlaG9sZHM= 22850 +44GN44G+44GZ 22851 +IENB 22852 +INCe0LE= 22853 +IGxpYg== 22854 +now= 22855 +Y2lmaWM= 22856 +IHRyb3BpY2Fs 22857 +IGludmVzdGlnYXRpbmc= 22858 +SEQ= 22859 +IGFkYXB0ZXI= 22860 +IFBpdHQ= 22861 +YW5jaWE= 22862 +IFNoZWxs 22863 +ZnJpZW5kbHk= 22864 +IGNvbmNsdXNpb25z 22865 +IHR1cnRsZQ== 22866 +IGRlY29tcA== 22867 +IGFuaW1hdGlvbnM= 22868 +INGB0LXQug== 22869 +aW5zaQ== 22870 +IHJldGVudGlvbg== 22871 +a2ll 22872 +IGluamVjdGlvbg== 22873 +IE1hZGlzb24= 22874 +7LCw 22875 +IHZpZW50 22876 +IHZhcmllZA== 22877 +IHZpb2xpbg== 22878 +IEJpbA== 22879 +IGx1Y2tpbHk= 22880 +IGh0dA== 22881 +bMOk 22882 +IHJhbmNo 22883 +55yL55yL 22884 +IHPDs2xv 22885 +7JWF 22886 +IERlcmVr 22887 +IFNjcmlwdHVyZQ== 22888 +0L7RgNCw 22889 +IGNsYXNzcm9vbXM= 22890 +YXZpbA== 22891 +Zm9ybWVk 22892 +IGJlZm9yZWhhbmQ= 22893 +IEdlbQ== 22894 +cHJlY2g= 22895 +IGxpbg== 22896 +IGdyZWVucw== 22897 +0YbQtdCy 22898 +IE1lcmNlZGVz 22899 +IGRyb3VnaHQ= 22900 +Z2FzcHM= 22901 +IGFib3J0aW9u 22902 +IHRlcnJpYmx5 22903 +IHNwb3PDs2I= 22904 +IHNlY3VyZWQ= 22905 +IGF0csOhcw== 22906 +IHdhdmVsZW5ndGg= 22907 +IGdyYWlucw== 22908 +ZWN0aXZl 22909 +IHNwYWNlY3JhZnQ= 22910 +IHRvdXJz 22911 +IHByb2Zlcw== 22912 +IHN1cmdlb24= 22913 +IFBpZQ== 22914 +IGlkZWFsbHk= 22915 +YXJuZXI= 22916 +VVA= 22917 +b3BhcmQ= 22918 +c2Nl 22919 +IGltbWVuc2U= 22920 +IE9ydA== 22921 +cm9sbGVy 22922 +IERhbGxhcw== 22923 +IE5pY2hvbGFz 22924 +IHN1bGY= 22925 +IFRveW90YQ== 22926 +IHF1YW50aXRpZXM= 22927 +Y2VhbnM= 22928 +IGN1aQ== 22929 +YW7Dp2E= 22930 +IENBTg== 22931 +aXR6ZXJsYW5k 22932 +5YS/ 22933 +IHpvdQ== 22934 +IEN5YmVy 22935 +bGVnZW4= 22936 +IEluaXQ= 22937 +ZWR1 22938 +IGFwZXJ0 22939 +IGFkamFj 22940 +b3V2 22941 +6ICM5LiU 22942 +cnM= 22943 +IGNhYmJhZ2U= 22944 +IHdoZWVsY2hhaXI= 22945 +aW55bA== 22946 +IER5bmFt 22947 +IOyVhOuLiOudvA== 22948 +IGxpbmc= 22949 +aGw= 22950 +INC80L7Qs9GD 22951 +IGNyaXNw 22952 +IG1pag== 22953 +IGR1Zw== 22954 +bmlu 22955 +IGJsb3Nz 22956 +IGJlbG9uZ2luZw== 22957 +IGxvdWRseQ== 22958 +IG1pbmVyYWxz 22959 +IGNvbmNsdWRlZA== 22960 +IHNlYXJjaGVk 22961 +OTY= 22962 +IE1lZXQ= 22963 +IFNFTw== 22964 +INCh0Lo= 22965 +IEhvYg== 22966 +b3R0YQ== 22967 +IHByb3BhZ2FuZGE= 22968 +IGNpbm5hbW9u 22969 +IGh1bnRlcg== 22970 +IGdlbWVpbnM= 22971 +IHNjdWxwdHVyZQ== 22972 +dWxzaW9u 22973 +IHbDpGw= 22974 +IG1hZ2F6aW5lcw== 22975 +IGNvbnRyb3ZlcnN5 22976 +5LiA5qij 22977 +IHNlcXVlbmNlcw== 22978 +44GE44KL 22979 +IO2ajA== 22980 +IGRlbGV0ZWQ= 22981 +5L2/ 22982 +kOuPhA== 22983 +IHZhcnlpbmc= 22984 +44OG 22985 +IG1vdW50aW5n 22986 +IGFmZmFpcg== 22987 +IHBhdGh3YXlz 22988 +5qY= 22989 +IGRpZ28= 22990 +5Lqu 22991 +INC00L7Qug== 22992 +QWxleA== 22993 +IHRvYmFjY28= 22994 +IENW 22995 +IGJvdGhlcmVk 22996 +IGFtYmllbnQ= 22997 +aW5reQ== 22998 +IFNM 22999 +IGhhdGVz 23000 +IGplxbxlbGk= 23001 +IGNvbmdyZWc= 23002 +IGVsYXM= 23003 +IGRldXRz 23004 +IFN0dWRpb3M= 23005 +Y2jEmQ== 23006 +IGRvY3VtZW50ZWQ= 23007 +IENydXo= 23008 +IExlbg== 23009 +IERvdWdsYXM= 23010 +IFBvcnR1Z2Fs 23011 +ZW50aQ== 23012 +IHNwb3VzZQ== 23013 +IGFuYWx5cw== 23014 +YXZpYQ== 23015 +IGVkaXRlZA== 23016 +IGzhuqFp 23017 +YnVpbHQ= 23018 +IHZpbGxl 23019 +YWRvcmE= 23020 +IGJyYWNlbGV0 23021 +IHN1c2hp 23022 +IHBt 23023 +IHRyYWlscw== 23024 +IGx1Zw== 23025 +IMO2dmVy 23026 +IHNvcnJvdw== 23027 +IGNvbG9ueQ== 23028 +YWRveA== 23029 +IHNlcmll 23030 +YW55YWs= 23031 +INi3 23032 +IEd1bGY= 23033 +5piv5LiN5piv 23034 +IFBW 23035 +IFNhbXVlbA== 23036 +IEtpdA== 23037 +IFJhbA== 23038 +b250aW4= 23039 +ZXhwbA== 23040 +IGVudHJpZXM= 23041 +IGFjdGl2aXN0cw== 23042 +UHM= 23043 +IHNhbnQ= 23044 +INGC0L7Rhw== 23045 +IEJydW5v 23046 +a2VsZXk= 23047 +IHR1dHRv 23048 +6ZQ= 23049 +IHZpbnRhZ2U= 23050 +IHRlcnJpZmllZA== 23051 +INC/0L7RhQ== 23052 +dXNpdmU= 23053 +b3dlcnM= 23054 +0LDQudGC 23055 +64+Z 23056 +IHR3aXN0ZWQ= 23057 +IFRob3VnaHQ= 23058 +IHRhaA== 23059 +IHNocmluaw== 23060 +IHNoZWVy 23061 +bGl0 23062 +IGRhbGFt 23063 +IGRpYg== 23064 +IHZhcmQ= 23065 +b3dhbmU= 23066 +IGRvYnI= 23067 +IFJlbmE= 23068 +INGB0LLQvtGO 23069 +IHBhw61zZXM= 23070 +IEVyYQ== 23071 +44Gu44Gn 23072 +IEJVVA== 23073 +c2lnaHM= 23074 +IOq3uOqxsA== 23075 +IGdyb8OfZW4= 23076 +IOu5qOumrA== 23077 +IG5lcnZlcw== 23078 +IGNvbnN0aXQ= 23079 +IHByZW9jdXA= 23080 +IEdheQ== 23081 +IFh1 23082 +a2VlcGVy 23083 +aGV1cmU= 23084 +Li4p 23085 +IENhbG0= 23086 +IFVuaWRvcw== 23087 +IOydtOqygw== 23088 +IEFxdWk= 23089 +IOygnOydvA== 23090 +ZMSxcg== 23091 +7KaY 23092 +eW91cg== 23093 +INGN0YLQuNC8 23094 +MjAyMA== 23095 +IHJ1bmQ= 23096 +IEhP 23097 +IENhdGhlcmluZQ== 23098 +aWVsaQ== 23099 +IGZ1c2lvbg== 23100 +IGlkZW9sb2d5 23101 +IGZvcmFt 23102 +c2hhcGVk 23103 +IO2bhOs= 23104 +IHd0 23105 +IHJldHI= 23106 +IHByw6lj 23107 +IOqwkQ== 23108 +IG9wZW5seQ== 23109 +dml0eQ== 23110 +6rWs7JqU 23111 +IG9ic3RhY2xl 23112 +IGJvbw== 23113 +IHNlaW5lcg== 23114 +aWNvcm4= 23115 +IGVpZ2VubGlqaw== 23116 +IGhlYWRlcg== 23117 +YXJlbW9z 23118 +IHNvZnRlcg== 23119 +INCf0L7QtA== 23120 +IHByZWp1ZA== 23121 +IGRlZmluZXM= 23122 +aWVydGU= 23123 +IGJsZW5kaW5n 23124 +IGJlbGlldmVycw== 23125 +IFdvY2hlbg== 23126 +INC90LjQutCw0Lo= 23127 +INCa0L7Qs9C00LA= 23128 +IFR5cGljYWxseQ== 23129 +IO2BrA== 23130 +566h 23131 +Y2lvcw== 23132 +IG1pc3NpbGVz 23133 +IHNwb25nZQ== 23134 +IEtpdGNoZW4= 23135 +IHRyZW4= 23136 +bmluZ2Vu 23137 +IHNjcmFw 23138 +IHNlcmFpdA== 23139 +tOyg 23140 +57k= 23141 +IOuwmOs= 23142 +IHJlc3RvcmVk 23143 +IHByenlrxYJhZA== 23144 +IEt1YmVybmV0ZXM= 23145 +IHNhaXQ= 23146 +IHV3 23147 +IGVuYWJsaW5n 23148 +IHRyYXZlcnM= 23149 +YW1wcw== 23150 +5Y+X 23151 +IE9NRw== 23152 +ZW5zb3I= 23153 +IHpvc3Rh 23154 +IHByb25vdW5jZWQ= 23155 +QW5n 23156 +bm9ybWFs 23157 +IGVjb25vbWllcw== 23158 +dGlu 23159 +IENoYW1waW9u 23160 +aXplbg== 23161 +IGFyYmVpdGVu 23162 +IEdvc3BlbA== 23163 +IFp1 23164 +bmdh 23165 +IGxpdGVyYWN5 23166 +IE1hbnM= 23167 +IGNpcmN1bGF0aW9u 23168 +IGFkYXA= 23169 +IFRvdGFs 23170 +IG1lcmVrYQ== 23171 +IG9sYWNhaw== 23172 +0YHRgtCw0YLQuA== 23173 +SmFjaw== 23174 +IG11bmQ= 23175 +IHRoaWVm 23176 +Ymllcw== 23177 +IOqygQ== 23178 +YXF1ZQ== 23179 +INqp24w= 23180 +IFNjYXI= 23181 +5bI= 23182 +IGFib2w= 23183 +IGRldm90ZQ== 23184 +IDAx 23185 +IHNpdHRlbg== 23186 +IFZpc3VhbA== 23187 +d2Vlaw== 23188 +c29tZQ== 23189 +aW5ndA== 23190 +IGpvdXJuYWxpc20= 23191 +IEhpcg== 23192 +IEJhY2hlbG9y 23193 +aW5lcnk= 23194 +w5xORA== 23195 +44Of 23196 +57uZ 23197 +IGNvbG9yaW5n 23198 +IENyaXN0 23199 +IGNlbGVicml0aWVz 23200 +INGH0LjRgQ== 23201 +IENyaXQ= 23202 +IGRpZmZlcmVudGlhdGU= 23203 +INCc0L3QtQ== 23204 +ZWxpbQ== 23205 +IHNlYWZvb2Q= 23206 +IGFsZ3VtYXM= 23207 +b3RoZXJhcHk= 23208 +5oiw 23209 +IGdsYXVi 23210 +IGFyYml0cmFyeQ== 23211 +Z2Vucw== 23212 +INCx0YPQtNC10Lw= 23213 +IHRhdg== 23214 +IGNyZWFteQ== 23215 +IENvdW50cnk= 23216 +YcOx 23217 +0LzQtdGC 23218 +IGhpbnRlcg== 23219 +IG1pc20= 23220 +IGlsbHVzdHJhdGU= 23221 +w5xORE5JUw== 23222 +IGRlY3JlYXNpbmc= 23223 +IHdlbmlnZXI= 23224 +QUtJ 23225 +aXhvbg== 23226 +INC90LXQuQ== 23227 +IGZhdHRv 23228 +IG5lcmQ= 23229 +56A= 23230 +IGJpdHRl 23231 +UGVy 23232 +IHRhbmU= 23233 +IGfDtno= 23234 +IGZvcnRl 23235 +IEV5 23236 +INC90LDQstC10YA= 23237 +6KKr 23238 +IFdvcmRQcmVzcw== 23239 +IE1pcw== 23240 +xa8= 23241 +esOkaA== 23242 +IGludMOpcmVzcw== 23243 +b3NhdXJz 23244 +IEZhbGxz 23245 +IG5lc3Nh 23246 +OTc= 23247 +IG11c2V1bXM= 23248 +IGNvcnJlc3BvbmRz 23249 +IHNpbmdz 23250 +Zm91cg== 23251 +IGVkZXI= 23252 +IENvbW11bmlzdA== 23253 +b2E= 23254 +bmVr 23255 +IFdITw== 23256 +IGNvcnBv 23257 +IG1lc3Npbmc= 23258 +z4TOsc65 23259 +IGJydXNoZXM= 23260 +IGJpc2M= 23261 +IEFyYmVpdHM= 23262 +IFRheA== 23263 +IHNlbGU= 23264 +IGZsYWdz 23265 +b3VwZQ== 23266 +IGFudGljaXBhdGVk 23267 +44OR 23268 +IE5hZA== 23269 +IHBvdXJlZA== 23270 +IG1s 23271 +IGxsYW1h 23272 +IHZpc3VhbGl6ZQ== 23273 +IGxpc3RlbmVycw== 23274 +2YTZgw== 23275 +YWx0ZW4= 23276 +TWljaGFlbA== 23277 +IGNvc8Os 23278 +1aHV 23279 +b3B1cw== 23280 +IO2VtOyjvA== 23281 +IGhpa2U= 23282 +IEF0dG9ybmV5 23283 +IEhpbGxhcnk= 23284 +dWRlZA== 23285 +IO2VmOyngOunjA== 23286 +IGRvdmU= 23287 +IHN0b3Jtcw== 23288 +0LDQutGB 23289 +IGRvY3RyaW5l 23290 +IGhleA== 23291 +aWtz 23292 +bm/Fm8SH 23293 +IHNjcmlwdHM= 23294 +IM60zrXOvQ== 23295 +INGN0YLQuNGF 23296 +INCG 23297 +YWJlcg== 23298 +IFZhcw== 23299 +IGNlbnRpbWV0ZXJz 23300 +157XlA== 23301 +0L3QuNCx 23302 +IHJpZGVycw== 23303 +IFRyaWI= 23304 +5YyF 23305 +IHRha8W8ZQ== 23306 +IG5vdW4= 23307 +IGljb25z 23308 +IHNvbGVseQ== 23309 +bWluZGVk 23310 +IGRpc3Bvbg== 23311 +IFN3aXR6ZXJsYW5k 23312 +IGNsdXN0ZXJz 23313 +IHF1ZWRh 23314 +YWlsaW5n 23315 +IG1hbmdh 23316 +IDY4 23317 +hIg= 23318 +IHRldA== 23319 +Z2lucw== 23320 +aGF1cw== 23321 +56m6 23322 +5bel 23323 +IE9Q 23324 +b3RlZA== 23325 +IG5vdXZlYXU= 23326 +QUxMWQ== 23327 +2YjYrw== 23328 +w7Ju 23329 +IG1vcnRhbGl0eQ== 23330 +IEdpdEh1Yg== 23331 +ZHJvcA== 23332 +IGRpc2d1 23333 +IHJlY29t 23334 +IGxvY2Fscw== 23335 +IGhvbWVtYWRl 23336 +YW1iYQ== 23337 +IHByb251bmNpYXRpb24= 23338 +IGFscGhhYmV0 23339 +0LDQvdGM 23340 +b3dhbnk= 23341 +aXJhcw== 23342 +aWRlbmN5 23343 +T01F 23344 +INGA0LDRgdGB 23345 +YXJhaw== 23346 +dmlhbWVudGU= 23347 +IG5vbnByb2ZpdA== 23348 +IFlvdVR1YmVy 23349 +IHBhcmVudGg= 23350 +IEJvbw== 23351 +dmF0 23352 +IFN0aXI= 23353 +IHByZWNpcA== 23354 +IGFudHM= 23355 +IGFsbHk= 23356 +IE1hb3Jp 23357 +IOuMgO2VnA== 23358 +5Y+v5piv 23359 +b2dlbmU= 23360 +IExhYm91cg== 23361 +YXJldHRl 23362 +IHJlY3ljbGluZw== 23363 +ZW5zYQ== 23364 +IHB1cnN1aXQ= 23365 +IHNhaw== 23366 +INCX0LTQtdGB0Yw= 23367 +IHRvbGVyYW5jZQ== 23368 +IHNhYXQ= 23369 +IGNsaWNrZWQ= 23370 +4pml 23371 +IGZhY2Vib29r 23372 +IEludG8= 23373 +IGluY2VudGl2ZXM= 23374 +6riw64qU 23375 +IERlbm5pcw== 23376 +IFdpaw== 23377 +Z2VzY2g= 23378 +4LmA4Lib 23379 +IM+AzrE= 23380 +IFdob28= 23381 +IHJvdW5kZWQ= 23382 +IGRvcGU= 23383 +IGNhcHR1cmluZw== 23384 +IFdhcnJp 23385 +IGNpdmlsaWFu 23386 +IGNoYXJtaW5n 23387 +IGVzYXM= 23388 +IHN1c3RhaW5lZA== 23389 +IGxlYW5pbmc= 23390 +IGFidW5kYW5jZQ== 23391 +w61saWE= 23392 +0LDQu9GM0L3Ri9C5 23393 +IHBo4bqjaQ== 23394 +YWNqYQ== 23395 +IOqwmeyVhA== 23396 +YWN0aXY= 23397 +4Liy4Lii 23398 +IDk3 23399 +INC80L7QuQ== 23400 +Y3Jv 23401 +IEphY2tpZQ== 23402 +aXR0ZWVz 23403 +YnJhY2h0 23404 +dWxlbnQ= 23405 +IOygnOs= 23406 +IHBsdWdpbg== 23407 +dmFudGFnZQ== 23408 +cGFydHk= 23409 +IHN1YXM= 23410 +IGFudGU= 23411 +0YPQuw== 23412 +0J3QkA== 23413 +5oKo 23414 +IM+Dz4U= 23415 +IG1ldGg= 23416 +IGVudGh1c2lhc20= 23417 +0Y/RgtGB0Y8= 23418 +7ZmU6w== 23419 +IHN5bnRoZXRpYw== 23420 +IHNlYXNvbmluZw== 23421 +IExvc3Q= 23422 +b25vbXk= 23423 +IFNwYXJr 23424 +IGJ1cmU= 23425 +IGFzc3VyZWQ= 23426 +IGltYWdpbg== 23427 +IGNhcnJv 23428 +U2hh 23429 +xIV0 23430 +0L3Rg9GC0Yw= 23431 +w6F0aWNh 23432 +VFk= 23433 +IGtlcm4= 23434 +IEJyYXppbGlhbg== 23435 +w7A= 23436 +IHN1c3BlbmRlZA== 23437 +IENhcmli 23438 +IGJpemlt 23439 +IE9saXZlcg== 23440 +44G2 23441 +VG9t 23442 +INC/0LvQsNC9 23443 +IG5vcGU= 23444 +b21ldGhpbmc= 23445 +IGJlaWRlbg== 23446 +0YbQtdC9 23447 +IGZsdWN0 23448 +IM68zr/PhQ== 23449 +IGZhdGhlcnM= 23450 +IEJsYWtl 23451 +IHVwd2FyZA== 23452 +IERhc2g= 23453 +IExpbA== 23454 +IOyImOuPhA== 23455 +IHJldmVsYXRpb24= 23456 +IGVsZXZhdGVk 23457 +IEppYW5n 23458 +TEVE 23459 +IFRob21wc29u 23460 +INC80L7Qs9GD0YI= 23461 +0YHRgtGA0YM= 23462 +aWZpZXJz 23463 +IGNvbWViYWNr 23464 +IGJ1eWVycw== 23465 +6rKw 23466 +IFNhbGVz 23467 +0LjRh9C1 23468 +Y2lvbmVz 23469 +IHdoaXN0bGU= 23470 +IGR1bGw= 23471 +TEVY 23472 +IO2VmOqyoOyKteuLiOuLpA== 23473 +IGNyaW1pbmFscw== 23474 +IGRlc2NlbnQ= 23475 +aXBwbGU= 23476 +bWFzxLE= 23477 +IGZvb2xpc2g= 23478 +INC00YPQvNCw0Y4= 23479 +dGFy 23480 +IG1hbmdv 23481 +IGNob3Jlb2dyYXBoeQ== 23482 +TWF0dA== 23483 +IHRlcnJpdG9y 23484 +IGFjYWJh 23485 +IEVpbnN0ZWlu 23486 +IElCTQ== 23487 +IE1ldGFs 23488 +IENyeXN0YWw= 23489 +IHJhaA== 23490 +IGZvdWw= 23491 +IElzbGFuZHM= 23492 +IGludGFjdA== 23493 +IFJhaWw= 23494 +Ljo= 23495 +IGFjw6E= 23496 +INC/0YDQvtC/ 23497 +0LXRgNC1 23498 +IFdyaXRl 23499 +aGVoZQ== 23500 +IEZP 23501 +IM+Dz4TOtw== 23502 +IGRvaW4= 23503 +aGVsZA== 23504 +IGFwcHJvcHJpYXRlbHk= 23505 +IGRlbGliZXJhdGVseQ== 23506 +IGFyY2hpdmU= 23507 +IGdpdmVhd2F5 23508 +44GT44GT 23509 +IGZpbmFsZQ== 23510 +0LvQsNGB 23511 +0LXQvdC+ 23512 +xqFu 23513 +5qOS 23514 +b2dv 23515 +54mp 23516 +IEF1ZGllbmNl 23517 +44Wg 23518 +IHN1YnVy 23519 +IGhlYWRhY2hl 23520 +0LDQvdC90Y8= 23521 +IFdpdGNo 23522 +IFN3ZWRpc2g= 23523 +IEJJ 23524 +IGVyYXNl 23525 +IGtoaQ== 23526 +IGNvbW1lbnRhcnk= 23527 +IFN1bHRhbg== 23528 +7YOd 23529 +IExlYmFu 23530 +IOuztOyL 23531 +IFBhbQ== 23532 +cGVrdA== 23533 +bW9udGg= 23534 +IGdyb3VuZGVk 23535 +6r4= 23536 +IMWfZWtpbGRl 23537 +MjUw 23538 +IFNDSA== 23539 +aW9zbw== 23540 +IGluYXVn 23541 +aGVpbWVy 23542 +IHJlZmxlY3Rpbmc= 23543 +IFJ1dGg= 23544 +IE9pbA== 23545 +IHRyb3V2ZXI= 23546 +dWVw 23547 +Li5d 23548 +IOyeiOs= 23549 +IG9saGE= 23550 +IHJlYXNvbmFibHk= 23551 +IGdsaXRjaA== 23552 +VUI= 23553 +IEdyYW4= 23554 +IGFkYWxhaA== 23555 +IGxlbnQ= 23556 +2LHYpw== 23557 +IHRyYWN0aW9u 23558 +IGFkanVzdGluZw== 23559 +tKQ= 23560 +0L3QuNCx0YPQtNGM 23561 +INC00L7Qvw== 23562 +IHN0cmV0Y2hlZA== 23563 +IG9ydA== 23564 +IGNvc2luZQ== 23565 +dmlvbA== 23566 +IOyF 23567 +Y2ly 23568 +IGJhc3RhcmQ= 23569 +5LiH 23570 +INGF0L7QtA== 23571 +IHF1aWVy 23572 +IHByZXNzdXJlcw== 23573 +IEFuaA== 23574 +5bm+ 23575 +IGVsbGVz 23576 +INC00YDRg9C3 23577 +INC80L7QttC10YLQtQ== 23578 +IGNo4bs= 23579 +IE3DqQ== 23580 +w7Zr 23581 +4bqndQ== 23582 +7KCI 23583 +emlu 23584 +IGNhdXRpb24= 23585 +aWJhbg== 23586 +IGp1ZGdpbmc= 23587 +0YPRjtGC 23588 +IGJhag== 23589 +INCh0LXQudGH0LDRgQ== 23590 +IFBvb3I= 23591 +IE5hemk= 23592 +IHVwYmVhdA== 23593 +eWFuZw== 23594 +IHdlZWtlbmRz 23595 +IEVzc2VudGlhbGx5 23596 +IG9sdXlvcg== 23597 +IHNwYXRpYWw= 23598 +YWNrZXI= 23599 +IHNlbGxlcg== 23600 +INeQ15XXqg== 23601 +kdec 23602 +IHZpdmlk 23603 +IEJvbmQ= 23604 +6raM 23605 +aXNrdA== 23606 +44K1 23607 +IGdvYXQ= 23608 +ZHJpdmVy 23609 +IG11Zw== 23610 +aWN0aW9uYWw= 23611 +IGFsbHQ= 23612 +IEluaXRp 23613 +IFJhbmQ= 23614 +IGZpbmlzaGVz 23615 +IOqwiA== 23616 +IHZpdGFt 23617 +IHRlZW5hZ2Vycw== 23618 +IE1vcnJpcw== 23619 +7KSE 23620 +IE9yaQ== 23621 +aXlh 23622 +IG15w7Zz 23623 +U3RlcA== 23624 +IEtyZQ== 23625 +6L6m 23626 +IGRpbm9zYXVy 23627 +IOuqhw== 23628 +YWZmZQ== 23629 +IOuQqeuLiOuLpA== 23630 +IHplZw== 23631 +5YiH 23632 +IE1hbmhhdHRhbg== 23633 +IHN1amV0 23634 +dWVsbGU= 23635 +c3RvZmY= 23636 +IGTDvHI= 23637 +IHN1Ym1hcg== 23638 +ZXNlcw== 23639 +IGFxdWVsZQ== 23640 +IG5vdQ== 23641 +IEZhaXRo 23642 +dHo= 23643 +INGC0L7QvNGD 23644 +YWNldXQ= 23645 +bGllcnM= 23646 +IGJhbmR3aWR0aA== 23647 +xrDhu50= 23648 +IHJlc3BlY3RpdmU= 23649 +IEF2ZQ== 23650 +IHNwcmVhZHNoZQ== 23651 +IFNlbnQ= 23652 +aWNhbWVudGU= 23653 +IGluZnJh 23654 +IGxlYXJuZXJz 23655 +IOCuiQ== 23656 +YWlhaA== 23657 +cmVuYWw= 23658 +IG11c3RhcmQ= 23659 +IGhhYnQ= 23660 +54M= 23661 +IFF1w6k= 23662 +IGFuYWx5emluZw== 23663 +5q+P 23664 +IHNvbGlj 23665 +INeU15XXkA== 23666 +IGNhdXNh 23667 +IHdlbGNvbWVk 23668 +IFN1Y2Nlc3M= 23669 +IGZhY2lsZQ== 23670 +INCf0L7RgtC+0LzRgw== 23671 +c2NoZWlu 23672 +IGZldGNo 23673 +IHN0cmF0 23674 +INGB0YLQvtC40YI= 23675 +7JeQ7ISc64qU 23676 +INGB0L/QvtGB0L7QsQ== 23677 +bWFt 23678 +IHNlcsOtYQ== 23679 +bmFtZW50cw== 23680 +d3JpdGVy 23681 +IGNvbnN1bHRpbmc= 23682 +7ZiA 23683 +IEJlcmtlbGV5 23684 +ZXU= 23685 +YXNpdmU= 23686 +VVU= 23687 +IEFuYWx5dA== 23688 +IHN1Ym1pc3Npb24= 23689 +IG1hZ25pZmljZW50 23690 +ZW56YQ== 23691 +IGVjb24= 23692 +IHByb2ZpbGVz 23693 +IGluY2Fy 23694 +QWI= 23695 +IE51bg== 23696 +IGhpYw== 23697 +c2NyZWFtaW5n 23698 +IHJlc2lsaWVudA== 23699 +5Yip 23700 +Z3J1bmQ= 23701 +IGNvbmN1cg== 23702 +IGJlcmVpdHM= 23703 +TEQ= 23704 +IG51cnQ= 23705 +7Ik= 23706 +IGZlYXN0 23707 +IGVuY3VlbnQ= 23708 +IE1pY2hlbA== 23709 +IHN1cHJlbQ== 23710 +Il0= 23711 +IGZlZWRz 23712 +IEtvbGxlZ2Vu 23713 +aXNzZXI= 23714 +IEZlbmc= 23715 +IFdlbg== 23716 +bXVu 23717 +IHRlbsOtYQ== 23718 +IFdyZXN0 23719 +IOyYpOuKmOydgA== 23720 +IHN0ZWFk 23721 +IHJlc3RvcmF0aW9u 23722 +IGRvbmF0ZWQ= 23723 +IGRlbHM= 23724 +IGNlbnN1cw== 23725 +IGRlc3BlcmF0ZWx5 23726 +d29ydGh5 23727 +SEU= 23728 +IFNwYQ== 23729 +IEJyeWFu 23730 +IGhq 23731 +IFJhdw== 23732 +7JWE6w== 23733 +IENhbWVyYQ== 23734 +IHppZW4= 23735 +IHN0eWw= 23736 +IFRX 23737 +IENoZWVzZQ== 23738 +Ym9ybmU= 23739 +IG9ibA== 23740 +IEFscmVhZHk= 23741 +IHVuc3RhYmxl 23742 +IGZsYW1lcw== 23743 +cG9zdA== 23744 +SGE= 23745 +cm9tYWdu 23746 +IOyXhOuniA== 23747 +ZGVzdA== 23748 +IGtvbGVq 23749 +IHRlbXBvcmFyaWx5 23750 +IGRldGVybWluaW5n 23751 +IEdsYXNz 23752 +0YDQvtC9 23753 +b2xhbg== 23754 +IGRvbWluYXRlZA== 23755 +5YyW 23756 +X19fXw== 23757 +INmH2LDYpw== 23758 +IERhbmE= 23759 +IGRpbmhlaXJv 23760 +YXF1 23761 +66+8 23762 +IMOgcw== 23763 +IEpvZXk= 23764 +IEdyaWZm 23765 +IGF0dGFpbg== 23766 +IHRyYW5zaXRpb25z 23767 +IExpdGVyYWxseQ== 23768 +0LXQvdC0 23769 +IEhhdmVu 23770 +IGdyYWJiaW5n 23771 +IGNyeXN0YWxz 23772 +IEZvdXJ0aA== 23773 +IGNhbmRsZXM= 23774 +INGB0LvRg9GH0LA= 23775 +cmljbw== 23776 +IDUwMDA= 23777 +ZXR0bw== 23778 +IHVuZG8= 23779 +IGt0bw== 23780 +IGRpdmVydA== 23781 +IGNoaXI= 23782 +IHBlcnNlYw== 23783 +IGhpa2luZw== 23784 +IGFubm91bmNlbWVudHM= 23785 +55Sx 23786 +0LfRiw== 23787 +IGF1Yw== 23788 +IHN5c3RlbWlj 23789 +IFJN 23790 +z4POsQ== 23791 +INCU0LY= 23792 +IHlhcg== 23793 +IFdhcmQ= 23794 +IHBpc3NlZA== 23795 +IGNhcm4= 23796 +IGF1dG9ub21vdXM= 23797 +44WO44WO 23798 +c292ZXI= 23799 +5rKS6Yyv 23800 +5b6I5aW9 23801 +IHJlZmxleA== 23802 +IGdhcmRlbnM= 23803 +IGRhdGVk 23804 +7LE= 23805 +YW1pxJk= 23806 +IGNvbnRpbnVpdHk= 23807 +IGNpdGl6ZW5zaGlw 23808 +IHNjaHdlcg== 23809 +IHphaw== 23810 +dGFibGU= 23811 +INGB0Yc= 23812 +6KeB 23813 +IM+DzrU= 23814 +IGdlbmVyYXRlcw== 23815 +6rWs64KY 23816 +w7Zo 23817 +w7Nt 23818 +YWxhbQ== 23819 +IEpVRFk= 23820 +IEJ1Zw== 23821 +IOOBpg== 23822 +IGRyb25lcw== 23823 +IMOhZ3Vh 23824 +YWNha3M= 23825 +5po= 23826 +INCa0L7QvQ== 23827 +15bXlA== 23828 +IHN0cml2ZQ== 23829 +IEFsdGVybg== 23830 +IG5lYXJlc3Q= 23831 +IHByb3llY3Q= 23832 +dGVyYQ== 23833 +IEFTSExFWQ== 23834 +IHdvcm0= 23835 +IHJlcGxheQ== 23836 +IHRhcmE= 23837 +IEluZGlhbnM= 23838 +44Kw 23839 +aWNhaWQ= 23840 +IOyInA== 23841 +IGFwcGVhbGluZw== 23842 +IFdlcw== 23843 +IG1lbnRpb25z 23844 +INC00LXQu9C1 23845 +IGt3 23846 +IGZyYWdpbGU= 23847 +aXN6 23848 +a8Ozdw== 23849 +aGFuZw== 23850 +Y29sb3I= 23851 +IHByZXNpZGVudGU= 23852 +ODc= 23853 +0LXRhA== 23854 +54i4 23855 +INC00L7QsdCw0LI= 23856 +IE5lbHNvbg== 23857 +w6FmaWM= 23858 +IE1JQ0hBRUw= 23859 +IG1lY2hhbmlj 23860 +IG1ldHJlcw== 23861 +IG9jenl3acWbY2ll 23862 +IENpbmQ= 23863 +IG9nc8Ol 23864 +IGxhbmRzY2E= 23865 +QUNF 23866 +IGhlYWRsaW5lcw== 23867 +IGNhdGFseXN0 23868 +IENhdGNo 23869 +aW5rbGVz 23870 +IHBpbGxz 23871 +b3Jkbw== 23872 +IGltbWlncmFudA== 23873 +IGV4YW1pbmF0aW9u 23874 +IGFjY2lkZW50cw== 23875 +esSFZA== 23876 +IHF1aWVyZQ== 23877 +IG5lbGxh 23878 +IDY3 23879 +IHBhc3Nh 23880 +IHN1cGVyZmlj 23881 +aXN0b3I= 23882 +IG5vdg== 23883 +64u1 23884 +IG1hbmRhdGU= 23885 +aXNvbnM= 23886 +IFZpcnR1YWw= 23887 +IHNlbGJlcg== 23888 +IGNvdW5zZWxpbmc= 23889 +IE5CQQ== 23890 +IHNlcHQ= 23891 +IGJlbGlldmVy 23892 +IG1hcnZlbA== 23893 +IEludGVncg== 23894 +INC80ZY= 23895 +IG9ycGg= 23896 +IGJhY2t3YXJk 23897 +IEdlbmVyYXRpb24= 23898 +IFBpY3Q= 23899 +INGC0L7Rgg== 23900 +IHRhcGk= 23901 +cHJvY2hlbg== 23902 +IGhhbGx3YXk= 23903 +aHRl 23904 +INuB25I= 23905 +IFp1bQ== 23906 +6ICB5bir 23907 +YWNobWVudA== 23908 +aXF1ZXI= 23909 +Zm9sZw== 23910 +IEVkZGll 23911 +IEtpbA== 23912 +IHdlbGxuZXNz 23913 +c3RvY2s= 23914 +6LyD 23915 +IGthw6c= 23916 +IHRlcnJvcmlzbQ== 23917 +IHBvaW50ZXI= 23918 +T2Y= 23919 +aGVyaWM= 23920 +IFVsdGltYXRlbHk= 23921 +IG1lc2Vz 23922 +IFRyYWRl 23923 +IHBpbnQ= 23924 +IHR1aXRpb24= 23925 +IGRpc2FncmU= 23926 +IOqyjOyehA== 23927 +IG1hbnVzY3JpcHQ= 23928 +IHJvb21t 23929 +IG91dHB1dHM= 23930 +0LXRhtC4 23931 +IHJpZXM= 23932 +IHNhbHVk 23933 +b3R6ZGVt 23934 +IG1hc3Nlcw== 23935 +IGJ5xYJh 23936 +IGNsZWFyaW5n 23937 +IGRpc2NvdXJzZQ== 23938 +YXRzb24= 23939 +IGZvbGRlZA== 23940 +IEphcg== 23941 +2YTZiQ== 23942 +OTAw 23943 +INGD0YHQvw== 23944 +IHByb3BoZWN5 23945 +IGludGVyZmVyZQ== 23946 +0LjRhdC+0LQ= 23947 +4LmM 23948 +IHRocmk= 23949 +INee16k= 23950 +IGxhesSxbQ== 23951 +IDE5OTI= 23952 +IGZ1dHVybw== 23953 +IGxvY2tpbmc= 23954 +IGVtYmFyZ28= 23955 +IE5laXRoZXI= 23956 +aXZhbWVudGU= 23957 +IG3DpXN0ZQ== 23958 +IG1paw== 23959 +IGNvbGxlY3Rvcg== 23960 +0LXQutC+0YLQvtGA 23961 +IEdhbmQ= 23962 +IHNlbnRpcg== 23963 +IE1pZ2h0 23964 +5aGU 23965 +IGdhbnplbg== 23966 +VUM= 23967 +IHJlbGF0aW5n 23968 +U0Q= 23969 +IG1vc3F1aXRv 23970 +R1I= 23971 +IGhvbGxvdw== 23972 +4piF 23973 +IFdhbGtlcg== 23974 +IGFmZmlsaWF0ZQ== 23975 +IGR1cGxpY2F0ZQ== 23976 +0L3QtdC8 23977 +IGdyYXBl 23978 +IE9yZ2FuaXphdGlvbg== 23979 +IHN5bnQ= 23980 +Sm9l 23981 +IGdlZw== 23982 +IHJldmVhbGluZw== 23983 +IEV0aGFu 23984 +b3V0ZXI= 23985 +IHlheQ== 23986 +6auU 23987 +0LvQsNGA 23988 +IHJlcG9ydGVkbHk= 23989 +IGlocmVy 23990 +IHJlY29nbmlzZQ== 23991 +IGJ1bXBlcg== 23992 +IFJhbmR5 23993 +IFZlbnVz 23994 +dGxlcw== 23995 +IGFwcGV0aXRl 23996 +IGdsdWNvc2U= 23997 +IGNob2R6aQ== 23998 +IEZ1cnRoZXJtb3Jl 23999 +dGly 24000 +IGNvbnRh 24001 +IGludHVpdGlvbg== 24002 +IGFsdGl0dWRl 24003 +IGNodW5rcw== 24004 +IEpvc2h1YQ== 24005 +xLHEn8SxbQ== 24006 +cnlsaWM= 24007 +bGVhbnM= 24008 +IO2UvOs= 24009 +TEw= 24010 +UXVl 24011 +IGdvcg== 24012 +INC30L3QsNGH0LjRgg== 24013 +IHBvZW1z 24014 +IGV4Y2Vs 24015 +IGV4cGxvcmVk 24016 +IHBvcHVs 24017 +IGluY2x1c28= 24018 +c3TDpA== 24019 +IEdhdmlu 24020 +YWxsaW5n 24021 +IM+Ezr/OvQ== 24022 +6ak= 24023 +YXJiZWl0 24024 +IEdhcw== 24025 +IGdsb3Jpb3Vz 24026 +cmllYmVu 24027 +IHNwYW0= 24028 +IGluZG9vcg== 24029 +IHRocnVzdA== 24030 +IEFsZA== 24031 +IFByaW9y 24032 +IG9uYm9hcmQ= 24033 +44Gg44GV44GE 24034 +b2Nh 24035 +QVNI 24036 +o6A= 24037 +IENocmlzdGluZQ== 24038 +IGRyYXdlcg== 24039 +IG5vb24= 24040 +IOyemOs= 24041 +IHBlcm1hbmVudGx5 24042 +5rex 24043 +INC90LDQv9GA0LjQvNC10YA= 24044 +IHBvZGNhc3Rz 24045 +ZXJhcGV1dA== 24046 +cHJpdA== 24047 +IHN0YWlubGVzcw== 24048 +INqp25I= 24049 +IGZhbWlsaWE= 24050 +INGA0LDQt9GA 24051 +dW50bw== 24052 +INGB0YLQvtC7 24053 +IGjDpA== 24054 +IEhhaQ== 24055 +IFBC 24056 +aXpvbg== 24057 +IGtvbm50ZQ== 24058 +IGLDvHnDvGs= 24059 +IHV0aWxpemFy 24060 +2oY= 24061 +IGFxdWVzdGE= 24062 +IG1peGVy 24063 +dWRlbnQ= 24064 +0LvQtdC60YE= 24065 +xYJ1 24066 +INGB0LjRgdGC0LXQvA== 24067 +INC90L7RgNC8 24068 +IGZhdGFs 24069 +IGNvbnNpZGVyYXRpb25z 24070 +IHZhbGlkYXRpb24= 24071 +IG9saQ== 24072 +IGthcmRlxZ8= 24073 +IEdMT1JJQQ== 24074 +IHBhbGw= 24075 +0LXRgdGC0LU= 24076 +IHJlY3Rhbmc= 24077 +IG1lZGlldmFs 24078 +YWxsYWhp 24079 +YXN0aQ== 24080 +IFN5cmlhbg== 24081 +IHNoZWFy 24082 +IGRlYnVn 24083 +IE1haQ== 24084 +IGtub2NraW5n 24085 +IExleA== 24086 +YXJkYW4= 24087 +cm92 24088 +IG1lbW9yaWFs 24089 +5rCj 24090 +b29reQ== 24091 +IHN0dWZmZWQ= 24092 +IHBhc3PDqQ== 24093 +IHdpZw== 24094 +gqA= 24095 +IHByw7N4aW1h 24096 +IDE5OTE= 24097 +INC80LXQttC00YM= 24098 +IG51ZXN0cm9z 24099 +IEJlYXN0 24100 +IHNtbw== 24101 +YXRjaGVk 24102 +b2xvZ2lh 24103 +INC80L7QtA== 24104 +IGdlZQ== 24105 +IGNvbmNlcHR1YWw= 24106 +IMO0 24107 +IGRlY3JlYXNlcw== 24108 +IHF1ZXJpZXM= 24109 +0L7Qu9GM0Yg= 24110 +IEFwYXJ0 24111 +IGV4ZW1wbA== 24112 +5bGx 24113 +IGZsZWQ= 24114 +IE9GRg== 24115 +Z2dhaw== 24116 +IGJlYWQ= 24117 +aGly 24118 +bGllcw== 24119 +IENsZWFybHk= 24120 +xLFsYXI= 24121 +IGNoZXNz 24122 +IHdoaWNoZXZlcg== 24123 +IDk2 24124 +4bqx 24125 +IHJlc3BlY3Rz 24126 +INC80L7RgA== 24127 +IG9yZ2FuaXNt 24128 +IGdyYW5kcGE= 24129 +IFZpZQ== 24130 +6Lef5L2g 24131 +IGZsb29kaW5n 24132 +IHVwZ3JhZGVk 24133 +0ZHRgA== 24134 +IGNoZWVrcw== 24135 +IGNvbnF1ZXI= 24136 +IHN0dWJib3Ju 24137 +IHB1enpsZXM= 24138 +IGF1Y3Rpb24= 24139 +IHJlbHlpbmc= 24140 +IFBST0Y= 24141 +IEVzcGVy 24142 +INCc0KM= 24143 +IGh5cGU= 24144 +IHBvc3NpYmls 24145 +IGltcHJpc29u 24146 +IEVybg== 24147 +7JeI7Iq164uI64uk 24148 +IGVudmll 24149 +IHJlc3VycmVjdGlvbg== 24150 +5LiN6KGM 24151 +IHNwZXI= 24152 +IFZlbmV6dWVsYQ== 24153 +c29t 24154 +IOyeoOq5 24155 +IG5vdXZlbGxl 24156 +IGNsb3Nlcw== 24157 +IDE5NDA= 24158 +IHF1YQ== 24159 +IEphcmVk 24160 +IFBpcg== 24161 +IGluZGU= 24162 +IHNjcnVi 24163 +dWt1 24164 +IHJlcXVpcmluZw== 24165 +INCy0LDQvNC4 24166 +IGNvbnNpZGVyYWJsZQ== 24167 +5ZCb 24168 +aWxpYQ== 24169 +IGlubmU= 24170 +IG1laW5lbQ== 24171 +IGhhcmRzaGlw 24172 +IHRyYXBz 24173 +cm9j 24174 +IOyEpOs= 24175 +IHJlc2VhcmNoaW5n 24176 +IE1hcmdhcmV0 24177 +IHBlbm55 24178 +IGLEsXJhaw== 24179 +0ZHQuw== 24180 +IHdvb2w= 24181 +IHJoZXQ= 24182 +IGZsYXR0ZW4= 24183 +54c= 24184 +4LmA4Lij 24185 +IHBpZWQ= 24186 +IENoYXA= 24187 +IHVuZGVybQ== 24188 +IGZyZXQ= 24189 +IGNyYXNoZWQ= 24190 +IEZyYXVlbg== 24191 +2LDZhw== 24192 +aXZhbg== 24193 +IGxpdGVyYXJ5 24194 +bGF0ZWdv 24195 +IHNww6R0ZXI= 24196 +IHNpbWlsYXJpdGllcw== 24197 +4oY= 24198 +IENvcm9u 24199 +IENyZWVr 24200 +IGJvc3Nlcw== 24201 +IGFjY29tcGFuaWVk 24202 +IGRlYmF0ZXM= 24203 +IGFzc2VtYmxlZA== 24204 +IMOB 24205 +IFZhaQ== 24206 +IHRyYWN0 24207 +IHNpbXBsZW1lbnQ= 24208 +IEFyaW4= 24209 +IHZ1bG5lcmFiaWxpdHk= 24210 +IGhvcm1vbmU= 24211 +SUVM 24212 +T09L 24213 +IHJlbGF5 24214 +IEFuZHJlYQ== 24215 +cmls 24216 +IG5lY2Vzc2l0eQ== 24217 +YWNldXRpY2Fs 24218 +0Y7RiQ== 24219 +b3VzaW5n 24220 +bmFobWVu 24221 +IGZvb3RwcmludA== 24222 +bWFw 24223 +IFRpZXI= 24224 +YW5ueWE= 24225 +aW50ZW5k 24226 +5Zau 24227 +5aI= 24228 +IGRlY29yYXRl 24229 +IHpvbWJpZXM= 24230 +IEh5ZA== 24231 +IFN1eg== 24232 +IGNhbXB1c2Vz 24233 +IEVtYg== 24234 +IHRocm90dGxl 24235 +IGFkbWlu 24236 +IG9wb3J0dW4= 24237 +IG1pcnJvcnM= 24238 +IGlkZW50aXRpZXM= 24239 +IENsaW4= 24240 +IOu5hOs= 24241 +4bmj 24242 +IE90dA== 24243 +IGJsdWVz 24244 +IGltcHJlc3Npb25z 24245 +LSw= 24246 +IHZhZ3Vl 24247 +YWZl 24248 +IGluZmVyaW9y 24249 +ZXJhbGQ= 24250 +IG1lZGljaW5lcw== 24251 +IHByZWd1bnRh 24252 +b3NlbHk= 24253 +IHTDqWzDqQ== 24254 +IE1vbnRo 24255 +IExlYWRlcnM= 24256 +IEVneXB0aWFu 24257 +IHJhdGlvbg== 24258 +a2Vycw== 24259 +aGVpdHM= 24260 +IHJlY2h0 24261 +UGxheQ== 24262 +IGVn 24263 +IHBvbGxz 24264 +IFdPT0RS 24265 +IHNsb3Rz 24266 +amFt 24267 +Qm90aA== 24268 +IFJhdA== 24269 +0YDQsNC2 24270 +IEJyaWdodA== 24271 +5LiA5a6a 24272 +4buRaQ== 24273 +dXJpb3Vz 24274 +IHNpbmdlcnM= 24275 +IGxvZ2lu 24276 +IHTDqm0= 24277 +bGF0aW9u 24278 +IE11bQ== 24279 +xrDhu51uZw== 24280 +IEVkaXRvcg== 24281 +5ZCR 24282 +IGlubm92YXRpb25z 24283 +aGF2ZQ== 24284 +IFNlaw== 24285 +IHdlYWtlcg== 24286 +IEdvYg== 24287 +QWZ0ZXI= 24288 +tOyngA== 24289 +IOusuOygnA== 24290 +44O844O8 24291 +IGRpc2FkdmFudGFnZQ== 24292 +56K6 24293 +IGdhemU= 24294 +IE1hY2s= 24295 +z4HOrw== 24296 +IEtpc3M= 24297 +IEhvbG8= 24298 +IEJpcnRo 24299 +aXpp 24300 +YmFi 24301 +5L+d 24302 +7Iuc6rOg 24303 +0LTQtdGA0LY= 24304 +IHNxdWF0 24305 +0LrRg9GB 24306 +dW5p 24307 +IENvbW1l 24308 +IFdPT0RSVUZG 24309 +IENoYW1waW9uc2hpcA== 24310 +IHdlbGNoZQ== 24311 +IFlvdXRo 24312 +emVt 24313 +IG9kcG93 24314 +IHBlcnNpc3RlbnQ= 24315 +cnV0 24316 +7JSp 24317 +7Zal 24318 +bGFpcg== 24319 +aWt1 24320 +IHZlbmRvcg== 24321 +IGNow7puZw== 24322 +IGZpbmFuY2k= 24323 +IG92ZXJseQ== 24324 +w6J1 24325 +IGdsdXRlbg== 24326 +IDE4MDA= 24327 +IGRpdmlzaW9ucw== 24328 +IGNpdWRhZA== 24329 +IG9iZWQ= 24330 +IHdhcnVt 24331 +IGVoZXI= 24332 +IGVsaW0= 24333 +INCS0L4= 24334 +IHBldXZlbnQ= 24335 +IFdhbm5h 24336 +IGF0dGVuZGFuY2U= 24337 +IGFzc2Vzc21lbnRz 24338 +IEJvZw== 24339 +IGltYWdlcnk= 24340 +IGNvbGxlY3RpdmVseQ== 24341 +IGluZm9ybWFs 24342 +IFNjaHdl 24343 +IGRldXRsaWNo 24344 +IENoZWw= 24345 +IFBF 24346 +b3dlZA== 24347 +IGJhbm5lcg== 24348 +IHNoZWx2ZXM= 24349 +IFJldHVybg== 24350 +5ou/ 24351 +TEFVR0hT 24352 +IGNvbmdyYXR1bGF0ZQ== 24353 +IE5vcndheQ== 24354 +IGR3ZWxs 24355 +IENhcmliYmVhbg== 24356 +IG5vcm1z 24357 +IEFuaW1hbA== 24358 +IFZhbGVudGluZQ== 24359 +IGV4dGVuZGluZw== 24360 +IFZvdQ== 24361 +b3Jy 24362 +IENoZW5n 24363 +wqE= 24364 +INC00L7RgNC+0LM= 24365 +IHZlZw== 24366 +IGjDpQ== 24367 +IFhpbg== 24368 +IOy5tOs= 24369 +ZW1ldA== 24370 +IGh5cG90aA== 24371 +IGludGVyZXNzYW50ZQ== 24372 +cmljZXM= 24373 +SVo= 24374 +IFVTRA== 24375 +IHJ1bm5lcg== 24376 +IEJhZw== 24377 +IOq9 24378 +IGNvbWXDp2Fy 24379 +IHBpZ3M= 24380 +IHdlYWtuZXNzZXM= 24381 +UGg= 24382 +IFZpb2w= 24383 +5LiN55So 24384 +IGRyYWdnaW5n 24385 +IEFxdcOt 24386 +IENTUw== 24387 +IG1pbGxpbWV0ZXJz 24388 +IGVzdMOhcw== 24389 +IGFjdXRl 24390 +IGRlamFy 24391 +acSf 24392 +b2JyYQ== 24393 +TG92ZQ== 24394 +IHNpbGs= 24395 +KioqKg== 24396 +IGpvaW5z 24397 +IHByb2w= 24398 +IOqwkOyCrO2VqeuLiOuLpA== 24399 +5pSv 24400 +2K3Yrw== 24401 +YWdoZXR0aQ== 24402 +w6RubmVy 24403 +IHN0cmFuZw== 24404 +IGRvdWJsZWQ= 24405 +IGRlc2NyaXB0aW9ucw== 24406 +IHN0ZWxsZW4= 24407 +IHBhcnRp 24408 +56uL 24409 +soTr 24410 +IMO2xJ8= 24411 +aWdoaW5n 24412 +IGFuZ3VsYXI= 24413 +IG5hdHV1cg== 24414 +IFNoZWw= 24415 +xrDGoQ== 24416 +IHJheXM= 24417 +IHNlcGVy 24418 +c3RhcnQ= 24419 +dmlzZWQ= 24420 +IHJ1c2hlZA== 24421 +IGludGVybmF0aW9uYWxseQ== 24422 +IG5pdmVs 24423 +IGJveGluZw== 24424 +ZmFsbGVu 24425 +4buRYw== 24426 +IHNlaW5lbg== 24427 +cGxpY2l0eQ== 24428 +IGNhcmJvaA== 24429 +IFRyYXZpcw== 24430 +dXNv 24431 +IFBoYXNl 24432 +IGFjdGl2YXRpb24= 24433 +IG9waW8= 24434 +t6g= 24435 +IGRlY3JlYXNlZA== 24436 +Q2Fy 24437 +IGJ1bmRsZQ== 24438 +IGV4cGVuZA== 24439 +b3JtYWw= 24440 +IGFkamFjZW50 24441 +IG1lZQ== 24442 +INC+0YDQsw== 24443 +IHRyYW5zY3JpcHQ= 24444 +IExhbmd1YWdl 24445 +R1M= 24446 +6KeJ 24447 +IHNldWw= 24448 +w6BuaA== 24449 +IG55YQ== 24450 +bmluZ3M= 24451 +IOyLnOs= 24452 +IOuUsOudvA== 24453 +IEFncg== 24454 +w61k 24455 +55WZ 24456 +IGFieQ== 24457 +IE5lbw== 24458 +xLF5b3J1eg== 24459 +IFRoaW5raW5n 24460 +YWltZQ== 24461 +IHZpdGU= 24462 +IHRyYXbDqXM= 24463 +INeR16I= 24464 +INC80LXQtA== 24465 +T3Vy 24466 +aG9vdA== 24467 +IGxpbmVy 24468 +IFBpenph 24469 +IGh5Zw== 24470 +ZmxpZXM= 24471 +IENvbnRpbnVl 24472 +IGRlbnRhbA== 24473 +IFRpYg== 24474 +IHJlZ3VsYXRl 24475 +bGllw58= 24476 +QUxL 24477 +IFRhZQ== 24478 +6ri4 24479 +IEJyZXhpdA== 24480 +IEd1dA== 24481 +IG9jY3VwYXRpb24= 24482 +IHpyb2Jp 24483 +w6Jt 24484 +IHdoaXNr 24485 +5LiW55WM 24486 +IGthbnNrZQ== 24487 +b21vbg== 24488 +cm9iZQ== 24489 +IHdhcmZhcmU= 24490 +IHRo4buD 24491 +IGpha2k= 24492 +IHN0cm9rZXM= 24493 +IHBlYXM= 24494 +IERhbWl0 24495 +SEFO 24496 +IGludGVyZmVyZW5jZQ== 24497 +INC80LjQvdGD0YI= 24498 +TkVS 24499 +b3V0aW5n 24500 +IHRleHR1cmVz 24501 +n4k= 24502 +b3dp 24503 +IO2VmQ== 24504 +IGRlbnM= 24505 +IHByb3RhZ29uaXN0 24506 +w6Rubg== 24507 +IGdvZGRlc3M= 24508 +IHdvbGx0ZQ== 24509 +aWpv 24510 +IFdvY2hl 24511 +IFZQTg== 24512 +c3Rvcnk= 24513 +IGtpbmRlcmc= 24514 +IGZ1bm5lbA== 24515 +IGRpc3RyZXNz 24516 +0L3QvtGB0YLRjNGO 24517 +IG5vaXN5 24518 +INC/0YDQvtC00L7Qu9C2 24519 +IGRhcmFu 24520 +IGVuenltZQ== 24521 +0LvQvtC2 24522 +IG11dGU= 24523 +IGR3YXI= 24524 +INin2LM= 24525 +IGtvbXBs 24526 +IG1lcml0 24527 +IGZvc3Nl 24528 +IERyaW5r 24529 +IGZvcmE= 24530 +IHdvaGw= 24531 +IGJyZWV6ZQ== 24532 +IHNhbml0 24533 +IGRyaW4= 24534 +IOydtOqxsOuKlA== 24535 +IDYy 24536 +IOywqOs= 24537 +YWJ5dGVz 24538 +IGRlZWRz 24539 +INC5 24540 +acOobWU= 24541 +aWdnbGluZw== 24542 +ICIn 24543 +INGH0LDRgdGC0Yw= 24544 +IEFuc3dlcg== 24545 +IGV2YW5nZWw= 24546 +IDEwODA= 24547 +IFZpc2l0 24548 +aWNpZW50 24549 +IHJlbGlhYmlsaXR5 24550 +0Y7RgdGM 24551 +IEVhcmxpZXI= 24552 +IGZpZA== 24553 +562J5LiA5LiL 24554 +IHNsZWV2ZXM= 24555 +aXlvcnN1bg== 24556 +IGJpYg== 24557 +IEFjY291bnQ= 24558 +0Y/Qu9C4 24559 +Y2lwbGluYXJ5 24560 +emFz 24561 +INCx0LXRgA== 24562 +IG5lY2tsYWNl 24563 +IGJsZW5kZXI= 24564 +IFBoaWxsaXBz 24565 +ZXRp 24566 +IEp1cGl0ZXI= 24567 +IHByb3ZvYw== 24568 +IFllYXJz 24569 +ZW50cmU= 24570 +YWNpbw== 24571 +IGvDvA== 24572 +IGFudGVubmE= 24573 +IG5vdmVscw== 24574 +IGZhcnQ= 24575 +IFN1Z2Fy 24576 +IEp1ZHk= 24577 +IGNvbGxhcHNlZA== 24578 +57A= 24579 +cml0aXM= 24580 +IOyDge2ZqQ== 24581 +0JfQqw== 24582 +IFZlcmY= 24583 +cmFuZWFu 24584 +ZXJldW0= 24585 +IFRhcmdldA== 24586 +IDg4 24587 +INCY0Lc= 24588 +aWRlbw== 24589 +IHJlZ3Jlc3Npb24= 24590 +7Lac 24591 +IG3Ds3dp 24592 +IHN0dWRpb3M= 24593 +aWVucw== 24594 +aXBo 24595 +IGZyeWluZw== 24596 +IGZhc2NpbmF0ZWQ= 24597 +IFdhaA== 24598 +YnVja3M= 24599 +bWF5YQ== 24600 +IFNhdHVybg== 24601 +IE1vbW15 24602 +IHJhdGluZ3M= 24603 +IGF1dHVtbg== 24604 +xrDGoW5n 24605 +IGxvc2Vy 24606 +IGNlbnRybw== 24607 +w6lyaWV1cg== 24608 +IEZvbGQ= 24609 +IHN1cGVydmlzb3I= 24610 +IE5vYmVs 24611 +IHVuZGVyZXN0 24612 +b2JpYQ== 24613 +INCy0YHRjw== 24614 +IHZlcnc= 24615 +IGZ1ZWxz 24616 +IGFydGlmYWN0cw== 24617 +IOu2mQ== 24618 +IEF1dG9t 24619 +55qE5piv 24620 +25Q= 24621 +15XXoQ== 24622 +IGlobmVu 24623 +IDU5 24624 +b3VuZGluZw== 24625 +0LXRgNGL 24626 +aW5hcnM= 24627 +Y2hhbnQ= 24628 +IGFkZGljdGVk 24629 +IGV4cGxvc2l2ZQ== 24630 +IGRpc3BlcnM= 24631 +4paI 24632 +YXhpcw== 24633 +QVJZ 24634 +IGx1bQ== 24635 +INGD0YHQuw== 24636 +INiM 24637 +IHJ1cGVlcw== 24638 +IFBlYXJs 24639 +Y2FtcA== 24640 +dHY= 24641 +b3lh 24642 +IGNvbmNsdWRlcw== 24643 +IGNvbGxpc2lvbg== 24644 +IGJ1eWVy 24645 +IHBsYXlncm91bmQ= 24646 +IHNwcmluZ3M= 24647 +IGZlbWluaW5l 24648 +IFJhcw== 24649 +IGluY2FyY2Vy 24650 +7ZeY 24651 +IGRpYWxlY3Q= 24652 +IGNsb3N1cmU= 24653 +IGNoYXR0aW5n 24654 +IGJhYmU= 24655 +IHNwb3RsaWdodA== 24656 +IG5vdGF0aW9u 24657 +6Lev 24658 +U3Rhcg== 24659 +acOjbw== 24660 +IHTDqnRl 24661 +IHRpZGU= 24662 +IGp1bnRv 24663 +IHNlbmF0b3I= 24664 +0KU= 24665 +IGV4Y3VzZXM= 24666 +IGJsaW5r 24667 +IGFkbWlzc2lvbg== 24668 +IExpbHk= 24669 +0YvQvNC4 24670 +IGFtaWdv 24671 +IGx1c3Q= 24672 +64us 24673 +IGFtaW5v 24674 +5LqL5oOF 24675 +IGNvbnN1bHRhbnQ= 24676 +IEVsZWN0cmlj 24677 +IOuFuOuemA== 24678 +dWphaA== 24679 +IHNob290ZXI= 24680 +aWNodGVu 24681 +IFVrcmFpbmlhbg== 24682 +IGFpbXM= 24683 +IEVudGVydGFpbg== 24684 +IG1pcmFjbGVz 24685 +6K2w 24686 +IHplaWdlbg== 24687 +IGxhbQ== 24688 +IHJlc3M= 24689 +IEppbGw= 24690 +eWxhbg== 24691 +IHJvb2s= 24692 +IGhheWE= 24693 +IHBhc3Nwb3J0 24694 +YWRhdGE= 24695 +IGp1aWN5 24696 +Y29uZg== 24697 +0LvQtdC5 24698 +IFN6 24699 +IGludGVyY2VwdA== 24700 +44GC44KK44GM44Go44GG44GU44GW 24701 +IFRlYW1z 24702 +IG1ha2Vu 24703 +aXJyZWw= 24704 +IExJS0U= 24705 +4bqteQ== 24706 +6rWw 24707 +IHNob3J0YWdl 24708 +IHBhcmFkaWdt 24709 +IHBhcGVs 24710 +IGFzdGVybw== 24711 +44G+44Gf 24712 +IHNvbGxlbg== 24713 +IE1pY2tleQ== 24714 +IE9ybGVhbnM= 24715 +IGNob2xlc3Rlcm9s 24716 +IGdvb3Nl 24717 +0YbQuNGO 24718 +44GC44KL 24719 +IEZM 24720 +INCz0L7Qu9C+0LI= 24721 +IHRyaWJ1dGU= 24722 +IEdhbQ== 24723 +IMOpdmlkZW1tZW50 24724 +0Y/RhQ== 24725 +5a6e 24726 +55Sw 24727 +IGluYXBwcm9wcmk= 24728 +dWhhbg== 24729 +IG9yZ2FuaXphdGlvbmFs 24730 +YWlsZWQ= 24731 +IGVuZHVyZQ== 24732 +IDc2 24733 +IHNob3RndW4= 24734 +IGxpdnJl 24735 +IHN1aXRlZA== 24736 +IHdhcm10aA== 24737 +IFNJTQ== 24738 +IGVudmlzaW9u 24739 +IGRlZ3JhZA== 24740 +w65uZQ== 24741 +TGF1Z2hpbmc= 24742 +IFdob2V2ZXI= 24743 +IEJ1ZGRoaXNt 24744 +IHNwcmlua2xl 24745 +Y2XEn2l6 24746 +IHJ1aW5z 24747 +IHN0YXJjaA== 24748 +IEhlcno= 24749 +IGluanVzdGljZQ== 24750 +IGh1bWlkaXR5 24751 +0L7QttCw0LvRg9C5 24752 +IE9iamVjdA== 24753 +IElnbg== 24754 +IEV4YW0= 24755 +aWdlcnM= 24756 +IHRob3U= 24757 +IFNveQ== 24758 +aXZhcw== 24759 +IHBvbGVz 24760 +bWF0aA== 24761 +INCy0L3QuNC8 24762 +SU5HSU5H 24763 +ZWRyYWw= 24764 +IGV4cGxvcg== 24765 +IHJvYXN0ZWQ= 24766 +IGNyYXds 24767 +IGNvZmY= 24768 +IGFub20= 24769 +IHdpag== 24770 +IGltcHJvdmVz 24771 +IHRyZWF0eQ== 24772 +IGRpc2NvdmVyaW5n 24773 +IHN0YXR1dGU= 24774 +IG1lcmNhZG8= 24775 +INGB0LjQuw== 24776 +IGludGVs 24777 +IENoYW5jZWxsb3I= 24778 +IE1lZGljYWlk 24779 +dWdp 24780 +IHZlcmJhbA== 24781 +IGTDtm4= 24782 +IHNjcmlwdHVyZQ== 24783 +IGl0ZXJhdGlvbg== 24784 +ZWtz 24785 +IE94Zm9yZA== 24786 +IHfDpGg= 24787 +IFZhZA== 24788 +IEFL 24789 +IOyVhOydtOs= 24790 +IGlldHM= 24791 +IG5lZWRsZXM= 24792 +2YPZhQ== 24793 +IHBhc2Fkbw== 24794 +IGFsYnVtcw== 24795 +IHllYQ== 24796 +ZXR6ZW4= 24797 +hOuPhA== 24798 +IGRldGVybWluZXM= 24799 +IHRoZWU= 24800 +IFBsYXlpbmc= 24801 +w6RydA== 24802 +INem 24803 +Y2xlZA== 24804 +IGRvd253YXJk 24805 +YWxvbmU= 24806 +IHNvbHU= 24807 +IHBhcnRpdGlvbg== 24808 +IHd6 24809 +ZGQ= 24810 +IHBlc3NvYWw= 24811 +5aq9 24812 +IGZhY3Rvcmllcw== 24813 +IGJsZWlidA== 24814 +4Lih4Liy 24815 +YWxzYQ== 24816 +IE5GTA== 24817 +IGZ1ZXJh 24818 +IHJlc2VydmVk 24819 +IEVhcm4= 24820 +IGhlbHQ= 24821 +IHNob3J0Y3V0 24822 +IGNvbnZpbmNpbmc= 24823 +c3BhY2U= 24824 +IGVuZm9yY2U= 24825 +IGNvcmVz 24826 +IGVmdGVy 24827 +IHJlY2Vzc2lvbg== 24828 +eGljbw== 24829 +IHByb3Bvc2l0aW9u 24830 +YXJpYW5z 24831 +cm9wb2w= 24832 +IOuqsOs= 24833 +IM6c 24834 +IOyalOymmA== 24835 +IGFjdGl2aXN0 24836 +IGNvbnZpY3Rpb24= 24837 +IHphYg== 24838 +IGNhbmNlbGVk 24839 +0YLQvtGH0L3Qvg== 24840 +IM6u 24841 +6YCZ5qij5a2Q 24842 +bml0ZQ== 24843 +IGZ1bmRyYQ== 24844 +YnV6emVy 24845 +0LXQu9C+ 24846 +aWNhdGlvbnM= 24847 +IHpvbmE= 24848 +IHRlZW5z 24849 +IG1ldGhvZG9sb2d5 24850 +IOykkeyalA== 24851 +dGhhbg== 24852 +IFVs 24853 +IEdyZXk= 24854 +IGhvZw== 24855 +SU5L 24856 +IFN1bmc= 24857 +IENsYXVk 24858 +IENOTg== 24859 +IGRlbGl2ZXJz 24860 +YWxpbg== 24861 +IEFkb2Jl 24862 +b3RoZQ== 24863 +IERlc3dlZ2Vu 24864 +4Liz 24865 +IHdlcmRl 24866 +IGdyZWFzZQ== 24867 +IHVwZ3JhZGVz 24868 +IEZpbmxhbmQ= 24869 +YWNjZXB0 24870 +IGludGVycm9n 24871 +YmVl 24872 +IOOBqw== 24873 +IHByZWRl 24874 +IE5lcA== 24875 +IENhbWJyaWRnZQ== 24876 +IGdyYXBocw== 24877 +IGhhdW50ZWQ= 24878 +0YHQtdC8 24879 +5qc= 24880 +5YWL 24881 +U29tZQ== 24882 +IE1hbGw= 24883 +IHJlaGVhcnNhbA== 24884 +IFVyYmFu 24885 +IExhZw== 24886 +IG5pbQ== 24887 +6rCV 24888 +IHBvc2l0aW9uZWQ= 24889 +IGF2b2lkZWQ= 24890 +RU1B 24891 +IGxsZWdhcg== 24892 +IHLDoXBpZG8= 24893 +IGdvdXZlcm4= 24894 +IGhpbmc= 24895 +IGRlYWxlcg== 24896 +IHJlZm9ybXM= 24897 +IGZhdHR5 24898 +0LrQvtC7 24899 +IEFjZQ== 24900 +IG5lcA== 24901 +IOyyrQ== 24902 +IGNvbXB1dGF0aW9u 24903 +IFN0cmVhbQ== 24904 +Ym91cm5l 24905 +dHVy 24906 +UG9y 24907 +IHNsZWVweQ== 24908 +IGJhbmdldA== 24909 +44GC44Gu 24910 +IHdlaWdocw== 24911 +IGJsZWliZW4= 24912 +IEdyZW4= 24913 +IHVuaW9ucw== 24914 +IOq1kA== 24915 +IGFwcmVuZGVy 24916 +dWl0YXI= 24917 +IEplc3Q= 24918 +dW1pbmc= 24919 +IFBsYXllcg== 24920 +IEV4dHJlbQ== 24921 +IGludGVnZXI= 24922 +0LDRh9C1 24923 +IGNvbmNlcnRz 24924 +15XXmw== 24925 +IHRyb2NoxJk= 24926 +IFJlcGU= 24927 +6YeN6KaB 24928 +4LmC 24929 +xbxlbg== 24930 +IHNvdW5kaW5n 24931 +IGFub255bW91cw== 24932 +IGV4Y2E= 24933 +IElyYW5pYW4= 24934 +IGVuZXJnZXRpYw== 24935 +IHdpdmVz 24936 +INGG0LLQtdGC 24937 +IGFpcw== 24938 +44GL44Gq 24939 +IHN1ZGFo 24940 +IHVuZGVyd2Vhcg== 24941 +IGNydW5jaHk= 24942 +IFBhaW4= 24943 +IGdlcsOnZWs= 24944 +cmVkaWN0 24945 +IG1pc21h 24946 +0ZbRgg== 24947 +IHN1cnZpdmluZw== 24948 +zq3Pgg== 24949 +IHBhcnRpY2lwYW50 24950 +IEhlc3Nlbg== 24951 +w6FyaWFz 24952 +IHN1YndheQ== 24953 +aXN0w6Q= 24954 +IGNvcmFs 24955 +IG1hcmlqdWFuYQ== 24956 +IE1lbW9yaWFs 24957 +0YjQuNC5 24958 +cml6 24959 +IHNhdGVsbGl0ZXM= 24960 +IGxlYXNl 24961 +IENhbWVyb24= 24962 +dW1waA== 24963 +IGNsYXNzbWF0ZXM= 24964 +w6Row6Ru 24965 +0YHRgtCy0LU= 24966 +IGh1ZQ== 24967 +k6TsnYQ= 24968 +IHByb3BvcnRpb25hbA== 24969 +IG5vc3M= 24970 +IGxhcHM= 24971 +csOl 24972 +IGJpdGNvaW4= 24973 +0JfQq9Ca0JA= 24974 +IOy2qQ== 24975 +INmE2YQ= 24976 +IE1vcnQ= 24977 +IEVzcA== 24978 +YXJub3M= 24979 +INGB0LrQsNC30LDQuw== 24980 +IMOkbmQ= 24981 +5YWE 24982 +15nXmded 24983 +IEdlYg== 24984 +Z2VoZW4= 24985 +SW5hdWRpYmxl 24986 +Ym9yb3VnaA== 24987 +0YTRhA== 24988 +IGZlbGxvd3NoaXA= 24989 +IFBhcGVy 24990 +IGN1cnZlZA== 24991 +IEdFT1I= 24992 +IGNhbGN1bGF0b3I= 24993 +IENhdGFs 24994 +IHbDoG8= 24995 +IGJ5cGFzcw== 24996 +0LvQtdGC 24997 +4LM= 24998 +dHJhbnM= 24999 +cmVuY2llcw== 25000 +7KGM 25001 +aWdlbnQ= 25002 +IHRhc3RlZA== 25003 +IG9jZWFucw== 25004 +dWZ0 25005 +ZXJ2aWNl 25006 +INCc0KPQl9Cr0JrQkA== 25007 +IENsYXNzaWM= 25008 +IHJlc3BlY3RpdmVseQ== 25009 +fik= 25010 +w650cmU= 25011 +IE5hc2g= 25012 +IHppdA== 25013 +IOybgw== 25014 +IOuGkg== 25015 +cXVvdGU= 25016 +IFVucw== 25017 +IHRhYw== 25018 +IHByb3Zlcw== 25019 +IFBvcnRsYW5k 25020 +Ymx5 25021 +IGVyZQ== 25022 +7LaU 25023 +IMOpcG9jYQ== 25024 +INGC0YvRgdGP0Yc= 25025 +NzY= 25026 +IGhhZGU= 25027 +IEZybw== 25028 +IHBvbMOtdGljYQ== 25029 +dGFn 25030 +IO2VrQ== 25031 +IHNjaMO2 25032 +YXJldHQ= 25033 +IHByb3Zpc2lvbnM= 25034 +IG1vdG9ycw== 25035 +IGltYWdpbmc= 25036 +IGRvaw== 25037 +dWxvdXNseQ== 25038 +IG1laWxsZQ== 25039 +546w5Zyo 25040 +65A= 25041 +IElTTw== 25042 +IFNURU0= 25043 +IEJvd2w= 25044 +IHRvd2Vycw== 25045 +IEVl 25046 +IFBlcmZvcm1hbmNl 25047 +IGxvaW4= 25048 +Y3Vzc2lvbg== 25049 +IGNvYXN0YWw= 25050 +aWFsZQ== 25051 +Y29tcGFzcw== 25052 +IHNwZWxscw== 25053 +IGRpc2FwcG9pbnRpbmc= 25054 +IOuyiOynuA== 25055 +RUVS 25056 +IHZlcnNhdGlsZQ== 25057 +YXN1cnk= 25058 +IGVuZmlu 25059 +IGRvd25zaWRl 25060 +IGd1aWRpbmc= 25061 +INin2YTZgg== 25062 +IG5pbmV0eQ== 25063 +Y2hhcmdlZA== 25064 +IEZhbnM= 25065 +IHBoaWxvc29waGljYWw= 25066 +IGdhcm4= 25067 +IG3DpW5nYQ== 25068 +IHdpbGxpbmduZXNz 25069 +IHBvcnRpb25z 25070 +YWJlbg== 25071 +IO8= 25072 +wr8= 25073 +cmF1bA== 25074 +IHNwcmludA== 25075 +aWZlbg== 25076 +xLF5bGE= 25077 +INC60YPQvw== 25078 +44GP44Gg44GV44GE 25079 +IGVuc3VpdGU= 25080 +IENhcGl0b2w= 25081 +IDYz 25082 +INCz0L7QstC+0YDQuNGC 25083 +IGFwcG9pbnRtZW50cw== 25084 +5om+ 25085 +b21pYXN0 25086 +IGNhcmVn 25087 +IHB1Ymxpc2hlcg== 25088 +IGhlcmF1cw== 25089 +IM61zq8= 25090 +IFZT 25091 +44Gd44GX44Gm 25092 +5Lit5YWx 25093 +IHNhY3JpZmljZXM= 25094 +dGhpcmQ= 25095 +IGh1bWFuaXRhcmlhbg== 25096 +IOuCtOw= 25097 +aW1vbg== 25098 +IGluZXF1 25099 +IHpvYg== 25100 +IGNvbWZvcnRhYmx5 25101 +IERpbmdl 25102 +IGNhbmNlbGxlZA== 25103 +IFBTQUtJ 25104 +IFJvYmluc29u 25105 +IGZpbnM= 25106 +KT8= 25107 +IEhpc3Rvcg== 25108 +INGH0LXQu9C+0LLQtdC60LA= 25109 +IHRic3A= 25110 +dGV4dA== 25111 +a2lt 25112 +IHVwZGF0aW5n 25113 +IGdlbGQ= 25114 +ZmVsZA== 25115 +j7w= 25116 +IG3DpA== 25117 +IGNhZsOp 25118 +1oA= 25119 +IFNyaQ== 25120 +IFJlZ2lvbg== 25121 +IEhhaGFoYQ== 25122 +IGZpbmFuY2Vz 25123 +INin2YTYtA== 25124 +IGJ1bms= 25125 +cnVr 25126 +aGFmdA== 25127 +IGxhdGVyYWw= 25128 +IGV4dGVuc2lvbnM= 25129 +IOyVhOydtA== 25130 +IGRlZmluaXRl 25131 +IFpoYW8= 25132 +IEx1aXM= 25133 +c3R5 25134 +IGNhc29z 25135 +IEtsaW0= 25136 +IDE5OTM= 25137 +IHJlYWxpemF0aW9u 25138 +IGhpc3Rvcmlhbg== 25139 +IGNyYWNrZWQ= 25140 +64K0 25141 +IHN5c3TDqG1l 25142 +IENJQQ== 25143 +INGC0LLQvg== 25144 +b3NwaGVyaWM= 25145 +IGZsZWU= 25146 +IHLhuqV0 25147 +IFJlZ2FyZGxlc3M= 25148 +IHJlbHVjdA== 25149 +IHRpbWVseQ== 25150 +IEp1bGlhbg== 25151 +R00= 25152 +6ZI= 25153 +YWR1cmE= 25154 +6aOf 25155 +IGRyZXNzZXM= 25156 +54Gj 25157 +IOuUlA== 25158 +IG5vbWluYXRlZA== 25159 +IGFkdm9jYXRlcw== 25160 +eW1waA== 25161 +IHJlY29yZGluZ3M= 25162 +IGRldmlhdGlvbg== 25163 +IHByaW9yaXRpemU= 25164 +IHNwaXJhbA== 25165 +IFlPVVI= 25166 +IHRyYW5zcG9zZQ== 25167 +YW1wb28= 25168 +IOybkOuemA== 25169 +IFZpc2lvbg== 25170 +IHBvbGl0ZQ== 25171 +IGhhbWI= 25172 +IFBhdGllbnQ= 25173 +5q+U6LyD 25174 +7YGs6w== 25175 +IHNpYQ== 25176 +IOqzsw== 25177 +IMW+ZQ== 25178 +6KeA 25179 +IHN1cGVybWFya2V0 25180 +67k= 25181 +IFNpZXJyYQ== 25182 +IGdyaWxsZWQ= 25183 +IFVwb24= 25184 +IGFic2VudA== 25185 +IG1lYw== 25186 +IEFwb2xsbw== 25187 +IHB1bms= 25188 +IFBhxYRzdA== 25189 +INGB0LLQvtC5 25190 +IOqxsOq4sA== 25191 +R2lybA== 25192 +IHNraW5ueQ== 25193 +IFByZW1pZXI= 25194 +IHRlcnJpdG9yaWVz 25195 +IGxpYWJpbGl0eQ== 25196 +IGplcms= 25197 +cmF0aWM= 25198 +IGRhbmNlcnM= 25199 +INGD0YDQvtCy 25200 +IOq0gOs= 25201 +b25seQ== 25202 +IFN0dQ== 25203 +IHNrZWxldG9u 25204 +IOutkOs= 25205 +INC30LDQutC+0L0= 25206 +xLFrdA== 25207 +IE1JS0U= 25208 +IGzDtg== 25209 +bWll 25210 +IHJlaXRlcg== 25211 +44GT44KM44Gv 25212 +IEtvbGxlZw== 25213 +IEFkYW1z 25214 +bGljaGVy 25215 +IMOnb2N1aw== 25216 +0Y/Qsw== 25217 +IGJsdXNo 25218 +IHN1bnNoaW5l 25219 +IGV6 25220 +IERldmls 25221 +IOq4uA== 25222 +IOOBig== 25223 +YWRk 25224 +IGxpY2Vuc2Vk 25225 +IHZpbnls 25226 +IEN6ZWNo 25227 +aW1hZw== 25228 +IGNyYWNraW5n 25229 +IOy6 25230 +IHVkYWg= 25231 +IHNvbW1lcw== 25232 +IOyWvOq1 25233 +d2HEhw== 25234 +IGZyZXM= 25235 +5ZG9 25236 +IFdhbG1hcnQ= 25237 +INCi0LXQv9C10YDRjA== 25238 +YXRpc2Y= 25239 +Q0k= 25240 +bGFuZw== 25241 +IGRpZmZ1c2lvbg== 25242 +55S3 25243 +IHNvbW9z 25244 +IE1ha2Vz 25245 +5oiR5oOz 25246 +IFJpY2t5 25247 +IG11Y2hh 25248 +7ZWo 25249 +IGhvcnNlcG93ZXI= 25250 +YXNpYQ== 25251 +IGZpYmVycw== 25252 +IGVybQ== 25253 +0YHQutC40LU= 25254 +IGplc3Rl 25255 +IGZpcmVmaWdodA== 25256 +IGN1aXNpbmU= 25257 +IGJlc29uZGVycw== 25258 +ZGln 25259 +IOyihQ== 25260 +INGD0LY= 25261 +IHRyYWNpbmc= 25262 +IGNlcnRhaW5z 25263 +IEFwcGx5 25264 +0YvQstCw0YLRjA== 25265 +54w= 25266 +IGJydQ== 25267 +IFlFUw== 25268 +IEJhaQ== 25269 +IERpdA== 25270 +IEJpcw== 25271 +IHVubGU= 25272 +0YHRgtCw0YLQvtGH0L3Qvg== 25273 +IEF3YWs= 25274 +Li4i 25275 +IDEyNQ== 25276 +IHJvb3RlZA== 25277 +IGNhdXRpb3Vz 25278 +Y29uc3Q= 25279 +IG9yY2hlc3RyYQ== 25280 +55y8 25281 +INCy0L3Rg9GC 25282 +IHF1ZWxxdQ== 25283 +INC+0YLQstC10YI= 25284 +IE1ldGhvZA== 25285 +7Lmc 25286 +IM68zrHPgg== 25287 +bMO8 25288 +IOyVhOq5jA== 25289 +IG5hbWluZw== 25290 +Q2hhcg== 25291 +IFNpY2hlcg== 25292 +IHByaXZpbGVnZWQ= 25293 +IEZseQ== 25294 +IOOBiw== 25295 +4bqtdA== 25296 +IGFkdmFuY2Vz 25297 +IFplbGRh 25298 +IGFuZHJh 25299 +IGdyaW5kaW5n 25300 +IEVkaXRpb24= 25301 +cGY= 25302 +IHdhcnJpb3Jz 25303 +IGhlZGdl 25304 +IHVuc2VyZW4= 25305 +INGB0Y7QtNCw 25306 +ZWxpbmVzcw== 25307 +IHBlcnNvbmFsaXRpZXM= 25308 +IGbDtg== 25309 +J00= 25310 +INGC0L7Rh9C90L4= 25311 +IHNoaXBwZWQ= 25312 +IG1ldGVvcg== 25313 +IHN1cnJvdW5kaW5ncw== 25314 +IEZpbGw= 25315 +dWVzdGE= 25316 +IFBlcnNvbmFs 25317 +IEFsbGU= 25318 +T1JU 25319 +5LmF 25320 +IFNjaGU= 25321 +Vkk= 25322 +IGNvbXBhcmFibGU= 25323 +ZGFtbg== 25324 +IGRpdGNo 25325 +WUFO 25326 +aXNtdXM= 25327 +IHBpY2t1cA== 25328 +IGRhaw== 25329 +IEVQ 25330 +YmVzdA== 25331 +IFN1ZQ== 25332 +w6RsbHQ= 25333 +IHBvcGNvcm4= 25334 +IGZvbGRpbmc= 25335 +aG9tZQ== 25336 +0LjQstCw0LXRgg== 25337 +5bey57aT 25338 +IGFubm90 25339 +Y2h1Y2s= 25340 +IGZpZXJjZQ== 25341 +IGRhbWFnaW5n 25342 +IGZsb3A= 25343 +IHBhc2Fy 25344 +IHJlZWY= 25345 +INGB0LLQvtC10Lk= 25346 +IHpvbw== 25347 +b3ZlcnM= 25348 +amV0cw== 25349 +IHByw6hz 25350 +IFNpbGljb24= 25351 +dGVvaw== 25352 +IFNldGg= 25353 +YXRhbWVudGU= 25354 +IHRyYW5zbWl0dGVk 25355 +IHJlcGxpY2F0ZQ== 25356 +IHNsaW0= 25357 +IENyZWFt 25358 +5oSf44GY 25359 +IHNpZGV3YWxr 25360 +7IiY6w== 25361 +INC20LjQt9C90Yw= 25362 +IE1vbmljYQ== 25363 +5L6G5LqG 25364 +IGNvcGllZA== 25365 +IFRlcnJh 25366 +aXN0ZW50 25367 +57O7 25368 +INC+0L3Qvg== 25369 +IHdoYWxl 25370 +IFdJVEg= 25371 +0LvRg9GI 25372 +5b2x54mH 25373 +IEVlbg== 25374 +INGB0LLQvtC4 25375 +IG9yZGlu 25376 +IHBsdXJhbA== 25377 +IHNwb2tlcw== 25378 +IGRpc3B1dGU= 25379 +IHNlbnNpYmxl 25380 +IHByZWFjaGluZw== 25381 +IGt0w7Nyenk= 25382 +cHRlZA== 25383 +YXZpZXI= 25384 +IHBpc3RvbA== 25385 +IFRhcGk= 25386 +IMWC 25387 +ZmZmZg== 25388 +IGFjcnlsaWM= 25389 +IGlnbm9yYW5jZQ== 25390 +IFppZWw= 25391 +cmFucw== 25392 +IHdlbGRpbmc= 25393 +bWlk 25394 +5oiR5LiN 25395 +INC30LDQvdC40Lw= 25396 +IGxhbmVz 25397 +IG1pbmVz 25398 +IG1vbXM= 25399 +15XXlw== 25400 +IENoYW1iZXI= 25401 +dGllcg== 25402 +IG1vZGVzdA== 25403 +IOyXrOq4sOyEnA== 25404 +IHVuYXM= 25405 +IHdyZW5jaA== 25406 +aGFuZGVk 25407 +IHNhdHVyYXRlZA== 25408 +IEZhbmc= 25409 +IENvbW1pc3Npb25lcg== 25410 +4KSw 25411 +INeW 25412 +IExvdWlzaWFuYQ== 25413 +IE1hc2s= 25414 +IGN1YmVz 25415 +7JSo 25416 +IHZpZMOpb3M= 25417 +IG7DpWdvbg== 25418 +IHJpZGVy 25419 +IOy2nA== 25420 +IHPDs24= 25421 +IExhdGlubw== 25422 +YmFuaw== 25423 +7ZW07KO8 25424 +IEJyZW5k 25425 +IHNleHVhbGl0eQ== 25426 +Li4uLA== 25427 +IGZvcmdldHRpbmc= 25428 +INuM 25429 +IEF2ZW5nZXJz 25430 +IEJvbmpvdXI= 25431 +Y2Vzc29y 25432 +0LrRgNCw0Zc= 25433 +Y2VuY2U= 25434 +IGdlb2dyYXBo 25435 +Y3Vsbw== 25436 +0L7RgdGC0Yw= 25437 +IHN3ZWF0aW5n 25438 +7YOA 25439 +IHN5bW1ldHJ5 25440 +dHPDpQ== 25441 +IGphbg== 25442 +IEZlcnI= 25443 +6aaW 25444 +IGFtYmFzc2Fkb3I= 25445 +emnEmWs= 25446 +IG11c3Vu 25447 +INGD0YI= 25448 +IExH 25449 +aXNzZW50 25450 +Y29tbXVu 25451 +IGNvdXJz 25452 +IGRldmVsb3Bz 25453 +IGJyb256ZQ== 25454 +IHN1YnN0YW5jZXM= 25455 +ZHJpdmVu 25456 +7KO87IS47JqU 25457 +IGFvcw== 25458 +5YSE 25459 +IFBST0ZFU1M= 25460 +aGFsZg== 25461 +IHNvcnRlZA== 25462 +IEJvbWI= 25463 +0LvQsNCz 25464 +IE1hbGF5c2lh 25465 +IENocmlzdGluYQ== 25466 +IHRlYW1tYXRl 25467 +6IGe 25468 +RlQ= 25469 +IGvEsQ== 25470 +aGVhcnRlZA== 25471 +Kys= 25472 +b2dlbmlj 25473 +IGJlbGxz 25474 +IE91YWlz 25475 +IHNwZWNpYWxpc3Rz 25476 +0LHRiw== 25477 +ZGVwdGg= 25478 +bGFzc2Vz 25479 +Z2llcw== 25480 +IENvZmZlZQ== 25481 +IG1hcmtpbmc= 25482 +IGZvbGw= 25483 +dWxp 25484 +IGFkaGVzaXZl 25485 +IEJvdA== 25486 +IFB1bmt0 25487 +ZXll 25488 +IEJ1Yg== 25489 +ZWxvbmc= 25490 +5Yi2 25491 +INC/0YDQuNC6 25492 +IGRvbm9y 25493 +ODQ= 25494 +IGVuZm9y 25495 +IGNhdGNoZXM= 25496 +IGJyaWNrcw== 25497 +IGtuaXR0aW5n 25498 +IEtub3dpbmc= 25499 +b2tz 25500 +SFk= 25501 +cmlkZQ== 25502 +IEZhbnRhc3k= 25503 +aW1hbg== 25504 +IHBzZQ== 25505 +IOyYqA== 25506 +INCy0LQ= 25507 +IHJlc3RyYQ== 25508 +IGV2YWx1YXRlZA== 25509 +0YDQtdCy 25510 +IGZvcnR1bmF0ZWx5 25511 +IGNoZWdhcg== 25512 +2LHYqA== 25513 +IGRvbWFpbnM= 25514 +aWJp 25515 +YXJyeQ== 25516 +IHNodXR0ZXI= 25517 +IGZpY291 25518 +TWlrZQ== 25519 +IGluY2x1 25520 +IGRvbm9ycw== 25521 +IGFwbA== 25522 +IExvd2Vy 25523 +IGltcG9ydGVk 25524 +IGFjYWRlbXk= 25525 +IGZpbmFscw== 25526 +IGRpc2FwcGVhcnM= 25527 +2YrYpw== 25528 +IGFkbWluaXN0cmF0b3I= 25529 +anM= 25530 +IGN1dHRlcg== 25531 +IHJhbmdpbmc= 25532 +w7ZycGVy 25533 +IGNvbnN0cmFpbnQ= 25534 +IFRhYmxl 25535 +IFNoYW4= 25536 +dmlj 25537 +IEZpeA== 25538 +IFN3aWZ0 25539 +b3VuY2Vz 25540 +IFdhcnVt 25541 +IGxldHR1Y2U= 25542 +YXBwZWxsZQ== 25543 +IHNoYXZl 25544 +IGLDoXM= 25545 +IDc3 25546 +IE9vbw== 25547 +YW8= 25548 +IE1jTQ== 25549 +IERyZXc= 25550 +IGx1bXA= 25551 +IGxhc2hlcw== 25552 +c2NoZWlubGljaA== 25553 +UmVw 25554 +aW5pcw== 25555 +IENldHRl 25556 +IGNvbXBvc2l0ZQ== 25557 +ZW1ldGVyeQ== 25558 +IHNvcnRl 25559 +IEZpbmFuY2lhbA== 25560 +0L7QvdC1 25561 +cm9uZXM= 25562 +IFZveQ== 25563 +IHTDqWM= 25564 +oLk= 25565 +IE5pbmph 25566 +IENvcmlu 25567 +0LXQvdC90Y8= 25568 +7J207JeI 25569 +IG5pY2g= 25570 +IGRldGVjdGl2ZQ== 25571 +4oCmIg== 25572 +z4POtQ== 25573 +nbzrj4Q= 25574 +IOuzgA== 25575 +IOu4lOs= 25576 +IHByb3Bl 25577 +IFdyaWdodA== 25578 +INeU16o= 25579 +IFNoaQ== 25580 +IOOBnw== 25581 +IGludmVzdGlnYXRpb25z 25582 +6YKE5piv 25583 +IFBvd2VyUG9pbnQ= 25584 +IENodQ== 25585 +IOyYpO0= 25586 +IOyZhOyghA== 25587 +IEZyYWdlbg== 25588 +dW5uaW5n 25589 +IHBvdXJyYWl0 25590 +IHRleHRib29r 25591 +0LzRiw== 25592 +IGZhaHJlbg== 25593 +INGC0L7RgA== 25594 +IGxha2Vz 25595 +w7xuZGU= 25596 +SW50 25597 +IE1ldHJv 25598 +IG1hbnNpb24= 25599 +INCw0LE= 25600 +IFpob3U= 25601 +IGNvcnJpZG9y 25602 +IGVzY29s 25603 +IGluZGljYXRpbmc= 25604 +aWHFgmE= 25605 +IG1vbW15 25606 +IGFyY2hpdmVz 25607 +IGZvdW5kZXJz 25608 +ZW5naW5l 25609 +IERpZXU= 25610 +IHNpY2tuZXNz 25611 +IOuztOuLiOq5jA== 25612 +IGFyYg== 25613 +IG5lZA== 25614 +IENob3A= 25615 +IGNvdmlk 25616 +IHNsYW0= 25617 +IHB1YmxpY2F0aW9ucw== 25618 +REM= 25619 +IHNwZW5kcw== 25620 +5r4= 25621 +IHJlZnVnZWU= 25622 +IGRpbGU= 25623 +INeQ15Y= 25624 +aWZpY2Fy 25625 +IFNhY2g= 25626 +R3U= 25627 +IHJlbG9hZA== 25628 +Pz8/Pw== 25629 +IGplxZtsaQ== 25630 +INGB0L7RgdGC0L4= 25631 +IHNpbXBsaWNpdHk= 25632 +IGJ1bGx5aW5n 25633 +INC80L7Quw== 25634 +IHJlYWxpZGFk 25635 +IHVuY2xlYXI= 25636 +YXBwYQ== 25637 +bGV2YW50 25638 +IElTSVM= 25639 +IFdhdHNvbg== 25640 +IGRlaW4= 25641 +IE1pY3Jv 25642 +7ZWc6w== 25643 +w7xn 25644 +IGRldmFt 25645 +IHR3ZWV0ZWQ= 25646 +5bCO 25647 +IHVuZGVyc3RhbmRhYmxl 25648 +YXRhbg== 25649 +IHZlcnNh 25650 +IHByZWNh 25651 +IHbhu4E= 25652 +IENvcHk= 25653 +IE9yYWNsZQ== 25654 +IG1pbmRmdWxuZXNz 25655 +IGRpc2NyZXQ= 25656 +ZXJuZW4= 25657 +IFBsZQ== 25658 +SGF2ZQ== 25659 +IGlzb2xhdGU= 25660 +IGRldQ== 25661 +IHNldmVudHk= 25662 +IEhpbGxz 25663 +IGFyY2FkZQ== 25664 +INGB0L/QtdGG0Lg= 25665 +IHNpZ3VpZW50ZQ== 25666 +IELDnE5ETklT 25667 +bGlnYQ== 25668 +INCy0YHRgtGA0LXRhw== 25669 +w7Rt 25670 +IHR3ZWV0cw== 25671 +IHNjaGF1ZW4= 25672 +IGNyaXRpcXVl 25673 +IPCfjrU= 25674 +IHN0YXR0 25675 +INGB0LDQvNC+0LU= 25676 +w6JuY2lh 25677 +IHN1cGVybmF0dXJhbA== 25678 +IHBsdWdnZWQ= 25679 +Rmw= 25680 +eW7EsQ== 25681 +IFRhbWJpw6lu 25682 +IGVuY291cmFnZW1lbnQ= 25683 +IFNlcnZlcg== 25684 +64Kc 25685 +dXBh 25686 +IGFzdG9u 25687 +IGhlYXJz 25688 +0YDQsNGF 25689 +IHNjaGU= 25690 +IHJhdHM= 25691 +IHJlY3VwZXI= 25692 +IHVudGVu 25693 +IEZpZ2h0aW5n 25694 +IGFjYWRlbWljcw== 25695 +56S6 25696 +IFPDvA== 25697 +0YHQutC40YU= 25698 +IHBhaXJlZA== 25699 +gOydhA== 25700 +IMOhcmVh 25701 +IHN3ZWV0bmVzcw== 25702 +5Y+K 25703 +IGRlZmVy 25704 +IG11aXRhcw== 25705 +IEF1ZGlv 25706 +IGxvY2tlcg== 25707 +2YrYrw== 25708 +INGB0YLQsNCy 25709 +IGJ1ZW5h 25710 +QU5T 25711 +IGRldGVjdG9y 25712 +YXZv 25713 +YmVr 25714 +IM6xzr0= 25715 +7Y64 25716 +IGRyYWdnZWQ= 25717 +INC00L7Qu9C20LXQvQ== 25718 +w5Y= 25719 +2LHYqQ== 25720 +7J207KeA 25721 +IGNlbGxl 25722 +Y2tpbmc= 25723 +INin2YTYrA== 25724 +IENhbnZhcw== 25725 +IGVzcGHDsQ== 25726 +IGdsaW1w 25727 +IHNwcmVhZHM= 25728 +b25nbw== 25729 +IE1hc29u 25730 +IEluZw== 25731 +IOqwgOuKpQ== 25732 +z4TOuc66 25733 +IHNlY3VsYXI= 25734 +IGJhdGVy 25735 +IGlucXVpcnk= 25736 +IGVuZXJnaWVz 25737 +IG1hbnVmYWN0dXJlZA== 25738 +IHZlZ2V0YXJpYW4= 25739 +IHBpbmVhcHBsZQ== 25740 +0Y/RgtCw 25741 +IHByYWN0aXRpb25lcnM= 25742 +MjAwMA== 25743 +IO2VtOyalA== 25744 +IOyXrOufrOu2hOuTpA== 25745 +IOu2iOs= 25746 +IEplZmZlcnNvbg== 25747 +IEpvYW4= 25748 +IHRyYW0= 25749 +5a65 25750 +Y2htYWw= 25751 +IEhhaXQ= 25752 +4bmH 25753 +IHVucmVhbA== 25754 +IHN5bWJvbGlj 25755 +IHN0ZWFsdGg= 25756 +IHNwbGFzaA== 25757 +IEVudGVydGFpbm1lbnQ= 25758 +IG1ldGFsbGlj 25759 +PyIu 25760 +6LaK 25761 +YXJvdW5k 25762 +IGRlc3BhaXI= 25763 +IE5ldmFkYQ== 25764 +IEZpbmFuY2U= 25765 +IGtyaWU= 25766 +IEx1eA== 25767 +IFNtYXNo 25768 +a2VlcGluZw== 25769 +INC30LDQsw== 25770 +IG5hcmNpc3M= 25771 +IGR6aXNpYWo= 25772 +IHRvbGVyYXRl 25773 +b2FyZA== 25774 +IGxpbmtpbmc= 25775 +IEVjb25vbWlj 25776 +IOy8 25777 +IG1vcnBo 25778 +IE5haw== 25779 +IEJha2Vy 25780 +YXRvbg== 25781 +cmluZ3M= 25782 +IFBlbmc= 25783 +IEFpcnBvcnQ= 25784 +44GL44Gj44Gf 25785 +7ZWY64uk 25786 +p4E= 25787 +cHJpbnRz 25788 +IGhhZGk= 25789 +IGVtcGly 25790 +IExpdmVz 25791 +YW5uZXJz 25792 +INC90LjQvA== 25793 +IFBST0ZFU1NPUg== 25794 +IHBvc2l0aXZlbHk= 25795 +YW50b20= 25796 +IGJhZGdl 25797 +a2VsdA== 25798 +IGludGVyZmVy 25799 +IGZ1bGZpbGxpbmc= 25800 +IHZpc3VhbGl6YXRpb24= 25801 +6Zec5L+C 25802 +IFByaWNl 25803 +77+977+9 25804 +IHNjZW5lcnk= 25805 +IHByb25l 25806 +IHdpemFyZA== 25807 +IGJhbnlhaw== 25808 +dmVyYg== 25809 +c2t5 25810 +IHdpc2hlZA== 25811 +IHJhaWx3YXk= 25812 +IMO8emVy 25813 +IGFsZ3VpZW4= 25814 +IEFX 25815 +INC60L7Qu9C40YfQtQ== 25816 +IHJlYWN0aW5n 25817 +IEJ1Y2g= 25818 +4Li2 25819 +IGFudGg= 25820 +IHNpaA== 25821 +IGh1c3Q= 25822 +IFNjcmVlbg== 25823 +aWxhbnQ= 25824 +YWhv 25825 +IGZyYWdyYW5jZQ== 25826 +IGVsZXZhdGlvbg== 25827 +IE1lZGl0ZXI= 25828 +IOu/ 25829 +IMOpcXU= 25830 +IHdyYXBz 25831 +IGluZXJ0 25832 +IHJlY3JlYXRl 25833 +0LvQsNGC 25834 +IGJvbGVo 25835 +IGhhcmFzc21lbnQ= 25836 +dW5reQ== 25837 +IGdsaW1wc2U= 25838 +cmVnaWVydW5n 25839 +IGZ1dHVy 25840 +IHJlcG9zaXRvcnk= 25841 +IGVuZ3Jh 25842 +IHRyYWZmaWNraW5n 25843 +YXNzaXM= 25844 +IFRyZWs= 25845 +IOuyjA== 25846 +IOuniOs= 25847 +IEthYg== 25848 +YW5pdQ== 25849 +Z2l2ZQ== 25850 +IGRpbm9zYXVycw== 25851 +IGZlYXRoZXI= 25852 +IGF0dGl0dWRlcw== 25853 +IHBsdW0= 25854 +IFJT 25855 +IEFuZmFuZw== 25856 +aWxsZXJ5 25857 +IOyKpA== 25858 +TVk= 25859 +IHRyemViYQ== 25860 +IHNraWVz 25861 +IEFq 25862 +dXJhYmxl 25863 +Q1U= 25864 +IFNoYW5l 25865 +IGRlcGFydHVyZQ== 25866 +IFRPTg== 25867 +aWV0ZW4= 25868 +cmF0cw== 25869 +5rCX 25870 +aXN1 25871 +IGJvcmQ= 25872 +IGludGVyZXN0aW5nbHk= 25873 +55m7 25874 +b3VnaGluZw== 25875 +IHJ1c2hpbmc= 25876 +IHZvbGF0aWxpdHk= 25877 +IHB5dA== 25878 +IGZvcm1hdHM= 25879 +INC30LDRgg== 25880 +IOq8rQ== 25881 +IHdoYXRub3Q= 25882 +IGNvbXBvcnQ= 25883 +c3c= 25884 +b3JlYW4= 25885 +IFJlbGF4 25886 +IGNsYW4= 25887 +IEFI 25888 +IHBldw== 25889 +IGRpY3Rpb25hcnk= 25890 +VGFrZQ== 25891 +c2hpcnRz 25892 +IEh1Z2g= 25893 +INi52YTZig== 25894 +IFBpYw== 25895 +IGVucm9sbGVk 25896 +IGplZG5haw== 25897 +IG9mZmVyaW5ncw== 25898 +IGNvcmF6 25899 +TGlmZQ== 25900 +ICEhIQ== 25901 +IGNsZXI= 25902 +IFZpZGVvcw== 25903 +IFJvZHJpZw== 25904 +IElkZW50 25905 +IFBvcw== 25906 +IFN0YWdl 25907 +IFJhY2U= 25908 +IGVuYWN0 25909 +44GE44G+44GX44Gf 25910 +IEd5 25911 +IEhpc3Bhbg== 25912 +IGRlZmVuY2U= 25913 +IENhbXBiZWxs 25914 +bWF0aWM= 25915 +IHJlbGV2 25916 +IHBlYWNo 25917 +hLjsmpQ= 25918 +IHBhcmFkaXNl 25919 +IGNlcmVtb24= 25920 +IGFubm95ZWQ= 25921 +5oyH 25922 +bGF4 25923 +IGV4cGxvaXQ= 25924 +IGNsYXVzZQ== 25925 +ZWtlcg== 25926 +IEJsb29t 25927 +bmFudA== 25928 +YXRldXJz 25929 +IGhlaWdodHM= 25930 +RXZlbg== 25931 +0YHQvtC9 25932 +IG91dHJhZ2U= 25933 +IFZpZXRuYW1lc2U= 25934 +44Gv44Gv 25935 +VFI= 25936 +IGVlcg== 25937 +IGNhbm5vbg== 25938 +IENvbWI= 25939 +kOunjA== 25940 +6LuK 25941 +IOqyg+uPhA== 25942 +IGFjY29tcGxpc2htZW50cw== 25943 +IEFuYWx5dGljcw== 25944 +IHNoYXBpbmc= 25945 +cmVpYmVu 25946 +IGJhY2hlbG9y 25947 +IGZpbmdlcnQ= 25948 +YWNrZWQ= 25949 +IHB5cmFtaWQ= 25950 +IFN0ZXdhcnQ= 25951 +w6FzdA== 25952 +IHN1cnZpdm9y 25953 +IGR1Y3Q= 25954 +IGRlYWxlcnM= 25955 +5rS7 25956 +2LnZhQ== 25957 +0LvQuNC9 25958 +IGVkZQ== 25959 +15XXog== 25960 +INmD2KfZhg== 25961 +IM+Ezrk= 25962 +IGNob29zZXM= 25963 +IE93bg== 25964 +0LPQvtGC0L7Qsg== 25965 +aGlyZQ== 25966 +0LDQu9GM0L3Ri9C1 25967 +INCb0Y4= 25968 +INC+0YHRgtCw0LI= 25969 +dGVjaA== 25970 +IGRyb2l0 25971 +IHN1YmplY3RpdmU= 25972 +ZW5lcw== 25973 +IGRpdmlz 25974 +YXZleg== 25975 +IG1hbmV1dmVy 25976 +4LmE4LiU 25977 +YWRlY2U= 25978 +IEVucw== 25979 +YWNpYWw= 25980 +IFByb3RlY3Rpb24= 25981 +lrQ= 25982 +IGZvcm1hbGx5 25983 +IHd5ZA== 25984 +aW5ndcOpbQ== 25985 +IHppZW0= 25986 +IHJlY3J1aXRpbmc= 25987 +15nXmg== 25988 +bmVt 25989 +IGZvcmJpZGRlbg== 25990 +IEJhcHQ= 25991 +15DXoNeZ 25992 +IHN1YnNldA== 25993 +IE1hZ2F6 25994 +bmVtZW50 25995 +IGFxdWVsYQ== 25996 +cmFnb24= 25997 +IGNvbW1pdHRlZXM= 25998 +IMOpdGFpZW50 25999 +dWRp 26000 +IERhd24= 26001 +IGJvcmU= 26002 +IGNvbXBvc2Vy 26003 +IHdpxJljZWo= 26004 +YW5nYQ== 26005 +IGRpc2xpa2U= 26006 +IERheXM= 26007 +5Z+6 26008 +IHBhcmFs 26009 +IG1pZW50cmFz 26010 +IGhlYXZlbnM= 26011 +44GS 26012 +aGVpZA== 26013 +IHRyYWRlcnM= 26014 +b25jZQ== 26015 +IG1hc2NhcmE= 26016 +IM+Az4HOvw== 26017 +IHdoaXNwZXI= 26018 +IE11c2s= 26019 +6ZuG 26020 +IEZhbWlsaWU= 26021 +QWxsYWg= 26022 +IE9saXZpYQ== 26023 +IFByb3M= 26024 +IG9saWth 26025 +aWxpbQ== 26026 +IHLDqXBvbmQ= 26027 +IFBldGVycw== 26028 +IOW+iA== 26029 +IGJpdGVz 26030 +IHZpYw== 26031 +IE5Z 26032 +ZW1wdGlvbg== 26033 +IDQ1MA== 26034 +IHZpc3VhbHM= 26035 +IGxpZXU= 26036 +w7xja2Vu 26037 +IFN0ZWVs 26038 +IEdQ 26039 +d2FpdA== 26040 +IG5vdGljZWFibGU= 26041 +dWNoYQ== 26042 +IHJlaGFiaWw= 26043 +IHJlamVjdGlvbg== 26044 +INGB0LvQtdC00YPRjtGJ 26045 +IHNsaWRlcg== 26046 +IHJlZ2FyZGVk 26047 +IGdyYXZpdA== 26048 +IFJlc2VydmU= 26049 +Y291bnQ= 26050 +IGJyZWVkaW5n 26051 +IGxvbmdl 26052 +YWxlYg== 26053 +IGtuaWdodA== 26054 +INCy0L7QuQ== 26055 +IHByw6lzZW50 26056 +gpjsmpQ= 26057 +IFNwZWNpZmljYWxseQ== 26058 +IHBvc2Vz 26059 +IHZldXJl 26060 +b2theQ== 26061 +ZW1hcw== 26062 +IOOBp+OBmQ== 26063 +IG1hasSF 26064 +IHdlYmluYXJz 26065 +IGNhbm5hYmlz 26066 +IGRhbWFscw== 26067 +IE5vcnRod2VzdA== 26068 +IHBhZGE= 26069 +IGNyb3dkcw== 26070 +IGZ1dHVyZXM= 26071 +IMOkbg== 26072 +IGNpdmlsaWFucw== 26073 +IFNhY2hlbg== 26074 +5o0= 26075 +IHRyYWNlcw== 26076 +IOuoueqzoA== 26077 +UVU= 26078 +6aGY44GE 26079 +IElG 26080 +YW7EsW4= 26081 +7IK0 26082 +IGJpYmxpY2Fs 26083 +IFZlZA== 26084 +IHN0b3Jpbmc= 26085 +0YDQsNCy0LvRjw== 26086 +5oeJ6Kmy 26087 +IG5hc3Q= 26088 +IGTDtg== 26089 +0YDQvtC/ 26090 +ZWxpYQ== 26091 +IHNpZGV3YXlz 26092 +IFVuZGVyc3RhbmQ= 26093 +IFF1cg== 26094 +IHBlcnBlbmQ= 26095 +IE1pbGxpb25lbg== 26096 +IHdhdGVybWVsb24= 26097 +IERpdmluZQ== 26098 +dWx0dXI= 26099 +YWJvcmQ= 26100 +IHN1Y2Nlc3Nlcw== 26101 +IGhvbWJyZQ== 26102 +IGNhcnA= 26103 +IHN1c2NlcHQ= 26104 +dW5na2lu 26105 +IGtpag== 26106 +dWx1cw== 26107 +2KfYrA== 26108 +IG5vdGNo 26109 +IHBvbHlub21pYWw= 26110 +5bmy 26111 +5ak= 26112 +IMO6bmljbw== 26113 +IHRlbGVzY29wZQ== 26114 +IHBvbGl0aXF1ZQ== 26115 +a2llbQ== 26116 +IM6tzr3OsQ== 26117 +IGFnZ3JlZ2F0ZQ== 26118 +IEdlb2Zm 26119 +IHRyaWw= 26120 +IEdSQQ== 26121 +IHN1YnNjcmliZXI= 26122 +aW1ldA== 26123 +INC00L7Qu9C70LDRgA== 26124 +b3Bpbmc= 26125 +IHRoZXJhcGV1dA== 26126 +IENhbmNlcg== 26127 +IHBhcmFkZQ== 26128 +IGlycmln 26129 +4pmq4pmq 26130 +IGNsZWFyZXI= 26131 +IGJvZw== 26132 +IE1hdXI= 26133 +4Liy4LiH 26134 +IFNoYW5naGFp 26135 +YWNodGU= 26136 +IEtvbA== 26137 +ZWx1amFo 26138 +IGhhdg== 26139 +IENyaW1l 26140 +c2Vr 26141 +IOuhnA== 26142 +aWVubmE= 26143 +IEdvcg== 26144 +6Js= 26145 +INC/0L7RgtGA 26146 +INC60LDQttC10YLRgdGP 26147 +IExpZnQ= 26148 +IFNvcnQ= 26149 +IFBzYWw= 26150 +IHBpbmc= 26151 +k50= 26152 +cGhpcw== 26153 +IEZVQ0s= 26154 +IFN5bg== 26155 +IGJhbWJvbw== 26156 +rOyYgQ== 26157 +Y3V0cw== 26158 +IG1tbQ== 26159 +IGZ1bmt0aW9uaWVydA== 26160 +IF8= 26161 +w61jaW8= 26162 +U3RvcA== 26163 +IGltYWdpbmFyeQ== 26164 +IG5vdGFtbWVudA== 26165 +IEluaXRpYXRpdmU= 26166 +44Ol 26167 +IEt1cnQ= 26168 +IGxvb3Nlbg== 26169 +IGJ1c2Nhcg== 26170 +54Gr 26171 +IHplbGY= 26172 +IHByb3Bz 26173 +5ZuJ 26174 +IG1vZXRlbg== 26175 +IG1pbGxp 26176 +IGhhbGxz 26177 +IE1hdGNo 26178 +IGJyYWNrZXRz 26179 +IENvdQ== 26180 +5qaC 26181 +INCc0LDRgA== 26182 +SVNB 26183 +IGNpZ2FyZXR0ZQ== 26184 +IGNvbXBldGl0aW9ucw== 26185 +IE1JTg== 26186 +IGJlaMO2 26187 +dm9vcg== 26188 +IHVzdA== 26189 +IFpp 26190 +IE9jYw== 26191 +dWxhdGVz 26192 +IGJhbGxvb25z 26193 +IHByb250bw== 26194 +IE1peQ== 26195 +IEZpbGU= 26196 +INC60LvQsNGB0YE= 26197 +0L3Rg9C7 26198 +IGNlcmVhbA== 26199 +IGluY3JlbWVudA== 26200 +IHJlZmluZWQ= 26201 +5Y+m5aSW 26202 +cHJpc2luZw== 26203 +IFJG 26204 +IHJlc3BlY3RmdWw= 26205 +IGxvb3Q= 26206 +YXNrZXQ= 26207 +IGRlaXhh 26208 +aW5nbGU= 26209 +IGZ1bmNpb25h 26210 +IFJldmVs 26211 +IHNvYmVy 26212 +IHBlcmZvcm1z 26213 +IEdlbnRsZQ== 26214 +44Ko 26215 +IHJlY2lwaWVudA== 26216 +IEhhdXNl 26217 +IOuD 26218 +RnJvbQ== 26219 +IG1pbmlzdGVycw== 26220 +IHBhcmFkb3g= 26221 +5bCx5piv6Kqq 26222 +IHRhc3Rpbmc= 26223 +INeU15c= 26224 +IHJldXNl 26225 +IExhbmU= 26226 +INGB0L7QstC10YDRiA== 26227 +IHJlbWVtYmVycw== 26228 +IGZlbWluaXN0 26229 +IGNvbW1pdG1lbnRz 26230 +IHByb2plY3RlZA== 26231 +IGdheg== 26232 +aXlvcnV6 26233 +IG9ibGlnYXRpb25z 26234 +Um8= 26235 +emFy 26236 +IGNodw== 26237 +IEpBTQ== 26238 +IGLEmWTEhQ== 26239 +YXNwYmVycnk= 26240 +INC80LXRgdGC0L4= 26241 +67KV 26242 +IHJlZ3VsYXRlZA== 26243 +IHdpY2h0 26244 +IFRyZXZvcg== 26245 +IHNlY29uZGx5 26246 +IElocmU= 26247 +ZWxzaA== 26248 +IHJlcG9ydGVycw== 26249 +0YLQvtGA0LA= 26250 +b3lv 26251 +R0k= 26252 +IGludGVyY29ubmVjdA== 26253 +6ZCY 26254 +T1NI 26255 +5q2y 26256 +IGJyYXNz 26257 +IGlnbm9yaW5n 26258 +5LuK5pel 26259 +aW5mZWN0 26260 +IHByb2pla3Q= 26261 +b3JldA== 26262 +z4TOsc69 26263 +INGC0LjQvw== 26264 +IG11dHRh 26265 +IHVuYm94aW5n 26266 +hLA= 26267 +5aGK 26268 +IGFkdmlzZWQ= 26269 +IERlbnZlcg== 26270 +IHNldmVyZWx5 26271 +IE1obQ== 26272 +IGZsaXBwZWQ= 26273 +IHBpZW4= 26274 +IGtvbW11bg== 26275 +IEZSRQ== 26276 +IOCuh+CusA== 26277 +YWludGVk 26278 +IGtuaXZlcw== 26279 +IGhhYmw= 26280 +IGdld29yZGVu 26281 +YXJldHRlcw== 26282 +Q1M= 26283 +INC80LDQu9C10L3RjA== 26284 +IGdhbGF4 26285 +IG5pbmV0ZQ== 26286 +6rGw64KY 26287 +IHNpcw== 26288 +IGFkdmlzb3J5 26289 +IGRyaWxsaW5n 26290 +IFdvdWxkbg== 26291 +w7xuZg== 26292 +Z2VzdGVsbHQ= 26293 +IEhlbGVu 26294 +INee15A= 26295 +YXBvbGlz 26296 +IHJ6ZWN6eQ== 26297 +IHRlcnJh 26298 +IGhlcA== 26299 +IGFsZ8O6bg== 26300 +aWtr 26301 +IGFzdHJvbm9t 26302 +IFN0YXJidWNrcw== 26303 +a8SF 26304 +IHBhdHJvbA== 26305 +IOy9lA== 26306 +IGdvbg== 26307 +IOOAkA== 26308 +IHNvbnN0 26309 +IGVuY291bnRlcnM= 26310 +IHJldHJvdQ== 26311 +IHNoYXJrcw== 26312 +IGRvcg== 26313 +IFJldmVy 26314 +IGV2YXBvcg== 26315 +IHJlc2Vydm9pcg== 26316 +IGFsbGVnZWQ= 26317 +dWxlcg== 26318 +IHZlcm0= 26319 +IGNvbW1lcmNl 26320 +IGZpdHRlZA== 26321 +Z2Vt 26322 +IHRhY3RpY2Fs 26323 +IGxpdGg= 26324 +6YmE5aGU 26325 +aGFk 26326 +6K6K 26327 +IGNhcmJvaHlk 26328 +IGxlbmd0aHM= 26329 +zrnOvw== 26330 +IGRlbW9ncmFwaGlj 26331 +Um9i 26332 +IFNraW4= 26333 +Y2NvbGk= 26334 +IHNpbXBsaWZpZWQ= 26335 +IHJlYWRpbHk= 26336 +IEN1bQ== 26337 +YWRlc2g= 26338 +IETDpQ== 26339 +dXNzdA== 26340 +aWduZQ== 26341 +ZXRvbg== 26342 +IG1lbm9y 26343 +cWk= 26344 +T09N 26345 +4Lit4LiZ 26346 +IHBzeWNoaWF0 26347 +IGVpZ2h0eQ== 26348 +INC80LjQu9C70Lg= 26349 +IFRvYg== 26350 +ZWRv 26351 +57ay 26352 +IMSR4bq/bg== 26353 +IGNpcmN1aXRz 26354 +IExBVUdI 26355 +aWNpc20= 26356 +ZW1vcg== 26357 +IHJlZ2VuZXI= 26358 +ZWdyZWU= 26359 +IGJ1cmVhdWM= 26360 +IEFsYmVy 26361 +5LmL5b6M 26362 +IFdvcg== 26363 +5aSr 26364 +IHJlc2lu 26365 +IGJ5xYJ5 26366 +IElH 26367 +4K+NLA== 26368 +IDc4 26369 +IHdlZWRz 26370 +IE15dGg= 26371 +OTM= 26372 +5r8= 26373 +IOuCmOyZlA== 26374 +w6l2 26375 +4b0= 26376 +w7ZyZW4= 26377 +w6dhcg== 26378 +IFBBVUw= 26379 +IGRpc2FkdmFudA== 26380 +IHBvc2l0aW9uaW5n 26381 +IGNvY2t0YWls 26382 +IGFncmVlcw== 26383 +bm4= 26384 +IFNhbGx5 26385 +TXM= 26386 +IGluaGVyZW50 26387 +IG1vbmV0YXJ5 26388 +IG5hdHVy 26389 +IE5o 26390 +IEltcG9ydA== 26391 +IGxlYmVu 26392 +IHdp 26393 +dXNzeQ== 26394 +IG9iZXM= 26395 +IHdhbmRlcmluZw== 26396 +IOyLoOs= 26397 +xIVkYQ== 26398 +ZXRjaHVw 26399 +IGRpc3Bvc2Fs 26400 +IEpB 26401 +IENlcg== 26402 +emlsbGE= 26403 +IHZpcmdpbg== 26404 +IFNsaWRl 26405 +YW5kZWw= 26406 +IHJpZ2h0ZW91c25lc3M= 26407 +IM6j 26408 +IGlkZWlh 26409 +5L2g5aW9 26410 +0LjRgNC+0LLQsNGC0Yw= 26411 +16jXkA== 26412 +Q29tbWVudA== 26413 +IHByZWxpbQ== 26414 +IFZhbGU= 26415 +IOyngOuCnA== 26416 +IFZhbmM= 26417 +T01BTg== 26418 +INC/0ZbQtA== 26419 +IHl1bQ== 26420 +c3RyZQ== 26421 +Y2Vt 26422 +IHBvY3o= 26423 +IGZyYWdtZW50 26424 +INGB0LvRg9GH0LDQtQ== 26425 +IHVuZGVyZ28= 26426 +IEhhbms= 26427 +Y2Vrcw== 26428 +IEZQUw== 26429 +IG9jdXI= 26430 +IGRldGVyaW9y 26431 +5rOo 26432 +IGVtcHJlc2Fz 26433 +UGF1bA== 26434 +ICkpKQ== 26435 +INCy0YDQtdC80LXQvdC4 26436 +IHNjb2xk 26437 +15nXog== 26438 +IHN1c3BlY3RlZA== 26439 +IGFjY2Vzc2luZw== 26440 +IHN1YnN0aXQ= 26441 +IGhpc3RvcmlhbnM= 26442 +5Lu7 26443 +INC00LXQu9C+ 26444 +IHNvY2llZA== 26445 +cm9uZQ== 26446 +IHJlZGVu 26447 +IGV4dGVuZHM= 26448 +ZXBoZXJk 26449 +IGJhbGNvbg== 26450 +5LiN6LW3 26451 +IFNvbG8= 26452 +IHBvbGl0aWNpYW4= 26453 +0L7Qu9GM0L3Qvg== 26454 +IGlyZ2VuZHc= 26455 +IHRyYXVtYXRpYw== 26456 +IHJhcHBlcg== 26457 +IFJPQkVSVA== 26458 +UmVhbGx5 26459 +5oGv 26460 +IGxpbmV1cA== 26461 +QVNF 26462 +IGNvbnRyYWN0b3I= 26463 +IENvcnBvcmF0aW9u 26464 +Z29y 26465 +IFRvZG8= 26466 +0YHRgtGA0L7QuQ== 26467 +RkJF 26468 +IG5ld3NsZXR0ZXI= 26469 +IGtvxYQ= 26470 +YWx0aWVz 26471 +INC/0YDQuNGH 26472 +IEhlYXZ5 26473 +IHN3b3Jkcw== 26474 +IG1hbmlwdWxhdGlvbg== 26475 +IGZ1bms= 26476 +IHbDpXI= 26477 +IFRhbGliYW4= 26478 +IOuwpQ== 26479 +IGFjbmU= 26480 +w7xyw7w= 26481 +IGRlc3dlZ2Vu 26482 +IER1c3Q= 26483 +IHNpbGlj 26484 +IGhvb2tz 26485 +IGJsaWo= 26486 +IHBldGl0cw== 26487 +IGZpbG1l 26488 +IEJlcmVpY2g= 26489 +IFNhaWQ= 26490 +IGltcG9zZWQ= 26491 +IGRpYXJ5 26492 +INCz0L7RgA== 26493 +IEdhdGVz 26494 +IGFsdGE= 26495 +5biM 26496 +IGNoY2lh 26497 +cGxlYXNhbnQ= 26498 +IOuwnQ== 26499 +IG1vxbxlbXk= 26500 +IEF1c3RyaWE= 26501 +IGJyb2tlcg== 26502 +IHN1Y2tlZA== 26503 +6ICD 26504 +IGNvbXBhcnRtZW50 26505 +IGNsb25l 26506 +INeU16I= 26507 +IERhbmtl 26508 +IG5vY2htYWw= 26509 +0LXQt9C0 26510 +IGFkcmVuYWw= 26511 +IGtsZWluZW4= 26512 +44G+44GX44KH44GG 26513 +IHN1YnNlcXVlbnRseQ== 26514 +IGRlY2VudHJhbA== 26515 +IGdlbmV0aWNz 26516 +IOq0kQ== 26517 +IG1vbml0b3Jz 26518 +IEFwcGxpYw== 26519 +IFJlcG9ydGVy 26520 +d2VydA== 26521 +IHdpZW0= 26522 +IE1vdmVtZW50 26523 +IGludGVydmlld2luZw== 26524 +IGhhaXJz 26525 +IHB1w7I= 26526 +IENoZWxzZWE= 26527 +IGNvaGVy 26528 +IGNvdA== 26529 +IHphcw== 26530 +IHBhdGNoZXM= 26531 +IGxhaA== 26532 +0YPQvdC6 26533 +IFJlYWdhbg== 26534 +IE1hcmNv 26535 +Y2l0eQ== 26536 +IGRlZmVuZGVy 26537 +IGRlY29yYXRpb24= 26538 +aWpp 26539 +IGxpdHRlcg== 26540 +0Kg= 26541 +IGplZ28= 26542 +UkVX 26543 +IFBpaw== 26544 +IEhlZQ== 26545 +IEl2 26546 +INC40LTQtQ== 26547 +IFRoZWF0ZXI= 26548 +INGH0LDRgdGC0L4= 26549 +IHN3ZWF0ZXI= 26550 +IGhpZ2hsaWdodGluZw== 26551 +IGFpbnNp 26552 +IGRpcGxvbWF0aWM= 26553 +IE5ldmVydGhlbGVzcw== 26554 +5bM= 26555 +QVNPTg== 26556 +IHDDumJsaWNv 26557 +IGZlcm0= 26558 +cmVhdGVk 26559 +Y29k 26560 +IOusvOs= 26561 +IG1pc3Rlcg== 26562 +IFZhbmNvdXZlcg== 26563 +IHJlY29nbml6ZXM= 26564 +ZWNk 26565 +IGNvbXBsaWNhdGlvbnM= 26566 +ZW5jaWFs 26567 +44GX44GP 26568 +IOqwgOyngA== 26569 +IFVsdGltYXRl 26570 +IHZhaWc= 26571 +IE1lcnJ5 26572 +15XXkg== 26573 +IE1hcmN1cw== 26574 +57i9 26575 +b3dlZ28= 26576 +IG1lbnRl 26577 +U20= 26578 +IGFqYQ== 26579 +IFRhbw== 26580 +IGp1ZGljaWFs 26581 +IGVudHJlcHJlbmV1cnNoaXA= 26582 +INC90LXQvNC90L7Qs9C+ 26583 +IHBpcw== 26584 +IGVyZw== 26585 +IGNocmlzdA== 26586 +IEN1cnQ= 26587 +INGA0LDRgdC/ 26588 +zrvOtQ== 26589 +ZW5zY2g= 26590 +w61yZQ== 26591 +IGZvY2Fs 26592 +IERpYW1vbmQ= 26593 +YXbDrWE= 26594 +IGhhbm5v 26595 +IFNxdWFk 26596 +IGFzc29jaWF0aW9ucw== 26597 +IENyZWF0aXZl 26598 +IG1lc3Nlbmdlcg== 26599 +IGJlZ2dpbmc= 26600 +IGRlY2ltYWw= 26601 +IGTEscWf 26602 +IG1ldGFkYXRh 26603 +c2Vscw== 26604 +IMSwxZ8= 26605 +4buvYQ== 26606 +IGRpZmZpY2lsZQ== 26607 +ZMSx 26608 +IHNsYXVnaHRlcg== 26609 +IFZlcmc= 26610 +INeS150= 26611 +57Ch 26612 +5oyJ 26613 +IFRlYQ== 26614 +YXNzZXM= 26615 +T2s= 26616 +IHN5bnRoZXM= 26617 +b3RpYXRpb24= 26618 +IHBhaW50ZXI= 26619 +IGVsYm93cw== 26620 +IGFyY2hpdGVjdHVyYWw= 26621 +INGA0LDQtA== 26622 +IGdsb3I= 26623 +aW1hZ2U= 26624 +YW1wYQ== 26625 +Y3VsaWFy 26626 +oKg= 26627 +IHRldmU= 26628 +IFN0ZWxsZQ== 26629 +IEJhbQ== 26630 +IOy0iA== 26631 +YXNpcw== 26632 +aXBlZGlh 26633 +IEdJ 26634 +IEFjdGl2ZQ== 26635 +54S25ZCO 26636 +YXpp 26637 +44KM44Gm 26638 +IEx1Y2t5 26639 +7ZWp 26640 +INC/0YDQuNGF0L7QtA== 26641 +IHJ1bndheQ== 26642 +IGF1dGhlbnRpY2F0aW9u 26643 +IHBvc2libGU= 26644 +IHN1cHBsZW1lbnRz 26645 +IHN1cmdpY2Fs 26646 +R2Vu 26647 +IGZlYXNpYmxl 26648 +RE8= 26649 +IG91dGxvb2s= 26650 +IGludGVydmFscw== 26651 +IGFuZWNk 26652 +w6BuZw== 26653 +IHN0cmFwcw== 26654 +IFNodQ== 26655 +dWRk 26656 +aXNzZW5zY2hhZnQ= 26657 +IHBvcnRl 26658 +IGNvbW1pdHRpbmc= 26659 +IGFsbGV5 26660 +IGNvdmVuYW50 26661 +IFBlZHJv 26662 +bGVzc25lc3M= 26663 +IFNvbGlk 26664 +IE1vbGx5 26665 +INC90LXQutC+0YLQvtGA 26666 +IGNvb3BlcmF0ZQ== 26667 +5YyX 26668 +b2xsZW4= 26669 +IHR1bmE= 26670 +IGtpbmRlcmdhcnRlbg== 26671 +IFNpeg== 26672 +IGR1xbxv 26673 +IE1CQQ== 26674 +IEdFT1JHRQ== 26675 +IEZpc2hlcg== 26676 +5b+Y 26677 +IENhZXNhcg== 26678 +INC60YDQsNGB0LjQsg== 26679 +IERlbGhp 26680 +enlt 26681 +IGV4cGxpY2Fy 26682 +6rCA7KeA 26683 +dW5z 26684 +Z3Jvdw== 26685 +INC/0YDQuNGB 26686 +IDg2 26687 +IHN0YXRpbmc= 26688 +IG1hc3Nh 26689 +Y2h0ZXI= 26690 +IOy7rOufrA== 26691 +IGRlcHV0eQ== 26692 +U00= 26693 +bm9j 26694 +IGdlb2dyYXBoeQ== 26695 +IEVudGVycHJpc2U= 26696 +IENhbnQ= 26697 +w7Z6 26698 +IHVucGFjaw== 26699 +IO2ZlOs= 26700 +IHNlYXJjaGVz 26701 +IHByZXNpZGVuY3k= 26702 +IHRyaXZpYWw= 26703 +IHBpZ2U= 26704 +b3VidA== 26705 +44Ka 26706 +7LyA7J20 26707 +IGJ1ZGdldHM= 26708 +IHVi 26709 +IHBuZQ== 26710 +IFlhbGU= 26711 +IMWfw7Z5bGU= 26712 +cmVndWxhcg== 26713 +IGltcGVyZmVjdA== 26714 +QVJB 26715 +IGZhbcOtbGlh 26716 +dXJt 26717 +IEFkdmVudHVyZQ== 26718 +44OK 26719 +Y2lz 26720 +ZW1hcms= 26721 +IG5lZ28= 26722 +IGluYXBwcm9wcmlhdGU= 26723 +INC/0YDQuNC3 26724 +INGA0L7Quw== 26725 +IGRyZWFtZWQ= 26726 +QnJ5 26727 +IHNodXR0bGU= 26728 +IHBpbGxhcnM= 26729 +IGJpaw== 26730 +aW51bQ== 26731 +INGD0YE= 26732 +IE5lYnI= 26733 +IHBlcnBlbmRpY3VsYXI= 26734 +IGJvb2tlZA== 26735 +YmVyeQ== 26736 +IHZpa3Q= 26737 +YmVhcg== 26738 +ZXN1cw== 26739 +INCy0L7Qt9C80L7QttC90L4= 26740 +qLk= 26741 +IHByZXN1bWFibHk= 26742 +IE1lbXBoaXM= 26743 +IGFtYnVsYW5jZQ== 26744 +15XXnteo 26745 +IHRodW1ibmFpbA== 26746 +IG1vZGlmaWNhdGlvbg== 26747 +6YeP 26748 +IGludGVycHJldGVk 26749 +IHByb21v 26750 +IM66zqw= 26751 +IM61z4A= 26752 +IGFjb3VzdGlj 26753 +IERC 26754 +5ZOO 26755 +IG5vbmV0aGVsZXNz 26756 +b3VsZQ== 26757 +IHBlcXU= 26758 +IGtub2I= 26759 +44Kj 26760 +IOuPjOyVhA== 26761 +IHB1cmNoYXNlcw== 26762 +IMOHw7xua8O8 26763 +IGRpdmlkaW5n 26764 +cGVyZm9ybQ== 26765 +cmFjdGlvbg== 26766 +aGVhbHRoeQ== 26767 +IFRpdGxl 26768 +IHVr 26769 +IGNlcmNh 26770 +IGFyZ3VhYmx5 26771 +IGZhbGU= 26772 +67O1 26773 +IGdhbWVycw== 26774 +IHV0aWxpemluZw== 26775 +IG9mZmVuZGVk 26776 +IHRhdmE= 26777 +YWzEsQ== 26778 +IG1lZGlhbg== 26779 +IGluZmVjdGlvdXM= 26780 +IEFubmll 26781 +IHNtYXJ0cGhvbmVz 26782 +IHBhcm9sZQ== 26783 +5Zad 26784 +IEVwaWM= 26785 +enph 26786 +IHVuaWZpZWQ= 26787 +IOq3uOuVjA== 26788 +IGN1cnRhaW4= 26789 +IMSD 26790 +IHNleHVhbGx5 26791 +IHVuc2VyZW0= 26792 +IENvbnZlbnRpb24= 26793 +IGFsbGVnZWRseQ== 26794 +WWE= 26795 +IEhvbw== 26796 +ZW5tZW50 26797 +5oCq 26798 +7ZuE 26799 +IGdpZ2FudGlj 26800 +IG5vdGluZw== 26801 +IHJlYm8= 26802 +IEphbWE= 26803 +IEFseg== 26804 +IGJvcnJvd2Vk 26805 +7Lmo 26806 +IHBlcmlwaGVy 26807 +0L7RgtCw 26808 +IEdC 26809 +IEdlYXI= 26810 +IGVjb25vbWljYWxseQ== 26811 +IHRlbGVmb24= 26812 +IHF1ZXJlbW9z 26813 +INC00LDQu9GM0YjQtQ== 26814 +IHJhcw== 26815 +IFRlYWNo 26816 +aWNpb3M= 26817 +YXRvcw== 26818 +IHBsZWRnZQ== 26819 +YmF1 26820 +IEhpbXNlbGY= 26821 +TGluaw== 26822 +IGVzcGVybw== 26823 +IGNocm9tb3M= 26824 +IFBFUg== 26825 +IGVybGU= 26826 +IHBvZGl1bQ== 26827 +w6dvcw== 26828 +IG5pZXU= 26829 +IGZlbg== 26830 +IEdPRA== 26831 +IENob2NvbGF0ZQ== 26832 +d2Vyaw== 26833 +IHThu6s= 26834 +IHN1cHByZXNz 26835 +zrvOtw== 26836 +IDI0MA== 26837 +IHNpdMOk 26838 +IGhvbmVzdHk= 26839 +IEJpbw== 26840 +IEJhcmQ= 26841 +INC+0LHRidC10Lw= 26842 +INC80YPQtw== 26843 +IG1hcmJsZQ== 26844 +INGG0LXQvdGC 26845 +IHByb2N1cmU= 26846 +IHJvdG9y 26847 +YmVybg== 26848 +IHR1aA== 26849 +IGhlYWRzZXQ= 26850 +YXRlbQ== 26851 +IHdhcnJhbnR5 26852 +4K60 26853 +IGZpbGluZw== 26854 +zrnOrA== 26855 +IGNvbXByZW5kcmU= 26856 +IGltcHVsc2U= 26857 +IHNhbHY= 26858 +d3JpdHRlbg== 26859 +IGluc3RpdHV0ZQ== 26860 +S2lt 26861 +IExHQlRR 26862 +ZmljaWVudGU= 26863 +SGlz 26864 +IM6xz4XPhM+M 26865 +IHRlZW5hZ2U= 26866 +b3J1cw== 26867 +INGA0LDQt9Cx 26868 +U2Vl 26869 +IENvbnNlcnY= 26870 +4buBbg== 26871 +ZnVsbmVzcw== 26872 +IHN0cmF3YmVycmllcw== 26873 +IEFidQ== 26874 +0LjQvtC9 26875 +IG9sbGE= 26876 +Tk9JU0U= 26877 +IEVtcGxveQ== 26878 +IHdpcGVk 26879 +dXJnZXI= 26880 +IG1vZGlmaWNhdGlvbnM= 26881 +IO2VmOyngA== 26882 +IGZvb3RzdGVwcw== 26883 +IGhvbm9ycw== 26884 +IGFkdWw= 26885 +IGZsaXBwaW5n 26886 +IEhV 26887 +Wlk= 26888 +IGludGVncmF0aW5n 26889 +2KjYsQ== 26890 +dWxsYQ== 26891 +IG5hdHV1cmxpams= 26892 +IO2XiA== 26893 +IEV0aGVyZXVt 26894 +2YrZhA== 26895 +d2Vk 26896 +IHBlYWtz 26897 +IEtlcw== 26898 +IGJsb29t 26899 +IGNyYXNoaW5n 26900 +IDkxMQ== 26901 +INC+0YLQu9C40Yc= 26902 +IGNvbnRyb2xsZXJz 26903 +IERvZA== 26904 +INCy0LzQtdGB0YLQtQ== 26905 +IHNvcnRpcg== 26906 +5aWH 26907 +IFN0cmFpZ2h0 26908 +IEdyYWNpYXM= 26909 +IGdyb292ZQ== 26910 +IHRvZ2c= 26911 +IOyLtuydgA== 26912 +w6lybw== 26913 +IG91dHdhcmQ= 26914 +IFdB 26915 +IFJvY2t5 26916 +IHNjYW0= 26917 +IGhheWF0 26918 +aWdudHk= 26919 +4oQ= 26920 +cGxpbmdz 26921 +IGFudGliaW90aWNz 26922 +IOS4gA== 26923 +IG5ldmVydGhlbGVzcw== 26924 +amFuZw== 26925 +Y29tbWVyY2U= 26926 +IHNwb2lsZXI= 26927 +IGdsb3Zl 26928 +IGNoYXR0ZXI= 26929 +IEJZ 26930 +fj8= 26931 +IO2YuA== 26932 +IGRlbW9s 26933 +d2VjaHNlbA== 26934 +aW1pcg== 26935 +IHJhaWQ= 26936 +0LXRgNGF 26937 +7J6Q6riw 26938 +ZW5m 26939 +IGNvbW1lbnRlZA== 26940 +IG9wdGltaXplZA== 26941 +IGNvbnZpY3RlZA== 26942 +IGJhdHM= 26943 +IFNC 26944 +IEF1cg== 26945 +IFRvbmc= 26946 +IGltcGxpY2l0 26947 +IEphbmV0 26948 +IHJlYWc= 26949 +44Gy 26950 +IEFkdmFuY2Vk 26951 +IGltcG9zZQ== 26952 +16nXlA== 26953 +IHNjaGVtZXM= 26954 +b3VnaGVy 26955 +YWJvbGlj 26956 +IOqxsOyjoA== 26957 +IHNsb3dpbmc= 26958 +IHd0ZWR5 26959 +IGRlc3RydWN0aXZl 26960 +INC+0L/RgNC10LQ= 26961 +IGxhbmRtYXJr 26962 +IOuPiA== 26963 +IFdhbGtpbmc= 26964 +4bq5 26965 +IHRpamQ= 26966 +IEtO 26967 +IFF1YW50 26968 +7Jik6w== 26969 +INC60YDRgw== 26970 +IHBlcmRlcg== 26971 +IG5vdmU= 26972 +w6RuZGU= 26973 +IOOBlw== 26974 +Ymlh 26975 +IGN1c3RvZHk= 26976 +IGJpb2Q= 26977 +5p2x6KW/ 26978 +IGRpcmVjdGluZw== 26979 +Li4u4oCL 26980 +IHJlbG9j 26981 +IGRlbWFuZGU= 26982 +44KT44Gg 26983 +IG/En2x1bQ== 26984 +INC+0LTQvdCw 26985 +IE1pbGs= 26986 +5Y+3 26987 +IEtyYQ== 26988 +IEhvbmRh 26989 +IHB1ZQ== 26990 +IGVsZWt0 26991 +IGJlZ2lubmVycw== 26992 +IHNwZWFy 26993 +w61uaA== 26994 +IEx1ZnQ= 26995 +IG5pZw== 26996 +IFNjaG9vbHM= 26997 +IGZvcnVtcw== 26998 +IFFpbg== 26999 +cHBv 27000 +IHphZw== 27001 +INCu 27002 +IHRvb3RocA== 27003 +IFN0eWxl 27004 +7LSI 27005 +IHB1bmN0 27006 +IHJlcHM= 27007 +IEFseQ== 27008 +IGFtZW5kbWVudHM= 27009 +IMO2eg== 27010 +IGRpZ2l0cw== 27011 +dXJhaQ== 27012 +IGNoYW90aWM= 27013 +IE1hc3RlcnM= 27014 +ZW9u 27015 +IENhc2g= 27016 +IEN1eg== 27017 +IGJlZGV1dGV0 27018 +IHNjYW5uaW5n 27019 +INC20LQ= 27020 +0L3QtdGC 27021 +IGNlcnRhaW50eQ== 27022 +amVr 27023 +IGRpam8= 27024 +IENsaW1hdGU= 27025 +IHJpbnNl 27026 +IGtyaWo= 27027 +dmVsYW5k 27028 +IHNvdW5kdHJhY2s= 27029 +IFNhZmU= 27030 +IE5vdmE= 27031 +OTQ= 27032 +IGF0aGU= 27033 +IFZlcmI= 27034 +b2xlcg== 27035 +7J207KOg 27036 +IHZpbg== 27037 +IHJlc3BpcmF0b3J5 27038 +IFN0dWR5 27039 +IENBTQ== 27040 +IGF2b2NhZG8= 27041 +IFpoZW4= 27042 +IGxhdGVuY3k= 27043 +IGZlYXRoZXJz 27044 +IGNvbnRhcg== 27045 +INCy0LXRiQ== 27046 +IGZhcms= 27047 +IGJsZW5kZWQ= 27048 +IGV4cGxvZGVk 27049 +IFhY 27050 +IEJlbmlt 27051 +IGFsZ3XDqW0= 27052 +aXN0b2lyZQ== 27053 +IGNvbmZpZGVudGlhbA== 27054 +IG1hc3Q= 27055 +IOy/ 27056 +Z2Vo 27057 +IGRpc3Jlc3BlY3Q= 27058 +IFN5c3RlbXM= 27059 +xrBh 27060 +RWQ= 27061 +IHd5cw== 27062 +IGV4b3RpYw== 27063 +IGdsb3dpbmc= 27064 +w7luZw== 27065 +b3VuZ2U= 27066 +6IQ= 27067 +0LDQvdC40Lc= 27068 +IHBhbGF2 27069 +IFN3b3Jk 27070 +IGdpbQ== 27071 +IENyb3c= 27072 +IHBvdGVudA== 27073 +YmlzaA== 27074 +IGFidXNlZA== 27075 +IEplZA== 27076 +IGdhbWJsaW5n 27077 +IFNwZWN0 27078 +IGludmVzdGlnYXRvcnM= 27079 +5pma 27080 +IHJhdHQ= 27081 +IGRvYg== 27082 +IERFUw== 27083 +aG9n 27084 +INC+0YLQutGA0Ys= 27085 +7YyF 27086 +INC00LXQvdGM0LPQuA== 27087 +IO2YuQ== 27088 +IOuouOumrA== 27089 +IHNhdHVyYXRpb24= 27090 +IGluaGVyaXRlZA== 27091 +IElubm92YXRpb24= 27092 +7JeI642Y 27093 +IHRhbmdpYmxl 27094 +IGRlcHJp 27095 +aGVk 27096 +INC/0L7QvNC+0LM= 27097 +IHNsaWNlZA== 27098 +4KWN 27099 +IHRo4bq/ 27100 +xaU= 27101 +Njg= 27102 +IGNvcm9uYQ== 27103 +IGdpZnRlZA== 27104 +IHNvaXI= 27105 +IGh1bWlsaXR5 27106 +IOydtOqxuA== 27107 +IGZsYXdz 27108 +INC/0YDQsNC60YLQuA== 27109 +IGthbGQ= 27110 +d2HFvA== 27111 +eXc= 27112 +44KT44Gn44GZ 27113 +aXJ0ZWVu 27114 +IGNyb2NoZXRz 27115 +pqzqsIA= 27116 +IOyghOyXkA== 27117 +IGRlc2U= 27118 +5qWt 27119 +INC80LDQsw== 27120 +IGR6aWHFgg== 27121 +IGzDqWc= 27122 +Y2hhbmdpbmc= 27123 +IGxsZXY= 27124 +xYRzaw== 27125 +55S7 27126 +IDE5ODQ= 27127 +b3Jucw== 27128 +IFdlbHNo 27129 +IHBoYXJtYWNldXRpY2Fs 27130 +IHB1bXBpbmc= 27131 +IFNoYXc= 27132 +cHVuaw== 27133 +IHZhdWx0 27134 +IGtpbmV0aWM= 27135 +IGh1cnJpY2FuZQ== 27136 +IEluY2x1ZGluZw== 27137 +4bupYw== 27138 +IEdyYW5kcGE= 27139 +YW5zaGlw 27140 +6aaZ5riv 27141 +INCy0YvRhdC+0LQ= 27142 +0L3QvtC2 27143 +nKA= 27144 +dXR0YQ== 27145 +IOqygeuLiOuLpA== 27146 +IGJheg== 27147 +INC/0L7RiA== 27148 +IHBlY3VsaWFy 27149 +ennEhw== 27150 +IEVsbGll 27151 +IGxlYXJucw== 27152 +IEtyaXNobmE= 27153 +IGNvbnNlY3V0 27154 +IGVtcGF0aA== 27155 +IERpbg== 27156 +IHRyYWRlZA== 27157 +IEJvcmlz 27158 +dWdnYWdl 27159 +b2xsYQ== 27160 +INC90LDQt9Cy 27161 +IGV0ZXJuaXR5 27162 +INCy0L8= 27163 +w6htZXM= 27164 +IGdyYXBw 27165 +YsOp 27166 +INC/0YDQtdC00YHRgtCw0LI= 27167 +IEZD 27168 +jeuLiOuLpA== 27169 +ZXZlbg== 27170 +IE5lYnJhc2th 27171 +b3J0dW5l 27172 +IGthcmVuYQ== 27173 +IEFnZW50 27174 +IHN0aW5n 27175 +IFBJ 27176 +IG11bmljaXBhbA== 27177 +cG93ZXJlZA== 27178 +IGNvbnNlZ3Vl 27179 +IE1hbmNoZXN0ZXI= 27180 +IHJhaW55 27181 +IGJsaQ== 27182 +IGtvc3Q= 27183 +IGhhbHRlbg== 27184 +IEFoaGg= 27185 +aW5zdWxh 27186 +ZXJ0aW5n 27187 +INin2YTZgQ== 27188 +IHJlbGFjaW9u 27189 +IGtvbWVu 27190 +IGRvbWU= 27191 +IHByaWVzdHM= 27192 +IEludHJvZHU= 27193 +cm9waGU= 27194 +c2hvcmU= 27195 +dmVsdA== 27196 +Y2xpcHNl 27197 +INGA0YPRgQ== 27198 +15nXoQ== 27199 +IHNhYmVtb3M= 27200 +IEhvbGxhbmQ= 27201 +b2dp 27202 +YW5raQ== 27203 +IE1hdHM= 27204 +IHNtb2tlZA== 27205 +dWxsaWU= 27206 +IGV1cm9wZQ== 27207 +INC00LXQudGB0YLQstC40YLQtdC70YzQvdC+ 27208 +IGJhcmR6aWVq 27209 +IHRyYW5zZm9ybWluZw== 27210 +IEV6 27211 +b3BhdGg= 27212 +IOyWuOuLiA== 27213 +INGB0YLQsNC9 27214 +4bqxbmc= 27215 +4Lix4LmJ 27216 +IE91Y2g= 27217 +IGNsZWFyYW5jZQ== 27218 +dXN0YWlu 27219 +IHNvbGlkYXJpdHk= 27220 +IHByb3Zpbmc= 27221 +INCY0L0= 27222 +INGB0Yo= 27223 +IHByb2xvbmc= 27224 +0LDQtNC90L4= 27225 +IHNvcw== 27226 +IERlYWw= 27227 +IDE3MA== 27228 +bW9ucw== 27229 +INC30LXQvA== 27230 +IGxvZ2dlZA== 27231 +IGxpZmVsb25n 27232 +IHNlbnNvcnk= 27233 +IGJlaG9sZA== 27234 +IEZBUg== 27235 +w6h0ZW1lbnQ= 27236 +IEZlZGVyYXRpb24= 27237 +IGRvZGdl 27238 +IFNoaXI= 27239 +IGRyYWdvbnM= 27240 +IEFyY3RpYw== 27241 +xIXFvA== 27242 +xY0= 27243 +wro= 27244 +IGRlbmtl 27245 +IHBvZHLDrWE= 27246 +Y29sZQ== 27247 +0YPQu9GM0YLQsNGC 27248 +IHN5c3RlbWF0aWM= 27249 +0LDQvNCw 27250 +Y2hvcw== 27251 +IGNsaW5pY3M= 27252 +IEJT 27253 +IHRhbGVz 27254 +dXNpb25z 27255 +IO2IrA== 27256 +IHByZXNlcnZhdGlvbg== 27257 +IGxvcmU= 27258 +IFByb3Rlc3Q= 27259 +4bub 27260 +5biC 27261 +IGFja25vd2xlZGdlZA== 27262 +IElzYWlhaA== 27263 +IOuVjOuKlA== 27264 +INeY 27265 +IGNvbXBldGl0b3I= 27266 +IGFkdmFuY2luZw== 27267 +emlw 27268 +IHRlbnRo 27269 +IExhdXJl 27270 +IGhpbnRz 27271 +IGV4ZXJjaXNpbmc= 27272 +npzr 27273 +IEludGVsbGlnZW5jZQ== 27274 +dWF0ZWQ= 27275 +T1VU 27276 +b3BlZA== 27277 +IGF1dG9ub215 27278 +IGJyYW5kaW5n 27279 +IE1lZGl0ZXJyYW5lYW4= 27280 +0ZbQug== 27281 +IHNjcmV3ZHJpdmVy 27282 +IHN1cHJl 27283 +IHN0YXA= 27284 +IGp1cmlzZGljdGlvbg== 27285 +IFNldHRpbmdz 27286 +IGZvcmVmcm9udA== 27287 +IEZlbWFsZQ== 27288 +Y29tZm9ydA== 27289 +IG11bHRpcGxpY2F0aW9u 27290 +IE11cnJheQ== 27291 +IGJvYg== 27292 +IFRhcw== 27293 +IHRhaHU= 27294 +IG9udW4= 27295 +ZXR0ZXI= 27296 +IHByb3BoZXRz 27297 +bGFn 27298 +IHJldmVudWVz 27299 +IHByw6E= 27300 +IHVwbG9hZGluZw== 27301 +IG1hY2hpbmVyeQ== 27302 +YXNjYWw= 27303 +IEVzdMOh 27304 +IEdvdGg= 27305 +IEJhbGQ= 27306 +IFNhdw== 27307 +IHN0cmlwZXM= 27308 +7KCR 27309 +IHBvd2lu 27310 +5pel5pys 27311 +IGhvc3RpbGU= 27312 +IGRhcnVt 27313 +IHByZXZlbnRlZA== 27314 +0L7QttCw0LvRg9C50YHRgtCw 27315 +IGFsZ3VuYXM= 27316 +IGhvcGVsZXNz 27317 +IHpuYWo= 27318 +IHJlYWRpbmdz 27319 +IGNyYXZpbmc= 27320 +dGF0 27321 +IFBpZw== 27322 +IGxpYXI= 27323 +54ix 27324 +IG11bHRpcGxheWVy 27325 +IGRhbGU= 27326 +IENvdXJzZQ== 27327 +7YG8 27328 +IEtpdGE= 27329 +IGN1c3RvbXM= 27330 +IHJlc3BvbmRz 27331 +ZW5kcmE= 27332 +6KaW 27333 +IG1ldHJv 27334 +0YHQvtC7 27335 +IG1pdGlnYXRl 27336 +IG9wcHJlc3Npb24= 27337 +IOaIkeWAkQ== 27338 +cXVpbmhv 27339 +IGFtbW8= 27340 +IGVuZmVy 27341 +IHBvbnk= 27342 +IG91bmNlcw== 27343 +sJQ= 27344 +IOyImOqwgA== 27345 +IGRpY2hv 27346 +IERlYg== 27347 +IHdvbmRlcnM= 27348 +IFJvb3Nl 27349 +IHByaXplcw== 27350 +IEFMRVg= 27351 +IHRoYW5rZnVsbHk= 27352 +IHRpc3N1ZXM= 27353 +INGA0LDQstC90L4= 27354 +IEx1bmE= 27355 +aW50ZWxsaWdpYmxl 27356 +IOyZuA== 27357 +6rCR 27358 +IEhlYXQ= 27359 +INGB0LjQtA== 27360 +IFF1aQ== 27361 +IGlvbnM= 27362 +IGFjY29tbW9kYXRpb24= 27363 +5L6/ 27364 +IEthcnQ= 27365 +aWVuc3Q= 27366 +IHRhcmRl 27367 +IHNvYWtlZA== 27368 +IENhc2V5 27369 +IOy0nQ== 27370 +INGA0YPQsQ== 27371 +IGRpZmZlcmVudGk= 27372 +IGxlZnRvdmVy 27373 +IGV4Y2hhbmdlcw== 27374 +c2Vjb25k 27375 +IGZpcnN0bHk= 27376 +IGJ1aWxkZXI= 27377 +cmllbg== 27378 +IGR3 27379 +IGJvdW5jaW5n 27380 +Pzwv 27381 +IOuMgO2VtOyEnA== 27382 +INGB0LU= 27383 +IE1pbGVz 27384 +aWVuaWU= 27385 +INC/0L7QtNC/0LjRgQ== 27386 +IOustA== 27387 +IGFyaXNlcw== 27388 +IHN1YmNvbnNjaW91cw== 27389 +IFNhbmR5 27390 +IGxvdHRlcnk= 27391 +4oCR 27392 +YW1pbGlhcg== 27393 +IGNvb3JkaW5hdG9y 27394 +6Iw= 27395 +IGV4dHJhb3JkaW4= 27396 +IFJvbmFsZA== 27397 +IE1PTg== 27398 +Z3JlZW4= 27399 +IG1hbnVmYWN0dXJl 27400 +IFJlY29yZA== 27401 +IE1hcmtldGluZw== 27402 +0LjRhg== 27403 +IGNyZWRlbnRpYWxz 27404 +IHVwcmlnaHQ= 27405 +IEhlcml0YWdl 27406 +IGfDtnJk 27407 +5pyN 27408 +ZXhwZW5zaXZl 27409 +4bqtbg== 27410 +IOyxhA== 27411 +IG91dGxpbmVk 27412 +IE9vb2g= 27413 +b3JpZW50ZWQ= 27414 +IHdpcmVk 27415 +IG91dGxldHM= 27416 +IGh1Z2VseQ== 27417 +IO2WiOuKlOuNsA== 27418 +0LDRgNGC 27419 +IGxvZ2lzdGljcw== 27420 +IHNlYXNvbmFs 27421 +IGRlYmU= 27422 +IHRoZW9y 27423 +IHBpcmF0ZQ== 27424 +YXBweQ== 27425 +IGtub3Rz 27426 +IGZlbW1l 27427 +IFNvZnR3YXJl 27428 +Z2VuZGU= 27429 +0YLQsNC60Lg= 27430 +IHRlbXBsZXM= 27431 +IGxpbWl0YXRpb24= 27432 +IGFtcGxpdHVkZQ== 27433 +IGhhY2Vu 27434 +IGF1ZGk= 27435 +IOuWqA== 27436 +IFdhaGw= 27437 +IG5paA== 27438 +IGFtcGxpZmllcg== 27439 +YXJpdXM= 27440 +aXphZG8= 27441 +YWNoYQ== 27442 +IGt1bGxhbg== 27443 +IFR3aW4= 27444 +IEZvcmNlcw== 27445 +IGFicmly 27446 +IEVQQQ== 27447 +IEFoYQ== 27448 +IOq3uOuemOuPhA== 27449 +IGJpb20= 27450 +INCi0LDQvA== 27451 +IHNhaWxpbmc= 27452 +IEpva2Vy 27453 +Rmlyc3Q= 27454 +6L+Z5piv 27455 +fl0= 27456 +b3JzY2g= 27457 +IHbDpnJl 27458 +IGJlZXRqZQ== 27459 +IFNwYcOf 27460 +cG9saXQ= 27461 +IHR1cmJ1bA== 27462 +IOyggO2drOqwgA== 27463 +IGNpYw== 27464 +IERyYWtl 27465 +IEJSSQ== 27466 +aXphw6fDo28= 27467 +IOyeiOuLpA== 27468 +IEx5bm4= 27469 +IHRyYW5zZ2VuZGVy 27470 +IHJlc2lnbg== 27471 +IGNoYXJ0ZXI= 27472 +IEpI 27473 +IEhvbG1lcw== 27474 +IExpcA== 27475 +ZGFz 27476 +IHBlZGlhdHJpYw== 27477 +IG1lbW9yaXpl 27478 +IGV2YWx1YXRpbmc= 27479 +IPCfkA== 27480 +Y2Fr 27481 +IGNvbmp1bmN0aW9u 27482 +IHJlc2VydmVz 27483 +IHNoYW1wb28= 27484 +IGp1ZGdlZA== 27485 +IHdpZHo= 27486 +VklO 27487 +IGFib2FyZA== 27488 +YXJpcw== 27489 +IFJvaA== 27490 +IGNvb2xlZA== 27491 +0YHRgtC1 27492 +Y2Vw 27493 +cm9zdA== 27494 +aG90cw== 27495 +IE1lbGJvdXJuZQ== 27496 +0L7Rh9GM 27497 +IHZlbnRpbA== 27498 +0LjQvdC+0LI= 27499 +IG1vdGlvbnM= 27500 +7JeI64qU642w 27501 +0LzQtdGA0LjQug== 27502 +IENoYXQ= 27503 +IGdvdXZlcm5lbWVudA== 27504 +5LiA5qyh 27505 +IEtpdm9s 27506 +IEtpdm9sb3dpdHo= 27507 +IG7Ds2k= 27508 +INC60YPQtNCw 27509 +IGh5ZHJhdWw= 27510 +IEJlcmc= 27511 +eWx1bQ== 27512 +IFByw6RzaWRlbnQ= 27513 +cm9weQ== 27514 +IHNlbWlj 27515 +0Y/QtdGC 27516 +IENhcGU= 27517 +IGNhbmU= 27518 +IGJyaW5nZW4= 27519 +IHdpcmluZw== 27520 +dW55YQ== 27521 +IHJlcGF5 27522 +qqk= 27523 +IHdvbnQ= 27524 +w6FudA== 27525 +IGdvdmVy 27526 +IExpYmVydHk= 27527 +IGVsZWN0cm9tYWdu 27528 +IFNpbmdo 27529 +INCz0YDRg9C/ 27530 +0LPQvtCy 27531 +iOustOs= 27532 +IFJ1bGU= 27533 +IHVuZGVyd2F5 27534 +IEZyZWRlcg== 27535 +IHR1cmJpbmU= 27536 +aXNoaQ== 27537 +IGbDrXM= 27538 +IEN1bHR1cmU= 27539 +YWNyZQ== 27540 +IHdhbmRlcg== 27541 +IGd1ZXJyYQ== 27542 +IHPDtnk= 27543 +IEp1cg== 27544 +YXdheXM= 27545 +IHNjaHdpZXI= 27546 +Z3VhcmQ= 27547 +IEFiZA== 27548 +dWN0aW9u 27549 +IGFya2FkYcWfbGFy 27550 +IEhhbWI= 27551 +Py4= 27552 +c2l6ZQ== 27553 +IE9ydGg= 27554 +IHN3YXk= 27555 +IM6U 27556 +IGFic29ycHRpb24= 27557 +aW5lZXM= 27558 +IHBhdHJvbnM= 27559 +IGJlYWNoZXM= 27560 +R0c= 27561 +IGNvbnRhbWlu 27562 +aW50ZW5kZW50 27563 +INC90YDQsNCy 27564 +INC00LXRgNC2 27565 +IHF1aWx0 27566 +IGV2b2x1dGlvbmFyeQ== 27567 +7J206528 27568 +YXppb25p 27569 +IGVya2w= 27570 +IEJ1dGxlcg== 27571 +IGRvbw== 27572 +IG5lZ290aWF0aW9u 27573 +ZW5kdW0= 27574 +IHRlcm1pbm9sb2d5 27575 +IGt1bA== 27576 +IFVudGVybmVobWVu 27577 +w6lyaWM= 27578 +eGk= 27579 +YmFk 27580 +INC00L7Qu9C20L3Riw== 27581 +IE1pdGNoZWxs 27582 +dGhyZWU= 27583 +5byP 27584 +IHN1YnN0cmF0ZQ== 27585 +IEluaGFsZQ== 27586 +IEFncmlj 27587 +dW5nZQ== 27588 +INC30YA= 27589 +IGFkdmVyc2U= 27590 +IOyggOuPhA== 27591 +IHBpbGxhcg== 27592 +IE1pbnV0ZW4= 27593 +IE1hdGU= 27594 +IFBsYXR6 27595 +IGhlbHBsZXNz 27596 +IGFsYXI= 27597 +IGZyZW5jaA== 27598 +IGFsbG9jYXRpb24= 27599 +IHN0ZW1z 27600 +IG1hcmF0aG9u 27601 +IEhBUkY= 27602 +aXphY2nDs24= 27603 +SmVzcw== 27604 +INC30L3QsNGH 27605 +IGRlY2xhcmF0aW9u 27606 +RUVSSU5H 27607 +c3RlcmRhbQ== 27608 +YXNzaXVt 27609 +IHNlaXo= 27610 +IHByZXNpZGVudHM= 27611 +dGFrZQ== 27612 +IHdpbGRlcm5lc3M= 27613 +IGNvc21pYw== 27614 +IOuqqOuRkA== 27615 +c3Rybw== 27616 +IHBvd2llZHo= 27617 +IE1hZ2F6aW5l 27618 +IFZJ 27619 +INC00LXRgA== 27620 +IHfDvHJkZW4= 27621 +IHRhYmxldHM= 27622 +IHBpZXJ3cw== 27623 +IG1vcnRhbA== 27624 +IHN1cHBsaWVk 27625 +IE7Ds3M= 27626 +IFByb3Blcg== 27627 +INC60LDQttC00YvQuQ== 27628 +b2zDs2c= 27629 +67Cp 27630 +IG1pc2Nvbg== 27631 +IHByb3hpbWl0eQ== 27632 +IEFsbGVz 27633 +INCz0LvQsNC3 27634 +IGxhbWU= 27635 +IHZpYmVz 27636 +IGRlZW1lZA== 27637 +IHVyaW5l 27638 +IHJlbWluZGluZw== 27639 +IGNpcmN1bXN0YW5jZQ== 27640 +65Ok7J20 27641 +IGxhcHRvcHM= 27642 +wrI= 27643 +7ZW07JW8 27644 +IE9tZWdh 27645 +44Gq44KT44GL 27646 +Tlk= 27647 +IHB1bXBz 27648 +IHJhaWxz 27649 +IHN1cnBhc3M= 27650 +IEJyb3M= 27651 +IG5hdGlvbmFsbHk= 27652 +IGdld2VzZW4= 27653 +5Lqr 27654 +s7Tri6Q= 27655 +b3NoaW5n 27656 +6rCI 27657 +56S+ 27658 +IGNyaWFu 27659 +IOyCrOuejOydtA== 27660 +Y2F1c3Q= 27661 +5pW0 27662 +0YbQuNC/ 27663 +IE9iZXI= 27664 +IERBWQ== 27665 +IENhbm9u 27666 +enVuZw== 27667 +IOqwlg== 27668 +INCw0LLRgtC+0Lw= 27669 +IGRpdm9yY2Vk 27670 +15nXpA== 27671 +z4HOtQ== 27672 +Y2VsYW5k 27673 +Y2llcg== 27674 +0YDQtdC3 27675 +VG9kYXk= 27676 +IG9yYml0YWw= 27677 +IHN0cmV0 27678 +IHNhdHU= 27679 +IO2BrOs= 27680 +em9z 27681 +IFNjbw== 27682 +zrzOrQ== 27683 +IEd1YXJkaWFu 27684 +aW50ZXJlc3Q= 27685 +IFZFUg== 27686 +w7xuZGVu 27687 +INGF0L7RgtC10Ls= 27688 +dGl0 27689 +Qnk= 27690 +IGFubGF0 27691 +U2hvdw== 27692 +IG9pbHk= 27693 +56+A 27694 +IGxlZ2VuZHM= 27695 +IHNwZWN1bGF0aW9u 27696 +IFdpc2g= 27697 +IG1vbms= 27698 +R0FO 27699 +IGjhu40= 27700 +IGRhbmdlcnM= 27701 +IEJlbmU= 27702 +aXF1ZW1lbnQ= 27703 +IOuCmOyZgA== 27704 +INCw0LQ= 27705 +IGRpc2NyZXRl 27706 +w4c= 27707 +IGNvbmRpdGlvbmFs 27708 +IEdpbGw= 27709 +dWF0ZXM= 27710 +INGB0L7QstGB0LXQvA== 27711 +IHNjcmVlbnNob3Q= 27712 +Y2Fkbw== 27713 +IOuqqOuToA== 27714 +IGZpbmdlcnRpcHM= 27715 +IE1BQw== 27716 +IGR1ZGVz 27717 +Y29zdA== 27718 +IGJ1bXBz 27719 +b25kbw== 27720 +IGRhdG9z 27721 +IGJlZXBz 27722 +IFByb24= 27723 +IEtoYWw= 27724 +emVnbw== 27725 +IEFiYnk= 27726 +VWg= 27727 +WW8= 27728 +IFRlbA== 27729 +IM68zq0= 27730 +S0k= 27731 +IHN0cmVzc2Vz 27732 +IHNwcmVhZHNoZWV0 27733 +IE5PVw== 27734 +REI= 27735 +IGxpYmVyYXRpb24= 27736 +IHByZWRpY3RhYmxl 27737 +IFF1ZXN0aW9ucw== 27738 +IHNwYWNpbmc= 27739 +IGluaGFiaXRhbnRz 27740 +IHp3acSFeg== 27741 +57Gz 27742 +IFNBUA== 27743 +IGx1Z2dhZ2U= 27744 +IGhpcHA= 27745 +6JY= 27746 +IHRhbmdlbnQ= 27747 +IHbDpQ== 27748 +0LDQu9GM0L3QvtC5 27749 +c2VoZW4= 27750 +IHByb2Nlc3NvcnM= 27751 +IGZpbmRldA== 27752 +IGNhcnRyaWRnZQ== 27753 +IGFkbWluaXN0cmF0b3Jz 27754 +IOyWtOya 27755 +IHN1cHJlbWU= 27756 +IEFudGk= 27757 +IO2UhOuhnA== 27758 +IGluZm9ybWF0aXZl 27759 +IGtvbXQ= 27760 +5oiR5Lmf 27761 +15nXmA== 27762 +QXNzaXN0YW50 27763 +IGxpc3Rh 27764 +w7ZsbA== 27765 +IGRpc3RpbmN0aXZl 27766 +IEh1ZA== 27767 +IHNhbG9u 27768 +5LiL5L6G 27769 +bcOqbWU= 27770 +IE1vdGlvbg== 27771 +IHNldWxlbWVudA== 27772 +IE1lbnNjaA== 27773 +IHB1bXBlZA== 27774 +w7xoZXI= 27775 +aWJv 27776 +IHdhxbw= 27777 +IHF1YW50aXRhdGl2ZQ== 27778 +2b4= 27779 +IOuqqOyKtQ== 27780 +IHBvdWNo 27781 +IFRoZWF0cmU= 27782 +YWhp 27783 +IHNwaW5hY2g= 27784 +IHJlYWxpdGllcw== 27785 +IGxleQ== 27786 +IE1hcnRoYQ== 27787 +IHJlY2hlcg== 27788 +ZWNoZXM= 27789 +IHBlcmlvZGlj 27790 +b2NpZGU= 27791 +IEluY3JlZA== 27792 +IHRo4bqleQ== 27793 +b3Rvbg== 27794 +IEVzbw== 27795 +IGfDqW7DqXJhbA== 27796 +aWxpZ2h0 27797 +IGltYWdpbmluZw== 27798 +aGVh 27799 +ZXRpY2Fs 27800 +4but 27801 +IERlbW9rcmF0 27802 +IGVuam8= 27803 +IGFkanVzdGFibGU= 27804 +IHJhaW5z 27805 +aWV3YcW8 27806 +IGp1c3RlbWVudA== 27807 +IGp1c3RpZmllZA== 27808 +IFNoYWtl 27809 +dml2 27810 +7IKs66W8 27811 +IG1ldHQ= 27812 +IEVudmlyb25tZW50YWw= 27813 +IHNvbGFtZW50ZQ== 27814 +IGludGVyc2VjdA== 27815 +IDE5ODg= 27816 +IHNpbXVsYXRl 27817 +SkE= 27818 +INC30LDRgQ== 27819 +IGNvbnRpbmc= 27820 +IFRlaw== 27821 +IHRvcmNo 27822 +INC00YDRg9Cz0L7QuQ== 27823 +IGluc2NyZQ== 27824 +IG1vZGVsbw== 27825 +IEdlZw== 27826 +IERlbW9jcmF0 27827 +0LrQsg== 27828 +IEJ1ZGR5 27829 +IHJlZHVuZA== 27830 +IGNyYWZ0cw== 27831 +IEhpag== 27832 +IGp1ZQ== 27833 +IEtpcms= 27834 +IGthYg== 27835 +4buj 27836 +IGFlc3RoZXQ= 27837 +IEpPTg== 27838 +IHN1cGVyY29t 27839 +INGB0LjRgtGD 27840 +IM+Mz4TOuQ== 27841 +2YXZhg== 27842 +IEVWRVI= 27843 +7JWY7Ja0 27844 +b2l0 27845 +IENsZXZlbGFuZA== 27846 +IHNpeHRlZW4= 27847 +IHdhdGVyZmFsbA== 27848 +77g= 27849 +aW5mbA== 27850 +IGNvdW5zZWxvcg== 27851 +IFB1bms= 27852 +IHNwcmVjaGVu 27853 +5rWB 27854 +ZXhj 27855 +IFNraWxscw== 27856 +cm96 27857 +YWRhbWVudGU= 27858 +IHBhbmNha2Vz 27859 +6riw66Gc 27860 +IHBsYW5r 27861 +IHNvdmVyZWlnbnR5 27862 +IGZ1aQ== 27863 +INC90LXQvtCx 27864 +IFdpaQ== 27865 +IFNjaG9s 27866 +4oCO 27867 +IFNwZWFr 27868 +6Iux 27869 +Y2lsaWF0aW9u 27870 +IHRoaWdo 27871 +IOqxsOydmA== 27872 +IGpvdA== 27873 +IOy0rOyYgQ== 27874 +INmF24zaug== 27875 +IENDUA== 27876 +INC/0L7RgdGC 27877 +IG9ic2VydmVy 27878 +w6Fi 27879 +IHN0aWdtYQ== 27880 +IHByb3ByaWV0 27881 +IGNpZGFkZQ== 27882 +IGJhxZ9rYQ== 27883 +2LnYqQ== 27884 +a3Jl 27885 +IHBvd2llZHppZcSH 27886 +IGNlYXNl 27887 +IHNraW5z 27888 +IHZlZ2dpZXM= 27889 +IG9wcG9zaW5n 27890 +b3BvbHk= 27891 +IEp1Zw== 27892 +IFlvb24= 27893 +IFVuaXQ= 27894 +IDE5ODY= 27895 +IGtvbnM= 27896 +IGRpYWdub3N0aWM= 27897 +IGVtcG93ZXJlZA== 27898 +IHRobw== 27899 +IGNlbg== 27900 +w6lyYXRpb24= 27901 +INGX 27902 +IHBoeXNpYw== 27903 +IFByYWN0aWNl 27904 +5bed 27905 +IFNvdXRoZWFzdA== 27906 +IEVzcGE= 27907 +6K+3 27908 +IEdlb3I= 27909 +cm9wb3J0aW9u 27910 +IHNwZWNz 27911 +IGFkYXB0aXZl 27912 +IFVuaXR5 27913 +IFdvcmtz 27914 +dWdlbg== 27915 +IE1vbnRhbmE= 27916 +VGhhbmtz 27917 +IHdoaXBwZWQ= 27918 +IGR1bmdlb24= 27919 +IHZpdGFtaW5z 27920 +U1A= 27921 +IHNjYW5kYWw= 27922 +IGRpbmVybw== 27923 +b3Zh 27924 +IGVtYnJv 27925 +IEVhZ2xl 27926 +IHRoZW9sb2d5 27927 +IFZhbmVzc2E= 27928 +IEFJRFM= 27929 +65Cc 27930 +IGZyZWVs 27931 +IEFsemhlaW1lcg== 27932 +IMWa 27933 +SGVy 27934 +IHRvcm5hZG8= 27935 +YWdlbnM= 27936 +IOyeiOyWtOyEnA== 27937 +IFRyYW5zZm9ybQ== 27938 +IHByb2Nlc3Nv 27939 +IG1pbGxpc2U= 27940 +IHByb2Zlc3Npb25hbGx5 27941 +IG1lbWI= 27942 +b2NhdGlvbg== 27943 +IHN0eWxpbmc= 27944 +INC+0LHRj9C3 27945 +IE9wZXJhdGlvbg== 27946 +IHd5Z2w= 27947 +IFJhbg== 27948 +IOeahA== 27949 +IEtpbg== 27950 +4buxYw== 27951 +IEJBUg== 27952 +IHBhcGVyd29yaw== 27953 +IHR1bGU= 27954 +IHF1ZXJpYQ== 27955 +IGNvbXBseQ== 27956 +IEhhaXI= 27957 +15nXmw== 27958 +INC/0YDQvtGB0YI= 27959 +IG11dGF0aW9u 27960 +IHJlcHLDqXM= 27961 +IG9jdG9wdXM= 27962 +IGltcG9ydGFudGVz 27963 +IGRlc2VydmVk 27964 +ZXRy 27965 +IGRpc2FzdGVycw== 27966 +bMSxbmRh 27967 +aXF1w6k= 27968 +IERlc2hhbGI= 27969 +c29v 27970 +b3NzaXA= 27971 +IHJlbGlldmVk 27972 +IENvbGxpbnM= 27973 +IHdhdGVycHJvb2Y= 27974 +IFl1aw== 27975 +IGNvcHlpbmc= 27976 +IGLDvHTDvG4= 27977 +IEhldXRl 27978 +IEVudHJl 27979 +IHJlc2lkdWFs 27980 +IGNvbG9uaWVz 27981 +IMOpbm9ybQ== 27982 +IEVyaW4= 27983 +IHN0YW4= 27984 +IHRyZW1lbmRvdXNseQ== 27985 +IGNhcHR1cmVz 27986 +IFNhaQ== 27987 +w6JjZQ== 27988 +IG1pYcWC 27989 +IDg3 27990 +IGxvZ2dpbmc= 27991 +IGluc2VydGVk 27992 +IGluaGVyZW50bHk= 27993 +7J2R 27994 +bGF2ZQ== 27995 +0L3QuNGH 27996 +IGZlbW1lcw== 27997 +IGTDqXA= 27998 +dWtz 27999 +YWNpYQ== 28000 +IFdhZGU= 28001 +IGppag== 28002 +IFZpbmNlbnQ= 28003 +IEljZWxhbmQ= 28004 +aGVt 28005 +IGFwb2xvZ3k= 28006 +IFBlZw== 28007 +IGdsdWVk 28008 +IGNvbXBhbmlvbnM= 28009 +IExpdmVy 28010 +IGNyaXRpY2l6ZWQ= 28011 +bGVhZGluZw== 28012 +IHPDpGdh 28013 +5ryC 28014 +IHNxdWlk 28015 +IG5hcnJhdGl2ZXM= 28016 +IHRha2E= 28017 +bmV6 28018 +d2VpdA== 28019 +IHRyaXBvZA== 28020 +IGV4cGxpYw== 28021 +IHNwaW5hbA== 28022 +IGFwcHJveGltYXRpb24= 28023 +IHBhZ2Fy 28024 +IENhbHZpbg== 28025 +INCy0LXQtNGM 28026 +IGxhYw== 28027 +IHByb2FjdGl2ZQ== 28028 +IFRyYWlu 28029 +b3Jm 28030 +IHN0ZW4= 28031 +IGdyYXBlcw== 28032 +IG1ldXM= 28033 +IGF1dG9tYXQ= 28034 +IGJpYXNlZA== 28035 +IGNoYcOubmU= 28036 +Y29hbA== 28037 +IHJlbmNvbnQ= 28038 +IEt1bQ== 28039 +IGZlc3RpdmFscw== 28040 +IHN0YXJ0dXBz 28041 +IGFrYQ== 28042 +44G5 28043 +IGN5bGluZA== 28044 +c25h 28045 +Q1JJ 28046 +IHJlc3VsdGFkbw== 28047 +IG1pbGVzdG9uZQ== 28048 +IM+F 28049 +IHRlbGVwb3J0 28050 +enljaA== 28051 +NjI= 28052 +5YWz 28053 +IEZlYXI= 28054 +IG51Y2xldXM= 28055 +IHNoaW5lcw== 28056 +aG92 28057 +IFBhcnRuZXJz 28058 +IEthcw== 28059 +IG5hZGll 28060 +IGFsZXJ0cw== 28061 +IEJJTEw= 28062 +c3Ryb25n 28063 +IE5hdGU= 28064 +IERlbm1hcms= 28065 +IENhdg== 28066 +T1NU 28067 +aMOkbHQ= 28068 +IOyVhOuLjA== 28069 +YW55b24= 28070 +IGVuY291cmFnZXM= 28071 +INC/0L7RgdGC0LDQsg== 28072 +IEh1YW5n 28073 +44GK6aGY44GE 28074 +U1RB 28075 +IHBhaW50cw== 28076 +44GZ44GU 28077 +IHNjaGVkdWxlcw== 28078 +IGNoZWF0ZWQ= 28079 +IGFwcHJveA== 28080 +IO+3 28081 +IMK7Lg== 28082 +IHNtaWxlcw== 28083 +aXN1cmU= 28084 +IG5lcmVk 28085 +YXJkZW4= 28086 +IGN1cnQ= 28087 +IOuM 28088 +IFJvdGg= 28089 +IHB1aXNxdWU= 28090 +IEdFVA== 28091 +IFZlZ2V0 28092 +IHByb2R1eg== 28093 +IEJlbGdpdW0= 28094 +IENhbXB1cw== 28095 +16jXmded 28096 +aWN1dA== 28097 +INGB0L3QuNC8 28098 +IHLDqXVzcw== 28099 +IHNsaXBwZXJ5 28100 +IEV3 28101 +xbM= 28102 +IExlZ2VuZHM= 28103 +IFRpZmZhbnk= 28104 +0LDQu9C40Lc= 28105 +INC/0LXRgNC10LI= 28106 +INC+0LPRgNC+0Lw= 28107 +IGNyb3M= 28108 +IENF 28109 +QnU= 28110 +IGVuc3VyZXM= 28111 +IGdyYW5kY2hpbGRyZW4= 28112 +IGFjdWVyZG8= 28113 +IHByaXNvbmVy 28114 +IHRoaXJzdHk= 28115 +YmFuZQ== 28116 +IOu5oA== 28117 +IMO6bHRpbWE= 28118 +IExhdW5jaA== 28119 +bml0eQ== 28120 +IGNvbWJ1c3Rpb24= 28121 +IHVuaWNvcm4= 28122 +IGZhbWlsbGU= 28123 +IGxvd2VyaW5n 28124 +IFlpbmc= 28125 +YnVpbGRpbmc= 28126 +IGR1bw== 28127 +IE3DqXhpY28= 28128 +YXN0aWFu 28129 +IOuoueydhA== 28130 +IFJhbHBo 28131 +IHJld3JpdGU= 28132 +IGdsYW0= 28133 +aWZpcXVl 28134 +RXI= 28135 +IFJ1bm5pbmc= 28136 +0L7QvdC+0LI= 28137 +IG1lYW5pbmdz 28138 +IGNoZXd5 28139 +IExlc2xpZQ== 28140 +IGZpbmVzdA== 28141 +IGhhaGFoYQ== 28142 +IFNURVA= 28143 +IGxvbmVsaW5lc3M= 28144 +cmlhbnM= 28145 +IHF1ZXN0aW9uZWQ= 28146 +IGVzcXVl 28147 +IHNpbmtpbmc= 28148 +IHBlc28= 28149 +IFdyb25n 28150 +YXNtaW5l 28151 +IGRlZmluaXRpdmU= 28152 +IGJ1eXM= 28153 +IGNydWM= 28154 +Y29vbA== 28155 +IOugiA== 28156 +IHDDsw== 28157 +IHV0aWxpemVk 28158 +IHdvcnRod2hpbGU= 28159 +IER5bGFu 28160 +RVNF 28161 +IHZlcnRleA== 28162 +dMSx 28163 +IEZpcg== 28164 +IHphdw== 28165 +IEdlZA== 28166 +INCd0LDQvw== 28167 +ZHo= 28168 +IGN1cnNvcg== 28169 +IHN3aXBl 28170 +IGluZXZpdGFibHk= 28171 +IHBvc3RlcnM= 28172 +IGluY2xpbmVk 28173 +IGdyZWV0aW5n 28174 +IGRpc2FwcG9pbnRtZW50 28175 +44G+44Gn 28176 +IHJlbGHDp8Ojbw== 28177 +VFQ= 28178 +IHJhYmI= 28179 +IE1haW5l 28180 +IGFuYWx5emVk 28181 +RkU= 28182 +INCf0L7Quw== 28183 +IFNhbmRyYQ== 28184 +IHBsYWd1ZQ== 28185 +QVJF 28186 +IHbDpHI= 28187 +IFZpdg== 28188 +dW1lZA== 28189 +aGFuZG8= 28190 +aG91ZXR0ZQ== 28191 +IEJhaWxleQ== 28192 +5LiN6YGO 28193 +eXNvbg== 28194 +IHNlbXVh 28195 +IGhhcmRjb3Jl 28196 +4oKs 28197 +0ZbQvA== 28198 +w6lyYQ== 28199 +T1RI 28200 +IGZvcmVpZ25lcnM= 28201 +IFBhbGVzdGluaWFu 28202 +IHByb3ByaW8= 28203 +0LDQvdC40Lk= 28204 +IG15dGhz 28205 +V0g= 28206 +IG5pbnRo 28207 +IENyZWF0b3I= 28208 +0LvQvtC8 28209 +IEZsaXA= 28210 +IGVtYW4= 28211 +IGtpxZ8= 28212 +emllaA== 28213 +IEVhcm5lc3Q= 28214 +c3lzdGVt 28215 +luyXkA== 28216 +IGFybWllcw== 28217 +IE91dHNpZGU= 28218 +IGhhcnVz 28219 +5rqW 28220 +0L7QtNCw0YA= 28221 +IHZpc2l0b3I= 28222 +562U 28223 +IHN0cmVuZ3RoZW5pbmc= 28224 +IDky 28225 +dmlv 28226 +IOumrA== 28227 +IGdyZWVkeQ== 28228 +IHBvcXVpdG8= 28229 +dWRlcg== 28230 +IEtvcGY= 28231 +IOuLpOydjOyXkA== 28232 +IHNlaXM= 28233 +w6F0aWNv 28234 +IHRydXN0aW5n 28235 +w61w 28236 +IEVtbQ== 28237 +bGVlbg== 28238 +INin2YTZhg== 28239 +IHJlY3J1aXRtZW50 28240 +IEZpbGlw 28241 +INmD2YQ= 28242 +Q2xpbnQ= 28243 +INCy0LXRgQ== 28244 +YXVmdA== 28245 +IGRvbWluYXRl 28246 +IHJlc3Rv 28247 +IGtyYQ== 28248 +w6Fp 28249 +IENhaXQ= 28250 +cm93cw== 28251 +IGNvdW50cnlzaWRl 28252 +IDE5NDU= 28253 +0LDRhtC40Y4= 28254 +INC00Lg= 28255 +IGtlcm5lbA== 28256 +bG92 28257 +IGNhbGN1bGF0aW5n 28258 +2K/Ypw== 28259 +IFdhbHQ= 28260 +IGVtcG93ZXJpbmc= 28261 +IGNoYXNzaXM= 28262 +bGluZWFy 28263 +0LPRgw== 28264 +IG5vdmE= 28265 +IHV5 28266 +IDY5 28267 +IGVuY29tcGFzcw== 28268 +dHJs 28269 +IGNvbXB1dGF0aW9uYWw= 28270 +IHdvcm1z 28271 +IG5oaeG7gXU= 28272 +IGFzdHJvbmF1dHM= 28273 +IHZlcw== 28274 +IHN5dHU= 28275 +IGRlbWFuZGVk 28276 +IGNz 28277 +IE1vbA== 28278 +IGA= 28279 +IGNoYW50 28280 +IHRoZXJlYnk= 28281 +IHBlbmlz 28282 +IGVtb2M= 28283 +d3lu 28284 +0YPQttC1 28285 +IHRyZWFk 28286 +w7NsZQ== 28287 +IGRlZXBlc3Q= 28288 +IG1hY2hl 28289 +IFZlbnQ= 28290 +IEFtc3RlcmRhbQ== 28291 +44Ob 28292 +IHJlYmVs 28293 +IDYx 28294 +INCy0LrRg9GB 28295 +dWZmcw== 28296 +IGRvxJ9ydQ== 28297 +IE5hcG9sZQ== 28298 +zq7Pgw== 28299 +IHdvcmtvdXRz 28300 +IEdsYWQ= 28301 +0L3QtdGB 28302 +IHRlbnNpb25z 28303 +IFNoaWZ0 28304 +IEd1ZXI= 28305 +7YyQ 28306 +IOy5nOq1rA== 28307 +0JY= 28308 +IGltcGxhbnQ= 28309 +w6p1 28310 +6riA 28311 +IGF1dGhvcml6ZWQ= 28312 +Q0VS 28313 +IFJW 28314 +IGhpbA== 28315 +bGV2 28316 +Y2ltZW50bw== 28317 +IFVGTw== 28318 +7IOI 28319 +6KiC 28320 +d29y 28321 +IGRhbmNlcw== 28322 +IFBpeGVs 28323 +55yL5LiA5LiL 28324 +IHRyb3R6ZGVt 28325 +IG9idGVu 28326 +IEFsZnJlZA== 28327 +IGNvc3RseQ== 28328 +IFN0YW5sZXk= 28329 +IHRlcnJvcmlzdHM= 28330 +IFdpZA== 28331 +heuLiOuLpA== 28332 +IGxlaWNodA== 28333 +7J207Iqk 28334 +IGRvYnJ6ZQ== 28335 +IGhlc2l0 28336 +IGVyesOkaA== 28337 +IGVpbmlnZQ== 28338 +IGhlYnQ= 28339 +0YHQtQ== 28340 +IHVucHJlZGljdA== 28341 +Q8OzbW8= 28342 +cmVtb3M= 28343 +IFRoYW5rZnVsbHk= 28344 +IHB1cnNl 28345 +Y2hz 28346 +YW5jZXI= 28347 +dWxvcw== 28348 +c3R1ZA== 28349 +5pyJ5rKS5pyJ 28350 +IG5ldXJvbG9n 28351 +IEFuY2llbnQ= 28352 +T3V0 28353 +YXdzemU= 28354 +IG9wcG9zZQ== 28355 +IGFudGlib2RpZXM= 28356 +IFNvbWVob3c= 28357 +cm9wb2xpdGFu 28358 +a3Rvcg== 28359 +INGB0YLQvtGA0L7QvdGL 28360 +IHJvY2tldHM= 28361 +IGRpc2FibGU= 28362 +IGNhdGFzdHJvcGg= 28363 +tOye 28364 +IGN5bg== 28365 +INC00YDRg9C30YzRjw== 28366 +IGluc3RydWN0b3Jz 28367 +ZW1hYWw= 28368 +IGV0d2E= 28369 +IHl1YW4= 28370 +IEdyb3VuZA== 28371 +IHByZW1pZXJl 28372 +0YfQuNCy 28373 +IHNhaW50 28374 +eWJh 28375 +IGtvaw== 28376 +IGNvbnRyYWN0b3Jz 28377 +IOqwgQ== 28378 +INeQ15w= 28379 +IGhlYWRsaW5l 28380 +IGNvbXBsZXRhbWVudGU= 28381 +IGluZXhwZW5zaXZl 28382 +IHZpdQ== 28383 +IEdyYW5kZQ== 28384 +IGJsZWVk 28385 +66y8 28386 +IDcz 28387 +IHRvZGF2w61h 28388 +IFJ1c2g= 28389 +IEVsZGVy 28390 +6rCA64qU 28391 +IFJvdQ== 28392 +INC20LXQvdGJ 28393 +IE1pcmE= 28394 +IGRlaW5l 28395 +IGthcm1h 28396 +IHVtbQ== 28397 +IGVudHNjaGU= 28398 +IEhvbG9jYXVzdA== 28399 +IGRpc2NvdmVyaWVz 28400 +YW1lbnRz 28401 +IHJhaXNvbg== 28402 +IGJ1cmdlcnM= 28403 +QmFjaw== 28404 +IGdkeQ== 28405 +IEFH 28406 +IERhdw== 28407 +7JWg 28408 +aGVhZGVk 28409 +IENsYXI= 28410 +SW5zdA== 28411 +IExpZXV0ZW5hbnQ= 28412 +IEFmRA== 28413 +IENlcw== 28414 +IHBlcnNvbmFsaXplZA== 28415 +IGludGVyZmFjZXM= 28416 +4LiI4Liw 28417 +INGA0LXQtg== 28418 +IHN1aWM= 28419 +IHN0YXJ2aW5n 28420 +IG94aWRl 28421 +IGRlY29yYXRlZA== 28422 +IERV 28423 +IOyYiOyBmA== 28424 +IHF1bw== 28425 +IGRpc3RvcnRpb24= 28426 +5q61 28427 +IOuoueyWtOs= 28428 +IHN0YWtlcw== 28429 +5piO55m9 28430 +IHN5bnRheA== 28431 +IGJp4bq/dA== 28432 +dGh5 28433 +aWNpZQ== 28434 +IGJyYXNpbGU= 28435 +aXNpcw== 28436 +UkM= 28437 +IHNob29r 28438 +IGRlcHRocw== 28439 +IENvc3Rh 28440 +IHZvY2Fscw== 28441 +IGNvYXN0ZXI= 28442 +IGZhbG91 28443 +ZXR0bGU= 28444 +IGtlbm5lbg== 28445 +IGRlcml2ZQ== 28446 +IGFpZHM= 28447 +INCd0LjQug== 28448 +IGVudHdpYw== 28449 +IHZlcnRpY2FsbHk= 28450 +IM0= 28451 +IFNVVg== 28452 +IGZpcmV3b3Jrcw== 28453 +IHNwZWNpZmljcw== 28454 +5Lqk 28455 +IGluc2lzdGVk 28456 +IGRlc2hhbGI= 28457 +IEdvbno= 28458 +bG92ZQ== 28459 +IE1pbGl0YXJ5 28460 +IFBpZXJyZQ== 28461 +IOKI 28462 +IFdob3Nl 28463 +IHBlcmZ1bWU= 28464 +IM+AzrU= 28465 +IGxvd2VyZWQ= 28466 +IGNyb3NzZXM= 28467 +IHRyYW5zbGF0ZXM= 28468 +IGFycmliYQ== 28469 +w61kbw== 28470 +IExldg== 28471 +5YWn 28472 +IENpYW8= 28473 +IHNjaG9sYXJzaGlwcw== 28474 +IGdlc3R1cmVz 28475 +INGA0LXQt9GD0LvRjNGC0LDRgg== 28476 +IHF1ZXN0w6Nv 28477 +IENvbG9uZWw= 28478 +IEJvdHQ= 28479 +2LHZgQ== 28480 +TklORw== 28481 +IFdhdGNoaW5n 28482 +IFB1cnBsZQ== 28483 +0YHRgtGA0LDQvQ== 28484 +IGV4ZWN1dGl2ZXM= 28485 +IEtyaXM= 28486 +b3JuZXlz 28487 +0LXQvdC90YvQuQ== 28488 +IGNvYXRlZA== 28489 +xKk= 28490 +IHBhcmtlZA== 28491 +INGB0LLQtdGC 28492 +ISEhISE= 28493 +IEZsb3lk 28494 +xLFzxLE= 28495 +emnEhw== 28496 +IG1vdGl2YXRl 28497 +IEVsb24= 28498 +bGVhbg== 28499 +hpM= 28500 +IGlw 28501 +IG5pxbw= 28502 +IEV4cGVyaWVuY2U= 28503 +IFRpbmE= 28504 +IEtvbGxlZ2U= 28505 +IEFtYmFzc2Fkb3I= 28506 +aW55YQ== 28507 +IHRoZWZ0 28508 +IGhldXJlcw== 28509 +IE15c3Q= 28510 +IG1haXNvbg== 28511 +bGVi 28512 +IGJvd2xz 28513 +IELDvHJnZXI= 28514 +IFJvb3NldmVsdA== 28515 +UlA= 28516 +6rCA7JqU 28517 +IERlbGljaW91cw== 28518 +ZXJkaW5ncw== 28519 +IEFzc29jaWF0ZQ== 28520 +b3Vzc2U= 28521 +IENvcnQ= 28522 +IFJlcGVhdA== 28523 +IEdsb3J5 28524 +IGNvbnRhZw== 28525 +4LmA4Lil 28526 +IFBhcmFk 28527 +IEtlcnJ5 28528 +IOq/ 28529 +IFdhdmU= 28530 +5b+F 28531 +IGdhdGV3YXk= 28532 +55CD 28533 +IeOAjQ== 28534 +IHRyYW5zY2VuZA== 28535 +IGRhbWFnZXM= 28536 +IHRhaWxz 28537 +IGdyYXZpdGF0aW9uYWw= 28538 +IFNoaWVsZA== 28539 +IHByaW1pdGl2ZQ== 28540 +IGNhcnJpZXJz 28541 +IEh1YXdlaQ== 28542 +2YLYrw== 28543 +IGZlbGl6 28544 +IE1pYQ== 28545 +5YOV 28546 +INC/0YDRj9C80L4= 28547 +INC/0YDQvtC40YHRhdC+0LTQuNGC 28548 +IE11cnBoeQ== 28549 +IEFjdGl2 28550 +44OD44Kv 28551 +IGRpc2NvbWZvcnQ= 28552 +15HXlA== 28553 +IEtlbGw= 28554 +IENlbnR1cnk= 28555 +IHNwYWdoZXR0aQ== 28556 +IER1cmNo 28557 +IGNpZXJ0bw== 28558 +IEVtcHJlc3M= 28559 +IGd1dHM= 28560 +bmVn 28561 +INC00L7RgdGC0LDRgtC+0YfQvdC+ 28562 +IHZvbHVudGFyeQ== 28563 +5aSx 28564 +IHNxdWlycmVs 28565 +5qyi 28566 +44Gh44KJ 28567 +IE1heg== 28568 +tOyLrA== 28569 +INCy0Lg= 28570 +44Kn 28571 +INGC0LDQutC40YU= 28572 +IFNoYXJvbg== 28573 +IGVudGh1c2lhc3RpYw== 28574 +aXJlbWVudA== 28575 +IO2emOuTpA== 28576 +IHBvdHJ6ZQ== 28577 +IGluaXRpYXRlZA== 28578 +44On 28579 +IMWbcm9k 28580 +IOydtOumhA== 28581 +IHJlbWFrZQ== 28582 +IGN1bG1pbg== 28583 +IGNvbmZ1c2U= 28584 +bWl5b3I= 28585 +dXJhcg== 28586 +Q1RPUg== 28587 +IGJ1bm55 28588 +IOWkpw== 28589 +5LiN6IO9 28590 +ZWxw 28591 +IHZhbXBpcmU= 28592 +IGlsbHVtaW4= 28593 +IEhlbmQ= 28594 +INC60LDRh9C1 28595 +IFNhbHY= 28596 +INC60LDQvdCw0Ls= 28597 +IHBvcnRh 28598 +IGFzc2hvbGU= 28599 +IHN1cHBvcnRlcg== 28600 +IHNrZXB0aWNhbA== 28601 +IGtuZWFk 28602 +IOyYrA== 28603 +ZXph 28604 +IHF1w6o= 28605 +IERI 28606 +IHJvZHo= 28607 +b3duZXJz 28608 +IHBsb3Rz 28609 +IGRlbGF5cw== 28610 +IGJlbG9uZ2Vk 28611 +IGFoaA== 28612 +IGNhcnZlZA== 28613 +IHJpc2Vu 28614 +IG9yZGVu 28615 +cGhvbnk= 28616 +aXNzeQ== 28617 +ISEhISEhISE= 28618 +IG9sZHXEn3VudQ== 28619 +IHJvc2Vz 28620 +IGludHJpbnM= 28621 +IEFuZ3N0 28622 +IGZpbmFsZW1lbnQ= 28623 +7Ked 28624 +U09VTkQ= 28625 +IGluZHVs 28626 +sIw= 28627 +INeV15Q= 28628 +Y2h5 28629 +0LDQutGB0LjQvA== 28630 +IG5nZ2Fr 28631 +IGxpeg== 28632 +IGVsZWN0b3JhbA== 28633 +IFNoYXdu 28634 +cmljaWE= 28635 +IGFyc2Vu 28636 +IFBlcA== 28637 +IDIwMzA= 28638 +IHRyb3BoeQ== 28639 +IHNtb290aGVy 28640 +IGVycmU= 28641 +IGNyYXNoZXM= 28642 +IHNjaG5l 28643 +IGFzaQ== 28644 +IE1hw58= 28645 +0YPQu9C4 28646 +0YfQtdGB0LrQuA== 28647 +aWV2ZXM= 28648 +UkVBTQ== 28649 +IHN0aXJyaW5n 28650 +44OA 28651 +dXN0YQ== 28652 +IGludmVy 28653 +c2lnaHQ= 28654 +b3JkdQ== 28655 +b29y 28656 +IMSDbg== 28657 +IHBlcm1pdHRlZA== 28658 +0YDRjA== 28659 +IGNoYWxr 28660 +44KI44GX 28661 +IHRhdHRvb3M= 28662 +IFJlbGF0aW9ucw== 28663 +IEhveQ== 28664 +a3NhbQ== 28665 +IGRlbnRpc3Q= 28666 +IOuvuOq1rQ== 28667 +IHNvZmE= 28668 +INGU 28669 +IGZvcm1l 28670 +2YLYqQ== 28671 +IOuyoA== 28672 +IGVtYnJhY2Vk 28673 +bWls 28674 +IHN1bmdsYXNzZXM= 28675 +IOqwlA== 28676 +IHNlYW1sZXNz 28677 +IGJlZXA= 28678 +w6RjaHN0 28679 +IHN3ZWV0cw== 28680 +IHNlbWFpbmU= 28681 +IGlycmVsZXZhbnQ= 28682 +IGRlc2Vudm9s 28683 +z4HPiQ== 28684 +INC/0YDQvtC40LfQstC+0LQ= 28685 +YW5ncw== 28686 +IGFyb21h 28687 +IHBvb2xz 28688 +IGdp4bud 28689 +IFVn 28690 +IGNsaW1iZWQ= 28691 +IHRyZW5kaW5n 28692 +IHNlcGVydGk= 28693 +IEJhcnI= 28694 +IHDFgg== 28695 +IE9yaWdpbmFsbHk= 28696 +INqv 28697 +dXR0bw== 28698 +irjr 28699 +INC60L7RgtC+0YDRi9GF 28700 +INC30LDRhQ== 28701 +IGVpZ2VuZW4= 28702 +IG11cmRlcmVy 28703 +ZXJuYW1l 28704 +xZ4= 28705 +IGFubm91bmNpbmc= 28706 +IFBsYXRmb3Jt 28707 +IGV4cGxhbmF0aW9ucw== 28708 +IHByZXNlbnRl 28709 +IE5hc8SxbA== 28710 +IG9ycGhhbg== 28711 +IEZvcnRuaXRl 28712 +cm9zcGVjdA== 28713 +ZXJlZGl0aA== 28714 +IOyXhuyWtA== 28715 +IE5JSA== 28716 +d2FnZW4= 28717 +IHJlbWVk 28718 +p4Dr 28719 +bW9udA== 28720 +IEplZmZyZXk= 28721 +cHJvbQ== 28722 +IGbDvG5m 28723 +INC90LDQt9Cw0LQ= 28724 +IGN1Y3VtYmVy 28725 +IFN1bW1pdA== 28726 +5Yid 28727 +p6Q= 28728 +0J3QkNCv 28729 +IEpldA== 28730 +IGNhbWJpbw== 28731 +0YPQudGC0LU= 28732 +IGN1Ymlj 28733 +IGRpc3Byb3BvcnRpb24= 28734 +ZXJleg== 28735 +IG1hZG5lc3M= 28736 +55eb 28737 +IHRpbnQ= 28738 +IGZ1ZXJvbg== 28739 +IGt5 28740 +IGJpcGFydA== 28741 +44G+44Gb 28742 +U2Ft 28743 +IOu9 28744 +IHJpdg== 28745 +IFRhbms= 28746 +IOuGkw== 28747 +IHJlbmRlcmVk 28748 +xZtsxJk= 28749 +Y29uZHM= 28750 +IGRpc3J1cHRpb24= 28751 +IGluY29udmVu 28752 +IHF1aXNlcg== 28753 +IGRlbmlhbA== 28754 +IGdhbGF4aWVz 28755 +IHNvdmVyZWlnbg== 28756 +IHBvbHNr 28757 +z4HPjg== 28758 +IG1leA== 28759 +IGNhcmFjdGVy 28760 +IExlZ28= 28761 +YW5kZW4= 28762 +Lici 28763 +IO2UjOs= 28764 +IGNvbXByZXNzb3I= 28765 +IE1vdmll 28766 +IGFwcGxpY2FudHM= 28767 +emllaGVu 28768 +IHZlZ2V0YXRpb24= 28769 +IGJlbGxl 28770 +IEdPT0Q= 28771 +IEJhdQ== 28772 +IHJlc2VudA== 28773 +c2V4 28774 +YW1lbnRvcw== 28775 +INeU15bXlA== 28776 +IG92ZXJsb2Fk 28777 +IHNpbGljb25l 28778 +0LXRgdGC0L3Qvg== 28779 +IGRlbmtlbg== 28780 +IGRlZmluaXQ= 28781 +IFdhc24= 28782 +IGFsdGVyZWQ= 28783 +IFNvbw== 28784 +IFdpbmc= 28785 +aW5kcmU= 28786 +IE5QQw== 28787 +z4HOrQ== 28788 +IFR3ZW50eQ== 28789 +IExpZWJl 28790 +IGhvbWVsZXNzbmVzcw== 28791 +b3VsZGVy 28792 +INCY0YLQsNC6 28793 +0YHQutCw0Y8= 28794 +IGN1YXRybw== 28795 +IEhhcnZleQ== 28796 +IHBoaWxhbg== 28797 +IEJlZXQ= 28798 +IHBvbGljaW5n 28799 +IEFsZXhhbmQ= 28800 +INC80L7Qu9C+0LQ= 28801 +IG3DvHM= 28802 +IGhpem8= 28803 +67O064uk 28804 +INC/0L7Qt9Cy0L7Quw== 28805 +INC/0YvRgg== 28806 +0L7Rh9C10LzRgw== 28807 +IO2DnA== 28808 +IGNyeXB0b2N1cnJlbmN5 28809 +IGxvcm8= 28810 +IHN1bW1hdGlvbg== 28811 +IGJha2FsxLFt 28812 +IG5ldXJvcw== 28813 +2KU= 28814 +INC80L7QttC10Lw= 28815 +IMO8c3Q= 28816 +IHByZWxpbWluYXJ5 28817 +IGhvcm5z 28818 +IFRJ 28819 +2YPZhA== 28820 +WU8= 28821 +IGhpbmdl 28822 +IHJlcGFpcnM= 28823 +IGJvbmRpbmc= 28824 +IGJpemU= 28825 +INGI0YI= 28826 +IG1vdGl2ZQ== 28827 +IE5pZ2VyaWE= 28828 +MTIw 28829 +YmxvY2s= 28830 +IGF2aWF0aW9u 28831 +IEtvbW11bg== 28832 +INC+0LrQsNC3 28833 +IHRlbmhh 28834 +IGVkdWNhdGluZw== 28835 +IHN0YWF0 28836 +5raI 28837 +INGB0LrQvtC70YzQutC+ 28838 +IGZyaWdodGVuZWQ= 28839 +IHNlZWtz 28840 +0YDRg9GI 28841 +cXVlbnQ= 28842 +IE5vdQ== 28843 +IHByYXQ= 28844 +IFNob3Q= 28845 +V29yaw== 28846 +a2FyYW5n 28847 +IExpZ2h0bmluZw== 28848 +bm9sZHM= 28849 +cm9sbGVk 28850 +Z2xhc3M= 28851 +IGNyZWRpYmlsaXR5 28852 +SVRZ 28853 +IGF0bW9zcGhlcmlj 28854 +IGhhdmlh 28855 +w6RuZGVybg== 28856 +Y2hlZXJz 28857 +VGhlc2U= 28858 +IENlbGw= 28859 +IG1hZ25lcw== 28860 +IEJyYXZv 28861 +c2Vhc29u 28862 +IMWfZXlsZXI= 28863 +8J+O 28864 +d2hpdGU= 28865 +IE1C 28866 +IHN0YWNrZWQ= 28867 +IDc0 28868 +INC00LDQstCw0Lk= 28869 +IHBhdmU= 28870 +INC+0YU= 28871 +IGRhdGFzZXQ= 28872 +IHJldG91cg== 28873 +IG1hdHVyaXR5 28874 +IHF1YXNl 28875 +IDkz 28876 +IFN5bQ== 28877 +IGJyaWVmaW5n 28878 +IGN1bHR1cmFsbHk= 28879 +IOy3qA== 28880 +aW5oYXM= 28881 +IG1hZGFt 28882 +IGFqdWRhcg== 28883 +IFRpYmV0 28884 +IGxlYWtz 28885 +Y2lsZQ== 28886 +IHRoZWF0ZXJz 28887 +7Jio 28888 +44OW 28889 +NzI= 28890 +IFdhc2g= 28891 +IFF1YWxpdHk= 28892 +IEl2YW4= 28893 +IEJlbnQ= 28894 +aWdhdG9y 28895 +IEdlc2NoaWNodGU= 28896 +IHJlYWN0aXZl 28897 +IDE5MDA= 28898 +5qGI 28899 +IGNvbnRyYWRpY3Q= 28900 +IHppZW1saWNo 28901 +IGNvaG9ydA== 28902 +4bun 28903 +IHBlc3RpYw== 28904 +IG9yYXo= 28905 +IHRlbGxlbWVudA== 28906 +6b4= 28907 +IE5vd2FkYXlz 28908 +Y3Jldw== 28909 +U3RldmU= 28910 +IGZpY3Rpb25hbA== 28911 +IGlsaw== 28912 +44GC44Gj 28913 +IGdhc29saW5l 28914 +emFt 28915 +IHBhbmNha2U= 28916 +w6huY2lh 28917 +IG11aXRvcw== 28918 +IGJ1cnk= 28919 +IGtvcA== 28920 +IElR 28921 +IHJlc2VydmF0aW9u 28922 +IFVwZGF0ZQ== 28923 +IGplag== 28924 +IEV5ZXM= 28925 +5Y+R 28926 +IHZpdmU= 28927 +IGNoY2U= 28928 +IEluaQ== 28929 +cmVzcG9ucw== 28930 +IHJlZmxlY3RpdmU= 28931 +IFdhbg== 28932 +0ZbQtw== 28933 +IGVuY2E= 28934 +IGVtYm9k 28935 +IEJ1cmdlcg== 28936 +IGFjYWRlbWlh 28937 +IENpcmM= 28938 +INC/0YDQtdC6 28939 +IGFubGFt 28940 +IHBoaWxhbnRocm9w 28941 +IEJhxZ8= 28942 +IEF1ZGk= 28943 +IHZvc3Q= 28944 +5L2g55+l6YGT 28945 +IHJlcGVy 28946 +UGV0ZXI= 28947 +IGNvbnNvbGVz 28948 +IHNjcnV0 28949 +IFR1cm5lcg== 28950 +INCx0YvQsg== 28951 +SUlJ 28952 +6Ki0 28953 +IEZsaWdodA== 28954 +4LiW 28955 +IFJhdmVu 28956 +IGNvcnJvcw== 28957 +ZmVybg== 28958 +IHByb3Zh 28959 +IFNldg== 28960 +IHJlY2lwcm8= 28961 +IDE5ODU= 28962 +IG51ZXZh 28963 +IGRhYg== 28964 +44CB44CM 28965 +IG1leg== 28966 +IFN0YXJr 28967 +cHBpbmdz 28968 +0L7RgdGC0Lg= 28969 +7Kad 28970 +IGZyYW1pbmc= 28971 +INCg0LDQtw== 28972 +IHBvc3Rw 28973 +IFNoYW5ub24= 28974 +INC60YPRgA== 28975 +IGpha2J5 28976 +aWVubmVudA== 28977 +IE1hcHM= 28978 +IFJldmVsYXRpb24= 28979 +INGB0YLQsNC7 28980 +7Jq0642w 28981 +IGRldmFudA== 28982 +IEdpdmluZw== 28983 +IFdBUw== 28984 +INC60L7Qs9C+ 28985 +IHJlbWE= 28986 +IFJD 28987 +bsOt 28988 +IHNsaXBwZWQ= 28989 +IFJhbXM= 28990 +IHdlZXQ= 28991 +IG1hc2N1bGluZQ== 28992 +IEVj 28993 +IHJlb3A= 28994 +IFBsYW50 28995 +IE1BWQ== 28996 +IHNwaWtlcw== 28997 +IG5venpsZQ== 28998 +IFdpa2lwZWRpYQ== 28999 +IENvaA== 29000 +SVNTQQ== 29001 +Y2hsb3NzZW4= 29002 +7KeA66W8 29003 +IOuvuOs= 29004 +IE5lZGVy 29005 +Sm9zaA== 29006 +INCg0L7RgdGB0LjQuA== 29007 +IDE5ODc= 29008 +IFRoZW9yeQ== 29009 +ZWtr 29010 +IHV0YW4= 29011 +INC00L7QvNCw 29012 +Y2h1 29013 +INGB0LE= 29014 +IGFwcm92ZQ== 29015 +VkVO 29016 +dWVwcmludA== 29017 +IDg0 29018 +5ryC5Lqu 29019 +Q29y 29020 +IHJpY2hlcg== 29021 +IHNhbmR3aWNoZXM= 29022 +YXRzdQ== 29023 +0YjQuNGF 29024 +IGxhdHQ= 29025 +fn5+fg== 29026 +ZnJpZW5kcw== 29027 +IGRlcm5pw6hyZQ== 29028 +IHN0ZXJlbw== 29029 +INGN0LrRgdC/ 29030 +IHByb3RlY3Rpb25z 29031 +IGhhdXQ= 29032 +RXZlcnlvbmU= 29033 +IGVudGVycHJpc2Vz 29034 +IE1vc3RseQ== 29035 +IFNwb3RpZnk= 29036 +IFNleA== 29037 +IHVuZw== 29038 +jOulvA== 29039 +IGFjdGl2aXNt 29040 +Y3RpY2E= 29041 +b3JpZ2luYWw= 29042 +INC/0YDQvtCz0YDQsNC8 29043 +IGJyb2Njb2xp 29044 +4KY= 29045 +0L7Qs9GA0LDRhA== 29046 +IHNla2FyYW5n 29047 +IGNyYWZ0aW5n 29048 +INCx0LDQvQ== 29049 +44G744Gp 29050 +IFJheg== 29051 +IG5haXZl 29052 +IHNjcm9sbGluZw== 29053 +IG51bWVyaWNhbA== 29054 +IHNjaGVkdWxpbmc= 29055 +IGFwYXJ0bWVudHM= 29056 +540= 29057 +IHN0cmV0Y2hlcw== 29058 +YWNleQ== 29059 +IEhFUg== 29060 +44K6 29061 +IHppbmM= 29062 +IGRhcm4= 29063 +IGPDqWw= 29064 +IHdhcmRyb2Jl 29065 +IHJlZGlyZWN0 29066 +IGp1bQ== 29067 +IFN0cmFuZ2U= 29068 +IG7DoG8= 29069 +IGV4cGVyaW1lbnRpbmc= 29070 +w6lyw6k= 29071 +IHZvdWxleg== 29072 +IGdlYmU= 29073 +IEthbm4= 29074 +IMSR4buZ 29075 +IE1heGlt 29076 +IEvDtm4= 29077 +IEdsYXM= 29078 +IHBvbGlzaGVk 29079 +IG51bWE= 29080 +SWNo 29081 +IHJpdHVhbHM= 29082 +IFNJ 29083 +0LjRgtC10LvQuA== 29084 +IGluZmlsdA== 29085 +IHNjYXJm 29086 +b3BoeQ== 29087 +IHlpbmU= 29088 +IGNpdmlj 29089 +IE1lbmc= 29090 +w6RuZ2U= 29091 +1aU= 29092 +aGlzdG9pcmU= 29093 +IE9rZQ== 29094 +IOyYhg== 29095 +IHNvbGx0ZW4= 29096 +IDgy 29097 +6aas 29098 +IHByZXNjcmliZWQ= 29099 +IER1YmFp 29100 +IEVsdGVybg== 29101 +IG5hdGlvbndpZGU= 29102 +IHNrYXRpbmc= 29103 +aWFyeQ== 29104 +IHJld2FyZGVk 29105 +IG1vcmFsaXR5 29106 +IE1hZ2dpZQ== 29107 +IE9oaGg= 29108 +IEZhaHJlbg== 29109 +b2x2ZWQ= 29110 +5pe25YCZ 29111 +IGRldXhpw6htZQ== 29112 +dGVjaG4= 29113 +cm9sZQ== 29114 +IGxlaWRlcg== 29115 +IEpBWQ== 29116 +INC40L3RhNC+0YDQvA== 29117 +IGNhZmZl 29118 +cmVpY2hlbg== 29119 +IGthcnQ= 29120 +IEN1dGU= 29121 +ZmZlY3RpdmU= 29122 +IGJ1bGx5 29123 +YWdhcg== 29124 +IGNvbW1vZGl0eQ== 29125 +IG9icmln 29126 +T1VS 29127 +IHVucGxlYXNhbnQ= 29128 +bm94 29129 +SnVs 29130 +b2xpdGg= 29131 +0YLQvtGP0Yk= 29132 +IEJlbGxh 29133 +IGRvbGxz 29134 +IEhvZmY= 29135 +IGFkdmlzb3Jz 29136 +IHRyYW5zZmVycw== 29137 +IEdva3U= 29138 +IDEyMDA= 29139 +aW5ob3M= 29140 +UGFs 29141 +IOuYkQ== 29142 +IHJlcHQ= 29143 +IGFjY29tcGxpc2htZW50 29144 +IHdlYXZl 29145 +IG92ZXJzaWdodA== 29146 +IHVuaGVhbHRoeQ== 29147 +IGZpbHQ= 29148 +IHB1ZGRpbmc= 29149 +IE1pZ3VlbA== 29150 +IGNodWNrbGVz 29151 +5Y+w54Gj 29152 +dmVyc2lvbg== 29153 +IGNvbmZlc3Npb24= 29154 +dmFsdWU= 29155 +IHRyaXVtcGg= 29156 +IHNhaXI= 29157 +IOuFuA== 29158 +IGFydGU= 29159 +IE1hdGVyaWFs 29160 +dXRp 29161 +IGxpcXVvcg== 29162 +IEJheWVybg== 29163 +IE1haWw= 29164 +IO2WpQ== 29165 +0YHQutC+0Lw= 29166 +IGNoZWFwZXN0 29167 +INGH0LDRgdGC0Lg= 29168 +IEpvYnM= 29169 +IENhbnlvbg== 29170 +aGFybWE= 29171 +YWxleQ== 29172 +YW5kcm8= 29173 +IGFwcGVhcmFuY2Vz 29174 +cHJvZg== 29175 +INC+0Lc= 29176 +bGFnZW4= 29177 +IC8v 29178 +INC70LjRiNGM 29179 +IHJlY292ZXJpbmc= 29180 +0LTQtg== 29181 +cHN5 29182 +44Oi 29183 +IHN3aWZ0 29184 +IFNwaW4= 29185 +5biI 29186 +IHNlaW5lbQ== 29187 +IGRvbHBo 29188 +ZsO8aHI= 29189 +w6J0 29190 +IGFsdGlqZA== 29191 +IE1hcnR5 29192 +IEhvY2g= 29193 +IHByZWRhdG9ycw== 29194 +IHZvcmhlcg== 29195 +INCU0LDQstCw0Lk= 29196 +IGZyYWdtZW50cw== 29197 +IHBhc3RyeQ== 29198 +IGNvbW1lbg== 29199 +IFNhbmE= 29200 +IOqxtOuNsA== 29201 +dXNzZW4= 29202 +IHRlbGE= 29203 +IE5pbmE= 29204 +bGVr 29205 +IGNyaWVz 29206 +IHRoaWdocw== 29207 +IEZsZXg= 29208 +IEJ1eno= 29209 +44Q= 29210 +VXM= 29211 +IHBhc28= 29212 +IGRlY2xpbmVk 29213 +IE55 29214 +YmFsYW5jZQ== 29215 +IG1hc2E= 29216 +IGpvcw== 29217 +44Gq44KL 29218 +INCh0L/QsNGB0LjQsdC+ 29219 +YWNodQ== 29220 +bG91ZA== 29221 +IHBlbmE= 29222 +IFdhbGQ= 29223 +IGVsaW1pbmF0aW9u 29224 +INCy0LXRgdGM 29225 +b3JhZ2U= 29226 +IG1pc3VuZGVyc3RhbmRpbmc= 29227 +IGVuZG9yc2U= 29228 +IG9nw7NsZQ== 29229 +IGdyZWVk 29230 +IGtsZWlu 29231 +15zXlA== 29232 +UkVZ 29233 +IEVhdGluZw== 29234 +IHNlbWluYXI= 29235 +IEJpcnRoZGF5 29236 +IHF1ZWxsZQ== 29237 +IE11bHRp 29238 +IHRpcmFy 29239 +IHBlcmNo 29240 +IGxhdm9y 29241 +IEppYQ== 29242 +IG11dGF0aW9ucw== 29243 +IGNpZ2FyZXR0ZXM= 29244 +2YjYrA== 29245 +IGNvdXNpbnM= 29246 +IGNhcHN1bGU= 29247 +IGhvcnJpZmlj 29248 +IHN0dXI= 29249 +IHplaWd0 29250 +bnV0cw== 29251 +IG1lYW53aGlsZQ== 29252 +IENvbGlu 29253 +IGdvYmllcm5v 29254 +IGd3 29255 +IHVoaA== 29256 +IEpFUg== 29257 +c3BlY2lmaWM= 29258 +IGFsbGVnYXRpb25z 29259 +IOupiw== 29260 +IEVsbGE= 29261 +b29rZWQ= 29262 +IEZpdA== 29263 +YWZmbGU= 29264 +IEFwcsOocw== 29265 +IER1Y2s= 29266 +IGNlbGx1bGFy 29267 +Y8Ozdw== 29268 +INGH0YPQstGB0YLQsg== 29269 +Z2Vub21tZW4= 29270 +7Iqk7Yq4 29271 +IGxhaW4= 29272 +aXNvbA== 29273 +IGhvbGRlcnM= 29274 +IGJvb3N0ZXI= 29275 +IFNhc2hh 29276 +0YvQstCw0LXRgg== 29277 +gbw= 29278 +IHNlcGFyYXRpbmc= 29279 +IHJlaW5mb3JjZW1lbnQ= 29280 +INC+0LTQvdC+0Lk= 29281 +7JeG 29282 +SURF 29283 +IE9wdGlvbg== 29284 +cGhvbg== 29285 +IHBsYWlz 29286 +IENhbWI= 29287 +IO2ZmA== 29288 +IHVuY29tbW9u 29289 +Ijo= 29290 +bWl5b3J1bQ== 29291 +bW9p 29292 +YWNqZQ== 29293 +0LDQttGD 29294 +1bY= 29295 +IGdlbXM= 29296 +w7xsZXI= 29297 +b29scw== 29298 +IGVuenltZXM= 29299 +IGtpZG5hcHBlZA== 29300 +IGtldGNodXA= 29301 +dGFsaw== 29302 +IHphY2g= 29303 +IHdhc2hlcg== 29304 +44CC44CC 29305 +IEFyY2hpdGVjdA== 29306 +dmVudWU= 29307 +IFBsYW5uaW5n 29308 +6YCB 29309 +IFNhdmlvcg== 29310 +INCz0YDRg9C/0L8= 29311 +7Yq8 29312 +YXJ5YQ== 29313 +IHByb2Nlc28= 29314 +IGxpbWJz 29315 +IHJlYWxpemVz 29316 +aWFuZGVy 29317 +RlM= 29318 +YWpp 29319 +IHVuaXRl 29320 +IOydmOs= 29321 +IHBvc3PDrXZlbA== 29322 +cmFpdHM= 29323 +IEFncmU= 29324 +24zaqQ== 29325 +7ISc64+E 29326 +5o6J 29327 +INCy0LXQuw== 29328 +INC80LXRgdGP 29329 +YW5vcg== 29330 +UGF0 29331 +IGRlcm5pZXI= 29332 +z4PPhM61 29333 +INC60LDQutCw0Y8= 29334 +IGzDpHNzdA== 29335 +5o6w 29336 +IE1laA== 29337 +IG5naA== 29338 +IGFtYXRldXI= 29339 +6KuW 29340 +RmU= 29341 +IOq2gQ== 29342 +IHNpdHVhY2nDs24= 29343 +IHNlZGFu 29344 +IGNsZWFuc2luZw== 29345 +bGFzdGluZw== 29346 +IGNvbW11bmlzdA== 29347 +QU5F 29348 +IGlycmVndWxhcg== 29349 +IHNvdXQ= 29350 +IENhcm5leQ== 29351 +IGFsbGVtYWFs 29352 +IG11Y2jDrXM= 29353 +IGxpYnJv 29354 +0K3RgtC+ 29355 +INCw0L8= 29356 +IGNvbnRpbnVhdGlvbg== 29357 +IExvcg== 29358 +PyIs 29359 +cXVpbg== 29360 +IGNoYXJhY3Rlcml6ZWQ= 29361 +YWplcw== 29362 +IHNpZ2h0cw== 29363 +INGP0LfRiw== 29364 +IFVoaA== 29365 +6Lez 29366 +YmlydGg= 29367 +ZG9uZw== 29368 +IGhhYmxhbmRv 29369 +IHN5bXB0b20= 29370 +57WC 29371 +IGNhcGFjaXRvcg== 29372 +IHRyYW5zcG9ydGVk 29373 +IGlnbm9yYW50 29374 +INC90LjQutC+0LPQtNCw 29375 +IGRyaXA= 29376 +IEV2YQ== 29377 +IGFkamVjdA== 29378 +IG1hc3NpdmVseQ== 29379 +IEV0aGk= 29380 +IENpcmNsZQ== 29381 +IHJhaW5mYWxs 29382 +IE1vdXNl 29383 +IHJlZnVuZA== 29384 +IFp3 29385 +YXNzZW1i 29386 +IDIyMA== 29387 +IE9yZA== 29388 +6KeS 29389 +IHZlaW5z 29390 +IEdpYW50 29391 +IG3Do2U= 29392 +IHZhcA== 29393 +IG1pc3Nlcw== 29394 +zr/Phc+C 29395 +TW8= 29396 +IEVudHdpY2s= 29397 +SU5U 29398 +2YbYqg== 29399 +IHRoZW9yZXRpY2FsbHk= 29400 +IHRlYXJpbmc= 29401 +IHRyb3VibGVk 29402 +cHJlbQ== 29403 +IHJlcGV0aXRpdmU= 29404 +IOKW 29405 +IGhlYXZlbmx5 29406 +IEFtYmVy 29407 +INC/0L7Qu9C+0LY= 29408 +IO2VtOyk 29409 +IHZvd2Vs 29410 +YW5raW5n 29411 +IFdpcnRzY2hhZnQ= 29412 +IGlycg== 29413 +IGNvenk= 29414 +IHVuZmFtaWxpYXI= 29415 +IFBvcnM= 29416 +IOunnuyVhA== 29417 +IFRpbW90aHk= 29418 +0YHQvtC70Y7Rgg== 29419 +cGV4 29420 +IFZJUw== 29421 +KSg= 29422 +IHN1cGVyc3Q= 29423 +IGltcHJvdg== 29424 +IEJlbmc= 29425 +IGRpc2Nvbm5lY3RlZA== 29426 +IGFwdA== 29427 +0YDQtdC9 29428 +IEV4dHJh 29429 +INCx0LXQuw== 29430 +c2hvcA== 29431 +ZGluZ3M= 29432 +IENvbm5lY3RpY3V0 29433 +7LCs 29434 +IEdD 29435 +5Y+W 29436 +YmVo 29437 +SmVyZW15 29438 +IEJhdHQ= 29439 +44G4 29440 +YXRoYQ== 29441 +IFp1c2FtbWVu 29442 +c2NyZWFtcw== 29443 +IGdyYXM= 29444 +YWZmdA== 29445 +IEluaXRpYWxseQ== 29446 +IEJyZXR0 29447 +IHNwZWNpZmljYXRpb25z 29448 +IHNlYXdlZWQ= 29449 +IG9hdGg= 29450 +IGZvdW50YWlu 29451 +INC60L7RgtC+0YDQvtC5 29452 +IFN0ZWlu 29453 +6IGy 29454 +IENvcmludGg= 29455 +IGNvbmp1Zw== 29456 +5bem5Y+z 29457 +IGNvbXBlbnNhdGU= 29458 +IOuKkOuCjOydtA== 29459 +IG9uemU= 29460 +IHNraW5jYXJl 29461 +QnJpYW4= 29462 +IHNlcnZpcg== 29463 +fX0= 29464 +IFZpaw== 29465 +IHVuaW50 29466 +IHN1cHBsaWVycw== 29467 +IGJhbGNvbnk= 29468 +IGVuZXJnaWE= 29469 +b21ldHJpYw== 29470 +0LfRjw== 29471 +IHNpZ2g= 29472 +IFRPTQ== 29473 +IFB1cmU= 29474 +eXR0 29475 +0YvRgQ== 29476 +IFJhaW5ib3c= 29477 +IFBpdHRz 29478 +15nXng== 29479 +IHN0YXR1ZXM= 29480 +aGVhZHM= 29481 +IGNvdXBsZWQ= 29482 +6Yyi 29483 +IGhlcmQ= 29484 +5L2T 29485 +IGV4Y2x1ZGVk 29486 +IGdpbHQ= 29487 +INGO 29488 +IHN3b2pl 29489 +IFN2ZXI= 29490 +NjM= 29491 +aXNzYW50 29492 +IGTDvHJmZW4= 29493 +oIjr 29494 +IGtpc3Npbmc= 29495 +b29m 29496 +5Lul5LiK 29497 +IGN1cnNlZA== 29498 +IHNob3dlcnM= 29499 +IHN3aW5naW5n 29500 +IHJlcHJvZHVjZQ== 29501 +44Go44GE44GG44GT44Go 29502 +IHPDpHR0 29503 +ZWxjb21l 29504 +IGZ1bmRhbWVudGFscw== 29505 +IGFsbW9uZA== 29506 +IHDDqQ== 29507 +IHdlbGxiZWluZw== 29508 +IGh1bnRlcnM= 29509 +5b6A 29510 +U2Vj 29511 +k5zrprQ= 29512 +IGVtaXNzaW9u 29513 +IHBzeWNob2xvZ2lzdA== 29514 +IGJldHJheWVk 29515 +IFJleW5vbGRz 29516 +TEVT 29517 +IHBvbGxpbmc= 29518 +IG5lZ2F0aXZlbHk= 29519 +IGNvbWJpbmVz 29520 +15zXkA== 29521 +0LDRgNCw 29522 +zrvOu86s 29523 +IFR1cm5z 29524 +T1RU 29525 +INeU15k= 29526 +YWlzb24= 29527 +IGFpcmxpbmU= 29528 +IHJlc3RyaWN0aW9u 29529 +d2Fs 29530 +IGF1cmFpdA== 29531 +IExlYmFub24= 29532 +IE1PUg== 29533 +IG1vbmtleXM= 29534 +w6luZXI= 29535 +0ZbRlw== 29536 +IG1vdGhlcmY= 29537 +INmH2LDZhw== 29538 +IGZldQ== 29539 +w7xocmVu 29540 +IGh5Z2llbmU= 29541 +ZW50ZWVu 29542 +RGVz 29543 +IGRpc3NpcA== 29544 +RXN0 29545 +IHNhaW50cw== 29546 +IHBvdGFzc2l1bQ== 29547 +IHJlY2tvbg== 29548 +Q2xpbnR1cw== 29549 +IG1hbmlmZXN0YXRpb24= 29550 +IEFwcHJv 29551 +IEluc3BlY3Q= 29552 +IHZlbnRpbGF0aW9u 29553 +IGhlbG0= 29554 +IGthcmE= 29555 +4Liy4LiZ 29556 +IGZhdm9yYWJsZQ== 29557 +IOyViuyVmA== 29558 +IEhpc3Bhbmlj 29559 +4Lic 29560 +INeU15s= 29561 +IHZhbGlkYXRl 29562 +IFJlc2lkZW50 29563 +IGNvbWVueg== 29564 +YmVpdGVy 29565 +ZXJlcg== 29566 +5LiA6LW3 29567 +IGRhZG8= 29568 +YXRjaGluZw== 29569 +bWV0cm9z 29570 +IEhpbg== 29571 +IER1bQ== 29572 +IGhhesSxcg== 29573 +IE5hdGFsaWU= 29574 +IGVuY3J5cHRpb24= 29575 +0L7Rh9C60LA= 29576 +bW1h 29577 +aG91c2Vz 29578 +IGFuYWx5dGljYWw= 29579 +IERhbmc= 29580 +Zmlyc3Q= 29581 +5q2M 29582 +57qM 29583 +IEVuYw== 29584 +Y2FuZG8= 29585 +IGx1ZHpp 29586 +d2FydA== 29587 +IHN0YXRpc3RpYw== 29588 +IOyCsA== 29589 +IGNvbW1lbnRpbmc= 29590 +IGNvb3JkaW5hdGVk 29591 +IEh5cGVy 29592 +5Zo= 29593 +IEJlcnQ= 29594 +55y+ 29595 +IEhpcA== 29596 +a2Vt 29597 +w7xuw7w= 29598 +IHphbA== 29599 +IO2VmOuKlOuNsA== 29600 +IFJvYm90 29601 +6Zax 29602 +cmF3bg== 29603 +IHJoZXRvcmlj 29604 +dWxsYWg= 29605 +IERpZXQ= 29606 +IHRha2ljaA== 29607 +IHBvc3Nlc3NlZA== 29608 +k5zripQ= 29609 +IHdha2Vz 29610 +IFJhZg== 29611 +TWFydA== 29612 +IGVjYw== 29613 +IEZN 29614 +IGRpZmlj 29615 +IEFsbGV6 29616 +IGN1cmVk 29617 +5a2m 29618 +IFF1YWQ= 29619 +IGJlbGU= 29620 +IGpvdXJuYWxz 29621 +IHRhZA== 29622 +IHNvY2lhbGVz 29623 +5oeC 29624 +IHdoYXRz 29625 +IEJhc3M= 29626 +IGplc3RlbQ== 29627 +IFNhZGx5 29628 +IFNvdXJjZQ== 29629 +IMO8w6c= 29630 +YWx0dW5n 29631 +aWVydGVu 29632 +IGp1bGxpZQ== 29633 +aWZh 29634 +INCa0L7RgA== 29635 +IERvb3I= 29636 +INCd0LDQtA== 29637 +INC30LTQvtGA0L7Qsg== 29638 +IHJ1bW9y 29639 +IHBpZXM= 29640 +INC/0LXRgNC1 29641 +INC+0YLQsg== 29642 +0LXQvdC90YvQtQ== 29643 +SG9zdA== 29644 +IFNvcGhpZQ== 29645 +YW50ZW4= 29646 +QW55 29647 +IEF1Zmc= 29648 +56iL 29649 +IEhEUg== 29650 +IFJvY2tldA== 29651 +cmVzc28= 29652 +IHZlcmRl 29653 +IHByw6lzaWRlbnQ= 29654 +IGluZG9vcnM= 29655 +IHN0YWdnZXI= 29656 +IHN0YXRv 29657 +IERpYWw= 29658 +IGJ1enppbmc= 29659 +ZW1lcg== 29660 +INCS0YHRkQ== 29661 +INC00LXRgNC10LI= 29662 +IHBvdXY= 29663 +IHN0cmFuZHM= 29664 +IOqyg+ydtA== 29665 +IFBhcmw= 29666 +0L7QutC+0Lk= 29667 +IHNpcA== 29668 +ICgq 29669 +w6RuZ3Q= 29670 +IGRlYmVy 29671 +IEFpbg== 29672 +IGRyYXN0aWNhbGx5 29673 +IFNsb3dseQ== 29674 +IEJyaWc= 29675 +IFRvcmFo 29676 +IGFjaGU= 29677 +ID8/Pw== 29678 +IERvYg== 29679 +a2FubnQ= 29680 +TWFyeQ== 29681 +IHN0YW0= 29682 +IERlbW9u 29683 +cGxh 29684 +IEZyZXVuZA== 29685 +IEJlbm4= 29686 +IGhpZ2hz 29687 +INqp2LE= 29688 +IFByZXBhcmU= 29689 +IHByb3h5 29690 +IGNhbXBv 29691 +IEF1Z2Vu 29692 +o6jr 29693 +IENobG9l 29694 +aWN1bGFybHk= 29695 +eW91bmc= 29696 +IOOBjA== 29697 +qZTr 29698 +IHNjcmF0Y2hpbmc= 29699 +IGdsYWM= 29700 +IGdlbWVpbnNhbQ== 29701 +YW5hbA== 29702 +YWNha3PEsW4= 29703 +IEZvcnVt 29704 +ZW5uaWFs 29705 +IFJlc291cmNlcw== 29706 +44Go5oCd44GE44G+44GZ 29707 +IG1laXN0ZW4= 29708 +IEZlbGw= 29709 +IHVuYW5pbQ== 29710 +IFRC 29711 +IFNlbGJzdA== 29712 +5oY= 29713 +IGludGltaWRhdGluZw== 29714 +IEdlZsO8aGw= 29715 +IOy9lOuhnA== 29716 +5ouJ 29717 +aWRvcg== 29718 +aWNpb25lcw== 29719 +YXJzYQ== 29720 +XS4u 29721 +YXpv 29722 +IGtlbmRp 29723 +IFRhZ2U= 29724 +dGVybWlu 29725 +IFByb3plbnQ= 29726 +TWF5YmU= 29727 +bMOp 29728 +IHF1ZXN0aQ== 29729 +IG1lbWVz 29730 +IGNvcnJl 29731 +IFZJUA== 29732 +IEdhbGxlcnk= 29733 +IHVyZ2VuY3k= 29734 +IG5vY2hl 29735 +IGtpbmRseQ== 29736 +IE1lcmVkaXRo 29737 +IHbhuq15 29738 +INin2YTYqA== 29739 +IEVzdGFkbw== 29740 +5Ye65L6G 29741 +enVn 29742 +b3F1ZQ== 29743 +IG9iZXNpdHk= 29744 +T2Zm 29745 +IEV1cm9wZWFucw== 29746 +w7Zk 29747 +7Lm06w== 29748 +IGhvb3A= 29749 +IGVuam95cw== 29750 +IENoaXA= 29751 +cGF0aWVudA== 29752 +IG1pY3Jvc2NvcGU= 29753 +IGxlZ2l0aW0= 29754 +INGP0LLQu9GP0LXRgtGB0Y8= 29755 +z4POuQ== 29756 +YXJnZW50 29757 +IHNoYW0= 29758 +IGxpY2Vuc2luZw== 29759 +b2xpYQ== 29760 +U29ycnk= 29761 +cmFtYQ== 29762 +IGFjY2VsZXJhdGVk 29763 +IHd5bQ== 29764 +IGZhaXJuZXNz 29765 +IFJlYWRpbmc= 29766 +IHNsYWNr 29767 +IERvaw== 29768 +emnEmWt1asSZ 29769 +IHJ1YmJpbmc= 29770 +0LDRgtGD 29771 +IGFsbG9jYXRlZA== 29772 +anVuZw== 29773 +IHBhaW5z 29774 +IHdpbmRpbmc= 29775 +IGdlbGl5b3I= 29776 +IENV 29777 +bW90 29778 +Y29jaw== 29779 +IFBvc2l0aW9u 29780 +YnJvcw== 29781 +IGxpdmVzdHJlYW0= 29782 +IEJyYWlu 29783 +7LCp 29784 +IHByemVr 29785 +IEVp 29786 +IENvY28= 29787 +0LHQsA== 29788 +IHNob3ZlbA== 29789 +44OP44OP 29790 +ZWE= 29791 +IGNob2NvbA== 29792 +IHJlYmVsbGlvbg== 29793 +IHNob3dj 29794 +IEhhbG8= 29795 +IGRpdmlkZW5k 29796 +bWlzc2lvbg== 29797 +IHVzYW5kbw== 29798 +IFsi 29799 +IGZhbGVp 29800 +5pu4 29801 +QmxhY2s= 29802 +IFN1cmVseQ== 29803 +IMW7 29804 +IHBoaWxvc29waGVy 29805 +5L2g5Lus 29806 +IG92ZXJoZQ== 29807 +IEJvcm4= 29808 +IG9iamV0aXZv 29809 +IDEyOA== 29810 +c2NoZWlk 29811 +IE5hemlz 29812 +IHNvbGNoZQ== 29813 +bGlmdA== 29814 +Y2VkZQ== 29815 +YWRvcnM= 29816 +IG1hcnNobQ== 29817 +IExPUkQ= 29818 +lOydtO2BrA== 29819 +IG93bmluZw== 29820 +Q29udA== 29821 +IGxhbmRzY2FwZXM= 29822 +IGxlbmRpbmc= 29823 +IEF1dGhvcml0eQ== 29824 +0L7QstC+0Lk= 29825 +b3F1 29826 +IFNlcw== 29827 +IEZlcnJhcmk= 29828 +IHJlc3BvbnNhYmls 29829 +IHbDoXJpb3M= 29830 +IGRlbGlj 29831 +IGVtYmFyaw== 29832 +IGVtYnJvaWRlcg== 29833 +IGZyYW1ld29ya3M= 29834 +IHNpbW1lcg== 29835 +IG5hY2lvbmFs 29836 +IHJlbWFpbmRlcg== 29837 +IFZpZWxsZWljaHQ= 29838 +IHF1aWVyZXM= 29839 +7JeU 29840 +IHRlc3Rvc3Rlcg== 29841 +aWhlbg== 29842 +IE96 29843 +w6hsZQ== 29844 +IHBvcnRyYXllZA== 29845 +zrrOtQ== 29846 +IFBvbGl0aWs= 29847 +IGFwZXJ0dXJl 29848 +IGJsYW5k 29849 +aW5kdXN0 29850 +INC+0LHRgNCw0YI= 29851 +IFRob3Vz 29852 +QmF5 29853 +IGRhbmRv 29854 +IHNoZXI= 29855 +IGFkbWlzc2lvbnM= 29856 +IENyZXc= 29857 +INGW0L0= 29858 +U0lOR0lORw== 29859 +IG91bmNl 29860 +IGl5 29861 +IGJhc2ls 29862 +IG92ZXJ0aW1l 29863 +IHRocmVhdGVu 29864 +IHBhcnRuZXJlZA== 29865 +IENhbm4= 29866 +YXZhbmE= 29867 +INC30L3QsNC10YLQtQ== 29868 +6YCZ5Lqb 29869 +INC+0YLRgQ== 29870 +IFR1ZG8= 29871 +7L2U 29872 +IOuGgOs= 29873 +ZmVs 29874 +IHJlYXJy 29875 +IGlud2FyZA== 29876 +IFJvZ2Vycw== 29877 +4LmD4Lir 29878 +IHR3ZWFr 29879 +IGRyeWVy 29880 +Y2Vzc2lvbg== 29881 +IHJpZ29yb3Vz 29882 +IERhYXI= 29883 +b21pY3M= 29884 +IGZhdHM= 29885 +dmFk 29886 +IHppcHBlcg== 29887 +YWNjZXB0YWJsZQ== 29888 +IGRlbW9uc3RyYXRpbmc= 29889 +IFl1bQ== 29890 +IGJlYXU= 29891 +IHJvc3Rlcg== 29892 +IHByZWRvbWluYW50bHk= 29893 +0LXRgNGD 29894 +bmluZ2Fy 29895 +IHRyaWFuZ2xlcw== 29896 +IHRleHRpbmc= 29897 +IGJlcnJpZXM= 29898 +IOyCrOynhA== 29899 +6ZSZ 29900 +YWRkZXI= 29901 +IGZhaXRlcw== 29902 +IEltYWdl 29903 +bGVyZQ== 29904 +IGJvdW5kcw== 29905 +IExhdXI= 29906 +IOyVhOustOs= 29907 +IG1pbw== 29908 +IHVzYQ== 29909 +INiw 29910 +IHRvZW4= 29911 +IEphbmc= 29912 +xb5l 29913 +Y2hvZA== 29914 +YW5hbg== 29915 +INC+0LHRgNCw0LfQvtC8 29916 +IHBlcnNldmVy 29917 +IFN3ZQ== 29918 +IGF1Z21lbnQ= 29919 +5LiD 29920 +dWdnbGluZw== 29921 +acOocmVtZW50 29922 +aXN0bGVz 29923 +YWNqxJk= 29924 +OTE= 29925 +IG1haA== 29926 +IEtJUg== 29927 +RGll 29928 +IGRvd25oaWxs 29929 +IDE5Njg= 29930 +0L7RgNC+0YjQvg== 29931 +5bm5 29932 +b2dyYXBoaWNz 29933 +IHTDpHNzw6Q= 29934 +6rKg7KOg 29935 +INC70LjRhw== 29936 +QVVESU8= 29937 +INC/0LvQvtGF 29938 +IHByb3Bvc2luZw== 29939 +6aC7 29940 +IHRlbXB0ZWQ= 29941 +IGNvbnZlcnRpbmc= 29942 +IExlaHI= 29943 +IHBlcnNvbmU= 29944 +IEZlZWxpbmc= 29945 +7Ja07KO8 29946 +b21icmVz 29947 +INec15k= 29948 +IGd1cnU= 29949 +IGRlbWVudA== 29950 +0L3QuNC3 29951 +0LjRgtC10LvQtdC5 29952 +IGNvbXBhw7E= 29953 +5pyq 29954 +5biM5pyb 29955 +IHJlZG8= 29956 +IGNvbmR1Y3Rvcg== 29957 +bWlh 29958 +IGlkb2xz 29959 +IE11bA== 29960 +IGluZXg= 29961 +IHTDpG3DpA== 29962 +IGltcGFjdGluZw== 29963 +IGRheWxpZ2h0 29964 +Z2ls 29965 +IGhlbGZlbg== 29966 +IGVudHNwcmVjaA== 29967 +IHdpxJlrcw== 29968 +IHNjcmlwdHVyZXM= 29969 +IGRpc21pc3NlZA== 29970 +44Oz44OI 29971 +IFBvZGNhc3Q= 29972 +2YXYsQ== 29973 +IGFubnVhbGx5 29974 +IHVzYWJsZQ== 29975 +IGxpYnJl 29976 +0L7Qt9C8 29977 +IHJ1YmJpc2g= 29978 +55qE5Lq6 29979 +IGNvbnRpbnVhcg== 29980 +IGh1bWlsaQ== 29981 +IHNwZWVjaGVz 29982 +0YDQsNGH 29983 +YmFyZA== 29984 +NzE= 29985 +Pjw= 29986 +b2xvZ8OtYQ== 29987 +d2VhbHRo 29988 +IG1lZGl0YXRl 29989 +k6TsnZg= 29990 +IENyYWZ0 29991 +6KeJ5b6X 29992 +5pmu 29993 +cml2 29994 +IEFnYWluc3Q= 29995 +IGNlcmFtaWM= 29996 +ZXNww6hyZQ== 29997 +IGNvbXBldGVudA== 29998 +IEhvcGtpbnM= 29999 +IGtpbG9z 30000 +IGdyYXZlbA== 30001 +IHBpc3Rvbg== 30002 +IGZyaWVuZHNoaXBz 30003 +IGVzY3Jl 30004 +IHZveg== 30005 +IEdlc2VsbHNjaGFmdA== 30006 +IHVudGVyc3TDvHQ= 30007 +IG11ag== 30008 +IHdhcm5pbmdz 30009 +cG9z 30010 +IFByb2Zlc3Npb25hbA== 30011 +d3N6eQ== 30012 +b2RsZQ== 30013 +YmFuZHM= 30014 +IHRlYW13b3Jr 30015 +c3RlbGx1bmc= 30016 +IGR4 30017 +5Y2K 30018 +IGF0dG9ybmV5cw== 30019 +IHdlaXRlcmU= 30020 +44WL44WL44WL 30021 +IE9yaWdpbmFs 30022 +15nXlw== 30023 +IGJyb2FkY2FzdGluZw== 30024 +INC/0LXRgNCy0YvQuQ== 30025 +dWNoaQ== 30026 +IGhldXJl 30027 +IGdyYWJz 30028 +IFdPUg== 30029 +IFBsYWlk 30030 +TWlu 30031 +IHBheg== 30032 +IFB1aXM= 30033 +dW11 30034 +aXRhdGVz 30035 +IGNvYXRz 30036 +IGJ1ZW4= 30037 +IGhlaXI= 30038 +IHBuZXVt 30039 +16nXqA== 30040 +ZW5zZXI= 30041 +IEpVREdF 30042 +IGJsb25kZQ== 30043 +4bmb 30044 +IGdhaw== 30045 +IHPEsWs= 30046 +IHF1b3RlZA== 30047 +IGVxdWlwbw== 30048 +IHdpc2hpbmc= 30049 +w61jaWE= 30050 +IHZlcmJz 30051 +57WE 30052 +IENhbmFkaWFucw== 30053 +IGdvdmVybmluZw== 30054 +IEV2YW5z 30055 +RXVybw== 30056 +IGdlbnJlcw== 30057 +IHVudGVyc2NoaWVk 30058 +IEJlY2t5 30059 +s7zqsozsmpQ= 30060 +IGVpbmdl 30061 +IFJhaXNl 30062 +b2xhbmQ= 30063 +IFN0cmF0ZWc= 30064 +IGVyZXM= 30065 +IFZldGVyYW5z 30066 +IGJyZWFrb3V0 30067 +IHNhbnTDqQ== 30068 +IGFkZWw= 30069 +IGludmVzdGlnYXRlZA== 30070 +IHBldXI= 30071 +IGFnaWxl 30072 +IHJhaWxyb2Fk 30073 +YW5za2E= 30074 +INC10Lk= 30075 +IGV4cG9z 30076 +YXRvcmllcw== 30077 +IENvbnRlbnQ= 30078 +IHRydXRocw== 30079 +IFRyYWls 30080 +IGd1YQ== 30081 +IHBvcmVz 30082 +IHdyaXRpbmdz 30083 +IFVocg== 30084 +IFRoYXRz 30085 +IGljaW5n 30086 +T0M= 30087 +IFByb2R1Y3Rpb24= 30088 +IGNhcm5l 30089 +SVNT 30090 +IG5pbmd1w6lt 30091 +bm9u 30092 +IHZpY2lvdXM= 30093 +15XXlA== 30094 +IHJlY29ubmVjdA== 30095 +IGNlbnRyZXM= 30096 +IEtlbQ== 30097 +IGNyZWFzZQ== 30098 +IOydtOuvuA== 30099 +0LDQudGC0LXRgdGM 30100 +INCx0L7RgA== 30101 +IEhhecSxcg== 30102 +INGB0YPQtA== 30103 +IMO6bmljYQ== 30104 +b3dhxYI= 30105 +IGFkaGVy 30106 +aHVh 30107 +Wlo= 30108 +IHByZWNpc28= 30109 +IGN1cnJlbnRz 30110 +IHNlYXNvbmVk 30111 +IElvVA== 30112 +IEJpc2hvcA== 30113 +6KiI 30114 +c3RlZA== 30115 +IEJlcm5hcmQ= 30116 +7KSY 30117 +5rK7 30118 +IEdsZW5u 30119 +IGt0w7NyeW0= 30120 +4Li34LmI 30121 +IGFzdHJvbG9n 30122 +IEtvdA== 30123 +5aSc 30124 +IHBhcmZvaXM= 30125 +IGZvcndhcmRz 30126 +IFdpxJk= 30127 +IM6Y 30128 +IG5hbm8= 30129 +6LuN 30130 +c3Vi 30131 +IEJyaWxs 30132 +IGdyaXQ= 30133 +IGNpdGVk 30134 +Z2Fkbw== 30135 +IG1lbHRz 30136 +IGZvcmPDqQ== 30137 +4paI4paI 30138 +IGJham8= 30139 +IGRpc2NyZXRpb24= 30140 +sLA= 30141 +YXRpdml0eQ== 30142 +IHNpdHVhdGVk 30143 +44Or44Kv 30144 +0YnQtdC1 30145 +5Zyw5pa5 30146 +INC/0YDQuNC90YbQuNC/ 30147 +YW1heg== 30148 +IGFxdWFyaXVt 30149 +IGRpc3NvbHZl 30150 +IEdvZHM= 30151 +U3VwZXI= 30152 +IGFtaWQ= 30153 +ems= 30154 +IOOBhA== 30155 +6aCQ 30156 +YW1wZg== 30157 +IGhlbGE= 30158 +JyE= 30159 +IGRldmVsb3BtZW50YWw= 30160 +IERpc2U= 30161 +INGA0LDQsdC+0YLQsNC10YI= 30162 +IHNuYXBzaG90 30163 +5aW95aW9 30164 +1bg= 30165 +IFl1ZQ== 30166 +IEh1bGs= 30167 +IERvb20= 30168 +IEZlbGl4 30169 +IHLDqWY= 30170 +TWFsZQ== 30171 +57eK 30172 +cGhhbnRz 30173 +RU5T 30174 +IE1lY2hhbg== 30175 +IEdvbGY= 30176 +5YaN6KaL 30177 +IGdlbmVyb3NpdHk= 30178 +w6R0emU= 30179 +IHVubG9ja2Vk 30180 +IOOCkg== 30181 +7YOB 30182 +b2NhbHlwc2U= 30183 +QWxyaWdodA== 30184 +IOqwnOs= 30185 +INeQ15HXnA== 30186 +IEtlZXBpbmc= 30187 +IGNvbGxhYm9yYXRpbmc= 30188 +Y2hpZWY= 30189 +IEZlcm5hbmRv 30190 +IGNoZWZz 30191 +IO2UvOu2gA== 30192 +IHNraXBwZWQ= 30193 +IHBlcnNvbm4= 30194 +IGF4ZQ== 30195 +Y2hleg== 30196 +IGV4dHJhY3Rpb24= 30197 +IEFW 30198 +IEdpYmJz 30199 +IO2c 30200 +IHPEsQ== 30201 +SUFN 30202 +Vmlldw== 30203 +IEdSQU5U 30204 +IOuquA== 30205 +IHZlcmlmaWNhdGlvbg== 30206 +IGRlcGljdGVk 30207 +IE1veg== 30208 +b3V4 30209 +IHR1bA== 30210 +IHNjYW5uZXI= 30211 +IGNvbWVkaWFu 30212 +IFZvbGtz 30213 +IEpFRkY= 30214 +6KiC6Zax 30215 +p4Q= 30216 +IGRpc3RyYWN0aW9u 30217 +csOh 30218 +IElOVEVS 30219 +IHNpbmNlcg== 30220 +INee16o= 30221 +INep16A= 30222 +IGNvbnN0cnVjdGl2ZQ== 30223 +YXJm 30224 +IOuIhOs= 30225 +IGVjbw== 30226 +cmFtb3M= 30227 +IHJlbmV3ZWQ= 30228 +aW5lbWVudA== 30229 +IFVi 30230 +IFBlcHBlcg== 30231 +7KeA6rCA 30232 +IERhcndpbg== 30233 +IG1lcmNoYW5k 30234 +IHbDoXJpYXM= 30235 +w6hjZQ== 30236 +Tkc= 30237 +IOychO2VtOyEnA== 30238 +INCw0LrRgtC40LI= 30239 +IFVudGVycw== 30240 +2LnZhA== 30241 +IGludHJpYw== 30242 +b21tYQ== 30243 +aWV2aW5n 30244 +IENhcm9saW5l 30245 +5ZOB 30246 +IFBSRVM= 30247 +IHBlcmZvcm1lcg== 30248 +IGF1dG91cg== 30249 +44G+44Gb44KT 30250 +IHV0dGVybHk= 30251 +IHN5bnRoZXNpcw== 30252 +IGxlc2JpYW4= 30253 +IHJldHJpZXZl 30254 +IG1hbmVpcmE= 30255 +IGltcGFpcg== 30256 +IG1lbnRvcmluZw== 30257 +IFNvdWxz 30258 +IEdvUHJv 30259 +0YDQsNGC0Yw= 30260 +IGNvc2U= 30261 +IFNTRA== 30262 +SVJF 30263 +IHVwZnJvbnQ= 30264 +IEF1bg== 30265 +IGdhbWVy 30266 +IGxpdHQ= 30267 +IGFnZ3Jlc3Npb24= 30268 +IExpa2V3aXNl 30269 +IEJldHR5 30270 +IERhcnQ= 30271 +IERMQw== 30272 +aXNobWVudA== 30273 +7J6l7J2E 30274 +IOWvuQ== 30275 +57uP 30276 +Y3JlYW0= 30277 +IEJhYnlsb24= 30278 +IG51Zw== 30279 +YnJhcg== 30280 +IGF5bsSx 30281 +YW1pbHk= 30282 +YmlrZQ== 30283 +YWhhaGFoYQ== 30284 +bG95ZA== 30285 +IG1pcmE= 30286 +IHBlcm1l 30287 +IEdhbWluZw== 30288 +IGZpcm13YXJl 30289 +TWE= 30290 +IGFzc2lzdGVk 30291 +YXRpY3M= 30292 +IOyVnuycvOuhnA== 30293 +IE1lbnRhbA== 30294 +bmllanM= 30295 +IEl6 30296 +b3fEhQ== 30297 +IHRvdWdoZXI= 30298 +IGRlZWQ= 30299 +6Ium 30300 +IHN0eWxpc2g= 30301 +IFRvb2xz 30302 +IEhhbXA= 30303 +IHN1bnNjcmVlbg== 30304 +IGFydGljdWxhdGU= 30305 +aXll 30306 +0LjRhA== 30307 +IFNwcmVhZA== 30308 +IEhBVkU= 30309 +IHN3aXJs 30310 +IHNwb25zb3Jpbmc= 30311 +5LuL 30312 +aW92YXNjdWxhcg== 30313 +bWVzaQ== 30314 +IHJlbGF4YXRpb24= 30315 +INGB0LLQvtC40YU= 30316 +IG1hcmdpbnM= 30317 +IHNhxJ8= 30318 +IFByaWRl 30319 +IM+Ezr/Phc+C 30320 +0LjRhtC4 30321 +ZW5jaQ== 30322 +RG9lcw== 30323 +IGNvcnBzZQ== 30324 +IGVuZHVyYW5jZQ== 30325 +IO2emA== 30326 +7Lm0 30327 +IGhhaXJjdXQ= 30328 +IGludGVycnVwdGVk 30329 +IHdpbmR5 30330 +IENhbGVi 30331 +z4HPhw== 30332 +IFBvdXJxdW9p 30333 +IGhvbGlzdGlj 30334 +dWNsZWFy 30335 +IFdob2xl 30336 +5aOr 30337 +QWN0 30338 +IGdhbGxvbg== 30339 +Y2FkZQ== 30340 +IFJlZ2lvbmFs 30341 +cm9hZHM= 30342 +IFNjaG5l 30343 +w6FuZw== 30344 +INC40LfQvNC10L0= 30345 +44KI44Gt 30346 +IG1lbnVz 30347 +IHNwbGl0dGluZw== 30348 +IHByaWNlZA== 30349 +IM6T 30350 +IHVzZXJuYW1l 30351 +INCe0Yc= 30352 +IGNvbXByZXNzZWQ= 30353 +eWlu 30354 +IGd1YXJkaWFu 30355 +IGdvb2Y= 30356 +IGNoZWNrbGlzdA== 30357 +IGludGVyY2hhbmdl 30358 +IGV4cGVkaXRpb24= 30359 +IGV4dGVybg== 30360 +IGluZnJhcmVk 30361 +ZW5nbw== 30362 +IGRlbnlpbmc= 30363 +IHBhY2tldHM= 30364 +b25lbnQ= 30365 +QkI= 30366 +IEluY3Jl 30367 +IHNpbmk= 30368 +w59lcg== 30369 +w6hn 30370 +bWFhbA== 30371 +Z2VuZXJhdGlvbg== 30372 +IG1pbm9yaXRpZXM= 30373 +IGxsZXZhcg== 30374 +IG5vbWluYXRpb24= 30375 +IGNvbnNpZA== 30376 +INec16I= 30377 +bXXFnw== 30378 +IEVzYw== 30379 +IG51bWVyYXRvcg== 30380 +IGthaWs= 30381 +IGt0w7NyeWNo 30382 +aWVzZW4= 30383 +IHbDqg== 30384 +IFVTUw== 30385 +IFByaXZhdGU= 30386 +INC+0LTQvdC+ 30387 +IGFsw6lt 30388 +w610dWxv 30389 +IGxpbWI= 30390 +IGZvcmdpdmVu 30391 +IGRpc2Nsb3N1cmU= 30392 +z4TOrw== 30393 +IG5pbmfDum4= 30394 +IHRoZXJhcGV1dGlj 30395 +IG5lZ290aWF0aW5n 30396 +IE5pa2U= 30397 +ZW5zZWZ1bA== 30398 +IGluY2Fw 30399 +IGZsYWdzaGlw 30400 +dG93bg== 30401 +4og= 30402 +IM+Azr/Ouw== 30403 +IHdvbHZlcw== 30404 +IHZpb2xhdGlvbnM= 30405 +IEFybm9sZA== 30406 +IGludGVydmVuZQ== 30407 +IGhlYXRlcg== 30408 +IHJlY3Vyc29z 30409 +IG1haWQ= 30410 +6rK8 30411 +INC00LDQstCw0LnRgtC1 30412 +IENlbGVicg== 30413 +IGNhcGU= 30414 +IFN0eQ== 30415 +YWluZW4= 30416 +c2l0ZQ== 30417 +Ymlq 30418 +INC/0L7Qu9GM0Lc= 30419 +IGZyYW1lZA== 30420 +IHB1Ymxpc2hlcnM= 30421 +INGH0YPRgtGM 30422 +IHRlbXB0YXRpb24= 30423 +IGNlcnRlemE= 30424 +IGV4ZW1wdA== 30425 +7Iq5 30426 +c2VsbGluZw== 30427 +IFRhc2s= 30428 +aG9vbg== 30429 +IENvYw== 30430 +IFBhcmtz 30431 +IHJlcGV0aXRpb24= 30432 +INGC0YPQtNCw 30433 +IGVuc2w= 30434 +IGRlxJ9pxZ8= 30435 +IE9ybGFuZG8= 30436 +IE1haW50ZW4= 30437 +5q2i 30438 +b2N1bWVudA== 30439 +IEhD 30440 +IHNjb290ZXI= 30441 +INC90LDQv9C40YE= 30442 +IHRpZ2h0ZXI= 30443 +IHRlYXNl 30444 +IHJlbW92ZXM= 30445 +IGtpamtlbg== 30446 +INGB0YPRidC10YHRgtCy 30447 +IHRow6k= 30448 +INCy0YvQs9C70Y/QtA== 30449 +IHJlbGlldmU= 30450 +IG1pdMOk 30451 +IHN0YXRpb25hcnk= 30452 +w7ZmZg== 30453 +cGFibGU= 30454 +IGFydGVy 30455 +IGTDqWY= 30456 +cmF0aXZl 30457 +IGNvbmVjdA== 30458 +IHNhZGRsZQ== 30459 +IERpYW5l 30460 +IGNvbW1lbW9y 30461 +ZmVuZGlt 30462 +U8Ot 30463 +IO2BtOs= 30464 +IG1hbmdl 30465 +YXR0ZQ== 30466 +IGFycm9nYW50 30467 +IHJvYm90aWM= 30468 +IGdpw6A= 30469 +5piv55qE 30470 +IG5laWdoYm91cmhvb2Q= 30471 +aXNzb24= 30472 +INC00LLQuNC2 30473 +IFJJ 30474 +IE5vcm1hbg== 30475 +YnJhbmQ= 30476 +YW1hdGlvbg== 30477 +IHJhem9y 30478 +IG11cmRlcnM= 30479 +INGC0YM= 30480 +IHdzenlzdGtpbQ== 30481 +IHV0aWxpdGllcw== 30482 +IG1pY3Jvc2NvcA== 30483 +6r8= 30484 +IGRhcXVp 30485 +b2xsYXI= 30486 +INCU0LDQstCw0LnRgtC1 30487 +IGFubsOpZQ== 30488 +IGtpbG9tZXRyZXM= 30489 +IGhvbW9zZXh1YWw= 30490 +IGFyY2hpdGVjdHM= 30491 +44Gh44Gv 30492 +IG5peWU= 30493 +TEVS 30494 +IG1pY3JvcGhvbmVz 30495 +IFN0dW5kZW4= 30496 +IGNvbnNlY3V0aXZl 30497 +aWVuZGE= 30498 +dsOkbmQ= 30499 +REVS 30500 +IGxpZnRz 30501 +IE1lYXQ= 30502 +IHNhdmV6 30503 +7ZaI642Y 30504 +TWVu 30505 +IGRpc21hbnQ= 30506 +6rGw66W8 30507 +IGluc3VsYXRpb24= 30508 +IHNjYWxs 30509 +IHNwb29reQ== 30510 +IHBhcmM= 30511 +IGJhbGxldA== 30512 +IFdoYXRzQXBw 30513 +IGZyYW5j 30514 +IGRlbGliZXJhdGU= 30515 +IO2FjA== 30516 +IG1hcnM= 30517 +IFp1cg== 30518 +UHI= 30519 +ZGlzY2lwbGluYXJ5 30520 +IG9ic2Vzc2lvbg== 30521 +0LzQtQ== 30522 +IG1hcmNoaW5n 30523 +IEVtZXJnZW5jeQ== 30524 +aWd1b3Vz 30525 +IHN6eQ== 30526 +IExhbmRz 30527 +IGJvYXJkaW5n 30528 +INC/0L7Rh9GC0Lg= 30529 +IGVudnk= 30530 +IGNvbXBhc3Npb25hdGU= 30531 +IG1lcmNp 30532 +IGRlc2lyYWJsZQ== 30533 +ZGFsZQ== 30534 +IGNhbsSxbQ== 30535 +IEFudGFy 30536 +dGVtcHM= 30537 +IGNvbmZpZ3VyZWQ= 30538 +IENvbXBhcmVk 30539 +bmVo 30540 +aWNhdGluZw== 30541 +IG5pY2tlbA== 30542 +2YjZgg== 30543 +2YPZiNmG 30544 +b3Blcw== 30545 +IGZvcm11bGFz 30546 +INCV0YHRgtGM 30547 +IHBvYmw= 30548 +IFBK 30549 +IEx1ZA== 30550 +5LuK5Zue 30551 +IEJyaWQ= 30552 +IEhvZw== 30553 +IEJyaXM= 30554 +SmVu 30555 +IHNoYWRpbmc= 30556 +IFlhcw== 30557 +IGRpc3R1cmJlZA== 30558 +IHJlY29tbWVuZGluZw== 30559 +IGPDqQ== 30560 +IEhPVw== 30561 +7JeI7Ja0 30562 +IHJldmVyc2Vk 30563 +IEludGVyZXN0aW5nbHk= 30564 +aW94aWQ= 30565 +5YWt 30566 +IOyYpOy8gOydtA== 30567 +4bq/dQ== 30568 +eHg= 30569 +IG91YWlz 30570 +IFlvdVR1YmVycw== 30571 +IFJvc2E= 30572 +IEhhdXB0 30573 +amFkaQ== 30574 +IHZsb2dz 30575 +IGN1bHR1cmE= 30576 +IExlYWRlcnNoaXA= 30577 +IEhlcA== 30578 +IGlsbHVt 30579 +tOuPmQ== 30580 +IGN1c3RvbWl6ZWQ= 30581 +IG1hcmNh 30582 +IHF1YXRybw== 30583 +INC90LDQsw== 30584 +IFNwYWNlWA== 30585 +IEVpZ2Vu 30586 +YXN0aW5n 30587 +IG9sZHXEn3U= 30588 +IGZvcnRz 30589 +44GJ 30590 +cmltZW50 30591 +aWVuY2lh 30592 +IHRlbmly 30593 +cm9mZmVu 30594 +IDE5Nzk= 30595 +IGNpZQ== 30596 +IOuQmOqzoA== 30597 +IGVzY3Jp 30598 +z4zPgg== 30599 +7Y+s 30600 +dXp6eQ== 30601 +Q29uZw== 30602 +7J247J20 30603 +R3JlYXQ= 30604 +c2ls 30605 +w6ljaA== 30606 +44Go44GL 30607 +IG11bHRpYw== 30608 +IERpc2s= 30609 +spU= 30610 +IGZhemxh 30611 +IGxldmFudA== 30612 +IGFiYWpv 30613 +dXJyeQ== 30614 +c3RydQ== 30615 +IOuoueuKlA== 30616 +IGFjY2Vzc29yeQ== 30617 +INC00LLQuNCz 30618 +IFJpZA== 30619 +MjAxOQ== 30620 +IGRvd25zdHJlYW0= 30621 +5pW4 30622 +IGtheg== 30623 +dXRhbg== 30624 +IGNoYXJjb2Fs 30625 +IGFmZWN0 30626 +d3U= 30627 +IGNvbnRleHRz 30628 +IGZlYXJlZA== 30629 +IOyEpA== 30630 +IGhpc3Rvcmllcw== 30631 +IGZhcw== 30632 +ZW5zaWJsZQ== 30633 +IGNvY29h 30634 +aWxsYXI= 30635 +Z2VvbnM= 30636 +IHNwaXJpdHVhbGl0eQ== 30637 +IFBldw== 30638 +IHBoYXJtYWN5 30639 +IHBhc3Npb25z 30640 +IGJvcw== 30641 +IGFsbMOh 30642 +IHRocml2aW5n 30643 +IFJlYWN0 30644 +IG9jY3VweQ== 30645 +IHdpdGhkcmF3YWw= 30646 +IGFsbG93YW5jZQ== 30647 +IEZyYWt0aW9u 30648 +IGJ1ZGRpZXM= 30649 +IGlkbGU= 30650 +IGRpc3NvbHZlZA== 30651 +IHByZXZhbGVudA== 30652 +IG1pbGl0YXI= 30653 +IHNlbnNpbmc= 30654 +IHBvamF3 30655 +IGFuY29yYQ== 30656 +IGFidW5kYW50 30657 +IGhhaXJzdA== 30658 +44GC44KM 30659 +IHR3ZWU= 30660 +IG7DpGNoc3Rl 30661 +IE3DtmdsaWNoa2VpdA== 30662 +IGhvbw== 30663 +dWZmaWNpZW50 30664 +IGZhbnRhc3Q= 30665 +IGVkaWJsZQ== 30666 +IOuWqOyWtOw= 30667 +7JuD 30668 +IHZlaW4= 30669 +dWNjaQ== 30670 +IGRldm90aW9u 30671 +IGNvbmNlYWxlcg== 30672 +aW5jb21l 30673 +IHJlY3ljbGVk 30674 +IOyKpO2DgA== 30675 +IHBvbnRvcw== 30676 +IGRlc3N1cw== 30677 +IHbDqXJpdA== 30678 +IHJlZmxlY3Rpb25z 30679 +IEFB 30680 +IHRha2Vhd2F5 30681 +YmFyZQ== 30682 +IENvbnRhY3Q= 30683 +ZWls 30684 +IEhlYXI= 30685 +IG1pcmFj 30686 +IEdlcmlsaW0= 30687 +INGB0LDQvNGL0Lk= 30688 +IHZpdm8= 30689 +IGtpbG9ncmFtcw== 30690 +IENyaW0= 30691 +w7t0 30692 +Nzg= 30693 +IHNpbmNlcmVseQ== 30694 +cmF6 30695 +IOuztQ== 30696 +IGFycml2 30697 +IGNvbmNlcHRpb24= 30698 +IFBlcnNpYW4= 30699 +IHNqw6Rs 30700 +IHN0YXJyaW5n 30701 +IOyVhOustA== 30702 +IEZvcmV2ZXI= 30703 +0LXRgdGC0Yw= 30704 +IHZlaWw= 30705 +IHN1YnRpdA== 30706 +b2RrYQ== 30707 +INC+0YLQvdC+0Yg= 30708 +IGNvb2tz 30709 +0LXQvdGP 30710 +S2F5 30711 +IG5pw7Fvcw== 30712 +IFBob25l 30713 +IHN0aXRjaGluZw== 30714 +IGZpbmdlcnByaW50 30715 +6aKY 30716 +zrvOrA== 30717 +IGRlZGljYXRl 30718 +IExvYg== 30719 +IGJsYWNrcw== 30720 +IEJsZQ== 30721 +Ym91dA== 30722 +IMSRYW5n 30723 +IGVrcw== 30724 +IHNxdWFzaA== 30725 +IEvDvA== 30726 +b2Rp 30727 +IG7GsOG7m2M= 30728 +IHZveWFnZQ== 30729 +IHBsYXlmdWw= 30730 +INil2YTZiQ== 30731 +YW5pYw== 30732 +IGNvbmRlbW4= 30733 +IELDtnlsZQ== 30734 +IFBvbGl6ZQ== 30735 +44K/44O8 30736 +IGF5dWRh 30737 +IHBhbQ== 30738 +4LmE4Lib 30739 +IEthdGh5 30740 +0LXQtNC40L0= 30741 +0L3QvtCy0LA= 30742 +IGJyaWc= 30743 +ZWdlcg== 30744 +IGVhZ2xl 30745 +IHZpc2lvbnM= 30746 +IO2VreyDgQ== 30747 +IHNoaXR0eQ== 30748 +IGhvdHQ= 30749 +IEJyaXR0 30750 +dXRvcnM= 30751 +RU5URQ== 30752 +5puy 30753 +IHBob24= 30754 +IEJpbmc= 30755 +INC/0L7QtNC00LXRgNC2 30756 +c3ByaW5n 30757 +5pav 30758 +ZXR0ZW4= 30759 +IHBpbGdy 30760 +IGVkaXlvcg== 30761 +0LXQvdGC0Ys= 30762 +YWdnaW8= 30763 +IGp1bA== 30764 +IGNvbXByZW5k 30765 +dGVpbA== 30766 +INiy 30767 +IHBlcmZvcm1lcnM= 30768 +IGluZmFtb3Vz 30769 +IE1L 30770 +56o= 30771 +5rOB 30772 +b3RsZQ== 30773 +ZWZm 30774 +IEhhc2g= 30775 +IGNvd2FyZA== 30776 +IEJSQQ== 30777 +IERE 30778 +IGNvbWlkYQ== 30779 +IHBsYXRh 30780 +IGZsYXA= 30781 +IE1laHI= 30782 +cmlidXRpb24= 30783 +IFllbWVu 30784 +IG15c3Rlcmllcw== 30785 +IMSweWk= 30786 +IHN0ZWxs 30787 +IGV5ZWxpbmVy 30788 +IGRlbGVz 30789 +IG5haWxlZA== 30790 +IGlsbG5lc3Nlcw== 30791 +IHN0YWNrcw== 30792 +IHRyYWJhamFy 30793 +Zmxvd2Vy 30794 +Y2l1 30795 +IGNydWRl 30796 +IHN1YnN0YW50aWFsbHk= 30797 +IGhvbWVt 30798 +IG5lcGhldw== 30799 +IHN0YW1wcw== 30800 +IGNhcmJz 30801 +0YzRgtC1 30802 +bW9vdGg= 30803 +IHR1bm5lbHM= 30804 +YWNpZQ== 30805 +5rOi 30806 +IFNlw7E= 30807 +IEhlcmE= 30808 +IOyVhOuLiOyXkOyalA== 30809 +IFd5b21pbmc= 30810 +IEhETUk= 30811 +IExpcw== 30812 +dWNpw7Nu 30813 +IHN0ZWVy 30814 +0L7Rjg== 30815 +0LjRgtCw 30816 +TlQ= 30817 +IOyWvOq1tA== 30818 +IHBhbG1z 30819 +IG5lb24= 30820 +0L7QstCw0L3QuNGP 30821 +IGZpbHRlcmluZw== 30822 +IGpvdWVy 30823 +IEjDtg== 30824 +INC90LXRgQ== 30825 +6rKg7Ja07JqU 30826 +IDgx 30827 +IHN0b3J5bGluZQ== 30828 +IHByemVw 30829 +IHRoYW5raW5n 30830 +IEJvZWluZw== 30831 +IHNvZnRseQ== 30832 +amVt 30833 +0LDQu9GM0L3Ri9GF 30834 +IGZsYXNobGlnaHQ= 30835 +INC/0YM= 30836 +IFdPTUFO 30837 +4bqvYw== 30838 +w61jaA== 30839 +IGx1eHVyaW91cw== 30840 +IHfDvG4= 30841 +IGltcGFjdGZ1bA== 30842 +IGNvbnNvbg== 30843 +cmV1 30844 +aXJyaW5n 30845 +aWZ0ZXI= 30846 +IGNvbnN0aXR1ZW50cw== 30847 +6JC9 30848 +IDk0 30849 +IFRvdQ== 30850 +Z29t 30851 +IOyDneqwgeydhA== 30852 +IHN0ZXJlb3R5cGVz 30853 +IG1vxbxsaQ== 30854 +5YiG5Lqr 30855 +gqg= 30856 +IHBlbmNpbHM= 30857 +INGB0LvQvtC2 30858 +IGlocmVt 30859 +IEJlc2No 30860 +IEtvaA== 30861 +IEVudHNjaGVpZA== 30862 +IGxlaw== 30863 +IGbDtnJz 30864 +IHRvdGFsbWVudGU= 30865 +IGxpdmVseQ== 30866 +IGVudHJvcHk= 30867 +IGRpc2Nlcm4= 30868 +INCX0L3QsA== 30869 +IGRvdg== 30870 +IG15dGhvbG9neQ== 30871 +6KiY5b6X 30872 +YXBhbmVzZQ== 30873 +IGFwcHJveGltYXRl 30874 +0LDRgtC40LI= 30875 +aWZpYWJsZQ== 30876 +IFNlbw== 30877 +5YCS 30878 +tOyLrO2eiA== 30879 +IOyYtw== 30880 +IHRlbXBvcmFs 30881 +IGlU 30882 +IGVzdGF0 30883 +0LrQuNC8 30884 +IHNwcmluaw== 30885 +IGdydW5k 30886 +IGluZmFudHJ5 30887 +IHNjaGFmZmVu 30888 +57SE 30889 +IGFuaw== 30890 +cmlhZ2Vz 30891 +IFllb24= 30892 +IE1vcm9j 30893 +IGludmFzaXZl 30894 +gZQ= 30895 +IHBhcmVudGluZw== 30896 +IFJpcw== 30897 +aWJpbGU= 30898 +IG1vZHM= 30899 +5b2i 30900 +INC/0YDQvtCy0LXRgA== 30901 +IFRoaW5n 30902 +IFdoZXJldmVy 30903 +IGFja25vd2xlZGdpbmc= 30904 +IHBhd24= 30905 +dW1tZXI= 30906 +b3Ji 30907 +Njk= 30908 +IHJldHJvdXZl 30909 +IHJlbGllcw== 30910 +IEhpZ2h3YXk= 30911 +IGF3ZQ== 30912 +44Gn44GZ44GL 30913 +aXRhaXJl 30914 +IGFwcGxpY2FudA== 30915 +IGFpc2xl 30916 +d29ybQ== 30917 +IHBheWxvYWQ= 30918 +IGNhcnJl 30919 +IEJhY2g= 30920 +5qC8 30921 +IOy5nOq1rOs= 30922 +0L3QuNC1 30923 +IGl0w61z 30924 +b25uYWlzZQ== 30925 +c29s 30926 +6I+v 30927 +YWxnaWE= 30928 +IHJvY2tpbmc= 30929 +IGJlc3Rlbg== 30930 +cml0ZXM= 30931 +Xl4= 30932 +0LjQvdC+0Lk= 30933 +IGJhaXhv 30934 +IOq4sOyWtQ== 30935 +0L7RgtGA0Lg= 30936 +c2lt 30937 +IGluY2Fybg== 30938 +64uk7J2M 30939 +IGxpY2s= 30940 +c2lkZWQ= 30941 +IDcx 30942 +Zm9yZGVy 30943 +IHJlc29uYW5jZQ== 30944 +IHRlZ2Vu 30945 +IG1ldGFwaA== 30946 +b3dzZXI= 30947 +INeQ16DXl9eg15U= 30948 +P+OAjQ== 30949 +IHNwaWVsZW4= 30950 +IHZvbGxleQ== 30951 +lOydtO2BrOyXhQ== 30952 +bG9va2Vk 30953 +IHNlbnRlbmNlZA== 30954 +IG11bHRpcGx5aW5n 30955 +IGlkZWFscw== 30956 +IHdhaHJzY2hlaW5saWNo 30957 +IGRlcG9zaXRz 30958 +YmlsaXI= 30959 +IGVmZmV0 30960 +aWxsb24= 30961 +iOunjA== 30962 +IHRlc3RpbW9u 30963 +IHphd3N6ZQ== 30964 +INC/0YDQvtGG0LXRgdGB 30965 +IExhdg== 30966 +5LiN6Yyv 30967 +IHRyYXZhaWxsZXI= 30968 +IGxhaXNzZQ== 30969 +IE1vdW50YWlucw== 30970 +INGA0L7QsQ== 30971 +IGV4YW1pbmVk 30972 +aXR1cw== 30973 +V2Fz 30974 +0LvRiw== 30975 +IGF0dHJpYnV0ZWQ= 30976 +IOyKuQ== 30977 +IEJhcm9u 30978 +IGdlcA== 30979 +IGF0dGVudA== 30980 +IENvbGxlY3Rpb24= 30981 +IHRoZWF0 30982 +IENhaQ== 30983 +IHdlbGxz 30984 +IGh1bWFubw== 30985 +55eF 30986 +IEhhc3Q= 30987 +INGF0L7RgtGP 30988 +Y3phcw== 30989 +IHBlcm1pdHM= 30990 +IGxlZ2c= 30991 +IGVwbw== 30992 +IEZlbg== 30993 +IHRoaQ== 30994 +IEZvaQ== 30995 +IMOpbGVjdA== 30996 +IDgz 30997 +IG92ZXJ0aA== 30998 +IOisneisnQ== 30999 +IHRlbmFudA== 31000 +6LK3 31001 +TmV4dA== 31002 +IHByYWlzZWQ= 31003 +c2VjdXJpdHk= 31004 +IEltcGFjdA== 31005 +5Li65LuA5LmI 31006 +IHZvdWNo 31007 +IG5lZ8Oz 31008 +IHVudmU= 31009 +IGNyaXRpY2l6ZQ== 31010 +IEtlbnlh 31011 +IHRhY3RpYw== 31012 +IGxvZ3I= 31013 +IHBvaXM= 31014 +IHBhcGE= 31015 +c3BlYWtz 31016 +8J+R 31017 +aXNwZXJz 31018 +IHN1cnBsdXM= 31019 +IGNvbGRlcg== 31020 +5Y2X 31021 +5ZCs 31022 +cGxldHM= 31023 +IFZpZW5uYQ== 31024 +IExlYWQ= 31025 +IGFlcmlhbA== 31026 +IFRhaA== 31027 +0LXQvdGC0L7Qsg== 31028 +IEdyZWVrcw== 31029 +Q2Ft 31030 +IG3DoXhpbQ== 31031 +IGt1aW4= 31032 +Y2hpbw== 31033 +IGRlbW9uc3RyYXRlcw== 31034 +YW5vcw== 31035 +IENlcnQ= 31036 +INGN0L0= 31037 +IGJsb2dz 31038 +IOyEnOyauA== 31039 +IGJlYW1z 31040 +0LjQutC+0LI= 31041 +IHByb21wdGVk 31042 +IGZyaWdodGVuaW5n 31043 +IFBvcnNjaGU= 31044 +44GI44Gm 31045 +bGFyxLFuxLE= 31046 +IGNoaWxsaW5n 31047 +aXNwaGVyZQ== 31048 +IGZsYXNoaW5n 31049 +IEthcmQ= 31050 +YnJlYWQ= 31051 +IGV4aA== 31052 +IHR5Y2tlcg== 31053 +IGVjb2xvZ2ljYWw= 31054 +IE1hZQ== 31055 +INee15DXldeT 31056 +IOuCmOuPhA== 31057 +0LvQvtC9 31058 +eXNz 31059 +IHBlcmd1bnQ= 31060 +IHByaXg= 31061 +aXp6YXJk 31062 +IGNhbmNlcnM= 31063 +IDkx 31064 +c3VzcA== 31065 +IEl0ZW0= 31066 +xZ9h 31067 +IHBlc3Q= 31068 +IHRha8SF 31069 +IGx5bXBo 31070 +IFBhdHJp 31071 +ZmlsbA== 31072 +IHJlY29ubmE= 31073 +IG9wdGltaXNt 31074 +IG1pbWlj 31075 +IOyynA== 31076 +IE1hZGFtZQ== 31077 +b2N5 31078 +bGluaW5n 31079 +5ZGK6Ki0 31080 +ZXJtZQ== 31081 +IGZvbGRlcnM= 31082 +IGN6xYI= 31083 +dWNoYXI= 31084 +IGN1cnNv 31085 +IGJyZWFjaA== 31086 +0L3QuNGC0Yw= 31087 +IHBhbWnEmQ== 31088 +IGVsaWc= 31089 +IGF1dG9w 31090 +Rmxvdw== 31091 +IHByb2dyYW1tZWQ= 31092 +IFByb2Nlc3M= 31093 +IGZpZ3Vy 31094 +IFNG 31095 +IEVsZXM= 31096 +IHByb2dyYW1tZXM= 31097 +IGRpenp5 31098 +7Iuc6rCE 31099 +INC70LjQsdC+ 31100 +IHNuaWZm 31101 +IFNlYmFzdGlhbg== 31102 +IEh5ZQ== 31103 +IDQwMDA= 31104 +IHBlcm1pdGU= 31105 +5qKd 31106 +INC30LDRiQ== 31107 +IGd1aXQ= 31108 +IERhaXM= 31109 +IGFjY29yZGFuY2U= 31110 +IG1vZHVsYXI= 31111 +b2dlbmVvdXM= 31112 +5ouN 31113 +IHBvdXF1aW5obw== 31114 +IGFydGlsbGVyeQ== 31115 +IGx1YnJpYw== 31116 +IHZvbGNhbg== 31117 +IE5I 31118 +8J+k 31119 +IGRlYW4= 31120 +Umg= 31121 +IG1pbmlzdHJl 31122 +5Z2Q 31123 +IEludg== 31124 +IEJ1bGdhcg== 31125 +IERhdGVu 31126 +6I4= 31127 +SW0= 31128 +IG9yaWdpbmF0ZWQ= 31129 +IE5peG9u 31130 +aW50ZWdy 31131 +IGxhY2tz 31132 +IE5hY2h0 31133 +7Ja064KY 31134 +Y2FtZXJh 31135 +IHJhZGlzaA== 31136 +a2l5ZQ== 31137 +IGFuZ2Vz 31138 +IHByw6lm 31139 +anVr 31140 +IEJlZQ== 31141 +IEJV 31142 +INCy0L7RgdC/ 31143 +IEJU 31144 +w6ptZXM= 31145 +IFN0w7xjaw== 31146 +IEluaw== 31147 +5oiW6ICF 31148 +IFNlcmdlYW50 31149 +IE11bHRpcA== 31150 +IGhpw6diaXI= 31151 +INCh0LDQvA== 31152 +IETDqQ== 31153 +b2xwaA== 31154 +7Ja4 31155 +IGltcGF0 31156 +IOyViuqzoA== 31157 +INGC0LDQutC+0LPQvg== 31158 +INC90LDQstC10YDQvdC+0LU= 31159 +IHVucHJlZGljdGFibGU= 31160 +IG1lbmQ= 31161 +IOyXhuyWtOyalA== 31162 +IGpha2llxZs= 31163 +IGFubmk= 31164 +IGRvbm7DqQ== 31165 +IEtpcnN0eQ== 31166 +IHJlY3Rhbmd1bGFy 31167 +IGVtcGV6YXI= 31168 +IEV4Y2hhbmdl 31169 +6rCU 31170 +IMOpY29ub20= 31171 +44GT44KT 31172 +ZWxpbg== 31173 +cmVpYnQ= 31174 +INeU16Q= 31175 +IGNlbWV0ZXJ5 31176 +IGVzcGHDsW9s 31177 +b2xpbg== 31178 +0LvRjtC0 31179 +IGdyw6JjZQ== 31180 +YWxsZW4= 31181 +IFBoaWxvcw== 31182 +IEVyc3Q= 31183 +IOyDiA== 31184 +IFZpZA== 31185 +R2l2ZQ== 31186 +T0g= 31187 +zrzOvw== 31188 +IFBhcmU= 31189 +IG1ldGFib2xpc20= 31190 +IG1hcGxl 31191 +IGF4bGU= 31192 +IER5 31193 +IGtvbW1l 31194 +z47OvQ== 31195 +IGdyZWF0bmVzcw== 31196 +IHZlcmlmaWVk 31197 +IHNww6k= 31198 +IEZhaHJlbmhlaXQ= 31199 +IEJyZW4= 31200 +IENvbmZlZGVy 31201 +IGhpc3RvaXJl 31202 +IGVsaW1pbmF0aW5n 31203 +IEFkZGluZw== 31204 +IEFiaQ== 31205 +5p2O 31206 +IGhvc3BpdGFsaXR5 31207 +dGlt 31208 +IGJvbml0bw== 31209 +IHBhcnRlcw== 31210 +INC00YDRg9Cz0LjRhQ== 31211 +IFNoYXk= 31212 +IFNlZA== 31213 +IHJlZ3JldHM= 31214 +0Y/QvNC4 31215 +IHRlbmFudHM= 31216 +6YCf 31217 +IFBUUw== 31218 +IGRldmk= 31219 +IExhdGU= 31220 +dWV6 31221 +IHPDtnls 31222 +44K7 31223 +IOyerOuwjA== 31224 +IHRvZ2dsZQ== 31225 +IG1hc2tpbmc= 31226 +0LDQu9GM0L3QvtCz0L4= 31227 +IHBlcnPDtm4= 31228 +IGFtZXJpY2Fu 31229 +Zmlr 31230 +IFJHQg== 31231 +ZW5zb24= 31232 +IEtB 31233 +d3d3dw== 31234 +INGA0LXQsw== 31235 +bWV0aWNz 31236 +IGVkdWNhdG9y 31237 +44K344Or44Kv 31238 +cGFyaw== 31239 +0LXQu9GM0LfRjw== 31240 +YXJ1cw== 31241 +0YDQtdGC 31242 +IGZlaXRv 31243 +IGNob2ly 31244 +IGxhcmdv 31245 +IGVlbnM= 31246 +IHdhdHRz 31247 +IFNpbmdsZQ== 31248 +IHN1c2NlcHRpYmxl 31249 +aWNlcg== 31250 +INCy0LrQu9GO0Yc= 31251 +IHB1cw== 31252 +7ZmY 31253 +RW5n 31254 +IGZhbnRhcw== 31255 +IHNwZWNpZmljYXRpb24= 31256 +IGNvbmZyb250ZWQ= 31257 +IENvbHVtYnVz 31258 +0LjQstC10YI= 31259 +YXLEsW0= 31260 +IGNhZmZlaW5l 31261 +bXVuaXRpb24= 31262 +IG1pZ3JhbnRz 31263 +bGlkZQ== 31264 +aXRhdGlvbnM= 31265 +IEdlbWU= 31266 +4bqr 31267 +IHBsYW5uZXI= 31268 +IHN0aW11bGF0ZQ== 31269 +IGFwcm94aW0= 31270 +Y2V1 31271 +IE5vbQ== 31272 +IHZvZw== 31273 +INGA0LDRgdGC 31274 +IGVuc2XDsQ== 31275 +IHNlbGxlcnM= 31276 +IGd1dGVu 31277 +emQ= 31278 +Q2Fs 31279 +IGRlc2NyaXB0 31280 +IHJlY29uY2lsaWF0aW9u 31281 +emluaG8= 31282 +4bmHYQ== 31283 +44GY44KD44GC 31284 +YWN5ag== 31285 +IENPTA== 31286 +c2F3 31287 +IO2ZleyduA== 31288 +IHZhcml0 31289 +IHBhcnRuZXJpbmc= 31290 +IGRldGVudGlvbg== 31291 +IGJvbWJpbmc= 31292 +Y2xhcHBpbmc= 31293 +aWVuY2llcw== 31294 +b25kdQ== 31295 +QU1F 31296 +IOqwmeyKteuLiOuLpA== 31297 +Y8OtYQ== 31298 +INC/0L7RgdGC0L4= 31299 +IEFTTVI= 31300 +IGhvbWVwYWdl 31301 +IHNpw6g= 31302 +YW50aGE= 31303 +IFBvbGw= 31304 +IGlnZW4= 31305 +Y3ljaA== 31306 +IOqwkeyekOq4sA== 31307 +IGNvbnNpZGVyYWJseQ== 31308 +5LuW55qE 31309 +IEFyaXN0 31310 +IHdpdGhzdGFuZA== 31311 +IHF1YWxpdGF0aXZl 31312 +IEtyYWZ0 31313 +INGN0LvQtdC60YI= 31314 +IEJlYWQ= 31315 +0LXQutGC0LjQsg== 31316 +IGNydXNoaW5n 31317 +7LOQ 31318 +IG5hdnk= 31319 +2Yjaug== 31320 +c2hv 31321 +IG9haw== 31322 +aXBwZXJz 31323 +IHNvaWxz 31324 +IHBpZ21lbnQ= 31325 +IGV2aXRhcg== 31326 +44OH 31327 +IGZ1c2U= 31328 +IERhbGU= 31329 +OiI= 31330 +IGNvbXBsw6h0ZW1lbnQ= 31331 +IGtlbA== 31332 +4LmG 31333 +IHF1YXRyZQ== 31334 +IFVN 31335 +IOunkOs= 31336 +5qC5 31337 +w61y 31338 +IGxlaXN1cmU= 31339 +IEhvdXNpbmc= 31340 +IGZvbGRz 31341 +ZXN0aW9u 31342 +QVJT 31343 +IG1hc2g= 31344 +dXJwb3Nl 31345 +IGFjY3VtdWxhdGVk 31346 +IFN0dWZm 31347 +6Kqe 31348 +IHRhcGVz 31349 +INGB0LjQu9GM0L3Qvg== 31350 +IExPVkU= 31351 +IDE5ODI= 31352 +IHNjYXJz 31353 +IGNhcGl0YWxpc3Q= 31354 +IE5lZA== 31355 +IHNvZnRlbg== 31356 +IG5vdGFibHk= 31357 +IGZvcmPDqW1lbnQ= 31358 +IFJhdW0= 31359 +INC90LXQvtCx0YXQvtC0 31360 +IHRyYWRlbWFyaw== 31361 +IGZlcnRpZw== 31362 +ID8h 31363 +5peg 31364 +IHJlaW5mb3JjZWQ= 31365 +IHJlY2hhcmdl 31366 +IFB1dHRpbmc= 31367 +IHZpbGxhaW5z 31368 +IGhhbmRpYw== 31369 +IGFkdmVydGlzZW1lbnQ= 31370 +2KrZig== 31371 +INGB0YPQvA== 31372 +IFJpbGV5 31373 +15XXkdc= 31374 +5Lqs 31375 +T3M= 31376 +2KfYsg== 31377 +Qm95 31378 +IHNxdWlzaA== 31379 +b2NrZXQ= 31380 +IHRlc3RpZnk= 31381 +5ryU 31382 +INec157X 31383 +INC80LDRgdGB 31384 +bWFudWVs 31385 +IEFya2Fuc2Fz 31386 +aWZmZQ== 31387 +IGFuYWx5c3Rz 31388 +IERlYWY= 31389 +IGrDsw== 31390 +IGdyb2Nlcmllcw== 31391 +IFdoZWVs 31392 +INGA0LjRgQ== 31393 +IGPDsm4= 31394 +IENvYg== 31395 +IHByaXNvbnM= 31396 +w6h2ZQ== 31397 +IENhYmluZXQ= 31398 +IHBvc2Vk 31399 +IGd1ZXJyZQ== 31400 +IExsb3lk 31401 +IGNsZXJr 31402 +IGNyaXNlcw== 31403 +IFNobw== 31404 +IE9yZQ== 31405 +IEZvb3RiYWxs 31406 +IEFkdmlz 31407 +IFpoZW5n 31408 +6I0= 31409 +IEFNWQ== 31410 +IHVuZm9y 31411 +IG1vbmFzdGVy 31412 +IGNvbXBpbGU= 31413 +IGltbW9ydGFs 31414 +YXRhYmxl 31415 +IHBhcmFubw== 31416 +IHRpdmVy 31417 +IFN0ZXBo 31418 +IEZ1w58= 31419 +IGRpc2NvbnRpbg== 31420 +IHJpcGU= 31421 +IGhhY2tpbmc= 31422 +IHNpZW5kbw== 31423 +IHNlZ3Vybw== 31424 +YWx0cmVz 31425 +IGFuZGVyZXM= 31426 +IOumrOs= 31427 +IGV4cG9ydHM= 31428 +5q2l 31429 +IHRhYmlp 31430 +IOq4sOuLpOs= 31431 +IGJvdGhlcmluZw== 31432 +IHBpY2tsZQ== 31433 +IEJSSUFO 31434 +IGFsdGFy 31435 +INC/0YDQuNCx 31436 +IHRyYW5zZmVycmluZw== 31437 +IFZvcnM= 31438 +INmH2Yg= 31439 +IFph 31440 +IEZyYW5jZXM= 31441 +IGJyb3dzZQ== 31442 +ZW1pdA== 31443 +IGNoZXdpbmc= 31444 +IEZyZWRkeQ== 31445 +IGVkaXRvcnM= 31446 +w6RsbGU= 31447 +IO2MgA== 31448 +IFNxdWU= 31449 +IEN1bHR1cmFs 31450 +YXdr 31451 +IFNhY2hl 31452 +IENhcmJvbg== 31453 +4bqvdA== 31454 +Rkw= 31455 +IE5HTw== 31456 +cGXFgg== 31457 +IFNvdQ== 31458 +IGh2b3I= 31459 +dW5pbnRlbGxpZ2libGU= 31460 +IOuylQ== 31461 +IMKw 31462 +aWlu 31463 +INei150= 31464 +IGRlcnJpw6hyZQ== 31465 +IGN6eW0= 31466 +IEFwb3N0 31467 +IHJlZ2FyZGVy 31468 +IGFncmFkZQ== 31469 +IENhbmR5 31470 +IG1hcmU= 31471 +IGludHJvZHVjZXM= 31472 +YmlyZHM= 31473 +IHVuaXF1ZWx5 31474 +IG11aw== 31475 +IGNvb2tlcg== 31476 +IGNyZXdz 31477 +IGplaXRv 31478 +RVJU 31479 +toTr 31480 +bmlzc2U= 31481 +IGVm 31482 +IGNhcnRl 31483 +IFlhaw== 31484 +IFBBVA== 31485 +0LjQvdC+ 31486 +Ym9ra2k= 31487 +IG1hdGVz 31488 +IGRpc3RpbnQ= 31489 +IOy9lOuhnOuCmA== 31490 +IHnEsWw= 31491 +IM66zqzOvQ== 31492 +IGNvbmZpZ3VyYXRpb25z 31493 +ZW5nYQ== 31494 +cmVjaHQ= 31495 +SGFwcHk= 31496 +44KE44Gj44Gm 31497 +aW52ZXN0 31498 +IHJlY29uc3RydWN0 31499 +INGN0YLQvtC80YM= 31500 +IG1vc3F1ZQ== 31501 +cmF1bQ== 31502 +IHZveWV6 31503 +IE5CQw== 31504 +IOyekOyLoA== 31505 +IHN0dXJkeQ== 31506 +INC60LDQvw== 31507 +IGFuc2No 31508 +YWxpZA== 31509 +IG1hc2lo 31510 +IFJFUA== 31511 +IOy9lOs= 31512 +IGRlZHVjdA== 31513 +IHNhbGly 31514 +d3VyZg== 31515 +aWxvdA== 31516 +IE11dHRlcg== 31517 +b2xkcw== 31518 +IEZFTUE= 31519 +IEJpYg== 31520 +IG5laWdoYm9yaW5n 31521 +IGJsaXNz 31522 +IO2YvA== 31523 +0LvQuNGB0Yw= 31524 +INGC0YDQtdCx 31525 +IOWwseaYrw== 31526 +IGdyZW5hZGU= 31527 +IGVnYWw= 31528 +IGZpbmVseQ== 31529 +IHBldGFscw== 31530 +IGtlZXI= 31531 +IGNoeWJh 31532 +IHNraXBwaW5n 31533 +IHRoaXJ0ZWVu 31534 +IGdyYXZ5 31535 +IFNBVA== 31536 +NjE= 31537 +INC90L7Qsw== 31538 +IG1pbnM= 31539 +SVRF 31540 +IHNvemlhbA== 31541 +7ZWY66m07ISc 31542 +cnVrdHVy 31543 +INCy0L7Qt9C80L7Qtg== 31544 +INC+0L/Rj9GC0Yw= 31545 +IGFydGg= 31546 +IEN1YmFu 31547 +IHRyZWFzdXJlcw== 31548 +IGZlcnRpbGl6ZXI= 31549 +IGF3YWtlbmluZw== 31550 +IOuwseyLoA== 31551 +IHJhbGw= 31552 +IGRlcGljdA== 31553 +IFBhYmxv 31554 +IG5pbmV0ZWVu 31555 +IHdhdHQ= 31556 +IGVudGlyZXR5 31557 +S1M= 31558 +IFdvb2Rz 31559 +U2No 31560 +INqp2Yg= 31561 +IERyeQ== 31562 +44Ge 31563 +dXZl 31564 +IHJlY29uc3RydWN0aW9u 31565 +IGFuYXRvbXk= 31566 +iOulvA== 31567 +IGJhYmE= 31568 +IGxpc3RlbmVy 31569 +IHNoYXJwZW4= 31570 +IFBlcnU= 31571 +INCy0YvQtw== 31572 +IHJlY3JlYXRpb24= 31573 +IGluaXRpYXRl 31574 +IGNhbG9y 31575 +IE5hag== 31576 +Z2Vl 31577 +IEZlZWxz 31578 +IFNuYXBjaGF0 31579 +IFRldA== 31580 +IE5lc3Q= 31581 +IERhZg== 31582 +IEZpbmlzaA== 31583 +INGC0LDQutC40Lw= 31584 +w7pj 31585 +aXplbnM= 31586 +IHNwaW5z 31587 +IGVtYnJ5 31588 +IHBhc3NhZ2Vz 31589 +IGNpZW50 31590 +IGp1c3RpZmljYXRpb24= 31591 +5LuW6Kqq 31592 +IG9sbWF6 31593 +IGZsb29kZWQ= 31594 +IGVtb2pp 31595 +IGVtYnJhY2luZw== 31596 +IGRpc2NhcmQ= 31597 +IEJhc2lj 31598 +YWdvZw== 31599 +IOychO2VtA== 31600 +IGFzeWx1bQ== 31601 +ZXJpbg== 31602 +IGZpbQ== 31603 +IG5pbmph 31604 +IGF1dG9tYXRl 31605 +IGFsbGVyZ2lj 31606 +w7/Dv8O/w78= 31607 +YW1hbQ== 31608 +INC80LDRgA== 31609 +IE9p 31610 +w6R1cw== 31611 +IGluZHVjdA== 31612 +IEJFTg== 31613 +IHrFgg== 31614 +IGthxbxkeQ== 31615 +IEFNUA== 31616 +bsSb 31617 +U3VyZQ== 31618 +IHF1aWw= 31619 +IGVzcGVj 31620 +cm9r 31621 +QlNDUkk= 31622 +IGxpZWJl 31623 +cHVz 31624 +YWNoc2Vu 31625 +IGNyaWNrZXQ= 31626 +64qQ 31627 +IEZyYW1l 31628 +ZWtrw7xy 31629 +YXJi 31630 +IHDFmQ== 31631 +0LjRgdGB 31632 +IHplZ2dlbg== 31633 +IGRvdWJsZXM= 31634 +IERyZQ== 31635 +dGVzdA== 31636 +aW5zcA== 31637 +Ym95cw== 31638 +IG3Do28= 31639 +IFZlcnNl 31640 +IG11c2N1bGFy 31641 +IE1BTEU= 31642 +IGR1bHU= 31643 +IG9jY2FzaW9uYWw= 31644 +TG8= 31645 +Y29ub21pYw== 31646 +IHZhaw== 31647 +IHJlbWVkeQ== 31648 +5aSg 31649 +IOKZquKZquKZqg== 31650 +dmVt 31651 +IMO2bmVt 31652 +IGthcsWfxLE= 31653 +IFNoYXJw 31654 +aHVy 31655 +IOuwqeuylQ== 31656 +IGdyYW5kc29u 31657 +IGFrdGl2 31658 +IFRocm9uZXM= 31659 +IOyViOyXkA== 31660 +IHRvdHM= 31661 +IHN1YmQ= 31662 +IFBhdWxh 31663 +IGdyYXZlcw== 31664 +IEJyZW50 31665 +INC90LjQutGC0L4= 31666 +IHPDtno= 31667 +IGNyZWM= 31668 +IFZsYWRpbWly 31669 +55ar 31670 +INC/0L7QuQ== 31671 +ICIt 31672 +IHBzeQ== 31673 +YXRyaQ== 31674 +aWRhbg== 31675 +IGHDum4= 31676 +IHN0YW5kYXJkaXplZA== 31677 +7LmY6w== 31678 +INC60YDQvtCy 31679 +IFpodQ== 31680 +c29tZXRoaW5n 31681 +IDc1MA== 31682 +IG11amVyZXM= 31683 +IGFpdA== 31684 +6Ze0 31685 +YWd1 31686 +IGNvcnJlY3RlZA== 31687 +aWtrYQ== 31688 +ZWxlZA== 31689 +IENhcmVlcg== 31690 +b3d5bQ== 31691 +IHJvb21tYXRl 31692 +IGRlc2NlbmRhbnRz 31693 +IE5hcG9sZW9u 31694 +INCU0L4= 31695 +7ZaI7Ja07JqU 31696 +IGJ1bnVu 31697 +IE1pY2hh 31698 +57ea 31699 +IGRlc2NvYg== 31700 +UEk= 31701 +IHBhbGFicmE= 31702 +IHRyYWNrZWQ= 31703 +IGRlcGVuZGVuY2U= 31704 +IEJhcmFjaw== 31705 +5YGH 31706 +IGZlcnRpbGl0eQ== 31707 +IFNvdXRod2VzdA== 31708 +IGluY29tcGxldGU= 31709 +IGNvbXVuaWM= 31710 +IGNvbXByaXM= 31711 +IFJlc3RhdXI= 31712 +IGFjcm9u 31713 +zrrOsQ== 31714 +IGFwcHJlbnRpY2Vz 31715 +IG11c3N0 31716 +IEFicg== 31717 +IHBlbnRydQ== 31718 +IENvbnNvcnQ= 31719 +IEF2ZWM= 31720 +IGR1bXBsaW5ncw== 31721 +TFI= 31722 +IHdzenlzdGtpZQ== 31723 +IHN3YW1w 31724 +0L3QtdCy 31725 +dWdnbGU= 31726 +IHdhdGVyY29sb3I= 31727 +IHByb3Rvbg== 31728 +IEVzcGHDsWE= 31729 +b2NraW5n 31730 +0L7QstCw0Ls= 31731 +IHRha2lt 31732 +VmVyeQ== 31733 +IGRlbWVudGlh 31734 +IMWfZXlp 31735 +SmFj 31736 +IE1hY0Jvb2s= 31737 +IExpdg== 31738 +ZmZpY2llbnRz 31739 +IEh1bnQ= 31740 +IG92ZXJsYXk= 31741 +5oSf6Ka6 31742 +IFNreXBl 31743 +cHVua3Q= 31744 +IGNvbmZpbmVk 31745 +IEFkcmlhbg== 31746 +2LHZgw== 31747 +IEplZXA= 31748 +IGVucXVhbnRv 31749 +IGFuZXN0 31750 +0L7RgtCy0LXRgg== 31751 +INC80LXQvdGM 31752 +IGlycmlnYXRpb24= 31753 +4buRbg== 31754 +IGVpZ2h0ZWVu 31755 +IFBvbg== 31756 +IHJlc2N1ZWQ= 31757 +IDE5ODM= 31758 +csO8 31759 +amFl 31760 +IEplb25n 31761 +IGFtYXppbmdseQ== 31762 +IEZEUA== 31763 +IGJhY2tzdGFnZQ== 31764 +Y3Vl 31765 +IM+Dz4TOt869 31766 +INin2YTYtQ== 31767 +IGxpdmVzdG9jaw== 31768 +IFdhcm5lcg== 31769 +IG1ham9ycw== 31770 +44OB44Oj 31771 +IGNvb3BlcmF0aXZl 31772 +IEJyYWR5 31773 +cmFpbmVk 31774 +cmllYg== 31775 +INeR157X 31776 +INC00L7QstC+0LvRjNC90L4= 31777 +IEZF 31778 +IGxlYWtlZA== 31779 +IE1lcmN1cnk= 31780 +IHBlcnN1YWRl 31781 +IHRyYW5zZm9ybWVy 31782 +IE5vcndlZw== 31783 +IOyXrOufrA== 31784 +IHpyb2JpxIc= 31785 +IGNhcmRpb3Zhc2N1bGFy 31786 +IENyYXNo 31787 +IGdvc3NpcA== 31788 +0LDRgdGC0Yw= 31789 +IOyqvQ== 31790 +IHN3ZXB0 31791 +IEhvcm4= 31792 +IEF0w6k= 31793 +IGJ1a2Fu 31794 +IEthdw== 31795 +S1k= 31796 +IFN0b3JpZXM= 31797 +R2FyeQ== 31798 +IGdhcmRlbmluZw== 31799 +IFF1aWNrbHk= 31800 +IEZhbGNvbg== 31801 +IG92YXQ= 31802 +Y8Sx 31803 +IENvbXBsZXQ= 31804 +IERhdGU= 31805 +INC/0YDQuNC8 31806 +IGzDpHVmdA== 31807 +IEF1ZHJleQ== 31808 +IFdlbnQ= 31809 +IHBlbMOtY3Vs 31810 +IGNhcnJpYWdl 31811 +IHVuYWNjZXB0YWJsZQ== 31812 +bnltaQ== 31813 +INGB0LvRi9GI 31814 +IHRlcnJl 31815 +dWVsbGVtZW50 31816 +RUVFRQ== 31817 +IHBoYXJtYWM= 31818 +aMO1ZXM= 31819 +IHppY2g= 31820 +IG1pZ3JhdGU= 31821 +IEZyeQ== 31822 +w7FhbmE= 31823 +IE11aXRv 31824 +RU9WRVI= 31825 +IGZvcnRyZXNz 31826 +IENvbXBhbg== 31827 +IEpTT04= 31828 +b3JkbnVuZw== 31829 +IHdhcnRv 31830 +IHVuZ2Vm 31831 +7IWU7ISc 31832 +INGA0L7Qug== 31833 +IHBhZGRsZQ== 31834 +SmFyZWQ= 31835 +IHN1Ym1pdHRpbmc= 31836 +IGxhdGNo 31837 +IGZ1Zw== 31838 +INC60L7RgQ== 31839 +IEVm 31840 +IGxhdW5jaGVz 31841 +IGZ0 31842 +b3RlY2hu 31843 +IHRyYXZlbGxlZA== 31844 +2KfZgQ== 31845 +6YGV 31846 +IHByb2No 31847 +IGRlZGlt 31848 +ODM= 31849 +IHJlYm91bmQ= 31850 +IExV 31851 +cGF0aA== 31852 +INGB0L/RgNCw0LI= 31853 +IMO2bA== 31854 +IO2CpA== 31855 +IHByaXZhdA== 31856 +IHRyYWN0b3I= 31857 +IEF0dGVudGlvbg== 31858 +U2Vy 31859 +IGNvc2Vz 31860 +w6FyaWE= 31861 +cGFs 31862 +IOydgA== 31863 +IHN1Y2Nlc3Nvcg== 31864 +IGNvbm5lY3RvcnM= 31865 +INGD0YHRgtCw0L3QvtCy 31866 +IGdlbm9jaWRl 31867 +IHN1ZmZpY2llbnRseQ== 31868 +IEFpeMOy 31869 +IHN0YWJpbGl6ZQ== 31870 +IGNvbmdlc3Q= 31871 +IGNhcnZpbmc= 31872 +IHpvc3Q= 31873 +INCx0YvRgdGC0YDQvg== 31874 +IHNob3J0ZXN0 31875 +IGxpdmVs 31876 +IDg5 31877 +6YGK 31878 +IGVyaw== 31879 +IHBvcnRyYWl0cw== 31880 +4KWA 31881 +6Jg= 31882 +Ym9hdA== 31883 +bGxhaA== 31884 +QU5D 31885 +IGVtcGlyaWNhbA== 31886 +IEVjaG8= 31887 +IE5lZGVybGFuZA== 31888 +6L+Z5LmI 31889 +TmV0 31890 +IGN1aWRhZG8= 31891 +IFJvbWE= 31892 +IGNhbGY= 31893 +IGdpYW50cw== 31894 +IEV4cGxvcmVy 31895 +IENvbGxlY3Q= 31896 +YWxpdGlvbg== 31897 +IERlc3Rpbnk= 31898 +IGF1c2dl 31899 +IEVkdQ== 31900 +IENsbw== 31901 +IGVhcnJpbmdz 31902 +IFRyYWNr 31903 +IFJPUw== 31904 +IEJlbGxl 31905 +55m+ 31906 +IHB1ZWRh 31907 +IGRheXRpbWU= 31908 +IHN1cHBsaWVy 31909 +IFNW 31910 +IEV4aGFsZQ== 31911 +IGdhbGVyYQ== 31912 +Y291cnNl 31913 +IGNlbnRpbWV0ZXI= 31914 +IEJhc3Q= 31915 +bXVk 31916 +IHNhbmdhdA== 31917 +IFBoeXNpY2Fs 31918 +IHByaXZhdGVseQ== 31919 +IHRyYXRh 31920 +bHlubg== 31921 +aWxsaQ== 31922 +IOuplOydtO2BrOyXhQ== 31923 +IGNyeXN0YWxs 31924 +IHBvZHM= 31925 +4bqjbg== 31926 +aW5hdG9y 31927 +IFJlY29yZHM= 31928 +5a6Y 31929 +xJ9pbWl6 31930 +aXNzZW1lbnQ= 31931 +aGFyZQ== 31932 +aGFkb3c= 31933 +IERL 31934 +IOyVjOqzoA== 31935 +IHd5bg== 31936 +IHJlcXVlc3Rpbmc= 31937 +IERvbm5h 31938 +IOyXtOyLrO2eiA== 31939 +aW5lYQ== 31940 +IGV4ZXJ0 31941 +IER1bmNhbg== 31942 +INCy0LXRhw== 31943 +IEhhaA== 31944 +4KSC 31945 +IExpZg== 31946 +IEZpbmRpbmc= 31947 +IE5vdg== 31948 +INC30L3QsNC6 31949 +INC+0YQ= 31950 +IFF1w6g= 31951 +IHF1YXJ0ZXJiYWNr 31952 +INGE0LDQug== 31953 +IGJpcGFydGlzYW4= 31954 +xJ9pbg== 31955 +IG7DqWNlc3M= 31956 +IHJlZmVyZW5kdW0= 31957 +IGNvbXBpbGVy 31958 +IHByb2JhYmls 31959 +0LXQtNC4 31960 +IHRyYWRlcg== 31961 +5piT 31962 +IFJ1bQ== 31963 +Z2VtZQ== 31964 +IGRpbw== 31965 +IGLEmWR6aWVteQ== 31966 +IM+Azqw= 31967 +6r64 31968 +15XXmA== 31969 +IOCklQ== 31970 +INCx0LvQsNCz 31971 +IHNjYWxw 31972 +IFBhdXNl 31973 +IGNhcHRpb24= 31974 +IGVuZGFuZ2Vy 31975 +IGVubGFy 31976 +IHJvdHRlbg== 31977 +44OD44OI 31978 +IHdhaA== 31979 +6IKJ 31980 +IGR6aQ== 31981 +IEluc3RhbGw= 31982 +QXk= 31983 +IGNyZWFy 31984 +0LXQvdGC0LA= 31985 +IHdlaWdoaW5n 31986 +IGJ1dHRlcmZsaWVz 31987 +IEdhc3Q= 31988 +5LqV 31989 +aG9ybg== 31990 +d2Fyeg== 31991 +SUNFT1ZFUg== 31992 +INC90LDQudGC0Lg= 31993 +IGNvZWZmaWNpZW50cw== 31994 +57Ch5Zau 31995 +IFNwZW5jZXI= 31996 +IEhpZ2hlcg== 31997 +IGNvd29yaw== 31998 +5aiY 31999 +INC60L7RgtC+0YDQvtC1 32000 +IG1vbml0 32001 +IGR5c2Z1bmN0aW9u 32002 +INGB0YLQsNC90L7Qsg== 32003 +IHRvdXJuYW1lbnRz 32004 +IG95c3Rlcg== 32005 +Qk4= 32006 +IHRydWQ= 32007 +c2xvdw== 32008 +IFBlbm55 32009 +IE9keXM= 32010 +w6Zy 32011 +IGZvdQ== 32012 +IGVuam95bWVudA== 32013 +0LDRgtGL 32014 +IHd5Z2zEhWRh 32015 +0LDQu9GM0L3QsNGP 32016 +IFByb3RlY3Q= 32017 +IG1veQ== 32018 +IGNsYXc= 32019 +IHN1c3BpY2lvbg== 32020 +IHNhY3JpZmljZWQ= 32021 +IGdvc3Rv 32022 +Qmln 32023 +IGFnZ3Jlc3NpdmVseQ== 32024 +IHZvcm5l 32025 +44Og 32026 +IGJsYW1lZA== 32027 +IFNlaHI= 32028 +16TXqA== 32029 +Y2l0bw== 32030 +IHNlYWxz 32031 +IG11amVy 32032 +IFdlaXJk 32033 +IGZvcmVucw== 32034 +IGNvbnRyaWJ1dGVz 32035 +ZXN0cmE= 32036 +IHBvZw== 32037 +TE9M 32038 +IGhhY2VybG8= 32039 +0L7RgtGM 32040 +ZmljdGlvbg== 32041 +Nzk= 32042 +zrvOvw== 32043 +5aSn5qaC 32044 +5aOw 32045 +INGC0L7QsQ== 32046 +IEdT 32047 +IENsYXJh 32048 +aXRleg== 32049 +IGFkdm9jYXRpbmc= 32050 +IO2UhOs= 32051 +c3VuZw== 32052 +IHZlcnRpY2Vz 32053 +IG5hdmlnYXRpbmc= 32054 +IGV1cm9ww6k= 32055 +55qG 32056 +IHNsb3dlZA== 32057 +IGZvcmVncm91bmQ= 32058 +IEluZHVzdHJpYWw= 32059 +IGFkb3Jl 32060 +7Iut 32061 +IGNyw6llcg== 32062 +5p6X 32063 +Y2huaXR0 32064 +IHVuYXdhcmU= 32065 +IGN1cmx5 32066 +ZW50YXI= 32067 +IGxlcg== 32068 +IHByb2hpYml0ZWQ= 32069 +IEhlcm9lcw== 32070 +IFJlZWQ= 32071 +dWNh 32072 +IHNtb2s= 32073 +IGt1bm5h 32074 +emVpdGln 32075 +aW1tZW4= 32076 +IEx1bg== 32077 +INCw0LHRgdC+0LvRjtGC 32078 +IGRlZ2xp 32079 +IHZpbGxhZ2Vycw== 32080 +IHByZXNldA== 32081 +emVwdA== 32082 +dWRz 32083 +IGVtaXQ= 32084 +5L2g6KaB 32085 +IOuJ 32086 +64qU7KeA 32087 +0L3QsNC60L4= 32088 +IG9zw7Ni 32089 +IDE5Njk= 32090 +INCQ0YA= 32091 +IG1hbmNobWFs 32092 +IEJyb2Nr 32093 +IG1hbnRyYQ== 32094 +IFdJTA== 32095 +YmFjaA== 32096 +aW7DpA== 32097 +ZWxhcw== 32098 +a2Vsbg== 32099 +IGRpc2NpcGxl 32100 +IHF1YWxj 32101 +IGRlaHlk 32102 +7J20652864qU 32103 +QWY= 32104 +7ISx7J20 32105 +Unlhbg== 32106 +IHB1cHBldA== 32107 +INC00YDRg9Cz0LjQtQ== 32108 +IHJ1ZA== 32109 +IHBlbmRpbmc= 32110 +UGx1cw== 32111 +IOyViuydhA== 32112 +IGLhu4s= 32113 +IFNlZ2E= 32114 +w6dl 32115 +IHByb2dyYW1tZXI= 32116 +Ymxp 32117 +IHVubA== 32118 +IGVuc2xhdmVk 32119 +IHNvY2nDqXTDqQ== 32120 +xIFo 32121 +IGluaGVyaXRhbmNl 32122 +IEJhbmds 32123 +ZXJtYWlk 32124 +IHByYWN0aXRpb25lcg== 32125 +IFN0YWxpbg== 32126 +IFVzZXI= 32127 +Y2libGU= 32128 +IGNhcmRpYWM= 32129 +IEtvcmVhbnM= 32130 +IGR1bXBlZA== 32131 +INeU15nXlA== 32132 +w6Fpcw== 32133 +IGh5ZHJhdWxpYw== 32134 +b3VidGVkbHk= 32135 +IFBpdA== 32136 +IHBpY25pYw== 32137 +IGJlaMO2dmVy 32138 +INGB0LzQvtCz 32139 +IGJyYWtpbmc= 32140 +6buR 32141 +dXRhcg== 32142 +IOyEuOs= 32143 +dWJs 32144 +IMO8eg== 32145 +IG1hamVzdHk= 32146 +IGJlcnM= 32147 +dXRhYmxl 32148 +IGhvdHRlcg== 32149 +54Wn 32150 +24zZhg== 32151 +IGJpYXNlcw== 32152 +IHN1YmplY3RlZA== 32153 +IG5hdWdodHk= 32154 +IGNpcmN1cw== 32155 +44GX44GL 32156 +IEltbWVkaQ== 32157 +IFN0ZWZhbg== 32158 +IFRyaXBsZQ== 32159 +ZW5r 32160 +IHdpdA== 32161 +IHJlY3ljbGU= 32162 +ZW1pZQ== 32163 +ZGF0ZWQ= 32164 +IHVubG9hZA== 32165 +IHBvcHVsYQ== 32166 +Y2hpbg== 32167 +IHlpZWxkcw== 32168 +IGVuZ2xpc2g= 32169 +IEJvbm5pZQ== 32170 +IHNwaWRlcnM= 32171 +w4E= 32172 +IGVyb3Npb24= 32173 +6YOo5YiG 32174 +IE5JQ0s= 32175 +0LjRj9GF 32176 +IGltcGFydA== 32177 +INC60L3QuA== 32178 +IHJlc29sdXRpb25z 32179 +IGxpdGhpdW0= 32180 +IGNvbnZlcmdlbmNl 32181 +IFRhcmE= 32182 +INC00LLQtQ== 32183 +dGhz 32184 +IENpbmR5 32185 +5oiR6KaB 32186 +5bmr 32187 +IERJRQ== 32188 +IGFzc3VyYW5jZQ== 32189 +INC+0L/QuNGB 32190 +IGJ1Y2tldHM= 32191 +IGN1ZXM= 32192 +IFF1aWV0 32193 +IHNpbWlsYXJpdHk= 32194 +IGZvdW5kYXRpb25hbA== 32195 +IE1pbmlzdA== 32196 +5ru/ 32197 +IHBpYW4= 32198 +IGNlbnRy 32199 +IG51bWI= 32200 +IG1vbmtz 32201 +dWpvdXJk 32202 +ZW56aWU= 32203 +IHNrYXRlYm9hcmQ= 32204 +IGRsYXRlZ28= 32205 +INGB0L7Rgg== 32206 +IEFF 32207 +IG1hc3RlcnBpZWNl 32208 +IFNvbG9tb24= 32209 +IFJlZGRpdA== 32210 +IHJpb3Q= 32211 +YWJs 32212 +IEpheno= 32213 +IGVsZWN0cm9tYWduZXRpYw== 32214 +IGluc2VjdXJl 32215 +IENvbXBldA== 32216 +Z2VyaWVz 32217 +0L7QsdC+0LQ= 32218 +oNeV 32219 +8J+S 32220 +IHNlbmF0b3Jz 32221 +IEJyaXNiYW5l 32222 +IEFsYg== 32223 +dXR0ZXJpbmc= 32224 +IEFsbG93 32225 +emVybw== 32226 +IHBhaQ== 32227 +INCQ0LvQtdC60YE= 32228 +IERpc3BsYXk= 32229 +IEJsYWRl 32230 +IEFwcHM= 32231 +IHDDpA== 32232 +INC00LXRgdGP 32233 +IHF1ZWxsYQ== 32234 +IEdhbw== 32235 +0LXQvdC90YvRhQ== 32236 +IHNwb2lsZXJz 32237 +IGdhbGxvbnM= 32238 +INmE2Yo= 32239 +IFppb24= 32240 +5pyJ5LiA 32241 +b25pZQ== 32242 +cmFndA== 32243 +IENoYW5k 32244 +IOuzkQ== 32245 +IGJsdW50 32246 +IHVzdQ== 32247 +IEthZA== 32248 +cmFrdA== 32249 +IGNpbmVtYXRpYw== 32250 +IGFtbXVuaXRpb24= 32251 +cmVuZQ== 32252 +IGZvdXJ0ZWVu 32253 +IENhcm4= 32254 +Y3JpdA== 32255 +IHRlbnVyZQ== 32256 +dnU= 32257 +IHByaW5jaXBhbG1lbnRl 32258 +IGFsbGVlbg== 32259 +6YCZ5LiA 32260 +IGtvbXBsZXR0 32261 +IGTDvG55 32262 +SmFtZXM= 32263 +IHJlY2VwdG9y 32264 +IG9uZXNlbGY= 32265 +Z3VydQ== 32266 +IG1lcmNoYW50 32267 +bGluZXNz 32268 +IG92ZXJsb29rZWQ= 32269 +IGhhcm1vbmlj 32270 +6ZW/ 32271 +aWVzbw== 32272 +15XXng== 32273 +Y29sbQ== 32274 +INC/0YDQvtC10LrRgg== 32275 +IEFkYQ== 32276 +2KfYsw== 32277 +VGlt 32278 +IHJlY3VycmluZw== 32279 +IHByb2NlZWRz 32280 +IFBhcnRpY3VsYXJseQ== 32281 +IERvd25sb2Fk 32282 +ZXRyaWNhbA== 32283 +IG1hdHJpY2Vz 32284 +IHByb3llY3Rv 32285 +YW5jaWVz 32286 +IFVobQ== 32287 +IGNhdmVz 32288 +IOyWtOugpA== 32289 +IExlYWY= 32290 +INC+0LHRi9GH 32291 +IOydtOycoA== 32292 +RXVyb3Bl 32293 +IHTEhQ== 32294 +IHB1bHM= 32295 +IHRha2llZ28= 32296 +0J3QtQ== 32297 +R1U= 32298 +IGZvcnM= 32299 +z4HOsw== 32300 +IGZvdG9z 32301 +ICkp 32302 +IOuppOs= 32303 +IGFxdWlsbw== 32304 +IEt1cmQ= 32305 +77iP 32306 +cHRpYw== 32307 +IERvcnQ= 32308 +IG1pc2VyeQ== 32309 +YXVzbw== 32310 +5Yqf 32311 +Y2h1Y2tsaW5n 32312 +IFJpZGdl 32313 +IO2WiOyKteuLiOuLpA== 32314 +ICoqKg== 32315 +5a6i 32316 +IEhtbW0= 32317 +IGdlb2dyYXBoaWM= 32318 +IGFueXM= 32319 +IHRhbHZleg== 32320 +IHNrZWxldA== 32321 +IHNpZ25hdHVyZXM= 32322 +IGxpdGVycw== 32323 +kOuptA== 32324 +INGB0LLQvtC10LPQvg== 32325 +IHNraWluZw== 32326 +INCc0L7RgQ== 32327 +IGFkb3B0aW5n 32328 +IGhhZnQ= 32329 +IHN5bW1ldHJpYw== 32330 +IExpcXU= 32331 +IHRoeXJvaWQ= 32332 +IG1pc2lu 32333 +bHVkZQ== 32334 +IGh1bGw= 32335 +IFhE 32336 +IEd1c3Q= 32337 +emVpY2g= 32338 +IHZpYnJhdGlvbnM= 32339 +IGVzZW1w 32340 +INCy0YHRjg== 32341 +IFF1ZW0= 32342 +IMO8YnJpZw== 32343 +IFNrZQ== 32344 +IEx5bmNo 32345 +cm9vbXM= 32346 +YXJ0ZXQ= 32347 +ZmVzdA== 32348 +IGZyw7xoZXI= 32349 +IGx1cmU= 32350 +5LiN5aW95oSP5oCd 32351 +IOyVjOyVhA== 32352 +IFdJTg== 32353 +IFJZQU4= 32354 +INC60L7RgtC+0YDRg9GO 32355 +IEthc2g= 32356 +INeU154= 32357 +IHNhZmVn 32358 +IEhhbGxlbHVqYWg= 32359 +INC00LLRg9GF 32360 +IHN0YXBsZQ== 32361 +IHNlZGltZW50 32362 +IEFjdHM= 32363 +IGJsYW1pbmc= 32364 +IG1haW5sYW5k 32365 +IHNwb3J0aW5n 32366 +IGRlY29yYXRpb25z 32367 +IGV4ZWN1dGluZw== 32368 +IHBhcmFu 32369 +IERvbGxhcg== 32370 +IHByb2plY3Rpb25z 32371 +IGNvbW1pc3Npb25lZA== 32372 +IGJvdXI= 32373 +w7Zt 32374 +IHN0ZWFtZWQ= 32375 +IOutmA== 32376 +IHBldHJvbA== 32377 +IGNlbHVsYXI= 32378 +5bi2 32379 +IEh1bmdhcnk= 32380 +IHJlbnRlZA== 32381 +INCy0LDRgNC4 32382 +YmJpZQ== 32383 +IHPDqWN1cg== 32384 +w7xsbA== 32385 +IHN3aW5ncw== 32386 +YmV0d2Vlbg== 32387 +INC40YI= 32388 +ZXN0cm8= 32389 +IG5pZW1hbmQ= 32390 +IOyCvA== 32391 +IFBhcmRvbg== 32392 +ZXNzZXM= 32393 +IE1JRA== 32394 +IGNlbnRyYWxpemVk 32395 +IEFsaWVu 32396 +Y3Vsb3M= 32397 +IGNyaXNl 32398 +6KOh6Z2i 32399 +IGNsYXNzZQ== 32400 +YmVpdGV0 32401 +acSfaQ== 32402 +IHdoYWxlcw== 32403 +IHBlcmltZXRlcg== 32404 +IHR5aW5n 32405 +IHN0cm9ueQ== 32406 +IGxpa2V3aXNl 32407 +IFB1bmNo 32408 +RGE= 32409 +IEJhcHRpc3Q= 32410 +IHNvcnRpbmc= 32411 +IGl2 32412 +IO2VqQ== 32413 +IHJlaGFi 32414 +IGV0YQ== 32415 +cml2ZXI= 32416 +IHNhaQ== 32417 +44GE44Gf44Gg 32418 +b2R1cw== 32419 +44GK6aGY44GE44GX44G+44GZ 32420 +IGVzc2F5ZXI= 32421 +IHR1cnRsZXM= 32422 +IEhhenJhdA== 32423 +IGZhYnJpY3M= 32424 +IGNhdml0eQ== 32425 +IHBvbmlld2HFvA== 32426 +IHNjaGxlY2h0 32427 +IHNhbHNh 32428 +xZ9la2vDvHI= 32429 +IHNlYXRpbmc= 32430 +IGVjb25vbWlzdHM= 32431 +IG1hbmc= 32432 +IHNlZ3VpbnRl 32433 +IHJhbmc= 32434 +IHJhdGlvcw== 32435 +IGNvbnN0ZWxs 32436 +IGxvbmd0ZW1wcw== 32437 +dWF0aW5n 32438 +IHNwb2lsZWQ= 32439 +IHJlY2lwaWVudHM= 32440 +IHNuaXBlcg== 32441 +5LmL5YmN 32442 +7Iq164uI6rmM 32443 +IHdw 32444 +IExJTktF 32445 +IGZsYXJl 32446 +IEFkcmk= 32447 +w7Fhcw== 32448 +IGJhY2ts 32449 +bcOkw58= 32450 +IEJlbmQ= 32451 +IHdvcmtsb2Fkcw== 32452 +INGB0YPQvw== 32453 +IDE5NzU= 32454 +0LjQvNGB0Y8= 32455 +0LDQvdC1 32456 +INC80L7QvQ== 32457 +IGFzcGlyYXRpb25z 32458 +IEFlcg== 32459 +INCz0L7QstC+0YDQuNGC0Yw= 32460 +IFFpYW4= 32461 +5aaI 32462 +IGNvbXByb21pc2Vk 32463 +IHlvbGs= 32464 +0LvQsNGB0YI= 32465 +IGhlbWVu 32466 +cm92ZQ== 32467 +ZGVucw== 32468 +INC60L7QvNC80LXQvdGC 32469 +IC0tLQ== 32470 +IGZsdW9yZXM= 32471 +0L3QvtGB 32472 +IExpdmVycG9vbA== 32473 +INGB0L7QsdC+0Lk= 32474 +IFp3ZQ== 32475 +IGx1bWlu 32476 +IE9H 32477 +4bg= 32478 +aG9sbQ== 32479 +cHJvZml0cw== 32480 +U04= 32481 +IHByb3BvcnRpb25z 32482 +IG1pY2E= 32483 +IEJvaA== 32484 +IEF0bGFz 32485 +IHVuc3VyZQ== 32486 +IHRvdXJpbmc= 32487 +IG5pZWQ= 32488 +IHTEmQ== 32489 +IGltcGVyYXRpdmU= 32490 +IGRlbWVr 32491 +IFNoZXJpZmY= 32492 +cmFuY2U= 32493 +IGhvbWVsYW5k 32494 +IEhhaWw= 32495 +IEdhbno= 32496 +eW1t 32497 +TW9u 32498 +5Ya3 32499 +dmlkYQ== 32500 +IGRlc2Fycm9sbA== 32501 +5oqA 32502 +IGludHJpZ3Vpbmc= 32503 +IEh1Z28= 32504 +IOOCgg== 32505 +6aw= 32506 +0LDRhg== 32507 +IFdpxJlj 32508 +YXR0ZWQ= 32509 +IOyVhOuLiOqzoA== 32510 +IFZhcmk= 32511 +w6Fk 32512 +IHN1cnJlYWw= 32513 +IGRpc3Bhcml0aWVz 32514 +IG3Dsw== 32515 +dWxsZW4= 32516 +IOyeiOuLpOqzoA== 32517 +INC/0L7QttCw0LvRg9C50YHRgtCw 32518 +IG1haW5z 32519 +IGVqZWN0 32520 +IG1ldGhhbmU= 32521 +IG1hcmdpbmFsaXplZA== 32522 +IGNoaWxsaQ== 32523 +csOocw== 32524 +IHllbQ== 32525 +5L2g5piv 32526 +IENodW4= 32527 +IGRlYnRz 32528 +IGRvd25sb2FkaW5n 32529 +IEF0aGVucw== 32530 +aXNpZXJ1bmc= 32531 +cnlu 32532 +IHRla24= 32533 +IFF1aW5kaQ== 32534 +6ZyA 32535 +IHRhcmFm 32536 +IGjDqQ== 32537 +IGNvbnNjaW91c2x5 32538 +IGZpeGVz 32539 +dWNrbGU= 32540 +bWF5xLFu 32541 +IGZyZWk= 32542 +IHNwYQ== 32543 +IOynhO2WiQ== 32544 +INin2YTYsA== 32545 +INGD0Lo= 32546 +bGV0dA== 32547 +IG9sbXXFnw== 32548 +IGNoZWVzeQ== 32549 +4Liy4LiB 32550 +bmFpcmU= 32551 +IHdpZGVu 32552 +IGxpZW4= 32553 +IGVzY2FwaW5n 32554 +aWdncw== 32555 +IEJsaWNr 32556 +Y8SF 32557 +IOyEnOs= 32558 +INeU16E= 32559 +INCy0L/QtdGA 32560 +b3Bob25l 32561 +aWVsbA== 32562 +IFNVQlNDUkk= 32563 +IGxpb25z 32564 +IOq3uOqygw== 32565 +IGluc3BpcmVz 32566 +IGd1YXJhbnRlZXM= 32567 +IGNvbWXDp2E= 32568 +IEdyb3dpbmc= 32569 +IG5lZ2xpZw== 32570 +IEZyYW5rZg== 32571 +IGdlZ2ViZW4= 32572 +IMSR4bqndQ== 32573 +IGVuZGxpY2g= 32574 +IOyNqA== 32575 +IFRU 32576 +IExpdGg= 32577 +z4DOsQ== 32578 +YXN0ZXJu 32579 +IEF6ZXI= 32580 +IGx1bmFy 32581 +aGlj 32582 +INC90LDRgNC+0LQ= 32583 +IG5lbmh1bQ== 32584 +6LeR 32585 +IFNhbHZhZG9y 32586 +IFByb2dyZXNz 32587 +IHByaXZpbGVnZXM= 32588 +IOuPmeyViA== 32589 +IGFudGFnb24= 32590 +IEltcGY= 32591 +IGRlc2N1Yg== 32592 +IExlaQ== 32593 +IOyDiOuhnA== 32594 +0YfQtQ== 32595 +IGTDs2xhcmVz 32596 +IE1lZ2hhbg== 32597 +IFdpcmU= 32598 +dG9v 32599 +YXlpbmc= 32600 +dXNj 32601 +IHR1ZA== 32602 +IGFwcGVhbHM= 32603 +ZWR1Yw== 32604 +IHBhbmU= 32605 +IGpp 32606 +IGRlY2tz 32607 +IEFsdGVy 32608 +IOWwsQ== 32609 +7ISk 32610 +5YiG6ZCY 32611 +IHByb2R1Y3Rpb25z 32612 +IFdJTExJQU0= 32613 +IGltcGxpZWQ= 32614 +IGZ1bGZpbGxtZW50 32615 +IEFhaA== 32616 +IHNhamE= 32617 +eHVz 32618 +IM6azrHOuQ== 32619 +w6Bz 32620 +dWNjaA== 32621 +0L7QutC+ 32622 +IERpc2NvcmQ= 32623 +IFNZ 32624 +anNr 32625 +IFdhbGxhY2U= 32626 +dW5jdGlvbg== 32627 +RGFuaWVs 32628 +IGvDtnQ= 32629 +aWphaA== 32630 +IG1hcmNoZQ== 32631 +IGRpc2dy 32632 +IG11bmdraW4= 32633 +IGFsbWE= 32634 +s7U= 32635 +IGV4dGVuc2l2ZWx5 32636 +IEZsb3Jlbg== 32637 +IEFsbGlzb24= 32638 +44Kx 32639 +2YrZhQ== 32640 +IGp1dmVu 32641 +IFJlbmFpc3NhbmNl 32642 +IGZ1bmRyYWlzaW5n 32643 +IENoYW9z 32644 +IHBhcmFseQ== 32645 +IG5hcnJhdG9y 32646 +IGVjb3N5c3RlbXM= 32647 +QXNo 32648 +IG1pdGlnYXRpb24= 32649 +IEF1am91cmQ= 32650 +IElkZWU= 32651 +ISw= 32652 +IMK9 32653 +IGxhbmRsb3Jk 32654 +IGRlZmVjdHM= 32655 +IGFjcmU= 32656 +dWxzaXZl 32657 +IGFsZ2Fl 32658 +cGVr 32659 +IGVtYmE= 32660 +IFJvYw== 32661 +6Zui 32662 +a3NvbQ== 32663 +w6RjaGU= 32664 +IGxldWs= 32665 +IGxldmVyYWdpbmc= 32666 +IOq3uOugh+yngA== 32667 +IFBhbG0= 32668 +IMOkdmVu 32669 +IGxpcw== 32670 +IEluc3A= 32671 +IFJpdGE= 32672 +IEFiYg== 32673 +aXRobQ== 32674 +IHN1cGVydmlzaW9u 32675 +IHJldmlzaXQ= 32676 +IHBpxJk= 32677 +IGV1aA== 32678 +IGZhZGVz 32679 +IG1vdHRv 32680 +5Y2h 32681 +0LXQt9C2 32682 +IFNoaW0= 32683 +IHJlbGV2YW5jZQ== 32684 +IG9v 32685 +IG9zdGF0 32686 +bmljYQ== 32687 +IGNob2l4 32688 +IEZhY3VsdHk= 32689 +IOykkeyXkA== 32690 +IEFib3Zl 32691 +INC90LXQsdC+0LvRjNGI 32692 +IHNlcXVlbmNpbmc= 32693 +IG51dHJpZW50 32694 +IGNvbnF1ZXJlZA== 32695 +IGRpZ2VzdGl2ZQ== 32696 +IGJhY2tkcm9w 32697 +IExvcmk= 32698 +YWlsYWJsZQ== 32699 +R2FtZQ== 32700 +IG5lZ2xlY3RlZA== 32701 +b21vcnBo 32702 +aWxsYWg= 32703 +IGtuZQ== 32704 +IHNpaXTDpA== 32705 +IHdvcmtzcGFjZQ== 32706 +IFZlbmljZQ== 32707 +IEtuZQ== 32708 +0YnQvg== 32709 +hYA= 32710 +IEhhc3M= 32711 +IHZpdGE= 32712 +nbzrqbQ= 32713 +IGxheXM= 32714 +w6puY2lhcw== 32715 +w6lyaWNh 32716 +IExs 32717 +5rGC 32718 +IENvY2E= 32719 +IFdIWQ== 32720 +6Iie 32721 +IHJvdXRpbmc= 32722 +IHBlcm1pc3Npb25z 32723 +IGRpbmdz 32724 +cHJlbmQ= 32725 +cHJvZ3JhbQ== 32726 +IGNyb2NvZA== 32727 +YnJhbA== 32728 +QUFBQUFBQUE= 32729 +YWdpdA== 32730 +IE7DpA== 32731 +IGdla29tbWVu 32732 +YXR0ZW4= 32733 +IHJlZmVyZW5jZWQ= 32734 +IHBhaXJpbmc= 32735 +IFBhcnRuZXI= 32736 +IENvcm9uYXZpcnVz 32737 +0ZbRgQ== 32738 +6L2J 32739 +INeU15M= 32740 +IGVzcGVjw61maWM= 32741 +YXJzaQ== 32742 +cXVlbGxl 32743 +IHNwb250YW5lb3Vz 32744 +54ax 32745 +IOqyg+ydhA== 32746 +INCf0L7RgdC70LU= 32747 +INin2YTYrw== 32748 +IFNob3V0 32749 +INC90LDQuw== 32750 +IGRpc2d1aXNl 32751 +IEpvcmQ= 32752 +IHdlZQ== 32753 +IG1pZWpzYw== 32754 +IHNlcnVt 32755 +IHBsYWlzaXI= 32756 +IGNyZWRpYmxl 32757 +IGLDpQ== 32758 +IEFK 32759 +bWFyZXM= 32760 +IHJvZHM= 32761 +IGVyYW4= 32762 +44G+44GC 32763 +IHDDpMOk 32764 +IFVB 32765 +IFVua25vd24= 32766 +INmE2YU= 32767 +IFJhYmJp 32768 +IGxhYXQ= 32769 +IGhhaXJzdHlsZQ== 32770 +INi6 32771 +6YGL 32772 +IGNhY2g= 32773 +IFdyaXRpbmc= 32774 +0L7Rh9C60Lg= 32775 +YWJhZA== 32776 +IHN0cmFpZ2h0ZW4= 32777 +LS0i 32778 +d2lmZQ== 32779 +IGhvdHRlc3Q= 32780 +IHB1bnlh 32781 +IEZhc2hpb24= 32782 +Z3JpZmY= 32783 +IFFS 32784 +b3RjaA== 32785 +INCc0L7QttC10YI= 32786 +Q2xvdWQ= 32787 +IFN0cmlrZQ== 32788 +IEhlaW4= 32789 +IOecn+eahA== 32790 +IGxlaQ== 32791 +IEZsb3c= 32792 +d2Vncw== 32793 +IGhhYnI= 32794 +5Ymb5Ymb 32795 +bmFobWU= 32796 +zIE= 32797 +IHBsZWFzaW5n 32798 +b3BwaW5n 32799 +IOq1rOuPhQ== 32800 +IGRyYW4= 32801 +IGJhbmdz 32802 +IDc5 32803 +IHNrZXQ= 32804 +IGNhdmFs 32805 +IE1hY3Jvbg== 32806 +IHdlaWdodGVk 32807 +IG11dGVk 32808 +IG51ZXN0cmFz 32809 +RUVQ 32810 +IG1hdGhlbWF0aWM= 32811 +IE1SSQ== 32812 +YWd1cw== 32813 +IHRoZXJhcGllcw== 32814 +zrjOtQ== 32815 +IHVucGw= 32816 +IGNvbW1lbmNlcg== 32817 +ZnVsbA== 32818 +IHRvd2Vscw== 32819 +IHBydWU= 32820 +IGxpY2Vuc2Vz 32821 +15vXldec 32822 +INCf0L7Rh9C10LzRgw== 32823 +IHBvaW50bGVzcw== 32824 +Qnll 32825 +IGVsaWdpYmlsaXR5 32826 +IHNjcmFwZQ== 32827 +IGFidXNpdmU= 32828 +IE1hbnQ= 32829 +IGpldW5lcw== 32830 +dGFs 32831 +IFByaW5jaXA= 32832 +IE9ydGhvZG94 32833 +IG1lbG9k 32834 +INC80LDRgtC10YDQuA== 32835 +IHByb3NlY3V0b3I= 32836 +IG9waW9pZA== 32837 +INGD0LLQtdGA 32838 +IEJlZW4= 32839 +IOygkeyihQ== 32840 +IGR5bmFzdHk= 32841 +IGFqdWRh 32842 +IGVudHJlZw== 32843 +IHdlaWdoZWQ= 32844 +IGV1cmU= 32845 +IEJlbQ== 32846 +IGFibm9ybWFs 32847 +ODI= 32848 +IEpS 32849 +IEFrdA== 32850 +IEJyaQ== 32851 +w7p0 32852 +IHN0YWdu 32853 +ISo= 32854 +IHdlZ2Vu 32855 +IGxlYWtpbmc= 32856 +IFdvcmRz 32857 +IE1hdQ== 32858 +IHZ1ZQ== 32859 +IExpYW0= 32860 +0LDQvdC40LXQvA== 32861 +IGNsaW5pY2lhbnM= 32862 +IFB1bXA= 32863 +IGbDtnJzdA== 32864 +Py4uLg== 32865 +IGF1dG9tb3RpdmU= 32866 +IE93ZW4= 32867 +enVzYWdlbg== 32868 +IEh1bmRyZWQ= 32869 +IGRlY2VudHJhbGl6ZWQ= 32870 +IGJ1bGJz 32871 +INec15s= 32872 +IHByb3ZpbmNlcw== 32873 +IE1pbGFu 32874 +ODE= 32875 +a2Fz 32876 +IOuTow== 32877 +IGZvcsOnYQ== 32878 +IHJpZ2h0bHk= 32879 +5bO2 32880 +csSF 32881 +IHZlbnVlcw== 32882 +IHdhaQ== 32883 +IHByZWRpY3Rpbmc= 32884 +IFdpRmk= 32885 +IOq2geq4iA== 32886 +2LHZiA== 32887 +INeU15Y= 32888 +Y2VudHVyeQ== 32889 +IGdyYWR1YWw= 32890 +IFByb2JsZW1l 32891 +IOyXhQ== 32892 +IGNvcGluZw== 32893 +IEJydXM= 32894 +IHBlYW51dHM= 32895 +aXJ0c2NoYWZ0 32896 +INC30LDQuw== 32897 +IFRyb3k= 32898 +IHNwZXJt 32899 +IE1pdGFy 32900 +IFTDvHJraXll 32901 +Z3JhbmQ= 32902 +pq0= 32903 +INee16E= 32904 +IHBhbnM= 32905 +IEtub3dsZWRnZQ== 32906 +YmVybHk= 32907 +INCV0LPQvg== 32908 +IGRhbmNlZA== 32909 +IEZyb3N0 32910 +IEJ1cmc= 32911 +IGJpdGluZw== 32912 +7KCV7J2E 32913 +bWVhbA== 32914 +IGhlcm9pYw== 32915 +IG1vdGhlcmJvYXJk 32916 +IExpY2h0 32917 +44Gj44E= 32918 +bGxhbg== 32919 +0LDQudC9 32920 +INGA0Y/QtA== 32921 +IOC5gOC4 32922 +b25lbg== 32923 +aXJpZQ== 32924 +QXJ0 32925 +cmFuZw== 32926 +zr3Otw== 32927 +IG5ld2Jvcm4= 32928 +IGFtaXM= 32929 +INin2YjYsQ== 32930 +IHNvcGhvbQ== 32931 +IENhcmVmdWw= 32932 +IHByb3NwZWN0cw== 32933 +ZW5zZW4= 32934 +IHRocmlsbA== 32935 +IFZp4buHdA== 32936 +QWRhbQ== 32937 +cml0aW9u 32938 +ZW50cmlj 32939 +dWRlbg== 32940 +IGNlcnRpZmljYXRlcw== 32941 +IGFzaGVz 32942 +6Kq/ 32943 +cGxheWluZw== 32944 +IHNhZGVjZQ== 32945 +IG9zdA== 32946 +IGFpcnBsYW5lcw== 32947 +0YDQvtC6 32948 +b25lcg== 32949 +IG1hZ25lc2l1bQ== 32950 +IGdvZGRhbW4= 32951 +IDE5NzI= 32952 +IFNjaHVsZQ== 32953 +IHRlbWF0 32954 +IHBhcnRvdXQ= 32955 +4K+C 32956 +IGludmU= 32957 +IFNjaWVudGlzdHM= 32958 +IEh1ZHNvbg== 32959 +d2lubmluZw== 32960 +Y2Vrc2lu 32961 +IGNvbmdyZXNzaW9uYWw= 32962 +b3J1 32963 +IHJvcGVz 32964 +0LLQtdC0 32965 +IG1hZHJl 32966 +IGZlcnJ5 32967 +IENvaGVu 32968 +IFByZWQ= 32969 +IHZhZ3k= 32970 +INCx0LXRgdC/ 32971 +IG11bHRpbQ== 32972 +IGRyYWluYWdl 32973 +IHNpbXVsYXRvcg== 32974 +Z2lnZ2xlcw== 32975 +IFN0YWRpdW0= 32976 +0L7QsdGJ 32977 +IG5vdGljZXM= 32978 +IGNyYXdsaW5n 32979 +IGdyb3VwZQ== 32980 +5Y+4 32981 +IGt0b8Wb 32982 +IFlvZ2E= 32983 +IG1lZGlkYQ== 32984 +INGF0LLQsNGC 32985 +IExpdGU= 32986 +IHJhdg== 32987 +b3JhbWE= 32988 +IGRpc2NvcmQ= 32989 +IERJUkU= 32990 +IHRlaA== 32991 +IE51cnM= 32992 +57KJ 32993 +IHBpdGNoZWQ= 32994 +IGJhcmtpbmc= 32995 +IENva2U= 32996 +d2lhZA== 32997 +IHBvcHVsYXRlZA== 32998 +6Zmk 32999 +cGVsbGVk 33000 +INCx0L7Qsw== 33001 +IHBld25v 33002 +IEN1YmU= 33003 +IHJlY3J1aXRlZA== 33004 +6YCZ56iu 33005 +IENhcmE= 33006 +xLHEn8SxbsSx 33007 +aW1hdGVk 33008 +INGI0LrQvtC7 33009 +aWNpb25hbA== 33010 +INC/0YDQvtGE 33011 +IGNvbnRhbWluYXRpb24= 33012 +IMO6bHRpbW9z 33013 +IGZlYXJmdWw= 33014 +IGVsZXBoYW50cw== 33015 +dXNp 33016 +IGlUdW5lcw== 33017 +IFN3YW1p 33018 +6rw= 33019 +IOyEpOuqhQ== 33020 +IFJpY2hhcmRz 33021 +IG1hZ25ldHM= 33022 +IFJpY2h0dW5n 33023 +IExlZ2lvbg== 33024 +6I+c 33025 +IGtpdHR5 33026 +IGtpc3NlZA== 33027 +IHdhdGVyaW5n 33028 +IGNvbm8= 33029 +IFBhbGVzdGluZQ== 33030 +aWRpcg== 33031 +IG1hemU= 33032 +IGZsdWlkcw== 33033 +IFByb2R1Y2Vy 33034 +IEtyc25h 33035 +5aW95ZWm 33036 +bGFm 33037 +INeQ15U= 33038 +IG1pZXN6 33039 +IFhpbmc= 33040 +b2ludGVk 33041 +c2Vpbg== 33042 +IEZ1aw== 33043 +IERlcHJlc3Npb24= 33044 +IER1dHk= 33045 +IFBhbnRoZXI= 33046 +IHN1bmQ= 33047 +IHJlZmVyZQ== 33048 +IGV4Y2x1c2lvbg== 33049 +IG5hdmFs 33050 +IFdpbnN0b24= 33051 +IHNsb2dhbg== 33052 +IGh5cG90aGV0aWNhbA== 33053 +IGVsZXZhdGU= 33054 +66C5 33055 +IGNhYmXDp2E= 33056 +IEdlc3VuZA== 33057 +bWV0ZXI= 33058 +IOyVhOuLiOuptA== 33059 +IGNsb3VkeQ== 33060 +4oCmPw== 33061 +IFNjaHJpdHQ= 33062 +IEpT 33063 +7I0= 33064 +IFNwcmluZ3M= 33065 +IEJhdHRlcg== 33066 +t7A= 33067 +IHRhaWxvcg== 33068 +IFBUU0Q= 33069 +IEdlbnQ= 33070 +IGJhxJ8= 33071 +IHNwYXR1bGE= 33072 +IGNyYXk= 33073 +IExlZ2lzbA== 33074 +IHPDug== 33075 +IGxldmU= 33076 +4Liy4Lih 33077 +IGVyYWQ= 33078 +IGRvbmc= 33079 +IGRlcm0= 33080 +IEJhbmtz 33081 +aWNobw== 33082 +5YWI55Sf 33083 +IEZyYW56 33084 +cmF2ZWw= 33085 +6YGU 33086 +0L7Qu9C+ 33087 +IGZsdXRl 33088 +IEVr 33089 +IGpveWZ1bA== 33090 +IGNoYXNlZA== 33091 +IExhcmdl 33092 +T3Zlcg== 33093 +IGVudHJlcHJlbmV1cmlhbA== 33094 +IGNvbnNpZGVycw== 33095 +0YPQtdC8 33096 +b3Bh 33097 +IGRvcm1pcg== 33098 +IEVsZW1lbnRhcnk= 33099 +IHByenlwYWQ= 33100 +0YPRgdC60LA= 33101 +INC+0YfQtdGA 33102 +dWdlbmU= 33103 +IHRlbmlkbw== 33104 +IGx1Z2FyZXM= 33105 +66U= 33106 +INGH0LDRgdGC 33107 +IHNhbw== 33108 +IGJyYWlk 33109 +IFZlcmU= 33110 +IFJlaWNo 33111 +IFBvc3M= 33112 +IGluYW4= 33113 +d2FuZA== 33114 +cmVm 33115 +IG1vbnRyZXI= 33116 +IDE5ODE= 33117 +55Wq 33118 +YXPEsW5kYQ== 33119 +IGNocm9tZQ== 33120 +IFRyaW5pdHk= 33121 +IGV4cGxvaXRhdGlvbg== 33122 +IFNlbnNl 33123 +IENNUw== 33124 +IE5vYmxl 33125 +IOyEoO2DnQ== 33126 +IHN3ZWxsaW5n 33127 +ZWxlY3Ryb25pYw== 33128 +XT8= 33129 +IGJydXNoaW5n 33130 +IGxpcXVpZGl0eQ== 33131 +IEhvb2s= 33132 +IENvbm5vcg== 33133 +IEFsdW0= 33134 +IGd1Y2tlbg== 33135 +c3VpdGU= 33136 +IHdpZWxl 33137 +IGJhcnJlbHM= 33138 +IFJlZ2Vs 33139 +IE1lbnQ= 33140 +IFRyaXA= 33141 +IEJydXNo 33142 +IEVyaWs= 33143 +dXJhdGU= 33144 +yZly 33145 +IEN5cg== 33146 +b3VibGU= 33147 +IEJlY2Nh 33148 +IHBhc3N3b3Jkcw== 33149 +xbE= 33150 +Ym9yZw== 33151 +IHZlbmRv 33152 +IENsYXVz 33153 +IEZheg== 33154 +aW5kZXN0 33155 +IGRlY2Vhc2Vk 33156 +IGNvbXBhcmlzb25z 33157 +IExDRA== 33158 +IFBvcms= 33159 +IGV2ZW50dWFs 33160 +IHBhdHJlb24= 33161 +IGluYWJpbGl0eQ== 33162 +IGV4dGluY3Rpb24= 33163 +IOyii+yVhO2VmOuKlA== 33164 +INGB0L7RgQ== 33165 +YWp1 33166 +INeR15DX 33167 +IHNvZm9ydA== 33168 +IGRlc3RpbmVk 33169 +IFJpbg== 33170 +IG1vdXRocw== 33171 +IE5hdMO8cmxpY2g= 33172 +IHByZXNlcnZpbmc= 33173 +IGxpbXA= 33174 +6buo 33175 +b2N1c2Vk 33176 +0LjQvdCz 33177 +IGV4cG9zaW5n 33178 +IM6+ 33179 +640= 33180 +bGF1Z2g= 33181 +IGhpc3M= 33182 +44Gg44GL44KJ 33183 +IGluZGll 33184 +IGRldGFs 33185 +0YDQsNCy0YHRgtCy 33186 +IHRyw6pu 33187 +5pWw 33188 +IG9nbmk= 33189 +IHNpbXBsZW1lbnRl 33190 +IDE5Nzg= 33191 +IGdvbw== 33192 +IDE5Njc= 33193 +IGdlbnVn 33194 +aMO2 33195 +IGhpc3TDsw== 33196 +5a6f 33197 +IGxvYnN0ZXI= 33198 +Y2VuZG8= 33199 +IHRlaWw= 33200 +IGFsbGV2aQ== 33201 +MDAwMA== 33202 +T0xE 33203 +IHBlc29z 33204 +IGJvbnVzZXM= 33205 +IGFtaQ== 33206 +IHJldml2YWw= 33207 +IEhvcnNl 33208 +IHNhY2s= 33209 +VGFsaw== 33210 +IG11bGhlcg== 33211 +INC/0L7RgdGC0L7Rj9C9 33212 +IEhvb2Q= 33213 +SHVo 33214 +IOu2gQ== 33215 +IGh5dW5n 33216 +IE1lZXRpbmc= 33217 +IGltcG9ydGE= 33218 +IOywvuyVhA== 33219 +IFZlcm4= 33220 +IHN0cmlwcGVk 33221 +IHJlZnVzZXM= 33222 +IHF1YWxpZmljYXRpb25z 33223 +b3Bs 33224 +gOuPhA== 33225 +aXjDrQ== 33226 +IGRpYWI= 33227 +aXRpbWU= 33228 +Zmxvd3M= 33229 +IGluYWM= 33230 +IEdvbmc= 33231 +IG1lYW5pbmdsZXNz 33232 +IGNvdXJhZ2VvdXM= 33233 +IG1pY3JvYmk= 33234 +YXp5 33235 +aGlzdA== 33236 +IHZvbHVudGVlcmluZw== 33237 +VklF 33238 +IHZpb2xhdGVk 33239 +IHN5bXBhdGh5 33240 +IEVkaXQ= 33241 +5aW95YOP 33242 +ZWxlY3RyaWM= 33243 +cHJvZHVjdA== 33244 +IHBhbmRlbWlh 33245 +IGdlb21ldHJpYw== 33246 +IENvbnZlcnM= 33247 +Z3Jl 33248 +IGdsdXQ= 33249 +aXN0ZWQ= 33250 +INin2YTZgw== 33251 +IENoYWlu 33252 +IFByZXNlbnQ= 33253 +IFlpbg== 33254 +INGB0L7Qsw== 33255 +IFZsb2c= 33256 +IOyWtOuouA== 33257 +IGRvbm4= 33258 +IGhpdGNo 33259 +dWNraW5n 33260 +44GK44GE 33261 +d2FsZA== 33262 +cmlzaw== 33263 +IGhhcmk= 33264 +IEtlbnM= 33265 +IElkb2w= 33266 +INCy0L3QuNC80LDQvdC40LU= 33267 +IHRvZGQ= 33268 +IHNtYXNoZWQ= 33269 +IGludmFyaQ== 33270 +INC60L7QvdGC0YA= 33271 +IGF1dGlzdGlj 33272 +7J6l64uY 33273 +UmVz 33274 +0LTRiw== 33275 +Y2hhdQ== 33276 +IHNlbHY= 33277 +IGjDpHR0ZW4= 33278 +4KS/ 33279 +IGV4cGVjdHM= 33280 +z4HOtw== 33281 +IGHDp8Sxaw== 33282 +IEhUVFA= 33283 +bGXFnw== 33284 +IHN3ZWVwaW5n 33285 +IEJldGE= 33286 +IGNvdW50ZXJwYXJ0cw== 33287 +YWJpbGU= 33288 +IFNpbXM= 33289 +Q3M= 33290 +IHJlcGFy 33291 +c3F1 33292 +IHByb3ZpbmNpYWw= 33293 +IHNoYXJlaG9sZGVycw== 33294 +IHJ1bnRlcg== 33295 +IGdlZGFjaHQ= 33296 +IFRlZW4= 33297 +IGdyYW5kcw== 33298 +55Si 33299 +YWdsZXM= 33300 +IHJvY2t5 33301 +dmVucw== 33302 +IHJpdmFscw== 33303 +dW5hbA== 33304 +IHJlYWN0cw== 33305 +66k= 33306 +IG1lcmN1cnk= 33307 +IEx1aWdp 33308 +INC+0LM= 33309 +IEpVU1Q= 33310 +IGxvZA== 33311 +IGNvcnRleA== 33312 +d2ln 33313 +IGxha2g= 33314 +7KSR7JeQ 33315 +IFZpYw== 33316 +IE11bmQ= 33317 +IG1hcHBlZA== 33318 +IERlbGw= 33319 +IERydWNr 33320 +IGxpZmVz 33321 +0LDQu9GM0L3QvtC1 33322 +aXZpZHVhbA== 33323 +YWTEsW0= 33324 +IGF0cmF2 33325 +IEZsdWc= 33326 +IEtsZWlu 33327 +6rGw7JW8 33328 +4Lir4LiZ 33329 +IGFwcGxp 33330 +4K6+Pw== 33331 +w7x5b3J1bQ== 33332 +INC40L3RgtC10YDQtdGB0L3Qvg== 33333 +IGRpc2luZmVjdA== 33334 +Pi0= 33335 +IGNoYW1wYWduZQ== 33336 +IGtsYQ== 33337 +b3BlcnM= 33338 +VHJhbnM= 33339 +IERlc2VydA== 33340 +IGN1bHRpdmF0ZQ== 33341 +IEZ1Y2tpbmc= 33342 +aWRlbGl0eQ== 33343 +INGC0LDQvQ== 33344 +IGluY3Vi 33345 +IHRlbXU= 33346 +IGxlYXJuZXI= 33347 +Zm91bmRlcg== 33348 +IFN5bA== 33349 +44KA 33350 +IGZhdG8= 33351 +emllcg== 33352 +IOyXhuydtA== 33353 +IOyIqA== 33354 +IHBzeWNobw== 33355 +INGC0LXQu9C10YQ= 33356 +IHJlZ2FyZGU= 33357 +IHJlcHJlc2VudGF0aW9ucw== 33358 +IGxpdGlnYXRpb24= 33359 +IHNwYW5u 33360 +dWx0cw== 33361 +Ymlvcg== 33362 +6KaL44Gm 33363 +5LiN5aSa 33364 +IFN1cnZleQ== 33365 +IExFRHM= 33366 +IHRyw6Q= 33367 +IGzDqm4= 33368 +IGFudGlveGlk 33369 +0LXRgNC+0Lw= 33370 +IGluZHVjdGlvbg== 33371 +IGZvb2xlZA== 33372 +w6R0emxpY2g= 33373 +INCz0L7QstC+0YDRj9GC 33374 +IEZhY3Q= 33375 +dW1iYWk= 33376 +IHdpZ2dsZQ== 33377 +Tk9VTg== 33378 +IGTDqXZlbG9wcA== 33379 +IENsYXJv 33380 +IOy4 33381 +66w= 33382 +44Gq44KT44Gg 33383 +IGFjY3VtdWxhdGU= 33384 +IG1haW50YWlucw== 33385 +64Q= 33386 +IEZpZ2h0ZXI= 33387 +7Yag 33388 +IG1hdGlu 33389 +IGNvdXBvbg== 33390 +IHN0dW50 33391 +IGRlYnV0ZWQ= 33392 +5b6F44Gj44Gm 33393 +IHByYWc= 33394 +0LjQstCw0LXQvA== 33395 +NzM= 33396 +IGV4cHJlcw== 33397 +IOyYpOu5oA== 33398 +INC/0LXRgNGB0L7QvQ== 33399 +IGNhbGN1bHVz 33400 +IGFicnVwdA== 33401 +IEluc3BlY3Rvcg== 33402 +b3VydA== 33403 +5paZ 33404 +xbpuaWVq 33405 +aW50ZW5zZQ== 33406 +QmE= 33407 +IGxvdW5nZQ== 33408 +IGFzdGhtYQ== 33409 +IEhpw6c= 33410 +qrs= 33411 +IGVkaXRvcmlhbA== 33412 +IHNlaXpl 33413 +IGvEsXI= 33414 +IG1vdXZl 33415 +IHRpZXJyYQ== 33416 +IHRlc3Rvc3Rlcm9uZQ== 33417 +IHJo 33418 +IEtpbmdzdG9u 33419 +RUxMRQ== 33420 +IFJlcHJlc2VudGF0aXZl 33421 +IDE5NzQ= 33422 +IGliYQ== 33423 +VHM= 33424 +IHNvcnRh 33425 +ICg/KQ== 33426 +INiq2Yg= 33427 +IOuCtOugpA== 33428 +IGJla29tbXQ= 33429 +IHNwaXJpdHVhbGx5 33430 +IGRpc3RvcnRlZA== 33431 +TWFk 33432 +IHJlaW0= 33433 +w6FuaA== 33434 +IE90dG9tYW4= 33435 +IFJlbGln 33436 +IEVscw== 33437 +IHJldGFpbmVk 33438 +IExhdWdocw== 33439 +5oC7 33440 +IFNBUw== 33441 +INC60L7Qu9C40YfQtdGB0YLQstC+ 33442 +15XXqteo 33443 +IGlubm92YXRl 33444 +IGtvcms= 33445 +INGA0LDRgdGB0LrQsNC30YvQsg== 33446 +b25kZXJl 33447 +aXZp 33448 +YXll 33449 +b3VudHk= 33450 +INC/0L7Qu9GD0YfQsNC10YLRgdGP 33451 +IGJ1bnM= 33452 +5YWr 33453 +IHnDvHpkZW4= 33454 +IHN1cmdlcmllcw== 33455 +2KPZhg== 33456 +IGJhbmtydXB0Y3k= 33457 +d2VsdA== 33458 +IHNpYW1v 33459 +IGRhcmtlc3Q= 33460 +IEhhbm4= 33461 +Z2dh 33462 +IGZvcm1hcw== 33463 +IERq 33464 +bmFtZWQ= 33465 +IHNoaWVsZHM= 33466 +dWVsbGVy 33467 +IEZldw== 33468 +IGxhY2U= 33469 +IGZ1cmlvdXM= 33470 +IFlV 33471 +IHNvY2lldGFs 33472 +IGp1ZGdlbWVudA== 33473 +IERvcw== 33474 +IGphYg== 33475 +bGF3cw== 33476 +IHJlaW52ZW50 33477 +IEthdGhlcmluZQ== 33478 +IENob2k= 33479 +YWRvd3M= 33480 +IHJhbnM= 33481 +b2Rlbg== 33482 +IE1pZHdlc3Q= 33483 +bsSxbg== 33484 +IGRlcG9ydA== 33485 +IERpcA== 33486 +57SF 33487 +IGF0ZW5jacOzbg== 33488 +IENvdXJ0bmV5 33489 +aXZpZGFk 33490 +INqp24E= 33491 +IGVmZmljYWN5 33492 +IEJyb29rcw== 33493 +IHJlZmVycmFs 33494 +INC60L7QvdGG 33495 +IG1hbGljaW91cw== 33496 +IGtpcg== 33497 +IEdvZGRlc3M= 33498 +IGZ1bmt5 33499 +IGludGVyaW0= 33500 +IEvDtnJwZXI= 33501 +IOyWvOun 33502 +a3Vy 33503 +INC60LvQuA== 33504 +IHRydWNz 33505 +Z2VzZXR6 33506 +IHp1Zw== 33507 +IEdsw7xjaw== 33508 +IE1pbnV0ZQ== 33509 +IHByZXN0aWdpb3Vz 33510 +IG5pZXo= 33511 +IGNvbmNlbnRyYXRpb25z 33512 +0LvQsNGB0YLQuA== 33513 +IFNpcw== 33514 +IFZpdGFtaW4= 33515 +a292 33516 +IFBCUw== 33517 +INC90LXQtQ== 33518 +IHJldGFpbGVycw== 33519 +IGNvbnZlbnRpb25z 33520 +IFNhbWFudGhh 33521 +IHByb3VkbHk= 33522 +Sm9yZGFu 33523 +IEpBU09O 33524 +YXRr 33525 +IHRyaXN0ZQ== 33526 +IHN0w6Ry 33527 +IHJlaXRlcmF0ZQ== 33528 +IHBvc3Rlcmlvcg== 33529 +IDE5NzM= 33530 +IFBpbmU= 33531 +IEp1bGlldA== 33532 +IHBlZGly 33533 +a2ls 33534 +IG92ZXJsYXBwaW5n 33535 +IGV4Y2x1ZGU= 33536 +IGVjb27Ds20= 33537 +IGFjY2VwdHM= 33538 +IFN0ZXI= 33539 +5rG6 33540 +IOyatOuPmQ== 33541 +ZXN0YWI= 33542 +IHR1Zw== 33543 +YXJn 33544 +IGxpdnJv 33545 +2KfYtQ== 33546 +IHNlYW1z 33547 +IGJ1cmF5YQ== 33548 +IGVsbG8= 33549 +IFRN 33550 +IFBhdw== 33551 +IEluZGV4 33552 +RXhj 33553 +IGluc3BpcmF0aW9uYWw= 33554 +IGR1bms= 33555 +6LCB 33556 +YWt0ZXI= 33557 +IGNvbmRpdGlvbmVy 33558 +IFNhbHV0 33559 +xYJlYw== 33560 +IOyJvQ== 33561 +INGD0LfQvdCw 33562 +IFJvbWVv 33563 +ZnJ1aXQ= 33564 +IFlP 33565 +IGNo4buJ 33566 +0LHRgw== 33567 +Ym9ucw== 33568 +IHJlcHJvZHVjdGl2ZQ== 33569 +IG9yYWRh 33570 +IO2aqA== 33571 +IHRlbnRhcg== 33572 +IG1hw7FhbmE= 33573 +44Ks 33574 +IHNvbHZlbnQ= 33575 +SmVzc2ljYQ== 33576 +IExlZ2Fs 33577 +IHR1YQ== 33578 +IHNpYw== 33579 +IEVR 33580 +YXVrZWU= 33581 +7Iuc64uk 33582 +IMWedQ== 33583 +IGFkaGVyZQ== 33584 +IFR1bA== 33585 +IOCuhg== 33586 +IHRleHRib29rcw== 33587 +IEZpZnRo 33588 +IGV4cGVyaQ== 33589 +IGNoaWM= 33590 +IGhlYXA= 33591 +aW5lbHk= 33592 +YXRyYQ== 33593 +VHdv 33594 +IGhlbGVtYWFs 33595 +IGZyZW4= 33596 +5o6o 33597 +IGJpc2hlcg== 33598 +2KfYtA== 33599 +IOyEoOyDnQ== 33600 +IFRhZ2Vz 33601 +IHPhu7E= 33602 +IGJ1bGxpZWQ= 33603 +2KQ= 33604 +IGJlbmVmaXRlZA== 33605 +IFByZXZpb3VzbHk= 33606 +INGN0YTRhA== 33607 +2Y0= 33608 +IHNlbmF0ZQ== 33609 +IE1vcm0= 33610 +aWprZQ== 33611 +IEZsdQ== 33612 +IGluY29ycG9yYXRpbmc= 33613 +amFjaw== 33614 +INC/0LjRgg== 33615 +IGltcGx5 33616 +IGhhY2tz 33617 +IFJJQ0g= 33618 +INC60LLQsNGA 33619 +INC/0YDQtdC60YDQsNGB 33620 +IGRlcGVuZGVuY3k= 33621 +IOyaqQ== 33622 +IOyxhQ== 33623 +IHfDpGhyZW5k 33624 +IHN1bGxh 33625 +IFBpdHRzYnVyZ2g= 33626 +IGVzZW1waW8= 33627 +vOuhnA== 33628 +cHJvdA== 33629 +IFJvc2Vu 33630 +IEluZGVwZW5kZW5jZQ== 33631 +IHBhcnNsZXk= 33632 +aWVnZW4= 33633 +IGhhdw== 33634 +IGFxdWVsbA== 33635 +IENBUA== 33636 +INGA0LDQsdC+0YLQsNGC0Yw= 33637 +IENsaWZm 33638 +aW9uYXI= 33639 +IHNlY3VyaW5n 33640 +5oiR5YCR55qE 33641 +zr3OtQ== 33642 +IHV0aWxpcw== 33643 +IGNvdWxl 33644 +IFBpbmc= 33645 +IHRyZWs= 33646 +IGZhaw== 33647 +IGVub3JtZQ== 33648 +IOyLqw== 33649 +6K6p 33650 +IGRvdWJsaW5n 33651 +INC90YDQsNCy0LjRgtGB0Y8= 33652 +IGhlZA== 33653 +aG92ZW4= 33654 +IFN0YW5kaW5n 33655 +IG3DrW4= 33656 +IEppbWlu 33657 +IG1vbmFyY2g= 33658 +IGNva2U= 33659 +IG1y 33660 +IGNsaWM= 33661 +w40= 33662 +IGltcGVhY2htZW50 33663 +IGR1cmFiaWxpdHk= 33664 +IHZhcmlvcw== 33665 +IGNvbW1lcmNpYWxz 33666 +IGdyZWV0aW5ncw== 33667 +IFJp 33668 +IEFwcHJlY2k= 33669 +7J6I64qU 33670 +IHLDqXN1bHQ= 33671 +w6lydA== 33672 +IHNhbHV0ZQ== 33673 +IHBvZGVyaWE= 33674 +IHN1bnJpc2U= 33675 +dmVjaw== 33676 +IHJlbHVjdGFudA== 33677 +IGNvbW1pc3Npb25lcg== 33678 +5b+1 33679 +w6J0ZQ== 33680 +IEtlbm55 33681 +IFNpcmk= 33682 +44OD44OX 33683 +IOuKmA== 33684 +IEVF 33685 +IHVuY2g= 33686 +0LrQvtC9 33687 +INin2YTYpQ== 33688 +IGJlbHRz 33689 +IGhhc3M= 33690 +INC80L7Rjw== 33691 +IGRpc3BsYWNlZA== 33692 +IGFicmE= 33693 +zq3Ouw== 33694 +IHNjcmF0Y2hlcw== 33695 +IGNvbWV0 33696 +IGF1dGhvcml6YXRpb24= 33697 +IExMQw== 33698 +IHByb2R1aw== 33699 +IHJlaGFiaWxpdGF0aW9u 33700 +5Z4= 33701 +0ZbRhw== 33702 +dWRpbmc= 33703 +b2xpdA== 33704 +IDEwNQ== 33705 +IGV4cGFuZHM= 33706 +IGFsdHJp 33707 +IEtvbW1lbnQ= 33708 +IGFuZg== 33709 +UGw= 33710 +IE1hbmE= 33711 +ZmVk 33712 +IGJyaQ== 33713 +IG9yYQ== 33714 +R3M= 33715 +IEd1cg== 33716 +dWNrbGFuZA== 33717 +IGp1bmN0aW9u 33718 +IGlyb25pYw== 33719 +IEZlZWQ= 33720 +IHByYWt0 33721 +IEhhbW1lcg== 33722 +jOuPhA== 33723 +IFRyYWN5 33724 +57Wx 33725 +IEFzaWRl 33726 +0L3QtdCz0L4= 33727 +INC40YHQv9C+0LvRjNC30L7QstCw0YLRjA== 33728 +IHphag== 33729 +IGVxdWl0YWJsZQ== 33730 +IGN1cmI= 33731 +IOOBk+OCjA== 33732 +IGRlcml2YXRpdmVz 33733 +IHB1cHBpZXM= 33734 +IEtlbm5ldGg= 33735 +IENvbXBs 33736 +aWdyYW0= 33737 +IEdhcmNpYQ== 33738 +KSI= 33739 +IEhhcmJvcg== 33740 +ZXN0aWFs 33741 +IOS+hg== 33742 +IGVycw== 33743 +5rk= 33744 +IHVud2FudGVk 33745 +IGJlbGFuZw== 33746 +0LDQs9C+ 33747 +ZW1i 33748 +ZG9z 33749 +IOyZnOs= 33750 +IEJ1ZGdldA== 33751 +IGJhdHRsaW5n 33752 +2K3Yqg== 33753 +a29r 33754 +0L3QsNGH0LDQu9Cw 33755 +IHBsYWc= 33756 +IGNhbnRpZGFk 33757 +IGdydXBvcw== 33758 +IHBsdWdpbnM= 33759 +bGVyaW5p 33760 +INC40LzQtdC10YI= 33761 +IHNvenVzYWdlbg== 33762 +b2xpY3M= 33763 +IHB1ZWJsbw== 33764 +IHJlbWluaXM= 33765 +csOkbg== 33766 +IE1vcnJpc29u 33767 +IGxpbmhh 33768 +IGJyZWF0aHM= 33769 +IFRhc3Rl 33770 +IGVuZnJlbnQ= 33771 +IERvY2tlcg== 33772 +INC00LXQvQ== 33773 +IGV0aG5pY2l0eQ== 33774 +IHdvYg== 33775 +IHN1ZmZlcnM= 33776 +IHRyYW5zaXRpb25pbmc= 33777 +IFJhbmdl 33778 +xJlkenk= 33779 +INC60LDRgg== 33780 +IHN5bmVy 33781 +IGRvbnV0 33782 +IHByb2JhYmlsaXRpZXM= 33783 +IE9tYXI= 33784 +V2hpY2g= 33785 +dWlzaA== 33786 +aXNpbg== 33787 +IGRlbW9z 33788 +IOyggOq4sA== 33789 +IOuYkeqwmQ== 33790 +INC10LTQuNC9 33791 +IGNlcnZl 33792 +IGpva2E= 33793 +SUFO 33794 +IGtpbG9tZXRlcg== 33795 +IGhvcml6b250YWxseQ== 33796 +IEJoYWc= 33797 +IC0+ 33798 +IE1vbml0b3I= 33799 +IGtub3dsZWRnZWFibGU= 33800 +IGZhdg== 33801 +IHBpbm5lZA== 33802 +IGVCYXk= 33803 +aWNrZXI= 33804 +IOyeoOq5kOunjA== 33805 +IFhpYW9taQ== 33806 +IGNhcGl0 33807 +IG5w 33808 +IDE5NjU= 33809 +aG9l 33810 +IG5vaw== 33811 +IFNhZ2U= 33812 +INC90LXQu9GM0LfRjw== 33813 +IFRvdw== 33814 +Z2Ft 33815 +IGRpY2Vu 33816 +IFNVQlNDUklCRQ== 33817 +IHJlYm9vdA== 33818 +IHBhag== 33819 +IOuztOyXrOs= 33820 +IHRoaWNrZW4= 33821 +IFJlYWxpdHk= 33822 +aWTDpG4= 33823 +TmE= 33824 +IOqyg+ydgA== 33825 +ISEp 33826 +IHJvdXRpbmVz 33827 +INC+0LTQvdC+0LPQvg== 33828 +IGV4dGluZw== 33829 +IOymnQ== 33830 +IHN1bGZ1cg== 33831 +IGNhcnZl 33832 +IGFzdGVyb2lk 33833 +IFdhcnJpb3I= 33834 +IHBob3RvZ3JhcGhlcnM= 33835 +IHBlbGw= 33836 +IGNyb3Nzb3Zlcg== 33837 +5oiR55+l6YGT 33838 +IGhhY2Vtb3M= 33839 +IE5lag== 33840 +IHNldHRsaW5n 33841 +IGlybQ== 33842 +IEJvb2tz 33843 +aWVudMO0dA== 33844 +IGVzcGFjaW8= 33845 +IFNjaG9sYXJz 33846 +IGRvb21lZA== 33847 +IElSUw== 33848 +d29obA== 33849 +IHNlZ3Vl 33850 +IOuIhOqwgA== 33851 +IHByYXRpYw== 33852 +QlQ= 33853 +IENvbnNpZGVyaW5n 33854 +IEJ1ZmZhbG8= 33855 +IHRyYWluaW5ncw== 33856 +IGdlYnJ1 33857 +IEdsZWljaA== 33858 +IHBpcmF0ZXM= 33859 +IGVudmVsb3A= 33860 +IHJlb3Blbg== 33861 +aW1hdA== 33862 +IHRlZQ== 33863 +IHN1ZWQ= 33864 +ZmVo 33865 +INeU16c= 33866 +IGRpZXRz 33867 +IGp1bnRvcw== 33868 +YXN0bw== 33869 +IG1pc3VuZGVyc3Rvb2Q= 33870 +IHJ1aW0= 33871 +IGNsYXNzaWZ5 33872 +INC/0YDQvtC00YPQug== 33873 +IGluc2U= 33874 +IGlsbHVzdHJhdGVk 33875 +IGNvcnJvc2lvbg== 33876 +IGFjY3JlZA== 33877 +IEF1bnRpZQ== 33878 +INC/0YDQuNCy0LXRgg== 33879 +IExJVkU= 33880 +IHJlaw== 33881 +IHJlY2VpcHQ= 33882 +5Yiw5bqV 33883 +IEJhcmJpZQ== 33884 +IFNuYWtl 33885 +dHVybg== 33886 +SmVmZg== 33887 +44GK44GK 33888 +lYQ= 33889 +Vk9JQ0VPVkVS 33890 +Y29sbA== 33891 +IHJ1bm5lcnM= 33892 +7KCc6w== 33893 +b3Nvcw== 33894 +bW9vbg== 33895 +IGtleW5vdGU= 33896 +IEluc3RpdA== 33897 +U1BFQUs= 33898 +IHBsdWdz 33899 +IGN1cnY= 33900 +IFl1cmk= 33901 +IFRoZXJlcw== 33902 +IFBz 33903 +IM68z4DOvw== 33904 +IGNvbnZlcnRlcg== 33905 +IHJlZmluZQ== 33906 +IGJhZGFzcw== 33907 +IM6/zrk= 33908 +IHJlZ2Vu 33909 +YXp6aQ== 33910 +2YrZgQ== 33911 +IHNlaXplZA== 33912 +IGnDp2Vy 33913 +aWxlZQ== 33914 +IHVwc3RyZWFt 33915 +IGJ1ZHM= 33916 +IHBpbQ== 33917 +IO2VmOujqA== 33918 +IGFsbHVkZWQ= 33919 +IHRoZW1lZA== 33920 +IGNvbnNpc3Rpbmc= 33921 +IGJvbnM= 33922 +dW51eg== 33923 +INC/0YDQvtCy0L7QtA== 33924 +IExvdmVseQ== 33925 +4KWL 33926 +IHBhcmFjaA== 33927 +IFN0YWF0cw== 33928 +6ZqK 33929 +IHNlbGVjdGl2ZQ== 33930 +IGZhc2U= 33931 +IEdlb3JnZXQ= 33932 +IGNvY2FpbmU= 33933 +IHJlcHJvZHVjdGlvbg== 33934 +IExhcmE= 33935 +IExE 33936 +IGdo 33937 +Sm9u 33938 +IGzDpQ== 33939 +IOuRkOs= 33940 +IHR5cGVk 33941 +IEJhbmE= 33942 +65Oc6w== 33943 +IHNhdm9yeQ== 33944 +IFpvbWI= 33945 +c3RhbmRlbg== 33946 +IHBlZGVzdHJpYW4= 33947 +IGRpZmbDqXJlbnRz 33948 +IOyLuA== 33949 +6Imv 33950 +IGNvbXBsYWluZWQ= 33951 +56aP 33952 +INCa0YLQvg== 33953 +INec16Q= 33954 +YWxpxZtteQ== 33955 +IG1vcnRhcg== 33956 +IHZlcmRpY3Q= 33957 +IHN1ZmljaWVudGU= 33958 +IE1pbGxpb24= 33959 +bWl0dGVs 33960 +aW5hbHM= 33961 +INin2YTYrg== 33962 +0LDRjtGB0Yw= 33963 +IG1pxJlkenk= 33964 +IE9sZQ== 33965 +IGludmVydA== 33966 +Y3p5xIc= 33967 +0L7Qt9C80L7QttC90L4= 33968 +c3RhcnRlcg== 33969 +IGF1ZGl0b3I= 33970 +IFNjb3V0 33971 +Y2hpZW4= 33972 +IFN2ZXJpZ2U= 33973 +dWZmbGVk 33974 +IHplaG4= 33975 +IEF1Y2tsYW5k 33976 +IGFyZ2VudA== 33977 +IDE5NzY= 33978 +IEhvZQ== 33979 +IGJvdGhlcnM= 33980 +IHNvY2lhbGlzdA== 33981 +IHBsaWVycw== 33982 +IGVtZXJnZW4= 33983 +IFhQ 33984 +0LXRgNC+0LI= 33985 +TW9yZQ== 33986 +IExldmk= 33987 +IEFuZGVycw== 33988 +aWJpbGlkYWQ= 33989 +IFBhcmVudHM= 33990 +IGluZHVjZWQ= 33991 +7Ja07KQ= 33992 +IGJhbGFuY2Vz 33993 +INCy0YvRiA== 33994 +IHN1Ym1hcmluZQ== 33995 +U3RhcnQ= 33996 +IGRyaWVz 33997 +IHZvbHZlcg== 33998 +IHRpY2tpbmc= 33999 +Y290dA== 34000 +IGZhag== 34001 +cHLDqXM= 34002 +IFNhYmI= 34003 +INC30LDRhw== 34004 +INC/0L7QutGD0L8= 34005 +IGJhcHRpemVk 34006 +IEJyaWxsaWFudA== 34007 +INCR0L7Qsw== 34008 +IG1vdHM= 34009 +Yml0cw== 34010 +IGxhdHRpY2U= 34011 +5oiR6Lef5L2g 34012 +IGNvcmlhbmRlcg== 34013 +IHJlc2lkZW5jeQ== 34014 +eW5j 34015 +IHBpZXJ3c3p5 34016 +IEtub2Nr 34017 +IFphcA== 34018 +INCV0LI= 34019 +6rKs 34020 +5bCP5b+D 34021 +IHVuZXZlbg== 34022 +IEphcw== 34023 +b2Rvcg== 34024 +57+S 34025 +NzQ= 34026 +IFNpdGU= 34027 +IGFjb250ZWNldQ== 34028 +eW1wdA== 34029 +IHRyaWxvZ3k= 34030 +IGxhbnRlcm4= 34031 +IFp1Y2tlcg== 34032 +dmFyaQ== 34033 +d2VsbGluZw== 34034 +IFBvdGF0bw== 34035 +Z29tZXJ5 34036 +IHJlYWN0ZWQ= 34037 +IENocm9u 34038 +IGplZGU= 34039 +YmVlbGQ= 34040 +IHR3ZW50 34041 +IGxhY3Q= 34042 +5qiC 34043 +IHLDqXNl 34044 +IHJlbGVudA== 34045 +IGZ1cm5hY2U= 34046 +IHdpZGdldA== 34047 +IGVhcnRocXVha2Vz 34048 +IEFkanVzdA== 34049 +aWxpdA== 34050 +INij2Yg= 34051 +IGhlYXJpbmdz 34052 +IGRlZmVuZGFudA== 34053 +aXJzaW5peg== 34054 +IGJhc2s= 34055 +Y2ph 34056 +nKg= 34057 +IHJpZmxlcw== 34058 +IGluc3RhbA== 34059 +IEZvcmdpdmU= 34060 +cGljYWw= 34061 +INCe0YfQtdC90Yw= 34062 +IHBldGl0ZXM= 34063 +IGhw 34064 +IHJlbm93bmVk 34065 +IElubg== 34066 +IOyjvOyEuOyalA== 34067 +IGVtcGhhc2l6ZWQ= 34068 +6Zeu6aKY 34069 +IOyeiOyjoA== 34070 +IOqyg+ycvOuhnA== 34071 +44KG 34072 +xZM= 34073 +Z2lsaQ== 34074 +RGF2ZQ== 34075 +IGV4aGF1c3Rpbmc= 34076 +xYJ1Zw== 34077 +IHNjaGVtYQ== 34078 +zrzOrA== 34079 +Y3ljbA== 34080 +IGF1dGFudA== 34081 +IHBhcmNlbA== 34082 +IG1hdGVyaWE= 34083 +IEJlcnJ5 34084 +INGB0LDQvNC4 34085 +IGV4dHJhY3RlZA== 34086 +IFNheWluZw== 34087 +aXNtYXRpYw== 34088 +INC/0L7Qv9GA0L7QsQ== 34089 +IG5ldXJvbg== 34090 +Z3JhcGg= 34091 +nOuptA== 34092 +IGVuY2xvc3VyZQ== 34093 +IEpvaGFubg== 34094 +IGFmdGVybWF0aA== 34095 +0YLQvtCx 34096 +IHXFvHk= 34097 +IHNhbXA= 34098 +MzYw 34099 +IE1laQ== 34100 +IHRhY28= 34101 +IHJlY2VwdG9ycw== 34102 +IHB1bmNoZXM= 34103 +IEhvamU= 34104 +INmH2YbYpw== 34105 +PSIj 34106 +IEFuZ3VsYXI= 34107 +IG11c2lxdWU= 34108 +IHJvbA== 34109 +IMOx 34110 +c3RlcnJlaWNo 34111 +IGNsYW0= 34112 +IFRyZWFzdXJ5 34113 +Y2hlbWljYWw= 34114 +IGFwYXI= 34115 +IGFwcGVuZA== 34116 +IGZvcmJpZA== 34117 +IEhhbWJ1cmc= 34118 +0LDQutC+0LI= 34119 +IOq4iA== 34120 +aWxkYQ== 34121 +IHByZXBhcmF0aW9ucw== 34122 +IG1vZ8SF 34123 +IGNhbWlubw== 34124 +RXJpYw== 34125 +IEJsaW5k 34126 +6IiH 34127 +5bm055qE 34128 +IERpc2NvdmVyeQ== 34129 +7Lig 34130 +54i2 34131 +IGludGVycHJldGVy 34132 +IGJyZWQ= 34133 +IFBzYWxt 34134 +IGRlZmVuZGVk 34135 +7Ims 34136 +IEVyZmFocg== 34137 +IFBlYWNo 34138 +IG1vb25z 34139 +IE9zdA== 34140 +IHNww6ljaWFs 34141 +IGFycml2ZXI= 34142 +IFdpcw== 34143 +dWNp 34144 +IHJvYm90aWNz 34145 +SVZF 34146 +IHNpZWdl 34147 +YXJsYQ== 34148 +IHNlcGFyYXRlcw== 34149 +IFRD 34150 +7Y+w 34151 +cXVpc2l0ZQ== 34152 +IHBhcmVudGhlc2Vz 34153 +0LjQutC1 34154 +56uZ 34155 +IHRyb3Vz 34156 +5bu6 34157 +INGB0LjQu9GM 34158 +IGJlZXJz 34159 +INC/0LvQsNGC 34160 +44GZ44GU44GE 34161 +IHNvbGE= 34162 +IGTDqHM= 34163 +bWluZ2hhbQ== 34164 +aWt0ZQ== 34165 +IG9vcHM= 34166 +IHR3aXRjaA== 34167 +5bCH 34168 +z4g= 34169 +IFNob3VsZG4= 34170 +dXZyZQ== 34171 +IGxlZXI= 34172 +Y3JpcHRpb25z 34173 +IGV5ZXNoYWRvdw== 34174 +IEd1bw== 34175 +IFBvd2VsbA== 34176 +IHN1cHVlc3Rv 34177 +IGFuYQ== 34178 +cmFscw== 34179 +IE1vbnRyZWFs 34180 +IHN1cmZpbmc= 34181 +INCf0LXRgNCy 34182 +157XlQ== 34183 +IG1pbGxpc2Vjb25kcw== 34184 +IHN1YnVyYnM= 34185 +IHBsYW5ldGE= 34186 +0YPRiNC60LA= 34187 +aHJsaWNo 34188 +IEhZ 34189 +INiz25I= 34190 +IE1N 34191 +IEVmZg== 34192 +5Y+v5oSb 34193 +IEhT 34194 +YW5zb24= 34195 +IOyngeygkQ== 34196 +IHN1bw== 34197 +IGRlcGxveWluZw== 34198 +IGt1bnQ= 34199 +dGVyaW5n 34200 +IGVyZWN0 34201 +7J6l7J20 34202 +IOydjOyLnQ== 34203 +IHNwZWNpbWVu 34204 +IS4uLg== 34205 +5oiR6Kqq 34206 +IGxpZ25l 34207 +IGtvbnN0 34208 +YWRlcXU= 34209 +IOyDge2DnA== 34210 +IGFjY2Vzc2Vk 34211 +IFBvbGU= 34212 +a2lsbA== 34213 +IOuyhOs= 34214 +IGF1dGhlbnRpY2l0eQ== 34215 +IGFwcGVsbGU= 34216 +dWxsZQ== 34217 +IHJldmlzaW9u 34218 +IGdvYXRz 34219 +0LPQu9C4 34220 +IHBhdQ== 34221 +IFJhbmdlcg== 34222 +IEltYWc= 34223 +YXV0aG9y 34224 +IGV2ZQ== 34225 +IE1lc3Nlbmdlcg== 34226 +IG5heQ== 34227 +IHdob2xlcw== 34228 +w6R0dGU= 34229 +IG9ud2FyZHM= 34230 +IERlcG9pcw== 34231 +IO2RnO2YhA== 34232 +IFNBUlM= 34233 +IHdzenlzdGtpY2g= 34234 +IGRlc3RydQ== 34235 +dW1iaW5n 34236 +IGNvbXBhdGliaWxpdHk= 34237 +IG1pc2luZm9ybWF0aW9u 34238 +b2RvcmU= 34239 +IEZhdm9y 34240 +ZWtv 34241 +j4w= 34242 +d2F1a2Vl 34243 +IFRlYWNoaW5n 34244 +IEtP 34245 +IGJldHRpbmc= 34246 +IHF1ZXN0cw== 34247 +IHZpdnJl 34248 +INC80YPQt9GL 34249 +IHNhZ2E= 34250 +IHN3ZWxs 34251 +IGdlaGU= 34252 +5oCO6bq85qij 34253 +INC+0YDQs9Cw0L3QuNC3 34254 +IGdpZGU= 34255 +IEdyb3Nz 34256 +IGRhbGVq 34257 +IGNsYXdz 34258 +4buZYw== 34259 +IHByZWp1ZGljZQ== 34260 +IGluc2lnbg== 34261 +aWhvb2Q= 34262 +IHBsZWQ= 34263 +IGTDs25kZQ== 34264 +IFBvbGl0aWNhbA== 34265 +IHByZW1pc2Vz 34266 +dW5kZXJ0 34267 +2LnYqg== 34268 +b25uZW4= 34269 +IGVzcGHDp28= 34270 +IGbDqQ== 34271 +IEhhcnJpc29u 34272 +IENlbnN1cw== 34273 +IGNhcmRpbw== 34274 +IGRpeQ== 34275 +IG1pbGlldQ== 34276 +IGpvdXJuw6ll 34277 +IFJlbGVhc2U= 34278 +TklF 34279 +IE11aw== 34280 +aWTDqWU= 34281 +4buNaQ== 34282 +IGnDp2luZGU= 34283 +npk= 34284 +IHJlc29uYXRl 34285 +IG1vbGVz 34286 +IEZseWluZw== 34287 +IEdsb3JpYQ== 34288 +IFBhc3Rvcg== 34289 +IEFyZW5h 34290 +5aW95LiN5aW9 34291 +Tk9O 34292 +0L7Qu9C+0LI= 34293 +IGFsbMOt 34294 +b21hdA== 34295 +7Ja064+E 34296 +IGNhcmFjdGVyw61zdA== 34297 +IGRlY2xpbmluZw== 34298 +0ZbRjw== 34299 +YW5jbw== 34300 +IEluZm9ybQ== 34301 +IGJhcmdhaW4= 34302 +IGJ1c2hlcw== 34303 +IE5hdHVyYWxseQ== 34304 +IHJlY2h0cw== 34305 +IFRlbnNvcg== 34306 +IFBhdHJpY2lh 34307 +IHByaW5jaXBpbw== 34308 +IE11bWJhaQ== 34309 +IHdvbWI= 34310 +IG5vc3RyYQ== 34311 +IGRpbGVtbWE= 34312 +IGlyZ2VuZHdhbm4= 34313 +IDE5NjQ= 34314 +IGVuZXJnw61h 34315 +INC90LDRgA== 34316 +IHNlZ3JlZ2F0aW9u 34317 +IEF0aGxldA== 34318 +IMK7LA== 34319 +IHllbmk= 34320 +IFNlaXQ= 34321 +IHZlbm9t 34322 +IGRha2lrYQ== 34323 +IOuPjOs= 34324 +IMOJbA== 34325 +IGZ1cw== 34326 +IE1vZw== 34327 +pr3ri4jri6Q= 34328 +IHJlbWFy 34329 +IFRlZGR5 34330 +IGJyZWFzdHM= 34331 +aWNhbnM= 34332 +5pS255yL 34333 +a2Fw 34334 +IGjGoW4= 34335 +IEpQ 34336 +44Oz44K/ 34337 +IHJlc3VycmVjdA== 34338 +IOyduOs= 34339 +aGVyaWNhbA== 34340 +IGZvdG9ncmFm 34341 +IEpvc8Op 34342 +IGxpdmVsaWhvb2Q= 34343 +IGJpYmxp 34344 +dGVyaQ== 34345 +IHZvcnN0ZWxsZW4= 34346 +IEFBQQ== 34347 +IGFzc2Vzc2luZw== 34348 +WUE= 34349 +IHNwbGVuZA== 34350 +IGV4Y2F2 34351 +IGJhcHRpc20= 34352 +eWxs 34353 +d293 34354 +TWFj 34355 +IHBsYXN0aWNz 34356 +dGVva2Jva2tp 34357 +IGludMOpcmVzc2FudA== 34358 +IGNvbW1hbmRlZA== 34359 +IGZhbW91c2x5 34360 +INCY0LvQuA== 34361 +IE1hbnVlbA== 34362 +IHNvdXRod2VzdA== 34363 +IGRlZm9ybWF0aW9u 34364 +w61jdWxv 34365 +INC90LDRhdC+0LTQuNGC0YHRjw== 34366 +IFBhdHRlcg== 34367 +ZGVncmVl 34368 +IGN6xJlzdG8= 34369 +Ii0= 34370 +IOyFiw== 34371 +IG1hbmdlcg== 34372 +IFRydXN0ZWU= 34373 +gOumrA== 34374 +IHB1bnRvcw== 34375 +aXZhYmxl 34376 +IHZvbGF0aWxl 34377 +IOuKkA== 34378 +IGluc3RhYmlsaXR5 34379 +IGNpZWw= 34380 +Y2nEhQ== 34381 +IHB1cml0eQ== 34382 +0L3QvtGB0YI= 34383 +U2ls 34384 +ZWRhcg== 34385 +5Zmo 34386 +Tk9VTkNFUg== 34387 +IHNwZWxsZWQ= 34388 +R0VS 34389 +IHNhbmN0dWFyeQ== 34390 +IGFjY2VsZXJhdGluZw== 34391 +IHNjb3V0 34392 +INC/0YDQtdCy 34393 +ZmFocmVu 34394 +44GT44Gh44KJ 34395 +IOuCmOyYqA== 34396 +IHBvY3rEhXQ= 34397 +IE1ldQ== 34398 +a2Fhcg== 34399 +s7Tqs6A= 34400 +YWtyYQ== 34401 +RG93bg== 34402 +IMOEcg== 34403 +IEVsaXRl 34404 +IGFsbG9ucw== 34405 +IG1heW9ubmFpc2U= 34406 +IFN1c3RhaW4= 34407 +cHJpc2luZ2x5 34408 +IHN1cGVydmlz 34409 +IOq3uOugh+yjoA== 34410 +IHVuZW1wbG95ZWQ= 34411 +IGZyZXNobHk= 34412 +INee16I= 34413 +IERo 34414 +IHRhY2tsaW5n 34415 +IG9ncg== 34416 +IOy0iOs= 34417 +44KI44KN 34418 +IGxvZnQ= 34419 +YXJhaA== 34420 +IEFpcmw= 34421 +IERpcg== 34422 +INCc0L7QttC90L4= 34423 +IGJvb2tpbmc= 34424 +IENSQQ== 34425 +IGh0dHBz 34426 +IGNob2tl 34427 +IGdvd24= 34428 +IG5vaXRl 34429 +IHphYw== 34430 +aXN0b2w= 34431 +IHNlY3Jl 34432 +IHJlc2VtYmxlcw== 34433 +IGN1YWQ= 34434 +7IKs6rCA 34435 +c2hvdw== 34436 +IGJsYW5j 34437 +IGFndQ== 34438 +IFByaW50 34439 +YXN0ZWQ= 34440 +IFdlYXRoZXI= 34441 +aXBs 34442 +IG9ic2N1cmU= 34443 +IGNvbnRl 34444 +b3VnaHM= 34445 +KTs= 34446 +IERhbWU= 34447 +5LiA55u0 34448 +IGNsYXJpZmljYXRpb24= 34449 +IGludGltYWN5 34450 +IHVwaG9sZA== 34451 +IE1pcnJvcg== 34452 +IHdhZ29u 34453 +eGlkZQ== 34454 +IGNsb2c= 34455 +YXBwZXI= 34456 +IEltbWVkaWF0ZWx5 34457 +w7pkZQ== 34458 +IHRvdWNoZG93bg== 34459 +IHJvb2Z0 34460 +0LDRiNCw 34461 +IMOnxLFrdA== 34462 +IGxhaXNzZXI= 34463 +IFVucmVhbA== 34464 +ZW5zaXRpdmU= 34465 +IDEyMw== 34466 +IHBsYXN0ZXI= 34467 +IGR1Y2tz 34468 +IGV0bWU= 34469 +IGJpc2hvcA== 34470 +YnJldmk= 34471 +IGJpYw== 34472 +5LiL5Y67 34473 +IHJ1bnRpbWU= 34474 +IGFtYml0aW9ucw== 34475 +0LzQsNGC 34476 +IFdlaW4= 34477 +IE1hcmk= 34478 +IO2KuOs= 34479 +IHJlc29sdmVy 34480 +IG5nw6B5 34481 +IFJpc2U= 34482 +44KI44GG44Gr 34483 +IENydXM= 34484 +IG1lcmNoYW5kaXNl 34485 +IGVsaQ== 34486 +IHN0YXRld2lkZQ== 34487 +IG93bA== 34488 +6YGg 34489 +5pS5 34490 +IHR3aXN0aW5n 34491 +IGNvbnRhbWluYXRlZA== 34492 +IENvbW1lcmNl 34493 +aHl0aG0= 34494 +IMOI 34495 +IOyLpOs= 34496 +IG11c3N0ZQ== 34497 +dWly 34498 +IHN1bXM= 34499 +IFNvbWV3aGVyZQ== 34500 +44OO 34501 +IGthbWk= 34502 +IGFpcmVk 34503 +IEFORFJFVw== 34504 +IOq6 34505 +IHZpZW5kbw== 34506 +IGFudGlib2R5 34507 +IGFic29sdW1lbnQ= 34508 +IHByb3Rlc3RlcnM= 34509 +IFF1w6liZWM= 34510 +c3RhZHQ= 34511 +U2hhdW4= 34512 +IGNoYW1iZXJz 34513 +IFdlYXI= 34514 +IEVmZmVjdHM= 34515 +IGhhemFyZHM= 34516 +IG5laQ== 34517 +IGNvcmF6w7Nu 34518 +IOG8 34519 +IFNH 34520 +lKk= 34521 +IOyXreyLnA== 34522 +IGNvbWZ5 34523 +IENvZHk= 34524 +IHBlbnNhbmRv 34525 +IGdhbnNrYQ== 34526 +IEFjcm9zcw== 34527 +w7ZsbGln 34528 +YWJ5dGU= 34529 +IHdlZGdl 34530 +IGthbGlhbg== 34531 +IHNpZ3Vl 34532 +ZW5kZXM= 34533 +IEdyb8Of 34534 +IHV0aWxpc2Vy 34535 +IGZsb3du 34536 +0LDQvdC40Y4= 34537 +IGxldmFy 34538 +cmVzdHJpYWw= 34539 +IGlsbHVzdHJhdGlvbnM= 34540 +IGFzbMSxbmRh 34541 +QkxFRVA= 34542 +INC00L7RgdGC 34543 +IHR1cnJldA== 34544 +IHN1aXRjYXNl 34545 +emnEmWtp 34546 +IHNrZXRjaGVz 34547 +IGFjcmVk 34548 +IFJlaQ== 34549 +IHRzdW4= 34550 +IFNhZw== 34551 +IHRoaXJkcw== 34552 +IEtJUkJZ 34553 +cmFp 34554 +IGh1bWFub3M= 34555 +IHJlY29tbWVuZHM= 34556 +IGV4dHJhb3JkaW5hcmlseQ== 34557 +IGNvbW1lbmNlbWVudA== 34558 +S04= 34559 +b3Bleg== 34560 +INeR16k= 34561 +IGxldGhhbA== 34562 +IEVzdGFtb3M= 34563 +IGluc3BlY3Rvcg== 34564 +IFNlb2s= 34565 +ZXVu 34566 +IG9mZnNob3Jl 34567 +IGdldHRpbg== 34568 +eWVhcnM= 34569 +IFNpbGVuY2U= 34570 +IE5hdHVy 34571 +dXB1bg== 34572 +IHRyenk= 34573 +IG5vZ2V0 34574 +IGhhbWJ1cmdlcg== 34575 +IFByYWlzZQ== 34576 +w6luZA== 34577 +IDE5NzE= 34578 +eWxpZQ== 34579 +a3JpdA== 34580 +IOyDneqwgeydtA== 34581 +55qu 34582 +IG1vbWVudG9z 34583 +IGVzdMOp 34584 +IGRpc3NlbWlu 34585 +IGdpZ3M= 34586 +IGRlc2Fm 34587 +IGF2aXM= 34588 +IFpvbw== 34589 +IOyViuydgA== 34590 +aMOkbmc= 34591 +5Y+l 34592 +aGFrZQ== 34593 +IEJpc20= 34594 +IHJldGhpbms= 34595 +IE1hbGNvbG0= 34596 +IGlkZW50aWZpZXM= 34597 +bG93ZXI= 34598 +aXhlbA== 34599 +IHR2w6U= 34600 +a2Vk 34601 +aWVyeg== 34602 +IMO2ZmZlbnRsaWNo 34603 +IHByb2NsYWlt 34604 +c29vbg== 34605 +bG9s 34606 +IGxvaQ== 34607 +IGJpdHRlbg== 34608 +cm9sbG8= 34609 +IHNlcm1vbg== 34610 +IGVzcXU= 34611 +IGphY2tldHM= 34612 +IGdyw6FmaWM= 34613 +INC/0L7QutCw0LfRi9Cy 34614 +IGNhYmV6YQ== 34615 +Y2hvZHpp 34616 +IHBlbHZpcw== 34617 +IG5vc3RhbGdpYQ== 34618 +IGJyZXc= 34619 +IHNob3J0Y3V0cw== 34620 +IEFkZW3DoXM= 34621 +IHN1cGVyZmljaWFs 34622 +5YWp5YCL 34623 +IGJvY2E= 34624 +IOaIkeaYrw== 34625 +aW1lbnRvcw== 34626 +5Zug5Li6 34627 +IHNwcm91dHM= 34628 +6aOb 34629 +IEpvbmFz 34630 +IEZsb3JlbmNl 34631 +c3RhdGlj 34632 +ZGF1Z2h0ZXI= 34633 +Kik= 34634 +xYJieQ== 34635 +ZmFzaGlvbg== 34636 +IEdpbmdlcg== 34637 +IOunpOs= 34638 +IGh1c3RsZQ== 34639 +dXRvcw== 34640 +INGC0Y/Qtg== 34641 +IEzDtnM= 34642 +16nXmded 34643 +YW55Y2g= 34644 +dHViZXI= 34645 +IHRpZHk= 34646 +IGZyb250YWw= 34647 +IHdoaXNrZXk= 34648 +IGh1bWlk 34649 +IM6f 34650 +IHJpZGdl 34651 +IG1hcmlu 34652 +IGJpZW50w7R0 34653 +IENhcnJpZQ== 34654 +Y2h3 34655 +IHRhaHVu 34656 +IEVyZ2Vi 34657 +RlI= 34658 +IOygleu2gA== 34659 +IFNvbGRpZXI= 34660 +IGVubGlnaHRlbm1lbnQ= 34661 +IGV4YW1pbmluZw== 34662 +IE5vdHJl 34663 +IGVyYW0= 34664 +IFN1bm55 34665 +IGxheWVyZWQ= 34666 +IERhenU= 34667 +cmFkZXM= 34668 +5aW95ZCD 34669 +INC90LDRiNC10Lk= 34670 +IHRpbWJlcg== 34671 +IG1hbm5lcnM= 34672 +IEJpcm1pbmdoYW0= 34673 +IG1pbmlhdHVyZQ== 34674 +b21ldGVycw== 34675 +IGZpbGxlcg== 34676 +IFJpcA== 34677 +IEtvbWI= 34678 +b3duZXI= 34679 +7L8= 34680 +aWRpYW4= 34681 +IGRlbcOhcw== 34682 +INmI2Ko= 34683 +IHByZWNhdXRpb25z 34684 +IGdvdmVybm8= 34685 +emVsZg== 34686 +IENvbXBsZXRl 34687 +5biD 34688 +IFBoYW50b20= 34689 +44G+44Ga 34690 +INC90LXQtw== 34691 +INC60LDRgNGC 34692 +IEFudHdvcnQ= 34693 +IFBmaXplcg== 34694 +IEZyYW5jbw== 34695 +IHfFgg== 34696 +IGZyaWc= 34697 +ZXNwZXI= 34698 +IGthbGU= 34699 +IGZpbG1tYWtlcg== 34700 +IGt1cnQ= 34701 +IGludmFsaWQ= 34702 +5bGA 34703 +YXJlbGxh 34704 +xINuZw== 34705 +cmFtZW50bw== 34706 +IG51dHJpdGlvbmFs 34707 +IGRpY3RhdG9ycw== 34708 +IGFmaW4= 34709 +IGZ1enp5 34710 +IEdpbmE= 34711 +w7N0 34712 +IEV4dHJlbWFkdXJh 34713 +IGRlbW9uc3RyYXRpb25z 34714 +IE1vbnRnb21lcnk= 34715 +7ZW07ISk 34716 +IEdhbmRoaQ== 34717 +44Od 34718 +572u 34719 +IHJldW5pb24= 34720 +IGpha2nFmw== 34721 +IFp1Zw== 34722 +T1VHSA== 34723 +bGlmdGluZw== 34724 +IOCy 34725 +4bmb4bmj 34726 +ZWI= 34727 +IFdPVw== 34728 +IFNoaXZh 34729 +b21ldHJ5 34730 +IHdpbGRseQ== 34731 +IHRlbmRlZA== 34732 +IG1lZ2Fw 34733 +7LKY 34734 +IG5hdXNl 34735 +IGdlcmVr 34736 +44OL 34737 +IE1hcmNlbA== 34738 +IG5lc3Rl 34739 +2K7YsQ== 34740 +IGZlaA== 34741 +5YaF 34742 +c3VzcGVuc2VmdWw= 34743 +IFdyZXN0bGU= 34744 +IFBhbGVzdGluaWFucw== 34745 +IEdPUkQ= 34746 +aXlldA== 34747 +INGA0LDQtNC4 34748 +IHZlcnN1Y2hlbg== 34749 +IHRyYW5zaXN0b3I= 34750 +INCf0YDQvtGB0YLQvg== 34751 +INC/0L7QvdGA0LDQsg== 34752 +IHJoeW1l 34753 +IFZlcm1vbnQ= 34754 +cGxhdHo= 34755 +6K6w 34756 +IMSwxZ90ZQ== 34757 +IEhhZw== 34758 +INCY0Lw= 34759 +INGA0LDRgdGB0LrQsNC3 34760 +IG1ldHJvcw== 34761 +IEluZmluaXR5 34762 +d29sZg== 34763 +aWJhbA== 34764 +ZnRpZw== 34765 +INqG 34766 +IO2YueyLnA== 34767 +IG9nZ2k= 34768 +IGRpc3Bvc2l0 34769 +INC/0YDQuNC7 34770 +INCy0YvQv9C+0Ls= 34771 +IHRow7Rp 34772 +IEtFTk4= 34773 +IGhhbmRpbmc= 34774 +YWN0dXM= 34775 +IHRhY29z 34776 +IGZvcm1lcmx5 34777 +IENvcmludGhpYW5z 34778 +44Gr44Gv 34779 +0YbRltGX 34780 +IHBhZHJl 34781 +IGNvbmdyZWdhdGlvbg== 34782 +5pE= 34783 +ZmVydA== 34784 +IHN1Ymly 34785 +YWlzZXI= 34786 +cXVh 34787 +YXJhb2g= 34788 +IEN1cnJ5 34789 +IOyViuuKlA== 34790 +0LXQu9GO 34791 +IGZ1c3M= 34792 +IGJvb3R5 34793 +IGxvd3M= 34794 +IGhvbW1lcw== 34795 +IE1I 34796 +IERpc25leWxhbmQ= 34797 +d2VudA== 34798 +IHJlc2lkdWU= 34799 +IGJlZXBpbmc= 34800 +6LyV 34801 +w6R0dGE= 34802 +IG1vdWxk 34803 +IFByb2pla3Q= 34804 +c3RhbGs= 34805 +IGFydGlmYWN0 34806 +IEFudHJhZw== 34807 +IEFNRA== 34808 +IENyeXB0 34809 +IOuplA== 34810 +IEZlbGlwZQ== 34811 +IENPQg== 34812 +ZWx1 34813 +IHNlbGZpZXM= 34814 +IFNhbnRp 34815 +Y2h1dHo= 34816 +INCj0LrRgNCw0Zc= 34817 +Z2VzYW10 34818 +IGZsb2Nr 34819 +amF6 34820 +cGxhaW4= 34821 +IHdyaW5rbGVz 34822 +IHJlYWlz 34823 +IHBhbGpvbg== 34824 +IGVtcG93ZXJtZW50 34825 +IGF0dGVuZGVlcw== 34826 +cHBh 34827 +IG5lZGVu 34828 +0L7QvdGL 34829 +IHRpbWVmcmFtZQ== 34830 +IENoZXJyeQ== 34831 +IGlkw6ll 34832 +IGdhZw== 34833 +IGRvbmtleQ== 34834 +IMO0bmc= 34835 +IEhhcmU= 34836 +6Zqb 34837 +IEthcmE= 34838 +IGFjb21wYW4= 34839 +cGxhY2Vz 34840 +aW1pZW50b3M= 34841 +IEhhbW0= 34842 +0LHQuA== 34843 +dWJlbg== 34844 +aWxpeW9y 34845 +IHRoaXJzdA== 34846 +IGtyeQ== 34847 +IEdlb3JnZXRvd24= 34848 +16DXlA== 34849 +IG9yY2g= 34850 +IGhlYXJ0YmVhdA== 34851 +IHRyYW5zZm9ybWF0aW9ucw== 34852 +ZXN0b25lcw== 34853 +IEtI 34854 +IGNhcnRvb25z 34855 +IGFuY2k= 34856 +IHdvcnRobGVzcw== 34857 +IHRhaWxvcmVk 34858 +cHU= 34859 +QW1lcmljYW5z 34860 +IHBpbGVz 34861 +IE1vbmtleQ== 34862 +IGJhc2lu 34863 +IFRlbXBlcg== 34864 +IFBhaW50 34865 +IHB1bmNoaW5n 34866 +IGJhaWs= 34867 +IE9ha2xhbmQ= 34868 +dnJl 34869 +xZ9hbGxhaA== 34870 +eWRk 34871 +IGNhc3VhbGx5 34872 +b2R1 34873 +IGNvZGVk 34874 +IE5vcndlZ2lhbg== 34875 +IFZpbmNl 34876 +IHByZW1hdHVyZQ== 34877 +IFByb21pc2U= 34878 +0LXQutGB0YI= 34879 +IGRldmFzdGF0ZWQ= 34880 +IFByZW1pdW0= 34881 +IFBhcmFt 34882 +IMOWeWxl 34883 +dW11eg== 34884 +UE8= 34885 +cmF0b3Jz 34886 +IGxhbXBz 34887 +IHRlcnJpdG9yaWFs 34888 +IGJhY2tib25l 34889 +bGlzdGVk 34890 +RFk= 34891 +INin2YTYsQ== 34892 +IHB1cnN1ZWQ= 34893 +IENvbW1vbnM= 34894 +IOqzoQ== 34895 +bG9ja3M= 34896 +ZWRvcg== 34897 +IGNvbmNlaXZlZA== 34898 +Z2VyZQ== 34899 +IGRpc2FwcGVhcmluZw== 34900 +IFN1bGw= 34901 +IOyXsOs= 34902 +IGhvZmZl 34903 +IGRldG94 34904 +7ZSM 34905 +IHJldGly 34906 +IOuBneuC 34907 +IHBlcmd1bnRh 34908 +IEJPWQ== 34909 +57K+ 34910 +IHBlbm4= 34911 +5p2l5LqG 34912 +aMOpcw== 34913 +aG9u 34914 +IGNhdGFzdHJvcGhpYw== 34915 +IGF1c3Q= 34916 +IHRvcnNv 34917 +IOyWtOuKkA== 34918 +IOyCrOuejOuTpOydtA== 34919 +IG1hcnZlbG91cw== 34920 +IEhhcmxleQ== 34921 +YWNoaW5l 34922 +IHRp4bq/ 34923 +aXR0bw== 34924 +IEnDrW0= 34925 +eWxvbg== 34926 +IHNodXRkb3du 34927 +Licn 34928 +IGFwb2xvZ2llcw== 34929 +IENvbW11bmljYXRpb24= 34930 +INCz0L7QstC+0YDRjg== 34931 +44GC44O8 34932 +4oSi 34933 +w612ZWlz 34934 +YWN1bg== 34935 +IHJldGFpbmluZw== 34936 +IGNvbnRyYWRpY3Rpb24= 34937 +IEFEQU0= 34938 +Q09N 34939 +QnJ5YW4= 34940 +IE1vbnNpZXVy 34941 +IGFkYXB0aW5n 34942 +0KjQkA== 34943 +IFNjcg== 34944 +w6RuZGVydA== 34945 +IHBsYXVz 34946 +5LuK5aSp55qE 34947 +IG9uc2V0 34948 +IGFzc2lzdGFudHM= 34949 +IHZhbHZlcw== 34950 +IHNjYXR0ZXI= 34951 +IFJ1c3Q= 34952 +YXdpYQ== 34953 +IHJlYWRpbmVzcw== 34954 +IHBhaXM= 34955 +IGJpYmxl 34956 +IGFtYmllbnRl 34957 +INCw0LzQtdGA0LjQug== 34958 +IHVuY29uZA== 34959 +IGthbGs= 34960 +5Yqo 34961 +IG1vYw== 34962 +dW5u 34963 +IGFjdHU= 34964 +IGh1bW1pbmc= 34965 +aXNzaW1v 34966 +IFBhdHJvbA== 34967 +Z293 34968 +44Ok 34969 +IFRIRVk= 34970 +IEJvZGVu 34971 +IEJpZQ== 34972 +IHJlZWw= 34973 +INGD0YHQu9C+0LI= 34974 +IGVuZGVhdm9y 34975 +IFBlcmlvZA== 34976 +dXN0b21lZA== 34977 +bWFscw== 34978 +YWxvbg== 34979 +Qm94 34980 +IM+DzrHPgg== 34981 +IG9tZGF0 34982 +IGFsdHJl 34983 +IEhlaA== 34984 +a2Fk 34985 +IHByb3RlY3Rvcg== 34986 +IGRvbWluYW5jZQ== 34987 +b2R5bmFtaWM= 34988 +IGNvbW11bmljYXRlZA== 34989 +a8O2 34990 +IHByZWRlY2Vzc29y 34991 +IEx1aw== 34992 +IEZsb3dlcg== 34993 +IOOBqQ== 34994 +cG9xdWU= 34995 +0YLQuNGA0L7Qsg== 34996 +IHJldHJvc3BlY3Q= 34997 +IGRlY2lzaXZl 34998 +IGV4ZW1wZWw= 34999 +e1w= 35000 +IFLDvGNr 35001 +cml0ZQ== 35002 +IFpldXM= 35003 +IGNhbG9yaWU= 35004 +IGF0dHJhY3Rpb25z 35005 +IEhpbnRlcg== 35006 +IHVobQ== 35007 +IO2MkA== 35008 +IHJ1bGVycw== 35009 +IGRpc2NvdXJhZ2Vk 35010 +IGFjb250ZWNlcg== 35011 +IGFjY2VudHM= 35012 +IE9wdGlt 35013 +IEFsZw== 35014 +a2lkcw== 35015 +MjAyMQ== 35016 +IExpbmRzYXk= 35017 +IGZpbG1tYWtlcnM= 35018 +cHJvd2Fk 35019 +IHRlcnVn 35020 +64u0 35021 +IFNvbW1lcg== 35022 +MjAxOA== 35023 +IGJvcnJvd2luZw== 35024 +IFRyYW5zZmVy 35025 +0L3QvtC/ 35026 +YXJpYXM= 35027 +IGhlYWRwaG9uZQ== 35028 +7Lyc 35029 +IHRyYW5zbGF0aW5n 35030 +IGF1Zmdl 35031 +4K6q4K6f 35032 +d2Vpcw== 35033 +YXZhbnQ= 35034 +cGFpZA== 35035 +YmFieQ== 35036 +IHRvdWdoZXN0 35037 +IHJlcGVhdHM= 35038 +IFRlcmVzYQ== 35039 +TG9yZA== 35040 +IGFjYWJhcg== 35041 +IFJpZGU= 35042 +ZGly 35043 +IGxlbmc= 35044 +IGR3YQ== 35045 +IGhlYWRhY2hlcw== 35046 +IG7hu69h 35047 +INC90LDRgdGC0L7Rj9GJ 35048 +IGJvaWxz 35049 +IGxvbmdpbmc= 35050 +cmlhcw== 35051 +w7NyaW8= 35052 +IFBhcmFkaXNl 35053 +IFNlw7Fvcg== 35054 +ZXJkZW0= 35055 +IHJlaW5zdA== 35056 +IHNhbGFyaWVz 35057 +IGluc2VjdXJpdHk= 35058 +xYJvxZtjaQ== 35059 +INCw0LHRgdC+0LvRjtGC0L3Qvg== 35060 +aW5rZW4= 35061 +IEVkZHk= 35062 +dWRvcw== 35063 +IGR1bW15 35064 +0JrQsNC6 35065 +c2l4 35066 +IGluYm94 35067 +4bqp 35068 +UGVvcGxl 35069 +4buTbmc= 35070 +IG9yZ2FuaXplcnM= 35071 +ZmluZA== 35072 +IMO8bA== 35073 +IENPTQ== 35074 +xbxh 35075 +d2VpbGU= 35076 +Q29tbWVudGFyeQ== 35077 +7Yq466W8 35078 +IE1pdHRlbA== 35079 +a3Vz 35080 +6JuL 35081 +4KSo 35082 +aXJhbA== 35083 +IGdhcm1lbnQ= 35084 +zrnOus6s 35085 +IHN0b29s 35086 +cGF5ZXJz 35087 +IHNoaW1tZXI= 35088 +IE9sbGll 35089 +IEplxbxlbGk= 35090 +6L+Y5pyJ 35091 +IDE5Nzc= 35092 +IGpldXg= 35093 +IGV4dGluY3Q= 35094 +IFRyYW5zcG9ydGF0aW9u 35095 +IE1ha2Vy 35096 +IGpvaG4= 35097 +IHJpY2hlc3Q= 35098 +IHRyYXVtYXQ= 35099 +IGxpZWdlbg== 35100 +tOulvA== 35101 +6L+Z6YeM 35102 +IHVucmVzdA== 35103 +IFN0cmF3 35104 +5ouc5ouc 35105 +IGNvbWE= 35106 +IEtyaXN0ZW4= 35107 +INCa0L7QvdC10YfQvdC+ 35108 +IEJyeWNl 35109 +INGP0LrRlg== 35110 +IHBlYXJscw== 35111 +INC/0L7QvdC40LzQsNGO 35112 +IGFkZGl0aW9ucw== 35113 +IGFzeW1wdA== 35114 +INC80LXQvdGM0YjQtQ== 35115 +IHNjYW5z 35116 +Q2hpbGQ= 35117 +IEhpZGU= 35118 +0LrRg9GO 35119 +ZXRhcw== 35120 +IGRhbms= 35121 +IHBsZWFz 35122 +IGVzc2F5cw== 35123 +IGpldHM= 35124 +5YWS 35125 +INCy0LXQtA== 35126 +IHBvc2l0aXZlcw== 35127 +aG9m 35128 +LSk= 35129 +enpv 35130 +IHN0YXJ0ZXJz 35131 +IHNtaWxlZA== 35132 +IDE5NDQ= 35133 +cXVpZXJh 35134 +IHJvaw== 35135 +IHB1ZXN0bw== 35136 +Tmljbw== 35137 +IHNpbXVsYXRpb25z 35138 +IOC2 35139 +IGludHJpZ3VlZA== 35140 +IE92ZXJ3YXRjaA== 35141 +5ZaC 35142 +c2lnaA== 35143 +YmFp 35144 +IOunkOqzoA== 35145 +aWTDqQ== 35146 +IGNyYWJz 35147 +4bqtcA== 35148 +IElyYXFp 35149 +7J2066W8 35150 +0YLRjw== 35151 +IFNvcGhpYQ== 35152 +IEROUw== 35153 +IMO2bmVtbGk= 35154 +IEx1bw== 35155 +naQ= 35156 +IENvdW5zZWw= 35157 +bGlnZW4= 35158 +0LDQvdGM0YjQtQ== 35159 +IHRydW1wZXQ= 35160 +IGRhcGF0 35161 +IEpN 35162 +IEVWRVJZ 35163 +IOWwjeS4jeWwjQ== 35164 +5aSi 35165 +IExheWVy 35166 +IGPDtA== 35167 +0L3QsNC7 35168 +IEpvbw== 35169 +IEhhY2s= 35170 +IHN1bnQ= 35171 +IExlb25hcmQ= 35172 +IEZpcmViYXNl 35173 +w6RuZ2Vy 35174 +IGV4cGxvZGluZw== 35175 +dm95 35176 +IOymkA== 35177 +INGB0LXRgNGM 35178 +IHNldmVyaXR5 35179 +IGJlc3RpbW0= 35180 +57WQ5p6c 35181 +IHRpcmluZw== 35182 +IHByb2N1cmVtZW50 35183 +IGRpcGxvbWFjeQ== 35184 +IGRlY29yYXRpdmU= 35185 +INmK2Kc= 35186 +IHBlbmV0cmF0aW9u 35187 +1as= 35188 +IG91dHJpZ2h0 35189 +RU5F 35190 +IFVuaQ== 35191 +b2RsZXM= 35192 +IHplcm9z 35193 +IGRlbGlnaHRmdWw= 35194 +am0= 35195 +IGRvcG8= 35196 +5rKh5LqL 35197 +IHBvc2l0aXZpdHk= 35198 +IFZJU1RB 35199 +IFJlc291cmNl 35200 +7YOA6w== 35201 +0YjQuNC1 35202 +Q2FybA== 35203 +IHBpcGluZw== 35204 +IGNob3BwaW5n 35205 +IEdhbnpl 35206 +w7xzcw== 35207 +IEFv 35208 +IHNoYXR0ZXJlZA== 35209 +IERldGVjdGl2ZQ== 35210 +IHVuZG91YnRlZGx5 35211 +IGhhbGx1Yw== 35212 +IGVuY2g= 35213 +0YvRh9C90L4= 35214 +0YPQu9GP0YA= 35215 +aXNlc3Rp 35216 +IHBlZGFscw== 35217 +IGR1cnVt 35218 +pO2U 35219 +bGFpbWVy 35220 +IHByb3ByZQ== 35221 +Q3U= 35222 +IHRyYW5zbGF0b3I= 35223 +IGNhxYI= 35224 +IOq3uOqxuA== 35225 +IGNhxYJ5 35226 +VUE= 35227 +IHJldmlzZWQ= 35228 +INC/0L7QtNC+0LE= 35229 +IEFydGljbGU= 35230 +IEhhaXRp 35231 +IMOT 35232 +IEN0cmw= 35233 +IHJvem0= 35234 +bGFpdA== 35235 +IGxldHp0ZQ== 35236 +aXNwZXJpbmc= 35237 +ZGlzcGxheQ== 35238 +IGFsdW1pbml1bQ== 35239 +IHBhbGFicmFz 35240 +IGNvbm9jZXI= 35241 +IHppdHRlbg== 35242 +IGRpcmln 35243 +5Y+q5pyJ 35244 +IGJyYWluc3Rvcm0= 35245 +IHdpZmk= 35246 +IFBhcnRpY2lw 35247 +IHZpZXdwb2ludA== 35248 +IFF1YW4= 35249 +IGhpZXJhcmNo 35250 +V2VsY29tZQ== 35251 +5a++ 35252 +IG9mZmVu 35253 +IFJlY292ZXJ5 35254 +Z2Fubw== 35255 +V291bGQ= 35256 +IHJlcHJv 35257 +IHBlcmNlcHRpb25z 35258 +IGRlbWFzaQ== 35259 +IEJhbmdsYWRlc2g= 35260 +IEluY3JlZGlibGU= 35261 +IGxldHp0 35262 +IGJlaGF2aW5n 35263 +IGFzdG9uaXNoaW5n 35264 +IOKG 35265 +IOuCqOyekA== 35266 +6LWw5LqG 35267 +44OU 35268 +IEdPUkRPTg== 35269 +Q0FS 35270 +PyEi 35271 +IFByZXN0 35272 +IOunnuyVhOyalA== 35273 +IHRhbmQ= 35274 +IGxhc2g= 35275 +54o= 35276 +aWZpY2FudA== 35277 +IGludG9sZXI= 35278 +INCz0LXRgNC+ 35279 +IHRldQ== 35280 +YXNv 35281 +INGB0L7QstC10YI= 35282 +IHRyYXZlbGVycw== 35283 +IFN5bmQ= 35284 +INCy0LXRgNGB 35285 +Rm9uZGE= 35286 +YWTEsQ== 35287 +IHRyYW5zY3JpcHRpb24= 35288 +IHRpdGFuaXVt 35289 +IHR3aXN0cw== 35290 +IGdlYXJib3g= 35291 +ZW5zYXRpb24= 35292 +ZmF0 35293 +Q29sbA== 35294 +IENvbW1vbndlYWx0aA== 35295 +em9u 35296 +IFBvbGl6ZWk= 35297 +IEFQUExBVVNF 35298 +ZnJ5 35299 +IEp1ZGE= 35300 +ZXN0ZWVt 35301 +IHNvY2s= 35302 +IEp1Z2VuZA== 35303 +INC60YHRgtCw0YLQuA== 35304 +IERybw== 35305 +IHByb2NoYWluZQ== 35306 +44O844Or 35307 +IGxpa3NvbQ== 35308 +IEVuZXJnaWU= 35309 +IE1hcmluYQ== 35310 +IDIzMA== 35311 +IOqwgOyEnA== 35312 +dW1waW5n 35313 +IGxvbmU= 35314 +57Sa 35315 +IGZvbnRz 35316 +IGJ1c2luZXNzbWFu 35317 +IHBseQ== 35318 +IGRvZQ== 35319 +Z3JpZA== 35320 +IE1pbHdhdWtlZQ== 35321 +IEVkZW4= 35322 +ISIu 35323 +INuM24E= 35324 +b2dlbnM= 35325 +IHRlYXNlcg== 35326 +IHF1acOpbg== 35327 +IGluY2VudGl2 35328 +Z292ZXJu 35329 +IGNoaWxkY2FyZQ== 35330 +IHNuZWFrZXJz 35331 +IGltcHJpc29uZWQ= 35332 +wq4= 35333 +0LjRgtC10YHRjA== 35334 +YW5idWw= 35335 +IHJlZ2Fpbg== 35336 +IHRyYW5xdWls 35337 +UmVkbmVy 35338 +6Zuo 35339 +SUZB 35340 +IGlkZW9sb2dpY2Fs 35341 +IG1heW9yw61h 35342 +IGJ1cmVhdQ== 35343 +ZXRlcm0= 35344 +IERJRA== 35345 +7Iq3 35346 +IHdhdmluZw== 35347 +IGJlYg== 35348 +IMOhcg== 35349 +INC60LI= 35350 +IGVudm95 35351 +YW51dA== 35352 +0LjQutGD 35353 +IEVudmlyb25tZW50 35354 +IEFzc2Fzcw== 35355 +44KT44Gn 35356 +IEJyZWFk 35357 +INCi0YPRgg== 35358 +IHN0YWlyY2FzZQ== 35359 +IERpc2Vhc2U= 35360 +IGF1Y3Vu 35361 +IOuLiA== 35362 +IGNvbmZyb250YXRpb24= 35363 +IDE5NDE= 35364 +IGlyb255 35365 +IHdvcnNo 35366 +44KM44KL 35367 +IGZpY2s= 35368 +IE5hb21p 35369 +IGJhY2tzaWRl 35370 +aWV1eA== 35371 +S2Fw 35372 +IHZlZGVyZQ== 35373 +IGxlbmd0aHk= 35374 +IGJyZWFrZXI= 35375 +IFJvbGxl 35376 +IHByZWRhdG9y 35377 +IG5vc3Nvcw== 35378 +IGFkdmVydGlzZQ== 35379 +6LOH 35380 +0YDQvtC00LU= 35381 +UmVkbmVyd2VjaHNlbA== 35382 +cmV0ZW4= 35383 +IGNvbGxlY3RvcnM= 35384 +xLHEn8SxbcSxeg== 35385 +IHRyaWc= 35386 +IGF4ZXM= 35387 +aW50ZXJz 35388 +IHBlbmFsdGllcw== 35389 +IE9zbWFu 35390 +IEplbm5h 35391 +IGZsYWtlcw== 35392 +IHRyYWluZXJz 35393 +IHN0dW5uZWQ= 35394 +IFNjcm9sbA== 35395 +IFBpcA== 35396 +INC90LDRgdGC 35397 +IG5ow6A= 35398 +IFNtYWNr 35399 +4bqrbg== 35400 +cmF0b3M= 35401 +INGA0LDQsdC+0YLRiw== 35402 +IHVjeg== 35403 +IExlbW9u 35404 +IFNpbmQ= 35405 +IHBzeWNoaWM= 35406 +IEFiZw== 35407 +IG1hbW1hbHM= 35408 +IGltbWVyc2l2ZQ== 35409 +IGJvdHM= 35410 +IHZlcnNjaGllZGVuZQ== 35411 +IGdlcmFs 35412 +IGZvbGxvd2Vy 35413 +IOS7lg== 35414 +IHNlZ3VyaWRhZA== 35415 +IGltbWVyc2Vk 35416 +ZmVpdG8= 35417 +Y3Jvc3M= 35418 +IMO2bGQ= 35419 +7YOE 35420 +IOOBk+OBrg== 35421 +INeU15nXkA== 35422 +IEppYW4= 35423 +IGJpbGl5b3I= 35424 +YXJlYQ== 35425 +IGthZg== 35426 +IGdvZHQ= 35427 +55u45L+h 35428 +IOuwqeyGoQ== 35429 +IGRldHJpbWVudA== 35430 +5qWa 35431 +0ZbQuw== 35432 +IMSRw6J1 35433 +IGNobG9yaWRl 35434 +w7hyZQ== 35435 +bGVp 35436 +IG1vbnRl 35437 +IGRpZmbDqXJlbnRlcw== 35438 +4K+BLg== 35439 +IGNhcmVnaXZlcnM= 35440 +IGluYWRlcXU= 35441 +IGZhcmV3ZWxs 35442 +INGC0LjQv9Cw 35443 +b250ZWM= 35444 +IEVwaA== 35445 +SEhI 35446 +IFRvZG9z 35447 +INCh0KjQkA== 35448 +IHRyb3Y= 35449 +IGxpZ2U= 35450 +IGPDtG5n 35451 +IENpdg== 35452 +IGNhcGF6 35453 +IFZhbGxhaGk= 35454 +IHF1ZXN0ZQ== 35455 +IHJlcGxpY2E= 35456 +2LPYqA== 35457 +em5h 35458 +INGB0LvRg9C2 35459 +IFBU 35460 +d2F2ZQ== 35461 +aWVuaQ== 35462 +IHJlbGllZA== 35463 +ZGV2ZWxvcA== 35464 +IGRlbWU= 35465 +IEFtYW4= 35466 +IFsuLi5d 35467 +IGNvbXBsaW1lbnRz 35468 +dWFpcw== 35469 +IO2MqA== 35470 +IHNtZWxsaW5n 35471 +IGRhZHVyY2g= 35472 +2YjYqg== 35473 +IG9yYW5nZXM= 35474 +INC70LDQuQ== 35475 +IHN0YWJpbGl6YXRpb24= 35476 +5YCN 35477 +44KM44Gf 35478 +5qW9 35479 +IGFwcGxpYW5jZXM= 35480 +IGht 35481 +g5DrqbQ= 35482 +b2R5bmFtaWNz 35483 +IGNpxJk= 35484 +IENvdHQ= 35485 +TU9O 35486 +IE1hbmc= 35487 +5pSv5oyB 35488 +IGFsbGVyZGluZ3M= 35489 +zrnOus6u 35490 +c2hvdHM= 35491 +IHRz 35492 +IEfDtnI= 35493 +IENIQVI= 35494 +IDoo 35495 +IHdyYXRo 35496 +IGZpcXVl 35497 +IGbDvGhyZW4= 35498 +IHRlc3RhbWVudA== 35499 +IF5e 35500 +4bmb4bmj4bmHYQ== 35501 +QUxE 35502 +IHRleHRv 35503 +IERvZ3M= 35504 +IHNpYg== 35505 +IHBhdGhldGlj 35506 +b2Nrcw== 35507 +IHJhZGljYWxseQ== 35508 +IE1PUkU= 35509 +IEpBTUVT 35510 +IGluZ2w= 35511 +IFRlY2huaWNhbA== 35512 +IHBvcmNo 35513 +IFVU 35514 +INC+0LHRj9C30LDRgtC10LvRjNC90L4= 35515 +IHJlbmV3YWw= 35516 +IGFlc3RoZXRpY3M= 35517 +aWt1bQ== 35518 +IGJldmVyYWdl 35519 +ZGVybg== 35520 +IHByZWRpY3RpdmU= 35521 +IGNodXk= 35522 +IFJlZ2FyZGluZw== 35523 +IEZvcndhcmQ= 35524 +INmI2YQ= 35525 +IGNvbnRleHR1YWw= 35526 +IGR3YXJm 35527 +IHByZWhl 35528 +IGdvdmVybmVk 35529 +hYQ= 35530 +IHRyYWJhbGhhcg== 35531 +IG5lZ8OzY2lv 35532 +INCx0L7Qu9GM0YjQvtC5 35533 +0LXRh9Cw0YI= 35534 +INC00YPRhQ== 35535 +IGZsb29kcw== 35536 +IGJvd2xpbmc= 35537 +IE9C 35538 +IEjDpHI= 35539 +IGdyYWRpbmc= 35540 +7KO864qU 35541 +IGdhcnM= 35542 +ZGxpbmc= 35543 +IHJhaw== 35544 +64g= 35545 +Y3JlYXQ= 35546 +INGJ0LU= 35547 +IG5laWdoYm91cnM= 35548 +Zm9vZA== 35549 +UXVlcnk= 35550 +IGhlcm9pbg== 35551 +aWNlcHM= 35552 +IEtpbmRh 35553 +TkVU 35554 +IG1hcmk= 35555 +IGltaXRhdGU= 35556 +IGFjaHRlcg== 35557 +IHNldHRsZW1lbnRz 35558 +cmFyZQ== 35559 +Y2Npb25lcw== 35560 +IOuTnA== 35561 +IGZpaw== 35562 +aXR1bmc= 35563 +INC80LDQutGB0LjQvA== 35564 +IGVsZg== 35565 +IGRhbGxh 35566 +IFBvbHNjZQ== 35567 +IFB1bA== 35568 +0KfRgtC+ 35569 +IE1vcmdlbg== 35570 +2K3ZhQ== 35571 +IHN1cHJlbWFjeQ== 35572 +IGt5cw== 35573 +IEh1cnJpY2FuZQ== 35574 +IEdUQQ== 35575 +IEZlaA== 35576 +IGZpbmFsbWVudGU= 35577 +bXVuZA== 35578 +IEtyaWU= 35579 +w6lwb3F1ZQ== 35580 +IFR1Y2tlcg== 35581 +SVRU 35582 +IGx1cg== 35583 +IGRpcHBpbmc= 35584 +w6R2 35585 +IGVlcnN0ZQ== 35586 +IEZsaW50 35587 +YmlsZHVuZw== 35588 +4Li54LmJ 35589 +IHRvaW0= 35590 +IHByYWN5 35591 +IHRyYW5zZm9ybXM= 35592 +IHNwZWVkaW5n 35593 +IHByZXNlbnRlcg== 35594 +IGZlbGxvd3M= 35595 +ZmlsbGVk 35596 +aWV6YQ== 35597 +IGFkdmlzaW5n 35598 +IEludGVydmlldw== 35599 +0LjQs9GA 35600 +d2Vocg== 35601 +IERhbnRl 35602 +cHR1cmU= 35603 +iOusuA== 35604 +r7jr 35605 +kJA= 35606 +IENvdW50ZXI= 35607 +IGNyaXN0 35608 +IOynnA== 35609 +IGpldW5l 35610 +INGB0YLRgNCw0Yg= 35611 +IG1pZcSH 35612 +IHR1dG9y 35613 +IG1hc2FsYQ== 35614 +IHBvd2RlcmVk 35615 +IG5hdQ== 35616 +IEZyZWRlcmljaw== 35617 +IGJpbGxpbmc= 35618 +IEVpc2Vu 35619 +INC00L7QsdGA 35620 +IG1lc3Q= 35621 +5r0= 35622 +IHNuaXBw 35623 +IG1vbm8= 35624 +IEFsbw== 35625 +IE1lcmN5 35626 +w6lyaWVuY2U= 35627 +IGNhc3VhbHRpZXM= 35628 +IEFOTk9VTkNFUg== 35629 +5LuO 35630 +IHRvY2Fy 35631 +IGJhY3RlcmlhbA== 35632 +SG8= 35633 +IHN0cmVhaw== 35634 +IEpFTk4= 35635 +IHBsYXN0 35636 +0YHQu9C10LQ= 35637 +IHJlYXBw 35638 +IHBheWNoZWNr 35639 +IG1pbmVycw== 35640 +aGFidA== 35641 +IEphcA== 35642 +0L3Rg9GC 35643 +IHJlZGVtcHRpb24= 35644 +IHF1aXI= 35645 +aG5saWNo 35646 +IGFjY3VtdWxhdGlvbg== 35647 +IHNob3Zl 35648 +IGFkcmVuYWxpbmU= 35649 +TWFrZQ== 35650 +IEhlcm4= 35651 +b3NzaW5n 35652 +IFZpbA== 35653 +dWJieQ== 35654 +aGVydHo= 35655 +YnJlYWtz 35656 +IHNwdXI= 35657 +IERhaGE= 35658 +VVNUSU4= 35659 +IGNvbnRpbnVlcg== 35660 +IFNhdWw= 35661 +44Gu44Gv 35662 +IO2PrQ== 35663 +IOuQmOuptA== 35664 +IOunkOyUgA== 35665 +INC+0LY= 35666 +IHN1c3BlY3Rz 35667 +IGxhcXVlbGxl 35668 +IE11Y2hhcw== 35669 +IHbDtmxsaWc= 35670 +dWxlbg== 35671 +IGltcHJlcw== 35672 +IGxvYmI= 35673 +ZW5lZQ== 35674 +INC90LDQtg== 35675 +VGE= 35676 +IHLDqWFsaXTDqQ== 35677 +IFJleA== 35678 +IGhhcnZlc3Rpbmc= 35679 +IGVzdHI= 35680 +5rY= 35681 +b3NwYWNl 35682 +T1NT 35683 +IGRpc3R1cmJhbmNl 35684 +YXNzaWM= 35685 +IElzYWI= 35686 +IGTDqWNvdXY= 35687 +IEhhbXBzaGlyZQ== 35688 +IG9ybmFtZW50 35689 +IGx1w7Ru 35690 +IFVX 35691 +IGrEhQ== 35692 +6YKj5LmI 35693 +IHJlc3BlY3Rv 35694 +IGNvbXVuaWRhZA== 35695 +IGNvbWlnbw== 35696 +YWduYQ== 35697 +IGludHJpbnNpYw== 35698 +IEFsdW1uaQ== 35699 +IHNlc2xlcmk= 35700 +IGVzdGltYXRpb24= 35701 +4oCU4oCU 35702 +IHByb2R1aXQ= 35703 +44CC44CN 35704 +INCy0YA= 35705 +IHdoaXJs 35706 +IGFjY2Vz 35707 +w6d1 35708 +IHZhcmlhYmlsaXR5 35709 +IHZvZGth 35710 +aXRzdQ== 35711 +IGludGVybnNoaXBz 35712 +IGFsbG9jYXRl 35713 +UlI= 35714 +7ZuI 35715 +IGluc3RydWN0aW9uYWw= 35716 +dGFudA== 35717 +IOCuheCupA== 35718 +IGludml0ZXM= 35719 +IGhhaw== 35720 +IHNjYXJlcw== 35721 +IGVjbGlwc2U= 35722 +0L/QvtCy 35723 +0LrQvtC70Yw= 35724 +YXRpdmFz 35725 +IHN0YWJiZWQ= 35726 +IERPTQ== 35727 +5LiN5Yiw 35728 +cm9vdHM= 35729 +IFBpY3R1cmU= 35730 +7Zi8 35731 +IENIQQ== 35732 +aWVj 35733 +xLHEsQ== 35734 +aGFub2w= 35735 +IG1pc3VuZGVyc3RhbmQ= 35736 +UmF5 35737 +IHJvYWRtYXA= 35738 +b2N1bWVudGVk 35739 +aXppb25l 35740 +IE9saXZl 35741 +cmlmdA== 35742 +INeU16A= 35743 +5q+N 35744 +bGVzdA== 35745 +Ozs= 35746 +IEVB 35747 +6ZyA6KaB 35748 +0L7QtNGD 35749 +IGhvYmJpZXM= 35750 +IGJ1cmlhbA== 35751 +44Gr44Gh44Gv 35752 +0KQ= 35753 +bGVnZQ== 35754 +IEhK 35755 +IG9iamVjdGlvbg== 35756 +IOOBrQ== 35757 +Y3Rvcnk= 35758 +IGluY3JlbWVudGFs 35759 +IGd5bW4= 35760 +IGVwaWRlbWk= 35761 +0YHRi9C7 35762 +w5E= 35763 +IGFkdmFuY2VtZW50 35764 +IHBhcmNo 35765 +TmV3cw== 35766 +IGF5cg== 35767 +0LvQsNC8 35768 +INec16k= 35769 +IGRpcGxvbWE= 35770 +44Gh44KD44KT 35771 +IHJvYmJlZA== 35772 +T25seQ== 35773 +IGluY3Vy 35774 +IGNoYW50aW5n 35775 +IO2VtOuPhA== 35776 +IHJpY2hlcw== 35777 +IENhcm1lbg== 35778 +IG5vc3Rybw== 35779 +zrvOrQ== 35780 +IFBvd2Rlcg== 35781 +4LmA4Lir 35782 +IOyeiOycvOuptA== 35783 +IGdlcsOnZWt0ZW4= 35784 +IFBpa2FjaHU= 35785 +0LXQvNC+0L0= 35786 +T0xM 35787 +IHBsYW5ldGFyeQ== 35788 +IHNsb3dz 35789 +IGNsb2Nrd2lzZQ== 35790 +YWxpb24= 35791 +IOyM 35792 +IHZlcm4= 35793 +IGhvbW1l 35794 +IGVuZHBvaW50 35795 +IGlubm9jZW5jZQ== 35796 +IGVsZW1lbnRvcw== 35797 +IHNvcGhvbW9yZQ== 35798 +IG5vdGlvbnM= 35799 +IENvdWxkbg== 35800 +cHVy 35801 +IHphdA== 35802 +IG9ic2Vzcw== 35803 +IG1vdGl2bw== 35804 +IEt1Yg== 35805 +IERydWc= 35806 +QW50 35807 +IFBsYXllcnM= 35808 +IEh1bWFucw== 35809 +IG1lbGVl 35810 +IFdpbGRsaWZl 35811 +IFZQ 35812 +IHZvbGNhbmlj 35813 +IGNvbWlu 35814 +IEd1YW5n 35815 +IM+EzrnPgg== 35816 +INC+0YHQvtCx0LXQvdC90L4= 35817 +IFNpemU= 35818 +TGlzdGVu 35819 +IEFhYQ== 35820 +YXBwcm8= 35821 +IGJhcmJhcg== 35822 +IFBhcmtpbnNvbg== 35823 +0L3Rj9GC0Yw= 35824 +5Y2w 35825 +IHVuZGVyZXN0aW1hdGU= 35826 +IHN1YnN0aXR1dGlvbg== 35827 +IGNvc21ldGlj 35828 +5LiL5qyh 35829 +IHdpbGxlbg== 35830 +IGJlaWRl 35831 +YW5uaQ== 35832 +IGNvbmRpdGlvbmVk 35833 +IERlYmJpZQ== 35834 +IGlzdG8= 35835 +IEVkd2FyZHM= 35836 +7JuM7JqU 35837 +INGC0L7Qsg== 35838 +IGFiYnJldmk= 35839 +IE3DvG4= 35840 +IFByaW5j 35841 +IExpYW5n 35842 +IHN0aW5r 35843 +IHJhZGlvYWN0aXZl 35844 +44GG44KP 35845 +IGFjb250ZWM= 35846 +IHVuY29u 35847 +IFR1cmJv 35848 +44GQ 35849 +IGtpc3Nlcw== 35850 +5piv5LuA6bq8 35851 +0LXRgtGA0L7Qsg== 35852 +IGZyb250aWVy 35853 +IFNweQ== 35854 +IEJlbGFydXM= 35855 +IENCUw== 35856 +4buX 35857 +YW1vdG8= 35858 +7ZWc642w 35859 +INGB0YLRgNC+ 35860 +IEVuZmlu 35861 +IGJyZWFkdGg= 35862 +6Ziy 35863 +IENhZmU= 35864 +IERhZsO8cg== 35865 +IEJvdXI= 35866 +YXJhcw== 35867 +IGJsdWVwcmludA== 35868 +YW7EsQ== 35869 +IGNvbnN0YW50cw== 35870 +IGF0dGFja2Vy 35871 +IEZvcm11bGE= 35872 +emHEhw== 35873 +IHNvd2ll 35874 +IGV5ZWJyb3c= 35875 +b2Jvb2s= 35876 +IHNldHplbg== 35877 +56ys5LiJ 35878 +b25zaWRlcg== 35879 +YXduaW5n 35880 +IHPDtnlsZXll 35881 +IGludmFkZWQ= 35882 +IHByb25vdW5z 35883 +IGRvYnJ5 35884 +U2k= 35885 +INCl0L7Rgg== 35886 +IHZvbGxleWJhbGw= 35887 +IGxhbWVudA== 35888 +aXNjaGVz 35889 +YXJtZQ== 35890 +YXBp 35891 +IFdpa2k= 35892 +0LvQuNGI 35893 +IGthc2lo 35894 +IHBlc3M= 35895 +INGE0L7Rgg== 35896 +IFN1bA== 35897 +5b63 35898 +IHBzZXVkbw== 35899 +IG1lbW8= 35900 +IOyXsOyKtQ== 35901 +INC00L7Qu9C70LDRgNC+0LI= 35902 +INC/0LXRgNC10Lw= 35903 +IFJlYWNo 35904 +bWlyYWw= 35905 +YWx0ZWQ= 35906 +IHN0YXR1dA== 35907 +cmVhZGluZw== 35908 +IHPDtnlsZWQ= 35909 +IExpbmRzZXk= 35910 +IEFobWFk 35911 +67aA6w== 35912 +INCh0LXQs9C+0LTQvdGP 35913 +IHByenlnb3Q= 35914 +IGh5c3Rlcg== 35915 +VVJF 35916 +IE5laWdo 35917 +UmVwb3J0ZXI= 35918 +IEJ1bnU= 35919 +IFRyZWF0eQ== 35920 +IFJhbms= 35921 +IEZhbWU= 35922 +aW5pc2hlZA== 35923 +IGdlYXJlZA== 35924 +IGNvbXBvc2U= 35925 +b2RpYQ== 35926 +IExvbg== 35927 +IGplc3RlxZtteQ== 35928 +IERJUkVDVE9S 35929 +IGVsa2Fhcg== 35930 +IFZpZWw= 35931 +15DXqQ== 35932 +eW50aGlh 35933 +5Lim 35934 +IG3DqHJl 35935 +IFRvbWF0bw== 35936 +IGV4YXRhbWVudGU= 35937 +bmnEmQ== 35938 +IEZyZWk= 35939 +IERpZg== 35940 +IG9wZW5pbmdz 35941 +IGdyYXBoaWNhbA== 35942 +INGD0LTQvtCx 35943 +INCy0YHQvw== 35944 +IFdlZWtseQ== 35945 +0LXQstCw 35946 +IGhhbmdz 35947 +IHVuc2FmZQ== 35948 +IGVtYmxlbQ== 35949 +IEtvbGxlZ2lubmVu 35950 +YWxheQ== 35951 +IGtzaQ== 35952 +IGhpZGVz 35953 +IG9sbWF5 35954 +IGVudHN0ZQ== 35955 +IGFydGhyaXRpcw== 35956 +w59lcmRlbQ== 35957 +IGJpbm5lbg== 35958 +IGxpc3RlbnM= 35959 +IEhlc3M= 35960 +5YaN5L6G 35961 +IExvdWlzZQ== 35962 +bGRlbg== 35963 +0LXQvdGB 35964 +IFZlcnNpb24= 35965 +IEFncmljdWx0dXJl 35966 +7Iqk66W8 35967 +0LzQsNC9 35968 +64Sk7JqU 35969 +IHdpbmVz 35970 +IElORg== 35971 +cnVs 35972 +IEpL 35973 +xLF5b3JsYXI= 35974 +c2hpZWxk 35975 +cmVhdGg= 35976 +IHRlcnVz 35977 +IEx1bQ== 35978 +IGFudGljaXBhdGlvbg== 35979 +IGFjY3VzdG9tZWQ= 35980 +IE1pbmE= 35981 +IHdpZWxk 35982 +aW/DqA== 35983 +bWVyYQ== 35984 +IGNvdW50ZG93bg== 35985 +IGNsaW5n 35986 +IGNvbW1lbmQ= 35987 +IGZha3Rpc2t0 35988 +IGRlZmVuc2Vz 35989 +IGNvY2twaXQ= 35990 +INC60L7QvNCw0L3QtA== 35991 +IGRpc2h3YXM= 35992 +IFRoYW5vcw== 35993 +IGtpZG5leXM= 35994 +IHNlaGU= 35995 +IG1pY3JvYmVz 35996 +IGN1ZmY= 35997 +INCy0YvRgdC+0Lo= 35998 +IFNwaWN5 35999 +562J562J 36000 +4K614K6w 36001 +Y3VsdXM= 36002 +b3Jj 36003 +576F 36004 +aXhlcw== 36005 +IENyZWRpdA== 36006 +IHJhag== 36007 +IGJyaW5ndA== 36008 +IE5pc3M= 36009 +IGdyaW0= 36010 +IFNPTA== 36011 +IHRlbmlt 36012 +IFN1ZGFu 36013 +IFNwYXJ0 36014 +IHByb21vdGVz 36015 +IE5vc3Nh 36016 +INGB0L7RgdGC0L7Rj9C90Lg= 36017 +IOywqQ== 36018 +IHVuY29udA== 36019 +IExpYmVyYWw= 36020 +INCi0L7Qu9GM0LrQvg== 36021 +IFZpZWxl 36022 +IGt0w7NyZWo= 36023 +ICoqKio= 36024 +TWF4 36025 +INCn0YLQvtCx0Ys= 36026 +MzUw 36027 +IO2YvOyekA== 36028 +IOu2hOuTpOydtA== 36029 +IHdhcnA= 36030 +IHRlbmdh 36031 +IHN5bXBhdGhldGlj 36032 +IGJpemk= 36033 +IFphY2s= 36034 +aWVkbw== 36035 +IOuJtOw= 36036 +cGllbA== 36037 +INGC0L7Quw== 36038 +IHNjYWxlZA== 36039 +IFBFVEVS 36040 +IENPTU0= 36041 +IENhbWU= 36042 +IGNhdGFzdHJvcGhl 36043 +IHN3ZWF0eQ== 36044 +aWdyYXRpb24= 36045 +IHN0dWZmaW5n 36046 +IM+Azr/Ou8+N 36047 +IERyaXZlcg== 36048 +enlzdA== 36049 +VGVjaA== 36050 +IGFzc2Vzc2Vk 36051 +IFN1cmZhY2U= 36052 +xLFyxLFt 36053 +c3Vy 36054 +bGVyd2VpbGU= 36055 +INC00L7Qsw== 36056 +IHNodXR0aW5n 36057 +IGZyYWN0aW9ucw== 36058 +INGB0L7Quw== 36059 +ZXZlcnlvbmU= 36060 +IGVybg== 36061 +INCd0L7Qsg== 36062 +IGRlZmVuZGVycw== 36063 +IHZlcnN1Y2h0 36064 +44Oz44OA 36065 +IHBvbGl0eQ== 36066 +INCf0L7QvQ== 36067 +dmVyc3TDpG5k 36068 +IGJyb3dzZXJz 36069 +IHRyYW5zZm9ybWF0aXZl 36070 +IGRpY3RhdGU= 36071 +IExFR08= 36072 +IG5pbmd1bmE= 36073 +6rSR 36074 +IHBpeno= 36075 +IEhhcm9sZA== 36076 +IExvcGV6 36077 +2r7bjA== 36078 +YW7EsXo= 36079 +YXRjaGV0 36080 +2YrYqg== 36081 +IGxlcm5lbg== 36082 +IOq3gOyXrA== 36083 +IGhvdXNlZA== 36084 +IGNsZWFuc2U= 36085 +IFdBVA== 36086 +bGFyYXRpb24= 36087 +IGJ5dGVz 36088 +IHR1Y2tlZA== 36089 +IGZhdWx0cw== 36090 +0LTQvg== 36091 +Rlg= 36092 +IOyWvOuniOuCmA== 36093 +IGRlZm9ybQ== 36094 +IGNvbnRyYWN0aW5n 36095 +IFRJTUU= 36096 +aXJzZQ== 36097 +IG5lYmVu 36098 +IGNlcmM= 36099 +IEFybXN0cm9uZw== 36100 +IHRlc3Rlcg== 36101 +IHBhcmZhaXQ= 36102 +IGplYWxvdXN5 36103 +IHRveGlucw== 36104 +IGRpc2JlbA== 36105 +0YPRgNGL 36106 +aW1wcmVzc2lvbg== 36107 +IHByb3N0YXRl 36108 +IGZpcmV3YWxs 36109 +IGNsYXNzaWNz 36110 +0LXRh9GM 36111 +IHNvY2lhbGlzbQ== 36112 +IGdyYWNpb3Vz 36113 +INGB0L3QvtCy0LA= 36114 +INC00L3Rjw== 36115 +IGJ1cm5lcg== 36116 +IE1pbm9y 36117 +IOyasOumrOs= 36118 +IGplZGVz 36119 +IGNvbnRpbnV1bQ== 36120 +IGhvdHM= 36121 +IG9jY3VycmVuY2U= 36122 +IGFkbWluaXN0ZXJlZA== 36123 +INC30LDQvNC10YI= 36124 +IGhlc2l0YXRpb24= 36125 +IGRyaWxscw== 36126 +ZXJjYQ== 36127 +INCy0YLQvtGA0L7QuQ== 36128 +IHN0ZWFkaWx5 36129 +IGluc2FubGFy 36130 +IGloYW4= 36131 +7ZE= 36132 +IGhlbHBlcg== 36133 +IFNlbmlu 36134 +5YGc 36135 +0L7QstCw0L3QuNC1 36136 +IEVSSUM= 36137 +Ymxh 36138 +IEFjYWRlbWlj 36139 +IGh1bWFuaXRpZXM= 36140 +YmxhY2s= 36141 +dW1weQ== 36142 +b3J0ZXg= 36143 +IOygiOs= 36144 +INil2YY= 36145 +IGRpc2Nsb3Nl 36146 +IEVsaWphaA== 36147 +IM67zq0= 36148 +IFF1ZXI= 36149 +2KjZhA== 36150 +44Kh 36151 +VGVsbA== 36152 +YXJsZQ== 36153 +0ZbRgA== 36154 +IGF1Z21lbnRlZA== 36155 +IOu5hOyKtw== 36156 +IGFuZHJvaWQ= 36157 +4KSk 36158 +YXJtYQ== 36159 +IHN6ZXI= 36160 +Z2VvcmQ= 36161 +IGdlZWs= 36162 +IHlldXg= 36163 +IHBvbmc= 36164 +IOOBneOBhg== 36165 +IHRvcnR1cmVk 36166 +IEJhdGg= 36167 +emln 36168 +YXNvbmFibGU= 36169 +IG5ldHM= 36170 +IGJhcnU= 36171 +IEZsYXQ= 36172 +IFZhdGVy 36173 +IFRlcnJvcg== 36174 +IEF2bw== 36175 +IGNlcmVtb25pZXM= 36176 +cm9l 36177 +2YHYsw== 36178 +T3Bz 36179 +IGh5dmlu 36180 +IGFwcmVzZW50 36181 +b2xvcg== 36182 +INC40LPRgNGL 36183 +b3J0b24= 36184 +IOq3uOuerA== 36185 +IGxvb2tpbg== 36186 +IFRZ 36187 +IE1pbnQ= 36188 +QWRk 36189 +IG1pdGU= 36190 +IFNtb2tl 36191 +IG5vdGE= 36192 +IG1vc3M= 36193 +IEFiZW5k 36194 +IOy7qA== 36195 +IGV4YWdnZXJhdGVk 36196 +ZmlyZXM= 36197 +IHJlZGlzdA== 36198 +ZmZpdGk= 36199 +IG9wZW5uZXNz 36200 +6rCQ7J20 36201 +ZW5kZXU= 36202 +0LXQvdC90L7QuQ== 36203 +V2F0Y2g= 36204 +IGF2YXRhcg== 36205 +IFBleQ== 36206 +dXJ1bg== 36207 +IHNlbnph 36208 +IOyngOyXrQ== 36209 +IE5hdG9taWFzdA== 36210 +IGVtZXJnZW5jZQ== 36211 +cmF5cw== 36212 +IGNyYWZ0ZWQ= 36213 +Z2FyeQ== 36214 +44Gg44GR 36215 +w7xuZw== 36216 +LSI= 36217 +IGhhY2tlZA== 36218 +IHN0cmF5 36219 +ZW5jaWU= 36220 +ZW1v 36221 +IGNvbWVu 36222 +IEvEsXo= 36223 +IEphc21pbmU= 36224 +IEhpbmRp 36225 +bWFuYXM= 36226 +IGluZmluaXRlbHk= 36227 +ZW1vbg== 36228 +7J24642w7JqU 36229 +amFr 36230 +IHJvYXJpbmc= 36231 +w6lyaXF1ZQ== 36232 +c3dlaXNl 36233 +IFJvbGV4 36234 +5aCx5bCO 36235 +IFN0dWFydA== 36236 +Ym5i 36237 +IGRpYWdub3Nl 36238 +IGNvaGVyZW50 36239 +IE1K 36240 +5rqW5YKZ 36241 +IHBpa2U= 36242 +bGF2 36243 +IG9yY2hlc3RyYWw= 36244 +0LDRgdGC0Lg= 36245 +IHRlcm1pbmFy 36246 +IGdhdGhlcmluZ3M= 36247 +IGNvbXBsaWFudA== 36248 +IHVwZ3JhZGluZw== 36249 +IHJlZ3VsYXRvcg== 36250 +IGxhbsOn 36251 +6YCj 36252 +IG1lcmNoYW50cw== 36253 +dGF3YQ== 36254 +IG1vbml0b3JlZA== 36255 +IHJlbmRyZQ== 36256 +5Lik 36257 +IHVudGVyd2Vncw== 36258 +YW5ndWFyZA== 36259 +Z2FyZA== 36260 +IEJlbG93 36261 +ZHVpbm8= 36262 +INCm0LU= 36263 +IGltcGVkYW5jZQ== 36264 +7Jyh 36265 +5Lu9 36266 +IGFrdHVlbGw= 36267 +IFZhdGlj 36268 +5a2p 36269 +IHN0ZXdhcmRz 36270 +IGJyaWdodGVzdA== 36271 +IGtlbm4= 36272 +IGthdQ== 36273 +IE1hdHJpeA== 36274 +IEJhcms= 36275 +IPCfkQ== 36276 +IHRhcGVy 36277 +IGNhc2lubw== 36278 +16jXlA== 36279 +eXNpY2Fs 36280 +IGJ1aWxkZXJz 36281 +IGN6xYJvd2ll 36282 +IE5lcGFs 36283 +ICEi 36284 +IHRlcm1l 36285 +IGlubnljaA== 36286 +IG1hdGhz 36287 +IGRyYWZ0ZWQ= 36288 +IEJhbGs= 36289 +IGhlc2l0YW50 36290 +IHZvbHRhcg== 36291 +IHJldml2ZQ== 36292 +INGE0LjQu9GM0LzQsA== 36293 +IGFzc2Fzc2lu 36294 +IFNvbHV0aW9ucw== 36295 +IGR1ZWw= 36296 +IGJlYXJpbmdz 36297 +4LiE4Liw 36298 +IHJvb2tpZQ== 36299 +aWthdA== 36300 +IGJpc2N1aXRz 36301 +IGNvcmRz 36302 +0YPQstCw0YLQuA== 36303 +QVJJTg== 36304 +IHByb2dyZXNzaW5n 36305 +IEdpcg== 36306 +IHBlbmV0cmF0ZQ== 36307 +IFN0b3JhZ2U= 36308 +ZWlnaHQ= 36309 +INGC0YDRgw== 36310 +IGRvbsOtdA== 36311 +IHNpemlu 36312 +IG91dGRhdGVk 36313 +INC90LDRiNC4 36314 +IGFmZmly 36315 +IHNwb29ucw== 36316 +IG9uaQ== 36317 +IGZsYW5r 36318 +IEdvbA== 36319 +aMOj 36320 +IHDDqXJp 36321 +IGhvbm9yYWJsZQ== 36322 +IEJyZWF0aGU= 36323 +c2NlbmVz 36324 +IG9idmlhbWVudGU= 36325 +0LjQutGB 36326 +INep157X 36327 +IHNtb290aGll 36328 +nojr 36329 +IGRpbWU= 36330 +IO2WiOyWtOyalA== 36331 +IGFwcGVs 36332 +IENhdGhvbGljcw== 36333 +IHNpbmdsZXM= 36334 +IGxhdGVu 36335 +IMOnw7xua8O8 36336 +IFZhZGVy 36337 +5o+b 36338 +IHZhcmTEsQ== 36339 +IElzdGFuYnVs 36340 +Z3LDqQ== 36341 +IEVsc2E= 36342 +w6ts 36343 +IGludmVjZQ== 36344 +IGNyYW5l 36345 +IG9iZQ== 36346 +IFNoYXJr 36347 +IHNtYWNr 36348 +IHJlc3RvcmluZw== 36349 +Llw= 36350 +IOu5oOs= 36351 +IGZhZGVk 36352 +dW1iZXJz 36353 +U2luZ2luZw== 36354 +IGRlcHJlc3Npbmc= 36355 +dGhlc3Q= 36356 +IFdhaHI= 36357 +IG11bHRpdHVkZQ== 36358 +0YDQsNCy0YHRgtCy0YPQudGC0LU= 36359 +cmlqaw== 36360 +ZWth 36361 +IGNvbXBsZXRlcw== 36362 +IFdlbGxz 36363 +IHJveQ== 36364 +IFByYXk= 36365 +IEthbGF1 36366 +aXppbg== 36367 +aWHFgmVt 36368 +IGxvY29t 36369 +IE5hc2h2aWxsZQ== 36370 +IFBlbnRhZ29u 36371 +66+4 36372 +IE5FVw== 36373 +xIXEhw== 36374 +w61zcw== 36375 +IG1hcnJ5aW5n 36376 +IGZldWQ= 36377 +7ZmV 36378 +5oCl 36379 +KSE= 36380 +IE9wZXJhdGlvbnM= 36381 +0YPRlA== 36382 +IG1vamU= 36383 +IGluc3RydWN0ZWQ= 36384 +IOuIhOq1rA== 36385 +INeU15I= 36386 +INC/0L7QvNC+0YnRjNGO 36387 +IHNhYmlh 36388 +7JWY7Ja07JqU 36389 +cGxhbmU= 36390 +cHJp 36391 +INC/0L7Qu9C90L7RgdGC0YzRjg== 36392 +IEtpdHR5 36393 +IHByw7Nwcmlv 36394 +ZWRlcmU= 36395 +IGludGVyZXNhbnRl 36396 +INC00LU= 36397 +IGNvbmRlbnNlZA== 36398 +IGF2ZW50 36399 +VE9S 36400 +IGdyZWFzeQ== 36401 +QVJL 36402 +b3J0YQ== 36403 +QUo= 36404 +IGRpc3JlZw== 36405 +IGNvcnJlY3Rpb25z 36406 +IHN0ZXJv 36407 +IGluZmx1ZW56YQ== 36408 +IGRlc3Nlcw== 36409 +IGJhbGxvdHM= 36410 +IG1lZ2V0 36411 +IG1hZmlh 36412 +IGLDtmw= 36413 +bm9zdA== 36414 +INGB0YLQsNGC0Yw= 36415 +IHJlc3BvbmRlcg== 36416 +IGhpbnRlbg== 36417 +Z3Jhdg== 36418 +4Lit4Liw 36419 +eW5jaHJvbg== 36420 +IHZpZW5z 36421 +IHNhbW8= 36422 +IGR0 36423 +cGFubnQ= 36424 +IMWbd2lhdA== 36425 +INC30LDQv9C40YE= 36426 +IG1lcmdlZA== 36427 +IGtlcA== 36428 +IG1pc2xlYWRpbmc= 36429 +IGRpZ2Ftb3M= 36430 +IGFtbW9u 36431 +6L6b 36432 +Y2hldA== 36433 +IOqwgOyguA== 36434 +IHVuaQ== 36435 +IOuQmOuKlOuNsA== 36436 +INC90LDQv9GA0LDQsg== 36437 +INC60L7RgtC+0YDQvtCz0L4= 36438 +IGFuaW1hdGU= 36439 +15XXkNc= 36440 +0LXRgNCy 36441 +IG1pbmNlZA== 36442 +IGthdW0= 36443 +44GC44GB 36444 +z4DOtQ== 36445 +0LvQtdCz 36446 +ZXhpc3Rpbmc= 36447 +IHBsYXRhZm9ybQ== 36448 +IEtSSVM= 36449 +7Jug 36450 +IEZhbWlsaWVu 36451 +IExpYnlh 36452 +IGJpb2RpdmVyc2l0eQ== 36453 +IGlkaW90cw== 36454 +aXJkaQ== 36455 +IHN6eWI= 36456 +IFJvbGxpbmc= 36457 +w7xjaHQ= 36458 +INGD0LTQuNCy 36459 +0YHRg9C0 36460 +IHJlYWxpemFy 36461 +IGNhbm5lZA== 36462 +INGA0LDQvQ== 36463 +IG1ldGFib2xpYw== 36464 +IEJlZWY= 36465 +IGtpbGth 36466 +0LvRjtGB 36467 +IHJlZ2lzdHJ5 36468 +0LzQvtGC0YDQuNGC0LU= 36469 +IHZpZWzDpA== 36470 +IG9kYw== 36471 +IGNvbmRlbW5lZA== 36472 +5qmL 36473 +ZmFs 36474 +IERpbA== 36475 +d2/Fm2Np 36476 +QXc= 36477 +IHN0YXRpc3RpY2FsbHk= 36478 +IHNvZ2Vu 36479 +IEJFVEg= 36480 +IHNoYXZpbmc= 36481 +5bm4 36482 +b2NhbA== 36483 +IEZ1bm55 36484 +IHBlYWNlZnVsbHk= 36485 +IGFkZGljdGl2ZQ== 36486 +IEluc2VydA== 36487 +bGF1Zg== 36488 +IGV4cGVyaWVuY2lh 36489 +6aaW5YWI 36490 +0LjRgtC10LvRjw== 36491 +w61nZW4= 36492 +w6FnaW5h 36493 +IGFiZG9tZW4= 36494 +7ZWc64uk 36495 +aWN1cw== 36496 +aW1hbmE= 36497 +7I2o 36498 +YXJjaGluZw== 36499 +IGtvbmtyZXQ= 36500 +7JWY6w== 36501 +0LXQutCw 36502 +b3VmbA== 36503 +aXZlbA== 36504 +IG51ZGU= 36505 +w6h0cmVz 36506 +IG1vbnNpZXVy 36507 +IGNsYXNo 36508 +IHRoZXJhcGlzdHM= 36509 +IGN1YmVk 36510 +IHJldHJvdXZlcg== 36511 +IHdhdmVmb3Jt 36512 +IHBvdGVt 36513 +IEZvcm1lcg== 36514 +aXNpw7Nu 36515 +5bqc 36516 +INeQ150= 36517 +dW5kb3M= 36518 +IE1laW51bmc= 36519 +2LXZhA== 36520 +IEp1ZGU= 36521 +IG7DpXI= 36522 +IExlb25hcmRv 36523 +IENyaXN0bw== 36524 +IEdPVA== 36525 +0YHRgtGA0YPQug== 36526 +TEFO 36527 +IGfDpW5n 36528 +IGTDqWI= 36529 +IEZyYW5rZnVydA== 36530 +IGNyYXBweQ== 36531 +IGxpbA== 36532 +YW5uw6ll 36533 +INC80LXRgdGC0LU= 36534 +UkVU 36535 +IE5lcg== 36536 +IENPU1RB 36537 +IGplZGVt 36538 +IGN1cnRhaW5z 36539 +IGl0ZXJhdGlvbnM= 36540 +IHVuYXY= 36541 +IHBsYXF1ZQ== 36542 +b3J1bQ== 36543 +IM62 36544 +IG7Dum1lcm9z 36545 +IGRlc2Fw 36546 +sr0= 36547 +IGNvbXBpbGVk 36548 +IHJlZmxl 36549 +IHJhbmtpbmdz 36550 +IHJlcGFpcmVk 36551 +INCd0LDQv9GA 36552 +IGRvd25sb2Fkcw== 36553 +IGFybW91cg== 36554 +INeZ15XXqteo 36555 +IGxvbmdldml0eQ== 36556 +IFRPTkVS 36557 +INC60L7QvNC80LXQvdGC0LDRgA== 36558 +IGN6ZWdv 36559 +IG5vdGlmeQ== 36560 +IGFpcnBvcnRz 36561 +IGVuZHVyaW5n 36562 +bGV0dGU= 36563 +IGFwcGFyYXQ= 36564 +IGhhYmls 36565 +4buHYw== 36566 +bmFk 36567 +SUNP 36568 +IEJyYWg= 36569 +IHNlZ8O6bg== 36570 +IGdvdmVybm9ycw== 36571 +a2FoYQ== 36572 +IFNjaGx1c3M= 36573 +IG9kcG93aWVk 36574 +aXJ0aW5n 36575 +IHJlbXBs 36576 +IEFib3JpZ2luYWw= 36577 +aWRlbnRhbGx5 36578 +IGVuaGFuY2luZw== 36579 +bGljdGluZw== 36580 +IEhhd2FpaWFu 36581 +IHN0cml2aW5n 36582 +IE5pZXQ= 36583 +IHpuYWN6eQ== 36584 +IG9iZWRpZW5jZQ== 36585 +IG7DpWdvdA== 36586 +IGV4cGlyZWQ= 36587 +IDE5MTg= 36588 +cHJlc2VudGVk 36589 +IHByb3dhZA== 36590 +IFRlcnI= 36591 +IFByaW5jZXRvbg== 36592 +IG1vcmdlbg== 36593 +IGF0dHJhY3Rpbmc= 36594 +IFNpZ21h 36595 +aWduZXI= 36596 +IFJlY2h0cw== 36597 +IFBla2k= 36598 +IG1ldGh5 36599 +IGhhbW0= 36600 +IGRpcmVpdG8= 36601 +IGRlbGVnYXRpb24= 36602 +0LjQstCw0Y7Rgg== 36603 +IGdpbg== 36604 +WW91bmc= 36605 +IGRlcGVuZGVuY2llcw== 36606 +IEJyYWRsZXk= 36607 +YnVkcw== 36608 +IGZpcw== 36609 +IHB5dGFuaWU= 36610 +IGludGVyY29ubmVjdGVk 36611 +IGVtYmFpeG8= 36612 +IFNhcw== 36613 +IHJ1aA== 36614 +IFNpY2h0 36615 +U3Vy 36616 +IHN1cGVyYg== 36617 +IFNhYmJhdGg= 36618 +IERhbmdlcg== 36619 +a29s 36620 +IGhvdQ== 36621 +c3VwcA== 36622 +IE5hY2lvbmFs 36623 +IHN1Y2Nlc3Npb24= 36624 +IHbDoQ== 36625 +IE1hw59uYWhtZW4= 36626 +IEplc3NpZQ== 36627 +IElkYWhv 36628 +Zm9yZXN0 36629 +hZg= 36630 +INee15M= 36631 +INij2Yo= 36632 +IHN3ZWV0aGVhcnQ= 36633 +IG5lYXRseQ== 36634 +IEV2YW5nZWw= 36635 +6rOh 36636 +IFN1aXRl 36637 +w7pibGljYQ== 36638 +INGD0LvQuA== 36639 +IEFubm91bmNlcg== 36640 +bGlnaA== 36641 +IHNlbnNhdGlvbnM= 36642 +IHNoZWx0ZXJz 36643 +IGhhcnQ= 36644 +IHNxdWVlemluZw== 36645 +IFJpdmVycw== 36646 +IENvb2tpbmc= 36647 +7LGF 36648 +cGVyc29uYWw= 36649 +IG1hbm9z 36650 +0ZHRgtGB0Y8= 36651 +d2lq 36652 +IGdvZ2c= 36653 +IE1pbGxp 36654 +IEZQ 36655 +w7xuc3Q= 36656 +IExT 36657 +IHNwcmF5aW5n 36658 +IGZhdXg= 36659 +IGF1dG9ncmFwaA== 36660 +b2xvZ2lj 36661 +IHRvcm1lbnQ= 36662 +IGVuY3J5cHRlZA== 36663 +4buF 36664 +IGVzdHJl 36665 +57m8 36666 +4LE= 36667 +IHN0dW1ibGVk 36668 +IGFpZGVy 36669 +IHNhYmVu 36670 +eHRlcg== 36671 +IENpdGllcw== 36672 +IFTDvHJr 36673 +64ul 36674 +Y2hpbmU= 36675 +IHRvcHBpbmc= 36676 +IHBvaXNvbmVk 36677 +IFJvbWFuaWE= 36678 +15PXmQ== 36679 +gOuhnA== 36680 +INC/0L7RgNGP0LQ= 36681 +IGNoaXJwaW5n 36682 +IOyZhOs= 36683 +15HXog== 36684 +IGN1YW50bw== 36685 +IGRvbmF0aW5n 36686 +IFJlZ2VudA== 36687 +IEJlcnVm 36688 +IGRpc3RyYWN0aW5n 36689 +IHN0YW1pbmE= 36690 +IERhcnJlbg== 36691 +IOy2lQ== 36692 +bGlzdHM= 36693 +ZGFs 36694 +Y2h1c3M= 36695 +IGVjb25vbWlzdA== 36696 +44GI44O8 36697 +b3JndA== 36698 +IGlzdGl5b3J1bQ== 36699 +6L+b 36700 +IFN1cnByaXNl 36701 +IEhhbw== 36702 +IOy1nOqzoA== 36703 +IEdX 36704 +IElubmVy 36705 +IHF1aWVyZW4= 36706 +IG1pbmRlZA== 36707 +IHN1cGVyY29tcHV0ZXI= 36708 +IGRpYWdyYW1z 36709 +7Yqc6w== 36710 +6rKg7Ja0 36711 +INC+0LHRitGP0YE= 36712 +IGVzdGFiYW4= 36713 +IGRlc3Ryb3lz 36714 +IEJyZWFraW5n 36715 +IGthcsSxxZ8= 36716 +IHJlYnVpbGRpbmc= 36717 +nOuMgA== 36718 +0LvQuNCy0L4= 36719 +IFNhdWNl 36720 +IEZ1c2lvbg== 36721 +15XXntc= 36722 +IFF1aW5u 36723 +IGdhdWNoZQ== 36724 +INmI2KM= 36725 +IMg= 36726 +55Oc 36727 +IHRlY2hubw== 36728 +IGRpc3BhdGNo 36729 +IGHFn2s= 36730 +IGVpbnplbA== 36731 +IEdtYWls 36732 +554= 36733 +IOqwnOyduA== 36734 +INGB0LXQvNGM 36735 +IGpvdXJuZXlz 36736 +IGlodA== 36737 +IGZpYnJl 36738 +IGRyYW1hcw== 36739 +b3VjaGVk 36740 +IHJlbmFtZQ== 36741 +INC+0L/QtdGA 36742 +IHBvbw== 36743 +IERydQ== 36744 +INC40YLQvtCz 36745 +IHphc3Q= 36746 +IGNveg== 36747 +IHp1Y2No 36748 +IG9idGFpbmluZw== 36749 +IGNvbW11dGU= 36750 +IHN1Ym1lcg== 36751 +IFZpc2g= 36752 +IFJhYmI= 36753 +b2dn 36754 +IGh1dA== 36755 +7ZaI7Ja0 36756 +5q+U5aaC 36757 +ZXJlbWk= 36758 +IM68zrE= 36759 +IGRpc2t1dA== 36760 +INCx0YPQug== 36761 +IGltcGFpcmVk 36762 +ZGVwZW5k 36763 +INmI2Kc= 36764 +INGA0YPQug== 36765 +INCx0LDRgA== 36766 +IG94aWRhdGlvbg== 36767 +IHNpdHVhw6fDo28= 36768 +yZlu 36769 +dcOnw6Nv 36770 +IHNhZ3Rl 36771 +IFNFUg== 36772 +IENha2U= 36773 +IHR1cm1lcmlj 36774 +IEthaw== 36775 +YnVuZw== 36776 +IEvhuZvhuaPhuYdh 36777 +IHBvaXNvbmluZw== 36778 +IHNsaXBwaW5n 36779 +IFNheXM= 36780 +5bCx5Y+v5Lul 36781 +w7JuZw== 36782 +55+z 36783 +wqs= 36784 +IENsYXVkaWE= 36785 +IENoYXJhY3Rlcg== 36786 +0L3QuNGG 36787 +Y29hdA== 36788 +IHByb2dyZXNzZWQ= 36789 +IEZlcmd1cw== 36790 +IOyYpOuK 36791 +IG9hdA== 36792 +b3JkYWJsZQ== 36793 +IExleQ== 36794 +IEhlcmF1cw== 36795 +IHJlc3VsdGFkb3M= 36796 +IEtheWxh 36797 +IHJpZmY= 36798 +IGNoZWdvdQ== 36799 +IHhp 36800 +IHNwYWNpb3Vz 36801 +IHJlY29nbmlzZWQ= 36802 +IGVjaA== 36803 +IFRpZQ== 36804 +IGxhdW5jaGVy 36805 +Smlt 36806 +IHN1cHByZXNzaW9u 36807 +IEltcG9zc2libGU= 36808 +IGd1aXRhcnM= 36809 +IEZvdXJpZXI= 36810 +0LjRh9C10YHQutC40Lk= 36811 +IFRoZXJhcA== 36812 +IEthZg== 36813 +Y2VudGVyZWQ= 36814 +INGB0L7QvtGC0LLQtdGC 36815 +IGtsaW0= 36816 +IGNhcmJvaHlkcmF0ZXM= 36817 +aWduYW50 36818 +IEFzdHJvbg== 36819 +IGVtcGxl 36820 +IGRyYXN0aWM= 36821 +INC80LjRgNC1 36822 +0LLQuNC9 36823 +dXc= 36824 +IHByZXR0aWVy 36825 +IGRvbnV0cw== 36826 +IEF0aGVuYQ== 36827 +IGRpc3NlcnQ= 36828 +IHBsYW50ZQ== 36829 +IHVyYW5pdW0= 36830 +7J2M6w== 36831 +YXLDqQ== 36832 +IHJ6ZWN6 36833 +IGRpc3BsYXlpbmc= 36834 +5oiy 36835 +IHNhcmM= 36836 +csOjbw== 36837 +IHRhbXBvY28= 36838 +IHBoaWxvc29waGVycw== 36839 +IFJlY2h0 36840 +5pOa 36841 +IGNvbWVudGFyaW9z 36842 +eXNl 36843 +IOycpA== 36844 +IG1pc2U= 36845 +IEdpbg== 36846 +INC90L7QvA== 36847 +IEZST00= 36848 +bGluZXI= 36849 +YXRpZg== 36850 +IHNwb8WCZWM= 36851 +eGE= 36852 +INGC0YDRg9C0 36853 +IHdhZw== 36854 +6riw7JeQ 36855 +IE1H 36856 +IG9mZnNwcmluZw== 36857 +IFVuZGVyc3RhbmRpbmc= 36858 +5Y+q5piv 36859 +T1JB 36860 +IHdoaXJyaW5n 36861 +IHN1cnJlbmQ= 36862 +IHBva2Vy 36863 +IG1vbnVtZW50cw== 36864 +IOKZqQ== 36865 +IG9yZ2FuaXNlZA== 36866 +IFNvemlhbA== 36867 +IEZhY3Rvcnk= 36868 +0YXQsA== 36869 +IHJlc2VtYmxl 36870 +0LfQtA== 36871 +IGV4cGxvc2lvbnM= 36872 +IHBheXJvbGw= 36873 +IG9tbg== 36874 +IEpvcmdl 36875 +zrnPgw== 36876 +IGZyYWN0dXJl 36877 +IHBlcnNlY3V0aW9u 36878 +IGRlbWFpcw== 36879 +RUNI 36880 +LCk= 36881 +IGNyaWFy 36882 +IEpPU0g= 36883 +IGRlbW9ncmFwaGljcw== 36884 +IDE2MDA= 36885 +IGN1cnJlbmNpZXM= 36886 +IFRpcHM= 36887 +IOmAmeWAiw== 36888 +IFJlZmVy 36889 +IERhbmNpbmc= 36890 +IGluY29uc2lzdGVudA== 36891 +IGRlaA== 36892 +IGltbWVucw== 36893 +IG1laXN0 36894 +IGltcGF0aWVudA== 36895 +IGJlaGF2ZXM= 36896 +5p2+ 36897 +IOuCtOyaqQ== 36898 +IGJhY2tzdG9yeQ== 36899 +IGFncmVlaW5n 36900 +IMWB 36901 +aWhpbg== 36902 +IHRlbXBlcmF0dXJh 36903 +IEJhY2tncm91bmQ= 36904 +IG51dHplbg== 36905 +IOuFuQ== 36906 +IE3DpG5uZXI= 36907 +IGNvbGxhYm9yYXRpb25z 36908 +IEtvcw== 36909 +6YGO5Y67 36910 +IG5pZ2h0bWFyZXM= 36911 +65Ox 36912 +IFF1ZWVuc2xhbmQ= 36913 +IGFzc29jaWF0ZXM= 36914 +IEtvaw== 36915 +IGZhY3RvcmlhbA== 36916 +IEh5dW5n 36917 +IOq3uOuLpOydjA== 36918 +IGZpbGhv 36919 +IGVsw6l0 36920 +IO2WieuztQ== 36921 +sLE= 36922 +IGdlZnVuZGVu 36923 +IHNlbWljb25kdQ== 36924 +IGNvdW5zZWxvcnM= 36925 +IFVwcGVy 36926 +IEF1Yg== 36927 +aWNrZXJz 36928 +VmVy 36929 +IG5vcnRod2VzdA== 36930 +IE1haW50ZW5hbnQ= 36931 +IExha2Vz 36932 +0LDRj9Cy 36933 +aW50w6k= 36934 +7LC9 36935 +INCz0LDQtw== 36936 +IGdpb3Ju 36937 +IGRpZ2l0YWxseQ== 36938 +IENpcmN1aXQ= 36939 +7LyA 36940 +44KK44G+44GX44Gf 36941 +IGNoZWVyZnVs 36942 +IFBldGVyc29u 36943 +IERhbmlzaA== 36944 +YXRpdm9z 36945 +IGxpa2Vu 36946 +IGhhcmJvcg== 36947 +0LDQu9C40YHRgg== 36948 +eGU= 36949 +IGN1cmxz 36950 +IFJob2Q= 36951 +RW5k 36952 +IEVU 36953 +IGFjcXVhaW50 36954 +IEtlbHZpbg== 36955 +IHRyaWY= 36956 +IEF3YXk= 36957 +7J6Q64qU 36958 +dnM= 36959 +IHDDoWdpbmE= 36960 +IGlubGV0 36961 +IFNhbnRvcw== 36962 +IOyasOyZgA== 36963 +IHlhcMSxeW9yc3Vu 36964 +dGhlbWU= 36965 +IHNvdWZm 36966 +IGluamVjdGVk 36967 +IHDDs8W6bmllag== 36968 +aXZlcnNv 36969 +YW1wZWQ= 36970 +IGRhaGVy 36971 +IGRhZ2dlcg== 36972 +INC70Y7QsdC40Lw= 36973 +IHR1bW15 36974 +IGVubGlnaHRlbmVk 36975 +Y2VudHM= 36976 +IERhaA== 36977 +IGN1ZXN0 36978 +5L6G6Kqq 36979 +SUxZ 36980 +INeR16g= 36981 +IGJhbmdpbmc= 36982 +IEVtaWw= 36983 +IENsZXI= 36984 +IEJvcmRlcg== 36985 +0LjQttGD 36986 +IHByZXNlbnRlcnM= 36987 +IFNUVUQ= 36988 +Y29pbnM= 36989 +IO2ZjQ== 36990 +IHBlcmtz 36991 +IHBhcmFw 36992 +IGNlcnRhaW5lcw== 36993 +IExvcmU= 36994 +w7ZzdA== 36995 +IE1BUlRJTg== 36996 +IGJpb3M= 36997 +IHdoZXJlYnk= 36998 +dmVydHM= 36999 +IE1pcmFuZGE= 37000 +IHN0aXA= 37001 +5r6k 37002 +YW5kZXo= 37003 +15vXnA== 37004 +dWppbg== 37005 +IOq+ 37006 +IGFsbGVyZ2llcw== 37007 +cGxhdGU= 37008 +IHlhcMSxbA== 37009 +IHVuZGVydGFrZQ== 37010 +IOuCmOqwgA== 37011 +UGFydA== 37012 +IGvEsXrEsW0= 37013 +aGd1cnU= 37014 +44GC44Go 37015 +IEpvaG5z 37016 +IGV5ZWxhc2hlcw== 37017 +IGRyYWluZWQ= 37018 +IHN0w6Vy 37019 +44GC44KK44G+44GZ 37020 +IEphZGU= 37021 +IGNhbGVuZA== 37022 +ZmlsbQ== 37023 +IG1lc2E= 37024 +IGx1ZHppZQ== 37025 +IGF0dHJhY3Rz 37026 +IGp1aWNlcw== 37027 +INC60LjQuw== 37028 +IG5pZXV3ZQ== 37029 +IG1lbmNpb24= 37030 +IGlnbml0aW9u 37031 +IGJsYWRkZXI= 37032 +YW5kYWFn 37033 +IEV4dGVuc2lvbg== 37034 +7YKo 37035 +ZmVlZA== 37036 +INmI2Yc= 37037 +IHNwdW4= 37038 +IHTDpHQ= 37039 +0L7RgNC+0YI= 37040 +dHlhcmQ= 37041 +cm9uaWNz 37042 +IEh1Z2U= 37043 +0YPQttC0 37044 +c3RyaW5n 37045 +IHVuanVzdA== 37046 +IHByYXdu 37047 +IGZyb3N0aW5n 37048 +IGRpc2FwcGVhcmFuY2U= 37049 +aW9zYQ== 37050 +IGNhcmRp 37051 +IFByaWVzdA== 37052 +IGNpZW50w61maWM= 37053 +5ZOq6KOh 37054 +INCS0LDRgQ== 37055 +IOu2gO2DgQ== 37056 +IHRoaWV2ZXM= 37057 +IHBoeXNpcXVl 37058 +IEV1Z2VuZQ== 37059 +INCx0LvQuNC3 37060 +IG1vbm9wb2x5 37061 +IGJpb2dyYXBoeQ== 37062 +IGhvxZ8= 37063 +IHTDtg== 37064 +bWFj 37065 +IHNob2Nrcw== 37066 +7IS46w== 37067 +aGl0 37068 +IHNudWc= 37069 +IGluY2w= 37070 +IGRlZGlj 37071 +IHVsdHJhcw== 37072 +INC40LfQstC10YHRgg== 37073 +IHV0aWxpemF0aW9u 37074 +INGB0L7QstC10YDRiNC10L3QvdC+ 37075 +IHNlcnZp 37076 +c3RhZw== 37077 +MTgw 37078 +IHNld2Vy 37079 +IENob2ljZQ== 37080 +IGRpc2NoYXJnZWQ= 37081 +IEpE 37082 +0L7Qu9C10YI= 37083 +INC60LLQsNGA0YLQuA== 37084 +IHRlbGVzY29w 37085 +IEplxZtsaQ== 37086 +IE5hbmE= 37087 +Y2FsZQ== 37088 +INGC0L7QvQ== 37089 +bW1t 37090 +5LqG5ZCn 37091 +IGdlaGFidA== 37092 +64Kg 37093 +5oqV 37094 +4LiZ4LiZ 37095 +IGV0aGVy 37096 +IHplbg== 37097 +IHJlc2VhcmNoZWQ= 37098 +IEN6eWxp 37099 +5a6M5YWo 37100 +d29ya2Vycw== 37101 +IOqyveywsA== 37102 +IHNoZXJpZmY= 37103 +YWxsbw== 37104 +IHRpcG9z 37105 +IHByb3NlY3V0aW9u 37106 +IGZyb2dz 37107 +IGZhbHQ= 37108 +amQ= 37109 +IO2MlA== 37110 +IGZpbHRlcmVk 37111 +IE9mdA== 37112 +IOyN 37113 +IGRpc2Zy 37114 +IE11c3Rhbmc= 37115 +IHdvYWg= 37116 +IFJFQUxMWQ== 37117 +INC80L7Qs9C70Lg= 37118 +IGVudHJhZGE= 37119 +INC40LPRgNCw 37120 +IG1peGVz 37121 +INCw0LLRgtC+0LzQvtCx 37122 +0Jk= 37123 +IHNoaW4= 37124 +IHBhcmFub3JtYWw= 37125 +IHNvbWVwbGFjZQ== 37126 +IGRpc2hvbg== 37127 +ZXRhYW4= 37128 +IGZ1ZXJ0ZQ== 37129 +2bk= 37130 +IGRvb20= 37131 +7Iic 37132 +IGV4aXN0ZW50aWFs 37133 +IGJ1bGQ= 37134 +IFNESw== 37135 +INC/0YDQsNCy0LTQsA== 37136 +IHR1cm5vdmVy 37137 +IOyXrOq4sOyXkA== 37138 +IOCkuQ== 37139 +IG1vZGVsZWQ= 37140 +IGJ1Z8O8bg== 37141 +IGV4cGVyaW1lbnRhdGlvbg== 37142 +IG1vcm5pbmdz 37143 +IG1lZG8= 37144 +U3Rldmll 37145 +IHBsYXlhYmxl 37146 +IGFpcmxpbmVz 37147 +Z21lbnRz 37148 +IOq4sOu2hA== 37149 +IFRvbWI= 37150 +IE1WUA== 37151 +QVVESUVOQ0U= 37152 +IGNoZWNrb3V0 37153 +IHBhc3N0 37154 +IGJlaXNwaWVs 37155 +IExpbmtz 37156 +aGVhdnk= 37157 +IHF1ZXN0aW9uYWJsZQ== 37158 +IOyTsOs= 37159 +IHNpbGw= 37160 +IG1hbmlwdWxhdGVk 37161 +IExvcmVu 37162 +IOycvA== 37163 +IHZlcmdl 37164 +w6Fr 37165 +SUVT 37166 +IHNhYm90 37167 +IEN1c3RvbWVy 37168 +YWxlxbx5 37169 +IG5vbWluZWU= 37170 +IEdhZA== 37171 +IG5vdXZlbGxlcw== 37172 +IFNQRQ== 37173 +aXN0bGluZw== 37174 +IG92YWw= 37175 +0L7QsdGA0LDQtg== 37176 +aWZ0eQ== 37177 +6YeO 37178 +IGJlemVs 37179 +eWV0 37180 +IGZyZWlnaHQ= 37181 +IEhhbsSxbQ== 37182 +csOtYQ== 37183 +IHpvbmluZw== 37184 +IGluZGVt 37185 +IELDvA== 37186 +IGZlbWluaXNt 37187 +IHZvaXg= 37188 +IG9maWNpYWw= 37189 +IGRpeW9ydW0= 37190 +u5A= 37191 +IGFyb3Nl 37192 +IHBhcmFy 37193 +7J247KeA 37194 +IE1hcnRpbmU= 37195 +IExlY3Q= 37196 +IHJlc3Rlcg== 37197 +IGRyb3duaW5n 37198 +dXlh 37199 +Y2lkYQ== 37200 +IEFyaWVs 37201 +IDAy 37202 +INeU15Q= 37203 +57Sg 37204 +IFdlcnQ= 37205 +0KLRiw== 37206 +IHdpZG93 37207 +IHBhcmNobWVudA== 37208 +IGNvdHRhZ2U= 37209 +IFhM 37210 +IFNsYWNr 37211 +IE5FUw== 37212 +IHJvYmU= 37213 +IGdpbW0= 37214 +IGNhbWluaG8= 37215 +IEhhcnBlcg== 37216 +IGNpdHJ1cw== 37217 +IGZpcmVmaWdodGVycw== 37218 +IGRvcGFtaW5l 37219 +ZWxldHM= 37220 +IGRlbW9jcmF0 37221 +7KCc66Gc 37222 +IHBsYXliYWNr 37223 +b2o= 37224 +INC/0YDQvtC6 37225 +IFN1bGxpdmFu 37226 +c2VtYmxl 37227 +IFdvcnRo 37228 +IE11c3RhZmE= 37229 +4Liy4Lij 37230 +IG1ldHM= 37231 +6ZaA 37232 +0LvQvtGB0Yw= 37233 +IGluZXJ0aWE= 37234 +IHVuaWZvcm1z 37235 +6Laz 37236 +w6lyaW8= 37237 +15XXqNeU 37238 +w6ludA== 37239 +IOCukg== 37240 +INGB0LDQvNGL0YU= 37241 +IHZvdWxhaXM= 37242 +IFppbW1lcg== 37243 +6rKg6w== 37244 +INC90L7RgQ== 37245 +ZW5jaWFz 37246 +IHJlbGFjacOzbg== 37247 +IOqxuOs= 37248 +IGZhY3Rpb24= 37249 +IGdvc3A= 37250 +0L/QvtC70L7Qtg== 37251 +bmFw 37252 +aGFr 37253 +IHByb2NlZWRpbmdz 37254 +IOyGlA== 37255 +7JWE64uI 37256 +IOyekOq4sA== 37257 +IHdlcmQ= 37258 +IHNvZg== 37259 +IHNjaGxpbQ== 37260 +IGZsYXZvcmVk 37261 +IHF1YWRyYXRpYw== 37262 +IEJvb3Q= 37263 +IHB1YmxpY2l0eQ== 37264 +IENhcm8= 37265 +ID8i 37266 +0L3QuNGG0LA= 37267 +bWFuaWE= 37268 +IFNVUg== 37269 +IEJVUg== 37270 +bGFuY2U= 37271 +w6l0aWNh 37272 +IHpvYmFjenk= 37273 +IHRyaW8= 37274 +c2FtYQ== 37275 +IHRhxZ8= 37276 +IGFzeW1t 37277 +cmVzc2Vy 37278 +INiq2Lk= 37279 +INC/0LXRgQ== 37280 +IGJlZ2lubmluZ3M= 37281 +bGFkxLFt 37282 +INCx0YvRgdGC0YA= 37283 +IG1vbw== 37284 +IEdlbmV2YQ== 37285 +IOWcqA== 37286 +ZXJ1cw== 37287 +Ym9yYWg= 37288 +IHJlZnVzaW5n 37289 +YnVsbA== 37290 +IFdhaXRpbmc= 37291 +IEluZGl2aWR1YWw= 37292 +IGFub255bQ== 37293 +aW1lbnM= 37294 +IG1lZGlkYXM= 37295 +IGZyYWdyYW50 37296 +IGRpcmVjdGVtZW50 37297 +IOyVhOuniA== 37298 +dXJpYQ== 37299 +IHNwaGVyaWNhbA== 37300 +IGFiZ2U= 37301 +IFZpY3Rvcmlhbg== 37302 +IHNwZWN0YWNsZQ== 37303 +IFJvZHJpZ3Vleg== 37304 +IG9jdXA= 37305 +IE7DpHI= 37306 +bWFya3M= 37307 +bmd1bG8= 37308 +IEx1Y2k= 37309 +IHNob3V0ZWQ= 37310 +IHJlZ3VsYXRvcnM= 37311 +xJ9pbmk= 37312 +IGRpc2VudA== 37313 +INGA0YvQvQ== 37314 +64Ko 37315 +IOyCtOs= 37316 +IHByb2Jsw6htZXM= 37317 +IEZpbmdlcg== 37318 +YXNzZW1ibGU= 37319 +IHBlYXI= 37320 +IGRyb2l0ZQ== 37321 +IEV2ZXJ5d2hlcmU= 37322 +dGFt 37323 +0L7RgtC40LI= 37324 +0LLQvtC5 37325 +b3JkaW5hdGU= 37326 +IExhaw== 37327 +IG3hu5tp 37328 +IFRlbGV2aXNpb24= 37329 +IGV4cG9uZW50aWFsbHk= 37330 +YXZhcw== 37331 +IGJsZXY= 37332 +IE1U 37333 +5L+6 37334 +Q29ubmVsbA== 37335 +IOq1reuvvA== 37336 +INGB0LLQvtC40Lw= 37337 +IGFjaGE= 37338 +IER5bmFzdHk= 37339 +Smlu 37340 +IHRvcmU= 37341 +IGZsb3I= 37342 +INC80L3QvtCz0LjQtQ== 37343 +5rKS5LqL 37344 +b3dhbg== 37345 +YmFo 37346 +IOyjhA== 37347 +IENlbGE= 37348 +IOy1nOq3vA== 37349 +IHBlcm1ldHRyZQ== 37350 +IGFicmFz 37351 +IHZlcnN0ZWhlbg== 37352 +IGVzY29ydA== 37353 +IFRoZW0= 37354 +w6Rya2U= 37355 +cG9ydGVy 37356 +IGthaGthaGE= 37357 +IGhlY3Q= 37358 +IGRhdQ== 37359 +d2Fo 37360 +b2x2ZQ== 37361 +IEFnZXM= 37362 +c2NoYWZ0 37363 +IFN0ZWxs 37364 +bmVsbGU= 37365 +IEVuc3VpdGU= 37366 +INCS0YHQtdC8 37367 +IGNyw6lk 37368 +IFBQ 37369 +bG9yZHM= 37370 +Z3J1bnRpbmc= 37371 +IGNvbnRyYWN0aW9u 37372 +R290 37373 +IGFjcXVpcmluZw== 37374 +IHNvcHI= 37375 +IHBvaXNvbm91cw== 37376 +Uk5B 37377 +IGFuYXI= 37378 +IEhvZg== 37379 +Jyk= 37380 +IHJlbWFya2FibHk= 37381 +IGludGVybmFjaW9uYWw= 37382 +w7xja2U= 37383 +aW5xdQ== 37384 +IGR1eQ== 37385 +IGJlYXN0cw== 37386 +IExBTg== 37387 +IHByZWNlZGVudA== 37388 +IFJQTQ== 37389 +5ZGo 37390 +IHNlbG9u 37391 +IG1vcnRl 37392 +IGNvbWXDp291 37393 +0Y/Qu9Cw 37394 +IGludGVycHJldGluZw== 37395 +IEJ1cmtl 37396 +0YLRgNCw 37397 +IOydtOufrA== 37398 +IHBlc3NpbQ== 37399 +IE5vaw== 37400 +7Yyd 37401 +RmVtYWxl 37402 +IOyLpO0= 37403 +mYA= 37404 +IHN0aW11bGF0aW9u 37405 +IHNsaWNr 37406 +IOqwgOuKlA== 37407 +INC60LDQtw== 37408 +IEhCTw== 37409 +IHBhcGllcg== 37410 +IGvDtm5udGVu 37411 +0YPQsdC70Lg= 37412 +IENvbnN0YW50 37413 +U1BFQUtJTkc= 37414 +IGt0w7NyxIU= 37415 +IGNvc21ldGljcw== 37416 +IFRyZW5k 37417 +IHJvYmJlcnk= 37418 +IHRpdHQ= 37419 +IGdqb3J0 37420 +IGRpZXRhcnk= 37421 +oIw= 37422 +IEtpcmJ5 37423 +INC/0YDQuNC80LXRgNC90L4= 37424 +IHF1YWxpZmljYXRpb24= 37425 +IOyViQ== 37426 +IGNhYmluZXRz 37427 +IGh0dHA= 37428 +IEVyaWNh 37429 +576p 37430 +IGRpc2FkdmFudGFnZXM= 37431 +IGNoYXR0ZXJpbmc= 37432 +eXo= 37433 +ZmVpdA== 37434 +IGd1aWxk 37435 +IEVURg== 37436 +IERyYWdvbnM= 37437 +IEhFUkU= 37438 +dmVudGg= 37439 +2YTYp9mF 37440 +IG1hcmNow6k= 37441 +RGFt 37442 +IHBob3Rvbg== 37443 +IGVzdGFibGU= 37444 +TWFn 37445 +IG9saGFy 37446 +IGNvdXBsaW5n 37447 +IEhpbGZl 37448 +IFdpemFyZA== 37449 +INC80LDQu9C+ 37450 +aGVscA== 37451 +IGzDrW5lYQ== 37452 +IOyr 37453 +IHN0YW5kYWxvbmU= 37454 +IG1vcmFsZQ== 37455 +IHp3ZWl0ZQ== 37456 +44KI44KN44GX44GP 37457 +w6RocnQ= 37458 +IGRvdHRlZA== 37459 +IGRyaXBwaW5n 37460 +IEZsYWc= 37461 +6Z2S 37462 +cm9ja2V0 37463 +cmF0ZWd5 37464 +aXJpbQ== 37465 +IO2VmOuptOyEnA== 37466 +IHNvZ2VuYW4= 37467 +IFVubw== 37468 +IFNjaHV0eg== 37469 +IGVzdGlsbw== 37470 +IFN1YnM= 37471 +IERhaXN5 37472 +0J3QtdGC 37473 +Jy4uLg== 37474 +IHBsYXRpbnVt 37475 +IGJpcmw= 37476 +IFNvdmk= 37477 +IHZpb2xhdGU= 37478 +0YPQtdGC0YHRjw== 37479 +cmlsbA== 37480 +IHRyYXo= 37481 +IHNuaXA= 37482 +IGN1bXBs 37483 +4Lit4LiB 37484 +IGN1aw== 37485 +6YWS 37486 +IFBhcmxhbWVudA== 37487 +IGh5cGVydA== 37488 +IHB1bHA= 37489 +IHRvbmd1ZXM= 37490 +YXR0bw== 37491 +IGJ1c2Nh 37492 +aWhu 37493 +RVJP 37494 +INmK2Lk= 37495 +IHZhcmlhcw== 37496 +IE1hcmlhbg== 37497 +IGJvdW5kZWQ= 37498 +IHBpdGNoaW5n 37499 +IGRlZmljaWVuY3k= 37500 +IEJsZXNzZWQ= 37501 +IEV4ZXJj 37502 +dWNocw== 37503 +IG5oxrBuZw== 37504 +5pys5b2T 37505 +IHJhcGVk 37506 +aGFsZXM= 37507 +IG1hbGE= 37508 +cGlj 37509 +IDQwMQ== 37510 +xZtuaWVq 37511 +YXJpbmE= 37512 +65Ok7J2E 37513 +b3R0aQ== 37514 +INC00L7Qu9Cz0L4= 37515 +IHRyYWNrZXI= 37516 +IFNoZWxieQ== 37517 +IHZhbmlzaGVk 37518 +IGJha2VyeQ== 37519 +S2FwxLE= 37520 +SmVzdXM= 37521 +IEtS 37522 +Sk8= 37523 +hbg= 37524 +IGRpc2Nz 37525 +7ISv 37526 +7KeA6w== 37527 +15nXpg== 37528 +ZW1hcnk= 37529 +S2VuZHJh 37530 +IHnDvGs= 37531 +w7xja3Q= 37532 +IHZheg== 37533 +IGt1cA== 37534 +YWt0dQ== 37535 +INGB0L/QsNGB0LjQsdC+ 37536 +IGFpaw== 37537 +IG51cnNlcnk= 37538 +IGVuZGFuZ2VyZWQ= 37539 +w6ptZW1lbnQ= 37540 +ZW1hdGljcw== 37541 +IHJlc3BvbmRlcnM= 37542 +IFJlcHJlc2VudGF0aXZlcw== 37543 +IHNjdWxwdHVyZXM= 37544 +aWdrZWl0ZW4= 37545 +IGRlcGw= 37546 +IGludGVycHJldGF0aW9ucw== 37547 +IGRlYWRsaW5lcw== 37548 +IDE5NDI= 37549 +w5c= 37550 +IHN1Z2Fycw== 37551 +ZW11 37552 +bGl2ZWx5 37553 +IHJlY3JlYXRpb25hbA== 37554 +IGRpc3RvcnQ= 37555 +IHVuZGVyc2NvcmU= 37556 +IHVucXVvdGU= 37557 +IHNhZmVzdA== 37558 +IHN3b2xsZW4= 37559 +IGFuYWx5c2Vz 37560 +IGNvbW1lbmPDqQ== 37561 +5aa5 37562 +YW5kaW4= 37563 +INCl0L7RgNC+0YjQvg== 37564 +IGRpYXJy 37565 +44G+44GB 37566 +emllc3Q= 37567 +IHRvb3RoYnJ1c2g= 37568 +6aC76YGT 37569 +dWF0aW9ucw== 37570 +IGNhZGU= 37571 +IGJhY2tsYXNo 37572 +aGluZA== 37573 +IHJpc3F1ZQ== 37574 +emVzcw== 37575 +IOydtOyVvOq4sA== 37576 +IGVzcGVyYXI= 37577 +IHRyYW5zbGF0aW9ucw== 37578 +aW9uZWQ= 37579 +Z3JvYW5z 37580 +INC/0YPRgg== 37581 +IGdlbmV0aWNhbGx5 37582 +6YCg 37583 +IGhhcHBpZXN0 37584 +IHdlcms= 37585 +YXRvb24= 37586 +IG11c2k= 37587 +IGZ1bsOnw6Nv 37588 +IOyeheuLiOuLpA== 37589 +INGA0LDQuQ== 37590 +IGJldm9y 37591 +QkxBTks= 37592 +IHJlcGVudGFuY2U= 37593 +UHV0 37594 +IHBvdHJ6ZWI= 37595 +IHNhbGE= 37596 +IGNhbXBh 37597 +V0VS 37598 +IGRlY8OtYQ== 37599 +IHPDqWN1cml0w6k= 37600 +IEFwcHJlY2lhdGU= 37601 +0YfQuA== 37602 +IFJhbmRvbQ== 37603 +67OE 37604 +a2Fo 37605 +IG3Dtmo= 37606 +IHPDpGdlcg== 37607 +INeZ15vXldec 37608 +IDE5MA== 37609 +eHR1cmVz 37610 +RXU= 37611 +IGfDpA== 37612 +INeR16o= 37613 +IENyb2F0 37614 +YXBv 37615 +UExF 37616 +IHBlcnNpc3RlbmNl 37617 +5Yqp 37618 +IGJsZW5kcw== 37619 +IHRyZWZmZW4= 37620 +IFNhbnRpYWdv 37621 +eWRpYQ== 37622 +YWxkbw== 37623 +IFRlbnNvckZsb3c= 37624 +IER1YWw= 37625 +44Oc 37626 +IGNoaWZm 37627 +7Je0 37628 +IGNvbnRyYWN0ZWQ= 37629 +IHNlZ3JlZw== 37630 +IEZhaXJ5 37631 +IHdpc2VseQ== 37632 +IHZ1bG5lcmFiaWxpdGllcw== 37633 +IGhhbmRoZWxk 37634 +IGdhZGdldHM= 37635 +IGJvxZ8= 37636 +IFBvcHVsYXI= 37637 +IGN1cnZhdHVyZQ== 37638 +66y4 37639 +IE1BUlk= 37640 +7J207Io= 37641 +IGZvcm11bGF0aW9u 37642 +IGNlbGVyeQ== 37643 +IGJsdXJyeQ== 37644 +IFRT 37645 +YWxleg== 37646 +IHdz 37647 +IHByb2dyYW1t 37648 +IFN0YWNr 37649 +IEpJTQ== 37650 +0L7QstCw0LvQuA== 37651 +xLFsbA== 37652 +IHDDqHJl 37653 +IEthbnll 37654 +IERlbGF3YXJl 37655 +IOOBoA== 37656 +IGRhdW50aW5n 37657 +INCx0LXRgQ== 37658 +IFN0dXBpZA== 37659 +Ymln 37660 +ZmZpY2lhbA== 37661 +IHByZWNpcGl0YXRpb24= 37662 +IHBsdW5n 37663 +4bulYw== 37664 +YnVyc2U= 37665 +IGRhcmxl 37666 +IGNyaXBw 37667 +IHBpb25lZXI= 37668 +IGRpc3B1dA== 37669 +IHNlYW4= 37670 +44GT44KT44Gq 37671 +IHJlc2lzdG9y 37672 +IGFsbGVpbg== 37673 +aXBwbGVz 37674 +YXJlbA== 37675 +IGVuZG9ycw== 37676 +enVzdA== 37677 +INGA0LXQsdGP0YLQsA== 37678 +ZWRlZA== 37679 +IOy5tOuplOs= 37680 +IGxsZXZh 37681 +IGtlbm50 37682 +INCx0LDQuw== 37683 +IERvY3VtZW50 37684 +IEtuaWdodHM= 37685 +IGJ1Y2tsZQ== 37686 +IOyJrA== 37687 +IGFsaw== 37688 +IEV2ZXJ5ZGF5 37689 +YXR0ZXJz 37690 +IHRvaWxldHM= 37691 +IGp1Z2Fy 37692 +IOyeiOyngA== 37693 +IGdlbmF1c28= 37694 +IExhbmRlc3JlZ2llcnVuZw== 37695 +44Gj44Gx 37696 +aWpl 37697 +IHRyYWlsZXJz 37698 +IFRpZ2Vycw== 37699 +IGdpdHRp 37700 +IGZvcmdpdmluZw== 37701 +IGNvbmN1cnJlbnQ= 37702 +IFZ1 37703 +IO2Kue2eiA== 37704 +IEJST1dO 37705 +b3VuZGVk 37706 +Ijs= 37707 +IHRyZW1i 37708 +IHRpZXQ= 37709 +INGA0LXQttC40Lw= 37710 +IG51dHNoZWxs 37711 +0LXQu9C40Yc= 37712 +IGxvc2Vycw== 37713 +cmljdGluZw== 37714 +IHJlZGVlbQ== 37715 +ZGVmaW5lZA== 37716 +TmljZQ== 37717 +IGJyb2FkYmFuZA== 37718 +S08= 37719 +IHRlYXNpbmc= 37720 +IHBhcnRpc2Fu 37721 +xLFtYQ== 37722 +IOyerOuvuA== 37723 +IEpvdXJuZXk= 37724 +IHNsb3Blcw== 37725 +dW5pbmc= 37726 +Z3J1bnRz 37727 +IHTDpGxs 37728 +IHVuY292ZXJlZA== 37729 +IG15xZtsxJk= 37730 +IEVzdGhlcg== 37731 +5LqO 37732 +IEhlYWx0aHk= 37733 +IOuwkQ== 37734 +csOpZQ== 37735 +IHBvbGFyaXphdGlvbg== 37736 +IGZsYXY= 37737 +IGNhbWJpYXI= 37738 +IHly 37739 +IFJhbmNo 37740 +IHNwbGl0cw== 37741 +IHRyb3V2w6k= 37742 +5ZyL5a62 37743 +IHJlY29yZGVy 37744 +IGTDqXBhcnQ= 37745 +2YjYqA== 37746 +IEtyeQ== 37747 +IGludGVyZXNzYW50 37748 +IGVkZXJpbQ== 37749 +xZt3aWFk 37750 +aWxhdGVyYWw= 37751 +d3JpZ2h0 37752 +IHBvdXJyYQ== 37753 +w6p0ZXI= 37754 +IGNhbWVs 37755 +4Z4= 37756 +IHJhcGlkZW1lbnQ= 37757 +IG1lag== 37758 +IHN0aWZmbmVzcw== 37759 +QURBUw== 37760 +IGRpZmZlcnM= 37761 +IGFsb3Q= 37762 +IFNpZw== 37763 +0Y/RgtC10LvRjA== 37764 +IGFic3RyYWN0aW9u 37765 +5ZyY 37766 +IGtlaW5lcg== 37767 +Z3J1cHA= 37768 +IFNoZXJsb2Nr 37769 +7ZiU 37770 +IGNpdGU= 37771 +IG92ZXJmbG93 37772 +IHThuqFp 37773 +w7pjYXI= 37774 +YnVsYQ== 37775 +IGNvbmp1bnRv 37776 +IENJ 37777 +IG1vZGVyYXRvcg== 37778 +IGluZGlyZWN0bHk= 37779 +IGFsbGVpbmU= 37780 +4oI= 37781 +0YjQuNCx 37782 +INCx0LDQsQ== 37783 +IGRhbmFjaA== 37784 +IDE5Mzk= 37785 +IHByb21ldA== 37786 +IGRlc3RpbmF0aW9ucw== 37787 +IElsbHVzdA== 37788 +zrnOus+M 37789 +IHNhYmVz 37790 +IGhlaA== 37791 +IEdlc2V0emVudA== 37792 +IE1peg== 37793 +0LXQvdC60L4= 37794 +IE15cw== 37795 +0Kw= 37796 +IEp1ZGFpc20= 37797 +IG11c3RhY2hl 37798 +IHN0aW1tdA== 37799 +IEdhemE= 37800 +IHZvbHRl 37801 +IG51bw== 37802 +IG3Ds24= 37803 +IENvbXB1dA== 37804 +4Li54LmI 37805 +IFJhZGk= 37806 +IGV4Y2VwdGlvbmFsbHk= 37807 +IGFzc3VtZXM= 37808 +6ZaL5b+D 37809 +44GI44Gw 37810 +aW5mb3Jt 37811 +IHNocmluZQ== 37812 +5pOK 37813 +IGltcGxpY2F0aW9u 37814 +IEZpdHo= 37815 +5rKS6Zec5L+C 37816 +IS4= 37817 +IGx0 37818 +IGFsbG95 37819 +IGV0aGlj 37820 +IG1vbmFzdGVyeQ== 37821 +7Iuc7KOg 37822 +aWNhw6fDo28= 37823 +IGNvb3JkaW5hdGluZw== 37824 +IE1vdG8= 37825 +IG92ZXJsb29r 37826 +IGNob2lz 37827 +IGFudGliaW90aWM= 37828 +IE1pbm5l 37829 +IEJK 37830 +IEFwYQ== 37831 +b3JpYW4= 37832 +IHNwaWxsZWQ= 37833 +SmFt 37834 +IGh1c2JhbmRz 37835 +IGNyZWF0aW9ucw== 37836 +IGHDsQ== 37837 +w7xzc2Vs 37838 +IOydtOyaqQ== 37839 +IGFuYWx5c2U= 37840 +cm9zZQ== 37841 +IHB1bmNoZWQ= 37842 +IHByZXNxdWU= 37843 +IGFzdHJvbm9teQ== 37844 +IHNjaHdpZXJpZw== 37845 +IEVib2xh 37846 +IGNpcw== 37847 +IGFjZXQ= 37848 +IEZY 37849 +ZW5kcmU= 37850 +IOydjOyVhQ== 37851 +IHdlYnBhZ2U= 37852 +IGZyZWFrZWQ= 37853 +IGxhdHRl 37854 +IOy/oA== 37855 +IOuouOs= 37856 +TmV2ZXI= 37857 +R3Jh 37858 +7ZmU66W8 37859 +ZXllZA== 37860 +IOuwnOudvA== 37861 +IGVzcGVyYQ== 37862 +IGFwYXJlY2U= 37863 +cmHDp8Ojbw== 37864 +IGRpc3J1cHRpdmU= 37865 +IEpvaW50 37866 +dXJvdXM= 37867 +cmVhcw== 37868 +IHF1ZXLDrWE= 37869 +IGRpc3RyaWJ1dGlvbnM= 37870 +IGV4cG9uZW50 37871 +7LmY66W8 37872 +IGRs 37873 +emhvdQ== 37874 +IEhlYXJpbmc= 37875 +5beu5LiN5aSa 37876 +IENyYXc= 37877 +IGZsb2F0cw== 37878 +b3VuY2Vk 37879 +TGFi 37880 +V29ybGQ= 37881 +IGJ1cmRlbnM= 37882 +IGF1dGhvcml0YXJpYW4= 37883 +IEJvbHQ= 37884 +INC+0LTQvdGD 37885 +IHBpZ2Vvbg== 37886 +IGRpc3RyYWN0aW9ucw== 37887 +IEhlcmF1c2ZvcmRlcg== 37888 +IHplc3Q= 37889 +ZXNj 37890 +IHNoYWtlcw== 37891 +YXRhcw== 37892 +INmF2LQ= 37893 +aG9sZXM= 37894 +IHRoaW5rZXJz 37895 +YWx0YQ== 37896 +IGFyY2hl 37897 +IFN1aw== 37898 +YW5oYQ== 37899 +IHRlbXB0aW5n 37900 +IHlvdXR1YmVy 37901 +IHbDrA== 37902 +IGR6aWHFgmE= 37903 +IFZhdGljYW4= 37904 +UGFyaw== 37905 +IHN1cGVycw== 37906 +IE5pa2tp 37907 +64qQ6w== 37908 +b3Jhbmc= 37909 +cmFtaWVudA== 37910 +6ay8 37911 +IOqwluqzoA== 37912 +IGRlc3NlcnRz 37913 +IGF2ZXJl 37914 +IEdyZWdvcnk= 37915 +IOuTpOyWtOyY 37916 +IGNvc3Rpbmc= 37917 +IENsaW5pYw== 37918 +IHJlYmVscw== 37919 +IE1vYg== 37920 +IGJ1bmxhcg== 37921 +IFlvdXJz 37922 +ZXJ0aW1l 37923 +IHJldGFsaQ== 37924 +bWFyYQ== 37925 +YXR1cw== 37926 +YWxsZXM= 37927 +INC00YA= 37928 +INC00LjRgQ== 37929 +IGRpc2NvdW50cw== 37930 +IEdVWQ== 37931 +INC60LDQutC+0LU= 37932 +IEV4cGVyaW1lbnQ= 37933 +cmVtZW50 37934 +IFhpYW5n 37935 +IGJhdGU= 37936 +V0U= 37937 +IHNwZWNpYWxpemU= 37938 +IGRlaXR5 37939 +IExva2k= 37940 +bWFn 37941 +IE5pdA== 37942 +V2VzdA== 37943 +IG1hdGVybmFs 37944 +IHF1aXM= 37945 +5Z+65pys 37946 +YnJva2Vu 37947 +IGxhc2Vycw== 37948 +IGhha2s= 37949 +IEFuZ2Vscw== 37950 +IG1hc3Rlcnk= 37951 +YW50aXM= 37952 +VGlmZmFueQ== 37953 +ZWVl 37954 +55E= 37955 +b3JlbQ== 37956 +IGluYWNj 37957 +IGp1cmlzZGljdGlvbnM= 37958 +IEthcmRhc2g= 37959 +5py6 37960 +SWw= 37961 +IFNpbm4= 37962 +5YuV55S7 37963 +IGF0aGxldGljcw== 37964 +Y8SZ 37965 +IGxvb3NlbHk= 37966 +IGRpZXRh 37967 +QWc= 37968 +ID8/ 37969 +IOuMgO2RnA== 37970 +IHN1cGVydg== 37971 +IG51dHJpdA== 37972 +IGRyaWZ0aW5n 37973 +IOyEoOyDneuLmA== 37974 +INC/0L7QvdGP0Ls= 37975 +IFZpY3Rvcnk= 37976 +2YTYqQ== 37977 +15XXoNeU 37978 +INC/0LjRiA== 37979 +IHNoYXZlZA== 37980 +IG1lc3VyZQ== 37981 +b25kZW4= 37982 +2YPYsQ== 37983 +IGV4aWxl 37984 +IERlc2Rl 37985 +IFBpbnRlcmVzdA== 37986 +IGF0dGFjaG1lbnRz 37987 +IGhvbWJyZXM= 37988 +IGZpbmVz 37989 +IOyEuOyDgQ== 37990 +IHNsZWVwcw== 37991 +IFRhY28= 37992 +IElSQQ== 37993 +cmlvcw== 37994 +IG9sbA== 37995 +ZXRlcw== 37996 +IHVudXQ= 37997 +ZmFzaGlvbmVk 37998 +IHRyZWJhbGw= 37999 +IE5lYXJseQ== 38000 +INGA0LXQsNC70YzQvdC+ 38001 +IGNoaWw= 38002 +6YCx 38003 +xJ9h 38004 +IE1FTA== 38005 +cm9zY29w 38006 +IENH 38007 +IHZlbmdl 38008 +IGRpc2h3YXNoZXI= 38009 +YWxnaWM= 38010 +IG1vZGlmaWVy 38011 +IGVtYmFzc3k= 38012 +dGltZXI= 38013 +ZW1pY3M= 38014 +IGludHJpY2F0ZQ== 38015 +IGV2ZXQ= 38016 +IOuMgOuwlQ== 38017 +IGlzb3Q= 38018 +INC90LDRg9GH 38019 +IFF1aXo= 38020 +cmVzbw== 38021 +zrTPjg== 38022 +IHllbGxlZA== 38023 +IGZlZGVy 38024 +RUxMRVI= 38025 +IGV4Y2VlZGVk 38026 +b25hcw== 38027 +aWNhbm8= 38028 +INC20LjQstC+0YI= 38029 +IE1hbw== 38030 +IEthenV0bw== 38031 +IOOFi+OFi+OFi+OFiw== 38032 +IGZyb250bGluZQ== 38033 +IEh1bmdhcmlhbg== 38034 +IMO8YmVyYWxs 38035 +YXdhdA== 38036 +IGdyaXBz 38037 +acOnw7Vlcw== 38038 +YXJueWE= 38039 +IM2h 38040 +IHNlaWQ= 38041 +IGFuYWs= 38042 +IGFjYWJvdQ== 38043 +7ZWR 38044 +IG5vdG9yaW91cw== 38045 +IEdvZHppbGxh 38046 +IG92ZXJjb21pbmc= 38047 +IFBlbmQ= 38048 +IG9sYWJpbGly 38049 +w7xsbWU= 38050 +IGVyaGFsdGVu 38051 +44KJ44GE 38052 +6re5 38053 +IE1ldGVy 38054 +IHN0YWFu 38055 +T2w= 38056 +IGNoYXRz 38057 +IEJ1ZW5vcw== 38058 +w612ZQ== 38059 +YWx1YWJsZQ== 38060 +IHN0cmF0ZWdpY2FsbHk= 38061 +IGNvbXByaXNlZA== 38062 +INC/0LXRgNGB0L7QvdCw0LY= 38063 +IHdhbm4= 38064 +IENlbg== 38065 +0L3QuNGC0LU= 38066 +n4E= 38067 +INGC0L7QsdC+0Lk= 38068 +aWFk 38069 +IGthcmRlxZ9pbQ== 38070 +IENvbmdyZXNzbWFu 38071 +cmVhbWluZw== 38072 +aG9tbWU= 38073 +IGNvbW11bmF1dA== 38074 +IGFsY29ob2xpYw== 38075 +IHBpY2tsZWQ= 38076 +IGFjb3Jk 38077 +cG9zaXRpb24= 38078 +ZWfDs2w= 38079 +IHRyb3VibGluZw== 38080 +IE1hcmNoZWc= 38081 +IHp1bWluZGVzdA== 38082 +IHNlYW1sZXNzbHk= 38083 +IG9sdW4= 38084 +IFRWcw== 38085 +INC/0YDQsNC60YLQuNGH0LXRgdC60Lg= 38086 +IGJhY2tlbmQ= 38087 +44GT44KT44Gr44Gh44Gv 38088 +aWRhYmxl 38089 +IGdhZGdldA== 38090 +IGZhw6dv 38091 +IE1hcmNoZWdpYW5p 38092 +IOuwpA== 38093 +IGFjY2lkZW50YWw= 38094 +IExQ 38095 +IGVsZGVzdA== 38096 +IEFkbWlyYWw= 38097 +IG7Eg20= 38098 +bGV2ZXI= 38099 +IHBhc3RlbA== 38100 +IGZvbmRv 38101 +Q29ubmll 38102 +IHRlcmNlcg== 38103 +IHBhY3Q= 38104 +IE1vbnRl 38105 +IG1lYXRz 38106 +IFNNUw== 38107 +IEF1c3RyYWxpYW5z 38108 +57w= 38109 +UmhldHQ= 38110 +IGV4YWN0ZW1lbnQ= 38111 +IOu5vA== 38112 +IE1PRA== 38113 +56E= 38114 +IFJhcHQ= 38115 +IE5vY2g= 38116 +IGFib3J0 38117 +IE5hdmFs 38118 +IEZ1amk= 38119 +SU5URVI= 38120 +INC90L7QstGL0Lk= 38121 +IG1pZWpzY2U= 38122 +IElDVQ== 38123 +IEdyYWR1YXRl 38124 +IEdsZW4= 38125 +YXJkaQ== 38126 +IMiY 38127 +IHNvbGRlcg== 38128 +IHByb2Zlc3Npb25z 38129 +IG9ydGhvZw== 38130 +b21u 38131 +aW50cm9kdQ== 38132 +IERlbmlzZQ== 38133 +7J6Q66W8 38134 +IGNvcnJlc3BvbmRlbmNl 38135 +QU1B 38136 +IGluZmxpY3Q= 38137 +IGZhbmQ= 38138 +IEfDvA== 38139 +INGH0LXRgg== 38140 +IHRyYWNlZA== 38141 +IHBhdGVudHM= 38142 +IGFtYnVzaA== 38143 +IGxvdHRh 38144 +ZmZlcg== 38145 +IFdhZ25lcg== 38146 +IGltcGVyc29u 38147 +IGV4dHLDqm1lbWVudA== 38148 +2YLYqg== 38149 +Y29uZHVjdA== 38150 +QXR0 38151 +IE11ZWxsZXI= 38152 +IEFsaWNpYQ== 38153 +IGN5Yw== 38154 +IGhhY2tlcg== 38155 +IHR5cw== 38156 +IGhhaWw= 38157 +INC30LDRj9Cy 38158 +IHBhc3Nv 38159 +IOy2lOqwgA== 38160 +IM6I 38161 +IHBhY2thZ2Vk 38162 +IEN5bnRoaWE= 38163 +aGVldA== 38164 +5Lit5Zu9 38165 +IE5pc3Nhbg== 38166 +IFF1ZXN0bw== 38167 +6ag= 38168 +ZGlk 38169 +IM68zrnOsQ== 38170 +IEVsbGlz 38171 +IEFuYWx5c2lz 38172 +Y2Vtb3M= 38173 +IGFzZWc= 38174 +IE15c3Rlcg== 38175 +IENhbw== 38176 +IHR1dg== 38177 +IEluZHVzdHJ5 38178 +7KO86rOg 38179 +b3RhbA== 38180 +IHBlcXVlw7Fv 38181 +YnJhcw== 38182 +IGNvbXByZWhlbmQ= 38183 +IFNpbXBzb24= 38184 +0YHRgtCy0LjQtQ== 38185 +b2NyYWN5 38186 +0LjRh9C10YHQutC4 38187 +IE11c2g= 38188 +IExhdXJpZQ== 38189 +IHRyaWFuZ3VsYXI= 38190 +IFByZXNlbnRz 38191 +IEt1bmRlbg== 38192 +57S5 38193 +5q2m 38194 +IElzcw== 38195 +IERlY2s= 38196 +4buDbg== 38197 +IERhcmtuZXNz 38198 +IGluZmxhbW1hdG9yeQ== 38199 +ZXJlbWlhaA== 38200 +IHdhcm1lZA== 38201 +dmV5YXJk 38202 +IE1lbW9yeQ== 38203 +ZXR0eQ== 38204 +IHRheHBheWVycw== 38205 +4LiT 38206 +2KE= 38207 +IHByYWN0aXNl 38208 +64us6w== 38209 +IGRyaWxsZWQ= 38210 +bcO8xZ8= 38211 +bG9nbw== 38212 +IEZhY2g= 38213 +pOuhnA== 38214 +IMO8YnJpZ2Vucw== 38215 +IGtvbm50ZW4= 38216 +IG5vcm1hbG1lbnRl 38217 +IGFyZ3Vlcw== 38218 +aWxpbmd1YWw= 38219 +sOulvA== 38220 +ZWdhbA== 38221 +IHRyYXZhaWxs 38222 +b3Z5 38223 +0LDRgtC+ 38224 +IHJ1dGg= 38225 +IExpZ2h0cw== 38226 +IGNvbnNpc3RlZA== 38227 +15HXqNeZ150= 38228 +IHN0ZXJlb3R5cGU= 38229 +IHBheWVy 38230 +IFJlZQ== 38231 +IEFpcmJuYg== 38232 +IGRyb3duZWQ= 38233 +IFpvZQ== 38234 +IGNhbm9weQ== 38235 +IGJhcnI= 38236 +INC90L7Rhw== 38237 +IHBhZ2Fu 38238 +IGphcnM= 38239 +IHLDqg== 38240 +ZXJ2ZXI= 38241 +5oi/ 38242 +aWViZW4= 38243 +IGVzcGVjdA== 38244 +IEZp 38245 +IHVud2lsbGluZw== 38246 +IHRlY2huaWNpYW4= 38247 +4bq3dA== 38248 +bWVtYmVy 38249 +IENhbmFs 38250 +2LPZhQ== 38251 +IGxpZWJlcg== 38252 +IGluZmVyZW5jZQ== 38253 +IGhvbm9yaW5n 38254 +5ZG1 38255 +IENhbXBhaWdu 38256 +IGxpbmVhZ2U= 38257 +IFN0cmVzcw== 38258 +IHZpY3Rvcmllcw== 38259 +IGRlamE= 38260 +16M= 38261 +w6p0ZXM= 38262 +YmxpY2s= 38263 +INC80LXQvdC10LU= 38264 +b3Rocw== 38265 +IENvdXBsZQ== 38266 +SmFzb24= 38267 +IE5pY29sYXM= 38268 +0LXQutGB 38269 +bGli 38270 +IGhlcnJhbWllbnQ= 38271 +INeQ15XXnteo 38272 +INCy0LjQtNC40Lw= 38273 +bWlsbGltZXRlcg== 38274 +IHNpbGhvdWV0dGU= 38275 +IGRyaXZld2F5 38276 +IGNoZXJpc2g= 38277 +44Wg44Wg 38278 +IHJhbnNvbQ== 38279 +IGludGVyZGlzY2lwbGluYXJ5 38280 +IFBvcnRhbA== 38281 +IHRyYWc= 38282 +dGhvb2Q= 38283 +IHRlZGlvdXM= 38284 +IGdsb3NzeQ== 38285 +IHByw6lwYXI= 38286 +IENheQ== 38287 +IFRvb2s= 38288 +IEJvdHRvbQ== 38289 +IHppZw== 38290 +5as= 38291 +5Y2x 38292 +cmVwcmVzZW50ZWQ= 38293 +4LmA4Lil4Lii 38294 +IGRlc2Fycm9sbG8= 38295 +7ISc6w== 38296 +IHZpc2Nvcw== 38297 +IG1pbGxpZ3JhbQ== 38298 +IEd1bmQ= 38299 +IGZlcm1lbnQ= 38300 +ZHJ1bQ== 38301 +IGRyYXdlcnM= 38302 +TGF1Z2g= 38303 +IHBlbG9z 38304 +IHBhdmVtZW50 38305 +IG1lbW9pcg== 38306 +YXZhaXQ= 38307 +IDIwNTA= 38308 +pOulvA== 38309 +IHJhesOzbg== 38310 +IGZsb3VyaXNo 38311 +IHN0ZXJu 38312 +5LiI 38313 +IENodW5n 38314 +IHNlcnBlbnQ= 38315 +IEdlbnRsZW1lbg== 38316 +55yf55qE5b6I 38317 +a29vaw== 38318 +IGx1dA== 38319 +aW1wb3J0ZQ== 38320 +cGFyZW50 38321 +IHdzeg== 38322 +IHNjcmVl 38323 +IE1pdGFyYmVpdGVy 38324 +5be0 38325 +bXV0 38326 +IOyWmOq4sOulvA== 38327 +IHNlbWJsZQ== 38328 +IE9X 38329 +IGludmVzdGlnYXRvcg== 38330 +IENoZXJ5bA== 38331 +IEdlcmFsZA== 38332 +IHByZXJl 38333 +IGNvbXBhcmVz 38334 +bnl0 38335 +IGRpZmVyZW7Dp2E= 38336 +Py0= 38337 +IHF1w6E= 38338 +16jXmQ== 38339 +U2Vu 38340 +IGhlcHM= 38341 +IGdyYXR1aXQ= 38342 +IGNvbnNvcnQ= 38343 +IFNUT1A= 38344 +IFByb3Rlc3RhbnQ= 38345 +IGVsZWN0cm9kZQ== 38346 +4pc= 38347 +IHNlY3VyZWx5 38348 +0LjRh9C10YHQutC+0Lk= 38349 +IHTDpMOk 38350 +IHJlZ2lzdGVycw== 38351 +IEhlYXZlbmx5 38352 +b2dseQ== 38353 +aXNzw6Q= 38354 +IFBoeXNpY3M= 38355 +IE1lcmtlbA== 38356 +IHLDqXY= 38357 +6Zmi 38358 +IGVyYXNlZA== 38359 +IFNhY3JhbWVudG8= 38360 +IGNvZmZpbg== 38361 +IGV4YWNlcg== 38362 +IGxhbno= 38363 +IHBvZXRz 38364 +dWxpZg== 38365 +IOy5mOs= 38366 +IE5lcmQ= 38367 +IE5DVA== 38368 +IEhvdXI= 38369 +bmVobWVy 38370 +npjrj4Q= 38371 +IFByaW5jaQ== 38372 +U3c= 38373 +bWllcw== 38374 +YXJtZWQ= 38375 +IEJlYXRsZXM= 38376 +IHByb3BhZ2F0aW9u 38377 +IGV4Y2hhbmdlZA== 38378 +IGN1bXVsYXRpdmU= 38379 +IOynkeyXkA== 38380 +IGRlZmVhdGluZw== 38381 +5oqx 38382 +YmVscw== 38383 +IHdlcw== 38384 +IE9keXNzZXk= 38385 +5L2g5oOz 38386 +YXZpb3I= 38387 +IOychOyXkA== 38388 +IGJyaXQ= 38389 +IGhpam8= 38390 +REFZ 38391 +INin2YTYqtmK 38392 +INCh0LXRgNCz 38393 +0YPQutCw 38394 +ZWRzacSZ 38395 +IGltcG9z 38396 +IGVsbGFz 38397 +IGZpcmVhcm1z 38398 +IE5S 38399 +INeR15A= 38400 +INCf0L7QutCw 38401 +YXdp 38402 +IOyEseqztQ== 38403 +IHB1cGlscw== 38404 +IFRhY2s= 38405 +IGZyYXNl 38406 +IFNoaXA= 38407 +IHN0YWQ= 38408 +5Lic 38409 +IEdyZWF0ZXI= 38410 +dW51bg== 38411 +aW1tdW5n 38412 +Z3Jvd24= 38413 +IE5YVA== 38414 +IEFtZXJpY2Fz 38415 +Zm94 38416 +IG1hbnRlbg== 38417 +6aCQ5YKZ 38418 +INGB0L7Qug== 38419 +IHJpa3Q= 38420 +bGVjdHJpYw== 38421 +ZGVlcA== 38422 +INC30L3QsNC10YjRjA== 38423 +IGJlbnV0 38424 +IEluZnJhc3Q= 38425 +IEVtaXI= 38426 +INC+0YLQv9GA0LDQsg== 38427 +IEtpbWNoaQ== 38428 +IEZpbm5pc2g= 38429 +tOyggQ== 38430 +aW5haXJl 38431 +IG9pa2U= 38432 +5riF5qWa 38433 +IGhvc3RhZ2U= 38434 +IEJ1dHRvbg== 38435 +2YLZig== 38436 +ZWtpbmc= 38437 +IEthemFraA== 38438 +IGNvbWZvcnRpbmc= 38439 +IHNvZw== 38440 +IGdyZWV0ZWQ= 38441 +Z3VpdGFy 38442 +cGF5ZXI= 38443 +IHJlbGF0aW9uYWw= 38444 +IGNvbnN0cnVpcg== 38445 +54m55Yil 38446 +b3BpYW4= 38447 +IFZvbHVtZQ== 38448 +aWV0aA== 38449 +0YHRgtCy0L7QvA== 38450 +dXJyZWN0aW9u 38451 +bGnFm215 38452 +IGhlbWlzcGhlcmU= 38453 +IEJlYW4= 38454 +SUdO 38455 +IGvDtnTDvA== 38456 +IEZhbGxvdXQ= 38457 +IGJyYWNl 38458 +57m857qM 38459 +z4DOrA== 38460 +IEhBUw== 38461 +IGfDqQ== 38462 +IGNoYXJhY3Rlcml6ZQ== 38463 +4bq3Yw== 38464 +IE1pbGt5 38465 +IHR1bW9ycw== 38466 +IG51aXQ= 38467 +IEdheg== 38468 +IOyeiOuLpOuKlA== 38469 +INCz0LDRgA== 38470 +ZXNzbWVudA== 38471 +IEFiZQ== 38472 +IOu9kQ== 38473 +IEVpbnNhdHo= 38474 +SklO 38475 +asOk 38476 +Q3J5 38477 +IFByb21pc2Vk 38478 +INGB0LXRgNC0 38479 +b2t1cw== 38480 +IHNjYWxhYmxl 38481 +INC/0L7RgdC80L7RgtGA0LXRgtGM 38482 +w7xja2xpY2g= 38483 +IHJlYWxpc20= 38484 +IG1heW8= 38485 +IGp1dmVuaWxl 38486 +IGhlYWRsaWdodHM= 38487 +IGfDtnLDvMWf 38488 +IFJlZm9ybQ== 38489 +IGhhbHZlcw== 38490 +Y3puZQ== 38491 +IGJyZWFrdXA= 38492 +xbxlag== 38493 +IHLDpHR0 38494 +RGF5 38495 +IOydvOuzuA== 38496 +IG11ZXJ0ZQ== 38497 +IHR1bmVz 38498 +IFNtaWxl 38499 +cmVjb3Jk 38500 +IHJlY2hlcmNoZQ== 38501 +YXRpc2ZpZWQ= 38502 +IHBvemk= 38503 +IGNlbGVicmF0aW9ucw== 38504 +aXNleHVhbA== 38505 +IFJPQg== 38506 +dGhpcmRz 38507 +IEZvcnR1bmU= 38508 +INGC0L7QuQ== 38509 +IGJyYW5kZWQ= 38510 +bG9v 38511 +IGR1ZA== 38512 +IHJhbmRvbWl6ZWQ= 38513 +IGNvbWJpbg== 38514 +5LiA5Lqb 38515 +aWVyYW4= 38516 +Y3plbmlh 38517 +jeODqw== 38518 +IGN1cmF0b3I= 38519 +IGFydGVyeQ== 38520 +INGD0Yg= 38521 +INGH0LjRgg== 38522 +IHN1YnNpZGllcw== 38523 +IGJsb3Nzb20= 38524 +IFR3aWxpZ2h0 38525 +IGh5dsOk 38526 +IFBvbXBl 38527 +IENpc2Nv 38528 +INCf0YDQvg== 38529 +IGJpcmk= 38530 +IGdlcm4= 38531 +IHJlYnVpbHQ= 38532 +IHdjemU= 38533 +IGJlbmVmaWNp 38534 +IGRydW1tZXI= 38535 +IHNvbGlkcw== 38536 +IGRpeW9yc3Vu 38537 +44GC44KK44GM44Go44GG44GU44GW44GE44G+44GX44Gf 38538 +bGF0ZWQ= 38539 +IG11ZGR5 38540 +IGhvbG9n 38541 +IGNsYXBz 38542 +IFJpbmdz 38543 +IE9rZXk= 38544 +IEJyYXZl 38545 +IHZhbHVhdGlvbg== 38546 +IG1pZ3JhbnQ= 38547 +IGludGVybWl0dA== 38548 +IGVpZ2VuZQ== 38549 +aWxpYXJ5 38550 +44O844OI 38551 +bWFya3Q= 38552 +a3I= 38553 +IFJpYg== 38554 +4buZaQ== 38555 +IGFjY3VzYXRpb25z 38556 +IGFyYWI= 38557 +d2FzaA== 38558 +IEJhcmR6bw== 38559 +IHVnaA== 38560 +ZXN0ZXJz 38561 +b3BocmVu 38562 +IGFsaW1lbnRvcw== 38563 +IFV6 38564 +1oI= 38565 +IDY1MA== 38566 +INC/0YDQuNC10YU= 38567 +Rkk= 38568 +IHNhbXBhaQ== 38569 +IHBhcmzDqQ== 38570 +aGVzaW9u 38571 +IHPEsXI= 38572 +IGFwcGFyYXR1cw== 38573 +IGNvcnJlbGF0ZWQ= 38574 +IFByaW5jaXBhbA== 38575 +IGNvcnI= 38576 +IE9mZmljaWFs 38577 +0LjRh9C10YHQutC40LU= 38578 +IHRlcm1pbmFscw== 38579 +U2hvdWxk 38580 +IHZhY3Vu 38581 +IHN0ZWxsdA== 38582 +IG1vb2k= 38583 +ZXR6dW5n 38584 +INC60YDQsA== 38585 +IGRhaQ== 38586 +INC/0L7Qtg== 38587 +VGVhbQ== 38588 +IFBQRQ== 38589 +INCe0YE= 38590 +IExlYWg= 38591 +IEl2eQ== 38592 +eXN0 38593 +IHVoaGg= 38594 +IG5pZ2h0dGltZQ== 38595 +IHRyZW5keQ== 38596 +IHNlY3VyaXRpZXM= 38597 +IGNvbnRpbmVudHM= 38598 +IGZpcnN0aGFuZA== 38599 +IFZlcm9u 38600 +IOuCrg== 38601 +IGJyb3dzaW5n 38602 +IENhZGE= 38603 +dHJv 38604 +IHRyYW1w 38605 +cmVpYg== 38606 +IGVyc3RtYWw= 38607 +aXJsZXI= 38608 +IHBzaWM= 38609 +IGdldGly 38610 +IE5Q 38611 +IGR6aWVjaQ== 38612 +0L7QsdGA0LDQtw== 38613 +IG1hZ2ljaWFu 38614 +IHNjcnV0aW55 38615 +IHNsYWI= 38616 +IE9U 38617 +aXN0eQ== 38618 +aXJpZXM= 38619 +b3Jlc3Q= 38620 +IHRhc2tlZA== 38621 +IG1vcmFsbHk= 38622 +7JW87KeA 38623 +dXN0ZXJlZA== 38624 +IGZvb2xz 38625 +IGlycmVzcG9ucw== 38626 +IGVpbmY= 38627 +IHZp4buHYw== 38628 +IHNjb3I= 38629 +IHBpbGxvd3M= 38630 +IEdlZ2Vu 38631 +IHR1dHRl 38632 +IHF1YXJ0ZXJseQ== 38633 +IGRpZG50 38634 +IEd5bQ== 38635 +IEV0aGVy 38636 +INir 38637 +0LvQuNGI0LrQvtC8 38638 +IHNpZ25hbGluZw== 38639 +IE5vZGU= 38640 +IERvbmNz 38641 +IHlhaA== 38642 +IEthbmFs 38643 +IGZhZGluZw== 38644 +ZXRpbg== 38645 +IGluZmx1ZW5jZXJz 38646 +IG1lZGFscw== 38647 +IGVuZ2luZWVyZWQ= 38648 +IGZlcm1lbnRlZA== 38649 +6rKg7KeA66eM 38650 +IEJlZXRob3Zlbg== 38651 +157XqQ== 38652 +aW5lbnRhbA== 38653 +IOyVjOugpA== 38654 +w7x0ZmVu 38655 +YWxueWE= 38656 +IG92ZXJl 38657 +IGRlbmt0 38658 +0LDQutGC0LXRgA== 38659 +IOKY 38660 +IG5lY2VzaXQ= 38661 +IGdlbmVyYXRvcnM= 38662 +Z3Jhc3M= 38663 +INC/0L7QtNGD0Lw= 38664 +bGllw59lbg== 38665 +QmFy 38666 +nOuPmQ== 38667 +INC00LXRgtC10Lk= 38668 +IHN1Y2tpbmc= 38669 +IHN0ZW5jaWw= 38670 +IHByaW1v 38671 +IEJyZWF0aA== 38672 +c3Ryb20= 38673 +IGltbWVuc2VseQ== 38674 +IGFwcHJlaA== 38675 +7KCV7J20 38676 +UG9w 38677 +IGpvbmc= 38678 +IEdpdWw= 38679 +IEFESEQ= 38680 +IGjDtnJlbg== 38681 +IGVsbw== 38682 +aXZlbnQ= 38683 +IHJ1cw== 38684 +IG91dHJhZ2VvdXM= 38685 +IG1hc3RlcmVk 38686 +IOy7pA== 38687 +2YjZgQ== 38688 +aXBlcw== 38689 +IFJ1ZHk= 38690 +SmFjb2I= 38691 +IGJ1bGxpc2g= 38692 +IHRhcHBlZA== 38693 +IGZhdWQ= 38694 +aXpvcGhyZW4= 38695 +INGB0L7RhQ== 38696 +IERhcmxpbmc= 38697 +IDE5NjM= 38698 +IFByZXZlbnRpb24= 38699 +spQ= 38700 +IGFiZG9taW5hbA== 38701 +c3RvbmVz 38702 +IGF2YWllbnQ= 38703 +4buVaQ== 38704 +bWFrZQ== 38705 +IHNhcmU= 38706 +IEluc3RhbnQ= 38707 +0LrQsNC8 38708 +IGtlZXBlcg== 38709 +IGJsYW5rZXRz 38710 +44Gn44GX44KH44GG 38711 +IHN3ZWF0cw== 38712 +IE1pbm5lYXBvbGlz 38713 +5YWo6YOo 38714 +IGdlbm9tbWVu 38715 +IGZhc3Rlbg== 38716 +IEJydXNzZWxz 38717 +5ZG8 38718 +IGNhZmV0ZXI= 38719 +IGFic29yYmluZw== 38720 +IGhhZ28= 38721 +IEVsbW8= 38722 +IGd1c3Rv 38723 +IFlhcA== 38724 +TcO6c2ljYQ== 38725 +IHRlcnQ= 38726 +IGJhbmRh 38727 +IG1pbHk= 38728 +IHRoZXJlYWZ0ZXI= 38729 +IFN0b2NraG9sbQ== 38730 +IENhcnNvbg== 38731 +IGNhbGlicmF0aW9u 38732 +YXZhxZ8= 38733 +YW5zYQ== 38734 +aWtrZQ== 38735 +IGZvcmVzZWU= 38736 +IHF1YWxjaGU= 38737 +IGRlc3Rl 38738 +5qQ= 38739 +w7xuw7x6 38740 +IGZvcmdl 38741 +RGlz 38742 +ZXN0ZW4= 38743 +IM60zrnOsQ== 38744 +IGVuY2Fwcw== 38745 +IEdlc3By 38746 +IGNoZXJjaGVy 38747 +aWNrZXRz 38748 +0YLQvtGA0Ys= 38749 +Q3I= 38750 +INCi0LDQutC20LU= 38751 +IHJhYmJpdHM= 38752 +IERvdA== 38753 +aGVpdGVu 38754 +IGNhdXNhbA== 38755 +IEZvc3Rlcg== 38756 +YWrEhWM= 38757 +IGJlcmVpdA== 38758 +IGF5dWRhcg== 38759 +6auZ 38760 +44Gz 38761 +c29uZw== 38762 +Y29tYg== 38763 +IGZyaW5nZQ== 38764 +IGN5YmVyc2VjdXJpdHk= 38765 +IOucqA== 38766 +IGtpZXI= 38767 +IGJlc2Now6RmdA== 38768 +INC60L7QvdGG0LU= 38769 +IGZhY2lsaXQ= 38770 +IE5hbWVu 38771 +IGJpbGF0ZXJhbA== 38772 +dHg= 38773 +IFdpc3NlbnNjaGFmdA== 38774 +IG51YW5jZXM= 38775 +IHJpcHBpbmc= 38776 +IGZ5 38777 +IFNpY2hlcmhlaXQ= 38778 +IEdoYW5h 38779 +b2xvbg== 38780 +IHRvcHBlZA== 38781 +IE1vcm9jY28= 38782 +IHJhZGlhbA== 38783 +IExFRQ== 38784 +IEFuZHJlYXM= 38785 +ZWRk 38786 +IOyXtOs= 38787 +IEFpcmxpbmVz 38788 +44GT44KN 38789 +IHZhbG9yZXM= 38790 +6rec 38791 +SHk= 38792 +INC30LDQtNCw0Yc= 38793 +IEtlbmRhbGw= 38794 +INGF0LDRgA== 38795 +IFZhbXA= 38796 +IHB5dGhvbg== 38797 +IG1hbmFnZWFibGU= 38798 +IEdlbnRl 38799 +b2lzZQ== 38800 +aWNpYXJ5 38801 +IGltcG9zcw== 38802 +IEJ1bm55 38803 +aWVzdGE= 38804 +QW5kcmV3 38805 +IHNlcnQ= 38806 +IENlYw== 38807 +enphcmVsbGE= 38808 +IGF1dG9tb2JpbGU= 38809 +IFRpZXJl 38810 +YWxsb3dz 38811 +5YaG 38812 +IOuwgA== 38813 +IFNjb3Jw 38814 +IEplbGx5 38815 +YWdhcmE= 38816 +IFN0cmV0Y2g= 38817 +IHJlZGVm 38818 +IGV4YWNlcmI= 38819 +IFNIQQ== 38820 +w6lm 38821 +b3JzYQ== 38822 +IGZsYXdlZA== 38823 +IE5vZWw= 38824 +PyE/ 38825 +IHByb2NlbnQ= 38826 +IG1lbnN0cnU= 38827 +INC/0YDQvtGH 38828 +IGluZmFudHM= 38829 +8J+OtQ== 38830 +cGF1c2U= 38831 +IFJhY2luZw== 38832 +IDE5NDg= 38833 +IHN1cGVyaW50ZW5kZW50 38834 +aWRvcmVz 38835 +aWR5 38836 +YnJhaGlt 38837 +IHVubHVja3k= 38838 +IHBlcms= 38839 +YW5jaQ== 38840 +IOunjOuCmA== 38841 +INCc0L7RgdC60LI= 38842 +IGZpbmFucw== 38843 +IGRpZmVyZW5jaWE= 38844 +oIjsnbQ= 38845 +6YWN 38846 +T1JZ 38847 +IFRhYw== 38848 +24zYpw== 38849 +IGRlc2Vt 38850 +INCy0LDQttC90L4= 38851 +IEpV 38852 +IOyeiOyeluyVhOyalA== 38853 +IM6d 38854 +IGluZm9ybWF0aW9ucw== 38855 +IEhFTA== 38856 +aHN0 38857 +INC/0L7Qs9C+0LLQvtGA 38858 +IHZvaXR1cmU= 38859 +IHJldXM= 38860 +w6RuZGln 38861 +INC/0L7RhdC+0LY= 38862 +amluZw== 38863 +IGRydQ== 38864 +YWx0cmE= 38865 +IHByb2R1aXRz 38866 +IGtpdGU= 38867 +IGV5ZWJhbGw= 38868 +IEJlbHQ= 38869 +IFJlc3RhdXJhbnQ= 38870 +IGdhbWI= 38871 +IHBvcnJpZGdl 38872 +aXR0ZXJz 38873 +IGNvbnZlcnRz 38874 +IHlhcmTEsW0= 38875 +IG3DoXhpbW8= 38876 +d2lydHNjaGFmdA== 38877 +IO2VmOuCmOs= 38878 +IOykgA== 38879 +IGljZWJlcmc= 38880 +IHZvcmJlaQ== 38881 +IDI1Ng== 38882 +b2NyYXRpYw== 38883 +IHJlY2tsZXNz 38884 +b25uZXI= 38885 +IG3DunM= 38886 +IGxvZ2ljYWxseQ== 38887 +IFByaXNvbg== 38888 +IE5ldHo= 38889 +IHZhY2FudA== 38890 +IG5pbW10 38891 +IEhBUlI= 38892 +INC30L7Qsg== 38893 +IERlZQ== 38894 +cmluZ2U= 38895 +bmllc3Q= 38896 +IFJ1bGVz 38897 +7Iqk65+9 38898 +Y3Vzc2lvbnM= 38899 +IGZsb3JhbA== 38900 +IGNvbnN0cmFpbmVk 38901 +IGRpZmZlcmVudGlhdGlvbg== 38902 +IFF1ZWJlYw== 38903 +INuB24zaug== 38904 +IHDDumJsaWNh 38905 +aXRlbA== 38906 +IGFjY29tbW9kYXRpb25z 38907 +IEdyw7w= 38908 +7Zw= 38909 +IHBpY2tsZXM= 38910 +0LjRh9C10YHQutC40YU= 38911 +IGNvbW1pc3Npb25z 38912 +IEJhZWs= 38913 +IMOnb2N1xJ8= 38914 +IE1lZGl1bQ== 38915 +IHBlcmlvZGljYWxseQ== 38916 +IHdvbmRlcmZ1bGx5 38917 +IHN0YWZmaW5n 38918 +7JuQ6w== 38919 +cmlyZQ== 38920 +Zmxl 38921 +IE1jTA== 38922 +INGC0LXQvw== 38923 +INC/0LXRgNC10Lo= 38924 +0L3QvtC70L7Qsw== 38925 +IO2BrOqyjA== 38926 +55m854++ 38927 +IHByb3NwZXJvdXM= 38928 +IFNwaXJpdHVhbA== 38929 +IENoaWNr 38930 +RElB 38931 +INCf0YDQuNCy0LXRgg== 38932 +IHBlcsOt 38933 +0YzRjtGC 38934 +IGNvbnN1bHRhbnRz 38935 +IEVhcmw= 38936 +5LuK5bm0 38937 +IHJ1aW5pbmc= 38938 +0L7RgNC1 38939 +IHBlbnNlcg== 38940 +IHRha2llag== 38941 +IHN0cmVuZ3RoZW5lZA== 38942 +IExpcXVpZA== 38943 +0L7QvdC10YY= 38944 +0LDQstCw0YLRjA== 38945 +IGNhbWVy 38946 +IGRpc2FncmVlbWVudA== 38947 +IGJhdGhpbmc= 38948 +IFlvc2g= 38949 +YWFs 38950 +cHJlY2hlbg== 38951 +UklTQURBUw== 38952 +IHN1cGVyc3Rhcg== 38953 +5oGt 38954 +0LvRj9GC0Yw= 38955 +IG5pYg== 38956 +IFRoZXJt 38957 +IERBTklFTA== 38958 +IHBhdw== 38959 +IGxpcXVpZHM= 38960 +IGNhcGFjaXQ= 38961 +YXJrZW4= 38962 +IHZhZ2luYQ== 38963 +IG1hc2hlZA== 38964 +IGVtZXJnZXM= 38965 +eXNjeQ== 38966 +IHVucmVsYXRlZA== 38967 +IEd1aWxk 38968 +IGludmVydGVk 38969 +aXRpdmVz 38970 +VHJh 38971 +IGJlZ3I= 38972 +IGFsdGU= 38973 +7KeV 38974 +44KB44Gm 38975 +INGA0LDQt9GA0LDQsdC+0YI= 38976 +ZmluZGVy 38977 +INC00LDQu9C10LU= 38978 +INCx0LvQsNCz0L7QtNCw0YA= 38979 +d2Fsa2Vy 38980 +IGNyYXRlcg== 38981 +YXNzYWRvcnM= 38982 +cmVuY2Vz 38983 +aW5za2k= 38984 +IEtJTQ== 38985 +IEVsbGlvdA== 38986 +MjAxNw== 38987 +IFNy 38988 +aW5rYQ== 38989 +YW5vdg== 38990 +IOyemOuquw== 38991 +IHByb3ByaWV0YXJ5 38992 +ZGlzcGxheXN0eWxl 38993 +INGB0LjQvA== 38994 +INC40LfQsQ== 38995 +IFBhbmVs 38996 +IGluc3RpbmN0cw== 38997 +IENvbW11bmljYXRpb25z 38998 +6bq7 38999 +bWlkdA== 39000 +IOunjOuTpOyWtA== 39001 +INGB0LvQvtCy0LA= 39002 +IEdpbGJlcnQ= 39003 +55uu5YmN 39004 +0KLQsNC6 39005 +dm9vcmJlZWxk 39006 +0LXRjtGB0Yw= 39007 +YXJ5bg== 39008 +cXVleg== 39009 +IGRhcnQ= 39010 +0ZbRiA== 39011 +IEh1dA== 39012 +U2Fs 39013 +IHNvdXRoZWFzdA== 39014 +IHBlc3RpY2lkZXM= 39015 +IGhlbGljb3B0ZXJz 39016 +IGVuZHVyZWQ= 39017 +aWFkYQ== 39018 +IGJyZXdpbmc= 39019 +7Jes6w== 39020 +INGB0LLQvtCx0L7QtA== 39021 +IFNhaW50cw== 39022 +IEZyYW7Dp2Fpcw== 39023 +IEVjb25vbWljcw== 39024 +IGRpc2xvYw== 39025 +b3Bob2JpYQ== 39026 +Q2FtZXI= 39027 +IG5lZ290aWF0ZWQ= 39028 +INGB0YLQsNC70Lg= 39029 +7Iqk7YE= 39030 +b2dpZQ== 39031 +IHRzdW5hbWk= 39032 +IHBlZWxlZA== 39033 +IG1vdGl2YXRpb25z 39034 +6Kit 39035 +b3N0YXQ= 39036 +Zmxhbg== 39037 +IERBQw== 39038 +IGthdg== 39039 +J1JF 39040 +IFBlYXJzb24= 39041 +YmJl 39042 +Y3plbmll 39043 +IGF0ZW7Dp8Ojbw== 39044 +7Ya166C5 39045 +44Gj44Gh 39046 +INGD0LTQsNGA 39047 +IGludHJvZHVjdG9yeQ== 39048 +IEljaQ== 39049 +64yA6w== 39050 +YWthdA== 39051 +IHRyZW5jaA== 39052 +IHByb2NlZWRlZA== 39053 +IENvaW4= 39054 +IGRlcmVjaG8= 39055 +IFJlZGU= 39056 +5q+b 39057 +0LDQvdC90YvQuQ== 39058 +IGluY2FyY2VyYXRlZA== 39059 +IFJpY2htb25k 39060 +Um9jaw== 39061 +IFBhdg== 39062 +IEthcm1h 39063 +dWdlcw== 39064 +IGNvbnRlw7o= 39065 +67mE 39066 +IOq3uOunjA== 39067 +IEdvbmU= 39068 +IHdzcMOzxYI= 39069 +IFJhaG1lbg== 39070 +dW5rZW4= 39071 +IOykkeyalO2VnA== 39072 +IGli 39073 +IGF0dGFjaGluZw== 39074 +SGF5 39075 +IHN1a2E= 39076 +7I25 39077 +IHBpdm90YWw= 39078 +IFJlc3BlY3Q= 39079 +w61kYQ== 39080 +SUI= 39081 +IFZlcmFudHdvcnQ= 39082 +d2lldA== 39083 +IGZvcmVuc2lj 39084 +0YDQuNGB0YI= 39085 +INC/0YDQuNC90YbQuNC/0LU= 39086 +IG1hcmtpbmdz 39087 +IGtldHRsZQ== 39088 +IE9wZXJh 39089 +IERvY3RvcnM= 39090 +IHNocmVkZGVk 39091 +IHJlY3Vlcg== 39092 +IHZpZ2ls 39093 +IEZhaWw= 39094 +IGVudHJldg== 39095 +INC00YPRiA== 39096 +IG91dGJyZWFrcw== 39097 +6LWw5ZCn 39098 +IM+Azr8= 39099 +IHJvZ3Vl 39100 +YW5nbGVk 39101 +IHllYXJseQ== 39102 +IENyZWVk 39103 +IHdhbQ== 39104 +IGxvdHVz 39105 +6rO86w== 39106 +44CB44CB 39107 +IFNwaXQ= 39108 +IEl0dQ== 39109 +IHN0cmFpbnM= 39110 +IHN0YW1wZWQ= 39111 +IHBsYWludA== 39112 +IHBvdGlvbg== 39113 +IGNvbnNvbGlkYXRpb24= 39114 +6KmV 39115 +0L7Rh9C60YM= 39116 +IHZsb2dnaW5n 39117 +IHNsYXRl 39118 +IEF1ZnQ= 39119 +IEluY29y 39120 +4burbmc= 39121 +p5A= 39122 +ZW5o 39123 +IGhlacOf 39124 +IGRvbWVzdA== 39125 +IFN0cm9t 39126 +5Y2z 39127 +YWtpcw== 39128 +IGZyYWdlbg== 39129 +IGZpbmVy 39130 +IFN1Zw== 39131 +IHVwaGlsbA== 39132 +IMOpw6lu 39133 +4oCmKQ== 39134 +INGB0L7Qvw== 39135 +IENvcmV5 39136 +IHNpZWJpZQ== 39137 +IG11c2U= 39138 +IGNsb3Zlcw== 39139 +IHBvdXM= 39140 +IEZpbmFueg== 39141 +IFJvdXRl 39142 +YW1hdA== 39143 +IG11dHVhbGx5 39144 +INCy0L3Rg9GC0YDQuA== 39145 +IFNlbGVuYQ== 39146 +65Q= 39147 +IEdhdXNzaWFu 39148 +67aA7YSw 39149 +INeR15s= 39150 +IGVqZXJj 39151 +5b6u 39152 +a2Vh 39153 +IEdlcnJ5 39154 +IFNpYw== 39155 +5aSn55qE 39156 +IDE5NjY= 39157 +aWVzZQ== 39158 +IGZvc3NpbHM= 39159 +IGVzdGFk 39160 +IEthbmU= 39161 +Y2nEhw== 39162 +IOycoO2KnOs= 39163 +INC/0LDQvA== 39164 +IENydWlzZQ== 39165 +aW50w6lyaWV1cg== 39166 +IGJla2FubnQ= 39167 +IFBvZGU= 39168 +IGRlbWFuZGVy 39169 +UmVt 39170 +IGludmFkZQ== 39171 +IGRlY29yYXRpbmc= 39172 +cm9waWM= 39173 +IGNvd2JveQ== 39174 +IFBob3Rv 39175 +b3BvbGl0 39176 +IOy7rOufrOs= 39177 +IHJlYXA= 39178 +IGhhbmR3cml0aW5n 39179 +4LmE4Lij 39180 +IOua 39181 +INio2LnYrw== 39182 +IE10 39183 +2YA= 39184 +IHNwYWNlc2hpcA== 39185 +IG5hdGlvbmFsaXNt 39186 +IGNvdW5jaWxz 39187 +IEdyaWZmaW4= 39188 +IEFobWVk 39189 +IGNsaWNo 39190 +IE9M 39191 +d2w= 39192 +IFBpbG90 39193 +5a6u 39194 +IGFjcm9ueW0= 39195 +IGdlbHM= 39196 +IGVsZWN0cm9seQ== 39197 +6JM= 39198 +INC80L3QvtC5 39199 +IGVwaXNvZA== 39200 +IERpZXNlcw== 39201 +IEFUUA== 39202 +IGVkaXlvcnVt 39203 +IGV4cHJlc3Nlcw== 39204 +IGV4aGliaXRz 39205 +Q29tbQ== 39206 +INC60YDRg9C/ 39207 +IG1hdGFy 39208 +IDIwMjU= 39209 +IEFydGVt 39210 +dmFzaXZl 39211 +csOg 39212 +IGJlxZ8= 39213 +6buD 39214 +IGxpemFyZA== 39215 +IGZpbGxl 39216 +IOyniOusuA== 39217 +INC80L7RiQ== 39218 +IHTDvHI= 39219 +IGN1bHByaXQ= 39220 +IHdvdmVu 39221 +IEFOWQ== 39222 +bmlt 39223 +IHRheQ== 39224 +IHByb21pbg== 39225 +IGFjb21wYQ== 39226 +IGlkw6k= 39227 +IGJvaWxlcg== 39228 +IFRoZW1lbg== 39229 +IGF2ZW51ZQ== 39230 +IE11ZA== 39231 +INC90L7QstGL0LU= 39232 +IHdpdG5lc3Npbmc= 39233 +IGxhbmNl 39234 +IENIQU4= 39235 +IEJldmVy 39236 +2KrZhQ== 39237 +IGNoZW1vdGhlcmFweQ== 39238 +S2luZw== 39239 +IGLEmWTEmQ== 39240 +IGF0dWFs 39241 +IHRpdmU= 39242 +IHRhbGtpbg== 39243 +IHF1ZWRhcg== 39244 +aWXDnw== 39245 +ZWRlbA== 39246 +IOyWtOygnA== 39247 +IGpvZ2Fy 39248 +IMO2cg== 39249 +IHVuZGVydGFraW5n 39250 +IFN0cmVuZ3Ro 39251 +IG1pbGjDtWVz 39252 +IFdpbmU= 39253 +IE1vbHQ= 39254 +6K6y 39255 +44GR44KM 39256 +IHVuZGVybWluZQ== 39257 +IEFyY2hpdmVz 39258 +dmFuYQ== 39259 +bWVyY2lhbA== 39260 +TUM= 39261 +IGNhc3Rl 39262 +0L/RgA== 39263 +IGxlZ2lzbGF0b3Jz 39264 +dWxhdG9ycw== 39265 +w6puaW8= 39266 +IOuNsOs= 39267 +INGF0L7RgtC40YLQtQ== 39268 +INC90LXQug== 39269 +IHN1cm4= 39270 +IGNvbnNjaQ== 39271 +IFBPVw== 39272 +IGN1bGluYXJ5 39273 +IEtBVA== 39274 +IEZvbGtz 39275 +0YvQstCw0LXQvA== 39276 +INCy0L7Qug== 39277 +44GR44KL 39278 +c2VydmljZQ== 39279 +cHRz 39280 +INC/0L7QsdC10LQ= 39281 +5piv5ZWK 39282 +IHRlbnRz 39283 +IG5vcmQ= 39284 +U1RF 39285 +IHJlcHVibGljYW4= 39286 +IHd5aw== 39287 +IG1pbmlvbnM= 39288 +6JmV 39289 +IG1lbWFuZw== 39290 +amVzdA== 39291 +IGNvbXBhcmF0aXZl 39292 +IHR5bGU= 39293 +Y2FyYm9u 39294 +YmVkaW5ndA== 39295 +a3Nlbg== 39296 +IG5lZ2F0aXZpdHk= 39297 +IHNqw6Rsdg== 39298 +IGTDug== 39299 +5omA5pyJ 39300 +IHJlY2FsbGVk 39301 +Y3Jh 39302 +IFRhZGE= 39303 +INGA0YPQutC4 39304 +INC+0L/RgNC10LTQtdC7 39305 +IHByb2NyYXN0 39306 +IGpvZ29z 39307 +IE9v 39308 +IEhlYXJ0cw== 39309 +IMOpY2g= 39310 +IGtzacSFxbw= 39311 +IGNvYXJzZQ== 39312 +IFR1YmU= 39313 +IEdyZWVucw== 39314 +IMOpbg== 39315 +IGR1bWJiZWxs 39316 +INGC0Lg= 39317 +IHF1ZXJlcg== 39318 +2KfYrQ== 39319 +z4POtc65 39320 +INC/0YDQsNCy0LjQu9GM0L3Qvg== 39321 +INC/0LDQvw== 39322 +IGNvbXByYQ== 39323 +IHTDqXI= 39324 +IEFudGVz 39325 +IG9wdGltdW0= 39326 +IGJpc2N1aXQ= 39327 +zrrOuQ== 39328 +YWN6ZWdv 39329 +IOyLnOqwhOydtA== 39330 +IE1hcmluZXM= 39331 +dmVybw== 39332 +IHZhY2NpbmF0aW9ucw== 39333 +IHBldHR5 39334 +cml0ZXJz 39335 +INCw0Ls= 39336 +Y291bnRyeQ== 39337 +IGNvdW50ZXJz 39338 +IGF0dGVuZGFudA== 39339 +IEh1aQ== 39340 +44Go44GE44GG44GT44Go44Gn 39341 +Y2th 39342 +0YHRgtCy0LXQvdC90YvQuQ== 39343 +Z3V5 39344 +IHRyaWNrZWQ= 39345 +IFJFRA== 39346 +IHRocmlsbGluZw== 39347 +z4DOv865 39348 +IHBpZ2d5 39349 +IGFudW5jaQ== 39350 +T1JURVI= 39351 +IFZhbHVl 39352 +IHJvbmQ= 39353 +IEFEQQ== 39354 +IHBvc2Vy 39355 +aG9yZXM= 39356 +IFJvbGFuZA== 39357 +k68= 39358 +IG5vaXI= 39359 +INep15DX 39360 +67Cc 39361 +aWVtYW5k 39362 +INC/0L7RgtC10YA= 39363 +6rOz 39364 +IOqxsQ== 39365 +IGZvcm1hdHRpbmc= 39366 +IExlZA== 39367 +6KeA55y+ 39368 +IGtpbGxlcnM= 39369 +IMSR4bqleQ== 39370 +IGhhYXI= 39371 +YWdhaW4= 39372 +ITwv 39373 +IHNvbWV0aGlu 39374 +IGNvdWdoaW5n 39375 +IG5hdmU= 39376 +IHByb3NwZWN0aXZl 39377 +IEhL 39378 +IFJlc2N1ZQ== 39379 +bWF5YmU= 39380 +Z2dlcg== 39381 +INGA0LDQsdC+0YLRgw== 39382 +15XXnNed 39383 +dGFpbHM= 39384 +7ZWY7ZWY 39385 +IGV5ZWxpZA== 39386 +IGN1c3RvbWl6YXRpb24= 39387 +YXZpbGlvbg== 39388 +IHByb2NoYWlu 39389 +IGdsYXpl 39390 +5oOF5rOB 39391 +U2lt 39392 +INC+0L/QsNGB 39393 +IG1vc3F1aXRvZXM= 39394 +IGZlbnQ= 39395 +IGNhcGFjaXRpZXM= 39396 +IGFwb3N0bGVz 39397 +IGFsdHVyYQ== 39398 +IOusuw== 39399 +IHNlcm9udA== 39400 +IEFueXRpbWU= 39401 +pbTripQ= 39402 +IGNvc3BsYXk= 39403 +IHNwYWM= 39404 +IHNhbWVu 39405 +44OE 39406 +dWNj 39407 +acOocmVz 39408 +IHNpYmxpbmc= 39409 +IENvY2s= 39410 +IOuPhQ== 39411 +INC/0YDQtdC00YHRgtCw0LLQu9GP 39412 +IGluc3RhbGxtZW50 39413 +IGRpamU= 39414 +IE1DVQ== 39415 +IEVI 39416 +IE5pbmc= 39417 +IHByZXBhcmVz 39418 +IGh5cG9jcg== 39419 +cHR5 39420 +IGthZMSxbg== 39421 +IEZyb3plbg== 39422 +aGF1bA== 39423 +IEt5bGll 39424 +6YCZ5qij55qE 39425 +IHNodWZmbGU= 39426 +IGVsZW1lbnRhbA== 39427 +IGF1w59lcg== 39428 +IEtOT1c= 39429 +IEFMSVNTQQ== 39430 +WkE= 39431 +7LKg 39432 +576O5YWD 39433 +IHJlY2l0ZQ== 39434 +IHNjcmli 39435 +IDExNQ== 39436 +5LyR 39437 +IHN0YXJyZWQ= 39438 +IGxlcXVlbA== 39439 +IGJyZXdlcg== 39440 +IE9wcG9ydHVu 39441 +IHLDpA== 39442 +IGNob3BzdGlja3M= 39443 +IEthaA== 39444 +IEV0aGlvcGlh 39445 +IGhhbmRtYWRl 39446 +IGVyZm9sZw== 39447 +IER6 39448 +aXR0ZW5z 39449 +6KqN54K6 39450 +0LLQsNC7 39451 +zrfOvQ== 39452 +5Yqe 39453 +44OT 39454 +YnJpbmdlbg== 39455 +IHVucGx1Zw== 39456 +IG9mZnM= 39457 +IGhlcm1hbg== 39458 +bGllZA== 39459 +YXNvbmlj 39460 +IFNlcmJpYQ== 39461 +IEd1YXRlbQ== 39462 +IC4uLiI= 39463 +IGVycmVpY2hlbg== 39464 +IGFtYmlndW91cw== 39465 +IFdoaXRuZXk= 39466 +enVm 39467 +TUFORA== 39468 +oLU= 39469 +IHNxdWVlemVk 39470 +44Gd44GG44Gg 39471 +eWFz 39472 +6b6N 39473 +IFNob2Nr 39474 +IHV0aWxpc2U= 39475 +dWtv 39476 +Ym9sdA== 39477 +IG1vdGlm 39478 +IGlubWF0ZXM= 39479 +IGNvcnJ1cHRlZA== 39480 +IGNvbmNyZXQ= 39481 +IENyaXRpY2Fs 39482 +IFNpbmdpbmc= 39483 +INGE0YPQvdC6 39484 +6a2U 39485 +bm92YQ== 39486 +cmViYmU= 39487 +ZHQ= 39488 +VW5pcw== 39489 +IHdlYmNhbQ== 39490 +IGNhbW91Zmw= 39491 +S2Vu 39492 +IGxhd3N1aXRz 39493 +IENvbnN1bWVy 39494 +IHJlY29sbA== 39495 +IGtsZWluZXI= 39496 +IEZJRkE= 39497 +IDE5NjI= 39498 +6K2m 39499 +IG1hbGFk 39500 +IOywvQ== 39501 +IMOldA== 39502 +IGluZmx1ZW5jZXI= 39503 +IEFydGlzdA== 39504 +c3Rp 39505 +44Gq44KL44G744Gp 39506 +4Lin4Lii 39507 +eXPFgg== 39508 +IEJpYW4= 39509 +iOuEpA== 39510 +IGZpcmVwbGFjZQ== 39511 +IEFwcGxpY2F0aW9u 39512 +IG1uaWVq 39513 +IGFjaWRpYw== 39514 +IE1vcm1vbg== 39515 +c3Nh 39516 +5YuZ 39517 +IHNuZWFreQ== 39518 +IG9qb3M= 39519 +IHZvdWQ= 39520 +IERhaQ== 39521 +IGdyYXNzcm9vdHM= 39522 +IFVuYmVsaWV2YWJsZQ== 39523 +IEdhYmU= 39524 +IEV4dHJlbWU= 39525 +IGhhc3NsZQ== 39526 +IGNvYg== 39527 +bXVtYmxpbmc= 39528 +UGFzcw== 39529 +jOufrA== 39530 +IHN5c3RlbWF0aWNhbGx5 39531 +IHNldmVudGVlbg== 39532 +z4DOtc65 39533 +4pmh 39534 +INC60L7Rgg== 39535 +IHNlbmRpcmk= 39536 +IGJhdGhyb29tcw== 39537 +IFN0ZXJu 39538 +IEFyZHVpbm8= 39539 +6Lk= 39540 +Y3JpYmluZw== 39541 +IHJlb3BlbmluZw== 39542 +IGNlcnY= 39543 +cGVl 39544 +QVJJ 39545 +IGNhZHJl 39546 +IEFuY2g= 39547 +TGVl 39548 +IE1BWA== 39549 +IG3DpG5u 39550 +IGNob3Jlcw== 39551 +IGFkZXNzbw== 39552 +5p2R 39553 +IE5pZw== 39554 +IGRpc3NlcnRhdGlvbg== 39555 +IFZheQ== 39556 +U1RBTEs= 39557 +0LDQutCw 39558 +YXZhdA== 39559 +56C0 39560 +IHB1bmt0 39561 +IHBhZGRpbmc= 39562 +IFRlbXBs 39563 +IGVqZQ== 39564 +IO2EsA== 39565 +IGF6dA== 39566 +IOuMgO2GteuguQ== 39567 +IHJlYXJyYW5nZQ== 39568 +w6FjaA== 39569 +IOyCrOuejOuTpA== 39570 +IGZyZWFraW4= 39571 +Y3JpcmU= 39572 +IOy7pOs= 39573 +IEV4cGxhaW4= 39574 +IM+Ez4nOvQ== 39575 +IGJvZGlseQ== 39576 +IExlaXN0 39577 +IHNpZ3Vp 39578 +IGJ1bmtlcg== 39579 +IGF6dWw= 39580 +IEhhdXNo 39581 +U3Vi 39582 +INCQ0L3QtA== 39583 +INC60YDQsNC5 39584 +IGlsbGVnYWxseQ== 39585 +IE11eQ== 39586 +IEZlaQ== 39587 +IEJhbmFuYQ== 39588 +IHNjaG9sYXJseQ== 39589 +IFByenk= 39590 +IE1vc3M= 39591 +IEZpbHRlcg== 39592 +IOyWtOuWoQ== 39593 +IE1heHdlbGw= 39594 +dGVuc2U= 39595 +IGxvbmdpdHVk 39596 +IGxhbmdzYW0= 39597 +INee16c= 39598 +c21pdGg= 39599 +aXphZGE= 39600 +INC90L7RgNC80LDQu9GM0L3Qvg== 39601 +IFZvbGw= 39602 +IEVsZW5h 39603 +5pa56Z2i 39604 +INGF0L7RgtGM 39605 +IERhYmVp 39606 +IGNvbnNlcnZhdGl2ZXM= 39607 +IHByw7Nwcmlh 39608 +IERpZXNlcg== 39609 +IEJyZW5kYQ== 39610 +b29raWU= 39611 +IGJhbmM= 39612 +44Ov 39613 +7J207KY= 39614 +7JuD7J2M 39615 +IGtlaA== 39616 +IHdlZGRpbmdz 39617 +IHRodW5kZXJzdG9ybQ== 39618 +5pS+5b+D 39619 +IENvb3JkaW4= 39620 +7IiY6rCA 39621 +IHByemVjaQ== 39622 +6ZKx 39623 +T1NTVEFMSw== 39624 +bWFhbg== 39625 +IOqxtOs= 39626 +INio2Yc= 39627 +IMW8YWQ= 39628 +IHlhY2h0 39629 +IGfDtnQ= 39630 +IGJsZWFjaA== 39631 +IHNob3J0ZW4= 39632 +INGB0YLQsNC70L4= 39633 +dXNhbg== 39634 +IOyekOyXsA== 39635 +IGRlcnM= 39636 +eGlz 39637 +jZTri4g= 39638 +IHF1YW50aWRhZGU= 39639 +IG9wcHJlc3NlZA== 39640 +INC30LDQutC+0L3Rhw== 39641 +5LiI5aSr 39642 +44GI44GI 39643 +INGH0LXRgtGL 39644 +INCd0LDQv9GA0LjQvNC10YA= 39645 +dWxw 39646 +5oCW 39647 +2YLZiNmE 39648 +0L7Rh9C1 39649 +zqzOuw== 39650 +emVuaXU= 39651 +IGZvcm1hdGlvbnM= 39652 +IHNwYXJrZWQ= 39653 +IEVudHdpY2tsdW5n 39654 +YWxscw== 39655 +IHZpdmly 39656 +IGV4cGlyYXRpb24= 39657 +b3RpbmU= 39658 +INCn0LXRgA== 39659 +IFR1cm5pbmc= 39660 +IHRhcmlmZnM= 39661 +IG5hc3TEmXA= 39662 +IGFiaWRl 39663 +aWtzaQ== 39664 +IGZsYXNoZXM= 39665 +IGRpc3B1dGVz 39666 +IOyytA== 39667 +IG1lcmFr 39668 +IGVub3Jtb3VzbHk= 39669 +emFobA== 39670 +IGbDvGhydA== 39671 +0LLQvtC9 39672 +INC30LDQstC40YE= 39673 +IHBlcnNldmVyYW5jZQ== 39674 +IGRpdmlkZW5kcw== 39675 +IGNvbnRlc3RhbnRz 39676 +IHByb3N6xJk= 39677 +IEZyYW5rZW4= 39678 +44KN44GG 39679 +IGV4cGxvcmVy 39680 +IGJ1ZmZhbG8= 39681 +4oCV 39682 +IGVjb2xvZ3k= 39683 +IHNjYWxhcg== 39684 +IGNyYW4= 39685 +zrXPhM6xzrk= 39686 +xbx5xIc= 39687 +IOyalOs= 39688 +IGdpYQ== 39689 +IEdvZw== 39690 +IFByaXY= 39691 +IOunkOydhA== 39692 +IFJlYXNvbg== 39693 +cmFrdGlvbg== 39694 +IERlYm9yYWg= 39695 +IGtpdHRlbg== 39696 +IEVkaW4= 39697 +5Lm+ 39698 +cGllag== 39699 +IOuLtA== 39700 +IG3DoXF1 39701 +IGJpZGRpbmc= 39702 +IGFmZmluaXR5 39703 +IGFpa2E= 39704 +Zm9saw== 39705 +IENvbnNl 39706 +IGRldXRzY2hlbg== 39707 +6IY= 39708 +IGRlYml0 39709 +xLHEn8Sxbg== 39710 +aXNlbA== 39711 +IOykkeq1rQ== 39712 +IOutkOqwgA== 39713 +IHRydXN0d29ydGh5 39714 +IFN0YXJ0ZWQ= 39715 +5pWR 39716 +w7xyZA== 39717 +INC/0L7QvdGP0YLQvdC+ 39718 +IHNjaWVudGlmaWNhbGx5 39719 +UG9kcw== 39720 +Q1JPU1NUQUxL 39721 +IHByZWd1bnRhcw== 39722 +IGNhbG1pbmc= 39723 +IFByZW1pZXJl 39724 +15vXqQ== 39725 +INGF0L7Qu9C+0LQ= 39726 +IGNhcGl0YQ== 39727 +IHRvbWE= 39728 +IG11cm0= 39729 +IGZ1ZXJ6YQ== 39730 +IEhhbmk= 39731 +5oiR5pyJ 39732 +w7xm 39733 +YXJsb3M= 39734 +IGjDpHVm 39735 +44GR44Gm 39736 +IG9zb2J5 39737 +amVnbw== 39738 +INC/0LjRgQ== 39739 +IGNhbG1seQ== 39740 +aWRldA== 39741 +YnVjaA== 39742 +Z29uZQ== 39743 +IHZpc2Nvc2l0eQ== 39744 +IG1vZGFs 39745 +IGdlc2Ft 39746 +IEh6 39747 +IG11bmljaXBhbGl0aWVz 39748 +IGNpcmN1bGF0aW5n 39749 +b2xpbmE= 39750 +U2hv 39751 +6aKR 39752 +IEJlbmVk 39753 +b2x1 39754 +IHJlc3Rz 39755 +IGzDpW5n 39756 +INCe0LTQvdCw0LrQvg== 39757 +IHByemV3 39758 +IHBlcHA= 39759 +IG1hcnJpYWdlcw== 39760 +IEJJRw== 39761 +YW5kYW4= 39762 +IG1hZ2ljYWxseQ== 39763 +IGJhYnlz 39764 +IOuMkw== 39765 +IGhhY2tlcnM= 39766 +QmFieQ== 39767 +IE1vbnN0 39768 +IGNpZXI= 39769 +IEFyYWJz 39770 +INC80LDQs9Cw0Lc= 39771 +IEluZG9uZXNpYW4= 39772 +44GE44GG44GT44Go 39773 +IE1hcmt0 39774 +IGRhY2h0ZQ== 39775 +IFNjaMO8bGVy 39776 +IFZORA== 39777 +IHNwaWVsdA== 39778 +IHBlcmx1 39779 +44K0 39780 +5a2Y 39781 +INC/0YDQvtGF0L7QtA== 39782 +IHNhbHRlZA== 39783 +IGltcHJvdmlz 39784 +IEluc3Ry 39785 +dmVsbWVudGU= 39786 +IG5lc3M= 39787 +IGZ1bmd1cw== 39788 +IGNvbGxhYm9yYXRvcnM= 39789 +IFZpcnVz 39790 +ZXN0YXI= 39791 +IHByb2plY3Rvcg== 39792 +INCf0YDQsNCy 39793 +IGFnaWxpdHk= 39794 +15nXoNeV 39795 +ZXJlbA== 39796 +INCy0L7Qt9Cy 39797 +INCx0LDQtw== 39798 +IENhdGh5 39799 +xJ91 39800 +INCz0L7QstC+0YDQuNC7 39801 +YmlsaXR5 39802 +IExhbmM= 39803 +IEtpbWJlcmx5 39804 +IEJyaWVm 39805 +5YW3 39806 +IHV0dmVjaw== 39807 +IGdvZ2dsZXM= 39808 +IHByZXNjaG9vbA== 39809 +56eN 39810 +QVRIRVI= 39811 +IG1vdGl2ZXM= 39812 +IEJvbmc= 39813 +RVg= 39814 +IGNoaWxseQ== 39815 +IEFkdmlzb3J5 39816 +4oCL4oCL 39817 +INC60L7RgtC+0YDQvtC8 39818 +IHRyYWl0b3I= 39819 +IGRlbWFzaWFkbw== 39820 +INGG0LXQvQ== 39821 +INC80L7QuA== 39822 +5Z6L 39823 +IG11bHRpZg== 39824 +7JSs 39825 +IEFsZXhpcw== 39826 +IHppZXQ= 39827 +IFJhbWE= 39828 +YnJhbmNl 39829 +IHNhbmN0aW9u 39830 +aXRvdXM= 39831 +15XXmg== 39832 +IOuztOuC 39833 +0YHRgtCw0L3QvtCy 39834 +6Laj 39835 +INGA0LXRgQ== 39836 +IENodXJjaGlsbA== 39837 +INC/0YDQtdC3 39838 +IElP 39839 +IEdlZQ== 39840 +IEdhdGhlcg== 39841 +YXRvcmk= 39842 +VHlsZXI= 39843 +INC90LXQvNC90L7Qtg== 39844 +IGLDpWRl 39845 +IEtpbGxlcg== 39846 +IHR1YmVy 39847 +IFJhbWFkYW4= 39848 +4b8= 39849 +aWVodA== 39850 +IHN0cmFuZ2VseQ== 39851 +0LvRgw== 39852 +IHJlZGVzaWdu 39853 +IGluY3VtYg== 39854 +IGJlcmFiZXI= 39855 +IFZvbGtzd2FnZW4= 39856 +bWV0YWw= 39857 +ZHp5 39858 +cGNpw7Nu 39859 +IOyViuyVhA== 39860 +5ZSx 39861 +5aS0 39862 +IEdvb2RuZXNz 39863 +0LjQstCw0LXRgtGB0Y8= 39864 +YmFobg== 39865 +IEFudGFyY3RpY2E= 39866 +0LXQutGC0L7RgA== 39867 +IGhvbWVvd25lcnM= 39868 +emVpZ3Q= 39869 +IO2YhOyerA== 39870 +7KeA64+E 39871 +IGdlb2dyYXBoaWNhbA== 39872 +dGhpbmtpbmc= 39873 +IGdvc3Rh 39874 +IEltYW0= 39875 +dWxpZmxvd2Vy 39876 +ZGFn 39877 +YW5udA== 39878 +YWtvdg== 39879 +IGRvd253YXJkcw== 39880 +7LK06rCA 39881 +Q1VCRQ== 39882 +INCa0YHRgtCw0YLQuA== 39883 +INC/0L7Qu9C+0LI= 39884 +IHBsYXRlYXU= 39885 +44GE44GN 39886 +4bil 39887 +IGNobG9yaW5l 39888 +IGFjY2VsZXJhdG9y 39889 +IHNvbHZlcw== 39890 +IEdyYXNz 39891 +cGlhbm8= 39892 +INqp2Kc= 39893 +INio2Ko= 39894 +IFJvY2hlc3Rlcg== 39895 +INmH2Yo= 39896 +IGNvbGxlY3Rz 39897 +jZTrnbw= 39898 +IENoZWVy 39899 +bGluZ2Vu 39900 +INGA0LDQt9Cz 39901 +IGFtw6lyaWM= 39902 +aHRh 39903 +RUNU 39904 +IGFydGlmaWM= 39905 +IFBheVBhbA== 39906 +aGFuYQ== 39907 +U3RlcGhlbg== 39908 +IEdlc3Q= 39909 +cGhhbHQ= 39910 +IHJlcGxpY2F0aW9u 39911 +IFdpbGxpZQ== 39912 +IG5ldXRy 39913 +IGlycmF0aW9uYWw= 39914 +IGRhZG9z 39915 +IEFpZA== 39916 +a2Ft 39917 +YW50ZXI= 39918 +INC00YPQttC1 39919 +IGRldG9u 39920 +IGhhcmU= 39921 +IGJldHM= 39922 +YmFnYWk= 39923 +IHN0YWluZWQ= 39924 +IHBsYXVzaWJsZQ== 39925 +IHBlZWxpbmc= 39926 +IGNyw610 39927 +IGdyb3Rl 39928 +7Law 39929 +pbTqsow= 39930 +YWx0ZXQ= 39931 +UGhvbmU= 39932 +Rmls 39933 +U1FM 39934 +IGdlZmFsbGVu 39935 +5Y+U 39936 +IHNhw7pkZQ== 39937 +IFRhbWls 39938 +Y291cw== 39939 +INCz0LvQsNCy0L3QvtC1 39940 +IGF0cmF2w6lz 39941 +dXNzaWE= 39942 +IHp3ZWl0ZW4= 39943 +IEVsdmlz 39944 +IG1vdmVy 39945 +IGxpbWl0ZQ== 39946 +6L+9 39947 +YXJleg== 39948 +pbTqs6A= 39949 +IEtyYW5rZW4= 39950 +w7xyZQ== 39951 +IOyViuyVhOyalA== 39952 +IHRow6BuaA== 39953 +IHByb2ZvdW5kbHk= 39954 +IGJlZHJvb21z 39955 +IHRvb3RocGFzdGU= 39956 +IEFjY2VwdA== 39957 +w6l0aWNv 39958 +IGvDvMOn 39959 +IEFyeQ== 39960 +YWRpbg== 39961 +IGdyYW51bGFy 39962 +ZWN0ZWQ= 39963 +IG1lbmphZGk= 39964 +IGNvbXBldGVuY2U= 39965 +ZG9j 39966 +IHNwYXJrbGluZw== 39967 +IOyii+ydhA== 39968 +IGNvbnN0cnVjdGluZw== 39969 +IGFtdXNlbWVudA== 39970 +IEluc3VyYW5jZQ== 39971 +IEZldWVy 39972 +IHJlbm92YXRpb24= 39973 +c3VjaA== 39974 +cGxhdA== 39975 +IHByb3N0aA== 39976 +IGJleQ== 39977 +IENvbXBsZXRlbHk= 39978 +IHpvZA== 39979 +YWxu 39980 +VmljdA== 39981 +IGNvbmZpcm1z 39982 +w6R0eg== 39983 +4pY= 39984 +aGFtbWVy 39985 +INC30L3QsNC10YI= 39986 +IGFkbWlyZWQ= 39987 +oOulvA== 39988 +IEZydWl0 39989 +ZXJ0ZW4= 39990 +IG5pZWNl 39991 +IFRpbnk= 39992 +IHBsdW1iaW5n 39993 +ZXJtYQ== 39994 +INC70LXQs9C60L4= 39995 +IHdpbmRzaGllbGQ= 39996 +INGB0LzQtdGA 39997 +IGJ6dw== 39998 +IGFib2xpdGlvbg== 39999 +IFNhZGhndXJ1 40000 +IHByZWFjaGVk 40001 +IENyZWF0aW5n 40002 +54mb 40003 +cGVyZWQ= 40004 +IHZvbG9udA== 40005 +IHF1aW50 40006 +IHByaW50ZXJz 40007 +IG5lZ3Jv 40008 +IGdyb3NzZQ== 40009 +IFRoeQ== 40010 +IEZlbGxvd3M= 40011 +5o6l5LiL5L6G 40012 +IHN0YW5pZQ== 40013 +IG5ld2NvbQ== 40014 +IEh1ZQ== 40015 +IEZyZXVuZGU= 40016 +IENvbnN0cnVjdGlvbg== 40017 +IGFkdmVyc2l0eQ== 40018 +IG5lZ2F0aXZlcw== 40019 +IGhhemFyZG91cw== 40020 +IGNvbXBlbGxlZA== 40021 +IHdvaw== 40022 +IE95 40023 +0L/QsA== 40024 +qqjr 40025 +IHJlbmRleg== 40026 +IG92ZXJj 40027 +IHdlYXZpbmc= 40028 +INC40LTQtdGC 40029 +IHByb3NlY3V0b3Jz 40030 +IGF1ZGlvYm9vaw== 40031 +IGFuY2VzdG9y 40032 +IHVuZGVyZ29pbmc= 40033 +IHBvdW5kaW5n 40034 +44GC44KK44GM44Go44GG44GU44GW44GE44G+44GZ 40035 +IO2SgA== 40036 +IOy2pA== 40037 +IHR1bGVl 40038 +IOyXtOw= 40039 +IHpvYWxz 40040 +IG5laW4= 40041 +6a2a 40042 +IG9rZQ== 40043 +IEpveWNl 40044 +IG51ZA== 40045 +IGRpbGlnZW5jZQ== 40046 +IExhYnM= 40047 +IHZlbnRz 40048 +IGFuY2VzdHJhbA== 40049 +4Lir4Lih 40050 +INC80YPQttGH 40051 +IG5vbcOpcw== 40052 +6KGo56S6 40053 +d2FsaQ== 40054 +cWluZw== 40055 +IE11bHRpcGxl 40056 +IENvbnN1bHQ= 40057 +IGlzdGVkaQ== 40058 +IERveQ== 40059 +YWthaA== 40060 +IGRpc2NpcGxpbmVk 40061 +IGFsdGVybmF0aW5n 40062 +55I= 40063 +IHZlcm1l 40064 +INC+0Yk= 40065 +IHRvdGE= 40066 +IFByYWc= 40067 +IHN3b3Ju 40068 +IGJlYmVy 40069 +IEF1ZmdhYmU= 40070 +7Jq06w== 40071 +6L6m5rOV 40072 +IHl1cA== 40073 +IHJlY2xhaW0= 40074 +b251dA== 40075 +IGF1Y3VuZQ== 40076 +IGFtcGg= 40077 +IMWbd2ll 40078 +IGFh 40079 +aXNjb3Zlcg== 40080 +IEFyZw== 40081 +Y2llxbw= 40082 +IGRlc3Nhcw== 40083 +IFfDpGg= 40084 +4bu5 40085 +INC00LDQstC90L4= 40086 +IHNpbGVudGx5 40087 +YXJj 40088 +IO2bhOuztA== 40089 +IHR3ZWV0aW5n 40090 +IE9uZA== 40091 +6aGe 40092 +pqzrqbQ= 40093 +IGJvd2Vs 40094 +7IWo7Ja07JqU 40095 +6IGK 40096 +T1NF 40097 +IHByb3Bpbw== 40098 +IEt1bnN0 40099 +a3VuZw== 40100 +IGRvbm7DqWVz 40101 +IEhvcml6b24= 40102 +IEZyb2c= 40103 +5YCL5Lq6 40104 +IGFyaXN0 40105 +w6Js 40106 +INC60L7Qtg== 40107 +IHNlZ3VuZG9z 40108 +IFNob3J0bHk= 40109 +IENyb3dk 40110 +aXJhbg== 40111 +IHfFgmHFm2Np 40112 +IExhYw== 40113 +aWRlbnRl 40114 +IOqwgOyekA== 40115 +IGxlbg== 40116 +IFNVUw== 40117 +IE1vdG9ycw== 40118 +IFRyZW50 40119 +b21pZQ== 40120 +IHRyYW5zbWl0dGVy 40121 +IEFzc2Fk 40122 +IHBzeWNoaWF0cmlj 40123 +INC20LjRgtGM 40124 +IG91dGxpbmVz 40125 +IGVmZmVjdGl2ZW1lbnQ= 40126 +IFJlbGlnaW9u 40127 +cHJlaA== 40128 +INC00L7Qu9C20L3QsA== 40129 +IM2hwrA= 40130 +IENvbnNlcnZhdGlvbg== 40131 +IOG7 40132 +INC30LDQuQ== 40133 +IHJlc2lkZQ== 40134 +IGNvbXBsZXRv 40135 +S0VO 40136 +IOuCmOyYpOuKlA== 40137 +IHN1YnVyYmFu 40138 +IHLDqXBvbmRyZQ== 40139 +INGA0LDQt9C70LjRhw== 40140 +IGdhbGxlcmllcw== 40141 +IHJhcHQ= 40142 +5oSf6Kyd 40143 +KS4uLg== 40144 +IGNydWVsdHk= 40145 +IFZNd2FyZQ== 40146 +7Yis 40147 +IGhhecSxcg== 40148 +IGdyb3VwaW5n 40149 +IFJpZGVy 40150 +IHN5bGxhYmxl 40151 +IGJlaXNwaWVsc3dlaXNl 40152 +IHNhZmVndWFyZA== 40153 +IHBlbMOtY3VsYQ== 40154 +YXJ0aQ== 40155 +INCh0L4= 40156 +IGNoZWdh 40157 +INC60L7QvNGD 40158 +IHNlaXNt 40159 +IGhhcm1sZXNz 40160 +IFdhcnJpb3Jz 40161 +44GE44Gk 40162 +INC/0YE= 40163 +IHNoYW1lbGVzcw== 40164 +IEJhdW0= 40165 +aW5zdGFsbA== 40166 +IHRvb2xraXQ= 40167 +IHBpcGVsaW5lcw== 40168 +IHB1c3N5 40169 +IGNvbmNlYWw= 40170 +IHByb3Rlc3Rpbmc= 40171 +b2Nob25k 40172 +IGR1YQ== 40173 +IFBvc2U= 40174 +IGhlbGl1bQ== 40175 +IFVY 40176 +aWtsZQ== 40177 +IFN1ZmY= 40178 +IOyEuOqzhA== 40179 +aW5nZXJz 40180 +INGB0LvRg9GH0LDQuQ== 40181 +IGRlc2NlbmRpbmc= 40182 +IOaykuaciQ== 40183 +IG1vbnRhZ2U= 40184 +SGlnaA== 40185 +IOydtOyW 40186 +IElkaQ== 40187 +INeR16E= 40188 +IGV4cHJlc3NpdmU= 40189 +56eL 40190 +INC/0L7Qu9C10Lc= 40191 +IHBvbmU= 40192 +IGFkb2xlc2NlbnQ= 40193 +0LDQvdC90YvQtQ== 40194 +IGFzc2Fzc2luYXRpb24= 40195 +d2Vpc2Vu 40196 +ZW1hdGljYWxseQ== 40197 +YXV0aA== 40198 +IHVyZw== 40199 +IGdhbmhhcg== 40200 +IGZ1bmRv 40201 +IFJob2Rl 40202 +INC40YHRgtC+0YDQuNC4 40203 +IGNvbXBhcnRpbA== 40204 +5pWi 40205 +IGRpbWluaXNoZWQ= 40206 +IGFwcHJlbnRpY2U= 40207 +INCR0YPQtA== 40208 +IHBob3RvbnM= 40209 +IGPDs2Q= 40210 +5bmV 40211 +5qyK 40212 +b25haw== 40213 +IGFkZWxhbnRl 40214 +IGNodQ== 40215 +b3BpYw== 40216 +IGFpeMOt 40217 +ZWRkYXI= 40218 +IENvbmdyYXRz 40219 +bW9y 40220 +5aW95ZCn 40221 +IHJlc2VydmF0aW9ucw== 40222 +IFRvYnk= 40223 +IEtlcm4= 40224 +IHJhemVt 40225 +IGZvcmdlZA== 40226 +IGhvcnJpZnlpbmc= 40227 +2YrYuQ== 40228 +IEpvaW5pbmc= 40229 +44Op44Kk 40230 +IEF1dGg= 40231 +ZGFo 40232 +IGNvbnNpZw== 40233 +IGludGltaWRhdGVk 40234 +IHBlcmlwaGVyYWw= 40235 +IG1lbm8= 40236 +IGRldGVjdGluZw== 40237 +IHRlb3I= 40238 +IHRhZ2dlZA== 40239 +IG5vc3RhbGdpYw== 40240 +IOuvuOyViA== 40241 +5YC8 40242 +IHZlcmRp 40243 +IGxhYmVsaW5n 40244 +0L/QvtC0 40245 +YXN0ZXM= 40246 +IHZpc3Q= 40247 +IGN5dA== 40248 +IGZsaXBz 40249 +0YDQuNC3 40250 +YmFsYW5jZWQ= 40251 +44Gq44GP 40252 +INC+0YjQuNCx 40253 +IGRlc3Rpbg== 40254 +bGFzc2U= 40255 +ZXJlaQ== 40256 +IGthbG8= 40257 +IGFycXU= 40258 +IHBsYW5v 40259 +IG9yZGluYW5jZQ== 40260 +IGNvbXBpbGF0aW9u 40261 +IFZvY8Oqcw== 40262 +IEVjbw== 40263 +IOy2lOyynA== 40264 +IGVuY2ltYQ== 40265 +IEdhcnJldHQ= 40266 +IENvcmQ= 40267 +w7Zsa2Vy 40268 +IEFycm93 40269 +IHByb3RvbnM= 40270 +LOKAiw== 40271 +IOyymOs= 40272 +IHNjYW5k 40273 +IGJlaWdl 40274 +Y29uZw== 40275 +IGJpa2luZw== 40276 +IFRM 40277 +0YPQvdC0 40278 +IOyGlOyngQ== 40279 +IFZpbGxh 40280 +IEpBQ0s= 40281 +5Lul5Y+K 40282 +IMO2xJ9yZW4= 40283 +IHRlbWFz 40284 +IEt5dW5n 40285 +SmVubg== 40286 +IGN1ZA== 40287 +IGltcG9zaW5n 40288 +IGNvbW1hbmRtZW50cw== 40289 +IE1lYW5z 40290 +IETDpHI= 40291 +IHJlY29tZW5k 40292 +IGRpc3Bvc2l0aW9u 40293 +2KfZhw== 40294 +IHRodQ== 40295 +IHJlZHVjdGlvbnM= 40296 +IGRpdQ== 40297 +INeV15DX 40298 +INC40YHRgdC70LXQtA== 40299 +dGhyZW4= 40300 +IGxhZG9z 40301 +IFJC 40302 +aXhlZA== 40303 +IOyP 40304 +RnI= 40305 +c3RpbGw= 40306 +IG9sbWFz 40307 +Q0hVQ0s= 40308 +IO2GoA== 40309 +IEluZGVwZW5kZW50 40310 +0JLQng== 40311 +IHBpdHM= 40312 +IHVuZGVydGFrZW4= 40313 +IGbDuHI= 40314 +IE5hdw== 40315 +IOyekeyXhQ== 40316 +IHNoZXBoZXJk 40317 +IGxhbmd1ZQ== 40318 +IEphYg== 40319 +IERydW0= 40320 +IEVsZWt0 40321 +5ous 40322 +44GY44KD44Gq44GE 40323 +4buRdA== 40324 +IOydtOyqvQ== 40325 +IGJlZ2lubmVu 40326 +IEZ1cnk= 40327 +4buDdQ== 40328 +c2VjdGlvbnM= 40329 +IHNwcmF5ZWQ= 40330 +IG3DoXI= 40331 +IFZvbHQ= 40332 +IFNlb25n 40333 +0LjRgtC10Ls= 40334 +ZHVjdGlvbg== 40335 +YXNhbg== 40336 +IGp1ZGdtZW50cw== 40337 +aW1hYW4= 40338 +nteq 40339 +IHNpZW50bw== 40340 +IEFDVA== 40341 +IEJI 40342 +ZGV2 40343 +IOyii+yVhO2VmA== 40344 +IGpvcm4= 40345 +SVNUSU4= 40346 +IHJvYXI= 40347 +IGltbWVyc2lvbg== 40348 +YWZmbGVz 40349 +IHRyYWluZWU= 40350 +IEJpbGxib2FyZA== 40351 +cmVzc2Vz 40352 +IFdhcm0= 40353 +IFJvYmVydG8= 40354 +IHV0aWxpeno= 40355 +IElnb3I= 40356 +IHJhc2g= 40357 +IGFuYWx5dGlj 40358 +aXJhbQ== 40359 +IHN5bW1ldHJpY2Fs 40360 +IGxpZmVzcGFu 40361 +IGVhdGVy 40362 +IEJsb29tYmVyZw== 40363 +YXRlcmlhbA== 40364 +IOuvvw== 40365 +IGlzdGVy 40366 +IGludmFsdWFibGU= 40367 +IGFzc2lzdGluZw== 40368 +IHNoYWNr 40369 +zrzOsc+EzrE= 40370 +amlz 40371 +ZW5peg== 40372 +INC/0YDQtdC00LvQvtC2 40373 +IGRlY2xhcmluZw== 40374 +IFZpa2luZw== 40375 +IEFzc2lt 40376 +IGV4cGVuZGl0dXJl 40377 +IHBvc2luZw== 40378 +IE9udW4= 40379 +IGluaWM= 40380 +0LDRjtGC0Yw= 40381 +cmV2 40382 +IG1pZWRv 40383 +IGZpbHRoeQ== 40384 +IElC 40385 +IERpc2NvdmVy 40386 +aWNodGV0 40387 +bWlsbGlvbg== 40388 +toTrk6TsnbQ= 40389 +IGFtYmlndQ== 40390 +IEZseW5u 40391 +YmFyZHppZWo= 40392 +IGluY29tcA== 40393 +0LDQstC90L4= 40394 +emlh 40395 +IGluZmx1ZW5jaW5n 40396 +IHdvcmxkbHk= 40397 +IFNhbGVzZm9yY2U= 40398 +emV0 40399 +IHBhcnRpY3VsaWVy 40400 +IEtvY2g= 40401 +IDE5NDM= 40402 +IHRvbmVy 40403 +INGN0LrRgdC/0LXRgA== 40404 +IHN1c2NyaQ== 40405 +IHRyaWdnZXJpbmc= 40406 +SUNFUw== 40407 +7Iqk6rCA 40408 +zrTOsQ== 40409 +0YDQsNCx0L7Rgg== 40410 +IGFmdGVyd2FyZA== 40411 +cGluZQ== 40412 +IElM 40413 +YXJldGg= 40414 +INC/0LDQuw== 40415 +IHNha2Vy 40416 +IDE5NDc= 40417 +QUY= 40418 +dXlvcnN1bg== 40419 +IOyKpOs= 40420 +IHF1YW50aWZ5 40421 +IG1lbnRvcnNoaXA= 40422 +IGxsZWdh 40423 +IFRhbWFyYQ== 40424 +IG9wdGltaXppbmc= 40425 +IGZyb250cw== 40426 +b3N0ZXJz 40427 +IGVzcXVlcg== 40428 +IHN1Ym1pc3Npb25z 40429 +IGFubmlo 40430 +IHN1Y3Rpb24= 40431 +bHVlbmNl 40432 +Y2hpZWRlbg== 40433 +SU5HUw== 40434 +INeR15Q= 40435 +INGB0YbQtdC9 40436 +IHdpZWx1 40437 +IG9iamV0bw== 40438 +IGJvb2Jz 40439 +IEdlc2Now6RmdA== 40440 +IGVhcmJ1ZHM= 40441 +INGA0LDQvdGM0YjQtQ== 40442 +IHJvdXRpbmVseQ== 40443 +IGNvbGxhZ2Vu 40444 +0L7QtNGL 40445 +IENpbm5hbW9u 40446 +IGJhaXg= 40447 +2K/ZhQ== 40448 +ZnJhZ2U= 40449 +INC60L3QvtC/ 40450 +IGRlY2VwdGlvbg== 40451 +IHVuZXhwZWN0ZWRseQ== 40452 +IHNtZWxsZWQ= 40453 +IGxvb3M= 40454 +IGhpZ2hsaWdodGVy 40455 +IOq4sOuzuA== 40456 +IEdsYXNnb3c= 40457 +b3dhbmE= 40458 +bW4= 40459 +IEplcmVtaWFo 40460 +IERhdGFi 40461 +aWV0ZQ== 40462 +IGJhdw== 40463 +IHByb3BpYQ== 40464 +IHByb3ByaQ== 40465 +T09PT09PT08= 40466 +aW5rZXI= 40467 +IHBlcnR1cmI= 40468 +IEZha2U= 40469 +7J207JY= 40470 +aW1taW5n 40471 +IHVuZG9jdW1lbnRlZA== 40472 +IHRyYWJhamFuZG8= 40473 +IHJvYW0= 40474 +INC00L7Qu9C20L3Qvg== 40475 +IGFyYmU= 40476 +IGFuaQ== 40477 +YXRhbA== 40478 +IGFyYWRh 40479 +IEFuZGE= 40480 +IOybgA== 40481 +IEJyYW5jaA== 40482 +b2lyZXM= 40483 +IG91dHNpZGVy 40484 +ZG9sbGFy 40485 +5b2T54S2 40486 +aXNzZXM= 40487 +YmVhbnM= 40488 +IEdpZw== 40489 +552h 40490 +cmFkb3M= 40491 +IFN1dA== 40492 +IExhbmNl 40493 +ZWRzacSZYmlvcg== 40494 +IGNvbGE= 40495 +b25lbnRz 40496 +IHJlY29uc2lkZXI= 40497 +44K544OI 40498 +IG1vbmRv 40499 +44Oz44ON44Or 40500 +IHVuc3VjY2Vzcw== 40501 +IEvDpA== 40502 +6L65 40503 +IHJlZ2Vs 40504 +IGJpc29n 40505 +ZXR1cw== 40506 +IHVucmF2ZWw= 40507 +IHN3ZWV0aWU= 40508 +IHJlcHLDqXNlbnQ= 40509 +b3VyaW5n 40510 +IGdyb3VuZHdhdGVy 40511 +IEJldw== 40512 +IHNjcmF0Y2hlZA== 40513 +IGNhc3NldHRl 40514 +IGNpZGVy 40515 +cGlz 40516 +INGB0LDQvNCw 40517 +IGdsb2JhbGl6YXRpb24= 40518 +IGRlZ3JhZGF0aW9u 40519 +IGRlZ2VuZXI= 40520 +IFJvc2ll 40521 +aWNrdA== 40522 +IG92ZXJ3ZWlnaHQ= 40523 +IE1FTQ== 40524 +IGd1YXJkaWFucw== 40525 +IGNvbnNlYw== 40526 +SG1t 40527 +5oiR5Zyo 40528 +INC/0L7RgtGA0LXQsQ== 40529 +IG1ldmE= 40530 +IGdyYWZmaXRp 40531 +IGZsaXJ0 40532 +IEJQ 40533 +IGp1c3Rv 40534 +IFRob3VzYW5kcw== 40535 +55Sc 40536 +n6zsmrQ= 40537 +Lio= 40538 +IFJBVw== 40539 +IGZsdW9y 40540 +aXlp 40541 +YW50YWw= 40542 +amVk 40543 +IFNoZW5n 40544 +IEVsaXNl 40545 +IENoYXJnZQ== 40546 +7J207Yq4 40547 +IGNvbmVz 40548 +bmllcw== 40549 +Z2lh 40550 +INC90LDRh9Cw0LvQsA== 40551 +IERoYXJtYQ== 40552 +IOuLpOyWkQ== 40553 +IGZhdm9ycw== 40554 +IFRydW5n 40555 +aGV0dG8= 40556 +IHBvenc= 40557 +IGxvbmdv 40558 +IGtlbHU= 40559 +IGRpZ2VzdGlvbg== 40560 +IEVpZw== 40561 +IFRIRVJF 40562 +IHRpZXJz 40563 +IHN1bms= 40564 +IG15c3RpY2Fs 40565 +enVi 40566 +IMOJdA== 40567 +IGFudGljaXBhdGluZw== 40568 +IFZpbmU= 40569 +WVk= 40570 +IGNvbmNlbnRyYXRpbmc= 40571 +IEFncmVlbWVudA== 40572 +INC+0LrQvtC70L4= 40573 +IGxpZHQ= 40574 +IFlhbw== 40575 +INGB0LvQuNGI0LrQvtC8 40576 +csOt 40577 +SVNUSU5DVA== 40578 +IE9GRklD 40579 +IHNvYWtpbmc= 40580 +IHNpaWhlbg== 40581 +IHJlZmVyZW5jaW5n 40582 +IFRhbXBh 40583 +YW5leQ== 40584 +IHJlc3B1ZXN0YQ== 40585 +IENvYWxpdGlvbg== 40586 +INGB0L7Qs9C70LDRgQ== 40587 +YW5raW5k 40588 +IOub 40589 +IFl1bW15 40590 +67Cw 40591 +IG9uYw== 40592 +dWnDp8Ojbw== 40593 +IHRoZW8= 40594 +IG11cmFs 40595 +IFRlYWNoZXJz 40596 +IHdhaXRz 40597 +IHJlbnRpbmc= 40598 +IEhhcm1vbg== 40599 +IGXFnw== 40600 +IE11bmljaA== 40601 +7Zmc 40602 +7Ja8 40603 +Y2FyZHM= 40604 +IHJvdWdl 40605 +IG7Dqm4= 40606 +Y2x1Yg== 40607 +IHVuc2Vlbg== 40608 +IGRlcHJlY2k= 40609 +IGNvbXB1dGVk 40610 +IHdpcGluZw== 40611 +IEVsbGk= 40612 +aWRlbnRpZmllZA== 40613 +IGNsdXR0ZXI= 40614 +cm9sZXVt 40615 +IHRlbGVm 40616 +IGxldmVsaW5n 40617 +IFdvb2R5 40618 +IEd1cw== 40619 +IEJlbm5ldHQ= 40620 +IHNpdGlv 40621 +acWC 40622 +IHBvc3Nlc3Npb25z 40623 +IE5hdGFzaGE= 40624 +b2xkb3du 40625 +INGB0L7QvtCx0Yk= 40626 +IExpYw== 40627 +IOunjOuToA== 40628 +IGxvcnNxdWU= 40629 +d2Vo 40630 +INC80LDQvA== 40631 +bGl0ZXI= 40632 +YWRvbW8= 40633 +IGZpbmk= 40634 +z47Pgg== 40635 +INGD0LHQuNC5 40636 +IGluZGlzcA== 40637 +IHRlbGV2aXM= 40638 +IHDDoQ== 40639 +IENyZW8= 40640 +w61sbA== 40641 +IGd1cg== 40642 +IE1BTA== 40643 +INGA0LDQt9C90YvRhQ== 40644 +IHppZWhlbg== 40645 +IGZhc2hpb25lZA== 40646 +IGRlYmF0aW5n 40647 +IFNvdXA= 40648 +IFByb3ZpbmNl 40649 +6re466CH 40650 +IGltcHJvcGVy 40651 +IGltYWdlbg== 40652 +INGB0LTQtdC70LDQuw== 40653 +IGxvZ29z 40654 +IGV2ZW50bw== 40655 +6KeG 40656 +4bqjbw== 40657 +bGFyZGE= 40658 +INC90LDQt9GL0LLQsNC10YLRgdGP 40659 +IHZlcmY= 40660 +IHNjcmVlbnNob3Rz 40661 +15XXk9ei 40662 +IEF1cm9yYQ== 40663 +IEJhbGk= 40664 +dGVyZWQ= 40665 +IGNvbnRhZ2lvdXM= 40666 +IGNvbXBhcnRpcg== 40667 +dmVuaWRvcw== 40668 +cmlrZQ== 40669 +INCy0YvQs9C70Y/QtNC40YI= 40670 +IGZyZWVkb21z 40671 +bmljYXM= 40672 +oKTshJw= 40673 +IHJlZHV6 40674 +IEVjdQ== 40675 +IGFib25u 40676 +IFNFw5E= 40677 +IEJpdGNo 40678 +IHByb2pldG8= 40679 +0LjRh9C90L4= 40680 +ZXR0cmU= 40681 +QU5OQQ== 40682 +dGhhbms= 40683 +IEFP 40684 +5omA5Lul5ZGi 40685 +YXJuaXNo 40686 +aWXDn2Vu 40687 +IHJpcHBsZQ== 40688 +IHBhbnRyeQ== 40689 +IEdI 40690 +zrPOsQ== 40691 +IOydtOuyiOyXkA== 40692 +IHZhbGlkYXRlZA== 40693 +IGJydXNoZWQ= 40694 +IEVtaW4= 40695 +IERhcnRo 40696 +ZXNpbg== 40697 +LC4= 40698 +IHZhbGxl 40699 +IGplcnNleQ== 40700 +dWxhbg== 40701 +UmVhZA== 40702 +IFJhbmdlcnM= 40703 +IHNvb3RoaW5n 40704 +IGNvbXBsZW1lbnRhcnk= 40705 +IFZlcmtlaHI= 40706 +YWNha3Q= 40707 +IGJhdGh0 40708 +IE5E 40709 +U29u 40710 +IO2ZlOyepQ== 40711 +IEF2aQ== 40712 +IFNBTA== 40713 +YWlzc2U= 40714 +IHNlbWFpbmVz 40715 +IFN1cnY= 40716 +d2llcg== 40717 +INCy0LjQtNC10Ls= 40718 +IHNpZXRl 40719 +lOuPhA== 40720 +IFJhbXNheQ== 40721 +IFF1ZWVuc2Jvcm91Z2g= 40722 +IE1lbmdl 40723 +IEZvb2Rz 40724 +IHRoZW9sb2dpY2Fs 40725 +IFsj 40726 +INCy0L7QvdC4 40727 +IGltbWlu 40728 +aW9zaXR5 40729 +IEFiZ2VvcmQ= 40730 +IEFjaG8= 40731 +IMOU 40732 +IHN0YWlucw== 40733 +IHJlYWxpc3RpY2FsbHk= 40734 +IGZhc2hpb25hYmxl 40735 +IENFT3M= 40736 +IFNraWxs 40737 +INCy0LbQtQ== 40738 +IGRldmVy 40739 +IFBsdWc= 40740 +5qo= 40741 +UG9k 40742 +IGxvYWY= 40743 +IGdlYnJhY2h0 40744 +IGFic29yYnM= 40745 +IEdyYW5ueQ== 40746 +IG1hbHdhcmU= 40747 +YWfEmQ== 40748 +IGNpdmlsaXphdGlvbnM= 40749 +IM+B 40750 +IGjDpGx0 40751 +0KHQog== 40752 +Z3JlYXQ= 40753 +IGxheWVyaW5n 40754 +c2luZ3M= 40755 +INCy0ZbQvQ== 40756 +IHJlY29nbml6YWJsZQ== 40757 +IHdvag== 40758 +IHdldGVu 40759 +56ys5LiA5YCL 40760 +zrPOvw== 40761 +U3R1ZGVudA== 40762 +IGTDqWZpbg== 40763 +cGxlYXNl 40764 +ZW5jaA== 40765 +IGF0dGlj 40766 +IE90dGF3YQ== 40767 +IG9wdGVk 40768 +IGNhcHRpdg== 40769 +IG3Fgg== 40770 +IFlB 40771 +IFdhbmQ= 40772 +IGJvdW50eQ== 40773 +IDI3MA== 40774 +IHNwZWN1bGF0ZQ== 40775 +IGVuaGFuY2VtZW50 40776 +IGNvbW1vZGl0aWVz 40777 +IE1pbHRvbg== 40778 +ZWo= 40779 +YWxvbQ== 40780 +RGFz 40781 +IGNvb2xkb3du 40782 +16jXkNec 40783 +INeQ16Q= 40784 +IHdjemXFm25pZWo= 40785 +IGVsb25n 40786 +IGRpb2Rl 40787 +aW5hw6fDo28= 40788 +IElyaXM= 40789 +IEli 40790 +IHN1bW1vbmVk 40791 +IHJlc3Bl 40792 +IFJhY2g= 40793 +5rOo5oSP 40794 +IMK7Og== 40795 +6YaS 40796 +IHZ1cg== 40797 +IG1vdmltZW50bw== 40798 +IGZsdWVudA== 40799 +IEV2b2x1dGlvbg== 40800 +IEJ1dHQ= 40801 +aWZpY2FjacOzbg== 40802 +lJTslrQ= 40803 +INGN0L3QtdGA0LM= 40804 +IG1hbmlwdWxhdGluZw== 40805 +IHBvc2l0aXY= 40806 +0LzQvtGB 40807 +IHdpeg== 40808 +IGludG94 40809 +zq3PgQ== 40810 +0LXQvNGB0Y8= 40811 +aXZlc3Nl 40812 +aW1pemk= 40813 +IOyauA== 40814 +IGtub2Nrcw== 40815 +IGNvbmdlc3Rpb24= 40816 +IElkZWFsbHk= 40817 +IEhvbGRpbmc= 40818 +IHBvYnJl 40819 +IEpVTA== 40820 +IOu2hOuTpOydgA== 40821 +IM6xzro= 40822 +IEZlcmd1c29u 40823 +IExhYm9yYXRvcnk= 40824 +cmljaHRlbg== 40825 +cm9waHk= 40826 +cHJvZHVjdGlvbg== 40827 +YXNzdW5n 40828 +SVRB 40829 +IHNpw6hjbGU= 40830 +16jXqg== 40831 +Y2lzaW9u 40832 +INek15Q= 40833 +IElyZW5l 40834 +YW5jYQ== 40835 +IOyCrOqzoA== 40836 +IHBpbnBvaW50 40837 +IGRlc2lnbmF0aW9u 40838 +xZ9hbQ== 40839 +bMSxxZ8= 40840 +YWF0 40841 +IG7DpWdyYQ== 40842 +IG15dGhpY2Fs 40843 +IERlY2xhcmF0aW9u 40844 +IOyeoeyVhA== 40845 +IGJ5dGU= 40846 +LuKZqg== 40847 +RGVs 40848 +IO2NvA== 40849 +IG51dHJpdGlvdXM= 40850 +INGA0YPQsdC70LXQuQ== 40851 +5YKz 40852 +U0FZ 40853 +TWFzdGVy 40854 +INGE0L7RgtC+0LPRgNCw0YQ= 40855 +IOuSpOyXkA== 40856 +IG5laA== 40857 +IGRva3VtZW50 40858 +56qB 40859 +IGN6YXN1 40860 +IGNvbnRpbnVh 40861 +IFNpbGVudA== 40862 +IHRlbnNvcg== 40863 +IHRhbnRh 40864 +IGlyZ2VuZHdv 40865 +IExFVA== 40866 +IFNoYWt0 40867 +bGFtYQ== 40868 +Y2hsYWc= 40869 +IGRpbmdlbg== 40870 +0YHRgtGA0LA= 40871 +IGVocmxpY2g= 40872 +IE1hY2h0 40873 +cmVscw== 40874 +w6BjaWVz 40875 +dmlkZW8= 40876 +IG5hdHVyYWxl 40877 +IFNURVZF 40878 +dW1t 40879 +QkFDSw== 40880 +IDcyMA== 40881 +44Gn44GX44Gf 40882 +IG1vbWVuY2ll 40883 +IFN3YW4= 40884 +IHRlY2huaWNpYW5z 40885 +IGdlZWhy 40886 +IE1lbmQ= 40887 +UmVn 40888 +IHNjYWZm 40889 +IGFpZGU= 40890 +IOuztOuKlA== 40891 +IHByZXNzZXM= 40892 +bGVyZGU= 40893 +XCc= 40894 +IHVsdHJhc291bmQ= 40895 +IGRpc2NsYWltZXI= 40896 +IE1pdHM= 40897 +IEhvbGlkYXk= 40898 +IGV4dGVybmFsbHk= 40899 +IEZhdGU= 40900 +SU5P 40901 +IENhdHM= 40902 +67CV 40903 +dW1v 40904 +Y29udHJvbA== 40905 +IHRoZUNVQkU= 40906 +dGlj 40907 +aWVydW5ncw== 40908 +INC30L3QsNC60L7QvA== 40909 +IGZyZWVzdHlsZQ== 40910 +TUFOREFSSU4= 40911 +IGlzZQ== 40912 +YXVydXM= 40913 +6Kix 40914 +IFN0cmF0ZWd5 40915 +IEJlYW0= 40916 +csOkZ2U= 40917 +IGV4cGxvaXRlZA== 40918 +44GI44Gj 40919 +aWRpcw== 40920 +IGNoaW1l 40921 +IFBlbmluc3VsYQ== 40922 +IG1lcml0cw== 40923 +IGFsdHJv 40924 +IFRPUA== 40925 +IFNlbnM= 40926 +IEthbnQ= 40927 +b3Jhcw== 40928 +IHJveWFsdHk= 40929 +IElERQ== 40930 +5aSJ 40931 +cmFjeQ== 40932 +IFRIT00= 40933 +b21vcw== 40934 +IGzDpG5nZXI= 40935 +IG51bWJlcmVk 40936 +VW0= 40937 +IE5peWU= 40938 +zrjOtw== 40939 +enlrYQ== 40940 +bGltZQ== 40941 +IFBlcnNvbmVu 40942 +IHZhbGlkaXR5 40943 +IGNvbnRyYXQ= 40944 +IENvbWlj 40945 +w6dvbnM= 40946 +IEhlaWRp 40947 +IHpn 40948 +IHJlbmFtZWQ= 40949 +IGN1bWlu 40950 +IEpG 40951 +aW5lbA== 40952 +IGVuZm9yY2Vk 40953 +IGNoYW1h 40954 +0LvQuNGH0L3Qvg== 40955 +4bq7 40956 +INC00LXQvdC10LM= 40957 +IHByb2Z1bmQ= 40958 +IHBlbHZpYw== 40959 +IHBhbGF2cmE= 40960 +IGV4dHJhcw== 40961 +IGFua2xlcw== 40962 +7JeQ7ISc64+E 40963 +IFRG 40964 +IGluc2FuZWx5 40965 +INC80Y/RgQ== 40966 +IHLDqXBvbnNl 40967 +IGfDtnN0ZXI= 40968 +IEJCUQ== 40969 +INGD0YfQsNGB0YI= 40970 +IHNoYWtlbg== 40971 +44Kr44Oz44K/ 40972 +IGFsbW9uZHM= 40973 +ZGlzaA== 40974 +IFBH 40975 +IEJsaXp6YXJk 40976 +0YzQvtCz0L4= 40977 +IOOF 40978 +IGtuYXBw 40979 +VG9v 40980 +IHVuZGU= 40981 +IG1vdW50cw== 40982 +0L7QvNC40L3QsA== 40983 +IG5vcnRoZWFzdA== 40984 +IGNlbnNvcnNoaXA= 40985 +0Y/RgtGM0YHRjw== 40986 +bHI= 40987 +IGxhd21ha2Vycw== 40988 +IHPDpWRhbg== 40989 +IGluc2lkZXI= 40990 +IGNsZWFudXA= 40991 +IE5hZGE= 40992 +w7Nj 40993 +IGhhcnZlc3RlZA== 40994 +IERlc3B1w6lz 40995 +7ZqN 40996 +IHJlZHVuZGFudA== 40997 +RU5B 40998 +IGRlbGVnYXRl 40999 +IGJ1cmc= 41000 +IEFsaXNvbg== 41001 +5paw6IGe 41002 +IGNlbGVzdGlhbA== 41003 +IHNpbm5lcnM= 41004 +IG1hcnR5cg== 41005 +IFBlcm0= 41006 +IHNwZWNpbWVucw== 41007 +IG1pdG9jaG9uZA== 41008 +IG1hcmF2aWw= 41009 +IGNhdmFscnk= 41010 +IGFycmF5cw== 41011 +IGFubmV4 41012 +IGxhYm9yYXRvcmllcw== 41013 +IEJ5eg== 41014 +IGF0YWM= 41015 +INGB0LvQvtC20L3Qvg== 41016 +IHRvcGw= 41017 +IGdlcmk= 41018 +IENvbWJhdA== 41019 +0YHRj9GC 41020 +ZWtlbg== 41021 +INCS0LvQsNC0 41022 +IGFqdXN0 41023 +IG1hcnF1ZQ== 41024 +IGxvb2tvdXQ= 41025 +IExvbA== 41026 +IHJvb2Z0b3A= 41027 +IE9yaW9u 41028 +INCx0L7QuQ== 41029 +IGhlYXJ0YnJlYWtpbmc= 41030 +IGRldHRv 41031 +emg= 41032 +w6R0dGVy 41033 +Y2VyYQ== 41034 +IGhlYXRz 41035 +IGFudGlxdQ== 41036 +IHVuZmluaXNoZWQ= 41037 +IEthenU= 41038 +xLFsxLE= 41039 +IHNsaWdodGVzdA== 41040 +bGVv 41041 +IHbDpXJh 41042 +IHZlcnNjaGllZGVuZW4= 41043 +IGxvdGlvbg== 41044 +5L2g5bCx 41045 +5oy6 41046 +0YjQtdCz0L4= 41047 +Y3Rpb25hbA== 41048 +IOydtOyg 41049 +ZHJhZ29u 41050 +IHJlc29uYXRlcw== 41051 +IGlubQ== 41052 +YXZpYw== 41053 +IGZ1bGZpbA== 41054 +IOq4sOuMgA== 41055 +IGp1c3RhbWVudGU= 41056 +INC00L7RgdGC0YPQvw== 41057 +IOq3uOqxtA== 41058 +IHJlY29uY2lsZQ== 41059 +IFNjaMO2bg== 41060 +IEF2b2lk 41061 +6rmA 41062 +J0Q= 41063 +IGNvbmZpbmVtZW50 41064 +IO2R 41065 +IG1vdGl2YXRpbmc= 41066 +IEJyaXR0YW55 41067 +IOOBmQ== 41068 +IHNjcmVhbWVk 41069 +b2JqZWN0 41070 +IGRlY3JlZQ== 41071 +IHRyYXZhaWxsZQ== 41072 +aXNzaWJsZQ== 41073 +IGJ1c3RlZA== 41074 +cHJvY2Vzcw== 41075 +IG1hc3NhY3Jl 41076 +IG5naMSp 41077 +aWx5bg== 41078 +INCy0YDQvtC00LU= 41079 +IHBvZXRpYw== 41080 +IG5o4bqldA== 41081 +IGlyb25pY2FsbHk= 41082 +dXN1 41083 +bmlv 41084 +IHN0YWdpbmc= 41085 +b21lZGljYWw= 41086 +bGVhc2Vk 41087 +IOyDiOuhnOyatA== 41088 +IE5a 41089 +YWN0aW5n 41090 +IEJhdHRsZWZpZWxk 41091 +cGxheWZ1bA== 41092 +Vmk= 41093 +IHNlw7FvcmE= 41094 +IHByb21wdHM= 41095 +bGljaGtlaXQ= 41096 +IMOnxLFrYXI= 41097 +amlhbmc= 41098 +IHBpY2t5 41099 +IENhdmU= 41100 +IG1pcmFjdWxvdXM= 41101 +IEh1Z2hlcw== 41102 +MjAxNg== 41103 +IHh1 41104 +IERvcm90aHk= 41105 +IHZpcnR1ZXM= 41106 +IHJldHJhY3Q= 41107 +IHR5cg== 41108 +IGNoYXJpc21hdGlj 41109 +IGJvbGE= 41110 +6bw= 41111 +IOunkOyUgOs= 41112 +IHBhcmVudGFs 41113 +IG1pbGxpb25haXJl 41114 +YXJpYXQ= 41115 +5pS/5bqc 41116 +IGludm9rZQ== 41117 +xbxlbmll 41118 +IGV4dHJlbWVz 41119 +IEFrdQ== 41120 +aXZpZGFkZQ== 41121 +IO+3ug== 41122 +IOyLnOyyrQ== 41123 +IEdhcmxpYw== 41124 +UklB 41125 +INC00L7RgQ== 41126 +IFBvbnQ= 41127 +IG1pbGo= 41128 +ZWxsaQ== 41129 +IHJhY2tldA== 41130 +IGNvbXBldGl0 41131 +IFdoaXM= 41132 +IHJlYWx0 41133 +aWdubWVudA== 41134 +ZXN0cmU= 41135 +IHBlcm5haA== 41136 +IE9wZW5pbmc= 41137 +IEZT 41138 +IERlbW9rcmF0ZW4= 41139 +YWNlbWVudHM= 41140 +IHdvcmxkdmlldw== 41141 +IHBsYXlvZmZz 41142 +IENBRA== 41143 +IMOpdGFudA== 41144 +IHllbWVr 41145 +IHNlbnRpbWVudHM= 41146 +b2RlbA== 41147 +YnVzdGVy 41148 +YcWf 41149 +IEtZ 41150 +Y3rEmQ== 41151 +IHNjaMO2bmU= 41152 +YXBl 41153 +IFJhc3BiZXJyeQ== 41154 +IGNyZWRpdGVk 41155 +IEhpZGRlbg== 41156 +IHNhdXNhZ2Vz 41157 +cnVjZQ== 41158 +IEJldg== 41159 +aWxhbnRybw== 41160 +IHBva2Vtb24= 41161 +IOqwgOqyqQ== 41162 +IHByb2NlZWRpbmc= 41163 +IHZlaW8= 41164 +IDE3NQ== 41165 +6Lg= 41166 +bWF4 41167 +IGZyYXRlcg== 41168 +7KCE7JeQ 41169 +IGVnZW50 41170 +IDI1MDA= 41171 +dXNjaA== 41172 +VHViZQ== 41173 +IGFtcGxpZnk= 41174 +IHByYXdk 41175 +IG9kb3I= 41176 +IFNjYW4= 41177 +IHBsb3R0aW5n 41178 +aXRobWV0aWM= 41179 +IHJlc2lnbmVk 41180 +IFNDT1RU 41181 +IHN0ZXJlb3R5 41182 +IGRvYWJsZQ== 41183 +IENvbXBsZXg= 41184 +2YHZig== 41185 +dMSxbQ== 41186 +0YDQuNCz 41187 +bGFyZGFu 41188 +ZXNv 41189 +REVO 41190 +IGhvb2RpZQ== 41191 +IENBVA== 41192 +2KfYtw== 41193 +IGJvbmRlZA== 41194 +IEJ1cm5z 41195 +0L7Qv9Cw0YE= 41196 +IHLEmQ== 41197 +zrXOuc6x 41198 +INC+0YLQtNC10LvRjA== 41199 +IHRpbWVsZXNz 41200 +IFZpag== 41201 +IFBhbmFtYQ== 41202 +IHJlb3JnYW4= 41203 +IFTDpA== 41204 +IFBsdXRv 41205 +T3Jhbmdl 41206 +INC/0L7QudC0 41207 +IEJyaXN0b2w= 41208 +dWNlZA== 41209 +IOuQmOyWtA== 41210 +IHVuYmVkaW5ndA== 41211 +YWRsZQ== 41212 +IHZvbHVudGVlcmVk 41213 +IG1pZWxp 41214 +IEVkaW5idXJnaA== 41215 +aWthbA== 41216 +IGFsdGVu 41217 +IEFyc2Vu 41218 +IG1vdXZlbWVudA== 41219 +IGFudGlxdWU= 41220 +IGJo 41221 +IEhlcnM= 41222 +IHNhdXRl 41223 +IGFzcGlyZQ== 41224 +IHNwaGVyZXM= 41225 +IFdhbQ== 41226 +4bqvbQ== 41227 +IHdpcGVz 41228 +IDI4MA== 41229 +IFZlaA== 41230 +IGNvbG9jYQ== 41231 +0LDRhA== 41232 +INCy0L7Qt9C80L7QttC90L7RgdGC0Yw= 41233 +IHBoeXNpb2xvZ2ljYWw= 41234 +aHdh 41235 +ZXR1 41236 +IHByb2xvbmdlZA== 41237 +IGV4cGVyacOqbmNpYQ== 41238 +INCy0LjQtNC90L4= 41239 +IHF1YXJhbnQ= 41240 +IHB1ZWRhbg== 41241 +6JQ= 41242 +dmluZQ== 41243 +IFVTREE= 41244 +cGhlbQ== 41245 +IGZvcm1pZGFibGU= 41246 +IGZsYXR0ZXI= 41247 +7Ja07KeA 41248 +IGLDqW4= 41249 +4LmB4LiV 41250 +IOusvOuhoA== 41251 +IGZhY3Rpb25z 41252 +IExlYXZpbmc= 41253 +INeQ16rXlA== 41254 +IEV4cGVydA== 41255 +ZGlv 41256 +IFZlcmQ= 41257 +44G/44Gf44GE 41258 +IHNpbnQ= 41259 +2YbYrw== 41260 +bnVtYmVy 41261 +IG93ZWQ= 41262 +IGluZHVjZQ== 41263 +IEZyZWRkaWU= 41264 +YWJv 41265 +IEZpbGlwaW5v 41266 +r7zr 41267 +YmVsaWV2YWJseQ== 41268 +YXRobG9u 41269 +YW1hYW4= 41270 +IGRldmVuaXI= 41271 +IEdvcw== 41272 +IEplbmtpbnM= 41273 +YmFpdA== 41274 +IGJpbnM= 41275 +IE1JQ0g= 41276 +dXlvcnVt 41277 +aWdyYWRl 41278 +aXNzbw== 41279 +IOyXtA== 41280 +IOyVhOu5oA== 41281 +IGRpYXJyaGVh 41282 +IHRvcm5hcg== 41283 +YWRkaW4= 41284 +IHVuZ2Vmw6Rocg== 41285 +IHJlc3Ryb29t 41286 +IHBzeWNoaWF0cmlzdA== 41287 +IEtpY2tzdGFydGVy 41288 +IGdlcmE= 41289 +IGFscmVk 41290 +IFdyYXA= 41291 +z4zPgw== 41292 +IHNpbm5lcg== 41293 +Q0hFRVJJTkc= 41294 +IGtpbG93 41295 +IGRldGVybWluYW50 41296 +IGRlbW9uaWM= 41297 +aWRlbmNlcw== 41298 +Y2hhcw== 41299 +IERlZA== 41300 +5byV 41301 +IHN0dW1ibGU= 41302 +IFVycw== 41303 +IGRlY2VpdmVk 41304 +IFRFUg== 41305 +IEPDsw== 41306 +ZWxsZWQ= 41307 +IG5vdHdlbmQ= 41308 +IOyngOq4iOq5jOyngA== 41309 +IHBhcnRpZG8= 41310 +IGRlc2NlbmRlZA== 41311 +IHZhcmTEsXI= 41312 +IGVuYWN0ZWQ= 41313 +IGN6xJnFm2Np 41314 +5bel5L2c 41315 +IHRyYWluZWVz 41316 +IGF1ZGlibGU= 41317 +IG1hbGY= 41318 +IHZlbw== 41319 +w6xu 41320 +IEdQQQ== 41321 +IEFwcGU= 41322 +5YK3 41323 +IHJ1dA== 41324 +IENhcmxh 41325 +a2FjaA== 41326 +IHNhdmlvcg== 41327 +aXRjaGVk 41328 +IGNsaW1heA== 41329 +0LDRgtC10LvRjw== 41330 +IE1jQ29ubmVsbA== 41331 +0L7Qu9GP 41332 +ZXJleWU= 41333 +INGB0L7Qt9C9 41334 +IGNhYm8= 41335 +IFNuZQ== 41336 +IEFmZm9yZGFibGU= 41337 +IHNhcsOg 41338 +IGxlZ2l0aW1hY3k= 41339 +IHNjYXJjZQ== 41340 +Li4uPC8= 41341 +IDEwOA== 41342 +IGFjdW0= 41343 +IEZyYW5rbHk= 41344 +IHJhZGlhdG9y 41345 +IGdlbmVyYWxz 41346 +IGRpdmlkZXM= 41347 +IGNoZWVzZWNha2U= 41348 +IHNvcmNlcg== 41349 +IG1pc2NvbmNlcHRpb24= 41350 +IGhhcmRzaGlwcw== 41351 +IE9uZVBsdXM= 41352 +w7x5b3JzdW4= 41353 +IFNvdmlldHM= 41354 +IEl0YWxpYQ== 41355 +aWNraQ== 41356 +IEFmdGVyd2FyZHM= 41357 +IHJpZGljdWxvdXNseQ== 41358 +IGdkemllxZs= 41359 +IE5vdGVz 41360 +2YPYp9mG 41361 +IHJvbWFu 41362 +IG9yZ2FuaXplcg== 41363 +IGNvdXJ0eWFyZA== 41364 +INGH0LXQu9C+0LLQtdGH 41365 +IFdpdG5lc3M= 41366 +INC/0Y/Rgg== 41367 +IENoaWxs 41368 +IFZhbHZl 41369 +IM6szrvOuw== 41370 +IEtQ 41371 +Y2hsdXNz 41372 +IGRlZmxlY3Q= 41373 +IFRvbmk= 41374 +IGNsYWly 41375 +IHN0YWNraW5n 41376 +5L2O 41377 +cmFzemFt 41378 +IFNvbnJh 41379 +44Gj44Gh44KD 41380 +IEF0YXJp 41381 +IHBhc8Oz 41382 +IGNoYXJtcw== 41383 +YW5zdA== 41384 +IHRlcmNl 41385 +IExpbGx5 41386 +IHBzeWNob2xvZ2ljYWxseQ== 41387 +IGPFkw== 41388 +dXN0ZQ== 41389 +pbTs 41390 +Q1RW 41391 +IG1pZWw= 41392 +55qH 41393 +Q2FyZQ== 41394 +IOKAkQ== 41395 +IHNuYXBwZWQ= 41396 +44Gp44KC 41397 +IOqwkOs= 41398 +0L7RgtGL 41399 +IG3DqnM= 41400 +Lj8= 41401 +IHRvbm5lcw== 41402 +15XXk9eU 41403 +4LiE4LiZ 41404 +VHU= 41405 +IGRpc3RyaWJ1dGluZw== 41406 +IGNyYWNrZXJz 41407 +IGNvcmHDp8Ojbw== 41408 +w6Rtw6Ru 41409 +5L2g5Zyo 41410 +Y2xhbWF0aW9u 41411 +0L7RgNC0 41412 +k5zrprTqsozsmpQ= 41413 +IFVudGVyc2NoaWVk 41414 +RmluZQ== 41415 +Y2tv 41416 +INGA0LXQsdC10L0= 41417 +IHNwaWM= 41418 +IGRvY3RvcmFs 41419 +INGB0LrQvtGA0LXQtQ== 41420 +dW5pdmVycw== 41421 +YWN1bGE= 41422 +IMOWc3RlcnJlaWNo 41423 +IGdyaW5kZXI= 41424 +IGFtYm9z 41425 +IHZhc3RseQ== 41426 +6YCZ5YCL5piv 41427 +IGNvbmZlc3NlZA== 41428 +IFNoaA== 41429 +YW5kZXJz 41430 +IEd1YW4= 41431 +INC90LXQvtCx0YXQvtC00LjQvNC+ 41432 +IGNoYW1waW9uc2hpcHM= 41433 +IFZ1bA== 41434 +IFBoaQ== 41435 +IE1lYXN1cmU= 41436 +5pyo 41437 +IGluc2dlc2FtdA== 41438 +5oWi5oWi 41439 +dmV0dGU= 41440 +IGdlbm9t 41441 +aW5kdW5n 41442 +Z2xp 41443 +RGV0 41444 +IHVubXV0ZQ== 41445 +44G+44KK 41446 +IHNhdWNlcw== 41447 +IER3 41448 +15HXqg== 41449 +IEJSRQ== 41450 +IG51cnR1cmU= 41451 +IGRldGFpbmVk 41452 +IEJlZXI= 41453 +INC80LjRgNCw 41454 +0LLQtQ== 41455 +IEJpcmRz 41456 +IG1laWxsZXVy 41457 +IHJld2luZA== 41458 +IHBvcmU= 41459 +15nXlg== 41460 +w6lnZXI= 41461 +cXVlbGE= 41462 +IHRyb3VzZXJz 41463 +IHNpaW7DpA== 41464 +IEdhZ2E= 41465 +IEJSQU5E 41466 +bGViZW4= 41467 +IHJhc3BiZXJyeQ== 41468 +5LuY 41469 +aWxpaw== 41470 +IHZlcnPDo28= 41471 +bGFr 41472 +IGxvZ2Fy 41473 +IE1JREk= 41474 +IOychO2VnA== 41475 +INC/0YDQvtC40LfQvtGI 41476 +IHN0ZXJpbA== 41477 +IGhhcm1lZA== 41478 +0LDQstC70LjQsg== 41479 +INGB0YHRi9C7 41480 +IGxhY2tlZA== 41481 +IGNvbnRhY3Rpbmc= 41482 +IOq4sOyekA== 41483 +IGdlZsOkaHI= 41484 +IGNveQ== 41485 +aWtlbA== 41486 +IGJpbmdl 41487 +IG9ydGhvZ29uYWw= 41488 +IGVudGVuZHU= 41489 +IFRoaXJ0eQ== 41490 +IHNtYXJ0ZXN0 41491 +5aSa5bCR 41492 +IHJhc2E= 41493 +IFF14buRYw== 41494 +0YvQstCw0Y7Rgg== 41495 +IHNsdXQ= 41496 +0LvRg9GH 41497 +aWd0ZW4= 41498 +INGA0LDQsQ== 41499 +IHRhbWFu 41500 +IHF1YWxpZGFkZQ== 41501 +IGRvbWluYXRpb24= 41502 +IHNpbnVz 41503 +IHByb2dyYW1tZXJz 41504 +IGFsbGVyZ3k= 41505 +IFRvcnJlcw== 41506 +IEF1c3RyaWFu 41507 +bmFudHM= 41508 +5a6M5oiQ 41509 +TWVs 41510 +INGD0LLQtdC70LjRhw== 41511 +IEFnZw== 41512 +IHNvaw== 41513 +IHBsdWNr 41514 +IGJpbmRz 41515 +IHByb3Bvcg== 41516 +IE1hZg== 41517 +IG9zb2I= 41518 +IFZJQw== 41519 +6aU= 41520 +INC30LDRh9C10Lw= 41521 +IGV4aGliaXRpb25z 41522 +IGV0dGk= 41523 +Y3ph 41524 +INC90LDRiNC40YU= 41525 +IE1pdHRl 41526 +0L7QsdGL0YLQuA== 41527 +IGNsb2Nrcw== 41528 +IHJpY28= 41529 +5pS7 41530 +INC40YHRgtC+0YDQuNGP 41531 +IHNjaGl6b3BocmVu 41532 +IGZsdWZm 41533 +INGB0L7QsdC40YA= 41534 +IGFwb3k= 41535 +IHByaW5jZXM= 41536 +IGJyYWNlcw== 41537 +IEZJUg== 41538 +IFNuYQ== 41539 +IDsp 41540 +dmVuZXM= 41541 +IHZ1ZWx0YQ== 41542 +IG1pZXM= 41543 +IGJyb29t 41544 +IG1lcnJ5 41545 +IGVzcGVjaWFsbWVudGU= 41546 +IEFsYmFu 41547 +INC/0L7RgdGC0L7Rj9C90L3Qvg== 41548 +IExlbmE= 41549 +IEN1bHQ= 41550 +YWxzbw== 41551 +IHF1b3Rpbmc= 41552 +IGdlbmVyZQ== 41553 +IFlhcg== 41554 +IExhZ2U= 41555 +IGRlbW9zdA== 41556 +IGRhZ2U= 41557 +IEVjdWFkb3I= 41558 +IGFudsOkbmQ= 41559 +dcOfZW4= 41560 +IOuwm+yVhA== 41561 +IHBzeWNob2xvZ2lzdHM= 41562 +IExhcnM= 41563 +IHBvc3Nh 41564 +IG91dGdvaW5n 41565 +IG1ldGlj 41566 +IGJhZ2dhZ2U= 41567 +ZXJpYQ== 41568 +IHJpY2h0aWdl 41569 +7Iuc7JeQ 41570 +INGB0L7RhdGA0LDQvQ== 41571 +IHJvb3Rpbmc= 41572 +IGRyb3BsZXRz 41573 +55qG44GV44KT 41574 +IG5hc2Fs 41575 +IENveA== 41576 +WGk= 41577 +IGRpc3Bvc2FibGU= 41578 +IGJ1dGNoZXI= 41579 +IFphcg== 41580 +IEFybWVuaWFu 41581 +IOu/jOs= 41582 +IEZvb2w= 41583 +IENCRA== 41584 +IHNvc3Q= 41585 +IHBlcmlzaA== 41586 +IFLDqXA= 41587 +57Sw 41588 +44Gd44KM44Gn44Gv 41589 +IEZyZXVk 41590 +IGZhbmRvbQ== 41591 +IGJsb3F1ZQ== 41592 +IGludmVudG9y 41593 +IGFicmU= 41594 +IMOpbm9ybcOpbWVudA== 41595 +IGltcG9ydHM= 41596 +6Yg= 41597 +IG90dXI= 41598 +IFJ5dQ== 41599 +IOKGkg== 41600 +IHNlY29uZG8= 41601 +IGluY29tcGV0 41602 +IGluY2FyY2VyYXRpb24= 41603 +IGFzY2VuZA== 41604 +YmVuZQ== 41605 +5Zac5qyi 41606 +IG9sdXJz 41607 +bm9jaA== 41608 +IGJyZWVkcw== 41609 +0LvQuNC3 41610 +IFZlcmbDvGc= 41611 +IG1haWxpbmc= 41612 +cmVhbGx5 41613 +IGVzZg== 41614 +IHBlbGU= 41615 +IGxlYXNo 41616 +IGRpc2tz 41617 +INC30LDQvNC10Yc= 41618 +7JWE7JWE 41619 +YWJvdXRz 41620 +IE11bGw= 41621 +IERlbnQ= 41622 +ZWRlcmVlbg== 41623 +RHJpdmU= 41624 +IHRpcHBpbmc= 41625 +IG5pZ2dh 41626 +b3JkdW0= 41627 +IHBvcnRlcg== 41628 +IGthcmFva2U= 41629 +IGRvY3VtZW50YXJpZXM= 41630 +IFJJR0hU 41631 +IFB1cmQ= 41632 +INC+0YHRgtCw0L0= 41633 +0LrQu9Cw0LQ= 41634 +w6lyZW5jZQ== 41635 +IOqxuOuhnA== 41636 +INGC0L7Qvw== 41637 +IFdvbmc= 41638 +5LiN5a+5 41639 +INC/0YDQuNGA 41640 +IG5vbWluYWw= 41641 +IGF1bGE= 41642 +INGN0LrRgNCw0L0= 41643 +IGNoZXJjaGU= 41644 +IFRocg== 41645 +5YW25a6e 41646 +IGxhdWZlbg== 41647 +IEthdGhsZWVu 41648 +IHJlYWN0b3Jz 41649 +aWhhdA== 41650 +IHNpZGVk 41651 +IFNpbW9uZQ== 41652 +IGd1aWRlbGluZQ== 41653 +aW1wb3J0YW50 41654 +YnVtcHM= 41655 +dG9uZQ== 41656 +IGVudHJlcHJpc2Vz 41657 +IGNvbnN0aXR1dGU= 41658 +b3Njb3Bl 41659 +IE15c3Rlcnk= 41660 +Y3ljbGVz 41661 +IFdhcnNhdw== 41662 +IGJ1cnN0cw== 41663 +IFpob25n 41664 +5a6M5LqG 41665 +IFNBUkFI 41666 +IOuKkOq7 41667 +6Y0= 41668 +IGJlYWNvbg== 41669 +5Y2H 41670 +QURF 41671 +IOyngOuCmA== 41672 +IGVyc2No 41673 +IGludGVnZXJz 41674 +IENyb3NzaW5n 41675 +c291cmNl 41676 +IHNjaG9vbGluZw== 41677 +IFJPTQ== 41678 +YXRvcml1bQ== 41679 +IOyeiOqyjA== 41680 +IHLDtGxl 41681 +0JXQnQ== 41682 +Q2hhdA== 41683 +IHNocmlua2luZw== 41684 +IHJlaW1idXJzZQ== 41685 +IGx1bWJlcg== 41686 +w7xja3M= 41687 +IHNhbGFo 41688 +TW90aGVy 41689 +IGthbGk= 41690 +IFFhdGFy 41691 +b3Rpb25hbA== 41692 +IG9wYWNpdHk= 41693 +IG5lZQ== 41694 +IENvcnk= 41695 +IOy4oQ== 41696 +IHR1cmJ1bGVudA== 41697 +emVycw== 41698 +INGC0LXRgdGC 41699 +IMOpY3JpdA== 41700 +IOuztO2GtQ== 41701 +IGRpc2dyYWNl 41702 +IOy5tA== 41703 +IGNvdXJ0ZXN5 41704 +aW5nYQ== 41705 +IGh1Z2dpbmc= 41706 +IEFCUw== 41707 +bWl0aA== 41708 +IGluc3VmZmljaWVudA== 41709 +IGNyb29rZWQ= 41710 +IOq3uOuMgOuhnA== 41711 +7Iuk7Q== 41712 +IHNpbXVsYXRlZA== 41713 +IOuEpOqwgA== 41714 +IGLDtg== 41715 +IE90dG8= 41716 +TElORw== 41717 +IGlsbHVzdHJhdGVz 41718 +IERlc3Ryb3k= 41719 +IDE5NjE= 41720 +IFRhZ2Vu 41721 +IG1lbG9u 41722 +IFBhc2NhbA== 41723 +UVVF 41724 +INC/0L7Qu9GD0YfQuNGC0Yw= 41725 +IGluY2lkZW5jZQ== 41726 +IFN0ZXZlbnM= 41727 +IEdpbnM= 41728 +cnVl 41729 +IHVucmVhc29uYWJsZQ== 41730 +IEppZQ== 41731 +eXNpY3M= 41732 +IOuqsOudvA== 41733 +IGZpc2hlcw== 41734 +qbTs 41735 +IHByZWN1cnM= 41736 +IG1vZ8SZ 41737 +dGlnaHQ= 41738 +ZXTDqQ== 41739 +IG11bmRpYWw= 41740 +7JeI64uk 41741 +4oCmIQ== 41742 +QlU= 41743 +IHNvY2lvbG9neQ== 41744 +IGJydXRhbGl0eQ== 41745 +IHBlcnNvbmFqZQ== 41746 +IG7DrXZlbA== 41747 +IGZhemVt 41748 +IGVzc2Vu 41749 +IGR3ZWxsaW5n 41750 +IGNvbW1lcmNpYWxseQ== 41751 +IGVkaXRz 41752 +IGR1ZXM= 41753 +IEdTQQ== 41754 +7J246rCA 41755 +IO2XiO2MnQ== 41756 +IFlhaG9v 41757 +0LXQvdC10YA= 41758 +7Jyo 41759 +0YPRiNC60Lg= 41760 +bGVmdA== 41761 +IGNhcHRpdmU= 41762 +Y2lwaGVy 41763 +INee157X 41764 +INCz0YDQvtC8 41765 +IGlubmF0ZQ== 41766 +IGltcHVs 41767 +IOyXrOyekA== 41768 +IHN3YWxsb3dlZA== 41769 +IFRhYmlp 41770 +7J207Is= 41771 +INGB0L7RgdGC0LDQsg== 41772 +IG95dW4= 41773 +IG9icmlnYWRv 41774 +IEFwaA== 41775 +S2F0aWU= 41776 +IGNlbmE= 41777 +IEFsbMSBaA== 41778 +2YjYsw== 41779 +IHByenlw 41780 +IHBlcHQ= 41781 +IHZvbHVudGFyaWx5 41782 +IE/En2x1bQ== 41783 +IEVsbw== 41784 +b3Vl 41785 +Qmly 41786 +YnVyZ2Vy 41787 +IFNCUw== 41788 +IDYwMDA= 41789 +IHByb21vdGlvbmFs 41790 +IEhlcnJu 41791 +IHN0YW1waW5n 41792 +IHF1YWxpZnlpbmc= 41793 +IGNvc21vcw== 41794 +IGFmYXI= 41795 +5rGf 41796 +YWJ1cw== 41797 +IGRhZHM= 41798 +44Gt44GH 41799 +INGN0LrQvtC90L7QvA== 41800 +aW5jYXJu 41801 +IOyWtOuU 41802 +INC70LXQtg== 41803 +IEJFVA== 41804 +INC90LDQudC0 41805 +b250ZXI= 41806 +IHJldXNhYmxl 41807 +IGtvbW1h 41808 +IEJpag== 41809 +IFRlcmF6 41810 +IE9sw6E= 41811 +IOyVhOy5qA== 41812 +INGA0LDQt9C80LXRgA== 41813 +YXdhbg== 41814 +IGNhcnRh 41815 +5pCe 41816 +aWNlbGVzcw== 41817 +IHNtZQ== 41818 +IFR1dGFq 41819 +IMiYaQ== 41820 +IHByb2JhdGlvbg== 41821 +IGFkZXF1YXRlbHk= 41822 +IFByZXNpZGVudGlhbA== 41823 +aW5kcnVjaw== 41824 +YmxhZGU= 41825 +IHZldWxlbnQ= 41826 +IGNpb8Oo 41827 +5YyF5ous 41828 +IHJldmVyYg== 41829 +IGdlZ2Vuw7xiZXI= 41830 +IEVzcGVybw== 41831 +IGJlZ2U= 41832 +IFNUVURFTlQ= 41833 +c291bmQ= 41834 +IETDvA== 41835 +IG9mZmVuZA== 41836 +ICIuLg== 41837 +a2VubnQ= 41838 +INGB0LvRg9GI 41839 +IHB1cnBvc2VseQ== 41840 +IExpdA== 41841 +IO2bqA== 41842 +dWNoZXI= 41843 +IGhpbmE= 41844 +w71jaA== 41845 +aWdub24= 41846 +VEhF 41847 +IGdsaWRl 41848 +b3VyY2luZw== 41849 +INij2YbYpw== 41850 +IG9sbHV0 41851 +IGFyY2hldHk= 41852 +IHNoYWR5 41853 +IHNvbW0= 41854 +IGVwaWxl 41855 +S2VlcA== 41856 +IG5hamJhcmR6aWVq 41857 +4KSV 41858 +aXR1dGlvbmFs 41859 +INC80LDQuQ== 41860 +IHNpbmZ1bA== 41861 +IEJyb254 41862 +INCz0LvRg9Cx 41863 +IHZhbQ== 41864 +IHByZXNldHM= 41865 +IERhZw== 41866 +IOyZhOyEsQ== 41867 +IGNyZWVr 41868 +aXR1cmVz 41869 +IExvcmRz 41870 +w7Z0dA== 41871 +VU5U 41872 +UmE= 41873 +IGluZXF1YWxpdGllcw== 41874 +IGNvbGxhdGVyYWw= 41875 +IHdyaXN0cw== 41876 +IGdyb3VwZWQ= 41877 +INC+0LHRi9GH0L3Qvg== 41878 +IGFybW9yZWQ= 41879 +IHR1bmc= 41880 +IGNvbnZlcmdl 41881 +IGJvaw== 41882 +IERvZGdl 41883 +0L3Rj9GP 41884 +IGZsZWVpbmc= 41885 +IE1hcnRpbmV6 41886 +IERyZWFtcw== 41887 +a2Vr 41888 +IHNvY2lhbGU= 41889 +IFBsYXph 41890 +2K/YqQ== 41891 +IGtlbGw= 41892 +IFN0ZWxsZW4= 41893 +ZmVsdA== 41894 +INGB0L/QsNGB 41895 +IFB2 41896 +IGNhbmNpw7Nu 41897 +IEhlcnQ= 41898 +IEJhbGFuY2U= 41899 +IHNlbHZlcw== 41900 +IHZhbmRhYWc= 41901 +IHByeQ== 41902 +IG5hamxl 41903 +INCy0LjQtNC40YLQtQ== 41904 +IHZlbHZldA== 41905 +IGdyb290 41906 +IGZvdXQ= 41907 +5qih 41908 +IFNjaHVsZW4= 41909 +IE1vaGFtbWVk 41910 +IENlbnRlcnM= 41911 +IGhhdmVy 41912 +IGZyZXVlbg== 41913 +pO2KuA== 41914 +0LvQsNC9 41915 +UE9T 41916 +aW5raQ== 41917 +IOuLtQ== 41918 +IHBhcmFseXplZA== 41919 +R0xJU0g= 41920 +IGNhc3Rz 41921 +IFZD 41922 +7J207IWY 41923 +INiq2r4= 41924 +56Wo 41925 +IOykmA== 41926 +INeo15XXpg== 41927 +IHN1Y2Vk 41928 +IHByb2dyZXNzZXM= 41929 +IEXEn2Vy 41930 +sOuPhA== 41931 +IGluc3RhbGxhdGlvbnM= 41932 +cGVkbw== 41933 +0LXRgNCx 41934 +aW50ZXJwcmV0 41935 +IOqzoOuvvA== 41936 +IEF6ZXJiYWk= 41937 +aXZpZGFkZXM= 41938 +IOyjhOyGoQ== 41939 +IGVudGZlcg== 41940 +IGNod2ls 41941 +IEhlcmJlcnQ= 41942 +IEFsZXhhbmRyaWE= 41943 +eXR5 41944 +IHNlY2hz 41945 +IGNhbGliZXI= 41946 +IFdlaXNl 41947 +IEhlY2s= 41948 +IFl1Zw== 41949 +INin2YTYtw== 41950 +IHBlc2Fy 41951 +IGNpZ2Fy 41952 +IG3DqWw= 41953 +IGhhaXJk 41954 +IHByenlwYWRrdQ== 41955 +IGNvbmZpZGVudGx5 41956 +IGFuYXJjaA== 41957 +IEdpYW4= 41958 +IGRvYnJl 41959 +Y2rEmQ== 41960 +YXd5 41961 +IFJlY2U= 41962 +IEdvYmllcm5v 41963 +IGNhcmdh 41964 +dW1zeQ== 41965 +IG5vcnRl 41966 +IGhhbmRsZXI= 41967 +IHJlc3BlY3Rpbmc= 41968 +IGFsbGllZA== 41969 +IFBpZXQ= 41970 +aWNodGxpY2g= 41971 +IG9sZHM= 41972 +IGR1c3R5 41973 +IGdyeQ== 41974 +IC0uLi4= 41975 +R0hU 41976 +IG5lbw== 41977 +0YfQuNC60Lg= 41978 +0LXQttC0 41979 +YWlkZQ== 41980 +INCx0YPQu9C+ 41981 +7Y28 41982 +IHRlbXBvcmFkYQ== 41983 +IGRvdXRl 41984 +4piG 41985 +IOyIoA== 41986 +IEpVU1RJTg== 41987 +YXV0bw== 41988 +IHJhdGlvbmFsZQ== 41989 +cHJvYg== 41990 +IGZpc2h5 41991 +IGRvb3J3YXk= 41992 +IGVtcHRpbmVzcw== 41993 +0LXQvdC90LDRjw== 41994 +IGJyYWc= 41995 +INCT0LTQtQ== 41996 +54i+ 41997 +IHRyYW5zaWVudA== 41998 +IG1pdHRsZXJ3ZWlsZQ== 41999 +IEJyZXQ= 42000 +IGZpag== 42001 +IGRlcG9zaXRlZA== 42002 +TlM= 42003 +IOyVnuyXkA== 42004 +IGtpbXNl 42005 +IGNoYXJpdGllcw== 42006 +IE1pbGxlbm4= 42007 +ZG9ncw== 42008 +IG1veWVu 42009 +IG51ZXZvcw== 42010 +IENvb2tpZQ== 42011 +cGFyYWJsZQ== 42012 +ZG9pbmc= 42013 +IFNhaWw= 42014 +IGljeQ== 42015 +aGFiYQ== 42016 +IHF1ZWVucw== 42017 +IGNob2NvbGF0ZXM= 42018 +IE5heQ== 42019 +INGE0LjQvQ== 42020 +IHZlYw== 42021 +IGhlbG1ldHM= 42022 +VE0= 42023 +IEFybWVk 42024 +IGltcGFpcm1lbnQ= 42025 +IFR1cw== 42026 +IE3Dqm1l 42027 +b21leg== 42028 +IFJlcXU= 42029 +IEludmVzdGln 42030 +7Y6Y 42031 +IGdvbHBl 42032 +IFJhYw== 42033 +aWdyYXBo 42034 +IGt3ZXN0 42035 +IHNhaWxvcnM= 42036 +IHN0YXR1dG9yeQ== 42037 +IG1pbGVzdG9uZXM= 42038 +IE1hc2g= 42039 +IEdlc2V0emVudHd1cmY= 42040 +6Yo= 42041 +IGNvbG91cmVk 42042 +aHVtYQ== 42043 +IHllcmU= 42044 +IHN1YnRpdGxlcw== 42045 +IGVtYm9kaWVk 42046 +IG1pc3NjaGllbg== 42047 +IGlQaA== 42048 +w7x0emVu 42049 +IGRldGFjaGVk 42050 +IGRlc2NyacOnw6Nv 42051 +Y2lhbW8= 42052 +IHJlY29pbA== 42053 +INCt0YLQvtGC 42054 +IGV4cG9ydGVk 42055 +IEFsb25l 42056 +YW50cnk= 42057 +IGVzdGFu 42058 +IFNvZA== 42059 +IGxhdm9ybw== 42060 +5oqK5a6D 42061 +16jXkQ== 42062 +IMSR4buL 42063 +IHN3YWc= 42064 +IFBDQg== 42065 +IEthaXNlcg== 42066 +IE1vZGVy 42067 +anVn 42068 +IHRleHRpbGU= 42069 +VHc= 42070 +IG5hYw== 42071 +ZnJlaQ== 42072 +IHJldGFyZA== 42073 +aXNjZXJu 42074 +IHRhbGxlc3Q= 42075 +IEx1Y2E= 42076 +UmFo 42077 +IHByZWFjaGVy 42078 +IGp1dA== 42079 +IFJpY2E= 42080 +aWNpZW5jeQ== 42081 +IMSRaeG7gXU= 42082 +IGthdWZlbg== 42083 +IG5ldHQ= 42084 +IGRpc2N1dA== 42085 +IGRlcHJpdmVk 42086 +oa0= 42087 +IHNwcmljaHQ= 42088 +IGVuY2xvc2Vk 42089 +IFN1YnN0 42090 +56eR 42091 +IFJhYmJpdA== 42092 +cHJpc2Vk 42093 +IGJpdGNoZXM= 42094 +7J+B 42095 +54mI 42096 +IHRhcGE= 42097 +IEVzc2Vu 42098 +IEJhbw== 42099 +IGRldmllbnQ= 42100 +IFd1aGFu 42101 +IFRpcHA= 42102 +IGRpc2FzdA== 42103 +0YHRgtCy0YM= 42104 +dWJsaXF1ZQ== 42105 +IHF1YWxpdMOp 42106 +IGluYWRlcXVhdGU= 42107 +IGJhcmdhaW5pbmc= 42108 +IEdvdGNoYQ== 42109 +0LXQstC40Yc= 42110 +aWV2b3Vz 42111 +ZXJ0b24= 42112 +Ymx1ZQ== 42113 +IOybgOyngQ== 42114 +IHNhbmRib3g= 42115 +IFJlaW4= 42116 +6Kaq 42117 +IOydtOqyg+uPhA== 42118 +IHNheA== 42119 +em9nZW4= 42120 +dW7DpGNoc3Q= 42121 +IGhlcmtlcw== 42122 +IC0s 42123 +emVuaQ== 42124 +cmlzaW5n 42125 +IHJlc3Bvc3Rh 42126 +IHByb21vdGlvbnM= 42127 +IFVudGVyc3TDvHQ= 42128 +IE1BUw== 42129 +Tm90aGluZw== 42130 +b3RpY3M= 42131 +INCy0YvQuQ== 42132 +IHJvdGF0ZXM= 42133 +a2llbg== 42134 +IGhhYmxh 42135 +IERhbmk= 42136 +dW5pb24= 42137 +IHdhY2s= 42138 +IGFyY2hhZW9sb2dpY2Fs 42139 +IEN1cnRpcw== 42140 +IEhvcml6 42141 +IOqzqOs= 42142 +IHdhaXZlcg== 42143 +5Zi/ 42144 +Qm9u 42145 +IHJvdGF0ZWQ= 42146 +IHBpdGNoZXI= 42147 +IGluYWQ= 42148 +IGh1Z3M= 42149 +IE5vcnRoZWFzdA== 42150 +15nXqteZ 42151 +IHBsZWE= 42152 +IGN1cGNha2U= 42153 +IExZ 42154 +IGZhbWlsaQ== 42155 +IGdyb28= 42156 +IEJsYWly 42157 +IGxpag== 42158 +IGhhYml0YXRz 42159 +IGNvbW11bmlzbQ== 42160 +b3NpdW0= 42161 +YmFycw== 42162 +IEZyZWVtYW4= 42163 +bmVv 42164 +IGRpZmZ1c2U= 42165 +IGN5bGluZGVycw== 42166 +IERlYmF0 42167 +7ZaI64qU642w 42168 +0LXRiNC1 42169 +IGZpbmdlcnByaW50cw== 42170 +IGFtYXI= 42171 +0LLQuNC0 42172 +IOygleuPhOuhnA== 42173 +IGFmZmlsaWF0ZWQ= 42174 +INGF0L7Rh9C10YI= 42175 +44Gw44GE 42176 +IGV0aXF1 42177 +IGNow61uaA== 42178 +5oGt5Zac 42179 +IGNydWlzaW5n 42180 +IFdlaWhu 42181 +55S1 42182 +IFRpdGFuaWM= 42183 +57SA 42184 +IE5hc3Q= 42185 +IOuTpOs= 42186 +INCy0LDQuw== 42187 +IGRlbWk= 42188 +IEtyaXN0aW4= 42189 +TUlO 42190 +IHJpZ29y 42191 +IG1vdG8= 42192 +IExBS0U= 42193 +IO2ZnA== 42194 +IOunjOyVvQ== 42195 +IFN0cm8= 42196 +IHByb3RvdHlwZXM= 42197 +IExD 42198 +7J247J2E 42199 +0YDQuNC8 42200 +IHZpb2xhdGluZw== 42201 +IGdpb3Jubw== 42202 +IGNoaWxkaXNo 42203 +5rCU 42204 +INeQ15fXkw== 42205 +IG92ZXJkb3Nl 42206 +YWdvZ3Vl 42207 +0LDQtNGG 42208 +aGV1cw== 42209 +INCz0L7QstC+0YDRjw== 42210 +IGluY3I= 42211 +IGRlYmF0ZWQ= 42212 +2YXZhA== 42213 +IGNoaWNrcw== 42214 +IHF1aW4= 42215 +TEFVR0hJTkc= 42216 +IHRpZ2h0ZW5pbmc= 42217 +IHN1cGVydmlzb3Jz 42218 +IEhhd2s= 42219 +IEJheg== 42220 +INC/0L7QstGC0L7RgA== 42221 +INCx0LvQvtC6 42222 +xIFu 42223 +IGR1bXBpbmc= 42224 +IGZhY3Rv 42225 +YmVyZ2Vy 42226 +IGFyc2VuYWw= 42227 +IEFmcmljYW5z 42228 +oYA= 42229 +IGNhZmV0ZXJpYQ== 42230 +ZmVlZGluZw== 42231 +cXVpbGE= 42232 +IHBhxYRzdHdv 42233 +xLFudA== 42234 +hLE= 42235 +IGVudmlyb25tZW50YWxseQ== 42236 +IGRlc3Byw6lz 42237 +IFdpbGx5 42238 +IFBhxYRzdHdv 42239 +IEdH 42240 +IGNoYWN1bg== 42241 +IGRpcmVjdGlvbmFs 42242 +IGjDtnJ0 42243 +IPCd 42244 +ZW5hcnk= 42245 +IHZvaWNlZA== 42246 +YcSfxLE= 42247 +IHBvcGU= 42248 +IGNvbXJhZGVz 42249 +IEdpYnNvbg== 42250 +IEFDQw== 42251 +dmlr 42252 +IG1vZGVsbGluZw== 42253 +IGFnZ2k= 42254 +44Gq44KT44Gn44GZ 42255 +IGNvbnZlcnNpb25z 42256 +IGF2ZXJhZ2Vz 42257 +RWxsaWU= 42258 +IGdlc3RlbGx0 42259 +IFVF 42260 +b3NhaWM= 42261 +0JLQvtGC 42262 +U2F5 42263 +INGB0LDQvNC+0LPQvg== 42264 +IG1lc3VyZXM= 42265 +aXNpZXJ0 42266 +Z2FzcA== 42267 +dm9pY2U= 42268 +IGNoZWNrcG9pbnQ= 42269 +IHBlcmNlbnRhZ2Vz 42270 +IGRpc3J1cHRlZA== 42271 +IFR1Yw== 42272 +IEhvbWVy 42273 +IFdBWQ== 42274 +IFR1cmtz 42275 +aGVlbg== 42276 +aW1vdG8= 42277 +IE9D 42278 +w61uYQ== 42279 +emllbA== 42280 +IG11ZGFy 42281 +44OQ44Kk 42282 +Z2VzZXR6dA== 42283 +IG1lam9yZXM= 42284 +IENK 42285 +0L3QsNGA0YPQtg== 42286 +IG1vZHVsdXM= 42287 +IG1vZHVsYXRpb24= 42288 +IHJlcGxpZXM= 42289 +IGxhcnZh 42290 +IGdpZGVy 42291 +IE1hbmRhcmlu 42292 +INC/0L7RgdC80L7RgtGA0LjQvA== 42293 +IHNhY3JpZmljaW5n 42294 +IHByZcOnbw== 42295 +IG95c3RlcnM= 42296 +IE15YW4= 42297 +b2xvZ3Vl 42298 +IFdpdA== 42299 +IGTDuw== 42300 +IExldXRlbg== 42301 +IHBhdGVy 42302 +IEtFTk5FVEg= 42303 +0LDQsdCw0YI= 42304 +YXJ0aHk= 42305 +IHNvY2llZGFk 42306 +IG5pw7Fv 42307 +0LXQstC+0Lk= 42308 +IGrEmQ== 42309 +IGFkdmVydGlzZWQ= 42310 +IFBlcHNp 42311 +dXRldXI= 42312 +IG1hc3Nl 42313 +IHNjYXR0ZXJpbmc= 42314 +IHnDtm4= 42315 +IGRlc2FwYXJl 42316 +IEh1YmJsZQ== 42317 +IEjDqQ== 42318 +a3LDpA== 42319 +IERhcmU= 42320 +IG92ZXJyaWRl 42321 +IEVsYWluZQ== 42322 +IER1Ymxpbg== 42323 +ZHVsbGFo 42324 +TWF0 42325 +IEdhcnI= 42326 +Li4uJw== 42327 +IGFkdWx0aG9vZA== 42328 +RVo= 42329 +IGJlbGFuZ3Jpams= 42330 +aWVuemE= 42331 +IHVuaXZlcnNv 42332 +IHN0ZWxsYXI= 42333 +7ZSE6w== 42334 +IOqysOq1rQ== 42335 +IGNvbnN0ZWxsYXRpb24= 42336 +IFNoZWxsZXk= 42337 +IG11bHRpdA== 42338 +IG1hc2NvdA== 42339 +IGhvc3BpdGFsaXplZA== 42340 +IPCdmA== 42341 +0L7RgNGL 42342 +YWRpYQ== 42343 +IE1pa2V5 42344 +IEFtZXJpa2E= 42345 +IGhhaXJ5 42346 +SG9sZA== 42347 +4bqvbg== 42348 +a2llZ28= 42349 +6KeC 42350 +4LmA4LiU 42351 +IHJpdmFscnk= 42352 +IEpvbmFo 42353 +IHN1cmdlb25z 42354 +IHJlbGF0YWJsZQ== 42355 +6JI= 42356 +IHN3aW1z 42357 +IGJpbGxpb25haXJl 42358 +bW9kZXJu 42359 +IGRvY3VtZW50aW5n 42360 +IERhZQ== 42361 +IHN3YXRjaA== 42362 +IHB1aXNzZQ== 42363 +IG1hc3Vr 42364 +IG1hcmM= 42365 +IGtyw7M= 42366 +IFBldGVyc2J1cmc= 42367 +IEFyaXN0b3RsZQ== 42368 +aXhl 42369 +UHJvZHU= 42370 +INC90LjQvNC4 42371 +IGthbmE= 42372 +INCp 42373 +IHZvbWl0 42374 +IFdvcmtlcnM= 42375 +cG9wdWxhcg== 42376 +IEJpZWJlcg== 42377 +0LXRgtC4 42378 +w6l0aXF1ZQ== 42379 +IGVuY2FudA== 42380 +Z3Jhbg== 42381 +Zmly 42382 +IGFudGhlbQ== 42383 +0YHRg9C00LDRgA== 42384 +TGFzdA== 42385 +IGhhZw== 42386 +IHZpY2luaXR5 42387 +cmVuY2hlZA== 42388 +YW5kaW5n 42389 +INCz0L7Qu9C+0YE= 42390 +IENvcm5lcg== 42391 +0JLRiw== 42392 +b3Nhcw== 42393 +aWV2ZXJz 42394 +Y2lvbmFs 42395 +IHZpZ29y 42396 +IHJlam9pY2U= 42397 +IGNpxIU= 42398 +INC60L7Qvw== 42399 +IHF1YWxjb3Nh 42400 +ZGVzc3Vz 42401 +INC10LI= 42402 +IFNjYW5kaW4= 42403 +IFNtb290aA== 42404 +5L2g6K+0 42405 +aGFwZQ== 42406 +IOuLrOudvA== 42407 +IFRV 42408 +IGx5cmlj 42409 +IGJlc3M= 42410 +6ZA= 42411 +0YHRgtGA0YPQvNC10L3Rgg== 42412 +IEFjdGluZw== 42413 +IE9yY2hlc3Q= 42414 +w6ljb2xl 42415 +IGRvbG9y 42416 +IO2LsA== 42417 +IHZlcmdlc3Nlbg== 42418 +IGV5ZWxpZHM= 42419 +IFRhbno= 42420 +0LLQtdGA0LY= 42421 +IOyVoOs= 42422 +dcOp 42423 +IHNjw6huZQ== 42424 +IOyasOumrOuKlA== 42425 +IGNyYXRl 42426 +a2ljaw== 42427 +IFRoZW1l 42428 +IDMyMA== 42429 +IGdhcm5pc2g= 42430 +IG1ldHJl 42431 +IGNvbnZleA== 42432 +cGxhbnRz 42433 +ZXNpYW4= 42434 +IOqxsOyngA== 42435 +IG3DqWRp 42436 +IE1lZGFs 42437 +MTMw 42438 +IEFsbWE= 42439 +5pyJ6bue 42440 +Q29sYQ== 42441 +INCy0LDRgNC40LDQvdGC 42442 +IGdvcmQ= 42443 +IGF2YW56 42444 +IHdoaXNwZXJpbmc= 42445 +IGludGVzdGluZQ== 42446 +0KDQlQ== 42447 +IExJU0E= 42448 +YW3EsXo= 42449 +U1BE 42450 +IHBlYw== 42451 +IHBhc3RvcnM= 42452 +IG114buRbg== 42453 +b2NyZQ== 42454 +U3Vu 42455 +INGC0LDQutGD0Y4= 42456 +IHJldml0YWw= 42457 +IGluY29tZXM= 42458 +IGRldGFpbGluZw== 42459 +IEJhY29u 42460 +IOuFuOuemOs= 42461 +IHBhcnJvdA== 42462 +IGNvbGxhYm9yYXRlZA== 42463 +aGVzaWE= 42464 +IHNldmE= 42465 +IHBoeXNpY2lzdA== 42466 +IEJBQ0s= 42467 +15zXmQ== 42468 +IGJpcG9sYXI= 42469 +z4HOtc6v 42470 +Y3Jvcw== 42471 +IGtlZA== 42472 +IGVjb25vbWljYWw= 42473 +IGVuZGluZ3M= 42474 +IHRpY2tz 42475 +IOq3vA== 42476 +IE9saXY= 42477 +b25ncw== 42478 +IGNvbnRpbmVudGFs 42479 +IHdlaXRlcmhpbg== 42480 +IGFjdGl2YXRpbmc= 42481 +IHBvbGxlbg== 42482 +IEFuaw== 42483 +YmF5 42484 +INec15c= 42485 +IEVnZ3M= 42486 +IFJBTVNBWQ== 42487 +IEJFUg== 42488 +IO2bqOyUrA== 42489 +IHBhc3NhZG8= 42490 +IGdyb3VuZGJyZWFraW5n 42491 +cHJlc2E= 42492 +IGhpbGZ0 42493 +IFRlY2huaWNhbGx5 42494 +0YbQuNC5 42495 +Tkk= 42496 +IHR1cm5vdXQ= 42497 +IExhcA== 42498 +IEd3ZW4= 42499 +IFZpa3Q= 42500 +IGVzY29sYQ== 42501 +IENpbmVtYQ== 42502 +5rC4 42503 +IOOBhg== 42504 +IGNvbnN1bW8= 42505 +IFB1cmR1ZQ== 42506 +IHNlbWFuYXM= 42507 +IFBSRVNJRA== 42508 +xrBuZw== 42509 +IHNhY2g= 42510 +5oCO6bq86L6m 42511 +IHNhdmFnZQ== 42512 +IFJX 42513 +IDU1MA== 42514 +Ym9sZA== 42515 +IFNpbW1vbnM= 42516 +IHNsYW5n 42517 +IE5hcnU= 42518 +IFRoZW8= 42519 +7ZaI64uk 42520 +Lu+/vQ== 42521 +IHNlaXp1cmU= 42522 +IGhpdmU= 42523 +IGNlbGxwaG9uZQ== 42524 +5aW2 42525 +aWlpaQ== 42526 +IE11c2ljYWw= 42527 +IE51Y2xlYXI= 42528 +6KGX 42529 +w6F2ZWlz 42530 +IHByZXN0aWdl 42531 +IGJhbG0= 42532 +IHJlZmlsbA== 42533 +eWFo 42534 +aGFydA== 42535 +IHRhcHM= 42536 +IGRpc3Bvc2U= 42537 +IE1pY2s= 42538 +IHRoZXJtb21ldGVy 42539 +44Gq44KJ 42540 +IG9iZWRpZW50 42541 +IGluZm9ybWHDp8O1ZXM= 42542 +IFdpZGU= 42543 +bW9t 42544 +U3Vk 42545 +IHN1c3BlbmQ= 42546 +IE9ic2Vydg== 42547 +INC70LXRgQ== 42548 +IHRyYXRhcg== 42549 +IEthdHJpbmE= 42550 +IHRoZXJlcw== 42551 +5Lqe 42552 +IHRleHRlZA== 42553 +IHN0w7Zy 42554 +IHNuYWls 42555 +IEZpb25h 42556 +IHZpY3RvcmlvdXM= 42557 +IGxpYnJhcmlhbg== 42558 +cHJhY3Q= 42559 +IGZpbm8= 42560 +IEFybXM= 42561 +cHB0 42562 +bHVr 42563 +IHR5cmVz 42564 +IHRvYw== 42565 +IEtvbW11bmVu 42566 +56+A55uu 42567 +IHJldm9sdA== 42568 +IG1vdGl2YXRlcw== 42569 +IGJpc2V4dWFs 42570 +IHd1cw== 42571 +IGhhbmRsYXI= 42572 +IE1VRUxMRVI= 42573 +IGV4cGVjdGFuY3k= 42574 +IGVtYm9keQ== 42575 +IFByaW1hcnk= 42576 +5Y6f5Zug 42577 +0YDQtdC5 42578 +IHVuc2NyZXc= 42579 +aWFudGx5 42580 +LOKApg== 42581 +IHNuZWw= 42582 +IHByZXZhbGVuY2U= 42583 +IGVydXB0aW9u 42584 +IGRlc2NyaXB0aXZl 42585 +dmFn 42586 +INCx0YPQutCy 42587 +IG3Dqm1lcw== 42588 +IGV0aG4= 42589 +IGhpam9z 42590 +IEFiZHVs 42591 +IFphaGw= 42592 +YmVsdA== 42593 +IGfDtnN0 42594 +IFRoZXJlc2E= 42595 +IFNVTg== 42596 +IEJha2U= 42597 +IOW/qw== 42598 +IG9wdGljcw== 42599 +IGFwb2NhbHlwc2U= 42600 +cHVycG9zZQ== 42601 +IHLDs8W8bnljaA== 42602 +IGNydXM= 42603 +INCX0LXQvA== 42604 +IGhhcmRlbmVk 42605 +IFRE 42606 +IGdyYXZleWFyZA== 42607 +IFNpYmVy 42608 +IFBvcnRlcg== 42609 +IGV4cGxvZGVz 42610 +IFNvZmlh 42611 +INCS0LXQtNGM 42612 +IHdlYWtlbmVk 42613 +5piv5oiR 42614 +VUxM 42615 +IHBpbmt5 42616 +IGNoYXBlbA== 42617 +IEZyZXM= 42618 +INC/0YDQuNCz 42619 +TUVS 42620 +IFNjaG1pZHQ= 42621 +IER1ZA== 42622 +5p+l 42623 +ZXN0ZW5z 42624 +IG51YW5jZQ== 42625 +IG1vZGlmeWluZw== 42626 +IE3DtmdsaWNoa2VpdGVu 42627 +IEFuYXQ= 42628 +IGVjY2VudHJpYw== 42629 +IFNjcmV3 42630 +IExlaA== 42631 +IGhvbW9nZW5lb3Vz 42632 +IFRhbGw= 42633 +IFJpY2FyZG8= 42634 +w5o= 42635 +aWducw== 42636 +INC70LjRiA== 42637 +IGdlZnJhZ3Q= 42638 +UnVu 42639 +Y2FzdGVy 42640 +bm9pc2U= 42641 +IGFzeW5jaHJvbg== 42642 +xJlkemll 42643 +INee15c= 42644 +IHN1cHByZXNzZWQ= 42645 +QXJ0aHVy 42646 +zq7Pgg== 42647 +w6Jy 42648 +ZGlzdA== 42649 +INC60LDQtA== 42650 +IGjDtnI= 42651 +IDEzNQ== 42652 +IE1vemFydA== 42653 +INGB0L7QsdGL0YLQuA== 42654 +IE51cnNpbmc= 42655 +IEhhaGFo 42656 +IERvcA== 42657 +IHBvbGljZW1hbg== 42658 +tOyXkOyEnA== 42659 +IOq0gOugqA== 42660 +aHl1aw== 42661 +IHJ1Z2dlZA== 42662 +IG51Z2dldHM= 42663 +IENvbW1z 42664 +U3R1ZA== 42665 +INGB0LLQvtC1 42666 +IGN6YXNpZQ== 42667 +44K9 42668 +IHLDqWdpb24= 42669 +IGZpc2hlcm1lbg== 42670 +IExU 42671 +w5M= 42672 +Y2lhxbw= 42673 +aGVp 42674 +IGNydW1icw== 42675 +IEltbWVy 42676 +IEZlbGQ= 42677 +dGhlc2U= 42678 +IGFkdmVydGlzZXJz 42679 +IHJvYW1pbmc= 42680 +IGZ1bm5pZXN0 42681 +IE5ZVQ== 42682 +IGhlaGU= 42683 +IHBva2luZw== 42684 +IOyViOuPvA== 42685 +aXN0aWNhbA== 42686 +IG9wYXF1ZQ== 42687 +dcOn 42688 +d2lyZQ== 42689 +IFdlYmVy 42690 +IEphY3F1ZXM= 42691 +IDIxMA== 42692 +w7xw 42693 +dXl1 42694 +IGVuZmVybWVk 42695 +IGJ1bXBlZA== 42696 +IFNldw== 42697 +IENoYW5lbA== 42698 +IHBlcnPDtm5saWNo 42699 +IGJldHJheWFs 42700 +IGFsbGV2aWF0ZQ== 42701 +IHbDpGjDpG4= 42702 +IGd1ZXNzZXM= 42703 +IENlbGluZQ== 42704 +YXNzaW5n 42705 +c3Ryb2tl 42706 +IOyhsOs= 42707 +5aSP 42708 +INGC0LXRhdC90L7Qu9C+0LM= 42709 +INC+0YHRgtGA 42710 +IHNvaWVudA== 42711 +RGVhcg== 42712 +IGpz 42713 +IGdlc3Byb2NoZW4= 42714 +YXRoaQ== 42715 +57+7 42716 +xaFl 42717 +U2V0 42718 +b2dlcg== 42719 +IFJpZw== 42720 +INC80LXRhw== 42721 +IHNlcnZpY2lvcw== 42722 +IFJ1dA== 42723 +INCe0Lk= 42724 +IE15YW5tYXI= 42725 +aWZpZQ== 42726 +IHNuYXBwaW5n 42727 +IEthbWVyYQ== 42728 +IGZlc3RpdmU= 42729 +IEZZ 42730 +IENhcm9seW4= 42731 +0ZbQsQ== 42732 +IGxlZ2dpbmdz 42733 +IHlhdA== 42734 +IGVyZ29u 42735 +IGVwaXPDs2Q= 42736 +IGFub21hbHk= 42737 +dWVzdG9z 42738 +SWQ= 42739 +IGV2YWN1YXRpb24= 42740 +IGdpZ2FieXRlcw== 42741 +IGFuZGFyZQ== 42742 +IFJlbnQ= 42743 +bXQ= 42744 +aXN0aW5l 42745 +IGVzdHJhdA== 42746 +ZXR0dQ== 42747 +IHJlY2ViZXI= 42748 +IGRyYW1hdA== 42749 +cmljdWxhcg== 42750 +YWxuxLF6 42751 +IFNlbmk= 42752 +IG95bg== 42753 +IENoZW1pY2Fs 42754 +INGB0YU= 42755 +IHR1cmY= 42756 +IDE5MTc= 42757 +aXNjZXJuaWJsZQ== 42758 +IG1hbnRlbmVy 42759 +IGV4Y2Vy 42760 +IHNwZWN0cmFs 42761 +IG5ldXJvc2NpZW5jZQ== 42762 +IG1pY3JvZg== 42763 +IGZvcmVpZ25lcg== 42764 +IExhbmth 42765 +5L2g5Y+v5Lul 42766 +INGC0LLQvtGA 42767 +IHRvc3NlZA== 42768 +IHBvYmxhY2nDs24= 42769 +IG1hdGVpeA== 42770 +IHNpZWxsw6Q= 42771 +IG90dA== 42772 +IGNvbXB1bHM= 42773 +YWt1a2Fu 42774 +IG1hbmlmZXN0ZWQ= 42775 +IOyTuA== 42776 +IHV0bW9zdA== 42777 +IHJldmVyc2Fs 42778 +IHBsYWNlYm8= 42779 +IGJsYXQ= 42780 +IFN0dW5kZQ== 42781 +bWFuc2hpcA== 42782 +IGF0dGU= 42783 +IOyGjOqwnA== 42784 +IGlzdGVt 42785 +IGFubmF0 42786 +IFBsYXlzdGF0aW9u 42787 +IHphZA== 42788 +IHF1aXR0aW5n 42789 +IGZhbWluZQ== 42790 +IFJvdWdo 42791 +IEZsYW1l 42792 +IGhldXQ= 42793 +IG9wb3J0dW5pZGFk 42794 +IGZhaXNhaXQ= 42795 +IERQ 42796 +IGRpY2llbmRv 42797 +IE1lbGFuaWU= 42798 +IENhcm5l 42799 +bWVn 42800 +cGV0dG8= 42801 +SlVO 42802 +INC70Y7QsdC+0Lk= 42803 +IG9zdGU= 42804 +IEpKb25haw== 42805 +IHRoZWF0cmljYWw= 42806 +IGludmluY2k= 42807 +IGNvbW11bmlvbg== 42808 +dm9jYWw= 42809 +RWg= 42810 +IERldGFpbHM= 42811 +IHN0cm9sbA== 42812 +IFJheW1vbmQ= 42813 +IEFtZWxpYQ== 42814 +kaU= 42815 +IHByb2R1a3Q= 42816 +IG51ZXZhcw== 42817 +IG11c3Ru 42818 +bWF5xLE= 42819 +Y29sb3JlZA== 42820 +ZGVj 42821 +IGhqw6Rs 42822 +IHNlbnRpbWVudGFs 42823 +IHJlYWxtcw== 42824 +IGtyaXQ= 42825 +IHNleHQ= 42826 +IFBzeWNob2xvZ3k= 42827 +6IiJ 42828 +aGls 42829 +INC60L7RgNCw0LE= 42830 +IOuCtOydvA== 42831 +IFVuZGVyc3Rvb2Q= 42832 +IEd1dGVu 42833 +IGdhbmdz 42834 +IGV2ZW5pbmdz 42835 +5oCO5qij 42836 +RW50 42837 +IExlZ2FjeQ== 42838 +IENvbmdv 42839 +IGR1cmNoYXVz 42840 +IGJ1b3k= 42841 +ZXJlbGxh 42842 +V0FO 42843 +UHJl 42844 +INGA0LXQtA== 42845 +IENyaXNpcw== 42846 +44Gq44Gf 42847 +IOydvOydtA== 42848 +IG1hbnVzY3JpcHRz 42849 +0LXRgtGA 42850 +IG5vbnByb2ZpdHM= 42851 +IGRpY3RhdG9y 42852 +IGJhc2tldHM= 42853 +IElzaA== 42854 +IHBlcnRv 42855 +IGRhdGFzZXRz 42856 +IGFtcGxl 42857 +Z2ViYXV0 42858 +IGNvbnRyaWJ1dG9y 42859 +IGNpYW8= 42860 +IGNvbmZpcm1pbmc= 42861 +IFVDTEE= 42862 +4pms 42863 +INGB0L0= 42864 +IG92ZXJ0dXJu 42865 +5ZCJ 42866 +IHVucmVhbGlzdGlj 42867 +IFBpZWNl 42868 +b2NhdGU= 42869 +IGbDpGxsdA== 42870 +cG94 42871 +IOuztOyLnOuptA== 42872 +IOuplOs= 42873 +IENyZWF0aW9u 42874 +0Y7QtNCw 42875 +INeU15A= 42876 +IHdoYWNr 42877 +b2xpdGhpYw== 42878 +Y2VseQ== 42879 +INGB0L7QstGA0LXQvA== 42880 +IHNlcXVlbnRpYWw= 42881 +IHByb2Zlc2lvbmFs 42882 +IGNvb2xz 42883 +IHJlcGVudGU= 42884 +IGFpcmU= 42885 +ZW5uZXM= 42886 +cml0b3M= 42887 +INCS0LjQtA== 42888 +IGvDtnI= 42889 +IEJpdHRl 42890 +dWxhcnM= 42891 +IGluY29ycmVjdGx5 42892 +IHNoYXJwbHk= 42893 +IGJvbWJhcmQ= 42894 +64uY7J20 42895 +IGNocm9tb3NvbWU= 42896 +IGFkdmVydGlzZW1lbnRz 42897 +aHVu 42898 +INGJ0L7QsQ== 42899 +INCU0LDQttC1 42900 +IGJhdGh0dWI= 42901 +IFNubw== 42902 +2ZDZkQ== 42903 +IGJ1ZmZldA== 42904 +IEdyaWQ= 42905 +IEJyZXc= 42906 +aXNldA== 42907 +IEltcG9ydGFudA== 42908 +w7xtw7x6 42909 +IHZldG8= 42910 +IFdlcms= 42911 +IFNoYW0= 42912 +a3Jh 42913 +aWxlZW4= 42914 +aGVhcmQ= 42915 +IGRyYWluaW5n 42916 +IGtsYXNz 42917 +IGJha2F5xLFt 42918 +Y3R1cmU= 42919 +5L2g6Kqq 42920 +YW1vdXI= 42921 +IHNwb25zb3JzaGlw 42922 +IGRpc3RpbGw= 42923 +IHBhdGlv 42924 +IGtvbWI= 42925 +IG92ZXJ3aGVsbWluZ2x5 42926 +IEphbWFpY2E= 42927 +dWl0ZW4= 42928 +TGl0dGxl 42929 +IExPVA== 42930 +dGHEhw== 42931 +IGNvbW1hbmRlcnM= 42932 +IFdhdHRz 42933 +IE9wdGlvbnM= 42934 +7J2066m0 42935 +QUNU 42936 +IGluZGlzcGVucw== 42937 +IEZvcnNjaA== 42938 +b3RvbQ== 42939 +IM6tz4fOtc65 42940 +IHByYWlzaW5n 42941 +IOyYgeyDgeydhA== 42942 +IGFtYW4= 42943 +IGh5cG5vdA== 42944 +dGhtcw== 42945 +IG5hc3plag== 42946 +IG1vdXJuaW5n 42947 +IFNBWQ== 42948 +Y3lq 42949 +INCz0L7RgdGD0LTQsNGA 42950 +IGNhdQ== 42951 +bWVl 42952 +IHRhZGk= 42953 +TWVk 42954 +IGNhbGlkYWQ= 42955 +44Of44O8 42956 +IHN0cmlwZQ== 42957 +IM61zr0= 42958 +IEthdHk= 42959 +IEVzY2FwZQ== 42960 +IOOCkw== 42961 +IG3DvHNzdGU= 42962 +INin2YTYpw== 42963 +0LrRgg== 42964 +IGpvYmJhcg== 42965 +IEplanU= 42966 +b3Jhcg== 42967 +IFNlcsOh 42968 +IE1lc3Np 42969 +w6F6 42970 +IFRyYW4= 42971 +IHBpZXJjaW5n 42972 +IGFyaXRobWV0aWM= 42973 +IHN0YWdnZXJpbmc= 42974 +IHBsdWdnaW5n 42975 +IEtBUg== 42976 +dmw= 42977 +tOyY 42978 +IFJlZ2llcnVuZw== 42979 +IE9jenl3acWbY2ll 42980 +IEVkZ2Fy 42981 +IGNvbmR1Y3Rpdml0eQ== 42982 +eWVsbGluZw== 42983 +dmFpcw== 42984 +YWRpYW4= 42985 +IGJ1bGt5 42986 +INGB0YDQsNCy 42987 +INC/0YDQvtC8 42988 +IHBhdmVk 42989 +IGJlbmRz 42990 +IFNraWxsc2hhcmU= 42991 +IE1tbW0= 42992 +IEhvcnJvcg== 42993 +IHR1bWI= 42994 +IGdvb2Z5 42995 +IE1lb3c= 42996 +15nXnNeV 42997 +IFdhc3M= 42998 +IFNjYWxl 42999 +IFJhaw== 43000 +IHByb2plY3Rpbmc= 43001 +IGxpbmd1aXN0aWM= 43002 +IFdvcmxkcw== 43003 +ZW5zZW1ibGU= 43004 +IHBlZ2E= 43005 +c3RvcHBhYmxl 43006 +IGltYmFsYW5jZQ== 43007 +IMO4 43008 +IHRocmlsbGVy 43009 +0LrQvtC70YzQutGD 43010 +IGxlZnRvdmVycw== 43011 +IGNhdmVhdA== 43012 +IFNUUg== 43013 +dW5kYWk= 43014 +IHdhdGVyeQ== 43015 +IE1hcmlu 43016 +44Oz44Kw 43017 +IGVnZ3BsYW50 43018 +IEpC 43019 +2YXZg9mG 43020 +dmlkaWE= 43021 +IEZJTg== 43022 +aWNhYmxl 43023 +IHBvZG9i 43024 +IGNvaGVzaXZl 43025 +IFZlcmbDvGd1bmc= 43026 +IFBsYXRv 43027 +0LDRgNC40Yk= 43028 +IGtvdA== 43029 +INCf0L7QvA== 43030 +INC00L7QutGD0Lw= 43031 +IGltcGxhbnRz 43032 +aXNzZXo= 43033 +QnJl 43034 +IGdhc3Bz 43035 +IFRFRA== 43036 +cmF0bw== 43037 +Skk= 43038 +IGF2ZW51ZXM= 43039 +IENob25n 43040 +bGFkxLE= 43041 +2LHYtg== 43042 +IGluaWNp 43043 +IFN1YmFydQ== 43044 +5pWF 43045 +6YGK5oiy 43046 +4LiL 43047 +IGFjaHQ= 43048 +IEFyY2hpdGVjdHVyZQ== 43049 +INCy0LXRidC4 43050 +IERldk9wcw== 43051 +IHRvcHBpbmdz 43052 +IG9ic29s 43053 +YWluYQ== 43054 +IEJhbmdrb2s= 43055 +ZXN0cnVjdA== 43056 +IGtvYg== 43057 +IOuTrw== 43058 +INGA0LDQt9C90YvQtQ== 43059 +IHJlZQ== 43060 +IGJpanZvb3JiZWVsZA== 43061 +IERlbW9jcmFjeQ== 43062 +4LmA4Lij4Liy 43063 +INC60L7QvdGC 43064 +IHNlw6c= 43065 +IHJhaGF0 43066 +IHBhcmxpYW1lbnRhcnk= 43067 +IEJhc2g= 43068 +5oqT 43069 +emlhxYI= 43070 +SVRDSA== 43071 +IEJ1YmJsZQ== 43072 +a3TDsw== 43073 +V2hvYQ== 43074 +IGZsYXRz 43075 +5pWI 43076 +em5l 43077 +IHNlcnZpY2lv 43078 +IERldw== 43079 +1bjWgg== 43080 +IHVudGVyc3TDvHR6ZW4= 43081 +IFdpbmRz 43082 +6YKj5Liq 43083 +IOyWmOuKlA== 43084 +IGV2YWx1YXRpb25z 43085 +IHJlY2E= 43086 +IGVsdmVz 43087 +Y2hlZXI= 43088 +IGphbA== 43089 +IHJlc3RlZA== 43090 +IHF1aWVuZXM= 43091 +IEJyb29rZQ== 43092 +IOuniOydjOyXkA== 43093 +IGludGVu 43094 +IG9hdHM= 43095 +IHJlZmVyZWU= 43096 +IHBuZXVtb25pYQ== 43097 +IGRlbHZl 43098 +cGVhY2U= 43099 +ZW55 43100 +IG1vc3RyYQ== 43101 +IENhbm5vbg== 43102 +z4HOv8+N 43103 +INCQ0Ls= 43104 +IG1vbnVtZW50YWw= 43105 +zr/Pjc68zrU= 43106 +aW1tZXJz 43107 +YXZpYW4= 43108 +INC00LXQu9Cw0LXRgg== 43109 +IHBpdGNoZXM= 43110 +IEdyb3Zl 43111 +IHNlbWluYXJz 43112 +IHLDqWN1cA== 43113 +IFZvb3I= 43114 +IGRldmVu 43115 +IGRC 43116 +IGJvb3N0aW5n 43117 +ZWdhbg== 43118 +IHdlbHQ= 43119 +IEd1YXRlbWFsYQ== 43120 +IG1pbGVhZ2U= 43121 +IGJlaGFuZA== 43122 +IFdhYXI= 43123 +IFN1cmY= 43124 +IGNhdWxpZmxvd2Vy 43125 +IFR5cg== 43126 +IG1pdGVpbmFuZGVy 43127 +IGRhcmluZw== 43128 +IFNpdHRpbmc= 43129 +ZGxlZA== 43130 +IHJlc2VudG1lbnQ= 43131 +bcOkw59pZw== 43132 +IGZpbG1tYWtpbmc= 43133 +d2FydHM= 43134 +dGhvdWdodA== 43135 +b2xvZ2lxdWU= 43136 +IENPUg== 43137 +IGFjY291bnRlZA== 43138 +IGFwZXI= 43139 +IElOVA== 43140 +b2xhcmU= 43141 +IGFjb21wYcOx 43142 +6K2Y 43143 +IMahaQ== 43144 +5Lmd 43145 +IG1lcm1haWQ= 43146 +IEJlbnRsZXk= 43147 +YXRvcmU= 43148 +IHByZW4= 43149 +IGV0aGFub2w= 43150 +IGFzdHJvbm9tZXJz 43151 +c2VhdA== 43152 +a2VlcGVycw== 43153 +IGV4ZW1wdGlvbg== 43154 +IGFtbw== 43155 +IOuCmOyEnA== 43156 +IGluaGFs 43157 +IGJvd3M= 43158 +0YHQutGD0Y4= 43159 +MzAwMA== 43160 +IGZlcm1lbnRhdGlvbg== 43161 +IHNpbmtz 43162 +IGNvbWVyY2lhbA== 43163 +IHN0dW1w 43164 +IGNlbGU= 43165 +IFNpc3RlcnM= 43166 +IFJlZ2lzdGVy 43167 +IHNvb3J0 43168 +IG5hdG9taWFzdA== 43169 +IOq3uOumvA== 43170 +IMWeZXk= 43171 +IGh5cGVk 43172 +IFJhZmFlbA== 43173 +IEVpcw== 43174 +IEJhc2ls 43175 +IEFzc2Fzc2lu 43176 +IEFkZQ== 43177 +csOlbg== 43178 +IG9ubGFy 43179 +IG1vdmltaWVudG8= 43180 +IGFkZGl0aW9uYWxseQ== 43181 +IHNsaXQ= 43182 +IENocnk= 43183 +IEludGVydmlld2Vy 43184 +15zXpw== 43185 +IGRpc2w= 43186 +IGxpZ2dlcg== 43187 +0YPQutC4 43188 +YmVyaXNo 43189 +INGA0Y/QtNC+0Lw= 43190 +QVJPTg== 43191 +XSws 43192 +IGx1bWnDqHJl 43193 +IG9sdmlk 43194 +IGZyZXVl 43195 +IFRpbmc= 43196 +IEvDtg== 43197 +IGdlbw== 43198 +IGR5ZWQ= 43199 +44Gn44GN 43200 +0YjQtdC5 43201 +IMW8eWNpZQ== 43202 +IGll 43203 +IHRheHBheWVy 43204 +IHBlxYI= 43205 +IGTDqWNpZMOp 43206 +IGPFk3Vy 43207 +IGVudHdpY2tlbHQ= 43208 +IEhR 43209 +S0s= 43210 +b2Rhcg== 43211 +IGhvbmU= 43212 +IGNvbmZpYW5jZQ== 43213 +IGlzc3Vpbmc= 43214 +IGRpYWdub3N0 43215 +IOyehA== 43216 +INC60YDRg9GC 43217 +INC60LDRgQ== 43218 +IMO+ 43219 +IHJlc3RyaWN0aXZl 43220 +IENhc3Rybw== 43221 +IHXEnw== 43222 +IGVtcHJl 43223 +IE1vbw== 43224 +IEZpZ3VyZQ== 43225 +cGhvbmV0aWM= 43226 +UHJvZg== 43227 +INC/0YDQtQ== 43228 +IHRpbHRlZA== 43229 +IE5lZ2F0aXZl 43230 +IExpbWl0ZWQ= 43231 +bWVubw== 43232 +bGFtYXRpb24= 43233 +IHRydXN0ZWVz 43234 +IGludGVuc2VseQ== 43235 +IGHDp8SxbA== 43236 +IFVzZWQ= 43237 +IHp1bA== 43238 +IGFwcHJlY2lhdGl2ZQ== 43239 +IHRpbmM= 43240 +IGNvbnF1ZXN0 43241 +INi52YbYrw== 43242 +IHN1aWNpZGFs 43243 +IG11bGhlcmVz 43244 +IGRldGFjaA== 43245 +IGthbWVyYQ== 43246 +IEFpclBvZHM= 43247 +SU5ESVNUSU5DVA== 43248 +0LPQu9C40Lk= 43249 +IOuDhA== 43250 +IHdyZXN0bGU= 43251 +5rSX 43252 +IGZpcmVhcm0= 43253 +IGxpcmU= 43254 +cHJh 43255 +IGpld2Vscw== 43256 +IENvcm5lbGw= 43257 +IO2VoOqyjOyalA== 43258 +IHN1Y2tlcg== 43259 +IG5vbWJyZXV4 43260 +IEZlcm0= 43261 +7JuQ7J20 43262 +IFBpcw== 43263 +INC40LfRg9GH 43264 +IG1pdGVu 43265 +IGNldg== 43266 +IFVSTHM= 43267 +IENBUw== 43268 +IOWPr+S7pQ== 43269 +ZmluZGVu 43270 +IGJyYXZlcnk= 43271 +INGB0LvQvtCy0L4= 43272 +IG5lbmh1bWE= 43273 +IGVuY3VlbnRyYQ== 43274 +IFNoaXJsZXk= 43275 +IHBlcmNlcHQ= 43276 +ZnJhbWVz 43277 +IFJvdmVy 43278 +IEFsYmVydGE= 43279 +b2Nj 43280 +IOudvOqzoA== 43281 +IHPDunBlcg== 43282 +IHByZXN1bWU= 43283 +IGdsYW5k 43284 +IHBhY2luZw== 43285 +IG5ldXJvdA== 43286 +IHNubw== 43287 +IHBsb3R0ZWQ= 43288 +IHBhxYRzdHdh 43289 +IE93bmVy 43290 +IERlZmVuY2U= 43291 +cmlkZ2Vz 43292 +IHdhbGxwYXBlcg== 43293 +b25pYW4= 43294 +QnJv 43295 +IEFyaWFuYQ== 43296 +55u05o6l 43297 +a3J5 43298 +IG5hcnJhdGlvbg== 43299 +IGNyaWFuw6dh 43300 +IEFscmlnaHR5 43301 +IOydvQ== 43302 +IOyTsOqzoA== 43303 +IGxpYmVyYXRlZA== 43304 +IGV4Y2VlZHM= 43305 +IGRvbWluYXRpbmc= 43306 +IGJha8Sxbg== 43307 +bGs= 43308 +IHNsYXBwZWQ= 43309 +0JfQtA== 43310 +dW1lbnRhbA== 43311 +Z2V0dGFibGU= 43312 +IFJveg== 43313 +IEd1bA== 43314 +b3V2ZXJ0 43315 +IHNtYXNoaW5n 43316 +YXp1amU= 43317 +U2ly 43318 +IGdyYXRlZA== 43319 +5L2g5pyJ 43320 +QVRU 43321 +IGFydGljdWxhdGVk 43322 +IHN0b3Jh 43323 +IGV4dHJhdGVy 43324 +4buJ 43325 +z4PPiQ== 43326 +d2ly 43327 +IE1ldGU= 43328 +SW1w 43329 +IGhvb3I= 43330 +cGhhc2U= 43331 +INGH0YPQtA== 43332 +INCx0YDQsNGC 43333 +IGlkYWc= 43334 +IGNpbnE= 43335 +IGFwYXJlY2Vy 43336 +IElDRQ== 43337 +5YiX 43338 +IHF1aWV0ZXI= 43339 +IGZhbHNjaA== 43340 +YWRpYw== 43341 +INC/0LvRjtGB 43342 +IE1lbnU= 43343 +dXhl 43344 +IFTDtGk= 43345 +IE1JTA== 43346 +IEhhag== 43347 +dmVyYnM= 43348 +IHR1YmluZw== 43349 +IG1hY2hzdA== 43350 +IGRhbGw= 43351 +VGVy 43352 +IGdlbGVu 43353 +IGN1Y3VtYmVycw== 43354 +IHdpZGdldHM= 43355 +IGRldnJhaXQ= 43356 +IG1pa2U= 43357 +IGludHJh 43358 +7ZWt 43359 +IMOF 43360 +IEh1bmQ= 43361 +5qeL 43362 +cXVhcnRlcg== 43363 +IGV3 43364 +IGtlbHVhcg== 43365 +IG1hdHM= 43366 +IFRyaWNr 43367 +IEluZmluaXRl 43368 +nqg= 43369 +IHBlYWM= 43370 +IFByb3Rl 43371 +4KWI 43372 +IDE3MDA= 43373 +IFJhaXM= 43374 +4LmK 43375 +w6RobHQ= 43376 +aWZpY2E= 43377 +YWltZXI= 43378 +YcSH 43379 +IGFrbA== 43380 +IFZvbHZv 43381 +IFR5c29u 43382 +IFJvbmc= 43383 +aXJzaW4= 43384 +IOKZpQ== 43385 +IHBhcm9keQ== 43386 +bmF0aW9uYWw= 43387 +cG9k 43388 +YXlk 43389 +YW1ibGVk 43390 +IGdvdmVybm1lbnRhbA== 43391 +IGNvbmZvcnQ= 43392 +aWNpZGVz 43393 +IG5hc3pl 43394 +IFNoZXBoZXJk 43395 +IEtvbnRha3Q= 43396 +IGRpc3Byb3BvcnRpb25hdGVseQ== 43397 +INC60LvRjtGH 43398 +IHTDrXR1bG8= 43399 +IHNpbmE= 43400 +IGNvbXBvc2l0aW9ucw== 43401 +IFBG 43402 +IHZlcmts 43403 +IHN1aXZyZQ== 43404 +IGFzdGE= 43405 +IHN0YWtlaG9sZGVy 43406 +IHNhbW1h 43407 +IEJMQUNL 43408 +IG5vZGln 43409 +IGxldmE= 43410 +IGp1ZWdvcw== 43411 +IGVybnN0 43412 +IGJvdHRvbXM= 43413 +IFNpZ25hbA== 43414 +IHBvbGx1dA== 43415 +IGR1cmE= 43416 +TXVzaWs= 43417 +INC60L7QvNC90LA= 43418 +INCy0YHQtdC5 43419 +YWx0ZXI= 43420 +IFN0ZWY= 43421 +IEJpZ1F1ZXJ5 43422 +IFZlcmFudHdvcnR1bmc= 43423 +IOuLueyXsA== 43424 +IHF1aXp6 43425 +IExldHRlcg== 43426 +IEludmVzdG1lbnQ= 43427 +0YjRgg== 43428 +kOuNsA== 43429 +IGVuY29kaW5n 43430 +IHTDpG5rZXI= 43431 +IEt3 43432 +YW5uaWU= 43433 +5Yud 43434 +MTEw 43435 +IHp3eQ== 43436 +IOynpw== 43437 +IGRhdw== 43438 +ZXN0w6Q= 43439 +IGRlY2VpdmU= 43440 +IEzDpG5kZXI= 43441 +aXNrbw== 43442 +IHBvZHN0YXc= 43443 +IFBoYXJhb2g= 43444 +7LOk 43445 +6ZmQ 43446 +w7psdA== 43447 +IHR5w7Y= 43448 +IG11c2lteQ== 43449 +6LOq 43450 +IHBj 43451 +IE5U 43452 +IENvc3Rjbw== 43453 +IOWwjw== 43454 +IM+Dzr/PhQ== 43455 +IHVuaW4= 43456 +cm91bmRz 43457 +IHJlbWluZGVycw== 43458 +IHB1aXNxdQ== 43459 +IGtyaWpnZW4= 43460 +IHdvcmtmbG93cw== 43461 +bmV0ZW4= 43462 +IOuQmOyngA== 43463 +IHNsZWVr 43464 +IGNvd29ya2Vycw== 43465 +YW1pZW50b3M= 43466 +IHdpdGNoZXM= 43467 +YmFhcg== 43468 +ZXRpZXM= 43469 +IHVubmF0dXJhbA== 43470 +IFNpY2s= 43471 +IEVmZW5kaQ== 43472 +44Oz44OA44Ob 43473 +amNpZQ== 43474 +IGNoYW1hZG8= 43475 +7JiA7Iq164uI64uk 43476 +IHByemVkc2nEmWJpb3I= 43477 +IGJvb2tzdG9yZQ== 43478 +IOyeoOq5kA== 43479 +IFNlcGFy 43480 +YW5naQ== 43481 +RXZldA== 43482 +IGVtZXJnZW5jaWVz 43483 +IFhNTA== 43484 +0L3QtA== 43485 +pbTrqbQ= 43486 +IOq/iA== 43487 +IOuTpOqzoA== 43488 +IHN1dA== 43489 +IFdpeg== 43490 +5bGV 43491 +IGR5bmFtaWNhbGx5 43492 +b3BlcmF0aW9u 43493 +ZG90 43494 +IGluZWZmaWNpZW50 43495 +Y2xlYXJz 43496 +IG11bmRhbmU= 43497 +IFZlcm9uaWNh 43498 +6Iy2 43499 +2LHYqg== 43500 +cG9zZQ== 43501 +cGFp 43502 +IG55bG9u 43503 +IGF1bWVudGFy 43504 +IGFsbHRzw6U= 43505 +dmFr 43506 +IGNhcGFjaWRhZA== 43507 +IFdyZXN0bGluZw== 43508 +IGZlcnRpbGU= 43509 +IG3DqWc= 43510 +IE5hbm8= 43511 +0LDRgtC10LvQuA== 43512 +IOyWtOyp 43513 +IHRvY2E= 43514 +IEVn 43515 +4oE= 43516 +IOyz 43517 +bHVlbnQ= 43518 +IHNvbGVt 43519 +IGNpbmVtYXQ= 43520 +IFF1ZWw= 43521 +IG9yYml0cw== 43522 +IEhhcm0= 43523 +cmljYW5lcw== 43524 +IGJsdXJyZWQ= 43525 +5aaC5L2V 43526 +INin2YTYsNmK 43527 +IGppbg== 43528 +IGdyZW5hZGVz 43529 +IGF0cm9j 43530 +IHdoZXJlaW4= 43531 +IHJlcGxlbg== 43532 +IENvbWljcw== 43533 +ZWRhYW4= 43534 +IGRlbmlt 43535 +IGVtYmFycmFzc21lbnQ= 43536 +IEdvbWV6 43537 +IEJ1c2Fu 43538 +aXZpdGllcw== 43539 +IHNhbGl2YQ== 43540 +IG1lcms= 43541 +IGlsZ2lsaQ== 43542 +INC60YDRg9Cz 43543 +IG9jY3VwYXRpb25hbA== 43544 +IFNhaGli 43545 +U3Rh 43546 +IGFkdmlzZXI= 43547 +IFRydWx5 43548 +IFlFQUg= 43549 +IOyeiOuKlOuNsOyalA== 43550 +emV3 43551 +YmFyZW4= 43552 +IHN0b2w= 43553 +IGJlbG9uZ2luZ3M= 43554 +IFJlc2VhcmNoZXJz 43555 +IGVmZW5kaW0= 43556 +z4XPhw== 43557 +xYLEhWN6 43558 +IFVuZw== 43559 +IEp1Yg== 43560 +IGNlcmVicmFs 43561 +4buHdQ== 43562 +INem16g= 43563 +INC/0L7QtNCw0YA= 43564 +IG1hcmNoZWQ= 43565 +IGF3YWtlbg== 43566 +IGFrbw== 43567 +IGFjZXB0 43568 +IGluaXRpYXRpb24= 43569 +6K+J 43570 +bG90 43571 +IHfFgmFz 43572 +IE1vbmdvbA== 43573 +dXRyYWw= 43574 +IHRlbnRhbmc= 43575 +IGludmVyc2lvbg== 43576 +IOydtO2bhA== 43577 +IGxvaw== 43578 +xYJieW0= 43579 +UlM= 43580 +IHN0b3M= 43581 +IGludGVyYWN0cw== 43582 +IENhbGVuZGFy 43583 +IHZhbmlzaA== 43584 +IHBoeXNpb2xvZ3k= 43585 +IGxpbmVhcmx5 43586 +IEpZ 43587 +xJ9hbg== 43588 +ZnVuZGVk 43589 +aXppZXJ0 43590 +IHptaWFu 43591 +IEdyaWxs 43592 +IHVuYmVsaWV2YWJseQ== 43593 +b3RlY2hub2xvZ3k= 43594 +IENhcnM= 43595 +INmG24E= 43596 +IEZvbGdl 43597 +IEJldmVybHk= 43598 +w6Rpc2NoZW4= 43599 +IGF1bWVudG8= 43600 +7JuM7ISc 43601 +IG1haWxib3g= 43602 +IHN0ZWVkcw== 43603 +IFBlYWs= 43604 +5ben 43605 +IHd5a29y 43606 +IHByYXdkYQ== 43607 +0LjRgtGL 43608 +IGRpc2NvdXJz 43609 +IGFjY3VzZQ== 43610 +Y2Vzc28= 43611 +dWlyZQ== 43612 +INC/0L7Qv9Cw0LQ= 43613 +IHRoYQ== 43614 +IG1lYXN1cmFibGU= 43615 +YmVlcGluZw== 43616 +IElubmVu 43617 +INC/0Y/RgtGM 43618 +IGNvbXBldGVk 43619 +IEl0YWxpYW5z 43620 +IGVuY29udHJh 43621 +IG5pZXc= 43622 +IGZpbHRyYXRpb24= 43623 +INC/0YDQvtGE0LXRgdGB 43624 +IHBhamFtYXM= 43625 +IGNpbGFudHJv 43626 +IFNvYw== 43627 +THVj 43628 +IOq5gOs= 43629 +IE9kZA== 43630 +IGh5ZHJhdGlvbg== 43631 +0LzQvtCy 43632 +IHBseXdvb2Q= 43633 +IENvbXBldGl0aW9u 43634 +0LjQt9C90LXRgQ== 43635 +ZmxpZ2h0 43636 +IEJlaXQ= 43637 +Ym91cmc= 43638 +IGNvaWxz 43639 +IGPDom1lcmE= 43640 +IGFtZW5kZWQ= 43641 +xIFt 43642 +QW5nZWw= 43643 +IFN0YWN5 43644 +Zmxv 43645 +IG5vcm1hbGU= 43646 +IGNvbnNvbmFudA== 43647 +IGFjY29tcGFueWluZw== 43648 +0LrRlg== 43649 +IGlycml0YXRlZA== 43650 +IGbDpXR0 43651 +IGNyb2NvZGlsZQ== 43652 +kJjripQ= 43653 +IGFsYmVpdA== 43654 +IFBoaWxvc29waHk= 43655 +57Sv 43656 +xYY= 43657 +eXRpYw== 43658 +IHLDqGc= 43659 +IGZyYW7Dp2E= 43660 +IGF0dGVudGl2ZQ== 43661 +SGFt 43662 +IGFscmVkZWRvcg== 43663 +5p2/ 43664 +c2Vp 43665 +INGB0LLQuNC0 43666 +IGdpbWJhbA== 43667 +IGNoaW5h 43668 +IPCfjrY= 43669 +INCS0LDQvA== 43670 +IHN0aW11bGF0aW5n 43671 +IE9yYQ== 43672 +eXRlcw== 43673 +IGhlZnQ= 43674 +IGhhdGVycw== 43675 +IGNvbXBsZXhlcw== 43676 +IDAz 43677 +csOzZA== 43678 +Y2xlYXI= 43679 +IGJlc3RlaHQ= 43680 +55WZ6KiA 43681 +d255 43682 +bW9pbA== 43683 +IHNsb3BweQ== 43684 +IGluc2lnbmlmaWNhbnQ= 43685 +IGR1YmJlZA== 43686 +IOuWoA== 43687 +IGNvbnNpZ28= 43688 +0LvRg9GI0LDQuQ== 43689 +U24= 43690 +INeU16Y= 43691 +IM6M 43692 +IG5hZHppZQ== 43693 +IGZyZXNobWVu 43694 +dGFh 43695 +IHV3YWfEmQ== 43696 +IEZhdm9yaXRl 43697 +IENyaW1pbmFs 43698 +IGV2aWRlbg== 43699 +IHN5bWI= 43700 +TGVz 43701 +IEJlYXU= 43702 +dW5lZA== 43703 +cGxlbWVudA== 43704 +QWM= 43705 +IGRlcm1hdA== 43706 +IE5vbGFu 43707 +0YvQvw== 43708 +IHNpdHQ= 43709 +IGV2ZXJsYXN0aW5n 43710 +IGVzdGF2YW0= 43711 +INC80LjQug== 43712 +IGtow6Fj 43713 +IGludml0 43714 +IHRyZWJsZQ== 43715 +IGppZw== 43716 +bWFuaQ== 43717 +IHR1dm8= 43718 +IFJVUw== 43719 +IEVyZGU= 43720 +IER6acSZa3VqxJk= 43721 +IGJsdWViZXJyaWVz 43722 +a2VsbA== 43723 +YWNpb25z 43724 +54i3 43725 +0LLQuA== 43726 +TEVU 43727 +IHNwcm91dA== 43728 +IHNwb3I= 43729 +IGLDqm4= 43730 +IE1vbmE= 43731 +IENvbnRhaW4= 43732 +IEtleXM= 43733 +0L7Qt9GP 43734 +IGZ1bmNpw7Nu 43735 +IHJhcHBlbGxl 43736 +IGV2b2x2ZXM= 43737 +IHNjcmFwaW5n 43738 +IGNvbWVudMOhcmlvcw== 43739 +IHByYXRpcXVl 43740 +IGF1eGlsaWFyeQ== 43741 +IFNwb25nZQ== 43742 +0YHQutC40Lw= 43743 +dXZv 43744 +INGB0LDQvNC+ 43745 +IHNhbms= 43746 +IGhpZ2h3YXlz 43747 +IGludmVudGlvbnM= 43748 +INC40L3QvtCz0LTQsA== 43749 +IGNyZWF0aXZlbHk= 43750 +IGJlbmNobWFya3M= 43751 +b25jw6k= 43752 +YWxhbA== 43753 +IHNvdHRv 43754 +IGNhbHZlcw== 43755 +IE1vdg== 43756 +IGxhdmVuZGVy 43757 +IGV5ZWJhbGxz 43758 +IGF3YWl0aW5n 43759 +IFBhdHk= 43760 +2YTZhw== 43761 +IGVtYnJvaWRlcnk= 43762 +IGR1aA== 43763 +IGNhbWFy 43764 +IEJPQg== 43765 +IHNwYWNlZA== 43766 +IGfFgm9z 43767 +0LDQtdC80YHRjw== 43768 +IGVzY2FwZXM= 43769 +IFJvZ3Vl 43770 +emN6 43771 +6J4= 43772 +rOulvA== 43773 +IE1vxbxl 43774 +INC10YHRgtC1 43775 +IEJ1cmFkYQ== 43776 +6Yyy 43777 +d2Q= 43778 +dXV1dQ== 43779 +IHNhc2g= 43780 +IEx1Yg== 43781 +IG5vdGVib29rcw== 43782 +IG1hZQ== 43783 +IGNvbmZsaWN0aW5n 43784 +IHN1bW1lcnRpbWU= 43785 +YWNhcw== 43786 +IGJhdWVu 43787 +Ymxvd2luZw== 43788 +4bqhbw== 43789 +IOyWuOygnA== 43790 +5LuK5pel44Gv 43791 +IFNlbmhvcg== 43792 +IGlQaG9uZXM= 43793 +IFF1YXJ0ZXI= 43794 +IOygnOuMgOuhnA== 43795 +dcOf 43796 +IOuniOustOs= 43797 +IHNldHRsZXJz 43798 +IGNyZXN0 43799 +IHRyYW5zYw== 43800 +5pu+ 43801 +IHJpb3Rz 43802 +IGNsb25lcw== 43803 +IE9wcmFo 43804 +zq/Otg== 43805 +IHBhbHM= 43806 +Li4uLi4uLg== 43807 +44GU44GW44GE44G+44GZ 43808 +INGA0L7RgdGB 43809 +IExhc2Vy 43810 +IHphY3p5 43811 +IHNldmk= 43812 +IHJlZ2VuZXJhdGlvbg== 43813 +7Je8 43814 +d291bGQ= 43815 +IMO8emVyaW5l 43816 +IFN0cmHDn2U= 43817 +IHZlbmdlYW5jZQ== 43818 +IHJlcg== 43819 +IFNhZmFyaQ== 43820 +IEhFWQ== 43821 +55Wr 43822 +IHNhY2Fy 43823 +IGltYWdlbQ== 43824 +IEJ1bmRlc3Q= 43825 +bWVzYW4= 43826 +IFBhc3Rl 43827 +IHNpeno= 43828 +INC/0L7RgdGC0YPQvw== 43829 +15TXlQ== 43830 +dHJhZA== 43831 +IGZyYW7Dp2Fpc2U= 43832 +IEJvdQ== 43833 +IGJhcnJl 43834 +IFpoaQ== 43835 +IEdlZXo= 43836 +aWhhZA== 43837 +IHJlY29ub2M= 43838 +IHBlbGln 43839 +IGluZGljZXM= 43840 +IOuwlOuA 43841 +IGNvbmR1Y3Rpb24= 43842 +IOyVhQ== 43843 +IHpla2Vy 43844 +IGZ1bQ== 43845 +IFfDvHI= 43846 +YnJlYWtlcg== 43847 +IHNwcml0ZQ== 43848 +Q3Jvd2Q= 43849 +IG9wZW5lcg== 43850 +IG9sdg== 43851 +IGJ1ZW5hcw== 43852 +IFNpbGs= 43853 +IEhJTQ== 43854 +a29w 43855 +Y29tcGw= 43856 +IHBvc3Nvbm8= 43857 +s4A= 43858 +IG9zY2lsbGF0b3I= 43859 +IFNpdGg= 43860 +6IOh 43861 +0LDQttC4 43862 +IHJhZnQ= 43863 +aGFsbA== 43864 +IHNjaG5lbGxlcg== 43865 +IGltcG9ydGluZw== 43866 +IGFzc2VtYmxpbmc= 43867 +IHViaXF1 43868 +IGFjdGl2YXRlcw== 43869 +YWNjaQ== 43870 +k5zrpbw= 43871 +IGNvbXBvc2Vycw== 43872 +IEFDTA== 43873 +Q29uZg== 43874 +IOy9mA== 43875 +INC90LXQutC+0YLQvtGA0YvQtQ== 43876 +IGNhbmRpZXM= 43877 +5Yqg5YWl 43878 +IE11c3M= 43879 +4LmD4LiK 43880 +IGR1ZGE= 43881 +0L3QuNC60L7QvA== 43882 +bWVkZW4= 43883 +IOyWtOuVjA== 43884 +IFllc2h1YQ== 43885 +emFn 43886 +aG9kb3U= 43887 +IGFsb3Vk 43888 +IFBhbG1lcg== 43889 +aW1pemU= 43890 +44K344On 43891 +IG1hcml0aW1l 43892 +IGNvbW11bmFs 43893 +IGJhZGdlcw== 43894 +IHJ1Z2J5 43895 +IG1hcnNobWFsbG93 43896 +IGZpZXJ5 43897 +IGFjY291bnRhbnQ= 43898 +IGFibGE= 43899 +IE1vbnJvZQ== 43900 +IEZvbnQ= 43901 +IEJvb3N0 43902 +IEJhcm5lcw== 43903 +YW5zd2Vy 43904 +IEJ1cm5pbmc= 43905 +IOS4jeaYrw== 43906 +IGFuZ2Vm 43907 +IFdlc2xleQ== 43908 +bGxz 43909 +7LU= 43910 +16nXnA== 43911 +aWxpxZtteQ== 43912 +15DXnw== 43913 +YW11cmE= 43914 +IEZ1ag== 43915 +IHBhbmk= 43916 +IFRyb3A= 43917 +YXJiZWl0ZW4= 43918 +IHJ1ZQ== 43919 +IFJhcmU= 43920 +w6RuZ2Vu 43921 +INGB0LzQvtGC0YDQtdGC0Yw= 43922 +INCa0LDRgA== 43923 +IE1UVg== 43924 +Ym9hcmRpbmc= 43925 +XVs= 43926 +IOugiOs= 43927 +c3RhbmJ1bA== 43928 +cGllbHQ= 43929 +IEhhcmR5 43930 +IEVuZ2FnZW1lbnQ= 43931 +IERpZW5zdA== 43932 +IHfDpHJlbg== 43933 +IGZ1ZWdv 43934 +IGVzdHJ1Y3Q= 43935 +IGNhbGFt 43936 +IFJlc3BvbnNl 43937 +IOOChA== 43938 +IE1vaGFtbWFk 43939 +IHJlc2lzdGluZw== 43940 +IGR1cmFudA== 43941 +6IGv 43942 +5Ya1 43943 +IE9MRUQ= 43944 +IHZlcno= 43945 +bcOkbg== 43946 +INmG25I= 43947 +IHBhcmFub2lk 43948 +IEF3YXJl 43949 +IEVuZ2luZWVycw== 43950 +IHByb2NlZHVyYWw= 43951 +IHBlcnNvbm5hZ2U= 43952 +IGZhcmtsxLE= 43953 +6aGG 43954 +Zmxvd2luZw== 43955 +INC80LXRgdGC0LA= 43956 +IEJhcmU= 43957 +aXN0ZW0= 43958 +IHBvY3rEhXRrdQ== 43959 +IHBlcnNvbmFqZXM= 43960 +IOyWtOugtQ== 43961 +rYk= 43962 +INCl0L7RgtGP 43963 +IHVuc2V0dA== 43964 +IEFic29s 43965 +IOG6pXk= 43966 +IE1BWU9S 43967 +0L/QvtC70L3QtQ== 43968 +IGluZm9ybWluZw== 43969 +IGFtcHM= 43970 +0J/RgA== 43971 +IOutlA== 43972 +YWVkYQ== 43973 +INeU15HX 43974 +4bqlbg== 43975 +a2VsaWpr 43976 +IGF0aGVpc3Q= 43977 +IHRyb3V0 43978 +IG5ldWVz 43979 +IE5va2lh 43980 +bWFjaGVu 43981 +IHdob2xlc2FsZQ== 43982 +xLFyZA== 43983 +SW5z 43984 +INGN0L8= 43985 +IHByaWNr 43986 +IEtpbmRlcm4= 43987 +4LiX4Liz 43988 +IGNsYXNzeQ== 43989 +IMOubnQ= 43990 +IFNob3BpZnk= 43991 +INGB0L7RgA== 43992 +INC30LDQutGA0Ys= 43993 +enVr 43994 +IHVuaXZlcnNhbGx5 43995 +IHRlYXNwb29ucw== 43996 +IHJlY291bnQ= 43997 +IG7DpWdvbnRpbmc= 43998 +IFh1ZQ== 43999 +aXNpw6htZQ== 44000 +IHdlYWtlc3Q= 44001 +IHRlxZ9la2vDvHI= 44002 +IG1hdGhlbWF0aWNhbGx5 44003 +IEhvcw== 44004 +IO2VnOuLpA== 44005 +IHBhcnRhZ2Vy 44006 +IERhcnI= 44007 +6ro= 44008 +IM61zro= 44009 +IGdlcm1z 44010 +IGdlbGly 44011 +IGR1bA== 44012 +LC0= 44013 +IOyWuOs= 44014 +INee16Y= 44015 +INGP0YA= 44016 +IHF1b3RpZA== 44017 +IHByenlzeg== 44018 +IGhhcmRuZXNz 44019 +IGFxdWF0aWM= 44020 +IEp1bmdsZQ== 44021 +IFBDUg== 44022 +IEVsaW90 44023 +IG9zdHI= 44024 +IG1hcGE= 44025 +ZXNzw6Q= 44026 +IEdJUg== 44027 +IERyaXZpbmc= 44028 +IFNhbWk= 44029 +IE1lZGllbg== 44030 +IENvbXBhbmllcw== 44031 +IFBoYXJt 44032 +c2VpdHM= 44033 +IFJpbQ== 44034 +IM6/z4DOvw== 44035 +IHdlaXRlcmVu 44036 +IHBpenphcw== 44037 +IEx5ZGlh 44038 +IEhlaWdodHM= 44039 +IHNpbmNlcml0eQ== 44040 +IG5vc3Nhcw== 44041 +IGTFgg== 44042 +IGFsYXJtaW5n 44043 +IENhdWM= 44044 +INGB0LzRi9GB 44045 +ZmFjaW5n 44046 +YmFncw== 44047 +V1c= 44048 +INi02Yo= 44049 +IGNvdXJ0cm9vbQ== 44050 +IFBoaWxsaXA= 44051 +IOqyg+yymOufvA== 44052 +IFNwaWVsZXI= 44053 +44KP44GL 44054 +IGthbnQ= 44055 +IGFkbWl0dGluZw== 44056 +44OB44Oj44Oz44ON44Or 44057 +IGNvbnRhaW5tZW50 44058 +5byg 44059 +IHJlbW92YWJsZQ== 44060 +IGp1bXBlcg== 44061 +Zm9jdXNlZA== 44062 +INC40YLQvtCz0LU= 44063 +INCi0LXQvA== 44064 +IHZhc2U= 44065 +IFVTQw== 44066 +IE1vbmF0ZQ== 44067 +IEphY29icw== 44068 +IEhPTA== 44069 +aWtlZA== 44070 +ZXJ3ZWlzZQ== 44071 +IGdvb2RpZXM= 44072 +IGhvbWFnZQ== 44073 +15vXqdeZ15U= 44074 +IHF1YWlz 44075 +IGluaWNpYWw= 44076 +IGd1YXJkaW5n 44077 +IGRheno= 44078 +IGNvbWJvcw== 44079 +INGD0L/RgNCw0LI= 44080 +IFRhbGVudA== 44081 +5aWH5oCq 44082 +IMOzcg== 44083 +IGludGVybWl0dGVudA== 44084 +IE1jQ2FydGh5 44085 +IHNwYW5z 44086 +IHR5cmU= 44087 +IHF1eQ== 44088 +6IiI 44089 +anV0 44090 +IFplbnQ= 44091 +IGdhdA== 44092 +5aSn5ZOl 44093 +IHNjYWZmb2xk 44094 +IG5lY2VzYXJpbw== 44095 +IFphaGxlbg== 44096 +IFNBTkQ= 44097 +IFBV 44098 +RXZlcnl0aGluZw== 44099 +LS0tLS0tLS0tLS0tLS0tLQ== 44100 +INCy0LfRj9GC0Yw= 44101 +IHNwYXJrcw== 44102 +IHBlbmR1bHVt 44103 +157Xnw== 44104 +IOyDieq5 44105 +IG11bHRpcGxpZXI= 44106 +INC70LDQtNC90L4= 44107 +dXJhdA== 44108 +IHVwc2V0dGluZw== 44109 +6KGA 44110 +YmFr 44111 +IOy1nOuMgA== 44112 +IGFuw6Fs 44113 +IEpPRQ== 44114 +IGtvc3Rlbg== 44115 +IFBhdHR5 44116 +IEd1aW4= 44117 +Y2tlZA== 44118 +IEVneXB0aWFucw== 44119 +IENpdGl6ZW5z 44120 +16jXmw== 44121 +INCV0YnQtQ== 44122 +INC50L7Qs9C+ 44123 +IHNub3dmbA== 44124 +IGxla2tlcg== 44125 +IGFjb3N0 44126 +IEJhYmU= 44127 +IGdhbWJsZQ== 44128 +IGFkamVjdGl2ZQ== 44129 +0LrQuNC80Lg= 44130 +b3lz 44131 +IG1vbnRyZQ== 44132 +IEh5dW5kYWk= 44133 +IG1vaXN0dXJpemluZw== 44134 +IG1venphcmVsbGE= 44135 +T09P 44136 +IGZhY3VsdA== 44137 +IGRvZXQ= 44138 +IGZlYXJsZXNz 44139 +IGVzcHJlc3Nv 44140 +IGFsbG9yYQ== 44141 +IENpbmM= 44142 +44O844K4 44143 +IGNvbnRlw7pkbw== 44144 +IFBlbG9zaQ== 44145 +IG1pbmRlcg== 44146 +cm9vdA== 44147 +IO2VoOs= 44148 +INC/0LDQtA== 44149 +IENhbGxpbmc= 44150 +IENvbmZpZw== 44151 +IENvbnNvbGU= 44152 +aW5za3k= 44153 +w6luZXJnaWU= 44154 +IHNvbGl0YXJ5 44155 +0L7QtNC1 44156 +IGd1YXJkZWQ= 44157 +MTYw 44158 +INC/0YHQuNGF 44159 +IFNoYXA= 44160 +IHRpdHJl 44161 +b2xvZ25l 44162 +INC/0LDRgNGD 44163 +IFBSRQ== 44164 +44O844OJ 44165 +IGxu 44166 +IE1pdGds 44167 +IENhcnJ5 44168 +IHNwaW5k 44169 +IENhbnRvbg== 44170 +IGtpbmdkb21z 44171 +cmVtbw== 44172 +IHJhZ2luZw== 44173 +IGluY2FwYWJsZQ== 44174 +IFdS 44175 +5YaN6KeB 44176 +INGB0L7QsdGB0YLQstC10L0= 44177 +INC60LDQutC40YU= 44178 +IFNIRQ== 44179 +64u57Z6I 44180 +IHNjYXJjaXR5 44181 +IHBlcmRl 44182 +IGV4aXRz 44183 +IFNpbmdlcg== 44184 +IHN1cHBlcg== 44185 +IG11bmljaXBhbGl0eQ== 44186 +IERpdmVyc2l0eQ== 44187 +IHRpcm8= 44188 +aWVscw== 44189 +IGzDrWRlcg== 44190 +IGJsdWZm 44191 +IGF0cmE= 44192 +bHlz 44193 +IG1haGQ= 44194 +IGPDs2RpZ28= 44195 +IEhhcmxlbQ== 44196 +cnVsZQ== 44197 +aWNpdHk= 44198 +IHNpbXBsaXN0aWM= 44199 +IEtvbnN0 44200 +5YGl 44201 +RUxMSQ== 44202 +IGbDtnJzdGE= 44203 +IGNvbnN0aXR1dGVz 44204 +INGB0YLQvtGA0L7QvdGD 44205 +IHVyZ2Vk 44206 +IFBhbmRh 44207 +7LCo6w== 44208 +cmVjZQ== 44209 +IHBhdHJpb3Q= 44210 +IENydXNo 44211 +IHdpbms= 44212 +0L7QudGC0Lg= 44213 +dXJhbsOnYQ== 44214 +IHNlaXp1cmVz 44215 +IGVsZWN0cm9k 44216 +IERvbmtleQ== 44217 +IElV 44218 +IE1PUw== 44219 +IGFsa2Fs 44220 +7LSJ 44221 +YmVzb25kZXJl 44222 +IHBhcmFsbGVscw== 44223 +IGJpdHRlcm5lc3M= 44224 +w6R0dHJl 44225 +ZXNzaW9uYWw= 44226 +IHNveWJlYW4= 44227 +IGNvbGxhYg== 44228 +IFJlcG9ydGluZw== 44229 +5aeU 44230 +INC60L7QvNC/0LDQvdC40Lg= 44231 +IHdzenlzY3k= 44232 +IENydW5jaA== 44233 +aXNlZW4= 44234 +IGFtYmFzc2Fkb3Jz 44235 +IENoZXY= 44236 +5Y2I 44237 +0L7QstGL0LU= 44238 +c2Nh 44239 +INGA0LXRiNC40Ls= 44240 +0L7RgtC+ 44241 +IGdsZWljaHplaXRpZw== 44242 +bWVybg== 44243 +w7xzdA== 44244 +IEhhZQ== 44245 +s7TqsqDsirXri4jri6Q= 44246 +IHNob3Jlcw== 44247 +IGRlcHJlc3M= 44248 +IGFob3I= 44249 +IFN0ZXVlcg== 44250 +YWho 44251 +IHJldmlzZQ== 44252 +INGB0LDQvNGL0LU= 44253 +amF0 44254 +IGhlcmJhbA== 44255 +IGN1w6FudA== 44256 +IGJ1bmE= 44257 +bmllanN6ZQ== 44258 +RmluYWxseQ== 44259 +15XXlg== 44260 +Y2pl 44261 +IOyeiOqxsOuToOyalA== 44262 +IOuCmOuI 44263 +IHByemVzdA== 44264 +44O844Og 44265 +bGljYQ== 44266 +IER1Y2g= 44267 +5bCN5bCN 44268 +0ZbQudGB0Yw= 44269 +cGFzc2Vu 44270 +IHNhdGlzZmllcw== 44271 +IEFkZGl0aW9uYWw= 44272 +IGPDoW1hcmE= 44273 +0LXRh9C10L3QuNC1 44274 +IHBvbXA= 44275 +IOunkOydtA== 44276 +IE1pbGxz 44277 +0LXQstC40LQ= 44278 +IHJlc3BlY3RhYmxl 44279 +IGZpbGFtZW50 44280 +IHZlbmRlcg== 44281 +IG1hdHRlcmVk 44282 +b3VyZQ== 44283 +7Li1 44284 +S29yZWFu 44285 +IGVzdHVkaW8= 44286 +IGNhY3R1cw== 44287 +IFZpdmU= 44288 +IFJhZw== 44289 +IGNvbXBsaXF1w6k= 44290 +INmI24E= 44291 +IHRhbw== 44292 +pr8= 44293 +U2luY2U= 44294 +IGplb3BhcmQ= 44295 +IFNlbGw= 44296 +5bqU 44297 +IOyYmw== 44298 +IGtldG8= 44299 +IGludGVsaWc= 44300 +IEFuZ2Vi 44301 +IHRpZGVu 44302 +IHNvY2lv 44303 +IHJlbWluaXNjZW50 44304 +IGNhcmVnaXZlcg== 44305 +U3BhY2U= 44306 +IEV4ZXJjaXNl 44307 +IEJlY29tZQ== 44308 +w6p0cw== 44309 +YWtr 44310 +IS4u 44311 +INGB0L/RgNC+0YE= 44312 +IM6xz4DOvw== 44313 +IHNob290aW5ncw== 44314 +IGFwZQ== 44315 +IFNhbW15 44316 +IEt1bmc= 44317 +IGN1w6Fs 44318 +IEx1cA== 44319 +5p2f 44320 +5L6G5Yiw 44321 +INGB0YLRg9C0 44322 +IHN3ZWV0ZXI= 44323 +IGNvbXVt 44324 +IEFkcw== 44325 +aHl1bmc= 44326 +INCx0YPQtNGD0Yk= 44327 +IHdhZmZsZQ== 44328 +IE9yYg== 44329 +IGxhdXQ= 44330 +IGZvcmVjYXN0aW5n 44331 +5ao= 44332 +IHJhcHBpbmc= 44333 +IHByZWZlcnM= 44334 +IGJlbno= 44335 +IG5paw== 44336 +IEJhaG4= 44337 +IHNhbmRpbmc= 44338 +IGltbWluZW50 44339 +INC/0YDQvtCx0LvQtdC80Ys= 44340 +IGRvaXZlbnQ= 44341 +0L7Qu9Cw 44342 +IMW8eWNpYQ== 44343 +aWh1 44344 +IGV4aXN0ZW0= 44345 +IEludGVyaW9y 44346 +IFRha2Vz 44347 +IHRvZGRsZXI= 44348 +IGRpY3RhdG9yc2hpcA== 44349 +IFNtaXRoc29u 44350 +IEFsbGFodQ== 44351 +z47Pgc6x 44352 +7JWY7Iq164uI64uk 44353 +IFZvdGU= 44354 +IFNtZWxscw== 44355 +0L7QtNC90L4= 44356 +IGhpbmRzaWdodA== 44357 +VlI= 44358 +IFBhdGNo 44359 +IEphaHJlcw== 44360 +IHNvdXZlbmly 44361 +IG5ldXRyb24= 44362 +IGxvbmd0aW1l 44363 +IHNheWlu 44364 +5LmQ 44365 +YXNha2k= 44366 +INC+0YHRgtCw0L3QvtCy 44367 +IGV4cGVsbGVk 44368 +IGNyeXB0b2N1cnJlbmNpZXM= 44369 +IE11cmRlcg== 44370 +IENpdGl6ZW4= 44371 +V0FZ 44372 +IHBsdQ== 44373 +IGxlbW9uYWRl 44374 +IGNvbnZlbmllbnRseQ== 44375 +IEhJ 44376 +IDIwMjM= 44377 +16nXldeq 44378 +0LDRhtC40L7QvQ== 44379 +IOubsA== 44380 +INmE2YPZhg== 44381 +INC90LXQvNC90L7QttC60L4= 44382 +IHVudXNlZA== 44383 +IG1haW9yaWE= 44384 +IGFzdHJvbG9neQ== 44385 +IERvd250 44386 +Tmljaw== 44387 +IHByZW9jY3Vw 44388 +IGRlbWFpbg== 44389 +157Xog== 44390 +INCy0L7QtNGL 44391 +IFNhbnNrcml0 44392 +IHByw6p0 44393 +IHN0cmFuZGVk 44394 +IHJlZmlu 44395 +INC/0YDQuNC90LjQvA== 44396 +INC/0L7QstC10YDRhQ== 44397 +4K+NPw== 44398 +IHpyb2I= 44399 +IGludGVydHc= 44400 +IERhdmlkc29u 44401 +0LvQtdC90LA= 44402 +INC/0L7QvdGP0YLRjA== 44403 +IFJlbm8= 44404 +INC/0L7Qu9GD0YfQuNC70L7RgdGM 44405 +IGNvcnJlc3BvbmRlbnQ= 44406 +IFVyYW4= 44407 +ZWxzZQ== 44408 +wrfCtw== 44409 +IHR1dG9yaW5n 44410 +IGdyYW5kZGF1Z2h0ZXI= 44411 +bHVkZWQ= 44412 +IHN0ZXNzbw== 44413 +IGjhur90 44414 +IGdlZ2FuZ2Vu 44415 +INCd0JA= 44416 +IGFudGln 44417 +YmFja2dyb3VuZA== 44418 +IGdlZGFhbg== 44419 +IGZhdm9yZWQ= 44420 +IEVtbWFudWVs 44421 +IGlvZA== 44422 +IGNsYW1wcw== 44423 +IGNvbXBsZQ== 44424 +IEFkdmFuY2U= 44425 +IOyeiOqzoOyalA== 44426 +IFJveA== 44427 +IOyXkOs= 44428 +IGludGVzdGluZXM= 44429 +IHBlcmN1c3Npb24= 44430 +IGxlZ2l0aW1hdGVseQ== 44431 +IEV0ZXJuYWw= 44432 +ZmFtaWx5 44433 +YWxvZw== 44434 +QnJhZA== 44435 +0LXQvdC40YLRjA== 44436 +INGB0L3QsNGH0LDQu9Cw 44437 +IGNlcnRh 44438 +IGFra29y 44439 +IM61zrTPjg== 44440 +IG9jdGF2ZQ== 44441 +IFZhYw== 44442 +0LzQvtGC0YDQuA== 44443 +IMOJdGF0cw== 44444 +IGxvbmd1ZQ== 44445 +IGRpc3NvY2k= 44446 +0YDRj9C0 44447 +aGVpbg== 44448 +IHBhbnRhbGxh 44449 +IGluZGljYXRpb25z 44450 +IEx0 44451 +IEdyYWRl 44452 +6KOd 44453 +b2luZQ== 44454 +YnVn 44455 +IFZlcml6b24= 44456 +IEFsw6lt 44457 +IHZpZW5uZW50 44458 +INGH0LjRgdGC 44459 +IEJlbmk= 44460 +IFRzY2g= 44461 +IFRQ 44462 +IGluc3VsdGluZw== 44463 +IFdlaWdodA== 44464 +IGFkYXB0YXRpb25z 44465 +IGhhYsOtYW4= 44466 +IGNsaXF1ZQ== 44467 +b8WbY2k= 44468 +anVuYQ== 44469 +IHN1Y2hlbg== 44470 +IEdvZXM= 44471 +IEV4b2R1cw== 44472 +Q2hv 44473 +IGFudGlz 44474 +IO2MjOs= 44475 +c2V2ZW4= 44476 +INGH0LDRgdC+0LI= 44477 +IGJhbGxpc3RpYw== 44478 +em9ueQ== 44479 +SUNJQQ== 44480 +INC/0YDQtdGB0YI= 44481 +IHNpbXBsZXNtZW50ZQ== 44482 +IENvbGxhYm9y 44483 +RnJlZA== 44484 +INGC0LXQu9C10YTQvtC9 44485 +IFJhdmk= 44486 +7ZW07KQ= 44487 +0L/QtdGA0LI= 44488 +IOyeiOycvOuLiOq5jA== 44489 +IMOzdA== 44490 +IGFsZWc= 44491 +w7pw 44492 +IGRpc3JlZ2FyZA== 44493 +IGluZGVudA== 44494 +Y2xvdWQ= 44495 +Y2hsYWdlbg== 44496 +IGl0ZXJhdGU= 44497 +IGdlbmVyYWxpemVk 44498 +44GX44G+44GX44Gf 44499 +4KS5 44500 +ZWxlcmk= 44501 +IGRpc2FzdHJvdXM= 44502 +INGB0YLQsNC70LA= 44503 +s5E= 44504 +S05PV04= 44505 +IHJpY2huZXNz 44506 +IGNvbnNjaWVudA== 44507 +aWNodHM= 44508 +INGN0LvQtdC8 44509 +2KjYrw== 44510 +aXJlbnM= 44511 +IGhhdW50aW5n 44512 +cnVjdHVyZXM= 44513 +YXR0YWNr 44514 +IGN1cGNha2Vz 44515 +c3F1ZQ== 44516 +IG5hc3plZ28= 44517 +IGFudGhyb3BvbG9neQ== 44518 +44Gf44Gg 44519 +44G144G1 44520 +Y2hhZQ== 44521 +IGRpc2NvdmVycw== 44522 +IFBlcnNvbmFsaXR5 44523 +IM6kzr8= 44524 +IGRpxJ9lcg== 44525 +5Y2A 44526 +INC90LXRkQ== 44527 +IEFuaXRh 44528 +IFvimao= 44529 +IENhcm0= 44530 +IEJlbm55 44531 +7Iqs 44532 +IHB1cGls 44533 +IG9jYXM= 44534 +w6RsbGV0 44535 +asWbxIc= 44536 +5aSn5LiI5aSr 44537 +YW1lbnRhbA== 44538 +INC+0YLQvdC+0YE= 44539 +IHBpZA== 44540 +IGFybXA= 44541 +UkVF 44542 +INC+0YLQutGA0YvQsg== 44543 +IHVkYQ== 44544 +IFN5bmRyb21l 44545 +IFN0YW5kYXJkcw== 44546 +44GI44KL 44547 +IHBvaW50ZXJz 44548 +IGVuYW0= 44549 +IFRpZw== 44550 +w616 44551 +INC90LDQvNC4 44552 +IHVuY2hhbmdlZA== 44553 +IHR1cm1vaWw= 44554 +4bupbmc= 44555 +ISEi 44556 +NTAwMA== 44557 +IOusvOyWtOs= 44558 +IG1lcmdpbmc= 44559 +IGVudHNjaGVpZGVu 44560 +5Ye65p2l 44561 +Zm9ybWU= 44562 +IHRyaW1tZWQ= 44563 +IGRhcmVk 44564 +IGFzcGlyYXRpb24= 44565 +IE15dGhpY2Fs 44566 +IEhlag== 44567 +IEFsZWo= 44568 +0YbQvg== 44569 +0L7RgtGD 44570 +WmU= 44571 +INC40L3RgdGC0YDRg9C80LXQvdGC 44572 +IFJUWA== 44573 +IGxvY2FsaXplZA== 44574 +55qE6K+d 44575 +IHN1cnJvdW5kcw== 44576 +IGVtcGllemE= 44577 +IGNsYXNl 44578 +IOC4gQ== 44579 +IFJhcGlk 44580 +b21pbm91cw== 44581 +aWdhaWw= 44582 +INGI0LjRgA== 44583 +IGzDpg== 44584 +IHphc2Fk 44585 +IHVuZm9sZGluZw== 44586 +PyE/IQ== 44587 +IOyInOqwhA== 44588 +IFBvbHNraQ== 44589 +IEthdWY= 44590 +IENlbHQ= 44591 +aXRpYw== 44592 +IHRvb2xib3g= 44593 +IFBvY2tldA== 44594 +IOyEnOuhnA== 44595 +IGJlbGtp 44596 +IGFkbWlyYXRpb24= 44597 +cGhy 44598 +IFByb2R1a3Q= 44599 +IFRydWNr 44600 +44GO 44601 +IGRyYXXDn2Vu 44602 +d2HFgg== 44603 +IEhlYnJld3M= 44604 +IO2VmOqyjA== 44605 +IEFDRQ== 44606 +dXJnZW5jZQ== 44607 +YXVyYWlz 44608 +IGNoYXJpdGFibGU= 44609 +xLF0 44610 +IGFybWFz 44611 +IEdlZGFua2Vu 44612 +cmVhdGluZw== 44613 +cG9ydGU= 44614 +IGltcHJpbnQ= 44615 +ZsOkaA== 44616 +INC/0L7QtNGF0L7QtA== 44617 +IG91dHNldA== 44618 +4Lin4LiB 44619 +0LXQvdC90L7Qs9C+ 44620 +Q2xhc3M= 44621 +IHZhbml0eQ== 44622 +IFZPSUNFUw== 44623 +IDI2MA== 44624 +cmVzaWRlbnQ= 44625 +VVNF 44626 +IOqwgOyatOuNsA== 44627 +6b0= 44628 +IHRocm91Z2hwdXQ= 44629 +IGN1bWE= 44630 +7Jqx 44631 +44O844Oz 44632 +INC/0LvQvtGJ 44633 +IHBhcnRpcw== 44634 +IEFuaW1hdGlvbg== 44635 +p4jr 44636 +Q3Jl 44637 +w7Z0emxpY2g= 44638 +IG1hZ2c= 44639 +IGNsdW1zeQ== 44640 +IGJvdHRsZW5l 44641 +IGJpcmxpa3Rl 44642 +IEdhbWI= 44643 +INeb158= 44644 +IG1ldHJvcG9saXRhbg== 44645 +6K+l 44646 +5o6S 44647 +T29o 44648 +IG9iamVjdGlvbnM= 44649 +INmF2Ko= 44650 +INC80LXQuw== 44651 +IHJlbW5hbnRz 44652 +IFhhdmllcg== 44653 +UmljaA== 44654 +IG9sc2E= 44655 +IFBpbGw= 44656 +IGdyb2Fucw== 44657 +IE5hcnVob2RvdQ== 44658 +IENvbnRyYWN0 44659 +0LDQtNCw 44660 +bmFp 44661 +INGE0LjQtw== 44662 +IG9wcw== 44663 +4bqhdA== 44664 +IHBhcmFjaHV0ZQ== 44665 +IG5lbGw= 44666 +IEVudHNjaGVpZHVuZw== 44667 +15zXmded 44668 +IHRydXRoZnVs 44669 +IHNoYXJwZXI= 44670 +IGJ1cmVhdWNyYWN5 44671 +Y2FydA== 44672 +INC40L3Rgg== 44673 +d2llaw== 44674 +IHdpbGxpbmdseQ== 44675 +IEhlcm1hbg== 44676 +IG1laHJlcmU= 44677 +IGVsaXRlcw== 44678 +IEFybW9y 44679 +44OI44Of44O8 44680 +IGVtYm9yYQ== 44681 +IFJlY29nbg== 44682 +INC70Y7QsdC70Y4= 44683 +IEV4Y2VsbGVuY2U= 44684 +aWJlbA== 44685 +IGV4cG9ydGluZw== 44686 +7LK07KCB 44687 +S2VsbHk= 44688 +Q2FtZXJhbWFu 44689 +IHNsaXBz 44690 +IGZpZ3VyYQ== 44691 +IOOBoQ== 44692 +IGtvbGw= 44693 +IFBhbmRlbWll 44694 +54+t 44695 +IHRpbWVk 44696 +bGllw59saWNo 44697 +INee15s= 44698 +IHBlcsOtb2Rv 44699 +5b+X 44700 +aXZhdA== 44701 +IHF1ZXN0aW9ubmFpcmU= 44702 +IHDDqXJpb2Rl 44703 +56m2 44704 +IHNpZ2hz 44705 +IGFsbGVnaWFuY2U= 44706 +IFhW 44707 +IEtlbnN1a2U= 44708 +IEdlc3VuZGhlaXRz 44709 +IHBvc2l0aXZv 44710 +IEphbmVpcm8= 44711 +IFNFRQ== 44712 +INin2LPYqg== 44713 +IEtlbHNleQ== 44714 +dG9iZXI= 44715 +IM6xzrvOu86s 44716 +IFBhcmVudA== 44717 +IERheXRvbg== 44718 +IEJpbGRlcg== 44719 +b3VyYWdl 44720 +IHNlcmVz 44721 +IG11Y2jDrXNpbW8= 44722 +IFJlYWxt 44723 +IE9GRklDRVI= 44724 +ZXJzb25pYw== 44725 +44KC44Gu 44726 +b255YQ== 44727 +IOq4iQ== 44728 +IGFuY2VzdHJ5 44729 +IEp1cmFzc2lj 44730 +IGNlbnRpZ3JhZGU= 44731 +4bqldQ== 44732 +dWrEhWM= 44733 +bWFucw== 44734 +IHRpbw== 44735 +IE1vxbw= 44736 +IHRyYWdlbg== 44737 +IHN0YXJlZA== 44738 +IHNjaGVtYXRpYw== 44739 +IHBhc3NvdQ== 44740 +IG1lYXRiYWxscw== 44741 +xYJvxZvEhw== 44742 +IHN5bmNocm9ub3Vz 44743 +IHBlcm1pcw== 44744 +YXJpYWw= 44745 +IHplcg== 44746 +IHBhcml0eQ== 44747 +IEF2YXRhcg== 44748 +aW5kZWVy 44749 +ZXN0b24= 44750 +IG1laWTDpG4= 44751 +IENseQ== 44752 +tIk= 44753 +IGVzdHJvZ2Vu 44754 +IGNlbnRpbWV0 44755 +55m6 44756 +IGNvbnZpY3Rpb25z 44757 +IHBvc3NpYW1v 44758 +IHBlcmR1 44759 +IHBhdGhvZ2Vucw== 44760 +IFF1aW4= 44761 +IFByb2dyYW1z 44762 +IFBvaW50cw== 44763 +cmFtZW50 44764 +cmFpbA== 44765 +IHZ5 44766 +IGdyYWZ0 44767 +IGJhcnQ= 44768 +IExvdHVz 44769 +4Kg= 44770 +IOuztOyLnA== 44771 +cmFtZXI= 44772 +RmF0aGVy 44773 +IOucuw== 44774 +INeU150= 44775 +IHRyYXplcg== 44776 +IHRhcms= 44777 +w6hjZXM= 44778 +Zm9ydGg= 44779 +INGB0LTQtdC70LDQu9C4 44780 +IHp1Y2NoaW5p 44781 +IHdha3R1 44782 +IGVudGVydGFpbmVk 44783 +IE1pbGxpYXJkZW4= 44784 +IHNoYWt5 44785 +IHByemVkZQ== 44786 +uIzr 44787 +IHJldmVyc2libGU= 44788 +IE5BVQ== 44789 +dWlucw== 44790 +w6lyw6p0 44791 +YW5uZW4= 44792 +IEh1bnRpbmc= 44793 +IEZlbGxvdw== 44794 +w6lsaW9y 44795 +IHJvdGF0aW9ucw== 44796 +IGdyYW5ueQ== 44797 +eHRvbg== 44798 +INGB0YLQsNC90L7QstC40YLRgdGP 44799 +INC90LDRh9Cw0Ls= 44800 +IGFydGVyaWVz 44801 +cmnDsw== 44802 +INC/0L7Qu9GM0LfQvtCy 44803 +INCR0Ys= 44804 +IG5vdmVsdHk= 44805 +cG91bmQ= 44806 +IHdlaXJkZXN0 44807 +IGJvaXM= 44808 +w6ltaWU= 44809 +dXBs 44810 +QVRB 44811 +IHRlaGQ= 44812 +IE5pcg== 44813 +c8SxbsSxeg== 44814 +ISIs 44815 +5ZGK6K+J 44816 +IGltbW9ydA== 44817 +IGVsaw== 44818 +0LDQvdC40Yc= 44819 +IGZhYnJpY2F0aW9u 44820 +IE5vaXNl 44821 +IEF2YW50 44822 +2LHbjA== 44823 +d2F0 44824 +IHdob29zaGluZw== 44825 +INeb15k= 44826 +INCX0L3QsNGH0LjRgg== 44827 +IGNlbnRyaWY= 44828 +YW5zaW5n 44829 +U291bmQ= 44830 +IOudvOs= 44831 +IGNhcHRpb25z 44832 +4LON 44833 +IG9yZ2Fz 44834 +IGRvbHBoaW5z 44835 +IEJsZW5k 44836 +IFRhag== 44837 +IENDVFY= 44838 +IGlub20= 44839 +IGVkaXRpb25z 44840 +IGJ1cm5vdXQ= 44841 +IGLDpHR0cmU= 44842 +IENhc2E= 44843 +b3ZpY2g= 44844 +IG1vbHRlbg== 44845 +IGJsaW5kZm9sZA== 44846 +IEd1ZQ== 44847 +5pe26Ze0 44848 +IHNwaW5uZXI= 44849 +IG3DtmdsaWNoc3Q= 44850 +IFbDoA== 44851 +ZW5lY2E= 44852 +IG3DqWRpY28= 44853 +5bm55Zib 44854 +w6FzdGljbw== 44855 +IGFyZA== 44856 +IFN1bmRheXM= 44857 +IFJlbW90ZQ== 44858 +IOyWvOuniA== 44859 +IHRyxrDhu5tj 44860 +7IWo6w== 44861 +IGRvcHA= 44862 +IGJlxJ8= 44863 +aWNhbmE= 44864 +IOuCmOykkeyXkA== 44865 +546H 44866 +IGhvbGluZXNz 44867 +ZGlyZWN0 44868 +IOyYge2ZlA== 44869 +IGN1bHBh 44870 +IFN0aXRjaA== 44871 +bGlnaHRseQ== 44872 +0LDQvNC10L0= 44873 +INC80LXRiA== 44874 +INC/0LXRhw== 44875 +IHlodGU= 44876 +b3NwaGVyZQ== 44877 +IOyTsOuKlA== 44878 +w6lr 44879 +IHNlcmlvdXNuZXNz 44880 +IGdhcm1lbnRz 44881 +IGNvbmNpc2U= 44882 +IFNK 44883 +IHZlcmxvcmVu 44884 +IHBhcmVjZXI= 44885 +IFVOQw== 44886 +7Iqk7YOA 44887 +IGVuZmFudA== 44888 +IGJvbWJlcg== 44889 +IEdpZnQ= 44890 +IOyii+uLpA== 44891 +IHJoeXRobXM= 44892 +IEtsYXI= 44893 +5Lq65rCR 44894 +b3duaWs= 44895 +IFJldmVyZW5k 44896 +IGVtaXR0ZWQ= 44897 +bGFzc2Vu 44898 +IHJldmVuaXI= 44899 +IGFyaXNpbmc= 44900 +IHByZWNpc2FtZW50ZQ== 44901 +IGludGVycG9s 44902 +IFRlbmVtb3M= 44903 +b2JlZA== 44904 +IHRlY25vbG9naWE= 44905 +IG5lcmVkZQ== 44906 +IFZpc2E= 44907 +IHNhdmE= 44908 +IGVzY3JldmVy 44909 +IGFzc2F1bHRlZA== 44910 +IEZsZWlzY2g= 44911 +IENvdW5jaWxsb3Jz 44912 +IOqwgOq5jA== 44913 +IGJlZ2c= 44914 +IERldmVsb3Blcg== 44915 +IEJyb256ZQ== 44916 +IEJvbnVz 44917 +INeo16c= 44918 +ZmFjdA== 44919 +IGVuZGxlc3NseQ== 44920 +IG1hY2Ft 44921 +IHJ6ZWN6eXdpxZtjaWU= 44922 +IGhvdmVyaW5n 44923 +w6hnZQ== 44924 +IHBvb3Jlc3Q= 44925 +IFNjaGVk 44926 +bWlsZQ== 44927 +aXNzZW1lbnRz 44928 +YWPEgw== 44929 +IOumvQ== 44930 +IHZhY2Npbg== 44931 +IGZ1dHVyaXN0aWM= 44932 +IFdpbmRvdw== 44933 +0L/QsNGA 44934 +INGA0L7RgQ== 44935 +IGxvd2Vycw== 44936 +YWNz 44937 +INCQ0LvQtdC60YHQsNC90LQ= 44938 +IEFsZXJ0 44939 +aWVtZQ== 44940 +IENhdWNhcw== 44941 +IGphd3M= 44942 +IGh1bnRlZA== 44943 +7Je9 44944 +INio2YY= 44945 +INec16DXlQ== 44946 +IHR1cmJpbmVz 44947 +IGx1bXBz 44948 +IEFsbGllcw== 44949 +YWhsdA== 44950 +IHN1YnNjcmlwdGlvbnM= 44951 +IG5vdXZlYXV4 44952 +dWdlcg== 44953 +Ym9uZXM= 44954 +IGJlcnJ5 44955 +IOyEoOusvA== 44956 +IE1hbnVmYWN0 44957 +IEx1bmNo 44958 +6re4656Y 44959 +IGh5ZHJhdGVk 44960 +IGFjaGVp 44961 +IFlheg== 44962 +IFRpYmV0YW4= 44963 +IFF1YW50dW0= 44964 +IEplcm9tZQ== 44965 +INC+0YnRg9GJ 44966 +0L7QstCw0L0= 44967 +bW90aW9u 44968 +IENvbnRyb2xsZXI= 44969 +ZW5lcmdldGlj 44970 +INGB0LrQvtGA0L4= 44971 +IHZvd2Vscw== 44972 +INGD0LbQsNGB 44973 +IGhvb2Y= 44974 +IEJ1bGxldA== 44975 +aW1hZ2lu 44976 +16DXmded 44977 +IGVuZ2FnZW1lbnRz 44978 +IEJsdWVz 44979 +IGHDsWFk 44980 +IGZwcw== 44981 +IGNhdGVycA== 44982 +IHPhu5E= 44983 +IFRyaWJl 44984 +57aa 44985 +0L/QvtC9 44986 +aWZlcmF0aW9u 44987 +IHJ1bWFo 44988 +IFB1bmo= 44989 +bGFi 44990 +IGNvbXByZWhlbnNpb24= 44991 +YnJpbmdpbmc= 44992 +V28= 44993 +IHRpaw== 44994 +IGFueWhvdw== 44995 +5Lul5YmN 44996 +w6F0aWNhcw== 44997 +IHNpdHplbg== 44998 +IGtvbGF5 44999 +IENvbmZlZGVyYXRl 45000 +IENhbGxlZA== 45001 +IG5hc3p5Y2g= 45002 +IGR6acSZa2k= 45003 +IGNsb2Fr 45004 +IEdvb2c= 45005 +IEFzaGU= 45006 +6LGh 45007 +ZW5hbg== 45008 +INC80YvRiA== 45009 +INCy0LXRgg== 45010 +IFNwbw== 45011 +IFNrZXQ= 45012 +IEhlbmRlcnNvbg== 45013 +aWxhaA== 45014 +INCx0LXQt9C+0L/QsNGB 45015 +IHNla2FsaQ== 45016 +7Ja06rCA 45017 +IHNuYXJl 45018 +IHLhurFuZw== 45019 +IGbDtnJzw7Y= 45020 +c3p5Y2g= 45021 +IMO8YmVycw== 45022 +IHN0cmF0w6ln 45023 +IOy6kOs= 45024 +IHJhcHBlcnM= 45025 +IGNlcA== 45026 +IEhhc3Rh 45027 +IGhvcnJpYmx5 45028 +IGZyw7xo 45029 +INio2Lk= 45030 +IG1hbnRsZQ== 45031 +44CF 45032 +ZnVuZGluZw== 45033 +IHp1c3Q= 45034 +IFBlbnM= 45035 +c2Vk 45036 +IO2XpA== 45037 +IGdlcmVraQ== 45038 +IGFsYXJtcw== 45039 +IFdoYQ== 45040 +IE1hcmt1cw== 45041 +YWtzaQ== 45042 +INCQ0LvQtQ== 45043 +a2xvcmU= 45044 +IMOpbmVy 45045 +IHRpbGRl 45046 +Ym94aW5n 45047 +IOyEng== 45048 +IGVuY29udHJhbW9z 45049 +IFBoYXI= 45050 +0L3QsNC60L7QvA== 45051 +w7NzdA== 45052 +IMSwcw== 45053 +IOuLmA== 45054 +IHNxdWF0cw== 45055 +IHByZXRlbmRlZA== 45056 +IGRleg== 45057 +IOq0nOywruyVhA== 45058 +amFjaA== 45059 +65286rOg 45060 +IO2ZleynhA== 45061 +IEFuc2No 45062 +aW1lcms= 45063 +IGNvbmp1Z2F0ZQ== 45064 +IHBlbmluc3VsYQ== 45065 +IGdvcmlsbGE= 45066 +IHBob3RvZ3JhcGhlZA== 45067 +IEF1bnF1ZQ== 45068 +IGVudHJlbg== 45069 +IERldXRzY2hlbg== 45070 +IEFsYWRkaW4= 45071 +IOustOyEnA== 45072 +IFN0ZWxsYQ== 45073 +IEVsZWN0aW9u 45074 +b3V0aW5l 45075 +R3JhbmQ= 45076 +IFdhaw== 45077 +IFNlcmdpbw== 45078 +aG9yc2U= 45079 +YWhvbg== 45080 +IEZhbWlsaWVz 45081 +IGhhdGluZw== 45082 +IEJldHQ= 45083 +4LiZ4Liw4LiE4Liw 45084 +IGN1cmxpbmc= 45085 +IElzcmFlbGlz 45086 +INec15DX 45087 +IE15ZXJz 45088 +IHNjYW5uZWQ= 45089 +IEJFQw== 45090 +aWxlcmk= 45091 +IGNhbGxl 45092 +IE1pbmg= 45093 +IG1pY3Jvbg== 45094 +IGNvbmR1Yw== 45095 +w612 45096 +INCy0L7Qt9GM 45097 +IGFjdGlvbmFibGU= 45098 +IFRydXN0ZWVz 45099 +IHRpZWY= 45100 +IGhlYWRlcnM= 45101 +IGFuaW1hbGVz 45102 +7JuA 45103 +0LvQvtGF 45104 +dW5pdHk= 45105 +bHlh 45106 +IGphbmdhbg== 45107 +IGhhbmk= 45108 +IGNhc2luZw== 45109 +IGrDs3ZlbmVz 45110 +IFNwbGl0 45111 +IENhcmxv 45112 +IEJlaW0= 45113 +5bCN5LiN6LW3 45114 +IG51YW5jZWQ= 45115 +IHRlZGR5 45116 +IENsYW4= 45117 +w6RjaGVu 45118 +cGllcg== 45119 +INC00L7Qv9C+0LvQvQ== 45120 +IGRpYXBlcg== 45121 +ZWZmZWN0aXZl 45122 +IE5pYWdhcmE= 45123 +IHdhcnQ= 45124 +IGNvcnJv 45125 +IEthbXBm 45126 +enRl 45127 +IGTDqXZlbG9wcGVtZW50 45128 +IGF0dGFja2Vycw== 45129 +IFNoZXJtYW4= 45130 +IDE5MTQ= 45131 +IG1lb3c= 45132 +IFDDpQ== 45133 +7Lo= 45134 +Y2l0 45135 +IGNvdXBl 45136 +IOq3uOuLpOydjOyXkA== 45137 +IGh1bW91cg== 45138 +IGNvbGU= 45139 +IFdhcm5pbmc= 45140 +IFRpbA== 45141 +Y2FsbQ== 45142 +YnVhdA== 45143 +IGNpbmU= 45144 +a2llag== 45145 +S2V2aW4= 45146 +IG1pbGxpZ3JhbXM= 45147 +15PXqA== 45148 +YXJpYW1lbnRl 45149 +IG9ybw== 45150 +IEhvZA== 45151 +ZXJ0b3M= 45152 +IGxpaGF0 45153 +IGZ1bGxlc3Q= 45154 +IGdyYW5kaQ== 45155 +INCx0L7Qug== 45156 +IHdob2xseQ== 45157 +IG1haGRvbGw= 45158 +IGNvbnRyb2xs 45159 +IEJ1bnVu 45160 +6IqC 45161 +IGRpcHBlZA== 45162 +IHJlZ2nDs24= 45163 +INmE2Yg= 45164 +INCx0LDQsw== 45165 +IHByZW1pZXJz 45166 +IGNo4buL 45167 +IOaJgOS7pQ== 45168 +6LGG 45169 +aWRleg== 45170 +IHF1b3Rh 45171 +IGdoZWU= 45172 +YXJrYW4= 45173 +IGdlbGF0aW4= 45174 +IENsZXJr 45175 +YmJsZXM= 45176 +IFBhaWdl 45177 +IHN0YWdlZA== 45178 +IHNvY2lhaXM= 45179 +IEJpemlt 45180 +IHZlbG9jaWRhZGU= 45181 +IG1hbGFyaWE= 45182 +IHNob3J0ZW5lZA== 45183 +IHNhbHV0 45184 +IEhlaGU= 45185 +IHbhu4s= 45186 +IFRhaXdhbmVzZQ== 45187 +IEFycmk= 45188 +Z3Jlcw== 45189 +5Y675LqG 45190 +KCk= 45191 +cmlhZA== 45192 +kZDr 45193 +IOOBvuOBmQ== 45194 +IG1hc2N1bGluaXR5 45195 +TFA= 45196 +IOuWoQ== 45197 +IHTDqXJtaW4= 45198 +IFbDpA== 45199 +IFNlaXRlbg== 45200 +IHJlc3BlY3RmdWxseQ== 45201 +w6Fv 45202 +IHRvdGFsZW1lbnQ= 45203 +IHNjcmFwcw== 45204 +IGluZnJpbmc= 45205 +IEJvc2U= 45206 +YW1hcg== 45207 +IEx1aXph 45208 +IEFSTQ== 45209 +INC/0LvQvtGF0L4= 45210 +IG1laWxsw6Q= 45211 +IERpb24= 45212 +5byA5aeL 45213 +IHNvdWhh 45214 +IGdlc2NoYWZmdA== 45215 +IGNvbnZvbHV0aW9u 45216 +IOKAkeKAkQ== 45217 +IDE0NA== 45218 +bGluZ3Q= 45219 +IG3DpG5uaXNr 45220 +IGd1c3RhZG8= 45221 +IGNvaW5lZA== 45222 +IEx1bHU= 45223 +5a6D55qE 45224 +b3BvdA== 45225 +IFByYXllcg== 45226 +IHJvYXN0aW5n 45227 +IGNocm9tb3NvbWVz 45228 +6aOv 45229 +0LXQu9C1 45230 +Qmx1ZQ== 45231 +IEVyZm9sZw== 45232 +6Ieq55Sx 45233 +INC/0YDQuNC00YPQvA== 45234 +IHJpc2tpbmc= 45235 +IEd1YXJkaWFucw== 45236 +IDIwMjQ= 45237 +w6hzZQ== 45238 +INCx0YPQtNGC0L4= 45239 +IGNvbnNlcnZl 45240 +IEJyaW5naW5n 45241 +IEFzdHJh 45242 +4LmA4LiC 45243 +INC60LDQutGD0Y4= 45244 +cmVzcGFjZQ== 45245 +INCe0L8= 45246 +INCy0L7QutGA0YPQsw== 45247 +5oWL 45248 +IG1hc2tlZA== 45249 +IFNoeQ== 45250 +IE5pbQ== 45251 +ZW5kYXM= 45252 +IO2PrOyduA== 45253 +IOuqqOyWkQ== 45254 +IHZhbGV1cg== 45255 +IE5lZ3Jv 45256 +IENEcw== 45257 +aW5rbGluZw== 45258 +IG1vbnTDs24= 45259 +IEhvbmQ= 45260 +UmVhbA== 45261 +IGZ1bGxuZXNz 45262 +IFdob29wcw== 45263 +IFNoYW5r 45264 +IEJyYW4= 45265 +IHRyYW5zbHVj 45266 +IGVycg== 45267 +IEdhcmRlbnM= 45268 +b3l1 45269 +IGFmZmlybWF0aXZl 45270 +5LiL5LiA 45271 +IHBvdHRlcnk= 45272 +bGl2ZQ== 45273 +aWF1 45274 +bW91bnQ= 45275 +IGZsdWN0dWF0aW9ucw== 45276 +5Z+O 45277 +w61lbQ== 45278 +IHB1bHNlcw== 45279 +IGNyaWFuw6dhcw== 45280 +zq/Osc+C 45281 +IGJhc3Rh 45282 +RU5OSVM= 45283 +INC60L7RgNC/ 45284 +IEZ1bms= 45285 +IOmAmQ== 45286 +w6VydA== 45287 +INC30LDRgtC10Lw= 45288 +IHBhcmFzaXRlcw== 45289 +44OZ 45290 +IGFpcmZsb3c= 45291 +IFh1YW4= 45292 +R8O8bG1l 45293 +IGJsb29taW5n 45294 +IG11bW15 45295 +IGJhbw== 45296 +IENsYXA= 45297 +YW50aWNz 45298 +c2tpbg== 45299 +Y2VudHJpYw== 45300 +YmVmb3Jl 45301 +IFJJQ0hBUkQ= 45302 +IEhhaG4= 45303 +VEFLRQ== 45304 +INGC0YDQtdGC0Yw= 45305 +IHByZXNzdXJlZA== 45306 +IEt1cno= 45307 +aXN0aQ== 45308 +INC90LDRiNC10LPQvg== 45309 +IHNlbWljb25kdWN0b3I= 45310 +IENsaW50 45311 +IHBsdXA= 45312 +IE9yaWdpbg== 45313 +IEV2ZW50cw== 45314 +IOqxseyglQ== 45315 +bXBmZW4= 45316 +TkVZ 45317 +IERX 45318 +IOu2ge2VnA== 45319 +IGluZm9ybXM= 45320 +IGZvcnNr 45321 +IGFtaWdh 45322 +IENpbmNpbm4= 45323 +U3Ry 45324 +IHBhcmlzaA== 45325 +IOy7pO2U 45326 +IHNpemk= 45327 +IHBsYW50YXRpb24= 45328 +IGJsaXZlcg== 45329 +INC/0L7Qu9C40YI= 45330 +IHN1YmRpdg== 45331 +IHJhbnQ= 45332 +IHByaW5jaXBhbHM= 45333 +5ZCm 45334 +IGt1bm5l 45335 +w7xnZW4= 45336 +YXJlc3BhY2U= 45337 +IHZhbGxhaGk= 45338 +IGNvbGxhcHNpbmc= 45339 +2KfZhNmF 45340 +IGxpZGVy 45341 +IHRhbWE= 45342 +IGdhZ25lcg== 45343 +cm9sbGU= 45344 +IOunkOyUgOuTnOs= 45345 +IGNhdGhlZHJhbA== 45346 +IFdlYnM= 45347 +IFBvbGl0aWNz 45348 +44GX44G+ 45349 +44Gj44Gm44KL 45350 +IERlbmlz 45351 +IHR1bw== 45352 +IHJlZnJhY3Q= 45353 +IGRpc2ludGVncg== 45354 +c3Rlcw== 45355 +INC70Y7QsdC+0LI= 45356 +IHdpbHQ= 45357 +IHRydXN0cw== 45358 +IGtvbXVu 45359 +IEJhc2tldA== 45360 +fiEh 45361 +bmFl 45362 +INCa0L7Quw== 45363 +IHN5bGxhYmxlcw== 45364 +IEhlbnJp 45365 +IE5hYg== 45366 +2YjYuQ== 45367 +IHdu 45368 +IGthbXA= 45369 +IFByYWd1ZQ== 45370 +IEJyZWFrZmFzdA== 45371 +IOq3uOuftA== 45372 +IGNodXQ= 45373 +IDMzMA== 45374 +IEluZHVzdHJpZXM= 45375 +5LiN566h 45376 +IGnFn2k= 45377 +IEdvbGRtYW4= 45378 +IMSwbnM= 45379 +dXNzYQ== 45380 +aXRoZQ== 45381 +hJA= 45382 +IFNPVU5E 45383 +0LDQu9GM0L3Ri9C8 45384 +Lig= 45385 +INCz0L7RgNCw0Lc= 45386 +IGRhZ2VnZW4= 45387 +IOuu 45388 +IHdhaXRlcg== 45389 +bGVuZ3Ro 45390 +IM+Dz4TOsQ== 45391 +IGNodW5reQ== 45392 +U2E= 45393 +IHJ1c3R5 45394 +IEp1ZGl0aA== 45395 +NzUw 45396 +IGVwb3h5 45397 +7Lmg 45398 +5Y+y 45399 +bWV0cm8= 45400 +IHJlamVjdGluZw== 45401 +IHNxdWlzaHk= 45402 +IHBsdXBhcnQ= 45403 +IG3DqXRo 45404 +IGFzcGlyaW5n 45405 +IERyYW1h 45406 +IHVwbGlmdA== 45407 +p4jri6Q= 45408 +Li4uLi4uLi4uLi4uLi4uLg== 45409 +oKTsmpQ= 45410 +IHTDqWNuaWNh 45411 +IHBhc2FuZG8= 45412 +VGhvc2U= 45413 +INGA0LDQt9C00LXQuw== 45414 +IG1lZGlvY3Jl 45415 +IE5pY2tlbA== 45416 +IHN1cGVyaGVyb2Vz 45417 +IG1pc3Npb25hcnk= 45418 +IFBhcmVjZQ== 45419 +IHJvdGF0aW9uYWw= 45420 +IHByZXR0 45421 +44Gd44GG44Gd44GG 45422 +IGxhbWE= 45423 +IGNhbnlvbg== 45424 +IGJldGVy 45425 +IFByb3Zvc3Q= 45426 +IGh2aXM= 45427 +IGRlYWN0aXY= 45428 +IEhlbHM= 45429 +cGZsaWNodA== 45430 +U29tZXRoaW5n 45431 +IFBpZXJjZQ== 45432 +IOqygOywsA== 45433 +bHVuZ2Vu 45434 +IHNpemluZw== 45435 +IGxhdGl0dWRl 45436 +IE5vbmV0aGVsZXNz 45437 +b21uaWE= 45438 +IFNhYnJpbmE= 45439 +IER5bmFtaWM= 45440 +5YO5 45441 +b250YQ== 45442 +7IaQ 45443 +IGRpcmVjdGl2ZQ== 45444 +IERlcG90 45445 +IGZ1ZWxlZA== 45446 +IGV4cGlyZQ== 45447 +IGNvbcO6bg== 45448 +IFNleHVhbA== 45449 +IEdvcmU= 45450 +IHJlc3RsZXNz 45451 +IEpBS0U= 45452 +0YLQtdGA0LXRgQ== 45453 +INGC0YDQsNC9 45454 +IEhvbHo= 45455 +5bCG 45456 +IEFjdG9y 45457 +5p2v 45458 +Y2FsbA== 45459 +IGVtYWlsZWQ= 45460 +IFBlYXI= 45461 +0YPQtNC4 45462 +0YDQsNC7 45463 +IG3DoHk= 45464 +IENIRUVSSU5H 45465 +5a6J5YWo 45466 +IHJldGFpbGVy 45467 +IHByb3Ry 45468 +IGRpc2NhcmRlZA== 45469 +IEhJUw== 45470 +IGV2YW5nZWxpY2Fs 45471 +IEVsc2U= 45472 +IGV4cGxvcmVz 45473 +IGNyaXRpY2l6aW5n 45474 +aWZpaw== 45475 +IHdoaXBwaW5n 45476 +IG9waXM= 45477 +b3VzZWQ= 45478 +RnJlZQ== 45479 +IO2MrA== 45480 +IG1pY3M= 45481 +cnVubmluZw== 45482 +T2I= 45483 +aXRpw6k= 45484 +IG5lY2VzaXRh 45485 +IERvbWluaWNhbg== 45486 +IEJhZ2g= 45487 +IHRlbmRlbmNpZXM= 45488 +IE1ldHJvcG9saXRhbg== 45489 +xZFs 45490 +INC30L3QsNC10Lw= 45491 +IFphbQ== 45492 +IERlYWRwb29s 45493 +YWxlxbw= 45494 +IGludmVzdGlnYXRpdmU= 45495 +IFByb251bmNpYXRpb24= 45496 +IGVtdWxhdGU= 45497 +IGJhbmNv 45498 +IC3imao= 45499 +5Yi7 45500 +IG92ZXJhcmNoaW5n 45501 +bGljaGVz 45502 +INCy0L7Qt9Cy0YDQsNGJ 45503 +IFNjYXJ5 45504 +IEtpYQ== 45505 +5Zyf 45506 +cm9udGluZw== 45507 +aW5uZWQ= 45508 +INuB2Yg= 45509 +7IiY66W8 45510 +576O5ZGz 45511 +d2Vs 45512 +IOuzhOuhnA== 45513 +IHVuaW50ZW50aW9u 45514 +YWFT 45515 +IG5pY2VzdA== 45516 +IFRlc3Rpbmc= 45517 +IElTSUw= 45518 +b2dlbm91cw== 45519 +INif 45520 +IGxpZXV0ZW5hbnQ= 45521 +IGJyYXVjaA== 45522 +IFRpcg== 45523 +ZHJpdmU= 45524 +IHRvbGVyYW50 45525 +IHNob290ZXJz 45526 +IOyYiOu7kA== 45527 +5q66 45528 +b250b24= 45529 +IHRlcmlh 45530 +aWV0ZXQ= 45531 +Um9u 45532 +bGVpZ2g= 45533 +Z2Fl 45534 +IG9sbWFr 45535 +IENsb25l 45536 +c29sZA== 45537 +IHNrZWxldG9ucw== 45538 +IGluY3VtYmVudA== 45539 +0L7QvNC1 45540 +Q09O 45541 +IGxldmVu 45542 +IG1pbGxlbm5pYWxz 45543 +IGVxdWF0b3I= 45544 +IEZlZGVy 45545 +IEFsZXhhbmRyYQ== 45546 +IHZyaWo= 45547 +IEhlYWx0aGNhcmU= 45548 +IO2VkQ== 45549 +IGVtcGhhc2l6aW5n 45550 +IGRpYWxvZ3Vlcw== 45551 +IGNoaWxsZWQ= 45552 +IHByb3c= 45553 +IFBhc3Npb24= 45554 +IExhZGVu 45555 +YXJpZXN0 45556 +YXBocmFn 45557 +IGFkZGl0aXZl 45558 +IFN0YWF0 45559 +IE5lcHQ= 45560 +IEhBTQ== 45561 +4LmA4Lit 45562 +ZGF5cw== 45563 +IO2WiOuNmA== 45564 +IHZvaWxh 45565 +INGF0Ls= 45566 +IERldXRzY2hl 45567 +cXVpcg== 45568 +T3Blbg== 45569 +IHJhbmdlZA== 45570 +IGxldmVycw== 45571 +IE1hbnNpb24= 45572 +cGFyZWQ= 45573 +IFRpdGFucw== 45574 +YXRvaXJl 45575 +IGVuZ2FnZXM= 45576 +eWV6 45577 +bmFkZW4= 45578 +IG9ic3RydWN0 45579 +IEVtbXk= 45580 +5ZWG 45581 +sKU= 45582 +IHRyb3Bo 45583 +IHRha2Vhd2F5cw== 45584 +Ky4= 45585 +dHljem5pZQ== 45586 +aMOpc2l0ZXo= 45587 +IHBvZMOtYQ== 45588 +IOyjvOuKlA== 45589 +IGNpdGF0aW9u 45590 +IEFxdWE= 45591 +IGRlYnVnZ2luZw== 45592 +0LLQsNC9 45593 +IOuLueyLoA== 45594 +INin2YTZig== 45595 +IGluc3RhbnRhbmVvdXM= 45596 +IEF1dHVtbg== 45597 +IGtlcGFkYQ== 45598 +IGdldGFu 45599 +aGluaQ== 45600 +eW50aGVzaXM= 45601 +INC/0LXRgNC4 45602 +IE1hY2Vk 45603 +UGFj 45604 +dW50dQ== 45605 +QnJh 45606 +INCz0L7RgNCw0LfQtNC+ 45607 +IDE5NTk= 45608 +INGC0LXQvNC/0LXRgA== 45609 +IHNhbmU= 45610 +IE9VUg== 45611 +YXN1 45612 +IOustOyX 45613 +IHZhbGxleXM= 45614 +IGxpc3Rpbmdz 45615 +IHByemVkc3Rhdw== 45616 +IGd1bW15 45617 +IGNvcnRpc29s 45618 +IE9icmln 45619 +IEFsbGllZA== 45620 +0L7QttGD 45621 +IGfDqW7DqXI= 45622 +IGRvY3M= 45623 +IENoaWxp 45624 +IEFiZHVsbGFo 45625 +S2l0 45626 +IGNvbnRyaWJ1dG9ycw== 45627 +0LPQvtGA 45628 +0LvQtdGA 45629 +IGJpbmRlcg== 45630 +IG1vZMOobGU= 45631 +7YWQ 45632 +IGludGVpcm8= 45633 +bWlz 45634 +ZmVyYQ== 45635 +2KfYsA== 45636 +TWFuaWE= 45637 +IO2ZnOuPmQ== 45638 +IOu0kOyalA== 45639 +IEpheg== 45640 +57uT 45641 +0ZbQu9GM0LrQuA== 45642 +cmlzaG5h 45643 +IOq1sA== 45644 +IHRhbWFuaG8= 45645 +IGFwcGxpYW5jZQ== 45646 +IFJlc2lzdGFuY2U= 45647 +IExPT0s= 45648 +IEh5cA== 45649 +IEhlaWw= 45650 +RmlyZQ== 45651 +dWp1 45652 +IGhlYWxz 45653 +IG1hbHQ= 45654 +IFZFUlk= 45655 +INGF0L7Rh9C10YjRjA== 45656 +IGxpbmdlcg== 45657 +IE5hcnI= 45658 +IFJlZ3VsYXI= 45659 +IExvb3A= 45660 +IExlbm8= 45661 +IHNvcnRpZQ== 45662 +IFNlcnZl 45663 +IOydtQ== 45664 +IEx1ZWdv 45665 +aXR0w6Q= 45666 +IHVuZGVz 45667 +6LO9 45668 +5aaC5p6c5L2g 45669 +IHNsaXBwZXJz 45670 +IG9uZGE= 45671 +IMSQw6J5 45672 +IHRhcGVk 45673 +IHRyYXZlcnNl 45674 +IHJlbGF0aXZpdHk= 45675 +IFlvc2hp 45676 +Y2pvbg== 45677 +aWxhdGVk 45678 +YWN0aXZlbHk= 45679 +INCh0L7Qsg== 45680 +5oiR6KeJ5b6X 45681 +IFBPTA== 45682 +0KDQmA== 45683 +aW5mbGFtbQ== 45684 +Y2hlZXJmdWw= 45685 +INee15DX 45686 +ID4+Ww== 45687 +bWluc3Rlcg== 45688 +INCy0LvQuA== 45689 +IGlkZW50aWZpZXI= 45690 +IExhbWJkYQ== 45691 +IHRyb3M= 45692 +IGZsYXdsZXNz 45693 +IGRldHJpbWVudGFs 45694 +IGJ1bmxhcsSx 45695 +V2Fy 45696 +IHJlZ2nDo28= 45697 +55yf55qE5piv 45698 +IEJpa2U= 45699 +Y2Vzc29ycw== 45700 +IGPDuW5n 45701 +IFJO 45702 +IOq9gw== 45703 +IGvDvMOnw7xr 45704 +IEJlZ2lubmluZw== 45705 +7Zi46w== 45706 +IGdld2U= 45707 +IGRlbm90ZQ== 45708 +IEFsYmVydG8= 45709 +IHByb2Jpb3Q= 45710 +IG9kZQ== 45711 +IG1vbGFy 45712 +IGJ1cnN0aW5n 45713 +YXNzdW1lZA== 45714 +IGZvb3RwcmludHM= 45715 +dmVkYQ== 45716 +IHN0ZXJvaWRz 45717 +IGZsYW1pbmc= 45718 +IEVsbGVy 45719 +IGVya2VubmVu 45720 +w6R0emVu 45721 +IGxpZmVjeWNsZQ== 45722 +IERPVQ== 45723 +IEthcmVuYQ== 45724 +IEd1ZXJyYQ== 45725 +6L+Y5piv 45726 +IHNpbmlzdGVy 45727 +IHBvZMOpaXM= 45728 +IHBhcmFi 45729 +IG9rbw== 45730 +IG1hdMOpcmk= 45731 +IGNhcmlj 45732 +c29uYXJv 45733 +IHByYXRpY2FtZW50ZQ== 45734 +0YPRgdCw 45735 +IGNvbXVucXVl 45736 +IHZpZ2lsYW50 45737 +IHJlZ2ltZXM= 45738 +IFNob290aW5n 45739 +IHJhaWRz 45740 +IE5vcmE= 45741 +IFdpZWRlcg== 45742 +bWVucw== 45743 +INGB0L7QtA== 45744 +IOqyveyasOyXkOuKlA== 45745 +INCy0YXQvtC0 45746 +IGF1dG9iaQ== 45747 +IFNjaG4= 45748 +IFJvYmJpZQ== 45749 +IEZpdG5lc3M= 45750 +INC60L7QvdGE 45751 +IHBlbmd1aW4= 45752 +0LzQvtGC0YDRjw== 45753 +INC80LjQvdC40Lw= 45754 +cGxheXM= 45755 +IGRlbGVnYXRlcw== 45756 +TWVy 45757 +IHNpc3RlbQ== 45758 +IE1pY2hhZWxz 45759 +bWFsZQ== 45760 +2KfYuQ== 45761 +IGPDoWNo 45762 +IEjDpA== 45763 +INeZ15XXk9ei 45764 +IHN1cGVycG93ZXI= 45765 +IHN0cm9u 45766 +IHJvdmVy 45767 +IGTDqXBlbmQ= 45768 +6Zmz 45769 +IHJldGlyaW5n 45770 +IHZhbXBpcmVz 45771 +IG1lcmRl 45772 +IENoYW5naW5n 45773 +IHRhbWU= 45774 +IHNwb2tlc3BlcnNvbg== 45775 +IGNheQ== 45776 +IGZsaXJ0aW5n 45777 +IEdyw7Y= 45778 +IHfDpHI= 45779 +IHd5Yg== 45780 +IGNvZXVy 45781 +4bqhbmg= 45782 +IOyZgOyEnA== 45783 +IGNvbm5haXM= 45784 +IEh1bmRyZWRz 45785 +IEJlYQ== 45786 +IM6xz4A= 45787 +cHJ1Y2g= 45788 +IHNvY2llZGFkZQ== 45789 +IFdoaWxzdA== 45790 +IEthaXQ= 45791 +ZXNwYWNl 45792 +IGNoaWE= 45793 +IEVybQ== 45794 +IOuwlOq/ 45795 +IGZlbmNlcw== 45796 +IE1vcnRhbA== 45797 +6rKB 45798 +INCz0YDQsNGE 45799 +IEhvbWVsYW5k 45800 +IEpVTg== 45801 +aXNzdA== 45802 +IHBhcmxhcg== 45803 +IHNwb3J0eQ== 45804 +w6lv 45805 +IGRlZXBlbg== 45806 +IEJlaGF2aW9y 45807 +6YCP 45808 +5ZOI5ZOI5ZOI 45809 +IGVycmFuZA== 45810 +IHJvdGFyeQ== 45811 +IFdlbGxpbmd0b24= 45812 +V2luZA== 45813 +IG1lc2VsYQ== 45814 +4bqjbmc= 45815 +aWVuZGU= 45816 +IGV4Y2VsbA== 45817 +IEdlbml1cw== 45818 +IEVkdWFyZG8= 45819 +5pyJ5Lq6 45820 +IMWfdW51 45821 +IMSwc3RhbmJ1bA== 45822 +IHByb2R1dG8= 45823 +IOOFjuOFjg== 45824 +T0ZG 45825 +IHdvbGx0 45826 +54iG 45827 +IOuJtOyKpA== 45828 +IGxhc3M= 45829 +IGhlcnR6 45830 +IGFyb21hdGlj 45831 +INC30LLQvtC9 45832 +IGF1dG9j 45833 +IEx1c3Q= 45834 +IDExMg== 45835 +IM6X 45836 +IHJldmlld2Vycw== 45837 +IHJlY2VwdGl2ZQ== 45838 +5bCN5LqG 45839 +w6JuZA== 45840 +b2dsbw== 45841 +IOyVhOuLmQ== 45842 +IG5nbw== 45843 +0ZbRgtC4 45844 +w6V0 45845 +Y29ubw== 45846 +IHRla3Jhcg== 45847 +IOyjvOqzoA== 45848 +IGdlbG1pxZ8= 45849 +IGJlZHRpbWU= 45850 +IEFyZ2g= 45851 +QURB 45852 +INCz0L7RgNC+0LTQsA== 45853 +IMSH 45854 +IGFsbGlhbmNlcw== 45855 +Z2lnZ2xpbmc= 45856 +IHllcmRl 45857 +IHNwaWVz 45858 +IGd1dGVz 45859 +w6dp 45860 +IGFsbHRpZA== 45861 +IExhaA== 45862 +npDr 45863 +IGRva8WCYWQ= 45864 +2YjZig== 45865 +IHRveGljaXR5 45866 +IGNhbmNlbGxhdGlvbg== 45867 +IDE5NTg= 45868 +ZHJv 45869 +IOyekeydgA== 45870 +IE1vdG9yb2xh 45871 +IG11bHRpbg== 45872 +IGVudGh1c2lhc3Rz 45873 +IE1pZ2h0eQ== 45874 +IENvY29udXQ= 45875 +OuOAjA== 45876 +IFBpY3R1cmVz 45877 +IHNhbmdyZQ== 45878 +IGJsaW5raW5n 45879 +b2xlc29tZQ== 45880 +IOyKpO2DgOydvA== 45881 +RlA= 45882 +IGJvb21pbmc= 45883 +INC00LXRgdGP0YI= 45884 +IHJhdGNoZXQ= 45885 +IHRpbWVsaW5lcw== 45886 +bGVuZXNz 45887 +IGNhZ2Vz 45888 +IEdvb2RuaWdodA== 45889 +b21ldGltZXM= 45890 +IGN1bm5pbmc= 45891 +IFJpc2s= 45892 +dWxlZA== 45893 +ZGFkZQ== 45894 +IHByYXRh 45895 +IGd1c3RhcsOtYQ== 45896 +YW11cw== 45897 +IEppbnBpbmc= 45898 +IGVzdHJ1dA== 45899 +IGRlc2NvYnJpcg== 45900 +IE3EgQ== 45901 +IEFsbGFu 45902 +IOWIhg== 45903 +INec16c= 45904 +IHByZXNlcnY= 45905 +IFN0cmF3YmVycnk= 45906 +xI8= 45907 +THU= 45908 +IGtybw== 45909 +IFJlcG9ydHM= 45910 +7IWU7JW8 45911 +IHZhbHQ= 45912 +IHBvdXZhaXQ= 45913 +IGFwcGFy 45914 +IEJvbmU= 45915 +IHByZWZlcmFibHk= 45916 +IFJlcMO6YmxpY2E= 45917 +5bCx5Yiw 45918 +IGhlcnpsaWNo 45919 +IGNoaW1uZXk= 45920 +IMOnZXY= 45921 +IHZpc2Fz 45922 +IHZlcnI= 45923 +IGN1bHRpdmF0aW9u 45924 +IEFybWVuaWE= 45925 +INCy0LTRgNGD0LM= 45926 +IGNvY2tybw== 45927 +cmV0Y2hlZA== 45928 +YXJ0eg== 45929 +INC70Y7QtNGP0Lw= 45930 +IHBvbMOtdGljYXM= 45931 +IFBhbno= 45932 +IEFLQQ== 45933 +IOuIjOufrA== 45934 +IGVycm8= 45935 +IGNhbXBlcg== 45936 +IDEwMg== 45937 +4KS4 45938 +ZG9uZQ== 45939 +IGhvYXJk 45940 +INCf0L7RgtC+0Lw= 45941 +amVvbmc= 45942 +IGRlc3Rh 45943 +cGFr 45944 +IGluaW0= 45945 +IGdyb3dlcnM= 45946 +IE1lc3NhZ2U= 45947 +IGVsZWN0b3I= 45948 +ZW5nYWdl 45949 +IEZvcmJlcw== 45950 +IENpbmNpbm5hdGk= 45951 +IGRpZmbDqXJlbmNl 45952 +ZGY= 45953 +IHNwYXI= 45954 +IGF3YWl0cw== 45955 +IFVTU1I= 45956 +IFJpc2luZw== 45957 +IEhvxZ8= 45958 +IGZvb3Rpbmc= 45959 +IGNvbmRpY2lvbmVz 45960 +0YLQvtGA0L7Qsg== 45961 +IGNsaW5pY2lhbg== 45962 +IERpc2t1c3M= 45963 +5aOT 45964 +16jXkg== 45965 +16U= 45966 +aXRlaXQ= 45967 +Z3Jlbg== 45968 +IGNoYXJpc21h 45969 +IGxldWtl 45970 +IGlycml0YXRpbmc= 45971 +IGNpcmNh 45972 +IFJob2Rlcw== 45973 +IHBpb3I= 45974 +IGhhbmRpY2Fw 45975 +cm95YWJsZQ== 45976 +IHZ1bGw= 45977 +T0c= 45978 +IGluw61jaW8= 45979 +aWVyaQ== 45980 +IHNwbGFzaGluZw== 45981 +IGRlbWlzZQ== 45982 +IGFzc2lzdGly 45983 +0YfRgtC+ 45984 +IGNvdmVydA== 45985 +IEd1ZA== 45986 +4LiJ 45987 +a2zDpHI= 45988 +IOyekOq+uA== 45989 +IHZlcsOkbmRlcnQ= 45990 +IFJFTQ== 45991 +IENvbnZlbg== 45992 +YXRnZQ== 45993 +IHBpZXJ3c3pl 45994 +IGNsZXJneQ== 45995 +bGluZ3Rvbg== 45996 +bGl2 45997 +VlBO 45998 +INGB0L7QttCw0Ls= 45999 +IEhhdGU= 46000 +44Go44GT44KN 46001 +z4bOvw== 46002 +IFJlc3BvbnM= 46003 +0L7Qt9C0 46004 +IGV0bWVr 46005 +IGNoZW1pbg== 46006 +2YXYqQ== 46007 +IOqwgOyhsQ== 46008 +VHJl 46009 +IHVtYXM= 46010 +IEJ1cnRvbg== 46011 +IHBhdHJpYXJjaA== 46012 +IFNtaXRoc29uaWFu 46013 +pZg= 46014 +TW9vbg== 46015 +QWly 46016 +IG1lZGlvcw== 46017 +IGVyYXNlcg== 46018 +IHdvbGx0ZW4= 46019 +IHBhcmVpbA== 46020 +IEJpbGxpZQ== 46021 +5oq9 46022 +0LXRgNGC0LI= 46023 +IHBhcmxhbWVudA== 46024 +IGFnb255 46025 +IFFVRQ== 46026 +c2VxdWVudGx5 46027 +QW5vdGhlcg== 46028 +IFdoZXc= 46029 +IEFubnVhbA== 46030 +IHNlYmVu 46031 +7IOB7J2E 46032 +dmFsdWVz 46033 +npzrp4w= 46034 +IHNpbm9u 46035 +ZXJlYWw= 46036 +IEVubGlnaHQ= 46037 +IENoZW1pc3RyeQ== 46038 +IENhdGFsdW55YQ== 46039 +IGRvY3Ry 46040 +YW50b24= 46041 +IHN0dWs= 46042 +IFBsYXRl 46043 +IEthcmRhc2hpYW4= 46044 +IGZpbG9z 46045 +IFdldA== 46046 +INC/0L7Qv9GL0YI= 46047 +IHVua25vd25z 46048 +IFNjaG9u 46049 +IEJhbGR3aW4= 46050 +IHRlbGVzY29wZXM= 46051 +IEd1Y2Np 46052 +b3hpZGU= 46053 +IENvbnNlcnZhdGl2ZQ== 46054 +7ISx7J2E 46055 +IGhpbmF1cw== 46056 +UG93ZXI= 46057 +IOqxtOqwlQ== 46058 +IHByZXZhaWw= 46059 +b3JtYW4= 46060 +bWFjaGluZQ== 46061 +IDE5NDY= 46062 +IHVuYmVs 46063 +IHNjaGF1dA== 46064 +IHBpZWw= 46065 +ZWVudGg= 46066 +IG9iamVjdGl2ZWx5 46067 +IGNoYWtyYQ== 46068 +YXVkaW8= 46069 +IGNoaWNvcw== 46070 +IFZhdWx0 46071 +5bCI 46072 +IG1lZGljaW5hbA== 46073 +IFRhaWw= 46074 +V2hpbGU= 46075 +IGFzcGhhbHQ= 46076 +IGZyb3pl 46077 +IEVL 46078 +dW5jaGluZw== 46079 +bm9zaXM= 46080 +MjAxNQ== 46081 +IEdyaQ== 46082 +IG9kZGx5 46083 +IE3DpHI= 46084 +IEFlZw== 46085 +Y29sbw== 46086 +UGFy 46087 +IOuTpOyWtOs= 46088 +IHZpbmRlbg== 46089 +IE9WRVI= 46090 +IGljZWQ= 46091 +IHNjb3Jw 46092 +IGhhYw== 46093 +cXVhbGlmaWVk 46094 +INGD0LLQuNC00LXRgtGM 46095 +ZXJtbw== 46096 +SEVO 46097 +IHNvaQ== 46098 +IG11bHRpcGxlcw== 46099 +IGxheW91dHM= 46100 +IGJsaW5kbmVzcw== 46101 +IEJvd3Nlcg== 46102 +INC/0L7QtNGC 46103 +IMOO 46104 +dmVudGlvbmFs 46105 +IG1hdGE= 46106 +bWFkxLE= 46107 +IGdlZXo= 46108 +IGNhZGVuY2U= 46109 +IHdhxbxuZQ== 46110 +IENocmlzdGll 46111 +dmVuZ2U= 46112 +Q2FsbA== 46113 +IHR1cm5hcm91bmQ= 46114 +IGJsb2I= 46115 +INCv0Lo= 46116 +IFZvaWNlb3Zlcg== 46117 +IHBlcmls 46118 +IEphaW1l 46119 +IEhPWQ== 46120 +bGFuZQ== 46121 +IHNlYmVs 46122 +IER1bw== 46123 +IEhpc3RvcmljYWw= 46124 +IGRuaQ== 46125 +IGdlbWE= 46126 +eWs= 46127 +IHNhYmVt 46128 +4bqvbmc= 46129 +IHZhcnM= 46130 +IFJvbm5pZQ== 46131 +IFJvbmFsZG8= 46132 +IFBlcnF1w6g= 46133 +bnNpbm4= 46134 +aGFpcg== 46135 +IHJlbGVudGxlc3M= 46136 +IGx5bg== 46137 +IHRyYXZlbGVy 46138 +5oCO6bq85LqG 46139 +bmluZQ== 46140 +IGFudGlt 46141 +IOy8gA== 46142 +IHNub3diYWxs 46143 +INGF0LDRgNCw0LrRgtC10YA= 46144 +IGludGVybnM= 46145 +IGNvbnN0aXR1ZW5jeQ== 46146 +INCd0LDQvA== 46147 +15zXnA== 46148 +VkVM 46149 +IHZpa3RpZ3Q= 46150 +IGFwb3lv 46151 +2YTYqA== 46152 +IGphcmQ= 46153 +IGhlaWdodGVuZWQ= 46154 +0YDQvtGB0YI= 46155 +IFNNSVRI 46156 +INC00LXQu9Cw 46157 +IHJlcGFpcmluZw== 46158 +IHJpZ3Q= 46159 +IFNoZWlraA== 46160 +IEJyaXRuZXk= 46161 +IGV2ZXJ5dGltZQ== 46162 +IGFkdmVudHVyb3Vz 46163 +b2NrZXk= 46164 +ZXJudA== 46165 +IGF0YXF1ZQ== 46166 +IEFsdGVybmF0aXZlbHk= 46167 +ZWZmZWN0 46168 +IHBhbGF2cmFz 46169 +IEVsbGlvdHQ= 46170 +IHLDqXVzc2k= 46171 +IGh5cGVydGVuc2lvbg== 46172 +IE1hbnVhbA== 46173 +IHByb3BoZXRpYw== 46174 +IGhhbmRj 46175 +0YzQtQ== 46176 +IHJlZnJhaW4= 46177 +IFNxdWlk 46178 +7J6h 46179 +INC60L7QvNCw0L0= 46180 +w6RsbGVu 46181 +IGxsZWfDsw== 46182 +IGJhc2g= 46183 +aW9ueQ== 46184 +INGB0LrQu9Cw0LQ= 46185 +INC60LDQsQ== 46186 +IGNhcmVsZXNz 46187 +IFBvb2w= 46188 +IHRyw6Fz 46189 +IGZpbHM= 46190 +IFNjaHI= 46191 +IHNwcmF3ZA== 46192 +IE1vbmF0ZW4= 46193 +IHVuZm9yZ2V0dGFibGU= 46194 +IENvdHRvbg== 46195 +IGluY29udmVuaWVudA== 46196 +IFJY 46197 +b3Jpcw== 46198 +IGh1bWJsZWQ= 46199 +16rXlw== 46200 +INii2b4= 46201 +IGluY3Jlw60= 46202 +IEtvbW1lbnRhcmU= 46203 +6IiS 46204 +cmFjacOzbg== 46205 +IHZhbnRhZ2U= 46206 +IFNlYWw= 46207 +IOydtOqxsOulvA== 46208 +IGpvdWU= 46209 +44Gd44GG44Gn44GZ44Gt 46210 +IOyYpOuemA== 46211 +INC40YHQv9GL0YI= 46212 +b2Jlbg== 46213 +IGdyYXRl 46214 +IGNvbnRyb2xl 46215 +IFBlcmN5 46216 +xYJhZGE= 46217 +IHNpbXVsdGFuZW91cw== 46218 +IHByb3RvdHk= 46219 +IGdyb8OfZXI= 46220 +IGJld3Vzc3Q= 46221 +aW5pemk= 46222 +IHBhc3NpZXJlbg== 46223 +IEhhcHBpbmVzcw== 46224 +5YmH 46225 +c2hp 46226 +Z2VodA== 46227 +IHN0YXRpb25lZA== 46228 +IEVyZ2Vibmlz 46229 +IGRpcmVjdGFtZW50ZQ== 46230 +IHN1cnZpdmVz 46231 +IHBlcnNvbmVz 46232 +QkVSRw== 46233 +IHZvbWl0aW5n 46234 +IGNvbmhlY2Vy 46235 +IGFkam91cg== 46236 +IENpdmlj 46237 +cGVp 46238 +YnVyc3Q= 46239 +IOuLpOuLiA== 46240 +6Y8= 46241 +IHNsZWQ= 46242 +IHBsYXRhZm9ybWE= 46243 +IFNlY3Q= 46244 +IERlZmlu 46245 +55m76Yyy 46246 +w6lub20= 46247 +Y2huZXQ= 46248 +IHByb2ZpdGFiaWxpdHk= 46249 +IGVycmVpY2h0 46250 +4buPaQ== 46251 +Y2F0aW9u 46252 +IOyngOq4 46253 +IHBlcmRyZQ== 46254 +IGZlbG9ueQ== 46255 +IDE5NTc= 46256 +5oiR5b6I 46257 +IHVuc3VjY2Vzc2Z1bA== 46258 +IG5hZ3lvbg== 46259 +IGVsYXN0aWNpdHk= 46260 +IGZhY2FkZQ== 46261 +IGVhcnRobHk= 46262 +INCw0LzQtdGA0LjQutCw0L0= 46263 +IGNvbm4= 46264 +Y2xh 46265 +RHU= 46266 +IHBvbGl0aXF1ZXM= 46267 +IGhhbG8= 46268 +aWFudGVz 46269 +INC80L7QtdC5 46270 +44Oz44OJ 46271 +dG9uZXM= 46272 +ZWxpZXI= 46273 +6K6a 46274 +aHRha2luZw== 46275 +IHdpY2h0aWdl 46276 +IGFubm8= 46277 +IExvaw== 46278 +aWxsaW9ucw== 46279 +IHZpdmVy 46280 +IHNvbGNoZW4= 46281 +IHN1Zg== 46282 +IFNhbHo= 46283 +IE52aWRpYQ== 46284 +enVnZQ== 46285 +IFNwaWtl 46286 +VmlkZW8= 46287 +IHR3b3I= 46288 +IEFsYQ== 46289 +6JGJ 46290 +IGhhbnlh 46291 +IEFkbQ== 46292 +7J21 46293 +IFBhdGllbnRlbg== 46294 +IE9uaW9u 46295 +IEtvYmU= 46296 +IFNjZW5l 46297 +IFJhc2g= 46298 +5qiZ 46299 +0YDQsNGB0YI= 46300 +aXN0YW5p 46301 +R2VuZXJhbA== 46302 +bGV5ZQ== 46303 +aW1iYXA= 46304 +IGNvbmNlYWxlZA== 46305 +IEZyaWRheXM= 46306 +IFdvb2w= 46307 +INC90L7QstGL0YU= 46308 +2LTYsQ== 46309 +IOqysOqzvA== 46310 +IGplZG9jaA== 46311 +tOyLnA== 46312 +k6Trj4Q= 46313 +IOyepeuCnA== 46314 +dWt0 46315 +TG91 46316 +IOuoueyWtA== 46317 +IEV4cGVjdA== 46318 +INC00L7QvNC+0Lk= 46319 +IGlycmVzcG9uc2libGU= 46320 +IGFjZXJjYQ== 46321 +IFp1c3Q= 46322 +16jXmA== 46323 +VUk= 46324 +IHlvdXR1YmVycw== 46325 +IFBvc2l0aXZl 46326 +IHNvY2lvZQ== 46327 +IHNuYXRjaA== 46328 +6IOM 46329 +IHJlZnJlc2hlZA== 46330 +IG5vbWluYXRpb25z 46331 +IFBhdHQ= 46332 +IG9ic29sZXRl 46333 +IGRlbWnFnw== 46334 +5Y+k 46335 +b3JtdcWf 46336 +IOyGlOynge2eiA== 46337 +IGZsYQ== 46338 +IGNyYXppZXN0 46339 +IFppZQ== 46340 +IFTDug== 46341 +emVw 46342 +aWNlbQ== 46343 +IOupi+yeiA== 46344 +IGN5bmljYWw= 46345 +44Gd44KT44Gq 46346 +IHRyZXNw 46347 +IGNyYXo= 46348 +1aXV 46349 +IG5lbGxl 46350 +IG1waA== 46351 +IE5lcmVk 46352 +IEtvYg== 46353 +IEVjaw== 46354 +qLjri4g= 46355 +SmFu 46356 +INCi0L7Qs9C00LA= 46357 +IGRlY2k= 46358 +IFZvZw== 46359 +IGJ1YmJsaW5n 46360 +6YCA 46361 +w7ph 46362 +IHByb2R1Y3Rvcw== 46363 +aWJlcmFs 46364 +IHJlcGxpY2F0ZWQ= 46365 +IEltcHJvdmU= 46366 +aWxsYXJ5 46367 +Q2hh 46368 +IHLDqWR1 46369 +g5DtlZjrqbQ= 46370 +IGNvbm5vdA== 46371 +IEtyaXQ= 46372 +INC00YPRhdC+0LI= 46373 +IHRyZWFkbWlsbA== 46374 +IFBX 46375 +INC30L7QstGD0YI= 46376 +IGNsYW1z 46377 +IGRyYWZ0aW5n 46378 +IDE5NTY= 46379 +dW50YQ== 46380 +IGV4cGVuZGl0dXJlcw== 46381 +IEhvb3Zlcg== 46382 +V09P 46383 +0YjQtdC1 46384 +IGRlZHVjdGlvbg== 46385 +bW9uYXJ5 46386 +IHJlY2li 46387 +IHBvdm8= 46388 +IOuNlOs= 46389 +IFBBTA== 46390 +IEJsb3c= 46391 +IHd5cA== 46392 +IGRlc3RhYw== 46393 +ZGVhbA== 46394 +R3JhZW1l 46395 +IG7DqWNlc3NhaXJl 46396 +IGRhbW5lZA== 46397 +IDE5Mzg= 46398 +IOyLpOygnOuhnA== 46399 +IHRyb29w 46400 +IGluc2lnaHRmdWw= 46401 +IFRK 46402 +INC+0YHQsg== 46403 +IGZpZGVsaXR5 46404 +IFNraXA= 46405 +IE1heW8= 46406 +66ed 46407 +YXBwZQ== 46408 +IGJsYXM= 46409 +IFdZ 46410 +IEdO 46411 +Y3Rhcg== 46412 +U3U= 46413 +IGN1ZW50 46414 +aGV3cw== 46415 +IGNvcnBzZXM= 46416 +QWJz 46417 +IHdhc3Rld2F0ZXI= 46418 +IGNpZWs= 46419 +IE9udQ== 46420 +IGV4cGxvc2l2ZXM= 46421 +IGFybWE= 46422 +IFNURVBIQU4= 46423 +cG9saXRpaw== 46424 +IE9zYWth 46425 +dGHFgg== 46426 +IHlhcMSxeW9y 46427 +IGl6cXVpZXI= 46428 +IGJlbGV6YQ== 46429 +IFd5YXR0 46430 +5ZC4 46431 +IHN1aw== 46432 +IHNwZWNqYWw= 46433 +IGRhbmtl 46434 +d2hpc3RsZQ== 46435 +IGbDrXNpY2E= 46436 +IEhhcnJpZXQ= 46437 +IOyVhO2MjA== 46438 +IHdpbGxrb21tZW4= 46439 +aXBpbmc= 46440 +INGB0LzQvtGC0YDQuNGC0LU= 46441 +INC80L7QttC10YjRjA== 46442 +IGluYWNjdXJhdGU= 46443 +IGFycm9nYW5jZQ== 46444 +IFJlbW8= 46445 +zrPOrA== 46446 +YXNzZWQ= 46447 +IGRlbGl2ZXJpZXM= 46448 +IHN0aW5reQ== 46449 +INC/0LXRgNC10LY= 46450 +amF5 46451 +IHRyYW5zaXRpb25hbA== 46452 +IHJlcmU= 46453 +IE5HT3M= 46454 +IEFUTQ== 46455 +2K7Yqg== 46456 +aW9sb2d5 46457 +INCy0LvQsNC0 46458 +IHNjaG1l 46459 +IFNoaW5l 46460 +7JWh 46461 +cGFudHM= 46462 +IHNlcmdl 46463 +IHNlbmhvcg== 46464 +IGFiZHVjdA== 46465 +IEJyeWFudA== 46466 +VkVT 46467 +IGF3YWtlbmVk 46468 +IExheg== 46469 +cm9wb2xpcw== 46470 +IExhbw== 46471 +6L6b6Ium 46472 +IHZpbGxh 46473 +IHN1bW1lcnM= 46474 +IGVudGhhbA== 46475 +IDE5NDk= 46476 +Vmlh 46477 +IOyWtOyo 46478 +IHRlbmRvbg== 46479 +IHZpb2xldA== 46480 +IGludGVsbGVjdHVhbGx5 46481 +IGJvdW5jZWQ= 46482 +YXJhdXM= 46483 +IDE5MTk= 46484 +IHZyYWFn 46485 +IHNwZWw= 46486 +IFNjaHdhcg== 46487 +U2NvdHQ= 46488 +IEluZG8= 46489 +IOunnQ== 46490 +IGNhbm9uaWNhbA== 46491 +IElLRQ== 46492 +IHRoYXTDrXM= 46493 +IG1lbGxhbg== 46494 +5q+S 46495 +aWdtYXQ= 46496 +Q291bGQ= 46497 +Li4uPyk= 46498 +IGZvYXJ0ZQ== 46499 +IEt1bWFy 46500 +cmVuZG8= 46501 +IMOpbMOp 46502 +4LQ= 46503 +dmFsdWF0aW9u 46504 +Y2FzZXM= 46505 +IGludHVpdGl2ZWx5 46506 +aG9uZw== 46507 +ZXR0ZWQ= 46508 +IHNvdXZlbg== 46509 +IG1vcmI= 46510 +IGNvcnM= 46511 +IE5W 46512 +IEhhc2Fu 46513 +5oOF5Ya1 46514 +aWV2ZWQ= 46515 +IOyngOq4iOydgA== 46516 +IGR1bXBsaW5n 46517 +IGNvbnRyw7RsZQ== 46518 +IGFtYmlndWl0eQ== 46519 +5qmf5pyD 46520 +IGNvZw== 46521 +IFNjcmlwdHVyZXM= 46522 +IGNhaQ== 46523 +IGJldmVy 46524 +5aSn5a626YO9 46525 +IGh1aXM= 46526 +IGFpbWU= 46527 +IGVya2zDpHJlbg== 46528 +IExN 46529 +IEZleQ== 46530 +6Zq+ 46531 +4K6x4K6k 46532 +IHN1cGVydmlzZWQ= 46533 +IGpld2U= 46534 +c3Bs 46535 +INGG0LXQvdGC0YA= 46536 +IGNvbGxpc2lvbnM= 46537 +2YTZgQ== 46538 +IEhvZ3dhcnRz 46539 +IER1cmhhbQ== 46540 +15XXow== 46541 +IHBob3NwaGF0ZQ== 46542 +IG92ZXJzZWU= 46543 +IGluc3BlY3Rpb25z 46544 +IGJyaW5j 46545 +IFphaw== 46546 +IHBheW9mZg== 46547 +IGNoYXVk 46548 +IEh1bmdlcg== 46549 +w6Nvcw== 46550 +dmly 46551 +IGZpYW5jZQ== 46552 +IGJvdWc= 46553 +bGl2ZWQ= 46554 +Y3J5 46555 +5Zue5L6G 46556 +IGpvaW50bHk= 46557 +IGdpcmxmcmllbmRz 46558 +IE5leHVz 46559 +pqzqsqDsirXri4jri6Q= 46560 +IEt3YW5n 46561 +5ZOI5ZuJ 46562 +5aeR 46563 +xYLEmQ== 46564 +IE5lZGVu 46565 +aWVjZQ== 46566 +IGluc2VydGluZw== 46567 +5p+T 46568 +IE11bW15 46569 +IEdsb2Jl 46570 +IGxlZQ== 46571 +IGdlcm1hbg== 46572 +IGNyZWFtcw== 46573 +YWNobw== 46574 +IGNoxrBh 46575 +IEdhbGlsZQ== 46576 +IGbDvHJz 46577 +IGVzdGl2ZXI= 46578 +Y2lkb3M= 46579 +Q2hyaXN0aWFu 46580 +IGxvcnNxdQ== 46581 +IGN1dGVzdA== 46582 +dmFsZQ== 46583 +INC60YDQtdC/ 46584 +IHdhcnk= 46585 +IHNsaWNpbmc= 46586 +IGVzcGVyYW5kbw== 46587 +IFZhbmRlcg== 46588 +IERlaXhh 46589 +IDE5NTQ= 46590 +IG3Ds3dpxIU= 46591 +0ZbRlA== 46592 +IHRvb2xpbmc= 46593 +IHJlc3Rvcg== 46594 +IHBvc2ljacOzbg== 46595 +IGludGVudGFy 46596 +IEFwYWNoZQ== 46597 +T1VM 46598 +INmI2Kg= 46599 +IG1hdGnDqHJl 46600 +44O844KT 46601 +IGxpbmVu 46602 +IGVzdHJhdMOpZw== 46603 +IE11dHRh 46604 +6aGv 46605 +6KGM5LqG 46606 +IHBhcnRpbmc= 46607 +IG1pbmltaXppbmc= 46608 +IGFwcHJlbmRyZQ== 46609 +5pyd 46610 +INCw0L3Qs9C70LjQuQ== 46611 +IERvbw== 46612 +IEZpcmVmb3g= 46613 +Y8OzbW8= 46614 +IGdlb3BvbGl0 46615 +IG1ha2Fu 46616 +IG1vZ2VsaWpr 46617 +IM+AzrXPgc65 46618 +IGPhu6k= 46619 +IGluc3RhbGxlcg== 46620 +IGRpYnVq 46621 +IEhlYXRo 46622 +bG9vcA== 46623 +IEJyb2tlbg== 46624 +SFlVTg== 46625 +c2hlbGY= 46626 +IGZpemVy 46627 +IGVuaGFuY2Vz 46628 +5L6L44GI44Gw 46629 +INC00L7RgdGC0Lg= 46630 +IFBVQg== 46631 +IEtvbGxlZ2lu 46632 +IGF0dGFpbmVk 46633 +xL4= 46634 +IG1pc3RyZXNz 46635 +IE9mdGVudGltZXM= 46636 +157Xmded 46637 +IGJld2U= 46638 +IFNvcmE= 46639 +cmF1ZW4= 46640 +YmF1bQ== 46641 +IHJvbGxlcnM= 46642 +IG1lcmluZw== 46643 +IFBBQw== 46644 +INC90ZY= 46645 +IFLDqXB1YmxpcXVl 46646 +INGC0YDQsNCy 46647 +IFZhbmd1YXJk 46648 +dWNpb25lcw== 46649 +IOustOuMgA== 46650 +IGdvdXI= 46651 +r6Q= 46652 +IM+J 46653 +IHNhdW5h 46654 +IHBlaW5l 46655 +IFZhbGVyaWU= 46656 +IFNpa2g= 46657 +ZmVuZGltaXo= 46658 +YmVybw== 46659 +INGH0Lg= 46660 +IGRvxZt3aWFk 46661 +IEV1cm9z 46662 +IGNvbW1lbnRhaXJlcw== 46663 +IHR3ZWFrcw== 46664 +IEZhc3Rlcg== 46665 +INGA0LDRgdC6 46666 +IHByb2dyZXNzaXZlbHk= 46667 +IEV1Y2g= 46668 +Ym9ybw== 46669 +IEluZ3JlZA== 46670 +Q2Fw 46671 +IHVuY2hlY2s= 46672 +IOyYpOuluA== 46673 +IHdyZQ== 46674 +IEZU 46675 +w7ZydW5n 46676 +IG1lbW9yaXplZA== 46677 +IERpbm5lcg== 46678 +IFBoZXc= 46679 +b3VibA== 46680 +IHB1dGE= 46681 +IGFkbWl0cw== 46682 +0LXQt9C00LU= 46683 +b3BvZA== 46684 +IHBhbmRh 46685 +IGhpbmdlcw== 46686 +Y2lwZQ== 46687 +IHRyYW5zYWN0 46688 +IHBvZGlh 46689 +IHBpY3M= 46690 +IGNyaXRlcmlvbg== 46691 +IE9yY2hlc3RyYQ== 46692 +IEJsb2c= 46693 +IHNvbGVtbg== 46694 +IFBpeGFy 46695 +VGhyZWU= 46696 +INCy0L3QuNC3 46697 +IFZvbHVudGU= 46698 +IFNhdmFnZQ== 46699 +IFBWQw== 46700 +IENhZg== 46701 +IHd5a29u 46702 +IGdyYWRlcnM= 46703 +IGNyb3VjaA== 46704 +IGNsaWNoZQ== 46705 +IHNveWJlYW5z 46706 +IE1VUg== 46707 +IEdvbnphbGV6 46708 +IE1pbWk= 46709 +IEJvbHNvbmFybw== 46710 +IGRpYXBocmFn 46711 +IGJpbGFuZw== 46712 +65CY64qU 46713 +6YKj5oiR5YCR 46714 +IHJlZ3VsYXRpbmc= 46715 +TWM= 46716 +SnVkZ2U= 46717 +INC90L7Qtg== 46718 +IGpha8SF 46719 +aXRlc3Nl 46720 +IFdpag== 46721 +IGxhdGE= 46722 +Z3JvYW5pbmc= 46723 +UE9TSU5H 46724 +INeQ15XXqteV 46725 +IGhhZ2E= 46726 +IGdyb3VuZGluZw== 46727 +IHZpb2xlbnRseQ== 46728 +IHRpbGxz 46729 +IGVuZ2Fn 46730 +IEhvbGxvdw== 46731 +INC/0L7Qv9GD0LvRj9GA 46732 +IHdwcm93YWQ= 46733 +IHJlcGxhY2Vz 46734 +IGZsdW9yZXNjZW50 46735 +dXJnaWNhbA== 46736 +aWdnbHk= 46737 +IFRyYWRpdGlvbmFs 46738 +dHRl 46739 +INmE2Yc= 46740 +IHBob3NwaG9ydXM= 46741 +IGFwcm9u 46742 +IFdhdGVycw== 46743 +IEt1bHR1cg== 46744 +0LDQstCw0Lk= 46745 +IG9saXZlcw== 46746 +INeU15DXnA== 46747 +IHRlaWx3ZWlzZQ== 46748 +IHNlbmNpbGw= 46749 +IHByZW5kcw== 46750 +IG5hcnJvd2Vy 46751 +IGrDpHR0ZQ== 46752 +IEluZm9ybWF0aW9uZW4= 46753 +7IOB7J20 46754 +IHN0YXJ2ZQ== 46755 +IGZyaWNr 46756 +IEJld2Vn 46757 +4KSy 46758 +IGRvbHBoaW4= 46759 +IExBVUdIVEVS 46760 +IElOVEVSVklF 46761 +5ZSJ 46762 +IHlhbmzEscWf 46763 +IHRvcnBlZG8= 46764 +IHNob3J0YWdlcw== 46765 +7J2065Oc 46766 +xLFsZMSx 46767 +IHBhd3M= 46768 +IG96b25l 46769 +IGN1bHRpdmF0ZWQ= 46770 +IEZvdA== 46771 +IG5vdG9y 46772 +0L3QvtC3 46773 +INC60L7RiA== 46774 +IHRvdWNoc2NyZWVu 46775 +IEFsbHk= 46776 +5pyA6L+R 46777 +IOunm+yeiOyWtOyalA== 46778 +INCh0LXRgA== 46779 +INCy0L/QvtC70L3QtQ== 46780 +IHBhcHJpa2E= 46781 +IER1c3Rpbg== 46782 +IGVmZWN0bw== 46783 +IG9waW5p 46784 +IG11dXQ= 46785 +IGjhu41j 46786 +IGludGVyamVjdA== 46787 +xJl0 46788 +IGJ1dHRz 46789 +dXJleg== 46790 +IFBpa2U= 46791 +IEhvaw== 46792 +IEd1aW5lYQ== 46793 +IENhdGhlZHJhbA== 46794 +IDE0MDA= 46795 +Q3Jh 46796 +Kyw= 46797 +66eb 46798 +s7Trj4TroZ0= 46799 +YWJ5cmlu 46800 +IHZpZGVvZw== 46801 +INC+0YDRg9C2 46802 +IHXFvg== 46803 +IGJ1c2NhbmRv 46804 +IEFzc2lzdGFuY2U= 46805 +6Zm9 46806 +IG1lbGhvcmVz 46807 +7KG0 46808 +IOuBvA== 46809 +IFJK 46810 +INiq2YU= 46811 +IG9taW4= 46812 +IG1vdG9yY3ljbGVz 46813 +IFNhcHA= 46814 +IHN1cHBseWluZw== 46815 +IEFsZ3Vu 46816 +IGFlcm9zcGFjZQ== 46817 +16LXnA== 46818 +b2NjdXA= 46819 +bGVpc3Q= 46820 +IOqxsOuKlA== 46821 +IGNvbXBsZXRh 46822 +YnJlcw== 46823 +ISg= 46824 +INCf0YDQtdC0 46825 +IGRpc2FkdmFudGFnZWQ= 46826 +IEF0dGVuZA== 46827 +IEp1ZGFo 46828 +4buLY2g= 46829 +eWxlbmU= 46830 +YWN0bHk= 46831 +IHNldHVwcw== 46832 +IGFtbW9uaWE= 46833 +IFNjaHdlaXo= 46834 +IFNoYW1l 46835 +IGJhbmRl 46836 +IEZ1ZWw= 46837 +IHRyb3VibGVzb21l 46838 +IG51bWVybw== 46839 +IE1PTQ== 46840 +INC/0YDQtdC00LvQsNCz 46841 +bWVudGlvbmVk 46842 +INCx0L7Qu9GM0YjQvtC1 46843 +IFZpa3Rvcg== 46844 +IFN0eWxlcw== 46845 +IGNydWNpZmllZA== 46846 +cnVjdHVyZWQ= 46847 +ZW52aXJvbg== 46848 +IG1vcmFscw== 46849 +IG1lZGl0YXRpbmc= 46850 +IGF4aWFs 46851 +aXNhbmNl 46852 +IEFic3Q= 46853 +R3JlZW4= 46854 +IOqxtOw= 46855 +IHF1YWRyYW50 46856 +IHBlcmdp 46857 +IGNhbWVyYW1hbg== 46858 +IFNlcXU= 46859 +IHBhdXNlZA== 46860 +IExhdWdoaW5n 46861 +6reA 46862 +Py4u 46863 +IMW7ZQ== 46864 +IHBlcm1pdGly 46865 +IGRldGVjdG9ycw== 46866 +IEhVRA== 46867 +YXZhbA== 46868 +IOyXrOq4sOq5jOyngA== 46869 +IGh1YnM= 46870 +IGJlc3RpbW10 46871 +INCx0YPQtNC10YLQtQ== 46872 +SU5URVJQT1NJTkc= 46873 +IHRlbmdhbg== 46874 +IGNyYXZl 46875 +IEJ1bmRlc3JlZ2llcnVuZw== 46876 +IEJsb29keQ== 46877 +IHVzYWJpbGl0eQ== 46878 +IEVhcw== 46879 +IMSR4buZbmc= 46880 +IDE5NTU= 46881 +IGtyaWVnZW4= 46882 +IGhhYml0dWFs 46883 +IGVzc2VudGlhbHM= 46884 +cmltaW5hbA== 46885 +IHJvb21tYXRlcw== 46886 +6YKj5bCx 46887 +INC/0LXRgNC10YXQvtC0 46888 +IG5naGk= 46889 +IG1lbmluZw== 46890 +IFN5bXBob255 46891 +IEh1Zw== 46892 +YWdnaQ== 46893 +IHdpZWQ= 46894 +IG1pdGFk 46895 +44Gj44Gm44GE44GG 46896 +dGVlbnRo 46897 +aWRhxIc= 46898 +U2F2ZQ== 46899 +IHJvYmnEhw== 46900 +IGJvdW5jZXM= 46901 +sJbsl5A= 46902 +c3RhcnM= 46903 +IHByYWdtYXRpYw== 46904 +IGNvZ25pdGlvbg== 46905 +IHdyYXBwZXI= 46906 +IHdhcnRlbg== 46907 +YWRo 46908 +IHBlbnNh 46909 +IEhlcnR6 46910 +IG7Emw== 46911 +IFJlaWQ= 46912 +IFBDcw== 46913 +IE1vbGU= 46914 +IC4uLi4u 46915 +IHByZWNpbw== 46916 +IENoYW1waW9uc2hpcHM= 46917 +6rCA6529 46918 +IHbDqXI= 46919 +IGNvcnJpZG9ycw== 46920 +IEVsZWN0cm9uaWM= 46921 +U2w= 46922 +INCw0LvQtQ== 46923 +IG92ZXJ0aHJvdw== 46924 +IGthYnVs 46925 +IFJFUw== 46926 +IEN5YmVycHVuaw== 46927 +0L7Qs9C+0LQ= 46928 +INCd0LDQsg== 46929 +IHdhbg== 46930 +IG1hbmlmZXN0YXRpb25z 46931 +IGN1YWxlcw== 46932 +IFdpc2U= 46933 +IEzDtnN1bmc= 46934 +IGV4Zm9s 46935 +IGVhcm5z 46936 +0YPRgdGC0LjRgtGM 46937 +IHNhcHA= 46938 +IEJyYXVu 46939 +IEJSQU5ET04= 46940 +7LmZ 46941 +IHNhbm8= 46942 +IEZFTA== 46943 +0YvQstCw0LnRgtC10YHRjA== 46944 +0L7QttC00LXQvdC40Y8= 46945 +IHNld24= 46946 +RnVu 46947 +IHJlY2lwcm9jYWw= 46948 +IGV4cGFuc2l2ZQ== 46949 +IFRyYWZmaWM= 46950 +IGt0w7NyZWdv 46951 +INmI2LM= 46952 +5pil 46953 +IOu5qA== 46954 +cHJvdmU= 46955 +aWdhcmU= 46956 +IGxvaA== 46957 +2KfYtg== 46958 +SG9wZQ== 46959 +IGRldm90ZWVz 46960 +IEdvbQ== 46961 +IHN0ZWFscw== 46962 +IFVtcw== 46963 +IFR3aWNl 46964 +44Ky 46965 +aXlpbQ== 46966 +IHJoeXRobWlj 46967 +IFZvcnRl 46968 +IHByZWZpeA== 46969 +b21pbmF0aW9u 46970 +IGRhdG8= 46971 +IGN1c3RhcmQ= 46972 +IFZPSUNF 46973 +5bee 46974 +IG1lbnk= 46975 +aXN0b3Jz 46976 +IO2YkQ== 46977 +IOyCtOyVhA== 46978 +IO2DhA== 46979 +IGtvcnQ= 46980 +IGFiYQ== 46981 +IFZlcmE= 46982 +ZXB5 46983 +IOy5tOuplOudvA== 46984 +IHN1Ym1lcmdlZA== 46985 +IENsb2Nr 46986 +IHRodW1ibmFpbHM= 46987 +IGJvYXN0 46988 +IEZhcmU= 46989 +ISFd 46990 +IMWbbQ== 46991 +IGthaWtraQ== 46992 +IFRlY2hub2xvZ2llcw== 46993 +7Jm4 46994 +44OS 46995 +0LjRgtCw0Lk= 46996 +5bCP5pmC 46997 +INCw0YI= 46998 +IGtub2Jz 46999 +IHJlaWNodA== 47000 +xrDhu6NuZw== 47001 +Z2xpbw== 47002 +IOunm+ydtA== 47003 +6rCQ7J2E 47004 +IGpvdGth 47005 +IEhhbmR5 47006 +IEhhYmVu 47007 +bm91cw== 47008 +IGlubGFuZA== 47009 +IGFtYXpvbg== 47010 +aG9vdGluZw== 47011 +U0w= 47012 +IGxlaXN0ZW4= 47013 +fiI= 47014 +IHByb3Zva2U= 47015 +IFR3aXN0 47016 +INeR15c= 47017 +IGRlcGFydGVk 47018 +6rCc66W8 47019 +IGtvbnNl 47020 +IENhcnd5bg== 47021 +7ZWY7Iug 47022 +aWRlbnRhbA== 47023 +RVNDTw== 47024 +IHR0ZW9rYm9ra2k= 47025 +IGRpemVuZG8= 47026 +57e0 47027 +xLFuZGFraQ== 47028 +aW1hc3U= 47029 +YWZhcg== 47030 +IGxhbmRmaWxs 47031 +IGNvcnJlY3Rpbmc= 47032 +IGNsZWFycw== 47033 +IE51bW1lcg== 47034 +SEFN 47035 +IGNhcnRyaWRnZXM= 47036 +IERpZXNlbA== 47037 +cGFjZWQ= 47038 +IG9ibGl2 47039 +IG1veWVucw== 47040 +IFNpbm5l 47041 +IFByZWlz 47042 +aWxpeg== 47043 +INGB0LzQvtC2 47044 +IGJyb2FkZW4= 47045 +5LuW5piv 47046 +eGVz 47047 +IGNhcmJvaHlkcmF0ZQ== 47048 +7Zi5 47049 +c2Vvaw== 47050 +IGVjaG9lcw== 47051 +IGNlc3M= 47052 +67CU 47053 +INCx0LjQt9C90LXRgQ== 47054 +IGxsYW1hZG8= 47055 +IGVzc2VudA== 47056 +IOydvOuwmA== 47057 +IEFpcmVz 47058 +cGhlbg== 47059 +IHplYnJh 47060 +IHN5bWJvbGlzbQ== 47061 +T25jZQ== 47062 +IHJhY2tz 47063 +IEthZmth 47064 +INGB0LXRgNGM0LXQtw== 47065 +IHNpbm4= 47066 +cGljaW91cw== 47067 +a2Fh 47068 +IG1vdGhlcmZ1Y2tlcg== 47069 +IGFwcHJlbnRpY2VzaGlw 47070 +IHJwbQ== 47071 +IHRheGF0aW9u 47072 +IGZ1cnJ5 47073 +IFNhY3JlZA== 47074 +INGA0LDQt9C8 47075 +cG9yYQ== 47076 +ZW5nZXM= 47077 +IO2XiOs= 47078 +INGB0LjQvQ== 47079 +IHNhbml0aXplcg== 47080 +IGNyaW5nZQ== 47081 +IFNjYQ== 47082 +0L7Rh9C90L4= 47083 +IG9mZXJl 47084 +IG1lbG9kaWVz 47085 +IFZlbHZldA== 47086 +IElocmVy 47087 +IEh5YnJpZA== 47088 +IEdpb3Y= 47089 +IGlyZ2VuZHdhcw== 47090 +IGRlcGVuZGU= 47091 +IFVzZXJz 47092 +IGh1bXA= 47093 +ZHJpdmluZw== 47094 +IHNm 47095 +IHJ1dGhsZXNz 47096 +4LmA4LiE 47097 +IGxlbW9ucw== 47098 +IGbDtnJldA== 47099 +IE9q 47100 +INC80LDQvNCw 47101 +IGludGVycGVyc29uYWw= 47102 +IGdldg== 47103 +IGFibm9ybQ== 47104 +0LjRgdC7 47105 +INC40L3QtA== 47106 +IGtvbnRyb2xs 47107 +IHJlZ3Jlcw== 47108 +IGxlZGdl 47109 +IGVyesOkaGx0 47110 +IFRhY3Q= 47111 +IGFycml2w6k= 47112 +IHN1YnN0YW50aXZl 47113 +IHNwb29uZnVs 47114 +endpc2NoZW4= 47115 +b29vb28= 47116 +IGNvbnRlbmlkbw== 47117 +IGJlc2w= 47118 +4buDbQ== 47119 +a3Rlbg== 47120 +SmFtaWU= 47121 +IHNhbmR5 47122 +5LiN5ZCM 47123 +4os= 47124 +IHBhc2U= 47125 +IGRldHRl 47126 +IEJlbGdpYW4= 47127 +6rCc6w== 47128 +dWxhcmVz 47129 +cnVk 47130 +aWdvcg== 47131 +IO2MrOs= 47132 +IHJlbWVkaWVz 47133 +IGJsYXN0aW5n 47134 +IFNpY2g= 47135 +INC+0LbQuNC0 47136 +IG1vbnN0cg== 47137 +IG1hbmlmb2xk 47138 +IGdsYXViZW4= 47139 +IEVTVA== 47140 +IHN0cmVhbWxpbmU= 47141 +IGxvYmJ5aW5n 47142 +IEdvdGhpYw== 47143 +dG9pcmU= 47144 +Li4n 47145 +IGTDqW1vY3I= 47146 +INC90LDQsdC70Y7QtA== 47147 +IHdzcMOzbA== 47148 +IGN6xJnFm8SH 47149 +5LiL6Z2i 47150 +aXPDqXM= 47151 +Z2FuZ2Vu 47152 +IGJlenBpZQ== 47153 +cmVtbGlu 47154 +6rCd 47155 +U3RpbGw= 47156 +IHJlc2lkZXM= 47157 +IGdlbGVjZWs= 47158 +IHTDqWzDqXBob25l 47159 +IHBld24= 47160 +IGxlb3BhcmQ= 47161 +IGNvbXBsaW1lbnRhcnk= 47162 +IGNyaWI= 47163 +IEFuaW1hbHM= 47164 +IGdlaWw= 47165 +ZXNzZWw= 47166 +IGdhcmRlcg== 47167 +IGNhdGNoeQ== 47168 +5qi5 47169 +IEV0cw== 47170 +IENvbW1lcmNpYWw= 47171 +IERFTk5JUw== 47172 +IENvb3JkaW5hdG9y 47173 +IEFiaWdhaWw= 47174 +ZmZmZmZm 47175 +4bqlcA== 47176 +IHBlcXVlw7Fh 47177 +IGluamVjdGlvbnM= 47178 +Y2VrdA== 47179 +IHBoaWxhbnRocm9weQ== 47180 +IHB1Y2s= 47181 +IGNlbGVicmF0ZXM= 47182 +IER1bms= 47183 +IERsYXRlZ28= 47184 +44G+44Gg 47185 +zrTOrg== 47186 +Z3JhZHVhdGU= 47187 +IE1vYmls 47188 +dGlsbA== 47189 +YWNhbQ== 47190 +IHlvbGtz 47191 +IHRhbmdsZWQ= 47192 +IG1hbmlhYw== 47193 +IG9ibGlnZWQ= 47194 +IExhaW5r 47195 +IHZlcmRlcg== 47196 +IERhbW9u 47197 +IG11dGFudA== 47198 +IGhvcHBpbmc= 47199 +IHJlaW5z 47200 +IGludmVydGVy 47201 +IGNvbnRlbXB0 47202 +16DXoQ== 47203 +bGVhcm5pbmc= 47204 +TWlzcw== 47205 +INCT0L7RgQ== 47206 +IE1leWVy 47207 +6ruY7ISc 47208 +6aOO 47209 +15XXoNeZ150= 47210 +YXNraW5n 47211 +IHRyaW1taW5n 47212 +IHRyZWFzdXJ5 47213 +IHNlbnRl 47214 +QXVzdA== 47215 +IFVudGVyc3TDvHR6dW5n 47216 +IENvbWVkeQ== 47217 +IEFuYWtpbg== 47218 +6bk= 47219 +0YDRg9GC 47220 +IEhhcmk= 47221 +b2dyYXBoZXJz 47222 +IG9hdG1lYWw= 47223 +IEJvdHM= 47224 +5LiN5LqG 47225 +INC/0LDQu9GM 47226 +IGFja25vd2xlZGdlbWVudA== 47227 +eGlj 47228 +IOq0gOyLrA== 47229 +Z2FzcGluZw== 47230 +IOOBlQ== 47231 +IHRlcnJhY2U= 47232 +IG9ybmFtZW50cw== 47233 +IE1FUg== 47234 +Y29tbWl0dGVl 47235 +IOyXhuyKteuLiOuLpA== 47236 +IHJpag== 47237 +6bM= 47238 +16bXnQ== 47239 +bGVtZQ== 47240 +IGxpYmVydGllcw== 47241 +IGZlbGxhcw== 47242 +IENvcHBlcg== 47243 +YmVuY2g= 47244 +IElkZWE= 47245 +4buNbg== 47246 +0YjQsA== 47247 +IHZlcnNpw7Nu 47248 +z4TOv8+N 47249 +INCc0Lg= 47250 +INC/0YDQuNC70L7Qtg== 47251 +IGJveGVy 47252 +IFRhbm5lcg== 47253 +IE1veQ== 47254 +7LmY64qU 47255 +VGhy 47256 +IHRpbmhhbQ== 47257 +IHBvbGlzaGluZw== 47258 +IGNvbnNlcXVlbnRseQ== 47259 +IGFtZW5pdGllcw== 47260 +IEtJ 47261 +IEdSRUVO 47262 +IEZyYW5raWU= 47263 +0L3QuNGC 47264 +aXR0ZWw= 47265 +0YHQutC+0LU= 47266 +dXJzZWQ= 47267 +IHVwYnJpbmdpbmc= 47268 +IHRo4bup 47269 +IOyLneycvOuhnA== 47270 +IHdoaW0= 47271 +IGNoaW5lc2U= 47272 +Y29uZmlkZW5jZQ== 47273 +IEplZGVy 47274 +44Gq44Gu44Gn 47275 +YWpjaWU= 47276 +IFRvdXM= 47277 +IFBvd2Vycw== 47278 +4burYQ== 47279 +b3RoZXJtYWw= 47280 +INCy0YvRiNC1 47281 +cmFsZQ== 47282 +2KfYrg== 47283 +IOyngOybkA== 47284 +IMOpcGlzb2Rl 47285 +IHN1bHBo 47286 +IGVuY2FyYQ== 47287 +a3JhZnQ= 47288 +YWxhcsSx 47289 +IENvbWVz 47290 +IGRpdnVs 47291 +IFJ1ZG9scGg= 47292 +IE11c2U= 47293 +IHV0ZW5z 47294 +IOyekOyjvA== 47295 +IHBhbmE= 47296 +IFZlZ2V0YQ== 47297 +IFBIUA== 47298 +IE5TQQ== 47299 +ZW50aW4= 47300 +IENhcm5lZ2ll 47301 +2KfZig== 47302 +acSZY3k= 47303 +SGFycnk= 47304 +IGbEsXI= 47305 +0KHQvw== 47306 +IGdsYWRseQ== 47307 +IGF2ZXJhZ2luZw== 47308 +7ZWY6rKg7Iq164uI64uk 47309 +0LvRj9GO0YLRgdGP 47310 +INCc0LXQvdGP 47311 +IHF1b3RhdGlvbg== 47312 +cmlyZXM= 47313 +aXRjaGVucw== 47314 +YXllZA== 47315 +IHVuYXR0 47316 +IFBlcmV6 47317 +INC+0YLQvNC10YI= 47318 +IHRhY3RpbGU= 47319 +IEV1aA== 47320 +aXNpbmk= 47321 +YnVo 47322 +IGhhdMSxcg== 47323 +IOyeiOycvA== 47324 +IHBvbGljeW1ha2Vycw== 47325 +s7TshLjsmpQ= 47326 +YWPEsQ== 47327 +IM66zrk= 47328 +IHJlZ2lzdGVyaW5n 47329 +cmV0bw== 47330 +IFNwcmlua2xl 47331 +IEdyYW1teQ== 47332 +YXh0ZXI= 47333 +INCx0Lg= 47334 +IHNpdHRlcg== 47335 +IHByZWRpYw== 47336 +IHRoaW5seQ== 47337 +IHN0cnVt 47338 +IGFnZ3Jhdg== 47339 +IGFoYQ== 47340 +2LHYrA== 47341 +bWVsbG93 47342 +IGNvbnN0YW50ZQ== 47343 +IExhdXQ= 47344 +aXN0b24= 47345 +IHRyYW5zaXRpb25lZA== 47346 +IENhbWJvZGlh 47347 +44GE44GN44G+44GZ 47348 +6Lef5aSn5a62 47349 +YXJ0ZWQ= 47350 +IG1pc2Y= 47351 +IFB1bmt0ZQ== 47352 +jOuToA== 47353 +IHRyZW1ibGluZw== 47354 +IGdlc3Bhbm50 47355 +INi52YTZitmH 47356 +INC90LjQutCw0LrQuNGF 47357 +IOu2gOuTnOs= 47358 +INGA0LDQt9Cy0LjRgg== 47359 +IGl0Y2h5 47360 +IGNpZW50bw== 47361 +IHBsYWlucw== 47362 +IGtpdHRlbnM= 47363 +IGJhY2tsb2c= 47364 +IFByZXNpZGluZw== 47365 +cHRh 47366 +IGhhdm9j 47367 +IERhcnJpbg== 47368 +INCb0Y7QsQ== 47369 +IHNlZ3JlZ2F0ZWQ= 47370 +IGdoZXR0bw== 47371 +IGVybGVidA== 47372 +IGRydWdpZWo= 47373 +IFNpeHQ= 47374 +5Y+D 47375 +4Lij4Liw 47376 +dWVuY2lh 47377 +IO2VmOq4sA== 47378 +IOuGjQ== 47379 +IHJvYmk= 47380 +IHBpb25lZXJz 47381 +IG1pbGxpYXJkcw== 47382 +IFdpdGNoZXI= 47383 +IOustOyXhw== 47384 +b3Jybw== 47385 +bWFzcw== 47386 +IGRpdmVyZ2VuY2U= 47387 +IFJpdmVyYQ== 47388 +IE5vb2RsZXM= 47389 +IGVuZHJvaXQ= 47390 +IEtvc3Rlbg== 47391 +INC00YDRg9Cz0LA= 47392 +IG3DrW5pbW8= 47393 +IEthemFraHN0YW4= 47394 +2KrZhw== 47395 +INCy0L7Qt9C00YM= 47396 +IGdlc2NocmllYmVu 47397 +IE5pbA== 47398 +0YHQutC4 47399 +IEZyw7xo 47400 +IGJldmVyYWdlcw== 47401 +5rqQ 47402 +IEdvbg== 47403 +5pio 47404 +QXJpbg== 47405 +IEludHJv 47406 +b2NhbHlwdGlj 47407 +IGV4aGF1c3Rpb24= 47408 +IFN0YXR1cw== 47409 +IEJhdHRlcnk= 47410 +w6lzeg== 47411 +o7zr 47412 +YWlyeQ== 47413 +IOuztOyXrOuTnOs= 47414 +IGRpc3Bhcml0eQ== 47415 +2Yw= 47416 +IFR1Y3Nvbg== 47417 +IGJyaWdodGx5 47418 +cHJvYmxlbQ== 47419 +IGJpb21hc3M= 47420 +6ZmN 47421 +p4k= 47422 +IGh1cmRsZQ== 47423 +IHdhdmVsZW5ndGhz 47424 +IDw8 47425 +IHRlYW1lZA== 47426 +RkZGRg== 47427 +IFNsaW0= 47428 +b21pYWw= 47429 +IHVudmVpbGVk 47430 +IFZlcmVpbg== 47431 +2YLYtw== 47432 +ZXN0cnk= 47433 +IGNsw6Fz 47434 +IGNoZWRkYXI= 47435 +IGFjY3VzaW5n 47436 +IFNjaWVudGlmaWM= 47437 +INCx0YPQtNC1 47438 +IEN5cnVz 47439 +zrXPhM61 47440 +hpPqs6A= 47441 +IOuzhA== 47442 +IGN1cmQ= 47443 +IHJlZmVycmFscw== 47444 +c2hpZnQ= 47445 +5Y2V 47446 +bmlrw7N3 47447 +IG1pZXI= 47448 +IGNvbmZyb250aW5n 47449 +6rKD64+E 47450 +YXds 47451 +IHRyeWlu 47452 +IOq3uOuemOyalA== 47453 +IGNoaWFy 47454 +IOyYpOuKmOuPhA== 47455 +5pS/5rK7 47456 +ZXNxdWU= 47457 +IG1pc21vcw== 47458 +IFNoYWs= 47459 +IHNvY2lhdXg= 47460 +IHBpxZ8= 47461 +IGtpxZ9p 47462 +IGN5YW4= 47463 +aGF5 47464 +YmV3 47465 +Ym9k 47466 +IM65 47467 +IE1haW5seQ== 47468 +0Y7RgtGM 47469 +aGFiaXR1ZGU= 47470 +INGB0L/QvtC60L7QuQ== 47471 +6Lef5oiR 47472 +IHByZWNvbg== 47473 +IE1hbmR5 47474 +8J+kow== 47475 +aWxsb3M= 47476 +IGdydXBw 47477 +IGNydW1ibGU= 47478 +IGNvbnN0cnVjdG9y 47479 +ZXJ2aWNlcw== 47480 +IGxpZ2h0aG91c2U= 47481 +IENvbmNlcHQ= 47482 +0LDQvdGC0Lg= 47483 +YWx0cm8= 47484 +aG9wZQ== 47485 +IEFsbGVn 47486 +7Ja066W8 47487 +cGllY2Vz 47488 +b3VudGVy 47489 +IO2VmOuLiOq5jA== 47490 +IOyduO2EsOs= 47491 +IHbDqXJpdGFibGU= 47492 +IHRocmVhZGVk 47493 +YmxpbmQ= 47494 +gpjrnbw= 47495 +IHRyYXlz 47496 +IEVkaXNvbg== 47497 +IMOWeg== 47498 +IFN0ZXZpZQ== 47499 +IGxlbmRlcg== 47500 +IGJyaWdhZGU= 47501 +IGRldXRzY2hl 47502 +bXVmZmxlZA== 47503 +YmFydA== 47504 +IGluc2FuaXR5 47505 +IHNhdnZ5 47506 +IHNlbnNhdGlvbmFs 47507 +IGRlcmVjaG9z 47508 +IE1Y 47509 +INC/0YDQtdC/ 47510 +IHRocmVhdGVucw== 47511 +IHJlYWx0w6A= 47512 +IGluZGljYXRpdmU= 47513 +IGNob3Bz 47514 +IGJlbmVmaXRpbmc= 47515 +IFZlcm5vbg== 47516 +IFN0cmFuZA== 47517 +bnVu 47518 +cXVlbnRseQ== 47519 +MTAx 47520 +IGVlbA== 47521 +7IiZ 47522 +cmludHM= 47523 +INmF2LM= 47524 +INio2K8= 47525 +INC/0L7RgdGC0YDQvg== 47526 +IHlhcG3EscWf 47527 +IG9sbWFzxLE= 47528 +IGllZGVyZWVu 47529 +b2zDqQ== 47530 +a2Vm 47531 +IOuwnOyDnQ== 47532 +IHJhaW5lZA== 47533 +IGFsbWlnaHR5 47534 +INCy0YvQtA== 47535 +IENQUg== 47536 +RnJl 47537 +IGluaGFiaXRlZA== 47538 +IGFyYmV0cw== 47539 +IGFraW4= 47540 +0LDRgdGC0LI= 47541 +dmFuaWE= 47542 +IGjDpHVmaWc= 47543 +IE1hdHRl 47544 +c29ycnk= 47545 +SmVubnk= 47546 +INCz0YDQsNC0 47547 +IHdoaXQ= 47548 +IGJyb2tlcnM= 47549 +5a+f 47550 +IGhpbmU= 47551 +YXN0ZW4= 47552 +INCz0YDRgw== 47553 +TUI= 47554 +IFBSSQ== 47555 +U2Fi 47556 +IHdyZXN0bGVy 47557 +IGZhY2lsaXRhdGluZw== 47558 +IGVoa8Ok 47559 +IENyZWQ= 47560 +IDEyNw== 47561 +IG5vdGhpbg== 47562 +IG1hbmRhdGVk 47563 +5a+M 47564 +0YPRgtGB0YLQsg== 47565 +RnJhbms= 47566 +IHdvcnM= 47567 +IGR6aWXFhA== 47568 +IFVuZGVyZ3JvdW5k 47569 +IHpuYWpkdQ== 47570 +IELDpA== 47571 +IFByaW56aXA= 47572 +0LDRgtC10LvQtdC5 47573 +IHZldGVyaW5hcg== 47574 +IHNwbGVuZGlk 47575 +IHJvenA= 47576 +IHBzeWNob3BhdGg= 47577 +aWdvbg== 47578 +IGhvcHM= 47579 +IGPhuqdu 47580 +IFhpYW4= 47581 +IHRyb2lzacOobWU= 47582 +IHByb2R1Y3Rv 47583 +IGRlxJ9lcg== 47584 +IENvbnRpbnVpbmc= 47585 +0LjQstCw0Ls= 47586 +Y8Sxaw== 47587 +IG1vaXN0dXJpemVy 47588 +V2hpdGU= 47589 +IHNpaXM= 47590 +IEV2ZXJlc3Q= 47591 +aWVuY2Vk 47592 +IGPhuqNt 47593 +IEphcG9u 47594 +tOyghA== 47595 +IHRlbsOtYW4= 47596 +IGVuY2FudGE= 47597 +TW0= 47598 +IGRyb3Bkb3du 47599 +IEl5YQ== 47600 +s7TrqbQ= 47601 +IHdvcmRpbmc= 47602 +IFNxdWVlemU= 47603 +IE1hcGxl 47604 +IGNsYXJpZmllZA== 47605 +IE11bmljaXA= 47606 +IFJvdWdl 47607 +IE5pY2tp 47608 +IEdvbw== 47609 +dm9sdA== 47610 +dGVr 47611 +ZmVjdHVyZQ== 47612 +ZnJlZA== 47613 +YXJyaXZl 47614 +44O844GE 47615 +dGV6 47616 +RXA= 47617 +IG9icmFz 47618 +IFZJRA== 47619 +IFJpdg== 47620 +IE1vZGk= 47621 +aWJl 47622 +IGFjb250ZWNlbmRv 47623 +IGltaXRhdGlvbg== 47624 +IGNhbW91ZmxhZ2U= 47625 +IHNwYW5uaW5n 47626 +IFNFQ1JFVA== 47627 +IE9yZW8= 47628 +7IaM66as 47629 +IGh1bmNo 47630 +IGNhxYJl 47631 +IHNwb250YW5lb3VzbHk= 47632 +IFBlcmQ= 47633 +IGV0YXA= 47634 +IEhvbGU= 47635 +IERpc2FiaWxpdHk= 47636 +IGFmdGVybGlmZQ== 47637 +5oGp 47638 +IHRlc3RpZmllZA== 47639 +IHByZXN1cA== 47640 +IHBldHJvbGV1bQ== 47641 +IGNvbnRyYXJpbw== 47642 +IEFzc2Vzc21lbnQ= 47643 +xJ9sdQ== 47644 +IHBlc3Rz 47645 +IGRpbGln 47646 +INCy0YHRgtGA0LXRgg== 47647 +IGNvbnPDqXF1 47648 +IGNhbm5vbnM= 47649 +IGNhbm9l 47650 +IE1pbGU= 47651 +IGNpdG95 47652 +IGJlZ2dlZA== 47653 +IE1pbm5pZQ== 47654 +xYJ5Y2g= 47655 +IHByaW5jaXBl 47656 +z4DPjM69 47657 +bW5pZWo= 47658 +IHdlcnQ= 47659 +IOuLpOuTpA== 47660 +YW5zZQ== 47661 +IHVuY2xlcw== 47662 +IHByb3ZvY2F0aXZl 47663 +IGludGVyc2VjdGlvbnM= 47664 +IGRlbW9jcmF0cw== 47665 +IEp1bGl1cw== 47666 +0LjQvdC60Lg= 47667 +eWd1c2Fs 47668 +INec15U= 47669 +IGdqb3JkZQ== 47670 +IGdhc2tldA== 47671 +IEJvY2s= 47672 +IMSwbg== 47673 +YnJlYXQ= 47674 +IEVxdWl0eQ== 47675 +YXJkxLE= 47676 +INC60LDQvdCw0LvQtQ== 47677 +INC00L3QtdC5 47678 +IHThu5tp 47679 +IGZpeHR1cmU= 47680 +IGFidXNlcw== 47681 +IHZheWE= 47682 +IG91dmVydA== 47683 +IG11bHRpY3VsdHVyYWw= 47684 +IGNvbnRleHRv 47685 +IFNlc2FtZQ== 47686 +IGTDqXBs 47687 +IGNvbnNvbW0= 47688 +IFBhcnRl 47689 +IHBlbQ== 47690 +IENvbmFu 47691 +INCx0ZbQu9GM 47692 +IHBlcnN1YWRlZA== 47693 +IGRyYWlucw== 47694 +TW9v 47695 +Rk9SRQ== 47696 +INCx0LDRgg== 47697 +IGZvZA== 47698 +IFByb2R1Y3Rz 47699 +7KeE7Kec 47700 +ICJb 47701 +IFdpY2s= 47702 +IE5hcnV0bw== 47703 +0L3QsNC70Lg= 47704 +cnl3 47705 +IGxvZGdl 47706 +IGluaA== 47707 +IHZvbnRhZGU= 47708 +IGRpag== 47709 +IEplc8O6cw== 47710 +TG9va2luZw== 47711 +IGZvcmVhcm0= 47712 +IEludGVncmF0aW9u 47713 +IEhBUlJJUw== 47714 +IHRvb2xiYXI= 47715 +bGVhZGVy 47716 +IHNlbGRvbQ== 47717 +INCx0YDQvtGB 47718 +IEtvb2s= 47719 +0L7QvdC0 47720 +IG1vbm9wb2w= 47721 +IG1pbGxldA== 47722 +IGxpcmE= 47723 +IEFzaWFucw== 47724 +IDE4OTA= 47725 +Y2nEn2lt 47726 +IGVkZW4= 47727 +IElLRUE= 47728 +IE5laWdoYm9y 47729 +IEthenV5YQ== 47730 +w7xk 47731 +IHBzeWNoZWRlbA== 47732 +IGVudmlzaW9uZWQ= 47733 +5Z2X 47734 +IO+3uw== 47735 +IHd1bmRlcg== 47736 +IEJ1bGdhcmlh 47737 +QnJpZA== 47738 +IG1hcnJvdw== 47739 +IGRlcGljdGlvbg== 47740 +IFRpbg== 47741 +IFBoYXJpc2U= 47742 +IGVpbnppZ2U= 47743 +IGJsaW5kbHk= 47744 +44Gb44Gm 47745 +IGRlZmVucw== 47746 +RGlyZQ== 47747 +IHZpYnJhdGluZw== 47748 +IHRyb2xscw== 47749 +IGRpc3Jlc3BlY3RmdWw= 47750 +IHdvZA== 47751 +IHN0aW11bGk= 47752 +IGNyZWVwaW5n 47753 +IGNsYWlyZW1lbnQ= 47754 +IHNjYXJpZXN0 47755 +IGTDqWNvdXZyaXI= 47756 +IDEwNA== 47757 +INCy0LXRgNGF 47758 +IMWCYXQ= 47759 +IHLDs8W8bmU= 47760 +IGJhcmxleQ== 47761 +IFJlcGw= 47762 +IFR3ZQ== 47763 +a2tl 47764 +IOOBneOCjA== 47765 +IFJlZG1p 47766 +IE1ldHJvaWQ= 47767 +IM6uz4TOsc69 47768 +Q2hlY2s= 47769 +IFNFTg== 47770 +IGlkbw== 47771 +0YLQvtGA0LjQuA== 47772 +w7Nw 47773 +VU5LTk9XTg== 47774 +IMOkbmRlcm4= 47775 +IEp1aWNl 47776 +IEdlc2ljaHQ= 47777 +5bCx5pyD 47778 +INC90LDRgdGC0L7Qu9GM0LrQvg== 47779 +7YOV 47780 +wq0= 47781 +ZXhoYWxlcw== 47782 +IOy0iQ== 47783 +IGpzZW0= 47784 +z4DPic+C 47785 +IGl0dA== 47786 +66qF7J20 47787 +IHJlbWl4 47788 +IGJsb3Nzb21z 47789 +IFJlbmVl 47790 +aXNhdGlvbnM= 47791 +7Iqk7YSw 47792 +IOuztOydtOuKlA== 47793 +dWVzdGFz 47794 +b3BlZGlh 47795 +IEFpbQ== 47796 +7J207KaI 47797 +c2NlbmU= 47798 +IGxlYWthZ2U= 47799 +dWNrdA== 47800 +U2Fk 47801 +QXNr 47802 +IHN1c3BlbnNl 47803 +IGltcG9zdA== 47804 +IFN0cmF0ZWdpYw== 47805 +IEl0w61z 47806 +4oCM 47807 +IGtleWJvYXJkcw== 47808 +IGFtdXNpbmc= 47809 +b2dy 47810 +aWRlcm1hbg== 47811 +npY= 47812 +INCy0LjQttGD 47813 +IGRpcHM= 47814 +IGFwb2xvZ2l6ZWQ= 47815 +IFNUQVI= 47816 +IGVzY3VlbGE= 47817 +IENoaW5n 47818 +0L3QtdC90LjRjw== 47819 +IOu2gOu2hOydtA== 47820 +IEZsZWV0 47821 +IHNhbWI= 47822 +IGVudHNwcmVjaGVuZA== 47823 +IGVsZWN0cm9kZXM= 47824 +IEZyZWloZWl0 47825 +5oiR5LiN55+l6YGT 47826 +IFNocmlt 47827 +acOfZQ== 47828 +IHNlbGVjdGlvbnM= 47829 +IGZvcmRp 47830 +IGRvc3M= 47831 +0Y/Rhw== 47832 +IGRpc2NyaW1pbmF0ZQ== 47833 +IEF1w59lcmRlbQ== 47834 +IGRlc2Vudm9sdg== 47835 +IEludGVybmFs 47836 +IEJlbmVkaWN0 47837 +5a+G 47838 +IFNoaXY= 47839 +TWlzc3k= 47840 +INC+0LHQvdCw0YDRg9C2 47841 +INC90LDRgdGC0YDQvg== 47842 +IGNvbnRyb2xhcg== 47843 +IExpYQ== 47844 +IG9waW9pZHM= 47845 +YW50dQ== 47846 +IGN1cGJvYXJk 47847 +5oGQ 47848 +0LPQtQ== 47849 +YWNodHM= 47850 +IGN1cmF0ZWQ= 47851 +IHhlbQ== 47852 +IHdlYXJ5 47853 +IGJyZXRocmVu 47854 +IGJ1ZGdldGluZw== 47855 +IHBvdXJ0YW50 47856 +6Zq7 47857 +YWlzaWE= 47858 +INC+0YLQstC10Yc= 47859 +IEdJUw== 47860 +zrzOsc65 47861 +INep15TXldeQ 47862 +IHNhdWQ= 47863 +IGzhu5s= 47864 +0JXQog== 47865 +dWJpbmU= 47866 +INC90YPQttC10L0= 47867 +IGtpZG5hcHBpbmc= 47868 +IGJyYXQ= 47869 +IFRlcnJl 47870 +IE1vbmV0 47871 +IOuniOyKpO2B 47872 +IGZsYXNoeQ== 47873 +IElTQk4= 47874 +IGZyZWVsYW5jZQ== 47875 +aWFnZQ== 47876 +IGp1bmdl 47877 +7Lap 47878 +Y2VyYWw= 47879 +INGC0L7Rh9C60Lg= 47880 +IGZvcm11bGF0ZQ== 47881 +IEZFUg== 47882 +IERhcnRtb3V0aA== 47883 +7Jy866m07ISc 47884 +5aKD 47885 +b3dpxIU= 47886 +IOuUlOyekA== 47887 +IHJlZ2ltZW50 47888 +IG1ldGFib2xpc21v 47889 +IFBhcnI= 47890 +IOy2qeu2hA== 47891 +IHNhbml0eQ== 47892 +IExhbA== 47893 +IEfDtg== 47894 +IEdsYQ== 47895 +IHByb3Rv 47896 +IG1pY3Jvc2NvcGlj 47897 +IGthbmc= 47898 +IFNjYWxpYQ== 47899 +IHB1Zw== 47900 +IFNjb3Jl 47901 +IFNhdmFubmFo 47902 +IGdhcmRl 47903 +IE5PUg== 47904 +5bCN5ZCn 47905 +IHNjaGVpbnQ= 47906 +IHDDs8WC 47907 +IGNvcnJp 47908 +IGJydXRl 47909 +IMWCYWQ= 47910 +5LuW5Lus 47911 +IHN1Y2NlZWRpbmc= 47912 +IGJpY3ljbGVz 47913 +Tm9u 47914 +IHNlZWtlcnM= 47915 +IHVuY29uZGl0aW9uYWw= 47916 +IHJoeW1lcw== 47917 +IEdhcmFnZQ== 47918 +IGludm9pY2U= 47919 +IGNhbnZp 47920 +bmVjaw== 47921 +IGN1c3RvbWl6YWJsZQ== 47922 +aXJpdHVhbA== 47923 +UXVlZW4= 47924 +7ZWY7Iuc64qU 47925 +IHBvd2VybGVzcw== 47926 +IGNzYWs= 47927 +5LiN5Lya 47928 +aXNvZnQ= 47929 +IOygle2ZlQ== 47930 +IG5ow6Ju 47931 +IE1BTkQ= 47932 +IEhhZg== 47933 +IHJldm9sdmVz 47934 +5Lmf5Y+v5Lul 47935 +b3Zhbg== 47936 +YXJvbw== 47937 +IEdyaW5k 47938 +6Zuq 47939 +IGluZGlzcGVuc2FibGU= 47940 +IGNvbnN1bHRlZA== 47941 +IENsaW5pY2Fs 47942 +QWNj 47943 +IG9saG9z 47944 +IG1vbnRlcg== 47945 +IEhhbmE= 47946 +ZXRhaA== 47947 +IHZhYW4= 47948 +IHRpZ2Vycw== 47949 +IGNhdWN1cw== 47950 +8J+Ygg== 47951 +s7TsnpA= 47952 +cG93ZXJz 47953 +aXVtcw== 47954 +IO2GoOs= 47955 +IHRyYWRpY2lvbmFs 47956 +IHJlc29uYXRlZA== 47957 +IOyLoOq4sA== 47958 +dGhlbQ== 47959 +Um9iZXJ0 47960 +IGVsZW1lbnRv 47961 +IGFudGlk 47962 +INC+0LHRgQ== 47963 +IG5hdGl2ZXM= 47964 +IGxvY2E= 47965 +b3dtZW50 47966 +IFRpZ2h0 47967 +IOaAnQ== 47968 +IG1lbGFu 47969 +IE51ZQ== 47970 +YW1pcw== 47971 +IHNvcmdlbg== 47972 +YXPEsW5h 47973 +SG9tZQ== 47974 +IFBVQkc= 47975 +IGF3ZnVsbHk= 47976 +IFNob3Jl 47977 +IFBlcmNow6k= 47978 +IExhdQ== 47979 +IENpbmRlcmVsbGE= 47980 +IENoZXN0 47981 +IHNlbWFudGlj 47982 +IGRlc2VydGVk 47983 +IE1vbW8= 47984 +IEhlcm5hbmRleg== 47985 +Z2VuZXM= 47986 +IEFkdWx0 47987 +0LjRh9C10YHQutC+0LPQvg== 47988 +b3NoaW1h 47989 +IGNhcmFjdGVyw61zdGljYXM= 47990 +IEtM 47991 +tOyepQ== 47992 +b2Nhcg== 47993 +IGZlaGx0 47994 +IGRydWs= 47995 +IFBvcHB5 47996 +RU5HTElTSA== 47997 +IFZlcmdsZWljaA== 47998 +QnJpZW4= 47999 +IHJlY29tcA== 48000 +INGB0LQ= 48001 +IG1lcmdlcg== 48002 +IG1hcmtldGVycw== 48003 +IGhvbmV5bW9vbg== 48004 +IHBlbnNv 48005 +IGJlbGxp 48006 +0LXRgtGD 48007 +IGJhbmtlcg== 48008 +Q2FtZXJh 48009 +IFN0YWxs 48010 +IFN0YW1w 48011 +IEJpdGU= 48012 +0LXQttC00LU= 48013 +IHPDvHI= 48014 +IGfDvMOn 48015 +IFBhc3NvdmVy 48016 +IEJ1Z8O8bg== 48017 +INGB0L7QttCw0LvQtdC90LjRjg== 48018 +INC90LjQtw== 48019 +IG1hbnVyZQ== 48020 +IGdsYWNpZXI= 48021 +6KuH 48022 +UkFZ 48023 +dGVycm9y 48024 +IHNhbGFkcw== 48025 +IGh1cnJpY2FuZXM= 48026 +IERlc2lnbmVy 48027 +YXRvcmlv 48028 +IGZhY3R1YWw= 48029 +IFRhbW15 48030 +INC30LLRg9GH 48031 +IGludHJvZHVjdGlvbnM= 48032 +IGhvdXNla2VlcGluZw== 48033 +IGhhbmdlcg== 48034 +64uY6w== 48035 +YWt0ZQ== 48036 +IENvbGE= 48037 +J10= 48038 +IEdlbmRlcg== 48039 +0L7RgNC+0L0= 48040 +aXBzZQ== 48041 +aWNpYXM= 48042 +IHN1Y2Nlc3NpdmU= 48043 +IHBvbGl0aWM= 48044 +IGjDtmhlcg== 48045 +IFFpYW8= 48046 +IEdpbW1l 48047 +INC70L7Qtg== 48048 +IHNlYg== 48049 +IFdlaXRlcg== 48050 +IFNha3VyYQ== 48051 +IEJvdWxkZXI= 48052 +IEFtw6lyaWNh 48053 +cGXFgm5pZQ== 48054 +IHRlY25vbG9nw61h 48055 +aXNob3Bz 48056 +ZnVy 48057 +IG1vb25saWdodA== 48058 +IGRpc3BlcnNlZA== 48059 +IHJleg== 48060 +0LXQvdC90L7QtQ== 48061 +0LDQu9GM0L3Rg9GO 48062 +IFR3ZWx2ZQ== 48063 +IEhPUg== 48064 +7Iuk7Z6I 48065 +aWxhZ2U= 48066 +IHNoYWRlZA== 48067 +IHJlc3VtZXM= 48068 +IFBlYW51dA== 48069 +IE1JTEw= 48070 +YXBvbnM= 48071 +IFVGQw== 48072 +IFNvbGU= 48073 +IGpveXN0aWNr 48074 +IE9saXZpZXI= 48075 +d2FybWluZw== 48076 +IHN5bGxhYnVz 48077 +INC+0LHRidC1 48078 +IGhp4buHbg== 48079 +IGZlc3Rh 48080 +IGNyYWRsZQ== 48081 +IFphYw== 48082 +IHJlbWVtYnJhbmNl 48083 +IOqwmeyVhOyEnA== 48084 +IHBpxJlr 48085 +IGNvZXhpc3Q= 48086 +IFZJSQ== 48087 +IMOhcmVhcw== 48088 +IHV3YcW8 48089 +IG9ic2VydmVycw== 48090 +IG3DpG5uaXNrb3I= 48091 +Y29vbg== 48092 +IERBTQ== 48093 +IG5hc3p5bQ== 48094 +IGFsbGlnYXRvcg== 48095 +IEZyZWV6ZQ== 48096 +IEVzdGF0ZQ== 48097 +INGC0YDQsNC00Lg= 48098 +IHVuZGVyY292ZXI= 48099 +IG5pZXM= 48100 +IEZlaGxlcg== 48101 +cGxpbg== 48102 +IEthYnVs 48103 +aWxhdGU= 48104 +IOqzoOyWkQ== 48105 +IG1vcA== 48106 +7IS8 48107 +IGFuZGVyZXI= 48108 +IEtFTEw= 48109 +0L7QutC4 48110 +INC20LXRgdGC 48111 +IGdyYXppbmc= 48112 +IGRhw60= 48113 +IGNhcGl0YWxpemU= 48114 +IGFwZXg= 48115 +IG51cnR1cmluZw== 48116 +IGNvcnRhcg== 48117 +IGNvbnRyYWM= 48118 +xLFtxLF6xLE= 48119 +IHRhbmRlbQ== 48120 +6YO95pyJ 48121 +Z2VtZW50 48122 +INGB0LjRgdGC0LXQvNCw 48123 +IG1hbnF1ZQ== 48124 +aWFqxIU= 48125 +V09S 48126 +INin2Kg= 48127 +IGNhcnRz 48128 +QU5P 48129 +IOuwm+qzoA== 48130 +IENlbmE= 48131 +IEJpb2xvZ3k= 48132 +aWRhcg== 48133 +IGHFvA== 48134 +ZXJuZQ== 48135 +YW51 48136 +IHRoYW5rZWQ= 48137 +IHN1Ym1hcmluZXM= 48138 +IG1hbmlj 48139 +INC80L7Qtw== 48140 +5LyK 48141 +aW5zdGFudA== 48142 +ZXNzZW50aWFs 48143 +IHNhbXVyYWk= 48144 +IHBhc3Rp 48145 +IGFsYW4= 48146 +IGJyb2No 48147 +IGJha2Vy 48148 +IEd1aWxs 48149 +qLw= 48150 +IHdpdGhkcmF3bg== 48151 +64ud 48152 +UGVyZmVjdA== 48153 +cXVlbmN5 48154 +IHN0cmVhbWxpbmVk 48155 +IDEzMDA= 48156 +tOuPhA== 48157 +IOuWoOs= 48158 +IOOBr+OBhA== 48159 +IGh2YWQ= 48160 +5LiA5a6a6KaB 48161 +IHZlcmJhbGx5 48162 +IEtvbnM= 48163 +IOyhsOyLrA== 48164 +IGRpZXo= 48165 +5o6w5o6w 48166 +IGNodWNrbGluZw== 48167 +IE1paA== 48168 +IHJhbGxpZXM= 48169 +IG1hbnRlcg== 48170 +IGVhcm5lc3Q= 48171 +c3VwZXI= 48172 +IGdlY2U= 48173 +IFJlbmQ= 48174 +IEdlcmFkZQ== 48175 +amVuaWdlbg== 48176 +IFZhbGw= 48177 +IOyeiOuCmA== 48178 +INGB0LrQsNC30LDQu9Cw 48179 +IHRyYWJhbGg= 48180 +INC90LDRiNC10Lw= 48181 +INC80LXRhQ== 48182 +aWtpdA== 48183 +IG5vdW5z 48184 +IG5ldXJvbG9naWNhbA== 48185 +IG1vdGl2YXRpb25hbA== 48186 +IE1jTWFob24= 48187 +IEZpbmlzaGVk 48188 +IOuztOydtA== 48189 +IEZpZWxkcw== 48190 +IGFkb2xlc2NlbnRz 48191 +IFRpc2No 48192 +IE5lYmVu 48193 +IEZsb3dlcnM= 48194 +IEVuZXJn 48195 +IGRpcmV0 48196 +IFRoaQ== 48197 +IFBpY2Fz 48198 +5oOc 48199 +5oCO5LmI5qC3 48200 +IGF2ZXRl 48201 +IEZvcnM= 48202 +IENoYXBlbA== 48203 +TsOjbw== 48204 +RXQ= 48205 +INGB0L7QtNC10YDQtg== 48206 +cmVubw== 48207 +IHN2ZW4= 48208 +IGRvc3TEmXA= 48209 +bmVl 48210 +IFNuYXBkcmFnb24= 48211 +IElEcw== 48212 +7JWY64qU642w 48213 +16jXmg== 48214 +IHN1bmZsb3dlcg== 48215 +IHBlcnBldHVhbA== 48216 +57OW 48217 +IGtuaWdodHM= 48218 +IGdpcmQ= 48219 +IFRvbGQ= 48220 +IHZvbGNhbm9lcw== 48221 +IGFkdmVyc2FyeQ== 48222 +IEVjb25vbXk= 48223 +IGV4dHJhcG9s 48224 +IGJsdWV0b290aA== 48225 +IHpvb21pbmc= 48226 +IHNreXM= 48227 +IGdlbmlhbA== 48228 +w61jdWxvcw== 48229 +YW1icmU= 48230 +INC80LXRgA== 48231 +IHRlZW55 48232 +IHN0cmVzc2luZw== 48233 +7JWM 48234 +T05Z 48235 +IHRyYW5zbHVjZW50 48236 +IHJvdW5kaW5n 48237 +IGdydWVz 48238 +15nXoNeU 48239 +YXByw6hz 48240 +IHBydWViYQ== 48241 +IHBvbHlnb24= 48242 +IGJsdWViZXJyeQ== 48243 +IFByb2dyYW1t 48244 +IHRyZW5jaGVz 48245 +IHNlYmFnYWk= 48246 +IHBhbGF0ZQ== 48247 +IGxhdWRl 48248 +IGJlaGF2ZWQ= 48249 +IGxvbmdpdHVkaW5hbA== 48250 +IE1vZHVsZQ== 48251 +IGFkbWly 48252 +zrvOuQ== 48253 +R3JlZw== 48254 +IHd5c3Q= 48255 +IHByb3BhZ2F0ZQ== 48256 +IG1vbGRz 48257 +IFR1Yg== 48258 +IExvdWQ= 48259 +dXN0bw== 48260 +IHVuc3RvcHBhYmxl 48261 +IHJlaW5mb3JjaW5n 48262 +6Z2e5bi455qE 48263 +INC/0YDQvtCx0LvQtdC80LA= 48264 +IHBvdGVuY2lhbA== 48265 +IGhlbXA= 48266 +7J6U 48267 +4KSv 48268 +IG9wdGlj 48269 +IGVyZm9sZ3JlaWNo 48270 +0YHRiw== 48271 +0L7Qu9GM0YjQtQ== 48272 +dXJzdA== 48273 +IFBvaXM= 48274 +IHJlc3BvbmRlbnRz 48275 +IG5laG1l 48276 +IEV4dGVybmFs 48277 +b2xhdGU= 48278 +SHl1bg== 48279 +IHF1YXJ0eg== 48280 +IG1hdGhlbWF0aWNpYW4= 48281 +IGLDoXNpY2FtZW50ZQ== 48282 +IGFpbA== 48283 +7KCc66W8 48284 +YXR0dXR0bw== 48285 +IG5vb2l0 48286 +IGFmZmxpY3Q= 48287 +IE9sZ2E= 48288 +6K23 48289 +INC90LDRgg== 48290 +IGRpdGVz 48291 +IHJlYWxpZGFkZQ== 48292 +IGvDpG4= 48293 +IHVuaXF1ZW5lc3M= 48294 +IHBhZHJlcw== 48295 +IHN1YnNpZGk= 48296 +IHBpZ2VvbnM= 48297 +zrLOsQ== 48298 +c3RhZA== 48299 +IGRlcmVu 48300 +INCh0LvQtdC0 48301 +ZG9v 48302 +INC+0L/QuNGB0LDQvdC40Lg= 48303 +IGFtYmVy 48304 +IGdvb3NlYnVtcHM= 48305 +IGZyw6Vnb3I= 48306 +IFZpdGFs 48307 +IElzcmFlbGl0ZXM= 48308 +d2Fzc2Vy 48309 +SXNu 48310 +IGNvbW1pdHM= 48311 +IFNURVZFTg== 48312 +IEJldsO2bGtlcg== 48313 +dWl0aXZl 48314 +IGxlZ2Vu 48315 +IGJydWs= 48316 +0LjRgNC+0LLQsNC9 48317 +eW5lbg== 48318 +aGVsbQ== 48319 +IGdlbmVyYXRpb25hbA== 48320 +IEzDpG5kZXJu 48321 +zr/Ouc+Az4zOvQ== 48322 +dXp1 48323 +IGNhbGxlcg== 48324 +0L7QvdGM 48325 +w7xtw7w= 48326 +IGJlc2Fy 48327 +IHBsYXRz 48328 +IG1pZ3JhdGVk 48329 +IGphcA== 48330 +IFdBUg== 48331 +IGRpc3NlY3Q= 48332 +IFp1c2No 48333 +IFplaXRlbg== 48334 +IExpb25z 48335 +IERG 48336 +4pQ= 48337 +0LrQuNCy 48338 +IHBlZGVzdHJpYW5z 48339 +IE1hcmlseW4= 48340 +ZG9jaw== 48341 +IHlodA== 48342 +IHJlaW5jYXJu 48343 +IFNvbm8= 48344 +IEdyb3d0aA== 48345 +0YPRgdC+0LI= 48346 +IGR1bmdlb25z 48347 +IGJhZ3Vz 48348 +a2ljaA== 48349 +INGD0LrRgNCw0Zc= 48350 +6Yar 48351 +IEtlbGxlcg== 48352 +Y2hlbWlzdHJ5 48353 +SmFwYW5lc2U= 48354 +IHdpbGxzdA== 48355 +IGRlY29tcG9zaXRpb24= 48356 +INGB0YLQtdC9 48357 +IHJldml2ZWQ= 48358 +7ZWZ6rWQ 48359 +IMWT 48360 +5L2Q 48361 +7Iu4 48362 +aXBweQ== 48363 +IGhvdXJseQ== 48364 +asOkbg== 48365 +IFdvcmtzaG9w 48366 +nbzshJw= 48367 +IGN1YXJ0bw== 48368 +IHBhdHJpbQ== 48369 +IEJ1cmNo 48370 +IOyeiOq4sA== 48371 +IGhlcGF0 48372 +IGjDoG5n 48373 +IOuMgO2VtA== 48374 +INCy0LDRiNC4 48375 +IHJld29yaw== 48376 +IHBhcnNl 48377 +IMOnxLFrdMSx 48378 +IFNheA== 48379 +IE1vbmdv 48380 +IEFhYWg= 48381 +cmFtYmxl 48382 +REo= 48383 +IHN0YWJpbGl6ZWQ= 48384 +IFNwZWVjaA== 48385 +Qm9va3M= 48386 +IGh1cmRsZXM= 48387 +IFdP 48388 +IExhbWJvcmc= 48389 +IDE5MzM= 48390 +IHZvcmJlcmU= 48391 +IGNsaW5pY2FsbHk= 48392 +IGJyZWF0aHRha2luZw== 48393 +IEdhdGV3YXk= 48394 +0L/QtdGA0LLRi9GF 48395 +dXRlcnM= 48396 +IOu5tQ== 48397 +IHlldGVy 48398 +IHB1bGxleQ== 48399 +IG11ZmZpbg== 48400 +IFByZWZlcg== 48401 +IFBlbmNl 48402 +IGluZm9ybWHDp8Ojbw== 48403 +7Iqk7Yq46w== 48404 +44K444Oj 48405 +IFR1cnRsZQ== 48406 +IFJlZ2luYQ== 48407 +IExvYWQ= 48408 +ZG9lcw== 48409 +cGFuemU= 48410 +uJQ= 48411 +IG1pbmE= 48412 +IExhdGlub3M= 48413 +YW1tZXJz 48414 +IFRvcnQ= 48415 +IEJleW9uY2U= 48416 +0LjQvNC+0YHRgtC4 48417 +INCy0L7Qv9GA0L7RgdGL 48418 +IGJ1bHVu 48419 +6ICM5bey 48420 +aW5law== 48421 +YmVyZWljaA== 48422 +IHBhc3R1cmU= 48423 +IE9B 48424 +IE1lbHQ= 48425 +IEV0dA== 48426 +IERZ 48427 +IG9id29obA== 48428 +IGxlYWd1ZXM= 48429 +0YLQtdGB0Yw= 48430 +INC60YPRgQ== 48431 +IHZvcnM= 48432 +IHRvcHA= 48433 +b2dyYXBoaWNhbA== 48434 +YXNzdA== 48435 +IGxpbmRv 48436 +IOuwne2YlA== 48437 +IHLDqWZs 48438 +IGNsaW1icw== 48439 +IHZhcnNh 48440 +IG1ldGh5bA== 48441 +IEthcmVyZQ== 48442 +xrDhu58= 48443 +UmFk 48444 +IHByZXBhcmVkbmVzcw== 48445 +0L7QvdGH 48446 +IE9E 48447 +IENHSQ== 48448 +IOCkrg== 48449 +IHNwZWVjaGxlc3M= 48450 +IGxhc2Np 48451 +IGJvbGFn 48452 +INGF0L7Rh9C10YLRgdGP 48453 +IGdyaWV2aW5n 48454 +IEpvaGFubmVz 48455 +IENhcnJvbGw= 48456 +YWRha2k= 48457 +iKzr 48458 +IHPFgnU= 48459 +IGlubmVyaGFsYg== 48460 +IGd5bW5hc3RpY3M= 48461 +0L/RgNC4 48462 +aWZpcXVlcw== 48463 +IGthcmF0ZQ== 48464 +IGRvbXU= 48465 +44Gd44KM44Gn 48466 +T1RIRVI= 48467 +IGRlbWFuZMOp 48468 +IGJvb2tsZXQ= 48469 +IEt5b3Rv 48470 +IHdvaA== 48471 +IE1hcsOtYQ== 48472 +dmlvbGVudA== 48473 +SkU= 48474 +IGzDs2c= 48475 +IGJydXRhbGx5 48476 +Y290 48477 +INmF24w= 48478 +IFdhcnN6 48479 +5a6I 48480 +d29s 48481 +IG1pa8Ok 48482 +IFByb25vdW5jZQ== 48483 +IEJyZW5kYW4= 48484 +IHJvdXA= 48485 +IGl0YWxpYW5v 48486 +5aaC5q2k 48487 +INC60L7QvNC/0YzRjtGC 48488 +IHVyZ2luZw== 48489 +ZWRlcw== 48490 +IGNhcmJvbm8= 48491 +IFJpY2hhcmRzb24= 48492 +INCd0LDRhw== 48493 +IFRyYWluZXI= 48494 +IENyaW1lYQ== 48495 +IGRpYXBlcnM= 48496 +IGNvdmV0 48497 +IE1haGFy 48498 +IEh1dGNo 48499 +IEF1c3c= 48500 +YmVydHk= 48501 +IGluZGlmZmVyZW50 48502 +0LrRgNC10YI= 48503 +dWxkYWRl 48504 +IGhhcm1z 48505 +otmG 48506 +bGVzaWE= 48507 +IGdpbw== 48508 +IE1pc3RyZXNz 48509 +IEtub3g= 48510 +IEZSRUU= 48511 +IOujqOs= 48512 +INC90LDRiNCw 48513 +IGludmluY2libGU= 48514 +IG1haWRlbg== 48515 +IEplZXo= 48516 +IGJyZXZl 48517 +cG9sZQ== 48518 +IGNyaXRpY2lzbXM= 48519 +IFJ1c2lh 48520 +4KSu 48521 +cGhpbg== 48522 +IENvbXBhcmU= 48523 +IEJPTg== 48524 +IHNuZWFraW5n 48525 +IFJhaWxz 48526 +IEdlcmFs 48527 +IDE5NTM= 48528 +SG9sYQ== 48529 +INC+0L/Ri9GC 48530 +IHJhaW5mb3Jlc3Q= 48531 +IGJlbHVt 48532 +IE9iaQ== 48533 +IElTUw== 48534 +44KM44Gq44GE 48535 +INCh0LI= 48536 +IGJsb25k 48537 +IHd6Z2w= 48538 +IHBvd2llZHppYcWC 48539 +IGNob2tpbmc= 48540 +IFNvbmdz 48541 +IEJpcmF6 48542 +IHllbGxz 48543 +IHN0eWxpc3Q= 48544 +z4zPhM61 48545 +IHNjaHJlaWJlbg== 48546 +IEphdw== 48547 +IEVsZXZlbg== 48548 +IFJpZg== 48549 +Ly4= 48550 +IOyYpOuenOunjA== 48551 +IHRyZWF0aWVz 48552 +dWZmZWQ= 48553 +IOKIkg== 48554 +IHJvb2Zz 48555 +4LmA4Liq 48556 +IOu7 48557 +IHNwYXJrbGU= 48558 +IEtpZXY= 48559 +IEFyZ3U= 48560 +ZXJlY2h0 48561 +INCd0LDQtNC+ 48562 +IEZJTA== 48563 +IG1vbHRh 48564 +IERldmk= 48565 +IGNhbXBl 48566 +IGJlbmV2b2w= 48567 +IFRvdWdo 48568 +IG1vaW0= 48569 +IGV2YWN1YXRl 48570 +IGVycmFkbw== 48571 +5amG 48572 +0YDRg9Cz0L4= 48573 +IO2OmA== 48574 +IM6TzrnOsQ== 48575 +IHdlYWtlbg== 48576 +IGlsbHVtaW5hdGVk 48577 +IHNpZ2xv 48578 +IFZhY2M= 48579 +0LjQtdC5 48580 +YWxpcw== 48581 +INGD0YHRgtGA0L7QuQ== 48582 +IGRvbmE= 48583 +xYJvcw== 48584 +w7xtYW4= 48585 +IHByb2R1Y2Npw7Nu 48586 +IGNsb3Q= 48587 +IE1hbmdv 48588 +IHVuZWFzeQ== 48589 +IHNodXRz 48590 +IEV4YW1wbGVz 48591 +dmVsbA== 48592 +ZWJl 48593 +IHByb21wdGx5 48594 +IFRlbGVz 48595 +INC/0YDQvtGI0Ls= 48596 +IHB1ZXJ0YQ== 48597 +IMO8YmVyemV1Zw== 48598 +IGNvY2g= 48599 +c29jaWFs 48600 +IEJlbnNvbg== 48601 +IE1ldGg= 48602 +IEV4cGVk 48603 +IHN1cHBsZW1lbnRhbA== 48604 +IGNvbmNlaXZl 48605 +INeY15XXkQ== 48606 +IGNhcHRpdml0eQ== 48607 +j5nslYg= 48608 +INGF0YPQtA== 48609 +Zm9ybWluZw== 48610 +IHVwbG9hZHM= 48611 +IHR1cmJ1bGVuY2U= 48612 +am9pbnQ= 48613 +IHNhdGlzZmFjdG9yeQ== 48614 +IEFuaW1l 48615 +IHdhc2hlcw== 48616 +IGxpYmVyYWxz 48617 +IFN1bnNoaW5l 48618 +IFJFQUw= 48619 +dWJsaWs= 48620 +YmluYXJ5 48621 +VG9ueQ== 48622 +IHBvbGFyaXplZA== 48623 +IGVucmljaGVk 48624 +dGFraW5n 48625 +IOuBneuCmA== 48626 +IHBsZWFzdXJlcw== 48627 +IGV4dGVybWlu 48628 +aW5lc2U= 48629 +YXRs 48630 +dsOkcg== 48631 +0LDRgNGL 48632 +IG15xZs= 48633 +bmFycmF0b3I= 48634 +INC+0LTQvdC+0Lw= 48635 +IG5handpxJk= 48636 +IG1vYmlsaXpl 48637 +IG1pbGxvcg== 48638 +IGF0YQ== 48639 +5re3 48640 +IHBvbMOtdGljbw== 48641 +IHBsZWFk 48642 +IHBhaW50ZXJz 48643 +IFNvdw== 48644 +0L7RhA== 48645 +IOyYm+uCoA== 48646 +INGH0YLQvtCx 48647 +IHNhYm9y 48648 +IFVuZGVydA== 48649 +IEpFUlJZ 48650 +xaHDrQ== 48651 +IOuwluyXkA== 48652 +IHByw6ljw6lk 48653 +IGFubm90YXRpb24= 48654 +IEluYXVkaWJsZQ== 48655 +IHRleHR1cmVk 48656 +IGZpc2hlcm1hbg== 48657 +dm9yZGFu 48658 +aWNoZXJ1bmc= 48659 +IOyggeydtA== 48660 +IGdlemVpZ3Q= 48661 +IG1hbmRhdGVz 48662 +IGJlYWs= 48663 +IFRXTw== 48664 +IEFrYmFy 48665 +aWxpYW4= 48666 +IHRp4bq/cA== 48667 +IHN1cGVyaW9yaXR5 48668 +aW5rdQ== 48669 +IGx5cw== 48670 +IEZDQw== 48671 +IENQQQ== 48672 +dXN0ZXJpbmc= 48673 +bmljb3M= 48674 +YW5qYQ== 48675 +IGNoaWxscw== 48676 +IENhZ2U= 48677 +IHNlYWxpbmc= 48678 +IHNhw6c= 48679 +IGRlZGFucw== 48680 +IEFsZ2Vy 48681 +IHNwZXppZQ== 48682 +IGNvbG9zcw== 48683 +xLF5xLE= 48684 +Y2xvY2t3aXNl 48685 +IGV4YWN0YW1lbnRl 48686 +IGllbWFuZA== 48687 +YW3EsQ== 48688 +IG1hbmRhcg== 48689 +cmFq 48690 +ZmFjZWQ= 48691 +YWd1YQ== 48692 +IOq5lOs= 48693 +IGluc2Jlc29uZGVyZQ== 48694 +IGRyaXp6bGU= 48695 +IGRpbWluaXNo 48696 +IFlvZGE= 48697 +QUk= 48698 +IGJpbG1peW9ydW0= 48699 +IE1NQQ== 48700 +YXRlZ29yeQ== 48701 +INC/0LXRgNC10L8= 48702 +IHBhcnRpY2lwYXI= 48703 +IG5vcm1hbGl6ZWQ= 48704 +IGNvbXBsZXhpdGllcw== 48705 +5rSy 48706 +5o6n 48707 +0LDRgNC+0LI= 48708 +bWlzdA== 48709 +aWNoYQ== 48710 +R3JvdXA= 48711 +IHJlc2lsaWVuY3k= 48712 +IG5vZ2xl 48713 +IENOQw== 48714 +cHLDvA== 48715 +IHBoeXNpY2lzdHM= 48716 +0L3QvtC6 48717 +TEk= 48718 +IHN0dWZmcw== 48719 +IHNpc3RlbWFz 48720 +IGludGVyZmVyaW5n 48721 +IE1hcnZpbg== 48722 +w6lyY2l0bw== 48723 +IOyXhuqzoA== 48724 +IHNvbmlj 48725 +IGVxdWl2 48726 +IGFib3Jk 48727 +IFJhbWVu 48728 +IDA5 48729 +bWVkaW0= 48730 +YXRpcXVlcw== 48731 +INC00LXQu9Cw0Y7Rgg== 48732 +IHVuYW5pbW91c2x5 48733 +IHNraXJ0cw== 48734 +IO2KueuzhA== 48735 +IFByaXg= 48736 +a2FtaQ== 48737 +IGZydWl0aW9u 48738 +IGJpcnRoZGF5cw== 48739 +0LjQutC+0Lw= 48740 +IGluYXVndXJhbA== 48741 +IGNvcnJlbGF0ZQ== 48742 +IFRvcnk= 48743 +IOuCmOyB 48744 +IGRldw== 48745 +IFByZWNpcw== 48746 +aWhp 48747 +IOusuOygnOqwgA== 48748 +IGNpdGluZw== 48749 +IExhbmE= 48750 +IEthZw== 48751 +IHBsYXl0aHJvdWdo 48752 +IFByb3RvY29s 48753 +ZnJpc3Q= 48754 +aG92YWg= 48755 +IG1lcmNpZnVs 48756 +IGJpbGluZ3VhbA== 48757 +IEd1aXRhcg== 48758 +cmg= 48759 +IGdsYW1vcm91cw== 48760 +IFZpa2luZ3M= 48761 +IE9vb29o 48762 +7ZWY64qU642w 48763 +IFVnYW5kYQ== 48764 +IGNvbGxhcHNlcw== 48765 +ZW50cnk= 48766 +IGFudGlveGlkYW50cw== 48767 +64KY6w== 48768 +0YjQsNGP 48769 +IHRyaXZpYQ== 48770 +IGfDpGxsZXI= 48771 +IGZ1bmdp 48772 +IG1pbGtz 48773 +IGRpY2h0 48774 +zrzOtw== 48775 +cG9rZQ== 48776 +INCy0YvQv9GD0YHQug== 48777 +IGZlZWRlcg== 48778 +IEFsY29ob2w= 48779 +aG93ZXI= 48780 +IGRlc2VydmluZw== 48781 +IFJlYmVs 48782 +aW9zaXM= 48783 +IDEwMw== 48784 +IGhhbmRvdXQ= 48785 +IGVubQ== 48786 +IGxhbmRsb3Jkcw== 48787 +IGdlb2xvZ3k= 48788 +cmlscw== 48789 +IGNvYnJh 48790 +IFZvbGQ= 48791 +IFBhbmNo 48792 +IEdSRUc= 48793 +IHByb3Nz 48794 +IGJyYWNlbGV0cw== 48795 +IFZlZ2E= 48796 +IHJvenVt 48797 +5qy+ 48798 +0LDQt9C0 48799 +IEx5bmQ= 48800 +IEhvbm9ycw== 48801 +IHN1cnJlbmRlcmVk 48802 +IGxpYnJhcmlhbnM= 48803 +MTI1 48804 +INGB0LjQsw== 48805 +IHVuaWZvcm1seQ== 48806 +IEVhZ2xlcw== 48807 +7JWZ 48808 +0LjRgtCw0L0= 48809 +YW5kaWQ= 48810 +IOygiOuMgA== 48811 +INi2 48812 +IGFycmVzdHM= 48813 +IENTVg== 48814 +IEF6ZXJiYWlqYW4= 48815 +b3J0aWM= 48816 +IERY 48817 +IEFkdmVudHVyZXM= 48818 +IGFidXM= 48819 +IEZhdQ== 48820 +IHNjaGxpbW0= 48821 +IHJhdHRsaW5n 48822 +IGNvbnN1bWVz 48823 +IFRvbGtpZW4= 48824 +IHJlc3VycmVjdGVk 48825 +IFhZ 48826 +7Yq46rCA 48827 +INCy0YvRgdGC0YPQvw== 48828 +IEFuZ2ll 48829 +xbxlbmlh 48830 +TWlj 48831 +IFNoZWlsYQ== 48832 +YWNodGV0 48833 +IG92ZXJzdA== 48834 +IGzDog== 48835 +IGluZWZmZWN0aXZl 48836 +5p2h 48837 +5oCO5LmI5LqG 48838 +5b+Z 48839 +IHdpY2h0aWdlcg== 48840 +IHZpbm8= 48841 +IHB1bQ== 48842 +IGFuZ2xlZA== 48843 +IFBpb25l 48844 +IE3hu7k= 48845 +44Gd44KM44Gv 48846 +d2/Fm8SH 48847 +ZHJhdw== 48848 +4Lix4LmI 48849 +bWFya2V0cw== 48850 +IGNhZmVz 48851 +IENlbQ== 48852 +4p2k 48853 +IFN1aXQ= 48854 +TUs= 48855 +IGVtcGhhc2l6ZXM= 48856 +IHRvcnRpbGxh 48857 +IG1lam9yYXI= 48858 +IFN1cnZpdg== 48859 +Y2FzdGluZw== 48860 +IGVkdWNhY2nDs24= 48861 +IEd1bQ== 48862 +dWVseQ== 48863 +IOyXrOq4sOuKlA== 48864 +IHN0cmV0Y2h5 48865 +ZW7Dp2E= 48866 +IHdpdGhob2xk 48867 +IGV4aXRpbmc= 48868 +IGVudGhhbHB5 48869 +IFRyYW5zaXQ= 48870 +xLFsbcSxxZ8= 48871 +YWxpZXM= 48872 +IHNhbHZhcg== 48873 +IGxlYW5lZA== 48874 +IGdyb8OfZXM= 48875 +IGZpdHQ= 48876 +0LDQutC4 48877 +U2FyYWg= 48878 +IGhvc3RlbA== 48879 +IGZpbmdlcm5h 48880 +IG5hZHppZWrEmQ== 48881 +d2l2ZXM= 48882 +UmVj 48883 +IHNwb29s 48884 +0LDRgtC+0LI= 48885 +IEVuZW15 48886 +IGZ1cnk= 48887 +IGRldHRh 48888 +IEZheQ== 48889 +6Zqo 48890 +0Y/RjtGC 48891 +IGFwcm94aW1hZGFtZW50ZQ== 48892 +IHNpbG9z 48893 +IG1hZ2lzdA== 48894 +IGNyZWU= 48895 +IEtyYW5r 48896 +IERPV04= 48897 +IHN0YXJ0bGVk 48898 +IHJlYm9ybg== 48899 +IFVtd2VsdA== 48900 +IFN1emFubmU= 48901 +0L3QuNGG0Ys= 48902 +b3V0ZXo= 48903 +IEpBQw== 48904 +eWFyZHM= 48905 +cmFkYXM= 48906 +cmF1 48907 +aXB0cw== 48908 +aGFpbA== 48909 +IHBhcmFncmFwaHM= 48910 +IG1lZ2xpbw== 48911 +IGlzb2xhdGluZw== 48912 +IGFjZWl0ZQ== 48913 +IEhhcnNo 48914 +IGN5c3Q= 48915 +IEJsb2NrY2hhaW4= 48916 +INGF0L7RgNC+0YjQuNC5 48917 +IHZpcnR1b3Vz 48918 +IGludmVzdGlnYWNpw7Nu 48919 +IGRldm9pcg== 48920 +IG1hc3R1cmI= 48921 +IFNhbGU= 48922 +2YrYsdip 48923 +IM6n 48924 +IFN0cmHDn2Vu 48925 +IGRpa2s= 48926 +IGFmb3Jl 48927 +IEp1bmdrb29r 48928 +IGNob2NpYcW8 48929 +IERlYmF0dGU= 48930 +IHdlaXJkbHk= 48931 +IHZpYWpl 48932 +cmVnaXN0 48933 +SGVscA== 48934 +IGtpbmRlcmVu 48935 +IGZvcm11bGF0ZWQ= 48936 +IGVuZmlt 48937 +IFRvd2FyZHM= 48938 +0LrQvtGX 48939 +aXZlcmluZw== 48940 +INC00LXRgtC4 48941 +Y2hhcmdlcg== 48942 +IHB1cmw= 48943 +IGFjYWRlbWljYWxseQ== 48944 +IE51cnNl 48945 +IGRlbGV0aW5n 48946 +YXlv 48947 +IHJlZnVzYWw= 48948 +IGRlcGljdHM= 48949 +IERyYWN1bGE= 48950 +IHRvYXN0ZWQ= 48951 +IFpvbWJpZQ== 48952 +IFN1cGVyaW9y 48953 +IEJvbGQ= 48954 +IHF1aXp6ZXM= 48955 +IGdsZQ== 48956 +NDUw 48957 +IGNvbWXDp28= 48958 +eW5u 48959 +IHZlcnN0 48960 +IE9sYWY= 48961 +IHBvbW9j 48962 +IFNhc2s= 48963 +65g= 48964 +IFRDUA== 48965 +IFByb3BlcnR5 48966 +7ZWY7KOg 48967 +4Lic4Lih 48968 +Ym9vbQ== 48969 +YXJvcw== 48970 +INGA0L7RgdGB0LjQuQ== 48971 +INCx0YvQstCw0LXRgg== 48972 +5Ye65Y67 48973 +IOydtOyVvOq4sOulvA== 48974 +IGNvbWJpZW4= 48975 +dmFjYw== 48976 +IGViZW5mYWxscw== 48977 +cGFyYQ== 48978 +INC30Lw= 48979 +IGRlc3BlcmF0aW9u 48980 +b3JkcmU= 48981 +INep15zXmQ== 48982 +IGdlbmVyb3VzbHk= 48983 +INCe0Lo= 48984 +IG9yYml0aW5n 48985 +Pjwv 48986 +IGVzcMOt 48987 +IENPUA== 48988 +5a2p5a2Q 48989 +dmlzaWJsZQ== 48990 +INC/0YDQtdGB0YLRg9C/ 48991 +IHN0aXRjaGVk 48992 +4K+ILg== 48993 +IGxhdGVudA== 48994 +IFByYWI= 48995 +IE1jTg== 48996 +IEhlYWxpbmc= 48997 +IEN1cmlvc2l0eQ== 48998 +Y2VydA== 48999 +IOuvvOyjvA== 49000 +IHBhdGllbnRseQ== 49001 +IFlU 49002 +Zm9yZWlnbg== 49003 +IHbhuqtu 49004 +IGluZHVzdHJp 49005 +IGNvY2t0YWlscw== 49006 +IGJyaWdodGVu 49007 +IGNvbnNvbGlkYXRlZA== 49008 +0LDRgNC0 49009 +bHRyeQ== 49010 +IGdyaWxsZQ== 49011 +IGJvbmE= 49012 +IGRpbGlnZW50bHk= 49013 +IFdyZXN0bGVNYW5pYQ== 49014 +ZXJrdA== 49015 +ZW5lcmd5 49016 +OTk5 49017 +4K6V4K61 49018 +IHRvdGU= 49019 +aW9ubw== 49020 +RElP 49021 +IHNjaGl6b3BocmVuaWE= 49022 +IHBvc3Rwb25lZA== 49023 +IFFpdQ== 49024 +IM+Dz4XOvQ== 49025 +IHpkasSZ 49026 +IHNwYW5uZW5k 49027 +IERJUw== 49028 +UmVs 49029 +IHJoaW4= 49030 +aW1tdW5l 49031 +T2xk 49032 +IHBsw7Z0emxpY2g= 49033 +IG1vdW5k 49034 +IGFzdHJvbm9taWNhbA== 49035 +IEd1aWQ= 49036 +IEN1bA== 49037 +SEk= 49038 +IMWg 49039 +IHJlcG8= 49040 +IE1hdXJpY2U= 49041 +5LiA54K5 49042 +IGJhbmRpdHM= 49043 +IERlc2t0b3A= 49044 +w6Rzcw== 49045 +ZnRh 49046 +IGxpY2VuY2U= 49047 +IGltYWdpbmFy 49048 +IEVudHJlcHJlbmU= 49049 +eG8= 49050 +IOunm+yeiOuKlA== 49051 +INeU15E= 49052 +IHB1bXBraW5z 49053 +IGthbnNzYQ== 49054 +IGrEmXp5 49055 +IGNvbW11bmF1dMOp 49056 +YsO8cg== 49057 +IGVyaMO2 49058 +IFdvbHZlcg== 49059 +IFNoYXJpbmc= 49060 +5Luk 49061 +IHBha2Fp 49062 +IGluc3VsdGVk 49063 +0JzRiw== 49064 +0L7Rlw== 49065 +IGNvbnNpc3Rl 49066 +5oyR 49067 +IHlvdW5nc3RlcnM= 49068 +IGdsZWljaGVu 49069 +d2VkZXI= 49070 +IG1vdGU= 49071 +IGNsYXVzZXM= 49072 +w6l0YXQ= 49073 +cHJ1cw== 49074 +IHdhc3Q= 49075 +57uZ5oiR 49076 +IENyaXNw 49077 +IOeEtuW+jA== 49078 +IG9mZmVuZGVycw== 49079 +IGNvbnZlY3Rpb24= 49080 +IGNvbmZpYW4= 49081 +b2xsb3c= 49082 +YW1ldA== 49083 +INGX0YU= 49084 +56ys5LqM5YCL 49085 +ZmZpY2llbmN5 49086 +IHVuZ2xhdWI= 49087 +aWdhbnM= 49088 +IG1hcmtldGVk 49089 +IFZBTg== 49090 +IHByb2NsYWltZWQ= 49091 +IGPDqWx1bGFz 49092 +IGNvbGxpZGU= 49093 +IE9jdWx1cw== 49094 +YWRvcmU= 49095 +Smk= 49096 +IHN1c3RhaW5pbmc= 49097 +IEZhc2M= 49098 +IHNldHp0 49099 +IG5vc2FsdHJlcw== 49100 +TW9zdA== 49101 +INCy0Yc= 49102 +IG5hdWM= 49103 +IEJoYXI= 49104 +54i454i4 49105 +5oiR6Lef5L2g6Kyb 49106 +IHnDqnU= 49107 +IHRpbWVzdA== 49108 +IHBlcnRhbWE= 49109 +aXJtaQ== 49110 +IHp3cg== 49111 +IHZlcmJlc3M= 49112 +IHZvcnRleA== 49113 +IFNUQUNL 49114 +2KvYsQ== 49115 +uYTr 49116 +lJTsmKQ= 49117 +IGxpbmthZ2U= 49118 +IEZyYXNlcg== 49119 +ZW5hcmlv 49120 +IOudvOuKlA== 49121 +IOyEoOuwsA== 49122 +aHRoYWw= 49123 +IOq5jA== 49124 +IEtow7RuZw== 49125 +w4M= 49126 +IHNjcmFtYmxlZA== 49127 +IEVpbms= 49128 +IG1pY3Jvb3JnYW4= 49129 +IG5hcmNpc3Npc3Q= 49130 +IEtvbWJhdA== 49131 +IOunoQ== 49132 +IEFHQQ== 49133 +IHBlcmZla3Q= 49134 +IFNlcmll 49135 +ZGV0ZXJt 49136 +LSc= 49137 +IHBvbnl0YWls 49138 +IGtvc2th 49139 +7JM= 49140 +IG9iZWM= 49141 +IGNoZXN0cw== 49142 +dmVlcg== 49143 +IHVwcmlzaW5n 49144 +IHN0b2tlZA== 49145 +YXNzb2Np 49146 +IHByb2R1w6fDo28= 49147 +IFNoYXBl 49148 +7KCc6rCA 49149 +IOuUsA== 49150 +IGpvbg== 49151 +IGluYWR2ZXJ0 49152 +YW50YXM= 49153 +INC90LDQutC+0L3QtdGG 49154 +IOWwjeWVig== 49155 +IEFyc2VuYWw= 49156 +IHByb3RlZw== 49157 +IGxpYmVydMOp 49158 +IGdsYXJl 49159 +5Yia 49160 +5bey57uP 49161 +IHZlcmVpbg== 49162 +IGluc2VydHM= 49163 +IEphbmE= 49164 +IHd5ZGFqZQ== 49165 +xYJ1bQ== 49166 +ICUu 49167 +b3JpZ2luZQ== 49168 +IHN5bmFnb2d1ZQ== 49169 +IGZhbGxhaXQ= 49170 +IGRpc29iZWQ= 49171 +IGFudGlj 49172 +IEN5Y2w= 49173 +IGFzeW5jaHJvbm91cw== 49174 +IOuyjOyNqA== 49175 +IGdlc3VuZA== 49176 +IGdhZ24= 49177 +IHBlYQ== 49178 +IGdyaW4= 49179 +w6lzdA== 49180 +IHNhdWM= 49181 +IE3DpGQ= 49182 +7ZW064+E 49183 +cHBz 49184 +IM61z4DOuQ== 49185 +IHBldXBsZQ== 49186 +IGRlYmVu 49187 +IEJyZWU= 49188 +INGA0L7Qu9GM 49189 +INC60LDQutC40Lw= 49190 +IMO6dGls 49191 +IGRpc3RyaWJ1dG9y 49192 +0LDQu9GL 49193 +IHN3b2rEhQ== 49194 +IGZvbGtsb3Jl 49195 +IHJlY2VpdmVycw== 49196 +IE1PTw== 49197 +Ymlucw== 49198 +YXN0cmU= 49199 +7JWI6w== 49200 +IOuEo+qzoA== 49201 +IG11bHRpbWVkaWE= 49202 +IGdlYmF1dA== 49203 +0L7QstGL0YU= 49204 +w6N5 49205 +IGRhbmU= 49206 +b2tvbA== 49207 +ZW1pdGlzbQ== 49208 +T05FWQ== 49209 +IHlhxJ8= 49210 +IGNoYXVmZg== 49211 +5a655piT 49212 +IGVzZnVlcg== 49213 +xINu 49214 +ZXJ0YXM= 49215 +IGZvbmN0aW9ubmU= 49216 +b21pbmE= 49217 +IGl2b3J5 49218 +IFlvdXR1YmVy 49219 +IFNreXdhbGtlcg== 49220 +0LjRh9C10YHQutCw0Y8= 49221 +dG9p 49222 +IHZleWE= 49223 +IGdlbGVybnQ= 49224 +IGNoYW5jZWxsb3I= 49225 +IFN0YXRpc3RpY3M= 49226 +IHdlbGRlZA== 49227 +IG9uZGFu 49228 +IFNlaQ== 49229 +IG1lZGljYWxseQ== 49230 +IGVuZXJnaXplZA== 49231 +IFZpYQ== 49232 +INCy0LjQug== 49233 +IHVuaW50ZXI= 49234 +IGhpZ2huZXNz 49235 +IO2MlOs= 49236 +IGFtcGxpZmllZA== 49237 +IFNlcmdleQ== 49238 +IE1pbnM= 49239 +d2FybQ== 49240 +cGVsbA== 49241 +b3BoaWxl 49242 +IGjDqA== 49243 +IEJlbG8= 49244 +IFNrZXRjaA== 49245 +IGNoYXJhY3Rlcml6YXRpb24= 49246 +YW5zZW4= 49247 +INGC0YPRgA== 49248 +IOOFi+OFi+OFiw== 49249 +Tm90ZQ== 49250 +IGtvxZ8= 49251 +IGNpZXJ0 49252 +Zmx1 49253 +IGJhaHQ= 49254 +IERvd250b3du 49255 +IENSSVM= 49256 +b2RpZQ== 49257 +MTQw 49258 +IGxpdHJlcw== 49259 +IGdyaWV2 49260 +5qeY 49261 +IOyUqOqwgA== 49262 +IHN1Y2NlZWRz 49263 +IF9f 49264 +ZW50aW5n 49265 +IHZpbW9z 49266 +IHPDrA== 49267 +ZGVmZW5zZQ== 49268 +IE1jRA== 49269 +IE1hcmlvbg== 49270 +IERvbnQ= 49271 +IEREUg== 49272 +IExhemFy 49273 +IERBUg== 49274 +IGt1dg== 49275 +S24= 49276 +IHNlbWJsYQ== 49277 +IGFpcmJvcm5l 49278 +IFZpb2xlbmNl 49279 +65CQ 49280 +IHJlc3RyYWludA== 49281 +IHdoaXN0bGVz 49282 +IHNjb2xkZWQ= 49283 +IGFjY2Vzbw== 49284 +IGFic29sdXRhbWVudGU= 49285 +IFR5bA== 49286 +IFNhcA== 49287 +toDrtoQ= 49288 +aXTDpHRlbg== 49289 +YWRlbQ== 49290 +IMO9 49291 +IHByZXNjcmliZQ== 49292 +IE1hZ2U= 49293 +IEhlbGVuYQ== 49294 +5b6I5pyJ 49295 +5Lqy 49296 +dnQ= 49297 +IHZpZW5lbg== 49298 +IHNuZWV6 49299 +IG1vbMOp 49300 +xrDhu59uZw== 49301 +IHRyYW5zcG9ydGluZw== 49302 +IExlYW4= 49303 +IGt1bmc= 49304 +0YPRgNCw 49305 +z4TOrQ== 49306 +dXRjaGVz 49307 +b25kZXJz 49308 +bGl5b3I= 49309 +TmF0 49310 +IHppag== 49311 +IG1hbW1hbA== 49312 +IGvDpHl0 49313 +IEpvYW5uYQ== 49314 +c2VudA== 49315 +IOCkuA== 49316 +IHZlc3RlZA== 49317 +IEVyZmFocnVuZw== 49318 +b2tlZQ== 49319 +IGNsaXBwaW5n 49320 +IExpc3RlbmluZw== 49321 +ICgj 49322 +ZsO2 49323 +IHZpZGFyZQ== 49324 +IGJyaXR0bGU= 49325 +IFNUQVJU 49326 +IERhbWFz 49327 +IFlvZw== 49328 +44KT44Go 49329 +Z2FydA== 49330 +IHZlcmxpZXI= 49331 +IGhlYXJ0ZmVsdA== 49332 +IGRvxZvEhw== 49333 +7LmY6rCA 49334 +LsK7 49335 +IG1heGltYWw= 49336 +IGRpc3RpbnRvcw== 49337 +IOyZnOuDkO2VmOuptA== 49338 +IHNhaWxlZA== 49339 +IGNvbnZleWVk 49340 +IFRpbmRlcg== 49341 +IFNVUEVS 49342 +0L3QuNGG0YM= 49343 +Y29udHJvbGxlZA== 49344 +IGZ1bno= 49345 +IGJhc3RhcmRz 49346 +IEdpbnNidXJn 49347 +IG51b3Zv 49348 +IFBlcmU= 49349 +IEpFUw== 49350 +IERpbmdlbg== 49351 +IEJldHM= 49352 +dW1iYQ== 49353 +YWNjacOzbg== 49354 +IOyeiOyngOunjA== 49355 +IHJldHJh 49356 +IExhdXJlbnQ= 49357 +IHBvenk= 49358 +IGdyb292ZXM= 49359 +IG3DoXF1aW5h 49360 +IG1pbmlvbg== 49361 +IGRlaW5lbg== 49362 +IFNoYXVu 49363 +15nXmQ== 49364 +IGhvbm9yYXJ5 49365 +b3NhdXJ1cw== 49366 +IHplaXQ= 49367 +IGVzcGVjaWU= 49368 +IEJDRQ== 49369 +0LDRgtC1 49370 +SnVzdGlu 49371 +IFdoZWVscw== 49372 +IOydtO2VtA== 49373 +INio2YrZhg== 49374 +IHByb3B1bHNpb24= 49375 +IHBlcmNlYmVy 49376 +IE5ld21hbg== 49377 +5bQ= 49378 +Y3Vsb3Npcw== 49379 +TWk= 49380 +INCw0LrQutGD 49381 +IG1hc3RlcmluZw== 49382 +IGzDpGg= 49383 +IGZpc3Rz 49384 +5LuU 49385 +IG1hcmluYWRl 49386 +TGlsbHk= 49387 +IOuFuOugpQ== 49388 +IFlI 49389 +IHVyZ2VudGx5 49390 +IGluZm9ybWF0aW9uYWw= 49391 +IGFjb3Jkbw== 49392 +aXp6eQ== 49393 +44GE44GP 49394 +7J207Ja0 49395 +aW1hcg== 49396 +IOuCmOyYpOs= 49397 +IHR3ZW50aWVz 49398 +IHJhc3A= 49399 +IGJ1bXB5 49400 +2KjYqQ== 49401 +d29ya2Vy 49402 +IHF1aWNrZXN0 49403 +IGF0dGFjaGVz 49404 +0LLQuNCz 49405 +IOuCmO2DgOs= 49406 +IHB1cmVl 49407 +IG92ZXJzaXplZA== 49408 +IHN0aXJyZWQ= 49409 +IGpha2lt 49410 +IGhvbWljaWRl 49411 +44KC44GX 49412 +aXNjaWxsYQ== 49413 +IOyxmQ== 49414 +IHNwZWN1bGF0aXZl 49415 +IGFzc2lzdHM= 49416 +bWFpbg== 49417 +asOkaHI= 49418 +aW5kZXQ= 49419 +IMWfdXI= 49420 +IGZvcmVjYXN0cw== 49421 +IGRpdmVyc2lvbg== 49422 +IHRhcmU= 49423 +IG9nbA== 49424 +IE9yZ2FuaXNhdGlvbg== 49425 +IENoZXZ5 49426 +IGJhamE= 49427 +YW5kxLFy 49428 +INmI2YTYpw== 49429 +IHJhZGlhbnQ= 49430 +IGxpYWlzb24= 49431 +IGRlbW9rcmF0 49432 +IE1BUkM= 49433 +z4DOv8+F 49434 +IHJ1bnQ= 49435 +IHByw6ljaXM= 49436 +IGdldmVu 49437 +IHbDqWhpYw== 49438 +IEpFU1M= 49439 +U1RS 49440 +IOyWmOs= 49441 +IHZpc2lvbmFyeQ== 49442 +IGJ1cmFkYW4= 49443 +IOOBguOCig== 49444 +IHJlYmlydGg= 49445 +IGV4aGliaXRlZA== 49446 +IE1ldGFsbA== 49447 +b2xpZQ== 49448 +ZWx5bg== 49449 +IGZsYXZvdXJz 49450 +IGVzY3JpdG8= 49451 +IERlbGV0ZQ== 49452 +IOyVjOyVmOyWtA== 49453 +INGD0LrRgNCw0ZfQvQ== 49454 +IGludGVycnVwdGluZw== 49455 +IGlkZW50aWZpYw== 49456 +IFN1enVraQ== 49457 +IExhbmRpbmc= 49458 +5Lu25LqL5oOF 49459 +YW5kaQ== 49460 +IGVzdHJhbg== 49461 +IGNvdWxldXI= 49462 +IGFncmFk 49463 +IFNueQ== 49464 +IOCuh+Cusg== 49465 +IGFuZGVy 49466 +IHJ1YQ== 49467 +IHByaXNl 49468 +IGxhdXJl 49469 +IO2KgA== 49470 +IG1vZGVyYXRpb24= 49471 +IGVyZmFocmVu 49472 +IGRlY29uc3Q= 49473 +IFJlZXNl 49474 +IFBL 49475 +ZXRvcw== 49476 +44GT44KM44Gn 49477 +IEdyYXZpdHk= 49478 +IEVyZW4= 49479 +IG92ZXJib2FyZA== 49480 +IG3DvHNzdA== 49481 +IEVtYWls 49482 +0LXRgNC8 49483 +eWRp 49484 +acSZZHp5 49485 +IExPVQ== 49486 +IEZ1w59iYWxs 49487 +IFJE 49488 +YWx0cw== 49489 +IOyKpO2KuOs= 49490 +INCa0YDQsNGB 49491 +IHRlbGV2 49492 +INGA0L4= 49493 +IHJlc2lnbmF0aW9u 49494 +IGppbmdsZQ== 49495 +IFN0dWRpZW4= 49496 +IElY 49497 +IFNlbnRpbmVs 49498 +IFBhbmc= 49499 +6YQ= 49500 +SmFrZQ== 49501 +IHBlcnNvbmFnZW0= 49502 +IG3DqWRpYQ== 49503 +IENoZXJu 49504 +YW50aWNhbGx5 49505 +IHRo4budaQ== 49506 +IHBhcmFseXNpcw== 49507 +IGphcGFuZXNl 49508 +IGNvbmV4 49509 +IGVmaWM= 49510 +IHVuZGVyc2lkZQ== 49511 +IG5lb2w= 49512 +IGZpYW4= 49513 +0LjQvNC+0YHRgtGM 49514 +IHF1aXJreQ== 49515 +IHBpc3Rh 49516 +IENsZW1lbnQ= 49517 +bm90aGluZw== 49518 +INC/0L7QtdGF 49519 +IGhvcnJlbmQ= 49520 +IGNvbnNvbGlkYXRl 49521 +cGxveXM= 49522 +ZW1ha2Vy 49523 +SmVubmlmZXI= 49524 +IG51bcOpcm8= 49525 +IGZhbW9zbw== 49526 +IE5lcHR1bmU= 49527 +IO2WiOyWtA== 49528 +INC/0YDQtdC30LjQtA== 49529 +IHNpdGNvbQ== 49530 +IHNlcmlv 49531 +IG11ZQ== 49532 +IGdsYW5kcw== 49533 +IGLDtnJqYXI= 49534 +IFlK 49535 +IFJpb3Q= 49536 +cGFyYWd1cw== 49537 +IHNlZ3VyYW7Dp2E= 49538 +IGltbWF0dXJl 49539 +IE1hZG9ubmE= 49540 +4LiN 49541 +IGxpbmdlcmluZw== 49542 +IGFjZXNzbw== 49543 +IE9yaWVudA== 49544 +IFJlY29tbQ== 49545 +IGNvbXBsYWM= 49546 +Zm91bmRlZA== 49547 +YXR0ZW5k 49548 +IGNpZWxv 49549 +IFpoYW4= 49550 +bmFpcmVz 49551 +Y2Nv 49552 +INeQ16A= 49553 +IHN0YXRh 49554 +IGNvbnRyYWRpY3Rvcnk= 49555 +IFPDqQ== 49556 +IFNBTg== 49557 +IENvbm5pZQ== 49558 +IOuLueyLnA== 49559 +INGB0LDQvNC+0Lk= 49560 +IG1hamVzdGlj 49561 +IFBlbmd1aW4= 49562 +IENPTUU= 49563 +w61jaW9z 49564 +cGVybw== 49565 +IG1n 49566 +IGZhdWM= 49567 +IGNvcnJlcg== 49568 +IEdvdHRlcw== 49569 +IEFuZ2xv 49570 +SGFy 49571 +4buXaQ== 49572 +IHZpdGVzc2U= 49573 +IGFubm91bmNlcg== 49574 +IE9tYWhh 49575 +a3Vt 49576 +IHNwYXJlZA== 49577 +INGA0LDQt9Cw 49578 +INC/0L7Qu9GD0YfQuNGC0YHRjw== 49579 +IHTDpGjDpG4= 49580 +INC/0L7QvdCw0LQ= 49581 +IHBlcnRhaW5pbmc= 49582 +IFJhdGU= 49583 +aWVybg== 49584 +R29sZA== 49585 +IHRlc3Rl 49586 +IGRlxJ9pbGQ= 49587 +IGRhbXBpbmc= 49588 +IFBhcnRuZXJzaGlw 49589 +enlzdGE= 49590 +Z2VsZA== 49591 +IHNtb2tlcw== 49592 +IE1hcnJpYWdl 49593 +7Kq97JeQ 49594 +6IWz 49595 +aXNjZQ== 49596 +IHRyeW5h 49597 +IERpcmVjdG9yeQ== 49598 +IOuCmOyYrA== 49599 +IHNoYW1lZnVs 49600 +IG1lbnRyZQ== 49601 +IGFzc2lnbmluZw== 49602 +5piv6YCZ5qij 49603 +IHJlcGVydG9pcmU= 49604 +IG9iamV0b3M= 49605 +56ix 49606 +IHVuZGVyd29ybGQ= 49607 +IGVuZGVhdm9ycw== 49608 +IGlnbml0ZQ== 49609 +INmI2Kw= 49610 +IGV4cGVyaWVudA== 49611 +INCX0LDQvw== 49612 +INC30LDQutC70Y7Rhw== 49613 +IHZvbHRhZ2Vz 49614 +IG5pZWdv 49615 +IGRlZmljaXRz 49616 +IGJ1ZW5vcw== 49617 +IFNsZWVwaW5n 49618 +IFNhbGVt 49619 +IHVubG9ja2luZw== 49620 +IGludGVyYWN0ZWQ= 49621 +IGVudGVuZGV1 49622 +IFN1cGVyaW50ZW5kZW50 49623 +IHN6Y3plZ8OzbA== 49624 +IHF1YXM= 49625 +IHBhbGluZw== 49626 +IGtobw== 49627 +2KjYrQ== 49628 +IGNvbGFib3I= 49629 +INC/0YDQuNCz0L7RgtC+0LI= 49630 +IG1hdXY= 49631 +IEp1ZGFz 49632 +IEFzc2lzdA== 49633 +INGC0LXRgNGA0Lg= 49634 +INC90LDRgdC60L7Qu9GM0LrQvg== 49635 +IHN1YnNpZHk= 49636 +IEVtYmFzc3k= 49637 +IGRhZ2Vu 49638 +IFNhbnRv 49639 +6Iis 49640 +16nXldeR 49641 +IGFicnVwdGx5 49642 +IEFkYXB0 49643 +IHZhYWs= 49644 +IHBvc3RhbA== 49645 +IGludmVzdGly 49646 +IGZpcXVlaQ== 49647 +IGRvd250aW1l 49648 +IFdlYmI= 49649 +IE5DQUE= 49650 +IEVzdG95 49651 +0L7Qu9C+0YI= 49652 +IOyCrOqxtA== 49653 +IG5hdGlvbmFsaXN0 49654 +IEthdGhyeW4= 49655 +IEtvcA== 49656 +6ao= 49657 +U2Vhbg== 49658 +T05B 49659 +IEJq 49660 +16LXnQ== 49661 +w61i 49662 +aWRhbWVudGU= 49663 +INCz0LvQsNC30LA= 49664 +IHVubmll 49665 +IGdlbWFha3Q= 49666 +IElOVEVSVklFV0VS 49667 +IEhhdXQ= 49668 +zq/Ovw== 49669 +Z2VvaXM= 49670 +d3lkZA== 49671 +INC60L7Qu9C4 49672 +IHRpZ2h0ZW5lZA== 49673 +IHBsYW5uZXJz 49674 +IGhlcnVt 49675 +IGfDtnLDvG4= 49676 +IGVsZWN0cm9uaWNhbGx5 49677 +IGNlcmFt 49678 +IOuLpOyWke2VnA== 49679 +IGVwaWxlcHN5 49680 +IGXEnw== 49681 +bGlucw== 49682 +IFNoaW55 49683 +5qCh 49684 +INGB0L7Qu9C9 49685 +IG1hY2Fyb24= 49686 +IGltcGFjdG8= 49687 +IFZlZ2Fu 49688 +emXFhA== 49689 +IFJhcGhh 49690 +IFBhcnM= 49691 +IExFTw== 49692 +44GK44Gj 49693 +Y8O8 49694 +INec15TXmdeV16o= 49695 +IMOkaG5saWNo 49696 +IGZsb3Nz 49697 +IEFa 49698 +IG3DtmNodGVu 49699 +IGdyb29taW5n 49700 +IGdyYXNzZXM= 49701 +cmFuY2g= 49702 +IHJlY2liaXI= 49703 +IGJvdW5jeQ== 49704 +IEhvYmJ5 49705 +IHZpa3RpZw== 49706 +IGJlZ2l0dQ== 49707 +IFBpY2Fzc28= 49708 +IEt1c2g= 49709 +66qo 49710 +IG9ic3RydWN0aW9u 49711 +IOu2hOychA== 49712 +IG1pY3JvYg== 49713 +IFdlc3RtaW5zdGVy 49714 +cm9wcw== 49715 +ZHVs 49716 +IGRldm8= 49717 +IExlaHJlcg== 49718 +IEFkdmlzb3I= 49719 +dWNrZW4= 49720 +INCx0YPQvA== 49721 +IGZsYXR0ZXJpbmc= 49722 +IFRydW1hbg== 49723 +IFNlbXByZQ== 49724 +IE1jQ2Fpbg== 49725 +IEhpbmR1cw== 49726 +SnVsaWE= 49727 +IHdhdGVyc2hlZA== 49728 +IGx1c2g= 49729 +7KCE6w== 49730 +QmVmb3Jl 49731 +INCS0YLQvtGA 49732 +IFNhYVM= 49733 +IHNpdHp0 49734 +IGJlZXRsZQ== 49735 +IEVzc2VudGlhbA== 49736 +ZW5rbw== 49737 +IOuVjOuPhA== 49738 +IHJldnZpbmc= 49739 +IHBvb3Jlcg== 49740 +IGNvZXJj 49741 +IGlkZWU= 49742 +IGNvw7s= 49743 +YWxldA== 49744 +IHpkcm93 49745 +IGZlbmRlcg== 49746 +Z3Jvd3Ro 49747 +RElORw== 49748 +IHpkZQ== 49749 +5LiK6Z2i 49750 +RU5UUw== 49751 +IGZhY2V0cw== 49752 +6Zqq 49753 +dXNoaW1h 49754 +IMWfZWg= 49755 +IHBhcmFzaXRl 49756 +IGxhcHNl 49757 +IE1lZXI= 49758 +IEt1bmQ= 49759 +IHNsb2c= 49760 +IGJydW5jaA== 49761 +IENoYXJ0 49762 +YXJ6 49763 +IE1VUw== 49764 +IG9mZmVuc2Vz 49765 +IGluZ2zDqXM= 49766 +IGZvbGlhZ2U= 49767 +b3BsYW4= 49768 +QXV0 49769 +IEphY3F1 49770 +dGFr 49771 +aWVtYnJl 49772 +IHhlbg== 49773 +IG5vbWluZWVz 49774 +IGJpb21lZGljYWw= 49775 +w6lzdXM= 49776 +IGVzdHV2 49777 +z4TPjA== 49778 +QVRIQU4= 49779 +IO2VnOuNsA== 49780 +IGhlZWQ= 49781 +Y3Jvc3N0YWxr 49782 +QmlsbA== 49783 +IHNwb3VzZXM= 49784 +INGB0Y7Qtg== 49785 +IHZlcnNv 49786 +IFN2ZW4= 49787 +IENhdQ== 49788 +Y3V6 49789 +IOuztOyEuOyalA== 49790 +INGF0L7Qt9GP 49791 +IG1vY2tpbmc= 49792 +IE9uYQ== 49793 +IETDoQ== 49794 +IGZydWl0ZnVs 49795 +IGJhbnF1ZXQ= 49796 +dWRkaW5n 49797 +aW5jdGlvbnM= 49798 +ZGVydA== 49799 +c3Vk 49800 +IGRlc2Nvbg== 49801 +IEpD 49802 +IMKn 49803 +IHB1Ymxp 49804 +64iI 49805 +6YGV44GG 49806 +IGVudHNjaGllZGVu 49807 +IFJPSQ== 49808 +44GN44Gf 49809 +IOyDneqyvA== 49810 +IGvDpHl0dA== 49811 +eWFuaQ== 49812 +c2hhdw== 49813 +IHVubGVhc2g= 49814 +IG1hbm5l 49815 +IGhpc3RvZ3JhbQ== 49816 +5oql 49817 +4Lit4Liw4LmE4Lij 49818 +IGdu 49819 +IGZlbGxh 49820 +IGVpbmdlcw== 49821 +IEJ1aWx0 49822 +IHJlcHJlc2VudGE= 49823 +IHB1bmlzaGluZw== 49824 +IG91dHNpZGVycw== 49825 +0L3Rg9GC0YzRgdGP 49826 +Y3VycmVudA== 49827 +IGZhbWlsaWFyaXR5 49828 +INC00LjQsg== 49829 +IHByb2pldHM= 49830 +IGFxdWVsZXM= 49831 +IEdsdWU= 49832 +dGhvc2U= 49833 +IGluY2VwdGlvbg== 49834 +IGFxdWVsbG9z 49835 +IGlsbHVzaW9ucw== 49836 +IGF0dGVuZHM= 49837 +cmVzZQ== 49838 +IHN3YXJt 49839 +IHN3YWI= 49840 +IHJlZ2FyZGV6 49841 +IHBvc2nDp8Ojbw== 49842 +IGFraGly 49843 +IGV4dHJhY3Rpbmc= 49844 +IGFuZWNkb3Rl 49845 +IFRhbGU= 49846 +INCy0LjQvQ== 49847 +IGFiZ2Vz 49848 +IG9sdcWf 49849 +IGNvbXBsaWNhZG8= 49850 +IGNvdmFyaQ== 49851 +0ZbRgtGM 49852 +RGVy 49853 +INeZ15Q= 49854 +Rm9ybQ== 49855 +IOyWtOyojOuToA== 49856 +IHJlYWRhYmxl 49857 +IGluaGliaXQ= 49858 +IGRlY2lwaGVy 49859 +IEFuZ3J5 49860 +cGc= 49861 +4K614K6k 49862 +INGB0L7QsdGB0YLQstC10L3QvdC+ 49863 +IHNhbWg= 49864 +IGVzY3I= 49865 +IGVuY29tcGFzc2Vz 49866 +IGF1c3Rlcg== 49867 +IGNvbmZpc2M= 49868 +IE1hbmRhbA== 49869 +IH0= 49870 +YXRjaGVy 49871 +PSM= 49872 +55qE5pe25YCZ 49873 +INC60LjQvdC+ 49874 +IHN0YWw= 49875 +bHVuZ3M= 49876 +IHZvbGU= 49877 +IHJlcXVpcw== 49878 +IOOCiA== 49879 +IHDDqW4= 49880 +IGxlY3R1cmVy 49881 +IGluc2NyaXB0aW9u 49882 +IGNlcnZpY2Fs 49883 +IFRyZWFzdXJl 49884 +IEpX 49885 +Y29taW5ncw== 49886 +IGV5ZXNpZ2h0 49887 +IFRhaWxz 49888 +w61zaW1v 49889 +IHdvcmtzaGVldA== 49890 +IHN3aWZ0bHk= 49891 +IGNvbm9z 49892 +IGVsaW1pbmF0ZXM= 49893 +IEJsYXpl 49894 +0LDQu9C+0LM= 49895 +IHBpY3R1cmVk 49896 +IGdpcmFmZmU= 49897 +IExvZ2lj 49898 +5ZiJ 49899 +IGVucmljaG1lbnQ= 49900 +Rml0 49901 +IHVuaW50ZW5kZWQ= 49902 +IHBlcnNlY3V0ZWQ= 49903 +YWthcA== 49904 +67CY 49905 +IGJhcmJlcg== 49906 +IGFyYmVpdGV0 49907 +IFN1cnByaXNpbmdseQ== 49908 +IEF1dG9i 49909 +dW5rdQ== 49910 +cHJvdg== 49911 +IExvY2g= 49912 +b2J5bA== 49913 +INC/0L7QtNCz0L7RgtC+0LI= 49914 +IMOpY29ub21pcXVl 49915 +IHBhdHQ= 49916 +IGNlYXNlZA== 49917 +INGB0L/QuNGB 49918 +IG51Y2xlaQ== 49919 +IGlzdGU= 49920 +IFdhZw== 49921 +IHp1cGXFgm5pZQ== 49922 +IHByb3ZlcmI= 49923 +IEFow60= 49924 +5Zue5Y67 49925 +bGlhbW8= 49926 +IHJlbGlhYmx5 49927 +IHBpaw== 49928 +IFRyYWRpbmc= 49929 +IENvbGVtYW4= 49930 +IM6xzr3OsQ== 49931 +IG1hZ2FyaQ== 49932 +IFBISUw= 49933 +IHNoZWRkaW5n 49934 +b2huZXI= 49935 +IHBvcm5vZ3JhcGh5 49936 +IGJlbmVmaWNpYXJpZXM= 49937 +4oCi 49938 +ZW5pbg== 49939 +IHJlc29sdmluZw== 49940 +INGB0L/QvtGA0YI= 49941 +INCx0LXQsw== 49942 +IG5lY3Rhcg== 49943 +dWx0dXJh 49944 +aW1zaWNhbA== 49945 +jIDrpbw= 49946 +5bm05YmN 49947 +44GX44KD 49948 +IHZpc8Ojbw== 49949 +6YGO5L6G 49950 +w7/Dv8O/w7/Dv8O/w7/Dvw== 49951 +YXR0Zm9ybQ== 49952 +IOunnuuKlA== 49953 +IHBpbGdyaW1hZ2U= 49954 +IG1hdGluZw== 49955 +IFJlYXBlcg== 49956 +IEJyZWY= 49957 +55Sf5rS7 49958 +INeR15M= 49959 +IG5vdmFtZW50ZQ== 49960 +IGdyaWxsaW5n 49961 +IFdpcmVsZXNz 49962 +IFJvbWFuaWFu 49963 +0ps= 49964 +7Jyg6w== 49965 +aGFpdA== 49966 +IEJvcmE= 49967 +QVJSWQ== 49968 +IGh5cG90aGVzZXM= 49969 +6ams 49970 +aWt1dA== 49971 +IOyVhOuyhA== 49972 +INGW0Lc= 49973 +IG5hdGlvbmFsZQ== 49974 +2KrZiQ== 49975 +w7xsbHQ= 49976 +IMOpbMOpbWVudHM= 49977 +IFdhcmU= 49978 +ICgt 49979 +0LDQu9GM0L3QvtC8 49980 +IGluZGljdA== 49981 +IFN0b25lcw== 49982 +44Gf44KB 49983 +ZXhwbG9zaW9u 49984 +IOuDhOyDiA== 49985 +IGZlbGlj 49986 +IGp1ZGljaWFyeQ== 49987 +IGluY2FybmF0aW9u 49988 +IGlubmluZw== 49989 +IGZvcm11bA== 49990 +IHNoaXBtZW50 49991 +IHJlaW5kZWVy 49992 +5pKt 49993 +INC+0LfQvdCw0Yc= 49994 +IGVudm9s 49995 +dW5keQ== 49996 +INC30L3QsNGC0Yw= 49997 +INCy0LjQtNC10LvQuA== 49998 +IGV4Y2x1ZGluZw== 49999 +ZGVhdGg= 50000 +IGJlcm0= 50001 +IHNvcHJhdHR1dHRv 50002 +IGRlYmlkbw== 50003 +IFppZw== 50004 +IE92 50005 +IEtFVklO 50006 +IFBhbGU= 50007 +IE1pcmU= 50008 +IGFuZGFy 50009 +aW5jbHVkaW5n 50010 +IHN3YXBwZWQ= 50011 +IG1pc2NvbmNlcHRpb25z 50012 +IHNwb25n 50013 +csOpYWw= 50014 +IG9yYml0YWxz 50015 +IGhhc2h0YWdz 50016 +b3JpdA== 50017 +IG1hdXZhaXM= 50018 +0LjRgdCw 50019 +IGxpdnJlcw== 50020 +IElQUw== 50021 +IDA0 50022 +w7Zn 50023 +aW5zdHI= 50024 +INCy0L3QtdGI 50025 +IGhpY2U= 50026 +aXPDqWU= 50027 +IG93ZXM= 50028 +IGVzaW1lcms= 50029 +IFVI 50030 +IGlycml0YXRpb24= 50031 +IGdpZ2dsZXM= 50032 +IGNvbG9uaWFsaXNt 50033 +IEJsaXNz 50034 +c3RyaW5ncw== 50035 +IHJldW5pdGVk 50036 +IFBzYWtp 50037 +d2FjaA== 50038 +IGNsaWZmcw== 50039 +IEZhbHNl 50040 +w6Rn 50041 +cGlwZQ== 50042 +IHdob3BwaW5n 50043 +IG1lcmluZ3Vl 50044 +IGJ1bmc= 50045 +aW5kdXN0cmll 50046 +IGxlY2hl 50047 +IExveQ== 50048 +IGRyaWU= 50049 +IHBhc3NhdA== 50050 +IG9sZWg= 50051 +IGPDqXU= 50052 +IEdhYnJpZQ== 50053 +IHJlZWZz 50054 +IGJvbWJlcnM= 50055 +IGVwaXPDs2Rpbw== 50056 +IFJ1Zw== 50057 +IFByb3Nl 50058 +b25vcw== 50059 +IG9iZXNl 50060 +IGdvb2c= 50061 +IHBpYWNl 50062 +Zmxhbnplbg== 50063 +6ZKf 50064 +IGZsYXBz 50065 +IEFsdG8= 50066 +6aOf44G5 50067 +Rmlu 50068 +IHJlc2l6ZQ== 50069 +6re4656o 50070 +6LK7 50071 +TmF0aGFu 50072 +nojroKQ= 50073 +INGC0LDQuQ== 50074 +IE5GVA== 50075 +IHNuZWV6ZQ== 50076 +IHNocm91ZA== 50077 +acOp 50078 +IHZlcmFtZW50ZQ== 50079 +IGNhc2NhZGU= 50080 +IE9vaw== 50081 +7JeG7J20 50082 +IGluZnVzZWQ= 50083 +ZnBz 50084 +Y2VudGVy 50085 +IGdyYXBwbGluZw== 50086 +IFdvaG51bmc= 50087 +IFR1bWI= 50088 +IEltbWE= 50089 +IER1eWd1c2Fs 50090 +0LXQvdGC0Lg= 50091 +IHN0ZXdhcmRzaGlw 50092 +IGhhcnA= 50093 +IGVuZG9yc2Vk 50094 +xLFsYW4= 50095 +INC+0LTQvdC40Lw= 50096 +IGNvbXBldGVuY3k= 50097 +IGJlcnQ= 50098 +IFRhbGVz 50099 +IHJoZQ== 50100 +IG9oaA== 50101 +IOqwhOuLqA== 50102 +IG1STkE= 50103 +IGdhbmdzdGVy 50104 +IFJ1bm5lcg== 50105 +0LXQvdC90YvQvA== 50106 +cGhvcmlh 50107 +IHfFgmHFm2Npd2ll 50108 +IHF1YXJ0bw== 50109 +IG9yZ2FuaXNl 50110 +IFZldA== 50111 +UGFk 50112 +INmF2Ks= 50113 +IHN0aW5rcw== 50114 +IER1bA== 50115 +dWVt 50116 +aXNpZWo= 50117 +VG9w 50118 +IHR1c3Nlbg== 50119 +IEVmZW5kaW1peg== 50120 +IEJvdWxl 50121 +IFNsb3Zlbg== 50122 +IEzDtg== 50123 +0ZHQtw== 50124 +0YDQuNC/ 50125 +Y2F2ZQ== 50126 +IGJvw64= 50127 +IGFwb2xvZ2lzZQ== 50128 +IE1hcmx5 50129 +IEV4cG9ydA== 50130 +IENhaXRsaW4= 50131 +IHRhdmFsbGE= 50132 +IGVudGFpbHM= 50133 +IGJyb20= 50134 +IENvcGVuaA== 50135 +IHdhbG51dA== 50136 +IGluc2lzdHM= 50137 +IGN14buZYw== 50138 +IFF1aXQ= 50139 +IERldmljZQ== 50140 +15LXnQ== 50141 +IERPVA== 50142 +IHZlbG9jaWRhZA== 50143 +TElF 50144 +Q29vbA== 50145 +IHNhbml0YXRpb24= 50146 +IG9saG8= 50147 +IEVC 50148 +IO2ZleyLpO2eiA== 50149 +INCc0LjRhQ== 50150 +IHp1aw== 50151 +IHN1cm5hbWU= 50152 +IFNjaHVsZA== 50153 +cnVmZg== 50154 +Y3VsdHVyYWw= 50155 +INGB0YLQvtC70YzQutC+ 50156 +5pma5LiK 50157 +jOuNsA== 50158 +IHRvcnRv 50159 +IGJhY2t1cHM= 50160 +0YDQuNC5 50161 +cmVsYXg= 50162 +IHN5bmVyZ3k= 50163 +IGJ1ZmZz 50164 +IGFwbw== 50165 +IFdlbGxuZXNz 50166 +cm91bmRlZA== 50167 +IHVuaXZlcnNlcw== 50168 +IGZlcmE= 50169 +IHN0YW5kYnk= 50170 +IFNpbHZh 50171 +IEpJ 50172 +ZW5zb3JlZA== 50173 +IOyXhuuLpA== 50174 +INCQ0LI= 50175 +INC+0YLQtNC10Ls= 50176 +IGbDuA== 50177 +IFJvY2tlZg== 50178 +IENvbXBhc3M= 50179 +IEJlYXJz 50180 +IOS4jeimgQ== 50181 +VHVybg== 50182 +IHRo4buxYw== 50183 +IHBvc3NpYmlsZQ== 50184 +IGVzdGVt 50185 +IENyb2F0aWE= 50186 +IHTDpHTDpA== 50187 +IENBTA== 50188 +4LmA4Lie 50189 +INGB0YLRgNCw0YU= 50190 +IHNhbHRz 50191 +IG1pbmltYWxpc3Q= 50192 +IGluY29ycG9yYXRlcw== 50193 +INmG24HbjNq6 50194 +YWNhbw== 50195 +IHNsYW1tZWQ= 50196 +IGNhbWE= 50197 +VGV4dA== 50198 +ISEhISEh 50199 +IGFsY2Fueg== 50200 +w6ltYQ== 50201 +IGluY2Vuc2U= 50202 +IGhhcmRlbg== 50203 +IGdyYW50aW5n 50204 +IE5haQ== 50205 +IEZpcm1h 50206 +IGh5cG9j 50207 +am9i 50208 +IFJI 50209 +enVy 50210 +0LjQu9GP 50211 +IMW6 50212 +IGRhcmVz 50213 +YW5o 50214 +IOunjO2BvA== 50215 +IGN1ZXN0acOzbg== 50216 +IExpbWE= 50217 +5pmv 50218 +IGFzc3VudG8= 50219 +IElQTw== 50220 +IEJlbmdhbA== 50221 +IEJpZXI= 50222 +IHBzeWNoZQ== 50223 +IGFjcXVhaW50ZWQ= 50224 +IEfDvG4= 50225 +0L7Qt9C4 50226 +xZtjacSF 50227 +QUc= 50228 +IG1hbGZ1bmN0aW9u 50229 +IGFzdGVyb2lkcw== 50230 +aXJleg== 50231 +YW1vcnBo 50232 +INGB0L7RgtGA0YPQtA== 50233 +IGZyZXNod2F0ZXI= 50234 +IGFycmFu 50235 +INC/0YDRiw== 50236 +0L3QvtCz 50237 +IGRpYWJldGlj 50238 +INmC2KfZhA== 50239 +IG9wcHJlc3M= 50240 +IGNhcGFjaXRhbmNl 50241 +cGVyZm9ybWFuY2U= 50242 +Y3JhdGVz 50243 +IGFwb3N0bGU= 50244 +IEpFTg== 50245 +T1VMRA== 50246 +SW50cm8= 50247 +IHN0YWxscw== 50248 +IEFCT1VU 50249 +Y3RpY2FtZW50ZQ== 50250 +IGRpbGlnZW50 50251 +IG1hbmlmZXN0cw== 50252 +IFBha2lzdGFuaQ== 50253 +ICgn 50254 +5Zy6 50255 += 50256 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/multilingual_zh_ja_yue_char_del.tiktoken b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/multilingual_zh_ja_yue_char_del.tiktoken new file mode 100644 index 0000000000000000000000000000000000000000..ac47fe685d24565030965a94c0d98e00e0331eaa --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/multilingual_zh_ja_yue_char_del.tiktoken @@ -0,0 +1,58836 @@ +IQ== 0 +Ig== 1 +Iw== 2 +JA== 3 +JQ== 4 +Jg== 5 +Jw== 6 +KA== 7 +KQ== 8 +Kg== 9 +Kw== 10 +LA== 11 +LQ== 12 +Lg== 13 +Lw== 14 +MA== 15 +MQ== 16 +Mg== 17 +Mw== 18 +NA== 19 +NQ== 20 +Ng== 21 +Nw== 22 +OA== 23 +OQ== 24 +Og== 25 +Ow== 26 +PA== 27 +PQ== 28 +Pg== 29 +Pw== 30 +QA== 31 +QQ== 32 +Qg== 33 +Qw== 34 +RA== 35 +RQ== 36 +Rg== 37 +Rw== 38 +SA== 39 +SQ== 40 +Sg== 41 +Sw== 42 +TA== 43 +TQ== 44 +Tg== 45 +Tw== 46 +UA== 47 +UQ== 48 +Ug== 49 +Uw== 50 +VA== 51 +VQ== 52 +Vg== 53 +Vw== 54 +WA== 55 +WQ== 56 +Wg== 57 +Ww== 58 +XA== 59 +XQ== 60 +Xg== 61 +Xw== 62 +YA== 63 +YQ== 64 +Yg== 65 +Yw== 66 +ZA== 67 +ZQ== 68 +Zg== 69 +Zw== 70 +aA== 71 +aQ== 72 +ag== 73 +aw== 74 +bA== 75 +bQ== 76 +bg== 77 +bw== 78 +cA== 79 +cQ== 80 +cg== 81 +cw== 82 +dA== 83 +dQ== 84 +dg== 85 +dw== 86 +eA== 87 +eQ== 88 +eg== 89 +ew== 90 +fA== 91 +fQ== 92 +fg== 93 +oQ== 94 +og== 95 +ow== 96 +pA== 97 +pQ== 98 +pg== 99 +pw== 100 +qA== 101 +qQ== 102 +qg== 103 +qw== 104 +rA== 105 +rg== 106 +rw== 107 +sA== 108 +sQ== 109 +sg== 110 +sw== 111 +tA== 112 +tQ== 113 +tg== 114 +tw== 115 +uA== 116 +uQ== 117 +ug== 118 +uw== 119 +vA== 120 +vQ== 121 +vg== 122 +vw== 123 +wA== 124 +wQ== 125 +wg== 126 +ww== 127 +xA== 128 +xQ== 129 +xg== 130 +xw== 131 +yA== 132 +yQ== 133 +yg== 134 +yw== 135 +zA== 136 +zQ== 137 +zg== 138 +zw== 139 +0A== 140 +0Q== 141 +0g== 142 +0w== 143 +1A== 144 +1Q== 145 +1g== 146 +1w== 147 +2A== 148 +2Q== 149 +2g== 150 +2w== 151 +3A== 152 +3Q== 153 +3g== 154 +3w== 155 +4A== 156 +4Q== 157 +4g== 158 +4w== 159 +5A== 160 +5Q== 161 +5g== 162 +5w== 163 +6A== 164 +6Q== 165 +6g== 166 +6w== 167 +7A== 168 +7Q== 169 +7g== 170 +7w== 171 +8A== 172 +8Q== 173 +8g== 174 +8w== 175 +9A== 176 +9Q== 177 +9g== 178 +9w== 179 ++A== 180 ++Q== 181 ++g== 182 ++w== 183 +/A== 184 +/Q== 185 +/g== 186 +/w== 187 +AA== 188 +AQ== 189 +Ag== 190 +Aw== 191 +BA== 192 +BQ== 193 +Bg== 194 +Bw== 195 +CA== 196 +CQ== 197 +Cg== 198 +Cw== 199 +DA== 200 +DQ== 201 +Dg== 202 +Dw== 203 +EA== 204 +EQ== 205 +Eg== 206 +Ew== 207 +FA== 208 +FQ== 209 +Fg== 210 +Fw== 211 +GA== 212 +GQ== 213 +Gg== 214 +Gw== 215 +HA== 216 +HQ== 217 +Hg== 218 +Hw== 219 +IA== 220 +fw== 221 +gA== 222 +gQ== 223 +gg== 224 +gw== 225 +hA== 226 +hQ== 227 +hg== 228 +hw== 229 +iA== 230 +iQ== 231 +ig== 232 +iw== 233 +jA== 234 +jQ== 235 +jg== 236 +jw== 237 +kA== 238 +kQ== 239 +kg== 240 +kw== 241 +lA== 242 +lQ== 243 +lg== 244 +lw== 245 +mA== 246 +mQ== 247 +mg== 248 +mw== 249 +nA== 250 +nQ== 251 +ng== 252 +nw== 253 +oA== 254 +rQ== 255 +IHQ= 256 +IGE= 257 +IHRo 258 +aW4= 259 +ZXI= 260 +IHc= 261 +IHM= 262 +b3U= 263 +IHRoZQ== 264 +cmU= 265 +b24= 266 +YXQ= 267 +ZW4= 268 +IGM= 269 +aXQ= 270 +aXM= 271 +IGI= 272 +bmQ= 273 +IGQ= 274 +IG0= 275 +IGg= 276 +IG8= 277 +aW5n 278 +ZXM= 279 +IHA= 280 +IHRv 281 +YW4= 282 +IGY= 283 +b3I= 284 +bGw= 285 +IEk= 286 +IGw= 287 +IHk= 288 +YXI= 289 +IGc= 290 +IHlvdQ== 291 +ZWQ= 292 +IGFuZA== 293 +IGlu 294 +IG9m 295 +YXM= 296 +IG4= 297 +b20= 298 +aWM= 299 +IHRoYXQ= 300 +dXM= 301 +ZXQ= 302 +dmU= 303 +YWw= 304 +b3c= 305 +bGU= 306 +IGlz 307 +IGU= 308 +IGl0 309 +b3Q= 310 +J3M= 311 +IGJl 312 +aW9u 313 +IFQ= 314 +IHdo 315 +IEE= 316 +ZW50 317 +IFM= 318 +IHJl 319 +YXk= 320 +IHdl 321 +IG9u 322 +ZXJl 323 +IGhh 324 +dXQ= 325 +YWM= 326 +aWQ= 327 +aWc= 328 +b3M= 329 +a2U= 330 +dmVy 331 +aW0= 332 +INA= 333 +IFRo 334 +YW0= 335 +YWxs 336 +IGZvcg== 337 +ZWw= 338 +Y2g= 339 +cm8= 340 +IHRoaXM= 341 +IHN0 342 +IFc= 343 +IHU= 344 +YWQ= 345 +b3V0 346 +aXI= 347 +bGQ= 348 +Y3Q= 349 +IGs= 350 +aWY= 351 +IGdv 352 +Li4= 353 +0L4= 354 +aXRo 355 +bHk= 356 +aHQ= 357 +cXU= 358 +IC0= 359 +IGRv 360 +IGo= 361 +IGhhdmU= 362 +IEI= 363 +IGFu 364 +IHdpdGg= 365 +IGFyZQ== 366 +IHI= 367 +IGRl 368 +IHNl 369 +IHNv 370 +IHY= 371 +c3Q= 372 +aWxs 373 +dXI= 374 +IGxp 375 +IE0= 376 +ZXN0 377 +b2Q= 378 +YWxseQ== 379 +J3Q= 380 +dXN0 381 +IGFz 382 +IEM= 383 +Y2U= 384 +IG1l 385 +0LA= 386 +0LU= 387 +aWw= 388 +IEg= 389 +IHdhcw== 390 +dGVy 391 +dGg= 392 +IGNhbg== 393 +YW50 394 +IGNvbQ== 395 +b3Vy 396 +aWdodA== 397 +IFk= 398 +YXRpb24= 399 +IEFuZA== 400 +b2w= 401 +IHNo 402 +0YI= 403 +b3A= 404 +c2U= 405 +IG5vdA== 406 +IFNv 407 +IG5l 408 +dW4= 409 +IGFi 410 +IGxpa2U= 411 +IGF0 412 +IEQ= 413 +aWU= 414 +IGhl 415 +IGNvbg== 416 +IGNo 417 +b3Jl 418 +IGFs 419 +IG9y 420 +IHF1 421 +IE8= 422 +b21l 423 +cmE= 424 +dWw= 425 +IE4= 426 +cHA= 427 +IHlvdXI= 428 +b3VsZA== 429 +IFA= 430 +IGZy 431 +Z2U= 432 +ZXJz 433 +J3Jl 434 +0Lg= 435 +IHRoZXk= 436 +IHdoYXQ= 437 +dXNl 438 +IGFsbA== 439 +IFRoZQ== 440 +IEw= 441 +ZXNz 442 +ZW0= 443 +IGtu 444 +IGp1c3Q= 445 +YXJ0 446 +IHBybw== 447 +dmVyeQ== 448 +dW0= 449 +IGxv 450 +IOw= 451 +IG15 452 +b2s= 453 +IGV4 454 +YWI= 455 +IHRoZXJl 456 +IGJ1dA== 457 +IGtub3c= 458 +IHN1 459 +IEc= 460 +0YE= 461 +IEU= 462 +IG1h 463 +0L7Q 464 +IGVu 465 +IGFib3V0 466 +IEl0 467 +aXN0 468 +IHdvcg== 469 +cmk= 470 +aW5k 471 +IG9uZQ== 472 +YXRl 473 +YW5k 474 +aW5r 475 +IGxl 476 +b3J0 477 +J20= 478 +IEY= 479 +aWNo 480 +0YA= 481 +aWRl 482 +IGdldA== 483 +IG91dA== 484 +Li4u 485 +IHdpbGw= 486 +44E= 487 +aXZl 488 +0L0= 489 +IGZyb20= 490 +YWlu 491 +IFdl 492 +IHVw 493 +cGU= 494 +cmVz 495 +Y2E= 496 +IFI= 497 +IGlm 498 +IHBs 499 +IGRvbg== 500 +YWNr 501 +IDE= 502 +ICI= 503 +IHRy 504 +IHVz 505 +IFdo 506 +aXR5 507 +IEo= 508 +IFlvdQ== 509 +IGhlcmU= 510 +aGVy 511 +IHNvbWU= 512 +b3Vn 513 +YWs= 514 +YXJk 515 +IGdvaW5n 516 +IHVu 517 +bWVudA== 518 +IHRoaW5r 519 +IHBl 520 +ZW5k 521 +ICg= 522 +Y2F1c2U= 523 +IHRpbQ== 524 +YXN0 525 +w6k= 526 +IG91cg== 527 +IHdhbnQ= 528 +YW1l 529 +aWVz 530 +IOs= 531 +dWQ= 532 +aW5l 533 +IHJlYWxseQ== 534 +IHRl 535 +IHNlZQ== 536 +Y2k= 537 +IGJ5 538 +c28= 539 +dXJl 540 +b3Nl 541 +IFs= 542 +YXJl 543 +IG1vcmU= 544 +YWg= 545 +b25l 546 +Y2s= 547 +b3BsZQ== 548 +0LDQ 549 +IHRoZW4= 550 +IHRoaW5n 551 +IHRoZW0= 552 +dmVu 553 +b3VuZA== 554 +b3N0 555 +b25n 556 +ZWN0 557 +IHJpZ2h0 558 +YWc= 559 +IGludA== 560 +IHBlb3BsZQ== 561 +IHdoZW4= 562 +b3Vz 563 +cGw= 564 +IHRpbWU= 565 +IGlt 566 +IHdobw== 567 +IDI= 568 +YXA= 569 +IGJlY2F1c2U= 570 +aGluZw== 571 +IG5v 572 +aWNl 573 +IGxvb2s= 574 +IGhhcw== 575 +IHdvdWxk 576 +IGhvdw== 577 +YWN0 578 +IGZl 579 +bnQ= 580 +b3VnaA== 581 +IHBy 582 +IEJ1dA== 583 +IHNheQ== 584 +0YM= 585 +IG5vdw== 586 +IG1hbg== 587 +IHZlcnk= 588 +IHdvcms= 589 +aXo= 590 +IEs= 591 +aXY= 592 +aXR0 593 +IGFy 594 +ZXA= 595 +IGNs 596 +IHdoaWNo 597 +IGNv 598 +YW5z 599 +J3Zl 600 +IHNh 601 +ZmY= 602 +J2xs 603 +IGFueQ== 604 +IGFjdA== 605 +IHll 606 +YmVy 607 +YWNo 608 +YWdl 609 +cGVy 610 +IGFsc28= 611 +ZmVy 612 +IHRoZXNl 613 +IGFk 614 +0LXQ 615 +dGhlcg== 616 +YWNl 617 +aWNr 618 +YWtl 619 +cmVhdA== 620 +aXJl 621 +dWU= 622 +IGFn 623 +IFU= 624 +dWNo 625 +aW9ucw== 626 +cnk= 627 +MDA= 628 +bmE= 629 +IGRpZA== 630 +IHF1ZQ== 631 +IGhhZA== 632 +IGV2ZXJ5 633 +IEhl 634 +IGxh 635 +IHdheQ== 636 +IHNw 637 +Ymxl 638 +IFRoaXM= 639 +YXNz 640 +IHRoZWly 641 +aXRl 642 +IG5lZWQ= 643 +IHBhcnQ= 644 +IHdlcmU= 645 +IGJhY2s= 646 +aXA= 647 +b3du 648 +b21ldA== 649 +YmU= 650 +YXNl 651 +IG1ha2U= 652 +aXJzdA== 653 +aWE= 654 +ZW5jZQ== 655 +YW5n 656 +YW5r 657 +IGdvdA== 658 +IHByZQ== 659 +IGNvbnQ= 660 +IG90aGVy 661 +cHQ= 662 +IFRoYXQ= 663 +b2c= 664 +IGdvb2Q= 665 +IGludG8= 666 +YWxr 667 +IGJlZW4= 668 +IGFt 669 +IG92ZXI= 670 +dWFsbHk= 671 +IOI= 672 +7J0= 673 +IHVuZA== 674 +aGU= 675 +d2F5 676 +IGdy 677 +0Yw= 678 +IGRpZg== 679 +IHBlcg== 680 +0Y8= 681 +IElu 682 +IHR3 683 +b25k 684 +YXJz 685 +aW50 686 +b3Jt 687 +IGxvdA== 688 +IHdoZXJl 689 +IMM= 690 +IFY= 691 +IHNvbWV0 692 +0Ls= 693 +ZW5z 694 +IGd1 695 +IGFj 696 +dWc= 697 +0Ys= 698 +xLE= 699 +IGZpcnN0 700 +cmVl 701 +IGhpcw== 702 +aXR0bGU= 703 +IGltcA== 704 +IG1v 705 +YXY= 706 +IGxpdHRsZQ== 707 +IFdoYXQ= 708 +IG11Y2g= 709 +IHo= 710 +IOo= 711 +YWJsZQ== 712 +INC/ 713 +IHBv 714 +IGNvbXA= 715 +bmU= 716 +IGRpcw== 717 +IGxldA== 718 +YW5jZQ== 719 +IGhlcg== 720 +IHRoaW5ncw== 721 +IHN0YXJ0 722 +dWx0 723 +IGFwcA== 724 +IHJlcw== 725 +IGZv 726 +IGNvdWxk 727 +IGludGVy 728 +IHRob3Nl 729 +IGRlcw== 730 +IHdlbGw= 731 +IHR3bw== 732 +IGtpbmQ= 733 +eHQ= 734 +cmVzcw== 735 +ZWx5 736 +w6Q= 737 +IGJy 738 +IHRocg== 739 +INCy 740 +IGk= 741 +aXNo 742 +IGRpZmZlcg== 743 +IHJv 744 +IFN0 745 +IHNvbWV0aGluZw== 746 +IHRha2U= 747 +IGJv 748 +eXM= 749 +IHNoZQ== 750 +IHRhbGs= 751 +bG8= 752 +0Yc= 753 +IGV2ZW4= 754 +0Lo= 755 +44A= 756 +INC9 757 +IGJ1 758 +IElm 759 +IGRvd24= 760 +IENo 761 +YWRl 762 +YXRpb25z 763 +IHVzZQ== 764 +b3Jk 765 +IG9mZg== 766 +IGFjdHVhbGx5 767 +IHNwZQ== 768 +ZHU= 769 +YXRlZA== 770 +YXRlcg== 771 +b3Nz 772 +bmluZw== 773 +w7w= 774 +IGRvZXM= 775 +INGB 776 +IG5ldw== 777 +IGJldA== 778 +dmVs 779 +Y2Vzcw== 780 +cGxl 781 +IGhhcHA= 782 +dGluZw== 783 +b25uYQ== 784 +IGVz 785 +IGRheQ== 786 +IG9ubHk= 787 +aWdu 788 +a2F5 789 +c2Vs 790 +ZW50cw== 791 +b3VudA== 792 +aWxk 793 +aWxl 794 +IHNj 795 +IGhpbQ== 796 +IGFnYWlu 797 +dmluZw== 798 +IGdvbm5h 799 +IGNvbW0= 800 +IGhlbA== 801 +b3RoZXI= 802 +IGtl 803 +aWNhbA== 804 +IDM= 805 +IGVs 806 +IHRocm91Z2g= 807 +IGNvbWU= 808 +YXJr 809 +ZGF5 810 +aWVy 811 +w7M= 812 +IHRoYW4= 813 +IFRoZXk= 814 +IG1heQ== 815 +IHNlcg== 816 +7ZU= 817 +IGNhbGw= 818 +IGRpZmZlcmVudA== 819 +IHNob3VsZA== 820 +IFRoZXJl 821 +YXJ5 822 +IE5vdw== 823 +44I= 824 +dGhpbmc= 825 +d2U= 826 +b3J5 827 +ZnRlcg== 828 +IHB1dA== 829 +b3Jz 830 +aWFs 831 +64s= 832 +IHVuZGVy 833 +IGluYw== 834 +IFll 835 +dWI= 836 +Zm9ybQ== 837 +IHZpZGU= 838 +4Lg= 839 +dmVycw== 840 +IGZlZWw= 841 +w6E= 842 +b2R5 843 +ZnQ= 844 +Zm9yZQ== 845 +IGVt 846 +Z2V0 847 +IHNhaWQ= 848 +aXRpb24= 849 +IHJlYw== 850 +aW91cw== 851 +YXRjaA== 852 +IHRyeQ== 853 +IGhlbHA= 854 +IHNob3c= 855 +0LQ= 856 +IGJpdA== 857 +dWxs 858 +0LI= 859 +0YLQvg== 860 +Z3I= 861 +IHBsYXk= 862 +aWZl 863 +YWls 864 +IFllYWg= 865 +IHF1ZXN0 866 +IG1hbnk= 867 +IHBlcnM= 868 +IGdyZWF0 869 +w60= 870 +IGVzdA== 871 +bmc= 872 +IOKZ 873 +dHk= 874 +bGE= 875 +IE9o 876 +INc= 877 +4K4= 878 +IEJl 879 +YWR5 880 +IG1vc3Q= 881 +Y3Rpb24= 882 +IE5v 883 +IGRvaW5n 884 +IGJlaW5n 885 +IHRvbw== 886 +Y2Vz 887 +IGJs 888 +LiI= 889 +IHJlbQ== 890 +aXNz 891 +b25z 892 +Pj4= 893 +cnU= 894 +d24= 895 +b250 896 +aWI= 897 +ZWxs 898 +IHNt 899 +b3Ro 900 +dWFs 901 +ID4+ 902 +IHBo 903 +bGVz 904 +b2M= 905 +ZnVs 906 +IHNlYw== 907 +aXNl 908 +IGFkZA== 909 +aWdo 910 +ZXJ0 911 +IHNhbWU= 912 +4oA= 913 +IG1lYW4= 914 +IGZpbmQ= 915 +ZWs= 916 +IGVuZA== 917 +LS0= 918 +0Lw= 919 +IHN0aWxs 920 +YXo= 921 +ICc= 922 +IG1pbg== 923 +IHllYXJz 924 +dXJu 925 +IGFyb3VuZA== 926 +c2VsZg== 927 +IHdy 928 +YnM= 929 +b3VnaHQ= 930 +IOKZqg== 931 +IGZs 932 +YW5nZQ== 933 +IGFmdGVy 934 +IHBvaW50 935 +bWVy 936 +dmVk 937 +IGxvbmc= 938 +b3k= 939 +5Lg= 940 +IGNy 941 +d2F5cw== 942 +IHN5 943 +IHRyYQ== 944 +IDIw 945 +YXZl 946 +IGNoZQ== 947 +IGVudA== 948 +IGJlZm9yZQ== 949 +cGg= 950 +IGF0dA== 951 +aWFu 952 +aWx5 953 +IHBlcnNvbg== 954 +IGJpZw== 955 +IHNjaA== 956 +IHJlYWw= 957 +IG5leHQ= 958 +IGxvdmU= 959 +IHZpZGVv 960 +IExldA== 961 +IGZpbg== 962 +IG1haw== 963 +aWJsZQ== 964 +IHRvZGF5 965 +ZXJt 966 +IEFs 967 +b3dlcg== 968 +YW5u 969 +aXg= 970 +IHBhcg== 971 +IHN0dWQ= 972 +w7Y= 973 +IGltcG9ydA== 974 +dGU= 975 +IGdpdmU= 976 +dmVz 977 +IGRpZQ== 978 +IGRlYw== 979 +IHRlbGw= 980 +INC6 981 +0YHRgg== 982 +IHdoeQ== 983 +aWNhbGx5 984 +aWN0 985 +cmVk 986 +IGJhcw== 987 +IHN1cmU= 988 +IGJlbA== 989 +YXRpbmc= 990 +IHRhaw== 991 +IHNldA== 992 +IGxpZmU= 993 +IGRpZG4= 994 +2Kc= 995 +b2I= 996 +dW5k 997 +YXRo 998 +IG9w 999 +INC+ 1000 +YWl0 1001 +IHdvcmxk 1002 +IHN1cHA= 1003 +aW8= 1004 +IGNvdXI= 1005 +INC4 1006 +d2FyZA== 1007 +0LXQvQ== 1008 +IGFsd2F5cw== 1009 +dXA= 1010 +IGhhbmQ= 1011 +IEhvdw== 1012 +Y2lhbA== 1013 +IGNvbnM= 1014 +INE= 1015 +IGluZA== 1016 +IDQ= 1017 +IEFz 1018 +IGZ1bg== 1019 +amVjdA== 1020 +IGltcG9ydGFudA== 1021 +IHN1cg== 1022 +ZXc= 1023 +YXRlcw== 1024 +IDU= 1025 +IGRp 1026 +IG1hZGU= 1027 +IGlucw== 1028 +IGFzaw== 1029 +IGV0 1030 +IG51bQ== 1031 +IGNhcg== 1032 +IE9rYXk= 1033 +IHNpbQ== 1034 +aWs= 1035 +IGxhc3Q= 1036 +IEdv 1037 +IG11cw== 1038 +IHJlbA== 1039 +dWxhcg== 1040 +tOw= 1041 +IFdlbGw= 1042 +cGVjdA== 1043 +IFRoYW5r 1044 +IHRocmVl 1045 +w6M= 1046 +44M= 1047 +IGludg== 1048 +IGdlbg== 1049 +bGlj 1050 +IGhhcHBlbg== 1051 +64o= 1052 +aWVu 1053 +ZXZlcg== 1054 +0L7Qsg== 1055 +IHN0cg== 1056 +IEFsbA== 1057 +IGluc3Q= 1058 +IOKA 1059 +IGRlZg== 1060 +IHNs 1061 +IG1pZ2h0 1062 +dW5n 1063 +IHllYXI= 1064 +IG93bg== 1065 +IGtlZXA= 1066 +Ym9keQ== 1067 +ZGVy 1068 +INGC 1069 +INC0 1070 +IGFub3RoZXI= 1071 +IG1vZA== 1072 +IGV2 1073 +IGd1eXM= 1074 +IGFibGU= 1075 +w6Nv 1076 +cXVl 1077 +aWRlbnQ= 1078 +IFllcw== 1079 +IGl0cw== 1080 +IHBsYWNl 1081 +IHByb2R1 1082 +YXJu 1083 +INC8 1084 +IHJlcA== 1085 +IGV4cGVy 1086 +IGZhbQ== 1087 +aXRpZXM= 1088 +aWZpYw== 1089 +IGhpZ2g= 1090 +aWVk 1091 +b29s 1092 +aWV3 1093 +0LXRgg== 1094 +cmVu 1095 +IGRvbmU= 1096 +IC4uLg== 1097 +64qU 1098 +c3RlbQ== 1099 +IFNl 1100 +IGJldHRlcg== 1101 +Y29tZQ== 1102 +IGRlbA== 1103 +IHR5 1104 +IHVt 1105 +IGhv 1106 +IEFu 1107 +IG1vbg== 1108 +aW5ncw== 1109 +IHNr 1110 +IG9i 1111 +Y29t 1112 +YmxlbQ== 1113 +b3Bl 1114 +c3RhbmQ= 1115 +J2Q= 1116 +bWVudHM= 1117 +IGVsZQ== 1118 +IElz 1119 +IGRh 1120 +IHJlZw== 1121 +bGVhc2U= 1122 +aWtl 1123 +YWxz 1124 +aXpl 1125 +6rA= 1126 +IGNhcmU= 1127 +IG5ldmVy 1128 +7J20 1129 +ZXNl 1130 +IG1ldA== 1131 +b2xvZw== 1132 +IFdoZW4= 1133 +dWNr 1134 +0LXRgA== 1135 +IMOp 1136 +IGRhdA== 1137 +w6c= 1138 +IGV4YW0= 1139 +aWxpdHk= 1140 +IGRldA== 1141 +Y3Jp 1142 +IHVzZWQ= 1143 +IERv 1144 +IHRyYW5z 1145 +ZWc= 1146 +dGVu 1147 +0Y4= 1148 +Y3Vz 1149 +IHNlY29uZA== 1150 +IGJlc3Q= 1151 +IGhhcmQ= 1152 +IGlkZQ== 1153 +IHByb2JsZW0= 1154 +6rM= 1155 +IFVu 1156 +0YU= 1157 +IM4= 1158 +IHdhdGNo 1159 +IFNo 1160 +YXR0ZXI= 1161 +IHByZXQ= 1162 +IGRlcg== 1163 +IGNvdXJzZQ== 1164 +xZ8= 1165 +YXRpdmU= 1166 +aWNz 1167 +IHF1ZXN0aW9u 1168 +dXRl 1169 +7Jc= 1170 +IEZvcg== 1171 +YXRoZXI= 1172 +IGNvbA== 1173 +aWVuZA== 1174 +IO0= 1175 +IFo= 1176 +IGRvZXNu 1177 +YXJjaA== 1178 +IGludGVyZXN0 1179 +IHBvbA== 1180 +IGNvcg== 1181 +aWVuY2U= 1182 +IHByZXM= 1183 +IGVhY2g= 1184 +IHN5c3RlbQ== 1185 +IGZhY3Q= 1186 +aWVs 1187 +YWJseQ== 1188 +IGVy 1189 +IHJ1bg== 1190 +IOyd 1191 +IHRvcA== 1192 +bmVy 1193 +IHRob3VnaHQ= 1194 +IGVhcw== 1195 +aWVudA== 1196 +IGNyZQ== 1197 +0Yg= 1198 +IGNvbW11bg== 1199 +eWU= 1200 +cmVhZHk= 1201 +bGxvdw== 1202 +IGV2ZXJ5dGhpbmc= 1203 +b21t 1204 +IG1lZA== 1205 +mpQ= 1206 +IGNvdW50 1207 +aXRz 1208 +IGNvbXBs 1209 +aGlw 1210 +2YQ= 1211 +b29r 1212 +IHRvZ2V0 1213 +IHRvZ2V0aGVy 1214 +YW1w 1215 +IGdhbWU= 1216 +IGFscmVhZHk= 1217 +0LDQuw== 1218 +IGNhbGxlZA== 1219 +YWxl 1220 +xYI= 1221 +IE15 1222 +IHVuZGVyc3RhbmQ= 1223 +IGRy 1224 +IG1vbQ== 1225 +aXRlZA== 1226 +0L7Quw== 1227 +IHVzaW5n 1228 +enk= 1229 +IG51bWJlcg== 1230 +44CB 1231 +Y2Vk 1232 +IGNsZQ== 1233 +0L3Qvg== 1234 +64uk 1235 +aW5jZQ== 1236 +IGxvb2tpbmc= 1237 +IHByZXR0eQ== 1238 +IHByb2I= 1239 +IFNoZQ== 1240 +IHZl 1241 +IGdldHRpbmc= 1242 +IHdlZWs= 1243 +IGVmZg== 1244 +dWZm 1245 +YWly 1246 +dWVz 1247 +ZXJu 1248 +IFE= 1249 +b3Vw 1250 +ZW50aW9u 1251 +IHNpZGU= 1252 +0L7QvA== 1253 +IGZvcm0= 1254 +IGJ1cw== 1255 +IGFzcw== 1256 +IGVk 1257 +YXNvbg== 1258 +d2Vlbg== 1259 +4oCm 1260 +IHR1cm4= 1261 +IGN1cg== 1262 +IGNvbGw= 1263 +IGRpcmU= 1264 +IEdvZA== 1265 +IDEw 1266 +IGVxdQ== 1267 +INCx 1268 +IG9wZW4= 1269 +IHN1Y2g= 1270 +aXJk 1271 +0LDQug== 1272 +IGVhcg== 1273 +xJk= 1274 +Z2Fu 1275 +IHBhcnRpYw== 1276 +IGZyaWVuZA== 1277 +IGV4cA== 1278 +IGV4dA== 1279 +IGhvbWU= 1280 +IHdhdGVy 1281 +IE9u 1282 +0YLRjA== 1283 +b3Jr 1284 +INC/0YA= 1285 +IG1vdmU= 1286 +bmVzcw== 1287 +ZW5zZQ== 1288 +aG8= 1289 +IGNoYXI= 1290 +Y28= 1291 +aW5z 1292 +IGJvdGg= 1293 +IDE5 1294 +IGdyYQ== 1295 +IGJldHdlZW4= 1296 +4bs= 1297 +IOyV 1298 +YXNo 1299 +IFJl 1300 +YWk= 1301 +YWx0aA== 1302 +dXJlcw== 1303 +ZW1iZXI= 1304 +IGF2 1305 +IHZlcg== 1306 +w6o= 1307 +b25leQ== 1308 +IHRoYW5r 1309 +IG1heWJl 1310 +dWM= 1311 +aW1l 1312 +6rOg 1313 +IGF3YXk= 1314 +IG5hbWU= 1315 +b3VzZQ== 1316 +IGFjYw== 1317 +IG11c2lj 1318 +IGNoYW5nZQ== 1319 +IHBhc3M= 1320 +Z2Vy 1321 +IGJ1aWxk 1322 +IHZhbA== 1323 +aW5lc3M= 1324 +YW55 1325 +IGZldw== 1326 +tOs= 1327 +dGE= 1328 +IGxpc3Q= 1329 +w6U= 1330 +IG9sZA== 1331 +IOye 1332 +IHNvcnQ= 1333 +IG1lbQ== 1334 +IGNh 1335 +Y2VwdA== 1336 +IGdlbmVy 1337 +IHllYWg= 1338 +IHdoaWxl 1339 +IGFueXRoaW5n 1340 +cmlj 1341 +Z3JhbQ== 1342 +IGVpbg== 1343 +Y3k= 1344 +dXJpbmc= 1345 +IERl 1346 +IHBvd2Vy 1347 +IGNvbWluZw== 1348 +IHdvcmQ= 1349 +IC0t 1350 +IGJlbGll 1351 +IGZvdW5k 1352 +dG8= 1353 +0L8= 1354 +IG1lYW5z 1355 +IGluZm9ybQ== 1356 +INg= 1357 +INGH 1358 +IHNtYWxs 1359 +MDAw 1360 +IGNhbWU= 1361 +IO2V 1362 +d2g= 1363 +IHdvcmtpbmc= 1364 +IGV4YW1wbGU= 1365 +IHBvcw== 1366 +IGRlcA== 1367 +6rI= 1368 +5Lo= 1369 +b3Rl 1370 +IGRlbQ== 1371 +7Kc= 1372 +dHM= 1373 +IHZhcg== 1374 +YXV0 1375 +IHRyaQ== 1376 +Y2hu 1377 +IGhlYWQ= 1378 +IHdob2xl 1379 +15k= 1380 +emU= 1381 +IHRyeWluZw== 1382 +IHRlbQ== 1383 +IGNvdQ== 1384 +ZXRz 1385 +IDY= 1386 +IGZpbA== 1387 +dmVsb3A= 1388 +IGNhc2U= 1389 +4K8= 1390 +IHByb2JhYmx5 1391 +IG9rYXk= 1392 +IHBsYW4= 1393 +IHNpdA== 1394 +IHNjaG9vbA== 1395 +IFRoZW4= 1396 +uOs= 1397 +bWU= 1398 +IHByb2Nlc3M= 1399 +IGZhcg== 1400 +IHJlYWQ= 1401 +IHBvc3M= 1402 +IGJyZQ== 1403 +IHNvbA== 1404 +aWNodA== 1405 +IHN1cHBvcnQ= 1406 +IFRv 1407 +ZXJ0YWlu 1408 +IHN0YXJ0ZWQ= 1409 +IGNhcA== 1410 +IGxlZnQ= 1411 +IGRhdGE= 1412 +IHRpbWVz 1413 +0LXQuw== 1414 +IHdhbnRlZA== 1415 +0LDQvQ== 1416 +IHRhbGtpbmc= 1417 +IGlzdA== 1418 +IGhhdmluZw== 1419 +dW1w 1420 +IGNvbnRpbg== 1421 +IHN1Yg== 1422 +INC3 1423 +cHI= 1424 +64uI 1425 +aW5h 1426 +xbw= 1427 +IGNyZWF0 1428 +b2Rl 1429 +15U= 1430 +5pg= 1431 +ISE= 1432 +IHRlcm0= 1433 +aXNt 1434 +0L7QtA== 1435 +IEJlY2F1c2U= 1436 +IHdlbnQ= 1437 +aWRlcg== 1438 +IHByb3Y= 1439 +IGNoaWxk 1440 +IGRlbg== 1441 +IGxpZ2h0 1442 +YnI= 1443 +s9C+ 1444 +b2g= 1445 +IGJvb2s= 1446 +INk= 1447 +dXRpb24= 1448 +IEp1c3Q= 1449 +ZW5l 1450 +IGZvdXI= 1451 +IHZpcw== 1452 +6rCA 1453 +IGhvcGU= 1454 +IG1ha2luZw== 1455 +IExl 1456 +7JU= 1457 +IG9wcA== 1458 +YXU= 1459 +IG1vbmV5 1460 +IHByb2dyYW0= 1461 +w6g= 1462 +IHN0YW5k 1463 +SU4= 1464 +IHNpZ24= 1465 +IGxlYXJu 1466 +w6A= 1467 +IERvbg== 1468 +IHRlYW0= 1469 +INC90LA= 1470 +bHVk 1471 +IHJlc3Q= 1472 +aWNlcw== 1473 +5pw= 1474 +INGA 1475 +IGF1dA== 1476 +IGxlYWQ= 1477 +YXRpb25hbA== 1478 +ZGU= 1479 +Z3k= 1480 +IG5pY2U= 1481 +IGRhcw== 1482 +IGRpc3Q= 1483 +IGh1bQ== 1484 +IE9uZQ== 1485 +5og= 1486 +IGNvbWVz 1487 +IGpv 1488 +IGNlbnQ= 1489 +IGV4cGw= 1490 +IG1hcms= 1491 +cmVlbg== 1492 +bGVk 1493 +Z2lu 1494 +7JqU 1495 +IGxldmVs 1496 +IGNvbmY= 1497 +dXNo 1498 +IGRldmVsb3A= 1499 +IHRlc3Q= 1500 +ZW5n 1501 +dmlvdXM= 1502 +YXR1cmU= 1503 +0LXQvA== 1504 +cmV0 1505 +IGpl 1506 +IHN0dWZm 1507 +IGNsYXNz 1508 +b3dz 1509 +IOq3 1510 +IHNp 1511 +IGxlcw== 1512 +cm9w 1513 +55o= 1514 +IHBvcg== 1515 +IHdhcg== 1516 +7JeQ 1517 +IGV2ZXJ5b25l 1518 +IGdl 1519 +IGNoZWNr 1520 +b3R0 1521 +IHNpbmc= 1522 +IGFydA== 1523 +IGZvbGxvdw== 1524 +IDIwMQ== 1525 +IEZy 1526 +YWlz 1527 +7JY= 1528 +zrE= 1529 +5bA= 1530 +IMOg 1531 +aW1lcw== 1532 +IHJldA== 1533 +IGNoYW5n 1534 +IHB1Yg== 1535 +IGluZg== 1536 +IHRlY2hu 1537 +YWRh 1538 +aXZlcw== 1539 +IGJlaA== 1540 +IGxvb2tz 1541 +44CC 1542 +0Lc= 1543 +IFdoeQ== 1544 +IGVub3VnaA== 1545 +IGJyYQ== 1546 +aXRjaA== 1547 +5Ls= 1548 +IGFkdg== 1549 +0LE= 1550 +IHdpdGhvdXQ= 1551 +d2Vy 1552 +bWVyaWM= 1553 +ZGVu 1554 +IGNvbXBsZXQ= 1555 +IGlkZWE= 1556 +dGVycw== 1557 +b2Nr 1558 +IGRlZmlu 1559 +IGV2ZXI= 1560 +IGds 1561 +IG9uY2U= 1562 +IGJyaW5n 1563 +IHNheWluZw== 1564 +IGFucw== 1565 +IGhlYXI= 1566 +bmVjdA== 1567 +IGxlc3M= 1568 +Z28= 1569 +cmVhbQ== 1570 +YWRv 1571 +7J4= 1572 +IG1pbmQ= 1573 +ZW50ZQ== 1574 +IGZ1bGw= 1575 +IGJhZA== 1576 +IHdvbQ== 1577 +IHNvbWVvbmU= 1578 +IGR1 1579 +IHdvbg== 1580 +IGNvbnRybw== 1581 +b3J0dW4= 1582 +IGhlYWx0aA== 1583 +IGNobw== 1584 +IEFy 1585 +IGNvbmM= 1586 +IGluZm9ybWF0aW9u 1587 +IHN0b3A= 1588 +YXR0 1589 +YXRlbHk= 1590 +5L0= 1591 +IGdyb3Vw 1592 +INGD 1593 +IHF1aXRl 1594 +IHJlc3A= 1595 +RVI= 1596 +dWdodA== 1597 +6rg= 1598 +bWFu 1599 +aXplZA== 1600 +IEJy 1601 +IHJlbWVtYmVy 1602 +IGZhbWlseQ== 1603 +IGJ1c2luZXNz 1604 +YXc= 1605 +IHNwZWM= 1606 +IGF1 1607 +IE9y 1608 +xIU= 1609 +IHNlZW4= 1610 +IGxhcg== 1611 +IDc= 1612 +Z2c= 1613 +YmVycw== 1614 +IGRyYQ== 1615 +IG1vbnRo 1616 +IHNheXM= 1617 +IGlzcw== 1618 +IGxpdmU= 1619 +IGxpbmU= 1620 +IG1vbWVudA== 1621 +IGV4Yw== 1622 +ZWxz 1623 +IHNvdW5k 1624 +IGNvb2w= 1625 +IGxvYw== 1626 +IGNlcnRhaW4= 1627 +IGRyaQ== 1628 +0L7Rgg== 1629 +YW1lcw== 1630 +IG11c3Q= 1631 +bnk= 1632 +0LjRgg== 1633 +IGtpZA== 1634 +IGluY2x1ZA== 1635 +7J2E 1636 +YXRvcg== 1637 +xJ8= 1638 +aGE= 1639 +YXJlZA== 1640 +IHNlZW0= 1641 +0Lk= 1642 +7IQ= 1643 +IGVsc2U= 1644 +IOyg 1645 +aXJs 1646 +IDg= 1647 +IHZv 1648 +IHF1ZXN0aW9ucw== 1649 +aW5lcw== 1650 +ZWU= 1651 +w7xy 1652 +IEFtZXJpYw== 1653 +IHN0b3J5 1654 +IHNlcnY= 1655 +dmVybg== 1656 +YWdlcw== 1657 +bGFuZA== 1658 +IOKAkw== 1659 +ZXJh 1660 +IENhbg== 1661 +IHBvcA== 1662 +ZXRoZXI= 1663 +IG5h 1664 +IG9yZGVy 1665 +IG1ha2Vz 1666 +IHNpbmNl 1667 +Y29u 1668 +Y3Rvcg== 1669 +IHRob3VnaA== 1670 +IHByb2R1Y3Q= 1671 +0LvQuA== 1672 +IGxlZw== 1673 +IG1lZXQ= 1674 +YWxm 1675 +0YHRjw== 1676 +dW5jaA== 1677 +aXRlcg== 1678 +b3Zl 1679 +15XX 1680 +aWV0 1681 +0LDQvA== 1682 +aXRhbA== 1683 +IHN1cGVy 1684 +bGluZw== 1685 +IHBheQ== 1686 +IHBhcmE= 1687 +IGpvYg== 1688 +IEhlcmU= 1689 +IHN3 1690 +a3M= 1691 +cHRpb24= 1692 +bWE= 1693 +IGJlbGlldmU= 1694 +rOs= 1695 +IHdhaXQ= 1696 +0L7QuQ== 1697 +IHVudA== 1698 +IHF1aWNr 1699 +aHI= 1700 +INGN 1701 +IFBybw== 1702 +IG1lbg== 1703 +4Lk= 1704 +IGRheXM= 1705 +IGdvZXM= 1706 +IHNwZWFr 1707 +IEF0 1708 +ZW1lbnQ= 1709 +IG1pc3M= 1710 +IGF3 1711 +IGRlc2lnbg== 1712 +IHByb2plY3Q= 1713 +0L7RgA== 1714 +aWo= 1715 +YW50cw== 1716 +YXRz 1717 +IENocg== 1718 +IDk= 1719 +IGN1dA== 1720 +IHJlcXU= 1721 +INC90LU= 1722 +IE5vdA== 1723 +YXN0ZXI= 1724 +IG1pbGw= 1725 +IHBhcnRpY3VsYXI= 1726 +IHBpZQ== 1727 +IHN0dWRlbnRz 1728 +IGZpdmU= 1729 +b3Vu 1730 +IE5l 1731 +IGdp 1732 +IHBhcw== 1733 +IGZyZWU= 1734 +IFNw 1735 +bGljaA== 1736 +IHByb2Y= 1737 +IGVuZw== 1738 +IHByb3Q= 1739 +IExpa2U= 1740 +b3NlZA== 1741 +IGNvbm5lY3Q= 1742 +YXBw 1743 +IOun 1744 +aXRpbmc= 1745 +IGJsbw== 1746 +IGxvcw== 1747 +aXN0cw== 1748 +IGV4cGVyaWVuY2U= 1749 +cmVudA== 1750 +IHN0YXk= 1751 +IGZvb2Q= 1752 +dG9u 1753 +cnVjdA== 1754 +IGhpc3Q= 1755 +dmlldw== 1756 +aW5pbmc= 1757 +bW9zdA== 1758 +aXZlcnM= 1759 +Ym8= 1760 +IFRy 1761 +Z2Vu 1762 +IHBsZWFzZQ== 1763 +IGNvbW11bml0eQ== 1764 +IGNl 1765 +QU4= 1766 +bm8= 1767 +IGJvZHk= 1768 +IGhvdXI= 1769 +IHZlcnM= 1770 +4bo= 1771 +Y2Vy 1772 +IOqw 1773 +IHJlYXNvbg== 1774 +IFJpZ2h0 1775 +IGxhdGVy 1776 +z4Q= 1777 +IGhvdXNl 1778 +IFg= 1779 +0L7QvQ== 1780 +IHN0YXRl 1781 +Zmlj 1782 +5aQ= 1783 +xZs= 1784 +aWVsZA== 1785 +IHByaQ== 1786 +IHBhc3Q= 1787 +IHdhbGs= 1788 +b2xvZ3k= 1789 +ZXJpbmc= 1790 +YW5uYQ== 1791 +IHRlcg== 1792 +IGhvbGQ= 1793 +IG9yZ2Fu 1794 +YmVu 1795 +zr8= 1796 +w7Nu 1797 +IGVmZmVjdA== 1798 +IHlvdXJzZWxm 1799 +IHBsdXM= 1800 +YWo= 1801 +YW5kbw== 1802 +dXJhbA== 1803 +IHJvb20= 1804 +bGVjdA== 1805 +6rKM 1806 +PyI= 1807 +c2lkZQ== 1808 +IGJlY29tZQ== 1809 +0YY= 1810 +IMI= 1811 +b29k 1812 +IGNvbnN0 1813 +IG5pZ2h0 1814 +dXRlcw== 1815 +0LY= 1816 +IGJyZWFr 1817 +IHBhaW4= 1818 +IHN0ZXA= 1819 +aXJlZA== 1820 +IG5vdGhpbmc= 1821 +IHVudGls 1822 +0ZY= 1823 +0LDQsg== 1824 +2Yo= 1825 +IGR1cmluZw== 1826 +7KeA 1827 +bGVzcw== 1828 +b2xs 1829 +0L3Riw== 1830 +zrk= 1831 +ZmVjdA== 1832 +aXZlcg== 1833 +j4Q= 1834 +aXRoZXI= 1835 +eWluZw== 1836 +IGJlZ2lu 1837 +15nX 1838 +aXZpZA== 1839 +IMOn 1840 +IHNhbA== 1841 +IHRh 1842 +IHBvdA== 1843 +ICQ= 1844 +IG1hcg== 1845 +IGNsZWFy 1846 +IGZhY2U= 1847 +IGdyb3c= 1848 +ICo= 1849 +IGluc2lkZQ== 1850 +IGZyaWVuZHM= 1851 +IGxlYXZl 1852 +ZW5u 1853 +IGVhc3k= 1854 +IGFyZWE= 1855 +YWxpdHk= 1856 +b3Vk 1857 +IGVhdA== 1858 +2YY= 1859 +IHB1cg== 1860 +b3Ju 1861 +IHNhdw== 1862 +IGFuc3dlcg== 1863 +IGZyb250 1864 +IGJlYXV0 1865 +vOs= 1866 +IG1hdHRlcg== 1867 +IHNvbg== 1868 +IE5ldw== 1869 +IHJlc3VsdA== 1870 +aWRlcw== 1871 +Y2hl 1872 +IGZ1dA== 1873 +cHM= 1874 +IGZvY3Vz 1875 +IGludGVyZXN0aW5n 1876 +5aU= 1877 +IGFw 1878 +Ii4= 1879 +IGNyZWF0ZQ== 1880 +0L7RgQ== 1881 +IHByZXNz 1882 +cm9zcw== 1883 +IHBpY2s= 1884 +bGluZQ== 1885 +IHRvb2s= 1886 +IE1heQ== 1887 +cm93 1888 +IGljaA== 1889 +mOs= 1890 +IHJlZg== 1891 +IG1vcg== 1892 +cmFjdA== 1893 +YXJlbnQ= 1894 +QVI= 1895 +IGV4YWN0 1896 +IHNwYWNl 1897 +d29yaw== 1898 +0L3QuA== 1899 +IGJpcg== 1900 +IGRldg== 1901 +0LM= 1902 +IHRvbGQ= 1903 +IHB1YmxpYw== 1904 +Y2lhbGx5 1905 +IHZpZXc= 1906 +IEhleQ== 1907 +bWVk 1908 +bGxv 1909 +Y2M= 1910 +IGZhYw== 1911 +IGNvdXBsZQ== 1912 +IGhlYXJ0 1913 +bGVy 1914 +IHJlYWR5 1915 +IGFsbW9zdA== 1916 +YXJpbmc= 1917 +IGhhbGY= 1918 +IE1l 1919 +YXZvcg== 1920 +aXF1ZQ== 1921 +IGNoYXJhYw== 1922 +IHByYWN0 1923 +T04= 1924 +YW5l 1925 +IGls 1926 +0L3QsA== 1927 +IHZp 1928 +bGlzaA== 1929 +aGVhZA== 1930 +IGxlYXN0 1931 +IGJhc2ljYWxseQ== 1932 +YXNlZA== 1933 +cmlnaHQ= 1934 +IHlldA== 1935 +IHRha2luZw== 1936 +IGNvdW50cnk= 1937 +IHdpbg== 1938 +IGlzbg== 1939 +IHBvc3NpYmxl 1940 +IGNhbQ== 1941 +IGluY3Jl 1942 +IHBhdA== 1943 +IHdhbm5h 1944 +IGNvbnNpZGVy 1945 +IGFicw== 1946 +IHdpdGhpbg== 1947 +IGh1bWFu 1948 +IHRoaW5raW5n 1949 +IG9o 1950 +oZw= 1951 +IHF1aQ== 1952 +YXNlcw== 1953 +IDA= 1954 +aXRlbHk= 1955 +IGtpbGw= 1956 +IG1pbA== 1957 +IGludmVzdA== 1958 +aXN0ZXI= 1959 +IHN1Yw== 1960 +aW9uYWw= 1961 +ZWxm 1962 +IHdoZXRoZXI= 1963 +IGNvbnRyb2w= 1964 +IGFnYWluc3Q= 1965 +b3Rz 1966 +64uI64uk 1967 +aW9y 1968 +IHByZXNlbnQ= 1969 +INin 1970 +IHdhdGNoaW5n 1971 +dWJl 1972 +ZXJ2 1973 +IG5pY2h0 1974 +IGdvdmVybg== 1975 +IFRoZXNl 1976 +IDo= 1977 +dWl0 1978 +dWdo 1979 +IHdvcmtz 1980 +b28= 1981 +IHdpcg== 1982 +IGFpcg== 1983 +IFRl 1984 +0LDQtw== 1985 +aXNpb24= 1986 +d2hlcmU= 1987 +IHRvdA== 1988 +am95 1989 +7Is= 1990 +IHZvbA== 1991 +INC1 1992 +IGNsb3Nl 1993 +IEFk 1994 +0Yk= 1995 +aW5lZA== 1996 +IHVuYQ== 1997 +IOq3uOs= 1998 +sOs= 1999 +b3JyeQ== 2000 +IGJybw== 2001 +IGZpbG0= 2002 +aWZ0 2003 +MjA= 2004 +IHR5cGU= 2005 +IGhhcHBlbmVk 2006 +IEFt 2007 +IGdpcmw= 2008 +IEFyZQ== 2009 +d2FyZHM= 2010 +IHBvdXI= 2011 +IGNvbG9y 2012 +ZWx0 2013 +0LDRgQ== 2014 +IHNlbnNl 2015 +bGV4 2016 +IFdpdGg= 2017 +dXNz 2018 +cmli 2019 +IHJlc2U= 2020 +IG5vcm0= 2021 +IGZ1dHVyZQ== 2022 +IGRlYWw= 2023 +ZW5kaW5n 2024 +ZXk= 2025 +IHg= 2026 +ZXJv 2027 +IENs 2028 +dWs= 2029 +IHdoYXRldmVy 2030 +c2VsdmVz 2031 +IHlvdW5n 2032 +7Io= 2033 +IE1hcg== 2034 +IENocmlzdA== 2035 +IGd1ZXNz 2036 +IHBlcmZvcm0= 2037 +IGVuZXI= 2038 +cm9u 2039 +IGhpdA== 2040 +IHdvbmQ= 2041 +IGRpcmVjdA== 2042 +IEV2ZXJ5 2043 +IG9mdGVu 2044 +IGZh 2045 +IGFsb25n 2046 +IGNsaWNr 2047 +IExvb2s= 2048 +IHNpdHU= 2049 +IGhhcHB5 2050 +ZWFk 2051 +IGFnbw== 2052 +IGVuYw== 2053 +IG15c2VsZg== 2054 +IGNvdmVy 2055 +0L7QsQ== 2056 +IG1pZA== 2057 +IGNvc3Q= 2058 +IHRlbg== 2059 +IFNjaA== 2060 +IGV4cGVjdA== 2061 +IHdhc24= 2062 +IHN0cm9uZw== 2063 +aWZ1bA== 2064 +IG9wcG9ydHVu 2065 +aW5hbA== 2066 +eWxl 2067 +IHNoYXJl 2068 +IHRydWU= 2069 +IGFwcHJv 2070 +IGNoYWxs 2071 +IG1pbnV0ZXM= 2072 +IGNoYW5u 2073 +IOuC 2074 +zrU= 2075 +bGk= 2076 +IG1lc3M= 2077 +b3JpZXM= 2078 +cGVjaWFsbHk= 2079 +IHdyb25n 2080 +IHllcw== 2081 +IOyX 2082 +aXJvbg== 2083 +IGFsbG93 2084 +IHN1YnM= 2085 +IGZvcmU= 2086 +IGZpZ2h0 2087 +IHNvY2lhbA== 2088 +IGNyYQ== 2089 +YW5h 2090 +IGFmZg== 2091 +IGVzcw== 2092 +IHdheXM= 2093 +IHNob3J0 2094 +IGZhbGw= 2095 +IGxhdw== 2096 +IFdobw== 2097 +IGVuam95 2098 +IGNhbA== 2099 +IGFjY2Vzcw== 2100 +ZmU= 2101 +IG5vbg== 2102 +IGFjcm9zcw== 2103 +ZXJ5 2104 +dmlvdXNseQ== 2105 +IEV4 2106 +aWRlZA== 2107 +IGxpbms= 2108 +IFBy 2109 +IHRlcm1z 2110 +YWNlcw== 2111 +IGxhbmQ= 2112 +YXppbmc= 2113 +IDE1 2114 +IG11bHQ= 2115 +IHNwZWNpYWw= 2116 +5YA= 2117 +aXZpbmc= 2118 +7J2A 2119 +IHR5cA== 2120 +IHN0ZQ== 2121 +IMQ= 2122 +IGZvcndhcmQ= 2123 +5Y8= 2124 +IGZyZQ== 2125 +IHJlc2VhcmNo 2126 +4K+N 2127 +0LDRgg== 2128 +IG1haW4= 2129 +IHJlY29yZA== 2130 +IGh1 2131 +IGRlZmluaXRlbHk= 2132 +IGVpdGhlcg== 2133 +IGxpc3Rlbg== 2134 +IGtleQ== 2135 +IG1hcmtldA== 2136 +INGH0YLQvg== 2137 +aXphdGlvbg== 2138 +IHZpZGVvcw== 2139 +IGd1eQ== 2140 +IGZpZw== 2141 +IHN0cmE= 2142 +IFBs 2143 +dWxseQ== 2144 +YW1vcw== 2145 +IG1lbnRpb24= 2146 +IHNvbmc= 2147 +IGludGVybg== 2148 +cmFs 2149 +dXJz 2150 +IGhvbg== 2151 +IHZhbHVl 2152 +IGJhcg== 2153 +Y2xl 2154 +0L7Qtg== 2155 +xIc= 2156 +nOs= 2157 +IHp1 2158 +0LjQvA== 2159 +IHNpbmdsZQ== 2160 +IGF1Y2g= 2161 +Y3Vzcw== 2162 +IGdldHM= 2163 +IHNvbWV0aW1lcw== 2164 +5b4= 2165 +YW1i 2166 +bW0= 2167 +Y2luZw== 2168 +IHBlcmZlY3Q= 2169 +IEJs 2170 +b3V0aA== 2171 +7KA= 2172 +IHNjaQ== 2173 +cGFy 2174 +IHJlZA== 2175 +IHBvc3Q= 2176 +IG1vdA== 2177 +IGVsZWN0 2178 +IEV1 2179 +aXRpdmU= 2180 +IFNvbWU= 2181 +IGRlc2NyaQ== 2182 +IGN1cnJlbnQ= 2183 +w6lz 2184 +IHRyZQ== 2185 +IEVu 2186 +IG1pdA== 2187 +RU4= 2188 +iOs= 2189 +aXVt 2190 +IGhlYXJk 2191 +IHNpbXBsZQ== 2192 +bGFy 2193 +IGV2ZXJ5Ym9keQ== 2194 +aWxhcg== 2195 +IG5lZWRz 2196 +IGRpZmZpYw== 2197 +IEdvb2Q= 2198 +dW1lbnQ= 2199 +Y2VudA== 2200 +IG9wZXI= 2201 +0LDRgtGM 2202 +ZXR5 2203 +IGJsYWNr 2204 +IGdpdmVu 2205 +b25lcw== 2206 +IHdlbA== 2207 +6YA= 2208 +IOyVhA== 2209 +IDMw 2210 +QVQ= 2211 +IHN0YXQ= 2212 +b3VjaA== 2213 +IE1y 2214 +0LDRgA== 2215 +IHNobw== 2216 +IGNvbmQ= 2217 +15Q= 2218 +bXk= 2219 +IGNoaWxkcmVu 2220 +IGV1 2221 +0LXQtA== 2222 +7JWE 2223 +dGVybg== 2224 +IHVo 2225 +IGhhcg== 2226 +IHByb20= 2227 +IHB1bGw= 2228 +cmV3 2229 +IGNvbXBhbnk= 2230 +IGJlYXV0aWZ1bA== 2231 +dXN0b20= 2232 +7ZWY 2233 +0LrQuA== 2234 +IHN0cmU= 2235 +IGFtYXppbmc= 2236 +cmllcw== 2237 +IHN1Y2Nlc3M= 2238 +IG1hY2g= 2239 +bm90 2240 +IGRpc2N1c3M= 2241 +IG5hdA== 2242 +pqw= 2243 +IHVuZQ== 2244 +IGRpZmZpY3VsdA== 2245 +IHJpcw== 2246 +zr0= 2247 +IGNhbXA= 2248 +IGJ1eQ== 2249 +IG1hZw== 2250 +cG8= 2251 +IFlvdXI= 2252 +IGJlaGluZA== 2253 +aWNh 2254 +xLFu 2255 +IE9L 2256 +IGxhbmc= 2257 +IHdvbWVu 2258 +IGVudg== 2259 +IHJlY2U= 2260 +IGNoYW5uZWw= 2261 +aWFsbHk= 2262 +dWxl 2263 +IDEy 2264 +dGhlcnM= 2265 +IGJvdHQ= 2266 +IHJlcG9ydA== 2267 +ZW50bHk= 2268 +ZnVsbHk= 2269 +VGhl 2270 +IHNlbnQ= 2271 +IGV2ZW50 2272 +IGVuZXJneQ== 2273 +bHQ= 2274 +IHdvcmRz 2275 +YXJy 2276 +ZGxl 2277 +IGFoZWFk 2278 +YXJkcw== 2279 +2LE= 2280 +IHRvb2w= 2281 +Y29ub20= 2282 +0LXRgQ== 2283 +IGV4YWN0bHk= 2284 +IGZhdm9y 2285 +IGxvdw== 2286 +IHByb3Blcg== 2287 +IOyeiA== 2288 +ICE= 2289 +IHJlbGF0aW9ucw== 2290 +IG1hcw== 2291 +IGtpZHM= 2292 +IGVudGlyZQ== 2293 +dWRl 2294 +2YU= 2295 +IFdoZXJl 2296 +IG9uZXM= 2297 +IGNpdHk= 2298 +b2x1dA== 2299 +IHNpeA== 2300 +YWJpbGl0eQ== 2301 +w7Zy 2302 +aWxp 2303 +IEVz 2304 +IGhhcHBlbnM= 2305 +YWlucw== 2306 +IG1vZGVs 2307 +IHBpY3Q= 2308 +IGVzcGVjaWFsbHk= 2309 +IDEwMA== 2310 +a3Q= 2311 +IHNvb24= 2312 +Ynk= 2313 +cm9kdQ== 2314 +IGFubg== 2315 +IHN1YnNjcmk= 2316 +IFF1 2317 +IGF2YWls 2318 +aW1lbnQ= 2319 +IHZvYw== 2320 +a2E= 2321 +IDIwMA== 2322 +YXBlcg== 2323 +IEluZA== 2324 +IOyn 2325 +aG9y 2326 +jbA= 2327 +am9y 2328 +0LjQuw== 2329 +IHNxdQ== 2330 +QVU= 2331 +YXJuaW5n 2332 +INCz 2333 +SVM= 2334 +INC7 2335 +0LXQuQ== 2336 +eWVz 2337 +5YU= 2338 +INCS 2339 +IG9yaWc= 2340 +0L7Qs9C+ 2341 +IGFza2Vk 2342 +aWx0 2343 +0L7Qsw== 2344 +IGNvbnRpbnVl 2345 +IOyY 2346 +cmFt 2347 +IG90aGVycw== 2348 +RVM= 2349 +b2hu 2350 +IGxheQ== 2351 +IGJhc2Vk 2352 +IHB1 2353 +IGFwcGU= 2354 +IGxpbQ== 2355 +IHByb3A= 2356 +gOs= 2357 +bWlu 2358 +IGhvdA== 2359 +IExh 2360 +IGZhc3Q= 2361 +IHByb3RlY3Q= 2362 +IGFtb3VudA== 2363 +IGFxdQ== 2364 +IGZ1bmQ= 2365 +IGN1c3RvbQ== 2366 +IGN1bHQ= 2367 +IGhhbmRz 2368 +IGhhdmVu 2369 +IGF1ZA== 2370 +IG91dHNpZGU= 2371 +IEFmdGVy 2372 +YXBz 2373 +IGFuaW0= 2374 +cGxveQ== 2375 +IGhhdA== 2376 +IEZpcnN0 2377 +IHRyZWF0 2378 +IGVw 2379 +IG1hdGVy 2380 +IGJ1aWxkaW5n 2381 +IOuw 2382 +5ZA= 2383 +7ISc 2384 +emE= 2385 +dWdodGVy 2386 +IFBl 2387 +bmV5 2388 +ZXRlcg== 2389 +YXRpYw== 2390 +IGVkdWM= 2391 +6riw 2392 +IG1vdg== 2393 +k6Q= 2394 +YW1h 2395 +cmF0aW9u 2396 +IHNu 2397 +2Yg= 2398 +IHN1bQ== 2399 +IHBob3Q= 2400 +INCd 2401 +IC4= 2402 +IGZpbmlzaA== 2403 +aXR0aW5n 2404 +5a4= 2405 +IGxhcmdl 2406 +IOyW 2407 +IHdoaXRl 2408 +YXJh 2409 +IG1haXM= 2410 +IEhp 2411 +IGRhbQ== 2412 +INin2YQ= 2413 +IGJveA== 2414 +IEhlbGxv 2415 +IHNsZQ== 2416 +IG9wdA== 2417 +cmllZA== 2418 +pbw= 2419 +IGFjdGl2 2420 +IG7Do28= 2421 +IENvbQ== 2422 +IHBsYXlpbmc= 2423 +VGg= 2424 +IGF2YWlsYWJsZQ== 2425 +IHBvcnQ= 2426 +5Yg= 2427 +IEFo 2428 +IGxhcw== 2429 +IGVhcmx5 2430 +IHdvbmRlcg== 2431 +sbA= 2432 +IDE4 2433 +Y3Vs 2434 +IGZ1bmN0aW9u 2435 +IG1vcm5pbmc= 2436 +bGxl 2437 +aWVudHM= 2438 +dXg= 2439 +IGNpcg== 2440 +aXRpb25z 2441 +IGRlZXA= 2442 +IHBvbGl0 2443 +eW9y 2444 +bXA= 2445 +YWtpbmc= 2446 +jOs= 2447 +IE1hbg== 2448 +IG1pbGxpb24= 2449 +IC8= 2450 +IGluZGl2aWQ= 2451 +IHBhbg== 2452 +IGdvdmVybm1lbnQ= 2453 +IHdyaXRl 2454 +IFRvZA== 2455 +YW1lbnQ= 2456 +IM8= 2457 +IHdpbmQ= 2458 +IEVuZw== 2459 +Y2hlbg== 2460 +V2g= 2461 +7Jw= 2462 +IGlkZW50 2463 +dmVudA== 2464 +dXJjaA== 2465 +IGh5 2466 +IHlh 2467 +IHRyYWQ= 2468 +IHJlbGF0aW9uc2hpcA== 2469 +w7o= 2470 +IGRvdQ== 2471 +T1I= 2472 +IHN3ZQ== 2473 +IG5lZw== 2474 +aW5hdGlvbg== 2475 +IHRleHQ= 2476 +aXBw 2477 +IGZpbmU= 2478 +w6Fz 2479 +IERy 2480 +IENvbWU= 2481 +IG1vbnRocw== 2482 +LCI= 2483 +0LXQvdC4 2484 +IGhvdXJz 2485 +IHBvZA== 2486 +aXJ0 2487 +IGludm9s 2488 +IGNvbGxlY3Q= 2489 +IGF1Zg== 2490 +IHBh 2491 +IGhpc3Rvcnk= 2492 +bWI= 2493 +aWZ5 2494 +ID8= 2495 +IGJlbG93 2496 +YXN1cmU= 2497 +YWJ5 2498 +IGxhbmd1 2499 +IGFudA== 2500 +IGNvbWI= 2501 +YXRv 2502 +IGV4aXN0 2503 +IOuL 2504 +IHRha2Vz 2505 +IGNoYXJhY3Rlcg== 2506 +YWZm 2507 +IGZpZWxk 2508 +IGVjb25vbQ== 2509 +aWVm 2510 +IHBpZWNl 2511 +5Zw= 2512 +IHJlYWNo 2513 +IOqy 2514 +b255 2515 +IG1hdGVyaWFs 2516 +IGRpZw== 2517 +IHBoeXM= 2518 +IGltcHJv 2519 +IHNpbWlsYXI= 2520 +SUM= 2521 +IG5ldA== 2522 +eW4= 2523 +IHBvc2l0aW9u 2524 +w58= 2525 +IGJlbmU= 2526 +cmVhZA== 2527 +IGxlYXJuaW5n 2528 +dW1l 2529 +IGNsZWFu 2530 +0YLQvtGA 2531 +IGNvb2s= 2532 +IHNlZW1z 2533 +IG9s 2534 +IFVT 2535 +IEplcw== 2536 +IOCu 2537 +ZW50aWFs 2538 +aXZlcnNpdHk= 2539 +YWN5 2540 +INGP 2541 +b2x1dGVseQ== 2542 +cmVjdA== 2543 +IFBsZWFzZQ== 2544 +IHJlcHJlcw== 2545 +IHRvdWNo 2546 +bWVu 2547 +INCw 2548 +acOzbg== 2549 +IFRoYW5rcw== 2550 +IGFuZw== 2551 +IG1ham9y 2552 +IGl0c2VsZg== 2553 +aWxscw== 2554 +Iiw= 2555 +aWFucw== 2556 +IHNjcmVlbg== 2557 +IGhvcg== 2558 +IGtub3du 2559 +IGVudmlyb24= 2560 +IGZpbmFs 2561 +IGZpZ3VyZQ== 2562 +IFR3 2563 +IGV5ZXM= 2564 +IGltYWc= 2565 +IHNlZWluZw== 2566 +IGhhaXI= 2567 +cmVt 2568 +IGFwcGxpYw== 2569 +ZW5kcw== 2570 +cHV0 2571 +IG5ld3M= 2572 +IGNvbXBsZXRlbHk= 2573 +dWdocw== 2574 +IGtuZXc= 2575 +aWZpZWQ= 2576 +IEpl 2577 +IERpZA== 2578 +IHNpdHVhdGlvbg== 2579 +IGZsbw== 2580 +bXM= 2581 +IHBob25l 2582 +IGJhbGw= 2583 +ZG8= 2584 +IHBhcmVudA== 2585 +IHNvcnJ5 2586 +dXJ5 2587 +0LjQvQ== 2588 +aXBz 2589 +0LDQtA== 2590 +IGluc3RlYWQ= 2591 +IGh1Z2U= 2592 +IHR1 2593 +IOOB 2594 +IEdy 2595 +IGRldGFpbA== 2596 +INCf 2597 +IGluZGl2aWR1YWw= 2598 +IGZpcmU= 2599 +IGNsb3M= 2600 +IHdlcg== 2601 +dW5l 2602 +IHJ1bm5pbmc= 2603 +IGNvbnZlcnM= 2604 +IHJlY29tbQ== 2605 +IGNvbW8= 2606 +IHNvbWVib2R5 2607 +IEpvaG4= 2608 +IOydtA== 2609 +IE91cg== 2610 +cGxlcw== 2611 +IFBo 2612 +IGFuYWw= 2613 +IDUw 2614 +IG9mZmVy 2615 +IDw= 2616 +aXRpb25hbA== 2617 +Z2VzdA== 2618 +IHZvdXM= 2619 +bGV0 2620 +aWN5 2621 +IGZlZWxpbmc= 2622 +TEU= 2623 +cm9z 2624 +IHRoaXJk 2625 +0L7Qug== 2626 +IHNlcmllcw== 2627 +IEFueQ== 2628 +aXNlZA== 2629 +b2xk 2630 +IGRyYXc= 2631 +IHNlcnZpY2U= 2632 +IGNhbm5vdA== 2633 +YmFs 2634 +IGxpdmluZw== 2635 +xLFt 2636 +IGRpZmZlcmVuY2U= 2637 +IG9wcG9ydHVuaXR5 2638 +IG5lYXI= 2639 +b3J0aA== 2640 +a2Vu 2641 +IGxvY2Fs 2642 +2Ko= 2643 +IENvbg== 2644 +IG9iamVjdA== 2645 +IGRhc3M= 2646 +kNc= 2647 +IHF1aWNrbHk= 2648 +cmFwaA== 2649 +IGlzc3Vlcw== 2650 +IEFtZXJpY2Fu 2651 +IHByZXA= 2652 +ZW5jZXM= 2653 +IHByb2Zlc3M= 2654 +bGxpbmc= 2655 +b2Y= 2656 +IGZvb3Q= 2657 +YnJl 2658 +IHVzdWFsbHk= 2659 +IGdlbmVyYWw= 2660 +ZGE= 2661 +YW5jZXM= 2662 +IGRlc3Q= 2663 +IG9jYw== 2664 +IG1lbWJlcnM= 2665 +IGRhbnM= 2666 +IGVxdWFs 2667 +enQ= 2668 +IGJlY29t 2669 +IG1vdmluZw== 2670 +IHNwZWNpZmlj 2671 +w61h 2672 +IGZ1cg== 2673 +IG5lY2Vzcw== 2674 +IGNvbW1vbg== 2675 +IGF0dGFjaw== 2676 +INGN0YLQvg== 2677 +IFRvZGF5 2678 +IHVucw== 2679 +IEd1 2680 +aW9k 2681 +IGFjY291bnQ= 2682 +IGdyYW5k 2683 +IHNlbGY= 2684 +IEVs 2685 +IHRhc3Q= 2686 +IGNvbnRlbnQ= 2687 +IGN1 2688 +hOs= 2689 +IE1heWJl 2690 +IEplc3Vz 2691 +b3Jlcw== 2692 +cG9ydA== 2693 +qbQ= 2694 +IGdpdmVz 2695 +IG5vcm1hbA== 2696 +0YDRgw== 2697 +IGltcGFjdA== 2698 +w6Ry 2699 +IGRpZXM= 2700 +IGxhYg== 2701 +c2g= 2702 +aW9z 2703 +IFByZXM= 2704 +IFVuZA== 2705 +IE9m 2706 +IGZpbmFsbHk= 2707 +IGRvbGw= 2708 +IHZvY8Oq 2709 +cGx5 2710 +IEFn 2711 +IHRha2Vu 2712 +IGdyb3VuZA== 2713 +Zm9ydA== 2714 +IGdhdmU= 2715 +IEluc3Q= 2716 +IGxvc3Q= 2717 +IHdvcmtlZA== 2718 +IGxpdGVy 2719 +IGlzc3Vl 2720 +IGluZHVzdA== 2721 +IHJldHVybg== 2722 +IGhhcHBlbmluZw== 2723 +IHdhbnRz 2724 +0LjQsg== 2725 +IHByb2JsZW1z 2726 +IENhcg== 2727 +nbw= 2728 +IEFsc28= 2729 +IHNpemU= 2730 +IG9idmlvdXNseQ== 2731 +IFN1 2732 +IFNj 2733 +IHJlY29tbWVuZA== 2734 +b3VyY2Vz 2735 +YXN0aWM= 2736 +Li4uLg== 2737 +IG1p 2738 +bGllcg== 2739 +IEV2ZW4= 2740 +Y2lh 2741 +IGh1cg== 2742 +dmE= 2743 +IG1hc3M= 2744 +IHdvdWxkbg== 2745 +dW50 2746 +Y2tz 2747 +IGZlbHQ= 2748 +b3Nw 2749 +bGlnaHQ= 2750 +0L7Qu9GM 2751 +bmll 2752 +IGJvdHRvbQ== 2753 +INCx0Ys= 2754 +b3JlZA== 2755 +aXNvbg== 2756 +IGdyYWQ= 2757 +IHVtYQ== 2758 +IHZh 2759 +IOyC 2760 +cmVzc2lvbg== 2761 +dWxhdGlvbg== 2762 +SUQ= 2763 +aWRlbmNl 2764 +IGJ1cg== 2765 +IGdvbmU= 2766 +bHU= 2767 +7Ja07A== 2768 +IHJlZHU= 2769 +IGph 2770 +7J2Y 2771 +aXRh 2772 +IHNvZnQ= 2773 +IMOnYQ== 2774 +aWNv 2775 +ZXJhbA== 2776 +w7E= 2777 +YWY= 2778 +IHBvaW50cw== 2779 +Z3U= 2780 +IGTDqQ== 2781 +YXB0 2782 +YXg= 2783 +IEFscmlnaHQ= 2784 +IGNhbWVyYQ== 2785 +IGFjaA== 2786 +INC/0L4= 2787 +IHNldmVy 2788 +NTA= 2789 +IHNpZQ== 2790 +z4E= 2791 +IG1hbA== 2792 +IGNvbXB1dA== 2793 +IG1pZGRsZQ== 2794 +IGNvdWxkbg== 2795 +bWluZw== 2796 +IOyL 2797 +IEhpcw== 2798 +IGdhbWVz 2799 +IGludHJvZHU= 2800 +IGNlbGw= 2801 +cG9y 2802 +IHNsZWVw 2803 +IOuz 2804 +aWRpbmc= 2805 +IG91 2806 +IGRlZw== 2807 +IGRyaW5r 2808 +IGVudmlyb25tZW50 2809 +IFVuaXRlZA== 2810 +IHRhbGtlZA== 2811 +IGNob29zZQ== 2812 +IGpvdXI= 2813 +ZWdl 2814 +IE1pbg== 2815 +IGludGU= 2816 +IHJhdGhlcg== 2817 +IG9mZmlj 2818 +0LrQsA== 2819 +YWNoaW5n 2820 +IG1lbnRpb25lZA== 2821 +IGZpbGw= 2822 +IHRyYWNr 2823 +IG5pZQ== 2824 +IHV0 2825 +INCy0Ys= 2826 +aWJpbGl0eQ== 2827 +IHZhYw== 2828 +IHJhZA== 2829 +IHBhY2s= 2830 +IHNlbmQ= 2831 +IERhcw== 2832 +IEFi 2833 +IGVuZ2luZQ== 2834 +IGNvbXBldA== 2835 +w7Q= 2836 +INCy0YE= 2837 +IGRvb3I= 2838 +IGxvbmdlcg== 2839 +IGxhbmd1YWdl 2840 +IGV4dHJh 2841 +cGxheQ== 2842 +IHdlYnM= 2843 +dW1i 2844 +cm9vbQ== 2845 +55w= 2846 +IGJlZ2lubmluZw== 2847 +IHJlZmVy 2848 +QU0= 2849 +bmVu 2850 +aWdoZXI= 2851 +ZmFjZQ== 2852 +ZXJj 2853 +IGZvcmdldA== 2854 +IGNvbW1lbnQ= 2855 +0LXQug== 2856 +0LvRjw== 2857 +cm9y 2858 +xbxl 2859 +IEdl 2860 +IGRhcms= 2861 +IGFueW9uZQ== 2862 +YW50ZQ== 2863 +Z2Vz 2864 +7Iq1 2865 +0ZE= 2866 +YmVk 2867 +amU= 2868 +cnVjdHVyZQ== 2869 +IHByaW0= 2870 +aWRh 2871 +6KY= 2872 +IG1peA== 2873 +IHN0YXJ0aW5n 2874 +IOydtOs= 2875 +IHByb3ZpZGU= 2876 +YWN0aW9u 2877 +IG1vdGhlcg== 2878 +IHBlcmlvZA== 2879 +IHN0aWNr 2880 +IFlvdVQ= 2881 +IHRlY2hub2xvZ3k= 2882 +6rk= 2883 +IGJlZA== 2884 +IGdpdmluZw== 2885 +IGV4cGxhaW4= 2886 +emVu 2887 +aW1hdGU= 2888 +IHJlcHJlc2VudA== 2889 +bG9hZA== 2890 +IEhvd2V2ZXI= 2891 +IGxpdmVz 2892 +dXRo 2893 +aXJpdA== 2894 +b2du 2895 +IGxpaw== 2896 +IHJlc3BvbnM= 2897 +IHByaXY= 2898 +IHRvbQ== 2899 +w6fDo28= 2900 +aWFt 2901 +IGV4Y2l0ZWQ= 2902 +IGNhcmQ= 2903 +Z3JvdW5k 2904 +INeU 2905 +IHNlbnM= 2906 +IHRlYWNo 2907 +aWRv 2908 +aG9k 2909 +IGVwaXM= 2910 +IHdlbGNvbWU= 2911 +IHdhbGw= 2912 +5Lk= 2913 +IGNoYW5jZQ== 2914 +aGVu 2915 +INCh 2916 +IMSR 2917 +IHNpbXBseQ== 2918 +INGC0LDQug== 2919 +cmluZw== 2920 +amE= 2921 +Ym9vaw== 2922 +IHNldmVyYWw= 2923 +c3Rl 2924 +IGNyZWF0ZWQ= 2925 +INC+0YI= 2926 +IHB1c2g= 2927 +PT0= 2928 +IGhpZ2hlcg== 2929 +dWY= 2930 +b3VyY2U= 2931 +b2tl 2932 +IG9ubGluZQ== 2933 +IHJlbGU= 2934 +IHRvbg== 2935 +ZW5zaXZl 2936 +IGZhdm9yaXRl 2937 +0YPQtA== 2938 +IGxvb2tlZA== 2939 +IHZvbg== 2940 +4oCU 2941 +IGbDvHI= 2942 +IGJ1dHRvbg== 2943 +IGJpbGw= 2944 +IGNoYW5nZXM= 2945 +ISI= 2946 +IHNsb3c= 2947 +YWJsZXM= 2948 +IGRlYXRo 2949 +YW5kcw== 2950 +YXRlZw== 2951 +IHRoZW1zZWx2ZXM= 2952 +IGNvcA== 2953 +IHBlcnNvbmFs 2954 +dWdoaW5n 2955 +IDEx 2956 +Z2Fy 2957 +YWRlcw== 2958 +IG5lZWRlZA== 2959 +IHN0dWR5 2960 +YWdlZA== 2961 +0YHRgtCy 2962 +aW5v 2963 +IGRpc2M= 2964 +a2k= 2965 +IGFkZHJlc3M= 2966 +16g= 2967 +aXR0ZW4= 2968 +ZXNvbWU= 2969 +INC2 2970 +pOs= 2971 +dXJh 2972 +IG11 2973 +IGNvbnRpbnU= 2974 +Zm9y 2975 +IG1hdGNo 2976 +IHN0cmFpZ2h0 2977 +kOs= 2978 +bmVycw== 2979 +IGRvZw== 2980 +IGRlYg== 2981 +IENP 2982 +IG9z 2983 +Z2Vk 2984 +Y2FtZQ== 2985 +IGNvcnJlY3Q= 2986 +ZXR0ZQ== 2987 +IFNlZQ== 2988 +IGluY2x1ZGluZw== 2989 +IEV1cm8= 2990 +ZXN0ZXI= 2991 +IGp1bXA= 2992 +IFdoaWNo 2993 +INC60LDQug== 2994 +c29u 2995 +eWE= 2996 +SU5H 2997 +IGVpbmU= 2998 +b3No 2999 +ZW5jeQ== 3000 +IG1lZGlh 3001 +IHN1YnNjcmliZQ== 3002 +6YI= 3003 +IHByaW4= 3004 +IGhhYg== 3005 +IFBlcg== 3006 +IFdhcw== 3007 +IHBhZ2U= 3008 +aXRvcg== 3009 +IHRvd2FyZHM= 3010 +IHRyaWVk 3011 +ZW5nZQ== 3012 +YXJ0bWVudA== 3013 +IHZhcmk= 3014 +IHBhcGVy 3015 +IHBpY3R1cmU= 3016 +IHZlcnNpb24= 3017 +IGJyb3VnaHQ= 3018 +d2FyZQ== 3019 +IFN0YXRlcw== 3020 +IHNpY2g= 3021 +bGVkZ2U= 3022 +IHBlcmNlbnQ= 3023 +IGdvZA== 3024 +ZWM= 3025 +IENvbW0= 3026 +IGRlY2lkZWQ= 3027 +IHNlbGVjdA== 3028 +7ZWc 3029 +KS4= 3030 +dXJpdHk= 3031 +IGZ1cnRoZXI= 3032 +IGNvbW1lbnRz 3033 +bGVtZW50 3034 +IGRyZWFt 3035 +IGNlbnRlcg== 3036 +bWk= 3037 +IGNhcw== 3038 +IHdvbWFu 3039 +IHJvYWQ= 3040 +IGZhaWw= 3041 +IGJlY2FtZQ== 3042 +bHVz 3043 +aWxpdGllcw== 3044 +IENv 3045 +IG1hbmFnZQ== 3046 +IHJlY29nbg== 3047 +IGFjdGlvbg== 3048 +IGJlbmVm 3049 +IGVhcmxpZXI= 3050 +15w= 3051 +IHNwZWVk 3052 +IG1lbnQ= 3053 +IHNvY2k= 3054 +IHNob290 3055 +dWk= 3056 +IMOk 3057 +IGFwcGx5 3058 +dm8= 3059 +eGlt 3060 +IGNhdXNl 3061 +IHN1cnBy 3062 +IGhhYmVu 3063 +REk= 3064 +IGZhdGhlcg== 3065 +IE5leHQ= 3066 +IFlvdVR1YmU= 3067 +IGNvZGU= 3068 +IHJvbGU= 3069 +Z3Jlc3M= 3070 +IGdyZWVu 3071 +ZXR0 3072 +IGJ1aWx0 3073 +IGZsb3c= 3074 +IGJhc2U= 3075 +IHRyYWluaW5n 3076 +IHJvdW5k 3077 +IFdpbGw= 3078 +IHBhdGg= 3079 +IFJv 3080 +IGludGVyZXN0ZWQ= 3081 +7Ja0 3082 +IHJlc3BlY3Q= 3083 +IGNoYW5nZWQ= 3084 +aXNzaW9u 3085 +IHN0dWRlbnQ= 3086 +b2dyYXBo 3087 +IGFwcHJvYWNo 3088 +IHNob3dz 3089 +IHRhcg== 3090 +IGNyaXQ= 3091 +IGdsbw== 3092 +7Iq164uI64uk 3093 +IGRlYWQ= 3094 +IFByZXNpZGVudA== 3095 +IHRob3Vz 3096 +IGJhbA== 3097 +c3Rlcg== 3098 +ZXg= 3099 +IGFic29sdXRlbHk= 3100 +IG1pYw== 3101 +IHByYWN0aWNl 3102 +IHF1YWxpdHk= 3103 +IGxvd2Vy 3104 +b2dsZQ== 3105 +IHNlcGFy 3106 +YmFsbA== 3107 +bWVkaQ== 3108 +IHJldmlldw== 3109 +IEFwcA== 3110 +IG9r 3111 +4oCL 3112 +IGV4cGVyaWVu 3113 +IGNvbmNlcm4= 3114 +ZW50aWFsbHk= 3115 +bW9yZQ== 3116 +IEpv 3117 +YXBhbg== 3118 +IEljaA== 3119 +aXN0aWM= 3120 +IGZhaXI= 3121 +IHdlYnNpdGU= 3122 +aXJlcw== 3123 +IEJ5 3124 +IHRyYXZlbA== 3125 +IHJpc2s= 3126 +IG1pcg== 3127 +IGJvYXJk 3128 +IHNlbg== 3129 +IHBhcmVudHM= 3130 +IFdvdw== 3131 +IGZlZWQ= 3132 +IHNhdmU= 3133 +IHNlcmlvdXM= 3134 +IGluaXQ= 3135 +RUw= 3136 +dW5kcmVk 3137 +QVM= 3138 +IHZhbg== 3139 +b3Jyb3c= 3140 +IHdvcnRo 3141 +IHNlYXJjaA== 3142 +IDE2 3143 +IHBhcnRz 3144 +0YHRgtGM 3145 +IGNvbXBhbg== 3146 +IG1vdmll 3147 +IG1ldGhvZA== 3148 +IGlsbA== 3149 +IHdpc2g= 3150 +ZHk= 3151 +IGl0ZW0= 3152 +IG1pbnVz 3153 +YW5nZXI= 3154 +IHZvaWNl 3155 +IHNraW4= 3156 +IGFyZWFz 3157 +IGVpZ2h0 3158 +IG9icw== 3159 +ICw= 3160 +0LDQuQ== 3161 +IG9pbA== 3162 +IGN5 3163 +IGJhYnk= 3164 +c3k= 3165 +IGVtcGxveQ== 3166 +IEtl 3167 +IHBsYWNlcw== 3168 +IGZpeA== 3169 +IGVzdMOh 3170 +aXZlZA== 3171 +IGxvdHM= 3172 +IHNlYXNvbg== 3173 +dW5r 3174 +YWx0 3175 +IHRhYmxl 3176 +INCi 3177 +w6I= 3178 +IGF0dGVudGlvbg== 3179 +IEhlcg== 3180 +IGFnZQ== 3181 +IHByYQ== 3182 +YmFjaw== 3183 +Y2ls 3184 +IG5ldHdvcms= 3185 +cml0 3186 +IGRvYw== 3187 +IGFyZW4= 3188 +aWdlbg== 3189 +IOuE 3190 +2K8= 3191 +ZW5kZXI= 3192 +IHRvdGFs 3193 +IHByaWNl 3194 +IGNyYXp5 3195 +7Jo= 3196 +aXF1 3197 +dGhvdWdo 3198 +WW91 3199 +2Yc= 3200 +z4U= 3201 +IHNhdA== 3202 +IGJp 3203 +IERpZQ== 3204 +IHNoYQ== 3205 +IHRoYW5rcw== 3206 +dWg= 3207 +IHN0YWdl 3208 +0LDQtg== 3209 +IEZs 3210 +IGxlYXY= 3211 +IGJveQ== 3212 +IGFm 3213 +w7Zu 3214 +IEdldA== 3215 +IGFjY2VwdA== 3216 +IGVudGVy 3217 +IHR1cg== 3218 +IHNpxJk= 3219 +IGhvbmVzdA== 3220 +44CM 3221 +IHNhbQ== 3222 +IHJlcGw= 3223 +Z2luZw== 3224 +IGRldmVsb3BtZW50 3225 +IEFjdA== 3226 +b3Jh 3227 +44CN 3228 +5L4= 3229 +IGtub3dz 3230 +IGltYWdl 3231 +IExvcmQ= 3232 +0LjRgtGM 3233 +IHdlZWtz 3234 +IHNleA== 3235 +lOs= 3236 +IGh1bmRyZWQ= 3237 +IHNvdW5kcw== 3238 +IGxlYXJuZWQ= 3239 +IGJ1ZA== 3240 +INGB0YI= 3241 +IGluY3JlZA== 3242 +4pk= 3243 +IG5vcw== 3244 +IGRyb3A= 3245 +IGJlbg== 3246 +INCY 3247 +IHNhZmU= 3248 +YXRh 3249 +IGZ1Y2s= 3250 +c29jaQ== 3251 +IGRhbg== 3252 +IGNyb3Nz 3253 +MTA= 3254 +bW8= 3255 +dmVydA== 3256 +IDE3 3257 +emll 3258 +5ZU= 3259 +IGRvbQ== 3260 +IEJv 3261 +IHNldHRpbmc= 3262 +IGludm9sdmVk 3263 +YXJpbHk= 3264 +IHNpbmQ= 3265 +IHN1cw== 3266 +IHdvcnJ5 3267 +ZXRo 3268 +6rmM 3269 +IHN1bg== 3270 +IGhpZXI= 3271 +IGNlcnRhaW5seQ== 3272 +b3Vs 3273 +b3J0cw== 3274 +IEVy 3275 +IFVt 3276 +IGNhdXM= 3277 +IG5hdHVyYWw= 3278 +IMO8 3279 +IGNyeQ== 3280 +IFNlYw== 3281 +IHNvbQ== 3282 +5rI= 3283 +IGVkdWNhdGlvbg== 3284 +0LDQtdGC 3285 +IG11bHRpcA== 3286 +IGFsb25l 3287 +IGV5ZQ== 3288 +IHJhdGU= 3289 +IEV1cm9wZQ== 3290 +6L8= 3291 +bW9u 3292 +IGZpdA== 3293 +aXppbmc= 3294 +cHBlZA== 3295 +IHByZXNzdXJl 3296 +dGhl 3297 +0LjRgQ== 3298 +aXRlcw== 3299 +IEFm 3300 +cmVjaQ== 3301 +YXR0bGU= 3302 +IHNlcnZpY2Vz 3303 +IEdvb2dsZQ== 3304 +6YE= 3305 +IGNhc2Vz 3306 +IGRyaXZl 3307 +IGNoYWxsZW5n 3308 +dXo= 3309 +IE1v 3310 +7Jy86w== 3311 +dmFs 3312 +IGZvbA== 3313 +IOyi 3314 +ZmZpYw== 3315 +IHJh 3316 +IHNpbg== 3317 +IGJsdWU= 3318 +IGFmZmVjdA== 3319 +IG1pcw== 3320 +IHNob3Q= 3321 +INC+0LE= 3322 +YXNpbmc= 3323 +IHNpZ25pZmlj 3324 +IENoZQ== 3325 +IOqz 3326 +IHBvc2l0aXZl 3327 +7KM= 3328 +IHdpZQ== 3329 +IDQw 3330 +b3JkaW5n 3331 +IEZyb20= 3332 +6rU= 3333 +IGJyYW5k 3334 +IHRydXN0 3335 +IHBsZQ== 3336 +IGNvbW11bmlj 3337 +IHdlaWdodA== 3338 +IGFza2luZw== 3339 +IHRheA== 3340 +IEphcGFu 3341 +IO2VmA== 3342 +b3Bz 3343 +z4I= 3344 +IHB1dHRpbmc= 3345 +IHJvbGw= 3346 +IEFtZXJpY2E= 3347 +cmVn 3348 +ntc= 3349 +YXR1cmVz 3350 +ZW5zaW9u 3351 +IFNvbWV0 3352 +IG9yaWdpbmFs 3353 +cGluZw== 3354 +IMWf 3355 +IHByb2R1Y3Rz 3356 +IGNvbnRhY3Q= 3357 +b2x1dGlvbg== 3358 +IGdvYWw= 3359 +IHBvdw== 3360 +IHBlcmZvcm1hbmNl 3361 +IGJsb29k 3362 +YXRvcnM= 3363 +IE1pY2g= 3364 +IHRlbXBlcg== 3365 +IERhbg== 3366 +IHN1Z2c= 3367 +0YLQuA== 3368 +IGltbQ== 3369 +IG9mZmljZQ== 3370 +IGFycmk= 3371 +IGNvbWZvcnQ= 3372 +INCU 3373 +IHN1Z2dlc3Q= 3374 +IHBsYXQ= 3375 +gpg= 3376 +MTk= 3377 +IG9t 3378 +IHNldmVu 3379 +IENlbnQ= 3380 +aWxsZQ== 3381 +IGNvbmNlcHQ= 3382 +IGJhZw== 3383 +w7xu 3384 +aXZlbHk= 3385 +IGRpdg== 3386 +bW9z 3387 +5ok= 3388 +IGZlZWxz 3389 +IGly 3390 +YWtlcw== 3391 +bGV5 3392 +IHBhcnRpY2lw 3393 +INCa 3394 +Zmw= 3395 +anVzdA== 3396 +IHNpbA== 3397 +IFBh 3398 +QUw= 3399 +IGdvdHRh 3400 +IGZhbg== 3401 +IGNoYWxsZW5nZQ== 3402 +IGNvbXBhbmllcw== 3403 +IFBlb3BsZQ== 3404 +PC8= 3405 +0L7Qtw== 3406 +IHBlbg== 3407 +aXNpbmc= 3408 +IGF1cw== 3409 +ZW1pYw== 3410 +YW1lbnRl 3411 +IG1lZXRpbmc= 3412 +IHZpc2l0 3413 +IHN1cHBvc2Vk 3414 +IE9uY2U= 3415 +0LTQsA== 3416 +b3JsZA== 3417 +MzA= 3418 +VVM= 3419 +IHZpb2w= 3420 +IG5vdGljZQ== 3421 +INCQ 3422 +aGFu 3423 +cGVk 3424 +7Jg= 3425 +aGg= 3426 +IHRyb3U= 3427 +IG1pbnV0ZQ== 3428 +IFBhcg== 3429 +cmF5 3430 +IHRpdA== 3431 +IHVwZA== 3432 +IGJsb2Nr 3433 +IGR1ZQ== 3434 +YXVy 3435 +IGZvcmNl 3436 +IGNvdW4= 3437 +IOKAlA== 3438 +IHR5cGVz 3439 +66c= 3440 +IGxhdGU= 3441 +IGltcHJvdmU= 3442 +IOyI 3443 +IGF2ZQ== 3444 +dWxlcw== 3445 +Y2w= 3446 +YW1lZA== 3447 +IGF3ZXNvbWU= 3448 +IE9r 3449 +IHZvdA== 3450 +IG1hY2hpbmU= 3451 +IGZvbGxvd2luZw== 3452 +IG1lYXN1cmU= 3453 +YWNpw7Nu 3454 +dWVs 3455 +Y2hhbg== 3456 +IGFiaWxpdHk= 3457 +IHRvdXQ= 3458 +IGlkZWFz 3459 +IGluY3JlYXNl 3460 +IGVucw== 3461 +INGF 3462 +IOuq 3463 +IGplc3Q= 3464 +INCc 3465 +IHRydXRo 3466 +aHk= 3467 +IHNwZW5k 3468 +IHNjaWVuY2U= 3469 +ZXRl 3470 +IDE0 3471 +IGVwaXNvZGU= 3472 +IGFsZw== 3473 +ZW5kZWQ= 3474 +YXJp 3475 +bGxh 3476 +IGZpc2g= 3477 +IHRocm93 3478 +bWl0 3479 +5bk= 3480 +IGNpcmM= 3481 +IENhbA== 3482 +IHRvdXI= 3483 +IGRpcmVjdGlvbg== 3484 +IG5vY2g= 3485 +0LXQsg== 3486 +w6lu 3487 +IGNvdW50cmllcw== 3488 +IGluZHVzdHJ5 3489 +aW55 3490 +aWNsZQ== 3491 +IGZlZXQ= 3492 +SXQ= 3493 +IGxlYWRlcnM= 3494 +ZXR6dA== 3495 +IHN0YWZm 3496 +55Q= 3497 +IHB1cnA= 3498 +aXRv 3499 +PyE= 3500 +IEph 3501 +IHN0b3Jl 3502 +ZXRpYw== 3503 +IENoaW5h 3504 +IOuQ 3505 +IFVuaXZlcnNpdHk= 3506 +ICM= 3507 +IGRlY2lzaW9u 3508 +IGFjaGll 3509 +IGFjdHVhbA== 3510 +dWx5 3511 +IHNlY3Rpb24= 3512 +IHJlc3VsdHM= 3513 +IHN0YXI= 3514 +IG1pc3Q= 3515 +aWJseQ== 3516 +IGRhZA== 3517 +IG51bWJlcnM= 3518 +b21i 3519 +6Ko= 3520 +IFNwZQ== 3521 +IG1lcg== 3522 +IDI1 3523 +IGF1dG9t 3524 +IGNvbGQ= 3525 +2Kg= 3526 +hJw= 3527 +YWdlcg== 3528 +IFRW 3529 +IFNpZQ== 3530 +IEhhdmU= 3531 +IMW8ZQ== 3532 +dWdn 3533 +YWluZWQ= 3534 +IHVwb24= 3535 +IGxvZw== 3536 +IGNvbXBsZXRl 3537 +IGJyYWlu 3538 +YWdpbmc= 3539 +IE11cw== 3540 +b3Zlcg== 3541 +IGVhc2llcg== 3542 +IGludGVncg== 3543 +IG3DoXM= 3544 +IHR1cm5lZA== 3545 +IHN0cmk= 3546 +aXZhbA== 3547 +IGhlYXY= 3548 +IFRI 3549 +IHdyaXRpbmc= 3550 +0YDQsA== 3551 +IGNsYQ== 3552 +ZGluZw== 3553 +IHRlbGxpbmc= 3554 +0LjQtA== 3555 +aWNhdGVk 3556 +YWNodA== 3557 +aGFwcw== 3558 +IFN0ZQ== 3559 +IHJlc291cmNlcw== 3560 +IGRhbm4= 3561 +IHBhcnR5 3562 +IM+E 3563 +IHNhZg== 3564 +aXNlcw== 3565 +dHJl 3566 +b2ludA== 3567 +IGtub3dsZWRnZQ== 3568 +IGFueW1vcmU= 3569 +IGZseQ== 3570 +IG1haW50 3571 +0LjQug== 3572 +5ZE= 3573 +IHNlbGw= 3574 +bGF1Z2hz 3575 +IFlvcms= 3576 +IGJpZW4= 3577 +IG9k 3578 +IGVhc2lseQ== 3579 +IHJhbmdl 3580 +IG9wdGlvbg== 3581 +2Lk= 3582 +IGFwcHJlY2k= 3583 +b2Ny 3584 +IGRldGVybQ== 3585 +0YQ= 3586 +IG1lYW5pbmc= 3587 +IHNpdGU= 3588 +IGRpc2Nv 3589 +dmVyYWdl 3590 +IGxvc2U= 3591 +IGluc3RhbGw= 3592 +IGVtb3Q= 3593 +YW50bHk= 3594 +w6R0 3595 +IHRhbWI= 3596 +IFdhcg== 3597 +IEhv 3598 +IEdlbg== 3599 +ZW15 3600 +0LXQtw== 3601 +IFBvbA== 3602 +IG1lc3NhZ2U= 3603 +IG5vdGU= 3604 +jIA= 3605 +IGhldA== 3606 +IGltbWVkaQ== 3607 +IGF2bw== 3608 +IGJvb2tz 3609 +IGJlY29tZXM= 3610 +cmVzaA== 3611 +w6hz 3612 +YXNvbnM= 3613 +IGhpbXNlbGY= 3614 +dXRz 3615 +IGp1 3616 +IGF3YXJl 3617 +IHJlcXVpcmU= 3618 +IHN5c3RlbXM= 3619 +IEhhcg== 3620 +IGFtb25n 3621 +IGhvbQ== 3622 +IGJyZWF0 3623 +IHdlaXJk 3624 +IOu2 3625 +zrs= 3626 +2Kk= 3627 +aWZm 3628 +b3Jpbmc= 3629 +IHBsYXRmb3Jt 3630 +IFRha2U= 3631 +IGhlbHBz 3632 +dXRpb25z 3633 +IGZvcmc= 3634 +IGx1Y2s= 3635 +IEVuZ2xpc2g= 3636 +IHdlYg== 3637 +IG5lZ2F0aXZl 3638 +IHR1dA== 3639 +IGFib3Zl 3640 +bmd0aA== 3641 +IOqxsA== 3642 +IHN0b3JpZXM= 3643 +IGxvYWQ= 3644 +IGJhY2tncm91bmQ= 3645 +IHN3aXRjaA== 3646 +Z2E= 3647 +IHByaW5jaQ== 3648 +IGZpbmFu 3649 +IHZhcmlvdXM= 3650 +IGzDoA== 3651 +IGtpbmRz 3652 +YWluaW5n 3653 +IG5hdHVyZQ== 3654 +INCe 3655 +Y3o= 3656 +IHByYXk= 3657 +IGdhcg== 3658 +aXJt 3659 +ICY= 3660 +IOyD 3661 +bnM= 3662 +IFJlcA== 3663 +IEZl 3664 +IHJldg== 3665 +cmFuZA== 3666 +IGxpa2VseQ== 3667 +IHVuZGVyc3RhbmRpbmc= 3668 +xLFy 3669 +IGZhbA== 3670 +IDEz 3671 +0YbQuA== 3672 +IHN1ZA== 3673 +IGJyb3RoZXI= 3674 +IHBsYW50 3675 +IHRocm91Z2hvdXQ= 3676 +d2lzZQ== 3677 +cHJl 3678 +IGN1bHR1cmU= 3679 +INmF 3680 +IHdvbmRlcmZ1bA== 3681 +IGFo 3682 +cHBlcg== 3683 +IHNvbGQ= 3684 +IHN0YXJ0cw== 3685 +IHdyaXR0ZW4= 3686 +zq8= 3687 +bmk= 3688 +INeU1w== 3689 +IERhdg== 3690 +IHVsdA== 3691 +IGFybQ== 3692 +IHJvY2s= 3693 +IHdlYXI= 3694 +642w 3695 +YW5v 3696 +cmFn 3697 +IHNxdWFyZQ== 3698 +0LDQvdC4 3699 +Y2FzdA== 3700 +bGVicg== 3701 +IGxpdGVyYWxseQ== 3702 +IHBsYXllZA== 3703 +IGhlYXQ= 3704 +b25zZQ== 3705 +cmljdA== 3706 +IGluc3A= 3707 +aWRz 3708 +IHBvcHVsYXI= 3709 +64+E 3710 +IGNhdGNo 3711 +IG1vdW50 3712 +IGp1ZA== 3713 +V2hhdA== 3714 +0LXQsQ== 3715 +UkE= 3716 +YXVk 3717 +0LrQvg== 3718 +IHN1cmZhY2U= 3719 +IGNvbnY= 3720 +IHBpZWNlcw== 3721 +T2g= 3722 +5oA= 3723 +IHN0eWxl 3724 +cHBpbmc= 3725 +IHJlYWRpbmc= 3726 +IGNvbnZlcnNhdGlvbg== 3727 +0L7Qvw== 3728 +IEFnYWlu 3729 +IGJhbms= 3730 +dGltZQ== 3731 +0YPRgg== 3732 +ZXJ2ZQ== 3733 +IEdyZWF0 3734 +IGNhcHQ= 3735 +0LDQsQ== 3736 +YXlz 3737 +IEZpbg== 3738 +aWZpY2F0aW9u 3739 +IMOkcg== 3740 +0LDRjg== 3741 +IGVnZw== 3742 +IFdlbA== 3743 +IHRhcmdldA== 3744 +dWxh 3745 +Y2hlcw== 3746 +YW5p 3747 +T08= 3748 +aWNpb3Vz 3749 +bm93 3750 +z4M= 3751 +Ym9hcmQ= 3752 +IGdlbnRl 3753 +IGRybw== 3754 +IEV0 3755 +IGRpbg== 3756 +IGNvcw== 3757 +IGF1dGhvcg== 3758 +2LM= 3759 +IG9jaA== 3760 +IGVtYWls 3761 +IHNwaXJpdA== 3762 +IHNpdHRpbmc= 3763 +bWFz 3764 +IHN0cmVuZ3Ro 3765 +IGJpZ2dlcg== 3766 +IFdhaXQ= 3767 +IG1hdA== 3768 +IHBvbGljZQ== 3769 +cmVzc2Vk 3770 +IHdhaXRpbmc= 3771 +aXNoaW5n 3772 +IGRvbGxhcnM= 3773 +aG9vZA== 3774 +c3M= 3775 +IGltYWdpbmU= 3776 +aW5p 3777 +IG1lcw== 3778 +IGRpc2U= 3779 +aWRnZQ== 3780 +YWJvcg== 3781 +IHBldA== 3782 +IGhvcA== 3783 +IEtpbmc= 3784 +IGNvbXB1dGVy 3785 +IGdvbGQ= 3786 +IG51 3787 +IGZpbmc= 3788 +KSw= 3789 +IHNlY3VyaXR5 3790 +cnVjdGlvbg== 3791 +IHNvbHV0aW9u 3792 +ZXh0 3793 +IHBhdHRlcg== 3794 +aWNrZW4= 3795 +dXJlZA== 3796 +IHN0YW5kYXJk 3797 +7Iuc 3798 +IGRvdWJsZQ== 3799 +zrc= 3800 +IHdpZmU= 3801 +aXNh 3802 +IGRpcmVjdGx5 3803 +YWNlZA== 3804 +IGJ1bmNo 3805 +IMK/ 3806 +0LDQu9GM 3807 +IHJlZ2FyZA== 3808 +IHN3ZWV0 3809 +IHVuaXF1ZQ== 3810 +IOKZqw== 3811 +IHRyYWlu 3812 +IEdlcm0= 3813 +zqw= 3814 +UkU= 3815 +IGJlaGF2 3816 +IHByZWQ= 3817 +7IM= 3818 +c2V0 3819 +IGRlc2NyaXB0aW9u 3820 +w6ll 3821 +IGNhdA== 3822 +5ZM= 3823 +IGNvbGxlZ2U= 3824 +7Js= 3825 +IGFwcGxpY2F0aW9u 3826 +IFNlbg== 3827 +YXNr 3828 +IGNyZWQ= 3829 +dWJsaWM= 3830 +IG11bHRpcGxl 3831 +IG5p 3832 +IHByZXNpZGVudA== 3833 +IGFkZGVk 3834 +IHJvYg== 3835 +IGFxdWk= 3836 +IGhvc3A= 3837 +IHRvb2xz 3838 +IGd1bg== 3839 +IGJhc2lj 3840 +IGxpbmVz 3841 +IHN0cnVjdHVyZQ== 3842 +IFJ1c3M= 3843 +IHRvdGFsbHk= 3844 +IGJpZ2dlc3Q= 3845 +IGVlbg== 3846 +IGFyZw== 3847 +INec 3848 +IHBhcms= 3849 +IERlcw== 3850 +IGNlbGVicg== 3851 +IGZhaXQ= 3852 +0LXQvdGM 3853 +IHN1ZmY= 3854 +IHJlZ3VsYXI= 3855 +qOs= 3856 +IG1pbmU= 3857 +IEtvcmU= 3858 +IHByZXZpb3Vz 3859 +IHBp 3860 +IHNlZw== 3861 +IHBvbGljeQ== 3862 +INC60L4= 3863 +IFRydW1w 3864 +IHZhY2M= 3865 +w7N3 3866 +IFN5 3867 +0LjRhw== 3868 +aXR0ZXI= 3869 +IHBvbGl0aWNhbA== 3870 +cmFz 3871 +IGFscw== 3872 +0LXQu9GM 3873 +IHNoYXBl 3874 +YW56 3875 +IG9udG8= 3876 +IGFyY2g= 3877 +IGFtYg== 3878 +YWdyYW0= 3879 +IFNt 3880 +Y3Rpb25z 3881 +IGpvaW4= 3882 +Ym9y 3883 +5Zs= 3884 +IGZyYW1l 3885 +oIc= 3886 +IGNob2ljZQ== 3887 +4K+B 3888 +0YPRjg== 3889 +IENvcg== 3890 +IFN3 3891 +SVQ= 3892 +IHRlbmQ= 3893 +IEVhcg== 3894 +IHRvcg== 3895 +IGV2ZW50cw== 3896 +IGNsYWlt 3897 +IERh 3898 +IE1hcms= 3899 +IGdyb3Vwcw== 3900 +IGVhdGluZw== 3901 +IFdvcmxk 3902 +IHJlY2VudGx5 3903 +IHRhc3Rl 3904 +IHN1cnY= 3905 +4KQ= 3906 +IHNraWxscw== 3907 +INC40Lc= 3908 +aXR0ZWQ= 3909 +IHNob3A= 3910 +7J207A== 3911 +IGVzdGFi 3912 +IOuCmA== 3913 +IHNlY29uZHM= 3914 +IFRob3Nl 3915 +IEVudA== 3916 +IOyE 3917 +ZXJzb24= 3918 +IHRvd24= 3919 +IGNhbmQ= 3920 +IG9wdGlvbnM= 3921 +IGluZw== 3922 +VklE 3923 +IGVuY291cg== 3924 +IHLDqQ== 3925 +4pmq 3926 +IGVudHJl 3927 +IG1vdmVtZW50 3928 +IEJlbg== 3929 +IGJpcnRo 3930 +IHdoZQ== 3931 +IGhhbmc= 3932 +IEVt 3933 +aWdl 3934 +cm9sbA== 3935 +IHVuZg== 3936 +7II= 3937 +IHJpZA== 3938 +IHNwcmVhZA== 3939 +IGhvc3Q= 3940 +YWxk 3941 +IEVk 3942 +IGNvbnN1bQ== 3943 +VU4= 3944 +IG9waW4= 3945 +aXRhcg== 3946 +IE1lZA== 3947 +IHN1YmplY3Q= 3948 +IHBhbA== 3949 +IGNhcnJ5 3950 +IGFncmVl 3951 +IFdoaWxl 3952 +IGNhcmVlcg== 3953 +IHNjaWVudA== 3954 +IHN1ZGRlbg== 3955 +IGZpbGU= 3956 +emk= 3957 +IGV4Y2VwdA== 3958 +6bo= 3959 +IHBvdGVudGlhbA== 3960 +IEFub3RoZXI= 3961 +IGNvbXBsZXg= 3962 +IFNpbQ== 3963 +ZW5kbw== 3964 +IHJhaXM= 3965 +IHBoeXNpY2Fs 3966 +IGRhdGU= 3967 +YWtlcg== 3968 +IENvbA== 3969 +IHBvd2VyZnVs 3970 +IG1lbWJlcg== 3971 +cmFw 3972 +IHNwb3Q= 3973 +IHNvdXJjZQ== 3974 +IGZlbQ== 3975 +w6lt 3976 +IGVtcA== 3977 +amk= 3978 +aWV0eQ== 3979 +IGluZmx1 3980 +IGRyeQ== 3981 +IGxvY2s= 3982 +IHplcm8= 3983 +IFVo 3984 +IHJvdXQ= 3985 +IHBvcnF1ZQ== 3986 +IDI0 3987 +IHRhbA== 3988 +IGZvbGtz 3989 +IGxhdW5jaA== 3990 +IGNvbXBvbg== 3991 +IFdlbGNvbWU= 3992 +IGthbm4= 3993 +w6Ru 3994 +INGN0YI= 3995 +ZWVz 3996 +INmI 3997 +IGFueXdheQ== 3998 +IGF1ZGllbmNl 3999 +IHNsaWdodA== 4000 +b25h 4001 +IHVy 4002 +IHJlbGln 4003 +IGV4dHJlbQ== 4004 +xLF6 4005 +IE1h 4006 +zrw= 4007 +IMO2 4008 +IGFsbG93cw== 4009 +IGZhdA== 4010 +IEZhY2U= 4011 +IG5hdGlvbmFs 4012 +IGludGVydmlldw== 4013 +IE1j 4014 +w6l0 4015 +IGN1dGU= 4016 +ZWxh 4017 +IHNlY3JldA== 4018 +IFdlc3Q= 4019 +IERlcA== 4020 +IGV4ZXJj 4021 +IGhpc3Rvcg== 4022 +IHByaW9y 4023 +IDYw 4024 +YXZh 4025 +YWNoZXI= 4026 +eW9uZA== 4027 +IEhh 4028 +IGVzdGU= 4029 +aW5hcnk= 4030 +IE5vcnRo 4031 +b25zdA== 4032 +IHNtYXJ0 4033 +YW1z 4034 +0LDQu9C4 4035 +IGRhcg== 4036 +ZXJlZA== 4037 +IGZ1bm55 4038 +IE9i 4039 +IEJsYWNr 4040 +IHJlbGF0ZWQ= 4041 +IEJ1 4042 +IHNvbWV3aGVyZQ== 4043 +IFJlbQ== 4044 +bmVz 4045 +bWVudGU= 4046 +IFJlYWxseQ== 4047 +IGNyZWF0aW5n 4048 +IGZhbWls 4049 +IHNvY2lldHk= 4050 +IGdlbA== 4051 +IHRyYW5zZm9ybQ== 4052 +xIM= 4053 +IGluY2x1ZGU= 4054 +IGhvbA== 4055 +bGlrZQ== 4056 +a28= 4057 +YWlycw== 4058 +INC/0L7QtA== 4059 +IHBlcnNwZWN0 4060 +IGJlcw== 4061 +IHBhcnRpY3VsYXJseQ== 4062 +IHNob3dpbmc= 4063 +IFBhcnQ= 4064 +IHF1YWw= 4065 +bG9jaw== 4066 +IHJlYWxpdHk= 4067 +aG9sZA== 4068 +aWN0aW9u 4069 +b29u 4070 +IHZpcg== 4071 +aXRhcnk= 4072 +IGRydWc= 4073 +IGZlYXR1cmU= 4074 +IHJlYXNvbnM= 4075 +INep 4076 +IHdyb3Rl 4077 +IGZhbnQ= 4078 +IGJhbmQ= 4079 +2YM= 4080 +ZW5h 4081 +a2V5 4082 +IGVhcnRo 4083 +ZG9t 4084 +IGZlYXR1cmVz 4085 +IGZsb29y 4086 +IHNwZWFraW5n 4087 +IHRpcA== 4088 +IEF1c3Q= 4089 +IHN0b2Nr 4090 +IGNodXJjaA== 4091 +IHJhYw== 4092 +7Jy866Gc 4093 +4LiZ 4094 +a3k= 4095 +IHJlc3BvbnNl 4096 +24w= 4097 +dWxhdGlvbnM= 4098 +IHNsaWRl 4099 +IGdyYWR1 4100 +Y2lvdXM= 4101 +IG1lYW50 4102 +ID09 4103 +INeQ1w== 4104 +44U= 4105 +IGtpbmRh 4106 +IHNjZW5l 4107 +IG11aXQ= 4108 +IOqwgA== 4109 +cmFzdA== 4110 +cmVzdA== 4111 +IHBsYXllcnM= 4112 +d2E= 4113 +IGJyb2Fk 4114 +IHRvbW9ycm93 4115 +b2NvbA== 4116 +INGB0LI= 4117 +IEJhcg== 4118 +xLFr 4119 +IHNlYQ== 4120 +IHJlbW92ZQ== 4121 +IHJlbWluZA== 4122 +0L7QvNGD 4123 +IFNpbmNl 4124 +IGF2ZWM= 4125 +Y2VsbA== 4126 +0LjRhQ== 4127 +IGRvY3VtZW50 4128 +IOq3uOuf 4129 +IG5laWdo 4130 +YmVhdA== 4131 +IHDDpQ== 4132 +IGFzcGVjdA== 4133 +IGRlZA== 4134 +bGlzaGVk 4135 +aWxz 4136 +IG91cnNlbHZlcw== 4137 +dWNl 4138 +IGhleQ== 4139 +INC/0YDQvg== 4140 +ZW50eQ== 4141 +IGFzc29jaQ== 4142 +YWRvcw== 4143 +dW1iZXI= 4144 +IF0= 4145 +bm92 4146 +IOyZ 4147 +0YPRhw== 4148 +IGNvbmRpdGlvbg== 4149 +64qU642w 4150 +IHZhbHVlcw== 4151 +IHNjZW4= 4152 +bWluaXN0 4153 +IGNhc3Q= 4154 +IGdyb3dpbmc= 4155 +IHVzZXI= 4156 +IHJlc3BvbmQ= 4157 +bGlt 4158 +w6ly 4159 +eW0= 4160 +b3Nlcw== 4161 +c3ljaA== 4162 +INGA0LDQtw== 4163 +IGFwcGVhcg== 4164 +IHByb2dyZXNz 4165 +ZW5ndGg= 4166 +IGphaw== 4167 +IERpcw== 4168 +IHBhdGllbnRz 4169 +IFNlcg== 4170 +IGdhcw== 4171 +w6hyZQ== 4172 +7Ja07JqU 4173 +IHJlY2k= 4174 +7J24 4175 +IHNjYQ== 4176 +ZXBlbmQ= 4177 +0YHQug== 4178 +0LDQvw== 4179 +IGJhdHRlcg== 4180 +IHZlaA== 4181 +8J8= 4182 +IGFjY29t 4183 +IGJlYXQ= 4184 +IHBhaW50 4185 +IGNvbnRyaWI= 4186 +IHNhZA== 4187 +xrA= 4188 +YWxlcw== 4189 +IHRyZWU= 4190 +YmE= 4191 +IGJvcm4= 4192 +aWNlZA== 4193 +4K6V 4194 +YmFuZA== 4195 +IG1lY2hhbg== 4196 +IERldA== 4197 +IGNhcGl0YWw= 4198 +IGRlbGl2ZXI= 4199 +IGZlYXI= 4200 +npg= 4201 +IFNvdXRo 4202 +IGJvdWdodA== 4203 +IHN0cmVzcw== 4204 +IHZvcg== 4205 +Pz8= 4206 +aWg= 4207 +7JW8 4208 +IGVyYQ== 4209 +7J206w== 4210 +0LDRjw== 4211 +aXNpb25z 4212 +aXZpdHk= 4213 +IGhlbHBlZA== 4214 +IGFzc2lzdA== 4215 +IHBsYXllcg== 4216 +cmFu 4217 +IGltbWVkaWF0ZWx5 4218 +IG1vdmVk 4219 +Y2ll 4220 +6rE= 4221 +IGFubm91bg== 4222 +5b8= 4223 +7J6Q 4224 +IHByb2R1Y3Rpb24= 4225 +IHN1bW1lcg== 4226 +IHR1bg== 4227 +IHByb2dyYW1z 4228 +R0g= 4229 +YWxpbmc= 4230 +aXJh 4231 +ZWxlc3M= 4232 +Lik= 4233 +IGF2ZXJhZ2U= 4234 +IGdsYXNz 4235 +b21hbg== 4236 +aWZpY2FsbHk= 4237 +IOuLpA== 4238 +IENvbmc= 4239 +IFZlcg== 4240 +IHRyaWNr 4241 +IGJlZ2Fu 4242 +IHZpbGw= 4243 +6rGw 4244 +aG93 4245 +5q0= 4246 +IHRpbGw= 4247 +IDkw 4248 +YmVydA== 4249 +IOq4 4250 +IHRlbXBlcmF0dXJl 4251 +w7I= 4252 +4LmI 4253 +IGdyYXBo 4254 +IOq3uA== 4255 +IHJvdA== 4256 +IG1vYg== 4257 +QVk= 4258 +YWVs 4259 +IHJlcGU= 4260 +IGRldmljZQ== 4261 +IDE5OQ== 4262 +IHRlbGU= 4263 +IGtlcHQ= 4264 +cGE= 4265 +5pY= 4266 +dmVyc2U= 4267 +IHN0cmVhbQ== 4268 +0LXRhw== 4269 +ZXNzaW9u 4270 +IHN0cnVnZw== 4271 +eno= 4272 +IGRlZ3JlZQ== 4273 +IGhlbHBpbmc= 4274 +IHNtZWxs 4275 +IHBlcmhhcHM= 4276 +cHJv 4277 +IGNvbnRleHQ= 4278 +IGlr 4279 +INC/0LXRgA== 4280 +IGNhbGN1bA== 4281 +YmluZw== 4282 +IHJlYWxpemU= 4283 +bGFt 4284 +IENoYXI= 4285 +eXQ= 4286 +IOydtOw= 4287 +IGRhbmdlcg== 4288 +IElt 4289 +YWE= 4290 +IGxvdmVk 4291 +IHB1cnBvc2U= 4292 +IGZpbmlzaGVk 4293 +IHBlYWNl 4294 +IG90 4295 +IGdsb2JhbA== 4296 +z4A= 4297 +IGFiZXI= 4298 +log= 4299 +IGNoYXJhY3RlcnM= 4300 +IG51cg== 4301 +IGRhbWFnZQ== 4302 +IGVtZXI= 4303 +IHByZWM= 4304 +IFdpcg== 4305 +IGluc3RpdA== 4306 +kdc= 4307 +IGFsbG93ZWQ= 4308 +Ym9u 4309 +IHRvZA== 4310 +0LXQs9C+ 4311 +IGpldHp0 4312 +IG1lZGlj 4313 +IHNtYWxsZXI= 4314 +Y2VlZA== 4315 +IGxldmVscw== 4316 +IGludGVsbA== 4317 +V2U= 4318 +IHNlbQ== 4319 +IGN1cnJlbnRseQ== 4320 +IG1vZGVybg== 4321 +IGNvbnRyYWN0 4322 +IGRldGFpbHM= 4323 +b3J0dW5hdGVseQ== 4324 +T1M= 4325 +IHN0YXRlcw== 4326 +IGFkanVzdA== 4327 +YW50YWdl 4328 +ZXo= 4329 +IFZlcnk= 4330 +IHNjYWxl 4331 +IHJlbGVhc2U= 4332 +IGZheg== 4333 +IGlj 4334 +aXR1ZGU= 4335 +QUM= 4336 +IFBhdA== 4337 +aWRlbg== 4338 +rZA= 4339 +IHByZWZlcg== 4340 +b2xvZ2ljYWw= 4341 +IEZhY2Vib29r 4342 +IOqwmQ== 4343 +IC4u 4344 +IE1ha2U= 4345 +INC60L7RgtC+0YA= 4346 +IERhdmlk 4347 +IEFmcmlj 4348 +IG1vZGU= 4349 +IENpdHk= 4350 +IHNoYWxs 4351 +INGE 4352 +aW1pbg== 4353 +INC30LA= 4354 +cm9t 4355 +dWE= 4356 +IGJleW9uZA== 4357 +IGRpc3RyaWI= 4358 +0LrRgw== 4359 +IERvZXM= 4360 +IHZpY3Q= 4361 +cmF0ZQ== 4362 +IHZhaQ== 4363 +IHN1Y2Nlc3NmdWw= 4364 +IGhvdXM= 4365 +YWhh 4366 +ZXN0cw== 4367 +IEVzdA== 4368 +IGRpc2NvdmVy 4369 +IHRoZXJlZm9yZQ== 4370 +Y2hh 4371 +IGN1cA== 4372 +IHBvcHVsYXRpb24= 4373 +IEls 4374 +c2M= 4375 +IHNwZW50 4376 +cmVs 4377 +IHVzZWZ1bA== 4378 +IHRhYg== 4379 +5p0= 4380 +IMU= 4381 +IOygnA== 4382 +IGNvbnNl 4383 +IHF1YW50 4384 +YXlh 4385 +IGJvbg== 4386 +IENoaW4= 4387 +IOqygw== 4388 +b3VuZHM= 4389 +0LXRiA== 4390 +ZWxsZQ== 4391 +IGljZQ== 4392 +MjE= 4393 +IGtpY2s= 4394 +IHN0ZXBz 4395 +IHRvbmlnaHQ= 4396 +0L3Ri9C5 4397 +cmVuY2g= 4398 +Lic= 4399 +IGdyYWI= 4400 +IGltcGxlbWVudA== 4401 +IOyImA== 4402 +IG1pc3Npb24= 4403 +IGNsZWFybHk= 4404 +IGFwcHJlY2lhdGU= 4405 +6IA= 4406 +IGZyZXNo 4407 +YXJt 4408 +IFR3bw== 4409 +IGV4ZWM= 4410 +IHByb2plY3Rz 4411 +IGNvbW11bml0aWVz 4412 +cmlibGU= 4413 +IHJlZ2lvbg== 4414 +IGZyZXF1 4415 +cm95 4416 +IGhvd2V2ZXI= 4417 +IHBhcnRuZXJz 4418 +YW5j 4419 +IG1pbmlt 4420 +IGxhdA== 4421 +IGZhbWlsaWVz 4422 +IGV2aWRlbmNl 4423 +IHB1bg== 4424 +cmFmdA== 4425 +IGxvc3M= 4426 +IG1hcA== 4427 +IGFueWJvZHk= 4428 +IGNoYW5naW5n 4429 +IHJ1bGVz 4430 +IG9yZ2FuaXphdGlvbg== 4431 +IGVzc2VudGlhbGx5 4432 +IFJlZA== 4433 +IGVsZW1lbnQ= 4434 +5pc= 4435 +IHZpcnQ= 4436 +cmF0 4437 +IHByaW50 4438 +YW5kZXI= 4439 +YXJlbg== 4440 +ZW1vcw== 4441 +zr/PhQ== 4442 +IGNvbmRpdGlvbnM= 4443 +YWJl 4444 +IGRhbmNl 4445 +0LjRgA== 4446 +IGRvcw== 4447 +0L7Rhw== 4448 +IFF1ZQ== 4449 +IHdhbGtpbmc= 4450 +IHRybw== 4451 +IGlk 4452 +IGFkZGl0aW9uYWw= 4453 +IGZ1bGx5 4454 +IGZhbnM= 4455 +IGFkZGl0aW9u 4456 +IGxpa2Vk 4457 +IMO8YmVy 4458 +IGJvdw== 4459 +ZGk= 4460 +IG1hc3Rlcg== 4461 +b2Zm 4462 +KTo= 4463 +bWJlcg== 4464 +IOus 4465 +5a8= 4466 +bGF1c2U= 4467 +IG9kZXI= 4468 +IHNhZmV0eQ== 4469 +IHJlYWN0 4470 +4K6/ 4471 +YnQ= 4472 +IGRpc2FwcA== 4473 +IGdpcmxz 4474 +U3Q= 4475 +IEFuZw== 4476 +IGZhaXRo 4477 +IHR1cm5z 4478 +IHRpZ2h0 4479 +IG1vdXRo 4480 +YW1p 4481 +emVy 4482 +IHdlYXA= 4483 +INCx0YPQtA== 4484 +IGhvc3BpdGFs 4485 +cmFpZA== 4486 +IG1pY3Jv 4487 +IFN0YXRl 4488 +IE1vc3Q= 4489 +YWdu 4490 +IGRlY2lkZQ== 4491 +IHBhdGllbnQ= 4492 +IGNvcm5lcg== 4493 +IGRpZWQ= 4494 +Tm8= 4495 +IFN0dWQ= 4496 +cmVuZA== 4497 +ZW1wdA== 4498 +IGxpZQ== 4499 +IGxpZg== 4500 +IEJlZm9yZQ== 4501 +dMOz 4502 +IFN1cGVy 4503 +IGJlbGw= 4504 +NjA= 4505 +IHByaXZhdGU= 4506 +IFBhdWw= 4507 +IGdpYg== 4508 +IGFncmU= 4509 +tOyEnA== 4510 +IHNpZw== 4511 +IGludmVzdGln 4512 +0Y/Rgg== 4513 +ZW5pbmc= 4514 +IGRpc3RhbmNl 4515 +IHdhcm0= 4516 +IGRpZ2l0YWw= 4517 +aW5lcg== 4518 +IHBhbmQ= 4519 +IENPVklE 4520 +0LPQvg== 4521 +Z24= 4522 +IHJhY2U= 4523 +IHByb3Vk 4524 +IHRlYWNoaW5n 4525 +INGC0L4= 4526 +7J6l 4527 +IEFsbGFo 4528 +SW4= 4529 +IHdvb2Q= 4530 +IGNvbG9ycw== 4531 +IHdpcmQ= 4532 +dWo= 4533 +aWRhZA== 4534 +IGN1c3RvbWVycw== 4535 +IGNvbm5lY3RlZA== 4536 +IGxheWVy 4537 +IGFjaGlldmU= 4538 +IHBlcnNwZWN0aXZl 4539 +IENvbGw= 4540 +2YI= 4541 +IGNsb3Vk 4542 +ISEh 4543 +IGVuZGVk 4544 +oIfqsow= 4545 +IG1hbmFnZW1lbnQ= 4546 +IHJpY2g= 4547 +IHN1YnN0 4548 +IHJlbW8= 4549 +IHNlcnZl 4550 +IHJlc2lzdA== 4551 +IHRob3VnaHRz 4552 +IGdyb3d0aA== 4553 +aWxpYXI= 4554 +IHJpZ2h0cw== 4555 +IGNoYXJnZQ== 4556 +IGNvbnNpc3Q= 4557 +IHdlcmRlbg== 4558 +IGVtYg== 4559 +YW5kb20= 4560 +IGh1cnQ= 4561 +IGthbg== 4562 +aWFz 4563 +0LvQvg== 4564 +IHNoaXQ= 4565 +IGJlZw== 4566 +IHJlY2VpdmVk 4567 +aXRhdGlvbg== 4568 +IG1lYXQ= 4569 +IGlzc28= 4570 +ZmZlZQ== 4571 +IGZhbW91cw== 4572 +IGNvbWZvcnRhYmxl 4573 +SUw= 4574 +IEJ5ZQ== 4575 +b3RoZXM= 4576 +IG1lZGljYWw= 4577 +IGVuam95ZWQ= 4578 +IGhlYWx0aHk= 4579 +IHd5 4580 +Y2llcw== 4581 +IGVmZm9ydA== 4582 +IGRvY3Rvcg== 4583 +IG1pbGl0YXJ5 4584 +TEFV 4585 +IGdybw== 4586 +IGJhdHRsZQ== 4587 +IGZlZA== 4588 +IGNhcGFj 4589 +IGFmcmFpZA== 4590 +aXZpbA== 4591 +INCy0YHQtQ== 4592 +IGxlbmd0aA== 4593 +eXNpcw== 4594 +IGJlaQ== 4595 +pO0= 4596 +IG9yZ2FuaXo= 4597 +b3Jn 4598 +aW5j 4599 +IGludGVyYWN0 4600 +IENoaW5lc2U= 4601 +IGFjY29yZGluZw== 4602 +IGluY3JlZGlibGU= 4603 +IGtpbGxlZA== 4604 +IGRhdWdodGVy 4605 +IM+A 4606 +0YvQsg== 4607 +IHNjaG9vbHM= 4608 +IMKr 4609 +bGxlcg== 4610 +IHNob3VsZG4= 4611 +bmFs 4612 +IGNyaXM= 4613 +IGNoaWNrZW4= 4614 +IGZhc3Rlcg== 4615 +IGV4dHJlbWVseQ== 4616 +IG9wcG9z 4617 +IG5vdXM= 4618 +ICs= 4619 +cmlh 4620 +IGZpbmFuY2lhbA== 4621 +IGV4Y2l0aW5n 4622 +IGpvdXJuZXk= 4623 +15nXnQ== 4624 +oOs= 4625 +IGRpc3BsYXk= 4626 +IG1lbW9yeQ== 4627 +IGhlYXZ5 4628 +0L3QtQ== 4629 +IHBhc3NlZA== 4630 +0YDQuA== 4631 +aWxlcw== 4632 +IHBzeWNo 4633 +IHNwZWNpZmljYWxseQ== 4634 +IGVuZ2FnZQ== 4635 +IGxlZA== 4636 +b3JnZQ== 4637 +IERlbQ== 4638 +b3JkZXI= 4639 +IDgw 4640 +IGNyZWFt 4641 +ZXN0ZXJkYXk= 4642 +IGVkZ2U= 4643 +INC/0L7Quw== 4644 +IGJ1bGw= 4645 +IGluZGlj 4646 +IGt0w7M= 4647 +IGhvcGVmdWxseQ== 4648 +dW1lbnRz 4649 +YWdlbg== 4650 +0L3QvtCz0L4= 4651 +IGhhdGU= 4652 +Y2h0 4653 +ODA= 4654 +IGVmZmlj 4655 +IOyngA== 4656 +IGludGVybmV0 4657 +IGJ1ZGdldA== 4658 +IHByb3BlcnR5 4659 +aWRheQ== 4660 +IOya 4661 +INC80L7Qtg== 4662 +b2xh 4663 +IHNob3dlZA== 4664 +IE1vbg== 4665 +IHRob3VzYW5k 4666 +QVA= 4667 +IHBvb3I= 4668 +dXNlZA== 4669 +IEphY2s= 4670 +IHPDpQ== 4671 +g70= 4672 +IGVzYw== 4673 +IHNvZnR3YXJl 4674 +IHF1YXI= 4675 +INio 4676 +IG5lY2Vzc2FyaWx5 4677 +b21lbg== 4678 +aXk= 4679 +IGV2ZW50dWFsbHk= 4680 +aXNoZWQ= 4681 +IGJyaWdodA== 4682 +RUQ= 4683 +IHNwbA== 4684 +IGRlbWFuZA== 4685 +IHRocmVhdA== 4686 +IHNpcg== 4687 +IHJlbGVhc2Vk 4688 +Y2tldA== 4689 +IOKAqw== 4690 +IHJlcXVpcmVk 4691 +IHZvdGU= 4692 +7Lk= 4693 +4K6k 4694 +IGRldmVsb3BlZA== 4695 +IOyCrA== 4696 +YXRvcnk= 4697 +IGRpcg== 4698 +Y2FwZQ== 4699 +IHNsaWdodGx5 4700 +w6w= 4701 +4LmJ 4702 +cmVldA== 4703 +IGRpc2Vhc2U= 4704 +IGNvdXJ0 4705 +IGl0ZW1z 4706 +IEVhcnRo 4707 +0YHRgtC4 4708 +0LbQtQ== 4709 +7LI= 4710 +IGNoYWxsZW5nZXM= 4711 +IEJyaXQ= 4712 +IGRlc2lnbmVk 4713 +MTI= 4714 +IGhlYXJpbmc= 4715 +IGxpc3RlbmluZw== 4716 +em8= 4717 +INGB0Ls= 4718 +IHBlcm8= 4719 +IHdlYXJpbmc= 4720 +cGxpYw== 4721 +IGNoZW0= 4722 +IGJhbGFuY2U= 4723 +IGJh 4724 +IHJlY2VpdmU= 4725 +aW1h 4726 +IHNpZ25pZmljYW50 4727 +INC80Ys= 4728 +YW5jaA== 4729 +IENy 4730 +IENvdW4= 4731 +6riI 4732 +IGpvYnM= 4733 +IG9mZmljaWFs 4734 +IHBlcm0= 4735 +b21z 4736 +IG9wcG9ydHVuaXRpZXM= 4737 +IG92ZXJhbGw= 4738 +IGh1cw== 4739 +b2Rlcw== 4740 +IG5hdGlvbg== 4741 +IFJlZw== 4742 +IG9yZA== 4743 +IHJlc3RhdXI= 4744 +IOyG 4745 +IG1lbA== 4746 +dmlu 4747 +IHdlbm4= 4748 +IGvDtm4= 4749 +5oM= 4750 +IG9waW5pb24= 4751 +6Kw= 4752 +IFNvbWV0aW1lcw== 4753 +54I= 4754 +0YnQtQ== 4755 +YXNj 4756 +T1U= 4757 +IDIwMjA= 4758 +IGRlbGljaW91cw== 4759 +aWdlcg== 4760 +IOyViA== 4761 +b2xl 4762 +IGhhbmRsZQ== 4763 +IGNpdA== 4764 +IO2VnA== 4765 +IGbDtnI= 4766 +b290aA== 4767 +IG5lY2Vzc2FyeQ== 4768 +IGluZGVwZW5k 4769 +5oQ= 4770 +aXN0ZW4= 4771 +aGFt 4772 +IMOpdA== 4773 +IG11bHRp 4774 +z4w= 4775 +Pyk= 4776 +IGNhbXB1cw== 4777 +IHRvcGlj 4778 +IHJhaW4= 4779 +IHBhbmVs 4780 +IFNhbQ== 4781 +IGxhcmdlcg== 4782 +YXVkaWVuY2U= 4783 +IHBhaWQ= 4784 +IGVjb25vbWlj 4785 +b2x0 4786 +IHN0cmVldA== 4787 +IENvbnQ= 4788 +IGRyaXZpbmc= 4789 +IOyggA== 4790 +IGhheQ== 4791 +IHByb2Zlc3Npb25hbA== 4792 +IEludGVybg== 4793 +5bg= 4794 +IGlucHV0 4795 +IGNhdGVn 4796 +IGNybw== 4797 +IGxs 4798 +RVQ= 4799 +0YvQuQ== 4800 +Kio= 4801 +IFpl 4802 +QkxF 4803 +IOyk 4804 +cmVlcw== 4805 +INCv 4806 +ZWRl 4807 +aWVydA== 4808 +IGZvbGQ= 4809 +IGR1cg== 4810 +IE5hdGlvbmFs 4811 +IOyWtOs= 4812 +YW5jZWQ= 4813 +IGZhaXJl 4814 +dXRlZA== 4815 +IGtpbmc= 4816 +IHdpbGQ= 4817 +b2k= 4818 +dXBiZWF0 4819 +IHByZXZlbnQ= 4820 +aXVz 4821 +IMOo 4822 +IHdpZGU= 4823 +IHJpbmc= 4824 +IHRpdGxl 4825 +IHN0YW5kaW5n 4826 +IGFsdGhvdWdo 4827 +IGhp 4828 +IHNhdWNl 4829 +IHNpZGVz 4830 +IGFuaW1hbHM= 4831 +aWxpbmc= 4832 +YXRpdmVz 4833 +7JeQ7ISc 4834 +IE92ZXI= 4835 +IGRlc3A= 4836 +IGNvbnNpZGVyZWQ= 4837 +YXJpZXM= 4838 +aWVycw== 4839 +IGVpbmVu 4840 +IHNpc3Rlcg== 4841 +IOuV 4842 +IFN1cmU= 4843 +cmllbmQ= 4844 +YWlnbg== 4845 +IHNob3du 4846 +IHNhYw== 4847 +IHNvbnQ= 4848 +IGNlbnR1cnk= 4849 +IHRpZW4= 4850 +IM66 4851 +IFNU 4852 +IG9sZGVy 4853 +aWVt 4854 +IHRydWx5 4855 +IFNp 4856 +IHdpbmRvdw== 4857 +aXF1ZXM= 4858 +YXJpbw== 4859 +IGxvY2F0aW9u 4860 +zro= 4861 +IOyc 4862 +dmk= 4863 +YWd1ZQ== 4864 +IFNvcnJ5 4865 +IGRpc3A= 4866 +IGhlbGw= 4867 +IMOJ 4868 +IHRyYWRl 4869 +IGNyaXRpY2Fs 4870 +IOqx 4871 +IG5hbWVk 4872 +IHByZXBhcmVk 4873 +IEhvdXNl 4874 +YWx1 4875 +IHRvdWdo 4876 +IHRyaXA= 4877 +IHNhbmQ= 4878 +Y2Vs 4879 +w7x6 4880 +IFB1dA== 4881 +IGFwYXJ0 4882 +aXNm 4883 +dmlz 4884 +IGxpYnI= 4885 +YXZlbg== 4886 +IHZpZQ== 4887 +IGVmZmVjdGl2ZQ== 4888 +4Liy 4889 +IG1hZ24= 4890 +IG11aXRv 4891 +IOq1 4892 +aGFs 4893 +IGxpbWl0 4894 +IG5pbmU= 4895 +IHdpbGxpbmc= 4896 +xLHFnw== 4897 +c3A= 4898 +0LXQsw== 4899 +aGk= 4900 +IGFsdA== 4901 +IEphbg== 4902 +IG9yaWdpbg== 4903 +IFVz 4904 +IGVsZW1lbnRz 4905 +IHVzZXM= 4906 +IGhlbHBmdWw= 4907 +IGZsYXQ= 4908 +IGZhbWlsaWFy 4909 +IFBhcms= 4910 +IGNvcmU= 4911 +IGNsb3Nlcg== 4912 +IGFjdGl2ZQ== 4913 +IGFkbWluaXN0 4914 +Q0U= 4915 +0L3Ri9C1 4916 +54Q= 4917 +IHJlbGF0aXZl 4918 +IG1lbnRhbA== 4919 +IHJhbmRvbQ== 4920 +IHBhcnRuZXI= 4921 +IHV0aWw= 4922 +cGhvbmU= 4923 +IHJ1bGU= 4924 +d3c= 4925 +IOyglQ== 4926 +IHNjaG9u 4927 +IGNvZmZlZQ== 4928 +SEE= 4929 +IGNvbm5lY3Rpb24= 4930 +IHVuaXQ= 4931 +bGF1Z2hpbmc= 4932 +bG9n 4933 +IGFwcGw= 4934 +0LvQsA== 4935 +dXNpYw== 4936 +IEJyYQ== 4937 +IGFueXdoZXJl 4938 +QVVESQ== 4939 +IHNlcGFyYXRl 4940 +Ym94 4941 +IGRpdmlk 4942 +IHRlc3Rpbmc= 4943 +IHNpY2s= 4944 +IHdlcmVu 4945 +INec1w== 4946 +IGFkdmFudGFnZQ== 4947 +IHRyYW5zZmVy 4948 +Jy4= 4949 +IOu5 4950 +IGZpbmRpbmc= 4951 +0L3QvtC5 4952 +IOyiiw== 4953 +IGZvcnQ= 4954 +IGVjb25vbXk= 4955 +IGxhY2s= 4956 +IGxlYXZpbmc= 4957 +IGRpbQ== 4958 +5Y4= 4959 +IFJlcw== 4960 +2K0= 4961 +IGRpc2N1c3Npb24= 4962 +0LXQvw== 4963 +IGdlcw== 4964 +ZHVjdA== 4965 +IGNoYWlu 4966 +IHVzZXJz 4967 +ZWNo 4968 +xYJh 4969 +IGRpc2g= 4970 +IGNhcmVmdWw= 4971 +IHRlYWNoZXI= 4972 +IG9wdGlt 4973 +IGZsdQ== 4974 +YXRpY2FsbHk= 4975 +IHJlZmxlY3Q= 4976 +IHRyZWF0bWVudA== 4977 +ZWVk 4978 +acSZ 4979 +w7k= 4980 +4K6+ 4981 +IGVxdWlw 4982 +IHBsYW5uaW5n 4983 +IHNvbHZl 4984 +IFRvbQ== 4985 +IGF2b2lk 4986 +IHBvdQ== 4987 +IGdyZWF0ZXI= 4988 +bGlu 4989 +T0w= 4990 +IEx1 4991 +IE1vcmU= 4992 +IGF0dHJhY3Q= 4993 +w6pu 4994 +dW5h 4995 +IHBob3Rv 4996 +ZXJhdGlvbg== 4997 +IHBsYW5ldA== 4998 +IGNvcHk= 4999 +IHZpc3VhbA== 5000 +aXJpbmc= 5001 +IGludGVybmF0aW9uYWw= 5002 +IGxhdWdoaW5n 5003 +IHRoaWNr 5004 +IGhvbGRpbmc= 5005 +IGJyaW5naW5n 5006 +IGxldHRlcg== 5007 +IGJ1cm4= 5008 +IGVmZmVjdHM= 5009 +aXTDqQ== 5010 +b3Vycw== 5011 +T1Q= 5012 +w6ptZQ== 5013 +IFNjaG9vbA== 5014 +15XXqg== 5015 +cm9wcmk= 5016 +bGln 5017 +zrHOuQ== 5018 +IGFkdWx0 5019 +IHN1Z2Fy 5020 +IHJpZGU= 5021 +IGhpZ2hsaWdodA== 5022 +IG5vYm9keQ== 5023 +IDIx 5024 +IGNoYXQ= 5025 +INC/0YDQuA== 5026 +IGlubm92 5027 +dW5nZW4= 5028 +IGF0dGFjaA== 5029 +ZWRvbQ== 5030 +5Yo= 5031 +eWw= 5032 +IGxlZ2Fs 5033 +IHJpY2U= 5034 +IGNvbGxhYm9y 5035 +a2luZw== 5036 +ZG93bg== 5037 +5pk= 5038 +IGlo 5039 +IEFj 5040 +b3VzbHk= 5041 +IHJhcA== 5042 +IHNvbGlk 5043 +IGdlbmVyYWxseQ== 5044 +IHBhdHRlcm4= 5045 +YWxp 5046 +4Lit 5047 +IHRyYW5zbA== 5048 +aW50ZXI= 5049 +YXVsdA== 5050 +IOuo 5051 +IGV4cHJlc3M= 5052 +IGV4YW1wbGVz 5053 +IGNob3Nl 5054 +IHRlbGxz 5055 +w61z 5056 +YWludA== 5057 +IFRlbGw= 5058 +IE1pY2hhZWw= 5059 +5qg= 5060 +IE51bWJlcg== 5061 +IHRhcA== 5062 +IGV4cGVyaW1lbnQ= 5063 +IGJlbmVmaXQ= 5064 +IOyw 5065 +IHNlcXU= 5066 +IGV4cGVuc2l2ZQ== 5067 +IGdlbmVyYXRpb24= 5068 +IE1hbnk= 5069 +IGFkZGluZw== 5070 +IGtpbA== 5071 +IGNhbXBhaWdu 5072 +IEFudA== 5073 +cmF3 5074 +b21tZW4= 5075 +IHNvdWw= 5076 +am8= 5077 +IEFjdHVhbGx5 5078 +YW1t 5079 +6rKg 5080 +IG1heGlt 5081 +IHNhbHQ= 5082 +IGNydQ== 5083 +IGNhbGxpbmc= 5084 +IGJhc2lz 5085 +YmFu 5086 +IGtlZXBpbmc= 5087 +IE1vcg== 5088 +ZWRz 5089 +7IY= 5090 +IHRvZG8= 5091 +0LDQvNC4 5092 +0L3Rjw== 5093 +IGxpdmVk 5094 +IER1 5095 +Zm9yY2U= 5096 +ZmVyZW5jZQ== 5097 +YWxh 5098 +IG9jY3Vy 5099 +c2s= 5100 +IHJlY2VudA== 5101 +IGNhcnM= 5102 +IHRyYWRpdGlvbmFs 5103 +ZW50bGU= 5104 +sog= 5105 +IGhlbGQ= 5106 +IG5hY2g= 5107 +IENlbnRlcg== 5108 +ZXJlbg== 5109 +IGJpbg== 5110 +2YE= 5111 +IGNvbW1l 5112 +IHJldmU= 5113 +IOyYpA== 5114 +IGV4cGVjdGVk 5115 +YWJpbA== 5116 +IGZvY3VzZWQ= 5117 +b3Y= 5118 +IGlQ 5119 +b3JpYWw= 5120 +aXJv 5121 +IGV0Yw== 5122 +YW1pbmc= 5123 +IFNvbg== 5124 +IHllc3RlcmRheQ== 5125 +IHN0cmF0ZQ== 5126 +INGG 5127 +IOuP 5128 +cGVz 5129 +IGFjdGl2aXR5 5130 +IGFkdmljZQ== 5131 +IG9wZW5pbmc= 5132 +Zmlu 5133 +IHJlbGE= 5134 +6ZY= 5135 +IGluc3RhbmNl 5136 +IEV2ZXJ5b25l 5137 +Ymw= 5138 +cGVu 5139 +IHZpc2lvbg== 5140 +IEFsZXg= 5141 +aWZvcm4= 5142 +IHRpY2s= 5143 +SGU= 5144 +IHN0cmF0ZWd5 5145 +IGtvbQ== 5146 +UEU= 5147 +IEds 5148 +IGVsZWN0cmlj 5149 +MTU= 5150 +IGRhaWx5 5151 +IGh1c2JhbmQ= 5152 +IHN0YXRpb24= 5153 +IGFuYWx5c2lz 5154 +eW5hbQ== 5155 +IGF0dGVtcHQ= 5156 +IGJpbGxpb24= 5157 +dmFudA== 5158 +IGZvcnRo 5159 +IG1hdGg= 5160 +YWx5 5161 +IGJlaGF2aW9y 5162 +IE1hcw== 5163 +a2Fu 5164 +IERheQ== 5165 +IGJsZXNz 5166 +IGd1dA== 5167 +IEhpZ2g= 5168 +b3g= 5169 +IGRyZXNz 5170 +IGplZA== 5171 +6K8= 5172 +5ZY= 5173 +IGV4cGVyaWVuY2Vz 5174 +aXN0YQ== 5175 +IGZpZ2h0aW5n 5176 +5bc= 5177 +INGB0Lo= 5178 +IG1vc3RseQ== 5179 +YXVzZQ== 5180 +IHBpY3R1cmVz 5181 +0LXQvdGC 5182 +IG1hZA== 5183 +IG1vZGVscw== 5184 +0YjQtQ== 5185 +IENvdW50 5186 +xYQ= 5187 +xYJv 5188 +ZXB0 5189 +T00= 5190 +IEFO 5191 +IHRyb3VibGU= 5192 +NDA= 5193 +IGJpcmQ= 5194 +dWxhdGU= 5195 +IG11cg== 5196 +IHByb2R1Y2U= 5197 +IG1hcnJpZWQ= 5198 +Yml0 5199 +IHRoZW9yeQ== 5200 +7Zg= 5201 +IGxlYWRlcg== 5202 +IExhc3Q= 5203 +QUE= 5204 +6LU= 5205 +IGltYWdlcw== 5206 +IGV4cGFuZA== 5207 +IFBvcg== 5208 +IHB1cmNo 5209 +IFNhbg== 5210 +IENocmlzdG1hcw== 5211 +IEF1c3RyYWw= 5212 +IHdpZA== 5213 +IE1pc3M= 5214 +IGtub3dpbmc= 5215 +IHpl 5216 +c2hpcA== 5217 +a3U= 5218 +0YXQvtC0 5219 +IEluc3RhZ3JhbQ== 5220 +IEluZGlh 5221 +IGVzdGE= 5222 +IENhbGlmb3Ju 5223 +IDcw 5224 +IGRyYWc= 5225 +IGJydXNo 5226 +IG5hbWVz 5227 +QW5k 5228 +IHlv 5229 +aWxsYQ== 5230 +IHNjaGVk 5231 +IGRlc3Ryb3k= 5232 +eWVhcg== 5233 +IHZhbW9z 5234 +INmE 5235 +w6dh 5236 +IGZvcmdvdA== 5237 +0LjQtQ== 5238 +IHJhaXNl 5239 +cmVtZQ== 5240 +7ZW0 5241 +IEdpdmU= 5242 +IGNvbnRhaW4= 5243 +cmFi 5244 +IGdpZnQ= 5245 +INGB0L8= 5246 +IHJlcXVlc3Q= 5247 +IHNodXQ= 5248 +IGRlZ3JlZXM= 5249 +IGJlbmVmaXRz 5250 +0YvQtQ== 5251 +IHN0dWRpZXM= 5252 +IGVuZHM= 5253 +IGV2ZXJ5d2hlcmU= 5254 +IGhlcm8= 5255 +b3Bo 5256 +ZXJyeQ== 5257 +IG1hdGVyaWFscw== 5258 +ZW5lZA== 5259 +TkE= 5260 +5Y0= 5261 +IG11eQ== 5262 +IHdvcnNl 5263 +IE1hZA== 5264 +IGRlY2lzaW9ucw== 5265 +aW9uZQ== 5266 +IGZvcmVpZ24= 5267 +bGF1Z2h0ZXI= 5268 +aWJlcg== 5269 +0LXQvdC40Y8= 5270 +44WL 5271 +IHJlYWxpemVk 5272 +IGlnbg== 5273 +IHdlYWs= 5274 +IM68 5275 +IHNjYXJlZA== 5276 +IGFzc3Vt 5277 +QUs= 5278 +778= 5279 +77+9 5280 +IGNvdmVyZWQ= 5281 +IFNhdA== 5282 +INC+0L0= 5283 +IGluZGl2aWR1YWxz 5284 +IGNvbXBhcmVk 5285 +MTE= 5286 +IEFkZA== 5287 +aWNsZXM= 5288 +IGNlcnQ= 5289 +cmFy 5290 +IGJyaWVm 5291 +IGFjdGl2aXRpZXM= 5292 +IGZhYg== 5293 +YmFy 5294 +IGFzdA== 5295 +IE90aGVy 5296 +IGNsYXNzZXM= 5297 +IG9n 5298 +IG1pc3Npbmc= 5299 +6Z0= 5300 +d2Vycw== 5301 +16k= 5302 +IGludHJvZHVjZQ== 5303 +IGVxdWF0aW9u 5304 +IG5vbQ== 5305 +IHBhaW50aW5n 5306 +dXNoaW5n 5307 +IEFQ 5308 +IGVuY291cmFnZQ== 5309 +IHNoaXA= 5310 +aXR0ZWU= 5311 +aXZlcnNl 5312 +b3Rh 5313 +bmFt 5314 +IGV4ZXJjaXNl 5315 +INCt 5316 +IG5hcw== 5317 +IHRob3VzYW5kcw== 5318 +IENhbGlmb3JuaWE= 5319 +IHNlcw== 5320 +IHJvdw== 5321 +nog= 5322 +IHBhbmRlbWlj 5323 +IHNraWxs 5324 +YmVs 5325 +IGRpcmVjdG9y 5326 +IG1pbGs= 5327 +IG51dA== 5328 +IG1vdGlvbg== 5329 +IGNsb3NlZA== 5330 +6Kg= 5331 +IGNyZWRpdA== 5332 +YWhy 5333 +IGNoZWVzZQ== 5334 +IGFsdGVybg== 5335 +aW1hdGVseQ== 5336 +IHN1c3Q= 5337 +IFRyYQ== 5338 +IGdsYWQ= 5339 +IGhpZ2hseQ== 5340 +IHdh 5341 +IHJlZHVjZQ== 5342 +IGJsZQ== 5343 +YWRvcg== 5344 +aW5hdGVk 5345 +aW9uZXM= 5346 +Y2llbnQ= 5347 +IGRlcGVuZGluZw== 5348 +IHNoYXJpbmc= 5349 +IGNhdWdodA== 5350 +cmFlbA== 5351 +IG1laHI= 5352 +IHBhc3Npb24= 5353 +55s= 5354 +IHJ1 5355 +IGZhcm0= 5356 +VEk= 5357 +YXZlcw== 5358 +IFJvYg== 5359 +IEJybw== 5360 +IG1vdGl2 5361 +cmV0Y2g= 5362 +cnVwdA== 5363 +IEJpZw== 5364 +IGFsbGU= 5365 +IGV0dA== 5366 +dWJz 5367 +IEphcGFuZXNl 5368 +IEhhbGw= 5369 +0LjQu9C4 5370 +QVVESUJMRQ== 5371 +56w= 5372 +IGNlbGxz 5373 +aWth 5374 +ZWxpbmU= 5375 +aWxlcg== 5376 +IOyj 5377 +IHNreQ== 5378 +SU5BVURJQkxF 5379 +ZW5kZQ== 5380 +YXB0ZXI= 5381 +IHBpbg== 5382 +IGdhdGhlcg== 5383 +aG9s 5384 +bGVjdGlvbg== 5385 +IHN5bg== 5386 +IHBsdWc= 5387 +cm91bmQ= 5388 +IHVuaXZlcnNpdHk= 5389 +aGli 5390 +IGZhbnRhc3RpYw== 5391 +a24= 5392 +IGhvbGU= 5393 +IFJlbWVtYmVy 5394 +aW5jdA== 5395 +YWtz 5396 +Q0g= 5397 +IGJyb2tlbg== 5398 +IHN0cmF0ZWc= 5399 +IGFsaXZl 5400 +IHRhbms= 5401 +IGNhcnQ= 5402 +cmF0ZWQ= 5403 +cmll 5404 +IFN0ZXA= 5405 +IEV2ZXJ5dGhpbmc= 5406 +IGJvdW5k 5407 +IHNvYnJl 5408 +IGN1c3RvbWVy 5409 +oYw= 5410 +dXJn 5411 +IEJpbGw= 5412 +TGE= 5413 +d2hhdA== 5414 +IHJlYWN0aW9u 5415 +IHNlc3Npb24= 5416 +IHBsYW5z 5417 +IOydtOugh+qyjA== 5418 +IGRvd25sb2Fk 5419 +7Jk= 5420 +dWVy 5421 +IGNhYg== 5422 +IGluc3Ry 5423 +aWZ5aW5n 5424 +IE5pY2U= 5425 +IHRlYW1z 5426 +xLFs 5427 +IGdvYWxz 5428 +aXNjaA== 5429 +IHRyYW5zcG9ydA== 5430 +IGFuaW1hbA== 5431 +IGNvc3Rz 5432 +IGNhbGxz 5433 +IHNlaHI= 5434 +7Ig= 5435 +cmlhbg== 5436 +IGRpYWw= 5437 +IHdlYXRoZXI= 5438 +4LmA 5439 +INCy0L7Rgg== 5440 +IFBsYXk= 5441 +IHNoYXJlZA== 5442 +IHNtb290aA== 5443 +YWJh 5444 +IGxlYXZlcw== 5445 +4K6p 5446 +IGNvbmNlbnQ= 5447 +IHNoaWZ0 5448 +IOuQmA== 5449 +IEdvdmVybg== 5450 +IGRlbW9uc3Q= 5451 +IGJ1dHRlcg== 5452 +IOyXrA== 5453 +IHNhdGlzZg== 5454 +iOus 5455 +IHJlY29nbml6ZQ== 5456 +IEZyZW5jaA== 5457 +IHZvbHVtZQ== 5458 +w6RuZA== 5459 +0YPQvA== 5460 +IOynhA== 5461 +IEtlZXA= 5462 +b3dh 5463 +aXBwZWQ= 5464 +0YHRgtGA 5465 +IGRldGVjdA== 5466 +IM+D 5467 +IGxpZnQ= 5468 +IGNsb3RoZXM= 5469 +IFN0b3A= 5470 +w7U= 5471 +bWV0 5472 +IGNsaW4= 5473 +IGFycg== 5474 +ZnJpZW5k 5475 +IHN0dWNr 5476 +WWU= 5477 +aGFuZA== 5478 +dW1h 5479 +IHNjcmk= 5480 +IGZ1Y2tpbmc= 5481 +Y3RvcnM= 5482 +16o= 5483 +IGpvaW5pbmc= 5484 +IGNldHRl 5485 +INij 5486 +IFdoaXRl 5487 +IGlocg== 5488 +zq0= 5489 +IGluY2x1ZGVk 5490 +ZXNzbw== 5491 +IGFjYWQ= 5492 +YnVt 5493 +IHNhYg== 5494 +INC00LvRjw== 5495 +dWZhY3Q= 5496 +IFJlcHVibGlj 5497 +cmlt 5498 +IHllbGxvdw== 5499 +IGxpbWl0ZWQ= 5500 +VEVS 5501 +IFR5 5502 +IG5vdGVz 5503 +dmVzdA== 5504 +0LjQtw== 5505 +YWxlZA== 5506 +IHBoYXNl 5507 +YW5kYQ== 5508 +IE1vbQ== 5509 +Ukk= 5510 +IGltbWVy 5511 +bWFs 5512 +IGluag== 5513 +IHlhbmc= 5514 +dWRpYmxl 5515 +0LDQsw== 5516 +IHNldHQ= 5517 +IG1hZ2lj 5518 +IGVuc3VyZQ== 5519 +IHNwcmluZw== 5520 +IHNob2Nr 5521 +IHdoZWVs 5522 +0L7Qs9C00LA= 5523 +IGNhbmNlcg== 5524 +IHJvb3Q= 5525 +0JA= 5526 +Z2VuY3k= 5527 +IOuN 5528 +aWk= 5529 +IG91dHB1dA== 5530 +IGNvbW1pdA== 5531 +IHdvcmtlcnM= 5532 +7JWE7JqU 5533 +INGB0LDQvA== 5534 +dmV5 5535 +IHBldQ== 5536 +IGNpdmls 5537 +aXNj 5538 +IGJyaW5ncw== 5539 +0YDQsNCy 5540 +YW5pYQ== 5541 +xIE= 5542 +Y3JhZnQ= 5543 +bWJvbA== 5544 +IGludGVsbGln 5545 +Ymk= 5546 +YWNpbmc= 5547 +eW91 5548 +IGJlY29taW5n 5549 +IERlcg== 5550 +ZW1h 5551 +IGluZ3JlZA== 5552 +IGNvbW1hbmQ= 5553 +IHVwZGF0ZQ== 5554 +IHByZW0= 5555 +IG9wZW5lZA== 5556 +hKQ= 5557 +0LXQvdC40LU= 5558 +IGdhcmQ= 5559 +IHN0YXRlbWVudA== 5560 +IHNjcmV3 5561 +IHByb3Rl 5562 +IGNhcmRz 5563 +IHRhc2s= 5564 +IGV2ZW5pbmc= 5565 +IHN0aXRjaA== 5566 +aW5lbg== 5567 +IEJlcg== 5568 +bWFyaw== 5569 +IERhZA== 5570 +INC10YHRgtGM 5571 +INee1w== 5572 +7JeI 5573 +IGJhbg== 5574 +IGNsaW0= 5575 +IGZyZWVkb20= 5576 +IG5vcm1hbGx5 5577 +0LXRgdGM 5578 +5aY= 5579 +IHByb3ZpZGVk 5580 +IOyekA== 5581 +IOyVhOuLiA== 5582 +IEtpbQ== 5583 +aWVkZXI= 5584 +7J2M 5585 +IGNpdGl6 5586 +IGJpa2U= 5587 +IGJhaw== 5588 +IG5vaXNl 5589 +IGNsaW1hdGU= 5590 +aXplcw== 5591 +IGluY3JlYXNpbmc= 5592 +IFRIRQ== 5593 +IGxpcXU= 5594 +IHBlcnNvbmFsbHk= 5595 +ZWY= 5596 +cmVzcA== 5597 +IGxlZ3M= 5598 +aW5kZXI= 5599 +IHBlZA== 5600 +IOunjg== 5601 +IGRlcGVuZA== 5602 +IHZhcmlldHk= 5603 +IElzcmFlbA== 5604 +IHdhc2g= 5605 +5YY= 5606 +IHF1aWV0 5607 +IEphbWVz 5608 +IEpldw== 5609 +IGZvcmV2ZXI= 5610 +IEludA== 5611 +IGNvdW50ZXI= 5612 +dXJhbmNl 5613 +IEFueXdheQ== 5614 +Y2FyZQ== 5615 +IE9ubHk= 5616 +Y2nDs24= 5617 +YWRp 5618 +IEV2 5619 +64uI6rmM 5620 +IM6x 5621 +IHNsb3dseQ== 5622 +INC+0LQ= 5623 +IG5vdGljZWQ= 5624 +aWVyZW4= 5625 +IGZlbGw= 5626 +INCR 5627 +IG3Dqm1l 5628 +IHdoZW5ldmVy 5629 +ISk= 5630 +IEh5 5631 +5bw= 5632 +b3Jkcw== 5633 +dXNpb24= 5634 +IFN0YXI= 5635 +IO2Y 5636 +IE1hYw== 5637 +aXZlbg== 5638 +IOyLnA== 5639 +IOyXhg== 5640 +IFR1cg== 5641 +IGdlcg== 5642 +cmlz 5643 +IHZleg== 5644 +INC70Y4= 5645 +IHZlcnN1cw== 5646 +2KfY 5647 +b2NvbGF0ZQ== 5648 +IHBsYW5l 5649 +IHpv 5650 +IHN1aXQ= 5651 +VGhpcw== 5652 +IG5lcnY= 5653 +IEFjYw== 5654 +0YPQtg== 5655 +7IKs 5656 +bmg= 5657 +ZW1l 5658 +IGF1c3M= 5659 +IG1lYXM= 5660 +IHRyw6hz 5661 +z4k= 5662 +0YHQu9C4 5663 +IEFydA== 5664 +IFNlY29uZA== 5665 +0L7Qu9GM0LrQvg== 5666 +Y2hv 5667 +aXRlY3Q= 5668 +0LXRgdGC 5669 +IGJvc3M= 5670 +IGluY29tZQ== 5671 +oKQ= 5672 +IHNoYWQ= 5673 +IGFwcHJvcHJp 5674 +IE1hbA== 5675 +b3B0 5676 +IGFydGlzdA== 5677 +IHBsYXlz 5678 +b3RoZXJz 5679 +IEludGVy 5680 +IHZpcnVz 5681 +IGh1bmc= 5682 +IGNvbnN0YW50 5683 +IHNjcmlwdA== 5684 +IHNub3c= 5685 +dWxm 5686 +a2V0 5687 +IGRldmljZXM= 5688 +IG1ldGFs 5689 +aWdodHM= 5690 +7IS4 5691 +IHNhbGVz 5692 +IHZlZ2V0 5693 +IGNvbGxlY3Rpb24= 5694 +IHZpYQ== 5695 +a2Vy 5696 +IGdvdHRlbg== 5697 +T1c= 5698 +acOpbg== 5699 +IGFjY3Vy 5700 +IHdhdmU= 5701 +dWx0eQ== 5702 +IEFpcg== 5703 +IGxlYWRpbmc= 5704 +aWNpbmc= 5705 +IGNlbnRyYWw= 5706 +IENocmlzdGlhbg== 5707 +ZnI= 5708 +IEFsdGhvdWdo 5709 +IHNvbmdz 5710 +IGZpZg== 5711 +0L3Ri9GF 5712 +IGJlbG9uZw== 5713 +b3NzaWJsZQ== 5714 +7LA= 5715 +IHBob3Rvcw== 5716 +aXNs 5717 +IHJlbGF4 5718 +c2E= 5719 +VVNJQw== 5720 +6rc= 5721 +IG1hbnVmYWN0 5722 +IFR3aXR0ZXI= 5723 +IGRhbmdlcm91cw== 5724 +IGh5ZA== 5725 +bGVhcg== 5726 +aWFudA== 5727 +IOKApg== 5728 +IHN1ZGRlbmx5 5729 +IGxhdWdo 5730 +IGFuZ2xl 5731 +IEdvdA== 5732 +IHdvcnJpZWQ= 5733 +0L7QtQ== 5734 +IHBhcA== 5735 +IE1hcnQ= 5736 +ZW5v 5737 +IGJhdHRlcnk= 5738 +INC/0L7RgQ== 5739 +IGxpZ2h0cw== 5740 +IGFybXM= 5741 +IEFicw== 5742 +bWVz 5743 +4oCT 5744 +dXNldW0= 5745 +IHRlYQ== 5746 +IE1pYw== 5747 +IGZvcm1lcg== 5748 +b2dyYXBoeQ== 5749 +IGFwcGxpY2F0aW9ucw== 5750 +IERpcmU= 5751 +IGZlZWRiYWNr 5752 +aXRjaGVu 5753 +eW9ydW0= 5754 +dWVk 5755 +aWd0 5756 +xrDhuw== 5757 +b3NpdGlvbg== 5758 +IERlbA== 5759 +IO2VmOs= 5760 +IEJhY2s= 5761 +YWRz 5762 +IHByaW1l 5763 +7KO8 5764 +7KOg 5765 +15E= 5766 +IG11dA== 5767 +XS4= 5768 +INCX 5769 +bG9j 5770 +a2lu 5771 +IGV4cGVydA== 5772 +IGFscmlnaHQ= 5773 +dW5ncw== 5774 +IHN1cHBseQ== 5775 +IGxlYWRlcnNoaXA= 5776 +IEZyYQ== 5777 +IHR5cGljYWxseQ== 5778 +IHNlbA== 5779 +IHRyZWVz 5780 +IDIy 5781 +aGFy 5782 +IHdvcnN0 5783 +IGJ1c3k= 5784 +YW50bw== 5785 +IFVw 5786 +IEJhcw== 5787 +IHByZXNlbnRhdGlvbg== 5788 +IHN0cmFuZ2U= 5789 +IHRoaW4= 5790 +0YLQtQ== 5791 +IHZlaGljbGU= 5792 +INC00L4= 5793 +Y2VsbGVudA== 5794 +NzA= 5795 +IHRpcmVk 5796 +IGNyaXNpcw== 5797 +IHRpbnk= 5798 +YXN5 5799 +IHJhbg== 5800 +6Yc= 5801 +IGZvcmNlcw== 5802 +INC+0Yc= 5803 +IGlkZW50aWZ5 5804 +IGFzc2Vzcw== 5805 +0LjRgtC1 5806 +U0U= 5807 +IGNyZWF0aXZl 5808 +558= 5809 +IGRlcGFydG1lbnQ= 5810 +IGluaXRpYWw= 5811 +IERhbQ== 5812 +YWt0 5813 +dmVyZQ== 5814 +IGluZmVjdA== 5815 +IHB1bXA= 5816 +4bqh 5817 +IHZpZWw= 5818 +IHJhcmU= 5819 +IGRvdA== 5820 +YXNoaW9u 5821 +ZW1wbA== 5822 +IGZsZXg= 5823 +IGtvbg== 5824 +IHRydWNr 5825 +IGxlY3Q= 5826 +IHBsYXN0aWM= 5827 +bGF3 5828 +IGxpa2Vz 5829 +IHJvdWdo 5830 +IE1BVA== 5831 +7Z6I 5832 +IGNvbW1lcg== 5833 +IGFzc2U= 5834 +IGNha2U= 5835 +IGFjdGlvbnM= 5836 +IGFkbQ== 5837 +IG90aGVyd2lzZQ== 5838 +IEhlYWx0aA== 5839 +IGNvbGxl 5840 +4LmA4Lg= 5841 +IHJ1Yg== 5842 +5pQ= 5843 +IHNjcg== 5844 +IHp1bQ== 5845 +IEhpbQ== 5846 +IGNoYW1w 5847 +IGNvbmNlcm5lZA== 5848 +IDUwMA== 5849 +IHBsYXRl 5850 +IE91dA== 5851 +IGRvbmM= 5852 +IGVxdWlwbWVudA== 5853 +IHRhdWdodA== 5854 +bGxlZA== 5855 +IO2Z 5856 +aXZh 5857 +IG1vdG9y 5858 +wrs= 5859 +IGd1aWRl 5860 +5Yk= 5861 +IHN0b3BwZWQ= 5862 +IHJhdA== 5863 +IGxhYm9y 5864 +IGFpbQ== 5865 +IHByZXBhcmU= 5866 +INGI 5867 +IHNob290aW5n 5868 +YW5uZWQ= 5869 +Y3JpcHQ= 5870 +IGVuZW15 5871 +IGRlcGVuZHM= 5872 +IG5hdg== 5873 +IGJlcg== 5874 +IGxhbmRz 5875 +IHVuaXZlcnM= 5876 +aXU= 5877 +IGZhY3Rvcg== 5878 +b2tpbmc= 5879 +IGNhcmJvbg== 5880 +YnV0 5881 +IExvdmU= 5882 +ZWxk 5883 +IM61 5884 +IGdh 5885 +IMOpcw== 5886 +IGJyZWFk 5887 +IHZvbHQ= 5888 +7Yo= 5889 +IHdhc3Rl 5890 +IGtlZXBz 5891 +IHN0b3I= 5892 +IGhvbm9y 5893 +IHVubGVzcw== 5894 +IGNvbHVt 5895 +IOuMgA== 5896 +IHBsYW50cw== 5897 +WWVhaA== 5898 +IGluY2x1ZGVz 5899 +IG94 5900 +IHBldXQ= 5901 +66eM 5902 +7IOB 5903 +aXN0cnk= 5904 +4Lix 5905 +IERlcGFydG1lbnQ= 5906 +YW50YQ== 5907 +IGZpbmdlcg== 5908 +IHN0cmV0Y2g= 5909 +IHN5bWJvbA== 5910 +IG5laWdoYm9y 5911 +5qw= 5912 +6rCE 5913 +fn4= 5914 +INGC0Ys= 5915 +IEFiZXI= 5916 +a2Vz 5917 +IG1hc3NpdmU= 5918 +IENI 5919 +IFNhbA== 5920 +16A= 5921 +IGR5bmFt 5922 +YWNoZQ== 5923 +IFByZQ== 5924 +IG1vbml0b3I= 5925 +ZW50ZWQ= 5926 +RU8= 5927 +IHJhaXNlZA== 5928 +aXN0aWNz 5929 +2qk= 5930 +IHZvdQ== 5931 +aXRlbg== 5932 +obA= 5933 +IGJ1c2luZXNzZXM= 5934 +IGVhcm4= 5935 +IG1vYmlsZQ== 5936 +aWRhZGU= 5937 +IGhhYmU= 5938 +eXI= 5939 +bGljdA== 5940 +IGNvbmR1Y3Q= 5941 +IGZlZGVyYWw= 5942 +IHdv 5943 +YnU= 5944 +IG5vbmU= 5945 +IHRlYWNoZXJz 5946 +INin2YTY 5947 +aWRlbnRz 5948 +2KfZhA== 5949 +IHRyZW5k 5950 +0LXQtg== 5951 +IGFsYnVt 5952 +IG1pY2g= 5953 +YmFzZWQ= 5954 +4Li1 5955 +IHRyYW5zaXRpb24= 5956 +INC90L4= 5957 +w7Vlcw== 5958 +aG9zdA== 5959 +ZWR5 5960 +IFByb2Y= 5961 +cGFu 5962 +aWpu 5963 +IGNhcGFjaXR5 5964 +dW5kbw== 5965 +INeR1w== 5966 +IGJyZWF0aA== 5967 +INC80LXQvQ== 5968 +IG3DvA== 5969 +7Zk= 5970 +IEF1dA== 5971 +aGluZ3Rvbg== 5972 +IG5vcg== 5973 +IGdhaW4= 5974 +cG9pbnQ= 5975 +WWVz 5976 +INiq 5977 +IE5h 5978 +w6Vy 5979 +IGnDpw== 5980 +IE1hcnk= 5981 +IHNwaW4= 5982 +IGFudGk= 5983 +IHNvbWVob3c= 5984 +IGxhd3M= 5985 +IG1vbWVudHM= 5986 +IGdyZQ== 5987 +IG1vdmVz 5988 +IFdvdWxk 5989 +IHByZWRpY3Q= 5990 +IHZyYQ== 5991 +IDIwMTk= 5992 +toQ= 5993 +IGZ1bmRhbWVudA== 5994 +MjU= 5995 +IHB1cmU= 5996 +IHdvdw== 5997 +IGlzbGFuZA== 5998 +IGludmVzdG1lbnQ= 5999 +IGJhdGg= 6000 +IFlh 6001 +IGhhcmRlcg== 6002 +IHRpcHM= 6003 +5Zc= 6004 +IGVsZWN0cm9u 6005 +IEJvYg== 6006 +IGJvbmQ= 6007 +b2RpZXM= 6008 +IEF1Zw== 6009 +IGdpYnQ= 6010 +IGNoYWly 6011 +IHR3aWNl 6012 +d29vZA== 6013 +IGNsYXI= 6014 +IG1hc2s= 6015 +IGhvbmVzdGx5 6016 +IDIwMTg= 6017 +dGllcw== 6018 +Jyw= 6019 +IHBlbnM= 6020 +IHN1cnByaXNlZA== 6021 +IGNvbW11bmljYXRpb24= 6022 +IHNwcg== 6023 +IHdob3Nl 6024 +IHN0YXJz 6025 +15DX 6026 +IOKAiw== 6027 +IHByb3Blcmx5 6028 +IGdyZXc= 6029 +b3Npbmc= 6030 +IGRpdmVycw== 6031 +QUQ= 6032 +IGVtcHQ= 6033 +IGV4cHJlc3Npb24= 6034 +4bq/ 6035 +IFBhbA== 6036 +IGp1c3RpY2U= 6037 +IHBhaXI= 6038 +d28= 6039 +IHNlYXQ= 6040 +b3J0ZXI= 6041 +IGxpbmtz 6042 +IE1lcg== 6043 +IHJlbmQ= 6044 +0L3QvtC1 6045 +dXBpZA== 6046 +IEhlbA== 6047 +IE1hcmNo 6048 +IExv 6049 +0YHRjA== 6050 +IGhhc24= 6051 +IGV2YWx1 6052 +aWxvcw== 6053 +IGZ1bmRpbmc= 6054 +IHZlbg== 6055 +dWFu 6056 +IE1hc3Rlcg== 6057 +IE9s 6058 +IEZyZQ== 6059 +IHlhcA== 6060 +IFNpcg== 6061 +c2No 6062 +IG1pc3Rha2U= 6063 +YW1hbg== 6064 +IGRpbm5lcg== 6065 +IFdhc2hpbmd0b24= 6066 +IG9yZ2FuaXphdGlvbnM= 6067 +INC20LU= 6068 +YXZpbmc= 6069 +IHbDrQ== 6070 +IGJpcnRoZGF5 6071 +IGJlYXI= 6072 +INmB 6073 +IGFmZm9yZA== 6074 +IHJldmVu 6075 +IHJlbGF0aW9uc2hpcHM= 6076 +cm91Z2g= 6077 +IFRpbWU= 6078 +IHRhZw== 6079 +IFN1bg== 6080 +dWFyeQ== 6081 +IFBv 6082 +Y2Fy 6083 +YWJpbGl0aWVz 6084 +IHByaXNvbg== 6085 +IGxpYw== 6086 +7KCV 6087 +aWRkZW4= 6088 +IHNwZWNpZXM= 6089 +6bs= 6090 +IGZpcm0= 6091 +IHNjb3Jl 6092 +IGRpdA== 6093 +IHNwZWN0 6094 +IHBlbA== 6095 +IGNvbXBsaWNhdGVk 6096 +IHJhbms= 6097 +IG9wcG9zaXRl 6098 +IHBpY2tlZA== 6099 +INC60L7QvQ== 6100 +ZWxlcg== 6101 +IG1pZw== 6102 +IFNs 6103 +IE5ldA== 6104 +IG5lY2s= 6105 +IEZyYW5jZQ== 6106 +IHRlY2huaWNhbA== 6107 +4Lih 6108 +IG1pbGVz 6109 +IHByaW1hcnk= 6110 +IHNlaW4= 6111 +c2Vz 6112 +IGxhdWdocw== 6113 +YnJh 6114 +xZtjaQ== 6115 +cmlhZ2U= 6116 +IG5pYw== 6117 +ZXRlcnM= 6118 +IMOq 6119 +b2xvZ2llcw== 6120 +IElT 6121 +cmFk 6122 +dWRv 6123 +xLFuZA== 6124 +bWFy 6125 +IGV4Y2g= 6126 +IGNvbXBldGl0aW9u 6127 +IGF1c3Np 6128 +IFNlcnY= 6129 +IHJlbnQ= 6130 +IGNob2NvbGF0ZQ== 6131 +IHdpZWRlcg== 6132 +IG5lYXJseQ== 6133 +IHNwZWVjaA== 6134 +IHVuYw== 6135 +IHBhcmFt 6136 +IEJyaXRpc2g= 6137 +IHJlbWFpbg== 6138 +4LiB 6139 +dXJ0 6140 +INi5 6141 +IGNyYWNr 6142 +YWlscw== 6143 +IHByb21pc2U= 6144 +IHBheWluZw== 6145 +acOf 6146 +IGFkYXB0 6147 +0LDQu9Cw 6148 +IG1vdmllcw== 6149 +IHdpcmU= 6150 +n6w= 6151 +IHRlcnJpYmxl 6152 +IHPDsw== 6153 +IHBlcmZlY3RseQ== 6154 +b3JkaW4= 6155 +IGrDoQ== 6156 +IGltcG9zc2libGU= 6157 +IFRocmVl 6158 +IG5o 6159 +IHR1cm5pbmc= 6160 +cnVt 6161 +IEJlbA== 6162 +aWdn 6163 +IHJlc3BvbnNpYmxl 6164 +0LjQuQ== 6165 +IGluY3JlZGlibHk= 6166 +d2k= 6167 +aWFubw== 6168 +IGh1bWFucw== 6169 +IMOH 6170 +IHNldHRpbmdz 6171 +IGpveQ== 6172 +b290 6173 +IGRlYWxpbmc= 6174 +aWxsZWQ= 6175 +IHN1cnJvdW5k 6176 +IGZvbGxvd2Vk 6177 +IHBvc3NpYmx5 6178 +IGluaXRp 6179 +c3Rlbg== 6180 +IHByb3M= 6181 +IGNhbmRpZA== 6182 +IGFzc2lnbg== 6183 +IHZpb2xlbmNl 6184 +V2VsbA== 6185 +IHJpc2U= 6186 +UFM= 6187 +IHRhbWLDqW0= 6188 +IOuTpA== 6189 +aWFuY2U= 6190 +eWFu 6191 +IGF1ZGlv 6192 +IEJldA== 6193 +IEFtZXJpY2Fucw== 6194 +IEFzcw== 6195 +aXNjaGVu 6196 +7J6F 6197 +IHVsdGltYXRlbHk= 6198 +IHBvbGlj 6199 +IG1ham9yaXR5 6200 +IEZpbmFsbHk= 6201 +ZXJhcA== 6202 +IGd1YXJk 6203 +IE1BVFQ= 6204 +IGJyb3du 6205 +0LzQuA== 6206 +IGNoYQ== 6207 +IEhvbHk= 6208 +IG5lcnZvdXM= 6209 +aXBwaW5n 6210 +xJlk 6211 +IFNh 6212 +k5zr 6213 +toA= 6214 +bGll 6215 +IG51Yw== 6216 +IEFwcg== 6217 +6Zs= 6218 +IEtvcmVh 6219 +ZWdv 6220 +IENhbmFkYQ== 6221 +IGvDtm5uZW4= 6222 +IGNvbXBhcg== 6223 +IGdhbno= 6224 +IE1haXM= 6225 +IHRoZW1l 6226 +IGtp 6227 +IGRyYXdpbmc= 6228 +YXpvbg== 6229 +IE9mZg== 6230 +dHQ= 6231 +IFdpbmQ= 6232 +IHRvZG9z 6233 +IG9idmlvdXM= 6234 +0L3QsNGP 6235 +SU0= 6236 +INCg 6237 +d2VsbA== 6238 +IGJsb3c= 6239 +IGhvb2s= 6240 +IGNpcmNsZQ== 6241 +IOuztA== 6242 +IGFyY2hpdGVjdA== 6243 +IEty 6244 +IGPDsw== 6245 +IHByb3RlY3Rpb24= 6246 +ZWdh 6247 +5Yc= 6248 +IHdhdGNoZWQ= 6249 +IGFuc3dlcnM= 6250 +IGRpZXQ= 6251 +aXZv 6252 +IHBvd2Rlcg== 6253 +IHlvdXJz 6254 +IGhpZ2hlc3Q= 6255 +RkY= 6256 +5bo= 6257 +IGJveXM= 6258 +w7Z5bGU= 6259 +IGx1bmNo 6260 +IElJ 6261 +IHNldHM= 6262 +IG1vbGU= 6263 +24E= 6264 +IHdpbnRlcg== 6265 +IGx1Y2t5 6266 +IHJlc3BvbnNpYmlsaXR5 6267 +IHNpZ25hbA== 6268 +IHdvbmRlcmluZw== 6269 +IGF4 6270 +IGNvb2tpbmc= 6271 +0L7QstC+0YA= 6272 +bGVn 6273 +INC/0L7Rgg== 6274 +IHN1cnByaXNl 6275 +IGRlbW9jcg== 6276 +IGxvb3A= 6277 +IGphZw== 6278 +IGN1cmlvdXM= 6279 +IG1hcmtldGluZw== 6280 +0J0= 6281 +YXJvbg== 6282 +IEFwcGxl 6283 +IHZpcnR1YWw= 6284 +IDE5OA== 6285 +bm9vbg== 6286 +IE1ldA== 6287 +0L7RgdGC0L4= 6288 +0L7QsdGL 6289 +aXR1 6290 +IEF3 6291 +IGJ1eWluZw== 6292 +IHJlc3RhdXJhbnQ= 6293 +IEJ1ZA== 6294 +IGRvdWJ0 6295 +IGdyYW50 6296 +IHZlcmQ= 6297 +IGNhc2g= 6298 +IGZhY3VsdHk= 6299 +VGhhdA== 6300 +IEVpbg== 6301 +IHdlZA== 6302 +aXRuZXNz 6303 +IE1hZw== 6304 +bmVs 6305 +IG5hcnI= 6306 +IGFjY2lkZW50 6307 +IG1lZGl1bQ== 6308 +ZW1lbnRz 6309 +IGNyb3c= 6310 +bmlnaHQ= 6311 +7J28 6312 +IGxpYnJhcnk= 6313 +0LDRjtGC 6314 +IHRhbWJpw6lu 6315 +IHJlZmVyZW5jZQ== 6316 +IGZvdXJ0aA== 6317 +aG91c2U= 6318 +dmVudGlvbg== 6319 +IGZpbGxlZA== 6320 +IENvdXI= 6321 +aWJy 6322 +IG5n 6323 +IGRldmVsb3Bpbmc= 6324 +IHByb3ZpZGVz 6325 +IHBvbGw= 6326 +IHRyYWZmaWM= 6327 +YXJlbnRseQ== 6328 +4K6f 6329 +IGZvcm1z 6330 +IGNsaWVudA== 6331 +IGdlbnRsZQ== 6332 +IG11c3M= 6333 +IENvbmdyZXNz 6334 +IEluZGlhbg== 6335 +Y2Vhbg== 6336 +IHBpbA== 6337 +IGN6eQ== 6338 +c3Rvb2Q= 6339 +dXR5 6340 +IG7DpA== 6341 +IHNwZW5kaW5n 6342 +IGNvbnN0cnVjdGlvbg== 6343 +aW5hdWRpYmxl 6344 +IOuniA== 6345 +iOustA== 6346 +IOyDnQ== 6347 +b21h 6348 +b3Nlbg== 6349 +YWdv 6350 +IGxhcmdlc3Q= 6351 +44WL44WL 6352 +IHVuaXZlcnNl 6353 +YmVz 6354 +b3Nh 6355 +INC10LPQvg== 6356 +IGR1ZGU= 6357 +IE1BUg== 6358 +IGluZGVlZA== 6359 +zrXOuQ== 6360 +IG1hbmFnZWQ= 6361 +IFNob3VsZA== 6362 +U28= 6363 +IGFwcGxpZWQ= 6364 +IGZhaXJseQ== 6365 +IERlbg== 6366 +IGFuYWx5 6367 +IGNvbnN0YW50bHk= 6368 +0YHQvw== 6369 +SG93 6370 +IFNheQ== 6371 +ZW5jaWVz 6372 +IFBD 6373 +IGVnZ3M= 6374 +4K6w 6375 +IGV0aA== 6376 +IEVudMOjbw== 6377 +aW5hcg== 6378 +aW90 6379 +IGN6 6380 +IEV1cm9wZWFu 6381 +IEFN 6382 +IGPDoQ== 6383 +IHJhZGlv 6384 +p4w= 6385 +IGhpZGU= 6386 +IFN0YXJ0 6387 +IGNsdWI= 6388 +IEhvcGU= 6389 +IGVmZm9ydHM= 6390 +bHVzaW9u 6391 +IGNpdGllcw== 6392 +aG9uZQ== 6393 +IHJlYWNoZWQ= 6394 +IGd1aWQ= 6395 +cm9pZA== 6396 +IGhhcm0= 6397 +IGN1dHRpbmc= 6398 +IGJ1bA== 6399 +MTg= 6400 +aWVzdA== 6401 +IE1leA== 6402 +IGlyb24= 6403 +IGFmdGVybm9vbg== 6404 +IGhhbGw= 6405 +IHByenk= 6406 +IGdvc2g= 6407 +IGluZmx1ZW5jZQ== 6408 +INCy0LjQtA== 6409 +IGluY3JlYXNlZA== 6410 +IE1pbmlzdGVy 6411 +IGRpc2Np 6412 +IFBldGVy 6413 +IHZlcnQ= 6414 +IG1lbnU= 6415 +IHNlbGxpbmc= 6416 +dXJhbGx5 6417 +IHF1b3Rl 6418 +IMKh 6419 +IGNvbnRpbnVlcw== 6420 +bXByZQ== 6421 +IMWfZXk= 6422 +aXR1dGlvbg== 6423 +INC90LDRgQ== 6424 +Y2xlcw== 6425 +IEdlcm1hbg== 6426 +Y3p5 6427 +INCj 6428 +QmU= 6429 +IGtpdGNoZW4= 6430 +IFRyeQ== 6431 +aXBl 6432 +IGljb24= 6433 +YXJw 6434 +IHByb3ZpZGluZw== 6435 +IFRyYW5z 6436 +IHRlY2huaXF1ZQ== 6437 +IGjDpHI= 6438 +IGluZnJhc3Q= 6439 +IHN1c3A= 6440 +w7xjaw== 6441 +aWNpcA== 6442 +INCV 6443 +IGNpbg== 6444 +7Ja06w== 6445 +IHByeg== 6446 +IGNvbXBvbmVudA== 6447 +IGJ5ZQ== 6448 +IEJpYmxl 6449 +aXplcg== 6450 +Q2g= 6451 +IHNvbHV0aW9ucw== 6452 +IGFjY29tcGw= 6453 +IDIwMTY= 6454 +SUU= 6455 +IFRh 6456 +IGFzc3VtZQ== 6457 +IGxpcXVpZA== 6458 +IOuouQ== 6459 +IHF1YXJ0ZXI= 6460 +IGZlbWFsZQ== 6461 +IFRoaW5r 6462 +IHN0YXR1cw== 6463 +aXR1dGU= 6464 +IGNvYWNo 6465 +IHJlaW4= 6466 +IGNvbWJpbmF0aW9u 6467 +6Lc= 6468 +IFRlcg== 6469 +IG9iamVjdHM= 6470 +IGRpc3RyaWN0 6471 +IG1ha2V1cA== 6472 +IG11cmRlcg== 6473 +d2Fz 6474 +ZmVu 6475 +IGJvd2w= 6476 +IHB1Ymxpc2hlZA== 6477 +IHNwb3J0cw== 6478 +IGlkZW50aXR5 6479 +IHNlZW1lZA== 6480 +IGFjdGluZw== 6481 +0LvRjg== 6482 +cml4 6483 +IHVwbG9hZA== 6484 +IGhhc3Q= 6485 +IGJvYXQ= 6486 +IE1vZA== 6487 +cmlv 6488 +ID0= 6489 +IGN5Y2xl 6490 +r7g= 6491 +IGxvdWQ= 6492 +dXN0ZWQ= 6493 +Y29taW5n 6494 +IDIwMTc= 6495 +IG9udA== 6496 +IGxlZ2lzbA== 6497 +IHN0cnVjdA== 6498 +IFNvbWV0aGluZw== 6499 +IGNvbmZsaWN0 6500 +IHVwcGVy 6501 +IG1hbmFnZXI= 6502 +IG1vcnQ= 6503 +IGZyYQ== 6504 +IMSw 6505 +IE1pa2U= 6506 +IFdvcms= 6507 +IG7Dsw== 6508 +cGhlcmU= 6509 +IOyCrOs= 6510 +IExhbmQ= 6511 +IGZpbHRlcg== 6512 +IHByb21vdA== 6513 +5rA= 6514 +lbw= 6515 +IHJlY29yZGluZw== 6516 +150= 6517 +IGFzc29jaWF0ZWQ= 6518 +IGZ1ZWw= 6519 +dW5kZXI= 6520 +IGVsZWN0aW9u 6521 +IGVtcGxveWVlcw== 6522 +IENvbXA= 6523 +0YDRg9Cz 6524 +IFdv 6525 +cm9s 6526 +IHNhdmVk 6527 +IEhvbg== 6528 +IFZp 6529 +YWNh 6530 +cHJldA== 6531 +IHdldA== 6532 +IHN0dXBpZA== 6533 +IGxhZA== 6534 +IGZlc3Q= 6535 +IHdha2U= 6536 +INC40L0= 6537 +IGdyZWF0ZXN0 6538 +IEppbQ== 6539 +IHNlcmlvdXNseQ== 6540 +IOy5 6541 +IGZlZWxpbmdz 6542 +IDMwMA== 6543 +aWF0aW9u 6544 +IGJlYXV0eQ== 6545 +IOyemA== 6546 +IHNhbg== 6547 +k6A= 6548 +IC0o 6549 +IGNvbnNjaW91cw== 6550 +INC00LXQuw== 6551 +Ynll 6552 +55k= 6553 +TWFu 6554 +IGxldHM= 6555 +IHNob2Vz 6556 +eWQ= 6557 +IGRpc2FwcGU= 6558 +IENvdW50eQ== 6559 +IFNjb3R0 6560 +IGJ1dHQ= 6561 +IGFxdcOt 6562 +IGNvbmZpZw== 6563 +cmVzcG9uZA== 6564 +TEFVR0g= 6565 +qeuLiOuLpA== 6566 +IGRpdmlkZWQ= 6567 +IGFjcXU= 6568 +IHpvbmU= 6569 +IGtvbW0= 6570 +YcOnw6Nv 6571 +7Kec 6572 +Y3V0 6573 +IDIz 6574 +IG1heGltdW0= 6575 +cm9n 6576 +IHJ1bnM= 6577 +IGNvbXBvbmVudHM= 6578 +IGFycml2ZWQ= 6579 +IGNvbmZpZGVudA== 6580 +0YDQvtCy 6581 +IGhlaWdodA== 6582 +IHByb2NlZA== 6583 +RU0= 6584 +INCt0YLQvg== 6585 +IE1lbg== 6586 +IHRhbGtz 6587 +IGNvbmZpZGVuY2U= 6588 +IENocmlz 6589 +IGxlYWRz 6590 +IG5vc2U= 6591 +ZmFsbA== 6592 +YmI= 6593 +IE5vdGhpbmc= 6594 +aXNlcg== 6595 +IGluZGVwZW5kZW50 6596 +IG1pbm9y 6597 +IHN5bQ== 6598 +bGVu 6599 +Y2llbmNl 6600 +IGZhc2hpb24= 6601 +IHNleHVhbA== 6602 +IGJ1bg== 6603 +aGVyZQ== 6604 +IHNvaWw= 6605 +IGRpZXNl 6606 +IHNoYXA= 6607 +IGVtcHR5 6608 +IGpvdXJuYWw= 6609 +YWdvbg== 6610 +IFRoZWly 6611 +IHdlZWtlbmQ= 6612 +w610 6613 +IGVycm9y 6614 +IG5hcg== 6615 +w7g= 6616 +6Kk= 6617 +YW5jeQ== 6618 +IOyVig== 6619 +IGZvcmVzdA== 6620 +IGhhY2Vy 6621 +IG1pc3NlZA== 6622 +IGV2aWw= 6623 +IHN0b3JhZ2U= 6624 +IHNpbmdpbmc= 6625 +aW5oYQ== 6626 +IGtub2Nr 6627 +IGltcHJlc3M= 6628 +INC+0YfQtdC90Yw= 6629 +IEdvbGQ= 6630 +IFN1cg== 6631 +IFBvcnQ= 6632 +IExvbmQ= 6633 +IGZhemVy 6634 +b3R5 6635 +b3Rv 6636 +IGFueA== 6637 +IFdpbGxpYW0= 6638 +IGV4aXN0aW5n 6639 +cGxhY2U= 6640 +IENE 6641 +zrM= 6642 +IENvbGxlZ2U= 6643 +bG9y 6644 +IEVhc3Q= 6645 +c2Vu 6646 +ZmFjaA== 6647 +b2Z0 6648 +IGV4cGVyaWVuY2Vk 6649 +IGxvdmVz 6650 +aW1t 6651 +IHBvbHk= 6652 +IGVzc2U= 6653 +7KQ= 6654 +IEdyYW5k 6655 +6Kc= 6656 +Y2hlcg== 6657 +IHZpY3RpbQ== 6658 +IEdlcw== 6659 +0LvRjA== 6660 +dmlzaW9u 6661 +IHRhbGw= 6662 +IGxlbnM= 6663 +INC30L3QsA== 6664 +IEJvdGg= 6665 +IOyy 6666 +IHN1c3RhaW4= 6667 +IGFyZ3VtZW50 6668 +IGZhY3RvcnM= 6669 +IGF1dG9tYXRpY2FsbHk= 6670 +IGZydWl0 6671 +IGxpYmVy 6672 +IGFsZQ== 6673 +IFByZXNz 6674 +IEJh 6675 +INCz0L4= 6676 +IGh1bmRyZWRz 6677 +dGhhdA== 6678 +IFJpY2g= 6679 +IHJlY2lwZQ== 6680 +IElU 6681 +6Ic= 6682 +4bql 6683 +IGRlc2NyaWJl 6684 +IGRyaXZlcg== 6685 +IE9jdA== 6686 +IE1hdA== 6687 +0LTQtQ== 6688 +IG1lYWw= 6689 +IGxhdGVzdA== 6690 +IHRoZXJhcA== 6691 +IGNvbXBhcmU= 6692 +IEFtYXpvbg== 6693 +IOyigA== 6694 +IFJ1c3NpYQ== 6695 +IHN0cmluZw== 6696 +IGth 6697 +IENvbW11bg== 6698 +IGRpYQ== 6699 +SXM= 6700 +IG1pbGxpb25z 6701 +IGNvcnBvcg== 6702 +IGNvcnJlc3BvbmQ= 6703 +IGZpeGVk 6704 +IEpvZQ== 6705 +2Y4= 6706 +IHZpZXdz 6707 +IHJpdmVy 6708 +IHN0dWRpbw== 6709 +aWdnZXI= 6710 +IGZsYXZvcg== 6711 +IHByZXNlbmNl 6712 +IHVuaXRz 6713 +IHNhdmluZw== 6714 +YXZvdXI= 6715 +IHBlc3Nv 6716 +b3JpdGg= 6717 +IGhlcnM= 6718 +IE5hdA== 6719 +YXNpb24= 6720 +IEZyYW5r 6721 +0L7RiA== 6722 +xYJ5 6723 +7YQ= 6724 +IGVpbmVt 6725 +IGZ1bmN0aW9ucw== 6726 +dW1hbg== 6727 +IG5vcnRo 6728 +IOyghA== 6729 +IGhvcnNl 6730 +dmlk 6731 +IHBsZWFzdXJl 6732 +0LDRiA== 6733 +w6llcw== 6734 +aW5kYQ== 6735 +IHRhaWw= 6736 +IGV4cGxvcmU= 6737 +U1Q= 6738 +IGNvbW1lcmNpYWw= 6739 +IER1cmluZw== 6740 +YXJs 6741 +XTo= 6742 +Zml0 6743 +IHJhdGVz 6744 +5rM= 6745 +TVVTSUM= 6746 +IGhvdXNpbmc= 6747 +IGVpbmVy 6748 +IHNpdHVhdGlvbnM= 6749 +5os= 6750 +IGRlY3Jl 6751 +IGFwcHJvcHJpYXRl 6752 +0LXQvdC90L4= 6753 +JS4= 6754 +IGJhYw== 6755 +IHdhdA== 6756 +ZW5zaXR5 6757 +w6Ro 6758 +a25vd24= 6759 +aXR6 6760 +IGVtb3Rpb25hbA== 6761 +ZXJ2YXRpb24= 6762 +IGJsaW5k 6763 +MTY= 6764 +7YM= 6765 +IGpvaW5lZA== 6766 +IGxvY2F0ZWQ= 6767 +INGB0Lw= 6768 +YWRhcw== 6769 +YmVyZw== 6770 +IGRlc3M= 6771 +IGRlYXI= 6772 +ZWRlbg== 6773 +Y29z 6774 +IGFkb3B0 6775 +MTAw 6776 +b3dl 6777 +IENoZWNr 6778 +aXNtbw== 6779 +IHNpbXBs 6780 +IGFuZ3J5 6781 +INC80LXQvdGP 6782 +IENhbQ== 6783 +IHBhZA== 6784 +IGF0dGVuZA== 6785 +IHNhbXBsZQ== 6786 +IOyb 6787 +IElO 6788 +dWxvdXM= 6789 +IFNhcg== 6790 +IFNob3c= 6791 +IGluZnJhc3RydWN0dXJl 6792 +IEF1Z3VzdA== 6793 +IGxlc3Nvbg== 6794 +IG5pZXQ= 6795 +5o4= 6796 +IGZvaQ== 6797 +IGJyb2tl 6798 +dHI= 6799 +55U= 6800 +IDQ1 6801 +IGdldw== 6802 +0YPQvw== 6803 +YXRp 6804 +IG1haW50YWlu 6805 +IGFydGlzdHM= 6806 +aW5nZXI= 6807 +ZXJ2ZWQ= 6808 +SUE= 6809 +IGVxdWFscw== 6810 +IG9wZXJhdGlvbg== 6811 +aWxseQ== 6812 +IOuCtA== 6813 +IGNyb3dk 6814 +IGludGVybmFs 6815 +IHRlc3Rz 6816 +IFJvY2s= 6817 +IENvbnM= 6818 +IOuEiOustA== 6819 +d2Fy 6820 +IHNvdQ== 6821 +IGNoYXJ0 6822 +IEp1bmU= 6823 +IEFwcmls 6824 +Z2VudA== 6825 +IHZlbnQ= 6826 +IHF1YW5k 6827 +IEtvcmVhbg== 6828 +aW1v 6829 +54k= 6830 +aWRlcnM= 6831 +IG1vdW50YWlu 6832 +0YHRgtCw0LI= 6833 +aWpr 6834 +IGRpc2NvdmVyZWQ= 6835 +IFN1bmQ= 6836 +IFNpbA== 6837 +IHNvbG8= 6838 +wrQ= 6839 +IHNjaG9s 6840 +IEVhY2g= 6841 +57U= 6842 +IGJhcmU= 6843 +IO2M 6844 +IHbDrWRl 6845 +IGluZ3JlZGllbnRz 6846 +IEl0cw== 6847 +nbzqs6A= 6848 +IOyK 6849 +z40= 6850 +IExlZQ== 6851 +IHNjYXJ5 6852 +IHByaW5jaXA= 6853 +IHNwaXJpdHVhbA== 6854 +7IU= 6855 +IEhvbGQ= 6856 +IGRlZmluZQ== 6857 +IExlcw== 6858 +IE5vcg== 6859 +IEVuZA== 6860 +IGJsb2c= 6861 +IEdyZWVu 6862 +0LDQtdGC0YHRjw== 6863 +cGFydA== 6864 +ZWxlcw== 6865 +IFVuZGVy 6866 +IHBhcnRl 6867 +IDM1 6868 +IHNlY3Rvcg== 6869 +IFNlcHQ= 6870 +IGF1dGg= 6871 +4K6u 6872 +b21pbg== 6873 +IGNsaWVudHM= 6874 +IGNp 6875 +IEZyaWRheQ== 6876 +ZXJhcw== 6877 +IHR3ZQ== 6878 +dWxhdGVk 6879 +IGN1bHR1cmFs 6880 +INGB0LLQvg== 6881 +IOuNlA== 6882 +IMO6 6883 +IHBhcmNl 6884 +4K6y 6885 +IHRyYWRpdGlvbg== 6886 +IGp1ZGdl 6887 +IEdlbmVyYWw= 6888 +IGRldGVybWluZQ== 6889 +IElzbg== 6890 +IFBM 6891 +bmVhdGg= 6892 +IG1hdHRlcnM= 6893 +7ZW07A== 6894 +IV0= 6895 +0LDRhQ== 6896 +IHBvb2w= 6897 +IHZhcmlhYmxl 6898 +IHZhY2NpbmU= 6899 +IGNhdXNlZA== 6900 +IHdlc3Q= 6901 +IFllcA== 6902 +ZmFzdA== 6903 +IHBoaWxvcw== 6904 +aG9yYQ== 6905 +IGNvbnRpbnVlZA== 6906 +IHVuZm9ydHVuYXRlbHk= 6907 +5pU= 6908 +IGZsaWdodA== 6909 +IHdyYXA= 6910 +IGh1aA== 6911 +IEFic29sdXRlbHk= 6912 +IHBpbms= 6913 +IHJlbWFpbnM= 6914 +IG7DqQ== 6915 +IGZsZQ== 6916 +IFNvbA== 6917 +IGxvc2luZw== 6918 +IGFsZ29yaXRo 6919 +IHJlcXVpcmVz 6920 +IGZvdW5kYXRpb24= 6921 +IEJ1cg== 6922 +IHByb2Zlc3Npb24= 6923 +IE1pZA== 6924 +IOutkA== 6925 +Y2Fu 6926 +IE1pbA== 6927 +IHlvdW5nZXI= 6928 +IGFwcGVhcnM= 6929 +dGVybQ== 6930 +7ZWY6rOg 6931 +YWNsZQ== 6932 +IExvbmRvbg== 6933 +IGVuZ2luZWVyaW5n 6934 +4Lii 6935 +IGFkdmVudA== 6936 +7IS47JqU 6937 +IOq4sA== 6938 +IE1hag== 6939 +0YDQtdC8 6940 +aW5ndQ== 6941 +IFVL 6942 +dXJv 6943 +c3Bl 6944 +IHRlbnQ= 6945 +IHJlcG9ydGVk 6946 +IEFM 6947 +SGV5 6948 +IOunkA== 6949 +IGRlbnQ= 6950 +IEF1c3RyYWxpYQ== 6951 +IEphbnVhcnk= 6952 +s7Q= 6953 +YWd1ZXM= 6954 +YXJzaA== 6955 +cmln 6956 +IHRpZW5l 6957 +4Lij 6958 +zq4= 6959 +IG1hY2hlbg== 6960 +dW50ZQ== 6961 +0YPRgQ== 6962 +IGVsZWN0cg== 6963 +IHR1dG9yaWFs 6964 +IHBsYWNlZA== 6965 +IOydtOqxsA== 6966 +IENvdW5jaWw= 6967 +7ZaI 6968 +sOumrA== 6969 +YWhyZW4= 6970 +IOq3uOuemA== 6971 +IHByb3Zl 6972 +Zm9s 6973 +IHF1ZXI= 6974 +IGNoZWFw 6975 +IEZhdGhlcg== 6976 +IFBvd2Vy 6977 +k5w= 6978 +IHB1cnM= 6979 +IGVzcA== 6980 +IEJyZQ== 6981 +6riw6w== 6982 +b21hcw== 6983 +0LjQu9GM 6984 +IGdlaHQ= 6985 +b3N0ZXI= 6986 +6rO8 6987 +IGZpbGVz 6988 +INCn 6989 +YmVsbA== 6990 +IHdob20= 6991 +IOuY 6992 +IGV4Y2VsbGVudA== 6993 +IGRhdGFi 6994 +IGfDtg== 6995 +IOynhOynnA== 6996 +IGJlbGllZg== 6997 +amV0 6998 +IGphY2s= 6999 +IHN3aW0= 7000 +cmlhbA== 7001 +dW1pbg== 7002 +YXVj 7003 +IHNvbGw= 7004 +IGVzc2VudGlhbA== 7005 +7ZWY64qU 7006 +IGV2b2w= 7007 +Y2hhZnQ= 7008 +YWluZQ== 7009 +dGhsZXQ= 7010 +IGluY29y 7011 +IHJlcG9ydHM= 7012 +IGRlZmluaXRpb24= 7013 +a2Vs 7014 +IGNpcmN1bQ== 7015 +IHByb2R1Y2Vk 7016 +INeb 7017 +YW50aWM= 7018 +bmV0 7019 +IGF3YXJk 7020 +IGR1cmNo 7021 +IHRyYW5zcA== 7022 +IG1hbGU= 7023 +pqzr 7024 +IG1vb24= 7025 +IEdlb3JnZQ== 7026 +IGZseWluZw== 7027 +acOz 7028 +IHNvdXJjZXM= 7029 +IHBsZW50eQ== 7030 +IERlbW9jcg== 7031 +Uk8= 7032 +IDAw 7033 +IHNlY3VyZQ== 7034 +IEJpcg== 7035 +cmFpbg== 7036 +IHp1cg== 7037 +IGVmZmljaWVudA== 7038 +IHJlcGVhdA== 7039 +IG1ldGhvZHM= 7040 +IGNhbG0= 7041 +IGRpc2N1c3NlZA== 7042 +IOyeiOuKlA== 7043 +IHNlcnZlcg== 7044 +YW5pZQ== 7045 +IEluc3RlYWQ= 7046 +IGlkZWFs 7047 +IGNvbnZlbg== 7048 +IGhvcGluZw== 7049 +IFRvcg== 7050 +IGRlcHRo 7051 +IGhlYXZlbg== 7052 +RU5DRQ== 7053 +IGhhYml0 7054 +Z3JhZA== 7055 +IGZsYWc= 7056 +IGluZQ== 7057 +IGto 7058 +IExJ 7059 +IGZhY2luZw== 7060 +IEFV 7061 +IFRpbQ== 7062 +IGdlbQ== 7063 +IEp1bA== 7064 +IGVsYQ== 7065 +aXp6YQ== 7066 +IGZlbGxvdw== 7067 +IHF1ZWw= 7068 +IHNwb2tl 7069 +IGNpdGl6ZW5z 7070 +dWdl 7071 +IHBhZ2Vz 7072 +IGZhc2M= 7073 +IHJlbGlnaW91cw== 7074 +YXRlbg== 7075 +IGNoYXB0ZXI= 7076 +IFZhbA== 7077 +IGNvbnN1bHQ= 7078 +IE1pbGw= 7079 +Z2w= 7080 +b3Blcg== 7081 +IGluZmlu 7082 +IG1hcnJpYWdl 7083 +IG1lZGljaW5l 7084 +INC00LI= 7085 +IGRvZ3M= 7086 +IGluc3RydW1lbnQ= 7087 +IEV4YWN0 7088 +w6Fu 7089 +IDIwMjE= 7090 +IGZlcg== 7091 +IHdlYWx0aA== 7092 +IGdyYWRl 7093 +0YvRhQ== 7094 +IGNyaW1l 7095 +IHRocmVhZA== 7096 +IGVzc2E= 7097 +IHdpbmU= 7098 +Y29ob2w= 7099 +cGhh 7100 +4LiH 7101 +b2d1ZQ== 7102 +IGluc3VyYW5jZQ== 7103 +YXJyYXRvcg== 7104 +IFNlcHRlbWJlcg== 7105 +IHZpZA== 7106 +IFNwaXJpdA== 7107 +IGdlc3Q= 7108 +IFJ1c3NpYW4= 7109 +IHByb3BlcnRpZXM= 7110 +IGFydGljbGU= 7111 +IHVuZGVybmVhdGg= 7112 +eWVy 7113 +IGpvaW50 7114 +IHJlbGF0aXZlbHk= 7115 +IGluY2g= 7116 +IGRlc3BpdGU= 7117 +IEdyZWU= 7118 +IGNsYXNzaWM= 7119 +IHN1cHBvcnRpbmc= 7120 +IGluc3RydWN0 7121 +bHVzaXZl 7122 +IGRpYWdu 7123 +5oo= 7124 +IGFkbWluaXN0cmF0aW9u 7125 +0LDQsdC+0YI= 7126 +IE9wZW4= 7127 +INC/0L7Qug== 7128 +IGRvbGxhcg== 7129 +IGNvbnNlcXU= 7130 +b2Jlcg== 7131 +IEdlcm1hbnk= 7132 +IHRlcnI= 7133 +IFFV 7134 +INCT 7135 +574= 7136 +IHN0cm9uZ2Vy 7137 +yZk= 7138 +INmK 7139 +IGlQaG9uZQ== 7140 +IGZhYnJpYw== 7141 +w7xo 7142 +IGVuZW0= 7143 +5q8= 7144 +IHN1YnQ= 7145 +RUU= 7146 +b25kZQ== 7147 +IGNyZXc= 7148 +IHJlbW92ZWQ= 7149 +IGxhZHk= 7150 +IHBvdGVudGlhbGx5 7151 +INCd0L4= 7152 +eWFs 7153 +IHN5bXB0 7154 +IGFybXk= 7155 +IGludHJvZHVjZWQ= 7156 +dGVz 7157 +IGFzcGVjdHM= 7158 +MTQ= 7159 +IExvdQ== 7160 +ICk= 7161 +IGRlcGxveQ== 7162 +cGV0 7163 +IGhhbg== 7164 +IFdhdGNo 7165 +IHdlYXBvbnM= 7166 +IHBoZW4= 7167 +IHJlZ2lzdGVy 7168 +IGVpbmZhY2g= 7169 +IHNwb3J0 7170 +IGJyaWRnZQ== 7171 +IGlubmVy 7172 +IG1pbmltdW0= 7173 +IHdpdG5lc3M= 7174 +IGVzbw== 7175 +IHZpbGxhZ2U= 7176 +IG93bmVy 7177 +pqzqs6A= 7178 +IHNjcmVhbQ== 7179 +aWxlZA== 7180 +IHBpdGNo 7181 +YnJ1 7182 +IGFkdmFuY2U= 7183 +IHN1cHBvc2U= 7184 +IEF0dA== 7185 +0LXRgtGB0Y8= 7186 +IGRpZmZlcmVuY2Vz 7187 +YWtlZA== 7188 +IGludGVycHJldA== 7189 +w6Y= 7190 +aWVuZG8= 7191 +IGFic29s 7192 +INCx0YPQtNC10YI= 7193 +IOuy 7194 +IHRyaWFs 7195 +IHRoaW5rcw== 7196 +bHlpbmc= 7197 +Y2VwdGlvbg== 7198 +IEFmcmljYW4= 7199 +IGNoZW1pY2Fs 7200 +IHRhcGU= 7201 +IGNvbnZlcnNhdGlvbnM= 7202 +IGRpc3RyaWJ1dGlvbg== 7203 +dGk= 7204 +IEFJ 7205 +IGZsYXNo 7206 +IHVuZGVyc3Rvb2Q= 7207 +IEdvdmVybm1lbnQ= 7208 +IT8= 7209 +IFNr 7210 +6rGw6w== 7211 +cmllcg== 7212 +VFM= 7213 +IEFjY29yZGluZw== 7214 +0Y7Rgg== 7215 +IHNwb25z 7216 +0YLQvtCx0Ys= 7217 +IHZhbHU= 7218 +ZXJlbQ== 7219 +aWNodGln 7220 +IHJlc2lzdGFuY2U= 7221 +IEdhbA== 7222 +Z2VyeQ== 7223 +IGJlZ2lucw== 7224 +IGFkdmFuY2Vk 7225 +IHJlbGV2YW50 7226 +IHBvbGl0aWNz 7227 +IEZhbQ== 7228 +IMOnb2s= 7229 +IE5ldmVy 7230 +aWxsaW5n 7231 +IGZvb3RiYWxs 7232 +0LjQuA== 7233 +IElE 7234 +IEFmcmljYQ== 7235 +IGZpbmdlcnM= 7236 +INCx0L7Qu9GM 7237 +IMOh 7238 +IGNsaXA= 7239 +IExhdA== 7240 +IOyngOq4iA== 7241 +ZXNzZQ== 7242 +IHZvb3I= 7243 +IGFzaWRl 7244 +5p4= 7245 +IHRvd2FyZA== 7246 +IGJhdA== 7247 +IHZhbGlk 7248 +IE1lbnM= 7249 +IGNvbXBsZXRlZA== 7250 +xLHEnw== 7251 +IHBvZGNhc3Q= 7252 +IEJvbg== 7253 +25I= 7254 +IEp1bHk= 7255 +aWxh 7256 +IHBhY2thZ2U= 7257 +IHB1bGxlZA== 7258 +Y2hhcg== 7259 +IE1lbA== 7260 +b2lz 7261 +IHNvdXRo 7262 +IOuU 7263 +IGltcG9ydGFuY2U= 7264 +IHB1c2hpbmc= 7265 +IGlzb2w= 7266 +IHN0YW5kcw== 7267 +Y2lsbA== 7268 +5Lw= 7269 +IPCf 7270 +b3Jp 7271 +6rCB 7272 +IGhvbWVz 7273 +IGNvbmNlcm5z 7274 +IGJpeg== 7275 +5b0= 7276 +Ymll 7277 +IGJpcw== 7278 +IGdlYXI= 7279 +IE1T 7280 +IGh1bg== 7281 +IE1hdHQ= 7282 +4bqj 7283 +c2V5 7284 +IFNlY3JldA== 7285 +IG9kZA== 7286 +IE1heA== 7287 +b2xseQ== 7288 +Zm9yZA== 7289 +IFNI 7290 +IHJlcGxhY2U= 7291 +IG5hdmln 7292 +IGluaQ== 7293 +0LjRjw== 7294 +IGdpYW50 7295 +IG1hbmQ= 7296 +IEhhcHA= 7297 +VElPTg== 7298 +Z3Vu 7299 +aWFtbw== 7300 +7J6F64uI64uk 7301 +IGdhcA== 7302 +IMOqdHJl 7303 +IGNsYXNzcm9vbQ== 7304 +IGh5cA== 7305 +YWtp 7306 +6K4= 7307 +aXN0ZXJz 7308 +YWNrcw== 7309 +INGB0L4= 7310 +IGJ1Zw== 7311 +IGdyYXY= 7312 +YW1pbg== 7313 +IGV2ZXJ5ZGF5 7314 +IOyhsA== 7315 +IGdhcmRlbg== 7316 +Y2VtYmVy 7317 +IGVzdG8= 7318 +2Kw= 7319 +n7A= 7320 +5YE= 7321 +IHJvbQ== 7322 +IOygnOqwgA== 7323 +IGZhbGxpbmc= 7324 +IGZhdWx0 7325 +ZWxseQ== 7326 +IGNoZXN0 7327 +INC70Lg= 7328 +IHBvdGF0bw== 7329 +IGJ1aWxkaW5ncw== 7330 +IG9wZXJhdGluZw== 7331 +IHBhcmU= 7332 +d3I= 7333 +RG9u 7334 +IEZvdXI= 7335 +IHZ1bA== 7336 +IGzDoQ== 7337 +IGZydXN0 7338 +IERhbm4= 7339 +b2xlcw== 7340 +bnlh 7341 +IOy2 7342 +INGA0LDRgQ== 7343 +15s= 7344 +IGHDrQ== 7345 +d29yZA== 7346 +IHdlYXBvbg== 7347 +IG9idA== 7348 +IEZhbGw= 7349 +IFN0ZXZl 7350 +IG1peGVk 7351 +IHBvZGU= 7352 +IEFT 7353 +IExlZw== 7354 +IGRlc2M= 7355 +IHNwbGl0 7356 +IGVtZXJnZW5jeQ== 7357 +IFNpbmc= 7358 +IHByb2ZpdA== 7359 +IHR5cGljYWw= 7360 +IERvbmM= 7361 +IGFubm91bmNl 7362 +IFRleA== 7363 +IHNhY3I= 7364 +dGVybmFs 7365 +IGNvbW1pdHRlZQ== 7366 +aWdv 7367 +IGRpYW0= 7368 +cGhhcw== 7369 +IGRlZmU= 7370 +IFByb2Zlc3M= 7371 +IGRlY2w= 7372 +0YPRgA== 7373 +MjI= 7374 +b2xm 7375 +IE1vbmQ= 7376 +dXk= 7377 +IGF5 7378 +IGxlbQ== 7379 +IGxvdmVseQ== 7380 +IENvdWxk 7381 +IGd1YXI= 7382 +SEg= 7383 +IGNhcmVmdWxseQ== 7384 +IExpc3Rlbg== 7385 +INC60YA= 7386 +IHlvdXRo 7387 +IFRoZXJlZm9yZQ== 7388 +IGRyZWFtcw== 7389 +IEplZmY= 7390 +P10= 7391 +IOuI 7392 +REE= 7393 +IGJvZGllcw== 7394 +YXV4 7395 +IHRlY2huaXF1ZXM= 7396 +IG1lY2hhbmlzbQ== 7397 +15M= 7398 +INC+0L3QuA== 7399 +IGRlc2lyZQ== 7400 +w64= 7401 +IFZv 7402 +cXVlcw== 7403 +INGD0LbQtQ== 7404 +IFdob2E= 7405 +IEdhbWU= 7406 +IGhhbA== 7407 +YW5pc2g= 7408 +IHByYWN0aWNlcw== 7409 +NTAw 7410 +IHNvcnRz 7411 +dXBz 7412 +YXRlZnVs 7413 +IGhlcnNlbGY= 7414 +IGd1aXRhcg== 7415 +IHByb3Bvcw== 7416 +IHNpdGVz 7417 +IGJlYWNo 7418 +INei 7419 +0L3Rgw== 7420 +IGRyYW0= 7421 +IE5vdmU= 7422 +VkU= 7423 +cmFudA== 7424 +IHBsb3Q= 7425 +IOyXrOq4sA== 7426 +IENh 7427 +IGVzdGFibGlzaGVk 7428 +IDIwMTU= 7429 +IGluc3BpcmVk 7430 +IGFubm91bmNlZA== 7431 +INGC0YA= 7432 +IDI2 7433 +IHZveQ== 7434 +IHRlY2g= 7435 +7KCB 7436 +IHByb2Nlc3Nlcw== 7437 +b250bw== 7438 +IFBhbg== 7439 +IHJhcGlk 7440 +aXN0YW4= 7441 +IDE5Nw== 7442 +IHJlbGlnaW9u 7443 +IDI4 7444 +IHNtaWxl 7445 +IGJhYg== 7446 +INqp 7447 +IFZpcg== 7448 +IHNjaGVkdWxl 7449 +IGV4ZWN1dA== 7450 +IHByb24= 7451 +0Y0= 7452 +INCd0YM= 7453 +bXVzaWM= 7454 +7JuQ 7455 +IGdhbg== 7456 +7Iug 7457 +IGRlZmF1bHQ= 7458 +IGJlbQ== 7459 +2Yk= 7460 +IGZvcmNlZA== 7461 +IE9idmlvdXNseQ== 7462 +IHN0b25l 7463 +IHRpZQ== 7464 +IGRyaW5raW5n 7465 +IHNlcnZlZA== 7466 +Q2F1c2U= 7467 +IGNvbmZlcmVuY2U= 7468 +IEV4YWN0bHk= 7469 +oJw= 7470 +7JmA 7471 +IFJh 7472 +IGZha2U= 7473 +IGRpZmY= 7474 +IGNoYWxsZW5naW5n 7475 +IOykkQ== 7476 +z4c= 7477 +IGludGVsbGlnZW5jZQ== 7478 +cmV0ZQ== 7479 +IHN0dWR5aW5n 7480 +IGFwcG9pbnQ= 7481 +IHRhbg== 7482 +INC40Lw= 7483 +IGN1cnZl 7484 +IFRlYW0= 7485 +IEF6 7486 +INC30LQ= 7487 +IE11c2lj 7488 +ZmllbGQ= 7489 +aXJhdGlvbg== 7490 +IGZhaWxlZA== 7491 +IG5vdmVs 7492 +IGRpZmZlcmVudGx5 7493 +IGVzY2FwZQ== 7494 +IFlv 7495 +IE9jdG9iZXI= 7496 +xLF5b3I= 7497 +IGRlc2NyaWJlZA== 7498 +IGNvbnZlcnQ= 7499 +YWNlbWVudA== 7500 +IGhvdGVs 7501 +aXNhdGlvbg== 7502 +IHN1aXM= 7503 +IHdhbGtlZA== 7504 +MjAw 7505 +IG5laWdoYm9yaG9vZA== 7506 +aXNw 7507 +IExvcw== 7508 +IGhpZGRlbg== 7509 +IDI3 7510 +0LvQtQ== 7511 +IHBocg== 7512 +IElzbGFuZA== 7513 +IFN0cmVldA== 7514 +ZW5kYQ== 7515 +aGlwcw== 7516 +b3N1cmU= 7517 +IGRlZmluZWQ= 7518 +4Lin 7519 +IHZpZGE= 7520 +IGxhYmVs 7521 +IEV2ZXJ5Ym9keQ== 7522 +IGpva2U= 7523 +aWFv 7524 +2KfZhg== 7525 +IGF0aGxldA== 7526 +Li4uIg== 7527 +IEZpcmU= 7528 +RG8= 7529 +IGRlZmVuc2U= 7530 +IGVudGVydGFpbg== 7531 +w6F0 7532 +IHBvbGljaWVz 7533 +IGFsY29ob2w= 7534 +IEVuZ2luZQ== 7535 +IGdhbA== 7536 +IEp1ZA== 7537 +IHZvbHVudGU= 7538 +aWNrcw== 7539 +ZXRh 7540 +YWd0 7541 +INeV 7542 +IG3Dtg== 7543 +MTM= 7544 +IGVuY291bg== 7545 +IGVo 7546 +IG9yYW5nZQ== 7547 +IGFic29y 7548 +IHNwYWNlcw== 7549 +IE5vdmVtYmVy 7550 +6rWs 7551 +aWF0 7552 +IHRhbQ== 7553 +Y2tub3c= 7554 +IHN0b3Jt 7555 +IERpcmVjdG9y 7556 +IHByZWdu 7557 +IOydvA== 7558 +INC+0L8= 7559 +IHJlc291cmNl 7560 +IGJhcmQ= 7561 +bmV3 7562 +IERlY2VtYmVy 7563 +dWl0cw== 7564 +IHdlaWw= 7565 +IGNvbnN0cnVjdA== 7566 +c2k= 7567 +bmlj 7568 +IGZsb3Vy 7569 +IHJlc3RyaWN0 7570 +w7x0 7571 +IGVudGlyZWx5 7572 +IGJyZWFraW5n 7573 +ZW50bGljaA== 7574 +IHR3ZW50eQ== 7575 +IGNhdXNlcw== 7576 +IGVsZXY= 7577 +IFNwcg== 7578 +IEludGVybmV0 7579 +IGtpc3M= 7580 +IG9wZXJhdGlvbnM= 7581 +c3p5 7582 +IOuK 7583 +IHNjaWVudGlzdHM= 7584 +IGdyb3du 7585 +IG93bmVycw== 7586 +b3V0cw== 7587 +IGNvdXJzZXM= 7588 +IHVzdWFs 7589 +IGlubg== 7590 +IHRyYW5zbQ== 7591 +w7Fv 7592 +IG51ZXN0 7593 +0LrQvtCy 7594 +IGNhdGVnb3J5 7595 +IExpZmU= 7596 +IFBsdXM= 7597 +IGF0bW9z 7598 +d2hpbGU= 7599 +IHJlY29yZHM= 7600 +IGRlxJ8= 7601 +64uk6rOg 7602 +IOyCrOue 7603 +IHJlcXVpcmVtZW50cw== 7604 +aW5u 7605 +IGltbWln 7606 +IGRlZXBlcg== 7607 +57Q= 7608 +IGFwcHM= 7609 +IGNvbGxlYWd1ZXM= 7610 +xbx5 7611 +IG9mZmVycw== 7612 +IHTDoQ== 7613 +IGNvbHVtbg== 7614 +bGF1ZA== 7615 +SVI= 7616 +IE1z 7617 +IGV4Y2hhbmdl 7618 +bGFz 7619 +IExhdw== 7620 +IEpvbg== 7621 +aXNzZQ== 7622 +cm9nZW4= 7623 +IG1vaQ== 7624 +15c= 7625 +IHNlbmRpbmc= 7626 +IGhlbGxv 7627 +0LXQtQ== 7628 +xZvEhw== 7629 +IHN1Y2NlZWQ= 7630 +IHN1ZmZlcmluZw== 7631 +IGFkdmVydA== 7632 +IOyjvA== 7633 +IHJlY28= 7634 +xLFuxLE= 7635 +INC60L7QvA== 7636 +YWxsZXk= 7637 +IGZhaWx1cmU= 7638 +aWVq 7639 +IOuVjA== 7640 +IGRydWdz 7641 +IGN1YW5kbw== 7642 +IOyWtOuW 7643 +IEFib3V0 7644 +IHF1YW5kbw== 7645 +OTA= 7646 +IEZlZA== 7647 +MTc= 7648 +U2g= 7649 +aW5obw== 7650 +IFN1bmRheQ== 7651 +IFBoaWw= 7652 +IGFjYWRlbWlj 7653 +IEluYw== 7654 +IG1haW50ZW4= 7655 +IHJld2FyZA== 7656 +ZXJk 7657 +IGNvbW1pdHRlZA== 7658 +7Iqk 7659 +0LPRgA== 7660 +IHN0YW5kYXJkcw== 7661 +IGthbA== 7662 +IGludGVudGlvbg== 7663 +IFpo 7664 +IGFja25vdw== 7665 +5L8= 7666 +ID09PQ== 7667 +b2d5 7668 +5ac= 7669 +IGZpbG1z 7670 +aXNr 7671 +IHRlZXRo 7672 +IHN0cnVnZ2xl 7673 +cmQ= 7674 +dWVu 7675 +IGRpc3M= 7676 +IERhcg== 7677 +YW15 7678 +IGVuZW1pZXM= 7679 +IHZlbG9j 7680 +IENhbGw= 7681 +dW1icw== 7682 +0LjRgtC10LvRjA== 7683 +IG9jZWFu 7684 +w6lk 7685 +7Jqw 7686 +IHRyZW0= 7687 +aWVudG8= 7688 +0LXRiNGM 7689 +ZmZpY2llbnQ= 7690 +IGJvdHRsZQ== 7691 +IGluc3RpdHV0aW9u 7692 +ZXN0eQ== 7693 +IEhhbg== 7694 +aGFi 7695 +64qY 7696 +IGFycmVzdA== 7697 +IGxldHRlcnM= 7698 +b3VuY2U= 7699 +7Yw= 7700 +QW4= 7701 +IGNyZWF0ZXM= 7702 +IGNsb2Nr 7703 +IGRlYnQ= 7704 +IGFuY2llbnQ= 7705 +aWZpY2F0aW9ucw== 7706 +Z2k= 7707 +QnV0 7708 +IFR1 7709 +a2w= 7710 +IGJvcmRlcg== 7711 +IG9vaw== 7712 +IEJheQ== 7713 +ZXN0YQ== 7714 +IOuztOw= 7715 +IHdyYQ== 7716 +cHJlbmU= 7717 +IOqyjA== 7718 +YW5nbGU= 7719 +IGJlbGlldmVk 7720 +aWVuY3k= 7721 +YWth 7722 +IGNyaXRpYw== 7723 +IGJvbWI= 7724 +IGhhbQ== 7725 +INCb 7726 +6rWt 7727 +IEd1eXM= 7728 +cm9zb2Z0 7729 +IGNyaW0= 7730 +ZXRjaA== 7731 +QVJS 7732 +IHNpZ2h0 7733 +0LjQvdCw 7734 +IGFpbg== 7735 +4buR 7736 +aXNjaGU= 7737 +IGF1eA== 7738 +IG51bWVy 7739 +IHN1cnZpdmU= 7740 +QWxs 7741 +QkM= 7742 +IHN6 7743 +n6zr 7744 +IGphbQ== 7745 +IENvdXJ0 7746 +IGFsbGVz 7747 +IHRyaWdnZXI= 7748 +0J4= 7749 +IGZvcm1hdA== 7750 +IGRlY2FkZXM= 7751 +IGNlcw== 7752 +IHNpZ25z 7753 +IHJvYm90 7754 +IENodXJjaA== 7755 +IGF6 7756 +IHNvdXA= 7757 +IFRleGFz 7758 +dXRlbg== 7759 +INGH0YLQvtCx0Ys= 7760 +IG5laWdoYg== 7761 +lteU 7762 +IGNvbW11bmljYXRl 7763 +xaE= 7764 +IGVsaW1pbg== 7765 +IGZyZXF1ZW5jeQ== 7766 +aGVybg== 7767 +aWRvcw== 7768 +IGVtcGhhcw== 7769 +IG1lc3NhZ2Vz 7770 +IGdlbmRlcg== 7771 +IFdlbm4= 7772 +INCy0L4= 7773 +IHByaWNlcw== 7774 +b2xv 7775 +INC/0L7QvQ== 7776 +d2luZw== 7777 +IEZpbA== 7778 +0LDQtdC8 7779 +IEN1cg== 7780 +IGZhbHNl 7781 +IGZpZWxkcw== 7782 +IHPDqQ== 7783 +MjQ= 7784 +IG1hYw== 7785 +dcWf 7786 +IGxheWVycw== 7787 +IGFkdm9j 7788 +d2Fu 7789 +IGthcg== 7790 +IMWe 7791 +IGRlY29y 7792 +IHdhbGxz 7793 +b2U= 7794 +aXNzaW9ucw== 7795 +IHJlc29s 7796 +16I= 7797 +IENhcm9s 7798 +IFZpZGU= 7799 +bGVlcA== 7800 +IFlPVQ== 7801 +IGZsaXA= 7802 +IHN1cmdlcnk= 7803 +IGNob3A= 7804 +VVI= 7805 +Liw= 7806 +IGFnZW5jeQ== 7807 +IHdhbnRpbmc= 7808 +IHNvbGFy 7809 +IGhvcml6 7810 +IEFkYW0= 7811 +IHN0YXlpbmc= 7812 +b2xpYw== 7813 +IGdyYXRlZnVs 7814 +IHJlbWFyaw== 7815 +IHRlY2hub2xvZ2llcw== 7816 +IHByb3RlaW4= 7817 +0LTQtdC7 7818 +IE1vbnQ= 7819 +IHNob3VsZGVy 7820 +IHph 7821 +cmV5 7822 +IE9vaA== 7823 +IHN0eQ== 7824 +aWNhcg== 7825 +0L7RgtGA 7826 +IHJvdXRl 7827 +IFR1cm4= 7828 +IGJvbQ== 7829 +IGRlYmF0ZQ== 7830 +IHBvc3NpYmlsaXR5 7831 +IO2VtOw= 7832 +YXBh 7833 +IGludmVudA== 7834 +w7xybGljaA== 7835 +IHByb2ZpbGU= 7836 +IHNlbmlvcg== 7837 +cHB5 7838 +dmFz 7839 +IG11bmRv 7840 +YXRldmVy 7841 +IGFwcGFyZW50bHk= 7842 +ZW5lcg== 7843 +15A= 7844 +560= 7845 +IHByZWNpcw== 7846 +IGFsaWdu 7847 +IGtuaWZl 7848 +IFJvYmVydA== 7849 +5Ys= 7850 +IGZvb2w= 7851 +IGludml0ZQ== 7852 +dXNpbmc= 7853 +IGNpcmN1bXN0 7854 +IGNhcHR1cmU= 7855 +IGRvdWdo 7856 +IFNhbmQ= 7857 +IHNldQ== 7858 +IE5ld3M= 7859 +IGJpdGU= 7860 +IG5ldXQ= 7861 +d2lkZQ== 7862 +IGxlY3R1cmU= 7863 +IOuYkA== 7864 +IG9yaWdpbmFsbHk= 7865 +IGNob2ljZXM= 7866 +IEdhcg== 7867 +IHZlcnNl 7868 +IGxpdA== 7869 +IDE5Ng== 7870 +7ZWg 7871 +IG1lYXN1cmVz 7872 +w6fDtWVz 7873 +d2F0ZXI= 7874 +cml2ZQ== 7875 +IHppam4= 7876 +7YE= 7877 +IEJ1cw== 7878 +IGhlYg== 7879 +0LXRhQ== 7880 +IEthcg== 7881 +IE7Do28= 7882 +IGtpbGxpbmc= 7883 +4K6q 7884 +IG1pcnJvcg== 7885 +bW9k 7886 +IG1vbA== 7887 +IGNyZWF0aW9u 7888 +IGVzdGlt 7889 +IGF0bW9zcGhlcmU= 7890 +IGdhbQ== 7891 +IHRhYmxlcw== 7892 +aXNp 7893 +IExpdHRsZQ== 7894 +IHRhcw== 7895 +IEVsZQ== 7896 +w6ls 7897 +IHNjZW5lcw== 7898 +IHRvbmU= 7899 +IGFmZmVjdGVk 7900 +IEFVREk= 7901 +IEJyb3du 7902 +SWY= 7903 +INmH 7904 +IERhbmllbA== 7905 +cXVlcg== 7906 +Y2hp 7907 +7ZWY6w== 7908 +IG1pc3Rha2Vz 7909 +IHNsYQ== 7910 +IGVudHI= 7911 +INC10YHQu9C4 7912 +IHNob3V0 7913 +IHBvcnRpb24= 7914 +0Zc= 7915 +IHByZXZpb3VzbHk= 7916 +4buZ 7917 +INC/0YDQtdC0 7918 +0L7RgdGM 7919 +IGhlYWRz 7920 +544= 7921 +5a0= 7922 +IGdyYXNz 7923 +4Liw 7924 +Y3JpYmU= 7925 +IHF1w6k= 7926 +IFNwYW5pc2g= 7927 +IG9mZmVyZWQ= 7928 +INCx0YvQu9C+ 7929 +IENsb3Vk 7930 +IHZlY3Rvcg== 7931 +IEh1aA== 7932 +IGthZA== 7933 +aWZ0cw== 7934 +IM69 7935 +IGh1bmdyeQ== 7936 +0KE= 7937 +IHBhcmFsbA== 7938 +QU5E 7939 +IHbDrWRlbw== 7940 +aXp6 7941 +IG9jY3Vw 7942 +IO2U 7943 +IHNlZWs= 7944 +aGVz 7945 +IGRvb3Jz 7946 +IGhvdXNlcw== 7947 +IGNvbnNpZGVyaW5n 7948 +IGdyYWR1YXRl 7949 +IGZ1bGY= 7950 +6KM= 7951 +IGV4dHJlbWU= 7952 +IGZsb3dlcnM= 7953 +aXRhdGU= 7954 +IFByaQ== 7955 +IGZ1bmRhbWVudGFs 7956 +0YfQsNGB 7957 +IHRleHR1cmU= 7958 +jZg= 7959 +IEFORA== 7960 +4K6x 7961 +IFRlbQ== 7962 +IG5hZGE= 7963 +7KeE 7964 +IGNlbGVicmF0ZQ== 7965 +dW1z 7966 +IHBpbGw= 7967 +INC40LvQuA== 7968 +Z29pbmc= 7969 +IGhpcA== 7970 +IHN1cHBvcnRlZA== 7971 +IHBlcm1hbg== 7972 +IGFncmVlbWVudA== 7973 +IHR5bQ== 7974 +IOuR 7975 +k6TsnbQ= 7976 +IHB1cmNoYXNl 7977 +7ZQ= 7978 +IFBsYW4= 7979 +ZWdlbg== 7980 +IHJlY292ZXI= 7981 +UFU= 7982 +IE1pY3Jvc29mdA== 7983 +ZHVj 7984 +IGhvbGVz 7985 +IGRyb3BwZWQ= 7986 +IHBpZw== 7987 +IGVuZGluZw== 7988 +IGF0dGFja3M= 7989 +YmVj 7990 +IHJlbg== 7991 +IHJhcHA= 7992 +IOyasOumrA== 7993 +IHRlcnJvcg== 7994 +INeZ 7995 +IGVkaXQ= 7996 +IGFv 7997 +Ljwv 7998 +IDIwMDA= 7999 +IFVuaW9u 8000 +IHNjaWVudGlmaWM= 8001 +IHB1bmNo 8002 +b3J0aW9u 8003 +IHB1dHM= 8004 +IE1vbmRheQ== 8005 +IEplcg== 8006 +RUM= 8007 +IG1hdHJpeA== 8008 +IGluc3RpdHV0aW9ucw== 8009 +IG1vbnQ= 8010 +IGV4aGli 8011 +IHNwZWFrZXI= 8012 +IG1ldGVycw== 8013 +Ll0= 8014 +IHNlcnZpbmc= 8015 +IGRhdGFiYXNl 8016 +IExBVQ== 8017 +IGRhbW4= 8018 +IHBvZGVy 8019 +ISEhIQ== 8020 +IO2WiA== 8021 +IEFVRElFTkNF 8022 +IGp1bg== 8023 +IEFD 8024 +IEl0YWw= 8025 +c2Vj 8026 +IFlvdW5n 8027 +cnVjaw== 8028 +b3V2ZQ== 8029 +4LiE 8030 +54g= 8031 +IOunjOs= 8032 +YWRpbmc= 8033 +dXJhdGlvbg== 8034 +IFBT 8035 +0Jo= 8036 +IFVuZg== 8037 +6IE= 8038 +b3JpYQ== 8039 +IG1hbmlm 8040 +IHNlbnRlbmNl 8041 +IHNpZ25lZA== 8042 +QlM= 8043 +IHByb29m 8044 +IE11c2xpbQ== 8045 +IG51Y2xlYXI= 8046 +INCz0L7QstC+0YA= 8047 +IHdvbGw= 8048 +IGZhdm91cg== 8049 +IFdI 8050 +IHZ1bG5lcg== 8051 +IGNsb3NlbHk= 8052 +IGluZGV4 8053 +0YLQtdGA 8054 +YWNoZWw= 8055 +IGNhcGFibGU= 8056 +IEJlcw== 8057 +IGNyb2No 8058 +ZWt0 8059 +IHNoZWV0 8060 +IHNlZXM= 8061 +IG5hdHVyYWxseQ== 8062 +IEVuZ2xhbmQ= 8063 +IHBhcnRpY2lwYXRl 8064 +IGV4aXN0cw== 8065 +IHNoYXJw 8066 +cHk= 8067 +IGJyZWFrZmFzdA== 8068 +Ym93 8069 +IHR3aXN0 8070 +56c= 8071 +aW5hdGluZw== 8072 +b3Rp 8073 +IEZvdW5k 8074 +IGRldXg= 8075 +IHNlbGVjdGVk 8076 +7KCE 8077 +b3Npcw== 8078 +IHByZXNlbnRlZA== 8079 +IGxpbmVhcg== 8080 +IOq0 8081 +IGt1bg== 8082 +w7RuZw== 8083 +IGLEmWQ= 8084 +IHRlbXBvcg== 8085 +IGNhYmxl 8086 +INC/0YDQvtGB0YLQvg== 8087 +0LrQtQ== 8088 +INGC0LDQvA== 8089 +IHdpbm5pbmc= 8090 +mOuPhA== 8091 +IDIwMTQ= 8092 +IOyXrOs= 8093 +IFVO 8094 +IENsaWNr 8095 +IHByZXBhcg== 8096 +IFRP 8097 +IHN1YQ== 8098 +IEhhbQ== 8099 +IGzDpA== 8100 +IGFic29sdXRl 8101 +IGVuZ2FnZWQ= 8102 +IEhtbQ== 8103 +IGRhc2g= 8104 +VEE= 8105 +w7Fvcw== 8106 +IHNwbw== 8107 +KV0= 8108 +IHRlc3RlZA== 8109 +IGJsYW5r 8110 +IHJlamVjdA== 8111 +IGFzc2lt 8112 +IHJlYXI= 8113 +IFN0cg== 8114 +IGNyYXNo 8115 +INC90LDRiA== 8116 +0LjRgtGB0Y8= 8117 +IGNvbG9u 8118 +IFVudA== 8119 +IENl 8120 +IGFjaWQ= 8121 +6Zc= 8122 +IGtpdA== 8123 +aWJpbGl0aWVz 8124 +dXRv 8125 +IHZhbHVhYmxl 8126 +bGlzdA== 8127 +IHBhcnRpZXM= 8128 +IE1t 8129 +IGNvbG91cg== 8130 +IGNoYW0= 8131 +IHN0ZWVs 8132 +IEltcA== 8133 +IGZ1bmRz 8134 +IEROQQ== 8135 +IEtlbg== 8136 +aW5kZQ== 8137 +7ZW07ISc 8138 +IEhhcHB5 8139 +IFVzZQ== 8140 +IExpZ2h0 8141 +IGxpcA== 8142 +IGF1dGhvcml0eQ== 8143 +IExvbmc= 8144 +IElyYW4= 8145 +IGVsbA== 8146 +IGNvb3JkaW4= 8147 +IHN1Ym0= 8148 +IHJlY29yZGVk 8149 +0YPRiA== 8150 +IGRlbHRh 8151 +IHJlZm9ybQ== 8152 +IFN0aWxs 8153 +IG9wcG9u 8154 +IGFsbG93aW5n 8155 +IHBhdHRlcm5z 8156 +IGxldHRpbmc= 8157 +IHNsZWVwaW5n 8158 +T2theQ== 8159 +IHBpenph 8160 +IMWb 8161 +INC00L7Quw== 8162 +IHRhbGVudA== 8163 +ZW5zaW9ucw== 8164 +IGVudmlyb25tZW50YWw= 8165 +IHByb2Zlc3Nvcg== 8166 +IHNob3Rz 8167 +IGNvbnRhaW5z 8168 +dWdhcg== 8169 +eW8= 8170 +j5k= 8171 +IHNlcXVlbmNl 8172 +zrnOsQ== 8173 +YWRlcg== 8174 +6aA= 8175 +0LDRhw== 8176 +2YbYpw== 8177 +IElr 8178 +IHRvdXM= 8179 +dXJpZXM= 8180 +IHBvdW5kcw== 8181 +IGV4dGVybmFs 8182 +aW1lbnRz 8183 +IHZyYWltZW50 8184 +7Iuk 8185 +IGhhcHBpbmVzcw== 8186 +IHByemU= 8187 +ZXN0aWM= 8188 +IGVzdGFibGlzaA== 8189 +IEZsb3I= 8190 +IHJpZw== 8191 +IGhvbmV5 8192 +IHB1bA== 8193 +IHN5bXB0b21z 8194 +IGJyb3dz 8195 +0LXQu9C4 8196 +IM+Ezr8= 8197 +IHNoaXJ0 8198 +IFRlY2hu 8199 +IFByb2dyYW0= 8200 +0LXQvNGD 8201 +IHVwc2V0 8202 +IGd1ZXN0 8203 +YnVyZw== 8204 +IHVubGlrZQ== 8205 +IHNvbWV3aGF0 8206 +IGhhbmdpbmc= 8207 +YWU= 8208 +IHJ1bQ== 8209 +IHBob3RvZ3JhcGg= 8210 +IExp 8211 +IHN0YWJsZQ== 8212 +IHZvbHRhZ2U= 8213 +IEVsbA== 8214 +IGVudHJlcHJlbmU= 8215 +dXNlcw== 8216 +YXNzZW4= 8217 +rLg= 8218 +IOunjuydtA== 8219 +IGdob3N0 8220 +IHNhZ2Vu 8221 +IGNvbWJhdA== 8222 +IGfDtnI= 8223 +IENhcA== 8224 +IHPDo28= 8225 +IEthdA== 8226 +IGZvcm1h 8227 +IHN1bW0= 8228 +IG1hcmNo 8229 +IHZhc3Q= 8230 +w7xr 8231 +IGNvbW1pdG1lbnQ= 8232 +aW1vcw== 8233 +TGV0 8234 +IGRlZGljYXRlZA== 8235 +aXN0ZQ== 8236 +bGF5 8237 +IHRvcGljcw== 8238 +IG1hY2hpbmVz 8239 +IFBhcmlz 8240 +IOydtOufsA== 8241 +IG1pbmk= 8242 +IG1hcmtldHM= 8243 +IGtv 8244 +zrQ= 8245 +dmlsbGU= 8246 +IGdvb2RuZXNz 8247 +IGZyYW1ld29yaw== 8248 +dWx0dXJl 8249 +IGJhc2tldA== 8250 +ZXNzYQ== 8251 +0LDRhtC4 8252 +dXN0ZXI= 8253 +IOq5 8254 +IGV4dGVudA== 8255 +IE1lbnNjaGVu 8256 +IGNvbnNpc3RlbnQ= 8257 +IGF1dG8= 8258 +cmlw 8259 +IG1lcmU= 8260 +4K+I 8261 +0ZQ= 8262 +IGVsbGU= 8263 +jIDr 8264 +b2tlbg== 8265 +IHB1bGxpbmc= 8266 +IGNvdw== 8267 +b3V0aGVybg== 8268 +IG1lZXRpbmdz 8269 +IGNhZGE= 8270 +0L3Ri9C8 8271 +aWVudGU= 8272 +IGJhc3Q= 8273 +YW5pbmc= 8274 +IGZvY3VzaW5n 8275 +cm9hZA== 8276 +IHJvb2Y= 8277 +IFByb2Zlc3Nvcg== 8278 +IFNQ 8279 +0YDQsNC3 8280 +IG5vb2Q= 8281 +IDQwMA== 8282 +IOydtOygnA== 8283 +7J6I 8284 +IE1vdW50 8285 +0LXQudGH0LDRgQ== 8286 +INeQ 8287 +V2h5 8288 +154= 8289 +xLFuZGE= 8290 +IHBvc2l0aW9ucw== 8291 +w6htZQ== 8292 +548= 8293 +INC00YDRg9Cz 8294 +aXlvcg== 8295 +IHBhc3Npbmc= 8296 +IGFzc2VtYg== 8297 +IHNtb2tl 8298 +IHRpbA== 8299 +IG11c2V1bQ== 8300 +0JQ= 8301 +IFBlcnNvbg== 8302 +0L3QuNC8 8303 +bGVpY2g= 8304 +IGludGVudA== 8305 +IHNxdWU= 8306 +IGNyYWZ0 8307 +7IiY 8308 +b3JzdW4= 8309 +IDE1MA== 8310 +IGJyb3RoZXJz 8311 +dm9y 8312 +IFNwZWFrZXI= 8313 +aWNpYW5z 8314 +IG9mZmljZXI= 8315 +IGnDp2lu 8316 +INGC0LXQsQ== 8317 +IHNjcmF0Y2g= 8318 +IGdlbmVyYXRl 8319 +eWk= 8320 +IGVtb3Rpb25z 8321 +YXVz 8322 +7LmY 8323 +NDU= 8324 +IExpbms= 8325 +IFJlYWw= 8326 +IGF0ZQ== 8327 +INC90LDQtA== 8328 +IG5hdGl2ZQ== 8329 +4buH 8330 +xLF5 8331 +IGVub3Jt 8332 +IGJsb2Nrcw== 8333 +IGZhY2Vz 8334 +YWNj 8335 +aXZlbmVzcw== 8336 +IGluY2hlcw== 8337 +dWlz 8338 +aGVpdA== 8339 +IHN0cmVldHM= 8340 +IHByb2JhYmlsaXR5 8341 +YXNp 8342 +IGltcGw= 8343 +IOCk 8344 +dXJkYXk= 8345 +IGZhdXQ= 8346 +b215 8347 +IHBpcA== 8348 +IGlsbHVzdA== 8349 +4K6v 8350 +IEp1bg== 8351 +IGx5aW5n 8352 +OTk= 8353 +IG1lbW9yaWVz 8354 +IHByYWN0aWNhbA== 8355 +aWFuYQ== 8356 +b25jZXM= 8357 +IHZpZXdlcnM= 8358 +IFRob21hcw== 8359 +5ow= 8360 +IEdpcmw= 8361 +IFdoZXRoZXI= 8362 +IGlubm92YXRpb24= 8363 +IGRpc2FwcG9pbnQ= 8364 +TXk= 8365 +IHdpbm5lcg== 8366 +IGln 8367 +IHJhdGlv 8368 +IEJsdWU= 8369 +IFN1Yg== 8370 +IGRvY3VtZW50cw== 8371 +IGZvcm11bGE= 8372 +IOup 8373 +0Yo= 8374 +IGFwcGVhcmVk 8375 +dmFy 8376 +YW5kb24= 8377 +IHNwcmF5 8378 +bWFr 8379 +IFFVRVM= 8380 +S0U= 8381 +IHdlZGRpbmc= 8382 +UmU= 8383 +0LDRgtGM0YHRjw== 8384 +IHVubw== 8385 +IGdhbGw= 8386 +7YSw 8387 +Y2lv 8388 +Y2Vycw== 8389 +INC80L3QtQ== 8390 +IHBlcHBlcg== 8391 +IEZlYnJ1 8392 +IGFsdGVybmF0aXZl 8393 +IGZ1 8394 +IEJhc2ljYWxseQ== 8395 +IFNtaXRo 8396 +IGdhdGU= 8397 +IFRhbQ== 8398 +IFdoYXRldmVy 8399 +IGFwcHJveGlt 8400 +IGNvbmNlcnQ= 8401 +IGp1aWNl 8402 +IEVzcGVjaWFsbHk= 8403 +IGR5bmFtaWM= 8404 +UXU= 8405 +b25kZXI= 8406 +aXZlcnk= 8407 +IGJhbmc= 8408 +IHJ1bA== 8409 +IFBhcnR5 8410 +IHNjaG9sYXJz 8411 +IGNyeWluZw== 8412 +asSF 8413 +0KI= 8414 +IFFVRVNUSU9O 8415 +cmlk 8416 +IGFjY3VyYXRl 8417 +w6dv 8418 +IENvb2w= 8419 +Y29pbg== 8420 +IOyDgQ== 8421 +IEZv 8422 +IHByw7M= 8423 +IFJvbWFu 8424 +INCf0YA= 8425 +IGNoZWNraW5n 8426 +Pyc= 8427 +IGF0dGFjaGVk 8428 +IElzbGFt 8429 +IGV4cGVydHM= 8430 +16c= 8431 +IENvbnN0 8432 +0YDQsNC9 8433 +IHNoYWRvdw== 8434 +IGRlbGF5 8435 +0JI= 8436 +IG9yaWVudA== 8437 +64I= 8438 +ZWxsZW4= 8439 +IGFzw60= 8440 +0LrQuNC5 8441 +IGhpc3RvcmljYWw= 8442 +IHVuY29t 8443 +b21w 8444 +aG0= 8445 +IGJpbA== 8446 +IHBsYW5uZWQ= 8447 +IFVuZm9ydHVuYXRlbHk= 8448 +IFdpbmRvd3M= 8449 +2LQ= 8450 +IGVuY291bnRlcg== 8451 +IOyDneqwgQ== 8452 +IHJlZ2FyZGluZw== 8453 +YXJyYXNz 8454 +IHJlY292ZXJ5 8455 +IEh1cg== 8456 +IEVtcA== 8457 +IHPDrQ== 8458 +7ZWY6rKM 8459 +IGRlZmVuZA== 8460 +IGNldA== 8461 +YXNzZQ== 8462 +64uo 8463 +b2tlcw== 8464 +IHJlbW90ZQ== 8465 +INiz 8466 +IGFydHM= 8467 +aXNjbw== 8468 +YXVjb3Vw 8469 +IE1leGljbw== 8470 +INC/0L7QvA== 8471 +IGNob3Nlbg== 8472 +ZW1hdA== 8473 +b2Rpbmc= 8474 +IGZsb3dlcg== 8475 +c3RhbmRpbmc= 8476 +IEFzc29jaQ== 8477 +dW1teQ== 8478 +SUxM 8479 +IGNhbWVyYXM= 8480 +IEFyYWI= 8481 +IFN1bQ== 8482 +IHRlZ28= 8483 +IGNyaW1pbmFs 8484 +aWZvcm0= 8485 +IHN0YWNr 8486 +7ISx 8487 +IERvbmFsZA== 8488 +IE9sZA== 8489 +IGR1c3Q= 8490 +IEpvc2U= 8491 +IGhlbQ== 8492 +IGluY3JlYXNlcw== 8493 +b3N0YQ== 8494 +IGR5aW5n 8495 +IFJpdmVy 8496 +IG1vaXN0 8497 +0YLQvtCy 8498 +YXJlcw== 8499 +IGRpc2NpcGw= 8500 +cmFpdA== 8501 +IEhhcw== 8502 +eWdlbg== 8503 +IFRyZQ== 8504 +IOu0 8505 +IGxhbmd1YWdlcw== 8506 +IEhlbg== 8507 +IDM2 8508 +IERpc25leQ== 8509 +aW50cw== 8510 +IGFsZ28= 8511 +IGZvb2Rz 8512 +IHNldHVw 8513 +bGFu 8514 +IGVmZmVjdGl2ZWx5 8515 +IHdoZXJldmVy 8516 +IHVudGVy 8517 +Zm9ybWF0aW9u 8518 +IGhpdHM= 8519 +IHByaW5jaXBsZQ== 8520 +IHRhc3Rlcw== 8521 +p4g= 8522 +IHRyZWF0ZWQ= 8523 +IHJlc29sdXRpb24= 8524 +IHByaXZpbGU= 8525 +IElQ 8526 +67A= 8527 +IHRlcnJpdA== 8528 +IHBvd2Vycw== 8529 +IO2D 8530 +IFZpY3Q= 8531 +IGJvdGhlcg== 8532 +IENoYWly 8533 +IG11c2NsZQ== 8534 +IHNhbGU= 8535 +IGRlY2VudA== 8536 +IGNvdXA= 8537 +IFNxdQ== 8538 +IGNvYXN0 8539 +IHJvZA== 8540 +IEZyYW5j 8541 +IGJhdGhyb29t 8542 +IHNob3BwaW5n 8543 +INC80L7QttC10YI= 8544 +IGnFnw== 8545 +IFN0YXk= 8546 +Z3JhZGU= 8547 +IGZvcm1lZA== 8548 +IGJhxZ8= 8549 +IGJyaWxs 8550 +am91cg== 8551 +7ZY= 8552 +d2ll 8553 +aWNhdGU= 8554 +IOKAi+KAiw== 8555 +IE5vcm0= 8556 +4KU= 8557 +IG1haW5seQ== 8558 +IFNwYWNl 8559 +IHRyZW1lbmQ= 8560 +aXRp 8561 +4K61 8562 +VVQ= 8563 +TXVzaWM= 8564 +IEZlYnJ1YXJ5 8565 +IGNvbnRyYXN0 8566 +ZXN0aW5n 8567 +IM60 8568 +aW5naW5n 8569 +INmG 8570 +c3Nlbg== 8571 +IEhvbWU= 8572 +IHNoZWxs 8573 +IEhheQ== 8574 +IGFsbGVy 8575 +IEFw 8576 +IFdlc3Rlcm4= 8577 +IFdvcmQ= 8578 +IFBMQVk= 8579 +IOuF 8580 +IEFxdQ== 8581 +IGVudHJ5 8582 +IGxhdW5jaGVk 8583 +IE1lbQ== 8584 +IFBvdXI= 8585 +IHp3ZQ== 8586 +IFNvbWVvbmU= 8587 +aW5nZQ== 8588 +IFByb2I= 8589 +bWJsZQ== 8590 +IFJlbA== 8591 +dXJ1 8592 +IHJoeQ== 8593 +IGdpZw== 8594 +IGVuZ2FnZW1lbnQ= 8595 +w7zFnw== 8596 +IG9mZmVyaW5n 8597 +d2hlbA== 8598 +IGFjdG9y 8599 +QVBQ 8600 +d2VzdA== 8601 +IFJveQ== 8602 +IHJldHVybmVk 8603 +IHNpbHZlcg== 8604 +cmF0aW5n 8605 +IGVzdGFy 8606 +IHNrZQ== 8607 +IHRp 8608 +aWNhdGlvbg== 8609 +IGFubm95 8610 +IGRlZXBseQ== 8611 +7Jqp 8612 +IG5hdMO8cmxpY2g= 8613 +RUxM 8614 +IENhdGg= 8615 +IHJhaWw= 8616 +0L3QvtCy 8617 +IHByYXllcg== 8618 +Y29s 8619 +R0I= 8620 +INCi0LDQug== 8621 +IGdsYQ== 8622 +IFdhdGVy 8623 +0Y/RgtGM 8624 +IE5vbg== 8625 +w7R0 8626 +YWdlcnM= 8627 +IGh1Zw== 8628 +IGRvY3RvcnM= 8629 +YW5jaW5n 8630 +IFRhbGs= 8631 +emluZw== 8632 +IGhhZG4= 8633 +IGx1aQ== 8634 +IGF0w6k= 8635 +IOq3uOumrOqzoA== 8636 +6rmM7KeA 8637 +aWNp 8638 +IGluY29ycG9y 8639 +IERp 8640 +emls 8641 +YW55YQ== 8642 +qoU= 8643 +IMK7 8644 +MzU= 8645 +IGJlZXI= 8646 +IGJlYXVjb3Vw 8647 +IE1D 8648 +IGVhcnM= 8649 +b2dlbg== 8650 +IFF1ZXN0 8651 +ZWRh 8652 +IFNhdHVyZGF5 8653 +IGZhbGxz 8654 +c3Rvbg== 8655 +Ymxlcw== 8656 +IHRodXM= 8657 +IOuEpA== 8658 +4LmE 8659 +IHRoZXJt 8660 +IGRpdmVyc2l0eQ== 8661 +IHNveQ== 8662 +YXp1 8663 +aW1w 8664 +IHRlbGV2aXNpb24= 8665 +INep15w= 8666 +IHd1cg== 8667 +IGVkZ2Vz 8668 +IGxlc3NvbnM= 8669 +IEF1ZA== 8670 +dm9pcg== 8671 +YW1lbnRv 8672 +IGV4cGxhaW5lZA== 8673 +INC+0L3QsA== 8674 +IHRlbXBz 8675 +z44= 8676 +VGhleQ== 8677 +IHN1cnByaXNpbmc= 8678 +0LDQvdC40Y8= 8679 +IERyYWc= 8680 +IENsZQ== 8681 +IG5hbQ== 8682 +INC70Y7QtA== 8683 +IGhhcmR3YXJl 8684 +IHRodW1icw== 8685 +IM66zrHOuQ== 8686 +IFRvcA== 8687 +IMOl 8688 +6Zk= 8689 +15XXqA== 8690 +IOq3uOuemOyEnA== 8691 +IEJ1ZGQ= 8692 +dGhlcm4= 8693 +IGludGVyZXN0cw== 8694 +2LA= 8695 +IGRldmVsb3BlcnM= 8696 +IGhpdHRpbmc= 8697 +IG9wcG9zZWQ= 8698 +IGhlYXJ0cw== 8699 +IEFuZHJvaWQ= 8700 +IEhhbmQ= 8701 +IHJlcHJlc2VudHM= 8702 +Z2xpY2g= 8703 +7Yq4 8704 +IDMy 8705 +IGRvbWlu 8706 +IEFubg== 8707 +IMOpdMOp 8708 +IHpvb20= 8709 +IGt0w7NyZQ== 8710 +IGFkdWx0cw== 8711 +IG9yZGVyZWQ= 8712 +IHBpY2tpbmc= 8713 +IEhvbmc= 8714 +IGZpbG1pbmc= 8715 +IHNlZWQ= 8716 +IEFU 8717 +IGNhbGN1bGF0ZQ== 8718 +INC60L7Qs9C00LA= 8719 +IE9z 8720 +aWNpdA== 8721 +IHJlbWFpbmluZw== 8722 +IHNlZ3U= 8723 +w7s= 8724 +IOyYpOuKmA== 8725 +IGFycml2ZQ== 8726 +IGNvbmdy 8727 +IGdyYW5kZQ== 8728 +IGhlYWx0aGNhcmU= 8729 +INC80L7QttC90L4= 8730 +U0E= 8731 +ZXN0ZQ== 8732 +IGF3YXJlbmVzcw== 8733 +IHNxdWFyZWQ= 8734 +eHR1cmU= 8735 +IEJlaW5n 8736 +IHNvbGRpZXJz 8737 +0YPQsQ== 8738 +IHJldm9sdXRpb24= 8739 +IHRyYWluZWQ= 8740 +ZW5kZW4= 8741 +6LA= 8742 +IGRhbmNpbmc= 8743 +IGluc3RhbGxlZA== 8744 +cHJpc2U= 8745 +IHZldGVy 8746 +IG1lbm9z 8747 +bmVsbA== 8748 +IEJyb3RoZXI= 8749 +IG51bg== 8750 +IGltcG9ydGFudGx5 8751 +YWxsZWQ= 8752 +aWHFgg== 8753 +YWJsZWQ= 8754 +IFN5c3RlbQ== 8755 +IFZvbA== 8756 +IGVsZA== 8757 +IGVtb3Rpb24= 8758 +aWNhbg== 8759 +IEJhbms= 8760 +aWtlcw== 8761 +IHZsb2c= 8762 +INCy0L7Qtw== 8763 +IHB1ZWRl 8764 +7Jik 8765 +IHRlZW4= 8766 +IHNldmVyZQ== 8767 +JSw= 8768 +IGNsZWFuaW5n 8769 +esSF 8770 +l5A= 8771 +IFRocm91Z2g= 8772 +IFNldA== 8773 +RVA= 8774 +Ij8= 8775 +IE1vdGhlcg== 8776 +IGZpZ3VyZWQ= 8777 +IG11ZA== 8778 +INGW 8779 +IE9mZmljZQ== 8780 +IHJhdw== 8781 +IGRlc3Ryb3llZA== 8782 +ZW50YQ== 8783 +IGFnZ3Jlc3M= 8784 +INC+0YE= 8785 +IOuqqOs= 8786 +w6TDpA== 8787 +IEFS 8788 +IGNvcnJlY3RseQ== 8789 +IHN0aXI= 8790 +IGV4dHJhY3Q= 8791 +IHZlaGljbGVz 8792 +IFJ1bg== 8793 +INCy0YDQtdC8 8794 +IHBhcmFsbGVs 8795 +IGxhZw== 8796 +anU= 8797 +IGRhcmU= 8798 +IE1vdA== 8799 +b25v 8800 +IGJlaW5ncw== 8801 +IHN0cm8= 8802 +IGV4Y3VzZQ== 8803 +IGFscGhh 8804 +IGFza3M= 8805 +IHBvY2tldA== 8806 +Li4uPw== 8807 +IGtpdGE= 8808 +w7xt 8809 +IGFwcGVhcmFuY2U= 8810 +b3JkYW4= 8811 +IGluc2VydA== 8812 +INC90LDRhw== 8813 +m2k= 8814 +IHRlbXBv 8815 +IGZhY2lsaXR5 8816 +IHZpc2libGU= 8817 +5ZI= 8818 +IFNjaWVuY2U= 8819 +dXJvcw== 8820 +INmB2Yo= 8821 +IFZhbg== 8822 +IHRlbnNpb24= 8823 +IO2VoA== 8824 +IGRlbGl2ZXJ5 8825 +IHN0aW0= 8826 +IHN1cnZleQ== 8827 +IEdyYQ== 8828 +IGJvbA== 8829 +5qA= 8830 +IHdlaXRlcg== 8831 +w59lbg== 8832 +IHByb2NlZWQ= 8833 +IGltcHJlc3NpdmU= 8834 +IFZvYw== 8835 +aW91c2x5 8836 +INC00LA= 8837 +aGFsZQ== 8838 +b2No 8839 +IGdsdWU= 8840 +cGhldA== 8841 +Y29udA== 8842 +IGZpdHM= 8843 +IGJveGVz 8844 +IGNvbnRyb2xz 8845 +IENoaWxk 8846 +IHNjZW5hcmlv 8847 +IHRyb3A= 8848 +IHByb2Nlc3Npbmc= 8849 +INGC0L7Qu9GM0LrQvg== 8850 +IGJpcmRz 8851 +IENoaWM= 8852 +INC90LDQvw== 8853 +IDIwMTM= 8854 +IG3DvHNzZW4= 8855 +IEphZw== 8856 +IHPEhQ== 8857 +IHBlcmNl 8858 +cmVo 8859 +IEZvcmU= 8860 +IGNvbmZ1c2Vk 8861 +YWlyZQ== 8862 +IGFjY29tcGxpc2g= 8863 +IGNhc2E= 8864 +Y2xvY2s= 8865 +IGluZmx1ZW4= 8866 +IFJP 8867 +IGJvbmU= 8868 +aWNpYW4= 8869 +IFND 8870 +IHN0cmF0ZWdpZXM= 8871 +Z2g= 8872 +0LTRgw== 8873 +IGl0dQ== 8874 +IHBlcnNvbmFsaXR5 8875 +IGJhcmR6bw== 8876 +IGFjY2VwdGVk 8877 +IHN0b20= 8878 +aWV2 8879 +IEhpc3Q= 8880 +IEF1cw== 8881 +IOuwlOs= 8882 +QVRPUg== 8883 +b2ly 8884 +IG1hZ2F6 8885 +IGV4cGxhbg== 8886 +IGNvcm4= 8887 +IGlscw== 8888 +IGNpcmN1aXQ= 8889 +IGdheQ== 8890 +aG9w 8891 +IGVxdWl2YWw= 8892 +IGRpZXNlcg== 8893 +ZXJ2ZXM= 8894 +Y29tZXM= 8895 +a2xpY2g= 8896 +IOuVjOs= 8897 +YWJldA== 8898 +IGV4aGE= 8899 +IG1hbm5lcg== 8900 +IOKZquKZqg== 8901 +w6lj 8902 +w6Rs 8903 +IGNvbmZpcm0= 8904 +IGVudGVyZWQ= 8905 +ZW1wbG8= 8906 +IEZhcg== 8907 +IG/DuQ== 8908 +ZXNzaW9ucw== 8909 +IG51cnM= 8910 +IGVudMOjbw== 8911 +IGFiYW5kb24= 8912 +bGlmZQ== 8913 +IHdpcw== 8914 +TmFycmF0b3I= 8915 +IOyWtA== 8916 +VGhlcmU= 8917 +IFJhbQ== 8918 +YXN0ZQ== 8919 +IGF0dHJpYg== 8920 +IEF5 8921 +IG1lc21v 8922 +IM69zrE= 8923 +6as= 8924 +ZW5zZXM= 8925 +IGNyb3A= 8926 +INC30LTQtdGB0Yw= 8927 +IFVudGls 8928 +c3RlaW4= 8929 +IG92ZW4= 8930 +IHN1c3BlY3Q= 8931 +aGV0 8932 +IHB1aXM= 8933 +IGNhcnJpZWQ= 8934 +w6ln 8935 +IERldg== 8936 +ZW1z 8937 +cmVlbnM= 8938 +YmVycnk= 8939 +IHRlbXBs 8940 +IEJpdA== 8941 +IHZhcmlhYmxlcw== 8942 +IG92ZXJ3aGVs 8943 +zrzOtQ== 8944 +IGluaXRpYWxseQ== 8945 +7JWY 8946 +b3RoaW5n 8947 +0LXRgtGM 8948 +IEhpbGw= 8949 +IGRlcGFydA== 8950 +IG15c3Q= 8951 +YXp6 8952 +IGZsdWlk 8953 +IERD 8954 +IGNsaW5pY2Fs 8955 +IFJ5YW4= 8956 +IEZsb3JpZGE= 8957 +IFRhaw== 8958 +IGFueGlldHk= 8959 +YnJv 8960 +IGNpcmN1bXN0YW5jZXM= 8961 +INmD 8962 +IGV4aXN0ZW5jZQ== 8963 +IHRvbmc= 8964 +IDIwMTI= 8965 +IFNlY3JldGFyeQ== 8966 +IHNwaWN5 8967 +IFso 8968 +IFdpdGhvdXQ= 8969 +IGZhY3Rz 8970 +IHRvbnM= 8971 +QXBw 8972 +IFN0YW5k 8973 +IGxpZXM= 8974 +IEFE 8975 +d2lu 8976 +z4TOtQ== 8977 +YXBwbGF1c2U= 8978 +SVA= 8979 +c3Rh 8980 +IFN1cA== 8981 +cGhvbmVz 8982 +npE= 8983 +cGll 8984 +IFBvdA== 8985 +IE5P 8986 +INee 8987 +INCU0LA= 8988 +aWNhcw== 8989 +IEly 8990 +IHB1c2hlZA== 8991 +IHVuY2xl 8992 +INmF2YY= 8993 +IGxvbg== 8994 +IHByaW5jaXBsZXM= 8995 +IEludGVybmF0aW9uYWw= 8996 +IMOW 8997 +xb4= 8998 +IHNheWE= 8999 +IOqzoA== 9000 +IHJpYg== 9001 +IHBhc3Rl 9002 +IHdhcm5pbmc= 9003 +IG11c2ljYWw= 9004 +IGFncmVlZA== 9005 +0L7RgNC8 9006 +IGdhcmxpYw== 9007 +IG94eWdlbg== 9008 +7JiI 9009 +QWw= 9010 +IOunng== 9011 +ZWxpbmVz 9012 +TEFVU0U= 9013 +Z3lwdA== 9014 +R0U= 9015 +Y2tlcg== 9016 +dHU= 9017 +IHNoZWw= 9018 +IHN0YXllZA== 9019 +INCz0L7QtA== 9020 +IGxhcHQ= 9021 +IE1hcnRpbg== 9022 +IGludml0ZWQ= 9023 +IGNvbmZpcg== 9024 +IGVtYmFycmFzcw== 9025 +YWNpb25lcw== 9026 +IENhbXA= 9027 +IGhvbGRz 9028 +YXh5 9029 +IGRpdmU= 9030 +dWNrbGVz 9031 +IGJvb3N0 9032 +IHfDvHI= 9033 +c3RhbA== 9034 +INGA0LDQsdC+0YI= 9035 +IGTDqWM= 9036 +IG9mZmljZXJz 9037 +IOyVhOs= 9038 +b2xvZ2lzdA== 9039 +157X 9040 +IHNlZWRz 9041 +IGJ1ZmY= 9042 +IHVwZGF0ZXM= 9043 +ZGVk 9044 +IGZyaWVuZGx5 9045 +IGNvdW5jaWw= 9046 +IFByb2JhYmx5 9047 +IHBpYW5v 9048 +IHJlZHVjZWQ= 9049 +z4TOsQ== 9050 +IGF1dGhlbnQ= 9051 +IGV4cGxvcw== 9052 +cGFzcw== 9053 +IEhpdA== 9054 +anVk 9055 +IE5hdg== 9056 +b21p 9057 +IGNvbW1pc3Npb24= 9058 +IGd5bQ== 9059 +0J8= 9060 +IHBvbg== 9061 +0YDQvtGB 9062 +IGludGVyZmFjZQ== 9063 +IHN0cnVjdHVyZXM= 9064 +IEplbg== 9065 +IHlvaw== 9066 +IG1ldQ== 9067 +7KeA66eM 9068 +bmVk 9069 +IFdpZQ== 9070 +IGlkZW50aWZpZWQ= 9071 +IGNoYW5uZWxz 9072 +xLFuYQ== 9073 +IHBoaWxvc29w 9074 +a2VpdA== 9075 +IGJpdHM= 9076 +ZW50ZXM= 9077 +IGZyYWc= 9078 +IEtpbmQ= 9079 +IGRvY2g= 9080 +IHNuZQ== 9081 +aW5kaW5n 9082 +IEpld2lzaA== 9083 +0L7RgNC+0Yg= 9084 +IGZ1ZQ== 9085 +IO2P 9086 +IG3EsQ== 9087 +IGtlaW5l 9088 +IGxvY2F0aW9ucw== 9089 +IG1ldGVy 9090 +IGJlZWY= 9091 +IG1hbmlw 9092 +IHNvbm8= 9093 +enpsZQ== 9094 +57Y= 9095 +IHBlcw== 9096 +IGhvcnJpYmxl 9097 +IFNu 9098 +IGZhY3Rvcnk= 9099 +IGZpZnRo 9100 +IGNvb2tlZA== 9101 +IG1vb2Q= 9102 +IHZlbG9jaXR5 9103 +IG9ibGln 9104 +IGNvbm5lY3Rpb25z 9105 +xJ9pbQ== 9106 +IOqztQ== 9107 +IGRvbWFpbg== 9108 +IGFwcGx5aW5n 9109 +IHJpZGlj 9110 +IGNlbA== 9111 +IGNoaWxkaG9vZA== 9112 +IFRlc3Q= 9113 +cmF0dWxhdGlvbnM= 9114 +IFZpcmdpbg== 9115 +IENFTw== 9116 +INC/0Ls= 9117 +IGFsZ29yaXRobQ== 9118 +IGludGVyYWN0aW9u 9119 +YWdh 9120 +IGtpZGRpbmc= 9121 +IHRvbWF0bw== 9122 +IGNvbnRpbnVpbmc= 9123 +bGFk 9124 +c3RyZWFt 9125 +0L7QttC1 9126 +IOyYgQ== 9127 +0LXQu9C+0LI= 9128 +QkE= 9129 +IG5hcA== 9130 +IE5vYm9keQ== 9131 +IHRodW1i 9132 +IE9O 9133 +IHJ1c2g= 9134 +RFI= 9135 +IHN0cmlrZQ== 9136 +IGV2b2x1dGlvbg== 9137 +aWNoZQ== 9138 +IOy7 9139 +IOq3uOufsA== 9140 +2KfYqg== 9141 +IGFr 9142 +IHdpbmRvd3M= 9143 +IGV4Y2Vzcw== 9144 +IGNvbmNsdWQ= 9145 +IGVwaXNvZGVz 9146 +IHN0cnVnZ2xpbmc= 9147 +IERhdA== 9148 +nbzr 9149 +IGtleXM= 9150 +IGtsZQ== 9151 +IHZlZ2V0YWJsZXM= 9152 +eXN0ZW0= 9153 +w6puY2lh 9154 +cmljaw== 9155 +IHJldmVudWU= 9156 +IEhhdw== 9157 +IGxhbg== 9158 +YW50ZXM= 9159 +aW5peg== 9160 +0LjRgdGC 9161 +IHN1cA== 9162 +qbTshJw= 9163 +IG1vbWVudG8= 9164 +aXN0bw== 9165 +IEVyaWM= 9166 +aW9ycw== 9167 +YmFq 9168 +IGludHJvZHVjdGlvbg== 9169 +aXJ0eQ== 9170 +IGRlY2s= 9171 +cmVhbA== 9172 +IE1hcmlv 9173 +IGxvdmluZw== 9174 +4LiU 9175 +IHN1cHBvcnRz 9176 +0LjRh9C10YE= 9177 +IGluY2lkZW50 9178 +dXRjaA== 9179 +dXY= 9180 +IGJvb20= 9181 +0LXRgNGM 9182 +INC90YPQtg== 9183 +IGNvbWJpbmVk 9184 +IExpbg== 9185 +MjM= 9186 +b3JhdGlvbg== 9187 +bnRl 9188 +IHNvcg== 9189 +IGRpcnR5 9190 +aWZlcg== 9191 +IEFQSQ== 9192 +IGNvbGxhYm9yYXRpb24= 9193 +aWFibGU= 9194 +IHByaW9yaXR5 9195 +IEFsZQ== 9196 +IFByaW4= 9197 +IEV4Yw== 9198 +IHZhaXM= 9199 +IGdyYW4= 9200 +IHN0b29k 9201 +IHJlY3J1 9202 +IE11cg== 9203 +ZXNpcw== 9204 +YXNw 9205 +IGxvY2tlZA== 9206 +IFBlcm8= 9207 +IEhhcnJ5 9208 +IHR1ZG8= 9209 +IFRlbg== 9210 +2LU= 9211 +Zm9yY2VtZW50 9212 +KSk= 9213 +b2xp 9214 +IOyduA== 9215 +IHN1cHBs 9216 +IGNyb2NoZXQ= 9217 +IHBoZW5vbWVu 9218 +bG9z 9219 +YXRoYW4= 9220 +IFN1cHA= 9221 +IGVtYnI= 9222 +IGJlaw== 9223 +IFplaXQ= 9224 +Z2VuZA== 9225 +IHJvb21z 9226 +qr0= 9227 +VkVS 9228 +bnljaA== 9229 +IGRvbnQ= 9230 +IGNhYmlu 9231 +IGFjY291bnRz 9232 +IEVhc3Rlcg== 9233 +15XXnA== 9234 +IGZhY2lsaXRpZXM= 9235 +YmVpdA== 9236 +IGxpbmtlZA== 9237 +IEdlcg== 9238 +IHByb2dyYW1taW5n 9239 +b3RpYw== 9240 +IGRyYW1h 9241 +IDI5 9242 +IO2B 9243 +IGluc3RydWN0aW9ucw== 9244 +IGltcG9ydGFudGU= 9245 +IHdhdmVz 9246 +IGFpZA== 9247 +Q0s= 9248 +6rKg7Iq164uI64uk 9249 +IE1pcg== 9250 +IHRpZA== 9251 +IEhvdA== 9252 +IGFycmFuZ2U= 9253 +IEJhYnk= 9254 +IHRhY2s= 9255 +INGJ 9256 +7Z0= 9257 +IHZlcnRpY2Fs 9258 +IGhlZWw= 9259 +IEN1dA== 9260 +IG5hcnJvdw== 9261 +IEFyaQ== 9262 +IGtuZWU= 9263 +IEJyYXppbA== 9264 +IEZpdmU= 9265 +IHBvc3RlZA== 9266 +VUQ= 9267 +IHJvbGxpbmc= 9268 +zrg= 9269 +IGNsYWltcw== 9270 +IElucw== 9271 +T0s= 9272 +dWlu 9273 +IEluc3RpdHV0ZQ== 9274 +IGludGVuc2U= 9275 +aWFy 9276 +IE5pY2s= 9277 +IHNlbGVjdGlvbg== 9278 +IGxlZ2VuZA== 9279 +IHVuaWZvcm0= 9280 +w7pu 9281 +IHN0dWRpZWQ= 9282 +INCl 9283 +IOyVjA== 9284 +Z2Vycw== 9285 +IGRvdw== 9286 +IENT 9287 +IGFnZW50 9288 +IEF1Zg== 9289 +IGpvZw== 9290 +IGFpcmNyYWZ0 9291 +64uY 9292 +IHZpdA== 9293 +dWxz 9294 +IHNlZ21lbnQ= 9295 +IG9yZGVycw== 9296 +IENsYXNz 9297 +IGFwb2xvZw== 9298 +IHBsYXRmb3Jtcw== 9299 +IG15dGg= 9300 +0LDQttC1 9301 +IEJvb2s= 9302 +IHNlbnNpdGl2ZQ== 9303 +INC/0L7Qu9GD0Yc= 9304 +IGRhbWl0 9305 +IENhcHQ= 9306 +c29sZQ== 9307 +IGFyY2hpdGVjdHVyZQ== 9308 +IFdpbA== 9309 +IGluaGVy 9310 +Y2Fw 9311 +IEJveQ== 9312 +IGJ1cm5pbmc= 9313 +IFB1YmxpYw== 9314 +IGJlaGFsZg== 9315 +IOychA== 9316 +IHRoZXJhcHk= 9317 +dWJzY3JpYmU= 9318 +IGludm9sdmU= 9319 +IGV4cG9zZWQ= 9320 +acWf 9321 +w6p0cmU= 9322 +IHRvaWw= 9323 +IHNpbms= 9324 +cGly 9325 +5YM= 9326 +SUk= 9327 +IGFnZW5jaWVz 9328 +IHE= 9329 +IERvd24= 9330 +YXVm 9331 +IOunmw== 9332 +IHByb2M= 9333 +b2tlZA== 9334 +IHN0b3Jlcw== 9335 +cG93ZXI= 9336 +IFRoaW5ncw== 9337 +IGFjY2Vzc2libGU= 9338 +IHRlxbw= 9339 +IEVkdWM= 9340 +IHNwZWFrZXJz 9341 +IFNhcmFo 9342 +lJQ= 9343 +IGRpdmVyc2U= 9344 +7J6W 9345 +IFVsdA== 9346 +w6B5 9347 +IENoaWNhZ28= 9348 +U2hl 9349 +YXRoeQ== 9350 +IGVuYWJsZQ== 9351 +IHRyYWRpbmc= 9352 +IG11c2NsZXM= 9353 +5ps= 9354 +IENhcmU= 9355 +IFVy 9356 +IFNjb3Q= 9357 +IHBocmFzZQ== 9358 +RU5U 9359 +IOqyvQ== 9360 +IEphYw== 9361 +cGFjaw== 9362 +IGRldGVybWluZWQ= 9363 +w7xuZA== 9364 +IG5lZ290aQ== 9365 +IHZpZMOp 9366 +IHJveg== 9367 +IFN1cw== 9368 +IHJpZGluZw== 9369 +aG1lbg== 9370 +IERlZg== 9371 +IENyZQ== 9372 +IFdhbGw= 9373 +aWdhbg== 9374 +IHNlbXByZQ== 9375 +0ZbQtA== 9376 +IGRyaXZlbg== 9377 +IGZvb3RhZ2U= 9378 +IGZvbmQ= 9379 +IFdheQ== 9380 +w6Rt 9381 +IE9iYW1h 9382 +IFNlcnZpY2U= 9383 +IDc1 9384 +IERhcms= 9385 +IOq3vOs= 9386 +IENhdA== 9387 +2Lc= 9388 +6Yw= 9389 +IGp1Zw== 9390 +IGV0d2Fz 9391 +IGJyZWF0aGluZw== 9392 +4buD 9393 +IFdlYg== 9394 +IGZvaXM= 9395 +IGxpZ2h0aW5n 9396 +IERB 9397 +IG9ic3Q= 9398 +IGxldXI= 9399 +IEVneXB0 9400 +IEFybXk= 9401 +aWNpZGU= 9402 +0LDRgtC4 9403 +IOuLpOs= 9404 +IGFwYXJ0bWVudA== 9405 +IGNoaWVm 9406 +IFdlZA== 9407 +IG5ldHdvcmtz 9408 +IGJhdHQ= 9409 +5rg= 9410 +IEx1Yw== 9411 +IG5pY2VseQ== 9412 +IHZlcmI= 9413 +4Li0 9414 +7LY= 9415 +b3NpdA== 9416 +IHJldmVhbGVk 9417 +IHRhdA== 9418 +IHRpZWQ= 9419 +4buB 9420 +IGFuaW1hdGlvbg== 9421 +IHJvbGVz 9422 +7Iqk7Q== 9423 +IHZlcnNpb25z 9424 +0YfQuNGC 9425 +IHRhc2tz 9426 +r7w= 9427 +IHJlc2M= 9428 +c2hl 9429 +IGxvb3Nl 9430 +IGPhuw== 9431 +IGNvaXNh 9432 +IGFsZXJ0 9433 +IG5pbg== 9434 +IFNBTQ== 9435 +IHRyYWJhag== 9436 +aXJ1cw== 9437 +VEg= 9438 +xqE= 9439 +b2dldGhlcg== 9440 +IFRhaQ== 9441 +IGZpZ3VyZXM= 9442 +INeQ16o= 9443 +IGNyZWVw 9444 +IGludmVzdGlnYXRpb24= 9445 +IHJlY29tbWVuZGVk 9446 +IEFr 9447 +IHJlc2lkZW50cw== 9448 +0YHRgtCy0L4= 9449 +c2VjdA== 9450 +0LDQvdC40LU= 9451 +IG1pbmRz 9452 +dWluZw== 9453 +5bE= 9454 +b3dpbmc= 9455 +IG5vZw== 9456 +IHJheg== 9457 +2KfYsQ== 9458 +IHF1b3Q= 9459 +INC40YU= 9460 +IHNlZA== 9461 +IGFwcGxhdWQ= 9462 +IGNvdmVyYWdl 9463 +dm9s 9464 +IFJlYw== 9465 +xJs= 9466 +INCy0YHRkQ== 9467 +IGV4cGVjdGluZw== 9468 +IG9wZXJhdGU= 9469 +IGNvbnZlcg== 9470 +IFN1Y2g= 9471 +IFJhZA== 9472 +IFByaW1l 9473 +IHB1cnBsZQ== 9474 +IDIwMTA= 9475 +IOyViOs= 9476 +IGV4ZW0= 9477 +IGNvbXBhcmlzb24= 9478 +IGxhbmRzY2FwZQ== 9479 +IG5laXRoZXI= 9480 +IEVo 9481 +64U= 9482 +IHN0b21hY2g= 9483 +IGNhc28= 9484 +w6Ju 9485 +IHBlcmNlbnRhZ2U= 9486 +d2ljaA== 9487 +aXRhbg== 9488 +IGts 9489 +IGV4cGFucw== 9490 +INin2YTZhQ== 9491 +IG9jY2FzaW9u 9492 +cmV0cw== 9493 +aWduaW5n 9494 +IGtpbG9tZXQ= 9495 +IGd1c3Q= 9496 +Y3pl 9497 +IHVyYmFu 9498 +IGFncmlj 9499 +IGFzc2lzdGFuY2U= 9500 +IHN1cmY= 9501 +aW1ldGVy 9502 +IHBldGl0 9503 +IGFzc2Vzc21lbnQ= 9504 +IG1hbnVhbA== 9505 +IGltcHJvdmVk 9506 +YnN0 9507 +IHBpbG90 9508 +IE1hcnM= 9509 +IHZpZWxl 9510 +IENvbmdyYXR1bGF0aW9ucw== 9511 +IGFyZ3Vl 9512 +IHdpcmtsaWNo 9513 +IGNsaWNraW5n 9514 +UklT 9515 +IGxvZ28= 9516 +IG91dGNvbWU= 9517 +IENlbnRyYWw= 9518 +IEpp 9519 +IGdhbWluZw== 9520 +IGNvbnNlcnY= 9521 +IHVsdGltYXRl 9522 +IFZl 9523 +IFdhbA== 9524 +YXJv 9525 +c3Rhcg== 9526 +IGNvbnN1bWVy 9527 +IHRyYXZlbGluZw== 9528 +aW1lcg== 9529 +IDEwMDA= 9530 +0L3QuNC6 9531 +IHByaW5jaXBhbA== 9532 +IHNha2U= 9533 +0ZbQsg== 9534 +IG1vdXNl 9535 +YXJpb3M= 9536 +IHJlbGF0aW9u 9537 +IG1vcmFs 9538 +IHRoZXRh 9539 +d3k= 9540 +IGthbQ== 9541 +IGVpZw== 9542 +IGdvbGRlbg== 9543 +16Q= 9544 +IGFtcGw= 9545 +IHZ1 9546 +c3Ry 9547 +cm9ycw== 9548 +IHdoZXJlYXM= 9549 +aXphcg== 9550 +IGFkbWluaXN0cg== 9551 +IG7Ds3M= 9552 +IFByZXQ= 9553 +IEFjYWQ= 9554 +YW5naW5n 9555 +YmFnZQ== 9556 +w6l0YWl0 9557 +dXJp 9558 +IGhlYWxpbmc= 9559 +IHRpcG8= 9560 +IG1hcnJ5 9561 +0YPQsg== 9562 +IGVzdGF0ZQ== 9563 +dXU= 9564 +7JQ= 9565 +IEJlc3Q= 9566 +IHN1ZmZlcg== 9567 +IDE5NA== 9568 +IGJhY3Rlcg== 9569 +INCS0L7Rgg== 9570 +IE9t 9571 +IGR6 9572 +6LY= 9573 +7KY= 9574 +IG9sZHU= 9575 +IHBoeXNpY2FsbHk= 9576 +IExvdWlz 9577 +ZXRpbWU= 9578 +Y2FzZQ== 9579 +IHBpZXI= 9580 +7KCc 9581 +dmFu 9582 +IGFzc2V0cw== 9583 +IOuB 9584 +dmV0 9585 +0LjQsQ== 9586 +IHByb21vdGU= 9587 +IGNvbmdyYXQ= 9588 +dWVzZGF5 9589 +IGR1dHk= 9590 +IFZpZGVv 9591 +2K4= 9592 +IEpvaG5zb24= 9593 +a3Rpb24= 9594 +IFZvY8Oq 9595 +44CL 9596 +IGFp 9597 +IGFubnVhbA== 9598 +IEpvc2g= 9599 +aXR0ZQ== 9600 +IEpP 9601 +IHNsaWRlcw== 9602 +IGFuYw== 9603 +uYQ= 9604 +dGVlbg== 9605 +IGNhcnJ5aW5n 9606 +bHltcA== 9607 +ZWRpbmc= 9608 +IGZybw== 9609 +IGFkbWl0 9610 +cmVy 9611 +IG9mZmljaWFscw== 9612 +cHRpb25z 9613 +Z2Fs 9614 +IGhldXRl 9615 +IHZvaWNlcw== 9616 +IGJhbGxz 9617 +IGd1ZXN0cw== 9618 +YW5uZXI= 9619 +44CK 9620 +aXNoZXI= 9621 +IE1S 9622 +IFJpY2hhcmQ= 9623 +IHJvdWdobHk= 9624 +bMSx 9625 +IHZpY3Rvcnk= 9626 +IGFsZ3Vu 9627 +IE1ycw== 9628 +xZtjaWU= 9629 +IFVr 9630 +IGV5 9631 +IFdhcnM= 9632 +IGJyYW5jaA== 9633 +YXN0eQ== 9634 +IFByaW5jZQ== 9635 +0LXQutGC 9636 +IHJlY29nbml6ZWQ= 9637 +IG11Y2hv 9638 +IExlYXZl 9639 +Y29ubmVjdA== 9640 +IHNwZWxs 9641 +IHRvdWNoZWQ= 9642 +IGFnZW5kYQ== 9643 +6L4= 9644 +YXJpYQ== 9645 +IEtvbmc= 9646 +b2dh 9647 +IHBhcmFtZXRlcnM= 9648 +64uk6w== 9649 +IGluc3RhbnQ= 9650 +IHJlZ3Vs 9651 +Q29u 9652 +IGVkaXRvcg== 9653 +IERpc3Q= 9654 +IHVua25vd24= 9655 +IHB1bmlzaA== 9656 +IGV4cGVjdGF0aW9ucw== 9657 +IGNyeXB0 9658 +IGRpdmlkZQ== 9659 +YWtlbg== 9660 +IE1lc3M= 9661 +IGh5cGVy 9662 +IFByb2plY3Q= 9663 +aWtp 9664 +IGFnb3Jh 9665 +IGFidXNl 9666 +IGNhdXNpbmc= 9667 +IGNvbnZpbg== 9668 +IExB 9669 +IGNvbmNlbnRyYXRpb24= 9670 +IGJyZWFrcw== 9671 +dXJlcg== 9672 +IGNvbmNyZXRl 9673 +IGZvcm1hbA== 9674 +IGJldGE= 9675 +aXRvcnM= 9676 +IENoYW1w 9677 +IGhlYWRpbmc= 9678 +IEJsbw== 9679 +IHByZW5k 9680 +IFNlbmF0ZQ== 9681 +IGFkdmVudHVyZQ== 9682 +b3Nv 9683 +IG9wZW5z 9684 +IFBMQVlJTkc= 9685 +IFNV 9686 +dXJlbg== 9687 +aWt0 9688 +INC70Y7QsQ== 9689 +IEZvbGxvdw== 9690 +IEJpZGVu 9691 +ZWxu 9692 +IFNreQ== 9693 +ZXRpbmc= 9694 +IEV4dA== 9695 +0L3Rg9GO 9696 +IOyZnA== 9697 +IHNocg== 9698 +ZWxsYQ== 9699 +IERpdg== 9700 +IHRyYW5zZm9ybWF0aW9u 9701 +IGhvdXNlaG9sZA== 9702 +ZXRyeQ== 9703 +6KE= 9704 +IERlc3A= 9705 +IGNvdXJhZ2U= 9706 +IHBhcmtpbmc= 9707 +IGV0dMOk 9708 +Y2Fs 9709 +bHlu 9710 +IGxhaWQ= 9711 +IHRyaWVz 9712 +aXJ0cw== 9713 +aWdh 9714 +IHJlY2FsbA== 9715 +aWZpZXI= 9716 +z4HOsQ== 9717 +IGFhbg== 9718 +IGJ1dHRvbnM= 9719 +IHJlYWNoaW5n 9720 +IOq3vOuNsA== 9721 +IHNwYXJr 9722 +IFNvY2lhbA== 9723 +INC10YnQtQ== 9724 +IGNhbmFs 9725 +IGNyaXRlcg== 9726 +IGt0w7NyeQ== 9727 +IHRlbmVtb3M= 9728 +gqw= 9729 +INC90LXRgg== 9730 +IHR1YmU= 9731 +YWNsZXM= 9732 +0LjRiA== 9733 +IGRlxJ9pbA== 9734 +IHN0YW1w 9735 +IGluZmw= 9736 +IGFob3Jh 9737 +IHRyYWls 9738 +IG1peHR1cmU= 9739 +IFJvbGw= 9740 +IHJvdXRpbmU= 9741 +IGNvdW50eQ== 9742 +IGVuam95aW5n 9743 +0L3QvtGB0YLRjA== 9744 +ZXJlcw== 9745 +IHB1cnBvc2Vz 9746 +IFNhbnRh 9747 +IGJyZWFzdA== 9748 +w6RuZw== 9749 +IHdyaXRlcg== 9750 +5Yw= 9751 +0YDQvg== 9752 +IG5lbQ== 9753 +aWNvcw== 9754 +0LDRgdGC 9755 +IGRldGFpbGVk 9756 +IHJldmVyc2U= 9757 +IFJlYWR5 9758 +IGRpc3RyYWN0 9759 +IEFsb3Jz 9760 +dXR0ZXI= 9761 +IGRlc2VydmU= 9762 +IFJvbg== 9763 +0L3QvtC8 9764 +IG9ic2Vydg== 9765 +IGxvZ2lj 9766 +IFB5 9767 +IEtldmlu 9768 +pbQ= 9769 +2YrZhg== 9770 +IHNrYQ== 9771 +IHRhY3Q= 9772 +IGhvbGlkYXk= 9773 +IGJ1bXA= 9774 +INC80L7Qsw== 9775 +IGRlaXg= 9776 +7YU= 9777 +IHdvcnNoaXA= 9778 +Q2w= 9779 +IHN1Y2s= 9780 +INGB0LXQsQ== 9781 +IGFwcGxhdXNl 9782 +IEVw 9783 +INC80L4= 9784 +IHBhdGNo 9785 +4bqt 9786 +IGxhZGllcw== 9787 +IGJyb2FkY2FzdA== 9788 +IGlsbGVn 9789 +IG5hcnJhdGl2ZQ== 9790 +b3NzYQ== 9791 +QVJSQVRPUg== 9792 +IHNhbmc= 9793 +IG1vdmVtZW50cw== 9794 +IHBhcnRuZXJzaGlw 9795 +IG9yZ2FuaXplZA== 9796 +IG5vZGU= 9797 +ZXN0eWxl 9798 +IE1lZw== 9799 +IGluZHVzdHJpYWw= 9800 +IGdvbA== 9801 +IGJvcmluZw== 9802 +IGN1dHM= 9803 +IHJlY29u 9804 +YXNh 9805 +IGltcHJlc3Npb24= 9806 +7Jq0 9807 +Z2ll 9808 +TUE= 9809 +hrU= 9810 +IGVkaXRpbmc= 9811 +cm9udA== 9812 +IGZvbGxvd3M= 9813 +IEl0YWxpYW4= 9814 +0YDQvtC0 9815 +IOqwmeydgA== 9816 +IOuwqQ== 9817 +IHBhcnRpY2xlcw== 9818 +IEJvYXJk 9819 +15nXqg== 9820 +anVu 9821 +cm9uaWM= 9822 +IGVq 9823 +IM+Ezrc= 9824 +15XXkw== 9825 +Y2lvbg== 9826 +aXR0eQ== 9827 +IFR1ZXNkYXk= 9828 +dW1lcw== 9829 +IFByb3Q= 9830 +ZWRlcg== 9831 +IHBlc3NvYXM= 9832 +INC90L7Qsg== 9833 +IHNraXA= 9834 +IG9iamVjdGl2ZQ== 9835 +w61hcw== 9836 +IGRlc2s= 9837 +IExvb2tz 9838 +dW5kZW4= 9839 +IHByaW1hcmlseQ== 9840 +aW1lbnRv 9841 +IHJlcG9ydGluZw== 9842 +IGhhY2U= 9843 +IGNoZWNrZWQ= 9844 +6Zg= 9845 +IOuztOs= 9846 +IHNtZWxscw== 9847 +IGFjdG9ycw== 9848 +IEFzaWE= 9849 +aWzDoA== 9850 +IHJlY2VpdmluZw== 9851 +IHRheGVz 9852 +IGdyYWNl 9853 +IGNvbXBldGl0aXZl 9854 +IGRpdmlzaW9u 9855 +IGVzcGVy 9856 +IHdoZWVscw== 9857 +IGtvbW10 9858 +IHRyZW1lbmRvdXM= 9859 +IGVzcGU= 9860 +Li4uKQ== 9861 +IOyehQ== 9862 +IGxpc3RlZA== 9863 +w6RsbA== 9864 +IHVudXM= 9865 +IEhvbGx5 9866 +IGd1aWRhbmNl 9867 +IGN1Yg== 9868 +IGludGVsbGVjdA== 9869 +INCx0YvQuw== 9870 +IHJlZ2FyZGxlc3M= 9871 +IFN0YW4= 9872 +IGNvbmNsdXNpb24= 9873 +YWNhxJ8= 9874 +IGxvbA== 9875 +IEJhdA== 9876 +IG1hbmlmZXN0 9877 +IENoaWVm 9878 +IHNoYW1l 9879 +IG91dGNvbWVz 9880 +IG1haWw= 9881 +IGt1cg== 9882 +zrnOug== 9883 +ZXR6 9884 +IHByZXBhcmluZw== 9885 +Mjc= 9886 +IFF1ZWVu 9887 +4K6z 9888 +IOu5hA== 9889 +IHRpc3M= 9890 +IGNvbnNjaW91c25lc3M= 9891 +IHBhbnRz 9892 +IG1lbHQ= 9893 +dWNodA== 9894 +aW5o 9895 +7JuM 9896 +IHZvdHJl 9897 +IG1vZHVsZQ== 9898 +b3d5 9899 +IG1vbnN0ZXI= 9900 +IOuG 9901 +IGVsZWN0cm9uaWM= 9902 +IGNlbnRyZQ== 9903 +IHN0b3Bz 9904 +IHRvdQ== 9905 +IOut 9906 +IGxhbWI= 9907 +IGNvbnNlcXVlbmNlcw== 9908 +IHN0cmF3 9909 +IGltcGVy 9910 +IGV4dGVuZA== 9911 +IGFuc3dlcmVk 9912 +IE1haA== 9913 +IExBVVJB 9914 +aWZ0aW5n 9915 +dWF0ZQ== 9916 +IFVTQg== 9917 +IEFuZHJldw== 9918 +IEZyZWQ= 9919 +IERF 9920 +IEdlb3Jn 9921 +57s= 9922 +w6xuaA== 9923 +IGRyYXdu 9924 +IGxpcHM= 9925 +Ymly 9926 +IG1heW9y 9927 +aW1p 9928 +IGVuY29yZQ== 9929 +Zm9ydGFibGU= 9930 +dXJzZGF5 9931 +IEZvcm0= 9932 +IGJsYW1l 9933 +IHNob3dlcg== 9934 +IGNvbnRhaW5lcg== 9935 +c3RlcnM= 9936 +dWRlcw== 9937 +IFRheQ== 9938 +4Lil 9939 +IOyYiA== 9940 +IHZvbQ== 9941 +IGJhc3M= 9942 +IExhYg== 9943 +aXNzYQ== 9944 +IGRpbWVuc2lvbg== 9945 +IGV4ZWN1dGl2ZQ== 9946 +IFJvbQ== 9947 +6rKM7JqU 9948 +IERvY3Rvcg== 9949 +IGRlbGl2ZXJlZA== 9950 +IGdhbmc= 9951 +IGNlcg== 9952 +IHBpdA== 9953 +ZWxp 9954 +IGV4dHJhb3Jk 9955 +amFy 9956 +IGRlcml2 9957 +IGlsbG5lc3M= 9958 +IGd1bnM= 9959 +IDIwMTE= 9960 +IGFpcnBvcnQ= 9961 +0JU= 9962 +IGF0dGl0dWRl 9963 +IGdyYXQ= 9964 +IFdy 9965 +IE5BUlJBVE9S 9966 +IOyalA== 9967 +IHJlbmV3 9968 +IGNvc2E= 9969 +IGNvbnRyb2xsZWQ= 9970 +b21teQ== 9971 +b25kcw== 9972 +IGVzZQ== 9973 +w6RjaA== 9974 +IHZlbmQ= 9975 +ZGFt 9976 +IGFyZ3U= 9977 +IGFjY2VsZXI= 9978 +IG5haWw= 9979 +aWVuZQ== 9980 +7IOd 9981 +IGVuY29udA== 9982 +ZXNlYXJjaA== 9983 +6aE= 9984 +IGdvb2Rz 9985 +IGZpc2hpbmc= 9986 +QVBQTEFVU0U= 9987 +IE5BUw== 9988 +ZWN0aW9u 9989 +IHRlbXBsZQ== 9990 +bGljaGU= 9991 +IGtleWJvYXJk 9992 +IGRlc2Rl 9993 +IGVkdWNhdGlvbmFs 9994 +IE5pZ2h0 9995 +MzM= 9996 +IGJyZWF0aGU= 9997 +bGljaGVu 9998 +dGht 9999 +acOocmU= 10000 +4Lia 10001 +bGFyxLE= 10002 +IGFsaQ== 10003 +IGNvbXBvcw== 10004 +IHNlbnNvcg== 10005 +IOu2gOs= 10006 +IG5ld3Nw 10007 +IEJ1bmQ= 10008 +IE1p 10009 +IHBlcmZvcm1pbmc= 10010 +IGRydW0= 10011 +QkU= 10012 +IHBvcms= 10013 +IGNvYWw= 10014 +ZW5nZXI= 10015 +IHJhbQ== 10016 +IOuyiA== 10017 +0LjRgNC+0LI= 10018 +IFBvcA== 10019 +IHBob25lcw== 10020 +IGZhY2ls 10021 +IHRyYWNrcw== 10022 +b250ZQ== 10023 +IG9yZ2FuaWM= 10024 +IGRpYWxvZ3Vl 10025 +IEhhdmluZw== 10026 +IFBvc3Q= 10027 +IHBheW1lbnQ= 10028 +IGFycmF5 10029 +IGludGVuZGVk 10030 +w7pz 10031 +IGJhcnM= 10032 +IHJldmlld3M= 10033 +bGFuZHM= 10034 +IGtpbmdkb20= 10035 +IHN0YWdlcw== 10036 +IG1vdW50YWlucw== 10037 +IGR1bg== 10038 +IGRlY2ly 10039 +xI0= 10040 +IGJhbmtz 10041 +IHRocm93aW5n 10042 +IOuquw== 10043 +IGFuZ2Vy 10044 +INGB0LXQudGH0LDRgQ== 10045 +IGRpc3R1cg== 10046 +IGh1bWFuaXR5 10047 +IGVsZXM= 10048 +IHNob3VsZGVycw== 10049 +IFBlcmZlY3Q= 10050 +IGZhbmN5 10051 +IGJyaWxsaWFudA== 10052 +IGluc3BpcmF0aW9u 10053 +aG1t 10054 +IGxpZA== 10055 +VUw= 10056 +IG3DpQ== 10057 +aW5kaQ== 10058 +6Ig= 10059 +IHNoaWVsZA== 10060 +IOyYpOs= 10061 +Q1Q= 10062 +YWdpbmU= 10063 +dWJlcg== 10064 +IEJS 10065 +IHF1ZXN0bw== 10066 +INC30LDQug== 10067 +IEtub3c= 10068 +IHRhbmc= 10069 +7ZWp64uI64uk 10070 +IGJhcmVseQ== 10071 +IFNF 10072 +IG1hcmdpbg== 10073 +cmVp 10074 +0LDRgtC10LvRjA== 10075 +IGNvbnRy 10076 +IHbDoA== 10077 +IGxlZ2l0 10078 +0Jg= 10079 +a2lucw== 10080 +0YDQtdC0 10081 +IEFzaA== 10082 +IGFkdmlz 10083 +IEdyZWVr 10084 +0YPQug== 10085 +IHNoYWtl 10086 +aWRhZGVz 10087 +0LDRgdGM 10088 +IGNvbnZlbnRpb24= 10089 +IGNvbnRlc3Q= 10090 +TVM= 10091 +IFllYXI= 10092 +IHJlcHJlc2VudGF0aW9u 10093 +aW5kZW4= 10094 +ZW5kYXI= 10095 +IHByb3N0 10096 +IEh1bWFu 10097 +IEN5 10098 +YW5nZWQ= 10099 +UEE= 10100 +IGF4aXM= 10101 +IHRoZW9yZQ== 10102 +YXR6 10103 +IO2VmOqzoA== 10104 +IGVscw== 10105 +IFJlc2VhcmNo 10106 +IGJlbmVmaWM= 10107 +IGRlbnNpdHk= 10108 +aW5kbw== 10109 +7Jy8 10110 +aW1kaQ== 10111 +IHJlc2VhcmNoZXJz 10112 +6rGw65Og 10113 +aWdocw== 10114 +ZGFu 10115 +IGRpY2U= 10116 +IG1hYXI= 10117 +IHN1Ym1pdA== 10118 +IGR1bWI= 10119 +IGJpag== 10120 +YXdheQ== 10121 +IFBhc3M= 10122 +IGV4dGVuc2lvbg== 10123 +IGNydXNo 10124 +IGNvdmVyaW5n 10125 +ZWRp 10126 +Ym9ybg== 10127 +aW5hdGlvbnM= 10128 +INGB0LTQtdC7 10129 +0LLQtdGA 10130 +IE90aGVyd2lzZQ== 10131 +aXN0YW50 10132 +0LDQudGC0LU= 10133 +IHRhbnRv 10134 +IHBlcmZvcm1lZA== 10135 +INC30LDQvw== 10136 +YWxv 10137 +IEZvdW5kYXRpb24= 10138 +IHByb3RvY29s 10139 +IFpv 10140 +bWF5 10141 +IGhhY2s= 10142 +IGJ1ZGR5 10143 +bWFkZQ== 10144 +IGFkcw== 10145 +IGZhc2NpbmF0aW5n 10146 +IGVxdWl2YWxlbnQ= 10147 +Z2Vs 10148 +IGFyYw== 10149 +INGH0LXQu9C+0LI= 10150 +IHByb3Bvc2Vk 10151 +IG5vdHJl 10152 +YW5nZXM= 10153 +IGNvdW5zZWw= 10154 +YWxsYQ== 10155 +IDMx 10156 +d2VldA== 10157 +yJk= 10158 +IGVsZWN0cmljaXR5 10159 +IHRveA== 10160 +xYJhZA== 10161 +IOy0 10162 +IGRpZmZpY3VsdHk= 10163 +oNeZ 10164 +bmVzZGF5 10165 +0LjRgdGM 10166 +IGFsbGVn 10167 +IEdP 10168 +IHF1aXQ= 10169 +IEhlcnI= 10170 +IGVzdMOhbg== 10171 +IGdpcmxmcmllbmQ= 10172 +IHRlbmc= 10173 +aWZpY2lhbA== 10174 +IEphbQ== 10175 +IGNhbmNlbA== 10176 +IGZyZXF1ZW50bHk= 10177 +SVY= 10178 +IGNsb3Npbmc= 10179 +IGRlY2FkZQ== 10180 +IHJlcHJlc2VudGVk 10181 +IENhbmFk 10182 +INC60L7RgtC+0YDRi9C1 10183 +IGVzdGFtb3M= 10184 +IFRodXJzZGF5 10185 +IEdh 10186 +IExpdmU= 10187 +bGVt 10188 +YmJsZQ== 10189 +U09O 10190 +IDIwMDg= 10191 +IGRpY2g= 10192 +IEF3ZXNvbWU= 10193 +IGNvbmNlcHRz 10194 +UEVBSw== 10195 +IGxpdGVyYXR1cmU= 10196 +IE9seW1w 10197 +0LvQsNC0 10198 +IG5vc3Q= 10199 +dml0 10200 +IEVudGVy 10201 +b3JkZXJz 10202 +aWNraW5n 10203 +bmllag== 10204 +IGV1Y2g= 10205 +IFRob3VnaA== 10206 +IGJhZ3M= 10207 +IGxpbWl0cw== 10208 +IHN0YWtl 10209 +g6U= 10210 +IG9j 10211 +IFZpcw== 10212 +IDEyMA== 10213 +IG51ZQ== 10214 +IGNvbmNl 10215 +IGRpc2Fn 10216 +56g= 10217 +IGFudGljaXA= 10218 +oIg= 10219 +c2w= 10220 +IHZvdGluZw== 10221 +IGV4cG9zdXJl 10222 +IENvbW11bml0eQ== 10223 +IEp1c3RpY2U= 10224 +b3JuZXk= 10225 +c3p5c3Q= 10226 +IGZyaWVk 10227 +7Iuc6w== 10228 +IFdpbg== 10229 +IEA= 10230 +IEhvcGVmdWxseQ== 10231 +ZXN6 10232 +IG1vbmRl 10233 +IGNvbWJpbmU= 10234 +Z21lbnQ= 10235 +IHJlY29tbWVuZGF0aW9ucw== 10236 +IHByZWduYW50 10237 +7Iud 10238 +cmFm 10239 +IGx1 10240 +ZG9vcg== 10241 +0LDQt9GL0LI= 10242 +dWVnbw== 10243 +IGltcHJvdmVtZW50 10244 +IHRyaW0= 10245 +IGVpZ2Vu 10246 +IGFwcHJveGltYXRlbHk= 10247 +INCy0LDQvA== 10248 +YXdh 10249 +INGB0L7QsQ== 10250 +IGNvcm9u 10251 +IG9uZ29pbmc= 10252 +IGhlcw== 10253 +IGluanVyeQ== 10254 +IGZyYW5r 10255 +IGthZGFy 10256 +cmVuY3k= 10257 +IENvbG9y 10258 +IEdydQ== 10259 +IGRpcA== 10260 +0YDRiw== 10261 +IHRlYXJz 10262 +Z3Q= 10263 +IFBE 10264 +IHBhdXNl 10265 +b3Nj 10266 +IHVzdGVk 10267 +IFdvbw== 10268 +IHdpxJk= 10269 +IGRlbm4= 10270 +IFBldA== 10271 +IG92ZXJjb21l 10272 +IOuCtOqwgA== 10273 +IE1vdmU= 10274 +IGxpY2Vuc2U= 10275 +IHJlcGVhdGVk 10276 +4K+H 10277 +IGNhdGVnb3JpZXM= 10278 +IG5vb2RsZXM= 10279 +IGZsb29k 10280 +IE1hc3M= 10281 +IG51dHM= 10282 +IEplc3M= 10283 +IElo 10284 +IGNoYW5jZXM= 10285 +kJg= 10286 +IGRvbmRl 10287 +SUc= 10288 +IGFuZGVyZQ== 10289 +IGJvbmVz 10290 +7J6R 10291 +IGVmZmljaWVuY3k= 10292 +IG1vZGVy 10293 +cm9hdA== 10294 +IOydtOqyjA== 10295 +aWxsZXI= 10296 +IG9tZWdh 10297 +INC/0L7Qsg== 10298 +IEdyb3Vw 10299 +IHByb2R1Y2luZw== 10300 +YW1v 10301 +IHBhcnRpY2lwYW50cw== 10302 +dXBw 10303 +aWZpY2U= 10304 +IGZvcnR1bg== 10305 +aWV0bmFt 10306 +YWNhaw== 10307 +IEtv 10308 +bWnFnw== 10309 +IGphaWw= 10310 +IEpvbmVz 10311 +xZtteQ== 10312 +IERldXRz 10313 +IGJyaWVmbHk= 10314 +IFRhbA== 10315 +IFBlcmhhcHM= 10316 +IFJ1Yg== 10317 +IEtu 10318 +64uk64qU 10319 +csOp 10320 +IHZvY8Oqcw== 10321 +IENoYXJsZXM= 10322 +0LXRgtC1 10323 +cmllcnM= 10324 +IGhlYWw= 10325 +YW50ZWU= 10326 +IGRlbW9jcmFjeQ== 10327 +IGxvYW4= 10328 +IGNoZWY= 10329 +0Y/QvA== 10330 +IHVuY29tZm9ydGFibGU= 10331 +IGV0ZXJu 10332 +YXBwaW5n 10333 +IHJlcGFpcg== 10334 +cm90 10335 +IFRhcg== 10336 +IGNvdmVycw== 10337 +b21pbmc= 10338 +IEV0aA== 10339 +IM6t 10340 +0YfQvdC+ 10341 +IGFmdGVyd2FyZHM= 10342 +INCy0LXRgA== 10343 +IGRhaGE= 10344 +IGtuZWVz 10345 +IG9yZGluYXJ5 10346 +w7xs 10347 +Z2Fz 10348 +IHRpY2tldA== 10349 +IOyggOuKlA== 10350 +IOyeiOyKteuLiOuLpA== 10351 +Y2h0ZQ== 10352 +TXI= 10353 +IHNpc3Q= 10354 +aHVp 10355 +6re46w== 10356 +7Jes 10357 +IHZhcnk= 10358 +IG1lbW9y 10359 +IGNvbnRyb2xsZXI= 10360 +IGLEmWR6aWU= 10361 +IG1pbmlzdGVy 10362 +15I= 10363 +Zmxvdw== 10364 +QUg= 10365 +IHRvd2Vy 10366 +55A= 10367 +IHNjYXI= 10368 +IFBlbg== 10369 +IHBhw61z 10370 +15g= 10371 +7J246w== 10372 +IGVuZXJn 10373 +IHN3b3Jk 10374 +IHBhcGVycw== 10375 +0LjQu9Cw 10376 +IFdlZG5lc2RheQ== 10377 +IEZvcmNl 10378 +IGV4dHJhb3JkaW5hcnk= 10379 +IExha2U= 10380 +IOqwgOs= 10381 +IEJlYXV0 10382 +IHJlYXNvbmFibGU= 10383 +IGNvbnRyaWJ1dGU= 10384 +IHBsZWFzZWQ= 10385 +IHVwZGF0ZWQ= 10386 +IHBpw7k= 10387 +ZWxv 10388 +IHNpZ25pZmljYW50bHk= 10389 +IGJvdA== 10390 +IGdlbmVyYXRpb25z 10391 +IHByb3RlY3RlZA== 10392 +IGhpZGluZw== 10393 +IElsbA== 10394 +IG5ldXRyYWw= 10395 +XSw= 10396 +z4TOvw== 10397 +IHRvbmd1ZQ== 10398 +VGhhbms= 10399 +IOqzhA== 10400 +IHBheXM= 10401 +zq/OvQ== 10402 +IGFwcGxl 10403 +MDE= 10404 +ZXJr 10405 +aWVyYQ== 10406 +IGplZw== 10407 +IFN1YnNjcmliZQ== 10408 +IHRoZWF0ZXI= 10409 +IHN0cm9uZ2x5 10410 +IOyGjA== 10411 +INC/0YDQsNCy 10412 +dWNreQ== 10413 +IEppbg== 10414 +a3dhcmQ= 10415 +6rG0 10416 +IG9wcG9uZW50 10417 +IFNP 10418 +IGhvbHk= 10419 +IGZpbGxpbmc= 10420 +Ol0= 10421 +IGhpag== 10422 +0Jw= 10423 +IGJpc3M= 10424 +IGJsZW5k 10425 +IGltcGxpYw== 10426 +IOy9 10427 +bGxlaWNodA== 10428 +2YrYqQ== 10429 +YXNhbnQ= 10430 +ZXJ0ZQ== 10431 +IFNhbWU= 10432 +IGludGVyaW9y 10433 +U2U= 10434 +IGJlbmNo 10435 +IHBvY28= 10436 +IG1hcmtz 10437 +IHdpbnM= 10438 +IM6z 10439 +IGRpc3RpbmN0 10440 +IEFzaWFu 10441 +IG1vbGVj 10442 +IEphY2tzb24= 10443 +IGVhc3Q= 10444 +IHBoeXNpY3M= 10445 +aW1hbA== 10446 +IHBlYWs= 10447 +YXJpYW4= 10448 +ZXBz 10449 +IG5lYXQ= 10450 +INCy0LDRgQ== 10451 +dXJuaW5n 10452 +IHN5bnRo 10453 +IHJldmVhbA== 10454 +xbo= 10455 +Z29u 10456 +bmlz 10457 +YXRpdg== 10458 +IExhcw== 10459 +IHB5 10460 +IE1hamVzdHk= 10461 +IFZhbGxleQ== 10462 +IGVuZg== 10463 +IGdlbnM= 10464 +IHJvb3Rz 10465 +ZXpl 10466 +YmV0 10467 +IGFjdHM= 10468 +6Zo= 10469 +6JA= 10470 +IHBoaWxvc29waHk= 10471 +IG1hdGNoZXM= 10472 +nWk= 10473 +IGp1xbw= 10474 +IGRlc3Blcg== 10475 +IEVkdWNhdGlvbg== 10476 +IHNwb3Rz 10477 +IHJlZ2lvbnM= 10478 +QXI= 10479 +IE5hbQ== 10480 +ZWVu 10481 +IGRpYWdyYW0= 10482 +IHJlbHk= 10483 +IHRlbnM= 10484 +IGRhdGluZw== 10485 +IGNvYXQ= 10486 +IEhvcg== 10487 +IGFja25vd2xlZGdl 10488 +IFByZXR0eQ== 10489 +INC/0L7Qvw== 10490 +IHZvaXI= 10491 +IGZhdm91cml0ZQ== 10492 +IG1vxbw= 10493 +IGtt 10494 +IERP 10495 +IGZlcnQ= 10496 +IOuPhA== 10497 +IFBhYw== 10498 +IGZvbnQ= 10499 +IGZpbmRz 10500 +IEl0YWx5 10501 +INC60L7Quw== 10502 +IGNvbXBhc3M= 10503 +67M= 10504 +bGlhbWVudA== 10505 +IG5vdGlvbg== 10506 +IGluamVjdA== 10507 +IHdpc2RvbQ== 10508 +IMOc 10509 +IE1vb24= 10510 +IEJ1c2luZXNz 10511 +cmljcw== 10512 +IFlvdXQ= 10513 +IGZvcmdpdmU= 10514 +IGZpbmFuY2U= 10515 +aWxv 10516 +2KM= 10517 +YWhs 10518 +IGRlbW8= 10519 +IGNsaW1i 10520 +IGV4cG9ydA== 10521 +5aA= 10522 +IHN1Y2Nlc3NmdWxseQ== 10523 +IEZlcg== 10524 +cGVjdGVk 10525 +ZGVt 10526 +IHJldGlyZQ== 10527 +IGxhcHRvcA== 10528 +IHNwaXI= 10529 +IEFzc29jaWF0aW9u 10530 +INCz0Ls= 10531 +IFNlbA== 10532 +IO2VnOs= 10533 +IGVtcGxveWVl 10534 +IG1vbHQ= 10535 +Ukw= 10536 +0K8= 10537 +IGNvbnRyYQ== 10538 +IHVn 10539 +IEJhbGw= 10540 +IEphdmE= 10541 +w6lyaWU= 10542 +IHByb2NlZHVyZQ== 10543 +IGdyaWQ= 10544 +IOuKkOs= 10545 +IGJlbHQ= 10546 +INGN0YLQvtCz0L4= 10547 +dXJk 10548 +IGNvbXByZWg= 10549 +IGRldmVsb3Blcg== 10550 +INGN0YLQvtC8 10551 +5Zg= 10552 +Y3I= 10553 +IOuT 10554 +IHNwb2tlbg== 10555 +cmVuY2U= 10556 +IHRlcm1pbg== 10557 +IGFnZ3Jlc3NpdmU= 10558 +IGJpc3NjaGVu 10559 +IGhhc3Rh 10560 +IEJyaWFu 10561 +IENvbW1pc3Npb24= 10562 +IFl1 10563 +IHByb21pc2Vk 10564 +IGVxdWl0eQ== 10565 +aWtv 10566 +dmVydHk= 10567 +IHJlcGxhY2Vk 10568 +IEhlbHA= 10569 +IHBvc2U= 10570 +IE1pZGRsZQ== 10571 +IGtpbQ== 10572 +IG1laW4= 10573 +IENvdW5jaWxs 10574 +INCS0YE= 10575 +b3Jv 10576 +IEJlcm4= 10577 +IGJleg== 10578 +IGFuYWx5dA== 10579 +YW5nZW4= 10580 +IOyLtg== 10581 +IEdsbw== 10582 +IHF1YWQ= 10583 +0YLQsA== 10584 +IHNwZWFrcw== 10585 +7JiI7JqU 10586 +IOyXrOufrOs= 10587 +ZnJlZQ== 10588 +0L3Rlg== 10589 +cmljaA== 10590 +IOuvuA== 10591 +IERpZXM= 10592 +YWJi 10593 +pbg= 10594 +IGRlcHJlc3Npb24= 10595 +IHJldGFpbA== 10596 +hOuTpA== 10597 +IFZvdXM= 10598 +IExhdGlu 10599 +4bk= 10600 +IOyii+yVhA== 10601 +IHRvcnQ= 10602 +IGNvbXB1dGVycw== 10603 +IHNlYXJjaGluZw== 10604 +IHR1Yg== 10605 +YXRlbGw= 10606 +IG1lcmM= 10607 +IGdsYXNzZXM= 10608 +cGVyc29u 10609 +IGRpc2hlcw== 10610 +IGd1YXJhbnRlZQ== 10611 +IG1lZw== 10612 +c20= 10613 +IFdhbGs= 10614 +7Jy866m0 10615 +IGZvbGRlcg== 10616 +IE1pdA== 10617 +IHRpbWluZw== 10618 +IGFic3Q= 10619 +IExvZw== 10620 +IGFwcHJvdmVk 10621 +IFVTQQ== 10622 +0LLQtdGC 10623 +IHdpc2U= 10624 +ZXNzZWQ= 10625 +IGRvdWI= 10626 +IHJlc2lkZW50 10627 +IGdlbmVyYXRlZA== 10628 +IHN0YXlz 10629 +IGV4cGxhbmF0aW9u 10630 +IHBvaXNvbg== 10631 +YXRyZQ== 10632 +IGluc2FuZQ== 10633 +IHJlZmVycmVk 10634 +YWlyZXM= 10635 +IFRSQQ== 10636 +IHNlaQ== 10637 +IGlubm9j 10638 +QWg= 10639 +IG1hbnQ= 10640 +aHVz 10641 +IG91dGVy 10642 +Z2Vi 10643 +b2ljZQ== 10644 +IGRpc2N1c3Npbmc= 10645 +IGNvbnZlbmllbnQ= 10646 +X18= 10647 +IGF2b2ly 10648 +IHNoYXBlcw== 10649 +IGdyYXk= 10650 +IGRlbnRybw== 10651 +IG1hY2h0 10652 +IDE5NQ== 10653 +2Y8= 10654 +IGFkZHM= 10655 +dXRpbmc= 10656 +IGNhcGFiaWxpdGllcw== 10657 +IHNlY3Rpb25z 10658 +IHR1bmU= 10659 +IENhdXNl 10660 +YXJkZQ== 10661 +INGB0LrQsNC3 10662 +YXZpcnVz 10663 +IFJF 10664 +IHR1bmVk 10665 +IGxlYWY= 10666 +dGVyaW9y 10667 +IENhcHRhaW4= 10668 +INis 10669 +IGNob29zaW5n 10670 +aGlu 10671 +Z2dpbmc= 10672 +dmlldA== 10673 +IHJlZ3JldA== 10674 +MjY= 10675 +b25kZXJu 10676 +IGJvbnVz 10677 +IFJheQ== 10678 +QXM= 10679 +IHRvcm4= 10680 +IEhpZXI= 10681 +IEVV 10682 +IHJpc2tz 10683 +IGFtYQ== 10684 +IFlldA== 10685 +IGNoYXJhY3RlcmlzdGljcw== 10686 +IOqwkA== 10687 +IFNlbmF0b3I= 10688 +IFZhbW9z 10689 +IHJvc2U= 10690 +IGNvcnBvcmF0ZQ== 10691 +Z2hhbg== 10692 +IGNlbnRlcnM= 10693 +c3RhaXJz 10694 +IG5pdA== 10695 +IHVudXN1YWw= 10696 +IFRvbnk= 10697 +IEdS 10698 +IFdpbGQ= 10699 +IFNpbWlsYXI= 10700 +IHRvZGFz 10701 +IGhvcml6b250 10702 +bWVs 10703 +IHN0cmljdA== 10704 +IGN1YWw= 10705 +IHdyaXQ= 10706 +IGV4dGVuZGVk 10707 +IO2VmOuKlA== 10708 +IHJlbGllZg== 10709 +IG9uaW9u 10710 +IGJhYmllcw== 10711 +IGRpZmVy 10712 +IGludGVncmF0ZWQ= 10713 +w7x6aWs= 10714 +ZXBpbmc= 10715 +LS0tLQ== 10716 +IG1lbnM= 10717 +IHN0cmF0ZWdpYw== 10718 +ZmluaXRlbHk= 10719 +IGVpZ2VudGxpY2g= 10720 +V2hv 10721 +IHs= 10722 +IFRyaQ== 10723 +IHBvaW50ZWQ= 10724 +8J0= 10725 +bmFtZW50 10726 +0LXRhg== 10727 +IHByaWRl 10728 +IFJlcHVibGljYW4= 10729 +IHNhbXBsZXM= 10730 +IGRvbWVzdGlj 10731 +TFk= 10732 +dmV6 10733 +IHdlYmluYXI= 10734 +2KfZhQ== 10735 +IGVuaA== 10736 +IHN1Z2dlc3RlZA== 10737 +IG1laW5l 10738 +IHB1ZWQ= 10739 +b3Jlbg== 10740 +cmly 10741 +IGhlYXZpbHk= 10742 +IGluc3RydWN0aW9u 10743 +IG1pY3JvcGhvbmU= 10744 +IGlndWFs 10745 +IElyYQ== 10746 +IHZ1bG5lcmFibGU= 10747 +IFZpcmdpbmlh 10748 +IGNvbnRpbnVvdXM= 10749 +IHBvdmVydHk= 10750 +IGJsYWRl 10751 +IHJlbGF0ZQ== 10752 +IGNhcmE= 10753 +IEdvaW5n 10754 +IHJlZ2lvbmFs 10755 +IEZ1Y2s= 10756 +IHRvdw== 10757 +IE11c2V1bQ== 10758 +cmFudHM= 10759 +INCx0LXQtw== 10760 +bGFpbQ== 10761 +IGNoYW1waW9u 10762 +dGxl 10763 +w61u 10764 +ZW5jaWE= 10765 +IGRpZXNlbQ== 10766 +IERpZw== 10767 +bWF0ZXM= 10768 +IGludmVzdGluZw== 10769 +IEpvcmRhbg== 10770 +IGludGVncmF0aW9u 10771 +IO2O 10772 +4Lir 10773 +ZW5zdXM= 10774 +IEFyY2g= 10775 +IHBlbmNpbA== 10776 +0LDQu9GM0L3Qvg== 10777 +aXNzZW4= 10778 +IEth 10779 +IHJvY2tz 10780 +IHJhdGluZw== 10781 +IHJlZnVnZQ== 10782 +IGFwcg== 10783 +ZXRlZA== 10784 +IGFzc2lzdGFudA== 10785 +IG1lYW5pbmdmdWw= 10786 +IHBlcm1hbmVudA== 10787 +IGhpbGw= 10788 +IHdzenlzdA== 10789 +IHdvdW5k 10790 +IEF0bA== 10791 +IGxha2U= 10792 +IEZvcnQ= 10793 +IHJlZHVjdGlvbg== 10794 +IHZpdg== 10795 +IHNvdXI= 10796 +IGVjb3M= 10797 +IGhheg== 10798 +IHN0ZWFs 10799 +IG15c3Rlcg== 10800 +INCa0LDQug== 10801 +INGN0YLQuA== 10802 +IFZpZXRuYW0= 10803 +IGFudGVz 10804 +IGNvbm5lY3Rpbmc= 10805 +IERhdmU= 10806 +IGLDtnlsZQ== 10807 +IENhc3Q= 10808 +TGU= 10809 +IGN1bA== 10810 +IGdlbnJl 10811 +66eQ 10812 +IGNvbXBsYWlu 10813 +IGh1cnJ5 10814 +YXJ0ZQ== 10815 +Z3JlZw== 10816 +IG1vbml0b3Jpbmc= 10817 +IGRlc2VydA== 10818 +INGB0L7Qsg== 10819 +ZWxpbmc= 10820 +IFN1cHJlbWU= 10821 +IGdpYmk= 10822 +IGxhcmc= 10823 +IG5hdGlvbnM= 10824 +IFRvaw== 10825 +IG5lZWRsZQ== 10826 +5rU= 10827 +IGFzbGVlcA== 10828 +IGNvbXVu 10829 +IEpld3M= 10830 +IGFjaGlldmVk 10831 +IGV4aXQ= 10832 +IGRpc2Vhc2Vz 10833 +bGluZXM= 10834 +cmllbmRz 10835 +IHJlY3Q= 10836 +IHNjYW4= 10837 +IGh1cnRz 10838 +esSZ 10839 +IExvb2tpbmc= 10840 +7ZI= 10841 +dWx0dXJhbA== 10842 +4buT 10843 +aW5lbnQ= 10844 +IHB1ZXM= 10845 +IGNoZWVyaW5n 10846 +p4A= 10847 +YWdnZXI= 10848 +IGFkYQ== 10849 +TGF1Z2h0ZXI= 10850 +IFdvbWVu 10851 +6Ks= 10852 +IG9jY3VycmVk 10853 +IHNlYXRz 10854 +IGVtcG93ZXI= 10855 +dW51 10856 +ZWxsaW5n 10857 +QkVS 10858 +ZW5zaW9uYWw= 10859 +IGNvbnNvbGU= 10860 +YXNoaW5n 10861 +IGVpbm1hbA== 10862 +ZmFyZQ== 10863 +IOuPvA== 10864 +IHNlc3Npb25z 10865 +2ZA= 10866 +IHJpZGljdWxvdXM= 10867 +w61hbg== 10868 +IEhlbnJ5 10869 +IEhvbA== 10870 +IGNvbGxlY3RlZA== 10871 +IGRpc2N1c3Npb25z 10872 +RGU= 10873 +IGRpc2FiaWxpdHk= 10874 +IO2b 10875 +IHN1YnNjcmliZXJz 10876 +IGlyZ2VuZA== 10877 +IGZlbA== 10878 +IGRpcmVjdGlvbnM= 10879 +IG1hbnVmYWN0dXJpbmc= 10880 +IFJvZA== 10881 +IOyWmA== 10882 +4LiX 10883 +IGNyaXRlcmlh 10884 +IG1vbGQ= 10885 +IGVudGVyaW5n 10886 +cmlq 10887 +aXNlbg== 10888 +IFBhcmE= 10889 +aWV2ZQ== 10890 +IGNoYXJnZWQ= 10891 +IGpvdQ== 10892 +IGNhdHM= 10893 +0LvQtdC0 10894 +YWRheXM= 10895 +0LDQvdC+0LI= 10896 +asSZ 10897 +dmF0aW9u 10898 +IGFzdHJvbg== 10899 +aXRhbHM= 10900 +IEJyYW5k 10901 +IEthbg== 10902 +IHBsYWlu 10903 +IGFuZGVyZW4= 10904 +YW5kZQ== 10905 +0Y/Qtw== 10906 +IHRvbGVy 10907 +xYJlbQ== 10908 +IHByw6k= 10909 +0LzQvtGC0YA= 10910 +YWdlbWVudA== 10911 +dWN0 10912 +Y2jDqQ== 10913 +IEVuZXI= 10914 +YWrEhQ== 10915 +IO2VtOs= 10916 +IHN0YQ== 10917 +IHJpbmdz 10918 +IHRvaWxldA== 10919 +IENyYQ== 10920 +IGV4cGVyaWVuY2luZw== 10921 +IHNsaXA= 10922 +IHNhbmR3aWNo 10923 +IFVzaW5n 10924 +IHNwZWN0cnVt 10925 +IFJvcw== 10926 +YXBzZQ== 10927 +IEpheQ== 10928 +0LzRgw== 10929 +RXg= 10930 +IHJlY29nbml0aW9u 10931 +IERpZG4= 10932 +dWRh 10933 +YWpl 10934 +ZXN0bHk= 10935 +IGZlbWlu 10936 +aXR1cmU= 10937 +0YDQsNGC 10938 +IGhpcmU= 10939 +IG5vd2hlcmU= 10940 +4bqn 10941 +IHdpbmc= 10942 +IHNhdg== 10943 +IFNlY3VyaXR5 10944 +IHJ1cmFs 10945 +IEZ1bg== 10946 +YXllcg== 10947 +IGFjY3Vz 10948 +IG1t 10949 +IEpvc2VwaA== 10950 +IHNjcmVlbnM= 10951 +IGJvcnJvdw== 10952 +IHN3aW5n 10953 +IDQ4 10954 +IHRvdWNoaW5n 10955 +dGhpcw== 10956 +aW50ZW5kbw== 10957 +6YM= 10958 +0KA= 10959 +IFNjb3RsYW5k 10960 +IEphc29u 10961 +IFZlbg== 10962 +IGV4Y2VwdGlvbg== 10963 +IG5lYXJieQ== 10964 +IGJyb3dzZXI= 10965 +YW5nZXJz 10966 +IFNpbg== 10967 +z4DOvw== 10968 +b3NwZWw= 10969 +IHd1cmRl 10970 +IGRydW5r 10971 +7Zo= 10972 +7IaN 10973 +IOyKpO0= 10974 +IExpZQ== 10975 +b2Nv 10976 +IExlYWd1ZQ== 10977 +IGlnbm9yZQ== 10978 +IDop 10979 +IGxhbmRpbmc= 10980 +INi52YQ= 10981 +IFRhZw== 10982 +Mjg= 10983 +IGRyYWZ0 10984 +IGFlcg== 10985 +IOq3uOuDpQ== 10986 +IHBlbnNl 10987 +INC00LDQttC1 10988 +IGJlZHJvb20= 10989 +IG5hag== 10990 +7KeA6rOg 10991 +aWdlbm91cw== 10992 +IGRlYWxz 10993 +ZWxsbw== 10994 +IHBvc2l0 10995 +6rs= 10996 +IHZpc2l0ZWQ= 10997 +aWZpZXM= 10998 +IHByZW1p 10999 +IGNhbnQ= 11000 +IFJpY2s= 11001 +IHJhaXNpbmc= 11002 +IHBlcm1pc3Npb24= 11003 +IHB1Ymw= 11004 +dW5jaQ== 11005 +IGJlbmQ= 11006 +IGNoYW1waW9ucw== 11007 +ZGll 11008 +IGF3ZnVs 11009 +IGp1bXBpbmc= 11010 +IGxsZWc= 11011 +IHN1c3RhaW5hYmxl 11012 +IFRvdA== 11013 +IGNhbmR5 11014 +IHNhdGlzZmllZA== 11015 +IHBpcGU= 11016 +IGNvY2s= 11017 +2LY= 11018 +c3RvbmU= 11019 +IG1vbWVudHVt 11020 +INCd0LA= 11021 +IGFsb3Jz 11022 +IHJldHVybnM= 11023 +YW1tZW4= 11024 +564= 11025 +0YvQvA== 11026 +YXdu 11027 +b3R0ZWQ= 11028 +IHdvbGxlbg== 11029 +aWN0ZWQ= 11030 +IGNhbmRpZGF0ZXM= 11031 +IExhZHk= 11032 +IHlpZWxk 11033 +IG1haW50ZW5hbmNl 11034 +ZmZlY3Q= 11035 +IGV4cGFuc2lvbg== 11036 +IExFRA== 11037 +IGRhcmtuZXNz 11038 +IG91dGZpdA== 11039 +7JWI 11040 +INC40YHQvw== 11041 +cnVwdGlvbg== 11042 +IGVuZ2FnaW5n 11043 +IGluc2lnaHQ= 11044 +IEFsd2F5cw== 11045 +IGdlZg== 11046 +cmFr 11047 +IHBpeA== 11048 +IHF1YW50aXR5 11049 +IGluaw== 11050 +IEtpbmdkb20= 11051 +IGNvcnQ= 11052 +IGdvdmVybm1lbnRz 11053 +IHByb3Rlc3Q= 11054 +cG9vbg== 11055 +INGC0L7Qs9C+ 11056 +dWNoZW4= 11057 +cXVhbGl0eQ== 11058 +IFBvcnF1ZQ== 11059 +IENsdWI= 11060 +IHJpdA== 11061 +IGFydGljbGVz 11062 +Qkk= 11063 +aWdpYmxl 11064 +IGRpc2FzdGVy 11065 +0LjQsw== 11066 +INC90LjQug== 11067 +2YfYpw== 11068 +66W8 11069 +YXJldA== 11070 +IHVuYWJsZQ== 11071 +IMOu 11072 +IGVyc3Q= 11073 +INeg 11074 +dmFyZA== 11075 +IGFubm95aW5n 11076 +IEtpcg== 11077 +0LXRgNC2 11078 +ZW5uaXM= 11079 +IHVuY2VydGFpbg== 11080 +MzY= 11081 +w7Zz 11082 +IGVjb3N5c3RlbQ== 11083 +emVk 11084 +asOg 11085 +c3Vu 11086 +7Ja07ISc 11087 +IMW8ZWJ5 11088 +IG1hcHM= 11089 +64KY 11090 +IEp1c3Rpbg== 11091 +IHRyYXNo 11092 +IGVub3Jtb3Vz 11093 +IHN0YXRlZA== 11094 +IGJyYW5kcw== 11095 +IHlvdXQ= 11096 +INGH0LXQu9C+0LLQtdC6 11097 +IE1hdHRo 11098 +IHRyYW5zcG9ydGF0aW9u 11099 +IGxlZ2lzbGF0aW9u 11100 +IHByb3ZpZGVycw== 11101 +INit 11102 +IG1hZ2F6aW5l 11103 +IHNlaGVu 11104 +IERlc3BpdGU= 11105 +IHBhc3Nlcw== 11106 +IGFsdGVy 11107 +YWRhbg== 11108 +IGZhcm1lcnM= 11109 +IGNvbmZpcm1lZA== 11110 +IGVzYQ== 11111 +aXRvcw== 11112 +IHJvYWRz 11113 +VklT 11114 +IHdvcmtlcg== 11115 +IGRlc2lnbnM= 11116 +IFNvdmlldA== 11117 +YnJpZA== 11118 +IHByYWN0aWNpbmc= 11119 +IOu2gA== 11120 +IFNlYQ== 11121 +INC/0YDQvtC0 11122 +IGNoaWxs 11123 +IGxlbW9u 11124 +7JeQ64qU 11125 +IGZsZXhpYmxl 11126 +IEV4Y3VzZQ== 11127 +IHRlcnJpdG9yeQ== 11128 +IGx1eA== 11129 +IGxpZmV0aW1l 11130 +IGRpc3Rpbmd1 11131 +IFRpbWVz 11132 +IGdyb3Nz 11133 +ZW56 11134 +IHNjcm9sbA== 11135 +bcSxxZ8= 11136 +Y2lw 11137 +o7w= 11138 +RFA= 11139 +IHB1Ymxpc2g= 11140 +IGViZW4= 11141 +IHJlZ2lzdA== 11142 +IGVkaXRpb24= 11143 +IExF 11144 +IGNoYXJnaW5n 11145 +dXRhdGlvbg== 11146 +eXJpY3M= 11147 +aWRhcw== 11148 +IM6/ 11149 +INC60L7RgA== 11150 +IFRvbg== 11151 +IHdob2V2ZXI= 11152 +IEZveA== 11153 +6rGw65Og7JqU 11154 +IGZvdWdodA== 11155 +IGRyaWxs 11156 +IEFmZ2hhbg== 11157 +fiE= 11158 +IFRvbw== 11159 +IHNlY29uZGFyeQ== 11160 +csOk 11161 +IEhlYWQ= 11162 +aW5uZW4= 11163 +IHlhcm4= 11164 +INC90LDQvA== 11165 +IHdpZHRo 11166 +IGVuZ2luZWVy 11167 +acSF 11168 +IHdpbmdz 11169 +IOuVjOusuA== 11170 +IHRyYXVtYQ== 11171 +IHJlcHJvZHU= 11172 +IGNoaXA= 11173 +IHBhc3Npb25hdGU= 11174 +IGF3a3dhcmQ= 11175 +IO2K 11176 +0LDQttC0 11177 +IEJpdGNvaW4= 11178 +IGtow7RuZw== 11179 +IHLDsw== 11180 +cmVjdGlvbg== 11181 +INCz0LTQtQ== 11182 +IFVzdWFsbHk= 11183 +IGltcGxlbWVudGF0aW9u 11184 +IGdhbWVwbGF5 11185 +IG15c3Rlcnk= 11186 +INC+0Lo= 11187 +IGHDsW9z 11188 +YW5keQ== 11189 +0LjQvNC4 11190 +IHByaXZhY3k= 11191 +YWNv 11192 +IGR1bXA= 11193 +IFBheQ== 11194 +IGRpcGw= 11195 +IGZ1cm4= 11196 +IHNoaXBz 11197 +TEE= 11198 +INGF0L7RgNC+0Yg= 11199 +IGVj 11200 +IGRyb3Bz 11201 +Y2hs 11202 +MzI= 11203 +IG9ic2VydmU= 11204 +IERldmVsb3A= 11205 +TcO8emlr 11206 +YW5uZWw= 11207 +b3dhxIc= 11208 +IGZhY2Vk 11209 +w6Fs 11210 +IHZpY3RpbXM= 11211 +IGdpZnRz 11212 +IGJvb3Q= 11213 +w59l 11214 +cm9k 11215 +IDIwMDk= 11216 +w7ZydA== 11217 +IHVuaXZlcnNhbA== 11218 +IG5vdXZl 11219 +IGJveWZyaWVuZA== 11220 +IGNldGVyYQ== 11221 +0YHRgtCw 11222 +J1M= 11223 +IG5pdmU= 11224 +IGNydWNpYWw= 11225 +IHN1cnZl 11226 +IGNvaW4= 11227 +IHNvbmRlcm4= 11228 +IHNoYWRl 11229 +IGx1Z2Fy 11230 +IHN1cmVseQ== 11231 +IG1heA== 11232 +IGltcHJvdmluZw== 11233 +IHdlbg== 11234 +INeR 11235 +IOyWtOw= 11236 +IGVuZm9yY2VtZW50 11237 +aWJs 11238 +IGxpdg== 11239 +bGVyaQ== 11240 +IG1lam9y 11241 +IENhcm9saW5h 11242 +IHZhcw== 11243 +IGNvbXByb20= 11244 +IGRpcnQ= 11245 +IHVwZ3JhZGU= 11246 +IEJlbGw= 11247 +IHJlc3RhdXJhbnRz 11248 +IHRyYXA= 11249 +IHRlYXM= 11250 +YmxpYw== 11251 +IEdyZWc= 11252 +c2Fu 11253 +IG93 11254 +dWVzdA== 11255 +IHByb3Bvc2Fs 11256 +IFJldA== 11257 +ZnJvbnQ= 11258 +IHBhc3NhZ2U= 11259 +IHN1cnJvdW5kaW5n 11260 +IMO6bHQ= 11261 +IHVwY29taW5n 11262 +IGhvcnJvcg== 11263 +IGNsb3RoaW5n 11264 +IOyVvQ== 11265 +IGRpbA== 11266 +cm9tZQ== 11267 +IElk 11268 +IFJvYWQ= 11269 +INGN0YLQvtGC 11270 +Y2hhaW4= 11271 +INCx0YvRgtGM 11272 +IE9mZmlj 11273 +INCd0LU= 11274 +IGluc2Fu 11275 +IGRlY3JlYXNl 11276 +INGF0L7Rgg== 11277 +YnVpbGQ= 11278 +IERyYWdvbg== 11279 +5YI= 11280 +IGludmVzdG9ycw== 11281 +YW50aQ== 11282 +IHNhY3JpZmljZQ== 11283 +IHRyb29wcw== 11284 +IEJhZA== 11285 +IHBhc3N3b3Jk 11286 +IGNvbnN0cmE= 11287 +4LiV 11288 +IMOHYQ== 11289 +YWRvdw== 11290 +dGhyb3VnaA== 11291 +0YbQsA== 11292 +Q2Fu 11293 +IGNhbmRpZGF0ZQ== 11294 +IGFudGli 11295 +7JeF 11296 +IHRhc3R5 11297 +2YjZhg== 11298 +IEluZg== 11299 +IEJhbmc= 11300 +acOfdA== 11301 +aW5pdHk= 11302 +ZmF0aGVy 11303 +IGNvbnRyb3ZlcnM= 11304 +IFBhaw== 11305 +aWx0eQ== 11306 +6rWs6w== 11307 +IGxpZ2h0ZXI= 11308 +IGZhbGxlbg== 11309 +IHp1cw== 11310 +IEd1YXJk 11311 +IGNvdHQ= 11312 +IEZyZWU= 11313 +IGluaXRpYXRpdmU= 11314 +YWxvdXM= 11315 +IG5vdGlmaWNhdGlvbg== 11316 +IE1lZGlj 11317 +IENvbW1pdHRlZQ== 11318 +7Jew 11319 +IFdvb2Q= 11320 +IG11c2g= 11321 +dWx1bQ== 11322 +6LI= 11323 +YWhhaA== 11324 +IHN1ZmZpY2llbnQ= 11325 +IHNpbmdlcg== 11326 +0LrQvtC5 11327 +QUxJ 11328 +w6R0dA== 11329 +IFBS 11330 +IExhcg== 11331 +Y3VsZXM= 11332 +aWVtcG8= 11333 +IHVuZXg= 11334 +IGludGVncmFs 11335 +IHRyYW5zbWlzc2lvbg== 11336 +IGljaQ== 11337 +0YPRhQ== 11338 +Z2lj 11339 +IE5pbnRlbmRv 11340 +IENvcA== 11341 +IFRydXN0 11342 +ZW5hcw== 11343 +IGFiaWxpdGllcw== 11344 +IGNoaXBz 11345 +cGF0 11346 +IGFuY2hl 11347 +0LvQtdC9 11348 +IGFwcHJvYWNoZXM= 11349 +IHRob3I= 11350 +IHNpc3RlcnM= 11351 +IGRyaXZlcnM= 11352 +IGFsbGE= 11353 +MDM= 11354 +IHJ1YmJlcg== 11355 +IG7DpQ== 11356 +QUNL 11357 +IGRpc2FwcGVhcg== 11358 +6rCc 11359 +IGNvbXBlbnM= 11360 +IHZpYnI= 11361 +R08= 11362 +IHNpemVz 11363 +IHRyYWNraW5n 11364 +7ZmU 11365 +IOyEuA== 11366 +IGltcGFjdHM= 11367 +aWJpbA== 11368 +ZmlzaA== 11369 +QlI= 11370 +IGFycm93 11371 +IGxhcmdlbHk= 11372 +YW5ueQ== 11373 +IGxhd3llcg== 11374 +am91cnM= 11375 +2ro= 11376 +dmlh 11377 +IGRlbGxh 11378 +IG1hdGhlbWF0 11379 +IE1pbmU= 11380 +IEtvbGw= 11381 +2LI= 11382 +IENyb3Nz 11383 +IDY1 11384 +IGdyYWM= 11385 +IGludm9sdmVz 11386 +IGRlbGlnaHQ= 11387 +IEhvbGx5d29vZA== 11388 +IGltbWVkaWF0ZQ== 11389 +b25pYw== 11390 +IGxhZG8= 11391 +IGJ1bGxldA== 11392 +IE5vdGU= 11393 +IHVubG9jaw== 11394 +IGRpc2NvdW50 11395 +IHJpc2luZw== 11396 +cHJlc3M= 11397 +IHBhY2U= 11398 +IHNob3J0ZXI= 11399 +IHRlbmVy 11400 +Z2Vvbg== 11401 +IG1hbmFnaW5n 11402 +IGNlcmU= 11403 +Q2hy 11404 +V2hlbg== 11405 +YWNoZW4= 11406 +IOyT 11407 +IEh1bg== 11408 +IG9mdA== 11409 +IDI1MA== 11410 +aWVydW5n 11411 +IHN0YWJpbA== 11412 +IENvbm5lY3Q= 11413 +IHlhbmk= 11414 +IGRvd250 11415 +zrzOsQ== 11416 +IHZvY2Fs 11417 +zr3OsQ== 11418 +IGxlYW4= 11419 +IHZpZMOpbw== 11420 +IEZhbWlseQ== 11421 +cmVzZW50 11422 +IGFtb3VudHM= 11423 +7KeB 11424 +Y2xhc3M= 11425 +IHZpYg== 11426 +IEF2 11427 +YXJzZQ== 11428 +IGdlbnRsZW1lbg== 11429 +IHNlZWtpbmc= 11430 +IHVuaW9u 11431 +IHJlZ3VsYXJseQ== 11432 +5o8= 11433 +IEphaHI= 11434 +IEZvb2Q= 11435 +IFByb2JsZW0= 11436 +IGFydGlmaWNpYWw= 11437 +IFNpeA== 11438 +IGltcHJlc3NlZA== 11439 +IHRvb3Ro 11440 +IEto 11441 +IHlhcmQ= 11442 +IO2VtA== 11443 +IG93bmVk 11444 +IOuPmQ== 11445 +7LKt 11446 +IHRvZGE= 11447 +IHBvcnRmb2w= 11448 +IOuCqA== 11449 +b3JnZW91cw== 11450 +IGRhdGVz 11451 +0L7Qu9GM0Lc= 11452 +0LXRh9C90L4= 11453 +IGNvbmZpZ3VyYXRpb24= 11454 +IHJlcXVpcmVtZW50 11455 +IGJlbGx5 11456 +IHBhaW5mdWw= 11457 +IGRlbW9uc3RyYXRl 11458 +IGdsZWljaA== 11459 +IHZpc2l0aW5n 11460 +IENvbmY= 11461 +IGRhbA== 11462 +2ZE= 11463 +IGFtZW5k 11464 +IEZ1cg== 11465 +IHZpdGFs 11466 +4buL 11467 +IG1hdGU= 11468 +IE91 11469 +IGxlZ2FjeQ== 11470 +dXN0aW5n 11471 +IGFjY29tbW9k 11472 +IHF1b2k= 11473 +YXVlbg== 11474 +IGxpZmVzdHlsZQ== 11475 +Q0M= 11476 +w6TDpG4= 11477 +YXJ0ZW4= 11478 +IG1pbmhh 11479 +csOz 11480 +IOuqqA== 11481 +IGZvcm1hdGlvbg== 11482 +IHRyYWlsZXI= 11483 +cGVyb3I= 11484 +INCz0YA= 11485 +IHVk 11486 +enU= 11487 +IGtvbW1lbg== 11488 +IGNhdmU= 11489 +IENvdW5jaWxsb3I= 11490 +IHRocm93bg== 11491 +IHRyaWNrcw== 11492 +TEFVR0hURVI= 11493 +IEFjYWRlbXk= 11494 +cm93ZA== 11495 +oZ0= 11496 +7KCA 11497 +IEltYWdpbmU= 11498 +IGluZm9ybWVk 11499 +cm9waA== 11500 +IGxpZw== 11501 +IHNrdWxs 11502 +YWJldGg= 11503 +IGZ1bmN0aW9uYWw= 11504 +ZXJlaw== 11505 +T24= 11506 +6aY= 11507 +IGFuY2VzdA== 11508 +IHNhZmVseQ== 11509 +IEhU 11510 +64u5 11511 +IGRhdg== 11512 +IGRyaXZlcw== 11513 +QW1lcmlj 11514 +IHRpcmU= 11515 +IHNhaXM= 11516 +w6FyaQ== 11517 +YXZvcnM= 11518 +IGNvcnJlc3BvbmRpbmc= 11519 +IHByw6lz 11520 +Y2hlc3Q= 11521 +IGJhY3Rlcmlh 11522 +IGluZmVjdGlvbg== 11523 +dXNhbA== 11524 +IGF2ZXo= 11525 +IGJhc2tldGJhbGw= 11526 +IHN1cHBsaWVz 11527 +IGV4cGVydGlzZQ== 11528 +oKU= 11529 +ZmE= 11530 +IHRpZW1wbw== 11531 +IFdhbnQ= 11532 +IHNpbGx5 11533 +IHVwcA== 11534 +IGVsZWN0ZWQ= 11535 +IGZpcmVk 11536 +INiv 11537 +IHVuaXZlcnNpdGllcw== 11538 +YWxsZQ== 11539 +IGphY2tldA== 11540 +wrA= 11541 +IHRyYXY= 11542 +bHM= 11543 +IGRlZmVhdA== 11544 +IGNvZ24= 11545 +IGVxdWF0aW9ucw== 11546 +dWtp 11547 +IFNoZXI= 11548 +IHRoaXJ0eQ== 11549 +IHN0cmVhbWluZw== 11550 +b3Ryb3M= 11551 +IFByb2R1 11552 +bmVq 11553 +IGRlc2lnbmVy 11554 +IOuKkOuC 11555 +IHBhaW50ZWQ= 11556 +cmFpbmU= 11557 +bWFpbA== 11558 +IHZlc3M= 11559 +IHJoeXRobQ== 11560 +bGVzaA== 11561 +IDk5 11562 +IGFpbmRh 11563 +Y2hpZWQ= 11564 +IMOpdGFpdA== 11565 +IGFmZmVjdHM= 11566 +6aM= 11567 +IEZpbmQ= 11568 +IMOpbA== 11569 +IHBvdGF0b2Vz 11570 +IHBhZw== 11571 +INC/0LDRgA== 11572 +YXJ0cw== 11573 +IE5hY2g= 11574 +IDMz 11575 +IEhhcmQ= 11576 +IElyYXE= 11577 +IG9waW5pb25z 11578 +d2l0aA== 11579 +ZXJtYW4= 11580 +w70= 11581 +6K0= 11582 +IFNQRUFL 11583 +rLw= 11584 +IHN0YWJpbGl0eQ== 11585 +IEhF 11586 +IGNhcHR1cmVk 11587 +IGJ1Y2tz 11588 +IG1hc2tz 11589 +IGNvbXBldGU= 11590 +IGZvcmdvdHRlbg== 11591 +0LvRjtGH 11592 +c2VxdQ== 11593 +IOyEoA== 11594 +aWxsaW9u 11595 +IGdyYXBoaWNz 11596 +IGh1Yg== 11597 +IOyXsA== 11598 +ZW1wb3I= 11599 +IGNyb3du 11600 +IHdpZGVy 11601 +IG9jY3Vycw== 11602 +RFM= 11603 +5oE= 11604 +IEJhdHRsZQ== 11605 +IGR1YWw= 11606 +IDYwMA== 11607 +YXRoZXJz 11608 +4LmB 11609 +IHNldHRsZQ== 11610 +IGF2YWl0 11611 +IGRvaXM= 11612 +0LrQuNGF 11613 +YWRvcmVz 11614 +IMOz 11615 +bmVnbw== 11616 +IEdlb3JnaWE= 11617 +IFJvZw== 11618 +IGRpdm9y 11619 +IFNvbmc= 11620 +IFNwZWNpYWw= 11621 +IG11bg== 11622 +IHByZXRlbmQ= 11623 +TUFO 11624 +IHZpb2xlbnQ= 11625 +IGJlc2lkZXM= 11626 +dnk= 11627 +IE5heg== 11628 +Mjk= 11629 +IHN3ZWF0 11630 +IHp3 11631 +IEh1 11632 +IEJ1aWxk 11633 +IGhvcm0= 11634 +IENhcmQ= 11635 +IOycoA== 11636 +IHJlY29tbWVuZGF0aW9u 11637 +Y2FsbGVk 11638 +c3RpY2s= 11639 +IFBvbGljZQ== 11640 +IGNvbnN1bWVycw== 11641 +IGdyb2Nlcg== 11642 +IHN0dW4= 11643 +INCS0Ys= 11644 +0KM= 11645 +IERhdGE= 11646 +IHN1YnN0YW50 11647 +aXJlY3Q= 11648 +4LI= 11649 +INCy0Lc= 11650 +IEFybQ== 11651 +IHNlbWVzdGVy 11652 +IEJyYWQ= 11653 +IG91cnM= 11654 +INC60L7RgtC+0YDRi9C5 11655 +p2E= 11656 +IGdyYW1z 11657 +IGV4ZXJjaXNlcw== 11658 +NzU= 11659 +IHN3ZWFy 11660 +IGluY2VudA== 11661 +z4HOvw== 11662 +IGlsbGVnYWw= 11663 +IERhbW4= 11664 +IG7Dug== 11665 +IG5lY2Vz 11666 +IGN1eg== 11667 +aWNvbg== 11668 +IGhvcnM= 11669 +IENvbW8= 11670 +IOuRkA== 11671 +IG92ZXJzZQ== 11672 +IGhhcnZlc3Q= 11673 +IHRocmV3 11674 +INC/0L7RgtC+0LzRgw== 11675 +15nXlA== 11676 +IG90cm8= 11677 +INC/0LXRgNCy 11678 +IHNjb3Bl 11679 +IGdsb3J5 11680 +IE1pY2hpZ2Fu 11681 +IGFzc3VtaW5n 11682 +INGD0LQ= 11683 +IGJvbGQ= 11684 +Z3Vl 11685 +bW90aGVy 11686 +IHdhcmVu 11687 +INil 11688 +IEthbQ== 11689 +aXNwaWVs 11690 +IHRvdWpvdXJz 11691 +IGNvbnN0aXR1dGlvbg== 11692 +IH4= 11693 +IGZyYW5rbHk= 11694 +b2xlbg== 11695 +b25zY2lvdXM= 11696 +IHfDvHJkZQ== 11697 +dGhvbg== 11698 +IE9G 11699 +7J6Q6w== 11700 +dW5kYQ== 11701 +INC/0L7RgA== 11702 +IGVtcGxveW1lbnQ= 11703 +0ZHRgg== 11704 +IHN0ZWFt 11705 +IERJ 11706 +IHByb2Zlc3Npb25hbHM= 11707 +IGVuZ2luZWVycw== 11708 +IFhpYQ== 11709 +56s= 11710 +7JiB 11711 +IER1bg== 11712 +IGJpdGNo 11713 +IEZvcmQ= 11714 +c2VjdGlvbg== 11715 +IHZpY2U= 11716 +IExhdGVy 11717 +b3N0b24= 11718 +0Y3Rgg== 11719 +16Y= 11720 +IEF6dXJl 11721 +cGxpbmc= 11722 +IDE4MA== 11723 +IENyZWF0 11724 +SVNIQQ== 11725 +IGJ1ZW5v 11726 +7Z2s 11727 +cnVw 11728 +bGVycw== 11729 +IFlhbmc= 11730 +IEhB 11731 +YmF0 11732 +IENhdGhvbGlj 11733 +IGFjY2VudA== 11734 +IG1peGluZw== 11735 +Y2tldHM= 11736 +IGVuaGFuY2U= 11737 +w7xocg== 11738 +w6pz 11739 +IO2W 11740 +IHN3aW1taW5n 11741 +IGPhu6dh 11742 +IEVsaXo= 11743 +IGltbXVuZQ== 11744 +INCx0L7Quw== 11745 +IGZhcmU= 11746 +IEdhYg== 11747 +16E= 11748 +IHNhdGVsbA== 11749 +IEFueXRoaW5n 11750 +IGFzc2V0 11751 +IHNjaGVkdWw= 11752 +IHJhZGljYWw= 11753 +IHp3ZWk= 11754 +IE1F 11755 +cmVsYXRlZA== 11756 +IHNlcGFyYXRlZA== 11757 +IExpYnI= 11758 +IGdyaXA= 11759 +IOCuqg== 11760 +IGJlYW5z 11761 +IE9w 11762 +7IaM 11763 +IHBvdW5k 11764 +IGVudHJhbmNl 11765 +z4Y= 11766 +IE5pZQ== 11767 +IFJlcHVibGljYW5z 11768 +IGF0b20= 11769 +IHBlcnNvbmFz 11770 +IEFsaQ== 11771 +w6Rocg== 11772 +IGRyYW1hdGlj 11773 +IEZpbmU= 11774 +IHJlbWluZHM= 11775 +6Jk= 11776 +IGTDqWrDoA== 11777 +IGFmZm9yZGFibGU= 11778 +IGJyYW4= 11779 +aWVybw== 11780 +YWxhcg== 11781 +Y3U= 11782 +IFw= 11783 +IG1vxbxl 11784 +IGJsYXN0 11785 +IHJlY3k= 11786 +ZmlyZQ== 11787 +IGxsZQ== 11788 +INCy0YDQtdC80Y8= 11789 +IFdX 11790 +IHZz 11791 +IER1ZGU= 11792 +IFJvbWU= 11793 +IGdyZWV0 11794 +IEhldA== 11795 +Y2lhcw== 11796 +IOuLuQ== 11797 +bGVzc2x5 11798 +IHByZW1pdW0= 11799 +IGV4cGVyaW1lbnRz 11800 +YXRhcg== 11801 +w6lyaQ== 11802 +IG9mZmljaWFsbHk= 11803 +IGZlZQ== 11804 +4LmH 11805 +INGH0LXQvA== 11806 +cmVh 11807 +IHRveQ== 11808 +T1A= 11809 +IFRheWxvcg== 11810 +IE1jQw== 11811 +aWxleQ== 11812 +IEJhaw== 11813 +IGFsdW0= 11814 +IFVudGVy 11815 +IG1hZ2ljYWw= 11816 +IHRyYWJhbA== 11817 +IHZvdGVz 11818 +aXRhZ2U= 11819 +IG1lY2hhbmljYWw= 11820 +aG4= 11821 +INC40L3RgtC10YA= 11822 +IGhpbnQ= 11823 +IGF1dGhvcml0aWVz 11824 +IE5BU0E= 11825 +aXZlcnNhcnk= 11826 +INC/0L7Rhw== 11827 +cmFj 11828 +IFNQRUFLRVI= 11829 +w7Z0 11830 +IGZyYW1lcw== 11831 +IGdvb2RieWU= 11832 +IGNoZXI= 11833 +aHU= 11834 +IG5ldXI= 11835 +IE1hY2g= 11836 +IEhlbGw= 11837 +IGZlc3RpdmFs 11838 +64WE 11839 +dXRh 11840 +IG11c2hyb29t 11841 +IHRhbnQ= 11842 +IHRhdHRv 11843 +IGRlbGV0ZQ== 11844 +IGRpeg== 11845 +IHbDpA== 11846 +IHNldmVudA== 11847 +IFF1aWNr 11848 +IGJha2luZw== 11849 +IGFzc2VtYmx5 11850 +R28= 11851 +IERyZWFt 11852 +IExhZA== 11853 +w6J5 11854 +YWdz 11855 +IGdyYXZpdHk= 11856 +IOynkQ== 11857 +ZW1wbG95 11858 +IGRpZXNlcw== 11859 +IGRpc2NvdmVyeQ== 11860 +0YHRgtCy0LA= 11861 +IGhlYmJlbg== 11862 +IGdlcmFkZQ== 11863 +IERS 11864 +ICcn 11865 +IHRlY2huaWNhbGx5 11866 +INCf0L4= 11867 +IHByaXZpbGVnZQ== 11868 +IEV2ZXI= 11869 +IFNlcnZpY2Vz 11870 +dXJhbg== 11871 +IGNvbnN1bXB0aW9u 11872 +IFJldg== 11873 +IFNoYWxs 11874 +YXNzZXI= 11875 +toDthLA= 11876 +IHJhY2lhbA== 11877 +IFlvdXR1YmU= 11878 +IFByYQ== 11879 +0YHRgtCy0LXQvQ== 11880 +Y2Vr 11881 +5rQ= 11882 +YXNoYQ== 11883 +INuB 11884 +kZw= 11885 +YWhu 11886 +SUNL 11887 +IGRyaW5rcw== 11888 +IGNhcmI= 11889 +IDY0 11890 +IE1tbQ== 11891 +IGVsZWN0cmljYWw= 11892 +IGZydWl0cw== 11893 +IEhE 11894 +w7Fh 11895 +IERlZmluaXRlbHk= 11896 +IOuwmw== 11897 +IGZhaXM= 11898 +cmF0aW9ucw== 11899 +IGNvZQ== 11900 +YWh1 11901 +IEZhaXI= 11902 +IGVhdGVu 11903 +IGZpcg== 11904 +IEF1 11905 +0YPQvQ== 11906 +dWxhdGluZw== 11907 +aW5nbHk= 11908 +IHZhY2NpbmVz 11909 +IGRyYWdvbg== 11910 +IHBvaW50aW5n 11911 +IHBlbG8= 11912 +b3J0ZXJz 11913 +IHdvcmtvdXQ= 11914 +0LjQvNC10YA= 11915 +bW9uZA== 11916 +IE5vcGU= 11917 +INeW15Q= 11918 +INmC 11919 +IGFkb3B0ZWQ= 11920 +YnVs 11921 +IHNhbnM= 11922 +IHBvc3NpYmlsaXRpZXM= 11923 +IHBlbmQ= 11924 +IHphbWFu 11925 +aG91 11926 +IHNoYXJlcw== 11927 +IGNhbGVuZGFy 11928 +IHBlcnNvbmE= 11929 +IHNlYWw= 11930 +IGdlbmU= 11931 +IHN0b3JlZA== 11932 +INC/0L7Qtw== 11933 +IGx5cmljcw== 11934 +IGluc3RydW1lbnRz 11935 +IE1B 11936 +gOydtA== 11937 +IGNsb3Vkcw== 11938 +aG90 11939 +4bqv 11940 +IOqwmeyVhOyalA== 11941 +IEVtcGlyZQ== 11942 +IGJpbw== 11943 +d2luZA== 11944 +aWVnbw== 11945 +IEV1cm9w 11946 +ZWRnZQ== 11947 +IGJhY2t3YXJkcw== 11948 +IOyngOs= 11949 +IHF1ZWVu 11950 +IHNoaW5l 11951 +IMOnxLFr 11952 +IGNhZA== 11953 +IE9k 11954 +IOyCrOuejA== 11955 +IGJ1YmJsZQ== 11956 +w7Rp 11957 +emVz 11958 +IHJlYWN0aW9ucw== 11959 +IGp1ZGdtZW50 11960 +IERlbW9jcmF0cw== 11961 +IGNvc2Fz 11962 +YXNoZWQ= 11963 +INC00L7Qu9C2 11964 +xZtuaWU= 11965 +6rQ= 11966 +IGV4ZW1wbGU= 11967 +TVA= 11968 +4buv 11969 +IFZlcnM= 11970 +IHJlc2ls 11971 +IG3DoQ== 11972 +xYRzdA== 11973 +YmVsaWV2 11974 +IFZvcg== 11975 +IHNjaGVtZQ== 11976 +b25kYQ== 11977 +IHBvZGVtb3M= 11978 +IGNoYXJnZXM= 11979 +IGRlc3RpbmF0aW9u 11980 +IEt5 11981 +IFNT 11982 +IHNpbGVuY2U= 11983 +IGVtYmVk 11984 +bmF0 11985 +4bubaQ== 11986 +QU5U 11987 +Z2dlZA== 11988 +IHJlZHVjaW5n 11989 +IHVnbHk= 11990 +IG1pbQ== 11991 +0YPQtNCw 11992 +MzQ= 11993 +IGNvcmQ= 11994 +INGC0L7QttC1 11995 +IExpc2E= 11996 +IMO2bg== 11997 +IENocmlzdGlhbnM= 11998 +dW1ibGVz 11999 +b2xvZ2lzdHM= 12000 +YXph 12001 +IHRlbmRz 12002 +IENvb2s= 12003 +IGdlc2FndA== 12004 +IO2VmOuCmA== 12005 +IFRlcw== 12006 +ZXJlbW9ueQ== 12007 +INC90YPQttC90L4= 12008 +IE1BUklTSEE= 12009 +IGVucm9sbA== 12010 +IENyeQ== 12011 +RVNT 12012 +IFNhZA== 12013 +IGltcGxlbWVudGVk 12014 +IGTDrWE= 12015 +w5w= 12016 +IHBpc3Q= 12017 +RHI= 12018 +IHNhYmU= 12019 +IFNvY2k= 12020 +w6RyZQ== 12021 +INC60YLQvg== 12022 +IEZyYW5jaXNjbw== 12023 +IOyepQ== 12024 +IGNyZWF0dXJlcw== 12025 +YXdz 12026 +IGVhcm5lZA== 12027 +IGNoZWFwZXI= 12028 +IGRsYQ== 12029 +IHdhcm4= 12030 +c2NoZQ== 12031 +IGJsYWg= 12032 +IG51dHI= 12033 +6Lw= 12034 +IGdvcmdlb3Vz 12035 +IEFuZ2VsZXM= 12036 +IGdlbWFjaHQ= 12037 +IGhvbWVsZXNz 12038 +b2dyYXBoaWM= 12039 +IFRhaXdhbg== 12040 +IFNvbQ== 12041 +IEhhZA== 12042 +YWN0aW9ucw== 12043 +IHBvc3Rz 12044 +IG91dHJh 12045 +IE1lYW4= 12046 +a2Fy 12047 +IGNvdXM= 12048 +IGJyYWNr 12049 +0LjRgtGM0YHRjw== 12050 +IGJlbGlldmVz 12051 +IHN1aWNpZGU= 12052 +IGVxdWFsbHk= 12053 +IGNhcmVz 12054 +0L7QttC90L4= 12055 +IHN0ZW0= 12056 +IE11Y2g= 12057 +IHByb2R1Y2Vy 12058 +15XXkA== 12059 +IHByb3RlY3Rpbmc= 12060 +IFRSQVZJUw== 12061 +IGludGVydmlld3M= 12062 +IGFsaWVu 12063 +IEFzaw== 12064 +IHNvbGU= 12065 +Q08= 12066 +IFN1ZA== 12067 +IHN1cnZpdg== 12068 +IHNrZXRjaA== 12069 +IHfFgmE= 12070 +IGNvbG9j 12071 +IGFwb2xvZ2l6ZQ== 12072 +d2VpZ2h0 12073 +IDU1 12074 +ID4= 12075 +IGhlcm9lcw== 12076 +IEJvc3Rvbg== 12077 +IGRlcGVuZGVudA== 12078 +IG1vdGl2YXRpb24= 12079 +ZmxpeA== 12080 +IHNlYW0= 12081 +0LrQuNC1 12082 +IGRyYWlu 12083 +b2RlZA== 12084 +IGd1aWx0eQ== 12085 +IEplbm4= 12086 +aW5nZW4= 12087 +IGdyYW50ZWQ= 12088 +IEtlbGx5 12089 +IFNhdg== 12090 +IFVuY2xl 12091 +IEhvbmVzdGx5 12092 +RUxJ 12093 +IG5hdmlnYXRl 12094 +IGJsZXNzZWQ= 12095 +Y29yZQ== 12096 +IGVhcm5pbmc= 12097 +IHNpZ25hbHM= 12098 +IGRpc2s= 12099 +aWFscw== 12100 +IGFnZXM= 12101 +5oU= 12102 +IHBhcnRpY2xl 12103 +INGH0LXRgA== 12104 +IGNhbm4= 12105 +IHRpZXI= 12106 +IHN0YXRlbWVudHM= 12107 +6rOg7JqU 12108 +IOuVjOusuOyXkA== 12109 +IENobw== 12110 +IHBvbGFy 12111 +YW7Dpw== 12112 +IEtlbm4= 12113 +IE5p 12114 +IEZpZ2h0 12115 +b3JnYW4= 12116 +6ZU= 12117 +IENoYQ== 12118 +IFPDrQ== 12119 +IHNsaWM= 12120 +IGNlcnRpZmlj 12121 +IHRlbXBsYXRl 12122 +IEZlZGVyYWw= 12123 +IGNvbnNpZGVyYXRpb24= 12124 +IGV4cGxv 12125 +IE1haW4= 12126 +IE5F 12127 +IGFsb25nc2lkZQ== 12128 +IGRyZXNzZWQ= 12129 +IFBvaW50 12130 +IGVudmlyb25tZW50cw== 12131 +IHByw7N4aW0= 12132 +IGRhYXI= 12133 +IHByb21wdA== 12134 +IHB1cnN1ZQ== 12135 +IGVudGVydGFpbm1lbnQ= 12136 +IHRocm9hdA== 12137 +IHByb2JsZW1h 12138 +IG1hcnQ= 12139 +7Lw= 12140 +IHByb3ZpZGVy 12141 +2Iw= 12142 +INeX 12143 +aW50ZQ== 12144 +bWFraW5n 12145 +IHN0cm9rZQ== 12146 +IHRpc3N1ZQ== 12147 +VW4= 12148 +IHByZWNpb3Vz 12149 +IEFydHM= 12150 +aW5raW5n 12151 +INCe0L0= 12152 +INC40YE= 12153 +bmFo 12154 +INCV0YHQu9C4 12155 +IGNvcm5lcnM= 12156 +IHRyaWNreQ== 12157 +aW5jaA== 12158 +bGlqaw== 12159 +IHByZXNzaW5n 12160 +bGV2ZWw= 12161 +QU5H 12162 +IHJhZGlhdGlvbg== 12163 +7ISg 12164 +IGNvbmZyb250 12165 +IHZldA== 12166 +IHJlcHJlc2VudGF0aXZl 12167 +IHByb3BhZw== 12168 +IGNyYXA= 12169 +IERlYw== 12170 +IHJhbXA= 12171 +0LXQv9C10YDRjA== 12172 +dcOpcw== 12173 +ZXNzZW4= 12174 +Y3JpcHRpb24= 12175 +IGJpbGxz 12176 +IE1hdHRoZXc= 12177 +IGFuaW1l 12178 +4bqldA== 12179 +IGxvd2VzdA== 12180 +aGFz 12181 +c2NyZWVu 12182 +b2dyYXA= 12183 +0LDQu9C+ 12184 +aW50b24= 12185 +IEphaA== 12186 +aXTDoA== 12187 +IGtheQ== 12188 +IHJvdGF0aW9u 12189 +IFdlcmU= 12190 +YWJlaQ== 12191 +IHRyaWFscw== 12192 +IGxldmVy 12193 +aWdodHk= 12194 +IHNwb29u 12195 +IGh1bnQ= 12196 +Y2xpbmc= 12197 +IGRpc20= 12198 +INCx0L7Qu9GM0Yg= 12199 +IGFzc2F1bHQ= 12200 +IO2YlQ== 12201 +IHdlZWtseQ== 12202 +IG1pc21v 12203 +IGdlbmV0aWM= 12204 +dWxwdA== 12205 +IFN0dWRlbnQ= 12206 +IHJlYWxpc3RpYw== 12207 +IGF1dGhlbnRpYw== 12208 +YXN0YQ== 12209 +IGFycmVzdGVk 12210 +IGd1aWRlbGluZXM= 12211 +INec15A= 12212 +INC00LDQsg== 12213 +IENvbWluZw== 12214 +ZsO8cg== 12215 +IHJlcXVlc3Rz 12216 +g5A= 12217 +IGFuYWx5emU= 12218 +IGludGVyZXNz 12219 +IGhhbHQ= 12220 +IE9wZXI= 12221 +b25vbQ== 12222 +IGR1Y2s= 12223 +IHdpdGhk 12224 +c2Vy 12225 +IM+M 12226 +IEhpc3Rvcnk= 12227 +IHlvdXR1YmU= 12228 +IHNhYmVy 12229 +d2Fsaw== 12230 +Zm9udA== 12231 +IG92ZXJ2aWV3 12232 +Mzk= 12233 +w7x5 12234 +ZXR0aQ== 12235 +IGZyb3plbg== 12236 +IGZsZXNo 12237 +xJ9p 12238 +IFBN 12239 +IOyZgA== 12240 +6aI= 12241 +0YbQuNC4 12242 +IOq4sOs= 12243 +7YGs 12244 +IHByb3Nl 12245 +b29vbw== 12246 +cmF0ZXM= 12247 +V1M= 12248 +IGF1dG9tYXRpYw== 12249 +IGNvbGxlY3Rpbmc= 12250 +xZE= 12251 +IG5laWdoYm9ycw== 12252 +wrsu 12253 +IEV4cGw= 12254 +IGNpcmN1bA== 12255 +Y292ZXI= 12256 +d2Vn 12257 +IHN0aWNrcw== 12258 +IGVsbGVy 12259 +IHd3dw== 12260 +IGRvcm0= 12261 +IEV4cGVy 12262 +IHN0YXRpc3RpY3M= 12263 +IGVtYWlscw== 12264 +IGdyYXZl 12265 +aW1peg== 12266 +SFM= 12267 +IHVpdA== 12268 +LCc= 12269 +IGxhc2Vy 12270 +6Ik= 12271 +INGC0LXQvA== 12272 +0YvRiA== 12273 +0YnRkQ== 12274 +IGdlbmF1 12275 +IHRpZW5lbg== 12276 +IG1lZGl0YXRpb24= 12277 +IE9yZ2Fu 12278 +IGVzdGltYXRl 12279 +IOustOw= 12280 +bGV0cw== 12281 +IG7DoHk= 12282 +IG1pbmRzZXQ= 12283 +IHJlc29u 12284 +IG3DqXM= 12285 +IG51bWVyb3Vz 12286 +IHZpZWxsZWljaHQ= 12287 +IFRoaXJk 12288 +dW91cw== 12289 +IERlYWQ= 12290 +0LDQvdC0 12291 +SE4= 12292 +IHJhY2luZw== 12293 +IGFnZW50cw== 12294 +IFV0 12295 +IHRlYXI= 12296 +IEhQ 12297 +IGNoZW1pc3RyeQ== 12298 +IHN1cnZpdmFs 12299 +IGNvbnZpbmNlZA== 12300 +IDs= 12301 +IHJlZ3VsYXRpb25z 12302 +IEVT 12303 +MzAw 12304 +IGVuc2U= 12305 +IOy1 12306 +IGRpY3Q= 12307 +R0E= 12308 +IGFow60= 12309 +IHRlag== 12310 +INC+0YHRgg== 12311 +IEVsZWN0 12312 +IGludGVsbGVjdHVhbA== 12313 +IGJpYXM= 12314 +IGJ1cmRlbg== 12315 +IOyWtOuWuw== 12316 +IGNoZWVy 12317 +IHNvcGg= 12318 +IHBvcnRmb2xpbw== 12319 +dWJh 12320 +IGVzdG9z 12321 +VFY= 12322 +Rm9y 12323 +IGFzaA== 12324 +IGtvbW1lcg== 12325 +IGNvbGxlY3RpdmU= 12326 +IHdyZXN0 12327 +IEpldHp0 12328 +IFdhdA== 12329 +cmVpY2g= 12330 +IHByaW1lcg== 12331 +YWN0aXZl 12332 +IG1pZQ== 12333 +aWNrZWQ= 12334 +IGh1bnRpbmc= 12335 +IHRlc3RpbQ== 12336 +IGNvbXBhc3Npb24= 12337 +INix 12338 +IGJydXQ= 12339 +IHNhbGFk 12340 +0L7QsdGJ0LU= 12341 +IHNvbHZpbmc= 12342 +IGZsb2F0aW5n 12343 +57c= 12344 +IGF0dHJhY3RpdmU= 12345 +2YjZhA== 12346 +IHBlcmQ= 12347 +aWZmZXI= 12348 +IHNjdWxwdA== 12349 +aGho 12350 +IFdlZWs= 12351 +IGVudGh1cw== 12352 +IG5hZA== 12353 +IG1lcmNo 12354 +IO2ZlQ== 12355 +IG1pbGU= 12356 +IM64 12357 +IOuCmOs= 12358 +Mzg= 12359 +IGNoYWlucw== 12360 +IEFsbW9zdA== 12361 +IHRpY2tldHM= 12362 +cmlu 12363 +IEND 12364 +IGRpc3RyaWJ1dGVk 12365 +YWJldGVz 12366 +IHRlbXBlcmF0dXJlcw== 12367 +IGdhaW5lZA== 12368 +IGZsZXhpYmlsaXR5 12369 +IHNjcmVhbWluZw== 12370 +IGFicm9hZA== 12371 +dW5v 12372 +IGVudHJlcHJlbmV1cnM= 12373 +IE5ldHdvcms= 12374 +IENhbmFkaWFu 12375 +IHByZXY= 12376 +IHPDtg== 12377 +INGC0LXQsdGP 12378 +IFBva2U= 12379 +IFBvZA== 12380 +IFR1cmtleQ== 12381 +IGFic3RyYWN0 12382 +IHNuYWtl 12383 +IEFteQ== 12384 +IOuKkOuCjA== 12385 +IGJyYXZl 12386 +IOyeiOyWtOyalA== 12387 +IEthbA== 12388 +IDIwMDc= 12389 +w6FyaW8= 12390 +IG1hcmtlZA== 12391 +Z2luZXM= 12392 +IGFsbG9j 12393 +T05H 12394 +IHNjaWVudGlzdA== 12395 +IGVzY2E= 12396 +IHJhY2lzbQ== 12397 +15HX 12398 +IFNhbXM= 12399 +IFBlbm4= 12400 +IGxvYWRz 12401 +IOCuqA== 12402 +w7xiZXI= 12403 +TWU= 12404 +aXjDsg== 12405 +IHBlcsOy 12406 +YW5uZQ== 12407 +IGV4cHJlc3NlZA== 12408 +0LzQtdGA 12409 +IG1vZXQ= 12410 +IHJldHVybmluZw== 12411 +bmlh 12412 +IGV4cG9u 12413 +UHJv 12414 +IGxveWFs 12415 +TUw= 12416 +IGxhbXA= 12417 +IHNoeQ== 12418 +IGNvbXBvc2l0aW9u 12419 +IEx5 12420 +IG1hZ25ldGlj 12421 +IHByZW1pZXI= 12422 +IG1lYXN1cmVk 12423 +IHN1bW1hcnk= 12424 +IGF0dGFja2Vk 12425 +IGZpbmlzaGluZw== 12426 +0Jc= 12427 +56U= 12428 +IHNpdHM= 12429 +IGh5ZHJvZ2Vu 12430 +IG1haQ== 12431 +IERldXRzY2g= 12432 +YXPEsQ== 12433 +IG9idGFpbg== 12434 +dmll 12435 +IHNvaXQ= 12436 +IOuwlA== 12437 +IGxhbmU= 12438 +IGNvbnNlZ3U= 12439 +0LLQvg== 12440 +IGVhc2U= 12441 +YWtpbg== 12442 +IEZh 12443 +IHVudHVr 12444 +IGJ1cnN0 12445 +IGN1bQ== 12446 +YWzEsW0= 12447 +w7pibGlj 12448 +aWRp 12449 +IFJveWFs 12450 +IEtvbg== 12451 +IGNvbW1vbmx5 12452 +IHJlbW92aW5n 12453 +IGp1cg== 12454 +aWxpYg== 12455 +IGFuY2g= 12456 +7ZaJ 12457 +xrDhu6M= 12458 +INCc0Ys= 12459 +IEFudGg= 12460 +IFPDpQ== 12461 +IGludGVycnVwdA== 12462 +IHN0ZXJl 12463 +IE9T 12464 +b255bQ== 12465 +dGVyeQ== 12466 +IE1hcmlh 12467 +6rKD 12468 +IGV4cGxvcmluZw== 12469 +IHRyYW5zcGFyZW50 12470 +IGZhdGU= 12471 +IEp1bmc= 12472 +IGdydXA= 12473 +IGRhcmtlcg== 12474 +IERvdWc= 12475 +IG1hbmU= 12476 +4bqhaQ== 12477 +ZHJp 12478 +bG9vaw== 12479 +IERlc2lnbg== 12480 +IHR1dGFq 12481 +IGhvcml6b250YWw= 12482 +cmVvbg== 12483 +b3J0ZQ== 12484 +IENvcnJlY3Q= 12485 +IFN0ZXZlbg== 12486 +IHZpbmU= 12487 +MDI= 12488 +acSH 12489 +IHNpZW1wcmU= 12490 +IEtleQ== 12491 +IEdhbWVz 12492 +IG5hYXI= 12493 +IHNob2NrZWQ= 12494 +ZWx2ZQ== 12495 +IFJvc2U= 12496 +7Ius 12497 +IHN0b3BwaW5n 12498 +b2hs 12499 +IE1peA== 12500 +IHN1ZmZlcmVk 12501 +IHNpZ21h 12502 +IHdlYWtuZXNz 12503 +IE93 12504 +4Li14LmI 12505 +SUY= 12506 +IOCuhQ== 12507 +YWRlZA== 12508 +IE5ldGZsaXg= 12509 +YW5lcw== 12510 +IHJlbWFpbmVk 12511 +aXJ5 12512 +IHJpcA== 12513 +ZWxsdA== 12514 +IHNpbGVudA== 12515 +IHByb3Zlbg== 12516 +IHRveGlj 12517 +IGFsdW1pbg== 12518 +IG11bHRpcGw= 12519 +YWxhbmQ= 12520 +IDM0 12521 +MDY= 12522 +IEJydQ== 12523 +IOygleunkA== 12524 +SnVzdA== 12525 +Ym95 12526 +IHNob2U= 12527 +IGNyZWF0dXJl 12528 +IGhlYWRlZA== 12529 +INC+0YLQug== 12530 +5rE= 12531 +IGVzc2VuY2U= 12532 +IHJlbWFya2FibGU= 12533 +IG7Dum1lcg== 12534 +IGRyZXc= 12535 +IHB1enpsZQ== 12536 +IExpYnJhcnk= 12537 +IEZ1 12538 +YXNoZXM= 12539 +a2s= 12540 +IElzdA== 12541 +prA= 12542 +IEJyeQ== 12543 +IGNlcmVtb255 12544 +IOCujg== 12545 +IGNyaQ== 12546 +ZXF1 12547 +IHByaXpl 12548 +IGRpbWVuc2lvbnM= 12549 +b2dyYW0= 12550 +IGxlYXRoZXI= 12551 +IHBvcHVsYXRpb25z 12552 +dXVt 12553 +IHZlZ2Fu 12554 +0Y/QtA== 12555 +IGPDs21v 12556 +5YQ= 12557 +IHN0cmlw 12558 +5aM= 12559 +IHZhY2F0aW9u 12560 +hZU= 12561 +IG1lYWxz 12562 +aWxpcHA= 12563 +IGVudHM= 12564 +YXJhbQ== 12565 +cmljaHQ= 12566 +IGdyYWlu 12567 +IFNwYWlu 12568 +IGNoZWVr 12569 +IEFmZg== 12570 +SU9O 12571 +IEJyaW5n 12572 +IDM4 12573 +aWVsZW4= 12574 +dWx1 12575 +INCx0L7Qu9GM0YjQtQ== 12576 +IGFubm91bmNlbWVudA== 12577 +INGC0YPRgg== 12578 +IFByb3BoZXQ= 12579 +YXJkbw== 12580 +Mzc= 12581 +IHdva2U= 12582 +IHRyYW5zbGF0aW9u 12583 +IE5PVA== 12584 +IENM 12585 +IGTDvMWf 12586 +0YbRlg== 12587 +YWNlcg== 12588 +IExvYw== 12589 +IHBlcmNlcHRpb24= 12590 +Tk8= 12591 +IGRpZXNlbg== 12592 +TG9vaw== 12593 +aGVhcnQ= 12594 +YXZlZA== 12595 +IGJvdW5kYXJ5 12596 +IGZsb3dz 12597 +0ZHQvA== 12598 +IGFyZ3VtZW50cw== 12599 +IGVsZWN0aW9ucw== 12600 +xLFz 12601 +IGhlY2s= 12602 +IHN1aXRhYmxl 12603 +IGZpYmVy 12604 +IFN0cmE= 12605 +eHk= 12606 +IEh1bQ== 12607 +IG1vbnRobHk= 12608 +dXBlcg== 12609 +IGdvbGY= 12610 +IGxhdGVseQ== 12611 +IEdhcmQ= 12612 +IFJlbg== 12613 +IEFzdA== 12614 +IEZhbnQ= 12615 +0LDRgdGB 12616 +IG9ic2Vy 12617 +66Gc 12618 +IGVhc2llc3Q= 12619 +jZTr 12620 +IHdlYnNpdGVz 12621 +cG9s 12622 +IGNvY29u 12623 +IOCuhw== 12624 +IFZlZw== 12625 +IHdhbGtz 12626 +IGludHJv 12627 +IGRpcmVjdGVk 12628 +IEFubmE= 12629 +IOuTpOyWtA== 12630 +IEVhc3Rlcm4= 12631 +IFNhaW50 12632 +IEJvdw== 12633 +IHJvYXN0 12634 +IFVSTA== 12635 +IGplZGVu 12636 +dXJhcw== 12637 +YWph 12638 +IHNlbWk= 12639 +IHJhcGlkbHk= 12640 +IHRhcmdldHM= 12641 +IENvbnRyb2w= 12642 +IGJhaA== 12643 +IHJlZmxlY3Rpb24= 12644 +IGNyZWF0aXZpdHk= 12645 +aG9sZGVycw== 12646 +IOyYrOs= 12647 +IGFtb25nc3Q= 12648 +IGZlZWRpbmc= 12649 +0Y3RgtC+0LzRgw== 12650 +INCy0LjQtNC1 12651 +IOunjOuTpA== 12652 +IFNtYXJ0 12653 +IHJlbGlhYmxl 12654 +IHZlemVz 12655 +INeo 12656 +Y2h1Y2tsZXM= 12657 +YXppb25l 12658 +IFdpbGxpYW1z 12659 +IGHDpw== 12660 +IHNsZWU= 12661 +0LXRiQ== 12662 +IHRpbWVsaW5l 12663 +IHRob3JvdWdo 12664 +4buN 12665 +IE90 12666 +4bqhbg== 12667 +IGltYWdpbmF0aW9u 12668 +IG1lY2hhbmljcw== 12669 +cmlzdA== 12670 +IGNsYWltZWQ= 12671 +z4TOtw== 12672 +w6p0ZQ== 12673 +IEh1cnJ5 12674 +IGlQYWQ= 12675 +IGNvbnN0cnU= 12676 +IENsYQ== 12677 +IEFscw== 12678 +dXR6 12679 +IGN1bHR1cmVz 12680 +IOyWtOuWu+qyjA== 12681 +IGJlbG9uZ3M= 12682 +IHllcg== 12683 +IERvZXNu 12684 +IGdlb21ldA== 12685 +IGJpZA== 12686 +IGZvYW0= 12687 +IGhvYg== 12688 +IEJyaXRhaW4= 12689 +IHN1YnN0YW5jZQ== 12690 +IGFubml2ZXJzYXJ5 12691 +IOuEiA== 12692 +IG5vdGVk 12693 +IGdvdmVybm9y 12694 +IHN0b2Nrcw== 12695 +MzE= 12696 +IGRpeWU= 12697 +7Iqk6w== 12698 +IHJlYg== 12699 +emVs 12700 +IG11bHRpcGx5 12701 +IG9wZXJhdG9y 12702 +hKTsmpQ= 12703 +IHdhdGVycw== 12704 +IGTDpHI= 12705 +IHVuc2Vy 12706 +IEVsaXphYmV0aA== 12707 +IGluY3JlYXNpbmdseQ== 12708 +IEdybw== 12709 +IGVuZ2luZXM= 12710 +aXJz 12711 +2Ks= 12712 +IHRyZWFzdXJl 12713 +UEM= 12714 +aW5jdGlvbg== 12715 +aXJp 12716 +IGFjY3Vt 12717 +IHZhcmlhdGlvbg== 12718 +IHBvbQ== 12719 +IHRpdGxlcw== 12720 +IEZlc3Q= 12721 +w7Nz 12722 +IGVsZGVy 12723 +bnlt 12724 +cnVu 12725 +0Y/Qsg== 12726 +IGlubm92YXRpdmU= 12727 +IG5vbWJyZQ== 12728 +IGNvaW5j 12729 +IGZyYW5jaA== 12730 +IGVudG9uY2Vz 12731 +IG5pY2h0cw== 12732 +IGV4Y2x1c2l2ZQ== 12733 +IENoZWVycw== 12734 +IEJp 12735 +dWpl 12736 +IHBvaw== 12737 +IFByZW0= 12738 +IHJvY2tldA== 12739 +RUxJUEU= 12740 +IGhvc3BpdGFscw== 12741 +cml1bQ== 12742 +IGp1c3Rl 12743 +IGhhbW1lcg== 12744 +IHF1YW50dW0= 12745 +IHJlc3BvbnNlcw== 12746 +bGx5 12747 +ZW5kaQ== 12748 +IGFjdGl2ZWx5 12749 +IGZyaWRnZQ== 12750 +aWF0ZQ== 12751 +bG9uZw== 12752 +IHF1ZW0= 12753 +IGRlYXRocw== 12754 +IHN1cGVyaW9y 12755 +Y2tlbg== 12756 +7J207JeQ 12757 +a3RvcA== 12758 +IGdhdGhlcmVk 12759 +o6g= 12760 +IGRhenU= 12761 +IHJlY2lwZXM= 12762 +IGJ1eno= 12763 +Y2Vu 12764 +IGFueXRpbWU= 12765 +b25zZW5zZQ== 12766 +IGNpcmNsZXM= 12767 +IHNvbHZlZA== 12768 +IOyLoA== 12769 +IGNvcm9uYXZpcnVz 12770 +IEx1a2U= 12771 +IGJ1YmI= 12772 +IGNvbnRlbXBvcg== 12773 +cnp5 12774 +IEphbmU= 12775 +INC00L7QvA== 12776 +IHNjcmV3cw== 12777 +IGh5YnJpZA== 12778 +IGNhc3VhbA== 12779 +IHNlbGJzdA== 12780 +YmVpbmc= 12781 +IMSQ 12782 +IENvbHVtYg== 12783 +INGF0L7Rhw== 12784 +IGJ1Y2tldA== 12785 +IGV2YWx1YXRl 12786 +IGlkb2w= 12787 +IHJlcHV0YXRpb24= 12788 +IOyGjOs= 12789 +2YjYsQ== 12790 +IGhlY2hv 12791 +IHBvZW0= 12792 +IHN1YmplY3Rz 12793 +cGxhbnQ= 12794 +IEJlaA== 12795 +IFNwZWFraW5n 12796 +IGJhdHRlcmllcw== 12797 +IGZvbGxvd2Vycw== 12798 +w7Zs 12799 +IGdlbnRseQ== 12800 +IHNpeHQ= 12801 +IHBhcmFtZXRlcg== 12802 +IGlra2U= 12803 +IFRvdXI= 12804 +IERK 12805 +b3R0ZQ== 12806 +IEphaHJlbg== 12807 +IHByZXBhcmF0aW9u 12808 +INC00YPQvA== 12809 +IDgwMA== 12810 +Y29w 12811 +aWtpbmc= 12812 +IOusuA== 12813 +INC90YM= 12814 +INC70LXRgg== 12815 +IElkZQ== 12816 +IOyhsOq4iA== 12817 +IGxhdWdodGVy 12818 +IG1vbGVjdWxlcw== 12819 +IFJlc3Q= 12820 +IG9ic2VydmVk 12821 +ZHppZQ== 12822 +IGFkdmVydGlzaW5n 12823 +ZXJ0bw== 12824 +IG1vaW5z 12825 +IE1JVA== 12826 +IGV4Y2l0 12827 +IHR1bQ== 12828 +IHR5bA== 12829 +IGludmVzdGVk 12830 +IHBoYXJt 12831 +IHVuZXhwZWN0ZWQ= 12832 +IHBoaQ== 12833 +b3R5cGU= 12834 +d2Vpc2U= 12835 +IGdlw6c= 12836 +am91cmQ= 12837 +IGhvcnNlcw== 12838 +bsSF 12839 +PSI= 12840 +IFNN 12841 +IGZpYg== 12842 +IGNsaXBz 12843 +IHJlZ2ltZQ== 12844 +IHJvdGF0ZQ== 12845 +cm91 12846 +bmlr 12847 +IGFybW9y 12848 +8J+Y 12849 +0LXRgNCw 12850 +IE9jaA== 12851 +IHJpY2h0aWc= 12852 +w7x6ZWw= 12853 +YW5lb3VzbHk= 12854 +bWVr 12855 +IFhpYW8= 12856 +IGV4aXN0ZWQ= 12857 +d29ydGg= 12858 +IG5hdWdodA== 12859 +IGhlacOfdA== 12860 +IEJhbA== 12861 +IHJlc2lk 12862 +aXZvdA== 12863 +b21hdGlj 12864 +IGhpcmVk 12865 +IGdyYWR1YWxseQ== 12866 +IG9uaW9ucw== 12867 +IGNvbXBhdA== 12868 +IGludGlt 12869 +IGpldw== 12870 +IGNvbnRyaWJ1dGlvbg== 12871 +IElyZQ== 12872 +YWNqaQ== 12873 +IHNsaWNl 12874 +IGltbXVu 12875 +IFJ1cw== 12876 +IGdyb3dz 12877 +IFNpbWlsYXJseQ== 12878 +IGhhcmRlc3Q= 12879 +IHN0cnVjaw== 12880 +IG1lYXN1cmVtZW50 12881 +Li4uXQ== 12882 +dGhleQ== 12883 +IOyggOs= 12884 +IHNuZWFr 12885 +IGFwcGxpZXM= 12886 +INC90LXQvA== 12887 +5pM= 12888 +15HXqA== 12889 +INCn0YLQvg== 12890 +IG91dHJv 12891 +IGlubm9jZW50 12892 +IG1vZw== 12893 +IFNhbXN1bmc= 12894 +IG1lcmN5 12895 +IGhhbmRsaW5n 12896 +IGludGVydmVudGlvbg== 12897 +aWRheXM= 12898 +Z290 12899 +IGN1cnJpYw== 12900 +IGJvdW5kYXJpZXM= 12901 +IGNvbmZ1c2luZw== 12902 +nbzripQ= 12903 +5oc= 12904 +IHN0aXRjaGVz 12905 +w612ZWw= 12906 +IHR1bm5lbA== 12907 +aXTDpA== 12908 +IGdvc3Q= 12909 +aW15 12910 +IGN6YXM= 12911 +IG3DqQ== 12912 +IGNhdGFs 12913 +IFNpbW9u 12914 +IExJQU0= 12915 +bWlj 12916 +INCk 12917 +IGV5ZWw= 12918 +aXNhcw== 12919 +IENQVQ== 12920 +IERvdQ== 12921 +IG7DpGNo 12922 +IGluZmluaXR5 12923 +IHJpZg== 12924 +IFBlYWNl 12925 +IEN1 12926 +IG1pbmltYWw= 12927 +IGxpc3RlbmVk 12928 +IHBvbGU= 12929 +aGFsYg== 12930 +IGxvYWRlZA== 12931 +IHN0ZWFkeQ== 12932 +IEJlc2lkZXM= 12933 +w6pt 12934 +IGxhcA== 12935 +IGNvb3A= 12936 +IGZyaWVuZHNoaXA= 12937 +d29ybGQ= 12938 +IGdlaA== 12939 +IHR5bGtv 12940 +IExhdXJh 12941 +IHN1cnJvdW5kZWQ= 12942 +IEV2ZW50 12943 +IGNoYXA= 12944 +IFdvbmRlcg== 12945 +YnJlYWs= 12946 +IGRyb3Zl 12947 +IGJyb2FkZXI= 12948 +IGNoaQ== 12949 +Rmk= 12950 +IGdlaGVu 12951 +IHdlc3Rlcm4= 12952 +IGludGVsbGlnZW50 12953 +IHBlcnNpc3Q= 12954 +IGZvdW5kZWQ= 12955 +IGhpc3Rvcmlj 12956 +IGZyw6U= 12957 +Y2tzw6U= 12958 +IGhhbmR5 12959 +IHN5bXA= 12960 +IHJvd3M= 12961 +IG51dHJp 12962 +YnVy 12963 +IExlb24= 12964 +IHNpc3RlbWE= 12965 +IGV4dGVuc2l2ZQ== 12966 +INGD0LI= 12967 +7Y8= 12968 +IG5pZ2h0cw== 12969 +IGPDoWM= 12970 +IGNvdW50aW5n 12971 +IE11c3Q= 12972 +YWxsb3c= 12973 +0LXRgdGB 12974 +TW9t 12975 +INC90LDQtNC+ 12976 +IGJhcnJlbA== 12977 +QVJE 12978 +IGluc3RhbGxhdGlvbg== 12979 +IGluc2VjdA== 12980 +IOuFuOs= 12981 +dWrEhQ== 12982 +IMSRaQ== 12983 +IHBhY2tlZA== 12984 +IGZpY3Rpb24= 12985 +Tm93 12986 +IFlheQ== 12987 +IHBlcnQ= 12988 +cm9ucw== 12989 +dW5kZQ== 12990 +YWNoZXM= 12991 +IHN0eWxlcw== 12992 +IGFwcsOocw== 12993 +b2t1 12994 +IFZpY2U= 12995 +xLFuxLF6 12996 +Y29tbQ== 12997 +IGFzc2lnbmVk 12998 +IGludGVyYWN0aW9ucw== 12999 +IGFjYWI= 13000 +RkVMSVBF 13001 +IHJlc2N1ZQ== 13002 +IGluZHVzdHJpZXM= 13003 +IEFuZHk= 13004 +IHByYWlzZQ== 13005 +IGZsYW1l 13006 +IHNuYWNr 13007 +7YI= 13008 +54E= 13009 +IHN3bw== 13010 +cmVuZGVy 13011 +IGJvYXJkcw== 13012 +INGC0L7QvA== 13013 +ZW5uZQ== 13014 +IHBhc3Rh 13015 +IGRldmls 13016 +IEZlbA== 13017 +IGhhdHRl 13018 +IGNvbGxlZw== 13019 +ZWg= 13020 +7Ls= 13021 +IHByb2R1Y3RpdmU= 13022 +Zm9yd2FyZA== 13023 +0LjQvw== 13024 +IHNtYXJ0cGhvbmU= 13025 +IGludmlz 13026 +IGJ1bQ== 13027 +IHdob2E= 13028 +7J6E 13029 +IG9ja3PDpQ== 13030 +IExhbmc= 13031 +IFN5cmlh 13032 +IHNlc2k= 13033 +zq/OsQ== 13034 +IGFwcHJvdmFs 13035 +NDg= 13036 +INC+0LTQuNC9 13037 +IOuW 13038 +IEhhcnI= 13039 +IEFkbWluaXN0 13040 +INek 13041 +IERlYW4= 13042 +Zmk= 13043 +IGNpdGl6ZW4= 13044 +IHNoYXJr 13045 +MDU= 13046 +IGJvaWw= 13047 +IGluZGljYXRl 13048 +5aE= 13049 +QXJl 13050 +IGxheW91dA== 13051 +IHJlZnI= 13052 +IFBhY2lmaWM= 13053 +QUFBQQ== 13054 +IEF1c3RyYWxpYW4= 13055 +Z3Jlc3Npb24= 13056 +Vm9pY2U= 13057 +0LDQu9GB0Y8= 13058 +IHNoZWx0ZXI= 13059 +VG8= 13060 +YXVwdA== 13061 +IGV2YWx1YXRpb24= 13062 +YXBvcg== 13063 +IGN1cnJlbmN5 13064 +INC80L3QvtCz0L4= 13065 +aWdvcw== 13066 +IG9jdA== 13067 +IHJveWFs 13068 +6LM= 13069 +YXNpbA== 13070 +IENoaWxkcmVu 13071 +IHJpZW4= 13072 +IOuTnOs= 13073 +IGJhcnJpZXI= 13074 +IGVqZW1wbG8= 13075 +IGVr 13076 +TkQ= 13077 +ZXNw 13078 +0LXQvdCw 13079 +IHBpYw== 13080 +IGtpbGxlcg== 13081 +IGludGVncmF0ZQ== 13082 +IGZld2Vy 13083 +IGRpc2FiaWxpdGllcw== 13084 +IC4uLi4= 13085 +IHRyaWFuZ2xl 13086 +IGZlZXM= 13087 +IHdpZGVseQ== 13088 +ZW1p 13089 +IG92ZXJ3aGVsbWluZw== 13090 +IHpvbWI= 13091 +IGJlcmU= 13092 +IGhvb2Q= 13093 +IEF5ZQ== 13094 +IEhhcnZhcmQ= 13095 +ZXY= 13096 +IM+Ezr/PhQ== 13097 +IGN1cHM= 13098 +IEF1Y2g= 13099 +em9uYQ== 13100 +IDE5OTA= 13101 +IHdlacOf 13102 +IGNydW5jaA== 13103 +5qU= 13104 +INC30LDQsg== 13105 +IG1lYXN1cmluZw== 13106 +IHN0YXRpb25z 13107 +IFN0ZXBoZW4= 13108 +IHNob3J0bHk= 13109 +IHNpZ25pbmc= 13110 +IGNvbWVkeQ== 13111 +b21v 13112 +IHN1Z2dlc3Rpb25z 13113 +IHNpZ25hdHVyZQ== 13114 +INC/0YDQuNCy 13115 +IGRpc29yZGVy 13116 +YXNrYQ== 13117 +IHdvcmxkcw== 13118 +IHByZWNpc2VseQ== 13119 +bm9ybQ== 13120 +cmF2 13121 +IENpdmls 13122 +SW50ZXI= 13123 +IENlcnRhaW4= 13124 +IGluanVyZWQ= 13125 +IHN1Z2dlc3Rz 13126 +IEdvbGRlbg== 13127 +IGN5YmVy 13128 +INi0 13129 +IHRlbXBvcmFyeQ== 13130 +IGNvb3Blcg== 13131 +IHZvdGVk 13132 +IG91Z2h0 13133 +4bqleQ== 13134 +eHVhbA== 13135 +IHBhbmVscw== 13136 +IDk1 13137 +IGhhbmRzb21l 13138 +INC/0YDQvtCy 13139 +IHBlcm1pdA== 13140 +IGtlaW4= 13141 +IGJhZGx5 13142 +IG5vdGlmaWNhdGlvbnM= 13143 +aXph 13144 +IE5vdGljZQ== 13145 +IGluY2x1c2l2ZQ== 13146 +IGFuc3dlcmluZw== 13147 +IO2X 13148 +dWxk 13149 +7YWM 13150 +IG5vd2FkYXlz 13151 +IDM3 13152 +IGJvbHQ= 13153 +IHN0YXRpYw== 13154 +IEhvcA== 13155 +IGF2YW50 13156 +YWpv 13157 +IOunm+yeiA== 13158 +IGZpZnR5 13159 +IEZpbmFs 13160 +IHNjb3Jlcw== 13161 +IFRhcA== 13162 +IGN5bA== 13163 +IGNvbnZpbmNl 13164 +IGFueXdheXM= 13165 +b2Rh 13166 +IOyVvA== 13167 +IHNlcnZlcw== 13168 +INGC0LDQutC+0Lk= 13169 +IFpvb20= 13170 +IHNhdmluZ3M= 13171 +dWxv 13172 +IHNvdXRoZXJu 13173 +dmlld2Vy 13174 +IGhvamU= 13175 +IHNlamE= 13176 +IHJlcHJlc2VudGluZw== 13177 +iOuNmA== 13178 +bGlr 13179 +IFNvbWVib2R5 13180 +IGJlYXN0 13181 +IHN0aWNraW5n 13182 +IGluc2lzdA== 13183 +IHRhbGVudGVk 13184 +IGV4cGxhaW5pbmc= 13185 +IGF0dG9ybmV5 13186 +IHN0YWlycw== 13187 +IERvZw== 13188 +7Ys= 13189 +IGNpZw== 13190 +IHNoYXBlZA== 13191 +IHNvbnM= 13192 +z4HOuQ== 13193 +dXR0 13194 +IOyU 13195 +IHBhcmFk 13196 +7J24642w 13197 +IGhvcm4= 13198 +IEpvdXI= 13199 +YW5ubw== 13200 +IHdvcmxkd2lkZQ== 13201 +IHBhcnRpY2lwYXRpb24= 13202 +poQ= 13203 +IG3Ds3c= 13204 +IGJ1cm5lZA== 13205 +IHdyaXRlcnM= 13206 +YWxsYWg= 13207 +IEZ1bmQ= 13208 +IGNsZXZlcg== 13209 +IExldXRl 13210 +Ymlu 13211 +IGJlYXRpbmc= 13212 +Zm9vdA== 13213 +IOybkA== 13214 +IFN0dWRpbw== 13215 +IHZhZw== 13216 +YmV5 13217 +cnpl 13218 +IG9wcG9zaXRpb24= 13219 +INC20LjQtw== 13220 +d2hv 13221 +IOqxtA== 13222 +IHRyYWNl 13223 +INC00LXQvdGM 13224 +IGVwaWQ= 13225 +IGdlc2No 13226 +IE5hcg== 13227 +IEJF 13228 +0YPQuQ== 13229 +IFNpZ24= 13230 +ZWRseQ== 13231 +IGNsYXk= 13232 +IGluc3RhbnRseQ== 13233 +IGdhdGhlcmluZw== 13234 +IEdhbGF4eQ== 13235 +IGJvcmVk 13236 +IEJ1ZGRo 13237 +Y8Op 13238 +IG1hbQ== 13239 +IHNsb3Bl 13240 +IOuLpOydjA== 13241 +IHNjaMO2bg== 13242 +IHBpcg== 13243 +Z2Vm 13244 +YW1lcg== 13245 +IGjDtg== 13246 +IGNvbGxlYWd1ZQ== 13247 +IHByZXNlbnRz 13248 +YWRpdW0= 13249 +IOCutQ== 13250 +IGZhbGFy 13251 +YmVlcA== 13252 +IGRyaWVk 13253 +aXNtcw== 13254 +IHJvcGU= 13255 +IHdvcmtzaG9w 13256 +IGVzdHVk 13257 +IGJhbmRz 13258 +IHRoZW1lcw== 13259 +2YrYsQ== 13260 +IHJlbWluZGVy 13261 +0YLRgw== 13262 +IEJo 13263 +IGNvY29udXQ= 13264 +INGB0YLQvg== 13265 +IENoYW5uZWw= 13266 +IGltbWlncmF0aW9u 13267 +w6Rz 13268 +Li4uLi4= 13269 +c3RvcA== 13270 +INC60LDRgA== 13271 +IGNvaW5z 13272 +INGH0LDRgQ== 13273 +IGRlc3RydWN0aW9u 13274 +bGluZWQ= 13275 +IGJhcnJpZXJz 13276 +YW50aW5l 13277 +IHByaW50ZWQ= 13278 +IGNvbmdyYXR1bGF0aW9ucw== 13279 +IEhlYXJ0 13280 +IGlucXU= 13281 +dGhh 13282 +IGhhcmRseQ== 13283 +IEF2ZW4= 13284 +IHRpbmhh 13285 +IFNvbnk= 13286 +IE5G 13287 +IGdyYWR1YXRlcw== 13288 +IHNxdWVlemU= 13289 +ZXJlbXk= 13290 +z4TOuQ== 13291 +IGVwaWM= 13292 +IEp1 13293 +IG9sbQ== 13294 +IExhdWdodGVy 13295 +IGJlbGllZnM= 13296 +IENydQ== 13297 +IFRydWU= 13298 +IFNvdWw= 13299 +b3dlZW4= 13300 +IHJvbWFudGlj 13301 +INC30LI= 13302 +IGFub3M= 13303 +IFl1cA== 13304 +ZGlt 13305 +IGluZmVy 13306 +INC30LDQvA== 13307 +IHNvYw== 13308 +dWth 13309 +IHByZWNpc2U= 13310 +IGRyb3BwaW5n 13311 +IGNsdWU= 13312 +IGVycm9ycw== 13313 +Y2hhcmdl 13314 +IFB1 13315 +b21ldGVy 13316 +IGxhbWJkYQ== 13317 +YWNpb25hbA== 13318 +IERvbmc= 13319 +IGNoYW1iZXI= 13320 +IHRoYW5rZnVs 13321 +IE51 13322 +IEhhd2Fp 13323 +IGluZm8= 13324 +IGFjdGl2YXRl 13325 +IFF1YWw= 13326 +IHF1ZWQ= 13327 +0YPQu9GM 13328 +IGNsb3Ro 13329 +IHdpY2h0aWc= 13330 +NTU= 13331 +IG90cmE= 13332 +b2dyYXBoZXI= 13333 +IGN1cmlvcw== 13334 +IDE5ODA= 13335 +IGVtcHJlcw== 13336 +ZGVzcw== 13337 +ZXVy 13338 +IGNsdXN0ZXI= 13339 +YXJ0ZXI= 13340 +b2JpbGU= 13341 +IFlhbg== 13342 +IEFkdg== 13343 +IGRpc2NpcGxpbmU= 13344 +IOygleuPhA== 13345 +IFBsYWNl 13346 +IFNlbGVjdA== 13347 +VEU= 13348 +INCx0YvQu9Cw 13349 +IHdoaXM= 13350 +IGJheQ== 13351 +IERvcg== 13352 +ZW5jaW5n 13353 +IHJlcGV0 13354 +IGZpY2Fy 13355 +cGFk 13356 +IGZvZw== 13357 +dXlvcg== 13358 +IHNuYXA= 13359 +aWJ0 13360 +IHNvYmll 13361 +IGFwcG9pbnRtZW50 13362 +IFJ5 13363 +IGNlaWxpbmc= 13364 +b3Vyc2U= 13365 +IHdyaXRlcw== 13366 +IEFmZ2hhbmlzdGFu 13367 +IG1vcw== 13368 +YXpl 13369 +IHBlbmFs 13370 +IGNyeXN0YWw= 13371 +SUNF 13372 +6rCQ 13373 +6Z8= 13374 +IFRlc2xh 13375 +IHRoZW9yaWVz 13376 +IGFwcGVhbA== 13377 +IG5ld3NwYXBlcg== 13378 +IGNvb2tpZXM= 13379 +5qk= 13380 +INin2YTZhA== 13381 +IG1hag== 13382 +IEdldHRpbmc= 13383 +a29tbWVu 13384 +IEhlYXZlbg== 13385 +ZWxscw== 13386 +IGRpdmluZQ== 13387 +xKs= 13388 +IGFrdA== 13389 +IGhvcGVz 13390 +IENoZW4= 13391 +d2VnZW4= 13392 +Kioq 13393 +IEZyYWdl 13394 +INC90Lg= 13395 +4Li5 13396 +bWluaXN0ZXI= 13397 +bmVzb3Rh 13398 +d2hpY2g= 13399 +IGV4cGxpY2l0 13400 +IHZlcmRhZA== 13401 +IGdyYWR1YXRlZA== 13402 +IFBoaWxpcHA= 13403 +UUw= 13404 +IE1J 13405 +IGRldm90 13406 +IGN1cmU= 13407 +IGNsb3Nlc3Q= 13408 +IMOE 13409 +IHNleHk= 13410 +IERlYXRo 13411 +b2tv 13412 +dWd1 13413 +IEFubmU= 13414 +aXRhcmlhbg== 13415 +ZXNh 13416 +0LXQs9C+0LQ= 13417 +IER1cg== 13418 +IDAwMA== 13419 +emVpdA== 13420 +IHRvdXJuYW1lbnQ= 13421 +IG1lbGhvcg== 13422 +4Liq 13423 +IGluZHU= 13424 +IGZsYXc= 13425 +IHdhcnM= 13426 +IE1pbmQ= 13427 +IElyb24= 13428 +0YLQsNC6 13429 +IFZS 13430 +IHNpeg== 13431 +IFNvdXRoZXJu 13432 +IOq3uOufrOs= 13433 +IGF3YWs= 13434 +IOyVng== 13435 +IGN1YmU= 13436 +YmVsaWV2YWJsZQ== 13437 +aWZhbGw= 13438 +ZGlz 13439 +IGFiYW5kb25lZA== 13440 +bWluZA== 13441 +IHBhcmw= 13442 +IGNsYXNzaWNhbA== 13443 +6Is= 13444 +4buZdA== 13445 +IEF1dG8= 13446 +IEJvcg== 13447 +56k= 13448 +NDAw 13449 +IFNvY2lldHk= 13450 +IHN1YnRsZQ== 13451 +IG1pc3Npb25z 13452 +IHJlbWVtYmVyZWQ= 13453 +IEVpdGhlcg== 13454 +IGRhZsO8cg== 13455 +T1JE 13456 +IGludGVuc2l0eQ== 13457 +RVNJTg== 13458 +IEN1cA== 13459 +IHJhcmVseQ== 13460 +IHRveXM= 13461 +IENoYXJsaWU= 13462 +4buf 13463 +IGdsYXViZQ== 13464 +IHJvdW5kcw== 13465 +VElO 13466 +IGNhcGFiaWxpdHk= 13467 +IGRlcml2YXRpdmU= 13468 +IHJlZmVycmluZw== 13469 +IGTDpQ== 13470 +IFRBTEk= 13471 +IGNvdHRvbg== 13472 +IGNvbmZlcg== 13473 +IGNvbHVtbnM= 13474 +IGxpYmVyYWw= 13475 +IG51bmNh 13476 +IM68zrU= 13477 +IGluZG8= 13478 +aWJlbg== 13479 +IEJlaXNwaWVs 13480 +IOq3uOughw== 13481 +INGD0Yc= 13482 +IGhveQ== 13483 +IGZyeQ== 13484 +IFNjb3R0aXNo 13485 +6Io= 13486 +IGNpdg== 13487 +IGNvbnNlcnZhdGl2ZQ== 13488 +IGFpcnBs 13489 +IHNhcg== 13490 +cnVz 13491 +IGludmVzdG1lbnRz 13492 +IGluZmluaXRl 13493 +IOCulQ== 13494 +IFRBTElFU0lO 13495 +IEdhcnk= 13496 +dWVsbA== 13497 +INCw0Lo= 13498 +IENpcg== 13499 +IHJpdHVhbA== 13500 +ID4+Pg== 13501 +IHRlbXB0 13502 +IFRlY2g= 13503 +IFBva2Vtb24= 13504 +IGltcHJvdmVtZW50cw== 13505 +IHNwYXJl 13506 +IHRyYW5zbGF0ZQ== 13507 +IHNvbnJh 13508 +IEZpbG0= 13509 +d29ydA== 13510 +INC80Lg= 13511 +IHBlcmlvZHM= 13512 +IGplYWxvdXM= 13513 +IHRpcg== 13514 +TUk= 13515 +IGNvbmR1Y3RlZA== 13516 +IOyViOuFlQ== 13517 +MDk= 13518 +IFBvbGl0 13519 +IFdoZXJlYXM= 13520 +IG1vaXN0dXJl 13521 +IHNpbnM= 13522 +IGthcA== 13523 +INGN0Lo= 13524 +IGJlbmlt 13525 +IGVsaW1pbmF0ZQ== 13526 +IGF0aGxldGVz 13527 +IE1hbmFnZXI= 13528 +IGZlYXR1cmVk 13529 +YXBvcmU= 13530 +IOuwnA== 13531 +IHBlcmY= 13532 +IFRodXM= 13533 +IGRlYnV0 13534 +0L7QsdGA 13535 +IHNlw7E= 13536 +IG15c3RlcmlvdXM= 13537 +d29yZHM= 13538 +lOqwgA== 13539 +IGNoZWNrcw== 13540 +IHZvbHVudGVlcg== 13541 +IHdhc2hpbmc= 13542 +IE1hcnZlbA== 13543 +IEFC 13544 +aXNzb3Jz 13545 +ISc= 13546 +IEZ1bGw= 13547 +eWVvbg== 13548 +IHdlaWdo 13549 +IEpPSE4= 13550 +IHZvcw== 13551 +IHByb2NlZHVyZXM= 13552 +IGFkZHJlc3NlZA== 13553 +IEJlcmxpbg== 13554 +cHV0ZXI= 13555 +IEJhbg== 13556 +IG1lZGljYXRpb24= 13557 +IGRyb25l 13558 +INGD0LE= 13559 +IEplYW4= 13560 +IGNhcHM= 13561 +IGRpc2FwcG9pbnRlZA== 13562 +IHdvcmU= 13563 +IOq1rQ== 13564 +IG9yZ2FuaXpl 13565 +IEhhbGxvd2Vlbg== 13566 +IGZhbnRhc3k= 13567 +eWFyZA== 13568 +IG5vc290cm9z 13569 +IGp1bXBlZA== 13570 +IHBob3RvZ3JhcGh5 13571 +IE5hbWU= 13572 +cmVj 13573 +QUI= 13574 +IGJsZXNzaW5n 13575 +IFNodXQ= 13576 +IGJpdHRlcg== 13577 +cG9w 13578 +IGRlaQ== 13579 +IGZ1bGZpbGw= 13580 +IGRlbmdhbg== 13581 +IGJlbG8= 13582 +IE1lYW53aGlsZQ== 13583 +IGRlcG9pcw== 13584 +IGRpYWJldGVz 13585 +IGJ1bmQ= 13586 +IFplYWxhbmQ= 13587 +IGRpZ2VzdA== 13588 +IHRpcmVz 13589 +IGRvZA== 13590 +YWduZQ== 13591 +4bq/dA== 13592 +IHBlZWw= 13593 +INC30LDQsQ== 13594 +IG5vZGVz 13595 +IHRyZW5kcw== 13596 +IFN3aXRjaA== 13597 +IEF3YXJk 13598 +IE9yaWc= 13599 +IEhhbA== 13600 +IGVzdGFz 13601 +IDM2MA== 13602 +IHNpbXVsdA== 13603 +IGNvbWlj 13604 +IG3DoA== 13605 +IGJhbGFuY2Vk 13606 +IFByaW5jZXNz 13607 +IGtpbG9tZXRlcnM= 13608 +4bup 13609 +IHBhcnRpcg== 13610 +7KSR 13611 +c29mdA== 13612 +IFZpZXc= 13613 +IGJpb2xvZ2ljYWw= 13614 +aW5zdA== 13615 +NDQ= 13616 +IG1hbmVyYQ== 13617 +IGNvbXByZWhlbnNpdmU= 13618 +IFNhYg== 13619 +IGNyaW1lcw== 13620 +eWVycw== 13621 +IENvbXBhbnk= 13622 +IFBob3Q= 13623 +IHBvdWNv 13624 +aWFj 13625 +IGJlaW0= 13626 +aW5hdGU= 13627 +IHN1YnNlcXU= 13628 +IE1heW9y 13629 +IGNlbnR1cmllcw== 13630 +w6hyZXM= 13631 +7J6W7JWE7JqU 13632 +IOq3uOufvA== 13633 +IEZyYXU= 13634 +IE9I 13635 +IOuBnQ== 13636 +IE5haA== 13637 +IFNlcmllcw== 13638 +IG92ZXJuaWdodA== 13639 +7ZKI 13640 +IOKAog== 13641 +IHRyYXZl 13642 +YXR0ZXJlZA== 13643 +IHdhcnJp 13644 +IEdydW5k 13645 +IEluZG9uZXM= 13646 +IHNjcmE= 13647 +b2J5 13648 +IEJyb29r 13649 +IGN1cnM= 13650 +IOu4 13651 +IGV4cGxhaW5z 13652 +cmFtYXRpYw== 13653 +IHBhcnRpY2lwYXRpbmc= 13654 +IG1pbnV0 13655 +IGNvbnRyYWN0cw== 13656 +IGdlZ2Vu 13657 +IGRpc2FwcGVhcmVk 13658 +IFNO 13659 +IHJvYnVzdA== 13660 +YXBo 13661 +IHNocmlt 13662 +IGRldmFzdA== 13663 +Y29wZQ== 13664 +IG1lZXRz 13665 +IHBlYWNlZnVs 13666 +bWF0ZQ== 13667 +IHdlbGQ= 13668 +INeq 13669 +ZG9u 13670 +0YPRgtGM 13671 +IHJlZ2lzdGVyZWQ= 13672 +IE5paw== 13673 +amlu 13674 +IGNhdg== 13675 +IGVjaHQ= 13676 +aW94 13677 +IGZsb3dpbmc= 13678 +0L3QvtGB0YLQuA== 13679 +IHRvZQ== 13680 +IGVudGl0eQ== 13681 +0L7QstCw 13682 +Zml0cw== 13683 +IFBhdHJpY2s= 13684 +0YLRgA== 13685 +IGxldmVyYWdl 13686 +IGNvcnJlbA== 13687 +aWFo 13688 +IHN0cmluZ3M= 13689 +aXN0aW5jdA== 13690 +IGd1ZQ== 13691 +YXJjaHk= 13692 +IHRlbmdv 13693 +xLFtxLF6 13694 +IG9yYml0 13695 +INC10YnRkQ== 13696 +Y2FrZQ== 13697 +INec15Q= 13698 +IE1pbm5lc290YQ== 13699 +IGJyYWtl 13700 +b3dpZQ== 13701 +IGNyYXc= 13702 +6riw66W8 13703 +IHByb2dyYW1tZQ== 13704 +INGB0LvRg9GH 13705 +aWVuY2Vz 13706 +IE91aQ== 13707 +IFBlcnM= 13708 +aW1pZW50bw== 13709 +IEludmVzdA== 13710 +IHNsb3dlcg== 13711 +IEJldGg= 13712 +IG51cnNl 13713 +IFNwcmluZw== 13714 +U3A= 13715 +IHVuZW1wbG95 13716 +0LTQuA== 13717 +IGdlbml1cw== 13718 +IEFhcm9u 13719 +IOq3uOufrA== 13720 +IGVp 13721 +IHRhbmtz 13722 +IGF1am91cmQ= 13723 +IGNvbXBsZXhpdHk= 13724 +INGA0LXRiA== 13725 +IG9sZGVzdA== 13726 +IGxldHo= 13727 +IHBoZW5vbWVub24= 13728 +cHJpbnQ= 13729 +IEJ1bmRlcw== 13730 +aXRhdA== 13731 +6ruY 13732 +IDQy 13733 +IFdp 13734 +IGluY29t 13735 +IGdlaw== 13736 +IGVtYnJhY2U= 13737 +IHRpZXM= 13738 +b3V0ZQ== 13739 +IGRvc2U= 13740 +IEZyaWVuZHM= 13741 +0YvRgg== 13742 +0LXQs9C+0LTQvdGP 13743 +IG9yZw== 13744 +hOuhnA== 13745 +w7Nn 13746 +IGV4Y2VlZA== 13747 +IGdvZHM= 13748 +IOqxsOyYiOyalA== 13749 +IHNvY2lldA== 13750 +IFVuaXZlcnM= 13751 +aXTDpHQ= 13752 +IHdvcmRlbg== 13753 +IHNtb2tpbmc= 13754 +IGludGVucw== 13755 +YWJ1bA== 13756 +ZW1pYQ== 13757 +6JE= 13758 +NDc= 13759 +Zmx5 13760 +IDIwMDY= 13761 +IFNlcmlvdXNseQ== 13762 +IHByemV6 13763 +5rw= 13764 +Y3Jl 13765 +IG5hbg== 13766 +IG1vZGVz 13767 +0L7QstCw0YLRjA== 13768 +IEhhbmc= 13769 +ZW1lbg== 13770 +IGJlbmVmaWNpYWw= 13771 +IHZvdGVycw== 13772 +IEJyb2Fk 13773 +IGJlbnQ= 13774 +V293 13775 +IG11bA== 13776 +IFVD 13777 +IGRhbWFnZWQ= 13778 +IFVrcmFpbmU= 13779 +IHdpcGU= 13780 +IHN0b25lcw== 13781 +IG1hbmFnZXJz 13782 +IHJhYg== 13783 +0YHRgtGA0L4= 13784 +bGF0 13785 +IGRlY2U= 13786 +IGdyYXBoaWM= 13787 +IGZvc3M= 13788 +IGRpc2FncmVl 13789 +IEFtZW4= 13790 +IHNlY3JldHM= 13791 +aG9sZQ== 13792 +aW5rbGU= 13793 +IGZvcnR1bmF0ZQ== 13794 +IOyx 13795 +7JyE 13796 +IGhhYml0cw== 13797 +IGJ1cmllZA== 13798 +IGhpbg== 13799 +IHZpcnR1YWxseQ== 13800 +b2xhcw== 13801 +IFJQ 13802 +IFRhYg== 13803 +bG93 13804 +IHNhY3JpZmlj 13805 +IGVzdGltYXRlZA== 13806 +b2xu 13807 +2Ys= 13808 +Y3Vy 13809 +IEZlZWw= 13810 +IGNhc3RsZQ== 13811 +IHVzZWxlc3M= 13812 +IGRpc2c= 13813 +IEphY29i 13814 +IGdhYW4= 13815 +IHVwc2lkZQ== 13816 +IHBhcmVjZQ== 13817 +IHNoaXBwaW5n 13818 +IENS 13819 +IGRpc3J1cHQ= 13820 +YWN0ZXI= 13821 +VU5E 13822 +ZnU= 13823 +IFBpY2s= 13824 +IENoYXJs 13825 +IEJ1bGw= 13826 +IGVudGVycHJpc2U= 13827 +IHB1bmlzaG1lbnQ= 13828 +YWNraW5n 13829 +IGZyYWN0aW9u 13830 +IHRhYmxldA== 13831 +IGNob3Jk 13832 +IHNpbWlsYXJseQ== 13833 +IFRvcm9udG8= 13834 +IGNvdXJ0cw== 13835 +xJ9s 13836 +ZXN6Y3pl 13837 +IHByb25vdW4= 13838 +IFNpc3Rlcg== 13839 +IE1Q 13840 +IGdyZWF0bHk= 13841 +IERhbms= 13842 +aWNvcA== 13843 +IGdhcmJhZ2U= 13844 +IHJlc29sdmU= 13845 +IFNhZg== 13846 +IEd1bg== 13847 +IGNvbXBvdW5k 13848 +IOuwsA== 13849 +IE11c2lr 13850 +4pmr 13851 +IGNoYW9z 13852 +IFdoZW5ldmVy 13853 +IGV1cm9z 13854 +IG9yY2hlc3Q= 13855 +IHJlZnJpZ2Vy 13856 +YWxhbg== 13857 +4Li3 13858 +IEFtYXppbmc= 13859 +IHB1ZA== 13860 +YWdhbg== 13861 +IGplc3pjemU= 13862 +aXN5 13863 +IGFjY3VyYWN5 13864 +IEFtYQ== 13865 +aXNvZGU= 13866 +64yA 13867 +IGludGVycHJldGF0aW9u 13868 +IExpYmVy 13869 +5rc= 13870 +Y2Ft 13871 +IGV2b2x2ZWQ= 13872 +IEtheQ== 13873 +0YbRiw== 13874 +IGNyZWF0b3I= 13875 +aXRhcw== 13876 +IGFsYXJt 13877 +IGNlbGVicmF0aW9u 13878 +emVudA== 13879 +IGZ1bmNpb24= 13880 +IG92 13881 +dW1ibGluZw== 13882 +ICU= 13883 +4LiI 13884 +IHJlc3RyaWN0aW9ucw== 13885 +INC90LDQsg== 13886 +IEtpbmRlcg== 13887 +IGJhbmFuYQ== 13888 +0YzRjw== 13889 +IGRpYW1ldGVy 13890 +IG5vcnRoZXJu 13891 +dXJlcnM= 13892 +IFBhcw== 13893 +IHdvcmtmb3JjZQ== 13894 +IGp1bmc= 13895 +IGd1YXJhbnRl 13896 +IGVxdWlsaWI= 13897 +IHN1aXRl 13898 +IGV1cm8= 13899 +IGRlbGliZXI= 13900 +U3Rl 13901 +IGRvd250b3du 13902 +IGNoaW4= 13903 +IGNvZGVz 13904 +ZWRpYQ== 13905 +IHNoZWVw 13906 +cmVzaG9sZA== 13907 +d25pZQ== 13908 +w7Ni 13909 +IHVuZGVybHlpbmc= 13910 +bGlh 13911 +amVy 13912 +z4DPjA== 13913 +550= 13914 +dGhyb3A= 13915 +IHphcA== 13916 +IHZhY3V1bQ== 13917 +IEhhYg== 13918 +IHdyYXBwZWQ= 13919 +7KI= 13920 +IGludmVudG9yeQ== 13921 +0LzQsA== 13922 +IGNvb3Jk 13923 +IHBsYXRlcw== 13924 +IHN5bW0= 13925 +VGU= 13926 +IHfFgmHFm25pZQ== 13927 +IHJlYWNoZXM= 13928 +IGxvbmVseQ== 13929 +U2NyaXB0 13930 +bGVl 13931 +ZXNzZXI= 13932 +IOqxuA== 13933 +IEdlc2No 13934 +IE1vdmluZw== 13935 +IHLDqXA= 13936 +IFZpbGw= 13937 +IFJhY2hlbA== 13938 +IHRlbW9z 13939 +T05F 13940 +IHN0cmFpbg== 13941 +IGFuZ2Vs 13942 +IGbDpQ== 13943 +VHI= 13944 +IGFjaG8= 13945 +IGhpZ2hsaWdodHM= 13946 +IFdlcg== 13947 +IENhcmw= 13948 +IGJsdXI= 13949 +IHJlZ2FyZHM= 13950 +wrc= 13951 +0LjQu9GB0Y8= 13952 +IHJlY3Jl 13953 +IFlhbmk= 13954 +VUNL 13955 +oLg= 13956 +IGVsZWN0cm9ucw== 13957 +IFNwaWVs 13958 +IHZlZA== 13959 +2r4= 13960 +IGJlYW0= 13961 +IGlkaW90 13962 +65Ok 13963 +0L3QsNGH 13964 +aWRk 13965 +IHNraQ== 13966 +aXRhdGl2ZQ== 13967 +IGh5cG90aGVz 13968 +ZW50ZXI= 13969 +IOyVhOuLiOs= 13970 +IGlocmU= 13971 +IHByZXZpZXc= 13972 +YW5nZWw= 13973 +IGRlbW9u 13974 +IGR1cw== 13975 +IGRpYw== 13976 +IEtvbQ== 13977 +TEVZ 13978 +Li4uIQ== 13979 +IHNpZWh0 13980 +IFNvbmlj 13981 +IHRlbmhv 13982 +YW5hcw== 13983 +IGRpZ2l0 13984 +IE1hYXI= 13985 +IHVuZGVyZ3JhZA== 13986 +b3VuY2Vy 13987 +dWZmeQ== 13988 +IGNvbnZlcnNpb24= 13989 +IGRpc2Nvbm5lY3Q= 13990 +IGVjaG8= 13991 +b21lcg== 13992 +IGN1cnJpY3VsdW0= 13993 +IHBlcmNow6k= 13994 +IHdhbmQ= 13995 +Li4/ 13996 +IHJvbGxlZA== 13997 +IGVudHJlcHJlbmV1cg== 13998 +IHRoZW9yZXQ= 13999 +INGJ0L4= 14000 +IGluc2lnaHRz 14001 +IHp1c2FtbWVu 14002 +b2lu 14003 +cmV0dA== 14004 +cHJvZHU= 14005 +IHZpc2l0b3Jz 14006 +ZW91cw== 14007 +IGdyYW5kbW90aGVy 14008 +IGh1bW9y 14009 +INC90LjRhQ== 14010 +emVuaWE= 14011 +aW5zb24= 14012 +IHJlc2V0 14013 +IGJhc2ViYWxs 14014 +IG1hdGNoaW5n 14015 +64uk6rCA 14016 +IHB1bnRv 14017 +7KE= 14018 +IHJlZGU= 14019 +IGFkZHJlc3Npbmc= 14020 +IGZvcmVjYXN0 14021 +IEJvbA== 14022 +IGNvbG9yZWQ= 14023 +IGRvY3VtZW50YXRpb24= 14024 +IGV4cGVjdGF0aW9u 14025 +IE5vcnRoZXJu 14026 +IGNyZW8= 14027 +IOCumg== 14028 +Zm9u 14029 +IHVuc2VyZQ== 14030 +VU0= 14031 +IGNvcGllcw== 14032 +IGV4cGFuZGVk 14033 +IHZldGVyYW5z 14034 +IEFsbQ== 14035 +INCy0L7QvtCx0YnQtQ== 14036 +IHBzeWNob2xvZ2ljYWw= 14037 +IG5vc3Nv 14038 +IHBheW1lbnRz 14039 +aW1ldGVycw== 14040 +IC0tPg== 14041 +IEplbm5pZmVy 14042 +IHZvbHVudGVlcnM= 14043 +b3NzZQ== 14044 +b3Jpb3Vz 14045 +INCx0YvQu9C4 14046 +6II= 14047 +IEVzcw== 14048 +d3M= 14049 +IEJD 14050 +IElD 14051 +V29tYW4= 14052 +IHZvbnQ= 14053 +IGV0aG5pYw== 14054 +RU5O 14055 +0LjQvNC+ 14056 +IGxvYg== 14057 +IG91aQ== 14058 +Y3M= 14059 +IHJlaGU= 14060 +IOyggQ== 14061 +IGNoaWNr 14062 +w7pzaWNh 14063 +IGtvbnQ= 14064 +IERpc3RyaWN0 14065 +IHBpbGU= 14066 +INCw0LI= 14067 +0LXQudGB0YLQsg== 14068 +IMKj 14069 +IGlzc3VlZA== 14070 +INC60L7QvNC/ 14071 +IHByb3NwZXI= 14072 +IHByb2ZvdW5k 14073 +IERlYXI= 14074 +IGZ1bmRlZA== 14075 +IGJpc2E= 14076 +npjr 14077 +158= 14078 +IOydmA== 14079 +IHR3ZWx2ZQ== 14080 +IENoYW1waW9ucw== 14081 +0YHQuw== 14082 +IDIwMDU= 14083 +cG0= 14084 +IG9uZGU= 14085 +IGRpZmbDqQ== 14086 +IENoYWxs 14087 +IGRpZmZpY3VsdGllcw== 14088 +IGdhcmFnZQ== 14089 +IGTDoQ== 14090 +w7xuaw== 14091 +IOusvA== 14092 +IHRyYW4= 14093 +IHN1Ym1pdHRlZA== 14094 +enc= 14095 +2YjYpw== 14096 +IGFyaw== 14097 +IOyEsQ== 14098 +IGdyb2Nlcnk= 14099 +0L7QvdCw 14100 +aWVyZQ== 14101 +IGFlc3Q= 14102 +IGV4aGliaXRpb24= 14103 +IHLDqXM= 14104 +IGNvbnNpc3RlbmN5 14105 +IGNvb2tpZQ== 14106 +0L3QtdC5 14107 +IHJlcGxhY2VtZW50 14108 +IFNlbQ== 14109 +IOyCrOyaqQ== 14110 +ODAw 14111 +IGdlbmVz 14112 +IHRyYW5zYWN0aW9u 14113 +IEVM 14114 +IGR1cmFudGU= 14115 +aWJsZXM= 14116 +IEVhdA== 14117 +dGFpbA== 14118 +aXNzYW5jZQ== 14119 +IHRvc3M= 14120 +IHN1cnZpdmVk 14121 +IG9mZmljZXM= 14122 +IHN1cHBvcnRpdmU= 14123 +V2hlcmU= 14124 +IHRvdXRlcw== 14125 +IOuniQ== 14126 +IGpva2Vz 14127 +aWVyb24= 14128 +YXBlcnM= 14129 +IG1hdHVyZQ== 14130 +IE1hcnNo 14131 +IHNpZG8= 14132 +a2luZA== 14133 +IHJlYWxtZW50ZQ== 14134 +IENoZWY= 14135 +IHF1ZWxxdWU= 14136 +IGp1ZGdlcw== 14137 +ZWZ0 14138 +RVJT 14139 +IGpldA== 14140 +IHBlcnNvbnM= 14141 +6Ls= 14142 +aXphdGlvbnM= 14143 +cmlr 14144 +IHNob3Bz 14145 +IFd5 14146 +IGVsZWc= 14147 +cXXDqA== 14148 +cXVvaQ== 14149 +IGp1Z2E= 14150 +IO2VnOuyiA== 14151 +IFF1ZXN0aW9u 14152 +IEdsb2JhbA== 14153 +IOyVveqwhA== 14154 +IFN0YXRpb24= 14155 +IE9oaW8= 14156 +IHN0aWNreQ== 14157 +IHN0cmVzc2Vk 14158 +IGfDvG4= 14159 +IO2d 14160 +0YHRgtGD0L8= 14161 +IFBoRA== 14162 +aW1tZXI= 14163 +IG1lbnRvcg== 14164 +IGludmVudGVk 14165 +IHJldW4= 14166 +IGluZXZpdA== 14167 +IHBvbMOtdA== 14168 +IGV4ZWN1dGU= 14169 +IFN0b3J5 14170 +IG91dHN0YW5kaW5n 14171 +IGd1ZXI= 14172 +IFJhaW4= 14173 +IGNob3Nlcw== 14174 +IFRpdA== 14175 +INGB0LXRgA== 14176 +IFNpbmdhcG9yZQ== 14177 +IE5vbmU= 14178 +IGNocm9uaWM= 14179 +sOuNsA== 14180 +IGVnbw== 14181 +RVNU 14182 +IFdhbmc= 14183 +IE5BVA== 14184 +IGF1Zw== 14185 +IGRlc2t0b3A= 14186 +IGV0ZXJuYWw= 14187 +IOyCrOyLpA== 14188 +IENvbnN0aXR1dGlvbg== 14189 +7IKs6w== 14190 +15nXnA== 14191 +cHJlcw== 14192 +INCi0Ys= 14193 +IGludGVyZg== 14194 +IGxpc3Rz 14195 +IGZpZ2h0cw== 14196 +ZnRlbg== 14197 +IElvd2E= 14198 +IG1vdGl2YXRlZA== 14199 +IEhvc3A= 14200 +IGVsc2V3aGVyZQ== 14201 +IHBhdGhz 14202 +IGluc3RhbmNlcw== 14203 +Qmw= 14204 +cmFuZ2U= 14205 +4bux 14206 +IFNpdA== 14207 +bWFuYQ== 14208 +IOyLnOyekQ== 14209 +IG3DrG5o 14210 +YW5zYXM= 14211 +IHNuYQ== 14212 +IHBoaWxvc29waA== 14213 +IHBhc3Nl 14214 +xrDhu51p 14215 +YWto 14216 +ZW50YWw= 14217 +IGlobg== 14218 +cnVjdG9y 14219 +INCy0LDRiA== 14220 +IGdlbmVyb3Vz 14221 +IHBpdm90 14222 +0L/QvtC7 14223 +IGphbWFpcw== 14224 +IGNvbWVudA== 14225 +IExldw== 14226 +b2R6aQ== 14227 +IFhib3g= 14228 +INCy0L7QtA== 14229 +IGNvbnNlbnQ= 14230 +ieyepQ== 14231 +IGRpc3Bhcg== 14232 +bGFzcw== 14233 +IEdvdmVybm9y 14234 +QmVpZmFsbA== 14235 +IOqwnA== 14236 +IGJlbG92ZWQ= 14237 +16DXlQ== 14238 +c2VsbA== 14239 +IGhvbm9yZWQ= 14240 +bGVo 14241 +IHfDpHJl 14242 +dW50aW5n 14243 +IGZyYXVk 14244 +IFJBTQ== 14245 +6rG4 14246 +IGtpbGxz 14247 +IGVjb25vbWljcw== 14248 +MDQ= 14249 +0L/QtdGA 14250 +IGNvaXNhcw== 14251 +INC40LPRgA== 14252 +w61t 14253 +IG3DtmNodGU= 14254 +IOy1nA== 14255 +IHN0aW11bA== 14256 +IGZhc3Rlc3Q= 14257 +bHY= 14258 +IGfDqW4= 14259 +IFNvdW5kcw== 14260 +IDE5NzA= 14261 +IGhvbWV3b3Jr 14262 +c3BlYWtpbmc= 14263 +IGVuY291cmFnaW5n 14264 +IHF1ZXJ5 14265 +IHJldmVycw== 14266 +cHJvZml0 14267 +IGR5 14268 +IOyekQ== 14269 +64qU642w7JqU 14270 +IHNvYXA= 14271 +IEdhbGw= 14272 +IENO 14273 +IEFucw== 14274 +IGZpYw== 14275 +YW5rcw== 14276 +IGRlc3NlcnQ= 14277 +IOyggO2drA== 14278 +IE1ha2luZw== 14279 +IGNvbWXDpw== 14280 +6rOE 14281 +IGFzc29jaWF0aW9u 14282 +RGFk 14283 +aGVl 14284 +IGhvZ3k= 14285 +IGFwcm8= 14286 +IGludmlzaWJsZQ== 14287 +QW1lcmljYW4= 14288 +7Y4= 14289 +IHZpYmU= 14290 +IGVtaXNzaW9ucw== 14291 +IGFkdm9jYXRl 14292 +IGtpY2tlZA== 14293 +IHZlbA== 14294 +IHN1bW1hcg== 14295 +IGZyZWFraW5n 14296 +Y2hyb24= 14297 +IHBpbmNo 14298 +IHdzenlzdGs= 14299 +aXNjYWw= 14300 +IHByb3ZlZA== 14301 +IG1pbmRmdWw= 14302 +IHTDpA== 14303 +IG5vaXNlcw== 14304 +IGlzb2xhdGVk 14305 +IGNyb3NzZWQ= 14306 +IOqwlQ== 14307 +IHZvaWzDoA== 14308 +IGNob3Jl 14309 +IFJB 14310 +Q29t 14311 +IHJlbGF4ZWQ= 14312 +YXRybw== 14313 +IHByZXZlbnRpb24= 14314 +Vm9pY2VvdmVy 14315 +T0Q= 14316 +IENvdmlk 14317 +IHNlcGFyYXRpb24= 14318 +IC1b 14319 +0LjRh9C10LPQvg== 14320 +IFNE 14321 +YmxlZXA= 14322 +IGluZGVwZW5kZW5jZQ== 14323 +IHBhcnRpYWw= 14324 +IGFsZ29yaXRobXM= 14325 +IEFueW9uZQ== 14326 +IGFzc29jaWF0ZQ== 14327 +aHVt 14328 +aWN1bGFy 14329 +IGLhuqFu 14330 +IGJhdHRsZXM= 14331 +R29vZA== 14332 +QXBwbGF1c2U= 14333 +IGJhc3RhbnRl 14334 +IGFkdmFudA== 14335 +IFN3ZWV0 14336 +IHJlZnVzZWQ= 14337 +INGC0LXQsdC1 14338 +cGxldA== 14339 +IGVuY291cmFnZWQ= 14340 +IG1pcmFjbGU= 14341 +IEJ1bg== 14342 +IFZhcg== 14343 +cmltaW5hdGlvbg== 14344 +ZWxlY3Q= 14345 +IE11bHQ= 14346 +IGRlbGl2ZXJpbmc= 14347 +ZWluZw== 14348 +IGNt 14349 +bmVobWVu 14350 +IExpbmU= 14351 +IOunjA== 14352 +ZW5jZWQ= 14353 +IFNvdW5k 14354 +IENvbnRpbg== 14355 +aWpk 14356 +VU5H 14357 +a2xl 14358 +IHRocmVzaG9sZA== 14359 +IGNvbXBhY3Q= 14360 +YWR0 14361 +IHRvZXM= 14362 +IFB1cg== 14363 +b3duZWQ= 14364 +bWVudGVk 14365 +IGRlc2lnbmluZw== 14366 +IHZhY2NpbmF0ZWQ= 14367 +IGV4aGF1c3Q= 14368 +IGJhc2ljcw== 14369 +IGNvbnNpc3Rz 14370 +IEd1eQ== 14371 +YWN6eQ== 14372 +IG3DrQ== 14373 +d29u 14374 +IDg1 14375 +5oI= 14376 +IG11bQ== 14377 +IGlnbm9y 14378 +IHByaW50aW5n 14379 +YWN1bGFy 14380 +cG93 14381 +IGV4cGFuZGluZw== 14382 +IGdpcg== 14383 +IENhYg== 14384 +7Zi4 14385 +0YLRjNGB0Y8= 14386 +IOyXrOufrOu2hA== 14387 +IGFuZ2xlcw== 14388 +IHRlcm1pbmFs 14389 +IFdvbg== 14390 +IEludGVyZXN0aW5n 14391 +IGNyb3NzaW5n 14392 +IGJvbmRz 14393 +IHB1ZWRlbg== 14394 +IG9yYg== 14395 +bGFyxLFu 14396 +IGNyZWVweQ== 14397 +IG51dHJpdGlvbg== 14398 +IGFsbGllcw== 14399 +IHdpcmVsZXNz 14400 +IGRlc2lyZWQ= 14401 +IGNvbXB1dGU= 14402 +IEFyaXpvbmE= 14403 +IEJlYXV0aWZ1bA== 14404 +IHByb2R1Y2Vz 14405 +IG51ZXN0cm8= 14406 +dGVk 14407 +IGVsaWdpYmxl 14408 +INGB0L7Qtw== 14409 +aWNpYWw= 14410 +IEhlcm8= 14411 +IGNvbnN1bWU= 14412 +IHJvYm90cw== 14413 +IHB1cmNoYXNlZA== 14414 +Y2Npw7Nu 14415 +IGl6 14416 +xrDhu6Nj 14417 +zq/Ovc6xzrk= 14418 +INij2YY= 14419 +IHNoYWRvd3M= 14420 +IE1lZGlh 14421 +IHByaW5jZXNz 14422 +IGtsYXI= 14423 +IHdvb2Rlbg== 14424 +IHVzYXI= 14425 +IGfDvHplbA== 14426 +IHNsb3Q= 14427 +cmFkZQ== 14428 +IOuS 14429 +IGhhcm1vbg== 14430 +IGluZ3JlZGllbnQ= 14431 +b3JzaGlw 14432 +ZWtp 14433 +IGdyYW5kZmF0aGVy 14434 +IGV4Y2l0ZW1lbnQ= 14435 +IHBvbGl0aWNpYW5z 14436 +Li4h 14437 +IG91dHM= 14438 +IHNlcGFyYXRlbHk= 14439 +INGP0Lo= 14440 +IFdlbHQ= 14441 +IFBvdw== 14442 +amFu 14443 +IG9yaWVudGF0aW9u 14444 +TEM= 14445 +YWdlbQ== 14446 +24zaug== 14447 +IGJyYW5jaGVz 14448 +YWRlbg== 14449 +cmVudGU= 14450 +IElocg== 14451 +YXNt 14452 +IGVzdMOjbw== 14453 +IE5pYw== 14454 +IHNsYXZl 14455 +IGNvbXByZXNz 14456 +Y3Jvd2Q= 14457 +IGNsaW1iaW5n 14458 +IE1hbmFnZW1lbnQ= 14459 +IEJhaA== 14460 +IHBhbmlj 14461 +IGtvcg== 14462 +IGNvb2xpbmc= 14463 +IGJpbmQ= 14464 +INC30LDQtA== 14465 +IHJhY2s= 14466 +IGVudGl0 14467 +IHNlbmRz 14468 +IHlvdXJzZWx2ZXM= 14469 +ZGVz 14470 +IE11c2xpbXM= 14471 +IO2a 14472 +aXNtYQ== 14473 +Y3ljbGU= 14474 +dW5rdA== 14475 +IENvcmU= 14476 +IGluanVyaWVz 14477 +IGlkZW50aWNhbA== 14478 +0LrQsNGP 14479 +IERldXRzY2hsYW5k 14480 +INC10LU= 14481 +aXNhbg== 14482 +IHRydWM= 14483 +bGV0b24= 14484 +IGJhY2t1cA== 14485 +IHVsdHJh 14486 +IGFidW5k 14487 +aWxsZXVycw== 14488 +IGJ5xYJv 14489 +b3J0ZWQ= 14490 +IGVhcnRocXU= 14491 +INC60Ls= 14492 +IG9ic2VydmF0aW9u 14493 +IG1haW50ZW5hbnQ= 14494 +ZWxlbg== 14495 +IHNldHRsZWQ= 14496 +IHBlbGE= 14497 +IEVjb25vbQ== 14498 +INU= 14499 +IHN0ZWVyaW5n 14500 +IEFMTA== 14501 +IENoZXI= 14502 +IHBhdGllbmNl 14503 +IFNub3c= 14504 +IGJvcg== 14505 +IHdvcnRoeQ== 14506 +IGPDoWk= 14507 +INen 14508 +IM66zrE= 14509 +ZG9n 14510 +IEthcmVu 14511 +aWxsZXM= 14512 +zrI= 14513 +IGFncmljdWx0dXJl 14514 +15XXnw== 14515 +IFNlYW4= 14516 +IHNlbnNvcnM= 14517 +7ZW06w== 14518 +YWdo 14519 +IHB1YmxpY2x5 14520 +IHBldXg= 14521 +IEFsZXhhbmRlcg== 14522 +IHByaW9yaXQ= 14523 +IGxhenk= 14524 +YXJkb24= 14525 +YXR0ZXJpbmc= 14526 +IGNvc3R1bWU= 14527 +2LPYqg== 14528 +IHVudw== 14529 +0Js= 14530 +IHRoaWNrbmVzcw== 14531 +cXVpdG8= 14532 +Z3VudA== 14533 +aXN0YXM= 14534 +bmV5cw== 14535 +IOuQmOqyjA== 14536 +IEJyYXNpbA== 14537 +IHRva2Vu 14538 +IGFmZmlsaQ== 14539 +bG9u 14540 +IGbDpXI= 14541 +IEJlYWNo 14542 +IHdpdGNo 14543 +IFNldmVu 14544 +IHBhbnQ= 14545 +zrvOuw== 14546 +IGNhcHRhaW4= 14547 +5Z0= 14548 +IHZldXQ= 14549 +IHBvdXZvaXI= 14550 +YWN6 14551 +IEJhcmI= 14552 +IHV0aWxpdHk= 14553 +IGNvbnRlbXBvcmFyeQ== 14554 +IG9idGFpbmVk 14555 +IHBhaW50aW5ncw== 14556 +ZWFy 14557 +IHBlYW4= 14558 +IE9n 14559 +IGN1c3Q= 14560 +0LvQtdC8 14561 +gpjr 14562 +IElzc28= 14563 +IGFjb250ZQ== 14564 +IFRlbGU= 14565 +IEFzc2lzdGFudA== 14566 +w4k= 14567 +7ZaI7Iq164uI64uk 14568 +IGNvdW50cw== 14569 +IGJ1Y2s= 14570 +IERlZXA= 14571 +IHRhY2tsZQ== 14572 +IGhhcnNo 14573 +IGRlY2lkZXM= 14574 +LuKAiw== 14575 +IEFuZ2Vs 14576 +IGxheWluZw== 14577 +IGNhbG9yaWVz 14578 +IGNvbnRyb2xsaW5n 14579 +IGFkdmFudGFnZXM= 14580 +INGN0YLQvtC5 14581 +IGFwcHJvYWNoaW5n 14582 +IHRocmVhdHM= 14583 +YWthbg== 14584 +ZW1hdGlj 14585 +bWFubg== 14586 +6rO1 14587 +bXVtYmxlcw== 14588 +YWNpw7M= 14589 +IG1haW50YWluaW5n 14590 +IGZvdW5kZXI= 14591 +bGFo 14592 +ZmlnaHQ= 14593 +IGFkbWl0dGVk 14594 +4oCmLg== 14595 +lYw= 14596 +YWJvbA== 14597 +IHVzYWdl 14598 +IG5vbnNlbnNl 14599 +IFBhbGVzdA== 14600 +IGNvbnRyZQ== 14601 +IERlbW9jcmF0aWM= 14602 +IEVS 14603 +amVrdA== 14604 +IGFyYml0 14605 +INCz0L7Quw== 14606 +IE1pY2hlbGxl 14607 +aWNoZXI= 14608 +ZXNo 14609 +IFBobw== 14610 +0LrQvtC8 14611 +NDk= 14612 +IEVuZXJneQ== 14613 +zr/PjQ== 14614 +IGNlbnRz 14615 +IHJlZmVycw== 14616 +IGdvc3BlbA== 14617 +IFNoYQ== 14618 +IFNoYXJl 14619 +15nXoA== 14620 +IGNsaW5pYw== 14621 +IOuEow== 14622 +IGVxdWFsaXR5 14623 +dWdz 14624 +IHNoZWQ= 14625 +IHBsYW5lcw== 14626 +IHRvdXRl 14627 +cmVjaw== 14628 +IHN0cmFuZA== 14629 +IGJpb2xvZ3k= 14630 +IGxlYWd1ZQ== 14631 +IFBvaw== 14632 +IG7Dum1lcm8= 14633 +IENvYXN0 14634 +IGNvbnNpc3RlbnRseQ== 14635 +IG51Y2xl 14636 +T09PTw== 14637 +IG9iamV0 14638 +IGNob3I= 14639 +IGdpbmdlcg== 14640 +IGRhYmVp 14641 +IGNvb3BlcmF0aW9u 14642 +4K+NLg== 14643 +bnRlbg== 14644 +56Q= 14645 +bMOg 14646 +7JaR 14647 +cmFkbw== 14648 +IHBhc3NpdmU= 14649 +IGdsb3Zlcw== 14650 +IHVuZGVyZ3JvdW5k 14651 +IGxvZ2ljYWw= 14652 +IGtldA== 14653 +IGZ1bmN0aW9uYWxpdHk= 14654 +uOumrA== 14655 +IHBvcnRhbA== 14656 +ZWxsZXI= 14657 +15nXqA== 14658 +IFRlZA== 14659 +IEdyZQ== 14660 +kJw= 14661 +IHBlcnNvbm5lbA== 14662 +IGVtZXJnaW5n 14663 +IEbDvHI= 14664 +IG1lYW50aW1l 14665 +dXNhbGVt 14666 +IENsZWFy 14667 +IHRyYXBwZWQ= 14668 +IOyasA== 14669 +IGRpc3Bs 14670 +IG1ldHRyZQ== 14671 +IG11bmljaXA= 14672 +IHdpdGhkcmF3 14673 +IHNwYXQ= 14674 +dW5lcw== 14675 +IGFjY2Vzc2liaWxpdHk= 14676 +IGFwYXJl 14677 +IHByb3NwZWN0 14678 +INC90LDQtw== 14679 +IGNvcHBlcg== 14680 +IFBSTw== 14681 +z4XPhA== 14682 +IGF0dGFja2luZw== 14683 +IFZpbg== 14684 +IFN0b25l 14685 +IGludmVzdGlnYXRl 14686 +c3R5bGU= 14687 +IM67 14688 +66Gd 14689 +66eI 14690 +IGluc3BlY3Q= 14691 +IGxpdmVy 14692 +0LDQu9C40YHRjA== 14693 +IHNlcmE= 14694 +aGFsdGVu 14695 +ZW1hbg== 14696 +IG1pbmlzdHJ5 14697 +Jyc= 14698 +IGRvdHM= 14699 +44WL44WL44WL44WL 14700 +0YPRgdGC 14701 +IEphaw== 14702 +QUtF 14703 +IGdhcHM= 14704 +dWNrZXI= 14705 +INC40L3RgtC10YDQtdGB 14706 +IEVtaWx5 14707 +IGludGVydmFs 14708 +IHRlbmRlcg== 14709 +IFRlY2hub2xvZ3k= 14710 +Z2FtZQ== 14711 +IHRyaWI= 14712 +2YTYpw== 14713 +IERldmVsb3BtZW50 14714 +2YXYpw== 14715 +IHdyaXN0 14716 +IGZpcmVz 14717 +IHRhcmdldGVk 14718 +7KCQ 14719 +IHNvZA== 14720 +7ZqM 14721 +IG9sZHXEnw== 14722 +IHNlYXNvbnM= 14723 +dmVudGlvbnM= 14724 +INC90LXQs9C+ 14725 +IHNvbWV0aW1l 14726 +0LvQuNCy 14727 +bsOp 14728 +IHTDug== 14729 +IERldXM= 14730 +IGV4ZWN1dGlvbg== 14731 +w6Fw 14732 +IENoYW5nZQ== 14733 +IEluZGVlZA== 14734 +IHJlZ3VsYXRpb24= 14735 +IEh1bmc= 14736 +w6lpcw== 14737 +IHdpc2hlcw== 14738 +IGpheno= 14739 +IHN0cnVjdHVyYWw= 14740 +IGJsb3dpbmc= 14741 +IGJ5xIc= 14742 +IHRoZXJtYWw= 14743 +cGhhbnQ= 14744 +0YDRg9C3 14745 +0LDQvdGC 14746 +IFB1bGw= 14747 +IGNvbmZ1c2lvbg== 14748 +0L3Ri9C80Lg= 14749 +IHNjZW5hcmlvcw== 14750 +7KCB7Jy866Gc 14751 +INC00LXRgg== 14752 +IHRhdHRvbw== 14753 +IGF1dHJl 14754 +IGhlYXRpbmc= 14755 +IHRyZWF0aW5n 14756 +INC/0L7QvdC40Lw= 14757 +IGV4Y2x1cw== 14758 +IExPTA== 14759 +d2Vhcg== 14760 +YWdsZQ== 14761 +IHp1csO8Y2s= 14762 +IHJhdGlvbmFs 14763 +c3U= 14764 +IGRldGVy 14765 +IE5hdGl2ZQ== 14766 +4K6V4K6z 14767 +YWNoZWQ= 14768 +IOOD 14769 +IEVudG9uY2Vz 14770 +IGhvcmE= 14771 +7J207JeQ7JqU 14772 +IGxpdGU= 14773 +w6s= 14774 +IHNpeHRo 14775 +INCx0L7Qu9C10LU= 14776 +YWN0b3I= 14777 +IHBzeWNob2xvZ3k= 14778 +IGRlbWFuZHM= 14779 +IHBlZXI= 14780 +IG5ld2x5 14781 +IFdXRQ== 14782 +RG9uYWxk 14783 +IEJveA== 14784 +IHBpbmU= 14785 +IGxvYWRpbmc= 14786 +IE5pY28= 14787 +IHPFgg== 14788 +b21tZQ== 14789 +QVJU 14790 +IHJlY3J1aXQ= 14791 +IGJ1Z3M= 14792 +YXJlbnRz 14793 +INC/0YDQvtCx 14794 +IEluc2lkZQ== 14795 +aXBwZXI= 14796 +ZHJhbWF0aWM= 14797 +IHBsYW5ldHM= 14798 +b3JkZQ== 14799 +IHlvZ2E= 14800 +Y2hpbGQ= 14801 +IE1hcmll 14802 +IEJM 14803 +IGZpbG1lZA== 14804 +IHJlZnJlc2g= 14805 +IHRvbWF0b2Vz 14806 +IGZldA== 14807 +UXXDqQ== 14808 +ICEh 14809 +IOuCtOs= 14810 +cmluZQ== 14811 +IGludGVyYWN0aXZl 14812 +c2Fs 14813 +YW5uYWg= 14814 +cGV6 14815 +IHVuZGVyc3RhbmRz 14816 +IFRva3lv 14817 +IGxpYnJhcmllcw== 14818 +IHJlYWRlcg== 14819 +kZA= 14820 +b3o= 14821 +IEVuZGU= 14822 +IEZsbw== 14823 +IG1pbGQ= 14824 +IHBvZXRyeQ== 14825 +INC20LjQsg== 14826 +IGJlaGF2ZQ== 14827 +IGRvZW4= 14828 +IFN1c2Fu 14829 +cGFnZQ== 14830 +cmFoYW0= 14831 +IGNvbW11bmljYXRpb25z 14832 +IHR1bmluZw== 14833 +IHBhYw== 14834 +IGFueGlvdXM= 14835 +SU8= 14836 +TWFyaw== 14837 +IGhpw6c= 14838 +Ym9va3M= 14839 +IHBpc3M= 14840 +IGVuYWJsZWQ= 14841 +YWNoZWxvcg== 14842 +IEZPUg== 14843 +IMOpYw== 14844 +IFRS 14845 +aWxzdA== 14846 +aGF0 14847 +IOydjA== 14848 +IHR5Y2g= 14849 +IGphcg== 14850 +IGJ1aWxkcw== 14851 +IEFyZ2VudA== 14852 +IGludGVybWVkaQ== 14853 +IGxvdQ== 14854 +IGFyYQ== 14855 +IGFzc2lnbm1lbnQ= 14856 +IGNhYmluZXQ= 14857 +IHJldGlyZW1lbnQ= 14858 +IGRpc2FibGVk 14859 +cmljYQ== 14860 +IGF3YXJkcw== 14861 +IGJvb3Rz 14862 +IGFja25vd2xlZA== 14863 +IHRoeQ== 14864 +IOq1rA== 14865 +IHN5bmQ= 14866 +0L3QuNC5 14867 +aWx0b24= 14868 +IHByb2Js 14869 +IEZhbA== 14870 +IHZlcmRhZGU= 14871 +IDcwMA== 14872 +IExlYXJuaW5n 14873 +b2N1cw== 14874 +IHBhbGFjZQ== 14875 +Tm90 14876 +dGFpbg== 14877 +Y20= 14878 +IG1hZ25ldA== 14879 +aW5jb2xu 14880 +IGZpZ3VyaW5n 14881 +IEx5bg== 14882 +IEJvc3M= 14883 +IFZP 14884 +IGRpYWdub3Npcw== 14885 +IGVxdWlwcGVk 14886 +d2F0Y2g= 14887 +aW5vcw== 14888 +YWRlcnM= 14889 +IHNoZWxm 14890 +IG9yZ2FuaXM= 14891 +IG5vZA== 14892 +IGvEsXo= 14893 +cHBlcnM= 14894 +IHJlc3RvcmU= 14895 +IGFydGlj 14896 +IFZvaWNl 14897 +xLF5b3J1bQ== 14898 +6rKp 14899 +IHNwcmVhZGluZw== 14900 +IGhpcHM= 14901 +IHdhcmQ= 14902 +dXJlYXU= 14903 +IGludGVyc2VjdGlvbg== 14904 +NjY= 14905 +IDM5 14906 +57M= 14907 +IHdhaXRlZA== 14908 +7LQ= 14909 +aGhoaA== 14910 +IGR5cw== 14911 +IEVO 14912 +IGJhdGNo 14913 +IGNhZg== 14914 +IG1hcmtlcg== 14915 +b3JhYmxl 14916 +w7NyaWE= 14917 +IHN0ZXBwZWQ= 14918 +IGNlbGVicmF0aW5n 14919 +0LDQvdCw 14920 +IHdvcm4= 14921 +IEZvbA== 14922 +IHBsYQ== 14923 +IGF0dGVtcHRz 14924 +IHR3ZWV0 14925 +IHJ1c3Q= 14926 +Z2VuY2U= 14927 +7Ya1 14928 +IHJldmVs 14929 +IHJlY2VwdA== 14930 +ZW5lc3M= 14931 +ICgo 14932 +IeKAiw== 14933 +IOyGkA== 14934 +IGluZmx1ZW5jZWQ= 14935 +0LjQtg== 14936 +INC60L7QvdC10YfQvdC+ 14937 +IGNvbGxlZ2Vz 14938 +aW9uaQ== 14939 +IHNhZw== 14940 +QW5u 14941 +b2xhcg== 14942 +IGV4cHJlc3Npb25z 14943 +IHN1aXRz 14944 +IG93bmVyc2hpcA== 14945 +ZWxhbmQ= 14946 +cGllY2U= 14947 +IGRlc3B1w6lz 14948 +IHRlbA== 14949 +IGluc3VsdA== 14950 +IOq1ieyepQ== 14951 +IFNtYWxs 14952 +IEZS 14953 +b2th 14954 +YmVycmllcw== 14955 +IEFudG9u 14956 +0LXQu9GP 14957 +0Y/RgQ== 14958 +IHZhbHZl 14959 +YWN0cw== 14960 +IHdvb2Rz 14961 +4K6j 14962 +IGN1bHRpdg== 14963 +IGbDoQ== 14964 +IGNoZWVycw== 14965 +IGFzc3VtcHRpb24= 14966 +IGZpdG5lc3M= 14967 +w61jdWw= 14968 +IHBvZHI= 14969 +IHdlaXQ= 14970 +IEhpbmQ= 14971 +IGRpZ24= 14972 +INC30L0= 14973 +IHNxdWFk 14974 +IGRlc3Rybw== 14975 +Y2VyZQ== 14976 +c2hpcnQ= 14977 +aW1tdA== 14978 +ZW5nZXJz 14979 +IHPDpA== 14980 +a8WCYWQ= 14981 +IMiZ 14982 +IG9jY2Fz 14983 +IOykhA== 14984 +IHByb2Nlc3Nvcg== 14985 +IERN 14986 +IERhZGR5 14987 +IHNvb25lcg== 14988 +IHN0cmFpZ2h0Zm9yd2FyZA== 14989 +IGRlcGFydG1lbnRz 14990 +IENocm9tZQ== 14991 +IHdvcmtwbGFjZQ== 14992 +IFB5dGhvbg== 14993 +IG1lbmc= 14994 +IERBTg== 14995 +IEljZQ== 14996 +IOuIiA== 14997 +IEdp 14998 +IGhpcmluZw== 14999 +IGxhbmRlZA== 15000 +IGRlbW9jcmF0aWM= 15001 +aWVkeg== 15002 +IHNldg== 15003 +aWNpYQ== 15004 +IGVzcGVjaWFs 15005 +IE5vdXM= 15006 +IGjDpHQ= 15007 +IGJvdQ== 15008 +cGVydA== 15009 +aWVzeg== 15010 +IHZpbA== 15011 +xZtsaQ== 15012 +IMOubg== 15013 +IGxvc3Nlcw== 15014 +IHRvYXN0 15015 +IHJlYWxt 15016 +IEF1c3Rpbg== 15017 +IEluZm9ybWF0aW9u 15018 +IHJlc3VtZQ== 15019 +IGNoYXNl 15020 +IHNhbGFyeQ== 15021 +IOu2hA== 15022 +0LvQuNGH 15023 +INGB0LvQtdC0 15024 +IEZ1cnRoZXI= 15025 +IGNhcmluZw== 15026 +IHZpZw== 15027 +IHZhbG9y 15028 +INGH0LA= 15029 +IGFuYWx5dGljcw== 15030 +IGdsb2Jl 15031 +IE1BTg== 15032 +IG5lbA== 15033 +7J207JW8 15034 +n7w= 15035 +IG95 15036 +7ZWY7IS47JqU 15037 +amVu 15038 +IHRyb3VibGVz 15039 +YWhhaGE= 15040 +IGNodXJjaGVz 15041 +dWV0 15042 +IG1lYXN1cmVtZW50cw== 15043 +Ymls 15044 +7L0= 15045 +aWZ1bGx5 15046 +0LjQvdGD 15047 +IFdpbHNvbg== 15048 +prQ= 15049 +IO2MjA== 15050 +IOywqA== 15051 +IHDDumJsaWM= 15052 +IEplcnVzYWxlbQ== 15053 +IG5haWxz 15054 +IHNwaW5l 15055 +IGhlbW9z 15056 +IHpu 15057 +cXVpcw== 15058 +IExlYmVu 15059 +IHJlZmVyZW5jZXM= 15060 +SVRI 15061 +aXBlcg== 15062 +INGB0LXQsdGP 15063 +7IE= 15064 +IFdh 15065 +c3RhdGU= 15066 +p50= 15067 +IEdlbmVy 15068 +IGFjdHJlc3M= 15069 +IEVuam95 15070 +4LmD 15071 +INeS 15072 +IGluZmVjdGVk 15073 +IHNoYWtpbmc= 15074 +IG5pY2s= 15075 +4Li4 15076 +IGZvdA== 15077 +IGFjY29tcGxpc2hlZA== 15078 +dWtl 15079 +IHNoZWV0cw== 15080 +IGZlbmNl 15081 +IG51cnNpbmc= 15082 +IGludHJvZHVjaW5n 15083 +IGZlYXQ= 15084 +T25l 15085 +VE8= 15086 +IGNsdWJz 15087 +IEJydWNl 15088 +b25nZQ== 15089 +Y2hhbmdl 15090 +IEJhdG1hbg== 15091 +IE9mZmljZXI= 15092 +IGh5ZHJv 15093 +IHN1cHBsZW1lbnQ= 15094 +IGNlbGE= 15095 +IGxvbmdlc3Q= 15096 +IGNvbXBldGluZw== 15097 +IGNvbmhl 15098 +Z2l2aW5n 15099 +IGJyYWlucw== 15100 +IGxvYW5z 15101 +IHdhZ2U= 15102 +IENsaW50b24= 15103 +IHPEgw== 15104 +YW5lb3Vz 15105 +IGxvcmQ= 15106 +0YDRg9C2 15107 +IHF1aXo= 15108 +IHN0aWZm 15109 +IExHQg== 15110 +c3o= 15111 +TUU= 15112 +bWFyZQ== 15113 +dGhlcmU= 15114 +IG7DpHI= 15115 +IE1hbmQ= 15116 +bGFzdA== 15117 +IGRhZw== 15118 +IGhhbGZ3YXk= 15119 +IEJhbmQ= 15120 +IOuLpOyLnA== 15121 +IEFyZW4= 15122 +IGlsZQ== 15123 +UE4= 15124 +ZW50bw== 15125 +IGFsZ3Vt 15126 +IHNvY2Nlcg== 15127 +IGJsb2NrZWQ= 15128 +IEpvbmF0aGFu 15129 +IHNldw== 15130 +IFRlc3RhbWVudA== 15131 +IHZhbGU= 15132 +IGJlaGF2aQ== 15133 +IGNvbm5h 15134 +SUNI 15135 +IGF1ZGllbmNlcw== 15136 +bWw= 15137 +YW1tYWQ= 15138 +IOyCtOw= 15139 +SUdI 15140 +IHJhY2Vz 15141 +ZW1lZA== 15142 +IG3hu5l0 15143 +w68= 15144 +IG92ZXJz 15145 +IGRlY2xhcmVk 15146 +IHNhbmE= 15147 +IFVuYQ== 15148 +INGA0LU= 15149 +dWNrcw== 15150 +IHBhaXJz 15151 +IGFuZ2U= 15152 +TmU= 15153 +IHVwcw== 15154 +YXZ5 15155 +w7hy 15156 +cmVlaw== 15157 +IGJlaGF2aW9ycw== 15158 +IHJlZmxlY3RlZA== 15159 +IHByaW9yaXRpZXM= 15160 +IGNvbmR1 15161 +IHJldHJlYXQ= 15162 +IGV4cGVuc2Vz 15163 +IOu0kA== 15164 +IHRyaXBsZQ== 15165 +IOq1ieyepe2eiA== 15166 +w6RsdA== 15167 +IGluZGlnZW5vdXM= 15168 +IG1pbmluZw== 15169 +IGFjY2VwdGFibGU= 15170 +IHJ1aW4= 15171 +Q0E= 15172 +dWluZQ== 15173 +IHBpcGVsaW5l 15174 +Y3RpYw== 15175 +w6p0 15176 +INCy0YHQtdCz0L4= 15177 +IGJvdW4= 15178 +IERpZ2l0YWw= 15179 +IEJvb20= 15180 +0YbQtQ== 15181 +INC70YPRhw== 15182 +IGFzYw== 15183 +jIDroZw= 15184 +IEdvb2RieWU= 15185 +IHJlbmRlcg== 15186 +ZW5leg== 15187 +YXJyZQ== 15188 +IFRIQVQ= 15189 +Ym91cg== 15190 +aWNpw7Nu 15191 +RXZlcnk= 15192 +IHdpcmVz 15193 +IFBhcmxpYW1lbnQ= 15194 +bnVuZw== 15195 +YXRldXI= 15196 +IFNhdmU= 15197 +IFBoeXM= 15198 +IGFtb3I= 15199 +IEV2ZQ== 15200 +IGZyaWdodA== 15201 +IGdhbW1h 15202 +IG1pY3Jvcw== 15203 +bWl0dA== 15204 +IENvZGU= 15205 +IEJleQ== 15206 +cGxlZA== 15207 +INC40YHQv9C+0LvRjNC3 15208 +55c= 15209 +7IOJ 15210 +IG1vbmV0 15211 +IEphaHJl 15212 +IGx1eHVyeQ== 15213 +IGRlYWY= 15214 +IGJldHJheQ== 15215 +IOqysA== 15216 +0LjQutC4 15217 +IGRlZmVhdGVk 15218 +IHVuZGVydA== 15219 +IHdlZw== 15220 +IGNvb2xlcg== 15221 +aWFtaQ== 15222 +IEplc3NpY2E= 15223 +IEpveQ== 15224 +IHNvcGhpc3RpYw== 15225 +0LXQvdC40Lg= 15226 +8J2Y 15227 +IGNoaWxp 15228 +IFR5cGU= 15229 +IHByb3RlaW5z 15230 +IHByZXNlbnRpbmc= 15231 +YWxpYQ== 15232 +7Jq4 15233 +IE1ham9y 15234 +IG1vbGVjdWxl 15235 +dW1lcg== 15236 +IGNvbGxhcHNl 15237 +IEFueXdheXM= 15238 +IE1vdW50YWlu 15239 +YW50ZWQ= 15240 +44CQ 15241 +INCy0LjQtNC10L4= 15242 +QXVk 15243 +IGNvbnF1 15244 +IHZvbGw= 15245 +IGtuaXQ= 15246 +IG1lbWJy 15247 +IE1hcmtldA== 15248 +IGRhcmk= 15249 +IGNhbGN1bGF0ZWQ= 15250 +0LPQuA== 15251 +IHNocmltcA== 15252 +IE11 15253 +INC/0YDQvtGC 15254 +IOyYgeyDgQ== 15255 +IHByb2R1Y3Rpdml0eQ== 15256 +IGNvZ25pdGl2ZQ== 15257 +IEhlYg== 15258 +aWN0aW9ucw== 15259 +6rK9 15260 +IGNyw6k= 15261 +ZsO2cg== 15262 +IHByYXlpbmc= 15263 +YXNoaQ== 15264 +IFRpaw== 15265 +w7Ny 15266 +d2Vu 15267 +0YzRjg== 15268 +aXhv 15269 +ICgi 15270 +INGC0LXQuw== 15271 +IOyWtOuWpA== 15272 +INC/0LXRgNC10LQ= 15273 +IERyaXZl 15274 +44CR 15275 +IEVxdQ== 15276 +IGVxdWlsaWJyaXVt 15277 +IGRlc2NyaWJlcw== 15278 +0L3QtdC1 15279 +NDI= 15280 +IEN1cnJlbnQ= 15281 +eXk= 15282 +IGFic29yYg== 15283 +IHNvbGRpZXI= 15284 +ZGVycw== 15285 +IHRlc3RpbW9ueQ== 15286 +IGRlY2xpbmU= 15287 +nOuhnA== 15288 +Z2FnZQ== 15289 +IGluc3BpcmU= 15290 +bGFwcGluZw== 15291 +IHNwaW5uaW5n 15292 +IHNsYXZlcnk= 15293 +IGZhY2lhbA== 15294 +IHRyYWRpdGlvbnM= 15295 +w6FyaW9z 15296 +IEhvc3BpdGFs 15297 +IG5lc3Q= 15298 +IOuIhA== 15299 +IHRvaQ== 15300 +IGZlYXJz 15301 +7IWo 15302 +IE11aA== 15303 +IGdyYWR1YXRpb24= 15304 +IGltcGFjdGVk 15305 +IGF1bnQ= 15306 +IExldHM= 15307 +IGFsdW1pbnVt 15308 +IGRvbWluYW50 15309 +IERhdmlz 15310 +IE5hdnk= 15311 +IGNvbXB0 15312 +b3BsZXM= 15313 +IGVzdGF2YQ== 15314 +6KU= 15315 +IHNjYWw= 15316 +IHByZXNlcnZl 15317 +IE9wcA== 15318 +IHByYWN0aWNhbGx5 15319 +IG1hZ25pdHVkZQ== 15320 +IGZpdHRpbmc= 15321 +IGNvb3JkaW5hdGU= 15322 +IGZ1cm5pdHVyZQ== 15323 +IEZhbWls 15324 +IGV4cGxvc2lvbg== 15325 +IGRvY3VtZW50YXJ5 15326 +IFNjcmlwdA== 15327 +IHBvcnRyYXk= 15328 +bWF0 15329 +IHNjaGVkdWxlZA== 15330 +IGR5bmFtaWNz 15331 +cGh5 15332 +YWt5 15333 +IFVJ 15334 +Q2hl 15335 +IGNvbnRpbnVvdXNseQ== 15336 +IFByb3Y= 15337 +0YPQtw== 15338 +cmFo 15339 +IGdlcm5l 15340 +cHJvb2Y= 15341 +IHNlY3JldGFyeQ== 15342 +IFBhdHJlb24= 15343 +c2NyZWFt 15344 +IEtpZHM= 15345 +4buTaQ== 15346 +IGtn 15347 +IHVuY2VydGFpbnR5 15348 +INC60LDQttC0 15349 +IG1pdGln 15350 +IHJlYWRz 15351 +IFJ1 15352 +IHByaWVzdA== 15353 +INC90LXQtA== 15354 +IGxpbWl0YXRpb25z 15355 +IGZsb2F0 15356 +NjAw 15357 +IFRveQ== 15358 +IEppbW15 15359 +IG9mZmVuc2l2ZQ== 15360 +ZW5p 15361 +IFhp 15362 +IGV5ZWJy 15363 +IFR1cms= 15364 +IGFjY2lkZW50YWxseQ== 15365 +IG9obmU= 15366 +IFNhdWQ= 15367 +OTU= 15368 +IER1dGNo 15369 +0LDQvdGB 15370 +IFNlYXR0bGU= 15371 +IOuTsQ== 15372 +Y2hlY2s= 15373 +a8SZ 15374 +IGNvbnRyaWJ1dGlvbnM= 15375 +IGJlc2lkZQ== 15376 +IHF1aW5kaQ== 15377 +IGZsZXc= 15378 +2LDYpw== 15379 +IExP 15380 +IHdhaXN0 15381 +IEVW 15382 +IGhvbGlkYXlz 15383 +am9u 15384 +IG1pc3VuZGVy 15385 +0Y/QvQ== 15386 +IGJvdXQ= 15387 +IGRpbWlu 15388 +4bq9 15389 +w7Ns 15390 +IEdyYWNl 15391 +IGlucHV0cw== 15392 +IGRlbnk= 15393 +IGZvcm1pbmc= 15394 +IEJpbGQ= 15395 +IGFkZXF1 15396 +IGZvbGs= 15397 +IHJlamVjdGVk 15398 +c2VtYg== 15399 +IGZydXN0cmF0ZWQ= 15400 +b3Blbg== 15401 +IEJldHRlcg== 15402 +aWxvbg== 15403 +IHRvd2Vs 15404 +IGRpZmZlcmVudGlhbA== 15405 +IHNhY3JlZA== 15406 +IHNhaWw= 15407 +ZW50aW1lcw== 15408 +IGdlbnRsZW1hbg== 15409 +IGljb25pYw== 15410 +IGNvbXBhcmluZw== 15411 +IHNhZ3Q= 15412 +IHRleHRz 15413 +IGdyYW5kbWE= 15414 +IHJvbGxz 15415 +IGNvbnRlbnRz 15416 +0L7RgdGB 15417 +IHN1c3BlbnNpb24= 15418 +cm9pdA== 15419 +prw= 15420 +IGFzc2V6 15421 +IGRvcnQ= 15422 +IE1hdGg= 15423 +IFZpY3Rvcg== 15424 +IEphdmFTY3JpcHQ= 15425 +IGVuaGFu 15426 +xZk= 15427 +IEJ1c2g= 15428 +IHByb21vdGlvbg== 15429 +IGtpbg== 15430 +IG1vbnN0ZXJz 15431 +IENvbG9yYWRv 15432 +IM6y 15433 +7ZW07JqU 15434 +aWZmZXJlbnQ= 15435 +IG5ha2Vk 15436 +IHByb2Q= 15437 +ZXRpY3M= 15438 +IFdvbWFu 15439 +IHRyZWF0bWVudHM= 15440 +IGVzdG95 15441 +dsOp 15442 +IGxpZnRpbmc= 15443 +IHlhcHQ= 15444 +IFJvYmVy 15445 +IOy5nA== 15446 +IHN1YnN0aXR1dGU= 15447 +YWt1 15448 +cmlkZ2U= 15449 +IOqxsOs= 15450 +IHJlc3BvbmRlZA== 15451 +IGLDqQ== 15452 +IEVuZ2luZWVy 15453 +IHRyYW5zZmVycmVk 15454 +67I= 15455 +IGhhYmVy 15456 +b29w 15457 +IFdF 15458 +IHZlc3Q= 15459 +IGZvcnR5 15460 +IERT 15461 +IDIwMDQ= 15462 +IGNvYWNoaW5n 15463 +bm9t 15464 +IEJhYg== 15465 +IG5vc3Nh 15466 +IEpha2U= 15467 +IGd5 15468 +IGRlbGVn 15469 +IOyeoA== 15470 +INC60YDQsNGB 15471 +IHN0YW5kcG9pbnQ= 15472 +IGRpc2Fk 15473 +IGFydHdvcms= 15474 +QWQ= 15475 +aWxsbw== 15476 +IMSRxrDhu6Nj 15477 +IFByb20= 15478 +IExpYg== 15479 +IGNyaXRpY2lzbQ== 15480 +IGNvbnRhY3Rz 15481 +0YDQsNC8 15482 +IGFjaGlldmVtZW50 15483 +0JTQsA== 15484 +IGRpc3NvbA== 15485 +IFZlZ2Fz 15486 +IHN0cmVhbXM= 15487 +IEtlbnQ= 15488 +INi52YTZiQ== 15489 +IHJhZGl1cw== 15490 +IHN1Y2tz 15491 +IEFjaA== 15492 +IGZp 15493 +b3VzdA== 15494 +INC70Y7QtNC4 15495 +IHBhbGV0dGU= 15496 +IEhheg== 15497 +IEFudGhvbnk= 15498 +IHRlbWE= 15499 +IENvcw== 15500 +IHNhZmVy 15501 +zrHPgg== 15502 +IGNvbnRyYWQ= 15503 +IG1haW9y 15504 +IGluZmxhdGlvbg== 15505 +IFNpbHZlcg== 15506 +IGF0dGVuZGluZw== 15507 +7ZWc7YWM 15508 +YXJ0bw== 15509 +IGFwcGxhdWRpbmc= 15510 +IGNvbXB1dGluZw== 15511 +IEhhdA== 15512 +5rs= 15513 +a25vdw== 15514 +bWFrZXJz 15515 +IGNvbm9j 15516 +IGVkdWNhdGVk 15517 +IG1vZGlmaWVk 15518 +IGluY2x1c2lvbg== 15519 +bWVudGFs 15520 +npA= 15521 +aXNpYQ== 15522 +IM+Azr/PhQ== 15523 +IGF1bg== 15524 +IElyZWxhbmQ= 15525 +IGvDtg== 15526 +IGNvbXBsaWFuY2U= 15527 +IGluc3BpcmluZw== 15528 +0LjRgtC10LvRjNC90L4= 15529 +IGRpc3Bvcw== 15530 +7LCo 15531 +IHdpcA== 15532 +cmljYWw= 15533 +cmF3ZA== 15534 +IHRyZXM= 15535 +IG1vYmls 15536 +b2x1dGlvbnM= 15537 +Qk8= 15538 +IGJvdW5jZQ== 15539 +IGFzc3VtZWQ= 15540 +IE1lZGljYWw= 15541 +IGZpc2NhbA== 15542 +IG5nxrDhu51p 15543 +aXRpb25hbGx5 15544 +IHN0b2xlbg== 15545 +IEJN 15546 +IG1lY2hhbmlzbXM= 15547 +zrXOrw== 15548 +IHF1YWxpZmllZA== 15549 +IOyekOs= 15550 +dWdodGVycw== 15551 +IEhJVg== 15552 +IExvdHM= 15553 +IHNlcnZlcnM= 15554 +IGNhcnI= 15555 +IFRvZ2V0aGVy 15556 +IGF0dHJhY3RlZA== 15557 +IGty 15558 +dGh1cg== 15559 +aW5pbg== 15560 +IEhhbGY= 15561 +yJs= 15562 +IFBhcA== 15563 +IHJlbWluZGVk 15564 +QUxM 15565 +IGhlbG1ldA== 15566 +IGJvdHRsZXM= 15567 +IHByb2Zlc3NvcnM= 15568 +IHNlaW5l 15569 +xYLEhQ== 15570 +IOqxsOyVvA== 15571 +INei15w= 15572 +ZnVu 15573 +IEJpcmQ= 15574 +IGZpZ2h0ZXI= 15575 +IOuUsOs= 15576 +IFRvb2w= 15577 +IHRpbg== 15578 +aW5vaXM= 15579 +67aE 15580 +15nXnw== 15581 +IENBUg== 15582 +aXJzdHk= 15583 +IG91dGRvb3I= 15584 +IE5T 15585 +44WO 15586 +ZmZlbg== 15587 +IGx1ZA== 15588 +SGVsbG8= 15589 +IHJvbGxlcg== 15590 +aWVsZQ== 15591 +IFBvbGFuZA== 15592 +IGFwYQ== 15593 +ZXhw 15594 +IGNlcnRpZmljYXRl 15595 +IFRvd24= 15596 +0LDRjtGC0YHRjw== 15597 +aWxkZQ== 15598 +IGRldGVybWlu 15599 +UFI= 15600 +IGZyZWV6ZQ== 15601 +IG1haW5zdHJlYW0= 15602 +IG9iamVjdGl2ZXM= 15603 +Ymxv 15604 +IHRha2ll 15605 +IOuwlOuhnA== 15606 +ZWxldA== 15607 +IElW 15608 +IEZhc3Q= 15609 +IGRlcmU= 15610 +ZW1w 15611 +IERyYQ== 15612 +IOyeiOyXiA== 15613 +IGRpc2NyaW1pbmF0aW9u 15614 +IM61zq/Ovc6xzrk= 15615 +bmVjZXNz 15616 +5q4= 15617 +xLHEn8Sx 15618 +IHBvc3Rpbmc= 15619 +d2nFm2NpZQ== 15620 +IGx1Yg== 15621 +IG9saXZl 15622 +IHJpbQ== 15623 +IG1vZGVsaW5n 15624 +IGHDsW8= 15625 +IFBha2lzdGFu 15626 +IG92ZXJs 15627 +IGluZmxhbQ== 15628 +TkU= 15629 +7JeQ6rKM 15630 +IGF0dGVuZGVk 15631 +IGRlYWx0 15632 +IEFsdA== 15633 +IExpbmNvbG4= 15634 +IGF3YWtl 15635 +IGZpbHRlcnM= 15636 +IFdpdGhpbg== 15637 +Y3p5d2nFm2NpZQ== 15638 +IHPDuw== 15639 +IEpvaG5ueQ== 15640 +IGludGVncml0eQ== 15641 +IGlzb2xhdGlvbg== 15642 +IEVhc3k= 15643 +INC/0YDQuNC9 15644 +IEFsaWNl 15645 +IHNtaWxpbmc= 15646 +ZW5peA== 15647 +LC4uLg== 15648 +zrY= 15649 +IGJlZ3Vu 15650 +IGpld2Vs 15651 +IGNvbnZlbnRpb25hbA== 15652 +IHN0YXRpc3Q= 15653 +IGhhbmRlZA== 15654 +IGlycmU= 15655 +IHByb2hpYg== 15656 +IHNhdGVsbGl0ZQ== 15657 +IEluZHVzdA== 15658 +IHRyYWdlZA== 15659 +IHRyYXZh 15660 +IGlobQ== 15661 +IGNydWVs 15662 +IEFnb3Jh 15663 +IERvYw== 15664 +IHpvbmVz 15665 +IG1hbGw= 15666 +IHRyYXk= 15667 +15XXoA== 15668 +IGlycml0 15669 +IGthbnM= 15670 +IEJlYXQ= 15671 +dWRnZQ== 15672 +aWVsbGU= 15673 +IHRydXN0ZWQ= 15674 +IGJpa2Vz 15675 +INGD0L8= 15676 +IE1lbWJlcg== 15677 +d2ljaw== 15678 +IGNyZWF0b3Jz 15679 +IGhlcml0YWdl 15680 +aW5kaXN0aW5jdA== 15681 +IHJlc3Vy 15682 +ZW5uZW4= 15683 +Q29tZQ== 15684 +IGZpcmluZw== 15685 +IEJ1ZW5v 15686 +INCi0L4= 15687 +aWthbg== 15688 +ZXR0ZXM= 15689 +IGtlcw== 15690 +IHRyaXBz 15691 +IGRpdm9yY2U= 15692 +IEts 15693 +IGNvbnNvbA== 15694 +a2VlcA== 15695 +6riw6rCA 15696 +IFJlcG9ydA== 15697 +IGhvc3Rpbmc= 15698 +IGRpYW1vbmQ= 15699 +IGNvbXBsaWM= 15700 +IGhlbGljb3A= 15701 +IGRlcHVpcw== 15702 +ZHM= 15703 +IENoYW4= 15704 +0Y/Quw== 15705 +IHNjaXNzb3Jz 15706 +aWxhdGlvbg== 15707 +IHByb3BvcnRpb24= 15708 +RVJF 15709 +INmI2KfZhA== 15710 +aW50YQ== 15711 +IG11Y2hhcw== 15712 +dWF0aW9u 15713 +aXRpcw== 15714 +0Y/RiQ== 15715 +IG5paW4= 15716 +IGVtcGhhc2l6ZQ== 15717 +dWVsYQ== 15718 +IHByb2R1Y2Vycw== 15719 +IHJ6ZQ== 15720 +w6RuZGVy 15721 +RVRI 15722 +5ro= 15723 +IGNvbnN0aXR1 15724 +IHBlcmZvcm1hbmNlcw== 15725 +aXN0bGU= 15726 +Z292 15727 +IExpdGVy 15728 +IGluY29ycG9yYXRl 15729 +IGVkdWNhdGU= 15730 +IE5pbg== 15731 +7Kq9 15732 +2YfZhQ== 15733 +ZWxlcmF0aW9u 15734 +15XXkQ== 15735 +IHlhxZ8= 15736 +b3JvdXM= 15737 +IENhcw== 15738 +IGdyYW50cw== 15739 +64ql 15740 +YW1lbA== 15741 +IOq3uOugh+qyjA== 15742 +IEVzdGU= 15743 +0YXQvtC00LjRgg== 15744 +INC/0L7RgdC70LU= 15745 +IGdlbnQ= 15746 +IGZvY3VzZXM= 15747 +YWxpdGllcw== 15748 +IFJo 15749 +67O0 15750 +IERhbmNl 15751 +cnI= 15752 +IGFtZXI= 15753 +IHV0aWxpemU= 15754 +IGzDrQ== 15755 +IEFtb25n 15756 +IHByZWduYW5jeQ== 15757 +IGxvb3Bz 15758 +0LDQu9C+0YHRjA== 15759 +IE1vaA== 15760 +IGNhdGNoaW5n 15761 +IGdsb2I= 15762 +IGFqdWQ= 15763 +IFs/ 15764 +IEFuYWw= 15765 +bG9va2luZw== 15766 +IHN1cmZhY2Vz 15767 +IHByb2dyZXNzaXZl 15768 +IHZpcmFs 15769 +MDg= 15770 +zr4= 15771 +S0E= 15772 +IMW8eQ== 15773 +IHBpY2tz 15774 +YW5ub24= 15775 +IGJ1bGs= 15776 +IFJvc3M= 15777 +IGRlc2NyaWJpbmc= 15778 +IEdlbA== 15779 +IGxvY2FsbHk= 15780 +IGVuZGxlc3M= 15781 +IG1hc3NhZ2U= 15782 +IGNsZWFuZWQ= 15783 +IHRyYXZlbGVk 15784 +0LXQvdGL 15785 +IHNlbnRpbWVudA== 15786 +aWdtYQ== 15787 +IE5hcw== 15788 +IGNoZW1pY2Fscw== 15789 +IHJpZ2h0ZW91cw== 15790 +IE1hZ2lj 15791 +IHJlbGF0ZXM= 15792 +IHRydWNrcw== 15793 +IDE5NjA= 15794 +IGFwcGV0 15795 +IHNuYWNrcw== 15796 +IFN1bW1lcg== 15797 +IHnDvHo= 15798 +IHByaXM= 15799 +IE1leGljYW4= 15800 +IHRyYW5zcGFyZW4= 15801 +IG1pbm9yaXR5 15802 +IHZlcnRl 15803 +IGxhc3Nlbg== 15804 +NDY= 15805 +0LvQtdC6 15806 +w6lw 15807 +INGE0LjQu9GM 15808 +IGl5aQ== 15809 +IHNwYW4= 15810 +7ZWY7KeA 15811 +IGluZGljYXRlZA== 15812 +cXVhcg== 15813 +IHNjaG9sYXJzaGlw 15814 +IExHQlQ= 15815 +IGhpc3RvcmljYWxseQ== 15816 +w7PFgg== 15817 +IG1pbmlzdA== 15818 +IHBlbmV0 15819 +IFJhcA== 15820 +IGNvbnNlcnZhdGlvbg== 15821 +IEhvbmV5 15822 +IEJlaQ== 15823 +aWRlbA== 15824 +IHJlc3BvbnNpYmlsaXRpZXM= 15825 +IG1lc3N5 15826 +IEV4Y2VwdA== 15827 +T1JF 15828 +IGluaXRpYXRpdmVz 15829 +IGp1bmlvcg== 15830 +IGRlc2lnbmVycw== 15831 +IGV4cGxvcmF0aW9u 15832 +IHNwb25zb3I= 15833 +IG1vYmlsaXR5 15834 +IGludGVn 15835 +bGFuZG8= 15836 +IGJhcms= 15837 +IGluZGljYXRlcw== 15838 +4LY= 15839 +IGVtcGxveWVy 15840 +IGNvdXNpbg== 15841 +IGJvaWxpbmc= 15842 +IGNocm9t 15843 +IMOnYWw= 15844 +IHBlcnBldA== 15845 +IGNvbnRhaW5lZA== 15846 +IHBhcmtz 15847 +0Ks= 15848 +IEVuZ2luZWVyaW5n 15849 +UGxlYXNl 15850 +IFN0YXJ0aW5n 15851 +aGVybw== 15852 +IGxhd3llcnM= 15853 +IHpk 15854 +IGZyYW5jaGlzZQ== 15855 +cmFnZQ== 15856 +IGludHVpdA== 15857 +IEdM 15858 +cmVhY2g= 15859 +IEVsbGU= 15860 +IG5oxrA= 15861 +IE5vcmQ= 15862 +IGJlYW4= 15863 +MDc= 15864 +IHBsZWFzYW50 15865 +dmlyb24= 15866 +IGdyYWRpZW50 15867 +enVz 15868 +IEVN 15869 +IGVzc2F5 15870 +7JeQ7JqU 15871 +4bq/bg== 15872 +bnU= 15873 +4bur 15874 +IMOJcw== 15875 +IGRlbm9taW4= 15876 +IEdpcmxz 15877 +IHBlcnNvbm5lcw== 15878 +INin2YTYow== 15879 +YmlsZA== 15880 +IFN0YXQ= 15881 +IGNvbXBsaW1lbnQ= 15882 +IEthdGU= 15883 +IG9wdGltYWw= 15884 +IGhpZA== 15885 +2K/Zig== 15886 +IHF1aWNrZXI= 15887 +d2FsbA== 15888 +RW4= 15889 +SU5F 15890 +Pz8/ 15891 +7LK0 15892 +IEFjdGlvbg== 15893 +5Z8= 15894 +IHBlbmFsdHk= 15895 +IEtheg== 15896 +Jz8= 15897 +IGNyaWVk 15898 +IGNhbnZhcw== 15899 +ZnRl 15900 +IGV4Y2x1ZA== 15901 +uOuhnA== 15902 +IGVtcGhhc2lz 15903 +IGVuenk= 15904 +IEhvdQ== 15905 +IG92ZXJzZWFz 15906 +w61hbW9z 15907 +w7ZnbGljaA== 15908 +IGhlYWRwaG9uZXM= 15909 +Y24= 15910 +IEFnZQ== 15911 +IGFrYW4= 15912 +IGNoYXJhY3RlcmlzdGlj 15913 +7ZWY66m0 15914 +Z2V0cw== 15915 +IOu2iA== 15916 +IHJpdmFs 15917 +IGJvcmRlcnM= 15918 +ZW1lbnRl 15919 +ZW3DoXM= 15920 +IHlvbA== 15921 +IGNvbXBl 15922 +ZW5kZXJz 15923 +xLFuZGFu 15924 +IG3DtmdsaWNo 15925 +IGJ1YmJsZXM= 15926 +bmF0dXJhbA== 15927 +IGFybWVk 15928 +IGVsYWJvcg== 15929 +IOydtOuyiA== 15930 +IHdhc2hlZA== 15931 +zr/Phc68zrU= 15932 +IGZsYXZvcnM= 15933 +IGV4aXN0ZQ== 15934 +IHByZXN0 15935 +IFRoZW1h 15936 +0L7Qv9GA0L7RgQ== 15937 +ZXJvbg== 15938 +VUU= 15939 +ZXJp 15940 +IGNvbmNlcg== 15941 +IGFpeMOy 15942 +IHByb3RlY3RpdmU= 15943 +INC30L3QsNGO 15944 +IOuCoA== 15945 +IElJSQ== 15946 +IG1lZXI= 15947 +IFNob3A= 15948 +bGxp 15949 +IE9yZGVy 15950 +IE1Z 15951 +IEdob3N0 15952 +YWRlbA== 15953 +IHN0b2xl 15954 +IHJlbGVhc2luZw== 15955 +IENvbW1lbnQ= 15956 +IHRyYWlucw== 15957 +66qF 15958 +IHdpc3Nlbg== 15959 +ZW5zZWQ= 15960 +IGRlc2NlbmQ= 15961 +IGZpZXI= 15962 +IHJhZGk= 15963 +IHBlcnN1 15964 +56I= 15965 +INC80L0= 15966 +IERlc3Q= 15967 +IHdvcnJpZXM= 15968 +aXRldA== 15969 +YmFz 15970 +IHN0YWI= 15971 +bmFtZQ== 15972 +b3JpYw== 15973 +IENsb3Nl 15974 +IGFsdW1uaQ== 15975 +IFNlbGY= 15976 +ZmZl 15977 +aXRhdGluZw== 15978 +YXRoZXJpbmU= 15979 +IFJpZ2h0cw== 15980 +IGVsbG9z 15981 +IHdhcnJhbnQ= 15982 +IG5lcnZl 15983 +IHZlZ2V0YWJsZQ== 15984 +IFRlaWw= 15985 +IOqwmeydtA== 15986 +Ulk= 15987 +IHN1c3RhaW5hYmlsaXR5 15988 +IHN0ZWh0 15989 +IGJyaWQ= 15990 +YWRhxZ8= 15991 +IHR2 15992 +IGR1cmF0aW9u 15993 +IHBlc3NvYQ== 15994 +IG1ldHJpY3M= 15995 +IGFkYW0= 15996 +Y2Fz 15997 +0LDRgNC4 15998 +IGV2aWRlbnQ= 15999 +IGRpc3BsYXllZA== 16000 +2KfYpg== 16001 +IHJlY2s= 16002 +IEJ1ZGRoYQ== 16003 +IGRlbGU= 16004 +IERpZWdv 16005 +b3NwaA== 16006 +IGJsYQ== 16007 +IE1paw== 16008 +dWxhdG9y 16009 +IDIwMDE= 16010 +IHByb21vdGluZw== 16011 +eWNo 16012 +IEVY 16013 +IGxhc3RseQ== 16014 +IG91dGxpbmU= 16015 +IHNwaXJpdHM= 16016 +IHZldXg= 16017 +IHN1YnRyYWN0 16018 +IMWfaW1kaQ== 16019 +IHBpbnM= 16020 +IGJ1cmdlcg== 16021 +IG1vbHRv 16022 +IGhhYsOtYQ== 16023 +IOuwmA== 16024 +aWd1 16025 +ZXJzdA== 16026 +IG5lbg== 16027 +IGJhY29u 16028 +aXRpb3Vz 16029 +IGNhcnJpZXM= 16030 +IHByb21pc2Vz 16031 +bmRl 16032 +IExlZnQ= 16033 +IExpbQ== 16034 +5qM= 16035 +IDQ0 16036 +IGNhcmVlcnM= 16037 +IOyjvOs= 16038 +IHNwZWVkcw== 16039 +cXXDqQ== 16040 +bWFk 16041 +bWFya2V0 16042 +aXNtZQ== 16043 +IDIwMDM= 16044 +IHJlY2Vzcw== 16045 +IEpVRA== 16046 +IHJhY2lzdA== 16047 +IFNjaGw= 16048 +IHBhcmxlcg== 16049 +IG90cm9z 16050 +aXNoZXM= 16051 +IGNvbnZlcnRlZA== 16052 +YWFhYQ== 16053 +0LDQvdC40Lg= 16054 +IEFyaw== 16055 +IENoYW5jZQ== 16056 +IGVsZW1lbnRhcnk= 16057 +zrXOvQ== 16058 +aW5rcw== 16059 +SW50ZXJ2aWV3ZXI= 16060 +IGZyZWVseQ== 16061 +YWxhaA== 16062 +IOuLpOuluA== 16063 +IHJlcXVlc3RlZA== 16064 +IHRvcnF1ZQ== 16065 +bm/Fm2Np 16066 +b3VyZWQ= 16067 +IFN0YWZm 16068 +IHN0YWlu 16069 +IEFsYW4= 16070 +IHZlcmU= 16071 +IFdpbnRlcg== 16072 +IGRlZmVjdA== 16073 +aWVkeQ== 16074 +IGJlYXRz 16075 +IGjDoQ== 16076 +dW1u 16077 +b29ucw== 16078 +aXR1ZGVz 16079 +IHNlaXQ= 16080 +b2x5 16081 +IHJlc2Vydg== 16082 +IGV4dHI= 16083 +IHBoeXNpY2lhbg== 16084 +dmlzb3I= 16085 +IGhhbmRmdWw= 16086 +IE5hdGlvbnM= 16087 +IOyii+ydgA== 16088 +dWNjZXNz 16089 +IHVwc3RhaXJz 16090 +IFNxdWFyZQ== 16091 +IGhlaW4= 16092 +IFNlYXNvbg== 16093 +b2xpcw== 16094 +IHByaW5jZQ== 16095 +IGRlZmVuc2l2ZQ== 16096 +570= 16097 +INC80LXRgdGC 16098 +0ZbQuQ== 16099 +INin2YY= 16100 +dW1ibGU= 16101 +6rmM7JqU 16102 +IGFzc2Fzcw== 16103 +IGNpcmN1bGFy 16104 +IHF1YWxpdGllcw== 16105 +IGhtbQ== 16106 +IGJsb3du 16107 +IExpeg== 16108 +IEt1cg== 16109 +IFNB 16110 +IGZpbmRpbmdz 16111 +IGNvbG91cnM= 16112 +IGRlbGxl 16113 +IElS 16114 +IEF0aA== 16115 +IER1Yg== 16116 +IE94 16117 +INiu 16118 +IHBvY2tldHM= 16119 +IGdyaWxs 16120 +IHN3aXRjaGluZw== 16121 +IHByZWZlcnJlZA== 16122 +IFdhbGVz 16123 +IGV4ZW1wbG8= 16124 +IGNob3BwZWQ= 16125 +IHZhY2NpbmF0aW9u 16126 +IG5ldXJv 16127 +IHNwZWNpZnk= 16128 +aXZvcw== 16129 +IHNlcsOh 16130 +IHppZQ== 16131 +IOCurg== 16132 +IHJlc3VsdGluZw== 16133 +IFVnaA== 16134 +IG1lc3NlZA== 16135 +Q0Q= 16136 +IHBhYXI= 16137 +IGNvbWVy 16138 +IGNvdWNo 16139 +IEZlc3RpdmFs 16140 +IDQ5 16141 +dm91cw== 16142 +emVucw== 16143 +IEtlbm5lZHk= 16144 +IFRz 16145 +IOuztOyX 16146 +IGRlbW9uc3RyYXRpb24= 16147 +IHVudG8= 16148 +IGZydXN0cmF0aW5n 16149 +IGxhYm9yYXRvcnk= 16150 +IGVneQ== 16151 +IGJlYXV0aWZ1bGx5 16152 +IOyerOs= 16153 +IGFsZ3U= 16154 +IMO2eWxl 16155 +IFBI 16156 +IGZvcnR1bmU= 16157 +IGNsZWFuZXI= 16158 +IFJvYmlu 16159 +IHNhdXM= 16160 +IEdlbGQ= 16161 +IGthdA== 16162 +b2Jz 16163 +IG9sdXI= 16164 +IG1hdHQ= 16165 +IHF1ZXN0YQ== 16166 +IHN1Z2dlc3Rpb24= 16167 +ZW5jZXI= 16168 +0L7RgdGC 16169 +IHJhZGFy 16170 +IOyeoQ== 16171 +aXNoYQ== 16172 +4K6o 16173 +amVz 16174 +IHZlZWw= 16175 +7IKw 16176 +IGF1dGhvcnM= 16177 +44CO 16178 +cGxhbg== 16179 +IGNvbGxhYm9yYXRpdmU= 16180 +IGluc3RpbmN0 16181 +IGZhcm1pbmc= 16182 +YXVnZQ== 16183 +RWR1 16184 +IG1lbWJlcnNoaXA= 16185 +IHNpbXVsdGFuZW91c2x5 16186 +IGJha2U= 16187 +IGvDpA== 16188 +IGxlY3R1cmVz 16189 +0YfQtdGB 16190 +IHByZW5kcmU= 16191 +IGNvbGxhcHM= 16192 +IFNheWE= 16193 +IEZ1dA== 16194 +IHlvZw== 16195 +IFJhdGhlcg== 16196 +2LHZig== 16197 +IGNhbXBz 16198 +0L7Qu9C+0LQ= 16199 +IHNpbXVsYXRpb24= 16200 +IE1haw== 16201 +TGF1Z2hz 16202 +IGdyZXk= 16203 +IHNlbnRlbmNlcw== 16204 +eWVu 16205 +IFVubGVzcw== 16206 +SmU= 16207 +IFNhdGFu 16208 +INGC0LDQutC20LU= 16209 +IE5B 16210 +IGJyb24= 16211 +ID9d 16212 +IHNvdWxz 16213 +IGxpZ2h0bmluZw== 16214 +IGltYWdpbmVk 16215 +IGN6eWxp 16216 +cHNpbG9u 16217 +ZXR0YQ== 16218 +IGJlbGlldmluZw== 16219 +IHN0cm9uZ2VzdA== 16220 +IENPTg== 16221 +IHF1ZWxxdWVz 16222 +IGltbWlncmFudHM= 16223 +IHdhbGxldA== 16224 +IEplcnNleQ== 16225 +IGltcGxpY2F0aW9ucw== 16226 +IGZvcmI= 16227 +44CP 16228 +IHVuYmVsaWV2YWJsZQ== 16229 +2KfYoQ== 16230 +IG9wZXJhdGlvbmFs 16231 +w7xz 16232 +IEdN 16233 +IOq3uOufsOuNsA== 16234 +IGdyYWNpYXM= 16235 +IGVudGVuZA== 16236 +IFJlZ2FyZA== 16237 +cm9i 16238 +INGC0LXRhQ== 16239 +6I8= 16240 +IFJldm9sdXRpb24= 16241 +IHdhYXI= 16242 +IEJpeg== 16243 +dGhlbGVzcw== 16244 +IHNwb25zb3JlZA== 16245 +cXVpZXI= 16246 +IOydvOs= 16247 +IHRlaw== 16248 +IOuQoA== 16249 +aWdrZWl0 16250 +IEx1Y2s= 16251 +IENlcnRhaW5seQ== 16252 +IHRvbGw= 16253 +INC90LjRh9C10LPQvg== 16254 +IE1vbmV5 16255 +INGB0YLQvtGA 16256 +IERvdWJsZQ== 16257 +IFdvbGY= 16258 +IGNodW5r 16259 +zqzOvQ== 16260 +aXTDqXM= 16261 +b25pbmc= 16262 +TWFy 16263 +IGdyYW5kZXM= 16264 +IGNvbGxlY3Rpb25z 16265 +IEV1cm9wYQ== 16266 +INCw0YA= 16267 +IOKAi+KAi+KAiw== 16268 +IOq3uOufrOuptA== 16269 +INC+0LHRig== 16270 +IOyLnOqwhA== 16271 +IEN1c3RvbQ== 16272 +IOyymA== 16273 +0ZbQu9GM 16274 +IGluZGl2aWR1YWxseQ== 16275 +7Zc= 16276 +IGRvemVu 16277 +IG93ZQ== 16278 +IFZpY3Rvcmlh 16279 +IGJlZXQ= 16280 +dXJi 16281 +IGFuYWxvZw== 16282 +acOnw6Nv 16283 +gpw= 16284 +c29ldmVy 16285 +IG1vZG8= 16286 +IHN1YnNjcmliZWQ= 16287 +7J6s 16288 +IGVudGl0aWVz 16289 +IGNsb3NldA== 16290 +IHJlc3BvbmRpbmc= 16291 +IHByaW50ZXI= 16292 +IFN0ZXBoYW4= 16293 +IGJ5xYI= 16294 +IERvbQ== 16295 +IEZlcm4= 16296 +IFBpZXI= 16297 +IHdpxJlj 16298 +IGhlbmNl 16299 +IG1vZHVsZXM= 16300 +IOuUsQ== 16301 +IERhbm55 16302 +INGB0LXQsdC1 16303 +IHZhZA== 16304 +IOyXhA== 16305 +IHNvdXM= 16306 +IHNwaGVyZQ== 16307 +Qlk= 16308 +IFBlZA== 16309 +aWduZWQ= 16310 +IHdoZWF0 16311 +IHVuZGVycw== 16312 +IGV2b2x2ZQ== 16313 +IGRlY2xhcg== 16314 +IGxpZ2h0bHk= 16315 +IGlkZW50aWZ5aW5n 16316 +IGxlZ2VuZGFyeQ== 16317 +IGdlbnVpbmU= 16318 +IGdyaW5k 16319 +IFVuZQ== 16320 +Z2ViZW4= 16321 +IGJpY3k= 16322 +IGp1bXBz 16323 +IHByb3ZpbmNl 16324 +emnEmQ== 16325 +INeQ16DXmQ== 16326 +IGhvYw== 16327 +INCx0Ls= 16328 +IEdyYWQ= 16329 +IHJldmVuZ2U= 16330 +INin2YTYqg== 16331 +b29o 16332 +0LDRhtC40Lg= 16333 +IGVsZWN0cm8= 16334 +IOuQkA== 16335 +IGZhbHM= 16336 +cmllbA== 16337 +b2tlcg== 16338 +IEV4Y2VsbGVudA== 16339 +IE1vcmdhbg== 16340 +IGJyaWNr 16341 +IHN1YnN0YW50aWFs 16342 +IHBvbGx1dGlvbg== 16343 +IFTDvHI= 16344 +IEV2ZXQ= 16345 +IGx1bmc= 16346 +15nXqQ== 16347 +b21tZXM= 16348 +IHJlYWxpemluZw== 16349 +IGh1bWJsZQ== 16350 +IExvY2s= 16351 +IGJvZA== 16352 +IOyWuA== 16353 +IHBlZXJz 16354 +dXp6 16355 +IGVtYmVkZGVk 16356 +IGNsYXJv 16357 +IGFnZ3JlZw== 16358 +IGVtcGxveWVycw== 16359 +IFJhag== 16360 +IFlp 16361 +IGpldQ== 16362 +YXRlcnM= 16363 +IHN0cmlrZXM= 16364 +bm9z 16365 +YXV0cmVz 16366 +ZHI= 16367 +b3BoZXI= 16368 +IEFwcGFyZW50bHk= 16369 +7ZiE 16370 +IGluZmFudA== 16371 +2KfYqA== 16372 +0YLRiw== 16373 +7Zs= 16374 +2q8= 16375 +IHJlZGVz 16376 +YWNhxJ/EsW0= 16377 +IERBVklE 16378 +IENoaWNrZW4= 16379 +IHBlcnNwZWN0aXZlcw== 16380 +IHZpZXdlcg== 16381 +IHNoYXI= 16382 +INC/0YDQvtC40Lc= 16383 +bGlndA== 16384 +ZXJvcw== 16385 +aXRhYmxl 16386 +0LjQu9C+0YHRjA== 16387 +IGRpZsOt 16388 +tOuNsA== 16389 +IHJldGlyZWQ= 16390 +IHRoYXRz 16391 +emVuaWU= 16392 +YmVpdGVu 16393 +IG15Y2tldA== 16394 +IFJhYg== 16395 +IGluZmxhbW0= 16396 +7LCu 16397 +IGR1bQ== 16398 +IGRhZGR5 16399 +IGltbWVycw== 16400 +IHBsYXlsaXN0 16401 +4K+G 16402 +IHRyYXVt 16403 +IHJlZnVzZQ== 16404 +c3RlcA== 16405 +4K6a 16406 +Y3Vw 16407 +IHBvcHM= 16408 +cmltaW4= 16409 +YXnEsW0= 16410 +IGFsZA== 16411 +IHVubmVjZXNz 16412 +IGRhaA== 16413 +IElyaXNo 16414 +IGNvbXBy 16415 +bGHFnw== 16416 +VFA= 16417 +IHRyYW5zbGF0ZWQ= 16418 +U2M= 16419 +Y2XEn2lt 16420 +tJA= 16421 +IGRyZWk= 16422 +INC70Y7QtNC10Lk= 16423 +IHF1aWVybw== 16424 +IGhlbGU= 16425 +emxpY2g= 16426 +IGFwcGxlcw== 16427 +IGRpc3RyaWN0cw== 16428 +IGNyZWRpdHM= 16429 +IGFzcA== 16430 +IOuLqA== 16431 +b3JhbA== 16432 +IHN0ZXBwaW5n 16433 +IFZh 16434 +IGdhaW5z 16435 +NjU= 16436 +IG51ZXN0cmE= 16437 +ZWRheQ== 16438 +YXNzYWRvcg== 16439 +IExpbmQ= 16440 +IGNyb3Bz 16441 +Y2llbmRv 16442 +aWd1ZQ== 16443 +IGJhbmE= 16444 +QW0= 16445 +IHBlbnQ= 16446 +IGFkZGljdGlvbg== 16447 +IHBhY2thZ2luZw== 16448 +w6Rk 16449 +qqg= 16450 +IHBlcnF1w6g= 16451 +IGNhbXBhaWducw== 16452 +IHN0ZWVw 16453 +IG5ldWU= 16454 +IGVtYmFycmFzc2Vk 16455 +IGRpc3RpbmN0aW9u 16456 +aXR6ZXI= 16457 +IHJlZ2lzdHJhdGlvbg== 16458 +IGxsYW0= 16459 +IEFsbWlnaHR5 16460 +bGllc3Q= 16461 +IHV6 16462 +bmFr 16463 +57o= 16464 +IHRlcmF6 16465 +aWFtZW50ZQ== 16466 +IHRyYW5zYWN0aW9ucw== 16467 +IGPDtHQ= 16468 +IHN3aXRjaGVk 16469 +IGNvbWJv 16470 +IHByYXllcnM= 16471 +IGludGVybnNoaXA= 16472 +IGFkZHJlc3Nlcw== 16473 +IGNoYXJpdHk= 16474 +IFdPTw== 16475 +IGJhaXQ= 16476 +IO+/vQ== 16477 +IGZpY2E= 16478 +IFR5bGVy 16479 +YXJ1 16480 +IGF0b21z 16481 +IExldmVs 16482 +INC/0L7RgtC+0Lw= 16483 +IGZhbWU= 16484 +dWxr 16485 +IHRlYWNoZXM= 16486 +IHJlYnVpbGQ= 16487 +0LXQtNGM 16488 +IEluZG9uZXNpYQ== 16489 +dXNoaQ== 16490 +IFNob3J0 16491 +IGVuc3VyaW5n 16492 +ZnM= 16493 +ZWxl 16494 +IG1hcmdpbmFs 16495 +IGNvbmNsdWRl 16496 +YW10 16497 +IHZlcmlmeQ== 16498 +IE1jRG9uYWxk 16499 +IHNrYWw= 16500 +IHJlY29uc3Q= 16501 +IE1hbm4= 16502 +IGJhc2VtZW50 16503 +IHRyYW5zZm9ybWVk 16504 +IG9jY2FzaW9uYWxseQ== 16505 +em9uZQ== 16506 +IERhbnM= 16507 +INC60LDQutC+0Lk= 16508 +IGRpYWdub3NlZA== 16509 +IM+EzrE= 16510 +IGNvbW1hbmRz 16511 +IHByZXNpZGVudGlhbA== 16512 +IGFiYg== 16513 +IGJyYWNrZXQ= 16514 +IExlbQ== 16515 +w6VuZw== 16516 +IGZhdm9yaXRlcw== 16517 +IHJldm9s 16518 +IO2KuQ== 16519 +IGhhcmFzcw== 16520 +6YU= 16521 +IGNsZWFucw== 16522 +c3TDpG5k 16523 +IGtub2NrZWQ= 16524 +IHBlb3BsZXM= 16525 +IG11c2ljaWFucw== 16526 +IG11dHVhbA== 16527 +IENvbGQ= 16528 +ODg= 16529 +emVq 16530 +YXRpZQ== 16531 +IEhvbm9y 16532 +IG9ic2Vzc2Vk 16533 +IE1VU0lD 16534 +IEJyZWFr 16535 +w7puZw== 16536 +IG1vZGlmeQ== 16537 +IHPDtnlsZQ== 16538 +INee15Q= 16539 +IE9ubGluZQ== 16540 +Zm8= 16541 +IE1pbGxlcg== 16542 +IGxpa2luZw== 16543 +IGluaGFi 16544 +IGdyYXRpdHVkZQ== 16545 +IEpvdXJuYWw= 16546 +YXJuZXNz 16547 +Sm9obg== 16548 +IEdpdA== 16549 +IHNpbmNlcmU= 16550 +IFNjaQ== 16551 +IEVsaQ== 16552 +IHN5bWJvbHM= 16553 +IG1hbnVhbGx5 16554 +zrXPgg== 16555 +INCy0ZbQtA== 16556 +IEZhdA== 16557 +IGxhYmVscw== 16558 +IHNvcGhpc3RpY2F0ZWQ= 16559 +dW1wcw== 16560 +IHJlbGVhc2Vz 16561 +IDQ3 16562 +IE9N 16563 +6rCA6w== 16564 +IEJpZW4= 16565 +IFJlZg== 16566 +IFN0YQ== 16567 +IEVnZw== 16568 +IGluZGljYXRvcg== 16569 +cHNvbg== 16570 +IG5hc8SxbA== 16571 +UmlnaHQ= 16572 +IGNvbnZleQ== 16573 +IGtub3Q= 16574 +IGNvbm5lY3Rz 16575 +dWxhcw== 16576 +IHByZWNlZA== 16577 +IGluZXF1YWxpdHk= 16578 +YW1pZW50bw== 16579 +IHJlcGx5 16580 +T1k= 16581 +IGRpc21pc3M= 16582 +IOuQnA== 16583 +INGF0L7RgNC+0YjQvg== 16584 +IG3DqWQ= 16585 +IHJhbmRvbWx5 16586 +IE9udA== 16587 +dWFyZA== 16588 +IHB1bGxz 16589 +INGC0LXQv9C10YDRjA== 16590 +IE5lZWQ= 16591 +IFNvZnQ= 16592 +IHN0cmVuZ3Rocw== 16593 +IGdvZWQ= 16594 +dW1lbg== 16595 +IO2OuA== 16596 +INC00L7QsQ== 16597 +IGNsYXJpdHk= 16598 +IEFp 16599 +IGJhbGxvb24= 16600 +IFBhbmQ= 16601 +IOyVhOuL 16602 +IHNoaW55 16603 +IHNtYWxsZXN0 16604 +b25pYQ== 16605 +aGlsbA== 16606 +b3Rpbmc= 16607 +IGVpbmc= 16608 +IG1lcmVseQ== 16609 +IHNldXM= 16610 +INC90LXQvw== 16611 +IO2GtQ== 16612 +IGd1aWRlcw== 16613 +IHNwZWNpYWxpc3Q= 16614 +IHN0ZWFr 16615 +IG1pZ3JhdGlvbg== 16616 +cXVlbGU= 16617 +IHJ1aW5lZA== 16618 +IHB1cHA= 16619 +IGtlbmQ= 16620 +YW5nYW4= 16621 +IHBhbG0= 16622 +IHVuZmFpcg== 16623 +IHpt 16624 +IERW 16625 +Y2hlc3Rlcg== 16626 +0LjRjg== 16627 +IG9vaA== 16628 +ZXJn 16629 +QVRI 16630 +sKk= 16631 +cmlzb24= 16632 +IGludm9sdmluZw== 16633 +IHBhcnRseQ== 16634 +YW7Dp2Fpcw== 16635 +IHZvdw== 16636 +IHByb21pbmVudA== 16637 +IGNyeXN0 16638 +aWJh 16639 +IGRlc2VydmVz 16640 +IG92ZXJ0 16641 +IHNlbnNpdA== 16642 +IFdoZQ== 16643 +IHRpZ2h0ZW4= 16644 +IGludGltaWQ= 16645 +IGFsaW1lbnQ= 16646 +d2lsbA== 16647 +IHN0cmVuZ3RoZW4= 16648 +IFRhbg== 16649 +b25p 16650 +IE11bg== 16651 +IHByb3Bo 16652 +IHJlaGVhcnM= 16653 +IEtsZQ== 16654 +IHZlY2Vz 16655 +IHdvbmRlcmVk 16656 +b2tp 16657 +IHNlbnNlcw== 16658 +tOyL 16659 +xrDhu5s= 16660 +IMiZaQ== 16661 +IG11Y2hvcw== 16662 +IHdhdGNoZXM= 16663 +b3J0dW5hdGU= 16664 +IEp1YW4= 16665 +7J6W7JWE 16666 +0YDQtQ== 16667 +ZWk= 16668 +aW9uZW4= 16669 +IGV4cGVyaW1lbnRhbA== 16670 +IGRhdWdodGVycw== 16671 +4Lib 16672 +IG1lbnRhbGx5 16673 +YmVjY2E= 16674 +YXdhcmU= 16675 +7ISd 16676 +IHdoYXRzb2V2ZXI= 16677 +IGVuYWJsZXM= 16678 +IExvdw== 16679 +b2lk 16680 +4LiK 16681 +w7Nk 16682 +2Lo= 16683 +IGNvbnN0cnVjdGVk 16684 +IExhZGllcw== 16685 +IGFjY3VzZWQ= 16686 +INCw0L0= 16687 +RGFu 16688 +IHNwYXdu 16689 +IGNvbnRhaW5lcnM= 16690 +IGFydGlzdGlj 16691 +xLFw 16692 +IGRpc2Ns 16693 +IGF1dHJlcw== 16694 +aW5hcw== 16695 +IE5hdGlvbg== 16696 +IG5hZw== 16697 +YmVhbg== 16698 +d2hl 16699 +nOuPhA== 16700 +IFNlb3Vs 16701 +IO2PrA== 16702 +IE5pY2g= 16703 +IGNvbXBsZW1lbnQ= 16704 +IGludGVydmVu 16705 +IE1vZGVs 16706 +IE9yYW5nZQ== 16707 +bmFtb24= 16708 +IGNhbGN1bGF0aW9u 16709 +c2Vl 16710 +IHVzdGVkZXM= 16711 +IGxlYg== 16712 +IGRvY3Q= 16713 +0ZbQvQ== 16714 +IGZvc3Rlcg== 16715 +IGVsYXN0aWM= 16716 +IEFoaA== 16717 +IGFjZQ== 16718 +IFBpbms= 16719 +IEplZw== 16720 +IGRlZXI= 16721 +c2lz 16722 +IGpha28= 16723 +IEVtbWE= 16724 +0YHRgtCy0LXQvdC90L4= 16725 +IHBvcnRyYWl0 16726 +IG1ha2Vy 16727 +IGF1bWVudA== 16728 +0YDQvtCx 16729 +IGFpcnBsYW5l 16730 +IHRyYW5zcGFyZW5jeQ== 16731 +IGFkanVzdG1lbnQ= 16732 +IENEQw== 16733 +w6dvbg== 16734 +IHVwbG9hZGVk 16735 +INC00LXQudGB0YLQsg== 16736 +INCz0L7RgtC+0LI= 16737 +IGl0ZXI= 16738 +IGN1cnNl 16739 +w7Ru 16740 +bWVyY2U= 16741 +YXJhbg== 16742 +IGxlYWs= 16743 +IGFic2VuY2U= 16744 +0YHQutC40Lk= 16745 +IHJlYWRlcnM= 16746 +YWxlcg== 16747 +IGJlbmVhdGg= 16748 +YW5nbw== 16749 +aGV0aWM= 16750 +IGZpbm5z 16751 +IHBvb3A= 16752 +IGR1cGxpYw== 16753 +SGk= 16754 +aWdz 16755 +b2xvZ2ljYWxseQ== 16756 +b3Bw 16757 +IGRpemVy 16758 +IEFsbGVu 16759 +IGdsaQ== 16760 +IGFjY2VsZXJhdGlvbg== 16761 +IHZpdGFtaW4= 16762 +dsOk 16763 +IEFjY2Vzcw== 16764 +4K6Z 16765 +csOhcw== 16766 +IGFwcHJlY2lhdGVk 16767 +IG5haA== 16768 +IHBvc3Rlcg== 16769 +IHRhbGU= 16770 +IGhpZ2hsaWdodGVk 16771 +xbxlbGk= 16772 +IGJsb2NrY2hhaW4= 16773 +IG1pY3Jvdw== 16774 +IGNpbmVtYQ== 16775 +IENoYW5n 16776 +IFNlYXJjaA== 16777 +dXN0ZXJz 16778 +IFplcm8= 16779 +IERpdmlzaW9u 16780 +0YDQsNGB 16781 +IHNjYXJl 16782 +IGplbGx5 16783 +IEFkbWluaXN0cmF0aW9u 16784 +U08= 16785 +IGxpbmVk 16786 +IOqwhA== 16787 +IGdlYmVu 16788 +IHNvZGE= 16789 +IHdpbm5lcnM= 16790 +s7w= 16791 +2ZI= 16792 +IEFtYg== 16793 +5ZQ= 16794 +IHBlZw== 16795 +NDM= 16796 +IHJhdXM= 16797 +IHJld2FyZHM= 16798 +IGluY2x1cw== 16799 +IGhpZ2h3YXk= 16800 +IGhhaA== 16801 +IG11bHRpcGxpZWQ= 16802 +IHPhur0= 16803 +IGRpc2NpcGxlcw== 16804 +IG5pbmc= 16805 +IGRyZXNzaW5n 16806 +IGF0dHJpYnV0ZXM= 16807 +IE1vc2M= 16808 +IEdyZWVjZQ== 16809 +IHNlaw== 16810 +IExlYXJu 16811 +IGp1cw== 16812 +cmVuZHJl 16813 +IHBlcnNvbm5l 16814 +cGxldGU= 16815 +IHBsYWNpbmc= 16816 +IGx1ZWdv 16817 +aWxsYW5jZQ== 16818 +INC+0LHRiQ== 16819 +IHByb3Zpc2lvbg== 16820 +IGxpb24= 16821 +dHJh 16822 +Ym9hcmRz 16823 +IGJlaGF2aW91cg== 16824 +aGV5 16825 +IHN1YnNjcmlwdGlvbg== 16826 +IHByb3RhZ29u 16827 +IHZhcmE= 16828 +IMWfdQ== 16829 +IGhhaGE= 16830 +IHRlYXNwb29u 16831 +5p8= 16832 +YXZvaXI= 16833 +IGNyeXB0bw== 16834 +INGB0YLQsNGA 16835 +IFN0b3Jl 16836 +YWJz 16837 +IFN0dWRlbnRz 16838 +IGxhdW5k 16839 +aW50bw== 16840 +IGFwcHJvYWNoZWQ= 16841 +sJw= 16842 +0YPRjtGJ 16843 +IExhYm9y 16844 +b3Rlcw== 16845 +aWF0cmlj 16846 +IGdyb8Of 16847 +dXRpdmU= 16848 +INC40LQ= 16849 +IEdpYg== 16850 +IHBsYWNlbWVudA== 16851 +IGRpZsOtY2ls 16852 +IGZyb2c= 16853 +INCy0YHQtdGF 16854 +IEpy 16855 +YXplZA== 16856 +0YPRiQ== 16857 +IOq8 16858 +ZnJhbWU= 16859 +0LDQtdGI0Yw= 16860 +IGxvY2tkb3du 16861 +IG1lZGk= 16862 +INeU157X 16863 +0LXQvdC40Lk= 16864 +ZW1hbGU= 16865 +7KKF 16866 +YXRlcmFs 16867 +IGRpc3RhbnQ= 16868 +IGJlYXJz 16869 +IGpvdXJuYWxpc3Q= 16870 +IE1hcnNoYWxs 16871 +IElobmVu 16872 +dWV0b290aA== 16873 +YmFn 16874 +IMSRw6M= 16875 +IEhpZ2huZXNz 16876 +IOywjQ== 16877 +0LjQutCw 16878 +IFd1 16879 +IEZyYW4= 16880 +IHBlbmc= 16881 +IGZvbg== 16882 +IGh5cG90aGVzaXM= 16883 +INGA0YM= 16884 +IGx5 16885 +15o= 16886 +7JuU 16887 +IFJhZGlv 16888 +4Lie 16889 +RGF2 16890 +IGVtYmFycmFzc2luZw== 16891 +IOyeiOyWtA== 16892 +IGNhc3Rpbmc= 16893 +IGNhZ2U= 16894 +IFBzeWNo 16895 +IOydvOuLqA== 16896 +IMW+ 16897 +aW1i 16898 +IGRpcmVjdG9ycw== 16899 +U0g= 16900 +IM+EzrfOvQ== 16901 +4buBdQ== 16902 +IGtvbnXFnw== 16903 +IG9wdGlvbmFs 16904 +cXVhcnRlcnM= 16905 +aWtlcg== 16906 +IFNhbnQ= 16907 +IHZlcnNlcw== 16908 +67aA 16909 +IG9sYXI= 16910 +IM+H 16911 +IM6zzrnOsQ== 16912 +IEltbQ== 16913 +IGNvbnRyb3ZlcnNpYWw= 16914 +IGVyc3Rlbg== 16915 +IHJlY2lw 16916 +IENocmlzdGlhbml0eQ== 16917 +IOq0nA== 16918 +b3Jkb24= 16919 +15XXqQ== 16920 +IHNsYXNo 16921 +IFBm 16922 +0YPQtNGM 16923 +15XXnQ== 16924 +IFBlcnJ5 16925 +IG1hbXk= 16926 +IGJhY2tncm91bmRz 16927 +IOCujuCuqQ== 16928 +IHBlbmRhbnQ= 16929 +IENvbHVtYmlh 16930 +IGludmVyc2U= 16931 +INGH0LXRgNC10Lc= 16932 +IHN2 16933 +IGRpZ2dpbmc= 16934 +NDE= 16935 +Y2hlbQ== 16936 +IG5hdmlnYXRpb24= 16937 +IFNoaW4= 16938 +IEZyb250 16939 +UEQ= 16940 +IGJlYXJpbmc= 16941 +IFdhc3Nlcg== 16942 +IHdheA== 16943 +IENIUklT 16944 +Y2hpbmc= 16945 +IHByZXNzZWQ= 16946 +RWw= 16947 +IERhbA== 16948 +b25zaW4= 16949 +IGJpbmRpbmc= 16950 +0YHQutC+0Lk= 16951 +cG9vbnM= 16952 +IG1vY2s= 16953 +YXJlc3Q= 16954 +0LrRgNCw 16955 +TU0= 16956 +IGNvcnJ1cHQ= 16957 +c3Rvcm0= 16958 +IHJlZnJlcw== 16959 +IENvYWNo 16960 +bGzDpA== 16961 +IFRISVM= 16962 +IHBhcmFn 16963 +IOyTsA== 16964 +cG9vbA== 16965 +IGJpbGxpb25z 16966 +IOq5gA== 16967 +Z3JvdXA= 16968 +IHdlbGNvbWluZw== 16969 +Y2VsbGVuY2U= 16970 +IER1a2U= 16971 +6ri0 16972 +IHByaW1lcmE= 16973 +7KC4 16974 +IHBvbmQ= 16975 +IHN0YXR1ZQ== 16976 +IOq1rOs= 16977 +IGhhdGNo 16978 +IGluc3RydW1lbnRhbA== 16979 +IHJlc2lkZW50aWFs 16980 +7Luk 16981 +IGFjY2VwdGluZw== 16982 +b3NoaQ== 16983 +ZGF0ZQ== 16984 +IOyUqA== 16985 +IHBsYW50ZWQ= 16986 +IGpva2luZw== 16987 +IOyEnA== 16988 +IGhhdGVk 16989 +INGA0LDRgdGB0Lo= 16990 +IHNsZXB0 16991 +IHBhY2thZ2Vz 16992 +IGlzbGFuZHM= 16993 +ZXNlbg== 16994 +xJ/EsQ== 16995 +IGRpYWdvbg== 16996 +IE9zYw== 16997 +IG1lc2g= 16998 +IHNjYWxlcw== 16999 +YXJpdHk= 17000 +IERlZmVuc2U= 17001 +IExld2lz 17002 +INGB0LXQs9C+0LTQvdGP 17003 +IGZsaWVz 17004 +dWluZWx5 17005 +IENvbnNpZGVy 17006 +IHN0YXJr 17007 +aGV3 17008 +IEFzw60= 17009 +s7Tr 17010 +IHByb3Bvc2U= 17011 +IO2VmOuptA== 17012 +b2Rv 17013 +IE5vcm1hbGx5 17014 +IGhlZWZ0 17015 +IEhhcnJpcw== 17016 +Z3Jv 17017 +IEJsb29k 17018 +YmFzZQ== 17019 +IGlPUw== 17020 +IHRvdWNoZXM= 17021 +IGluc3Bpcg== 17022 +INeT 17023 +IGJpbmFyeQ== 17024 +IOy2lA== 17025 +IHNlcmlhbA== 17026 +IGlvbg== 17027 +IHVuZW1wbG95bWVudA== 17028 +IG9kZHM= 17029 +IEZhYg== 17030 +IEZCSQ== 17031 +QlJVTg== 17032 +IHdlaWdodHM= 17033 +zr3Ovw== 17034 +YXRpbGU= 17035 +IG51cnNlcw== 17036 +IGludm9sdmVtZW50 17037 +IO2UvA== 17038 +IGdvdmVybmFuY2U= 17039 +IOKCrA== 17040 +0YDRg9C/ 17041 +aWVycmE= 17042 +7ZiV 17043 +IEplcnJ5 17044 +IGJlYXJk 17045 +IHNhbHZhdGlvbg== 17046 +IEFsb25n 17047 +Z2VudGxl 17048 +IEtp 17049 +Ym9s 17050 +IFBsYXQ= 17051 +IGhhc2h0 17052 +IHdhcmU= 17053 +IHBhcnRpZQ== 17054 +eWN6 17055 +IGludHI= 17056 +Rmlo 17057 +bmVudA== 17058 +IGNoZWF0 17059 +aWxlbg== 17060 +IOuv 17061 +b3JpZQ== 17062 +IGbDoWNpbA== 17063 +ZXRyaWM= 17064 +IGFmZmVjdGluZw== 17065 +dW5jaWF0aW9u 17066 +IGFmZmFpcnM= 17067 +IGJlZQ== 17068 +IHZpZXdpbmc= 17069 +IG9yYW5n 17070 +IExhbg== 17071 +INCh0YI= 17072 +IE1lcw== 17073 +g4E= 17074 +ZXJpZQ== 17075 +IGVzcGE= 17076 +IGludGVycHJl 17077 +IHBvc3Nlc3M= 17078 +IHB1cmVseQ== 17079 +cml0bw== 17080 +Zm91bmQ= 17081 +YXNtYQ== 17082 +7KCB7J24 17083 +IGV4YW1pbmU= 17084 +INGD0Lw= 17085 +IGJlc2No 17086 +IFRvbW9ycm93 17087 +IEJsb2Nr 17088 +IHZhcmlhbnQ= 17089 +IHByZWZlcmVuY2U= 17090 +IGNvYWNoZXM= 17091 +IG1lZGljYXRpb25z 17092 +IO2YhA== 17093 +IGVtcGlyZQ== 17094 +64Sk 17095 +IElsbGlub2lz 17096 +IGNyaXNweQ== 17097 +IHRow6w= 17098 +IGJlZXM= 17099 +Nzc= 17100 +IGdsb3c= 17101 +6Lo= 17102 +IFN0dWRpZXM= 17103 +IENoYWxsZW5nZQ== 17104 +IHVubGlrZWx5 17105 +0Kc= 17106 +xLF5b3JzdW4= 17107 +RElF 17108 +IG1pbmltaXpl 17109 +aXphcmQ= 17110 +IMO6bg== 17111 +IGVuY29udHJhcg== 17112 +IEtpbGw= 17113 +5bs= 17114 +IHZhbmlsbGE= 17115 +IEdyYW50 17116 +IEdU 17117 +c2Vh 17118 +IHNvdWdodA== 17119 +0LLQvtC0 17120 +IG7DpG0= 17121 +IEF1bnQ= 17122 +T1dO 17123 +IHB1bXBraW4= 17124 +c3RlbGxlbg== 17125 +IHJhZw== 17126 +0LXQs9C00LA= 17127 +IHN0b3J5dA== 17128 +IGZvcnVt 17129 +IGVzdGFiYQ== 17130 +dWNoZQ== 17131 +IGNvbmdyZXNz 17132 +IFJleQ== 17133 +IGRyYW1hdGljYWxseQ== 17134 +IFNwb3J0 17135 +IFllbGxvdw== 17136 +IOqzhOyGjQ== 17137 +IGRpc2d1c3Rpbmc= 17138 +IFJlY2VudA== 17139 +IGFjcXVpcmVk 17140 +IGNhYmxlcw== 17141 +ZGlu 17142 +IHZpc3Rv 17143 +IGNvbW11bmljYXRpbmc= 17144 +0YHRgtCw0LLQu9GP 17145 +0LXRgdGC0L4= 17146 +IHLDqWc= 17147 +IHNvY2tz 17148 +IHByb2Nlcw== 17149 +YmVjYXVzZQ== 17150 +IHV0dGVy 17151 +IGNvbG9jYXI= 17152 +IG5ld2VzdA== 17153 +IGdyYW1t 17154 +IHNoaWZ0aW5n 17155 +IGNhcnJpZXI= 17156 +INGB0LrQvtGA 17157 +IFNjaHc= 17158 +IGV4ZWN1dGVk 17159 +IG1haW50YWluZWQ= 17160 +IM+G 17161 +IE1vc2Vz 17162 +IGRpc3Nl 17163 +IGhvcnI= 17164 +44Cc 17165 +IHJhbGx5 17166 +IGFsbGVt 17167 +IEV2ZW50dWFsbHk= 17168 +IGRpeW9y 17169 +bHZhbmlh 17170 +IHNjaG5lbGw= 17171 +IOqzvA== 17172 +IOunpA== 17173 +IHN0cnVnZ2xlcw== 17174 +bGF0ZQ== 17175 +IGNsYXJpZnk= 17176 +w6ltZW50 17177 +IG11bHRpcGxpYw== 17178 +0LjQsdC+ 17179 +IGpvdXJu 17180 +IGZyYWdy 17181 +IHN1cnByaXNpbmdseQ== 17182 +IGRlc3BlcmF0ZQ== 17183 +NTI= 17184 +IHN1bA== 17185 +IFJlYWQ= 17186 +IEZyaWVk 17187 +IG1vbmQ= 17188 +d29v 17189 +IG9yZ2FuaXppbmc= 17190 +IFNvb24= 17191 +INCy0L7Qv9GA0L7RgQ== 17192 +IE51cg== 17193 +INCX0LQ= 17194 +IHNwaWRlcg== 17195 +0LXRgdGP 17196 +IHR1dG9yaWFscw== 17197 +IG51dHJpZW50cw== 17198 +b3Jlcg== 17199 +IGNvZWZmaWNpZW50 17200 +IGFycmFuZ2VtZW50 17201 +IHByaWNpbmc= 17202 +bmFu 17203 +eXU= 17204 +Qkw= 17205 +IHRyaWJl 17206 +IEhvd2FyZA== 17207 +dW5rcw== 17208 +IG5ld2Vy 17209 +IHByb3Zpbg== 17210 +IHByZWRpY3Rpb24= 17211 +aG9z 17212 +IG9sc3Vu 17213 +IEFyb3VuZA== 17214 +IHZpZXI= 17215 +INGB0YLQvtGA0L7QvQ== 17216 +IHZhbGxleQ== 17217 +IEVsYQ== 17218 +aWZp 17219 +IGdhbGF4eQ== 17220 +IHRyYW5xdQ== 17221 +IGFkdmVycw== 17222 +IFRlbXBsZQ== 17223 +aWZmcw== 17224 +aWdlbmNl 17225 +IGvDtm5udGU= 17226 +IMSRw7M= 17227 +RGlk 17228 +IHBob3RvZ3JhcGhz 17229 +IEFXUw== 17230 +0YbQuNGP 17231 +IGd1YXJkcw== 17232 +IGFwcG9pbnRlZA== 17233 +IEdpbA== 17234 +INC80L7QvA== 17235 +IGNvZA== 17236 +IFVubGlrZQ== 17237 +IGV2ZW5seQ== 17238 +aXNjb25zaW4= 17239 +IGVzdG91 17240 +IG1uaWU= 17241 +IEV4ZWM= 17242 +IE1W 17243 +IEVpbmU= 17244 +IFJvZ2Vy 17245 +IEZhYw== 17246 +IExpc3Q= 17247 +IGZ1ZXI= 17248 +0LDQtdGC0LU= 17249 +b21lZA== 17250 +IGF0dHJhY3Rpb24= 17251 +IHRlcnJhaW4= 17252 +IERyb3A= 17253 +IGNvcnBvcmF0aW9ucw== 17254 +IHNjaWVuY2Vz 17255 +IHRocm9uZQ== 17256 +IGFq 17257 +IFJvdA== 17258 +IHN1cHBvcnRlcnM= 17259 +IEJlcmU= 17260 +SGVyZQ== 17261 +IGRpZmVyZW50ZXM= 17262 +IHNpZ25pZmljYW5jZQ== 17263 +z4POtw== 17264 +IGNsYW1w 17265 +IOuMgOs= 17266 +IGZhYnVsb3Vz 17267 +cmV6 17268 +IGFzc3VtcHRpb25z 17269 +dXRoZXI= 17270 +d2lk 17271 +cG90 17272 +IHlhbg== 17273 +dWxpbg== 17274 +0YDRi9Cy 17275 +IFNsb3c= 17276 +IFBlbm5zeQ== 17277 +IO2VtOyEnA== 17278 +IG1laW8= 17279 +IHdlYWx0aHk= 17280 +IEVpZ2h0 17281 +IHB1bHNl 17282 +IGZyaWN0aW9u 17283 +aWRpdHk= 17284 +IEhvbGw= 17285 +aXlvcnVt 17286 +IHNvdW5kZWQ= 17287 +IENhcnI= 17288 +IGZvcms= 17289 +4pg= 17290 +IFBB 17291 +IGNvbnNwaXI= 17292 +IGNvZGluZw== 17293 +cnQ= 17294 +IFR5cA== 17295 +IOyWkQ== 17296 +INC/0L7Qsw== 17297 +IG1pc2Vy 17298 +INGB0LzQvtGC0YA= 17299 +IFN3ZWRlbg== 17300 +IG9sYXJhaw== 17301 +IFpoYW5n 17302 +IENoaQ== 17303 +IFRpdGFu 17304 +IHNjcmVlbmluZw== 17305 +IFNwaWRlcg== 17306 +IMWeaW1kaQ== 17307 +IG9ic3RhY2xlcw== 17308 +bGFyYQ== 17309 +IGNoYWxsZW5nZWQ= 17310 +cHNl 17311 +VE9O 17312 +4bul 17313 +IFBp 17314 +IGxhZ2k= 17315 +aWV1cnM= 17316 +IGh1cnRpbmc= 17317 +IG5lZ2xlY3Q= 17318 +IGdlbmVyYXRpbmc= 17319 +IHlvdW5nZXN0 17320 +IGF1ZGl0 17321 +INGA0LXQtw== 17322 +z4HOrA== 17323 +IGRvbmF0ZQ== 17324 +IFBERg== 17325 +IHZpc2l0cw== 17326 +IGNydWlzZQ== 17327 +UFA= 17328 +YXNlcg== 17329 +IHdzcA== 17330 +YmFja3M= 17331 +aXZhbHM= 17332 +IGRldmU= 17333 +IHByb3BvcnQ= 17334 +IGNhdGg= 17335 +IEVmZmVjdA== 17336 +IHdpbmRz 17337 +IOyZlA== 17338 +IGNoYXJ0cw== 17339 +IHNhbWE= 17340 +IGF1dG9tYXRpb24= 17341 +INC/0L7QutCw 17342 +IG9sYW4= 17343 +IGJvYXRz 17344 +IGNhZmU= 17345 +IGRlbmllZA== 17346 +IE1hbWE= 17347 +IGJsb2NraW5n 17348 +IFRob3I= 17349 +IHBoZW5vbWVuYWw= 17350 +IHN0YWtlaG9sZGVycw== 17351 +IHVub3M= 17352 +0YPQtdGC 17353 +IEFicmFoYW0= 17354 +IGRldGVjdGlvbg== 17355 +IGp1cmlz 17356 +IHBvd2VyZWQ= 17357 +emlhbA== 17358 +IHdlbGZhcmU= 17359 +IHVwZ3JhZA== 17360 +IG1vxbxuYQ== 17361 +IENhc2U= 17362 +Y3VsYXI= 17363 +lOydtA== 17364 +IEd1ZXNz 17365 +IGN5Y2xlcw== 17366 +cm9jaw== 17367 +dW1p 17368 +IGVsaXRl 17369 +IHF1w6g= 17370 +0YLQvtC8 17371 +IHNob3Jl 17372 +Z3VudGE= 17373 +IGt1 17374 +IGZhaXRoZnVs 17375 +IEplcmVteQ== 17376 +YWlk 17377 +4Lc= 17378 +dWdhbA== 17379 +IFZlbA== 17380 +IHZyYWk= 17381 +c3RlbGw= 17382 +qLg= 17383 +IGtvbA== 17384 +6L0= 17385 +IHF1YW50bw== 17386 +INC30LDRgA== 17387 +IDIwMDI= 17388 +ZXN5 17389 +IHJlc2VydmU= 17390 +INC80L7QvNC10L3Rgg== 17391 +IGRlcGxveWVk 17392 +IGRlZmluaW5n 17393 +IHNhdQ== 17394 +IGdhYXQ= 17395 +Iik= 17396 +IHRyYW5zbWl0 17397 +IHB1Ymxpc2hpbmc= 17398 +IHJhbmtpbmc= 17399 +IG9mZmVuc2U= 17400 +IDQ2 17401 +cGlu 17402 +IFRha2luZw== 17403 +IGVudGl0bGVk 17404 +IGdlbnVpbmVseQ== 17405 +IHZhcmlhdGlvbnM= 17406 +IGZpbmRl 17407 +IHRhdQ== 17408 +IHVuZm9ydHVuYXRl 17409 +IFJhaA== 17410 +cG9ydHM= 17411 +IGPF 17412 +IG1vbmtleQ== 17413 +IGJyYWM= 17414 +d2Vp 17415 +bHVuZw== 17416 +IGFydGlm 17417 +IHN5cnVw 17418 +INCU0LDQsg== 17419 +IGxpZnRlZA== 17420 +IGNoZXo= 17421 +IEFkdmVudA== 17422 +IFN0b2Nr 17423 +IGRvbA== 17424 +0LzQtdC9 17425 +0LjRiNGM 17426 +IHlu 17427 +Z2lv 17428 +ZGV0 17429 +IGRlc3Nl 17430 +IGdyaQ== 17431 +IENoYWlybWFu 17432 +54U= 17433 +IGN1ZW50YQ== 17434 +YW5pbQ== 17435 +IGNyYWI= 17436 +IGVzY2Fs 17437 +IHByZW1pw6hyZQ== 17438 +IEdlZg== 17439 +IGRpbmluZw== 17440 +IHNldmVudGg= 17441 +IGNoYXNpbmc= 17442 +IFRvd2Vy 17443 +IGJydXRhbA== 17444 +IGZ1bmRhbWVudGFsbHk= 17445 +0LvQtdC90LjRjw== 17446 +c3RhZ2U= 17447 +IGFjcXVpcw== 17448 +IGN5bGluZGVy 17449 +IGNvbW1hbmRlcg== 17450 +bWVt 17451 +IFVW 17452 +aGFwcHk= 17453 +IGVwc2lsb24= 17454 +IGludml0YXRpb24= 17455 +IGZhcm1lcg== 17456 +Y2hhaXI= 17457 +IGRlc3Rpbnk= 17458 +IHNvdmVyZQ== 17459 +IEhlYnJldw== 17460 +IHNlcnZhbnQ= 17461 +IGJldw== 17462 +IGdhc3Q= 17463 +dXRpZXM= 17464 +IGFkbWluaXN0cmF0aXZl 17465 +IENvbW1hbmQ= 17466 +w6l0YQ== 17467 +IG5pdHJvZ2Vu 17468 +6re8 17469 +IGFiaQ== 17470 +IHZpbGxhaW4= 17471 +IGJsYW5rZXQ= 17472 +IFNlbmQ= 17473 +IGJlYXRlbg== 17474 +soQ= 17475 +IHZvbHVudA== 17476 +IHNjaG9sYXI= 17477 +IEVtcGVyb3I= 17478 +IDQz 17479 +dmFibGU= 17480 +IER1cw== 17481 +IEdV 17482 +IHRhcmdldGluZw== 17483 +d3d3 17484 +IGFtZW5kbWVudA== 17485 +7IaM6w== 17486 +IHRpbmc= 17487 +IG5hc3R5 17488 +IGdhdWdl 17489 +INGA0L7QtA== 17490 +IEhhbnM= 17491 +WW91cg== 17492 +zrHOvQ== 17493 +IHByb2pldA== 17494 +IEhhd2FpaQ== 17495 +IHN1c3BpY2lvdXM= 17496 +IHNjaHc= 17497 +IHJlbW92YWw= 17498 +IGludHJpZw== 17499 +IE1V 17500 +IHBvbnRv 17501 +4KS+ 17502 +INC+0LHRgNCw0Lc= 17503 +IGd1ZXNzaW5n 17504 +cGFjZQ== 17505 +IG1vdGhlcnM= 17506 +IG1pbGxpbWV0ZXI= 17507 +0LvQtdC90LjQtQ== 17508 +IGF2YWlsYWJpbGl0eQ== 17509 +aWN6 17510 +IGZyYWN0 17511 +IGJhc2Vz 17512 +a20= 17513 +IEJUUw== 17514 +IEZpZWxk 17515 +IGR6aWU= 17516 +IHNlZ3VuZG8= 17517 +IOuCmOuKlA== 17518 +IGxlZ2l0aW1hdGU= 17519 +aW1hcw== 17520 +INCy0L0= 17521 +IGNvcnJ1cHRpb24= 17522 +IHNtYXNo 17523 +IFZhbGVudA== 17524 +IGFsaWduZWQ= 17525 +IFBlbm5zeWx2YW5pYQ== 17526 +IGdhYg== 17527 +IEV1bg== 17528 +ZW50aA== 17529 +IE1vcm5pbmc= 17530 +IGNhbmRsZQ== 17531 +IGJhY2twYWNr 17532 +IElzbGFtaWM= 17533 +YcOnw7Vlcw== 17534 +IGVuY3J5 17535 +IG11c2hyb29tcw== 17536 +7YyM 17537 +ZGl0 17538 +IHRyYW5zaXQ= 17539 +IFdpc2NvbnNpbg== 17540 +IHBhcnRpY2lwYXRlZA== 17541 +IElscw== 17542 +IHVuZm9sZA== 17543 +toDr 17544 +IHByb2ZpdHM= 17545 +IHdhcm1pbmc= 17546 +IEdhbmc= 17547 +IG5ldHdvcmtpbmc= 17548 +IG1lZ2E= 17549 +IHRob3JvdWdobHk= 17550 +bGVtZW50cw== 17551 +IEht 17552 +IGRlY2lkaW5n 17553 +IGVtb3Rpb25hbGx5 17554 +IGV4aGF1c3RlZA== 17555 +INCf0L7Rgg== 17556 +Y2lkbw== 17557 +IEhUTUw= 17558 +IGNvcHlyaWdodA== 17559 +IG1lbG9keQ== 17560 +eWlt 17561 +IGFuZGVycw== 17562 +b3Nob3A= 17563 +IOuzvA== 17564 +IGF0aGxldGU= 17565 +IEdF 17566 +IGZyZXF1ZW50 17567 +IGRlc2lyZXM= 17568 +IG5lZWRpbmc= 17569 +IFl1bg== 17570 +IHJpZmxl 17571 +IGxvdmVy 17572 +J1Q= 17573 +IGRlbnNl 17574 +IHTDo28= 17575 +IG5vdGlmaWVk 17576 +IGlkaQ== 17577 +7Jet 17578 +7YY= 17579 +IGludGVyYWN0aW5n 17580 +IHJhcHBvcnQ= 17581 +0LXRgNC4 17582 +c2tp 17583 +IGJlc3Nlcg== 17584 +IG1hbnVmYWN0dXJlcg== 17585 +IEt5bGU= 17586 +IGFjY291bnRhYmxl 17587 +IFNhaw== 17588 +IFBpbA== 17589 +IERvbWlu 17590 +IHByZXN1bQ== 17591 +INCS0YHQtQ== 17592 +IHZpbmVnYXI= 17593 +IGd1YXJhbnRlZWQ= 17594 +IGhhbmRsZWQ= 17595 +Y2F0 17596 +IGNpdmlsaXphdGlvbg== 17597 +IGFjY29tcA== 17598 +IFZN 17599 +w6ltb24= 17600 +IGRlemU= 17601 +IGdyYWRlcw== 17602 +IHNvbGx0ZQ== 17603 +IHN0YXJpbmc= 17604 +15DXqg== 17605 +YXJudA== 17606 +IGhvcml6b24= 17607 +IHRyYXZhaWw= 17608 +aG91cg== 17609 +IEVE 17610 +IERhaw== 17611 +IG55 17612 +IGNvbnZl 17613 +IENoYW0= 17614 +IGZpcm1z 17615 +IExpdQ== 17616 +INGB0YLRgNCw0L0= 17617 +IGxpYmVydA== 17618 +IGxlbnNlcw== 17619 +IGludGFrZQ== 17620 +INCy0YvQsQ== 17621 +IG1lbnNlbg== 17622 +aGVs 17623 +IHByYWN0aXRpb24= 17624 +IDM1MA== 17625 +Rk8= 17626 +IGJlZHM= 17627 +IGFuY2VzdG9ycw== 17628 +IOyXhOyyrQ== 17629 +IGRpc3R1cmI= 17630 +IExhc3RseQ== 17631 +IFN1cHBvcnQ= 17632 +4Li14LmJ 17633 +IENvcm9uYQ== 17634 +IGVudGh1c2k= 17635 +INCy0L7Qt9C8 17636 +IOyCrOuejOs= 17637 +IDUy 17638 +YmlyZA== 17639 +IHJlZHVjZXM= 17640 +IOyeiOydhA== 17641 +IEdlbmU= 17642 +6rWQ 17643 +xJlw 17644 +IMOcYmVy 17645 +IGNvbmNlcm5pbmc= 17646 +dXNlcg== 17647 +IGNvbmNlbnRyYXRl 17648 +IFdIQVQ= 17649 +aXNob3A= 17650 +b255bW91cw== 17651 +bm9sZA== 17652 +IHN1Z2dlc3Rpbmc= 17653 +qbA= 17654 +IEZpc2g= 17655 +Li4uLi4uLi4= 17656 +IHZlc3NlbA== 17657 +IHRyYWJham8= 17658 +IE9jZWFu 17659 +eWc= 17660 +IHRvd25z 17661 +ZGVs 17662 +IHRlcnJpZnlpbmc= 17663 +IMOnYWzEscWf 17664 +IHNpbm8= 17665 +IGVhdHM= 17666 +IGdleg== 17667 +IGdlbWU= 17668 +IOyZhA== 17669 +IGNvbXBhcnQ= 17670 +IGltcGxlbWVudGluZw== 17671 +IFBvdHRlcg== 17672 +IEdlcm1hbnM= 17673 +IGfFgg== 17674 +IHRlbm5pcw== 17675 +IGNhcnBldA== 17676 +YXVlcg== 17677 +IFNhdWRp 17678 +eWVvbmc= 17679 +IGN1cnJ5 17680 +IEZvcmVzdA== 17681 +0YvQuw== 17682 +IGZpZnRlZW4= 17683 +IGJvbHRz 17684 +IHtc 17685 +rLQ= 17686 +IHNldHRsZW1lbnQ= 17687 +IGxhbmdl 17688 +IGJhbQ== 17689 +R2V0 17690 +7ZWZ 17691 +IHN3YXA= 17692 +IEtoYW4= 17693 +IGNvbW1lbmNl 17694 +IHF1YXJhbnRpbmU= 17695 +IHNjb3JlZA== 17696 +55Y= 17697 +IDE5NTA= 17698 +IHRoaWNrZXI= 17699 +IHPDu3I= 17700 +IExhcnJ5 17701 +IGFsbGV6 17702 +7Iuc64qU 17703 +IGfDvA== 17704 +IHNwZWN0YWN1bGFy 17705 +Ly8= 17706 +Ym90aA== 17707 +IHN0YXRz 17708 +IE5hbmN5 17709 +IGJ1bnU= 17710 +IGNydXN0 17711 +IGFjdGl2YXRlZA== 17712 +IOq3uOue 17713 +b3V0aGU= 17714 +IHBvcnRz 17715 +IG5ldXJhbA== 17716 +IGphdw== 17717 +IG9ic2VydmF0aW9ucw== 17718 +IHZvaXQ= 17719 +YWJhbg== 17720 +4bqjaQ== 17721 +pqzrpbw= 17722 +b21lcw== 17723 +4K+L 17724 +cXVp 17725 +IGtpbmRuZXNz 17726 +0JE= 17727 +IDQx 17728 +IG1vZGVyYXRl 17729 +IGFuZ2Vscw== 17730 +IFRhbWI= 17731 +w6h0 17732 +IGNobG9y 17733 +IEJpbGx5 17734 +7LKY6w== 17735 +YWNvbg== 17736 +IHNlbGVjdGluZw== 17737 +IERlbHRh 17738 +IG51bGw= 17739 +ZGVubHk= 17740 +IGNpdWQ= 17741 +IHRlbmRlbmN5 17742 +IGJyZWFrZG93bg== 17743 +IG1pbnQ= 17744 +0YTQvtGA0Lw= 17745 +b3JwaA== 17746 +IGRhd24= 17747 +c3By 17748 +IFdJTEw= 17749 +w6RjaGxpY2g= 17750 +IHB1cHB5 17751 +NzAw 17752 +IOCupA== 17753 +IGZhaWxz 17754 +IENvbmM= 17755 +IHJlbGF0aXZlcw== 17756 +IGludml0aW5n 17757 +IGF1dG9ub20= 17758 +IGNvbXBvc2Vk 17759 +IHVuaXR5 17760 +IGRlY2lz 17761 +IGFjY2Vzc29yaWVz 17762 +IENhc3M= 17763 +IGJpc3Q= 17764 +IFRpcA== 17765 +7Ke4 17766 +IHB1bnQ= 17767 +IHLDoXA= 17768 +QU5L 17769 +ZXhpc3Q= 17770 +IGNvbXBhdGlibGU= 17771 +IG5lcg== 17772 +INC10LzRgw== 17773 +IGFwbGlj 17774 +IGJhcHQ= 17775 +IGZhaWxpbmc= 17776 +IFRhbWFt 17777 +IG9zY2lsbA== 17778 +IGxldHp0ZW4= 17779 +IHJlcGVhdGVkbHk= 17780 +IGp1bmdsZQ== 17781 +IFB1c2g= 17782 +aGFp 17783 +IM63 17784 +IGRlYWRseQ== 17785 +0Y/Qtg== 17786 +d2nEhQ== 17787 +IENvbW1vbg== 17788 +IM6V 17789 +IHNrYXRl 17790 +VEM= 17791 +IE1pbmk= 17792 +IGhvYmJ5 17793 +4bqnbg== 17794 +IHJvdXRlcw== 17795 +IGFtaWdvcw== 17796 +IGNvbmp1bg== 17797 +IHBhcnRuZXJzaGlwcw== 17798 +IG5vdm8= 17799 +IGF2ZXI= 17800 +IHBvdXZleg== 17801 +YnJpZGdl 17802 +IHByZW9j 17803 +aGlt 17804 +IHR1cmI= 17805 +IHNvYg== 17806 +IFNuYXA= 17807 +IOywuA== 17808 +bWludXRl 17809 +IHRyYWplY3Q= 17810 +dWrEmQ== 17811 +IGVhZ2Vy 17812 +IHJlZ3VsYXRvcnk= 17813 +IGJhbmtpbmc= 17814 +Ymxpbmc= 17815 +0YjRjA== 17816 +YcW8 17817 +IGJpemFycmU= 17818 +aXRhdGVk 17819 +ZGlyZQ== 17820 +IHRocmVhdGVuZWQ= 17821 +IHNoaW5pbmc= 17822 +IG5lc3Nl 17823 +IGNvcnBz 17824 +INGB0YM= 17825 +IHRlbGVz 17826 +IHRlbXA= 17827 +dGVt 17828 +INC60LDQvQ== 17829 +IGZldmVy 17830 +TmV3 17831 +IGhlYXZpZXI= 17832 +IFNhaA== 17833 +YnVk 17834 +IG91dHJvcw== 17835 +IOywvg== 17836 +IOuqhQ== 17837 +YXJyaW5n 17838 +IOq0nOywrg== 17839 +IE5hcA== 17840 +IHNlbWlu 17841 +IFRoYW4= 17842 +aWZz 17843 +IGRlc2Vu 17844 +INGC0LDQutC+0LU= 17845 +IGxvc2Vz 17846 +IEJhbHQ= 17847 +a29u 17848 +INC90LDQv9GA 17849 +IHZvaXM= 17850 +IE1vc2Nvdw== 17851 +IGNoYWlycw== 17852 +aGlz 17853 +IHJlZnVnZWVz 17854 +a2c= 17855 +IGtvbGU= 17856 +jag= 17857 +0LDRgdC40LHQvg== 17858 +pr0= 17859 +IFVuaXZlcnNl 17860 +IERpcmVjdA== 17861 +IGNoZWF0aW5n 17862 +IENpbg== 17863 +IHBhdHJp 17864 +IGFkdmlzZQ== 17865 +IE5ldGhlcg== 17866 +IHByaW1laXJv 17867 +IG1lbnRpb25pbmc= 17868 +bnV0 17869 +NTY= 17870 +YXLEsQ== 17871 +IHBldGl0ZQ== 17872 +YmxlZA== 17873 +IHBlbnNhcg== 17874 +aWNpbw== 17875 +SU5E 17876 +IHZldGVyYW4= 17877 +IGxhZGRlcg== 17878 +IGNvbnNlcXVlbmNl 17879 +0L7QttCw0Ls= 17880 +IEJ1cm4= 17881 +IHJ1Zw== 17882 +IE1hZGU= 17883 +IGdpdA== 17884 +Ii4uLg== 17885 +IGNvbXBldGl0b3Jz 17886 +IHByemVk 17887 +IGFwcGFyZW50 17888 +IEFyZ2VudGluYQ== 17889 +IFdvcmtpbmc= 17890 +IGNvbGxhYm9yYXRl 17891 +d29tYW4= 17892 +IHJldGFpbg== 17893 +IGxldXJz 17894 +IGRhc2hib2FyZA== 17895 +15nXkw== 17896 +IEVhcmx5 17897 +Qk0= 17898 +INC10ZE= 17899 +0L7Qu9C+0LM= 17900 +IHNhdGlzZnlpbmc= 17901 +IG9mdGVudGltZXM= 17902 +IG1hcHBpbmc= 17903 +w7xua8O8 17904 +YXJ0aA== 17905 +Zm9sZA== 17906 +IGxhdW5jaGluZw== 17907 +IGF1cmE= 17908 +IHByZWNpc2lvbg== 17909 +d29ya3M= 17910 +R29k 17911 +IHN0cmFw 17912 +IEltcGVy 17913 +IHJpdmVycw== 17914 +IHw= 17915 +IGN1ZXI= 17916 +cmVnb24= 17917 +IGFycml2YWw= 17918 +0LrQsNGF 17919 +IE1pYW1p 17920 +0LDQvdGL 17921 +IHN1cnZpdm9ycw== 17922 +IFNlbmlvcg== 17923 +RGF2aWQ= 17924 +IGVzdGFkbw== 17925 +IHNlY3RvcnM= 17926 +IHBvcHBpbmc= 17927 +IGNoaW0= 17928 +YXnEsQ== 17929 +IGt1bm5lbg== 17930 +IGdhbGxlcnk= 17931 +IHN1bmxpZ2h0 17932 +ZXNlaGVu 17933 +IHllbGxpbmc= 17934 +IE1laW4= 17935 +IFBob2VuaXg= 17936 +IG1hbm8= 17937 +IGhpc3Rvcmlh 17938 +IG9jY3VycmluZw== 17939 +7Lg= 17940 +0LDQtNC4 17941 +IGluc3RpdHV0aW9uYWw= 17942 +IFR1dA== 17943 +57I= 17944 +IHNsYXZlcw== 17945 +IGZvcmdpdmVuZXNz 17946 +IHR3aW4= 17947 +IEh5dW4= 17948 +0L3RjA== 17949 +IEtvbW0= 17950 +YW5kcmE= 17951 +c2hvdA== 17952 +c3PDpA== 17953 +INGG0LU= 17954 +YXR0YQ== 17955 +IGV4cGVuc2U= 17956 +IEdQVQ== 17957 +IFBhc3Q= 17958 +cmlibHk= 17959 +IOutkOyVvA== 17960 +INCz0L7QtNCw 17961 +IHJlc3Bpcg== 17962 +IFF1ZWVucw== 17963 +aG9wcw== 17964 +IHPDqXJpZQ== 17965 +IHByZWY= 17966 +IGNvbWVk 17967 +IHBsdXQ= 17968 +IE92ZXJhbGw= 17969 +IGN1c2g= 17970 +IHJpbmdpbmc= 17971 +IGluY29ycmVjdA== 17972 +INGB0YLRgA== 17973 +IGdlb21ldHJ5 17974 +IGFkdmVydGlz 17975 +INCo 17976 +IHJldmlld2Vk 17977 +IGRvemVucw== 17978 +IGRldGVybWluYXRpb24= 17979 +IFBoaWxs 17980 +IGNvbnRyaWJ1dGVk 17981 +IENpdA== 17982 +IHBhc3NlbmdlcnM= 17983 +IGPDtHTDqQ== 17984 +IHJldmVy 17985 +IHRlY2hub2xvZ2ljYWw= 17986 +IGFsbGVu 17987 +IHJhaW5pbmc= 17988 +YXZp 17989 +IHNhbHR5 17990 +IHR5cGluZw== 17991 +INGC0LU= 17992 +IHRpbHQ= 17993 +IOy5mA== 17994 +INC+0YA= 17995 +INC/0YDRj9C8 17996 +IHJvdQ== 17997 +IGFyZW5h 17998 +YXJhdA== 17999 +SEhISA== 18000 +IG1hbnVmYWN0dXJlcnM= 18001 +IEVkd2FyZA== 18002 +IHR1Y2s= 18003 +IGJsb3dz 18004 +aW5nbw== 18005 +IE1hcmM= 18006 +7JWE7ISc 18007 +TWljaA== 18008 +IENsZWFu 18009 +6LQ= 18010 +ZXN0bw== 18011 +IFBhY2s= 18012 +IHNoYWZ0 18013 +QlJVTk8= 18014 +IGF2ZW4= 18015 +dXVy 18016 +0YHQutC+0LvRjNC60L4= 18017 +6rSA 18018 +IGF1dG9tYXRlZA== 18019 +IHZlbnR1cmU= 18020 +IHN1cnZlaWxsYW5jZQ== 18021 +IEdyb3c= 18022 +IEVtZXI= 18023 +INC00L7RgA== 18024 +IGludmVzdG9y 18025 +IFlvaw== 18026 +IGxhdHRlcg== 18027 +IE5J 18028 +IGZ1bmN0aW9uaW5n 18029 +IEhhbWlsdG9u 18030 +IDUx 18031 +IG11cmRlcmVk 18032 +IGFuY2hvcg== 18033 +IGN1Yw== 18034 +IFNDUA== 18035 +IE1hZGFt 18036 +IGNvbnN0cmFpbnRz 18037 +IGJhcm4= 18038 +YW5rZW4= 18039 +IOunjuydgA== 18040 +IE1vdG9y 18041 +IERvaW5n 18042 +IGFtZW4= 18043 +ZXR0cw== 18044 +IGluc3RydWN0b3I= 18045 +ZWd0 18046 +YWtv 18047 +IHBvc3R1cmU= 18048 +aXZpYQ== 18049 +IFBvbGlzaA== 18050 +INC00LLQsA== 18051 +IGNvbG9yZnVs 18052 +IGVsYm93 18053 +IHBhcmxl 18054 +IHBhc3Nlcg== 18055 +IGNvbmRlbQ== 18056 +b3J0YWw= 18057 +IGZlcnRpbA== 18058 +2KfYrw== 18059 +IENvbG9tYg== 18060 +IGFsaWdubWVudA== 18061 +IGFzdHJvbmF1dA== 18062 +IE11dA== 18063 +IHNhbG1vbg== 18064 +IHN0cnVjdHVyZWQ= 18065 +nteo 18066 +IGNsaWNrcw== 18067 +IG1pZWo= 18068 +IFJvdW5k 18069 +IHJhaW5ib3c= 18070 +IFZB 18071 +7KeI 18072 +b3R6 18073 +LDwv 18074 +IE5pY29sZQ== 18075 +bGlzaGluZw== 18076 +IHdoaWxzdA== 18077 +IHJlcHVibGlj 18078 +IHRhbWFt 18079 +dmVydGVk 18080 +IHJlY29nbml6aW5n 18081 +INCz0LvQsNCy 18082 +IGR1Yg== 18083 +IEpvcw== 18084 +ZmFsbHM= 18085 +aWNoaQ== 18086 +IGN6xJk= 18087 +INCm 18088 +IE1pdGNo 18089 +Q1I= 18090 +Y2xpY2s= 18091 +IHN0dW5uaW5n 18092 +IEp1bGlh 18093 +bWVycw== 18094 +IFBvbHk= 18095 +IGRlc3Nh 18096 +IGludMOp 18097 +IOqzoOs= 18098 +IGRvxJ8= 18099 +IGRpdmVy 18100 +IHN0cmlraW5n 18101 +YXBob3I= 18102 +IGFwZW5hcw== 18103 +b3VzZXM= 18104 +IHRyYWdlZHk= 18105 +IEZhbg== 18106 +IFR1cmtpc2g= 18107 +IHByb3BoZXQ= 18108 +IGRpc3RhbmNpbmc= 18109 +IEhlbQ== 18110 +IGNhcnRvb24= 18111 +S2U= 18112 +YW50aW5n 18113 +IENsYXJr 18114 +578= 18115 +IGRhdm9u 18116 +IO2F 18117 +IHl1bW15 18118 +IGNvbXByb21pc2U= 18119 +IHN0YXJ0dXA= 18120 +cml0dA== 18121 +IGNlcnRpZmllZA== 18122 +IHBpbGxvdw== 18123 +YmVyZQ== 18124 +7KSA 18125 +IHNlZ3Vpcg== 18126 +IHN0YWRpdW0= 18127 +YXRpdm8= 18128 +IHNpbXBsZXI= 18129 +s7g= 18130 +IHZpc2E= 18131 +IHBhdGh3YXk= 18132 +IG51ZXZv 18133 +IHJheQ== 18134 +6Zw= 18135 +w7bDnw== 18136 +INC30LDQvQ== 18137 +IGNlbGVicml0eQ== 18138 +0LfQsA== 18139 +IGVpbmVz 18140 +IEdpdmVu 18141 +IEFyYQ== 18142 +IEpvYg== 18143 +IHlhaw== 18144 +IEFyYmVpdA== 18145 +cmVzc2luZw== 18146 +w6FuZA== 18147 +IGdyYWJiZWQ= 18148 +cGVuZA== 18149 +IHNpbmU= 18150 +aXJr 18151 +INCe0YI= 18152 +IEZsZQ== 18153 +aWNoZW4= 18154 +56Y= 18155 +IE5laWw= 18156 +IHJlcGVhdGluZw== 18157 +IGRyYXdpbmdz 18158 +cmlzZQ== 18159 +IGdsaXR0ZXI= 18160 +Zml2ZQ== 18161 +IHN1cnQ= 18162 +IHNpY2hlcg== 18163 +IGFkanVzdG1lbnRz 18164 +aXBwaQ== 18165 +Y2tl 18166 +IHJlcHJlc2VudGF0aXZlcw== 18167 +IG1pZHN0 18168 +IHNwb2ls 18169 +bWV5ZQ== 18170 +IHRhZ3M= 18171 +IHllcA== 18172 +IFN0ZXBoYW5pZQ== 18173 +IGdlcmU= 18174 +IFJ1ZA== 18175 +54s= 18176 +IGdyb3M= 18177 +IHF1ZXVl 18178 +IGFjY29yZA== 18179 +IG9yZ2FuaXNhdGlvbg== 18180 +ZW5keQ== 18181 +IFRleHQ= 18182 +w7x5b3I= 18183 +IMOt 18184 +IGNvbmNsdXM= 18185 +IOykgOs= 18186 +IGFtcA== 18187 +IExlc3M= 18188 +IOuQmOuKlA== 18189 +Y2Fubw== 18190 +IFBpeA== 18191 +YXBlZA== 18192 +IGRhcmF1Zg== 18193 +dW8= 18194 +eW50aA== 18195 +YWJlbA== 18196 +IERvbmU= 18197 +IGRpY2s= 18198 +YXRob24= 18199 +IGhpbGFy 18200 +YWNjbw== 18201 +IOyGjQ== 18202 +IE9yZWdvbg== 18203 +IFdlaWw= 18204 +IG1hdGhlbWF0aWNz 18205 +IGFsbQ== 18206 +IHBpeGVscw== 18207 +IGZyw6Vu 18208 +0LHQvg== 18209 +RkM= 18210 +0L3Rjg== 18211 +aGVpbQ== 18212 +Z29z 18213 +IEZvcmdldA== 18214 +ZmVuZA== 18215 +IFZvaWzDoA== 18216 +IEdyZWV0 18217 +IM6xz4XPhA== 18218 +IHJlY3Vy 18219 +NTE= 18220 +IOyeiOqzoA== 18221 +QXQ= 18222 +IHlhcmRz 18223 +0LjRgtC4 18224 +IG9mZnNldA== 18225 +cm9sbGluZw== 18226 +INCf0L7RgQ== 18227 +IGVubGlnaHQ= 18228 +IFBhZA== 18229 +bGltaXRlZA== 18230 +0LjQu9GM0L3Qvg== 18231 +IFNhcmE= 18232 +INGB0LTQtdC70LDRgtGM 18233 +bWFydA== 18234 +IEp1bXA= 18235 +IGFkb3JhYmxl 18236 +b3JzZQ== 18237 +Y2hlZXJpbmc= 18238 +IGVtcGF0aHk= 18239 +IFRvbmlnaHQ= 18240 +b3Jw 18241 +IEh1bnRlcg== 18242 +UG9pbnQ= 18243 +0LPQsA== 18244 +IHBhc3Nlbmdlcg== 18245 +IEtuaWdodA== 18246 +IHNlZW1pbmdseQ== 18247 +aHVo 18248 +IHRoZWF0cmU= 18249 +IHRvbWI= 18250 +IGRlcHJlc3NlZA== 18251 +IHN1bW1vbg== 18252 +IHNhdGlzZmFjdGlvbg== 18253 +ZG9vcnM= 18254 +IEhvdXN0b24= 18255 +0LDRjtGJ 18256 +IFJpbw== 18257 +0LPQu9GP 18258 +IGFycmFuZ2Vk 18259 +IGhhbmRsZXM= 18260 +IHRyaWxsaW9u 18261 +IG5pZ2h0bWFyZQ== 18262 +IFF1YW5kbw== 18263 +IG9sZQ== 18264 +IEd1aWRl 18265 +b29v 18266 +IGJpbGU= 18267 +IGVtcGV6 18268 +IDcy 18269 +Y3JpYmVk 18270 +IHByb2dyZXNzaW9u 18271 +IExpbnV4 18272 +66as 18273 +IOyymOydjA== 18274 +IGZvc3NpbA== 18275 +IHF1ZXJv 18276 +7Iah 18277 +YXRpdmE= 18278 +IHB1eno= 18279 +IFp1cw== 18280 +IHRocmlsbGVk 18281 +IENC 18282 +IG1pbmVy 18283 +0YDQsNGJ 18284 +IFNBUg== 18285 +IE5vcw== 18286 +INCz0L7RgNC+0LQ= 18287 +IGNhbWI= 18288 +INGC0LA= 18289 +IHJlc3VsdGVk 18290 +IERpY2s= 18291 +b3VuZw== 18292 +IGNvbWljcw== 18293 +IGFic29sdXQ= 18294 +c3Rhbg== 18295 +ZGltZW5zaW9uYWw= 18296 +IHRlbnNl 18297 +bXVz 18298 +IEludGVsbA== 18299 +INGN0YLRgw== 18300 +IHBoYXNlcw== 18301 +IHZvbHRh 18302 +IHbDo28= 18303 +Ym91bmQ= 18304 +IEFuZGVyc29u 18305 +IGN1cmlvc2l0eQ== 18306 +IHBvbnQ= 18307 +IGRlbW9uc3RyYXRlZA== 18308 +b2xpbmU= 18309 +IFNwZWVk 18310 +IG1hbWE= 18311 +IHNob2NraW5n 18312 +IGtpZWR5 18313 +IGVhcnRocXVha2U= 18314 +IGltcGxpZXM= 18315 +IGVudGVycw== 18316 +noA= 18317 +IGVsZXZhdG9y 18318 +IGRlbGlnaHRlZA== 18319 +IE1pdHQ= 18320 +IEJhc2Vk 18321 +IERvbA== 18322 +IGtlbg== 18323 +IHdvcnJ5aW5n 18324 +IGZpbGVk 18325 +YWlsYW5k 18326 +INC80LXRgg== 18327 +IG1hc2M= 18328 +IM6R 18329 +IEp1bGll 18330 +IGRpbWVuc2lvbmFs 18331 +aHVtYW4= 18332 +VG9r 18333 +w78= 18334 +IHVuc3Q= 18335 +IHNldWxl 18336 +IGVtYmFy 18337 +IO2VqeuLiOuLpA== 18338 +YWNpb24= 18339 +IOyJ 18340 +IOu2gOu2hA== 18341 +IGhlYXRlZA== 18342 +4oCm4oCm 18343 +IiE= 18344 +IHJlYWxpc2U= 18345 +0LXRgtGL 18346 +aWVuaWE= 18347 +aWV6 18348 +IGbDvGg= 18349 +IEVzc2U= 18350 +IHBz 18351 +IGTDsw== 18352 +YXN0ZXJz 18353 +IG9ucw== 18354 +UE0= 18355 +IHJldHJv 18356 +bWFrZXI= 18357 +d2hlbg== 18358 +IGVsbGE= 18359 +IExpdmluZw== 18360 +IExhbQ== 18361 +IHRyb25n 18362 +IGFwcHJvdmU= 18363 +IM64zrE= 18364 +IHN1bmc= 18365 +0LXQvdC40Y4= 18366 +IFJlbW92ZQ== 18367 +w6huZQ== 18368 +aXJlbg== 18369 +IHN0cmFuZ2Vy 18370 +0LjQvdGL 18371 +IHbDpg== 18372 +YWZ0ZXI= 18373 +b3R0bw== 18374 +lOuhnA== 18375 +IEFob3Jh 18376 +bWlsbA== 18377 +SVNI 18378 +IGdyYWR1YXRpbmc= 18379 +a3Rl 18380 +IHJlbm92 18381 +IHByb2Nlc3NlZA== 18382 +a2V5cw== 18383 +0LXQutC+ 18384 +IGVucmljaA== 18385 +IMWfZWs= 18386 +IGluc2Vj 18387 +IE5hbg== 18388 +Y2FrZXM= 18389 +IGlsbHVzaW9u 18390 +mOulvA== 18391 +IGFpcmw= 18392 +aW1z 18393 +IGFudGVu 18394 +4buvbmc= 18395 +c24= 18396 +IHByZWNpc2E= 18397 +6riw7J6Q 18398 +INin2YTYuQ== 18399 +IGZvcmVtb3N0 18400 +IHBhcmFncmFwaA== 18401 +YXZhaXM= 18402 +INCy0L7RgQ== 18403 +IG1hbnM= 18404 +w61maWM= 18405 +Ym90 18406 +INi52YY= 18407 +IGJyb3Ro 18408 +IGFsdGVybmF0ZQ== 18409 +IENoYXB0ZXI= 18410 +IHZlY3RvcnM= 18411 +ZXNhcg== 18412 +IGluZGljYXRpb24= 18413 +IE5laW4= 18414 +toE= 18415 +IGplYW5z 18416 +WUU= 18417 +Y29uZA== 18418 +IHVuaXRlZA== 18419 +YWJp 18420 +IFNlcmdl 18421 +IHBhcnRpYWxseQ== 18422 +IG1hY3Jv 18423 +IGV0aGljYWw= 18424 +cnVpdA== 18425 +IHNoaWZ0ZWQ= 18426 +IGNhYmU= 18427 +IG1hdGhlbWF0aWNhbA== 18428 +IHJ1ZGU= 18429 +15nXldeq 18430 +IE1lcmM= 18431 +IGdhbnpl 18432 +aWNpb24= 18433 +IHVuY29uc2Npb3Vz 18434 +IGJ1cm50 18435 +INGA0LXQsQ== 18436 +7Yq46w== 18437 +IGNoYXJt 18438 +YW5kYWw= 18439 +7LKc 18440 +b3RoeQ== 18441 +IEhhZGk= 18442 +IGFwcHJlY2lhdGlvbg== 18443 +RU5E 18444 +IHLDqWFs 18445 +toTrk6Q= 18446 +IE5hZw== 18447 +oKTqs6A= 18448 +IExhdXJlbg== 18449 +IHbhu5tp 18450 +IEJyaWRnZQ== 18451 +IFVtbQ== 18452 +IFdlZw== 18453 +IGNoYXF1ZQ== 18454 +IFNvcGg= 18455 +IGdkemll 18456 +7ZGc 18457 +IHN0ZXI= 18458 +IEJsYQ== 18459 +IHJlZmxlY3Rz 18460 +IGJlbmNobWFyaw== 18461 +0LLQsNGC 18462 +YW1pbmU= 18463 +IGFuaA== 18464 +IGNvbnRpbmVudA== 18465 +IEZEQQ== 18466 +7KGw 18467 +IMOqdGVz 18468 +15nXkA== 18469 +IGJsb29keQ== 18470 +IE5pbmU= 18471 +aWVsdA== 18472 +ZW1hbmQ= 18473 +IOuztOqzoA== 18474 +IHRpZGFr 18475 +IFNjaWVudA== 18476 +cGxleA== 18477 +b3N0ZW4= 18478 +IGFuaW1hdGVk 18479 +YXNzYQ== 18480 +IGRlcml2ZWQ= 18481 +INC40YHRgtC+0YA= 18482 +IE1pZw== 18483 +7IWY 18484 +IHJvcw== 18485 +cGx1cw== 18486 +b3NhdXI= 18487 +IF4= 18488 +IGludGVuc2l2ZQ== 18489 +IGdsb2JhbGx5 18490 +IGRpZmVyZW4= 18491 +7J206rOg 18492 +xIVk 18493 +IGTDqXM= 18494 +IHByZXNlbnRhdGlvbnM= 18495 +IENybw== 18496 +IGVzc2Vz 18497 +IEJldHdlZW4= 18498 +UGE= 18499 +IG5hdw== 18500 +4Lit4LiH 18501 +IGJyZWVk 18502 +aWNodGU= 18503 +INCe0L3QuA== 18504 +IEJ1aWxkaW5n 18505 +IGNvbmZvcm0= 18506 +TU8= 18507 +INCW 18508 +IEtpZA== 18509 +bmFz 18510 +IER1ZQ== 18511 +csOpcw== 18512 +IGRpb3g= 18513 +IEJpbg== 18514 +IHRheGk= 18515 +IHNhcA== 18516 +IEh1Yg== 18517 +IGNlbnRlcmVk 18518 +IHN1cmdl 18519 +IGF2b25z 18520 +IGxlYXJudA== 18521 +IFlhbQ== 18522 +IERpZXNl 18523 +0L3QuNC60Lg= 18524 +IEJlaWo= 18525 +V2lsbA== 18526 +IGF0dGVtcHRlZA== 18527 +IGdyaWVm 18528 +w7Nq 18529 +IGtpZG5leQ== 18530 +IG9wcG9uZW50cw== 18531 +IG5vbWU= 18532 +NTc= 18533 +0Y/RgtC90L4= 18534 +IG1pZG5pZ2h0 18535 +QW5ub3VuY2Vy 18536 +YWNpdHk= 18537 +b25lZA== 18538 +IHB1ZWRlcw== 18539 +IHByb2JsZW1hdGlj 18540 +IGNvcHM= 18541 +IFBldGU= 18542 +cmludA== 18543 +dW50ZWQ= 18544 +IGJpcA== 18545 +5qI= 18546 +IMOA 18547 +IGNlbnM= 18548 +YXRpdmVseQ== 18549 +IHVyZ2VudA== 18550 +IHN0cnVnZ2xlZA== 18551 +YWNodXM= 18552 +IG1pY3Jvd2F2ZQ== 18553 +IFNpZGU= 18554 +IERlbm4= 18555 +INGP0LI= 18556 +IHVyZ2U= 18557 +IGZvcmNpbmc= 18558 +d2FuZw== 18559 +INC60L7RgtC+0YDQsNGP 18560 +IG1hbW0= 18561 +IPCfjg== 18562 +IHRyaWJlcw== 18563 +IFNoYWRvdw== 18564 +IFNhbmc= 18565 +IEhpdGxlcg== 18566 +IGx1bg== 18567 +IHNjZW50 18568 +7KeR 18569 +IG92ZXJ3aGVsbWVk 18570 +IGJvbWJz 18571 +IGNyaW1pbg== 18572 +IGNvbnNvbGlk 18573 +IG1vbGVjdWxhcg== 18574 +15XXpw== 18575 +bm9y 18576 +IHBlcmNlaXZlZA== 18577 +IHbDqQ== 18578 +IGFsdG9nZXRoZXI= 18579 +IG9ydGg= 18580 +IHZlbQ== 18581 +IHp3YXI= 18582 +aXpv 18583 +xas= 18584 +IG1lbHRlZA== 18585 +b3JkZW4= 18586 +IENoYXJsb3R0ZQ== 18587 +IEV4Y2Vs 18588 +YXJ0YQ== 18589 +7Jyg 18590 +IEdldw== 18591 +IHJvbWFuY2U= 18592 +ZXJlbW9z 18593 +IGNvbG9uaWFs 18594 +IHRyYWRpdGlvbmFsbHk= 18595 +IHF1YW4= 18596 +aG9v 18597 +IGNoYW1waW9uc2hpcA== 18598 +IGFyYml0cg== 18599 +7IWU 18600 +INC80LjQvQ== 18601 +IHNlbGZpc2g= 18602 +IGJsZXc= 18603 +cnlpbmc= 18604 +IG9wZXJhdG9ycw== 18605 +IGp1cmlzZA== 18606 +j4U= 18607 +dWl0aW9u 18608 +IEVD 18609 +IEFueWJvZHk= 18610 +dmF0ZQ== 18611 +aWV0aWVz 18612 +IGFuYWx5c3Q= 18613 +tOyXkA== 18614 +INCy0YHQtdCz0LTQsA== 18615 +w6dlaw== 18616 +IEt1bg== 18617 +IGFnaW5n 18618 +1aE= 18619 +0YDQsNGE 18620 +IE1vbWVudA== 18621 +IEh1YQ== 18622 +6IM= 18623 +dGhlbg== 18624 +0LXQu9Cw 18625 +ZXN0b25l 18626 +IGVuZGU= 18627 +IGF3YXJkZWQ= 18628 +IG7DpGNoc3Rlbg== 18629 +IFNwb3Q= 18630 +IE5lZw== 18631 +IGZhaXJ5 18632 +IENvdmVy 18633 +IGRlcG9zaXQ= 18634 +IHN0cmVzc2Z1bA== 18635 +IGp1bms= 18636 +IG1ldGFib2w= 18637 +SmE= 18638 +IOq3gA== 18639 +IHVuZGVyZ3JhZHVhdGU= 18640 +IGNhbmNlbGw= 18641 +IGNvbnNlbnN1cw== 18642 +IG9zbw== 18643 +4bq3 18644 +xJ9lcg== 18645 +cmFkYQ== 18646 +IFBhbGFjZQ== 18647 +IHBlZGFs 18648 +IGV4YWdnZXI= 18649 +IGJlaGF2aW9yYWw= 18650 +cGxheWVy 18651 +bGxlcw== 18652 +IGNvbm5lY3Rvcg== 18653 +IHNrZXB0 18654 +jZTrnbzqs6A= 18655 +IG1pdHQ= 18656 +IEhhaGE= 18657 +IHBlcXVl 18658 +IEdvdHQ= 18659 +ZmFuZw== 18660 +4LA= 18661 +am9z 18662 +IGtpY2tpbmc= 18663 +IG1vdW50ZWQ= 18664 +IHJlcGxhY2luZw== 18665 +dm9z 18666 +IHF1aWV0bHk= 18667 +IG1pbGl0 18668 +IG93bnM= 18669 +IG5pdmVhdQ== 18670 +IGF1cg== 18671 +IEJ1eQ== 18672 +IHByZWRpY3RlZA== 18673 +IGNvd3M= 18674 +IHBvbmVy 18675 +IERyaQ== 18676 +IHJlbWFya3M= 18677 +IHJlcG9ydGVy 18678 +IGFya2FkYcWf 18679 +0LXRgdGC0Lg= 18680 +IHNhdmVz 18681 +IMOnb2M= 18682 +IG1ldGFwaG9y 18683 +IEtlbA== 18684 +c3RhdGlvbg== 18685 +c2VtYmx5 18686 +IGFkdmlzb3I= 18687 +IHdvcmtzaG9wcw== 18688 +IGFjY291bnRpbmc= 18689 +IHRvaw== 18690 +bmllcg== 18691 +aW5uZXI= 18692 +IGJ1cmFkYQ== 18693 +IEJC 18694 +IE9seW1waWM= 18695 +IFByYWN0 18696 +Q2hyaXN0 18697 +INGB0Y4= 18698 +IGthcw== 18699 +IHZpZXdlZA== 18700 +IG1hcmtlcnM= 18701 +IGZvdG8= 18702 +Z2V0aWM= 18703 +IEx1Y2Fz 18704 +IHBhZHM= 18705 +IEpvaA== 18706 +IENEVQ== 18707 +YWZmZW4= 18708 +YXJlbQ== 18709 +IEJlY2s= 18710 +IEdvc2g= 18711 +c2hpdA== 18712 +IE1hdGVy 18713 +YWJ1bGFyeQ== 18714 +IFJvb20= 18715 +bGxlbg== 18716 +IEZvbGxvd2luZw== 18717 +IGRvaXQ= 18718 +YmFsbHM= 18719 +aXhh 18720 +IGdyb3VuZHM= 18721 +IOyeiOuKlOuNsA== 18722 +TFM= 18723 +IHdpbGRsaWZl 18724 +IFNRTA== 18725 +IHNoaWZ0cw== 18726 +Qm9vaw== 18727 +IGhvc3RlZA== 18728 +bGxvcg== 18729 +IHNuYXBz 18730 +IGJlc29pbg== 18731 +INep15Q= 18732 +IHBlYW51dA== 18733 +w6RmdA== 18734 +uaA= 18735 +xZts 18736 +QXVkaWVuY2U= 18737 +IEJhcmJhcmE= 18738 +IGFkb3B0aW9u 18739 +IHdvbGY= 18740 +INC+0YHQvdC+0LI= 18741 +YXJkYQ== 18742 +IGV4cG9zZQ== 18743 +IOym 18744 +amFz 18745 +xJM= 18746 +IGNvdW50bGVzcw== 18747 +IOyngQ== 18748 +aGVhbHRo 18749 +dWVudA== 18750 +aXNv 18751 +b3Rpb24= 18752 +IGh1bmdlcg== 18753 +IG1vaXM= 18754 +b2Zmcw== 18755 +IGNsYWltaW5n 18756 +IM6a 18757 +IEJlbGc= 18758 +INC90LDQuQ== 18759 +6riw64+E 18760 +IHVucHJl 18761 +IGdlZA== 18762 +IElv 18763 +INC/0L7RgdC80L7RgtGA 18764 +IGNvxZs= 18765 +IE5hcnJhdG9y 18766 +IMOHb2s= 18767 +7Zmp 18768 +4Lit4Lii 18769 +Y2lwbA== 18770 +IHRpbWVy 18771 +IGRlZmlj 18772 +YXZpbg== 18773 +IGNhdGVnb3I= 18774 +IHRocm93cw== 18775 +IOuCnA== 18776 +INC/0L7RgdC70LXQtA== 18777 +IFRoYWk= 18778 +IG1hc2N1bA== 18779 +IGJla29tbWVu 18780 +IGludGVybmF0aW9u 18781 +dWxzZQ== 18782 +IGF5ZQ== 18783 +IHBvaQ== 18784 +IHBpeGVs 18785 +Q2hyaXM= 18786 +IHN0b3Zl 18787 +zr/OuQ== 18788 +IGdlbmVyYXRvcg== 18789 +IOy7rOs= 18790 +IGFjYWRlbQ== 18791 +IHByYWN0aWNlZA== 18792 +IGFxdWVzdA== 18793 +IGNvbnRyaWJ1dGluZw== 18794 +IEln 18795 +IOG7nw== 18796 +IGNvbnRhaW5pbmc= 18797 +IHdyZXN0bGluZw== 18798 +INGH0LXQs9C+ 18799 +aGF1cHQ= 18800 +IGVzc2Fz 18801 +dmVsb3Bl 18802 +IGV4Y2VwdGlvbmFs 18803 +WVU= 18804 +IEFwcGxhdXNl 18805 +cmljYW5l 18806 +IGNvbnZlbmllbmNl 18807 +INC00LXQu9Cw0YLRjA== 18808 +0LjQu9C40YHRjA== 18809 +IEVudmlyb24= 18810 +ODU= 18811 +IGPDog== 18812 +IOyViOuFle2VmOyEuOyalA== 18813 +IE1P 18814 +IFBvcGU= 18815 +IHNhaA== 18816 +b2Jp 18817 +IG1hc3RlcnM= 18818 +YWluZXM= 18819 +IGJsZXNzaW5ncw== 18820 +IG9iZXk= 18821 +IGZsdXg= 18822 +IGJyb3c= 18823 +IOyLpA== 18824 +IHBvcHVsYXJpdHk= 18825 +IExhbWI= 18826 +emV1Zw== 18827 +7JmU 18828 +j4TroZ0= 18829 +aXR1YXRpb24= 18830 +IGFjY29tcGFu 18831 +IGRpYWxvZw== 18832 +IEphbWll 18833 +IHNld2luZw== 18834 +IGJsZWVkaW5n 18835 +IGJhaWw= 18836 +IHRocmVhZHM= 18837 +b2RnZQ== 18838 +IFNoYW5n 18839 +IGRlcGxveW1lbnQ= 18840 +Y2hlZA== 18841 +IHNhdGlzZnk= 18842 +IGxheg== 18843 +IG1pc3NpbGU= 18844 +IExpbmtlZA== 18845 +IG1ha2Vycw== 18846 +Y2l1bQ== 18847 +ZnJl 18848 +IOuovA== 18849 +IOustOs= 18850 +IEVkZ2U= 18851 +IHNvY2lldGllcw== 18852 +IGFndWE= 18853 +IHN5bmNocm9u 18854 +oaA= 18855 +dW5mdA== 18856 +IHVubQ== 18857 +IHRyaWFuZw== 18858 +IGluanVzdA== 18859 +dG9w 18860 +IG9yYWw= 18861 +a29y 18862 +IO2VqA== 18863 +bGRpZ3Q= 18864 +Y2XEnw== 18865 +cXVldA== 18866 +IExlbw== 18867 +IHNhdm9pcg== 18868 +IGVhc3Rlcm4= 18869 +aWV1 18870 +IGV4cGVk 18871 +INCh0L8= 18872 +IHVubmVjZXNzYXJ5 18873 +IFBlcmZvcm0= 18874 +IE1pbmc= 18875 +INGA0LDQsg== 18876 +IGludGVudGlvbnM= 18877 +IGNvbXByZXNzaW9u 18878 +IFNhYw== 18879 +zr/Ouw== 18880 +YXJzb24= 18881 +IHRyb3V2ZQ== 18882 +IE11aGFtbWFk 18883 +INCy0YvRgQ== 18884 +IGZpbml0ZQ== 18885 +INC90LDRhdC+0LQ= 18886 +dWdh 18887 +0YDQsNC30YM= 18888 +IGNlbGVicmF0ZWQ= 18889 +IGNvbmZlc3M= 18890 +IHNxdWFyZXM= 18891 +IEdvcmRvbg== 18892 +IOuCmOyY 18893 +IHN5bmRyb21l 18894 +IGNvbXBsZXRpb24= 18895 +IGJhY2tpbmc= 18896 +IGRhcmY= 18897 +IFF1cmFu 18898 +IGludGVybWVkaWF0ZQ== 18899 +IGtlcg== 18900 +IGTDvA== 18901 +aGVzaXZl 18902 +IGFjY291bnRhYmlsaXR5 18903 +IFJlYmVjY2E= 18904 +IFNsZWVw 18905 +IGRpZmbDqXJlbnQ= 18906 +b2xz 18907 +IFJpY2U= 18908 +IOuzuA== 18909 +IGFudGliaW90 18910 +z4TOrA== 18911 +cno= 18912 +YW1ibGluZw== 18913 +IHNlbnNpdGl2aXR5 18914 +IGNocm9u 18915 +YWxsYXM= 18916 +NjQ= 18917 +IGZsZWV0 18918 +IG9wdGltaXN0aWM= 18919 +0YHQutC+0LPQvg== 18920 +IGphZGk= 18921 +YWlsbGV1cnM= 18922 +IEVub3VnaA== 18923 +IHNlbmlu 18924 +IHBhY2tz 18925 +Ym4= 18926 +IEFyZWE= 18927 +IFRybw== 18928 +qOumrA== 18929 +0LDRlA== 18930 +IFRob20= 18931 +IGhhcm1vbnk= 18932 +0L3QuNC60LA= 18933 +IHNvbWVkYXk= 18934 +SVNF 18935 +IEJyb2Fkd2F5 18936 +bGFyZXM= 18937 +ZXJuZXNz 18938 +4LmE4Lih 18939 +IFRlbm4= 18940 +IE5BVE8= 18941 +IG1pbnV0b3M= 18942 +IEthbnNhcw== 18943 +IE1vbmc= 18944 +IGNvbXB0ZQ== 18945 +iqQ= 18946 +IOyXrQ== 18947 +IHN1cGVyaGVybw== 18948 +IEdhcmRlbg== 18949 +IE1vcw== 18950 +IGF0dGFjaG1lbnQ= 18951 +IGJ1c3Q= 18952 +4K+K 18953 +IFRoYWlsYW5k 18954 +c3RhdA== 18955 +IHNwaWNl 18956 +IExlYg== 18957 +IGxlYXA= 18958 +emVjaA== 18959 +R0w= 18960 +IHZlcmw= 18961 +IGZpeGluZw== 18962 +IOuztOuptA== 18963 +IHBvcm4= 18964 +IGLDvHk= 18965 +INmF2Kc= 18966 +IFZpcnQ= 18967 +IFRvbW15 18968 +IGNhcmdv 18969 +IE9saGE= 18970 +IHJva3U= 18971 +2YPZhg== 18972 +IGJha2Vk 18973 +IHRhY3RpY3M= 18974 +IG1hcmtldHBsYWNl 18975 +IGt0w7NyYQ== 18976 +YXJsbw== 18977 +IHN3aXRjaGVz 18978 +IGNhY2hl 18979 +IEhS 18980 +IEdhbg== 18981 +IEdQUw== 18982 +IGR1YXM= 18983 +aGVyZXM= 18984 +0LXRgNGI 18985 +dHJhY2s= 18986 +IGx1bmdz 18987 +U3RhdGlvbg== 18988 +aWdnbGVz 18989 +IGNhbXBpbmc= 18990 +IGNvbXBsZXRpbmc= 18991 +YW1hcw== 18992 +IGN5Y2w= 18993 +IHByb3RvdHlwZQ== 18994 +IEp1ZGdl 18995 +b3R5cGVz 18996 +IGluZmVjdGlvbnM= 18997 +oKTr 18998 +0LXRgNCz 18999 +b2Jh 19000 +IEJvZA== 19001 +IFNlY29uZGx5 19002 +IGFwb3N0 19003 +IHNvZ2Fy 19004 +IHJlYXNz 19005 +aWVr 19006 +IGFzaGFtZWQ= 19007 +IGN1cnZlcw== 19008 +INCy0LDQtg== 19009 +IGVuc2VtYmxl 19010 +YXR1cg== 19011 +IHBob3RvZ3JhcGhlcg== 19012 +IGVpZ2h0aA== 19013 +IHdhc3RlZA== 19014 +IGRhbXA= 19015 +INC80LDQuw== 19016 +YXJlbmE= 19017 +IGludGVybmFsbHk= 19018 +IGhlZWxz 19019 +IFNhbHQ= 19020 +IGJsaXI= 19021 +iOuCmA== 19022 +IGNvbnRyYXJ5 19023 +IHByaW1h 19024 +IG9zcw== 19025 +IHJhYmJpdA== 19026 +IGF1dG9y 19027 +IGJyb2FkbHk= 19028 +w61zdA== 19029 +IGJhY2tz 19030 +7ZSE 19031 +ZXRv 19032 +IGp1cnk= 19033 +6LE= 19034 +IHByb3N0dQ== 19035 +IGJhcmE= 19036 +IHBhcmxpYW1lbnQ= 19037 +b3JpZW50 19038 +0LjQu9Cw0YHRjA== 19039 +IGluZGlyZWN0 19040 +w6Ft 19041 +IMOlcg== 19042 +IHRyYWl0cw== 19043 +IGTDrWFz 19044 +2YTZhQ== 19045 +IENU 19046 +YWx5c3Q= 19047 +IGxpdmVzdA== 19048 +IGtvcw== 19049 +TWF5 19050 +IEppbmc= 19051 +IGpvdXJuYWxpc3Rz 19052 +0YfQuNC6 19053 +YXJtcw== 19054 +IOqwkOyCrA== 19055 +INC40LzQtQ== 19056 +IMOpZ2Fs 19057 +IE5ld3Rvbg== 19058 +IHJlY292ZXJlZA== 19059 +IGJyYXVjaGVu 19060 +IEJyb24= 19061 +0LDQvdC+ 19062 +IHBhbGU= 19063 +cHJpc2Vz 19064 +IGhvcmFz 19065 +Y2h0cw== 19066 +w7/Dvw== 19067 +YWtlcnM= 19068 +IEFsYXNrYQ== 19069 +emllag== 19070 +IHNjb29w 19071 +7J206rCA 19072 +Y29y 19073 +w6lsw6k= 19074 +IHN1cmc= 19075 +IHZpZW5l 19076 +IEtyaXN0 19077 +NTQ= 19078 +IGJhbm5lZA== 19079 +IHNtb290aGx5 19080 +IHRyZWF0cw== 19081 +IHByb25vdW5jZQ== 19082 +IGZsdXNo 19083 +IGNhbWJp 19084 +IG11c2ljaWFu 19085 +IEFzaGxleQ== 19086 +IFNQRA== 19087 +IEJvYmJ5 19088 +IGdsb3Nz 19089 +cmVzcGVjdA== 19090 +IHJldmlld2luZw== 19091 +IGdlbmVyaWM= 19092 +xrDhu5tj 19093 +YXRzw6RjaGxpY2g= 19094 +IGhlYWx0aGllcg== 19095 +dWJlcnM= 19096 +INC00LDQvQ== 19097 +IE1lZGljYXJl 19098 +NTM= 19099 +IGNvbXBsYWludHM= 19100 +amFj 19101 +IGFncmljdWx0dXJhbA== 19102 +U3Bl 19103 +IEpvbmc= 19104 +IGRpb3hpZGU= 19105 +6rKo 19106 +ZWxpams= 19107 +IFNoaXQ= 19108 +YWludHM= 19109 +IElhbg== 19110 +IFNpbXBseQ== 19111 +IFN0cmU= 19112 +IEdEUA== 19113 +NTk= 19114 +YXN6 19115 +IEthdGll 19116 +INCx0YA= 19117 +IHBlZWs= 19118 +b3d5Y2g= 19119 +IHJlc29ydA== 19120 +IHJlc2lkZW5jZQ== 19121 +IHNwaWNlcw== 19122 +Y2nDsw== 19123 +IGplZGVy 19124 +IGVtbw== 19125 +YXJpdW0= 19126 +IHB1ZmY= 19127 +66eJ 19128 +0YPQu9GM0YI= 19129 +IG1ldGE= 19130 +IOyghOs= 19131 +IG9wdGltaXphdGlvbg== 19132 +Z2FuZw== 19133 +IO2VhA== 19134 +IGVmZmljaWVudGx5 19135 +IHZpc3VhbGx5 19136 +IGZyb3N0 19137 +IEFydGh1cg== 19138 +IMW8 19139 +IGFjaGlldmluZw== 19140 +IHJvdGF0aW5n 19141 +IGxpbmluZw== 19142 +IG9jY3VwaWVk 19143 +bWVudGF0aW9u 19144 +IHN0cmV0Y2hpbmc= 19145 +IHN0YWxs 19146 +b3N0aWM= 19147 +IFNldmVy 19148 +IGdsdWM= 19149 +IHLDs8W8 19150 +IG91dHJlYWNo 19151 +c3RyYQ== 19152 +aWtlbg== 19153 +IOyWmOq4sA== 19154 +IEpvaW4= 19155 +IGltcGU= 19156 +IGNvbXBlbnNhdGlvbg== 19157 +IFRhdA== 19158 +IENhcmxvcw== 19159 +w7xocnQ= 19160 +IEZyYW5jaXM= 19161 +Y2pp 19162 +eWVhaA== 19163 +IG1lbWJyYW5l 19164 +IGV4aGFsZQ== 19165 +IHJlbGk= 19166 +IE9S 19167 +IHJlZnJpZ2VyYXRvcg== 19168 +IFZlbmV6 19169 +TGlrZQ== 19170 +IHJhaXNlcw== 19171 +b3R0bGU= 19172 +YXR1cmE= 19173 +IHJ1bGVy 19174 +IHdlZXI= 19175 +IGd1aWRlZA== 19176 +IE1hZ24= 19177 +IENvcnBvcg== 19178 +jZQ= 19179 +IGF0dHJpYnV0ZQ== 19180 +IFdvYWg= 19181 +IGFycm93cw== 19182 +IGF3YWl0 19183 +IFByaW0= 19184 +IGRpZ25pdHk= 19185 +IE9udGFyaW8= 19186 +aXNjaGVy 19187 +IOyLnQ== 19188 +aW1lbg== 19189 +b3V2ZXI= 19190 +QVNT 19191 +4buHbg== 19192 +b3B5 19193 +YWNodXNldHRz 19194 +IGVsZGVybHk= 19195 +RkE= 19196 +IERhaWx5 19197 +c2hpbmU= 19198 +IDU2 19199 +6KI= 19200 +aWVybm8= 19201 +IHNraWxsZWQ= 19202 +IGdyb8OfZQ== 19203 +IE9haw== 19204 +aWdnbGU= 19205 +0LXQu9C10Lk= 19206 +IGJpcmF6 19207 +IGFyZ3Vpbmc= 19208 +INC/0L7RjdGC0L7QvNGD 19209 +IGRyaWZ0 19210 +IGhhcm5lc3M= 19211 +IGRlaXhhcg== 19212 +YXV0cmU= 19213 +IFNlZWluZw== 19214 +IGNhcGl0YWxpc20= 19215 +IEVsZA== 19216 +emlvbmU= 19217 +IEJleW9uZA== 19218 +IHBlcmZlY3Rpb24= 19219 +IGhvZQ== 19220 +IGRlY2xhcmU= 19221 +0LDQu9Cw0YHRjA== 19222 +IHBva2U= 19223 +INeh 19224 +IGZpZ2h0ZXJz 19225 +6rKg64uk 19226 +0L7RgNC+0LI= 19227 +IGFjY29yZGluZ2x5 19228 +IElzYQ== 19229 +IG9wdGltaXpl 19230 +IE1pbmlzdHJ5 19231 +IHNhZ2U= 19232 +7Iuc66m0 19233 +IGJlbmk= 19234 +IGRvbmF0aW9u 19235 +IGNsZWFyZWQ= 19236 +IEx1Y2tpbHk= 19237 +IGhhcm1mdWw= 19238 +tey7pA== 19239 +IGNlbWVudA== 19240 +0L/QuNGB 19241 +IGRlZGk= 19242 +IENyYWln 19243 +IGRlbW9ucw== 19244 +IGN1c3RvbWl6ZQ== 19245 +IGlnbm9yZWQ= 19246 +IFRpYW4= 19247 +IGhvcGVk 19248 +IEJ1cmVhdQ== 19249 +IHJp 19250 +IFlhaA== 19251 +IHNvY2tldA== 19252 +IGZlYXR1cmluZw== 19253 +IHBhcmY= 19254 +IFRF 19255 +IFRlYWNoZXI= 19256 +IGNhdGFsb2c= 19257 +6rCA7KeA6rOg 19258 +IFNlaXRl 19259 +IGNvbmU= 19260 +IFBhbGVzdGlu 19261 +IGdld29vbg== 19262 +IGdhaW5pbmc= 19263 +INii 19264 +IGNhdGFzdA== 19265 +IG5laWdoYm91cg== 19266 +SVNU 19267 +IHN0ZWFsaW5n 19268 +IHRyb2lz 19269 +IGludGVuZA== 19270 +IFNob290 19271 +IHBpb25l 19272 +IEludGVs 19273 +IExJTg== 19274 +IGJyaWdodGVy 19275 +IFllc3RlcmRheQ== 19276 +IHNvdw== 19277 +c2lu 19278 +b2Rz 19279 +IGV0aGljcw== 19280 +IGludGVydmlld2Vk 19281 +cmVsbA== 19282 +IHJlZnJlc2hpbmc= 19283 +c8Ol 19284 +IGFic3VyZA== 19285 +IHBob3NwaA== 19286 +Zmls 19287 +IHN0ZWhlbg== 19288 +dmFscw== 19289 +IGNhcmVk 19290 +IGRlbGw= 19291 +Ym9uZQ== 19292 +IGhvY2g= 19293 +IHB1cA== 19294 +IGlv 19295 +IGFjb250ZWNl 19296 +ZWxsZXM= 19297 +IFNwbA== 19298 +aWdp 19299 +IHTDpG4= 19300 +IGVsZXBoYW50 19301 +IGdhdGVz 19302 +IHNsaWNlcw== 19303 +IHByYW5r 19304 +b2tyYXQ= 19305 +IGhpbGFyaW91cw== 19306 +IFNpZA== 19307 +IOuSpA== 19308 +IGVzc2VyZQ== 19309 +IHRlbGVwaG9uZQ== 19310 +aW5hbGx5 19311 +cmF0b3I= 19312 +IGhlbGljb3B0ZXI= 19313 +IGnFn3Rl 19314 +IGdpZA== 19315 +IHRvdXJpc3Q= 19316 +IGNvbmZsaWN0cw== 19317 +0LDRgtCw 19318 +IHTDqQ== 19319 +IGFzc2VydA== 19320 +IGxhdW5kcnk= 19321 +IEJvbQ== 19322 +IHNwZWNpYWxpemVk 19323 +IE1vZGVybg== 19324 +b2dyYWY= 19325 +IGFubw== 19326 +IHJldHJpZQ== 19327 +IFB1dGlu 19328 +IEhBUg== 19329 +INC80LDRiA== 19330 +IM6xz4DPjA== 19331 +IHR1dHRp 19332 +INCy0YLQvtGA 19333 +7Ja1 19334 +IEJ1bA== 19335 +64uk66m0 19336 +xYJl 19337 +YXJpbg== 19338 +IHRoZXJhcGlzdA== 19339 +IGfDpXI= 19340 +IEN6eQ== 19341 +cHBl 19342 +bWly 19343 +IFRlcm0= 19344 +IEJlYXI= 19345 +bGFjZQ== 19346 +IE1vcmVvdmVy 19347 +IERpc2M= 19348 +IO2DgA== 19349 +IHRpdGxlZA== 19350 +IHN0cmlwcw== 19351 +IEZhaHI= 19352 +IFJpbmc= 19353 +cmFuZG8= 19354 +YWZh 19355 +IHNob3J0cw== 19356 +IHRydW5r 19357 +IHNlbnRpZG8= 19358 +z4nOvQ== 19359 +IGFjcmVz 19360 +IG92ZXJk 19361 +IE9seW1waWNz 19362 +IE1lcmNp 19363 +IOuCmOyYpA== 19364 +IGdlcm0= 19365 +YW1tZWQ= 19366 +IHByZWd1bnQ= 19367 +IE51dA== 19368 +IDwv 19369 +IHRyYXZlbHM= 19370 +IHZvY2FidWxhcnk= 19371 +ZXRlbg== 19372 +b2Rlcg== 19373 +IGNvbnN1bWluZw== 19374 +d3JpdGluZw== 19375 +IGFwcGVhcmluZw== 19376 +IGFkanVzdGVk 19377 +c2Vt 19378 +IGZyZW50ZQ== 19379 +IG1heGltaXpl 19380 +IHp3aXNjaGVu 19381 +IHphbQ== 19382 +Y29uc2Npb3Vz 19383 +emVr 19384 +aGFv 19385 +7LKY65+8 19386 +IEVwaXNvZGU= 19387 +IHZpc2liaWxpdHk= 19388 +IG1pam4= 19389 +IHZpZWxlbg== 19390 +IEJyb3RoZXJz 19391 +15nXkQ== 19392 +IHbDpGxkaWd0 19393 +IGNydXNoZWQ= 19394 +dWZlbg== 19395 +YWN0aWM= 19396 +IEJlZA== 19397 +IEZB 19398 +aXNzaXBwaQ== 19399 +IHJlbW90 19400 +IHBldHM= 19401 +IHRodW5kZXI= 19402 +IE1hbQ== 19403 +7JW17Luk 19404 +cGFyZW50cw== 19405 +IGLEsQ== 19406 +IHN1cnRvdXQ= 19407 +IHNlZ21lbnRz 19408 +IG5laG1lbg== 19409 +IHV0aWxpeg== 19410 +IFJ1Ynk= 19411 +IHLhu5Np 19412 +IGhhcHBpbHk= 19413 +IGJ1c2g= 19414 +dWx0YW4= 19415 +2Lg= 19416 +IEhpbA== 19417 +IGxhd24= 19418 +IGV5ZWJyb3dz 19419 +bWV6 19420 +IFN5ZA== 19421 +cmVw 19422 +aW5m 19423 +IG92ZXJoZWFk 19424 +Y3puaWU= 19425 +IG94aWQ= 19426 +IFdvbA== 19427 +IGRlc3Ryb3lpbmc= 19428 +IEFkZGl0aW9uYWxseQ== 19429 +dW1ibGVk 19430 +ZGVw 19431 +IGRlcG9z 19432 +IGNvbW1vZA== 19433 +IGNha2Vz 19434 +IHRhbGVudHM= 19435 +IHBvdXJxdW9p 19436 +IGNvbnRlbXBs 19437 +bmVscw== 19438 +0L7RiQ== 19439 +IEFyYWJpYw== 19440 +IE1hcnlsYW5k 19441 +b3dv 19442 +IFBsYQ== 19443 +xJ9sdW0= 19444 +IHByb3BoZQ== 19445 +IFJlcHJlc2VudA== 19446 +b3BvbA== 19447 +YWNjb3Jk 19448 +IE1lYW5pbmc= 19449 +IGpvaW50cw== 19450 +IGJyYWtlcw== 19451 +Y2t0 19452 +IDE5OTk= 19453 +IHB1YmxpY2F0aW9u 19454 +IFJldmlldw== 19455 +0L7QudC0 19456 +IG5pY2hl 19457 +IHNpZ25pZmljYQ== 19458 +IGRlYnI= 19459 +IG92ZXJsYXA= 19460 +IGRlbWFuZGluZw== 19461 +IFPDsw== 19462 +IHN1YnNlcXVlbnQ= 19463 +IHF1b3Rlcw== 19464 +IEN1cnJlbnRseQ== 19465 +IHByZXZlbnRpbmc= 19466 +IDEzMA== 19467 +IENlbA== 19468 +b25u 19469 +d25pZcW8 19470 +7JW9 19471 +INC60LDQutC40LU= 19472 +QUNI 19473 +IGd1bQ== 19474 +IElzcmFlbGk= 19475 +7Jy864uI6rmM 19476 +5ag= 19477 +cnVrdA== 19478 +IGNsYXBwaW5n 19479 +IE1hc3NhY2h1c2V0dHM= 19480 +IHJlc2lsaWVuY2U= 19481 +IHN1YnNjcmliaW5n 19482 +IGpld2Vscnk= 19483 +Z2VicmE= 19484 +IGNvcnJlY3Rpb24= 19485 +Ym9v 19486 +2KY= 19487 +bGlv 19488 +c2Ft 19489 +IGVudmVsb3Bl 19490 +a2Fs 19491 +IEZhcm0= 19492 +IGNhdHRsZQ== 19493 +IGJyYXM= 19494 +IHJlcGVudA== 19495 +IHRvbmVz 19496 +b3Npb24= 19497 +cGVjdGlvbg== 19498 +IGRlbmVu 19499 +yJtp 19500 +IE1hcmc= 19501 +IGFjcXVpcmU= 19502 +aWJsaW5ncw== 19503 +IGFzcGly 19504 +IHNpemVk 19505 +IGFsYw== 19506 +IHZpYnJhdGlvbg== 19507 +dGls 19508 +ZW1pbg== 19509 +IGNvcnJlbGF0aW9u 19510 +IHNpbmd1bGFy 19511 +INC/0L7Rj9Cy 19512 +cmVr 19513 +IGNoYXB0ZXJz 19514 +bWJyZQ== 19515 +IGF1ZGl0aW9u 19516 +w6dhcw== 19517 +IHZhbXA= 19518 +IHRlcw== 19519 +INGA0LDQt9Cy 19520 +IHJlc3BlY3RlZA== 19521 +Y2lu 19522 +IGZ1Y2tpbg== 19523 +IMO8YmVyaGF1cHQ= 19524 +INC/0L7QsQ== 19525 +IGFsaWtl 19526 +tog= 19527 +cm9iaQ== 19528 +w650 19529 +IFRvdWNo 19530 +YW56YQ== 19531 +IGZpcm1seQ== 19532 +IEdyZWV0aW5ncw== 19533 +c2NhbGU= 19534 +ZGFk 19535 +0LDQutGC0Lg= 19536 +IGJhY2t5YXJk 19537 +0L7QttC0 19538 +R3I= 19539 +IFNURQ== 19540 +0L7RgNGC 19541 +IGjDpHR0ZQ== 19542 +IEZpcnN0bHk= 19543 +IE9mdGVu 19544 +YXN1cmVz 19545 +IGRyYXdz 19546 +cmVkaXQ= 19547 +QVRF 19548 +UGU= 19549 +Q1A= 19550 +IGNvbXBlbGxpbmc= 19551 +IHN1YnNpZA== 19552 +IG5laWdoYm9yaG9vZHM= 19553 +IGRpcGxvbQ== 19554 +IGVudGVuZGVy 19555 +cGVyaW5n 19556 +YXVn 19557 +Y2hhdA== 19558 +0J3Rgw== 19559 +IERvbGw= 19560 +IOygkA== 19561 +IGhvc2U= 19562 +bmFy 19563 +IHJld2FyZGluZw== 19564 +IFNvbGQ= 19565 +IHRha2k= 19566 +IGJsYWRlcw== 19567 +IEthdGg= 19568 +IGpvZ28= 19569 +IHNlbnNhdGlvbg== 19570 +dWFuYQ== 19571 +cGVs 19572 +IFJlY2VudGx5 19573 +IHBvbHltZXI= 19574 +IFVQ 19575 +LS0t 19576 +IGhvdmVy 19577 +IHJ1bGVk 19578 +INeU15DX 19579 +IGFmZmVjdGlvbg== 19580 +IMSR4buD 19581 +IGJyZWU= 19582 +IExheQ== 19583 +IFlvbmc= 19584 +IHJlY2VpdmVy 19585 +nOulvA== 19586 +IGRpc3Nv 19587 +IFFpbmc= 19588 +IMOpdg== 19589 +IG3DunNpY2E= 19590 +IGFlc3RoZXRpYw== 19591 +IEJyZWF0 19592 +IFRB 19593 +IGFjY3VyYXRlbHk= 19594 +P+KAiw== 19595 +IHdhZ2Vz 19596 +cmF3ZMSZ 19597 +IHN3YWxsb3c= 19598 +IGNvbXBsYWludA== 19599 +IGxpZWQ= 19600 +YmVjdWU= 19601 +IHJlbGF4aW5n 19602 +IFBva8OpbW9u 19603 +IHRlY24= 19604 +YmFuZw== 19605 +s7Ts 19606 +IHF1aWVu 19607 +0L3QvtC80YM= 19608 +IGhhYml0YXQ= 19609 +Li4uLi4u 19610 +YWJsaW5n 19611 +INGC0LDQutC40LU= 19612 +IGJlc29uZA== 19613 +IGVtcGxveWVk 19614 +IGFycml2ZXM= 19615 +IHZlc3NlbHM= 19616 +IEF4 19617 +IGRpc3BsYXlz 19618 +MTUw 19619 +b2xvZ2ll 19620 +IOyXkA== 19621 +IGNsbw== 19622 +INC00L7Qsg== 19623 +INCe0LQ= 19624 +IHZ1ZWw= 19625 +d2VuZA== 19626 +IHNsaXBw 19627 +dXJw 19628 +IExvdA== 19629 +IGJ1bGxldHM= 19630 +IHJhZ2U= 19631 +IHNraXJ0 19632 +aWVudGVz 19633 +IG5o4buvbmc= 19634 +IE5hdHVyYWw= 19635 +IGhpbmQ= 19636 +IHdvcmtsb2Fk 19637 +bXU= 19638 +7YOc 19639 +IHN1bnNldA== 19640 +0LLQvtC7 19641 +cGl0 19642 +IEFTSA== 19643 +IOu2hOuTpA== 19644 +IGRvd25zdGFpcnM= 19645 +6a0= 19646 +IGNvdW50ZWQ= 19647 +IG5heg== 19648 +15XXpA== 19649 +IFBoaWxpcHBpbmVz 19650 +IDExMA== 19651 +IFBhcmtlcg== 19652 +IGdpdHU= 19653 +IGludGVyZXM= 19654 +IHVtYnJl 19655 +IE5hdHVyZQ== 19656 +IGplcg== 19657 +ZW5vcw== 19658 +IHBhbmVsaXN0cw== 19659 +IGNvYXRpbmc= 19660 +IGNoZXJyeQ== 19661 +IFBlbnQ= 19662 +IE1pc3Q= 19663 +cmVnYXRpb24= 19664 +IHZpbmQ= 19665 +IENvcnBz 19666 +IE1pc3Npb24= 19667 +IG5vYmxl 19668 +IGZvbmN0aW9u 19669 +IHdhcnJpb3I= 19670 +IHByb3Rlc3Rz 19671 +b3VyaQ== 19672 +IGNvbnN0aXR1dGlvbmFs 19673 +xYJhbQ== 19674 +IGVtZXJnZWQ= 19675 +IGR5ZQ== 19676 +IFRyeWluZw== 19677 +aWdt 19678 +w6lxdQ== 19679 +TE8= 19680 +IFZlcm0= 19681 +ZXJ2aW5n 19682 +IFRJTQ== 19683 +IENp 19684 +IGZyZWV6ZXI= 19685 +IGdydXBv 19686 +IFNwb3J0cw== 19687 +INC/0YDQvtCz 19688 +INmE2Kc= 19689 +b3RoZXJhcA== 19690 +aWZmYW55 19691 +Ymlhbg== 19692 +IHJhbmtlZA== 19693 +IHByb3Bvc2Fscw== 19694 +IMSRw6J5 19695 +IGZyZWV6aW5n 19696 +IGluc2VjdHM= 19697 +dmls 19698 +IGNvbXBvc3Q= 19699 +IHNlbWFuYQ== 19700 +IGRpc3Rpbmd1aXNo 19701 +IGZhY2lsaXRhdGU= 19702 +IHBsdXNpZXVycw== 19703 +IHZlcmc= 19704 +IGFsZ3Vucw== 19705 +IFRpa1Rvaw== 19706 +IEV4cHJlc3M= 19707 +0LzQtdC90YI= 19708 +U1U= 19709 +IGludGltYXRl 19710 +IEF1dGhvcg== 19711 +IHdpdG5lc3Nlcw== 19712 +IGthbGF1 19713 +IGFyZ3VlZA== 19714 +IGF2b2lkaW5n 19715 +Y3RpdmU= 19716 +IHB1cnN1aW5n 19717 +IHN5bGw= 19718 +w6F2ZWw= 19719 +IEF0bGFudGE= 19720 +IFV0YWg= 19721 +IFRpbGw= 19722 +IGVyZg== 19723 +IDIwMjI= 19724 +w6R0ZXI= 19725 +IGZ1bmVyYWw= 19726 +IEZsYXNo 19727 +IEF0bGFudGlj 19728 +IGdlbGU= 19729 +7KaI 19730 +IG1vcnRnYWdl 19731 +IOuEmA== 19732 +bGljaHQ= 19733 +IGFtYml0aW91cw== 19734 +IEJlaWppbmc= 19735 +IGRpdmluZw== 19736 +IHVuYm94 19737 +aWxsYXM= 19738 +IG90cmFz 19739 +IGV2YWM= 19740 +IG1hcmluZQ== 19741 +INGB0L7Qt9C0 19742 +IENyZWF0ZQ== 19743 +IGdq 19744 +IGZyZXF1ZW5jaWVz 19745 +aW5ndG9u 19746 +IFJvbWFucw== 19747 +IGFpbWluZw== 19748 +IEJ1ZmY= 19749 +IGVtcGVyb3I= 19750 +IE1vaQ== 19751 +IHByb21pc2luZw== 19752 +IGFsZ3VtYQ== 19753 +IHBhc2E= 19754 +IGRpc29yZGVycw== 19755 +U0k= 19756 +IHN1Y2NlZWRlZA== 19757 +IGN1ZXJwbw== 19758 +IHNvZGl1bQ== 19759 +IHN0dWI= 19760 +aGVpcm8= 19761 +IGRlbGF5ZWQ= 19762 +ZXRlcmE= 19763 +dHc= 19764 +IHN5bmM= 19765 +aGQ= 19766 +IHRvdXJpc3Rz 19767 +IHN5c3Q= 19768 +IG3DqXQ= 19769 +IHF1YWxpZnk= 19770 +IE90aGVycw== 19771 +bGxlcnM= 19772 +0LDRgtC10LvRjNC90L4= 19773 +INCe0L3QsA== 19774 +IHBlcmNlaXZl 19775 +IOqygA== 19776 +IOqwgOyepQ== 19777 +INC40YHQug== 19778 +IE1hdHRlcg== 19779 +IEJsdWV0b290aA== 19780 +IHBlYXJs 19781 +IGFyaXNl 19782 +IG1vbnVtZW50 19783 +INC40LzQtdC90L3Qvg== 19784 +YWdp 19785 +2YTZig== 19786 +IHJobw== 19787 +IHNtYXJ0ZXI= 19788 +IGNvbmo= 19789 +0L7QutCw 19790 +IGtlZW4= 19791 +IFRyZWF0 19792 +0LrQu9GO0Yc= 19793 +IHBhY2tldA== 19794 +ZWxzaXVz 19795 +IEFsYWI= 19796 +0LjQvdC4 19797 +IHBzaQ== 19798 +IGVuam95YWJsZQ== 19799 +IEVsbGVu 19800 +INCy0Lw= 19801 +IGVsaW1pbmF0ZWQ= 19802 +IFJvdw== 19803 +IHpvbWJpZQ== 19804 +IEt1 19805 +IHBocmFzZXM= 19806 +IGdyZW4= 19807 +dXRlcg== 19808 +IGRpcmVrdA== 19809 +15Y= 19810 +ZW5lbg== 19811 +dXNh 19812 +INGB0LvQvtCy 19813 +xLA= 19814 +IEdo 19815 +IGNvcnJpZA== 19816 +IHF1ZWVy 19817 +IExpbmRh 19818 +IG9uYQ== 19819 +IG9ibGlnYXRpb24= 19820 +ZGFy 19821 +INi1 19822 +ZW1tZW50 19823 +YWNpZXM= 19824 +IHNjcmV3ZWQ= 19825 +IG5haw== 19826 +IGF5dWQ= 19827 +w6Fy 19828 +bGV6 19829 +IGRyb3du 19830 +IE1lZGljaW5l 19831 +IGxhYnM= 19832 +IGp1c3F1 19833 +IEdvbm5h 19834 +IHRlcnJvcmlzdA== 19835 +cXVlc3Q= 19836 +IGZhcnRoZXI= 19837 +IHJlcGxpZWQ= 19838 +IFNX 19839 +IE1pc3Npc3NpcHBp 19840 +aXNobmE= 19841 +IGhvbGRlcg== 19842 +IHJlaWdu 19843 +IGFjY2VwdGFuY2U= 19844 +IHVs 19845 +tow= 19846 +IEhvdGVs 19847 +IENvb3Blcg== 19848 +dGFu 19849 +IEdyYWI= 19850 +IHZhcG9y 19851 +IGFjdGVk 19852 +IEthbmc= 19853 +ZmFu 19854 +IOydtOyDgQ== 19855 +dXRldA== 19856 +IHdvcmR0 19857 +IGZhcm1z 19858 +ZGF0 19859 +IGNvdXBsZXM= 19860 +IGJlYWRz 19861 +aWVudG9z 19862 +VGhlbg== 19863 +b3NpdHk= 19864 +IFN0YW5mb3Jk 19865 +Li0= 19866 +V2FpdA== 19867 +IGRhdGFz 19868 +b2lyZQ== 19869 +IGhhc2h0YWc= 19870 +aW1tZQ== 19871 +IGVuY291bnRlcmVk 19872 +IHNob3V0aW5n 19873 +IHJlc2lzdGFudA== 19874 +IFNldW5n 19875 +IHRyYWdpYw== 19876 +IERyYXc= 19877 +LCw= 19878 +IHNob3djYXNl 19879 +IEFG 19880 +IFN0cmk= 19881 +IGJhY2tlZA== 19882 +INGD0LM= 19883 +INCx0YPQtNGD0YI= 19884 +IENvbGU= 19885 +ZXVycw== 19886 +KD8p 19887 +IGVzY2FwZWQ= 19888 +QVNU 19889 +IEFzc2VtYmx5 19890 +IHN0aWNrZXI= 19891 +IG1pZXV4 19892 +IGVudGVydGFpbmluZw== 19893 +IERPTg== 19894 +IEFtZW5k 19895 +IEthcmw= 19896 +IGluaGli 19897 +c3N0 19898 +aWVn 19899 +fn5+ 19900 +IGhvb2tlZA== 19901 +IGxpdGVyYWw= 19902 +IHN1bm55 19903 +c3RlcHM= 19904 +IOuwnOs= 19905 +IE1hcmluZQ== 19906 +IHN1ZQ== 19907 +IHByaXNvbmVycw== 19908 +IEVi 19909 +NTg= 19910 +IGRydW1z 19911 +IGd1aWx0 19912 +YWxn 19913 +IGhhcHBpZXI= 19914 +IENN 19915 +IOyVhOuLiOyVvA== 19916 +INCf0LXRgA== 19917 +0YPQu9GP 19918 +IGtleXdvcmQ= 19919 +IFBhcmNl 19920 +IEZvcmVpZ24= 19921 +IEFtYW5kYQ== 19922 +IOuqqQ== 19923 +cGxlc3M= 19924 +iKw= 19925 +w7Ntbw== 19926 +IHF1YWxxdWVy 19927 +7J2065286rOg 19928 +IGNvbnNwaXJhY3k= 19929 +IHN0cmF3YmVycnk= 19930 +IGhhdHRlbg== 19931 +RXM= 19932 +IHNwb3M= 19933 +IHZpbGxhZ2Vz 19934 +IGxldg== 19935 +INGB0YDQtdC0 19936 +IHdha2luZw== 19937 +IGNhbGN1bGF0aW9ucw== 19938 +INmF2Lk= 19939 +IHBvdXJpbmc= 19940 +IGxlYmlo 19941 +IHBvbGlzaA== 19942 +IFRvdXQ= 19943 +IGZ1bmt0aW9u 19944 +0LzQvg== 19945 +IFRp 19946 +IHdhc3Rpbmc= 19947 +aXN0aWNhbGx5 19948 +IG1hbmlwdWxhdGU= 19949 +IHNpbXBsaWZ5 19950 +IHRlYW1tYXRlcw== 19951 +INCx0L4= 19952 +IGNvbnRhbQ== 19953 +IFF1aXRl 19954 +IGt1cno= 19955 +IENhbmQ= 19956 +dHlwZQ== 19957 +b3V0aGVhc3Q= 19958 +IGZpbmFuY2lhbGx5 19959 +0L7Qu9C9 19960 +ZWxzb24= 19961 +IGZvcmVoZWFk 19962 +dWFnZQ== 19963 +bmF1ZGlibGU= 19964 +IEJlaGluZA== 19965 +IG5lZ290aWF0aW9ucw== 19966 +IOuniOydjA== 19967 +IGFsdGVybmF0aXZlcw== 19968 +cmFuaw== 19969 +aG9sZGVy 19970 +IGhlYWxlZA== 19971 +0YLQvtGH 19972 +IFNwZWM= 19973 +IGV4aGliaXQ= 19974 +IHNoYWxsb3c= 19975 +IGdvYg== 19976 +IOuc 19977 +IGZydXN0cmF0aW9u 19978 +w61v 19979 +IG1lbHRpbmc= 19980 +IFN0b3Jt 19981 +IHBhdGVudA== 19982 +IEJhcmNlbA== 19983 +IHBlZGVzdA== 19984 +2YjZhQ== 19985 +IHRhaQ== 19986 +IE1vZGU= 19987 +IHdpbA== 19988 +IOuqqOultA== 19989 +IMOpZ2FsZW1lbnQ= 19990 +INeQ15c= 19991 +YXlhbg== 19992 +IGFtYXplZA== 19993 +7KeA64qU 19994 +IGhhY2llbmRv 19995 +IOydtOyVvA== 19996 +zrvOsQ== 19997 +4LiC 19998 +0LXRgtCw 19999 +IGV4YW1z 20000 +IHRyYXZlbGxpbmc= 20001 +UHJlc3M= 20002 +0LjRgNGD 20003 +IGJhc2VsaW5l 20004 +IGJ1c2Vz 20005 +IHJlaW5mb3I= 20006 +dmVuYW50 20007 +IFRydXRo 20008 +nb0= 20009 +b2Jl 20010 +IHllbGw= 20011 +IHNhdXNhZ2U= 20012 +VEY= 20013 +IEV2aWw= 20014 +IG1laW5lcg== 20015 +15nXpw== 20016 +IGhvcGVmdWw= 20017 +IHLDs3duaWXFvA== 20018 +IFBlcsOy 20019 +dHdv 20020 +bmRlcg== 20021 +INC80LjRgA== 20022 +IGNvbnNjaWVuY2U= 20023 +IFdhcnJlbg== 20024 +aWNreQ== 20025 +IGFpbWVk 20026 +IGfDtnJh 20027 +WFQ= 20028 +IHB5cmFt 20029 +UmVk 20030 +YXR1 20031 +IEVzdGE= 20032 +IGVhcm5pbmdz 20033 +IGhhdHM= 20034 +IFN0YWR0 20035 +aWNrZXQ= 20036 +cG9pbnRz 20037 +aW5hbmRlcg== 20038 +IG1vdG9yY3ljbGU= 20039 +IOuPjA== 20040 +IO2VtOyVvA== 20041 +a29t 20042 +IERpbmc= 20043 +5pI= 20044 +IHJlY3Vycw== 20045 +IGVzdGltYXRlcw== 20046 +IGRlcm5p 20047 +IHZlcnNjaA== 20048 +IE1JQw== 20049 +0LjQstCw0YLRjA== 20050 +INC/0YDQvtGI 20051 +IGRvc3Q= 20052 +INCy0YHRgtGA 20053 +IHdpZWw= 20054 +IHNpYmxpbmdz 20055 +INC00LXQsg== 20056 +IGVhcmxpZXN0 20057 +IGZhdGlndWU= 20058 +IG5oaQ== 20059 +IGd1c3Rh 20060 +IGJvbm5l 20061 +ZnJvbQ== 20062 +IEplbm55 20063 +IHN1cHBvc2VkbHk= 20064 +aW50YWdl 20065 +IGNvdW50aWVz 20066 +IHVucmU= 20067 +IHBsYW50aW5n 20068 +IEdyYWM= 20069 +IEdlbmVzaXM= 20070 +IEFscGhh 20071 +eXN6 20072 +IHRpbGU= 20073 +IOqyveyasA== 20074 +INeZ16k= 20075 +cXVlbA== 20076 +IGRpc3RyaWJ1dGU= 20077 +ZGVm 20078 +w6lyYWw= 20079 +IGNsdXRjaA== 20080 +YWRlbHBo 20081 +IFBsYXlTdGF0aW9u 20082 +hLg= 20083 +IHNq 20084 +YnJlYWtpbmc= 20085 +IOuQmOs= 20086 +IEN1YmE= 20087 +IFJ1c3NpYW5z 20088 +IE1BUks= 20089 +IHBlcnNl 20090 +IHJlc3RyaWN0ZWQ= 20091 +aWdlcw== 20092 +IFRyYXZlbA== 20093 +IGVsZWN0cm9uaWNz 20094 +IHF1YXJ0ZXJz 20095 +IEtlaXRo 20096 +c2l6ZWQ= 20097 +IGRlYWRsaW5l 20098 +YXJlbnRo 20099 +IHbDrWRlb3M= 20100 +IHByb3RvY29scw== 20101 +YW1tZW50 20102 +IFRyYWluaW5n 20103 +IMOi 20104 +IHNlcXVlbA== 20105 +0L3QsNC6 20106 +IGtlaW5lbg== 20107 +IG1hdHRyZXNz 20108 +bHVkaW5n 20109 +IGNsYXNzaWZpZWQ= 20110 +IHJlYWN0b3I= 20111 +IEtvbnQ= 20112 +IHBhc3Nhcg== 20113 +IGhvbm91cg== 20114 +b3JpZw== 20115 +SU5B 20116 +IE5hdGhhbg== 20117 +0LLQsA== 20118 +INGB0LrQsNC30LDRgtGM 20119 +dMSxcg== 20120 +IGV4Y2x1c2l2ZWx5 20121 +IHNoYWRlcw== 20122 +INC/0YDQvtGG 20123 +IG9jY2FzaW9ucw== 20124 +aWph 20125 +Zmln 20126 +IHR1cw== 20127 +IHJlbWVt 20128 +IENocmlzdG9waGVy 20129 +IHNsaW1l 20130 +IGFsZ3VuYQ== 20131 +IEZvcnR1bmF0ZWx5 20132 +IGxvcnM= 20133 +dm9sbA== 20134 +YXZlcg== 20135 +IG91dGxldA== 20136 +IExpbmtlZElu 20137 +IEV4ZWN1dGl2ZQ== 20138 +IG9yZ2Fucw== 20139 +IEJlZ2lu 20140 +IO2ZlA== 20141 +IHRyYW5zcGxhbnQ= 20142 +cmFnZW4= 20143 +Vk8= 20144 +IEbDtnI= 20145 +INio2KfZhA== 20146 +IEFuZHJl 20147 +aXNpbmU= 20148 +IGxhc3Rz 20149 +IGhpc3TDs3JpYQ== 20150 +IGx1eg== 20151 +IGNvbGxhcg== 20152 +IGtpZG5h 20153 +IG9wdGljYWw= 20154 +aW92 20155 +IHRvYg== 20156 +IGV4dGVyaW9y 20157 +IG1ldHJpYw== 20158 +aWV1cg== 20159 +IHRyb2xs 20160 +INGA0L7Qtw== 20161 +IHTDtA== 20162 +IOyYiOyB 20163 +IEdlc2V0eg== 20164 +INC10LQ= 20165 +IGRlbm9taW5hdG9y 20166 +7LM= 20167 +IGxldHQ= 20168 +IGdyw7bDnw== 20169 +IEx1dGhlcg== 20170 +IHJlc3Rl 20171 +IHJlc2VtYg== 20172 +IHBlcm1ldA== 20173 +a3Np 20174 +IGZpc2hlcg== 20175 +IFZvbg== 20176 +7ZS8 20177 +IM+Dz4TOvw== 20178 +IGxvY2tz 20179 +IHNob290cw== 20180 +IGthbXU= 20181 +IEtlcg== 20182 +IE9icw== 20183 +IGJpbGk= 20184 +IOuwsQ== 20185 +IHRvcnR1cmU= 20186 +YXNzeQ== 20187 +INC40LM= 20188 +IGxhc3Rpbmc= 20189 +IHRpZW5lcw== 20190 +IHJlY2VpdmVz 20191 +IE9zY2Fy 20192 +IHJlbWVtYmVyaW5n 20193 +IHByb2JsZW1hcw== 20194 +IGlh 20195 +IG1lbW9yYWJsZQ== 20196 +IGpvdXJz 20197 +IGZhw6dvbg== 20198 +YW1pYw== 20199 +IOu0pA== 20200 +YXRpcXVl 20201 +IOutlOqwgA== 20202 +IHppcA== 20203 +aGFsdA== 20204 +IPCfmA== 20205 +IGZyaWVz 20206 +IGZpbmRlbg== 20207 +Z3Jh 20208 +0YDRg9C0 20209 +aW1wb3J0 20210 +IOuLrOs= 20211 +IGlraQ== 20212 +IGNvbXBsYWluaW5n 20213 +IGZhemVuZG8= 20214 +IGdvb2dsZQ== 20215 +IHRhYnM= 20216 +IOuTpOyWtOw= 20217 +dWdv 20218 +aWVydG8= 20219 +YXVmZW4= 20220 +IOuovOyggA== 20221 +IHNrdWxsZQ== 20222 +IHN1aXY= 20223 +IHNweQ== 20224 +IEthaQ== 20225 +IG1hcnRpYWw= 20226 +IG9uZGVy 20227 +YXRpbGl0eQ== 20228 +IGlyZ2VuZHdpZQ== 20229 +IGNsYXA= 20230 +aW50ZWxs 20231 +IGluc3RhbGxpbmc= 20232 +IHVuaXF1 20233 +IENlbnRyZQ== 20234 +YXN0cw== 20235 +dWFy 20236 +IHJldmlz 20237 +IHRocmVhdGVuaW5n 20238 +cmFpcw== 20239 +IGN1aWQ= 20240 +c2th 20241 +IHJlc29sdmVk 20242 +IHJpZGVz 20243 +IGZhaWx1cmVz 20244 +IHNlbWI= 20245 +IG1hbGVz 20246 +VUZG 20247 +IHRyw6pz 20248 +YXBwZWQ= 20249 +IG5ld3NwYXBlcnM= 20250 +cmlldA== 20251 +IGFwcGxhdWRz 20252 +0JM= 20253 +IE5D 20254 +IGhldGVy 20255 +IGhhemFyZA== 20256 +IHJ5 20257 +IHN0cmljdGx5 20258 +IDU0 20259 +IOuTpOyWtOqwgA== 20260 +IHNwb250 20261 +IHRhdHPDpGNobGljaA== 20262 +IOunkOyU 20263 +bGF1Yg== 20264 +IGFic29yYmVk 20265 +YWNhxJ/EsXo= 20266 +IG9udQ== 20267 +INCQ0L0= 20268 +IGV4cGxpY2l0bHk= 20269 +IOyerA== 20270 +IEZ1dHVyZQ== 20271 +YWNodGVu 20272 +w6Bv 20273 +eW9u 20274 +IHNlcmlh 20275 +IEhlcnJlbg== 20276 +Y2Vq 20277 +IEFsYmVydA== 20278 +7J2064qU 20279 +ZWN0b3I= 20280 +IHBhY2tpbmc= 20281 +IHZpcnR1ZQ== 20282 +IHZlbmly 20283 +REQ= 20284 +IHlheg== 20285 +IGxvZ3M= 20286 +IFBob3Rvc2hvcA== 20287 +IHNpZA== 20288 +bGluZ3M= 20289 +IHJlbW90ZWx5 20290 +IERpZmZlcmVudA== 20291 +IG9wZXJhdGVk 20292 +bGlnaHRz 20293 +IGRpc2NyaW1pbg== 20294 +aXN0YW5jZQ== 20295 +IEdSRQ== 20296 +IHBsYWM= 20297 +IHNoaXJ0cw== 20298 +IGp1c3RpZnk= 20299 +IHRyYWJhbGhv 20300 +dXRpbA== 20301 +dm9j 20302 +IHF1YXJ0 20303 +IM6k 20304 +U0M= 20305 +IFNS 20306 +IC0i 20307 +IGhlc2l0YXRl 20308 +IHBhaw== 20309 +Z3Vh 20310 +Sm8= 20311 +IHNvdXZlbnQ= 20312 +IEFuZ2VsYQ== 20313 +ZXNzZWU= 20314 +YWRlbHBoaWE= 20315 +YXJrcw== 20316 +IHdlZWQ= 20317 +IGthbm5zdA== 20318 +IOq3uOufrOuLiOq5jA== 20319 +IHBsdXTDtHQ= 20320 +IENvbW1hbmRlcg== 20321 +IHN1bW1hcml6ZQ== 20322 +4K+A 20323 +IDk4 20324 +IGRldmVsb3BtZW50cw== 20325 +IENvc3Q= 20326 +IHRoZW9yZXRpY2Fs 20327 +IG9yZQ== 20328 +IG1ldGFsbA== 20329 +zr/Phc69 20330 +ZmFocg== 20331 +0JrQkA== 20332 +IGNodWNr 20333 +IGFkYXB0ZWQ= 20334 +IE9rbGFo 20335 +IE5ldGhlcmxhbmRz 20336 +IHBvZXQ= 20337 +c3Rv 20338 +a2F0 20339 +IHdlYXJz 20340 +568= 20341 +IOyWtOuUlA== 20342 +IEVzdG8= 20343 +IGxhdWdoZWQ= 20344 +IGRvbm5lcg== 20345 +IOuNsA== 20346 +IOybkOs= 20347 +b2N1cg== 20348 +IEtpY2s= 20349 +IERldHJvaXQ= 20350 +IGJpY3ljbGU= 20351 +IGxhY2tpbmc= 20352 +cGhhYmV0 20353 +IEtlbmQ= 20354 +QXNz 20355 +IHJldmVhbHM= 20356 +IM6g 20357 +IE5vYWg= 20358 +pqzripQ= 20359 +IHNlbGxz 20360 +IEFsYWJhbWE= 20361 +IHRlcnJpZmlj 20362 +IEVsZW1lbnQ= 20363 +IO2G 20364 +IHR1cmJv 20365 +IEhvbQ== 20366 +IHRoZW9yZW0= 20367 +IGFkdmVudHVyZXM= 20368 +IHB1cmNoYXNpbmc= 20369 +IFTDoQ== 20370 +INC80LDRgg== 20371 +IHZlbW9z 20372 +IGR1dGllcw== 20373 +IHdlbmln 20374 +IGJvb3Ro 20375 +IGVudHJhcg== 20376 +VkE= 20377 +IGdlYXJz 20378 +IEphZQ== 20379 +w6hu 20380 +IGNhbGNpdW0= 20381 +IFJvYmVydHM= 20382 +INC/0YDQvtCx0LvQtdC8 20383 +IHJpYmJvbg== 20384 +INC90LDQt9GL0LI= 20385 +IGxhdg== 20386 +IGludGVydmVudGlvbnM= 20387 +IFVsdHJh 20388 +IG5hbWVseQ== 20389 +IGFkZXF1YXRl 20390 +IHJlY2Fw 20391 +IGRvY2s= 20392 +ZnRpbmc= 20393 +IHZvaQ== 20394 +IGNvbnN1bHRhdGlvbg== 20395 +INGB0LXQvA== 20396 +IHBvZGVt 20397 +IHBvc3Nlc3Npb24= 20398 +IGNsdWVz 20399 +IFJ1c3NlbGw= 20400 +IHJlbmV3YWJsZQ== 20401 +INGD0Lc= 20402 +aW5mb3JtYXRpb24= 20403 +aWdnZXJz 20404 +V2l0aA== 20405 +d25v 20406 +IGVsYWJvcmF0ZQ== 20407 +Y3RvcmFs 20408 +IERvdw== 20409 +IHJhbWVu 20410 +4buV 20411 +IGVyc3Rl 20412 +IFplbA== 20413 +IHF1YXNp 20414 +INC90LDQug== 20415 +IFN0YXJz 20416 +IHRyaWJhbA== 20417 +IHNlYXRlZA== 20418 +IHdvbA== 20419 +IGNob2w= 20420 +w6Rtw6Q= 20421 +IG91dGJyZWFr 20422 +IGNyZXM= 20423 +IHVuc2VyZXI= 20424 +IO2RnA== 20425 +IHVuZGVyd2F0ZXI= 20426 +IGFzc3VyZQ== 20427 +T09E 20428 +IG5hcHJhd2TEmQ== 20429 +IGVzdGFibGlzaG1lbnQ= 20430 +IGluY29u 20431 +IGRpZmVyZW50ZQ== 20432 +IGV4Y3Vz 20433 +IERpbQ== 20434 +0L7RhQ== 20435 +IExpbmc= 20436 +cm9sb2c= 20437 +IG91dGRvb3Jz 20438 +bmFq 20439 +IGVwaWRlbWlj 20440 +IHVudGVycw== 20441 +IDMwMDA= 20442 +IEdhYnJpZWw= 20443 +IOyXhuuKlA== 20444 +IGVuY2w= 20445 +IE9kZXI= 20446 +IEZvb3Q= 20447 +cGFz 20448 +IFp1aw== 20449 +IHdvcmtmbG93 20450 +IHVucA== 20451 +IGFsbGlhbmNl 20452 +ZW5zY2hhZnQ= 20453 +IHlvZ3VydA== 20454 +0LjQvdC1 20455 +IGVydQ== 20456 +IGZpeg== 20457 +IGHFnw== 20458 +IGFwcmVuZA== 20459 +IGN1YWxxdWllcg== 20460 +IGNhcnJvdHM= 20461 +xLFuxLFu 20462 +YWZvb2Q= 20463 +IGZsb29ycw== 20464 +IGtleXdvcmRz 20465 +IHNwb3R0ZWQ= 20466 +IGRyYW5r 20467 +IHBhcmFz 20468 +IMO6bHRpbW8= 20469 +IGhhYmxhcg== 20470 +IHByb3NlY3V0 20471 +7JeQ64+E 20472 +IMOpcA== 20473 +IHN0aWNrZXJz 20474 +IHB1c2hlcw== 20475 +a2g= 20476 +IHJlc3RhcnQ= 20477 +IFRodW5kZXI= 20478 +4budaQ== 20479 +IG11aXRh 20480 +IGZveA== 20481 +YXJkZcWf 20482 +IFphY2g= 20483 +IE1pbmVjcmFmdA== 20484 +57g= 20485 +ID09PT0= 20486 +IGfDtnJl 20487 +IHN0YW5jZQ== 20488 +aWd1bmc= 20489 +2Y7ZkQ== 20490 +a8Ok 20491 +IHRlYWNoaW5ncw== 20492 +6YY= 20493 +IGRlY2F5 20494 +IHJpYw== 20495 +b21lbmE= 20496 +INCy0YHQtdC8 20497 +Y2h0ZW4= 20498 +IFZlcnQ= 20499 +IO2VnOq1rQ== 20500 +rLTr 20501 +IGNvYw== 20502 +Oik= 20503 +a2VpdGVu 20504 +IEJB 20505 +ZXRoZWxlc3M= 20506 +IGhlYWRxdWFydGVycw== 20507 +IHNwaWtl 20508 +IEJhc2U= 20509 +IDEwMQ== 20510 +IGNvb3JkaW5hdGVz 20511 +IHRhcmQ= 20512 +IGJvaWxlZA== 20513 +IE1vbnN0ZXI= 20514 +IG5vdGVib29r 20515 +IOq0gA== 20516 +IFdha2U= 20517 +IFNldHRpbmc= 20518 +7J207Jc= 20519 +IFN5ZG5leQ== 20520 +IEZpbm4= 20521 +IGxvYmJ5 20522 +IHNlbmlvcnM= 20523 +0L3QuNGF 20524 +YXZhbg== 20525 +IEpF 20526 +IHRyYWZm 20527 +dGhpbms= 20528 +IHNsYXA= 20529 +IENhc3RsZQ== 20530 +qW5n 20531 +IGFsZ3Vub3M= 20532 +IFBlcnNvbmFsbHk= 20533 +IE1hbGU= 20534 +7Yuw 20535 +IEdlbmVyYWxseQ== 20536 +IFBlbA== 20537 +IGRpYXM= 20538 +IGV2b2x2aW5n 20539 +aXRvbA== 20540 +0LLQvtGA 20541 +IHBsZWlu 20542 +IGZsaWdodHM= 20543 +IGVsZXZlbg== 20544 +b3dlag== 20545 +4buRbmc= 20546 +IGFrdQ== 20547 +IGdsYW5jZQ== 20548 +IGNvbm5lY3Rpdml0eQ== 20549 +IGJhbGQ= 20550 +0YvRhw== 20551 +IGludGVzdA== 20552 +w6Fn 20553 +IEdSw5w= 20554 +aWJsaWNhbA== 20555 +IFBhcGE= 20556 +IHBpdHk= 20557 +IGZhaW50 20558 +IHd1cmRlbg== 20559 +IGxlZ2FsbHk= 20560 +IHByZXk= 20561 +IFNjaWVuY2Vz 20562 +INC/0YDQvtGB 20563 +IHRyYWluZXI= 20564 +IHByb2Jsw6htZQ== 20565 +IGtpbG8= 20566 +0LrQvtCz0L4= 20567 +IGJyaWRnZXM= 20568 +ODk= 20569 +IGxhc3RlZA== 20570 +IGVsZWdhbnQ= 20571 +Ym93cw== 20572 +IHBhbGFi 20573 +IGRpcmVjdG9yeQ== 20574 +IGJ1bGI= 20575 +cGVvcGxl 20576 +SVg= 20577 +IGdlYg== 20578 +IDY2 20579 +IFRlbm5lc3NlZQ== 20580 +YWhsZW4= 20581 +aWV2YWw= 20582 +IGNhdXQ= 20583 +IERhbWVu 20584 +cGxv 20585 +aWFuZQ== 20586 +0LDQu9C1 20587 +YXR0YW4= 20588 +INin2YTYsw== 20589 +IHJpc2t5 20590 +IHNsZWV2ZQ== 20591 +IGluY2lkZW50cw== 20592 +IOuwlQ== 20593 +Q28= 20594 +IGFwcGxpY2FibGU= 20595 +IGltcGVyaWFs 20596 +IFBoaWxpcA== 20597 +IFllYQ== 20598 +0LXRgNC+ 20599 +INC/0L7QutCw0Lc= 20600 +w7xuZQ== 20601 +7JiA 20602 +SHVi 20603 +dG9y 20604 +IHNpZ3U= 20605 +Y2VuZA== 20606 +IHBvbGl0aWNhbGx5 20607 +IOyCtA== 20608 +IHBhcnM= 20609 +IG91dg== 20610 +IHByaW1laXJh 20611 +IFNoYWg= 20612 +IHNhdHVy 20613 +IGNvbWJ1c3Q= 20614 +IHByb21vdGVk 20615 +7KO86w== 20616 +IHRlbXBsYXRlcw== 20617 +IOuLrA== 20618 +IGhhdWw= 20619 +INGC0LXRgA== 20620 +IHNsaWRpbmc= 20621 +Y2VkZW50ZWQ= 20622 +Y2hpbGRyZW4= 20623 +TVI= 20624 +IFdlaQ== 20625 +IGLDtnI= 20626 +IHByw7N4aW1v 20627 +YXLDrWE= 20628 +IHNhbXBsaW5n 20629 +0LXQu9C10L0= 20630 +ZXNp 20631 +IERhbmllbGxl 20632 +IE9rbGFob21h 20633 +6IU= 20634 +0LXRgdC/ 20635 +IERWRA== 20636 +INCy0YvQvw== 20637 +cm91cw== 20638 +Y29ucw== 20639 +IGVuaGFuY2Vk 20640 +IHBhc3Rvcg== 20641 +IFN1ZGRlbmx5 20642 +ZmFy 20643 +UEVS 20644 +IE5n 20645 +MTAwMA== 20646 +IGNoZXc= 20647 +IHJ1bW9ycw== 20648 +IEFuYQ== 20649 +IGFubsOpZXM= 20650 +INGD0YHRgg== 20651 +IFBoaWxhZGVscGhpYQ== 20652 +0LXQttC00YM= 20653 +IGVmZmVjdGl2ZW5lc3M= 20654 +w6l0w6k= 20655 +IGRpbmc= 20656 +IHJlbGlnaW9ucw== 20657 +IGFnZWQ= 20658 +emllxIc= 20659 +IFJpYw== 20660 +IEthcA== 20661 +IFBhZ2U= 20662 +IHPDvA== 20663 +IG7DpG1saWNo 20664 +IG1hbmtpbmQ= 20665 +IHJlc3Rpbmc= 20666 +IGluZmx1ZW5jZXM= 20667 +IFNjaHVs 20668 +INC90LXQsg== 20669 +IG1hbmE= 20670 +IGNvbnN1bWVk 20671 +IFBvbQ== 20672 +IGNvbnNlZ3Vpcg== 20673 +IFRoYW5rc2dpdmluZw== 20674 +IEhpbmR1 20675 +bGFpcw== 20676 +IHRocml2ZQ== 20677 +IGNvbnRvdXI= 20678 +0LDRhtC40Y8= 20679 +IGZhbGFuZG8= 20680 +IErDoQ== 20681 +emFu 20682 +0LjRgtGD 20683 +aXBoZXI= 20684 +amFtaW4= 20685 +IEhhbGxv 20686 +IDE2MA== 20687 +INC+0YHQvtCx 20688 +IG1ldGU= 20689 +IOyVjOs= 20690 +IEJhcmNlbG9uYQ== 20691 +bGV0dGVy 20692 +INCd0LXRgg== 20693 +5Zk= 20694 +IGFkZW3DoXM= 20695 +IGNvb3JkaW5hdGlvbg== 20696 +dW50cw== 20697 +IHNsb3A= 20698 +INC/0YDQuNC0 20699 +7KeA66eJ 20700 +IHF1ZXN0aW9uaW5n 20701 +IGRpZXNlbA== 20702 +IGRlag== 20703 +IGFmZmlybQ== 20704 +jZTrnbzqs6DsmpQ= 20705 +aWVubmU= 20706 +IGNyYW5r 20707 +IHByZWRpY3Rpb25z 20708 +IHBoeXNp 20709 +Y2hzZWw= 20710 +IGNvbWJpbmF0aW9ucw== 20711 +IGV4Y2VsbGVuY2U= 20712 +4bud 20713 +d2lkdGg= 20714 +d2VlZA== 20715 +hOulvA== 20716 +hOuniA== 20717 +IGFsdG8= 20718 +IGRhaXJ5 20719 +IE5vcm1hbA== 20720 +cHBlbg== 20721 +IG9iZW4= 20722 +IGRldmFzdGF0aW5n 20723 +IHBveg== 20724 +IEh1cw== 20725 +bWF6 20726 +IHdhcm5lZA== 20727 +IGRlbms= 20728 +IEF1c3M= 20729 +IHRyYWRlcw== 20730 +aGVsbA== 20731 +IHByaW1lcm8= 20732 +IG1pYQ== 20733 +0LLQsNGA 20734 +2KjZig== 20735 +IGtpY2tz 20736 +IGHEnw== 20737 +IE3DvA== 20738 +IGx1Yw== 20739 +0LXQvdC40LXQvA== 20740 +IFN0YW5kYXJk 20741 +cmljZQ== 20742 +IEN1Yg== 20743 +IGdvdQ== 20744 +IEpvw6Nv 20745 +0YPRgdC6 20746 +IGVucXU= 20747 +o4w= 20748 +Z2V3 20749 +IO2BsA== 20750 +b3dhbmlh 20751 +aWFuaQ== 20752 +IGZha3Q= 20753 +0Y/QvdC4 20754 +IGJlZg== 20755 +IHRodW1ibmE= 20756 +IGNldXg= 20757 +YXBwbGU= 20758 +TkVO 20759 +IGdhZA== 20760 +YXBvbg== 20761 +IEZhbnRhc3RpYw== 20762 +IGNvbmNlbnRyYXRlZA== 20763 +Z2lybA== 20764 +bGVuZQ== 20765 +INCU0LvRjw== 20766 +IMOpdGE= 20767 +YWFu 20768 +IG91dHRh 20769 +IG5hcmM= 20770 +IEJvZHk= 20771 +YnJ1c2g= 20772 +IGxlZ2lzbGF0aXZl 20773 +IE1lZ2Fu 20774 +IG1pc3Rha2Vu 20775 +IE1pc3NvdXJp 20776 +IGxhYmVsZWQ= 20777 +0LvRj9C10YLRgdGP 20778 +IHJlYWxpc2Vk 20779 +eW9yc3Vu 20780 +IFNhZmV0eQ== 20781 +IGFjY2VsZXJhdGU= 20782 +IHNhbmN0aW9ucw== 20783 +IHBlZQ== 20784 +IGp1ZWdv 20785 +IHBlcHBlcnM= 20786 +IHdhbA== 20787 +6riJ 20788 +ZWxsb3c= 20789 +INC20LXQvQ== 20790 +IGNpbmNv 20791 +INGB0LjRgdGC 20792 +Y292ZXJ5 20793 +IGdyYW0= 20794 +IMOpcG8= 20795 +IEJNVw== 20796 +aXZvbA== 20797 +IENoZW0= 20798 +dXNlbWVudA== 20799 +IFN1cHBvc2U= 20800 +IOqwgOyngOqzoA== 20801 +IG1pbGxlbm4= 20802 +IFR1bg== 20803 +IG1lZGFs 20804 +IGhhY2lh 20805 +IHN0aW11bHVz 20806 +IGJyaWdodG5lc3M= 20807 +YWllbnQ= 20808 +IEhhbmRz 20809 +aW5ldA== 20810 +IGNvYWxpdGlvbg== 20811 +IHJpc2Vz 20812 +cmluYQ== 20813 +IHNjb290 20814 +IGRlZmVuZGluZw== 20815 +IGludmVycw== 20816 +IGhpbGxz 20817 +IGZ1bGZpbGxlZA== 20818 +bGxpZQ== 20819 +IGFkb2xlcw== 20820 +IENoYXNl 20821 +IEpK 20822 +IG5ldWVu 20823 +IFRydQ== 20824 +IGluaGVyaXQ= 20825 +IHNpeHR5 20826 +IEV4cA== 20827 +IENsYXk= 20828 +0L7RgdC+0LE= 20829 +YXJuYQ== 20830 +IEltcGVyaWFs 20831 +INGN0YLQsA== 20832 +IHNvY2lhbGx5 20833 +YXR5 20834 +b2R5bmFt 20835 +IHJpYnM= 20836 +b21pYw== 20837 +IFRvbA== 20838 +0L7Qu9C2 20839 +IDE5OTg= 20840 +IGZyYW0= 20841 +IHJhbmtz 20842 +INCx0YPQtNGD 20843 +IENvbG9u 20844 +SHo= 20845 +IGFjY29tbW9kYXRl 20846 +IGV4cGxvZGU= 20847 +7YSw6w== 20848 +SEFFTA== 20849 +IEhhcnQ= 20850 +INC20LjQt9C90Lg= 20851 +5qE= 20852 +IGRlbGljYXRl 20853 +oNeX 20854 +IHRvZnU= 20855 +IGFjaGlldmVtZW50cw== 20856 +IFNvcg== 20857 +IGFncmVlbWVudHM= 20858 +IDU3 20859 +IHRhbXA= 20860 +IGZyYW7Dp2Fpcw== 20861 +IGhlcmJz 20862 +Y29ybg== 20863 +IGtvbms= 20864 +QU5B 20865 +IFFp 20866 +IHByw7Nw 20867 +IHRpZ2Vy 20868 +IOuRmA== 20869 +xINt 20870 +IGFwcHJlbnQ= 20871 +YWhhbg== 20872 +IHJ1bGluZw== 20873 +IHRzcA== 20874 +IHR3aXR0ZXI= 20875 +IHRlZW5hZ2Vy 20876 +YnVz 20877 +IO2S 20878 +IEFtZW5kbWVudA== 20879 +IHRhcHBpbmc= 20880 +IEFQSXM= 20881 +IG1hdGNoZWQ= 20882 +66m0 20883 +V0E= 20884 +IEJlYXV0eQ== 20885 +IGluZXZpdGFibGU= 20886 +IGdhc2Vz 20887 +INm+ 20888 +aGlnaA== 20889 +IE9wdA== 20890 +IHByZWRvbWlu 20891 +z4HPjA== 20892 +IHR1YmVz 20893 +IOyVoA== 20894 +IEFh 20895 +b21ldG93bg== 20896 +IElN 20897 +IGRlc2Fy 20898 +w6RyZW4= 20899 +INC80LDRgQ== 20900 +IE3DtmdsaWNo 20901 +IHJlbnRhbA== 20902 +IO2VqOq7mA== 20903 +IERpYW5h 20904 +IGF1dGlzbQ== 20905 +IFB1ZXJ0bw== 20906 +xLFsZA== 20907 +IGZhbGFu 20908 +IGRyZWFtaW5n 20909 +IGd1dGU= 20910 +INC60LDQvA== 20911 +IHdyZWNr 20912 +IHN0b3J5dGVsbGluZw== 20913 +IExlZ2VuZA== 20914 +IFVrcmFpbg== 20915 +INC/0YDQvtC40YE= 20916 +IFNL 20917 +IO2WiQ== 20918 +IMWbd2k= 20919 +IEJlbGlldmU= 20920 +IG1vc3RyYXI= 20921 +IFRvZGQ= 20922 +IE5pZ2Vy 20923 +aWN0aW5n 20924 +aGFyZA== 20925 +Oi8v 20926 +aXJhYmxl 20927 +aWdhdGlvbg== 20928 +IE1lbWJlcnM= 20929 +IOygnO2SiA== 20930 +IGRpc2NvdXI= 20931 +n70= 20932 +cmlrYQ== 20933 +IERO 20934 +IEZpZg== 20935 +IENhcGl0YWw= 20936 +0YDQvtC8 20937 +IFNhbnM= 20938 +eXVu 20939 +IHBpbG90cw== 20940 +IHRyYXQ= 20941 +IG55dA== 20942 +IOuvvA== 20943 +IGV4cG9uZW50aWFs 20944 +IGVtZXJnZQ== 20945 +IHRyYWplY3Rvcnk= 20946 +INC/0L7Rh9C10LzRgw== 20947 +IHNlYWxlZA== 20948 +YXR0aQ== 20949 +IHdpZGVz 20950 +INC+0LPRgA== 20951 +aWFuY2Vz 20952 +IHdpdG5lc3NlZA== 20953 +T3I= 20954 +b3Np 20955 +IEpvZWw= 20956 +b25hbA== 20957 +IEludGU= 20958 +Y2VkZXM= 20959 +IEdvdHRh 20960 +YW5pdW0= 20961 +IGZlbWFsZXM= 20962 +IExlYmVucw== 20963 +IG1vaXN0dXI= 20964 +IFNpbXBsZQ== 20965 +IERvY2g= 20966 +YXLDoQ== 20967 +IGdlc2VoZW4= 20968 +VVNU 20969 +xqFp 20970 +IGNsYXNzaWZpY2F0aW9u 20971 +IGRpYWdvbmFs 20972 +IHBlcm1ldHQ= 20973 +Y29tcA== 20974 +INin2YTYrQ== 20975 +IE1hbGF5cw== 20976 +IGdlaMO2cnQ= 20977 +IHBvcHBlZA== 20978 +IGNvbnRhY3RlZA== 20979 +INeb15w= 20980 +IDE0MA== 20981 +IGFkYXB0YXRpb24= 20982 +IG1hbnVz 20983 +IHR1cmtleQ== 20984 +IHByZWFjaA== 20985 +YnJpZ2h0 20986 +IGRvd25z 20987 +IHVucHJlY2VkZW50ZWQ= 20988 +IG1pZ2h0eQ== 20989 +IGNhdGVy 20990 +aXR0aQ== 20991 +Z3M= 20992 +IERlcHV0eQ== 20993 +d3JpdGU= 20994 +IEJsZXNz 20995 +w6Fj 20996 +IHN1bW1pdA== 20997 +IOuPvOyalA== 20998 +IHRob3VnaHRmdWw= 20999 +IHNocmVk 21000 +c2luZ2luZw== 21001 +INC70YPRh9GI0LU= 21002 +IHllbg== 21003 +IHZpYnJhbnQ= 21004 +IFdhbHRlcg== 21005 +IGhvc3Rz 21006 +IGFtYnVs 21007 +IGludmFzaW9u 21008 +b2dhbg== 21009 +IHJlYXNvbmluZw== 21010 +IHN1Y2M= 21011 +0LvQtdC60YI= 21012 +IGZhbGE= 21013 +IGtpbmdz 21014 +IGdvaW4= 21015 +IGNhbGli 21016 +IEdSw5xORU4= 21017 +b3Rlcg== 21018 +IGVpbno= 21019 +IGluc3VsaW4= 21020 +iqg= 21021 +IHNjYWxpbmc= 21022 +IENvcm4= 21023 +aHlk 21024 +IG1hdHRl 21025 +UEw= 21026 +IGFsaWVucw== 21027 +IFNlZw== 21028 +ZXN0aQ== 21029 +YXN0aWNz 21030 +IHdhcm1lcg== 21031 +IGluZ2Vu 21032 +IE1M 21033 +IHJvZGU= 21034 +IEV5ZQ== 21035 +YmVpdHM= 21036 +IEJhcm4= 21037 +wrss 21038 +IENodWNr 21039 +IHByb2ZpdGFibGU= 21040 +dWd1ZXNl 21041 +IEFyYWJpYQ== 21042 +IGNvY28= 21043 +IHB1ZWRv 21044 +IGluZmxhbW1hdGlvbg== 21045 +Y2xpcA== 21046 +IHRhYmxlc3Bvb25z 21047 +IOygkQ== 21048 +IFN3ZWQ= 21049 +IGFuYXQ= 21050 +7Iig 21051 +IGFycmli 21052 +IGRhbmNlcg== 21053 +IENhcnRlcg== 21054 +IG1hZ25pZmlj 21055 +c3RvcmU= 21056 +IGZhZGU= 21057 +IGFjY29tcGFueQ== 21058 +IHdhaHI= 21059 +IHllYXN0 21060 +IG1pbmVyYWw= 21061 +IGxlZ2lzbGF0dXJl 21062 +aXJvcw== 21063 +IGNyb3dkZWQ= 21064 +0YDQsNGI 21065 +b2NhZG8= 21066 +7Ja07JW8 21067 +IO2bhA== 21068 +IEJhcnJ5 21069 +bWFzdGVy 21070 +IG5pY2tuYW1l 21071 +ICIuLi4= 21072 +IFJz 21073 +IE1vb3Jl 21074 +IHZlbnVl 21075 +INCx0YM= 21076 +bGlob29k 21077 +IEFnZW5jeQ== 21078 +0LvQvtCy 21079 +IGthaA== 21080 +IOyGjOumrA== 21081 +IG1hcnNo 21082 +IGluY29ycG9yYXRlZA== 21083 +YW50d29ydA== 21084 +IGtpbWNoaQ== 21085 +IHdvbw== 21086 +IGRpc3RyYWN0ZWQ= 21087 +ZXJpZXM= 21088 +IGluZm9ybWFjacOzbg== 21089 +IENob29zZQ== 21090 +IEphZGk= 21091 +IGFuYWxvZ3k= 21092 +c2F5 21093 +dWZmbGU= 21094 +Ym9r 21095 +IGFjaWRz 21096 +IGFjcXVpc2l0aW9u 21097 +IHZhcmlhbnRz 21098 +IHBhc3NpZXJ0 21099 +7J2064KY 21100 +cnVjdGl2ZQ== 21101 +YnJpZw== 21102 +IOOAjA== 21103 +ZXBoZXI= 21104 +IHBI 21105 +dXRsaWNo 21106 +IHJlbGll 21107 +dWl0ZQ== 21108 +IHJlY2VwdGlvbg== 21109 +IGNvaA== 21110 +IFByZXA= 21111 +IGFudGljaXBhdGU= 21112 +a2Vl 21113 +IGRlc2lnbmF0ZWQ= 21114 +0Y/RgtC4 21115 +IEtvcg== 21116 +IEFuaW0= 21117 +w7xobA== 21118 +IFdoaXQ= 21119 +IHVuY292ZXI= 21120 +IE1heWE= 21121 +INGC0L7Qs9C00LA= 21122 +sJU= 21123 +dXRlbmFudA== 21124 +IOyWvOs= 21125 +IGZvcmVzdHM= 21126 +IG1lbWU= 21127 +IGRpc3Rpbmd1aXNoZWQ= 21128 +IE1hcng= 21129 +IExpb24= 21130 +IHNlcnZhbnRz 21131 +IERpYW0= 21132 +IFBvbGljeQ== 21133 +jbw= 21134 +IHRyaWdnZXJlZA== 21135 +YWJpbGly 21136 +IOydkQ== 21137 +IG5lZ290aWF0ZQ== 21138 +IGZleg== 21139 +IGVydw== 21140 +IHZhcmllcw== 21141 +IGplbWFuZA== 21142 +IGRpc2NoYXJnZQ== 21143 +0YHRj9GH 21144 +IFBBUg== 21145 +IEFmZmFpcnM= 21146 +IHZvdGVy 21147 +IGF0ZW4= 21148 +IGNyb2lz 21149 +b2JpbA== 21150 +IE9vcHM= 21151 +IEFyYw== 21152 +IEhlYXRoZXI= 21153 +YW5rYQ== 21154 +IHNpbXBsZXM= 21155 +zr/OvQ== 21156 +Ij4= 21157 +IGNob3Jkcw== 21158 +IFNhbmRlcnM= 21159 +IOu2hOs= 21160 +QmVu 21161 +IGRhcsO8YmVy 21162 +aWxpYW5z 21163 +IG9yZGVyaW5n 21164 +IE1hbmg= 21165 +IGtpbG9ncmFt 21166 +IGthcsWf 21167 +IGdyYXNw 21168 +IGdob3N0cw== 21169 +YWxlbg== 21170 +IEplZGk= 21171 +INCx0LvQuA== 21172 +IGRvd25sb2FkZWQ= 21173 +IGNvbmR1Y3Rpbmc= 21174 +IEhhaw== 21175 +IHJlc2VhcmNoZXI= 21176 +aWxhbg== 21177 +Z29vZA== 21178 +IEhhbm5haA== 21179 +IGTDvMWfw7xu 21180 +IE1lc3NpYWg= 21181 +dWl0eQ== 21182 +aW9uYQ== 21183 +IHByb2JhYmxl 21184 +IFlF 21185 +IGluZGVwZW5kZW50bHk= 21186 +IGJ1ZmZlcg== 21187 +YnVybg== 21188 +b3VyZA== 21189 +IE1jSw== 21190 +IGxpbmd1 21191 +dWplbXk= 21192 +0LXRgNGC 21193 +IGludHVpdGl2ZQ== 21194 +IGNyYWNrcw== 21195 +YXBwcm9wcmk= 21196 +bnR5 21197 +IGdlZW4= 21198 +IGxlbmQ= 21199 +IGNlcnRpZmljYXRpb24= 21200 +SURT 21201 +dW50ZXI= 21202 +cGVlcw== 21203 +IHRydW1w 21204 +IGJhbmtydXB0 21205 +IGZlYXM= 21206 +6Jc= 21207 +IGR1xbw= 21208 +IHZpcnVzZXM= 21209 +IDU4 21210 +Z29k 21211 +INC20LXQuw== 21212 +IHN0YWxr 21213 +SW5k 21214 +YWNoaQ== 21215 +IENG 21216 +IENvbmQ= 21217 +IHNhbmN0 21218 +IGNvbnRlbg== 21219 +IGZyZWVk 21220 +IFJU 21221 +IG1lbnRvcnM= 21222 +7KGx 21223 +IHBvcnRhYmxl 21224 +IFBhdWxv 21225 +cmFuZQ== 21226 +SEFIQQ== 21227 +IFNlY3Rpb24= 21228 +54Y= 21229 +aHl1bg== 21230 +IM6tz4c= 21231 +IFB1Yg== 21232 +IEluZGVwZW5k 21233 +IGNvbXBvdW5kcw== 21234 +INGB0Ys= 21235 +IG1lc3NhZ2luZw== 21236 +IGRlZGljYXRpb24= 21237 +IG5vdGljaW5n 21238 +IGRldm90ZWQ= 21239 +0Y7RgtGB0Y8= 21240 +IHNuYWtlcw== 21241 +IGJhdHRsZWZpZWxk 21242 +cGVycw== 21243 +IGRlbGE= 21244 +OTI= 21245 +IGhhaQ== 21246 +aWxsw6Q= 21247 +w6lyZXI= 21248 +ZXZlcnk= 21249 +IHJlc3BvbnNpdmU= 21250 +15nXlQ== 21251 +b3Bm 21252 +6Yk= 21253 +irg= 21254 +QmVjYXVzZQ== 21255 +IHRvdXJpc20= 21256 +IOq3uOqyjA== 21257 +15XXpg== 21258 +IGNhbnM= 21259 +c3TDvHQ= 21260 +IGRvbm5l 21261 +IERpb3M= 21262 +IFViZXI= 21263 +YWN0b3J5 21264 +IG9yaWVudGVk 21265 +IEhlcm0= 21266 +IHBhdHJvbg== 21267 +dXJm 21268 +YmVp 21269 +IHByb2dyYW1h 21270 +IE9oaA== 21271 +Z2VuZXI= 21272 +IGZpc3Q= 21273 +IFdlbmR5 21274 +IGFuZGE= 21275 +IGd1ZXNzZWQ= 21276 +IGZyZWFr 21277 +IEtpbmdz 21278 +Y2hvb2w= 21279 +IG9mZmxpbmU= 21280 +IEluZGlhbmE= 21281 +IEFsbGlhbmNl 21282 +IDUz 21283 +IHBhcnRpY3Vs 21284 +IEZvY3Vz 21285 +IGluaGFiaXQ= 21286 +IOqwmeydgOuNsA== 21287 +IE1jRw== 21288 +b3dza2k= 21289 +IOydtOqxtA== 21290 +IHBhxYRzdA== 21291 +0L7QvdC4 21292 +aXR0YQ== 21293 +IGNvbmZpcm1hdGlvbg== 21294 +IEJyb29rbHlu 21295 +IG5vb2RsZQ== 21296 +ZnVuZA== 21297 +aXR1ZA== 21298 +IGdyYW5kcGFyZW50cw== 21299 +IGJhcmJlY3Vl 21300 +zrXOuc+C 21301 +IOE= 21302 +IGJhbGxvdA== 21303 +IFZldGVy 21304 +IHBpcGVz 21305 +aWdpb3Vz 21306 +IEdyYXBo 21307 +ZXN0ZWQ= 21308 +IOu4jOs= 21309 +IEtF 21310 +IGVpbnM= 21311 +IGhhdHJlZA== 21312 +IGRhbmc= 21313 +ZWVlZQ== 21314 +IGFyY2hhZQ== 21315 +IEplc3Nl 21316 +IGRldGVjdGVk 21317 +IHNlbmk= 21318 +YnVyZ2g= 21319 +IGRpc3BsYWNlbWVudA== 21320 +IGRvcA== 21321 +IGNvbmRpdGlvbmluZw== 21322 +INC90LXRgdC60L7Qu9GM0LrQvg== 21323 +IGRpc3R1cmJpbmc= 21324 +UEg= 21325 +IHRoaW5uZXI= 21326 +IHdvdW5kZWQ= 21327 +IEN1YW5kbw== 21328 +IGN1c2hpb24= 21329 +IHdoaXRlcw== 21330 +IHByZWZlcmVuY2Vz 21331 +IOykgOu5hA== 21332 +IGthxbw= 21333 +IEdhdGU= 21334 +IFBhdGg= 21335 +ZGxlcw== 21336 +4LiE4Lij 21337 +aW1vcmU= 21338 +IOuztOyXrA== 21339 +IGRpc2NpcGxpbmVz 21340 +4buP 21341 +IG1lc21h 21342 +IOyDiOs= 21343 +IOyLrA== 21344 +IGdpbmc= 21345 +IHVtYnJlbGxh 21346 +SUdIVA== 21347 +IHBlbnNpb24= 21348 +IGNvbWJpbmluZw== 21349 +U1M= 21350 +IHJlY3RhbmdsZQ== 21351 +4buHdA== 21352 +IHByb3hpbQ== 21353 +IENvdw== 21354 +uIw= 21355 +IGludGVudGlvbmFs 21356 +IGRlY2lk 21357 +INGB0LrQsNC2 21358 +IFVtYQ== 21359 +aWFzbQ== 21360 +YnV6 21361 +IGRlYnJpcw== 21362 +IGNhc3M= 21363 +IFByb3A= 21364 +aXNrYQ== 21365 +66Cl 21366 +ZXN0ZXJvbA== 21367 +dXNzaWFu 21368 +7J20656R 21369 +IHVubGltaXRlZA== 21370 +IGFkbWlyZQ== 21371 +IHRpZ2h0bHk= 21372 +IGdlbm9tZQ== 21373 +IEp1bmlvcg== 21374 +dmVuaXI= 21375 +Z3Vz 21376 +IGPEgw== 21377 +IFZsYWQ= 21378 +IO2C 21379 +IHJlbGF0aXY= 21380 +aW5jaQ== 21381 +IGF1bnF1ZQ== 21382 +IEJveXM= 21383 +0YbQuNC+0L0= 21384 +IFN3aXNz 21385 +IHBoeXNpY2lhbnM= 21386 +IO2PiQ== 21387 +IFBFVA== 21388 +IHdvdW5kcw== 21389 +YWJvdXQ= 21390 +w6Bp 21391 +b256 21392 +dXJpdGllcw== 21393 +INGD0LLQuNC0 21394 +IG1lbnRhbGl0eQ== 21395 +IHZhcmlhbmNl 21396 +IHNlZ3VuZGE= 21397 +IHZvbGNhbm8= 21398 +YWxpZQ== 21399 +4KWH 21400 +IHRpbGVz 21401 +IFRlcnJ5 21402 +INin2YTZhNmH 21403 +IGNhbm9u 21404 +IHNjYXR0ZXJlZA== 21405 +cHRvbg== 21406 +IGRlZmluaXRpb25z 21407 +IGFsZ2VicmE= 21408 +b3Rlbg== 21409 +YWJsbw== 21410 +aWp1YW5h 21411 +IHdyYXBwaW5n 21412 +IHNlc2FtZQ== 21413 +INC90LDRh9C40L3QsA== 21414 +IEFsZg== 21415 +INCg0L7RgdGB 21416 +b3Jubw== 21417 +IGFua2xl 21418 +IHNwZWNpYWx0eQ== 21419 +IGF0dGVtcHRpbmc= 21420 +aWxpYXRpb24= 21421 +IDE5MjA= 21422 +IHBoZW5vbWVuYQ== 21423 +IFByb2R1Y3Q= 21424 +IEJ1Y2s= 21425 +IEF3dw== 21426 +c2Vlbg== 21427 +IHZvaWQ= 21428 +IEZyYW5rbGlu 21429 +IGFkdm9jYWN5 21430 +IFNlcA== 21431 +IGNvb2xlc3Q= 21432 +INGB0YDQsNC30YM= 21433 +IFF1YW5k 21434 +IDkwMA== 21435 +IFRyYWQ= 21436 +ZGllcw== 21437 +IGhhc2g= 21438 +IHBvdHM= 21439 +IHNhZGx5 21440 +IHZpYWJsZQ== 21441 +IFRpZ2Vy 21442 +IE9ORQ== 21443 +IG5ldXJvbnM= 21444 +b3dhbmll 21445 +xJc= 21446 +IFNoYXI= 21447 +IExhbmRlcw== 21448 +IGNvbmZlcmVuY2Vz 21449 +IGNyZWRlbnRpYWw= 21450 +IGxpbWU= 21451 +aW5lZQ== 21452 +eGl0 21453 +cGF5 21454 +IGluY29ucw== 21455 +ID4+Og== 21456 +IO2emOs= 21457 +IGxlc3Nlcg== 21458 +IHNwaWxs 21459 +IHByZW1pc2U= 21460 +IDM2NQ== 21461 +IEhvc3Q= 21462 +IHRvbWFy 21463 +15DXnA== 21464 +67KI 21465 +IFdoYXRz 21466 +IGxpZ2h0d2VpZ2h0 21467 +IE1hcA== 21468 +Zmlh 21469 +ZWxsc2NoYWZ0 21470 +IHZlbmRvcnM= 21471 +dWVzdG8= 21472 +IE1pc3Rlcg== 21473 +INCf0YDQuA== 21474 +aG1h 21475 +IGludGVudGlvbmFsbHk= 21476 +IFRhbmc= 21477 +IGlkZW50aWZpY2F0aW9u 21478 +IGV0Y2V0ZXJh 21479 +IE5lZQ== 21480 +INGC0YDQuA== 21481 +6re4 21482 +IGNyeXB0b2N1cg== 21483 +IGluaGFsZQ== 21484 +IGFkZGljdA== 21485 +IG1hdQ== 21486 +INGC0LDQutCw0Y8= 21487 +IOuyhA== 21488 +IGNvbXByYXI= 21489 +aWVkemllxIc= 21490 +INC+0YLQvdC+ 21491 +IGJlZ2lubmVy 21492 +INC80YPQtg== 21493 +IG9ic2M= 21494 +IGxpbWl0aW5n 21495 +YXNjdWxhcg== 21496 +IGluc3BlY3Rpb24= 21497 +YWNp 21498 +IHJlam8= 21499 +TXVz 21500 +IHphdGVu 21501 +IHN6Y3o= 21502 +IE1hZHJpZA== 21503 +IHZhcmlldGllcw== 21504 +IGVzdMOg 21505 +IFNoYWtlcw== 21506 +IGtpdHM= 21507 +IGFkbWluaXN0ZXI= 21508 +IGxhdmE= 21509 +IGfDpQ== 21510 +16rXmQ== 21511 +IFdheW5l 21512 +IGluc3RhZ3JhbQ== 21513 +IHJhdGVk 21514 +cGFwZXI= 21515 +IGJpbGQ= 21516 +IHByZXRlbmRpbmc= 21517 +IG9ic2VydmluZw== 21518 +INGB0LDQvNC+0Lw= 21519 +IHRyb3I= 21520 +IG9yZ2FuaXNtcw== 21521 +IGZhbHRh 21522 +IGhvbWV0b3du 21523 +57E= 21524 +IO2L 21525 +IGNoZWc= 21526 +IOyh 21527 +IGNvbW1h 21528 +aXPDqQ== 21529 +IGxpa2VsaWhvb2Q= 21530 +YXZvcmVk 21531 +IGdlbGRp 21532 +0L3QuNC60L7Qsg== 21533 +IG1lZGlv 21534 +IGpha2ll 21535 +IEp1cA== 21536 +IGdyZWVuaG91c2U= 21537 +IHNwaXQ= 21538 +0LrQvtC1 21539 +INC60LDQtg== 21540 +IEdyYW0= 21541 +IENvbmZlcmVuY2U= 21542 +IGRlZmljaXQ= 21543 +c8Sxbg== 21544 +aW5zZQ== 21545 +dcSf 21546 +IHJpY2h0 21547 +IGNvaW5jaWRlbmNl 21548 +IGV1cm9w 21549 +IGJ1dHRlcmZseQ== 21550 +cHJlYWQ= 21551 +IOyWvA== 21552 +IHdhdmVs 21553 +IEluZmlu 21554 +IFBsYW5ldA== 21555 +IHNlbGZpZQ== 21556 +aWVudHJhcw== 21557 +IGFycm9n 21558 +b3Nlcg== 21559 +aWRhbA== 21560 +oNeX16DXlQ== 21561 +w7x0w7xu 21562 +IGZyZXNobWFu 21563 +IE1hY2hpbmU= 21564 +z4PPhA== 21565 +IERpYQ== 21566 +7J2064uk 21567 +bmVh 21568 +IGxpc3Rpbmc= 21569 +IGNvbmZpZ3VyZQ== 21570 +dXRvcg== 21571 +VXA= 21572 +dHNjaGFmdA== 21573 +cmnDqHJl 21574 +IHVwd2FyZHM= 21575 +INGF0L7Rh9GD 21576 +IHN3ZWVw 21577 +QnI= 21578 +IGV4cHJlc3Npbmc= 21579 +IHVuaGFwcHk= 21580 +IG1hbmRhdG9yeQ== 21581 +Z2VuZGVy 21582 +IEHDrQ== 21583 +IGluZGljYXRvcnM= 21584 +IG9pbHM= 21585 +bm90ZQ== 21586 +IHNlZ3Vy 21587 +0L7QttC10YI= 21588 +eW5hc3R5 21589 +IGRpc3RhbmNlcw== 21590 +IG1lcmdl 21591 +QkVSVA== 21592 +IHN1cnJlbmRlcg== 21593 +IGJ1YXQ= 21594 +IEF3YXJkcw== 21595 +IHNlw7Fvcg== 21596 +b2RveA== 21597 +IGZsYXZvdXI= 21598 +IGFiZG9t 21599 +IGNvbmZpZ3Vy 21600 +ODY= 21601 +IERJWQ== 21602 +IHJpZ2lk 21603 +sJg= 21604 +IGNvcnBvcmF0aW9u 21605 +IGdyb29t 21606 +amF3 21607 +IE5lYXI= 21608 +0LjQu9C+ 21609 +IG9wZXJh 21610 +IElubm92 21611 +0LjRgNCw 21612 +k7E= 21613 +IHNwZWNpZmllZA== 21614 +IGNvc20= 21615 +IEZyZWVkb20= 21616 +IGNsb3du 21617 +IE5lbQ== 21618 +INCy0L7Quw== 21619 +0ZHQvQ== 21620 +IGNoYXJnZXI= 21621 +4LmB4Lil 21622 +IGluZmx1ZW50aWFs 21623 +w6RzaWRlbnQ= 21624 +6aQ= 21625 +IOyEoOs= 21626 +IHZvbHVtZXM= 21627 +5pA= 21628 +IG91dHJhcw== 21629 +IFR3aXRjaA== 21630 +IGZvdW5kaW5n 21631 +IGF3aGlsZQ== 21632 +IGNvaWw= 21633 +6rCZ 21634 +IGPhuqM= 21635 +IFRocm93 21636 +IEhlbmNl 21637 +b21tdA== 21638 +IEJlbmphbWlu 21639 +0LPQu9GP0LQ= 21640 +VGltZQ== 21641 +b2JpYw== 21642 +IG1vdXI= 21643 +IGRyZWFk 21644 +IEzDoA== 21645 +IENoaWxl 21646 +IHByZXZhbA== 21647 +IHZhaW4= 21648 +IGFydMSxaw== 21649 +IHByZXNlcnZlZA== 21650 +INC+0YLQtA== 21651 +IHdhcmVob3VzZQ== 21652 +IGJlc3Rl 21653 +IFNldmVyYWw= 21654 +IFNpdHVhdGlvbg== 21655 +IGNhcmRib2FyZA== 21656 +VG9k 21657 +ZXJuYQ== 21658 +IGdhcmFudA== 21659 +IGdlc3R1cmU= 21660 +IGhlbg== 21661 +IHNwZWxsaW5n 21662 +b3NleHVhbA== 21663 +IGFubmU= 21664 +IG1pY2U= 21665 +IE1laW5l 21666 +Y2FyZA== 21667 +IHJlYmVsbA== 21668 +IGNlcnRv 21669 +IOycoOs= 21670 +IHZlcnNjaGllZA== 21671 +IEJvcw== 21672 +IGludmVudGlvbg== 21673 +IHRyemU= 21674 +IG1hbmnDqHJl 21675 +IENoYWQ= 21676 +IHNwcmU= 21677 +IG9yZ2FuaXNhdGlvbnM= 21678 +IHBvb3JseQ== 21679 +IGFudGVyaW9y 21680 +IHN0YWly 21681 +0LrRgA== 21682 +IGF0b21pYw== 21683 +IHN5bXBhdGg= 21684 +IGNvbnRpbnVhbGx5 21685 +IGtsZWluZQ== 21686 +w6h0ZQ== 21687 +0LjRiQ== 21688 +zr/Pgg== 21689 +cGV1dA== 21690 +IHJlcG9zaXQ= 21691 +IGVudHJh 21692 +RW0= 21693 +IGZpbmFuY2luZw== 21694 +INC80L3QvtCz 21695 +IHRoZXNpcw== 21696 +IENvbXB1dGVy 21697 +ZWF1 21698 +IFRyZWU= 21699 +IGJyaWRl 21700 +b25zaWV1cg== 21701 +c2hpcmU= 21702 +d2lj 21703 +REU= 21704 +IOyImOs= 21705 +IGFjb20= 21706 +IFBP 21707 +ZXJzY2g= 21708 +INC/0L7QvNC+0Yk= 21709 +IEFybWVu 21710 +IOyjvQ== 21711 +IHpvcg== 21712 +IHByaW50cw== 21713 +IERhc3M= 21714 +IGR1cmFibGU= 21715 +IFRyYW5zcG9ydA== 21716 +7J6Q6rCA 21717 +INC70LXQsw== 21718 +IGTDqXQ= 21719 +w7RsZQ== 21720 +YW1vdXM= 21721 +WU4= 21722 +IGNsaWZm 21723 +IGdyYW1tYXI= 21724 +INCf0L7RjdGC0L7QvNGD 21725 +IGzDoG0= 21726 +ZXNjaA== 21727 +IG1pc2VyYWJsZQ== 21728 +IHZvbHRz 21729 +IENhZA== 21730 +dWthbg== 21731 +0YLQuNCy 21732 +cnVzdA== 21733 +IOyYrOudvA== 21734 +IHZlcms= 21735 +IGNoaWNrZW5z 21736 +IFlvbw== 21737 +IG91dGZpdHM= 21738 +Y29kZQ== 21739 +IGhpZXJhcmNoeQ== 21740 +bmV0ZXM= 21741 +IGNvdW50ZXJwYXJ0 21742 +IHTDtGk= 21743 +IHRlZA== 21744 +IEJhcnQ= 21745 +IOudvA== 21746 +IEdlbmF1 21747 +IGluY29taW5n 21748 +IEFCQw== 21749 +cmlxdWU= 21750 +INC+0YLQvw== 21751 +cXVhbA== 21752 +IGluY2VudGl2ZQ== 21753 +IGlocmVu 21754 +16DXmQ== 21755 +bG9l 21756 +IDE5MzA= 21757 +IGJhcmc= 21758 +IGRpY3Rpb24= 21759 +IMO2bmNl 21760 +SU5T 21761 +IHJlaA== 21762 +aXNpYWo= 21763 +bW91dGg= 21764 +IHNjb3Jpbmc= 21765 +bMSxaw== 21766 +IOyVhOyjvA== 21767 +T1JJQQ== 21768 +IEVzdGFkb3M= 21769 +IGNvbXBhbmlvbg== 21770 +IGFzc2VtYmxl 21771 +IHB1bmlzaGVk 21772 +IGl0YWw= 21773 +IHByZXZlbnRz 21774 +aXN0ZXM= 21775 +IEtlbnR1Y2t5 21776 +IGxvY2F0ZQ== 21777 +IGZhc3Rpbmc= 21778 +g4A= 21779 +IFNlYg== 21780 +IENyb3du 21781 +b3BpYQ== 21782 +IHdoaXA= 21783 +dXN6 21784 +0LrQsNC80Lg= 21785 +IGRhdGFiYXNlcw== 21786 +IHByb3NlYw== 21787 +IDE5OTc= 21788 +IOyCtOynnQ== 21789 +IFNvbGFy 21790 +IFB1ZXM= 21791 +IFplbg== 21792 +b2xsbw== 21793 +IEd1cnU= 21794 +IHNxdWVleg== 21795 +INCX0LA= 21796 +IMSN 21797 +Y2VwdGlvbnM= 21798 +Y2Nh 21799 +aXphYmxl 21800 +bWFuZA== 21801 +IGJyZWFrdGhyb3VnaA== 21802 +IHRhYmxlc3Bvb24= 21803 +IFNFQw== 21804 +aWto 21805 +IFPDo28= 21806 +INC/0LvQvg== 21807 +YW1lbg== 21808 +IHByYWM= 21809 +IGRhcmxpbmc= 21810 +IHRhbGxlcg== 21811 +IHJlbmRlcmluZw== 21812 +IOyasOumrOqwgA== 21813 +IM+EzrfPgg== 21814 +IG3Dow== 21815 +IGVzb3M= 21816 +dWVyZG8= 21817 +INGB0YfQuNGC 21818 +YWxsZXI= 21819 +7JeI7Ja07JqU 21820 +IG1pbGxvbmVz 21821 +bGVyaW4= 21822 +IHBlZ2Fy 21823 +b25uZQ== 21824 +IGVucm9sbG1lbnQ= 21825 +IGxpZWd0 21826 +IGJvYQ== 21827 +d2nEmQ== 21828 +YnNw 21829 +IGN5Y2xpbmc= 21830 +IEJlcm5pZQ== 21831 +IDE5ODk= 21832 +INC00LDQu9GM 21833 +IERha290YQ== 21834 +INGB0LLRj9C3 21835 +IENQ 21836 +IHN0YXJl 21837 +7YKk 21838 +IHByb3NwZXJpdHk= 21839 +IGFycmFuZ2VtZW50cw== 21840 +IGFycml2aW5n 21841 +bcOk 21842 +IGtheWFr 21843 +aXB0 21844 +IHBhcmRvbg== 21845 +IHJlbGF0 21846 +IHZlcnN0ZQ== 21847 +IEZpZw== 21848 +IGZvaWw= 21849 +IFRhbGtpbmc= 21850 +cGVhcmU= 21851 +IG5vaQ== 21852 +INC/0YDQuNGI 21853 +IGhvY2tleQ== 21854 +IGFkbw== 21855 +IE9VVA== 21856 +Njc= 21857 +IGhvcm1vbmVz 21858 +IEF2ZW51ZQ== 21859 +IFN1cGVybWFu 21860 +IHByZXNjcmlwdGlvbg== 21861 +dWJlcm5ldGVz 21862 +Q0w= 21863 +b3RpdmU= 21864 +TklT 21865 +aWVuZW4= 21866 +IHNhZG5lc3M= 21867 +IFZpdA== 21868 +VHk= 21869 +IHN0YXJ0ZXI= 21870 +IGJlZGU= 21871 +IGZvdW5kYXRpb25z 21872 +IHNvcmU= 21873 +0YnQtdGB0YLQsg== 21874 +7Jqw6w== 21875 +INGH0YPQsg== 21876 +bGluaw== 21877 +IG1hbmV1 21878 +d29ya2luZw== 21879 +w6Bu 21880 +IEF0dGFjaw== 21881 +IENhcnQ= 21882 +dmVpcw== 21883 +IFJlc3A= 21884 +ZW5zaW5n 21885 +IOyii+yVhOyalA== 21886 +IGVzY3VjaA== 21887 +IFJOQQ== 21888 +grQ= 21889 +IGFkb3A= 21890 +IGJlbmRpbmc= 21891 +2LnYrw== 21892 +IG1hbmFnZXM= 21893 +dXNw 21894 +IHRhcnQ= 21895 +IHJvdXRlcg== 21896 +Qm8= 21897 +IGVzdGFibGlzaGluZw== 21898 +IGJhbGFuY2luZw== 21899 +IGF0aGxldGlj 21900 +IFNsbw== 21901 +IGZpbGxz 21902 +INC90LDQsQ== 21903 +INC00LDQuw== 21904 +IHBvc3Nv 21905 +IFZpZWxlbg== 21906 +IGNyaXRpY3M= 21907 +IGxhd3N1aXQ= 21908 +IElzYWFj 21909 +INGE0LjQu9GM0Lw= 21910 +IHRyYXM= 21911 +IHByYXc= 21912 +IENyYXp5 21913 +IG5ldQ== 21914 +IGt1bGw= 21915 +IHR1bW9y 21916 +IEFQUA== 21917 +Z2F0ZQ== 21918 +IEFSRQ== 21919 +OTg= 21920 +IFN0ZWFt 21921 +IGZ1Y2tlZA== 21922 +bGFnZQ== 21923 +IOKZrA== 21924 +IE1E 21925 +Znk= 21926 +IHNoZWxscw== 21927 +IFNlZW1z 21928 +aXplcnM= 21929 +IHJhbmdlcw== 21930 +IEFudG9uaW8= 21931 +QVRJT04= 21932 +IEJhYmE= 21933 +IOyDiQ== 21934 +a3Vu 21935 +IHByYXllZA== 21936 +0YDRjw== 21937 +INC/0YDQvtGC0LjQsg== 21938 +IHNlYXM= 21939 +YnVyeQ== 21940 +INeU16k= 21941 +IHRyYWl0 21942 +IERlcGVuZGluZw== 21943 +IGRyZQ== 21944 +IGvDtm5udA== 21945 +0YbRgw== 21946 +IGxpcHN0aWNr 21947 +ZWV6 21948 +INC/0YDQuNC80LXRgA== 21949 +IGFzc2lnbm1lbnRz 21950 +Qm9i 21951 +IG1ldGFscw== 21952 +IHNwZWNpYWxseQ== 21953 +IOyYiOs= 21954 +IMWh 21955 +IHZpc3Rh 21956 +IM6s 21957 +IHR3aW5z 21958 +IG5vdGFibGU= 21959 +IFNhdQ== 21960 +IGTDqXZlbG9w 21961 +IMOnZWs= 21962 +IHBvbHlub20= 21963 +YXZhbQ== 21964 +IHRhbWLDqQ== 21965 +0L7QvdC+0Lw= 21966 +IHBsYXNtYQ== 21967 +IGVmZWN0 21968 +IGzDpG5n 21969 +IGNhc2k= 21970 +0YHQsA== 21971 +xLFtxLE= 21972 +k6TsnYA= 21973 +IGxhYm91cg== 21974 +b3NzZW4= 21975 +IFB1bg== 21976 +cmlm 21977 +IGRvc2Vz 21978 +IG9wZXJhdGVz 21979 +0LjQu9C70Lg= 21980 +IGphYXI= 21981 +c3Rhdw== 21982 +IOyCrOuekQ== 21983 +IGF0bQ== 21984 +IHByb3RlY3Rz 21985 +IGltcGVk 21986 +SE8= 21987 +IGNpbWE= 21988 +IHRvY2g= 21989 +YWJpcw== 21990 +IHNlbmRv 21991 +bGF1cw== 21992 +IGN1cmw= 21993 +IE51bQ== 21994 +IHNwb25zb3Jz 21995 +IGTDqWJ1dA== 21996 +IEFsZXhh 21997 +IELDvHI= 21998 +IEFtZXI= 21999 +IGNvcGU= 22000 +INC40LfQsg== 22001 +amFs 22002 +IDE5OTU= 22003 +YXBhdA== 22004 +cmVzc2U= 22005 +IFByaXpl 22006 +IENsYWlyZQ== 22007 +IEJyYW5kb24= 22008 +IHdzenlzdGtv 22009 +IHZhbHVlZA== 22010 +4LiZ4Liw 22011 +IHNlY3Q= 22012 +IHNlY3JldGx5 22013 +IGRpYW1vbmRz 22014 +IEV2YW4= 22015 +IFJQRw== 22016 +iOuPhA== 22017 +IFVuaXZlcnNhbA== 22018 +IGRvdWJ0cw== 22019 +IFBpbg== 22020 +d2nEhXo= 22021 +mqk= 22022 +IGFsYm8= 22023 +IGJyYXVjaHQ= 22024 +QVVM 22025 +IE1vYmlsZQ== 22026 +Z3JhZGVz 22027 +IHNjaGVt 22028 +d2h5 22029 +IE5pY2h0 22030 +cGk= 22031 +Z2xl 22032 +IGNob3J1cw== 22033 +IGdseQ== 22034 +IHJlaW5mb3JjZQ== 22035 +IG11ZmY= 22036 +IFNoZW4= 22037 +IEhvbGE= 22038 +0YPQsw== 22039 +dmlkZW1tZW50 22040 +dmlhbA== 22041 +YWNpb3Vz 22042 +bGFpbWVk 22043 +IFJpY28= 22044 +IHZlZ2c= 22045 +IGlsbHVzdHJhdGlvbg== 22046 +IEJ1dHRlcg== 22047 +b3dhZA== 22048 +IGV1eA== 22049 +IGVuZmFudHM= 22050 +IExlYWRlcg== 22051 +IFZpbGxhZ2U= 22052 +ZXRpY2FsbHk= 22053 +2YbZig== 22054 +IHN0ZXc= 22055 +IHN1cnByaXNlcw== 22056 +IGN1ZQ== 22057 +IEdyYW5kbWE= 22058 +IENlbHNpdXM= 22059 +IFJpY2h0 22060 +ZW5j 22061 +IHBldGl0aW9u 22062 +IGhlcmI= 22063 +IHdpY2tlZA== 22064 +IHNjaGxl 22065 +b2NhbHk= 22066 +IHRyYW5zZg== 22067 +IHRva2Vucw== 22068 +IEdyYXk= 22069 +IEJCQw== 22070 +SUs= 22071 +IDE1MDA= 22072 +em4= 22073 +IE5ldg== 22074 +IGtveQ== 22075 +IHphcg== 22076 +IGJ1bGxzaGl0 22077 +IENvbG9tYmlh 22078 +dWxhdGl2ZQ== 22079 +IHdpZGVzcHJlYWQ= 22080 +eWVjdA== 22081 +a2l0 22082 +IGVtcHJlc2E= 22083 +IG5vdXI= 22084 +IGJ1cm5z 22085 +YXRpbg== 22086 +YWlyZWQ= 22087 +IHJldm9sdXRpb25hcnk= 22088 +INCz0L7QtNGD 22089 +IExvZ2Fu 22090 +IDE5OTY= 22091 +IEdyYWhhbQ== 22092 +cmVi 22093 +IE5IUw== 22094 +IGNvc3R1bWVz 22095 +IG5hd2V0 22096 +IGxvdmVycw== 22097 +IEx1Y3k= 22098 +IEluZGlnZW5vdXM= 22099 +7ZWY6riw 22100 +IGltbXVuaXR5 22101 +pbTr 22102 +dWl0bw== 22103 +IGV4Y2Vzc2l2ZQ== 22104 +IGRvbmF0aW9ucw== 22105 +INeU16g= 22106 +IOyyqw== 22107 +IGRyeWluZw== 22108 +bWVsb24= 22109 +IHN1cnZleXM= 22110 +IOustOyKqA== 22111 +YWFh 22112 +IHByb2Jl 22113 +YW5jaWFs 22114 +IGxvdWRlcg== 22115 +IGhvdGVscw== 22116 +w7zEnw== 22117 +YWduZXI= 22118 +IG9yaWdpbnM= 22119 +IOuniOyngOuniQ== 22120 +ICoq 22121 +IHN0cmFuZ2Vycw== 22122 +IEhhdXM= 22123 +Y29tZWQ= 22124 +IGFudGhyb3A= 22125 +IHVzbw== 22126 +IOyVhOyngQ== 22127 +IFl1YW4= 22128 +IO2VhOyalA== 22129 +cGxlcg== 22130 +cmVzc2l2ZQ== 22131 +IHNwcmF3 22132 +IFN0ZXc= 22133 +IDE5OTQ= 22134 +IGVsZGVycw== 22135 +IG1laW5lbg== 22136 +IGp1bnQ= 22137 +IGFjb3VzdA== 22138 +IFdvaG4= 22139 +IGJhbmFuYXM= 22140 +IHByb2plY3Rpb24= 22141 +IFN0aWNr 22142 +bGVndA== 22143 +c3BlZWQ= 22144 +IGPFqW5n 22145 +IFdvcnQ= 22146 +IEJhbHRpbW9yZQ== 22147 +INGG0LXQuw== 22148 +IGR1bm5v 22149 +Pyw= 22150 +IExvY2Fs 22151 +b3N0bw== 22152 +0K0= 22153 +0L7QtNCw 22154 +IFBvcnR1Z3Vlc2U= 22155 +IHRoZWlycw== 22156 +IGTDqW0= 22157 +IGRyYXVm 22158 +IEJ1ZGRoaXN0 22159 +ZXJ0YQ== 22160 +R2U= 22161 +IGNhcnJvdA== 22162 +IFdvbmRlcmZ1bA== 22163 +IHNvYWs= 22164 +IGNoYWlybWFu 22165 +Z2dp 22166 +SUNB 22167 +ZnJpZWQ= 22168 +IGZsaWNr 22169 +IFRocm91Z2hvdXQ= 22170 +IOyasOs= 22171 +IGNvdWdo 22172 +IGZsdWZmeQ== 22173 +c2Nob29s 22174 +IHJpcHBlZA== 22175 +LS0tLS0tLS0= 22176 +IFp1a3VuZnQ= 22177 +INC90LXQsQ== 22178 +IHN0bw== 22179 +IEJP 22180 +cGVudA== 22181 +IExhd3JlbmNl 22182 +z4nPgg== 22183 +c3RpY2tz 22184 +IEVpbnM= 22185 +INGA0Ys= 22186 +IFN0cm9uZw== 22187 +IGNhcmFtZWw= 22188 +IHNwaXRl 22189 +YXphcg== 22190 +IGNyaXRpY2FsbHk= 22191 +IG9icmE= 22192 +b3dpdHo= 22193 +IFpvbmU= 22194 +INGA0LXQug== 22195 +IHN1Zw== 22196 +YXJkZWQ= 22197 +IGfDrA== 22198 +ZmZlbnRsaWNo 22199 +YW5jaGU= 22200 +2J8= 22201 +YXN0aWNhbGx5 22202 +7J286w== 22203 +0LvQsNCy 22204 +IHNpbXBsZXN0 22205 +IEZyaWVuZA== 22206 +IHF1ZWxsbw== 22207 +IGFtYml0aW9u 22208 +IGFiYmlhbW8= 22209 +INGE0L7RgNC8 22210 +IEVzc2E= 22211 +IGVkdWNhdG9ycw== 22212 +IHN0YXRpc3RpY2Fs 22213 +IGNoYW5nZXI= 22214 +IGF0YXU= 22215 +w6l0YWlz 22216 +IFNoYWtlc3BlYXJl 22217 +65CY 22218 +IHRyaWdnZXJz 22219 +IHJlYWxpeg== 22220 +IGNlbHVp 22221 +d2hlZWw= 22222 +IGxveWFsdHk= 22223 +IHNjcmVhbXM= 22224 +a2Vocg== 22225 +IE1lZ2E= 22226 +ZWFzdA== 22227 +IHRvcHM= 22228 +IFRvdGFsbHk= 22229 +b3VudGFpbg== 22230 +bG9yZA== 22231 +IHZpb2xhdGlvbg== 22232 +IEdB 22233 +IG5pY2Vy 22234 +IEZyZXNo 22235 +IE1lbGlzc2E= 22236 +ZnVuY3Rpb24= 22237 +IHJhcGU= 22238 +IGV4Y2VwdGlvbnM= 22239 +IHNpbGljb24= 22240 +IGxpYmVydHk= 22241 +IGhvdXNlaG9sZHM= 22242 +IENB 22243 +INCe0LE= 22244 +IGxpYg== 22245 +now= 22246 +Y2lmaWM= 22247 +IHRyb3BpY2Fs 22248 +IGludmVzdGlnYXRpbmc= 22249 +SEQ= 22250 +IGFkYXB0ZXI= 22251 +IFBpdHQ= 22252 +YW5jaWE= 22253 +IFNoZWxs 22254 +ZnJpZW5kbHk= 22255 +IGNvbmNsdXNpb25z 22256 +IHR1cnRsZQ== 22257 +IGRlY29tcA== 22258 +IGFuaW1hdGlvbnM= 22259 +INGB0LXQug== 22260 +aW5zaQ== 22261 +IHJldGVudGlvbg== 22262 +a2ll 22263 +IGluamVjdGlvbg== 22264 +IE1hZGlzb24= 22265 +7LCw 22266 +IHZpZW50 22267 +IHZhcmllZA== 22268 +IHZpb2xpbg== 22269 +IEJpbA== 22270 +IGx1Y2tpbHk= 22271 +IGh0dA== 22272 +bMOk 22273 +IHJhbmNo 22274 +IHPDs2xv 22275 +7JWF 22276 +IERlcmVr 22277 +IFNjcmlwdHVyZQ== 22278 +0L7RgNCw 22279 +IGNsYXNzcm9vbXM= 22280 +YXZpbA== 22281 +Zm9ybWVk 22282 +IGJlZm9yZWhhbmQ= 22283 +IEdlbQ== 22284 +cHJlY2g= 22285 +IGxpbg== 22286 +IGdyZWVucw== 22287 +0YbQtdCy 22288 +IE1lcmNlZGVz 22289 +IGRyb3VnaHQ= 22290 +Z2FzcHM= 22291 +IGFib3J0aW9u 22292 +IHRlcnJpYmx5 22293 +IHNwb3PDs2I= 22294 +IHNlY3VyZWQ= 22295 +IGF0csOhcw== 22296 +IHdhdmVsZW5ndGg= 22297 +IGdyYWlucw== 22298 +ZWN0aXZl 22299 +IHNwYWNlY3JhZnQ= 22300 +IHRvdXJz 22301 +IHByb2Zlcw== 22302 +IHN1cmdlb24= 22303 +IFBpZQ== 22304 +IGlkZWFsbHk= 22305 +YXJuZXI= 22306 +VVA= 22307 +b3BhcmQ= 22308 +c2Nl 22309 +IGltbWVuc2U= 22310 +IE9ydA== 22311 +cm9sbGVy 22312 +IERhbGxhcw== 22313 +IE5pY2hvbGFz 22314 +IHN1bGY= 22315 +IFRveW90YQ== 22316 +IHF1YW50aXRpZXM= 22317 +Y2VhbnM= 22318 +IGN1aQ== 22319 +YW7Dp2E= 22320 +IENBTg== 22321 +aXR6ZXJsYW5k 22322 +IHpvdQ== 22323 +IEN5YmVy 22324 +bGVnZW4= 22325 +IEluaXQ= 22326 +ZWR1 22327 +IGFwZXJ0 22328 +IGFkamFj 22329 +b3V2 22330 +cnM= 22331 +IGNhYmJhZ2U= 22332 +IHdoZWVsY2hhaXI= 22333 +aW55bA== 22334 +IER5bmFt 22335 +IOyVhOuLiOudvA== 22336 +IGxpbmc= 22337 +aGw= 22338 +INC80L7Qs9GD 22339 +IGNyaXNw 22340 +IG1pag== 22341 +IGR1Zw== 22342 +bmlu 22343 +IGJsb3Nz 22344 +IGJlbG9uZ2luZw== 22345 +IGxvdWRseQ== 22346 +IG1pbmVyYWxz 22347 +IGNvbmNsdWRlZA== 22348 +IHNlYXJjaGVk 22349 +OTY= 22350 +IE1lZXQ= 22351 +IFNFTw== 22352 +INCh0Lo= 22353 +IEhvYg== 22354 +b3R0YQ== 22355 +IHByb3BhZ2FuZGE= 22356 +IGNpbm5hbW9u 22357 +IGh1bnRlcg== 22358 +IGdlbWVpbnM= 22359 +IHNjdWxwdHVyZQ== 22360 +dWxzaW9u 22361 +IHbDpGw= 22362 +IG1hZ2F6aW5lcw== 22363 +IGNvbnRyb3ZlcnN5 22364 +IHNlcXVlbmNlcw== 22365 +IO2ajA== 22366 +IGRlbGV0ZWQ= 22367 +kOuPhA== 22368 +IHZhcnlpbmc= 22369 +IG1vdW50aW5n 22370 +IGFmZmFpcg== 22371 +IHBhdGh3YXlz 22372 +5qY= 22373 +IGRpZ28= 22374 +INC00L7Qug== 22375 +QWxleA== 22376 +IHRvYmFjY28= 22377 +IENW 22378 +IGJvdGhlcmVk 22379 +IGFtYmllbnQ= 22380 +aW5reQ== 22381 +IFNM 22382 +IGhhdGVz 22383 +IGplxbxlbGk= 22384 +IGNvbmdyZWc= 22385 +IGVsYXM= 22386 +IGRldXRz 22387 +IFN0dWRpb3M= 22388 +Y2jEmQ== 22389 +IGRvY3VtZW50ZWQ= 22390 +IENydXo= 22391 +IExlbg== 22392 +IERvdWdsYXM= 22393 +IFBvcnR1Z2Fs 22394 +ZW50aQ== 22395 +IHNwb3VzZQ== 22396 +IGFuYWx5cw== 22397 +YXZpYQ== 22398 +IGVkaXRlZA== 22399 +IGzhuqFp 22400 +YnVpbHQ= 22401 +IHZpbGxl 22402 +YWRvcmE= 22403 +IGJyYWNlbGV0 22404 +IHN1c2hp 22405 +IHBt 22406 +IHRyYWlscw== 22407 +IGx1Zw== 22408 +IMO2dmVy 22409 +IHNvcnJvdw== 22410 +IGNvbG9ueQ== 22411 +YWRveA== 22412 +IHNlcmll 22413 +YW55YWs= 22414 +INi3 22415 +IEd1bGY= 22416 +IFBW 22417 +IFNhbXVlbA== 22418 +IEtpdA== 22419 +IFJhbA== 22420 +b250aW4= 22421 +ZXhwbA== 22422 +IGVudHJpZXM= 22423 +IGFjdGl2aXN0cw== 22424 +UHM= 22425 +IHNhbnQ= 22426 +INGC0L7Rhw== 22427 +IEJydW5v 22428 +a2VsZXk= 22429 +IHR1dHRv 22430 +6ZQ= 22431 +IHZpbnRhZ2U= 22432 +IHRlcnJpZmllZA== 22433 +INC/0L7RhQ== 22434 +dXNpdmU= 22435 +b3dlcnM= 22436 +0LDQudGC 22437 +64+Z 22438 +IHR3aXN0ZWQ= 22439 +IFRob3VnaHQ= 22440 +IHRhaA== 22441 +IHNocmluaw== 22442 +IHNoZWVy 22443 +bGl0 22444 +IGRhbGFt 22445 +IGRpYg== 22446 +IHZhcmQ= 22447 +b3dhbmU= 22448 +IGRvYnI= 22449 +IFJlbmE= 22450 +INGB0LLQvtGO 22451 +IHBhw61zZXM= 22452 +IEVyYQ== 22453 +IEJVVA== 22454 +c2lnaHM= 22455 +IOq3uOqxsA== 22456 +IGdyb8OfZW4= 22457 +IOu5qOumrA== 22458 +IG5lcnZlcw== 22459 +IGNvbnN0aXQ= 22460 +IHByZW9jdXA= 22461 +IEdheQ== 22462 +IFh1 22463 +a2VlcGVy 22464 +aGV1cmU= 22465 +Li4p 22466 +IENhbG0= 22467 +IFVuaWRvcw== 22468 +IOydtOqygw== 22469 +IEFxdWk= 22470 +IOygnOydvA== 22471 +ZMSxcg== 22472 +7KaY 22473 +eW91cg== 22474 +INGN0YLQuNC8 22475 +MjAyMA== 22476 +IHJ1bmQ= 22477 +IEhP 22478 +IENhdGhlcmluZQ== 22479 +aWVsaQ== 22480 +IGZ1c2lvbg== 22481 +IGlkZW9sb2d5 22482 +IGZvcmFt 22483 +c2hhcGVk 22484 +IO2bhOs= 22485 +IHd0 22486 +IHJldHI= 22487 +IHByw6lj 22488 +IOqwkQ== 22489 +IG9wZW5seQ== 22490 +dml0eQ== 22491 +6rWs7JqU 22492 +IG9ic3RhY2xl 22493 +IGJvbw== 22494 +IHNlaW5lcg== 22495 +aWNvcm4= 22496 +IGVpZ2VubGlqaw== 22497 +IGhlYWRlcg== 22498 +YXJlbW9z 22499 +IHNvZnRlcg== 22500 +INCf0L7QtA== 22501 +IHByZWp1ZA== 22502 +IGRlZmluZXM= 22503 +aWVydGU= 22504 +IGJsZW5kaW5n 22505 +IGJlbGlldmVycw== 22506 +IFdvY2hlbg== 22507 +INC90LjQutCw0Lo= 22508 +INCa0L7Qs9C00LA= 22509 +IFR5cGljYWxseQ== 22510 +IO2BrA== 22511 +Y2lvcw== 22512 +IG1pc3NpbGVz 22513 +IHNwb25nZQ== 22514 +IEtpdGNoZW4= 22515 +IHRyZW4= 22516 +bmluZ2Vu 22517 +IHNjcmFw 22518 +IHNlcmFpdA== 22519 +tOyg 22520 +57k= 22521 +IOuwmOs= 22522 +IHJlc3RvcmVk 22523 +IHByenlrxYJhZA== 22524 +IEt1YmVybmV0ZXM= 22525 +IHNhaXQ= 22526 +IHV3 22527 +IGVuYWJsaW5n 22528 +IHRyYXZlcnM= 22529 +YW1wcw== 22530 +IE9NRw== 22531 +ZW5zb3I= 22532 +IHpvc3Rh 22533 +IHByb25vdW5jZWQ= 22534 +QW5n 22535 +bm9ybWFs 22536 +IGVjb25vbWllcw== 22537 +dGlu 22538 +IENoYW1waW9u 22539 +aXplbg== 22540 +IGFyYmVpdGVu 22541 +IEdvc3BlbA== 22542 +IFp1 22543 +bmdh 22544 +IGxpdGVyYWN5 22545 +IE1hbnM= 22546 +IGNpcmN1bGF0aW9u 22547 +IGFkYXA= 22548 +IFRvdGFs 22549 +IG1lcmVrYQ== 22550 +IG9sYWNhaw== 22551 +0YHRgtCw0YLQuA== 22552 +SmFjaw== 22553 +IG11bmQ= 22554 +IHRoaWVm 22555 +Ymllcw== 22556 +IOqygQ== 22557 +YXF1ZQ== 22558 +INqp24w= 22559 +IFNjYXI= 22560 +5bI= 22561 +IGFib2w= 22562 +IGRldm90ZQ== 22563 +IDAx 22564 +IHNpdHRlbg== 22565 +IFZpc3VhbA== 22566 +d2Vlaw== 22567 +c29tZQ== 22568 +aW5ndA== 22569 +IGpvdXJuYWxpc20= 22570 +IEhpcg== 22571 +IEJhY2hlbG9y 22572 +aW5lcnk= 22573 +w5xORA== 22574 +IGNvbG9yaW5n 22575 +IENyaXN0 22576 +IGNlbGVicml0aWVz 22577 +INGH0LjRgQ== 22578 +IENyaXQ= 22579 +IGRpZmZlcmVudGlhdGU= 22580 +INCc0L3QtQ== 22581 +ZWxpbQ== 22582 +IHNlYWZvb2Q= 22583 +IGFsZ3VtYXM= 22584 +b3RoZXJhcHk= 22585 +IGdsYXVi 22586 +IGFyYml0cmFyeQ== 22587 +Z2Vucw== 22588 +INCx0YPQtNC10Lw= 22589 +IHRhdg== 22590 +IGNyZWFteQ== 22591 +IENvdW50cnk= 22592 +YcOx 22593 +0LzQtdGC 22594 +IGhpbnRlcg== 22595 +IG1pc20= 22596 +IGlsbHVzdHJhdGU= 22597 +w5xORE5JUw== 22598 +IGRlY3JlYXNpbmc= 22599 +IHdlbmlnZXI= 22600 +QUtJ 22601 +aXhvbg== 22602 +INC90LXQuQ== 22603 +IGZhdHRv 22604 +IG5lcmQ= 22605 +56A= 22606 +IGJpdHRl 22607 +UGVy 22608 +IHRhbmU= 22609 +IGfDtno= 22610 +IGZvcnRl 22611 +IEV5 22612 +INC90LDQstC10YA= 22613 +IFdvcmRQcmVzcw== 22614 +IE1pcw== 22615 +xa8= 22616 +esOkaA== 22617 +IGludMOpcmVzcw== 22618 +b3NhdXJz 22619 +IEZhbGxz 22620 +IG5lc3Nh 22621 +OTc= 22622 +IG11c2V1bXM= 22623 +IGNvcnJlc3BvbmRz 22624 +IHNpbmdz 22625 +Zm91cg== 22626 +IGVkZXI= 22627 +IENvbW11bmlzdA== 22628 +b2E= 22629 +bmVr 22630 +IFdITw== 22631 +IGNvcnBv 22632 +IG1lc3Npbmc= 22633 +z4TOsc65 22634 +IGJydXNoZXM= 22635 +IGJpc2M= 22636 +IEFyYmVpdHM= 22637 +IFRheA== 22638 +IHNlbGU= 22639 +IGZsYWdz 22640 +b3VwZQ== 22641 +IGFudGljaXBhdGVk 22642 +IE5hZA== 22643 +IHBvdXJlZA== 22644 +IG1s 22645 +IGxsYW1h 22646 +IHZpc3VhbGl6ZQ== 22647 +IGxpc3RlbmVycw== 22648 +2YTZgw== 22649 +YWx0ZW4= 22650 +TWljaGFlbA== 22651 +IGNvc8Os 22652 +1aHV 22653 +b3B1cw== 22654 +IO2VtOyjvA== 22655 +IGhpa2U= 22656 +IEF0dG9ybmV5 22657 +IEhpbGxhcnk= 22658 +dWRlZA== 22659 +IO2VmOyngOunjA== 22660 +IGRvdmU= 22661 +IHN0b3Jtcw== 22662 +0LDQutGB 22663 +IGRvY3RyaW5l 22664 +IGhleA== 22665 +aWtz 22666 +bm/Fm8SH 22667 +IHNjcmlwdHM= 22668 +IM60zrXOvQ== 22669 +INGN0YLQuNGF 22670 +INCG 22671 +YWJlcg== 22672 +IFZhcw== 22673 +IGNlbnRpbWV0ZXJz 22674 +157XlA== 22675 +0L3QuNCx 22676 +IHJpZGVycw== 22677 +IFRyaWI= 22678 +IHRha8W8ZQ== 22679 +IG5vdW4= 22680 +IGljb25z 22681 +IHNvbGVseQ== 22682 +bWluZGVk 22683 +IGRpc3Bvbg== 22684 +IFN3aXR6ZXJsYW5k 22685 +IGNsdXN0ZXJz 22686 +IHF1ZWRh 22687 +YWlsaW5n 22688 +IG1hbmdh 22689 +IDY4 22690 +hIg= 22691 +IHRldA== 22692 +Z2lucw== 22693 +aGF1cw== 22694 +IE9Q 22695 +b3RlZA== 22696 +IG5vdXZlYXU= 22697 +QUxMWQ== 22698 +2YjYrw== 22699 +w7Ju 22700 +IG1vcnRhbGl0eQ== 22701 +IEdpdEh1Yg== 22702 +ZHJvcA== 22703 +IGRpc2d1 22704 +IHJlY29t 22705 +IGxvY2Fscw== 22706 +IGhvbWVtYWRl 22707 +YW1iYQ== 22708 +IHByb251bmNpYXRpb24= 22709 +IGFscGhhYmV0 22710 +0LDQvdGM 22711 +b3dhbnk= 22712 +aXJhcw== 22713 +aWRlbmN5 22714 +T01F 22715 +INGA0LDRgdGB 22716 +YXJhaw== 22717 +dmlhbWVudGU= 22718 +IG5vbnByb2ZpdA== 22719 +IFlvdVR1YmVy 22720 +IHBhcmVudGg= 22721 +IEJvbw== 22722 +dmF0 22723 +IFN0aXI= 22724 +IHByZWNpcA== 22725 +IGFudHM= 22726 +IGFsbHk= 22727 +IE1hb3Jp 22728 +IOuMgO2VnA== 22729 +b2dlbmU= 22730 +IExhYm91cg== 22731 +YXJldHRl 22732 +IHJlY3ljbGluZw== 22733 +ZW5zYQ== 22734 +IHB1cnN1aXQ= 22735 +IHNhaw== 22736 +INCX0LTQtdGB0Yw= 22737 +IHRvbGVyYW5jZQ== 22738 +IHNhYXQ= 22739 +IGNsaWNrZWQ= 22740 +4pml 22741 +IGZhY2Vib29r 22742 +IEludG8= 22743 +IGluY2VudGl2ZXM= 22744 +6riw64qU 22745 +IERlbm5pcw== 22746 +IFdpaw== 22747 +Z2VzY2g= 22748 +4LmA4Lib 22749 +IM+AzrE= 22750 +IFdob28= 22751 +IHJvdW5kZWQ= 22752 +IGRvcGU= 22753 +IGNhcHR1cmluZw== 22754 +IFdhcnJp 22755 +IGNpdmlsaWFu 22756 +IGNoYXJtaW5n 22757 +IGVzYXM= 22758 +IHN1c3RhaW5lZA== 22759 +IGxlYW5pbmc= 22760 +IGFidW5kYW5jZQ== 22761 +w61saWE= 22762 +0LDQu9GM0L3Ri9C5 22763 +IHBo4bqjaQ== 22764 +YWNqYQ== 22765 +IOqwmeyVhA== 22766 +YWN0aXY= 22767 +4Liy4Lii 22768 +IDk3 22769 +INC80L7QuQ== 22770 +Y3Jv 22771 +IEphY2tpZQ== 22772 +aXR0ZWVz 22773 +YnJhY2h0 22774 +dWxlbnQ= 22775 +IOygnOs= 22776 +IHBsdWdpbg== 22777 +dmFudGFnZQ== 22778 +cGFydHk= 22779 +IHN1YXM= 22780 +IGFudGU= 22781 +0YPQuw== 22782 +0J3QkA== 22783 +IM+Dz4U= 22784 +IG1ldGg= 22785 +IGVudGh1c2lhc20= 22786 +0Y/RgtGB0Y8= 22787 +7ZmU6w== 22788 +IHN5bnRoZXRpYw== 22789 +IHNlYXNvbmluZw== 22790 +IExvc3Q= 22791 +b25vbXk= 22792 +IFNwYXJr 22793 +IGJ1cmU= 22794 +IGFzc3VyZWQ= 22795 +IGltYWdpbg== 22796 +IGNhcnJv 22797 +U2hh 22798 +xIV0 22799 +0L3Rg9GC0Yw= 22800 +w6F0aWNh 22801 +VFk= 22802 +IGtlcm4= 22803 +IEJyYXppbGlhbg== 22804 +w7A= 22805 +IHN1c3BlbmRlZA== 22806 +IENhcmli 22807 +IGJpemlt 22808 +IE9saXZlcg== 22809 +VG9t 22810 +INC/0LvQsNC9 22811 +IG5vcGU= 22812 +b21ldGhpbmc= 22813 +IGJlaWRlbg== 22814 +0YbQtdC9 22815 +IGZsdWN0 22816 +IM68zr/PhQ== 22817 +IGZhdGhlcnM= 22818 +IEJsYWtl 22819 +IHVwd2FyZA== 22820 +IERhc2g= 22821 +IExpbA== 22822 +IOyImOuPhA== 22823 +IHJldmVsYXRpb24= 22824 +IGVsZXZhdGVk 22825 +IEppYW5n 22826 +TEVE 22827 +IFRob21wc29u 22828 +INC80L7Qs9GD0YI= 22829 +0YHRgtGA0YM= 22830 +aWZpZXJz 22831 +IGNvbWViYWNr 22832 +IGJ1eWVycw== 22833 +6rKw 22834 +IFNhbGVz 22835 +0LjRh9C1 22836 +Y2lvbmVz 22837 +IHdoaXN0bGU= 22838 +IGR1bGw= 22839 +TEVY 22840 +IO2VmOqyoOyKteuLiOuLpA== 22841 +IGNyaW1pbmFscw== 22842 +IGRlc2NlbnQ= 22843 +aXBwbGU= 22844 +bWFzxLE= 22845 +IGZvb2xpc2g= 22846 +INC00YPQvNCw0Y4= 22847 +dGFy 22848 +IG1hbmdv 22849 +IGNob3Jlb2dyYXBoeQ== 22850 +TWF0dA== 22851 +IHRlcnJpdG9y 22852 +IGFjYWJh 22853 +IEVpbnN0ZWlu 22854 +IElCTQ== 22855 +IE1ldGFs 22856 +IENyeXN0YWw= 22857 +IHJhaA== 22858 +IGZvdWw= 22859 +IElzbGFuZHM= 22860 +IGludGFjdA== 22861 +IFJhaWw= 22862 +Ljo= 22863 +IGFjw6E= 22864 +INC/0YDQvtC/ 22865 +0LXRgNC1 22866 +IFdyaXRl 22867 +aGVoZQ== 22868 +IEZP 22869 +IM+Dz4TOtw== 22870 +IGRvaW4= 22871 +aGVsZA== 22872 +IGFwcHJvcHJpYXRlbHk= 22873 +IGRlbGliZXJhdGVseQ== 22874 +IGFyY2hpdmU= 22875 +IGdpdmVhd2F5 22876 +IGZpbmFsZQ== 22877 +0LvQsNGB 22878 +0LXQvdC+ 22879 +xqFu 22880 +b2dv 22881 +IEF1ZGllbmNl 22882 +44Wg 22883 +IHN1YnVy 22884 +IGhlYWRhY2hl 22885 +0LDQvdC90Y8= 22886 +IFdpdGNo 22887 +IFN3ZWRpc2g= 22888 +IEJJ 22889 +IGVyYXNl 22890 +IGtoaQ== 22891 +IGNvbW1lbnRhcnk= 22892 +IFN1bHRhbg== 22893 +7YOd 22894 +IExlYmFu 22895 +IOuztOyL 22896 +IFBhbQ== 22897 +cGVrdA== 22898 +bW9udGg= 22899 +IGdyb3VuZGVk 22900 +6r4= 22901 +IMWfZWtpbGRl 22902 +MjUw 22903 +IFNDSA== 22904 +aW9zbw== 22905 +IGluYXVn 22906 +aGVpbWVy 22907 +IHJlZmxlY3Rpbmc= 22908 +IFJ1dGg= 22909 +IE9pbA== 22910 +IHRyb3V2ZXI= 22911 +dWVw 22912 +Li5d 22913 +IOyeiOs= 22914 +IG9saGE= 22915 +IHJlYXNvbmFibHk= 22916 +IGdsaXRjaA== 22917 +VUI= 22918 +IEdyYW4= 22919 +IGFkYWxhaA== 22920 +IGxlbnQ= 22921 +2LHYpw== 22922 +IHRyYWN0aW9u 22923 +IGFkanVzdGluZw== 22924 +tKQ= 22925 +0L3QuNCx0YPQtNGM 22926 +INC00L7Qvw== 22927 +IHN0cmV0Y2hlZA== 22928 +IG9ydA== 22929 +IGNvc2luZQ== 22930 +dmlvbA== 22931 +IOyF 22932 +Y2ly 22933 +IGJhc3RhcmQ= 22934 +INGF0L7QtA== 22935 +IHF1aWVy 22936 +IHByZXNzdXJlcw== 22937 +IEFuaA== 22938 +IGVsbGVz 22939 +INC00YDRg9C3 22940 +INC80L7QttC10YLQtQ== 22941 +IGNo4bs= 22942 +IE3DqQ== 22943 +w7Zr 22944 +4bqndQ== 22945 +7KCI 22946 +emlu 22947 +IGNhdXRpb24= 22948 +aWJhbg== 22949 +IGp1ZGdpbmc= 22950 +0YPRjtGC 22951 +IGJhag== 22952 +INCh0LXQudGH0LDRgQ== 22953 +IFBvb3I= 22954 +IE5hemk= 22955 +IHVwYmVhdA== 22956 +eWFuZw== 22957 +IHdlZWtlbmRz 22958 +IEVzc2VudGlhbGx5 22959 +IG9sdXlvcg== 22960 +IHNwYXRpYWw= 22961 +YWNrZXI= 22962 +IHNlbGxlcg== 22963 +INeQ15XXqg== 22964 +kdec 22965 +IHZpdmlk 22966 +IEJvbmQ= 22967 +6raM 22968 +aXNrdA== 22969 +IGdvYXQ= 22970 +ZHJpdmVy 22971 +IG11Zw== 22972 +aWN0aW9uYWw= 22973 +IGFsbHQ= 22974 +IEluaXRp 22975 +IFJhbmQ= 22976 +IGZpbmlzaGVz 22977 +IOqwiA== 22978 +IHZpdGFt 22979 +IHRlZW5hZ2Vycw== 22980 +IE1vcnJpcw== 22981 +7KSE 22982 +IE9yaQ== 22983 +aXlh 22984 +IG15w7Zz 22985 +U3RlcA== 22986 +IEtyZQ== 22987 +IGRpbm9zYXVy 22988 +IOuqhw== 22989 +YWZmZQ== 22990 +IOuQqeuLiOuLpA== 22991 +IHplZw== 22992 +IE1hbmhhdHRhbg== 22993 +IHN1amV0 22994 +dWVsbGU= 22995 +c3RvZmY= 22996 +IGTDvHI= 22997 +IHN1Ym1hcg== 22998 +ZXNlcw== 22999 +IGFxdWVsZQ== 23000 +IG5vdQ== 23001 +IEZhaXRo 23002 +dHo= 23003 +INGC0L7QvNGD 23004 +YWNldXQ= 23005 +bGllcnM= 23006 +IGJhbmR3aWR0aA== 23007 +xrDhu50= 23008 +IHJlc3BlY3RpdmU= 23009 +IEF2ZQ== 23010 +IHNwcmVhZHNoZQ== 23011 +IFNlbnQ= 23012 +aWNhbWVudGU= 23013 +IGluZnJh 23014 +IGxlYXJuZXJz 23015 +IOCuiQ== 23016 +YWlhaA== 23017 +cmVuYWw= 23018 +IG11c3RhcmQ= 23019 +IGhhYnQ= 23020 +54M= 23021 +IFF1w6k= 23022 +IGFuYWx5emluZw== 23023 +IHNvbGlj 23024 +INeU15XXkA== 23025 +IGNhdXNh 23026 +IHdlbGNvbWVk 23027 +IFN1Y2Nlc3M= 23028 +IGZhY2lsZQ== 23029 +INCf0L7RgtC+0LzRgw== 23030 +c2NoZWlu 23031 +IGZldGNo 23032 +IHN0cmF0 23033 +INGB0YLQvtC40YI= 23034 +7JeQ7ISc64qU 23035 +INGB0L/QvtGB0L7QsQ== 23036 +bWFt 23037 +IHNlcsOtYQ== 23038 +bmFtZW50cw== 23039 +d3JpdGVy 23040 +IGNvbnN1bHRpbmc= 23041 +7ZiA 23042 +IEJlcmtlbGV5 23043 +ZXU= 23044 +YXNpdmU= 23045 +VVU= 23046 +IEFuYWx5dA== 23047 +IHN1Ym1pc3Npb24= 23048 +IG1hZ25pZmljZW50 23049 +ZW56YQ== 23050 +IGVjb24= 23051 +IHByb2ZpbGVz 23052 +IGluY2Fy 23053 +QWI= 23054 +IE51bg== 23055 +IGhpYw== 23056 +c2NyZWFtaW5n 23057 +IHJlc2lsaWVudA== 23058 +Z3J1bmQ= 23059 +IGNvbmN1cg== 23060 +IGJlcmVpdHM= 23061 +TEQ= 23062 +IG51cnQ= 23063 +7Ik= 23064 +IGZlYXN0 23065 +IGVuY3VlbnQ= 23066 +IE1pY2hlbA== 23067 +IHN1cHJlbQ== 23068 +Il0= 23069 +IGZlZWRz 23070 +IEtvbGxlZ2Vu 23071 +aXNzZXI= 23072 +IEZlbmc= 23073 +IFdlbg== 23074 +bXVu 23075 +IHRlbsOtYQ== 23076 +IFdyZXN0 23077 +IOyYpOuKmOydgA== 23078 +IHN0ZWFk 23079 +IHJlc3RvcmF0aW9u 23080 +IGRvbmF0ZWQ= 23081 +IGRlbHM= 23082 +IGNlbnN1cw== 23083 +IGRlc3BlcmF0ZWx5 23084 +d29ydGh5 23085 +SEU= 23086 +IFNwYQ== 23087 +IEJyeWFu 23088 +IGhq 23089 +IFJhdw== 23090 +7JWE6w== 23091 +IENhbWVyYQ== 23092 +IHppZW4= 23093 +IHN0eWw= 23094 +IFRX 23095 +IENoZWVzZQ== 23096 +Ym9ybmU= 23097 +IG9ibA== 23098 +IEFscmVhZHk= 23099 +IHVuc3RhYmxl 23100 +IGZsYW1lcw== 23101 +cG9zdA== 23102 +SGE= 23103 +cm9tYWdu 23104 +IOyXhOuniA== 23105 +ZGVzdA== 23106 +IGtvbGVq 23107 +IHRlbXBvcmFyaWx5 23108 +IGRldGVybWluaW5n 23109 +IEdsYXNz 23110 +0YDQvtC9 23111 +b2xhbg== 23112 +IGRvbWluYXRlZA== 23113 +X19fXw== 23114 +INmH2LDYpw== 23115 +IERhbmE= 23116 +IGRpbmhlaXJv 23117 +YXF1 23118 +66+8 23119 +IMOgcw== 23120 +IEpvZXk= 23121 +IEdyaWZm 23122 +IGF0dGFpbg== 23123 +IHRyYW5zaXRpb25z 23124 +IExpdGVyYWxseQ== 23125 +0LXQvdC0 23126 +IEhhdmVu 23127 +IGdyYWJiaW5n 23128 +IGNyeXN0YWxz 23129 +IEZvdXJ0aA== 23130 +IGNhbmRsZXM= 23131 +INGB0LvRg9GH0LA= 23132 +cmljbw== 23133 +IDUwMDA= 23134 +ZXR0bw== 23135 +IHVuZG8= 23136 +IGt0bw== 23137 +IGRpdmVydA== 23138 +IGNoaXI= 23139 +IHBlcnNlYw== 23140 +IGhpa2luZw== 23141 +IGFubm91bmNlbWVudHM= 23142 +0LfRiw== 23143 +IGF1Yw== 23144 +IHN5c3RlbWlj 23145 +IFJN 23146 +z4POsQ== 23147 +INCU0LY= 23148 +IHlhcg== 23149 +IFdhcmQ= 23150 +IHBpc3NlZA== 23151 +IGNhcm4= 23152 +IGF1dG9ub21vdXM= 23153 +44WO44WO 23154 +c292ZXI= 23155 +IHJlZmxleA== 23156 +IGdhcmRlbnM= 23157 +IGRhdGVk 23158 +7LE= 23159 +YW1pxJk= 23160 +IGNvbnRpbnVpdHk= 23161 +IGNpdGl6ZW5zaGlw 23162 +IHNjaHdlcg== 23163 +IHphaw== 23164 +dGFibGU= 23165 +INGB0Yc= 23166 +IM+DzrU= 23167 +IGdlbmVyYXRlcw== 23168 +6rWs64KY 23169 +w7Zo 23170 +w7Nt 23171 +YWxhbQ== 23172 +IEpVRFk= 23173 +IEJ1Zw== 23174 +IGRyb25lcw== 23175 +IMOhZ3Vh 23176 +YWNha3M= 23177 +5po= 23178 +INCa0L7QvQ== 23179 +15bXlA== 23180 +IHN0cml2ZQ== 23181 +IEFsdGVybg== 23182 +IG5lYXJlc3Q= 23183 +IHByb3llY3Q= 23184 +dGVyYQ== 23185 +IEFTSExFWQ== 23186 +IHdvcm0= 23187 +IHJlcGxheQ== 23188 +IHRhcmE= 23189 +IEluZGlhbnM= 23190 +aWNhaWQ= 23191 +IOyInA== 23192 +IGFwcGVhbGluZw== 23193 +IFdlcw== 23194 +IG1lbnRpb25z 23195 +INC00LXQu9C1 23196 +IGt3 23197 +IGZyYWdpbGU= 23198 +aXN6 23199 +a8Ozdw== 23200 +aGFuZw== 23201 +Y29sb3I= 23202 +IHByZXNpZGVudGU= 23203 +ODc= 23204 +0LXRhA== 23205 +INC00L7QsdCw0LI= 23206 +IE5lbHNvbg== 23207 +w6FmaWM= 23208 +IE1JQ0hBRUw= 23209 +IG1lY2hhbmlj 23210 +IG1ldHJlcw== 23211 +IG9jenl3acWbY2ll 23212 +IENpbmQ= 23213 +IG9nc8Ol 23214 +IGxhbmRzY2E= 23215 +QUNF 23216 +IGhlYWRsaW5lcw== 23217 +IGNhdGFseXN0 23218 +IENhdGNo 23219 +aW5rbGVz 23220 +IHBpbGxz 23221 +b3Jkbw== 23222 +IGltbWlncmFudA== 23223 +IGV4YW1pbmF0aW9u 23224 +IGFjY2lkZW50cw== 23225 +esSFZA== 23226 +IHF1aWVyZQ== 23227 +IG5lbGxh 23228 +IDY3 23229 +IHBhc3Nh 23230 +IHN1cGVyZmlj 23231 +aXN0b3I= 23232 +IG5vdg== 23233 +64u1 23234 +IG1hbmRhdGU= 23235 +aXNvbnM= 23236 +IFZpcnR1YWw= 23237 +IHNlbGJlcg== 23238 +IGNvdW5zZWxpbmc= 23239 +IE5CQQ== 23240 +IHNlcHQ= 23241 +IGJlbGlldmVy 23242 +IG1hcnZlbA== 23243 +IEludGVncg== 23244 +INC80ZY= 23245 +IG9ycGg= 23246 +IGJhY2t3YXJk 23247 +IEdlbmVyYXRpb24= 23248 +IFBpY3Q= 23249 +INGC0L7Rgg== 23250 +IHRhcGk= 23251 +cHJvY2hlbg== 23252 +IGhhbGx3YXk= 23253 +aHRl 23254 +INuB25I= 23255 +IFp1bQ== 23256 +YWNobWVudA== 23257 +aXF1ZXI= 23258 +Zm9sZw== 23259 +IEVkZGll 23260 +IEtpbA== 23261 +IHdlbGxuZXNz 23262 +c3RvY2s= 23263 +IGthw6c= 23264 +IHRlcnJvcmlzbQ== 23265 +IHBvaW50ZXI= 23266 +T2Y= 23267 +aGVyaWM= 23268 +IFVsdGltYXRlbHk= 23269 +IG1lc2Vz 23270 +IFRyYWRl 23271 +IHBpbnQ= 23272 +IHR1aXRpb24= 23273 +IGRpc2FncmU= 23274 +IOqyjOyehA== 23275 +IG1hbnVzY3JpcHQ= 23276 +IHJvb21t 23277 +IG91dHB1dHM= 23278 +0LXRhtC4 23279 +IHJpZXM= 23280 +IHNhbHVk 23281 +b3R6ZGVt 23282 +IG1hc3Nlcw== 23283 +IGJ5xYJh 23284 +IGNsZWFyaW5n 23285 +IGRpc2NvdXJzZQ== 23286 +YXRzb24= 23287 +IGZvbGRlZA== 23288 +IEphcg== 23289 +2YTZiQ== 23290 +OTAw 23291 +INGD0YHQvw== 23292 +IHByb3BoZWN5 23293 +IGludGVyZmVyZQ== 23294 +0LjRhdC+0LQ= 23295 +4LmM 23296 +IHRocmk= 23297 +INee16k= 23298 +IGxhesSxbQ== 23299 +IDE5OTI= 23300 +IGZ1dHVybw== 23301 +IGxvY2tpbmc= 23302 +IGVtYmFyZ28= 23303 +IE5laXRoZXI= 23304 +aXZhbWVudGU= 23305 +IG3DpXN0ZQ== 23306 +IG1paw== 23307 +IGNvbGxlY3Rvcg== 23308 +0LXQutC+0YLQvtGA 23309 +IEdhbmQ= 23310 +IHNlbnRpcg== 23311 +IE1pZ2h0 23312 +IGdhbnplbg== 23313 +VUM= 23314 +IHJlbGF0aW5n 23315 +U0Q= 23316 +IG1vc3F1aXRv 23317 +R1I= 23318 +IGhvbGxvdw== 23319 +4piF 23320 +IFdhbGtlcg== 23321 +IGFmZmlsaWF0ZQ== 23322 +IGR1cGxpY2F0ZQ== 23323 +0L3QtdC8 23324 +IGdyYXBl 23325 +IE9yZ2FuaXphdGlvbg== 23326 +IHN5bnQ= 23327 +Sm9l 23328 +IGdlZw== 23329 +IHJldmVhbGluZw== 23330 +IEV0aGFu 23331 +b3V0ZXI= 23332 +IHlheQ== 23333 +0LvQsNGA 23334 +IHJlcG9ydGVkbHk= 23335 +IGlocmVy 23336 +IHJlY29nbmlzZQ== 23337 +IGJ1bXBlcg== 23338 +IFJhbmR5 23339 +IFZlbnVz 23340 +dGxlcw== 23341 +IGFwcGV0aXRl 23342 +IGdsdWNvc2U= 23343 +IGNob2R6aQ== 23344 +IEZ1cnRoZXJtb3Jl 23345 +dGly 23346 +IGNvbnRh 23347 +IGludHVpdGlvbg== 23348 +IGFsdGl0dWRl 23349 +IGNodW5rcw== 23350 +IEpvc2h1YQ== 23351 +xLHEn8SxbQ== 23352 +cnlsaWM= 23353 +bGVhbnM= 23354 +IO2UvOs= 23355 +TEw= 23356 +UXVl 23357 +IGdvcg== 23358 +INC30L3QsNGH0LjRgg== 23359 +IHBvZW1z 23360 +IGV4Y2Vs 23361 +IGV4cGxvcmVk 23362 +IHBvcHVs 23363 +IGluY2x1c28= 23364 +c3TDpA== 23365 +IEdhdmlu 23366 +YWxsaW5n 23367 +IM+Ezr/OvQ== 23368 +6ak= 23369 +YXJiZWl0 23370 +IEdhcw== 23371 +IGdsb3Jpb3Vz 23372 +cmllYmVu 23373 +IHNwYW0= 23374 +IGluZG9vcg== 23375 +IHRocnVzdA== 23376 +IEFsZA== 23377 +IFByaW9y 23378 +IG9uYm9hcmQ= 23379 +b2Nh 23380 +QVNI 23381 +o6A= 23382 +IENocmlzdGluZQ== 23383 +IGRyYXdlcg== 23384 +IG5vb24= 23385 +IOyemOs= 23386 +IHBlcm1hbmVudGx5 23387 +INC90LDQv9GA0LjQvNC10YA= 23388 +IHBvZGNhc3Rz 23389 +ZXJhcGV1dA== 23390 +cHJpdA== 23391 +IHN0YWlubGVzcw== 23392 +INqp25I= 23393 +IGZhbWlsaWE= 23394 +INGA0LDQt9GA 23395 +dW50bw== 23396 +INGB0YLQvtC7 23397 +IGjDpA== 23398 +IEhhaQ== 23399 +IFBC 23400 +aXpvbg== 23401 +IGtvbm50ZQ== 23402 +IGLDvHnDvGs= 23403 +IHV0aWxpemFy 23404 +2oY= 23405 +IGFxdWVzdGE= 23406 +IG1peGVy 23407 +dWRlbnQ= 23408 +0LvQtdC60YE= 23409 +xYJ1 23410 +INGB0LjRgdGC0LXQvA== 23411 +INC90L7RgNC8 23412 +IGZhdGFs 23413 +IGNvbnNpZGVyYXRpb25z 23414 +IHZhbGlkYXRpb24= 23415 +IG9saQ== 23416 +IGthcmRlxZ8= 23417 +IEdMT1JJQQ== 23418 +IHBhbGw= 23419 +0LXRgdGC0LU= 23420 +IHJlY3Rhbmc= 23421 +IG1lZGlldmFs 23422 +YWxsYWhp 23423 +YXN0aQ== 23424 +IFN5cmlhbg== 23425 +IHNoZWFy 23426 +IGRlYnVn 23427 +IE1haQ== 23428 +IGtub2NraW5n 23429 +IExleA== 23430 +YXJkYW4= 23431 +cm92 23432 +IG1lbW9yaWFs 23433 +b29reQ== 23434 +IHN0dWZmZWQ= 23435 +IHBhc3PDqQ== 23436 +IHdpZw== 23437 +gqA= 23438 +IHByw7N4aW1h 23439 +IDE5OTE= 23440 +INC80LXQttC00YM= 23441 +IG51ZXN0cm9z 23442 +IEJlYXN0 23443 +IHNtbw== 23444 +YXRjaGVk 23445 +b2xvZ2lh 23446 +INC80L7QtA== 23447 +IGdlZQ== 23448 +IGNvbmNlcHR1YWw= 23449 +IMO0 23450 +IGRlY3JlYXNlcw== 23451 +IHF1ZXJpZXM= 23452 +0L7Qu9GM0Yg= 23453 +IEFwYXJ0 23454 +IGV4ZW1wbA== 23455 +IGZsZWQ= 23456 +IE9GRg== 23457 +Z2dhaw== 23458 +IGJlYWQ= 23459 +aGly 23460 +bGllcw== 23461 +IENsZWFybHk= 23462 +xLFsYXI= 23463 +IGNoZXNz 23464 +IHdoaWNoZXZlcg== 23465 +IDk2 23466 +4bqx 23467 +IHJlc3BlY3Rz 23468 +INC80L7RgA== 23469 +IG9yZ2FuaXNt 23470 +IGdyYW5kcGE= 23471 +IFZpZQ== 23472 +IGZsb29kaW5n 23473 +IHVwZ3JhZGVk 23474 +0ZHRgA== 23475 +IGNoZWVrcw== 23476 +IGNvbnF1ZXI= 23477 +IHN0dWJib3Ju 23478 +IHB1enpsZXM= 23479 +IGF1Y3Rpb24= 23480 +IHJlbHlpbmc= 23481 +IFBST0Y= 23482 +IEVzcGVy 23483 +INCc0KM= 23484 +IGh5cGU= 23485 +IHBvc3NpYmls 23486 +IGltcHJpc29u 23487 +IEVybg== 23488 +7JeI7Iq164uI64uk 23489 +IGVudmll 23490 +IHJlc3VycmVjdGlvbg== 23491 +IHNwZXI= 23492 +IFZlbmV6dWVsYQ== 23493 +c29t 23494 +IOyeoOq5 23495 +IG5vdXZlbGxl 23496 +IGNsb3Nlcw== 23497 +IDE5NDA= 23498 +IHF1YQ== 23499 +IEphcmVk 23500 +IFBpcg== 23501 +IGluZGU= 23502 +IHNjcnVi 23503 +dWt1 23504 +IHJlcXVpcmluZw== 23505 +INCy0LDQvNC4 23506 +IGNvbnNpZGVyYWJsZQ== 23507 +aWxpYQ== 23508 +IGlubmU= 23509 +IG1laW5lbQ== 23510 +IGhhcmRzaGlw 23511 +IHRyYXBz 23512 +cm9j 23513 +IOyEpOs= 23514 +IHJlc2VhcmNoaW5n 23515 +IE1hcmdhcmV0 23516 +IHBlbm55 23517 +IGLEsXJhaw== 23518 +0ZHQuw== 23519 +IHdvb2w= 23520 +IHJoZXQ= 23521 +IGZsYXR0ZW4= 23522 +54c= 23523 +4LmA4Lij 23524 +IHBpZWQ= 23525 +IENoYXA= 23526 +IHVuZGVybQ== 23527 +IGZyZXQ= 23528 +IGNyYXNoZWQ= 23529 +IEZyYXVlbg== 23530 +2LDZhw== 23531 +aXZhbg== 23532 +IGxpdGVyYXJ5 23533 +bGF0ZWdv 23534 +IHNww6R0ZXI= 23535 +IHNpbWlsYXJpdGllcw== 23536 +4oY= 23537 +IENvcm9u 23538 +IENyZWVr 23539 +IGJvc3Nlcw== 23540 +IGFjY29tcGFuaWVk 23541 +IGRlYmF0ZXM= 23542 +IGFzc2VtYmxlZA== 23543 +IMOB 23544 +IFZhaQ== 23545 +IHRyYWN0 23546 +IHNpbXBsZW1lbnQ= 23547 +IEFyaW4= 23548 +IHZ1bG5lcmFiaWxpdHk= 23549 +IGhvcm1vbmU= 23550 +SUVM 23551 +T09L 23552 +IHJlbGF5 23553 +IEFuZHJlYQ== 23554 +cmls 23555 +IG5lY2Vzc2l0eQ== 23556 +YWNldXRpY2Fs 23557 +0Y7RiQ== 23558 +b3VzaW5n 23559 +bmFobWVu 23560 +IGZvb3RwcmludA== 23561 +bWFw 23562 +IFRpZXI= 23563 +YW5ueWE= 23564 +aW50ZW5k 23565 +5aI= 23566 +IGRlY29yYXRl 23567 +IHpvbWJpZXM= 23568 +IEh5ZA== 23569 +IFN1eg== 23570 +IGNhbXB1c2Vz 23571 +IEVtYg== 23572 +IHRocm90dGxl 23573 +IGFkbWlu 23574 +IG9wb3J0dW4= 23575 +IG1pcnJvcnM= 23576 +IGlkZW50aXRpZXM= 23577 +IENsaW4= 23578 +IOu5hOs= 23579 +4bmj 23580 +IE90dA== 23581 +IGJsdWVz 23582 +IGltcHJlc3Npb25z 23583 +LSw= 23584 +IHZhZ3Vl 23585 +YWZl 23586 +IGluZmVyaW9y 23587 +ZXJhbGQ= 23588 +IG1lZGljaW5lcw== 23589 +IHByZWd1bnRh 23590 +b3NlbHk= 23591 +IHTDqWzDqQ== 23592 +IE1vbnRo 23593 +IExlYWRlcnM= 23594 +IEVneXB0aWFu 23595 +IHJhdGlvbg== 23596 +a2Vycw== 23597 +aGVpdHM= 23598 +IHJlY2h0 23599 +UGxheQ== 23600 +IGVn 23601 +IHBvbGxz 23602 +IFdPT0RS 23603 +IHNsb3Rz 23604 +amFt 23605 +Qm90aA== 23606 +IFJhdA== 23607 +0YDQsNC2 23608 +IEJyaWdodA== 23609 +4buRaQ== 23610 +dXJpb3Vz 23611 +IHNpbmdlcnM= 23612 +IGxvZ2lu 23613 +IHTDqm0= 23614 +bGF0aW9u 23615 +IE11bQ== 23616 +xrDhu51uZw== 23617 +IEVkaXRvcg== 23618 +IGlubm92YXRpb25z 23619 +aGF2ZQ== 23620 +IFNlaw== 23621 +IHdlYWtlcg== 23622 +IEdvYg== 23623 +QWZ0ZXI= 23624 +tOyngA== 23625 +IOusuOygnA== 23626 +IGRpc2FkdmFudGFnZQ== 23627 +IGdhemU= 23628 +IE1hY2s= 23629 +z4HOrw== 23630 +IEtpc3M= 23631 +IEhvbG8= 23632 +IEJpcnRo 23633 +aXpp 23634 +YmFi 23635 +7Iuc6rOg 23636 +0LTQtdGA0LY= 23637 +IHNxdWF0 23638 +0LrRg9GB 23639 +dW5p 23640 +IENvbW1l 23641 +IFdPT0RSVUZG 23642 +IENoYW1waW9uc2hpcA== 23643 +IHdlbGNoZQ== 23644 +IFlvdXRo 23645 +emVt 23646 +IG9kcG93 23647 +IHBlcnNpc3RlbnQ= 23648 +cnV0 23649 +7JSp 23650 +7Zal 23651 +bGFpcg== 23652 +aWt1 23653 +IHZlbmRvcg== 23654 +IGNow7puZw== 23655 +IGZpbmFuY2k= 23656 +IG92ZXJseQ== 23657 +w6J1 23658 +IGdsdXRlbg== 23659 +IDE4MDA= 23660 +IGRpdmlzaW9ucw== 23661 +IGNpdWRhZA== 23662 +IG9iZWQ= 23663 +IHdhcnVt 23664 +IGVoZXI= 23665 +IGVsaW0= 23666 +INCS0L4= 23667 +IHBldXZlbnQ= 23668 +IFdhbm5h 23669 +IGF0dGVuZGFuY2U= 23670 +IGFzc2Vzc21lbnRz 23671 +IEJvZw== 23672 +IGltYWdlcnk= 23673 +IGNvbGxlY3RpdmVseQ== 23674 +IGluZm9ybWFs 23675 +IFNjaHdl 23676 +IGRldXRsaWNo 23677 +IENoZWw= 23678 +IFBF 23679 +b3dlZA== 23680 +IGJhbm5lcg== 23681 +IHNoZWx2ZXM= 23682 +IFJldHVybg== 23683 +TEFVR0hT 23684 +IGNvbmdyYXR1bGF0ZQ== 23685 +IE5vcndheQ== 23686 +IGR3ZWxs 23687 +IENhcmliYmVhbg== 23688 +IG5vcm1z 23689 +IEFuaW1hbA== 23690 +IFZhbGVudGluZQ== 23691 +IGV4dGVuZGluZw== 23692 +IFZvdQ== 23693 +b3Jy 23694 +IENoZW5n 23695 +wqE= 23696 +INC00L7RgNC+0LM= 23697 +IHZlZw== 23698 +IGjDpQ== 23699 +IFhpbg== 23700 +IOy5tOs= 23701 +ZW1ldA== 23702 +IGh5cG90aA== 23703 +IGludGVyZXNzYW50ZQ== 23704 +cmljZXM= 23705 +SVo= 23706 +IFVTRA== 23707 +IHJ1bm5lcg== 23708 +IEJhZw== 23709 +IOq9 23710 +IGNvbWXDp2Fy 23711 +IHBpZ3M= 23712 +IHdlYWtuZXNzZXM= 23713 +UGg= 23714 +IFZpb2w= 23715 +IGRyYWdnaW5n 23716 +IEFxdcOt 23717 +IENTUw== 23718 +IG1pbGxpbWV0ZXJz 23719 +IGVzdMOhcw== 23720 +IGFjdXRl 23721 +IGRlamFy 23722 +acSf 23723 +b2JyYQ== 23724 +TG92ZQ== 23725 +IHNpbGs= 23726 +KioqKg== 23727 +IGpvaW5z 23728 +IHByb2w= 23729 +IOqwkOyCrO2VqeuLiOuLpA== 23730 +2K3Yrw== 23731 +YWdoZXR0aQ== 23732 +w6RubmVy 23733 +IHN0cmFuZw== 23734 +IGRvdWJsZWQ= 23735 +IGRlc2NyaXB0aW9ucw== 23736 +IHN0ZWxsZW4= 23737 +IHBhcnRp 23738 +soTr 23739 +IMO2xJ8= 23740 +aWdoaW5n 23741 +IGFuZ3VsYXI= 23742 +IG5hdHV1cg== 23743 +IFNoZWw= 23744 +xrDGoQ== 23745 +IHJheXM= 23746 +IHNlcGVy 23747 +c3RhcnQ= 23748 +dmlzZWQ= 23749 +IHJ1c2hlZA== 23750 +IGludGVybmF0aW9uYWxseQ== 23751 +IG5pdmVs 23752 +IGJveGluZw== 23753 +ZmFsbGVu 23754 +4buRYw== 23755 +IHNlaW5lbg== 23756 +cGxpY2l0eQ== 23757 +IGNhcmJvaA== 23758 +IFRyYXZpcw== 23759 +dXNv 23760 +IFBoYXNl 23761 +IGFjdGl2YXRpb24= 23762 +IG9waW8= 23763 +t6g= 23764 +IGRlY3JlYXNlZA== 23765 +Q2Fy 23766 +IGJ1bmRsZQ== 23767 +IGV4cGVuZA== 23768 +b3JtYWw= 23769 +IGFkamFjZW50 23770 +IG1lZQ== 23771 +INC+0YDQsw== 23772 +IHRyYW5zY3JpcHQ= 23773 +IExhbmd1YWdl 23774 +R1M= 23775 +IHNldWw= 23776 +w6BuaA== 23777 +IG55YQ== 23778 +bmluZ3M= 23779 +IOyLnOs= 23780 +IOuUsOudvA== 23781 +IEFncg== 23782 +w61k 23783 +IGFieQ== 23784 +IE5lbw== 23785 +xLF5b3J1eg== 23786 +IFRoaW5raW5n 23787 +YWltZQ== 23788 +IHZpdGU= 23789 +IHRyYXbDqXM= 23790 +INeR16I= 23791 +INC80LXQtA== 23792 +T3Vy 23793 +aG9vdA== 23794 +IGxpbmVy 23795 +IFBpenph 23796 +IGh5Zw== 23797 +ZmxpZXM= 23798 +IENvbnRpbnVl 23799 +IGRlbnRhbA== 23800 +IFRpYg== 23801 +IHJlZ3VsYXRl 23802 +bGllw58= 23803 +QUxL 23804 +IFRhZQ== 23805 +6ri4 23806 +IEJyZXhpdA== 23807 +IEd1dA== 23808 +IG9jY3VwYXRpb24= 23809 +IHpyb2Jp 23810 +w6Jt 23811 +IHdoaXNr 23812 +IGthbnNrZQ== 23813 +b21vbg== 23814 +cm9iZQ== 23815 +IHdhcmZhcmU= 23816 +IHRo4buD 23817 +IGpha2k= 23818 +IHN0cm9rZXM= 23819 +IHBlYXM= 23820 +IERhbWl0 23821 +SEFO 23822 +IGludGVyZmVyZW5jZQ== 23823 +INC80LjQvdGD0YI= 23824 +TkVS 23825 +b3V0aW5n 23826 +IHRleHR1cmVz 23827 +n4k= 23828 +b3dp 23829 +IO2VmQ== 23830 +IGRlbnM= 23831 +IHByb3RhZ29uaXN0 23832 +w6Rubg== 23833 +IGdvZGRlc3M= 23834 +IHdvbGx0ZQ== 23835 +aWpv 23836 +IFdvY2hl 23837 +IFZQTg== 23838 +c3Rvcnk= 23839 +IGtpbmRlcmc= 23840 +IGZ1bm5lbA== 23841 +IGRpc3RyZXNz 23842 +0L3QvtGB0YLRjNGO 23843 +IG5vaXN5 23844 +INC/0YDQvtC00L7Qu9C2 23845 +IGRhcmFu 23846 +IGVuenltZQ== 23847 +0LvQvtC2 23848 +IG11dGU= 23849 +IGR3YXI= 23850 +INin2LM= 23851 +IGtvbXBs 23852 +IG1lcml0 23853 +IGZvc3Nl 23854 +IERyaW5r 23855 +IGZvcmE= 23856 +IHdvaGw= 23857 +IGJyZWV6ZQ== 23858 +IHNhbml0 23859 +IGRyaW4= 23860 +IOydtOqxsOuKlA== 23861 +IDYy 23862 +IOywqOs= 23863 +YWJ5dGVz 23864 +IGRlZWRz 23865 +INC5 23866 +acOobWU= 23867 +aWdnbGluZw== 23868 +ICIn 23869 +INGH0LDRgdGC0Yw= 23870 +IEFuc3dlcg== 23871 +IGV2YW5nZWw= 23872 +IDEwODA= 23873 +IFZpc2l0 23874 +aWNpZW50 23875 +IHJlbGlhYmlsaXR5 23876 +0Y7RgdGM 23877 +IEVhcmxpZXI= 23878 +IGZpZA== 23879 +IHNsZWV2ZXM= 23880 +aXlvcnN1bg== 23881 +IGJpYg== 23882 +IEFjY291bnQ= 23883 +0Y/Qu9C4 23884 +Y2lwbGluYXJ5 23885 +emFz 23886 +INCx0LXRgA== 23887 +IG5lY2tsYWNl 23888 +IGJsZW5kZXI= 23889 +IFBoaWxsaXBz 23890 +ZXRp 23891 +IEp1cGl0ZXI= 23892 +IHByb3ZvYw== 23893 +IFllYXJz 23894 +ZW50cmU= 23895 +YWNpbw== 23896 +IGvDvA== 23897 +IGFudGVubmE= 23898 +IG5vdmVscw== 23899 +IGZhcnQ= 23900 +IFN1Z2Fy 23901 +IEp1ZHk= 23902 +IGNvbGxhcHNlZA== 23903 +57A= 23904 +cml0aXM= 23905 +IOyDge2ZqQ== 23906 +0JfQqw== 23907 +IFZlcmY= 23908 +cmFuZWFu 23909 +ZXJldW0= 23910 +IFRhcmdldA== 23911 +IDg4 23912 +INCY0Lc= 23913 +aWRlbw== 23914 +IHJlZ3Jlc3Npb24= 23915 +7Lac 23916 +IG3Ds3dp 23917 +IHN0dWRpb3M= 23918 +aWVucw== 23919 +aXBo 23920 +IGZyeWluZw== 23921 +IGZhc2NpbmF0ZWQ= 23922 +IFdhaA== 23923 +YnVja3M= 23924 +bWF5YQ== 23925 +IFNhdHVybg== 23926 +IE1vbW15 23927 +IHJhdGluZ3M= 23928 +IGF1dHVtbg== 23929 +xrDGoW5n 23930 +IGxvc2Vy 23931 +IGNlbnRybw== 23932 +w6lyaWV1cg== 23933 +IEZvbGQ= 23934 +IHN1cGVydmlzb3I= 23935 +IE5vYmVs 23936 +IHVuZGVyZXN0 23937 +b2JpYQ== 23938 +INCy0YHRjw== 23939 +IHZlcnc= 23940 +IGZ1ZWxz 23941 +IGFydGlmYWN0cw== 23942 +IOu2mQ== 23943 +IEF1dG9t 23944 +25Q= 23945 +15XXoQ== 23946 +IGlobmVu 23947 +IDU5 23948 +b3VuZGluZw== 23949 +0LXRgNGL 23950 +aW5hcnM= 23951 +Y2hhbnQ= 23952 +IGFkZGljdGVk 23953 +IGV4cGxvc2l2ZQ== 23954 +IGRpc3BlcnM= 23955 +4paI 23956 +YXhpcw== 23957 +QVJZ 23958 +IGx1bQ== 23959 +INGD0YHQuw== 23960 +INiM 23961 +IHJ1cGVlcw== 23962 +IFBlYXJs 23963 +Y2FtcA== 23964 +dHY= 23965 +b3lh 23966 +IGNvbmNsdWRlcw== 23967 +IGNvbGxpc2lvbg== 23968 +IGJ1eWVy 23969 +IHBsYXlncm91bmQ= 23970 +IHNwcmluZ3M= 23971 +IGZlbWluaW5l 23972 +IFJhcw== 23973 +IGluY2FyY2Vy 23974 +7ZeY 23975 +IGRpYWxlY3Q= 23976 +IGNsb3N1cmU= 23977 +IGNoYXR0aW5n 23978 +IGJhYmU= 23979 +IHNwb3RsaWdodA== 23980 +IG5vdGF0aW9u 23981 +U3Rhcg== 23982 +acOjbw== 23983 +IHTDqnRl 23984 +IHRpZGU= 23985 +IGp1bnRv 23986 +IHNlbmF0b3I= 23987 +0KU= 23988 +IGV4Y3VzZXM= 23989 +IGJsaW5r 23990 +IGFkbWlzc2lvbg== 23991 +IExpbHk= 23992 +0YvQvNC4 23993 +IGFtaWdv 23994 +IGx1c3Q= 23995 +64us 23996 +IGFtaW5v 23997 +IGNvbnN1bHRhbnQ= 23998 +IEVsZWN0cmlj 23999 +IOuFuOuemA== 24000 +dWphaA== 24001 +IHNob290ZXI= 24002 +aWNodGVu 24003 +IFVrcmFpbmlhbg== 24004 +IGFpbXM= 24005 +IEVudGVydGFpbg== 24006 +IG1pcmFjbGVz 24007 +IHplaWdlbg== 24008 +IGxhbQ== 24009 +IHJlc3M= 24010 +IEppbGw= 24011 +eWxhbg== 24012 +IHJvb2s= 24013 +IGhheWE= 24014 +IHBhc3Nwb3J0 24015 +YWRhdGE= 24016 +IGp1aWN5 24017 +Y29uZg== 24018 +0LvQtdC5 24019 +IFN6 24020 +IGludGVyY2VwdA== 24021 +IFRlYW1z 24022 +IG1ha2Vu 24023 +aXJyZWw= 24024 +IExJS0U= 24025 +4bqteQ== 24026 +6rWw 24027 +IHNob3J0YWdl 24028 +IHBhcmFkaWdt 24029 +IHBhcGVs 24030 +IGFzdGVybw== 24031 +IHNvbGxlbg== 24032 +IE1pY2tleQ== 24033 +IE9ybGVhbnM= 24034 +IGNob2xlc3Rlcm9s 24035 +IGdvb3Nl 24036 +0YbQuNGO 24037 +IEZM 24038 +INCz0L7Qu9C+0LI= 24039 +IHRyaWJ1dGU= 24040 +IEdhbQ== 24041 +IMOpdmlkZW1tZW50 24042 +0Y/RhQ== 24043 +IGluYXBwcm9wcmk= 24044 +dWhhbg== 24045 +IG9yZ2FuaXphdGlvbmFs 24046 +YWlsZWQ= 24047 +IGVuZHVyZQ== 24048 +IDc2 24049 +IHNob3RndW4= 24050 +IGxpdnJl 24051 +IHN1aXRlZA== 24052 +IHdhcm10aA== 24053 +IFNJTQ== 24054 +IGVudmlzaW9u 24055 +IGRlZ3JhZA== 24056 +w65uZQ== 24057 +TGF1Z2hpbmc= 24058 +IFdob2V2ZXI= 24059 +IEJ1ZGRoaXNt 24060 +IHNwcmlua2xl 24061 +Y2XEn2l6 24062 +IHJ1aW5z 24063 +IHN0YXJjaA== 24064 +IEhlcno= 24065 +IGluanVzdGljZQ== 24066 +IGh1bWlkaXR5 24067 +0L7QttCw0LvRg9C5 24068 +IE9iamVjdA== 24069 +IElnbg== 24070 +IEV4YW0= 24071 +aWdlcnM= 24072 +IHRob3U= 24073 +IFNveQ== 24074 +aXZhcw== 24075 +IHBvbGVz 24076 +bWF0aA== 24077 +INCy0L3QuNC8 24078 +SU5HSU5H 24079 +ZWRyYWw= 24080 +IGV4cGxvcg== 24081 +IHJvYXN0ZWQ= 24082 +IGNyYXds 24083 +IGNvZmY= 24084 +IGFub20= 24085 +IHdpag== 24086 +IGltcHJvdmVz 24087 +IHRyZWF0eQ== 24088 +IGRpc2NvdmVyaW5n 24089 +IHN0YXR1dGU= 24090 +IG1lcmNhZG8= 24091 +INGB0LjQuw== 24092 +IGludGVs 24093 +IENoYW5jZWxsb3I= 24094 +IE1lZGljYWlk 24095 +dWdp 24096 +IHZlcmJhbA== 24097 +IGTDtm4= 24098 +IHNjcmlwdHVyZQ== 24099 +IGl0ZXJhdGlvbg== 24100 +ZWtz 24101 +IE94Zm9yZA== 24102 +IHfDpGg= 24103 +IFZhZA== 24104 +IEFL 24105 +IOyVhOydtOs= 24106 +IGlldHM= 24107 +IG5lZWRsZXM= 24108 +2YPZhQ== 24109 +IHBhc2Fkbw== 24110 +IGFsYnVtcw== 24111 +IHllYQ== 24112 +ZXR6ZW4= 24113 +hOuPhA== 24114 +IGRldGVybWluZXM= 24115 +IHRoZWU= 24116 +IFBsYXlpbmc= 24117 +w6RydA== 24118 +INem 24119 +Y2xlZA== 24120 +IGRvd253YXJk 24121 +YWxvbmU= 24122 +IHNvbHU= 24123 +IHBhcnRpdGlvbg== 24124 +IHd6 24125 +ZGQ= 24126 +IHBlc3NvYWw= 24127 +IGZhY3Rvcmllcw== 24128 +IGJsZWlidA== 24129 +4Lih4Liy 24130 +YWxzYQ== 24131 +IE5GTA== 24132 +IGZ1ZXJh 24133 +IHJlc2VydmVk 24134 +IEVhcm4= 24135 +IGhlbHQ= 24136 +IHNob3J0Y3V0 24137 +IGNvbnZpbmNpbmc= 24138 +c3BhY2U= 24139 +IGVuZm9yY2U= 24140 +IGNvcmVz 24141 +IGVmdGVy 24142 +IHJlY2Vzc2lvbg== 24143 +eGljbw== 24144 +IHByb3Bvc2l0aW9u 24145 +YXJpYW5z 24146 +cm9wb2w= 24147 +IOuqsOs= 24148 +IM6c 24149 +IOyalOymmA== 24150 +IGFjdGl2aXN0 24151 +IGNvbnZpY3Rpb24= 24152 +IHphYg== 24153 +IGNhbmNlbGVk 24154 +0YLQvtGH0L3Qvg== 24155 +IM6u 24156 +bml0ZQ== 24157 +IGZ1bmRyYQ== 24158 +YnV6emVy 24159 +0LXQu9C+ 24160 +aWNhdGlvbnM= 24161 +IHpvbmE= 24162 +IHRlZW5z 24163 +IG1ldGhvZG9sb2d5 24164 +IOykkeyalA== 24165 +dGhhbg== 24166 +IFVs 24167 +IEdyZXk= 24168 +IGhvZw== 24169 +SU5L 24170 +IFN1bmc= 24171 +IENsYXVk 24172 +IENOTg== 24173 +IGRlbGl2ZXJz 24174 +YWxpbg== 24175 +IEFkb2Jl 24176 +b3RoZQ== 24177 +IERlc3dlZ2Vu 24178 +4Liz 24179 +IHdlcmRl 24180 +IGdyZWFzZQ== 24181 +IHVwZ3JhZGVz 24182 +IEZpbmxhbmQ= 24183 +YWNjZXB0 24184 +IGludGVycm9n 24185 +YmVl 24186 +IHByZWRl 24187 +IE5lcA== 24188 +IENhbWJyaWRnZQ== 24189 +IGdyYXBocw== 24190 +IGhhdW50ZWQ= 24191 +0YHQtdC8 24192 +5qc= 24193 +U29tZQ== 24194 +IE1hbGw= 24195 +IHJlaGVhcnNhbA== 24196 +IFVyYmFu 24197 +IExhZw== 24198 +IG5pbQ== 24199 +6rCV 24200 +IHBvc2l0aW9uZWQ= 24201 +IGF2b2lkZWQ= 24202 +RU1B 24203 +IGxsZWdhcg== 24204 +IHLDoXBpZG8= 24205 +IGdvdXZlcm4= 24206 +IGhpbmc= 24207 +IGRlYWxlcg== 24208 +IHJlZm9ybXM= 24209 +IGZhdHR5 24210 +0LrQvtC7 24211 +IEFjZQ== 24212 +IG5lcA== 24213 +IOyyrQ== 24214 +IGNvbXB1dGF0aW9u 24215 +IFN0cmVhbQ== 24216 +Ym91cm5l 24217 +dHVy 24218 +UG9y 24219 +IHNsZWVweQ== 24220 +IGJhbmdldA== 24221 +IHdlaWdocw== 24222 +IGJsZWliZW4= 24223 +IEdyZW4= 24224 +IHVuaW9ucw== 24225 +IOq1kA== 24226 +IGFwcmVuZGVy 24227 +dWl0YXI= 24228 +IEplc3Q= 24229 +dW1pbmc= 24230 +IFBsYXllcg== 24231 +IEV4dHJlbQ== 24232 +IGludGVnZXI= 24233 +0LDRh9C1 24234 +IGNvbmNlcnRz 24235 +15XXmw== 24236 +IHRyb2NoxJk= 24237 +IFJlcGU= 24238 +4LmC 24239 +xbxlbg== 24240 +IHNvdW5kaW5n 24241 +IGFub255bW91cw== 24242 +IGV4Y2E= 24243 +IElyYW5pYW4= 24244 +IGVuZXJnZXRpYw== 24245 +IHdpdmVz 24246 +INGG0LLQtdGC 24247 +IGFpcw== 24248 +IHN1ZGFo 24249 +IHVuZGVyd2Vhcg== 24250 +IGNydW5jaHk= 24251 +IFBhaW4= 24252 +IGdlcsOnZWs= 24253 +cmVkaWN0 24254 +IG1pc21h 24255 +0ZbRgg== 24256 +IHN1cnZpdmluZw== 24257 +zq3Pgg== 24258 +IHBhcnRpY2lwYW50 24259 +IEhlc3Nlbg== 24260 +w6FyaWFz 24261 +IHN1YndheQ== 24262 +aXN0w6Q= 24263 +IGNvcmFs 24264 +IG1hcmlqdWFuYQ== 24265 +IE1lbW9yaWFs 24266 +0YjQuNC5 24267 +cml6 24268 +IHNhdGVsbGl0ZXM= 24269 +IGxlYXNl 24270 +IENhbWVyb24= 24271 +dW1waA== 24272 +IGNsYXNzbWF0ZXM= 24273 +w6Row6Ru 24274 +0YHRgtCy0LU= 24275 +IGh1ZQ== 24276 +k6TsnYQ= 24277 +IHByb3BvcnRpb25hbA== 24278 +IG5vc3M= 24279 +IGxhcHM= 24280 +csOl 24281 +IGJpdGNvaW4= 24282 +0JfQq9Ca0JA= 24283 +IOy2qQ== 24284 +INmE2YQ= 24285 +IE1vcnQ= 24286 +IEVzcA== 24287 +YXJub3M= 24288 +INGB0LrQsNC30LDQuw== 24289 +IMOkbmQ= 24290 +15nXmded 24291 +IEdlYg== 24292 +Z2VoZW4= 24293 +SW5hdWRpYmxl 24294 +Ym9yb3VnaA== 24295 +0YTRhA== 24296 +IGZlbGxvd3NoaXA= 24297 +IFBhcGVy 24298 +IGN1cnZlZA== 24299 +IEdFT1I= 24300 +IGNhbGN1bGF0b3I= 24301 +IENhdGFs 24302 +IHbDoG8= 24303 +IGJ5cGFzcw== 24304 +0LvQtdGC 24305 +4LM= 24306 +dHJhbnM= 24307 +cmVuY2llcw== 24308 +7KGM 24309 +aWdlbnQ= 24310 +IHRhc3RlZA== 24311 +IG9jZWFucw== 24312 +dWZ0 24313 +ZXJ2aWNl 24314 +INCc0KPQl9Cr0JrQkA== 24315 +IENsYXNzaWM= 24316 +IHJlc3BlY3RpdmVseQ== 24317 +fik= 24318 +w650cmU= 24319 +IE5hc2g= 24320 +IHppdA== 24321 +IOybgw== 24322 +IOuGkg== 24323 +cXVvdGU= 24324 +IFVucw== 24325 +IHRhYw== 24326 +IHByb3Zlcw== 24327 +IFBvcnRsYW5k 24328 +Ymx5 24329 +IGVyZQ== 24330 +7LaU 24331 +IMOpcG9jYQ== 24332 +INGC0YvRgdGP0Yc= 24333 +NzY= 24334 +IGhhZGU= 24335 +IEZybw== 24336 +IHBvbMOtdGljYQ== 24337 +dGFn 24338 +IO2VrQ== 24339 +IHNjaMO2 24340 +YXJldHQ= 24341 +IHByb3Zpc2lvbnM= 24342 +IG1vdG9ycw== 24343 +IGltYWdpbmc= 24344 +IGRvaw== 24345 +dWxvdXNseQ== 24346 +IG1laWxsZQ== 24347 +65A= 24348 +IElTTw== 24349 +IFNURU0= 24350 +IEJvd2w= 24351 +IHRvd2Vycw== 24352 +IEVl 24353 +IFBlcmZvcm1hbmNl 24354 +IGxvaW4= 24355 +Y3Vzc2lvbg== 24356 +IGNvYXN0YWw= 24357 +aWFsZQ== 24358 +Y29tcGFzcw== 24359 +IHNwZWxscw== 24360 +IGRpc2FwcG9pbnRpbmc= 24361 +IOuyiOynuA== 24362 +RUVS 24363 +IHZlcnNhdGlsZQ== 24364 +YXN1cnk= 24365 +IGVuZmlu 24366 +IGRvd25zaWRl 24367 +IGd1aWRpbmc= 24368 +INin2YTZgg== 24369 +IG5pbmV0eQ== 24370 +Y2hhcmdlZA== 24371 +IEZhbnM= 24372 +IHBoaWxvc29waGljYWw= 24373 +IGdhcm4= 24374 +IG3DpW5nYQ== 24375 +IHdpbGxpbmduZXNz 24376 +IHBvcnRpb25z 24377 +YWJlbg== 24378 +IO8= 24379 +wr8= 24380 +cmF1bA== 24381 +IHNwcmludA== 24382 +aWZlbg== 24383 +xLF5bGE= 24384 +INC60YPQvw== 24385 +IGVuc3VpdGU= 24386 +IENhcGl0b2w= 24387 +IDYz 24388 +INCz0L7QstC+0YDQuNGC 24389 +IGFwcG9pbnRtZW50cw== 24390 +b21pYXN0 24391 +IGNhcmVn 24392 +IHB1Ymxpc2hlcg== 24393 +IGhlcmF1cw== 24394 +IM61zq8= 24395 +IFZT 24396 +IHNhY3JpZmljZXM= 24397 +dGhpcmQ= 24398 +IGh1bWFuaXRhcmlhbg== 24399 +IOuCtOw= 24400 +aW1vbg== 24401 +IGluZXF1 24402 +IHpvYg== 24403 +IGNvbWZvcnRhYmx5 24404 +IERpbmdl 24405 +IGNhbmNlbGxlZA== 24406 +IFBTQUtJ 24407 +IFJvYmluc29u 24408 +IGZpbnM= 24409 +KT8= 24410 +IEhpc3Rvcg== 24411 +INGH0LXQu9C+0LLQtdC60LA= 24412 +IHRic3A= 24413 +dGV4dA== 24414 +a2lt 24415 +IHVwZGF0aW5n 24416 +IGdlbGQ= 24417 +ZmVsZA== 24418 +j7w= 24419 +IG3DpA== 24420 +IGNhZsOp 24421 +1oA= 24422 +IFNyaQ== 24423 +IFJlZ2lvbg== 24424 +IEhhaGFoYQ== 24425 +IGZpbmFuY2Vz 24426 +INin2YTYtA== 24427 +IGJ1bms= 24428 +cnVr 24429 +aGFmdA== 24430 +IGxhdGVyYWw= 24431 +IGV4dGVuc2lvbnM= 24432 +IOyVhOydtA== 24433 +IGRlZmluaXRl 24434 +IFpoYW8= 24435 +IEx1aXM= 24436 +c3R5 24437 +IGNhc29z 24438 +IEtsaW0= 24439 +IDE5OTM= 24440 +IHJlYWxpemF0aW9u 24441 +IGhpc3Rvcmlhbg== 24442 +IGNyYWNrZWQ= 24443 +64K0 24444 +IHN5c3TDqG1l 24445 +IENJQQ== 24446 +INGC0LLQvg== 24447 +b3NwaGVyaWM= 24448 +IGZsZWU= 24449 +IHLhuqV0 24450 +IFJlZ2FyZGxlc3M= 24451 +IHJlbHVjdA== 24452 +IHRpbWVseQ== 24453 +IEp1bGlhbg== 24454 +R00= 24455 +6ZI= 24456 +YWR1cmE= 24457 +IGRyZXNzZXM= 24458 +IOuUlA== 24459 +IG5vbWluYXRlZA== 24460 +IGFkdm9jYXRlcw== 24461 +eW1waA== 24462 +IHJlY29yZGluZ3M= 24463 +IGRldmlhdGlvbg== 24464 +IHByaW9yaXRpemU= 24465 +IHNwaXJhbA== 24466 +IFlPVVI= 24467 +IHRyYW5zcG9zZQ== 24468 +YW1wb28= 24469 +IOybkOuemA== 24470 +IFZpc2lvbg== 24471 +IHBvbGl0ZQ== 24472 +IGhhbWI= 24473 +IFBhdGllbnQ= 24474 +7YGs6w== 24475 +IHNpYQ== 24476 +IOqzsw== 24477 +IMW+ZQ== 24478 +IHN1cGVybWFya2V0 24479 +67k= 24480 +IFNpZXJyYQ== 24481 +IGdyaWxsZWQ= 24482 +IFVwb24= 24483 +IGFic2VudA== 24484 +IG1lYw== 24485 +IEFwb2xsbw== 24486 +IHB1bms= 24487 +IFBhxYRzdA== 24488 +INGB0LLQvtC5 24489 +IOqxsOq4sA== 24490 +R2lybA== 24491 +IHNraW5ueQ== 24492 +IFByZW1pZXI= 24493 +IHRlcnJpdG9yaWVz 24494 +IGxpYWJpbGl0eQ== 24495 +IGplcms= 24496 +cmF0aWM= 24497 +IGRhbmNlcnM= 24498 +INGD0YDQvtCy 24499 +IOq0gOs= 24500 +b25seQ== 24501 +IFN0dQ== 24502 +IHNrZWxldG9u 24503 +IOutkOs= 24504 +INC30LDQutC+0L0= 24505 +xLFrdA== 24506 +IE1JS0U= 24507 +IGzDtg== 24508 +bWll 24509 +IHJlaXRlcg== 24510 +IEtvbGxlZw== 24511 +IEFkYW1z 24512 +bGljaGVy 24513 +IMOnb2N1aw== 24514 +0Y/Qsw== 24515 +IGJsdXNo 24516 +IHN1bnNoaW5l 24517 +IGV6 24518 +IERldmls 24519 +IOq4uA== 24520 +YWRk 24521 +IGxpY2Vuc2Vk 24522 +IHZpbnls 24523 +IEN6ZWNo 24524 +aW1hZw== 24525 +IGNyYWNraW5n 24526 +IOy6 24527 +IHVkYWg= 24528 +IHNvbW1lcw== 24529 +IOyWvOq1 24530 +d2HEhw== 24531 +IGZyZXM= 24532 +IFdhbG1hcnQ= 24533 +INCi0LXQv9C10YDRjA== 24534 +YXRpc2Y= 24535 +Q0k= 24536 +bGFuZw== 24537 +IGRpZmZ1c2lvbg== 24538 +IHNvbW9z 24539 +IE1ha2Vz 24540 +IFJpY2t5 24541 +IG11Y2hh 24542 +7ZWo 24543 +IGhvcnNlcG93ZXI= 24544 +YXNpYQ== 24545 +IGZpYmVycw== 24546 +IGVybQ== 24547 +0YHQutC40LU= 24548 +IGplc3Rl 24549 +IGZpcmVmaWdodA== 24550 +IGN1aXNpbmU= 24551 +IGJlc29uZGVycw== 24552 +ZGln 24553 +IOyihQ== 24554 +INGD0LY= 24555 +IHRyYWNpbmc= 24556 +IGNlcnRhaW5z 24557 +IEFwcGx5 24558 +0YvQstCw0YLRjA== 24559 +54w= 24560 +IGJydQ== 24561 +IFlFUw== 24562 +IEJhaQ== 24563 +IERpdA== 24564 +IEJpcw== 24565 +IHVubGU= 24566 +0YHRgtCw0YLQvtGH0L3Qvg== 24567 +IEF3YWs= 24568 +Li4i 24569 +IDEyNQ== 24570 +IHJvb3RlZA== 24571 +IGNhdXRpb3Vz 24572 +Y29uc3Q= 24573 +IG9yY2hlc3RyYQ== 24574 +INCy0L3Rg9GC 24575 +IHF1ZWxxdQ== 24576 +INC+0YLQstC10YI= 24577 +IE1ldGhvZA== 24578 +7Lmc 24579 +IM68zrHPgg== 24580 +bMO8 24581 +IOyVhOq5jA== 24582 +IG5hbWluZw== 24583 +Q2hhcg== 24584 +IFNpY2hlcg== 24585 +IHByaXZpbGVnZWQ= 24586 +IEZseQ== 24587 +4bqtdA== 24588 +IGFkdmFuY2Vz 24589 +IFplbGRh 24590 +IGFuZHJh 24591 +IGdyaW5kaW5n 24592 +IEVkaXRpb24= 24593 +cGY= 24594 +IHdhcnJpb3Jz 24595 +IGhlZGdl 24596 +IHVuc2VyZW4= 24597 +INGB0Y7QtNCw 24598 +ZWxpbmVzcw== 24599 +IHBlcnNvbmFsaXRpZXM= 24600 +IGbDtg== 24601 +J00= 24602 +INGC0L7Rh9C90L4= 24603 +IHNoaXBwZWQ= 24604 +IG1ldGVvcg== 24605 +IHN1cnJvdW5kaW5ncw== 24606 +IEZpbGw= 24607 +dWVzdGE= 24608 +IFBlcnNvbmFs 24609 +IEFsbGU= 24610 +T1JU 24611 +IFNjaGU= 24612 +Vkk= 24613 +IGNvbXBhcmFibGU= 24614 +ZGFtbg== 24615 +IGRpdGNo 24616 +WUFO 24617 +aXNtdXM= 24618 +IHBpY2t1cA== 24619 +IGRhaw== 24620 +IEVQ 24621 +YmVzdA== 24622 +IFN1ZQ== 24623 +w6RsbHQ= 24624 +IHBvcGNvcm4= 24625 +IGZvbGRpbmc= 24626 +aG9tZQ== 24627 +0LjQstCw0LXRgg== 24628 +IGFubm90 24629 +Y2h1Y2s= 24630 +IGZpZXJjZQ== 24631 +IGRhbWFnaW5n 24632 +IGZsb3A= 24633 +IHBhc2Fy 24634 +IHJlZWY= 24635 +INGB0LLQvtC10Lk= 24636 +IHpvbw== 24637 +b3ZlcnM= 24638 +amV0cw== 24639 +IHByw6hz 24640 +IFNpbGljb24= 24641 +dGVvaw== 24642 +IFNldGg= 24643 +YXRhbWVudGU= 24644 +IHRyYW5zbWl0dGVk 24645 +IHJlcGxpY2F0ZQ== 24646 +IHNsaW0= 24647 +IENyZWFt 24648 +IHNpZGV3YWxr 24649 +7IiY6w== 24650 +INC20LjQt9C90Yw= 24651 +IE1vbmljYQ== 24652 +IGNvcGllZA== 24653 +IFRlcnJh 24654 +aXN0ZW50 24655 +INC+0L3Qvg== 24656 +IHdoYWxl 24657 +IFdJVEg= 24658 +0LvRg9GI 24659 +IEVlbg== 24660 +INGB0LLQvtC4 24661 +IG9yZGlu 24662 +IHBsdXJhbA== 24663 +IHNwb2tlcw== 24664 +IGRpc3B1dGU= 24665 +IHNlbnNpYmxl 24666 +IHByZWFjaGluZw== 24667 +IGt0w7Nyenk= 24668 +cHRlZA== 24669 +YXZpZXI= 24670 +IHBpc3RvbA== 24671 +IFRhcGk= 24672 +IMWC 24673 +ZmZmZg== 24674 +IGFjcnlsaWM= 24675 +IGlnbm9yYW5jZQ== 24676 +IFppZWw= 24677 +cmFucw== 24678 +IHdlbGRpbmc= 24679 +bWlk 24680 +INC30LDQvdC40Lw= 24681 +IGxhbmVz 24682 +IG1pbmVz 24683 +IG1vbXM= 24684 +15XXlw== 24685 +IENoYW1iZXI= 24686 +dGllcg== 24687 +IG1vZGVzdA== 24688 +IOyXrOq4sOyEnA== 24689 +IHVuYXM= 24690 +IHdyZW5jaA== 24691 +aGFuZGVk 24692 +IHNhdHVyYXRlZA== 24693 +IEZhbmc= 24694 +IENvbW1pc3Npb25lcg== 24695 +4KSw 24696 +INeW 24697 +IExvdWlzaWFuYQ== 24698 +IE1hc2s= 24699 +IGN1YmVz 24700 +7JSo 24701 +IHZpZMOpb3M= 24702 +IG7DpWdvbg== 24703 +IHJpZGVy 24704 +IOy2nA== 24705 +IHPDs24= 24706 +IExhdGlubw== 24707 +YmFuaw== 24708 +7ZW07KO8 24709 +IEJyZW5k 24710 +IHNleHVhbGl0eQ== 24711 +Li4uLA== 24712 +IGZvcmdldHRpbmc= 24713 +INuM 24714 +IEF2ZW5nZXJz 24715 +IEJvbmpvdXI= 24716 +Y2Vzc29y 24717 +0LrRgNCw0Zc= 24718 +Y2VuY2U= 24719 +IGdlb2dyYXBo 24720 +Y3Vsbw== 24721 +0L7RgdGC0Yw= 24722 +IHN3ZWF0aW5n 24723 +7YOA 24724 +IHN5bW1ldHJ5 24725 +dHPDpQ== 24726 +IGphbg== 24727 +IEZlcnI= 24728 +IGFtYmFzc2Fkb3I= 24729 +emnEmWs= 24730 +IG11c3Vu 24731 +INGD0YI= 24732 +IExH 24733 +aXNzZW50 24734 +Y29tbXVu 24735 +IGNvdXJz 24736 +IGRldmVsb3Bz 24737 +IGJyb256ZQ== 24738 +IHN1YnN0YW5jZXM= 24739 +ZHJpdmVu 24740 +7KO87IS47JqU 24741 +IGFvcw== 24742 +IFBST0ZFU1M= 24743 +aGFsZg== 24744 +IHNvcnRlZA== 24745 +IEJvbWI= 24746 +0LvQsNCz 24747 +IE1hbGF5c2lh 24748 +IENocmlzdGluYQ== 24749 +IHRlYW1tYXRl 24750 +RlQ= 24751 +IGvEsQ== 24752 +aGVhcnRlZA== 24753 +Kys= 24754 +b2dlbmlj 24755 +IGJlbGxz 24756 +IE91YWlz 24757 +IHNwZWNpYWxpc3Rz 24758 +0LHRiw== 24759 +ZGVwdGg= 24760 +bGFzc2Vz 24761 +Z2llcw== 24762 +IENvZmZlZQ== 24763 +IG1hcmtpbmc= 24764 +IGZvbGw= 24765 +dWxp 24766 +IGFkaGVzaXZl 24767 +IEJvdA== 24768 +IFB1bmt0 24769 +ZXll 24770 +IEJ1Yg== 24771 +ZWxvbmc= 24772 +INC/0YDQuNC6 24773 +IGRvbm9y 24774 +ODQ= 24775 +IGVuZm9y 24776 +IGNhdGNoZXM= 24777 +IGJyaWNrcw== 24778 +IGtuaXR0aW5n 24779 +IEtub3dpbmc= 24780 +b2tz 24781 +SFk= 24782 +cmlkZQ== 24783 +IEZhbnRhc3k= 24784 +aW1hbg== 24785 +IHBzZQ== 24786 +IOyYqA== 24787 +INCy0LQ= 24788 +IHJlc3RyYQ== 24789 +IGV2YWx1YXRlZA== 24790 +0YDQtdCy 24791 +IGZvcnR1bmF0ZWx5 24792 +IGNoZWdhcg== 24793 +2LHYqA== 24794 +IGRvbWFpbnM= 24795 +aWJp 24796 +YXJyeQ== 24797 +IHNodXR0ZXI= 24798 +IGZpY291 24799 +TWlrZQ== 24800 +IGluY2x1 24801 +IGRvbm9ycw== 24802 +IGFwbA== 24803 +IExvd2Vy 24804 +IGltcG9ydGVk 24805 +IGFjYWRlbXk= 24806 +IGZpbmFscw== 24807 +IGRpc2FwcGVhcnM= 24808 +2YrYpw== 24809 +IGFkbWluaXN0cmF0b3I= 24810 +anM= 24811 +IGN1dHRlcg== 24812 +IHJhbmdpbmc= 24813 +w7ZycGVy 24814 +IGNvbnN0cmFpbnQ= 24815 +IFRhYmxl 24816 +IFNoYW4= 24817 +dmlj 24818 +IEZpeA== 24819 +IFN3aWZ0 24820 +b3VuY2Vz 24821 +IFdhcnVt 24822 +IGxldHR1Y2U= 24823 +YXBwZWxsZQ== 24824 +IHNoYXZl 24825 +IGLDoXM= 24826 +IDc3 24827 +IE9vbw== 24828 +YW8= 24829 +IE1jTQ== 24830 +IERyZXc= 24831 +IGx1bXA= 24832 +IGxhc2hlcw== 24833 +c2NoZWlubGljaA== 24834 +UmVw 24835 +aW5pcw== 24836 +IENldHRl 24837 +IGNvbXBvc2l0ZQ== 24838 +ZW1ldGVyeQ== 24839 +IHNvcnRl 24840 +IEZpbmFuY2lhbA== 24841 +0L7QvdC1 24842 +cm9uZXM= 24843 +IFZveQ== 24844 +IHTDqWM= 24845 +oLk= 24846 +IE5pbmph 24847 +IENvcmlu 24848 +0LXQvdC90Y8= 24849 +7J207JeI 24850 +IG5pY2g= 24851 +IGRldGVjdGl2ZQ== 24852 +4oCmIg== 24853 +z4POtQ== 24854 +nbzrj4Q= 24855 +IOuzgA== 24856 +IOu4lOs= 24857 +IHByb3Bl 24858 +IFdyaWdodA== 24859 +INeU16o= 24860 +IFNoaQ== 24861 +IGludmVzdGlnYXRpb25z 24862 +IFBvd2VyUG9pbnQ= 24863 +IENodQ== 24864 +IOyYpO0= 24865 +IOyZhOyghA== 24866 +IEZyYWdlbg== 24867 +dW5uaW5n 24868 +IHBvdXJyYWl0 24869 +IHRleHRib29r 24870 +0LzRiw== 24871 +IGZhaHJlbg== 24872 +INGC0L7RgA== 24873 +IGxha2Vz 24874 +w7xuZGU= 24875 +SW50 24876 +IE1ldHJv 24877 +IG1hbnNpb24= 24878 +INCw0LE= 24879 +IFpob3U= 24880 +IGNvcnJpZG9y 24881 +IGVzY29s 24882 +IGluZGljYXRpbmc= 24883 +aWHFgmE= 24884 +IG1vbW15 24885 +IGFyY2hpdmVz 24886 +IGZvdW5kZXJz 24887 +ZW5naW5l 24888 +IERpZXU= 24889 +IHNpY2tuZXNz 24890 +IOuztOuLiOq5jA== 24891 +IGFyYg== 24892 +IG5lZA== 24893 +IENob3A= 24894 +IGNvdmlk 24895 +IHNsYW0= 24896 +IHB1YmxpY2F0aW9ucw== 24897 +REM= 24898 +IHNwZW5kcw== 24899 +5r4= 24900 +IHJlZnVnZWU= 24901 +IGRpbGU= 24902 +INeQ15Y= 24903 +aWZpY2Fy 24904 +IFNhY2g= 24905 +R3U= 24906 +IHJlbG9hZA== 24907 +Pz8/Pw== 24908 +IGplxZtsaQ== 24909 +INGB0L7RgdGC0L4= 24910 +IHNpbXBsaWNpdHk= 24911 +IGJ1bGx5aW5n 24912 +INC80L7Quw== 24913 +IHJlYWxpZGFk 24914 +IHVuY2xlYXI= 24915 +YXBwYQ== 24916 +bGV2YW50 24917 +IElTSVM= 24918 +IFdhdHNvbg== 24919 +IGRlaW4= 24920 +IE1pY3Jv 24921 +7ZWc6w== 24922 +w7xn 24923 +IGRldmFt 24924 +IHR3ZWV0ZWQ= 24925 +IHVuZGVyc3RhbmRhYmxl 24926 +YXRhbg== 24927 +IHZlcnNh 24928 +IHByZWNh 24929 +IHbhu4E= 24930 +IENvcHk= 24931 +IE9yYWNsZQ== 24932 +IG1pbmRmdWxuZXNz 24933 +IGRpc2NyZXQ= 24934 +ZXJuZW4= 24935 +IFBsZQ== 24936 +SGF2ZQ== 24937 +IGlzb2xhdGU= 24938 +IGRldQ== 24939 +IHNldmVudHk= 24940 +IEhpbGxz 24941 +IGFyY2FkZQ== 24942 +INGB0L/QtdGG0Lg= 24943 +IHNpZ3VpZW50ZQ== 24944 +IELDnE5ETklT 24945 +bGlnYQ== 24946 +INCy0YHRgtGA0LXRhw== 24947 +w7Rt 24948 +IHR3ZWV0cw== 24949 +IHNjaGF1ZW4= 24950 +IGNyaXRpcXVl 24951 +IPCfjrU= 24952 +IHN0YXR0 24953 +INGB0LDQvNC+0LU= 24954 +w6JuY2lh 24955 +IHN1cGVybmF0dXJhbA== 24956 +IHBsdWdnZWQ= 24957 +Rmw= 24958 +eW7EsQ== 24959 +IFRhbWJpw6lu 24960 +IGVuY291cmFnZW1lbnQ= 24961 +IFNlcnZlcg== 24962 +64Kc 24963 +dXBh 24964 +IGFzdG9u 24965 +IGhlYXJz 24966 +0YDQsNGF 24967 +IHNjaGU= 24968 +IHJhdHM= 24969 +IHJlY3VwZXI= 24970 +IHVudGVu 24971 +IEZpZ2h0aW5n 24972 +IGFjYWRlbWljcw== 24973 +IFPDvA== 24974 +0YHQutC40YU= 24975 +IHBhaXJlZA== 24976 +gOydhA== 24977 +IMOhcmVh 24978 +IHN3ZWV0bmVzcw== 24979 +IGRlZmVy 24980 +IG11aXRhcw== 24981 +IEF1ZGlv 24982 +IGxvY2tlcg== 24983 +2YrYrw== 24984 +INGB0YLQsNCy 24985 +IGJ1ZW5h 24986 +QU5T 24987 +IGRldGVjdG9y 24988 +YXZv 24989 +YmVr 24990 +IM6xzr0= 24991 +7Y64 24992 +IGRyYWdnZWQ= 24993 +INC00L7Qu9C20LXQvQ== 24994 +w5Y= 24995 +2LHYqQ== 24996 +7J207KeA 24997 +IGNlbGxl 24998 +Y2tpbmc= 24999 +INin2YTYrA== 25000 +IENhbnZhcw== 25001 +IGVzcGHDsQ== 25002 +IGdsaW1w 25003 +IHNwcmVhZHM= 25004 +b25nbw== 25005 +IE1hc29u 25006 +IEluZw== 25007 +IOqwgOuKpQ== 25008 +z4TOuc66 25009 +IHNlY3VsYXI= 25010 +IGJhdGVy 25011 +IGlucXVpcnk= 25012 +IGVuZXJnaWVz 25013 +IG1hbnVmYWN0dXJlZA== 25014 +IHZlZ2V0YXJpYW4= 25015 +IHBpbmVhcHBsZQ== 25016 +0Y/RgtCw 25017 +IHByYWN0aXRpb25lcnM= 25018 +MjAwMA== 25019 +IO2VtOyalA== 25020 +IOyXrOufrOu2hOuTpA== 25021 +IOu2iOs= 25022 +IEplZmZlcnNvbg== 25023 +IEpvYW4= 25024 +IHRyYW0= 25025 +Y2htYWw= 25026 +IEhhaXQ= 25027 +4bmH 25028 +IHVucmVhbA== 25029 +IHN5bWJvbGlj 25030 +IHN0ZWFsdGg= 25031 +IHNwbGFzaA== 25032 +IEVudGVydGFpbm1lbnQ= 25033 +IG1ldGFsbGlj 25034 +PyIu 25035 +YXJvdW5k 25036 +IGRlc3BhaXI= 25037 +IE5ldmFkYQ== 25038 +IEZpbmFuY2U= 25039 +IGtyaWU= 25040 +IEx1eA== 25041 +IFNtYXNo 25042 +a2VlcGluZw== 25043 +INC30LDQsw== 25044 +IG5hcmNpc3M= 25045 +IGR6aXNpYWo= 25046 +IHRvbGVyYXRl 25047 +b2FyZA== 25048 +IGxpbmtpbmc= 25049 +IEVjb25vbWlj 25050 +IOy8 25051 +IG1vcnBo 25052 +IE5haw== 25053 +IEJha2Vy 25054 +YXRvbg== 25055 +cmluZ3M= 25056 +IFBlbmc= 25057 +IEFpcnBvcnQ= 25058 +7ZWY64uk 25059 +p4E= 25060 +cHJpbnRz 25061 +IGhhZGk= 25062 +IGVtcGly 25063 +IExpdmVz 25064 +YW5uZXJz 25065 +INC90LjQvA== 25066 +IFBST0ZFU1NPUg== 25067 +IHBvc2l0aXZlbHk= 25068 +YW50b20= 25069 +IGJhZGdl 25070 +a2VsdA== 25071 +IGludGVyZmVy 25072 +IGZ1bGZpbGxpbmc= 25073 +IHZpc3VhbGl6YXRpb24= 25074 +IFByaWNl 25075 +77+977+9 25076 +IHNjZW5lcnk= 25077 +IHByb25l 25078 +IHdpemFyZA== 25079 +IGJhbnlhaw== 25080 +dmVyYg== 25081 +c2t5 25082 +IHdpc2hlZA== 25083 +IHJhaWx3YXk= 25084 +IMO8emVy 25085 +IGFsZ3VpZW4= 25086 +IEFX 25087 +INC60L7Qu9C40YfQtQ== 25088 +IHJlYWN0aW5n 25089 +IEJ1Y2g= 25090 +4Li2 25091 +IGFudGg= 25092 +IHNpaA== 25093 +IGh1c3Q= 25094 +IFNjcmVlbg== 25095 +aWxhbnQ= 25096 +YWhv 25097 +IGZyYWdyYW5jZQ== 25098 +IGVsZXZhdGlvbg== 25099 +IE1lZGl0ZXI= 25100 +IOu/ 25101 +IMOpcXU= 25102 +IHdyYXBz 25103 +IGluZXJ0 25104 +IHJlY3JlYXRl 25105 +0LvQsNGC 25106 +IGJvbGVo 25107 +IGhhcmFzc21lbnQ= 25108 +dW5reQ== 25109 +IGdsaW1wc2U= 25110 +cmVnaWVydW5n 25111 +IGZ1dHVy 25112 +IHJlcG9zaXRvcnk= 25113 +IGVuZ3Jh 25114 +IHRyYWZmaWNraW5n 25115 +YXNzaXM= 25116 +IFRyZWs= 25117 +IOuyjA== 25118 +IOuniOs= 25119 +IEthYg== 25120 +YW5pdQ== 25121 +Z2l2ZQ== 25122 +IGRpbm9zYXVycw== 25123 +IGZlYXRoZXI= 25124 +IGF0dGl0dWRlcw== 25125 +IHBsdW0= 25126 +IFJT 25127 +IEFuZmFuZw== 25128 +aWxsZXJ5 25129 +IOyKpA== 25130 +TVk= 25131 +IHRyemViYQ== 25132 +IHNraWVz 25133 +IEFq 25134 +dXJhYmxl 25135 +Q1U= 25136 +IFNoYW5l 25137 +IGRlcGFydHVyZQ== 25138 +IFRPTg== 25139 +aWV0ZW4= 25140 +cmF0cw== 25141 +aXN1 25142 +IGJvcmQ= 25143 +IGludGVyZXN0aW5nbHk= 25144 +b3VnaGluZw== 25145 +IHJ1c2hpbmc= 25146 +IHZvbGF0aWxpdHk= 25147 +IHB5dA== 25148 +IGZvcm1hdHM= 25149 +INC30LDRgg== 25150 +IOq8rQ== 25151 +IHdoYXRub3Q= 25152 +IGNvbXBvcnQ= 25153 +c3c= 25154 +b3JlYW4= 25155 +IFJlbGF4 25156 +IGNsYW4= 25157 +IEFI 25158 +IHBldw== 25159 +IGRpY3Rpb25hcnk= 25160 +VGFrZQ== 25161 +c2hpcnRz 25162 +IEh1Z2g= 25163 +INi52YTZig== 25164 +IFBpYw== 25165 +IGVucm9sbGVk 25166 +IGplZG5haw== 25167 +IG9mZmVyaW5ncw== 25168 +IGNvcmF6 25169 +TGlmZQ== 25170 +ICEhIQ== 25171 +IGNsZXI= 25172 +IFZpZGVvcw== 25173 +IFJvZHJpZw== 25174 +IElkZW50 25175 +IFBvcw== 25176 +IFN0YWdl 25177 +IFJhY2U= 25178 +IGVuYWN0 25179 +IEd5 25180 +IEhpc3Bhbg== 25181 +IGRlZmVuY2U= 25182 +IENhbXBiZWxs 25183 +bWF0aWM= 25184 +IHJlbGV2 25185 +IHBlYWNo 25186 +hLjsmpQ= 25187 +IHBhcmFkaXNl 25188 +IGNlcmVtb24= 25189 +IGFubm95ZWQ= 25190 +bGF4 25191 +IGV4cGxvaXQ= 25192 +IGNsYXVzZQ== 25193 +ZWtlcg== 25194 +IEJsb29t 25195 +bmFudA== 25196 +YXRldXJz 25197 +IGhlaWdodHM= 25198 +RXZlbg== 25199 +0YHQvtC9 25200 +IG91dHJhZ2U= 25201 +IFZpZXRuYW1lc2U= 25202 +VFI= 25203 +IGVlcg== 25204 +IGNhbm5vbg== 25205 +IENvbWI= 25206 +kOunjA== 25207 +IOqyg+uPhA== 25208 +IGFjY29tcGxpc2htZW50cw== 25209 +IEFuYWx5dGljcw== 25210 +IHNoYXBpbmc= 25211 +cmVpYmVu 25212 +IGJhY2hlbG9y 25213 +IGZpbmdlcnQ= 25214 +YWNrZWQ= 25215 +IHB5cmFtaWQ= 25216 +IFN0ZXdhcnQ= 25217 +w6FzdA== 25218 +IHN1cnZpdm9y 25219 +IGR1Y3Q= 25220 +IGRlYWxlcnM= 25221 +2LnZhQ== 25222 +0LvQuNC9 25223 +IGVkZQ== 25224 +15XXog== 25225 +INmD2KfZhg== 25226 +IM+Ezrk= 25227 +IGNob29zZXM= 25228 +IE93bg== 25229 +0LPQvtGC0L7Qsg== 25230 +aGlyZQ== 25231 +0LDQu9GM0L3Ri9C1 25232 +INCb0Y4= 25233 +INC+0YHRgtCw0LI= 25234 +dGVjaA== 25235 +IGRyb2l0 25236 +IHN1YmplY3RpdmU= 25237 +ZW5lcw== 25238 +IGRpdmlz 25239 +YXZleg== 25240 +IG1hbmV1dmVy 25241 +4LmE4LiU 25242 +YWRlY2U= 25243 +IEVucw== 25244 +YWNpYWw= 25245 +IFByb3RlY3Rpb24= 25246 +lrQ= 25247 +IGZvcm1hbGx5 25248 +IHd5ZA== 25249 +aW5ndcOpbQ== 25250 +IHppZW0= 25251 +IHJlY3J1aXRpbmc= 25252 +15nXmg== 25253 +bmVt 25254 +IGZvcmJpZGRlbg== 25255 +IEJhcHQ= 25256 +15DXoNeZ 25257 +IHN1YnNldA== 25258 +IE1hZ2F6 25259 +bmVtZW50 25260 +IGFxdWVsYQ== 25261 +cmFnb24= 25262 +IGNvbW1pdHRlZXM= 25263 +IMOpdGFpZW50 25264 +dWRp 25265 +IERhd24= 25266 +IGJvcmU= 25267 +IGNvbXBvc2Vy 25268 +IHdpxJljZWo= 25269 +YW5nYQ== 25270 +IGRpc2xpa2U= 25271 +IERheXM= 25272 +IHBhcmFs 25273 +IG1pZW50cmFz 25274 +IGhlYXZlbnM= 25275 +aGVpZA== 25276 +IHRyYWRlcnM= 25277 +b25jZQ== 25278 +IG1hc2NhcmE= 25279 +IM+Az4HOvw== 25280 +IHdoaXNwZXI= 25281 +IE11c2s= 25282 +IEZhbWlsaWU= 25283 +QWxsYWg= 25284 +IE9saXZpYQ== 25285 +IFByb3M= 25286 +IG9saWth 25287 +aWxpbQ== 25288 +IHLDqXBvbmQ= 25289 +IFBldGVycw== 25290 +IGJpdGVz 25291 +IHZpYw== 25292 +IE5Z 25293 +ZW1wdGlvbg== 25294 +IDQ1MA== 25295 +IHZpc3VhbHM= 25296 +IGxpZXU= 25297 +w7xja2Vu 25298 +IFN0ZWVs 25299 +IEdQ 25300 +d2FpdA== 25301 +IG5vdGljZWFibGU= 25302 +dWNoYQ== 25303 +IHJlaGFiaWw= 25304 +IHJlamVjdGlvbg== 25305 +INGB0LvQtdC00YPRjtGJ 25306 +IHNsaWRlcg== 25307 +IHJlZ2FyZGVk 25308 +IGdyYXZpdA== 25309 +IFJlc2VydmU= 25310 +Y291bnQ= 25311 +IGJyZWVkaW5n 25312 +IGxvbmdl 25313 +YWxlYg== 25314 +IGtuaWdodA== 25315 +INCy0L7QuQ== 25316 +IHByw6lzZW50 25317 +gpjsmpQ= 25318 +IFNwZWNpZmljYWxseQ== 25319 +IHBvc2Vz 25320 +IHZldXJl 25321 +b2theQ== 25322 +ZW1hcw== 25323 +IG1hasSF 25324 +IHdlYmluYXJz 25325 +IGNhbm5hYmlz 25326 +IGRhbWFscw== 25327 +IE5vcnRod2VzdA== 25328 +IHBhZGE= 25329 +IGNyb3dkcw== 25330 +IGZ1dHVyZXM= 25331 +IMOkbg== 25332 +IGNpdmlsaWFucw== 25333 +IFNhY2hlbg== 25334 +5o0= 25335 +IHRyYWNlcw== 25336 +IOuoueqzoA== 25337 +UVU= 25338 +IElG 25339 +YW7EsW4= 25340 +7IK0 25341 +IGJpYmxpY2Fs 25342 +IFZlZA== 25343 +IHN0b3Jpbmc= 25344 +0YDQsNCy0LvRjw== 25345 +IG5hc3Q= 25346 +IGTDtg== 25347 +0YDQvtC/ 25348 +ZWxpYQ== 25349 +IHNpZGV3YXlz 25350 +IFVuZGVyc3RhbmQ= 25351 +IFF1cg== 25352 +IHBlcnBlbmQ= 25353 +IE1pbGxpb25lbg== 25354 +IHdhdGVybWVsb24= 25355 +IERpdmluZQ== 25356 +dWx0dXI= 25357 +YWJvcmQ= 25358 +IHN1Y2Nlc3Nlcw== 25359 +IGhvbWJyZQ== 25360 +IGNhcnA= 25361 +IHN1c2NlcHQ= 25362 +dW5na2lu 25363 +IGtpag== 25364 +dWx1cw== 25365 +2KfYrA== 25366 +IG5vdGNo 25367 +IHBvbHlub21pYWw= 25368 +5ak= 25369 +IMO6bmljbw== 25370 +IHRlbGVzY29wZQ== 25371 +IHBvbGl0aXF1ZQ== 25372 +a2llbQ== 25373 +IM6tzr3OsQ== 25374 +IGFnZ3JlZ2F0ZQ== 25375 +IEdlb2Zm 25376 +IHRyaWw= 25377 +IEdSQQ== 25378 +IHN1YnNjcmliZXI= 25379 +aW1ldA== 25380 +INC00L7Qu9C70LDRgA== 25381 +b3Bpbmc= 25382 +IHRoZXJhcGV1dA== 25383 +IENhbmNlcg== 25384 +IHBhcmFkZQ== 25385 +IGlycmln 25386 +4pmq4pmq 25387 +IGNsZWFyZXI= 25388 +IGJvZw== 25389 +IE1hdXI= 25390 +4Liy4LiH 25391 +IFNoYW5naGFp 25392 +YWNodGU= 25393 +IEtvbA== 25394 +ZWx1amFo 25395 +IGhhdg== 25396 +IENyaW1l 25397 +c2Vr 25398 +IOuhnA== 25399 +aWVubmE= 25400 +IEdvcg== 25401 +6Js= 25402 +INC/0L7RgtGA 25403 +INC60LDQttC10YLRgdGP 25404 +IExpZnQ= 25405 +IFNvcnQ= 25406 +IFBzYWw= 25407 +IHBpbmc= 25408 +k50= 25409 +cGhpcw== 25410 +IEZVQ0s= 25411 +IFN5bg== 25412 +IGJhbWJvbw== 25413 +rOyYgQ== 25414 +Y3V0cw== 25415 +IG1tbQ== 25416 +IGZ1bmt0aW9uaWVydA== 25417 +IF8= 25418 +w61jaW8= 25419 +U3RvcA== 25420 +IGltYWdpbmFyeQ== 25421 +IG5vdGFtbWVudA== 25422 +IEluaXRpYXRpdmU= 25423 +IEt1cnQ= 25424 +IGxvb3Nlbg== 25425 +IGJ1c2Nhcg== 25426 +IHplbGY= 25427 +IHByb3Bz 25428 +IG1vZXRlbg== 25429 +IG1pbGxp 25430 +IGhhbGxz 25431 +IE1hdGNo 25432 +IGJyYWNrZXRz 25433 +IENvdQ== 25434 +INCc0LDRgA== 25435 +SVNB 25436 +IGNpZ2FyZXR0ZQ== 25437 +IGNvbXBldGl0aW9ucw== 25438 +IE1JTg== 25439 +IGJlaMO2 25440 +dm9vcg== 25441 +IHVzdA== 25442 +IFpp 25443 +IE9jYw== 25444 +dWxhdGVz 25445 +IGJhbGxvb25z 25446 +IHByb250bw== 25447 +IE1peQ== 25448 +IEZpbGU= 25449 +INC60LvQsNGB0YE= 25450 +0L3Rg9C7 25451 +IGNlcmVhbA== 25452 +IGluY3JlbWVudA== 25453 +IHJlZmluZWQ= 25454 +cHJpc2luZw== 25455 +IFJG 25456 +IHJlc3BlY3RmdWw= 25457 +IGxvb3Q= 25458 +YXNrZXQ= 25459 +IGRlaXhh 25460 +aW5nbGU= 25461 +IGZ1bmNpb25h 25462 +IFJldmVs 25463 +IHNvYmVy 25464 +IHBlcmZvcm1z 25465 +IEdlbnRsZQ== 25466 +IHJlY2lwaWVudA== 25467 +IEhhdXNl 25468 +IOuD 25469 +RnJvbQ== 25470 +IG1pbmlzdGVycw== 25471 +IHBhcmFkb3g= 25472 +IHRhc3Rpbmc= 25473 +INeU15c= 25474 +IHJldXNl 25475 +IExhbmU= 25476 +INGB0L7QstC10YDRiA== 25477 +IHJlbWVtYmVycw== 25478 +IGZlbWluaXN0 25479 +IGNvbW1pdG1lbnRz 25480 +IHByb2plY3RlZA== 25481 +IGdheg== 25482 +aXlvcnV6 25483 +IG9ibGlnYXRpb25z 25484 +Um8= 25485 +emFy 25486 +IGNodw== 25487 +IEpBTQ== 25488 +IGLEmWTEhQ== 25489 +YXNwYmVycnk= 25490 +INC80LXRgdGC0L4= 25491 +67KV 25492 +IHJlZ3VsYXRlZA== 25493 +IHdpY2h0 25494 +IFRyZXZvcg== 25495 +IHNlY29uZGx5 25496 +IElocmU= 25497 +ZWxzaA== 25498 +IHJlcG9ydGVycw== 25499 +0YLQvtGA0LA= 25500 +b3lv 25501 +R0k= 25502 +IGludGVyY29ubmVjdA== 25503 +T1NI 25504 +IGJyYXNz 25505 +IGlnbm9yaW5n 25506 +aW5mZWN0 25507 +IHByb2pla3Q= 25508 +b3JldA== 25509 +z4TOsc69 25510 +INGC0LjQvw== 25511 +IG11dHRh 25512 +IHVuYm94aW5n 25513 +hLA= 25514 +IGFkdmlzZWQ= 25515 +IERlbnZlcg== 25516 +IHNldmVyZWx5 25517 +IE1obQ== 25518 +IGZsaXBwZWQ= 25519 +IHBpZW4= 25520 +IGtvbW11bg== 25521 +IEZSRQ== 25522 +IOCuh+CusA== 25523 +YWludGVk 25524 +IGtuaXZlcw== 25525 +IGhhYmw= 25526 +IGdld29yZGVu 25527 +YXJldHRlcw== 25528 +Q1M= 25529 +INC80LDQu9C10L3RjA== 25530 +IGdhbGF4 25531 +IG5pbmV0ZQ== 25532 +6rGw64KY 25533 +IHNpcw== 25534 +IGFkdmlzb3J5 25535 +IGRyaWxsaW5n 25536 +IFdvdWxkbg== 25537 +w7xuZg== 25538 +Z2VzdGVsbHQ= 25539 +IEhlbGVu 25540 +INee15A= 25541 +YXBvbGlz 25542 +IHJ6ZWN6eQ== 25543 +IHRlcnJh 25544 +IGhlcA== 25545 +IGFsZ8O6bg== 25546 +aWtr 25547 +IGFzdHJvbm9t 25548 +IFN0YXJidWNrcw== 25549 +a8SF 25550 +IHBhdHJvbA== 25551 +IOy9lA== 25552 +IGdvbg== 25553 +IOOAkA== 25554 +IHNvbnN0 25555 +IGVuY291bnRlcnM= 25556 +IHJldHJvdQ== 25557 +IHNoYXJrcw== 25558 +IGRvcg== 25559 +IFJldmVy 25560 +IGV2YXBvcg== 25561 +IHJlc2Vydm9pcg== 25562 +IGFsbGVnZWQ= 25563 +dWxlcg== 25564 +IHZlcm0= 25565 +IGNvbW1lcmNl 25566 +IGZpdHRlZA== 25567 +Z2Vt 25568 +IHRhY3RpY2Fs 25569 +IGxpdGg= 25570 +aGFk 25571 +IGNhcmJvaHlk 25572 +IGxlbmd0aHM= 25573 +zrnOvw== 25574 +IGRlbW9ncmFwaGlj 25575 +Um9i 25576 +IFNraW4= 25577 +Y2NvbGk= 25578 +IHNpbXBsaWZpZWQ= 25579 +IHJlYWRpbHk= 25580 +IEN1bQ== 25581 +YWRlc2g= 25582 +IETDpQ== 25583 +dXNzdA== 25584 +aWduZQ== 25585 +ZXRvbg== 25586 +IG1lbm9y 25587 +cWk= 25588 +T09N 25589 +4Lit4LiZ 25590 +IHBzeWNoaWF0 25591 +IGVpZ2h0eQ== 25592 +INC80LjQu9C70Lg= 25593 +IFRvYg== 25594 +ZWRv 25595 +IMSR4bq/bg== 25596 +IGNpcmN1aXRz 25597 +IExBVUdI 25598 +aWNpc20= 25599 +ZW1vcg== 25600 +IHJlZ2VuZXI= 25601 +ZWdyZWU= 25602 +IGJ1cmVhdWM= 25603 +IEFsYmVy 25604 +IFdvcg== 25605 +IHJlc2lu 25606 +IGJ5xYJ5 25607 +IElH 25608 +4K+NLA== 25609 +IDc4 25610 +IHdlZWRz 25611 +IE15dGg= 25612 +OTM= 25613 +5r8= 25614 +IOuCmOyZlA== 25615 +w6l2 25616 +4b0= 25617 +w7ZyZW4= 25618 +w6dhcg== 25619 +IFBBVUw= 25620 +IGRpc2FkdmFudA== 25621 +IHBvc2l0aW9uaW5n 25622 +IGNvY2t0YWls 25623 +IGFncmVlcw== 25624 +bm4= 25625 +IFNhbGx5 25626 +TXM= 25627 +IGluaGVyZW50 25628 +IG1vbmV0YXJ5 25629 +IG5hdHVy 25630 +IE5o 25631 +IEltcG9ydA== 25632 +IGxlYmVu 25633 +IHdp 25634 +dXNzeQ== 25635 +IG9iZXM= 25636 +IHdhbmRlcmluZw== 25637 +IOyLoOs= 25638 +xIVkYQ== 25639 +ZXRjaHVw 25640 +IGRpc3Bvc2Fs 25641 +IEpB 25642 +IENlcg== 25643 +emlsbGE= 25644 +IHZpcmdpbg== 25645 +IFNsaWRl 25646 +YW5kZWw= 25647 +IHJpZ2h0ZW91c25lc3M= 25648 +IM6j 25649 +IGlkZWlh 25650 +0LjRgNC+0LLQsNGC0Yw= 25651 +16jXkA== 25652 +Q29tbWVudA== 25653 +IHByZWxpbQ== 25654 +IFZhbGU= 25655 +IOyngOuCnA== 25656 +IFZhbmM= 25657 +T01BTg== 25658 +INC/0ZbQtA== 25659 +IHl1bQ== 25660 +c3RyZQ== 25661 +Y2Vt 25662 +IHBvY3o= 25663 +IGZyYWdtZW50 25664 +INGB0LvRg9GH0LDQtQ== 25665 +IHVuZGVyZ28= 25666 +IEhhbms= 25667 +Y2Vrcw== 25668 +IEZQUw== 25669 +IG9jdXI= 25670 +IGRldGVyaW9y 25671 +IGVtcHJlc2Fz 25672 +UGF1bA== 25673 +ICkpKQ== 25674 +INCy0YDQtdC80LXQvdC4 25675 +IHNjb2xk 25676 +15nXog== 25677 +IHN1c3BlY3RlZA== 25678 +IGFjY2Vzc2luZw== 25679 +IHN1YnN0aXQ= 25680 +IGhpc3RvcmlhbnM= 25681 +INC00LXQu9C+ 25682 +IHNvY2llZA== 25683 +cm9uZQ== 25684 +IHJlZGVu 25685 +IGV4dGVuZHM= 25686 +ZXBoZXJk 25687 +IGJhbGNvbg== 25688 +IFNvbG8= 25689 +IHBvbGl0aWNpYW4= 25690 +0L7Qu9GM0L3Qvg== 25691 +IGlyZ2VuZHc= 25692 +IHRyYXVtYXRpYw== 25693 +IHJhcHBlcg== 25694 +IFJPQkVSVA== 25695 +UmVhbGx5 25696 +IGxpbmV1cA== 25697 +QVNF 25698 +IGNvbnRyYWN0b3I= 25699 +IENvcnBvcmF0aW9u 25700 +Z29y 25701 +IFRvZG8= 25702 +0YHRgtGA0L7QuQ== 25703 +RkJF 25704 +IG5ld3NsZXR0ZXI= 25705 +IGtvxYQ= 25706 +YWx0aWVz 25707 +INC/0YDQuNGH 25708 +IEhlYXZ5 25709 +IHN3b3Jkcw== 25710 +IG1hbmlwdWxhdGlvbg== 25711 +IGZ1bms= 25712 +IHbDpXI= 25713 +IFRhbGliYW4= 25714 +IOuwpQ== 25715 +IGFjbmU= 25716 +w7xyw7w= 25717 +IGRlc3dlZ2Vu 25718 +IER1c3Q= 25719 +IHNpbGlj 25720 +IGhvb2tz 25721 +IGJsaWo= 25722 +IHBldGl0cw== 25723 +IGZpbG1l 25724 +IEJlcmVpY2g= 25725 +IFNhaWQ= 25726 +IGltcG9zZWQ= 25727 +IGRpYXJ5 25728 +INCz0L7RgA== 25729 +IEdhdGVz 25730 +IGFsdGE= 25731 +IGNoY2lh 25732 +cGxlYXNhbnQ= 25733 +IOuwnQ== 25734 +IG1vxbxlbXk= 25735 +IEF1c3RyaWE= 25736 +IGJyb2tlcg== 25737 +IHN1Y2tlZA== 25738 +IGNvbXBhcnRtZW50 25739 +IGNsb25l 25740 +INeU16I= 25741 +IERhbmtl 25742 +IG5vY2htYWw= 25743 +0LXQt9C0 25744 +IGFkcmVuYWw= 25745 +IGtsZWluZW4= 25746 +IHN1YnNlcXVlbnRseQ== 25747 +IGRlY2VudHJhbA== 25748 +IGdlbmV0aWNz 25749 +IOq0kQ== 25750 +IG1vbml0b3Jz 25751 +IEFwcGxpYw== 25752 +IFJlcG9ydGVy 25753 +d2VydA== 25754 +IHdpZW0= 25755 +IE1vdmVtZW50 25756 +IGludGVydmlld2luZw== 25757 +IGhhaXJz 25758 +IHB1w7I= 25759 +IENoZWxzZWE= 25760 +IGNvaGVy 25761 +IGNvdA== 25762 +IHphcw== 25763 +IHBhdGNoZXM= 25764 +IGxhaA== 25765 +0YPQvdC6 25766 +IFJlYWdhbg== 25767 +IE1hcmNv 25768 +Y2l0eQ== 25769 +IGRlZmVuZGVy 25770 +IGRlY29yYXRpb24= 25771 +aWpp 25772 +IGxpdHRlcg== 25773 +0Kg= 25774 +IGplZ28= 25775 +UkVX 25776 +IFBpaw== 25777 +IEhlZQ== 25778 +IEl2 25779 +INC40LTQtQ== 25780 +IFRoZWF0ZXI= 25781 +INGH0LDRgdGC0L4= 25782 +IHN3ZWF0ZXI= 25783 +IGhpZ2hsaWdodGluZw== 25784 +IGFpbnNp 25785 +IGRpcGxvbWF0aWM= 25786 +IE5ldmVydGhlbGVzcw== 25787 +5bM= 25788 +QVNPTg== 25789 +IHDDumJsaWNv 25790 +IGZlcm0= 25791 +cmVhdGVk 25792 +Y29k 25793 +IOusvOs= 25794 +IG1pc3Rlcg== 25795 +IFZhbmNvdXZlcg== 25796 +IHJlY29nbml6ZXM= 25797 +ZWNk 25798 +IGNvbXBsaWNhdGlvbnM= 25799 +ZW5jaWFs 25800 +IOqwgOyngA== 25801 +IFVsdGltYXRl 25802 +IHZhaWc= 25803 +IE1lcnJ5 25804 +15XXkg== 25805 +IE1hcmN1cw== 25806 +b3dlZ28= 25807 +IG1lbnRl 25808 +U20= 25809 +IGFqYQ== 25810 +IFRhbw== 25811 +IGp1ZGljaWFs 25812 +IGVudHJlcHJlbmV1cnNoaXA= 25813 +INC90LXQvNC90L7Qs9C+ 25814 +IHBpcw== 25815 +IGVyZw== 25816 +IGNocmlzdA== 25817 +IEN1cnQ= 25818 +INGA0LDRgdC/ 25819 +zrvOtQ== 25820 +ZW5zY2g= 25821 +w61yZQ== 25822 +IGZvY2Fs 25823 +IERpYW1vbmQ= 25824 +YXbDrWE= 25825 +IGhhbm5v 25826 +IFNxdWFk 25827 +IGFzc29jaWF0aW9ucw== 25828 +IENyZWF0aXZl 25829 +IG1lc3Nlbmdlcg== 25830 +IGJlZ2dpbmc= 25831 +IGRlY2ltYWw= 25832 +IGTEscWf 25833 +IG1ldGFkYXRh 25834 +c2Vscw== 25835 +IMSwxZ8= 25836 +4buvYQ== 25837 +IGRpZmZpY2lsZQ== 25838 +ZMSx 25839 +IHNsYXVnaHRlcg== 25840 +IFZlcmc= 25841 +INeS150= 25842 +IFRlYQ== 25843 +YXNzZXM= 25844 +T2s= 25845 +IHN5bnRoZXM= 25846 +b3RpYXRpb24= 25847 +IHBhaW50ZXI= 25848 +IGVsYm93cw== 25849 +IGFyY2hpdGVjdHVyYWw= 25850 +INGA0LDQtA== 25851 +IGdsb3I= 25852 +aW1hZ2U= 25853 +YW1wYQ== 25854 +Y3VsaWFy 25855 +oKg= 25856 +IHRldmU= 25857 +IFN0ZWxsZQ== 25858 +IEJhbQ== 25859 +IOy0iA== 25860 +YXNpcw== 25861 +aXBlZGlh 25862 +IEdJ 25863 +IEFjdGl2ZQ== 25864 +YXpp 25865 +IEx1Y2t5 25866 +7ZWp 25867 +INC/0YDQuNGF0L7QtA== 25868 +IHJ1bndheQ== 25869 +IGF1dGhlbnRpY2F0aW9u 25870 +IHBvc2libGU= 25871 +IHN1cHBsZW1lbnRz 25872 +IHN1cmdpY2Fs 25873 +R2Vu 25874 +IGZlYXNpYmxl 25875 +RE8= 25876 +IG91dGxvb2s= 25877 +IGludGVydmFscw== 25878 +IGFuZWNk 25879 +w6BuZw== 25880 +IHN0cmFwcw== 25881 +IFNodQ== 25882 +dWRk 25883 +aXNzZW5zY2hhZnQ= 25884 +IHBvcnRl 25885 +IGNvbW1pdHRpbmc= 25886 +IGFsbGV5 25887 +IGNvdmVuYW50 25888 +IFBlZHJv 25889 +bGVzc25lc3M= 25890 +IFNvbGlk 25891 +IE1vbGx5 25892 +INC90LXQutC+0YLQvtGA 25893 +IGNvb3BlcmF0ZQ== 25894 +b2xsZW4= 25895 +IHR1bmE= 25896 +IGtpbmRlcmdhcnRlbg== 25897 +IFNpeg== 25898 +IGR1xbxv 25899 +IE1CQQ== 25900 +IEdFT1JHRQ== 25901 +IEZpc2hlcg== 25902 +IENhZXNhcg== 25903 +INC60YDQsNGB0LjQsg== 25904 +IERlbGhp 25905 +enlt 25906 +IGV4cGxpY2Fy 25907 +6rCA7KeA 25908 +dW5z 25909 +Z3Jvdw== 25910 +INC/0YDQuNGB 25911 +IDg2 25912 +IHN0YXRpbmc= 25913 +IG1hc3Nh 25914 +Y2h0ZXI= 25915 +IOy7rOufrA== 25916 +IGRlcHV0eQ== 25917 +U00= 25918 +bm9j 25919 +IGdlb2dyYXBoeQ== 25920 +IEVudGVycHJpc2U= 25921 +IENhbnQ= 25922 +w7Z6 25923 +IHVucGFjaw== 25924 +IO2ZlOs= 25925 +IHNlYXJjaGVz 25926 +IHByZXNpZGVuY3k= 25927 +IHRyaXZpYWw= 25928 +IHBpZ2U= 25929 +b3VidA== 25930 +7LyA7J20 25931 +IGJ1ZGdldHM= 25932 +IHVi 25933 +IHBuZQ== 25934 +IFlhbGU= 25935 +IMWfw7Z5bGU= 25936 +cmVndWxhcg== 25937 +IGltcGVyZmVjdA== 25938 +QVJB 25939 +IGZhbcOtbGlh 25940 +dXJt 25941 +IEFkdmVudHVyZQ== 25942 +Y2lz 25943 +ZW1hcms= 25944 +IG5lZ28= 25945 +IGluYXBwcm9wcmlhdGU= 25946 +INC/0YDQuNC3 25947 +INGA0L7Quw== 25948 +IGRyZWFtZWQ= 25949 +QnJ5 25950 +IHNodXR0bGU= 25951 +IHBpbGxhcnM= 25952 +IGJpaw== 25953 +aW51bQ== 25954 +INGD0YE= 25955 +IE5lYnI= 25956 +IHBlcnBlbmRpY3VsYXI= 25957 +IGJvb2tlZA== 25958 +YmVyeQ== 25959 +IHZpa3Q= 25960 +YmVhcg== 25961 +ZXN1cw== 25962 +INCy0L7Qt9C80L7QttC90L4= 25963 +qLk= 25964 +IHByZXN1bWFibHk= 25965 +IE1lbXBoaXM= 25966 +IGFtYnVsYW5jZQ== 25967 +15XXnteo 25968 +IHRodW1ibmFpbA== 25969 +IG1vZGlmaWNhdGlvbg== 25970 +IGludGVycHJldGVk 25971 +IHByb21v 25972 +IM66zqw= 25973 +IM61z4A= 25974 +IGFjb3VzdGlj 25975 +IERC 25976 +IG5vbmV0aGVsZXNz 25977 +b3VsZQ== 25978 +IHBlcXU= 25979 +IGtub2I= 25980 +IOuPjOyVhA== 25981 +IHB1cmNoYXNlcw== 25982 +IMOHw7xua8O8 25983 +IGRpdmlkaW5n 25984 +cGVyZm9ybQ== 25985 +cmFjdGlvbg== 25986 +aGVhbHRoeQ== 25987 +IFRpdGxl 25988 +IHVr 25989 +IGNlcmNh 25990 +IGFyZ3VhYmx5 25991 +IGZhbGU= 25992 +67O1 25993 +IGdhbWVycw== 25994 +IHV0aWxpemluZw== 25995 +IG9mZmVuZGVk 25996 +IHRhdmE= 25997 +YWzEsQ== 25998 +IG1lZGlhbg== 25999 +IGluZmVjdGlvdXM= 26000 +IEFubmll 26001 +IHNtYXJ0cGhvbmVz 26002 +IHBhcm9sZQ== 26003 +IEVwaWM= 26004 +enph 26005 +IHVuaWZpZWQ= 26006 +IOq3uOuVjA== 26007 +IGN1cnRhaW4= 26008 +IMSD 26009 +IHNleHVhbGx5 26010 +IHVuc2VyZW0= 26011 +IENvbnZlbnRpb24= 26012 +IGFsbGVnZWRseQ== 26013 +WWE= 26014 +IEhvbw== 26015 +ZW5tZW50 26016 +7ZuE 26017 +IGdpZ2FudGlj 26018 +IG5vdGluZw== 26019 +IHJlYm8= 26020 +IEphbWE= 26021 +IEFseg== 26022 +IGJvcnJvd2Vk 26023 +7Lmo 26024 +IHBlcmlwaGVy 26025 +0L7RgtCw 26026 +IEdC 26027 +IEdlYXI= 26028 +IGVjb25vbWljYWxseQ== 26029 +IHRlbGVmb24= 26030 +IHF1ZXJlbW9z 26031 +INC00LDQu9GM0YjQtQ== 26032 +IHJhcw== 26033 +IFRlYWNo 26034 +aWNpb3M= 26035 +YXRvcw== 26036 +IHBsZWRnZQ== 26037 +YmF1 26038 +IEhpbXNlbGY= 26039 +TGluaw== 26040 +IGVzcGVybw== 26041 +IGNocm9tb3M= 26042 +IFBFUg== 26043 +IGVybGU= 26044 +IHBvZGl1bQ== 26045 +w6dvcw== 26046 +IG5pZXU= 26047 +IGZlbg== 26048 +IEdPRA== 26049 +IENob2NvbGF0ZQ== 26050 +d2Vyaw== 26051 +IHThu6s= 26052 +IHN1cHByZXNz 26053 +zrvOtw== 26054 +IDI0MA== 26055 +IHNpdMOk 26056 +IGhvbmVzdHk= 26057 +IEJpbw== 26058 +IEJhcmQ= 26059 +INC+0LHRidC10Lw= 26060 +INC80YPQtw== 26061 +IG1hcmJsZQ== 26062 +INGG0LXQvdGC 26063 +IHByb2N1cmU= 26064 +IHJvdG9y 26065 +YmVybg== 26066 +IHR1aA== 26067 +IGhlYWRzZXQ= 26068 +YXRlbQ== 26069 +IHdhcnJhbnR5 26070 +4K60 26071 +IGZpbGluZw== 26072 +zrnOrA== 26073 +IGNvbXByZW5kcmU= 26074 +IGltcHVsc2U= 26075 +IHNhbHY= 26076 +d3JpdHRlbg== 26077 +IGluc3RpdHV0ZQ== 26078 +S2lt 26079 +IExHQlRR 26080 +ZmljaWVudGU= 26081 +SGlz 26082 +IM6xz4XPhM+M 26083 +IHRlZW5hZ2U= 26084 +b3J1cw== 26085 +INGA0LDQt9Cx 26086 +U2Vl 26087 +IENvbnNlcnY= 26088 +4buBbg== 26089 +ZnVsbmVzcw== 26090 +IHN0cmF3YmVycmllcw== 26091 +IEFidQ== 26092 +0LjQvtC9 26093 +IG9sbGE= 26094 +Tk9JU0U= 26095 +IEVtcGxveQ== 26096 +IHdpcGVk 26097 +dXJnZXI= 26098 +IG1vZGlmaWNhdGlvbnM= 26099 +IO2VmOyngA== 26100 +IGZvb3RzdGVwcw== 26101 +IGhvbm9ycw== 26102 +IGFkdWw= 26103 +IGZsaXBwaW5n 26104 +IEhV 26105 +Wlk= 26106 +IGludGVncmF0aW5n 26107 +2KjYsQ== 26108 +dWxsYQ== 26109 +IG5hdHV1cmxpams= 26110 +IO2XiA== 26111 +IEV0aGVyZXVt 26112 +2YrZhA== 26113 +d2Vk 26114 +IHBlYWtz 26115 +IEtlcw== 26116 +IGJsb29t 26117 +IGNyYXNoaW5n 26118 +IDkxMQ== 26119 +INC+0YLQu9C40Yc= 26120 +IGNvbnRyb2xsZXJz 26121 +IERvZA== 26122 +INCy0LzQtdGB0YLQtQ== 26123 +IHNvcnRpcg== 26124 +IFN0cmFpZ2h0 26125 +IEdyYWNpYXM= 26126 +IGdyb292ZQ== 26127 +IHRvZ2c= 26128 +IOyLtuydgA== 26129 +w6lybw== 26130 +IG91dHdhcmQ= 26131 +IFdB 26132 +IFJvY2t5 26133 +IHNjYW0= 26134 +IGhheWF0 26135 +aWdudHk= 26136 +4oQ= 26137 +cGxpbmdz 26138 +IGFudGliaW90aWNz 26139 +IG5ldmVydGhlbGVzcw== 26140 +amFuZw== 26141 +Y29tbWVyY2U= 26142 +IHNwb2lsZXI= 26143 +IGdsb3Zl 26144 +IGNoYXR0ZXI= 26145 +IEJZ 26146 +fj8= 26147 +IO2YuA== 26148 +IGRlbW9s 26149 +d2VjaHNlbA== 26150 +aW1pcg== 26151 +IHJhaWQ= 26152 +0LXRgNGF 26153 +7J6Q6riw 26154 +ZW5m 26155 +IGNvbW1lbnRlZA== 26156 +IG9wdGltaXplZA== 26157 +IGNvbnZpY3RlZA== 26158 +IGJhdHM= 26159 +IFNC 26160 +IEF1cg== 26161 +IFRvbmc= 26162 +IGltcGxpY2l0 26163 +IEphbmV0 26164 +IHJlYWc= 26165 +IEFkdmFuY2Vk 26166 +IGltcG9zZQ== 26167 +16nXlA== 26168 +IHNjaGVtZXM= 26169 +b3VnaGVy 26170 +YWJvbGlj 26171 +IOqxsOyjoA== 26172 +IHNsb3dpbmc= 26173 +IHd0ZWR5 26174 +IGRlc3RydWN0aXZl 26175 +INC+0L/RgNC10LQ= 26176 +IGxhbmRtYXJr 26177 +IOuPiA== 26178 +IFdhbGtpbmc= 26179 +4bq5 26180 +IHRpamQ= 26181 +IEtO 26182 +IFF1YW50 26183 +7Jik6w== 26184 +INC60YDRgw== 26185 +IHBlcmRlcg== 26186 +IG5vdmU= 26187 +w6RuZGU= 26188 +Ymlh 26189 +IGN1c3RvZHk= 26190 +IGJpb2Q= 26191 +IGRpcmVjdGluZw== 26192 +Li4u4oCL 26193 +IHJlbG9j 26194 +IGRlbWFuZGU= 26195 +IG/En2x1bQ== 26196 +INC+0LTQvdCw 26197 +IE1pbGs= 26198 +IEtyYQ== 26199 +IEhvbmRh 26200 +IHB1ZQ== 26201 +IGVsZWt0 26202 +IGJlZ2lubmVycw== 26203 +IHNwZWFy 26204 +w61uaA== 26205 +IEx1ZnQ= 26206 +IG5pZw== 26207 +IFNjaG9vbHM= 26208 +IGZvcnVtcw== 26209 +IFFpbg== 26210 +cHBv 26211 +IHphZw== 26212 +INCu 26213 +IHRvb3RocA== 26214 +IFN0eWxl 26215 +7LSI 26216 +IHB1bmN0 26217 +IHJlcHM= 26218 +IEFseQ== 26219 +IGFtZW5kbWVudHM= 26220 +IMO2eg== 26221 +IGRpZ2l0cw== 26222 +dXJhaQ== 26223 +IGNoYW90aWM= 26224 +IE1hc3RlcnM= 26225 +ZW9u 26226 +IENhc2g= 26227 +IEN1eg== 26228 +IGJlZGV1dGV0 26229 +IHNjYW5uaW5n 26230 +INC20LQ= 26231 +0L3QtdGC 26232 +IGNlcnRhaW50eQ== 26233 +amVr 26234 +IGRpam8= 26235 +IENsaW1hdGU= 26236 +IHJpbnNl 26237 +IGtyaWo= 26238 +dmVsYW5k 26239 +IHNvdW5kdHJhY2s= 26240 +IFNhZmU= 26241 +IE5vdmE= 26242 +OTQ= 26243 +IGF0aGU= 26244 +IFZlcmI= 26245 +b2xlcg== 26246 +7J207KOg 26247 +IHZpbg== 26248 +IHJlc3BpcmF0b3J5 26249 +IFN0dWR5 26250 +IENBTQ== 26251 +IGF2b2NhZG8= 26252 +IFpoZW4= 26253 +IGxhdGVuY3k= 26254 +IGZlYXRoZXJz 26255 +IGNvbnRhcg== 26256 +INCy0LXRiQ== 26257 +IGZhcms= 26258 +IGJsZW5kZWQ= 26259 +IGV4cGxvZGVk 26260 +IFhY 26261 +IEJlbmlt 26262 +IGFsZ3XDqW0= 26263 +aXN0b2lyZQ== 26264 +IGNvbmZpZGVudGlhbA== 26265 +IG1hc3Q= 26266 +IOy/ 26267 +Z2Vo 26268 +IGRpc3Jlc3BlY3Q= 26269 +IFN5c3RlbXM= 26270 +xrBh 26271 +RWQ= 26272 +IHd5cw== 26273 +IGV4b3RpYw== 26274 +IGdsb3dpbmc= 26275 +w7luZw== 26276 +b3VuZ2U= 26277 +6IQ= 26278 +0LDQvdC40Lc= 26279 +IHBhbGF2 26280 +IFN3b3Jk 26281 +IGdpbQ== 26282 +IENyb3c= 26283 +IHBvdGVudA== 26284 +YmlzaA== 26285 +IGFidXNlZA== 26286 +IEplZA== 26287 +IGdhbWJsaW5n 26288 +IFNwZWN0 26289 +IGludmVzdGlnYXRvcnM= 26290 +IHJhdHQ= 26291 +IGRvYg== 26292 +IERFUw== 26293 +aG9n 26294 +INC+0YLQutGA0Ys= 26295 +7YyF 26296 +INC00LXQvdGM0LPQuA== 26297 +IO2YuQ== 26298 +IOuouOumrA== 26299 +IHNhdHVyYXRpb24= 26300 +IGluaGVyaXRlZA== 26301 +IElubm92YXRpb24= 26302 +7JeI642Y 26303 +IHRhbmdpYmxl 26304 +IGRlcHJp 26305 +aGVk 26306 +INC/0L7QvNC+0LM= 26307 +IHNsaWNlZA== 26308 +4KWN 26309 +IHRo4bq/ 26310 +xaU= 26311 +Njg= 26312 +IGNvcm9uYQ== 26313 +IGdpZnRlZA== 26314 +IHNvaXI= 26315 +IGh1bWlsaXR5 26316 +IOydtOqxuA== 26317 +IGZsYXdz 26318 +INC/0YDQsNC60YLQuA== 26319 +IGthbGQ= 26320 +d2HFvA== 26321 +eXc= 26322 +aXJ0ZWVu 26323 +IGNyb2NoZXRz 26324 +pqzqsIA= 26325 +IOyghOyXkA== 26326 +IGRlc2U= 26327 +INC80LDQsw== 26328 +IGR6aWHFgg== 26329 +IGzDqWc= 26330 +Y2hhbmdpbmc= 26331 +IGxsZXY= 26332 +xYRzaw== 26333 +IDE5ODQ= 26334 +b3Jucw== 26335 +IFdlbHNo 26336 +IHBoYXJtYWNldXRpY2Fs 26337 +IHB1bXBpbmc= 26338 +IFNoYXc= 26339 +cHVuaw== 26340 +IHZhdWx0 26341 +IGtpbmV0aWM= 26342 +IGh1cnJpY2FuZQ== 26343 +IEluY2x1ZGluZw== 26344 +4bupYw== 26345 +IEdyYW5kcGE= 26346 +YW5zaGlw 26347 +INCy0YvRhdC+0LQ= 26348 +0L3QvtC2 26349 +nKA= 26350 +dXR0YQ== 26351 +IOqygeuLiOuLpA== 26352 +IGJheg== 26353 +INC/0L7RiA== 26354 +IHBlY3VsaWFy 26355 +ennEhw== 26356 +IEVsbGll 26357 +IGxlYXJucw== 26358 +IEtyaXNobmE= 26359 +IGNvbnNlY3V0 26360 +IGVtcGF0aA== 26361 +IERpbg== 26362 +IHRyYWRlZA== 26363 +IEJvcmlz 26364 +dWdnYWdl 26365 +b2xsYQ== 26366 +INC90LDQt9Cy 26367 +IGV0ZXJuaXR5 26368 +INCy0L8= 26369 +w6htZXM= 26370 +IGdyYXBw 26371 +YsOp 26372 +INC/0YDQtdC00YHRgtCw0LI= 26373 +IEZD 26374 +jeuLiOuLpA== 26375 +ZXZlbg== 26376 +IE5lYnJhc2th 26377 +b3J0dW5l 26378 +IGthcmVuYQ== 26379 +IEFnZW50 26380 +IHN0aW5n 26381 +IFBJ 26382 +IG11bmljaXBhbA== 26383 +cG93ZXJlZA== 26384 +IGNvbnNlZ3Vl 26385 +IE1hbmNoZXN0ZXI= 26386 +IHJhaW55 26387 +IGJsaQ== 26388 +IGtvc3Q= 26389 +IGhhbHRlbg== 26390 +IEFoaGg= 26391 +aW5zdWxh 26392 +ZXJ0aW5n 26393 +INin2YTZgQ== 26394 +IHJlbGFjaW9u 26395 +IGtvbWVu 26396 +IGRvbWU= 26397 +IHByaWVzdHM= 26398 +IEludHJvZHU= 26399 +cm9waGU= 26400 +c2hvcmU= 26401 +dmVsdA== 26402 +Y2xpcHNl 26403 +INGA0YPRgQ== 26404 +15nXoQ== 26405 +IHNhYmVtb3M= 26406 +IEhvbGxhbmQ= 26407 +b2dp 26408 +YW5raQ== 26409 +IE1hdHM= 26410 +IHNtb2tlZA== 26411 +dWxsaWU= 26412 +IGV1cm9wZQ== 26413 +INC00LXQudGB0YLQstC40YLQtdC70YzQvdC+ 26414 +IGJhcmR6aWVq 26415 +IHRyYW5zZm9ybWluZw== 26416 +IEV6 26417 +b3BhdGg= 26418 +IOyWuOuLiA== 26419 +INGB0YLQsNC9 26420 +4bqxbmc= 26421 +4Lix4LmJ 26422 +IE91Y2g= 26423 +IGNsZWFyYW5jZQ== 26424 +dXN0YWlu 26425 +IHNvbGlkYXJpdHk= 26426 +IHByb3Zpbmc= 26427 +INCY0L0= 26428 +INGB0Yo= 26429 +IHByb2xvbmc= 26430 +0LDQtNC90L4= 26431 +IHNvcw== 26432 +IERlYWw= 26433 +IDE3MA== 26434 +bW9ucw== 26435 +INC30LXQvA== 26436 +IGxvZ2dlZA== 26437 +IGxpZmVsb25n 26438 +IHNlbnNvcnk= 26439 +IGJlaG9sZA== 26440 +IEZBUg== 26441 +w6h0ZW1lbnQ= 26442 +IEZlZGVyYXRpb24= 26443 +IGRvZGdl 26444 +IFNoaXI= 26445 +IGRyYWdvbnM= 26446 +IEFyY3RpYw== 26447 +xIXFvA== 26448 +xY0= 26449 +wro= 26450 +IGRlbmtl 26451 +IHBvZHLDrWE= 26452 +Y29sZQ== 26453 +0YPQu9GM0YLQsNGC 26454 +IHN5c3RlbWF0aWM= 26455 +0LDQvNCw 26456 +Y2hvcw== 26457 +IGNsaW5pY3M= 26458 +IEJT 26459 +IHRhbGVz 26460 +dXNpb25z 26461 +IO2IrA== 26462 +IHByZXNlcnZhdGlvbg== 26463 +IGxvcmU= 26464 +IFByb3Rlc3Q= 26465 +4bub 26466 +IGFja25vd2xlZGdlZA== 26467 +IElzYWlhaA== 26468 +IOuVjOuKlA== 26469 +INeY 26470 +IGNvbXBldGl0b3I= 26471 +IGFkdmFuY2luZw== 26472 +emlw 26473 +IHRlbnRo 26474 +IExhdXJl 26475 +IGhpbnRz 26476 +IGV4ZXJjaXNpbmc= 26477 +npzr 26478 +IEludGVsbGlnZW5jZQ== 26479 +dWF0ZWQ= 26480 +T1VU 26481 +b3BlZA== 26482 +IGF1dG9ub215 26483 +IGJyYW5kaW5n 26484 +IE1lZGl0ZXJyYW5lYW4= 26485 +0ZbQug== 26486 +IHNjcmV3ZHJpdmVy 26487 +IHN1cHJl 26488 +IHN0YXA= 26489 +IGp1cmlzZGljdGlvbg== 26490 +IFNldHRpbmdz 26491 +IGZvcmVmcm9udA== 26492 +IEZlbWFsZQ== 26493 +Y29tZm9ydA== 26494 +IG11bHRpcGxpY2F0aW9u 26495 +IE11cnJheQ== 26496 +IGJvYg== 26497 +IFRhcw== 26498 +IHRhaHU= 26499 +IG9udW4= 26500 +ZXR0ZXI= 26501 +IHByb3BoZXRz 26502 +bGFn 26503 +IHJldmVudWVz 26504 +IHByw6E= 26505 +IHVwbG9hZGluZw== 26506 +IG1hY2hpbmVyeQ== 26507 +YXNjYWw= 26508 +IEVzdMOh 26509 +IEdvdGg= 26510 +IEJhbGQ= 26511 +IFNhdw== 26512 +IHN0cmlwZXM= 26513 +7KCR 26514 +IHBvd2lu 26515 +IGhvc3RpbGU= 26516 +IGRhcnVt 26517 +IHByZXZlbnRlZA== 26518 +0L7QttCw0LvRg9C50YHRgtCw 26519 +IGFsZ3VuYXM= 26520 +IGhvcGVsZXNz 26521 +IHpuYWo= 26522 +IHJlYWRpbmdz 26523 +IGNyYXZpbmc= 26524 +dGF0 26525 +IFBpZw== 26526 +IGxpYXI= 26527 +IG11bHRpcGxheWVy 26528 +IGRhbGU= 26529 +IENvdXJzZQ== 26530 +7YG8 26531 +IEtpdGE= 26532 +IGN1c3RvbXM= 26533 +IHJlc3BvbmRz 26534 +ZW5kcmE= 26535 +IG1ldHJv 26536 +0YHQvtC7 26537 +IG1pdGlnYXRl 26538 +IG9wcHJlc3Npb24= 26539 +cXVpbmhv 26540 +IGFtbW8= 26541 +IGVuZmVy 26542 +IHBvbnk= 26543 +IG91bmNlcw== 26544 +sJQ= 26545 +IOyImOqwgA== 26546 +IGRpY2hv 26547 +IERlYg== 26548 +IHdvbmRlcnM= 26549 +IFJvb3Nl 26550 +IHByaXplcw== 26551 +IEFMRVg= 26552 +IHRoYW5rZnVsbHk= 26553 +IHRpc3N1ZXM= 26554 +INGA0LDQstC90L4= 26555 +IEx1bmE= 26556 +aW50ZWxsaWdpYmxl 26557 +IOyZuA== 26558 +6rCR 26559 +IEhlYXQ= 26560 +INGB0LjQtA== 26561 +IFF1aQ== 26562 +IGlvbnM= 26563 +IGFjY29tbW9kYXRpb24= 26564 +IEthcnQ= 26565 +aWVuc3Q= 26566 +IHRhcmRl 26567 +IHNvYWtlZA== 26568 +IENhc2V5 26569 +IOy0nQ== 26570 +INGA0YPQsQ== 26571 +IGRpZmZlcmVudGk= 26572 +IGxlZnRvdmVy 26573 +IGV4Y2hhbmdlcw== 26574 +c2Vjb25k 26575 +IGZpcnN0bHk= 26576 +IGJ1aWxkZXI= 26577 +cmllbg== 26578 +IGR3 26579 +IGJvdW5jaW5n 26580 +Pzwv 26581 +IOuMgO2VtOyEnA== 26582 +INGB0LU= 26583 +IE1pbGVz 26584 +aWVuaWU= 26585 +INC/0L7QtNC/0LjRgQ== 26586 +IOustA== 26587 +IGFyaXNlcw== 26588 +IHN1YmNvbnNjaW91cw== 26589 +IFNhbmR5 26590 +IGxvdHRlcnk= 26591 +4oCR 26592 +YW1pbGlhcg== 26593 +IGNvb3JkaW5hdG9y 26594 +6Iw= 26595 +IGV4dHJhb3JkaW4= 26596 +IFJvbmFsZA== 26597 +IE1PTg== 26598 +Z3JlZW4= 26599 +IG1hbnVmYWN0dXJl 26600 +IFJlY29yZA== 26601 +IE1hcmtldGluZw== 26602 +0LjRhg== 26603 +IGNyZWRlbnRpYWxz 26604 +IHVwcmlnaHQ= 26605 +IEhlcml0YWdl 26606 +IGfDtnJk 26607 +ZXhwZW5zaXZl 26608 +4bqtbg== 26609 +IOyxhA== 26610 +IG91dGxpbmVk 26611 +IE9vb2g= 26612 +b3JpZW50ZWQ= 26613 +IHdpcmVk 26614 +IG91dGxldHM= 26615 +IGh1Z2VseQ== 26616 +IO2WiOuKlOuNsA== 26617 +0LDRgNGC 26618 +IGxvZ2lzdGljcw== 26619 +IHNlYXNvbmFs 26620 +IGRlYmU= 26621 +IHRoZW9y 26622 +IHBpcmF0ZQ== 26623 +YXBweQ== 26624 +IGtub3Rz 26625 +IGZlbW1l 26626 +IFNvZnR3YXJl 26627 +Z2VuZGU= 26628 +0YLQsNC60Lg= 26629 +IHRlbXBsZXM= 26630 +IGxpbWl0YXRpb24= 26631 +IGFtcGxpdHVkZQ== 26632 +IGhhY2Vu 26633 +IGF1ZGk= 26634 +IOuWqA== 26635 +IFdhaGw= 26636 +IG5paA== 26637 +IGFtcGxpZmllcg== 26638 +YXJpdXM= 26639 +aXphZG8= 26640 +YWNoYQ== 26641 +IGt1bGxhbg== 26642 +IFR3aW4= 26643 +IEZvcmNlcw== 26644 +IGFicmly 26645 +IEVQQQ== 26646 +IEFoYQ== 26647 +IOq3uOuemOuPhA== 26648 +IGJpb20= 26649 +INCi0LDQvA== 26650 +IHNhaWxpbmc= 26651 +IEpva2Vy 26652 +Rmlyc3Q= 26653 +fl0= 26654 +b3JzY2g= 26655 +IHbDpnJl 26656 +IGJlZXRqZQ== 26657 +IFNwYcOf 26658 +cG9saXQ= 26659 +IHR1cmJ1bA== 26660 +IOyggO2drOqwgA== 26661 +IGNpYw== 26662 +IERyYWtl 26663 +IEJSSQ== 26664 +aXphw6fDo28= 26665 +IOyeiOuLpA== 26666 +IEx5bm4= 26667 +IHRyYW5zZ2VuZGVy 26668 +IHJlc2lnbg== 26669 +IGNoYXJ0ZXI= 26670 +IEpI 26671 +IEhvbG1lcw== 26672 +IExpcA== 26673 +ZGFz 26674 +IHBlZGlhdHJpYw== 26675 +IG1lbW9yaXpl 26676 +IGV2YWx1YXRpbmc= 26677 +IPCfkA== 26678 +Y2Fr 26679 +IGNvbmp1bmN0aW9u 26680 +IHJlc2VydmVz 26681 +IHNoYW1wb28= 26682 +IGp1ZGdlZA== 26683 +IHdpZHo= 26684 +VklO 26685 +IGFib2FyZA== 26686 +YXJpcw== 26687 +IFJvaA== 26688 +IGNvb2xlZA== 26689 +0YHRgtC1 26690 +Y2Vw 26691 +cm9zdA== 26692 +aG90cw== 26693 +IE1lbGJvdXJuZQ== 26694 +0L7Rh9GM 26695 +IHZlbnRpbA== 26696 +0LjQvdC+0LI= 26697 +IG1vdGlvbnM= 26698 +7JeI64qU642w 26699 +0LzQtdGA0LjQug== 26700 +IENoYXQ= 26701 +IGdvdXZlcm5lbWVudA== 26702 +IEtpdm9s 26703 +IEtpdm9sb3dpdHo= 26704 +IG7Ds2k= 26705 +INC60YPQtNCw 26706 +IGh5ZHJhdWw= 26707 +IEJlcmc= 26708 +eWx1bQ== 26709 +IFByw6RzaWRlbnQ= 26710 +cm9weQ== 26711 +IHNlbWlj 26712 +0Y/QtdGC 26713 +IENhcGU= 26714 +IGNhbmU= 26715 +IGJyaW5nZW4= 26716 +IHdpcmluZw== 26717 +dW55YQ== 26718 +IHJlcGF5 26719 +qqk= 26720 +IHdvbnQ= 26721 +w6FudA== 26722 +IGdvdmVy 26723 +IExpYmVydHk= 26724 +IGVsZWN0cm9tYWdu 26725 +IFNpbmdo 26726 +INCz0YDRg9C/ 26727 +0LPQvtCy 26728 +iOustOs= 26729 +IFJ1bGU= 26730 +IHVuZGVyd2F5 26731 +IEZyZWRlcg== 26732 +IHR1cmJpbmU= 26733 +aXNoaQ== 26734 +IGbDrXM= 26735 +IEN1bHR1cmU= 26736 +YWNyZQ== 26737 +IHdhbmRlcg== 26738 +IGd1ZXJyYQ== 26739 +IHPDtnk= 26740 +IEp1cg== 26741 +YXdheXM= 26742 +IHNjaHdpZXI= 26743 +Z3VhcmQ= 26744 +IEFiZA== 26745 +dWN0aW9u 26746 +IGFya2FkYcWfbGFy 26747 +IEhhbWI= 26748 +Py4= 26749 +c2l6ZQ== 26750 +IE9ydGg= 26751 +IHN3YXk= 26752 +IM6U 26753 +IGFic29ycHRpb24= 26754 +aW5lZXM= 26755 +IHBhdHJvbnM= 26756 +IGJlYWNoZXM= 26757 +R0c= 26758 +IGNvbnRhbWlu 26759 +aW50ZW5kZW50 26760 +INC90YDQsNCy 26761 +INC00LXRgNC2 26762 +IHF1aWx0 26763 +IGV2b2x1dGlvbmFyeQ== 26764 +7J206528 26765 +YXppb25p 26766 +IGVya2w= 26767 +IEJ1dGxlcg== 26768 +IGRvbw== 26769 +IG5lZ290aWF0aW9u 26770 +ZW5kdW0= 26771 +IHRlcm1pbm9sb2d5 26772 +IGt1bA== 26773 +IFVudGVybmVobWVu 26774 +w6lyaWM= 26775 +eGk= 26776 +YmFk 26777 +INC00L7Qu9C20L3Riw== 26778 +IE1pdGNoZWxs 26779 +dGhyZWU= 26780 +IHN1YnN0cmF0ZQ== 26781 +IEluaGFsZQ== 26782 +IEFncmlj 26783 +dW5nZQ== 26784 +INC30YA= 26785 +IGFkdmVyc2U= 26786 +IOyggOuPhA== 26787 +IHBpbGxhcg== 26788 +IE1pbnV0ZW4= 26789 +IE1hdGU= 26790 +IFBsYXR6 26791 +IGhlbHBsZXNz 26792 +IGFsYXI= 26793 +IGZyZW5jaA== 26794 +IGFsbG9jYXRpb24= 26795 +IHN0ZW1z 26796 +IG1hcmF0aG9u 26797 +IEhBUkY= 26798 +aXphY2nDs24= 26799 +SmVzcw== 26800 +INC30L3QsNGH 26801 +IGRlY2xhcmF0aW9u 26802 +RUVSSU5H 26803 +c3RlcmRhbQ== 26804 +YXNzaXVt 26805 +IHNlaXo= 26806 +IHByZXNpZGVudHM= 26807 +dGFrZQ== 26808 +IHdpbGRlcm5lc3M= 26809 +IGNvc21pYw== 26810 +IOuqqOuRkA== 26811 +c3Rybw== 26812 +IHBvd2llZHo= 26813 +IE1hZ2F6aW5l 26814 +IFZJ 26815 +INC00LXRgA== 26816 +IHfDvHJkZW4= 26817 +IHRhYmxldHM= 26818 +IHBpZXJ3cw== 26819 +IG1vcnRhbA== 26820 +IHN1cHBsaWVk 26821 +IE7Ds3M= 26822 +IFByb3Blcg== 26823 +INC60LDQttC00YvQuQ== 26824 +b2zDs2c= 26825 +67Cp 26826 +IG1pc2Nvbg== 26827 +IHByb3hpbWl0eQ== 26828 +IEFsbGVz 26829 +INCz0LvQsNC3 26830 +IGxhbWU= 26831 +IHZpYmVz 26832 +IGRlZW1lZA== 26833 +IHVyaW5l 26834 +IHJlbWluZGluZw== 26835 +IGNpcmN1bXN0YW5jZQ== 26836 +65Ok7J20 26837 +IGxhcHRvcHM= 26838 +wrI= 26839 +7ZW07JW8 26840 +IE9tZWdh 26841 +Tlk= 26842 +IHB1bXBz 26843 +IHJhaWxz 26844 +IHN1cnBhc3M= 26845 +IEJyb3M= 26846 +IG5hdGlvbmFsbHk= 26847 +IGdld2VzZW4= 26848 +s7Tri6Q= 26849 +b3NoaW5n 26850 +6rCI 26851 +IGNyaWFu 26852 +IOyCrOuejOydtA== 26853 +Y2F1c3Q= 26854 +0YbQuNC/ 26855 +IE9iZXI= 26856 +IERBWQ== 26857 +IENhbm9u 26858 +enVuZw== 26859 +IOqwlg== 26860 +INCw0LLRgtC+0Lw= 26861 +IGRpdm9yY2Vk 26862 +15nXpA== 26863 +z4HOtQ== 26864 +Y2VsYW5k 26865 +Y2llcg== 26866 +0YDQtdC3 26867 +VG9kYXk= 26868 +IG9yYml0YWw= 26869 +IHN0cmV0 26870 +IHNhdHU= 26871 +IO2BrOs= 26872 +em9z 26873 +IFNjbw== 26874 +zrzOrQ== 26875 +IEd1YXJkaWFu 26876 +aW50ZXJlc3Q= 26877 +IFZFUg== 26878 +w7xuZGVu 26879 +INGF0L7RgtC10Ls= 26880 +dGl0 26881 +Qnk= 26882 +IGFubGF0 26883 +U2hvdw== 26884 +IG9pbHk= 26885 +IGxlZ2VuZHM= 26886 +IHNwZWN1bGF0aW9u 26887 +IFdpc2g= 26888 +IG1vbms= 26889 +R0FO 26890 +IGjhu40= 26891 +IGRhbmdlcnM= 26892 +IEJlbmU= 26893 +aXF1ZW1lbnQ= 26894 +IOuCmOyZgA== 26895 +INCw0LQ= 26896 +IGRpc2NyZXRl 26897 +w4c= 26898 +IGNvbmRpdGlvbmFs 26899 +IEdpbGw= 26900 +dWF0ZXM= 26901 +INGB0L7QstGB0LXQvA== 26902 +IHNjcmVlbnNob3Q= 26903 +Y2Fkbw== 26904 +IOuqqOuToA== 26905 +IGZpbmdlcnRpcHM= 26906 +IE1BQw== 26907 +IGR1ZGVz 26908 +Y29zdA== 26909 +IGJ1bXBz 26910 +b25kbw== 26911 +IGRhdG9z 26912 +IGJlZXBz 26913 +IFByb24= 26914 +IEtoYWw= 26915 +emVnbw== 26916 +IEFiYnk= 26917 +VWg= 26918 +WW8= 26919 +IFRlbA== 26920 +IM68zq0= 26921 +S0k= 26922 +IHN0cmVzc2Vz 26923 +IHNwcmVhZHNoZWV0 26924 +IE5PVw== 26925 +REI= 26926 +IGxpYmVyYXRpb24= 26927 +IHByZWRpY3RhYmxl 26928 +IFF1ZXN0aW9ucw== 26929 +IHNwYWNpbmc= 26930 +IGluaGFiaXRhbnRz 26931 +IHp3acSFeg== 26932 +IFNBUA== 26933 +IGx1Z2dhZ2U= 26934 +IGhpcHA= 26935 +6JY= 26936 +IHRhbmdlbnQ= 26937 +IHbDpQ== 26938 +0LDQu9GM0L3QvtC5 26939 +c2VoZW4= 26940 +IHByb2Nlc3NvcnM= 26941 +IGZpbmRldA== 26942 +IGNhcnRyaWRnZQ== 26943 +IGFkbWluaXN0cmF0b3Jz 26944 +IOyWtOya 26945 +IHN1cHJlbWU= 26946 +IEFudGk= 26947 +IO2UhOuhnA== 26948 +IGluZm9ybWF0aXZl 26949 +IGtvbXQ= 26950 +15nXmA== 26951 +QXNzaXN0YW50 26952 +IGxpc3Rh 26953 +w7ZsbA== 26954 +IGRpc3RpbmN0aXZl 26955 +IEh1ZA== 26956 +IHNhbG9u 26957 +bcOqbWU= 26958 +IE1vdGlvbg== 26959 +IHNldWxlbWVudA== 26960 +IE1lbnNjaA== 26961 +IHB1bXBlZA== 26962 +w7xoZXI= 26963 +aWJv 26964 +IHdhxbw= 26965 +IHF1YW50aXRhdGl2ZQ== 26966 +2b4= 26967 +IOuqqOyKtQ== 26968 +IHBvdWNo 26969 +IFRoZWF0cmU= 26970 +YWhp 26971 +IHNwaW5hY2g= 26972 +IHJlYWxpdGllcw== 26973 +IGxleQ== 26974 +IE1hcnRoYQ== 26975 +IHJlY2hlcg== 26976 +ZWNoZXM= 26977 +IHBlcmlvZGlj 26978 +b2NpZGU= 26979 +IEluY3JlZA== 26980 +IHRo4bqleQ== 26981 +b3Rvbg== 26982 +IEVzbw== 26983 +IGfDqW7DqXJhbA== 26984 +aWxpZ2h0 26985 +IGltYWdpbmluZw== 26986 +aGVh 26987 +ZXRpY2Fs 26988 +4but 26989 +IERlbW9rcmF0 26990 +IGVuam8= 26991 +IGFkanVzdGFibGU= 26992 +IHJhaW5z 26993 +aWV3YcW8 26994 +IGp1c3RlbWVudA== 26995 +IGp1c3RpZmllZA== 26996 +IFNoYWtl 26997 +dml2 26998 +7IKs66W8 26999 +IG1ldHQ= 27000 +IEVudmlyb25tZW50YWw= 27001 +IHNvbGFtZW50ZQ== 27002 +IGludGVyc2VjdA== 27003 +IDE5ODg= 27004 +IHNpbXVsYXRl 27005 +SkE= 27006 +INC30LDRgQ== 27007 +IGNvbnRpbmc= 27008 +IFRlaw== 27009 +IHRvcmNo 27010 +INC00YDRg9Cz0L7QuQ== 27011 +IGluc2NyZQ== 27012 +IG1vZGVsbw== 27013 +IEdlZw== 27014 +IERlbW9jcmF0 27015 +0LrQsg== 27016 +IEJ1ZGR5 27017 +IHJlZHVuZA== 27018 +IGNyYWZ0cw== 27019 +IEhpag== 27020 +IGp1ZQ== 27021 +IEtpcms= 27022 +IGthYg== 27023 +4buj 27024 +IGFlc3RoZXQ= 27025 +IEpPTg== 27026 +IHN1cGVyY29t 27027 +INGB0LjRgtGD 27028 +IM+Mz4TOuQ== 27029 +2YXZhg== 27030 +IEVWRVI= 27031 +7JWY7Ja0 27032 +b2l0 27033 +IENsZXZlbGFuZA== 27034 +IHNpeHRlZW4= 27035 +IHdhdGVyZmFsbA== 27036 +77g= 27037 +aW5mbA== 27038 +IGNvdW5zZWxvcg== 27039 +IFB1bms= 27040 +IHNwcmVjaGVu 27041 +ZXhj 27042 +IFNraWxscw== 27043 +cm96 27044 +YWRhbWVudGU= 27045 +IHBhbmNha2Vz 27046 +6riw66Gc 27047 +IHBsYW5r 27048 +IHNvdmVyZWlnbnR5 27049 +IGZ1aQ== 27050 +INC90LXQvtCx 27051 +IFdpaQ== 27052 +IFNjaG9s 27053 +4oCO 27054 +IFNwZWFr 27055 +Y2lsaWF0aW9u 27056 +IHRoaWdo 27057 +IOqxsOydmA== 27058 +IGpvdA== 27059 +IOy0rOyYgQ== 27060 +INmF24zaug== 27061 +IENDUA== 27062 +INC/0L7RgdGC 27063 +IG9ic2VydmVy 27064 +w6Fi 27065 +IHN0aWdtYQ== 27066 +IHByb3ByaWV0 27067 +IGNpZGFkZQ== 27068 +IGJhxZ9rYQ== 27069 +2LnYqQ== 27070 +a3Jl 27071 +IHBvd2llZHppZcSH 27072 +IGNlYXNl 27073 +IHNraW5z 27074 +IHZlZ2dpZXM= 27075 +IG9wcG9zaW5n 27076 +b3BvbHk= 27077 +IEp1Zw== 27078 +IFlvb24= 27079 +IFVuaXQ= 27080 +IDE5ODY= 27081 +IGtvbnM= 27082 +IGRpYWdub3N0aWM= 27083 +IGVtcG93ZXJlZA== 27084 +IHRobw== 27085 +IGNlbg== 27086 +w6lyYXRpb24= 27087 +INGX 27088 +IHBoeXNpYw== 27089 +IFByYWN0aWNl 27090 +IFNvdXRoZWFzdA== 27091 +IEVzcGE= 27092 +IEdlb3I= 27093 +cm9wb3J0aW9u 27094 +IHNwZWNz 27095 +IGFkYXB0aXZl 27096 +IFVuaXR5 27097 +IFdvcmtz 27098 +dWdlbg== 27099 +IE1vbnRhbmE= 27100 +VGhhbmtz 27101 +IHdoaXBwZWQ= 27102 +IGR1bmdlb24= 27103 +IHZpdGFtaW5z 27104 +U1A= 27105 +IHNjYW5kYWw= 27106 +IGRpbmVybw== 27107 +b3Zh 27108 +IGVtYnJv 27109 +IEVhZ2xl 27110 +IHRoZW9sb2d5 27111 +IFZhbmVzc2E= 27112 +IEFJRFM= 27113 +65Cc 27114 +IGZyZWVs 27115 +IEFsemhlaW1lcg== 27116 +IMWa 27117 +SGVy 27118 +IHRvcm5hZG8= 27119 +YWdlbnM= 27120 +IOyeiOyWtOyEnA== 27121 +IFRyYW5zZm9ybQ== 27122 +IHByb2Nlc3Nv 27123 +IG1pbGxpc2U= 27124 +IHByb2Zlc3Npb25hbGx5 27125 +IG1lbWI= 27126 +b2NhdGlvbg== 27127 +IHN0eWxpbmc= 27128 +INC+0LHRj9C3 27129 +IE9wZXJhdGlvbg== 27130 +IHd5Z2w= 27131 +IFJhbg== 27132 +IEtpbg== 27133 +4buxYw== 27134 +IEJBUg== 27135 +IHBhcGVyd29yaw== 27136 +IHR1bGU= 27137 +IHF1ZXJpYQ== 27138 +IGNvbXBseQ== 27139 +IEhhaXI= 27140 +15nXmw== 27141 +INC/0YDQvtGB0YI= 27142 +IG11dGF0aW9u 27143 +IHJlcHLDqXM= 27144 +IG9jdG9wdXM= 27145 +IGltcG9ydGFudGVz 27146 +IGRlc2VydmVk 27147 +ZXRy 27148 +IGRpc2FzdGVycw== 27149 +bMSxbmRh 27150 +aXF1w6k= 27151 +IERlc2hhbGI= 27152 +c29v 27153 +b3NzaXA= 27154 +IHJlbGlldmVk 27155 +IENvbGxpbnM= 27156 +IHdhdGVycHJvb2Y= 27157 +IFl1aw== 27158 +IGNvcHlpbmc= 27159 +IGLDvHTDvG4= 27160 +IEhldXRl 27161 +IEVudHJl 27162 +IHJlc2lkdWFs 27163 +IGNvbG9uaWVz 27164 +IMOpbm9ybQ== 27165 +IEVyaW4= 27166 +IHN0YW4= 27167 +IHRyZW1lbmRvdXNseQ== 27168 +IGNhcHR1cmVz 27169 +IFNhaQ== 27170 +w6JjZQ== 27171 +IG1pYcWC 27172 +IDg3 27173 +IGxvZ2dpbmc= 27174 +IGluc2VydGVk 27175 +IGluaGVyZW50bHk= 27176 +7J2R 27177 +bGF2ZQ== 27178 +0L3QuNGH 27179 +IGZlbW1lcw== 27180 +IGTDqXA= 27181 +dWtz 27182 +YWNpYQ== 27183 +IFdhZGU= 27184 +IGppag== 27185 +IFZpbmNlbnQ= 27186 +IEljZWxhbmQ= 27187 +aGVt 27188 +IGFwb2xvZ3k= 27189 +IFBlZw== 27190 +IGdsdWVk 27191 +IGNvbXBhbmlvbnM= 27192 +IExpdmVy 27193 +IGNyaXRpY2l6ZWQ= 27194 +bGVhZGluZw== 27195 +IHPDpGdh 27196 +IHNxdWlk 27197 +IG5hcnJhdGl2ZXM= 27198 +IHRha2E= 27199 +bmV6 27200 +d2VpdA== 27201 +IHRyaXBvZA== 27202 +IGV4cGxpYw== 27203 +IHNwaW5hbA== 27204 +IGFwcHJveGltYXRpb24= 27205 +IHBhZ2Fy 27206 +IENhbHZpbg== 27207 +INCy0LXQtNGM 27208 +IGxhYw== 27209 +IHByb2FjdGl2ZQ== 27210 +IFRyYWlu 27211 +b3Jm 27212 +IHN0ZW4= 27213 +IGdyYXBlcw== 27214 +IG1ldXM= 27215 +IGF1dG9tYXQ= 27216 +IGJpYXNlZA== 27217 +IGNoYcOubmU= 27218 +Y29hbA== 27219 +IHJlbmNvbnQ= 27220 +IEt1bQ== 27221 +IGZlc3RpdmFscw== 27222 +IHN0YXJ0dXBz 27223 +IGFrYQ== 27224 +IGN5bGluZA== 27225 +c25h 27226 +Q1JJ 27227 +IHJlc3VsdGFkbw== 27228 +IG1pbGVzdG9uZQ== 27229 +IM+F 27230 +IHRlbGVwb3J0 27231 +enljaA== 27232 +NjI= 27233 +IEZlYXI= 27234 +IG51Y2xldXM= 27235 +IHNoaW5lcw== 27236 +aG92 27237 +IFBhcnRuZXJz 27238 +IEthcw== 27239 +IG5hZGll 27240 +IGFsZXJ0cw== 27241 +IEJJTEw= 27242 +c3Ryb25n 27243 +IE5hdGU= 27244 +IERlbm1hcms= 27245 +IENhdg== 27246 +T1NU 27247 +aMOkbHQ= 27248 +IOyVhOuLjA== 27249 +YW55b24= 27250 +IGVuY291cmFnZXM= 27251 +INC/0L7RgdGC0LDQsg== 27252 +IEh1YW5n 27253 +U1RB 27254 +IHBhaW50cw== 27255 +IHNjaGVkdWxlcw== 27256 +IGNoZWF0ZWQ= 27257 +IGFwcHJveA== 27258 +IO+3 27259 +IMK7Lg== 27260 +IHNtaWxlcw== 27261 +aXN1cmU= 27262 +IG5lcmVk 27263 +YXJkZW4= 27264 +IGN1cnQ= 27265 +IOuM 27266 +IFJvdGg= 27267 +IHB1aXNxdWU= 27268 +IEdFVA== 27269 +IFZlZ2V0 27270 +IHByb2R1eg== 27271 +IEJlbGdpdW0= 27272 +IENhbXB1cw== 27273 +16jXmded 27274 +aWN1dA== 27275 +INGB0L3QuNC8 27276 +IHLDqXVzcw== 27277 +IHNsaXBwZXJ5 27278 +IEV3 27279 +xbM= 27280 +IExlZ2VuZHM= 27281 +IFRpZmZhbnk= 27282 +0LDQu9C40Lc= 27283 +INC/0LXRgNC10LI= 27284 +INC+0LPRgNC+0Lw= 27285 +IGNyb3M= 27286 +IENF 27287 +QnU= 27288 +IGVuc3VyZXM= 27289 +IGdyYW5kY2hpbGRyZW4= 27290 +IGFjdWVyZG8= 27291 +IHByaXNvbmVy 27292 +IHRoaXJzdHk= 27293 +YmFuZQ== 27294 +IOu5oA== 27295 +IMO6bHRpbWE= 27296 +IExhdW5jaA== 27297 +bml0eQ== 27298 +IGNvbWJ1c3Rpb24= 27299 +IHVuaWNvcm4= 27300 +IGZhbWlsbGU= 27301 +IGxvd2VyaW5n 27302 +IFlpbmc= 27303 +YnVpbGRpbmc= 27304 +IGR1bw== 27305 +IE3DqXhpY28= 27306 +YXN0aWFu 27307 +IOuoueydhA== 27308 +IFJhbHBo 27309 +IHJld3JpdGU= 27310 +IGdsYW0= 27311 +aWZpcXVl 27312 +RXI= 27313 +IFJ1bm5pbmc= 27314 +0L7QvdC+0LI= 27315 +IG1lYW5pbmdz 27316 +IGNoZXd5 27317 +IExlc2xpZQ== 27318 +IGZpbmVzdA== 27319 +IGhhaGFoYQ== 27320 +IFNURVA= 27321 +IGxvbmVsaW5lc3M= 27322 +cmlhbnM= 27323 +IHF1ZXN0aW9uZWQ= 27324 +IGVzcXVl 27325 +IHNpbmtpbmc= 27326 +IHBlc28= 27327 +IFdyb25n 27328 +YXNtaW5l 27329 +IGRlZmluaXRpdmU= 27330 +IGJ1eXM= 27331 +IGNydWM= 27332 +Y29vbA== 27333 +IOugiA== 27334 +IHDDsw== 27335 +IHV0aWxpemVk 27336 +IHdvcnRod2hpbGU= 27337 +IER5bGFu 27338 +RVNF 27339 +IHZlcnRleA== 27340 +dMSx 27341 +IEZpcg== 27342 +IHphdw== 27343 +IEdlZA== 27344 +INCd0LDQvw== 27345 +ZHo= 27346 +IGN1cnNvcg== 27347 +IHN3aXBl 27348 +IGluZXZpdGFibHk= 27349 +IHBvc3RlcnM= 27350 +IGluY2xpbmVk 27351 +IGdyZWV0aW5n 27352 +IGRpc2FwcG9pbnRtZW50 27353 +IHJlbGHDp8Ojbw== 27354 +VFQ= 27355 +IHJhYmI= 27356 +IE1haW5l 27357 +IGFuYWx5emVk 27358 +RkU= 27359 +INCf0L7Quw== 27360 +IFNhbmRyYQ== 27361 +IHBsYWd1ZQ== 27362 +QVJF 27363 +IHbDpHI= 27364 +IFZpdg== 27365 +dW1lZA== 27366 +aGFuZG8= 27367 +aG91ZXR0ZQ== 27368 +IEJhaWxleQ== 27369 +eXNvbg== 27370 +IHNlbXVh 27371 +IGhhcmRjb3Jl 27372 +4oKs 27373 +0ZbQvA== 27374 +w6lyYQ== 27375 +T1RI 27376 +IGZvcmVpZ25lcnM= 27377 +IFBhbGVzdGluaWFu 27378 +IHByb3ByaW8= 27379 +0LDQvdC40Lk= 27380 +IG15dGhz 27381 +V0g= 27382 +IG5pbnRo 27383 +IENyZWF0b3I= 27384 +0LvQvtC8 27385 +IEZsaXA= 27386 +IGVtYW4= 27387 +IGtpxZ8= 27388 +emllaA== 27389 +IEVhcm5lc3Q= 27390 +c3lzdGVt 27391 +luyXkA== 27392 +IGFybWllcw== 27393 +IE91dHNpZGU= 27394 +IGhhcnVz 27395 +0L7QtNCw0YA= 27396 +IHZpc2l0b3I= 27397 +IHN0cmVuZ3RoZW5pbmc= 27398 +IDky 27399 +dmlv 27400 +IOumrA== 27401 +IGdyZWVkeQ== 27402 +IHBvcXVpdG8= 27403 +dWRlcg== 27404 +IEtvcGY= 27405 +IOuLpOydjOyXkA== 27406 +IHNlaXM= 27407 +w6F0aWNv 27408 +IHRydXN0aW5n 27409 +w61w 27410 +IEVtbQ== 27411 +bGVlbg== 27412 +INin2YTZhg== 27413 +IHJlY3J1aXRtZW50 27414 +IEZpbGlw 27415 +INmD2YQ= 27416 +Q2xpbnQ= 27417 +INCy0LXRgQ== 27418 +YXVmdA== 27419 +IGRvbWluYXRl 27420 +IHJlc3Rv 27421 +IGtyYQ== 27422 +w6Fp 27423 +IENhaXQ= 27424 +cm93cw== 27425 +IGNvdW50cnlzaWRl 27426 +IDE5NDU= 27427 +0LDRhtC40Y4= 27428 +INC00Lg= 27429 +IGtlcm5lbA== 27430 +bG92 27431 +IGNhbGN1bGF0aW5n 27432 +2K/Ypw== 27433 +IFdhbHQ= 27434 +IGVtcG93ZXJpbmc= 27435 +IGNoYXNzaXM= 27436 +bGluZWFy 27437 +0LPRgw== 27438 +IG5vdmE= 27439 +IHV5 27440 +IDY5 27441 +IGVuY29tcGFzcw== 27442 +dHJs 27443 +IGNvbXB1dGF0aW9uYWw= 27444 +IHdvcm1z 27445 +IG5oaeG7gXU= 27446 +IGFzdHJvbmF1dHM= 27447 +IHZlcw== 27448 +IHN5dHU= 27449 +IGRlbWFuZGVk 27450 +IGNz 27451 +IE1vbA== 27452 +IGA= 27453 +IGNoYW50 27454 +IHRoZXJlYnk= 27455 +IHBlbmlz 27456 +IGVtb2M= 27457 +d3lu 27458 +0YPQttC1 27459 +IHRyZWFk 27460 +w7NsZQ== 27461 +IGRlZXBlc3Q= 27462 +IG1hY2hl 27463 +IFZlbnQ= 27464 +IEFtc3RlcmRhbQ== 27465 +IHJlYmVs 27466 +IDYx 27467 +INCy0LrRg9GB 27468 +dWZmcw== 27469 +IGRvxJ9ydQ== 27470 +IE5hcG9sZQ== 27471 +zq7Pgw== 27472 +IHdvcmtvdXRz 27473 +IEdsYWQ= 27474 +0L3QtdGB 27475 +IHRlbnNpb25z 27476 +IFNoaWZ0 27477 +IEd1ZXI= 27478 +7YyQ 27479 +IOy5nOq1rA== 27480 +0JY= 27481 +IGltcGxhbnQ= 27482 +w6p1 27483 +6riA 27484 +IGF1dGhvcml6ZWQ= 27485 +Q0VS 27486 +IFJW 27487 +IGhpbA== 27488 +bGV2 27489 +Y2ltZW50bw== 27490 +IFVGTw== 27491 +7IOI 27492 +d29y 27493 +IGRhbmNlcw== 27494 +IFBpeGVs 27495 +IHRyb3R6ZGVt 27496 +IG9idGVu 27497 +IEFsZnJlZA== 27498 +IGNvc3RseQ== 27499 +IFN0YW5sZXk= 27500 +IHRlcnJvcmlzdHM= 27501 +IFdpZA== 27502 +heuLiOuLpA== 27503 +IGxlaWNodA== 27504 +7J207Iqk 27505 +IGRvYnJ6ZQ== 27506 +IGhlc2l0 27507 +IGVyesOkaA== 27508 +IGVpbmlnZQ== 27509 +IGhlYnQ= 27510 +0YHQtQ== 27511 +IHVucHJlZGljdA== 27512 +Q8OzbW8= 27513 +cmVtb3M= 27514 +IFRoYW5rZnVsbHk= 27515 +IHB1cnNl 27516 +Y2hz 27517 +YW5jZXI= 27518 +dWxvcw== 27519 +c3R1ZA== 27520 +IG5ldXJvbG9n 27521 +IEFuY2llbnQ= 27522 +T3V0 27523 +YXdzemU= 27524 +IG9wcG9zZQ== 27525 +IGFudGlib2RpZXM= 27526 +IFNvbWVob3c= 27527 +cm9wb2xpdGFu 27528 +a3Rvcg== 27529 +INGB0YLQvtGA0L7QvdGL 27530 +IHJvY2tldHM= 27531 +IGRpc2FibGU= 27532 +IGNhdGFzdHJvcGg= 27533 +tOye 27534 +IGN5bg== 27535 +INC00YDRg9C30YzRjw== 27536 +IGluc3RydWN0b3Jz 27537 +ZW1hYWw= 27538 +IGV0d2E= 27539 +IHl1YW4= 27540 +IEdyb3VuZA== 27541 +IHByZW1pZXJl 27542 +0YfQuNCy 27543 +IHNhaW50 27544 +eWJh 27545 +IGtvaw== 27546 +IGNvbnRyYWN0b3Jz 27547 +IOqwgQ== 27548 +INeQ15w= 27549 +IGhlYWRsaW5l 27550 +IGNvbXBsZXRhbWVudGU= 27551 +IGluZXhwZW5zaXZl 27552 +IHZpdQ== 27553 +IEdyYW5kZQ== 27554 +IGJsZWVk 27555 +66y8 27556 +IDcz 27557 +IHRvZGF2w61h 27558 +IFJ1c2g= 27559 +IEVsZGVy 27560 +6rCA64qU 27561 +IFJvdQ== 27562 +INC20LXQvdGJ 27563 +IE1pcmE= 27564 +IGRlaW5l 27565 +IGthcm1h 27566 +IHVtbQ== 27567 +IGVudHNjaGU= 27568 +IEhvbG9jYXVzdA== 27569 +IGRpc2NvdmVyaWVz 27570 +YW1lbnRz 27571 +IHJhaXNvbg== 27572 +IGJ1cmdlcnM= 27573 +QmFjaw== 27574 +IGdkeQ== 27575 +IEFH 27576 +IERhdw== 27577 +7JWg 27578 +aGVhZGVk 27579 +IENsYXI= 27580 +SW5zdA== 27581 +IExpZXV0ZW5hbnQ= 27582 +IEFmRA== 27583 +IENlcw== 27584 +IHBlcnNvbmFsaXplZA== 27585 +IGludGVyZmFjZXM= 27586 +4LiI4Liw 27587 +INGA0LXQtg== 27588 +IHN1aWM= 27589 +IHN0YXJ2aW5n 27590 +IG94aWRl 27591 +IGRlY29yYXRlZA== 27592 +IERV 27593 +IOyYiOyBmA== 27594 +IHF1bw== 27595 +IGRpc3RvcnRpb24= 27596 +IOuoueyWtOs= 27597 +IHN0YWtlcw== 27598 +IHN5bnRheA== 27599 +IGJp4bq/dA== 27600 +dGh5 27601 +aWNpZQ== 27602 +IGJyYXNpbGU= 27603 +aXNpcw== 27604 +UkM= 27605 +IHNob29r 27606 +IGRlcHRocw== 27607 +IENvc3Rh 27608 +IHZvY2Fscw== 27609 +IGNvYXN0ZXI= 27610 +IGZhbG91 27611 +ZXR0bGU= 27612 +IGtlbm5lbg== 27613 +IGRlcml2ZQ== 27614 +IGFpZHM= 27615 +INCd0LjQug== 27616 +IGVudHdpYw== 27617 +IHZlcnRpY2FsbHk= 27618 +IM0= 27619 +IFNVVg== 27620 +IGZpcmV3b3Jrcw== 27621 +IHNwZWNpZmljcw== 27622 +IGluc2lzdGVk 27623 +IGRlc2hhbGI= 27624 +IEdvbno= 27625 +bG92ZQ== 27626 +IE1pbGl0YXJ5 27627 +IFBpZXJyZQ== 27628 +IOKI 27629 +IFdob3Nl 27630 +IHBlcmZ1bWU= 27631 +IM+AzrU= 27632 +IGxvd2VyZWQ= 27633 +IGNyb3NzZXM= 27634 +IHRyYW5zbGF0ZXM= 27635 +IGFycmliYQ== 27636 +w61kbw== 27637 +IExldg== 27638 +IENpYW8= 27639 +IHNjaG9sYXJzaGlwcw== 27640 +IGdlc3R1cmVz 27641 +INGA0LXQt9GD0LvRjNGC0LDRgg== 27642 +IHF1ZXN0w6Nv 27643 +IENvbG9uZWw= 27644 +IEJvdHQ= 27645 +2LHZgQ== 27646 +TklORw== 27647 +IFdhdGNoaW5n 27648 +IFB1cnBsZQ== 27649 +0YHRgtGA0LDQvQ== 27650 +IGV4ZWN1dGl2ZXM= 27651 +IEtyaXM= 27652 +b3JuZXlz 27653 +0LXQvdC90YvQuQ== 27654 +IGNvYXRlZA== 27655 +xKk= 27656 +IHBhcmtlZA== 27657 +INGB0LLQtdGC 27658 +ISEhISE= 27659 +IEZsb3lk 27660 +xLFzxLE= 27661 +emnEhw== 27662 +IG1vdGl2YXRl 27663 +IEVsb24= 27664 +bGVhbg== 27665 +hpM= 27666 +IGlw 27667 +IG5pxbw= 27668 +IEV4cGVyaWVuY2U= 27669 +IFRpbmE= 27670 +IEtvbGxlZ2U= 27671 +IEFtYmFzc2Fkb3I= 27672 +aW55YQ== 27673 +IHRoZWZ0 27674 +IGhldXJlcw== 27675 +IE15c3Q= 27676 +IG1haXNvbg== 27677 +bGVi 27678 +IGJvd2xz 27679 +IELDvHJnZXI= 27680 +IFJvb3NldmVsdA== 27681 +UlA= 27682 +6rCA7JqU 27683 +IERlbGljaW91cw== 27684 +ZXJkaW5ncw== 27685 +IEFzc29jaWF0ZQ== 27686 +b3Vzc2U= 27687 +IENvcnQ= 27688 +IFJlcGVhdA== 27689 +IEdsb3J5 27690 +IGNvbnRhZw== 27691 +4LmA4Lil 27692 +IFBhcmFk 27693 +IEtlcnJ5 27694 +IOq/ 27695 +IFdhdmU= 27696 +IGdhdGV3YXk= 27697 +IeOAjQ== 27698 +IHRyYW5zY2VuZA== 27699 +IGRhbWFnZXM= 27700 +IHRhaWxz 27701 +IGdyYXZpdGF0aW9uYWw= 27702 +IFNoaWVsZA== 27703 +IHByaW1pdGl2ZQ== 27704 +IGNhcnJpZXJz 27705 +IEh1YXdlaQ== 27706 +2YLYrw== 27707 +IGZlbGl6 27708 +IE1pYQ== 27709 +INC/0YDRj9C80L4= 27710 +INC/0YDQvtC40YHRhdC+0LTQuNGC 27711 +IE11cnBoeQ== 27712 +IEFjdGl2 27713 +IGRpc2NvbWZvcnQ= 27714 +15HXlA== 27715 +IEtlbGw= 27716 +IENlbnR1cnk= 27717 +IHNwYWdoZXR0aQ== 27718 +IER1cmNo 27719 +IGNpZXJ0bw== 27720 +IEVtcHJlc3M= 27721 +IGd1dHM= 27722 +bmVn 27723 +INC00L7RgdGC0LDRgtC+0YfQvdC+ 27724 +IHZvbHVudGFyeQ== 27725 +IHNxdWlycmVs 27726 +IE1heg== 27727 +tOyLrA== 27728 +INCy0Lg= 27729 +INGC0LDQutC40YU= 27730 +IFNoYXJvbg== 27731 +IGVudGh1c2lhc3RpYw== 27732 +aXJlbWVudA== 27733 +IO2emOuTpA== 27734 +IHBvdHJ6ZQ== 27735 +IGluaXRpYXRlZA== 27736 +IMWbcm9k 27737 +IOydtOumhA== 27738 +IHJlbWFrZQ== 27739 +IGN1bG1pbg== 27740 +IGNvbmZ1c2U= 27741 +bWl5b3I= 27742 +dXJhcg== 27743 +Q1RPUg== 27744 +IGJ1bm55 27745 +ZWxw 27746 +IHZhbXBpcmU= 27747 +IGlsbHVtaW4= 27748 +IEhlbmQ= 27749 +INC60LDRh9C1 27750 +IFNhbHY= 27751 +INC60LDQvdCw0Ls= 27752 +IHBvcnRh 27753 +IGFzc2hvbGU= 27754 +IHN1cHBvcnRlcg== 27755 +IHNrZXB0aWNhbA== 27756 +IGtuZWFk 27757 +IOyYrA== 27758 +ZXph 27759 +IHF1w6o= 27760 +IERI 27761 +IHJvZHo= 27762 +b3duZXJz 27763 +IHBsb3Rz 27764 +IGRlbGF5cw== 27765 +IGJlbG9uZ2Vk 27766 +IGFoaA== 27767 +IGNhcnZlZA== 27768 +IHJpc2Vu 27769 +IG9yZGVu 27770 +cGhvbnk= 27771 +aXNzeQ== 27772 +ISEhISEhISE= 27773 +IG9sZHXEn3VudQ== 27774 +IHJvc2Vz 27775 +IGludHJpbnM= 27776 +IEFuZ3N0 27777 +IGZpbmFsZW1lbnQ= 27778 +7Ked 27779 +U09VTkQ= 27780 +IGluZHVs 27781 +sIw= 27782 +INeV15Q= 27783 +Y2h5 27784 +0LDQutGB0LjQvA== 27785 +IG5nZ2Fr 27786 +IGxpeg== 27787 +IGVsZWN0b3JhbA== 27788 +IFNoYXdu 27789 +cmljaWE= 27790 +IGFyc2Vu 27791 +IFBlcA== 27792 +IDIwMzA= 27793 +IHRyb3BoeQ== 27794 +IHNtb290aGVy 27795 +IGVycmU= 27796 +IGNyYXNoZXM= 27797 +IHNjaG5l 27798 +IGFzaQ== 27799 +IE1hw58= 27800 +0YPQu9C4 27801 +0YfQtdGB0LrQuA== 27802 +aWV2ZXM= 27803 +UkVBTQ== 27804 +IHN0aXJyaW5n 27805 +dXN0YQ== 27806 +IGludmVy 27807 +c2lnaHQ= 27808 +b3JkdQ== 27809 +b29y 27810 +IMSDbg== 27811 +IHBlcm1pdHRlZA== 27812 +0YDRjA== 27813 +IGNoYWxr 27814 +IHRhdHRvb3M= 27815 +IFJlbGF0aW9ucw== 27816 +IEhveQ== 27817 +a3NhbQ== 27818 +IGRlbnRpc3Q= 27819 +IOuvuOq1rQ== 27820 +IHNvZmE= 27821 +INGU 27822 +IGZvcm1l 27823 +2YLYqQ== 27824 +IOuyoA== 27825 +IGVtYnJhY2Vk 27826 +bWls 27827 +IHN1bmdsYXNzZXM= 27828 +IOqwlA== 27829 +IHNlYW1sZXNz 27830 +IGJlZXA= 27831 +w6RjaHN0 27832 +IHN3ZWV0cw== 27833 +IHNlbWFpbmU= 27834 +IGlycmVsZXZhbnQ= 27835 +IGRlc2Vudm9s 27836 +z4HPiQ== 27837 +INC/0YDQvtC40LfQstC+0LQ= 27838 +YW5ncw== 27839 +IGFyb21h 27840 +IHBvb2xz 27841 +IGdp4bud 27842 +IFVn 27843 +IGNsaW1iZWQ= 27844 +IHRyZW5kaW5n 27845 +IHNlcGVydGk= 27846 +IEJhcnI= 27847 +IHDFgg== 27848 +IE9yaWdpbmFsbHk= 27849 +INqv 27850 +dXR0bw== 27851 +irjr 27852 +INC60L7RgtC+0YDRi9GF 27853 +INC30LDRhQ== 27854 +IGVpZ2VuZW4= 27855 +IG11cmRlcmVy 27856 +ZXJuYW1l 27857 +xZ4= 27858 +IGFubm91bmNpbmc= 27859 +IFBsYXRmb3Jt 27860 +IGV4cGxhbmF0aW9ucw== 27861 +IHByZXNlbnRl 27862 +IE5hc8SxbA== 27863 +IG9ycGhhbg== 27864 +IEZvcnRuaXRl 27865 +cm9zcGVjdA== 27866 +ZXJlZGl0aA== 27867 +IOyXhuyWtA== 27868 +IE5JSA== 27869 +d2FnZW4= 27870 +IHJlbWVk 27871 +p4Dr 27872 +bW9udA== 27873 +IEplZmZyZXk= 27874 +cHJvbQ== 27875 +IGbDvG5m 27876 +INC90LDQt9Cw0LQ= 27877 +IGN1Y3VtYmVy 27878 +IFN1bW1pdA== 27879 +p6Q= 27880 +0J3QkNCv 27881 +IEpldA== 27882 +IGNhbWJpbw== 27883 +0YPQudGC0LU= 27884 +IGN1Ymlj 27885 +IGRpc3Byb3BvcnRpb24= 27886 +ZXJleg== 27887 +IG1hZG5lc3M= 27888 +IHRpbnQ= 27889 +IGZ1ZXJvbg== 27890 +IGt5 27891 +IGJpcGFydA== 27892 +U2Ft 27893 +IOu9 27894 +IHJpdg== 27895 +IFRhbms= 27896 +IOuGkw== 27897 +IHJlbmRlcmVk 27898 +xZtsxJk= 27899 +Y29uZHM= 27900 +IGRpc3J1cHRpb24= 27901 +IGluY29udmVu 27902 +IHF1aXNlcg== 27903 +IGRlbmlhbA== 27904 +IGdhbGF4aWVz 27905 +IHNvdmVyZWlnbg== 27906 +IHBvbHNr 27907 +z4HPjg== 27908 +IG1leA== 27909 +IGNhcmFjdGVy 27910 +IExlZ28= 27911 +YW5kZW4= 27912 +Lici 27913 +IO2UjOs= 27914 +IGNvbXByZXNzb3I= 27915 +IE1vdmll 27916 +IGFwcGxpY2FudHM= 27917 +emllaGVu 27918 +IHZlZ2V0YXRpb24= 27919 +IGJlbGxl 27920 +IEdPT0Q= 27921 +IEJhdQ== 27922 +IHJlc2VudA== 27923 +c2V4 27924 +YW1lbnRvcw== 27925 +INeU15bXlA== 27926 +IG92ZXJsb2Fk 27927 +IHNpbGljb25l 27928 +0LXRgdGC0L3Qvg== 27929 +IGRlbmtlbg== 27930 +IGRlZmluaXQ= 27931 +IFdhc24= 27932 +IGFsdGVyZWQ= 27933 +IFNvbw== 27934 +IFdpbmc= 27935 +aW5kcmU= 27936 +IE5QQw== 27937 +z4HOrQ== 27938 +IFR3ZW50eQ== 27939 +IExpZWJl 27940 +IGhvbWVsZXNzbmVzcw== 27941 +b3VsZGVy 27942 +INCY0YLQsNC6 27943 +0YHQutCw0Y8= 27944 +IGN1YXRybw== 27945 +IEhhcnZleQ== 27946 +IHBoaWxhbg== 27947 +IEJlZXQ= 27948 +IHBvbGljaW5n 27949 +IEFsZXhhbmQ= 27950 +INC80L7Qu9C+0LQ= 27951 +IG3DvHM= 27952 +IGhpem8= 27953 +67O064uk 27954 +INC/0L7Qt9Cy0L7Quw== 27955 +INC/0YvRgg== 27956 +0L7Rh9C10LzRgw== 27957 +IO2DnA== 27958 +IGNyeXB0b2N1cnJlbmN5 27959 +IGxvcm8= 27960 +IHN1bW1hdGlvbg== 27961 +IGJha2FsxLFt 27962 +IG5ldXJvcw== 27963 +2KU= 27964 +INC80L7QttC10Lw= 27965 +IMO8c3Q= 27966 +IHByZWxpbWluYXJ5 27967 +IGhvcm5z 27968 +IFRJ 27969 +2YPZhA== 27970 +WU8= 27971 +IGhpbmdl 27972 +IHJlcGFpcnM= 27973 +IGJvbmRpbmc= 27974 +IGJpemU= 27975 +INGI0YI= 27976 +IG1vdGl2ZQ== 27977 +IE5pZ2VyaWE= 27978 +MTIw 27979 +YmxvY2s= 27980 +IGF2aWF0aW9u 27981 +IEtvbW11bg== 27982 +INC+0LrQsNC3 27983 +IHRlbmhh 27984 +IGVkdWNhdGluZw== 27985 +IHN0YWF0 27986 +INGB0LrQvtC70YzQutC+ 27987 +IGZyaWdodGVuZWQ= 27988 +IHNlZWtz 27989 +0YDRg9GI 27990 +cXVlbnQ= 27991 +IE5vdQ== 27992 +IHByYXQ= 27993 +IFNob3Q= 27994 +V29yaw== 27995 +a2FyYW5n 27996 +IExpZ2h0bmluZw== 27997 +bm9sZHM= 27998 +cm9sbGVk 27999 +Z2xhc3M= 28000 +IGNyZWRpYmlsaXR5 28001 +SVRZ 28002 +IGF0bW9zcGhlcmlj 28003 +IGhhdmlh 28004 +w6RuZGVybg== 28005 +Y2hlZXJz 28006 +VGhlc2U= 28007 +IENlbGw= 28008 +IG1hZ25lcw== 28009 +IEJyYXZv 28010 +c2Vhc29u 28011 +IMWfZXlsZXI= 28012 +8J+O 28013 +d2hpdGU= 28014 +IE1C 28015 +IHN0YWNrZWQ= 28016 +IDc0 28017 +INC00LDQstCw0Lk= 28018 +IHBhdmU= 28019 +INC+0YU= 28020 +IGRhdGFzZXQ= 28021 +IHJldG91cg== 28022 +IG1hdHVyaXR5 28023 +IHF1YXNl 28024 +IDkz 28025 +IFN5bQ== 28026 +IGJyaWVmaW5n 28027 +IGN1bHR1cmFsbHk= 28028 +IOy3qA== 28029 +aW5oYXM= 28030 +IG1hZGFt 28031 +IGFqdWRhcg== 28032 +IFRpYmV0 28033 +IGxlYWtz 28034 +Y2lsZQ== 28035 +IHRoZWF0ZXJz 28036 +7Jio 28037 +NzI= 28038 +IFdhc2g= 28039 +IFF1YWxpdHk= 28040 +IEl2YW4= 28041 +IEJlbnQ= 28042 +aWdhdG9y 28043 +IEdlc2NoaWNodGU= 28044 +IHJlYWN0aXZl 28045 +IDE5MDA= 28046 +IGNvbnRyYWRpY3Q= 28047 +IHppZW1saWNo 28048 +IGNvaG9ydA== 28049 +4bun 28050 +IHBlc3RpYw== 28051 +IG9yYXo= 28052 +IHRlbGxlbWVudA== 28053 +6b4= 28054 +IE5vd2FkYXlz 28055 +Y3Jldw== 28056 +U3RldmU= 28057 +IGZpY3Rpb25hbA== 28058 +IGlsaw== 28059 +IGdhc29saW5l 28060 +emFt 28061 +IHBhbmNha2U= 28062 +w6huY2lh 28063 +IG11aXRvcw== 28064 +IGJ1cnk= 28065 +IGtvcA== 28066 +IElR 28067 +IHJlc2VydmF0aW9u 28068 +IFVwZGF0ZQ== 28069 +IGplag== 28070 +IEV5ZXM= 28071 +IHZpdmU= 28072 +IGNoY2U= 28073 +IEluaQ== 28074 +cmVzcG9ucw== 28075 +IHJlZmxlY3RpdmU= 28076 +IFdhbg== 28077 +0ZbQtw== 28078 +IGVuY2E= 28079 +IGVtYm9k 28080 +IEJ1cmdlcg== 28081 +IGFjYWRlbWlh 28082 +IENpcmM= 28083 +INC/0YDQtdC6 28084 +IGFubGFt 28085 +IHBoaWxhbnRocm9w 28086 +IEJhxZ8= 28087 +IEF1ZGk= 28088 +IHZvc3Q= 28089 +IHJlcGVy 28090 +UGV0ZXI= 28091 +IGNvbnNvbGVz 28092 +IHNjcnV0 28093 +IFR1cm5lcg== 28094 +INCx0YvQsg== 28095 +SUlJ 28096 +IEZsaWdodA== 28097 +4LiW 28098 +IFJhdmVu 28099 +IGNvcnJvcw== 28100 +ZmVybg== 28101 +IHByb3Zh 28102 +IFNldg== 28103 +IHJlY2lwcm8= 28104 +IDE5ODU= 28105 +IG51ZXZh 28106 +IGRhYg== 28107 +44CB44CM 28108 +IG1leg== 28109 +IFN0YXJr 28110 +cHBpbmdz 28111 +0L7RgdGC0Lg= 28112 +7Kad 28113 +IGZyYW1pbmc= 28114 +INCg0LDQtw== 28115 +IHBvc3Rw 28116 +IFNoYW5ub24= 28117 +INC60YPRgA== 28118 +IGpha2J5 28119 +aWVubmVudA== 28120 +IE1hcHM= 28121 +IFJldmVsYXRpb24= 28122 +INGB0YLQsNC7 28123 +7Jq0642w 28124 +IGRldmFudA== 28125 +IEdpdmluZw== 28126 +IFdBUw== 28127 +INC60L7Qs9C+ 28128 +IHJlbWE= 28129 +IFJD 28130 +bsOt 28131 +IHNsaXBwZWQ= 28132 +IFJhbXM= 28133 +IHdlZXQ= 28134 +IG1hc2N1bGluZQ== 28135 +IEVj 28136 +IHJlb3A= 28137 +IFBsYW50 28138 +IE1BWQ== 28139 +IHNwaWtlcw== 28140 +IG5venpsZQ== 28141 +IFdpa2lwZWRpYQ== 28142 +IENvaA== 28143 +SVNTQQ== 28144 +Y2hsb3NzZW4= 28145 +7KeA66W8 28146 +IOuvuOs= 28147 +IE5lZGVy 28148 +Sm9zaA== 28149 +INCg0L7RgdGB0LjQuA== 28150 +IDE5ODc= 28151 +IFRoZW9yeQ== 28152 +ZWtr 28153 +IHV0YW4= 28154 +INC00L7QvNCw 28155 +Y2h1 28156 +INGB0LE= 28157 +IGFwcm92ZQ== 28158 +VkVO 28159 +dWVwcmludA== 28160 +IDg0 28161 +Q29y 28162 +IHJpY2hlcg== 28163 +IHNhbmR3aWNoZXM= 28164 +YXRzdQ== 28165 +0YjQuNGF 28166 +IGxhdHQ= 28167 +fn5+fg== 28168 +ZnJpZW5kcw== 28169 +IGRlcm5pw6hyZQ== 28170 +IHN0ZXJlbw== 28171 +INGN0LrRgdC/ 28172 +IHByb3RlY3Rpb25z 28173 +IGhhdXQ= 28174 +RXZlcnlvbmU= 28175 +IGVudGVycHJpc2Vz 28176 +IE1vc3RseQ== 28177 +IFNwb3RpZnk= 28178 +IFNleA== 28179 +IHVuZw== 28180 +jOulvA== 28181 +IGFjdGl2aXNt 28182 +Y3RpY2E= 28183 +b3JpZ2luYWw= 28184 +INC/0YDQvtCz0YDQsNC8 28185 +IGJyb2Njb2xp 28186 +4KY= 28187 +0L7Qs9GA0LDRhA== 28188 +IHNla2FyYW5n 28189 +IGNyYWZ0aW5n 28190 +INCx0LDQvQ== 28191 +IFJheg== 28192 +IG5haXZl 28193 +IHNjcm9sbGluZw== 28194 +IG51bWVyaWNhbA== 28195 +IHNjaGVkdWxpbmc= 28196 +IGFwYXJ0bWVudHM= 28197 +540= 28198 +IHN0cmV0Y2hlcw== 28199 +YWNleQ== 28200 +IEhFUg== 28201 +IHppbmM= 28202 +IGRhcm4= 28203 +IGPDqWw= 28204 +IHdhcmRyb2Jl 28205 +IHJlZGlyZWN0 28206 +IGp1bQ== 28207 +IFN0cmFuZ2U= 28208 +IG7DoG8= 28209 +IGV4cGVyaW1lbnRpbmc= 28210 +w6lyw6k= 28211 +IHZvdWxleg== 28212 +IGdlYmU= 28213 +IEthbm4= 28214 +IMSR4buZ 28215 +IE1heGlt 28216 +IEvDtm4= 28217 +IEdsYXM= 28218 +IHBvbGlzaGVk 28219 +IG51bWE= 28220 +SWNo 28221 +IHJpdHVhbHM= 28222 +IFNJ 28223 +0LjRgtC10LvQuA== 28224 +IGluZmlsdA== 28225 +IHNjYXJm 28226 +b3BoeQ== 28227 +IHlpbmU= 28228 +IGNpdmlj 28229 +IE1lbmc= 28230 +w6RuZ2U= 28231 +1aU= 28232 +aGlzdG9pcmU= 28233 +IE9rZQ== 28234 +IOyYhg== 28235 +IHNvbGx0ZW4= 28236 +IDgy 28237 +IHByZXNjcmliZWQ= 28238 +IER1YmFp 28239 +IEVsdGVybg== 28240 +IG5hdGlvbndpZGU= 28241 +IHNrYXRpbmc= 28242 +aWFyeQ== 28243 +IHJld2FyZGVk 28244 +IG1vcmFsaXR5 28245 +IE1hZ2dpZQ== 28246 +IE9oaGg= 28247 +IEZhaHJlbg== 28248 +b2x2ZWQ= 28249 +IGRldXhpw6htZQ== 28250 +dGVjaG4= 28251 +cm9sZQ== 28252 +IGxlaWRlcg== 28253 +IEpBWQ== 28254 +INC40L3RhNC+0YDQvA== 28255 +IGNhZmZl 28256 +cmVpY2hlbg== 28257 +IGthcnQ= 28258 +IEN1dGU= 28259 +ZmZlY3RpdmU= 28260 +IGJ1bGx5 28261 +YWdhcg== 28262 +IGNvbW1vZGl0eQ== 28263 +IG9icmln 28264 +T1VS 28265 +IHVucGxlYXNhbnQ= 28266 +bm94 28267 +SnVs 28268 +b2xpdGg= 28269 +0YLQvtGP0Yk= 28270 +IEJlbGxh 28271 +IGRvbGxz 28272 +IEhvZmY= 28273 +IGFkdmlzb3Jz 28274 +IHRyYW5zZmVycw== 28275 +IEdva3U= 28276 +IDEyMDA= 28277 +aW5ob3M= 28278 +UGFs 28279 +IOuYkQ== 28280 +IHJlcHQ= 28281 +IGFjY29tcGxpc2htZW50 28282 +IHdlYXZl 28283 +IG92ZXJzaWdodA== 28284 +IHVuaGVhbHRoeQ== 28285 +IGZpbHQ= 28286 +IHB1ZGRpbmc= 28287 +IE1pZ3VlbA== 28288 +IGNodWNrbGVz 28289 +dmVyc2lvbg== 28290 +IGNvbmZlc3Npb24= 28291 +dmFsdWU= 28292 +IHRyaXVtcGg= 28293 +IHNhaXI= 28294 +IOuFuA== 28295 +IGFydGU= 28296 +IE1hdGVyaWFs 28297 +dXRp 28298 +IGxpcXVvcg== 28299 +IEJheWVybg== 28300 +IE1haWw= 28301 +IO2WpQ== 28302 +0YHQutC+0Lw= 28303 +IGNoZWFwZXN0 28304 +INGH0LDRgdGC0Lg= 28305 +IEpvYnM= 28306 +IENhbnlvbg== 28307 +aGFybWE= 28308 +YWxleQ== 28309 +YW5kcm8= 28310 +IGFwcGVhcmFuY2Vz 28311 +cHJvZg== 28312 +INC+0Lc= 28313 +bGFnZW4= 28314 +IC8v 28315 +INC70LjRiNGM 28316 +IHJlY292ZXJpbmc= 28317 +0LTQtg== 28318 +cHN5 28319 +IHN3aWZ0 28320 +IFNwaW4= 28321 +IHNlaW5lbQ== 28322 +IGRvbHBo 28323 +ZsO8aHI= 28324 +w6J0 28325 +IGFsdGlqZA== 28326 +IE1hcnR5 28327 +IEhvY2g= 28328 +IHByZWRhdG9ycw== 28329 +IHZvcmhlcg== 28330 +INCU0LDQstCw0Lk= 28331 +IGZyYWdtZW50cw== 28332 +IHBhc3RyeQ== 28333 +IGNvbW1lbg== 28334 +IFNhbmE= 28335 +IOqxtOuNsA== 28336 +dXNzZW4= 28337 +IHRlbGE= 28338 +IE5pbmE= 28339 +bGVr 28340 +IGNyaWVz 28341 +IHRoaWdocw== 28342 +IEZsZXg= 28343 +IEJ1eno= 28344 +44Q= 28345 +VXM= 28346 +IHBhc28= 28347 +IGRlY2xpbmVk 28348 +IE55 28349 +YmFsYW5jZQ== 28350 +IG1hc2E= 28351 +IGpvcw== 28352 +INCh0L/QsNGB0LjQsdC+ 28353 +YWNodQ== 28354 +bG91ZA== 28355 +IHBlbmE= 28356 +IFdhbGQ= 28357 +IGVsaW1pbmF0aW9u 28358 +INCy0LXRgdGM 28359 +b3JhZ2U= 28360 +IG1pc3VuZGVyc3RhbmRpbmc= 28361 +IGVuZG9yc2U= 28362 +IG9nw7NsZQ== 28363 +IGdyZWVk 28364 +IGtsZWlu 28365 +15zXlA== 28366 +UkVZ 28367 +IEVhdGluZw== 28368 +IHNlbWluYXI= 28369 +IEJpcnRoZGF5 28370 +IHF1ZWxsZQ== 28371 +IE11bHRp 28372 +IHRpcmFy 28373 +IHBlcmNo 28374 +IGxhdm9y 28375 +IEppYQ== 28376 +IG11dGF0aW9ucw== 28377 +IGNpZ2FyZXR0ZXM= 28378 +2YjYrA== 28379 +IGNvdXNpbnM= 28380 +IGNhcHN1bGU= 28381 +IGhvcnJpZmlj 28382 +IHN0dXI= 28383 +IHplaWd0 28384 +bnV0cw== 28385 +IG1lYW53aGlsZQ== 28386 +IENvbGlu 28387 +IGdvYmllcm5v 28388 +IGd3 28389 +IHVoaA== 28390 +IEpFUg== 28391 +c3BlY2lmaWM= 28392 +IGFsbGVnYXRpb25z 28393 +IOupiw== 28394 +IEVsbGE= 28395 +b29rZWQ= 28396 +IEZpdA== 28397 +YWZmbGU= 28398 +IEFwcsOocw== 28399 +IER1Y2s= 28400 +IGNlbGx1bGFy 28401 +Y8Ozdw== 28402 +INGH0YPQstGB0YLQsg== 28403 +Z2Vub21tZW4= 28404 +7Iqk7Yq4 28405 +IGxhaW4= 28406 +aXNvbA== 28407 +IGhvbGRlcnM= 28408 +IGJvb3N0ZXI= 28409 +IFNhc2hh 28410 +0YvQstCw0LXRgg== 28411 +gbw= 28412 +IHNlcGFyYXRpbmc= 28413 +IHJlaW5mb3JjZW1lbnQ= 28414 +INC+0LTQvdC+0Lk= 28415 +7JeG 28416 +SURF 28417 +IE9wdGlvbg== 28418 +cGhvbg== 28419 +IHBsYWlz 28420 +IENhbWI= 28421 +IO2ZmA== 28422 +IHVuY29tbW9u 28423 +Ijo= 28424 +bWl5b3J1bQ== 28425 +bW9p 28426 +YWNqZQ== 28427 +0LDQttGD 28428 +1bY= 28429 +IGdlbXM= 28430 +w7xsZXI= 28431 +b29scw== 28432 +IGVuenltZXM= 28433 +IGtpZG5hcHBlZA== 28434 +IGtldGNodXA= 28435 +dGFsaw== 28436 +IHphY2g= 28437 +IHdhc2hlcg== 28438 +44CC44CC 28439 +IEFyY2hpdGVjdA== 28440 +dmVudWU= 28441 +IFBsYW5uaW5n 28442 +IFNhdmlvcg== 28443 +INCz0YDRg9C/0L8= 28444 +7Yq8 28445 +YXJ5YQ== 28446 +IHByb2Nlc28= 28447 +IGxpbWJz 28448 +IHJlYWxpemVz 28449 +aWFuZGVy 28450 +RlM= 28451 +YWpp 28452 +IHVuaXRl 28453 +IOydmOs= 28454 +IHBvc3PDrXZlbA== 28455 +cmFpdHM= 28456 +IEFncmU= 28457 +24zaqQ== 28458 +7ISc64+E 28459 +INCy0LXQuw== 28460 +INC80LXRgdGP 28461 +YW5vcg== 28462 +UGF0 28463 +IGRlcm5pZXI= 28464 +z4PPhM61 28465 +INC60LDQutCw0Y8= 28466 +IGzDpHNzdA== 28467 +IE1laA== 28468 +IG5naA== 28469 +IGFtYXRldXI= 28470 +RmU= 28471 +IOq2gQ== 28472 +IHNpdHVhY2nDs24= 28473 +IHNlZGFu 28474 +IGNsZWFuc2luZw== 28475 +bGFzdGluZw== 28476 +IGNvbW11bmlzdA== 28477 +QU5F 28478 +IGlycmVndWxhcg== 28479 +IHNvdXQ= 28480 +IENhcm5leQ== 28481 +IGFsbGVtYWFs 28482 +IG11Y2jDrXM= 28483 +IGxpYnJv 28484 +0K3RgtC+ 28485 +INCw0L8= 28486 +IGNvbnRpbnVhdGlvbg== 28487 +IExvcg== 28488 +PyIs 28489 +cXVpbg== 28490 +IGNoYXJhY3Rlcml6ZWQ= 28491 +YWplcw== 28492 +IHNpZ2h0cw== 28493 +INGP0LfRiw== 28494 +IFVoaA== 28495 +YmlydGg= 28496 +ZG9uZw== 28497 +IGhhYmxhbmRv 28498 +IHN5bXB0b20= 28499 +IGNhcGFjaXRvcg== 28500 +IHRyYW5zcG9ydGVk 28501 +IGlnbm9yYW50 28502 +INC90LjQutC+0LPQtNCw 28503 +IGRyaXA= 28504 +IEV2YQ== 28505 +IGFkamVjdA== 28506 +IG1hc3NpdmVseQ== 28507 +IEV0aGk= 28508 +IENpcmNsZQ== 28509 +IHJhaW5mYWxs 28510 +IE1vdXNl 28511 +IHJlZnVuZA== 28512 +IFp3 28513 +YXNzZW1i 28514 +IDIyMA== 28515 +IE9yZA== 28516 +IHZlaW5z 28517 +IEdpYW50 28518 +IG3Do2U= 28519 +IHZhcA== 28520 +IG1pc3Nlcw== 28521 +zr/Phc+C 28522 +TW8= 28523 +IEVudHdpY2s= 28524 +SU5U 28525 +2YbYqg== 28526 +IHRoZW9yZXRpY2FsbHk= 28527 +IHRlYXJpbmc= 28528 +IHRyb3VibGVk 28529 +cHJlbQ== 28530 +IHJlcGV0aXRpdmU= 28531 +IOKW 28532 +IGhlYXZlbmx5 28533 +IEFtYmVy 28534 +INC/0L7Qu9C+0LY= 28535 +IO2VtOyk 28536 +IHZvd2Vs 28537 +YW5raW5n 28538 +IFdpcnRzY2hhZnQ= 28539 +IGlycg== 28540 +IGNvenk= 28541 +IHVuZmFtaWxpYXI= 28542 +IFBvcnM= 28543 +IOunnuyVhA== 28544 +IFRpbW90aHk= 28545 +0YHQvtC70Y7Rgg== 28546 +cGV4 28547 +IFZJUw== 28548 +KSg= 28549 +IHN1cGVyc3Q= 28550 +IGltcHJvdg== 28551 +IEJlbmc= 28552 +IGRpc2Nvbm5lY3RlZA== 28553 +IGFwdA== 28554 +0YDQtdC9 28555 +IEV4dHJh 28556 +INCx0LXQuw== 28557 +c2hvcA== 28558 +ZGluZ3M= 28559 +IENvbm5lY3RpY3V0 28560 +7LCs 28561 +IEdD 28562 +YmVo 28563 +SmVyZW15 28564 +IEJhdHQ= 28565 +YXRoYQ== 28566 +IFp1c2FtbWVu 28567 +c2NyZWFtcw== 28568 +IGdyYXM= 28569 +YWZmdA== 28570 +IEluaXRpYWxseQ== 28571 +IEJyZXR0 28572 +IHNwZWNpZmljYXRpb25z 28573 +IHNlYXdlZWQ= 28574 +IG9hdGg= 28575 +IGZvdW50YWlu 28576 +INC60L7RgtC+0YDQvtC5 28577 +IFN0ZWlu 28578 +IENvcmludGg= 28579 +IGNvbmp1Zw== 28580 +IGNvbXBlbnNhdGU= 28581 +IOuKkOuCjOydtA== 28582 +IG9uemU= 28583 +IHNraW5jYXJl 28584 +QnJpYW4= 28585 +IHNlcnZpcg== 28586 +fX0= 28587 +IFZpaw== 28588 +IHVuaW50 28589 +IHN1cHBsaWVycw== 28590 +IGJhbGNvbnk= 28591 +IGVuZXJnaWE= 28592 +b21ldHJpYw== 28593 +0LfRjw== 28594 +IHNpZ2g= 28595 +IFRPTQ== 28596 +IFB1cmU= 28597 +eXR0 28598 +0YvRgQ== 28599 +IFJhaW5ib3c= 28600 +IFBpdHRz 28601 +15nXng== 28602 +IHN0YXR1ZXM= 28603 +aGVhZHM= 28604 +IGNvdXBsZWQ= 28605 +IGhlcmQ= 28606 +IGV4Y2x1ZGVk 28607 +IGdpbHQ= 28608 +INGO 28609 +IHN3b2pl 28610 +IFN2ZXI= 28611 +NjM= 28612 +aXNzYW50 28613 +IGTDvHJmZW4= 28614 +oIjr 28615 +IGtpc3Npbmc= 28616 +b29m 28617 +IGN1cnNlZA== 28618 +IHNob3dlcnM= 28619 +IHN3aW5naW5n 28620 +IHJlcHJvZHVjZQ== 28621 +IHPDpHR0 28622 +ZWxjb21l 28623 +IGZ1bmRhbWVudGFscw== 28624 +IGFsbW9uZA== 28625 +IHDDqQ== 28626 +IHdlbGxiZWluZw== 28627 +IGh1bnRlcnM= 28628 +U2Vj 28629 +k5zrprQ= 28630 +IGVtaXNzaW9u 28631 +IHBzeWNob2xvZ2lzdA== 28632 +IGJldHJheWVk 28633 +IFJleW5vbGRz 28634 +TEVT 28635 +IHBvbGxpbmc= 28636 +IG5lZ2F0aXZlbHk= 28637 +IGNvbWJpbmVz 28638 +15zXkA== 28639 +0LDRgNCw 28640 +zrvOu86s 28641 +IFR1cm5z 28642 +T1RU 28643 +INeU15k= 28644 +YWlzb24= 28645 +IGFpcmxpbmU= 28646 +IHJlc3RyaWN0aW9u 28647 +d2Fs 28648 +IGF1cmFpdA== 28649 +IExlYmFub24= 28650 +IE1PUg== 28651 +IG1vbmtleXM= 28652 +w6luZXI= 28653 +0ZbRlw== 28654 +IG1vdGhlcmY= 28655 +INmH2LDZhw== 28656 +IGZldQ== 28657 +w7xocmVu 28658 +IGh5Z2llbmU= 28659 +ZW50ZWVu 28660 +RGVz 28661 +IGRpc3NpcA== 28662 +RXN0 28663 +IHNhaW50cw== 28664 +IHBvdGFzc2l1bQ== 28665 +IHJlY2tvbg== 28666 +Q2xpbnR1cw== 28667 +IG1hbmlmZXN0YXRpb24= 28668 +IEFwcHJv 28669 +IEluc3BlY3Q= 28670 +IHZlbnRpbGF0aW9u 28671 +IGhlbG0= 28672 +IGthcmE= 28673 +4Liy4LiZ 28674 +IGZhdm9yYWJsZQ== 28675 +IOyViuyVmA== 28676 +IEhpc3Bhbmlj 28677 +4Lic 28678 +INeU15s= 28679 +IHZhbGlkYXRl 28680 +IFJlc2lkZW50 28681 +IGNvbWVueg== 28682 +YmVpdGVy 28683 +ZXJlcg== 28684 +IGRhZG8= 28685 +YXRjaGluZw== 28686 +bWV0cm9z 28687 +IEhpbg== 28688 +IER1bQ== 28689 +IGhhesSxcg== 28690 +IE5hdGFsaWU= 28691 +IGVuY3J5cHRpb24= 28692 +0L7Rh9C60LA= 28693 +bW1h 28694 +aG91c2Vz 28695 +IGFuYWx5dGljYWw= 28696 +IERhbmc= 28697 +Zmlyc3Q= 28698 +IEVuYw== 28699 +Y2FuZG8= 28700 +IGx1ZHpp 28701 +d2FydA== 28702 +IHN0YXRpc3RpYw== 28703 +IOyCsA== 28704 +IGNvbW1lbnRpbmc= 28705 +IGNvb3JkaW5hdGVk 28706 +IEh5cGVy 28707 +5Zo= 28708 +IEJlcnQ= 28709 +IEhpcA== 28710 +a2Vt 28711 +w7xuw7w= 28712 +IHphbA== 28713 +IO2VmOuKlOuNsA== 28714 +IFJvYm90 28715 +cmF3bg== 28716 +IHJoZXRvcmlj 28717 +dWxsYWg= 28718 +IERpZXQ= 28719 +IHRha2ljaA== 28720 +IHBvc3Nlc3NlZA== 28721 +k5zripQ= 28722 +IHdha2Vz 28723 +IFJhZg== 28724 +TWFydA== 28725 +IGVjYw== 28726 +IEZN 28727 +IGRpZmlj 28728 +IEFsbGV6 28729 +IGN1cmVk 28730 +IFF1YWQ= 28731 +IGJlbGU= 28732 +IGpvdXJuYWxz 28733 +IHRhZA== 28734 +IHNvY2lhbGVz 28735 +IHdoYXRz 28736 +IEJhc3M= 28737 +IGplc3RlbQ== 28738 +IFNhZGx5 28739 +IFNvdXJjZQ== 28740 +IMO8w6c= 28741 +YWx0dW5n 28742 +aWVydGVu 28743 +IGp1bGxpZQ== 28744 +aWZh 28745 +INCa0L7RgA== 28746 +IERvb3I= 28747 +INCd0LDQtA== 28748 +INC30LTQvtGA0L7Qsg== 28749 +IHJ1bW9y 28750 +IHBpZXM= 28751 +INC/0LXRgNC1 28752 +INC+0YLQsg== 28753 +0LXQvdC90YvQtQ== 28754 +SG9zdA== 28755 +IFNvcGhpZQ== 28756 +YW50ZW4= 28757 +QW55 28758 +IEF1Zmc= 28759 +IEhEUg== 28760 +IFJvY2tldA== 28761 +cmVzc28= 28762 +IHZlcmRl 28763 +IHByw6lzaWRlbnQ= 28764 +IGluZG9vcnM= 28765 +IHN0YWdnZXI= 28766 +IHN0YXRv 28767 +IERpYWw= 28768 +IGJ1enppbmc= 28769 +ZW1lcg== 28770 +INCS0YHRkQ== 28771 +INC00LXRgNC10LI= 28772 +IHBvdXY= 28773 +IHN0cmFuZHM= 28774 +IOqyg+ydtA== 28775 +IFBhcmw= 28776 +0L7QutC+0Lk= 28777 +IHNpcA== 28778 +ICgq 28779 +w6RuZ3Q= 28780 +IGRlYmVy 28781 +IEFpbg== 28782 +IGRyYXN0aWNhbGx5 28783 +IFNsb3dseQ== 28784 +IEJyaWc= 28785 +IFRvcmFo 28786 +IGFjaGU= 28787 +ID8/Pw== 28788 +IERvYg== 28789 +a2FubnQ= 28790 +TWFyeQ== 28791 +IHN0YW0= 28792 +IERlbW9u 28793 +cGxh 28794 +IEZyZXVuZA== 28795 +IEJlbm4= 28796 +IGhpZ2hz 28797 +INqp2LE= 28798 +IFByZXBhcmU= 28799 +IHByb3h5 28800 +IGNhbXBv 28801 +IEF1Z2Vu 28802 +o6jr 28803 +IENobG9l 28804 +aWN1bGFybHk= 28805 +eW91bmc= 28806 +qZTr 28807 +IHNjcmF0Y2hpbmc= 28808 +IGdsYWM= 28809 +IGdlbWVpbnNhbQ== 28810 +YW5hbA== 28811 +YWNha3PEsW4= 28812 +IEZvcnVt 28813 +ZW5uaWFs 28814 +IFJlc291cmNlcw== 28815 +IG1laXN0ZW4= 28816 +IEZlbGw= 28817 +IHVuYW5pbQ== 28818 +IFRC 28819 +IFNlbGJzdA== 28820 +5oY= 28821 +IGludGltaWRhdGluZw== 28822 +IEdlZsO8aGw= 28823 +IOy9lOuhnA== 28824 +aWRvcg== 28825 +aWNpb25lcw== 28826 +YXJzYQ== 28827 +XS4u 28828 +YXpv 28829 +IGtlbmRp 28830 +IFRhZ2U= 28831 +dGVybWlu 28832 +IFByb3plbnQ= 28833 +TWF5YmU= 28834 +bMOp 28835 +IHF1ZXN0aQ== 28836 +IG1lbWVz 28837 +IGNvcnJl 28838 +IFZJUA== 28839 +IEdhbGxlcnk= 28840 +IHVyZ2VuY3k= 28841 +IG5vY2hl 28842 +IGtpbmRseQ== 28843 +IE1lcmVkaXRo 28844 +IHbhuq15 28845 +INin2YTYqA== 28846 +IEVzdGFkbw== 28847 +enVn 28848 +b3F1ZQ== 28849 +IG9iZXNpdHk= 28850 +T2Zm 28851 +IEV1cm9wZWFucw== 28852 +w7Zk 28853 +7Lm06w== 28854 +IGhvb3A= 28855 +IGVuam95cw== 28856 +IENoaXA= 28857 +cGF0aWVudA== 28858 +IG1pY3Jvc2NvcGU= 28859 +IGxlZ2l0aW0= 28860 +INGP0LLQu9GP0LXRgtGB0Y8= 28861 +z4POuQ== 28862 +YXJnZW50 28863 +IHNoYW0= 28864 +IGxpY2Vuc2luZw== 28865 +b2xpYQ== 28866 +U29ycnk= 28867 +cmFtYQ== 28868 +IGFjY2VsZXJhdGVk 28869 +IHd5bQ== 28870 +IGZhaXJuZXNz 28871 +IFJlYWRpbmc= 28872 +IHNsYWNr 28873 +IERvaw== 28874 +emnEmWt1asSZ 28875 +IHJ1YmJpbmc= 28876 +0LDRgtGD 28877 +IGFsbG9jYXRlZA== 28878 +anVuZw== 28879 +IHBhaW5z 28880 +IHdpbmRpbmc= 28881 +IGdlbGl5b3I= 28882 +IENV 28883 +bW90 28884 +Y29jaw== 28885 +IFBvc2l0aW9u 28886 +YnJvcw== 28887 +IGxpdmVzdHJlYW0= 28888 +IEJyYWlu 28889 +7LCp 28890 +IHByemVr 28891 +IEVp 28892 +IENvY28= 28893 +0LHQsA== 28894 +IHNob3ZlbA== 28895 +ZWE= 28896 +IGNob2NvbA== 28897 +IHJlYmVsbGlvbg== 28898 +IHNob3dj 28899 +IEhhbG8= 28900 +IGRpdmlkZW5k 28901 +bWlzc2lvbg== 28902 +IHVzYW5kbw== 28903 +IFsi 28904 +IGZhbGVp 28905 +QmxhY2s= 28906 +IFN1cmVseQ== 28907 +IMW7 28908 +IHBoaWxvc29waGVy 28909 +IG92ZXJoZQ== 28910 +IEJvcm4= 28911 +IG9iamV0aXZv 28912 +IDEyOA== 28913 +c2NoZWlk 28914 +IE5hemlz 28915 +IHNvbGNoZQ== 28916 +bGlmdA== 28917 +Y2VkZQ== 28918 +YWRvcnM= 28919 +IG1hcnNobQ== 28920 +IExPUkQ= 28921 +lOydtO2BrA== 28922 +IG93bmluZw== 28923 +Q29udA== 28924 +IGxhbmRzY2FwZXM= 28925 +IGxlbmRpbmc= 28926 +IEF1dGhvcml0eQ== 28927 +0L7QstC+0Lk= 28928 +b3F1 28929 +IFNlcw== 28930 +IEZlcnJhcmk= 28931 +IHJlc3BvbnNhYmls 28932 +IHbDoXJpb3M= 28933 +IGRlbGlj 28934 +IGVtYmFyaw== 28935 +IGVtYnJvaWRlcg== 28936 +IGZyYW1ld29ya3M= 28937 +IHNpbW1lcg== 28938 +IG5hY2lvbmFs 28939 +IHJlbWFpbmRlcg== 28940 +IFZpZWxsZWljaHQ= 28941 +IHF1aWVyZXM= 28942 +7JeU 28943 +IHRlc3Rvc3Rlcg== 28944 +aWhlbg== 28945 +IE96 28946 +w6hsZQ== 28947 +IHBvcnRyYXllZA== 28948 +zrrOtQ== 28949 +IFBvbGl0aWs= 28950 +IGFwZXJ0dXJl 28951 +IGJsYW5k 28952 +aW5kdXN0 28953 +INC+0LHRgNCw0YI= 28954 +IFRob3Vz 28955 +QmF5 28956 +IGRhbmRv 28957 +IHNoZXI= 28958 +IGFkbWlzc2lvbnM= 28959 +IENyZXc= 28960 +INGW0L0= 28961 +U0lOR0lORw== 28962 +IG91bmNl 28963 +IGl5 28964 +IGJhc2ls 28965 +IG92ZXJ0aW1l 28966 +IHRocmVhdGVu 28967 +IHBhcnRuZXJlZA== 28968 +IENhbm4= 28969 +YXZhbmE= 28970 +INC30L3QsNC10YLQtQ== 28971 +INC+0YLRgQ== 28972 +IFR1ZG8= 28973 +7L2U 28974 +IOuGgOs= 28975 +ZmVs 28976 +IHJlYXJy 28977 +IGlud2FyZA== 28978 +IFJvZ2Vycw== 28979 +4LmD4Lir 28980 +IHR3ZWFr 28981 +IGRyeWVy 28982 +Y2Vzc2lvbg== 28983 +IHJpZ29yb3Vz 28984 +IERhYXI= 28985 +b21pY3M= 28986 +IGZhdHM= 28987 +dmFk 28988 +IHppcHBlcg== 28989 +YWNjZXB0YWJsZQ== 28990 +IGRlbW9uc3RyYXRpbmc= 28991 +IFl1bQ== 28992 +IGJlYXU= 28993 +IHJvc3Rlcg== 28994 +IHByZWRvbWluYW50bHk= 28995 +0LXRgNGD 28996 +bmluZ2Fy 28997 +IHRyaWFuZ2xlcw== 28998 +IHRleHRpbmc= 28999 +IGJlcnJpZXM= 29000 +IOyCrOynhA== 29001 +YWRkZXI= 29002 +IGZhaXRlcw== 29003 +IEltYWdl 29004 +bGVyZQ== 29005 +IGJvdW5kcw== 29006 +IExhdXI= 29007 +IOyVhOustOs= 29008 +IG1pbw== 29009 +IHVzYQ== 29010 +INiw 29011 +IHRvZW4= 29012 +IEphbmc= 29013 +xb5l 29014 +Y2hvZA== 29015 +YW5hbg== 29016 +INC+0LHRgNCw0LfQvtC8 29017 +IHBlcnNldmVy 29018 +IFN3ZQ== 29019 +IGF1Z21lbnQ= 29020 +dWdnbGluZw== 29021 +acOocmVtZW50 29022 +aXN0bGVz 29023 +YWNqxJk= 29024 +OTE= 29025 +IG1haA== 29026 +IEtJUg== 29027 +RGll 29028 +IGRvd25oaWxs 29029 +IDE5Njg= 29030 +0L7RgNC+0YjQvg== 29031 +b2dyYXBoaWNz 29032 +IHTDpHNzw6Q= 29033 +6rKg7KOg 29034 +INC70LjRhw== 29035 +QVVESU8= 29036 +INC/0LvQvtGF 29037 +IHByb3Bvc2luZw== 29038 +IHRlbXB0ZWQ= 29039 +IGNvbnZlcnRpbmc= 29040 +IExlaHI= 29041 +IHBlcnNvbmU= 29042 +IEZlZWxpbmc= 29043 +7Ja07KO8 29044 +b21icmVz 29045 +INec15k= 29046 +IGd1cnU= 29047 +IGRlbWVudA== 29048 +0L3QuNC3 29049 +0LjRgtC10LvQtdC5 29050 +IGNvbXBhw7E= 29051 +IHJlZG8= 29052 +IGNvbmR1Y3Rvcg== 29053 +bWlh 29054 +IGlkb2xz 29055 +IE11bA== 29056 +IGluZXg= 29057 +IHTDpG3DpA== 29058 +IGltcGFjdGluZw== 29059 +IGRheWxpZ2h0 29060 +Z2ls 29061 +IGhlbGZlbg== 29062 +IGVudHNwcmVjaA== 29063 +IHdpxJlrcw== 29064 +IHNjcmlwdHVyZXM= 29065 +IGRpc21pc3NlZA== 29066 +IFBvZGNhc3Q= 29067 +2YXYsQ== 29068 +IGFubnVhbGx5 29069 +IHVzYWJsZQ== 29070 +IGxpYnJl 29071 +0L7Qt9C8 29072 +IHJ1YmJpc2g= 29073 +IGNvbnRpbnVhcg== 29074 +IGh1bWlsaQ== 29075 +IHNwZWVjaGVz 29076 +0YDQsNGH 29077 +YmFyZA== 29078 +NzE= 29079 +Pjw= 29080 +b2xvZ8OtYQ== 29081 +d2VhbHRo 29082 +IG1lZGl0YXRl 29083 +k6TsnZg= 29084 +IENyYWZ0 29085 +cml2 29086 +IEFnYWluc3Q= 29087 +IGNlcmFtaWM= 29088 +ZXNww6hyZQ== 29089 +IGNvbXBldGVudA== 29090 +IEhvcGtpbnM= 29091 +IGtpbG9z 29092 +IGdyYXZlbA== 29093 +IHBpc3Rvbg== 29094 +IGZyaWVuZHNoaXBz 29095 +IGVzY3Jl 29096 +IHZveg== 29097 +IEdlc2VsbHNjaGFmdA== 29098 +IHVudGVyc3TDvHQ= 29099 +IG11ag== 29100 +IHdhcm5pbmdz 29101 +cG9z 29102 +IFByb2Zlc3Npb25hbA== 29103 +d3N6eQ== 29104 +b2RsZQ== 29105 +YmFuZHM= 29106 +IHRlYW13b3Jr 29107 +c3RlbGx1bmc= 29108 +IGR4 29109 +IGF0dG9ybmV5cw== 29110 +IHdlaXRlcmU= 29111 +44WL44WL44WL 29112 +IE9yaWdpbmFs 29113 +15nXlw== 29114 +IGJyb2FkY2FzdGluZw== 29115 +INC/0LXRgNCy0YvQuQ== 29116 +dWNoaQ== 29117 +IGhldXJl 29118 +IGdyYWJz 29119 +IFdPUg== 29120 +IFBsYWlk 29121 +TWlu 29122 +IHBheg== 29123 +IFB1aXM= 29124 +dW11 29125 +aXRhdGVz 29126 +IGNvYXRz 29127 +IGJ1ZW4= 29128 +IGhlaXI= 29129 +IHBuZXVt 29130 +16nXqA== 29131 +ZW5zZXI= 29132 +IEpVREdF 29133 +IGJsb25kZQ== 29134 +4bmb 29135 +IGdhaw== 29136 +IHPEsWs= 29137 +IHF1b3RlZA== 29138 +IGVxdWlwbw== 29139 +IHdpc2hpbmc= 29140 +w61jaWE= 29141 +IHZlcmJz 29142 +IENhbmFkaWFucw== 29143 +IGdvdmVybmluZw== 29144 +IEV2YW5z 29145 +RXVybw== 29146 +IGdlbnJlcw== 29147 +IHVudGVyc2NoaWVk 29148 +IEJlY2t5 29149 +s7zqsozsmpQ= 29150 +IGVpbmdl 29151 +IFJhaXNl 29152 +b2xhbmQ= 29153 +IFN0cmF0ZWc= 29154 +IGVyZXM= 29155 +IFZldGVyYW5z 29156 +IGJyZWFrb3V0 29157 +IHNhbnTDqQ== 29158 +IGFkZWw= 29159 +IGludmVzdGlnYXRlZA== 29160 +IHBldXI= 29161 +IGFnaWxl 29162 +IHJhaWxyb2Fk 29163 +YW5za2E= 29164 +INC10Lk= 29165 +IGV4cG9z 29166 +YXRvcmllcw== 29167 +IENvbnRlbnQ= 29168 +IHRydXRocw== 29169 +IFRyYWls 29170 +IGd1YQ== 29171 +IHBvcmVz 29172 +IHdyaXRpbmdz 29173 +IFVocg== 29174 +IFRoYXRz 29175 +IGljaW5n 29176 +T0M= 29177 +IFByb2R1Y3Rpb24= 29178 +IGNhcm5l 29179 +SVNT 29180 +IG5pbmd1w6lt 29181 +bm9u 29182 +IHZpY2lvdXM= 29183 +15XXlA== 29184 +IHJlY29ubmVjdA== 29185 +IGNlbnRyZXM= 29186 +IEtlbQ== 29187 +IGNyZWFzZQ== 29188 +IOydtOuvuA== 29189 +0LDQudGC0LXRgdGM 29190 +INCx0L7RgA== 29191 +IEhhecSxcg== 29192 +INGB0YPQtA== 29193 +IMO6bmljYQ== 29194 +b3dhxYI= 29195 +IGFkaGVy 29196 +aHVh 29197 +Wlo= 29198 +IHByZWNpc28= 29199 +IGN1cnJlbnRz 29200 +IHNlYXNvbmVk 29201 +IElvVA== 29202 +IEJpc2hvcA== 29203 +c3RlZA== 29204 +IEJlcm5hcmQ= 29205 +7KSY 29206 +IEdsZW5u 29207 +IGt0w7NyeW0= 29208 +4Li34LmI 29209 +IGFzdHJvbG9n 29210 +IEtvdA== 29211 +IHBhcmZvaXM= 29212 +IGZvcndhcmRz 29213 +IFdpxJk= 29214 +IM6Y 29215 +IG5hbm8= 29216 +c3Vi 29217 +IEJyaWxs 29218 +IGdyaXQ= 29219 +IGNpdGVk 29220 +Z2Fkbw== 29221 +IG1lbHRz 29222 +IGZvcmPDqQ== 29223 +4paI4paI 29224 +IGJham8= 29225 +IGRpc2NyZXRpb24= 29226 +sLA= 29227 +YXRpdml0eQ== 29228 +IHNpdHVhdGVk 29229 +0YnQtdC1 29230 +INC/0YDQuNC90YbQuNC/ 29231 +YW1heg== 29232 +IGFxdWFyaXVt 29233 +IGRpc3NvbHZl 29234 +IEdvZHM= 29235 +U3VwZXI= 29236 +IGFtaWQ= 29237 +ems= 29238 +YW1wZg== 29239 +IGhlbGE= 29240 +JyE= 29241 +IGRldmVsb3BtZW50YWw= 29242 +IERpc2U= 29243 +INGA0LDQsdC+0YLQsNC10YI= 29244 +IHNuYXBzaG90 29245 +1bg= 29246 +IFl1ZQ== 29247 +IEh1bGs= 29248 +IERvb20= 29249 +IEZlbGl4 29250 +IHLDqWY= 29251 +TWFsZQ== 29252 +cGhhbnRz 29253 +RU5T 29254 +IE1lY2hhbg== 29255 +IEdvbGY= 29256 +IGdlbmVyb3NpdHk= 29257 +w6R0emU= 29258 +IHVubG9ja2Vk 29259 +7YOB 29260 +b2NhbHlwc2U= 29261 +QWxyaWdodA== 29262 +IOqwnOs= 29263 +INeQ15HXnA== 29264 +IEtlZXBpbmc= 29265 +IGNvbGxhYm9yYXRpbmc= 29266 +Y2hpZWY= 29267 +IEZlcm5hbmRv 29268 +IGNoZWZz 29269 +IO2UvOu2gA== 29270 +IHNraXBwZWQ= 29271 +IHBlcnNvbm4= 29272 +IGF4ZQ== 29273 +Y2hleg== 29274 +IGV4dHJhY3Rpb24= 29275 +IEFW 29276 +IEdpYmJz 29277 +IO2c 29278 +IHPEsQ== 29279 +SUFN 29280 +Vmlldw== 29281 +IEdSQU5U 29282 +IOuquA== 29283 +IHZlcmlmaWNhdGlvbg== 29284 +IGRlcGljdGVk 29285 +IE1veg== 29286 +b3V4 29287 +IHR1bA== 29288 +IHNjYW5uZXI= 29289 +IGNvbWVkaWFu 29290 +IFZvbGtz 29291 +IEpFRkY= 29292 +p4Q= 29293 +IGRpc3RyYWN0aW9u 29294 +csOh 29295 +IElOVEVS 29296 +IHNpbmNlcg== 29297 +INee16o= 29298 +INep16A= 29299 +IGNvbnN0cnVjdGl2ZQ== 29300 +YXJm 29301 +IOuIhOs= 29302 +IGVjbw== 29303 +cmFtb3M= 29304 +IHJlbmV3ZWQ= 29305 +aW5lbWVudA== 29306 +IFVi 29307 +IFBlcHBlcg== 29308 +7KeA6rCA 29309 +IERhcndpbg== 29310 +IG1lcmNoYW5k 29311 +IHbDoXJpYXM= 29312 +w6hjZQ== 29313 +Tkc= 29314 +IOychO2VtOyEnA== 29315 +INCw0LrRgtC40LI= 29316 +IFVudGVycw== 29317 +2LnZhA== 29318 +IGludHJpYw== 29319 +b21tYQ== 29320 +aWV2aW5n 29321 +IENhcm9saW5l 29322 +IFBSRVM= 29323 +IHBlcmZvcm1lcg== 29324 +IGF1dG91cg== 29325 +IHV0dGVybHk= 29326 +IHN5bnRoZXNpcw== 29327 +IGxlc2JpYW4= 29328 +IHJldHJpZXZl 29329 +IG1hbmVpcmE= 29330 +IGltcGFpcg== 29331 +IG1lbnRvcmluZw== 29332 +IFNvdWxz 29333 +IEdvUHJv 29334 +0YDQsNGC0Yw= 29335 +IGNvc2U= 29336 +IFNTRA== 29337 +SVJF 29338 +IHVwZnJvbnQ= 29339 +IEF1bg== 29340 +IGdhbWVy 29341 +IGxpdHQ= 29342 +IGFnZ3Jlc3Npb24= 29343 +IExpa2V3aXNl 29344 +IEJldHR5 29345 +IERhcnQ= 29346 +IERMQw== 29347 +aXNobWVudA== 29348 +7J6l7J2E 29349 +Y3JlYW0= 29350 +IEJhYnlsb24= 29351 +IG51Zw== 29352 +YnJhcg== 29353 +IGF5bsSx 29354 +YW1pbHk= 29355 +YmlrZQ== 29356 +YWhhaGFoYQ== 29357 +bG95ZA== 29358 +IG1pcmE= 29359 +IHBlcm1l 29360 +IEdhbWluZw== 29361 +IGZpcm13YXJl 29362 +TWE= 29363 +IGFzc2lzdGVk 29364 +YXRpY3M= 29365 +IOyVnuycvOuhnA== 29366 +IE1lbnRhbA== 29367 +bmllanM= 29368 +IEl6 29369 +b3fEhQ== 29370 +IHRvdWdoZXI= 29371 +IGRlZWQ= 29372 +IHN0eWxpc2g= 29373 +IFRvb2xz 29374 +IEhhbXA= 29375 +IHN1bnNjcmVlbg== 29376 +IGFydGljdWxhdGU= 29377 +aXll 29378 +0LjRhA== 29379 +IFNwcmVhZA== 29380 +IEhBVkU= 29381 +IHN3aXJs 29382 +IHNwb25zb3Jpbmc= 29383 +aW92YXNjdWxhcg== 29384 +bWVzaQ== 29385 +IHJlbGF4YXRpb24= 29386 +INGB0LLQvtC40YU= 29387 +IG1hcmdpbnM= 29388 +IHNhxJ8= 29389 +IFByaWRl 29390 +IM+Ezr/Phc+C 29391 +0LjRhtC4 29392 +ZW5jaQ== 29393 +RG9lcw== 29394 +IGNvcnBzZQ== 29395 +IGVuZHVyYW5jZQ== 29396 +IO2emA== 29397 +7Lm0 29398 +IGhhaXJjdXQ= 29399 +IGludGVycnVwdGVk 29400 +IHdpbmR5 29401 +IENhbGVi 29402 +z4HPhw== 29403 +IFBvdXJxdW9p 29404 +IGhvbGlzdGlj 29405 +dWNsZWFy 29406 +IFdob2xl 29407 +QWN0 29408 +IGdhbGxvbg== 29409 +Y2FkZQ== 29410 +IFJlZ2lvbmFs 29411 +cm9hZHM= 29412 +IFNjaG5l 29413 +w6FuZw== 29414 +INC40LfQvNC10L0= 29415 +IG1lbnVz 29416 +IHNwbGl0dGluZw== 29417 +IHByaWNlZA== 29418 +IM6T 29419 +IHVzZXJuYW1l 29420 +INCe0Yc= 29421 +IGNvbXByZXNzZWQ= 29422 +eWlu 29423 +IGd1YXJkaWFu 29424 +IGdvb2Y= 29425 +IGNoZWNrbGlzdA== 29426 +IGludGVyY2hhbmdl 29427 +IGV4cGVkaXRpb24= 29428 +IGV4dGVybg== 29429 +IGluZnJhcmVk 29430 +ZW5nbw== 29431 +IGRlbnlpbmc= 29432 +IHBhY2tldHM= 29433 +b25lbnQ= 29434 +QkI= 29435 +IEluY3Jl 29436 +IHNpbmk= 29437 +w59lcg== 29438 +w6hn 29439 +bWFhbA== 29440 +Z2VuZXJhdGlvbg== 29441 +IG1pbm9yaXRpZXM= 29442 +IGxsZXZhcg== 29443 +IG5vbWluYXRpb24= 29444 +IGNvbnNpZA== 29445 +INec16I= 29446 +bXXFnw== 29447 +IEVzYw== 29448 +IG51bWVyYXRvcg== 29449 +IGthaWs= 29450 +IGt0w7NyeWNo 29451 +aWVzZW4= 29452 +IHbDqg== 29453 +IFVTUw== 29454 +IFByaXZhdGU= 29455 +INC+0LTQvdC+ 29456 +IGFsw6lt 29457 +w610dWxv 29458 +IGxpbWI= 29459 +IGZvcmdpdmVu 29460 +IGRpc2Nsb3N1cmU= 29461 +z4TOrw== 29462 +IG5pbmfDum4= 29463 +IHRoZXJhcGV1dGlj 29464 +IG5lZ290aWF0aW5n 29465 +IE5pa2U= 29466 +ZW5zZWZ1bA== 29467 +IGluY2Fw 29468 +IGZsYWdzaGlw 29469 +dG93bg== 29470 +4og= 29471 +IM+Azr/Ouw== 29472 +IHdvbHZlcw== 29473 +IHZpb2xhdGlvbnM= 29474 +IEFybm9sZA== 29475 +IGludGVydmVuZQ== 29476 +IGhlYXRlcg== 29477 +IHJlY3Vyc29z 29478 +IG1haWQ= 29479 +6rK8 29480 +INC00LDQstCw0LnRgtC1 29481 +IENlbGVicg== 29482 +IGNhcGU= 29483 +IFN0eQ== 29484 +YWluZW4= 29485 +c2l0ZQ== 29486 +Ymlq 29487 +INC/0L7Qu9GM0Lc= 29488 +IGZyYW1lZA== 29489 +IHB1Ymxpc2hlcnM= 29490 +INGH0YPRgtGM 29491 +IHRlbXB0YXRpb24= 29492 +IGNlcnRlemE= 29493 +IGV4ZW1wdA== 29494 +7Iq5 29495 +c2VsbGluZw== 29496 +IFRhc2s= 29497 +aG9vbg== 29498 +IENvYw== 29499 +IFBhcmtz 29500 +IHJlcGV0aXRpb24= 29501 +INGC0YPQtNCw 29502 +IGVuc2w= 29503 +IGRlxJ9pxZ8= 29504 +IE9ybGFuZG8= 29505 +IE1haW50ZW4= 29506 +b2N1bWVudA== 29507 +IEhD 29508 +IHNjb290ZXI= 29509 +INC90LDQv9C40YE= 29510 +IHRpZ2h0ZXI= 29511 +IHRlYXNl 29512 +IHJlbW92ZXM= 29513 +IGtpamtlbg== 29514 +INGB0YPRidC10YHRgtCy 29515 +IHRow6k= 29516 +INCy0YvQs9C70Y/QtA== 29517 +IHJlbGlldmU= 29518 +IG1pdMOk 29519 +IHN0YXRpb25hcnk= 29520 +w7ZmZg== 29521 +cGFibGU= 29522 +IGFydGVy 29523 +IGTDqWY= 29524 +cmF0aXZl 29525 +IGNvbmVjdA== 29526 +IHNhZGRsZQ== 29527 +IERpYW5l 29528 +IGNvbW1lbW9y 29529 +ZmVuZGlt 29530 +U8Ot 29531 +IO2BtOs= 29532 +IG1hbmdl 29533 +YXR0ZQ== 29534 +IGFycm9nYW50 29535 +IHJvYm90aWM= 29536 +IGdpw6A= 29537 +IG5laWdoYm91cmhvb2Q= 29538 +aXNzb24= 29539 +INC00LLQuNC2 29540 +IFJJ 29541 +IE5vcm1hbg== 29542 +YnJhbmQ= 29543 +YW1hdGlvbg== 29544 +IHJhem9y 29545 +IG11cmRlcnM= 29546 +INGC0YM= 29547 +IHdzenlzdGtpbQ== 29548 +IHV0aWxpdGllcw== 29549 +IG1pY3Jvc2NvcA== 29550 +6r8= 29551 +IGRhcXVp 29552 +b2xsYXI= 29553 +INCU0LDQstCw0LnRgtC1 29554 +IGFubsOpZQ== 29555 +IGtpbG9tZXRyZXM= 29556 +IGhvbW9zZXh1YWw= 29557 +IGFyY2hpdGVjdHM= 29558 +IG5peWU= 29559 +TEVS 29560 +IG1pY3JvcGhvbmVz 29561 +IFN0dW5kZW4= 29562 +IGNvbnNlY3V0aXZl 29563 +aWVuZGE= 29564 +dsOkbmQ= 29565 +REVS 29566 +IGxpZnRz 29567 +IE1lYXQ= 29568 +IHNhdmV6 29569 +7ZaI642Y 29570 +TWVu 29571 +IGRpc21hbnQ= 29572 +6rGw66W8 29573 +IGluc3VsYXRpb24= 29574 +IHNjYWxs 29575 +IHNwb29reQ== 29576 +IHBhcmM= 29577 +IGJhbGxldA== 29578 +IFdoYXRzQXBw 29579 +IGZyYW5j 29580 +IGRlbGliZXJhdGU= 29581 +IO2FjA== 29582 +IG1hcnM= 29583 +IFp1cg== 29584 +UHI= 29585 +ZGlzY2lwbGluYXJ5 29586 +IG9ic2Vzc2lvbg== 29587 +0LzQtQ== 29588 +IG1hcmNoaW5n 29589 +IEVtZXJnZW5jeQ== 29590 +aWd1b3Vz 29591 +IHN6eQ== 29592 +IExhbmRz 29593 +IGJvYXJkaW5n 29594 +INC/0L7Rh9GC0Lg= 29595 +IGVudnk= 29596 +IGNvbXBhc3Npb25hdGU= 29597 +IG1lcmNp 29598 +IGRlc2lyYWJsZQ== 29599 +ZGFsZQ== 29600 +IGNhbsSxbQ== 29601 +IEFudGFy 29602 +dGVtcHM= 29603 +IGNvbmZpZ3VyZWQ= 29604 +IENvbXBhcmVk 29605 +bmVo 29606 +aWNhdGluZw== 29607 +IG5pY2tlbA== 29608 +2YjZgg== 29609 +2YPZiNmG 29610 +b3Blcw== 29611 +IGZvcm11bGFz 29612 +INCV0YHRgtGM 29613 +IHBvYmw= 29614 +IFBK 29615 +IEx1ZA== 29616 +IEJyaWQ= 29617 +IEhvZw== 29618 +IEJyaXM= 29619 +SmVu 29620 +IHNoYWRpbmc= 29621 +IFlhcw== 29622 +IGRpc3R1cmJlZA== 29623 +IHJlY29tbWVuZGluZw== 29624 +IGPDqQ== 29625 +IEhPVw== 29626 +7JeI7Ja0 29627 +IHJldmVyc2Vk 29628 +IEludGVyZXN0aW5nbHk= 29629 +aW94aWQ= 29630 +IOyYpOy8gOydtA== 29631 +4bq/dQ== 29632 +eHg= 29633 +IG91YWlz 29634 +IFlvdVR1YmVycw== 29635 +IFJvc2E= 29636 +IEhhdXB0 29637 +amFkaQ== 29638 +IHZsb2dz 29639 +IGN1bHR1cmE= 29640 +IExlYWRlcnNoaXA= 29641 +IEhlcA== 29642 +IGlsbHVt 29643 +tOuPmQ== 29644 +IGN1c3RvbWl6ZWQ= 29645 +IG1hcmNh 29646 +IHF1YXRybw== 29647 +INC90LDQsw== 29648 +IFNwYWNlWA== 29649 +IEVpZ2Vu 29650 +YXN0aW5n 29651 +IG9sZHXEn3U= 29652 +IGZvcnRz 29653 +cmltZW50 29654 +aWVuY2lh 29655 +IHRlbmly 29656 +cm9mZmVu 29657 +IDE5Nzk= 29658 +IGNpZQ== 29659 +IOuQmOqzoA== 29660 +IGVzY3Jp 29661 +z4zPgg== 29662 +7Y+s 29663 +dXp6eQ== 29664 +Q29uZw== 29665 +7J247J20 29666 +R3JlYXQ= 29667 +c2ls 29668 +w6ljaA== 29669 +IG11bHRpYw== 29670 +IERpc2s= 29671 +spU= 29672 +IGZhemxh 29673 +IGxldmFudA== 29674 +IGFiYWpv 29675 +dXJyeQ== 29676 +c3RydQ== 29677 +IOuoueuKlA== 29678 +IGFjY2Vzc29yeQ== 29679 +INC00LLQuNCz 29680 +IFJpZA== 29681 +MjAxOQ== 29682 +IGRvd25zdHJlYW0= 29683 +IGtheg== 29684 +dXRhbg== 29685 +IGNoYXJjb2Fs 29686 +IGFmZWN0 29687 +d3U= 29688 +IGNvbnRleHRz 29689 +IGZlYXJlZA== 29690 +IOyEpA== 29691 +IGhpc3Rvcmllcw== 29692 +IGZhcw== 29693 +ZW5zaWJsZQ== 29694 +IGNvY29h 29695 +aWxsYXI= 29696 +Z2VvbnM= 29697 +IHNwaXJpdHVhbGl0eQ== 29698 +IFBldw== 29699 +IHBoYXJtYWN5 29700 +IHBhc3Npb25z 29701 +IGJvcw== 29702 +IGFsbMOh 29703 +IHRocml2aW5n 29704 +IFJlYWN0 29705 +IG9jY3VweQ== 29706 +IHdpdGhkcmF3YWw= 29707 +IGFsbG93YW5jZQ== 29708 +IEZyYWt0aW9u 29709 +IGJ1ZGRpZXM= 29710 +IGlkbGU= 29711 +IGRpc3NvbHZlZA== 29712 +IHByZXZhbGVudA== 29713 +IG1pbGl0YXI= 29714 +IHNlbnNpbmc= 29715 +IHBvamF3 29716 +IGFuY29yYQ== 29717 +IGFidW5kYW50 29718 +IGhhaXJzdA== 29719 +IHR3ZWU= 29720 +IG7DpGNoc3Rl 29721 +IE3DtmdsaWNoa2VpdA== 29722 +IGhvbw== 29723 +dWZmaWNpZW50 29724 +IGZhbnRhc3Q= 29725 +IGVkaWJsZQ== 29726 +IOuWqOyWtOw= 29727 +7JuD 29728 +IHZlaW4= 29729 +dWNjaQ== 29730 +IGRldm90aW9u 29731 +IGNvbmNlYWxlcg== 29732 +aW5jb21l 29733 +IHJlY3ljbGVk 29734 +IOyKpO2DgA== 29735 +IHBvbnRvcw== 29736 +IGRlc3N1cw== 29737 +IHbDqXJpdA== 29738 +IHJlZmxlY3Rpb25z 29739 +IEFB 29740 +IHRha2Vhd2F5 29741 +YmFyZQ== 29742 +IENvbnRhY3Q= 29743 +ZWls 29744 +IEhlYXI= 29745 +IG1pcmFj 29746 +IEdlcmlsaW0= 29747 +INGB0LDQvNGL0Lk= 29748 +IHZpdm8= 29749 +IGtpbG9ncmFtcw== 29750 +IENyaW0= 29751 +w7t0 29752 +Nzg= 29753 +IHNpbmNlcmVseQ== 29754 +cmF6 29755 +IOuztQ== 29756 +IGFycml2 29757 +IGNvbmNlcHRpb24= 29758 +IFBlcnNpYW4= 29759 +IHNqw6Rs 29760 +IHN0YXJyaW5n 29761 +IOyVhOustA== 29762 +IEZvcmV2ZXI= 29763 +0LXRgdGC0Yw= 29764 +IHZlaWw= 29765 +IHN1YnRpdA== 29766 +b2RrYQ== 29767 +INC+0YLQvdC+0Yg= 29768 +IGNvb2tz 29769 +0LXQvdGP 29770 +S2F5 29771 +IG5pw7Fvcw== 29772 +IFBob25l 29773 +IHN0aXRjaGluZw== 29774 +IGZpbmdlcnByaW50 29775 +zrvOrA== 29776 +IGRlZGljYXRl 29777 +IExvYg== 29778 +IGJsYWNrcw== 29779 +IEJsZQ== 29780 +Ym91dA== 29781 +IMSRYW5n 29782 +IGVrcw== 29783 +IHNxdWFzaA== 29784 +IEvDvA== 29785 +b2Rp 29786 +IG7GsOG7m2M= 29787 +IHZveWFnZQ== 29788 +IHBsYXlmdWw= 29789 +INil2YTZiQ== 29790 +YW5pYw== 29791 +IGNvbmRlbW4= 29792 +IELDtnlsZQ== 29793 +IFBvbGl6ZQ== 29794 +IGF5dWRh 29795 +IHBhbQ== 29796 +4LmE4Lib 29797 +IEthdGh5 29798 +0LXQtNC40L0= 29799 +0L3QvtCy0LA= 29800 +IGJyaWc= 29801 +ZWdlcg== 29802 +IGVhZ2xl 29803 +IHZpc2lvbnM= 29804 +IO2VreyDgQ== 29805 +IHNoaXR0eQ== 29806 +IGhvdHQ= 29807 +IEJyaXR0 29808 +dXRvcnM= 29809 +RU5URQ== 29810 +IHBob24= 29811 +IEJpbmc= 29812 +INC/0L7QtNC00LXRgNC2 29813 +c3ByaW5n 29814 +ZXR0ZW4= 29815 +IHBpbGdy 29816 +IGVkaXlvcg== 29817 +0LXQvdGC0Ys= 29818 +YWdnaW8= 29819 +IGp1bA== 29820 +IGNvbXByZW5k 29821 +dGVpbA== 29822 +INiy 29823 +IHBlcmZvcm1lcnM= 29824 +IGluZmFtb3Vz 29825 +IE1L 29826 +56o= 29827 +b3RsZQ== 29828 +ZWZm 29829 +IEhhc2g= 29830 +IGNvd2FyZA== 29831 +IEJSQQ== 29832 +IERE 29833 +IGNvbWlkYQ== 29834 +IHBsYXRh 29835 +IGZsYXA= 29836 +IE1laHI= 29837 +cmlidXRpb24= 29838 +IFllbWVu 29839 +IG15c3Rlcmllcw== 29840 +IMSweWk= 29841 +IHN0ZWxs 29842 +IGV5ZWxpbmVy 29843 +IGRlbGVz 29844 +IG5haWxlZA== 29845 +IGlsbG5lc3Nlcw== 29846 +IHN0YWNrcw== 29847 +IHRyYWJhamFy 29848 +Zmxvd2Vy 29849 +Y2l1 29850 +IGNydWRl 29851 +IHN1YnN0YW50aWFsbHk= 29852 +IGhvbWVt 29853 +IG5lcGhldw== 29854 +IHN0YW1wcw== 29855 +IGNhcmJz 29856 +0YzRgtC1 29857 +bW9vdGg= 29858 +IHR1bm5lbHM= 29859 +YWNpZQ== 29860 +IFNlw7E= 29861 +IEhlcmE= 29862 +IOyVhOuLiOyXkOyalA== 29863 +IFd5b21pbmc= 29864 +IEhETUk= 29865 +IExpcw== 29866 +dWNpw7Nu 29867 +IHN0ZWVy 29868 +0L7Rjg== 29869 +0LjRgtCw 29870 +TlQ= 29871 +IOyWvOq1tA== 29872 +IHBhbG1z 29873 +IG5lb24= 29874 +0L7QstCw0L3QuNGP 29875 +IGZpbHRlcmluZw== 29876 +IGpvdWVy 29877 +IEjDtg== 29878 +INC90LXRgQ== 29879 +6rKg7Ja07JqU 29880 +IDgx 29881 +IHN0b3J5bGluZQ== 29882 +IHByemVw 29883 +IHRoYW5raW5n 29884 +IEJvZWluZw== 29885 +IHNvZnRseQ== 29886 +amVt 29887 +0LDQu9GM0L3Ri9GF 29888 +IGZsYXNobGlnaHQ= 29889 +INC/0YM= 29890 +IFdPTUFO 29891 +4bqvYw== 29892 +w61jaA== 29893 +IGx1eHVyaW91cw== 29894 +IHfDvG4= 29895 +IGltcGFjdGZ1bA== 29896 +IGNvbnNvbg== 29897 +cmV1 29898 +aXJyaW5n 29899 +aWZ0ZXI= 29900 +IGNvbnN0aXR1ZW50cw== 29901 +IDk0 29902 +IFRvdQ== 29903 +Z29t 29904 +IOyDneqwgeydhA== 29905 +IHN0ZXJlb3R5cGVz 29906 +IG1vxbxsaQ== 29907 +gqg= 29908 +IHBlbmNpbHM= 29909 +INGB0LvQvtC2 29910 +IGlocmVt 29911 +IEJlc2No 29912 +IEtvaA== 29913 +IEVudHNjaGVpZA== 29914 +IGxlaw== 29915 +IGbDtnJz 29916 +IHRvdGFsbWVudGU= 29917 +IGxpdmVseQ== 29918 +IGVudHJvcHk= 29919 +IGRpc2Nlcm4= 29920 +INCX0L3QsA== 29921 +IGRvdg== 29922 +IG15dGhvbG9neQ== 29923 +YXBhbmVzZQ== 29924 +IGFwcHJveGltYXRl 29925 +0LDRgtC40LI= 29926 +aWZpYWJsZQ== 29927 +IFNlbw== 29928 +tOyLrO2eiA== 29929 +IOyYtw== 29930 +IHRlbXBvcmFs 29931 +IGlU 29932 +IGVzdGF0 29933 +0LrQuNC8 29934 +IHNwcmluaw== 29935 +IGdydW5k 29936 +IGluZmFudHJ5 29937 +IHNjaGFmZmVu 29938 +IGFuaw== 29939 +cmlhZ2Vz 29940 +IFllb24= 29941 +IE1vcm9j 29942 +IGludmFzaXZl 29943 +gZQ= 29944 +IHBhcmVudGluZw== 29945 +IFJpcw== 29946 +aWJpbGU= 29947 +IG1vZHM= 29948 +INC/0YDQvtCy0LXRgA== 29949 +IFRoaW5n 29950 +IFdoZXJldmVy 29951 +IGFja25vd2xlZGdpbmc= 29952 +IHBhd24= 29953 +dW1tZXI= 29954 +b3Ji 29955 +Njk= 29956 +IHJldHJvdXZl 29957 +IHJlbGllcw== 29958 +IEhpZ2h3YXk= 29959 +IGF3ZQ== 29960 +aXRhaXJl 29961 +IGFwcGxpY2FudA== 29962 +IGFpc2xl 29963 +d29ybQ== 29964 +IHBheWxvYWQ= 29965 +IGNhcnJl 29966 +IEJhY2g= 29967 +IOy5nOq1rOs= 29968 +0L3QuNC1 29969 +IGl0w61z 29970 +b25uYWlzZQ== 29971 +c29s 29972 +YWxnaWE= 29973 +IHJvY2tpbmc= 29974 +IGJlc3Rlbg== 29975 +cml0ZXM= 29976 +Xl4= 29977 +0LjQvdC+0Lk= 29978 +IGJhaXhv 29979 +IOq4sOyWtQ== 29980 +0L7RgtGA0Lg= 29981 +c2lt 29982 +IGluY2Fybg== 29983 +64uk7J2M 29984 +IGxpY2s= 29985 +c2lkZWQ= 29986 +IDcx 29987 +Zm9yZGVy 29988 +IHJlc29uYW5jZQ== 29989 +IHRlZ2Vu 29990 +IG1ldGFwaA== 29991 +b3dzZXI= 29992 +INeQ16DXl9eg15U= 29993 +P+OAjQ== 29994 +IHNwaWVsZW4= 29995 +IHZvbGxleQ== 29996 +lOydtO2BrOyXhQ== 29997 +bG9va2Vk 29998 +IHNlbnRlbmNlZA== 29999 +IG11bHRpcGx5aW5n 30000 +IGlkZWFscw== 30001 +IHdhaHJzY2hlaW5saWNo 30002 +IGRlcG9zaXRz 30003 +YmlsaXI= 30004 +IGVmZmV0 30005 +aWxsb24= 30006 +iOunjA== 30007 +IHRlc3RpbW9u 30008 +IHphd3N6ZQ== 30009 +INC/0YDQvtGG0LXRgdGB 30010 +IExhdg== 30011 +IHRyYXZhaWxsZXI= 30012 +IGxhaXNzZQ== 30013 +IE1vdW50YWlucw== 30014 +INGA0L7QsQ== 30015 +IGV4YW1pbmVk 30016 +aXR1cw== 30017 +V2Fz 30018 +0LvRiw== 30019 +IGF0dHJpYnV0ZWQ= 30020 +IOyKuQ== 30021 +IEJhcm9u 30022 +IGdlcA== 30023 +IGF0dGVudA== 30024 +IENvbGxlY3Rpb24= 30025 +IHRoZWF0 30026 +IENhaQ== 30027 +IHdlbGxz 30028 +IGh1bWFubw== 30029 +IEhhc3Q= 30030 +INGF0L7RgtGP 30031 +Y3phcw== 30032 +IHBlcm1pdHM= 30033 +IGxlZ2c= 30034 +IGVwbw== 30035 +IEZlbg== 30036 +IHRoaQ== 30037 +IEZvaQ== 30038 +IMOpbGVjdA== 30039 +IDgz 30040 +IG92ZXJ0aA== 30041 +IHRlbmFudA== 30042 +TmV4dA== 30043 +IHByYWlzZWQ= 30044 +c2VjdXJpdHk= 30045 +IEltcGFjdA== 30046 +IHZvdWNo 30047 +IG5lZ8Oz 30048 +IHVudmU= 30049 +IGNyaXRpY2l6ZQ== 30050 +IEtlbnlh 30051 +IHRhY3RpYw== 30052 +IGxvZ3I= 30053 +IHBvaXM= 30054 +IHBhcGE= 30055 +c3BlYWtz 30056 +8J+R 30057 +aXNwZXJz 30058 +IHN1cnBsdXM= 30059 +IGNvbGRlcg== 30060 +cGxldHM= 30061 +IFZpZW5uYQ== 30062 +IExlYWQ= 30063 +IGFlcmlhbA== 30064 +IFRhaA== 30065 +0LXQvdGC0L7Qsg== 30066 +IEdyZWVrcw== 30067 +Q2Ft 30068 +IG3DoXhpbQ== 30069 +IGt1aW4= 30070 +Y2hpbw== 30071 +IGRlbW9uc3RyYXRlcw== 30072 +YW5vcw== 30073 +IENlcnQ= 30074 +INGN0L0= 30075 +IGJsb2dz 30076 +IOyEnOyauA== 30077 +IGJlYW1z 30078 +0LjQutC+0LI= 30079 +IHByb21wdGVk 30080 +IGZyaWdodGVuaW5n 30081 +IFBvcnNjaGU= 30082 +bGFyxLFuxLE= 30083 +IGNoaWxsaW5n 30084 +aXNwaGVyZQ== 30085 +IGZsYXNoaW5n 30086 +IEthcmQ= 30087 +YnJlYWQ= 30088 +IGV4aA== 30089 +IHR5Y2tlcg== 30090 +IGVjb2xvZ2ljYWw= 30091 +IE1hZQ== 30092 +INee15DXldeT 30093 +IOuCmOuPhA== 30094 +0LvQvtC9 30095 +eXNz 30096 +IHBlcmd1bnQ= 30097 +IHByaXg= 30098 +aXp6YXJk 30099 +IGNhbmNlcnM= 30100 +IDkx 30101 +c3VzcA== 30102 +IEl0ZW0= 30103 +xZ9h 30104 +IHBlc3Q= 30105 +IHRha8SF 30106 +IGx5bXBo 30107 +IFBhdHJp 30108 +ZmlsbA== 30109 +IHJlY29ubmE= 30110 +IG9wdGltaXNt 30111 +IG1pbWlj 30112 +IOyynA== 30113 +IE1hZGFtZQ== 30114 +b2N5 30115 +bGluaW5n 30116 +ZXJtZQ== 30117 +IGZvbGRlcnM= 30118 +IGN6xYI= 30119 +dWNoYXI= 30120 +IGN1cnNv 30121 +IGJyZWFjaA== 30122 +0L3QuNGC0Yw= 30123 +IHBhbWnEmQ== 30124 +IGVsaWc= 30125 +IGF1dG9w 30126 +Rmxvdw== 30127 +IHByb2dyYW1tZWQ= 30128 +IFByb2Nlc3M= 30129 +IGZpZ3Vy 30130 +IFNG 30131 +IEVsZXM= 30132 +IHByb2dyYW1tZXM= 30133 +IGRpenp5 30134 +7Iuc6rCE 30135 +INC70LjQsdC+ 30136 +IHNuaWZm 30137 +IFNlYmFzdGlhbg== 30138 +IEh5ZQ== 30139 +IDQwMDA= 30140 +IHBlcm1pdGU= 30141 +INC30LDRiQ== 30142 +IGd1aXQ= 30143 +IERhaXM= 30144 +IGFjY29yZGFuY2U= 30145 +IG1vZHVsYXI= 30146 +b2dlbmVvdXM= 30147 +IHBvdXF1aW5obw== 30148 +IGFydGlsbGVyeQ== 30149 +IGx1YnJpYw== 30150 +IHZvbGNhbg== 30151 +IE5I 30152 +8J+k 30153 +IGRlYW4= 30154 +Umg= 30155 +IG1pbmlzdHJl 30156 +IEludg== 30157 +IEJ1bGdhcg== 30158 +IERhdGVu 30159 +6I4= 30160 +SW0= 30161 +IG9yaWdpbmF0ZWQ= 30162 +IE5peG9u 30163 +aW50ZWdy 30164 +IGxhY2tz 30165 +IE5hY2h0 30166 +7Ja064KY 30167 +Y2FtZXJh 30168 +IHJhZGlzaA== 30169 +a2l5ZQ== 30170 +IGFuZ2Vz 30171 +IHByw6lm 30172 +anVr 30173 +IEJlZQ== 30174 +IEJV 30175 +INCy0L7RgdC/ 30176 +IEJU 30177 +w6ptZXM= 30178 +IFN0w7xjaw== 30179 +IEluaw== 30180 +IFNlcmdlYW50 30181 +IE11bHRpcA== 30182 +IGhpw6diaXI= 30183 +INCh0LDQvA== 30184 +IETDqQ== 30185 +b2xwaA== 30186 +7Ja4 30187 +IGltcGF0 30188 +IOyViuqzoA== 30189 +INGC0LDQutC+0LPQvg== 30190 +INC90LDQstC10YDQvdC+0LU= 30191 +IHVucHJlZGljdGFibGU= 30192 +IG1lbmQ= 30193 +IOyXhuyWtOyalA== 30194 +IGpha2llxZs= 30195 +IGFubmk= 30196 +IGRvbm7DqQ== 30197 +IEtpcnN0eQ== 30198 +IHJlY3Rhbmd1bGFy 30199 +IGVtcGV6YXI= 30200 +IEV4Y2hhbmdl 30201 +6rCU 30202 +IMOpY29ub20= 30203 +ZWxpbg== 30204 +cmVpYnQ= 30205 +INeU16Q= 30206 +IGNlbWV0ZXJ5 30207 +IGVzcGHDsW9s 30208 +b2xpbg== 30209 +0LvRjtC0 30210 +IGdyw6JjZQ== 30211 +YWxsZW4= 30212 +IFBoaWxvcw== 30213 +IEVyc3Q= 30214 +IOyDiA== 30215 +IFZpZA== 30216 +R2l2ZQ== 30217 +T0g= 30218 +zrzOvw== 30219 +IFBhcmU= 30220 +IG1ldGFib2xpc20= 30221 +IG1hcGxl 30222 +IGF4bGU= 30223 +IER5 30224 +IGtvbW1l 30225 +z47OvQ== 30226 +IGdyZWF0bmVzcw== 30227 +IHZlcmlmaWVk 30228 +IHNww6k= 30229 +IEZhaHJlbmhlaXQ= 30230 +IEJyZW4= 30231 +IENvbmZlZGVy 30232 +IGhpc3RvaXJl 30233 +IGVsaW1pbmF0aW5n 30234 +IEFkZGluZw== 30235 +IEFiaQ== 30236 +IGhvc3BpdGFsaXR5 30237 +dGlt 30238 +IGJvbml0bw== 30239 +IHBhcnRlcw== 30240 +INC00YDRg9Cz0LjRhQ== 30241 +IFNoYXk= 30242 +IFNlZA== 30243 +IHJlZ3JldHM= 30244 +0Y/QvNC4 30245 +IHRlbmFudHM= 30246 +IFBUUw== 30247 +IGRldmk= 30248 +IExhdGU= 30249 +dWV6 30250 +IHPDtnls 30251 +IOyerOuwjA== 30252 +IHRvZ2dsZQ== 30253 +IG1hc2tpbmc= 30254 +0LDQu9GM0L3QvtCz0L4= 30255 +IHBlcnPDtm4= 30256 +IGFtZXJpY2Fu 30257 +Zmlr 30258 +IFJHQg== 30259 +ZW5zb24= 30260 +IEtB 30261 +d3d3dw== 30262 +INGA0LXQsw== 30263 +bWV0aWNz 30264 +IGVkdWNhdG9y 30265 +cGFyaw== 30266 +0LXQu9GM0LfRjw== 30267 +YXJ1cw== 30268 +0YDQtdGC 30269 +IGZlaXRv 30270 +IGNob2ly 30271 +IGxhcmdv 30272 +IGVlbnM= 30273 +IHdhdHRz 30274 +IFNpbmdsZQ== 30275 +IHN1c2NlcHRpYmxl 30276 +aWNlcg== 30277 +INCy0LrQu9GO0Yc= 30278 +IHB1cw== 30279 +7ZmY 30280 +RW5n 30281 +IGZhbnRhcw== 30282 +IHNwZWNpZmljYXRpb24= 30283 +IGNvbmZyb250ZWQ= 30284 +IENvbHVtYnVz 30285 +0LjQstC10YI= 30286 +YXLEsW0= 30287 +IGNhZmZlaW5l 30288 +bXVuaXRpb24= 30289 +IG1pZ3JhbnRz 30290 +bGlkZQ== 30291 +aXRhdGlvbnM= 30292 +IEdlbWU= 30293 +4bqr 30294 +IHBsYW5uZXI= 30295 +IHN0aW11bGF0ZQ== 30296 +IGFwcm94aW0= 30297 +Y2V1 30298 +IE5vbQ== 30299 +IHZvZw== 30300 +INGA0LDRgdGC 30301 +IGVuc2XDsQ== 30302 +IHNlbGxlcnM= 30303 +IGd1dGVu 30304 +emQ= 30305 +Q2Fs 30306 +IGRlc2NyaXB0 30307 +IHJlY29uY2lsaWF0aW9u 30308 +emluaG8= 30309 +4bmHYQ== 30310 +YWN5ag== 30311 +IENPTA== 30312 +c2F3 30313 +IO2ZleyduA== 30314 +IHZhcml0 30315 +IHBhcnRuZXJpbmc= 30316 +IGRldGVudGlvbg== 30317 +IGJvbWJpbmc= 30318 +Y2xhcHBpbmc= 30319 +aWVuY2llcw== 30320 +b25kdQ== 30321 +QU1F 30322 +IOqwmeyKteuLiOuLpA== 30323 +Y8OtYQ== 30324 +INC/0L7RgdGC0L4= 30325 +IEFTTVI= 30326 +IGhvbWVwYWdl 30327 +IHNpw6g= 30328 +YW50aGE= 30329 +IFBvbGw= 30330 +IGlnZW4= 30331 +Y3ljaA== 30332 +IOqwkeyekOq4sA== 30333 +IGNvbnNpZGVyYWJseQ== 30334 +IEFyaXN0 30335 +IHdpdGhzdGFuZA== 30336 +IHF1YWxpdGF0aXZl 30337 +IEtyYWZ0 30338 +INGN0LvQtdC60YI= 30339 +IEJlYWQ= 30340 +0LXQutGC0LjQsg== 30341 +IGNydXNoaW5n 30342 +7LOQ 30343 +IG5hdnk= 30344 +2Yjaug== 30345 +c2hv 30346 +IG9haw== 30347 +aXBwZXJz 30348 +IHNvaWxz 30349 +IHBpZ21lbnQ= 30350 +IGV2aXRhcg== 30351 +IGZ1c2U= 30352 +IERhbGU= 30353 +OiI= 30354 +IGNvbXBsw6h0ZW1lbnQ= 30355 +IGtlbA== 30356 +4LmG 30357 +IHF1YXRyZQ== 30358 +IFVN 30359 +IOunkOs= 30360 +w61y 30361 +IGxlaXN1cmU= 30362 +IEhvdXNpbmc= 30363 +IGZvbGRz 30364 +ZXN0aW9u 30365 +QVJT 30366 +IG1hc2g= 30367 +dXJwb3Nl 30368 +IGFjY3VtdWxhdGVk 30369 +IFN0dWZm 30370 +IHRhcGVz 30371 +INGB0LjQu9GM0L3Qvg== 30372 +IExPVkU= 30373 +IDE5ODI= 30374 +IHNjYXJz 30375 +IGNhcGl0YWxpc3Q= 30376 +IE5lZA== 30377 +IHNvZnRlbg== 30378 +IG5vdGFibHk= 30379 +IGZvcmPDqW1lbnQ= 30380 +IFJhdW0= 30381 +INC90LXQvtCx0YXQvtC0 30382 +IHRyYWRlbWFyaw== 30383 +IGZlcnRpZw== 30384 +ID8h 30385 +IHJlaW5mb3JjZWQ= 30386 +IHJlY2hhcmdl 30387 +IFB1dHRpbmc= 30388 +IHZpbGxhaW5z 30389 +IGhhbmRpYw== 30390 +IGFkdmVydGlzZW1lbnQ= 30391 +2KrZig== 30392 +INGB0YPQvA== 30393 +IFJpbGV5 30394 +15XXkdc= 30395 +T3M= 30396 +2KfYsg== 30397 +Qm95 30398 +IHNxdWlzaA== 30399 +b2NrZXQ= 30400 +IHRlc3RpZnk= 30401 +INec157X 30402 +INC80LDRgdGB 30403 +bWFudWVs 30404 +IEFya2Fuc2Fz 30405 +aWZmZQ== 30406 +IGFuYWx5c3Rz 30407 +IERlYWY= 30408 +IGrDsw== 30409 +IGdyb2Nlcmllcw== 30410 +IFdoZWVs 30411 +INGA0LjRgQ== 30412 +IGPDsm4= 30413 +IENvYg== 30414 +IHByaXNvbnM= 30415 +w6h2ZQ== 30416 +IENhYmluZXQ= 30417 +IHBvc2Vk 30418 +IGd1ZXJyZQ== 30419 +IExsb3lk 30420 +IGNsZXJr 30421 +IGNyaXNlcw== 30422 +IFNobw== 30423 +IE9yZQ== 30424 +IEZvb3RiYWxs 30425 +IEFkdmlz 30426 +IFpoZW5n 30427 +6I0= 30428 +IEFNWQ== 30429 +IHVuZm9y 30430 +IG1vbmFzdGVy 30431 +IGNvbXBpbGU= 30432 +IGltbW9ydGFs 30433 +YXRhYmxl 30434 +IHBhcmFubw== 30435 +IHRpdmVy 30436 +IFN0ZXBo 30437 +IEZ1w58= 30438 +IGRpc2NvbnRpbg== 30439 +IHJpcGU= 30440 +IGhhY2tpbmc= 30441 +IHNpZW5kbw== 30442 +IHNlZ3Vybw== 30443 +YWx0cmVz 30444 +IGFuZGVyZXM= 30445 +IOumrOs= 30446 +IGV4cG9ydHM= 30447 +IHRhYmlp 30448 +IOq4sOuLpOs= 30449 +IGJvdGhlcmluZw== 30450 +IHBpY2tsZQ== 30451 +IEJSSUFO 30452 +IGFsdGFy 30453 +INC/0YDQuNCx 30454 +IHRyYW5zZmVycmluZw== 30455 +IFZvcnM= 30456 +INmH2Yg= 30457 +IFph 30458 +IEZyYW5jZXM= 30459 +IGJyb3dzZQ== 30460 +ZW1pdA== 30461 +IGNoZXdpbmc= 30462 +IEZyZWRkeQ== 30463 +IGVkaXRvcnM= 30464 +w6RsbGU= 30465 +IO2MgA== 30466 +IFNxdWU= 30467 +IEN1bHR1cmFs 30468 +YXdr 30469 +IFNhY2hl 30470 +IENhcmJvbg== 30471 +4bqvdA== 30472 +Rkw= 30473 +IE5HTw== 30474 +cGXFgg== 30475 +IFNvdQ== 30476 +IGh2b3I= 30477 +dW5pbnRlbGxpZ2libGU= 30478 +IOuylQ== 30479 +IMKw 30480 +aWlu 30481 +INei150= 30482 +IGRlcnJpw6hyZQ== 30483 +IGN6eW0= 30484 +IEFwb3N0 30485 +IHJlZ2FyZGVy 30486 +IGFncmFkZQ== 30487 +IENhbmR5 30488 +IG1hcmU= 30489 +IGludHJvZHVjZXM= 30490 +YmlyZHM= 30491 +IHVuaXF1ZWx5 30492 +IG11aw== 30493 +IGNvb2tlcg== 30494 +IGNyZXdz 30495 +IGplaXRv 30496 +RVJU 30497 +toTr 30498 +bmlzc2U= 30499 +IGVm 30500 +IGNhcnRl 30501 +IFlhaw== 30502 +IFBBVA== 30503 +0LjQvdC+ 30504 +Ym9ra2k= 30505 +IG1hdGVz 30506 +IGRpc3RpbnQ= 30507 +IOy9lOuhnOuCmA== 30508 +IHnEsWw= 30509 +IM66zqzOvQ== 30510 +IGNvbmZpZ3VyYXRpb25z 30511 +ZW5nYQ== 30512 +cmVjaHQ= 30513 +SGFwcHk= 30514 +aW52ZXN0 30515 +IHJlY29uc3RydWN0 30516 +INGN0YLQvtC80YM= 30517 +IG1vc3F1ZQ== 30518 +cmF1bQ== 30519 +IHZveWV6 30520 +IE5CQw== 30521 +IOyekOyLoA== 30522 +IHN0dXJkeQ== 30523 +INC60LDQvw== 30524 +IGFuc2No 30525 +YWxpZA== 30526 +IG1hc2lo 30527 +IFJFUA== 30528 +IOy9lOs= 30529 +IGRlZHVjdA== 30530 +IHNhbGly 30531 +d3VyZg== 30532 +aWxvdA== 30533 +IE11dHRlcg== 30534 +b2xkcw== 30535 +IEZFTUE= 30536 +IEJpYg== 30537 +IG5laWdoYm9yaW5n 30538 +IGJsaXNz 30539 +IO2YvA== 30540 +0LvQuNGB0Yw= 30541 +INGC0YDQtdCx 30542 +IGdyZW5hZGU= 30543 +IGVnYWw= 30544 +IGZpbmVseQ== 30545 +IHBldGFscw== 30546 +IGtlZXI= 30547 +IGNoeWJh 30548 +IHNraXBwaW5n 30549 +IHRoaXJ0ZWVu 30550 +IGdyYXZ5 30551 +IFNBVA== 30552 +NjE= 30553 +INC90L7Qsw== 30554 +IG1pbnM= 30555 +SVRF 30556 +IHNvemlhbA== 30557 +7ZWY66m07ISc 30558 +cnVrdHVy 30559 +INCy0L7Qt9C80L7Qtg== 30560 +INC+0L/Rj9GC0Yw= 30561 +IGFydGg= 30562 +IEN1YmFu 30563 +IHRyZWFzdXJlcw== 30564 +IGZlcnRpbGl6ZXI= 30565 +IGF3YWtlbmluZw== 30566 +IOuwseyLoA== 30567 +IHJhbGw= 30568 +IGRlcGljdA== 30569 +IFBhYmxv 30570 +IG5pbmV0ZWVu 30571 +IHdhdHQ= 30572 +IGVudGlyZXR5 30573 +S1M= 30574 +IFdvb2Rz 30575 +U2No 30576 +INqp2Yg= 30577 +IERyeQ== 30578 +dXZl 30579 +IHJlY29uc3RydWN0aW9u 30580 +IGFuYXRvbXk= 30581 +iOulvA== 30582 +IGJhYmE= 30583 +IGxpc3RlbmVy 30584 +IHNoYXJwZW4= 30585 +IFBlcnU= 30586 +INCy0YvQtw== 30587 +IHJlY3JlYXRpb24= 30588 +IGluaXRpYXRl 30589 +IGNhbG9y 30590 +IE5hag== 30591 +Z2Vl 30592 +IEZlZWxz 30593 +IFNuYXBjaGF0 30594 +IFRldA== 30595 +IE5lc3Q= 30596 +IERhZg== 30597 +IEZpbmlzaA== 30598 +INGC0LDQutC40Lw= 30599 +w7pj 30600 +aXplbnM= 30601 +IHNwaW5z 30602 +IGVtYnJ5 30603 +IHBhc3NhZ2Vz 30604 +IGNpZW50 30605 +IGp1c3RpZmljYXRpb24= 30606 +IG9sbWF6 30607 +IGZsb29kZWQ= 30608 +IGVtb2pp 30609 +IGVtYnJhY2luZw== 30610 +IGRpc2NhcmQ= 30611 +IEJhc2lj 30612 +YWdvZw== 30613 +IOychO2VtA== 30614 +IGFzeWx1bQ== 30615 +ZXJpbg== 30616 +IGZpbQ== 30617 +IG5pbmph 30618 +IGF1dG9tYXRl 30619 +IGFsbGVyZ2lj 30620 +w7/Dv8O/w78= 30621 +YW1hbQ== 30622 +INC80LDRgA== 30623 +IE9p 30624 +w6R1cw== 30625 +IGluZHVjdA== 30626 +IEJFTg== 30627 +IHrFgg== 30628 +IGthxbxkeQ== 30629 +IEFNUA== 30630 +bsSb 30631 +U3VyZQ== 30632 +IHF1aWw= 30633 +IGVzcGVj 30634 +cm9r 30635 +QlNDUkk= 30636 +IGxpZWJl 30637 +cHVz 30638 +YWNoc2Vu 30639 +IGNyaWNrZXQ= 30640 +64qQ 30641 +IEZyYW1l 30642 +ZWtrw7xy 30643 +YXJi 30644 +IHDFmQ== 30645 +0LjRgdGB 30646 +IHplZ2dlbg== 30647 +IGRvdWJsZXM= 30648 +IERyZQ== 30649 +dGVzdA== 30650 +aW5zcA== 30651 +Ym95cw== 30652 +IG3Do28= 30653 +IFZlcnNl 30654 +IG11c2N1bGFy 30655 +IE1BTEU= 30656 +IGR1bHU= 30657 +IG9jY2FzaW9uYWw= 30658 +TG8= 30659 +Y29ub21pYw== 30660 +IHZhaw== 30661 +IHJlbWVkeQ== 30662 +IOKZquKZquKZqg== 30663 +dmVt 30664 +IMO2bmVt 30665 +IGthcsWfxLE= 30666 +IFNoYXJw 30667 +aHVy 30668 +IOuwqeuylQ== 30669 +IGdyYW5kc29u 30670 +IGFrdGl2 30671 +IFRocm9uZXM= 30672 +IOyViOyXkA== 30673 +IHRvdHM= 30674 +IHN1YmQ= 30675 +IFBhdWxh 30676 +IGdyYXZlcw== 30677 +IEJyZW50 30678 +INC90LjQutGC0L4= 30679 +IHPDtno= 30680 +IGNyZWM= 30681 +IFZsYWRpbWly 30682 +INC/0L7QuQ== 30683 +ICIt 30684 +IHBzeQ== 30685 +YXRyaQ== 30686 +aWRhbg== 30687 +IGHDum4= 30688 +IHN0YW5kYXJkaXplZA== 30689 +7LmY6w== 30690 +INC60YDQvtCy 30691 +IFpodQ== 30692 +c29tZXRoaW5n 30693 +IDc1MA== 30694 +IG11amVyZXM= 30695 +IGFpdA== 30696 +YWd1 30697 +IGNvcnJlY3RlZA== 30698 +aWtrYQ== 30699 +ZWxlZA== 30700 +IENhcmVlcg== 30701 +b3d5bQ== 30702 +IHJvb21tYXRl 30703 +IGRlc2NlbmRhbnRz 30704 +IE5hcG9sZW9u 30705 +INCU0L4= 30706 +7ZaI7Ja07JqU 30707 +IGJ1bnVu 30708 +IE1pY2hh 30709 +IGRlc2NvYg== 30710 +UEk= 30711 +IHBhbGFicmE= 30712 +IHRyYWNrZWQ= 30713 +IGRlcGVuZGVuY2U= 30714 +IEJhcmFjaw== 30715 +IGZlcnRpbGl0eQ== 30716 +IFNvdXRod2VzdA== 30717 +IGluY29tcGxldGU= 30718 +IGNvbXVuaWM= 30719 +IGNvbXByaXM= 30720 +IFJlc3RhdXI= 30721 +IGFjcm9u 30722 +zrrOsQ== 30723 +IGFwcHJlbnRpY2Vz 30724 +IG11c3N0 30725 +IEFicg== 30726 +IHBlbnRydQ== 30727 +IENvbnNvcnQ= 30728 +IEF2ZWM= 30729 +IGR1bXBsaW5ncw== 30730 +TFI= 30731 +IHdzenlzdGtpZQ== 30732 +IHN3YW1w 30733 +0L3QtdCy 30734 +dWdnbGU= 30735 +IHdhdGVyY29sb3I= 30736 +IHByb3Rvbg== 30737 +IEVzcGHDsWE= 30738 +b2NraW5n 30739 +0L7QstCw0Ls= 30740 +IHRha2lt 30741 +VmVyeQ== 30742 +IGRlbWVudGlh 30743 +IMWfZXlp 30744 +SmFj 30745 +IE1hY0Jvb2s= 30746 +IExpdg== 30747 +ZmZpY2llbnRz 30748 +IEh1bnQ= 30749 +IG92ZXJsYXk= 30750 +IFNreXBl 30751 +cHVua3Q= 30752 +IGNvbmZpbmVk 30753 +IEFkcmlhbg== 30754 +2LHZgw== 30755 +IEplZXA= 30756 +IGVucXVhbnRv 30757 +IGFuZXN0 30758 +0L7RgtCy0LXRgg== 30759 +INC80LXQvdGM 30760 +IGlycmlnYXRpb24= 30761 +4buRbg== 30762 +IGVpZ2h0ZWVu 30763 +IFBvbg== 30764 +IHJlc2N1ZWQ= 30765 +IDE5ODM= 30766 +csO8 30767 +amFl 30768 +IEplb25n 30769 +IGFtYXppbmdseQ== 30770 +IEZEUA== 30771 +IGJhY2tzdGFnZQ== 30772 +Y3Vl 30773 +IM+Dz4TOt869 30774 +INin2YTYtQ== 30775 +IGxpdmVzdG9jaw== 30776 +IFdhcm5lcg== 30777 +IG1ham9ycw== 30778 +IGNvb3BlcmF0aXZl 30779 +IEJyYWR5 30780 +cmFpbmVk 30781 +cmllYg== 30782 +INeR157X 30783 +INC00L7QstC+0LvRjNC90L4= 30784 +IEZF 30785 +IGxlYWtlZA== 30786 +IE1lcmN1cnk= 30787 +IHBlcnN1YWRl 30788 +IHRyYW5zZm9ybWVy 30789 +IE5vcndlZw== 30790 +IOyXrOufrA== 30791 +IHpyb2JpxIc= 30792 +IGNhcmRpb3Zhc2N1bGFy 30793 +IENyYXNo 30794 +IGdvc3NpcA== 30795 +0LDRgdGC0Yw= 30796 +IOyqvQ== 30797 +IHN3ZXB0 30798 +IEhvcm4= 30799 +IEF0w6k= 30800 +IGJ1a2Fu 30801 +IEthdw== 30802 +S1k= 30803 +IFN0b3JpZXM= 30804 +R2FyeQ== 30805 +IGdhcmRlbmluZw== 30806 +IFF1aWNrbHk= 30807 +IEZhbGNvbg== 30808 +IG92YXQ= 30809 +Y8Sx 30810 +IENvbXBsZXQ= 30811 +IERhdGU= 30812 +INC/0YDQuNC8 30813 +IGzDpHVmdA== 30814 +IEF1ZHJleQ== 30815 +IFdlbnQ= 30816 +IHBlbMOtY3Vs 30817 +IGNhcnJpYWdl 30818 +IHVuYWNjZXB0YWJsZQ== 30819 +bnltaQ== 30820 +INGB0LvRi9GI 30821 +IHRlcnJl 30822 +dWVsbGVtZW50 30823 +RUVFRQ== 30824 +IHBoYXJtYWM= 30825 +aMO1ZXM= 30826 +IHppY2g= 30827 +IG1pZ3JhdGU= 30828 +IEZyeQ== 30829 +w7FhbmE= 30830 +IE11aXRv 30831 +RU9WRVI= 30832 +IGZvcnRyZXNz 30833 +IENvbXBhbg== 30834 +IEpTT04= 30835 +b3JkbnVuZw== 30836 +IHdhcnRv 30837 +IHVuZ2Vm 30838 +7IWU7ISc 30839 +INGA0L7Qug== 30840 +IHBhZGRsZQ== 30841 +SmFyZWQ= 30842 +IHN1Ym1pdHRpbmc= 30843 +IGxhdGNo 30844 +IGZ1Zw== 30845 +INC60L7RgQ== 30846 +IEVm 30847 +IGxhdW5jaGVz 30848 +IGZ0 30849 +b3RlY2hu 30850 +IHRyYXZlbGxlZA== 30851 +2KfZgQ== 30852 +IHByb2No 30853 +IGRlZGlt 30854 +ODM= 30855 +IHJlYm91bmQ= 30856 +IExV 30857 +cGF0aA== 30858 +INGB0L/RgNCw0LI= 30859 +IMO2bA== 30860 +IO2CpA== 30861 +IHByaXZhdA== 30862 +IHRyYWN0b3I= 30863 +IEF0dGVudGlvbg== 30864 +U2Vy 30865 +IGNvc2Vz 30866 +w6FyaWE= 30867 +cGFs 30868 +IOydgA== 30869 +IHN1Y2Nlc3Nvcg== 30870 +IGNvbm5lY3RvcnM= 30871 +INGD0YHRgtCw0L3QvtCy 30872 +IGdlbm9jaWRl 30873 +IHN1ZmZpY2llbnRseQ== 30874 +IEFpeMOy 30875 +IHN0YWJpbGl6ZQ== 30876 +IGNvbmdlc3Q= 30877 +IGNhcnZpbmc= 30878 +IHpvc3Q= 30879 +INCx0YvRgdGC0YDQvg== 30880 +IHNob3J0ZXN0 30881 +IGxpdmVs 30882 +IDg5 30883 +IGVyaw== 30884 +IHBvcnRyYWl0cw== 30885 +4KWA 30886 +6Jg= 30887 +Ym9hdA== 30888 +bGxhaA== 30889 +QU5D 30890 +IGVtcGlyaWNhbA== 30891 +IEVjaG8= 30892 +IE5lZGVybGFuZA== 30893 +TmV0 30894 +IGN1aWRhZG8= 30895 +IFJvbWE= 30896 +IGNhbGY= 30897 +IGdpYW50cw== 30898 +IEV4cGxvcmVy 30899 +IENvbGxlY3Q= 30900 +YWxpdGlvbg== 30901 +IERlc3Rpbnk= 30902 +IGF1c2dl 30903 +IEVkdQ== 30904 +IENsbw== 30905 +IGVhcnJpbmdz 30906 +IFRyYWNr 30907 +IFJPUw== 30908 +IEJlbGxl 30909 +IHB1ZWRh 30910 +IGRheXRpbWU= 30911 +IHN1cHBsaWVy 30912 +IFNW 30913 +IEV4aGFsZQ== 30914 +IGdhbGVyYQ== 30915 +Y291cnNl 30916 +IGNlbnRpbWV0ZXI= 30917 +IEJhc3Q= 30918 +bXVk 30919 +IHNhbmdhdA== 30920 +IFBoeXNpY2Fs 30921 +IHByaXZhdGVseQ== 30922 +IHRyYXRh 30923 +bHlubg== 30924 +aWxsaQ== 30925 +IOuplOydtO2BrOyXhQ== 30926 +IGNyeXN0YWxs 30927 +IHBvZHM= 30928 +4bqjbg== 30929 +aW5hdG9y 30930 +IFJlY29yZHM= 30931 +xJ9pbWl6 30932 +aXNzZW1lbnQ= 30933 +aGFyZQ== 30934 +aGFkb3c= 30935 +IERL 30936 +IOyVjOqzoA== 30937 +IHd5bg== 30938 +IHJlcXVlc3Rpbmc= 30939 +IERvbm5h 30940 +IOyXtOyLrO2eiA== 30941 +aW5lYQ== 30942 +IGV4ZXJ0 30943 +IER1bmNhbg== 30944 +INCy0LXRhw== 30945 +IEhhaA== 30946 +4KSC 30947 +IExpZg== 30948 +IEZpbmRpbmc= 30949 +IE5vdg== 30950 +INC30L3QsNC6 30951 +INC+0YQ= 30952 +IFF1w6g= 30953 +IHF1YXJ0ZXJiYWNr 30954 +INGE0LDQug== 30955 +IGJpcGFydGlzYW4= 30956 +xJ9pbg== 30957 +IG7DqWNlc3M= 30958 +IHJlZmVyZW5kdW0= 30959 +IGNvbXBpbGVy 30960 +IHByb2JhYmls 30961 +0LXQtNC4 30962 +IHRyYWRlcg== 30963 +IFJ1bQ== 30964 +Z2VtZQ== 30965 +IGRpbw== 30966 +IGLEmWR6aWVteQ== 30967 +IM+Azqw= 30968 +6r64 30969 +15XXmA== 30970 +IOCklQ== 30971 +INCx0LvQsNCz 30972 +IHNjYWxw 30973 +IFBhdXNl 30974 +IGNhcHRpb24= 30975 +IGVuZGFuZ2Vy 30976 +IGVubGFy 30977 +IHJvdHRlbg== 30978 +IHdhaA== 30979 +IGR6aQ== 30980 +IEluc3RhbGw= 30981 +QXk= 30982 +IGNyZWFy 30983 +0LXQvdGC0LA= 30984 +IHdlaWdoaW5n 30985 +IGJ1dHRlcmZsaWVz 30986 +IEdhc3Q= 30987 +aG9ybg== 30988 +d2Fyeg== 30989 +SUNFT1ZFUg== 30990 +INC90LDQudGC0Lg= 30991 +IGNvZWZmaWNpZW50cw== 30992 +IFNwZW5jZXI= 30993 +IEhpZ2hlcg== 30994 +IGNvd29yaw== 30995 +INC60L7RgtC+0YDQvtC1 30996 +IG1vbml0 30997 +IGR5c2Z1bmN0aW9u 30998 +INGB0YLQsNC90L7Qsg== 30999 +IHRvdXJuYW1lbnRz 31000 +IG95c3Rlcg== 31001 +Qk4= 31002 +IHRydWQ= 31003 +c2xvdw== 31004 +IFBlbm55 31005 +IE9keXM= 31006 +w6Zy 31007 +IGZvdQ== 31008 +IGVuam95bWVudA== 31009 +0LDRgtGL 31010 +IHd5Z2zEhWRh 31011 +0LDQu9GM0L3QsNGP 31012 +IFByb3RlY3Q= 31013 +IG1veQ== 31014 +IGNsYXc= 31015 +IHN1c3BpY2lvbg== 31016 +IHNhY3JpZmljZWQ= 31017 +IGdvc3Rv 31018 +Qmln 31019 +IGFnZ3Jlc3NpdmVseQ== 31020 +IHZvcm5l 31021 +IGJsYW1lZA== 31022 +IFNlaHI= 31023 +16TXqA== 31024 +Y2l0bw== 31025 +IHNlYWxz 31026 +IG11amVy 31027 +IFdlaXJk 31028 +IGZvcmVucw== 31029 +IGNvbnRyaWJ1dGVz 31030 +ZXN0cmE= 31031 +IHBvZw== 31032 +TE9M 31033 +IGhhY2VybG8= 31034 +0L7RgtGM 31035 +ZmljdGlvbg== 31036 +Nzk= 31037 +zrvOvw== 31038 +INGC0L7QsQ== 31039 +IEdT 31040 +IENsYXJh 31041 +aXRleg== 31042 +IGFkdm9jYXRpbmc= 31043 +IO2UhOs= 31044 +c3VuZw== 31045 +IHZlcnRpY2Vz 31046 +IG5hdmlnYXRpbmc= 31047 +IGV1cm9ww6k= 31048 +IHNsb3dlZA== 31049 +IGZvcmVncm91bmQ= 31050 +IEluZHVzdHJpYWw= 31051 +IGFkb3Jl 31052 +7Iut 31053 +IGNyw6llcg== 31054 +Y2huaXR0 31055 +IHVuYXdhcmU= 31056 +IGN1cmx5 31057 +ZW50YXI= 31058 +IGxlcg== 31059 +IHByb2hpYml0ZWQ= 31060 +IEhlcm9lcw== 31061 +IFJlZWQ= 31062 +dWNh 31063 +IHNtb2s= 31064 +IGt1bm5h 31065 +emVpdGln 31066 +aW1tZW4= 31067 +IEx1bg== 31068 +INCw0LHRgdC+0LvRjtGC 31069 +IGRlZ2xp 31070 +IHZpbGxhZ2Vycw== 31071 +IHByZXNldA== 31072 +emVwdA== 31073 +dWRz 31074 +IGVtaXQ= 31075 +IOuJ 31076 +64qU7KeA 31077 +0L3QsNC60L4= 31078 +IG9zw7Ni 31079 +IDE5Njk= 31080 +INCQ0YA= 31081 +IG1hbmNobWFs 31082 +IEJyb2Nr 31083 +IG1hbnRyYQ== 31084 +IFdJTA== 31085 +YmFjaA== 31086 +aW7DpA== 31087 +ZWxhcw== 31088 +a2Vsbg== 31089 +IGRpc2NpcGxl 31090 +IHF1YWxj 31091 +IGRlaHlk 31092 +7J20652864qU 31093 +QWY= 31094 +7ISx7J20 31095 +Unlhbg== 31096 +IHB1cHBldA== 31097 +INC00YDRg9Cz0LjQtQ== 31098 +IHJ1ZA== 31099 +IHBlbmRpbmc= 31100 +UGx1cw== 31101 +IOyViuydhA== 31102 +IGLhu4s= 31103 +IFNlZ2E= 31104 +w6dl 31105 +IHByb2dyYW1tZXI= 31106 +Ymxp 31107 +IHVubA== 31108 +IGVuc2xhdmVk 31109 +IHNvY2nDqXTDqQ== 31110 +xIFo 31111 +IGluaGVyaXRhbmNl 31112 +IEJhbmds 31113 +ZXJtYWlk 31114 +IHByYWN0aXRpb25lcg== 31115 +IFN0YWxpbg== 31116 +IFVzZXI= 31117 +Y2libGU= 31118 +IGNhcmRpYWM= 31119 +IEtvcmVhbnM= 31120 +IGR1bXBlZA== 31121 +INeU15nXlA== 31122 +w6Fpcw== 31123 +IGh5ZHJhdWxpYw== 31124 +b3VidGVkbHk= 31125 +IFBpdA== 31126 +IHBpY25pYw== 31127 +IGJlaMO2dmVy 31128 +INGB0LzQvtCz 31129 +IGJyYWtpbmc= 31130 +dXRhcg== 31131 +IOyEuOs= 31132 +dWJs 31133 +IMO8eg== 31134 +IG1hamVzdHk= 31135 +IGJlcnM= 31136 +dXRhYmxl 31137 +IGhvdHRlcg== 31138 +24zZhg== 31139 +IGJpYXNlcw== 31140 +IHN1YmplY3RlZA== 31141 +IG5hdWdodHk= 31142 +IGNpcmN1cw== 31143 +IEltbWVkaQ== 31144 +IFN0ZWZhbg== 31145 +IFRyaXBsZQ== 31146 +ZW5r 31147 +IHdpdA== 31148 +IHJlY3ljbGU= 31149 +ZW1pZQ== 31150 +ZGF0ZWQ= 31151 +IHVubG9hZA== 31152 +IHBvcHVsYQ== 31153 +Y2hpbg== 31154 +IHlpZWxkcw== 31155 +IGVuZ2xpc2g= 31156 +IEJvbm5pZQ== 31157 +IHNwaWRlcnM= 31158 +w4E= 31159 +IGVyb3Npb24= 31160 +IE5JQ0s= 31161 +0LjRj9GF 31162 +IGltcGFydA== 31163 +INC60L3QuA== 31164 +IHJlc29sdXRpb25z 31165 +IGxpdGhpdW0= 31166 +IGNvbnZlcmdlbmNl 31167 +IFRhcmE= 31168 +INC00LLQtQ== 31169 +dGhz 31170 +IENpbmR5 31171 +IERJRQ== 31172 +IGFzc3VyYW5jZQ== 31173 +INC+0L/QuNGB 31174 +IGJ1Y2tldHM= 31175 +IGN1ZXM= 31176 +IFF1aWV0 31177 +IHNpbWlsYXJpdHk= 31178 +IGZvdW5kYXRpb25hbA== 31179 +IE1pbmlzdA== 31180 +IHBpYW4= 31181 +IGNlbnRy 31182 +IG51bWI= 31183 +IG1vbmtz 31184 +dWpvdXJk 31185 +ZW56aWU= 31186 +IHNrYXRlYm9hcmQ= 31187 +IGRsYXRlZ28= 31188 +INGB0L7Rgg== 31189 +IEFF 31190 +IG1hc3RlcnBpZWNl 31191 +IFNvbG9tb24= 31192 +IFJlZGRpdA== 31193 +IHJpb3Q= 31194 +YWJs 31195 +IEpheno= 31196 +IGVsZWN0cm9tYWduZXRpYw== 31197 +IGluc2VjdXJl 31198 +IENvbXBldA== 31199 +Z2VyaWVz 31200 +0L7QsdC+0LQ= 31201 +oNeV 31202 +8J+S 31203 +IHNlbmF0b3Jz 31204 +IEJyaXNiYW5l 31205 +IEFsYg== 31206 +dXR0ZXJpbmc= 31207 +IEFsbG93 31208 +emVybw== 31209 +IHBhaQ== 31210 +INCQ0LvQtdC60YE= 31211 +IERpc3BsYXk= 31212 +IEJsYWRl 31213 +IEFwcHM= 31214 +IHDDpA== 31215 +INC00LXRgdGP 31216 +IHF1ZWxsYQ== 31217 +IEdhbw== 31218 +0LXQvdC90YvRhQ== 31219 +IHNwb2lsZXJz 31220 +IGdhbGxvbnM= 31221 +INmE2Yo= 31222 +IFppb24= 31223 +b25pZQ== 31224 +cmFndA== 31225 +IENoYW5k 31226 +IOuzkQ== 31227 +IGJsdW50 31228 +IHVzdQ== 31229 +IEthZA== 31230 +cmFrdA== 31231 +IGNpbmVtYXRpYw== 31232 +IGFtbXVuaXRpb24= 31233 +cmVuZQ== 31234 +IGZvdXJ0ZWVu 31235 +IENhcm4= 31236 +Y3JpdA== 31237 +IHRlbnVyZQ== 31238 +dnU= 31239 +IHByaW5jaXBhbG1lbnRl 31240 +IGFsbGVlbg== 31241 +IGtvbXBsZXR0 31242 +IGTDvG55 31243 +SmFtZXM= 31244 +IHJlY2VwdG9y 31245 +IG9uZXNlbGY= 31246 +Z3VydQ== 31247 +IG1lcmNoYW50 31248 +bGluZXNz 31249 +IG92ZXJsb29rZWQ= 31250 +IGhhcm1vbmlj 31251 +aWVzbw== 31252 +15XXng== 31253 +Y29sbQ== 31254 +INC/0YDQvtC10LrRgg== 31255 +IEFkYQ== 31256 +2KfYsw== 31257 +VGlt 31258 +IHJlY3VycmluZw== 31259 +IHByb2NlZWRz 31260 +IFBhcnRpY3VsYXJseQ== 31261 +IERvd25sb2Fk 31262 +ZXRyaWNhbA== 31263 +IG1hdHJpY2Vz 31264 +IHByb3llY3Rv 31265 +YW5jaWVz 31266 +IFVobQ== 31267 +IGNhdmVz 31268 +IOyWtOugpA== 31269 +IExlYWY= 31270 +INC+0LHRi9GH 31271 +IOydtOycoA== 31272 +RXVyb3Bl 31273 +IHTEhQ== 31274 +IHB1bHM= 31275 +IHRha2llZ28= 31276 +0J3QtQ== 31277 +R1U= 31278 +IGZvcnM= 31279 +z4HOsw== 31280 +IGZvdG9z 31281 +ICkp 31282 +IOuppOs= 31283 +IGFxdWlsbw== 31284 +IEt1cmQ= 31285 +77iP 31286 +cHRpYw== 31287 +IERvcnQ= 31288 +IG1pc2VyeQ== 31289 +YXVzbw== 31290 +Y2h1Y2tsaW5n 31291 +IFJpZGdl 31292 +IO2WiOyKteuLiOuLpA== 31293 +ICoqKg== 31294 +IEhtbW0= 31295 +IGdlb2dyYXBoaWM= 31296 +IGFueXM= 31297 +IHRhbHZleg== 31298 +IHNrZWxldA== 31299 +IHNpZ25hdHVyZXM= 31300 +IGxpdGVycw== 31301 +kOuptA== 31302 +INGB0LLQvtC10LPQvg== 31303 +IHNraWluZw== 31304 +INCc0L7RgQ== 31305 +IGFkb3B0aW5n 31306 +IGhhZnQ= 31307 +IHN5bW1ldHJpYw== 31308 +IExpcXU= 31309 +IHRoeXJvaWQ= 31310 +IG1pc2lu 31311 +bHVkZQ== 31312 +IGh1bGw= 31313 +IFhE 31314 +IEd1c3Q= 31315 +emVpY2g= 31316 +IHZpYnJhdGlvbnM= 31317 +IGVzZW1w 31318 +INCy0YHRjg== 31319 +IFF1ZW0= 31320 +IMO8YnJpZw== 31321 +IFNrZQ== 31322 +IEx5bmNo 31323 +cm9vbXM= 31324 +YXJ0ZXQ= 31325 +ZmVzdA== 31326 +IGZyw7xoZXI= 31327 +IGx1cmU= 31328 +IOyVjOyVhA== 31329 +IFdJTg== 31330 +IFJZQU4= 31331 +INC60L7RgtC+0YDRg9GO 31332 +IEthc2g= 31333 +INeU154= 31334 +IHNhZmVn 31335 +IEhhbGxlbHVqYWg= 31336 +INC00LLRg9GF 31337 +IHN0YXBsZQ== 31338 +IHNlZGltZW50 31339 +IEFjdHM= 31340 +IGJsYW1pbmc= 31341 +IG1haW5sYW5k 31342 +IHNwb3J0aW5n 31343 +IGRlY29yYXRpb25z 31344 +IGV4ZWN1dGluZw== 31345 +IHBhcmFu 31346 +IERvbGxhcg== 31347 +IHByb2plY3Rpb25z 31348 +IGNvbW1pc3Npb25lZA== 31349 +IGJvdXI= 31350 +w7Zt 31351 +IHN0ZWFtZWQ= 31352 +IOutmA== 31353 +IHBldHJvbA== 31354 +IGNlbHVsYXI= 31355 +IEh1bmdhcnk= 31356 +IHJlbnRlZA== 31357 +INCy0LDRgNC4 31358 +YmJpZQ== 31359 +IHPDqWN1cg== 31360 +w7xsbA== 31361 +IHN3aW5ncw== 31362 +YmV0d2Vlbg== 31363 +INC40YI= 31364 +ZXN0cm8= 31365 +IG5pZW1hbmQ= 31366 +IOyCvA== 31367 +IFBhcmRvbg== 31368 +ZXNzZXM= 31369 +IE1JRA== 31370 +IGNlbnRyYWxpemVk 31371 +IEFsaWVu 31372 +Y3Vsb3M= 31373 +IGNyaXNl 31374 +IGNsYXNzZQ== 31375 +YmVpdGV0 31376 +acSfaQ== 31377 +IHdoYWxlcw== 31378 +IHBlcmltZXRlcg== 31379 +IHR5aW5n 31380 +IHN0cm9ueQ== 31381 +IGxpa2V3aXNl 31382 +IFB1bmNo 31383 +RGE= 31384 +IEJhcHRpc3Q= 31385 +IHNvcnRpbmc= 31386 +IGl2 31387 +IO2VqQ== 31388 +IHJlaGFi 31389 +IGV0YQ== 31390 +cml2ZXI= 31391 +IHNhaQ== 31392 +b2R1cw== 31393 +IGVzc2F5ZXI= 31394 +IHR1cnRsZXM= 31395 +IEhhenJhdA== 31396 +IGZhYnJpY3M= 31397 +IGNhdml0eQ== 31398 +IHBvbmlld2HFvA== 31399 +IHNjaGxlY2h0 31400 +IHNhbHNh 31401 +xZ9la2vDvHI= 31402 +IHNlYXRpbmc= 31403 +IGVjb25vbWlzdHM= 31404 +IG1hbmc= 31405 +IHNlZ3VpbnRl 31406 +IHJhbmc= 31407 +IHJhdGlvcw== 31408 +IGNvbnN0ZWxs 31409 +IGxvbmd0ZW1wcw== 31410 +dWF0aW5n 31411 +IHNwb2lsZWQ= 31412 +IHJlY2lwaWVudHM= 31413 +IHNuaXBlcg== 31414 +7Iq164uI6rmM 31415 +IHdw 31416 +IExJTktF 31417 +IGZsYXJl 31418 +IEFkcmk= 31419 +w7Fhcw== 31420 +IGJhY2ts 31421 +bcOkw58= 31422 +IEJlbmQ= 31423 +IHdvcmtsb2Fkcw== 31424 +INGB0YPQvw== 31425 +IDE5NzU= 31426 +0LjQvNGB0Y8= 31427 +0LDQvdC1 31428 +INC80L7QvQ== 31429 +IGFzcGlyYXRpb25z 31430 +IEFlcg== 31431 +INCz0L7QstC+0YDQuNGC0Yw= 31432 +IFFpYW4= 31433 +IGNvbXByb21pc2Vk 31434 +IHlvbGs= 31435 +0LvQsNGB0YI= 31436 +IGhlbWVu 31437 +cm92ZQ== 31438 +ZGVucw== 31439 +INC60L7QvNC80LXQvdGC 31440 +IC0tLQ== 31441 +IGZsdW9yZXM= 31442 +0L3QvtGB 31443 +IExpdmVycG9vbA== 31444 +INGB0L7QsdC+0Lk= 31445 +IFp3ZQ== 31446 +IGx1bWlu 31447 +IE9H 31448 +4bg= 31449 +aG9sbQ== 31450 +cHJvZml0cw== 31451 +U04= 31452 +IHByb3BvcnRpb25z 31453 +IG1pY2E= 31454 +IEJvaA== 31455 +IEF0bGFz 31456 +IHVuc3VyZQ== 31457 +IHRvdXJpbmc= 31458 +IG5pZWQ= 31459 +IHTEmQ== 31460 +IGltcGVyYXRpdmU= 31461 +IGRlbWVr 31462 +IFNoZXJpZmY= 31463 +cmFuY2U= 31464 +IGhvbWVsYW5k 31465 +IEhhaWw= 31466 +IEdhbno= 31467 +eW1t 31468 +TW9u 31469 +dmlkYQ== 31470 +IGRlc2Fycm9sbA== 31471 +IGludHJpZ3Vpbmc= 31472 +IEh1Z28= 31473 +6aw= 31474 +0LDRhg== 31475 +IFdpxJlj 31476 +YXR0ZWQ= 31477 +IOyVhOuLiOqzoA== 31478 +IFZhcmk= 31479 +w6Fk 31480 +IHN1cnJlYWw= 31481 +IGRpc3Bhcml0aWVz 31482 +IG3Dsw== 31483 +dWxsZW4= 31484 +IOyeiOuLpOqzoA== 31485 +INC/0L7QttCw0LvRg9C50YHRgtCw 31486 +IG1haW5z 31487 +IGVqZWN0 31488 +IG1ldGhhbmU= 31489 +IG1hcmdpbmFsaXplZA== 31490 +IGNoaWxsaQ== 31491 +csOocw== 31492 +IHllbQ== 31493 +IENodW4= 31494 +IGRlYnRz 31495 +IGRvd25sb2FkaW5n 31496 +IEF0aGVucw== 31497 +aXNpZXJ1bmc= 31498 +cnlu 31499 +IHRla24= 31500 +IFF1aW5kaQ== 31501 +IHRhcmFm 31502 +IGjDqQ== 31503 +IGNvbnNjaW91c2x5 31504 +IGZpeGVz 31505 +dWNrbGU= 31506 +bWF5xLFu 31507 +IGZyZWk= 31508 +IHNwYQ== 31509 +IOynhO2WiQ== 31510 +INin2YTYsA== 31511 +INGD0Lo= 31512 +bGV0dA== 31513 +IG9sbXXFnw== 31514 +IGNoZWVzeQ== 31515 +4Liy4LiB 31516 +bmFpcmU= 31517 +IHdpZGVu 31518 +IGxpZW4= 31519 +IGVzY2FwaW5n 31520 +aWdncw== 31521 +IEJsaWNr 31522 +Y8SF 31523 +IOyEnOs= 31524 +INeU16E= 31525 +INCy0L/QtdGA 31526 +b3Bob25l 31527 +aWVsbA== 31528 +IFNVQlNDUkk= 31529 +IGxpb25z 31530 +IOq3uOqygw== 31531 +IGluc3BpcmVz 31532 +IGd1YXJhbnRlZXM= 31533 +IGNvbWXDp2E= 31534 +IEdyb3dpbmc= 31535 +IG5lZ2xpZw== 31536 +IEZyYW5rZg== 31537 +IGdlZ2ViZW4= 31538 +IMSR4bqndQ== 31539 +IGVuZGxpY2g= 31540 +IOyNqA== 31541 +IFRU 31542 +IExpdGg= 31543 +z4DOsQ== 31544 +YXN0ZXJu 31545 +IEF6ZXI= 31546 +IGx1bmFy 31547 +aGlj 31548 +INC90LDRgNC+0LQ= 31549 +IG5lbmh1bQ== 31550 +IFNhbHZhZG9y 31551 +IFByb2dyZXNz 31552 +IHByaXZpbGVnZXM= 31553 +IOuPmeyViA== 31554 +IGFudGFnb24= 31555 +IEltcGY= 31556 +IGRlc2N1Yg== 31557 +IExlaQ== 31558 +IOyDiOuhnA== 31559 +0YfQtQ== 31560 +IGTDs2xhcmVz 31561 +IE1lZ2hhbg== 31562 +IFdpcmU= 31563 +dG9v 31564 +YXlpbmc= 31565 +dXNj 31566 +IHR1ZA== 31567 +IGFwcGVhbHM= 31568 +ZWR1Yw== 31569 +IHBhbmU= 31570 +IGpp 31571 +IGRlY2tz 31572 +IEFsdGVy 31573 +7ISk 31574 +IHByb2R1Y3Rpb25z 31575 +IFdJTExJQU0= 31576 +IGltcGxpZWQ= 31577 +IGZ1bGZpbGxtZW50 31578 +IEFhaA== 31579 +IHNhamE= 31580 +eHVz 31581 +IM6azrHOuQ== 31582 +w6Bz 31583 +dWNjaA== 31584 +0L7QutC+ 31585 +IERpc2NvcmQ= 31586 +IFNZ 31587 +anNr 31588 +IFdhbGxhY2U= 31589 +dW5jdGlvbg== 31590 +RGFuaWVs 31591 +IGvDtnQ= 31592 +aWphaA== 31593 +IG1hcmNoZQ== 31594 +IGRpc2dy 31595 +IG11bmdraW4= 31596 +IGFsbWE= 31597 +s7U= 31598 +IGV4dGVuc2l2ZWx5 31599 +IEZsb3Jlbg== 31600 +IEFsbGlzb24= 31601 +2YrZhQ== 31602 +IGp1dmVu 31603 +IFJlbmFpc3NhbmNl 31604 +IGZ1bmRyYWlzaW5n 31605 +IENoYW9z 31606 +IHBhcmFseQ== 31607 +IG5hcnJhdG9y 31608 +IGVjb3N5c3RlbXM= 31609 +QXNo 31610 +IG1pdGlnYXRpb24= 31611 +IEF1am91cmQ= 31612 +IElkZWU= 31613 +ISw= 31614 +IMK9 31615 +IGxhbmRsb3Jk 31616 +IGRlZmVjdHM= 31617 +IGFjcmU= 31618 +dWxzaXZl 31619 +IGFsZ2Fl 31620 +cGVr 31621 +IGVtYmE= 31622 +IFJvYw== 31623 +a3NvbQ== 31624 +w6RjaGU= 31625 +IGxldWs= 31626 +IGxldmVyYWdpbmc= 31627 +IOq3uOugh+yngA== 31628 +IFBhbG0= 31629 +IMOkdmVu 31630 +IGxpcw== 31631 +IEluc3A= 31632 +IFJpdGE= 31633 +IEFiYg== 31634 +aXRobQ== 31635 +IHN1cGVydmlzaW9u 31636 +IHJldmlzaXQ= 31637 +IHBpxJk= 31638 +IGV1aA== 31639 +IGZhZGVz 31640 +IG1vdHRv 31641 +0LXQt9C2 31642 +IFNoaW0= 31643 +IHJlbGV2YW5jZQ== 31644 +IG9v 31645 +IG9zdGF0 31646 +bmljYQ== 31647 +IGNob2l4 31648 +IEZhY3VsdHk= 31649 +IOykkeyXkA== 31650 +IEFib3Zl 31651 +INC90LXQsdC+0LvRjNGI 31652 +IHNlcXVlbmNpbmc= 31653 +IG51dHJpZW50 31654 +IGNvbnF1ZXJlZA== 31655 +IGRpZ2VzdGl2ZQ== 31656 +IGJhY2tkcm9w 31657 +IExvcmk= 31658 +YWlsYWJsZQ== 31659 +R2FtZQ== 31660 +IG5lZ2xlY3RlZA== 31661 +b21vcnBo 31662 +aWxsYWg= 31663 +IGtuZQ== 31664 +IHNpaXTDpA== 31665 +IHdvcmtzcGFjZQ== 31666 +IFZlbmljZQ== 31667 +IEtuZQ== 31668 +0YnQvg== 31669 +hYA= 31670 +IEhhc3M= 31671 +IHZpdGE= 31672 +nbzrqbQ= 31673 +IGxheXM= 31674 +w6puY2lhcw== 31675 +w6lyaWNh 31676 +IExs 31677 +IENvY2E= 31678 +IFdIWQ== 31679 +IHJvdXRpbmc= 31680 +IHBlcm1pc3Npb25z 31681 +IGRpbmdz 31682 +cHJlbmQ= 31683 +cHJvZ3JhbQ== 31684 +IGNyb2NvZA== 31685 +YnJhbA== 31686 +QUFBQUFBQUE= 31687 +YWdpdA== 31688 +IE7DpA== 31689 +IGdla29tbWVu 31690 +YXR0ZW4= 31691 +IHJlZmVyZW5jZWQ= 31692 +IHBhaXJpbmc= 31693 +IFBhcnRuZXI= 31694 +IENvcm9uYXZpcnVz 31695 +0ZbRgQ== 31696 +INeU15M= 31697 +IGVzcGVjw61maWM= 31698 +YXJzaQ== 31699 +cXVlbGxl 31700 +IHNwb250YW5lb3Vz 31701 +IOqyg+ydhA== 31702 +INCf0L7RgdC70LU= 31703 +INin2YTYrw== 31704 +IFNob3V0 31705 +INC90LDQuw== 31706 +IGRpc2d1aXNl 31707 +IEpvcmQ= 31708 +IHdlZQ== 31709 +IG1pZWpzYw== 31710 +IHNlcnVt 31711 +IHBsYWlzaXI= 31712 +IGNyZWRpYmxl 31713 +IGLDpQ== 31714 +IEFK 31715 +bWFyZXM= 31716 +IHJvZHM= 31717 +IGVyYW4= 31718 +IHDDpMOk 31719 +IFVB 31720 +IFVua25vd24= 31721 +INmE2YU= 31722 +IFJhYmJp 31723 +IGxhYXQ= 31724 +IGhhaXJzdHlsZQ== 31725 +INi6 31726 +IGNhY2g= 31727 +IFdyaXRpbmc= 31728 +0L7Rh9C60Lg= 31729 +YWJhZA== 31730 +IHN0cmFpZ2h0ZW4= 31731 +LS0i 31732 +d2lmZQ== 31733 +IGhvdHRlc3Q= 31734 +IHB1bnlh 31735 +IEZhc2hpb24= 31736 +Z3JpZmY= 31737 +IFFS 31738 +b3RjaA== 31739 +INCc0L7QttC10YI= 31740 +Q2xvdWQ= 31741 +IFN0cmlrZQ== 31742 +IEhlaW4= 31743 +IGxlaQ== 31744 +IEZsb3c= 31745 +d2Vncw== 31746 +IGhhYnI= 31747 +bmFobWU= 31748 +zIE= 31749 +IHBsZWFzaW5n 31750 +b3BwaW5n 31751 +IOq1rOuPhQ== 31752 +IGRyYW4= 31753 +IGJhbmdz 31754 +IDc5 31755 +IHNrZXQ= 31756 +IGNhdmFs 31757 +IE1hY3Jvbg== 31758 +IHdlaWdodGVk 31759 +IG11dGVk 31760 +IG51ZXN0cmFz 31761 +RUVQ 31762 +IG1hdGhlbWF0aWM= 31763 +IE1SSQ== 31764 +YWd1cw== 31765 +IHRoZXJhcGllcw== 31766 +zrjOtQ== 31767 +IHVucGw= 31768 +IGNvbW1lbmNlcg== 31769 +ZnVsbA== 31770 +IHRvd2Vscw== 31771 +IHBydWU= 31772 +IGxpY2Vuc2Vz 31773 +15vXldec 31774 +INCf0L7Rh9C10LzRgw== 31775 +IHBvaW50bGVzcw== 31776 +Qnll 31777 +IGVsaWdpYmlsaXR5 31778 +IHNjcmFwZQ== 31779 +IGFidXNpdmU= 31780 +IE1hbnQ= 31781 +IGpldW5lcw== 31782 +dGFs 31783 +IFByaW5jaXA= 31784 +IE9ydGhvZG94 31785 +IG1lbG9k 31786 +INC80LDRgtC10YDQuA== 31787 +IHByb3NlY3V0b3I= 31788 +IG9waW9pZA== 31789 +INGD0LLQtdGA 31790 +IEJlZW4= 31791 +IOygkeyihQ== 31792 +IGR5bmFzdHk= 31793 +IGFqdWRh 31794 +IGVudHJlZw== 31795 +IHdlaWdoZWQ= 31796 +IGV1cmU= 31797 +IEJlbQ== 31798 +IGFibm9ybWFs 31799 +ODI= 31800 +IEpS 31801 +IEFrdA== 31802 +IEJyaQ== 31803 +w7p0 31804 +IHN0YWdu 31805 +ISo= 31806 +IHdlZ2Vu 31807 +IGxlYWtpbmc= 31808 +IFdvcmRz 31809 +IE1hdQ== 31810 +IHZ1ZQ== 31811 +IExpYW0= 31812 +0LDQvdC40LXQvA== 31813 +IGNsaW5pY2lhbnM= 31814 +IFB1bXA= 31815 +IGbDtnJzdA== 31816 +Py4uLg== 31817 +IGF1dG9tb3RpdmU= 31818 +IE93ZW4= 31819 +enVzYWdlbg== 31820 +IEh1bmRyZWQ= 31821 +IGRlY2VudHJhbGl6ZWQ= 31822 +IGJ1bGJz 31823 +INec15s= 31824 +IHByb3ZpbmNlcw== 31825 +IE1pbGFu 31826 +ODE= 31827 +a2Fz 31828 +IOuTow== 31829 +IGZvcsOnYQ== 31830 +IHJpZ2h0bHk= 31831 +csSF 31832 +IHZlbnVlcw== 31833 +IHdhaQ== 31834 +IHByZWRpY3Rpbmc= 31835 +IFdpRmk= 31836 +IOq2geq4iA== 31837 +2LHZiA== 31838 +INeU15Y= 31839 +Y2VudHVyeQ== 31840 +IGdyYWR1YWw= 31841 +IFByb2JsZW1l 31842 +IOyXhQ== 31843 +IGNvcGluZw== 31844 +IEJydXM= 31845 +IHBlYW51dHM= 31846 +aXJ0c2NoYWZ0 31847 +INC30LDQuw== 31848 +IFRyb3k= 31849 +IHNwZXJt 31850 +IE1pdGFy 31851 +IFTDvHJraXll 31852 +Z3JhbmQ= 31853 +pq0= 31854 +INee16E= 31855 +IHBhbnM= 31856 +IEtub3dsZWRnZQ== 31857 +YmVybHk= 31858 +INCV0LPQvg== 31859 +IGRhbmNlZA== 31860 +IEZyb3N0 31861 +IEJ1cmc= 31862 +IGJpdGluZw== 31863 +7KCV7J2E 31864 +bWVhbA== 31865 +IGhlcm9pYw== 31866 +IG1vdGhlcmJvYXJk 31867 +IExpY2h0 31868 +bGxhbg== 31869 +0LDQudC9 31870 +INGA0Y/QtA== 31871 +IOC5gOC4 31872 +b25lbg== 31873 +aXJpZQ== 31874 +QXJ0 31875 +cmFuZw== 31876 +zr3Otw== 31877 +IG5ld2Jvcm4= 31878 +IGFtaXM= 31879 +INin2YjYsQ== 31880 +IHNvcGhvbQ== 31881 +IENhcmVmdWw= 31882 +IHByb3NwZWN0cw== 31883 +ZW5zZW4= 31884 +IHRocmlsbA== 31885 +IFZp4buHdA== 31886 +QWRhbQ== 31887 +cml0aW9u 31888 +ZW50cmlj 31889 +dWRlbg== 31890 +IGNlcnRpZmljYXRlcw== 31891 +IGFzaGVz 31892 +cGxheWluZw== 31893 +IHNhZGVjZQ== 31894 +IG9zdA== 31895 +IGFpcnBsYW5lcw== 31896 +0YDQvtC6 31897 +b25lcg== 31898 +IG1hZ25lc2l1bQ== 31899 +IGdvZGRhbW4= 31900 +IDE5NzI= 31901 +IFNjaHVsZQ== 31902 +IHRlbWF0 31903 +IHBhcnRvdXQ= 31904 +4K+C 31905 +IGludmU= 31906 +IFNjaWVudGlzdHM= 31907 +IEh1ZHNvbg== 31908 +d2lubmluZw== 31909 +Y2Vrc2lu 31910 +IGNvbmdyZXNzaW9uYWw= 31911 +b3J1 31912 +IHJvcGVz 31913 +0LLQtdC0 31914 +IG1hZHJl 31915 +IGZlcnJ5 31916 +IENvaGVu 31917 +IFByZWQ= 31918 +IHZhZ3k= 31919 +INCx0LXRgdC/ 31920 +IG11bHRpbQ== 31921 +IGRyYWluYWdl 31922 +IHNpbXVsYXRvcg== 31923 +Z2lnZ2xlcw== 31924 +IFN0YWRpdW0= 31925 +0L7QsdGJ 31926 +IG5vdGljZXM= 31927 +IGNyYXdsaW5n 31928 +IGdyb3VwZQ== 31929 +IGt0b8Wb 31930 +IFlvZ2E= 31931 +IG1lZGlkYQ== 31932 +INGF0LLQsNGC 31933 +IExpdGU= 31934 +IHJhdg== 31935 +b3JhbWE= 31936 +IGRpc2NvcmQ= 31937 +IERJUkU= 31938 +IHRlaA== 31939 +IE51cnM= 31940 +IHBpdGNoZWQ= 31941 +IGJhcmtpbmc= 31942 +IENva2U= 31943 +d2lhZA== 31944 +IHBvcHVsYXRlZA== 31945 +cGVsbGVk 31946 +INCx0L7Qsw== 31947 +IHBld25v 31948 +IEN1YmU= 31949 +IHJlY3J1aXRlZA== 31950 +IENhcmE= 31951 +xLHEn8SxbsSx 31952 +aW1hdGVk 31953 +INGI0LrQvtC7 31954 +aWNpb25hbA== 31955 +INC/0YDQvtGE 31956 +IGNvbnRhbWluYXRpb24= 31957 +IMO6bHRpbW9z 31958 +IGZlYXJmdWw= 31959 +IGVsZXBoYW50cw== 31960 +dXNp 31961 +IGlUdW5lcw== 31962 +IFN3YW1p 31963 +6rw= 31964 +IOyEpOuqhQ== 31965 +IFJpY2hhcmRz 31966 +IG1hZ25ldHM= 31967 +IFJpY2h0dW5n 31968 +IExlZ2lvbg== 31969 +IGtpdHR5 31970 +IGtpc3NlZA== 31971 +IHdhdGVyaW5n 31972 +IGNvbm8= 31973 +IFBhbGVzdGluZQ== 31974 +aWRpcg== 31975 +IG1hemU= 31976 +IGZsdWlkcw== 31977 +IFByb2R1Y2Vy 31978 +IEtyc25h 31979 +bGFm 31980 +INeQ15U= 31981 +IG1pZXN6 31982 +IFhpbmc= 31983 +b2ludGVk 31984 +c2Vpbg== 31985 +IEZ1aw== 31986 +IERlcHJlc3Npb24= 31987 +IER1dHk= 31988 +IFBhbnRoZXI= 31989 +IHN1bmQ= 31990 +IHJlZmVyZQ== 31991 +IGV4Y2x1c2lvbg== 31992 +IG5hdmFs 31993 +IFdpbnN0b24= 31994 +IHNsb2dhbg== 31995 +IGh5cG90aGV0aWNhbA== 31996 +IGVsZXZhdGU= 31997 +66C5 31998 +IGNhYmXDp2E= 31999 +IEdlc3VuZA== 32000 +bWV0ZXI= 32001 +IOyVhOuLiOuptA== 32002 +IGNsb3VkeQ== 32003 +4oCmPw== 32004 +IFNjaHJpdHQ= 32005 +IEpT 32006 +7I0= 32007 +IFNwcmluZ3M= 32008 +IEJhdHRlcg== 32009 +t7A= 32010 +IHRhaWxvcg== 32011 +IFBUU0Q= 32012 +IEdlbnQ= 32013 +IGJhxJ8= 32014 +IHNwYXR1bGE= 32015 +IGNyYXk= 32016 +IExlZ2lzbA== 32017 +IHPDug== 32018 +IGxldmU= 32019 +4Liy4Lih 32020 +IGVyYWQ= 32021 +IGRvbmc= 32022 +IGRlcm0= 32023 +IEJhbmtz 32024 +aWNobw== 32025 +IEZyYW56 32026 +cmF2ZWw= 32027 +0L7Qu9C+ 32028 +IGZsdXRl 32029 +IEVr 32030 +IGpveWZ1bA== 32031 +IGNoYXNlZA== 32032 +IExhcmdl 32033 +T3Zlcg== 32034 +IGVudHJlcHJlbmV1cmlhbA== 32035 +IGNvbnNpZGVycw== 32036 +0YPQtdC8 32037 +b3Bh 32038 +IGRvcm1pcg== 32039 +IEVsZW1lbnRhcnk= 32040 +IHByenlwYWQ= 32041 +0YPRgdC60LA= 32042 +INC+0YfQtdGA 32043 +dWdlbmU= 32044 +IHRlbmlkbw== 32045 +IGx1Z2FyZXM= 32046 +66U= 32047 +INGH0LDRgdGC 32048 +IHNhbw== 32049 +IGJyYWlk 32050 +IFZlcmU= 32051 +IFJlaWNo 32052 +IFBvc3M= 32053 +IGluYW4= 32054 +d2FuZA== 32055 +cmVm 32056 +IG1vbnRyZXI= 32057 +IDE5ODE= 32058 +YXPEsW5kYQ== 32059 +IGNocm9tZQ== 32060 +IFRyaW5pdHk= 32061 +IGV4cGxvaXRhdGlvbg== 32062 +IFNlbnNl 32063 +IENNUw== 32064 +IE5vYmxl 32065 +IOyEoO2DnQ== 32066 +IHN3ZWxsaW5n 32067 +ZWxlY3Ryb25pYw== 32068 +XT8= 32069 +IGJydXNoaW5n 32070 +IGxpcXVpZGl0eQ== 32071 +IEhvb2s= 32072 +IENvbm5vcg== 32073 +IEFsdW0= 32074 +IGd1Y2tlbg== 32075 +c3VpdGU= 32076 +IHdpZWxl 32077 +IGJhcnJlbHM= 32078 +IFJlZ2Vs 32079 +IE1lbnQ= 32080 +IFRyaXA= 32081 +IEJydXNo 32082 +IEVyaWs= 32083 +dXJhdGU= 32084 +yZly 32085 +IEN5cg== 32086 +b3VibGU= 32087 +IEJlY2Nh 32088 +IHBhc3N3b3Jkcw== 32089 +xbE= 32090 +Ym9yZw== 32091 +IHZlbmRv 32092 +IENsYXVz 32093 +IEZheg== 32094 +aW5kZXN0 32095 +IGRlY2Vhc2Vk 32096 +IGNvbXBhcmlzb25z 32097 +IExDRA== 32098 +IFBvcms= 32099 +IGV2ZW50dWFs 32100 +IHBhdHJlb24= 32101 +IGluYWJpbGl0eQ== 32102 +IGV4dGluY3Rpb24= 32103 +IOyii+yVhO2VmOuKlA== 32104 +INGB0L7RgQ== 32105 +YWp1 32106 +INeR15DX 32107 +IHNvZm9ydA== 32108 +IGRlc3RpbmVk 32109 +IFJpbg== 32110 +IG1vdXRocw== 32111 +IE5hdMO8cmxpY2g= 32112 +IHByZXNlcnZpbmc= 32113 +IGxpbXA= 32114 +b2N1c2Vk 32115 +0LjQvdCz 32116 +IGV4cG9zaW5n 32117 +IM6+ 32118 +640= 32119 +bGF1Z2g= 32120 +IGhpc3M= 32121 +IGluZGll 32122 +IGRldGFs 32123 +0YDQsNCy0YHRgtCy 32124 +IHRyw6pu 32125 +IG9nbmk= 32126 +IHNpbXBsZW1lbnRl 32127 +IDE5Nzg= 32128 +IGdvbw== 32129 +IDE5Njc= 32130 +IGdlbnVn 32131 +aMO2 32132 +IGhpc3TDsw== 32133 +IGxvYnN0ZXI= 32134 +Y2VuZG8= 32135 +IHRlaWw= 32136 +IGFsbGV2aQ== 32137 +MDAwMA== 32138 +T0xE 32139 +IHBlc29z 32140 +IGJvbnVzZXM= 32141 +IGFtaQ== 32142 +IHJldml2YWw= 32143 +IEhvcnNl 32144 +IHNhY2s= 32145 +VGFsaw== 32146 +IG11bGhlcg== 32147 +INC/0L7RgdGC0L7Rj9C9 32148 +IEhvb2Q= 32149 +SHVo 32150 +IOu2gQ== 32151 +IGh5dW5n 32152 +IE1lZXRpbmc= 32153 +IGltcG9ydGE= 32154 +IOywvuyVhA== 32155 +IFZlcm4= 32156 +IHN0cmlwcGVk 32157 +IHJlZnVzZXM= 32158 +IHF1YWxpZmljYXRpb25z 32159 +b3Bs 32160 +gOuPhA== 32161 +aXjDrQ== 32162 +IGRpYWI= 32163 +aXRpbWU= 32164 +Zmxvd3M= 32165 +IGluYWM= 32166 +IEdvbmc= 32167 +IG1lYW5pbmdsZXNz 32168 +IGNvdXJhZ2VvdXM= 32169 +IG1pY3JvYmk= 32170 +YXp5 32171 +aGlzdA== 32172 +IHZvbHVudGVlcmluZw== 32173 +VklF 32174 +IHZpb2xhdGVk 32175 +IHN5bXBhdGh5 32176 +IEVkaXQ= 32177 +ZWxlY3RyaWM= 32178 +cHJvZHVjdA== 32179 +IHBhbmRlbWlh 32180 +IGdlb21ldHJpYw== 32181 +IENvbnZlcnM= 32182 +Z3Jl 32183 +IGdsdXQ= 32184 +aXN0ZWQ= 32185 +INin2YTZgw== 32186 +IENoYWlu 32187 +IFByZXNlbnQ= 32188 +IFlpbg== 32189 +INGB0L7Qsw== 32190 +IFZsb2c= 32191 +IOyWtOuouA== 32192 +IGRvbm4= 32193 +IGhpdGNo 32194 +dWNraW5n 32195 +d2FsZA== 32196 +cmlzaw== 32197 +IGhhcmk= 32198 +IEtlbnM= 32199 +IElkb2w= 32200 +INCy0L3QuNC80LDQvdC40LU= 32201 +IHRvZGQ= 32202 +IHNtYXNoZWQ= 32203 +IGludmFyaQ== 32204 +INC60L7QvdGC0YA= 32205 +IGF1dGlzdGlj 32206 +7J6l64uY 32207 +UmVz 32208 +0LTRiw== 32209 +Y2hhdQ== 32210 +IHNlbHY= 32211 +IGjDpHR0ZW4= 32212 +4KS/ 32213 +IGV4cGVjdHM= 32214 +z4HOtw== 32215 +IGHDp8Sxaw== 32216 +IEhUVFA= 32217 +bGXFnw== 32218 +IHN3ZWVwaW5n 32219 +IEJldGE= 32220 +IGNvdW50ZXJwYXJ0cw== 32221 +YWJpbGU= 32222 +IFNpbXM= 32223 +Q3M= 32224 +IHJlcGFy 32225 +c3F1 32226 +IHByb3ZpbmNpYWw= 32227 +IHNoYXJlaG9sZGVycw== 32228 +IHJ1bnRlcg== 32229 +IGdlZGFjaHQ= 32230 +IFRlZW4= 32231 +IGdyYW5kcw== 32232 +YWdsZXM= 32233 +IHJvY2t5 32234 +dmVucw== 32235 +IHJpdmFscw== 32236 +dW5hbA== 32237 +IHJlYWN0cw== 32238 +66k= 32239 +IG1lcmN1cnk= 32240 +IEx1aWdp 32241 +INC+0LM= 32242 +IEpVU1Q= 32243 +IGxvZA== 32244 +IGNvcnRleA== 32245 +d2ln 32246 +IGxha2g= 32247 +7KSR7JeQ 32248 +IFZpYw== 32249 +IE11bmQ= 32250 +IG1hcHBlZA== 32251 +IERlbGw= 32252 +IERydWNr 32253 +IGxpZmVz 32254 +0LDQu9GM0L3QvtC1 32255 +aXZpZHVhbA== 32256 +YWTEsW0= 32257 +IGF0cmF2 32258 +IEZsdWc= 32259 +IEtsZWlu 32260 +6rGw7JW8 32261 +4Lir4LiZ 32262 +IGFwcGxp 32263 +4K6+Pw== 32264 +w7x5b3J1bQ== 32265 +INC40L3RgtC10YDQtdGB0L3Qvg== 32266 +IGRpc2luZmVjdA== 32267 +Pi0= 32268 +IGNoYW1wYWduZQ== 32269 +IGtsYQ== 32270 +b3BlcnM= 32271 +VHJhbnM= 32272 +IERlc2VydA== 32273 +IGN1bHRpdmF0ZQ== 32274 +IEZ1Y2tpbmc= 32275 +aWRlbGl0eQ== 32276 +INGC0LDQvQ== 32277 +IGluY3Vi 32278 +IHRlbXU= 32279 +IGxlYXJuZXI= 32280 +Zm91bmRlcg== 32281 +IFN5bA== 32282 +IGZhdG8= 32283 +emllcg== 32284 +IOyXhuydtA== 32285 +IOyIqA== 32286 +IHBzeWNobw== 32287 +INGC0LXQu9C10YQ= 32288 +IHJlZ2FyZGU= 32289 +IHJlcHJlc2VudGF0aW9ucw== 32290 +IGxpdGlnYXRpb24= 32291 +IHNwYW5u 32292 +dWx0cw== 32293 +Ymlvcg== 32294 +IFN1cnZleQ== 32295 +IExFRHM= 32296 +IHRyw6Q= 32297 +IGzDqm4= 32298 +IGFudGlveGlk 32299 +0LXRgNC+0Lw= 32300 +IGluZHVjdGlvbg== 32301 +IGZvb2xlZA== 32302 +w6R0emxpY2g= 32303 +INCz0L7QstC+0YDRj9GC 32304 +IEZhY3Q= 32305 +dW1iYWk= 32306 +IHdpZ2dsZQ== 32307 +Tk9VTg== 32308 +IGTDqXZlbG9wcA== 32309 +IENsYXJv 32310 +IOy4 32311 +66w= 32312 +IGFjY3VtdWxhdGU= 32313 +IG1haW50YWlucw== 32314 +64Q= 32315 +IEZpZ2h0ZXI= 32316 +7Yag 32317 +IG1hdGlu 32318 +IGNvdXBvbg== 32319 +IHN0dW50 32320 +IGRlYnV0ZWQ= 32321 +IHByYWc= 32322 +0LjQstCw0LXQvA== 32323 +NzM= 32324 +IGV4cHJlcw== 32325 +IOyYpOu5oA== 32326 +INC/0LXRgNGB0L7QvQ== 32327 +IGNhbGN1bHVz 32328 +IGFicnVwdA== 32329 +IEluc3BlY3Rvcg== 32330 +b3VydA== 32331 +xbpuaWVq 32332 +aW50ZW5zZQ== 32333 +QmE= 32334 +IGxvdW5nZQ== 32335 +IGFzdGhtYQ== 32336 +IEhpw6c= 32337 +qrs= 32338 +IGVkaXRvcmlhbA== 32339 +IHNlaXpl 32340 +IGvEsXI= 32341 +IG1vdXZl 32342 +IHRpZXJyYQ== 32343 +IHRlc3Rvc3Rlcm9uZQ== 32344 +IHJo 32345 +IEtpbmdzdG9u 32346 +RUxMRQ== 32347 +IFJlcHJlc2VudGF0aXZl 32348 +IDE5NzQ= 32349 +IGliYQ== 32350 +VHM= 32351 +IHNvcnRh 32352 +ICg/KQ== 32353 +INiq2Yg= 32354 +IOuCtOugpA== 32355 +IGJla29tbXQ= 32356 +IHNwaXJpdHVhbGx5 32357 +IGRpc3RvcnRlZA== 32358 +TWFk 32359 +IHJlaW0= 32360 +w6FuaA== 32361 +IE90dG9tYW4= 32362 +IFJlbGln 32363 +IEVscw== 32364 +IHJldGFpbmVk 32365 +IExhdWdocw== 32366 +IFNBUw== 32367 +INC60L7Qu9C40YfQtdGB0YLQstC+ 32368 +15XXqteo 32369 +IGlubm92YXRl 32370 +IGtvcms= 32371 +INGA0LDRgdGB0LrQsNC30YvQsg== 32372 +b25kZXJl 32373 +aXZp 32374 +YXll 32375 +b3VudHk= 32376 +INC/0L7Qu9GD0YfQsNC10YLRgdGP 32377 +IGJ1bnM= 32378 +IHnDvHpkZW4= 32379 +IHN1cmdlcmllcw== 32380 +2KPZhg== 32381 +IGJhbmtydXB0Y3k= 32382 +d2VsdA== 32383 +IHNpYW1v 32384 +IGRhcmtlc3Q= 32385 +IEhhbm4= 32386 +Z2dh 32387 +IGZvcm1hcw== 32388 +IERq 32389 +bmFtZWQ= 32390 +IHNoaWVsZHM= 32391 +dWVsbGVy 32392 +IEZldw== 32393 +IGxhY2U= 32394 +IGZ1cmlvdXM= 32395 +IFlV 32396 +IHNvY2lldGFs 32397 +IGp1ZGdlbWVudA== 32398 +IERvcw== 32399 +IGphYg== 32400 +bGF3cw== 32401 +IHJlaW52ZW50 32402 +IEthdGhlcmluZQ== 32403 +IENob2k= 32404 +YWRvd3M= 32405 +IHJhbnM= 32406 +b2Rlbg== 32407 +IE1pZHdlc3Q= 32408 +bsSxbg== 32409 +IGRlcG9ydA== 32410 +IERpcA== 32411 +IGF0ZW5jacOzbg== 32412 +IENvdXJ0bmV5 32413 +aXZpZGFk 32414 +INqp24E= 32415 +IGVmZmljYWN5 32416 +IEJyb29rcw== 32417 +IHJlZmVycmFs 32418 +INC60L7QvdGG 32419 +IG1hbGljaW91cw== 32420 +IGtpcg== 32421 +IEdvZGRlc3M= 32422 +IGZ1bmt5 32423 +IGludGVyaW0= 32424 +IEvDtnJwZXI= 32425 +IOyWvOun 32426 +a3Vy 32427 +INC60LvQuA== 32428 +IHRydWNz 32429 +Z2VzZXR6 32430 +IHp1Zw== 32431 +IEdsw7xjaw== 32432 +IE1pbnV0ZQ== 32433 +IHByZXN0aWdpb3Vz 32434 +IG5pZXo= 32435 +IGNvbmNlbnRyYXRpb25z 32436 +0LvQsNGB0YLQuA== 32437 +IFNpcw== 32438 +IFZpdGFtaW4= 32439 +a292 32440 +IFBCUw== 32441 +INC90LXQtQ== 32442 +IHJldGFpbGVycw== 32443 +IGNvbnZlbnRpb25z 32444 +IFNhbWFudGhh 32445 +IHByb3VkbHk= 32446 +Sm9yZGFu 32447 +IEpBU09O 32448 +YXRr 32449 +IHRyaXN0ZQ== 32450 +IHN0w6Ry 32451 +IHJlaXRlcmF0ZQ== 32452 +IHBvc3Rlcmlvcg== 32453 +IDE5NzM= 32454 +IFBpbmU= 32455 +IEp1bGlldA== 32456 +IHBlZGly 32457 +a2ls 32458 +IG92ZXJsYXBwaW5n 32459 +IGV4Y2x1ZGU= 32460 +IGVjb27Ds20= 32461 +IGFjY2VwdHM= 32462 +IFN0ZXI= 32463 +IOyatOuPmQ== 32464 +ZXN0YWI= 32465 +IHR1Zw== 32466 +YXJn 32467 +IGxpdnJv 32468 +2KfYtQ== 32469 +IHNlYW1z 32470 +IGJ1cmF5YQ== 32471 +IGVsbG8= 32472 +IFRN 32473 +IFBhdw== 32474 +IEluZGV4 32475 +RXhj 32476 +IGluc3BpcmF0aW9uYWw= 32477 +IGR1bms= 32478 +YWt0ZXI= 32479 +IGNvbmRpdGlvbmVy 32480 +IFNhbHV0 32481 +xYJlYw== 32482 +IOyJvQ== 32483 +INGD0LfQvdCw 32484 +IFJvbWVv 32485 +ZnJ1aXQ= 32486 +IFlP 32487 +IGNo4buJ 32488 +0LHRgw== 32489 +Ym9ucw== 32490 +IHJlcHJvZHVjdGl2ZQ== 32491 +IG9yYWRh 32492 +IO2aqA== 32493 +IHRlbnRhcg== 32494 +IG1hw7FhbmE= 32495 +IHNvbHZlbnQ= 32496 +SmVzc2ljYQ== 32497 +IExlZ2Fs 32498 +IHR1YQ== 32499 +IHNpYw== 32500 +IEVR 32501 +YXVrZWU= 32502 +7Iuc64uk 32503 +IMWedQ== 32504 +IGFkaGVyZQ== 32505 +IFR1bA== 32506 +IOCuhg== 32507 +IHRleHRib29rcw== 32508 +IEZpZnRo 32509 +IGV4cGVyaQ== 32510 +IGNoaWM= 32511 +IGhlYXA= 32512 +aW5lbHk= 32513 +YXRyYQ== 32514 +VHdv 32515 +IGhlbGVtYWFs 32516 +IGZyZW4= 32517 +IGJpc2hlcg== 32518 +2KfYtA== 32519 +IOyEoOyDnQ== 32520 +IFRhZ2Vz 32521 +IHPhu7E= 32522 +IGJ1bGxpZWQ= 32523 +2KQ= 32524 +IGJlbmVmaXRlZA== 32525 +IFByZXZpb3VzbHk= 32526 +INGN0YTRhA== 32527 +2Y0= 32528 +IHNlbmF0ZQ== 32529 +IE1vcm0= 32530 +aWprZQ== 32531 +IEZsdQ== 32532 +IGluY29ycG9yYXRpbmc= 32533 +amFjaw== 32534 +INC/0LjRgg== 32535 +IGltcGx5 32536 +IGhhY2tz 32537 +IFJJQ0g= 32538 +INC60LLQsNGA 32539 +INC/0YDQtdC60YDQsNGB 32540 +IGRlcGVuZGVuY3k= 32541 +IOyaqQ== 32542 +IOyxhQ== 32543 +IHfDpGhyZW5k 32544 +IHN1bGxh 32545 +IFBpdHRzYnVyZ2g= 32546 +IGVzZW1waW8= 32547 +vOuhnA== 32548 +cHJvdA== 32549 +IFJvc2Vu 32550 +IEluZGVwZW5kZW5jZQ== 32551 +IHBhcnNsZXk= 32552 +aWVnZW4= 32553 +IGhhdw== 32554 +IGFxdWVsbA== 32555 +IENBUA== 32556 +INGA0LDQsdC+0YLQsNGC0Yw= 32557 +IENsaWZm 32558 +aW9uYXI= 32559 +IHNlY3VyaW5n 32560 +zr3OtQ== 32561 +IHV0aWxpcw== 32562 +IGNvdWxl 32563 +IFBpbmc= 32564 +IHRyZWs= 32565 +IGZhaw== 32566 +IGVub3JtZQ== 32567 +IOyLqw== 32568 +IGRvdWJsaW5n 32569 +INC90YDQsNCy0LjRgtGB0Y8= 32570 +IGhlZA== 32571 +aG92ZW4= 32572 +IFN0YW5kaW5n 32573 +IG3DrW4= 32574 +IEppbWlu 32575 +IG1vbmFyY2g= 32576 +IGNva2U= 32577 +IG1y 32578 +IGNsaWM= 32579 +w40= 32580 +IGltcGVhY2htZW50 32581 +IGR1cmFiaWxpdHk= 32582 +IHZhcmlvcw== 32583 +IGNvbW1lcmNpYWxz 32584 +IGdyZWV0aW5ncw== 32585 +IFJp 32586 +IEFwcHJlY2k= 32587 +7J6I64qU 32588 +IHLDqXN1bHQ= 32589 +w6lydA== 32590 +IHNhbHV0ZQ== 32591 +IHBvZGVyaWE= 32592 +IHN1bnJpc2U= 32593 +dmVjaw== 32594 +IHJlbHVjdGFudA== 32595 +IGNvbW1pc3Npb25lcg== 32596 +w6J0ZQ== 32597 +IEtlbm55 32598 +IFNpcmk= 32599 +IOuKmA== 32600 +IEVF 32601 +IHVuY2g= 32602 +0LrQvtC9 32603 +INin2YTYpQ== 32604 +IGJlbHRz 32605 +IGhhc3M= 32606 +INC80L7Rjw== 32607 +IGRpc3BsYWNlZA== 32608 +IGFicmE= 32609 +zq3Ouw== 32610 +IHNjcmF0Y2hlcw== 32611 +IGNvbWV0 32612 +IGF1dGhvcml6YXRpb24= 32613 +IExMQw== 32614 +IHByb2R1aw== 32615 +IHJlaGFiaWxpdGF0aW9u 32616 +5Z4= 32617 +0ZbRhw== 32618 +dWRpbmc= 32619 +b2xpdA== 32620 +IDEwNQ== 32621 +IGV4cGFuZHM= 32622 +IGFsdHJp 32623 +IEtvbW1lbnQ= 32624 +IGFuZg== 32625 +UGw= 32626 +IE1hbmE= 32627 +ZmVk 32628 +IGJyaQ== 32629 +IG9yYQ== 32630 +R3M= 32631 +IEd1cg== 32632 +dWNrbGFuZA== 32633 +IGp1bmN0aW9u 32634 +IGlyb25pYw== 32635 +IEZlZWQ= 32636 +IHByYWt0 32637 +IEhhbW1lcg== 32638 +jOuPhA== 32639 +IFRyYWN5 32640 +IEFzaWRl 32641 +0L3QtdCz0L4= 32642 +INC40YHQv9C+0LvRjNC30L7QstCw0YLRjA== 32643 +IHphag== 32644 +IGVxdWl0YWJsZQ== 32645 +IGN1cmI= 32646 +IGRlcml2YXRpdmVz 32647 +IHB1cHBpZXM= 32648 +IEtlbm5ldGg= 32649 +IENvbXBs 32650 +aWdyYW0= 32651 +IEdhcmNpYQ== 32652 +KSI= 32653 +IEhhcmJvcg== 32654 +ZXN0aWFs 32655 +IGVycw== 32656 +5rk= 32657 +IHVud2FudGVk 32658 +IGJlbGFuZw== 32659 +0LDQs9C+ 32660 +ZW1i 32661 +ZG9z 32662 +IOyZnOs= 32663 +IEJ1ZGdldA== 32664 +IGJhdHRsaW5n 32665 +2K3Yqg== 32666 +a29r 32667 +0L3QsNGH0LDQu9Cw 32668 +IHBsYWc= 32669 +IGNhbnRpZGFk 32670 +IGdydXBvcw== 32671 +IHBsdWdpbnM= 32672 +bGVyaW5p 32673 +INC40LzQtdC10YI= 32674 +IHNvenVzYWdlbg== 32675 +b2xpY3M= 32676 +IHB1ZWJsbw== 32677 +IHJlbWluaXM= 32678 +csOkbg== 32679 +IE1vcnJpc29u 32680 +IGxpbmhh 32681 +IGJyZWF0aHM= 32682 +IFRhc3Rl 32683 +IGVuZnJlbnQ= 32684 +IERvY2tlcg== 32685 +INC00LXQvQ== 32686 +IGV0aG5pY2l0eQ== 32687 +IHdvYg== 32688 +IHN1ZmZlcnM= 32689 +IHRyYW5zaXRpb25pbmc= 32690 +IFJhbmdl 32691 +xJlkenk= 32692 +INC60LDRgg== 32693 +IHN5bmVy 32694 +IGRvbnV0 32695 +IHByb2JhYmlsaXRpZXM= 32696 +IE9tYXI= 32697 +V2hpY2g= 32698 +dWlzaA== 32699 +aXNpbg== 32700 +IGRlbW9z 32701 +IOyggOq4sA== 32702 +IOuYkeqwmQ== 32703 +INC10LTQuNC9 32704 +IGNlcnZl 32705 +IGpva2E= 32706 +SUFO 32707 +IGtpbG9tZXRlcg== 32708 +IGhvcml6b250YWxseQ== 32709 +IEJoYWc= 32710 +IC0+ 32711 +IE1vbml0b3I= 32712 +IGtub3dsZWRnZWFibGU= 32713 +IGZhdg== 32714 +IHBpbm5lZA== 32715 +IGVCYXk= 32716 +aWNrZXI= 32717 +IOyeoOq5kOunjA== 32718 +IFhpYW9taQ== 32719 +IGNhcGl0 32720 +IG5w 32721 +IDE5NjU= 32722 +aG9l 32723 +IG5vaw== 32724 +IFNhZ2U= 32725 +INC90LXQu9GM0LfRjw== 32726 +IFRvdw== 32727 +Z2Ft 32728 +IGRpY2Vu 32729 +IFNVQlNDUklCRQ== 32730 +IHJlYm9vdA== 32731 +IHBhag== 32732 +IOuztOyXrOs= 32733 +IHRoaWNrZW4= 32734 +IFJlYWxpdHk= 32735 +aWTDpG4= 32736 +TmE= 32737 +IOqyg+ydgA== 32738 +ISEp 32739 +IHJvdXRpbmVz 32740 +INC+0LTQvdC+0LPQvg== 32741 +IGV4dGluZw== 32742 +IOymnQ== 32743 +IHN1bGZ1cg== 32744 +IGNhcnZl 32745 +IGFzdGVyb2lk 32746 +IFdhcnJpb3I= 32747 +IHBob3RvZ3JhcGhlcnM= 32748 +IHBlbGw= 32749 +IGNyb3Nzb3Zlcg== 32750 +IGhhY2Vtb3M= 32751 +IE5lag== 32752 +IHNldHRsaW5n 32753 +IGlybQ== 32754 +IEJvb2tz 32755 +aWVudMO0dA== 32756 +IGVzcGFjaW8= 32757 +IFNjaG9sYXJz 32758 +IGRvb21lZA== 32759 +IElSUw== 32760 +d29obA== 32761 +IHNlZ3Vl 32762 +IOuIhOqwgA== 32763 +IHByYXRpYw== 32764 +QlQ= 32765 +IENvbnNpZGVyaW5n 32766 +IEJ1ZmZhbG8= 32767 +IHRyYWluaW5ncw== 32768 +IGdlYnJ1 32769 +IEdsZWljaA== 32770 +IHBpcmF0ZXM= 32771 +IGVudmVsb3A= 32772 +IHJlb3Blbg== 32773 +aW1hdA== 32774 +IHRlZQ== 32775 +IHN1ZWQ= 32776 +ZmVo 32777 +INeU16c= 32778 +IGRpZXRz 32779 +IGp1bnRvcw== 32780 +YXN0bw== 32781 +IG1pc3VuZGVyc3Rvb2Q= 32782 +IHJ1aW0= 32783 +IGNsYXNzaWZ5 32784 +INC/0YDQvtC00YPQug== 32785 +IGluc2U= 32786 +IGlsbHVzdHJhdGVk 32787 +IGNvcnJvc2lvbg== 32788 +IGFjY3JlZA== 32789 +IEF1bnRpZQ== 32790 +INC/0YDQuNCy0LXRgg== 32791 +IExJVkU= 32792 +IHJlaw== 32793 +IHJlY2VpcHQ= 32794 +IEJhcmJpZQ== 32795 +IFNuYWtl 32796 +dHVybg== 32797 +SmVmZg== 32798 +lYQ= 32799 +Vk9JQ0VPVkVS 32800 +Y29sbA== 32801 +IHJ1bm5lcnM= 32802 +7KCc6w== 32803 +b3Nvcw== 32804 +bW9vbg== 32805 +IGtleW5vdGU= 32806 +IEluc3RpdA== 32807 +U1BFQUs= 32808 +IHBsdWdz 32809 +IGN1cnY= 32810 +IFl1cmk= 32811 +IFRoZXJlcw== 32812 +IFBz 32813 +IM68z4DOvw== 32814 +IGNvbnZlcnRlcg== 32815 +IHJlZmluZQ== 32816 +IGJhZGFzcw== 32817 +IM6/zrk= 32818 +IHJlZ2Vu 32819 +YXp6aQ== 32820 +2YrZgQ== 32821 +IHNlaXplZA== 32822 +IGnDp2Vy 32823 +aWxlZQ== 32824 +IHVwc3RyZWFt 32825 +IGJ1ZHM= 32826 +IHBpbQ== 32827 +IO2VmOujqA== 32828 +IGFsbHVkZWQ= 32829 +IHRoZW1lZA== 32830 +IGNvbnNpc3Rpbmc= 32831 +IGJvbnM= 32832 +dW51eg== 32833 +INC/0YDQvtCy0L7QtA== 32834 +IExvdmVseQ== 32835 +4KWL 32836 +IHBhcmFjaA== 32837 +IFN0YWF0cw== 32838 +IHNlbGVjdGl2ZQ== 32839 +IGZhc2U= 32840 +IEdlb3JnZXQ= 32841 +IGNvY2FpbmU= 32842 +IHJlcHJvZHVjdGlvbg== 32843 +IExhcmE= 32844 +IExE 32845 +IGdo 32846 +Sm9u 32847 +IGzDpQ== 32848 +IOuRkOs= 32849 +IHR5cGVk 32850 +IEJhbmE= 32851 +65Oc6w== 32852 +IHNhdm9yeQ== 32853 +IFpvbWI= 32854 +c3RhbmRlbg== 32855 +IHBlZGVzdHJpYW4= 32856 +IGRpZmbDqXJlbnRz 32857 +IOyLuA== 32858 +IGNvbXBsYWluZWQ= 32859 +INCa0YLQvg== 32860 +INec16Q= 32861 +YWxpxZtteQ== 32862 +IG1vcnRhcg== 32863 +IHZlcmRpY3Q= 32864 +IHN1ZmljaWVudGU= 32865 +IE1pbGxpb24= 32866 +bWl0dGVs 32867 +aW5hbHM= 32868 +INin2YTYrg== 32869 +0LDRjtGB0Yw= 32870 +IG1pxJlkenk= 32871 +IE9sZQ== 32872 +IGludmVydA== 32873 +Y3p5xIc= 32874 +0L7Qt9C80L7QttC90L4= 32875 +c3RhcnRlcg== 32876 +IGF1ZGl0b3I= 32877 +IFNjb3V0 32878 +Y2hpZW4= 32879 +IFN2ZXJpZ2U= 32880 +dWZmbGVk 32881 +IHplaG4= 32882 +IEF1Y2tsYW5k 32883 +IGFyZ2VudA== 32884 +IDE5NzY= 32885 +IEhvZQ== 32886 +IGJvdGhlcnM= 32887 +IHNvY2lhbGlzdA== 32888 +IHBsaWVycw== 32889 +IGVtZXJnZW4= 32890 +IFhQ 32891 +0LXRgNC+0LI= 32892 +TW9yZQ== 32893 +IExldmk= 32894 +IEFuZGVycw== 32895 +aWJpbGlkYWQ= 32896 +IFBhcmVudHM= 32897 +IGluZHVjZWQ= 32898 +7Ja07KQ= 32899 +IGJhbGFuY2Vz 32900 +INCy0YvRiA== 32901 +IHN1Ym1hcmluZQ== 32902 +U3RhcnQ= 32903 +IGRyaWVz 32904 +IHZvbHZlcg== 32905 +IHRpY2tpbmc= 32906 +Y290dA== 32907 +IGZhag== 32908 +cHLDqXM= 32909 +IFNhYmI= 32910 +INC30LDRhw== 32911 +INC/0L7QutGD0L8= 32912 +IGJhcHRpemVk 32913 +IEJyaWxsaWFudA== 32914 +INCR0L7Qsw== 32915 +IG1vdHM= 32916 +Yml0cw== 32917 +IGxhdHRpY2U= 32918 +IGNvcmlhbmRlcg== 32919 +IHJlc2lkZW5jeQ== 32920 +eW5j 32921 +IHBpZXJ3c3p5 32922 +IEtub2Nr 32923 +IFphcA== 32924 +INCV0LI= 32925 +6rKs 32926 +IHVuZXZlbg== 32927 +IEphcw== 32928 +b2Rvcg== 32929 +NzQ= 32930 +IFNpdGU= 32931 +IGFjb250ZWNldQ== 32932 +eW1wdA== 32933 +IHRyaWxvZ3k= 32934 +IGxhbnRlcm4= 32935 +IFp1Y2tlcg== 32936 +dmFyaQ== 32937 +d2VsbGluZw== 32938 +IFBvdGF0bw== 32939 +Z29tZXJ5 32940 +IHJlYWN0ZWQ= 32941 +IENocm9u 32942 +IGplZGU= 32943 +YmVlbGQ= 32944 +IHR3ZW50 32945 +IGxhY3Q= 32946 +IHLDqXNl 32947 +IHJlbGVudA== 32948 +IGZ1cm5hY2U= 32949 +IHdpZGdldA== 32950 +IGVhcnRocXVha2Vz 32951 +IEFkanVzdA== 32952 +aWxpdA== 32953 +INij2Yg= 32954 +IGhlYXJpbmdz 32955 +IGRlZmVuZGFudA== 32956 +aXJzaW5peg== 32957 +IGJhc2s= 32958 +Y2ph 32959 +nKg= 32960 +IHJpZmxlcw== 32961 +IGluc3RhbA== 32962 +IEZvcmdpdmU= 32963 +cGljYWw= 32964 +INCe0YfQtdC90Yw= 32965 +IHBldGl0ZXM= 32966 +IGhw 32967 +IHJlbm93bmVk 32968 +IElubg== 32969 +IOyjvOyEuOyalA== 32970 +IGVtcGhhc2l6ZWQ= 32971 +IOyeiOyjoA== 32972 +IOqyg+ycvOuhnA== 32973 +xZM= 32974 +Z2lsaQ== 32975 +RGF2ZQ== 32976 +IGV4aGF1c3Rpbmc= 32977 +xYJ1Zw== 32978 +IHNjaGVtYQ== 32979 +zrzOrA== 32980 +Y3ljbA== 32981 +IGF1dGFudA== 32982 +IHBhcmNlbA== 32983 +IG1hdGVyaWE= 32984 +IEJlcnJ5 32985 +INGB0LDQvNC4 32986 +IGV4dHJhY3RlZA== 32987 +IFNheWluZw== 32988 +aXNtYXRpYw== 32989 +INC/0L7Qv9GA0L7QsQ== 32990 +IG5ldXJvbg== 32991 +Z3JhcGg= 32992 +nOuptA== 32993 +IGVuY2xvc3VyZQ== 32994 +IEpvaGFubg== 32995 +IGFmdGVybWF0aA== 32996 +0YLQvtCx 32997 +IHXFvHk= 32998 +IHNhbXA= 32999 +MzYw 33000 +IE1laQ== 33001 +IHRhY28= 33002 +IHJlY2VwdG9ycw== 33003 +IHB1bmNoZXM= 33004 +IEhvamU= 33005 +INmH2YbYpw== 33006 +PSIj 33007 +IEFuZ3VsYXI= 33008 +IG11c2lxdWU= 33009 +IHJvbA== 33010 +IMOx 33011 +c3RlcnJlaWNo 33012 +IGNsYW0= 33013 +IFRyZWFzdXJ5 33014 +Y2hlbWljYWw= 33015 +IGFwYXI= 33016 +IGFwcGVuZA== 33017 +IGZvcmJpZA== 33018 +IEhhbWJ1cmc= 33019 +0LDQutC+0LI= 33020 +IOq4iA== 33021 +aWxkYQ== 33022 +IHByZXBhcmF0aW9ucw== 33023 +IG1vZ8SF 33024 +IGNhbWlubw== 33025 +RXJpYw== 33026 +IEJsaW5k 33027 +IERpc2NvdmVyeQ== 33028 +7Lig 33029 +IGludGVycHJldGVy 33030 +IGJyZWQ= 33031 +IFBzYWxt 33032 +IGRlZmVuZGVk 33033 +7Ims 33034 +IEVyZmFocg== 33035 +IFBlYWNo 33036 +IG1vb25z 33037 +IE9zdA== 33038 +IHNww6ljaWFs 33039 +IGFycml2ZXI= 33040 +IFdpcw== 33041 +dWNp 33042 +IHJvYm90aWNz 33043 +SVZF 33044 +IHNpZWdl 33045 +YXJsYQ== 33046 +IHNlcGFyYXRlcw== 33047 +IFRD 33048 +7Y+w 33049 +cXVpc2l0ZQ== 33050 +IHBhcmVudGhlc2Vz 33051 +0LjQutC1 33052 +IHRyb3Vz 33053 +INGB0LjQu9GM 33054 +IGJlZXJz 33055 +INC/0LvQsNGC 33056 +IHNvbGE= 33057 +IGTDqHM= 33058 +bWluZ2hhbQ== 33059 +aWt0ZQ== 33060 +IG9vcHM= 33061 +IHR3aXRjaA== 33062 +z4g= 33063 +IFNob3VsZG4= 33064 +dXZyZQ== 33065 +IGxlZXI= 33066 +Y3JpcHRpb25z 33067 +IGV5ZXNoYWRvdw== 33068 +IEd1bw== 33069 +IFBvd2VsbA== 33070 +IHN1cHVlc3Rv 33071 +IGFuYQ== 33072 +cmFscw== 33073 +IE1vbnRyZWFs 33074 +IHN1cmZpbmc= 33075 +INCf0LXRgNCy 33076 +157XlQ== 33077 +IG1pbGxpc2Vjb25kcw== 33078 +IHN1YnVyYnM= 33079 +IHBsYW5ldGE= 33080 +0YPRiNC60LA= 33081 +aHJsaWNo 33082 +IEhZ 33083 +INiz25I= 33084 +IE1N 33085 +IEVmZg== 33086 +IEhT 33087 +YW5zb24= 33088 +IOyngeygkQ== 33089 +IHN1bw== 33090 +IGRlcGxveWluZw== 33091 +IGt1bnQ= 33092 +dGVyaW5n 33093 +IGVyZWN0 33094 +7J6l7J20 33095 +IOydjOyLnQ== 33096 +IHNwZWNpbWVu 33097 +IS4uLg== 33098 +IGxpZ25l 33099 +IGtvbnN0 33100 +YWRlcXU= 33101 +IOyDge2DnA== 33102 +IGFjY2Vzc2Vk 33103 +IFBvbGU= 33104 +a2lsbA== 33105 +IOuyhOs= 33106 +IGF1dGhlbnRpY2l0eQ== 33107 +IGFwcGVsbGU= 33108 +dWxsZQ== 33109 +IHJldmlzaW9u 33110 +IGdvYXRz 33111 +0LPQu9C4 33112 +IHBhdQ== 33113 +IFJhbmdlcg== 33114 +IEltYWc= 33115 +YXV0aG9y 33116 +IGV2ZQ== 33117 +IE1lc3Nlbmdlcg== 33118 +IG5heQ== 33119 +IHdob2xlcw== 33120 +w6R0dGU= 33121 +IG9ud2FyZHM= 33122 +IERlcG9pcw== 33123 +IO2RnO2YhA== 33124 +IFNBUlM= 33125 +IHdzenlzdGtpY2g= 33126 +IGRlc3RydQ== 33127 +dW1iaW5n 33128 +IGNvbXBhdGliaWxpdHk= 33129 +IG1pc2luZm9ybWF0aW9u 33130 +b2RvcmU= 33131 +IEZhdm9y 33132 +ZWtv 33133 +j4w= 33134 +d2F1a2Vl 33135 +IFRlYWNoaW5n 33136 +IEtP 33137 +IGJldHRpbmc= 33138 +IHF1ZXN0cw== 33139 +IHZpdnJl 33140 +INC80YPQt9GL 33141 +IHNhZ2E= 33142 +IHN3ZWxs 33143 +IGdlaGU= 33144 +INC+0YDQs9Cw0L3QuNC3 33145 +IGdpZGU= 33146 +IEdyb3Nz 33147 +IGRhbGVq 33148 +IGNsYXdz 33149 +4buZYw== 33150 +IHByZWp1ZGljZQ== 33151 +IGluc2lnbg== 33152 +aWhvb2Q= 33153 +IHBsZWQ= 33154 +IGTDs25kZQ== 33155 +IFBvbGl0aWNhbA== 33156 +IHByZW1pc2Vz 33157 +dW5kZXJ0 33158 +2LnYqg== 33159 +b25uZW4= 33160 +IGVzcGHDp28= 33161 +IGbDqQ== 33162 +IEhhcnJpc29u 33163 +IENlbnN1cw== 33164 +IGNhcmRpbw== 33165 +IGRpeQ== 33166 +IG1pbGlldQ== 33167 +IGpvdXJuw6ll 33168 +IFJlbGVhc2U= 33169 +TklF 33170 +IE11aw== 33171 +aWTDqWU= 33172 +4buNaQ== 33173 +IGnDp2luZGU= 33174 +npk= 33175 +IHJlc29uYXRl 33176 +IG1vbGVz 33177 +IEZseWluZw== 33178 +IEdsb3JpYQ== 33179 +IFBhc3Rvcg== 33180 +IEFyZW5h 33181 +Tk9O 33182 +0L7Qu9C+0LI= 33183 +IGFsbMOt 33184 +b21hdA== 33185 +7Ja064+E 33186 +IGNhcmFjdGVyw61zdA== 33187 +IGRlY2xpbmluZw== 33188 +0ZbRjw== 33189 +YW5jbw== 33190 +IEluZm9ybQ== 33191 +IGJhcmdhaW4= 33192 +IGJ1c2hlcw== 33193 +IE5hdHVyYWxseQ== 33194 +IHJlY2h0cw== 33195 +IFRlbnNvcg== 33196 +IFBhdHJpY2lh 33197 +IHByaW5jaXBpbw== 33198 +IE11bWJhaQ== 33199 +IHdvbWI= 33200 +IG5vc3RyYQ== 33201 +IGRpbGVtbWE= 33202 +IGlyZ2VuZHdhbm4= 33203 +IDE5NjQ= 33204 +IGVuZXJnw61h 33205 +INC90LDRgA== 33206 +IHNlZ3JlZ2F0aW9u 33207 +IEF0aGxldA== 33208 +IMK7LA== 33209 +IHllbmk= 33210 +IFNlaXQ= 33211 +IHZlbm9t 33212 +IGRha2lrYQ== 33213 +IOuPjOs= 33214 +IMOJbA== 33215 +IGZ1cw== 33216 +IE1vZw== 33217 +pr3ri4jri6Q= 33218 +IHJlbWFy 33219 +IFRlZGR5 33220 +IGJyZWFzdHM= 33221 +aWNhbnM= 33222 +a2Fw 33223 +IGjGoW4= 33224 +IEpQ 33225 +IHJlc3VycmVjdA== 33226 +IOyduOs= 33227 +aGVyaWNhbA== 33228 +IGZvdG9ncmFm 33229 +IEpvc8Op 33230 +IGxpdmVsaWhvb2Q= 33231 +IGJpYmxp 33232 +dGVyaQ== 33233 +IHZvcnN0ZWxsZW4= 33234 +IEFBQQ== 33235 +IGFzc2Vzc2luZw== 33236 +WUE= 33237 +IHNwbGVuZA== 33238 +IGV4Y2F2 33239 +IGJhcHRpc20= 33240 +eWxs 33241 +d293 33242 +TWFj 33243 +IHBsYXN0aWNz 33244 +dGVva2Jva2tp 33245 +IGludMOpcmVzc2FudA== 33246 +IGNvbW1hbmRlZA== 33247 +IGZhbW91c2x5 33248 +INCY0LvQuA== 33249 +IE1hbnVlbA== 33250 +IHNvdXRod2VzdA== 33251 +IGRlZm9ybWF0aW9u 33252 +w61jdWxv 33253 +INC90LDRhdC+0LTQuNGC0YHRjw== 33254 +IFBhdHRlcg== 33255 +ZGVncmVl 33256 +IGN6xJlzdG8= 33257 +Ii0= 33258 +IOyFiw== 33259 +IG1hbmdlcg== 33260 +IFRydXN0ZWU= 33261 +gOumrA== 33262 +IHB1bnRvcw== 33263 +aXZhYmxl 33264 +IHZvbGF0aWxl 33265 +IOuKkA== 33266 +IGluc3RhYmlsaXR5 33267 +IGNpZWw= 33268 +Y2nEhQ== 33269 +IHB1cml0eQ== 33270 +0L3QvtGB0YI= 33271 +U2ls 33272 +ZWRhcg== 33273 +Tk9VTkNFUg== 33274 +IHNwZWxsZWQ= 33275 +R0VS 33276 +IHNhbmN0dWFyeQ== 33277 +IGFjY2VsZXJhdGluZw== 33278 +IHNjb3V0 33279 +INC/0YDQtdCy 33280 +ZmFocmVu 33281 +IOuCmOyYqA== 33282 +IHBvY3rEhXQ= 33283 +IE1ldQ== 33284 +a2Fhcg== 33285 +s7Tqs6A= 33286 +YWtyYQ== 33287 +RG93bg== 33288 +IMOEcg== 33289 +IEVsaXRl 33290 +IGFsbG9ucw== 33291 +IG1heW9ubmFpc2U= 33292 +IFN1c3RhaW4= 33293 +cHJpc2luZ2x5 33294 +IHN1cGVydmlz 33295 +IOq3uOugh+yjoA== 33296 +IHVuZW1wbG95ZWQ= 33297 +IGZyZXNobHk= 33298 +INee16I= 33299 +IERo 33300 +IHRhY2tsaW5n 33301 +IG9ncg== 33302 +IOy0iOs= 33303 +IGxvZnQ= 33304 +YXJhaA== 33305 +IEFpcmw= 33306 +IERpcg== 33307 +INCc0L7QttC90L4= 33308 +IGJvb2tpbmc= 33309 +IENSQQ== 33310 +IGh0dHBz 33311 +IGNob2tl 33312 +IGdvd24= 33313 +IG5vaXRl 33314 +IHphYw== 33315 +aXN0b2w= 33316 +IHNlY3Jl 33317 +IHJlc2VtYmxlcw== 33318 +IGN1YWQ= 33319 +7IKs6rCA 33320 +c2hvdw== 33321 +IGJsYW5j 33322 +IGFndQ== 33323 +IFByaW50 33324 +YXN0ZWQ= 33325 +IFdlYXRoZXI= 33326 +aXBs 33327 +IG9ic2N1cmU= 33328 +IGNvbnRl 33329 +b3VnaHM= 33330 +KTs= 33331 +IERhbWU= 33332 +IGNsYXJpZmljYXRpb24= 33333 +IGludGltYWN5 33334 +IHVwaG9sZA== 33335 +IE1pcnJvcg== 33336 +IHdhZ29u 33337 +eGlkZQ== 33338 +IGNsb2c= 33339 +YXBwZXI= 33340 +IEltbWVkaWF0ZWx5 33341 +w7pkZQ== 33342 +IHRvdWNoZG93bg== 33343 +IHJvb2Z0 33344 +0LDRiNCw 33345 +IMOnxLFrdA== 33346 +IGxhaXNzZXI= 33347 +IFVucmVhbA== 33348 +ZW5zaXRpdmU= 33349 +IDEyMw== 33350 +IHBsYXN0ZXI= 33351 +IGR1Y2tz 33352 +IGV0bWU= 33353 +IGJpc2hvcA== 33354 +YnJldmk= 33355 +IGJpYw== 33356 +IHJ1bnRpbWU= 33357 +IGFtYml0aW9ucw== 33358 +0LzQsNGC 33359 +IFdlaW4= 33360 +IE1hcmk= 33361 +IO2KuOs= 33362 +IHJlc29sdmVy 33363 +IG5nw6B5 33364 +IFJpc2U= 33365 +IENydXM= 33366 +IG1lcmNoYW5kaXNl 33367 +IGVsaQ== 33368 +IHN0YXRld2lkZQ== 33369 +IG93bA== 33370 +IHR3aXN0aW5n 33371 +IGNvbnRhbWluYXRlZA== 33372 +IENvbW1lcmNl 33373 +aHl0aG0= 33374 +IMOI 33375 +IOyLpOs= 33376 +IG11c3N0ZQ== 33377 +dWly 33378 +IHN1bXM= 33379 +IFNvbWV3aGVyZQ== 33380 +IGthbWk= 33381 +IGFpcmVk 33382 +IEFORFJFVw== 33383 +IOq6 33384 +IHZpZW5kbw== 33385 +IGFudGlib2R5 33386 +IGFic29sdW1lbnQ= 33387 +IHByb3Rlc3RlcnM= 33388 +IFF1w6liZWM= 33389 +c3RhZHQ= 33390 +U2hhdW4= 33391 +IGNoYW1iZXJz 33392 +IFdlYXI= 33393 +IEVmZmVjdHM= 33394 +IGhhemFyZHM= 33395 +IG5laQ== 33396 +IGNvcmF6w7Nu 33397 +IOG8 33398 +IFNH 33399 +lKk= 33400 +IOyXreyLnA== 33401 +IGNvbWZ5 33402 +IENvZHk= 33403 +IHBlbnNhbmRv 33404 +IGdhbnNrYQ== 33405 +IEFjcm9zcw== 33406 +w7ZsbGln 33407 +YWJ5dGU= 33408 +IHdlZGdl 33409 +IGthbGlhbg== 33410 +IHNpZ3Vl 33411 +ZW5kZXM= 33412 +IEdyb8Of 33413 +IHV0aWxpc2Vy 33414 +IGZsb3du 33415 +0LDQvdC40Y4= 33416 +IGxldmFy 33417 +cmVzdHJpYWw= 33418 +IGlsbHVzdHJhdGlvbnM= 33419 +IGFzbMSxbmRh 33420 +QkxFRVA= 33421 +INC00L7RgdGC 33422 +IHR1cnJldA== 33423 +IHN1aXRjYXNl 33424 +emnEmWtp 33425 +IHNrZXRjaGVz 33426 +IGFjcmVk 33427 +IFJlaQ== 33428 +IHRzdW4= 33429 +IFNhZw== 33430 +IHRoaXJkcw== 33431 +IEtJUkJZ 33432 +cmFp 33433 +IGh1bWFub3M= 33434 +IHJlY29tbWVuZHM= 33435 +IGV4dHJhb3JkaW5hcmlseQ== 33436 +IGNvbW1lbmNlbWVudA== 33437 +S04= 33438 +b3Bleg== 33439 +INeR16k= 33440 +IGxldGhhbA== 33441 +IEVzdGFtb3M= 33442 +IGluc3BlY3Rvcg== 33443 +IFNlb2s= 33444 +ZXVu 33445 +IG9mZnNob3Jl 33446 +IGdldHRpbg== 33447 +eWVhcnM= 33448 +IFNpbGVuY2U= 33449 +IE5hdHVy 33450 +dXB1bg== 33451 +IHRyenk= 33452 +IG5vZ2V0 33453 +IGhhbWJ1cmdlcg== 33454 +IFByYWlzZQ== 33455 +w6luZA== 33456 +IDE5NzE= 33457 +eWxpZQ== 33458 +a3JpdA== 33459 +IOyDneqwgeydtA== 33460 +IG1vbWVudG9z 33461 +IGVzdMOp 33462 +IGRpc3NlbWlu 33463 +IGdpZ3M= 33464 +IGRlc2Fm 33465 +IGF2aXM= 33466 +IFpvbw== 33467 +IOyViuydgA== 33468 +aMOkbmc= 33469 +aGFrZQ== 33470 +IEJpc20= 33471 +IHJldGhpbms= 33472 +IE1hbGNvbG0= 33473 +IGlkZW50aWZpZXM= 33474 +bG93ZXI= 33475 +aXhlbA== 33476 +IHR2w6U= 33477 +a2Vk 33478 +aWVyeg== 33479 +IMO2ZmZlbnRsaWNo 33480 +IHByb2NsYWlt 33481 +c29vbg== 33482 +bG9s 33483 +IGxvaQ== 33484 +IGJpdHRlbg== 33485 +cm9sbG8= 33486 +IHNlcm1vbg== 33487 +IGVzcXU= 33488 +IGphY2tldHM= 33489 +IGdyw6FmaWM= 33490 +INC/0L7QutCw0LfRi9Cy 33491 +IGNhYmV6YQ== 33492 +Y2hvZHpp 33493 +IHBlbHZpcw== 33494 +IG5vc3RhbGdpYQ== 33495 +IGJyZXc= 33496 +IHNob3J0Y3V0cw== 33497 +IEFkZW3DoXM= 33498 +IHN1cGVyZmljaWFs 33499 +IGJvY2E= 33500 +aW1lbnRvcw== 33501 +IHNwcm91dHM= 33502 +IEpvbmFz 33503 +IEZsb3JlbmNl 33504 +c3RhdGlj 33505 +ZGF1Z2h0ZXI= 33506 +Kik= 33507 +xYJieQ== 33508 +ZmFzaGlvbg== 33509 +IEdpbmdlcg== 33510 +IOunpOs= 33511 +IGh1c3RsZQ== 33512 +dXRvcw== 33513 +INGC0Y/Qtg== 33514 +IEzDtnM= 33515 +16nXmded 33516 +YW55Y2g= 33517 +dHViZXI= 33518 +IHRpZHk= 33519 +IGZyb250YWw= 33520 +IHdoaXNrZXk= 33521 +IGh1bWlk 33522 +IM6f 33523 +IHJpZGdl 33524 +IG1hcmlu 33525 +IGJpZW50w7R0 33526 +IENhcnJpZQ== 33527 +Y2h3 33528 +IHRhaHVu 33529 +IEVyZ2Vi 33530 +RlI= 33531 +IOygleu2gA== 33532 +IFNvbGRpZXI= 33533 +IGVubGlnaHRlbm1lbnQ= 33534 +IGV4YW1pbmluZw== 33535 +IE5vdHJl 33536 +IGVyYW0= 33537 +IFN1bm55 33538 +IGxheWVyZWQ= 33539 +IERhenU= 33540 +cmFkZXM= 33541 +INC90LDRiNC10Lk= 33542 +IHRpbWJlcg== 33543 +IG1hbm5lcnM= 33544 +IEJpcm1pbmdoYW0= 33545 +IG1pbmlhdHVyZQ== 33546 +b21ldGVycw== 33547 +IGZpbGxlcg== 33548 +IFJpcA== 33549 +IEtvbWI= 33550 +b3duZXI= 33551 +7L8= 33552 +aWRpYW4= 33553 +IGRlbcOhcw== 33554 +INmI2Ko= 33555 +IHByZWNhdXRpb25z 33556 +IGdvdmVybm8= 33557 +emVsZg== 33558 +IENvbXBsZXRl 33559 +IFBoYW50b20= 33560 +INC90LXQtw== 33561 +INC60LDRgNGC 33562 +IEFudHdvcnQ= 33563 +IFBmaXplcg== 33564 +IEZyYW5jbw== 33565 +IHfFgg== 33566 +IGZyaWc= 33567 +ZXNwZXI= 33568 +IGthbGU= 33569 +IGZpbG1tYWtlcg== 33570 +IGt1cnQ= 33571 +IGludmFsaWQ= 33572 +YXJlbGxh 33573 +xINuZw== 33574 +cmFtZW50bw== 33575 +IG51dHJpdGlvbmFs 33576 +IGRpY3RhdG9ycw== 33577 +IGFmaW4= 33578 +IGZ1enp5 33579 +IEdpbmE= 33580 +w7N0 33581 +IEV4dHJlbWFkdXJh 33582 +IGRlbW9uc3RyYXRpb25z 33583 +IE1vbnRnb21lcnk= 33584 +7ZW07ISk 33585 +IEdhbmRoaQ== 33586 +IHJldW5pb24= 33587 +IGpha2nFmw== 33588 +IFp1Zw== 33589 +T1VHSA== 33590 +bGlmdGluZw== 33591 +IOCy 33592 +4bmb4bmj 33593 +ZWI= 33594 +IFdPVw== 33595 +IFNoaXZh 33596 +b21ldHJ5 33597 +IHdpbGRseQ== 33598 +IHRlbmRlZA== 33599 +IG1lZ2Fw 33600 +7LKY 33601 +IG5hdXNl 33602 +IGdlcmVr 33603 +IE1hcmNlbA== 33604 +IG5lc3Rl 33605 +2K7YsQ== 33606 +IGZlaA== 33607 +c3VzcGVuc2VmdWw= 33608 +IFdyZXN0bGU= 33609 +IFBhbGVzdGluaWFucw== 33610 +IEdPUkQ= 33611 +aXlldA== 33612 +INGA0LDQtNC4 33613 +IHZlcnN1Y2hlbg== 33614 +IHRyYW5zaXN0b3I= 33615 +INCf0YDQvtGB0YLQvg== 33616 +INC/0L7QvdGA0LDQsg== 33617 +IHJoeW1l 33618 +IFZlcm1vbnQ= 33619 +cGxhdHo= 33620 +IMSwxZ90ZQ== 33621 +IEhhZw== 33622 +INCY0Lw= 33623 +INGA0LDRgdGB0LrQsNC3 33624 +IG1ldHJvcw== 33625 +IEluZmluaXR5 33626 +d29sZg== 33627 +aWJhbA== 33628 +ZnRpZw== 33629 +INqG 33630 +IO2YueyLnA== 33631 +IG9nZ2k= 33632 +IGRpc3Bvc2l0 33633 +INC/0YDQuNC7 33634 +INCy0YvQv9C+0Ls= 33635 +IHRow7Rp 33636 +IEtFTk4= 33637 +IGhhbmRpbmc= 33638 +YWN0dXM= 33639 +IHRhY29z 33640 +IGZvcm1lcmx5 33641 +IENvcmludGhpYW5z 33642 +0YbRltGX 33643 +IHBhZHJl 33644 +IGNvbmdyZWdhdGlvbg== 33645 +5pE= 33646 +ZmVydA== 33647 +IHN1Ymly 33648 +YWlzZXI= 33649 +cXVh 33650 +YXJhb2g= 33651 +IEN1cnJ5 33652 +IOyViuuKlA== 33653 +0LXQu9GO 33654 +IGZ1c3M= 33655 +IGJvb3R5 33656 +IGxvd3M= 33657 +IGhvbW1lcw== 33658 +IE1I 33659 +IERpc25leWxhbmQ= 33660 +d2VudA== 33661 +IHJlc2lkdWU= 33662 +IGJlZXBpbmc= 33663 +w6R0dGE= 33664 +IG1vdWxk 33665 +IFByb2pla3Q= 33666 +c3RhbGs= 33667 +IGFydGlmYWN0 33668 +IEFudHJhZw== 33669 +IEFNRA== 33670 +IENyeXB0 33671 +IOuplA== 33672 +IEZlbGlwZQ== 33673 +IENPQg== 33674 +ZWx1 33675 +IHNlbGZpZXM= 33676 +IFNhbnRp 33677 +Y2h1dHo= 33678 +INCj0LrRgNCw0Zc= 33679 +Z2VzYW10 33680 +IGZsb2Nr 33681 +amF6 33682 +cGxhaW4= 33683 +IHdyaW5rbGVz 33684 +IHJlYWlz 33685 +IHBhbGpvbg== 33686 +IGVtcG93ZXJtZW50 33687 +IGF0dGVuZGVlcw== 33688 +cHBh 33689 +IG5lZGVu 33690 +0L7QvdGL 33691 +IHRpbWVmcmFtZQ== 33692 +IENoZXJyeQ== 33693 +IGlkw6ll 33694 +IGdhZw== 33695 +IGRvbmtleQ== 33696 +IMO0bmc= 33697 +IEhhcmU= 33698 +IEthcmE= 33699 +IGFjb21wYW4= 33700 +cGxhY2Vz 33701 +aW1pZW50b3M= 33702 +IEhhbW0= 33703 +0LHQuA== 33704 +dWJlbg== 33705 +aWxpeW9y 33706 +IHRoaXJzdA== 33707 +IGtyeQ== 33708 +IEdlb3JnZXRvd24= 33709 +16DXlA== 33710 +IG9yY2g= 33711 +IGhlYXJ0YmVhdA== 33712 +IHRyYW5zZm9ybWF0aW9ucw== 33713 +ZXN0b25lcw== 33714 +IEtI 33715 +IGNhcnRvb25z 33716 +IGFuY2k= 33717 +IHdvcnRobGVzcw== 33718 +IHRhaWxvcmVk 33719 +cHU= 33720 +QW1lcmljYW5z 33721 +IHBpbGVz 33722 +IE1vbmtleQ== 33723 +IGJhc2lu 33724 +IFRlbXBlcg== 33725 +IFBhaW50 33726 +IHB1bmNoaW5n 33727 +IGJhaWs= 33728 +IE9ha2xhbmQ= 33729 +dnJl 33730 +xZ9hbGxhaA== 33731 +eWRk 33732 +IGNhc3VhbGx5 33733 +b2R1 33734 +IGNvZGVk 33735 +IE5vcndlZ2lhbg== 33736 +IFZpbmNl 33737 +IHByZW1hdHVyZQ== 33738 +IFByb21pc2U= 33739 +0LXQutGB0YI= 33740 +IGRldmFzdGF0ZWQ= 33741 +IFByZW1pdW0= 33742 +IFBhcmFt 33743 +IMOWeWxl 33744 +dW11eg== 33745 +UE8= 33746 +cmF0b3Jz 33747 +IGxhbXBz 33748 +IHRlcnJpdG9yaWFs 33749 +IGJhY2tib25l 33750 +bGlzdGVk 33751 +RFk= 33752 +INin2YTYsQ== 33753 +IHB1cnN1ZWQ= 33754 +IENvbW1vbnM= 33755 +IOqzoQ== 33756 +bG9ja3M= 33757 +ZWRvcg== 33758 +IGNvbmNlaXZlZA== 33759 +Z2VyZQ== 33760 +IGRpc2FwcGVhcmluZw== 33761 +IFN1bGw= 33762 +IOyXsOs= 33763 +IGhvZmZl 33764 +IGRldG94 33765 +7ZSM 33766 +IHJldGly 33767 +IOuBneuC 33768 +IHBlcmd1bnRh 33769 +IEJPWQ== 33770 +IHBlbm4= 33771 +aMOpcw== 33772 +aG9u 33773 +IGNhdGFzdHJvcGhpYw== 33774 +IGF1c3Q= 33775 +IHRvcnNv 33776 +IOyWtOuKkA== 33777 +IOyCrOuejOuTpOydtA== 33778 +IG1hcnZlbG91cw== 33779 +IEhhcmxleQ== 33780 +YWNoaW5l 33781 +IHRp4bq/ 33782 +aXR0bw== 33783 +IEnDrW0= 33784 +eWxvbg== 33785 +IHNodXRkb3du 33786 +Licn 33787 +IGFwb2xvZ2llcw== 33788 +IENvbW11bmljYXRpb24= 33789 +INCz0L7QstC+0YDRjg== 33790 +4oSi 33791 +w612ZWlz 33792 +YWN1bg== 33793 +IHJldGFpbmluZw== 33794 +IGNvbnRyYWRpY3Rpb24= 33795 +IEFEQU0= 33796 +Q09N 33797 +QnJ5YW4= 33798 +IE1vbnNpZXVy 33799 +IGFkYXB0aW5n 33800 +0KjQkA== 33801 +IFNjcg== 33802 +w6RuZGVydA== 33803 +IHBsYXVz 33804 +IG9uc2V0 33805 +IGFzc2lzdGFudHM= 33806 +IHZhbHZlcw== 33807 +IHNjYXR0ZXI= 33808 +IFJ1c3Q= 33809 +YXdpYQ== 33810 +IHJlYWRpbmVzcw== 33811 +IHBhaXM= 33812 +IGJpYmxl 33813 +IGFtYmllbnRl 33814 +INCw0LzQtdGA0LjQug== 33815 +IHVuY29uZA== 33816 +IGthbGs= 33817 +IG1vYw== 33818 +dW5u 33819 +IGFjdHU= 33820 +IGh1bW1pbmc= 33821 +aXNzaW1v 33822 +IFBhdHJvbA== 33823 +Z293 33824 +IFRIRVk= 33825 +IEJvZGVu 33826 +IEJpZQ== 33827 +IHJlZWw= 33828 +INGD0YHQu9C+0LI= 33829 +IGVuZGVhdm9y 33830 +IFBlcmlvZA== 33831 +dXN0b21lZA== 33832 +bWFscw== 33833 +YWxvbg== 33834 +Qm94 33835 +IM+DzrHPgg== 33836 +IG9tZGF0 33837 +IGFsdHJl 33838 +IEhlaA== 33839 +a2Fk 33840 +IHByb3RlY3Rvcg== 33841 +IGRvbWluYW5jZQ== 33842 +b2R5bmFtaWM= 33843 +IGNvbW11bmljYXRlZA== 33844 +a8O2 33845 +IHByZWRlY2Vzc29y 33846 +IEx1aw== 33847 +IEZsb3dlcg== 33848 +cG9xdWU= 33849 +0YLQuNGA0L7Qsg== 33850 +IHJldHJvc3BlY3Q= 33851 +IGRlY2lzaXZl 33852 +IGV4ZW1wZWw= 33853 +e1w= 33854 +IFLDvGNr 33855 +cml0ZQ== 33856 +IFpldXM= 33857 +IGNhbG9yaWU= 33858 +IGF0dHJhY3Rpb25z 33859 +IEhpbnRlcg== 33860 +IHVobQ== 33861 +IO2MkA== 33862 +IHJ1bGVycw== 33863 +IGRpc2NvdXJhZ2Vk 33864 +IGFjb250ZWNlcg== 33865 +IGFjY2VudHM= 33866 +IE9wdGlt 33867 +IEFsZw== 33868 +a2lkcw== 33869 +MjAyMQ== 33870 +IExpbmRzYXk= 33871 +IGZpbG1tYWtlcnM= 33872 +cHJvd2Fk 33873 +IHRlcnVn 33874 +64u0 33875 +IFNvbW1lcg== 33876 +MjAxOA== 33877 +IGJvcnJvd2luZw== 33878 +IFRyYW5zZmVy 33879 +0L3QvtC/ 33880 +YXJpYXM= 33881 +IGhlYWRwaG9uZQ== 33882 +7Lyc 33883 +IHRyYW5zbGF0aW5n 33884 +IGF1Zmdl 33885 +4K6q4K6f 33886 +d2Vpcw== 33887 +YXZhbnQ= 33888 +cGFpZA== 33889 +YmFieQ== 33890 +IHRvdWdoZXN0 33891 +IHJlcGVhdHM= 33892 +IFRlcmVzYQ== 33893 +TG9yZA== 33894 +IGFjYWJhcg== 33895 +IFJpZGU= 33896 +ZGly 33897 +IGxlbmc= 33898 +IGR3YQ== 33899 +IGhlYWRhY2hlcw== 33900 +IG7hu69h 33901 +INC90LDRgdGC0L7Rj9GJ 33902 +IGJvaWxz 33903 +IGxvbmdpbmc= 33904 +cmlhcw== 33905 +w7NyaW8= 33906 +IFBhcmFkaXNl 33907 +IFNlw7Fvcg== 33908 +ZXJkZW0= 33909 +IHJlaW5zdA== 33910 +IHNhbGFyaWVz 33911 +IGluc2VjdXJpdHk= 33912 +xYJvxZtjaQ== 33913 +INCw0LHRgdC+0LvRjtGC0L3Qvg== 33914 +aW5rZW4= 33915 +IEVkZHk= 33916 +dWRvcw== 33917 +IGR1bW15 33918 +0JrQsNC6 33919 +c2l4 33920 +IGluYm94 33921 +4bqp 33922 +UGVvcGxl 33923 +4buTbmc= 33924 +IG9yZ2FuaXplcnM= 33925 +ZmluZA== 33926 +IMO8bA== 33927 +IENPTQ== 33928 +xbxh 33929 +d2VpbGU= 33930 +Q29tbWVudGFyeQ== 33931 +7Yq466W8 33932 +IE1pdHRlbA== 33933 +a3Vz 33934 +4KSo 33935 +aXJhbA== 33936 +IGdhcm1lbnQ= 33937 +zrnOus6s 33938 +IHN0b29s 33939 +cGF5ZXJz 33940 +IHNoaW1tZXI= 33941 +IE9sbGll 33942 +IEplxbxlbGk= 33943 +IDE5Nzc= 33944 +IGpldXg= 33945 +IGV4dGluY3Q= 33946 +IFRyYW5zcG9ydGF0aW9u 33947 +IE1ha2Vy 33948 +IGpvaG4= 33949 +IHJpY2hlc3Q= 33950 +IHRyYXVtYXQ= 33951 +IGxpZWdlbg== 33952 +tOulvA== 33953 +IHVucmVzdA== 33954 +IFN0cmF3 33955 +IGNvbWE= 33956 +IEtyaXN0ZW4= 33957 +INCa0L7QvdC10YfQvdC+ 33958 +IEJyeWNl 33959 +INGP0LrRlg== 33960 +IHBlYXJscw== 33961 +INC/0L7QvdC40LzQsNGO 33962 +IGFkZGl0aW9ucw== 33963 +IGFzeW1wdA== 33964 +INC80LXQvdGM0YjQtQ== 33965 +IHNjYW5z 33966 +Q2hpbGQ= 33967 +IEhpZGU= 33968 +0LrRg9GO 33969 +ZXRhcw== 33970 +IGRhbms= 33971 +IHBsZWFz 33972 +IGVzc2F5cw== 33973 +IGpldHM= 33974 +INCy0LXQtA== 33975 +IHBvc2l0aXZlcw== 33976 +aG9m 33977 +LSk= 33978 +enpv 33979 +IHN0YXJ0ZXJz 33980 +IHNtaWxlZA== 33981 +IDE5NDQ= 33982 +cXVpZXJh 33983 +IHJvaw== 33984 +IHB1ZXN0bw== 33985 +Tmljbw== 33986 +IHNpbXVsYXRpb25z 33987 +IOC2 33988 +IGludHJpZ3VlZA== 33989 +IE92ZXJ3YXRjaA== 33990 +c2lnaA== 33991 +YmFp 33992 +IOunkOqzoA== 33993 +aWTDqQ== 33994 +IGNyYWJz 33995 +4bqtcA== 33996 +IElyYXFp 33997 +7J2066W8 33998 +0YLRjw== 33999 +IFNvcGhpYQ== 34000 +IEROUw== 34001 +IMO2bmVtbGk= 34002 +IEx1bw== 34003 +naQ= 34004 +IENvdW5zZWw= 34005 +bGlnZW4= 34006 +0LDQvdGM0YjQtQ== 34007 +IHRydW1wZXQ= 34008 +IGRhcGF0 34009 +IEpN 34010 +IEVWRVJZ 34011 +IExheWVy 34012 +IGPDtA== 34013 +0L3QsNC7 34014 +IEpvbw== 34015 +IEhhY2s= 34016 +IHN1bnQ= 34017 +IExlb25hcmQ= 34018 +IEZpcmViYXNl 34019 +w6RuZ2Vy 34020 +IGV4cGxvZGluZw== 34021 +dm95 34022 +IOymkA== 34023 +INGB0LXRgNGM 34024 +IHNldmVyaXR5 34025 +IGJlc3RpbW0= 34026 +IHRpcmluZw== 34027 +IHByb2N1cmVtZW50 34028 +IGRpcGxvbWFjeQ== 34029 +IGRlY29yYXRpdmU= 34030 +INmK2Kc= 34031 +IHBlbmV0cmF0aW9u 34032 +1as= 34033 +IG91dHJpZ2h0 34034 +RU5F 34035 +IFVuaQ== 34036 +b2RsZXM= 34037 +IHplcm9z 34038 +IGRlbGlnaHRmdWw= 34039 +am0= 34040 +IGRvcG8= 34041 +IHBvc2l0aXZpdHk= 34042 +IFZJU1RB 34043 +IFJlc291cmNl 34044 +7YOA6w== 34045 +0YjQuNC1 34046 +Q2FybA== 34047 +IHBpcGluZw== 34048 +IGNob3BwaW5n 34049 +IEdhbnpl 34050 +w7xzcw== 34051 +IEFv 34052 +IHNoYXR0ZXJlZA== 34053 +IERldGVjdGl2ZQ== 34054 +IHVuZG91YnRlZGx5 34055 +IGhhbGx1Yw== 34056 +IGVuY2g= 34057 +0YvRh9C90L4= 34058 +0YPQu9GP0YA= 34059 +aXNlc3Rp 34060 +IHBlZGFscw== 34061 +IGR1cnVt 34062 +pO2U 34063 +bGFpbWVy 34064 +IHByb3ByZQ== 34065 +Q3U= 34066 +IHRyYW5zbGF0b3I= 34067 +IGNhxYI= 34068 +IOq3uOqxuA== 34069 +IGNhxYJ5 34070 +VUE= 34071 +IHJldmlzZWQ= 34072 +INC/0L7QtNC+0LE= 34073 +IEFydGljbGU= 34074 +IEhhaXRp 34075 +IMOT 34076 +IEN0cmw= 34077 +IHJvem0= 34078 +bGFpdA== 34079 +IGxldHp0ZQ== 34080 +aXNwZXJpbmc= 34081 +ZGlzcGxheQ== 34082 +IGFsdW1pbml1bQ== 34083 +IHBhbGFicmFz 34084 +IGNvbm9jZXI= 34085 +IHppdHRlbg== 34086 +IGRpcmln 34087 +IGJyYWluc3Rvcm0= 34088 +IHdpZmk= 34089 +IFBhcnRpY2lw 34090 +IHZpZXdwb2ludA== 34091 +IFF1YW4= 34092 +IGhpZXJhcmNo 34093 +V2VsY29tZQ== 34094 +IG9mZmVu 34095 +IFJlY292ZXJ5 34096 +Z2Fubw== 34097 +V291bGQ= 34098 +IHJlcHJv 34099 +IHBlcmNlcHRpb25z 34100 +IGRlbWFzaQ== 34101 +IEJhbmdsYWRlc2g= 34102 +IEluY3JlZGlibGU= 34103 +IGxldHp0 34104 +IGJlaGF2aW5n 34105 +IGFzdG9uaXNoaW5n 34106 +IOKG 34107 +IOuCqOyekA== 34108 +IEdPUkRPTg== 34109 +Q0FS 34110 +PyEi 34111 +IFByZXN0 34112 +IOunnuyVhOyalA== 34113 +IHRhbmQ= 34114 +IGxhc2g= 34115 +54o= 34116 +aWZpY2FudA== 34117 +IGludG9sZXI= 34118 +INCz0LXRgNC+ 34119 +IHRldQ== 34120 +YXNv 34121 +INGB0L7QstC10YI= 34122 +IHRyYXZlbGVycw== 34123 +IFN5bmQ= 34124 +INCy0LXRgNGB 34125 +Rm9uZGE= 34126 +YWTEsQ== 34127 +IHRyYW5zY3JpcHRpb24= 34128 +IHRpdGFuaXVt 34129 +IHR3aXN0cw== 34130 +IGdlYXJib3g= 34131 +ZW5zYXRpb24= 34132 +ZmF0 34133 +Q29sbA== 34134 +IENvbW1vbndlYWx0aA== 34135 +em9u 34136 +IFBvbGl6ZWk= 34137 +IEFQUExBVVNF 34138 +ZnJ5 34139 +IEp1ZGE= 34140 +ZXN0ZWVt 34141 +IHNvY2s= 34142 +IEp1Z2VuZA== 34143 +INC60YHRgtCw0YLQuA== 34144 +IERybw== 34145 +IHByb2NoYWluZQ== 34146 +IGxpa3NvbQ== 34147 +IEVuZXJnaWU= 34148 +IE1hcmluYQ== 34149 +IDIzMA== 34150 +IOqwgOyEnA== 34151 +dW1waW5n 34152 +IGxvbmU= 34153 +IGZvbnRz 34154 +IGJ1c2luZXNzbWFu 34155 +IHBseQ== 34156 +IGRvZQ== 34157 +Z3JpZA== 34158 +IE1pbHdhdWtlZQ== 34159 +IEVkZW4= 34160 +ISIu 34161 +INuM24E= 34162 +b2dlbnM= 34163 +IHRlYXNlcg== 34164 +IHF1acOpbg== 34165 +IGluY2VudGl2 34166 +Z292ZXJu 34167 +IGNoaWxkY2FyZQ== 34168 +IHNuZWFrZXJz 34169 +IGltcHJpc29uZWQ= 34170 +wq4= 34171 +0LjRgtC10YHRjA== 34172 +YW5idWw= 34173 +IHJlZ2Fpbg== 34174 +IHRyYW5xdWls 34175 +UmVkbmVy 34176 +SUZB 34177 +IGlkZW9sb2dpY2Fs 34178 +IG1heW9yw61h 34179 +IGJ1cmVhdQ== 34180 +ZXRlcm0= 34181 +IERJRA== 34182 +7Iq3 34183 +IHdhdmluZw== 34184 +IGJlYg== 34185 +IMOhcg== 34186 +INC60LI= 34187 +IGVudm95 34188 +YW51dA== 34189 +0LjQutGD 34190 +IEVudmlyb25tZW50 34191 +IEFzc2Fzcw== 34192 +IEJyZWFk 34193 +INCi0YPRgg== 34194 +IHN0YWlyY2FzZQ== 34195 +IERpc2Vhc2U= 34196 +IGF1Y3Vu 34197 +IOuLiA== 34198 +IGNvbmZyb250YXRpb24= 34199 +IDE5NDE= 34200 +IGlyb255 34201 +IHdvcnNo 34202 +IGZpY2s= 34203 +IE5hb21p 34204 +IGJhY2tzaWRl 34205 +aWV1eA== 34206 +S2Fw 34207 +IHZlZGVyZQ== 34208 +IGxlbmd0aHk= 34209 +IGJyZWFrZXI= 34210 +IFJvbGxl 34211 +IHByZWRhdG9y 34212 +IG5vc3Nvcw== 34213 +IGFkdmVydGlzZQ== 34214 +0YDQvtC00LU= 34215 +UmVkbmVyd2VjaHNlbA== 34216 +cmV0ZW4= 34217 +IGNvbGxlY3RvcnM= 34218 +xLHEn8SxbcSxeg== 34219 +IHRyaWc= 34220 +IGF4ZXM= 34221 +aW50ZXJz 34222 +IHBlbmFsdGllcw== 34223 +IE9zbWFu 34224 +IEplbm5h 34225 +IGZsYWtlcw== 34226 +IHRyYWluZXJz 34227 +IHN0dW5uZWQ= 34228 +IFNjcm9sbA== 34229 +IFBpcA== 34230 +INC90LDRgdGC 34231 +IG5ow6A= 34232 +IFNtYWNr 34233 +4bqrbg== 34234 +cmF0b3M= 34235 +INGA0LDQsdC+0YLRiw== 34236 +IHVjeg== 34237 +IExlbW9u 34238 +IFNpbmQ= 34239 +IHBzeWNoaWM= 34240 +IEFiZw== 34241 +IG1hbW1hbHM= 34242 +IGltbWVyc2l2ZQ== 34243 +IGJvdHM= 34244 +IHZlcnNjaGllZGVuZQ== 34245 +IGdlcmFs 34246 +IGZvbGxvd2Vy 34247 +IHNlZ3VyaWRhZA== 34248 +IGltbWVyc2Vk 34249 +ZmVpdG8= 34250 +Y3Jvc3M= 34251 +IMO2bGQ= 34252 +7YOE 34253 +INeU15nXkA== 34254 +IEppYW4= 34255 +IGJpbGl5b3I= 34256 +YXJlYQ== 34257 +IGthZg== 34258 +IGdvZHQ= 34259 +IOuwqeyGoQ== 34260 +IGRldHJpbWVudA== 34261 +0ZbQuw== 34262 +IMSRw6J1 34263 +IGNobG9yaWRl 34264 +w7hyZQ== 34265 +bGVp 34266 +IG1vbnRl 34267 +IGRpZmbDqXJlbnRlcw== 34268 +4K+BLg== 34269 +IGNhcmVnaXZlcnM= 34270 +IGluYWRlcXU= 34271 +IGZhcmV3ZWxs 34272 +INGC0LjQv9Cw 34273 +b250ZWM= 34274 +IEVwaA== 34275 +SEhI 34276 +IFRvZG9z 34277 +INCh0KjQkA== 34278 +IHRyb3Y= 34279 +IGxpZ2U= 34280 +IGPDtG5n 34281 +IENpdg== 34282 +IGNhcGF6 34283 +IFZhbGxhaGk= 34284 +IHF1ZXN0ZQ== 34285 +IHJlcGxpY2E= 34286 +2LPYqA== 34287 +em5h 34288 +INGB0LvRg9C2 34289 +IFBU 34290 +d2F2ZQ== 34291 +aWVuaQ== 34292 +IHJlbGllZA== 34293 +ZGV2ZWxvcA== 34294 +IGRlbWU= 34295 +IEFtYW4= 34296 +IFsuLi5d 34297 +IGNvbXBsaW1lbnRz 34298 +dWFpcw== 34299 +IO2MqA== 34300 +IHNtZWxsaW5n 34301 +IGRhZHVyY2g= 34302 +2YjYqg== 34303 +IG9yYW5nZXM= 34304 +INC70LDQuQ== 34305 +IHN0YWJpbGl6YXRpb24= 34306 +IGFwcGxpYW5jZXM= 34307 +IGht 34308 +g5DrqbQ= 34309 +b2R5bmFtaWNz 34310 +IGNpxJk= 34311 +IENvdHQ= 34312 +TU9O 34313 +IE1hbmc= 34314 +IGFsbGVyZGluZ3M= 34315 +zrnOus6u 34316 +c2hvdHM= 34317 +IHRz 34318 +IEfDtnI= 34319 +IENIQVI= 34320 +IDoo 34321 +IHdyYXRo 34322 +IGZpcXVl 34323 +IGbDvGhyZW4= 34324 +IHRlc3RhbWVudA== 34325 +IF5e 34326 +4bmb4bmj4bmHYQ== 34327 +QUxE 34328 +IHRleHRv 34329 +IERvZ3M= 34330 +IHNpYg== 34331 +IHBhdGhldGlj 34332 +b2Nrcw== 34333 +IHJhZGljYWxseQ== 34334 +IE1PUkU= 34335 +IEpBTUVT 34336 +IGluZ2w= 34337 +IFRlY2huaWNhbA== 34338 +IHBvcmNo 34339 +IFVU 34340 +INC+0LHRj9C30LDRgtC10LvRjNC90L4= 34341 +IHJlbmV3YWw= 34342 +IGFlc3RoZXRpY3M= 34343 +aWt1bQ== 34344 +IGJldmVyYWdl 34345 +ZGVybg== 34346 +IHByZWRpY3RpdmU= 34347 +IGNodXk= 34348 +IFJlZ2FyZGluZw== 34349 +IEZvcndhcmQ= 34350 +INmI2YQ= 34351 +IGNvbnRleHR1YWw= 34352 +IGR3YXJm 34353 +IHByZWhl 34354 +IGdvdmVybmVk 34355 +hYQ= 34356 +IHRyYWJhbGhhcg== 34357 +IG5lZ8OzY2lv 34358 +INCx0L7Qu9GM0YjQvtC5 34359 +0LXRh9Cw0YI= 34360 +INC00YPRhQ== 34361 +IGZsb29kcw== 34362 +IGJvd2xpbmc= 34363 +IE9C 34364 +IEjDpHI= 34365 +IGdyYWRpbmc= 34366 +7KO864qU 34367 +IGdhcnM= 34368 +ZGxpbmc= 34369 +IHJhaw== 34370 +64g= 34371 +Y3JlYXQ= 34372 +INGJ0LU= 34373 +IG5laWdoYm91cnM= 34374 +Zm9vZA== 34375 +UXVlcnk= 34376 +IGhlcm9pbg== 34377 +aWNlcHM= 34378 +IEtpbmRh 34379 +TkVU 34380 +IG1hcmk= 34381 +IGltaXRhdGU= 34382 +IGFjaHRlcg== 34383 +IHNldHRsZW1lbnRz 34384 +cmFyZQ== 34385 +Y2Npb25lcw== 34386 +IOuTnA== 34387 +IGZpaw== 34388 +aXR1bmc= 34389 +INC80LDQutGB0LjQvA== 34390 +IGVsZg== 34391 +IGRhbGxh 34392 +IFBvbHNjZQ== 34393 +IFB1bA== 34394 +0KfRgtC+ 34395 +IE1vcmdlbg== 34396 +2K3ZhQ== 34397 +IHN1cHJlbWFjeQ== 34398 +IGt5cw== 34399 +IEh1cnJpY2FuZQ== 34400 +IEdUQQ== 34401 +IEZlaA== 34402 +IGZpbmFsbWVudGU= 34403 +bXVuZA== 34404 +IEtyaWU= 34405 +w6lwb3F1ZQ== 34406 +IFR1Y2tlcg== 34407 +SVRU 34408 +IGx1cg== 34409 +IGRpcHBpbmc= 34410 +w6R2 34411 +IGVlcnN0ZQ== 34412 +IEZsaW50 34413 +YmlsZHVuZw== 34414 +4Li54LmJ 34415 +IHRvaW0= 34416 +IHByYWN5 34417 +IHRyYW5zZm9ybXM= 34418 +IHNwZWVkaW5n 34419 +IHByZXNlbnRlcg== 34420 +IGZlbGxvd3M= 34421 +ZmlsbGVk 34422 +aWV6YQ== 34423 +IGFkdmlzaW5n 34424 +IEludGVydmlldw== 34425 +0LjQs9GA 34426 +d2Vocg== 34427 +IERhbnRl 34428 +cHR1cmU= 34429 +iOusuA== 34430 +r7jr 34431 +kJA= 34432 +IENvdW50ZXI= 34433 +IGNyaXN0 34434 +IOynnA== 34435 +IGpldW5l 34436 +INGB0YLRgNCw0Yg= 34437 +IG1pZcSH 34438 +IHR1dG9y 34439 +IG1hc2FsYQ== 34440 +IHBvd2RlcmVk 34441 +IG5hdQ== 34442 +IEZyZWRlcmljaw== 34443 +IGJpbGxpbmc= 34444 +IEVpc2Vu 34445 +INC00L7QsdGA 34446 +IG1lc3Q= 34447 +5r0= 34448 +IHNuaXBw 34449 +IG1vbm8= 34450 +IEFsbw== 34451 +IE1lcmN5 34452 +w6lyaWVuY2U= 34453 +IGNhc3VhbHRpZXM= 34454 +IEFOTk9VTkNFUg== 34455 +IHRvY2Fy 34456 +IGJhY3RlcmlhbA== 34457 +SG8= 34458 +IHN0cmVhaw== 34459 +IEpFTk4= 34460 +IHBsYXN0 34461 +0YHQu9C10LQ= 34462 +IHJlYXBw 34463 +IHBheWNoZWNr 34464 +IG1pbmVycw== 34465 +aGFidA== 34466 +IEphcA== 34467 +0L3Rg9GC 34468 +IHJlZGVtcHRpb24= 34469 +IHF1aXI= 34470 +aG5saWNo 34471 +IGFjY3VtdWxhdGlvbg== 34472 +IHNob3Zl 34473 +IGFkcmVuYWxpbmU= 34474 +TWFrZQ== 34475 +IEhlcm4= 34476 +b3NzaW5n 34477 +IFZpbA== 34478 +dWJieQ== 34479 +aGVydHo= 34480 +YnJlYWtz 34481 +IHNwdXI= 34482 +IERhaGE= 34483 +VVNUSU4= 34484 +IGNvbnRpbnVlcg== 34485 +IFNhdWw= 34486 +IO2PrQ== 34487 +IOuQmOuptA== 34488 +IOunkOyUgA== 34489 +INC+0LY= 34490 +IHN1c3BlY3Rz 34491 +IGxhcXVlbGxl 34492 +IE11Y2hhcw== 34493 +IHbDtmxsaWc= 34494 +dWxlbg== 34495 +IGltcHJlcw== 34496 +IGxvYmI= 34497 +ZW5lZQ== 34498 +INC90LDQtg== 34499 +VGE= 34500 +IHLDqWFsaXTDqQ== 34501 +IFJleA== 34502 +IGhhcnZlc3Rpbmc= 34503 +IGVzdHI= 34504 +5rY= 34505 +b3NwYWNl 34506 +T1NT 34507 +IGRpc3R1cmJhbmNl 34508 +YXNzaWM= 34509 +IElzYWI= 34510 +IGTDqWNvdXY= 34511 +IEhhbXBzaGlyZQ== 34512 +IG9ybmFtZW50 34513 +IGx1w7Ru 34514 +IFVX 34515 +IGrEhQ== 34516 +IHJlc3BlY3Rv 34517 +IGNvbXVuaWRhZA== 34518 +IGNvbWlnbw== 34519 +YWduYQ== 34520 +IGludHJpbnNpYw== 34521 +IEFsdW1uaQ== 34522 +IHNlc2xlcmk= 34523 +IGVzdGltYXRpb24= 34524 +4oCU4oCU 34525 +IHByb2R1aXQ= 34526 +44CC44CN 34527 +INCy0YA= 34528 +IHdoaXJs 34529 +IGFjY2Vz 34530 +w6d1 34531 +IHZhcmlhYmlsaXR5 34532 +IHZvZGth 34533 +aXRzdQ== 34534 +IGludGVybnNoaXBz 34535 +IGFsbG9jYXRl 34536 +UlI= 34537 +7ZuI 34538 +IGluc3RydWN0aW9uYWw= 34539 +dGFudA== 34540 +IOCuheCupA== 34541 +IGludml0ZXM= 34542 +IGhhaw== 34543 +IHNjYXJlcw== 34544 +IGVjbGlwc2U= 34545 +0L/QvtCy 34546 +0LrQvtC70Yw= 34547 +YXRpdmFz 34548 +IHN0YWJiZWQ= 34549 +IERPTQ== 34550 +cm9vdHM= 34551 +IFBpY3R1cmU= 34552 +7Zi8 34553 +IENIQQ== 34554 +aWVj 34555 +xLHEsQ== 34556 +aGFub2w= 34557 +IG1pc3VuZGVyc3RhbmQ= 34558 +UmF5 34559 +IHJvYWRtYXA= 34560 +b2N1bWVudGVk 34561 +aXppb25l 34562 +IE9saXZl 34563 +cmlmdA== 34564 +INeU16A= 34565 +bGVzdA== 34566 +Ozs= 34567 +IEVB 34568 +0L7QtNGD 34569 +IGhvYmJpZXM= 34570 +IGJ1cmlhbA== 34571 +0KQ= 34572 +bGVnZQ== 34573 +IEhK 34574 +IG9iamVjdGlvbg== 34575 +Y3Rvcnk= 34576 +IGluY3JlbWVudGFs 34577 +IGd5bW4= 34578 +IGVwaWRlbWk= 34579 +0YHRi9C7 34580 +w5E= 34581 +IGFkdmFuY2VtZW50 34582 +IHBhcmNo 34583 +TmV3cw== 34584 +IGF5cg== 34585 +0LvQsNC8 34586 +INec16k= 34587 +IGRpcGxvbWE= 34588 +IHJvYmJlZA== 34589 +T25seQ== 34590 +IGluY3Vy 34591 +IGNoYW50aW5n 34592 +IO2VtOuPhA== 34593 +IHJpY2hlcw== 34594 +IENhcm1lbg== 34595 +IG5vc3Rybw== 34596 +zrvOrQ== 34597 +IFBvd2Rlcg== 34598 +4LmA4Lir 34599 +IOyeiOycvOuptA== 34600 +IGdlcsOnZWt0ZW4= 34601 +IFBpa2FjaHU= 34602 +0LXQvNC+0L0= 34603 +T0xM 34604 +IHBsYW5ldGFyeQ== 34605 +IHNsb3dz 34606 +IGNsb2Nrd2lzZQ== 34607 +YWxpb24= 34608 +IOyM 34609 +IHZlcm4= 34610 +IGhvbW1l 34611 +IGVuZHBvaW50 34612 +IGlubm9jZW5jZQ== 34613 +IGVsZW1lbnRvcw== 34614 +IHNvcGhvbW9yZQ== 34615 +IG5vdGlvbnM= 34616 +IENvdWxkbg== 34617 +cHVy 34618 +IHphdA== 34619 +IG9ic2Vzcw== 34620 +IG1vdGl2bw== 34621 +IEt1Yg== 34622 +IERydWc= 34623 +QW50 34624 +IFBsYXllcnM= 34625 +IEh1bWFucw== 34626 +IG1lbGVl 34627 +IFdpbGRsaWZl 34628 +IFZQ 34629 +IHZvbGNhbmlj 34630 +IGNvbWlu 34631 +IEd1YW5n 34632 +IM+EzrnPgg== 34633 +INC+0YHQvtCx0LXQvdC90L4= 34634 +IFNpemU= 34635 +TGlzdGVu 34636 +IEFhYQ== 34637 +YXBwcm8= 34638 +IGJhcmJhcg== 34639 +IFBhcmtpbnNvbg== 34640 +0L3Rj9GC0Yw= 34641 +IHVuZGVyZXN0aW1hdGU= 34642 +IHN1YnN0aXR1dGlvbg== 34643 +IGNvc21ldGlj 34644 +IHdpbGxlbg== 34645 +IGJlaWRl 34646 +YW5uaQ== 34647 +IGNvbmRpdGlvbmVk 34648 +IERlYmJpZQ== 34649 +IGlzdG8= 34650 +IEVkd2FyZHM= 34651 +7JuM7JqU 34652 +INGC0L7Qsg== 34653 +IGFiYnJldmk= 34654 +IE3DvG4= 34655 +IFByaW5j 34656 +IExpYW5n 34657 +IHN0aW5r 34658 +IHJhZGlvYWN0aXZl 34659 +IGFjb250ZWM= 34660 +IHVuY29u 34661 +IFR1cmJv 34662 +IGtpc3Nlcw== 34663 +0LXRgtGA0L7Qsg== 34664 +IGZyb250aWVy 34665 +IFNweQ== 34666 +IEJlbGFydXM= 34667 +IENCUw== 34668 +4buX 34669 +YW1vdG8= 34670 +7ZWc642w 34671 +INGB0YLRgNC+ 34672 +IEVuZmlu 34673 +IGJyZWFkdGg= 34674 +IENhZmU= 34675 +IERhZsO8cg== 34676 +IEJvdXI= 34677 +YXJhcw== 34678 +IGJsdWVwcmludA== 34679 +YW7EsQ== 34680 +IGNvbnN0YW50cw== 34681 +IGF0dGFja2Vy 34682 +IEZvcm11bGE= 34683 +emHEhw== 34684 +IHNvd2ll 34685 +IGV5ZWJyb3c= 34686 +b2Jvb2s= 34687 +IHNldHplbg== 34688 +b25zaWRlcg== 34689 +YXduaW5n 34690 +IHPDtnlsZXll 34691 +IGludmFkZWQ= 34692 +IHByb25vdW5z 34693 +IGRvYnJ5 34694 +U2k= 34695 +INCl0L7Rgg== 34696 +IHZvbGxleWJhbGw= 34697 +IGxhbWVudA== 34698 +aXNjaGVz 34699 +YXJtZQ== 34700 +YXBp 34701 +IFdpa2k= 34702 +0LvQuNGI 34703 +IGthc2lo 34704 +IHBlc3M= 34705 +INGE0L7Rgg== 34706 +IFN1bA== 34707 +IHBzZXVkbw== 34708 +IG1lbW8= 34709 +IOyXsOyKtQ== 34710 +INC00L7Qu9C70LDRgNC+0LI= 34711 +INC/0LXRgNC10Lw= 34712 +IFJlYWNo 34713 +bWlyYWw= 34714 +YWx0ZWQ= 34715 +IHN0YXR1dA== 34716 +cmVhZGluZw== 34717 +IHPDtnlsZWQ= 34718 +IExpbmRzZXk= 34719 +IEFobWFk 34720 +67aA6w== 34721 +INCh0LXQs9C+0LTQvdGP 34722 +IHByenlnb3Q= 34723 +IGh5c3Rlcg== 34724 +VVJF 34725 +IE5laWdo 34726 +UmVwb3J0ZXI= 34727 +IEJ1bnU= 34728 +IFRyZWF0eQ== 34729 +IFJhbms= 34730 +IEZhbWU= 34731 +aW5pc2hlZA== 34732 +IGdlYXJlZA== 34733 +IGNvbXBvc2U= 34734 +b2RpYQ== 34735 +IExvbg== 34736 +IGplc3RlxZtteQ== 34737 +IERJUkVDVE9S 34738 +IGVsa2Fhcg== 34739 +IFZpZWw= 34740 +15DXqQ== 34741 +eW50aGlh 34742 +IG3DqHJl 34743 +IFRvbWF0bw== 34744 +IGV4YXRhbWVudGU= 34745 +bmnEmQ== 34746 +IEZyZWk= 34747 +IERpZg== 34748 +IG9wZW5pbmdz 34749 +IGdyYXBoaWNhbA== 34750 +INGD0LTQvtCx 34751 +INCy0YHQvw== 34752 +IFdlZWtseQ== 34753 +0LXQstCw 34754 +IGhhbmdz 34755 +IHVuc2FmZQ== 34756 +IGVtYmxlbQ== 34757 +IEtvbGxlZ2lubmVu 34758 +YWxheQ== 34759 +IGtzaQ== 34760 +IGhpZGVz 34761 +IG9sbWF5 34762 +IGVudHN0ZQ== 34763 +IGFydGhyaXRpcw== 34764 +w59lcmRlbQ== 34765 +IGJpbm5lbg== 34766 +IGxpc3RlbnM= 34767 +IEhlc3M= 34768 +IExvdWlzZQ== 34769 +bGRlbg== 34770 +0LXQvdGB 34771 +IFZlcnNpb24= 34772 +IEFncmljdWx0dXJl 34773 +7Iqk66W8 34774 +0LzQsNC9 34775 +64Sk7JqU 34776 +IHdpbmVz 34777 +IElORg== 34778 +cnVs 34779 +IEpL 34780 +xLF5b3JsYXI= 34781 +c2hpZWxk 34782 +cmVhdGg= 34783 +IHRlcnVz 34784 +IEx1bQ== 34785 +IGFudGljaXBhdGlvbg== 34786 +IGFjY3VzdG9tZWQ= 34787 +IE1pbmE= 34788 +IHdpZWxk 34789 +aW/DqA== 34790 +bWVyYQ== 34791 +IGNvdW50ZG93bg== 34792 +IGNsaW5n 34793 +IGNvbW1lbmQ= 34794 +IGZha3Rpc2t0 34795 +IGRlZmVuc2Vz 34796 +IGNvY2twaXQ= 34797 +INC60L7QvNCw0L3QtA== 34798 +IGRpc2h3YXM= 34799 +IFRoYW5vcw== 34800 +IGtpZG5leXM= 34801 +IHNlaGU= 34802 +IG1pY3JvYmVz 34803 +IGN1ZmY= 34804 +INCy0YvRgdC+0Lo= 34805 +IFNwaWN5 34806 +4K614K6w 34807 +Y3VsdXM= 34808 +b3Jj 34809 +aXhlcw== 34810 +IENyZWRpdA== 34811 +IHJhag== 34812 +IGJyaW5ndA== 34813 +IE5pc3M= 34814 +IGdyaW0= 34815 +IFNPTA== 34816 +IHRlbmlt 34817 +IFN1ZGFu 34818 +IFNwYXJ0 34819 +IHByb21vdGVz 34820 +IE5vc3Nh 34821 +INGB0L7RgdGC0L7Rj9C90Lg= 34822 +IOywqQ== 34823 +IHVuY29udA== 34824 +IExpYmVyYWw= 34825 +INCi0L7Qu9GM0LrQvg== 34826 +IFZpZWxl 34827 +IGt0w7NyZWo= 34828 +ICoqKio= 34829 +TWF4 34830 +INCn0YLQvtCx0Ys= 34831 +MzUw 34832 +IO2YvOyekA== 34833 +IOu2hOuTpOydtA== 34834 +IHdhcnA= 34835 +IHRlbmdh 34836 +IHN5bXBhdGhldGlj 34837 +IGJpemk= 34838 +IFphY2s= 34839 +aWVkbw== 34840 +IOuJtOw= 34841 +cGllbA== 34842 +INGC0L7Quw== 34843 +IHNjYWxlZA== 34844 +IFBFVEVS 34845 +IENPTU0= 34846 +IENhbWU= 34847 +IGNhdGFzdHJvcGhl 34848 +IHN3ZWF0eQ== 34849 +aWdyYXRpb24= 34850 +IHN0dWZmaW5n 34851 +IM+Azr/Ou8+N 34852 +IERyaXZlcg== 34853 +enlzdA== 34854 +VGVjaA== 34855 +IGFzc2Vzc2Vk 34856 +IFN1cmZhY2U= 34857 +xLFyxLFt 34858 +c3Vy 34859 +bGVyd2VpbGU= 34860 +INC00L7Qsw== 34861 +IHNodXR0aW5n 34862 +IGZyYWN0aW9ucw== 34863 +INGB0L7Quw== 34864 +ZXZlcnlvbmU= 34865 +IGVybg== 34866 +INCd0L7Qsg== 34867 +IGRlZmVuZGVycw== 34868 +IHZlcnN1Y2h0 34869 +IHBvbGl0eQ== 34870 +INCf0L7QvQ== 34871 +dmVyc3TDpG5k 34872 +IGJyb3dzZXJz 34873 +IHRyYW5zZm9ybWF0aXZl 34874 +IGRpY3RhdGU= 34875 +IExFR08= 34876 +IG5pbmd1bmE= 34877 +6rSR 34878 +IHBpeno= 34879 +IEhhcm9sZA== 34880 +IExvcGV6 34881 +2r7bjA== 34882 +YW7EsXo= 34883 +YXRjaGV0 34884 +2YrYqg== 34885 +IGxlcm5lbg== 34886 +IOq3gOyXrA== 34887 +IGhvdXNlZA== 34888 +IGNsZWFuc2U= 34889 +IFdBVA== 34890 +bGFyYXRpb24= 34891 +IGJ5dGVz 34892 +IHR1Y2tlZA== 34893 +IGZhdWx0cw== 34894 +0LTQvg== 34895 +Rlg= 34896 +IOyWvOuniOuCmA== 34897 +IGRlZm9ybQ== 34898 +IGNvbnRyYWN0aW5n 34899 +IFRJTUU= 34900 +aXJzZQ== 34901 +IG5lYmVu 34902 +IGNlcmM= 34903 +IEFybXN0cm9uZw== 34904 +IHRlc3Rlcg== 34905 +IHBhcmZhaXQ= 34906 +IGplYWxvdXN5 34907 +IHRveGlucw== 34908 +IGRpc2JlbA== 34909 +0YPRgNGL 34910 +aW1wcmVzc2lvbg== 34911 +IHByb3N0YXRl 34912 +IGZpcmV3YWxs 34913 +IGNsYXNzaWNz 34914 +0LXRh9GM 34915 +IHNvY2lhbGlzbQ== 34916 +IGdyYWNpb3Vz 34917 +INGB0L3QvtCy0LA= 34918 +INC00L3Rjw== 34919 +IGJ1cm5lcg== 34920 +IE1pbm9y 34921 +IOyasOumrOs= 34922 +IGplZGVz 34923 +IGNvbnRpbnV1bQ== 34924 +IGhvdHM= 34925 +IG9jY3VycmVuY2U= 34926 +IGFkbWluaXN0ZXJlZA== 34927 +INC30LDQvNC10YI= 34928 +IGhlc2l0YXRpb24= 34929 +IGRyaWxscw== 34930 +ZXJjYQ== 34931 +INCy0YLQvtGA0L7QuQ== 34932 +IHN0ZWFkaWx5 34933 +IGluc2FubGFy 34934 +IGloYW4= 34935 +7ZE= 34936 +IGhlbHBlcg== 34937 +IFNlbmlu 34938 +0L7QstCw0L3QuNC1 34939 +IEVSSUM= 34940 +Ymxh 34941 +IEFjYWRlbWlj 34942 +IGh1bWFuaXRpZXM= 34943 +YmxhY2s= 34944 +dW1weQ== 34945 +b3J0ZXg= 34946 +IOygiOs= 34947 +INil2YY= 34948 +IGRpc2Nsb3Nl 34949 +IEVsaWphaA== 34950 +IM67zq0= 34951 +IFF1ZXI= 34952 +2KjZhA== 34953 +VGVsbA== 34954 +YXJsZQ== 34955 +0ZbRgA== 34956 +IGF1Z21lbnRlZA== 34957 +IOu5hOyKtw== 34958 +IGFuZHJvaWQ= 34959 +4KSk 34960 +YXJtYQ== 34961 +IHN6ZXI= 34962 +Z2VvcmQ= 34963 +IGdlZWs= 34964 +IHlldXg= 34965 +IHBvbmc= 34966 +IHRvcnR1cmVk 34967 +IEJhdGg= 34968 +emln 34969 +YXNvbmFibGU= 34970 +IG5ldHM= 34971 +IGJhcnU= 34972 +IEZsYXQ= 34973 +IFZhdGVy 34974 +IFRlcnJvcg== 34975 +IEF2bw== 34976 +IGNlcmVtb25pZXM= 34977 +cm9l 34978 +2YHYsw== 34979 +T3Bz 34980 +IGh5dmlu 34981 +IGFwcmVzZW50 34982 +b2xvcg== 34983 +INC40LPRgNGL 34984 +b3J0b24= 34985 +IOq3uOuerA== 34986 +IGxvb2tpbg== 34987 +IFRZ 34988 +IE1pbnQ= 34989 +QWRk 34990 +IG1pdGU= 34991 +IFNtb2tl 34992 +IG5vdGE= 34993 +IG1vc3M= 34994 +IEFiZW5k 34995 +IOy7qA== 34996 +IGV4YWdnZXJhdGVk 34997 +ZmlyZXM= 34998 +IHJlZGlzdA== 34999 +ZmZpdGk= 35000 +IG9wZW5uZXNz 35001 +6rCQ7J20 35002 +ZW5kZXU= 35003 +0LXQvdC90L7QuQ== 35004 +V2F0Y2g= 35005 +IGF2YXRhcg== 35006 +IFBleQ== 35007 +dXJ1bg== 35008 +IHNlbnph 35009 +IOyngOyXrQ== 35010 +IE5hdG9taWFzdA== 35011 +IGVtZXJnZW5jZQ== 35012 +cmF5cw== 35013 +IGNyYWZ0ZWQ= 35014 +Z2FyeQ== 35015 +w7xuZw== 35016 +LSI= 35017 +IGhhY2tlZA== 35018 +IHN0cmF5 35019 +ZW5jaWU= 35020 +ZW1v 35021 +IGNvbWVu 35022 +IEvEsXo= 35023 +IEphc21pbmU= 35024 +IEhpbmRp 35025 +bWFuYXM= 35026 +IGluZmluaXRlbHk= 35027 +ZW1vbg== 35028 +7J24642w7JqU 35029 +amFr 35030 +IHJvYXJpbmc= 35031 +w6lyaXF1ZQ== 35032 +c3dlaXNl 35033 +IFJvbGV4 35034 +IFN0dWFydA== 35035 +Ym5i 35036 +IGRpYWdub3Nl 35037 +IGNvaGVyZW50 35038 +IE1K 35039 +IHBpa2U= 35040 +bGF2 35041 +IG9yY2hlc3RyYWw= 35042 +0LDRgdGC0Lg= 35043 +IHRlcm1pbmFy 35044 +IGdhdGhlcmluZ3M= 35045 +IGNvbXBsaWFudA== 35046 +IHVwZ3JhZGluZw== 35047 +IHJlZ3VsYXRvcg== 35048 +IGxhbsOn 35049 +IG1lcmNoYW50cw== 35050 +dGF3YQ== 35051 +IG1vbml0b3JlZA== 35052 +IHJlbmRyZQ== 35053 +IHVudGVyd2Vncw== 35054 +YW5ndWFyZA== 35055 +Z2FyZA== 35056 +IEJlbG93 35057 +ZHVpbm8= 35058 +INCm0LU= 35059 +IGltcGVkYW5jZQ== 35060 +7Jyh 35061 +IGFrdHVlbGw= 35062 +IFZhdGlj 35063 +IHN0ZXdhcmRz 35064 +IGJyaWdodGVzdA== 35065 +IGtlbm4= 35066 +IGthdQ== 35067 +IE1hdHJpeA== 35068 +IEJhcms= 35069 +IPCfkQ== 35070 +IHRhcGVy 35071 +IGNhc2lubw== 35072 +16jXlA== 35073 +eXNpY2Fs 35074 +IGJ1aWxkZXJz 35075 +IGN6xYJvd2ll 35076 +IE5lcGFs 35077 +ICEi 35078 +IHRlcm1l 35079 +IGlubnljaA== 35080 +IG1hdGhz 35081 +IGRyYWZ0ZWQ= 35082 +IEJhbGs= 35083 +IGhlc2l0YW50 35084 +IHZvbHRhcg== 35085 +IHJldml2ZQ== 35086 +INGE0LjQu9GM0LzQsA== 35087 +IGFzc2Fzc2lu 35088 +IFNvbHV0aW9ucw== 35089 +IGR1ZWw= 35090 +IGJlYXJpbmdz 35091 +4LiE4Liw 35092 +IHJvb2tpZQ== 35093 +aWthdA== 35094 +IGJpc2N1aXRz 35095 +IGNvcmRz 35096 +0YPQstCw0YLQuA== 35097 +QVJJTg== 35098 +IHByb2dyZXNzaW5n 35099 +IEdpcg== 35100 +IHBlbmV0cmF0ZQ== 35101 +IFN0b3JhZ2U= 35102 +ZWlnaHQ= 35103 +INGC0YDRgw== 35104 +IGRvbsOtdA== 35105 +IHNpemlu 35106 +IG91dGRhdGVk 35107 +INC90LDRiNC4 35108 +IGFmZmly 35109 +IHNwb29ucw== 35110 +IG9uaQ== 35111 +IGZsYW5r 35112 +IEdvbA== 35113 +aMOj 35114 +IHDDqXJp 35115 +IGhvbm9yYWJsZQ== 35116 +IEJyZWF0aGU= 35117 +c2NlbmVz 35118 +IG9idmlhbWVudGU= 35119 +0LjQutGB 35120 +INep157X 35121 +IHNtb290aGll 35122 +nojr 35123 +IGRpbWU= 35124 +IO2WiOyWtOyalA== 35125 +IGFwcGVs 35126 +IENhdGhvbGljcw== 35127 +IHNpbmdsZXM= 35128 +IGxhdGVu 35129 +IMOnw7xua8O8 35130 +IFZhZGVy 35131 +IHZhcmTEsQ== 35132 +IElzdGFuYnVs 35133 +Z3LDqQ== 35134 +IEVsc2E= 35135 +w6ts 35136 +IGludmVjZQ== 35137 +IGNyYW5l 35138 +IG9iZQ== 35139 +IFNoYXJr 35140 +IHNtYWNr 35141 +IHJlc3RvcmluZw== 35142 +Llw= 35143 +IOu5oOs= 35144 +IGZhZGVk 35145 +dW1iZXJz 35146 +U2luZ2luZw== 35147 +IGRlcHJlc3Npbmc= 35148 +dGhlc3Q= 35149 +IFdhaHI= 35150 +IG11bHRpdHVkZQ== 35151 +0YDQsNCy0YHRgtCy0YPQudGC0LU= 35152 +cmlqaw== 35153 +ZWth 35154 +IGNvbXBsZXRlcw== 35155 +IFdlbGxz 35156 +IHJveQ== 35157 +IFByYXk= 35158 +IEthbGF1 35159 +aXppbg== 35160 +aWHFgmVt 35161 +IGxvY29t 35162 +IE5hc2h2aWxsZQ== 35163 +IFBlbnRhZ29u 35164 +66+4 35165 +IE5FVw== 35166 +xIXEhw== 35167 +w61zcw== 35168 +IG1hcnJ5aW5n 35169 +IGZldWQ= 35170 +7ZmV 35171 +KSE= 35172 +IE9wZXJhdGlvbnM= 35173 +0YPRlA== 35174 +IG1vamU= 35175 +IGluc3RydWN0ZWQ= 35176 +IOuIhOq1rA== 35177 +INeU15I= 35178 +INC/0L7QvNC+0YnRjNGO 35179 +IHNhYmlh 35180 +7JWY7Ja07JqU 35181 +cGxhbmU= 35182 +cHJp 35183 +INC/0L7Qu9C90L7RgdGC0YzRjg== 35184 +IEtpdHR5 35185 +IHByw7Nwcmlv 35186 +ZWRlcmU= 35187 +IGludGVyZXNhbnRl 35188 +INC00LU= 35189 +IGNvbmRlbnNlZA== 35190 +IGF2ZW50 35191 +VE9S 35192 +IGdyZWFzeQ== 35193 +QVJL 35194 +b3J0YQ== 35195 +QUo= 35196 +IGRpc3JlZw== 35197 +IGNvcnJlY3Rpb25z 35198 +IHN0ZXJv 35199 +IGluZmx1ZW56YQ== 35200 +IGRlc3Nlcw== 35201 +IGJhbGxvdHM= 35202 +IG1lZ2V0 35203 +IG1hZmlh 35204 +IGLDtmw= 35205 +bm9zdA== 35206 +INGB0YLQsNGC0Yw= 35207 +IHJlc3BvbmRlcg== 35208 +IGhpbnRlbg== 35209 +Z3Jhdg== 35210 +4Lit4Liw 35211 +eW5jaHJvbg== 35212 +IHZpZW5z 35213 +IHNhbW8= 35214 +IGR0 35215 +cGFubnQ= 35216 +IMWbd2lhdA== 35217 +INC30LDQv9C40YE= 35218 +IG1lcmdlZA== 35219 +IGtlcA== 35220 +IG1pc2xlYWRpbmc= 35221 +IGRpZ2Ftb3M= 35222 +IGFtbW9u 35223 +Y2hldA== 35224 +IOqwgOyguA== 35225 +IHVuaQ== 35226 +IOuQmOuKlOuNsA== 35227 +INC90LDQv9GA0LDQsg== 35228 +INC60L7RgtC+0YDQvtCz0L4= 35229 +IGFuaW1hdGU= 35230 +15XXkNc= 35231 +0LXRgNCy 35232 +IG1pbmNlZA== 35233 +IGthdW0= 35234 +z4DOtQ== 35235 +0LvQtdCz 35236 +ZXhpc3Rpbmc= 35237 +IHBsYXRhZm9ybQ== 35238 +IEtSSVM= 35239 +7Jug 35240 +IEZhbWlsaWVu 35241 +IExpYnlh 35242 +IGJpb2RpdmVyc2l0eQ== 35243 +IGlkaW90cw== 35244 +aXJkaQ== 35245 +IHN6eWI= 35246 +IFJvbGxpbmc= 35247 +w7xjaHQ= 35248 +INGD0LTQuNCy 35249 +0YHRg9C0 35250 +IHJlYWxpemFy 35251 +IGNhbm5lZA== 35252 +INGA0LDQvQ== 35253 +IG1ldGFib2xpYw== 35254 +IEJlZWY= 35255 +IGtpbGth 35256 +0LvRjtGB 35257 +IHJlZ2lzdHJ5 35258 +0LzQvtGC0YDQuNGC0LU= 35259 +IHZpZWzDpA== 35260 +IG9kYw== 35261 +IGNvbmRlbW5lZA== 35262 +ZmFs 35263 +IERpbA== 35264 +d2/Fm2Np 35265 +QXc= 35266 +IHN0YXRpc3RpY2FsbHk= 35267 +IHNvZ2Vu 35268 +IEJFVEg= 35269 +IHNoYXZpbmc= 35270 +b2NhbA== 35271 +IEZ1bm55 35272 +IHBlYWNlZnVsbHk= 35273 +IGFkZGljdGl2ZQ== 35274 +IEluc2VydA== 35275 +bGF1Zg== 35276 +IGV4cGVyaWVuY2lh 35277 +0LjRgtC10LvRjw== 35278 +w61nZW4= 35279 +w6FnaW5h 35280 +IGFiZG9tZW4= 35281 +7ZWc64uk 35282 +aWN1cw== 35283 +aW1hbmE= 35284 +7I2o 35285 +YXJjaGluZw== 35286 +IGtvbmtyZXQ= 35287 +7JWY6w== 35288 +0LXQutCw 35289 +b3VmbA== 35290 +aXZlbA== 35291 +IG51ZGU= 35292 +w6h0cmVz 35293 +IG1vbnNpZXVy 35294 +IGNsYXNo 35295 +IHRoZXJhcGlzdHM= 35296 +IGN1YmVk 35297 +IHJldHJvdXZlcg== 35298 +IHdhdmVmb3Jt 35299 +IHBvdGVt 35300 +IEZvcm1lcg== 35301 +aXNpw7Nu 35302 +INeQ150= 35303 +dW5kb3M= 35304 +IE1laW51bmc= 35305 +2LXZhA== 35306 +IEp1ZGU= 35307 +IG7DpXI= 35308 +IExlb25hcmRv 35309 +IENyaXN0bw== 35310 +IEdPVA== 35311 +0YHRgtGA0YPQug== 35312 +TEFO 35313 +IGfDpW5n 35314 +IGTDqWI= 35315 +IEZyYW5rZnVydA== 35316 +IGNyYXBweQ== 35317 +IGxpbA== 35318 +YW5uw6ll 35319 +INC80LXRgdGC0LU= 35320 +UkVU 35321 +IE5lcg== 35322 +IENPU1RB 35323 +IGplZGVt 35324 +IGN1cnRhaW5z 35325 +IGl0ZXJhdGlvbnM= 35326 +IHVuYXY= 35327 +IHBsYXF1ZQ== 35328 +b3J1bQ== 35329 +IM62 35330 +IG7Dum1lcm9z 35331 +IGRlc2Fw 35332 +sr0= 35333 +IGNvbXBpbGVk 35334 +IHJlZmxl 35335 +IHJhbmtpbmdz 35336 +IHJlcGFpcmVk 35337 +INCd0LDQv9GA 35338 +IGRvd25sb2Fkcw== 35339 +IGFybW91cg== 35340 +INeZ15XXqteo 35341 +IGxvbmdldml0eQ== 35342 +IFRPTkVS 35343 +INC60L7QvNC80LXQvdGC0LDRgA== 35344 +IGN6ZWdv 35345 +IG5vdGlmeQ== 35346 +IGFpcnBvcnRz 35347 +IGVuZHVyaW5n 35348 +bGV0dGU= 35349 +IGFwcGFyYXQ= 35350 +IGhhYmls 35351 +4buHYw== 35352 +bmFk 35353 +SUNP 35354 +IEJyYWg= 35355 +IHNlZ8O6bg== 35356 +IGdvdmVybm9ycw== 35357 +a2FoYQ== 35358 +IFNjaGx1c3M= 35359 +IG9kcG93aWVk 35360 +aXJ0aW5n 35361 +IHJlbXBs 35362 +IEFib3JpZ2luYWw= 35363 +aWRlbnRhbGx5 35364 +IGVuaGFuY2luZw== 35365 +bGljdGluZw== 35366 +IEhhd2FpaWFu 35367 +IHN0cml2aW5n 35368 +IE5pZXQ= 35369 +IHpuYWN6eQ== 35370 +IG9iZWRpZW5jZQ== 35371 +IG7DpWdvdA== 35372 +IGV4cGlyZWQ= 35373 +IDE5MTg= 35374 +cHJlc2VudGVk 35375 +IHByb3dhZA== 35376 +IFRlcnI= 35377 +IFByaW5jZXRvbg== 35378 +IG1vcmdlbg== 35379 +IGF0dHJhY3Rpbmc= 35380 +IFNpZ21h 35381 +aWduZXI= 35382 +IFJlY2h0cw== 35383 +IFBla2k= 35384 +IG1ldGh5 35385 +IGhhbW0= 35386 +IGRpcmVpdG8= 35387 +IGRlbGVnYXRpb24= 35388 +0LjQstCw0Y7Rgg== 35389 +IGdpbg== 35390 +WW91bmc= 35391 +IGRlcGVuZGVuY2llcw== 35392 +IEJyYWRsZXk= 35393 +YnVkcw== 35394 +IGZpcw== 35395 +IHB5dGFuaWU= 35396 +IGludGVyY29ubmVjdGVk 35397 +IGVtYmFpeG8= 35398 +IFNhcw== 35399 +IHJ1aA== 35400 +IFNpY2h0 35401 +U3Vy 35402 +IHN1cGVyYg== 35403 +IFNhYmJhdGg= 35404 +IERhbmdlcg== 35405 +a29s 35406 +IGhvdQ== 35407 +c3VwcA== 35408 +IE5hY2lvbmFs 35409 +IHN1Y2Nlc3Npb24= 35410 +IHbDoQ== 35411 +IE1hw59uYWhtZW4= 35412 +IEplc3NpZQ== 35413 +IElkYWhv 35414 +Zm9yZXN0 35415 +hZg= 35416 +INee15M= 35417 +INij2Yo= 35418 +IHN3ZWV0aGVhcnQ= 35419 +IG5lYXRseQ== 35420 +IEV2YW5nZWw= 35421 +6rOh 35422 +IFN1aXRl 35423 +w7pibGljYQ== 35424 +INGD0LvQuA== 35425 +IEFubm91bmNlcg== 35426 +bGlnaA== 35427 +IHNlbnNhdGlvbnM= 35428 +IHNoZWx0ZXJz 35429 +IGhhcnQ= 35430 +IHNxdWVlemluZw== 35431 +IFJpdmVycw== 35432 +IENvb2tpbmc= 35433 +7LGF 35434 +cGVyc29uYWw= 35435 +IG1hbm9z 35436 +0ZHRgtGB0Y8= 35437 +d2lq 35438 +IGdvZ2c= 35439 +IE1pbGxp 35440 +IEZQ 35441 +w7xuc3Q= 35442 +IExT 35443 +IHNwcmF5aW5n 35444 +IGZhdXg= 35445 +IGF1dG9ncmFwaA== 35446 +b2xvZ2lj 35447 +IHRvcm1lbnQ= 35448 +IGVuY3J5cHRlZA== 35449 +4buF 35450 +IGVzdHJl 35451 +4LE= 35452 +IHN0dW1ibGVk 35453 +IGFpZGVy 35454 +IHNhYmVu 35455 +eHRlcg== 35456 +IENpdGllcw== 35457 +IFTDvHJr 35458 +64ul 35459 +Y2hpbmU= 35460 +IHRvcHBpbmc= 35461 +IHBvaXNvbmVk 35462 +IFJvbWFuaWE= 35463 +15PXmQ== 35464 +gOuhnA== 35465 +INC/0L7RgNGP0LQ= 35466 +IGNoaXJwaW5n 35467 +IOyZhOs= 35468 +15HXog== 35469 +IGN1YW50bw== 35470 +IGRvbmF0aW5n 35471 +IFJlZ2VudA== 35472 +IEJlcnVm 35473 +IGRpc3RyYWN0aW5n 35474 +IHN0YW1pbmE= 35475 +IERhcnJlbg== 35476 +IOy2lQ== 35477 +bGlzdHM= 35478 +ZGFs 35479 +Y2h1c3M= 35480 +IGVjb25vbWlzdA== 35481 +b3JndA== 35482 +IGlzdGl5b3J1bQ== 35483 +IFN1cnByaXNl 35484 +IEhhbw== 35485 +IOy1nOqzoA== 35486 +IEdX 35487 +IElubmVy 35488 +IHF1aWVyZW4= 35489 +IG1pbmRlZA== 35490 +IHN1cGVyY29tcHV0ZXI= 35491 +IGRpYWdyYW1z 35492 +7Yqc6w== 35493 +6rKg7Ja0 35494 +INC+0LHRitGP0YE= 35495 +IGVzdGFiYW4= 35496 +IGRlc3Ryb3lz 35497 +IEJyZWFraW5n 35498 +IGthcsSxxZ8= 35499 +IHJlYnVpbGRpbmc= 35500 +nOuMgA== 35501 +0LvQuNCy0L4= 35502 +IFNhdWNl 35503 +IEZ1c2lvbg== 35504 +15XXntc= 35505 +IFF1aW5u 35506 +IGdhdWNoZQ== 35507 +INmI2KM= 35508 +IMg= 35509 +IHRlY2hubw== 35510 +IGRpc3BhdGNo 35511 +IGHFn2s= 35512 +IGVpbnplbA== 35513 +IEdtYWls 35514 +554= 35515 +IOqwnOyduA== 35516 +INGB0LXQvNGM 35517 +IGpvdXJuZXlz 35518 +IGlodA== 35519 +IGZpYnJl 35520 +IGRyYW1hcw== 35521 +b3VjaGVk 35522 +IHJlbmFtZQ== 35523 +INC+0L/QtdGA 35524 +IHBvbw== 35525 +IERydQ== 35526 +INC40YLQvtCz 35527 +IHphc3Q= 35528 +IGNveg== 35529 +IHp1Y2No 35530 +IG9idGFpbmluZw== 35531 +IGNvbW11dGU= 35532 +IHN1Ym1lcg== 35533 +IFZpc2g= 35534 +IFJhYmI= 35535 +b2dn 35536 +IGh1dA== 35537 +7ZaI7Ja0 35538 +ZXJlbWk= 35539 +IM68zrE= 35540 +IGRpc2t1dA== 35541 +INCx0YPQug== 35542 +IGltcGFpcmVk 35543 +ZGVwZW5k 35544 +INmI2Kc= 35545 +INGA0YPQug== 35546 +INCx0LDRgA== 35547 +IG94aWRhdGlvbg== 35548 +IHNpdHVhw6fDo28= 35549 +yZlu 35550 +dcOnw6Nv 35551 +IHNhZ3Rl 35552 +IFNFUg== 35553 +IENha2U= 35554 +IHR1cm1lcmlj 35555 +IEthaw== 35556 +YnVuZw== 35557 +IEvhuZvhuaPhuYdh 35558 +IHBvaXNvbmluZw== 35559 +IHNsaXBwaW5n 35560 +IFNheXM= 35561 +w7JuZw== 35562 +wqs= 35563 +IENsYXVkaWE= 35564 +IENoYXJhY3Rlcg== 35565 +0L3QuNGG 35566 +Y29hdA== 35567 +IHByb2dyZXNzZWQ= 35568 +IEZlcmd1cw== 35569 +IOyYpOuK 35570 +IG9hdA== 35571 +b3JkYWJsZQ== 35572 +IExleQ== 35573 +IEhlcmF1cw== 35574 +IHJlc3VsdGFkb3M= 35575 +IEtheWxh 35576 +IHJpZmY= 35577 +IGNoZWdvdQ== 35578 +IHhp 35579 +IHNwYWNpb3Vz 35580 +IHJlY29nbmlzZWQ= 35581 +IGVjaA== 35582 +IFRpZQ== 35583 +IGxhdW5jaGVy 35584 +Smlt 35585 +IHN1cHByZXNzaW9u 35586 +IEltcG9zc2libGU= 35587 +IGd1aXRhcnM= 35588 +IEZvdXJpZXI= 35589 +0LjRh9C10YHQutC40Lk= 35590 +IFRoZXJhcA== 35591 +IEthZg== 35592 +Y2VudGVyZWQ= 35593 +INGB0L7QvtGC0LLQtdGC 35594 +IGtsaW0= 35595 +IGNhcmJvaHlkcmF0ZXM= 35596 +aWduYW50 35597 +IEFzdHJvbg== 35598 +IGVtcGxl 35599 +IGRyYXN0aWM= 35600 +INC80LjRgNC1 35601 +0LLQuNC9 35602 +dXc= 35603 +IHByZXR0aWVy 35604 +IGRvbnV0cw== 35605 +IEF0aGVuYQ== 35606 +IGRpc3NlcnQ= 35607 +IHBsYW50ZQ== 35608 +IHVyYW5pdW0= 35609 +7J2M6w== 35610 +YXLDqQ== 35611 +IHJ6ZWN6 35612 +IGRpc3BsYXlpbmc= 35613 +IHNhcmM= 35614 +csOjbw== 35615 +IHRhbXBvY28= 35616 +IHBoaWxvc29waGVycw== 35617 +IFJlY2h0 35618 +IGNvbWVudGFyaW9z 35619 +eXNl 35620 +IOycpA== 35621 +IG1pc2U= 35622 +IEdpbg== 35623 +INC90L7QvA== 35624 +IEZST00= 35625 +bGluZXI= 35626 +YXRpZg== 35627 +IHNwb8WCZWM= 35628 +eGE= 35629 +INGC0YDRg9C0 35630 +IHdhZw== 35631 +6riw7JeQ 35632 +IE1H 35633 +IG9mZnNwcmluZw== 35634 +IFVuZGVyc3RhbmRpbmc= 35635 +T1JB 35636 +IHdoaXJyaW5n 35637 +IHN1cnJlbmQ= 35638 +IHBva2Vy 35639 +IG1vbnVtZW50cw== 35640 +IOKZqQ== 35641 +IG9yZ2FuaXNlZA== 35642 +IFNvemlhbA== 35643 +IEZhY3Rvcnk= 35644 +0YXQsA== 35645 +IHJlc2VtYmxl 35646 +0LfQtA== 35647 +IGV4cGxvc2lvbnM= 35648 +IHBheXJvbGw= 35649 +IG9tbg== 35650 +IEpvcmdl 35651 +zrnPgw== 35652 +IGZyYWN0dXJl 35653 +IHBlcnNlY3V0aW9u 35654 +IGRlbWFpcw== 35655 +RUNI 35656 +LCk= 35657 +IGNyaWFy 35658 +IEpPU0g= 35659 +IGRlbW9ncmFwaGljcw== 35660 +IDE2MDA= 35661 +IGN1cnJlbmNpZXM= 35662 +IFRpcHM= 35663 +IFJlZmVy 35664 +IERhbmNpbmc= 35665 +IGluY29uc2lzdGVudA== 35666 +IGRlaA== 35667 +IGltbWVucw== 35668 +IG1laXN0 35669 +IGltcGF0aWVudA== 35670 +IGJlaGF2ZXM= 35671 +IOuCtOyaqQ== 35672 +IGJhY2tzdG9yeQ== 35673 +IGFncmVlaW5n 35674 +IMWB 35675 +aWhpbg== 35676 +IHRlbXBlcmF0dXJh 35677 +IEJhY2tncm91bmQ= 35678 +IG51dHplbg== 35679 +IOuFuQ== 35680 +IE3DpG5uZXI= 35681 +IGNvbGxhYm9yYXRpb25z 35682 +IEtvcw== 35683 +IG5pZ2h0bWFyZXM= 35684 +65Ox 35685 +IFF1ZWVuc2xhbmQ= 35686 +IGFzc29jaWF0ZXM= 35687 +IEtvaw== 35688 +IGZhY3RvcmlhbA== 35689 +IEh5dW5n 35690 +IOq3uOuLpOydjA== 35691 +IGZpbGhv 35692 +IGVsw6l0 35693 +IO2WieuztQ== 35694 +sLE= 35695 +IGdlZnVuZGVu 35696 +IHNlbWljb25kdQ== 35697 +IGNvdW5zZWxvcnM= 35698 +IFVwcGVy 35699 +IEF1Yg== 35700 +aWNrZXJz 35701 +VmVy 35702 +IG5vcnRod2VzdA== 35703 +IE1haW50ZW5hbnQ= 35704 +IExha2Vz 35705 +0LDRj9Cy 35706 +aW50w6k= 35707 +7LC9 35708 +INCz0LDQtw== 35709 +IGdpb3Ju 35710 +IGRpZ2l0YWxseQ== 35711 +IENpcmN1aXQ= 35712 +7LyA 35713 +IGNoZWVyZnVs 35714 +IFBldGVyc29u 35715 +IERhbmlzaA== 35716 +YXRpdm9z 35717 +IGxpa2Vu 35718 +IGhhcmJvcg== 35719 +0LDQu9C40YHRgg== 35720 +eGU= 35721 +IGN1cmxz 35722 +IFJob2Q= 35723 +RW5k 35724 +IEVU 35725 +IGFjcXVhaW50 35726 +IEtlbHZpbg== 35727 +IHRyaWY= 35728 +IEF3YXk= 35729 +7J6Q64qU 35730 +dnM= 35731 +IHDDoWdpbmE= 35732 +IGlubGV0 35733 +IFNhbnRvcw== 35734 +IOyasOyZgA== 35735 +IHlhcMSxeW9yc3Vu 35736 +dGhlbWU= 35737 +IHNvdWZm 35738 +IGluamVjdGVk 35739 +IHDDs8W6bmllag== 35740 +aXZlcnNv 35741 +YW1wZWQ= 35742 +IGRhaGVy 35743 +IGRhZ2dlcg== 35744 +INC70Y7QsdC40Lw= 35745 +IHR1bW15 35746 +IGVubGlnaHRlbmVk 35747 +Y2VudHM= 35748 +IERhaA== 35749 +IGN1ZXN0 35750 +SUxZ 35751 +INeR16g= 35752 +IGJhbmdpbmc= 35753 +IEVtaWw= 35754 +IENsZXI= 35755 +IEJvcmRlcg== 35756 +0LjQttGD 35757 +IHByZXNlbnRlcnM= 35758 +IFNUVUQ= 35759 +Y29pbnM= 35760 +IO2ZjQ== 35761 +IHBlcmtz 35762 +IHBhcmFw 35763 +IGNlcnRhaW5lcw== 35764 +IExvcmU= 35765 +w7ZzdA== 35766 +IE1BUlRJTg== 35767 +IGJpb3M= 35768 +IHdoZXJlYnk= 35769 +dmVydHM= 35770 +IE1pcmFuZGE= 35771 +IHN0aXA= 35772 +YW5kZXo= 35773 +15vXnA== 35774 +dWppbg== 35775 +IOq+ 35776 +IGFsbGVyZ2llcw== 35777 +cGxhdGU= 35778 +IHlhcMSxbA== 35779 +IHVuZGVydGFrZQ== 35780 +IOuCmOqwgA== 35781 +UGFydA== 35782 +IGvEsXrEsW0= 35783 +aGd1cnU= 35784 +IEpvaG5z 35785 +IGV5ZWxhc2hlcw== 35786 +IGRyYWluZWQ= 35787 +IHN0w6Vy 35788 +IEphZGU= 35789 +IGNhbGVuZA== 35790 +ZmlsbQ== 35791 +IG1lc2E= 35792 +IGx1ZHppZQ== 35793 +IGF0dHJhY3Rz 35794 +IGp1aWNlcw== 35795 +INC60LjQuw== 35796 +IG5pZXV3ZQ== 35797 +IG1lbmNpb24= 35798 +IGlnbml0aW9u 35799 +IGJsYWRkZXI= 35800 +YW5kYWFn 35801 +IEV4dGVuc2lvbg== 35802 +7YKo 35803 +ZmVlZA== 35804 +INmI2Yc= 35805 +IHNwdW4= 35806 +IHTDpHQ= 35807 +0L7RgNC+0YI= 35808 +dHlhcmQ= 35809 +cm9uaWNz 35810 +IEh1Z2U= 35811 +0YPQttC0 35812 +c3RyaW5n 35813 +IHVuanVzdA== 35814 +IHByYXdu 35815 +IGZyb3N0aW5n 35816 +IGRpc2FwcGVhcmFuY2U= 35817 +aW9zYQ== 35818 +IGNhcmRp 35819 +IFByaWVzdA== 35820 +IGNpZW50w61maWM= 35821 +INCS0LDRgQ== 35822 +IOu2gO2DgQ== 35823 +IHRoaWV2ZXM= 35824 +IHBoeXNpcXVl 35825 +IEV1Z2VuZQ== 35826 +INCx0LvQuNC3 35827 +IG1vbm9wb2x5 35828 +IGJpb2dyYXBoeQ== 35829 +IGhvxZ8= 35830 +IHTDtg== 35831 +bWFj 35832 +IHNob2Nrcw== 35833 +7IS46w== 35834 +aGl0 35835 +IHNudWc= 35836 +IGluY2w= 35837 +IGRlZGlj 35838 +IHVsdHJhcw== 35839 +INC40LfQstC10YHRgg== 35840 +IHV0aWxpemF0aW9u 35841 +INGB0L7QstC10YDRiNC10L3QvdC+ 35842 +IHNlcnZp 35843 +c3RhZw== 35844 +MTgw 35845 +IHNld2Vy 35846 +IENob2ljZQ== 35847 +IGRpc2NoYXJnZWQ= 35848 +IEpE 35849 +0L7Qu9C10YI= 35850 +INC60LLQsNGA0YLQuA== 35851 +IHRlbGVzY29w 35852 +IEplxZtsaQ== 35853 +IE5hbmE= 35854 +Y2FsZQ== 35855 +INGC0L7QvQ== 35856 +bW1t 35857 +IGdlaGFidA== 35858 +64Kg 35859 +4LiZ4LiZ 35860 +IGV0aGVy 35861 +IHplbg== 35862 +IHJlc2VhcmNoZWQ= 35863 +IEN6eWxp 35864 +d29ya2Vycw== 35865 +IOqyveywsA== 35866 +IHNoZXJpZmY= 35867 +YWxsbw== 35868 +IHRpcG9z 35869 +IHByb3NlY3V0aW9u 35870 +IGZyb2dz 35871 +IGZhbHQ= 35872 +amQ= 35873 +IO2MlA== 35874 +IGZpbHRlcmVk 35875 +IE9mdA== 35876 +IOyN 35877 +IGRpc2Zy 35878 +IE11c3Rhbmc= 35879 +IHdvYWg= 35880 +IFJFQUxMWQ== 35881 +INC80L7Qs9C70Lg= 35882 +IGVudHJhZGE= 35883 +INC40LPRgNCw 35884 +IG1peGVz 35885 +INCw0LLRgtC+0LzQvtCx 35886 +0Jk= 35887 +IHNoaW4= 35888 +IHBhcmFub3JtYWw= 35889 +IHNvbWVwbGFjZQ== 35890 +IGRpc2hvbg== 35891 +ZXRhYW4= 35892 +IGZ1ZXJ0ZQ== 35893 +2bk= 35894 +IGRvb20= 35895 +7Iic 35896 +IGV4aXN0ZW50aWFs 35897 +IGJ1bGQ= 35898 +IFNESw== 35899 +INC/0YDQsNCy0LTQsA== 35900 +IHR1cm5vdmVy 35901 +IOyXrOq4sOyXkA== 35902 +IOCkuQ== 35903 +IG1vZGVsZWQ= 35904 +IGJ1Z8O8bg== 35905 +IGV4cGVyaW1lbnRhdGlvbg== 35906 +IG1vcm5pbmdz 35907 +IG1lZG8= 35908 +U3Rldmll 35909 +IHBsYXlhYmxl 35910 +IGFpcmxpbmVz 35911 +Z21lbnRz 35912 +IOq4sOu2hA== 35913 +IFRvbWI= 35914 +IE1WUA== 35915 +QVVESUVOQ0U= 35916 +IGNoZWNrb3V0 35917 +IHBhc3N0 35918 +IGJlaXNwaWVs 35919 +IExpbmtz 35920 +aGVhdnk= 35921 +IHF1ZXN0aW9uYWJsZQ== 35922 +IOyTsOs= 35923 +IHNpbGw= 35924 +IG1hbmlwdWxhdGVk 35925 +IExvcmVu 35926 +IOycvA== 35927 +IHZlcmdl 35928 +w6Fr 35929 +SUVT 35930 +IHNhYm90 35931 +IEN1c3RvbWVy 35932 +YWxlxbx5 35933 +IG5vbWluZWU= 35934 +IEdhZA== 35935 +IG5vdXZlbGxlcw== 35936 +IFNQRQ== 35937 +aXN0bGluZw== 35938 +IG92YWw= 35939 +0L7QsdGA0LDQtg== 35940 +aWZ0eQ== 35941 +IGJlemVs 35942 +eWV0 35943 +IGZyZWlnaHQ= 35944 +IEhhbsSxbQ== 35945 +csOtYQ== 35946 +IHpvbmluZw== 35947 +IGluZGVt 35948 +IELDvA== 35949 +IGZlbWluaXNt 35950 +IHZvaXg= 35951 +IG9maWNpYWw= 35952 +IGRpeW9ydW0= 35953 +u5A= 35954 +IGFyb3Nl 35955 +IHBhcmFy 35956 +7J247KeA 35957 +IE1hcnRpbmU= 35958 +IExlY3Q= 35959 +IHJlc3Rlcg== 35960 +IGRyb3duaW5n 35961 +dXlh 35962 +Y2lkYQ== 35963 +IEFyaWVs 35964 +IDAy 35965 +INeU15Q= 35966 +IFdlcnQ= 35967 +0KLRiw== 35968 +IHdpZG93 35969 +IHBhcmNobWVudA== 35970 +IGNvdHRhZ2U= 35971 +IFhM 35972 +IFNsYWNr 35973 +IE5FUw== 35974 +IHJvYmU= 35975 +IGdpbW0= 35976 +IGNhbWluaG8= 35977 +IEhhcnBlcg== 35978 +IGNpdHJ1cw== 35979 +IGZpcmVmaWdodGVycw== 35980 +IGRvcGFtaW5l 35981 +ZWxldHM= 35982 +IGRlbW9jcmF0 35983 +7KCc66Gc 35984 +IHBsYXliYWNr 35985 +b2o= 35986 +INC/0YDQvtC6 35987 +IFN1bGxpdmFu 35988 +c2VtYmxl 35989 +IFdvcnRo 35990 +IE11c3RhZmE= 35991 +4Liy4Lij 35992 +IG1ldHM= 35993 +0LvQvtGB0Yw= 35994 +IGluZXJ0aWE= 35995 +IHVuaWZvcm1z 35996 +w6lyaW8= 35997 +15XXqNeU 35998 +w6ludA== 35999 +IOCukg== 36000 +INGB0LDQvNGL0YU= 36001 +IHZvdWxhaXM= 36002 +IFppbW1lcg== 36003 +6rKg6w== 36004 +INC90L7RgQ== 36005 +ZW5jaWFz 36006 +IHJlbGFjacOzbg== 36007 +IOqxuOs= 36008 +IGZhY3Rpb24= 36009 +IGdvc3A= 36010 +0L/QvtC70L7Qtg== 36011 +bmFw 36012 +aGFr 36013 +IHByb2NlZWRpbmdz 36014 +IOyGlA== 36015 +7JWE64uI 36016 +IOyekOq4sA== 36017 +IHdlcmQ= 36018 +IHNvZg== 36019 +IHNjaGxpbQ== 36020 +IGZsYXZvcmVk 36021 +IHF1YWRyYXRpYw== 36022 +IEJvb3Q= 36023 +IHB1YmxpY2l0eQ== 36024 +IENhcm8= 36025 +ID8i 36026 +0L3QuNGG0LA= 36027 +bWFuaWE= 36028 +IFNVUg== 36029 +IEJVUg== 36030 +bGFuY2U= 36031 +w6l0aWNh 36032 +IHpvYmFjenk= 36033 +IHRyaW8= 36034 +c2FtYQ== 36035 +IHRhxZ8= 36036 +IGFzeW1t 36037 +cmVzc2Vy 36038 +INiq2Lk= 36039 +INC/0LXRgQ== 36040 +IGJlZ2lubmluZ3M= 36041 +bGFkxLFt 36042 +INCx0YvRgdGC0YA= 36043 +IG1vbw== 36044 +IEdlbmV2YQ== 36045 +ZXJ1cw== 36046 +Ym9yYWg= 36047 +IHJlZnVzaW5n 36048 +YnVsbA== 36049 +IFdhaXRpbmc= 36050 +IEluZGl2aWR1YWw= 36051 +IGFub255bQ== 36052 +aW1lbnM= 36053 +IG1lZGlkYXM= 36054 +IGZyYWdyYW50 36055 +IGRpcmVjdGVtZW50 36056 +IOyVhOuniA== 36057 +dXJpYQ== 36058 +IHNwaGVyaWNhbA== 36059 +IGFiZ2U= 36060 +IFZpY3Rvcmlhbg== 36061 +IHNwZWN0YWNsZQ== 36062 +IFJvZHJpZ3Vleg== 36063 +IG9jdXA= 36064 +IE7DpHI= 36065 +bWFya3M= 36066 +bmd1bG8= 36067 +IEx1Y2k= 36068 +IHNob3V0ZWQ= 36069 +IHJlZ3VsYXRvcnM= 36070 +xJ9pbmk= 36071 +IGRpc2VudA== 36072 +INGA0YvQvQ== 36073 +64Ko 36074 +IOyCtOs= 36075 +IHByb2Jsw6htZXM= 36076 +IEZpbmdlcg== 36077 +YXNzZW1ibGU= 36078 +IHBlYXI= 36079 +IGRyb2l0ZQ== 36080 +IEV2ZXJ5d2hlcmU= 36081 +dGFt 36082 +0L7RgtC40LI= 36083 +0LLQvtC5 36084 +b3JkaW5hdGU= 36085 +IExhaw== 36086 +IG3hu5tp 36087 +IFRlbGV2aXNpb24= 36088 +IGV4cG9uZW50aWFsbHk= 36089 +YXZhcw== 36090 +IGJsZXY= 36091 +IE1U 36092 +Q29ubmVsbA== 36093 +IOq1reuvvA== 36094 +INGB0LLQvtC40Lw= 36095 +IGFjaGE= 36096 +IER5bmFzdHk= 36097 +Smlu 36098 +IHRvcmU= 36099 +IGZsb3I= 36100 +INC80L3QvtCz0LjQtQ== 36101 +b3dhbg== 36102 +YmFo 36103 +IOyjhA== 36104 +IENlbGE= 36105 +IOy1nOq3vA== 36106 +IHBlcm1ldHRyZQ== 36107 +IGFicmFz 36108 +IHZlcnN0ZWhlbg== 36109 +IGVzY29ydA== 36110 +IFRoZW0= 36111 +w6Rya2U= 36112 +cG9ydGVy 36113 +IGthaGthaGE= 36114 +IGhlY3Q= 36115 +IGRhdQ== 36116 +d2Fo 36117 +b2x2ZQ== 36118 +IEFnZXM= 36119 +c2NoYWZ0 36120 +IFN0ZWxs 36121 +bmVsbGU= 36122 +IEVuc3VpdGU= 36123 +INCS0YHQtdC8 36124 +IGNyw6lk 36125 +IFBQ 36126 +bG9yZHM= 36127 +Z3J1bnRpbmc= 36128 +IGNvbnRyYWN0aW9u 36129 +R290 36130 +IGFjcXVpcmluZw== 36131 +IHNvcHI= 36132 +IHBvaXNvbm91cw== 36133 +Uk5B 36134 +IGFuYXI= 36135 +IEhvZg== 36136 +Jyk= 36137 +IHJlbWFya2FibHk= 36138 +IGludGVybmFjaW9uYWw= 36139 +w7xja2U= 36140 +aW5xdQ== 36141 +IGR1eQ== 36142 +IGJlYXN0cw== 36143 +IExBTg== 36144 +IHByZWNlZGVudA== 36145 +IFJQTQ== 36146 +IHNlbG9u 36147 +IG1vcnRl 36148 +IGNvbWXDp291 36149 +0Y/Qu9Cw 36150 +IGludGVycHJldGluZw== 36151 +IEJ1cmtl 36152 +0YLRgNCw 36153 +IOydtOufrA== 36154 +IHBlc3NpbQ== 36155 +IE5vaw== 36156 +7Yyd 36157 +RmVtYWxl 36158 +IOyLpO0= 36159 +mYA= 36160 +IHN0aW11bGF0aW9u 36161 +IHNsaWNr 36162 +IOqwgOuKlA== 36163 +INC60LDQtw== 36164 +IEhCTw== 36165 +IHBhcGllcg== 36166 +IGvDtm5udGVu 36167 +0YPQsdC70Lg= 36168 +IENvbnN0YW50 36169 +U1BFQUtJTkc= 36170 +IGt0w7NyxIU= 36171 +IGNvc21ldGljcw== 36172 +IFRyZW5k 36173 +IHJvYmJlcnk= 36174 +IHRpdHQ= 36175 +IGdqb3J0 36176 +IGRpZXRhcnk= 36177 +oIw= 36178 +IEtpcmJ5 36179 +INC/0YDQuNC80LXRgNC90L4= 36180 +IHF1YWxpZmljYXRpb24= 36181 +IOyViQ== 36182 +IGNhYmluZXRz 36183 +IGh0dHA= 36184 +IEVyaWNh 36185 +IGRpc2FkdmFudGFnZXM= 36186 +IGNoYXR0ZXJpbmc= 36187 +eXo= 36188 +ZmVpdA== 36189 +IGd1aWxk 36190 +IEVURg== 36191 +IERyYWdvbnM= 36192 +IEhFUkU= 36193 +dmVudGg= 36194 +2YTYp9mF 36195 +IG1hcmNow6k= 36196 +RGFt 36197 +IHBob3Rvbg== 36198 +IGVzdGFibGU= 36199 +TWFn 36200 +IG9saGFy 36201 +IGNvdXBsaW5n 36202 +IEhpbGZl 36203 +IFdpemFyZA== 36204 +INC80LDQu9C+ 36205 +aGVscA== 36206 +IGzDrW5lYQ== 36207 +IOyr 36208 +IHN0YW5kYWxvbmU= 36209 +IG1vcmFsZQ== 36210 +IHp3ZWl0ZQ== 36211 +w6RocnQ= 36212 +IGRvdHRlZA== 36213 +IGRyaXBwaW5n 36214 +IEZsYWc= 36215 +cm9ja2V0 36216 +cmF0ZWd5 36217 +aXJpbQ== 36218 +IO2VmOuptOyEnA== 36219 +IHNvZ2VuYW4= 36220 +IFVubw== 36221 +IFNjaHV0eg== 36222 +IGVzdGlsbw== 36223 +IFN1YnM= 36224 +IERhaXN5 36225 +0J3QtdGC 36226 +Jy4uLg== 36227 +IHBsYXRpbnVt 36228 +IGJpcmw= 36229 +IFNvdmk= 36230 +IHZpb2xhdGU= 36231 +0YPQtdGC0YHRjw== 36232 +cmlsbA== 36233 +IHRyYXo= 36234 +IHNuaXA= 36235 +IGN1bXBs 36236 +4Lit4LiB 36237 +IGN1aw== 36238 +IFBhcmxhbWVudA== 36239 +IGh5cGVydA== 36240 +IHB1bHA= 36241 +IHRvbmd1ZXM= 36242 +YXR0bw== 36243 +IGJ1c2Nh 36244 +aWhu 36245 +RVJP 36246 +INmK2Lk= 36247 +IHZhcmlhcw== 36248 +IE1hcmlhbg== 36249 +IGJvdW5kZWQ= 36250 +IHBpdGNoaW5n 36251 +IGRlZmljaWVuY3k= 36252 +IEJsZXNzZWQ= 36253 +IEV4ZXJj 36254 +dWNocw== 36255 +IG5oxrBuZw== 36256 +IHJhcGVk 36257 +aGFsZXM= 36258 +IG1hbGE= 36259 +cGlj 36260 +IDQwMQ== 36261 +xZtuaWVq 36262 +YXJpbmE= 36263 +65Ok7J2E 36264 +b3R0aQ== 36265 +INC00L7Qu9Cz0L4= 36266 +IHRyYWNrZXI= 36267 +IFNoZWxieQ== 36268 +IHZhbmlzaGVk 36269 +IGJha2VyeQ== 36270 +S2FwxLE= 36271 +SmVzdXM= 36272 +IEtS 36273 +Sk8= 36274 +hbg= 36275 +IGRpc2Nz 36276 +7ISv 36277 +7KeA6w== 36278 +15nXpg== 36279 +ZW1hcnk= 36280 +S2VuZHJh 36281 +IHnDvGs= 36282 +w7xja3Q= 36283 +IHZheg== 36284 +IGt1cA== 36285 +YWt0dQ== 36286 +INGB0L/QsNGB0LjQsdC+ 36287 +IGFpaw== 36288 +IG51cnNlcnk= 36289 +IGVuZGFuZ2VyZWQ= 36290 +w6ptZW1lbnQ= 36291 +ZW1hdGljcw== 36292 +IHJlc3BvbmRlcnM= 36293 +IFJlcHJlc2VudGF0aXZlcw== 36294 +IHNjdWxwdHVyZXM= 36295 +aWdrZWl0ZW4= 36296 +IGRlcGw= 36297 +IGludGVycHJldGF0aW9ucw== 36298 +IGRlYWRsaW5lcw== 36299 +IDE5NDI= 36300 +w5c= 36301 +IHN1Z2Fycw== 36302 +ZW11 36303 +bGl2ZWx5 36304 +IHJlY3JlYXRpb25hbA== 36305 +IGRpc3RvcnQ= 36306 +IHVuZGVyc2NvcmU= 36307 +IHVucXVvdGU= 36308 +IHNhZmVzdA== 36309 +IHN3b2xsZW4= 36310 +IGFuYWx5c2Vz 36311 +IGNvbW1lbmPDqQ== 36312 +YW5kaW4= 36313 +INCl0L7RgNC+0YjQvg== 36314 +IGRpYXJy 36315 +emllc3Q= 36316 +IHRvb3RoYnJ1c2g= 36317 +dWF0aW9ucw== 36318 +IGNhZGU= 36319 +IGJhY2tsYXNo 36320 +aGluZA== 36321 +IHJpc3F1ZQ== 36322 +emVzcw== 36323 +IOydtOyVvOq4sA== 36324 +IGVzcGVyYXI= 36325 +IHRyYW5zbGF0aW9ucw== 36326 +aW9uZWQ= 36327 +Z3JvYW5z 36328 +INC/0YPRgg== 36329 +IGdlbmV0aWNhbGx5 36330 +IGhhcHBpZXN0 36331 +IHdlcms= 36332 +YXRvb24= 36333 +IG11c2k= 36334 +IGZ1bsOnw6Nv 36335 +IOyeheuLiOuLpA== 36336 +INGA0LDQuQ== 36337 +IGJldm9y 36338 +QkxBTks= 36339 +IHJlcGVudGFuY2U= 36340 +UHV0 36341 +IHBvdHJ6ZWI= 36342 +IHNhbGE= 36343 +IGNhbXBh 36344 +V0VS 36345 +IGRlY8OtYQ== 36346 +IHPDqWN1cml0w6k= 36347 +IEFwcHJlY2lhdGU= 36348 +0YfQuA== 36349 +IFJhbmRvbQ== 36350 +67OE 36351 +a2Fo 36352 +IG3Dtmo= 36353 +IHPDpGdlcg== 36354 +INeZ15vXldec 36355 +IDE5MA== 36356 +eHR1cmVz 36357 +RXU= 36358 +IGfDpA== 36359 +INeR16o= 36360 +IENyb2F0 36361 +YXBv 36362 +UExF 36363 +IHBlcnNpc3RlbmNl 36364 +IGJsZW5kcw== 36365 +IHRyZWZmZW4= 36366 +IFNhbnRpYWdv 36367 +eWRpYQ== 36368 +YWxkbw== 36369 +IFRlbnNvckZsb3c= 36370 +IER1YWw= 36371 +IGNoaWZm 36372 +7Je0 36373 +IGNvbnRyYWN0ZWQ= 36374 +IHNlZ3JlZw== 36375 +IEZhaXJ5 36376 +IHdpc2VseQ== 36377 +IHZ1bG5lcmFiaWxpdGllcw== 36378 +IGhhbmRoZWxk 36379 +IGdhZGdldHM= 36380 +IGJvxZ8= 36381 +IFBvcHVsYXI= 36382 +IGN1cnZhdHVyZQ== 36383 +66y4 36384 +IE1BUlk= 36385 +7J207Io= 36386 +IGZvcm11bGF0aW9u 36387 +IGNlbGVyeQ== 36388 +IGJsdXJyeQ== 36389 +IFRT 36390 +YWxleg== 36391 +IHdz 36392 +IHByb2dyYW1t 36393 +IFN0YWNr 36394 +IEpJTQ== 36395 +0L7QstCw0LvQuA== 36396 +xLFsbA== 36397 +IHDDqHJl 36398 +IEthbnll 36399 +IERlbGF3YXJl 36400 +IGRhdW50aW5n 36401 +INCx0LXRgQ== 36402 +IFN0dXBpZA== 36403 +Ymln 36404 +ZmZpY2lhbA== 36405 +IHByZWNpcGl0YXRpb24= 36406 +IHBsdW5n 36407 +4bulYw== 36408 +YnVyc2U= 36409 +IGRhcmxl 36410 +IGNyaXBw 36411 +IHBpb25lZXI= 36412 +IGRpc3B1dA== 36413 +IHNlYW4= 36414 +IHJlc2lzdG9y 36415 +IGFsbGVpbg== 36416 +aXBwbGVz 36417 +YXJlbA== 36418 +IGVuZG9ycw== 36419 +enVzdA== 36420 +INGA0LXQsdGP0YLQsA== 36421 +ZWRlZA== 36422 +IOy5tOuplOs= 36423 +IGxsZXZh 36424 +IGtlbm50 36425 +INCx0LDQuw== 36426 +IERvY3VtZW50 36427 +IEtuaWdodHM= 36428 +IGJ1Y2tsZQ== 36429 +IOyJrA== 36430 +IGFsaw== 36431 +IEV2ZXJ5ZGF5 36432 +YXR0ZXJz 36433 +IHRvaWxldHM= 36434 +IGp1Z2Fy 36435 +IOyeiOyngA== 36436 +IGdlbmF1c28= 36437 +IExhbmRlc3JlZ2llcnVuZw== 36438 +aWpl 36439 +IHRyYWlsZXJz 36440 +IFRpZ2Vycw== 36441 +IGdpdHRp 36442 +IGZvcmdpdmluZw== 36443 +IGNvbmN1cnJlbnQ= 36444 +IFZ1 36445 +IO2Kue2eiA== 36446 +IEJST1dO 36447 +b3VuZGVk 36448 +Ijs= 36449 +IHRyZW1i 36450 +IHRpZXQ= 36451 +INGA0LXQttC40Lw= 36452 +IG51dHNoZWxs 36453 +0LXQu9C40Yc= 36454 +IGxvc2Vycw== 36455 +cmljdGluZw== 36456 +IHJlZGVlbQ== 36457 +ZGVmaW5lZA== 36458 +TmljZQ== 36459 +IGJyb2FkYmFuZA== 36460 +S08= 36461 +IHRlYXNpbmc= 36462 +IHBhcnRpc2Fu 36463 +xLFtYQ== 36464 +IOyerOuvuA== 36465 +IEpvdXJuZXk= 36466 +IHNsb3Blcw== 36467 +dW5pbmc= 36468 +Z3J1bnRz 36469 +IHTDpGxs 36470 +IHVuY292ZXJlZA== 36471 +IG15xZtsxJk= 36472 +IEVzdGhlcg== 36473 +IEhlYWx0aHk= 36474 +IOuwkQ== 36475 +csOpZQ== 36476 +IHBvbGFyaXphdGlvbg== 36477 +IGZsYXY= 36478 +IGNhbWJpYXI= 36479 +IHly 36480 +IFJhbmNo 36481 +IHNwbGl0cw== 36482 +IHRyb3V2w6k= 36483 +IHJlY29yZGVy 36484 +IGTDqXBhcnQ= 36485 +2YjYqA== 36486 +IEtyeQ== 36487 +IGludGVyZXNzYW50 36488 +IGVkZXJpbQ== 36489 +xZt3aWFk 36490 +aWxhdGVyYWw= 36491 +d3JpZ2h0 36492 +IHBvdXJyYQ== 36493 +w6p0ZXI= 36494 +IGNhbWVs 36495 +4Z4= 36496 +IHJhcGlkZW1lbnQ= 36497 +IG1lag== 36498 +IHN0aWZmbmVzcw== 36499 +QURBUw== 36500 +IGRpZmZlcnM= 36501 +IGFsb3Q= 36502 +IFNpZw== 36503 +0Y/RgtC10LvRjA== 36504 +IGFic3RyYWN0aW9u 36505 +IGtlaW5lcg== 36506 +Z3J1cHA= 36507 +IFNoZXJsb2Nr 36508 +7ZiU 36509 +IGNpdGU= 36510 +IG92ZXJmbG93 36511 +IHThuqFp 36512 +w7pjYXI= 36513 +YnVsYQ== 36514 +IGNvbmp1bnRv 36515 +IENJ 36516 +IG1vZGVyYXRvcg== 36517 +IGluZGlyZWN0bHk= 36518 +IGFsbGVpbmU= 36519 +4oI= 36520 +0YjQuNCx 36521 +INCx0LDQsQ== 36522 +IGRhbmFjaA== 36523 +IDE5Mzk= 36524 +IHByb21ldA== 36525 +IGRlc3RpbmF0aW9ucw== 36526 +IElsbHVzdA== 36527 +zrnOus+M 36528 +IHNhYmVz 36529 +IGhlaA== 36530 +IEdlc2V0emVudA== 36531 +IE1peg== 36532 +0LXQvdC60L4= 36533 +IE15cw== 36534 +0Kw= 36535 +IEp1ZGFpc20= 36536 +IG11c3RhY2hl 36537 +IHN0aW1tdA== 36538 +IEdhemE= 36539 +IHZvbHRl 36540 +IG51bw== 36541 +IG3Ds24= 36542 +IENvbXB1dA== 36543 +4Li54LmI 36544 +IFJhZGk= 36545 +IGV4Y2VwdGlvbmFsbHk= 36546 +IGFzc3VtZXM= 36547 +aW5mb3Jt 36548 +IHNocmluZQ== 36549 +IGltcGxpY2F0aW9u 36550 +IEZpdHo= 36551 +IS4= 36552 +IGx0 36553 +IGFsbG95 36554 +IGV0aGlj 36555 +IG1vbmFzdGVyeQ== 36556 +7Iuc7KOg 36557 +aWNhw6fDo28= 36558 +IGNvb3JkaW5hdGluZw== 36559 +IE1vdG8= 36560 +IG92ZXJsb29r 36561 +IGNob2lz 36562 +IGFudGliaW90aWM= 36563 +IE1pbm5l 36564 +IEJK 36565 +IEFwYQ== 36566 +b3JpYW4= 36567 +IHNwaWxsZWQ= 36568 +SmFt 36569 +IGh1c2JhbmRz 36570 +IGNyZWF0aW9ucw== 36571 +IGHDsQ== 36572 +w7xzc2Vs 36573 +IOydtOyaqQ== 36574 +IGFuYWx5c2U= 36575 +cm9zZQ== 36576 +IHB1bmNoZWQ= 36577 +IHByZXNxdWU= 36578 +IGFzdHJvbm9teQ== 36579 +IHNjaHdpZXJpZw== 36580 +IEVib2xh 36581 +IGNpcw== 36582 +IGFjZXQ= 36583 +IEZY 36584 +ZW5kcmU= 36585 +IOydjOyVhQ== 36586 +IHdlYnBhZ2U= 36587 +IGZyZWFrZWQ= 36588 +IGxhdHRl 36589 +IOy/oA== 36590 +IOuouOs= 36591 +TmV2ZXI= 36592 +R3Jh 36593 +7ZmU66W8 36594 +ZXllZA== 36595 +IOuwnOudvA== 36596 +IGVzcGVyYQ== 36597 +IGFwYXJlY2U= 36598 +cmHDp8Ojbw== 36599 +IGRpc3J1cHRpdmU= 36600 +IEpvaW50 36601 +dXJvdXM= 36602 +cmVhcw== 36603 +IHF1ZXLDrWE= 36604 +IGRpc3RyaWJ1dGlvbnM= 36605 +IGV4cG9uZW50 36606 +7LmY66W8 36607 +IGRs 36608 +emhvdQ== 36609 +IEhlYXJpbmc= 36610 +IENyYXc= 36611 +IGZsb2F0cw== 36612 +b3VuY2Vk 36613 +TGFi 36614 +V29ybGQ= 36615 +IGJ1cmRlbnM= 36616 +IGF1dGhvcml0YXJpYW4= 36617 +IEJvbHQ= 36618 +INC+0LTQvdGD 36619 +IHBpZ2Vvbg== 36620 +IGRpc3RyYWN0aW9ucw== 36621 +IEhlcmF1c2ZvcmRlcg== 36622 +IHplc3Q= 36623 +ZXNj 36624 +IHNoYWtlcw== 36625 +YXRhcw== 36626 +INmF2LQ= 36627 +aG9sZXM= 36628 +IHRoaW5rZXJz 36629 +YWx0YQ== 36630 +IGFyY2hl 36631 +IFN1aw== 36632 +YW5oYQ== 36633 +IHRlbXB0aW5n 36634 +IHlvdXR1YmVy 36635 +IHbDrA== 36636 +IGR6aWHFgmE= 36637 +IFZhdGljYW4= 36638 +UGFyaw== 36639 +IHN1cGVycw== 36640 +IE5pa2tp 36641 +64qQ6w== 36642 +b3Jhbmc= 36643 +cmFtaWVudA== 36644 +IOqwluqzoA== 36645 +IGRlc3NlcnRz 36646 +IGF2ZXJl 36647 +IEdyZWdvcnk= 36648 +IOuTpOyWtOyY 36649 +IGNvc3Rpbmc= 36650 +IENsaW5pYw== 36651 +IHJlYmVscw== 36652 +IE1vYg== 36653 +IGJ1bmxhcg== 36654 +IFlvdXJz 36655 +ZXJ0aW1l 36656 +IHJldGFsaQ== 36657 +bWFyYQ== 36658 +YXR1cw== 36659 +YWxsZXM= 36660 +INC00YA= 36661 +INC00LjRgQ== 36662 +IGRpc2NvdW50cw== 36663 +IEdVWQ== 36664 +INC60LDQutC+0LU= 36665 +IEV4cGVyaW1lbnQ= 36666 +cmVtZW50 36667 +IFhpYW5n 36668 +IGJhdGU= 36669 +V0U= 36670 +IHNwZWNpYWxpemU= 36671 +IGRlaXR5 36672 +IExva2k= 36673 +bWFn 36674 +IE5pdA== 36675 +V2VzdA== 36676 +IG1hdGVybmFs 36677 +IHF1aXM= 36678 +YnJva2Vu 36679 +IGxhc2Vycw== 36680 +IGhha2s= 36681 +IEFuZ2Vscw== 36682 +IG1hc3Rlcnk= 36683 +YW50aXM= 36684 +VGlmZmFueQ== 36685 +ZWVl 36686 +55E= 36687 +b3JlbQ== 36688 +IGluYWNj 36689 +IGp1cmlzZGljdGlvbnM= 36690 +IEthcmRhc2g= 36691 +SWw= 36692 +IFNpbm4= 36693 +IGF0aGxldGljcw== 36694 +Y8SZ 36695 +IGxvb3NlbHk= 36696 +IGRpZXRh 36697 +QWc= 36698 +ID8/ 36699 +IOuMgO2RnA== 36700 +IHN1cGVydg== 36701 +IG51dHJpdA== 36702 +IGRyaWZ0aW5n 36703 +IOyEoOyDneuLmA== 36704 +INC/0L7QvdGP0Ls= 36705 +IFZpY3Rvcnk= 36706 +2YTYqQ== 36707 +15XXoNeU 36708 +INC/0LjRiA== 36709 +IHNoYXZlZA== 36710 +IG1lc3VyZQ== 36711 +b25kZW4= 36712 +2YPYsQ== 36713 +IGV4aWxl 36714 +IERlc2Rl 36715 +IFBpbnRlcmVzdA== 36716 +IGF0dGFjaG1lbnRz 36717 +IGhvbWJyZXM= 36718 +IGZpbmVz 36719 +IOyEuOyDgQ== 36720 +IHNsZWVwcw== 36721 +IFRhY28= 36722 +IElSQQ== 36723 +cmlvcw== 36724 +IG9sbA== 36725 +ZXRlcw== 36726 +IHVudXQ= 36727 +ZmFzaGlvbmVk 36728 +IHRyZWJhbGw= 36729 +IE5lYXJseQ== 36730 +INGA0LXQsNC70YzQvdC+ 36731 +IGNoaWw= 36732 +xJ9h 36733 +IE1FTA== 36734 +cm9zY29w 36735 +IENH 36736 +IHZlbmdl 36737 +IGRpc2h3YXNoZXI= 36738 +YWxnaWM= 36739 +IG1vZGlmaWVy 36740 +IGVtYmFzc3k= 36741 +dGltZXI= 36742 +ZW1pY3M= 36743 +IGludHJpY2F0ZQ== 36744 +IGV2ZXQ= 36745 +IOuMgOuwlQ== 36746 +IGlzb3Q= 36747 +INC90LDRg9GH 36748 +IFF1aXo= 36749 +cmVzbw== 36750 +zrTPjg== 36751 +IHllbGxlZA== 36752 +IGZlZGVy 36753 +RUxMRVI= 36754 +IGV4Y2VlZGVk 36755 +b25hcw== 36756 +aWNhbm8= 36757 +INC20LjQstC+0YI= 36758 +IE1hbw== 36759 +IEthenV0bw== 36760 +IOOFi+OFi+OFi+OFiw== 36761 +IGZyb250bGluZQ== 36762 +IEh1bmdhcmlhbg== 36763 +IMO8YmVyYWxs 36764 +YXdhdA== 36765 +IGdyaXBz 36766 +acOnw7Vlcw== 36767 +YXJueWE= 36768 +IM2h 36769 +IHNlaWQ= 36770 +IGFuYWs= 36771 +IGFjYWJvdQ== 36772 +7ZWR 36773 +IG5vdG9yaW91cw== 36774 +IEdvZHppbGxh 36775 +IG92ZXJjb21pbmc= 36776 +IFBlbmQ= 36777 +IG9sYWJpbGly 36778 +w7xsbWU= 36779 +IGVyaGFsdGVu 36780 +6re5 36781 +IE1ldGVy 36782 +IHN0YWFu 36783 +T2w= 36784 +IGNoYXRz 36785 +IEJ1ZW5vcw== 36786 +w612ZQ== 36787 +YWx1YWJsZQ== 36788 +IHN0cmF0ZWdpY2FsbHk= 36789 +IGNvbXByaXNlZA== 36790 +INC/0LXRgNGB0L7QvdCw0LY= 36791 +IHdhbm4= 36792 +IENlbg== 36793 +0L3QuNGC0LU= 36794 +n4E= 36795 +INGC0L7QsdC+0Lk= 36796 +aWFk 36797 +IGthcmRlxZ9pbQ== 36798 +IENvbmdyZXNzbWFu 36799 +cmVhbWluZw== 36800 +aG9tbWU= 36801 +IGNvbW11bmF1dA== 36802 +IGFsY29ob2xpYw== 36803 +IHBpY2tsZWQ= 36804 +IGFjb3Jk 36805 +cG9zaXRpb24= 36806 +ZWfDs2w= 36807 +IHRyb3VibGluZw== 36808 +IE1hcmNoZWc= 36809 +IHp1bWluZGVzdA== 36810 +IHNlYW1sZXNzbHk= 36811 +IG9sdW4= 36812 +IFRWcw== 36813 +INC/0YDQsNC60YLQuNGH0LXRgdC60Lg= 36814 +IGJhY2tlbmQ= 36815 +aWRhYmxl 36816 +IGdhZGdldA== 36817 +IGZhw6dv 36818 +IE1hcmNoZWdpYW5p 36819 +IOuwpA== 36820 +IGFjY2lkZW50YWw= 36821 +IExQ 36822 +IGVsZGVzdA== 36823 +IEFkbWlyYWw= 36824 +IG7Eg20= 36825 +bGV2ZXI= 36826 +IHBhc3RlbA== 36827 +IGZvbmRv 36828 +Q29ubmll 36829 +IHRlcmNlcg== 36830 +IHBhY3Q= 36831 +IE1vbnRl 36832 +IG1lYXRz 36833 +IFNNUw== 36834 +IEF1c3RyYWxpYW5z 36835 +57w= 36836 +UmhldHQ= 36837 +IGV4YWN0ZW1lbnQ= 36838 +IOu5vA== 36839 +IE1PRA== 36840 +56E= 36841 +IFJhcHQ= 36842 +IE5vY2g= 36843 +IGFib3J0 36844 +IE5hdmFs 36845 +IEZ1amk= 36846 +SU5URVI= 36847 +INC90L7QstGL0Lk= 36848 +IG1pZWpzY2U= 36849 +IElDVQ== 36850 +IEdyYWR1YXRl 36851 +IEdsZW4= 36852 +YXJkaQ== 36853 +IMiY 36854 +IHNvbGRlcg== 36855 +IHByb2Zlc3Npb25z 36856 +IG9ydGhvZw== 36857 +b21u 36858 +aW50cm9kdQ== 36859 +IERlbmlzZQ== 36860 +7J6Q66W8 36861 +IGNvcnJlc3BvbmRlbmNl 36862 +QU1B 36863 +IGluZmxpY3Q= 36864 +IGZhbmQ= 36865 +IEfDvA== 36866 +INGH0LXRgg== 36867 +IHRyYWNlZA== 36868 +IHBhdGVudHM= 36869 +IGFtYnVzaA== 36870 +IGxvdHRh 36871 +ZmZlcg== 36872 +IFdhZ25lcg== 36873 +IGltcGVyc29u 36874 +IGV4dHLDqm1lbWVudA== 36875 +2YLYqg== 36876 +Y29uZHVjdA== 36877 +QXR0 36878 +IE11ZWxsZXI= 36879 +IEFsaWNpYQ== 36880 +IGN5Yw== 36881 +IGhhY2tlcg== 36882 +IHR5cw== 36883 +IGhhaWw= 36884 +INC30LDRj9Cy 36885 +IHBhc3Nv 36886 +IOy2lOqwgA== 36887 +IM6I 36888 +IHBhY2thZ2Vk 36889 +IEN5bnRoaWE= 36890 +aGVldA== 36891 +IE5pc3Nhbg== 36892 +IFF1ZXN0bw== 36893 +6ag= 36894 +ZGlk 36895 +IM68zrnOsQ== 36896 +IEVsbGlz 36897 +IEFuYWx5c2lz 36898 +Y2Vtb3M= 36899 +IGFzZWc= 36900 +IE15c3Rlcg== 36901 +IENhbw== 36902 +IHR1dg== 36903 +IEluZHVzdHJ5 36904 +7KO86rOg 36905 +b3RhbA== 36906 +IHBlcXVlw7Fv 36907 +YnJhcw== 36908 +IGNvbXByZWhlbmQ= 36909 +IFNpbXBzb24= 36910 +0YHRgtCy0LjQtQ== 36911 +b2NyYWN5 36912 +0LjRh9C10YHQutC4 36913 +IE11c2g= 36914 +IExhdXJpZQ== 36915 +IHRyaWFuZ3VsYXI= 36916 +IFByZXNlbnRz 36917 +IEt1bmRlbg== 36918 +IElzcw== 36919 +IERlY2s= 36920 +4buDbg== 36921 +IERhcmtuZXNz 36922 +IGluZmxhbW1hdG9yeQ== 36923 +ZXJlbWlhaA== 36924 +IHdhcm1lZA== 36925 +dmV5YXJk 36926 +IE1lbW9yeQ== 36927 +ZXR0eQ== 36928 +IHRheHBheWVycw== 36929 +4LiT 36930 +2KE= 36931 +IHByYWN0aXNl 36932 +64us6w== 36933 +IGRyaWxsZWQ= 36934 +bcO8xZ8= 36935 +bG9nbw== 36936 +IEZhY2g= 36937 +pOuhnA== 36938 +IMO8YnJpZ2Vucw== 36939 +IGtvbm50ZW4= 36940 +IG5vcm1hbG1lbnRl 36941 +IGFyZ3Vlcw== 36942 +aWxpbmd1YWw= 36943 +sOulvA== 36944 +ZWdhbA== 36945 +IHRyYXZhaWxs 36946 +b3Z5 36947 +0LDRgtC+ 36948 +IHJ1dGg= 36949 +IExpZ2h0cw== 36950 +IGNvbnNpc3RlZA== 36951 +15HXqNeZ150= 36952 +IHN0ZXJlb3R5cGU= 36953 +IHBheWVy 36954 +IFJlZQ== 36955 +IEFpcmJuYg== 36956 +IGRyb3duZWQ= 36957 +IFpvZQ== 36958 +IGNhbm9weQ== 36959 +IGJhcnI= 36960 +INC90L7Rhw== 36961 +IHBhZ2Fu 36962 +IGphcnM= 36963 +IHLDqg== 36964 +ZXJ2ZXI= 36965 +aWViZW4= 36966 +IGVzcGVjdA== 36967 +IEZp 36968 +IHVud2lsbGluZw== 36969 +IHRlY2huaWNpYW4= 36970 +4bq3dA== 36971 +bWVtYmVy 36972 +IENhbmFs 36973 +2LPZhQ== 36974 +IGxpZWJlcg== 36975 +IGluZmVyZW5jZQ== 36976 +IGhvbm9yaW5n 36977 +IENhbXBhaWdu 36978 +IGxpbmVhZ2U= 36979 +IFN0cmVzcw== 36980 +IHZpY3Rvcmllcw== 36981 +IGRlamE= 36982 +16M= 36983 +w6p0ZXM= 36984 +YmxpY2s= 36985 +INC80LXQvdC10LU= 36986 +b3Rocw== 36987 +IENvdXBsZQ== 36988 +SmFzb24= 36989 +IE5pY29sYXM= 36990 +0LXQutGB 36991 +bGli 36992 +IGhlcnJhbWllbnQ= 36993 +INeQ15XXnteo 36994 +INCy0LjQtNC40Lw= 36995 +bWlsbGltZXRlcg== 36996 +IHNpbGhvdWV0dGU= 36997 +IGRyaXZld2F5 36998 +IGNoZXJpc2g= 36999 +44Wg44Wg 37000 +IHJhbnNvbQ== 37001 +IGludGVyZGlzY2lwbGluYXJ5 37002 +IFBvcnRhbA== 37003 +IHRyYWc= 37004 +dGhvb2Q= 37005 +IHRlZGlvdXM= 37006 +IGdsb3NzeQ== 37007 +IHByw6lwYXI= 37008 +IENheQ== 37009 +IFRvb2s= 37010 +IEJvdHRvbQ== 37011 +IHppZw== 37012 +5as= 37013 +cmVwcmVzZW50ZWQ= 37014 +4LmA4Lil4Lii 37015 +IGRlc2Fycm9sbG8= 37016 +7ISc6w== 37017 +IHZpc2Nvcw== 37018 +IG1pbGxpZ3JhbQ== 37019 +IEd1bmQ= 37020 +IGZlcm1lbnQ= 37021 +ZHJ1bQ== 37022 +IGRyYXdlcnM= 37023 +TGF1Z2g= 37024 +IHBlbG9z 37025 +IHBhdmVtZW50 37026 +IG1lbW9pcg== 37027 +YXZhaXQ= 37028 +IDIwNTA= 37029 +pOulvA== 37030 +IHJhesOzbg== 37031 +IGZsb3VyaXNo 37032 +IHN0ZXJu 37033 +IENodW5n 37034 +IHNlcnBlbnQ= 37035 +IEdlbnRsZW1lbg== 37036 +a29vaw== 37037 +IGx1dA== 37038 +aW1wb3J0ZQ== 37039 +cGFyZW50 37040 +IHdzeg== 37041 +IHNjcmVl 37042 +IE1pdGFyYmVpdGVy 37043 +bXV0 37044 +IOyWmOq4sOulvA== 37045 +IHNlbWJsZQ== 37046 +IE9X 37047 +IGludmVzdGlnYXRvcg== 37048 +IENoZXJ5bA== 37049 +IEdlcmFsZA== 37050 +IHByZXJl 37051 +IGNvbXBhcmVz 37052 +bnl0 37053 +IGRpZmVyZW7Dp2E= 37054 +Py0= 37055 +IHF1w6E= 37056 +16jXmQ== 37057 +U2Vu 37058 +IGhlcHM= 37059 +IGdyYXR1aXQ= 37060 +IGNvbnNvcnQ= 37061 +IFNUT1A= 37062 +IFByb3Rlc3RhbnQ= 37063 +IGVsZWN0cm9kZQ== 37064 +4pc= 37065 +IHNlY3VyZWx5 37066 +0LjRh9C10YHQutC+0Lk= 37067 +IHTDpMOk 37068 +IHJlZ2lzdGVycw== 37069 +IEhlYXZlbmx5 37070 +b2dseQ== 37071 +aXNzw6Q= 37072 +IFBoeXNpY3M= 37073 +IE1lcmtlbA== 37074 +IHLDqXY= 37075 +IGVyYXNlZA== 37076 +IFNhY3JhbWVudG8= 37077 +IGNvZmZpbg== 37078 +IGV4YWNlcg== 37079 +IGxhbno= 37080 +IHBvZXRz 37081 +dWxpZg== 37082 +IOy5mOs= 37083 +IE5lcmQ= 37084 +IE5DVA== 37085 +IEhvdXI= 37086 +bmVobWVy 37087 +npjrj4Q= 37088 +IFByaW5jaQ== 37089 +U3c= 37090 +bWllcw== 37091 +YXJtZWQ= 37092 +IEJlYXRsZXM= 37093 +IHByb3BhZ2F0aW9u 37094 +IGV4Y2hhbmdlZA== 37095 +IGN1bXVsYXRpdmU= 37096 +IOynkeyXkA== 37097 +IGRlZmVhdGluZw== 37098 +YmVscw== 37099 +IHdlcw== 37100 +IE9keXNzZXk= 37101 +YXZpb3I= 37102 +IOychOyXkA== 37103 +IGJyaXQ= 37104 +IGhpam8= 37105 +REFZ 37106 +INin2YTYqtmK 37107 +INCh0LXRgNCz 37108 +0YPQutCw 37109 +ZWRzacSZ 37110 +IGltcG9z 37111 +IGVsbGFz 37112 +IGZpcmVhcm1z 37113 +IE5S 37114 +INeR15A= 37115 +INCf0L7QutCw 37116 +YXdp 37117 +IOyEseqztQ== 37118 +IHB1cGlscw== 37119 +IFRhY2s= 37120 +IGZyYXNl 37121 +IFNoaXA= 37122 +IHN0YWQ= 37123 +IEdyZWF0ZXI= 37124 +dW51bg== 37125 +aW1tdW5n 37126 +Z3Jvd24= 37127 +IE5YVA== 37128 +IEFtZXJpY2Fz 37129 +Zm94 37130 +IG1hbnRlbg== 37131 +INGB0L7Qug== 37132 +IHJpa3Q= 37133 +bGVjdHJpYw== 37134 +ZGVlcA== 37135 +INC30L3QsNC10YjRjA== 37136 +IGJlbnV0 37137 +IEluZnJhc3Q= 37138 +IEVtaXI= 37139 +INC+0YLQv9GA0LDQsg== 37140 +IEtpbWNoaQ== 37141 +IEZpbm5pc2g= 37142 +tOyggQ== 37143 +aW5haXJl 37144 +IG9pa2U= 37145 +IGhvc3RhZ2U= 37146 +IEJ1dHRvbg== 37147 +2YLZig== 37148 +ZWtpbmc= 37149 +IEthemFraA== 37150 +IGNvbWZvcnRpbmc= 37151 +IHNvZw== 37152 +IGdyZWV0ZWQ= 37153 +Z3VpdGFy 37154 +cGF5ZXI= 37155 +IHJlbGF0aW9uYWw= 37156 +IGNvbnN0cnVpcg== 37157 +b3BpYW4= 37158 +IFZvbHVtZQ== 37159 +aWV0aA== 37160 +0YHRgtCy0L7QvA== 37161 +dXJyZWN0aW9u 37162 +bGnFm215 37163 +IGhlbWlzcGhlcmU= 37164 +IEJlYW4= 37165 +SUdO 37166 +IGvDtnTDvA== 37167 +IEZhbGxvdXQ= 37168 +IGJyYWNl 37169 +z4DOrA== 37170 +IEhBUw== 37171 +IGfDqQ== 37172 +IGNoYXJhY3Rlcml6ZQ== 37173 +4bq3Yw== 37174 +IE1pbGt5 37175 +IHR1bW9ycw== 37176 +IG51aXQ= 37177 +IEdheg== 37178 +IOyeiOuLpOuKlA== 37179 +INCz0LDRgA== 37180 +ZXNzbWVudA== 37181 +IEFiZQ== 37182 +IOu9kQ== 37183 +IEVpbnNhdHo= 37184 +SklO 37185 +asOk 37186 +Q3J5 37187 +IFByb21pc2Vk 37188 +INGB0LXRgNC0 37189 +b2t1cw== 37190 +IHNjYWxhYmxl 37191 +INC/0L7RgdC80L7RgtGA0LXRgtGM 37192 +w7xja2xpY2g= 37193 +IHJlYWxpc20= 37194 +IG1heW8= 37195 +IGp1dmVuaWxl 37196 +IGhlYWRsaWdodHM= 37197 +IGfDtnLDvMWf 37198 +IFJlZm9ybQ== 37199 +IGhhbHZlcw== 37200 +Y3puZQ== 37201 +IGJyZWFrdXA= 37202 +xbxlag== 37203 +IHLDpHR0 37204 +RGF5 37205 +IOydvOuzuA== 37206 +IG11ZXJ0ZQ== 37207 +IHR1bmVz 37208 +IFNtaWxl 37209 +cmVjb3Jk 37210 +IHJlY2hlcmNoZQ== 37211 +YXRpc2ZpZWQ= 37212 +IHBvemk= 37213 +IGNlbGVicmF0aW9ucw== 37214 +aXNleHVhbA== 37215 +IFJPQg== 37216 +dGhpcmRz 37217 +IEZvcnR1bmU= 37218 +INGC0L7QuQ== 37219 +IGJyYW5kZWQ= 37220 +bG9v 37221 +IGR1ZA== 37222 +IHJhbmRvbWl6ZWQ= 37223 +IGNvbWJpbg== 37224 +aWVyYW4= 37225 +Y3plbmlh 37226 +IGN1cmF0b3I= 37227 +IGFydGVyeQ== 37228 +INGD0Yg= 37229 +INGH0LjRgg== 37230 +IHN1YnNpZGllcw== 37231 +IGJsb3Nzb20= 37232 +IFR3aWxpZ2h0 37233 +IGh5dsOk 37234 +IFBvbXBl 37235 +IENpc2Nv 37236 +INCf0YDQvg== 37237 +IGJpcmk= 37238 +IGdlcm4= 37239 +IHJlYnVpbHQ= 37240 +IHdjemU= 37241 +IGJlbmVmaWNp 37242 +IGRydW1tZXI= 37243 +IHNvbGlkcw== 37244 +IGRpeW9yc3Vu 37245 +bGF0ZWQ= 37246 +IG11ZGR5 37247 +IGhvbG9n 37248 +IGNsYXBz 37249 +IFJpbmdz 37250 +IE9rZXk= 37251 +IEJyYXZl 37252 +IHZhbHVhdGlvbg== 37253 +IG1pZ3JhbnQ= 37254 +IGludGVybWl0dA== 37255 +IGVpZ2VuZQ== 37256 +aWxpYXJ5 37257 +bWFya3Q= 37258 +a3I= 37259 +IFJpYg== 37260 +4buZaQ== 37261 +IGFjY3VzYXRpb25z 37262 +IGFyYWI= 37263 +d2FzaA== 37264 +IEJhcmR6bw== 37265 +IHVnaA== 37266 +ZXN0ZXJz 37267 +b3BocmVu 37268 +IGFsaW1lbnRvcw== 37269 +IFV6 37270 +1oI= 37271 +IDY1MA== 37272 +INC/0YDQuNC10YU= 37273 +Rkk= 37274 +IHNhbXBhaQ== 37275 +IHBhcmzDqQ== 37276 +aGVzaW9u 37277 +IHPEsXI= 37278 +IGFwcGFyYXR1cw== 37279 +IGNvcnJlbGF0ZWQ= 37280 +IFByaW5jaXBhbA== 37281 +IGNvcnI= 37282 +IE9mZmljaWFs 37283 +0LjRh9C10YHQutC40LU= 37284 +IHRlcm1pbmFscw== 37285 +U2hvdWxk 37286 +IHZhY3Vu 37287 +IHN0ZWxsdA== 37288 +IG1vb2k= 37289 +ZXR6dW5n 37290 +INC60YDQsA== 37291 +IGRhaQ== 37292 +INC/0L7Qtg== 37293 +VGVhbQ== 37294 +IFBQRQ== 37295 +INCe0YE= 37296 +IExlYWg= 37297 +IEl2eQ== 37298 +eXN0 37299 +IHVoaGg= 37300 +IG5pZ2h0dGltZQ== 37301 +IHRyZW5keQ== 37302 +IHNlY3VyaXRpZXM= 37303 +IGNvbnRpbmVudHM= 37304 +IGZpcnN0aGFuZA== 37305 +IFZlcm9u 37306 +IOuCrg== 37307 +IGJyb3dzaW5n 37308 +IENhZGE= 37309 +dHJv 37310 +IHRyYW1w 37311 +cmVpYg== 37312 +IGVyc3RtYWw= 37313 +aXJsZXI= 37314 +IHBzaWM= 37315 +IGdldGly 37316 +IE5Q 37317 +IGR6aWVjaQ== 37318 +0L7QsdGA0LDQtw== 37319 +IG1hZ2ljaWFu 37320 +IHNjcnV0aW55 37321 +IHNsYWI= 37322 +IE9U 37323 +aXN0eQ== 37324 +aXJpZXM= 37325 +b3Jlc3Q= 37326 +IHRhc2tlZA== 37327 +IG1vcmFsbHk= 37328 +7JW87KeA 37329 +dXN0ZXJlZA== 37330 +IGZvb2xz 37331 +IGlycmVzcG9ucw== 37332 +IGVpbmY= 37333 +IHZp4buHYw== 37334 +IHNjb3I= 37335 +IHBpbGxvd3M= 37336 +IEdlZ2Vu 37337 +IHR1dHRl 37338 +IHF1YXJ0ZXJseQ== 37339 +IGRpZG50 37340 +IEd5bQ== 37341 +IEV0aGVy 37342 +INir 37343 +0LvQuNGI0LrQvtC8 37344 +IHNpZ25hbGluZw== 37345 +IE5vZGU= 37346 +IERvbmNz 37347 +IHlhaA== 37348 +IEthbmFs 37349 +IGZhZGluZw== 37350 +ZXRpbg== 37351 +IGluZmx1ZW5jZXJz 37352 +IG1lZGFscw== 37353 +IGVuZ2luZWVyZWQ= 37354 +IGZlcm1lbnRlZA== 37355 +6rKg7KeA66eM 37356 +IEJlZXRob3Zlbg== 37357 +157XqQ== 37358 +aW5lbnRhbA== 37359 +IOyVjOugpA== 37360 +w7x0ZmVu 37361 +YWxueWE= 37362 +IG92ZXJl 37363 +IGRlbmt0 37364 +0LDQutGC0LXRgA== 37365 +IOKY 37366 +IG5lY2VzaXQ= 37367 +IGdlbmVyYXRvcnM= 37368 +Z3Jhc3M= 37369 +INC/0L7QtNGD0Lw= 37370 +bGllw59lbg== 37371 +QmFy 37372 +nOuPmQ== 37373 +INC00LXRgtC10Lk= 37374 +IHN1Y2tpbmc= 37375 +IHN0ZW5jaWw= 37376 +IHByaW1v 37377 +IEJyZWF0aA== 37378 +c3Ryb20= 37379 +IGltbWVuc2VseQ== 37380 +IGFwcHJlaA== 37381 +7KCV7J20 37382 +UG9w 37383 +IGpvbmc= 37384 +IEdpdWw= 37385 +IEFESEQ= 37386 +IGjDtnJlbg== 37387 +IGVsbw== 37388 +aXZlbnQ= 37389 +IHJ1cw== 37390 +IG91dHJhZ2VvdXM= 37391 +IG1hc3RlcmVk 37392 +IOy7pA== 37393 +2YjZgQ== 37394 +aXBlcw== 37395 +IFJ1ZHk= 37396 +SmFjb2I= 37397 +IGJ1bGxpc2g= 37398 +IHRhcHBlZA== 37399 +IGZhdWQ= 37400 +aXpvcGhyZW4= 37401 +INGB0L7RhQ== 37402 +IERhcmxpbmc= 37403 +IDE5NjM= 37404 +IFByZXZlbnRpb24= 37405 +spQ= 37406 +IGFiZG9taW5hbA== 37407 +c3RvbmVz 37408 +IGF2YWllbnQ= 37409 +4buVaQ== 37410 +bWFrZQ== 37411 +IHNhcmU= 37412 +IEluc3RhbnQ= 37413 +0LrQsNC8 37414 +IGtlZXBlcg== 37415 +IGJsYW5rZXRz 37416 +IHN3ZWF0cw== 37417 +IE1pbm5lYXBvbGlz 37418 +IGdlbm9tbWVu 37419 +IGZhc3Rlbg== 37420 +IEJydXNzZWxz 37421 +IGNhZmV0ZXI= 37422 +IGFic29yYmluZw== 37423 +IGhhZ28= 37424 +IEVsbW8= 37425 +IGd1c3Rv 37426 +IFlhcA== 37427 +TcO6c2ljYQ== 37428 +IHRlcnQ= 37429 +IGJhbmRh 37430 +IG1pbHk= 37431 +IHRoZXJlYWZ0ZXI= 37432 +IFN0b2NraG9sbQ== 37433 +IENhcnNvbg== 37434 +IGNhbGlicmF0aW9u 37435 +YXZhxZ8= 37436 +YW5zYQ== 37437 +aWtrZQ== 37438 +IGZvcmVzZWU= 37439 +IHF1YWxjaGU= 37440 +IGRlc3Rl 37441 +5qQ= 37442 +w7xuw7x6 37443 +IGZvcmdl 37444 +RGlz 37445 +ZXN0ZW4= 37446 +IM60zrnOsQ== 37447 +IGVuY2Fwcw== 37448 +IEdlc3By 37449 +IGNoZXJjaGVy 37450 +aWNrZXRz 37451 +0YLQvtGA0Ys= 37452 +Q3I= 37453 +INCi0LDQutC20LU= 37454 +IHJhYmJpdHM= 37455 +IERvdA== 37456 +aGVpdGVu 37457 +IGNhdXNhbA== 37458 +IEZvc3Rlcg== 37459 +YWrEhWM= 37460 +IGJlcmVpdA== 37461 +IGF5dWRhcg== 37462 +c29uZw== 37463 +Y29tYg== 37464 +IGZyaW5nZQ== 37465 +IGN5YmVyc2VjdXJpdHk= 37466 +IOucqA== 37467 +IGtpZXI= 37468 +IGJlc2Now6RmdA== 37469 +INC60L7QvdGG0LU= 37470 +IGZhY2lsaXQ= 37471 +IE5hbWVu 37472 +IGJpbGF0ZXJhbA== 37473 +dHg= 37474 +IFdpc3NlbnNjaGFmdA== 37475 +IG51YW5jZXM= 37476 +IHJpcHBpbmc= 37477 +IGZ5 37478 +IFNpY2hlcmhlaXQ= 37479 +IEdoYW5h 37480 +b2xvbg== 37481 +IHRvcHBlZA== 37482 +IE1vcm9jY28= 37483 +IHJhZGlhbA== 37484 +IExFRQ== 37485 +IEFuZHJlYXM= 37486 +ZWRk 37487 +IOyXtOs= 37488 +IEFpcmxpbmVz 37489 +IHZhbG9yZXM= 37490 +6rec 37491 +SHk= 37492 +INC30LDQtNCw0Yc= 37493 +IEtlbmRhbGw= 37494 +INGF0LDRgA== 37495 +IFZhbXA= 37496 +IHB5dGhvbg== 37497 +IG1hbmFnZWFibGU= 37498 +IEdlbnRl 37499 +b2lzZQ== 37500 +aWNpYXJ5 37501 +IGltcG9zcw== 37502 +IEJ1bm55 37503 +aWVzdGE= 37504 +QW5kcmV3 37505 +IHNlcnQ= 37506 +IENlYw== 37507 +enphcmVsbGE= 37508 +IGF1dG9tb2JpbGU= 37509 +IFRpZXJl 37510 +YWxsb3dz 37511 +IOuwgA== 37512 +IFNjb3Jw 37513 +IEplbGx5 37514 +YWdhcmE= 37515 +IFN0cmV0Y2g= 37516 +IHJlZGVm 37517 +IGV4YWNlcmI= 37518 +IFNIQQ== 37519 +w6lm 37520 +b3JzYQ== 37521 +IGZsYXdlZA== 37522 +IE5vZWw= 37523 +PyE/ 37524 +IHByb2NlbnQ= 37525 +IG1lbnN0cnU= 37526 +INC/0YDQvtGH 37527 +IGluZmFudHM= 37528 +8J+OtQ== 37529 +cGF1c2U= 37530 +IFJhY2luZw== 37531 +IDE5NDg= 37532 +IHN1cGVyaW50ZW5kZW50 37533 +aWRvcmVz 37534 +aWR5 37535 +YnJhaGlt 37536 +IHVubHVja3k= 37537 +IHBlcms= 37538 +YW5jaQ== 37539 +IOunjOuCmA== 37540 +INCc0L7RgdC60LI= 37541 +IGZpbmFucw== 37542 +IGRpZmVyZW5jaWE= 37543 +oIjsnbQ= 37544 +T1JZ 37545 +IFRhYw== 37546 +24zYpw== 37547 +IGRlc2Vt 37548 +INCy0LDQttC90L4= 37549 +IEpV 37550 +IOyeiOyeluyVhOyalA== 37551 +IM6d 37552 +IGluZm9ybWF0aW9ucw== 37553 +IEhFTA== 37554 +aHN0 37555 +INC/0L7Qs9C+0LLQvtGA 37556 +IHZvaXR1cmU= 37557 +IHJldXM= 37558 +w6RuZGln 37559 +INC/0L7RhdC+0LY= 37560 +amluZw== 37561 +IGRydQ== 37562 +YWx0cmE= 37563 +IHByb2R1aXRz 37564 +IGtpdGU= 37565 +IGV5ZWJhbGw= 37566 +IEJlbHQ= 37567 +IFJlc3RhdXJhbnQ= 37568 +IGdhbWI= 37569 +IHBvcnJpZGdl 37570 +aXR0ZXJz 37571 +IGNvbnZlcnRz 37572 +IHlhcmTEsW0= 37573 +IG3DoXhpbW8= 37574 +d2lydHNjaGFmdA== 37575 +IO2VmOuCmOs= 37576 +IOykgA== 37577 +IGljZWJlcmc= 37578 +IHZvcmJlaQ== 37579 +IDI1Ng== 37580 +b2NyYXRpYw== 37581 +IHJlY2tsZXNz 37582 +b25uZXI= 37583 +IG3DunM= 37584 +IGxvZ2ljYWxseQ== 37585 +IFByaXNvbg== 37586 +IE5ldHo= 37587 +IHZhY2FudA== 37588 +IG5pbW10 37589 +IEhBUlI= 37590 +INC30L7Qsg== 37591 +IERlZQ== 37592 +cmluZ2U= 37593 +bmllc3Q= 37594 +IFJ1bGVz 37595 +7Iqk65+9 37596 +Y3Vzc2lvbnM= 37597 +IGZsb3JhbA== 37598 +IGNvbnN0cmFpbmVk 37599 +IGRpZmZlcmVudGlhdGlvbg== 37600 +IFF1ZWJlYw== 37601 +INuB24zaug== 37602 +IHDDumJsaWNh 37603 +aXRlbA== 37604 +IGFjY29tbW9kYXRpb25z 37605 +IEdyw7w= 37606 +7Zw= 37607 +IHBpY2tsZXM= 37608 +0LjRh9C10YHQutC40YU= 37609 +IGNvbW1pc3Npb25z 37610 +IEJhZWs= 37611 +IMOnb2N1xJ8= 37612 +IE1lZGl1bQ== 37613 +IHBlcmlvZGljYWxseQ== 37614 +IHdvbmRlcmZ1bGx5 37615 +IHN0YWZmaW5n 37616 +7JuQ6w== 37617 +cmlyZQ== 37618 +Zmxl 37619 +IE1jTA== 37620 +INGC0LXQvw== 37621 +INC/0LXRgNC10Lo= 37622 +0L3QvtC70L7Qsw== 37623 +IO2BrOqyjA== 37624 +IHByb3NwZXJvdXM= 37625 +IFNwaXJpdHVhbA== 37626 +IENoaWNr 37627 +RElB 37628 +INCf0YDQuNCy0LXRgg== 37629 +IHBlcsOt 37630 +0YzRjtGC 37631 +IGNvbnN1bHRhbnRz 37632 +IEVhcmw= 37633 +IHJ1aW5pbmc= 37634 +0L7RgNC1 37635 +IHBlbnNlcg== 37636 +IHRha2llag== 37637 +IHN0cmVuZ3RoZW5lZA== 37638 +IExpcXVpZA== 37639 +0L7QvdC10YY= 37640 +0LDQstCw0YLRjA== 37641 +IGNhbWVy 37642 +IGRpc2FncmVlbWVudA== 37643 +IGJhdGhpbmc= 37644 +IFlvc2g= 37645 +YWFs 37646 +cHJlY2hlbg== 37647 +UklTQURBUw== 37648 +IHN1cGVyc3Rhcg== 37649 +0LvRj9GC0Yw= 37650 +IG5pYg== 37651 +IFRoZXJt 37652 +IERBTklFTA== 37653 +IHBhdw== 37654 +IGxpcXVpZHM= 37655 +IGNhcGFjaXQ= 37656 +YXJrZW4= 37657 +IHZhZ2luYQ== 37658 +IG1hc2hlZA== 37659 +IGVtZXJnZXM= 37660 +eXNjeQ== 37661 +IHVucmVsYXRlZA== 37662 +IEd1aWxk 37663 +IGludmVydGVk 37664 +aXRpdmVz 37665 +VHJh 37666 +IGJlZ3I= 37667 +IGFsdGU= 37668 +7KeV 37669 +INGA0LDQt9GA0LDQsdC+0YI= 37670 +ZmluZGVy 37671 +INC00LDQu9C10LU= 37672 +INCx0LvQsNCz0L7QtNCw0YA= 37673 +d2Fsa2Vy 37674 +IGNyYXRlcg== 37675 +YXNzYWRvcnM= 37676 +cmVuY2Vz 37677 +aW5za2k= 37678 +IEtJTQ== 37679 +IEVsbGlvdA== 37680 +MjAxNw== 37681 +IFNy 37682 +aW5rYQ== 37683 +YW5vdg== 37684 +IOyemOuquw== 37685 +IHByb3ByaWV0YXJ5 37686 +ZGlzcGxheXN0eWxl 37687 +INGB0LjQvA== 37688 +INC40LfQsQ== 37689 +IFBhbmVs 37690 +IGluc3RpbmN0cw== 37691 +IENvbW11bmljYXRpb25z 37692 +bWlkdA== 37693 +IOunjOuTpOyWtA== 37694 +INGB0LvQvtCy0LA= 37695 +IEdpbGJlcnQ= 37696 +0KLQsNC6 37697 +dm9vcmJlZWxk 37698 +0LXRjtGB0Yw= 37699 +YXJ5bg== 37700 +cXVleg== 37701 +IGRhcnQ= 37702 +0ZbRiA== 37703 +IEh1dA== 37704 +U2Fs 37705 +IHNvdXRoZWFzdA== 37706 +IHBlc3RpY2lkZXM= 37707 +IGhlbGljb3B0ZXJz 37708 +IGVuZHVyZWQ= 37709 +aWFkYQ== 37710 +IGJyZXdpbmc= 37711 +7Jes6w== 37712 +INGB0LLQvtCx0L7QtA== 37713 +IFNhaW50cw== 37714 +IEZyYW7Dp2Fpcw== 37715 +IEVjb25vbWljcw== 37716 +IGRpc2xvYw== 37717 +b3Bob2JpYQ== 37718 +Q2FtZXI= 37719 +IG5lZ290aWF0ZWQ= 37720 +INGB0YLQsNC70Lg= 37721 +7Iqk7YE= 37722 +b2dpZQ== 37723 +IHRzdW5hbWk= 37724 +IHBlZWxlZA== 37725 +IG1vdGl2YXRpb25z 37726 +b3N0YXQ= 37727 +Zmxhbg== 37728 +IERBQw== 37729 +IGthdg== 37730 +J1JF 37731 +IFBlYXJzb24= 37732 +YmJl 37733 +Y3plbmll 37734 +IGF0ZW7Dp8Ojbw== 37735 +7Ya166C5 37736 +INGD0LTQsNGA 37737 +IGludHJvZHVjdG9yeQ== 37738 +IEljaQ== 37739 +64yA6w== 37740 +YWthdA== 37741 +IHRyZW5jaA== 37742 +IHByb2NlZWRlZA== 37743 +IENvaW4= 37744 +IGRlcmVjaG8= 37745 +IFJlZGU= 37746 +0LDQvdC90YvQuQ== 37747 +IGluY2FyY2VyYXRlZA== 37748 +IFJpY2htb25k 37749 +Um9jaw== 37750 +IFBhdg== 37751 +IEthcm1h 37752 +dWdlcw== 37753 +IGNvbnRlw7o= 37754 +67mE 37755 +IOq3uOunjA== 37756 +IEdvbmU= 37757 +IHdzcMOzxYI= 37758 +IFJhaG1lbg== 37759 +dW5rZW4= 37760 +IOykkeyalO2VnA== 37761 +IGli 37762 +IGF0dGFjaGluZw== 37763 +SGF5 37764 +IHN1a2E= 37765 +7I25 37766 +IHBpdm90YWw= 37767 +IFJlc3BlY3Q= 37768 +w61kYQ== 37769 +SUI= 37770 +IFZlcmFudHdvcnQ= 37771 +d2lldA== 37772 +IGZvcmVuc2lj 37773 +0YDQuNGB0YI= 37774 +INC/0YDQuNC90YbQuNC/0LU= 37775 +IG1hcmtpbmdz 37776 +IGtldHRsZQ== 37777 +IE9wZXJh 37778 +IERvY3RvcnM= 37779 +IHNocmVkZGVk 37780 +IHJlY3Vlcg== 37781 +IHZpZ2ls 37782 +IEZhaWw= 37783 +IGVudHJldg== 37784 +INC00YPRiA== 37785 +IG91dGJyZWFrcw== 37786 +IM+Azr8= 37787 +IHJvZ3Vl 37788 +YW5nbGVk 37789 +IHllYXJseQ== 37790 +IENyZWVk 37791 +IHdhbQ== 37792 +IGxvdHVz 37793 +6rO86w== 37794 +44CB44CB 37795 +IFNwaXQ= 37796 +IEl0dQ== 37797 +IHN0cmFpbnM= 37798 +IHN0YW1wZWQ= 37799 +IHBsYWludA== 37800 +IHBvdGlvbg== 37801 +IGNvbnNvbGlkYXRpb24= 37802 +0L7Rh9C60YM= 37803 +IHZsb2dnaW5n 37804 +IHNsYXRl 37805 +IEF1ZnQ= 37806 +IEluY29y 37807 +4burbmc= 37808 +p5A= 37809 +ZW5o 37810 +IGhlacOf 37811 +IGRvbWVzdA== 37812 +IFN0cm9t 37813 +YWtpcw== 37814 +IGZyYWdlbg== 37815 +IGZpbmVy 37816 +IFN1Zw== 37817 +IHVwaGlsbA== 37818 +IMOpw6lu 37819 +4oCmKQ== 37820 +INGB0L7Qvw== 37821 +IENvcmV5 37822 +IHNpZWJpZQ== 37823 +IG11c2U= 37824 +IGNsb3Zlcw== 37825 +IHBvdXM= 37826 +IEZpbmFueg== 37827 +IFJvdXRl 37828 +YW1hdA== 37829 +IG11dHVhbGx5 37830 +INCy0L3Rg9GC0YDQuA== 37831 +IFNlbGVuYQ== 37832 +65Q= 37833 +IEdhdXNzaWFu 37834 +67aA7YSw 37835 +INeR15s= 37836 +IGVqZXJj 37837 +a2Vh 37838 +IEdlcnJ5 37839 +IFNpYw== 37840 +IDE5NjY= 37841 +aWVzZQ== 37842 +IGZvc3NpbHM= 37843 +IGVzdGFk 37844 +IEthbmU= 37845 +Y2nEhw== 37846 +IOycoO2KnOs= 37847 +INC/0LDQvA== 37848 +IENydWlzZQ== 37849 +aW50w6lyaWV1cg== 37850 +IGJla2FubnQ= 37851 +IFBvZGU= 37852 +IGRlbWFuZGVy 37853 +UmVt 37854 +IGludmFkZQ== 37855 +IGRlY29yYXRpbmc= 37856 +cm9waWM= 37857 +IGNvd2JveQ== 37858 +IFBob3Rv 37859 +b3BvbGl0 37860 +IOy7rOufrOs= 37861 +IHJlYXA= 37862 +IGhhbmR3cml0aW5n 37863 +4LmE4Lij 37864 +IOua 37865 +INio2LnYrw== 37866 +IE10 37867 +2YA= 37868 +IHNwYWNlc2hpcA== 37869 +IG5hdGlvbmFsaXNt 37870 +IGNvdW5jaWxz 37871 +IEdyaWZmaW4= 37872 +IEFobWVk 37873 +IGNsaWNo 37874 +IE9M 37875 +d2w= 37876 +IFBpbG90 37877 +IGFjcm9ueW0= 37878 +IGdlbHM= 37879 +IGVsZWN0cm9seQ== 37880 +6JM= 37881 +INC80L3QvtC5 37882 +IGVwaXNvZA== 37883 +IERpZXNlcw== 37884 +IEFUUA== 37885 +IGVkaXlvcnVt 37886 +IGV4cHJlc3Nlcw== 37887 +IGV4aGliaXRz 37888 +Q29tbQ== 37889 +INC60YDRg9C/ 37890 +IG1hdGFy 37891 +IDIwMjU= 37892 +IEFydGVt 37893 +dmFzaXZl 37894 +csOg 37895 +IGJlxZ8= 37896 +IGxpemFyZA== 37897 +IGZpbGxl 37898 +IOyniOusuA== 37899 +INC80L7RiQ== 37900 +IHTDvHI= 37901 +IGN1bHByaXQ= 37902 +IHdvdmVu 37903 +IEFOWQ== 37904 +bmlt 37905 +IHRheQ== 37906 +IHByb21pbg== 37907 +IGFjb21wYQ== 37908 +IGlkw6k= 37909 +IGJvaWxlcg== 37910 +IFRoZW1lbg== 37911 +IGF2ZW51ZQ== 37912 +IE11ZA== 37913 +INC90L7QstGL0LU= 37914 +IHdpdG5lc3Npbmc= 37915 +IGxhbmNl 37916 +IENIQU4= 37917 +IEJldmVy 37918 +2KrZhQ== 37919 +IGNoZW1vdGhlcmFweQ== 37920 +S2luZw== 37921 +IGLEmWTEmQ== 37922 +IGF0dWFs 37923 +IHRpdmU= 37924 +IHRhbGtpbg== 37925 +IHF1ZWRhcg== 37926 +aWXDnw== 37927 +ZWRlbA== 37928 +IOyWtOygnA== 37929 +IGpvZ2Fy 37930 +IMO2cg== 37931 +IHVuZGVydGFraW5n 37932 +IFN0cmVuZ3Ro 37933 +IG1pbGjDtWVz 37934 +IFdpbmU= 37935 +IE1vbHQ= 37936 +IHVuZGVybWluZQ== 37937 +IEFyY2hpdmVz 37938 +dmFuYQ== 37939 +bWVyY2lhbA== 37940 +TUM= 37941 +IGNhc3Rl 37942 +0L/RgA== 37943 +IGxlZ2lzbGF0b3Jz 37944 +dWxhdG9ycw== 37945 +w6puaW8= 37946 +IOuNsOs= 37947 +INGF0L7RgtC40YLQtQ== 37948 +INC90LXQug== 37949 +IHN1cm4= 37950 +IGNvbnNjaQ== 37951 +IFBPVw== 37952 +IGN1bGluYXJ5 37953 +IEtBVA== 37954 +IEZvbGtz 37955 +0YvQstCw0LXQvA== 37956 +INCy0L7Qug== 37957 +c2VydmljZQ== 37958 +cHRz 37959 +INC/0L7QsdC10LQ= 37960 +IHRlbnRz 37961 +IG5vcmQ= 37962 +U1RF 37963 +IHJlcHVibGljYW4= 37964 +IHd5aw== 37965 +IG1pbmlvbnM= 37966 +IG1lbWFuZw== 37967 +amVzdA== 37968 +IGNvbXBhcmF0aXZl 37969 +IHR5bGU= 37970 +Y2FyYm9u 37971 +YmVkaW5ndA== 37972 +a3Nlbg== 37973 +IG5lZ2F0aXZpdHk= 37974 +IHNqw6Rsdg== 37975 +IGTDug== 37976 +IHJlY2FsbGVk 37977 +Y3Jh 37978 +IFRhZGE= 37979 +INGA0YPQutC4 37980 +INC+0L/RgNC10LTQtdC7 37981 +IHByb2NyYXN0 37982 +IGpvZ29z 37983 +IE9v 37984 +IEhlYXJ0cw== 37985 +IMOpY2g= 37986 +IGtzacSFxbw= 37987 +IGNvYXJzZQ== 37988 +IFR1YmU= 37989 +IEdyZWVucw== 37990 +IMOpbg== 37991 +IGR1bWJiZWxs 37992 +INGC0Lg= 37993 +IHF1ZXJlcg== 37994 +2KfYrQ== 37995 +z4POtc65 37996 +INC/0YDQsNCy0LjQu9GM0L3Qvg== 37997 +INC/0LDQvw== 37998 +IGNvbXByYQ== 37999 +IHTDqXI= 38000 +IEFudGVz 38001 +IG9wdGltdW0= 38002 +IGJpc2N1aXQ= 38003 +zrrOuQ== 38004 +YWN6ZWdv 38005 +IOyLnOqwhOydtA== 38006 +IE1hcmluZXM= 38007 +dmVybw== 38008 +IHZhY2NpbmF0aW9ucw== 38009 +IHBldHR5 38010 +cml0ZXJz 38011 +INCw0Ls= 38012 +Y291bnRyeQ== 38013 +IGNvdW50ZXJz 38014 +IGF0dGVuZGFudA== 38015 +IEh1aQ== 38016 +Y2th 38017 +0YHRgtCy0LXQvdC90YvQuQ== 38018 +Z3V5 38019 +IHRyaWNrZWQ= 38020 +IFJFRA== 38021 +IHRocmlsbGluZw== 38022 +z4DOv865 38023 +IHBpZ2d5 38024 +IGFudW5jaQ== 38025 +T1JURVI= 38026 +IFZhbHVl 38027 +IHJvbmQ= 38028 +IEFEQQ== 38029 +IHBvc2Vy 38030 +aG9yZXM= 38031 +IFJvbGFuZA== 38032 +k68= 38033 +IG5vaXI= 38034 +INep15DX 38035 +67Cc 38036 +aWVtYW5k 38037 +INC/0L7RgtC10YA= 38038 +6rOz 38039 +IOqxsQ== 38040 +IGZvcm1hdHRpbmc= 38041 +IExlZA== 38042 +IGtpbGxlcnM= 38043 +IMSR4bqleQ== 38044 +IGhhYXI= 38045 +YWdhaW4= 38046 +ITwv 38047 +IHNvbWV0aGlu 38048 +IGNvdWdoaW5n 38049 +IG5hdmU= 38050 +IHByb3NwZWN0aXZl 38051 +IEhL 38052 +IFJlc2N1ZQ== 38053 +bWF5YmU= 38054 +Z2dlcg== 38055 +INGA0LDQsdC+0YLRgw== 38056 +15XXnNed 38057 +dGFpbHM= 38058 +7ZWY7ZWY 38059 +IGV5ZWxpZA== 38060 +IGN1c3RvbWl6YXRpb24= 38061 +YXZpbGlvbg== 38062 +IHByb2NoYWlu 38063 +IGdsYXpl 38064 +U2lt 38065 +INC+0L/QsNGB 38066 +IG1vc3F1aXRvZXM= 38067 +IGZlbnQ= 38068 +IGNhcGFjaXRpZXM= 38069 +IGFwb3N0bGVz 38070 +IGFsdHVyYQ== 38071 +IOusuw== 38072 +IHNlcm9udA== 38073 +IEFueXRpbWU= 38074 +pbTripQ= 38075 +IGNvc3BsYXk= 38076 +IHNwYWM= 38077 +IHNhbWVu 38078 +dWNj 38079 +acOocmVz 38080 +IHNpYmxpbmc= 38081 +IENvY2s= 38082 +IOuPhQ== 38083 +INC/0YDQtdC00YHRgtCw0LLQu9GP 38084 +IGluc3RhbGxtZW50 38085 +IGRpamU= 38086 +IE1DVQ== 38087 +IEVI 38088 +IE5pbmc= 38089 +IHByZXBhcmVz 38090 +IGh5cG9jcg== 38091 +cHR5 38092 +IGthZMSxbg== 38093 +IEZyb3plbg== 38094 +aGF1bA== 38095 +IEt5bGll 38096 +IHNodWZmbGU= 38097 +IGVsZW1lbnRhbA== 38098 +IGF1w59lcg== 38099 +IEtOT1c= 38100 +IEFMSVNTQQ== 38101 +WkE= 38102 +7LKg 38103 +IHJlY2l0ZQ== 38104 +IHNjcmli 38105 +IDExNQ== 38106 +IHN0YXJyZWQ= 38107 +IGxlcXVlbA== 38108 +IGJyZXdlcg== 38109 +IE9wcG9ydHVu 38110 +IHLDpA== 38111 +IGNob3BzdGlja3M= 38112 +IEthaA== 38113 +IEV0aGlvcGlh 38114 +IGhhbmRtYWRl 38115 +IGVyZm9sZw== 38116 +IER6 38117 +aXR0ZW5z 38118 +0LLQsNC7 38119 +zrfOvQ== 38120 +YnJpbmdlbg== 38121 +IHVucGx1Zw== 38122 +IG9mZnM= 38123 +IGhlcm1hbg== 38124 +bGllZA== 38125 +YXNvbmlj 38126 +IFNlcmJpYQ== 38127 +IEd1YXRlbQ== 38128 +IC4uLiI= 38129 +IGVycmVpY2hlbg== 38130 +IGFtYmlndW91cw== 38131 +IFdoaXRuZXk= 38132 +enVm 38133 +TUFORA== 38134 +oLU= 38135 +IHNxdWVlemVk 38136 +eWFz 38137 +IFNob2Nr 38138 +IHV0aWxpc2U= 38139 +dWtv 38140 +Ym9sdA== 38141 +IG1vdGlm 38142 +IGlubWF0ZXM= 38143 +IGNvcnJ1cHRlZA== 38144 +IGNvbmNyZXQ= 38145 +IENyaXRpY2Fs 38146 +IFNpbmdpbmc= 38147 +INGE0YPQvdC6 38148 +bm92YQ== 38149 +cmViYmU= 38150 +ZHQ= 38151 +VW5pcw== 38152 +IHdlYmNhbQ== 38153 +IGNhbW91Zmw= 38154 +S2Vu 38155 +IGxhd3N1aXRz 38156 +IENvbnN1bWVy 38157 +IHJlY29sbA== 38158 +IGtsZWluZXI= 38159 +IEZJRkE= 38160 +IDE5NjI= 38161 +IG1hbGFk 38162 +IOywvQ== 38163 +IMOldA== 38164 +IGluZmx1ZW5jZXI= 38165 +IEFydGlzdA== 38166 +c3Rp 38167 +4Lin4Lii 38168 +eXPFgg== 38169 +IEJpYW4= 38170 +iOuEpA== 38171 +IGZpcmVwbGFjZQ== 38172 +IEFwcGxpY2F0aW9u 38173 +IG1uaWVq 38174 +IGFjaWRpYw== 38175 +IE1vcm1vbg== 38176 +c3Nh 38177 +IHNuZWFreQ== 38178 +IG9qb3M= 38179 +IHZvdWQ= 38180 +IERhaQ== 38181 +IGdyYXNzcm9vdHM= 38182 +IFVuYmVsaWV2YWJsZQ== 38183 +IEdhYmU= 38184 +IEV4dHJlbWU= 38185 +IGhhc3NsZQ== 38186 +IGNvYg== 38187 +bXVtYmxpbmc= 38188 +UGFzcw== 38189 +jOufrA== 38190 +IHN5c3RlbWF0aWNhbGx5 38191 +IHNldmVudGVlbg== 38192 +z4DOtc65 38193 +4pmh 38194 +INC60L7Rgg== 38195 +IHNlbmRpcmk= 38196 +IGJhdGhyb29tcw== 38197 +IFN0ZXJu 38198 +IEFyZHVpbm8= 38199 +6Lk= 38200 +Y3JpYmluZw== 38201 +IHJlb3BlbmluZw== 38202 +IGNlcnY= 38203 +cGVl 38204 +QVJJ 38205 +IGNhZHJl 38206 +IEFuY2g= 38207 +TGVl 38208 +IE1BWA== 38209 +IG3DpG5u 38210 +IGNob3Jlcw== 38211 +IGFkZXNzbw== 38212 +IE5pZw== 38213 +IGRpc3NlcnRhdGlvbg== 38214 +IFZheQ== 38215 +U1RBTEs= 38216 +0LDQutCw 38217 +YXZhdA== 38218 +IHB1bmt0 38219 +IHBhZGRpbmc= 38220 +IFRlbXBs 38221 +IGVqZQ== 38222 +IO2EsA== 38223 +IGF6dA== 38224 +IOuMgO2GteuguQ== 38225 +IHJlYXJyYW5nZQ== 38226 +w6FjaA== 38227 +IOyCrOuejOuTpA== 38228 +IGZyZWFraW4= 38229 +Y3JpcmU= 38230 +IOy7pOs= 38231 +IEV4cGxhaW4= 38232 +IM+Ez4nOvQ== 38233 +IGJvZGlseQ== 38234 +IExlaXN0 38235 +IHNpZ3Vp 38236 +IGJ1bmtlcg== 38237 +IGF6dWw= 38238 +IEhhdXNo 38239 +U3Vi 38240 +INCQ0L3QtA== 38241 +INC60YDQsNC5 38242 +IGlsbGVnYWxseQ== 38243 +IE11eQ== 38244 +IEZlaQ== 38245 +IEJhbmFuYQ== 38246 +IHNjaG9sYXJseQ== 38247 +IFByenk= 38248 +IE1vc3M= 38249 +IEZpbHRlcg== 38250 +IOyWtOuWoQ== 38251 +IE1heHdlbGw= 38252 +dGVuc2U= 38253 +IGxvbmdpdHVk 38254 +IGxhbmdzYW0= 38255 +INee16c= 38256 +c21pdGg= 38257 +aXphZGE= 38258 +INC90L7RgNC80LDQu9GM0L3Qvg== 38259 +IFZvbGw= 38260 +IEVsZW5h 38261 +INGF0L7RgtGM 38262 +IERhYmVp 38263 +IGNvbnNlcnZhdGl2ZXM= 38264 +IHByw7Nwcmlh 38265 +IERpZXNlcg== 38266 +IEJyZW5kYQ== 38267 +b29raWU= 38268 +IGJhbmM= 38269 +7J207KY= 38270 +7JuD7J2M 38271 +IGtlaA== 38272 +IHdlZGRpbmdz 38273 +IHRodW5kZXJzdG9ybQ== 38274 +IENvb3JkaW4= 38275 +7IiY6rCA 38276 +IHByemVjaQ== 38277 +T1NTVEFMSw== 38278 +bWFhbg== 38279 +IOqxtOs= 38280 +INio2Yc= 38281 +IMW8YWQ= 38282 +IHlhY2h0 38283 +IGfDtnQ= 38284 +IGJsZWFjaA== 38285 +IHNob3J0ZW4= 38286 +INGB0YLQsNC70L4= 38287 +dXNhbg== 38288 +IOyekOyXsA== 38289 +IGRlcnM= 38290 +eGlz 38291 +jZTri4g= 38292 +IHF1YW50aWRhZGU= 38293 +IG9wcHJlc3NlZA== 38294 +INC30LDQutC+0L3Rhw== 38295 +INGH0LXRgtGL 38296 +INCd0LDQv9GA0LjQvNC10YA= 38297 +dWxw 38298 +2YLZiNmE 38299 +0L7Rh9C1 38300 +zqzOuw== 38301 +emVuaXU= 38302 +IGZvcm1hdGlvbnM= 38303 +IHNwYXJrZWQ= 38304 +IEVudHdpY2tsdW5n 38305 +YWxscw== 38306 +IHZpdmly 38307 +IGV4cGlyYXRpb24= 38308 +b3RpbmU= 38309 +INCn0LXRgA== 38310 +IFR1cm5pbmc= 38311 +IHRhcmlmZnM= 38312 +IG5hc3TEmXA= 38313 +IGFiaWRl 38314 +aWtzaQ== 38315 +IGZsYXNoZXM= 38316 +IGRpc3B1dGVz 38317 +IOyytA== 38318 +IG1lcmFr 38319 +IGVub3Jtb3VzbHk= 38320 +emFobA== 38321 +IGbDvGhydA== 38322 +0LLQvtC9 38323 +INC30LDQstC40YE= 38324 +IHBlcnNldmVyYW5jZQ== 38325 +IGRpdmlkZW5kcw== 38326 +IGNvbnRlc3RhbnRz 38327 +IHByb3N6xJk= 38328 +IEZyYW5rZW4= 38329 +IGV4cGxvcmVy 38330 +IGJ1ZmZhbG8= 38331 +4oCV 38332 +IGVjb2xvZ3k= 38333 +IHNjYWxhcg== 38334 +IGNyYW4= 38335 +zrXPhM6xzrk= 38336 +xbx5xIc= 38337 +IOyalOs= 38338 +IGdpYQ== 38339 +IEdvZw== 38340 +IFByaXY= 38341 +IOunkOydhA== 38342 +IFJlYXNvbg== 38343 +cmFrdGlvbg== 38344 +IERlYm9yYWg= 38345 +IGtpdHRlbg== 38346 +IEVkaW4= 38347 +cGllag== 38348 +IOuLtA== 38349 +IG3DoXF1 38350 +IGJpZGRpbmc= 38351 +IGFmZmluaXR5 38352 +IGFpa2E= 38353 +Zm9saw== 38354 +IENvbnNl 38355 +IGRldXRzY2hlbg== 38356 +6IY= 38357 +IGRlYml0 38358 +xLHEn8Sxbg== 38359 +aXNlbA== 38360 +IOykkeq1rQ== 38361 +IOutkOqwgA== 38362 +IHRydXN0d29ydGh5 38363 +IFN0YXJ0ZWQ= 38364 +w7xyZA== 38365 +INC/0L7QvdGP0YLQvdC+ 38366 +IHNjaWVudGlmaWNhbGx5 38367 +UG9kcw== 38368 +Q1JPU1NUQUxL 38369 +IHByZWd1bnRhcw== 38370 +IGNhbG1pbmc= 38371 +IFByZW1pZXJl 38372 +15vXqQ== 38373 +INGF0L7Qu9C+0LQ= 38374 +IGNhcGl0YQ== 38375 +IHRvbWE= 38376 +IG11cm0= 38377 +IGZ1ZXJ6YQ== 38378 +IEhhbmk= 38379 +w7xm 38380 +YXJsb3M= 38381 +IGjDpHVm 38382 +IG9zb2J5 38383 +amVnbw== 38384 +INC/0LjRgQ== 38385 +IGNhbG1seQ== 38386 +aWRldA== 38387 +YnVjaA== 38388 +Z29uZQ== 38389 +IHZpc2Nvc2l0eQ== 38390 +IG1vZGFs 38391 +IGdlc2Ft 38392 +IEh6 38393 +IG11bmljaXBhbGl0aWVz 38394 +IGNpcmN1bGF0aW5n 38395 +b2xpbmE= 38396 +U2hv 38397 +IEJlbmVk 38398 +b2x1 38399 +IHJlc3Rz 38400 +IGzDpW5n 38401 +INCe0LTQvdCw0LrQvg== 38402 +IHByemV3 38403 +IHBlcHA= 38404 +IG1hcnJpYWdlcw== 38405 +IEJJRw== 38406 +YW5kYW4= 38407 +IG1hZ2ljYWxseQ== 38408 +IGJhYnlz 38409 +IOuMkw== 38410 +IGhhY2tlcnM= 38411 +QmFieQ== 38412 +IE1vbnN0 38413 +IGNpZXI= 38414 +IEFyYWJz 38415 +INC80LDQs9Cw0Lc= 38416 +IEluZG9uZXNpYW4= 38417 +IE1hcmt0 38418 +IGRhY2h0ZQ== 38419 +IFNjaMO8bGVy 38420 +IFZORA== 38421 +IHNwaWVsdA== 38422 +IHBlcmx1 38423 +INC/0YDQvtGF0L7QtA== 38424 +IHNhbHRlZA== 38425 +IGltcHJvdmlz 38426 +IEluc3Ry 38427 +dmVsbWVudGU= 38428 +IG5lc3M= 38429 +IGZ1bmd1cw== 38430 +IGNvbGxhYm9yYXRvcnM= 38431 +IFZpcnVz 38432 +ZXN0YXI= 38433 +IHByb2plY3Rvcg== 38434 +INCf0YDQsNCy 38435 +IGFnaWxpdHk= 38436 +15nXoNeV 38437 +ZXJlbA== 38438 +INCy0L7Qt9Cy 38439 +INCx0LDQtw== 38440 +IENhdGh5 38441 +xJ91 38442 +INCz0L7QstC+0YDQuNC7 38443 +YmlsaXR5 38444 +IExhbmM= 38445 +IEtpbWJlcmx5 38446 +IEJyaWVm 38447 +IHV0dmVjaw== 38448 +IGdvZ2dsZXM= 38449 +IHByZXNjaG9vbA== 38450 +QVRIRVI= 38451 +IG1vdGl2ZXM= 38452 +IEJvbmc= 38453 +RVg= 38454 +IGNoaWxseQ== 38455 +IEFkdmlzb3J5 38456 +4oCL4oCL 38457 +INC60L7RgtC+0YDQvtC8 38458 +IHRyYWl0b3I= 38459 +IGRlbWFzaWFkbw== 38460 +INGG0LXQvQ== 38461 +INC80L7QuA== 38462 +IG11bHRpZg== 38463 +7JSs 38464 +IEFsZXhpcw== 38465 +IHppZXQ= 38466 +IFJhbWE= 38467 +YnJhbmNl 38468 +IHNhbmN0aW9u 38469 +aXRvdXM= 38470 +15XXmg== 38471 +IOuztOuC 38472 +0YHRgtCw0L3QvtCy 38473 +INGA0LXRgQ== 38474 +IENodXJjaGlsbA== 38475 +INC/0YDQtdC3 38476 +IElP 38477 +IEdlZQ== 38478 +IEdhdGhlcg== 38479 +YXRvcmk= 38480 +VHlsZXI= 38481 +INC90LXQvNC90L7Qtg== 38482 +IGLDpWRl 38483 +IEtpbGxlcg== 38484 +IHR1YmVy 38485 +IFJhbWFkYW4= 38486 +4b8= 38487 +aWVodA== 38488 +IHN0cmFuZ2VseQ== 38489 +0LvRgw== 38490 +IHJlZGVzaWdu 38491 +IGluY3VtYg== 38492 +IGJlcmFiZXI= 38493 +IFZvbGtzd2FnZW4= 38494 +bWV0YWw= 38495 +ZHp5 38496 +cGNpw7Nu 38497 +IOyViuyVhA== 38498 +IEdvb2RuZXNz 38499 +0LjQstCw0LXRgtGB0Y8= 38500 +YmFobg== 38501 +IEFudGFyY3RpY2E= 38502 +0LXQutGC0L7RgA== 38503 +IGhvbWVvd25lcnM= 38504 +emVpZ3Q= 38505 +IO2YhOyerA== 38506 +7KeA64+E 38507 +IGdlb2dyYXBoaWNhbA== 38508 +dGhpbmtpbmc= 38509 +IGdvc3Rh 38510 +IEltYW0= 38511 +dWxpZmxvd2Vy 38512 +ZGFn 38513 +YW5udA== 38514 +YWtvdg== 38515 +IGRvd253YXJkcw== 38516 +7LK06rCA 38517 +Q1VCRQ== 38518 +INCa0YHRgtCw0YLQuA== 38519 +INC/0L7Qu9C+0LI= 38520 +IHBsYXRlYXU= 38521 +4bil 38522 +IGNobG9yaW5l 38523 +IGFjY2VsZXJhdG9y 38524 +IHNvbHZlcw== 38525 +IEdyYXNz 38526 +cGlhbm8= 38527 +INqp2Kc= 38528 +INio2Ko= 38529 +IFJvY2hlc3Rlcg== 38530 +INmH2Yo= 38531 +IGNvbGxlY3Rz 38532 +jZTrnbw= 38533 +IENoZWVy 38534 +bGluZ2Vu 38535 +INGA0LDQt9Cz 38536 +IGFtw6lyaWM= 38537 +aHRh 38538 +RUNU 38539 +IGFydGlmaWM= 38540 +IFBheVBhbA== 38541 +aGFuYQ== 38542 +U3RlcGhlbg== 38543 +IEdlc3Q= 38544 +cGhhbHQ= 38545 +IHJlcGxpY2F0aW9u 38546 +IFdpbGxpZQ== 38547 +IG5ldXRy 38548 +IGlycmF0aW9uYWw= 38549 +IGRhZG9z 38550 +IEFpZA== 38551 +a2Ft 38552 +YW50ZXI= 38553 +INC00YPQttC1 38554 +IGRldG9u 38555 +IGhhcmU= 38556 +IGJldHM= 38557 +YmFnYWk= 38558 +IHN0YWluZWQ= 38559 +IHBsYXVzaWJsZQ== 38560 +IHBlZWxpbmc= 38561 +IGNyw610 38562 +IGdyb3Rl 38563 +7Law 38564 +pbTqsow= 38565 +YWx0ZXQ= 38566 +UGhvbmU= 38567 +Rmls 38568 +U1FM 38569 +IGdlZmFsbGVu 38570 +IHNhw7pkZQ== 38571 +IFRhbWls 38572 +Y291cw== 38573 +INCz0LvQsNCy0L3QvtC1 38574 +IGF0cmF2w6lz 38575 +dXNzaWE= 38576 +IHp3ZWl0ZW4= 38577 +IEVsdmlz 38578 +IG1vdmVy 38579 +IGxpbWl0ZQ== 38580 +YXJleg== 38581 +pbTqs6A= 38582 +IEtyYW5rZW4= 38583 +w7xyZQ== 38584 +IOyViuyVhOyalA== 38585 +IHRow6BuaA== 38586 +IHByb2ZvdW5kbHk= 38587 +IGJlZHJvb21z 38588 +IHRvb3RocGFzdGU= 38589 +IEFjY2VwdA== 38590 +w6l0aWNv 38591 +IGvDvMOn 38592 +IEFyeQ== 38593 +YWRpbg== 38594 +IGdyYW51bGFy 38595 +ZWN0ZWQ= 38596 +IG1lbmphZGk= 38597 +IGNvbXBldGVuY2U= 38598 +ZG9j 38599 +IHNwYXJrbGluZw== 38600 +IOyii+ydhA== 38601 +IGNvbnN0cnVjdGluZw== 38602 +IGFtdXNlbWVudA== 38603 +IEluc3VyYW5jZQ== 38604 +IEZldWVy 38605 +IHJlbm92YXRpb24= 38606 +c3VjaA== 38607 +cGxhdA== 38608 +IHByb3N0aA== 38609 +IGJleQ== 38610 +IENvbXBsZXRlbHk= 38611 +IHpvZA== 38612 +YWxu 38613 +VmljdA== 38614 +IGNvbmZpcm1z 38615 +w6R0eg== 38616 +4pY= 38617 +aGFtbWVy 38618 +INC30L3QsNC10YI= 38619 +IGFkbWlyZWQ= 38620 +oOulvA== 38621 +IEZydWl0 38622 +ZXJ0ZW4= 38623 +IG5pZWNl 38624 +IFRpbnk= 38625 +IHBsdW1iaW5n 38626 +ZXJtYQ== 38627 +INC70LXQs9C60L4= 38628 +IHdpbmRzaGllbGQ= 38629 +INGB0LzQtdGA 38630 +IGJ6dw== 38631 +IGFib2xpdGlvbg== 38632 +IFNhZGhndXJ1 38633 +IHByZWFjaGVk 38634 +IENyZWF0aW5n 38635 +cGVyZWQ= 38636 +IHZvbG9udA== 38637 +IHF1aW50 38638 +IHByaW50ZXJz 38639 +IG5lZ3Jv 38640 +IGdyb3NzZQ== 38641 +IFRoeQ== 38642 +IEZlbGxvd3M= 38643 +IHN0YW5pZQ== 38644 +IG5ld2NvbQ== 38645 +IEh1ZQ== 38646 +IEZyZXVuZGU= 38647 +IENvbnN0cnVjdGlvbg== 38648 +IGFkdmVyc2l0eQ== 38649 +IG5lZ2F0aXZlcw== 38650 +IGhhemFyZG91cw== 38651 +IGNvbXBlbGxlZA== 38652 +IHdvaw== 38653 +IE95 38654 +0L/QsA== 38655 +qqjr 38656 +IHJlbmRleg== 38657 +IG92ZXJj 38658 +IHdlYXZpbmc= 38659 +INC40LTQtdGC 38660 +IHByb3NlY3V0b3Jz 38661 +IGF1ZGlvYm9vaw== 38662 +IGFuY2VzdG9y 38663 +IHVuZGVyZ29pbmc= 38664 +IHBvdW5kaW5n 38665 +IO2SgA== 38666 +IOy2pA== 38667 +IHR1bGVl 38668 +IOyXtOw= 38669 +IHpvYWxz 38670 +IG5laW4= 38671 +IG9rZQ== 38672 +IEpveWNl 38673 +IG51ZA== 38674 +IGRpbGlnZW5jZQ== 38675 +IExhYnM= 38676 +IHZlbnRz 38677 +IGFuY2VzdHJhbA== 38678 +4Lir4Lih 38679 +INC80YPQttGH 38680 +IG5vbcOpcw== 38681 +d2FsaQ== 38682 +cWluZw== 38683 +IE11bHRpcGxl 38684 +IENvbnN1bHQ= 38685 +IGlzdGVkaQ== 38686 +IERveQ== 38687 +YWthaA== 38688 +IGRpc2NpcGxpbmVk 38689 +IGFsdGVybmF0aW5n 38690 +55I= 38691 +IHZlcm1l 38692 +INC+0Yk= 38693 +IHRvdGE= 38694 +IFByYWc= 38695 +IHN3b3Ju 38696 +IGJlYmVy 38697 +IEF1ZmdhYmU= 38698 +7Jq06w== 38699 +IHl1cA== 38700 +IHJlY2xhaW0= 38701 +b251dA== 38702 +IGF1Y3VuZQ== 38703 +IGFtcGg= 38704 +IMWbd2ll 38705 +IGFh 38706 +aXNjb3Zlcg== 38707 +IEFyZw== 38708 +Y2llxbw= 38709 +IGRlc3Nhcw== 38710 +IFfDpGg= 38711 +4bu5 38712 +INC00LDQstC90L4= 38713 +IHNpbGVudGx5 38714 +YXJj 38715 +IO2bhOuztA== 38716 +IHR3ZWV0aW5n 38717 +IE9uZA== 38718 +pqzrqbQ= 38719 +IGJvd2Vs 38720 +7IWo7Ja07JqU 38721 +T1NF 38722 +IHByb3Bpbw== 38723 +IEt1bnN0 38724 +a3VuZw== 38725 +IGRvbm7DqWVz 38726 +IEhvcml6b24= 38727 +IEZyb2c= 38728 +IGFyaXN0 38729 +w6Js 38730 +INC60L7Qtg== 38731 +IHNlZ3VuZG9z 38732 +IFNob3J0bHk= 38733 +IENyb3dk 38734 +aXJhbg== 38735 +IHfFgmHFm2Np 38736 +IExhYw== 38737 +aWRlbnRl 38738 +IOqwgOyekA== 38739 +IGxlbg== 38740 +IFNVUw== 38741 +IE1vdG9ycw== 38742 +IFRyZW50 38743 +b21pZQ== 38744 +IHRyYW5zbWl0dGVy 38745 +IEFzc2Fk 38746 +IHBzeWNoaWF0cmlj 38747 +INC20LjRgtGM 38748 +IG91dGxpbmVz 38749 +IGVmZmVjdGl2ZW1lbnQ= 38750 +IFJlbGlnaW9u 38751 +cHJlaA== 38752 +INC00L7Qu9C20L3QsA== 38753 +IM2hwrA= 38754 +IENvbnNlcnZhdGlvbg== 38755 +IOG7 38756 +INC30LDQuQ== 38757 +IHJlc2lkZQ== 38758 +IGNvbXBsZXRv 38759 +S0VO 38760 +IOuCmOyYpOuKlA== 38761 +IHN1YnVyYmFu 38762 +IHLDqXBvbmRyZQ== 38763 +INGA0LDQt9C70LjRhw== 38764 +IGdhbGxlcmllcw== 38765 +IHJhcHQ= 38766 +KS4uLg== 38767 +IGNydWVsdHk= 38768 +IFZNd2FyZQ== 38769 +7Yis 38770 +IGhhecSxcg== 38771 +IGdyb3VwaW5n 38772 +IFJpZGVy 38773 +IHN5bGxhYmxl 38774 +IGJlaXNwaWVsc3dlaXNl 38775 +IHNhZmVndWFyZA== 38776 +IHBlbMOtY3VsYQ== 38777 +YXJ0aQ== 38778 +INCh0L4= 38779 +IGNoZWdh 38780 +INC60L7QvNGD 38781 +IHNlaXNt 38782 +IGhhcm1sZXNz 38783 +IFdhcnJpb3Jz 38784 +INC/0YE= 38785 +IHNoYW1lbGVzcw== 38786 +IEJhdW0= 38787 +aW5zdGFsbA== 38788 +IHRvb2xraXQ= 38789 +IHBpcGVsaW5lcw== 38790 +IHB1c3N5 38791 +IGNvbmNlYWw= 38792 +IHByb3Rlc3Rpbmc= 38793 +b2Nob25k 38794 +IGR1YQ== 38795 +IFBvc2U= 38796 +IGhlbGl1bQ== 38797 +IFVY 38798 +aWtsZQ== 38799 +IFN1ZmY= 38800 +IOyEuOqzhA== 38801 +aW5nZXJz 38802 +INGB0LvRg9GH0LDQuQ== 38803 +IGRlc2NlbmRpbmc= 38804 +IG1vbnRhZ2U= 38805 +SGlnaA== 38806 +IOydtOyW 38807 +IElkaQ== 38808 +INeR16E= 38809 +IGV4cHJlc3NpdmU= 38810 +INC/0L7Qu9C10Lc= 38811 +IHBvbmU= 38812 +IGFkb2xlc2NlbnQ= 38813 +0LDQvdC90YvQtQ== 38814 +IGFzc2Fzc2luYXRpb24= 38815 +d2Vpc2Vu 38816 +ZW1hdGljYWxseQ== 38817 +YXV0aA== 38818 +IHVyZw== 38819 +IGdhbmhhcg== 38820 +IGZ1bmRv 38821 +IFJob2Rl 38822 +INC40YHRgtC+0YDQuNC4 38823 +IGNvbXBhcnRpbA== 38824 +IGRpbWluaXNoZWQ= 38825 +IGFwcHJlbnRpY2U= 38826 +INCR0YPQtA== 38827 +IHBob3RvbnM= 38828 +IGPDs2Q= 38829 +b25haw== 38830 +IGFkZWxhbnRl 38831 +IGNodQ== 38832 +b3BpYw== 38833 +IGFpeMOt 38834 +ZWRkYXI= 38835 +IENvbmdyYXRz 38836 +bW9y 38837 +IHJlc2VydmF0aW9ucw== 38838 +IFRvYnk= 38839 +IEtlcm4= 38840 +IHJhemVt 38841 +IGZvcmdlZA== 38842 +IGhvcnJpZnlpbmc= 38843 +2YrYuQ== 38844 +IEpvaW5pbmc= 38845 +IEF1dGg= 38846 +ZGFo 38847 +IGNvbnNpZw== 38848 +IGludGltaWRhdGVk 38849 +IHBlcmlwaGVyYWw= 38850 +IG1lbm8= 38851 +IGRldGVjdGluZw== 38852 +IHRlb3I= 38853 +IHRhZ2dlZA== 38854 +IG5vc3RhbGdpYw== 38855 +IOuvuOyViA== 38856 +IHZlcmRp 38857 +IGxhYmVsaW5n 38858 +0L/QvtC0 38859 +YXN0ZXM= 38860 +IHZpc3Q= 38861 +IGN5dA== 38862 +IGZsaXBz 38863 +0YDQuNC3 38864 +YmFsYW5jZWQ= 38865 +INC+0YjQuNCx 38866 +IGRlc3Rpbg== 38867 +bGFzc2U= 38868 +ZXJlaQ== 38869 +IGthbG8= 38870 +IGFycXU= 38871 +IHBsYW5v 38872 +IG9yZGluYW5jZQ== 38873 +IGNvbXBpbGF0aW9u 38874 +IFZvY8Oqcw== 38875 +IEVjbw== 38876 +IOy2lOyynA== 38877 +IGVuY2ltYQ== 38878 +IEdhcnJldHQ= 38879 +IENvcmQ= 38880 +w7Zsa2Vy 38881 +IEFycm93 38882 +IHByb3RvbnM= 38883 +LOKAiw== 38884 +IOyymOs= 38885 +IHNjYW5k 38886 +IGJlaWdl 38887 +Y29uZw== 38888 +IGJpa2luZw== 38889 +IFRM 38890 +0YPQvdC0 38891 +IOyGlOyngQ== 38892 +IFZpbGxh 38893 +IEpBQ0s= 38894 +IMO2xJ9yZW4= 38895 +IHRlbWFz 38896 +IEt5dW5n 38897 +SmVubg== 38898 +IGN1ZA== 38899 +IGltcG9zaW5n 38900 +IGNvbW1hbmRtZW50cw== 38901 +IE1lYW5z 38902 +IETDpHI= 38903 +IHJlY29tZW5k 38904 +IGRpc3Bvc2l0aW9u 38905 +2KfZhw== 38906 +IHRodQ== 38907 +IHJlZHVjdGlvbnM= 38908 +IGRpdQ== 38909 +INeV15DX 38910 +INC40YHRgdC70LXQtA== 38911 +dGhyZW4= 38912 +IGxhZG9z 38913 +IFJC 38914 +aXhlZA== 38915 +IOyP 38916 +RnI= 38917 +c3RpbGw= 38918 +IG9sbWFz 38919 +Q0hVQ0s= 38920 +IO2GoA== 38921 +IEluZGVwZW5kZW50 38922 +0JLQng== 38923 +IHBpdHM= 38924 +IHVuZGVydGFrZW4= 38925 +IGbDuHI= 38926 +IE5hdw== 38927 +IOyekeyXhQ== 38928 +IHNoZXBoZXJk 38929 +IGxhbmd1ZQ== 38930 +IEphYg== 38931 +IERydW0= 38932 +IEVsZWt0 38933 +4buRdA== 38934 +IOydtOyqvQ== 38935 +IGJlZ2lubmVu 38936 +IEZ1cnk= 38937 +4buDdQ== 38938 +c2VjdGlvbnM= 38939 +IHNwcmF5ZWQ= 38940 +IG3DoXI= 38941 +IFZvbHQ= 38942 +IFNlb25n 38943 +0LjRgtC10Ls= 38944 +ZHVjdGlvbg== 38945 +YXNhbg== 38946 +IGp1ZGdtZW50cw== 38947 +aW1hYW4= 38948 +nteq 38949 +IHNpZW50bw== 38950 +IEFDVA== 38951 +IEJI 38952 +ZGV2 38953 +IOyii+yVhO2VmA== 38954 +IGpvcm4= 38955 +SVNUSU4= 38956 +IHJvYXI= 38957 +IGltbWVyc2lvbg== 38958 +YWZmbGVz 38959 +IHRyYWluZWU= 38960 +IEJpbGxib2FyZA== 38961 +cmVzc2Vz 38962 +IFdhcm0= 38963 +IFJvYmVydG8= 38964 +IHV0aWxpeno= 38965 +IElnb3I= 38966 +IHJhc2g= 38967 +IGFuYWx5dGlj 38968 +aXJhbQ== 38969 +IHN5bW1ldHJpY2Fs 38970 +IGxpZmVzcGFu 38971 +IGVhdGVy 38972 +IEJsb29tYmVyZw== 38973 +YXRlcmlhbA== 38974 +IOuvvw== 38975 +IGlzdGVy 38976 +IGludmFsdWFibGU= 38977 +IGFzc2lzdGluZw== 38978 +IHNoYWNr 38979 +zrzOsc+EzrE= 38980 +amlz 38981 +ZW5peg== 38982 +INC/0YDQtdC00LvQvtC2 38983 +IGRlY2xhcmluZw== 38984 +IFZpa2luZw== 38985 +IEFzc2lt 38986 +IGV4cGVuZGl0dXJl 38987 +IHBvc2luZw== 38988 +IE9udW4= 38989 +IGluaWM= 38990 +0LDRjtGC0Yw= 38991 +cmV2 38992 +IG1pZWRv 38993 +IGZpbHRoeQ== 38994 +IElC 38995 +IERpc2NvdmVy 38996 +aWNodGV0 38997 +bWlsbGlvbg== 38998 +toTrk6TsnbQ= 38999 +IGFtYmlndQ== 39000 +IEZseW5u 39001 +YmFyZHppZWo= 39002 +IGluY29tcA== 39003 +0LDQstC90L4= 39004 +emlh 39005 +IGluZmx1ZW5jaW5n 39006 +IHdvcmxkbHk= 39007 +IFNhbGVzZm9yY2U= 39008 +emV0 39009 +IHBhcnRpY3VsaWVy 39010 +IEtvY2g= 39011 +IDE5NDM= 39012 +IHRvbmVy 39013 +INGN0LrRgdC/0LXRgA== 39014 +IHN1c2NyaQ== 39015 +IHRyaWdnZXJpbmc= 39016 +SUNFUw== 39017 +7Iqk6rCA 39018 +zrTOsQ== 39019 +0YDQsNCx0L7Rgg== 39020 +IGFmdGVyd2FyZA== 39021 +cGluZQ== 39022 +IElM 39023 +YXJldGg= 39024 +INC/0LDQuw== 39025 +IHNha2Vy 39026 +IDE5NDc= 39027 +QUY= 39028 +dXlvcnN1bg== 39029 +IOyKpOs= 39030 +IHF1YW50aWZ5 39031 +IG1lbnRvcnNoaXA= 39032 +IGxsZWdh 39033 +IFRhbWFyYQ== 39034 +IG9wdGltaXppbmc= 39035 +IGZyb250cw== 39036 +b3N0ZXJz 39037 +IGVzcXVlcg== 39038 +IHN1Ym1pc3Npb25z 39039 +IGFubmlo 39040 +IHN1Y3Rpb24= 39041 +bHVlbmNl 39042 +Y2hpZWRlbg== 39043 +SU5HUw== 39044 +INeR15Q= 39045 +INGB0YbQtdC9 39046 +IHdpZWx1 39047 +IG9iamV0bw== 39048 +IGJvb2Jz 39049 +IEdlc2Now6RmdA== 39050 +IGVhcmJ1ZHM= 39051 +INGA0LDQvdGM0YjQtQ== 39052 +IHJvdXRpbmVseQ== 39053 +IGNvbGxhZ2Vu 39054 +0L7QtNGL 39055 +IENpbm5hbW9u 39056 +IGJhaXg= 39057 +2K/ZhQ== 39058 +ZnJhZ2U= 39059 +INC60L3QvtC/ 39060 +IGRlY2VwdGlvbg== 39061 +IHVuZXhwZWN0ZWRseQ== 39062 +IHNtZWxsZWQ= 39063 +IGxvb3M= 39064 +IGhpZ2hsaWdodGVy 39065 +IOq4sOuzuA== 39066 +IEdsYXNnb3c= 39067 +b3dhbmE= 39068 +bW4= 39069 +IEplcmVtaWFo 39070 +IERhdGFi 39071 +aWV0ZQ== 39072 +IGJhdw== 39073 +IHByb3BpYQ== 39074 +IHByb3ByaQ== 39075 +T09PT09PT08= 39076 +aW5rZXI= 39077 +IHBlcnR1cmI= 39078 +IEZha2U= 39079 +7J207JY= 39080 +aW1taW5n 39081 +IHVuZG9jdW1lbnRlZA== 39082 +IHRyYWJhamFuZG8= 39083 +IHJvYW0= 39084 +INC00L7Qu9C20L3Qvg== 39085 +IGFyYmU= 39086 +IGFuaQ== 39087 +YXRhbA== 39088 +IGFyYWRh 39089 +IEFuZGE= 39090 +IOybgA== 39091 +IEJyYW5jaA== 39092 +b2lyZXM= 39093 +IG91dHNpZGVy 39094 +ZG9sbGFy 39095 +aXNzZXM= 39096 +YmVhbnM= 39097 +IEdpZw== 39098 +cmFkb3M= 39099 +IFN1dA== 39100 +IExhbmNl 39101 +ZWRzacSZYmlvcg== 39102 +IGNvbGE= 39103 +b25lbnRz 39104 +IHJlY29uc2lkZXI= 39105 +IG1vbmRv 39106 +IHVuc3VjY2Vzcw== 39107 +IEvDpA== 39108 +IHJlZ2Vs 39109 +IGJpc29n 39110 +ZXR1cw== 39111 +IHVucmF2ZWw= 39112 +IHN3ZWV0aWU= 39113 +IHJlcHLDqXNlbnQ= 39114 +b3VyaW5n 39115 +IGdyb3VuZHdhdGVy 39116 +IEJldw== 39117 +IHNjcmF0Y2hlZA== 39118 +IGNhc3NldHRl 39119 +IGNpZGVy 39120 +cGlz 39121 +INGB0LDQvNCw 39122 +IGdsb2JhbGl6YXRpb24= 39123 +IGRlZ3JhZGF0aW9u 39124 +IGRlZ2VuZXI= 39125 +IFJvc2ll 39126 +aWNrdA== 39127 +IG92ZXJ3ZWlnaHQ= 39128 +IE1FTQ== 39129 +IGd1YXJkaWFucw== 39130 +IGNvbnNlYw== 39131 +SG1t 39132 +INC/0L7RgtGA0LXQsQ== 39133 +IG1ldmE= 39134 +IGdyYWZmaXRp 39135 +IGZsaXJ0 39136 +IEJQ 39137 +IGp1c3Rv 39138 +IFRob3VzYW5kcw== 39139 +n6zsmrQ= 39140 +Lio= 39141 +IFJBVw== 39142 +IGZsdW9y 39143 +aXlp 39144 +YW50YWw= 39145 +amVk 39146 +IFNoZW5n 39147 +IEVsaXNl 39148 +IENoYXJnZQ== 39149 +7J207Yq4 39150 +IGNvbmVz 39151 +bmllcw== 39152 +Z2lh 39153 +INC90LDRh9Cw0LvQsA== 39154 +IERoYXJtYQ== 39155 +IOuLpOyWkQ== 39156 +IGZhdm9ycw== 39157 +IFRydW5n 39158 +aGV0dG8= 39159 +IHBvenc= 39160 +IGxvbmdv 39161 +IGtlbHU= 39162 +IGRpZ2VzdGlvbg== 39163 +IEVpZw== 39164 +IFRIRVJF 39165 +IHRpZXJz 39166 +IHN1bms= 39167 +IG15c3RpY2Fs 39168 +enVi 39169 +IMOJdA== 39170 +IGFudGljaXBhdGluZw== 39171 +IFZpbmU= 39172 +WVk= 39173 +IGNvbmNlbnRyYXRpbmc= 39174 +IEFncmVlbWVudA== 39175 +INC+0LrQvtC70L4= 39176 +IGxpZHQ= 39177 +IFlhbw== 39178 +INGB0LvQuNGI0LrQvtC8 39179 +csOt 39180 +SVNUSU5DVA== 39181 +IE9GRklD 39182 +IHNvYWtpbmc= 39183 +IHNpaWhlbg== 39184 +IHJlZmVyZW5jaW5n 39185 +IFRhbXBh 39186 +YW5leQ== 39187 +IHJlc3B1ZXN0YQ== 39188 +IENvYWxpdGlvbg== 39189 +INGB0L7Qs9C70LDRgQ== 39190 +YW5raW5k 39191 +IOub 39192 +IFl1bW15 39193 +67Cw 39194 +IG9uYw== 39195 +dWnDp8Ojbw== 39196 +IHRoZW8= 39197 +IG11cmFs 39198 +IFRlYWNoZXJz 39199 +IHdhaXRz 39200 +IHJlbnRpbmc= 39201 +IEhhcm1vbg== 39202 +IGXFnw== 39203 +IE11bmljaA== 39204 +7Zmc 39205 +7Ja8 39206 +Y2FyZHM= 39207 +IHJvdWdl 39208 +IG7Dqm4= 39209 +Y2x1Yg== 39210 +IHVuc2Vlbg== 39211 +IGRlcHJlY2k= 39212 +IGNvbXB1dGVk 39213 +IHdpcGluZw== 39214 +IEVsbGk= 39215 +aWRlbnRpZmllZA== 39216 +IGNsdXR0ZXI= 39217 +cm9sZXVt 39218 +IHRlbGVm 39219 +IGxldmVsaW5n 39220 +IFdvb2R5 39221 +IEd1cw== 39222 +IEJlbm5ldHQ= 39223 +IHNpdGlv 39224 +acWC 39225 +IHBvc3Nlc3Npb25z 39226 +IE5hdGFzaGE= 39227 +b2xkb3du 39228 +INGB0L7QvtCx0Yk= 39229 +IExpYw== 39230 +IOunjOuToA== 39231 +IGxvcnNxdWU= 39232 +d2Vo 39233 +INC80LDQvA== 39234 +bGl0ZXI= 39235 +YWRvbW8= 39236 +IGZpbmk= 39237 +z47Pgg== 39238 +INGD0LHQuNC5 39239 +IGluZGlzcA== 39240 +IHRlbGV2aXM= 39241 +IHDDoQ== 39242 +IENyZW8= 39243 +w61sbA== 39244 +IGd1cg== 39245 +IE1BTA== 39246 +INGA0LDQt9C90YvRhQ== 39247 +IHppZWhlbg== 39248 +IGZhc2hpb25lZA== 39249 +IGRlYmF0aW5n 39250 +IFNvdXA= 39251 +IFByb3ZpbmNl 39252 +6re466CH 39253 +IGltcHJvcGVy 39254 +IGltYWdlbg== 39255 +INGB0LTQtdC70LDQuw== 39256 +IGxvZ29z 39257 +IGV2ZW50bw== 39258 +4bqjbw== 39259 +bGFyZGE= 39260 +INC90LDQt9GL0LLQsNC10YLRgdGP 39261 +IHZlcmY= 39262 +IHNjcmVlbnNob3Rz 39263 +15XXk9ei 39264 +IEF1cm9yYQ== 39265 +IEJhbGk= 39266 +dGVyZWQ= 39267 +IGNvbnRhZ2lvdXM= 39268 +IGNvbXBhcnRpcg== 39269 +dmVuaWRvcw== 39270 +cmlrZQ== 39271 +INCy0YvQs9C70Y/QtNC40YI= 39272 +IGZyZWVkb21z 39273 +bmljYXM= 39274 +oKTshJw= 39275 +IHJlZHV6 39276 +IEVjdQ== 39277 +IGFib25u 39278 +IFNFw5E= 39279 +IEJpdGNo 39280 +IHByb2pldG8= 39281 +0LjRh9C90L4= 39282 +ZXR0cmU= 39283 +QU5OQQ== 39284 +dGhhbms= 39285 +IEFP 39286 +YXJuaXNo 39287 +aWXDn2Vu 39288 +IHJpcHBsZQ== 39289 +IHBhbnRyeQ== 39290 +IEdI 39291 +zrPOsQ== 39292 +IOydtOuyiOyXkA== 39293 +IHZhbGlkYXRlZA== 39294 +IGJydXNoZWQ= 39295 +IEVtaW4= 39296 +IERhcnRo 39297 +ZXNpbg== 39298 +LC4= 39299 +IHZhbGxl 39300 +IGplcnNleQ== 39301 +dWxhbg== 39302 +UmVhZA== 39303 +IFJhbmdlcnM= 39304 +IHNvb3RoaW5n 39305 +IGNvbXBsZW1lbnRhcnk= 39306 +IFZlcmtlaHI= 39307 +YWNha3Q= 39308 +IGJhdGh0 39309 +IE5E 39310 +U29u 39311 +IO2ZlOyepQ== 39312 +IEF2aQ== 39313 +IFNBTA== 39314 +YWlzc2U= 39315 +IHNlbWFpbmVz 39316 +IFN1cnY= 39317 +d2llcg== 39318 +INCy0LjQtNC10Ls= 39319 +IHNpZXRl 39320 +lOuPhA== 39321 +IFJhbXNheQ== 39322 +IFF1ZWVuc2Jvcm91Z2g= 39323 +IE1lbmdl 39324 +IEZvb2Rz 39325 +IHRoZW9sb2dpY2Fs 39326 +IFsj 39327 +INCy0L7QvdC4 39328 +IGltbWlu 39329 +aW9zaXR5 39330 +IEFiZ2VvcmQ= 39331 +IEFjaG8= 39332 +IMOU 39333 +IHN0YWlucw== 39334 +IHJlYWxpc3RpY2FsbHk= 39335 +IGZhc2hpb25hYmxl 39336 +IENFT3M= 39337 +IFNraWxs 39338 +INCy0LbQtQ== 39339 +IGRldmVy 39340 +IFBsdWc= 39341 +5qo= 39342 +UG9k 39343 +IGxvYWY= 39344 +IGdlYnJhY2h0 39345 +IGFic29yYnM= 39346 +IEdyYW5ueQ== 39347 +IG1hbHdhcmU= 39348 +YWfEmQ== 39349 +IGNpdmlsaXphdGlvbnM= 39350 +IM+B 39351 +IGjDpGx0 39352 +0KHQog== 39353 +Z3JlYXQ= 39354 +IGxheWVyaW5n 39355 +c2luZ3M= 39356 +INCy0ZbQvQ== 39357 +IHJlY29nbml6YWJsZQ== 39358 +IHdvag== 39359 +IHdldGVu 39360 +zrPOvw== 39361 +U3R1ZGVudA== 39362 +IGTDqWZpbg== 39363 +cGxlYXNl 39364 +ZW5jaA== 39365 +IGF0dGlj 39366 +IE90dGF3YQ== 39367 +IG9wdGVk 39368 +IGNhcHRpdg== 39369 +IG3Fgg== 39370 +IFlB 39371 +IFdhbmQ= 39372 +IGJvdW50eQ== 39373 +IDI3MA== 39374 +IHNwZWN1bGF0ZQ== 39375 +IGVuaGFuY2VtZW50 39376 +IGNvbW1vZGl0aWVz 39377 +IE1pbHRvbg== 39378 +ZWo= 39379 +YWxvbQ== 39380 +RGFz 39381 +IGNvb2xkb3du 39382 +16jXkNec 39383 +INeQ16Q= 39384 +IHdjemXFm25pZWo= 39385 +IGVsb25n 39386 +IGRpb2Rl 39387 +aW5hw6fDo28= 39388 +IElyaXM= 39389 +IEli 39390 +IHN1bW1vbmVk 39391 +IHJlc3Bl 39392 +IFJhY2g= 39393 +IMK7Og== 39394 +IHZ1cg== 39395 +IG1vdmltZW50bw== 39396 +IGZsdWVudA== 39397 +IEV2b2x1dGlvbg== 39398 +IEJ1dHQ= 39399 +aWZpY2FjacOzbg== 39400 +lJTslrQ= 39401 +INGN0L3QtdGA0LM= 39402 +IG1hbmlwdWxhdGluZw== 39403 +IHBvc2l0aXY= 39404 +0LzQvtGB 39405 +IHdpeg== 39406 +IGludG94 39407 +zq3PgQ== 39408 +0LXQvNGB0Y8= 39409 +aXZlc3Nl 39410 +aW1pemk= 39411 +IOyauA== 39412 +IGtub2Nrcw== 39413 +IGNvbmdlc3Rpb24= 39414 +IElkZWFsbHk= 39415 +IEhvbGRpbmc= 39416 +IHBvYnJl 39417 +IEpVTA== 39418 +IOu2hOuTpOydgA== 39419 +IM6xzro= 39420 +IEZlcmd1c29u 39421 +IExhYm9yYXRvcnk= 39422 +cmljaHRlbg== 39423 +cm9waHk= 39424 +cHJvZHVjdGlvbg== 39425 +YXNzdW5n 39426 +SVRB 39427 +IHNpw6hjbGU= 39428 +16jXqg== 39429 +Y2lzaW9u 39430 +INek15Q= 39431 +IElyZW5l 39432 +YW5jYQ== 39433 +IOyCrOqzoA== 39434 +IHBpbnBvaW50 39435 +IGRlc2lnbmF0aW9u 39436 +xZ9hbQ== 39437 +bMSxxZ8= 39438 +YWF0 39439 +IG7DpWdyYQ== 39440 +IG15dGhpY2Fs 39441 +IERlY2xhcmF0aW9u 39442 +IOyeoeyVhA== 39443 +IGJ5dGU= 39444 +LuKZqg== 39445 +RGVs 39446 +IO2NvA== 39447 +IG51dHJpdGlvdXM= 39448 +INGA0YPQsdC70LXQuQ== 39449 +U0FZ 39450 +TWFzdGVy 39451 +INGE0L7RgtC+0LPRgNCw0YQ= 39452 +IOuSpOyXkA== 39453 +IG5laA== 39454 +IGRva3VtZW50 39455 +IGN6YXN1 39456 +IGNvbnRpbnVh 39457 +IFNpbGVudA== 39458 +IHRlbnNvcg== 39459 +IHRhbnRh 39460 +IGlyZ2VuZHdv 39461 +IExFVA== 39462 +IFNoYWt0 39463 +bGFtYQ== 39464 +Y2hsYWc= 39465 +IGRpbmdlbg== 39466 +0YHRgtGA0LA= 39467 +IGVocmxpY2g= 39468 +IE1hY2h0 39469 +cmVscw== 39470 +w6BjaWVz 39471 +dmlkZW8= 39472 +IG5hdHVyYWxl 39473 +IFNURVZF 39474 +dW1t 39475 +QkFDSw== 39476 +IDcyMA== 39477 +IG1vbWVuY2ll 39478 +IFN3YW4= 39479 +IHRlY2huaWNpYW5z 39480 +IGdlZWhy 39481 +IE1lbmQ= 39482 +UmVn 39483 +IHNjYWZm 39484 +IGFpZGU= 39485 +IOuztOuKlA== 39486 +IHByZXNzZXM= 39487 +bGVyZGU= 39488 +XCc= 39489 +IHVsdHJhc291bmQ= 39490 +IGRpc2NsYWltZXI= 39491 +IE1pdHM= 39492 +IEhvbGlkYXk= 39493 +IGV4dGVybmFsbHk= 39494 +IEZhdGU= 39495 +SU5P 39496 +IENhdHM= 39497 +67CV 39498 +dW1v 39499 +Y29udHJvbA== 39500 +IHRoZUNVQkU= 39501 +dGlj 39502 +aWVydW5ncw== 39503 +INC30L3QsNC60L7QvA== 39504 +IGZyZWVzdHlsZQ== 39505 +TUFOREFSSU4= 39506 +IGlzZQ== 39507 +YXVydXM= 39508 +IFN0cmF0ZWd5 39509 +IEJlYW0= 39510 +csOkZ2U= 39511 +IGV4cGxvaXRlZA== 39512 +aWRpcw== 39513 +IGNoaW1l 39514 +IFBlbmluc3VsYQ== 39515 +IG1lcml0cw== 39516 +IGFsdHJv 39517 +IFRPUA== 39518 +IFNlbnM= 39519 +IEthbnQ= 39520 +b3Jhcw== 39521 +IHJveWFsdHk= 39522 +IElERQ== 39523 +cmFjeQ== 39524 +IFRIT00= 39525 +b21vcw== 39526 +IGzDpG5nZXI= 39527 +IG51bWJlcmVk 39528 +VW0= 39529 +IE5peWU= 39530 +zrjOtw== 39531 +enlrYQ== 39532 +bGltZQ== 39533 +IFBlcnNvbmVu 39534 +IHZhbGlkaXR5 39535 +IGNvbnRyYXQ= 39536 +IENvbWlj 39537 +w6dvbnM= 39538 +IEhlaWRp 39539 +IHpn 39540 +IHJlbmFtZWQ= 39541 +IGN1bWlu 39542 +IEpG 39543 +aW5lbA== 39544 +IGVuZm9yY2Vk 39545 +IGNoYW1h 39546 +0LvQuNGH0L3Qvg== 39547 +4bq7 39548 +INC00LXQvdC10LM= 39549 +IHByb2Z1bmQ= 39550 +IHBlbHZpYw== 39551 +IHBhbGF2cmE= 39552 +IGV4dHJhcw== 39553 +IGFua2xlcw== 39554 +7JeQ7ISc64+E 39555 +IFRG 39556 +IGluc2FuZWx5 39557 +INC80Y/RgQ== 39558 +IHLDqXBvbnNl 39559 +IGfDtnN0ZXI= 39560 +IEJCUQ== 39561 +INGD0YfQsNGB0YI= 39562 +IHNoYWtlbg== 39563 +IGFsbW9uZHM= 39564 +ZGlzaA== 39565 +IFBH 39566 +IEJsaXp6YXJk 39567 +0YzQvtCz0L4= 39568 +IOOF 39569 +IGtuYXBw 39570 +VG9v 39571 +IHVuZGU= 39572 +IG1vdW50cw== 39573 +0L7QvNC40L3QsA== 39574 +IG5vcnRoZWFzdA== 39575 +IGNlbnNvcnNoaXA= 39576 +0Y/RgtGM0YHRjw== 39577 +bHI= 39578 +IGxhd21ha2Vycw== 39579 +IHPDpWRhbg== 39580 +IGluc2lkZXI= 39581 +IGNsZWFudXA= 39582 +IE5hZGE= 39583 +w7Nj 39584 +IGhhcnZlc3RlZA== 39585 +IERlc3B1w6lz 39586 +7ZqN 39587 +IHJlZHVuZGFudA== 39588 +RU5B 39589 +IGRlbGVnYXRl 39590 +IGJ1cmc= 39591 +IEFsaXNvbg== 39592 +IGNlbGVzdGlhbA== 39593 +IHNpbm5lcnM= 39594 +IG1hcnR5cg== 39595 +IFBlcm0= 39596 +IHNwZWNpbWVucw== 39597 +IG1pdG9jaG9uZA== 39598 +IG1hcmF2aWw= 39599 +IGNhdmFscnk= 39600 +IGFycmF5cw== 39601 +IGFubmV4 39602 +IGxhYm9yYXRvcmllcw== 39603 +IEJ5eg== 39604 +IGF0YWM= 39605 +INGB0LvQvtC20L3Qvg== 39606 +IHRvcGw= 39607 +IGdlcmk= 39608 +IENvbWJhdA== 39609 +0YHRj9GC 39610 +ZWtlbg== 39611 +INCS0LvQsNC0 39612 +IGFqdXN0 39613 +IG1hcnF1ZQ== 39614 +IGxvb2tvdXQ= 39615 +IExvbA== 39616 +IHJvb2Z0b3A= 39617 +IE9yaW9u 39618 +INCx0L7QuQ== 39619 +IGhlYXJ0YnJlYWtpbmc= 39620 +IGRldHRv 39621 +emg= 39622 +w6R0dGVy 39623 +Y2VyYQ== 39624 +IGhlYXRz 39625 +IGFudGlxdQ== 39626 +IHVuZmluaXNoZWQ= 39627 +IEthenU= 39628 +xLFsxLE= 39629 +IHNsaWdodGVzdA== 39630 +bGVv 39631 +IHbDpXJh 39632 +IHZlcnNjaGllZGVuZW4= 39633 +IGxvdGlvbg== 39634 +0YjQtdCz0L4= 39635 +Y3Rpb25hbA== 39636 +IOydtOyg 39637 +ZHJhZ29u 39638 +IHJlc29uYXRlcw== 39639 +IGlubQ== 39640 +YXZpYw== 39641 +IGZ1bGZpbA== 39642 +IOq4sOuMgA== 39643 +IGp1c3RhbWVudGU= 39644 +INC00L7RgdGC0YPQvw== 39645 +IOq3uOqxtA== 39646 +IHJlY29uY2lsZQ== 39647 +IFNjaMO2bg== 39648 +IEF2b2lk 39649 +6rmA 39650 +J0Q= 39651 +IGNvbmZpbmVtZW50 39652 +IO2R 39653 +IG1vdGl2YXRpbmc= 39654 +IEJyaXR0YW55 39655 +IHNjcmVhbWVk 39656 +b2JqZWN0 39657 +IGRlY3JlZQ== 39658 +IHRyYXZhaWxsZQ== 39659 +aXNzaWJsZQ== 39660 +IGJ1c3RlZA== 39661 +cHJvY2Vzcw== 39662 +IG1hc3NhY3Jl 39663 +IG5naMSp 39664 +aWx5bg== 39665 +INCy0YDQvtC00LU= 39666 +IHBvZXRpYw== 39667 +IG5o4bqldA== 39668 +IGlyb25pY2FsbHk= 39669 +dXN1 39670 +bmlv 39671 +IHN0YWdpbmc= 39672 +b21lZGljYWw= 39673 +bGVhc2Vk 39674 +IOyDiOuhnOyatA== 39675 +IE5a 39676 +YWN0aW5n 39677 +IEJhdHRsZWZpZWxk 39678 +cGxheWZ1bA== 39679 +Vmk= 39680 +IHNlw7FvcmE= 39681 +IHByb21wdHM= 39682 +bGljaGtlaXQ= 39683 +IMOnxLFrYXI= 39684 +amlhbmc= 39685 +IHBpY2t5 39686 +IENhdmU= 39687 +IG1pcmFjdWxvdXM= 39688 +IEh1Z2hlcw== 39689 +MjAxNg== 39690 +IHh1 39691 +IERvcm90aHk= 39692 +IHZpcnR1ZXM= 39693 +IHJldHJhY3Q= 39694 +IHR5cg== 39695 +IGNoYXJpc21hdGlj 39696 +IGJvbGE= 39697 +6bw= 39698 +IOunkOyUgOs= 39699 +IHBhcmVudGFs 39700 +IG1pbGxpb25haXJl 39701 +YXJpYXQ= 39702 +IGludm9rZQ== 39703 +xbxlbmll 39704 +IGV4dHJlbWVz 39705 +IEFrdQ== 39706 +aXZpZGFkZQ== 39707 +IO+3ug== 39708 +IOyLnOyyrQ== 39709 +IEdhcmxpYw== 39710 +UklB 39711 +INC00L7RgQ== 39712 +IFBvbnQ= 39713 +IG1pbGo= 39714 +ZWxsaQ== 39715 +IHJhY2tldA== 39716 +IGNvbXBldGl0 39717 +IFdoaXM= 39718 +IHJlYWx0 39719 +aWdubWVudA== 39720 +ZXN0cmU= 39721 +IHBlcm5haA== 39722 +IE9wZW5pbmc= 39723 +IEZT 39724 +IERlbW9rcmF0ZW4= 39725 +YWNlbWVudHM= 39726 +IHdvcmxkdmlldw== 39727 +IHBsYXlvZmZz 39728 +IENBRA== 39729 +IMOpdGFudA== 39730 +IHllbWVr 39731 +IHNlbnRpbWVudHM= 39732 +b2RlbA== 39733 +YnVzdGVy 39734 +YcWf 39735 +IEtZ 39736 +Y3rEmQ== 39737 +IHNjaMO2bmU= 39738 +YXBl 39739 +IFJhc3BiZXJyeQ== 39740 +IGNyZWRpdGVk 39741 +IEhpZGRlbg== 39742 +IHNhdXNhZ2Vz 39743 +cnVjZQ== 39744 +IEJldg== 39745 +aWxhbnRybw== 39746 +IHBva2Vtb24= 39747 +IOqwgOqyqQ== 39748 +IHByb2NlZWRpbmc= 39749 +IHZlaW8= 39750 +IDE3NQ== 39751 +6Lg= 39752 +bWF4 39753 +IGZyYXRlcg== 39754 +7KCE7JeQ 39755 +IGVnZW50 39756 +IDI1MDA= 39757 +dXNjaA== 39758 +VHViZQ== 39759 +IGFtcGxpZnk= 39760 +IHByYXdk 39761 +IG9kb3I= 39762 +IFNjYW4= 39763 +IHBsb3R0aW5n 39764 +aXRobWV0aWM= 39765 +IHJlc2lnbmVk 39766 +IFNDT1RU 39767 +IHN0ZXJlb3R5 39768 +IGRvYWJsZQ== 39769 +IENvbXBsZXg= 39770 +2YHZig== 39771 +dMSxbQ== 39772 +0YDQuNCz 39773 +bGFyZGFu 39774 +ZXNv 39775 +REVO 39776 +IGhvb2RpZQ== 39777 +IENBVA== 39778 +2KfYtw== 39779 +IGJvbmRlZA== 39780 +IEJ1cm5z 39781 +0L7Qv9Cw0YE= 39782 +IHLEmQ== 39783 +zrXOuc6x 39784 +INC+0YLQtNC10LvRjA== 39785 +IHRpbWVsZXNz 39786 +IFZpag== 39787 +IFBhbmFtYQ== 39788 +IHJlb3JnYW4= 39789 +IFTDpA== 39790 +IFBsdXRv 39791 +T3Jhbmdl 39792 +INC/0L7QudC0 39793 +IEJyaXN0b2w= 39794 +dWNlZA== 39795 +IOuQmOyWtA== 39796 +IHVuYmVkaW5ndA== 39797 +YWRsZQ== 39798 +IHZvbHVudGVlcmVk 39799 +IG1pZWxp 39800 +IEVkaW5idXJnaA== 39801 +aWthbA== 39802 +IGFsdGVu 39803 +IEFyc2Vu 39804 +IG1vdXZlbWVudA== 39805 +IGFudGlxdWU= 39806 +IGJo 39807 +IEhlcnM= 39808 +IHNhdXRl 39809 +IGFzcGlyZQ== 39810 +IHNwaGVyZXM= 39811 +IFdhbQ== 39812 +4bqvbQ== 39813 +IHdpcGVz 39814 +IDI4MA== 39815 +IFZlaA== 39816 +IGNvbG9jYQ== 39817 +0LDRhA== 39818 +INCy0L7Qt9C80L7QttC90L7RgdGC0Yw= 39819 +IHBoeXNpb2xvZ2ljYWw= 39820 +aHdh 39821 +ZXR1 39822 +IHByb2xvbmdlZA== 39823 +IGV4cGVyacOqbmNpYQ== 39824 +INCy0LjQtNC90L4= 39825 +IHF1YXJhbnQ= 39826 +IHB1ZWRhbg== 39827 +6JQ= 39828 +dmluZQ== 39829 +IFVTREE= 39830 +cGhlbQ== 39831 +IGZvcm1pZGFibGU= 39832 +IGZsYXR0ZXI= 39833 +7Ja07KeA 39834 +IGLDqW4= 39835 +4LmB4LiV 39836 +IOusvOuhoA== 39837 +IGZhY3Rpb25z 39838 +IExlYXZpbmc= 39839 +INeQ16rXlA== 39840 +IEV4cGVydA== 39841 +ZGlv 39842 +IFZlcmQ= 39843 +IHNpbnQ= 39844 +2YbYrw== 39845 +bnVtYmVy 39846 +IG93ZWQ= 39847 +IGluZHVjZQ== 39848 +IEZyZWRkaWU= 39849 +YWJv 39850 +IEZpbGlwaW5v 39851 +r7zr 39852 +YmVsaWV2YWJseQ== 39853 +YXRobG9u 39854 +YW1hYW4= 39855 +IGRldmVuaXI= 39856 +IEdvcw== 39857 +IEplbmtpbnM= 39858 +YmFpdA== 39859 +IGJpbnM= 39860 +IE1JQ0g= 39861 +dXlvcnVt 39862 +aWdyYWRl 39863 +aXNzbw== 39864 +IOyXtA== 39865 +IOyVhOu5oA== 39866 +IGRpYXJyaGVh 39867 +IHRvcm5hcg== 39868 +YWRkaW4= 39869 +IHVuZ2Vmw6Rocg== 39870 +IHJlc3Ryb29t 39871 +IHBzeWNoaWF0cmlzdA== 39872 +IEtpY2tzdGFydGVy 39873 +IGdlcmE= 39874 +IGFscmVk 39875 +IFdyYXA= 39876 +z4zPgw== 39877 +IHNpbm5lcg== 39878 +Q0hFRVJJTkc= 39879 +IGtpbG93 39880 +IGRldGVybWluYW50 39881 +IGRlbW9uaWM= 39882 +aWRlbmNlcw== 39883 +Y2hhcw== 39884 +IERlZA== 39885 +IHN0dW1ibGU= 39886 +IFVycw== 39887 +IGRlY2VpdmVk 39888 +IFRFUg== 39889 +IEPDsw== 39890 +ZWxsZWQ= 39891 +IG5vdHdlbmQ= 39892 +IOyngOq4iOq5jOyngA== 39893 +IHBhcnRpZG8= 39894 +IGRlc2NlbmRlZA== 39895 +IHZhcmTEsXI= 39896 +IGVuYWN0ZWQ= 39897 +IGN6xJnFm2Np 39898 +IHRyYWluZWVz 39899 +IGF1ZGlibGU= 39900 +IG1hbGY= 39901 +IHZlbw== 39902 +w6xu 39903 +IEdQQQ== 39904 +IEFwcGU= 39905 +IHJ1dA== 39906 +IENhcmxh 39907 +a2FjaA== 39908 +IHNhdmlvcg== 39909 +aXRjaGVk 39910 +IGNsaW1heA== 39911 +0LDRgtC10LvRjw== 39912 +IE1jQ29ubmVsbA== 39913 +0L7Qu9GP 39914 +ZXJleWU= 39915 +INGB0L7Qt9C9 39916 +IGNhYm8= 39917 +IFNuZQ== 39918 +IEFmZm9yZGFibGU= 39919 +IHNhcsOg 39920 +IGxlZ2l0aW1hY3k= 39921 +IHNjYXJjZQ== 39922 +Li4uPC8= 39923 +IDEwOA== 39924 +IGFjdW0= 39925 +IEZyYW5rbHk= 39926 +IHJhZGlhdG9y 39927 +IGdlbmVyYWxz 39928 +IGRpdmlkZXM= 39929 +IGNoZWVzZWNha2U= 39930 +IHNvcmNlcg== 39931 +IG1pc2NvbmNlcHRpb24= 39932 +IGhhcmRzaGlwcw== 39933 +IE9uZVBsdXM= 39934 +w7x5b3JzdW4= 39935 +IFNvdmlldHM= 39936 +IEl0YWxpYQ== 39937 +aWNraQ== 39938 +IEFmdGVyd2FyZHM= 39939 +IHJpZGljdWxvdXNseQ== 39940 +IGdkemllxZs= 39941 +IE5vdGVz 39942 +2YPYp9mG 39943 +IHJvbWFu 39944 +IG9yZ2FuaXplcg== 39945 +IGNvdXJ0eWFyZA== 39946 +INGH0LXQu9C+0LLQtdGH 39947 +IFdpdG5lc3M= 39948 +INC/0Y/Rgg== 39949 +IENoaWxs 39950 +IFZhbHZl 39951 +IM6szrvOuw== 39952 +IEtQ 39953 +Y2hsdXNz 39954 +IGRlZmxlY3Q= 39955 +IFRvbmk= 39956 +IGNsYWly 39957 +IHN0YWNraW5n 39958 +cmFzemFt 39959 +IFNvbnJh 39960 +IEF0YXJp 39961 +IHBhc8Oz 39962 +IGNoYXJtcw== 39963 +YW5zdA== 39964 +IHRlcmNl 39965 +IExpbGx5 39966 +IHBzeWNob2xvZ2ljYWxseQ== 39967 +IGPFkw== 39968 +dXN0ZQ== 39969 +pbTs 39970 +Q1RW 39971 +IG1pZWw= 39972 +Q2FyZQ== 39973 +IOKAkQ== 39974 +IHNuYXBwZWQ= 39975 +IOqwkOs= 39976 +0L7RgtGL 39977 +IG3DqnM= 39978 +Lj8= 39979 +IHRvbm5lcw== 39980 +15XXk9eU 39981 +4LiE4LiZ 39982 +VHU= 39983 +IGRpc3RyaWJ1dGluZw== 39984 +IGNyYWNrZXJz 39985 +IGNvcmHDp8Ojbw== 39986 +w6Rtw6Ru 39987 +Y2xhbWF0aW9u 39988 +0L7RgNC0 39989 +k5zrprTqsozsmpQ= 39990 +IFVudGVyc2NoaWVk 39991 +RmluZQ== 39992 +Y2tv 39993 +INGA0LXQsdC10L0= 39994 +IHNwaWM= 39995 +IGRvY3RvcmFs 39996 +INGB0LrQvtGA0LXQtQ== 39997 +dW5pdmVycw== 39998 +YWN1bGE= 39999 +IMOWc3RlcnJlaWNo 40000 +IGdyaW5kZXI= 40001 +IGFtYm9z 40002 +IHZhc3RseQ== 40003 +IGNvbmZlc3NlZA== 40004 +IFNoaA== 40005 +YW5kZXJz 40006 +IEd1YW4= 40007 +INC90LXQvtCx0YXQvtC00LjQvNC+ 40008 +IGNoYW1waW9uc2hpcHM= 40009 +IFZ1bA== 40010 +IFBoaQ== 40011 +IE1lYXN1cmU= 40012 +IGluc2dlc2FtdA== 40013 +dmV0dGU= 40014 +IGdlbm9t 40015 +aW5kdW5n 40016 +Z2xp 40017 +RGV0 40018 +IHVubXV0ZQ== 40019 +IHNhdWNlcw== 40020 +IER3 40021 +15HXqg== 40022 +IEJSRQ== 40023 +IG51cnR1cmU= 40024 +IGRldGFpbmVk 40025 +IEJlZXI= 40026 +INC80LjRgNCw 40027 +0LLQtQ== 40028 +IEJpcmRz 40029 +IG1laWxsZXVy 40030 +IHJld2luZA== 40031 +IHBvcmU= 40032 +15nXlg== 40033 +w6lnZXI= 40034 +cXVlbGE= 40035 +IHRyb3VzZXJz 40036 +IHNpaW7DpA== 40037 +IEdhZ2E= 40038 +IEJSQU5E 40039 +bGViZW4= 40040 +IHJhc3BiZXJyeQ== 40041 +aWxpaw== 40042 +IHZlcnPDo28= 40043 +bGFr 40044 +IGxvZ2Fy 40045 +IE1JREk= 40046 +IOychO2VnA== 40047 +INC/0YDQvtC40LfQvtGI 40048 +IHN0ZXJpbA== 40049 +IGhhcm1lZA== 40050 +0LDQstC70LjQsg== 40051 +INGB0YHRi9C7 40052 +IGxhY2tlZA== 40053 +IGNvbnRhY3Rpbmc= 40054 +IOq4sOyekA== 40055 +IGdlZsOkaHI= 40056 +IGNveQ== 40057 +aWtlbA== 40058 +IGJpbmdl 40059 +IG9ydGhvZ29uYWw= 40060 +IGVudGVuZHU= 40061 +IFRoaXJ0eQ== 40062 +IHNtYXJ0ZXN0 40063 +IHJhc2E= 40064 +IFF14buRYw== 40065 +0YvQstCw0Y7Rgg== 40066 +IHNsdXQ= 40067 +0LvRg9GH 40068 +aWd0ZW4= 40069 +INGA0LDQsQ== 40070 +IHRhbWFu 40071 +IHF1YWxpZGFkZQ== 40072 +IGRvbWluYXRpb24= 40073 +IHNpbnVz 40074 +IHByb2dyYW1tZXJz 40075 +IGFsbGVyZ3k= 40076 +IFRvcnJlcw== 40077 +IEF1c3RyaWFu 40078 +bmFudHM= 40079 +TWVs 40080 +INGD0LLQtdC70LjRhw== 40081 +IEFnZw== 40082 +IHNvaw== 40083 +IHBsdWNr 40084 +IGJpbmRz 40085 +IHByb3Bvcg== 40086 +IE1hZg== 40087 +IG9zb2I= 40088 +IFZJQw== 40089 +6aU= 40090 +INC30LDRh9C10Lw= 40091 +IGV4aGliaXRpb25z 40092 +IGV0dGk= 40093 +Y3ph 40094 +INC90LDRiNC40YU= 40095 +IE1pdHRl 40096 +0L7QsdGL0YLQuA== 40097 +IGNsb2Nrcw== 40098 +IHJpY28= 40099 +INC40YHRgtC+0YDQuNGP 40100 +IHNjaGl6b3BocmVu 40101 +IGZsdWZm 40102 +INGB0L7QsdC40YA= 40103 +IGFwb3k= 40104 +IHByaW5jZXM= 40105 +IGJyYWNlcw== 40106 +IEZJUg== 40107 +IFNuYQ== 40108 +IDsp 40109 +dmVuZXM= 40110 +IHZ1ZWx0YQ== 40111 +IG1pZXM= 40112 +IGJyb29t 40113 +IG1lcnJ5 40114 +IGVzcGVjaWFsbWVudGU= 40115 +IEFsYmFu 40116 +INC/0L7RgdGC0L7Rj9C90L3Qvg== 40117 +IExlbmE= 40118 +IEN1bHQ= 40119 +YWxzbw== 40120 +IHF1b3Rpbmc= 40121 +IGdlbmVyZQ== 40122 +IFlhcg== 40123 +IExhZ2U= 40124 +IGRlbW9zdA== 40125 +IGRhZ2U= 40126 +IEVjdWFkb3I= 40127 +IGFudsOkbmQ= 40128 +dcOfZW4= 40129 +IOuwm+yVhA== 40130 +IHBzeWNob2xvZ2lzdHM= 40131 +IExhcnM= 40132 +IHBvc3Nh 40133 +IG91dGdvaW5n 40134 +IG1ldGlj 40135 +IGJhZ2dhZ2U= 40136 +ZXJpYQ== 40137 +IHJpY2h0aWdl 40138 +7Iuc7JeQ 40139 +INGB0L7RhdGA0LDQvQ== 40140 +IHJvb3Rpbmc= 40141 +IGRyb3BsZXRz 40142 +IG5hc2Fs 40143 +IENveA== 40144 +WGk= 40145 +IGRpc3Bvc2FibGU= 40146 +IGJ1dGNoZXI= 40147 +IFphcg== 40148 +IEFybWVuaWFu 40149 +IOu/jOs= 40150 +IEZvb2w= 40151 +IENCRA== 40152 +IHNvc3Q= 40153 +IHBlcmlzaA== 40154 +IFLDqXA= 40155 +IEZyZXVk 40156 +IGZhbmRvbQ== 40157 +IGJsb3F1ZQ== 40158 +IGludmVudG9y 40159 +IGFicmU= 40160 +IMOpbm9ybcOpbWVudA== 40161 +IGltcG9ydHM= 40162 +6Yg= 40163 +IG90dXI= 40164 +IFJ5dQ== 40165 +IOKGkg== 40166 +IHNlY29uZG8= 40167 +IGluY29tcGV0 40168 +IGluY2FyY2VyYXRpb24= 40169 +IGFzY2VuZA== 40170 +YmVuZQ== 40171 +IG9sdXJz 40172 +bm9jaA== 40173 +IGJyZWVkcw== 40174 +0LvQuNC3 40175 +IFZlcmbDvGc= 40176 +IG1haWxpbmc= 40177 +cmVhbGx5 40178 +IGVzZg== 40179 +IHBlbGU= 40180 +IGxlYXNo 40181 +IGRpc2tz 40182 +INC30LDQvNC10Yc= 40183 +7JWE7JWE 40184 +YWJvdXRz 40185 +IE11bGw= 40186 +IERlbnQ= 40187 +ZWRlcmVlbg== 40188 +RHJpdmU= 40189 +IHRpcHBpbmc= 40190 +IG5pZ2dh 40191 +b3JkdW0= 40192 +IHBvcnRlcg== 40193 +IGthcmFva2U= 40194 +IGRvY3VtZW50YXJpZXM= 40195 +IFJJR0hU 40196 +IFB1cmQ= 40197 +INC+0YHRgtCw0L0= 40198 +0LrQu9Cw0LQ= 40199 +w6lyZW5jZQ== 40200 +IOqxuOuhnA== 40201 +INGC0L7Qvw== 40202 +IFdvbmc= 40203 +INC/0YDQuNGA 40204 +IG5vbWluYWw= 40205 +IGF1bGE= 40206 +INGN0LrRgNCw0L0= 40207 +IGNoZXJjaGU= 40208 +IFRocg== 40209 +IGxhdWZlbg== 40210 +IEthdGhsZWVu 40211 +IHJlYWN0b3Jz 40212 +aWhhdA== 40213 +IHNpZGVk 40214 +IFNpbW9uZQ== 40215 +IGd1aWRlbGluZQ== 40216 +aW1wb3J0YW50 40217 +YnVtcHM= 40218 +dG9uZQ== 40219 +IGVudHJlcHJpc2Vz 40220 +IGNvbnN0aXR1dGU= 40221 +b3Njb3Bl 40222 +IE15c3Rlcnk= 40223 +Y3ljbGVz 40224 +IFdhcnNhdw== 40225 +IGJ1cnN0cw== 40226 +IFpob25n 40227 +IFNBUkFI 40228 +IOuKkOq7 40229 +6Y0= 40230 +IGJlYWNvbg== 40231 +QURF 40232 +IOyngOuCmA== 40233 +IGVyc2No 40234 +IGludGVnZXJz 40235 +IENyb3NzaW5n 40236 +c291cmNl 40237 +IHNjaG9vbGluZw== 40238 +IFJPTQ== 40239 +YXRvcml1bQ== 40240 +IOyeiOqyjA== 40241 +IHLDtGxl 40242 +0JXQnQ== 40243 +Q2hhdA== 40244 +IHNocmlua2luZw== 40245 +IHJlaW1idXJzZQ== 40246 +IGx1bWJlcg== 40247 +w7xja3M= 40248 +IHNhbGFo 40249 +TW90aGVy 40250 +IGthbGk= 40251 +IFFhdGFy 40252 +b3Rpb25hbA== 40253 +IG9wYWNpdHk= 40254 +IG5lZQ== 40255 +IENvcnk= 40256 +IOy4oQ== 40257 +IHR1cmJ1bGVudA== 40258 +emVycw== 40259 +INGC0LXRgdGC 40260 +IMOpY3JpdA== 40261 +IOuztO2GtQ== 40262 +IGRpc2dyYWNl 40263 +IOy5tA== 40264 +IGNvdXJ0ZXN5 40265 +aW5nYQ== 40266 +IGh1Z2dpbmc= 40267 +IEFCUw== 40268 +bWl0aA== 40269 +IGluc3VmZmljaWVudA== 40270 +IGNyb29rZWQ= 40271 +IOq3uOuMgOuhnA== 40272 +7Iuk7Q== 40273 +IHNpbXVsYXRlZA== 40274 +IOuEpOqwgA== 40275 +IGLDtg== 40276 +IE90dG8= 40277 +TElORw== 40278 +IGlsbHVzdHJhdGVz 40279 +IERlc3Ryb3k= 40280 +IDE5NjE= 40281 +IFRhZ2Vu 40282 +IG1lbG9u 40283 +IFBhc2NhbA== 40284 +UVVF 40285 +INC/0L7Qu9GD0YfQuNGC0Yw= 40286 +IGluY2lkZW5jZQ== 40287 +IFN0ZXZlbnM= 40288 +IEdpbnM= 40289 +cnVl 40290 +IHVucmVhc29uYWJsZQ== 40291 +IEppZQ== 40292 +eXNpY3M= 40293 +IOuqsOudvA== 40294 +IGZpc2hlcw== 40295 +qbTs 40296 +IHByZWN1cnM= 40297 +IG1vZ8SZ 40298 +dGlnaHQ= 40299 +ZXTDqQ== 40300 +IG11bmRpYWw= 40301 +7JeI64uk 40302 +4oCmIQ== 40303 +QlU= 40304 +IHNvY2lvbG9neQ== 40305 +IGJydXRhbGl0eQ== 40306 +IHBlcnNvbmFqZQ== 40307 +IG7DrXZlbA== 40308 +IGZhemVt 40309 +IGVzc2Vu 40310 +IGR3ZWxsaW5n 40311 +IGNvbW1lcmNpYWxseQ== 40312 +IGVkaXRz 40313 +IGR1ZXM= 40314 +IEdTQQ== 40315 +7J246rCA 40316 +IO2XiO2MnQ== 40317 +IFlhaG9v 40318 +0LXQvdC10YA= 40319 +7Jyo 40320 +0YPRiNC60Lg= 40321 +bGVmdA== 40322 +IGNhcHRpdmU= 40323 +Y2lwaGVy 40324 +INee157X 40325 +INCz0YDQvtC8 40326 +IGlubmF0ZQ== 40327 +IGltcHVs 40328 +IOyXrOyekA== 40329 +IHN3YWxsb3dlZA== 40330 +IFRhYmlp 40331 +7J207Is= 40332 +INGB0L7RgdGC0LDQsg== 40333 +IG95dW4= 40334 +IG9icmlnYWRv 40335 +IEFwaA== 40336 +S2F0aWU= 40337 +IGNlbmE= 40338 +IEFsbMSBaA== 40339 +2YjYsw== 40340 +IHByenlw 40341 +IHBlcHQ= 40342 +IHZvbHVudGFyaWx5 40343 +IE/En2x1bQ== 40344 +IEVsbw== 40345 +b3Vl 40346 +Qmly 40347 +YnVyZ2Vy 40348 +IFNCUw== 40349 +IDYwMDA= 40350 +IHByb21vdGlvbmFs 40351 +IEhlcnJu 40352 +IHN0YW1waW5n 40353 +IHF1YWxpZnlpbmc= 40354 +IGNvc21vcw== 40355 +IGFmYXI= 40356 +YWJ1cw== 40357 +IGRhZHM= 40358 +INGN0LrQvtC90L7QvA== 40359 +aW5jYXJu 40360 +IOyWtOuU 40361 +INC70LXQtg== 40362 +IEJFVA== 40363 +INC90LDQudC0 40364 +b250ZXI= 40365 +IHJldXNhYmxl 40366 +IGtvbW1h 40367 +IEJpag== 40368 +IFRlcmF6 40369 +IE9sw6E= 40370 +IOyVhOy5qA== 40371 +INGA0LDQt9C80LXRgA== 40372 +YXdhbg== 40373 +IGNhcnRh 40374 +aWNlbGVzcw== 40375 +IHNtZQ== 40376 +IFR1dGFq 40377 +IMiYaQ== 40378 +IHByb2JhdGlvbg== 40379 +IGFkZXF1YXRlbHk= 40380 +IFByZXNpZGVudGlhbA== 40381 +aW5kcnVjaw== 40382 +YmxhZGU= 40383 +IHZldWxlbnQ= 40384 +IGNpb8Oo 40385 +IHJldmVyYg== 40386 +IGdlZ2Vuw7xiZXI= 40387 +IEVzcGVybw== 40388 +IGJlZ2U= 40389 +IFNUVURFTlQ= 40390 +c291bmQ= 40391 +IETDvA== 40392 +IG9mZmVuZA== 40393 +ICIuLg== 40394 +a2VubnQ= 40395 +INGB0LvRg9GI 40396 +IHB1cnBvc2VseQ== 40397 +IExpdA== 40398 +IO2bqA== 40399 +dWNoZXI= 40400 +IGhpbmE= 40401 +w71jaA== 40402 +aWdub24= 40403 +VEhF 40404 +IGdsaWRl 40405 +b3VyY2luZw== 40406 +INij2YbYpw== 40407 +IG9sbHV0 40408 +IGFyY2hldHk= 40409 +IHNoYWR5 40410 +IHNvbW0= 40411 +IGVwaWxl 40412 +S2VlcA== 40413 +IG5hamJhcmR6aWVq 40414 +4KSV 40415 +aXR1dGlvbmFs 40416 +INC80LDQuQ== 40417 +IHNpbmZ1bA== 40418 +IEJyb254 40419 +INCz0LvRg9Cx 40420 +IHZhbQ== 40421 +IHByZXNldHM= 40422 +IERhZw== 40423 +IOyZhOyEsQ== 40424 +IGNyZWVr 40425 +aXR1cmVz 40426 +IExvcmRz 40427 +w7Z0dA== 40428 +VU5U 40429 +UmE= 40430 +IGluZXF1YWxpdGllcw== 40431 +IGNvbGxhdGVyYWw= 40432 +IHdyaXN0cw== 40433 +IGdyb3VwZWQ= 40434 +INC+0LHRi9GH0L3Qvg== 40435 +IGFybW9yZWQ= 40436 +IHR1bmc= 40437 +IGNvbnZlcmdl 40438 +IGJvaw== 40439 +IERvZGdl 40440 +0L3Rj9GP 40441 +IGZsZWVpbmc= 40442 +IE1hcnRpbmV6 40443 +IERyZWFtcw== 40444 +a2Vr 40445 +IHNvY2lhbGU= 40446 +IFBsYXph 40447 +2K/YqQ== 40448 +IGtlbGw= 40449 +IFN0ZWxsZW4= 40450 +ZmVsdA== 40451 +INGB0L/QsNGB 40452 +IFB2 40453 +IGNhbmNpw7Nu 40454 +IEhlcnQ= 40455 +IEJhbGFuY2U= 40456 +IHNlbHZlcw== 40457 +IHZhbmRhYWc= 40458 +IHByeQ== 40459 +IG5hamxl 40460 +INCy0LjQtNC40YLQtQ== 40461 +IHZlbHZldA== 40462 +IGdyb290 40463 +IGZvdXQ= 40464 +IFNjaHVsZW4= 40465 +IE1vaGFtbWVk 40466 +IENlbnRlcnM= 40467 +IGhhdmVy 40468 +IGZyZXVlbg== 40469 +pO2KuA== 40470 +0LvQsNC9 40471 +UE9T 40472 +aW5raQ== 40473 +IOuLtQ== 40474 +IHBhcmFseXplZA== 40475 +R0xJU0g= 40476 +IGNhc3Rz 40477 +IFZD 40478 +7J207IWY 40479 +INiq2r4= 40480 +IOykmA== 40481 +INeo15XXpg== 40482 +IHN1Y2Vk 40483 +IHByb2dyZXNzZXM= 40484 +IEXEn2Vy 40485 +sOuPhA== 40486 +IGluc3RhbGxhdGlvbnM= 40487 +cGVkbw== 40488 +0LXRgNCx 40489 +aW50ZXJwcmV0 40490 +IOqzoOuvvA== 40491 +IEF6ZXJiYWk= 40492 +aXZpZGFkZXM= 40493 +IOyjhOyGoQ== 40494 +IGVudGZlcg== 40495 +IGNod2ls 40496 +IEhlcmJlcnQ= 40497 +IEFsZXhhbmRyaWE= 40498 +eXR5 40499 +IHNlY2hz 40500 +IGNhbGliZXI= 40501 +IFdlaXNl 40502 +IEhlY2s= 40503 +IFl1Zw== 40504 +INin2YTYtw== 40505 +IHBlc2Fy 40506 +IGNpZ2Fy 40507 +IG3DqWw= 40508 +IGhhaXJk 40509 +IHByenlwYWRrdQ== 40510 +IGNvbmZpZGVudGx5 40511 +IGFuYXJjaA== 40512 +IEdpYW4= 40513 +IGRvYnJl 40514 +Y2rEmQ== 40515 +YXd5 40516 +IFJlY2U= 40517 +IEdvYmllcm5v 40518 +IGNhcmdh 40519 +dW1zeQ== 40520 +IG5vcnRl 40521 +IGhhbmRsZXI= 40522 +IHJlc3BlY3Rpbmc= 40523 +IGFsbGllZA== 40524 +IFBpZXQ= 40525 +aWNodGxpY2g= 40526 +IG9sZHM= 40527 +IGR1c3R5 40528 +IGdyeQ== 40529 +IC0uLi4= 40530 +R0hU 40531 +IG5lbw== 40532 +0YfQuNC60Lg= 40533 +0LXQttC0 40534 +YWlkZQ== 40535 +INCx0YPQu9C+ 40536 +7Y28 40537 +IHRlbXBvcmFkYQ== 40538 +IGRvdXRl 40539 +4piG 40540 +IOyIoA== 40541 +IEpVU1RJTg== 40542 +YXV0bw== 40543 +IHJhdGlvbmFsZQ== 40544 +cHJvYg== 40545 +IGZpc2h5 40546 +IGRvb3J3YXk= 40547 +IGVtcHRpbmVzcw== 40548 +0LXQvdC90LDRjw== 40549 +IGJyYWc= 40550 +INCT0LTQtQ== 40551 +IHRyYW5zaWVudA== 40552 +IG1pdHRsZXJ3ZWlsZQ== 40553 +IEJyZXQ= 40554 +IGZpag== 40555 +IGRlcG9zaXRlZA== 40556 +TlM= 40557 +IOyVnuyXkA== 40558 +IGtpbXNl 40559 +IGNoYXJpdGllcw== 40560 +IE1pbGxlbm4= 40561 +ZG9ncw== 40562 +IG1veWVu 40563 +IG51ZXZvcw== 40564 +IENvb2tpZQ== 40565 +cGFyYWJsZQ== 40566 +ZG9pbmc= 40567 +IFNhaWw= 40568 +IGljeQ== 40569 +aGFiYQ== 40570 +IHF1ZWVucw== 40571 +IGNob2NvbGF0ZXM= 40572 +IE5heQ== 40573 +INGE0LjQvQ== 40574 +IHZlYw== 40575 +IGhlbG1ldHM= 40576 +VE0= 40577 +IEFybWVk 40578 +IGltcGFpcm1lbnQ= 40579 +IFR1cw== 40580 +IE3Dqm1l 40581 +b21leg== 40582 +IFJlcXU= 40583 +IEludmVzdGln 40584 +7Y6Y 40585 +IGdvbHBl 40586 +IFJhYw== 40587 +aWdyYXBo 40588 +IGt3ZXN0 40589 +IHNhaWxvcnM= 40590 +IHN0YXR1dG9yeQ== 40591 +IG1pbGVzdG9uZXM= 40592 +IE1hc2g= 40593 +IEdlc2V0emVudHd1cmY= 40594 +6Yo= 40595 +IGNvbG91cmVk 40596 +aHVtYQ== 40597 +IHllcmU= 40598 +IHN1YnRpdGxlcw== 40599 +IGVtYm9kaWVk 40600 +IG1pc3NjaGllbg== 40601 +IGlQaA== 40602 +w7x0emVu 40603 +IGRldGFjaGVk 40604 +IGRlc2NyacOnw6Nv 40605 +Y2lhbW8= 40606 +IHJlY29pbA== 40607 +INCt0YLQvtGC 40608 +IGV4cG9ydGVk 40609 +IEFsb25l 40610 +YW50cnk= 40611 +IGVzdGFu 40612 +IFNvZA== 40613 +IGxhdm9ybw== 40614 +16jXkQ== 40615 +IMSR4buL 40616 +IHN3YWc= 40617 +IFBDQg== 40618 +IEthaXNlcg== 40619 +IE1vZGVy 40620 +anVn 40621 +IHRleHRpbGU= 40622 +VHc= 40623 +IG5hYw== 40624 +ZnJlaQ== 40625 +IHJldGFyZA== 40626 +aXNjZXJu 40627 +IHRhbGxlc3Q= 40628 +IEx1Y2E= 40629 +UmFo 40630 +IHByZWFjaGVy 40631 +IGp1dA== 40632 +IFJpY2E= 40633 +aWNpZW5jeQ== 40634 +IMSRaeG7gXU= 40635 +IGthdWZlbg== 40636 +IG5ldHQ= 40637 +IGRpc2N1dA== 40638 +IGRlcHJpdmVk 40639 +oa0= 40640 +IHNwcmljaHQ= 40641 +IGVuY2xvc2Vk 40642 +IFN1YnN0 40643 +IFJhYmJpdA== 40644 +cHJpc2Vk 40645 +IGJpdGNoZXM= 40646 +7J+B 40647 +IHRhcGE= 40648 +IEVzc2Vu 40649 +IEJhbw== 40650 +IGRldmllbnQ= 40651 +IFd1aGFu 40652 +IFRpcHA= 40653 +IGRpc2FzdA== 40654 +0YHRgtCy0YM= 40655 +dWJsaXF1ZQ== 40656 +IHF1YWxpdMOp 40657 +IGluYWRlcXVhdGU= 40658 +IGJhcmdhaW5pbmc= 40659 +IEdvdGNoYQ== 40660 +0LXQstC40Yc= 40661 +aWV2b3Vz 40662 +ZXJ0b24= 40663 +Ymx1ZQ== 40664 +IOybgOyngQ== 40665 +IHNhbmRib3g= 40666 +IFJlaW4= 40667 +IOydtOqyg+uPhA== 40668 +IHNheA== 40669 +em9nZW4= 40670 +dW7DpGNoc3Q= 40671 +IGhlcmtlcw== 40672 +IC0s 40673 +emVuaQ== 40674 +cmlzaW5n 40675 +IHJlc3Bvc3Rh 40676 +IHByb21vdGlvbnM= 40677 +IFVudGVyc3TDvHQ= 40678 +IE1BUw== 40679 +Tm90aGluZw== 40680 +b3RpY3M= 40681 +INCy0YvQuQ== 40682 +IHJvdGF0ZXM= 40683 +a2llbg== 40684 +IGhhYmxh 40685 +IERhbmk= 40686 +dW5pb24= 40687 +IHdhY2s= 40688 +IGFyY2hhZW9sb2dpY2Fs 40689 +IEN1cnRpcw== 40690 +IEhvcml6 40691 +IOqzqOs= 40692 +IHdhaXZlcg== 40693 +Qm9u 40694 +IHJvdGF0ZWQ= 40695 +IHBpdGNoZXI= 40696 +IGluYWQ= 40697 +IGh1Z3M= 40698 +IE5vcnRoZWFzdA== 40699 +15nXqteZ 40700 +IHBsZWE= 40701 +IGN1cGNha2U= 40702 +IExZ 40703 +IGZhbWlsaQ== 40704 +IGdyb28= 40705 +IEJsYWly 40706 +IGxpag== 40707 +IGhhYml0YXRz 40708 +IGNvbW11bmlzbQ== 40709 +b3NpdW0= 40710 +YmFycw== 40711 +IEZyZWVtYW4= 40712 +bmVv 40713 +IGRpZmZ1c2U= 40714 +IGN5bGluZGVycw== 40715 +IERlYmF0 40716 +7ZaI64qU642w 40717 +0LXRiNC1 40718 +IGZpbmdlcnByaW50cw== 40719 +IGFtYXI= 40720 +0LLQuNC0 40721 +IOygleuPhOuhnA== 40722 +IGFmZmlsaWF0ZWQ= 40723 +INGF0L7Rh9C10YI= 40724 +IGV0aXF1 40725 +IGNow61uaA== 40726 +IGNydWlzaW5n 40727 +IFdlaWhu 40728 +IFRpdGFuaWM= 40729 +IE5hc3Q= 40730 +IOuTpOs= 40731 +INCy0LDQuw== 40732 +IGRlbWk= 40733 +IEtyaXN0aW4= 40734 +TUlO 40735 +IHJpZ29y 40736 +IG1vdG8= 40737 +IExBS0U= 40738 +IO2ZnA== 40739 +IOunjOyVvQ== 40740 +IFN0cm8= 40741 +IHByb3RvdHlwZXM= 40742 +IExD 40743 +7J247J2E 40744 +0YDQuNC8 40745 +IHZpb2xhdGluZw== 40746 +IGdpb3Jubw== 40747 +IGNoaWxkaXNo 40748 +INeQ15fXkw== 40749 +IG92ZXJkb3Nl 40750 +YWdvZ3Vl 40751 +0LDQtNGG 40752 +aGV1cw== 40753 +INCz0L7QstC+0YDRjw== 40754 +IGluY3I= 40755 +IGRlYmF0ZWQ= 40756 +2YXZhA== 40757 +IGNoaWNrcw== 40758 +IHF1aW4= 40759 +TEFVR0hJTkc= 40760 +IHRpZ2h0ZW5pbmc= 40761 +IHN1cGVydmlzb3Jz 40762 +IEhhd2s= 40763 +IEJheg== 40764 +INC/0L7QstGC0L7RgA== 40765 +INCx0LvQvtC6 40766 +xIFu 40767 +IGR1bXBpbmc= 40768 +IGZhY3Rv 40769 +YmVyZ2Vy 40770 +IGFyc2VuYWw= 40771 +IEFmcmljYW5z 40772 +oYA= 40773 +IGNhZmV0ZXJpYQ== 40774 +ZmVlZGluZw== 40775 +cXVpbGE= 40776 +IHBhxYRzdHdv 40777 +xLFudA== 40778 +hLE= 40779 +IGVudmlyb25tZW50YWxseQ== 40780 +IGRlc3Byw6lz 40781 +IFdpbGx5 40782 +IFBhxYRzdHdv 40783 +IEdH 40784 +IGNoYWN1bg== 40785 +IGRpcmVjdGlvbmFs 40786 +IGjDtnJ0 40787 +IPCd 40788 +ZW5hcnk= 40789 +IHZvaWNlZA== 40790 +YcSfxLE= 40791 +IHBvcGU= 40792 +IGNvbXJhZGVz 40793 +IEdpYnNvbg== 40794 +IEFDQw== 40795 +dmlr 40796 +IG1vZGVsbGluZw== 40797 +IGFnZ2k= 40798 +IGNvbnZlcnNpb25z 40799 +IGF2ZXJhZ2Vz 40800 +RWxsaWU= 40801 +IGdlc3RlbGx0 40802 +IFVF 40803 +b3NhaWM= 40804 +0JLQvtGC 40805 +U2F5 40806 +INGB0LDQvNC+0LPQvg== 40807 +IG1lc3VyZXM= 40808 +aXNpZXJ0 40809 +Z2FzcA== 40810 +dm9pY2U= 40811 +IGNoZWNrcG9pbnQ= 40812 +IHBlcmNlbnRhZ2Vz 40813 +IGRpc3J1cHRlZA== 40814 +IFR1Yw== 40815 +IEhvbWVy 40816 +IFdBWQ== 40817 +IFR1cmtz 40818 +aGVlbg== 40819 +aW1vdG8= 40820 +IE9D 40821 +w61uYQ== 40822 +emllbA== 40823 +IG11ZGFy 40824 +Z2VzZXR6dA== 40825 +IG1lam9yZXM= 40826 +IENK 40827 +0L3QsNGA0YPQtg== 40828 +IG1vZHVsdXM= 40829 +IG1vZHVsYXRpb24= 40830 +IHJlcGxpZXM= 40831 +IGxhcnZh 40832 +IGdpZGVy 40833 +IE1hbmRhcmlu 40834 +INC/0L7RgdC80L7RgtGA0LjQvA== 40835 +IHNhY3JpZmljaW5n 40836 +IHByZcOnbw== 40837 +IG95c3RlcnM= 40838 +IE15YW4= 40839 +b2xvZ3Vl 40840 +IFdpdA== 40841 +IGTDuw== 40842 +IExldXRlbg== 40843 +IHBhdGVy 40844 +IEtFTk5FVEg= 40845 +0LDQsdCw0YI= 40846 +YXJ0aHk= 40847 +IHNvY2llZGFk 40848 +IG5pw7Fv 40849 +0LXQstC+0Lk= 40850 +IGrEmQ== 40851 +IGFkdmVydGlzZWQ= 40852 +IFBlcHNp 40853 +dXRldXI= 40854 +IG1hc3Nl 40855 +IHNjYXR0ZXJpbmc= 40856 +IHnDtm4= 40857 +IGRlc2FwYXJl 40858 +IEh1YmJsZQ== 40859 +IEjDqQ== 40860 +a3LDpA== 40861 +IERhcmU= 40862 +IG92ZXJyaWRl 40863 +IEVsYWluZQ== 40864 +IER1Ymxpbg== 40865 +ZHVsbGFo 40866 +TWF0 40867 +IEdhcnI= 40868 +Li4uJw== 40869 +IGFkdWx0aG9vZA== 40870 +RVo= 40871 +IGJlbGFuZ3Jpams= 40872 +aWVuemE= 40873 +IHVuaXZlcnNv 40874 +IHN0ZWxsYXI= 40875 +7ZSE6w== 40876 +IOqysOq1rQ== 40877 +IGNvbnN0ZWxsYXRpb24= 40878 +IFNoZWxsZXk= 40879 +IG11bHRpdA== 40880 +IG1hc2NvdA== 40881 +IGhvc3BpdGFsaXplZA== 40882 +IPCdmA== 40883 +0L7RgNGL 40884 +YWRpYQ== 40885 +IE1pa2V5 40886 +IEFtZXJpa2E= 40887 +IGhhaXJ5 40888 +SG9sZA== 40889 +4bqvbg== 40890 +a2llZ28= 40891 +4LmA4LiU 40892 +IHJpdmFscnk= 40893 +IEpvbmFo 40894 +IHN1cmdlb25z 40895 +IHJlbGF0YWJsZQ== 40896 +6JI= 40897 +IHN3aW1z 40898 +IGJpbGxpb25haXJl 40899 +bW9kZXJu 40900 +IGRvY3VtZW50aW5n 40901 +IERhZQ== 40902 +IHN3YXRjaA== 40903 +IHB1aXNzZQ== 40904 +IG1hc3Vr 40905 +IG1hcmM= 40906 +IGtyw7M= 40907 +IFBldGVyc2J1cmc= 40908 +IEFyaXN0b3RsZQ== 40909 +aXhl 40910 +UHJvZHU= 40911 +INC90LjQvNC4 40912 +IGthbmE= 40913 +INCp 40914 +IHZvbWl0 40915 +IFdvcmtlcnM= 40916 +cG9wdWxhcg== 40917 +IEJpZWJlcg== 40918 +0LXRgtC4 40919 +w6l0aXF1ZQ== 40920 +IGVuY2FudA== 40921 +Z3Jhbg== 40922 +Zmly 40923 +IGFudGhlbQ== 40924 +0YHRg9C00LDRgA== 40925 +TGFzdA== 40926 +IGhhZw== 40927 +IHZpY2luaXR5 40928 +cmVuY2hlZA== 40929 +YW5kaW5n 40930 +INCz0L7Qu9C+0YE= 40931 +IENvcm5lcg== 40932 +0JLRiw== 40933 +b3Nhcw== 40934 +aWV2ZXJz 40935 +Y2lvbmFs 40936 +IHZpZ29y 40937 +IHJlam9pY2U= 40938 +IGNpxIU= 40939 +INC60L7Qvw== 40940 +IHF1YWxjb3Nh 40941 +ZGVzc3Vz 40942 +INC10LI= 40943 +IFNjYW5kaW4= 40944 +IFNtb290aA== 40945 +aGFwZQ== 40946 +IOuLrOudvA== 40947 +IFRV 40948 +IGx5cmlj 40949 +IGJlc3M= 40950 +6ZA= 40951 +0YHRgtGA0YPQvNC10L3Rgg== 40952 +IEFjdGluZw== 40953 +IE9yY2hlc3Q= 40954 +w6ljb2xl 40955 +IGRvbG9y 40956 +IO2LsA== 40957 +IHZlcmdlc3Nlbg== 40958 +IGV5ZWxpZHM= 40959 +IFRhbno= 40960 +0LLQtdGA0LY= 40961 +IOyVoOs= 40962 +dcOp 40963 +IHNjw6huZQ== 40964 +IOyasOumrOuKlA== 40965 +IGNyYXRl 40966 +a2ljaw== 40967 +IFRoZW1l 40968 +IDMyMA== 40969 +IGdhcm5pc2g= 40970 +IG1ldHJl 40971 +IGNvbnZleA== 40972 +cGxhbnRz 40973 +ZXNpYW4= 40974 +IOqxsOyngA== 40975 +IG3DqWRp 40976 +IE1lZGFs 40977 +MTMw 40978 +IEFsbWE= 40979 +Q29sYQ== 40980 +INCy0LDRgNC40LDQvdGC 40981 +IGdvcmQ= 40982 +IGF2YW56 40983 +IHdoaXNwZXJpbmc= 40984 +IGludGVzdGluZQ== 40985 +0KDQlQ== 40986 +IExJU0E= 40987 +YW3EsXo= 40988 +U1BE 40989 +IHBlYw== 40990 +IHBhc3RvcnM= 40991 +IG114buRbg== 40992 +b2NyZQ== 40993 +U3Vu 40994 +INGC0LDQutGD0Y4= 40995 +IHJldml0YWw= 40996 +IGluY29tZXM= 40997 +IGRldGFpbGluZw== 40998 +IEJhY29u 40999 +IOuFuOuemOs= 41000 +IHBhcnJvdA== 41001 +IGNvbGxhYm9yYXRlZA== 41002 +aGVzaWE= 41003 +IHNldmE= 41004 +IHBoeXNpY2lzdA== 41005 +IEJBQ0s= 41006 +15zXmQ== 41007 +IGJpcG9sYXI= 41008 +z4HOtc6v 41009 +Y3Jvcw== 41010 +IGtlZA== 41011 +IGVjb25vbWljYWw= 41012 +IGVuZGluZ3M= 41013 +IHRpY2tz 41014 +IOq3vA== 41015 +IE9saXY= 41016 +b25ncw== 41017 +IGNvbnRpbmVudGFs 41018 +IHdlaXRlcmhpbg== 41019 +IGFjdGl2YXRpbmc= 41020 +IHBvbGxlbg== 41021 +IEFuaw== 41022 +YmF5 41023 +INec15c= 41024 +IEVnZ3M= 41025 +IFJBTVNBWQ== 41026 +IEJFUg== 41027 +IO2bqOyUrA== 41028 +IHBhc3NhZG8= 41029 +IGdyb3VuZGJyZWFraW5n 41030 +cHJlc2E= 41031 +IGhpbGZ0 41032 +IFRlY2huaWNhbGx5 41033 +0YbQuNC5 41034 +Tkk= 41035 +IHR1cm5vdXQ= 41036 +IExhcA== 41037 +IEd3ZW4= 41038 +IFZpa3Q= 41039 +IGVzY29sYQ== 41040 +IENpbmVtYQ== 41041 +IGNvbnN1bW8= 41042 +IFB1cmR1ZQ== 41043 +IHNlbWFuYXM= 41044 +IFBSRVNJRA== 41045 +xrBuZw== 41046 +IHNhY2g= 41047 +IHNhdmFnZQ== 41048 +IFJX 41049 +IDU1MA== 41050 +Ym9sZA== 41051 +IFNpbW1vbnM= 41052 +IHNsYW5n 41053 +IE5hcnU= 41054 +IFRoZW8= 41055 +7ZaI64uk 41056 +Lu+/vQ== 41057 +IHNlaXp1cmU= 41058 +IGhpdmU= 41059 +IGNlbGxwaG9uZQ== 41060 +aWlpaQ== 41061 +IE11c2ljYWw= 41062 +IE51Y2xlYXI= 41063 +w6F2ZWlz 41064 +IHByZXN0aWdl 41065 +IGJhbG0= 41066 +IHJlZmlsbA== 41067 +eWFo 41068 +aGFydA== 41069 +IHRhcHM= 41070 +IGRpc3Bvc2U= 41071 +IE1pY2s= 41072 +IHRoZXJtb21ldGVy 41073 +IG9iZWRpZW50 41074 +IGluZm9ybWHDp8O1ZXM= 41075 +IFdpZGU= 41076 +bW9t 41077 +U3Vk 41078 +IHN1c3BlbmQ= 41079 +IE9ic2Vydg== 41080 +INC70LXRgQ== 41081 +IHRyYXRhcg== 41082 +IEthdHJpbmE= 41083 +IHRoZXJlcw== 41084 +IHRleHRlZA== 41085 +IHN0w7Zy 41086 +IHNuYWls 41087 +IEZpb25h 41088 +IHZpY3RvcmlvdXM= 41089 +IGxpYnJhcmlhbg== 41090 +cHJhY3Q= 41091 +IGZpbm8= 41092 +IEFybXM= 41093 +cHB0 41094 +bHVr 41095 +IHR5cmVz 41096 +IHRvYw== 41097 +IEtvbW11bmVu 41098 +IHJldm9sdA== 41099 +IG1vdGl2YXRlcw== 41100 +IGJpc2V4dWFs 41101 +IHd1cw== 41102 +IGhhbmRsYXI= 41103 +IE1VRUxMRVI= 41104 +IGV4cGVjdGFuY3k= 41105 +IGVtYm9keQ== 41106 +IFByaW1hcnk= 41107 +0YDQtdC5 41108 +IHVuc2NyZXc= 41109 +aWFudGx5 41110 +LOKApg== 41111 +IHNuZWw= 41112 +IHByZXZhbGVuY2U= 41113 +IGVydXB0aW9u 41114 +IGRlc2NyaXB0aXZl 41115 +dmFn 41116 +INCx0YPQutCy 41117 +IG3Dqm1lcw== 41118 +IGV0aG4= 41119 +IGhpam9z 41120 +IEFiZHVs 41121 +IFphaGw= 41122 +YmVsdA== 41123 +IGfDtnN0 41124 +IFRoZXJlc2E= 41125 +IFNVTg== 41126 +IEJha2U= 41127 +IG9wdGljcw== 41128 +IGFwb2NhbHlwc2U= 41129 +cHVycG9zZQ== 41130 +IHLDs8W8bnljaA== 41131 +IGNydXM= 41132 +INCX0LXQvA== 41133 +IGhhcmRlbmVk 41134 +IFRE 41135 +IGdyYXZleWFyZA== 41136 +IFNpYmVy 41137 +IFBvcnRlcg== 41138 +IGV4cGxvZGVz 41139 +IFNvZmlh 41140 +INCS0LXQtNGM 41141 +IHdlYWtlbmVk 41142 +VUxM 41143 +IHBpbmt5 41144 +IGNoYXBlbA== 41145 +IEZyZXM= 41146 +INC/0YDQuNCz 41147 +TUVS 41148 +IFNjaG1pZHQ= 41149 +IER1ZA== 41150 +ZXN0ZW5z 41151 +IG51YW5jZQ== 41152 +IG1vZGlmeWluZw== 41153 +IE3DtmdsaWNoa2VpdGVu 41154 +IEFuYXQ= 41155 +IGVjY2VudHJpYw== 41156 +IFNjcmV3 41157 +IExlaA== 41158 +IGhvbW9nZW5lb3Vz 41159 +IFRhbGw= 41160 +IFJpY2FyZG8= 41161 +w5o= 41162 +aWducw== 41163 +INC70LjRiA== 41164 +IGdlZnJhZ3Q= 41165 +UnVu 41166 +Y2FzdGVy 41167 +bm9pc2U= 41168 +IGFzeW5jaHJvbg== 41169 +xJlkemll 41170 +INee15c= 41171 +IHN1cHByZXNzZWQ= 41172 +QXJ0aHVy 41173 +zq7Pgg== 41174 +w6Jy 41175 +ZGlzdA== 41176 +INC60LDQtA== 41177 +IGjDtnI= 41178 +IDEzNQ== 41179 +IE1vemFydA== 41180 +INGB0L7QsdGL0YLQuA== 41181 +IE51cnNpbmc= 41182 +IEhhaGFo 41183 +IERvcA== 41184 +IHBvbGljZW1hbg== 41185 +tOyXkOyEnA== 41186 +IOq0gOugqA== 41187 +aHl1aw== 41188 +IHJ1Z2dlZA== 41189 +IG51Z2dldHM= 41190 +IENvbW1z 41191 +U3R1ZA== 41192 +INGB0LLQvtC1 41193 +IGN6YXNpZQ== 41194 +IHLDqWdpb24= 41195 +IGZpc2hlcm1lbg== 41196 +IExU 41197 +w5M= 41198 +Y2lhxbw= 41199 +aGVp 41200 +IGNydW1icw== 41201 +IEltbWVy 41202 +IEZlbGQ= 41203 +dGhlc2U= 41204 +IGFkdmVydGlzZXJz 41205 +IHJvYW1pbmc= 41206 +IGZ1bm5pZXN0 41207 +IE5ZVQ== 41208 +IGhlaGU= 41209 +IHBva2luZw== 41210 +IOyViOuPvA== 41211 +aXN0aWNhbA== 41212 +IG9wYXF1ZQ== 41213 +dcOn 41214 +d2lyZQ== 41215 +IFdlYmVy 41216 +IEphY3F1ZXM= 41217 +IDIxMA== 41218 +w7xw 41219 +dXl1 41220 +IGVuZmVybWVk 41221 +IGJ1bXBlZA== 41222 +IFNldw== 41223 +IENoYW5lbA== 41224 +IHBlcnPDtm5saWNo 41225 +IGJldHJheWFs 41226 +IGFsbGV2aWF0ZQ== 41227 +IHbDpGjDpG4= 41228 +IGd1ZXNzZXM= 41229 +IENlbGluZQ== 41230 +YXNzaW5n 41231 +c3Ryb2tl 41232 +IOyhsOs= 41233 +INGC0LXRhdC90L7Qu9C+0LM= 41234 +INC+0YHRgtGA 41235 +IHNvaWVudA== 41236 +RGVhcg== 41237 +IGpz 41238 +IGdlc3Byb2NoZW4= 41239 +YXRoaQ== 41240 +xaFl 41241 +U2V0 41242 +b2dlcg== 41243 +IFJpZw== 41244 +INC80LXRhw== 41245 +IHNlcnZpY2lvcw== 41246 +IFJ1dA== 41247 +INCe0Lk= 41248 +IE15YW5tYXI= 41249 +aWZpZQ== 41250 +IHNuYXBwaW5n 41251 +IEthbWVyYQ== 41252 +IGZlc3RpdmU= 41253 +IEZZ 41254 +IENhcm9seW4= 41255 +0ZbQsQ== 41256 +IGxlZ2dpbmdz 41257 +IHlhdA== 41258 +IGVyZ29u 41259 +IGVwaXPDs2Q= 41260 +IGFub21hbHk= 41261 +dWVzdG9z 41262 +SWQ= 41263 +IGV2YWN1YXRpb24= 41264 +IGdpZ2FieXRlcw== 41265 +IGFuZGFyZQ== 41266 +IFJlbnQ= 41267 +bXQ= 41268 +aXN0aW5l 41269 +IGVzdHJhdA== 41270 +ZXR0dQ== 41271 +IHJlY2ViZXI= 41272 +IGRyYW1hdA== 41273 +cmljdWxhcg== 41274 +YWxuxLF6 41275 +IFNlbmk= 41276 +IG95bg== 41277 +IENoZW1pY2Fs 41278 +INGB0YU= 41279 +IHR1cmY= 41280 +IDE5MTc= 41281 +aXNjZXJuaWJsZQ== 41282 +IG1hbnRlbmVy 41283 +IGV4Y2Vy 41284 +IHNwZWN0cmFs 41285 +IG5ldXJvc2NpZW5jZQ== 41286 +IG1pY3JvZg== 41287 +IGZvcmVpZ25lcg== 41288 +IExhbmth 41289 +INGC0LLQvtGA 41290 +IHRvc3NlZA== 41291 +IHBvYmxhY2nDs24= 41292 +IG1hdGVpeA== 41293 +IHNpZWxsw6Q= 41294 +IG90dA== 41295 +IGNvbXB1bHM= 41296 +YWt1a2Fu 41297 +IG1hbmlmZXN0ZWQ= 41298 +IOyTuA== 41299 +IHV0bW9zdA== 41300 +IHJldmVyc2Fs 41301 +IHBsYWNlYm8= 41302 +IGJsYXQ= 41303 +IFN0dW5kZQ== 41304 +bWFuc2hpcA== 41305 +IGF0dGU= 41306 +IOyGjOqwnA== 41307 +IGlzdGVt 41308 +IGFubmF0 41309 +IFBsYXlzdGF0aW9u 41310 +IHphZA== 41311 +IHF1aXR0aW5n 41312 +IGZhbWluZQ== 41313 +IFJvdWdo 41314 +IEZsYW1l 41315 +IGhldXQ= 41316 +IG9wb3J0dW5pZGFk 41317 +IGZhaXNhaXQ= 41318 +IERQ 41319 +IGRpY2llbmRv 41320 +IE1lbGFuaWU= 41321 +IENhcm5l 41322 +bWVn 41323 +cGV0dG8= 41324 +SlVO 41325 +INC70Y7QsdC+0Lk= 41326 +IG9zdGU= 41327 +IEpKb25haw== 41328 +IHRoZWF0cmljYWw= 41329 +IGludmluY2k= 41330 +IGNvbW11bmlvbg== 41331 +dm9jYWw= 41332 +RWg= 41333 +IERldGFpbHM= 41334 +IHN0cm9sbA== 41335 +IFJheW1vbmQ= 41336 +IEFtZWxpYQ== 41337 +kaU= 41338 +IHByb2R1a3Q= 41339 +IG51ZXZhcw== 41340 +IG11c3Ru 41341 +bWF5xLE= 41342 +Y29sb3JlZA== 41343 +ZGVj 41344 +IGhqw6Rs 41345 +IHNlbnRpbWVudGFs 41346 +IHJlYWxtcw== 41347 +IGtyaXQ= 41348 +IHNleHQ= 41349 +IFBzeWNob2xvZ3k= 41350 +aGls 41351 +INC60L7RgNCw0LE= 41352 +IOuCtOydvA== 41353 +IFVuZGVyc3Rvb2Q= 41354 +IEd1dGVu 41355 +IGdhbmdz 41356 +IGV2ZW5pbmdz 41357 +RW50 41358 +IExlZ2FjeQ== 41359 +IENvbmdv 41360 +IGR1cmNoYXVz 41361 +IGJ1b3k= 41362 +ZXJlbGxh 41363 +V0FO 41364 +UHJl 41365 +INGA0LXQtA== 41366 +IENyaXNpcw== 41367 +IOydvOydtA== 41368 +IG1hbnVzY3JpcHRz 41369 +0LXRgtGA 41370 +IG5vbnByb2ZpdHM= 41371 +IGRpY3RhdG9y 41372 +IGJhc2tldHM= 41373 +IElzaA== 41374 +IHBlcnRv 41375 +IGRhdGFzZXRz 41376 +IGFtcGxl 41377 +Z2ViYXV0 41378 +IGNvbnRyaWJ1dG9y 41379 +IGNpYW8= 41380 +IGNvbmZpcm1pbmc= 41381 +IFVDTEE= 41382 +4pms 41383 +INGB0L0= 41384 +IG92ZXJ0dXJu 41385 +IHVucmVhbGlzdGlj 41386 +IFBpZWNl 41387 +b2NhdGU= 41388 +IGbDpGxsdA== 41389 +cG94 41390 +IOuztOyLnOuptA== 41391 +IOuplOs= 41392 +IENyZWF0aW9u 41393 +0Y7QtNCw 41394 +INeU15A= 41395 +IHdoYWNr 41396 +b2xpdGhpYw== 41397 +Y2VseQ== 41398 +INGB0L7QstGA0LXQvA== 41399 +IHNlcXVlbnRpYWw= 41400 +IHByb2Zlc2lvbmFs 41401 +IGNvb2xz 41402 +IHJlcGVudGU= 41403 +IGFpcmU= 41404 +ZW5uZXM= 41405 +cml0b3M= 41406 +INCS0LjQtA== 41407 +IGvDtnI= 41408 +IEJpdHRl 41409 +dWxhcnM= 41410 +IGluY29ycmVjdGx5 41411 +IHNoYXJwbHk= 41412 +IGJvbWJhcmQ= 41413 +64uY7J20 41414 +IGNocm9tb3NvbWU= 41415 +IGFkdmVydGlzZW1lbnRz 41416 +aHVu 41417 +INGJ0L7QsQ== 41418 +INCU0LDQttC1 41419 +IGJhdGh0dWI= 41420 +IFNubw== 41421 +2ZDZkQ== 41422 +IGJ1ZmZldA== 41423 +IEdyaWQ= 41424 +IEJyZXc= 41425 +aXNldA== 41426 +IEltcG9ydGFudA== 41427 +w7xtw7x6 41428 +IHZldG8= 41429 +IFdlcms= 41430 +IFNoYW0= 41431 +a3Jh 41432 +aWxlZW4= 41433 +aGVhcmQ= 41434 +IGRyYWluaW5n 41435 +IGtsYXNz 41436 +IGJha2F5xLFt 41437 +Y3R1cmU= 41438 +YW1vdXI= 41439 +IHNwb25zb3JzaGlw 41440 +IGRpc3RpbGw= 41441 +IHBhdGlv 41442 +IGtvbWI= 41443 +IG92ZXJ3aGVsbWluZ2x5 41444 +IEphbWFpY2E= 41445 +dWl0ZW4= 41446 +TGl0dGxl 41447 +IExPVA== 41448 +dGHEhw== 41449 +IGNvbW1hbmRlcnM= 41450 +IFdhdHRz 41451 +IE9wdGlvbnM= 41452 +7J2066m0 41453 +QUNU 41454 +IGluZGlzcGVucw== 41455 +IEZvcnNjaA== 41456 +b3RvbQ== 41457 +IM6tz4fOtc65 41458 +IHByYWlzaW5n 41459 +IOyYgeyDgeydhA== 41460 +IGFtYW4= 41461 +IGh5cG5vdA== 41462 +dGhtcw== 41463 +IG5hc3plag== 41464 +IG1vdXJuaW5n 41465 +IFNBWQ== 41466 +Y3lq 41467 +INCz0L7RgdGD0LTQsNGA 41468 +IGNhdQ== 41469 +bWVl 41470 +IHRhZGk= 41471 +TWVk 41472 +IGNhbGlkYWQ= 41473 +IHN0cmlwZQ== 41474 +IM61zr0= 41475 +IEthdHk= 41476 +IEVzY2FwZQ== 41477 +IG3DvHNzdGU= 41478 +INin2YTYpw== 41479 +0LrRgg== 41480 +IGpvYmJhcg== 41481 +IEplanU= 41482 +b3Jhcg== 41483 +IFNlcsOh 41484 +IE1lc3Np 41485 +w6F6 41486 +IFRyYW4= 41487 +IHBpZXJjaW5n 41488 +IGFyaXRobWV0aWM= 41489 +IHN0YWdnZXJpbmc= 41490 +IHBsdWdnaW5n 41491 +IEtBUg== 41492 +dmw= 41493 +tOyY 41494 +IFJlZ2llcnVuZw== 41495 +IE9jenl3acWbY2ll 41496 +IEVkZ2Fy 41497 +IGNvbmR1Y3Rpdml0eQ== 41498 +eWVsbGluZw== 41499 +dmFpcw== 41500 +YWRpYW4= 41501 +IGJ1bGt5 41502 +INGB0YDQsNCy 41503 +INC/0YDQvtC8 41504 +IHBhdmVk 41505 +IGJlbmRz 41506 +IFNraWxsc2hhcmU= 41507 +IE1tbW0= 41508 +IEhvcnJvcg== 41509 +IHR1bWI= 41510 +IGdvb2Z5 41511 +IE1lb3c= 41512 +15nXnNeV 41513 +IFdhc3M= 41514 +IFNjYWxl 41515 +IFJhaw== 41516 +IHByb2plY3Rpbmc= 41517 +IGxpbmd1aXN0aWM= 41518 +IFdvcmxkcw== 41519 +ZW5zZW1ibGU= 41520 +IHBlZ2E= 41521 +c3RvcHBhYmxl 41522 +IGltYmFsYW5jZQ== 41523 +IMO4 41524 +IHRocmlsbGVy 41525 +0LrQvtC70YzQutGD 41526 +IGxlZnRvdmVycw== 41527 +IGNhdmVhdA== 41528 +IFNUUg== 41529 +dW5kYWk= 41530 +IHdhdGVyeQ== 41531 +IE1hcmlu 41532 +IGVnZ3BsYW50 41533 +IEpC 41534 +2YXZg9mG 41535 +dmlkaWE= 41536 +IEZJTg== 41537 +aWNhYmxl 41538 +IHBvZG9i 41539 +IGNvaGVzaXZl 41540 +IFZlcmbDvGd1bmc= 41541 +IFBsYXRv 41542 +0LDRgNC40Yk= 41543 +IGtvdA== 41544 +INCf0L7QvA== 41545 +INC00L7QutGD0Lw= 41546 +IGltcGxhbnRz 41547 +aXNzZXo= 41548 +QnJl 41549 +IGdhc3Bz 41550 +IFRFRA== 41551 +cmF0bw== 41552 +Skk= 41553 +IGF2ZW51ZXM= 41554 +IENob25n 41555 +bGFkxLE= 41556 +2LHYtg== 41557 +IGluaWNp 41558 +IFN1YmFydQ== 41559 +4LiL 41560 +IGFjaHQ= 41561 +IEFyY2hpdGVjdHVyZQ== 41562 +INCy0LXRidC4 41563 +IERldk9wcw== 41564 +IHRvcHBpbmdz 41565 +IG9ic29s 41566 +YWluYQ== 41567 +IEJhbmdrb2s= 41568 +ZXN0cnVjdA== 41569 +IGtvYg== 41570 +IOuTrw== 41571 +INGA0LDQt9C90YvQtQ== 41572 +IHJlZQ== 41573 +IGJpanZvb3JiZWVsZA== 41574 +IERlbW9jcmFjeQ== 41575 +4LmA4Lij4Liy 41576 +INC60L7QvdGC 41577 +IHNlw6c= 41578 +IHJhaGF0 41579 +IHBhcmxpYW1lbnRhcnk= 41580 +IEJhc2g= 41581 +emlhxYI= 41582 +SVRDSA== 41583 +IEJ1YmJsZQ== 41584 +a3TDsw== 41585 +V2hvYQ== 41586 +IGZsYXRz 41587 +em5l 41588 +IHNlcnZpY2lv 41589 +IERldw== 41590 +1bjWgg== 41591 +IHVudGVyc3TDvHR6ZW4= 41592 +IFdpbmRz 41593 +IOyWmOuKlA== 41594 +IGV2YWx1YXRpb25z 41595 +IHJlY2E= 41596 +IGVsdmVz 41597 +Y2hlZXI= 41598 +IGphbA== 41599 +IHJlc3RlZA== 41600 +IHF1aWVuZXM= 41601 +IEJyb29rZQ== 41602 +IOuniOydjOyXkA== 41603 +IGludGVu 41604 +IG9hdHM= 41605 +IHJlZmVyZWU= 41606 +IHBuZXVtb25pYQ== 41607 +IGRlbHZl 41608 +cGVhY2U= 41609 +ZW55 41610 +IG1vc3RyYQ== 41611 +IENhbm5vbg== 41612 +z4HOv8+N 41613 +INCQ0Ls= 41614 +IG1vbnVtZW50YWw= 41615 +zr/Pjc68zrU= 41616 +aW1tZXJz 41617 +YXZpYW4= 41618 +INC00LXQu9Cw0LXRgg== 41619 +IHBpdGNoZXM= 41620 +IEdyb3Zl 41621 +IHNlbWluYXJz 41622 +IHLDqWN1cA== 41623 +IFZvb3I= 41624 +IGRldmVu 41625 +IGRC 41626 +IGJvb3N0aW5n 41627 +ZWdhbg== 41628 +IHdlbHQ= 41629 +IEd1YXRlbWFsYQ== 41630 +IG1pbGVhZ2U= 41631 +IGJlaGFuZA== 41632 +IFdhYXI= 41633 +IFN1cmY= 41634 +IGNhdWxpZmxvd2Vy 41635 +IFR5cg== 41636 +IG1pdGVpbmFuZGVy 41637 +IGRhcmluZw== 41638 +IFNpdHRpbmc= 41639 +ZGxlZA== 41640 +IHJlc2VudG1lbnQ= 41641 +bcOkw59pZw== 41642 +IGZpbG1tYWtpbmc= 41643 +d2FydHM= 41644 +dGhvdWdodA== 41645 +b2xvZ2lxdWU= 41646 +IENPUg== 41647 +IGFjY291bnRlZA== 41648 +IGFwZXI= 41649 +IElOVA== 41650 +b2xhcmU= 41651 +IGFjb21wYcOx 41652 +IMahaQ== 41653 +IG1lcm1haWQ= 41654 +IEJlbnRsZXk= 41655 +YXRvcmU= 41656 +IHByZW4= 41657 +IGV0aGFub2w= 41658 +IGFzdHJvbm9tZXJz 41659 +c2VhdA== 41660 +a2VlcGVycw== 41661 +IGV4ZW1wdGlvbg== 41662 +IGFtbw== 41663 +IOuCmOyEnA== 41664 +IGluaGFs 41665 +IGJvd3M= 41666 +0YHQutGD0Y4= 41667 +MzAwMA== 41668 +IGZlcm1lbnRhdGlvbg== 41669 +IHNpbmtz 41670 +IGNvbWVyY2lhbA== 41671 +IHN0dW1w 41672 +IGNlbGU= 41673 +IFNpc3RlcnM= 41674 +IFJlZ2lzdGVy 41675 +IHNvb3J0 41676 +IG5hdG9taWFzdA== 41677 +IOq3uOumvA== 41678 +IMWeZXk= 41679 +IGh5cGVk 41680 +IFJhZmFlbA== 41681 +IEVpcw== 41682 +IEJhc2ls 41683 +IEFzc2Fzc2lu 41684 +IEFkZQ== 41685 +csOlbg== 41686 +IG9ubGFy 41687 +IG1vdmltaWVudG8= 41688 +IGFkZGl0aW9uYWxseQ== 41689 +IHNsaXQ= 41690 +IENocnk= 41691 +IEludGVydmlld2Vy 41692 +15zXpw== 41693 +IGRpc2w= 41694 +IGxpZ2dlcg== 41695 +0YPQutC4 41696 +YmVyaXNo 41697 +INGA0Y/QtNC+0Lw= 41698 +QVJPTg== 41699 +XSws 41700 +IGx1bWnDqHJl 41701 +IG9sdmlk 41702 +IGZyZXVl 41703 +IFRpbmc= 41704 +IEvDtg== 41705 +IGdlbw== 41706 +IGR5ZWQ= 41707 +0YjQtdC5 41708 +IMW8eWNpZQ== 41709 +IGll 41710 +IHRheHBheWVy 41711 +IHBlxYI= 41712 +IGTDqWNpZMOp 41713 +IGPFk3Vy 41714 +IGVudHdpY2tlbHQ= 41715 +IEhR 41716 +S0s= 41717 +b2Rhcg== 41718 +IGhvbmU= 41719 +IGNvbmZpYW5jZQ== 41720 +IGlzc3Vpbmc= 41721 +IGRpYWdub3N0 41722 +IOyehA== 41723 +INC60YDRg9GC 41724 +INC60LDRgQ== 41725 +IMO+ 41726 +IHJlc3RyaWN0aXZl 41727 +IENhc3Rybw== 41728 +IHXEnw== 41729 +IGVtcHJl 41730 +IE1vbw== 41731 +IEZpZ3VyZQ== 41732 +cGhvbmV0aWM= 41733 +UHJvZg== 41734 +INC/0YDQtQ== 41735 +IHRpbHRlZA== 41736 +IE5lZ2F0aXZl 41737 +IExpbWl0ZWQ= 41738 +bWVubw== 41739 +bGFtYXRpb24= 41740 +IHRydXN0ZWVz 41741 +IGludGVuc2VseQ== 41742 +IGHDp8SxbA== 41743 +IFVzZWQ= 41744 +IHp1bA== 41745 +IGFwcHJlY2lhdGl2ZQ== 41746 +IHRpbmM= 41747 +IGNvbnF1ZXN0 41748 +INi52YbYrw== 41749 +IHN1aWNpZGFs 41750 +IG11bGhlcmVz 41751 +IGRldGFjaA== 41752 +IGthbWVyYQ== 41753 +IEFpclBvZHM= 41754 +SU5ESVNUSU5DVA== 41755 +0LPQu9C40Lk= 41756 +IOuDhA== 41757 +IHdyZXN0bGU= 41758 +IGZpcmVhcm0= 41759 +IGxpcmU= 41760 +cHJh 41761 +IGpld2Vscw== 41762 +IENvcm5lbGw= 41763 +IO2VoOqyjOyalA== 41764 +IHN1Y2tlcg== 41765 +IG5vbWJyZXV4 41766 +IEZlcm0= 41767 +7JuQ7J20 41768 +IFBpcw== 41769 +INC40LfRg9GH 41770 +IG1pdGVu 41771 +IGNldg== 41772 +IFVSTHM= 41773 +IENBUw== 41774 +ZmluZGVu 41775 +IGJyYXZlcnk= 41776 +INGB0LvQvtCy0L4= 41777 +IG5lbmh1bWE= 41778 +IGVuY3VlbnRyYQ== 41779 +IFNoaXJsZXk= 41780 +IHBlcmNlcHQ= 41781 +ZnJhbWVz 41782 +IFJvdmVy 41783 +IEFsYmVydGE= 41784 +b2Nj 41785 +IOudvOqzoA== 41786 +IHPDunBlcg== 41787 +IHByZXN1bWU= 41788 +IGdsYW5k 41789 +IHBhY2luZw== 41790 +IG5ldXJvdA== 41791 +IHNubw== 41792 +IHBsb3R0ZWQ= 41793 +IHBhxYRzdHdh 41794 +IE93bmVy 41795 +IERlZmVuY2U= 41796 +cmlkZ2Vz 41797 +IHdhbGxwYXBlcg== 41798 +b25pYW4= 41799 +QnJv 41800 +IEFyaWFuYQ== 41801 +a3J5 41802 +IG5hcnJhdGlvbg== 41803 +IGNyaWFuw6dh 41804 +IEFscmlnaHR5 41805 +IOydvQ== 41806 +IOyTsOqzoA== 41807 +IGxpYmVyYXRlZA== 41808 +IGV4Y2VlZHM= 41809 +IGRvbWluYXRpbmc= 41810 +IGJha8Sxbg== 41811 +bGs= 41812 +IHNsYXBwZWQ= 41813 +0JfQtA== 41814 +dW1lbnRhbA== 41815 +Z2V0dGFibGU= 41816 +IFJveg== 41817 +IEd1bA== 41818 +b3V2ZXJ0 41819 +IHNtYXNoaW5n 41820 +YXp1amU= 41821 +U2ly 41822 +IGdyYXRlZA== 41823 +QVRU 41824 +IGFydGljdWxhdGVk 41825 +IHN0b3Jh 41826 +IGV4dHJhdGVy 41827 +4buJ 41828 +z4PPiQ== 41829 +d2ly 41830 +IE1ldGU= 41831 +SW1w 41832 +IGhvb3I= 41833 +cGhhc2U= 41834 +INGH0YPQtA== 41835 +INCx0YDQsNGC 41836 +IGlkYWc= 41837 +IGNpbnE= 41838 +IGFwYXJlY2Vy 41839 +IElDRQ== 41840 +IHF1aWV0ZXI= 41841 +IGZhbHNjaA== 41842 +YWRpYw== 41843 +INC/0LvRjtGB 41844 +IE1lbnU= 41845 +dXhl 41846 +IFTDtGk= 41847 +IE1JTA== 41848 +IEhhag== 41849 +dmVyYnM= 41850 +IHR1YmluZw== 41851 +IG1hY2hzdA== 41852 +IGRhbGw= 41853 +VGVy 41854 +IGdlbGVu 41855 +IGN1Y3VtYmVycw== 41856 +IHdpZGdldHM= 41857 +IGRldnJhaXQ= 41858 +IG1pa2U= 41859 +IGludHJh 41860 +7ZWt 41861 +IMOF 41862 +IEh1bmQ= 41863 +cXVhcnRlcg== 41864 +IGV3 41865 +IGtlbHVhcg== 41866 +IG1hdHM= 41867 +IFRyaWNr 41868 +IEluZmluaXRl 41869 +nqg= 41870 +IHBlYWM= 41871 +IFByb3Rl 41872 +4KWI 41873 +IDE3MDA= 41874 +IFJhaXM= 41875 +4LmK 41876 +w6RobHQ= 41877 +aWZpY2E= 41878 +YWltZXI= 41879 +YcSH 41880 +IGFrbA== 41881 +IFZvbHZv 41882 +IFR5c29u 41883 +IFJvbmc= 41884 +aXJzaW4= 41885 +IOKZpQ== 41886 +IHBhcm9keQ== 41887 +bmF0aW9uYWw= 41888 +cG9k 41889 +YXlk 41890 +YW1ibGVk 41891 +IGdvdmVybm1lbnRhbA== 41892 +IGNvbmZvcnQ= 41893 +aWNpZGVz 41894 +IG5hc3pl 41895 +IFNoZXBoZXJk 41896 +IEtvbnRha3Q= 41897 +IGRpc3Byb3BvcnRpb25hdGVseQ== 41898 +INC60LvRjtGH 41899 +IHTDrXR1bG8= 41900 +IHNpbmE= 41901 +IGNvbXBvc2l0aW9ucw== 41902 +IFBG 41903 +IHZlcmts 41904 +IHN1aXZyZQ== 41905 +IGFzdGE= 41906 +IHN0YWtlaG9sZGVy 41907 +IHNhbW1h 41908 +IEJMQUNL 41909 +IG5vZGln 41910 +IGxldmE= 41911 +IGp1ZWdvcw== 41912 +IGVybnN0 41913 +IGJvdHRvbXM= 41914 +IFNpZ25hbA== 41915 +IHBvbGx1dA== 41916 +IGR1cmE= 41917 +TXVzaWs= 41918 +INC60L7QvNC90LA= 41919 +INCy0YHQtdC5 41920 +YWx0ZXI= 41921 +IFN0ZWY= 41922 +IEJpZ1F1ZXJ5 41923 +IFZlcmFudHdvcnR1bmc= 41924 +IOuLueyXsA== 41925 +IHF1aXp6 41926 +IExldHRlcg== 41927 +IEludmVzdG1lbnQ= 41928 +0YjRgg== 41929 +kOuNsA== 41930 +IGVuY29kaW5n 41931 +IHTDpG5rZXI= 41932 +IEt3 41933 +YW5uaWU= 41934 +MTEw 41935 +IHp3eQ== 41936 +IOynpw== 41937 +IGRhdw== 41938 +ZXN0w6Q= 41939 +IGRlY2VpdmU= 41940 +IEzDpG5kZXI= 41941 +aXNrbw== 41942 +IHBvZHN0YXc= 41943 +IFBoYXJhb2g= 41944 +7LOk 41945 +w7psdA== 41946 +IHR5w7Y= 41947 +IG11c2lteQ== 41948 +IHBj 41949 +IE5U 41950 +IENvc3Rjbw== 41951 +IM+Dzr/PhQ== 41952 +IHVuaW4= 41953 +cm91bmRz 41954 +IHJlbWluZGVycw== 41955 +IHB1aXNxdQ== 41956 +IGtyaWpnZW4= 41957 +IHdvcmtmbG93cw== 41958 +bmV0ZW4= 41959 +IOuQmOyngA== 41960 +IHNsZWVr 41961 +IGNvd29ya2Vycw== 41962 +YW1pZW50b3M= 41963 +IHdpdGNoZXM= 41964 +YmFhcg== 41965 +ZXRpZXM= 41966 +IHVubmF0dXJhbA== 41967 +IFNpY2s= 41968 +IEVmZW5kaQ== 41969 +amNpZQ== 41970 +IGNoYW1hZG8= 41971 +7JiA7Iq164uI64uk 41972 +IHByemVkc2nEmWJpb3I= 41973 +IGJvb2tzdG9yZQ== 41974 +IOyeoOq5kA== 41975 +IFNlcGFy 41976 +YW5naQ== 41977 +RXZldA== 41978 +IGVtZXJnZW5jaWVz 41979 +IFhNTA== 41980 +0L3QtA== 41981 +pbTrqbQ= 41982 +IOq/iA== 41983 +IOuTpOqzoA== 41984 +IHN1dA== 41985 +IFdpeg== 41986 +IGR5bmFtaWNhbGx5 41987 +b3BlcmF0aW9u 41988 +ZG90 41989 +IGluZWZmaWNpZW50 41990 +Y2xlYXJz 41991 +IG11bmRhbmU= 41992 +IFZlcm9uaWNh 41993 +2LHYqg== 41994 +cG9zZQ== 41995 +cGFp 41996 +IG55bG9u 41997 +IGF1bWVudGFy 41998 +IGFsbHRzw6U= 41999 +dmFr 42000 +IGNhcGFjaWRhZA== 42001 +IFdyZXN0bGluZw== 42002 +IGZlcnRpbGU= 42003 +IG3DqWc= 42004 +IE5hbm8= 42005 +0LDRgtC10LvQuA== 42006 +IOyWtOyp 42007 +IHRvY2E= 42008 +IEVn 42009 +4oE= 42010 +IOyz 42011 +bHVlbnQ= 42012 +IHNvbGVt 42013 +IGNpbmVtYXQ= 42014 +IFF1ZWw= 42015 +IG9yYml0cw== 42016 +IEhhcm0= 42017 +cmljYW5lcw== 42018 +IGJsdXJyZWQ= 42019 +INin2YTYsNmK 42020 +IGppbg== 42021 +IGdyZW5hZGVz 42022 +IGF0cm9j 42023 +IHdoZXJlaW4= 42024 +IHJlcGxlbg== 42025 +IENvbWljcw== 42026 +ZWRhYW4= 42027 +IGRlbmlt 42028 +IGVtYmFycmFzc21lbnQ= 42029 +IEdvbWV6 42030 +IEJ1c2Fu 42031 +aXZpdGllcw== 42032 +IHNhbGl2YQ== 42033 +IG1lcms= 42034 +IGlsZ2lsaQ== 42035 +INC60YDRg9Cz 42036 +IG9jY3VwYXRpb25hbA== 42037 +IFNhaGli 42038 +U3Rh 42039 +IGFkdmlzZXI= 42040 +IFRydWx5 42041 +IFlFQUg= 42042 +IOyeiOuKlOuNsOyalA== 42043 +emV3 42044 +YmFyZW4= 42045 +IHN0b2w= 42046 +IGJlbG9uZ2luZ3M= 42047 +IFJlc2VhcmNoZXJz 42048 +IGVmZW5kaW0= 42049 +z4XPhw== 42050 +xYLEhWN6 42051 +IFVuZw== 42052 +IEp1Yg== 42053 +IGNlcmVicmFs 42054 +4buHdQ== 42055 +INem16g= 42056 +INC/0L7QtNCw0YA= 42057 +IG1hcmNoZWQ= 42058 +IGF3YWtlbg== 42059 +IGFrbw== 42060 +IGFjZXB0 42061 +IGluaXRpYXRpb24= 42062 +bG90 42063 +IHfFgmFz 42064 +IE1vbmdvbA== 42065 +dXRyYWw= 42066 +IHRlbnRhbmc= 42067 +IGludmVyc2lvbg== 42068 +IOydtO2bhA== 42069 +IGxvaw== 42070 +xYJieW0= 42071 +UlM= 42072 +IHN0b3M= 42073 +IGludGVyYWN0cw== 42074 +IENhbGVuZGFy 42075 +IHZhbmlzaA== 42076 +IHBoeXNpb2xvZ3k= 42077 +IGxpbmVhcmx5 42078 +IEpZ 42079 +xJ9hbg== 42080 +ZnVuZGVk 42081 +aXppZXJ0 42082 +IHptaWFu 42083 +IEdyaWxs 42084 +IHVuYmVsaWV2YWJseQ== 42085 +b3RlY2hub2xvZ3k= 42086 +IENhcnM= 42087 +INmG24E= 42088 +IEZvbGdl 42089 +IEJldmVybHk= 42090 +w6Rpc2NoZW4= 42091 +IGF1bWVudG8= 42092 +7JuM7ISc 42093 +IG1haWxib3g= 42094 +IHN0ZWVkcw== 42095 +IFBlYWs= 42096 +IHd5a29y 42097 +IHByYXdkYQ== 42098 +0LjRgtGL 42099 +IGRpc2NvdXJz 42100 +IGFjY3VzZQ== 42101 +Y2Vzc28= 42102 +dWlyZQ== 42103 +INC/0L7Qv9Cw0LQ= 42104 +IHRoYQ== 42105 +IG1lYXN1cmFibGU= 42106 +YmVlcGluZw== 42107 +IElubmVu 42108 +INC/0Y/RgtGM 42109 +IGNvbXBldGVk 42110 +IEl0YWxpYW5z 42111 +IGVuY29udHJh 42112 +IG5pZXc= 42113 +IGZpbHRyYXRpb24= 42114 +INC/0YDQvtGE0LXRgdGB 42115 +IHBhamFtYXM= 42116 +IGNpbGFudHJv 42117 +IFNvYw== 42118 +THVj 42119 +IOq5gOs= 42120 +IE9kZA== 42121 +IGh5ZHJhdGlvbg== 42122 +0LzQvtCy 42123 +IHBseXdvb2Q= 42124 +IENvbXBldGl0aW9u 42125 +0LjQt9C90LXRgQ== 42126 +ZmxpZ2h0 42127 +IEJlaXQ= 42128 +Ym91cmc= 42129 +IGNvaWxz 42130 +IGPDom1lcmE= 42131 +IGFtZW5kZWQ= 42132 +xIFt 42133 +QW5nZWw= 42134 +IFN0YWN5 42135 +Zmxv 42136 +IG5vcm1hbGU= 42137 +IGNvbnNvbmFudA== 42138 +IGFjY29tcGFueWluZw== 42139 +0LrRlg== 42140 +IGlycml0YXRlZA== 42141 +IGbDpXR0 42142 +IGNyb2NvZGlsZQ== 42143 +kJjripQ= 42144 +IGFsYmVpdA== 42145 +IFBoaWxvc29waHk= 42146 +xYY= 42147 +eXRpYw== 42148 +IHLDqGc= 42149 +IGZyYW7Dp2E= 42150 +IGF0dGVudGl2ZQ== 42151 +SGFt 42152 +IGFscmVkZWRvcg== 42153 +c2Vp 42154 +INGB0LLQuNC0 42155 +IGdpbWJhbA== 42156 +IGNoaW5h 42157 +IPCfjrY= 42158 +INCS0LDQvA== 42159 +IHN0aW11bGF0aW5n 42160 +IE9yYQ== 42161 +eXRlcw== 42162 +IGhlZnQ= 42163 +IGhhdGVycw== 42164 +IGNvbXBsZXhlcw== 42165 +IDAz 42166 +csOzZA== 42167 +Y2xlYXI= 42168 +IGJlc3RlaHQ= 42169 +d255 42170 +bW9pbA== 42171 +IHNsb3BweQ== 42172 +IGluc2lnbmlmaWNhbnQ= 42173 +IGR1YmJlZA== 42174 +IOuWoA== 42175 +IGNvbnNpZ28= 42176 +0LvRg9GI0LDQuQ== 42177 +U24= 42178 +INeU16Y= 42179 +IM6M 42180 +IG5hZHppZQ== 42181 +IGZyZXNobWVu 42182 +dGFh 42183 +IHV3YWfEmQ== 42184 +IEZhdm9yaXRl 42185 +IENyaW1pbmFs 42186 +IGV2aWRlbg== 42187 +IHN5bWI= 42188 +TGVz 42189 +IEJlYXU= 42190 +dW5lZA== 42191 +cGxlbWVudA== 42192 +QWM= 42193 +IGRlcm1hdA== 42194 +IE5vbGFu 42195 +0YvQvw== 42196 +IHNpdHQ= 42197 +IGV2ZXJsYXN0aW5n 42198 +IGVzdGF2YW0= 42199 +INC80LjQug== 42200 +IGtow6Fj 42201 +IGludml0 42202 +IHRyZWJsZQ== 42203 +IGppZw== 42204 +bWFuaQ== 42205 +IHR1dm8= 42206 +IFJVUw== 42207 +IEVyZGU= 42208 +IER6acSZa3VqxJk= 42209 +IGJsdWViZXJyaWVz 42210 +a2VsbA== 42211 +YWNpb25z 42212 +0LLQuA== 42213 +TEVU 42214 +IHNwcm91dA== 42215 +IHNwb3I= 42216 +IGLDqm4= 42217 +IE1vbmE= 42218 +IENvbnRhaW4= 42219 +IEtleXM= 42220 +0L7Qt9GP 42221 +IGZ1bmNpw7Nu 42222 +IHJhcHBlbGxl 42223 +IGV2b2x2ZXM= 42224 +IHNjcmFwaW5n 42225 +IGNvbWVudMOhcmlvcw== 42226 +IHByYXRpcXVl 42227 +IGF1eGlsaWFyeQ== 42228 +IFNwb25nZQ== 42229 +0YHQutC40Lw= 42230 +dXZv 42231 +INGB0LDQvNC+ 42232 +IHNhbms= 42233 +IGhpZ2h3YXlz 42234 +IGludmVudGlvbnM= 42235 +INC40L3QvtCz0LTQsA== 42236 +IGNyZWF0aXZlbHk= 42237 +IGJlbmNobWFya3M= 42238 +b25jw6k= 42239 +YWxhbA== 42240 +IHNvdHRv 42241 +IGNhbHZlcw== 42242 +IE1vdg== 42243 +IGxhdmVuZGVy 42244 +IGV5ZWJhbGxz 42245 +IGF3YWl0aW5n 42246 +IFBhdHk= 42247 +2YTZhw== 42248 +IGVtYnJvaWRlcnk= 42249 +IGR1aA== 42250 +IGNhbWFy 42251 +IEJPQg== 42252 +IHNwYWNlZA== 42253 +IGfFgm9z 42254 +0LDQtdC80YHRjw== 42255 +IGVzY2FwZXM= 42256 +IFJvZ3Vl 42257 +emN6 42258 +6J4= 42259 +rOulvA== 42260 +IE1vxbxl 42261 +INC10YHRgtC1 42262 +IEJ1cmFkYQ== 42263 +d2Q= 42264 +dXV1dQ== 42265 +IHNhc2g= 42266 +IEx1Yg== 42267 +IG5vdGVib29rcw== 42268 +IG1hZQ== 42269 +IGNvbmZsaWN0aW5n 42270 +IHN1bW1lcnRpbWU= 42271 +YWNhcw== 42272 +IGJhdWVu 42273 +Ymxvd2luZw== 42274 +4bqhbw== 42275 +IOyWuOygnA== 42276 +IFNlbmhvcg== 42277 +IGlQaG9uZXM= 42278 +IFF1YXJ0ZXI= 42279 +IOygnOuMgOuhnA== 42280 +dcOf 42281 +IOuniOustOs= 42282 +IHNldHRsZXJz 42283 +IGNyZXN0 42284 +IHRyYW5zYw== 42285 +IHJpb3Rz 42286 +IGNsb25lcw== 42287 +IE9wcmFo 42288 +zq/Otg== 42289 +IHBhbHM= 42290 +Li4uLi4uLg== 42291 +INGA0L7RgdGB 42292 +IExhc2Vy 42293 +IHphY3p5 42294 +IHNldmk= 42295 +IHJlZ2VuZXJhdGlvbg== 42296 +7Je8 42297 +d291bGQ= 42298 +IMO8emVyaW5l 42299 +IFN0cmHDn2U= 42300 +IHZlbmdlYW5jZQ== 42301 +IHJlcg== 42302 +IFNhZmFyaQ== 42303 +IEhFWQ== 42304 +IHNhY2Fy 42305 +IGltYWdlbQ== 42306 +IEJ1bmRlc3Q= 42307 +bWVzYW4= 42308 +IFBhc3Rl 42309 +IHNpeno= 42310 +INC/0L7RgdGC0YPQvw== 42311 +15TXlQ== 42312 +dHJhZA== 42313 +IGZyYW7Dp2Fpc2U= 42314 +IEJvdQ== 42315 +IGJhcnJl 42316 +IFpoaQ== 42317 +IEdlZXo= 42318 +aWhhZA== 42319 +IHJlY29ub2M= 42320 +IHBlbGln 42321 +IGluZGljZXM= 42322 +IOuwlOuA 42323 +IGNvbmR1Y3Rpb24= 42324 +IOyVhQ== 42325 +IHpla2Vy 42326 +IGZ1bQ== 42327 +IFfDvHI= 42328 +YnJlYWtlcg== 42329 +IHNwcml0ZQ== 42330 +Q3Jvd2Q= 42331 +IG9wZW5lcg== 42332 +IG9sdg== 42333 +IGJ1ZW5hcw== 42334 +IFNpbGs= 42335 +IEhJTQ== 42336 +a29w 42337 +Y29tcGw= 42338 +IHBvc3Nvbm8= 42339 +s4A= 42340 +IG9zY2lsbGF0b3I= 42341 +IFNpdGg= 42342 +0LDQttC4 42343 +IHJhZnQ= 42344 +aGFsbA== 42345 +IHNjaG5lbGxlcg== 42346 +IGltcG9ydGluZw== 42347 +IGFzc2VtYmxpbmc= 42348 +IHViaXF1 42349 +IGFjdGl2YXRlcw== 42350 +YWNjaQ== 42351 +k5zrpbw= 42352 +IGNvbXBvc2Vycw== 42353 +IEFDTA== 42354 +Q29uZg== 42355 +IOy9mA== 42356 +INC90LXQutC+0YLQvtGA0YvQtQ== 42357 +IGNhbmRpZXM= 42358 +IE11c3M= 42359 +4LmD4LiK 42360 +IGR1ZGE= 42361 +0L3QuNC60L7QvA== 42362 +bWVkZW4= 42363 +IOyWtOuVjA== 42364 +IFllc2h1YQ== 42365 +emFn 42366 +aG9kb3U= 42367 +IGFsb3Vk 42368 +IFBhbG1lcg== 42369 +aW1pemU= 42370 +IG1hcml0aW1l 42371 +IGNvbW11bmFs 42372 +IGJhZGdlcw== 42373 +IHJ1Z2J5 42374 +IG1hcnNobWFsbG93 42375 +IGZpZXJ5 42376 +IGFjY291bnRhbnQ= 42377 +IGFibGE= 42378 +IE1vbnJvZQ== 42379 +IEZvbnQ= 42380 +IEJvb3N0 42381 +IEJhcm5lcw== 42382 +YW5zd2Vy 42383 +IEJ1cm5pbmc= 42384 +IGFuZ2Vm 42385 +IFdlc2xleQ== 42386 +bGxz 42387 +7LU= 42388 +16nXnA== 42389 +aWxpxZtteQ== 42390 +15DXnw== 42391 +YW11cmE= 42392 +IEZ1ag== 42393 +IHBhbmk= 42394 +IFRyb3A= 42395 +YXJiZWl0ZW4= 42396 +IHJ1ZQ== 42397 +IFJhcmU= 42398 +w6RuZ2Vu 42399 +INGB0LzQvtGC0YDQtdGC0Yw= 42400 +INCa0LDRgA== 42401 +IE1UVg== 42402 +Ym9hcmRpbmc= 42403 +XVs= 42404 +IOugiOs= 42405 +c3RhbmJ1bA== 42406 +cGllbHQ= 42407 +IEhhcmR5 42408 +IEVuZ2FnZW1lbnQ= 42409 +IERpZW5zdA== 42410 +IHfDpHJlbg== 42411 +IGZ1ZWdv 42412 +IGVzdHJ1Y3Q= 42413 +IGNhbGFt 42414 +IFJlc3BvbnNl 42415 +IE1vaGFtbWFk 42416 +IHJlc2lzdGluZw== 42417 +IGR1cmFudA== 42418 +IE9MRUQ= 42419 +IHZlcno= 42420 +bcOkbg== 42421 +INmG25I= 42422 +IHBhcmFub2lk 42423 +IEF3YXJl 42424 +IEVuZ2luZWVycw== 42425 +IHByb2NlZHVyYWw= 42426 +IHBlcnNvbm5hZ2U= 42427 +IGZhcmtsxLE= 42428 +Zmxvd2luZw== 42429 +INC80LXRgdGC0LA= 42430 +IEJhcmU= 42431 +aXN0ZW0= 42432 +IHBvY3rEhXRrdQ== 42433 +IHBlcnNvbmFqZXM= 42434 +IOyWtOugtQ== 42435 +rYk= 42436 +INCl0L7RgtGP 42437 +IHVuc2V0dA== 42438 +IEFic29s 42439 +IOG6pXk= 42440 +IE1BWU9S 42441 +0L/QvtC70L3QtQ== 42442 +IGluZm9ybWluZw== 42443 +IGFtcHM= 42444 +0J/RgA== 42445 +IOutlA== 42446 +YWVkYQ== 42447 +INeU15HX 42448 +4bqlbg== 42449 +a2VsaWpr 42450 +IGF0aGVpc3Q= 42451 +IHRyb3V0 42452 +IG5ldWVz 42453 +IE5va2lh 42454 +bWFjaGVu 42455 +IHdob2xlc2FsZQ== 42456 +xLFyZA== 42457 +SW5z 42458 +INGN0L8= 42459 +IHByaWNr 42460 +IEtpbmRlcm4= 42461 +4LiX4Liz 42462 +IGNsYXNzeQ== 42463 +IMOubnQ= 42464 +IFNob3BpZnk= 42465 +INGB0L7RgA== 42466 +INC30LDQutGA0Ys= 42467 +enVr 42468 +IHVuaXZlcnNhbGx5 42469 +IHRlYXNwb29ucw== 42470 +IHJlY291bnQ= 42471 +IG7DpWdvbnRpbmc= 42472 +IFh1ZQ== 42473 +aXNpw6htZQ== 42474 +IHdlYWtlc3Q= 42475 +IHRlxZ9la2vDvHI= 42476 +IG1hdGhlbWF0aWNhbGx5 42477 +IEhvcw== 42478 +IO2VnOuLpA== 42479 +IHBhcnRhZ2Vy 42480 +IERhcnI= 42481 +6ro= 42482 +IM61zro= 42483 +IGdlcm1z 42484 +IGdlbGly 42485 +IGR1bA== 42486 +LC0= 42487 +IOyWuOs= 42488 +INee16Y= 42489 +INGP0YA= 42490 +IHF1b3RpZA== 42491 +IHByenlzeg== 42492 +IGhhcmRuZXNz 42493 +IGFxdWF0aWM= 42494 +IEp1bmdsZQ== 42495 +IFBDUg== 42496 +IEVsaW90 42497 +IG9zdHI= 42498 +IG1hcGE= 42499 +ZXNzw6Q= 42500 +IEdJUg== 42501 +IERyaXZpbmc= 42502 +IFNhbWk= 42503 +IE1lZGllbg== 42504 +IENvbXBhbmllcw== 42505 +IFBoYXJt 42506 +c2VpdHM= 42507 +IFJpbQ== 42508 +IM6/z4DOvw== 42509 +IHdlaXRlcmVu 42510 +IHBpenphcw== 42511 +IEx5ZGlh 42512 +IEhlaWdodHM= 42513 +IHNpbmNlcml0eQ== 42514 +IG5vc3Nhcw== 42515 +IGTFgg== 42516 +IGFsYXJtaW5n 42517 +IENhdWM= 42518 +INGB0LzRi9GB 42519 +ZmFjaW5n 42520 +YmFncw== 42521 +V1c= 42522 +INi02Yo= 42523 +IGNvdXJ0cm9vbQ== 42524 +IFBoaWxsaXA= 42525 +IOqyg+yymOufvA== 42526 +IFNwaWVsZXI= 42527 +IGthbnQ= 42528 +IGFkbWl0dGluZw== 42529 +IGNvbnRhaW5tZW50 42530 +IHJlbW92YWJsZQ== 42531 +IGp1bXBlcg== 42532 +Zm9jdXNlZA== 42533 +INC40YLQvtCz0LU= 42534 +INCi0LXQvA== 42535 +IHZhc2U= 42536 +IFVTQw== 42537 +IE1vbmF0ZQ== 42538 +IEphY29icw== 42539 +IEhPTA== 42540 +aWtlZA== 42541 +ZXJ3ZWlzZQ== 42542 +IGdvb2RpZXM= 42543 +IGhvbWFnZQ== 42544 +15vXqdeZ15U= 42545 +IHF1YWlz 42546 +IGluaWNpYWw= 42547 +IGd1YXJkaW5n 42548 +IGRheno= 42549 +IGNvbWJvcw== 42550 +INGD0L/RgNCw0LI= 42551 +IFRhbGVudA== 42552 +IMOzcg== 42553 +IGludGVybWl0dGVudA== 42554 +IE1jQ2FydGh5 42555 +IHNwYW5z 42556 +IHR5cmU= 42557 +IHF1eQ== 42558 +anV0 42559 +IFplbnQ= 42560 +IGdhdA== 42561 +IHNjYWZmb2xk 42562 +IG5lY2VzYXJpbw== 42563 +IFphaGxlbg== 42564 +IFNBTkQ= 42565 +IFBV 42566 +RXZlcnl0aGluZw== 42567 +LS0tLS0tLS0tLS0tLS0tLQ== 42568 +INCy0LfRj9GC0Yw= 42569 +IHNwYXJrcw== 42570 +IHBlbmR1bHVt 42571 +157Xnw== 42572 +IOyDieq5 42573 +IG11bHRpcGxpZXI= 42574 +INC70LDQtNC90L4= 42575 +dXJhdA== 42576 +IHVwc2V0dGluZw== 42577 +YmFr 42578 +IOy1nOuMgA== 42579 +IGFuw6Fs 42580 +IEpPRQ== 42581 +IGtvc3Rlbg== 42582 +IFBhdHR5 42583 +IEd1aW4= 42584 +Y2tlZA== 42585 +IEVneXB0aWFucw== 42586 +IENpdGl6ZW5z 42587 +16jXmw== 42588 +INCV0YnQtQ== 42589 +INC50L7Qs9C+ 42590 +IHNub3dmbA== 42591 +IGxla2tlcg== 42592 +IGFjb3N0 42593 +IEJhYmU= 42594 +IGdhbWJsZQ== 42595 +IGFkamVjdGl2ZQ== 42596 +0LrQuNC80Lg= 42597 +b3lz 42598 +IG1vbnRyZQ== 42599 +IEh5dW5kYWk= 42600 +IG1vaXN0dXJpemluZw== 42601 +IG1venphcmVsbGE= 42602 +T09P 42603 +IGZhY3VsdA== 42604 +IGRvZXQ= 42605 +IGZlYXJsZXNz 42606 +IGVzcHJlc3Nv 42607 +IGFsbG9yYQ== 42608 +IENpbmM= 42609 +IGNvbnRlw7pkbw== 42610 +IFBlbG9zaQ== 42611 +IG1pbmRlcg== 42612 +cm9vdA== 42613 +IO2VoOs= 42614 +INC/0LDQtA== 42615 +IENhbGxpbmc= 42616 +IENvbmZpZw== 42617 +IENvbnNvbGU= 42618 +aW5za3k= 42619 +w6luZXJnaWU= 42620 +IHNvbGl0YXJ5 42621 +0L7QtNC1 42622 +IGd1YXJkZWQ= 42623 +MTYw 42624 +INC/0YHQuNGF 42625 +IFNoYXA= 42626 +IHRpdHJl 42627 +b2xvZ25l 42628 +INC/0LDRgNGD 42629 +IFBSRQ== 42630 +IGxu 42631 +IE1pdGds 42632 +IENhcnJ5 42633 +IHNwaW5k 42634 +IENhbnRvbg== 42635 +IGtpbmdkb21z 42636 +cmVtbw== 42637 +IHJhZ2luZw== 42638 +IGluY2FwYWJsZQ== 42639 +IFdS 42640 +INGB0L7QsdGB0YLQstC10L0= 42641 +INC60LDQutC40YU= 42642 +IFNIRQ== 42643 +64u57Z6I 42644 +IHNjYXJjaXR5 42645 +IHBlcmRl 42646 +IGV4aXRz 42647 +IFNpbmdlcg== 42648 +IHN1cHBlcg== 42649 +IG11bmljaXBhbGl0eQ== 42650 +IERpdmVyc2l0eQ== 42651 +IHRpcm8= 42652 +aWVscw== 42653 +IGzDrWRlcg== 42654 +IGJsdWZm 42655 +IGF0cmE= 42656 +bHlz 42657 +IG1haGQ= 42658 +IGPDs2RpZ28= 42659 +IEhhcmxlbQ== 42660 +cnVsZQ== 42661 +aWNpdHk= 42662 +IHNpbXBsaXN0aWM= 42663 +IEtvbnN0 42664 +RUxMSQ== 42665 +IGbDtnJzdGE= 42666 +IGNvbnN0aXR1dGVz 42667 +INGB0YLQvtGA0L7QvdGD 42668 +IHVyZ2Vk 42669 +IFBhbmRh 42670 +7LCo6w== 42671 +cmVjZQ== 42672 +IHBhdHJpb3Q= 42673 +IENydXNo 42674 +IHdpbms= 42675 +0L7QudGC0Lg= 42676 +dXJhbsOnYQ== 42677 +IHNlaXp1cmVz 42678 +IGVsZWN0cm9k 42679 +IERvbmtleQ== 42680 +IElV 42681 +IE1PUw== 42682 +IGFsa2Fs 42683 +7LSJ 42684 +YmVzb25kZXJl 42685 +IHBhcmFsbGVscw== 42686 +IGJpdHRlcm5lc3M= 42687 +w6R0dHJl 42688 +ZXNzaW9uYWw= 42689 +IHNveWJlYW4= 42690 +IGNvbGxhYg== 42691 +IFJlcG9ydGluZw== 42692 +INC60L7QvNC/0LDQvdC40Lg= 42693 +IHdzenlzY3k= 42694 +IENydW5jaA== 42695 +aXNlZW4= 42696 +IGFtYmFzc2Fkb3Jz 42697 +IENoZXY= 42698 +0L7QstGL0LU= 42699 +c2Nh 42700 +INGA0LXRiNC40Ls= 42701 +0L7RgtC+ 42702 +IGdsZWljaHplaXRpZw== 42703 +bWVybg== 42704 +w7xzdA== 42705 +IEhhZQ== 42706 +s7TqsqDsirXri4jri6Q= 42707 +IHNob3Jlcw== 42708 +IGRlcHJlc3M= 42709 +IGFob3I= 42710 +IFN0ZXVlcg== 42711 +YWho 42712 +IHJldmlzZQ== 42713 +INGB0LDQvNGL0LU= 42714 +amF0 42715 +IGhlcmJhbA== 42716 +IGN1w6FudA== 42717 +IGJ1bmE= 42718 +bmllanN6ZQ== 42719 +RmluYWxseQ== 42720 +15XXlg== 42721 +Y2pl 42722 +IOyeiOqxsOuToOyalA== 42723 +IOuCmOuI 42724 +IHByemVzdA== 42725 +bGljYQ== 42726 +IER1Y2g= 42727 +0ZbQudGB0Yw= 42728 +cGFzc2Vu 42729 +IHNhdGlzZmllcw== 42730 +IEFkZGl0aW9uYWw= 42731 +IGPDoW1hcmE= 42732 +0LXRh9C10L3QuNC1 42733 +IHBvbXA= 42734 +IOunkOydtA== 42735 +IE1pbGxz 42736 +0LXQstC40LQ= 42737 +IHJlc3BlY3RhYmxl 42738 +IGZpbGFtZW50 42739 +IHZlbmRlcg== 42740 +IG1hdHRlcmVk 42741 +b3VyZQ== 42742 +7Li1 42743 +S29yZWFu 42744 +IGVzdHVkaW8= 42745 +IGNhY3R1cw== 42746 +IFZpdmU= 42747 +IFJhZw== 42748 +IGNvbXBsaXF1w6k= 42749 +INmI24E= 42750 +IHRhbw== 42751 +pr8= 42752 +U2luY2U= 42753 +IGplb3BhcmQ= 42754 +IFNlbGw= 42755 +IOyYmw== 42756 +IGtldG8= 42757 +IGludGVsaWc= 42758 +IEFuZ2Vi 42759 +IHRpZGVu 42760 +IHNvY2lv 42761 +IHJlbWluaXNjZW50 42762 +IGNhcmVnaXZlcg== 42763 +U3BhY2U= 42764 +IEV4ZXJjaXNl 42765 +IEJlY29tZQ== 42766 +w6p0cw== 42767 +YWtr 42768 +IS4u 42769 +INGB0L/RgNC+0YE= 42770 +IM6xz4DOvw== 42771 +IHNob290aW5ncw== 42772 +IGFwZQ== 42773 +IFNhbW15 42774 +IEt1bmc= 42775 +IGN1w6Fs 42776 +IEx1cA== 42777 +INGB0YLRg9C0 42778 +IHN3ZWV0ZXI= 42779 +IGNvbXVt 42780 +IEFkcw== 42781 +aHl1bmc= 42782 +INCx0YPQtNGD0Yk= 42783 +IHdhZmZsZQ== 42784 +IE9yYg== 42785 +IGxhdXQ= 42786 +IGZvcmVjYXN0aW5n 42787 +5ao= 42788 +IHJhcHBpbmc= 42789 +IHByZWZlcnM= 42790 +IGJlbno= 42791 +IG5paw== 42792 +IEJhaG4= 42793 +IHNhbmRpbmc= 42794 +IGltbWluZW50 42795 +INC/0YDQvtCx0LvQtdC80Ys= 42796 +IGRvaXZlbnQ= 42797 +0L7Qu9Cw 42798 +IMW8eWNpYQ== 42799 +aWh1 42800 +IGV4aXN0ZW0= 42801 +IEludGVyaW9y 42802 +IFRha2Vz 42803 +IHRvZGRsZXI= 42804 +IGRpY3RhdG9yc2hpcA== 42805 +IFNtaXRoc29u 42806 +IEFsbGFodQ== 42807 +z47Pgc6x 42808 +7JWY7Iq164uI64uk 42809 +IFZvdGU= 42810 +IFNtZWxscw== 42811 +0L7QtNC90L4= 42812 +IGhpbmRzaWdodA== 42813 +VlI= 42814 +IFBhdGNo 42815 +IEphaHJlcw== 42816 +IHNvdXZlbmly 42817 +IG5ldXRyb24= 42818 +IGxvbmd0aW1l 42819 +IHNheWlu 42820 +YXNha2k= 42821 +INC+0YHRgtCw0L3QvtCy 42822 +IGV4cGVsbGVk 42823 +IGNyeXB0b2N1cnJlbmNpZXM= 42824 +IE11cmRlcg== 42825 +IENpdGl6ZW4= 42826 +V0FZ 42827 +IHBsdQ== 42828 +IGxlbW9uYWRl 42829 +IGNvbnZlbmllbnRseQ== 42830 +IEhJ 42831 +IDIwMjM= 42832 +16nXldeq 42833 +0LDRhtC40L7QvQ== 42834 +IOubsA== 42835 +INmE2YPZhg== 42836 +INC90LXQvNC90L7QttC60L4= 42837 +IHVudXNlZA== 42838 +IG1haW9yaWE= 42839 +IGFzdHJvbG9neQ== 42840 +IERvd250 42841 +Tmljaw== 42842 +IHByZW9jY3Vw 42843 +IGRlbWFpbg== 42844 +157Xog== 42845 +INCy0L7QtNGL 42846 +IFNhbnNrcml0 42847 +IHByw6p0 42848 +IHN0cmFuZGVk 42849 +IHJlZmlu 42850 +INC/0YDQuNC90LjQvA== 42851 +INC/0L7QstC10YDRhQ== 42852 +4K+NPw== 42853 +IHpyb2I= 42854 +IGludGVydHc= 42855 +IERhdmlkc29u 42856 +0LvQtdC90LA= 42857 +INC/0L7QvdGP0YLRjA== 42858 +IFJlbm8= 42859 +INC/0L7Qu9GD0YfQuNC70L7RgdGM 42860 +IGNvcnJlc3BvbmRlbnQ= 42861 +IFVyYW4= 42862 +ZWxzZQ== 42863 +wrfCtw== 42864 +IHR1dG9yaW5n 42865 +IGdyYW5kZGF1Z2h0ZXI= 42866 +bHVkZWQ= 42867 +IHN0ZXNzbw== 42868 +IGjhur90 42869 +IGdlZ2FuZ2Vu 42870 +INCd0JA= 42871 +IGFudGln 42872 +YmFja2dyb3VuZA== 42873 +IGdlZGFhbg== 42874 +IGZhdm9yZWQ= 42875 +IEVtbWFudWVs 42876 +IGlvZA== 42877 +IGNsYW1wcw== 42878 +IGNvbXBsZQ== 42879 +IEFkdmFuY2U= 42880 +IOyeiOqzoOyalA== 42881 +IFJveA== 42882 +IOyXkOs= 42883 +IGludGVzdGluZXM= 42884 +IHBlcmN1c3Npb24= 42885 +IGxlZ2l0aW1hdGVseQ== 42886 +IEV0ZXJuYWw= 42887 +ZmFtaWx5 42888 +YWxvZw== 42889 +QnJhZA== 42890 +0LXQvdC40YLRjA== 42891 +INGB0L3QsNGH0LDQu9Cw 42892 +IGNlcnRh 42893 +IGFra29y 42894 +IM61zrTPjg== 42895 +IG9jdGF2ZQ== 42896 +IFZhYw== 42897 +0LzQvtGC0YDQuA== 42898 +IMOJdGF0cw== 42899 +IGxvbmd1ZQ== 42900 +IGRpc3NvY2k= 42901 +0YDRj9C0 42902 +aGVpbg== 42903 +IHBhbnRhbGxh 42904 +IGluZGljYXRpb25z 42905 +IEx0 42906 +IEdyYWRl 42907 +b2luZQ== 42908 +YnVn 42909 +IFZlcml6b24= 42910 +IEFsw6lt 42911 +IHZpZW5uZW50 42912 +INGH0LjRgdGC 42913 +IEJlbmk= 42914 +IFRzY2g= 42915 +IFRQ 42916 +IGluc3VsdGluZw== 42917 +IFdlaWdodA== 42918 +IGFkYXB0YXRpb25z 42919 +IGhhYsOtYW4= 42920 +IGNsaXF1ZQ== 42921 +b8WbY2k= 42922 +anVuYQ== 42923 +IHN1Y2hlbg== 42924 +IEdvZXM= 42925 +IEV4b2R1cw== 42926 +Q2hv 42927 +IGFudGlz 42928 +IO2MjOs= 42929 +c2V2ZW4= 42930 +INGH0LDRgdC+0LI= 42931 +IGJhbGxpc3RpYw== 42932 +em9ueQ== 42933 +SUNJQQ== 42934 +INC/0YDQtdGB0YI= 42935 +IHNpbXBsZXNtZW50ZQ== 42936 +IENvbGxhYm9y 42937 +RnJlZA== 42938 +INGC0LXQu9C10YTQvtC9 42939 +IFJhdmk= 42940 +7ZW07KQ= 42941 +0L/QtdGA0LI= 42942 +IOyeiOycvOuLiOq5jA== 42943 +IMOzdA== 42944 +IGFsZWc= 42945 +w7pw 42946 +IGRpc3JlZ2FyZA== 42947 +IGluZGVudA== 42948 +Y2xvdWQ= 42949 +Y2hsYWdlbg== 42950 +IGl0ZXJhdGU= 42951 +IGdlbmVyYWxpemVk 42952 +4KS5 42953 +ZWxlcmk= 42954 +IGRpc2FzdHJvdXM= 42955 +INGB0YLQsNC70LA= 42956 +s5E= 42957 +S05PV04= 42958 +IHJpY2huZXNz 42959 +IGNvbnNjaWVudA== 42960 +aWNodHM= 42961 +INGN0LvQtdC8 42962 +2KjYrw== 42963 +aXJlbnM= 42964 +IGhhdW50aW5n 42965 +cnVjdHVyZXM= 42966 +YXR0YWNr 42967 +IGN1cGNha2Vz 42968 +c3F1ZQ== 42969 +IG5hc3plZ28= 42970 +IGFudGhyb3BvbG9neQ== 42971 +Y2hhZQ== 42972 +IGRpc2NvdmVycw== 42973 +IFBlcnNvbmFsaXR5 42974 +IM6kzr8= 42975 +IGRpxJ9lcg== 42976 +INC90LXRkQ== 42977 +IEFuaXRh 42978 +IFvimao= 42979 +IENhcm0= 42980 +IEJlbm55 42981 +7Iqs 42982 +IHB1cGls 42983 +IG9jYXM= 42984 +w6RsbGV0 42985 +asWbxIc= 42986 +YW1lbnRhbA== 42987 +INC+0YLQvdC+0YE= 42988 +IHBpZA== 42989 +IGFybXA= 42990 +UkVF 42991 +INC+0YLQutGA0YvQsg== 42992 +IHVkYQ== 42993 +IFN5bmRyb21l 42994 +IFN0YW5kYXJkcw== 42995 +IHBvaW50ZXJz 42996 +IGVuYW0= 42997 +IFRpZw== 42998 +w616 42999 +INC90LDQvNC4 43000 +IHVuY2hhbmdlZA== 43001 +IHR1cm1vaWw= 43002 +4bupbmc= 43003 +ISEi 43004 +NTAwMA== 43005 +IOusvOyWtOs= 43006 +IG1lcmdpbmc= 43007 +IGVudHNjaGVpZGVu 43008 +Zm9ybWU= 43009 +IHRyaW1tZWQ= 43010 +IGRhcmVk 43011 +IGFzcGlyYXRpb24= 43012 +IE15dGhpY2Fs 43013 +IEhlag== 43014 +IEFsZWo= 43015 +0YbQvg== 43016 +0L7RgtGD 43017 +WmU= 43018 +INC40L3RgdGC0YDRg9C80LXQvdGC 43019 +IFJUWA== 43020 +IGxvY2FsaXplZA== 43021 +IHN1cnJvdW5kcw== 43022 +IGVtcGllemE= 43023 +IGNsYXNl 43024 +IOC4gQ== 43025 +IFJhcGlk 43026 +b21pbm91cw== 43027 +aWdhaWw= 43028 +INGI0LjRgA== 43029 +IGzDpg== 43030 +IHphc2Fk 43031 +IHVuZm9sZGluZw== 43032 +PyE/IQ== 43033 +IOyInOqwhA== 43034 +IFBvbHNraQ== 43035 +IEthdWY= 43036 +IENlbHQ= 43037 +aXRpYw== 43038 +IHRvb2xib3g= 43039 +IFBvY2tldA== 43040 +IOyEnOuhnA== 43041 +IGJlbGtp 43042 +IGFkbWlyYXRpb24= 43043 +cGhy 43044 +IFByb2R1a3Q= 43045 +IFRydWNr 43046 +IGRyYXXDn2Vu 43047 +d2HFgg== 43048 +IEhlYnJld3M= 43049 +IO2VmOqyjA== 43050 +IEFDRQ== 43051 +dXJnZW5jZQ== 43052 +YXVyYWlz 43053 +IGNoYXJpdGFibGU= 43054 +xLF0 43055 +IGFybWFz 43056 +IEdlZGFua2Vu 43057 +cmVhdGluZw== 43058 +cG9ydGU= 43059 +IGltcHJpbnQ= 43060 +ZsOkaA== 43061 +INC/0L7QtNGF0L7QtA== 43062 +IG91dHNldA== 43063 +4Lin4LiB 43064 +0LXQvdC90L7Qs9C+ 43065 +Q2xhc3M= 43066 +IHZhbml0eQ== 43067 +IFZPSUNFUw== 43068 +IDI2MA== 43069 +cmVzaWRlbnQ= 43070 +VVNF 43071 +IOqwgOyatOuNsA== 43072 +6b0= 43073 +IHRocm91Z2hwdXQ= 43074 +IGN1bWE= 43075 +7Jqx 43076 +INC/0LvQvtGJ 43077 +IHBhcnRpcw== 43078 +IEFuaW1hdGlvbg== 43079 +p4jr 43080 +Q3Jl 43081 +w7Z0emxpY2g= 43082 +IG1hZ2c= 43083 +IGNsdW1zeQ== 43084 +IGJvdHRsZW5l 43085 +IGJpcmxpa3Rl 43086 +IEdhbWI= 43087 +INeb158= 43088 +IG1ldHJvcG9saXRhbg== 43089 +T29o 43090 +IG9iamVjdGlvbnM= 43091 +INmF2Ko= 43092 +INC80LXQuw== 43093 +IHJlbW5hbnRz 43094 +IFhhdmllcg== 43095 +UmljaA== 43096 +IG9sc2E= 43097 +IFBpbGw= 43098 +IGdyb2Fucw== 43099 +IE5hcnVob2RvdQ== 43100 +IENvbnRyYWN0 43101 +0LDQtNCw 43102 +bmFp 43103 +INGE0LjQtw== 43104 +IG9wcw== 43105 +4bqhdA== 43106 +IHBhcmFjaHV0ZQ== 43107 +IG5lbGw= 43108 +IEVudHNjaGVpZHVuZw== 43109 +15zXmded 43110 +IHRydXRoZnVs 43111 +IHNoYXJwZXI= 43112 +IGJ1cmVhdWNyYWN5 43113 +Y2FydA== 43114 +INC40L3Rgg== 43115 +d2llaw== 43116 +IHdpbGxpbmdseQ== 43117 +IEhlcm1hbg== 43118 +IG1laHJlcmU= 43119 +IGVsaXRlcw== 43120 +IEFybW9y 43121 +IGVtYm9yYQ== 43122 +IFJlY29nbg== 43123 +INC70Y7QsdC70Y4= 43124 +IEV4Y2VsbGVuY2U= 43125 +aWJlbA== 43126 +IGV4cG9ydGluZw== 43127 +7LK07KCB 43128 +S2VsbHk= 43129 +Q2FtZXJhbWFu 43130 +IHNsaXBz 43131 +IGZpZ3VyYQ== 43132 +IGtvbGw= 43133 +IFBhbmRlbWll 43134 +IHRpbWVk 43135 +bGllw59saWNo 43136 +INee15s= 43137 +IHBlcsOtb2Rv 43138 +aXZhdA== 43139 +IHF1ZXN0aW9ubmFpcmU= 43140 +IHDDqXJpb2Rl 43141 +IHNpZ2hz 43142 +IGFsbGVnaWFuY2U= 43143 +IFhW 43144 +IEtlbnN1a2U= 43145 +IEdlc3VuZGhlaXRz 43146 +IHBvc2l0aXZv 43147 +IEphbmVpcm8= 43148 +IFNFRQ== 43149 +INin2LPYqg== 43150 +IEtlbHNleQ== 43151 +dG9iZXI= 43152 +IM6xzrvOu86s 43153 +IFBhcmVudA== 43154 +IERheXRvbg== 43155 +IEJpbGRlcg== 43156 +b3VyYWdl 43157 +IHNlcmVz 43158 +IG11Y2jDrXNpbW8= 43159 +IFJlYWxt 43160 +IE9GRklDRVI= 43161 +ZXJzb25pYw== 43162 +b255YQ== 43163 +IOq4iQ== 43164 +IGFuY2VzdHJ5 43165 +IEp1cmFzc2lj 43166 +IGNlbnRpZ3JhZGU= 43167 +4bqldQ== 43168 +dWrEhWM= 43169 +bWFucw== 43170 +IHRpbw== 43171 +IE1vxbw= 43172 +IHRyYWdlbg== 43173 +IHN0YXJlZA== 43174 +IHNjaGVtYXRpYw== 43175 +IHBhc3NvdQ== 43176 +IG1lYXRiYWxscw== 43177 +xYJvxZvEhw== 43178 +IHN5bmNocm9ub3Vz 43179 +IHBlcm1pcw== 43180 +YXJpYWw= 43181 +IHplcg== 43182 +IHBhcml0eQ== 43183 +IEF2YXRhcg== 43184 +aW5kZWVy 43185 +ZXN0b24= 43186 +IG1laWTDpG4= 43187 +IENseQ== 43188 +tIk= 43189 +IGVzdHJvZ2Vu 43190 +IGNlbnRpbWV0 43191 +IGNvbnZpY3Rpb25z 43192 +IHBvc3NpYW1v 43193 +IHBlcmR1 43194 +IHBhdGhvZ2Vucw== 43195 +IFF1aW4= 43196 +IFByb2dyYW1z 43197 +IFBvaW50cw== 43198 +cmFtZW50 43199 +cmFpbA== 43200 +IHZ5 43201 +IGdyYWZ0 43202 +IGJhcnQ= 43203 +IExvdHVz 43204 +4Kg= 43205 +IOuztOyLnA== 43206 +cmFtZXI= 43207 +RmF0aGVy 43208 +IOucuw== 43209 +INeU150= 43210 +IHRyYXplcg== 43211 +IHRhcms= 43212 +w6hjZXM= 43213 +Zm9ydGg= 43214 +INGB0LTQtdC70LDQu9C4 43215 +IHp1Y2NoaW5p 43216 +IHdha3R1 43217 +IGVudGVydGFpbmVk 43218 +IE1pbGxpYXJkZW4= 43219 +IHNoYWt5 43220 +IHByemVkZQ== 43221 +uIzr 43222 +IHJldmVyc2libGU= 43223 +IE5BVQ== 43224 +dWlucw== 43225 +w6lyw6p0 43226 +YW5uZW4= 43227 +IEh1bnRpbmc= 43228 +IEZlbGxvdw== 43229 +w6lsaW9y 43230 +IHJvdGF0aW9ucw== 43231 +IGdyYW5ueQ== 43232 +eHRvbg== 43233 +INGB0YLQsNC90L7QstC40YLRgdGP 43234 +INC90LDRh9Cw0Ls= 43235 +IGFydGVyaWVz 43236 +cmnDsw== 43237 +INC/0L7Qu9GM0LfQvtCy 43238 +INCR0Ys= 43239 +IG5vdmVsdHk= 43240 +cG91bmQ= 43241 +IHdlaXJkZXN0 43242 +IGJvaXM= 43243 +w6ltaWU= 43244 +dXBs 43245 +QVRB 43246 +IHRlaGQ= 43247 +IE5pcg== 43248 +c8SxbsSxeg== 43249 +ISIs 43250 +IGltbW9ydA== 43251 +IGVsaw== 43252 +0LDQvdC40Yc= 43253 +IGZhYnJpY2F0aW9u 43254 +IE5vaXNl 43255 +IEF2YW50 43256 +2LHbjA== 43257 +d2F0 43258 +IHdob29zaGluZw== 43259 +INeb15k= 43260 +INCX0L3QsNGH0LjRgg== 43261 +IGNlbnRyaWY= 43262 +YW5zaW5n 43263 +U291bmQ= 43264 +IOudvOs= 43265 +IGNhcHRpb25z 43266 +4LON 43267 +IG9yZ2Fz 43268 +IGRvbHBoaW5z 43269 +IEJsZW5k 43270 +IFRhag== 43271 +IENDVFY= 43272 +IGlub20= 43273 +IGVkaXRpb25z 43274 +IGJ1cm5vdXQ= 43275 +IGLDpHR0cmU= 43276 +IENhc2E= 43277 +b3ZpY2g= 43278 +IG1vbHRlbg== 43279 +IGJsaW5kZm9sZA== 43280 +IEd1ZQ== 43281 +IHNwaW5uZXI= 43282 +IG3DtmdsaWNoc3Q= 43283 +IFbDoA== 43284 +ZW5lY2E= 43285 +IG3DqWRpY28= 43286 +w6FzdGljbw== 43287 +IGFyZA== 43288 +IFN1bmRheXM= 43289 +IFJlbW90ZQ== 43290 +IOyWvOuniA== 43291 +IHRyxrDhu5tj 43292 +7IWo6w== 43293 +IGRvcHA= 43294 +IGJlxJ8= 43295 +aWNhbmE= 43296 +IOuCmOykkeyXkA== 43297 +IGhvbGluZXNz 43298 +ZGlyZWN0 43299 +IOyYge2ZlA== 43300 +IGN1bHBh 43301 +IFN0aXRjaA== 43302 +bGlnaHRseQ== 43303 +0LDQvNC10L0= 43304 +INC80LXRiA== 43305 +INC/0LXRhw== 43306 +IHlodGU= 43307 +b3NwaGVyZQ== 43308 +IOyTsOuKlA== 43309 +w6lr 43310 +IHNlcmlvdXNuZXNz 43311 +IGdhcm1lbnRz 43312 +IGNvbmNpc2U= 43313 +IFNK 43314 +IHZlcmxvcmVu 43315 +IHBhcmVjZXI= 43316 +IFVOQw== 43317 +7Iqk7YOA 43318 +IGVuZmFudA== 43319 +IGJvbWJlcg== 43320 +IEdpZnQ= 43321 +IOyii+uLpA== 43322 +IHJoeXRobXM= 43323 +IEtsYXI= 43324 +b3duaWs= 43325 +IFJldmVyZW5k 43326 +IGVtaXR0ZWQ= 43327 +bGFzc2Vu 43328 +IHJldmVuaXI= 43329 +IGFyaXNpbmc= 43330 +IHByZWNpc2FtZW50ZQ== 43331 +IGludGVycG9s 43332 +IFRlbmVtb3M= 43333 +b2JlZA== 43334 +IHRlY25vbG9naWE= 43335 +IG5lcmVkZQ== 43336 +IFZpc2E= 43337 +IHNhdmE= 43338 +IGVzY3JldmVy 43339 +IGFzc2F1bHRlZA== 43340 +IEZsZWlzY2g= 43341 +IENvdW5jaWxsb3Jz 43342 +IOqwgOq5jA== 43343 +IGJlZ2c= 43344 +IERldmVsb3Blcg== 43345 +IEJyb256ZQ== 43346 +IEJvbnVz 43347 +INeo16c= 43348 +ZmFjdA== 43349 +IGVuZGxlc3NseQ== 43350 +IG1hY2Ft 43351 +IHJ6ZWN6eXdpxZtjaWU= 43352 +IGhvdmVyaW5n 43353 +w6hnZQ== 43354 +IHBvb3Jlc3Q= 43355 +IFNjaGVk 43356 +bWlsZQ== 43357 +aXNzZW1lbnRz 43358 +YWPEgw== 43359 +IOumvQ== 43360 +IHZhY2Npbg== 43361 +IGZ1dHVyaXN0aWM= 43362 +IFdpbmRvdw== 43363 +0L/QsNGA 43364 +INGA0L7RgQ== 43365 +IGxvd2Vycw== 43366 +YWNz 43367 +INCQ0LvQtdC60YHQsNC90LQ= 43368 +IEFsZXJ0 43369 +aWVtZQ== 43370 +IENhdWNhcw== 43371 +IGphd3M= 43372 +IGh1bnRlZA== 43373 +7Je9 43374 +INio2YY= 43375 +INec16DXlQ== 43376 +IHR1cmJpbmVz 43377 +IGx1bXBz 43378 +IEFsbGllcw== 43379 +YWhsdA== 43380 +IHN1YnNjcmlwdGlvbnM= 43381 +IG5vdXZlYXV4 43382 +dWdlcg== 43383 +Ym9uZXM= 43384 +IGJlcnJ5 43385 +IOyEoOusvA== 43386 +IE1hbnVmYWN0 43387 +IEx1bmNo 43388 +6re4656Y 43389 +IGh5ZHJhdGVk 43390 +IGFjaGVp 43391 +IFlheg== 43392 +IFRpYmV0YW4= 43393 +IFF1YW50dW0= 43394 +IEplcm9tZQ== 43395 +INC+0YnRg9GJ 43396 +0L7QstCw0L0= 43397 +bW90aW9u 43398 +IENvbnRyb2xsZXI= 43399 +ZW5lcmdldGlj 43400 +INGB0LrQvtGA0L4= 43401 +IHZvd2Vscw== 43402 +INGD0LbQsNGB 43403 +IGhvb2Y= 43404 +IEJ1bGxldA== 43405 +aW1hZ2lu 43406 +16DXmded 43407 +IGVuZ2FnZW1lbnRz 43408 +IEJsdWVz 43409 +IGHDsWFk 43410 +IGZwcw== 43411 +IGNhdGVycA== 43412 +IHPhu5E= 43413 +IFRyaWJl 43414 +0L/QvtC9 43415 +aWZlcmF0aW9u 43416 +IHJ1bWFo 43417 +IFB1bmo= 43418 +bGFi 43419 +IGNvbXByZWhlbnNpb24= 43420 +YnJpbmdpbmc= 43421 +V28= 43422 +IHRpaw== 43423 +IGFueWhvdw== 43424 +w6F0aWNhcw== 43425 +IHNpdHplbg== 43426 +IGtvbGF5 43427 +IENvbmZlZGVyYXRl 43428 +IENhbGxlZA== 43429 +IG5hc3p5Y2g= 43430 +IGR6acSZa2k= 43431 +IGNsb2Fr 43432 +IEdvb2c= 43433 +IEFzaGU= 43434 +ZW5hbg== 43435 +INC80YvRiA== 43436 +INCy0LXRgg== 43437 +IFNwbw== 43438 +IFNrZXQ= 43439 +IEhlbmRlcnNvbg== 43440 +aWxhaA== 43441 +INCx0LXQt9C+0L/QsNGB 43442 +IHNla2FsaQ== 43443 +7Ja06rCA 43444 +IHNuYXJl 43445 +IHLhurFuZw== 43446 +IGbDtnJzw7Y= 43447 +c3p5Y2g= 43448 +IMO8YmVycw== 43449 +IHN0cmF0w6ln 43450 +IOy6kOs= 43451 +IHJhcHBlcnM= 43452 +IGNlcA== 43453 +IEhhc3Rh 43454 +IGhvcnJpYmx5 43455 +IGZyw7xo 43456 +INio2Lk= 43457 +IG1hbnRsZQ== 43458 +44CF 43459 +ZnVuZGluZw== 43460 +IHp1c3Q= 43461 +IFBlbnM= 43462 +c2Vk 43463 +IO2XpA== 43464 +IGdlcmVraQ== 43465 +IGFsYXJtcw== 43466 +IFdoYQ== 43467 +IE1hcmt1cw== 43468 +YWtzaQ== 43469 +INCQ0LvQtQ== 43470 +a2xvcmU= 43471 +IMOpbmVy 43472 +IHRpbGRl 43473 +Ym94aW5n 43474 +IOyEng== 43475 +IGVuY29udHJhbW9z 43476 +IFBoYXI= 43477 +0L3QsNC60L7QvA== 43478 +w7NzdA== 43479 +IMSwcw== 43480 +IOuLmA== 43481 +IHNxdWF0cw== 43482 +IHByZXRlbmRlZA== 43483 +IGRleg== 43484 +IOq0nOywruyVhA== 43485 +amFjaA== 43486 +65286rOg 43487 +IO2ZleynhA== 43488 +IEFuc2No 43489 +aW1lcms= 43490 +IGNvbmp1Z2F0ZQ== 43491 +IHBlbmluc3VsYQ== 43492 +IGdvcmlsbGE= 43493 +IHBob3RvZ3JhcGhlZA== 43494 +IEF1bnF1ZQ== 43495 +IGVudHJlbg== 43496 +IERldXRzY2hlbg== 43497 +IEFsYWRkaW4= 43498 +IOustOyEnA== 43499 +IFN0ZWxsYQ== 43500 +IEVsZWN0aW9u 43501 +b3V0aW5l 43502 +R3JhbmQ= 43503 +IFdhaw== 43504 +IFNlcmdpbw== 43505 +aG9yc2U= 43506 +YWhvbg== 43507 +IEZhbWlsaWVz 43508 +IGhhdGluZw== 43509 +IEJldHQ= 43510 +4LiZ4Liw4LiE4Liw 43511 +IGN1cmxpbmc= 43512 +IElzcmFlbGlz 43513 +INec15DX 43514 +IE15ZXJz 43515 +IHNjYW5uZWQ= 43516 +IEJFQw== 43517 +aWxlcmk= 43518 +IGNhbGxl 43519 +IE1pbmg= 43520 +IG1pY3Jvbg== 43521 +IGNvbmR1Yw== 43522 +w612 43523 +INCy0L7Qt9GM 43524 +IGFjdGlvbmFibGU= 43525 +IFRydXN0ZWVz 43526 +IHRpZWY= 43527 +IGhlYWRlcnM= 43528 +IGFuaW1hbGVz 43529 +7JuA 43530 +0LvQvtGF 43531 +dW5pdHk= 43532 +bHlh 43533 +IGphbmdhbg== 43534 +IGhhbmk= 43535 +IGNhc2luZw== 43536 +IGrDs3ZlbmVz 43537 +IFNwbGl0 43538 +IENhcmxv 43539 +IEJlaW0= 43540 +IG51YW5jZWQ= 43541 +IHRlZGR5 43542 +IENsYW4= 43543 +w6RjaGVu 43544 +cGllcg== 43545 +INC00L7Qv9C+0LvQvQ== 43546 +IGRpYXBlcg== 43547 +ZWZmZWN0aXZl 43548 +IE5pYWdhcmE= 43549 +IHdhcnQ= 43550 +IGNvcnJv 43551 +IEthbXBm 43552 +enRl 43553 +IGTDqXZlbG9wcGVtZW50 43554 +IGF0dGFja2Vycw== 43555 +IFNoZXJtYW4= 43556 +IDE5MTQ= 43557 +IG1lb3c= 43558 +IFDDpQ== 43559 +7Lo= 43560 +Y2l0 43561 +IGNvdXBl 43562 +IOq3uOuLpOydjOyXkA== 43563 +IGh1bW91cg== 43564 +IGNvbGU= 43565 +IFdhcm5pbmc= 43566 +IFRpbA== 43567 +Y2FsbQ== 43568 +YnVhdA== 43569 +IGNpbmU= 43570 +a2llag== 43571 +S2V2aW4= 43572 +IG1pbGxpZ3JhbXM= 43573 +15PXqA== 43574 +YXJpYW1lbnRl 43575 +IG9ybw== 43576 +IEhvZA== 43577 +ZXJ0b3M= 43578 +IGxpaGF0 43579 +IGZ1bGxlc3Q= 43580 +IGdyYW5kaQ== 43581 +INCx0L7Qug== 43582 +IHdob2xseQ== 43583 +IG1haGRvbGw= 43584 +IGNvbnRyb2xs 43585 +IEJ1bnVu 43586 +IGRpcHBlZA== 43587 +IHJlZ2nDs24= 43588 +INmE2Yg= 43589 +INCx0LDQsw== 43590 +IHByZW1pZXJz 43591 +IGNo4buL 43592 +aWRleg== 43593 +IHF1b3Rh 43594 +IGdoZWU= 43595 +YXJrYW4= 43596 +IGdlbGF0aW4= 43597 +IENsZXJr 43598 +YmJsZXM= 43599 +IFBhaWdl 43600 +IHN0YWdlZA== 43601 +IHNvY2lhaXM= 43602 +IEJpemlt 43603 +IHZlbG9jaWRhZGU= 43604 +IG1hbGFyaWE= 43605 +IHNob3J0ZW5lZA== 43606 +IHNhbHV0 43607 +IEhlaGU= 43608 +IHbhu4s= 43609 +IFRhaXdhbmVzZQ== 43610 +IEFycmk= 43611 +Z3Jlcw== 43612 +KCk= 43613 +cmlhZA== 43614 +kZDr 43615 +IG1hc2N1bGluaXR5 43616 +TFA= 43617 +IOuWoQ== 43618 +IHTDqXJtaW4= 43619 +IFbDpA== 43620 +IFNlaXRlbg== 43621 +IHJlc3BlY3RmdWxseQ== 43622 +w6Fv 43623 +IHRvdGFsZW1lbnQ= 43624 +IHNjcmFwcw== 43625 +IGluZnJpbmc= 43626 +IEJvc2U= 43627 +YW1hcg== 43628 +IEx1aXph 43629 +IEFSTQ== 43630 +INC/0LvQvtGF0L4= 43631 +IG1laWxsw6Q= 43632 +IERpb24= 43633 +IHNvdWhh 43634 +IGdlc2NoYWZmdA== 43635 +IGNvbnZvbHV0aW9u 43636 +IOKAkeKAkQ== 43637 +IDE0NA== 43638 +bGluZ3Q= 43639 +IG3DpG5uaXNr 43640 +IGd1c3RhZG8= 43641 +IGNvaW5lZA== 43642 +IEx1bHU= 43643 +b3BvdA== 43644 +IFByYXllcg== 43645 +IHJvYXN0aW5n 43646 +IGNocm9tb3NvbWVz 43647 +0LXQu9C1 43648 +Qmx1ZQ== 43649 +IEVyZm9sZw== 43650 +INC/0YDQuNC00YPQvA== 43651 +IHJpc2tpbmc= 43652 +IEd1YXJkaWFucw== 43653 +IDIwMjQ= 43654 +w6hzZQ== 43655 +INCx0YPQtNGC0L4= 43656 +IGNvbnNlcnZl 43657 +IEJyaW5naW5n 43658 +IEFzdHJh 43659 +4LmA4LiC 43660 +INC60LDQutGD0Y4= 43661 +cmVzcGFjZQ== 43662 +INCe0L8= 43663 +INCy0L7QutGA0YPQsw== 43664 +IG1hc2tlZA== 43665 +IFNoeQ== 43666 +IE5pbQ== 43667 +ZW5kYXM= 43668 +IO2PrOyduA== 43669 +IOuqqOyWkQ== 43670 +IHZhbGV1cg== 43671 +IE5lZ3Jv 43672 +IENEcw== 43673 +aW5rbGluZw== 43674 +IG1vbnTDs24= 43675 +IEhvbmQ= 43676 +UmVhbA== 43677 +IGZ1bGxuZXNz 43678 +IFdob29wcw== 43679 +IFNoYW5r 43680 +IEJyYW4= 43681 +IHRyYW5zbHVj 43682 +IGVycg== 43683 +IEdhcmRlbnM= 43684 +b3l1 43685 +IGFmZmlybWF0aXZl 43686 +IHBvdHRlcnk= 43687 +bGl2ZQ== 43688 +aWF1 43689 +bW91bnQ= 43690 +IGZsdWN0dWF0aW9ucw== 43691 +w61lbQ== 43692 +IHB1bHNlcw== 43693 +IGNyaWFuw6dhcw== 43694 +zq/Osc+C 43695 +IGJhc3Rh 43696 +RU5OSVM= 43697 +INC60L7RgNC/ 43698 +IEZ1bms= 43699 +w6VydA== 43700 +INC30LDRgtC10Lw= 43701 +IHBhcmFzaXRlcw== 43702 +IGFpcmZsb3c= 43703 +IFh1YW4= 43704 +R8O8bG1l 43705 +IGJsb29taW5n 43706 +IG11bW15 43707 +IGJhbw== 43708 +IENsYXA= 43709 +YW50aWNz 43710 +c2tpbg== 43711 +Y2VudHJpYw== 43712 +YmVmb3Jl 43713 +IFJJQ0hBUkQ= 43714 +IEhhaG4= 43715 +VEFLRQ== 43716 +INGC0YDQtdGC0Yw= 43717 +IHByZXNzdXJlZA== 43718 +IEt1cno= 43719 +aXN0aQ== 43720 +INC90LDRiNC10LPQvg== 43721 +IHNlbWljb25kdWN0b3I= 43722 +IENsaW50 43723 +IHBsdXA= 43724 +IE9yaWdpbg== 43725 +IEV2ZW50cw== 43726 +IOqxseyglQ== 43727 +bXBmZW4= 43728 +TkVZ 43729 +IERX 43730 +IOu2ge2VnA== 43731 +IGluZm9ybXM= 43732 +IGZvcnNr 43733 +IGFtaWdh 43734 +IENpbmNpbm4= 43735 +U3Ry 43736 +IHBhcmlzaA== 43737 +IOy7pO2U 43738 +IHNpemk= 43739 +IHBsYW50YXRpb24= 43740 +IGJsaXZlcg== 43741 +INC/0L7Qu9C40YI= 43742 +IHN1YmRpdg== 43743 +IHJhbnQ= 43744 +IHByaW5jaXBhbHM= 43745 +IGt1bm5l 43746 +w7xnZW4= 43747 +YXJlc3BhY2U= 43748 +IHZhbGxhaGk= 43749 +IGNvbGxhcHNpbmc= 43750 +2KfZhNmF 43751 +IGxpZGVy 43752 +IHRhbWE= 43753 +IGdhZ25lcg== 43754 +cm9sbGU= 43755 +IOunkOyUgOuTnOs= 43756 +IGNhdGhlZHJhbA== 43757 +IFdlYnM= 43758 +IFBvbGl0aWNz 43759 +IERlbmlz 43760 +IHR1bw== 43761 +IHJlZnJhY3Q= 43762 +IGRpc2ludGVncg== 43763 +c3Rlcw== 43764 +INC70Y7QsdC+0LI= 43765 +IHdpbHQ= 43766 +IHRydXN0cw== 43767 +IGtvbXVu 43768 +IEJhc2tldA== 43769 +fiEh 43770 +bmFl 43771 +INCa0L7Quw== 43772 +IHN5bGxhYmxlcw== 43773 +IEhlbnJp 43774 +IE5hYg== 43775 +2YjYuQ== 43776 +IHdu 43777 +IGthbXA= 43778 +IFByYWd1ZQ== 43779 +IEJyZWFrZmFzdA== 43780 +IOq3uOuftA== 43781 +IGNodXQ= 43782 +IDMzMA== 43783 +IEluZHVzdHJpZXM= 43784 +IGnFn2k= 43785 +IEdvbGRtYW4= 43786 +IMSwbnM= 43787 +dXNzYQ== 43788 +aXRoZQ== 43789 +hJA= 43790 +IFNPVU5E 43791 +0LDQu9GM0L3Ri9C8 43792 +Lig= 43793 +INCz0L7RgNCw0Lc= 43794 +IGRhZ2VnZW4= 43795 +IOuu 43796 +IHdhaXRlcg== 43797 +bGVuZ3Ro 43798 +IM+Dz4TOsQ== 43799 +IGNodW5reQ== 43800 +U2E= 43801 +IHJ1c3R5 43802 +IEp1ZGl0aA== 43803 +NzUw 43804 +IGVwb3h5 43805 +7Lmg 43806 +bWV0cm8= 43807 +IHJlamVjdGluZw== 43808 +IHNxdWlzaHk= 43809 +IHBsdXBhcnQ= 43810 +IG3DqXRo 43811 +IGFzcGlyaW5n 43812 +IERyYW1h 43813 +IHVwbGlmdA== 43814 +p4jri6Q= 43815 +Li4uLi4uLi4uLi4uLi4uLg== 43816 +oKTsmpQ= 43817 +IHTDqWNuaWNh 43818 +IHBhc2FuZG8= 43819 +VGhvc2U= 43820 +INGA0LDQt9C00LXQuw== 43821 +IG1lZGlvY3Jl 43822 +IE5pY2tlbA== 43823 +IHN1cGVyaGVyb2Vz 43824 +IG1pc3Npb25hcnk= 43825 +IFBhcmVjZQ== 43826 +IHJvdGF0aW9uYWw= 43827 +IHByZXR0 43828 +IGxhbWE= 43829 +IGNhbnlvbg== 43830 +IGJldGVy 43831 +IFByb3Zvc3Q= 43832 +IGh2aXM= 43833 +IGRlYWN0aXY= 43834 +IEhlbHM= 43835 +cGZsaWNodA== 43836 +U29tZXRoaW5n 43837 +IFBpZXJjZQ== 43838 +IOqygOywsA== 43839 +bHVuZ2Vu 43840 +IHNpemluZw== 43841 +IGxhdGl0dWRl 43842 +IE5vbmV0aGVsZXNz 43843 +b21uaWE= 43844 +IFNhYnJpbmE= 43845 +IER5bmFtaWM= 43846 +b250YQ== 43847 +7IaQ 43848 +IGRpcmVjdGl2ZQ== 43849 +IERlcG90 43850 +IGZ1ZWxlZA== 43851 +IGV4cGlyZQ== 43852 +IGNvbcO6bg== 43853 +IFNleHVhbA== 43854 +IEdvcmU= 43855 +IHJlc3RsZXNz 43856 +IEpBS0U= 43857 +0YLQtdGA0LXRgQ== 43858 +INGC0YDQsNC9 43859 +IEhvbHo= 43860 +IEFjdG9y 43861 +Y2FsbA== 43862 +IGVtYWlsZWQ= 43863 +IFBlYXI= 43864 +0YPQtNC4 43865 +0YDQsNC7 43866 +IG3DoHk= 43867 +IENIRUVSSU5H 43868 +IHJldGFpbGVy 43869 +IHByb3Ry 43870 +IGRpc2NhcmRlZA== 43871 +IEhJUw== 43872 +IGV2YW5nZWxpY2Fs 43873 +IEVsc2U= 43874 +IGV4cGxvcmVz 43875 +IGNyaXRpY2l6aW5n 43876 +aWZpaw== 43877 +IHdoaXBwaW5n 43878 +IG9waXM= 43879 +b3VzZWQ= 43880 +RnJlZQ== 43881 +IO2MrA== 43882 +IG1pY3M= 43883 +cnVubmluZw== 43884 +T2I= 43885 +aXRpw6k= 43886 +IG5lY2VzaXRh 43887 +IERvbWluaWNhbg== 43888 +IEJhZ2g= 43889 +IHRlbmRlbmNpZXM= 43890 +IE1ldHJvcG9saXRhbg== 43891 +xZFs 43892 +INC30L3QsNC10Lw= 43893 +IFphbQ== 43894 +IERlYWRwb29s 43895 +YWxlxbw= 43896 +IGludmVzdGlnYXRpdmU= 43897 +IFByb251bmNpYXRpb24= 43898 +IGVtdWxhdGU= 43899 +IGJhbmNv 43900 +IC3imao= 43901 +IG92ZXJhcmNoaW5n 43902 +bGljaGVz 43903 +INCy0L7Qt9Cy0YDQsNGJ 43904 +IFNjYXJ5 43905 +IEtpYQ== 43906 +cm9udGluZw== 43907 +aW5uZWQ= 43908 +INuB2Yg= 43909 +7IiY66W8 43910 +d2Vs 43911 +IOuzhOuhnA== 43912 +IHVuaW50ZW50aW9u 43913 +YWFT 43914 +IG5pY2VzdA== 43915 +IFRlc3Rpbmc= 43916 +IElTSUw= 43917 +b2dlbm91cw== 43918 +INif 43919 +IGxpZXV0ZW5hbnQ= 43920 +IGJyYXVjaA== 43921 +IFRpcg== 43922 +ZHJpdmU= 43923 +IHRvbGVyYW50 43924 +IHNob290ZXJz 43925 +IOyYiOu7kA== 43926 +b250b24= 43927 +IHRlcmlh 43928 +aWV0ZXQ= 43929 +Um9u 43930 +bGVpZ2g= 43931 +Z2Fl 43932 +IG9sbWFr 43933 +IENsb25l 43934 +c29sZA== 43935 +IHNrZWxldG9ucw== 43936 +IGluY3VtYmVudA== 43937 +0L7QvNC1 43938 +Q09O 43939 +IGxldmVu 43940 +IG1pbGxlbm5pYWxz 43941 +IGVxdWF0b3I= 43942 +IEZlZGVy 43943 +IEFsZXhhbmRyYQ== 43944 +IHZyaWo= 43945 +IEhlYWx0aGNhcmU= 43946 +IO2VkQ== 43947 +IGVtcGhhc2l6aW5n 43948 +IGRpYWxvZ3Vlcw== 43949 +IGNoaWxsZWQ= 43950 +IHByb3c= 43951 +IFBhc3Npb24= 43952 +IExhZGVu 43953 +YXJpZXN0 43954 +YXBocmFn 43955 +IGFkZGl0aXZl 43956 +IFN0YWF0 43957 +IE5lcHQ= 43958 +IEhBTQ== 43959 +4LmA4Lit 43960 +ZGF5cw== 43961 +IO2WiOuNmA== 43962 +IHZvaWxh 43963 +INGF0Ls= 43964 +IERldXRzY2hl 43965 +cXVpcg== 43966 +T3Blbg== 43967 +IHJhbmdlZA== 43968 +IGxldmVycw== 43969 +IE1hbnNpb24= 43970 +cGFyZWQ= 43971 +IFRpdGFucw== 43972 +YXRvaXJl 43973 +IGVuZ2FnZXM= 43974 +eWV6 43975 +bmFkZW4= 43976 +IG9ic3RydWN0 43977 +IEVtbXk= 43978 +sKU= 43979 +IHRyb3Bo 43980 +IHRha2Vhd2F5cw== 43981 +Ky4= 43982 +dHljem5pZQ== 43983 +aMOpc2l0ZXo= 43984 +IHBvZMOtYQ== 43985 +IOyjvOuKlA== 43986 +IGNpdGF0aW9u 43987 +IEFxdWE= 43988 +IGRlYnVnZ2luZw== 43989 +0LLQsNC9 43990 +IOuLueyLoA== 43991 +INin2YTZig== 43992 +IGluc3RhbnRhbmVvdXM= 43993 +IEF1dHVtbg== 43994 +IGtlcGFkYQ== 43995 +IGdldGFu 43996 +aGluaQ== 43997 +eW50aGVzaXM= 43998 +INC/0LXRgNC4 43999 +IE1hY2Vk 44000 +UGFj 44001 +dW50dQ== 44002 +QnJh 44003 +INCz0L7RgNCw0LfQtNC+ 44004 +IDE5NTk= 44005 +INGC0LXQvNC/0LXRgA== 44006 +IHNhbmU= 44007 +IE9VUg== 44008 +YXN1 44009 +IOustOyX 44010 +IHZhbGxleXM= 44011 +IGxpc3Rpbmdz 44012 +IHByemVkc3Rhdw== 44013 +IGd1bW15 44014 +IGNvcnRpc29s 44015 +IE9icmln 44016 +IEFsbGllZA== 44017 +0L7QttGD 44018 +IGfDqW7DqXI= 44019 +IGRvY3M= 44020 +IENoaWxp 44021 +IEFiZHVsbGFo 44022 +S2l0 44023 +IGNvbnRyaWJ1dG9ycw== 44024 +0LPQvtGA 44025 +0LvQtdGA 44026 +IGJpbmRlcg== 44027 +IG1vZMOobGU= 44028 +7YWQ 44029 +IGludGVpcm8= 44030 +bWlz 44031 +ZmVyYQ== 44032 +2KfYsA== 44033 +TWFuaWE= 44034 +IO2ZnOuPmQ== 44035 +IOu0kOyalA== 44036 +IEpheg== 44037 +0ZbQu9GM0LrQuA== 44038 +cmlzaG5h 44039 +IOq1sA== 44040 +IHRhbWFuaG8= 44041 +IGFwcGxpYW5jZQ== 44042 +IFJlc2lzdGFuY2U= 44043 +IExPT0s= 44044 +IEh5cA== 44045 +IEhlaWw= 44046 +RmlyZQ== 44047 +dWp1 44048 +IGhlYWxz 44049 +IG1hbHQ= 44050 +IFZFUlk= 44051 +INGF0L7Rh9C10YjRjA== 44052 +IGxpbmdlcg== 44053 +IE5hcnI= 44054 +IFJlZ3VsYXI= 44055 +IExvb3A= 44056 +IExlbm8= 44057 +IHNvcnRpZQ== 44058 +IFNlcnZl 44059 +IOydtQ== 44060 +IEx1ZWdv 44061 +aXR0w6Q= 44062 +IHVuZGVz 44063 +IHNsaXBwZXJz 44064 +IG9uZGE= 44065 +IMSQw6J5 44066 +IHRhcGVk 44067 +IHRyYXZlcnNl 44068 +IHJlbGF0aXZpdHk= 44069 +IFlvc2hp 44070 +Y2pvbg== 44071 +aWxhdGVk 44072 +YWN0aXZlbHk= 44073 +INCh0L7Qsg== 44074 +IFBPTA== 44075 +0KDQmA== 44076 +aW5mbGFtbQ== 44077 +Y2hlZXJmdWw= 44078 +INee15DX 44079 +ID4+Ww== 44080 +bWluc3Rlcg== 44081 +INCy0LvQuA== 44082 +IGlkZW50aWZpZXI= 44083 +IExhbWJkYQ== 44084 +IHRyb3M= 44085 +IGZsYXdsZXNz 44086 +IGRldHJpbWVudGFs 44087 +IGJ1bmxhcsSx 44088 +V2Fy 44089 +IHJlZ2nDo28= 44090 +IEJpa2U= 44091 +Y2Vzc29ycw== 44092 +IGPDuW5n 44093 +IFJO 44094 +IOq9gw== 44095 +IGvDvMOnw7xr 44096 +IEJlZ2lubmluZw== 44097 +7Zi46w== 44098 +IGdld2U= 44099 +IGRlbm90ZQ== 44100 +IEFsYmVydG8= 44101 +IHByb2Jpb3Q= 44102 +IG9kZQ== 44103 +IG1vbGFy 44104 +IGJ1cnN0aW5n 44105 +YXNzdW1lZA== 44106 +IGZvb3RwcmludHM= 44107 +dmVkYQ== 44108 +IHN0ZXJvaWRz 44109 +IGZsYW1pbmc= 44110 +IEVsbGVy 44111 +IGVya2VubmVu 44112 +w6R0emVu 44113 +IGxpZmVjeWNsZQ== 44114 +IERPVQ== 44115 +IEthcmVuYQ== 44116 +IEd1ZXJyYQ== 44117 +IHNpbmlzdGVy 44118 +IHBvZMOpaXM= 44119 +IHBhcmFi 44120 +IG9rbw== 44121 +IG1hdMOpcmk= 44122 +IGNhcmlj 44123 +c29uYXJv 44124 +IHByYXRpY2FtZW50ZQ== 44125 +0YPRgdCw 44126 +IGNvbXVucXVl 44127 +IHZpZ2lsYW50 44128 +IHJlZ2ltZXM= 44129 +IFNob290aW5n 44130 +IHJhaWRz 44131 +IE5vcmE= 44132 +IFdpZWRlcg== 44133 +bWVucw== 44134 +INGB0L7QtA== 44135 +IOqyveyasOyXkOuKlA== 44136 +INCy0YXQvtC0 44137 +IGF1dG9iaQ== 44138 +IFNjaG4= 44139 +IFJvYmJpZQ== 44140 +IEZpdG5lc3M= 44141 +INC60L7QvdGE 44142 +IHBlbmd1aW4= 44143 +0LzQvtGC0YDRjw== 44144 +INC80LjQvdC40Lw= 44145 +cGxheXM= 44146 +IGRlbGVnYXRlcw== 44147 +TWVy 44148 +IHNpc3RlbQ== 44149 +IE1pY2hhZWxz 44150 +bWFsZQ== 44151 +2KfYuQ== 44152 +IGPDoWNo 44153 +IEjDpA== 44154 +INeZ15XXk9ei 44155 +IHN1cGVycG93ZXI= 44156 +IHN0cm9u 44157 +IHJvdmVy 44158 +IGTDqXBlbmQ= 44159 +IHJldGlyaW5n 44160 +IHZhbXBpcmVz 44161 +IG1lcmRl 44162 +IENoYW5naW5n 44163 +IHRhbWU= 44164 +IHNwb2tlc3BlcnNvbg== 44165 +IGNheQ== 44166 +IGZsaXJ0aW5n 44167 +IEdyw7Y= 44168 +IHfDpHI= 44169 +IHd5Yg== 44170 +IGNvZXVy 44171 +4bqhbmg= 44172 +IOyZgOyEnA== 44173 +IGNvbm5haXM= 44174 +IEh1bmRyZWRz 44175 +IEJlYQ== 44176 +IM6xz4A= 44177 +cHJ1Y2g= 44178 +IHNvY2llZGFkZQ== 44179 +IFdoaWxzdA== 44180 +IEthaXQ= 44181 +ZXNwYWNl 44182 +IGNoaWE= 44183 +IEVybQ== 44184 +IOuwlOq/ 44185 +IGZlbmNlcw== 44186 +IE1vcnRhbA== 44187 +6rKB 44188 +INCz0YDQsNGE 44189 +IEhvbWVsYW5k 44190 +IEpVTg== 44191 +aXNzdA== 44192 +IHBhcmxhcg== 44193 +IHNwb3J0eQ== 44194 +w6lv 44195 +IGRlZXBlbg== 44196 +IEJlaGF2aW9y 44197 +IGVycmFuZA== 44198 +IHJvdGFyeQ== 44199 +IFdlbGxpbmd0b24= 44200 +V2luZA== 44201 +IG1lc2VsYQ== 44202 +4bqjbmc= 44203 +aWVuZGU= 44204 +IGV4Y2VsbA== 44205 +IEdlbml1cw== 44206 +IEVkdWFyZG8= 44207 +IMWfdW51 44208 +IMSwc3RhbmJ1bA== 44209 +IHByb2R1dG8= 44210 +IOOFjuOFjg== 44211 +T0ZG 44212 +IHdvbGx0 44213 +IOuJtOyKpA== 44214 +IGxhc3M= 44215 +IGhlcnR6 44216 +IGFyb21hdGlj 44217 +INC30LLQvtC9 44218 +IGF1dG9j 44219 +IEx1c3Q= 44220 +IDExMg== 44221 +IM6X 44222 +IHJldmlld2Vycw== 44223 +IHJlY2VwdGl2ZQ== 44224 +w6JuZA== 44225 +b2dsbw== 44226 +IOyVhOuLmQ== 44227 +IG5nbw== 44228 +0ZbRgtC4 44229 +w6V0 44230 +Y29ubw== 44231 +IHRla3Jhcg== 44232 +IOyjvOqzoA== 44233 +IGdlbG1pxZ8= 44234 +IGJlZHRpbWU= 44235 +IEFyZ2g= 44236 +QURB 44237 +INCz0L7RgNC+0LTQsA== 44238 +IMSH 44239 +IGFsbGlhbmNlcw== 44240 +Z2lnZ2xpbmc= 44241 +IHllcmRl 44242 +IHNwaWVz 44243 +IGd1dGVz 44244 +w6dp 44245 +IGFsbHRpZA== 44246 +IExhaA== 44247 +npDr 44248 +IGRva8WCYWQ= 44249 +2YjZig== 44250 +IHRveGljaXR5 44251 +IGNhbmNlbGxhdGlvbg== 44252 +IDE5NTg= 44253 +ZHJv 44254 +IOyekeydgA== 44255 +IE1vdG9yb2xh 44256 +IG11bHRpbg== 44257 +IGVudGh1c2lhc3Rz 44258 +IE1pZ2h0eQ== 44259 +IENvY29udXQ= 44260 +OuOAjA== 44261 +IFBpY3R1cmVz 44262 +IHNhbmdyZQ== 44263 +IGJsaW5raW5n 44264 +b2xlc29tZQ== 44265 +IOyKpO2DgOydvA== 44266 +RlA= 44267 +IGJvb21pbmc= 44268 +INC00LXRgdGP0YI= 44269 +IHJhdGNoZXQ= 44270 +IHRpbWVsaW5lcw== 44271 +bGVuZXNz 44272 +IGNhZ2Vz 44273 +IEdvb2RuaWdodA== 44274 +b21ldGltZXM= 44275 +IGN1bm5pbmc= 44276 +IFJpc2s= 44277 +dWxlZA== 44278 +ZGFkZQ== 44279 +IHByYXRh 44280 +IGd1c3RhcsOtYQ== 44281 +YW11cw== 44282 +IEppbnBpbmc= 44283 +IGVzdHJ1dA== 44284 +IGRlc2NvYnJpcg== 44285 +IE3EgQ== 44286 +IEFsbGFu 44287 +INec16c= 44288 +IHByZXNlcnY= 44289 +IFN0cmF3YmVycnk= 44290 +xI8= 44291 +THU= 44292 +IGtybw== 44293 +IFJlcG9ydHM= 44294 +7IWU7JW8 44295 +IHZhbHQ= 44296 +IHBvdXZhaXQ= 44297 +IGFwcGFy 44298 +IEJvbmU= 44299 +IHByZWZlcmFibHk= 44300 +IFJlcMO6YmxpY2E= 44301 +IGhlcnpsaWNo 44302 +IGNoaW1uZXk= 44303 +IMOnZXY= 44304 +IHZpc2Fz 44305 +IHZlcnI= 44306 +IGN1bHRpdmF0aW9u 44307 +IEFybWVuaWE= 44308 +INCy0LTRgNGD0LM= 44309 +IGNvY2tybw== 44310 +cmV0Y2hlZA== 44311 +YXJ0eg== 44312 +INC70Y7QtNGP0Lw= 44313 +IHBvbMOtdGljYXM= 44314 +IFBhbno= 44315 +IEFLQQ== 44316 +IOuIjOufrA== 44317 +IGVycm8= 44318 +IGNhbXBlcg== 44319 +IDEwMg== 44320 +4KS4 44321 +ZG9uZQ== 44322 +IGhvYXJk 44323 +INCf0L7RgtC+0Lw= 44324 +amVvbmc= 44325 +IGRlc3Rh 44326 +cGFr 44327 +IGluaW0= 44328 +IGdyb3dlcnM= 44329 +IE1lc3NhZ2U= 44330 +IGVsZWN0b3I= 44331 +ZW5nYWdl 44332 +IEZvcmJlcw== 44333 +IENpbmNpbm5hdGk= 44334 +IGRpZmbDqXJlbmNl 44335 +ZGY= 44336 +IHNwYXI= 44337 +IGF3YWl0cw== 44338 +IFVTU1I= 44339 +IFJpc2luZw== 44340 +IEhvxZ8= 44341 +IGZvb3Rpbmc= 44342 +IGNvbmRpY2lvbmVz 44343 +0YLQvtGA0L7Qsg== 44344 +IGNsaW5pY2lhbg== 44345 +IERpc2t1c3M= 44346 +16jXkg== 44347 +16U= 44348 +aXRlaXQ= 44349 +Z3Jlbg== 44350 +IGNoYXJpc21h 44351 +IGxldWtl 44352 +IGlycml0YXRpbmc= 44353 +IGNpcmNh 44354 +IFJob2Rlcw== 44355 +IHBpb3I= 44356 +IGhhbmRpY2Fw 44357 +cm95YWJsZQ== 44358 +IHZ1bGw= 44359 +T0c= 44360 +IGluw61jaW8= 44361 +aWVyaQ== 44362 +IHNwbGFzaGluZw== 44363 +IGRlbWlzZQ== 44364 +IGFzc2lzdGly 44365 +0YfRgtC+ 44366 +IGNvdmVydA== 44367 +IEd1ZA== 44368 +4LiJ 44369 +a2zDpHI= 44370 +IOyekOq+uA== 44371 +IHZlcsOkbmRlcnQ= 44372 +IFJFTQ== 44373 +IENvbnZlbg== 44374 +YXRnZQ== 44375 +IHBpZXJ3c3pl 44376 +IGNsZXJneQ== 44377 +bGluZ3Rvbg== 44378 +bGl2 44379 +VlBO 44380 +INGB0L7QttCw0Ls= 44381 +IEhhdGU= 44382 +z4bOvw== 44383 +IFJlc3BvbnM= 44384 +0L7Qt9C0 44385 +IGV0bWVr 44386 +IGNoZW1pbg== 44387 +2YXYqQ== 44388 +IOqwgOyhsQ== 44389 +VHJl 44390 +IHVtYXM= 44391 +IEJ1cnRvbg== 44392 +IHBhdHJpYXJjaA== 44393 +IFNtaXRoc29uaWFu 44394 +pZg= 44395 +TW9vbg== 44396 +QWly 44397 +IG1lZGlvcw== 44398 +IGVyYXNlcg== 44399 +IHdvbGx0ZW4= 44400 +IHBhcmVpbA== 44401 +IEJpbGxpZQ== 44402 +0LXRgNGC0LI= 44403 +IHBhcmxhbWVudA== 44404 +IGFnb255 44405 +IFFVRQ== 44406 +c2VxdWVudGx5 44407 +QW5vdGhlcg== 44408 +IFdoZXc= 44409 +IEFubnVhbA== 44410 +IHNlYmVu 44411 +7IOB7J2E 44412 +dmFsdWVz 44413 +npzrp4w= 44414 +IHNpbm9u 44415 +ZXJlYWw= 44416 +IEVubGlnaHQ= 44417 +IENoZW1pc3RyeQ== 44418 +IENhdGFsdW55YQ== 44419 +IGRvY3Ry 44420 +YW50b24= 44421 +IHN0dWs= 44422 +IFBsYXRl 44423 +IEthcmRhc2hpYW4= 44424 +IGZpbG9z 44425 +IFdldA== 44426 +INC/0L7Qv9GL0YI= 44427 +IHVua25vd25z 44428 +IFNjaG9u 44429 +IEJhbGR3aW4= 44430 +IHRlbGVzY29wZXM= 44431 +IEd1Y2Np 44432 +b3hpZGU= 44433 +IENvbnNlcnZhdGl2ZQ== 44434 +7ISx7J2E 44435 +IGhpbmF1cw== 44436 +UG93ZXI= 44437 +IOqxtOqwlQ== 44438 +IHByZXZhaWw= 44439 +b3JtYW4= 44440 +bWFjaGluZQ== 44441 +IDE5NDY= 44442 +IHVuYmVs 44443 +IHNjaGF1dA== 44444 +IHBpZWw= 44445 +ZWVudGg= 44446 +IG9iamVjdGl2ZWx5 44447 +IGNoYWtyYQ== 44448 +YXVkaW8= 44449 +IGNoaWNvcw== 44450 +IFZhdWx0 44451 +IG1lZGljaW5hbA== 44452 +IFRhaWw= 44453 +V2hpbGU= 44454 +IGFzcGhhbHQ= 44455 +IGZyb3pl 44456 +IEVL 44457 +dW5jaGluZw== 44458 +bm9zaXM= 44459 +MjAxNQ== 44460 +IEdyaQ== 44461 +IG9kZGx5 44462 +IE3DpHI= 44463 +IEFlZw== 44464 +Y29sbw== 44465 +UGFy 44466 +IOuTpOyWtOs= 44467 +IHZpbmRlbg== 44468 +IE9WRVI= 44469 +IGljZWQ= 44470 +IHNjb3Jw 44471 +IGhhYw== 44472 +cXVhbGlmaWVk 44473 +INGD0LLQuNC00LXRgtGM 44474 +ZXJtbw== 44475 +SEVO 44476 +IHNvaQ== 44477 +IG11bHRpcGxlcw== 44478 +IGxheW91dHM= 44479 +IGJsaW5kbmVzcw== 44480 +IEJvd3Nlcg== 44481 +INC/0L7QtNGC 44482 +IMOO 44483 +dmVudGlvbmFs 44484 +IG1hdGE= 44485 +bWFkxLE= 44486 +IGdlZXo= 44487 +IGNhZGVuY2U= 44488 +IHdhxbxuZQ== 44489 +IENocmlzdGll 44490 +dmVuZ2U= 44491 +Q2FsbA== 44492 +IHR1cm5hcm91bmQ= 44493 +IGJsb2I= 44494 +INCv0Lo= 44495 +IFZvaWNlb3Zlcg== 44496 +IHBlcmls 44497 +IEphaW1l 44498 +IEhPWQ== 44499 +bGFuZQ== 44500 +IHNlYmVs 44501 +IER1bw== 44502 +IEhpc3RvcmljYWw= 44503 +IGRuaQ== 44504 +IGdlbWE= 44505 +eWs= 44506 +IHNhYmVt 44507 +4bqvbmc= 44508 +IHZhcnM= 44509 +IFJvbm5pZQ== 44510 +IFJvbmFsZG8= 44511 +IFBlcnF1w6g= 44512 +bnNpbm4= 44513 +aGFpcg== 44514 +IHJlbGVudGxlc3M= 44515 +IGx5bg== 44516 +IHRyYXZlbGVy 44517 +bmluZQ== 44518 +IGFudGlt 44519 +IOy8gA== 44520 +IHNub3diYWxs 44521 +INGF0LDRgNCw0LrRgtC10YA= 44522 +IGludGVybnM= 44523 +IGNvbnN0aXR1ZW5jeQ== 44524 +INCd0LDQvA== 44525 +15zXnA== 44526 +VkVM 44527 +IHZpa3RpZ3Q= 44528 +IGFwb3lv 44529 +2YTYqA== 44530 +IGphcmQ= 44531 +IGhlaWdodGVuZWQ= 44532 +0YDQvtGB0YI= 44533 +IFNNSVRI 44534 +INC00LXQu9Cw 44535 +IHJlcGFpcmluZw== 44536 +IHJpZ3Q= 44537 +IFNoZWlraA== 44538 +IEJyaXRuZXk= 44539 +IGV2ZXJ5dGltZQ== 44540 +IGFkdmVudHVyb3Vz 44541 +b2NrZXk= 44542 +ZXJudA== 44543 +IGF0YXF1ZQ== 44544 +IEFsdGVybmF0aXZlbHk= 44545 +ZWZmZWN0 44546 +IHBhbGF2cmFz 44547 +IEVsbGlvdHQ= 44548 +IHLDqXVzc2k= 44549 +IGh5cGVydGVuc2lvbg== 44550 +IE1hbnVhbA== 44551 +IHByb3BoZXRpYw== 44552 +IGhhbmRj 44553 +0YzQtQ== 44554 +IHJlZnJhaW4= 44555 +IFNxdWlk 44556 +7J6h 44557 +INC60L7QvNCw0L0= 44558 +w6RsbGVu 44559 +IGxsZWfDsw== 44560 +IGJhc2g= 44561 +aW9ueQ== 44562 +INGB0LrQu9Cw0LQ= 44563 +INC60LDQsQ== 44564 +IGNhcmVsZXNz 44565 +IFBvb2w= 44566 +IHRyw6Fz 44567 +IGZpbHM= 44568 +IFNjaHI= 44569 +IHNwcmF3ZA== 44570 +IE1vbmF0ZW4= 44571 +IHVuZm9yZ2V0dGFibGU= 44572 +IENvdHRvbg== 44573 +IGluY29udmVuaWVudA== 44574 +IFJY 44575 +b3Jpcw== 44576 +IGh1bWJsZWQ= 44577 +16rXlw== 44578 +INii2b4= 44579 +IGluY3Jlw60= 44580 +IEtvbW1lbnRhcmU= 44581 +cmFjacOzbg== 44582 +IHZhbnRhZ2U= 44583 +IFNlYWw= 44584 +IOydtOqxsOulvA== 44585 +IGpvdWU= 44586 +IOyYpOuemA== 44587 +INC40YHQv9GL0YI= 44588 +b2Jlbg== 44589 +IGdyYXRl 44590 +IGNvbnRyb2xl 44591 +IFBlcmN5 44592 +xYJhZGE= 44593 +IHNpbXVsdGFuZW91cw== 44594 +IHByb3RvdHk= 44595 +IGdyb8OfZXI= 44596 +IGJld3Vzc3Q= 44597 +aW5pemk= 44598 +IHBhc3NpZXJlbg== 44599 +IEhhcHBpbmVzcw== 44600 +c2hp 44601 +Z2VodA== 44602 +IHN0YXRpb25lZA== 44603 +IEVyZ2Vibmlz 44604 +IGRpcmVjdGFtZW50ZQ== 44605 +IHN1cnZpdmVz 44606 +IHBlcnNvbmVz 44607 +QkVSRw== 44608 +IHZvbWl0aW5n 44609 +IGNvbmhlY2Vy 44610 +IGFkam91cg== 44611 +IENpdmlj 44612 +cGVp 44613 +YnVyc3Q= 44614 +IOuLpOuLiA== 44615 +6Y8= 44616 +IHNsZWQ= 44617 +IHBsYXRhZm9ybWE= 44618 +IFNlY3Q= 44619 +IERlZmlu 44620 +w6lub20= 44621 +Y2huZXQ= 44622 +IHByb2ZpdGFiaWxpdHk= 44623 +IGVycmVpY2h0 44624 +4buPaQ== 44625 +Y2F0aW9u 44626 +IOyngOq4 44627 +IHBlcmRyZQ== 44628 +IGZlbG9ueQ== 44629 +IDE5NTc= 44630 +IHVuc3VjY2Vzc2Z1bA== 44631 +IG5hZ3lvbg== 44632 +IGVsYXN0aWNpdHk= 44633 +IGZhY2FkZQ== 44634 +IGVhcnRobHk= 44635 +INCw0LzQtdGA0LjQutCw0L0= 44636 +IGNvbm4= 44637 +Y2xh 44638 +RHU= 44639 +IHBvbGl0aXF1ZXM= 44640 +IGhhbG8= 44641 +aWFudGVz 44642 +INC80L7QtdC5 44643 +dG9uZXM= 44644 +ZWxpZXI= 44645 +aHRha2luZw== 44646 +IHdpY2h0aWdl 44647 +IGFubm8= 44648 +IExvaw== 44649 +aWxsaW9ucw== 44650 +IHZpdmVy 44651 +IHNvbGNoZW4= 44652 +IHN1Zg== 44653 +IFNhbHo= 44654 +IE52aWRpYQ== 44655 +enVnZQ== 44656 +IFNwaWtl 44657 +VmlkZW8= 44658 +IHR3b3I= 44659 +IEFsYQ== 44660 +IGhhbnlh 44661 +IEFkbQ== 44662 +7J21 44663 +IFBhdGllbnRlbg== 44664 +IE9uaW9u 44665 +IEtvYmU= 44666 +IFNjZW5l 44667 +IFJhc2g= 44668 +0YDQsNGB0YI= 44669 +aXN0YW5p 44670 +R2VuZXJhbA== 44671 +bGV5ZQ== 44672 +aW1iYXA= 44673 +IGNvbmNlYWxlZA== 44674 +IEZyaWRheXM= 44675 +IFdvb2w= 44676 +INC90L7QstGL0YU= 44677 +2LTYsQ== 44678 +IOqysOqzvA== 44679 +IGplZG9jaA== 44680 +tOyLnA== 44681 +k6Trj4Q= 44682 +IOyepeuCnA== 44683 +dWt0 44684 +TG91 44685 +IOuoueyWtA== 44686 +IEV4cGVjdA== 44687 +INC00L7QvNC+0Lk= 44688 +IGlycmVzcG9uc2libGU= 44689 +IGFjZXJjYQ== 44690 +IFp1c3Q= 44691 +16jXmA== 44692 +VUk= 44693 +IHlvdXR1YmVycw== 44694 +IFBvc2l0aXZl 44695 +IHNvY2lvZQ== 44696 +IHNuYXRjaA== 44697 +IHJlZnJlc2hlZA== 44698 +IG5vbWluYXRpb25z 44699 +IFBhdHQ= 44700 +IG9ic29sZXRl 44701 +IGRlbWnFnw== 44702 +b3JtdcWf 44703 +IOyGlOynge2eiA== 44704 +IGZsYQ== 44705 +IGNyYXppZXN0 44706 +IFppZQ== 44707 +IFTDug== 44708 +emVw 44709 +aWNlbQ== 44710 +IOupi+yeiA== 44711 +IGN5bmljYWw= 44712 +IHRyZXNw 44713 +IGNyYXo= 44714 +1aXV 44715 +IG5lbGxl 44716 +IG1waA== 44717 +IE5lcmVk 44718 +IEtvYg== 44719 +IEVjaw== 44720 +qLjri4g= 44721 +SmFu 44722 +INCi0L7Qs9C00LA= 44723 +IGRlY2k= 44724 +IFZvZw== 44725 +IGJ1YmJsaW5n 44726 +w7ph 44727 +IHByb2R1Y3Rvcw== 44728 +aWJlcmFs 44729 +IHJlcGxpY2F0ZWQ= 44730 +IEltcHJvdmU= 44731 +aWxsYXJ5 44732 +Q2hh 44733 +IHLDqWR1 44734 +g5DtlZjrqbQ= 44735 +IGNvbm5vdA== 44736 +IEtyaXQ= 44737 +INC00YPRhdC+0LI= 44738 +IHRyZWFkbWlsbA== 44739 +IFBX 44740 +INC30L7QstGD0YI= 44741 +IGNsYW1z 44742 +IGRyYWZ0aW5n 44743 +IDE5NTY= 44744 +dW50YQ== 44745 +IGV4cGVuZGl0dXJlcw== 44746 +IEhvb3Zlcg== 44747 +V09P 44748 +0YjQtdC1 44749 +IGRlZHVjdGlvbg== 44750 +bW9uYXJ5 44751 +IHJlY2li 44752 +IHBvdm8= 44753 +IOuNlOs= 44754 +IFBBTA== 44755 +IEJsb3c= 44756 +IHd5cA== 44757 +IGRlc3RhYw== 44758 +ZGVhbA== 44759 +R3JhZW1l 44760 +IG7DqWNlc3NhaXJl 44761 +IGRhbW5lZA== 44762 +IDE5Mzg= 44763 +IOyLpOygnOuhnA== 44764 +IHRyb29w 44765 +IGluc2lnaHRmdWw= 44766 +IFRK 44767 +INC+0YHQsg== 44768 +IGZpZGVsaXR5 44769 +IFNraXA= 44770 +IE1heW8= 44771 +66ed 44772 +YXBwZQ== 44773 +IGJsYXM= 44774 +IFdZ 44775 +IEdO 44776 +Y3Rhcg== 44777 +U3U= 44778 +IGN1ZW50 44779 +aGV3cw== 44780 +IGNvcnBzZXM= 44781 +QWJz 44782 +IHdhc3Rld2F0ZXI= 44783 +IGNpZWs= 44784 +IE9udQ== 44785 +IGV4cGxvc2l2ZXM= 44786 +IGFybWE= 44787 +IFNURVBIQU4= 44788 +cG9saXRpaw== 44789 +IE9zYWth 44790 +dGHFgg== 44791 +IHlhcMSxeW9y 44792 +IGl6cXVpZXI= 44793 +IGJlbGV6YQ== 44794 +IFd5YXR0 44795 +IHN1aw== 44796 +IHNwZWNqYWw= 44797 +IGRhbmtl 44798 +d2hpc3RsZQ== 44799 +IGbDrXNpY2E= 44800 +IEhhcnJpZXQ= 44801 +IOyVhO2MjA== 44802 +IHdpbGxrb21tZW4= 44803 +aXBpbmc= 44804 +INGB0LzQvtGC0YDQuNGC0LU= 44805 +INC80L7QttC10YjRjA== 44806 +IGluYWNjdXJhdGU= 44807 +IGFycm9nYW5jZQ== 44808 +IFJlbW8= 44809 +zrPOrA== 44810 +YXNzZWQ= 44811 +IGRlbGl2ZXJpZXM= 44812 +IHN0aW5reQ== 44813 +INC/0LXRgNC10LY= 44814 +amF5 44815 +IHRyYW5zaXRpb25hbA== 44816 +IHJlcmU= 44817 +IE5HT3M= 44818 +IEFUTQ== 44819 +2K7Yqg== 44820 +aW9sb2d5 44821 +INCy0LvQsNC0 44822 +IHNjaG1l 44823 +IFNoaW5l 44824 +7JWh 44825 +cGFudHM= 44826 +IHNlcmdl 44827 +IHNlbmhvcg== 44828 +IGFiZHVjdA== 44829 +IEJyeWFudA== 44830 +VkVT 44831 +IGF3YWtlbmVk 44832 +IExheg== 44833 +cm9wb2xpcw== 44834 +IExhbw== 44835 +IHZpbGxh 44836 +IHN1bW1lcnM= 44837 +IGVudGhhbA== 44838 +IDE5NDk= 44839 +Vmlh 44840 +IOyWtOyo 44841 +IHRlbmRvbg== 44842 +IHZpb2xldA== 44843 +IGludGVsbGVjdHVhbGx5 44844 +IGJvdW5jZWQ= 44845 +YXJhdXM= 44846 +IDE5MTk= 44847 +IHZyYWFn 44848 +IHNwZWw= 44849 +IFNjaHdhcg== 44850 +U2NvdHQ= 44851 +IEluZG8= 44852 +IOunnQ== 44853 +IGNhbm9uaWNhbA== 44854 +IElLRQ== 44855 +IHRoYXTDrXM= 44856 +IG1lbGxhbg== 44857 +aWdtYXQ= 44858 +Q291bGQ= 44859 +Li4uPyk= 44860 +IGZvYXJ0ZQ== 44861 +IEt1bWFy 44862 +cmVuZG8= 44863 +IMOpbMOp 44864 +4LQ= 44865 +dmFsdWF0aW9u 44866 +Y2FzZXM= 44867 +IGludHVpdGl2ZWx5 44868 +aG9uZw== 44869 +ZXR0ZWQ= 44870 +IHNvdXZlbg== 44871 +IG1vcmI= 44872 +IGNvcnM= 44873 +IE5W 44874 +IEhhc2Fu 44875 +aWV2ZWQ= 44876 +IOyngOq4iOydgA== 44877 +IGR1bXBsaW5n 44878 +IGNvbnRyw7RsZQ== 44879 +IGFtYmlndWl0eQ== 44880 +IGNvZw== 44881 +IFNjcmlwdHVyZXM= 44882 +IGNhaQ== 44883 +IGJldmVy 44884 +IGh1aXM= 44885 +IGFpbWU= 44886 +IGVya2zDpHJlbg== 44887 +IExN 44888 +IEZleQ== 44889 +4K6x4K6k 44890 +IHN1cGVydmlzZWQ= 44891 +IGpld2U= 44892 +c3Bs 44893 +INGG0LXQvdGC0YA= 44894 +IGNvbGxpc2lvbnM= 44895 +2YTZgQ== 44896 +IEhvZ3dhcnRz 44897 +IER1cmhhbQ== 44898 +15XXow== 44899 +IHBob3NwaGF0ZQ== 44900 +IG92ZXJzZWU= 44901 +IGluc3BlY3Rpb25z 44902 +IGJyaW5j 44903 +IFphaw== 44904 +IHBheW9mZg== 44905 +IGNoYXVk 44906 +IEh1bmdlcg== 44907 +w6Nvcw== 44908 +dmly 44909 +IGZpYW5jZQ== 44910 +IGJvdWc= 44911 +bGl2ZWQ= 44912 +Y3J5 44913 +IGpvaW50bHk= 44914 +IGdpcmxmcmllbmRz 44915 +IE5leHVz 44916 +pqzqsqDsirXri4jri6Q= 44917 +IEt3YW5n 44918 +xYLEmQ== 44919 +IE5lZGVu 44920 +aWVjZQ== 44921 +IGluc2VydGluZw== 44922 +IE11bW15 44923 +IEdsb2Jl 44924 +IGxlZQ== 44925 +IGdlcm1hbg== 44926 +IGNyZWFtcw== 44927 +YWNobw== 44928 +IGNoxrBh 44929 +IEdhbGlsZQ== 44930 +IGbDvHJz 44931 +IGVzdGl2ZXI= 44932 +Y2lkb3M= 44933 +Q2hyaXN0aWFu 44934 +IGxvcnNxdQ== 44935 +IGN1dGVzdA== 44936 +dmFsZQ== 44937 +INC60YDQtdC/ 44938 +IHdhcnk= 44939 +IHNsaWNpbmc= 44940 +IGVzcGVyYW5kbw== 44941 +IFZhbmRlcg== 44942 +IERlaXhh 44943 +IDE5NTQ= 44944 +IG3Ds3dpxIU= 44945 +0ZbRlA== 44946 +IHRvb2xpbmc= 44947 +IHJlc3Rvcg== 44948 +IHBvc2ljacOzbg== 44949 +IGludGVudGFy 44950 +IEFwYWNoZQ== 44951 +T1VM 44952 +INmI2Kg= 44953 +IG1hdGnDqHJl 44954 +IGxpbmVu 44955 +IGVzdHJhdMOpZw== 44956 +IE11dHRh 44957 +IHBhcnRpbmc= 44958 +IG1pbmltaXppbmc= 44959 +IGFwcHJlbmRyZQ== 44960 +INCw0L3Qs9C70LjQuQ== 44961 +IERvbw== 44962 +IEZpcmVmb3g= 44963 +Y8OzbW8= 44964 +IGdlb3BvbGl0 44965 +IG1ha2Fu 44966 +IG1vZ2VsaWpr 44967 +IM+AzrXPgc65 44968 +IGPhu6k= 44969 +IGluc3RhbGxlcg== 44970 +IGRpYnVq 44971 +IEhlYXRo 44972 +bG9vcA== 44973 +IEJyb2tlbg== 44974 +SFlVTg== 44975 +c2hlbGY= 44976 +IGZpemVy 44977 +IGVuaGFuY2Vz 44978 +INC00L7RgdGC0Lg= 44979 +IFBVQg== 44980 +IEtvbGxlZ2lu 44981 +IGF0dGFpbmVk 44982 +xL4= 44983 +IG1pc3RyZXNz 44984 +IE9mdGVudGltZXM= 44985 +157Xmded 44986 +IGJld2U= 44987 +IFNvcmE= 44988 +cmF1ZW4= 44989 +YmF1bQ== 44990 +IHJvbGxlcnM= 44991 +IG1lcmluZw== 44992 +IFBBQw== 44993 +INC90ZY= 44994 +IFLDqXB1YmxpcXVl 44995 +INGC0YDQsNCy 44996 +IFZhbmd1YXJk 44997 +dWNpb25lcw== 44998 +IOustOuMgA== 44999 +IGdvdXI= 45000 +r6Q= 45001 +IM+J 45002 +IHNhdW5h 45003 +IHBlaW5l 45004 +IFZhbGVyaWU= 45005 +IFNpa2g= 45006 +ZmVuZGltaXo= 45007 +YmVybw== 45008 +INGH0Lg= 45009 +IGRvxZt3aWFk 45010 +IEV1cm9z 45011 +IGNvbW1lbnRhaXJlcw== 45012 +IHR3ZWFrcw== 45013 +IEZhc3Rlcg== 45014 +INGA0LDRgdC6 45015 +IHByb2dyZXNzaXZlbHk= 45016 +IEV1Y2g= 45017 +Ym9ybw== 45018 +IEluZ3JlZA== 45019 +Q2Fw 45020 +IHVuY2hlY2s= 45021 +IOyYpOuluA== 45022 +IHdyZQ== 45023 +IEZU 45024 +w7ZydW5n 45025 +IG1lbW9yaXplZA== 45026 +IERpbm5lcg== 45027 +IFBoZXc= 45028 +b3VibA== 45029 +IHB1dGE= 45030 +IGFkbWl0cw== 45031 +0LXQt9C00LU= 45032 +b3BvZA== 45033 +IHBhbmRh 45034 +IGhpbmdlcw== 45035 +Y2lwZQ== 45036 +IHRyYW5zYWN0 45037 +IHBvZGlh 45038 +IHBpY3M= 45039 +IGNyaXRlcmlvbg== 45040 +IE9yY2hlc3RyYQ== 45041 +IEJsb2c= 45042 +IHNvbGVtbg== 45043 +IFBpeGFy 45044 +VGhyZWU= 45045 +INCy0L3QuNC3 45046 +IFZvbHVudGU= 45047 +IFNhdmFnZQ== 45048 +IFBWQw== 45049 +IENhZg== 45050 +IHd5a29u 45051 +IGdyYWRlcnM= 45052 +IGNyb3VjaA== 45053 +IGNsaWNoZQ== 45054 +IHNveWJlYW5z 45055 +IE1VUg== 45056 +IEdvbnphbGV6 45057 +IE1pbWk= 45058 +IEJvbHNvbmFybw== 45059 +IGRpYXBocmFn 45060 +IGJpbGFuZw== 45061 +65CY64qU 45062 +IHJlZ3VsYXRpbmc= 45063 +TWM= 45064 +SnVkZ2U= 45065 +INC90L7Qtg== 45066 +IGpha8SF 45067 +aXRlc3Nl 45068 +IFdpag== 45069 +IGxhdGE= 45070 +Z3JvYW5pbmc= 45071 +UE9TSU5H 45072 +INeQ15XXqteV 45073 +IGhhZ2E= 45074 +IGdyb3VuZGluZw== 45075 +IHZpb2xlbnRseQ== 45076 +IHRpbGxz 45077 +IGVuZ2Fn 45078 +IEhvbGxvdw== 45079 +INC/0L7Qv9GD0LvRj9GA 45080 +IHdwcm93YWQ= 45081 +IHJlcGxhY2Vz 45082 +IGZsdW9yZXNjZW50 45083 +dXJnaWNhbA== 45084 +aWdnbHk= 45085 +IFRyYWRpdGlvbmFs 45086 +dHRl 45087 +INmE2Yc= 45088 +IHBob3NwaG9ydXM= 45089 +IGFwcm9u 45090 +IFdhdGVycw== 45091 +IEt1bHR1cg== 45092 +0LDQstCw0Lk= 45093 +IG9saXZlcw== 45094 +INeU15DXnA== 45095 +IHRlaWx3ZWlzZQ== 45096 +IHNlbmNpbGw= 45097 +IHByZW5kcw== 45098 +IG5hcnJvd2Vy 45099 +IGrDpHR0ZQ== 45100 +IEluZm9ybWF0aW9uZW4= 45101 +7IOB7J20 45102 +IHN0YXJ2ZQ== 45103 +IGZyaWNr 45104 +IEJld2Vn 45105 +4KSy 45106 +IGRvbHBoaW4= 45107 +IExBVUdIVEVS 45108 +IElOVEVSVklF 45109 +IHlhbmzEscWf 45110 +IHRvcnBlZG8= 45111 +IHNob3J0YWdlcw== 45112 +7J2065Oc 45113 +xLFsZMSx 45114 +IHBhd3M= 45115 +IG96b25l 45116 +IGN1bHRpdmF0ZWQ= 45117 +IEZvdA== 45118 +IG5vdG9y 45119 +0L3QvtC3 45120 +INC60L7RiA== 45121 +IHRvdWNoc2NyZWVu 45122 +IEFsbHk= 45123 +IOunm+yeiOyWtOyalA== 45124 +INCh0LXRgA== 45125 +INCy0L/QvtC70L3QtQ== 45126 +IHBhcHJpa2E= 45127 +IER1c3Rpbg== 45128 +IGVmZWN0bw== 45129 +IG9waW5p 45130 +IG11dXQ= 45131 +IGjhu41j 45132 +IGludGVyamVjdA== 45133 +xJl0 45134 +IGJ1dHRz 45135 +dXJleg== 45136 +IFBpa2U= 45137 +IEhvaw== 45138 +IEd1aW5lYQ== 45139 +IENhdGhlZHJhbA== 45140 +IDE0MDA= 45141 +Q3Jh 45142 +Kyw= 45143 +66eb 45144 +s7Trj4TroZ0= 45145 +YWJ5cmlu 45146 +IHZpZGVvZw== 45147 +INC+0YDRg9C2 45148 +IHXFvg== 45149 +IGJ1c2NhbmRv 45150 +IEFzc2lzdGFuY2U= 45151 +IG1lbGhvcmVz 45152 +7KG0 45153 +IOuBvA== 45154 +IFJK 45155 +INiq2YU= 45156 +IG9taW4= 45157 +IG1vdG9yY3ljbGVz 45158 +IFNhcHA= 45159 +IHN1cHBseWluZw== 45160 +IEFsZ3Vu 45161 +IGFlcm9zcGFjZQ== 45162 +16LXnA== 45163 +b2NjdXA= 45164 +bGVpc3Q= 45165 +IOqxsOuKlA== 45166 +IGNvbXBsZXRh 45167 +YnJlcw== 45168 +ISg= 45169 +INCf0YDQtdC0 45170 +IGRpc2FkdmFudGFnZWQ= 45171 +IEF0dGVuZA== 45172 +IEp1ZGFo 45173 +4buLY2g= 45174 +eWxlbmU= 45175 +YWN0bHk= 45176 +IHNldHVwcw== 45177 +IGFtbW9uaWE= 45178 +IFNjaHdlaXo= 45179 +IFNoYW1l 45180 +IGJhbmRl 45181 +IEZ1ZWw= 45182 +IHRyb3VibGVzb21l 45183 +IG51bWVybw== 45184 +IE1PTQ== 45185 +INC/0YDQtdC00LvQsNCz 45186 +bWVudGlvbmVk 45187 +INCx0L7Qu9GM0YjQvtC1 45188 +IFZpa3Rvcg== 45189 +IFN0eWxlcw== 45190 +IGNydWNpZmllZA== 45191 +cnVjdHVyZWQ= 45192 +ZW52aXJvbg== 45193 +IG1vcmFscw== 45194 +IG1lZGl0YXRpbmc= 45195 +IGF4aWFs 45196 +aXNhbmNl 45197 +IEFic3Q= 45198 +R3JlZW4= 45199 +IOqxtOw= 45200 +IHF1YWRyYW50 45201 +IHBlcmdp 45202 +IGNhbWVyYW1hbg== 45203 +IFNlcXU= 45204 +IHBhdXNlZA== 45205 +IExhdWdoaW5n 45206 +6reA 45207 +Py4u 45208 +IMW7ZQ== 45209 +IHBlcm1pdGly 45210 +IGRldGVjdG9ycw== 45211 +IEhVRA== 45212 +YXZhbA== 45213 +IOyXrOq4sOq5jOyngA== 45214 +IGh1YnM= 45215 +IGJlc3RpbW10 45216 +INCx0YPQtNC10YLQtQ== 45217 +SU5URVJQT1NJTkc= 45218 +IHRlbmdhbg== 45219 +IGNyYXZl 45220 +IEJ1bmRlc3JlZ2llcnVuZw== 45221 +IEJsb29keQ== 45222 +IHVzYWJpbGl0eQ== 45223 +IEVhcw== 45224 +IMSR4buZbmc= 45225 +IDE5NTU= 45226 +IGtyaWVnZW4= 45227 +IGhhYml0dWFs 45228 +IGVzc2VudGlhbHM= 45229 +cmltaW5hbA== 45230 +IHJvb21tYXRlcw== 45231 +INC/0LXRgNC10YXQvtC0 45232 +IG5naGk= 45233 +IG1lbmluZw== 45234 +IFN5bXBob255 45235 +IEh1Zw== 45236 +YWdnaQ== 45237 +IHdpZWQ= 45238 +IG1pdGFk 45239 +dGVlbnRo 45240 +aWRhxIc= 45241 +U2F2ZQ== 45242 +IHJvYmnEhw== 45243 +IGJvdW5jZXM= 45244 +sJbsl5A= 45245 +c3RhcnM= 45246 +IHByYWdtYXRpYw== 45247 +IGNvZ25pdGlvbg== 45248 +IHdyYXBwZXI= 45249 +IHdhcnRlbg== 45250 +YWRo 45251 +IHBlbnNh 45252 +IEhlcnR6 45253 +IG7Emw== 45254 +IFJlaWQ= 45255 +IFBDcw== 45256 +IE1vbGU= 45257 +IC4uLi4u 45258 +IHByZWNpbw== 45259 +IENoYW1waW9uc2hpcHM= 45260 +6rCA6529 45261 +IHbDqXI= 45262 +IGNvcnJpZG9ycw== 45263 +IEVsZWN0cm9uaWM= 45264 +U2w= 45265 +INCw0LvQtQ== 45266 +IG92ZXJ0aHJvdw== 45267 +IGthYnVs 45268 +IFJFUw== 45269 +IEN5YmVycHVuaw== 45270 +0L7Qs9C+0LQ= 45271 +INCd0LDQsg== 45272 +IHdhbg== 45273 +IG1hbmlmZXN0YXRpb25z 45274 +IGN1YWxlcw== 45275 +IFdpc2U= 45276 +IEzDtnN1bmc= 45277 +IGV4Zm9s 45278 +IGVhcm5z 45279 +0YPRgdGC0LjRgtGM 45280 +IHNhcHA= 45281 +IEJyYXVu 45282 +IEJSQU5ET04= 45283 +7LmZ 45284 +IHNhbm8= 45285 +IEZFTA== 45286 +0YvQstCw0LnRgtC10YHRjA== 45287 +0L7QttC00LXQvdC40Y8= 45288 +IHNld24= 45289 +RnVu 45290 +IHJlY2lwcm9jYWw= 45291 +IGV4cGFuc2l2ZQ== 45292 +IFRyYWZmaWM= 45293 +IGt0w7NyZWdv 45294 +INmI2LM= 45295 +IOu5qA== 45296 +cHJvdmU= 45297 +aWdhcmU= 45298 +IGxvaA== 45299 +2KfYtg== 45300 +SG9wZQ== 45301 +IGRldm90ZWVz 45302 +IEdvbQ== 45303 +IHN0ZWFscw== 45304 +IFVtcw== 45305 +IFR3aWNl 45306 +aXlpbQ== 45307 +IHJoeXRobWlj 45308 +IFZvcnRl 45309 +IHByZWZpeA== 45310 +b21pbmF0aW9u 45311 +IGRhdG8= 45312 +IGN1c3RhcmQ= 45313 +IFZPSUNF 45314 +IG1lbnk= 45315 +aXN0b3Jz 45316 +IO2YkQ== 45317 +IOyCtOyVhA== 45318 +IO2DhA== 45319 +IGtvcnQ= 45320 +IGFiYQ== 45321 +IFZlcmE= 45322 +ZXB5 45323 +IOy5tOuplOudvA== 45324 +IHN1Ym1lcmdlZA== 45325 +IENsb2Nr 45326 +IHRodW1ibmFpbHM= 45327 +IGJvYXN0 45328 +IEZhcmU= 45329 +ISFd 45330 +IMWbbQ== 45331 +IGthaWtraQ== 45332 +IFRlY2hub2xvZ2llcw== 45333 +7Jm4 45334 +0LjRgtCw0Lk= 45335 +INCw0YI= 45336 +IGtub2Jz 45337 +IHJlaWNodA== 45338 +xrDhu6NuZw== 45339 +Z2xpbw== 45340 +IOunm+ydtA== 45341 +6rCQ7J2E 45342 +IGpvdGth 45343 +IEhhbmR5 45344 +IEhhYmVu 45345 +bm91cw== 45346 +IGlubGFuZA== 45347 +IGFtYXpvbg== 45348 +aG9vdGluZw== 45349 +U0w= 45350 +IGxlaXN0ZW4= 45351 +fiI= 45352 +IHByb3Zva2U= 45353 +IFR3aXN0 45354 +INeR15c= 45355 +IGRlcGFydGVk 45356 +6rCc66W8 45357 +IGtvbnNl 45358 +IENhcnd5bg== 45359 +7ZWY7Iug 45360 +aWRlbnRhbA== 45361 +RVNDTw== 45362 +IHR0ZW9rYm9ra2k= 45363 +IGRpemVuZG8= 45364 +xLFuZGFraQ== 45365 +aW1hc3U= 45366 +YWZhcg== 45367 +IGxhbmRmaWxs 45368 +IGNvcnJlY3Rpbmc= 45369 +IGNsZWFycw== 45370 +IE51bW1lcg== 45371 +SEFN 45372 +IGNhcnRyaWRnZXM= 45373 +IERpZXNlbA== 45374 +cGFjZWQ= 45375 +IG9ibGl2 45376 +IG1veWVucw== 45377 +IFNpbm5l 45378 +IFByZWlz 45379 +aWxpeg== 45380 +INGB0LzQvtC2 45381 +IGJyb2FkZW4= 45382 +eGVz 45383 +IGNhcmJvaHlkcmF0ZQ== 45384 +7Zi5 45385 +c2Vvaw== 45386 +IGVjaG9lcw== 45387 +IGNlc3M= 45388 +67CU 45389 +INCx0LjQt9C90LXRgQ== 45390 +IGxsYW1hZG8= 45391 +IGVzc2VudA== 45392 +IOydvOuwmA== 45393 +IEFpcmVz 45394 +cGhlbg== 45395 +IHplYnJh 45396 +IHN5bWJvbGlzbQ== 45397 +T25jZQ== 45398 +IHJhY2tz 45399 +IEthZmth 45400 +INGB0LXRgNGM0LXQtw== 45401 +IHNpbm4= 45402 +cGljaW91cw== 45403 +a2Fh 45404 +IG1vdGhlcmZ1Y2tlcg== 45405 +IGFwcHJlbnRpY2VzaGlw 45406 +IHJwbQ== 45407 +IHRheGF0aW9u 45408 +IGZ1cnJ5 45409 +IFNhY3JlZA== 45410 +INGA0LDQt9C8 45411 +cG9yYQ== 45412 +ZW5nZXM= 45413 +IO2XiOs= 45414 +INGB0LjQvQ== 45415 +IHNhbml0aXplcg== 45416 +IGNyaW5nZQ== 45417 +IFNjYQ== 45418 +0L7Rh9C90L4= 45419 +IG9mZXJl 45420 +IG1lbG9kaWVz 45421 +IFZlbHZldA== 45422 +IElocmVy 45423 +IEh5YnJpZA== 45424 +IEdpb3Y= 45425 +IGlyZ2VuZHdhcw== 45426 +IGRlcGVuZGU= 45427 +IFVzZXJz 45428 +IGh1bXA= 45429 +ZHJpdmluZw== 45430 +IHNm 45431 +IHJ1dGhsZXNz 45432 +4LmA4LiE 45433 +IGxlbW9ucw== 45434 +IGbDtnJldA== 45435 +IE9q 45436 +INC80LDQvNCw 45437 +IGludGVycGVyc29uYWw= 45438 +IGdldg== 45439 +IGFibm9ybQ== 45440 +0LjRgdC7 45441 +INC40L3QtA== 45442 +IGtvbnRyb2xs 45443 +IHJlZ3Jlcw== 45444 +IGxlZGdl 45445 +IGVyesOkaGx0 45446 +IFRhY3Q= 45447 +IGFycml2w6k= 45448 +IHN1YnN0YW50aXZl 45449 +IHNwb29uZnVs 45450 +endpc2NoZW4= 45451 +b29vb28= 45452 +IGNvbnRlbmlkbw== 45453 +IGJlc2w= 45454 +4buDbQ== 45455 +a3Rlbg== 45456 +SmFtaWU= 45457 +IHNhbmR5 45458 +4os= 45459 +IHBhc2U= 45460 +IGRldHRl 45461 +IEJlbGdpYW4= 45462 +6rCc6w== 45463 +dWxhcmVz 45464 +cnVk 45465 +aWdvcg== 45466 +IO2MrOs= 45467 +IHJlbWVkaWVz 45468 +IGJsYXN0aW5n 45469 +IFNpY2g= 45470 +INC+0LbQuNC0 45471 +IG1vbnN0cg== 45472 +IG1hbmlmb2xk 45473 +IGdsYXViZW4= 45474 +IEVTVA== 45475 +IHN0cmVhbWxpbmU= 45476 +IGxvYmJ5aW5n 45477 +IEdvdGhpYw== 45478 +dG9pcmU= 45479 +Li4n 45480 +IGTDqW1vY3I= 45481 +INC90LDQsdC70Y7QtA== 45482 +IHdzcMOzbA== 45483 +IGN6xJnFm8SH 45484 +aXPDqXM= 45485 +Z2FuZ2Vu 45486 +IGJlenBpZQ== 45487 +cmVtbGlu 45488 +6rCd 45489 +U3RpbGw= 45490 +IHJlc2lkZXM= 45491 +IGdlbGVjZWs= 45492 +IHTDqWzDqXBob25l 45493 +IHBld24= 45494 +IGxlb3BhcmQ= 45495 +IGNvbXBsaW1lbnRhcnk= 45496 +IGNyaWI= 45497 +IEFuaW1hbHM= 45498 +IGdlaWw= 45499 +ZXNzZWw= 45500 +IGdhcmRlcg== 45501 +IGNhdGNoeQ== 45502 +IEV0cw== 45503 +IENvbW1lcmNpYWw= 45504 +IERFTk5JUw== 45505 +IENvb3JkaW5hdG9y 45506 +IEFiaWdhaWw= 45507 +ZmZmZmZm 45508 +4bqlcA== 45509 +IHBlcXVlw7Fh 45510 +IGluamVjdGlvbnM= 45511 +Y2VrdA== 45512 +IHBoaWxhbnRocm9weQ== 45513 +IHB1Y2s= 45514 +IGNlbGVicmF0ZXM= 45515 +IER1bms= 45516 +IERsYXRlZ28= 45517 +zrTOrg== 45518 +Z3JhZHVhdGU= 45519 +IE1vYmls 45520 +dGlsbA== 45521 +YWNhbQ== 45522 +IHlvbGtz 45523 +IHRhbmdsZWQ= 45524 +IG1hbmlhYw== 45525 +IG9ibGlnZWQ= 45526 +IExhaW5r 45527 +IHZlcmRlcg== 45528 +IERhbW9u 45529 +IG11dGFudA== 45530 +IGhvcHBpbmc= 45531 +IHJlaW5z 45532 +IGludmVydGVy 45533 +IGNvbnRlbXB0 45534 +16DXoQ== 45535 +bGVhcm5pbmc= 45536 +TWlzcw== 45537 +INCT0L7RgQ== 45538 +IE1leWVy 45539 +6ruY7ISc 45540 +15XXoNeZ150= 45541 +YXNraW5n 45542 +IHRyaW1taW5n 45543 +IHRyZWFzdXJ5 45544 +IHNlbnRl 45545 +QXVzdA== 45546 +IFVudGVyc3TDvHR6dW5n 45547 +IENvbWVkeQ== 45548 +IEFuYWtpbg== 45549 +6bk= 45550 +0YDRg9GC 45551 +IEhhcmk= 45552 +b2dyYXBoZXJz 45553 +IG9hdG1lYWw= 45554 +IEJvdHM= 45555 +INC/0LDQu9GM 45556 +IGFja25vd2xlZGdlbWVudA== 45557 +eGlj 45558 +IOq0gOyLrA== 45559 +Z2FzcGluZw== 45560 +IHRlcnJhY2U= 45561 +IG9ybmFtZW50cw== 45562 +IE1FUg== 45563 +Y29tbWl0dGVl 45564 +IOyXhuyKteuLiOuLpA== 45565 +IHJpag== 45566 +6bM= 45567 +16bXnQ== 45568 +bGVtZQ== 45569 +IGxpYmVydGllcw== 45570 +IGZlbGxhcw== 45571 +IENvcHBlcg== 45572 +YmVuY2g= 45573 +IElkZWE= 45574 +4buNbg== 45575 +0YjQsA== 45576 +IHZlcnNpw7Nu 45577 +z4TOv8+N 45578 +INCc0Lg= 45579 +INC/0YDQuNC70L7Qtg== 45580 +IGJveGVy 45581 +IFRhbm5lcg== 45582 +IE1veQ== 45583 +7LmY64qU 45584 +VGhy 45585 +IHRpbmhhbQ== 45586 +IHBvbGlzaGluZw== 45587 +IGNvbnNlcXVlbnRseQ== 45588 +IGFtZW5pdGllcw== 45589 +IEtJ 45590 +IEdSRUVO 45591 +IEZyYW5raWU= 45592 +0L3QuNGC 45593 +aXR0ZWw= 45594 +0YHQutC+0LU= 45595 +dXJzZWQ= 45596 +IHVwYnJpbmdpbmc= 45597 +IHRo4bup 45598 +IOyLneycvOuhnA== 45599 +IHdoaW0= 45600 +IGNoaW5lc2U= 45601 +Y29uZmlkZW5jZQ== 45602 +IEplZGVy 45603 +YWpjaWU= 45604 +IFRvdXM= 45605 +IFBvd2Vycw== 45606 +4burYQ== 45607 +b3RoZXJtYWw= 45608 +INCy0YvRiNC1 45609 +cmFsZQ== 45610 +2KfYrg== 45611 +IOyngOybkA== 45612 +IMOpcGlzb2Rl 45613 +IHN1bHBo 45614 +IGVuY2FyYQ== 45615 +a3JhZnQ= 45616 +YWxhcsSx 45617 +IENvbWVz 45618 +IGRpdnVs 45619 +IFJ1ZG9scGg= 45620 +IE11c2U= 45621 +IHV0ZW5z 45622 +IOyekOyjvA== 45623 +IHBhbmE= 45624 +IFZlZ2V0YQ== 45625 +IFBIUA== 45626 +IE5TQQ== 45627 +ZW50aW4= 45628 +IENhcm5lZ2ll 45629 +2KfZig== 45630 +acSZY3k= 45631 +SGFycnk= 45632 +IGbEsXI= 45633 +0KHQvw== 45634 +IGdsYWRseQ== 45635 +IGF2ZXJhZ2luZw== 45636 +7ZWY6rKg7Iq164uI64uk 45637 +0LvRj9GO0YLRgdGP 45638 +INCc0LXQvdGP 45639 +IHF1b3RhdGlvbg== 45640 +cmlyZXM= 45641 +aXRjaGVucw== 45642 +YXllZA== 45643 +IHVuYXR0 45644 +IFBlcmV6 45645 +INC+0YLQvNC10YI= 45646 +IHRhY3RpbGU= 45647 +IEV1aA== 45648 +aXNpbmk= 45649 +YnVo 45650 +IGhhdMSxcg== 45651 +IOyeiOycvA== 45652 +IHBvbGljeW1ha2Vycw== 45653 +s7TshLjsmpQ= 45654 +YWPEsQ== 45655 +IM66zrk= 45656 +IHJlZ2lzdGVyaW5n 45657 +cmV0bw== 45658 +IFNwcmlua2xl 45659 +IEdyYW1teQ== 45660 +YXh0ZXI= 45661 +INCx0Lg= 45662 +IHNpdHRlcg== 45663 +IHByZWRpYw== 45664 +IHRoaW5seQ== 45665 +IHN0cnVt 45666 +IGFnZ3Jhdg== 45667 +IGFoYQ== 45668 +2LHYrA== 45669 +bWVsbG93 45670 +IGNvbnN0YW50ZQ== 45671 +IExhdXQ= 45672 +aXN0b24= 45673 +IHRyYW5zaXRpb25lZA== 45674 +IENhbWJvZGlh 45675 +YXJ0ZWQ= 45676 +IG1pc2Y= 45677 +IFB1bmt0ZQ== 45678 +jOuToA== 45679 +IHRyZW1ibGluZw== 45680 +IGdlc3Bhbm50 45681 +INi52YTZitmH 45682 +INC90LjQutCw0LrQuNGF 45683 +IOu2gOuTnOs= 45684 +INGA0LDQt9Cy0LjRgg== 45685 +IGl0Y2h5 45686 +IGNpZW50bw== 45687 +IHBsYWlucw== 45688 +IGtpdHRlbnM= 45689 +IGJhY2tsb2c= 45690 +IFByZXNpZGluZw== 45691 +cHRh 45692 +IGhhdm9j 45693 +IERhcnJpbg== 45694 +INCb0Y7QsQ== 45695 +IHNlZ3JlZ2F0ZWQ= 45696 +IGdoZXR0bw== 45697 +IGVybGVidA== 45698 +IGRydWdpZWo= 45699 +IFNpeHQ= 45700 +4Lij4Liw 45701 +dWVuY2lh 45702 +IO2VmOq4sA== 45703 +IOuGjQ== 45704 +IHJvYmk= 45705 +IHBpb25lZXJz 45706 +IG1pbGxpYXJkcw== 45707 +IFdpdGNoZXI= 45708 +IOustOyXhw== 45709 +b3Jybw== 45710 +bWFzcw== 45711 +IGRpdmVyZ2VuY2U= 45712 +IFJpdmVyYQ== 45713 +IE5vb2RsZXM= 45714 +IGVuZHJvaXQ= 45715 +IEtvc3Rlbg== 45716 +INC00YDRg9Cz0LA= 45717 +IG3DrW5pbW8= 45718 +IEthemFraHN0YW4= 45719 +2KrZhw== 45720 +INCy0L7Qt9C00YM= 45721 +IGdlc2NocmllYmVu 45722 +IE5pbA== 45723 +0YHQutC4 45724 +IEZyw7xo 45725 +IGJldmVyYWdlcw== 45726 +IEdvbg== 45727 +QXJpbg== 45728 +IEludHJv 45729 +b2NhbHlwdGlj 45730 +IGV4aGF1c3Rpb24= 45731 +IFN0YXR1cw== 45732 +IEJhdHRlcnk= 45733 +w6lzeg== 45734 +o7zr 45735 +YWlyeQ== 45736 +IOuztOyXrOuTnOs= 45737 +IGRpc3Bhcml0eQ== 45738 +2Yw= 45739 +IFR1Y3Nvbg== 45740 +IGJyaWdodGx5 45741 +cHJvYmxlbQ== 45742 +IGJpb21hc3M= 45743 +p4k= 45744 +IGh1cmRsZQ== 45745 +IHdhdmVsZW5ndGhz 45746 +IDw8 45747 +IHRlYW1lZA== 45748 +RkZGRg== 45749 +IFNsaW0= 45750 +b21pYWw= 45751 +IHVudmVpbGVk 45752 +IFZlcmVpbg== 45753 +2YLYtw== 45754 +ZXN0cnk= 45755 +IGNsw6Fz 45756 +IGNoZWRkYXI= 45757 +IGFjY3VzaW5n 45758 +IFNjaWVudGlmaWM= 45759 +INCx0YPQtNC1 45760 +IEN5cnVz 45761 +zrXPhM61 45762 +hpPqs6A= 45763 +IOuzhA== 45764 +IGN1cmQ= 45765 +IHJlZmVycmFscw== 45766 +c2hpZnQ= 45767 +bmlrw7N3 45768 +IG1pZXI= 45769 +IGNvbmZyb250aW5n 45770 +6rKD64+E 45771 +YXds 45772 +IHRyeWlu 45773 +IOq3uOuemOyalA== 45774 +IGNoaWFy 45775 +IOyYpOuKmOuPhA== 45776 +ZXNxdWU= 45777 +IG1pc21vcw== 45778 +IFNoYWs= 45779 +IHNvY2lhdXg= 45780 +IHBpxZ8= 45781 +IGtpxZ9p 45782 +IGN5YW4= 45783 +aGF5 45784 +YmV3 45785 +Ym9k 45786 +IM65 45787 +IE1haW5seQ== 45788 +0Y7RgtGM 45789 +aGFiaXR1ZGU= 45790 +INGB0L/QvtC60L7QuQ== 45791 +IHByZWNvbg== 45792 +IE1hbmR5 45793 +8J+kow== 45794 +aWxsb3M= 45795 +IGdydXBw 45796 +IGNydW1ibGU= 45797 +IGNvbnN0cnVjdG9y 45798 +ZXJ2aWNlcw== 45799 +IGxpZ2h0aG91c2U= 45800 +IENvbmNlcHQ= 45801 +0LDQvdGC0Lg= 45802 +YWx0cm8= 45803 +aG9wZQ== 45804 +IEFsbGVn 45805 +7Ja066W8 45806 +cGllY2Vz 45807 +b3VudGVy 45808 +IO2VmOuLiOq5jA== 45809 +IOyduO2EsOs= 45810 +IHbDqXJpdGFibGU= 45811 +IHRocmVhZGVk 45812 +YmxpbmQ= 45813 +gpjrnbw= 45814 +IHRyYXlz 45815 +IEVkaXNvbg== 45816 +IMOWeg== 45817 +IFN0ZXZpZQ== 45818 +IGxlbmRlcg== 45819 +IGJyaWdhZGU= 45820 +IGRldXRzY2hl 45821 +bXVmZmxlZA== 45822 +YmFydA== 45823 +IGluc2FuaXR5 45824 +IHNhdnZ5 45825 +IHNlbnNhdGlvbmFs 45826 +IGRlcmVjaG9z 45827 +IE1Y 45828 +INC/0YDQtdC/ 45829 +IHRocmVhdGVucw== 45830 +IHJlYWx0w6A= 45831 +IGluZGljYXRpdmU= 45832 +IGNob3Bz 45833 +IGJlbmVmaXRpbmc= 45834 +IFZlcm5vbg== 45835 +IFN0cmFuZA== 45836 +bnVu 45837 +cXVlbnRseQ== 45838 +MTAx 45839 +IGVlbA== 45840 +7IiZ 45841 +cmludHM= 45842 +INmF2LM= 45843 +INio2K8= 45844 +INC/0L7RgdGC0YDQvg== 45845 +IHlhcG3EscWf 45846 +IG9sbWFzxLE= 45847 +IGllZGVyZWVu 45848 +b2zDqQ== 45849 +a2Vm 45850 +IOuwnOyDnQ== 45851 +IHJhaW5lZA== 45852 +IGFsbWlnaHR5 45853 +INCy0YvQtA== 45854 +IENQUg== 45855 +RnJl 45856 +IGluaGFiaXRlZA== 45857 +IGFyYmV0cw== 45858 +IGFraW4= 45859 +0LDRgdGC0LI= 45860 +dmFuaWE= 45861 +IGjDpHVmaWc= 45862 +IE1hdHRl 45863 +c29ycnk= 45864 +SmVubnk= 45865 +INCz0YDQsNC0 45866 +IHdoaXQ= 45867 +IGJyb2tlcnM= 45868 +IGhpbmU= 45869 +YXN0ZW4= 45870 +INCz0YDRgw== 45871 +TUI= 45872 +IFBSSQ== 45873 +U2Fi 45874 +IHdyZXN0bGVy 45875 +IGZhY2lsaXRhdGluZw== 45876 +IGVoa8Ok 45877 +IENyZWQ= 45878 +IDEyNw== 45879 +IG5vdGhpbg== 45880 +IG1hbmRhdGVk 45881 +0YPRgtGB0YLQsg== 45882 +RnJhbms= 45883 +IHdvcnM= 45884 +IGR6aWXFhA== 45885 +IFVuZGVyZ3JvdW5k 45886 +IHpuYWpkdQ== 45887 +IELDpA== 45888 +IFByaW56aXA= 45889 +0LDRgtC10LvQtdC5 45890 +IHZldGVyaW5hcg== 45891 +IHNwbGVuZGlk 45892 +IHJvenA= 45893 +IHBzeWNob3BhdGg= 45894 +aWdvbg== 45895 +IGhvcHM= 45896 +IGPhuqdu 45897 +IFhpYW4= 45898 +IHRyb2lzacOobWU= 45899 +IHByb2R1Y3Rv 45900 +IGRlxJ9lcg== 45901 +IENvbnRpbnVpbmc= 45902 +0LjQstCw0Ls= 45903 +Y8Sxaw== 45904 +IG1vaXN0dXJpemVy 45905 +V2hpdGU= 45906 +IHNpaXM= 45907 +IEV2ZXJlc3Q= 45908 +aWVuY2Vk 45909 +IGPhuqNt 45910 +IEphcG9u 45911 +tOyghA== 45912 +IHRlbsOtYW4= 45913 +IGVuY2FudGE= 45914 +TW0= 45915 +IGRyb3Bkb3du 45916 +IEl5YQ== 45917 +s7TrqbQ= 45918 +IHdvcmRpbmc= 45919 +IFNxdWVlemU= 45920 +IE1hcGxl 45921 +IGNsYXJpZmllZA== 45922 +IE11bmljaXA= 45923 +IFJvdWdl 45924 +IE5pY2tp 45925 +IEdvbw== 45926 +dm9sdA== 45927 +dGVr 45928 +ZmVjdHVyZQ== 45929 +ZnJlZA== 45930 +YXJyaXZl 45931 +dGV6 45932 +RXA= 45933 +IG9icmFz 45934 +IFZJRA== 45935 +IFJpdg== 45936 +IE1vZGk= 45937 +aWJl 45938 +IGFjb250ZWNlbmRv 45939 +IGltaXRhdGlvbg== 45940 +IGNhbW91ZmxhZ2U= 45941 +IHNwYW5uaW5n 45942 +IFNFQ1JFVA== 45943 +IE9yZW8= 45944 +7IaM66as 45945 +IGh1bmNo 45946 +IGNhxYJl 45947 +IHNwb250YW5lb3VzbHk= 45948 +IFBlcmQ= 45949 +IGV0YXA= 45950 +IEhvbGU= 45951 +IERpc2FiaWxpdHk= 45952 +IGFmdGVybGlmZQ== 45953 +IHRlc3RpZmllZA== 45954 +IHByZXN1cA== 45955 +IHBldHJvbGV1bQ== 45956 +IGNvbnRyYXJpbw== 45957 +IEFzc2Vzc21lbnQ= 45958 +xJ9sdQ== 45959 +IHBlc3Rz 45960 +IGRpbGln 45961 +INCy0YHRgtGA0LXRgg== 45962 +IGNvbnPDqXF1 45963 +IGNhbm5vbnM= 45964 +IGNhbm9l 45965 +IE1pbGU= 45966 +IGNpdG95 45967 +IGJlZ2dlZA== 45968 +IE1pbm5pZQ== 45969 +xYJ5Y2g= 45970 +IHByaW5jaXBl 45971 +z4DPjM69 45972 +bW5pZWo= 45973 +IHdlcnQ= 45974 +IOuLpOuTpA== 45975 +YW5zZQ== 45976 +IHVuY2xlcw== 45977 +IHByb3ZvY2F0aXZl 45978 +IGludGVyc2VjdGlvbnM= 45979 +IGRlbW9jcmF0cw== 45980 +IEp1bGl1cw== 45981 +0LjQvdC60Lg= 45982 +eWd1c2Fs 45983 +INec15U= 45984 +IGdqb3JkZQ== 45985 +IGdhc2tldA== 45986 +IEJvY2s= 45987 +IMSwbg== 45988 +YnJlYXQ= 45989 +IEVxdWl0eQ== 45990 +YXJkxLE= 45991 +INC60LDQvdCw0LvQtQ== 45992 +INC00L3QtdC5 45993 +IHThu5tp 45994 +IGZpeHR1cmU= 45995 +IGFidXNlcw== 45996 +IHZheWE= 45997 +IG91dmVydA== 45998 +IG11bHRpY3VsdHVyYWw= 45999 +IGNvbnRleHRv 46000 +IFNlc2FtZQ== 46001 +IGTDqXBs 46002 +IGNvbnNvbW0= 46003 +IFBhcnRl 46004 +IHBlbQ== 46005 +IENvbmFu 46006 +INCx0ZbQu9GM 46007 +IHBlcnN1YWRlZA== 46008 +IGRyYWlucw== 46009 +TW9v 46010 +Rk9SRQ== 46011 +INCx0LDRgg== 46012 +IGZvZA== 46013 +IFByb2R1Y3Rz 46014 +7KeE7Kec 46015 +ICJb 46016 +IFdpY2s= 46017 +IE5hcnV0bw== 46018 +0L3QsNC70Lg= 46019 +cnl3 46020 +IGxvZGdl 46021 +IGluaA== 46022 +IHZvbnRhZGU= 46023 +IGRpag== 46024 +IEplc8O6cw== 46025 +TG9va2luZw== 46026 +IGZvcmVhcm0= 46027 +IEludGVncmF0aW9u 46028 +IEhBUlJJUw== 46029 +IHRvb2xiYXI= 46030 +bGVhZGVy 46031 +IHNlbGRvbQ== 46032 +INCx0YDQvtGB 46033 +IEtvb2s= 46034 +0L7QvdC0 46035 +IG1vbm9wb2w= 46036 +IG1pbGxldA== 46037 +IGxpcmE= 46038 +IEFzaWFucw== 46039 +IDE4OTA= 46040 +Y2nEn2lt 46041 +IGVkZW4= 46042 +IElLRUE= 46043 +IE5laWdoYm9y 46044 +IEthenV5YQ== 46045 +w7xk 46046 +IHBzeWNoZWRlbA== 46047 +IGVudmlzaW9uZWQ= 46048 +IO+3uw== 46049 +IHd1bmRlcg== 46050 +IEJ1bGdhcmlh 46051 +QnJpZA== 46052 +IG1hcnJvdw== 46053 +IGRlcGljdGlvbg== 46054 +IFRpbg== 46055 +IFBoYXJpc2U= 46056 +IGVpbnppZ2U= 46057 +IGJsaW5kbHk= 46058 +IGRlZmVucw== 46059 +RGlyZQ== 46060 +IHZpYnJhdGluZw== 46061 +IHRyb2xscw== 46062 +IGRpc3Jlc3BlY3RmdWw= 46063 +IHdvZA== 46064 +IHN0aW11bGk= 46065 +IGNyZWVwaW5n 46066 +IGNsYWlyZW1lbnQ= 46067 +IHNjYXJpZXN0 46068 +IGTDqWNvdXZyaXI= 46069 +IDEwNA== 46070 +INCy0LXRgNGF 46071 +IMWCYXQ= 46072 +IHLDs8W8bmU= 46073 +IGJhcmxleQ== 46074 +IFJlcGw= 46075 +IFR3ZQ== 46076 +a2tl 46077 +IFJlZG1p 46078 +IE1ldHJvaWQ= 46079 +IM6uz4TOsc69 46080 +Q2hlY2s= 46081 +IFNFTg== 46082 +IGlkbw== 46083 +0YLQvtGA0LjQuA== 46084 +w7Nw 46085 +VU5LTk9XTg== 46086 +IMOkbmRlcm4= 46087 +IEp1aWNl 46088 +IEdlc2ljaHQ= 46089 +INC90LDRgdGC0L7Qu9GM0LrQvg== 46090 +7YOV 46091 +wq0= 46092 +ZXhoYWxlcw== 46093 +IOy0iQ== 46094 +IGpzZW0= 46095 +z4DPic+C 46096 +IGl0dA== 46097 +66qF7J20 46098 +IHJlbWl4 46099 +IGJsb3Nzb21z 46100 +IFJlbmVl 46101 +aXNhdGlvbnM= 46102 +7Iqk7YSw 46103 +IOuztOydtOuKlA== 46104 +dWVzdGFz 46105 +b3BlZGlh 46106 +IEFpbQ== 46107 +7J207KaI 46108 +c2NlbmU= 46109 +IGxlYWthZ2U= 46110 +dWNrdA== 46111 +U2Fk 46112 +QXNr 46113 +IHN1c3BlbnNl 46114 +IGltcG9zdA== 46115 +IFN0cmF0ZWdpYw== 46116 +IEl0w61z 46117 +4oCM 46118 +IGtleWJvYXJkcw== 46119 +IGFtdXNpbmc= 46120 +b2dy 46121 +aWRlcm1hbg== 46122 +npY= 46123 +INCy0LjQttGD 46124 +IGRpcHM= 46125 +IGFwb2xvZ2l6ZWQ= 46126 +IFNUQVI= 46127 +IGVzY3VlbGE= 46128 +IENoaW5n 46129 +0L3QtdC90LjRjw== 46130 +IOu2gOu2hOydtA== 46131 +IEZsZWV0 46132 +IHNhbWI= 46133 +IGVudHNwcmVjaGVuZA== 46134 +IGVsZWN0cm9kZXM= 46135 +IEZyZWloZWl0 46136 +IFNocmlt 46137 +acOfZQ== 46138 +IHNlbGVjdGlvbnM= 46139 +IGZvcmRp 46140 +IGRvc3M= 46141 +0Y/Rhw== 46142 +IGRpc2NyaW1pbmF0ZQ== 46143 +IEF1w59lcmRlbQ== 46144 +IGRlc2Vudm9sdg== 46145 +IEludGVybmFs 46146 +IEJlbmVkaWN0 46147 +IFNoaXY= 46148 +TWlzc3k= 46149 +INC+0LHQvdCw0YDRg9C2 46150 +INC90LDRgdGC0YDQvg== 46151 +IGNvbnRyb2xhcg== 46152 +IExpYQ== 46153 +IG9waW9pZHM= 46154 +YW50dQ== 46155 +IGN1cGJvYXJk 46156 +0LPQtQ== 46157 +YWNodHM= 46158 +IGN1cmF0ZWQ= 46159 +IHhlbQ== 46160 +IHdlYXJ5 46161 +IGJyZXRocmVu 46162 +IGJ1ZGdldGluZw== 46163 +IHBvdXJ0YW50 46164 +YWlzaWE= 46165 +INC+0YLQstC10Yc= 46166 +IEdJUw== 46167 +zrzOsc65 46168 +INep15TXldeQ 46169 +IHNhdWQ= 46170 +IGzhu5s= 46171 +0JXQog== 46172 +dWJpbmU= 46173 +INC90YPQttC10L0= 46174 +IGtpZG5hcHBpbmc= 46175 +IGJyYXQ= 46176 +IFRlcnJl 46177 +IE1vbmV0 46178 +IOuniOyKpO2B 46179 +IGZsYXNoeQ== 46180 +IElTQk4= 46181 +IGZyZWVsYW5jZQ== 46182 +aWFnZQ== 46183 +IGp1bmdl 46184 +7Lap 46185 +Y2VyYWw= 46186 +INGC0L7Rh9C60Lg= 46187 +IGZvcm11bGF0ZQ== 46188 +IEZFUg== 46189 +IERhcnRtb3V0aA== 46190 +7Jy866m07ISc 46191 +b3dpxIU= 46192 +IOuUlOyekA== 46193 +IHJlZ2ltZW50 46194 +IG1ldGFib2xpc21v 46195 +IFBhcnI= 46196 +IOy2qeu2hA== 46197 +IHNhbml0eQ== 46198 +IExhbA== 46199 +IEfDtg== 46200 +IEdsYQ== 46201 +IHByb3Rv 46202 +IG1pY3Jvc2NvcGlj 46203 +IGthbmc= 46204 +IFNjYWxpYQ== 46205 +IHB1Zw== 46206 +IFNjb3Jl 46207 +IFNhdmFubmFo 46208 +IGdhcmRl 46209 +IE5PUg== 46210 +IHNjaGVpbnQ= 46211 +IHDDs8WC 46212 +IGNvcnJp 46213 +IGJydXRl 46214 +IMWCYWQ= 46215 +IHN1Y2NlZWRpbmc= 46216 +IGJpY3ljbGVz 46217 +Tm9u 46218 +IHNlZWtlcnM= 46219 +IHVuY29uZGl0aW9uYWw= 46220 +IHJoeW1lcw== 46221 +IEdhcmFnZQ== 46222 +IGludm9pY2U= 46223 +IGNhbnZp 46224 +bmVjaw== 46225 +IGN1c3RvbWl6YWJsZQ== 46226 +aXJpdHVhbA== 46227 +UXVlZW4= 46228 +7ZWY7Iuc64qU 46229 +IHBvd2VybGVzcw== 46230 +IGNzYWs= 46231 +aXNvZnQ= 46232 +IOygle2ZlQ== 46233 +IG5ow6Ju 46234 +IE1BTkQ= 46235 +IEhhZg== 46236 +IHJldm9sdmVz 46237 +b3Zhbg== 46238 +YXJvbw== 46239 +IEdyaW5k 46240 +IGluZGlzcGVuc2FibGU= 46241 +IGNvbnN1bHRlZA== 46242 +IENsaW5pY2Fs 46243 +QWNj 46244 +IG9saG9z 46245 +IG1vbnRlcg== 46246 +IEhhbmE= 46247 +ZXRhaA== 46248 +IHZhYW4= 46249 +IHRpZ2Vycw== 46250 +IGNhdWN1cw== 46251 +8J+Ygg== 46252 +s7TsnpA= 46253 +cG93ZXJz 46254 +aXVtcw== 46255 +IO2GoOs= 46256 +IHRyYWRpY2lvbmFs 46257 +IHJlc29uYXRlZA== 46258 +IOyLoOq4sA== 46259 +dGhlbQ== 46260 +Um9iZXJ0 46261 +IGVsZW1lbnRv 46262 +IGFudGlk 46263 +INC+0LHRgQ== 46264 +IG5hdGl2ZXM= 46265 +IGxvY2E= 46266 +b3dtZW50 46267 +IFRpZ2h0 46268 +IG1lbGFu 46269 +IE51ZQ== 46270 +YW1pcw== 46271 +IHNvcmdlbg== 46272 +YXPEsW5h 46273 +SG9tZQ== 46274 +IFBVQkc= 46275 +IGF3ZnVsbHk= 46276 +IFNob3Jl 46277 +IFBlcmNow6k= 46278 +IExhdQ== 46279 +IENpbmRlcmVsbGE= 46280 +IENoZXN0 46281 +IHNlbWFudGlj 46282 +IGRlc2VydGVk 46283 +IE1vbW8= 46284 +IEhlcm5hbmRleg== 46285 +Z2VuZXM= 46286 +IEFkdWx0 46287 +0LjRh9C10YHQutC+0LPQvg== 46288 +b3NoaW1h 46289 +IGNhcmFjdGVyw61zdGljYXM= 46290 +IEtM 46291 +tOyepQ== 46292 +b2Nhcg== 46293 +IGZlaGx0 46294 +IGRydWs= 46295 +IFBvcHB5 46296 +RU5HTElTSA== 46297 +IFZlcmdsZWljaA== 46298 +QnJpZW4= 46299 +IHJlY29tcA== 46300 +INGB0LQ= 46301 +IG1lcmdlcg== 46302 +IG1hcmtldGVycw== 46303 +IGhvbmV5bW9vbg== 46304 +IHBlbnNv 46305 +IGJlbGxp 46306 +0LXRgtGD 46307 +IGJhbmtlcg== 46308 +Q2FtZXJh 46309 +IFN0YWxs 46310 +IFN0YW1w 46311 +IEJpdGU= 46312 +0LXQttC00LU= 46313 +IHPDvHI= 46314 +IGfDvMOn 46315 +IFBhc3NvdmVy 46316 +IEJ1Z8O8bg== 46317 +INGB0L7QttCw0LvQtdC90LjRjg== 46318 +INC90LjQtw== 46319 +IG1hbnVyZQ== 46320 +IGdsYWNpZXI= 46321 +UkFZ 46322 +dGVycm9y 46323 +IHNhbGFkcw== 46324 +IGh1cnJpY2FuZXM= 46325 +IERlc2lnbmVy 46326 +YXRvcmlv 46327 +IGZhY3R1YWw= 46328 +IFRhbW15 46329 +INC30LLRg9GH 46330 +IGludHJvZHVjdGlvbnM= 46331 +IGhvdXNla2VlcGluZw== 46332 +IGhhbmdlcg== 46333 +64uY6w== 46334 +YWt0ZQ== 46335 +IENvbGE= 46336 +J10= 46337 +IEdlbmRlcg== 46338 +0L7RgNC+0L0= 46339 +aXBzZQ== 46340 +aWNpYXM= 46341 +IHN1Y2Nlc3NpdmU= 46342 +IHBvbGl0aWM= 46343 +IGjDtmhlcg== 46344 +IFFpYW8= 46345 +IEdpbW1l 46346 +INC70L7Qtg== 46347 +IHNlYg== 46348 +IFdlaXRlcg== 46349 +IFNha3VyYQ== 46350 +IEJvdWxkZXI= 46351 +IEFtw6lyaWNh 46352 +cGXFgm5pZQ== 46353 +IHRlY25vbG9nw61h 46354 +aXNob3Bz 46355 +ZnVy 46356 +IG1vb25saWdodA== 46357 +IGRpc3BlcnNlZA== 46358 +IHJleg== 46359 +0LXQvdC90L7QtQ== 46360 +0LDQu9GM0L3Rg9GO 46361 +IFR3ZWx2ZQ== 46362 +IEhPUg== 46363 +7Iuk7Z6I 46364 +aWxhZ2U= 46365 +IHNoYWRlZA== 46366 +IHJlc3VtZXM= 46367 +IFBlYW51dA== 46368 +IE1JTEw= 46369 +YXBvbnM= 46370 +IFVGQw== 46371 +IFNvbGU= 46372 +IGpveXN0aWNr 46373 +IE9saXZpZXI= 46374 +d2FybWluZw== 46375 +IHN5bGxhYnVz 46376 +INC+0LHRidC1 46377 +IGhp4buHbg== 46378 +IGZlc3Rh 46379 +IGNyYWRsZQ== 46380 +IFphYw== 46381 +IHJlbWVtYnJhbmNl 46382 +IOqwmeyVhOyEnA== 46383 +IHBpxJlr 46384 +IGNvZXhpc3Q= 46385 +IFZJSQ== 46386 +IMOhcmVhcw== 46387 +IHV3YcW8 46388 +IG9ic2VydmVycw== 46389 +IG3DpG5uaXNrb3I= 46390 +Y29vbg== 46391 +IERBTQ== 46392 +IG5hc3p5bQ== 46393 +IGFsbGlnYXRvcg== 46394 +IEZyZWV6ZQ== 46395 +IEVzdGF0ZQ== 46396 +INGC0YDQsNC00Lg= 46397 +IHVuZGVyY292ZXI= 46398 +IG5pZXM= 46399 +IEZlaGxlcg== 46400 +cGxpbg== 46401 +IEthYnVs 46402 +aWxhdGU= 46403 +IOqzoOyWkQ== 46404 +IG1vcA== 46405 +7IS8 46406 +IGFuZGVyZXI= 46407 +IEtFTEw= 46408 +0L7QutC4 46409 +INC20LXRgdGC 46410 +IGdyYXppbmc= 46411 +IGRhw60= 46412 +IGNhcGl0YWxpemU= 46413 +IGFwZXg= 46414 +IG51cnR1cmluZw== 46415 +IGNvcnRhcg== 46416 +IGNvbnRyYWM= 46417 +xLFtxLF6xLE= 46418 +IHRhbmRlbQ== 46419 +Z2VtZW50 46420 +INGB0LjRgdGC0LXQvNCw 46421 +IG1hbnF1ZQ== 46422 +aWFqxIU= 46423 +V09S 46424 +INin2Kg= 46425 +IGNhcnRz 46426 +QU5P 46427 +IOuwm+qzoA== 46428 +IENlbmE= 46429 +IEJpb2xvZ3k= 46430 +aWRhcg== 46431 +IGHFvA== 46432 +ZXJuZQ== 46433 +YW51 46434 +IHRoYW5rZWQ= 46435 +IHN1Ym1hcmluZXM= 46436 +IG1hbmlj 46437 +INC80L7Qtw== 46438 +aW5zdGFudA== 46439 +ZXNzZW50aWFs 46440 +IHNhbXVyYWk= 46441 +IHBhc3Rp 46442 +IGFsYW4= 46443 +IGJyb2No 46444 +IGJha2Vy 46445 +IEd1aWxs 46446 +qLw= 46447 +IHdpdGhkcmF3bg== 46448 +64ud 46449 +UGVyZmVjdA== 46450 +cXVlbmN5 46451 +IHN0cmVhbWxpbmVk 46452 +IDEzMDA= 46453 +tOuPhA== 46454 +IOuWoOs= 46455 +IGh2YWQ= 46456 +IHZlcmJhbGx5 46457 +IEtvbnM= 46458 +IOyhsOyLrA== 46459 +IGRpZXo= 46460 +IGNodWNrbGluZw== 46461 +IE1paA== 46462 +IHJhbGxpZXM= 46463 +IG1hbnRlcg== 46464 +IGVhcm5lc3Q= 46465 +c3VwZXI= 46466 +IGdlY2U= 46467 +IFJlbmQ= 46468 +IEdlcmFkZQ== 46469 +amVuaWdlbg== 46470 +IFZhbGw= 46471 +IOyeiOuCmA== 46472 +INGB0LrQsNC30LDQu9Cw 46473 +IHRyYWJhbGg= 46474 +INC90LDRiNC10Lw= 46475 +INC80LXRhQ== 46476 +aWtpdA== 46477 +IG5vdW5z 46478 +IG5ldXJvbG9naWNhbA== 46479 +IG1vdGl2YXRpb25hbA== 46480 +IE1jTWFob24= 46481 +IEZpbmlzaGVk 46482 +IOuztOydtA== 46483 +IEZpZWxkcw== 46484 +IGFkb2xlc2NlbnRz 46485 +IFRpc2No 46486 +IE5lYmVu 46487 +IEZsb3dlcnM= 46488 +IEVuZXJn 46489 +IGRpcmV0 46490 +IFRoaQ== 46491 +IFBpY2Fz 46492 +IGF2ZXRl 46493 +IEZvcnM= 46494 +IENoYXBlbA== 46495 +TsOjbw== 46496 +RXQ= 46497 +INGB0L7QtNC10YDQtg== 46498 +cmVubw== 46499 +IHN2ZW4= 46500 +IGRvc3TEmXA= 46501 +bmVl 46502 +IFNuYXBkcmFnb24= 46503 +IElEcw== 46504 +7JWY64qU642w 46505 +16jXmg== 46506 +IHN1bmZsb3dlcg== 46507 +IHBlcnBldHVhbA== 46508 +IGtuaWdodHM= 46509 +IGdpcmQ= 46510 +IFRvbGQ= 46511 +IHZvbGNhbm9lcw== 46512 +IGFkdmVyc2FyeQ== 46513 +IEVjb25vbXk= 46514 +IGV4dHJhcG9s 46515 +IGJsdWV0b290aA== 46516 +IHpvb21pbmc= 46517 +IHNreXM= 46518 +IGdlbmlhbA== 46519 +w61jdWxvcw== 46520 +YW1icmU= 46521 +INC80LXRgA== 46522 +IHRlZW55 46523 +IHN0cmVzc2luZw== 46524 +7JWM 46525 +T05Z 46526 +IHRyYW5zbHVjZW50 46527 +IHJvdW5kaW5n 46528 +IGdydWVz 46529 +15nXoNeU 46530 +YXByw6hz 46531 +IHBydWViYQ== 46532 +IHBvbHlnb24= 46533 +IGJsdWViZXJyeQ== 46534 +IFByb2dyYW1t 46535 +IHRyZW5jaGVz 46536 +IHNlYmFnYWk= 46537 +IHBhbGF0ZQ== 46538 +IGxhdWRl 46539 +IGJlaGF2ZWQ= 46540 +IGxvbmdpdHVkaW5hbA== 46541 +IE1vZHVsZQ== 46542 +IGFkbWly 46543 +zrvOuQ== 46544 +R3JlZw== 46545 +IHd5c3Q= 46546 +IHByb3BhZ2F0ZQ== 46547 +IG1vbGRz 46548 +IFR1Yg== 46549 +IExvdWQ= 46550 +dXN0bw== 46551 +IHVuc3RvcHBhYmxl 46552 +IHJlaW5mb3JjaW5n 46553 +INC/0YDQvtCx0LvQtdC80LA= 46554 +IHBvdGVuY2lhbA== 46555 +IGhlbXA= 46556 +7J6U 46557 +4KSv 46558 +IG9wdGlj 46559 +IGVyZm9sZ3JlaWNo 46560 +0YHRiw== 46561 +0L7Qu9GM0YjQtQ== 46562 +dXJzdA== 46563 +IFBvaXM= 46564 +IHJlc3BvbmRlbnRz 46565 +IG5laG1l 46566 +IEV4dGVybmFs 46567 +b2xhdGU= 46568 +SHl1bg== 46569 +IHF1YXJ0eg== 46570 +IG1hdGhlbWF0aWNpYW4= 46571 +IGLDoXNpY2FtZW50ZQ== 46572 +IGFpbA== 46573 +7KCc66W8 46574 +YXR0dXR0bw== 46575 +IG5vb2l0 46576 +IGFmZmxpY3Q= 46577 +IE9sZ2E= 46578 +INC90LDRgg== 46579 +IGRpdGVz 46580 +IHJlYWxpZGFkZQ== 46581 +IGvDpG4= 46582 +IHVuaXF1ZW5lc3M= 46583 +IHBhZHJlcw== 46584 +IHN1YnNpZGk= 46585 +IHBpZ2VvbnM= 46586 +zrLOsQ== 46587 +c3RhZA== 46588 +IGRlcmVu 46589 +INCh0LvQtdC0 46590 +ZG9v 46591 +INC+0L/QuNGB0LDQvdC40Lg= 46592 +IGFtYmVy 46593 +IGdvb3NlYnVtcHM= 46594 +IGZyw6Vnb3I= 46595 +IFZpdGFs 46596 +IElzcmFlbGl0ZXM= 46597 +d2Fzc2Vy 46598 +SXNu 46599 +IGNvbW1pdHM= 46600 +IFNURVZFTg== 46601 +IEJldsO2bGtlcg== 46602 +dWl0aXZl 46603 +IGxlZ2Vu 46604 +IGJydWs= 46605 +0LjRgNC+0LLQsNC9 46606 +eW5lbg== 46607 +aGVsbQ== 46608 +IGdlbmVyYXRpb25hbA== 46609 +IEzDpG5kZXJu 46610 +zr/Ouc+Az4zOvQ== 46611 +dXp1 46612 +IGNhbGxlcg== 46613 +0L7QvdGM 46614 +w7xtw7w= 46615 +IGJlc2Fy 46616 +IHBsYXRz 46617 +IG1pZ3JhdGVk 46618 +IGphcA== 46619 +IFdBUg== 46620 +IGRpc3NlY3Q= 46621 +IFp1c2No 46622 +IFplaXRlbg== 46623 +IExpb25z 46624 +IERG 46625 +4pQ= 46626 +0LrQuNCy 46627 +IHBlZGVzdHJpYW5z 46628 +IE1hcmlseW4= 46629 +ZG9jaw== 46630 +IHlodA== 46631 +IHJlaW5jYXJu 46632 +IFNvbm8= 46633 +IEdyb3d0aA== 46634 +0YPRgdC+0LI= 46635 +IGR1bmdlb25z 46636 +IGJhZ3Vz 46637 +a2ljaA== 46638 +INGD0LrRgNCw0Zc= 46639 +IEtlbGxlcg== 46640 +Y2hlbWlzdHJ5 46641 +SmFwYW5lc2U= 46642 +IHdpbGxzdA== 46643 +IGRlY29tcG9zaXRpb24= 46644 +INGB0YLQtdC9 46645 +IHJldml2ZWQ= 46646 +7ZWZ6rWQ 46647 +IMWT 46648 +7Iu4 46649 +aXBweQ== 46650 +IGhvdXJseQ== 46651 +asOkbg== 46652 +IFdvcmtzaG9w 46653 +nbzshJw= 46654 +IGN1YXJ0bw== 46655 +IHBhdHJpbQ== 46656 +IEJ1cmNo 46657 +IOyeiOq4sA== 46658 +IGhlcGF0 46659 +IGjDoG5n 46660 +IOuMgO2VtA== 46661 +INCy0LDRiNC4 46662 +IHJld29yaw== 46663 +IHBhcnNl 46664 +IMOnxLFrdMSx 46665 +IFNheA== 46666 +IE1vbmdv 46667 +IEFhYWg= 46668 +cmFtYmxl 46669 +REo= 46670 +IHN0YWJpbGl6ZWQ= 46671 +IFNwZWVjaA== 46672 +Qm9va3M= 46673 +IGh1cmRsZXM= 46674 +IFdP 46675 +IExhbWJvcmc= 46676 +IDE5MzM= 46677 +IHZvcmJlcmU= 46678 +IGNsaW5pY2FsbHk= 46679 +IGJyZWF0aHRha2luZw== 46680 +IEdhdGV3YXk= 46681 +0L/QtdGA0LLRi9GF 46682 +dXRlcnM= 46683 +IOu5tQ== 46684 +IHlldGVy 46685 +IHB1bGxleQ== 46686 +IG11ZmZpbg== 46687 +IFByZWZlcg== 46688 +IFBlbmNl 46689 +IGluZm9ybWHDp8Ojbw== 46690 +7Iqk7Yq46w== 46691 +IFR1cnRsZQ== 46692 +IFJlZ2luYQ== 46693 +IExvYWQ= 46694 +ZG9lcw== 46695 +cGFuemU= 46696 +uJQ= 46697 +IG1pbmE= 46698 +IExhdGlub3M= 46699 +YW1tZXJz 46700 +IFRvcnQ= 46701 +IEJleW9uY2U= 46702 +0LjQvNC+0YHRgtC4 46703 +INCy0L7Qv9GA0L7RgdGL 46704 +IGJ1bHVu 46705 +aW5law== 46706 +YmVyZWljaA== 46707 +IHBhc3R1cmU= 46708 +IE9B 46709 +IE1lbHQ= 46710 +IEV0dA== 46711 +IERZ 46712 +IG9id29obA== 46713 +IGxlYWd1ZXM= 46714 +0YLQtdGB0Yw= 46715 +INC60YPRgQ== 46716 +IHZvcnM= 46717 +IHRvcHA= 46718 +b2dyYXBoaWNhbA== 46719 +YXNzdA== 46720 +IGxpbmRv 46721 +IOuwne2YlA== 46722 +IHLDqWZs 46723 +IGNsaW1icw== 46724 +IHZhcnNh 46725 +IG1ldGh5bA== 46726 +IEthcmVyZQ== 46727 +xrDhu58= 46728 +UmFk 46729 +IHByZXBhcmVkbmVzcw== 46730 +0L7QvdGH 46731 +IE9E 46732 +IENHSQ== 46733 +IOCkrg== 46734 +IHNwZWVjaGxlc3M= 46735 +IGxhc2Np 46736 +IGJvbGFn 46737 +INGF0L7Rh9C10YLRgdGP 46738 +IGdyaWV2aW5n 46739 +IEpvaGFubmVz 46740 +IENhcnJvbGw= 46741 +YWRha2k= 46742 +iKzr 46743 +IHPFgnU= 46744 +IGlubmVyaGFsYg== 46745 +IGd5bW5hc3RpY3M= 46746 +0L/RgNC4 46747 +aWZpcXVlcw== 46748 +IGthcmF0ZQ== 46749 +IGRvbXU= 46750 +T1RIRVI= 46751 +IGRlbWFuZMOp 46752 +IGJvb2tsZXQ= 46753 +IEt5b3Rv 46754 +IHdvaA== 46755 +IE1hcsOtYQ== 46756 +dmlvbGVudA== 46757 +SkU= 46758 +IGzDs2c= 46759 +IGJydXRhbGx5 46760 +Y290 46761 +INmF24w= 46762 +IFdhcnN6 46763 +d29s 46764 +IG1pa8Ok 46765 +IFByb25vdW5jZQ== 46766 +IEJyZW5kYW4= 46767 +IHJvdXA= 46768 +IGl0YWxpYW5v 46769 +INC60L7QvNC/0YzRjtGC 46770 +IHVyZ2luZw== 46771 +ZWRlcw== 46772 +IGNhcmJvbm8= 46773 +IFJpY2hhcmRzb24= 46774 +INCd0LDRhw== 46775 +IFRyYWluZXI= 46776 +IENyaW1lYQ== 46777 +IGRpYXBlcnM= 46778 +IGNvdmV0 46779 +IE1haGFy 46780 +IEh1dGNo 46781 +IEF1c3c= 46782 +YmVydHk= 46783 +IGluZGlmZmVyZW50 46784 +0LrRgNC10YI= 46785 +dWxkYWRl 46786 +IGhhcm1z 46787 +otmG 46788 +bGVzaWE= 46789 +IGdpbw== 46790 +IE1pc3RyZXNz 46791 +IEtub3g= 46792 +IEZSRUU= 46793 +IOujqOs= 46794 +INC90LDRiNCw 46795 +IGludmluY2libGU= 46796 +IG1haWRlbg== 46797 +IEplZXo= 46798 +IGJyZXZl 46799 +cG9sZQ== 46800 +IGNyaXRpY2lzbXM= 46801 +IFJ1c2lh 46802 +4KSu 46803 +cGhpbg== 46804 +IENvbXBhcmU= 46805 +IEJPTg== 46806 +IHNuZWFraW5n 46807 +IFJhaWxz 46808 +IEdlcmFs 46809 +IDE5NTM= 46810 +SG9sYQ== 46811 +INC+0L/Ri9GC 46812 +IHJhaW5mb3Jlc3Q= 46813 +IGJlbHVt 46814 +IE9iaQ== 46815 +IElTUw== 46816 +INCh0LI= 46817 +IGJsb25k 46818 +IHd6Z2w= 46819 +IHBvd2llZHppYcWC 46820 +IGNob2tpbmc= 46821 +IFNvbmdz 46822 +IEJpcmF6 46823 +IHllbGxz 46824 +IHN0eWxpc3Q= 46825 +z4zPhM61 46826 +IHNjaHJlaWJlbg== 46827 +IEphdw== 46828 +IEVsZXZlbg== 46829 +IFJpZg== 46830 +Ly4= 46831 +IOyYpOuenOunjA== 46832 +IHRyZWF0aWVz 46833 +dWZmZWQ= 46834 +IOKIkg== 46835 +IHJvb2Zz 46836 +4LmA4Liq 46837 +IOu7 46838 +IHNwYXJrbGU= 46839 +IEtpZXY= 46840 +IEFyZ3U= 46841 +ZXJlY2h0 46842 +INCd0LDQtNC+ 46843 +IEZJTA== 46844 +IG1vbHRh 46845 +IERldmk= 46846 +IGNhbXBl 46847 +IGJlbmV2b2w= 46848 +IFRvdWdo 46849 +IG1vaW0= 46850 +IGV2YWN1YXRl 46851 +IGVycmFkbw== 46852 +0YDRg9Cz0L4= 46853 +IO2OmA== 46854 +IM6TzrnOsQ== 46855 +IHdlYWtlbg== 46856 +IGlsbHVtaW5hdGVk 46857 +IHNpZ2xv 46858 +IFZhY2M= 46859 +0LjQtdC5 46860 +YWxpcw== 46861 +INGD0YHRgtGA0L7QuQ== 46862 +IGRvbmE= 46863 +xYJvcw== 46864 +w7xtYW4= 46865 +IHByb2R1Y2Npw7Nu 46866 +IGNsb3Q= 46867 +IE1hbmdv 46868 +IHVuZWFzeQ== 46869 +IHNodXRz 46870 +IEV4YW1wbGVz 46871 +dmVsbA== 46872 +ZWJl 46873 +IHByb21wdGx5 46874 +IFRlbGVz 46875 +INC/0YDQvtGI0Ls= 46876 +IHB1ZXJ0YQ== 46877 +IMO8YmVyemV1Zw== 46878 +IGNvY2g= 46879 +c29jaWFs 46880 +IEJlbnNvbg== 46881 +IE1ldGg= 46882 +IEV4cGVk 46883 +IHN1cHBsZW1lbnRhbA== 46884 +IGNvbmNlaXZl 46885 +INeY15XXkQ== 46886 +IGNhcHRpdml0eQ== 46887 +j5nslYg= 46888 +INGF0YPQtA== 46889 +Zm9ybWluZw== 46890 +IHVwbG9hZHM= 46891 +IHR1cmJ1bGVuY2U= 46892 +am9pbnQ= 46893 +IHNhdGlzZmFjdG9yeQ== 46894 +IEFuaW1l 46895 +IHdhc2hlcw== 46896 +IGxpYmVyYWxz 46897 +IFN1bnNoaW5l 46898 +IFJFQUw= 46899 +dWJsaWs= 46900 +YmluYXJ5 46901 +VG9ueQ== 46902 +IHBvbGFyaXplZA== 46903 +IGVucmljaGVk 46904 +dGFraW5n 46905 +IOuBneuCmA== 46906 +IHBsZWFzdXJlcw== 46907 +IGV4dGVybWlu 46908 +aW5lc2U= 46909 +YXRs 46910 +dsOkcg== 46911 +0LDRgNGL 46912 +IG15xZs= 46913 +bmFycmF0b3I= 46914 +INC+0LTQvdC+0Lw= 46915 +IG5handpxJk= 46916 +IG1vYmlsaXpl 46917 +IG1pbGxvcg== 46918 +IGF0YQ== 46919 +IHBvbMOtdGljbw== 46920 +IHBsZWFk 46921 +IHBhaW50ZXJz 46922 +IFNvdw== 46923 +0L7RhA== 46924 +IOyYm+uCoA== 46925 +INGH0YLQvtCx 46926 +IHNhYm9y 46927 +IFVuZGVydA== 46928 +IEpFUlJZ 46929 +xaHDrQ== 46930 +IOuwluyXkA== 46931 +IHByw6ljw6lk 46932 +IGFubm90YXRpb24= 46933 +IEluYXVkaWJsZQ== 46934 +IHRleHR1cmVk 46935 +IGZpc2hlcm1hbg== 46936 +dm9yZGFu 46937 +aWNoZXJ1bmc= 46938 +IOyggeydtA== 46939 +IGdlemVpZ3Q= 46940 +IG1hbmRhdGVz 46941 +IGJlYWs= 46942 +IFRXTw== 46943 +IEFrYmFy 46944 +aWxpYW4= 46945 +IHRp4bq/cA== 46946 +IHN1cGVyaW9yaXR5 46947 +aW5rdQ== 46948 +IGx5cw== 46949 +IEZDQw== 46950 +IENQQQ== 46951 +dXN0ZXJpbmc= 46952 +bmljb3M= 46953 +YW5qYQ== 46954 +IGNoaWxscw== 46955 +IENhZ2U= 46956 +IHNlYWxpbmc= 46957 +IHNhw6c= 46958 +IGRlZGFucw== 46959 +IEFsZ2Vy 46960 +IHNwZXppZQ== 46961 +IGNvbG9zcw== 46962 +xLF5xLE= 46963 +Y2xvY2t3aXNl 46964 +IGV4YWN0YW1lbnRl 46965 +IGllbWFuZA== 46966 +YW3EsQ== 46967 +IG1hbmRhcg== 46968 +cmFq 46969 +ZmFjZWQ= 46970 +YWd1YQ== 46971 +IOq5lOs= 46972 +IGluc2Jlc29uZGVyZQ== 46973 +IGRyaXp6bGU= 46974 +IGRpbWluaXNo 46975 +IFlvZGE= 46976 +QUk= 46977 +IGJpbG1peW9ydW0= 46978 +IE1NQQ== 46979 +YXRlZ29yeQ== 46980 +INC/0LXRgNC10L8= 46981 +IHBhcnRpY2lwYXI= 46982 +IG5vcm1hbGl6ZWQ= 46983 +IGNvbXBsZXhpdGllcw== 46984 +0LDRgNC+0LI= 46985 +bWlzdA== 46986 +aWNoYQ== 46987 +R3JvdXA= 46988 +IHJlc2lsaWVuY3k= 46989 +IG5vZ2xl 46990 +IENOQw== 46991 +cHLDvA== 46992 +IHBoeXNpY2lzdHM= 46993 +0L3QvtC6 46994 +TEk= 46995 +IHN0dWZmcw== 46996 +IHNpc3RlbWFz 46997 +IGludGVyZmVyaW5n 46998 +IE1hcnZpbg== 46999 +w6lyY2l0bw== 47000 +IOyXhuqzoA== 47001 +IHNvbmlj 47002 +IGVxdWl2 47003 +IGFib3Jk 47004 +IFJhbWVu 47005 +IDA5 47006 +bWVkaW0= 47007 +YXRpcXVlcw== 47008 +INC00LXQu9Cw0Y7Rgg== 47009 +IHVuYW5pbW91c2x5 47010 +IHNraXJ0cw== 47011 +IO2KueuzhA== 47012 +IFByaXg= 47013 +a2FtaQ== 47014 +IGZydWl0aW9u 47015 +IGJpcnRoZGF5cw== 47016 +0LjQutC+0Lw= 47017 +IGluYXVndXJhbA== 47018 +IGNvcnJlbGF0ZQ== 47019 +IFRvcnk= 47020 +IOuCmOyB 47021 +IGRldw== 47022 +IFByZWNpcw== 47023 +aWhp 47024 +IOusuOygnOqwgA== 47025 +IGNpdGluZw== 47026 +IExhbmE= 47027 +IEthZw== 47028 +IHBsYXl0aHJvdWdo 47029 +IFByb3RvY29s 47030 +ZnJpc3Q= 47031 +aG92YWg= 47032 +IG1lcmNpZnVs 47033 +IGJpbGluZ3VhbA== 47034 +IEd1aXRhcg== 47035 +cmg= 47036 +IGdsYW1vcm91cw== 47037 +IFZpa2luZ3M= 47038 +IE9vb29o 47039 +7ZWY64qU642w 47040 +IFVnYW5kYQ== 47041 +IGNvbGxhcHNlcw== 47042 +ZW50cnk= 47043 +IGFudGlveGlkYW50cw== 47044 +64KY6w== 47045 +0YjQsNGP 47046 +IHRyaXZpYQ== 47047 +IGfDpGxsZXI= 47048 +IGZ1bmdp 47049 +IG1pbGtz 47050 +IGRpY2h0 47051 +zrzOtw== 47052 +cG9rZQ== 47053 +INCy0YvQv9GD0YHQug== 47054 +IGZlZWRlcg== 47055 +IEFsY29ob2w= 47056 +aG93ZXI= 47057 +IGRlc2VydmluZw== 47058 +IFJlYmVs 47059 +aW9zaXM= 47060 +IDEwMw== 47061 +IGhhbmRvdXQ= 47062 +IGVubQ== 47063 +IGxhbmRsb3Jkcw== 47064 +IGdlb2xvZ3k= 47065 +cmlscw== 47066 +IGNvYnJh 47067 +IFZvbGQ= 47068 +IFBhbmNo 47069 +IEdSRUc= 47070 +IHByb3Nz 47071 +IGJyYWNlbGV0cw== 47072 +IFZlZ2E= 47073 +IHJvenVt 47074 +0LDQt9C0 47075 +IEx5bmQ= 47076 +IEhvbm9ycw== 47077 +IHN1cnJlbmRlcmVk 47078 +IGxpYnJhcmlhbnM= 47079 +MTI1 47080 +INGB0LjQsw== 47081 +IHVuaWZvcm1seQ== 47082 +IEVhZ2xlcw== 47083 +7JWZ 47084 +0LjRgtCw0L0= 47085 +YW5kaWQ= 47086 +IOygiOuMgA== 47087 +INi2 47088 +IGFycmVzdHM= 47089 +IENTVg== 47090 +IEF6ZXJiYWlqYW4= 47091 +b3J0aWM= 47092 +IERY 47093 +IEFkdmVudHVyZXM= 47094 +IGFidXM= 47095 +IEZhdQ== 47096 +IHNjaGxpbW0= 47097 +IHJhdHRsaW5n 47098 +IGNvbnN1bWVz 47099 +IFRvbGtpZW4= 47100 +IHJlc3VycmVjdGVk 47101 +IFhZ 47102 +7Yq46rCA 47103 +INCy0YvRgdGC0YPQvw== 47104 +IEFuZ2ll 47105 +xbxlbmlh 47106 +TWlj 47107 +IFNoZWlsYQ== 47108 +YWNodGV0 47109 +IG92ZXJzdA== 47110 +IGzDog== 47111 +IGluZWZmZWN0aXZl 47112 +IHdpY2h0aWdlcg== 47113 +IHZpbm8= 47114 +IHB1bQ== 47115 +IGFuZ2xlZA== 47116 +IFBpb25l 47117 +IE3hu7k= 47118 +d2/Fm8SH 47119 +ZHJhdw== 47120 +4Lix4LmI 47121 +bWFya2V0cw== 47122 +IGNhZmVz 47123 +IENlbQ== 47124 +4p2k 47125 +IFN1aXQ= 47126 +TUs= 47127 +IGVtcGhhc2l6ZXM= 47128 +IHRvcnRpbGxh 47129 +IG1lam9yYXI= 47130 +IFN1cnZpdg== 47131 +Y2FzdGluZw== 47132 +IGVkdWNhY2nDs24= 47133 +IEd1bQ== 47134 +dWVseQ== 47135 +IOyXrOq4sOuKlA== 47136 +IHN0cmV0Y2h5 47137 +ZW7Dp2E= 47138 +IHdpdGhob2xk 47139 +IGV4aXRpbmc= 47140 +IGVudGhhbHB5 47141 +IFRyYW5zaXQ= 47142 +xLFsbcSxxZ8= 47143 +YWxpZXM= 47144 +IHNhbHZhcg== 47145 +IGxlYW5lZA== 47146 +IGdyb8OfZXM= 47147 +IGZpdHQ= 47148 +0LDQutC4 47149 +U2FyYWg= 47150 +IGhvc3RlbA== 47151 +IGZpbmdlcm5h 47152 +IG5hZHppZWrEmQ== 47153 +d2l2ZXM= 47154 +UmVj 47155 +IHNwb29s 47156 +0LDRgtC+0LI= 47157 +IEVuZW15 47158 +IGZ1cnk= 47159 +IGRldHRh 47160 +IEZheQ== 47161 +0Y/RjtGC 47162 +IGFwcm94aW1hZGFtZW50ZQ== 47163 +IHNpbG9z 47164 +IG1hZ2lzdA== 47165 +IGNyZWU= 47166 +IEtyYW5r 47167 +IERPV04= 47168 +IHN0YXJ0bGVk 47169 +IHJlYm9ybg== 47170 +IFVtd2VsdA== 47171 +IFN1emFubmU= 47172 +0L3QuNGG0Ys= 47173 +b3V0ZXo= 47174 +IEpBQw== 47175 +eWFyZHM= 47176 +cmFkYXM= 47177 +cmF1 47178 +aXB0cw== 47179 +aGFpbA== 47180 +IHBhcmFncmFwaHM= 47181 +IG1lZ2xpbw== 47182 +IGlzb2xhdGluZw== 47183 +IGFjZWl0ZQ== 47184 +IEhhcnNo 47185 +IGN5c3Q= 47186 +IEJsb2NrY2hhaW4= 47187 +INGF0L7RgNC+0YjQuNC5 47188 +IHZpcnR1b3Vz 47189 +IGludmVzdGlnYWNpw7Nu 47190 +IGRldm9pcg== 47191 +IG1hc3R1cmI= 47192 +IFNhbGU= 47193 +2YrYsdip 47194 +IM6n 47195 +IFN0cmHDn2Vu 47196 +IGRpa2s= 47197 +IGFmb3Jl 47198 +IEp1bmdrb29r 47199 +IGNob2NpYcW8 47200 +IERlYmF0dGU= 47201 +IHdlaXJkbHk= 47202 +IHZpYWpl 47203 +cmVnaXN0 47204 +SGVscA== 47205 +IGtpbmRlcmVu 47206 +IGZvcm11bGF0ZWQ= 47207 +IGVuZmlt 47208 +IFRvd2FyZHM= 47209 +0LrQvtGX 47210 +aXZlcmluZw== 47211 +INC00LXRgtC4 47212 +Y2hhcmdlcg== 47213 +IHB1cmw= 47214 +IGFjYWRlbWljYWxseQ== 47215 +IE51cnNl 47216 +IGRlbGV0aW5n 47217 +YXlv 47218 +IHJlZnVzYWw= 47219 +IGRlcGljdHM= 47220 +IERyYWN1bGE= 47221 +IHRvYXN0ZWQ= 47222 +IFpvbWJpZQ== 47223 +IFN1cGVyaW9y 47224 +IEJvbGQ= 47225 +IHF1aXp6ZXM= 47226 +IGdsZQ== 47227 +NDUw 47228 +IGNvbWXDp28= 47229 +eW5u 47230 +IHZlcnN0 47231 +IE9sYWY= 47232 +IHBvbW9j 47233 +IFNhc2s= 47234 +65g= 47235 +IFRDUA== 47236 +IFByb3BlcnR5 47237 +7ZWY7KOg 47238 +4Lic4Lih 47239 +Ym9vbQ== 47240 +YXJvcw== 47241 +INGA0L7RgdGB0LjQuQ== 47242 +INCx0YvQstCw0LXRgg== 47243 +IOydtOyVvOq4sOulvA== 47244 +IGNvbWJpZW4= 47245 +dmFjYw== 47246 +IGViZW5mYWxscw== 47247 +cGFyYQ== 47248 +INC30Lw= 47249 +IGRlc3BlcmF0aW9u 47250 +b3JkcmU= 47251 +INep15zXmQ== 47252 +IGdlbmVyb3VzbHk= 47253 +INCe0Lo= 47254 +IG9yYml0aW5n 47255 +Pjwv 47256 +IGVzcMOt 47257 +IENPUA== 47258 +dmlzaWJsZQ== 47259 +INC/0YDQtdGB0YLRg9C/ 47260 +IHN0aXRjaGVk 47261 +4K+ILg== 47262 +IGxhdGVudA== 47263 +IFByYWI= 47264 +IE1jTg== 47265 +IEhlYWxpbmc= 47266 +IEN1cmlvc2l0eQ== 47267 +Y2VydA== 47268 +IOuvvOyjvA== 47269 +IHBhdGllbnRseQ== 47270 +IFlU 47271 +Zm9yZWlnbg== 47272 +IHbhuqtu 47273 +IGluZHVzdHJp 47274 +IGNvY2t0YWlscw== 47275 +IGJyaWdodGVu 47276 +IGNvbnNvbGlkYXRlZA== 47277 +0LDRgNC0 47278 +bHRyeQ== 47279 +IGdyaWxsZQ== 47280 +IGJvbmE= 47281 +IGRpbGlnZW50bHk= 47282 +IFdyZXN0bGVNYW5pYQ== 47283 +ZXJrdA== 47284 +ZW5lcmd5 47285 +OTk5 47286 +4K6V4K61 47287 +IHRvdGU= 47288 +aW9ubw== 47289 +RElP 47290 +IHNjaGl6b3BocmVuaWE= 47291 +IHBvc3Rwb25lZA== 47292 +IFFpdQ== 47293 +IM+Dz4XOvQ== 47294 +IHpkasSZ 47295 +IHNwYW5uZW5k 47296 +IERJUw== 47297 +UmVs 47298 +IHJoaW4= 47299 +aW1tdW5l 47300 +T2xk 47301 +IHBsw7Z0emxpY2g= 47302 +IG1vdW5k 47303 +IGFzdHJvbm9taWNhbA== 47304 +IEd1aWQ= 47305 +IEN1bA== 47306 +SEk= 47307 +IMWg 47308 +IHJlcG8= 47309 +IE1hdXJpY2U= 47310 +IGJhbmRpdHM= 47311 +IERlc2t0b3A= 47312 +w6Rzcw== 47313 +ZnRh 47314 +IGxpY2VuY2U= 47315 +IGltYWdpbmFy 47316 +IEVudHJlcHJlbmU= 47317 +eG8= 47318 +IOunm+yeiOuKlA== 47319 +INeU15E= 47320 +IHB1bXBraW5z 47321 +IGthbnNzYQ== 47322 +IGrEmXp5 47323 +IGNvbW11bmF1dMOp 47324 +YsO8cg== 47325 +IGVyaMO2 47326 +IFdvbHZlcg== 47327 +IFNoYXJpbmc= 47328 +IHBha2Fp 47329 +IGluc3VsdGVk 47330 +0JzRiw== 47331 +0L7Rlw== 47332 +IGNvbnNpc3Rl 47333 +IHlvdW5nc3RlcnM= 47334 +IGdsZWljaGVu 47335 +d2VkZXI= 47336 +IG1vdGU= 47337 +IGNsYXVzZXM= 47338 +w6l0YXQ= 47339 +cHJ1cw== 47340 +IHdhc3Q= 47341 +IENyaXNw 47342 +IG9mZmVuZGVycw== 47343 +IGNvbnZlY3Rpb24= 47344 +IGNvbmZpYW4= 47345 +b2xsb3c= 47346 +YW1ldA== 47347 +INGX0YU= 47348 +ZmZpY2llbmN5 47349 +IHVuZ2xhdWI= 47350 +aWdhbnM= 47351 +IG1hcmtldGVk 47352 +IFZBTg== 47353 +IHByb2NsYWltZWQ= 47354 +IGPDqWx1bGFz 47355 +IGNvbGxpZGU= 47356 +IE9jdWx1cw== 47357 +YWRvcmU= 47358 +Smk= 47359 +IHN1c3RhaW5pbmc= 47360 +IEZhc2M= 47361 +IHNldHp0 47362 +IG5vc2FsdHJlcw== 47363 +TW9zdA== 47364 +INCy0Yc= 47365 +IG5hdWM= 47366 +IEJoYXI= 47367 +IHnDqnU= 47368 +IHRpbWVzdA== 47369 +IHBlcnRhbWE= 47370 +aXJtaQ== 47371 +IHp3cg== 47372 +IHZlcmJlc3M= 47373 +IHZvcnRleA== 47374 +IFNUQUNL 47375 +2KvYsQ== 47376 +uYTr 47377 +lJTsmKQ= 47378 +IGxpbmthZ2U= 47379 +IEZyYXNlcg== 47380 +ZW5hcmlv 47381 +IOudvOuKlA== 47382 +IOyEoOuwsA== 47383 +aHRoYWw= 47384 +IOq5jA== 47385 +IEtow7RuZw== 47386 +w4M= 47387 +IHNjcmFtYmxlZA== 47388 +IEVpbms= 47389 +IG1pY3Jvb3JnYW4= 47390 +IG5hcmNpc3Npc3Q= 47391 +IEtvbWJhdA== 47392 +IOunoQ== 47393 +IEFHQQ== 47394 +IHBlcmZla3Q= 47395 +IFNlcmll 47396 +ZGV0ZXJt 47397 +LSc= 47398 +IHBvbnl0YWls 47399 +IGtvc2th 47400 +7JM= 47401 +IG9iZWM= 47402 +IGNoZXN0cw== 47403 +dmVlcg== 47404 +IHVwcmlzaW5n 47405 +IHN0b2tlZA== 47406 +YXNzb2Np 47407 +IHByb2R1w6fDo28= 47408 +IFNoYXBl 47409 +7KCc6rCA 47410 +IOuUsA== 47411 +IGpvbg== 47412 +IGluYWR2ZXJ0 47413 +YW50YXM= 47414 +INC90LDQutC+0L3QtdGG 47415 +IEFyc2VuYWw= 47416 +IHByb3RlZw== 47417 +IGxpYmVydMOp 47418 +IGdsYXJl 47419 +IHZlcmVpbg== 47420 +IGluc2VydHM= 47421 +IEphbmE= 47422 +IHd5ZGFqZQ== 47423 +xYJ1bQ== 47424 +ICUu 47425 +b3JpZ2luZQ== 47426 +IHN5bmFnb2d1ZQ== 47427 +IGZhbGxhaXQ= 47428 +IGRpc29iZWQ= 47429 +IGFudGlj 47430 +IEN5Y2w= 47431 +IGFzeW5jaHJvbm91cw== 47432 +IOuyjOyNqA== 47433 +IGdlc3VuZA== 47434 +IGdhZ24= 47435 +IHBlYQ== 47436 +IGdyaW4= 47437 +w6lzdA== 47438 +IHNhdWM= 47439 +IE3DpGQ= 47440 +7ZW064+E 47441 +cHBz 47442 +IM61z4DOuQ== 47443 +IHBldXBsZQ== 47444 +IGRlYmVu 47445 +IEJyZWU= 47446 +INGA0L7Qu9GM 47447 +INC60LDQutC40Lw= 47448 +IMO6dGls 47449 +IGRpc3RyaWJ1dG9y 47450 +0LDQu9GL 47451 +IHN3b2rEhQ== 47452 +IGZvbGtsb3Jl 47453 +IHJlY2VpdmVycw== 47454 +IE1PTw== 47455 +Ymlucw== 47456 +YXN0cmU= 47457 +7JWI6w== 47458 +IOuEo+qzoA== 47459 +IG11bHRpbWVkaWE= 47460 +IGdlYmF1dA== 47461 +0L7QstGL0YU= 47462 +w6N5 47463 +IGRhbmU= 47464 +b2tvbA== 47465 +ZW1pdGlzbQ== 47466 +T05FWQ== 47467 +IHlhxJ8= 47468 +IGNoYXVmZg== 47469 +IGVzZnVlcg== 47470 +xINu 47471 +ZXJ0YXM= 47472 +IGZvbmN0aW9ubmU= 47473 +b21pbmE= 47474 +IGl2b3J5 47475 +IFlvdXR1YmVy 47476 +IFNreXdhbGtlcg== 47477 +0LjRh9C10YHQutCw0Y8= 47478 +dG9p 47479 +IHZleWE= 47480 +IGdlbGVybnQ= 47481 +IGNoYW5jZWxsb3I= 47482 +IFN0YXRpc3RpY3M= 47483 +IHdlbGRlZA== 47484 +IG9uZGFu 47485 +IFNlaQ== 47486 +IG1lZGljYWxseQ== 47487 +IGVuZXJnaXplZA== 47488 +IFZpYQ== 47489 +INCy0LjQug== 47490 +IHVuaW50ZXI= 47491 +IGhpZ2huZXNz 47492 +IO2MlOs= 47493 +IGFtcGxpZmllZA== 47494 +IFNlcmdleQ== 47495 +IE1pbnM= 47496 +d2FybQ== 47497 +cGVsbA== 47498 +b3BoaWxl 47499 +IGjDqA== 47500 +IEJlbG8= 47501 +IFNrZXRjaA== 47502 +IGNoYXJhY3Rlcml6YXRpb24= 47503 +YW5zZW4= 47504 +INGC0YPRgA== 47505 +IOOFi+OFi+OFiw== 47506 +Tm90ZQ== 47507 +IGtvxZ8= 47508 +IGNpZXJ0 47509 +Zmx1 47510 +IGJhaHQ= 47511 +IERvd250b3du 47512 +IENSSVM= 47513 +b2RpZQ== 47514 +MTQw 47515 +IGxpdHJlcw== 47516 +IGdyaWV2 47517 +IOyUqOqwgA== 47518 +IHN1Y2NlZWRz 47519 +IF9f 47520 +ZW50aW5n 47521 +IHZpbW9z 47522 +IHPDrA== 47523 +ZGVmZW5zZQ== 47524 +IE1jRA== 47525 +IE1hcmlvbg== 47526 +IERvbnQ= 47527 +IEREUg== 47528 +IExhemFy 47529 +IERBUg== 47530 +IGt1dg== 47531 +S24= 47532 +IHNlbWJsYQ== 47533 +IGFpcmJvcm5l 47534 +IFZpb2xlbmNl 47535 +65CQ 47536 +IHJlc3RyYWludA== 47537 +IHdoaXN0bGVz 47538 +IHNjb2xkZWQ= 47539 +IGFjY2Vzbw== 47540 +IGFic29sdXRhbWVudGU= 47541 +IFR5bA== 47542 +IFNhcA== 47543 +toDrtoQ= 47544 +aXTDpHRlbg== 47545 +YWRlbQ== 47546 +IMO9 47547 +IHByZXNjcmliZQ== 47548 +IE1hZ2U= 47549 +IEhlbGVuYQ== 47550 +dnQ= 47551 +IHZpZW5lbg== 47552 +IHNuZWV6 47553 +IG1vbMOp 47554 +xrDhu59uZw== 47555 +IHRyYW5zcG9ydGluZw== 47556 +IExlYW4= 47557 +IGt1bmc= 47558 +0YPRgNCw 47559 +z4TOrQ== 47560 +dXRjaGVz 47561 +b25kZXJz 47562 +bGl5b3I= 47563 +TmF0 47564 +IHppag== 47565 +IG1hbW1hbA== 47566 +IGvDpHl0 47567 +IEpvYW5uYQ== 47568 +c2VudA== 47569 +IOCkuA== 47570 +IHZlc3RlZA== 47571 +IEVyZmFocnVuZw== 47572 +b2tlZQ== 47573 +IGNsaXBwaW5n 47574 +IExpc3RlbmluZw== 47575 +ICgj 47576 +ZsO2 47577 +IHZpZGFyZQ== 47578 +IGJyaXR0bGU= 47579 +IFNUQVJU 47580 +IERhbWFz 47581 +IFlvZw== 47582 +Z2FydA== 47583 +IHZlcmxpZXI= 47584 +IGhlYXJ0ZmVsdA== 47585 +IGRvxZvEhw== 47586 +7LmY6rCA 47587 +LsK7 47588 +IG1heGltYWw= 47589 +IGRpc3RpbnRvcw== 47590 +IOyZnOuDkO2VmOuptA== 47591 +IHNhaWxlZA== 47592 +IGNvbnZleWVk 47593 +IFRpbmRlcg== 47594 +IFNVUEVS 47595 +0L3QuNGG0YM= 47596 +Y29udHJvbGxlZA== 47597 +IGZ1bno= 47598 +IGJhc3RhcmRz 47599 +IEdpbnNidXJn 47600 +IG51b3Zv 47601 +IFBlcmU= 47602 +IEpFUw== 47603 +IERpbmdlbg== 47604 +IEJldHM= 47605 +dW1iYQ== 47606 +YWNjacOzbg== 47607 +IOyeiOyngOunjA== 47608 +IHJldHJh 47609 +IExhdXJlbnQ= 47610 +IHBvenk= 47611 +IGdyb292ZXM= 47612 +IG3DoXF1aW5h 47613 +IG1pbmlvbg== 47614 +IGRlaW5lbg== 47615 +IFNoYXVu 47616 +15nXmQ== 47617 +IGhvbm9yYXJ5 47618 +b3NhdXJ1cw== 47619 +IHplaXQ= 47620 +IGVzcGVjaWU= 47621 +IEJDRQ== 47622 +0LDRgtC1 47623 +SnVzdGlu 47624 +IFdoZWVscw== 47625 +IOydtO2VtA== 47626 +INio2YrZhg== 47627 +IHByb3B1bHNpb24= 47628 +IHBlcmNlYmVy 47629 +IE5ld21hbg== 47630 +5bQ= 47631 +Y3Vsb3Npcw== 47632 +TWk= 47633 +INCw0LrQutGD 47634 +IG1hc3RlcmluZw== 47635 +IGzDpGg= 47636 +IGZpc3Rz 47637 +IG1hcmluYWRl 47638 +TGlsbHk= 47639 +IOuFuOugpQ== 47640 +IFlI 47641 +IHVyZ2VudGx5 47642 +IGluZm9ybWF0aW9uYWw= 47643 +IGFjb3Jkbw== 47644 +aXp6eQ== 47645 +7J207Ja0 47646 +aW1hcg== 47647 +IOuCmOyYpOs= 47648 +IHR3ZW50aWVz 47649 +IHJhc3A= 47650 +IGJ1bXB5 47651 +2KjYqQ== 47652 +d29ya2Vy 47653 +IHF1aWNrZXN0 47654 +IGF0dGFjaGVz 47655 +0LLQuNCz 47656 +IOuCmO2DgOs= 47657 +IHB1cmVl 47658 +IG92ZXJzaXplZA== 47659 +IHN0aXJyZWQ= 47660 +IGpha2lt 47661 +IGhvbWljaWRl 47662 +aXNjaWxsYQ== 47663 +IOyxmQ== 47664 +IHNwZWN1bGF0aXZl 47665 +IGFzc2lzdHM= 47666 +bWFpbg== 47667 +asOkaHI= 47668 +aW5kZXQ= 47669 +IMWfdXI= 47670 +IGZvcmVjYXN0cw== 47671 +IGRpdmVyc2lvbg== 47672 +IHRhcmU= 47673 +IG9nbA== 47674 +IE9yZ2FuaXNhdGlvbg== 47675 +IENoZXZ5 47676 +IGJhamE= 47677 +YW5kxLFy 47678 +INmI2YTYpw== 47679 +IHJhZGlhbnQ= 47680 +IGxpYWlzb24= 47681 +IGRlbW9rcmF0 47682 +IE1BUkM= 47683 +z4DOv8+F 47684 +IHJ1bnQ= 47685 +IHByw6ljaXM= 47686 +IGdldmVu 47687 +IHbDqWhpYw== 47688 +IEpFU1M= 47689 +U1RS 47690 +IOyWmOs= 47691 +IHZpc2lvbmFyeQ== 47692 +IGJ1cmFkYW4= 47693 +IHJlYmlydGg= 47694 +IGV4aGliaXRlZA== 47695 +IE1ldGFsbA== 47696 +b2xpZQ== 47697 +ZWx5bg== 47698 +IGZsYXZvdXJz 47699 +IGVzY3JpdG8= 47700 +IERlbGV0ZQ== 47701 +IOyVjOyVmOyWtA== 47702 +INGD0LrRgNCw0ZfQvQ== 47703 +IGludGVycnVwdGluZw== 47704 +IGlkZW50aWZpYw== 47705 +IFN1enVraQ== 47706 +IExhbmRpbmc= 47707 +YW5kaQ== 47708 +IGVzdHJhbg== 47709 +IGNvdWxldXI= 47710 +IGFncmFk 47711 +IFNueQ== 47712 +IOCuh+Cusg== 47713 +IGFuZGVy 47714 +IHJ1YQ== 47715 +IHByaXNl 47716 +IGxhdXJl 47717 +IO2KgA== 47718 +IG1vZGVyYXRpb24= 47719 +IGVyZmFocmVu 47720 +IGRlY29uc3Q= 47721 +IFJlZXNl 47722 +IFBL 47723 +ZXRvcw== 47724 +IEdyYXZpdHk= 47725 +IEVyZW4= 47726 +IG92ZXJib2FyZA== 47727 +IG3DvHNzdA== 47728 +IEVtYWls 47729 +0LXRgNC8 47730 +eWRp 47731 +acSZZHp5 47732 +IExPVQ== 47733 +IEZ1w59iYWxs 47734 +IFJE 47735 +YWx0cw== 47736 +IOyKpO2KuOs= 47737 +INCa0YDQsNGB 47738 +IHRlbGV2 47739 +INGA0L4= 47740 +IHJlc2lnbmF0aW9u 47741 +IGppbmdsZQ== 47742 +IFN0dWRpZW4= 47743 +IElY 47744 +IFNlbnRpbmVs 47745 +IFBhbmc= 47746 +6YQ= 47747 +SmFrZQ== 47748 +IHBlcnNvbmFnZW0= 47749 +IG3DqWRpYQ== 47750 +IENoZXJu 47751 +YW50aWNhbGx5 47752 +IHRo4budaQ== 47753 +IHBhcmFseXNpcw== 47754 +IGphcGFuZXNl 47755 +IGNvbmV4 47756 +IGVmaWM= 47757 +IHVuZGVyc2lkZQ== 47758 +IG5lb2w= 47759 +IGZpYW4= 47760 +0LjQvNC+0YHRgtGM 47761 +IHF1aXJreQ== 47762 +IHBpc3Rh 47763 +IENsZW1lbnQ= 47764 +bm90aGluZw== 47765 +INC/0L7QtdGF 47766 +IGhvcnJlbmQ= 47767 +IGNvbnNvbGlkYXRl 47768 +cGxveXM= 47769 +ZW1ha2Vy 47770 +SmVubmlmZXI= 47771 +IG51bcOpcm8= 47772 +IGZhbW9zbw== 47773 +IE5lcHR1bmU= 47774 +IO2WiOyWtA== 47775 +INC/0YDQtdC30LjQtA== 47776 +IHNpdGNvbQ== 47777 +IHNlcmlv 47778 +IG11ZQ== 47779 +IGdsYW5kcw== 47780 +IGLDtnJqYXI= 47781 +IFlK 47782 +IFJpb3Q= 47783 +cGFyYWd1cw== 47784 +IHNlZ3VyYW7Dp2E= 47785 +IGltbWF0dXJl 47786 +IE1hZG9ubmE= 47787 +4LiN 47788 +IGxpbmdlcmluZw== 47789 +IGFjZXNzbw== 47790 +IE9yaWVudA== 47791 +IFJlY29tbQ== 47792 +IGNvbXBsYWM= 47793 +Zm91bmRlZA== 47794 +YXR0ZW5k 47795 +IGNpZWxv 47796 +IFpoYW4= 47797 +bmFpcmVz 47798 +Y2Nv 47799 +INeQ16A= 47800 +IHN0YXRh 47801 +IGNvbnRyYWRpY3Rvcnk= 47802 +IFPDqQ== 47803 +IFNBTg== 47804 +IENvbm5pZQ== 47805 +IOuLueyLnA== 47806 +INGB0LDQvNC+0Lk= 47807 +IG1hamVzdGlj 47808 +IFBlbmd1aW4= 47809 +IENPTUU= 47810 +w61jaW9z 47811 +cGVybw== 47812 +IG1n 47813 +IGZhdWM= 47814 +IGNvcnJlcg== 47815 +IEdvdHRlcw== 47816 +IEFuZ2xv 47817 +SGFy 47818 +4buXaQ== 47819 +IHZpdGVzc2U= 47820 +IGFubm91bmNlcg== 47821 +IE9tYWhh 47822 +a3Vt 47823 +IHNwYXJlZA== 47824 +INGA0LDQt9Cw 47825 +INC/0L7Qu9GD0YfQuNGC0YHRjw== 47826 +IHTDpGjDpG4= 47827 +INC/0L7QvdCw0LQ= 47828 +IHBlcnRhaW5pbmc= 47829 +IFJhdGU= 47830 +aWVybg== 47831 +R29sZA== 47832 +IHRlc3Rl 47833 +IGRlxJ9pbGQ= 47834 +IGRhbXBpbmc= 47835 +IFBhcnRuZXJzaGlw 47836 +enlzdGE= 47837 +Z2VsZA== 47838 +IHNtb2tlcw== 47839 +IE1hcnJpYWdl 47840 +7Kq97JeQ 47841 +aXNjZQ== 47842 +IHRyeW5h 47843 +IERpcmVjdG9yeQ== 47844 +IOuCmOyYrA== 47845 +IHNoYW1lZnVs 47846 +IG1lbnRyZQ== 47847 +IGFzc2lnbmluZw== 47848 +IHJlcGVydG9pcmU= 47849 +IG9iamV0b3M= 47850 +IHVuZGVyd29ybGQ= 47851 +IGVuZGVhdm9ycw== 47852 +IGlnbml0ZQ== 47853 +INmI2Kw= 47854 +IGV4cGVyaWVudA== 47855 +INCX0LDQvw== 47856 +INC30LDQutC70Y7Rhw== 47857 +IHZvbHRhZ2Vz 47858 +IG5pZWdv 47859 +IGRlZmljaXRz 47860 +IGJ1ZW5vcw== 47861 +IFNsZWVwaW5n 47862 +IFNhbGVt 47863 +IHVubG9ja2luZw== 47864 +IGludGVyYWN0ZWQ= 47865 +IGVudGVuZGV1 47866 +IFN1cGVyaW50ZW5kZW50 47867 +IHN6Y3plZ8OzbA== 47868 +IHF1YXM= 47869 +IHBhbGluZw== 47870 +IGtobw== 47871 +2KjYrQ== 47872 +IGNvbGFib3I= 47873 +INC/0YDQuNCz0L7RgtC+0LI= 47874 +IG1hdXY= 47875 +IEp1ZGFz 47876 +IEFzc2lzdA== 47877 +INGC0LXRgNGA0Lg= 47878 +INC90LDRgdC60L7Qu9GM0LrQvg== 47879 +IHN1YnNpZHk= 47880 +IEVtYmFzc3k= 47881 +IGRhZ2Vu 47882 +IFNhbnRv 47883 +16nXldeR 47884 +IGFicnVwdGx5 47885 +IEFkYXB0 47886 +IHZhYWs= 47887 +IHBvc3RhbA== 47888 +IGludmVzdGly 47889 +IGZpcXVlaQ== 47890 +IGRvd250aW1l 47891 +IFdlYmI= 47892 +IE5DQUE= 47893 +IEVzdG95 47894 +0L7Qu9C+0YI= 47895 +IOyCrOqxtA== 47896 +IG5hdGlvbmFsaXN0 47897 +IEthdGhyeW4= 47898 +IEtvcA== 47899 +6ao= 47900 +U2Vhbg== 47901 +T05B 47902 +IEJq 47903 +16LXnQ== 47904 +w61i 47905 +aWRhbWVudGU= 47906 +INCz0LvQsNC30LA= 47907 +IHVubmll 47908 +IGdlbWFha3Q= 47909 +IElOVEVSVklFV0VS 47910 +IEhhdXQ= 47911 +zq/Ovw== 47912 +Z2VvaXM= 47913 +d3lkZA== 47914 +INC60L7Qu9C4 47915 +IHRpZ2h0ZW5lZA== 47916 +IHBsYW5uZXJz 47917 +IGhlcnVt 47918 +IGfDtnLDvG4= 47919 +IGVsZWN0cm9uaWNhbGx5 47920 +IGNlcmFt 47921 +IOuLpOyWke2VnA== 47922 +IGVwaWxlcHN5 47923 +IGXEnw== 47924 +bGlucw== 47925 +IFNoaW55 47926 +INGB0L7Qu9C9 47927 +IG1hY2Fyb24= 47928 +IGltcGFjdG8= 47929 +IFZlZ2Fu 47930 +emXFhA== 47931 +IFJhcGhh 47932 +IFBhcnM= 47933 +IExFTw== 47934 +Y8O8 47935 +INec15TXmdeV16o= 47936 +IMOkaG5saWNo 47937 +IGZsb3Nz 47938 +IEFa 47939 +IG3DtmNodGVu 47940 +IGdyb29taW5n 47941 +IGdyYXNzZXM= 47942 +cmFuY2g= 47943 +IHJlY2liaXI= 47944 +IGJvdW5jeQ== 47945 +IEhvYmJ5 47946 +IHZpa3RpZw== 47947 +IGJlZ2l0dQ== 47948 +IFBpY2Fzc28= 47949 +IEt1c2g= 47950 +66qo 47951 +IG9ic3RydWN0aW9u 47952 +IOu2hOychA== 47953 +IG1pY3JvYg== 47954 +IFdlc3RtaW5zdGVy 47955 +cm9wcw== 47956 +ZHVs 47957 +IGRldm8= 47958 +IExlaHJlcg== 47959 +IEFkdmlzb3I= 47960 +dWNrZW4= 47961 +INCx0YPQvA== 47962 +IGZsYXR0ZXJpbmc= 47963 +IFRydW1hbg== 47964 +IFNlbXByZQ== 47965 +IE1jQ2Fpbg== 47966 +IEhpbmR1cw== 47967 +SnVsaWE= 47968 +IHdhdGVyc2hlZA== 47969 +IGx1c2g= 47970 +7KCE6w== 47971 +QmVmb3Jl 47972 +INCS0YLQvtGA 47973 +IFNhYVM= 47974 +IHNpdHp0 47975 +IGJlZXRsZQ== 47976 +IEVzc2VudGlhbA== 47977 +ZW5rbw== 47978 +IOuVjOuPhA== 47979 +IHJldnZpbmc= 47980 +IHBvb3Jlcg== 47981 +IGNvZXJj 47982 +IGlkZWU= 47983 +IGNvw7s= 47984 +YWxldA== 47985 +IHpkcm93 47986 +IGZlbmRlcg== 47987 +Z3Jvd3Ro 47988 +RElORw== 47989 +IHpkZQ== 47990 +RU5UUw== 47991 +IGZhY2V0cw== 47992 +dXNoaW1h 47993 +IMWfZWg= 47994 +IHBhcmFzaXRl 47995 +IGxhcHNl 47996 +IE1lZXI= 47997 +IEt1bmQ= 47998 +IHNsb2c= 47999 +IGJydW5jaA== 48000 +IENoYXJ0 48001 +YXJ6 48002 +IE1VUw== 48003 +IG9mZmVuc2Vz 48004 +IGluZ2zDqXM= 48005 +IGZvbGlhZ2U= 48006 +b3BsYW4= 48007 +QXV0 48008 +IEphY3F1 48009 +dGFr 48010 +aWVtYnJl 48011 +IHhlbg== 48012 +IG5vbWluZWVz 48013 +IGJpb21lZGljYWw= 48014 +w6lzdXM= 48015 +IGVzdHV2 48016 +z4TPjA== 48017 +QVRIQU4= 48018 +IO2VnOuNsA== 48019 +IGhlZWQ= 48020 +Y3Jvc3N0YWxr 48021 +QmlsbA== 48022 +IHNwb3VzZXM= 48023 +INGB0Y7Qtg== 48024 +IHZlcnNv 48025 +IFN2ZW4= 48026 +IENhdQ== 48027 +Y3V6 48028 +IOuztOyEuOyalA== 48029 +INGF0L7Qt9GP 48030 +IG1vY2tpbmc= 48031 +IE9uYQ== 48032 +IETDoQ== 48033 +IGZydWl0ZnVs 48034 +IGJhbnF1ZXQ= 48035 +dWRkaW5n 48036 +aW5jdGlvbnM= 48037 +ZGVydA== 48038 +c3Vk 48039 +IGRlc2Nvbg== 48040 +IEpD 48041 +IMKn 48042 +IHB1Ymxp 48043 +64iI 48044 +IGVudHNjaGllZGVu 48045 +IFJPSQ== 48046 +IOyDneqyvA== 48047 +IGvDpHl0dA== 48048 +eWFuaQ== 48049 +c2hhdw== 48050 +IHVubGVhc2g= 48051 +IG1hbm5l 48052 +IGhpc3RvZ3JhbQ== 48053 +4Lit4Liw4LmE4Lij 48054 +IGdu 48055 +IGZlbGxh 48056 +IGVpbmdlcw== 48057 +IEJ1aWx0 48058 +IHJlcHJlc2VudGE= 48059 +IHB1bmlzaGluZw== 48060 +IG91dHNpZGVycw== 48061 +0L3Rg9GC0YzRgdGP 48062 +Y3VycmVudA== 48063 +IGZhbWlsaWFyaXR5 48064 +INC00LjQsg== 48065 +IHByb2pldHM= 48066 +IGFxdWVsZXM= 48067 +IEdsdWU= 48068 +dGhvc2U= 48069 +IGluY2VwdGlvbg== 48070 +IGFxdWVsbG9z 48071 +IGlsbHVzaW9ucw== 48072 +IGF0dGVuZHM= 48073 +cmVzZQ== 48074 +IHN3YXJt 48075 +IHN3YWI= 48076 +IHJlZ2FyZGV6 48077 +IHBvc2nDp8Ojbw== 48078 +IGFraGly 48079 +IGV4dHJhY3Rpbmc= 48080 +IGFuZWNkb3Rl 48081 +IFRhbGU= 48082 +INCy0LjQvQ== 48083 +IGFiZ2Vz 48084 +IG9sdcWf 48085 +IGNvbXBsaWNhZG8= 48086 +IGNvdmFyaQ== 48087 +0ZbRgtGM 48088 +RGVy 48089 +INeZ15Q= 48090 +Rm9ybQ== 48091 +IOyWtOyojOuToA== 48092 +IHJlYWRhYmxl 48093 +IGluaGliaXQ= 48094 +IGRlY2lwaGVy 48095 +IEFuZ3J5 48096 +cGc= 48097 +4K614K6k 48098 +INGB0L7QsdGB0YLQstC10L3QvdC+ 48099 +IHNhbWg= 48100 +IGVzY3I= 48101 +IGVuY29tcGFzc2Vz 48102 +IGF1c3Rlcg== 48103 +IGNvbmZpc2M= 48104 +IE1hbmRhbA== 48105 +IH0= 48106 +YXRjaGVy 48107 +PSM= 48108 +INC60LjQvdC+ 48109 +IHN0YWw= 48110 +bHVuZ3M= 48111 +IHZvbGU= 48112 +IHJlcXVpcw== 48113 +IHDDqW4= 48114 +IGxlY3R1cmVy 48115 +IGluc2NyaXB0aW9u 48116 +IGNlcnZpY2Fs 48117 +IFRyZWFzdXJl 48118 +IEpX 48119 +Y29taW5ncw== 48120 +IGV5ZXNpZ2h0 48121 +IFRhaWxz 48122 +w61zaW1v 48123 +IHdvcmtzaGVldA== 48124 +IHN3aWZ0bHk= 48125 +IGNvbm9z 48126 +IGVsaW1pbmF0ZXM= 48127 +IEJsYXpl 48128 +0LDQu9C+0LM= 48129 +IHBpY3R1cmVk 48130 +IGdpcmFmZmU= 48131 +IExvZ2lj 48132 +IGVucmljaG1lbnQ= 48133 +Rml0 48134 +IHVuaW50ZW5kZWQ= 48135 +IHBlcnNlY3V0ZWQ= 48136 +YWthcA== 48137 +67CY 48138 +IGJhcmJlcg== 48139 +IGFyYmVpdGV0 48140 +IFN1cnByaXNpbmdseQ== 48141 +IEF1dG9i 48142 +dW5rdQ== 48143 +cHJvdg== 48144 +IExvY2g= 48145 +b2J5bA== 48146 +INC/0L7QtNCz0L7RgtC+0LI= 48147 +IMOpY29ub21pcXVl 48148 +IHBhdHQ= 48149 +IGNlYXNlZA== 48150 +INGB0L/QuNGB 48151 +IG51Y2xlaQ== 48152 +IGlzdGU= 48153 +IFdhZw== 48154 +IHp1cGXFgm5pZQ== 48155 +IHByb3ZlcmI= 48156 +IEFow60= 48157 +bGlhbW8= 48158 +IHJlbGlhYmx5 48159 +IHBpaw== 48160 +IFRyYWRpbmc= 48161 +IENvbGVtYW4= 48162 +IM6xzr3OsQ== 48163 +IG1hZ2FyaQ== 48164 +IFBISUw= 48165 +IHNoZWRkaW5n 48166 +b2huZXI= 48167 +IHBvcm5vZ3JhcGh5 48168 +IGJlbmVmaWNpYXJpZXM= 48169 +4oCi 48170 +ZW5pbg== 48171 +IHJlc29sdmluZw== 48172 +INGB0L/QvtGA0YI= 48173 +INCx0LXQsw== 48174 +IG5lY3Rhcg== 48175 +dWx0dXJh 48176 +aW1zaWNhbA== 48177 +jIDrpbw= 48178 +IHZpc8Ojbw== 48179 +w7/Dv8O/w7/Dv8O/w7/Dvw== 48180 +YXR0Zm9ybQ== 48181 +IOunnuuKlA== 48182 +IHBpbGdyaW1hZ2U= 48183 +IG1hdGluZw== 48184 +IFJlYXBlcg== 48185 +IEJyZWY= 48186 +INeR15M= 48187 +IG5vdmFtZW50ZQ== 48188 +IGdyaWxsaW5n 48189 +IFdpcmVsZXNz 48190 +IFJvbWFuaWFu 48191 +0ps= 48192 +7Jyg6w== 48193 +aGFpdA== 48194 +IEJvcmE= 48195 +QVJSWQ== 48196 +IGh5cG90aGVzZXM= 48197 +aWt1dA== 48198 +IOyVhOuyhA== 48199 +INGW0Lc= 48200 +IG5hdGlvbmFsZQ== 48201 +2KrZiQ== 48202 +w7xsbHQ= 48203 +IMOpbMOpbWVudHM= 48204 +IFdhcmU= 48205 +ICgt 48206 +0LDQu9GM0L3QvtC8 48207 +IGluZGljdA== 48208 +IFN0b25lcw== 48209 +ZXhwbG9zaW9u 48210 +IOuDhOyDiA== 48211 +IGZlbGlj 48212 +IGp1ZGljaWFyeQ== 48213 +IGluY2FybmF0aW9u 48214 +IGlubmluZw== 48215 +IGZvcm11bA== 48216 +IHNoaXBtZW50 48217 +IHJlaW5kZWVy 48218 +INC+0LfQvdCw0Yc= 48219 +IGVudm9s 48220 +dW5keQ== 48221 +INC30L3QsNGC0Yw= 48222 +INCy0LjQtNC10LvQuA== 48223 +IGV4Y2x1ZGluZw== 48224 +ZGVhdGg= 48225 +IGJlcm0= 48226 +IHNvcHJhdHR1dHRv 48227 +IGRlYmlkbw== 48228 +IFppZw== 48229 +IE92 48230 +IEtFVklO 48231 +IFBhbGU= 48232 +IE1pcmU= 48233 +IGFuZGFy 48234 +aW5jbHVkaW5n 48235 +IHN3YXBwZWQ= 48236 +IG1pc2NvbmNlcHRpb25z 48237 +IHNwb25n 48238 +csOpYWw= 48239 +IG9yYml0YWxz 48240 +IGhhc2h0YWdz 48241 +b3JpdA== 48242 +IG1hdXZhaXM= 48243 +0LjRgdCw 48244 +IGxpdnJlcw== 48245 +IElQUw== 48246 +IDA0 48247 +w7Zn 48248 +aW5zdHI= 48249 +INCy0L3QtdGI 48250 +IGhpY2U= 48251 +aXPDqWU= 48252 +IG93ZXM= 48253 +IGVzaW1lcms= 48254 +IFVI 48255 +IGlycml0YXRpb24= 48256 +IGdpZ2dsZXM= 48257 +IGNvbG9uaWFsaXNt 48258 +IEJsaXNz 48259 +c3RyaW5ncw== 48260 +IHJldW5pdGVk 48261 +IFBzYWtp 48262 +d2FjaA== 48263 +IGNsaWZmcw== 48264 +IEZhbHNl 48265 +w6Rn 48266 +cGlwZQ== 48267 +IHdob3BwaW5n 48268 +IG1lcmluZ3Vl 48269 +IGJ1bmc= 48270 +aW5kdXN0cmll 48271 +IGxlY2hl 48272 +IExveQ== 48273 +IGRyaWU= 48274 +IHBhc3NhdA== 48275 +IG9sZWg= 48276 +IGPDqXU= 48277 +IEdhYnJpZQ== 48278 +IHJlZWZz 48279 +IGJvbWJlcnM= 48280 +IGVwaXPDs2Rpbw== 48281 +IFJ1Zw== 48282 +IFByb3Nl 48283 +b25vcw== 48284 +IG9iZXNl 48285 +IGdvb2c= 48286 +IHBpYWNl 48287 +Zmxhbnplbg== 48288 +IGZsYXBz 48289 +IEFsdG8= 48290 +Rmlu 48291 +IHJlc2l6ZQ== 48292 +6re4656o 48293 +TmF0aGFu 48294 +nojroKQ= 48295 +INGC0LDQuQ== 48296 +IE5GVA== 48297 +IHNuZWV6ZQ== 48298 +IHNocm91ZA== 48299 +acOp 48300 +IHZlcmFtZW50ZQ== 48301 +IGNhc2NhZGU= 48302 +IE9vaw== 48303 +7JeG7J20 48304 +IGluZnVzZWQ= 48305 +ZnBz 48306 +Y2VudGVy 48307 +IGdyYXBwbGluZw== 48308 +IFdvaG51bmc= 48309 +IFR1bWI= 48310 +IEltbWE= 48311 +IER1eWd1c2Fs 48312 +0LXQvdGC0Lg= 48313 +IHN0ZXdhcmRzaGlw 48314 +IGhhcnA= 48315 +IGVuZG9yc2Vk 48316 +xLFsYW4= 48317 +INC+0LTQvdC40Lw= 48318 +IGNvbXBldGVuY3k= 48319 +IGJlcnQ= 48320 +IFRhbGVz 48321 +IHJoZQ== 48322 +IG9oaA== 48323 +IOqwhOuLqA== 48324 +IG1STkE= 48325 +IGdhbmdzdGVy 48326 +IFJ1bm5lcg== 48327 +0LXQvdC90YvQvA== 48328 +cGhvcmlh 48329 +IHfFgmHFm2Npd2ll 48330 +IHF1YXJ0bw== 48331 +IG9yZ2FuaXNl 48332 +IFZldA== 48333 +UGFk 48334 +INmF2Ks= 48335 +IHN0aW5rcw== 48336 +IER1bA== 48337 +dWVt 48338 +aXNpZWo= 48339 +VG9w 48340 +IHR1c3Nlbg== 48341 +IEVmZW5kaW1peg== 48342 +IEJvdWxl 48343 +IFNsb3Zlbg== 48344 +IEzDtg== 48345 +0ZHQtw== 48346 +0YDQuNC/ 48347 +Y2F2ZQ== 48348 +IGJvw64= 48349 +IGFwb2xvZ2lzZQ== 48350 +IE1hcmx5 48351 +IEV4cG9ydA== 48352 +IENhaXRsaW4= 48353 +IHRhdmFsbGE= 48354 +IGVudGFpbHM= 48355 +IGJyb20= 48356 +IENvcGVuaA== 48357 +IHdhbG51dA== 48358 +IGluc2lzdHM= 48359 +IGN14buZYw== 48360 +IFF1aXQ= 48361 +IERldmljZQ== 48362 +15LXnQ== 48363 +IERPVA== 48364 +IHZlbG9jaWRhZA== 48365 +TElF 48366 +Q29vbA== 48367 +IHNhbml0YXRpb24= 48368 +IG9saG8= 48369 +IEVC 48370 +IO2ZleyLpO2eiA== 48371 +INCc0LjRhQ== 48372 +IHp1aw== 48373 +IHN1cm5hbWU= 48374 +IFNjaHVsZA== 48375 +cnVmZg== 48376 +Y3VsdHVyYWw= 48377 +INGB0YLQvtC70YzQutC+ 48378 +jOuNsA== 48379 +IHRvcnRv 48380 +IGJhY2t1cHM= 48381 +0YDQuNC5 48382 +cmVsYXg= 48383 +IHN5bmVyZ3k= 48384 +IGJ1ZmZz 48385 +IGFwbw== 48386 +IFdlbGxuZXNz 48387 +cm91bmRlZA== 48388 +IHVuaXZlcnNlcw== 48389 +IGZlcmE= 48390 +IHN0YW5kYnk= 48391 +IFNpbHZh 48392 +IEpJ 48393 +ZW5zb3JlZA== 48394 +IOyXhuuLpA== 48395 +INCQ0LI= 48396 +INC+0YLQtNC10Ls= 48397 +IGbDuA== 48398 +IFJvY2tlZg== 48399 +IENvbXBhc3M= 48400 +IEJlYXJz 48401 +VHVybg== 48402 +IHRo4buxYw== 48403 +IHBvc3NpYmlsZQ== 48404 +IGVzdGVt 48405 +IENyb2F0aWE= 48406 +IHTDpHTDpA== 48407 +IENBTA== 48408 +4LmA4Lie 48409 +INGB0YLRgNCw0YU= 48410 +IHNhbHRz 48411 +IG1pbmltYWxpc3Q= 48412 +IGluY29ycG9yYXRlcw== 48413 +INmG24HbjNq6 48414 +YWNhbw== 48415 +IHNsYW1tZWQ= 48416 +IGNhbWE= 48417 +VGV4dA== 48418 +ISEhISEh 48419 +IGFsY2Fueg== 48420 +w6ltYQ== 48421 +IGluY2Vuc2U= 48422 +IGhhcmRlbg== 48423 +IGdyYW50aW5n 48424 +IE5haQ== 48425 +IEZpcm1h 48426 +IGh5cG9j 48427 +am9i 48428 +IFJI 48429 +enVy 48430 +0LjQu9GP 48431 +IMW6 48432 +IGRhcmVz 48433 +YW5o 48434 +IOunjO2BvA== 48435 +IGN1ZXN0acOzbg== 48436 +IExpbWE= 48437 +IGFzc3VudG8= 48438 +IElQTw== 48439 +IEJlbmdhbA== 48440 +IEJpZXI= 48441 +IHBzeWNoZQ== 48442 +IGFjcXVhaW50ZWQ= 48443 +IEfDvG4= 48444 +0L7Qt9C4 48445 +xZtjacSF 48446 +QUc= 48447 +IG1hbGZ1bmN0aW9u 48448 +IGFzdGVyb2lkcw== 48449 +aXJleg== 48450 +YW1vcnBo 48451 +INGB0L7RgtGA0YPQtA== 48452 +IGZyZXNod2F0ZXI= 48453 +IGFycmFu 48454 +INC/0YDRiw== 48455 +0L3QvtCz 48456 +IGRpYWJldGlj 48457 +INmC2KfZhA== 48458 +IG9wcHJlc3M= 48459 +IGNhcGFjaXRhbmNl 48460 +cGVyZm9ybWFuY2U= 48461 +Y3JhdGVz 48462 +IGFwb3N0bGU= 48463 +IEpFTg== 48464 +T1VMRA== 48465 +SW50cm8= 48466 +IHN0YWxscw== 48467 +IEFCT1VU 48468 +Y3RpY2FtZW50ZQ== 48469 +IGRpbGlnZW50 48470 +IG1hbmlmZXN0cw== 48471 +IFBha2lzdGFuaQ== 48472 +ICgn 48473 += 48474 +6ZM= 48475 +6bI= 48476 +55g= 48477 +6Jw= 48478 +6bg= 48479 +6a4= 48480 +6Jo= 48481 +6J0= 48482 +6a8= 48483 +6JU= 48484 +6KQ= 48485 +6bA= 48486 +6J8= 48487 +56M= 48488 +6KA= 48489 +6ZE= 48490 +6bU= 48491 +6bE= 48492 +6bQ= 48493 +5bU= 48494 +54A= 48495 +6Z4= 48496 +6bY= 48497 +6Y4= 48498 +6ac= 48499 +6bc= 48500 +5aw= 48501 +6Ys= 48502 +5bY= 48503 +5qs= 48504 +55M= 48505 +77w= 48506 +46k= 48507 +770= 48508 +45Y= 48509 +45c= 48510 +5IE= 48511 +8KA= 48512 +4oCY 48513 +4oCZ 48514 +4oCc 48515 +4oCd 48516 +4oCn 48517 +4oSD 48518 +4peL 48519 +44CD 48520 +44CG 48521 +44CH 48522 +44CI 48523 +44CJ 48524 +44CS 48525 +44Cd 48526 +44Ce 48527 +44GB 48528 +44GC 48529 +44GD 48530 +44GE 48531 +44GF 48532 +44GG 48533 +44GH 48534 +44GI 48535 +44GJ 48536 +44GK 48537 +44GL 48538 +44GM 48539 +44GN 48540 +44GO 48541 +44GP 48542 +44GQ 48543 +44GR 48544 +44GS 48545 +44GT 48546 +44GU 48547 +44GV 48548 +44GW 48549 +44GX 48550 +44GY 48551 +44GZ 48552 +44Ga 48553 +44Gb 48554 +44Gc 48555 +44Gd 48556 +44Ge 48557 +44Gf 48558 +44Gg 48559 +44Gh 48560 +44Gi 48561 +44Gj 48562 +44Gk 48563 +44Gl 48564 +44Gm 48565 +44Gn 48566 +44Go 48567 +44Gp 48568 +44Gq 48569 +44Gr 48570 +44Gs 48571 +44Gt 48572 +44Gu 48573 +44Gv 48574 +44Gw 48575 +44Gx 48576 +44Gy 48577 +44Gz 48578 +44G0 48579 +44G1 48580 +44G2 48581 +44G3 48582 +44G4 48583 +44G5 48584 +44G6 48585 +44G7 48586 +44G8 48587 +44G9 48588 +44G+ 48589 +44G/ 48590 +44KA 48591 +44KB 48592 +44KC 48593 +44KD 48594 +44KE 48595 +44KF 48596 +44KG 48597 +44KH 48598 +44KI 48599 +44KJ 48600 +44KK 48601 +44KL 48602 +44KM 48603 +44KN 48604 +44KP 48605 +44KQ 48606 +44KR 48607 +44KS 48608 +44KT 48609 +44Kd 48610 +44Ke 48611 +44Kh 48612 +44Ki 48613 +44Kj 48614 +44Kk 48615 +44Kl 48616 +44Km 48617 +44Kn 48618 +44Ko 48619 +44Kp 48620 +44Kq 48621 +44Kr 48622 +44Ks 48623 +44Kt 48624 +44Ku 48625 +44Kv 48626 +44Kw 48627 +44Kx 48628 +44Ky 48629 +44Kz 48630 +44K0 48631 +44K1 48632 +44K2 48633 +44K3 48634 +44K4 48635 +44K5 48636 +44K6 48637 +44K7 48638 +44K8 48639 +44K9 48640 +44K+ 48641 +44K/ 48642 +44OA 48643 +44OB 48644 +44OC 48645 +44OD 48646 +44OE 48647 +44OF 48648 +44OG 48649 +44OH 48650 +44OI 48651 +44OJ 48652 +44OK 48653 +44OL 48654 +44OM 48655 +44ON 48656 +44OO 48657 +44OP 48658 +44OQ 48659 +44OR 48660 +44OS 48661 +44OT 48662 +44OU 48663 +44OV 48664 +44OW 48665 +44OX 48666 +44OY 48667 +44OZ 48668 +44Oa 48669 +44Ob 48670 +44Oc 48671 +44Od 48672 +44Oe 48673 +44Of 48674 +44Og 48675 +44Oh 48676 +44Oi 48677 +44Oj 48678 +44Ok 48679 +44Ol 48680 +44Om 48681 +44On 48682 +44Oo 48683 +44Op 48684 +44Oq 48685 +44Or 48686 +44Os 48687 +44Ot 48688 +44Ou 48689 +44Ov 48690 +44Ow 48691 +44Ox 48692 +44Oy 48693 +44Oz 48694 +44O0 48695 +44O1 48696 +44O2 48697 +44O7 48698 +44O8 48699 +44O+ 48700 +45at 48701 +45eO 48702 +46mS 48703 +46mn 48704 +5IGv 48705 +5LiA 48706 +5LiB 48707 +5LiD 48708 +5LiH 48709 +5LiI 48710 +5LiJ 48711 +5LiK 48712 +5LiL 48713 +5LiN 48714 +5LiO 48715 +5LiQ 48716 +5LiR 48717 +5LiT 48718 +5LiU 48719 +5LiV 48720 +5LiW 48721 +5LiX 48722 +5LiY 48723 +5LiZ 48724 +5Lia 48725 +5Lib 48726 +5Lic 48727 +5Lid 48728 +5Lie 48729 +5Lif 48730 +5Lih 48731 +5Lii 48732 +5Lik 48733 +5Lil 48734 +5Lim 48735 +5Lin 48736 +5Lio 48737 +5Liq 48738 +5Lir 48739 +5Lit 48740 +5Liw 48741 +5Liy 48742 +5Li0 48743 +5Li2 48744 +5Li4 48745 +5Li5 48746 +5Li6 48747 +5Li7 48748 +5Li8 48749 +5Li9 48750 +5Li+ 48751 +5LmC 48752 +5LmD 48753 +5LmF 48754 +5LmH 48755 +5LmI 48756 +5LmJ 48757 +5LmL 48758 +5LmM 48759 +5LmN 48760 +5LmO 48761 +5LmP 48762 +5LmQ 48763 +5LmS 48764 +5LmT 48765 +5LmU 48766 +5LmW 48767 +5LmX 48768 +5LmY 48769 +5LmZ 48770 +5Lmc 48771 +5Lmd 48772 +5Lme 48773 +5Lmf 48774 +5Lmg 48775 +5Lmh 48776 +5Lmi 48777 +5Lmm 48778 +5Lmp 48779 +5Lmq 48780 +5Lmw 48781 +5Lmx 48782 +5Lmz 48783 +5Lm4 48784 +5Lm+ 48785 +5LqA 48786 +5LqB 48787 +5LqC 48788 +5LqG 48789 +5LqI 48790 +5LqJ 48791 +5LqL 48792 +5LqM 48793 +5LqN 48794 +5LqO 48795 +5LqP 48796 +5LqR 48797 +5LqS 48798 +5LqT 48799 +5LqU 48800 +5LqV 48801 +5LqY 48802 +5LqZ 48803 +5Lqa 48804 +5Lqb 48805 +5Lqc 48806 +5Lqe 48807 +5Lqf 48808 +5Lqh 48809 +5Lqi 48810 +5Lqk 48811 +5Lql 48812 +5Lqm 48813 +5Lqn 48814 +5Lqo 48815 +5Lqp 48816 +5Lqr 48817 +5Lqs 48818 +5Lqt 48819 +5Lqu 48820 +5Lqw 48821 +5Lqy 48822 +5Lqz 48823 +5Lq1 48824 +5Lq2 48825 +5Lq5 48826 +5Lq6 48827 +5Lq/ 48828 +5LuA 48829 +5LuB 48830 +5LuC 48831 +5LuD 48832 +5LuE 48833 +5LuF 48834 +5LuG 48835 +5LuH 48836 +5LuJ 48837 +5LuK 48838 +5LuL 48839 +5LuN 48840 +5LuO 48841 +5LuP 48842 +5LuR 48843 +5LuT 48844 +5LuU 48845 +5LuV 48846 +5LuW 48847 +5LuX 48848 +5LuY 48849 +5LuZ 48850 +5Lud 48851 +5Lue 48852 +5Luf 48853 +5Luh 48854 +5Luj 48855 +5Luk 48856 +5Lul 48857 +5Luo 48858 +5Luq 48859 +5Lur 48860 +5Lus 48861 +5Lut 48862 +5Luu 48863 +5Luw 48864 +5Luy 48865 +5Luz 48866 +5Lu1 48867 +5Lu2 48868 +5Lu3 48869 +5Lu7 48870 +5Lu9 48871 +5Lu/ 48872 +5LyB 48873 +5LyD 48874 +5LyE 48875 +5LyJ 48876 +5LyK 48877 +5LyL 48878 +5LyN 48879 +5LyO 48880 +5LyP 48881 +5LyQ 48882 +5LyR 48883 +5LyX 48884 +5LyY 48885 +5LyZ 48886 +5Lya 48887 +5Lyb 48888 +5Lyc 48889 +5Lyd 48890 +5Lye 48891 +5Lyf 48892 +5Lyg 48893 +5Lyi 48894 +5Lyk 48895 +5Lyl 48896 +5Lym 48897 +5Lyn 48898 +5Lyq 48899 +5Lyr 48900 +5Lyv 48901 +5Lyw 48902 +5Lyx 48903 +5Lyy 48904 +5Ly0 48905 +5Ly2 48906 +5Ly3 48907 +5Ly4 48908 +5Ly6 48909 +5Ly8 48910 +5Ly9 48911 +5L2D 48912 +5L2G 48913 +5L2H 48914 +5L2I 48915 +5L2J 48916 +5L2N 48917 +5L2O 48918 +5L2P 48919 +5L2Q 48920 +5L2R 48921 +5L2T 48922 +5L2U 48923 +5L2V 48924 +5L2X 48925 +5L2Y 48926 +5L2Z 48927 +5L2a 48928 +5L2b 48929 +5L2c 48930 +5L2d 48931 +5L2e 48932 +5L2f 48933 +5L2g 48934 +5L2i 48935 +5L2j 48936 +5L2k 48937 +5L2l 48938 +5L2p 48939 +5L2s 48940 +5L2v 48941 +5L2w 48942 +5L2z 48943 +5L21 48944 +5L22 48945 +5L23 48946 +5L26 48947 +5L27 48948 +5L28 48949 +5L2+ 48950 +5L2/ 48951 +5L6C 48952 +5L6D 48953 +5L6E 48954 +5L6G 48955 +5L6I 48956 +5L6J 48957 +5L6L 48958 +5L6N 48959 +5L6P 48960 +5L6R 48961 +5L6T 48962 +5L6U 48963 +5L6X 48964 +5L6Y 48965 +5L6b 48966 +5L6d 48967 +5L6g 48968 +5L6h 48969 +5L6j 48970 +5L6l 48971 +5L6m 48972 +5L6n 48973 +5L6o 48974 +5L6p 48975 +5L6q 48976 +5L6s 48977 +5L6t 48978 +5L6u 48979 +5L6v 48980 +5L61 48981 +5L62 48982 +5L63 48983 +5L6/ 48984 +5L+C 48985 +5L+D 48986 +5L+E 48987 +5L+F 48988 +5L+K 48989 +5L+O 48990 +5L+P 48991 +5L+Q 48992 +5L+R 48993 +5L+U 48994 +5L+X 48995 +5L+Y 48996 +5L+a 48997 +5L+b 48998 +5L+c 48999 +5L+d 49000 +5L+e 49001 +5L+f 49002 +5L+g 49003 +5L+h 49004 +5L+i 49005 +5L+j 49006 +5L+k 49007 +5L+m 49008 +5L+o 49009 +5L+p 49010 +5L+q 49011 +5L+s 49012 +5L+t 49013 +5L+u 49014 +5L+v 49015 +5L+x 49016 +5L+z 49017 +5L+1 49018 +5L+2 49019 +5L+4 49020 +5L+6 49021 +5L++ 49022 +5YCF 49023 +5YCG 49024 +5YCJ 49025 +5YCL 49026 +5YCM 49027 +5YCN 49028 +5YCP 49029 +5YCR 49030 +5YCS 49031 +5YCT 49032 +5YCU 49033 +5YCW 49034 +5YCY 49035 +5YCZ 49036 +5YCa 49037 +5YCc 49038 +5YCf 49039 +5YCh 49040 +5YCi 49041 +5YCj 49042 +5YCk 49043 +5YCl 49044 +5YCm 49045 +5YCn 49046 +5YCo 49047 +5YCp 49048 +5YCq 49049 +5YCr 49050 +5YCs 49051 +5YCt 49052 +5YCu 49053 +5YC2 49054 +5YC5 49055 +5YC6 49056 +5YC8 49057 +5YC+ 49058 +5YGB 49059 +5YGD 49060 +5YGH 49061 +5YGI 49062 +5YGJ 49063 +5YGM 49064 +5YGO 49065 +5YGP 49066 +5YGT 49067 +5YGV 49068 +5YGW 49069 +5YGa 49070 +5YGc 49071 +5YGl 49072 +5YGs 49073 +5YGt 49074 +5YGx 49075 +5YGy 49076 +5YG0 49077 +5YG1 49078 +5YG2 49079 +5YG3 49080 +5YG4 49081 +5YG7 49082 +5YG9 49083 +5YG+ 49084 +5YG/ 49085 +5YKA 49086 +5YKF 49087 +5YKI 49088 +5YKN 49089 +5YKR 49090 +5YKV 49091 +5YKY 49092 +5YKZ 49093 +5YKc 49094 +5YKi 49095 +5YKj 49096 +5YKl 49097 +5YKn 49098 +5YKo 49099 +5YKp 49100 +5YKr 49101 +5YKs 49102 +5YKt 49103 +5YKy 49104 +5YKz 49105 +5YK0 49106 +5YK1 49107 +5YK3 49108 +5YK6 49109 +5YK7 49110 +5YK+ 49111 +5YOC 49112 +5YOF 49113 +5YOG 49114 +5YOJ 49115 +5YOK 49116 +5YON 49117 +5YOP 49118 +5YOR 49119 +5YOU 49120 +5YOV 49121 +5YOW 49122 +5YOa 49123 +5YOe 49124 +5YOj 49125 +5YOl 49126 +5YOm 49127 +5YOn 49128 +5YOs 49129 +5YOt 49130 +5YOu 49131 +5YOx 49132 +5YOz 49133 +5YO1 49134 +5YO5 49135 +5YO7 49136 +5YSA 49137 +5YSB 49138 +5YSC 49139 +5YSE 49140 +5YSG 49141 +5YSI 49142 +5YSJ 49143 +5YSL 49144 +5YSS 49145 +5YSU 49146 +5YSV 49147 +5YSY 49148 +5YSa 49149 +5YSf 49150 +5YSh 49151 +5YSq 49152 +5YSy 49153 +5YS3 49154 +5YS6 49155 +5YS8 49156 +5YS/ 49157 +5YWA 49158 +5YWB 49159 +5YWD 49160 +5YWE 49161 +5YWF 49162 +5YWG 49163 +5YWH 49164 +5YWI 49165 +5YWJ 49166 +5YWK 49167 +5YWL 49168 +5YWM 49169 +5YWN 49170 +5YWO 49171 +5YWQ 49172 +5YWR 49173 +5YWS 49174 +5YWU 49175 +5YWV 49176 +5YWW 49177 +5YWa 49178 +5YWc 49179 +5YWi 49180 +5YWl 49181 +5YWn 49182 +5YWo 49183 +5YWp 49184 +5YWq 49185 +5YWr 49186 +5YWs 49187 +5YWt 49188 +5YWu 49189 +5YWw 49190 +5YWx 49191 +5YWz 49192 +5YW0 49193 +5YW1 49194 +5YW2 49195 +5YW3 49196 +5YW4 49197 +5YW5 49198 +5YW7 49199 +5YW8 49200 +5YW9 49201 +5YaA 49202 +5YaC 49203 +5YaF 49204 +5YaG 49205 +5YaH 49206 +5YaI 49207 +5YaJ 49208 +5YaK 49209 +5YaM 49210 +5YaN 49211 +5YaP 49212 +5YaR 49213 +5YaS 49214 +5YaV 49215 +5YaW 49216 +5YaX 49217 +5YaZ 49218 +5Yaa 49219 +5Yab 49220 +5Yac 49221 +5Yag 49222 +5Yai 49223 +5Yak 49224 +5Yal 49225 +5Yam 49226 +5Yan 49227 +5Yao 49228 +5Yap 49229 +5Yaq 49230 +5Yar 49231 +5Yas 49232 +5Yau 49233 +5Yav 49234 +5Yaw 49235 +5Yax 49236 +5Yay 49237 +5Yaz 49238 +5Ya0 49239 +5Ya1 49240 +5Ya2 49241 +5Ya3 49242 +5Ya7 49243 +5Ya8 49244 +5Ya9 49245 +5Ya/ 49246 +5YeA 49247 +5YeE 49248 +5YeG 49249 +5YeH 49250 +5YeI 49251 +5YeJ 49252 +5YeK 49253 +5YeL 49254 +5YeM 49255 +5YeN 49256 +5YeP 49257 +5YeR 49258 +5YeW 49259 +5Yeb 49260 +5Yec 49261 +5Yed 49262 +5Yeg 49263 +5Yeh 49264 +5Yei 49265 +5Yek 49266 +5Yem 49267 +5Yen 49268 +5Yep 49269 +5Yeq 49270 +5Yer 49271 +5Yet 49272 +5Yev 49273 +5Yew 49274 +5Yex 49275 +5Yez 49276 +5Ye1 49277 +5Ye2 49278 +5Ye4 49279 +5Ye5 49280 +5Ye6 49281 +5Ye7 49282 +5Ye8 49283 +5Ye9 49284 +5Ye/ 49285 +5YiA 49286 +5YiB 49287 +5YiD 49288 +5YiG 49289 +5YiH 49290 +5YiI 49291 +5YiK 49292 +5YiN 49293 +5YiO 49294 +5YiR 49295 +5YiS 49296 +5YiU 49297 +5YiX 49298 +5YiY 49299 +5YiZ 49300 +5Yia 49301 +5Yib 49302 +5Yid 49303 +5Yig 49304 +5Yik 49305 +5Yil 49306 +5Yio 49307 +5Yip 49308 +5Yiq 49309 +5Yir 49310 +5Yis 49311 +5Yit 49312 +5Yiu 49313 +5Yiw 49314 +5Yiz 49315 +5Yi2 49316 +5Yi3 49317 +5Yi4 49318 +5Yi5 49319 +5Yi6 49320 +5Yi7 49321 +5Yi8 49322 +5Yi9 49323 +5Yi/ 49324 +5YmA 49325 +5YmB 49326 +5YmC 49327 +5YmD 49328 +5YmF 49329 +5YmH 49330 +5YmK 49331 +5YmL 49332 +5YmM 49333 +5YmN 49334 +5YmO 49335 +5YmQ 49336 +5YmR 49337 +5YmU 49338 +5YmV 49339 +5YmW 49340 +5Ymb 49341 +5Ymc 49342 +5Ymd 49343 +5Yme 49344 +5Ymf 49345 +5Ymh 49346 +5Ymj 49347 +5Ymk 49348 +5Yml 49349 +5Ymn 49350 +5Ymp 49351 +5Ymq 49352 +5Ymv 49353 +5Ymw 49354 +5Ymx 49355 +5Ymy 49356 +5Ym0 49357 +5Ym1 49358 +5Ym9 49359 +5Ym/ 49360 +5YqC 49361 +5YqD 49362 +5YqH 49363 +5YqI 49364 +5YqJ 49365 +5YqN 49366 +5YqP 49367 +5YqR 49368 +5YqS 49369 +5YqT 49370 +5YqU 49371 +5Yqb 49372 +5Yqd 49373 +5Yqe 49374 +5Yqf 49375 +5Yqg 49376 +5Yqh 49377 +5Yqi 49378 +5Yqj 49379 +5Yqo 49380 +5Yqp 49381 +5Yqq 49382 +5Yqr 49383 +5Yqs 49384 +5Yqt 49385 +5Yqx 49386 +5Yqy 49387 +5Yqz 49388 +5Yq0 49389 +5Yq1 49390 +5Yq5 49391 +5Yq8 49392 +5Yq+ 49393 +5Yq/ 49394 +5YuB 49395 +5YuD 49396 +5YuF 49397 +5YuH 49398 +5YuJ 49399 +5YuL 49400 +5YuN 49401 +5YuQ 49402 +5YuS 49403 +5YuV 49404 +5YuW 49405 +5YuX 49406 +5YuY 49407 +5YuZ 49408 +5Yub 49409 +5Yud 49410 +5Yue 49411 +5Yuf 49412 +5Yug 49413 +5Yui 49414 +5Yuj 49415 +5Yuk 49416 +5Yum 49417 +5Yun 49418 +5Yuu 49419 +5Yuw 49420 +5Yuy 49421 +5Yuz 49422 +5Yu1 49423 +5Yu4 49424 +5Yu5 49425 +5Yu6 49426 +5Yu7 49427 +5Yu+ 49428 +5Yu/ 49429 +5YyA 49430 +5YyB 49431 +5YyC 49432 +5YyF 49433 +5YyG 49434 +5YyI 49435 +5YyN 49436 +5YyP 49437 +5YyQ 49438 +5YyV 49439 +5YyW 49440 +5YyX 49441 +5YyZ 49442 +5Yya 49443 +5Yyc 49444 +5Yyd 49445 +5Yyg 49446 +5Yyh 49447 +5Yyj 49448 +5Yyq 49449 +5Yyu 49450 +5Yyv 49451 +5Yyx 49452 +5Yy4 49453 +5Yy5 49454 +5Yy6 49455 +5Yy7 49456 +5Yy8 49457 +5Yy9 49458 +5Yy+ 49459 +5Yy/ 49460 +5Y2A 49461 +5Y2B 49462 +5Y2D 49463 +5Y2F 49464 +5Y2G 49465 +5Y2H 49466 +5Y2I 49467 +5Y2J 49468 +5Y2K 49469 +5Y2N 49470 +5Y2O 49471 +5Y2P 49472 +5Y2R 49473 +5Y2S 49474 +5Y2T 49475 +5Y2U 49476 +5Y2V 49477 +5Y2W 49478 +5Y2X 49479 +5Y2Y 49480 +5Y2a 49481 +5Y2c 49482 +5Y2e 49483 +5Y2f 49484 +5Y2g 49485 +5Y2h 49486 +5Y2i 49487 +5Y2j 49488 +5Y2k 49489 +5Y2m 49490 +5Y2n 49491 +5Y2r 49492 +5Y2s 49493 +5Y2u 49494 +5Y2v 49495 +5Y2w 49496 +5Y2x 49497 +5Y2y 49498 +5Y2z 49499 +5Y20 49500 +5Y21 49501 +5Y23 49502 +5Y24 49503 +5Y26 49504 +5Y27 49505 +5Y2/ 49506 +5Y6C 49507 +5Y6E 49508 +5Y6F 49509 +5Y6G 49510 +5Y6J 49511 +5Y6L 49512 +5Y6M 49513 +5Y6N 49514 +5Y6Q 49515 +5Y6T 49516 +5Y6U 49517 +5Y6V 49518 +5Y6W 49519 +5Y6Y 49520 +5Y6a 49521 +5Y6d 49522 +5Y6f 49523 +5Y6g 49524 +5Y6i 49525 +5Y6j 49526 +5Y6l 49527 +5Y6m 49528 +5Y6o 49529 +5Y6p 49530 +5Y6t 49531 +5Y6u 49532 +5Y6w 49533 +5Y6y 49534 +5Y6z 49535 +5Y62 49536 +5Y67 49537 +5Y6/ 49538 +5Y+B 49539 +5Y+C 49540 +5Y+D 49541 +5Y+G 49542 +5Y+I 49543 +5Y+J 49544 +5Y+K 49545 +5Y+L 49546 +5Y+M 49547 +5Y+N 49548 +5Y+O 49549 +5Y+R 49550 +5Y+U 49551 +5Y+W 49552 +5Y+X 49553 +5Y+Y 49554 +5Y+Z 49555 +5Y+b 49556 +5Y+f 49557 +5Y+g 49558 +5Y+h 49559 +5Y+i 49560 +5Y+j 49561 +5Y+k 49562 +5Y+l 49563 +5Y+m 49564 +5Y+o 49565 +5Y+p 49566 +5Y+q 49567 +5Y+r 49568 +5Y+s 49569 +5Y+t 49570 +5Y+u 49571 +5Y+v 49572 +5Y+w 49573 +5Y+x 49574 +5Y+y 49575 +5Y+z 49576 +5Y+1 49577 +5Y+2 49578 +5Y+3 49579 +5Y+4 49580 +5Y+5 49581 +5Y+6 49582 +5Y+7 49583 +5Y+8 49584 +5Y+9 49585 +5ZCB 49586 +5ZCD 49587 +5ZCE 49588 +5ZCF 49589 +5ZCG 49590 +5ZCH 49591 +5ZCI 49592 +5ZCJ 49593 +5ZCK 49594 +5ZCL 49595 +5ZCM 49596 +5ZCN 49597 +5ZCO 49598 +5ZCP 49599 +5ZCQ 49600 +5ZCR 49601 +5ZCS 49602 +5ZCT 49603 +5ZCU 49604 +5ZCV 49605 +5ZCW 49606 +5ZCX 49607 +5ZCZ 49608 +5ZCb 49609 +5ZCd 49610 +5ZCe 49611 +5ZCf 49612 +5ZCg 49613 +5ZCh 49614 +5ZCj 49615 +5ZCl 49616 +5ZCm 49617 +5ZCn 49618 +5ZCo 49619 +5ZCp 49620 +5ZCr 49621 +5ZCs 49622 +5ZCt 49623 +5ZCu 49624 +5ZCv 49625 +5ZCx 49626 +5ZCy 49627 +5ZCz 49628 +5ZC0 49629 +5ZC1 49630 +5ZC2 49631 +5ZC4 49632 +5ZC5 49633 +5ZC7 49634 +5ZC8 49635 +5ZC9 49636 +5ZC+ 49637 +5ZC/ 49638 +5ZGA 49639 +5ZGC 49640 +5ZGD 49641 +5ZGG 49642 +5ZGI 49643 +5ZGJ 49644 +5ZGK 49645 +5ZGL 49646 +5ZGO 49647 +5ZGQ 49648 +5ZGR 49649 +5ZGS 49650 +5ZGT 49651 +5ZGU 49652 +5ZGV 49653 +5ZGW 49654 +5ZGX 49655 +5ZGY 49656 +5ZGZ 49657 +5ZGb 49658 +5ZGc 49659 +5ZGf 49660 +5ZGi 49661 +5ZGj 49662 +5ZGk 49663 +5ZGm 49664 +5ZGo 49665 +5ZGq 49666 +5ZGr 49667 +5ZGv 49668 +5ZGw 49669 +5ZGx 49670 +5ZGy 49671 +5ZGz 49672 +5ZG1 49673 +5ZG2 49674 +5ZG3 49675 +5ZG4 49676 +5ZG7 49677 +5ZG8 49678 +5ZG9 49679 +5ZKA 49680 +5ZKB 49681 +5ZKC 49682 +5ZKE 49683 +5ZKG 49684 +5ZKJ 49685 +5ZKL 49686 +5ZKM 49687 +5ZKO 49688 +5ZKP 49689 +5ZKQ 49690 +5ZKS 49691 +5ZKU 49692 +5ZKV 49693 +5ZKW 49694 +5ZKX 49695 +5ZKY 49696 +5ZKZ 49697 +5ZKa 49698 +5ZKb 49699 +5ZKd 49700 +5ZKj 49701 +5ZKk 49702 +5ZKm 49703 +5ZKn 49704 +5ZKo 49705 +5ZKp 49706 +5ZKq 49707 +5ZKr 49708 +5ZKs 49709 +5ZKt 49710 +5ZKv 49711 +5ZKx 49712 +5ZKy 49713 +5ZKz 49714 +5ZK0 49715 +5ZK1 49716 +5ZK2 49717 +5ZK3 49718 +5ZK4 49719 +5ZK5 49720 +5ZK7 49721 +5ZK9 49722 +5ZK+ 49723 +5ZK/ 49724 +5ZOA 49725 +5ZOB 49726 +5ZOC 49727 +5ZOD 49728 +5ZOE 49729 +5ZOG 49730 +5ZOH 49731 +5ZOI 49732 +5ZOJ 49733 +5ZOL 49734 +5ZOM 49735 +5ZON 49736 +5ZOO 49737 +5ZOP 49738 +5ZOQ 49739 +5ZOR 49740 +5ZOS 49741 +5ZOT 49742 +5ZOU 49743 +5ZOV 49744 +5ZOW 49745 +5ZOX 49746 +5ZOY 49747 +5ZOZ 49748 +5ZOa 49749 +5ZOc 49750 +5ZOd 49751 +5ZOe 49752 +5ZOf 49753 +5ZOg 49754 +5ZOh 49755 +5ZOl 49756 +5ZOm 49757 +5ZOn 49758 +5ZOo 49759 +5ZOp 49760 +5ZOq 49761 +5ZOt 49762 +5ZOu 49763 +5ZOy 49764 +5ZO6 49765 +5ZO8 49766 +5ZO9 49767 +5ZSB 49768 +5ZSE 49769 +5ZSG 49770 +5ZSH 49771 +5ZSJ 49772 +5ZSP 49773 +5ZSQ 49774 +5ZSR 49775 +5ZSU 49776 +5ZSW 49777 +5ZSb 49778 +5ZSe 49779 +5ZSg 49780 +5ZSi 49781 +5ZSj 49782 +5ZSk 49783 +5ZSn 49784 +5ZSq 49785 +5ZSs 49786 +5ZSu 49787 +5ZSv 49788 +5ZSw 49789 +5ZSx 49790 +5ZSz 49791 +5ZS1 49792 +5ZS3 49793 +5ZS4 49794 +5ZS7 49795 +5ZS8 49796 +5ZS+ 49797 +5ZS/ 49798 +5ZWA 49799 +5ZWB 49800 +5ZWC 49801 +5ZWD 49802 +5ZWE 49803 +5ZWG 49804 +5ZWJ 49805 +5ZWK 49806 +5ZWL 49807 +5ZWP 49808 +5ZWQ 49809 +5ZWT 49810 +5ZWV 49811 +5ZWW 49812 +5ZWc 49813 +5ZWe 49814 +5ZWf 49815 +5ZWh 49816 +5ZWk 49817 +5ZWl 49818 +5ZWm 49819 +5ZWn 49820 +5ZWp 49821 +5ZWq 49822 +5ZWr 49823 +5ZWs 49824 +5ZWt 49825 +5ZWu 49826 +5ZWv 49827 +5ZWw 49828 +5ZWx 49829 +5ZWy 49830 +5ZW1 49831 +5ZW2 49832 +5ZW3 49833 +5ZW4 49834 +5ZW7 49835 +5ZW8 49836 +5ZW+ 49837 +5ZaA 49838 +5ZaB 49839 +5ZaC 49840 +5ZaD 49841 +5ZaE 49842 +5ZaG 49843 +5ZaH 49844 +5ZaI 49845 +5ZaJ 49846 +5ZaK 49847 +5ZaL 49848 +5ZaO 49849 +5ZaP 49850 +5ZaQ 49851 +5ZaR 49852 +5ZaS 49853 +5ZaT 49854 +5ZaU 49855 +5ZaY 49856 +5ZaZ 49857 +5Zaa 49858 +5Zab 49859 +5Zac 49860 +5Zad 49861 +5Zaf 49862 +5Zak 49863 +5Zan 49864 +5Zao 49865 +5Zap 49866 +5Zaq 49867 +5Zar 49868 +5Zas 49869 +5Zau 49870 +5Zaw 49871 +5Zax 49872 +5Zay 49873 +5Zaz 49874 +5Za1 49875 +5Za2 49876 +5Za3 49877 +5Za5 49878 +5Za6 49879 +5Za7 49880 +5Za9 49881 +5Za+ 49882 +5ZeE 49883 +5ZeF 49884 +5ZeG 49885 +5ZeH 49886 +5ZeJ 49887 +5ZeM 49888 +5ZeN 49889 +5ZeO 49890 +5ZeQ 49891 +5ZeR 49892 +5ZeS 49893 +5ZeT 49894 +5ZeU 49895 +5ZeW 49896 +5ZeZ 49897 +5Zea 49898 +5Zeb 49899 +5Zec 49900 +5Zed 49901 +5Zee 49902 +5Zef 49903 +5Zeh 49904 +5Zej 49905 +5Zek 49906 +5Zel 49907 +5Zem 49908 +5Zeo 49909 +5Zeq 49910 +5Zer 49911 +5Zes 49912 +5Zeu 49913 +5Zev 49914 +5Zew 49915 +5Zex 49916 +5Zey 49917 +5Zez 49918 +5Ze1 49919 +5Ze2 49920 +5Ze3 49921 +5Ze7 49922 +5Ze9 49923 +5Ze+ 49924 +5ZiA 49925 +5ZiB 49926 +5ZiF 49927 +5ZiG 49928 +5ZiI 49929 +5ZiJ 49930 +5ZiM 49931 +5ZiO 49932 +5ZiP 49933 +5ZiU 49934 +5ZiW 49935 +5ZiX 49936 +5ZiY 49937 +5Zia 49938 +5Zib 49939 +5Zie 49940 +5Zif 49941 +5Zih 49942 +5Zii 49943 +5Zij 49944 +5Zik 49945 +5Zil 49946 +5Zin 49947 +5Zip 49948 +5Zis 49949 +5Zit 49950 +5Ziv 49951 +5Ziw 49952 +5Zix 49953 +5Ziy 49954 +5Zi0 49955 +5Zi2 49956 +5Zi4 49957 +5Zi5 49958 +5Zi7 49959 +5Zi/ 49960 +5ZmC 49961 +5ZmD 49962 +5ZmM 49963 +5ZmN 49964 +5ZmO 49965 +5ZmT 49966 +5ZmU 49967 +5ZmX 49968 +5ZmY 49969 +5ZmZ 49970 +5Zmb 49971 +5Zmc 49972 +5Zmg 49973 +5Zmi 49974 +5Zmk 49975 +5Zmo 49976 +5Zmp 49977 +5Zmq 49978 +5Zmr 49979 +5Zms 49980 +5Zmx 49981 +5Zm0 49982 +5Zm2 49983 +5Zm4 49984 +5Zm5 49985 +5Zm6 49986 +5Zm7 49987 +5Zm8 49988 +5ZqA 49989 +5ZqF 49990 +5ZqG 49991 +5ZqH 49992 +5ZqK 49993 +5ZqO 49994 +5ZqP 49995 +5ZqQ 49996 +5ZqS 49997 +5ZqT 49998 +5ZqU 49999 +5ZqV 50000 +5ZqX 50001 +5Zqc 50002 +5Zqf 50003 +5Zqg 50004 +5Zqi 50005 +5Zqj 50006 +5Zql 50007 +5Zqo 50008 +5Zqp 50009 +5Zqt 50010 +5Zqu 50011 +5Zqv 50012 +5Zq0 50013 +5Zq2 50014 +5Zq3 50015 +5Zq8 50016 +5ZuA 50017 +5ZuB 50018 +5ZuC 50019 +5ZuD 50020 +5ZuI 50021 +5ZuJ 50022 +5ZuK 50023 +5ZuN 50024 +5ZuO 50025 +5ZuR 50026 +5ZuU 50027 +5ZuW 50028 +5ZuX 50029 +5Zua 50030 +5Zub 50031 +5Zud 50032 +5Zue 50033 +5Zuf 50034 +5Zug 50035 +5Zuh 50036 +5Zui 50037 +5Zuj 50038 +5Zuk 50039 +5Zun 50040 +5Zuo 50041 +5Zur 50042 +5Zut 50043 +5Zuu 50044 +5Zuv 50045 +5Zuw 50046 +5Zux 50047 +5Zuy 50048 +5Zuz 50049 +5Zu0 50050 +5Zu1 50051 +5Zu3 50052 +5Zu5 50053 +5Zu6 50054 +5Zu9 50055 +5Zu+ 50056 +5Zu/ 50057 +5ZyA 50058 +5ZyD 50059 +5ZyE 50060 +5ZyG 50061 +5ZyI 50062 +5ZyJ 50063 +5ZyK 50064 +5ZyL 50065 +5ZyN 50066 +5ZyP 50067 +5ZyS 50068 +5ZyT 50069 +5ZyW 50070 +5ZyY 50071 +5Zyc 50072 +5Zyf 50073 +5Zyj 50074 +5Zym 50075 +5Zyn 50076 +5Zyo 50077 +5Zyp 50078 +5Zyq 50079 +5Zys 50080 +5Zyt 50081 +5Zyu 50082 +5Zyv 50083 +5Zyw 50084 +5Zyz 50085 +5Zy3 50086 +5Zy5 50087 +5Zy6 50088 +5Zy7 50089 +5Zy+ 50090 +5Z2A 50091 +5Z2C 50092 +5Z2H 50093 +5Z2K 50094 +5Z2N 50095 +5Z2O 50096 +5Z2P 50097 +5Z2Q 50098 +5Z2R 50099 +5Z2S 50100 +5Z2X 50101 +5Z2a 50102 +5Z2b 50103 +5Z2c 50104 +5Z2d 50105 +5Z2e 50106 +5Z2f 50107 +5Z2g 50108 +5Z2h 50109 +5Z2k 50110 +5Z2m 50111 +5Z2o 50112 +5Z2p 50113 +5Z2q 50114 +5Z2t 50115 +5Z2u 50116 +5Z2v 50117 +5Z2z 50118 +5Z23 50119 +5Z27 50120 +5Z28 50121 +5Z6C 50122 +5Z6D 50123 +5Z6E 50124 +5Z6F 50125 +5Z6G 50126 +5Z6H 50127 +5Z6I 50128 +5Z6L 50129 +5Z6M 50130 +5Z6N 50131 +5Z6S 50132 +5Z6T 50133 +5Z6V 50134 +5Z6X 50135 +5Z6a 50136 +5Z6b 50137 +5Z6d 50138 +5Z6g 50139 +5Z6h 50140 +5Z6i 50141 +5Z6j 50142 +5Z6k 50143 +5Z6m 50144 +5Z6n 50145 +5Z6p 50146 +5Z6q 50147 +5Z6r 50148 +5Z6t 50149 +5Z6u 50150 +5Z6v 50151 +5Z6w 50152 +5Z6x 50153 +5Z6z 50154 +5Z60 50155 +5Z61 50156 +5Z64 50157 +5Z+A 50158 +5Z+C 50159 +5Z+D 50160 +5Z+G 50161 +5Z+H 50162 +5Z+L 50163 +5Z+M 50164 +5Z+O 50165 +5Z+P 50166 +5Z+S 50167 +5Z+T 50168 +5Z+U 50169 +5Z+V 50170 +5Z+W 50171 +5Z+X 50172 +5Z+Z 50173 +5Z+a 50174 +5Z+c 50175 +5Z+d 50176 +5Z+f 50177 +5Z+g 50178 +5Z+j 50179 +5Z+k 50180 +5Z+q 50181 +5Z+t 50182 +5Z+y 50183 +5Z+0 50184 +5Z+1 50185 +5Z+3 50186 +5Z+4 50187 +5Z+5 50188 +5Z+6 50189 +5Z+8 50190 +5Z+9 50191 +5aCA 50192 +5aCC 50193 +5aCD 50194 +5aCF 50195 +5aCG 50196 +5aCH 50197 +5aCK 50198 +5aCL 50199 +5aCM 50200 +5aCN 50201 +5aCO 50202 +5aCQ 50203 +5aCR 50204 +5aCV 50205 +5aCZ 50206 +5aCd 50207 +5aCe 50208 +5aCg 50209 +5aCh 50210 +5aCi 50211 +5aCk 50212 +5aCo 50213 +5aCq 50214 +5aCv 50215 +5aCw 50216 +5aCx 50217 +5aC0 50218 +5aC1 50219 +5aC6 50220 +5aC8 50221 +5aGA 50222 +5aGB 50223 +5aGE 50224 +5aGK 50225 +5aGL 50226 +5aGM 50227 +5aGN 50228 +5aGR 50229 +5aGS 50230 +5aGU 50231 +5aGX 50232 +5aGY 50233 +5aGZ 50234 +5aGa 50235 +5aGe 50236 +5aGi 50237 +5aGp 50238 +5aGr 50239 +5aGs 50240 +5aGy 50241 +5aG1 50242 +5aG5 50243 +5aG9 50244 +5aG+ 50245 +5aKA 50246 +5aKB 50247 +5aKD 50248 +5aKF 50249 +5aKJ 50250 +5aKK 50251 +5aKO 50252 +5aKS 50253 +5aKT 50254 +5aKV 50255 +5aKX 50256 +5aKZ 50257 +5aKa 50258 +5aKc 50259 +5aKe 50260 +5aKf 50261 +5aKh 50262 +5aKo 50263 +5aKp 50264 +5aKr 50265 +5aKu 50266 +5aKz 50267 +5aK5 50268 +5aK6 50269 +5aK7 50270 +5aK8 50271 +5aK+ 50272 +5aOB 50273 +5aOF 50274 +5aOH 50275 +5aOK 50276 +5aOM 50277 +5aOR 50278 +5aOT 50279 +5aOV 50280 +5aOX 50281 +5aOY 50282 +5aOc 50283 +5aOe 50284 +5aOf 50285 +5aOk 50286 +5aOp 50287 +5aOr 50288 +5aOs 50289 +5aOu 50290 +5aOv 50291 +5aOw 50292 +5aOx 50293 +5aOy 50294 +5aOz 50295 +5aO2 50296 +5aO3 50297 +5aO4 50298 +5aO5 50299 +5aO6 50300 +5aO7 50301 +5aO9 50302 +5aSE 50303 +5aSH 50304 +5aSJ 50305 +5aSK 50306 +5aSM 50307 +5aSN 50308 +5aSP 50309 +5aSQ 50310 +5aSU 50311 +5aSV 50312 +5aSW 50313 +5aSZ 50314 +5aSa 50315 +5aSb 50316 +5aSc 50317 +5aSf 50318 +5aSg 50319 +5aSi 50320 +5aSk 50321 +5aSl 50322 +5aSn 50323 +5aSp 50324 +5aSq 50325 +5aSr 50326 +5aSs 50327 +5aSt 50328 +5aSu 50329 +5aSv 50330 +5aSx 50331 +5aS0 50332 +5aS3 50333 +5aS4 50334 +5aS5 50335 +5aS6 50336 +5aS8 50337 +5aS+ 50338 +5aWB 50339 +5aWC 50340 +5aWE 50341 +5aWH 50342 +5aWI 50343 +5aWJ 50344 +5aWL 50345 +5aWM 50346 +5aWO 50347 +5aWP 50348 +5aWQ 50349 +5aWR 50350 +5aWU 50351 +5aWV 50352 +5aWW 50353 +5aWX 50354 +5aWY 50355 +5aWa 50356 +5aWg 50357 +5aWi 50358 +5aWl 50359 +5aWn 50360 +5aWo 50361 +5aWq 50362 +5aWs 50363 +5aWt 50364 +5aWu 50365 +5aWz 50366 +5aW0 50367 +5aW2 50368 +5aW4 50369 +5aW5 50370 +5aW9 50371 +5aaB 50372 +5aaC 50373 +5aaD 50374 +5aaE 50375 +5aaG 50376 +5aaH 50377 +5aaI 50378 +5aaK 50379 +5aaN 50380 +5aaS 50381 +5aaT 50382 +5aaW 50383 +5aaX 50384 +5aaZ 50385 +5aad 50386 +5aae 50387 +5aaj 50388 +5aak 50389 +5aal 50390 +5aan 50391 +5aao 50392 +5aap 50393 +5aaq 50394 +5aar 50395 +5aas 50396 +5aau 50397 +5aav 50398 +5aax 50399 +5aay 50400 +5aa5 50401 +5aa6 50402 +5aa7 50403 +5aa9 50404 +5aa+ 50405 +5aeG 50406 +5aeJ 50407 +5aeK 50408 +5aeL 50409 +5aeN 50410 +5aeQ 50411 +5aeR 50412 +5aeS 50413 +5aeT 50414 +5aeU 50415 +5aeX 50416 +5aeY 50417 +5aea 50418 +5aec 50419 +5aed 50420 +5aej 50421 +5aek 50422 +5ael 50423 +5aem 50424 +5aeo 50425 +5aep 50426 +5aeq 50427 +5aer 50428 +5aes 50429 +5aeu 50430 +5ae2 50431 +5ae4 50432 +5ae5 50433 +5ae6 50434 +5ae7 50435 +5ae/ 50436 +5aiB 50437 +5aiD 50438 +5aiE 50439 +5aiF 50440 +5aiG 50441 +5aiH 50442 +5aiI 50443 +5aiJ 50444 +5aiM 50445 +5aiR 50446 +5aiT 50447 +5aiY 50448 +5aia 50449 +5aib 50450 +5aic 50451 +5aif 50452 +5aig 50453 +5aih 50454 +5aij 50455 +5ail 50456 +5aip 50457 +5aiv 50458 +5aix 50459 +5aiy 50460 +5ai0 50461 +5ai2 50462 +5ai8 50463 +5ai/ 50464 +5amA 50465 +5amB 50466 +5amE 50467 +5amG 50468 +5amJ 50469 +5amK 50470 +5amM 50471 +5amV 50472 +5ama 50473 +5ami 50474 +5amm 50475 +5amn 50476 +5amq 50477 +5ams 50478 +5am0 50479 +5am1 50480 +5am2 50481 +5am3 50482 +5am6 50483 +5am/ 50484 +5aqS 50485 +5aqW 50486 +5aqa 50487 +5aqb 50488 +5aqc 50489 +5aqe 50490 +5aqq 50491 +5aqx 50492 +5aqy 50493 +5aqz 50494 +5aq1 50495 +5aq8 50496 +5aq9 50497 +5aq+ 50498 +5auB 50499 +5auC 50500 +5auE 50501 +5auJ 50502 +5auL 50503 +5auM 50504 +5auS 50505 +5auU 50506 +5auW 50507 +5auX 50508 +5auY 50509 +5aua 50510 +5auh 50511 +5auj 50512 +5auk 50513 +5aum 50514 +5aup 50515 +5auq 50516 +5aur 50517 +5auw 50518 +5aux 50519 +5auy 50520 +5au1 50521 +5au7 50522 +5ayF 50523 +5ayJ 50524 +5ayL 50525 +5ayM 50526 +5ayW 50527 +5ayX 50528 +5ayb 50529 +5ayi 50530 +5ayl 50531 +5ayq 50532 +5ays 50533 +5ayw 50534 +5ayy 50535 +5ay0 50536 +5ay2 50537 +5ay3 50538 +5ay4 50539 +5a2A 50540 +5a2D 50541 +5a2Q 50542 +5a2R 50543 +5a2T 50544 +5a2U 50545 +5a2V 50546 +5a2W 50547 +5a2X 50548 +5a2Y 50549 +5a2Z 50550 +5a2a 50551 +5a2b 50552 +5a2c 50553 +5a2d 50554 +5a2f 50555 +5a2i 50556 +5a2j 50557 +5a2k 50558 +5a2l 50559 +5a2m 50560 +5a2p 50561 +5a2q 50562 +5a2r 50563 +5a2s 50564 +5a2t 50565 +5a2w 50566 +5a2x 50567 +5a2z 50568 +5a21 50569 +5a24 50570 +5a26 50571 +5a29 50572 +5a6B 50573 +5a6D 50574 +5a6E 50575 +5a6F 50576 +5a6H 50577 +5a6I 50578 +5a6J 50579 +5a6L 50580 +5a6M 50581 +5a6N 50582 +5a6P 50583 +5a6T 50584 +5a6V 50585 +5a6X 50586 +5a6Y 50587 +5a6Z 50588 +5a6a 50589 +5a6b 50590 +5a6c 50591 +5a6d 50592 +5a6e 50593 +5a6f 50594 +5a6g 50595 +5a6h 50596 +5a6i 50597 +5a6j 50598 +5a6k 50599 +5a6l 50600 +5a6m 50601 +5a6q 50602 +5a6r 50603 +5a6u 50604 +5a6w 50605 +5a6z 50606 +5a60 50607 +5a61 50608 +5a62 50609 +5a64 50610 +5a65 50611 +5a69 50612 +5a6+ 50613 +5a6/ 50614 +5a+C 50615 +5a+E 50616 +5a+F 50617 +5a+G 50618 +5a+H 50619 +5a+M 50620 +5a+Q 50621 +5a+S 50622 +5a+T 50623 +5a+U 50624 +5a+V 50625 +5a+W 50626 +5a+b 50627 +5a+d 50628 +5a+e 50629 +5a+f 50630 +5a+g 50631 +5a+h 50632 +5a+i 50633 +5a+k 50634 +5a+l 50635 +5a+m 50636 +5a+n 50637 +5a+o 50638 +5a+p 50639 +5a+r 50640 +5a+s 50641 +5a+u 50642 +5a+w 50643 +5a+z 50644 +5a+1 50645 +5a+2 50646 +5a+4 50647 +5a+5 50648 +5a+6 50649 +5a+7 50650 +5a+8 50651 +5a++ 50652 +5a+/ 50653 +5bCB 50654 +5bCC 50655 +5bCE 50656 +5bCF 50657 +5bCG 50658 +5bCH 50659 +5bCI 50660 +5bCJ 50661 +5bCK 50662 +5bCL 50663 +5bCN 50664 +5bCO 50665 +5bCP 50666 +5bCR 50667 +5bCT 50668 +5bCU 50669 +5bCV 50670 +5bCW 50671 +5bCY 50672 +5bCZ 50673 +5bCa 50674 +5bCd 50675 +5bCe 50676 +5bCg 50677 +5bCh 50678 +5bCi 50679 +5bCk 50680 +5bCl 50681 +5bCn 50682 +5bCo 50683 +5bCq 50684 +5bCs 50685 +5bCt 50686 +5bCw 50687 +5bCx 50688 +5bC0 50689 +5bC3 50690 +5bC4 50691 +5bC5 50692 +5bC6 50693 +5bC7 50694 +5bC8 50695 +5bC9 50696 +5bC+ 50697 +5bC/ 50698 +5bGA 50699 +5bGB 50700 +5bGC 50701 +5bGE 50702 +5bGF 50703 +5bGG 50704 +5bGI 50705 +5bGJ 50706 +5bGK 50707 +5bGL 50708 +5bGM 50709 +5bGN 50710 +5bGO 50711 +5bGP 50712 +5bGQ 50713 +5bGR 50714 +5bGT 50715 +5bGV 50716 +5bGY 50717 +5bGZ 50718 +5bGc 50719 +5bGe 50720 +5bGg 50721 +5bGh 50722 +5bGi 50723 +5bGj 50724 +5bGk 50725 +5bGl 50726 +5bGm 50727 +5bGs 50728 +5bGv 50729 +5bGx 50730 +5bG5 50731 +5bG6 50732 +5bG/ 50733 +5bKA 50734 +5bKB 50735 +5bKC 50736 +5bKI 50737 +5bKM 50738 +5bKN 50739 +5bKQ 50740 +5bKR 50741 +5bKU 50742 +5bKV 50743 +5bKW 50744 +5bKX 50745 +5bKY 50746 +5bKZ 50747 +5bKa 50748 +5bKb 50749 +5bKc 50750 +5bKe 50751 +5bKh 50752 +5bKi 50753 +5bKo 50754 +5bKp 50755 +5bKr 50756 +5bKs 50757 +5bKt 50758 +5bKx 50759 +5bKz 50760 +5bK1 50761 +5bK3 50762 +5bK4 50763 +5bK7 50764 +5bK8 50765 +5bK9 50766 +5bK/ 50767 +5bOB 50768 +5bOE 50769 +5bOF 50770 +5bOH 50771 +5bOL 50772 +5bOS 50773 +5bOZ 50774 +5bOg 50775 +5bOh 50776 +5bOj 50777 +5bOk 50778 +5bOl 50779 +5bOm 50780 +5bOo 50781 +5bOq 50782 +5bOt 50783 +5bOv 50784 +5bOw 50785 +5bO2 50786 +5bO7 50787 +5bO9 50788 +5bSC 50789 +5bSD 50790 +5bSG 50791 +5bSH 50792 +5bSL 50793 +5bSO 50794 +5bSQ 50795 +5bSR 50796 +5bSS 50797 +5bSU 50798 +5bSV 50799 +5bSW 50800 +5bSX 50801 +5bSZ 50802 +5bSa 50803 +5bSb 50804 +5bSe 50805 +5bSf 50806 +5bSi 50807 +5bSk 50808 +5bSm 50809 +5bSn 50810 +5bSp 50811 +5bSt 50812 +5bSu 50813 +5bS0 50814 +5bS9 50815 +5bS+ 50816 +5bWC 50817 +5bWH 50818 +5bWK 50819 +5bWL 50820 +5bWM 50821 +5bWO 50822 +5bWQ 50823 +5bWS 50824 +5bWW 50825 +5bWY 50826 +5bWb 50827 +5bWc 50828 +5bWo 50829 +5bWp 50830 +5bWq 50831 +5bWr 50832 +5bWs 50833 +5bWv 50834 +5bW0 50835 +5baC 50836 +5baD 50837 +5baE 50838 +5baH 50839 +5baL 50840 +5baM 50841 +5baT 50842 +5baW 50843 +5baZ 50844 +5bad 50845 +5bas 50846 +5bau 50847 +5ba3 50848 +5ba6 50849 +5ba8 50850 +5ba9 50851 +5beC 50852 +5beF 50853 +5beH 50854 +5beJ 50855 +5beM 50856 +5beN 50857 +5beS 50858 +5beT 50859 +5beW 50860 +5bed 50861 +5bee 50862 +5beh 50863 +5bei 50864 +5bej 50865 +5bel 50866 +5bem 50867 +5ben 50868 +5beo 50869 +5bep 50870 +5ber 50871 +5beu 50872 +5bev 50873 +5bex 50874 +5bey 50875 +5bez 50876 +5be0 50877 +5be1 50878 +5be3 50879 +5be6 50880 +5be7 50881 +5be9 50882 +5be+ 50883 +5be/ 50884 +5biA 50885 +5biB 50886 +5biC 50887 +5biD 50888 +5biF 50889 +5biG 50890 +5biI 50891 +5biM 50892 +5biP 50893 +5biQ 50894 +5biR 50895 +5biU 50896 +5biV 50897 +5biW 50898 +5biY 50899 +5biZ 50900 +5bia 50901 +5bib 50902 +5bic 50903 +5bid 50904 +5bil 50905 +5bim 50906 +5bin 50907 +5bir 50908 +5bit 50909 +5biu 50910 +5biv 50911 +5biw 50912 +5biz 50913 +5bi2 50914 +5bi3 50915 +5bi4 50916 +5bi7 50917 +5bi8 50918 +5bi9 50919 +5bmA 50920 +5bmC 50921 +5bmE 50922 +5bmF 50923 +5bmH 50924 +5bmM 50925 +5bmU 50926 +5bmV 50927 +5bmX 50928 +5bmb 50929 +5bmf 50930 +5bmh 50931 +5bmi 50932 +5bmj 50933 +5bmr 50934 +5bmy 50935 +5bmz 50936 +5bm0 50937 +5bm2 50938 +5bm3 50939 +5bm4 50940 +5bm5 50941 +5bm6 50942 +5bm7 50943 +5bm8 50944 +5bm9 50945 +5bm+ 50946 +5bm/ 50947 +5bqB 50948 +5bqD 50949 +5bqE 50950 +5bqF 50951 +5bqG 50952 +5bqH 50953 +5bqK 50954 +5bqP 50955 +5bqQ 50956 +5bqR 50957 +5bqT 50958 +5bqU 50959 +5bqV 50960 +5bqW 50961 +5bqX 50962 +5bqZ 50963 +5bqa 50964 +5bqc 50965 +5bqe 50966 +5bqf 50967 +5bqg 50968 +5bqm 50969 +5bqn 50970 +5bqr 50971 +5bqt 50972 +5bq1 50973 +5bq2 50974 +5bq3 50975 +5bq4 50976 +5bq5 50977 +5bq+ 50978 +5buB 50979 +5buC 50980 +5buD 50981 +5buG 50982 +5buI 50983 +5buJ 50984 +5buK 50985 +5buL 50986 +5buR 50987 +5buT 50988 +5buW 50989 +5bua 50990 +5bub 50991 +5bud 50992 +5buf 50993 +5bug 50994 +5bui 50995 +5buj 50996 +5buo 50997 +5buq 50998 +5bus 50999 +5buz 51000 +5bu0 51001 +5bu2 51002 +5bu3 51003 +5bu6 51004 +5bu7 51005 +5bu8 51006 +5bu/ 51007 +5byA 51008 +5byB 51009 +5byC 51010 +5byD 51011 +5byE 51012 +5byH 51013 +5byI 51014 +5byJ 51015 +5byK 51016 +5byL 51017 +5byP 51018 +5byQ 51019 +5byR 51020 +5byT 51021 +5byU 51022 +5byV 51023 +5byW 51024 +5byX 51025 +5byY 51026 +5byb 51027 +5byf 51028 +5byg 51029 +5byi 51030 +5byl 51031 +5bym 51032 +5byn 51033 +5byo 51034 +5byp 51035 +5byt 51036 +5byv 51037 +5byx 51038 +5by1 51039 +5by3 51040 +5by5 51041 +5by6 51042 +5by8 51043 +5by+ 51044 +5b2A 51045 +5b2F 51046 +5b2G 51047 +5b2I 51048 +5b2K 51049 +5b2M 51050 +5b2O 51051 +5b2R 51052 +5b2S 51053 +5b2T 51054 +5b2V 51055 +5b2W 51056 +5b2X 51057 +5b2Y 51058 +5b2Z 51059 +5b2d 51060 +5b2f 51061 +5b2h 51062 +5b2i 51063 +5b2k 51064 +5b2l 51065 +5b2m 51066 +5b2n 51067 +5b2p 51068 +5b2q 51069 +5b2r 51070 +5b2s 51071 +5b2t 51072 +5b2w 51073 +5b2x 51074 +5b2z 51075 +5b23 51076 +5b25 51077 +5b26 51078 +5b27 51079 +5b28 51080 +5b2/ 51081 +5b6A 51082 +5b6B 51083 +5b6C 51084 +5b6D 51085 +5b6E 51086 +5b6F 51087 +5b6H 51088 +5b6I 51089 +5b6J 51090 +5b6K 51091 +5b6L 51092 +5b6M 51093 +5b6N 51094 +5b6Q 51095 +5b6R 51096 +5b6S 51097 +5b6T 51098 +5b6V 51099 +5b6X 51100 +5b6Y 51101 +5b6Z 51102 +5b6c 51103 +5b6e 51104 +5b6g 51105 +5b6h 51106 +5b6o 51107 +5b6p 51108 +5b6q 51109 +5b6s 51110 +5b6t 51111 +5b6u 51112 +5b6z 51113 +5b60 51114 +5b61 51115 +5b63 51116 +5b65 51117 +5b68 51118 +5b69 51119 +5b+D 51120 +5b+E 51121 +5b+F 51122 +5b+G 51123 +5b+L 51124 +5b+M 51125 +5b+N 51126 +5b+P 51127 +5b+Q 51128 +5b+R 51129 +5b+S 51130 +5b+W 51131 +5b+X 51132 +5b+Y 51133 +5b+Z 51134 +5b+c 51135 +5b+d 51136 +5b+g 51137 +5b+h 51138 +5b+k 51139 +5b+n 51140 +5b+q 51141 +5b+r 51142 +5b+w 51143 +5b+x 51144 +5b+1 51145 +5b+4 51146 +5b+7 51147 +5b+9 51148 +5b++ 51149 +5b+/ 51150 +5oCA 51151 +5oCB 51152 +5oCC 51153 +5oCD 51154 +5oCE 51155 +5oCF 51156 +5oCG 51157 +5oCN 51158 +5oCO 51159 +5oCP 51160 +5oCS 51161 +5oCU 51162 +5oCV 51163 +5oCW 51164 +5oCX 51165 +5oCZ 51166 +5oCb 51167 +5oCc 51168 +5oCd 51169 +5oCg 51170 +5oCh 51171 +5oCl 51172 +5oCm 51173 +5oCn 51174 +5oCo 51175 +5oCp 51176 +5oCq 51177 +5oCr 51178 +5oCv 51179 +5oCx 51180 +5oC1 51181 +5oC5 51182 +5oC7 51183 +5oC8 51184 +5oC/ 51185 +5oGB 51186 +5oGC 51187 +5oGD 51188 +5oGG 51189 +5oGL 51190 +5oGN 51191 +5oGQ 51192 +5oGS 51193 +5oGT 51194 +5oGV 51195 +5oGZ 51196 +5oGa 51197 +5oGf 51198 +5oGi 51199 +5oGj 51200 +5oGk 51201 +5oGl 51202 +5oGo 51203 +5oGp 51204 +5oGq 51205 +5oGr 51206 +5oGs 51207 +5oGt 51208 +5oGv 51209 +5oGw 51210 +5oGz 51211 +5oG1 51212 +5oG2 51213 +5oG4 51214 +5oG5 51215 +5oG6 51216 +5oG7 51217 +5oG8 51218 +5oG9 51219 +5oG/ 51220 +5oKD 51221 +5oKE 51222 +5oKF 51223 +5oKG 51224 +5oKJ 51225 +5oKL 51226 +5oKM 51227 +5oKN 51228 +5oKS 51229 +5oKU 51230 +5oKV 51231 +5oKW 51232 +5oKa 51233 +5oKb 51234 +5oKd 51235 +5oKf 51236 +5oKg 51237 +5oKj 51238 +5oKm 51239 +5oKn 51240 +5oKo 51241 +5oKp 51242 +5oKq 51243 +5oKr 51244 +5oKs 51245 +5oKt 51246 +5oKv 51247 +5oKx 51248 +5oKy 51249 +5oKz 51250 +5oK0 51251 +5oK1 51252 +5oK2 51253 +5oK4 51254 +5oK7 51255 +5oK8 51256 +5oK9 51257 +5oOF 51258 +5oOG 51259 +5oOH 51260 +5oOK 51261 +5oOL 51262 +5oOO 51263 +5oOR 51264 +5oOV 51265 +5oOY 51266 +5oOZ 51267 +5oOa 51268 +5oOc 51269 +5oOf 51270 +5oOg 51271 +5oOh 51272 +5oOj 51273 +5oOm 51274 +5oOn 51275 +5oOo 51276 +5oOp 51277 +5oOr 51278 +5oOs 51279 +5oOt 51280 +5oOu 51281 +5oOv 51282 +5oOw 51283 +5oOx 51284 +5oOz 51285 +5oO0 51286 +5oO2 51287 +5oO5 51288 +5oO6 51289 +5oO7 51290 +5oSA 51291 +5oSB 51292 +5oSG 51293 +5oSH 51294 +5oSI 51295 +5oSJ 51296 +5oSK 51297 +5oSN 51298 +5oSO 51299 +5oSP 51300 +5oSU 51301 +5oSV 51302 +5oSa 51303 +5oSb 51304 +5oSf 51305 +5oSg 51306 +5oSj 51307 +5oSk 51308 +5oSm 51309 +5oSn 51310 +5oSr 51311 +5oSs 51312 +5oS0 51313 +5oS3 51314 +5oS8 51315 +5oS+ 51316 +5oS/ 51317 +5oWC 51318 +5oWE 51319 +5oWG 51320 +5oWH 51321 +5oWI 51322 +5oWK 51323 +5oWL 51324 +5oWM 51325 +5oWO 51326 +5oWR 51327 +5oWT 51328 +5oWV 51329 +5oWY 51330 +5oWZ 51331 +5oWa 51332 +5oWc 51333 +5oWd 51334 +5oWf 51335 +5oWi 51336 +5oWj 51337 +5oWl 51338 +5oWn 51339 +5oWo 51340 +5oWr 51341 +5oWu 51342 +5oWw 51343 +5oWz 51344 +5oW0 51345 +5oW1 51346 +5oW2 51347 +5oW3 51348 +5oW+ 51349 +5oaC 51350 +5oaK 51351 +5oaL 51352 +5oaN 51353 +5oaO 51354 +5oaQ 51355 +5oaR 51356 +5oaU 51357 +5oaW 51358 +5oaZ 51359 +5oaa 51360 +5oak 51361 +5oan 51362 +5oao 51363 +5oap 51364 +5oar 51365 +5oas 51366 +5oau 51367 +5oay 51368 +5oa2 51369 +5oa3 51370 +5oa6 51371 +5oa+ 51372 +5oeC 51373 +5oeD 51374 +5oeG 51375 +5oeH 51376 +5oeI 51377 +5oeJ 51378 +5oeK 51379 +5oeL 51380 +5oeQ 51381 +5oeR 51382 +5oeS 51383 +5oej 51384 +5oem 51385 +5oey 51386 +5oe1 51387 +5oe2 51388 +5oe3 51389 +5oe4 51390 +5oe6 51391 +5oe8 51392 +5oe+ 51393 +5oe/ 51394 +5oiA 51395 +5oiG 51396 +5oiH 51397 +5oiI 51398 +5oiK 51399 +5oiM 51400 +5oiN 51401 +5oiO 51402 +5oiP 51403 +5oiQ 51404 +5oiR 51405 +5oiS 51406 +5oiU 51407 +5oiV 51408 +5oiW 51409 +5oiX 51410 +5oiY 51411 +5oia 51412 +5oib 51413 +5oie 51414 +5oif 51415 +5oih 51416 +5oii 51417 +5oil 51418 +5oim 51419 +5oiq 51420 +5ois 51421 +5oiu 51422 +5oiv 51423 +5oiw 51424 +5oiy 51425 +5oiz 51426 +5oi0 51427 +5oi2 51428 +5oi3 51429 +5oi4 51430 +5oi7 51431 +5oi9 51432 +5oi+ 51433 +5oi/ 51434 +5omA 51435 +5omB 51436 +5omD 51437 +5omG 51438 +5omH 51439 +5omI 51440 +5omJ 51441 +5omL 51442 +5omN 51443 +5omO 51444 +5omQ 51445 +5omR 51446 +5omS 51447 +5omT 51448 +5omU 51449 +5omV 51450 +5omY 51451 +5omb 51452 +5ome 51453 +5omg 51454 +5omj 51455 +5omk 51456 +5oml 51457 +5omm 51458 +5omn 51459 +5omo 51460 +5omp 51461 +5omq 51462 +5omr 51463 +5oms 51464 +5omt 51465 +5omu 51466 +5omv 51467 +5omw 51468 +5omx 51469 +5omz 51470 +5om2 51471 +5om5 51472 +5om8 51473 +5om+ 51474 +5om/ 51475 +5oqA 51476 +5oqD 51477 +5oqE 51478 +5oqF 51479 +5oqJ 51480 +5oqK 51481 +5oqM 51482 +5oqR 51483 +5oqS 51484 +5oqT 51485 +5oqU 51486 +5oqV 51487 +5oqW 51488 +5oqX 51489 +5oqY 51490 +5oqa 51491 +5oqb 51492 +5oqc 51493 +5oqe 51494 +5oqf 51495 +5oqg 51496 +5oqh 51497 +5oqi 51498 +5oqk 51499 +5oql 51500 +5oqo 51501 +5oqr 51502 +5oqs 51503 +5oqx 51504 +5oq1 51505 +5oq5 51506 +5oq7 51507 +5oq8 51508 +5oq9 51509 +5oq+ 51510 +5oq/ 51511 +5ouC 51512 +5ouD 51513 +5ouE 51514 +5ouF 51515 +5ouG 51516 +5ouH 51517 +5ouI 51518 +5ouJ 51519 +5ouK 51520 +5ouL 51521 +5ouM 51522 +5ouN 51523 +5ouO 51524 +5ouQ 51525 +5ouS 51526 +5ouT 51527 +5ouU 51528 +5ouW 51529 +5ouX 51530 +5ouY 51531 +5ouZ 51532 +5oua 51533 +5oub 51534 +5ouc 51535 +5oud 51536 +5ouf 51537 +5oug 51538 +5ouh 51539 +5oui 51540 +5ouj 51541 +5ouk 51542 +5oul 51543 +5oum 51544 +5oun 51545 +5ouo 51546 +5oup 51547 +5ous 51548 +5out 51549 +5ouu 51550 +5ouv 51551 +5oux 51552 +5ouz 51553 +5ou0 51554 +5ou1 51555 +5ou2 51556 +5ou3 51557 +5ou8 51558 +5ou9 51559 +5ou+ 51560 +5ou/ 51561 +5oyB 51562 +5oyC 51563 +5oyH 51564 +5oyI 51565 +5oyJ 51566 +5oyM 51567 +5oyO 51568 +5oyR 51569 +5oyS 51570 +5oyW 51571 +5oyZ 51572 +5oya 51573 +5oyb 51574 +5oyd 51575 +5oye 51576 +5oyf 51577 +5oyg 51578 +5oyh 51579 +5oyi 51580 +5oyj 51581 +5oyk 51582 +5oyl 51583 +5oyo 51584 +5oyq 51585 +5oyr 51586 +5oyv 51587 +5oyy 51588 +5oy5 51589 +5oy6 51590 +5oy8 51591 +5oy9 51592 +5oy+ 51593 +5oy/ 51594 +5o2C 51595 +5o2F 51596 +5o2G 51597 +5o2J 51598 +5o2K 51599 +5o2L 51600 +5o2M 51601 +5o2N 51602 +5o2O 51603 +5o2P 51604 +5o2Q 51605 +5o2V 51606 +5o2X 51607 +5o2c 51608 +5o2e 51609 +5o2f 51610 +5o2h 51611 +5o2i 51612 +5o2j 51613 +5o2n 51614 +5o2o 51615 +5o2p 51616 +5o2r 51617 +5o2t 51618 +5o2u 51619 +5o2v 51620 +5o2x 51621 +5o2y 51622 +5o22 51623 +5o23 51624 +5o26 51625 +5o27 51626 +5o6A 51627 +5o6C 51628 +5o6D 51629 +5o6H 51630 +5o6I 51631 +5o6J 51632 +5o6K 51633 +5o6M 51634 +5o6O 51635 +5o6P 51636 +5o6Q 51637 +5o6S 51638 +5o6V 51639 +5o6W 51640 +5o6Y 51641 +5o6Z 51642 +5o6b 51643 +5o6e 51644 +5o6f 51645 +5o6g 51646 +5o6h 51647 +5o6i 51648 +5o6j 51649 +5o6l 51650 +5o6n 51651 +5o6o 51652 +5o6p 51653 +5o6q 51654 +5o6s 51655 +5o6u 51656 +5o6w 51657 +5o6y 51658 +5o6z 51659 +5o60 51660 +5o63 51661 +5o64 51662 +5o65 51663 +5o66 51664 +5o67 51665 +5o68 51666 +5o6+ 51667 +5o+A 51668 +5o+D 51669 +5o+E 51670 +5o+G 51671 +5o+I 51672 +5o+J 51673 +5o+N 51674 +5o+O 51675 +5o+P 51676 +5o+Q 51677 +5o+S 51678 +5o+W 51679 +5o+a 51680 +5o+b 51681 +5o+e 51682 +5o+g 51683 +5o+h 51684 +5o+j 51685 +5o+p 51686 +5o+q 51687 +5o+t 51688 +5o+u 51689 +5o+y 51690 +5o+0 51691 +5o+1 51692 +5o+2 51693 +5o+4 51694 +5o+6 51695 +5o+8 51696 +5o+9 51697 +5o+/ 51698 +5pCA 51699 +5pCB 51700 +5pCC 51701 +5pCF 51702 +5pCG 51703 +5pCL 51704 +5pCM 51705 +5pCN 51706 +5pCP 51707 +5pCQ 51708 +5pCT 51709 +5pCU 51710 +5pCW 51711 +5pCX 51712 +5pCb 51713 +5pCc 51714 +5pCe 51715 +5pCg 51716 +5pCh 51717 +5pCi 51718 +5pCj 51719 +5pCm 51720 +5pCn 51721 +5pCo 51722 +5pCq 51723 +5pCs 51724 +5pCt 51725 +5pC0 51726 +5pC1 51727 +5pC2 51728 +5pC5 51729 +5pC6 51730 +5pC9 51731 +5pC+ 51732 +5pGB 51733 +5pGC 51734 +5pGE 51735 +5pGF 51736 +5pGG 51737 +5pGH 51738 +5pGI 51739 +5pGK 51740 +5pGQ 51741 +5pGS 51742 +5pGU 51743 +5pGY 51744 +5pGb 51745 +5pGe 51746 +5pGf 51747 +5pGn 51748 +5pGp 51749 +5pGt 51750 +5pGv 51751 +5pG1 51752 +5pG4 51753 +5pG5 51754 +5pG6 51755 +5pG9 51756 +5pKC 51757 +5pKD 51758 +5pKE 51759 +5pKF 51760 +5pKH 51761 +5pKI 51762 +5pKQ 51763 +5pKR 51764 +5pKS 51765 +5pKT 51766 +5pKV 51767 +5pKW 51768 +5pKZ 51769 +5pKa 51770 +5pKe 51771 +5pKk 51772 +5pKl 51773 +5pKp 51774 +5pKr 51775 +5pKs 51776 +5pKt 51777 +5pKu 51778 +5pKw 51779 +5pKy 51780 +5pKz 51781 +5pK0 51782 +5pK1 51783 +5pK3 51784 +5pK4 51785 +5pK5 51786 +5pK6 51787 +5pK7 51788 +5pK8 51789 +5pK/ 51790 +5pOA 51791 +5pOB 51792 +5pOC 51793 +5pOF 51794 +5pOH 51795 +5pOK 51796 +5pOL 51797 +5pON 51798 +5pOO 51799 +5pOQ 51800 +5pOS 51801 +5pOU 51802 +5pOX 51803 +5pOY 51804 +5pOa 51805 +5pOe 51806 +5pOg 51807 +5pOh 51808 +5pOi 51809 +5pOj 51810 +5pOk 51811 +5pOm 51812 +5pOn 51813 +5pOs 51814 +5pOv 51815 +5pOw 51816 +5pOx 51817 +5pOy 51818 +5pOz 51819 +5pO0 51820 +5pO2 51821 +5pO6 51822 +5pO7 51823 +5pO9 51824 +5pO+ 51825 +5pSA 51826 +5pSG 51827 +5pSJ 51828 +5pSP 51829 +5pSS 51830 +5pSU 51831 +5pSY 51832 +5pSZ 51833 +5pSc 51834 +5pSd 51835 +5pSe 51836 +5pSj 51837 +5pSk 51838 +5pSl 51839 +5pSq 51840 +5pSr 51841 +5pSs 51842 +5pSu 51843 +5pSv 51844 +5pSw 51845 +5pS0 51846 +5pS1 51847 +5pS2 51848 +5pS3 51849 +5pS4 51850 +5pS5 51851 +5pS7 51852 +5pS+ 51853 +5pS/ 51854 +5pWF 51855 +5pWI 51856 +5pWJ 51857 +5pWM 51858 +5pWN 51859 +5pWP 51860 +5pWR 51861 +5pWV 51862 +5pWW 51863 +5pWX 51864 +5pWY 51865 +5pWZ 51866 +5pWb 51867 +5pWd 51868 +5pWe 51869 +5pWi 51870 +5pWj 51871 +5pWm 51872 +5pWr 51873 +5pWs 51874 +5pWw 51875 +5pWy 51876 +5pW0 51877 +5pW1 51878 +5pW3 51879 +5pW4 51880 +5paB 51881 +5paC 51882 +5paD 51883 +5paH 51884 +5paJ 51885 +5paL 51886 +5paM 51887 +5paO 51888 +5paQ 51889 +5paR 51890 +5paT 51891 +5paV 51892 +5paX 51893 +5paZ 51894 +5pab 51895 +5pac 51896 +5pad 51897 +5paf 51898 +5pah 51899 +5pak 51900 +5pal 51901 +5pan 51902 +5pap 51903 +5par 51904 +5pas 51905 +5pat 51906 +5pav 51907 +5paw 51908 +5pa3 51909 +5pa5 51910 +5pa8 51911 +5pa9 51912 +5pa/ 51913 +5peB 51914 +5peD 51915 +5peE 51916 +5peF 51917 +5peG 51918 +5peJ 51919 +5peL 51920 +5peM 51921 +5peO 51922 +5peP 51923 +5peS 51924 +5peW 51925 +5peX 51926 +5peb 51927 +5peg 51928 +5pei 51929 +5pel 51930 +5pem 51931 +5pen 51932 +5peo 51933 +5pep 51934 +5pes 51935 +5pet 51936 +5peu 51937 +5pev 51938 +5pew 51939 +5pex 51940 +5pez 51941 +5pe2 51942 +5pe3 51943 +5pe4 51944 +5pe6 51945 +5pe7 51946 +5pe8 51947 +5piA 51948 +5piC 51949 +5piD 51950 +5piG 51951 +5piH 51952 +5piJ 51953 +5piK 51954 +5piM 51955 +5piO 51956 +5piP 51957 +5piT 51958 +5piU 51959 +5piV 51960 +5piZ 51961 +5pia 51962 +5pid 51963 +5pie 51964 +5pif 51965 +5pig 51966 +5pil 51967 +5pin 51968 +5pio 51969 +5pit 51970 +5piv 51971 +5pix 51972 +5pi0 51973 +5pi1 51974 +5pi2 51975 +5pi6 51976 +5pi8 51977 +5pi+ 51978 +5pmB 51979 +5pmC 51980 +5pmD 51981 +5pmE 51982 +5pmJ 51983 +5pmL 51984 +5pmM 51985 +5pmP 51986 +5pmS 51987 +5pmT 51988 +5pmU 51989 +5pmV 51990 +5pmW 51991 +5pmX 51992 +5pma 51993 +5pmd 51994 +5pme 51995 +5pmf 51996 +5pmh 51997 +5pmi 51998 +5pmk 51999 +5pml 52000 +5pmm 52001 +5pmn 52002 +5pmo 52003 +5pmp 52004 +5pms 52005 +5pmu 52006 +5pmv 52007 +5pmw 52008 +5pmz 52009 +5pm0 52010 +5pm2 52011 +5pm3 52012 +5pm6 52013 +5pm7 52014 +5pm+ 52015 +5pqB 52016 +5pqC 52017 +5pqE 52018 +5pqH 52019 +5pqI 52020 +5pqJ 52021 +5pqM 52022 +5pqN 52023 +5pqO 52024 +5pqR 52025 +5pqW 52026 +5pqX 52027 +5pqY 52028 +5pqd 52029 +5pqi 52030 +5pqm 52031 +5pqn 52032 +5pqo 52033 +5pqr 52034 +5pqu 52035 +5pqy 52036 +5pq0 52037 +5pq5 52038 +5pq7 52039 +5pq8 52040 +5pq+ 52041 +5puE 52042 +5puG 52043 +5puH 52044 +5puI 52045 +5puJ 52046 +5puM 52047 +5puW 52048 +5puZ 52049 +5pua 52050 +5pub 52051 +5puc 52052 +5pud 52053 +5pug 52054 +5puh 52055 +5pum 52056 +5pup 52057 +5pus 52058 +5puw 52059 +5pux 52060 +5puy 52061 +5puz 52062 +5pu0 52063 +5pu1 52064 +5pu3 52065 +5pu4 52066 +5pu5 52067 +5pu6 52068 +5pu8 52069 +5pu9 52070 +5pu+ 52071 +5pu/ 52072 +5pyA 52073 +5pyD 52074 +5pyI 52075 +5pyJ 52076 +5pyK 52077 +5pyL 52078 +5pyN 52079 +5pyP 52080 +5pyQ 52081 +5pyT 52082 +5pyU 52083 +5pyV 52084 +5pyX 52085 +5pyb 52086 +5pyd 52087 +5pyf 52088 +5pym 52089 +5pyn 52090 +5pyo 52091 +5pyq 52092 +5pyr 52093 +5pys 52094 +5pyt 52095 +5pyu 52096 +5pyv 52097 +5pyx 52098 +5py0 52099 +5py1 52100 +5py2 52101 +5py4 52102 +5py6 52103 +5py9 52104 +5py+ 52105 +5p2A 52106 +5p2B 52107 +5p2C 52108 +5p2D 52109 +5p2G 52110 +5p2I 52111 +5p2J 52112 +5p2M 52113 +5p2O 52114 +5p2P 52115 +5p2Q 52116 +5p2R 52117 +5p2T 52118 +5p2W 52119 +5p2Z 52120 +5p2c 52121 +5p2e 52122 +5p2f 52123 +5p2g 52124 +5p2h 52125 +5p2i 52126 +5p2j 52127 +5p2k 52128 +5p2l 52129 +5p2o 52130 +5p2p 52131 +5p2q 52132 +5p2s 52133 +5p2t 52134 +5p2u 52135 +5p2v 52136 +5p2w 52137 +5p2x 52138 +5p2y 52139 +5p2z 52140 +5p21 52141 +5p23 52142 +5p27 52143 +5p28 52144 +5p2+ 52145 +5p2/ 52146 +5p6B 52147 +5p6E 52148 +5p6F 52149 +5p6H 52150 +5p6J 52151 +5p6L 52152 +5p6M 52153 +5p6O 52154 +5p6Q 52155 +5p6T 52156 +5p6V 52157 +5p6X 52158 +5p6Y 52159 +5p6a 52160 +5p6c 52161 +5p6d 52162 +5p6e 52163 +5p6g 52164 +5p6h 52165 +5p6i 52166 +5p6j 52167 +5p6l 52168 +5p6m 52169 +5p6n 52170 +5p6o 52171 +5p6q 52172 +5p6r 52173 +5p6t 52174 +5p6v 52175 +5p6w 52176 +5p6x 52177 +5p6y 52178 +5p6z 52179 +5p60 52180 +5p62 52181 +5p63 52182 +5p64 52183 +5p65 52184 +5p+A 52185 +5p+B 52186 +5p+D 52187 +5p+E 52188 +5p+H 52189 +5p+K 52190 +5p+P 52191 +5p+Q 52192 +5p+R 52193 +5p+S 52194 +5p+T 52195 +5p+U 52196 +5p+Y 52197 +5p+a 52198 +5p+c 52199 +5p+d 52200 +5p+e 52201 +5p+g 52202 +5p+i 52203 +5p+k 52204 +5p+l 52205 +5p+n 52206 +5p+p 52207 +5p+s 52208 +5p+v 52209 +5p+w 52210 +5p+x 52211 +5p+z 52212 +5p+0 52213 +5p+1 52214 +5p+3 52215 +5p+4 52216 +5p+5 52217 +5p+7 52218 +5p+9 52219 +5p++ 52220 +5p+/ 52221 +5qCA 52222 +5qCC 52223 +5qCD 52224 +5qCE 52225 +5qCF 52226 +5qCH 52227 +5qCI 52228 +5qCJ 52229 +5qCK 52230 +5qCL 52231 +5qCM 52232 +5qCO 52233 +5qCP 52234 +5qCR 52235 +5qCT 52236 +5qCW 52237 +5qCX 52238 +5qCY 52239 +5qCd 52240 +5qCe 52241 +5qCf 52242 +5qCh 52243 +5qCi 52244 +5qCn 52245 +5qCp 52246 +5qCq 52247 +5qCr 52248 +5qCs 52249 +5qCx 52250 +5qCy 52251 +5qCz 52252 +5qC0 52253 +5qC3 52254 +5qC4 52255 +5qC5 52256 +5qC7 52257 +5qC8 52258 +5qC9 52259 +5qC+ 52260 +5qGA 52261 +5qGB 52262 +5qGC 52263 +5qGD 52264 +5qGE 52265 +5qGF 52266 +5qGG 52267 +5qGI 52268 +5qGJ 52269 +5qGM 52270 +5qGO 52271 +5qGQ 52272 +5qGR 52273 +5qGT 52274 +5qGU 52275 +5qGV 52276 +5qGW 52277 +5qGZ 52278 +5qGc 52279 +5qGd 52280 +5qGf 52281 +5qGg 52282 +5qGh 52283 +5qGi 52284 +5qGj 52285 +5qGk 52286 +5qGl 52287 +5qGm 52288 +5qGn 52289 +5qGo 52290 +5qGp 52291 +5qGr 52292 +5qGv 52293 +5qG0 52294 +5qG2 52295 +5qG3 52296 +5qG8 52297 +5qG+ 52298 +5qG/ 52299 +5qKB 52300 +5qKD 52301 +5qKF 52302 +5qKG 52303 +5qKI 52304 +5qKP 52305 +5qKT 52306 +5qKU 52307 +5qKX 52308 +5qKb 52309 +5qKd 52310 +5qKf 52311 +5qKg 52312 +5qKh 52313 +5qKi 52314 +5qKj 52315 +5qKm 52316 +5qKn 52317 +5qKo 52318 +5qKq 52319 +5qKr 52320 +5qKt 52321 +5qKv 52322 +5qKw 52323 +5qKx 52324 +5qKz 52325 +5qK1 52326 +5qK2 52327 +5qK5 52328 +5qK6 52329 +5qK7 52330 +5qK8 52331 +5qK/ 52332 +5qOA 52333 +5qOC 52334 +5qOE 52335 +5qOF 52336 +5qOI 52337 +5qOJ 52338 +5qOK 52339 +5qOL 52340 +5qON 52341 +5qOS 52342 +5qOU 52343 +5qOV 52344 +5qOX 52345 +5qOY 52346 +5qOa 52347 +5qOf 52348 +5qOg 52349 +5qOh 52350 +5qOj 52351 +5qOn 52352 +5qOo 52353 +5qOs 52354 +5qOu 52355 +5qOv 52356 +5qOw 52357 +5qOx 52358 +5qOy 52359 +5qO1 52360 +5qO2 52361 +5qO3 52362 +5qO5 52363 +5qO6 52364 +5qO7 52365 +5qO8 52366 +5qSA 52367 +5qSB 52368 +5qSF 52369 +5qSI 52370 +5qSK 52371 +5qSL 52372 +5qSM 52373 +5qSN 52374 +5qSO 52375 +5qSP 52376 +5qSQ 52377 +5qSS 52378 +5qSZ 52379 +5qSa 52380 +5qSb 52381 +5qSc 52382 +5qSf 52383 +5qSh 52384 +5qSj 52385 +5qSk 52386 +5qSl 52387 +5qSo 52388 +5qSq 52389 +5qSt 52390 +5qSw 52391 +5qS0 52392 +5qS5 52393 +5qS9 52394 +5qS/ 52395 +5qWA 52396 +5qWC 52397 +5qWJ 52398 +5qWK 52399 +5qWT 52400 +5qWU 52401 +5qWV 52402 +5qWX 52403 +5qWZ 52404 +5qWa 52405 +5qWc 52406 +5qWd 52407 +5qWe 52408 +5qWg 52409 +5qWh 52410 +5qWi 52411 +5qWj 52412 +5qWm 52413 +5qWq 52414 +5qWr 52415 +5qWt 52416 +5qWu 52417 +5qWv 52418 +5qWx 52419 +5qWz 52420 +5qW1 52421 +5qW3 52422 +5qW4 52423 +5qW5 52424 +5qW8 52425 +5qW9 52426 +5qW+ 52427 +5qaB 52428 +5qaC 52429 +5qaE 52430 +5qaG 52431 +5qaH 52432 +5qaI 52433 +5qaJ 52434 +5qaK 52435 +5qaO 52436 +5qaR 52437 +5qaU 52438 +5qaV 52439 +5qaW 52440 +5qaY 52441 +5qab 52442 +5qac 52443 +5qan 52444 +5qao 52445 +5qar 52446 +5qat 52447 +5qau 52448 +5qay 52449 +5qa0 52450 +5qa3 52451 +5qa7 52452 +5qa8 52453 +5qa+ 52454 +5qa/ 52455 +5qeB 52456 +5qeD 52457 +5qeF 52458 +5qeH 52459 +5qeK 52460 +5qeL 52461 +5qeM 52462 +5qeN 52463 +5qeO 52464 +5qeQ 52465 +5qeT 52466 +5qeW 52467 +5qeY 52468 +5qeZ 52469 +5qeb 52470 +5qef 52471 +5qen 52472 +5qeo 52473 +5qep 52474 +5qer 52475 +5qet 52476 +5qey 52477 +5qez 52478 +5qe7 52479 +5qe9 52480 +5qe/ 52481 +5qiA 52482 +5qiB 52483 +5qiC 52484 +5qiF 52485 +5qiJ 52486 +5qiK 52487 +5qiL 52488 +5qiR 52489 +5qiS 52490 +5qiT 52491 +5qiW 52492 +5qiX 52493 +5qiY 52494 +5qiZ 52495 +5qib 52496 +5qie 52497 +5qif 52498 +5qih 52499 +5qij 52500 +5qio 52501 +5qip 52502 +5qiq 52503 +5qir 52504 +5qiu 52505 +5qiv 52506 +5qix 52507 +5qi1 52508 +5qi4 52509 +5qi5 52510 +5qi6 52511 +5qi9 52512 +5qi+ 52513 +5qmE 52514 +5qmF 52515 +5qmH 52516 +5qmI 52517 +5qmL 52518 +5qmQ 52519 +5qmY 52520 +5qmZ 52521 +5qmb 52522 +5qme 52523 +5qmf 52524 +5qmh 52525 +5qmi 52526 +5qml 52527 +5qmm 52528 +5qmr 52529 +5qmx 52530 +5qmy 52531 +5qm5 52532 +5qm8 52533 +5qm/ 52534 +5qqA 52535 +5qqE 52536 +5qqJ 52537 +5qqN 52538 +5qqO 52539 +5qqQ 52540 +5qqU 52541 +5qqX 52542 +5qqc 52543 +5qqe 52544 +5qqg 52545 +5qqi 52546 +5qqj 52547 +5qqp 52548 +5qqq 52549 +5qqr 52550 +5qqs 52551 +5qqu 52552 +5qqv 52553 +5qqz 52554 +5qq4 52555 +5qq7 52556 +5qq/ 52557 +5quB 52558 +5quC 52559 +5quD 52560 +5quI 52561 +5quT 52562 +5qua 52563 +5qub 52564 +5que 52565 +5quf 52566 +5qun 52567 +5quo 52568 +5quq 52569 +5qu6 52570 +5qu7 52571 +5qyE 52572 +5qyF 52573 +5qyK 52574 +5qyS 52575 +5qyW 52576 +5qyd 52577 +5qye 52578 +5qyg 52579 +5qyh 52580 +5qyi 52581 +5qyj 52582 +5qyk 52583 +5qyn 52584 +5qyy 52585 +5qy3 52586 +5qy4 52587 +5qy5 52588 +5qy6 52589 +5qy7 52590 +5qy9 52591 +5qy+ 52592 +5q2A 52593 +5q2D 52594 +5q2G 52595 +5q2H 52596 +5q2J 52597 +5q2M 52598 +5q2O 52599 +5q2Q 52600 +5q2T 52601 +5q2U 52602 +5q2Y 52603 +5q2Z 52604 +5q2h 52605 +5q2i 52606 +5q2j 52607 +5q2k 52608 +5q2l 52609 +5q2m 52610 +5q2n 52611 +5q2p 52612 +5q2q 52613 +5q2t 52614 +5q2v 52615 +5q2y 52616 +5q2z 52617 +5q20 52618 +5q23 52619 +5q24 52620 +5q25 52621 +5q27 52622 +5q28 52623 +5q2/ 52624 +5q6B 52625 +5q6C 52626 +5q6D 52627 +5q6E 52628 +5q6G 52629 +5q6H 52630 +5q6J 52631 +5q6K 52632 +5q6L 52633 +5q6N 52634 +5q6S 52635 +5q6T 52636 +5q6W 52637 +5q6Y 52638 +5q6a 52639 +5q6b 52640 +5q6h 52641 +5q6q 52642 +5q6t 52643 +5q6u 52644 +5q6v 52645 +5q6y 52646 +5q6z 52647 +5q60 52648 +5q61 52649 +5q63 52650 +5q66 52651 +5q67 52652 +5q68 52653 +5q69 52654 +5q6/ 52655 +5q+A 52656 +5q+B 52657 +5q+C 52658 +5q+F 52659 +5q+G 52660 +5q+L 52661 +5q+N 52662 +5q+O 52663 +5q+P 52664 +5q+Q 52665 +5q+S 52666 +5q+T 52667 +5q+U 52668 +5q+V 52669 +5q+W 52670 +5q+X 52671 +5q+Y 52672 +5q+Z 52673 +5q+b 52674 +5q+f 52675 +5q+h 52676 +5q+r 52677 +5q+s 52678 +5q+v 52679 +5q+z 52680 +5q+5 52681 +5q+9 52682 +5rCF 52683 +5rCG 52684 +5rCH 52685 +5rCI 52686 +5rCN 52687 +5rCP 52688 +5rCQ 52689 +5rCR 52690 +5rCT 52691 +5rCU 52692 +5rCV 52693 +5rCW 52694 +5rCX 52695 +5rCY 52696 +5rCZ 52697 +5rCa 52698 +5rCb 52699 +5rCf 52700 +5rCh 52701 +5rCi 52702 +5rCj 52703 +5rCk 52704 +5rCm 52705 +5rCn 52706 +5rCo 52707 +5rCp 52708 +5rCq 52709 +5rCu 52710 +5rCv 52711 +5rCw 52712 +5rCy 52713 +5rC0 52714 +5rC3 52715 +5rC4 52716 +5rC5 52717 +5rC9 52718 +5rC+ 52719 +5rGA 52720 +5rGB 52721 +5rGC 52722 +5rGG 52723 +5rGH 52724 +5rGI 52725 +5rGJ 52726 +5rGK 52727 +5rGO 52728 +5rGQ 52729 +5rGU 52730 +5rGV 52731 +5rGX 52732 +5rGa 52733 +5rGb 52734 +5rGc 52735 +5rGd 52736 +5rGe 52737 +5rGf 52738 +5rGg 52739 +5rGh 52740 +5rGk 52741 +5rGo 52742 +5rGp 52743 +5rGq 52744 +5rGt 52745 +5rGw 52746 +5rGy 52747 +5rG0 52748 +5rG1 52749 +5rG2 52750 +5rG5 52751 +5rG6 52752 +5rG9 52753 +5rG+ 52754 +5rKB 52755 +5rKC 52756 +5rKD 52757 +5rKE 52758 +5rKF 52759 +5rKG 52760 +5rKI 52761 +5rKJ 52762 +5rKM 52763 +5rKP 52764 +5rKQ 52765 +5rKS 52766 +5rKT 52767 +5rKU 52768 +5rKW 52769 +5rKZ 52770 +5rKa 52771 +5rKb 52772 +5rKf 52773 +5rKh 52774 +5rKi 52775 +5rKj 52776 +5rKk 52777 +5rKl 52778 +5rKm 52779 +5rKn 52780 +5rKo 52781 +5rKp 52782 +5rKq 52783 +5rKr 52784 +5rKt 52785 +5rKu 52786 +5rKx 52787 +5rKz 52788 +5rK4 52789 +5rK5 52790 +5rK7 52791 +5rK8 52792 +5rK9 52793 +5rK+ 52794 +5rK/ 52795 +5rOB 52796 +5rOD 52797 +5rOE 52798 +5rOF 52799 +5rOG 52800 +5rOJ 52801 +5rOK 52802 +5rOM 52803 +5rOQ 52804 +5rOS 52805 +5rOT 52806 +5rOU 52807 +5rOV 52808 +5rOW 52809 +5rOX 52810 +5rOZ 52811 +5rOa 52812 +5rOb 52813 +5rOe 52814 +5rOg 52815 +5rOh 52816 +5rOi 52817 +5rOj 52818 +5rOl 52819 +5rOo 52820 +5rOq 52821 +5rOr 52822 +5rOs 52823 +5rOu 52824 +5rOv 52825 +5rOw 52826 +5rOx 52827 +5rOz 52828 +5rO1 52829 +5rO3 52830 +5rO4 52831 +5rO6 52832 +5rO7 52833 +5rO8 52834 +5rO9 52835 +5rO+ 52836 +5rSB 52837 +5rSE 52838 +5rSH 52839 +5rSL 52840 +5rSM 52841 +5rSO 52842 +5rSP 52843 +5rSR 52844 +5rSS 52845 +5rSX 52846 +5rSZ 52847 +5rSb 52848 +5rSe 52849 +5rSf 52850 +5rSj 52851 +5rSl 52852 +5rSn 52853 +5rSp 52854 +5rSq 52855 +5rSu 52856 +5rSx 52857 +5rSy 52858 +5rSz 52859 +5rS1 52860 +5rS2 52861 +5rS4 52862 +5rS5 52863 +5rS6 52864 +5rS7 52865 +5rS8 52866 +5rS9 52867 +5rS+ 52868 +5rS/ 52869 +5rWB 52870 +5rWD 52871 +5rWE 52872 +5rWF 52873 +5rWG 52874 +5rWH 52875 +5rWI 52876 +5rWJ 52877 +5rWK 52878 +5rWL 52879 +5rWN 52880 +5rWO 52881 +5rWP 52882 +5rWQ 52883 +5rWR 52884 +5rWS 52885 +5rWT 52886 +5rWU 52887 +5rWZ 52888 +5rWa 52889 +5rWb 52890 +5rWc 52891 +5rWe 52892 +5rWg 52893 +5rWj 52894 +5rWl 52895 +5rWm 52896 +5rWp 52897 +5rWq 52898 +5rWs 52899 +5rWu 52900 +5rWv 52901 +5rW0 52902 +5rW3 52903 +5rW4 52904 +5rW5 52905 +5raC 52906 +5raF 52907 +5raI 52908 +5raJ 52909 +5raM 52910 +5raO 52911 +5raR 52912 +5raT 52913 +5raU 52914 +5raV 52915 +5raW 52916 +5raY 52917 +5raZ 52918 +5rab 52919 +5rac 52920 +5rad 52921 +5rae 52922 +5raf 52923 +5rag 52924 +5rah 52925 +5raj 52926 +5rak 52927 +5ram 52928 +5ran 52929 +5rao 52930 +5rap 52931 +5raq 52932 +5rau 52933 +5rav 52934 +5ray 52935 +5ra1 52936 +5ra4 52937 +5ra8 52938 +5ra/ 52939 +5reA 52940 +5reE 52941 +5reF 52942 +5reG 52943 +5reH 52944 +5reL 52945 +5reM 52946 +5reP 52947 +5reR 52948 +5reS 52949 +5reW 52950 +5reY 52951 +5reZ 52952 +5rea 52953 +5rec 52954 +5red 52955 +5ree 52956 +5reg 52957 +5reh 52958 +5rek 52959 +5rem 52960 +5reo 52961 +5req 52962 +5rer 52963 +5res 52964 +5reu 52965 +5rev 52966 +5rex 52967 +5rez 52968 +5re1 52969 +5re3 52970 +5re4 52971 +5re5 52972 +5re6 52973 +5re7 52974 +5re8 52975 +5riA 52976 +5riF 52977 +5riH 52978 +5riI 52979 +5riJ 52980 +5riK 52981 +5riL 52982 +5riM 52983 +5riN 52984 +5riO 52985 +5riQ 52986 +5riR 52987 +5riT 52988 +5riU 52989 +5riV 52990 +5riX 52991 +5riZ 52992 +5ria 52993 +5rib 52994 +5rid 52995 +5rif 52996 +5rig 52997 +5rih 52998 +5rij 52999 +5rik 53000 +5ril 53001 +5rim 53002 +5rip 53003 +5rir 53004 +5ris 53005 +5rit 53006 +5riv 53007 +5riy 53008 +5ri0 53009 +5ri4 53010 +5ri6 53011 +5ri+ 53012 +5rmD 53013 +5rmE 53014 +5rmJ 53015 +5rmK 53016 +5rmN 53017 +5rmO 53018 +5rmT 53019 +5rmU 53020 +5rmW 53021 +5rmY 53022 +5rmb 53023 +5rmc 53024 +5rmd 53025 +5rmf 53026 +5rmj 53027 +5rmn 53028 +5rmr 53029 +5rmu 53030 +5rmv 53031 +5rmy 53032 +5rm0 53033 +5rm2 53034 +5rm+ 53035 +5rm/ 53036 +5rqA 53037 +5rqC 53038 +5rqD 53039 +5rqF 53040 +5rqG 53041 +5rqH 53042 +5rqJ 53043 +5rqM 53044 +5rqN 53045 +5rqP 53046 +5rqQ 53047 +5rqW 53048 +5rqY 53049 +5rqc 53050 +5rqd 53051 +5rqf 53052 +5rqi 53053 +5rql 53054 +5rqn 53055 +5rqq 53056 +5rqr 53057 +5rqv 53058 +5rqx 53059 +5rqy 53060 +5rq0 53061 +5rq2 53062 +5rq3 53063 +5rq6 53064 +5rq9 53065 +5ruB 53066 +5ruC 53067 +5ruE 53068 +5ruF 53069 +5ruH 53070 +5ruI 53071 +5ruJ 53072 +5ruL 53073 +5ruM 53074 +5ruP 53075 +5ruR 53076 +5ruT 53077 +5ruU 53078 +5ruV 53079 +5ruX 53080 +5ruY 53081 +5rua 53082 +5rud 53083 +5rue 53084 +5ruf 53085 +5rug 53086 +5ruh 53087 +5rui 53088 +5ruk 53089 +5rul 53090 +5rum 53091 +5ruo 53092 +5rup 53093 +5rus 53094 +5ruv 53095 +5ruy 53096 +5ru0 53097 +5ru4 53098 +5ru5 53099 +5ru+ 53100 +5ru/ 53101 +5ryB 53102 +5ryC 53103 +5ryG 53104 +5ryI 53105 +5ryJ 53106 +5ryP 53107 +5ryR 53108 +5ryT 53109 +5ryU 53110 +5ryV 53111 +5ryg 53112 +5ryi 53113 +5ryj 53114 +5ryp 53115 +5ryq 53116 +5ryr 53117 +5rys 53118 +5ryt 53119 +5ryv 53120 +5ryx 53121 +5ryy 53122 +5ryz 53123 +5ry0 53124 +5ry2 53125 +5ry3 53126 +5ry4 53127 +5ry8 53128 +5ry+ 53129 +5ry/ 53130 +5r2F 53131 +5r2G 53132 +5r2H 53133 +5r2L 53134 +5r2N 53135 +5r2O 53136 +5r2P 53137 +5r2R 53138 +5r2U 53139 +5r2Y 53140 +5r2b 53141 +5r2c 53142 +5r2e 53143 +5r2f 53144 +5r2h 53145 +5r2i 53146 +5r2k 53147 +5r2l 53148 +5r2m 53149 +5r2p 53150 +5r2s 53151 +5r2t 53152 +5r2u 53153 +5r2w 53154 +5r2y 53155 +5r20 53156 +5r21 53157 +5r24 53158 +5r26 53159 +5r28 53160 +5r6A 53161 +5r6B 53162 +5r6E 53163 +5r6G 53164 +5r6I 53165 +5r6M 53166 +5r6N 53167 +5r6O 53168 +5r6X 53169 +5r6c 53170 +5r6h 53171 +5r6j 53172 +5r6k 53173 +5r6n 53174 +5r6q 53175 +5r6x 53176 +5r6z 53177 +5r60 53178 +5r62 53179 +5r65 53180 +5r+A 53181 +5r+B 53182 +5r+C 53183 +5r+D 53184 +5r+G 53185 +5r+J 53186 +5r+R 53187 +5r+S 53188 +5r+V 53189 +5r+Y 53190 +5r+b 53191 +5r+e 53192 +5r+f 53193 +5r+g 53194 +5r+h 53195 +5r+k 53196 +5r+p 53197 +5r+r 53198 +5r+s 53199 +5r+u 53200 +5r+v 53201 +5r+x 53202 +5r+2 53203 +5r+6 53204 +5r++ 53205 +54CJ 53206 +54CL 53207 +54CN 53208 +54CP 53209 +54CR 53210 +54CV 53211 +54Ca 53212 +54Cb 53213 +54Cd 53214 +54Ce 53215 +54Cf 53216 +54Cj 53217 +54Cm 53218 +54Cn 53219 +54Cs 53220 +54Cw 53221 +54Cy 53222 +54C5 53223 +54C+ 53224 +54GM 53225 +54GP 53226 +54GR 53227 +54GY 53228 +54Ge 53229 +54Gj 53230 +54Gr 53231 +54Gt 53232 +54Gv 53233 +54Gw 53234 +54G1 53235 +54G2 53236 +54G4 53237 +54G8 53238 +54G9 53239 +54G+ 53240 +54G/ 53241 +54KA 53242 +54KB 53243 +54KF 53244 +54KG 53245 +54KJ 53246 +54KK 53247 +54KO 53248 +54KS 53249 +54KU 53250 +54KV 53251 +54KW 53252 +54KZ 53253 +54Kc 53254 +54Kd 53255 +54Kf 53256 +54Kk 53257 +54Kq 53258 +54Kr 53259 +54Ks 53260 +54Kt 53261 +54Ku 53262 +54Kv 53263 +54Kz 53264 +54K0 53265 +54K3 53266 +54K4 53267 +54K5 53268 +54K6 53269 +54K8 53270 +54K9 53271 +54OA 53272 +54OB 53273 +54OC 53274 +54OD 53275 +54OI 53276 +54OK 53277 +54OP 53278 +54OW 53279 +54OY 53280 +54OZ 53281 +54Ob 53282 +54Oc 53283 +54Of 53284 +54Ok 53285 +54Om 53286 +54On 53287 +54Oo 53288 +54Op 53289 +54Or 53290 +54Os 53291 +54Ot 53292 +54Ov 53293 +54Ox 53294 +54O3 53295 +54O5 53296 +54O9 53297 +54SJ 53298 +54SK 53299 +54SQ 53300 +54ST 53301 +54SU 53302 +54SV 53303 +54SW 53304 +54SX 53305 +54SY 53306 +54SZ 53307 +54Sa 53308 +54Sc 53309 +54Sh 53310 +54Sm 53311 +54Sv 53312 +54Sw 53313 +54Sx 53314 +54S2 53315 +54S8 53316 +54WF 53317 +54WJ 53318 +54WK 53319 +54WL 53320 +54WM 53321 +54WO 53322 +54WV 53323 +54WW 53324 +54WZ 53325 +54Wc 53326 +54We 53327 +54Wf 53328 +54Wi 53329 +54Wk 53330 +54Wl 53331 +54Wm 53332 +54Wn 53333 +54Wo 53334 +54Wp 53335 +54Ws 53336 +54Wu 53337 +54Wy 53338 +54Wz 53339 +54W4 53340 +54W6 53341 +54W9 53342 +54W/ 53343 +54aE 53344 +54aK 53345 +54aP 53346 +54aU 53347 +54aY 53348 +54aZ 53349 +54ac 53350 +54af 53351 +54ag 53352 +54ao 53353 +54as 53354 +54ax 53355 +54az 53356 +54a1 53357 +54a5 53358 +54a+ 53359 +54eD 53360 +54eE 53361 +54eI 53362 +54eJ 53363 +54eK 53364 +54eL 53365 +54eO 53366 +54eQ 53367 +54eS 53368 +54eU 53369 +54eV 53370 +54eX 53371 +54eZ 53372 +54ea 53373 +54ef 53374 +54eg 53375 +54el 53376 +54em 53377 +54en 53378 +54et 53379 +54eu 53380 +54e1 53381 +54e5 53382 +54e7 53383 +54e8 53384 +54e/ 53385 +54iG 53386 +54iN 53387 +54iQ 53388 +54ib 53389 +54io 53390 +54iq 53391 +54is 53392 +54it 53393 +54iw 53394 +54ix 53395 +54iy 53396 +54i1 53397 +54i2 53398 +54i3 53399 +54i4 53400 +54i5 53401 +54i6 53402 +54i7 53403 +54i8 53404 +54i9 53405 +54i+ 53406 +54i/ 53407 +54mA 53408 +54mB 53409 +54mC 53410 +54mG 53411 +54mH 53412 +54mI 53413 +54mM 53414 +54mN 53415 +54mS 53416 +54mV 53417 +54mW 53418 +54mY 53419 +54mZ 53420 +54mb 53421 +54md 53422 +54mf 53423 +54mg 53424 +54mh 53425 +54mi 53426 +54mk 53427 +54mm 53428 +54mn 53429 +54mp 53430 +54mu 53431 +54mv 53432 +54my 53433 +54m0 53434 +54m1 53435 +54m4 53436 +54m5 53437 +54m6 53438 +54m9 53439 +54m+ 53440 +54qA 53441 +54qB 53442 +54qC 53443 +54qE 53444 +54qH 53445 +54qK 53446 +54qL 53447 +54qN 53448 +54qS 53449 +54qW 53450 +54qf 53451 +54qg 53452 +54qi 53453 +54qn 53454 +54qs 53455 +54qv 53456 +54qw 53457 +54qz 53458 +54q0 53459 +54q2 53460 +54q3 53461 +54q4 53462 +54q5 53463 +54q8 53464 +54uA 53465 +54uC 53466 +54uE 53467 +54uG 53468 +54uI 53469 +54uM 53470 +54uN 53471 +54uO 53472 +54uQ 53473 +54uS 53474 +54uX 53475 +54uZ 53476 +54ub 53477 +54ud 53478 +54ue 53479 +54ug 53480 +54uh 53481 +54ui 53482 +54uo 53483 +54up 53484 +54us 53485 +54ut 53486 +54uu 53487 +54uw 53488 +54ux 53489 +54uy 53490 +54u0 53491 +54u3 53492 +54u4 53493 +54u5 53494 +54u7 53495 +54u8 53496 +54u9 53497 +54yB 53498 +54yH 53499 +54yK 53500 +54yO 53501 +54yV 53502 +54yW 53503 +54yX 53504 +54yZ 53505 +54yb 53506 +54yc 53507 +54yd 53508 +54ye 53509 +54yf 53510 +54yh 53511 +54yi 53512 +54yl 53513 +54yo 53514 +54yp 53515 +54yq 53516 +54yr 53517 +54ys 53518 +54yu 53519 +54yv 53520 +54yx 53521 +54yy 53522 +54y0 53523 +54y2 53524 +54y3 53525 +54y5 53526 +54y+ 53527 +54y/ 53528 +542E 53529 +542F 53530 +542O 53531 +542P 53532 +542Q 53533 +542S 53534 +542X 53535 +542g 53536 +542j 53537 +542o 53538 +542q 53539 +542s 53540 +542t 53541 +542w 53542 +542y 53543 +5421 53544 +5424 53545 +5426 53546 +5427 53547 +542+ 53548 +546E 53549 +546H 53550 +546J 53551 +546L 53552 +546O 53553 +546R 53554 +546V 53555 +546W 53556 +546Y 53557 +546Z 53558 +546a 53559 +546b 53560 +546f 53561 +546g 53562 +546i 53563 +546l 53564 +546m 53565 +546p 53566 +546r 53567 +546u 53568 +546v 53569 +546w 53570 +546y 53571 +546z 53572 +5463 53573 +5465 53574 +5466 53575 +5467 53576 +54+A 53577 +54+C 53578 +54+F 53579 +54+I 53580 +54+J 53581 +54+K 53582 +54+N 53583 +54+O 53584 +54+P 53585 +54+Q 53586 +54+R 53587 +54+Z 53588 +54+c 53589 +54+e 53590 +54+g 53591 +54+j 53592 +54+l 53593 +54+m 53594 +54+n 53595 +54+p 53596 +54+q 53597 +54+r 53598 +54+t 53599 +54+u 53600 +54+w 53601 +54+y 53602 +54+4 53603 +54+6 53604 +54+9 53605 +54++ 53606 +55CD 53607 +55CF 53608 +55CG 53609 +55CH 53610 +55CJ 53611 +55CK 53612 +55CN 53613 +55CO 53614 +55CP 53615 +55CQ 53616 +55Ca 53617 +55Cb 53618 +55Ci 53619 +55Ck 53620 +55Cl 53621 +55Cm 53622 +55Co 53623 +55Cq 53624 +55Cs 53625 +55Cu 53626 +55Cv 53627 +55Cw 53628 +55Cy 53629 +55Cz 53630 +55C0 53631 +55C1 53632 +55C2 53633 +55C6 53634 +55C8 53635 +55GA 53636 +55GB 53637 +55GE 53638 +55GV 53639 +55GX 53640 +55GZ 53641 +55Ga 53642 +55Gb 53643 +55Gc 53644 +55Ge 53645 +55Gf 53646 +55Gg 53647 +55Gj 53648 +55Gk 53649 +55Gp 53650 +55Gq 53651 +55Gt 53652 +55Gu 53653 +55Gv 53654 +55Gw 53655 +55Gx 53656 +55Gz 53657 +55G0 53658 +55G2 53659 +55G3 53660 +55G+ 53661 +55KA 53662 +55KB 53663 +55KD 53664 +55KH 53665 +55KI 53666 +55KL 53667 +55KO 53668 +55KQ 53669 +55KY 53670 +55Kc 53671 +55Kd 53672 +55Ke 53673 +55Kf 53674 +55Kg 53675 +55Kj 53676 +55Kn 53677 +55Ko 53678 +55Kp 53679 +55Kw 53680 +55K6 53681 +55K9 53682 +55OK 53683 +55OP 53684 +55OS 53685 +55OU 53686 +55OY 53687 +55Oc 53688 +55Og 53689 +55Oi 53690 +55Oj 53691 +55Ok 53692 +55Om 53693 +55Or 53694 +55Ou 53695 +55Ov 53696 +55O0 53697 +55O2 53698 +55O3 53699 +55O/ 53700 +55SD 53701 +55SE 53702 +55SM 53703 +55SN 53704 +55SO 53705 +55SP 53706 +55SR 53707 +55ST 53708 +55SV 53709 +55SY 53710 +55SZ 53711 +55Sa 53712 +55Sc 53713 +55Sf 53714 +55Si 53715 +55Sj 53716 +55Sl 53717 +55Sm 53718 +55So 53719 +55Sp 53720 +55Sq 53721 +55Sr 53722 +55Ss 53723 +55St 53724 +55Sv 53725 +55Sw 53726 +55Sx 53727 +55Sy 53728 +55Sz 53729 +55S0 53730 +55S1 53731 +55S3 53732 +55S4 53733 +55S6 53734 +55S7 53735 +55S+ 53736 +55WA 53737 +55WF 53738 +55WI 53739 +55WJ 53740 +55WK 53741 +55WL 53742 +55WM 53743 +55WO 53744 +55WP 53745 +55WR 53746 +55WU 53747 +55WZ 53748 +55Wa 53749 +55Wb 53750 +55Wc 53751 +55Wd 53752 +55Wg 53753 +55Wi 53754 +55Wk 53755 +55Wl 53756 +55Wm 53757 +55Wq 53758 +55Wr 53759 +55Ws 53760 +55Wt 53761 +55Wv 53762 +55Ww 53763 +55Wy 53764 +55Wz 53765 +55W0 53766 +55W1 53767 +55W2 53768 +55W3 53769 +55W4 53770 +55W5 53771 +55W/ 53772 +55aD 53773 +55aG 53774 +55aH 53775 +55aK 53776 +55aL 53777 +55aN 53778 +55aO 53779 +55aP 53780 +55aR 53781 +55aU 53782 +55aW 53783 +55aX 53784 +55aZ 53785 +55aa 53786 +55ad 53787 +55af 53788 +55ag 53789 +55ah 53790 +55aj 53791 +55ak 53792 +55al 53793 +55ar 53794 +55as 53795 +55at 53796 +55au 53797 +55av 53798 +55aw 53799 +55ax 53800 +55ay 53801 +55az 53802 +55a0 53803 +55a1 53804 +55a4 53805 +55a5 53806 +55a8 53807 +55a9 53808 +55a+ 53809 +55eC 53810 +55eD 53811 +55eE 53812 +55eF 53813 +55eH 53814 +55eI 53815 +55eJ 53816 +55eK 53817 +55eN 53818 +55eS 53819 +55eU 53820 +55eV 53821 +55eY 53822 +55eZ 53823 +55eb 53824 +55ee 53825 +55ei 53826 +55ej 53827 +55ek 53828 +55em 53829 +55en 53830 +55eo 53831 +55ep 53832 +55eq 53833 +55er 53834 +55ew 53835 +55ex 53836 +55ey 53837 +55ez 53838 +55e0 53839 +55e5 53840 +55e6 53841 +55e8 53842 +55e+ 53843 +55e/ 53844 +55iA 53845 +55iB 53846 +55iF 53847 +55iG 53848 +55iK 53849 +55iL 53850 +55iM 53851 +55iN 53852 +55iT 53853 +55iV 53854 +55iX 53855 +55iY 53856 +55iZ 53857 +55id 53858 +55if 53859 +55ig 53860 +55ih 53861 +55ii 53862 +55ik 53863 +55im 53864 +55in 53865 +55ip 53866 +55iq 53867 +55ir 53868 +55iw 53869 +55iz 53870 +55i0 53871 +55i1 53872 +55i4 53873 +55i7 53874 +55i8 53875 +55i+ 53876 +55i/ 53877 +55mA 53878 +55mC 53879 +55mD 53880 +55mG 53881 +55mH 53882 +55mI 53883 +55mM 53884 +55mN 53885 +55mO 53886 +55mS 53887 +55mU 53888 +55mW 53889 +55mY 53890 +55mc 53891 +55me 53892 +55mh 53893 +55mi 53894 +55mj 53895 +55ml 53896 +55mn 53897 +55mp 53898 +55mq 53899 +55mr 53900 +55ms 53901 +55mu 53902 +55mv 53903 +55mw 53904 +55mx 53905 +55my 53906 +55m4 53907 +55m6 53908 +55m7 53909 +55m8 53910 +55m9 53911 +55m+ 53912 +55qA 53913 +55qC 53914 +55qE 53915 +55qG 53916 +55qH 53917 +55qI 53918 +55qL 53919 +55qM 53920 +55qO 53921 +55qQ 53922 +55qR 53923 +55qT 53924 +55qV 53925 +55qW 53926 +55qZ 53927 +55qa 53928 +55qd 53929 +55qe 53930 +55qk 53931 +55qm 53932 +55qu 53933 +55qv 53934 +55qw 53935 +55qx 53936 +55qy 53937 +55q0 53938 +55q3 53939 +55q4 53940 +55q5 53941 +55q6 53942 +55q/ 53943 +55uC 53944 +55uD 53945 +55uF 53946 +55uG 53947 +55uI 53948 +55uJ 53949 +55uK 53950 +55uN 53951 +55uO 53952 +55uP 53953 +55uQ 53954 +55uR 53955 +55uS 53956 +55uU 53957 +55uW 53958 +55uX 53959 +55uY 53960 +55ub 53961 +55uc 53962 +55ue 53963 +55uf 53964 +55uh 53965 +55uj 53966 +55uk 53967 +55ul 53968 +55un 53969 +55up 53970 +55uq 53971 +55uu 53972 +55uv 53973 +55ux 53974 +55uy 53975 +55u0 53976 +55u4 53977 +55u5 53978 +55u7 53979 +55u8 53980 +55u+ 53981 +55yA 53982 +55yB 53983 +55yE 53984 +55yH 53985 +55yI 53986 +55yJ 53987 +55yL 53988 +55yM 53989 +55yN 53990 +55yZ 53991 +55ya 53992 +55yb 53993 +55yc 53994 +55ye 53995 +55yf 53996 +55yg 53997 +55yl 53998 +55ym 53999 +55yo 54000 +55yp 54001 +55ys 54002 +55yt 54003 +55yv 54004 +55y1 54005 +55y2 54006 +55y3 54007 +55y4 54008 +55y6 54009 +55y8 54010 +55y+ 54011 +552A 54012 +552B 54013 +552D 54014 +552G 54015 +552H 54016 +552Q 54017 +552R 54018 +552a 54019 +552b 54020 +552c 54021 +552e 54022 +552f 54023 +552h 54024 +552i 54025 +552j 54026 +552l 54027 +552m 54028 +552o 54029 +552r 54030 +552s 54031 +552x 54032 +5525 54033 +5526 54034 +5529 54035 +552+ 54036 +552/ 54037 +556A 54038 +556E 54039 +556F 54040 +556G 54041 +556H 54042 +556L 54043 +556M 54044 +556O 54045 +556R 54046 +556S 54047 +556T 54048 +556e 54049 +556f 54050 +556g 54051 +556i 54052 +556l 54053 +556n 54054 +556p 54055 +556q 54056 +556s 54057 +556t 54058 +556w 54059 +556z 54060 +5561 54061 +5567 54062 +5568 54063 +5569 54064 +556+ 54065 +556/ 54066 +55+H 54067 +55+N 54068 +55+T 54069 +55+X 54070 +55+a 54071 +55+b 54072 +55+c 54073 +55+i 54074 +55+j 54075 +55+l 54076 +55+n 54077 +55+p 54078 +55+r 54079 +55+s 54080 +55+t 54081 +55+u 54082 +55+v 54083 +55+x 54084 +55+z 54085 +55+2 54086 +55+4 54087 +55+8 54088 +55+9 54089 +55++ 54090 +55+/ 54091 +56CA 54092 +56CB 54093 +56CC 54094 +56CK 54095 +56CM 54096 +56CN 54097 +56CS 54098 +56CU 54099 +56CV 54100 +56CW 54101 +56CX 54102 +56CY 54103 +56Ca 54104 +56Cc 54105 +56Cd 54106 +56Cf 54107 +56Cg 54108 +56Cj 54109 +56Cl 54110 +56Cm 54111 +56Cn 54112 +56Cp 54113 +56Cr 54114 +56Cs 54115 +56Ct 54116 +56Cw 54117 +56Cy 54118 +56C0 54119 +56C1 54120 +56C3 54121 +56C4 54122 +56C6 54123 +56C7 54124 +56C8 54125 +56C+ 54126 +56C/ 54127 +56GA 54128 +56GB 54129 +56GF 54130 +56GM 54131 +56GQ 54132 +56GS 54133 +56GV 54134 +56GW 54135 +56GX 54136 +56Ga 54137 +56Gd 54138 +56Ge 54139 +56Gq 54140 +56Gr 54141 +56Gs 54142 +56Gt 54143 +56Gu 54144 +56Gv 54145 +56Gy 54146 +56G0 54147 +56G3 54148 +56G8 54149 +56G/ 54150 +56KB 54151 +56KG 54152 +56KH 54153 +56KJ 54154 +56KM 54155 +56KN 54156 +56KO 54157 +56KR 54158 +56KT 54159 +56KV 54160 +56KX 54161 +56KY 54162 +56Ka 54163 +56Kb 54164 +56Kc 54165 +56Kf 54166 +56Kh 54167 +56Kj 54168 +56Kn 54169 +56Kp 54170 +56Kq 54171 +56Kw 54172 +56Kx 54173 +56Ky 54174 +56Kz 54175 +56K0 54176 +56K6 54177 +56K8 54178 +56K+ 54179 +56OB 54180 +56OF 54181 +56OG 54182 +56OJ 54183 +56OK 54184 +56OL 54185 +56OQ 54186 +56OR 54187 +56OS 54188 +56OU 54189 +56OV 54190 +56OZ 54191 +56Oa 54192 +56Oh 54193 +56On 54194 +56Oo 54195 +56Os 54196 +56Ov 54197 +56Oy 54198 +56O0 54199 +56O3 54200 +56O6 54201 +56O7 54202 +56O+ 54203 +56SB 54204 +56SF 54205 +56SM 54206 +56SO 54207 +56SS 54208 +56ST 54209 +56SZ 54210 +56Se 54211 +56Sm 54212 +56Sq 54213 +56Sr 54214 +56Ss 54215 +56S0 54216 +56S6 54217 +56S7 54218 +56S8 54219 +56S9 54220 +56S+ 54221 +56WA 54222 +56WB 54223 +56WG 54224 +56WH 54225 +56WI 54226 +56WJ 54227 +56WO 54228 +56WP 54229 +56WQ 54230 +56WT 54231 +56WW 54232 +56WX 54233 +56Wa 54234 +56Wb 54235 +56Wc 54236 +56Wd 54237 +56We 54238 +56Wf 54239 +56Wg 54240 +56Wi 54241 +56Wl 54242 +56Wn 54243 +56Wo 54244 +56Wt 54245 +56Wv 54246 +56W3 54247 +56W4 54248 +56W6 54249 +56W8 54250 +56W/ 54251 +56aA 54252 +56aB 54253 +56aE 54254 +56aF 54255 +56aK 54256 +56aN 54257 +56aO 54258 +56aP 54259 +56ab 54260 +56al 54261 +56am 54262 +56an 54263 +56ao 54264 +56ap 54265 +56aq 54266 +56au 54267 +56aw 54268 +56ax 54269 +56az 54270 +56a5 54271 +56a6 54272 +56a7 54273 +56a9 54274 +56a+ 54275 +56a/ 54276 +56eA 54277 +56eB 54278 +56eC 54279 +56eD 54280 +56eG 54281 +56eJ 54282 +56eL 54283 +56eN 54284 +56eP 54285 +56eR 54286 +56eS 54287 +56eV 54288 +56eY 54289 +56ef 54290 +56eh 54291 +56ej 54292 +56ek 54293 +56em 54294 +56en 54295 +56ep 54296 +56er 54297 +56es 54298 +56et 54299 +56ev 54300 +56ew 54301 +56e4 54302 +56e7 54303 +56e9 54304 +56e+ 54305 +56iA 54306 +56iC 54307 +56iF 54308 +56iI 54309 +56iK 54310 +56iL 54311 +56iN 54312 +56iO 54313 +56iU 54314 +56iX 54315 +56iZ 54316 +56ia 54317 +56ic 54318 +56ie 54319 +56if 54320 +56ig 54321 +56ij 54322 +56iu 54323 +56ix 54324 +56iy 54325 +56iz 54326 +56i3 54327 +56i5 54328 +56i7 54329 +56i8 54330 +56i9 54331 +56i/ 54332 +56mA 54333 +56mC 54334 +56mG 54335 +56mH 54336 +56mM 54337 +56mN 54338 +56mO 54339 +56mP 54340 +56mQ 54341 +56mR 54342 +56mX 54343 +56mh 54344 +56mi 54345 +56mj 54346 +56mp 54347 +56mr 54348 +56mw 54349 +56m0 54350 +56m2 54351 +56m3 54352 +56m4 54353 +56m5 54354 +56m6 54355 +56m9 54356 +56m/ 54357 +56qA 54358 +56qB 54359 +56qD 54360 +56qE 54361 +56qI 54362 +56qN 54363 +56qO 54364 +56qR 54365 +56qS 54366 +56qT 54367 +56qV 54368 +56qW 54369 +56qX 54370 +56qY 54371 +56qc 54372 +56qd 54373 +56qf 54374 +56qg 54375 +56qh 54376 +56qj 54377 +56ql 54378 +56qm 54379 +56qo 54380 +56qp 54381 +56qq 54382 +56qt 54383 +56qu 54384 +56qv 54385 +56qz 54386 +56q2 54387 +56q4 54388 +56q6 54389 +56q+ 54390 +56q/ 54391 +56uD 54392 +56uE 54393 +56uF 54394 +56uH 54395 +56uI 54396 +56uK 54397 +56uL 54398 +56uR 54399 +56uW 54400 +56uZ 54401 +56uc 54402 +56ud 54403 +56ue 54404 +56uf 54405 +56ug 54406 +56ui 54407 +56uj 54408 +56ul 54409 +56um 54410 +56uq 54411 +56ut 54412 +56uv 54413 +56uy 54414 +56u2 54415 +56u5 54416 +56u6 54417 +56u9 54418 +56u/ 54419 +56yC 54420 +56yD 54421 +56yE 54422 +56yG 54423 +56yI 54424 +56yK 54425 +56yL 54426 +56yP 54427 +56yR 54428 +56yU 54429 +56yV 54430 +56yW 54431 +56yY 54432 +56yZ 54433 +56yb 54434 +56ye 54435 +56yg 54436 +56yk 54437 +56yl 54438 +56ym 54439 +56yo 54440 +56yp 54441 +56yq 54442 +56yr 54443 +56ys 54444 +56yz 54445 +56y1 54446 +56y4 54447 +56y5 54448 +56y6 54449 +56y8 54450 +56y+ 54451 +562F 54452 +562G 54453 +562H 54454 +562I 54455 +562J 54456 +562K 54457 +562L 54458 +562M 54459 +562N 54460 +562P 54461 +562Q 54462 +562R 54463 +562S 54464 +562U 54465 +562W 54466 +562Y 54467 +562a 54468 +562b 54469 +562c 54470 +562d 54471 +562g 54472 +562i 54473 +562l 54474 +562n 54475 +562s 54476 +562u 54477 +562w 54478 +562x 54479 +562y 54480 +5621 54481 +5623 54482 +5625 54483 +5626 54484 +5627 54485 +5628 54486 +562+ 54487 +566A 54488 +566F 54489 +566G 54490 +566H 54491 +566L 54492 +566N 54493 +566P 54494 +566Q 54495 +566S 54496 +566T 54497 +566U 54498 +566V 54499 +566X 54500 +566Z 54501 +566a 54502 +566c 54503 +566d 54504 +566f 54505 +566h 54506 +566i 54507 +566l 54508 +566m 54509 +566n 54510 +566o 54511 +566p 54512 +566q 54513 +566r 54514 +566s 54515 +566t 54516 +566x 54517 +5660 54518 +5664 54519 +5667 54520 +5668 54521 +566+ 54522 +56+A 54523 +56+B 54524 +56+E 54525 +56+G 54526 +56+H 54527 +56+J 54528 +56+L 54529 +56+M 54530 +56+R 54531 +56+T 54532 +56+Z 54533 +56+a 54534 +56+d 54535 +56+g 54536 +56+h 54537 +56+k 54538 +56+l 54539 +56+m 54540 +56+p 54541 +56+q 54542 +56+t 54543 +56+u 54544 +56+x 54545 +56+z 54546 +56+2 54547 +56+3 54548 +56+8 54549 +56++ 54550 +57CA 54551 +57CD 54552 +57CH 54553 +57CL 54554 +57CM 54555 +57CN 54556 +57CP 54557 +57CR 54558 +57CS 54559 +57CT 54560 +57CU 54561 +57CW 54562 +57CX 54563 +57Cf 54564 +57Ch 54565 +57Cj 54566 +57Cm 54567 +57Cn 54568 +57Cq 54569 +57Cr 54570 +57Cw 54571 +57C3 54572 +57C4 54573 +57C6 54574 +57C9 54575 +57C+ 54576 +57C/ 54577 +57GA 54578 +57GB 54579 +57GD 54580 +57GH 54581 +57GM 54582 +57GN 54583 +57GP 54584 +57GQ 54585 +57GT 54586 +57GU 54587 +57GW 54588 +57Gf 54589 +57Gg 54590 +57Gj 54591 +57Gk 54592 +57Gs 54593 +57Gu 54594 +57Gy 54595 +57Gz 54596 +57G7 54597 +57G8 54598 +57G9 54599 +57G+ 54600 +57KB 54601 +57KC 54602 +57KD 54603 +57KJ 54604 +57KL 54605 +57KN 54606 +57KR 54607 +57KS 54608 +57KV 54609 +57KX 54610 +57KY 54611 +57Kb 54612 +57Kd 54613 +57Kf 54614 +57Ki 54615 +57Kk 54616 +57Kl 54617 +57Km 54618 +57Kn 54619 +57Kq 54620 +57Kt 54621 +57Ku 54622 +57Kx 54623 +57Ky 54624 +57Kz 54625 +57K1 54626 +57K5 54627 +57K8 54628 +57K9 54629 +57K+ 54630 +57OA 54631 +57OB 54632 +57OF 54633 +57OK 54634 +57OM 54635 +57ON 54636 +57OO 54637 +57OS 54638 +57OV 54639 +57OW 54640 +57OX 54641 +57OY 54642 +57OZ 54643 +57Oc 54644 +57Oe 54645 +57Of 54646 +57Og 54647 +57Oi 54648 +57On 54649 +57Oo 54650 +57Ov 54651 +57Oy 54652 +57O2 54653 +57O4 54654 +57O6 54655 +57O7 54656 +57O+ 54657 +57SA 54658 +57SC 54659 +57SE 54660 +57SF 54661 +57SG 54662 +57SJ 54663 +57SK 54664 +57SL 54665 +57SN 54666 +57SQ 54667 +57SU 54668 +57SX 54669 +57SY 54670 +57SZ 54671 +57Sa 54672 +57Sb 54673 +57Sc 54674 +57Sg 54675 +57Sh 54676 +57Si 54677 +57Sn 54678 +57Sr 54679 +57Ss 54680 +57Su 54681 +57Sv 54682 +57Sw 54683 +57Sy 54684 +57Sz 54685 +57S1 54686 +57S5 54687 +57S6 54688 +57WA 54689 +57WC 54690 +57WD 54691 +57WE 54692 +57WF 54693 +57WG 54694 +57WL 54695 +57WM 54696 +57WO 54697 +57WP 54698 +57WQ 54699 +57WV 54700 +57WW 54701 +57Wb 54702 +57Wc 54703 +57We 54704 +57Wh 54705 +57Wi 54706 +57Wj 54707 +57Wm 54708 +57Wo 54709 +57Wu 54710 +57Wv 54711 +57Wx 54712 +57Wy 54713 +57Wz 54714 +57W1 54715 +57W2 54716 +57W5 54717 +57W6 54718 +57W9 54719 +57aB 54720 +57aJ 54721 +57aP 54722 +57aT 54723 +57aZ 54724 +57aa 54725 +57ab 54726 +57ac 54727 +57af 54728 +57ag 54729 +57ai 54730 +57aj 54731 +57am 54732 +57as 54733 +57at 54734 +57au 54735 +57av 54736 +57aw 54737 +57ax 54738 +57ay 54739 +57a0 54740 +57a1 54741 +57a2 54742 +57a4 54743 +57a6 54744 +57a7 54745 +57a9 54746 +57a+ 54747 +57a/ 54748 +57eH 54749 +57eK 54750 +57eL 54751 +57eP 54752 +57eR 54753 +57eS 54754 +57eY 54755 +57ea 54756 +57eb 54757 +57ed 54758 +57ee 54759 +57eg 54760 +57eh 54761 +57ej 54762 +57ek 54763 +57eo 54764 +57ep 54765 +57es 54766 +57ev 54767 +57ey 54768 +57e0 54769 +57e7 54770 +57iB 54771 +57iE 54772 +57iF 54773 +57iI 54774 +57iJ 54775 +57iK 54776 +57iL 54777 +57iS 54778 +57ib 54779 +57ie 54780 +57if 54781 +57ig 54782 +57ii 54783 +57ij 54784 +57im 54785 +57ir 54786 +57iu 54787 +57ix 54788 +57iy 54789 +57i0 54790 +57i1 54791 +57i3 54792 +57i5 54793 +57i6 54794 +57i7 54795 +57i9 54796 +57i+ 54797 +57mB 54798 +57mD 54799 +57mG 54800 +57mH 54801 +57mK 54802 +57mL 54803 +57mN 54804 +57mR 54805 +57mU 54806 +57mV 54807 +57mW 54808 +57mZ 54809 +57ma 54810 +57md 54811 +57me 54812 +57mh 54813 +57mn 54814 +57mp 54815 +57mq 54816 +57mr 54817 +57mt 54818 +57mw 54819 +57mz 54820 +57m5 54821 +57m7 54822 +57m8 54823 +57m9 54824 +57qC 54825 +57qH 54826 +57qI 54827 +57qM 54828 +57qN 54829 +57qP 54830 +57qQ 54831 +57qS 54832 +57qT 54833 +57qU 54834 +57qW 54835 +57qb 54836 +57qc 54837 +57qg 54838 +57qh 54839 +57qi 54840 +57qj 54841 +57qk 54842 +57ql 54843 +57qm 54844 +57qn 54845 +57qo 54846 +57qp 54847 +57qq 54848 +57qr 54849 +57qs 54850 +57qt 54851 +57qu 54852 +57qv 54853 +57qw 54854 +57qx 54855 +57qy 54856 +57qz 54857 +57q1 54858 +57q2 54859 +57q3 54860 +57q4 54861 +57q5 54862 +57q6 54863 +57q7 54864 +57q9 54865 +57q+ 54866 +57q/ 54867 +57uA 54868 +57uB 54869 +57uC 54870 +57uD 54871 +57uE 54872 +57uF 54873 +57uG 54874 +57uH 54875 +57uI 54876 +57uJ 54877 +57uK 54878 +57uL 54879 +57uM 54880 +57uN 54881 +57uO 54882 +57uP 54883 +57uQ 54884 +57uR 54885 +57uS 54886 +57uT 54887 +57uU 54888 +57uV 54889 +57uX 54890 +57uY 54891 +57uZ 54892 +57ua 54893 +57ub 54894 +57uc 54895 +57ud 54896 +57ue 54897 +57uf 54898 +57uh 54899 +57ui 54900 +57uj 54901 +57uk 54902 +57ul 54903 +57um 54904 +57un 54905 +57uo 54906 +57up 54907 +57uq 54908 +57ur 54909 +57ut 54910 +57uu 54911 +57uv 54912 +57uw 54913 +57ux 54914 +57uy 54915 +57uz 54916 +57u0 54917 +57u1 54918 +57u2 54919 +57u3 54920 +57u4 54921 +57u6 54922 +57u7 54923 +57u8 54924 +57u9 54925 +57u+ 54926 +57u/ 54927 +57yA 54928 +57yB 54929 +57yC 54930 +57yD 54931 +57yE 54932 +57yF 54933 +57yG 54934 +57yH 54935 +57yI 54936 +57yJ 54937 +57yK 54938 +57yL 54939 +57yM 54940 +57yO 54941 +57yR 54942 +57yS 54943 +57yT 54944 +57yU 54945 +57yV 54946 +57yW 54947 +57yX 54948 +57yY 54949 +57yZ 54950 +57ya 54951 +57yb 54952 +57yc 54953 +57yd 54954 +57yf 54955 +57yg 54956 +57yi 54957 +57yj 54958 +57yk 54959 +57yl 54960 +57ym 54961 +57yn 54962 +57yo 54963 +57yp 54964 +57yq 54965 +57yr 54966 +57ys 54967 +57yt 54968 +57yu 54969 +57yv 54970 +57yw 54971 +57yx 54972 +57yz 54973 +57y0 54974 +57y1 54975 +57y2 54976 +57y4 54977 +57y6 54978 +572C 54979 +572E 54980 +572F 54981 +572H 54982 +572M 54983 +572N 54984 +572Q 54985 +572R 54986 +572U 54987 +572V 54988 +572X 54989 +572Y 54990 +572a 54991 +572f 54992 +572g 54993 +572h 54994 +572i 54995 +572n 54996 +572o 54997 +572p 54998 +572q 54999 +572r 55000 +572u 55001 +572w 55002 +572y 55003 +5720 55004 +5721 55005 +5723 55006 +5725 55007 +572+ 55008 +576B 55009 +576C 55010 +576D 55011 +576F 55012 +576G 55013 +576H 55014 +576I 55015 +576K 55016 +576M 55017 +576O 55018 +576R 55019 +576U 55020 +576W 55021 +576X 55022 +576a 55023 +576d 55024 +576e 55025 +576f 55026 +576h 55027 +576j 55028 +576k 55029 +576n 55030 +576o 55031 +576p 55032 +576v 55033 +576w 55034 +576y 55035 +5762 55036 +5764 55037 +5765 55038 +5769 55039 +576/ 55040 +57+A 55041 +57+B 55042 +57+D 55043 +57+F 55044 +57+G 55045 +57+K 55046 +57+M 55047 +57+O 55048 +57+S 55049 +57+U 55050 +57+V 55051 +57+Y 55052 +57+a 55053 +57+b 55054 +57+f 55055 +57+g 55056 +57+h 55057 +57+l 55058 +57+m 55059 +57+p 55060 +57+r 55061 +57+u 55062 +57+w 55063 +57+x 55064 +57+z 55065 +57+5 55066 +57+7 55067 +57+8 55068 +6ICA 55069 +6ICB 55070 +6ICD 55071 +6ICE 55072 +6ICF 55073 +6ICG 55074 +6ICL 55075 +6ICM 55076 +6ICN 55077 +6ICQ 55078 +6ICS 55079 +6ICV 55080 +6ICX 55081 +6ICY 55082 +6ICZ 55083 +6ICc 55084 +6ICm 55085 +6ICn 55086 +6ICo 55087 +6ICq 55088 +6ICx 55089 +6ICz 55090 +6IC1 55091 +6IC2 55092 +6IC3 55093 +6IC4 55094 +6IC7 55095 +6IC9 55096 +6IC/ 55097 +6IGC 55098 +6IGD 55099 +6IGG 55100 +6IGK 55101 +6IGL 55102 +6IGM 55103 +6IGN 55104 +6IGS 55105 +6IGU 55106 +6IGW 55107 +6IGY 55108 +6IGa 55109 +6IGe 55110 +6IGf 55111 +6IGh 55112 +6IGi 55113 +6IGo 55114 +6IGp 55115 +6IGq 55116 +6IGv 55117 +6IGw 55118 +6IGy 55119 +6IGz 55120 +6IG0 55121 +6IG1 55122 +6IG2 55123 +6IG3 55124 +6IG9 55125 +6IG+ 55126 +6IG/ 55127 +6IKD 55128 +6IKE 55129 +6IKF 55130 +6IKG 55131 +6IKH 55132 +6IKJ 55133 +6IKL 55134 +6IKM 55135 +6IKP 55136 +6IKT 55137 +6IKW 55138 +6IKY 55139 +6IKa 55140 +6IKb 55141 +6IKd 55142 +6IKf 55143 +6IKg 55144 +6IKh 55145 +6IKi 55146 +6IKk 55147 +6IKl 55148 +6IKp 55149 +6IKq 55150 +6IKr 55151 +6IKs 55152 +6IKt 55153 +6IKu 55154 +6IKv 55155 +6IKx 55156 +6IKy 55157 +6IK0 55158 +6IK3 55159 +6IK4 55160 +6IK6 55161 +6IK8 55162 +6IK9 55163 +6IK+ 55164 +6IK/ 55165 +6IOA 55166 +6IOB 55167 +6IOD 55168 +6IOE 55169 +6IOG 55170 +6IOM 55171 +6ION 55172 +6IOO 55173 +6IOW 55174 +6IOX 55175 +6IOZ 55176 +6IOa 55177 +6IOb 55178 +6IOc 55179 +6IOd 55180 +6IOe 55181 +6IOh 55182 +6IOk 55183 +6IOl 55184 +6IOn 55185 +6IOq 55186 +6IOr 55187 +6IOs 55188 +6IOt 55189 +6IOv 55190 +6IOw 55191 +6IOx 55192 +6IOz 55193 +6IO0 55194 +6IO2 55195 +6IO4 55196 +6IO6 55197 +6IO8 55198 +6IO9 55199 +6ISB 55200 +6ISC 55201 +6ISF 55202 +6ISG 55203 +6ISH 55204 +6ISI 55205 +6ISJ 55206 +6ISK 55207 +6ISN 55208 +6ISP 55209 +6ISQ 55210 +6ISR 55211 +6ISS 55212 +6IST 55213 +6ISU 55214 +6ISW 55215 +6ISY 55216 +6ISa 55217 +6ISb 55218 +6ISj 55219 +6ISp 55220 +6ISr 55221 +6ISs 55222 +6ISv 55223 +6ISw 55224 +6ISx 55225 +6ISy 55226 +6ISz 55227 +6IS3 55228 +6IS4 55229 +6IS5 55230 +6IS+ 55231 +6IWG 55232 +6IWI 55233 +6IWK 55234 +6IWL 55235 +6IWM 55236 +6IWO 55237 +6IWQ 55238 +6IWR 55239 +6IWT 55240 +6IWU 55241 +6IWV 55242 +6IWY 55243 +6IWZ 55244 +6IWa 55245 +6IWf 55246 +6IWg 55247 +6IWl 55248 +6IWm 55249 +6IWn 55250 +6IWp 55251 +6IWr 55252 +6IWt 55253 +6IWu 55254 +6IWw 55255 +6IWx 55256 +6IWz 55257 +6IW0 55258 +6IW4 55259 +6IW5 55260 +6IW6 55261 +6IW7 55262 +6IW8 55263 +6IW+ 55264 +6IW/ 55265 +6IaA 55266 +6IaC 55267 +6IaD 55268 +6IaI 55269 +6IaK 55270 +6IaP 55271 +6IaR 55272 +6IaV 55273 +6IaY 55274 +6Iaa 55275 +6Iab 55276 +6Iac 55277 +6Iad 55278 +6Iag 55279 +6Iaj 55280 +6Iam 55281 +6Iao 55282 +6Iap 55283 +6Iaz 55284 +6Ia0 55285 +6Ia1 55286 +6Ia6 55287 +6Ia7 55288 +6Ia9 55289 +6Ia+ 55290 +6Ia/ 55291 +6IeA 55292 +6IeC 55293 +6IeD 55294 +6IeG 55295 +6IeH 55296 +6IeI 55297 +6IeJ 55298 +6IeK 55299 +6IeM 55300 +6IeN 55301 +6IeR 55302 +6IeT 55303 +6IeY 55304 +6IeZ 55305 +6Iea 55306 +6Iec 55307 +6Ief 55308 +6Iej 55309 +6Iel 55310 +6Ien 55311 +6Ieo 55312 +6Ieq 55313 +6Ies 55314 +6Iet 55315 +6Iez 55316 +6Ie0 55317 +6Ie6 55318 +6Ie7 55319 +6Ie8 55320 +6Ie+ 55321 +6IiA 55322 +6IiB 55323 +6IiC 55324 +6IiF 55325 +6IiG 55326 +6IiH 55327 +6IiI 55328 +6IiJ 55329 +6IiK 55330 +6IiM 55331 +6IiN 55332 +6IiO 55333 +6IiQ 55334 +6IiS 55335 +6IiU 55336 +6IiW 55337 +6IiX 55338 +6IiY 55339 +6Iib 55340 +6Iic 55341 +6Iie 55342 +6Iif 55343 +6Iii 55344 +6Iij 55345 +6Iip 55346 +6Iiq 55347 +6Iir 55348 +6Iis 55349 +6Iiu 55350 +6Iiv 55351 +6Iiw 55352 +6Iix 55353 +6Iiy 55354 +6Iiz 55355 +6Ii1 55356 +6Ii2 55357 +6Ii3 55358 +6Ii4 55359 +6Ii5 55360 +6Ii+ 55361 +6ImA 55362 +6ImE 55363 +6ImH 55364 +6ImJ 55365 +6ImL 55366 +6ImP 55367 +6ImY 55368 +6ImZ 55369 +6Imf 55370 +6Imk 55371 +6Imm 55372 +6Imo 55373 +6Imq 55374 +6Imr 55375 +6Imu 55376 +6Imv 55377 +6Imw 55378 +6Imx 55379 +6Imy 55380 +6Imz 55381 +6Im2 55382 +6Im3 55383 +6Im4 55384 +6Im5 55385 +6Im6 55386 +6Im9 55387 +6Im+ 55388 +6Im/ 55389 +6IqC 55390 +6IqD 55391 +6IqI 55392 +6IqK 55393 +6IqL 55394 +6IqN 55395 +6IqO 55396 +6IqR 55397 +6IqS 55398 +6IqX 55399 +6IqY 55400 +6IqZ 55401 +6Iqc 55402 +6Iqd 55403 +6Iqf 55404 +6Iqh 55405 +6Iqj 55406 +6Iqk 55407 +6Iql 55408 +6Iqm 55409 +6Iqo 55410 +6Iqp 55411 +6Iqq 55412 +6Iqr 55413 +6Iqs 55414 +6Iqt 55415 +6Iqu 55416 +6Iqv 55417 +6Iqw 55418 +6Iqx 55419 +6Iqz 55420 +6Iq3 55421 +6Iq4 55422 +6Iq5 55423 +6Iq7 55424 +6Iq9 55425 +6Iq+ 55426 +6IuB 55427 +6IuE 55428 +6IuF 55429 +6IuH 55430 +6IuI 55431 +6IuK 55432 +6IuL 55433 +6IuM 55434 +6IuN 55435 +6IuO 55436 +6IuP 55437 +6IuR 55438 +6IuS 55439 +6IuT 55440 +6IuU 55441 +6IuV 55442 +6IuX 55443 +6IuY 55444 +6IuZ 55445 +6Iub 55446 +6Iuc 55447 +6Iue 55448 +6Iuf 55449 +6Iuh 55450 +6Iui 55451 +6Iuj 55452 +6Iuk 55453 +6Iul 55454 +6Ium 55455 +6Iun 55456 +6Iur 55457 +6Iuv 55458 +6Iux 55459 +6Iuz 55460 +6Iu0 55461 +6Iu3 55462 +6Iu5 55463 +6Iu6 55464 +6Iu7 55465 +6Iu8 55466 +6Iu+ 55467 +6IyB 55468 +6IyC 55469 +6IyD 55470 +6IyE 55471 +6IyF 55472 +6IyG 55473 +6IyI 55474 +6IyJ 55475 +6IyM 55476 +6IyO 55477 +6IyP 55478 +6IyR 55479 +6IyU 55480 +6IyV 55481 +6IyX 55482 +6IyY 55483 +6Iya 55484 +6Iyb 55485 +6Iyc 55486 +6Iyj 55487 +6Iyn 55488 +6Iyo 55489 +6Iyr 55490 +6Iys 55491 +6Iyt 55492 +6Iyv 55493 +6Iyx 55494 +6Iyy 55495 +6Iyz 55496 +6Iy0 55497 +6Iy1 55498 +6Iy2 55499 +6Iy4 55500 +6Iy5 55501 +6Iy6 55502 +6Iy8 55503 +6I2A 55504 +6I2D 55505 +6I2F 55506 +6I2G 55507 +6I2H 55508 +6I2J 55509 +6I2K 55510 +6I2P 55511 +6I2Q 55512 +6I2R 55513 +6I2S 55514 +6I2U 55515 +6I2Y 55516 +6I2Z 55517 +6I2a 55518 +6I2b 55519 +6I2c 55520 +6I2e 55521 +6I2f 55522 +6I2g 55523 +6I2h 55524 +6I2j 55525 +6I2k 55526 +6I2l 55527 +6I2m 55528 +6I2n 55529 +6I2o 55530 +6I2p 55531 +6I2q 55532 +6I2r 55533 +6I2s 55534 +6I2v 55535 +6I2z 55536 +6I23 55537 +6I24 55538 +6I27 55539 +6I28 55540 +6I29 55541 +6I6F 55542 +6I6G 55543 +6I6H 55544 +6I6J 55545 +6I6K 55546 +6I6O 55547 +6I6S 55548 +6I6T 55549 +6I6V 55550 +6I6W 55551 +6I6Y 55552 +6I6Z 55553 +6I6a 55554 +6I6c 55555 +6I6e 55556 +6I6f 55557 +6I6g 55558 +6I6i 55559 +6I6n 55560 +6I6o 55561 +6I6p 55562 +6I6q 55563 +6I6r 55564 +6I6x 55565 +6I6y 55566 +6I6z 55567 +6I60 55568 +6I61 55569 +6I62 55570 +6I63 55571 +6I64 55572 +6I65 55573 +6I66 55574 +6I68 55575 +6I69 55576 +6I+A 55577 +6I+B 55578 +6I+F 55579 +6I+H 55580 +6I+J 55581 +6I+K 55582 +6I+M 55583 +6I+O 55584 +6I+P 55585 +6I+T 55586 +6I+U 55587 +6I+W 55588 +6I+Y 55589 +6I+c 55590 +6I+f 55591 +6I+g 55592 +6I+h 55593 +6I+l 55594 +6I+o 55595 +6I+p 55596 +6I+q 55597 +6I+r 55598 +6I+v 55599 +6I+w 55600 +6I+x 55601 +6I+y 55602 +6I+0 55603 +6I+4 55604 +6I+5 55605 +6I+9 55606 +6JCB 55607 +6JCD 55608 +6JCE 55609 +6JCG 55610 +6JCK 55611 +6JCL 55612 +6JCM 55613 +6JCN 55614 +6JCO 55615 +6JCP 55616 +6JCT 55617 +6JCY 55618 +6JCc 55619 +6JCd 55620 +6JCg 55621 +6JCi 55622 +6JCk 55623 +6JCl 55624 +6JCm 55625 +6JCn 55626 +6JCo 55627 +6JCp 55628 +6JCs 55629 +6JCx 55630 +6JC1 55631 +6JC4 55632 +6JC5 55633 +6JC8 55634 +6JC9 55635 +6JGG 55636 +6JGI 55637 +6JGJ 55638 +6JGO 55639 +6JGR 55640 +6JGX 55641 +6JGZ 55642 +6JGa 55643 +6JGb 55644 +6JGh 55645 +6JGj 55646 +6JGm 55647 +6JGp 55648 +6JGr 55649 +6JGs 55650 +6JGt 55651 +6JGv 55652 +6JGx 55653 +6JGz 55654 +6JG1 55655 +6JG2 55656 +6JG3 55657 +6JG4 55658 +6JG5 55659 +6JG6 55660 +6JKC 55661 +6JKE 55662 +6JKL 55663 +6JKM 55664 +6JKO 55665 +6JKQ 55666 +6JKU 55667 +6JKX 55668 +6JKZ 55669 +6JKc 55670 +6JKf 55671 +6JKh 55672 +6JKv 55673 +6JKy 55674 +6JK0 55675 +6JK4 55676 +6JK5 55677 +6JK6 55678 +6JK7 55679 +6JK8 55680 +6JK9 55681 +6JK/ 55682 +6JOA 55683 +6JOB 55684 +6JOC 55685 +6JOE 55686 +6JOG 55687 +6JOJ 55688 +6JOK 55689 +6JOL 55690 +6JON 55691 +6JOQ 55692 +6JOR 55693 +6JOT 55694 +6JOW 55695 +6JOZ 55696 +6JOa 55697 +6JOd 55698 +6JOf 55699 +6JOg 55700 +6JOj 55701 +6JOl 55702 +6JOm 55703 +6JOs 55704 +6JOu 55705 +6JO0 55706 +6JO8 55707 +6JO/ 55708 +6JSA 55709 +6JSM 55710 +6JSR 55711 +6JST 55712 +6JSU 55713 +6JSV 55714 +6JSX 55715 +6JSa 55716 +6JSf 55717 +6JSh 55718 +6JSj 55719 +6JSk 55720 +6JSl 55721 +6JSm 55722 +6JSr 55723 +6JSs 55724 +6JSt 55725 +6JS1 55726 +6JS3 55727 +6JS4 55728 +6JS5 55729 +6JS6 55730 +6JS7 55731 +6JS8 55732 +6JS9 55733 +6JWB 55734 +6JWD 55735 +6JWI 55736 +6JWJ 55737 +6JWK 55738 +6JWL 55739 +6JWO 55740 +6JWW 55741 +6JWX 55742 +6JWZ 55743 +6JWa 55744 +6JWe 55745 +6JWj 55746 +6JWk 55747 +6JWo 55748 +6JWp 55749 +6JWq 55750 +6JWr 55751 +6JWt 55752 +6JWy 55753 +6JW0 55754 +6JW3 55755 +6JW6 55756 +6JW7 55757 +6JW+ 55758 +6JaA 55759 +6JaB 55760 +6JaE 55761 +6JaF 55762 +6JaH 55763 +6JaI 55764 +6JaK 55765 +6JaP 55766 +6JaQ 55767 +6JaR 55768 +6JaU 55769 +6JaX 55770 +6JaZ 55771 +6Jab 55772 +6Jac 55773 +6Jai 55774 +6Jak 55775 +6Jam 55776 +6Jao 55777 +6Jap 55778 +6Jaq 55779 +6Jar 55780 +6Jas 55781 +6Jat 55782 +6Jau 55783 +6Jav 55784 +6Jaw 55785 +6Jaz 55786 +6Ja3 55787 +6Ja5 55788 +6Ja6 55789 +6JeB 55790 +6JeJ 55791 +6JeN 55792 +6JeP 55793 +6JeQ 55794 +6JeT 55795 +6JeV 55796 +6Jec 55797 +6Jed 55798 +6Jeg 55799 +6Jek 55800 +6Jel 55801 +6Jem 55802 +6Jep 55803 +6Jeq 55804 +6Je3 55805 +6Je5 55806 +6Je6 55807 +6Je7 55808 +6Je/ 55809 +6JiC 55810 +6JiF 55811 +6JiG 55812 +6JiH 55813 +6JiK 55814 +6JiL 55815 +6JiR 55816 +6JiT 55817 +6JiW 55818 +6JiX 55819 +6JiY 55820 +6Jia 55821 +6Jin 55822 +6Jit 55823 +6Jiw 55824 +6Ji4 55825 +6Ji8 55826 +6Ji/ 55827 +6JmO 55828 +6JmP 55829 +6JmQ 55830 +6JmR 55831 +6JmT 55832 +6JmU 55833 +6JmV 55834 +6Jma 55835 +6Jmb 55836 +6Jmc 55837 +6Jme 55838 +6Jmf 55839 +6Jmi 55840 +6Jmn 55841 +6Jmr 55842 +6Jms 55843 +6Jmu 55844 +6Jmx 55845 +6Jm1 55846 +6Jm5 55847 +6Jm6 55848 +6Jm7 55849 +6Jm9 55850 +6Jm+ 55851 +6Jm/ 55852 +6JqA 55853 +6JqB 55854 +6JqC 55855 +6JqK 55856 +6JqL 55857 +6JqM 55858 +6JqN 55859 +6JqT 55860 +6JqV 55861 +6Jqc 55862 +6Jqd 55863 +6Jqh 55864 +6Jqj 55865 +6Jqk 55866 +6Jqn 55867 +6Jqo 55868 +6Jqp 55869 +6Jqq 55870 +6Jqr 55871 +6Jqs 55872 +6Jqv 55873 +6Jqw 55874 +6Jqx 55875 +6Jqz 55876 +6Jq0 55877 +6Jq1 55878 +6Jq2 55879 +6JuA 55880 +6JuE 55881 +6JuG 55882 +6JuH 55883 +6JuJ 55884 +6JuK 55885 +6JuL 55886 +6JuN 55887 +6JuO 55888 +6JuP 55889 +6JuQ 55890 +6JuR 55891 +6JuU 55892 +6JuY 55893 +6JuZ 55894 +6Jub 55895 +6Jue 55896 +6Juf 55897 +6Juk 55898 +6Jup 55899 +6Jus 55900 +6Jut 55901 +6Juu 55902 +6Juv 55903 +6Juw 55904 +6Jux 55905 +6Juy 55906 +6Juz 55907 +6Ju0 55908 +6Ju4 55909 +6Ju5 55910 +6Ju7 55911 +6Ju8 55912 +6Ju9 55913 +6Ju+ 55914 +6JyA 55915 +6JyC 55916 +6JyD 55917 +6JyG 55918 +6JyH 55919 +6JyI 55920 +6JyJ 55921 +6JyK 55922 +6JyN 55923 +6JyO 55924 +6JyR 55925 +6JyS 55926 +6JyT 55927 +6JyV 55928 +6JyX 55929 +6JyY 55930 +6Jya 55931 +6Jyb 55932 +6Jyc 55933 +6Jye 55934 +6Jyh 55935 +6Jyi 55936 +6Jyj 55937 +6Jyl 55938 +6Jyp 55939 +6Jyu 55940 +6Jyx 55941 +6Jy0 55942 +6Jy3 55943 +6Jy7 55944 +6Jy+ 55945 +6Jy/ 55946 +6J2H 55947 +6J2I 55948 +6J2J 55949 +6J2L 55950 +6J2M 55951 +6J2O 55952 +6J2T 55953 +6J2V 55954 +6J2X 55955 +6J2Y 55956 +6J2Z 55957 +6J2f 55958 +6J2g 55959 +6J2j 55960 +6J2l 55961 +6J2m 55962 +6J2o 55963 +6J2u 55964 +6J2w 55965 +6J2y 55966 +6J20 55967 +6J22 55968 +6J24 55969 +6J27 55970 +6J28 55971 +6J29 55972 +6J2+ 55973 +6J2/ 55974 +6J6C 55975 +6J6D 55976 +6J6F 55977 +6J6I 55978 +6J6L 55979 +6J6N 55980 +6J6e 55981 +6J6f 55982 +6J6g 55983 +6J6i 55984 +6J6o 55985 +6J6r 55986 +6J6s 55987 +6J6t 55988 +6J6v 55989 +6J6z 55990 +6J61 55991 +6J66 55992 +6J67 55993 +6J69 55994 +6J+A 55995 +6J+E 55996 +6J+G 55997 +6J+H 55998 +6J+K 55999 +6J+L 56000 +6J+Q 56001 +6J+R 56002 +6J+S 56003 +6J+b 56004 +6J+c 56005 +6J+f 56006 +6J+g 56007 +6J+l 56008 +6J+q 56009 +6J+s 56010 +6J+t 56011 +6J+u 56012 +6J+v 56013 +6J+y 56014 +6J+2 56015 +6J+3 56016 +6J+5 56017 +6J+7 56018 +6J++ 56019 +6KCD 56020 +6KCF 56021 +6KCK 56022 +6KCL 56023 +6KCN 56024 +6KCO 56025 +6KCP 56026 +6KCR 56027 +6KCT 56028 +6KCV 56029 +6KCW 56030 +6KCb 56031 +6KCc 56032 +6KCf 56033 +6KCh 56034 +6KCi 56035 +6KCj 56036 +6KCn 56037 +6KCx 56038 +6KCy 56039 +6KC2 56040 +6KC5 56041 +6KC7 56042 +6KC8 56043 +6KGA 56044 +6KGE 56045 +6KGF 56046 +6KGG 56047 +6KGM 56048 +6KGN 56049 +6KGO 56050 +6KGS 56051 +6KGT 56052 +6KGU 56053 +6KGX 56054 +6KGZ 56055 +6KGb 56056 +6KGd 56057 +6KGe 56058 +6KGh 56059 +6KGi 56060 +6KGj 56061 +6KGl 56062 +6KGo 56063 +6KGp 56064 +6KGr 56065 +6KGs 56066 +6KGu 56067 +6KGv 56068 +6KGw 56069 +6KGy 56070 +6KG1 56071 +6KG3 56072 +6KG9 56073 +6KG+ 56074 +6KG/ 56075 +6KKB 56076 +6KKC 56077 +6KKE 56078 +6KKF 56079 +6KKG 56080 +6KKI 56081 +6KKL 56082 +6KKN 56083 +6KKS 56084 +6KKT 56085 +6KKW 56086 +6KKX 56087 +6KKZ 56088 +6KKc 56089 +6KKd 56090 +6KKe 56091 +6KKi 56092 +6KKk 56093 +6KKq 56094 +6KKr 56095 +6KKt 56096 +6KKw 56097 +6KKx 56098 +6KK0 56099 +6KK1 56100 +6KK3 56101 +6KK8 56102 +6KK/ 56103 +6KOB 56104 +6KOC 56105 +6KOD 56106 +6KOE 56107 +6KOF 56108 +6KOG 56109 +6KOH 56110 +6KOJ 56111 +6KOK 56112 +6KOO 56113 +6KOP 56114 +6KOS 56115 +6KOU 56116 +6KOV 56117 +6KOY 56118 +6KOZ 56119 +6KOb 56120 +6KOc 56121 +6KOd 56122 +6KOf 56123 +6KOh 56124 +6KOi 56125 +6KOk 56126 +6KOl 56127 +6KOo 56128 +6KOw 56129 +6KOx 56130 +6KOy 56131 +6KOz 56132 +6KO0 56133 +6KO4 56134 +6KO5 56135 +6KO9 56136 +6KO+ 56137 +6KSA 56138 +6KSC 56139 +6KSE 56140 +6KSH 56141 +6KSK 56142 +6KSM 56143 +6KSQ 56144 +6KSS 56145 +6KST 56146 +6KSU 56147 +6KSZ 56148 +6KSa 56149 +6KSb 56150 +6KSe 56151 +6KSh 56152 +6KSl 56153 +6KSq 56154 +6KSr 56155 +6KSt 56156 +6KSw 56157 +6KSy 56158 +6KS0 56159 +6KS2 56160 +6KS4 56161 +6KS7 56162 +6KWA 56163 +6KWB 56164 +6KWE 56165 +6KWW 56166 +6KWc 56167 +6KWe 56168 +6KWf 56169 +6KWg 56170 +6KWk 56171 +6KWm 56172 +6KWq 56173 +6KWv 56174 +6KWy 56175 +6KW0 56176 +6KW3 56177 +6KW7 56178 +6KW/ 56179 +6KaB 56180 +6KaD 56181 +6KaG 56182 +6KaH 56183 +6KaL 56184 +6KaP 56185 +6KaT 56186 +6KaW 56187 +6KaX 56188 +6KaY 56189 +6Kaa 56190 +6Kah 56191 +6Kan 56192 +6Kap 56193 +6Kaq 56194 +6Kav 56195 +6Kay 56196 +6Kaz 56197 +6Ka3 56198 +6Ka6 56199 +6Ka9 56200 +6Ka/ 56201 +6KeA 56202 +6KeB 56203 +6KeC 56204 +6KeE 56205 +6KeF 56206 +6KeG 56207 +6KeH 56208 +6KeI 56209 +6KeJ 56210 +6KeK 56211 +6KeM 56212 +6KeO 56213 +6KeP 56214 +6KeQ 56215 +6KeR 56216 +6KeS 56217 +6Kea 56218 +6Kec 56219 +6Ked 56220 +6Kee 56221 +6Kej 56222 +6Kel 56223 +6Kem 56224 +6Ker 56225 +6Kev 56226 +6Kex 56227 +6Kez 56228 +6Ke0 56229 +6Ke4 56230 +6KiA 56231 +6KiC 56232 +6KiD 56233 +6KiH 56234 +6KiI 56235 +6KiK 56236 +6KiM 56237 +6KiO 56238 +6KiT 56239 +6KiV 56240 +6KiX 56241 +6KiY 56242 +6Kia 56243 +6Kib 56244 +6Kid 56245 +6Kif 56246 +6Kii 56247 +6Kij 56248 +6Kil 56249 +6Kiq 56250 +6Kit 56251 +6Kix 56252 +6Kiz 56253 +6Ki0 56254 +6Ki2 56255 +6Ki6 56256 +6Ki7 56257 +6Ki8 56258 +6Ki+ 56259 +6KmB 56260 +6KmI 56261 +6KmQ 56262 +6KmS 56263 +6KmU 56264 +6KmV 56265 +6Kmb 56266 +6Kmd 56267 +6Kme 56268 +6Kmg 56269 +6Kmi 56270 +6Kmj 56271 +6Kmm 56272 +6Kmp 56273 +6Kmr 56274 +6Kms 56275 +6Kmt 56276 +6Kmu 56277 +6Kmw 56278 +6Kmx 56279 +6Kmy 56280 +6Kmz 56281 +6Km5 56282 +6KqC 56283 +6KqE 56284 +6KqF 56285 +6KqH 56286 +6KqJ 56287 +6KqK 56288 +6KqM 56289 +6KqN 56290 +6KqR 56291 +6KqS 56292 +6KqT 56293 +6KqV 56294 +6KqY 56295 +6Kqe 56296 +6Kqg 56297 +6Kqh 56298 +6Kqj 56299 +6Kqk 56300 +6Kql 56301 +6Kqm 56302 +6Kqo 56303 +6Kqq 56304 +6Kqs 56305 +6Kqt 56306 +6Kqw 56307 +6Kqy 56308 +6Kq5 56309 +6Kq8 56310 +6Kq/ 56311 +6KuC 56312 +6KuE 56313 +6KuH 56314 +6KuL 56315 +6KuM 56316 +6KuN 56317 +6KuP 56318 +6KuS 56319 +6KuW 56320 +6KuX 56321 +6Kua 56322 +6Kub 56323 +6Kuc 56324 +6Kuh 56325 +6Kui 56326 +6Kuk 56327 +6Kum 56328 +6Kun 56329 +6Kur 56330 +6Kut 56331 +6Kuu 56332 +6Kux 56333 +6Kuz 56334 +6Ku3 56335 +6Ku4 56336 +6Ku6 56337 +6Ku8 56338 +6Ku+ 56339 +6KyA 56340 +6KyB 56341 +6KyC 56342 +6KyE 56343 +6KyH 56344 +6KyK 56345 +6KyO 56346 +6KyQ 56347 +6KyU 56348 +6KyW 56349 +6KyX 56350 +6KyZ 56351 +6Kya 56352 +6Kyb 56353 +6Kyd 56354 +6Kyg 56355 +6Kyh 56356 +6Kym 56357 +6Kyo 56358 +6Kyp 56359 +6Kyr 56360 +6Kys 56361 +6Kyz 56362 +6Ky3 56363 +6Ky5 56364 +6K2B 56365 +6K2J 56366 +6K2O 56367 +6K2P 56368 +6K2W 56369 +6K2Y 56370 +6K2a 56371 +6K2c 56372 +6K2e 56373 +6K2f 56374 +6K2m 56375 +6K2r 56376 +6K2s 56377 +6K2v 56378 +6K2w 56379 +6K2y 56380 +6K20 56381 +6K23 56382 +6K29 56383 +6K6A 56384 +6K6D 56385 +6K6K 56386 +6K6M 56387 +6K6O 56388 +6K6Q 56389 +6K6S 56390 +6K6T 56391 +6K6W 56392 +6K6a 56393 +6K6g 56394 +6K6h 56395 +6K6i 56396 +6K6j 56397 +6K6k 56398 +6K6l 56399 +6K6m 56400 +6K6n 56401 +6K6o 56402 +6K6p 56403 +6K6q 56404 +6K6r 56405 +6K6t 56406 +6K6u 56407 +6K6v 56408 +6K6w 56409 +6K6y 56410 +6K6z 56411 +6K60 56412 +6K61 56413 +6K62 56414 +6K63 56415 +6K64 56416 +6K65 56417 +6K66 56418 +6K68 56419 +6K69 56420 +6K6+ 56421 +6K6/ 56422 +6K+A 56423 +6K+B 56424 +6K+C 56425 +6K+D 56426 +6K+E 56427 +6K+F 56428 +6K+G 56429 +6K+I 56430 +6K+J 56431 +6K+K 56432 +6K+L 56433 +6K+M 56434 +6K+N 56435 +6K+O 56436 +6K+P 56437 +6K+Q 56438 +6K+R 56439 +6K+S 56440 +6K+T 56441 +6K+U 56442 +6K+V 56443 +6K+W 56444 +6K+X 56445 +6K+Y 56446 +6K+Z 56447 +6K+a 56448 +6K+b 56449 +6K+c 56450 +6K+d 56451 +6K+e 56452 +6K+f 56453 +6K+g 56454 +6K+h 56455 +6K+i 56456 +6K+j 56457 +6K+k 56458 +6K+l 56459 +6K+m 56460 +6K+n 56461 +6K+o 56462 +6K+p 56463 +6K+r 56464 +6K+s 56465 +6K+t 56466 +6K+u 56467 +6K+v 56468 +6K+w 56469 +6K+x 56470 +6K+y 56471 +6K+z 56472 +6K+0 56473 +6K+1 56474 +6K+2 56475 +6K+3 56476 +6K+4 56477 +6K+5 56478 +6K+6 56479 +6K+7 56480 +6K+8 56481 +6K+9 56482 +6K++ 56483 +6K+/ 56484 +6LCA 56485 +6LCB 56486 +6LCC 56487 +6LCD 56488 +6LCE 56489 +6LCF 56490 +6LCG 56491 +6LCI 56492 +6LCK 56493 +6LCL 56494 +6LCM 56495 +6LCN 56496 +6LCO 56497 +6LCP 56498 +6LCQ 56499 +6LCR 56500 +6LCS 56501 +6LCT 56502 +6LCU 56503 +6LCV 56504 +6LCW 56505 +6LCX 56506 +6LCY 56507 +6LCZ 56508 +6LCa 56509 +6LCb 56510 +6LCc 56511 +6LCd 56512 +6LCe 56513 +6LCf 56514 +6LCg 56515 +6LCh 56516 +6LCi 56517 +6LCj 56518 +6LCk 56519 +6LCl 56520 +6LCm 56521 +6LCn 56522 +6LCo 56523 +6LCp 56524 +6LCq 56525 +6LCs 56526 +6LCt 56527 +6LCu 56528 +6LCv 56529 +6LCw 56530 +6LCx 56531 +6LCy 56532 +6LCz 56533 +6LC0 56534 +6LC1 56535 +6LC2 56536 +6LC3 56537 +6LC6 56538 +6LC/ 56539 +6LGB 56540 +6LGF 56541 +6LGG 56542 +6LGH 56543 +6LGI 56544 +6LGJ 56545 +6LGK 56546 +6LGM 56547 +6LGO 56548 +6LGQ 56549 +6LGU 56550 +6LGV 56551 +6LGa 56552 +6LGb 56553 +6LGd 56554 +6LGh 56555 +6LGi 56556 +6LGo 56557 +6LGq 56558 +6LGr 56559 +6LGs 56560 +6LGz 56561 +6LG4 56562 +6LG5 56563 +6LG6 56564 +6LKC 56565 +6LKF 56566 +6LKJ 56567 +6LKK 56568 +6LKM 56569 +6LKT 56570 +6LKU 56571 +6LKY 56572 +6LKd 56573 +6LKe 56574 +6LKg 56575 +6LKh 56576 +6LKi 56577 +6LKn 56578 +6LKo 56579 +6LKp 56580 +6LKq 56581 +6LKr 56582 +6LKs 56583 +6LKv 56584 +6LKw 56585 +6LKy 56586 +6LKz 56587 +6LK0 56588 +6LK2 56589 +6LK3 56590 +6LK4 56591 +6LK7 56592 +6LK8 56593 +6LK9 56594 +6LK/ 56595 +6LOA 56596 +6LOB 56597 +6LOC 56598 +6LOD 56599 +6LOE 56600 +6LOH 56601 +6LOI 56602 +6LOK 56603 +6LOO 56604 +6LOR 56605 +6LOS 56606 +6LOT 56607 +6LOa 56608 +6LOb 56609 +6LOc 56610 +6LOe 56611 +6LOg 56612 +6LOi 56613 +6LOj 56614 +6LOk 56615 +6LOm 56616 +6LOq 56617 +6LOs 56618 +6LOt 56619 +6LO0 56620 +6LO6 56621 +6LO8 56622 +6LO9 56623 +6LSE 56624 +6LSF 56625 +6LSH 56626 +6LSI 56627 +6LSK 56628 +6LSL 56629 +6LSP 56630 +6LSQ 56631 +6LST 56632 +6LSU 56633 +6LSW 56634 +6LSd 56635 +6LSe 56636 +6LSf 56637 +6LSh 56638 +6LSi 56639 +6LSj 56640 +6LSk 56641 +6LSl 56642 +6LSm 56643 +6LSn 56644 +6LSo 56645 +6LSp 56646 +6LSq 56647 +6LSr 56648 +6LSs 56649 +6LSt 56650 +6LSu 56651 +6LSv 56652 +6LSw 56653 +6LSx 56654 +6LSy 56655 +6LS0 56656 +6LS1 56657 +6LS2 56658 +6LS3 56659 +6LS4 56660 +6LS5 56661 +6LS6 56662 +6LS7 56663 +6LS8 56664 +6LS9 56665 +6LS+ 56666 +6LS/ 56667 +6LWB 56668 +6LWC 56669 +6LWD 56670 +6LWE 56671 +6LWF 56672 +6LWI 56673 +6LWJ 56674 +6LWK 56675 +6LWL 56676 +6LWM 56677 +6LWN 56678 +6LWO 56679 +6LWP 56680 +6LWQ 56681 +6LWT 56682 +6LWU 56683 +6LWV 56684 +6LWW 56685 +6LWY 56686 +6LWZ 56687 +6LWa 56688 +6LWb 56689 +6LWc 56690 +6LWd 56691 +6LWe 56692 +6LWf 56693 +6LWg 56694 +6LWh 56695 +6LWi 56696 +6LWj 56697 +6LWk 56698 +6LWm 56699 +6LWn 56700 +6LWq 56701 +6LWr 56702 +6LWs 56703 +6LWt 56704 +6LWw 56705 +6LWz 56706 +6LW0 56707 +6LW1 56708 +6LW2 56709 +6LW3 56710 +6LaB 56711 +6LaE 56712 +6LaF 56713 +6LaK 56714 +6LaL 56715 +6LaU 56716 +6LaV 56717 +6LaZ 56718 +6Laf 56719 +6Laj 56720 +6Lao 56721 +6Laz 56722 +6La0 56723 +6La1 56724 +6La4 56725 +6La6 56726 +6La+ 56727 +6La/ 56728 +6LeC 56729 +6LeD 56730 +6LeE 56731 +6LeG 56732 +6LeL 56733 +6LeM 56734 +6LeO 56735 +6LeP 56736 +6LeR 56737 +6LeW 56738 +6LeX 56739 +6Lea 56740 +6Leb 56741 +6Led 56742 +6Lee 56743 +6Lef 56744 +6Leh 56745 +6Lej 56746 +6Lek 56747 +6Leo 56748 +6Lep 56749 +6Leq 56750 +6Ler 56751 +6Les 56752 +6Lev 56753 +6Lex 56754 +6Lez 56755 +6Le1 56756 +6Le2 56757 +6Le3 56758 +6Le4 56759 +6Le5 56760 +6Le6 56761 +6Le7 56762 +6Le8 56763 +6Le9 56764 +6Le/ 56765 +6LiF 56766 +6LiJ 56767 +6LiK 56768 +6LiM 56769 +6LiO 56770 +6LiP 56771 +6LiQ 56772 +6LiU 56773 +6LiW 56774 +6Lid 56775 +6Lie 56776 +6Lif 56777 +6Lih 56778 +6Lii 56779 +6Lij 56780 +6Lim 56781 +6Lin 56782 +6Lip 56783 +6Liq 56784 +6Lis 56785 +6Lit 56786 +6Liu 56787 +6Liv 56788 +6Liw 56789 +6Lix 56790 +6Li0 56791 +6Li1 56792 +6Li5 56793 +6Li6 56794 +6Li9 56795 +6LmA 56796 +6LmB 56797 +6LmC 56798 +6LmE 56799 +6LmH 56800 +6LmI 56801 +6LmJ 56802 +6LmK 56803 +6LmL 56804 +6LmM 56805 +6LmQ 56806 +6LmR 56807 +6LmS 56808 +6LmV 56809 +6LmZ 56810 +6Lma 56811 +6Lmf 56812 +6Lmg 56813 +6Lmh 56814 +6Lmj 56815 +6Lmk 56816 +6Lmm 56817 +6Lmp 56818 +6Lms 56819 +6Lmt 56820 +6Lmv 56821 +6Lmw 56822 +6Lmy 56823 +6Lm0 56824 +6Lm2 56825 +6Lm8 56826 +6Lm9 56827 +6Lm/ 56828 +6LqB 56829 +6LqE 56830 +6LqF 56831 +6LqH 56832 +6LqK 56833 +6LqN 56834 +6LqP 56835 +6LqQ 56836 +6LqR 56837 +6LqT 56838 +6LqU 56839 +6LqZ 56840 +6Lqc 56841 +6Lqh 56842 +6Lqq 56843 +6Lqr 56844 +6Lqs 56845 +6Lqv 56846 +6Lqw 56847 +6Lqx 56848 +6Lqy 56849 +6Lq6 56850 +6Lq+ 56851 +6LuA 56852 +6LuI 56853 +6LuK 56854 +6LuL 56855 +6LuM 56856 +6LuN 56857 +6LuO 56858 +6LuS 56859 +6Lub 56860 +6Luf 56861 +6Lui 56862 +6Luj 56863 +6Lur 56864 +6Lu4 56865 +6Lu7 56866 +6Lu8 56867 +6Lu9 56868 +6LyD 56869 +6LyJ 56870 +6LyK 56871 +6LyM 56872 +6LyS 56873 +6LyT 56874 +6LyU 56875 +6LyV 56876 +6Lyb 56877 +6Lyc 56878 +6Lyd 56879 +6Lym 56880 +6Lyp 56881 +6Lyq 56882 +6Lyv 56883 +6Lyz 56884 +6Ly2 56885 +6Ly4 56886 +6Ly7 56887 +6Ly+ 56888 +6Ly/ 56889 +6L2C 56890 +6L2E 56891 +6L2F 56892 +6L2G 56893 +6L2J 56894 +6L2M 56895 +6L2N 56896 +6L2O 56897 +6L2X 56898 +6L2f 56899 +6L2h 56900 +6L2i 56901 +6L2j 56902 +6L2k 56903 +6L2m 56904 +6L2n 56905 +6L2o 56906 +6L2p 56907 +6L2r 56908 +6L2s 56909 +6L2t 56910 +6L2u 56911 +6L2v 56912 +6L2w 56913 +6L2x 56914 +6L2y 56915 +6L2z 56916 +6L20 56917 +6L21 56918 +6L22 56919 +6L24 56920 +6L25 56921 +6L26 56922 +6L27 56923 +6L28 56924 +6L29 56925 +6L2+ 56926 +6L2/ 56927 +6L6C 56928 +6L6D 56929 +6L6E 56930 +6L6F 56931 +6L6G 56932 +6L6H 56933 +6L6I 56934 +6L6J 56935 +6L6K 56936 +6L6L 56937 +6L6N 56938 +6L6O 56939 +6L6P 56940 +6L6Q 56941 +6L6R 56942 +6L6T 56943 +6L6U 56944 +6L6V 56945 +6L6W 56946 +6L6X 56947 +6L6Y 56948 +6L6Z 56949 +6L6a 56950 +6L6b 56951 +6L6c 56952 +6L6e 56953 +6L6f 56954 +6L6j 56955 +6L6m 56956 +6L6o 56957 +6L6p 56958 +6L6r 56959 +6L6t 56960 +6L6u 56961 +6L6v 56962 +6L6w 56963 +6L6x 56964 +6L6y 56965 +6L63 56966 +6L65 56967 +6L66 56968 +6L67 56969 +6L68 56970 +6L69 56971 +6L6+ 56972 +6L6/ 56973 +6L+B 56974 +6L+C 56975 +6L+E 56976 +6L+F 56977 +6L+H 56978 +6L+I 56979 +6L+O 56980 +6L+Q 56981 +6L+R 56982 +6L+T 56983 +6L+U 56984 +6L+V 56985 +6L+Y 56986 +6L+Z 56987 +6L+a 56988 +6L+b 56989 +6L+c 56990 +6L+d 56991 +6L+e 56992 +6L+f 56993 +6L+g 56994 +6L+i 56995 +6L+k 56996 +6L+l 56997 +6L+m 56998 +6L+o 56999 +6L+p 57000 +6L+q 57001 +6L+r 57002 +6L+t 57003 +6L+u 57004 +6L+w 57005 +6L+z 57006 +6L+0 57007 +6L+3 57008 +6L+4 57009 +6L+5 57010 +6L+9 57011 +6YCA 57012 +6YCB 57013 +6YCC 57014 +6YCD 57015 +6YCE 57016 +6YCF 57017 +6YCG 57018 +6YCJ 57019 +6YCK 57020 +6YCL 57021 +6YCN 57022 +6YCP 57023 +6YCQ 57024 +6YCR 57025 +6YCS 57026 +6YCT 57027 +6YCU 57028 +6YCV 57029 +6YCW 57030 +6YCX 57031 +6YCZ 57032 +6YCa 57033 +6YCb 57034 +6YCd 57035 +6YCe 57036 +6YCf 57037 +6YCg 57038 +6YCh 57039 +6YCi 57040 +6YCj 57041 +6YCm 57042 +6YCu 57043 +6YCv 57044 +6YCx 57045 +6YCy 57046 +6YC1 57047 +6YC2 57048 +6YC4 57049 +6YC7 57050 +6YC8 57051 +6YC+ 57052 +6YGB 57053 +6YGC 57054 +6YGE 57055 +6YGF 57056 +6YGH 57057 +6YGJ 57058 +6YGK 57059 +6YGL 57060 +6YGN 57061 +6YGO 57062 +6YGP 57063 +6YGQ 57064 +6YGR 57065 +6YGS 57066 +6YGT 57067 +6YGU 57068 +6YGV 57069 +6YGW 57070 +6YGX 57071 +6YGY 57072 +6YGZ 57073 +6YGb 57074 +6YGc 57075 +6YGe 57076 +6YGg 57077 +6YGh 57078 +6YGi 57079 +6YGj 57080 +6YGl 57081 +6YGo 57082 +6YGp 57083 +6YGt 57084 +6YGu 57085 +6YGv 57086 +6YGy 57087 +6YG0 57088 +6YG1 57089 +6YG3 57090 +6YG4 57091 +6YG5 57092 +6YG6 57093 +6YG8 57094 +6YG9 57095 +6YG/ 57096 +6YKA 57097 +6YKB 57098 +6YKC 57099 +6YKD 57100 +6YKE 57101 +6YKF 57102 +6YKH 57103 +6YKI 57104 +6YKJ 57105 +6YKK 57106 +6YKL 57107 +6YKP 57108 +6YKR 57109 +6YKT 57110 +6YKV 57111 +6YKX 57112 +6YKY 57113 +6YKZ 57114 +6YKb 57115 +6YKd 57116 +6YKg 57117 +6YKh 57118 +6YKi 57119 +6YKj 57120 +6YKm 57121 +6YKo 57122 +6YKq 57123 +6YKs 57124 +6YKu 57125 +6YKv 57126 +6YKw 57127 +6YKx 57128 +6YKz 57129 +6YK0 57130 +6YK1 57131 +6YK2 57132 +6YK4 57133 +6YK5 57134 +6YK6 57135 +6YK7 57136 +6YK9 57137 +6YK+ 57138 +6YOB 57139 +6YOD 57140 +6YOE 57141 +6YOF 57142 +6YOH 57143 +6YOK 57144 +6YOO 57145 +6YOP 57146 +6YOQ 57147 +6YOR 57148 +6YOT 57149 +6YOV 57150 +6YOb 57151 +6YOc 57152 +6YOd 57153 +6YOe 57154 +6YOh 57155 +6YOi 57156 +6YOk 57157 +6YOm 57158 +6YOn 57159 +6YOo 57160 +6YOr 57161 +6YOt 57162 +6YOv 57163 +6YO0 57164 +6YO1 57165 +6YO3 57166 +6YO4 57167 +6YO9 57168 +6YO+ 57169 +6YO/ 57170 +6YSC 57171 +6YSE 57172 +6YSF 57173 +6YSJ 57174 +6YSP 57175 +6YSS 57176 +6YSY 57177 +6YSZ 57178 +6YSa 57179 +6YSc 57180 +6YSe 57181 +6YSg 57182 +6YSi 57183 +6YSj 57184 +6YSn 57185 +6YSp 57186 +6YSr 57187 +6YSt 57188 +6YSu 57189 +6YSv 57190 +6YSw 57191 +6YSx 57192 +6YSy 57193 +6YS6 57194 +6YWG 57195 +6YWJ 57196 +6YWK 57197 +6YWL 57198 +6YWM 57199 +6YWN 57200 +6YWO 57201 +6YWQ 57202 +6YWS 57203 +6YWU 57204 +6YWX 57205 +6YWY 57206 +6YWa 57207 +6YWd 57208 +6YWe 57209 +6YWh 57210 +6YWi 57211 +6YWj 57212 +6YWk 57213 +6YWl 57214 +6YWp 57215 +6YWq 57216 +6YWr 57217 +6YWs 57218 +6YWu 57219 +6YWv 57220 +6YWw 57221 +6YWx 57222 +6YW1 57223 +6YW2 57224 +6YW3 57225 +6YW4 57226 +6YW5 57227 +6YW6 57228 +6YW9 57229 +6YW/ 57230 +6YaC 57231 +6YaF 57232 +6YaH 57233 +6YaJ 57234 +6YaL 57235 +6YaM 57236 +6YaN 57237 +6YaQ 57238 +6YaS 57239 +6YaX 57240 +6Yaa 57241 +6Yab 57242 +6Yac 57243 +6Yae 57244 +6Yai 57245 +6Yaj 57246 +6Yak 57247 +6Yaq 57248 +6Yar 57249 +6Yas 57250 +6Yat 57251 +6Yau 57252 +6Yav 57253 +6Yay 57254 +6Ya0 57255 +6Ya1 57256 +6Ya4 57257 +6Ya6 57258 +6YeA 57259 +6YeB 57260 +6YeG 57261 +6YeH 57262 +6YeI 57263 +6YeJ 57264 +6YeK 57265 +6YeL 57266 +6YeM 57267 +6YeN 57268 +6YeO 57269 +6YeP 57270 +6YeQ 57271 +6YeR 57272 +6YeY 57273 +6Yeb 57274 +6Yec 57275 +6Yed 57276 +6Yeh 57277 +6Yej 57278 +6Yem 57279 +6Yen 57280 +6Yet 57281 +6Ye1 57282 +6Ye2 57283 +6Ye8 57284 +6Ye/ 57285 +6YiH 57286 +6YiN 57287 +6YiO 57288 +6YiR 57289 +6YiU 57290 +6YiV 57291 +6Yie 57292 +6Yip 57293 +6Yiq 57294 +6Yiz 57295 +6Yi0 57296 +6Yi3 57297 +6Yi/ 57298 +6YmE 57299 +6YmI 57300 +6YmJ 57301 +6YmL 57302 +6YmP 57303 +6YmX 57304 +6Ymb 57305 +6Yme 57306 +6Ymi 57307 +6Ymk 57308 +6Ymm 57309 +6Ymx 57310 +6Ym0 57311 +6Ym+ 57312 +6YqA 57313 +6YqD 57314 +6YqF 57315 +6YqR 57316 +6YqT 57317 +6YqV 57318 +6YqW 57319 +6YqY 57320 +6Yqa 57321 +6Yqb 57322 +6Yqc 57323 +6Yqt 57324 +6Yqu 57325 +6Yqz 57326 +6Yq2 57327 +6Yq3 57328 +6Yq5 57329 +6YuG 57330 +6YuI 57331 +6YuP 57332 +6YuQ 57333 +6YuS 57334 +6Yuk 57335 +6Yup 57336 +6Yuq 57337 +6Yut 57338 +6Yuy 57339 +6Yuz 57340 +6Yu4 57341 +6Yu5 57342 +6Yu6 57343 +6Yu8 57344 +6YyE 57345 +6YyG 57346 +6YyP 57347 +6YyQ 57348 +6YyY 57349 +6YyZ 57350 +6Yya 57351 +6Yye 57352 +6Yyg 57353 +6Yyi 57354 +6Yyj 57355 +6Yym 57356 +6Yyo 57357 +6Yyr 57358 +6Yys 57359 +6Yyu 57360 +6Yyv 57361 +6Yyy 57362 +6Yy1 57363 +6Yy2 57364 +6Yy6 57365 +6Yy+ 57366 +6Y2J 57367 +6Y2K 57368 +6Y2L 57369 +6Y2N 57370 +6Y2S 57371 +6Y2U 57372 +6Y2b 57373 +6Y2c 57374 +6Y2l 57375 +6Y2q 57376 +6Y2s 57377 +6Y2u 57378 +6Y21 57379 +6Y28 57380 +6Y2+ 57381 +6Y6J 57382 +6Y6K 57383 +6Y6M 57384 +6Y6P 57385 +6Y6U 57386 +6Y6W 57387 +6Y6X 57388 +6Y6a 57389 +6Y6b 57390 +6Y6n 57391 +6Y6s 57392 +6Y6t 57393 +6Y6u 57394 +6Y6w 57395 +6Y64 57396 +6Y65 57397 +6Y+D 57398 +6Y+I 57399 +6Y+K 57400 +6Y+Q 57401 +6Y+R 57402 +6Y+W 57403 +6Y+X 57404 +6Y+Y 57405 +6Y+d 57406 +6Y+f 57407 +6Y+h 57408 +6Y+k 57409 +6Y+l 57410 +6Y+o 57411 +6ZCD 57412 +6ZCH 57413 +6ZCO 57414 +6ZCQ 57415 +6ZCU 57416 +6ZCY 57417 +6ZCZ 57418 +6ZCa 57419 +6ZCh 57420 +6ZCn 57421 +6ZCu 57422 +6ZCy 57423 +6ZC1 57424 +6ZC2 57425 +6ZC4 57426 +6ZC6 57427 +6ZGB 57428 +6ZGE 57429 +6ZGK 57430 +6ZGR 57431 +6ZGS 57432 +6ZGT 57433 +6ZGb 57434 +6ZGe 57435 +6ZGg 57436 +6ZGi 57437 +6ZGq 57438 +6ZGr 57439 +6ZGw 57440 +6ZGx 57441 +6ZGy 57442 +6ZG1 57443 +6ZG3 57444 +6ZG5 57445 +6ZG8 57446 +6ZG9 57447 +6ZG/ 57448 +6ZKH 57449 +6ZKI 57450 +6ZKJ 57451 +6ZKK 57452 +6ZKL 57453 +6ZKM 57454 +6ZKN 57455 +6ZKO 57456 +6ZKP 57457 +6ZKQ 57458 +6ZKS 57459 +6ZKT 57460 +6ZKU 57461 +6ZKV 57462 +6ZKX 57463 +6ZKY 57464 +6ZKZ 57465 +6ZKa 57466 +6ZKb 57467 +6ZKc 57468 +6ZKd 57469 +6ZKe 57470 +6ZKf 57471 +6ZKg 57472 +6ZKh 57473 +6ZKi 57474 +6ZKj 57475 +6ZKk 57476 +6ZKl 57477 +6ZKm 57478 +6ZKn 57479 +6ZKo 57480 +6ZKp 57481 +6ZKq 57482 +6ZKr 57483 +6ZKs 57484 +6ZKu 57485 +6ZKv 57486 +6ZKw 57487 +6ZKx 57488 +6ZKy 57489 +6ZKz 57490 +6ZK0 57491 +6ZK1 57492 +6ZK5 57493 +6ZK6 57494 +6ZK7 57495 +6ZK8 57496 +6ZK9 57497 +6ZK+ 57498 +6ZK/ 57499 +6ZOA 57500 +6ZOB 57501 +6ZOC 57502 +6ZOD 57503 +6ZOE 57504 +6ZOF 57505 +6ZOG 57506 +6ZOI 57507 +6ZOJ 57508 +6ZOK 57509 +6ZOL 57510 +6ZOM 57511 +6ZON 57512 +6ZOO 57513 +6ZOQ 57514 +6ZOR 57515 +6ZOS 57516 +6ZOT 57517 +6ZOW 57518 +6ZOX 57519 +6ZOZ 57520 +6ZOa 57521 +6ZOb 57522 +6ZOc 57523 +6ZOd 57524 +6ZOe 57525 +6ZOf 57526 +6ZOg 57527 +6ZOh 57528 +6ZOi 57529 +6ZOj 57530 +6ZOk 57531 +6ZOl 57532 +6ZOm 57533 +6ZOn 57534 +6ZOo 57535 +6ZOp 57536 +6ZOq 57537 +6ZOr 57538 +6ZOs 57539 +6ZOt 57540 +6ZOu 57541 +6ZOv 57542 +6ZOw 57543 +6ZOx 57544 +6ZOy 57545 +6ZOz 57546 +6ZO1 57547 +6ZO2 57548 +6ZO3 57549 +6ZO4 57550 +6ZO6 57551 +6ZO8 57552 +6ZO+ 57553 +6ZO/ 57554 +6ZSA 57555 +6ZSB 57556 +6ZSC 57557 +6ZSD 57558 +6ZSE 57559 +6ZSF 57560 +6ZSG 57561 +6ZSH 57562 +6ZSI 57563 +6ZSJ 57564 +6ZSK 57565 +6ZSL 57566 +6ZSM 57567 +6ZSN 57568 +6ZSP 57569 +6ZSQ 57570 +6ZSR 57571 +6ZSS 57572 +6ZSU 57573 +6ZSV 57574 +6ZSW 57575 +6ZSX 57576 +6ZSY 57577 +6ZSZ 57578 +6ZSa 57579 +6ZSb 57580 +6ZSc 57581 +6ZSd 57582 +6ZSe 57583 +6ZSf 57584 +6ZSh 57585 +6ZSi 57586 +6ZSj 57587 +6ZSk 57588 +6ZSl 57589 +6ZSm 57590 +6ZSo 57591 +6ZSp 57592 +6ZSr 57593 +6ZSs 57594 +6ZSt 57595 +6ZSu 57596 +6ZSv 57597 +6ZSw 57598 +6ZSx 57599 +6ZSy 57600 +6ZS0 57601 +6ZS1 57602 +6ZS2 57603 +6ZS3 57604 +6ZS4 57605 +6ZS5 57606 +6ZS6 57607 +6ZS7 57608 +6ZWA 57609 +6ZWB 57610 +6ZWC 57611 +6ZWF 57612 +6ZWG 57613 +6ZWH 57614 +6ZWJ 57615 +6ZWK 57616 +6ZWL 57617 +6ZWM 57618 +6ZWN 57619 +6ZWP 57620 +6ZWQ 57621 +6ZWR 57622 +6ZWS 57623 +6ZWU 57624 +6ZWV 57625 +6ZWW 57626 +6ZWX 57627 +6ZWY 57628 +6ZWb 57629 +6ZWc 57630 +6ZWd 57631 +6ZWe 57632 +6ZWf 57633 +6ZWg 57634 +6ZWh 57635 +6ZWi 57636 +6ZWj 57637 +6ZWl 57638 +6ZWn 57639 +6ZWp 57640 +6ZWq 57641 +6ZWr 57642 +6ZWs 57643 +6ZWt 57644 +6ZWv 57645 +6ZWw 57646 +6ZWx 57647 +6ZWy 57648 +6ZWz 57649 +6ZW1 57650 +6ZW2 57651 +6ZW3 57652 +6ZW/ 57653 +6ZaA 57654 +6ZaC 57655 +6ZaD 57656 +6ZaH 57657 +6ZaJ 57658 +6ZaK 57659 +6ZaL 57660 +6ZaO 57661 +6ZaP 57662 +6ZaR 57663 +6ZaS 57664 +6ZaT 57665 +6ZaU 57666 +6ZaW 57667 +6ZaY 57668 +6Zaf 57669 +6Zai 57670 +6Zaj 57671 +6Zak 57672 +6Zal 57673 +6Zam 57674 +6Zao 57675 +6Zat 57676 +6Zax 57677 +6Zay 57678 +6Za5 57679 +6Za7 57680 +6Za8 57681 +6Za+ 57682 +6ZeD 57683 +6ZeG 57684 +6ZeH 57685 +6ZeK 57686 +6ZeM 57687 +6ZeN 57688 +6ZeV 57689 +6ZeW 57690 +6ZeY 57691 +6Zec 57692 +6Zeh 57693 +6Zei 57694 +6Zel 57695 +6Zeo 57696 +6Zep 57697 +6Zeq 57698 +6Zer 57699 +6Zet 57700 +6Zeu 57701 +6Zev 57702 +6Zew 57703 +6Zex 57704 +6Zey 57705 +6Zez 57706 +6Ze0 57707 +6Ze1 57708 +6Ze3 57709 +6Ze4 57710 +6Ze5 57711 +6Ze6 57712 +6Ze7 57713 +6Ze8 57714 +6Ze9 57715 +6Ze+ 57716 +6Ze/ 57717 +6ZiA 57718 +6ZiB 57719 +6ZiC 57720 +6ZiD 57721 +6ZiE 57722 +6ZiF 57723 +6ZiG 57724 +6ZiH 57725 +6ZiI 57726 +6ZiJ 57727 +6ZiK 57728 +6ZiL 57729 +6ZiM 57730 +6ZiN 57731 +6ZiO 57732 +6ZiP 57733 +6ZiQ 57734 +6ZiR 57735 +6ZiS 57736 +6ZiU 57737 +6ZiV 57738 +6ZiW 57739 +6ZiX 57740 +6ZiZ 57741 +6Zia 57742 +6Zic 57743 +6Zid 57744 +6Zif 57745 +6Zih 57746 +6Zio 57747 +6Ziq 57748 +6Zis 57749 +6Ziu 57750 +6Zix 57751 +6Ziy 57752 +6Ziz 57753 +6Zi0 57754 +6Zi1 57755 +6Zi2 57756 +6Zi7 57757 +6Zi8 57758 +6Zi9 57759 +6Zi/ 57760 +6ZmA 57761 +6ZmC 57762 +6ZmE 57763 +6ZmF 57764 +6ZmG 57765 +6ZmH 57766 +6ZmI 57767 +6ZmJ 57768 +6ZmL 57769 +6ZmM 57770 +6ZmN 57771 +6ZmQ 57772 +6ZmU 57773 +6ZmV 57774 +6Zmb 57775 +6Zmc 57776 +6Zmd 57777 +6Zme 57778 +6Zmf 57779 +6Zmh 57780 +6Zmi 57781 +6Zmj 57782 +6Zmk 57783 +6Zml 57784 +6Zmm 57785 +6Zmn 57786 +6Zmo 57787 +6Zmp 57788 +6Zmq 57789 +6Zms 57790 +6Zmw 57791 +6Zmy 57792 +6Zmz 57793 +6Zm1 57794 +6Zm2 57795 +6Zm3 57796 +6Zm4 57797 +6Zm6 57798 +6Zm9 57799 +6ZqF 57800 +6ZqG 57801 +6ZqI 57802 +6ZqK 57803 +6ZqL 57804 +6ZqN 57805 +6ZqO 57806 +6ZqP 57807 +6ZqQ 57808 +6ZqU 57809 +6ZqV 57810 +6ZqX 57811 +6ZqY 57812 +6ZqZ 57813 +6Zqb 57814 +6Zqc 57815 +6Zqg 57816 +6Zqj 57817 +6Zqn 57818 +6Zqo 57819 +6Zqq 57820 +6Zqw 57821 +6Zqx 57822 +6Zqy 57823 +6Zqz 57824 +6Zq2 57825 +6Zq3 57826 +6Zq4 57827 +6Zq5 57828 +6Zq7 57829 +6Zq8 57830 +6Zq9 57831 +6Zq+ 57832 +6ZuA 57833 +6ZuB 57834 +6ZuE 57835 +6ZuF 57836 +6ZuG 57837 +6ZuH 57838 +6ZuJ 57839 +6ZuL 57840 +6ZuM 57841 +6ZuN 57842 +6ZuO 57843 +6ZuP 57844 +6ZuR 57845 +6ZuS 57846 +6ZuV 57847 +6ZuW 57848 +6ZuZ 57849 +6Zub 57850 +6Zuc 57851 +6Zue 57852 +6Zug 57853 +6Zui 57854 +6Zuj 57855 +6Zuo 57856 +6Zup 57857 +6Zuq 57858 +6Zur 57859 +6Zuv 57860 +6Zuw 57861 +6Zux 57862 +6Zuy 57863 +6Zuz 57864 +6Zu2 57865 +6Zu3 57866 +6Zu5 57867 +6Zu7 57868 +6Zu+ 57869 +6ZyA 57870 +6ZyB 57871 +6ZyE 57872 +6ZyG 57873 +6ZyH 57874 +6ZyI 57875 +6ZyJ 57876 +6ZyK 57877 +6ZyN 57878 +6ZyO 57879 +6ZyP 57880 +6ZyR 57881 +6ZyT 57882 +6ZyW 57883 +6ZyZ 57884 +6Zyc 57885 +6Zye 57886 +6Zyn 57887 +6Zyq 57888 +6Zyr 57889 +6Zyt 57890 +6Zyw 57891 +6Zyy 57892 +6Zy4 57893 +6Zy5 57894 +6Zy9 57895 +6Zy+ 57896 +6Z2C 57897 +6Z2E 57898 +6Z2G 57899 +6Z2I 57900 +6Z2J 57901 +6Z2R 57902 +6Z2S 57903 +6Z2T 57904 +6Z2W 57905 +6Z2Z 57906 +6Z2a 57907 +6Z2b 57908 +6Z2c 57909 +6Z2e 57910 +6Z2g 57911 +6Z2h 57912 +6Z2i 57913 +6Z2l 57914 +6Z2m 57915 +6Z2o 57916 +6Z2p 57917 +6Z2r 57918 +6Z2t 57919 +6Z2x 57920 +6Z2z 57921 +6Z20 57922 +6Z22 57923 +6Z24 57924 +6Z25 57925 +6Z26 57926 +6Z28 57927 +6Z6B 57928 +6Z6E 57929 +6Z6F 57930 +6Z6G 57931 +6Z6L 57932 +6Z6N 57933 +6Z6P 57934 +6Z6Q 57935 +6Z6R 57936 +6Z6Y 57937 +6Z6c 57938 +6Z6g 57939 +6Z6j 57940 +6Z6l 57941 +6Z6m 57942 +6Z6n 57943 +6Z6o 57944 +6Z6r 57945 +6Z6s 57946 +6Z6t 57947 +6Z60 57948 +6Z62 57949 +6Z+C 57950 +6Z+D 57951 +6Z+L 57952 +6Z+M 57953 +6Z+T 57954 +6Z+Y 57955 +6Z+c 57956 +6Z+h 57957 +6Z+m 57958 +6Z+n 57959 +6Z+p 57960 +6Z+q 57961 +6Z+r 57962 +6Z+s 57963 +6Z+t 57964 +6Z+u 57965 +6Z+y 57966 +6Z+z 57967 +6Z+1 57968 +6Z+2 57969 +6Z+7 57970 +6Z+/ 57971 +6aCB 57972 +6aCC 57973 +6aCD 57974 +6aCF 57975 +6aCG 57976 +6aCI 57977 +6aCM 57978 +6aCP 57979 +6aCQ 57980 +6aCR 57981 +6aCS 57982 +6aCT 57983 +6aCX 57984 +6aCY 57985 +6aCa 57986 +6aCg 57987 +6aCh 57988 +6aCk 57989 +6aCr 57990 +6aCs 57991 +6aCt 57992 +6aCw 57993 +6aC0 57994 +6aC3 57995 +6aC4 57996 +6aC5 57997 +6aC7 57998 +6aC8 57999 +6aC9 58000 +6aGG 58001 +6aGL 58002 +6aGM 58003 +6aGN 58004 +6aGO 58005 +6aGP 58006 +6aGS 58007 +6aGU 58008 +6aGV 58009 +6aGX 58010 +6aGY 58011 +6aGb 58012 +6aGe 58013 +6aGn 58014 +6aGr 58015 +6aGs 58016 +6aGv 58017 +6aGw 58018 +6aGx 58019 +6aGz 58020 +6aG0 58021 +6aG1 58022 +6aG2 58023 +6aG3 58024 +6aG4 58025 +6aG5 58026 +6aG6 58027 +6aG7 58028 +6aG8 58029 +6aG9 58030 +6aG+ 58031 +6aG/ 58032 +6aKA 58033 +6aKB 58034 +6aKC 58035 +6aKE 58036 +6aKF 58037 +6aKG 58038 +6aKH 58039 +6aKI 58040 +6aKJ 58041 +6aKK 58042 +6aKL 58043 +6aKM 58044 +6aKN 58045 +6aKO 58046 +6aKP 58047 +6aKQ 58048 +6aKR 58049 +6aKT 58050 +6aKU 58051 +6aKW 58052 +6aKX 58053 +6aKY 58054 +6aKZ 58055 +6aKa 58056 +6aKb 58057 +6aKc 58058 +6aKd 58059 +6aKe 58060 +6aKf 58061 +6aKg 58062 +6aKh 58063 +6aKi 58064 +6aKk 58065 +6aKm 58066 +6aKn 58067 +6aKo 58068 +6aKq 58069 +6aKv 58070 +6aKx 58071 +6aK2 58072 +6aOE 58073 +6aOG 58074 +6aOK 58075 +6aOO 58076 +6aOQ 58077 +6aOS 58078 +6aOT 58079 +6aOV 58080 +6aOW 58081 +6aOX 58082 +6aOY 58083 +6aOZ 58084 +6aOa 58085 +6aOb 58086 +6aOe 58087 +6aOf 58088 +6aOi 58089 +6aOn 58090 +6aOo 58091 +6aOp 58092 +6aOq 58093 +6aOr 58094 +6aOt 58095 +6aOv 58096 +6aOy 58097 +6aO0 58098 +6aO8 58099 +6aO9 58100 +6aO+ 58101 +6aSD 58102 +6aSF 58103 +6aSJ 58104 +6aSK 58105 +6aSM 58106 +6aSN 58107 +6aSQ 58108 +6aSR 58109 +6aSS 58110 +6aST 58111 +6aSY 58112 +6aSa 58113 +6aSd 58114 +6aSe 58115 +6aSg 58116 +6aSh 58117 +6aSo 58118 +6aSs 58119 +6aSu 58120 +6aS1 58121 +6aS4 58122 +6aWC 58123 +6aWF 58124 +6aWJ 58125 +6aWL 58126 +6aWM 58127 +6aWQ 58128 +6aWR 58129 +6aWS 58130 +6aWU 58131 +6aWV 58132 +6aWX 58133 +6aWk 58134 +6aWl 58135 +6aWn 58136 +6aWo 58137 +6aWq 58138 +6aWs 58139 +6aWt 58140 +6aWu 58141 +6aWv 58142 +6aWw 58143 +6aWx 58144 +6aWy 58145 +6aW0 58146 +6aW1 58147 +6aW2 58148 +6aW3 58149 +6aW4 58150 +6aW5 58151 +6aW6 58152 +6aW8 58153 +6aW9 58154 +6aW/ 58155 +6aaA 58156 +6aaB 58157 +6aaD 58158 +6aaE 58159 +6aaF 58160 +6aaG 58161 +6aaH 58162 +6aaI 58163 +6aaK 58164 +6aaL 58165 +6aaN 58166 +6aaP 58167 +6aaQ 58168 +6aaR 58169 +6aaS 58170 +6aaT 58171 +6aaU 58172 +6aaV 58173 +6aaW 58174 +6aaX 58175 +6aaY 58176 +6aaZ 58177 +6aal 58178 +6aao 58179 +6aas 58180 +6aat 58181 +6aau 58182 +6aaz 58183 +6aa0 58184 +6aa/ 58185 +6aeB 58186 +6aeD 58187 +6aeE 58188 +6aeF 58189 +6aeG 58190 +6aeI 58191 +6aeQ 58192 +6aeR 58193 +6aeS 58194 +6aeV 58195 +6aeY 58196 +6aeb 58197 +6aed 58198 +6aef 58199 +6aei 58200 +6aet 58201 +6aeu 58202 +6aex 58203 +6ae4 58204 +6ae7 58205 +6ae/ 58206 +6aiB 58207 +6aiO 58208 +6aiP 58209 +6aiR 58210 +6aiS 58211 +6aiT 58212 +6aiV 58213 +6aiW 58214 +6aiZ 58215 +6aig 58216 +6aio 58217 +6aiu 58218 +6aiw 58219 +6ai3 58220 +6ai+ 58221 +6amA 58222 +6amD 58223 +6amF 58224 +6amN 58225 +6amV 58226 +6amX 58227 +6ama 58228 +6amb 58229 +6amf 58230 +6ami 58231 +6aml 58232 +6amp 58233 +6amq 58234 +6amr 58235 +6ams 58236 +6amt 58237 +6amu 58238 +6amv 58239 +6amw 58240 +6amx 58241 +6amz 58242 +6am0 58243 +6am2 58244 +6am3 58245 +6am4 58246 +6am5 58247 +6am6 58248 +6am7 58249 +6am8 58250 +6am9 58251 +6am+ 58252 +6am/ 58253 +6aqA 58254 +6aqB 58255 +6aqC 58256 +6aqE 58257 +6aqF 58258 +6aqG 58259 +6aqH 58260 +6aqI 58261 +6aqK 58262 +6aqL 58263 +6aqM 58264 +6aqN 58265 +6aqO 58266 +6aqP 58267 +6aqQ 58268 +6aqR 58269 +6aqS 58270 +6aqT 58271 +6aqV 58272 +6aqW 58273 +6aqX 58274 +6aqY 58275 +6aqa 58276 +6aqb 58277 +6aqc 58278 +6aqd 58279 +6aqe 58280 +6aqf 58281 +6aqg 58282 +6aqh 58283 +6aqi 58284 +6aqk 58285 +6aql 58286 +6aqn 58287 +6aqo 58288 +6aqv 58289 +6aqw 58290 +6aq2 58291 +6aq3 58292 +6aq4 58293 +6aq6 58294 +6aq8 58295 +6auA 58296 +6auB 58297 +6auC 58298 +6auD 58299 +6auE 58300 +6auF 58301 +6auI 58302 +6auL 58303 +6auM 58304 +6auO 58305 +6auP 58306 +6auR 58307 +6auS 58308 +6auT 58309 +6auU 58310 +6auY 58311 +6auZ 58312 +6auf 58313 +6auh 58314 +6aui 58315 +6auj 58316 +6aum 58317 +6auq 58318 +6aur 58319 +6aut 58320 +6auu 58321 +6auv 58322 +6aux 58323 +6au0 58324 +6au3 58325 +6au5 58326 +6au7 58327 +6au9 58328 +6ayD 58329 +6ayE 58330 +6ayG 58331 +6ayN 58332 +6ayP 58333 +6ayQ 58334 +6ayT 58335 +6ayY 58336 +6aya 58337 +6ayf 58338 +6ayi 58339 +6ayj 58340 +6ayl 58341 +6ayn 58342 +6ayo 58343 +6ayp 58344 +6ayu 58345 +6ayv 58346 +6ayx 58347 +6ayy 58348 +6ay2 58349 +6ay7 58350 +6ay8 58351 +6a2B 58352 +6a2C 58353 +6a2D 58354 +6a2E 58355 +6a2F 58356 +6a2H 58357 +6a2I 58358 +6a2J 58359 +6a2N 58360 +6a2O 58361 +6a2P 58362 +6a2R 58363 +6a2U 58364 +6a2Y 58365 +6a2a 58366 +6a2f 58367 +6a2j 58368 +6a2m 58369 +6a2s 58370 +6a2v 58371 +6a2z 58372 +6a20 58373 +6a21 58374 +6a6A 58375 +6a6D 58376 +6a6E 58377 +6a6J 58378 +6a6K 58379 +6a6L 58380 +6a6O 58381 +6a6P 58382 +6a6Q 58383 +6a6R 58384 +6a6S 58385 +6a6T 58386 +6a6U 58387 +6a6W 58388 +6a6X 58389 +6a6f 58390 +6a6g 58391 +6a6n 58392 +6a6o 58393 +6a6q 58394 +6a6r 58395 +6a6t 58396 +6a6u 58397 +6a6x 58398 +6a6y 58399 +6a60 58400 +6a64 58401 +6a65 58402 +6a+A 58403 +6a+G 58404 +6a+H 58405 +6a+J 58406 +6a+K 58407 +6a+O 58408 +6a+P 58409 +6a+R 58410 +6a+S 58411 +6a+U 58412 +6a+W 58413 +6a+b 58414 +6a+h 58415 +6a+i 58416 +6a+j 58417 +6a+l 58418 +6a+n 58419 +6a+o 58420 +6a+q 58421 +6a+w 58422 +6a+x 58423 +6a+y 58424 +6a+z 58425 +6a+1 58426 +6a+3 58427 +6a+9 58428 +6bCE 58429 +6bCG 58430 +6bCI 58431 +6bCJ 58432 +6bCK 58433 +6bCM 58434 +6bCN 58435 +6bCQ 58436 +6bCR 58437 +6bCS 58438 +6bCT 58439 +6bCU 58440 +6bCV 58441 +6bCW 58442 +6bCY 58443 +6bCZ 58444 +6bCa 58445 +6bCh 58446 +6bCk 58447 +6bCl 58448 +6bCn 58449 +6bCt 58450 +6bCu 58451 +6bCv 58452 +6bCw 58453 +6bCy 58454 +6bC2 58455 +6bC5 58456 +6bC6 58457 +6bC7 58458 +6bC+ 58459 +6bGA 58460 +6bGF 58461 +6bGG 58462 +6bGH 58463 +6bGI 58464 +6bGP 58465 +6bGS 58466 +6bGT 58467 +6bGX 58468 +6bGY 58469 +6bGa 58470 +6bGd 58471 +6bGg 58472 +6bGn 58473 +6bGu 58474 +6bGw 58475 +6bG1 58476 +6bG2 58477 +6bG4 58478 +6bG8 58479 +6bG/ 58480 +6bKA 58481 +6bKB 58482 +6bKC 58483 +6bKF 58484 +6bKH 58485 +6bKI 58486 +6bKK 58487 +6bKL 58488 +6bKM 58489 +6bKN 58490 +6bKQ 58491 +6bKR 58492 +6bKS 58493 +6bKU 58494 +6bKW 58495 +6bKa 58496 +6bKb 58497 +6bKc 58498 +6bKe 58499 +6bKf 58500 +6bKg 58501 +6bKh 58502 +6bKi 58503 +6bKj 58504 +6bKk 58505 +6bKl 58506 +6bKm 58507 +6bKn 58508 +6bKo 58509 +6bKp 58510 +6bKr 58511 +6bKt 58512 +6bKu 58513 +6bKx 58514 +6bKy 58515 +6bKz 58516 +6bK0 58517 +6bK1 58518 +6bK2 58519 +6bK3 58520 +6bK4 58521 +6bK7 58522 +6bK8 58523 +6bK9 58524 +6bOA 58525 +6bOD 58526 +6bOE 58527 +6bOF 58528 +6bOH 58529 +6bOJ 58530 +6bOK 58531 +6bOM 58532 +6bON 58533 +6bOO 58534 +6bOP 58535 +6bOQ 58536 +6bOU 58537 +6bOV 58538 +6bOW 58539 +6bOX 58540 +6bOZ 58541 +6bOc 58542 +6bOd 58543 +6bOe 58544 +6bOf 58545 +6bOj 58546 +6bOl 58547 +6bOn 58548 +6bOp 58549 +6bOr 58550 +6bOw 58551 +6bOz 58552 +6bO0 58553 +6bO2 58554 +6bSC 58555 +6bSD 58556 +6bSG 58557 +6bSH 58558 +6bSI 58559 +6bSJ 58560 +6bSL 58561 +6bSO 58562 +6bSQ 58563 +6bSS 58564 +6bSb 58565 +6bSe 58566 +6bSf 58567 +6bSj 58568 +6bSm 58569 +6bSo 58570 +6bSr 58571 +6bSs 58572 +6bSy 58573 +6bS7 58574 +6bS+ 58575 +6bS/ 58576 +6bWA 58577 +6bWE 58578 +6bWG 58579 +6bWH 58580 +6bWQ 58581 +6bWR 58582 +6bWZ 58583 +6bWc 58584 +6bWd 58585 +6bWe 58586 +6bWf 58587 +6bWg 58588 +6bWh 58589 +6bWk 58590 +6bWr 58591 +6bWs 58592 +6bWv 58593 +6bWw 58594 +6bWy 58595 +6bW6 58596 +6bW8 58597 +6baH 58598 +6baJ 58599 +6baP 58600 +6baS 58601 +6baW 58602 +6baX 58603 +6baa 58604 +6bah 58605 +6bak 58606 +6bap 58607 +6bar 58608 +6bav 58609 +6bay 58610 +6ba0 58611 +6ba4 58612 +6ba6 58613 +6ba7 58614 +6beB 58615 +6beC 58616 +6beD 58617 +6beG 58618 +6beT 58619 +6beZ 58620 +6bea 58621 +6beg 58622 +6bem 58623 +6bet 58624 +6bev 58625 +6bey 58626 +6be4 58627 +6be5 58628 +6be6 58629 +6be9 58630 +6biC 58631 +6biZ 58632 +6bia 58633 +6bib 58634 +6bie 58635 +6bif 58636 +6big 58637 +6bih 58638 +6bii 58639 +6bij 58640 +6bil 58641 +6bim 58642 +6bio 58643 +6bip 58644 +6biq 58645 +6bir 58646 +6bis 58647 +6bit 58648 +6biu 58649 +6biv 58650 +6biw 58651 +6bix 58652 +6biz 58653 +6bi1 58654 +6bi2 58655 +6bi3 58656 +6bi4 58657 +6bi5 58658 +6bi9 58659 +6bi+ 58660 +6bi/ 58661 +6bmA 58662 +6bmB 58663 +6bmC 58664 +6bmD 58665 +6bmE 58666 +6bmF 58667 +6bmG 58668 +6bmH 58669 +6bmI 58670 +6bmJ 58671 +6bmK 58672 +6bmL 58673 +6bmM 58674 +6bmO 58675 +6bmP 58676 +6bmR 58677 +6bmV 58678 +6bmW 58679 +6bmX 58680 +6bmY 58681 +6bma 58682 +6bmc 58683 +6bme 58684 +6bmj 58685 +6bmk 58686 +6bmm 58687 +6bmn 58688 +6bmo 58689 +6bmp 58690 +6bmq 58691 +6bmr 58692 +6bms 58693 +6bmt 58694 +6bmu 58695 +6bmv 58696 +6bmw 58697 +6bmx 58698 +6bmz 58699 +6bm1 58700 +6bm4 58701 +6bm5 58702 +6bm9 58703 +6bm+ 58704 +6bm/ 58705 +6bqB 58706 +6bqC 58707 +6bqH 58708 +6bqI 58709 +6bqL 58710 +6bqS 58711 +6bqT 58712 +6bqV 58713 +6bqX 58714 +6bqd 58715 +6bqe 58716 +6bqf 58717 +6bql 58718 +6bqm 58719 +6bqp 58720 +6bqq 58721 +6bqt 58722 +6bq0 58723 +6bq1 58724 +6bq4 58725 +6bq5 58726 +6bq6 58727 +6bq7 58728 +6bq8 58729 +6bq9 58730 +6bq+ 58731 +6bq/ 58732 +6buD 58733 +6buE 58734 +6buJ 58735 +6buM 58736 +6buN 58737 +6buO 58738 +6buP 58739 +6buQ 58740 +6buR 58741 +6buS 58742 +6buU 58743 +6buY 58744 +6buZ 58745 +6bub 58746 +6buc 58747 +6bud 58748 +6bue 58749 +6buf 58750 +6bug 58751 +6buh 58752 +6bui 58753 +6bul 58754 +6bun 58755 +6buo 58756 +6bup 58757 +6buv 58758 +6bu0 58759 +6bu5 58760 +6bu7 58761 +6bu8 58762 +6bu9 58763 +6byH 58764 +6byI 58765 +6byL 58766 +6byN 58767 +6byO 58768 +6byQ 58769 +6byT 58770 +6byV 58771 +6byZ 58772 +6byg 58773 +6byh 58774 +6byi 58775 +6byp 58776 +6byq 58777 +6bys 58778 +6byv 58779 +6byx 58780 +6by5 58781 +6by7 58782 +6by+ 58783 +6b2B 58784 +6b2J 58785 +6b2K 58786 +6b2L 58787 +6b2O 58788 +6b2Q 58789 +6b2R 58790 +6b2S 58791 +6b2U 58792 +6b2f 58793 +6b2h 58794 +6b2i 58795 +6b2j 58796 +6b2m 58797 +6b2n 58798 +6b2q 58799 +6b2s 58800 +6b2y 58801 +6b23 58802 +6b2/ 58803 +6b6D 58804 +6b6E 58805 +6b6F 58806 +6b6H 58807 +6b6I 58808 +6b6J 58809 +6b6K 58810 +6b6L 58811 +6b6M 58812 +6b6N 58813 +6b6Q 58814 +6b6V 58815 +6b6Z 58816 +6b6a 58817 +6b6b 58818 +6b6c 58819 +6b6d 58820 +6b6f 58821 +6b6g 58822 +6b6i 58823 +77yB 58824 +77yI 58825 +77yJ 58826 +77yM 58827 +77yN 58828 +77ya 58829 +77yb 58830 +77yf 58831 +772Y 58832 +772Z 58833 +8KCx 58834 +8KCxgQ== 58835 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/multilingual_zh_ja_yue_char_del_v2.tiktoken b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/multilingual_zh_ja_yue_char_del_v2.tiktoken new file mode 100644 index 0000000000000000000000000000000000000000..ac47fe685d24565030965a94c0d98e00e0331eaa --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/multilingual_zh_ja_yue_char_del_v2.tiktoken @@ -0,0 +1,58836 @@ +IQ== 0 +Ig== 1 +Iw== 2 +JA== 3 +JQ== 4 +Jg== 5 +Jw== 6 +KA== 7 +KQ== 8 +Kg== 9 +Kw== 10 +LA== 11 +LQ== 12 +Lg== 13 +Lw== 14 +MA== 15 +MQ== 16 +Mg== 17 +Mw== 18 +NA== 19 +NQ== 20 +Ng== 21 +Nw== 22 +OA== 23 +OQ== 24 +Og== 25 +Ow== 26 +PA== 27 +PQ== 28 +Pg== 29 +Pw== 30 +QA== 31 +QQ== 32 +Qg== 33 +Qw== 34 +RA== 35 +RQ== 36 +Rg== 37 +Rw== 38 +SA== 39 +SQ== 40 +Sg== 41 +Sw== 42 +TA== 43 +TQ== 44 +Tg== 45 +Tw== 46 +UA== 47 +UQ== 48 +Ug== 49 +Uw== 50 +VA== 51 +VQ== 52 +Vg== 53 +Vw== 54 +WA== 55 +WQ== 56 +Wg== 57 +Ww== 58 +XA== 59 +XQ== 60 +Xg== 61 +Xw== 62 +YA== 63 +YQ== 64 +Yg== 65 +Yw== 66 +ZA== 67 +ZQ== 68 +Zg== 69 +Zw== 70 +aA== 71 +aQ== 72 +ag== 73 +aw== 74 +bA== 75 +bQ== 76 +bg== 77 +bw== 78 +cA== 79 +cQ== 80 +cg== 81 +cw== 82 +dA== 83 +dQ== 84 +dg== 85 +dw== 86 +eA== 87 +eQ== 88 +eg== 89 +ew== 90 +fA== 91 +fQ== 92 +fg== 93 +oQ== 94 +og== 95 +ow== 96 +pA== 97 +pQ== 98 +pg== 99 +pw== 100 +qA== 101 +qQ== 102 +qg== 103 +qw== 104 +rA== 105 +rg== 106 +rw== 107 +sA== 108 +sQ== 109 +sg== 110 +sw== 111 +tA== 112 +tQ== 113 +tg== 114 +tw== 115 +uA== 116 +uQ== 117 +ug== 118 +uw== 119 +vA== 120 +vQ== 121 +vg== 122 +vw== 123 +wA== 124 +wQ== 125 +wg== 126 +ww== 127 +xA== 128 +xQ== 129 +xg== 130 +xw== 131 +yA== 132 +yQ== 133 +yg== 134 +yw== 135 +zA== 136 +zQ== 137 +zg== 138 +zw== 139 +0A== 140 +0Q== 141 +0g== 142 +0w== 143 +1A== 144 +1Q== 145 +1g== 146 +1w== 147 +2A== 148 +2Q== 149 +2g== 150 +2w== 151 +3A== 152 +3Q== 153 +3g== 154 +3w== 155 +4A== 156 +4Q== 157 +4g== 158 +4w== 159 +5A== 160 +5Q== 161 +5g== 162 +5w== 163 +6A== 164 +6Q== 165 +6g== 166 +6w== 167 +7A== 168 +7Q== 169 +7g== 170 +7w== 171 +8A== 172 +8Q== 173 +8g== 174 +8w== 175 +9A== 176 +9Q== 177 +9g== 178 +9w== 179 ++A== 180 ++Q== 181 ++g== 182 ++w== 183 +/A== 184 +/Q== 185 +/g== 186 +/w== 187 +AA== 188 +AQ== 189 +Ag== 190 +Aw== 191 +BA== 192 +BQ== 193 +Bg== 194 +Bw== 195 +CA== 196 +CQ== 197 +Cg== 198 +Cw== 199 +DA== 200 +DQ== 201 +Dg== 202 +Dw== 203 +EA== 204 +EQ== 205 +Eg== 206 +Ew== 207 +FA== 208 +FQ== 209 +Fg== 210 +Fw== 211 +GA== 212 +GQ== 213 +Gg== 214 +Gw== 215 +HA== 216 +HQ== 217 +Hg== 218 +Hw== 219 +IA== 220 +fw== 221 +gA== 222 +gQ== 223 +gg== 224 +gw== 225 +hA== 226 +hQ== 227 +hg== 228 +hw== 229 +iA== 230 +iQ== 231 +ig== 232 +iw== 233 +jA== 234 +jQ== 235 +jg== 236 +jw== 237 +kA== 238 +kQ== 239 +kg== 240 +kw== 241 +lA== 242 +lQ== 243 +lg== 244 +lw== 245 +mA== 246 +mQ== 247 +mg== 248 +mw== 249 +nA== 250 +nQ== 251 +ng== 252 +nw== 253 +oA== 254 +rQ== 255 +IHQ= 256 +IGE= 257 +IHRo 258 +aW4= 259 +ZXI= 260 +IHc= 261 +IHM= 262 +b3U= 263 +IHRoZQ== 264 +cmU= 265 +b24= 266 +YXQ= 267 +ZW4= 268 +IGM= 269 +aXQ= 270 +aXM= 271 +IGI= 272 +bmQ= 273 +IGQ= 274 +IG0= 275 +IGg= 276 +IG8= 277 +aW5n 278 +ZXM= 279 +IHA= 280 +IHRv 281 +YW4= 282 +IGY= 283 +b3I= 284 +bGw= 285 +IEk= 286 +IGw= 287 +IHk= 288 +YXI= 289 +IGc= 290 +IHlvdQ== 291 +ZWQ= 292 +IGFuZA== 293 +IGlu 294 +IG9m 295 +YXM= 296 +IG4= 297 +b20= 298 +aWM= 299 +IHRoYXQ= 300 +dXM= 301 +ZXQ= 302 +dmU= 303 +YWw= 304 +b3c= 305 +bGU= 306 +IGlz 307 +IGU= 308 +IGl0 309 +b3Q= 310 +J3M= 311 +IGJl 312 +aW9u 313 +IFQ= 314 +IHdo 315 +IEE= 316 +ZW50 317 +IFM= 318 +IHJl 319 +YXk= 320 +IHdl 321 +IG9u 322 +ZXJl 323 +IGhh 324 +dXQ= 325 +YWM= 326 +aWQ= 327 +aWc= 328 +b3M= 329 +a2U= 330 +dmVy 331 +aW0= 332 +INA= 333 +IFRo 334 +YW0= 335 +YWxs 336 +IGZvcg== 337 +ZWw= 338 +Y2g= 339 +cm8= 340 +IHRoaXM= 341 +IHN0 342 +IFc= 343 +IHU= 344 +YWQ= 345 +b3V0 346 +aXI= 347 +bGQ= 348 +Y3Q= 349 +IGs= 350 +aWY= 351 +IGdv 352 +Li4= 353 +0L4= 354 +aXRo 355 +bHk= 356 +aHQ= 357 +cXU= 358 +IC0= 359 +IGRv 360 +IGo= 361 +IGhhdmU= 362 +IEI= 363 +IGFu 364 +IHdpdGg= 365 +IGFyZQ== 366 +IHI= 367 +IGRl 368 +IHNl 369 +IHNv 370 +IHY= 371 +c3Q= 372 +aWxs 373 +dXI= 374 +IGxp 375 +IE0= 376 +ZXN0 377 +b2Q= 378 +YWxseQ== 379 +J3Q= 380 +dXN0 381 +IGFz 382 +IEM= 383 +Y2U= 384 +IG1l 385 +0LA= 386 +0LU= 387 +aWw= 388 +IEg= 389 +IHdhcw== 390 +dGVy 391 +dGg= 392 +IGNhbg== 393 +YW50 394 +IGNvbQ== 395 +b3Vy 396 +aWdodA== 397 +IFk= 398 +YXRpb24= 399 +IEFuZA== 400 +b2w= 401 +IHNo 402 +0YI= 403 +b3A= 404 +c2U= 405 +IG5vdA== 406 +IFNv 407 +IG5l 408 +dW4= 409 +IGFi 410 +IGxpa2U= 411 +IGF0 412 +IEQ= 413 +aWU= 414 +IGhl 415 +IGNvbg== 416 +IGNo 417 +b3Jl 418 +IGFs 419 +IG9y 420 +IHF1 421 +IE8= 422 +b21l 423 +cmE= 424 +dWw= 425 +IE4= 426 +cHA= 427 +IHlvdXI= 428 +b3VsZA== 429 +IFA= 430 +IGZy 431 +Z2U= 432 +ZXJz 433 +J3Jl 434 +0Lg= 435 +IHRoZXk= 436 +IHdoYXQ= 437 +dXNl 438 +IGFsbA== 439 +IFRoZQ== 440 +IEw= 441 +ZXNz 442 +ZW0= 443 +IGtu 444 +IGp1c3Q= 445 +YXJ0 446 +IHBybw== 447 +dmVyeQ== 448 +dW0= 449 +IGxv 450 +IOw= 451 +IG15 452 +b2s= 453 +IGV4 454 +YWI= 455 +IHRoZXJl 456 +IGJ1dA== 457 +IGtub3c= 458 +IHN1 459 +IEc= 460 +0YE= 461 +IEU= 462 +IG1h 463 +0L7Q 464 +IGVu 465 +IGFib3V0 466 +IEl0 467 +aXN0 468 +IHdvcg== 469 +cmk= 470 +aW5k 471 +IG9uZQ== 472 +YXRl 473 +YW5k 474 +aW5r 475 +IGxl 476 +b3J0 477 +J20= 478 +IEY= 479 +aWNo 480 +0YA= 481 +aWRl 482 +IGdldA== 483 +IG91dA== 484 +Li4u 485 +IHdpbGw= 486 +44E= 487 +aXZl 488 +0L0= 489 +IGZyb20= 490 +YWlu 491 +IFdl 492 +IHVw 493 +cGU= 494 +cmVz 495 +Y2E= 496 +IFI= 497 +IGlm 498 +IHBs 499 +IGRvbg== 500 +YWNr 501 +IDE= 502 +ICI= 503 +IHRy 504 +IHVz 505 +IFdo 506 +aXR5 507 +IEo= 508 +IFlvdQ== 509 +IGhlcmU= 510 +aGVy 511 +IHNvbWU= 512 +b3Vn 513 +YWs= 514 +YXJk 515 +IGdvaW5n 516 +IHVu 517 +bWVudA== 518 +IHRoaW5r 519 +IHBl 520 +ZW5k 521 +ICg= 522 +Y2F1c2U= 523 +IHRpbQ== 524 +YXN0 525 +w6k= 526 +IG91cg== 527 +IHdhbnQ= 528 +YW1l 529 +aWVz 530 +IOs= 531 +dWQ= 532 +aW5l 533 +IHJlYWxseQ== 534 +IHRl 535 +IHNlZQ== 536 +Y2k= 537 +IGJ5 538 +c28= 539 +dXJl 540 +b3Nl 541 +IFs= 542 +YXJl 543 +IG1vcmU= 544 +YWg= 545 +b25l 546 +Y2s= 547 +b3BsZQ== 548 +0LDQ 549 +IHRoZW4= 550 +IHRoaW5n 551 +IHRoZW0= 552 +dmVu 553 +b3VuZA== 554 +b3N0 555 +b25n 556 +ZWN0 557 +IHJpZ2h0 558 +YWc= 559 +IGludA== 560 +IHBlb3BsZQ== 561 +IHdoZW4= 562 +b3Vz 563 +cGw= 564 +IHRpbWU= 565 +IGlt 566 +IHdobw== 567 +IDI= 568 +YXA= 569 +IGJlY2F1c2U= 570 +aGluZw== 571 +IG5v 572 +aWNl 573 +IGxvb2s= 574 +IGhhcw== 575 +IHdvdWxk 576 +IGhvdw== 577 +YWN0 578 +IGZl 579 +bnQ= 580 +b3VnaA== 581 +IHBy 582 +IEJ1dA== 583 +IHNheQ== 584 +0YM= 585 +IG5vdw== 586 +IG1hbg== 587 +IHZlcnk= 588 +IHdvcms= 589 +aXo= 590 +IEs= 591 +aXY= 592 +aXR0 593 +IGFy 594 +ZXA= 595 +IGNs 596 +IHdoaWNo 597 +IGNv 598 +YW5z 599 +J3Zl 600 +IHNh 601 +ZmY= 602 +J2xs 603 +IGFueQ== 604 +IGFjdA== 605 +IHll 606 +YmVy 607 +YWNo 608 +YWdl 609 +cGVy 610 +IGFsc28= 611 +ZmVy 612 +IHRoZXNl 613 +IGFk 614 +0LXQ 615 +dGhlcg== 616 +YWNl 617 +aWNr 618 +YWtl 619 +cmVhdA== 620 +aXJl 621 +dWU= 622 +IGFn 623 +IFU= 624 +dWNo 625 +aW9ucw== 626 +cnk= 627 +MDA= 628 +bmE= 629 +IGRpZA== 630 +IHF1ZQ== 631 +IGhhZA== 632 +IGV2ZXJ5 633 +IEhl 634 +IGxh 635 +IHdheQ== 636 +IHNw 637 +Ymxl 638 +IFRoaXM= 639 +YXNz 640 +IHRoZWly 641 +aXRl 642 +IG5lZWQ= 643 +IHBhcnQ= 644 +IHdlcmU= 645 +IGJhY2s= 646 +aXA= 647 +b3du 648 +b21ldA== 649 +YmU= 650 +YXNl 651 +IG1ha2U= 652 +aXJzdA== 653 +aWE= 654 +ZW5jZQ== 655 +YW5n 656 +YW5r 657 +IGdvdA== 658 +IHByZQ== 659 +IGNvbnQ= 660 +IG90aGVy 661 +cHQ= 662 +IFRoYXQ= 663 +b2c= 664 +IGdvb2Q= 665 +IGludG8= 666 +YWxr 667 +IGJlZW4= 668 +IGFt 669 +IG92ZXI= 670 +dWFsbHk= 671 +IOI= 672 +7J0= 673 +IHVuZA== 674 +aGU= 675 +d2F5 676 +IGdy 677 +0Yw= 678 +IGRpZg== 679 +IHBlcg== 680 +0Y8= 681 +IElu 682 +IHR3 683 +b25k 684 +YXJz 685 +aW50 686 +b3Jt 687 +IGxvdA== 688 +IHdoZXJl 689 +IMM= 690 +IFY= 691 +IHNvbWV0 692 +0Ls= 693 +ZW5z 694 +IGd1 695 +IGFj 696 +dWc= 697 +0Ys= 698 +xLE= 699 +IGZpcnN0 700 +cmVl 701 +IGhpcw== 702 +aXR0bGU= 703 +IGltcA== 704 +IG1v 705 +YXY= 706 +IGxpdHRsZQ== 707 +IFdoYXQ= 708 +IG11Y2g= 709 +IHo= 710 +IOo= 711 +YWJsZQ== 712 +INC/ 713 +IHBv 714 +IGNvbXA= 715 +bmU= 716 +IGRpcw== 717 +IGxldA== 718 +YW5jZQ== 719 +IGhlcg== 720 +IHRoaW5ncw== 721 +IHN0YXJ0 722 +dWx0 723 +IGFwcA== 724 +IHJlcw== 725 +IGZv 726 +IGNvdWxk 727 +IGludGVy 728 +IHRob3Nl 729 +IGRlcw== 730 +IHdlbGw= 731 +IHR3bw== 732 +IGtpbmQ= 733 +eHQ= 734 +cmVzcw== 735 +ZWx5 736 +w6Q= 737 +IGJy 738 +IHRocg== 739 +INCy 740 +IGk= 741 +aXNo 742 +IGRpZmZlcg== 743 +IHJv 744 +IFN0 745 +IHNvbWV0aGluZw== 746 +IHRha2U= 747 +IGJv 748 +eXM= 749 +IHNoZQ== 750 +IHRhbGs= 751 +bG8= 752 +0Yc= 753 +IGV2ZW4= 754 +0Lo= 755 +44A= 756 +INC9 757 +IGJ1 758 +IElm 759 +IGRvd24= 760 +IENo 761 +YWRl 762 +YXRpb25z 763 +IHVzZQ== 764 +b3Jk 765 +IG9mZg== 766 +IGFjdHVhbGx5 767 +IHNwZQ== 768 +ZHU= 769 +YXRlZA== 770 +YXRlcg== 771 +b3Nz 772 +bmluZw== 773 +w7w= 774 +IGRvZXM= 775 +INGB 776 +IG5ldw== 777 +IGJldA== 778 +dmVs 779 +Y2Vzcw== 780 +cGxl 781 +IGhhcHA= 782 +dGluZw== 783 +b25uYQ== 784 +IGVz 785 +IGRheQ== 786 +IG9ubHk= 787 +aWdu 788 +a2F5 789 +c2Vs 790 +ZW50cw== 791 +b3VudA== 792 +aWxk 793 +aWxl 794 +IHNj 795 +IGhpbQ== 796 +IGFnYWlu 797 +dmluZw== 798 +IGdvbm5h 799 +IGNvbW0= 800 +IGhlbA== 801 +b3RoZXI= 802 +IGtl 803 +aWNhbA== 804 +IDM= 805 +IGVs 806 +IHRocm91Z2g= 807 +IGNvbWU= 808 +YXJr 809 +ZGF5 810 +aWVy 811 +w7M= 812 +IHRoYW4= 813 +IFRoZXk= 814 +IG1heQ== 815 +IHNlcg== 816 +7ZU= 817 +IGNhbGw= 818 +IGRpZmZlcmVudA== 819 +IHNob3VsZA== 820 +IFRoZXJl 821 +YXJ5 822 +IE5vdw== 823 +44I= 824 +dGhpbmc= 825 +d2U= 826 +b3J5 827 +ZnRlcg== 828 +IHB1dA== 829 +b3Jz 830 +aWFs 831 +64s= 832 +IHVuZGVy 833 +IGluYw== 834 +IFll 835 +dWI= 836 +Zm9ybQ== 837 +IHZpZGU= 838 +4Lg= 839 +dmVycw== 840 +IGZlZWw= 841 +w6E= 842 +b2R5 843 +ZnQ= 844 +Zm9yZQ== 845 +IGVt 846 +Z2V0 847 +IHNhaWQ= 848 +aXRpb24= 849 +IHJlYw== 850 +aW91cw== 851 +YXRjaA== 852 +IHRyeQ== 853 +IGhlbHA= 854 +IHNob3c= 855 +0LQ= 856 +IGJpdA== 857 +dWxs 858 +0LI= 859 +0YLQvg== 860 +Z3I= 861 +IHBsYXk= 862 +aWZl 863 +YWls 864 +IFllYWg= 865 +IHF1ZXN0 866 +IG1hbnk= 867 +IHBlcnM= 868 +IGdyZWF0 869 +w60= 870 +IGVzdA== 871 +bmc= 872 +IOKZ 873 +dHk= 874 +bGE= 875 +IE9o 876 +INc= 877 +4K4= 878 +IEJl 879 +YWR5 880 +IG1vc3Q= 881 +Y3Rpb24= 882 +IE5v 883 +IGRvaW5n 884 +IGJlaW5n 885 +IHRvbw== 886 +Y2Vz 887 +IGJs 888 +LiI= 889 +IHJlbQ== 890 +aXNz 891 +b25z 892 +Pj4= 893 +cnU= 894 +d24= 895 +b250 896 +aWI= 897 +ZWxs 898 +IHNt 899 +b3Ro 900 +dWFs 901 +ID4+ 902 +IHBo 903 +bGVz 904 +b2M= 905 +ZnVs 906 +IHNlYw== 907 +aXNl 908 +IGFkZA== 909 +aWdo 910 +ZXJ0 911 +IHNhbWU= 912 +4oA= 913 +IG1lYW4= 914 +IGZpbmQ= 915 +ZWs= 916 +IGVuZA== 917 +LS0= 918 +0Lw= 919 +IHN0aWxs 920 +YXo= 921 +ICc= 922 +IG1pbg== 923 +IHllYXJz 924 +dXJu 925 +IGFyb3VuZA== 926 +c2VsZg== 927 +IHdy 928 +YnM= 929 +b3VnaHQ= 930 +IOKZqg== 931 +IGZs 932 +YW5nZQ== 933 +IGFmdGVy 934 +IHBvaW50 935 +bWVy 936 +dmVk 937 +IGxvbmc= 938 +b3k= 939 +5Lg= 940 +IGNy 941 +d2F5cw== 942 +IHN5 943 +IHRyYQ== 944 +IDIw 945 +YXZl 946 +IGNoZQ== 947 +IGVudA== 948 +IGJlZm9yZQ== 949 +cGg= 950 +IGF0dA== 951 +aWFu 952 +aWx5 953 +IHBlcnNvbg== 954 +IGJpZw== 955 +IHNjaA== 956 +IHJlYWw= 957 +IG5leHQ= 958 +IGxvdmU= 959 +IHZpZGVv 960 +IExldA== 961 +IGZpbg== 962 +IG1haw== 963 +aWJsZQ== 964 +IHRvZGF5 965 +ZXJt 966 +IEFs 967 +b3dlcg== 968 +YW5u 969 +aXg= 970 +IHBhcg== 971 +IHN0dWQ= 972 +w7Y= 973 +IGltcG9ydA== 974 +dGU= 975 +IGdpdmU= 976 +dmVz 977 +IGRpZQ== 978 +IGRlYw== 979 +IHRlbGw= 980 +INC6 981 +0YHRgg== 982 +IHdoeQ== 983 +aWNhbGx5 984 +aWN0 985 +cmVk 986 +IGJhcw== 987 +IHN1cmU= 988 +IGJlbA== 989 +YXRpbmc= 990 +IHRhaw== 991 +IHNldA== 992 +IGxpZmU= 993 +IGRpZG4= 994 +2Kc= 995 +b2I= 996 +dW5k 997 +YXRo 998 +IG9w 999 +INC+ 1000 +YWl0 1001 +IHdvcmxk 1002 +IHN1cHA= 1003 +aW8= 1004 +IGNvdXI= 1005 +INC4 1006 +d2FyZA== 1007 +0LXQvQ== 1008 +IGFsd2F5cw== 1009 +dXA= 1010 +IGhhbmQ= 1011 +IEhvdw== 1012 +Y2lhbA== 1013 +IGNvbnM= 1014 +INE= 1015 +IGluZA== 1016 +IDQ= 1017 +IEFz 1018 +IGZ1bg== 1019 +amVjdA== 1020 +IGltcG9ydGFudA== 1021 +IHN1cg== 1022 +ZXc= 1023 +YXRlcw== 1024 +IDU= 1025 +IGRp 1026 +IG1hZGU= 1027 +IGlucw== 1028 +IGFzaw== 1029 +IGV0 1030 +IG51bQ== 1031 +IGNhcg== 1032 +IE9rYXk= 1033 +IHNpbQ== 1034 +aWs= 1035 +IGxhc3Q= 1036 +IEdv 1037 +IG11cw== 1038 +IHJlbA== 1039 +dWxhcg== 1040 +tOw= 1041 +IFdlbGw= 1042 +cGVjdA== 1043 +IFRoYW5r 1044 +IHRocmVl 1045 +w6M= 1046 +44M= 1047 +IGludg== 1048 +IGdlbg== 1049 +bGlj 1050 +IGhhcHBlbg== 1051 +64o= 1052 +aWVu 1053 +ZXZlcg== 1054 +0L7Qsg== 1055 +IHN0cg== 1056 +IEFsbA== 1057 +IGluc3Q= 1058 +IOKA 1059 +IGRlZg== 1060 +IHNs 1061 +IG1pZ2h0 1062 +dW5n 1063 +IHllYXI= 1064 +IG93bg== 1065 +IGtlZXA= 1066 +Ym9keQ== 1067 +ZGVy 1068 +INGC 1069 +INC0 1070 +IGFub3RoZXI= 1071 +IG1vZA== 1072 +IGV2 1073 +IGd1eXM= 1074 +IGFibGU= 1075 +w6Nv 1076 +cXVl 1077 +aWRlbnQ= 1078 +IFllcw== 1079 +IGl0cw== 1080 +IHBsYWNl 1081 +IHByb2R1 1082 +YXJu 1083 +INC8 1084 +IHJlcA== 1085 +IGV4cGVy 1086 +IGZhbQ== 1087 +aXRpZXM= 1088 +aWZpYw== 1089 +IGhpZ2g= 1090 +aWVk 1091 +b29s 1092 +aWV3 1093 +0LXRgg== 1094 +cmVu 1095 +IGRvbmU= 1096 +IC4uLg== 1097 +64qU 1098 +c3RlbQ== 1099 +IFNl 1100 +IGJldHRlcg== 1101 +Y29tZQ== 1102 +IGRlbA== 1103 +IHR5 1104 +IHVt 1105 +IGhv 1106 +IEFu 1107 +IG1vbg== 1108 +aW5ncw== 1109 +IHNr 1110 +IG9i 1111 +Y29t 1112 +YmxlbQ== 1113 +b3Bl 1114 +c3RhbmQ= 1115 +J2Q= 1116 +bWVudHM= 1117 +IGVsZQ== 1118 +IElz 1119 +IGRh 1120 +IHJlZw== 1121 +bGVhc2U= 1122 +aWtl 1123 +YWxz 1124 +aXpl 1125 +6rA= 1126 +IGNhcmU= 1127 +IG5ldmVy 1128 +7J20 1129 +ZXNl 1130 +IG1ldA== 1131 +b2xvZw== 1132 +IFdoZW4= 1133 +dWNr 1134 +0LXRgA== 1135 +IMOp 1136 +IGRhdA== 1137 +w6c= 1138 +IGV4YW0= 1139 +aWxpdHk= 1140 +IGRldA== 1141 +Y3Jp 1142 +IHVzZWQ= 1143 +IERv 1144 +IHRyYW5z 1145 +ZWc= 1146 +dGVu 1147 +0Y4= 1148 +Y3Vz 1149 +IHNlY29uZA== 1150 +IGJlc3Q= 1151 +IGhhcmQ= 1152 +IGlkZQ== 1153 +IHByb2JsZW0= 1154 +6rM= 1155 +IFVu 1156 +0YU= 1157 +IM4= 1158 +IHdhdGNo 1159 +IFNo 1160 +YXR0ZXI= 1161 +IHByZXQ= 1162 +IGRlcg== 1163 +IGNvdXJzZQ== 1164 +xZ8= 1165 +YXRpdmU= 1166 +aWNz 1167 +IHF1ZXN0aW9u 1168 +dXRl 1169 +7Jc= 1170 +IEZvcg== 1171 +YXRoZXI= 1172 +IGNvbA== 1173 +aWVuZA== 1174 +IO0= 1175 +IFo= 1176 +IGRvZXNu 1177 +YXJjaA== 1178 +IGludGVyZXN0 1179 +IHBvbA== 1180 +IGNvcg== 1181 +aWVuY2U= 1182 +IHByZXM= 1183 +IGVhY2g= 1184 +IHN5c3RlbQ== 1185 +IGZhY3Q= 1186 +aWVs 1187 +YWJseQ== 1188 +IGVy 1189 +IHJ1bg== 1190 +IOyd 1191 +IHRvcA== 1192 +bmVy 1193 +IHRob3VnaHQ= 1194 +IGVhcw== 1195 +aWVudA== 1196 +IGNyZQ== 1197 +0Yg= 1198 +IGNvbW11bg== 1199 +eWU= 1200 +cmVhZHk= 1201 +bGxvdw== 1202 +IGV2ZXJ5dGhpbmc= 1203 +b21t 1204 +IG1lZA== 1205 +mpQ= 1206 +IGNvdW50 1207 +aXRz 1208 +IGNvbXBs 1209 +aGlw 1210 +2YQ= 1211 +b29r 1212 +IHRvZ2V0 1213 +IHRvZ2V0aGVy 1214 +YW1w 1215 +IGdhbWU= 1216 +IGFscmVhZHk= 1217 +0LDQuw== 1218 +IGNhbGxlZA== 1219 +YWxl 1220 +xYI= 1221 +IE15 1222 +IHVuZGVyc3RhbmQ= 1223 +IGRy 1224 +IG1vbQ== 1225 +aXRlZA== 1226 +0L7Quw== 1227 +IHVzaW5n 1228 +enk= 1229 +IG51bWJlcg== 1230 +44CB 1231 +Y2Vk 1232 +IGNsZQ== 1233 +0L3Qvg== 1234 +64uk 1235 +aW5jZQ== 1236 +IGxvb2tpbmc= 1237 +IHByZXR0eQ== 1238 +IHByb2I= 1239 +IFNoZQ== 1240 +IHZl 1241 +IGdldHRpbmc= 1242 +IHdlZWs= 1243 +IGVmZg== 1244 +dWZm 1245 +YWly 1246 +dWVz 1247 +ZXJu 1248 +IFE= 1249 +b3Vw 1250 +ZW50aW9u 1251 +IHNpZGU= 1252 +0L7QvA== 1253 +IGZvcm0= 1254 +IGJ1cw== 1255 +IGFzcw== 1256 +IGVk 1257 +YXNvbg== 1258 +d2Vlbg== 1259 +4oCm 1260 +IHR1cm4= 1261 +IGN1cg== 1262 +IGNvbGw= 1263 +IGRpcmU= 1264 +IEdvZA== 1265 +IDEw 1266 +IGVxdQ== 1267 +INCx 1268 +IG9wZW4= 1269 +IHN1Y2g= 1270 +aXJk 1271 +0LDQug== 1272 +IGVhcg== 1273 +xJk= 1274 +Z2Fu 1275 +IHBhcnRpYw== 1276 +IGZyaWVuZA== 1277 +IGV4cA== 1278 +IGV4dA== 1279 +IGhvbWU= 1280 +IHdhdGVy 1281 +IE9u 1282 +0YLRjA== 1283 +b3Jr 1284 +INC/0YA= 1285 +IG1vdmU= 1286 +bmVzcw== 1287 +ZW5zZQ== 1288 +aG8= 1289 +IGNoYXI= 1290 +Y28= 1291 +aW5z 1292 +IGJvdGg= 1293 +IDE5 1294 +IGdyYQ== 1295 +IGJldHdlZW4= 1296 +4bs= 1297 +IOyV 1298 +YXNo 1299 +IFJl 1300 +YWk= 1301 +YWx0aA== 1302 +dXJlcw== 1303 +ZW1iZXI= 1304 +IGF2 1305 +IHZlcg== 1306 +w6o= 1307 +b25leQ== 1308 +IHRoYW5r 1309 +IG1heWJl 1310 +dWM= 1311 +aW1l 1312 +6rOg 1313 +IGF3YXk= 1314 +IG5hbWU= 1315 +b3VzZQ== 1316 +IGFjYw== 1317 +IG11c2lj 1318 +IGNoYW5nZQ== 1319 +IHBhc3M= 1320 +Z2Vy 1321 +IGJ1aWxk 1322 +IHZhbA== 1323 +aW5lc3M= 1324 +YW55 1325 +IGZldw== 1326 +tOs= 1327 +dGE= 1328 +IGxpc3Q= 1329 +w6U= 1330 +IG9sZA== 1331 +IOye 1332 +IHNvcnQ= 1333 +IG1lbQ== 1334 +IGNh 1335 +Y2VwdA== 1336 +IGdlbmVy 1337 +IHllYWg= 1338 +IHdoaWxl 1339 +IGFueXRoaW5n 1340 +cmlj 1341 +Z3JhbQ== 1342 +IGVpbg== 1343 +Y3k= 1344 +dXJpbmc= 1345 +IERl 1346 +IHBvd2Vy 1347 +IGNvbWluZw== 1348 +IHdvcmQ= 1349 +IC0t 1350 +IGJlbGll 1351 +IGZvdW5k 1352 +dG8= 1353 +0L8= 1354 +IG1lYW5z 1355 +IGluZm9ybQ== 1356 +INg= 1357 +INGH 1358 +IHNtYWxs 1359 +MDAw 1360 +IGNhbWU= 1361 +IO2V 1362 +d2g= 1363 +IHdvcmtpbmc= 1364 +IGV4YW1wbGU= 1365 +IHBvcw== 1366 +IGRlcA== 1367 +6rI= 1368 +5Lo= 1369 +b3Rl 1370 +IGRlbQ== 1371 +7Kc= 1372 +dHM= 1373 +IHZhcg== 1374 +YXV0 1375 +IHRyaQ== 1376 +Y2hu 1377 +IGhlYWQ= 1378 +IHdob2xl 1379 +15k= 1380 +emU= 1381 +IHRyeWluZw== 1382 +IHRlbQ== 1383 +IGNvdQ== 1384 +ZXRz 1385 +IDY= 1386 +IGZpbA== 1387 +dmVsb3A= 1388 +IGNhc2U= 1389 +4K8= 1390 +IHByb2JhYmx5 1391 +IG9rYXk= 1392 +IHBsYW4= 1393 +IHNpdA== 1394 +IHNjaG9vbA== 1395 +IFRoZW4= 1396 +uOs= 1397 +bWU= 1398 +IHByb2Nlc3M= 1399 +IGZhcg== 1400 +IHJlYWQ= 1401 +IHBvc3M= 1402 +IGJyZQ== 1403 +IHNvbA== 1404 +aWNodA== 1405 +IHN1cHBvcnQ= 1406 +IFRv 1407 +ZXJ0YWlu 1408 +IHN0YXJ0ZWQ= 1409 +IGNhcA== 1410 +IGxlZnQ= 1411 +IGRhdGE= 1412 +IHRpbWVz 1413 +0LXQuw== 1414 +IHdhbnRlZA== 1415 +0LDQvQ== 1416 +IHRhbGtpbmc= 1417 +IGlzdA== 1418 +IGhhdmluZw== 1419 +dW1w 1420 +IGNvbnRpbg== 1421 +IHN1Yg== 1422 +INC3 1423 +cHI= 1424 +64uI 1425 +aW5h 1426 +xbw= 1427 +IGNyZWF0 1428 +b2Rl 1429 +15U= 1430 +5pg= 1431 +ISE= 1432 +IHRlcm0= 1433 +aXNt 1434 +0L7QtA== 1435 +IEJlY2F1c2U= 1436 +IHdlbnQ= 1437 +aWRlcg== 1438 +IHByb3Y= 1439 +IGNoaWxk 1440 +IGRlbg== 1441 +IGxpZ2h0 1442 +YnI= 1443 +s9C+ 1444 +b2g= 1445 +IGJvb2s= 1446 +INk= 1447 +dXRpb24= 1448 +IEp1c3Q= 1449 +ZW5l 1450 +IGZvdXI= 1451 +IHZpcw== 1452 +6rCA 1453 +IGhvcGU= 1454 +IG1ha2luZw== 1455 +IExl 1456 +7JU= 1457 +IG9wcA== 1458 +YXU= 1459 +IG1vbmV5 1460 +IHByb2dyYW0= 1461 +w6g= 1462 +IHN0YW5k 1463 +SU4= 1464 +IHNpZ24= 1465 +IGxlYXJu 1466 +w6A= 1467 +IERvbg== 1468 +IHRlYW0= 1469 +INC90LA= 1470 +bHVk 1471 +IHJlc3Q= 1472 +aWNlcw== 1473 +5pw= 1474 +INGA 1475 +IGF1dA== 1476 +IGxlYWQ= 1477 +YXRpb25hbA== 1478 +ZGU= 1479 +Z3k= 1480 +IG5pY2U= 1481 +IGRhcw== 1482 +IGRpc3Q= 1483 +IGh1bQ== 1484 +IE9uZQ== 1485 +5og= 1486 +IGNvbWVz 1487 +IGpv 1488 +IGNlbnQ= 1489 +IGV4cGw= 1490 +IG1hcms= 1491 +cmVlbg== 1492 +bGVk 1493 +Z2lu 1494 +7JqU 1495 +IGxldmVs 1496 +IGNvbmY= 1497 +dXNo 1498 +IGRldmVsb3A= 1499 +IHRlc3Q= 1500 +ZW5n 1501 +dmlvdXM= 1502 +YXR1cmU= 1503 +0LXQvA== 1504 +cmV0 1505 +IGpl 1506 +IHN0dWZm 1507 +IGNsYXNz 1508 +b3dz 1509 +IOq3 1510 +IHNp 1511 +IGxlcw== 1512 +cm9w 1513 +55o= 1514 +IHBvcg== 1515 +IHdhcg== 1516 +7JeQ 1517 +IGV2ZXJ5b25l 1518 +IGdl 1519 +IGNoZWNr 1520 +b3R0 1521 +IHNpbmc= 1522 +IGFydA== 1523 +IGZvbGxvdw== 1524 +IDIwMQ== 1525 +IEZy 1526 +YWlz 1527 +7JY= 1528 +zrE= 1529 +5bA= 1530 +IMOg 1531 +aW1lcw== 1532 +IHJldA== 1533 +IGNoYW5n 1534 +IHB1Yg== 1535 +IGluZg== 1536 +IHRlY2hu 1537 +YWRh 1538 +aXZlcw== 1539 +IGJlaA== 1540 +IGxvb2tz 1541 +44CC 1542 +0Lc= 1543 +IFdoeQ== 1544 +IGVub3VnaA== 1545 +IGJyYQ== 1546 +aXRjaA== 1547 +5Ls= 1548 +IGFkdg== 1549 +0LE= 1550 +IHdpdGhvdXQ= 1551 +d2Vy 1552 +bWVyaWM= 1553 +ZGVu 1554 +IGNvbXBsZXQ= 1555 +IGlkZWE= 1556 +dGVycw== 1557 +b2Nr 1558 +IGRlZmlu 1559 +IGV2ZXI= 1560 +IGds 1561 +IG9uY2U= 1562 +IGJyaW5n 1563 +IHNheWluZw== 1564 +IGFucw== 1565 +IGhlYXI= 1566 +bmVjdA== 1567 +IGxlc3M= 1568 +Z28= 1569 +cmVhbQ== 1570 +YWRv 1571 +7J4= 1572 +IG1pbmQ= 1573 +ZW50ZQ== 1574 +IGZ1bGw= 1575 +IGJhZA== 1576 +IHdvbQ== 1577 +IHNvbWVvbmU= 1578 +IGR1 1579 +IHdvbg== 1580 +IGNvbnRybw== 1581 +b3J0dW4= 1582 +IGhlYWx0aA== 1583 +IGNobw== 1584 +IEFy 1585 +IGNvbmM= 1586 +IGluZm9ybWF0aW9u 1587 +IHN0b3A= 1588 +YXR0 1589 +YXRlbHk= 1590 +5L0= 1591 +IGdyb3Vw 1592 +INGD 1593 +IHF1aXRl 1594 +IHJlc3A= 1595 +RVI= 1596 +dWdodA== 1597 +6rg= 1598 +bWFu 1599 +aXplZA== 1600 +IEJy 1601 +IHJlbWVtYmVy 1602 +IGZhbWlseQ== 1603 +IGJ1c2luZXNz 1604 +YXc= 1605 +IHNwZWM= 1606 +IGF1 1607 +IE9y 1608 +xIU= 1609 +IHNlZW4= 1610 +IGxhcg== 1611 +IDc= 1612 +Z2c= 1613 +YmVycw== 1614 +IGRyYQ== 1615 +IG1vbnRo 1616 +IHNheXM= 1617 +IGlzcw== 1618 +IGxpdmU= 1619 +IGxpbmU= 1620 +IG1vbWVudA== 1621 +IGV4Yw== 1622 +ZWxz 1623 +IHNvdW5k 1624 +IGNvb2w= 1625 +IGxvYw== 1626 +IGNlcnRhaW4= 1627 +IGRyaQ== 1628 +0L7Rgg== 1629 +YW1lcw== 1630 +IG11c3Q= 1631 +bnk= 1632 +0LjRgg== 1633 +IGtpZA== 1634 +IGluY2x1ZA== 1635 +7J2E 1636 +YXRvcg== 1637 +xJ8= 1638 +aGE= 1639 +YXJlZA== 1640 +IHNlZW0= 1641 +0Lk= 1642 +7IQ= 1643 +IGVsc2U= 1644 +IOyg 1645 +aXJs 1646 +IDg= 1647 +IHZv 1648 +IHF1ZXN0aW9ucw== 1649 +aW5lcw== 1650 +ZWU= 1651 +w7xy 1652 +IEFtZXJpYw== 1653 +IHN0b3J5 1654 +IHNlcnY= 1655 +dmVybg== 1656 +YWdlcw== 1657 +bGFuZA== 1658 +IOKAkw== 1659 +ZXJh 1660 +IENhbg== 1661 +IHBvcA== 1662 +ZXRoZXI= 1663 +IG5h 1664 +IG9yZGVy 1665 +IG1ha2Vz 1666 +IHNpbmNl 1667 +Y29u 1668 +Y3Rvcg== 1669 +IHRob3VnaA== 1670 +IHByb2R1Y3Q= 1671 +0LvQuA== 1672 +IGxlZw== 1673 +IG1lZXQ= 1674 +YWxm 1675 +0YHRjw== 1676 +dW5jaA== 1677 +aXRlcg== 1678 +b3Zl 1679 +15XX 1680 +aWV0 1681 +0LDQvA== 1682 +aXRhbA== 1683 +IHN1cGVy 1684 +bGluZw== 1685 +IHBheQ== 1686 +IHBhcmE= 1687 +IGpvYg== 1688 +IEhlcmU= 1689 +IHN3 1690 +a3M= 1691 +cHRpb24= 1692 +bWE= 1693 +IGJlbGlldmU= 1694 +rOs= 1695 +IHdhaXQ= 1696 +0L7QuQ== 1697 +IHVudA== 1698 +IHF1aWNr 1699 +aHI= 1700 +INGN 1701 +IFBybw== 1702 +IG1lbg== 1703 +4Lk= 1704 +IGRheXM= 1705 +IGdvZXM= 1706 +IHNwZWFr 1707 +IEF0 1708 +ZW1lbnQ= 1709 +IG1pc3M= 1710 +IGF3 1711 +IGRlc2lnbg== 1712 +IHByb2plY3Q= 1713 +0L7RgA== 1714 +aWo= 1715 +YW50cw== 1716 +YXRz 1717 +IENocg== 1718 +IDk= 1719 +IGN1dA== 1720 +IHJlcXU= 1721 +INC90LU= 1722 +IE5vdA== 1723 +YXN0ZXI= 1724 +IG1pbGw= 1725 +IHBhcnRpY3VsYXI= 1726 +IHBpZQ== 1727 +IHN0dWRlbnRz 1728 +IGZpdmU= 1729 +b3Vu 1730 +IE5l 1731 +IGdp 1732 +IHBhcw== 1733 +IGZyZWU= 1734 +IFNw 1735 +bGljaA== 1736 +IHByb2Y= 1737 +IGVuZw== 1738 +IHByb3Q= 1739 +IExpa2U= 1740 +b3NlZA== 1741 +IGNvbm5lY3Q= 1742 +YXBw 1743 +IOun 1744 +aXRpbmc= 1745 +IGJsbw== 1746 +IGxvcw== 1747 +aXN0cw== 1748 +IGV4cGVyaWVuY2U= 1749 +cmVudA== 1750 +IHN0YXk= 1751 +IGZvb2Q= 1752 +dG9u 1753 +cnVjdA== 1754 +IGhpc3Q= 1755 +dmlldw== 1756 +aW5pbmc= 1757 +bW9zdA== 1758 +aXZlcnM= 1759 +Ym8= 1760 +IFRy 1761 +Z2Vu 1762 +IHBsZWFzZQ== 1763 +IGNvbW11bml0eQ== 1764 +IGNl 1765 +QU4= 1766 +bm8= 1767 +IGJvZHk= 1768 +IGhvdXI= 1769 +IHZlcnM= 1770 +4bo= 1771 +Y2Vy 1772 +IOqw 1773 +IHJlYXNvbg== 1774 +IFJpZ2h0 1775 +IGxhdGVy 1776 +z4Q= 1777 +IGhvdXNl 1778 +IFg= 1779 +0L7QvQ== 1780 +IHN0YXRl 1781 +Zmlj 1782 +5aQ= 1783 +xZs= 1784 +aWVsZA== 1785 +IHByaQ== 1786 +IHBhc3Q= 1787 +IHdhbGs= 1788 +b2xvZ3k= 1789 +ZXJpbmc= 1790 +YW5uYQ== 1791 +IHRlcg== 1792 +IGhvbGQ= 1793 +IG9yZ2Fu 1794 +YmVu 1795 +zr8= 1796 +w7Nu 1797 +IGVmZmVjdA== 1798 +IHlvdXJzZWxm 1799 +IHBsdXM= 1800 +YWo= 1801 +YW5kbw== 1802 +dXJhbA== 1803 +IHJvb20= 1804 +bGVjdA== 1805 +6rKM 1806 +PyI= 1807 +c2lkZQ== 1808 +IGJlY29tZQ== 1809 +0YY= 1810 +IMI= 1811 +b29k 1812 +IGNvbnN0 1813 +IG5pZ2h0 1814 +dXRlcw== 1815 +0LY= 1816 +IGJyZWFr 1817 +IHBhaW4= 1818 +IHN0ZXA= 1819 +aXJlZA== 1820 +IG5vdGhpbmc= 1821 +IHVudGls 1822 +0ZY= 1823 +0LDQsg== 1824 +2Yo= 1825 +IGR1cmluZw== 1826 +7KeA 1827 +bGVzcw== 1828 +b2xs 1829 +0L3Riw== 1830 +zrk= 1831 +ZmVjdA== 1832 +aXZlcg== 1833 +j4Q= 1834 +aXRoZXI= 1835 +eWluZw== 1836 +IGJlZ2lu 1837 +15nX 1838 +aXZpZA== 1839 +IMOn 1840 +IHNhbA== 1841 +IHRh 1842 +IHBvdA== 1843 +ICQ= 1844 +IG1hcg== 1845 +IGNsZWFy 1846 +IGZhY2U= 1847 +IGdyb3c= 1848 +ICo= 1849 +IGluc2lkZQ== 1850 +IGZyaWVuZHM= 1851 +IGxlYXZl 1852 +ZW5u 1853 +IGVhc3k= 1854 +IGFyZWE= 1855 +YWxpdHk= 1856 +b3Vk 1857 +IGVhdA== 1858 +2YY= 1859 +IHB1cg== 1860 +b3Ju 1861 +IHNhdw== 1862 +IGFuc3dlcg== 1863 +IGZyb250 1864 +IGJlYXV0 1865 +vOs= 1866 +IG1hdHRlcg== 1867 +IHNvbg== 1868 +IE5ldw== 1869 +IHJlc3VsdA== 1870 +aWRlcw== 1871 +Y2hl 1872 +IGZ1dA== 1873 +cHM= 1874 +IGZvY3Vz 1875 +IGludGVyZXN0aW5n 1876 +5aU= 1877 +IGFw 1878 +Ii4= 1879 +IGNyZWF0ZQ== 1880 +0L7RgQ== 1881 +IHByZXNz 1882 +cm9zcw== 1883 +IHBpY2s= 1884 +bGluZQ== 1885 +IHRvb2s= 1886 +IE1heQ== 1887 +cm93 1888 +IGljaA== 1889 +mOs= 1890 +IHJlZg== 1891 +IG1vcg== 1892 +cmFjdA== 1893 +YXJlbnQ= 1894 +QVI= 1895 +IGV4YWN0 1896 +IHNwYWNl 1897 +d29yaw== 1898 +0L3QuA== 1899 +IGJpcg== 1900 +IGRldg== 1901 +0LM= 1902 +IHRvbGQ= 1903 +IHB1YmxpYw== 1904 +Y2lhbGx5 1905 +IHZpZXc= 1906 +IEhleQ== 1907 +bWVk 1908 +bGxv 1909 +Y2M= 1910 +IGZhYw== 1911 +IGNvdXBsZQ== 1912 +IGhlYXJ0 1913 +bGVy 1914 +IHJlYWR5 1915 +IGFsbW9zdA== 1916 +YXJpbmc= 1917 +IGhhbGY= 1918 +IE1l 1919 +YXZvcg== 1920 +aXF1ZQ== 1921 +IGNoYXJhYw== 1922 +IHByYWN0 1923 +T04= 1924 +YW5l 1925 +IGls 1926 +0L3QsA== 1927 +IHZp 1928 +bGlzaA== 1929 +aGVhZA== 1930 +IGxlYXN0 1931 +IGJhc2ljYWxseQ== 1932 +YXNlZA== 1933 +cmlnaHQ= 1934 +IHlldA== 1935 +IHRha2luZw== 1936 +IGNvdW50cnk= 1937 +IHdpbg== 1938 +IGlzbg== 1939 +IHBvc3NpYmxl 1940 +IGNhbQ== 1941 +IGluY3Jl 1942 +IHBhdA== 1943 +IHdhbm5h 1944 +IGNvbnNpZGVy 1945 +IGFicw== 1946 +IHdpdGhpbg== 1947 +IGh1bWFu 1948 +IHRoaW5raW5n 1949 +IG9o 1950 +oZw= 1951 +IHF1aQ== 1952 +YXNlcw== 1953 +IDA= 1954 +aXRlbHk= 1955 +IGtpbGw= 1956 +IG1pbA== 1957 +IGludmVzdA== 1958 +aXN0ZXI= 1959 +IHN1Yw== 1960 +aW9uYWw= 1961 +ZWxm 1962 +IHdoZXRoZXI= 1963 +IGNvbnRyb2w= 1964 +IGFnYWluc3Q= 1965 +b3Rz 1966 +64uI64uk 1967 +aW9y 1968 +IHByZXNlbnQ= 1969 +INin 1970 +IHdhdGNoaW5n 1971 +dWJl 1972 +ZXJ2 1973 +IG5pY2h0 1974 +IGdvdmVybg== 1975 +IFRoZXNl 1976 +IDo= 1977 +dWl0 1978 +dWdo 1979 +IHdvcmtz 1980 +b28= 1981 +IHdpcg== 1982 +IGFpcg== 1983 +IFRl 1984 +0LDQtw== 1985 +aXNpb24= 1986 +d2hlcmU= 1987 +IHRvdA== 1988 +am95 1989 +7Is= 1990 +IHZvbA== 1991 +INC1 1992 +IGNsb3Nl 1993 +IEFk 1994 +0Yk= 1995 +aW5lZA== 1996 +IHVuYQ== 1997 +IOq3uOs= 1998 +sOs= 1999 +b3JyeQ== 2000 +IGJybw== 2001 +IGZpbG0= 2002 +aWZ0 2003 +MjA= 2004 +IHR5cGU= 2005 +IGhhcHBlbmVk 2006 +IEFt 2007 +IGdpcmw= 2008 +IEFyZQ== 2009 +d2FyZHM= 2010 +IHBvdXI= 2011 +IGNvbG9y 2012 +ZWx0 2013 +0LDRgQ== 2014 +IHNlbnNl 2015 +bGV4 2016 +IFdpdGg= 2017 +dXNz 2018 +cmli 2019 +IHJlc2U= 2020 +IG5vcm0= 2021 +IGZ1dHVyZQ== 2022 +IGRlYWw= 2023 +ZW5kaW5n 2024 +ZXk= 2025 +IHg= 2026 +ZXJv 2027 +IENs 2028 +dWs= 2029 +IHdoYXRldmVy 2030 +c2VsdmVz 2031 +IHlvdW5n 2032 +7Io= 2033 +IE1hcg== 2034 +IENocmlzdA== 2035 +IGd1ZXNz 2036 +IHBlcmZvcm0= 2037 +IGVuZXI= 2038 +cm9u 2039 +IGhpdA== 2040 +IHdvbmQ= 2041 +IGRpcmVjdA== 2042 +IEV2ZXJ5 2043 +IG9mdGVu 2044 +IGZh 2045 +IGFsb25n 2046 +IGNsaWNr 2047 +IExvb2s= 2048 +IHNpdHU= 2049 +IGhhcHB5 2050 +ZWFk 2051 +IGFnbw== 2052 +IGVuYw== 2053 +IG15c2VsZg== 2054 +IGNvdmVy 2055 +0L7QsQ== 2056 +IG1pZA== 2057 +IGNvc3Q= 2058 +IHRlbg== 2059 +IFNjaA== 2060 +IGV4cGVjdA== 2061 +IHdhc24= 2062 +IHN0cm9uZw== 2063 +aWZ1bA== 2064 +IG9wcG9ydHVu 2065 +aW5hbA== 2066 +eWxl 2067 +IHNoYXJl 2068 +IHRydWU= 2069 +IGFwcHJv 2070 +IGNoYWxs 2071 +IG1pbnV0ZXM= 2072 +IGNoYW5u 2073 +IOuC 2074 +zrU= 2075 +bGk= 2076 +IG1lc3M= 2077 +b3JpZXM= 2078 +cGVjaWFsbHk= 2079 +IHdyb25n 2080 +IHllcw== 2081 +IOyX 2082 +aXJvbg== 2083 +IGFsbG93 2084 +IHN1YnM= 2085 +IGZvcmU= 2086 +IGZpZ2h0 2087 +IHNvY2lhbA== 2088 +IGNyYQ== 2089 +YW5h 2090 +IGFmZg== 2091 +IGVzcw== 2092 +IHdheXM= 2093 +IHNob3J0 2094 +IGZhbGw= 2095 +IGxhdw== 2096 +IFdobw== 2097 +IGVuam95 2098 +IGNhbA== 2099 +IGFjY2Vzcw== 2100 +ZmU= 2101 +IG5vbg== 2102 +IGFjcm9zcw== 2103 +ZXJ5 2104 +dmlvdXNseQ== 2105 +IEV4 2106 +aWRlZA== 2107 +IGxpbms= 2108 +IFBy 2109 +IHRlcm1z 2110 +YWNlcw== 2111 +IGxhbmQ= 2112 +YXppbmc= 2113 +IDE1 2114 +IG11bHQ= 2115 +IHNwZWNpYWw= 2116 +5YA= 2117 +aXZpbmc= 2118 +7J2A 2119 +IHR5cA== 2120 +IHN0ZQ== 2121 +IMQ= 2122 +IGZvcndhcmQ= 2123 +5Y8= 2124 +IGZyZQ== 2125 +IHJlc2VhcmNo 2126 +4K+N 2127 +0LDRgg== 2128 +IG1haW4= 2129 +IHJlY29yZA== 2130 +IGh1 2131 +IGRlZmluaXRlbHk= 2132 +IGVpdGhlcg== 2133 +IGxpc3Rlbg== 2134 +IGtleQ== 2135 +IG1hcmtldA== 2136 +INGH0YLQvg== 2137 +aXphdGlvbg== 2138 +IHZpZGVvcw== 2139 +IGd1eQ== 2140 +IGZpZw== 2141 +IHN0cmE= 2142 +IFBs 2143 +dWxseQ== 2144 +YW1vcw== 2145 +IG1lbnRpb24= 2146 +IHNvbmc= 2147 +IGludGVybg== 2148 +cmFs 2149 +dXJz 2150 +IGhvbg== 2151 +IHZhbHVl 2152 +IGJhcg== 2153 +Y2xl 2154 +0L7Qtg== 2155 +xIc= 2156 +nOs= 2157 +IHp1 2158 +0LjQvA== 2159 +IHNpbmdsZQ== 2160 +IGF1Y2g= 2161 +Y3Vzcw== 2162 +IGdldHM= 2163 +IHNvbWV0aW1lcw== 2164 +5b4= 2165 +YW1i 2166 +bW0= 2167 +Y2luZw== 2168 +IHBlcmZlY3Q= 2169 +IEJs 2170 +b3V0aA== 2171 +7KA= 2172 +IHNjaQ== 2173 +cGFy 2174 +IHJlZA== 2175 +IHBvc3Q= 2176 +IG1vdA== 2177 +IGVsZWN0 2178 +IEV1 2179 +aXRpdmU= 2180 +IFNvbWU= 2181 +IGRlc2NyaQ== 2182 +IGN1cnJlbnQ= 2183 +w6lz 2184 +IHRyZQ== 2185 +IEVu 2186 +IG1pdA== 2187 +RU4= 2188 +iOs= 2189 +aXVt 2190 +IGhlYXJk 2191 +IHNpbXBsZQ== 2192 +bGFy 2193 +IGV2ZXJ5Ym9keQ== 2194 +aWxhcg== 2195 +IG5lZWRz 2196 +IGRpZmZpYw== 2197 +IEdvb2Q= 2198 +dW1lbnQ= 2199 +Y2VudA== 2200 +IG9wZXI= 2201 +0LDRgtGM 2202 +ZXR5 2203 +IGJsYWNr 2204 +IGdpdmVu 2205 +b25lcw== 2206 +IHdlbA== 2207 +6YA= 2208 +IOyVhA== 2209 +IDMw 2210 +QVQ= 2211 +IHN0YXQ= 2212 +b3VjaA== 2213 +IE1y 2214 +0LDRgA== 2215 +IHNobw== 2216 +IGNvbmQ= 2217 +15Q= 2218 +bXk= 2219 +IGNoaWxkcmVu 2220 +IGV1 2221 +0LXQtA== 2222 +7JWE 2223 +dGVybg== 2224 +IHVo 2225 +IGhhcg== 2226 +IHByb20= 2227 +IHB1bGw= 2228 +cmV3 2229 +IGNvbXBhbnk= 2230 +IGJlYXV0aWZ1bA== 2231 +dXN0b20= 2232 +7ZWY 2233 +0LrQuA== 2234 +IHN0cmU= 2235 +IGFtYXppbmc= 2236 +cmllcw== 2237 +IHN1Y2Nlc3M= 2238 +IG1hY2g= 2239 +bm90 2240 +IGRpc2N1c3M= 2241 +IG5hdA== 2242 +pqw= 2243 +IHVuZQ== 2244 +IGRpZmZpY3VsdA== 2245 +IHJpcw== 2246 +zr0= 2247 +IGNhbXA= 2248 +IGJ1eQ== 2249 +IG1hZw== 2250 +cG8= 2251 +IFlvdXI= 2252 +IGJlaGluZA== 2253 +aWNh 2254 +xLFu 2255 +IE9L 2256 +IGxhbmc= 2257 +IHdvbWVu 2258 +IGVudg== 2259 +IHJlY2U= 2260 +IGNoYW5uZWw= 2261 +aWFsbHk= 2262 +dWxl 2263 +IDEy 2264 +dGhlcnM= 2265 +IGJvdHQ= 2266 +IHJlcG9ydA== 2267 +ZW50bHk= 2268 +ZnVsbHk= 2269 +VGhl 2270 +IHNlbnQ= 2271 +IGV2ZW50 2272 +IGVuZXJneQ== 2273 +bHQ= 2274 +IHdvcmRz 2275 +YXJy 2276 +ZGxl 2277 +IGFoZWFk 2278 +YXJkcw== 2279 +2LE= 2280 +IHRvb2w= 2281 +Y29ub20= 2282 +0LXRgQ== 2283 +IGV4YWN0bHk= 2284 +IGZhdm9y 2285 +IGxvdw== 2286 +IHByb3Blcg== 2287 +IOyeiA== 2288 +ICE= 2289 +IHJlbGF0aW9ucw== 2290 +IG1hcw== 2291 +IGtpZHM= 2292 +IGVudGlyZQ== 2293 +dWRl 2294 +2YU= 2295 +IFdoZXJl 2296 +IG9uZXM= 2297 +IGNpdHk= 2298 +b2x1dA== 2299 +IHNpeA== 2300 +YWJpbGl0eQ== 2301 +w7Zy 2302 +aWxp 2303 +IEVz 2304 +IGhhcHBlbnM= 2305 +YWlucw== 2306 +IG1vZGVs 2307 +IHBpY3Q= 2308 +IGVzcGVjaWFsbHk= 2309 +IDEwMA== 2310 +a3Q= 2311 +IHNvb24= 2312 +Ynk= 2313 +cm9kdQ== 2314 +IGFubg== 2315 +IHN1YnNjcmk= 2316 +IFF1 2317 +IGF2YWls 2318 +aW1lbnQ= 2319 +IHZvYw== 2320 +a2E= 2321 +IDIwMA== 2322 +YXBlcg== 2323 +IEluZA== 2324 +IOyn 2325 +aG9y 2326 +jbA= 2327 +am9y 2328 +0LjQuw== 2329 +IHNxdQ== 2330 +QVU= 2331 +YXJuaW5n 2332 +INCz 2333 +SVM= 2334 +INC7 2335 +0LXQuQ== 2336 +eWVz 2337 +5YU= 2338 +INCS 2339 +IG9yaWc= 2340 +0L7Qs9C+ 2341 +IGFza2Vk 2342 +aWx0 2343 +0L7Qsw== 2344 +IGNvbnRpbnVl 2345 +IOyY 2346 +cmFt 2347 +IG90aGVycw== 2348 +RVM= 2349 +b2hu 2350 +IGxheQ== 2351 +IGJhc2Vk 2352 +IHB1 2353 +IGFwcGU= 2354 +IGxpbQ== 2355 +IHByb3A= 2356 +gOs= 2357 +bWlu 2358 +IGhvdA== 2359 +IExh 2360 +IGZhc3Q= 2361 +IHByb3RlY3Q= 2362 +IGFtb3VudA== 2363 +IGFxdQ== 2364 +IGZ1bmQ= 2365 +IGN1c3RvbQ== 2366 +IGN1bHQ= 2367 +IGhhbmRz 2368 +IGhhdmVu 2369 +IGF1ZA== 2370 +IG91dHNpZGU= 2371 +IEFmdGVy 2372 +YXBz 2373 +IGFuaW0= 2374 +cGxveQ== 2375 +IGhhdA== 2376 +IEZpcnN0 2377 +IHRyZWF0 2378 +IGVw 2379 +IG1hdGVy 2380 +IGJ1aWxkaW5n 2381 +IOuw 2382 +5ZA= 2383 +7ISc 2384 +emE= 2385 +dWdodGVy 2386 +IFBl 2387 +bmV5 2388 +ZXRlcg== 2389 +YXRpYw== 2390 +IGVkdWM= 2391 +6riw 2392 +IG1vdg== 2393 +k6Q= 2394 +YW1h 2395 +cmF0aW9u 2396 +IHNu 2397 +2Yg= 2398 +IHN1bQ== 2399 +IHBob3Q= 2400 +INCd 2401 +IC4= 2402 +IGZpbmlzaA== 2403 +aXR0aW5n 2404 +5a4= 2405 +IGxhcmdl 2406 +IOyW 2407 +IHdoaXRl 2408 +YXJh 2409 +IG1haXM= 2410 +IEhp 2411 +IGRhbQ== 2412 +INin2YQ= 2413 +IGJveA== 2414 +IEhlbGxv 2415 +IHNsZQ== 2416 +IG9wdA== 2417 +cmllZA== 2418 +pbw= 2419 +IGFjdGl2 2420 +IG7Do28= 2421 +IENvbQ== 2422 +IHBsYXlpbmc= 2423 +VGg= 2424 +IGF2YWlsYWJsZQ== 2425 +IHBvcnQ= 2426 +5Yg= 2427 +IEFo 2428 +IGxhcw== 2429 +IGVhcmx5 2430 +IHdvbmRlcg== 2431 +sbA= 2432 +IDE4 2433 +Y3Vs 2434 +IGZ1bmN0aW9u 2435 +IG1vcm5pbmc= 2436 +bGxl 2437 +aWVudHM= 2438 +dXg= 2439 +IGNpcg== 2440 +aXRpb25z 2441 +IGRlZXA= 2442 +IHBvbGl0 2443 +eW9y 2444 +bXA= 2445 +YWtpbmc= 2446 +jOs= 2447 +IE1hbg== 2448 +IG1pbGxpb24= 2449 +IC8= 2450 +IGluZGl2aWQ= 2451 +IHBhbg== 2452 +IGdvdmVybm1lbnQ= 2453 +IHdyaXRl 2454 +IFRvZA== 2455 +YW1lbnQ= 2456 +IM8= 2457 +IHdpbmQ= 2458 +IEVuZw== 2459 +Y2hlbg== 2460 +V2g= 2461 +7Jw= 2462 +IGlkZW50 2463 +dmVudA== 2464 +dXJjaA== 2465 +IGh5 2466 +IHlh 2467 +IHRyYWQ= 2468 +IHJlbGF0aW9uc2hpcA== 2469 +w7o= 2470 +IGRvdQ== 2471 +T1I= 2472 +IHN3ZQ== 2473 +IG5lZw== 2474 +aW5hdGlvbg== 2475 +IHRleHQ= 2476 +aXBw 2477 +IGZpbmU= 2478 +w6Fz 2479 +IERy 2480 +IENvbWU= 2481 +IG1vbnRocw== 2482 +LCI= 2483 +0LXQvdC4 2484 +IGhvdXJz 2485 +IHBvZA== 2486 +aXJ0 2487 +IGludm9s 2488 +IGNvbGxlY3Q= 2489 +IGF1Zg== 2490 +IHBh 2491 +IGhpc3Rvcnk= 2492 +bWI= 2493 +aWZ5 2494 +ID8= 2495 +IGJlbG93 2496 +YXN1cmU= 2497 +YWJ5 2498 +IGxhbmd1 2499 +IGFudA== 2500 +IGNvbWI= 2501 +YXRv 2502 +IGV4aXN0 2503 +IOuL 2504 +IHRha2Vz 2505 +IGNoYXJhY3Rlcg== 2506 +YWZm 2507 +IGZpZWxk 2508 +IGVjb25vbQ== 2509 +aWVm 2510 +IHBpZWNl 2511 +5Zw= 2512 +IHJlYWNo 2513 +IOqy 2514 +b255 2515 +IG1hdGVyaWFs 2516 +IGRpZw== 2517 +IHBoeXM= 2518 +IGltcHJv 2519 +IHNpbWlsYXI= 2520 +SUM= 2521 +IG5ldA== 2522 +eW4= 2523 +IHBvc2l0aW9u 2524 +w58= 2525 +IGJlbmU= 2526 +cmVhZA== 2527 +IGxlYXJuaW5n 2528 +dW1l 2529 +IGNsZWFu 2530 +0YLQvtGA 2531 +IGNvb2s= 2532 +IHNlZW1z 2533 +IG9s 2534 +IFVT 2535 +IEplcw== 2536 +IOCu 2537 +ZW50aWFs 2538 +aXZlcnNpdHk= 2539 +YWN5 2540 +INGP 2541 +b2x1dGVseQ== 2542 +cmVjdA== 2543 +IFBsZWFzZQ== 2544 +IHJlcHJlcw== 2545 +IHRvdWNo 2546 +bWVu 2547 +INCw 2548 +acOzbg== 2549 +IFRoYW5rcw== 2550 +IGFuZw== 2551 +IG1ham9y 2552 +IGl0c2VsZg== 2553 +aWxscw== 2554 +Iiw= 2555 +aWFucw== 2556 +IHNjcmVlbg== 2557 +IGhvcg== 2558 +IGtub3du 2559 +IGVudmlyb24= 2560 +IGZpbmFs 2561 +IGZpZ3VyZQ== 2562 +IFR3 2563 +IGV5ZXM= 2564 +IGltYWc= 2565 +IHNlZWluZw== 2566 +IGhhaXI= 2567 +cmVt 2568 +IGFwcGxpYw== 2569 +ZW5kcw== 2570 +cHV0 2571 +IG5ld3M= 2572 +IGNvbXBsZXRlbHk= 2573 +dWdocw== 2574 +IGtuZXc= 2575 +aWZpZWQ= 2576 +IEpl 2577 +IERpZA== 2578 +IHNpdHVhdGlvbg== 2579 +IGZsbw== 2580 +bXM= 2581 +IHBob25l 2582 +IGJhbGw= 2583 +ZG8= 2584 +IHBhcmVudA== 2585 +IHNvcnJ5 2586 +dXJ5 2587 +0LjQvQ== 2588 +aXBz 2589 +0LDQtA== 2590 +IGluc3RlYWQ= 2591 +IGh1Z2U= 2592 +IHR1 2593 +IOOB 2594 +IEdy 2595 +IGRldGFpbA== 2596 +INCf 2597 +IGluZGl2aWR1YWw= 2598 +IGZpcmU= 2599 +IGNsb3M= 2600 +IHdlcg== 2601 +dW5l 2602 +IHJ1bm5pbmc= 2603 +IGNvbnZlcnM= 2604 +IHJlY29tbQ== 2605 +IGNvbW8= 2606 +IHNvbWVib2R5 2607 +IEpvaG4= 2608 +IOydtA== 2609 +IE91cg== 2610 +cGxlcw== 2611 +IFBo 2612 +IGFuYWw= 2613 +IDUw 2614 +IG9mZmVy 2615 +IDw= 2616 +aXRpb25hbA== 2617 +Z2VzdA== 2618 +IHZvdXM= 2619 +bGV0 2620 +aWN5 2621 +IGZlZWxpbmc= 2622 +TEU= 2623 +cm9z 2624 +IHRoaXJk 2625 +0L7Qug== 2626 +IHNlcmllcw== 2627 +IEFueQ== 2628 +aXNlZA== 2629 +b2xk 2630 +IGRyYXc= 2631 +IHNlcnZpY2U= 2632 +IGNhbm5vdA== 2633 +YmFs 2634 +IGxpdmluZw== 2635 +xLFt 2636 +IGRpZmZlcmVuY2U= 2637 +IG9wcG9ydHVuaXR5 2638 +IG5lYXI= 2639 +b3J0aA== 2640 +a2Vu 2641 +IGxvY2Fs 2642 +2Ko= 2643 +IENvbg== 2644 +IG9iamVjdA== 2645 +IGRhc3M= 2646 +kNc= 2647 +IHF1aWNrbHk= 2648 +cmFwaA== 2649 +IGlzc3Vlcw== 2650 +IEFtZXJpY2Fu 2651 +IHByZXA= 2652 +ZW5jZXM= 2653 +IHByb2Zlc3M= 2654 +bGxpbmc= 2655 +b2Y= 2656 +IGZvb3Q= 2657 +YnJl 2658 +IHVzdWFsbHk= 2659 +IGdlbmVyYWw= 2660 +ZGE= 2661 +YW5jZXM= 2662 +IGRlc3Q= 2663 +IG9jYw== 2664 +IG1lbWJlcnM= 2665 +IGRhbnM= 2666 +IGVxdWFs 2667 +enQ= 2668 +IGJlY29t 2669 +IG1vdmluZw== 2670 +IHNwZWNpZmlj 2671 +w61h 2672 +IGZ1cg== 2673 +IG5lY2Vzcw== 2674 +IGNvbW1vbg== 2675 +IGF0dGFjaw== 2676 +INGN0YLQvg== 2677 +IFRvZGF5 2678 +IHVucw== 2679 +IEd1 2680 +aW9k 2681 +IGFjY291bnQ= 2682 +IGdyYW5k 2683 +IHNlbGY= 2684 +IEVs 2685 +IHRhc3Q= 2686 +IGNvbnRlbnQ= 2687 +IGN1 2688 +hOs= 2689 +IE1heWJl 2690 +IEplc3Vz 2691 +b3Jlcw== 2692 +cG9ydA== 2693 +qbQ= 2694 +IGdpdmVz 2695 +IG5vcm1hbA== 2696 +0YDRgw== 2697 +IGltcGFjdA== 2698 +w6Ry 2699 +IGRpZXM= 2700 +IGxhYg== 2701 +c2g= 2702 +aW9z 2703 +IFByZXM= 2704 +IFVuZA== 2705 +IE9m 2706 +IGZpbmFsbHk= 2707 +IGRvbGw= 2708 +IHZvY8Oq 2709 +cGx5 2710 +IEFn 2711 +IHRha2Vu 2712 +IGdyb3VuZA== 2713 +Zm9ydA== 2714 +IGdhdmU= 2715 +IEluc3Q= 2716 +IGxvc3Q= 2717 +IHdvcmtlZA== 2718 +IGxpdGVy 2719 +IGlzc3Vl 2720 +IGluZHVzdA== 2721 +IHJldHVybg== 2722 +IGhhcHBlbmluZw== 2723 +IHdhbnRz 2724 +0LjQsg== 2725 +IHByb2JsZW1z 2726 +IENhcg== 2727 +nbw= 2728 +IEFsc28= 2729 +IHNpemU= 2730 +IG9idmlvdXNseQ== 2731 +IFN1 2732 +IFNj 2733 +IHJlY29tbWVuZA== 2734 +b3VyY2Vz 2735 +YXN0aWM= 2736 +Li4uLg== 2737 +IG1p 2738 +bGllcg== 2739 +IEV2ZW4= 2740 +Y2lh 2741 +IGh1cg== 2742 +dmE= 2743 +IG1hc3M= 2744 +IHdvdWxkbg== 2745 +dW50 2746 +Y2tz 2747 +IGZlbHQ= 2748 +b3Nw 2749 +bGlnaHQ= 2750 +0L7Qu9GM 2751 +bmll 2752 +IGJvdHRvbQ== 2753 +INCx0Ys= 2754 +b3JlZA== 2755 +aXNvbg== 2756 +IGdyYWQ= 2757 +IHVtYQ== 2758 +IHZh 2759 +IOyC 2760 +cmVzc2lvbg== 2761 +dWxhdGlvbg== 2762 +SUQ= 2763 +aWRlbmNl 2764 +IGJ1cg== 2765 +IGdvbmU= 2766 +bHU= 2767 +7Ja07A== 2768 +IHJlZHU= 2769 +IGph 2770 +7J2Y 2771 +aXRh 2772 +IHNvZnQ= 2773 +IMOnYQ== 2774 +aWNv 2775 +ZXJhbA== 2776 +w7E= 2777 +YWY= 2778 +IHBvaW50cw== 2779 +Z3U= 2780 +IGTDqQ== 2781 +YXB0 2782 +YXg= 2783 +IEFscmlnaHQ= 2784 +IGNhbWVyYQ== 2785 +IGFjaA== 2786 +INC/0L4= 2787 +IHNldmVy 2788 +NTA= 2789 +IHNpZQ== 2790 +z4E= 2791 +IG1hbA== 2792 +IGNvbXB1dA== 2793 +IG1pZGRsZQ== 2794 +IGNvdWxkbg== 2795 +bWluZw== 2796 +IOyL 2797 +IEhpcw== 2798 +IGdhbWVz 2799 +IGludHJvZHU= 2800 +IGNlbGw= 2801 +cG9y 2802 +IHNsZWVw 2803 +IOuz 2804 +aWRpbmc= 2805 +IG91 2806 +IGRlZw== 2807 +IGRyaW5r 2808 +IGVudmlyb25tZW50 2809 +IFVuaXRlZA== 2810 +IHRhbGtlZA== 2811 +IGNob29zZQ== 2812 +IGpvdXI= 2813 +ZWdl 2814 +IE1pbg== 2815 +IGludGU= 2816 +IHJhdGhlcg== 2817 +IG9mZmlj 2818 +0LrQsA== 2819 +YWNoaW5n 2820 +IG1lbnRpb25lZA== 2821 +IGZpbGw= 2822 +IHRyYWNr 2823 +IG5pZQ== 2824 +IHV0 2825 +INCy0Ys= 2826 +aWJpbGl0eQ== 2827 +IHZhYw== 2828 +IHJhZA== 2829 +IHBhY2s= 2830 +IHNlbmQ= 2831 +IERhcw== 2832 +IEFi 2833 +IGVuZ2luZQ== 2834 +IGNvbXBldA== 2835 +w7Q= 2836 +INCy0YE= 2837 +IGRvb3I= 2838 +IGxvbmdlcg== 2839 +IGxhbmd1YWdl 2840 +IGV4dHJh 2841 +cGxheQ== 2842 +IHdlYnM= 2843 +dW1i 2844 +cm9vbQ== 2845 +55w= 2846 +IGJlZ2lubmluZw== 2847 +IHJlZmVy 2848 +QU0= 2849 +bmVu 2850 +aWdoZXI= 2851 +ZmFjZQ== 2852 +ZXJj 2853 +IGZvcmdldA== 2854 +IGNvbW1lbnQ= 2855 +0LXQug== 2856 +0LvRjw== 2857 +cm9y 2858 +xbxl 2859 +IEdl 2860 +IGRhcms= 2861 +IGFueW9uZQ== 2862 +YW50ZQ== 2863 +Z2Vz 2864 +7Iq1 2865 +0ZE= 2866 +YmVk 2867 +amU= 2868 +cnVjdHVyZQ== 2869 +IHByaW0= 2870 +aWRh 2871 +6KY= 2872 +IG1peA== 2873 +IHN0YXJ0aW5n 2874 +IOydtOs= 2875 +IHByb3ZpZGU= 2876 +YWN0aW9u 2877 +IG1vdGhlcg== 2878 +IHBlcmlvZA== 2879 +IHN0aWNr 2880 +IFlvdVQ= 2881 +IHRlY2hub2xvZ3k= 2882 +6rk= 2883 +IGJlZA== 2884 +IGdpdmluZw== 2885 +IGV4cGxhaW4= 2886 +emVu 2887 +aW1hdGU= 2888 +IHJlcHJlc2VudA== 2889 +bG9hZA== 2890 +IEhvd2V2ZXI= 2891 +IGxpdmVz 2892 +dXRo 2893 +aXJpdA== 2894 +b2du 2895 +IGxpaw== 2896 +IHJlc3BvbnM= 2897 +IHByaXY= 2898 +IHRvbQ== 2899 +w6fDo28= 2900 +aWFt 2901 +IGV4Y2l0ZWQ= 2902 +IGNhcmQ= 2903 +Z3JvdW5k 2904 +INeU 2905 +IHNlbnM= 2906 +IHRlYWNo 2907 +aWRv 2908 +aG9k 2909 +IGVwaXM= 2910 +IHdlbGNvbWU= 2911 +IHdhbGw= 2912 +5Lk= 2913 +IGNoYW5jZQ== 2914 +aGVu 2915 +INCh 2916 +IMSR 2917 +IHNpbXBseQ== 2918 +INGC0LDQug== 2919 +cmluZw== 2920 +amE= 2921 +Ym9vaw== 2922 +IHNldmVyYWw= 2923 +c3Rl 2924 +IGNyZWF0ZWQ= 2925 +INC+0YI= 2926 +IHB1c2g= 2927 +PT0= 2928 +IGhpZ2hlcg== 2929 +dWY= 2930 +b3VyY2U= 2931 +b2tl 2932 +IG9ubGluZQ== 2933 +IHJlbGU= 2934 +IHRvbg== 2935 +ZW5zaXZl 2936 +IGZhdm9yaXRl 2937 +0YPQtA== 2938 +IGxvb2tlZA== 2939 +IHZvbg== 2940 +4oCU 2941 +IGbDvHI= 2942 +IGJ1dHRvbg== 2943 +IGJpbGw= 2944 +IGNoYW5nZXM= 2945 +ISI= 2946 +IHNsb3c= 2947 +YWJsZXM= 2948 +IGRlYXRo 2949 +YW5kcw== 2950 +YXRlZw== 2951 +IHRoZW1zZWx2ZXM= 2952 +IGNvcA== 2953 +IHBlcnNvbmFs 2954 +dWdoaW5n 2955 +IDEx 2956 +Z2Fy 2957 +YWRlcw== 2958 +IG5lZWRlZA== 2959 +IHN0dWR5 2960 +YWdlZA== 2961 +0YHRgtCy 2962 +aW5v 2963 +IGRpc2M= 2964 +a2k= 2965 +IGFkZHJlc3M= 2966 +16g= 2967 +aXR0ZW4= 2968 +ZXNvbWU= 2969 +INC2 2970 +pOs= 2971 +dXJh 2972 +IG11 2973 +IGNvbnRpbnU= 2974 +Zm9y 2975 +IG1hdGNo 2976 +IHN0cmFpZ2h0 2977 +kOs= 2978 +bmVycw== 2979 +IGRvZw== 2980 +IGRlYg== 2981 +IENP 2982 +IG9z 2983 +Z2Vk 2984 +Y2FtZQ== 2985 +IGNvcnJlY3Q= 2986 +ZXR0ZQ== 2987 +IFNlZQ== 2988 +IGluY2x1ZGluZw== 2989 +IEV1cm8= 2990 +ZXN0ZXI= 2991 +IGp1bXA= 2992 +IFdoaWNo 2993 +INC60LDQug== 2994 +c29u 2995 +eWE= 2996 +SU5H 2997 +IGVpbmU= 2998 +b3No 2999 +ZW5jeQ== 3000 +IG1lZGlh 3001 +IHN1YnNjcmliZQ== 3002 +6YI= 3003 +IHByaW4= 3004 +IGhhYg== 3005 +IFBlcg== 3006 +IFdhcw== 3007 +IHBhZ2U= 3008 +aXRvcg== 3009 +IHRvd2FyZHM= 3010 +IHRyaWVk 3011 +ZW5nZQ== 3012 +YXJ0bWVudA== 3013 +IHZhcmk= 3014 +IHBhcGVy 3015 +IHBpY3R1cmU= 3016 +IHZlcnNpb24= 3017 +IGJyb3VnaHQ= 3018 +d2FyZQ== 3019 +IFN0YXRlcw== 3020 +IHNpY2g= 3021 +bGVkZ2U= 3022 +IHBlcmNlbnQ= 3023 +IGdvZA== 3024 +ZWM= 3025 +IENvbW0= 3026 +IGRlY2lkZWQ= 3027 +IHNlbGVjdA== 3028 +7ZWc 3029 +KS4= 3030 +dXJpdHk= 3031 +IGZ1cnRoZXI= 3032 +IGNvbW1lbnRz 3033 +bGVtZW50 3034 +IGRyZWFt 3035 +IGNlbnRlcg== 3036 +bWk= 3037 +IGNhcw== 3038 +IHdvbWFu 3039 +IHJvYWQ= 3040 +IGZhaWw= 3041 +IGJlY2FtZQ== 3042 +bHVz 3043 +aWxpdGllcw== 3044 +IENv 3045 +IG1hbmFnZQ== 3046 +IHJlY29nbg== 3047 +IGFjdGlvbg== 3048 +IGJlbmVm 3049 +IGVhcmxpZXI= 3050 +15w= 3051 +IHNwZWVk 3052 +IG1lbnQ= 3053 +IHNvY2k= 3054 +IHNob290 3055 +dWk= 3056 +IMOk 3057 +IGFwcGx5 3058 +dm8= 3059 +eGlt 3060 +IGNhdXNl 3061 +IHN1cnBy 3062 +IGhhYmVu 3063 +REk= 3064 +IGZhdGhlcg== 3065 +IE5leHQ= 3066 +IFlvdVR1YmU= 3067 +IGNvZGU= 3068 +IHJvbGU= 3069 +Z3Jlc3M= 3070 +IGdyZWVu 3071 +ZXR0 3072 +IGJ1aWx0 3073 +IGZsb3c= 3074 +IGJhc2U= 3075 +IHRyYWluaW5n 3076 +IHJvdW5k 3077 +IFdpbGw= 3078 +IHBhdGg= 3079 +IFJv 3080 +IGludGVyZXN0ZWQ= 3081 +7Ja0 3082 +IHJlc3BlY3Q= 3083 +IGNoYW5nZWQ= 3084 +aXNzaW9u 3085 +IHN0dWRlbnQ= 3086 +b2dyYXBo 3087 +IGFwcHJvYWNo 3088 +IHNob3dz 3089 +IHRhcg== 3090 +IGNyaXQ= 3091 +IGdsbw== 3092 +7Iq164uI64uk 3093 +IGRlYWQ= 3094 +IFByZXNpZGVudA== 3095 +IHRob3Vz 3096 +IGJhbA== 3097 +c3Rlcg== 3098 +ZXg= 3099 +IGFic29sdXRlbHk= 3100 +IG1pYw== 3101 +IHByYWN0aWNl 3102 +IHF1YWxpdHk= 3103 +IGxvd2Vy 3104 +b2dsZQ== 3105 +IHNlcGFy 3106 +YmFsbA== 3107 +bWVkaQ== 3108 +IHJldmlldw== 3109 +IEFwcA== 3110 +IG9r 3111 +4oCL 3112 +IGV4cGVyaWVu 3113 +IGNvbmNlcm4= 3114 +ZW50aWFsbHk= 3115 +bW9yZQ== 3116 +IEpv 3117 +YXBhbg== 3118 +IEljaA== 3119 +aXN0aWM= 3120 +IGZhaXI= 3121 +IHdlYnNpdGU= 3122 +aXJlcw== 3123 +IEJ5 3124 +IHRyYXZlbA== 3125 +IHJpc2s= 3126 +IG1pcg== 3127 +IGJvYXJk 3128 +IHNlbg== 3129 +IHBhcmVudHM= 3130 +IFdvdw== 3131 +IGZlZWQ= 3132 +IHNhdmU= 3133 +IHNlcmlvdXM= 3134 +IGluaXQ= 3135 +RUw= 3136 +dW5kcmVk 3137 +QVM= 3138 +IHZhbg== 3139 +b3Jyb3c= 3140 +IHdvcnRo 3141 +IHNlYXJjaA== 3142 +IDE2 3143 +IHBhcnRz 3144 +0YHRgtGM 3145 +IGNvbXBhbg== 3146 +IG1vdmll 3147 +IG1ldGhvZA== 3148 +IGlsbA== 3149 +IHdpc2g= 3150 +ZHk= 3151 +IGl0ZW0= 3152 +IG1pbnVz 3153 +YW5nZXI= 3154 +IHZvaWNl 3155 +IHNraW4= 3156 +IGFyZWFz 3157 +IGVpZ2h0 3158 +IG9icw== 3159 +ICw= 3160 +0LDQuQ== 3161 +IG9pbA== 3162 +IGN5 3163 +IGJhYnk= 3164 +c3k= 3165 +IGVtcGxveQ== 3166 +IEtl 3167 +IHBsYWNlcw== 3168 +IGZpeA== 3169 +IGVzdMOh 3170 +aXZlZA== 3171 +IGxvdHM= 3172 +IHNlYXNvbg== 3173 +dW5r 3174 +YWx0 3175 +IHRhYmxl 3176 +INCi 3177 +w6I= 3178 +IGF0dGVudGlvbg== 3179 +IEhlcg== 3180 +IGFnZQ== 3181 +IHByYQ== 3182 +YmFjaw== 3183 +Y2ls 3184 +IG5ldHdvcms= 3185 +cml0 3186 +IGRvYw== 3187 +IGFyZW4= 3188 +aWdlbg== 3189 +IOuE 3190 +2K8= 3191 +ZW5kZXI= 3192 +IHRvdGFs 3193 +IHByaWNl 3194 +IGNyYXp5 3195 +7Jo= 3196 +aXF1 3197 +dGhvdWdo 3198 +WW91 3199 +2Yc= 3200 +z4U= 3201 +IHNhdA== 3202 +IGJp 3203 +IERpZQ== 3204 +IHNoYQ== 3205 +IHRoYW5rcw== 3206 +dWg= 3207 +IHN0YWdl 3208 +0LDQtg== 3209 +IEZs 3210 +IGxlYXY= 3211 +IGJveQ== 3212 +IGFm 3213 +w7Zu 3214 +IEdldA== 3215 +IGFjY2VwdA== 3216 +IGVudGVy 3217 +IHR1cg== 3218 +IHNpxJk= 3219 +IGhvbmVzdA== 3220 +44CM 3221 +IHNhbQ== 3222 +IHJlcGw= 3223 +Z2luZw== 3224 +IGRldmVsb3BtZW50 3225 +IEFjdA== 3226 +b3Jh 3227 +44CN 3228 +5L4= 3229 +IGtub3dz 3230 +IGltYWdl 3231 +IExvcmQ= 3232 +0LjRgtGM 3233 +IHdlZWtz 3234 +IHNleA== 3235 +lOs= 3236 +IGh1bmRyZWQ= 3237 +IHNvdW5kcw== 3238 +IGxlYXJuZWQ= 3239 +IGJ1ZA== 3240 +INGB0YI= 3241 +IGluY3JlZA== 3242 +4pk= 3243 +IG5vcw== 3244 +IGRyb3A= 3245 +IGJlbg== 3246 +INCY 3247 +IHNhZmU= 3248 +YXRh 3249 +IGZ1Y2s= 3250 +c29jaQ== 3251 +IGRhbg== 3252 +IGNyb3Nz 3253 +MTA= 3254 +bW8= 3255 +dmVydA== 3256 +IDE3 3257 +emll 3258 +5ZU= 3259 +IGRvbQ== 3260 +IEJv 3261 +IHNldHRpbmc= 3262 +IGludm9sdmVk 3263 +YXJpbHk= 3264 +IHNpbmQ= 3265 +IHN1cw== 3266 +IHdvcnJ5 3267 +ZXRo 3268 +6rmM 3269 +IHN1bg== 3270 +IGhpZXI= 3271 +IGNlcnRhaW5seQ== 3272 +b3Vs 3273 +b3J0cw== 3274 +IEVy 3275 +IFVt 3276 +IGNhdXM= 3277 +IG5hdHVyYWw= 3278 +IMO8 3279 +IGNyeQ== 3280 +IFNlYw== 3281 +IHNvbQ== 3282 +5rI= 3283 +IGVkdWNhdGlvbg== 3284 +0LDQtdGC 3285 +IG11bHRpcA== 3286 +IGFsb25l 3287 +IGV5ZQ== 3288 +IHJhdGU= 3289 +IEV1cm9wZQ== 3290 +6L8= 3291 +bW9u 3292 +IGZpdA== 3293 +aXppbmc= 3294 +cHBlZA== 3295 +IHByZXNzdXJl 3296 +dGhl 3297 +0LjRgQ== 3298 +aXRlcw== 3299 +IEFm 3300 +cmVjaQ== 3301 +YXR0bGU= 3302 +IHNlcnZpY2Vz 3303 +IEdvb2dsZQ== 3304 +6YE= 3305 +IGNhc2Vz 3306 +IGRyaXZl 3307 +IGNoYWxsZW5n 3308 +dXo= 3309 +IE1v 3310 +7Jy86w== 3311 +dmFs 3312 +IGZvbA== 3313 +IOyi 3314 +ZmZpYw== 3315 +IHJh 3316 +IHNpbg== 3317 +IGJsdWU= 3318 +IGFmZmVjdA== 3319 +IG1pcw== 3320 +IHNob3Q= 3321 +INC+0LE= 3322 +YXNpbmc= 3323 +IHNpZ25pZmlj 3324 +IENoZQ== 3325 +IOqz 3326 +IHBvc2l0aXZl 3327 +7KM= 3328 +IHdpZQ== 3329 +IDQw 3330 +b3JkaW5n 3331 +IEZyb20= 3332 +6rU= 3333 +IGJyYW5k 3334 +IHRydXN0 3335 +IHBsZQ== 3336 +IGNvbW11bmlj 3337 +IHdlaWdodA== 3338 +IGFza2luZw== 3339 +IHRheA== 3340 +IEphcGFu 3341 +IO2VmA== 3342 +b3Bz 3343 +z4I= 3344 +IHB1dHRpbmc= 3345 +IHJvbGw= 3346 +IEFtZXJpY2E= 3347 +cmVn 3348 +ntc= 3349 +YXR1cmVz 3350 +ZW5zaW9u 3351 +IFNvbWV0 3352 +IG9yaWdpbmFs 3353 +cGluZw== 3354 +IMWf 3355 +IHByb2R1Y3Rz 3356 +IGNvbnRhY3Q= 3357 +b2x1dGlvbg== 3358 +IGdvYWw= 3359 +IHBvdw== 3360 +IHBlcmZvcm1hbmNl 3361 +IGJsb29k 3362 +YXRvcnM= 3363 +IE1pY2g= 3364 +IHRlbXBlcg== 3365 +IERhbg== 3366 +IHN1Z2c= 3367 +0YLQuA== 3368 +IGltbQ== 3369 +IG9mZmljZQ== 3370 +IGFycmk= 3371 +IGNvbWZvcnQ= 3372 +INCU 3373 +IHN1Z2dlc3Q= 3374 +IHBsYXQ= 3375 +gpg= 3376 +MTk= 3377 +IG9t 3378 +IHNldmVu 3379 +IENlbnQ= 3380 +aWxsZQ== 3381 +IGNvbmNlcHQ= 3382 +IGJhZw== 3383 +w7xu 3384 +aXZlbHk= 3385 +IGRpdg== 3386 +bW9z 3387 +5ok= 3388 +IGZlZWxz 3389 +IGly 3390 +YWtlcw== 3391 +bGV5 3392 +IHBhcnRpY2lw 3393 +INCa 3394 +Zmw= 3395 +anVzdA== 3396 +IHNpbA== 3397 +IFBh 3398 +QUw= 3399 +IGdvdHRh 3400 +IGZhbg== 3401 +IGNoYWxsZW5nZQ== 3402 +IGNvbXBhbmllcw== 3403 +IFBlb3BsZQ== 3404 +PC8= 3405 +0L7Qtw== 3406 +IHBlbg== 3407 +aXNpbmc= 3408 +IGF1cw== 3409 +ZW1pYw== 3410 +YW1lbnRl 3411 +IG1lZXRpbmc= 3412 +IHZpc2l0 3413 +IHN1cHBvc2Vk 3414 +IE9uY2U= 3415 +0LTQsA== 3416 +b3JsZA== 3417 +MzA= 3418 +VVM= 3419 +IHZpb2w= 3420 +IG5vdGljZQ== 3421 +INCQ 3422 +aGFu 3423 +cGVk 3424 +7Jg= 3425 +aGg= 3426 +IHRyb3U= 3427 +IG1pbnV0ZQ== 3428 +IFBhcg== 3429 +cmF5 3430 +IHRpdA== 3431 +IHVwZA== 3432 +IGJsb2Nr 3433 +IGR1ZQ== 3434 +YXVy 3435 +IGZvcmNl 3436 +IGNvdW4= 3437 +IOKAlA== 3438 +IHR5cGVz 3439 +66c= 3440 +IGxhdGU= 3441 +IGltcHJvdmU= 3442 +IOyI 3443 +IGF2ZQ== 3444 +dWxlcw== 3445 +Y2w= 3446 +YW1lZA== 3447 +IGF3ZXNvbWU= 3448 +IE9r 3449 +IHZvdA== 3450 +IG1hY2hpbmU= 3451 +IGZvbGxvd2luZw== 3452 +IG1lYXN1cmU= 3453 +YWNpw7Nu 3454 +dWVs 3455 +Y2hhbg== 3456 +IGFiaWxpdHk= 3457 +IHRvdXQ= 3458 +IGlkZWFz 3459 +IGluY3JlYXNl 3460 +IGVucw== 3461 +INGF 3462 +IOuq 3463 +IGplc3Q= 3464 +INCc 3465 +IHRydXRo 3466 +aHk= 3467 +IHNwZW5k 3468 +IHNjaWVuY2U= 3469 +ZXRl 3470 +IDE0 3471 +IGVwaXNvZGU= 3472 +IGFsZw== 3473 +ZW5kZWQ= 3474 +YXJp 3475 +bGxh 3476 +IGZpc2g= 3477 +IHRocm93 3478 +bWl0 3479 +5bk= 3480 +IGNpcmM= 3481 +IENhbA== 3482 +IHRvdXI= 3483 +IGRpcmVjdGlvbg== 3484 +IG5vY2g= 3485 +0LXQsg== 3486 +w6lu 3487 +IGNvdW50cmllcw== 3488 +IGluZHVzdHJ5 3489 +aW55 3490 +aWNsZQ== 3491 +IGZlZXQ= 3492 +SXQ= 3493 +IGxlYWRlcnM= 3494 +ZXR6dA== 3495 +IHN0YWZm 3496 +55Q= 3497 +IHB1cnA= 3498 +aXRv 3499 +PyE= 3500 +IEph 3501 +IHN0b3Jl 3502 +ZXRpYw== 3503 +IENoaW5h 3504 +IOuQ 3505 +IFVuaXZlcnNpdHk= 3506 +ICM= 3507 +IGRlY2lzaW9u 3508 +IGFjaGll 3509 +IGFjdHVhbA== 3510 +dWx5 3511 +IHNlY3Rpb24= 3512 +IHJlc3VsdHM= 3513 +IHN0YXI= 3514 +IG1pc3Q= 3515 +aWJseQ== 3516 +IGRhZA== 3517 +IG51bWJlcnM= 3518 +b21i 3519 +6Ko= 3520 +IFNwZQ== 3521 +IG1lcg== 3522 +IDI1 3523 +IGF1dG9t 3524 +IGNvbGQ= 3525 +2Kg= 3526 +hJw= 3527 +YWdlcg== 3528 +IFRW 3529 +IFNpZQ== 3530 +IEhhdmU= 3531 +IMW8ZQ== 3532 +dWdn 3533 +YWluZWQ= 3534 +IHVwb24= 3535 +IGxvZw== 3536 +IGNvbXBsZXRl 3537 +IGJyYWlu 3538 +YWdpbmc= 3539 +IE11cw== 3540 +b3Zlcg== 3541 +IGVhc2llcg== 3542 +IGludGVncg== 3543 +IG3DoXM= 3544 +IHR1cm5lZA== 3545 +IHN0cmk= 3546 +aXZhbA== 3547 +IGhlYXY= 3548 +IFRI 3549 +IHdyaXRpbmc= 3550 +0YDQsA== 3551 +IGNsYQ== 3552 +ZGluZw== 3553 +IHRlbGxpbmc= 3554 +0LjQtA== 3555 +aWNhdGVk 3556 +YWNodA== 3557 +aGFwcw== 3558 +IFN0ZQ== 3559 +IHJlc291cmNlcw== 3560 +IGRhbm4= 3561 +IHBhcnR5 3562 +IM+E 3563 +IHNhZg== 3564 +aXNlcw== 3565 +dHJl 3566 +b2ludA== 3567 +IGtub3dsZWRnZQ== 3568 +IGFueW1vcmU= 3569 +IGZseQ== 3570 +IG1haW50 3571 +0LjQug== 3572 +5ZE= 3573 +IHNlbGw= 3574 +bGF1Z2hz 3575 +IFlvcms= 3576 +IGJpZW4= 3577 +IG9k 3578 +IGVhc2lseQ== 3579 +IHJhbmdl 3580 +IG9wdGlvbg== 3581 +2Lk= 3582 +IGFwcHJlY2k= 3583 +b2Ny 3584 +IGRldGVybQ== 3585 +0YQ= 3586 +IG1lYW5pbmc= 3587 +IHNpdGU= 3588 +IGRpc2Nv 3589 +dmVyYWdl 3590 +IGxvc2U= 3591 +IGluc3RhbGw= 3592 +IGVtb3Q= 3593 +YW50bHk= 3594 +w6R0 3595 +IHRhbWI= 3596 +IFdhcg== 3597 +IEhv 3598 +IEdlbg== 3599 +ZW15 3600 +0LXQtw== 3601 +IFBvbA== 3602 +IG1lc3NhZ2U= 3603 +IG5vdGU= 3604 +jIA= 3605 +IGhldA== 3606 +IGltbWVkaQ== 3607 +IGF2bw== 3608 +IGJvb2tz 3609 +IGJlY29tZXM= 3610 +cmVzaA== 3611 +w6hz 3612 +YXNvbnM= 3613 +IGhpbXNlbGY= 3614 +dXRz 3615 +IGp1 3616 +IGF3YXJl 3617 +IHJlcXVpcmU= 3618 +IHN5c3RlbXM= 3619 +IEhhcg== 3620 +IGFtb25n 3621 +IGhvbQ== 3622 +IGJyZWF0 3623 +IHdlaXJk 3624 +IOu2 3625 +zrs= 3626 +2Kk= 3627 +aWZm 3628 +b3Jpbmc= 3629 +IHBsYXRmb3Jt 3630 +IFRha2U= 3631 +IGhlbHBz 3632 +dXRpb25z 3633 +IGZvcmc= 3634 +IGx1Y2s= 3635 +IEVuZ2xpc2g= 3636 +IHdlYg== 3637 +IG5lZ2F0aXZl 3638 +IHR1dA== 3639 +IGFib3Zl 3640 +bmd0aA== 3641 +IOqxsA== 3642 +IHN0b3JpZXM= 3643 +IGxvYWQ= 3644 +IGJhY2tncm91bmQ= 3645 +IHN3aXRjaA== 3646 +Z2E= 3647 +IHByaW5jaQ== 3648 +IGZpbmFu 3649 +IHZhcmlvdXM= 3650 +IGzDoA== 3651 +IGtpbmRz 3652 +YWluaW5n 3653 +IG5hdHVyZQ== 3654 +INCe 3655 +Y3o= 3656 +IHByYXk= 3657 +IGdhcg== 3658 +aXJt 3659 +ICY= 3660 +IOyD 3661 +bnM= 3662 +IFJlcA== 3663 +IEZl 3664 +IHJldg== 3665 +cmFuZA== 3666 +IGxpa2VseQ== 3667 +IHVuZGVyc3RhbmRpbmc= 3668 +xLFy 3669 +IGZhbA== 3670 +IDEz 3671 +0YbQuA== 3672 +IHN1ZA== 3673 +IGJyb3RoZXI= 3674 +IHBsYW50 3675 +IHRocm91Z2hvdXQ= 3676 +d2lzZQ== 3677 +cHJl 3678 +IGN1bHR1cmU= 3679 +INmF 3680 +IHdvbmRlcmZ1bA== 3681 +IGFo 3682 +cHBlcg== 3683 +IHNvbGQ= 3684 +IHN0YXJ0cw== 3685 +IHdyaXR0ZW4= 3686 +zq8= 3687 +bmk= 3688 +INeU1w== 3689 +IERhdg== 3690 +IHVsdA== 3691 +IGFybQ== 3692 +IHJvY2s= 3693 +IHdlYXI= 3694 +642w 3695 +YW5v 3696 +cmFn 3697 +IHNxdWFyZQ== 3698 +0LDQvdC4 3699 +Y2FzdA== 3700 +bGVicg== 3701 +IGxpdGVyYWxseQ== 3702 +IHBsYXllZA== 3703 +IGhlYXQ= 3704 +b25zZQ== 3705 +cmljdA== 3706 +IGluc3A= 3707 +aWRz 3708 +IHBvcHVsYXI= 3709 +64+E 3710 +IGNhdGNo 3711 +IG1vdW50 3712 +IGp1ZA== 3713 +V2hhdA== 3714 +0LXQsQ== 3715 +UkE= 3716 +YXVk 3717 +0LrQvg== 3718 +IHN1cmZhY2U= 3719 +IGNvbnY= 3720 +IHBpZWNlcw== 3721 +T2g= 3722 +5oA= 3723 +IHN0eWxl 3724 +cHBpbmc= 3725 +IHJlYWRpbmc= 3726 +IGNvbnZlcnNhdGlvbg== 3727 +0L7Qvw== 3728 +IEFnYWlu 3729 +IGJhbms= 3730 +dGltZQ== 3731 +0YPRgg== 3732 +ZXJ2ZQ== 3733 +IEdyZWF0 3734 +IGNhcHQ= 3735 +0LDQsQ== 3736 +YXlz 3737 +IEZpbg== 3738 +aWZpY2F0aW9u 3739 +IMOkcg== 3740 +0LDRjg== 3741 +IGVnZw== 3742 +IFdlbA== 3743 +IHRhcmdldA== 3744 +dWxh 3745 +Y2hlcw== 3746 +YW5p 3747 +T08= 3748 +aWNpb3Vz 3749 +bm93 3750 +z4M= 3751 +Ym9hcmQ= 3752 +IGdlbnRl 3753 +IGRybw== 3754 +IEV0 3755 +IGRpbg== 3756 +IGNvcw== 3757 +IGF1dGhvcg== 3758 +2LM= 3759 +IG9jaA== 3760 +IGVtYWls 3761 +IHNwaXJpdA== 3762 +IHNpdHRpbmc= 3763 +bWFz 3764 +IHN0cmVuZ3Ro 3765 +IGJpZ2dlcg== 3766 +IFdhaXQ= 3767 +IG1hdA== 3768 +IHBvbGljZQ== 3769 +cmVzc2Vk 3770 +IHdhaXRpbmc= 3771 +aXNoaW5n 3772 +IGRvbGxhcnM= 3773 +aG9vZA== 3774 +c3M= 3775 +IGltYWdpbmU= 3776 +aW5p 3777 +IG1lcw== 3778 +IGRpc2U= 3779 +aWRnZQ== 3780 +YWJvcg== 3781 +IHBldA== 3782 +IGhvcA== 3783 +IEtpbmc= 3784 +IGNvbXB1dGVy 3785 +IGdvbGQ= 3786 +IG51 3787 +IGZpbmc= 3788 +KSw= 3789 +IHNlY3VyaXR5 3790 +cnVjdGlvbg== 3791 +IHNvbHV0aW9u 3792 +ZXh0 3793 +IHBhdHRlcg== 3794 +aWNrZW4= 3795 +dXJlZA== 3796 +IHN0YW5kYXJk 3797 +7Iuc 3798 +IGRvdWJsZQ== 3799 +zrc= 3800 +IHdpZmU= 3801 +aXNh 3802 +IGRpcmVjdGx5 3803 +YWNlZA== 3804 +IGJ1bmNo 3805 +IMK/ 3806 +0LDQu9GM 3807 +IHJlZ2FyZA== 3808 +IHN3ZWV0 3809 +IHVuaXF1ZQ== 3810 +IOKZqw== 3811 +IHRyYWlu 3812 +IEdlcm0= 3813 +zqw= 3814 +UkU= 3815 +IGJlaGF2 3816 +IHByZWQ= 3817 +7IM= 3818 +c2V0 3819 +IGRlc2NyaXB0aW9u 3820 +w6ll 3821 +IGNhdA== 3822 +5ZM= 3823 +IGNvbGxlZ2U= 3824 +7Js= 3825 +IGFwcGxpY2F0aW9u 3826 +IFNlbg== 3827 +YXNr 3828 +IGNyZWQ= 3829 +dWJsaWM= 3830 +IG11bHRpcGxl 3831 +IG5p 3832 +IHByZXNpZGVudA== 3833 +IGFkZGVk 3834 +IHJvYg== 3835 +IGFxdWk= 3836 +IGhvc3A= 3837 +IHRvb2xz 3838 +IGd1bg== 3839 +IGJhc2lj 3840 +IGxpbmVz 3841 +IHN0cnVjdHVyZQ== 3842 +IFJ1c3M= 3843 +IHRvdGFsbHk= 3844 +IGJpZ2dlc3Q= 3845 +IGVlbg== 3846 +IGFyZw== 3847 +INec 3848 +IHBhcms= 3849 +IERlcw== 3850 +IGNlbGVicg== 3851 +IGZhaXQ= 3852 +0LXQvdGM 3853 +IHN1ZmY= 3854 +IHJlZ3VsYXI= 3855 +qOs= 3856 +IG1pbmU= 3857 +IEtvcmU= 3858 +IHByZXZpb3Vz 3859 +IHBp 3860 +IHNlZw== 3861 +IHBvbGljeQ== 3862 +INC60L4= 3863 +IFRydW1w 3864 +IHZhY2M= 3865 +w7N3 3866 +IFN5 3867 +0LjRhw== 3868 +aXR0ZXI= 3869 +IHBvbGl0aWNhbA== 3870 +cmFz 3871 +IGFscw== 3872 +0LXQu9GM 3873 +IHNoYXBl 3874 +YW56 3875 +IG9udG8= 3876 +IGFyY2g= 3877 +IGFtYg== 3878 +YWdyYW0= 3879 +IFNt 3880 +Y3Rpb25z 3881 +IGpvaW4= 3882 +Ym9y 3883 +5Zs= 3884 +IGZyYW1l 3885 +oIc= 3886 +IGNob2ljZQ== 3887 +4K+B 3888 +0YPRjg== 3889 +IENvcg== 3890 +IFN3 3891 +SVQ= 3892 +IHRlbmQ= 3893 +IEVhcg== 3894 +IHRvcg== 3895 +IGV2ZW50cw== 3896 +IGNsYWlt 3897 +IERh 3898 +IE1hcms= 3899 +IGdyb3Vwcw== 3900 +IGVhdGluZw== 3901 +IFdvcmxk 3902 +IHJlY2VudGx5 3903 +IHRhc3Rl 3904 +IHN1cnY= 3905 +4KQ= 3906 +IHNraWxscw== 3907 +INC40Lc= 3908 +aXR0ZWQ= 3909 +IHNob3A= 3910 +7J207A== 3911 +IGVzdGFi 3912 +IOuCmA== 3913 +IHNlY29uZHM= 3914 +IFRob3Nl 3915 +IEVudA== 3916 +IOyE 3917 +ZXJzb24= 3918 +IHRvd24= 3919 +IGNhbmQ= 3920 +IG9wdGlvbnM= 3921 +IGluZw== 3922 +VklE 3923 +IGVuY291cg== 3924 +IHLDqQ== 3925 +4pmq 3926 +IGVudHJl 3927 +IG1vdmVtZW50 3928 +IEJlbg== 3929 +IGJpcnRo 3930 +IHdoZQ== 3931 +IGhhbmc= 3932 +IEVt 3933 +aWdl 3934 +cm9sbA== 3935 +IHVuZg== 3936 +7II= 3937 +IHJpZA== 3938 +IHNwcmVhZA== 3939 +IGhvc3Q= 3940 +YWxk 3941 +IEVk 3942 +IGNvbnN1bQ== 3943 +VU4= 3944 +IG9waW4= 3945 +aXRhcg== 3946 +IE1lZA== 3947 +IHN1YmplY3Q= 3948 +IHBhbA== 3949 +IGNhcnJ5 3950 +IGFncmVl 3951 +IFdoaWxl 3952 +IGNhcmVlcg== 3953 +IHNjaWVudA== 3954 +IHN1ZGRlbg== 3955 +IGZpbGU= 3956 +emk= 3957 +IGV4Y2VwdA== 3958 +6bo= 3959 +IHBvdGVudGlhbA== 3960 +IEFub3RoZXI= 3961 +IGNvbXBsZXg= 3962 +IFNpbQ== 3963 +ZW5kbw== 3964 +IHJhaXM= 3965 +IHBoeXNpY2Fs 3966 +IGRhdGU= 3967 +YWtlcg== 3968 +IENvbA== 3969 +IHBvd2VyZnVs 3970 +IG1lbWJlcg== 3971 +cmFw 3972 +IHNwb3Q= 3973 +IHNvdXJjZQ== 3974 +IGZlbQ== 3975 +w6lt 3976 +IGVtcA== 3977 +amk= 3978 +aWV0eQ== 3979 +IGluZmx1 3980 +IGRyeQ== 3981 +IGxvY2s= 3982 +IHplcm8= 3983 +IFVo 3984 +IHJvdXQ= 3985 +IHBvcnF1ZQ== 3986 +IDI0 3987 +IHRhbA== 3988 +IGZvbGtz 3989 +IGxhdW5jaA== 3990 +IGNvbXBvbg== 3991 +IFdlbGNvbWU= 3992 +IGthbm4= 3993 +w6Ru 3994 +INGN0YI= 3995 +ZWVz 3996 +INmI 3997 +IGFueXdheQ== 3998 +IGF1ZGllbmNl 3999 +IHNsaWdodA== 4000 +b25h 4001 +IHVy 4002 +IHJlbGln 4003 +IGV4dHJlbQ== 4004 +xLF6 4005 +IE1h 4006 +zrw= 4007 +IMO2 4008 +IGFsbG93cw== 4009 +IGZhdA== 4010 +IEZhY2U= 4011 +IG5hdGlvbmFs 4012 +IGludGVydmlldw== 4013 +IE1j 4014 +w6l0 4015 +IGN1dGU= 4016 +ZWxh 4017 +IHNlY3JldA== 4018 +IFdlc3Q= 4019 +IERlcA== 4020 +IGV4ZXJj 4021 +IGhpc3Rvcg== 4022 +IHByaW9y 4023 +IDYw 4024 +YXZh 4025 +YWNoZXI= 4026 +eW9uZA== 4027 +IEhh 4028 +IGVzdGU= 4029 +aW5hcnk= 4030 +IE5vcnRo 4031 +b25zdA== 4032 +IHNtYXJ0 4033 +YW1z 4034 +0LDQu9C4 4035 +IGRhcg== 4036 +ZXJlZA== 4037 +IGZ1bm55 4038 +IE9i 4039 +IEJsYWNr 4040 +IHJlbGF0ZWQ= 4041 +IEJ1 4042 +IHNvbWV3aGVyZQ== 4043 +IFJlbQ== 4044 +bmVz 4045 +bWVudGU= 4046 +IFJlYWxseQ== 4047 +IGNyZWF0aW5n 4048 +IGZhbWls 4049 +IHNvY2lldHk= 4050 +IGdlbA== 4051 +IHRyYW5zZm9ybQ== 4052 +xIM= 4053 +IGluY2x1ZGU= 4054 +IGhvbA== 4055 +bGlrZQ== 4056 +a28= 4057 +YWlycw== 4058 +INC/0L7QtA== 4059 +IHBlcnNwZWN0 4060 +IGJlcw== 4061 +IHBhcnRpY3VsYXJseQ== 4062 +IHNob3dpbmc= 4063 +IFBhcnQ= 4064 +IHF1YWw= 4065 +bG9jaw== 4066 +IHJlYWxpdHk= 4067 +aG9sZA== 4068 +aWN0aW9u 4069 +b29u 4070 +IHZpcg== 4071 +aXRhcnk= 4072 +IGRydWc= 4073 +IGZlYXR1cmU= 4074 +IHJlYXNvbnM= 4075 +INep 4076 +IHdyb3Rl 4077 +IGZhbnQ= 4078 +IGJhbmQ= 4079 +2YM= 4080 +ZW5h 4081 +a2V5 4082 +IGVhcnRo 4083 +ZG9t 4084 +IGZlYXR1cmVz 4085 +IGZsb29y 4086 +IHNwZWFraW5n 4087 +IHRpcA== 4088 +IEF1c3Q= 4089 +IHN0b2Nr 4090 +IGNodXJjaA== 4091 +IHJhYw== 4092 +7Jy866Gc 4093 +4LiZ 4094 +a3k= 4095 +IHJlc3BvbnNl 4096 +24w= 4097 +dWxhdGlvbnM= 4098 +IHNsaWRl 4099 +IGdyYWR1 4100 +Y2lvdXM= 4101 +IG1lYW50 4102 +ID09 4103 +INeQ1w== 4104 +44U= 4105 +IGtpbmRh 4106 +IHNjZW5l 4107 +IG11aXQ= 4108 +IOqwgA== 4109 +cmFzdA== 4110 +cmVzdA== 4111 +IHBsYXllcnM= 4112 +d2E= 4113 +IGJyb2Fk 4114 +IHRvbW9ycm93 4115 +b2NvbA== 4116 +INGB0LI= 4117 +IEJhcg== 4118 +xLFr 4119 +IHNlYQ== 4120 +IHJlbW92ZQ== 4121 +IHJlbWluZA== 4122 +0L7QvNGD 4123 +IFNpbmNl 4124 +IGF2ZWM= 4125 +Y2VsbA== 4126 +0LjRhQ== 4127 +IGRvY3VtZW50 4128 +IOq3uOuf 4129 +IG5laWdo 4130 +YmVhdA== 4131 +IHDDpQ== 4132 +IGFzcGVjdA== 4133 +IGRlZA== 4134 +bGlzaGVk 4135 +aWxz 4136 +IG91cnNlbHZlcw== 4137 +dWNl 4138 +IGhleQ== 4139 +INC/0YDQvg== 4140 +ZW50eQ== 4141 +IGFzc29jaQ== 4142 +YWRvcw== 4143 +dW1iZXI= 4144 +IF0= 4145 +bm92 4146 +IOyZ 4147 +0YPRhw== 4148 +IGNvbmRpdGlvbg== 4149 +64qU642w 4150 +IHZhbHVlcw== 4151 +IHNjZW4= 4152 +bWluaXN0 4153 +IGNhc3Q= 4154 +IGdyb3dpbmc= 4155 +IHVzZXI= 4156 +IHJlc3BvbmQ= 4157 +bGlt 4158 +w6ly 4159 +eW0= 4160 +b3Nlcw== 4161 +c3ljaA== 4162 +INGA0LDQtw== 4163 +IGFwcGVhcg== 4164 +IHByb2dyZXNz 4165 +ZW5ndGg= 4166 +IGphaw== 4167 +IERpcw== 4168 +IHBhdGllbnRz 4169 +IFNlcg== 4170 +IGdhcw== 4171 +w6hyZQ== 4172 +7Ja07JqU 4173 +IHJlY2k= 4174 +7J24 4175 +IHNjYQ== 4176 +ZXBlbmQ= 4177 +0YHQug== 4178 +0LDQvw== 4179 +IGJhdHRlcg== 4180 +IHZlaA== 4181 +8J8= 4182 +IGFjY29t 4183 +IGJlYXQ= 4184 +IHBhaW50 4185 +IGNvbnRyaWI= 4186 +IHNhZA== 4187 +xrA= 4188 +YWxlcw== 4189 +IHRyZWU= 4190 +YmE= 4191 +IGJvcm4= 4192 +aWNlZA== 4193 +4K6V 4194 +YmFuZA== 4195 +IG1lY2hhbg== 4196 +IERldA== 4197 +IGNhcGl0YWw= 4198 +IGRlbGl2ZXI= 4199 +IGZlYXI= 4200 +npg= 4201 +IFNvdXRo 4202 +IGJvdWdodA== 4203 +IHN0cmVzcw== 4204 +IHZvcg== 4205 +Pz8= 4206 +aWg= 4207 +7JW8 4208 +IGVyYQ== 4209 +7J206w== 4210 +0LDRjw== 4211 +aXNpb25z 4212 +aXZpdHk= 4213 +IGhlbHBlZA== 4214 +IGFzc2lzdA== 4215 +IHBsYXllcg== 4216 +cmFu 4217 +IGltbWVkaWF0ZWx5 4218 +IG1vdmVk 4219 +Y2ll 4220 +6rE= 4221 +IGFubm91bg== 4222 +5b8= 4223 +7J6Q 4224 +IHByb2R1Y3Rpb24= 4225 +IHN1bW1lcg== 4226 +IHR1bg== 4227 +IHByb2dyYW1z 4228 +R0g= 4229 +YWxpbmc= 4230 +aXJh 4231 +ZWxlc3M= 4232 +Lik= 4233 +IGF2ZXJhZ2U= 4234 +IGdsYXNz 4235 +b21hbg== 4236 +aWZpY2FsbHk= 4237 +IOuLpA== 4238 +IENvbmc= 4239 +IFZlcg== 4240 +IHRyaWNr 4241 +IGJlZ2Fu 4242 +IHZpbGw= 4243 +6rGw 4244 +aG93 4245 +5q0= 4246 +IHRpbGw= 4247 +IDkw 4248 +YmVydA== 4249 +IOq4 4250 +IHRlbXBlcmF0dXJl 4251 +w7I= 4252 +4LmI 4253 +IGdyYXBo 4254 +IOq3uA== 4255 +IHJvdA== 4256 +IG1vYg== 4257 +QVk= 4258 +YWVs 4259 +IHJlcGU= 4260 +IGRldmljZQ== 4261 +IDE5OQ== 4262 +IHRlbGU= 4263 +IGtlcHQ= 4264 +cGE= 4265 +5pY= 4266 +dmVyc2U= 4267 +IHN0cmVhbQ== 4268 +0LXRhw== 4269 +ZXNzaW9u 4270 +IHN0cnVnZw== 4271 +eno= 4272 +IGRlZ3JlZQ== 4273 +IGhlbHBpbmc= 4274 +IHNtZWxs 4275 +IHBlcmhhcHM= 4276 +cHJv 4277 +IGNvbnRleHQ= 4278 +IGlr 4279 +INC/0LXRgA== 4280 +IGNhbGN1bA== 4281 +YmluZw== 4282 +IHJlYWxpemU= 4283 +bGFt 4284 +IENoYXI= 4285 +eXQ= 4286 +IOydtOw= 4287 +IGRhbmdlcg== 4288 +IElt 4289 +YWE= 4290 +IGxvdmVk 4291 +IHB1cnBvc2U= 4292 +IGZpbmlzaGVk 4293 +IHBlYWNl 4294 +IG90 4295 +IGdsb2JhbA== 4296 +z4A= 4297 +IGFiZXI= 4298 +log= 4299 +IGNoYXJhY3RlcnM= 4300 +IG51cg== 4301 +IGRhbWFnZQ== 4302 +IGVtZXI= 4303 +IHByZWM= 4304 +IFdpcg== 4305 +IGluc3RpdA== 4306 +kdc= 4307 +IGFsbG93ZWQ= 4308 +Ym9u 4309 +IHRvZA== 4310 +0LXQs9C+ 4311 +IGpldHp0 4312 +IG1lZGlj 4313 +IHNtYWxsZXI= 4314 +Y2VlZA== 4315 +IGxldmVscw== 4316 +IGludGVsbA== 4317 +V2U= 4318 +IHNlbQ== 4319 +IGN1cnJlbnRseQ== 4320 +IG1vZGVybg== 4321 +IGNvbnRyYWN0 4322 +IGRldGFpbHM= 4323 +b3J0dW5hdGVseQ== 4324 +T1M= 4325 +IHN0YXRlcw== 4326 +IGFkanVzdA== 4327 +YW50YWdl 4328 +ZXo= 4329 +IFZlcnk= 4330 +IHNjYWxl 4331 +IHJlbGVhc2U= 4332 +IGZheg== 4333 +IGlj 4334 +aXR1ZGU= 4335 +QUM= 4336 +IFBhdA== 4337 +aWRlbg== 4338 +rZA= 4339 +IHByZWZlcg== 4340 +b2xvZ2ljYWw= 4341 +IEZhY2Vib29r 4342 +IOqwmQ== 4343 +IC4u 4344 +IE1ha2U= 4345 +INC60L7RgtC+0YA= 4346 +IERhdmlk 4347 +IEFmcmlj 4348 +IG1vZGU= 4349 +IENpdHk= 4350 +IHNoYWxs 4351 +INGE 4352 +aW1pbg== 4353 +INC30LA= 4354 +cm9t 4355 +dWE= 4356 +IGJleW9uZA== 4357 +IGRpc3RyaWI= 4358 +0LrRgw== 4359 +IERvZXM= 4360 +IHZpY3Q= 4361 +cmF0ZQ== 4362 +IHZhaQ== 4363 +IHN1Y2Nlc3NmdWw= 4364 +IGhvdXM= 4365 +YWhh 4366 +ZXN0cw== 4367 +IEVzdA== 4368 +IGRpc2NvdmVy 4369 +IHRoZXJlZm9yZQ== 4370 +Y2hh 4371 +IGN1cA== 4372 +IHBvcHVsYXRpb24= 4373 +IEls 4374 +c2M= 4375 +IHNwZW50 4376 +cmVs 4377 +IHVzZWZ1bA== 4378 +IHRhYg== 4379 +5p0= 4380 +IMU= 4381 +IOygnA== 4382 +IGNvbnNl 4383 +IHF1YW50 4384 +YXlh 4385 +IGJvbg== 4386 +IENoaW4= 4387 +IOqygw== 4388 +b3VuZHM= 4389 +0LXRiA== 4390 +ZWxsZQ== 4391 +IGljZQ== 4392 +MjE= 4393 +IGtpY2s= 4394 +IHN0ZXBz 4395 +IHRvbmlnaHQ= 4396 +0L3Ri9C5 4397 +cmVuY2g= 4398 +Lic= 4399 +IGdyYWI= 4400 +IGltcGxlbWVudA== 4401 +IOyImA== 4402 +IG1pc3Npb24= 4403 +IGNsZWFybHk= 4404 +IGFwcHJlY2lhdGU= 4405 +6IA= 4406 +IGZyZXNo 4407 +YXJt 4408 +IFR3bw== 4409 +IGV4ZWM= 4410 +IHByb2plY3Rz 4411 +IGNvbW11bml0aWVz 4412 +cmlibGU= 4413 +IHJlZ2lvbg== 4414 +IGZyZXF1 4415 +cm95 4416 +IGhvd2V2ZXI= 4417 +IHBhcnRuZXJz 4418 +YW5j 4419 +IG1pbmlt 4420 +IGxhdA== 4421 +IGZhbWlsaWVz 4422 +IGV2aWRlbmNl 4423 +IHB1bg== 4424 +cmFmdA== 4425 +IGxvc3M= 4426 +IG1hcA== 4427 +IGFueWJvZHk= 4428 +IGNoYW5naW5n 4429 +IHJ1bGVz 4430 +IG9yZ2FuaXphdGlvbg== 4431 +IGVzc2VudGlhbGx5 4432 +IFJlZA== 4433 +IGVsZW1lbnQ= 4434 +5pc= 4435 +IHZpcnQ= 4436 +cmF0 4437 +IHByaW50 4438 +YW5kZXI= 4439 +YXJlbg== 4440 +ZW1vcw== 4441 +zr/PhQ== 4442 +IGNvbmRpdGlvbnM= 4443 +YWJl 4444 +IGRhbmNl 4445 +0LjRgA== 4446 +IGRvcw== 4447 +0L7Rhw== 4448 +IFF1ZQ== 4449 +IHdhbGtpbmc= 4450 +IHRybw== 4451 +IGlk 4452 +IGFkZGl0aW9uYWw= 4453 +IGZ1bGx5 4454 +IGZhbnM= 4455 +IGFkZGl0aW9u 4456 +IGxpa2Vk 4457 +IMO8YmVy 4458 +IGJvdw== 4459 +ZGk= 4460 +IG1hc3Rlcg== 4461 +b2Zm 4462 +KTo= 4463 +bWJlcg== 4464 +IOus 4465 +5a8= 4466 +bGF1c2U= 4467 +IG9kZXI= 4468 +IHNhZmV0eQ== 4469 +IHJlYWN0 4470 +4K6/ 4471 +YnQ= 4472 +IGRpc2FwcA== 4473 +IGdpcmxz 4474 +U3Q= 4475 +IEFuZw== 4476 +IGZhaXRo 4477 +IHR1cm5z 4478 +IHRpZ2h0 4479 +IG1vdXRo 4480 +YW1p 4481 +emVy 4482 +IHdlYXA= 4483 +INCx0YPQtA== 4484 +IGhvc3BpdGFs 4485 +cmFpZA== 4486 +IG1pY3Jv 4487 +IFN0YXRl 4488 +IE1vc3Q= 4489 +YWdu 4490 +IGRlY2lkZQ== 4491 +IHBhdGllbnQ= 4492 +IGNvcm5lcg== 4493 +IGRpZWQ= 4494 +Tm8= 4495 +IFN0dWQ= 4496 +cmVuZA== 4497 +ZW1wdA== 4498 +IGxpZQ== 4499 +IGxpZg== 4500 +IEJlZm9yZQ== 4501 +dMOz 4502 +IFN1cGVy 4503 +IGJlbGw= 4504 +NjA= 4505 +IHByaXZhdGU= 4506 +IFBhdWw= 4507 +IGdpYg== 4508 +IGFncmU= 4509 +tOyEnA== 4510 +IHNpZw== 4511 +IGludmVzdGln 4512 +0Y/Rgg== 4513 +ZW5pbmc= 4514 +IGRpc3RhbmNl 4515 +IHdhcm0= 4516 +IGRpZ2l0YWw= 4517 +aW5lcg== 4518 +IHBhbmQ= 4519 +IENPVklE 4520 +0LPQvg== 4521 +Z24= 4522 +IHJhY2U= 4523 +IHByb3Vk 4524 +IHRlYWNoaW5n 4525 +INGC0L4= 4526 +7J6l 4527 +IEFsbGFo 4528 +SW4= 4529 +IHdvb2Q= 4530 +IGNvbG9ycw== 4531 +IHdpcmQ= 4532 +dWo= 4533 +aWRhZA== 4534 +IGN1c3RvbWVycw== 4535 +IGNvbm5lY3RlZA== 4536 +IGxheWVy 4537 +IGFjaGlldmU= 4538 +IHBlcnNwZWN0aXZl 4539 +IENvbGw= 4540 +2YI= 4541 +IGNsb3Vk 4542 +ISEh 4543 +IGVuZGVk 4544 +oIfqsow= 4545 +IG1hbmFnZW1lbnQ= 4546 +IHJpY2g= 4547 +IHN1YnN0 4548 +IHJlbW8= 4549 +IHNlcnZl 4550 +IHJlc2lzdA== 4551 +IHRob3VnaHRz 4552 +IGdyb3d0aA== 4553 +aWxpYXI= 4554 +IHJpZ2h0cw== 4555 +IGNoYXJnZQ== 4556 +IGNvbnNpc3Q= 4557 +IHdlcmRlbg== 4558 +IGVtYg== 4559 +YW5kb20= 4560 +IGh1cnQ= 4561 +IGthbg== 4562 +aWFz 4563 +0LvQvg== 4564 +IHNoaXQ= 4565 +IGJlZw== 4566 +IHJlY2VpdmVk 4567 +aXRhdGlvbg== 4568 +IG1lYXQ= 4569 +IGlzc28= 4570 +ZmZlZQ== 4571 +IGZhbW91cw== 4572 +IGNvbWZvcnRhYmxl 4573 +SUw= 4574 +IEJ5ZQ== 4575 +b3RoZXM= 4576 +IG1lZGljYWw= 4577 +IGVuam95ZWQ= 4578 +IGhlYWx0aHk= 4579 +IHd5 4580 +Y2llcw== 4581 +IGVmZm9ydA== 4582 +IGRvY3Rvcg== 4583 +IG1pbGl0YXJ5 4584 +TEFV 4585 +IGdybw== 4586 +IGJhdHRsZQ== 4587 +IGZlZA== 4588 +IGNhcGFj 4589 +IGFmcmFpZA== 4590 +aXZpbA== 4591 +INCy0YHQtQ== 4592 +IGxlbmd0aA== 4593 +eXNpcw== 4594 +IGJlaQ== 4595 +pO0= 4596 +IG9yZ2FuaXo= 4597 +b3Jn 4598 +aW5j 4599 +IGludGVyYWN0 4600 +IENoaW5lc2U= 4601 +IGFjY29yZGluZw== 4602 +IGluY3JlZGlibGU= 4603 +IGtpbGxlZA== 4604 +IGRhdWdodGVy 4605 +IM+A 4606 +0YvQsg== 4607 +IHNjaG9vbHM= 4608 +IMKr 4609 +bGxlcg== 4610 +IHNob3VsZG4= 4611 +bmFs 4612 +IGNyaXM= 4613 +IGNoaWNrZW4= 4614 +IGZhc3Rlcg== 4615 +IGV4dHJlbWVseQ== 4616 +IG9wcG9z 4617 +IG5vdXM= 4618 +ICs= 4619 +cmlh 4620 +IGZpbmFuY2lhbA== 4621 +IGV4Y2l0aW5n 4622 +IGpvdXJuZXk= 4623 +15nXnQ== 4624 +oOs= 4625 +IGRpc3BsYXk= 4626 +IG1lbW9yeQ== 4627 +IGhlYXZ5 4628 +0L3QtQ== 4629 +IHBhc3NlZA== 4630 +0YDQuA== 4631 +aWxlcw== 4632 +IHBzeWNo 4633 +IHNwZWNpZmljYWxseQ== 4634 +IGVuZ2FnZQ== 4635 +IGxlZA== 4636 +b3JnZQ== 4637 +IERlbQ== 4638 +b3JkZXI= 4639 +IDgw 4640 +IGNyZWFt 4641 +ZXN0ZXJkYXk= 4642 +IGVkZ2U= 4643 +INC/0L7Quw== 4644 +IGJ1bGw= 4645 +IGluZGlj 4646 +IGt0w7M= 4647 +IGhvcGVmdWxseQ== 4648 +dW1lbnRz 4649 +YWdlbg== 4650 +0L3QvtCz0L4= 4651 +IGhhdGU= 4652 +Y2h0 4653 +ODA= 4654 +IGVmZmlj 4655 +IOyngA== 4656 +IGludGVybmV0 4657 +IGJ1ZGdldA== 4658 +IHByb3BlcnR5 4659 +aWRheQ== 4660 +IOya 4661 +INC80L7Qtg== 4662 +b2xh 4663 +IHNob3dlZA== 4664 +IE1vbg== 4665 +IHRob3VzYW5k 4666 +QVA= 4667 +IHBvb3I= 4668 +dXNlZA== 4669 +IEphY2s= 4670 +IHPDpQ== 4671 +g70= 4672 +IGVzYw== 4673 +IHNvZnR3YXJl 4674 +IHF1YXI= 4675 +INio 4676 +IG5lY2Vzc2FyaWx5 4677 +b21lbg== 4678 +aXk= 4679 +IGV2ZW50dWFsbHk= 4680 +aXNoZWQ= 4681 +IGJyaWdodA== 4682 +RUQ= 4683 +IHNwbA== 4684 +IGRlbWFuZA== 4685 +IHRocmVhdA== 4686 +IHNpcg== 4687 +IHJlbGVhc2Vk 4688 +Y2tldA== 4689 +IOKAqw== 4690 +IHJlcXVpcmVk 4691 +IHZvdGU= 4692 +7Lk= 4693 +4K6k 4694 +IGRldmVsb3BlZA== 4695 +IOyCrA== 4696 +YXRvcnk= 4697 +IGRpcg== 4698 +Y2FwZQ== 4699 +IHNsaWdodGx5 4700 +w6w= 4701 +4LmJ 4702 +cmVldA== 4703 +IGRpc2Vhc2U= 4704 +IGNvdXJ0 4705 +IGl0ZW1z 4706 +IEVhcnRo 4707 +0YHRgtC4 4708 +0LbQtQ== 4709 +7LI= 4710 +IGNoYWxsZW5nZXM= 4711 +IEJyaXQ= 4712 +IGRlc2lnbmVk 4713 +MTI= 4714 +IGhlYXJpbmc= 4715 +IGxpc3RlbmluZw== 4716 +em8= 4717 +INGB0Ls= 4718 +IHBlcm8= 4719 +IHdlYXJpbmc= 4720 +cGxpYw== 4721 +IGNoZW0= 4722 +IGJhbGFuY2U= 4723 +IGJh 4724 +IHJlY2VpdmU= 4725 +aW1h 4726 +IHNpZ25pZmljYW50 4727 +INC80Ys= 4728 +YW5jaA== 4729 +IENy 4730 +IENvdW4= 4731 +6riI 4732 +IGpvYnM= 4733 +IG9mZmljaWFs 4734 +IHBlcm0= 4735 +b21z 4736 +IG9wcG9ydHVuaXRpZXM= 4737 +IG92ZXJhbGw= 4738 +IGh1cw== 4739 +b2Rlcw== 4740 +IG5hdGlvbg== 4741 +IFJlZw== 4742 +IG9yZA== 4743 +IHJlc3RhdXI= 4744 +IOyG 4745 +IG1lbA== 4746 +dmlu 4747 +IHdlbm4= 4748 +IGvDtm4= 4749 +5oM= 4750 +IG9waW5pb24= 4751 +6Kw= 4752 +IFNvbWV0aW1lcw== 4753 +54I= 4754 +0YnQtQ== 4755 +YXNj 4756 +T1U= 4757 +IDIwMjA= 4758 +IGRlbGljaW91cw== 4759 +aWdlcg== 4760 +IOyViA== 4761 +b2xl 4762 +IGhhbmRsZQ== 4763 +IGNpdA== 4764 +IO2VnA== 4765 +IGbDtnI= 4766 +b290aA== 4767 +IG5lY2Vzc2FyeQ== 4768 +IGluZGVwZW5k 4769 +5oQ= 4770 +aXN0ZW4= 4771 +aGFt 4772 +IMOpdA== 4773 +IG11bHRp 4774 +z4w= 4775 +Pyk= 4776 +IGNhbXB1cw== 4777 +IHRvcGlj 4778 +IHJhaW4= 4779 +IHBhbmVs 4780 +IFNhbQ== 4781 +IGxhcmdlcg== 4782 +YXVkaWVuY2U= 4783 +IHBhaWQ= 4784 +IGVjb25vbWlj 4785 +b2x0 4786 +IHN0cmVldA== 4787 +IENvbnQ= 4788 +IGRyaXZpbmc= 4789 +IOyggA== 4790 +IGhheQ== 4791 +IHByb2Zlc3Npb25hbA== 4792 +IEludGVybg== 4793 +5bg= 4794 +IGlucHV0 4795 +IGNhdGVn 4796 +IGNybw== 4797 +IGxs 4798 +RVQ= 4799 +0YvQuQ== 4800 +Kio= 4801 +IFpl 4802 +QkxF 4803 +IOyk 4804 +cmVlcw== 4805 +INCv 4806 +ZWRl 4807 +aWVydA== 4808 +IGZvbGQ= 4809 +IGR1cg== 4810 +IE5hdGlvbmFs 4811 +IOyWtOs= 4812 +YW5jZWQ= 4813 +IGZhaXJl 4814 +dXRlZA== 4815 +IGtpbmc= 4816 +IHdpbGQ= 4817 +b2k= 4818 +dXBiZWF0 4819 +IHByZXZlbnQ= 4820 +aXVz 4821 +IMOo 4822 +IHdpZGU= 4823 +IHJpbmc= 4824 +IHRpdGxl 4825 +IHN0YW5kaW5n 4826 +IGFsdGhvdWdo 4827 +IGhp 4828 +IHNhdWNl 4829 +IHNpZGVz 4830 +IGFuaW1hbHM= 4831 +aWxpbmc= 4832 +YXRpdmVz 4833 +7JeQ7ISc 4834 +IE92ZXI= 4835 +IGRlc3A= 4836 +IGNvbnNpZGVyZWQ= 4837 +YXJpZXM= 4838 +aWVycw== 4839 +IGVpbmVu 4840 +IHNpc3Rlcg== 4841 +IOuV 4842 +IFN1cmU= 4843 +cmllbmQ= 4844 +YWlnbg== 4845 +IHNob3du 4846 +IHNhYw== 4847 +IHNvbnQ= 4848 +IGNlbnR1cnk= 4849 +IHRpZW4= 4850 +IM66 4851 +IFNU 4852 +IG9sZGVy 4853 +aWVt 4854 +IHRydWx5 4855 +IFNp 4856 +IHdpbmRvdw== 4857 +aXF1ZXM= 4858 +YXJpbw== 4859 +IGxvY2F0aW9u 4860 +zro= 4861 +IOyc 4862 +dmk= 4863 +YWd1ZQ== 4864 +IFNvcnJ5 4865 +IGRpc3A= 4866 +IGhlbGw= 4867 +IMOJ 4868 +IHRyYWRl 4869 +IGNyaXRpY2Fs 4870 +IOqx 4871 +IG5hbWVk 4872 +IHByZXBhcmVk 4873 +IEhvdXNl 4874 +YWx1 4875 +IHRvdWdo 4876 +IHRyaXA= 4877 +IHNhbmQ= 4878 +Y2Vs 4879 +w7x6 4880 +IFB1dA== 4881 +IGFwYXJ0 4882 +aXNm 4883 +dmlz 4884 +IGxpYnI= 4885 +YXZlbg== 4886 +IHZpZQ== 4887 +IGVmZmVjdGl2ZQ== 4888 +4Liy 4889 +IG1hZ24= 4890 +IG11aXRv 4891 +IOq1 4892 +aGFs 4893 +IGxpbWl0 4894 +IG5pbmU= 4895 +IHdpbGxpbmc= 4896 +xLHFnw== 4897 +c3A= 4898 +0LXQsw== 4899 +aGk= 4900 +IGFsdA== 4901 +IEphbg== 4902 +IG9yaWdpbg== 4903 +IFVz 4904 +IGVsZW1lbnRz 4905 +IHVzZXM= 4906 +IGhlbHBmdWw= 4907 +IGZsYXQ= 4908 +IGZhbWlsaWFy 4909 +IFBhcms= 4910 +IGNvcmU= 4911 +IGNsb3Nlcg== 4912 +IGFjdGl2ZQ== 4913 +IGFkbWluaXN0 4914 +Q0U= 4915 +0L3Ri9C1 4916 +54Q= 4917 +IHJlbGF0aXZl 4918 +IG1lbnRhbA== 4919 +IHJhbmRvbQ== 4920 +IHBhcnRuZXI= 4921 +IHV0aWw= 4922 +cGhvbmU= 4923 +IHJ1bGU= 4924 +d3c= 4925 +IOyglQ== 4926 +IHNjaG9u 4927 +IGNvZmZlZQ== 4928 +SEE= 4929 +IGNvbm5lY3Rpb24= 4930 +IHVuaXQ= 4931 +bGF1Z2hpbmc= 4932 +bG9n 4933 +IGFwcGw= 4934 +0LvQsA== 4935 +dXNpYw== 4936 +IEJyYQ== 4937 +IGFueXdoZXJl 4938 +QVVESQ== 4939 +IHNlcGFyYXRl 4940 +Ym94 4941 +IGRpdmlk 4942 +IHRlc3Rpbmc= 4943 +IHNpY2s= 4944 +IHdlcmVu 4945 +INec1w== 4946 +IGFkdmFudGFnZQ== 4947 +IHRyYW5zZmVy 4948 +Jy4= 4949 +IOu5 4950 +IGZpbmRpbmc= 4951 +0L3QvtC5 4952 +IOyiiw== 4953 +IGZvcnQ= 4954 +IGVjb25vbXk= 4955 +IGxhY2s= 4956 +IGxlYXZpbmc= 4957 +IGRpbQ== 4958 +5Y4= 4959 +IFJlcw== 4960 +2K0= 4961 +IGRpc2N1c3Npb24= 4962 +0LXQvw== 4963 +IGdlcw== 4964 +ZHVjdA== 4965 +IGNoYWlu 4966 +IHVzZXJz 4967 +ZWNo 4968 +xYJh 4969 +IGRpc2g= 4970 +IGNhcmVmdWw= 4971 +IHRlYWNoZXI= 4972 +IG9wdGlt 4973 +IGZsdQ== 4974 +YXRpY2FsbHk= 4975 +IHJlZmxlY3Q= 4976 +IHRyZWF0bWVudA== 4977 +ZWVk 4978 +acSZ 4979 +w7k= 4980 +4K6+ 4981 +IGVxdWlw 4982 +IHBsYW5uaW5n 4983 +IHNvbHZl 4984 +IFRvbQ== 4985 +IGF2b2lk 4986 +IHBvdQ== 4987 +IGdyZWF0ZXI= 4988 +bGlu 4989 +T0w= 4990 +IEx1 4991 +IE1vcmU= 4992 +IGF0dHJhY3Q= 4993 +w6pu 4994 +dW5h 4995 +IHBob3Rv 4996 +ZXJhdGlvbg== 4997 +IHBsYW5ldA== 4998 +IGNvcHk= 4999 +IHZpc3VhbA== 5000 +aXJpbmc= 5001 +IGludGVybmF0aW9uYWw= 5002 +IGxhdWdoaW5n 5003 +IHRoaWNr 5004 +IGhvbGRpbmc= 5005 +IGJyaW5naW5n 5006 +IGxldHRlcg== 5007 +IGJ1cm4= 5008 +IGVmZmVjdHM= 5009 +aXTDqQ== 5010 +b3Vycw== 5011 +T1Q= 5012 +w6ptZQ== 5013 +IFNjaG9vbA== 5014 +15XXqg== 5015 +cm9wcmk= 5016 +bGln 5017 +zrHOuQ== 5018 +IGFkdWx0 5019 +IHN1Z2Fy 5020 +IHJpZGU= 5021 +IGhpZ2hsaWdodA== 5022 +IG5vYm9keQ== 5023 +IDIx 5024 +IGNoYXQ= 5025 +INC/0YDQuA== 5026 +IGlubm92 5027 +dW5nZW4= 5028 +IGF0dGFjaA== 5029 +ZWRvbQ== 5030 +5Yo= 5031 +eWw= 5032 +IGxlZ2Fs 5033 +IHJpY2U= 5034 +IGNvbGxhYm9y 5035 +a2luZw== 5036 +ZG93bg== 5037 +5pk= 5038 +IGlo 5039 +IEFj 5040 +b3VzbHk= 5041 +IHJhcA== 5042 +IHNvbGlk 5043 +IGdlbmVyYWxseQ== 5044 +IHBhdHRlcm4= 5045 +YWxp 5046 +4Lit 5047 +IHRyYW5zbA== 5048 +aW50ZXI= 5049 +YXVsdA== 5050 +IOuo 5051 +IGV4cHJlc3M= 5052 +IGV4YW1wbGVz 5053 +IGNob3Nl 5054 +IHRlbGxz 5055 +w61z 5056 +YWludA== 5057 +IFRlbGw= 5058 +IE1pY2hhZWw= 5059 +5qg= 5060 +IE51bWJlcg== 5061 +IHRhcA== 5062 +IGV4cGVyaW1lbnQ= 5063 +IGJlbmVmaXQ= 5064 +IOyw 5065 +IHNlcXU= 5066 +IGV4cGVuc2l2ZQ== 5067 +IGdlbmVyYXRpb24= 5068 +IE1hbnk= 5069 +IGFkZGluZw== 5070 +IGtpbA== 5071 +IGNhbXBhaWdu 5072 +IEFudA== 5073 +cmF3 5074 +b21tZW4= 5075 +IHNvdWw= 5076 +am8= 5077 +IEFjdHVhbGx5 5078 +YW1t 5079 +6rKg 5080 +IG1heGlt 5081 +IHNhbHQ= 5082 +IGNydQ== 5083 +IGNhbGxpbmc= 5084 +IGJhc2lz 5085 +YmFu 5086 +IGtlZXBpbmc= 5087 +IE1vcg== 5088 +ZWRz 5089 +7IY= 5090 +IHRvZG8= 5091 +0LDQvNC4 5092 +0L3Rjw== 5093 +IGxpdmVk 5094 +IER1 5095 +Zm9yY2U= 5096 +ZmVyZW5jZQ== 5097 +YWxh 5098 +IG9jY3Vy 5099 +c2s= 5100 +IHJlY2VudA== 5101 +IGNhcnM= 5102 +IHRyYWRpdGlvbmFs 5103 +ZW50bGU= 5104 +sog= 5105 +IGhlbGQ= 5106 +IG5hY2g= 5107 +IENlbnRlcg== 5108 +ZXJlbg== 5109 +IGJpbg== 5110 +2YE= 5111 +IGNvbW1l 5112 +IHJldmU= 5113 +IOyYpA== 5114 +IGV4cGVjdGVk 5115 +YWJpbA== 5116 +IGZvY3VzZWQ= 5117 +b3Y= 5118 +IGlQ 5119 +b3JpYWw= 5120 +aXJv 5121 +IGV0Yw== 5122 +YW1pbmc= 5123 +IFNvbg== 5124 +IHllc3RlcmRheQ== 5125 +IHN0cmF0ZQ== 5126 +INGG 5127 +IOuP 5128 +cGVz 5129 +IGFjdGl2aXR5 5130 +IGFkdmljZQ== 5131 +IG9wZW5pbmc= 5132 +Zmlu 5133 +IHJlbGE= 5134 +6ZY= 5135 +IGluc3RhbmNl 5136 +IEV2ZXJ5b25l 5137 +Ymw= 5138 +cGVu 5139 +IHZpc2lvbg== 5140 +IEFsZXg= 5141 +aWZvcm4= 5142 +IHRpY2s= 5143 +SGU= 5144 +IHN0cmF0ZWd5 5145 +IGtvbQ== 5146 +UEU= 5147 +IEds 5148 +IGVsZWN0cmlj 5149 +MTU= 5150 +IGRhaWx5 5151 +IGh1c2JhbmQ= 5152 +IHN0YXRpb24= 5153 +IGFuYWx5c2lz 5154 +eW5hbQ== 5155 +IGF0dGVtcHQ= 5156 +IGJpbGxpb24= 5157 +dmFudA== 5158 +IGZvcnRo 5159 +IG1hdGg= 5160 +YWx5 5161 +IGJlaGF2aW9y 5162 +IE1hcw== 5163 +a2Fu 5164 +IERheQ== 5165 +IGJsZXNz 5166 +IGd1dA== 5167 +IEhpZ2g= 5168 +b3g= 5169 +IGRyZXNz 5170 +IGplZA== 5171 +6K8= 5172 +5ZY= 5173 +IGV4cGVyaWVuY2Vz 5174 +aXN0YQ== 5175 +IGZpZ2h0aW5n 5176 +5bc= 5177 +INGB0Lo= 5178 +IG1vc3RseQ== 5179 +YXVzZQ== 5180 +IHBpY3R1cmVz 5181 +0LXQvdGC 5182 +IG1hZA== 5183 +IG1vZGVscw== 5184 +0YjQtQ== 5185 +IENvdW50 5186 +xYQ= 5187 +xYJv 5188 +ZXB0 5189 +T00= 5190 +IEFO 5191 +IHRyb3VibGU= 5192 +NDA= 5193 +IGJpcmQ= 5194 +dWxhdGU= 5195 +IG11cg== 5196 +IHByb2R1Y2U= 5197 +IG1hcnJpZWQ= 5198 +Yml0 5199 +IHRoZW9yeQ== 5200 +7Zg= 5201 +IGxlYWRlcg== 5202 +IExhc3Q= 5203 +QUE= 5204 +6LU= 5205 +IGltYWdlcw== 5206 +IGV4cGFuZA== 5207 +IFBvcg== 5208 +IHB1cmNo 5209 +IFNhbg== 5210 +IENocmlzdG1hcw== 5211 +IEF1c3RyYWw= 5212 +IHdpZA== 5213 +IE1pc3M= 5214 +IGtub3dpbmc= 5215 +IHpl 5216 +c2hpcA== 5217 +a3U= 5218 +0YXQvtC0 5219 +IEluc3RhZ3JhbQ== 5220 +IEluZGlh 5221 +IGVzdGE= 5222 +IENhbGlmb3Ju 5223 +IDcw 5224 +IGRyYWc= 5225 +IGJydXNo 5226 +IG5hbWVz 5227 +QW5k 5228 +IHlv 5229 +aWxsYQ== 5230 +IHNjaGVk 5231 +IGRlc3Ryb3k= 5232 +eWVhcg== 5233 +IHZhbW9z 5234 +INmE 5235 +w6dh 5236 +IGZvcmdvdA== 5237 +0LjQtQ== 5238 +IHJhaXNl 5239 +cmVtZQ== 5240 +7ZW0 5241 +IEdpdmU= 5242 +IGNvbnRhaW4= 5243 +cmFi 5244 +IGdpZnQ= 5245 +INGB0L8= 5246 +IHJlcXVlc3Q= 5247 +IHNodXQ= 5248 +IGRlZ3JlZXM= 5249 +IGJlbmVmaXRz 5250 +0YvQtQ== 5251 +IHN0dWRpZXM= 5252 +IGVuZHM= 5253 +IGV2ZXJ5d2hlcmU= 5254 +IGhlcm8= 5255 +b3Bo 5256 +ZXJyeQ== 5257 +IG1hdGVyaWFscw== 5258 +ZW5lZA== 5259 +TkE= 5260 +5Y0= 5261 +IG11eQ== 5262 +IHdvcnNl 5263 +IE1hZA== 5264 +IGRlY2lzaW9ucw== 5265 +aW9uZQ== 5266 +IGZvcmVpZ24= 5267 +bGF1Z2h0ZXI= 5268 +aWJlcg== 5269 +0LXQvdC40Y8= 5270 +44WL 5271 +IHJlYWxpemVk 5272 +IGlnbg== 5273 +IHdlYWs= 5274 +IM68 5275 +IHNjYXJlZA== 5276 +IGFzc3Vt 5277 +QUs= 5278 +778= 5279 +77+9 5280 +IGNvdmVyZWQ= 5281 +IFNhdA== 5282 +INC+0L0= 5283 +IGluZGl2aWR1YWxz 5284 +IGNvbXBhcmVk 5285 +MTE= 5286 +IEFkZA== 5287 +aWNsZXM= 5288 +IGNlcnQ= 5289 +cmFy 5290 +IGJyaWVm 5291 +IGFjdGl2aXRpZXM= 5292 +IGZhYg== 5293 +YmFy 5294 +IGFzdA== 5295 +IE90aGVy 5296 +IGNsYXNzZXM= 5297 +IG9n 5298 +IG1pc3Npbmc= 5299 +6Z0= 5300 +d2Vycw== 5301 +16k= 5302 +IGludHJvZHVjZQ== 5303 +IGVxdWF0aW9u 5304 +IG5vbQ== 5305 +IHBhaW50aW5n 5306 +dXNoaW5n 5307 +IEFQ 5308 +IGVuY291cmFnZQ== 5309 +IHNoaXA= 5310 +aXR0ZWU= 5311 +aXZlcnNl 5312 +b3Rh 5313 +bmFt 5314 +IGV4ZXJjaXNl 5315 +INCt 5316 +IG5hcw== 5317 +IHRob3VzYW5kcw== 5318 +IENhbGlmb3JuaWE= 5319 +IHNlcw== 5320 +IHJvdw== 5321 +nog= 5322 +IHBhbmRlbWlj 5323 +IHNraWxs 5324 +YmVs 5325 +IGRpcmVjdG9y 5326 +IG1pbGs= 5327 +IG51dA== 5328 +IG1vdGlvbg== 5329 +IGNsb3NlZA== 5330 +6Kg= 5331 +IGNyZWRpdA== 5332 +YWhy 5333 +IGNoZWVzZQ== 5334 +IGFsdGVybg== 5335 +aW1hdGVseQ== 5336 +IHN1c3Q= 5337 +IFRyYQ== 5338 +IGdsYWQ= 5339 +IGhpZ2hseQ== 5340 +IHdh 5341 +IHJlZHVjZQ== 5342 +IGJsZQ== 5343 +YWRvcg== 5344 +aW5hdGVk 5345 +aW9uZXM= 5346 +Y2llbnQ= 5347 +IGRlcGVuZGluZw== 5348 +IHNoYXJpbmc= 5349 +IGNhdWdodA== 5350 +cmFlbA== 5351 +IG1laHI= 5352 +IHBhc3Npb24= 5353 +55s= 5354 +IHJ1 5355 +IGZhcm0= 5356 +VEk= 5357 +YXZlcw== 5358 +IFJvYg== 5359 +IEJybw== 5360 +IG1vdGl2 5361 +cmV0Y2g= 5362 +cnVwdA== 5363 +IEJpZw== 5364 +IGFsbGU= 5365 +IGV0dA== 5366 +dWJz 5367 +IEphcGFuZXNl 5368 +IEhhbGw= 5369 +0LjQu9C4 5370 +QVVESUJMRQ== 5371 +56w= 5372 +IGNlbGxz 5373 +aWth 5374 +ZWxpbmU= 5375 +aWxlcg== 5376 +IOyj 5377 +IHNreQ== 5378 +SU5BVURJQkxF 5379 +ZW5kZQ== 5380 +YXB0ZXI= 5381 +IHBpbg== 5382 +IGdhdGhlcg== 5383 +aG9s 5384 +bGVjdGlvbg== 5385 +IHN5bg== 5386 +IHBsdWc= 5387 +cm91bmQ= 5388 +IHVuaXZlcnNpdHk= 5389 +aGli 5390 +IGZhbnRhc3RpYw== 5391 +a24= 5392 +IGhvbGU= 5393 +IFJlbWVtYmVy 5394 +aW5jdA== 5395 +YWtz 5396 +Q0g= 5397 +IGJyb2tlbg== 5398 +IHN0cmF0ZWc= 5399 +IGFsaXZl 5400 +IHRhbms= 5401 +IGNhcnQ= 5402 +cmF0ZWQ= 5403 +cmll 5404 +IFN0ZXA= 5405 +IEV2ZXJ5dGhpbmc= 5406 +IGJvdW5k 5407 +IHNvYnJl 5408 +IGN1c3RvbWVy 5409 +oYw= 5410 +dXJn 5411 +IEJpbGw= 5412 +TGE= 5413 +d2hhdA== 5414 +IHJlYWN0aW9u 5415 +IHNlc3Npb24= 5416 +IHBsYW5z 5417 +IOydtOugh+qyjA== 5418 +IGRvd25sb2Fk 5419 +7Jk= 5420 +dWVy 5421 +IGNhYg== 5422 +IGluc3Ry 5423 +aWZ5aW5n 5424 +IE5pY2U= 5425 +IHRlYW1z 5426 +xLFs 5427 +IGdvYWxz 5428 +aXNjaA== 5429 +IHRyYW5zcG9ydA== 5430 +IGFuaW1hbA== 5431 +IGNvc3Rz 5432 +IGNhbGxz 5433 +IHNlaHI= 5434 +7Ig= 5435 +cmlhbg== 5436 +IGRpYWw= 5437 +IHdlYXRoZXI= 5438 +4LmA 5439 +INCy0L7Rgg== 5440 +IFBsYXk= 5441 +IHNoYXJlZA== 5442 +IHNtb290aA== 5443 +YWJh 5444 +IGxlYXZlcw== 5445 +4K6p 5446 +IGNvbmNlbnQ= 5447 +IHNoaWZ0 5448 +IOuQmA== 5449 +IEdvdmVybg== 5450 +IGRlbW9uc3Q= 5451 +IGJ1dHRlcg== 5452 +IOyXrA== 5453 +IHNhdGlzZg== 5454 +iOus 5455 +IHJlY29nbml6ZQ== 5456 +IEZyZW5jaA== 5457 +IHZvbHVtZQ== 5458 +w6RuZA== 5459 +0YPQvA== 5460 +IOynhA== 5461 +IEtlZXA= 5462 +b3dh 5463 +aXBwZWQ= 5464 +0YHRgtGA 5465 +IGRldGVjdA== 5466 +IM+D 5467 +IGxpZnQ= 5468 +IGNsb3RoZXM= 5469 +IFN0b3A= 5470 +w7U= 5471 +bWV0 5472 +IGNsaW4= 5473 +IGFycg== 5474 +ZnJpZW5k 5475 +IHN0dWNr 5476 +WWU= 5477 +aGFuZA== 5478 +dW1h 5479 +IHNjcmk= 5480 +IGZ1Y2tpbmc= 5481 +Y3RvcnM= 5482 +16o= 5483 +IGpvaW5pbmc= 5484 +IGNldHRl 5485 +INij 5486 +IFdoaXRl 5487 +IGlocg== 5488 +zq0= 5489 +IGluY2x1ZGVk 5490 +ZXNzbw== 5491 +IGFjYWQ= 5492 +YnVt 5493 +IHNhYg== 5494 +INC00LvRjw== 5495 +dWZhY3Q= 5496 +IFJlcHVibGlj 5497 +cmlt 5498 +IHllbGxvdw== 5499 +IGxpbWl0ZWQ= 5500 +VEVS 5501 +IFR5 5502 +IG5vdGVz 5503 +dmVzdA== 5504 +0LjQtw== 5505 +YWxlZA== 5506 +IHBoYXNl 5507 +YW5kYQ== 5508 +IE1vbQ== 5509 +Ukk= 5510 +IGltbWVy 5511 +bWFs 5512 +IGluag== 5513 +IHlhbmc= 5514 +dWRpYmxl 5515 +0LDQsw== 5516 +IHNldHQ= 5517 +IG1hZ2lj 5518 +IGVuc3VyZQ== 5519 +IHNwcmluZw== 5520 +IHNob2Nr 5521 +IHdoZWVs 5522 +0L7Qs9C00LA= 5523 +IGNhbmNlcg== 5524 +IHJvb3Q= 5525 +0JA= 5526 +Z2VuY3k= 5527 +IOuN 5528 +aWk= 5529 +IG91dHB1dA== 5530 +IGNvbW1pdA== 5531 +IHdvcmtlcnM= 5532 +7JWE7JqU 5533 +INGB0LDQvA== 5534 +dmV5 5535 +IHBldQ== 5536 +IGNpdmls 5537 +aXNj 5538 +IGJyaW5ncw== 5539 +0YDQsNCy 5540 +YW5pYQ== 5541 +xIE= 5542 +Y3JhZnQ= 5543 +bWJvbA== 5544 +IGludGVsbGln 5545 +Ymk= 5546 +YWNpbmc= 5547 +eW91 5548 +IGJlY29taW5n 5549 +IERlcg== 5550 +ZW1h 5551 +IGluZ3JlZA== 5552 +IGNvbW1hbmQ= 5553 +IHVwZGF0ZQ== 5554 +IHByZW0= 5555 +IG9wZW5lZA== 5556 +hKQ= 5557 +0LXQvdC40LU= 5558 +IGdhcmQ= 5559 +IHN0YXRlbWVudA== 5560 +IHNjcmV3 5561 +IHByb3Rl 5562 +IGNhcmRz 5563 +IHRhc2s= 5564 +IGV2ZW5pbmc= 5565 +IHN0aXRjaA== 5566 +aW5lbg== 5567 +IEJlcg== 5568 +bWFyaw== 5569 +IERhZA== 5570 +INC10YHRgtGM 5571 +INee1w== 5572 +7JeI 5573 +IGJhbg== 5574 +IGNsaW0= 5575 +IGZyZWVkb20= 5576 +IG5vcm1hbGx5 5577 +0LXRgdGM 5578 +5aY= 5579 +IHByb3ZpZGVk 5580 +IOyekA== 5581 +IOyVhOuLiA== 5582 +IEtpbQ== 5583 +aWVkZXI= 5584 +7J2M 5585 +IGNpdGl6 5586 +IGJpa2U= 5587 +IGJhaw== 5588 +IG5vaXNl 5589 +IGNsaW1hdGU= 5590 +aXplcw== 5591 +IGluY3JlYXNpbmc= 5592 +IFRIRQ== 5593 +IGxpcXU= 5594 +IHBlcnNvbmFsbHk= 5595 +ZWY= 5596 +cmVzcA== 5597 +IGxlZ3M= 5598 +aW5kZXI= 5599 +IHBlZA== 5600 +IOunjg== 5601 +IGRlcGVuZA== 5602 +IHZhcmlldHk= 5603 +IElzcmFlbA== 5604 +IHdhc2g= 5605 +5YY= 5606 +IHF1aWV0 5607 +IEphbWVz 5608 +IEpldw== 5609 +IGZvcmV2ZXI= 5610 +IEludA== 5611 +IGNvdW50ZXI= 5612 +dXJhbmNl 5613 +IEFueXdheQ== 5614 +Y2FyZQ== 5615 +IE9ubHk= 5616 +Y2nDs24= 5617 +YWRp 5618 +IEV2 5619 +64uI6rmM 5620 +IM6x 5621 +IHNsb3dseQ== 5622 +INC+0LQ= 5623 +IG5vdGljZWQ= 5624 +aWVyZW4= 5625 +IGZlbGw= 5626 +INCR 5627 +IG3Dqm1l 5628 +IHdoZW5ldmVy 5629 +ISk= 5630 +IEh5 5631 +5bw= 5632 +b3Jkcw== 5633 +dXNpb24= 5634 +IFN0YXI= 5635 +IO2Y 5636 +IE1hYw== 5637 +aXZlbg== 5638 +IOyLnA== 5639 +IOyXhg== 5640 +IFR1cg== 5641 +IGdlcg== 5642 +cmlz 5643 +IHZleg== 5644 +INC70Y4= 5645 +IHZlcnN1cw== 5646 +2KfY 5647 +b2NvbGF0ZQ== 5648 +IHBsYW5l 5649 +IHpv 5650 +IHN1aXQ= 5651 +VGhpcw== 5652 +IG5lcnY= 5653 +IEFjYw== 5654 +0YPQtg== 5655 +7IKs 5656 +bmg= 5657 +ZW1l 5658 +IGF1c3M= 5659 +IG1lYXM= 5660 +IHRyw6hz 5661 +z4k= 5662 +0YHQu9C4 5663 +IEFydA== 5664 +IFNlY29uZA== 5665 +0L7Qu9GM0LrQvg== 5666 +Y2hv 5667 +aXRlY3Q= 5668 +0LXRgdGC 5669 +IGJvc3M= 5670 +IGluY29tZQ== 5671 +oKQ= 5672 +IHNoYWQ= 5673 +IGFwcHJvcHJp 5674 +IE1hbA== 5675 +b3B0 5676 +IGFydGlzdA== 5677 +IHBsYXlz 5678 +b3RoZXJz 5679 +IEludGVy 5680 +IHZpcnVz 5681 +IGh1bmc= 5682 +IGNvbnN0YW50 5683 +IHNjcmlwdA== 5684 +IHNub3c= 5685 +dWxm 5686 +a2V0 5687 +IGRldmljZXM= 5688 +IG1ldGFs 5689 +aWdodHM= 5690 +7IS4 5691 +IHNhbGVz 5692 +IHZlZ2V0 5693 +IGNvbGxlY3Rpb24= 5694 +IHZpYQ== 5695 +a2Vy 5696 +IGdvdHRlbg== 5697 +T1c= 5698 +acOpbg== 5699 +IGFjY3Vy 5700 +IHdhdmU= 5701 +dWx0eQ== 5702 +IEFpcg== 5703 +IGxlYWRpbmc= 5704 +aWNpbmc= 5705 +IGNlbnRyYWw= 5706 +IENocmlzdGlhbg== 5707 +ZnI= 5708 +IEFsdGhvdWdo 5709 +IHNvbmdz 5710 +IGZpZg== 5711 +0L3Ri9GF 5712 +IGJlbG9uZw== 5713 +b3NzaWJsZQ== 5714 +7LA= 5715 +IHBob3Rvcw== 5716 +aXNs 5717 +IHJlbGF4 5718 +c2E= 5719 +VVNJQw== 5720 +6rc= 5721 +IG1hbnVmYWN0 5722 +IFR3aXR0ZXI= 5723 +IGRhbmdlcm91cw== 5724 +IGh5ZA== 5725 +bGVhcg== 5726 +aWFudA== 5727 +IOKApg== 5728 +IHN1ZGRlbmx5 5729 +IGxhdWdo 5730 +IGFuZ2xl 5731 +IEdvdA== 5732 +IHdvcnJpZWQ= 5733 +0L7QtQ== 5734 +IHBhcA== 5735 +IE1hcnQ= 5736 +ZW5v 5737 +IGJhdHRlcnk= 5738 +INC/0L7RgQ== 5739 +IGxpZ2h0cw== 5740 +IGFybXM= 5741 +IEFicw== 5742 +bWVz 5743 +4oCT 5744 +dXNldW0= 5745 +IHRlYQ== 5746 +IE1pYw== 5747 +IGZvcm1lcg== 5748 +b2dyYXBoeQ== 5749 +IGFwcGxpY2F0aW9ucw== 5750 +IERpcmU= 5751 +IGZlZWRiYWNr 5752 +aXRjaGVu 5753 +eW9ydW0= 5754 +dWVk 5755 +aWd0 5756 +xrDhuw== 5757 +b3NpdGlvbg== 5758 +IERlbA== 5759 +IO2VmOs= 5760 +IEJhY2s= 5761 +YWRz 5762 +IHByaW1l 5763 +7KO8 5764 +7KOg 5765 +15E= 5766 +IG11dA== 5767 +XS4= 5768 +INCX 5769 +bG9j 5770 +a2lu 5771 +IGV4cGVydA== 5772 +IGFscmlnaHQ= 5773 +dW5ncw== 5774 +IHN1cHBseQ== 5775 +IGxlYWRlcnNoaXA= 5776 +IEZyYQ== 5777 +IHR5cGljYWxseQ== 5778 +IHNlbA== 5779 +IHRyZWVz 5780 +IDIy 5781 +aGFy 5782 +IHdvcnN0 5783 +IGJ1c3k= 5784 +YW50bw== 5785 +IFVw 5786 +IEJhcw== 5787 +IHByZXNlbnRhdGlvbg== 5788 +IHN0cmFuZ2U= 5789 +IHRoaW4= 5790 +0YLQtQ== 5791 +IHZlaGljbGU= 5792 +INC00L4= 5793 +Y2VsbGVudA== 5794 +NzA= 5795 +IHRpcmVk 5796 +IGNyaXNpcw== 5797 +IHRpbnk= 5798 +YXN5 5799 +IHJhbg== 5800 +6Yc= 5801 +IGZvcmNlcw== 5802 +INC+0Yc= 5803 +IGlkZW50aWZ5 5804 +IGFzc2Vzcw== 5805 +0LjRgtC1 5806 +U0U= 5807 +IGNyZWF0aXZl 5808 +558= 5809 +IGRlcGFydG1lbnQ= 5810 +IGluaXRpYWw= 5811 +IERhbQ== 5812 +YWt0 5813 +dmVyZQ== 5814 +IGluZmVjdA== 5815 +IHB1bXA= 5816 +4bqh 5817 +IHZpZWw= 5818 +IHJhcmU= 5819 +IGRvdA== 5820 +YXNoaW9u 5821 +ZW1wbA== 5822 +IGZsZXg= 5823 +IGtvbg== 5824 +IHRydWNr 5825 +IGxlY3Q= 5826 +IHBsYXN0aWM= 5827 +bGF3 5828 +IGxpa2Vz 5829 +IHJvdWdo 5830 +IE1BVA== 5831 +7Z6I 5832 +IGNvbW1lcg== 5833 +IGFzc2U= 5834 +IGNha2U= 5835 +IGFjdGlvbnM= 5836 +IGFkbQ== 5837 +IG90aGVyd2lzZQ== 5838 +IEhlYWx0aA== 5839 +IGNvbGxl 5840 +4LmA4Lg= 5841 +IHJ1Yg== 5842 +5pQ= 5843 +IHNjcg== 5844 +IHp1bQ== 5845 +IEhpbQ== 5846 +IGNoYW1w 5847 +IGNvbmNlcm5lZA== 5848 +IDUwMA== 5849 +IHBsYXRl 5850 +IE91dA== 5851 +IGRvbmM= 5852 +IGVxdWlwbWVudA== 5853 +IHRhdWdodA== 5854 +bGxlZA== 5855 +IO2Z 5856 +aXZh 5857 +IG1vdG9y 5858 +wrs= 5859 +IGd1aWRl 5860 +5Yk= 5861 +IHN0b3BwZWQ= 5862 +IHJhdA== 5863 +IGxhYm9y 5864 +IGFpbQ== 5865 +IHByZXBhcmU= 5866 +INGI 5867 +IHNob290aW5n 5868 +YW5uZWQ= 5869 +Y3JpcHQ= 5870 +IGVuZW15 5871 +IGRlcGVuZHM= 5872 +IG5hdg== 5873 +IGJlcg== 5874 +IGxhbmRz 5875 +IHVuaXZlcnM= 5876 +aXU= 5877 +IGZhY3Rvcg== 5878 +b2tpbmc= 5879 +IGNhcmJvbg== 5880 +YnV0 5881 +IExvdmU= 5882 +ZWxk 5883 +IM61 5884 +IGdh 5885 +IMOpcw== 5886 +IGJyZWFk 5887 +IHZvbHQ= 5888 +7Yo= 5889 +IHdhc3Rl 5890 +IGtlZXBz 5891 +IHN0b3I= 5892 +IGhvbm9y 5893 +IHVubGVzcw== 5894 +IGNvbHVt 5895 +IOuMgA== 5896 +IHBsYW50cw== 5897 +WWVhaA== 5898 +IGluY2x1ZGVz 5899 +IG94 5900 +IHBldXQ= 5901 +66eM 5902 +7IOB 5903 +aXN0cnk= 5904 +4Lix 5905 +IERlcGFydG1lbnQ= 5906 +YW50YQ== 5907 +IGZpbmdlcg== 5908 +IHN0cmV0Y2g= 5909 +IHN5bWJvbA== 5910 +IG5laWdoYm9y 5911 +5qw= 5912 +6rCE 5913 +fn4= 5914 +INGC0Ys= 5915 +IEFiZXI= 5916 +a2Vz 5917 +IG1hc3NpdmU= 5918 +IENI 5919 +IFNhbA== 5920 +16A= 5921 +IGR5bmFt 5922 +YWNoZQ== 5923 +IFByZQ== 5924 +IG1vbml0b3I= 5925 +ZW50ZWQ= 5926 +RU8= 5927 +IHJhaXNlZA== 5928 +aXN0aWNz 5929 +2qk= 5930 +IHZvdQ== 5931 +aXRlbg== 5932 +obA= 5933 +IGJ1c2luZXNzZXM= 5934 +IGVhcm4= 5935 +IG1vYmlsZQ== 5936 +aWRhZGU= 5937 +IGhhYmU= 5938 +eXI= 5939 +bGljdA== 5940 +IGNvbmR1Y3Q= 5941 +IGZlZGVyYWw= 5942 +IHdv 5943 +YnU= 5944 +IG5vbmU= 5945 +IHRlYWNoZXJz 5946 +INin2YTY 5947 +aWRlbnRz 5948 +2KfZhA== 5949 +IHRyZW5k 5950 +0LXQtg== 5951 +IGFsYnVt 5952 +IG1pY2g= 5953 +YmFzZWQ= 5954 +4Li1 5955 +IHRyYW5zaXRpb24= 5956 +INC90L4= 5957 +w7Vlcw== 5958 +aG9zdA== 5959 +ZWR5 5960 +IFByb2Y= 5961 +cGFu 5962 +aWpu 5963 +IGNhcGFjaXR5 5964 +dW5kbw== 5965 +INeR1w== 5966 +IGJyZWF0aA== 5967 +INC80LXQvQ== 5968 +IG3DvA== 5969 +7Zk= 5970 +IEF1dA== 5971 +aGluZ3Rvbg== 5972 +IG5vcg== 5973 +IGdhaW4= 5974 +cG9pbnQ= 5975 +WWVz 5976 +INiq 5977 +IE5h 5978 +w6Vy 5979 +IGnDpw== 5980 +IE1hcnk= 5981 +IHNwaW4= 5982 +IGFudGk= 5983 +IHNvbWVob3c= 5984 +IGxhd3M= 5985 +IG1vbWVudHM= 5986 +IGdyZQ== 5987 +IG1vdmVz 5988 +IFdvdWxk 5989 +IHByZWRpY3Q= 5990 +IHZyYQ== 5991 +IDIwMTk= 5992 +toQ= 5993 +IGZ1bmRhbWVudA== 5994 +MjU= 5995 +IHB1cmU= 5996 +IHdvdw== 5997 +IGlzbGFuZA== 5998 +IGludmVzdG1lbnQ= 5999 +IGJhdGg= 6000 +IFlh 6001 +IGhhcmRlcg== 6002 +IHRpcHM= 6003 +5Zc= 6004 +IGVsZWN0cm9u 6005 +IEJvYg== 6006 +IGJvbmQ= 6007 +b2RpZXM= 6008 +IEF1Zw== 6009 +IGdpYnQ= 6010 +IGNoYWly 6011 +IHR3aWNl 6012 +d29vZA== 6013 +IGNsYXI= 6014 +IG1hc2s= 6015 +IGhvbmVzdGx5 6016 +IDIwMTg= 6017 +dGllcw== 6018 +Jyw= 6019 +IHBlbnM= 6020 +IHN1cnByaXNlZA== 6021 +IGNvbW11bmljYXRpb24= 6022 +IHNwcg== 6023 +IHdob3Nl 6024 +IHN0YXJz 6025 +15DX 6026 +IOKAiw== 6027 +IHByb3Blcmx5 6028 +IGdyZXc= 6029 +b3Npbmc= 6030 +IGRpdmVycw== 6031 +QUQ= 6032 +IGVtcHQ= 6033 +IGV4cHJlc3Npb24= 6034 +4bq/ 6035 +IFBhbA== 6036 +IGp1c3RpY2U= 6037 +IHBhaXI= 6038 +d28= 6039 +IHNlYXQ= 6040 +b3J0ZXI= 6041 +IGxpbmtz 6042 +IE1lcg== 6043 +IHJlbmQ= 6044 +0L3QvtC1 6045 +dXBpZA== 6046 +IEhlbA== 6047 +IE1hcmNo 6048 +IExv 6049 +0YHRjA== 6050 +IGhhc24= 6051 +IGV2YWx1 6052 +aWxvcw== 6053 +IGZ1bmRpbmc= 6054 +IHZlbg== 6055 +dWFu 6056 +IE1hc3Rlcg== 6057 +IE9s 6058 +IEZyZQ== 6059 +IHlhcA== 6060 +IFNpcg== 6061 +c2No 6062 +IG1pc3Rha2U= 6063 +YW1hbg== 6064 +IGRpbm5lcg== 6065 +IFdhc2hpbmd0b24= 6066 +IG9yZ2FuaXphdGlvbnM= 6067 +INC20LU= 6068 +YXZpbmc= 6069 +IHbDrQ== 6070 +IGJpcnRoZGF5 6071 +IGJlYXI= 6072 +INmB 6073 +IGFmZm9yZA== 6074 +IHJldmVu 6075 +IHJlbGF0aW9uc2hpcHM= 6076 +cm91Z2g= 6077 +IFRpbWU= 6078 +IHRhZw== 6079 +IFN1bg== 6080 +dWFyeQ== 6081 +IFBv 6082 +Y2Fy 6083 +YWJpbGl0aWVz 6084 +IHByaXNvbg== 6085 +IGxpYw== 6086 +7KCV 6087 +aWRkZW4= 6088 +IHNwZWNpZXM= 6089 +6bs= 6090 +IGZpcm0= 6091 +IHNjb3Jl 6092 +IGRpdA== 6093 +IHNwZWN0 6094 +IHBlbA== 6095 +IGNvbXBsaWNhdGVk 6096 +IHJhbms= 6097 +IG9wcG9zaXRl 6098 +IHBpY2tlZA== 6099 +INC60L7QvQ== 6100 +ZWxlcg== 6101 +IG1pZw== 6102 +IFNs 6103 +IE5ldA== 6104 +IG5lY2s= 6105 +IEZyYW5jZQ== 6106 +IHRlY2huaWNhbA== 6107 +4Lih 6108 +IG1pbGVz 6109 +IHByaW1hcnk= 6110 +IHNlaW4= 6111 +c2Vz 6112 +IGxhdWdocw== 6113 +YnJh 6114 +xZtjaQ== 6115 +cmlhZ2U= 6116 +IG5pYw== 6117 +ZXRlcnM= 6118 +IMOq 6119 +b2xvZ2llcw== 6120 +IElT 6121 +cmFk 6122 +dWRv 6123 +xLFuZA== 6124 +bWFy 6125 +IGV4Y2g= 6126 +IGNvbXBldGl0aW9u 6127 +IGF1c3Np 6128 +IFNlcnY= 6129 +IHJlbnQ= 6130 +IGNob2NvbGF0ZQ== 6131 +IHdpZWRlcg== 6132 +IG5lYXJseQ== 6133 +IHNwZWVjaA== 6134 +IHVuYw== 6135 +IHBhcmFt 6136 +IEJyaXRpc2g= 6137 +IHJlbWFpbg== 6138 +4LiB 6139 +dXJ0 6140 +INi5 6141 +IGNyYWNr 6142 +YWlscw== 6143 +IHByb21pc2U= 6144 +IHBheWluZw== 6145 +acOf 6146 +IGFkYXB0 6147 +0LDQu9Cw 6148 +IG1vdmllcw== 6149 +IHdpcmU= 6150 +n6w= 6151 +IHRlcnJpYmxl 6152 +IHPDsw== 6153 +IHBlcmZlY3RseQ== 6154 +b3JkaW4= 6155 +IGrDoQ== 6156 +IGltcG9zc2libGU= 6157 +IFRocmVl 6158 +IG5o 6159 +IHR1cm5pbmc= 6160 +cnVt 6161 +IEJlbA== 6162 +aWdn 6163 +IHJlc3BvbnNpYmxl 6164 +0LjQuQ== 6165 +IGluY3JlZGlibHk= 6166 +d2k= 6167 +aWFubw== 6168 +IGh1bWFucw== 6169 +IMOH 6170 +IHNldHRpbmdz 6171 +IGpveQ== 6172 +b290 6173 +IGRlYWxpbmc= 6174 +aWxsZWQ= 6175 +IHN1cnJvdW5k 6176 +IGZvbGxvd2Vk 6177 +IHBvc3NpYmx5 6178 +IGluaXRp 6179 +c3Rlbg== 6180 +IHByb3M= 6181 +IGNhbmRpZA== 6182 +IGFzc2lnbg== 6183 +IHZpb2xlbmNl 6184 +V2VsbA== 6185 +IHJpc2U= 6186 +UFM= 6187 +IHRhbWLDqW0= 6188 +IOuTpA== 6189 +aWFuY2U= 6190 +eWFu 6191 +IGF1ZGlv 6192 +IEJldA== 6193 +IEFtZXJpY2Fucw== 6194 +IEFzcw== 6195 +aXNjaGVu 6196 +7J6F 6197 +IHVsdGltYXRlbHk= 6198 +IHBvbGlj 6199 +IG1ham9yaXR5 6200 +IEZpbmFsbHk= 6201 +ZXJhcA== 6202 +IGd1YXJk 6203 +IE1BVFQ= 6204 +IGJyb3du 6205 +0LzQuA== 6206 +IGNoYQ== 6207 +IEhvbHk= 6208 +IG5lcnZvdXM= 6209 +aXBwaW5n 6210 +xJlk 6211 +IFNh 6212 +k5zr 6213 +toA= 6214 +bGll 6215 +IG51Yw== 6216 +IEFwcg== 6217 +6Zs= 6218 +IEtvcmVh 6219 +ZWdv 6220 +IENhbmFkYQ== 6221 +IGvDtm5uZW4= 6222 +IGNvbXBhcg== 6223 +IGdhbno= 6224 +IE1haXM= 6225 +IHRoZW1l 6226 +IGtp 6227 +IGRyYXdpbmc= 6228 +YXpvbg== 6229 +IE9mZg== 6230 +dHQ= 6231 +IFdpbmQ= 6232 +IHRvZG9z 6233 +IG9idmlvdXM= 6234 +0L3QsNGP 6235 +SU0= 6236 +INCg 6237 +d2VsbA== 6238 +IGJsb3c= 6239 +IGhvb2s= 6240 +IGNpcmNsZQ== 6241 +IOuztA== 6242 +IGFyY2hpdGVjdA== 6243 +IEty 6244 +IGPDsw== 6245 +IHByb3RlY3Rpb24= 6246 +ZWdh 6247 +5Yc= 6248 +IHdhdGNoZWQ= 6249 +IGFuc3dlcnM= 6250 +IGRpZXQ= 6251 +aXZv 6252 +IHBvd2Rlcg== 6253 +IHlvdXJz 6254 +IGhpZ2hlc3Q= 6255 +RkY= 6256 +5bo= 6257 +IGJveXM= 6258 +w7Z5bGU= 6259 +IGx1bmNo 6260 +IElJ 6261 +IHNldHM= 6262 +IG1vbGU= 6263 +24E= 6264 +IHdpbnRlcg== 6265 +IGx1Y2t5 6266 +IHJlc3BvbnNpYmlsaXR5 6267 +IHNpZ25hbA== 6268 +IHdvbmRlcmluZw== 6269 +IGF4 6270 +IGNvb2tpbmc= 6271 +0L7QstC+0YA= 6272 +bGVn 6273 +INC/0L7Rgg== 6274 +IHN1cnByaXNl 6275 +IGRlbW9jcg== 6276 +IGxvb3A= 6277 +IGphZw== 6278 +IGN1cmlvdXM= 6279 +IG1hcmtldGluZw== 6280 +0J0= 6281 +YXJvbg== 6282 +IEFwcGxl 6283 +IHZpcnR1YWw= 6284 +IDE5OA== 6285 +bm9vbg== 6286 +IE1ldA== 6287 +0L7RgdGC0L4= 6288 +0L7QsdGL 6289 +aXR1 6290 +IEF3 6291 +IGJ1eWluZw== 6292 +IHJlc3RhdXJhbnQ= 6293 +IEJ1ZA== 6294 +IGRvdWJ0 6295 +IGdyYW50 6296 +IHZlcmQ= 6297 +IGNhc2g= 6298 +IGZhY3VsdHk= 6299 +VGhhdA== 6300 +IEVpbg== 6301 +IHdlZA== 6302 +aXRuZXNz 6303 +IE1hZw== 6304 +bmVs 6305 +IG5hcnI= 6306 +IGFjY2lkZW50 6307 +IG1lZGl1bQ== 6308 +ZW1lbnRz 6309 +IGNyb3c= 6310 +bmlnaHQ= 6311 +7J28 6312 +IGxpYnJhcnk= 6313 +0LDRjtGC 6314 +IHRhbWJpw6lu 6315 +IHJlZmVyZW5jZQ== 6316 +IGZvdXJ0aA== 6317 +aG91c2U= 6318 +dmVudGlvbg== 6319 +IGZpbGxlZA== 6320 +IENvdXI= 6321 +aWJy 6322 +IG5n 6323 +IGRldmVsb3Bpbmc= 6324 +IHByb3ZpZGVz 6325 +IHBvbGw= 6326 +IHRyYWZmaWM= 6327 +YXJlbnRseQ== 6328 +4K6f 6329 +IGZvcm1z 6330 +IGNsaWVudA== 6331 +IGdlbnRsZQ== 6332 +IG11c3M= 6333 +IENvbmdyZXNz 6334 +IEluZGlhbg== 6335 +Y2Vhbg== 6336 +IHBpbA== 6337 +IGN6eQ== 6338 +c3Rvb2Q= 6339 +dXR5 6340 +IG7DpA== 6341 +IHNwZW5kaW5n 6342 +IGNvbnN0cnVjdGlvbg== 6343 +aW5hdWRpYmxl 6344 +IOuniA== 6345 +iOustA== 6346 +IOyDnQ== 6347 +b21h 6348 +b3Nlbg== 6349 +YWdv 6350 +IGxhcmdlc3Q= 6351 +44WL44WL 6352 +IHVuaXZlcnNl 6353 +YmVz 6354 +b3Nh 6355 +INC10LPQvg== 6356 +IGR1ZGU= 6357 +IE1BUg== 6358 +IGluZGVlZA== 6359 +zrXOuQ== 6360 +IG1hbmFnZWQ= 6361 +IFNob3VsZA== 6362 +U28= 6363 +IGFwcGxpZWQ= 6364 +IGZhaXJseQ== 6365 +IERlbg== 6366 +IGFuYWx5 6367 +IGNvbnN0YW50bHk= 6368 +0YHQvw== 6369 +SG93 6370 +IFNheQ== 6371 +ZW5jaWVz 6372 +IFBD 6373 +IGVnZ3M= 6374 +4K6w 6375 +IGV0aA== 6376 +IEVudMOjbw== 6377 +aW5hcg== 6378 +aW90 6379 +IGN6 6380 +IEV1cm9wZWFu 6381 +IEFN 6382 +IGPDoQ== 6383 +IHJhZGlv 6384 +p4w= 6385 +IGhpZGU= 6386 +IFN0YXJ0 6387 +IGNsdWI= 6388 +IEhvcGU= 6389 +IGVmZm9ydHM= 6390 +bHVzaW9u 6391 +IGNpdGllcw== 6392 +aG9uZQ== 6393 +IHJlYWNoZWQ= 6394 +IGd1aWQ= 6395 +cm9pZA== 6396 +IGhhcm0= 6397 +IGN1dHRpbmc= 6398 +IGJ1bA== 6399 +MTg= 6400 +aWVzdA== 6401 +IE1leA== 6402 +IGlyb24= 6403 +IGFmdGVybm9vbg== 6404 +IGhhbGw= 6405 +IHByenk= 6406 +IGdvc2g= 6407 +IGluZmx1ZW5jZQ== 6408 +INCy0LjQtA== 6409 +IGluY3JlYXNlZA== 6410 +IE1pbmlzdGVy 6411 +IGRpc2Np 6412 +IFBldGVy 6413 +IHZlcnQ= 6414 +IG1lbnU= 6415 +IHNlbGxpbmc= 6416 +dXJhbGx5 6417 +IHF1b3Rl 6418 +IMKh 6419 +IGNvbnRpbnVlcw== 6420 +bXByZQ== 6421 +IMWfZXk= 6422 +aXR1dGlvbg== 6423 +INC90LDRgQ== 6424 +Y2xlcw== 6425 +IEdlcm1hbg== 6426 +Y3p5 6427 +INCj 6428 +QmU= 6429 +IGtpdGNoZW4= 6430 +IFRyeQ== 6431 +aXBl 6432 +IGljb24= 6433 +YXJw 6434 +IHByb3ZpZGluZw== 6435 +IFRyYW5z 6436 +IHRlY2huaXF1ZQ== 6437 +IGjDpHI= 6438 +IGluZnJhc3Q= 6439 +IHN1c3A= 6440 +w7xjaw== 6441 +aWNpcA== 6442 +INCV 6443 +IGNpbg== 6444 +7Ja06w== 6445 +IHByeg== 6446 +IGNvbXBvbmVudA== 6447 +IGJ5ZQ== 6448 +IEJpYmxl 6449 +aXplcg== 6450 +Q2g= 6451 +IHNvbHV0aW9ucw== 6452 +IGFjY29tcGw= 6453 +IDIwMTY= 6454 +SUU= 6455 +IFRh 6456 +IGFzc3VtZQ== 6457 +IGxpcXVpZA== 6458 +IOuouQ== 6459 +IHF1YXJ0ZXI= 6460 +IGZlbWFsZQ== 6461 +IFRoaW5r 6462 +IHN0YXR1cw== 6463 +aXR1dGU= 6464 +IGNvYWNo 6465 +IHJlaW4= 6466 +IGNvbWJpbmF0aW9u 6467 +6Lc= 6468 +IFRlcg== 6469 +IG9iamVjdHM= 6470 +IGRpc3RyaWN0 6471 +IG1ha2V1cA== 6472 +IG11cmRlcg== 6473 +d2Fz 6474 +ZmVu 6475 +IGJvd2w= 6476 +IHB1Ymxpc2hlZA== 6477 +IHNwb3J0cw== 6478 +IGlkZW50aXR5 6479 +IHNlZW1lZA== 6480 +IGFjdGluZw== 6481 +0LvRjg== 6482 +cml4 6483 +IHVwbG9hZA== 6484 +IGhhc3Q= 6485 +IGJvYXQ= 6486 +IE1vZA== 6487 +cmlv 6488 +ID0= 6489 +IGN5Y2xl 6490 +r7g= 6491 +IGxvdWQ= 6492 +dXN0ZWQ= 6493 +Y29taW5n 6494 +IDIwMTc= 6495 +IG9udA== 6496 +IGxlZ2lzbA== 6497 +IHN0cnVjdA== 6498 +IFNvbWV0aGluZw== 6499 +IGNvbmZsaWN0 6500 +IHVwcGVy 6501 +IG1hbmFnZXI= 6502 +IG1vcnQ= 6503 +IGZyYQ== 6504 +IMSw 6505 +IE1pa2U= 6506 +IFdvcms= 6507 +IG7Dsw== 6508 +cGhlcmU= 6509 +IOyCrOs= 6510 +IExhbmQ= 6511 +IGZpbHRlcg== 6512 +IHByb21vdA== 6513 +5rA= 6514 +lbw= 6515 +IHJlY29yZGluZw== 6516 +150= 6517 +IGFzc29jaWF0ZWQ= 6518 +IGZ1ZWw= 6519 +dW5kZXI= 6520 +IGVsZWN0aW9u 6521 +IGVtcGxveWVlcw== 6522 +IENvbXA= 6523 +0YDRg9Cz 6524 +IFdv 6525 +cm9s 6526 +IHNhdmVk 6527 +IEhvbg== 6528 +IFZp 6529 +YWNh 6530 +cHJldA== 6531 +IHdldA== 6532 +IHN0dXBpZA== 6533 +IGxhZA== 6534 +IGZlc3Q= 6535 +IHdha2U= 6536 +INC40L0= 6537 +IGdyZWF0ZXN0 6538 +IEppbQ== 6539 +IHNlcmlvdXNseQ== 6540 +IOy5 6541 +IGZlZWxpbmdz 6542 +IDMwMA== 6543 +aWF0aW9u 6544 +IGJlYXV0eQ== 6545 +IOyemA== 6546 +IHNhbg== 6547 +k6A= 6548 +IC0o 6549 +IGNvbnNjaW91cw== 6550 +INC00LXQuw== 6551 +Ynll 6552 +55k= 6553 +TWFu 6554 +IGxldHM= 6555 +IHNob2Vz 6556 +eWQ= 6557 +IGRpc2FwcGU= 6558 +IENvdW50eQ== 6559 +IFNjb3R0 6560 +IGJ1dHQ= 6561 +IGFxdcOt 6562 +IGNvbmZpZw== 6563 +cmVzcG9uZA== 6564 +TEFVR0g= 6565 +qeuLiOuLpA== 6566 +IGRpdmlkZWQ= 6567 +IGFjcXU= 6568 +IHpvbmU= 6569 +IGtvbW0= 6570 +YcOnw6Nv 6571 +7Kec 6572 +Y3V0 6573 +IDIz 6574 +IG1heGltdW0= 6575 +cm9n 6576 +IHJ1bnM= 6577 +IGNvbXBvbmVudHM= 6578 +IGFycml2ZWQ= 6579 +IGNvbmZpZGVudA== 6580 +0YDQvtCy 6581 +IGhlaWdodA== 6582 +IHByb2NlZA== 6583 +RU0= 6584 +INCt0YLQvg== 6585 +IE1lbg== 6586 +IHRhbGtz 6587 +IGNvbmZpZGVuY2U= 6588 +IENocmlz 6589 +IGxlYWRz 6590 +IG5vc2U= 6591 +ZmFsbA== 6592 +YmI= 6593 +IE5vdGhpbmc= 6594 +aXNlcg== 6595 +IGluZGVwZW5kZW50 6596 +IG1pbm9y 6597 +IHN5bQ== 6598 +bGVu 6599 +Y2llbmNl 6600 +IGZhc2hpb24= 6601 +IHNleHVhbA== 6602 +IGJ1bg== 6603 +aGVyZQ== 6604 +IHNvaWw= 6605 +IGRpZXNl 6606 +IHNoYXA= 6607 +IGVtcHR5 6608 +IGpvdXJuYWw= 6609 +YWdvbg== 6610 +IFRoZWly 6611 +IHdlZWtlbmQ= 6612 +w610 6613 +IGVycm9y 6614 +IG5hcg== 6615 +w7g= 6616 +6Kk= 6617 +YW5jeQ== 6618 +IOyVig== 6619 +IGZvcmVzdA== 6620 +IGhhY2Vy 6621 +IG1pc3NlZA== 6622 +IGV2aWw= 6623 +IHN0b3JhZ2U= 6624 +IHNpbmdpbmc= 6625 +aW5oYQ== 6626 +IGtub2Nr 6627 +IGltcHJlc3M= 6628 +INC+0YfQtdC90Yw= 6629 +IEdvbGQ= 6630 +IFN1cg== 6631 +IFBvcnQ= 6632 +IExvbmQ= 6633 +IGZhemVy 6634 +b3R5 6635 +b3Rv 6636 +IGFueA== 6637 +IFdpbGxpYW0= 6638 +IGV4aXN0aW5n 6639 +cGxhY2U= 6640 +IENE 6641 +zrM= 6642 +IENvbGxlZ2U= 6643 +bG9y 6644 +IEVhc3Q= 6645 +c2Vu 6646 +ZmFjaA== 6647 +b2Z0 6648 +IGV4cGVyaWVuY2Vk 6649 +IGxvdmVz 6650 +aW1t 6651 +IHBvbHk= 6652 +IGVzc2U= 6653 +7KQ= 6654 +IEdyYW5k 6655 +6Kc= 6656 +Y2hlcg== 6657 +IHZpY3RpbQ== 6658 +IEdlcw== 6659 +0LvRjA== 6660 +dmlzaW9u 6661 +IHRhbGw= 6662 +IGxlbnM= 6663 +INC30L3QsA== 6664 +IEJvdGg= 6665 +IOyy 6666 +IHN1c3RhaW4= 6667 +IGFyZ3VtZW50 6668 +IGZhY3RvcnM= 6669 +IGF1dG9tYXRpY2FsbHk= 6670 +IGZydWl0 6671 +IGxpYmVy 6672 +IGFsZQ== 6673 +IFByZXNz 6674 +IEJh 6675 +INCz0L4= 6676 +IGh1bmRyZWRz 6677 +dGhhdA== 6678 +IFJpY2g= 6679 +IHJlY2lwZQ== 6680 +IElU 6681 +6Ic= 6682 +4bql 6683 +IGRlc2NyaWJl 6684 +IGRyaXZlcg== 6685 +IE9jdA== 6686 +IE1hdA== 6687 +0LTQtQ== 6688 +IG1lYWw= 6689 +IGxhdGVzdA== 6690 +IHRoZXJhcA== 6691 +IGNvbXBhcmU= 6692 +IEFtYXpvbg== 6693 +IOyigA== 6694 +IFJ1c3NpYQ== 6695 +IHN0cmluZw== 6696 +IGth 6697 +IENvbW11bg== 6698 +IGRpYQ== 6699 +SXM= 6700 +IG1pbGxpb25z 6701 +IGNvcnBvcg== 6702 +IGNvcnJlc3BvbmQ= 6703 +IGZpeGVk 6704 +IEpvZQ== 6705 +2Y4= 6706 +IHZpZXdz 6707 +IHJpdmVy 6708 +IHN0dWRpbw== 6709 +aWdnZXI= 6710 +IGZsYXZvcg== 6711 +IHByZXNlbmNl 6712 +IHVuaXRz 6713 +IHNhdmluZw== 6714 +YXZvdXI= 6715 +IHBlc3Nv 6716 +b3JpdGg= 6717 +IGhlcnM= 6718 +IE5hdA== 6719 +YXNpb24= 6720 +IEZyYW5r 6721 +0L7RiA== 6722 +xYJ5 6723 +7YQ= 6724 +IGVpbmVt 6725 +IGZ1bmN0aW9ucw== 6726 +dW1hbg== 6727 +IG5vcnRo 6728 +IOyghA== 6729 +IGhvcnNl 6730 +dmlk 6731 +IHBsZWFzdXJl 6732 +0LDRiA== 6733 +w6llcw== 6734 +aW5kYQ== 6735 +IHRhaWw= 6736 +IGV4cGxvcmU= 6737 +U1Q= 6738 +IGNvbW1lcmNpYWw= 6739 +IER1cmluZw== 6740 +YXJs 6741 +XTo= 6742 +Zml0 6743 +IHJhdGVz 6744 +5rM= 6745 +TVVTSUM= 6746 +IGhvdXNpbmc= 6747 +IGVpbmVy 6748 +IHNpdHVhdGlvbnM= 6749 +5os= 6750 +IGRlY3Jl 6751 +IGFwcHJvcHJpYXRl 6752 +0LXQvdC90L4= 6753 +JS4= 6754 +IGJhYw== 6755 +IHdhdA== 6756 +ZW5zaXR5 6757 +w6Ro 6758 +a25vd24= 6759 +aXR6 6760 +IGVtb3Rpb25hbA== 6761 +ZXJ2YXRpb24= 6762 +IGJsaW5k 6763 +MTY= 6764 +7YM= 6765 +IGpvaW5lZA== 6766 +IGxvY2F0ZWQ= 6767 +INGB0Lw= 6768 +YWRhcw== 6769 +YmVyZw== 6770 +IGRlc3M= 6771 +IGRlYXI= 6772 +ZWRlbg== 6773 +Y29z 6774 +IGFkb3B0 6775 +MTAw 6776 +b3dl 6777 +IENoZWNr 6778 +aXNtbw== 6779 +IHNpbXBs 6780 +IGFuZ3J5 6781 +INC80LXQvdGP 6782 +IENhbQ== 6783 +IHBhZA== 6784 +IGF0dGVuZA== 6785 +IHNhbXBsZQ== 6786 +IOyb 6787 +IElO 6788 +dWxvdXM= 6789 +IFNhcg== 6790 +IFNob3c= 6791 +IGluZnJhc3RydWN0dXJl 6792 +IEF1Z3VzdA== 6793 +IGxlc3Nvbg== 6794 +IG5pZXQ= 6795 +5o4= 6796 +IGZvaQ== 6797 +IGJyb2tl 6798 +dHI= 6799 +55U= 6800 +IDQ1 6801 +IGdldw== 6802 +0YPQvw== 6803 +YXRp 6804 +IG1haW50YWlu 6805 +IGFydGlzdHM= 6806 +aW5nZXI= 6807 +ZXJ2ZWQ= 6808 +SUE= 6809 +IGVxdWFscw== 6810 +IG9wZXJhdGlvbg== 6811 +aWxseQ== 6812 +IOuCtA== 6813 +IGNyb3dk 6814 +IGludGVybmFs 6815 +IHRlc3Rz 6816 +IFJvY2s= 6817 +IENvbnM= 6818 +IOuEiOustA== 6819 +d2Fy 6820 +IHNvdQ== 6821 +IGNoYXJ0 6822 +IEp1bmU= 6823 +IEFwcmls 6824 +Z2VudA== 6825 +IHZlbnQ= 6826 +IHF1YW5k 6827 +IEtvcmVhbg== 6828 +aW1v 6829 +54k= 6830 +aWRlcnM= 6831 +IG1vdW50YWlu 6832 +0YHRgtCw0LI= 6833 +aWpr 6834 +IGRpc2NvdmVyZWQ= 6835 +IFN1bmQ= 6836 +IFNpbA== 6837 +IHNvbG8= 6838 +wrQ= 6839 +IHNjaG9s 6840 +IEVhY2g= 6841 +57U= 6842 +IGJhcmU= 6843 +IO2M 6844 +IHbDrWRl 6845 +IGluZ3JlZGllbnRz 6846 +IEl0cw== 6847 +nbzqs6A= 6848 +IOyK 6849 +z40= 6850 +IExlZQ== 6851 +IHNjYXJ5 6852 +IHByaW5jaXA= 6853 +IHNwaXJpdHVhbA== 6854 +7IU= 6855 +IEhvbGQ= 6856 +IGRlZmluZQ== 6857 +IExlcw== 6858 +IE5vcg== 6859 +IEVuZA== 6860 +IGJsb2c= 6861 +IEdyZWVu 6862 +0LDQtdGC0YHRjw== 6863 +cGFydA== 6864 +ZWxlcw== 6865 +IFVuZGVy 6866 +IHBhcnRl 6867 +IDM1 6868 +IHNlY3Rvcg== 6869 +IFNlcHQ= 6870 +IGF1dGg= 6871 +4K6u 6872 +b21pbg== 6873 +IGNsaWVudHM= 6874 +IGNp 6875 +IEZyaWRheQ== 6876 +ZXJhcw== 6877 +IHR3ZQ== 6878 +dWxhdGVk 6879 +IGN1bHR1cmFs 6880 +INGB0LLQvg== 6881 +IOuNlA== 6882 +IMO6 6883 +IHBhcmNl 6884 +4K6y 6885 +IHRyYWRpdGlvbg== 6886 +IGp1ZGdl 6887 +IEdlbmVyYWw= 6888 +IGRldGVybWluZQ== 6889 +IElzbg== 6890 +IFBM 6891 +bmVhdGg= 6892 +IG1hdHRlcnM= 6893 +7ZW07A== 6894 +IV0= 6895 +0LDRhQ== 6896 +IHBvb2w= 6897 +IHZhcmlhYmxl 6898 +IHZhY2NpbmU= 6899 +IGNhdXNlZA== 6900 +IHdlc3Q= 6901 +IFllcA== 6902 +ZmFzdA== 6903 +IHBoaWxvcw== 6904 +aG9yYQ== 6905 +IGNvbnRpbnVlZA== 6906 +IHVuZm9ydHVuYXRlbHk= 6907 +5pU= 6908 +IGZsaWdodA== 6909 +IHdyYXA= 6910 +IGh1aA== 6911 +IEFic29sdXRlbHk= 6912 +IHBpbms= 6913 +IHJlbWFpbnM= 6914 +IG7DqQ== 6915 +IGZsZQ== 6916 +IFNvbA== 6917 +IGxvc2luZw== 6918 +IGFsZ29yaXRo 6919 +IHJlcXVpcmVz 6920 +IGZvdW5kYXRpb24= 6921 +IEJ1cg== 6922 +IHByb2Zlc3Npb24= 6923 +IE1pZA== 6924 +IOutkA== 6925 +Y2Fu 6926 +IE1pbA== 6927 +IHlvdW5nZXI= 6928 +IGFwcGVhcnM= 6929 +dGVybQ== 6930 +7ZWY6rOg 6931 +YWNsZQ== 6932 +IExvbmRvbg== 6933 +IGVuZ2luZWVyaW5n 6934 +4Lii 6935 +IGFkdmVudA== 6936 +7IS47JqU 6937 +IOq4sA== 6938 +IE1hag== 6939 +0YDQtdC8 6940 +aW5ndQ== 6941 +IFVL 6942 +dXJv 6943 +c3Bl 6944 +IHRlbnQ= 6945 +IHJlcG9ydGVk 6946 +IEFM 6947 +SGV5 6948 +IOunkA== 6949 +IGRlbnQ= 6950 +IEF1c3RyYWxpYQ== 6951 +IEphbnVhcnk= 6952 +s7Q= 6953 +YWd1ZXM= 6954 +YXJzaA== 6955 +cmln 6956 +IHRpZW5l 6957 +4Lij 6958 +zq4= 6959 +IG1hY2hlbg== 6960 +dW50ZQ== 6961 +0YPRgQ== 6962 +IGVsZWN0cg== 6963 +IHR1dG9yaWFs 6964 +IHBsYWNlZA== 6965 +IOydtOqxsA== 6966 +IENvdW5jaWw= 6967 +7ZaI 6968 +sOumrA== 6969 +YWhyZW4= 6970 +IOq3uOuemA== 6971 +IHByb3Zl 6972 +Zm9s 6973 +IHF1ZXI= 6974 +IGNoZWFw 6975 +IEZhdGhlcg== 6976 +IFBvd2Vy 6977 +k5w= 6978 +IHB1cnM= 6979 +IGVzcA== 6980 +IEJyZQ== 6981 +6riw6w== 6982 +b21hcw== 6983 +0LjQu9GM 6984 +IGdlaHQ= 6985 +b3N0ZXI= 6986 +6rO8 6987 +IGZpbGVz 6988 +INCn 6989 +YmVsbA== 6990 +IHdob20= 6991 +IOuY 6992 +IGV4Y2VsbGVudA== 6993 +IGRhdGFi 6994 +IGfDtg== 6995 +IOynhOynnA== 6996 +IGJlbGllZg== 6997 +amV0 6998 +IGphY2s= 6999 +IHN3aW0= 7000 +cmlhbA== 7001 +dW1pbg== 7002 +YXVj 7003 +IHNvbGw= 7004 +IGVzc2VudGlhbA== 7005 +7ZWY64qU 7006 +IGV2b2w= 7007 +Y2hhZnQ= 7008 +YWluZQ== 7009 +dGhsZXQ= 7010 +IGluY29y 7011 +IHJlcG9ydHM= 7012 +IGRlZmluaXRpb24= 7013 +a2Vs 7014 +IGNpcmN1bQ== 7015 +IHByb2R1Y2Vk 7016 +INeb 7017 +YW50aWM= 7018 +bmV0 7019 +IGF3YXJk 7020 +IGR1cmNo 7021 +IHRyYW5zcA== 7022 +IG1hbGU= 7023 +pqzr 7024 +IG1vb24= 7025 +IEdlb3JnZQ== 7026 +IGZseWluZw== 7027 +acOz 7028 +IHNvdXJjZXM= 7029 +IHBsZW50eQ== 7030 +IERlbW9jcg== 7031 +Uk8= 7032 +IDAw 7033 +IHNlY3VyZQ== 7034 +IEJpcg== 7035 +cmFpbg== 7036 +IHp1cg== 7037 +IGVmZmljaWVudA== 7038 +IHJlcGVhdA== 7039 +IG1ldGhvZHM= 7040 +IGNhbG0= 7041 +IGRpc2N1c3NlZA== 7042 +IOyeiOuKlA== 7043 +IHNlcnZlcg== 7044 +YW5pZQ== 7045 +IEluc3RlYWQ= 7046 +IGlkZWFs 7047 +IGNvbnZlbg== 7048 +IGhvcGluZw== 7049 +IFRvcg== 7050 +IGRlcHRo 7051 +IGhlYXZlbg== 7052 +RU5DRQ== 7053 +IGhhYml0 7054 +Z3JhZA== 7055 +IGZsYWc= 7056 +IGluZQ== 7057 +IGto 7058 +IExJ 7059 +IGZhY2luZw== 7060 +IEFV 7061 +IFRpbQ== 7062 +IGdlbQ== 7063 +IEp1bA== 7064 +IGVsYQ== 7065 +aXp6YQ== 7066 +IGZlbGxvdw== 7067 +IHF1ZWw= 7068 +IHNwb2tl 7069 +IGNpdGl6ZW5z 7070 +dWdl 7071 +IHBhZ2Vz 7072 +IGZhc2M= 7073 +IHJlbGlnaW91cw== 7074 +YXRlbg== 7075 +IGNoYXB0ZXI= 7076 +IFZhbA== 7077 +IGNvbnN1bHQ= 7078 +IE1pbGw= 7079 +Z2w= 7080 +b3Blcg== 7081 +IGluZmlu 7082 +IG1hcnJpYWdl 7083 +IG1lZGljaW5l 7084 +INC00LI= 7085 +IGRvZ3M= 7086 +IGluc3RydW1lbnQ= 7087 +IEV4YWN0 7088 +w6Fu 7089 +IDIwMjE= 7090 +IGZlcg== 7091 +IHdlYWx0aA== 7092 +IGdyYWRl 7093 +0YvRhQ== 7094 +IGNyaW1l 7095 +IHRocmVhZA== 7096 +IGVzc2E= 7097 +IHdpbmU= 7098 +Y29ob2w= 7099 +cGhh 7100 +4LiH 7101 +b2d1ZQ== 7102 +IGluc3VyYW5jZQ== 7103 +YXJyYXRvcg== 7104 +IFNlcHRlbWJlcg== 7105 +IHZpZA== 7106 +IFNwaXJpdA== 7107 +IGdlc3Q= 7108 +IFJ1c3NpYW4= 7109 +IHByb3BlcnRpZXM= 7110 +IGFydGljbGU= 7111 +IHVuZGVybmVhdGg= 7112 +eWVy 7113 +IGpvaW50 7114 +IHJlbGF0aXZlbHk= 7115 +IGluY2g= 7116 +IGRlc3BpdGU= 7117 +IEdyZWU= 7118 +IGNsYXNzaWM= 7119 +IHN1cHBvcnRpbmc= 7120 +IGluc3RydWN0 7121 +bHVzaXZl 7122 +IGRpYWdu 7123 +5oo= 7124 +IGFkbWluaXN0cmF0aW9u 7125 +0LDQsdC+0YI= 7126 +IE9wZW4= 7127 +INC/0L7Qug== 7128 +IGRvbGxhcg== 7129 +IGNvbnNlcXU= 7130 +b2Jlcg== 7131 +IEdlcm1hbnk= 7132 +IHRlcnI= 7133 +IFFV 7134 +INCT 7135 +574= 7136 +IHN0cm9uZ2Vy 7137 +yZk= 7138 +INmK 7139 +IGlQaG9uZQ== 7140 +IGZhYnJpYw== 7141 +w7xo 7142 +IGVuZW0= 7143 +5q8= 7144 +IHN1YnQ= 7145 +RUU= 7146 +b25kZQ== 7147 +IGNyZXc= 7148 +IHJlbW92ZWQ= 7149 +IGxhZHk= 7150 +IHBvdGVudGlhbGx5 7151 +INCd0L4= 7152 +eWFs 7153 +IHN5bXB0 7154 +IGFybXk= 7155 +IGludHJvZHVjZWQ= 7156 +dGVz 7157 +IGFzcGVjdHM= 7158 +MTQ= 7159 +IExvdQ== 7160 +ICk= 7161 +IGRlcGxveQ== 7162 +cGV0 7163 +IGhhbg== 7164 +IFdhdGNo 7165 +IHdlYXBvbnM= 7166 +IHBoZW4= 7167 +IHJlZ2lzdGVy 7168 +IGVpbmZhY2g= 7169 +IHNwb3J0 7170 +IGJyaWRnZQ== 7171 +IGlubmVy 7172 +IG1pbmltdW0= 7173 +IHdpdG5lc3M= 7174 +IGVzbw== 7175 +IHZpbGxhZ2U= 7176 +IG93bmVy 7177 +pqzqs6A= 7178 +IHNjcmVhbQ== 7179 +aWxlZA== 7180 +IHBpdGNo 7181 +YnJ1 7182 +IGFkdmFuY2U= 7183 +IHN1cHBvc2U= 7184 +IEF0dA== 7185 +0LXRgtGB0Y8= 7186 +IGRpZmZlcmVuY2Vz 7187 +YWtlZA== 7188 +IGludGVycHJldA== 7189 +w6Y= 7190 +aWVuZG8= 7191 +IGFic29s 7192 +INCx0YPQtNC10YI= 7193 +IOuy 7194 +IHRyaWFs 7195 +IHRoaW5rcw== 7196 +bHlpbmc= 7197 +Y2VwdGlvbg== 7198 +IEFmcmljYW4= 7199 +IGNoZW1pY2Fs 7200 +IHRhcGU= 7201 +IGNvbnZlcnNhdGlvbnM= 7202 +IGRpc3RyaWJ1dGlvbg== 7203 +dGk= 7204 +IEFJ 7205 +IGZsYXNo 7206 +IHVuZGVyc3Rvb2Q= 7207 +IEdvdmVybm1lbnQ= 7208 +IT8= 7209 +IFNr 7210 +6rGw6w== 7211 +cmllcg== 7212 +VFM= 7213 +IEFjY29yZGluZw== 7214 +0Y7Rgg== 7215 +IHNwb25z 7216 +0YLQvtCx0Ys= 7217 +IHZhbHU= 7218 +ZXJlbQ== 7219 +aWNodGln 7220 +IHJlc2lzdGFuY2U= 7221 +IEdhbA== 7222 +Z2VyeQ== 7223 +IGJlZ2lucw== 7224 +IGFkdmFuY2Vk 7225 +IHJlbGV2YW50 7226 +IHBvbGl0aWNz 7227 +IEZhbQ== 7228 +IMOnb2s= 7229 +IE5ldmVy 7230 +aWxsaW5n 7231 +IGZvb3RiYWxs 7232 +0LjQuA== 7233 +IElE 7234 +IEFmcmljYQ== 7235 +IGZpbmdlcnM= 7236 +INCx0L7Qu9GM 7237 +IMOh 7238 +IGNsaXA= 7239 +IExhdA== 7240 +IOyngOq4iA== 7241 +ZXNzZQ== 7242 +IHZvb3I= 7243 +IGFzaWRl 7244 +5p4= 7245 +IHRvd2FyZA== 7246 +IGJhdA== 7247 +IHZhbGlk 7248 +IE1lbnM= 7249 +IGNvbXBsZXRlZA== 7250 +xLHEnw== 7251 +IHBvZGNhc3Q= 7252 +IEJvbg== 7253 +25I= 7254 +IEp1bHk= 7255 +aWxh 7256 +IHBhY2thZ2U= 7257 +IHB1bGxlZA== 7258 +Y2hhcg== 7259 +IE1lbA== 7260 +b2lz 7261 +IHNvdXRo 7262 +IOuU 7263 +IGltcG9ydGFuY2U= 7264 +IHB1c2hpbmc= 7265 +IGlzb2w= 7266 +IHN0YW5kcw== 7267 +Y2lsbA== 7268 +5Lw= 7269 +IPCf 7270 +b3Jp 7271 +6rCB 7272 +IGhvbWVz 7273 +IGNvbmNlcm5z 7274 +IGJpeg== 7275 +5b0= 7276 +Ymll 7277 +IGJpcw== 7278 +IGdlYXI= 7279 +IE1T 7280 +IGh1bg== 7281 +IE1hdHQ= 7282 +4bqj 7283 +c2V5 7284 +IFNlY3JldA== 7285 +IG9kZA== 7286 +IE1heA== 7287 +b2xseQ== 7288 +Zm9yZA== 7289 +IFNI 7290 +IHJlcGxhY2U= 7291 +IG5hdmln 7292 +IGluaQ== 7293 +0LjRjw== 7294 +IGdpYW50 7295 +IG1hbmQ= 7296 +IEhhcHA= 7297 +VElPTg== 7298 +Z3Vu 7299 +aWFtbw== 7300 +7J6F64uI64uk 7301 +IGdhcA== 7302 +IMOqdHJl 7303 +IGNsYXNzcm9vbQ== 7304 +IGh5cA== 7305 +YWtp 7306 +6K4= 7307 +aXN0ZXJz 7308 +YWNrcw== 7309 +INGB0L4= 7310 +IGJ1Zw== 7311 +IGdyYXY= 7312 +YW1pbg== 7313 +IGV2ZXJ5ZGF5 7314 +IOyhsA== 7315 +IGdhcmRlbg== 7316 +Y2VtYmVy 7317 +IGVzdG8= 7318 +2Kw= 7319 +n7A= 7320 +5YE= 7321 +IHJvbQ== 7322 +IOygnOqwgA== 7323 +IGZhbGxpbmc= 7324 +IGZhdWx0 7325 +ZWxseQ== 7326 +IGNoZXN0 7327 +INC70Lg= 7328 +IHBvdGF0bw== 7329 +IGJ1aWxkaW5ncw== 7330 +IG9wZXJhdGluZw== 7331 +IHBhcmU= 7332 +d3I= 7333 +RG9u 7334 +IEZvdXI= 7335 +IHZ1bA== 7336 +IGzDoQ== 7337 +IGZydXN0 7338 +IERhbm4= 7339 +b2xlcw== 7340 +bnlh 7341 +IOy2 7342 +INGA0LDRgQ== 7343 +15s= 7344 +IGHDrQ== 7345 +d29yZA== 7346 +IHdlYXBvbg== 7347 +IG9idA== 7348 +IEZhbGw= 7349 +IFN0ZXZl 7350 +IG1peGVk 7351 +IHBvZGU= 7352 +IEFT 7353 +IExlZw== 7354 +IGRlc2M= 7355 +IHNwbGl0 7356 +IGVtZXJnZW5jeQ== 7357 +IFNpbmc= 7358 +IHByb2ZpdA== 7359 +IHR5cGljYWw= 7360 +IERvbmM= 7361 +IGFubm91bmNl 7362 +IFRleA== 7363 +IHNhY3I= 7364 +dGVybmFs 7365 +IGNvbW1pdHRlZQ== 7366 +aWdv 7367 +IGRpYW0= 7368 +cGhhcw== 7369 +IGRlZmU= 7370 +IFByb2Zlc3M= 7371 +IGRlY2w= 7372 +0YPRgA== 7373 +MjI= 7374 +b2xm 7375 +IE1vbmQ= 7376 +dXk= 7377 +IGF5 7378 +IGxlbQ== 7379 +IGxvdmVseQ== 7380 +IENvdWxk 7381 +IGd1YXI= 7382 +SEg= 7383 +IGNhcmVmdWxseQ== 7384 +IExpc3Rlbg== 7385 +INC60YA= 7386 +IHlvdXRo 7387 +IFRoZXJlZm9yZQ== 7388 +IGRyZWFtcw== 7389 +IEplZmY= 7390 +P10= 7391 +IOuI 7392 +REE= 7393 +IGJvZGllcw== 7394 +YXV4 7395 +IHRlY2huaXF1ZXM= 7396 +IG1lY2hhbmlzbQ== 7397 +15M= 7398 +INC+0L3QuA== 7399 +IGRlc2lyZQ== 7400 +w64= 7401 +IFZv 7402 +cXVlcw== 7403 +INGD0LbQtQ== 7404 +IFdob2E= 7405 +IEdhbWU= 7406 +IGhhbA== 7407 +YW5pc2g= 7408 +IHByYWN0aWNlcw== 7409 +NTAw 7410 +IHNvcnRz 7411 +dXBz 7412 +YXRlZnVs 7413 +IGhlcnNlbGY= 7414 +IGd1aXRhcg== 7415 +IHByb3Bvcw== 7416 +IHNpdGVz 7417 +IGJlYWNo 7418 +INei 7419 +0L3Rgw== 7420 +IGRyYW0= 7421 +IE5vdmU= 7422 +VkU= 7423 +cmFudA== 7424 +IHBsb3Q= 7425 +IOyXrOq4sA== 7426 +IENh 7427 +IGVzdGFibGlzaGVk 7428 +IDIwMTU= 7429 +IGluc3BpcmVk 7430 +IGFubm91bmNlZA== 7431 +INGC0YA= 7432 +IDI2 7433 +IHZveQ== 7434 +IHRlY2g= 7435 +7KCB 7436 +IHByb2Nlc3Nlcw== 7437 +b250bw== 7438 +IFBhbg== 7439 +IHJhcGlk 7440 +aXN0YW4= 7441 +IDE5Nw== 7442 +IHJlbGlnaW9u 7443 +IDI4 7444 +IHNtaWxl 7445 +IGJhYg== 7446 +INqp 7447 +IFZpcg== 7448 +IHNjaGVkdWxl 7449 +IGV4ZWN1dA== 7450 +IHByb24= 7451 +0Y0= 7452 +INCd0YM= 7453 +bXVzaWM= 7454 +7JuQ 7455 +IGdhbg== 7456 +7Iug 7457 +IGRlZmF1bHQ= 7458 +IGJlbQ== 7459 +2Yk= 7460 +IGZvcmNlZA== 7461 +IE9idmlvdXNseQ== 7462 +IHN0b25l 7463 +IHRpZQ== 7464 +IGRyaW5raW5n 7465 +IHNlcnZlZA== 7466 +Q2F1c2U= 7467 +IGNvbmZlcmVuY2U= 7468 +IEV4YWN0bHk= 7469 +oJw= 7470 +7JmA 7471 +IFJh 7472 +IGZha2U= 7473 +IGRpZmY= 7474 +IGNoYWxsZW5naW5n 7475 +IOykkQ== 7476 +z4c= 7477 +IGludGVsbGlnZW5jZQ== 7478 +cmV0ZQ== 7479 +IHN0dWR5aW5n 7480 +IGFwcG9pbnQ= 7481 +IHRhbg== 7482 +INC40Lw= 7483 +IGN1cnZl 7484 +IFRlYW0= 7485 +IEF6 7486 +INC30LQ= 7487 +IE11c2lj 7488 +ZmllbGQ= 7489 +aXJhdGlvbg== 7490 +IGZhaWxlZA== 7491 +IG5vdmVs 7492 +IGRpZmZlcmVudGx5 7493 +IGVzY2FwZQ== 7494 +IFlv 7495 +IE9jdG9iZXI= 7496 +xLF5b3I= 7497 +IGRlc2NyaWJlZA== 7498 +IGNvbnZlcnQ= 7499 +YWNlbWVudA== 7500 +IGhvdGVs 7501 +aXNhdGlvbg== 7502 +IHN1aXM= 7503 +IHdhbGtlZA== 7504 +MjAw 7505 +IG5laWdoYm9yaG9vZA== 7506 +aXNw 7507 +IExvcw== 7508 +IGhpZGRlbg== 7509 +IDI3 7510 +0LvQtQ== 7511 +IHBocg== 7512 +IElzbGFuZA== 7513 +IFN0cmVldA== 7514 +ZW5kYQ== 7515 +aGlwcw== 7516 +b3N1cmU= 7517 +IGRlZmluZWQ= 7518 +4Lin 7519 +IHZpZGE= 7520 +IGxhYmVs 7521 +IEV2ZXJ5Ym9keQ== 7522 +IGpva2U= 7523 +aWFv 7524 +2KfZhg== 7525 +IGF0aGxldA== 7526 +Li4uIg== 7527 +IEZpcmU= 7528 +RG8= 7529 +IGRlZmVuc2U= 7530 +IGVudGVydGFpbg== 7531 +w6F0 7532 +IHBvbGljaWVz 7533 +IGFsY29ob2w= 7534 +IEVuZ2luZQ== 7535 +IGdhbA== 7536 +IEp1ZA== 7537 +IHZvbHVudGU= 7538 +aWNrcw== 7539 +ZXRh 7540 +YWd0 7541 +INeV 7542 +IG3Dtg== 7543 +MTM= 7544 +IGVuY291bg== 7545 +IGVo 7546 +IG9yYW5nZQ== 7547 +IGFic29y 7548 +IHNwYWNlcw== 7549 +IE5vdmVtYmVy 7550 +6rWs 7551 +aWF0 7552 +IHRhbQ== 7553 +Y2tub3c= 7554 +IHN0b3Jt 7555 +IERpcmVjdG9y 7556 +IHByZWdu 7557 +IOydvA== 7558 +INC+0L8= 7559 +IHJlc291cmNl 7560 +IGJhcmQ= 7561 +bmV3 7562 +IERlY2VtYmVy 7563 +dWl0cw== 7564 +IHdlaWw= 7565 +IGNvbnN0cnVjdA== 7566 +c2k= 7567 +bmlj 7568 +IGZsb3Vy 7569 +IHJlc3RyaWN0 7570 +w7x0 7571 +IGVudGlyZWx5 7572 +IGJyZWFraW5n 7573 +ZW50bGljaA== 7574 +IHR3ZW50eQ== 7575 +IGNhdXNlcw== 7576 +IGVsZXY= 7577 +IFNwcg== 7578 +IEludGVybmV0 7579 +IGtpc3M= 7580 +IG9wZXJhdGlvbnM= 7581 +c3p5 7582 +IOuK 7583 +IHNjaWVudGlzdHM= 7584 +IGdyb3du 7585 +IG93bmVycw== 7586 +b3V0cw== 7587 +IGNvdXJzZXM= 7588 +IHVzdWFs 7589 +IGlubg== 7590 +IHRyYW5zbQ== 7591 +w7Fv 7592 +IG51ZXN0 7593 +0LrQvtCy 7594 +IGNhdGVnb3J5 7595 +IExpZmU= 7596 +IFBsdXM= 7597 +IGF0bW9z 7598 +d2hpbGU= 7599 +IHJlY29yZHM= 7600 +IGRlxJ8= 7601 +64uk6rOg 7602 +IOyCrOue 7603 +IHJlcXVpcmVtZW50cw== 7604 +aW5u 7605 +IGltbWln 7606 +IGRlZXBlcg== 7607 +57Q= 7608 +IGFwcHM= 7609 +IGNvbGxlYWd1ZXM= 7610 +xbx5 7611 +IG9mZmVycw== 7612 +IHTDoQ== 7613 +IGNvbHVtbg== 7614 +bGF1ZA== 7615 +SVI= 7616 +IE1z 7617 +IGV4Y2hhbmdl 7618 +bGFz 7619 +IExhdw== 7620 +IEpvbg== 7621 +aXNzZQ== 7622 +cm9nZW4= 7623 +IG1vaQ== 7624 +15c= 7625 +IHNlbmRpbmc= 7626 +IGhlbGxv 7627 +0LXQtQ== 7628 +xZvEhw== 7629 +IHN1Y2NlZWQ= 7630 +IHN1ZmZlcmluZw== 7631 +IGFkdmVydA== 7632 +IOyjvA== 7633 +IHJlY28= 7634 +xLFuxLE= 7635 +INC60L7QvA== 7636 +YWxsZXk= 7637 +IGZhaWx1cmU= 7638 +aWVq 7639 +IOuVjA== 7640 +IGRydWdz 7641 +IGN1YW5kbw== 7642 +IOyWtOuW 7643 +IEFib3V0 7644 +IHF1YW5kbw== 7645 +OTA= 7646 +IEZlZA== 7647 +MTc= 7648 +U2g= 7649 +aW5obw== 7650 +IFN1bmRheQ== 7651 +IFBoaWw= 7652 +IGFjYWRlbWlj 7653 +IEluYw== 7654 +IG1haW50ZW4= 7655 +IHJld2FyZA== 7656 +ZXJk 7657 +IGNvbW1pdHRlZA== 7658 +7Iqk 7659 +0LPRgA== 7660 +IHN0YW5kYXJkcw== 7661 +IGthbA== 7662 +IGludGVudGlvbg== 7663 +IFpo 7664 +IGFja25vdw== 7665 +5L8= 7666 +ID09PQ== 7667 +b2d5 7668 +5ac= 7669 +IGZpbG1z 7670 +aXNr 7671 +IHRlZXRo 7672 +IHN0cnVnZ2xl 7673 +cmQ= 7674 +dWVu 7675 +IGRpc3M= 7676 +IERhcg== 7677 +YW15 7678 +IGVuZW1pZXM= 7679 +IHZlbG9j 7680 +IENhbGw= 7681 +dW1icw== 7682 +0LjRgtC10LvRjA== 7683 +IG9jZWFu 7684 +w6lk 7685 +7Jqw 7686 +IHRyZW0= 7687 +aWVudG8= 7688 +0LXRiNGM 7689 +ZmZpY2llbnQ= 7690 +IGJvdHRsZQ== 7691 +IGluc3RpdHV0aW9u 7692 +ZXN0eQ== 7693 +IEhhbg== 7694 +aGFi 7695 +64qY 7696 +IGFycmVzdA== 7697 +IGxldHRlcnM= 7698 +b3VuY2U= 7699 +7Yw= 7700 +QW4= 7701 +IGNyZWF0ZXM= 7702 +IGNsb2Nr 7703 +IGRlYnQ= 7704 +IGFuY2llbnQ= 7705 +aWZpY2F0aW9ucw== 7706 +Z2k= 7707 +QnV0 7708 +IFR1 7709 +a2w= 7710 +IGJvcmRlcg== 7711 +IG9vaw== 7712 +IEJheQ== 7713 +ZXN0YQ== 7714 +IOuztOw= 7715 +IHdyYQ== 7716 +cHJlbmU= 7717 +IOqyjA== 7718 +YW5nbGU= 7719 +IGJlbGlldmVk 7720 +aWVuY3k= 7721 +YWth 7722 +IGNyaXRpYw== 7723 +IGJvbWI= 7724 +IGhhbQ== 7725 +INCb 7726 +6rWt 7727 +IEd1eXM= 7728 +cm9zb2Z0 7729 +IGNyaW0= 7730 +ZXRjaA== 7731 +QVJS 7732 +IHNpZ2h0 7733 +0LjQvdCw 7734 +IGFpbg== 7735 +4buR 7736 +aXNjaGU= 7737 +IGF1eA== 7738 +IG51bWVy 7739 +IHN1cnZpdmU= 7740 +QWxs 7741 +QkM= 7742 +IHN6 7743 +n6zr 7744 +IGphbQ== 7745 +IENvdXJ0 7746 +IGFsbGVz 7747 +IHRyaWdnZXI= 7748 +0J4= 7749 +IGZvcm1hdA== 7750 +IGRlY2FkZXM= 7751 +IGNlcw== 7752 +IHNpZ25z 7753 +IHJvYm90 7754 +IENodXJjaA== 7755 +IGF6 7756 +IHNvdXA= 7757 +IFRleGFz 7758 +dXRlbg== 7759 +INGH0YLQvtCx0Ys= 7760 +IG5laWdoYg== 7761 +lteU 7762 +IGNvbW11bmljYXRl 7763 +xaE= 7764 +IGVsaW1pbg== 7765 +IGZyZXF1ZW5jeQ== 7766 +aGVybg== 7767 +aWRvcw== 7768 +IGVtcGhhcw== 7769 +IG1lc3NhZ2Vz 7770 +IGdlbmRlcg== 7771 +IFdlbm4= 7772 +INCy0L4= 7773 +IHByaWNlcw== 7774 +b2xv 7775 +INC/0L7QvQ== 7776 +d2luZw== 7777 +IEZpbA== 7778 +0LDQtdC8 7779 +IEN1cg== 7780 +IGZhbHNl 7781 +IGZpZWxkcw== 7782 +IHPDqQ== 7783 +MjQ= 7784 +IG1hYw== 7785 +dcWf 7786 +IGxheWVycw== 7787 +IGFkdm9j 7788 +d2Fu 7789 +IGthcg== 7790 +IMWe 7791 +IGRlY29y 7792 +IHdhbGxz 7793 +b2U= 7794 +aXNzaW9ucw== 7795 +IHJlc29s 7796 +16I= 7797 +IENhcm9s 7798 +IFZpZGU= 7799 +bGVlcA== 7800 +IFlPVQ== 7801 +IGZsaXA= 7802 +IHN1cmdlcnk= 7803 +IGNob3A= 7804 +VVI= 7805 +Liw= 7806 +IGFnZW5jeQ== 7807 +IHdhbnRpbmc= 7808 +IHNvbGFy 7809 +IGhvcml6 7810 +IEFkYW0= 7811 +IHN0YXlpbmc= 7812 +b2xpYw== 7813 +IGdyYXRlZnVs 7814 +IHJlbWFyaw== 7815 +IHRlY2hub2xvZ2llcw== 7816 +IHByb3RlaW4= 7817 +0LTQtdC7 7818 +IE1vbnQ= 7819 +IHNob3VsZGVy 7820 +IHph 7821 +cmV5 7822 +IE9vaA== 7823 +IHN0eQ== 7824 +aWNhcg== 7825 +0L7RgtGA 7826 +IHJvdXRl 7827 +IFR1cm4= 7828 +IGJvbQ== 7829 +IGRlYmF0ZQ== 7830 +IHBvc3NpYmlsaXR5 7831 +IO2VtOw= 7832 +YXBh 7833 +IGludmVudA== 7834 +w7xybGljaA== 7835 +IHByb2ZpbGU= 7836 +IHNlbmlvcg== 7837 +cHB5 7838 +dmFz 7839 +IG11bmRv 7840 +YXRldmVy 7841 +IGFwcGFyZW50bHk= 7842 +ZW5lcg== 7843 +15A= 7844 +560= 7845 +IHByZWNpcw== 7846 +IGFsaWdu 7847 +IGtuaWZl 7848 +IFJvYmVydA== 7849 +5Ys= 7850 +IGZvb2w= 7851 +IGludml0ZQ== 7852 +dXNpbmc= 7853 +IGNpcmN1bXN0 7854 +IGNhcHR1cmU= 7855 +IGRvdWdo 7856 +IFNhbmQ= 7857 +IHNldQ== 7858 +IE5ld3M= 7859 +IGJpdGU= 7860 +IG5ldXQ= 7861 +d2lkZQ== 7862 +IGxlY3R1cmU= 7863 +IOuYkA== 7864 +IG9yaWdpbmFsbHk= 7865 +IGNob2ljZXM= 7866 +IEdhcg== 7867 +IHZlcnNl 7868 +IGxpdA== 7869 +IDE5Ng== 7870 +7ZWg 7871 +IG1lYXN1cmVz 7872 +w6fDtWVz 7873 +d2F0ZXI= 7874 +cml2ZQ== 7875 +IHppam4= 7876 +7YE= 7877 +IEJ1cw== 7878 +IGhlYg== 7879 +0LXRhQ== 7880 +IEthcg== 7881 +IE7Do28= 7882 +IGtpbGxpbmc= 7883 +4K6q 7884 +IG1pcnJvcg== 7885 +bW9k 7886 +IG1vbA== 7887 +IGNyZWF0aW9u 7888 +IGVzdGlt 7889 +IGF0bW9zcGhlcmU= 7890 +IGdhbQ== 7891 +IHRhYmxlcw== 7892 +aXNp 7893 +IExpdHRsZQ== 7894 +IHRhcw== 7895 +IEVsZQ== 7896 +w6ls 7897 +IHNjZW5lcw== 7898 +IHRvbmU= 7899 +IGFmZmVjdGVk 7900 +IEFVREk= 7901 +IEJyb3du 7902 +SWY= 7903 +INmH 7904 +IERhbmllbA== 7905 +cXVlcg== 7906 +Y2hp 7907 +7ZWY6w== 7908 +IG1pc3Rha2Vz 7909 +IHNsYQ== 7910 +IGVudHI= 7911 +INC10YHQu9C4 7912 +IHNob3V0 7913 +IHBvcnRpb24= 7914 +0Zc= 7915 +IHByZXZpb3VzbHk= 7916 +4buZ 7917 +INC/0YDQtdC0 7918 +0L7RgdGM 7919 +IGhlYWRz 7920 +544= 7921 +5a0= 7922 +IGdyYXNz 7923 +4Liw 7924 +Y3JpYmU= 7925 +IHF1w6k= 7926 +IFNwYW5pc2g= 7927 +IG9mZmVyZWQ= 7928 +INCx0YvQu9C+ 7929 +IENsb3Vk 7930 +IHZlY3Rvcg== 7931 +IEh1aA== 7932 +IGthZA== 7933 +aWZ0cw== 7934 +IM69 7935 +IGh1bmdyeQ== 7936 +0KE= 7937 +IHBhcmFsbA== 7938 +QU5E 7939 +IHbDrWRlbw== 7940 +aXp6 7941 +IG9jY3Vw 7942 +IO2U 7943 +IHNlZWs= 7944 +aGVz 7945 +IGRvb3Jz 7946 +IGhvdXNlcw== 7947 +IGNvbnNpZGVyaW5n 7948 +IGdyYWR1YXRl 7949 +IGZ1bGY= 7950 +6KM= 7951 +IGV4dHJlbWU= 7952 +IGZsb3dlcnM= 7953 +aXRhdGU= 7954 +IFByaQ== 7955 +IGZ1bmRhbWVudGFs 7956 +0YfQsNGB 7957 +IHRleHR1cmU= 7958 +jZg= 7959 +IEFORA== 7960 +4K6x 7961 +IFRlbQ== 7962 +IG5hZGE= 7963 +7KeE 7964 +IGNlbGVicmF0ZQ== 7965 +dW1z 7966 +IHBpbGw= 7967 +INC40LvQuA== 7968 +Z29pbmc= 7969 +IGhpcA== 7970 +IHN1cHBvcnRlZA== 7971 +IHBlcm1hbg== 7972 +IGFncmVlbWVudA== 7973 +IHR5bQ== 7974 +IOuR 7975 +k6TsnbQ= 7976 +IHB1cmNoYXNl 7977 +7ZQ= 7978 +IFBsYW4= 7979 +ZWdlbg== 7980 +IHJlY292ZXI= 7981 +UFU= 7982 +IE1pY3Jvc29mdA== 7983 +ZHVj 7984 +IGhvbGVz 7985 +IGRyb3BwZWQ= 7986 +IHBpZw== 7987 +IGVuZGluZw== 7988 +IGF0dGFja3M= 7989 +YmVj 7990 +IHJlbg== 7991 +IHJhcHA= 7992 +IOyasOumrA== 7993 +IHRlcnJvcg== 7994 +INeZ 7995 +IGVkaXQ= 7996 +IGFv 7997 +Ljwv 7998 +IDIwMDA= 7999 +IFVuaW9u 8000 +IHNjaWVudGlmaWM= 8001 +IHB1bmNo 8002 +b3J0aW9u 8003 +IHB1dHM= 8004 +IE1vbmRheQ== 8005 +IEplcg== 8006 +RUM= 8007 +IG1hdHJpeA== 8008 +IGluc3RpdHV0aW9ucw== 8009 +IG1vbnQ= 8010 +IGV4aGli 8011 +IHNwZWFrZXI= 8012 +IG1ldGVycw== 8013 +Ll0= 8014 +IHNlcnZpbmc= 8015 +IGRhdGFiYXNl 8016 +IExBVQ== 8017 +IGRhbW4= 8018 +IHBvZGVy 8019 +ISEhIQ== 8020 +IO2WiA== 8021 +IEFVRElFTkNF 8022 +IGp1bg== 8023 +IEFD 8024 +IEl0YWw= 8025 +c2Vj 8026 +IFlvdW5n 8027 +cnVjaw== 8028 +b3V2ZQ== 8029 +4LiE 8030 +54g= 8031 +IOunjOs= 8032 +YWRpbmc= 8033 +dXJhdGlvbg== 8034 +IFBT 8035 +0Jo= 8036 +IFVuZg== 8037 +6IE= 8038 +b3JpYQ== 8039 +IG1hbmlm 8040 +IHNlbnRlbmNl 8041 +IHNpZ25lZA== 8042 +QlM= 8043 +IHByb29m 8044 +IE11c2xpbQ== 8045 +IG51Y2xlYXI= 8046 +INCz0L7QstC+0YA= 8047 +IHdvbGw= 8048 +IGZhdm91cg== 8049 +IFdI 8050 +IHZ1bG5lcg== 8051 +IGNsb3NlbHk= 8052 +IGluZGV4 8053 +0YLQtdGA 8054 +YWNoZWw= 8055 +IGNhcGFibGU= 8056 +IEJlcw== 8057 +IGNyb2No 8058 +ZWt0 8059 +IHNoZWV0 8060 +IHNlZXM= 8061 +IG5hdHVyYWxseQ== 8062 +IEVuZ2xhbmQ= 8063 +IHBhcnRpY2lwYXRl 8064 +IGV4aXN0cw== 8065 +IHNoYXJw 8066 +cHk= 8067 +IGJyZWFrZmFzdA== 8068 +Ym93 8069 +IHR3aXN0 8070 +56c= 8071 +aW5hdGluZw== 8072 +b3Rp 8073 +IEZvdW5k 8074 +IGRldXg= 8075 +IHNlbGVjdGVk 8076 +7KCE 8077 +b3Npcw== 8078 +IHByZXNlbnRlZA== 8079 +IGxpbmVhcg== 8080 +IOq0 8081 +IGt1bg== 8082 +w7RuZw== 8083 +IGLEmWQ= 8084 +IHRlbXBvcg== 8085 +IGNhYmxl 8086 +INC/0YDQvtGB0YLQvg== 8087 +0LrQtQ== 8088 +INGC0LDQvA== 8089 +IHdpbm5pbmc= 8090 +mOuPhA== 8091 +IDIwMTQ= 8092 +IOyXrOs= 8093 +IFVO 8094 +IENsaWNr 8095 +IHByZXBhcg== 8096 +IFRP 8097 +IHN1YQ== 8098 +IEhhbQ== 8099 +IGzDpA== 8100 +IGFic29sdXRl 8101 +IGVuZ2FnZWQ= 8102 +IEhtbQ== 8103 +IGRhc2g= 8104 +VEE= 8105 +w7Fvcw== 8106 +IHNwbw== 8107 +KV0= 8108 +IHRlc3RlZA== 8109 +IGJsYW5r 8110 +IHJlamVjdA== 8111 +IGFzc2lt 8112 +IHJlYXI= 8113 +IFN0cg== 8114 +IGNyYXNo 8115 +INC90LDRiA== 8116 +0LjRgtGB0Y8= 8117 +IGNvbG9u 8118 +IFVudA== 8119 +IENl 8120 +IGFjaWQ= 8121 +6Zc= 8122 +IGtpdA== 8123 +aWJpbGl0aWVz 8124 +dXRv 8125 +IHZhbHVhYmxl 8126 +bGlzdA== 8127 +IHBhcnRpZXM= 8128 +IE1t 8129 +IGNvbG91cg== 8130 +IGNoYW0= 8131 +IHN0ZWVs 8132 +IEltcA== 8133 +IGZ1bmRz 8134 +IEROQQ== 8135 +IEtlbg== 8136 +aW5kZQ== 8137 +7ZW07ISc 8138 +IEhhcHB5 8139 +IFVzZQ== 8140 +IExpZ2h0 8141 +IGxpcA== 8142 +IGF1dGhvcml0eQ== 8143 +IExvbmc= 8144 +IElyYW4= 8145 +IGVsbA== 8146 +IGNvb3JkaW4= 8147 +IHN1Ym0= 8148 +IHJlY29yZGVk 8149 +0YPRiA== 8150 +IGRlbHRh 8151 +IHJlZm9ybQ== 8152 +IFN0aWxs 8153 +IG9wcG9u 8154 +IGFsbG93aW5n 8155 +IHBhdHRlcm5z 8156 +IGxldHRpbmc= 8157 +IHNsZWVwaW5n 8158 +T2theQ== 8159 +IHBpenph 8160 +IMWb 8161 +INC00L7Quw== 8162 +IHRhbGVudA== 8163 +ZW5zaW9ucw== 8164 +IGVudmlyb25tZW50YWw= 8165 +IHByb2Zlc3Nvcg== 8166 +IHNob3Rz 8167 +IGNvbnRhaW5z 8168 +dWdhcg== 8169 +eW8= 8170 +j5k= 8171 +IHNlcXVlbmNl 8172 +zrnOsQ== 8173 +YWRlcg== 8174 +6aA= 8175 +0LDRhw== 8176 +2YbYpw== 8177 +IElr 8178 +IHRvdXM= 8179 +dXJpZXM= 8180 +IHBvdW5kcw== 8181 +IGV4dGVybmFs 8182 +aW1lbnRz 8183 +IHZyYWltZW50 8184 +7Iuk 8185 +IGhhcHBpbmVzcw== 8186 +IHByemU= 8187 +ZXN0aWM= 8188 +IGVzdGFibGlzaA== 8189 +IEZsb3I= 8190 +IHJpZw== 8191 +IGhvbmV5 8192 +IHB1bA== 8193 +IHN5bXB0b21z 8194 +IGJyb3dz 8195 +0LXQu9C4 8196 +IM+Ezr8= 8197 +IHNoaXJ0 8198 +IFRlY2hu 8199 +IFByb2dyYW0= 8200 +0LXQvNGD 8201 +IHVwc2V0 8202 +IGd1ZXN0 8203 +YnVyZw== 8204 +IHVubGlrZQ== 8205 +IHNvbWV3aGF0 8206 +IGhhbmdpbmc= 8207 +YWU= 8208 +IHJ1bQ== 8209 +IHBob3RvZ3JhcGg= 8210 +IExp 8211 +IHN0YWJsZQ== 8212 +IHZvbHRhZ2U= 8213 +IEVsbA== 8214 +IGVudHJlcHJlbmU= 8215 +dXNlcw== 8216 +YXNzZW4= 8217 +rLg= 8218 +IOunjuydtA== 8219 +IGdob3N0 8220 +IHNhZ2Vu 8221 +IGNvbWJhdA== 8222 +IGfDtnI= 8223 +IENhcA== 8224 +IHPDo28= 8225 +IEthdA== 8226 +IGZvcm1h 8227 +IHN1bW0= 8228 +IG1hcmNo 8229 +IHZhc3Q= 8230 +w7xr 8231 +IGNvbW1pdG1lbnQ= 8232 +aW1vcw== 8233 +TGV0 8234 +IGRlZGljYXRlZA== 8235 +aXN0ZQ== 8236 +bGF5 8237 +IHRvcGljcw== 8238 +IG1hY2hpbmVz 8239 +IFBhcmlz 8240 +IOydtOufsA== 8241 +IG1pbmk= 8242 +IG1hcmtldHM= 8243 +IGtv 8244 +zrQ= 8245 +dmlsbGU= 8246 +IGdvb2RuZXNz 8247 +IGZyYW1ld29yaw== 8248 +dWx0dXJl 8249 +IGJhc2tldA== 8250 +ZXNzYQ== 8251 +0LDRhtC4 8252 +dXN0ZXI= 8253 +IOq5 8254 +IGV4dGVudA== 8255 +IE1lbnNjaGVu 8256 +IGNvbnNpc3RlbnQ= 8257 +IGF1dG8= 8258 +cmlw 8259 +IG1lcmU= 8260 +4K+I 8261 +0ZQ= 8262 +IGVsbGU= 8263 +jIDr 8264 +b2tlbg== 8265 +IHB1bGxpbmc= 8266 +IGNvdw== 8267 +b3V0aGVybg== 8268 +IG1lZXRpbmdz 8269 +IGNhZGE= 8270 +0L3Ri9C8 8271 +aWVudGU= 8272 +IGJhc3Q= 8273 +YW5pbmc= 8274 +IGZvY3VzaW5n 8275 +cm9hZA== 8276 +IHJvb2Y= 8277 +IFByb2Zlc3Nvcg== 8278 +IFNQ 8279 +0YDQsNC3 8280 +IG5vb2Q= 8281 +IDQwMA== 8282 +IOydtOygnA== 8283 +7J6I 8284 +IE1vdW50 8285 +0LXQudGH0LDRgQ== 8286 +INeQ 8287 +V2h5 8288 +154= 8289 +xLFuZGE= 8290 +IHBvc2l0aW9ucw== 8291 +w6htZQ== 8292 +548= 8293 +INC00YDRg9Cz 8294 +aXlvcg== 8295 +IHBhc3Npbmc= 8296 +IGFzc2VtYg== 8297 +IHNtb2tl 8298 +IHRpbA== 8299 +IG11c2V1bQ== 8300 +0JQ= 8301 +IFBlcnNvbg== 8302 +0L3QuNC8 8303 +bGVpY2g= 8304 +IGludGVudA== 8305 +IHNxdWU= 8306 +IGNyYWZ0 8307 +7IiY 8308 +b3JzdW4= 8309 +IDE1MA== 8310 +IGJyb3RoZXJz 8311 +dm9y 8312 +IFNwZWFrZXI= 8313 +aWNpYW5z 8314 +IG9mZmljZXI= 8315 +IGnDp2lu 8316 +INGC0LXQsQ== 8317 +IHNjcmF0Y2g= 8318 +IGdlbmVyYXRl 8319 +eWk= 8320 +IGVtb3Rpb25z 8321 +YXVz 8322 +7LmY 8323 +NDU= 8324 +IExpbms= 8325 +IFJlYWw= 8326 +IGF0ZQ== 8327 +INC90LDQtA== 8328 +IG5hdGl2ZQ== 8329 +4buH 8330 +xLF5 8331 +IGVub3Jt 8332 +IGJsb2Nrcw== 8333 +IGZhY2Vz 8334 +YWNj 8335 +aXZlbmVzcw== 8336 +IGluY2hlcw== 8337 +dWlz 8338 +aGVpdA== 8339 +IHN0cmVldHM= 8340 +IHByb2JhYmlsaXR5 8341 +YXNp 8342 +IGltcGw= 8343 +IOCk 8344 +dXJkYXk= 8345 +IGZhdXQ= 8346 +b215 8347 +IHBpcA== 8348 +IGlsbHVzdA== 8349 +4K6v 8350 +IEp1bg== 8351 +IGx5aW5n 8352 +OTk= 8353 +IG1lbW9yaWVz 8354 +IHByYWN0aWNhbA== 8355 +aWFuYQ== 8356 +b25jZXM= 8357 +IHZpZXdlcnM= 8358 +IFRob21hcw== 8359 +5ow= 8360 +IEdpcmw= 8361 +IFdoZXRoZXI= 8362 +IGlubm92YXRpb24= 8363 +IGRpc2FwcG9pbnQ= 8364 +TXk= 8365 +IHdpbm5lcg== 8366 +IGln 8367 +IHJhdGlv 8368 +IEJsdWU= 8369 +IFN1Yg== 8370 +IGRvY3VtZW50cw== 8371 +IGZvcm11bGE= 8372 +IOup 8373 +0Yo= 8374 +IGFwcGVhcmVk 8375 +dmFy 8376 +YW5kb24= 8377 +IHNwcmF5 8378 +bWFr 8379 +IFFVRVM= 8380 +S0U= 8381 +IHdlZGRpbmc= 8382 +UmU= 8383 +0LDRgtGM0YHRjw== 8384 +IHVubw== 8385 +IGdhbGw= 8386 +7YSw 8387 +Y2lv 8388 +Y2Vycw== 8389 +INC80L3QtQ== 8390 +IHBlcHBlcg== 8391 +IEZlYnJ1 8392 +IGFsdGVybmF0aXZl 8393 +IGZ1 8394 +IEJhc2ljYWxseQ== 8395 +IFNtaXRo 8396 +IGdhdGU= 8397 +IFRhbQ== 8398 +IFdoYXRldmVy 8399 +IGFwcHJveGlt 8400 +IGNvbmNlcnQ= 8401 +IGp1aWNl 8402 +IEVzcGVjaWFsbHk= 8403 +IGR5bmFtaWM= 8404 +UXU= 8405 +b25kZXI= 8406 +aXZlcnk= 8407 +IGJhbmc= 8408 +IHJ1bA== 8409 +IFBhcnR5 8410 +IHNjaG9sYXJz 8411 +IGNyeWluZw== 8412 +asSF 8413 +0KI= 8414 +IFFVRVNUSU9O 8415 +cmlk 8416 +IGFjY3VyYXRl 8417 +w6dv 8418 +IENvb2w= 8419 +Y29pbg== 8420 +IOyDgQ== 8421 +IEZv 8422 +IHByw7M= 8423 +IFJvbWFu 8424 +INCf0YA= 8425 +IGNoZWNraW5n 8426 +Pyc= 8427 +IGF0dGFjaGVk 8428 +IElzbGFt 8429 +IGV4cGVydHM= 8430 +16c= 8431 +IENvbnN0 8432 +0YDQsNC9 8433 +IHNoYWRvdw== 8434 +IGRlbGF5 8435 +0JI= 8436 +IG9yaWVudA== 8437 +64I= 8438 +ZWxsZW4= 8439 +IGFzw60= 8440 +0LrQuNC5 8441 +IGhpc3RvcmljYWw= 8442 +IHVuY29t 8443 +b21w 8444 +aG0= 8445 +IGJpbA== 8446 +IHBsYW5uZWQ= 8447 +IFVuZm9ydHVuYXRlbHk= 8448 +IFdpbmRvd3M= 8449 +2LQ= 8450 +IGVuY291bnRlcg== 8451 +IOyDneqwgQ== 8452 +IHJlZ2FyZGluZw== 8453 +YXJyYXNz 8454 +IHJlY292ZXJ5 8455 +IEh1cg== 8456 +IEVtcA== 8457 +IHPDrQ== 8458 +7ZWY6rKM 8459 +IGRlZmVuZA== 8460 +IGNldA== 8461 +YXNzZQ== 8462 +64uo 8463 +b2tlcw== 8464 +IHJlbW90ZQ== 8465 +INiz 8466 +IGFydHM= 8467 +aXNjbw== 8468 +YXVjb3Vw 8469 +IE1leGljbw== 8470 +INC/0L7QvA== 8471 +IGNob3Nlbg== 8472 +ZW1hdA== 8473 +b2Rpbmc= 8474 +IGZsb3dlcg== 8475 +c3RhbmRpbmc= 8476 +IEFzc29jaQ== 8477 +dW1teQ== 8478 +SUxM 8479 +IGNhbWVyYXM= 8480 +IEFyYWI= 8481 +IFN1bQ== 8482 +IHRlZ28= 8483 +IGNyaW1pbmFs 8484 +aWZvcm0= 8485 +IHN0YWNr 8486 +7ISx 8487 +IERvbmFsZA== 8488 +IE9sZA== 8489 +IGR1c3Q= 8490 +IEpvc2U= 8491 +IGhlbQ== 8492 +IGluY3JlYXNlcw== 8493 +b3N0YQ== 8494 +IGR5aW5n 8495 +IFJpdmVy 8496 +IG1vaXN0 8497 +0YLQvtCy 8498 +YXJlcw== 8499 +IGRpc2NpcGw= 8500 +cmFpdA== 8501 +IEhhcw== 8502 +eWdlbg== 8503 +IFRyZQ== 8504 +IOu0 8505 +IGxhbmd1YWdlcw== 8506 +IEhlbg== 8507 +IDM2 8508 +IERpc25leQ== 8509 +aW50cw== 8510 +IGFsZ28= 8511 +IGZvb2Rz 8512 +IHNldHVw 8513 +bGFu 8514 +IGVmZmVjdGl2ZWx5 8515 +IHdoZXJldmVy 8516 +IHVudGVy 8517 +Zm9ybWF0aW9u 8518 +IGhpdHM= 8519 +IHByaW5jaXBsZQ== 8520 +IHRhc3Rlcw== 8521 +p4g= 8522 +IHRyZWF0ZWQ= 8523 +IHJlc29sdXRpb24= 8524 +IHByaXZpbGU= 8525 +IElQ 8526 +67A= 8527 +IHRlcnJpdA== 8528 +IHBvd2Vycw== 8529 +IO2D 8530 +IFZpY3Q= 8531 +IGJvdGhlcg== 8532 +IENoYWly 8533 +IG11c2NsZQ== 8534 +IHNhbGU= 8535 +IGRlY2VudA== 8536 +IGNvdXA= 8537 +IFNxdQ== 8538 +IGNvYXN0 8539 +IHJvZA== 8540 +IEZyYW5j 8541 +IGJhdGhyb29t 8542 +IHNob3BwaW5n 8543 +INC80L7QttC10YI= 8544 +IGnFnw== 8545 +IFN0YXk= 8546 +Z3JhZGU= 8547 +IGZvcm1lZA== 8548 +IGJhxZ8= 8549 +IGJyaWxs 8550 +am91cg== 8551 +7ZY= 8552 +d2ll 8553 +aWNhdGU= 8554 +IOKAi+KAiw== 8555 +IE5vcm0= 8556 +4KU= 8557 +IG1haW5seQ== 8558 +IFNwYWNl 8559 +IHRyZW1lbmQ= 8560 +aXRp 8561 +4K61 8562 +VVQ= 8563 +TXVzaWM= 8564 +IEZlYnJ1YXJ5 8565 +IGNvbnRyYXN0 8566 +ZXN0aW5n 8567 +IM60 8568 +aW5naW5n 8569 +INmG 8570 +c3Nlbg== 8571 +IEhvbWU= 8572 +IHNoZWxs 8573 +IEhheQ== 8574 +IGFsbGVy 8575 +IEFw 8576 +IFdlc3Rlcm4= 8577 +IFdvcmQ= 8578 +IFBMQVk= 8579 +IOuF 8580 +IEFxdQ== 8581 +IGVudHJ5 8582 +IGxhdW5jaGVk 8583 +IE1lbQ== 8584 +IFBvdXI= 8585 +IHp3ZQ== 8586 +IFNvbWVvbmU= 8587 +aW5nZQ== 8588 +IFByb2I= 8589 +bWJsZQ== 8590 +IFJlbA== 8591 +dXJ1 8592 +IHJoeQ== 8593 +IGdpZw== 8594 +IGVuZ2FnZW1lbnQ= 8595 +w7zFnw== 8596 +IG9mZmVyaW5n 8597 +d2hlbA== 8598 +IGFjdG9y 8599 +QVBQ 8600 +d2VzdA== 8601 +IFJveQ== 8602 +IHJldHVybmVk 8603 +IHNpbHZlcg== 8604 +cmF0aW5n 8605 +IGVzdGFy 8606 +IHNrZQ== 8607 +IHRp 8608 +aWNhdGlvbg== 8609 +IGFubm95 8610 +IGRlZXBseQ== 8611 +7Jqp 8612 +IG5hdMO8cmxpY2g= 8613 +RUxM 8614 +IENhdGg= 8615 +IHJhaWw= 8616 +0L3QvtCy 8617 +IHByYXllcg== 8618 +Y29s 8619 +R0I= 8620 +INCi0LDQug== 8621 +IGdsYQ== 8622 +IFdhdGVy 8623 +0Y/RgtGM 8624 +IE5vbg== 8625 +w7R0 8626 +YWdlcnM= 8627 +IGh1Zw== 8628 +IGRvY3RvcnM= 8629 +YW5jaW5n 8630 +IFRhbGs= 8631 +emluZw== 8632 +IGhhZG4= 8633 +IGx1aQ== 8634 +IGF0w6k= 8635 +IOq3uOumrOqzoA== 8636 +6rmM7KeA 8637 +aWNp 8638 +IGluY29ycG9y 8639 +IERp 8640 +emls 8641 +YW55YQ== 8642 +qoU= 8643 +IMK7 8644 +MzU= 8645 +IGJlZXI= 8646 +IGJlYXVjb3Vw 8647 +IE1D 8648 +IGVhcnM= 8649 +b2dlbg== 8650 +IFF1ZXN0 8651 +ZWRh 8652 +IFNhdHVyZGF5 8653 +IGZhbGxz 8654 +c3Rvbg== 8655 +Ymxlcw== 8656 +IHRodXM= 8657 +IOuEpA== 8658 +4LmE 8659 +IHRoZXJt 8660 +IGRpdmVyc2l0eQ== 8661 +IHNveQ== 8662 +YXp1 8663 +aW1w 8664 +IHRlbGV2aXNpb24= 8665 +INep15w= 8666 +IHd1cg== 8667 +IGVkZ2Vz 8668 +IGxlc3NvbnM= 8669 +IEF1ZA== 8670 +dm9pcg== 8671 +YW1lbnRv 8672 +IGV4cGxhaW5lZA== 8673 +INC+0L3QsA== 8674 +IHRlbXBz 8675 +z44= 8676 +VGhleQ== 8677 +IHN1cnByaXNpbmc= 8678 +0LDQvdC40Y8= 8679 +IERyYWc= 8680 +IENsZQ== 8681 +IG5hbQ== 8682 +INC70Y7QtA== 8683 +IGhhcmR3YXJl 8684 +IHRodW1icw== 8685 +IM66zrHOuQ== 8686 +IFRvcA== 8687 +IMOl 8688 +6Zk= 8689 +15XXqA== 8690 +IOq3uOuemOyEnA== 8691 +IEJ1ZGQ= 8692 +dGhlcm4= 8693 +IGludGVyZXN0cw== 8694 +2LA= 8695 +IGRldmVsb3BlcnM= 8696 +IGhpdHRpbmc= 8697 +IG9wcG9zZWQ= 8698 +IGhlYXJ0cw== 8699 +IEFuZHJvaWQ= 8700 +IEhhbmQ= 8701 +IHJlcHJlc2VudHM= 8702 +Z2xpY2g= 8703 +7Yq4 8704 +IDMy 8705 +IGRvbWlu 8706 +IEFubg== 8707 +IMOpdMOp 8708 +IHpvb20= 8709 +IGt0w7NyZQ== 8710 +IGFkdWx0cw== 8711 +IG9yZGVyZWQ= 8712 +IHBpY2tpbmc= 8713 +IEhvbmc= 8714 +IGZpbG1pbmc= 8715 +IHNlZWQ= 8716 +IEFU 8717 +IGNhbGN1bGF0ZQ== 8718 +INC60L7Qs9C00LA= 8719 +IE9z 8720 +aWNpdA== 8721 +IHJlbWFpbmluZw== 8722 +IHNlZ3U= 8723 +w7s= 8724 +IOyYpOuKmA== 8725 +IGFycml2ZQ== 8726 +IGNvbmdy 8727 +IGdyYW5kZQ== 8728 +IGhlYWx0aGNhcmU= 8729 +INC80L7QttC90L4= 8730 +U0E= 8731 +ZXN0ZQ== 8732 +IGF3YXJlbmVzcw== 8733 +IHNxdWFyZWQ= 8734 +eHR1cmU= 8735 +IEJlaW5n 8736 +IHNvbGRpZXJz 8737 +0YPQsQ== 8738 +IHJldm9sdXRpb24= 8739 +IHRyYWluZWQ= 8740 +ZW5kZW4= 8741 +6LA= 8742 +IGRhbmNpbmc= 8743 +IGluc3RhbGxlZA== 8744 +cHJpc2U= 8745 +IHZldGVy 8746 +IG1lbm9z 8747 +bmVsbA== 8748 +IEJyb3RoZXI= 8749 +IG51bg== 8750 +IGltcG9ydGFudGx5 8751 +YWxsZWQ= 8752 +aWHFgg== 8753 +YWJsZWQ= 8754 +IFN5c3RlbQ== 8755 +IFZvbA== 8756 +IGVsZA== 8757 +IGVtb3Rpb24= 8758 +aWNhbg== 8759 +IEJhbms= 8760 +aWtlcw== 8761 +IHZsb2c= 8762 +INCy0L7Qtw== 8763 +IHB1ZWRl 8764 +7Jik 8765 +IHRlZW4= 8766 +IHNldmVyZQ== 8767 +JSw= 8768 +IGNsZWFuaW5n 8769 +esSF 8770 +l5A= 8771 +IFRocm91Z2g= 8772 +IFNldA== 8773 +RVA= 8774 +Ij8= 8775 +IE1vdGhlcg== 8776 +IGZpZ3VyZWQ= 8777 +IG11ZA== 8778 +INGW 8779 +IE9mZmljZQ== 8780 +IHJhdw== 8781 +IGRlc3Ryb3llZA== 8782 +ZW50YQ== 8783 +IGFnZ3Jlc3M= 8784 +INC+0YE= 8785 +IOuqqOs= 8786 +w6TDpA== 8787 +IEFS 8788 +IGNvcnJlY3RseQ== 8789 +IHN0aXI= 8790 +IGV4dHJhY3Q= 8791 +IHZlaGljbGVz 8792 +IFJ1bg== 8793 +INCy0YDQtdC8 8794 +IHBhcmFsbGVs 8795 +IGxhZw== 8796 +anU= 8797 +IGRhcmU= 8798 +IE1vdA== 8799 +b25v 8800 +IGJlaW5ncw== 8801 +IHN0cm8= 8802 +IGV4Y3VzZQ== 8803 +IGFscGhh 8804 +IGFza3M= 8805 +IHBvY2tldA== 8806 +Li4uPw== 8807 +IGtpdGE= 8808 +w7xt 8809 +IGFwcGVhcmFuY2U= 8810 +b3JkYW4= 8811 +IGluc2VydA== 8812 +INC90LDRhw== 8813 +m2k= 8814 +IHRlbXBv 8815 +IGZhY2lsaXR5 8816 +IHZpc2libGU= 8817 +5ZI= 8818 +IFNjaWVuY2U= 8819 +dXJvcw== 8820 +INmB2Yo= 8821 +IFZhbg== 8822 +IHRlbnNpb24= 8823 +IO2VoA== 8824 +IGRlbGl2ZXJ5 8825 +IHN0aW0= 8826 +IHN1cnZleQ== 8827 +IEdyYQ== 8828 +IGJvbA== 8829 +5qA= 8830 +IHdlaXRlcg== 8831 +w59lbg== 8832 +IHByb2NlZWQ= 8833 +IGltcHJlc3NpdmU= 8834 +IFZvYw== 8835 +aW91c2x5 8836 +INC00LA= 8837 +aGFsZQ== 8838 +b2No 8839 +IGdsdWU= 8840 +cGhldA== 8841 +Y29udA== 8842 +IGZpdHM= 8843 +IGJveGVz 8844 +IGNvbnRyb2xz 8845 +IENoaWxk 8846 +IHNjZW5hcmlv 8847 +IHRyb3A= 8848 +IHByb2Nlc3Npbmc= 8849 +INGC0L7Qu9GM0LrQvg== 8850 +IGJpcmRz 8851 +IENoaWM= 8852 +INC90LDQvw== 8853 +IDIwMTM= 8854 +IG3DvHNzZW4= 8855 +IEphZw== 8856 +IHPEhQ== 8857 +IHBlcmNl 8858 +cmVo 8859 +IEZvcmU= 8860 +IGNvbmZ1c2Vk 8861 +YWlyZQ== 8862 +IGFjY29tcGxpc2g= 8863 +IGNhc2E= 8864 +Y2xvY2s= 8865 +IGluZmx1ZW4= 8866 +IFJP 8867 +IGJvbmU= 8868 +aWNpYW4= 8869 +IFND 8870 +IHN0cmF0ZWdpZXM= 8871 +Z2g= 8872 +0LTRgw== 8873 +IGl0dQ== 8874 +IHBlcnNvbmFsaXR5 8875 +IGJhcmR6bw== 8876 +IGFjY2VwdGVk 8877 +IHN0b20= 8878 +aWV2 8879 +IEhpc3Q= 8880 +IEF1cw== 8881 +IOuwlOs= 8882 +QVRPUg== 8883 +b2ly 8884 +IG1hZ2F6 8885 +IGV4cGxhbg== 8886 +IGNvcm4= 8887 +IGlscw== 8888 +IGNpcmN1aXQ= 8889 +IGdheQ== 8890 +aG9w 8891 +IGVxdWl2YWw= 8892 +IGRpZXNlcg== 8893 +ZXJ2ZXM= 8894 +Y29tZXM= 8895 +a2xpY2g= 8896 +IOuVjOs= 8897 +YWJldA== 8898 +IGV4aGE= 8899 +IG1hbm5lcg== 8900 +IOKZquKZqg== 8901 +w6lj 8902 +w6Rs 8903 +IGNvbmZpcm0= 8904 +IGVudGVyZWQ= 8905 +ZW1wbG8= 8906 +IEZhcg== 8907 +IG/DuQ== 8908 +ZXNzaW9ucw== 8909 +IG51cnM= 8910 +IGVudMOjbw== 8911 +IGFiYW5kb24= 8912 +bGlmZQ== 8913 +IHdpcw== 8914 +TmFycmF0b3I= 8915 +IOyWtA== 8916 +VGhlcmU= 8917 +IFJhbQ== 8918 +YXN0ZQ== 8919 +IGF0dHJpYg== 8920 +IEF5 8921 +IG1lc21v 8922 +IM69zrE= 8923 +6as= 8924 +ZW5zZXM= 8925 +IGNyb3A= 8926 +INC30LTQtdGB0Yw= 8927 +IFVudGls 8928 +c3RlaW4= 8929 +IG92ZW4= 8930 +IHN1c3BlY3Q= 8931 +aGV0 8932 +IHB1aXM= 8933 +IGNhcnJpZWQ= 8934 +w6ln 8935 +IERldg== 8936 +ZW1z 8937 +cmVlbnM= 8938 +YmVycnk= 8939 +IHRlbXBs 8940 +IEJpdA== 8941 +IHZhcmlhYmxlcw== 8942 +IG92ZXJ3aGVs 8943 +zrzOtQ== 8944 +IGluaXRpYWxseQ== 8945 +7JWY 8946 +b3RoaW5n 8947 +0LXRgtGM 8948 +IEhpbGw= 8949 +IGRlcGFydA== 8950 +IG15c3Q= 8951 +YXp6 8952 +IGZsdWlk 8953 +IERD 8954 +IGNsaW5pY2Fs 8955 +IFJ5YW4= 8956 +IEZsb3JpZGE= 8957 +IFRhaw== 8958 +IGFueGlldHk= 8959 +YnJv 8960 +IGNpcmN1bXN0YW5jZXM= 8961 +INmD 8962 +IGV4aXN0ZW5jZQ== 8963 +IHRvbmc= 8964 +IDIwMTI= 8965 +IFNlY3JldGFyeQ== 8966 +IHNwaWN5 8967 +IFso 8968 +IFdpdGhvdXQ= 8969 +IGZhY3Rz 8970 +IHRvbnM= 8971 +QXBw 8972 +IFN0YW5k 8973 +IGxpZXM= 8974 +IEFE 8975 +d2lu 8976 +z4TOtQ== 8977 +YXBwbGF1c2U= 8978 +SVA= 8979 +c3Rh 8980 +IFN1cA== 8981 +cGhvbmVz 8982 +npE= 8983 +cGll 8984 +IFBvdA== 8985 +IE5P 8986 +INee 8987 +INCU0LA= 8988 +aWNhcw== 8989 +IEly 8990 +IHB1c2hlZA== 8991 +IHVuY2xl 8992 +INmF2YY= 8993 +IGxvbg== 8994 +IHByaW5jaXBsZXM= 8995 +IEludGVybmF0aW9uYWw= 8996 +IMOW 8997 +xb4= 8998 +IHNheWE= 8999 +IOqzoA== 9000 +IHJpYg== 9001 +IHBhc3Rl 9002 +IHdhcm5pbmc= 9003 +IG11c2ljYWw= 9004 +IGFncmVlZA== 9005 +0L7RgNC8 9006 +IGdhcmxpYw== 9007 +IG94eWdlbg== 9008 +7JiI 9009 +QWw= 9010 +IOunng== 9011 +ZWxpbmVz 9012 +TEFVU0U= 9013 +Z3lwdA== 9014 +R0U= 9015 +Y2tlcg== 9016 +dHU= 9017 +IHNoZWw= 9018 +IHN0YXllZA== 9019 +INCz0L7QtA== 9020 +IGxhcHQ= 9021 +IE1hcnRpbg== 9022 +IGludml0ZWQ= 9023 +IGNvbmZpcg== 9024 +IGVtYmFycmFzcw== 9025 +YWNpb25lcw== 9026 +IENhbXA= 9027 +IGhvbGRz 9028 +YXh5 9029 +IGRpdmU= 9030 +dWNrbGVz 9031 +IGJvb3N0 9032 +IHfDvHI= 9033 +c3RhbA== 9034 +INGA0LDQsdC+0YI= 9035 +IGTDqWM= 9036 +IG9mZmljZXJz 9037 +IOyVhOs= 9038 +b2xvZ2lzdA== 9039 +157X 9040 +IHNlZWRz 9041 +IGJ1ZmY= 9042 +IHVwZGF0ZXM= 9043 +ZGVk 9044 +IGZyaWVuZGx5 9045 +IGNvdW5jaWw= 9046 +IFByb2JhYmx5 9047 +IHBpYW5v 9048 +IHJlZHVjZWQ= 9049 +z4TOsQ== 9050 +IGF1dGhlbnQ= 9051 +IGV4cGxvcw== 9052 +cGFzcw== 9053 +IEhpdA== 9054 +anVk 9055 +IE5hdg== 9056 +b21p 9057 +IGNvbW1pc3Npb24= 9058 +IGd5bQ== 9059 +0J8= 9060 +IHBvbg== 9061 +0YDQvtGB 9062 +IGludGVyZmFjZQ== 9063 +IHN0cnVjdHVyZXM= 9064 +IEplbg== 9065 +IHlvaw== 9066 +IG1ldQ== 9067 +7KeA66eM 9068 +bmVk 9069 +IFdpZQ== 9070 +IGlkZW50aWZpZWQ= 9071 +IGNoYW5uZWxz 9072 +xLFuYQ== 9073 +IHBoaWxvc29w 9074 +a2VpdA== 9075 +IGJpdHM= 9076 +ZW50ZXM= 9077 +IGZyYWc= 9078 +IEtpbmQ= 9079 +IGRvY2g= 9080 +IHNuZQ== 9081 +aW5kaW5n 9082 +IEpld2lzaA== 9083 +0L7RgNC+0Yg= 9084 +IGZ1ZQ== 9085 +IO2P 9086 +IG3EsQ== 9087 +IGtlaW5l 9088 +IGxvY2F0aW9ucw== 9089 +IG1ldGVy 9090 +IGJlZWY= 9091 +IG1hbmlw 9092 +IHNvbm8= 9093 +enpsZQ== 9094 +57Y= 9095 +IHBlcw== 9096 +IGhvcnJpYmxl 9097 +IFNu 9098 +IGZhY3Rvcnk= 9099 +IGZpZnRo 9100 +IGNvb2tlZA== 9101 +IG1vb2Q= 9102 +IHZlbG9jaXR5 9103 +IG9ibGln 9104 +IGNvbm5lY3Rpb25z 9105 +xJ9pbQ== 9106 +IOqztQ== 9107 +IGRvbWFpbg== 9108 +IGFwcGx5aW5n 9109 +IHJpZGlj 9110 +IGNlbA== 9111 +IGNoaWxkaG9vZA== 9112 +IFRlc3Q= 9113 +cmF0dWxhdGlvbnM= 9114 +IFZpcmdpbg== 9115 +IENFTw== 9116 +INC/0Ls= 9117 +IGFsZ29yaXRobQ== 9118 +IGludGVyYWN0aW9u 9119 +YWdh 9120 +IGtpZGRpbmc= 9121 +IHRvbWF0bw== 9122 +IGNvbnRpbnVpbmc= 9123 +bGFk 9124 +c3RyZWFt 9125 +0L7QttC1 9126 +IOyYgQ== 9127 +0LXQu9C+0LI= 9128 +QkE= 9129 +IG5hcA== 9130 +IE5vYm9keQ== 9131 +IHRodW1i 9132 +IE9O 9133 +IHJ1c2g= 9134 +RFI= 9135 +IHN0cmlrZQ== 9136 +IGV2b2x1dGlvbg== 9137 +aWNoZQ== 9138 +IOy7 9139 +IOq3uOufsA== 9140 +2KfYqg== 9141 +IGFr 9142 +IHdpbmRvd3M= 9143 +IGV4Y2Vzcw== 9144 +IGNvbmNsdWQ= 9145 +IGVwaXNvZGVz 9146 +IHN0cnVnZ2xpbmc= 9147 +IERhdA== 9148 +nbzr 9149 +IGtleXM= 9150 +IGtsZQ== 9151 +IHZlZ2V0YWJsZXM= 9152 +eXN0ZW0= 9153 +w6puY2lh 9154 +cmljaw== 9155 +IHJldmVudWU= 9156 +IEhhdw== 9157 +IGxhbg== 9158 +YW50ZXM= 9159 +aW5peg== 9160 +0LjRgdGC 9161 +IHN1cA== 9162 +qbTshJw= 9163 +IG1vbWVudG8= 9164 +aXN0bw== 9165 +IEVyaWM= 9166 +aW9ycw== 9167 +YmFq 9168 +IGludHJvZHVjdGlvbg== 9169 +aXJ0eQ== 9170 +IGRlY2s= 9171 +cmVhbA== 9172 +IE1hcmlv 9173 +IGxvdmluZw== 9174 +4LiU 9175 +IHN1cHBvcnRz 9176 +0LjRh9C10YE= 9177 +IGluY2lkZW50 9178 +dXRjaA== 9179 +dXY= 9180 +IGJvb20= 9181 +0LXRgNGM 9182 +INC90YPQtg== 9183 +IGNvbWJpbmVk 9184 +IExpbg== 9185 +MjM= 9186 +b3JhdGlvbg== 9187 +bnRl 9188 +IHNvcg== 9189 +IGRpcnR5 9190 +aWZlcg== 9191 +IEFQSQ== 9192 +IGNvbGxhYm9yYXRpb24= 9193 +aWFibGU= 9194 +IHByaW9yaXR5 9195 +IEFsZQ== 9196 +IFByaW4= 9197 +IEV4Yw== 9198 +IHZhaXM= 9199 +IGdyYW4= 9200 +IHN0b29k 9201 +IHJlY3J1 9202 +IE11cg== 9203 +ZXNpcw== 9204 +YXNw 9205 +IGxvY2tlZA== 9206 +IFBlcm8= 9207 +IEhhcnJ5 9208 +IHR1ZG8= 9209 +IFRlbg== 9210 +2LU= 9211 +Zm9yY2VtZW50 9212 +KSk= 9213 +b2xp 9214 +IOyduA== 9215 +IHN1cHBs 9216 +IGNyb2NoZXQ= 9217 +IHBoZW5vbWVu 9218 +bG9z 9219 +YXRoYW4= 9220 +IFN1cHA= 9221 +IGVtYnI= 9222 +IGJlaw== 9223 +IFplaXQ= 9224 +Z2VuZA== 9225 +IHJvb21z 9226 +qr0= 9227 +VkVS 9228 +bnljaA== 9229 +IGRvbnQ= 9230 +IGNhYmlu 9231 +IGFjY291bnRz 9232 +IEVhc3Rlcg== 9233 +15XXnA== 9234 +IGZhY2lsaXRpZXM= 9235 +YmVpdA== 9236 +IGxpbmtlZA== 9237 +IEdlcg== 9238 +IHByb2dyYW1taW5n 9239 +b3RpYw== 9240 +IGRyYW1h 9241 +IDI5 9242 +IO2B 9243 +IGluc3RydWN0aW9ucw== 9244 +IGltcG9ydGFudGU= 9245 +IHdhdmVz 9246 +IGFpZA== 9247 +Q0s= 9248 +6rKg7Iq164uI64uk 9249 +IE1pcg== 9250 +IHRpZA== 9251 +IEhvdA== 9252 +IGFycmFuZ2U= 9253 +IEJhYnk= 9254 +IHRhY2s= 9255 +INGJ 9256 +7Z0= 9257 +IHZlcnRpY2Fs 9258 +IGhlZWw= 9259 +IEN1dA== 9260 +IG5hcnJvdw== 9261 +IEFyaQ== 9262 +IGtuZWU= 9263 +IEJyYXppbA== 9264 +IEZpdmU= 9265 +IHBvc3RlZA== 9266 +VUQ= 9267 +IHJvbGxpbmc= 9268 +zrg= 9269 +IGNsYWltcw== 9270 +IElucw== 9271 +T0s= 9272 +dWlu 9273 +IEluc3RpdHV0ZQ== 9274 +IGludGVuc2U= 9275 +aWFy 9276 +IE5pY2s= 9277 +IHNlbGVjdGlvbg== 9278 +IGxlZ2VuZA== 9279 +IHVuaWZvcm0= 9280 +w7pu 9281 +IHN0dWRpZWQ= 9282 +INCl 9283 +IOyVjA== 9284 +Z2Vycw== 9285 +IGRvdw== 9286 +IENT 9287 +IGFnZW50 9288 +IEF1Zg== 9289 +IGpvZw== 9290 +IGFpcmNyYWZ0 9291 +64uY 9292 +IHZpdA== 9293 +dWxz 9294 +IHNlZ21lbnQ= 9295 +IG9yZGVycw== 9296 +IENsYXNz 9297 +IGFwb2xvZw== 9298 +IHBsYXRmb3Jtcw== 9299 +IG15dGg= 9300 +0LDQttC1 9301 +IEJvb2s= 9302 +IHNlbnNpdGl2ZQ== 9303 +INC/0L7Qu9GD0Yc= 9304 +IGRhbWl0 9305 +IENhcHQ= 9306 +c29sZQ== 9307 +IGFyY2hpdGVjdHVyZQ== 9308 +IFdpbA== 9309 +IGluaGVy 9310 +Y2Fw 9311 +IEJveQ== 9312 +IGJ1cm5pbmc= 9313 +IFB1YmxpYw== 9314 +IGJlaGFsZg== 9315 +IOychA== 9316 +IHRoZXJhcHk= 9317 +dWJzY3JpYmU= 9318 +IGludm9sdmU= 9319 +IGV4cG9zZWQ= 9320 +acWf 9321 +w6p0cmU= 9322 +IHRvaWw= 9323 +IHNpbms= 9324 +cGly 9325 +5YM= 9326 +SUk= 9327 +IGFnZW5jaWVz 9328 +IHE= 9329 +IERvd24= 9330 +YXVm 9331 +IOunmw== 9332 +IHByb2M= 9333 +b2tlZA== 9334 +IHN0b3Jlcw== 9335 +cG93ZXI= 9336 +IFRoaW5ncw== 9337 +IGFjY2Vzc2libGU= 9338 +IHRlxbw= 9339 +IEVkdWM= 9340 +IHNwZWFrZXJz 9341 +IFNhcmFo 9342 +lJQ= 9343 +IGRpdmVyc2U= 9344 +7J6W 9345 +IFVsdA== 9346 +w6B5 9347 +IENoaWNhZ28= 9348 +U2hl 9349 +YXRoeQ== 9350 +IGVuYWJsZQ== 9351 +IHRyYWRpbmc= 9352 +IG11c2NsZXM= 9353 +5ps= 9354 +IENhcmU= 9355 +IFVy 9356 +IFNjb3Q= 9357 +IHBocmFzZQ== 9358 +RU5U 9359 +IOqyvQ== 9360 +IEphYw== 9361 +cGFjaw== 9362 +IGRldGVybWluZWQ= 9363 +w7xuZA== 9364 +IG5lZ290aQ== 9365 +IHZpZMOp 9366 +IHJveg== 9367 +IFN1cw== 9368 +IHJpZGluZw== 9369 +aG1lbg== 9370 +IERlZg== 9371 +IENyZQ== 9372 +IFdhbGw= 9373 +aWdhbg== 9374 +IHNlbXByZQ== 9375 +0ZbQtA== 9376 +IGRyaXZlbg== 9377 +IGZvb3RhZ2U= 9378 +IGZvbmQ= 9379 +IFdheQ== 9380 +w6Rt 9381 +IE9iYW1h 9382 +IFNlcnZpY2U= 9383 +IDc1 9384 +IERhcms= 9385 +IOq3vOs= 9386 +IENhdA== 9387 +2Lc= 9388 +6Yw= 9389 +IGp1Zw== 9390 +IGV0d2Fz 9391 +IGJyZWF0aGluZw== 9392 +4buD 9393 +IFdlYg== 9394 +IGZvaXM= 9395 +IGxpZ2h0aW5n 9396 +IERB 9397 +IG9ic3Q= 9398 +IGxldXI= 9399 +IEVneXB0 9400 +IEFybXk= 9401 +aWNpZGU= 9402 +0LDRgtC4 9403 +IOuLpOs= 9404 +IGFwYXJ0bWVudA== 9405 +IGNoaWVm 9406 +IFdlZA== 9407 +IG5ldHdvcmtz 9408 +IGJhdHQ= 9409 +5rg= 9410 +IEx1Yw== 9411 +IG5pY2VseQ== 9412 +IHZlcmI= 9413 +4Li0 9414 +7LY= 9415 +b3NpdA== 9416 +IHJldmVhbGVk 9417 +IHRhdA== 9418 +IHRpZWQ= 9419 +4buB 9420 +IGFuaW1hdGlvbg== 9421 +IHJvbGVz 9422 +7Iqk7Q== 9423 +IHZlcnNpb25z 9424 +0YfQuNGC 9425 +IHRhc2tz 9426 +r7w= 9427 +IHJlc2M= 9428 +c2hl 9429 +IGxvb3Nl 9430 +IGPhuw== 9431 +IGNvaXNh 9432 +IGFsZXJ0 9433 +IG5pbg== 9434 +IFNBTQ== 9435 +IHRyYWJhag== 9436 +aXJ1cw== 9437 +VEg= 9438 +xqE= 9439 +b2dldGhlcg== 9440 +IFRhaQ== 9441 +IGZpZ3VyZXM= 9442 +INeQ16o= 9443 +IGNyZWVw 9444 +IGludmVzdGlnYXRpb24= 9445 +IHJlY29tbWVuZGVk 9446 +IEFr 9447 +IHJlc2lkZW50cw== 9448 +0YHRgtCy0L4= 9449 +c2VjdA== 9450 +0LDQvdC40LU= 9451 +IG1pbmRz 9452 +dWluZw== 9453 +5bE= 9454 +b3dpbmc= 9455 +IG5vZw== 9456 +IHJheg== 9457 +2KfYsQ== 9458 +IHF1b3Q= 9459 +INC40YU= 9460 +IHNlZA== 9461 +IGFwcGxhdWQ= 9462 +IGNvdmVyYWdl 9463 +dm9s 9464 +IFJlYw== 9465 +xJs= 9466 +INCy0YHRkQ== 9467 +IGV4cGVjdGluZw== 9468 +IG9wZXJhdGU= 9469 +IGNvbnZlcg== 9470 +IFN1Y2g= 9471 +IFJhZA== 9472 +IFByaW1l 9473 +IHB1cnBsZQ== 9474 +IDIwMTA= 9475 +IOyViOs= 9476 +IGV4ZW0= 9477 +IGNvbXBhcmlzb24= 9478 +IGxhbmRzY2FwZQ== 9479 +IG5laXRoZXI= 9480 +IEVo 9481 +64U= 9482 +IHN0b21hY2g= 9483 +IGNhc28= 9484 +w6Ju 9485 +IHBlcmNlbnRhZ2U= 9486 +d2ljaA== 9487 +aXRhbg== 9488 +IGts 9489 +IGV4cGFucw== 9490 +INin2YTZhQ== 9491 +IG9jY2FzaW9u 9492 +cmV0cw== 9493 +aWduaW5n 9494 +IGtpbG9tZXQ= 9495 +IGd1c3Q= 9496 +Y3pl 9497 +IHVyYmFu 9498 +IGFncmlj 9499 +IGFzc2lzdGFuY2U= 9500 +IHN1cmY= 9501 +aW1ldGVy 9502 +IHBldGl0 9503 +IGFzc2Vzc21lbnQ= 9504 +IG1hbnVhbA== 9505 +IGltcHJvdmVk 9506 +YnN0 9507 +IHBpbG90 9508 +IE1hcnM= 9509 +IHZpZWxl 9510 +IENvbmdyYXR1bGF0aW9ucw== 9511 +IGFyZ3Vl 9512 +IHdpcmtsaWNo 9513 +IGNsaWNraW5n 9514 +UklT 9515 +IGxvZ28= 9516 +IG91dGNvbWU= 9517 +IENlbnRyYWw= 9518 +IEpp 9519 +IGdhbWluZw== 9520 +IGNvbnNlcnY= 9521 +IHVsdGltYXRl 9522 +IFZl 9523 +IFdhbA== 9524 +YXJv 9525 +c3Rhcg== 9526 +IGNvbnN1bWVy 9527 +IHRyYXZlbGluZw== 9528 +aW1lcg== 9529 +IDEwMDA= 9530 +0L3QuNC6 9531 +IHByaW5jaXBhbA== 9532 +IHNha2U= 9533 +0ZbQsg== 9534 +IG1vdXNl 9535 +YXJpb3M= 9536 +IHJlbGF0aW9u 9537 +IG1vcmFs 9538 +IHRoZXRh 9539 +d3k= 9540 +IGthbQ== 9541 +IGVpZw== 9542 +IGdvbGRlbg== 9543 +16Q= 9544 +IGFtcGw= 9545 +IHZ1 9546 +c3Ry 9547 +cm9ycw== 9548 +IHdoZXJlYXM= 9549 +aXphcg== 9550 +IGFkbWluaXN0cg== 9551 +IG7Ds3M= 9552 +IFByZXQ= 9553 +IEFjYWQ= 9554 +YW5naW5n 9555 +YmFnZQ== 9556 +w6l0YWl0 9557 +dXJp 9558 +IGhlYWxpbmc= 9559 +IHRpcG8= 9560 +IG1hcnJ5 9561 +0YPQsg== 9562 +IGVzdGF0ZQ== 9563 +dXU= 9564 +7JQ= 9565 +IEJlc3Q= 9566 +IHN1ZmZlcg== 9567 +IDE5NA== 9568 +IGJhY3Rlcg== 9569 +INCS0L7Rgg== 9570 +IE9t 9571 +IGR6 9572 +6LY= 9573 +7KY= 9574 +IG9sZHU= 9575 +IHBoeXNpY2FsbHk= 9576 +IExvdWlz 9577 +ZXRpbWU= 9578 +Y2FzZQ== 9579 +IHBpZXI= 9580 +7KCc 9581 +dmFu 9582 +IGFzc2V0cw== 9583 +IOuB 9584 +dmV0 9585 +0LjQsQ== 9586 +IHByb21vdGU= 9587 +IGNvbmdyYXQ= 9588 +dWVzZGF5 9589 +IGR1dHk= 9590 +IFZpZGVv 9591 +2K4= 9592 +IEpvaG5zb24= 9593 +a3Rpb24= 9594 +IFZvY8Oq 9595 +44CL 9596 +IGFp 9597 +IGFubnVhbA== 9598 +IEpvc2g= 9599 +aXR0ZQ== 9600 +IEpP 9601 +IHNsaWRlcw== 9602 +IGFuYw== 9603 +uYQ= 9604 +dGVlbg== 9605 +IGNhcnJ5aW5n 9606 +bHltcA== 9607 +ZWRpbmc= 9608 +IGZybw== 9609 +IGFkbWl0 9610 +cmVy 9611 +IG9mZmljaWFscw== 9612 +cHRpb25z 9613 +Z2Fs 9614 +IGhldXRl 9615 +IHZvaWNlcw== 9616 +IGJhbGxz 9617 +IGd1ZXN0cw== 9618 +YW5uZXI= 9619 +44CK 9620 +aXNoZXI= 9621 +IE1S 9622 +IFJpY2hhcmQ= 9623 +IHJvdWdobHk= 9624 +bMSx 9625 +IHZpY3Rvcnk= 9626 +IGFsZ3Vu 9627 +IE1ycw== 9628 +xZtjaWU= 9629 +IFVr 9630 +IGV5 9631 +IFdhcnM= 9632 +IGJyYW5jaA== 9633 +YXN0eQ== 9634 +IFByaW5jZQ== 9635 +0LXQutGC 9636 +IHJlY29nbml6ZWQ= 9637 +IG11Y2hv 9638 +IExlYXZl 9639 +Y29ubmVjdA== 9640 +IHNwZWxs 9641 +IHRvdWNoZWQ= 9642 +IGFnZW5kYQ== 9643 +6L4= 9644 +YXJpYQ== 9645 +IEtvbmc= 9646 +b2dh 9647 +IHBhcmFtZXRlcnM= 9648 +64uk6w== 9649 +IGluc3RhbnQ= 9650 +IHJlZ3Vs 9651 +Q29u 9652 +IGVkaXRvcg== 9653 +IERpc3Q= 9654 +IHVua25vd24= 9655 +IHB1bmlzaA== 9656 +IGV4cGVjdGF0aW9ucw== 9657 +IGNyeXB0 9658 +IGRpdmlkZQ== 9659 +YWtlbg== 9660 +IE1lc3M= 9661 +IGh5cGVy 9662 +IFByb2plY3Q= 9663 +aWtp 9664 +IGFnb3Jh 9665 +IGFidXNl 9666 +IGNhdXNpbmc= 9667 +IGNvbnZpbg== 9668 +IExB 9669 +IGNvbmNlbnRyYXRpb24= 9670 +IGJyZWFrcw== 9671 +dXJlcg== 9672 +IGNvbmNyZXRl 9673 +IGZvcm1hbA== 9674 +IGJldGE= 9675 +aXRvcnM= 9676 +IENoYW1w 9677 +IGhlYWRpbmc= 9678 +IEJsbw== 9679 +IHByZW5k 9680 +IFNlbmF0ZQ== 9681 +IGFkdmVudHVyZQ== 9682 +b3Nv 9683 +IG9wZW5z 9684 +IFBMQVlJTkc= 9685 +IFNV 9686 +dXJlbg== 9687 +aWt0 9688 +INC70Y7QsQ== 9689 +IEZvbGxvdw== 9690 +IEJpZGVu 9691 +ZWxu 9692 +IFNreQ== 9693 +ZXRpbmc= 9694 +IEV4dA== 9695 +0L3Rg9GO 9696 +IOyZnA== 9697 +IHNocg== 9698 +ZWxsYQ== 9699 +IERpdg== 9700 +IHRyYW5zZm9ybWF0aW9u 9701 +IGhvdXNlaG9sZA== 9702 +ZXRyeQ== 9703 +6KE= 9704 +IERlc3A= 9705 +IGNvdXJhZ2U= 9706 +IHBhcmtpbmc= 9707 +IGV0dMOk 9708 +Y2Fs 9709 +bHlu 9710 +IGxhaWQ= 9711 +IHRyaWVz 9712 +aXJ0cw== 9713 +aWdh 9714 +IHJlY2FsbA== 9715 +aWZpZXI= 9716 +z4HOsQ== 9717 +IGFhbg== 9718 +IGJ1dHRvbnM= 9719 +IHJlYWNoaW5n 9720 +IOq3vOuNsA== 9721 +IHNwYXJr 9722 +IFNvY2lhbA== 9723 +INC10YnQtQ== 9724 +IGNhbmFs 9725 +IGNyaXRlcg== 9726 +IGt0w7NyeQ== 9727 +IHRlbmVtb3M= 9728 +gqw= 9729 +INC90LXRgg== 9730 +IHR1YmU= 9731 +YWNsZXM= 9732 +0LjRiA== 9733 +IGRlxJ9pbA== 9734 +IHN0YW1w 9735 +IGluZmw= 9736 +IGFob3Jh 9737 +IHRyYWls 9738 +IG1peHR1cmU= 9739 +IFJvbGw= 9740 +IHJvdXRpbmU= 9741 +IGNvdW50eQ== 9742 +IGVuam95aW5n 9743 +0L3QvtGB0YLRjA== 9744 +ZXJlcw== 9745 +IHB1cnBvc2Vz 9746 +IFNhbnRh 9747 +IGJyZWFzdA== 9748 +w6RuZw== 9749 +IHdyaXRlcg== 9750 +5Yw= 9751 +0YDQvg== 9752 +IG5lbQ== 9753 +aWNvcw== 9754 +0LDRgdGC 9755 +IGRldGFpbGVk 9756 +IHJldmVyc2U= 9757 +IFJlYWR5 9758 +IGRpc3RyYWN0 9759 +IEFsb3Jz 9760 +dXR0ZXI= 9761 +IGRlc2VydmU= 9762 +IFJvbg== 9763 +0L3QvtC8 9764 +IG9ic2Vydg== 9765 +IGxvZ2lj 9766 +IFB5 9767 +IEtldmlu 9768 +pbQ= 9769 +2YrZhg== 9770 +IHNrYQ== 9771 +IHRhY3Q= 9772 +IGhvbGlkYXk= 9773 +IGJ1bXA= 9774 +INC80L7Qsw== 9775 +IGRlaXg= 9776 +7YU= 9777 +IHdvcnNoaXA= 9778 +Q2w= 9779 +IHN1Y2s= 9780 +INGB0LXQsQ== 9781 +IGFwcGxhdXNl 9782 +IEVw 9783 +INC80L4= 9784 +IHBhdGNo 9785 +4bqt 9786 +IGxhZGllcw== 9787 +IGJyb2FkY2FzdA== 9788 +IGlsbGVn 9789 +IG5hcnJhdGl2ZQ== 9790 +b3NzYQ== 9791 +QVJSQVRPUg== 9792 +IHNhbmc= 9793 +IG1vdmVtZW50cw== 9794 +IHBhcnRuZXJzaGlw 9795 +IG9yZ2FuaXplZA== 9796 +IG5vZGU= 9797 +ZXN0eWxl 9798 +IE1lZw== 9799 +IGluZHVzdHJpYWw= 9800 +IGdvbA== 9801 +IGJvcmluZw== 9802 +IGN1dHM= 9803 +IHJlY29u 9804 +YXNh 9805 +IGltcHJlc3Npb24= 9806 +7Jq0 9807 +Z2ll 9808 +TUE= 9809 +hrU= 9810 +IGVkaXRpbmc= 9811 +cm9udA== 9812 +IGZvbGxvd3M= 9813 +IEl0YWxpYW4= 9814 +0YDQvtC0 9815 +IOqwmeydgA== 9816 +IOuwqQ== 9817 +IHBhcnRpY2xlcw== 9818 +IEJvYXJk 9819 +15nXqg== 9820 +anVu 9821 +cm9uaWM= 9822 +IGVq 9823 +IM+Ezrc= 9824 +15XXkw== 9825 +Y2lvbg== 9826 +aXR0eQ== 9827 +IFR1ZXNkYXk= 9828 +dW1lcw== 9829 +IFByb3Q= 9830 +ZWRlcg== 9831 +IHBlc3NvYXM= 9832 +INC90L7Qsg== 9833 +IHNraXA= 9834 +IG9iamVjdGl2ZQ== 9835 +w61hcw== 9836 +IGRlc2s= 9837 +IExvb2tz 9838 +dW5kZW4= 9839 +IHByaW1hcmlseQ== 9840 +aW1lbnRv 9841 +IHJlcG9ydGluZw== 9842 +IGhhY2U= 9843 +IGNoZWNrZWQ= 9844 +6Zg= 9845 +IOuztOs= 9846 +IHNtZWxscw== 9847 +IGFjdG9ycw== 9848 +IEFzaWE= 9849 +aWzDoA== 9850 +IHJlY2VpdmluZw== 9851 +IHRheGVz 9852 +IGdyYWNl 9853 +IGNvbXBldGl0aXZl 9854 +IGRpdmlzaW9u 9855 +IGVzcGVy 9856 +IHdoZWVscw== 9857 +IGtvbW10 9858 +IHRyZW1lbmRvdXM= 9859 +IGVzcGU= 9860 +Li4uKQ== 9861 +IOyehQ== 9862 +IGxpc3RlZA== 9863 +w6RsbA== 9864 +IHVudXM= 9865 +IEhvbGx5 9866 +IGd1aWRhbmNl 9867 +IGN1Yg== 9868 +IGludGVsbGVjdA== 9869 +INCx0YvQuw== 9870 +IHJlZ2FyZGxlc3M= 9871 +IFN0YW4= 9872 +IGNvbmNsdXNpb24= 9873 +YWNhxJ8= 9874 +IGxvbA== 9875 +IEJhdA== 9876 +IG1hbmlmZXN0 9877 +IENoaWVm 9878 +IHNoYW1l 9879 +IG91dGNvbWVz 9880 +IG1haWw= 9881 +IGt1cg== 9882 +zrnOug== 9883 +ZXR6 9884 +IHByZXBhcmluZw== 9885 +Mjc= 9886 +IFF1ZWVu 9887 +4K6z 9888 +IOu5hA== 9889 +IHRpc3M= 9890 +IGNvbnNjaW91c25lc3M= 9891 +IHBhbnRz 9892 +IG1lbHQ= 9893 +dWNodA== 9894 +aW5o 9895 +7JuM 9896 +IHZvdHJl 9897 +IG1vZHVsZQ== 9898 +b3d5 9899 +IG1vbnN0ZXI= 9900 +IOuG 9901 +IGVsZWN0cm9uaWM= 9902 +IGNlbnRyZQ== 9903 +IHN0b3Bz 9904 +IHRvdQ== 9905 +IOut 9906 +IGxhbWI= 9907 +IGNvbnNlcXVlbmNlcw== 9908 +IHN0cmF3 9909 +IGltcGVy 9910 +IGV4dGVuZA== 9911 +IGFuc3dlcmVk 9912 +IE1haA== 9913 +IExBVVJB 9914 +aWZ0aW5n 9915 +dWF0ZQ== 9916 +IFVTQg== 9917 +IEFuZHJldw== 9918 +IEZyZWQ= 9919 +IERF 9920 +IEdlb3Jn 9921 +57s= 9922 +w6xuaA== 9923 +IGRyYXdu 9924 +IGxpcHM= 9925 +Ymly 9926 +IG1heW9y 9927 +aW1p 9928 +IGVuY29yZQ== 9929 +Zm9ydGFibGU= 9930 +dXJzZGF5 9931 +IEZvcm0= 9932 +IGJsYW1l 9933 +IHNob3dlcg== 9934 +IGNvbnRhaW5lcg== 9935 +c3RlcnM= 9936 +dWRlcw== 9937 +IFRheQ== 9938 +4Lil 9939 +IOyYiA== 9940 +IHZvbQ== 9941 +IGJhc3M= 9942 +IExhYg== 9943 +aXNzYQ== 9944 +IGRpbWVuc2lvbg== 9945 +IGV4ZWN1dGl2ZQ== 9946 +IFJvbQ== 9947 +6rKM7JqU 9948 +IERvY3Rvcg== 9949 +IGRlbGl2ZXJlZA== 9950 +IGdhbmc= 9951 +IGNlcg== 9952 +IHBpdA== 9953 +ZWxp 9954 +IGV4dHJhb3Jk 9955 +amFy 9956 +IGRlcml2 9957 +IGlsbG5lc3M= 9958 +IGd1bnM= 9959 +IDIwMTE= 9960 +IGFpcnBvcnQ= 9961 +0JU= 9962 +IGF0dGl0dWRl 9963 +IGdyYXQ= 9964 +IFdy 9965 +IE5BUlJBVE9S 9966 +IOyalA== 9967 +IHJlbmV3 9968 +IGNvc2E= 9969 +IGNvbnRyb2xsZWQ= 9970 +b21teQ== 9971 +b25kcw== 9972 +IGVzZQ== 9973 +w6RjaA== 9974 +IHZlbmQ= 9975 +ZGFt 9976 +IGFyZ3U= 9977 +IGFjY2VsZXI= 9978 +IG5haWw= 9979 +aWVuZQ== 9980 +7IOd 9981 +IGVuY29udA== 9982 +ZXNlYXJjaA== 9983 +6aE= 9984 +IGdvb2Rz 9985 +IGZpc2hpbmc= 9986 +QVBQTEFVU0U= 9987 +IE5BUw== 9988 +ZWN0aW9u 9989 +IHRlbXBsZQ== 9990 +bGljaGU= 9991 +IGtleWJvYXJk 9992 +IGRlc2Rl 9993 +IGVkdWNhdGlvbmFs 9994 +IE5pZ2h0 9995 +MzM= 9996 +IGJyZWF0aGU= 9997 +bGljaGVu 9998 +dGht 9999 +acOocmU= 10000 +4Lia 10001 +bGFyxLE= 10002 +IGFsaQ== 10003 +IGNvbXBvcw== 10004 +IHNlbnNvcg== 10005 +IOu2gOs= 10006 +IG5ld3Nw 10007 +IEJ1bmQ= 10008 +IE1p 10009 +IHBlcmZvcm1pbmc= 10010 +IGRydW0= 10011 +QkU= 10012 +IHBvcms= 10013 +IGNvYWw= 10014 +ZW5nZXI= 10015 +IHJhbQ== 10016 +IOuyiA== 10017 +0LjRgNC+0LI= 10018 +IFBvcA== 10019 +IHBob25lcw== 10020 +IGZhY2ls 10021 +IHRyYWNrcw== 10022 +b250ZQ== 10023 +IG9yZ2FuaWM= 10024 +IGRpYWxvZ3Vl 10025 +IEhhdmluZw== 10026 +IFBvc3Q= 10027 +IHBheW1lbnQ= 10028 +IGFycmF5 10029 +IGludGVuZGVk 10030 +w7pz 10031 +IGJhcnM= 10032 +IHJldmlld3M= 10033 +bGFuZHM= 10034 +IGtpbmdkb20= 10035 +IHN0YWdlcw== 10036 +IG1vdW50YWlucw== 10037 +IGR1bg== 10038 +IGRlY2ly 10039 +xI0= 10040 +IGJhbmtz 10041 +IHRocm93aW5n 10042 +IOuquw== 10043 +IGFuZ2Vy 10044 +INGB0LXQudGH0LDRgQ== 10045 +IGRpc3R1cg== 10046 +IGh1bWFuaXR5 10047 +IGVsZXM= 10048 +IHNob3VsZGVycw== 10049 +IFBlcmZlY3Q= 10050 +IGZhbmN5 10051 +IGJyaWxsaWFudA== 10052 +IGluc3BpcmF0aW9u 10053 +aG1t 10054 +IGxpZA== 10055 +VUw= 10056 +IG3DpQ== 10057 +aW5kaQ== 10058 +6Ig= 10059 +IHNoaWVsZA== 10060 +IOyYpOs= 10061 +Q1Q= 10062 +YWdpbmU= 10063 +dWJlcg== 10064 +IEJS 10065 +IHF1ZXN0bw== 10066 +INC30LDQug== 10067 +IEtub3c= 10068 +IHRhbmc= 10069 +7ZWp64uI64uk 10070 +IGJhcmVseQ== 10071 +IFNF 10072 +IG1hcmdpbg== 10073 +cmVp 10074 +0LDRgtC10LvRjA== 10075 +IGNvbnRy 10076 +IHbDoA== 10077 +IGxlZ2l0 10078 +0Jg= 10079 +a2lucw== 10080 +0YDQtdC0 10081 +IEFzaA== 10082 +IGFkdmlz 10083 +IEdyZWVr 10084 +0YPQug== 10085 +IHNoYWtl 10086 +aWRhZGVz 10087 +0LDRgdGM 10088 +IGNvbnZlbnRpb24= 10089 +IGNvbnRlc3Q= 10090 +TVM= 10091 +IFllYXI= 10092 +IHJlcHJlc2VudGF0aW9u 10093 +aW5kZW4= 10094 +ZW5kYXI= 10095 +IHByb3N0 10096 +IEh1bWFu 10097 +IEN5 10098 +YW5nZWQ= 10099 +UEE= 10100 +IGF4aXM= 10101 +IHRoZW9yZQ== 10102 +YXR6 10103 +IO2VmOqzoA== 10104 +IGVscw== 10105 +IFJlc2VhcmNo 10106 +IGJlbmVmaWM= 10107 +IGRlbnNpdHk= 10108 +aW5kbw== 10109 +7Jy8 10110 +aW1kaQ== 10111 +IHJlc2VhcmNoZXJz 10112 +6rGw65Og 10113 +aWdocw== 10114 +ZGFu 10115 +IGRpY2U= 10116 +IG1hYXI= 10117 +IHN1Ym1pdA== 10118 +IGR1bWI= 10119 +IGJpag== 10120 +YXdheQ== 10121 +IFBhc3M= 10122 +IGV4dGVuc2lvbg== 10123 +IGNydXNo 10124 +IGNvdmVyaW5n 10125 +ZWRp 10126 +Ym9ybg== 10127 +aW5hdGlvbnM= 10128 +INGB0LTQtdC7 10129 +0LLQtdGA 10130 +IE90aGVyd2lzZQ== 10131 +aXN0YW50 10132 +0LDQudGC0LU= 10133 +IHRhbnRv 10134 +IHBlcmZvcm1lZA== 10135 +INC30LDQvw== 10136 +YWxv 10137 +IEZvdW5kYXRpb24= 10138 +IHByb3RvY29s 10139 +IFpv 10140 +bWF5 10141 +IGhhY2s= 10142 +IGJ1ZGR5 10143 +bWFkZQ== 10144 +IGFkcw== 10145 +IGZhc2NpbmF0aW5n 10146 +IGVxdWl2YWxlbnQ= 10147 +Z2Vs 10148 +IGFyYw== 10149 +INGH0LXQu9C+0LI= 10150 +IHByb3Bvc2Vk 10151 +IG5vdHJl 10152 +YW5nZXM= 10153 +IGNvdW5zZWw= 10154 +YWxsYQ== 10155 +IDMx 10156 +d2VldA== 10157 +yJk= 10158 +IGVsZWN0cmljaXR5 10159 +IHRveA== 10160 +xYJhZA== 10161 +IOy0 10162 +IGRpZmZpY3VsdHk= 10163 +oNeZ 10164 +bmVzZGF5 10165 +0LjRgdGM 10166 +IGFsbGVn 10167 +IEdP 10168 +IHF1aXQ= 10169 +IEhlcnI= 10170 +IGVzdMOhbg== 10171 +IGdpcmxmcmllbmQ= 10172 +IHRlbmc= 10173 +aWZpY2lhbA== 10174 +IEphbQ== 10175 +IGNhbmNlbA== 10176 +IGZyZXF1ZW50bHk= 10177 +SVY= 10178 +IGNsb3Npbmc= 10179 +IGRlY2FkZQ== 10180 +IHJlcHJlc2VudGVk 10181 +IENhbmFk 10182 +INC60L7RgtC+0YDRi9C1 10183 +IGVzdGFtb3M= 10184 +IFRodXJzZGF5 10185 +IEdh 10186 +IExpdmU= 10187 +bGVt 10188 +YmJsZQ== 10189 +U09O 10190 +IDIwMDg= 10191 +IGRpY2g= 10192 +IEF3ZXNvbWU= 10193 +IGNvbmNlcHRz 10194 +UEVBSw== 10195 +IGxpdGVyYXR1cmU= 10196 +IE9seW1w 10197 +0LvQsNC0 10198 +IG5vc3Q= 10199 +dml0 10200 +IEVudGVy 10201 +b3JkZXJz 10202 +aWNraW5n 10203 +bmllag== 10204 +IGV1Y2g= 10205 +IFRob3VnaA== 10206 +IGJhZ3M= 10207 +IGxpbWl0cw== 10208 +IHN0YWtl 10209 +g6U= 10210 +IG9j 10211 +IFZpcw== 10212 +IDEyMA== 10213 +IG51ZQ== 10214 +IGNvbmNl 10215 +IGRpc2Fn 10216 +56g= 10217 +IGFudGljaXA= 10218 +oIg= 10219 +c2w= 10220 +IHZvdGluZw== 10221 +IGV4cG9zdXJl 10222 +IENvbW11bml0eQ== 10223 +IEp1c3RpY2U= 10224 +b3JuZXk= 10225 +c3p5c3Q= 10226 +IGZyaWVk 10227 +7Iuc6w== 10228 +IFdpbg== 10229 +IEA= 10230 +IEhvcGVmdWxseQ== 10231 +ZXN6 10232 +IG1vbmRl 10233 +IGNvbWJpbmU= 10234 +Z21lbnQ= 10235 +IHJlY29tbWVuZGF0aW9ucw== 10236 +IHByZWduYW50 10237 +7Iud 10238 +cmFm 10239 +IGx1 10240 +ZG9vcg== 10241 +0LDQt9GL0LI= 10242 +dWVnbw== 10243 +IGltcHJvdmVtZW50 10244 +IHRyaW0= 10245 +IGVpZ2Vu 10246 +IGFwcHJveGltYXRlbHk= 10247 +INCy0LDQvA== 10248 +YXdh 10249 +INGB0L7QsQ== 10250 +IGNvcm9u 10251 +IG9uZ29pbmc= 10252 +IGhlcw== 10253 +IGluanVyeQ== 10254 +IGZyYW5r 10255 +IGthZGFy 10256 +cmVuY3k= 10257 +IENvbG9y 10258 +IEdydQ== 10259 +IGRpcA== 10260 +0YDRiw== 10261 +IHRlYXJz 10262 +Z3Q= 10263 +IFBE 10264 +IHBhdXNl 10265 +b3Nj 10266 +IHVzdGVk 10267 +IFdvbw== 10268 +IHdpxJk= 10269 +IGRlbm4= 10270 +IFBldA== 10271 +IG92ZXJjb21l 10272 +IOuCtOqwgA== 10273 +IE1vdmU= 10274 +IGxpY2Vuc2U= 10275 +IHJlcGVhdGVk 10276 +4K+H 10277 +IGNhdGVnb3JpZXM= 10278 +IG5vb2RsZXM= 10279 +IGZsb29k 10280 +IE1hc3M= 10281 +IG51dHM= 10282 +IEplc3M= 10283 +IElo 10284 +IGNoYW5jZXM= 10285 +kJg= 10286 +IGRvbmRl 10287 +SUc= 10288 +IGFuZGVyZQ== 10289 +IGJvbmVz 10290 +7J6R 10291 +IGVmZmljaWVuY3k= 10292 +IG1vZGVy 10293 +cm9hdA== 10294 +IOydtOqyjA== 10295 +aWxsZXI= 10296 +IG9tZWdh 10297 +INC/0L7Qsg== 10298 +IEdyb3Vw 10299 +IHByb2R1Y2luZw== 10300 +YW1v 10301 +IHBhcnRpY2lwYW50cw== 10302 +dXBw 10303 +aWZpY2U= 10304 +IGZvcnR1bg== 10305 +aWV0bmFt 10306 +YWNhaw== 10307 +IEtv 10308 +bWnFnw== 10309 +IGphaWw= 10310 +IEpvbmVz 10311 +xZtteQ== 10312 +IERldXRz 10313 +IGJyaWVmbHk= 10314 +IFRhbA== 10315 +IFBlcmhhcHM= 10316 +IFJ1Yg== 10317 +IEtu 10318 +64uk64qU 10319 +csOp 10320 +IHZvY8Oqcw== 10321 +IENoYXJsZXM= 10322 +0LXRgtC1 10323 +cmllcnM= 10324 +IGhlYWw= 10325 +YW50ZWU= 10326 +IGRlbW9jcmFjeQ== 10327 +IGxvYW4= 10328 +IGNoZWY= 10329 +0Y/QvA== 10330 +IHVuY29tZm9ydGFibGU= 10331 +IGV0ZXJu 10332 +YXBwaW5n 10333 +IHJlcGFpcg== 10334 +cm90 10335 +IFRhcg== 10336 +IGNvdmVycw== 10337 +b21pbmc= 10338 +IEV0aA== 10339 +IM6t 10340 +0YfQvdC+ 10341 +IGFmdGVyd2FyZHM= 10342 +INCy0LXRgA== 10343 +IGRhaGE= 10344 +IGtuZWVz 10345 +IG9yZGluYXJ5 10346 +w7xs 10347 +Z2Fz 10348 +IHRpY2tldA== 10349 +IOyggOuKlA== 10350 +IOyeiOyKteuLiOuLpA== 10351 +Y2h0ZQ== 10352 +TXI= 10353 +IHNpc3Q= 10354 +aHVp 10355 +6re46w== 10356 +7Jes 10357 +IHZhcnk= 10358 +IG1lbW9y 10359 +IGNvbnRyb2xsZXI= 10360 +IGLEmWR6aWU= 10361 +IG1pbmlzdGVy 10362 +15I= 10363 +Zmxvdw== 10364 +QUg= 10365 +IHRvd2Vy 10366 +55A= 10367 +IHNjYXI= 10368 +IFBlbg== 10369 +IHBhw61z 10370 +15g= 10371 +7J246w== 10372 +IGVuZXJn 10373 +IHN3b3Jk 10374 +IHBhcGVycw== 10375 +0LjQu9Cw 10376 +IFdlZG5lc2RheQ== 10377 +IEZvcmNl 10378 +IGV4dHJhb3JkaW5hcnk= 10379 +IExha2U= 10380 +IOqwgOs= 10381 +IEJlYXV0 10382 +IHJlYXNvbmFibGU= 10383 +IGNvbnRyaWJ1dGU= 10384 +IHBsZWFzZWQ= 10385 +IHVwZGF0ZWQ= 10386 +IHBpw7k= 10387 +ZWxv 10388 +IHNpZ25pZmljYW50bHk= 10389 +IGJvdA== 10390 +IGdlbmVyYXRpb25z 10391 +IHByb3RlY3RlZA== 10392 +IGhpZGluZw== 10393 +IElsbA== 10394 +IG5ldXRyYWw= 10395 +XSw= 10396 +z4TOvw== 10397 +IHRvbmd1ZQ== 10398 +VGhhbms= 10399 +IOqzhA== 10400 +IHBheXM= 10401 +zq/OvQ== 10402 +IGFwcGxl 10403 +MDE= 10404 +ZXJr 10405 +aWVyYQ== 10406 +IGplZw== 10407 +IFN1YnNjcmliZQ== 10408 +IHRoZWF0ZXI= 10409 +IHN0cm9uZ2x5 10410 +IOyGjA== 10411 +INC/0YDQsNCy 10412 +dWNreQ== 10413 +IEppbg== 10414 +a3dhcmQ= 10415 +6rG0 10416 +IG9wcG9uZW50 10417 +IFNP 10418 +IGhvbHk= 10419 +IGZpbGxpbmc= 10420 +Ol0= 10421 +IGhpag== 10422 +0Jw= 10423 +IGJpc3M= 10424 +IGJsZW5k 10425 +IGltcGxpYw== 10426 +IOy9 10427 +bGxlaWNodA== 10428 +2YrYqQ== 10429 +YXNhbnQ= 10430 +ZXJ0ZQ== 10431 +IFNhbWU= 10432 +IGludGVyaW9y 10433 +U2U= 10434 +IGJlbmNo 10435 +IHBvY28= 10436 +IG1hcmtz 10437 +IHdpbnM= 10438 +IM6z 10439 +IGRpc3RpbmN0 10440 +IEFzaWFu 10441 +IG1vbGVj 10442 +IEphY2tzb24= 10443 +IGVhc3Q= 10444 +IHBoeXNpY3M= 10445 +aW1hbA== 10446 +IHBlYWs= 10447 +YXJpYW4= 10448 +ZXBz 10449 +IG5lYXQ= 10450 +INCy0LDRgQ== 10451 +dXJuaW5n 10452 +IHN5bnRo 10453 +IHJldmVhbA== 10454 +xbo= 10455 +Z29u 10456 +bmlz 10457 +YXRpdg== 10458 +IExhcw== 10459 +IHB5 10460 +IE1hamVzdHk= 10461 +IFZhbGxleQ== 10462 +IGVuZg== 10463 +IGdlbnM= 10464 +IHJvb3Rz 10465 +ZXpl 10466 +YmV0 10467 +IGFjdHM= 10468 +6Zo= 10469 +6JA= 10470 +IHBoaWxvc29waHk= 10471 +IG1hdGNoZXM= 10472 +nWk= 10473 +IGp1xbw= 10474 +IGRlc3Blcg== 10475 +IEVkdWNhdGlvbg== 10476 +IHNwb3Rz 10477 +IHJlZ2lvbnM= 10478 +QXI= 10479 +IE5hbQ== 10480 +ZWVu 10481 +IGRpYWdyYW0= 10482 +IHJlbHk= 10483 +IHRlbnM= 10484 +IGRhdGluZw== 10485 +IGNvYXQ= 10486 +IEhvcg== 10487 +IGFja25vd2xlZGdl 10488 +IFByZXR0eQ== 10489 +INC/0L7Qvw== 10490 +IHZvaXI= 10491 +IGZhdm91cml0ZQ== 10492 +IG1vxbw= 10493 +IGtt 10494 +IERP 10495 +IGZlcnQ= 10496 +IOuPhA== 10497 +IFBhYw== 10498 +IGZvbnQ= 10499 +IGZpbmRz 10500 +IEl0YWx5 10501 +INC60L7Quw== 10502 +IGNvbXBhc3M= 10503 +67M= 10504 +bGlhbWVudA== 10505 +IG5vdGlvbg== 10506 +IGluamVjdA== 10507 +IHdpc2RvbQ== 10508 +IMOc 10509 +IE1vb24= 10510 +IEJ1c2luZXNz 10511 +cmljcw== 10512 +IFlvdXQ= 10513 +IGZvcmdpdmU= 10514 +IGZpbmFuY2U= 10515 +aWxv 10516 +2KM= 10517 +YWhs 10518 +IGRlbW8= 10519 +IGNsaW1i 10520 +IGV4cG9ydA== 10521 +5aA= 10522 +IHN1Y2Nlc3NmdWxseQ== 10523 +IEZlcg== 10524 +cGVjdGVk 10525 +ZGVt 10526 +IHJldGlyZQ== 10527 +IGxhcHRvcA== 10528 +IHNwaXI= 10529 +IEFzc29jaWF0aW9u 10530 +INCz0Ls= 10531 +IFNlbA== 10532 +IO2VnOs= 10533 +IGVtcGxveWVl 10534 +IG1vbHQ= 10535 +Ukw= 10536 +0K8= 10537 +IGNvbnRyYQ== 10538 +IHVn 10539 +IEJhbGw= 10540 +IEphdmE= 10541 +w6lyaWU= 10542 +IHByb2NlZHVyZQ== 10543 +IGdyaWQ= 10544 +IOuKkOs= 10545 +IGJlbHQ= 10546 +INGN0YLQvtCz0L4= 10547 +dXJk 10548 +IGNvbXByZWg= 10549 +IGRldmVsb3Blcg== 10550 +INGN0YLQvtC8 10551 +5Zg= 10552 +Y3I= 10553 +IOuT 10554 +IHNwb2tlbg== 10555 +cmVuY2U= 10556 +IHRlcm1pbg== 10557 +IGFnZ3Jlc3NpdmU= 10558 +IGJpc3NjaGVu 10559 +IGhhc3Rh 10560 +IEJyaWFu 10561 +IENvbW1pc3Npb24= 10562 +IFl1 10563 +IHByb21pc2Vk 10564 +IGVxdWl0eQ== 10565 +aWtv 10566 +dmVydHk= 10567 +IHJlcGxhY2Vk 10568 +IEhlbHA= 10569 +IHBvc2U= 10570 +IE1pZGRsZQ== 10571 +IGtpbQ== 10572 +IG1laW4= 10573 +IENvdW5jaWxs 10574 +INCS0YE= 10575 +b3Jv 10576 +IEJlcm4= 10577 +IGJleg== 10578 +IGFuYWx5dA== 10579 +YW5nZW4= 10580 +IOyLtg== 10581 +IEdsbw== 10582 +IHF1YWQ= 10583 +0YLQsA== 10584 +IHNwZWFrcw== 10585 +7JiI7JqU 10586 +IOyXrOufrOs= 10587 +ZnJlZQ== 10588 +0L3Rlg== 10589 +cmljaA== 10590 +IOuvuA== 10591 +IERpZXM= 10592 +YWJi 10593 +pbg= 10594 +IGRlcHJlc3Npb24= 10595 +IHJldGFpbA== 10596 +hOuTpA== 10597 +IFZvdXM= 10598 +IExhdGlu 10599 +4bk= 10600 +IOyii+yVhA== 10601 +IHRvcnQ= 10602 +IGNvbXB1dGVycw== 10603 +IHNlYXJjaGluZw== 10604 +IHR1Yg== 10605 +YXRlbGw= 10606 +IG1lcmM= 10607 +IGdsYXNzZXM= 10608 +cGVyc29u 10609 +IGRpc2hlcw== 10610 +IGd1YXJhbnRlZQ== 10611 +IG1lZw== 10612 +c20= 10613 +IFdhbGs= 10614 +7Jy866m0 10615 +IGZvbGRlcg== 10616 +IE1pdA== 10617 +IHRpbWluZw== 10618 +IGFic3Q= 10619 +IExvZw== 10620 +IGFwcHJvdmVk 10621 +IFVTQQ== 10622 +0LLQtdGC 10623 +IHdpc2U= 10624 +ZXNzZWQ= 10625 +IGRvdWI= 10626 +IHJlc2lkZW50 10627 +IGdlbmVyYXRlZA== 10628 +IHN0YXlz 10629 +IGV4cGxhbmF0aW9u 10630 +IHBvaXNvbg== 10631 +YXRyZQ== 10632 +IGluc2FuZQ== 10633 +IHJlZmVycmVk 10634 +YWlyZXM= 10635 +IFRSQQ== 10636 +IHNlaQ== 10637 +IGlubm9j 10638 +QWg= 10639 +IG1hbnQ= 10640 +aHVz 10641 +IG91dGVy 10642 +Z2Vi 10643 +b2ljZQ== 10644 +IGRpc2N1c3Npbmc= 10645 +IGNvbnZlbmllbnQ= 10646 +X18= 10647 +IGF2b2ly 10648 +IHNoYXBlcw== 10649 +IGdyYXk= 10650 +IGRlbnRybw== 10651 +IG1hY2h0 10652 +IDE5NQ== 10653 +2Y8= 10654 +IGFkZHM= 10655 +dXRpbmc= 10656 +IGNhcGFiaWxpdGllcw== 10657 +IHNlY3Rpb25z 10658 +IHR1bmU= 10659 +IENhdXNl 10660 +YXJkZQ== 10661 +INGB0LrQsNC3 10662 +YXZpcnVz 10663 +IFJF 10664 +IHR1bmVk 10665 +IGxlYWY= 10666 +dGVyaW9y 10667 +IENhcHRhaW4= 10668 +INis 10669 +IGNob29zaW5n 10670 +aGlu 10671 +Z2dpbmc= 10672 +dmlldA== 10673 +IHJlZ3JldA== 10674 +MjY= 10675 +b25kZXJu 10676 +IGJvbnVz 10677 +IFJheQ== 10678 +QXM= 10679 +IHRvcm4= 10680 +IEhpZXI= 10681 +IEVV 10682 +IHJpc2tz 10683 +IGFtYQ== 10684 +IFlldA== 10685 +IGNoYXJhY3RlcmlzdGljcw== 10686 +IOqwkA== 10687 +IFNlbmF0b3I= 10688 +IFZhbW9z 10689 +IHJvc2U= 10690 +IGNvcnBvcmF0ZQ== 10691 +Z2hhbg== 10692 +IGNlbnRlcnM= 10693 +c3RhaXJz 10694 +IG5pdA== 10695 +IHVudXN1YWw= 10696 +IFRvbnk= 10697 +IEdS 10698 +IFdpbGQ= 10699 +IFNpbWlsYXI= 10700 +IHRvZGFz 10701 +IGhvcml6b250 10702 +bWVs 10703 +IHN0cmljdA== 10704 +IGN1YWw= 10705 +IHdyaXQ= 10706 +IGV4dGVuZGVk 10707 +IO2VmOuKlA== 10708 +IHJlbGllZg== 10709 +IG9uaW9u 10710 +IGJhYmllcw== 10711 +IGRpZmVy 10712 +IGludGVncmF0ZWQ= 10713 +w7x6aWs= 10714 +ZXBpbmc= 10715 +LS0tLQ== 10716 +IG1lbnM= 10717 +IHN0cmF0ZWdpYw== 10718 +ZmluaXRlbHk= 10719 +IGVpZ2VudGxpY2g= 10720 +V2hv 10721 +IHs= 10722 +IFRyaQ== 10723 +IHBvaW50ZWQ= 10724 +8J0= 10725 +bmFtZW50 10726 +0LXRhg== 10727 +IHByaWRl 10728 +IFJlcHVibGljYW4= 10729 +IHNhbXBsZXM= 10730 +IGRvbWVzdGlj 10731 +TFk= 10732 +dmV6 10733 +IHdlYmluYXI= 10734 +2KfZhQ== 10735 +IGVuaA== 10736 +IHN1Z2dlc3RlZA== 10737 +IG1laW5l 10738 +IHB1ZWQ= 10739 +b3Jlbg== 10740 +cmly 10741 +IGhlYXZpbHk= 10742 +IGluc3RydWN0aW9u 10743 +IG1pY3JvcGhvbmU= 10744 +IGlndWFs 10745 +IElyYQ== 10746 +IHZ1bG5lcmFibGU= 10747 +IFZpcmdpbmlh 10748 +IGNvbnRpbnVvdXM= 10749 +IHBvdmVydHk= 10750 +IGJsYWRl 10751 +IHJlbGF0ZQ== 10752 +IGNhcmE= 10753 +IEdvaW5n 10754 +IHJlZ2lvbmFs 10755 +IEZ1Y2s= 10756 +IHRvdw== 10757 +IE11c2V1bQ== 10758 +cmFudHM= 10759 +INCx0LXQtw== 10760 +bGFpbQ== 10761 +IGNoYW1waW9u 10762 +dGxl 10763 +w61u 10764 +ZW5jaWE= 10765 +IGRpZXNlbQ== 10766 +IERpZw== 10767 +bWF0ZXM= 10768 +IGludmVzdGluZw== 10769 +IEpvcmRhbg== 10770 +IGludGVncmF0aW9u 10771 +IO2O 10772 +4Lir 10773 +ZW5zdXM= 10774 +IEFyY2g= 10775 +IHBlbmNpbA== 10776 +0LDQu9GM0L3Qvg== 10777 +aXNzZW4= 10778 +IEth 10779 +IHJvY2tz 10780 +IHJhdGluZw== 10781 +IHJlZnVnZQ== 10782 +IGFwcg== 10783 +ZXRlZA== 10784 +IGFzc2lzdGFudA== 10785 +IG1lYW5pbmdmdWw= 10786 +IHBlcm1hbmVudA== 10787 +IGhpbGw= 10788 +IHdzenlzdA== 10789 +IHdvdW5k 10790 +IEF0bA== 10791 +IGxha2U= 10792 +IEZvcnQ= 10793 +IHJlZHVjdGlvbg== 10794 +IHZpdg== 10795 +IHNvdXI= 10796 +IGVjb3M= 10797 +IGhheg== 10798 +IHN0ZWFs 10799 +IG15c3Rlcg== 10800 +INCa0LDQug== 10801 +INGN0YLQuA== 10802 +IFZpZXRuYW0= 10803 +IGFudGVz 10804 +IGNvbm5lY3Rpbmc= 10805 +IERhdmU= 10806 +IGLDtnlsZQ== 10807 +IENhc3Q= 10808 +TGU= 10809 +IGN1bA== 10810 +IGdlbnJl 10811 +66eQ 10812 +IGNvbXBsYWlu 10813 +IGh1cnJ5 10814 +YXJ0ZQ== 10815 +Z3JlZw== 10816 +IG1vbml0b3Jpbmc= 10817 +IGRlc2VydA== 10818 +INGB0L7Qsg== 10819 +ZWxpbmc= 10820 +IFN1cHJlbWU= 10821 +IGdpYmk= 10822 +IGxhcmc= 10823 +IG5hdGlvbnM= 10824 +IFRvaw== 10825 +IG5lZWRsZQ== 10826 +5rU= 10827 +IGFzbGVlcA== 10828 +IGNvbXVu 10829 +IEpld3M= 10830 +IGFjaGlldmVk 10831 +IGV4aXQ= 10832 +IGRpc2Vhc2Vz 10833 +bGluZXM= 10834 +cmllbmRz 10835 +IHJlY3Q= 10836 +IHNjYW4= 10837 +IGh1cnRz 10838 +esSZ 10839 +IExvb2tpbmc= 10840 +7ZI= 10841 +dWx0dXJhbA== 10842 +4buT 10843 +aW5lbnQ= 10844 +IHB1ZXM= 10845 +IGNoZWVyaW5n 10846 +p4A= 10847 +YWdnZXI= 10848 +IGFkYQ== 10849 +TGF1Z2h0ZXI= 10850 +IFdvbWVu 10851 +6Ks= 10852 +IG9jY3VycmVk 10853 +IHNlYXRz 10854 +IGVtcG93ZXI= 10855 +dW51 10856 +ZWxsaW5n 10857 +QkVS 10858 +ZW5zaW9uYWw= 10859 +IGNvbnNvbGU= 10860 +YXNoaW5n 10861 +IGVpbm1hbA== 10862 +ZmFyZQ== 10863 +IOuPvA== 10864 +IHNlc3Npb25z 10865 +2ZA= 10866 +IHJpZGljdWxvdXM= 10867 +w61hbg== 10868 +IEhlbnJ5 10869 +IEhvbA== 10870 +IGNvbGxlY3RlZA== 10871 +IGRpc2N1c3Npb25z 10872 +RGU= 10873 +IGRpc2FiaWxpdHk= 10874 +IO2b 10875 +IHN1YnNjcmliZXJz 10876 +IGlyZ2VuZA== 10877 +IGZlbA== 10878 +IGRpcmVjdGlvbnM= 10879 +IG1hbnVmYWN0dXJpbmc= 10880 +IFJvZA== 10881 +IOyWmA== 10882 +4LiX 10883 +IGNyaXRlcmlh 10884 +IG1vbGQ= 10885 +IGVudGVyaW5n 10886 +cmlq 10887 +aXNlbg== 10888 +IFBhcmE= 10889 +aWV2ZQ== 10890 +IGNoYXJnZWQ= 10891 +IGpvdQ== 10892 +IGNhdHM= 10893 +0LvQtdC0 10894 +YWRheXM= 10895 +0LDQvdC+0LI= 10896 +asSZ 10897 +dmF0aW9u 10898 +IGFzdHJvbg== 10899 +aXRhbHM= 10900 +IEJyYW5k 10901 +IEthbg== 10902 +IHBsYWlu 10903 +IGFuZGVyZW4= 10904 +YW5kZQ== 10905 +0Y/Qtw== 10906 +IHRvbGVy 10907 +xYJlbQ== 10908 +IHByw6k= 10909 +0LzQvtGC0YA= 10910 +YWdlbWVudA== 10911 +dWN0 10912 +Y2jDqQ== 10913 +IEVuZXI= 10914 +YWrEhQ== 10915 +IO2VtOs= 10916 +IHN0YQ== 10917 +IHJpbmdz 10918 +IHRvaWxldA== 10919 +IENyYQ== 10920 +IGV4cGVyaWVuY2luZw== 10921 +IHNsaXA= 10922 +IHNhbmR3aWNo 10923 +IFVzaW5n 10924 +IHNwZWN0cnVt 10925 +IFJvcw== 10926 +YXBzZQ== 10927 +IEpheQ== 10928 +0LzRgw== 10929 +RXg= 10930 +IHJlY29nbml0aW9u 10931 +IERpZG4= 10932 +dWRh 10933 +YWpl 10934 +ZXN0bHk= 10935 +IGZlbWlu 10936 +aXR1cmU= 10937 +0YDQsNGC 10938 +IGhpcmU= 10939 +IG5vd2hlcmU= 10940 +4bqn 10941 +IHdpbmc= 10942 +IHNhdg== 10943 +IFNlY3VyaXR5 10944 +IHJ1cmFs 10945 +IEZ1bg== 10946 +YXllcg== 10947 +IGFjY3Vz 10948 +IG1t 10949 +IEpvc2VwaA== 10950 +IHNjcmVlbnM= 10951 +IGJvcnJvdw== 10952 +IHN3aW5n 10953 +IDQ4 10954 +IHRvdWNoaW5n 10955 +dGhpcw== 10956 +aW50ZW5kbw== 10957 +6YM= 10958 +0KA= 10959 +IFNjb3RsYW5k 10960 +IEphc29u 10961 +IFZlbg== 10962 +IGV4Y2VwdGlvbg== 10963 +IG5lYXJieQ== 10964 +IGJyb3dzZXI= 10965 +YW5nZXJz 10966 +IFNpbg== 10967 +z4DOvw== 10968 +b3NwZWw= 10969 +IHd1cmRl 10970 +IGRydW5r 10971 +7Zo= 10972 +7IaN 10973 +IOyKpO0= 10974 +IExpZQ== 10975 +b2Nv 10976 +IExlYWd1ZQ== 10977 +IGlnbm9yZQ== 10978 +IDop 10979 +IGxhbmRpbmc= 10980 +INi52YQ= 10981 +IFRhZw== 10982 +Mjg= 10983 +IGRyYWZ0 10984 +IGFlcg== 10985 +IOq3uOuDpQ== 10986 +IHBlbnNl 10987 +INC00LDQttC1 10988 +IGJlZHJvb20= 10989 +IG5hag== 10990 +7KeA6rOg 10991 +aWdlbm91cw== 10992 +IGRlYWxz 10993 +ZWxsbw== 10994 +IHBvc2l0 10995 +6rs= 10996 +IHZpc2l0ZWQ= 10997 +aWZpZXM= 10998 +IHByZW1p 10999 +IGNhbnQ= 11000 +IFJpY2s= 11001 +IHJhaXNpbmc= 11002 +IHBlcm1pc3Npb24= 11003 +IHB1Ymw= 11004 +dW5jaQ== 11005 +IGJlbmQ= 11006 +IGNoYW1waW9ucw== 11007 +ZGll 11008 +IGF3ZnVs 11009 +IGp1bXBpbmc= 11010 +IGxsZWc= 11011 +IHN1c3RhaW5hYmxl 11012 +IFRvdA== 11013 +IGNhbmR5 11014 +IHNhdGlzZmllZA== 11015 +IHBpcGU= 11016 +IGNvY2s= 11017 +2LY= 11018 +c3RvbmU= 11019 +IG1vbWVudHVt 11020 +INCd0LA= 11021 +IGFsb3Jz 11022 +IHJldHVybnM= 11023 +YW1tZW4= 11024 +564= 11025 +0YvQvA== 11026 +YXdu 11027 +b3R0ZWQ= 11028 +IHdvbGxlbg== 11029 +aWN0ZWQ= 11030 +IGNhbmRpZGF0ZXM= 11031 +IExhZHk= 11032 +IHlpZWxk 11033 +IG1haW50ZW5hbmNl 11034 +ZmZlY3Q= 11035 +IGV4cGFuc2lvbg== 11036 +IExFRA== 11037 +IGRhcmtuZXNz 11038 +IG91dGZpdA== 11039 +7JWI 11040 +INC40YHQvw== 11041 +cnVwdGlvbg== 11042 +IGVuZ2FnaW5n 11043 +IGluc2lnaHQ= 11044 +IEFsd2F5cw== 11045 +IGdlZg== 11046 +cmFr 11047 +IHBpeA== 11048 +IHF1YW50aXR5 11049 +IGluaw== 11050 +IEtpbmdkb20= 11051 +IGNvcnQ= 11052 +IGdvdmVybm1lbnRz 11053 +IHByb3Rlc3Q= 11054 +cG9vbg== 11055 +INGC0L7Qs9C+ 11056 +dWNoZW4= 11057 +cXVhbGl0eQ== 11058 +IFBvcnF1ZQ== 11059 +IENsdWI= 11060 +IHJpdA== 11061 +IGFydGljbGVz 11062 +Qkk= 11063 +aWdpYmxl 11064 +IGRpc2FzdGVy 11065 +0LjQsw== 11066 +INC90LjQug== 11067 +2YfYpw== 11068 +66W8 11069 +YXJldA== 11070 +IHVuYWJsZQ== 11071 +IMOu 11072 +IGVyc3Q= 11073 +INeg 11074 +dmFyZA== 11075 +IGFubm95aW5n 11076 +IEtpcg== 11077 +0LXRgNC2 11078 +ZW5uaXM= 11079 +IHVuY2VydGFpbg== 11080 +MzY= 11081 +w7Zz 11082 +IGVjb3N5c3RlbQ== 11083 +emVk 11084 +asOg 11085 +c3Vu 11086 +7Ja07ISc 11087 +IMW8ZWJ5 11088 +IG1hcHM= 11089 +64KY 11090 +IEp1c3Rpbg== 11091 +IHRyYXNo 11092 +IGVub3Jtb3Vz 11093 +IHN0YXRlZA== 11094 +IGJyYW5kcw== 11095 +IHlvdXQ= 11096 +INGH0LXQu9C+0LLQtdC6 11097 +IE1hdHRo 11098 +IHRyYW5zcG9ydGF0aW9u 11099 +IGxlZ2lzbGF0aW9u 11100 +IHByb3ZpZGVycw== 11101 +INit 11102 +IG1hZ2F6aW5l 11103 +IHNlaGVu 11104 +IERlc3BpdGU= 11105 +IHBhc3Nlcw== 11106 +IGFsdGVy 11107 +YWRhbg== 11108 +IGZhcm1lcnM= 11109 +IGNvbmZpcm1lZA== 11110 +IGVzYQ== 11111 +aXRvcw== 11112 +IHJvYWRz 11113 +VklT 11114 +IHdvcmtlcg== 11115 +IGRlc2lnbnM= 11116 +IFNvdmlldA== 11117 +YnJpZA== 11118 +IHByYWN0aWNpbmc= 11119 +IOu2gA== 11120 +IFNlYQ== 11121 +INC/0YDQvtC0 11122 +IGNoaWxs 11123 +IGxlbW9u 11124 +7JeQ64qU 11125 +IGZsZXhpYmxl 11126 +IEV4Y3VzZQ== 11127 +IHRlcnJpdG9yeQ== 11128 +IGx1eA== 11129 +IGxpZmV0aW1l 11130 +IGRpc3Rpbmd1 11131 +IFRpbWVz 11132 +IGdyb3Nz 11133 +ZW56 11134 +IHNjcm9sbA== 11135 +bcSxxZ8= 11136 +Y2lw 11137 +o7w= 11138 +RFA= 11139 +IHB1Ymxpc2g= 11140 +IGViZW4= 11141 +IHJlZ2lzdA== 11142 +IGVkaXRpb24= 11143 +IExF 11144 +IGNoYXJnaW5n 11145 +dXRhdGlvbg== 11146 +eXJpY3M= 11147 +aWRhcw== 11148 +IM6/ 11149 +INC60L7RgA== 11150 +IFRvbg== 11151 +IHdob2V2ZXI= 11152 +IEZveA== 11153 +6rGw65Og7JqU 11154 +IGZvdWdodA== 11155 +IGRyaWxs 11156 +IEFmZ2hhbg== 11157 +fiE= 11158 +IFRvbw== 11159 +IHNlY29uZGFyeQ== 11160 +csOk 11161 +IEhlYWQ= 11162 +aW5uZW4= 11163 +IHlhcm4= 11164 +INC90LDQvA== 11165 +IHdpZHRo 11166 +IGVuZ2luZWVy 11167 +acSF 11168 +IHdpbmdz 11169 +IOuVjOusuA== 11170 +IHRyYXVtYQ== 11171 +IHJlcHJvZHU= 11172 +IGNoaXA= 11173 +IHBhc3Npb25hdGU= 11174 +IGF3a3dhcmQ= 11175 +IO2K 11176 +0LDQttC0 11177 +IEJpdGNvaW4= 11178 +IGtow7RuZw== 11179 +IHLDsw== 11180 +cmVjdGlvbg== 11181 +INCz0LTQtQ== 11182 +IFVzdWFsbHk= 11183 +IGltcGxlbWVudGF0aW9u 11184 +IGdhbWVwbGF5 11185 +IG15c3Rlcnk= 11186 +INC+0Lo= 11187 +IGHDsW9z 11188 +YW5keQ== 11189 +0LjQvNC4 11190 +IHByaXZhY3k= 11191 +YWNv 11192 +IGR1bXA= 11193 +IFBheQ== 11194 +IGRpcGw= 11195 +IGZ1cm4= 11196 +IHNoaXBz 11197 +TEE= 11198 +INGF0L7RgNC+0Yg= 11199 +IGVj 11200 +IGRyb3Bz 11201 +Y2hs 11202 +MzI= 11203 +IG9ic2VydmU= 11204 +IERldmVsb3A= 11205 +TcO8emlr 11206 +YW5uZWw= 11207 +b3dhxIc= 11208 +IGZhY2Vk 11209 +w6Fs 11210 +IHZpY3RpbXM= 11211 +IGdpZnRz 11212 +IGJvb3Q= 11213 +w59l 11214 +cm9k 11215 +IDIwMDk= 11216 +w7ZydA== 11217 +IHVuaXZlcnNhbA== 11218 +IG5vdXZl 11219 +IGJveWZyaWVuZA== 11220 +IGNldGVyYQ== 11221 +0YHRgtCw 11222 +J1M= 11223 +IG5pdmU= 11224 +IGNydWNpYWw= 11225 +IHN1cnZl 11226 +IGNvaW4= 11227 +IHNvbmRlcm4= 11228 +IHNoYWRl 11229 +IGx1Z2Fy 11230 +IHN1cmVseQ== 11231 +IG1heA== 11232 +IGltcHJvdmluZw== 11233 +IHdlbg== 11234 +INeR 11235 +IOyWtOw= 11236 +IGVuZm9yY2VtZW50 11237 +aWJs 11238 +IGxpdg== 11239 +bGVyaQ== 11240 +IG1lam9y 11241 +IENhcm9saW5h 11242 +IHZhcw== 11243 +IGNvbXByb20= 11244 +IGRpcnQ= 11245 +IHVwZ3JhZGU= 11246 +IEJlbGw= 11247 +IHJlc3RhdXJhbnRz 11248 +IHRyYXA= 11249 +IHRlYXM= 11250 +YmxpYw== 11251 +IEdyZWc= 11252 +c2Fu 11253 +IG93 11254 +dWVzdA== 11255 +IHByb3Bvc2Fs 11256 +IFJldA== 11257 +ZnJvbnQ= 11258 +IHBhc3NhZ2U= 11259 +IHN1cnJvdW5kaW5n 11260 +IMO6bHQ= 11261 +IHVwY29taW5n 11262 +IGhvcnJvcg== 11263 +IGNsb3RoaW5n 11264 +IOyVvQ== 11265 +IGRpbA== 11266 +cm9tZQ== 11267 +IElk 11268 +IFJvYWQ= 11269 +INGN0YLQvtGC 11270 +Y2hhaW4= 11271 +INCx0YvRgtGM 11272 +IE9mZmlj 11273 +INCd0LU= 11274 +IGluc2Fu 11275 +IGRlY3JlYXNl 11276 +INGF0L7Rgg== 11277 +YnVpbGQ= 11278 +IERyYWdvbg== 11279 +5YI= 11280 +IGludmVzdG9ycw== 11281 +YW50aQ== 11282 +IHNhY3JpZmljZQ== 11283 +IHRyb29wcw== 11284 +IEJhZA== 11285 +IHBhc3N3b3Jk 11286 +IGNvbnN0cmE= 11287 +4LiV 11288 +IMOHYQ== 11289 +YWRvdw== 11290 +dGhyb3VnaA== 11291 +0YbQsA== 11292 +Q2Fu 11293 +IGNhbmRpZGF0ZQ== 11294 +IGFudGli 11295 +7JeF 11296 +IHRhc3R5 11297 +2YjZhg== 11298 +IEluZg== 11299 +IEJhbmc= 11300 +acOfdA== 11301 +aW5pdHk= 11302 +ZmF0aGVy 11303 +IGNvbnRyb3ZlcnM= 11304 +IFBhaw== 11305 +aWx0eQ== 11306 +6rWs6w== 11307 +IGxpZ2h0ZXI= 11308 +IGZhbGxlbg== 11309 +IHp1cw== 11310 +IEd1YXJk 11311 +IGNvdHQ= 11312 +IEZyZWU= 11313 +IGluaXRpYXRpdmU= 11314 +YWxvdXM= 11315 +IG5vdGlmaWNhdGlvbg== 11316 +IE1lZGlj 11317 +IENvbW1pdHRlZQ== 11318 +7Jew 11319 +IFdvb2Q= 11320 +IG11c2g= 11321 +dWx1bQ== 11322 +6LI= 11323 +YWhhaA== 11324 +IHN1ZmZpY2llbnQ= 11325 +IHNpbmdlcg== 11326 +0LrQvtC5 11327 +QUxJ 11328 +w6R0dA== 11329 +IFBS 11330 +IExhcg== 11331 +Y3VsZXM= 11332 +aWVtcG8= 11333 +IHVuZXg= 11334 +IGludGVncmFs 11335 +IHRyYW5zbWlzc2lvbg== 11336 +IGljaQ== 11337 +0YPRhQ== 11338 +Z2lj 11339 +IE5pbnRlbmRv 11340 +IENvcA== 11341 +IFRydXN0 11342 +ZW5hcw== 11343 +IGFiaWxpdGllcw== 11344 +IGNoaXBz 11345 +cGF0 11346 +IGFuY2hl 11347 +0LvQtdC9 11348 +IGFwcHJvYWNoZXM= 11349 +IHRob3I= 11350 +IHNpc3RlcnM= 11351 +IGRyaXZlcnM= 11352 +IGFsbGE= 11353 +MDM= 11354 +IHJ1YmJlcg== 11355 +IG7DpQ== 11356 +QUNL 11357 +IGRpc2FwcGVhcg== 11358 +6rCc 11359 +IGNvbXBlbnM= 11360 +IHZpYnI= 11361 +R08= 11362 +IHNpemVz 11363 +IHRyYWNraW5n 11364 +7ZmU 11365 +IOyEuA== 11366 +IGltcGFjdHM= 11367 +aWJpbA== 11368 +ZmlzaA== 11369 +QlI= 11370 +IGFycm93 11371 +IGxhcmdlbHk= 11372 +YW5ueQ== 11373 +IGxhd3llcg== 11374 +am91cnM= 11375 +2ro= 11376 +dmlh 11377 +IGRlbGxh 11378 +IG1hdGhlbWF0 11379 +IE1pbmU= 11380 +IEtvbGw= 11381 +2LI= 11382 +IENyb3Nz 11383 +IDY1 11384 +IGdyYWM= 11385 +IGludm9sdmVz 11386 +IGRlbGlnaHQ= 11387 +IEhvbGx5d29vZA== 11388 +IGltbWVkaWF0ZQ== 11389 +b25pYw== 11390 +IGxhZG8= 11391 +IGJ1bGxldA== 11392 +IE5vdGU= 11393 +IHVubG9jaw== 11394 +IGRpc2NvdW50 11395 +IHJpc2luZw== 11396 +cHJlc3M= 11397 +IHBhY2U= 11398 +IHNob3J0ZXI= 11399 +IHRlbmVy 11400 +Z2Vvbg== 11401 +IG1hbmFnaW5n 11402 +IGNlcmU= 11403 +Q2hy 11404 +V2hlbg== 11405 +YWNoZW4= 11406 +IOyT 11407 +IEh1bg== 11408 +IG9mdA== 11409 +IDI1MA== 11410 +aWVydW5n 11411 +IHN0YWJpbA== 11412 +IENvbm5lY3Q= 11413 +IHlhbmk= 11414 +IGRvd250 11415 +zrzOsQ== 11416 +IHZvY2Fs 11417 +zr3OsQ== 11418 +IGxlYW4= 11419 +IHZpZMOpbw== 11420 +IEZhbWlseQ== 11421 +cmVzZW50 11422 +IGFtb3VudHM= 11423 +7KeB 11424 +Y2xhc3M= 11425 +IHZpYg== 11426 +IEF2 11427 +YXJzZQ== 11428 +IGdlbnRsZW1lbg== 11429 +IHNlZWtpbmc= 11430 +IHVuaW9u 11431 +IHJlZ3VsYXJseQ== 11432 +5o8= 11433 +IEphaHI= 11434 +IEZvb2Q= 11435 +IFByb2JsZW0= 11436 +IGFydGlmaWNpYWw= 11437 +IFNpeA== 11438 +IGltcHJlc3NlZA== 11439 +IHRvb3Ro 11440 +IEto 11441 +IHlhcmQ= 11442 +IO2VtA== 11443 +IG93bmVk 11444 +IOuPmQ== 11445 +7LKt 11446 +IHRvZGE= 11447 +IHBvcnRmb2w= 11448 +IOuCqA== 11449 +b3JnZW91cw== 11450 +IGRhdGVz 11451 +0L7Qu9GM0Lc= 11452 +0LXRh9C90L4= 11453 +IGNvbmZpZ3VyYXRpb24= 11454 +IHJlcXVpcmVtZW50 11455 +IGJlbGx5 11456 +IHBhaW5mdWw= 11457 +IGRlbW9uc3RyYXRl 11458 +IGdsZWljaA== 11459 +IHZpc2l0aW5n 11460 +IENvbmY= 11461 +IGRhbA== 11462 +2ZE= 11463 +IGFtZW5k 11464 +IEZ1cg== 11465 +IHZpdGFs 11466 +4buL 11467 +IG1hdGU= 11468 +IE91 11469 +IGxlZ2FjeQ== 11470 +dXN0aW5n 11471 +IGFjY29tbW9k 11472 +IHF1b2k= 11473 +YXVlbg== 11474 +IGxpZmVzdHlsZQ== 11475 +Q0M= 11476 +w6TDpG4= 11477 +YXJ0ZW4= 11478 +IG1pbmhh 11479 +csOz 11480 +IOuqqA== 11481 +IGZvcm1hdGlvbg== 11482 +IHRyYWlsZXI= 11483 +cGVyb3I= 11484 +INCz0YA= 11485 +IHVk 11486 +enU= 11487 +IGtvbW1lbg== 11488 +IGNhdmU= 11489 +IENvdW5jaWxsb3I= 11490 +IHRocm93bg== 11491 +IHRyaWNrcw== 11492 +TEFVR0hURVI= 11493 +IEFjYWRlbXk= 11494 +cm93ZA== 11495 +oZ0= 11496 +7KCA 11497 +IEltYWdpbmU= 11498 +IGluZm9ybWVk 11499 +cm9waA== 11500 +IGxpZw== 11501 +IHNrdWxs 11502 +YWJldGg= 11503 +IGZ1bmN0aW9uYWw= 11504 +ZXJlaw== 11505 +T24= 11506 +6aY= 11507 +IGFuY2VzdA== 11508 +IHNhZmVseQ== 11509 +IEhU 11510 +64u5 11511 +IGRhdg== 11512 +IGRyaXZlcw== 11513 +QW1lcmlj 11514 +IHRpcmU= 11515 +IHNhaXM= 11516 +w6FyaQ== 11517 +YXZvcnM= 11518 +IGNvcnJlc3BvbmRpbmc= 11519 +IHByw6lz 11520 +Y2hlc3Q= 11521 +IGJhY3Rlcmlh 11522 +IGluZmVjdGlvbg== 11523 +dXNhbA== 11524 +IGF2ZXo= 11525 +IGJhc2tldGJhbGw= 11526 +IHN1cHBsaWVz 11527 +IGV4cGVydGlzZQ== 11528 +oKU= 11529 +ZmE= 11530 +IHRpZW1wbw== 11531 +IFdhbnQ= 11532 +IHNpbGx5 11533 +IHVwcA== 11534 +IGVsZWN0ZWQ= 11535 +IGZpcmVk 11536 +INiv 11537 +IHVuaXZlcnNpdGllcw== 11538 +YWxsZQ== 11539 +IGphY2tldA== 11540 +wrA= 11541 +IHRyYXY= 11542 +bHM= 11543 +IGRlZmVhdA== 11544 +IGNvZ24= 11545 +IGVxdWF0aW9ucw== 11546 +dWtp 11547 +IFNoZXI= 11548 +IHRoaXJ0eQ== 11549 +IHN0cmVhbWluZw== 11550 +b3Ryb3M= 11551 +IFByb2R1 11552 +bmVq 11553 +IGRlc2lnbmVy 11554 +IOuKkOuC 11555 +IHBhaW50ZWQ= 11556 +cmFpbmU= 11557 +bWFpbA== 11558 +IHZlc3M= 11559 +IHJoeXRobQ== 11560 +bGVzaA== 11561 +IDk5 11562 +IGFpbmRh 11563 +Y2hpZWQ= 11564 +IMOpdGFpdA== 11565 +IGFmZmVjdHM= 11566 +6aM= 11567 +IEZpbmQ= 11568 +IMOpbA== 11569 +IHBvdGF0b2Vz 11570 +IHBhZw== 11571 +INC/0LDRgA== 11572 +YXJ0cw== 11573 +IE5hY2g= 11574 +IDMz 11575 +IEhhcmQ= 11576 +IElyYXE= 11577 +IG9waW5pb25z 11578 +d2l0aA== 11579 +ZXJtYW4= 11580 +w70= 11581 +6K0= 11582 +IFNQRUFL 11583 +rLw= 11584 +IHN0YWJpbGl0eQ== 11585 +IEhF 11586 +IGNhcHR1cmVk 11587 +IGJ1Y2tz 11588 +IG1hc2tz 11589 +IGNvbXBldGU= 11590 +IGZvcmdvdHRlbg== 11591 +0LvRjtGH 11592 +c2VxdQ== 11593 +IOyEoA== 11594 +aWxsaW9u 11595 +IGdyYXBoaWNz 11596 +IGh1Yg== 11597 +IOyXsA== 11598 +ZW1wb3I= 11599 +IGNyb3du 11600 +IHdpZGVy 11601 +IG9jY3Vycw== 11602 +RFM= 11603 +5oE= 11604 +IEJhdHRsZQ== 11605 +IGR1YWw= 11606 +IDYwMA== 11607 +YXRoZXJz 11608 +4LmB 11609 +IHNldHRsZQ== 11610 +IGF2YWl0 11611 +IGRvaXM= 11612 +0LrQuNGF 11613 +YWRvcmVz 11614 +IMOz 11615 +bmVnbw== 11616 +IEdlb3JnaWE= 11617 +IFJvZw== 11618 +IGRpdm9y 11619 +IFNvbmc= 11620 +IFNwZWNpYWw= 11621 +IG11bg== 11622 +IHByZXRlbmQ= 11623 +TUFO 11624 +IHZpb2xlbnQ= 11625 +IGJlc2lkZXM= 11626 +dnk= 11627 +IE5heg== 11628 +Mjk= 11629 +IHN3ZWF0 11630 +IHp3 11631 +IEh1 11632 +IEJ1aWxk 11633 +IGhvcm0= 11634 +IENhcmQ= 11635 +IOycoA== 11636 +IHJlY29tbWVuZGF0aW9u 11637 +Y2FsbGVk 11638 +c3RpY2s= 11639 +IFBvbGljZQ== 11640 +IGNvbnN1bWVycw== 11641 +IGdyb2Nlcg== 11642 +IHN0dW4= 11643 +INCS0Ys= 11644 +0KM= 11645 +IERhdGE= 11646 +IHN1YnN0YW50 11647 +aXJlY3Q= 11648 +4LI= 11649 +INCy0Lc= 11650 +IEFybQ== 11651 +IHNlbWVzdGVy 11652 +IEJyYWQ= 11653 +IG91cnM= 11654 +INC60L7RgtC+0YDRi9C5 11655 +p2E= 11656 +IGdyYW1z 11657 +IGV4ZXJjaXNlcw== 11658 +NzU= 11659 +IHN3ZWFy 11660 +IGluY2VudA== 11661 +z4HOvw== 11662 +IGlsbGVnYWw= 11663 +IERhbW4= 11664 +IG7Dug== 11665 +IG5lY2Vz 11666 +IGN1eg== 11667 +aWNvbg== 11668 +IGhvcnM= 11669 +IENvbW8= 11670 +IOuRkA== 11671 +IG92ZXJzZQ== 11672 +IGhhcnZlc3Q= 11673 +IHRocmV3 11674 +INC/0L7RgtC+0LzRgw== 11675 +15nXlA== 11676 +IG90cm8= 11677 +INC/0LXRgNCy 11678 +IHNjb3Bl 11679 +IGdsb3J5 11680 +IE1pY2hpZ2Fu 11681 +IGFzc3VtaW5n 11682 +INGD0LQ= 11683 +IGJvbGQ= 11684 +Z3Vl 11685 +bW90aGVy 11686 +IHdhcmVu 11687 +INil 11688 +IEthbQ== 11689 +aXNwaWVs 11690 +IHRvdWpvdXJz 11691 +IGNvbnN0aXR1dGlvbg== 11692 +IH4= 11693 +IGZyYW5rbHk= 11694 +b2xlbg== 11695 +b25zY2lvdXM= 11696 +IHfDvHJkZQ== 11697 +dGhvbg== 11698 +IE9G 11699 +7J6Q6w== 11700 +dW5kYQ== 11701 +INC/0L7RgA== 11702 +IGVtcGxveW1lbnQ= 11703 +0ZHRgg== 11704 +IHN0ZWFt 11705 +IERJ 11706 +IHByb2Zlc3Npb25hbHM= 11707 +IGVuZ2luZWVycw== 11708 +IFhpYQ== 11709 +56s= 11710 +7JiB 11711 +IER1bg== 11712 +IGJpdGNo 11713 +IEZvcmQ= 11714 +c2VjdGlvbg== 11715 +IHZpY2U= 11716 +IExhdGVy 11717 +b3N0b24= 11718 +0Y3Rgg== 11719 +16Y= 11720 +IEF6dXJl 11721 +cGxpbmc= 11722 +IDE4MA== 11723 +IENyZWF0 11724 +SVNIQQ== 11725 +IGJ1ZW5v 11726 +7Z2s 11727 +cnVw 11728 +bGVycw== 11729 +IFlhbmc= 11730 +IEhB 11731 +YmF0 11732 +IENhdGhvbGlj 11733 +IGFjY2VudA== 11734 +IG1peGluZw== 11735 +Y2tldHM= 11736 +IGVuaGFuY2U= 11737 +w7xocg== 11738 +w6pz 11739 +IO2W 11740 +IHN3aW1taW5n 11741 +IGPhu6dh 11742 +IEVsaXo= 11743 +IGltbXVuZQ== 11744 +INCx0L7Quw== 11745 +IGZhcmU= 11746 +IEdhYg== 11747 +16E= 11748 +IHNhdGVsbA== 11749 +IEFueXRoaW5n 11750 +IGFzc2V0 11751 +IHNjaGVkdWw= 11752 +IHJhZGljYWw= 11753 +IHp3ZWk= 11754 +IE1F 11755 +cmVsYXRlZA== 11756 +IHNlcGFyYXRlZA== 11757 +IExpYnI= 11758 +IGdyaXA= 11759 +IOCuqg== 11760 +IGJlYW5z 11761 +IE9w 11762 +7IaM 11763 +IHBvdW5k 11764 +IGVudHJhbmNl 11765 +z4Y= 11766 +IE5pZQ== 11767 +IFJlcHVibGljYW5z 11768 +IGF0b20= 11769 +IHBlcnNvbmFz 11770 +IEFsaQ== 11771 +w6Rocg== 11772 +IGRyYW1hdGlj 11773 +IEZpbmU= 11774 +IHJlbWluZHM= 11775 +6Jk= 11776 +IGTDqWrDoA== 11777 +IGFmZm9yZGFibGU= 11778 +IGJyYW4= 11779 +aWVybw== 11780 +YWxhcg== 11781 +Y3U= 11782 +IFw= 11783 +IG1vxbxl 11784 +IGJsYXN0 11785 +IHJlY3k= 11786 +ZmlyZQ== 11787 +IGxsZQ== 11788 +INCy0YDQtdC80Y8= 11789 +IFdX 11790 +IHZz 11791 +IER1ZGU= 11792 +IFJvbWU= 11793 +IGdyZWV0 11794 +IEhldA== 11795 +Y2lhcw== 11796 +IOuLuQ== 11797 +bGVzc2x5 11798 +IHByZW1pdW0= 11799 +IGV4cGVyaW1lbnRz 11800 +YXRhcg== 11801 +w6lyaQ== 11802 +IG9mZmljaWFsbHk= 11803 +IGZlZQ== 11804 +4LmH 11805 +INGH0LXQvA== 11806 +cmVh 11807 +IHRveQ== 11808 +T1A= 11809 +IFRheWxvcg== 11810 +IE1jQw== 11811 +aWxleQ== 11812 +IEJhaw== 11813 +IGFsdW0= 11814 +IFVudGVy 11815 +IG1hZ2ljYWw= 11816 +IHRyYWJhbA== 11817 +IHZvdGVz 11818 +aXRhZ2U= 11819 +IG1lY2hhbmljYWw= 11820 +aG4= 11821 +INC40L3RgtC10YA= 11822 +IGhpbnQ= 11823 +IGF1dGhvcml0aWVz 11824 +IE5BU0E= 11825 +aXZlcnNhcnk= 11826 +INC/0L7Rhw== 11827 +cmFj 11828 +IFNQRUFLRVI= 11829 +w7Z0 11830 +IGZyYW1lcw== 11831 +IGdvb2RieWU= 11832 +IGNoZXI= 11833 +aHU= 11834 +IG5ldXI= 11835 +IE1hY2g= 11836 +IEhlbGw= 11837 +IGZlc3RpdmFs 11838 +64WE 11839 +dXRh 11840 +IG11c2hyb29t 11841 +IHRhbnQ= 11842 +IHRhdHRv 11843 +IGRlbGV0ZQ== 11844 +IGRpeg== 11845 +IHbDpA== 11846 +IHNldmVudA== 11847 +IFF1aWNr 11848 +IGJha2luZw== 11849 +IGFzc2VtYmx5 11850 +R28= 11851 +IERyZWFt 11852 +IExhZA== 11853 +w6J5 11854 +YWdz 11855 +IGdyYXZpdHk= 11856 +IOynkQ== 11857 +ZW1wbG95 11858 +IGRpZXNlcw== 11859 +IGRpc2NvdmVyeQ== 11860 +0YHRgtCy0LA= 11861 +IGhlYmJlbg== 11862 +IGdlcmFkZQ== 11863 +IERS 11864 +ICcn 11865 +IHRlY2huaWNhbGx5 11866 +INCf0L4= 11867 +IHByaXZpbGVnZQ== 11868 +IEV2ZXI= 11869 +IFNlcnZpY2Vz 11870 +dXJhbg== 11871 +IGNvbnN1bXB0aW9u 11872 +IFJldg== 11873 +IFNoYWxs 11874 +YXNzZXI= 11875 +toDthLA= 11876 +IHJhY2lhbA== 11877 +IFlvdXR1YmU= 11878 +IFByYQ== 11879 +0YHRgtCy0LXQvQ== 11880 +Y2Vr 11881 +5rQ= 11882 +YXNoYQ== 11883 +INuB 11884 +kZw= 11885 +YWhu 11886 +SUNL 11887 +IGRyaW5rcw== 11888 +IGNhcmI= 11889 +IDY0 11890 +IE1tbQ== 11891 +IGVsZWN0cmljYWw= 11892 +IGZydWl0cw== 11893 +IEhE 11894 +w7Fh 11895 +IERlZmluaXRlbHk= 11896 +IOuwmw== 11897 +IGZhaXM= 11898 +cmF0aW9ucw== 11899 +IGNvZQ== 11900 +YWh1 11901 +IEZhaXI= 11902 +IGVhdGVu 11903 +IGZpcg== 11904 +IEF1 11905 +0YPQvQ== 11906 +dWxhdGluZw== 11907 +aW5nbHk= 11908 +IHZhY2NpbmVz 11909 +IGRyYWdvbg== 11910 +IHBvaW50aW5n 11911 +IHBlbG8= 11912 +b3J0ZXJz 11913 +IHdvcmtvdXQ= 11914 +0LjQvNC10YA= 11915 +bW9uZA== 11916 +IE5vcGU= 11917 +INeW15Q= 11918 +INmC 11919 +IGFkb3B0ZWQ= 11920 +YnVs 11921 +IHNhbnM= 11922 +IHBvc3NpYmlsaXRpZXM= 11923 +IHBlbmQ= 11924 +IHphbWFu 11925 +aG91 11926 +IHNoYXJlcw== 11927 +IGNhbGVuZGFy 11928 +IHBlcnNvbmE= 11929 +IHNlYWw= 11930 +IGdlbmU= 11931 +IHN0b3JlZA== 11932 +INC/0L7Qtw== 11933 +IGx5cmljcw== 11934 +IGluc3RydW1lbnRz 11935 +IE1B 11936 +gOydtA== 11937 +IGNsb3Vkcw== 11938 +aG90 11939 +4bqv 11940 +IOqwmeyVhOyalA== 11941 +IEVtcGlyZQ== 11942 +IGJpbw== 11943 +d2luZA== 11944 +aWVnbw== 11945 +IEV1cm9w 11946 +ZWRnZQ== 11947 +IGJhY2t3YXJkcw== 11948 +IOyngOs= 11949 +IHF1ZWVu 11950 +IHNoaW5l 11951 +IMOnxLFr 11952 +IGNhZA== 11953 +IE9k 11954 +IOyCrOuejA== 11955 +IGJ1YmJsZQ== 11956 +w7Rp 11957 +emVz 11958 +IHJlYWN0aW9ucw== 11959 +IGp1ZGdtZW50 11960 +IERlbW9jcmF0cw== 11961 +IGNvc2Fz 11962 +YXNoZWQ= 11963 +INC00L7Qu9C2 11964 +xZtuaWU= 11965 +6rQ= 11966 +IGV4ZW1wbGU= 11967 +TVA= 11968 +4buv 11969 +IFZlcnM= 11970 +IHJlc2ls 11971 +IG3DoQ== 11972 +xYRzdA== 11973 +YmVsaWV2 11974 +IFZvcg== 11975 +IHNjaGVtZQ== 11976 +b25kYQ== 11977 +IHBvZGVtb3M= 11978 +IGNoYXJnZXM= 11979 +IGRlc3RpbmF0aW9u 11980 +IEt5 11981 +IFNT 11982 +IHNpbGVuY2U= 11983 +IGVtYmVk 11984 +bmF0 11985 +4bubaQ== 11986 +QU5U 11987 +Z2dlZA== 11988 +IHJlZHVjaW5n 11989 +IHVnbHk= 11990 +IG1pbQ== 11991 +0YPQtNCw 11992 +MzQ= 11993 +IGNvcmQ= 11994 +INGC0L7QttC1 11995 +IExpc2E= 11996 +IMO2bg== 11997 +IENocmlzdGlhbnM= 11998 +dW1ibGVz 11999 +b2xvZ2lzdHM= 12000 +YXph 12001 +IHRlbmRz 12002 +IENvb2s= 12003 +IGdlc2FndA== 12004 +IO2VmOuCmA== 12005 +IFRlcw== 12006 +ZXJlbW9ueQ== 12007 +INC90YPQttC90L4= 12008 +IE1BUklTSEE= 12009 +IGVucm9sbA== 12010 +IENyeQ== 12011 +RVNT 12012 +IFNhZA== 12013 +IGltcGxlbWVudGVk 12014 +IGTDrWE= 12015 +w5w= 12016 +IHBpc3Q= 12017 +RHI= 12018 +IHNhYmU= 12019 +IFNvY2k= 12020 +w6RyZQ== 12021 +INC60YLQvg== 12022 +IEZyYW5jaXNjbw== 12023 +IOyepQ== 12024 +IGNyZWF0dXJlcw== 12025 +YXdz 12026 +IGVhcm5lZA== 12027 +IGNoZWFwZXI= 12028 +IGRsYQ== 12029 +IHdhcm4= 12030 +c2NoZQ== 12031 +IGJsYWg= 12032 +IG51dHI= 12033 +6Lw= 12034 +IGdvcmdlb3Vz 12035 +IEFuZ2VsZXM= 12036 +IGdlbWFjaHQ= 12037 +IGhvbWVsZXNz 12038 +b2dyYXBoaWM= 12039 +IFRhaXdhbg== 12040 +IFNvbQ== 12041 +IEhhZA== 12042 +YWN0aW9ucw== 12043 +IHBvc3Rz 12044 +IG91dHJh 12045 +IE1lYW4= 12046 +a2Fy 12047 +IGNvdXM= 12048 +IGJyYWNr 12049 +0LjRgtGM0YHRjw== 12050 +IGJlbGlldmVz 12051 +IHN1aWNpZGU= 12052 +IGVxdWFsbHk= 12053 +IGNhcmVz 12054 +0L7QttC90L4= 12055 +IHN0ZW0= 12056 +IE11Y2g= 12057 +IHByb2R1Y2Vy 12058 +15XXkA== 12059 +IHByb3RlY3Rpbmc= 12060 +IFRSQVZJUw== 12061 +IGludGVydmlld3M= 12062 +IGFsaWVu 12063 +IEFzaw== 12064 +IHNvbGU= 12065 +Q08= 12066 +IFN1ZA== 12067 +IHN1cnZpdg== 12068 +IHNrZXRjaA== 12069 +IHfFgmE= 12070 +IGNvbG9j 12071 +IGFwb2xvZ2l6ZQ== 12072 +d2VpZ2h0 12073 +IDU1 12074 +ID4= 12075 +IGhlcm9lcw== 12076 +IEJvc3Rvbg== 12077 +IGRlcGVuZGVudA== 12078 +IG1vdGl2YXRpb24= 12079 +ZmxpeA== 12080 +IHNlYW0= 12081 +0LrQuNC1 12082 +IGRyYWlu 12083 +b2RlZA== 12084 +IGd1aWx0eQ== 12085 +IEplbm4= 12086 +aW5nZW4= 12087 +IGdyYW50ZWQ= 12088 +IEtlbGx5 12089 +IFNhdg== 12090 +IFVuY2xl 12091 +IEhvbmVzdGx5 12092 +RUxJ 12093 +IG5hdmlnYXRl 12094 +IGJsZXNzZWQ= 12095 +Y29yZQ== 12096 +IGVhcm5pbmc= 12097 +IHNpZ25hbHM= 12098 +IGRpc2s= 12099 +aWFscw== 12100 +IGFnZXM= 12101 +5oU= 12102 +IHBhcnRpY2xl 12103 +INGH0LXRgA== 12104 +IGNhbm4= 12105 +IHRpZXI= 12106 +IHN0YXRlbWVudHM= 12107 +6rOg7JqU 12108 +IOuVjOusuOyXkA== 12109 +IENobw== 12110 +IHBvbGFy 12111 +YW7Dpw== 12112 +IEtlbm4= 12113 +IE5p 12114 +IEZpZ2h0 12115 +b3JnYW4= 12116 +6ZU= 12117 +IENoYQ== 12118 +IFPDrQ== 12119 +IHNsaWM= 12120 +IGNlcnRpZmlj 12121 +IHRlbXBsYXRl 12122 +IEZlZGVyYWw= 12123 +IGNvbnNpZGVyYXRpb24= 12124 +IGV4cGxv 12125 +IE1haW4= 12126 +IE5F 12127 +IGFsb25nc2lkZQ== 12128 +IGRyZXNzZWQ= 12129 +IFBvaW50 12130 +IGVudmlyb25tZW50cw== 12131 +IHByw7N4aW0= 12132 +IGRhYXI= 12133 +IHByb21wdA== 12134 +IHB1cnN1ZQ== 12135 +IGVudGVydGFpbm1lbnQ= 12136 +IHRocm9hdA== 12137 +IHByb2JsZW1h 12138 +IG1hcnQ= 12139 +7Lw= 12140 +IHByb3ZpZGVy 12141 +2Iw= 12142 +INeX 12143 +aW50ZQ== 12144 +bWFraW5n 12145 +IHN0cm9rZQ== 12146 +IHRpc3N1ZQ== 12147 +VW4= 12148 +IHByZWNpb3Vz 12149 +IEFydHM= 12150 +aW5raW5n 12151 +INCe0L0= 12152 +INC40YE= 12153 +bmFo 12154 +INCV0YHQu9C4 12155 +IGNvcm5lcnM= 12156 +IHRyaWNreQ== 12157 +aW5jaA== 12158 +bGlqaw== 12159 +IHByZXNzaW5n 12160 +bGV2ZWw= 12161 +QU5H 12162 +IHJhZGlhdGlvbg== 12163 +7ISg 12164 +IGNvbmZyb250 12165 +IHZldA== 12166 +IHJlcHJlc2VudGF0aXZl 12167 +IHByb3BhZw== 12168 +IGNyYXA= 12169 +IERlYw== 12170 +IHJhbXA= 12171 +0LXQv9C10YDRjA== 12172 +dcOpcw== 12173 +ZXNzZW4= 12174 +Y3JpcHRpb24= 12175 +IGJpbGxz 12176 +IE1hdHRoZXc= 12177 +IGFuaW1l 12178 +4bqldA== 12179 +IGxvd2VzdA== 12180 +aGFz 12181 +c2NyZWVu 12182 +b2dyYXA= 12183 +0LDQu9C+ 12184 +aW50b24= 12185 +IEphaA== 12186 +aXTDoA== 12187 +IGtheQ== 12188 +IHJvdGF0aW9u 12189 +IFdlcmU= 12190 +YWJlaQ== 12191 +IHRyaWFscw== 12192 +IGxldmVy 12193 +aWdodHk= 12194 +IHNwb29u 12195 +IGh1bnQ= 12196 +Y2xpbmc= 12197 +IGRpc20= 12198 +INCx0L7Qu9GM0Yg= 12199 +IGFzc2F1bHQ= 12200 +IO2YlQ== 12201 +IHdlZWtseQ== 12202 +IG1pc21v 12203 +IGdlbmV0aWM= 12204 +dWxwdA== 12205 +IFN0dWRlbnQ= 12206 +IHJlYWxpc3RpYw== 12207 +IGF1dGhlbnRpYw== 12208 +YXN0YQ== 12209 +IGFycmVzdGVk 12210 +IGd1aWRlbGluZXM= 12211 +INec15A= 12212 +INC00LDQsg== 12213 +IENvbWluZw== 12214 +ZsO8cg== 12215 +IHJlcXVlc3Rz 12216 +g5A= 12217 +IGFuYWx5emU= 12218 +IGludGVyZXNz 12219 +IGhhbHQ= 12220 +IE9wZXI= 12221 +b25vbQ== 12222 +IGR1Y2s= 12223 +IHdpdGhk 12224 +c2Vy 12225 +IM+M 12226 +IEhpc3Rvcnk= 12227 +IHlvdXR1YmU= 12228 +IHNhYmVy 12229 +d2Fsaw== 12230 +Zm9udA== 12231 +IG92ZXJ2aWV3 12232 +Mzk= 12233 +w7x5 12234 +ZXR0aQ== 12235 +IGZyb3plbg== 12236 +IGZsZXNo 12237 +xJ9p 12238 +IFBN 12239 +IOyZgA== 12240 +6aI= 12241 +0YbQuNC4 12242 +IOq4sOs= 12243 +7YGs 12244 +IHByb3Nl 12245 +b29vbw== 12246 +cmF0ZXM= 12247 +V1M= 12248 +IGF1dG9tYXRpYw== 12249 +IGNvbGxlY3Rpbmc= 12250 +xZE= 12251 +IG5laWdoYm9ycw== 12252 +wrsu 12253 +IEV4cGw= 12254 +IGNpcmN1bA== 12255 +Y292ZXI= 12256 +d2Vn 12257 +IHN0aWNrcw== 12258 +IGVsbGVy 12259 +IHd3dw== 12260 +IGRvcm0= 12261 +IEV4cGVy 12262 +IHN0YXRpc3RpY3M= 12263 +IGVtYWlscw== 12264 +IGdyYXZl 12265 +aW1peg== 12266 +SFM= 12267 +IHVpdA== 12268 +LCc= 12269 +IGxhc2Vy 12270 +6Ik= 12271 +INGC0LXQvA== 12272 +0YvRiA== 12273 +0YnRkQ== 12274 +IGdlbmF1 12275 +IHRpZW5lbg== 12276 +IG1lZGl0YXRpb24= 12277 +IE9yZ2Fu 12278 +IGVzdGltYXRl 12279 +IOustOw= 12280 +bGV0cw== 12281 +IG7DoHk= 12282 +IG1pbmRzZXQ= 12283 +IHJlc29u 12284 +IG3DqXM= 12285 +IG51bWVyb3Vz 12286 +IHZpZWxsZWljaHQ= 12287 +IFRoaXJk 12288 +dW91cw== 12289 +IERlYWQ= 12290 +0LDQvdC0 12291 +SE4= 12292 +IHJhY2luZw== 12293 +IGFnZW50cw== 12294 +IFV0 12295 +IHRlYXI= 12296 +IEhQ 12297 +IGNoZW1pc3RyeQ== 12298 +IHN1cnZpdmFs 12299 +IGNvbnZpbmNlZA== 12300 +IDs= 12301 +IHJlZ3VsYXRpb25z 12302 +IEVT 12303 +MzAw 12304 +IGVuc2U= 12305 +IOy1 12306 +IGRpY3Q= 12307 +R0E= 12308 +IGFow60= 12309 +IHRlag== 12310 +INC+0YHRgg== 12311 +IEVsZWN0 12312 +IGludGVsbGVjdHVhbA== 12313 +IGJpYXM= 12314 +IGJ1cmRlbg== 12315 +IOyWtOuWuw== 12316 +IGNoZWVy 12317 +IHNvcGg= 12318 +IHBvcnRmb2xpbw== 12319 +dWJh 12320 +IGVzdG9z 12321 +VFY= 12322 +Rm9y 12323 +IGFzaA== 12324 +IGtvbW1lcg== 12325 +IGNvbGxlY3RpdmU= 12326 +IHdyZXN0 12327 +IEpldHp0 12328 +IFdhdA== 12329 +cmVpY2g= 12330 +IHByaW1lcg== 12331 +YWN0aXZl 12332 +IG1pZQ== 12333 +aWNrZWQ= 12334 +IGh1bnRpbmc= 12335 +IHRlc3RpbQ== 12336 +IGNvbXBhc3Npb24= 12337 +INix 12338 +IGJydXQ= 12339 +IHNhbGFk 12340 +0L7QsdGJ0LU= 12341 +IHNvbHZpbmc= 12342 +IGZsb2F0aW5n 12343 +57c= 12344 +IGF0dHJhY3RpdmU= 12345 +2YjZhA== 12346 +IHBlcmQ= 12347 +aWZmZXI= 12348 +IHNjdWxwdA== 12349 +aGho 12350 +IFdlZWs= 12351 +IGVudGh1cw== 12352 +IG5hZA== 12353 +IG1lcmNo 12354 +IO2ZlQ== 12355 +IG1pbGU= 12356 +IM64 12357 +IOuCmOs= 12358 +Mzg= 12359 +IGNoYWlucw== 12360 +IEFsbW9zdA== 12361 +IHRpY2tldHM= 12362 +cmlu 12363 +IEND 12364 +IGRpc3RyaWJ1dGVk 12365 +YWJldGVz 12366 +IHRlbXBlcmF0dXJlcw== 12367 +IGdhaW5lZA== 12368 +IGZsZXhpYmlsaXR5 12369 +IHNjcmVhbWluZw== 12370 +IGFicm9hZA== 12371 +dW5v 12372 +IGVudHJlcHJlbmV1cnM= 12373 +IE5ldHdvcms= 12374 +IENhbmFkaWFu 12375 +IHByZXY= 12376 +IHPDtg== 12377 +INGC0LXQsdGP 12378 +IFBva2U= 12379 +IFBvZA== 12380 +IFR1cmtleQ== 12381 +IGFic3RyYWN0 12382 +IHNuYWtl 12383 +IEFteQ== 12384 +IOuKkOuCjA== 12385 +IGJyYXZl 12386 +IOyeiOyWtOyalA== 12387 +IEthbA== 12388 +IDIwMDc= 12389 +w6FyaW8= 12390 +IG1hcmtlZA== 12391 +Z2luZXM= 12392 +IGFsbG9j 12393 +T05H 12394 +IHNjaWVudGlzdA== 12395 +IGVzY2E= 12396 +IHJhY2lzbQ== 12397 +15HX 12398 +IFNhbXM= 12399 +IFBlbm4= 12400 +IGxvYWRz 12401 +IOCuqA== 12402 +w7xiZXI= 12403 +TWU= 12404 +aXjDsg== 12405 +IHBlcsOy 12406 +YW5uZQ== 12407 +IGV4cHJlc3NlZA== 12408 +0LzQtdGA 12409 +IG1vZXQ= 12410 +IHJldHVybmluZw== 12411 +bmlh 12412 +IGV4cG9u 12413 +UHJv 12414 +IGxveWFs 12415 +TUw= 12416 +IGxhbXA= 12417 +IHNoeQ== 12418 +IGNvbXBvc2l0aW9u 12419 +IEx5 12420 +IG1hZ25ldGlj 12421 +IHByZW1pZXI= 12422 +IG1lYXN1cmVk 12423 +IHN1bW1hcnk= 12424 +IGF0dGFja2Vk 12425 +IGZpbmlzaGluZw== 12426 +0Jc= 12427 +56U= 12428 +IHNpdHM= 12429 +IGh5ZHJvZ2Vu 12430 +IG1haQ== 12431 +IERldXRzY2g= 12432 +YXPEsQ== 12433 +IG9idGFpbg== 12434 +dmll 12435 +IHNvaXQ= 12436 +IOuwlA== 12437 +IGxhbmU= 12438 +IGNvbnNlZ3U= 12439 +0LLQvg== 12440 +IGVhc2U= 12441 +YWtpbg== 12442 +IEZh 12443 +IHVudHVr 12444 +IGJ1cnN0 12445 +IGN1bQ== 12446 +YWzEsW0= 12447 +w7pibGlj 12448 +aWRp 12449 +IFJveWFs 12450 +IEtvbg== 12451 +IGNvbW1vbmx5 12452 +IHJlbW92aW5n 12453 +IGp1cg== 12454 +aWxpYg== 12455 +IGFuY2g= 12456 +7ZaJ 12457 +xrDhu6M= 12458 +INCc0Ys= 12459 +IEFudGg= 12460 +IFPDpQ== 12461 +IGludGVycnVwdA== 12462 +IHN0ZXJl 12463 +IE9T 12464 +b255bQ== 12465 +dGVyeQ== 12466 +IE1hcmlh 12467 +6rKD 12468 +IGV4cGxvcmluZw== 12469 +IHRyYW5zcGFyZW50 12470 +IGZhdGU= 12471 +IEp1bmc= 12472 +IGdydXA= 12473 +IGRhcmtlcg== 12474 +IERvdWc= 12475 +IG1hbmU= 12476 +4bqhaQ== 12477 +ZHJp 12478 +bG9vaw== 12479 +IERlc2lnbg== 12480 +IHR1dGFq 12481 +IGhvcml6b250YWw= 12482 +cmVvbg== 12483 +b3J0ZQ== 12484 +IENvcnJlY3Q= 12485 +IFN0ZXZlbg== 12486 +IHZpbmU= 12487 +MDI= 12488 +acSH 12489 +IHNpZW1wcmU= 12490 +IEtleQ== 12491 +IEdhbWVz 12492 +IG5hYXI= 12493 +IHNob2NrZWQ= 12494 +ZWx2ZQ== 12495 +IFJvc2U= 12496 +7Ius 12497 +IHN0b3BwaW5n 12498 +b2hs 12499 +IE1peA== 12500 +IHN1ZmZlcmVk 12501 +IHNpZ21h 12502 +IHdlYWtuZXNz 12503 +IE93 12504 +4Li14LmI 12505 +SUY= 12506 +IOCuhQ== 12507 +YWRlZA== 12508 +IE5ldGZsaXg= 12509 +YW5lcw== 12510 +IHJlbWFpbmVk 12511 +aXJ5 12512 +IHJpcA== 12513 +ZWxsdA== 12514 +IHNpbGVudA== 12515 +IHByb3Zlbg== 12516 +IHRveGlj 12517 +IGFsdW1pbg== 12518 +IG11bHRpcGw= 12519 +YWxhbmQ= 12520 +IDM0 12521 +MDY= 12522 +IEJydQ== 12523 +IOygleunkA== 12524 +SnVzdA== 12525 +Ym95 12526 +IHNob2U= 12527 +IGNyZWF0dXJl 12528 +IGhlYWRlZA== 12529 +INC+0YLQug== 12530 +5rE= 12531 +IGVzc2VuY2U= 12532 +IHJlbWFya2FibGU= 12533 +IG7Dum1lcg== 12534 +IGRyZXc= 12535 +IHB1enpsZQ== 12536 +IExpYnJhcnk= 12537 +IEZ1 12538 +YXNoZXM= 12539 +a2s= 12540 +IElzdA== 12541 +prA= 12542 +IEJyeQ== 12543 +IGNlcmVtb255 12544 +IOCujg== 12545 +IGNyaQ== 12546 +ZXF1 12547 +IHByaXpl 12548 +IGRpbWVuc2lvbnM= 12549 +b2dyYW0= 12550 +IGxlYXRoZXI= 12551 +IHBvcHVsYXRpb25z 12552 +dXVt 12553 +IHZlZ2Fu 12554 +0Y/QtA== 12555 +IGPDs21v 12556 +5YQ= 12557 +IHN0cmlw 12558 +5aM= 12559 +IHZhY2F0aW9u 12560 +hZU= 12561 +IG1lYWxz 12562 +aWxpcHA= 12563 +IGVudHM= 12564 +YXJhbQ== 12565 +cmljaHQ= 12566 +IGdyYWlu 12567 +IFNwYWlu 12568 +IGNoZWVr 12569 +IEFmZg== 12570 +SU9O 12571 +IEJyaW5n 12572 +IDM4 12573 +aWVsZW4= 12574 +dWx1 12575 +INCx0L7Qu9GM0YjQtQ== 12576 +IGFubm91bmNlbWVudA== 12577 +INGC0YPRgg== 12578 +IFByb3BoZXQ= 12579 +YXJkbw== 12580 +Mzc= 12581 +IHdva2U= 12582 +IHRyYW5zbGF0aW9u 12583 +IE5PVA== 12584 +IENM 12585 +IGTDvMWf 12586 +0YbRlg== 12587 +YWNlcg== 12588 +IExvYw== 12589 +IHBlcmNlcHRpb24= 12590 +Tk8= 12591 +IGRpZXNlbg== 12592 +TG9vaw== 12593 +aGVhcnQ= 12594 +YXZlZA== 12595 +IGJvdW5kYXJ5 12596 +IGZsb3dz 12597 +0ZHQvA== 12598 +IGFyZ3VtZW50cw== 12599 +IGVsZWN0aW9ucw== 12600 +xLFz 12601 +IGhlY2s= 12602 +IHN1aXRhYmxl 12603 +IGZpYmVy 12604 +IFN0cmE= 12605 +eHk= 12606 +IEh1bQ== 12607 +IG1vbnRobHk= 12608 +dXBlcg== 12609 +IGdvbGY= 12610 +IGxhdGVseQ== 12611 +IEdhcmQ= 12612 +IFJlbg== 12613 +IEFzdA== 12614 +IEZhbnQ= 12615 +0LDRgdGB 12616 +IG9ic2Vy 12617 +66Gc 12618 +IGVhc2llc3Q= 12619 +jZTr 12620 +IHdlYnNpdGVz 12621 +cG9s 12622 +IGNvY29u 12623 +IOCuhw== 12624 +IFZlZw== 12625 +IHdhbGtz 12626 +IGludHJv 12627 +IGRpcmVjdGVk 12628 +IEFubmE= 12629 +IOuTpOyWtA== 12630 +IEVhc3Rlcm4= 12631 +IFNhaW50 12632 +IEJvdw== 12633 +IHJvYXN0 12634 +IFVSTA== 12635 +IGplZGVu 12636 +dXJhcw== 12637 +YWph 12638 +IHNlbWk= 12639 +IHJhcGlkbHk= 12640 +IHRhcmdldHM= 12641 +IENvbnRyb2w= 12642 +IGJhaA== 12643 +IHJlZmxlY3Rpb24= 12644 +IGNyZWF0aXZpdHk= 12645 +aG9sZGVycw== 12646 +IOyYrOs= 12647 +IGFtb25nc3Q= 12648 +IGZlZWRpbmc= 12649 +0Y3RgtC+0LzRgw== 12650 +INCy0LjQtNC1 12651 +IOunjOuTpA== 12652 +IFNtYXJ0 12653 +IHJlbGlhYmxl 12654 +IHZlemVz 12655 +INeo 12656 +Y2h1Y2tsZXM= 12657 +YXppb25l 12658 +IFdpbGxpYW1z 12659 +IGHDpw== 12660 +IHNsZWU= 12661 +0LXRiQ== 12662 +IHRpbWVsaW5l 12663 +IHRob3JvdWdo 12664 +4buN 12665 +IE90 12666 +4bqhbg== 12667 +IGltYWdpbmF0aW9u 12668 +IG1lY2hhbmljcw== 12669 +cmlzdA== 12670 +IGNsYWltZWQ= 12671 +z4TOtw== 12672 +w6p0ZQ== 12673 +IEh1cnJ5 12674 +IGlQYWQ= 12675 +IGNvbnN0cnU= 12676 +IENsYQ== 12677 +IEFscw== 12678 +dXR6 12679 +IGN1bHR1cmVz 12680 +IOyWtOuWu+qyjA== 12681 +IGJlbG9uZ3M= 12682 +IHllcg== 12683 +IERvZXNu 12684 +IGdlb21ldA== 12685 +IGJpZA== 12686 +IGZvYW0= 12687 +IGhvYg== 12688 +IEJyaXRhaW4= 12689 +IHN1YnN0YW5jZQ== 12690 +IGFubml2ZXJzYXJ5 12691 +IOuEiA== 12692 +IG5vdGVk 12693 +IGdvdmVybm9y 12694 +IHN0b2Nrcw== 12695 +MzE= 12696 +IGRpeWU= 12697 +7Iqk6w== 12698 +IHJlYg== 12699 +emVs 12700 +IG11bHRpcGx5 12701 +IG9wZXJhdG9y 12702 +hKTsmpQ= 12703 +IHdhdGVycw== 12704 +IGTDpHI= 12705 +IHVuc2Vy 12706 +IEVsaXphYmV0aA== 12707 +IGluY3JlYXNpbmdseQ== 12708 +IEdybw== 12709 +IGVuZ2luZXM= 12710 +aXJz 12711 +2Ks= 12712 +IHRyZWFzdXJl 12713 +UEM= 12714 +aW5jdGlvbg== 12715 +aXJp 12716 +IGFjY3Vt 12717 +IHZhcmlhdGlvbg== 12718 +IHBvbQ== 12719 +IHRpdGxlcw== 12720 +IEZlc3Q= 12721 +w7Nz 12722 +IGVsZGVy 12723 +bnlt 12724 +cnVu 12725 +0Y/Qsg== 12726 +IGlubm92YXRpdmU= 12727 +IG5vbWJyZQ== 12728 +IGNvaW5j 12729 +IGZyYW5jaA== 12730 +IGVudG9uY2Vz 12731 +IG5pY2h0cw== 12732 +IGV4Y2x1c2l2ZQ== 12733 +IENoZWVycw== 12734 +IEJp 12735 +dWpl 12736 +IHBvaw== 12737 +IFByZW0= 12738 +IHJvY2tldA== 12739 +RUxJUEU= 12740 +IGhvc3BpdGFscw== 12741 +cml1bQ== 12742 +IGp1c3Rl 12743 +IGhhbW1lcg== 12744 +IHF1YW50dW0= 12745 +IHJlc3BvbnNlcw== 12746 +bGx5 12747 +ZW5kaQ== 12748 +IGFjdGl2ZWx5 12749 +IGZyaWRnZQ== 12750 +aWF0ZQ== 12751 +bG9uZw== 12752 +IHF1ZW0= 12753 +IGRlYXRocw== 12754 +IHN1cGVyaW9y 12755 +Y2tlbg== 12756 +7J207JeQ 12757 +a3RvcA== 12758 +IGdhdGhlcmVk 12759 +o6g= 12760 +IGRhenU= 12761 +IHJlY2lwZXM= 12762 +IGJ1eno= 12763 +Y2Vu 12764 +IGFueXRpbWU= 12765 +b25zZW5zZQ== 12766 +IGNpcmNsZXM= 12767 +IHNvbHZlZA== 12768 +IOyLoA== 12769 +IGNvcm9uYXZpcnVz 12770 +IEx1a2U= 12771 +IGJ1YmI= 12772 +IGNvbnRlbXBvcg== 12773 +cnp5 12774 +IEphbmU= 12775 +INC00L7QvA== 12776 +IHNjcmV3cw== 12777 +IGh5YnJpZA== 12778 +IGNhc3VhbA== 12779 +IHNlbGJzdA== 12780 +YmVpbmc= 12781 +IMSQ 12782 +IENvbHVtYg== 12783 +INGF0L7Rhw== 12784 +IGJ1Y2tldA== 12785 +IGV2YWx1YXRl 12786 +IGlkb2w= 12787 +IHJlcHV0YXRpb24= 12788 +IOyGjOs= 12789 +2YjYsQ== 12790 +IGhlY2hv 12791 +IHBvZW0= 12792 +IHN1YmplY3Rz 12793 +cGxhbnQ= 12794 +IEJlaA== 12795 +IFNwZWFraW5n 12796 +IGJhdHRlcmllcw== 12797 +IGZvbGxvd2Vycw== 12798 +w7Zs 12799 +IGdlbnRseQ== 12800 +IHNpeHQ= 12801 +IHBhcmFtZXRlcg== 12802 +IGlra2U= 12803 +IFRvdXI= 12804 +IERK 12805 +b3R0ZQ== 12806 +IEphaHJlbg== 12807 +IHByZXBhcmF0aW9u 12808 +INC00YPQvA== 12809 +IDgwMA== 12810 +Y29w 12811 +aWtpbmc= 12812 +IOusuA== 12813 +INC90YM= 12814 +INC70LXRgg== 12815 +IElkZQ== 12816 +IOyhsOq4iA== 12817 +IGxhdWdodGVy 12818 +IG1vbGVjdWxlcw== 12819 +IFJlc3Q= 12820 +IG9ic2VydmVk 12821 +ZHppZQ== 12822 +IGFkdmVydGlzaW5n 12823 +ZXJ0bw== 12824 +IG1vaW5z 12825 +IE1JVA== 12826 +IGV4Y2l0 12827 +IHR1bQ== 12828 +IHR5bA== 12829 +IGludmVzdGVk 12830 +IHBoYXJt 12831 +IHVuZXhwZWN0ZWQ= 12832 +IHBoaQ== 12833 +b3R5cGU= 12834 +d2Vpc2U= 12835 +IGdlw6c= 12836 +am91cmQ= 12837 +IGhvcnNlcw== 12838 +bsSF 12839 +PSI= 12840 +IFNN 12841 +IGZpYg== 12842 +IGNsaXBz 12843 +IHJlZ2ltZQ== 12844 +IHJvdGF0ZQ== 12845 +cm91 12846 +bmlr 12847 +IGFybW9y 12848 +8J+Y 12849 +0LXRgNCw 12850 +IE9jaA== 12851 +IHJpY2h0aWc= 12852 +w7x6ZWw= 12853 +YW5lb3VzbHk= 12854 +bWVr 12855 +IFhpYW8= 12856 +IGV4aXN0ZWQ= 12857 +d29ydGg= 12858 +IG5hdWdodA== 12859 +IGhlacOfdA== 12860 +IEJhbA== 12861 +IHJlc2lk 12862 +aXZvdA== 12863 +b21hdGlj 12864 +IGhpcmVk 12865 +IGdyYWR1YWxseQ== 12866 +IG9uaW9ucw== 12867 +IGNvbXBhdA== 12868 +IGludGlt 12869 +IGpldw== 12870 +IGNvbnRyaWJ1dGlvbg== 12871 +IElyZQ== 12872 +YWNqaQ== 12873 +IHNsaWNl 12874 +IGltbXVu 12875 +IFJ1cw== 12876 +IGdyb3dz 12877 +IFNpbWlsYXJseQ== 12878 +IGhhcmRlc3Q= 12879 +IHN0cnVjaw== 12880 +IG1lYXN1cmVtZW50 12881 +Li4uXQ== 12882 +dGhleQ== 12883 +IOyggOs= 12884 +IHNuZWFr 12885 +IGFwcGxpZXM= 12886 +INC90LXQvA== 12887 +5pM= 12888 +15HXqA== 12889 +INCn0YLQvg== 12890 +IG91dHJv 12891 +IGlubm9jZW50 12892 +IG1vZw== 12893 +IFNhbXN1bmc= 12894 +IG1lcmN5 12895 +IGhhbmRsaW5n 12896 +IGludGVydmVudGlvbg== 12897 +aWRheXM= 12898 +Z290 12899 +IGN1cnJpYw== 12900 +IGJvdW5kYXJpZXM= 12901 +IGNvbmZ1c2luZw== 12902 +nbzripQ= 12903 +5oc= 12904 +IHN0aXRjaGVz 12905 +w612ZWw= 12906 +IHR1bm5lbA== 12907 +aXTDpA== 12908 +IGdvc3Q= 12909 +aW15 12910 +IGN6YXM= 12911 +IG3DqQ== 12912 +IGNhdGFs 12913 +IFNpbW9u 12914 +IExJQU0= 12915 +bWlj 12916 +INCk 12917 +IGV5ZWw= 12918 +aXNhcw== 12919 +IENQVQ== 12920 +IERvdQ== 12921 +IG7DpGNo 12922 +IGluZmluaXR5 12923 +IHJpZg== 12924 +IFBlYWNl 12925 +IEN1 12926 +IG1pbmltYWw= 12927 +IGxpc3RlbmVk 12928 +IHBvbGU= 12929 +aGFsYg== 12930 +IGxvYWRlZA== 12931 +IHN0ZWFkeQ== 12932 +IEJlc2lkZXM= 12933 +w6pt 12934 +IGxhcA== 12935 +IGNvb3A= 12936 +IGZyaWVuZHNoaXA= 12937 +d29ybGQ= 12938 +IGdlaA== 12939 +IHR5bGtv 12940 +IExhdXJh 12941 +IHN1cnJvdW5kZWQ= 12942 +IEV2ZW50 12943 +IGNoYXA= 12944 +IFdvbmRlcg== 12945 +YnJlYWs= 12946 +IGRyb3Zl 12947 +IGJyb2FkZXI= 12948 +IGNoaQ== 12949 +Rmk= 12950 +IGdlaGVu 12951 +IHdlc3Rlcm4= 12952 +IGludGVsbGlnZW50 12953 +IHBlcnNpc3Q= 12954 +IGZvdW5kZWQ= 12955 +IGhpc3Rvcmlj 12956 +IGZyw6U= 12957 +Y2tzw6U= 12958 +IGhhbmR5 12959 +IHN5bXA= 12960 +IHJvd3M= 12961 +IG51dHJp 12962 +YnVy 12963 +IExlb24= 12964 +IHNpc3RlbWE= 12965 +IGV4dGVuc2l2ZQ== 12966 +INGD0LI= 12967 +7Y8= 12968 +IG5pZ2h0cw== 12969 +IGPDoWM= 12970 +IGNvdW50aW5n 12971 +IE11c3Q= 12972 +YWxsb3c= 12973 +0LXRgdGB 12974 +TW9t 12975 +INC90LDQtNC+ 12976 +IGJhcnJlbA== 12977 +QVJE 12978 +IGluc3RhbGxhdGlvbg== 12979 +IGluc2VjdA== 12980 +IOuFuOs= 12981 +dWrEhQ== 12982 +IMSRaQ== 12983 +IHBhY2tlZA== 12984 +IGZpY3Rpb24= 12985 +Tm93 12986 +IFlheQ== 12987 +IHBlcnQ= 12988 +cm9ucw== 12989 +dW5kZQ== 12990 +YWNoZXM= 12991 +IHN0eWxlcw== 12992 +IGFwcsOocw== 12993 +b2t1 12994 +IFZpY2U= 12995 +xLFuxLF6 12996 +Y29tbQ== 12997 +IGFzc2lnbmVk 12998 +IGludGVyYWN0aW9ucw== 12999 +IGFjYWI= 13000 +RkVMSVBF 13001 +IHJlc2N1ZQ== 13002 +IGluZHVzdHJpZXM= 13003 +IEFuZHk= 13004 +IHByYWlzZQ== 13005 +IGZsYW1l 13006 +IHNuYWNr 13007 +7YI= 13008 +54E= 13009 +IHN3bw== 13010 +cmVuZGVy 13011 +IGJvYXJkcw== 13012 +INGC0L7QvA== 13013 +ZW5uZQ== 13014 +IHBhc3Rh 13015 +IGRldmls 13016 +IEZlbA== 13017 +IGhhdHRl 13018 +IGNvbGxlZw== 13019 +ZWg= 13020 +7Ls= 13021 +IHByb2R1Y3RpdmU= 13022 +Zm9yd2FyZA== 13023 +0LjQvw== 13024 +IHNtYXJ0cGhvbmU= 13025 +IGludmlz 13026 +IGJ1bQ== 13027 +IHdob2E= 13028 +7J6E 13029 +IG9ja3PDpQ== 13030 +IExhbmc= 13031 +IFN5cmlh 13032 +IHNlc2k= 13033 +zq/OsQ== 13034 +IGFwcHJvdmFs 13035 +NDg= 13036 +INC+0LTQuNC9 13037 +IOuW 13038 +IEhhcnI= 13039 +IEFkbWluaXN0 13040 +INek 13041 +IERlYW4= 13042 +Zmk= 13043 +IGNpdGl6ZW4= 13044 +IHNoYXJr 13045 +MDU= 13046 +IGJvaWw= 13047 +IGluZGljYXRl 13048 +5aE= 13049 +QXJl 13050 +IGxheW91dA== 13051 +IHJlZnI= 13052 +IFBhY2lmaWM= 13053 +QUFBQQ== 13054 +IEF1c3RyYWxpYW4= 13055 +Z3Jlc3Npb24= 13056 +Vm9pY2U= 13057 +0LDQu9GB0Y8= 13058 +IHNoZWx0ZXI= 13059 +VG8= 13060 +YXVwdA== 13061 +IGV2YWx1YXRpb24= 13062 +YXBvcg== 13063 +IGN1cnJlbmN5 13064 +INC80L3QvtCz0L4= 13065 +aWdvcw== 13066 +IG9jdA== 13067 +IHJveWFs 13068 +6LM= 13069 +YXNpbA== 13070 +IENoaWxkcmVu 13071 +IHJpZW4= 13072 +IOuTnOs= 13073 +IGJhcnJpZXI= 13074 +IGVqZW1wbG8= 13075 +IGVr 13076 +TkQ= 13077 +ZXNw 13078 +0LXQvdCw 13079 +IHBpYw== 13080 +IGtpbGxlcg== 13081 +IGludGVncmF0ZQ== 13082 +IGZld2Vy 13083 +IGRpc2FiaWxpdGllcw== 13084 +IC4uLi4= 13085 +IHRyaWFuZ2xl 13086 +IGZlZXM= 13087 +IHdpZGVseQ== 13088 +ZW1p 13089 +IG92ZXJ3aGVsbWluZw== 13090 +IHpvbWI= 13091 +IGJlcmU= 13092 +IGhvb2Q= 13093 +IEF5ZQ== 13094 +IEhhcnZhcmQ= 13095 +ZXY= 13096 +IM+Ezr/PhQ== 13097 +IGN1cHM= 13098 +IEF1Y2g= 13099 +em9uYQ== 13100 +IDE5OTA= 13101 +IHdlacOf 13102 +IGNydW5jaA== 13103 +5qU= 13104 +INC30LDQsg== 13105 +IG1lYXN1cmluZw== 13106 +IHN0YXRpb25z 13107 +IFN0ZXBoZW4= 13108 +IHNob3J0bHk= 13109 +IHNpZ25pbmc= 13110 +IGNvbWVkeQ== 13111 +b21v 13112 +IHN1Z2dlc3Rpb25z 13113 +IHNpZ25hdHVyZQ== 13114 +INC/0YDQuNCy 13115 +IGRpc29yZGVy 13116 +YXNrYQ== 13117 +IHdvcmxkcw== 13118 +IHByZWNpc2VseQ== 13119 +bm9ybQ== 13120 +cmF2 13121 +IENpdmls 13122 +SW50ZXI= 13123 +IENlcnRhaW4= 13124 +IGluanVyZWQ= 13125 +IHN1Z2dlc3Rz 13126 +IEdvbGRlbg== 13127 +IGN5YmVy 13128 +INi0 13129 +IHRlbXBvcmFyeQ== 13130 +IGNvb3Blcg== 13131 +IHZvdGVk 13132 +IG91Z2h0 13133 +4bqleQ== 13134 +eHVhbA== 13135 +IHBhbmVscw== 13136 +IDk1 13137 +IGhhbmRzb21l 13138 +INC/0YDQvtCy 13139 +IHBlcm1pdA== 13140 +IGtlaW4= 13141 +IGJhZGx5 13142 +IG5vdGlmaWNhdGlvbnM= 13143 +aXph 13144 +IE5vdGljZQ== 13145 +IGluY2x1c2l2ZQ== 13146 +IGFuc3dlcmluZw== 13147 +IO2X 13148 +dWxk 13149 +7YWM 13150 +IG5vd2FkYXlz 13151 +IDM3 13152 +IGJvbHQ= 13153 +IHN0YXRpYw== 13154 +IEhvcA== 13155 +IGF2YW50 13156 +YWpv 13157 +IOunm+yeiA== 13158 +IGZpZnR5 13159 +IEZpbmFs 13160 +IHNjb3Jlcw== 13161 +IFRhcA== 13162 +IGN5bA== 13163 +IGNvbnZpbmNl 13164 +IGFueXdheXM= 13165 +b2Rh 13166 +IOyVvA== 13167 +IHNlcnZlcw== 13168 +INGC0LDQutC+0Lk= 13169 +IFpvb20= 13170 +IHNhdmluZ3M= 13171 +dWxv 13172 +IHNvdXRoZXJu 13173 +dmlld2Vy 13174 +IGhvamU= 13175 +IHNlamE= 13176 +IHJlcHJlc2VudGluZw== 13177 +iOuNmA== 13178 +bGlr 13179 +IFNvbWVib2R5 13180 +IGJlYXN0 13181 +IHN0aWNraW5n 13182 +IGluc2lzdA== 13183 +IHRhbGVudGVk 13184 +IGV4cGxhaW5pbmc= 13185 +IGF0dG9ybmV5 13186 +IHN0YWlycw== 13187 +IERvZw== 13188 +7Ys= 13189 +IGNpZw== 13190 +IHNoYXBlZA== 13191 +IHNvbnM= 13192 +z4HOuQ== 13193 +dXR0 13194 +IOyU 13195 +IHBhcmFk 13196 +7J24642w 13197 +IGhvcm4= 13198 +IEpvdXI= 13199 +YW5ubw== 13200 +IHdvcmxkd2lkZQ== 13201 +IHBhcnRpY2lwYXRpb24= 13202 +poQ= 13203 +IG3Ds3c= 13204 +IGJ1cm5lZA== 13205 +IHdyaXRlcnM= 13206 +YWxsYWg= 13207 +IEZ1bmQ= 13208 +IGNsZXZlcg== 13209 +IExldXRl 13210 +Ymlu 13211 +IGJlYXRpbmc= 13212 +Zm9vdA== 13213 +IOybkA== 13214 +IFN0dWRpbw== 13215 +IHZhZw== 13216 +YmV5 13217 +cnpl 13218 +IG9wcG9zaXRpb24= 13219 +INC20LjQtw== 13220 +d2hv 13221 +IOqxtA== 13222 +IHRyYWNl 13223 +INC00LXQvdGM 13224 +IGVwaWQ= 13225 +IGdlc2No 13226 +IE5hcg== 13227 +IEJF 13228 +0YPQuQ== 13229 +IFNpZ24= 13230 +ZWRseQ== 13231 +IGNsYXk= 13232 +IGluc3RhbnRseQ== 13233 +IGdhdGhlcmluZw== 13234 +IEdhbGF4eQ== 13235 +IGJvcmVk 13236 +IEJ1ZGRo 13237 +Y8Op 13238 +IG1hbQ== 13239 +IHNsb3Bl 13240 +IOuLpOydjA== 13241 +IHNjaMO2bg== 13242 +IHBpcg== 13243 +Z2Vm 13244 +YW1lcg== 13245 +IGjDtg== 13246 +IGNvbGxlYWd1ZQ== 13247 +IHByZXNlbnRz 13248 +YWRpdW0= 13249 +IOCutQ== 13250 +IGZhbGFy 13251 +YmVlcA== 13252 +IGRyaWVk 13253 +aXNtcw== 13254 +IHJvcGU= 13255 +IHdvcmtzaG9w 13256 +IGVzdHVk 13257 +IGJhbmRz 13258 +IHRoZW1lcw== 13259 +2YrYsQ== 13260 +IHJlbWluZGVy 13261 +0YLRgw== 13262 +IEJo 13263 +IGNvY29udXQ= 13264 +INGB0YLQvg== 13265 +IENoYW5uZWw= 13266 +IGltbWlncmF0aW9u 13267 +w6Rz 13268 +Li4uLi4= 13269 +c3RvcA== 13270 +INC60LDRgA== 13271 +IGNvaW5z 13272 +INGH0LDRgQ== 13273 +IGRlc3RydWN0aW9u 13274 +bGluZWQ= 13275 +IGJhcnJpZXJz 13276 +YW50aW5l 13277 +IHByaW50ZWQ= 13278 +IGNvbmdyYXR1bGF0aW9ucw== 13279 +IEhlYXJ0 13280 +IGlucXU= 13281 +dGhh 13282 +IGhhcmRseQ== 13283 +IEF2ZW4= 13284 +IHRpbmhh 13285 +IFNvbnk= 13286 +IE5G 13287 +IGdyYWR1YXRlcw== 13288 +IHNxdWVlemU= 13289 +ZXJlbXk= 13290 +z4TOuQ== 13291 +IGVwaWM= 13292 +IEp1 13293 +IG9sbQ== 13294 +IExhdWdodGVy 13295 +IGJlbGllZnM= 13296 +IENydQ== 13297 +IFRydWU= 13298 +IFNvdWw= 13299 +b3dlZW4= 13300 +IHJvbWFudGlj 13301 +INC30LI= 13302 +IGFub3M= 13303 +IFl1cA== 13304 +ZGlt 13305 +IGluZmVy 13306 +INC30LDQvA== 13307 +IHNvYw== 13308 +dWth 13309 +IHByZWNpc2U= 13310 +IGRyb3BwaW5n 13311 +IGNsdWU= 13312 +IGVycm9ycw== 13313 +Y2hhcmdl 13314 +IFB1 13315 +b21ldGVy 13316 +IGxhbWJkYQ== 13317 +YWNpb25hbA== 13318 +IERvbmc= 13319 +IGNoYW1iZXI= 13320 +IHRoYW5rZnVs 13321 +IE51 13322 +IEhhd2Fp 13323 +IGluZm8= 13324 +IGFjdGl2YXRl 13325 +IFF1YWw= 13326 +IHF1ZWQ= 13327 +0YPQu9GM 13328 +IGNsb3Ro 13329 +IHdpY2h0aWc= 13330 +NTU= 13331 +IG90cmE= 13332 +b2dyYXBoZXI= 13333 +IGN1cmlvcw== 13334 +IDE5ODA= 13335 +IGVtcHJlcw== 13336 +ZGVzcw== 13337 +ZXVy 13338 +IGNsdXN0ZXI= 13339 +YXJ0ZXI= 13340 +b2JpbGU= 13341 +IFlhbg== 13342 +IEFkdg== 13343 +IGRpc2NpcGxpbmU= 13344 +IOygleuPhA== 13345 +IFBsYWNl 13346 +IFNlbGVjdA== 13347 +VEU= 13348 +INCx0YvQu9Cw 13349 +IHdoaXM= 13350 +IGJheQ== 13351 +IERvcg== 13352 +ZW5jaW5n 13353 +IHJlcGV0 13354 +IGZpY2Fy 13355 +cGFk 13356 +IGZvZw== 13357 +dXlvcg== 13358 +IHNuYXA= 13359 +aWJ0 13360 +IHNvYmll 13361 +IGFwcG9pbnRtZW50 13362 +IFJ5 13363 +IGNlaWxpbmc= 13364 +b3Vyc2U= 13365 +IHdyaXRlcw== 13366 +IEFmZ2hhbmlzdGFu 13367 +IG1vcw== 13368 +YXpl 13369 +IHBlbmFs 13370 +IGNyeXN0YWw= 13371 +SUNF 13372 +6rCQ 13373 +6Z8= 13374 +IFRlc2xh 13375 +IHRoZW9yaWVz 13376 +IGFwcGVhbA== 13377 +IG5ld3NwYXBlcg== 13378 +IGNvb2tpZXM= 13379 +5qk= 13380 +INin2YTZhA== 13381 +IG1hag== 13382 +IEdldHRpbmc= 13383 +a29tbWVu 13384 +IEhlYXZlbg== 13385 +ZWxscw== 13386 +IGRpdmluZQ== 13387 +xKs= 13388 +IGFrdA== 13389 +IGhvcGVz 13390 +IENoZW4= 13391 +d2VnZW4= 13392 +Kioq 13393 +IEZyYWdl 13394 +INC90Lg= 13395 +4Li5 13396 +bWluaXN0ZXI= 13397 +bmVzb3Rh 13398 +d2hpY2g= 13399 +IGV4cGxpY2l0 13400 +IHZlcmRhZA== 13401 +IGdyYWR1YXRlZA== 13402 +IFBoaWxpcHA= 13403 +UUw= 13404 +IE1J 13405 +IGRldm90 13406 +IGN1cmU= 13407 +IGNsb3Nlc3Q= 13408 +IMOE 13409 +IHNleHk= 13410 +IERlYXRo 13411 +b2tv 13412 +dWd1 13413 +IEFubmU= 13414 +aXRhcmlhbg== 13415 +ZXNh 13416 +0LXQs9C+0LQ= 13417 +IER1cg== 13418 +IDAwMA== 13419 +emVpdA== 13420 +IHRvdXJuYW1lbnQ= 13421 +IG1lbGhvcg== 13422 +4Liq 13423 +IGluZHU= 13424 +IGZsYXc= 13425 +IHdhcnM= 13426 +IE1pbmQ= 13427 +IElyb24= 13428 +0YLQsNC6 13429 +IFZS 13430 +IHNpeg== 13431 +IFNvdXRoZXJu 13432 +IOq3uOufrOs= 13433 +IGF3YWs= 13434 +IOyVng== 13435 +IGN1YmU= 13436 +YmVsaWV2YWJsZQ== 13437 +aWZhbGw= 13438 +ZGlz 13439 +IGFiYW5kb25lZA== 13440 +bWluZA== 13441 +IHBhcmw= 13442 +IGNsYXNzaWNhbA== 13443 +6Is= 13444 +4buZdA== 13445 +IEF1dG8= 13446 +IEJvcg== 13447 +56k= 13448 +NDAw 13449 +IFNvY2lldHk= 13450 +IHN1YnRsZQ== 13451 +IG1pc3Npb25z 13452 +IHJlbWVtYmVyZWQ= 13453 +IEVpdGhlcg== 13454 +IGRhZsO8cg== 13455 +T1JE 13456 +IGludGVuc2l0eQ== 13457 +RVNJTg== 13458 +IEN1cA== 13459 +IHJhcmVseQ== 13460 +IHRveXM= 13461 +IENoYXJsaWU= 13462 +4buf 13463 +IGdsYXViZQ== 13464 +IHJvdW5kcw== 13465 +VElO 13466 +IGNhcGFiaWxpdHk= 13467 +IGRlcml2YXRpdmU= 13468 +IHJlZmVycmluZw== 13469 +IGTDpQ== 13470 +IFRBTEk= 13471 +IGNvdHRvbg== 13472 +IGNvbmZlcg== 13473 +IGNvbHVtbnM= 13474 +IGxpYmVyYWw= 13475 +IG51bmNh 13476 +IM68zrU= 13477 +IGluZG8= 13478 +aWJlbg== 13479 +IEJlaXNwaWVs 13480 +IOq3uOughw== 13481 +INGD0Yc= 13482 +IGhveQ== 13483 +IGZyeQ== 13484 +IFNjb3R0aXNo 13485 +6Io= 13486 +IGNpdg== 13487 +IGNvbnNlcnZhdGl2ZQ== 13488 +IGFpcnBs 13489 +IHNhcg== 13490 +cnVz 13491 +IGludmVzdG1lbnRz 13492 +IGluZmluaXRl 13493 +IOCulQ== 13494 +IFRBTElFU0lO 13495 +IEdhcnk= 13496 +dWVsbA== 13497 +INCw0Lo= 13498 +IENpcg== 13499 +IHJpdHVhbA== 13500 +ID4+Pg== 13501 +IHRlbXB0 13502 +IFRlY2g= 13503 +IFBva2Vtb24= 13504 +IGltcHJvdmVtZW50cw== 13505 +IHNwYXJl 13506 +IHRyYW5zbGF0ZQ== 13507 +IHNvbnJh 13508 +IEZpbG0= 13509 +d29ydA== 13510 +INC80Lg= 13511 +IHBlcmlvZHM= 13512 +IGplYWxvdXM= 13513 +IHRpcg== 13514 +TUk= 13515 +IGNvbmR1Y3RlZA== 13516 +IOyViOuFlQ== 13517 +MDk= 13518 +IFBvbGl0 13519 +IFdoZXJlYXM= 13520 +IG1vaXN0dXJl 13521 +IHNpbnM= 13522 +IGthcA== 13523 +INGN0Lo= 13524 +IGJlbmlt 13525 +IGVsaW1pbmF0ZQ== 13526 +IGF0aGxldGVz 13527 +IE1hbmFnZXI= 13528 +IGZlYXR1cmVk 13529 +YXBvcmU= 13530 +IOuwnA== 13531 +IHBlcmY= 13532 +IFRodXM= 13533 +IGRlYnV0 13534 +0L7QsdGA 13535 +IHNlw7E= 13536 +IG15c3RlcmlvdXM= 13537 +d29yZHM= 13538 +lOqwgA== 13539 +IGNoZWNrcw== 13540 +IHZvbHVudGVlcg== 13541 +IHdhc2hpbmc= 13542 +IE1hcnZlbA== 13543 +IEFC 13544 +aXNzb3Jz 13545 +ISc= 13546 +IEZ1bGw= 13547 +eWVvbg== 13548 +IHdlaWdo 13549 +IEpPSE4= 13550 +IHZvcw== 13551 +IHByb2NlZHVyZXM= 13552 +IGFkZHJlc3NlZA== 13553 +IEJlcmxpbg== 13554 +cHV0ZXI= 13555 +IEJhbg== 13556 +IG1lZGljYXRpb24= 13557 +IGRyb25l 13558 +INGD0LE= 13559 +IEplYW4= 13560 +IGNhcHM= 13561 +IGRpc2FwcG9pbnRlZA== 13562 +IHdvcmU= 13563 +IOq1rQ== 13564 +IG9yZ2FuaXpl 13565 +IEhhbGxvd2Vlbg== 13566 +IGZhbnRhc3k= 13567 +eWFyZA== 13568 +IG5vc290cm9z 13569 +IGp1bXBlZA== 13570 +IHBob3RvZ3JhcGh5 13571 +IE5hbWU= 13572 +cmVj 13573 +QUI= 13574 +IGJsZXNzaW5n 13575 +IFNodXQ= 13576 +IGJpdHRlcg== 13577 +cG9w 13578 +IGRlaQ== 13579 +IGZ1bGZpbGw= 13580 +IGRlbmdhbg== 13581 +IGJlbG8= 13582 +IE1lYW53aGlsZQ== 13583 +IGRlcG9pcw== 13584 +IGRpYWJldGVz 13585 +IGJ1bmQ= 13586 +IFplYWxhbmQ= 13587 +IGRpZ2VzdA== 13588 +IHRpcmVz 13589 +IGRvZA== 13590 +YWduZQ== 13591 +4bq/dA== 13592 +IHBlZWw= 13593 +INC30LDQsQ== 13594 +IG5vZGVz 13595 +IHRyZW5kcw== 13596 +IFN3aXRjaA== 13597 +IEF3YXJk 13598 +IE9yaWc= 13599 +IEhhbA== 13600 +IGVzdGFz 13601 +IDM2MA== 13602 +IHNpbXVsdA== 13603 +IGNvbWlj 13604 +IG3DoA== 13605 +IGJhbGFuY2Vk 13606 +IFByaW5jZXNz 13607 +IGtpbG9tZXRlcnM= 13608 +4bup 13609 +IHBhcnRpcg== 13610 +7KSR 13611 +c29mdA== 13612 +IFZpZXc= 13613 +IGJpb2xvZ2ljYWw= 13614 +aW5zdA== 13615 +NDQ= 13616 +IG1hbmVyYQ== 13617 +IGNvbXByZWhlbnNpdmU= 13618 +IFNhYg== 13619 +IGNyaW1lcw== 13620 +eWVycw== 13621 +IENvbXBhbnk= 13622 +IFBob3Q= 13623 +IHBvdWNv 13624 +aWFj 13625 +IGJlaW0= 13626 +aW5hdGU= 13627 +IHN1YnNlcXU= 13628 +IE1heW9y 13629 +IGNlbnR1cmllcw== 13630 +w6hyZXM= 13631 +7J6W7JWE7JqU 13632 +IOq3uOufvA== 13633 +IEZyYXU= 13634 +IE9I 13635 +IOuBnQ== 13636 +IE5haA== 13637 +IFNlcmllcw== 13638 +IG92ZXJuaWdodA== 13639 +7ZKI 13640 +IOKAog== 13641 +IHRyYXZl 13642 +YXR0ZXJlZA== 13643 +IHdhcnJp 13644 +IEdydW5k 13645 +IEluZG9uZXM= 13646 +IHNjcmE= 13647 +b2J5 13648 +IEJyb29r 13649 +IGN1cnM= 13650 +IOu4 13651 +IGV4cGxhaW5z 13652 +cmFtYXRpYw== 13653 +IHBhcnRpY2lwYXRpbmc= 13654 +IG1pbnV0 13655 +IGNvbnRyYWN0cw== 13656 +IGdlZ2Vu 13657 +IGRpc2FwcGVhcmVk 13658 +IFNO 13659 +IHJvYnVzdA== 13660 +YXBo 13661 +IHNocmlt 13662 +IGRldmFzdA== 13663 +Y29wZQ== 13664 +IG1lZXRz 13665 +IHBlYWNlZnVs 13666 +bWF0ZQ== 13667 +IHdlbGQ= 13668 +INeq 13669 +ZG9u 13670 +0YPRgtGM 13671 +IHJlZ2lzdGVyZWQ= 13672 +IE5paw== 13673 +amlu 13674 +IGNhdg== 13675 +IGVjaHQ= 13676 +aW94 13677 +IGZsb3dpbmc= 13678 +0L3QvtGB0YLQuA== 13679 +IHRvZQ== 13680 +IGVudGl0eQ== 13681 +0L7QstCw 13682 +Zml0cw== 13683 +IFBhdHJpY2s= 13684 +0YLRgA== 13685 +IGxldmVyYWdl 13686 +IGNvcnJlbA== 13687 +aWFo 13688 +IHN0cmluZ3M= 13689 +aXN0aW5jdA== 13690 +IGd1ZQ== 13691 +YXJjaHk= 13692 +IHRlbmdv 13693 +xLFtxLF6 13694 +IG9yYml0 13695 +INC10YnRkQ== 13696 +Y2FrZQ== 13697 +INec15Q= 13698 +IE1pbm5lc290YQ== 13699 +IGJyYWtl 13700 +b3dpZQ== 13701 +IGNyYXc= 13702 +6riw66W8 13703 +IHByb2dyYW1tZQ== 13704 +INGB0LvRg9GH 13705 +aWVuY2Vz 13706 +IE91aQ== 13707 +IFBlcnM= 13708 +aW1pZW50bw== 13709 +IEludmVzdA== 13710 +IHNsb3dlcg== 13711 +IEJldGg= 13712 +IG51cnNl 13713 +IFNwcmluZw== 13714 +U3A= 13715 +IHVuZW1wbG95 13716 +0LTQuA== 13717 +IGdlbml1cw== 13718 +IEFhcm9u 13719 +IOq3uOufrA== 13720 +IGVp 13721 +IHRhbmtz 13722 +IGF1am91cmQ= 13723 +IGNvbXBsZXhpdHk= 13724 +INGA0LXRiA== 13725 +IG9sZGVzdA== 13726 +IGxldHo= 13727 +IHBoZW5vbWVub24= 13728 +cHJpbnQ= 13729 +IEJ1bmRlcw== 13730 +aXRhdA== 13731 +6ruY 13732 +IDQy 13733 +IFdp 13734 +IGluY29t 13735 +IGdlaw== 13736 +IGVtYnJhY2U= 13737 +IHRpZXM= 13738 +b3V0ZQ== 13739 +IGRvc2U= 13740 +IEZyaWVuZHM= 13741 +0YvRgg== 13742 +0LXQs9C+0LTQvdGP 13743 +IG9yZw== 13744 +hOuhnA== 13745 +w7Nn 13746 +IGV4Y2VlZA== 13747 +IGdvZHM= 13748 +IOqxsOyYiOyalA== 13749 +IHNvY2lldA== 13750 +IFVuaXZlcnM= 13751 +aXTDpHQ= 13752 +IHdvcmRlbg== 13753 +IHNtb2tpbmc= 13754 +IGludGVucw== 13755 +YWJ1bA== 13756 +ZW1pYQ== 13757 +6JE= 13758 +NDc= 13759 +Zmx5 13760 +IDIwMDY= 13761 +IFNlcmlvdXNseQ== 13762 +IHByemV6 13763 +5rw= 13764 +Y3Jl 13765 +IG5hbg== 13766 +IG1vZGVz 13767 +0L7QstCw0YLRjA== 13768 +IEhhbmc= 13769 +ZW1lbg== 13770 +IGJlbmVmaWNpYWw= 13771 +IHZvdGVycw== 13772 +IEJyb2Fk 13773 +IGJlbnQ= 13774 +V293 13775 +IG11bA== 13776 +IFVD 13777 +IGRhbWFnZWQ= 13778 +IFVrcmFpbmU= 13779 +IHdpcGU= 13780 +IHN0b25lcw== 13781 +IG1hbmFnZXJz 13782 +IHJhYg== 13783 +0YHRgtGA0L4= 13784 +bGF0 13785 +IGRlY2U= 13786 +IGdyYXBoaWM= 13787 +IGZvc3M= 13788 +IGRpc2FncmVl 13789 +IEFtZW4= 13790 +IHNlY3JldHM= 13791 +aG9sZQ== 13792 +aW5rbGU= 13793 +IGZvcnR1bmF0ZQ== 13794 +IOyx 13795 +7JyE 13796 +IGhhYml0cw== 13797 +IGJ1cmllZA== 13798 +IGhpbg== 13799 +IHZpcnR1YWxseQ== 13800 +b2xhcw== 13801 +IFJQ 13802 +IFRhYg== 13803 +bG93 13804 +IHNhY3JpZmlj 13805 +IGVzdGltYXRlZA== 13806 +b2xu 13807 +2Ys= 13808 +Y3Vy 13809 +IEZlZWw= 13810 +IGNhc3RsZQ== 13811 +IHVzZWxlc3M= 13812 +IGRpc2c= 13813 +IEphY29i 13814 +IGdhYW4= 13815 +IHVwc2lkZQ== 13816 +IHBhcmVjZQ== 13817 +IHNoaXBwaW5n 13818 +IENS 13819 +IGRpc3J1cHQ= 13820 +YWN0ZXI= 13821 +VU5E 13822 +ZnU= 13823 +IFBpY2s= 13824 +IENoYXJs 13825 +IEJ1bGw= 13826 +IGVudGVycHJpc2U= 13827 +IHB1bmlzaG1lbnQ= 13828 +YWNraW5n 13829 +IGZyYWN0aW9u 13830 +IHRhYmxldA== 13831 +IGNob3Jk 13832 +IHNpbWlsYXJseQ== 13833 +IFRvcm9udG8= 13834 +IGNvdXJ0cw== 13835 +xJ9s 13836 +ZXN6Y3pl 13837 +IHByb25vdW4= 13838 +IFNpc3Rlcg== 13839 +IE1Q 13840 +IGdyZWF0bHk= 13841 +IERhbms= 13842 +aWNvcA== 13843 +IGdhcmJhZ2U= 13844 +IHJlc29sdmU= 13845 +IFNhZg== 13846 +IEd1bg== 13847 +IGNvbXBvdW5k 13848 +IOuwsA== 13849 +IE11c2lr 13850 +4pmr 13851 +IGNoYW9z 13852 +IFdoZW5ldmVy 13853 +IGV1cm9z 13854 +IG9yY2hlc3Q= 13855 +IHJlZnJpZ2Vy 13856 +YWxhbg== 13857 +4Li3 13858 +IEFtYXppbmc= 13859 +IHB1ZA== 13860 +YWdhbg== 13861 +IGplc3pjemU= 13862 +aXN5 13863 +IGFjY3VyYWN5 13864 +IEFtYQ== 13865 +aXNvZGU= 13866 +64yA 13867 +IGludGVycHJldGF0aW9u 13868 +IExpYmVy 13869 +5rc= 13870 +Y2Ft 13871 +IGV2b2x2ZWQ= 13872 +IEtheQ== 13873 +0YbRiw== 13874 +IGNyZWF0b3I= 13875 +aXRhcw== 13876 +IGFsYXJt 13877 +IGNlbGVicmF0aW9u 13878 +emVudA== 13879 +IGZ1bmNpb24= 13880 +IG92 13881 +dW1ibGluZw== 13882 +ICU= 13883 +4LiI 13884 +IHJlc3RyaWN0aW9ucw== 13885 +INC90LDQsg== 13886 +IEtpbmRlcg== 13887 +IGJhbmFuYQ== 13888 +0YzRjw== 13889 +IGRpYW1ldGVy 13890 +IG5vcnRoZXJu 13891 +dXJlcnM= 13892 +IFBhcw== 13893 +IHdvcmtmb3JjZQ== 13894 +IGp1bmc= 13895 +IGd1YXJhbnRl 13896 +IGVxdWlsaWI= 13897 +IHN1aXRl 13898 +IGV1cm8= 13899 +IGRlbGliZXI= 13900 +U3Rl 13901 +IGRvd250b3du 13902 +IGNoaW4= 13903 +IGNvZGVz 13904 +ZWRpYQ== 13905 +IHNoZWVw 13906 +cmVzaG9sZA== 13907 +d25pZQ== 13908 +w7Ni 13909 +IHVuZGVybHlpbmc= 13910 +bGlh 13911 +amVy 13912 +z4DPjA== 13913 +550= 13914 +dGhyb3A= 13915 +IHphcA== 13916 +IHZhY3V1bQ== 13917 +IEhhYg== 13918 +IHdyYXBwZWQ= 13919 +7KI= 13920 +IGludmVudG9yeQ== 13921 +0LzQsA== 13922 +IGNvb3Jk 13923 +IHBsYXRlcw== 13924 +IHN5bW0= 13925 +VGU= 13926 +IHfFgmHFm25pZQ== 13927 +IHJlYWNoZXM= 13928 +IGxvbmVseQ== 13929 +U2NyaXB0 13930 +bGVl 13931 +ZXNzZXI= 13932 +IOqxuA== 13933 +IEdlc2No 13934 +IE1vdmluZw== 13935 +IHLDqXA= 13936 +IFZpbGw= 13937 +IFJhY2hlbA== 13938 +IHRlbW9z 13939 +T05F 13940 +IHN0cmFpbg== 13941 +IGFuZ2Vs 13942 +IGbDpQ== 13943 +VHI= 13944 +IGFjaG8= 13945 +IGhpZ2hsaWdodHM= 13946 +IFdlcg== 13947 +IENhcmw= 13948 +IGJsdXI= 13949 +IHJlZ2FyZHM= 13950 +wrc= 13951 +0LjQu9GB0Y8= 13952 +IHJlY3Jl 13953 +IFlhbmk= 13954 +VUNL 13955 +oLg= 13956 +IGVsZWN0cm9ucw== 13957 +IFNwaWVs 13958 +IHZlZA== 13959 +2r4= 13960 +IGJlYW0= 13961 +IGlkaW90 13962 +65Ok 13963 +0L3QsNGH 13964 +aWRk 13965 +IHNraQ== 13966 +aXRhdGl2ZQ== 13967 +IGh5cG90aGVz 13968 +ZW50ZXI= 13969 +IOyVhOuLiOs= 13970 +IGlocmU= 13971 +IHByZXZpZXc= 13972 +YW5nZWw= 13973 +IGRlbW9u 13974 +IGR1cw== 13975 +IGRpYw== 13976 +IEtvbQ== 13977 +TEVZ 13978 +Li4uIQ== 13979 +IHNpZWh0 13980 +IFNvbmlj 13981 +IHRlbmhv 13982 +YW5hcw== 13983 +IGRpZ2l0 13984 +IE1hYXI= 13985 +IHVuZGVyZ3JhZA== 13986 +b3VuY2Vy 13987 +dWZmeQ== 13988 +IGNvbnZlcnNpb24= 13989 +IGRpc2Nvbm5lY3Q= 13990 +IGVjaG8= 13991 +b21lcg== 13992 +IGN1cnJpY3VsdW0= 13993 +IHBlcmNow6k= 13994 +IHdhbmQ= 13995 +Li4/ 13996 +IHJvbGxlZA== 13997 +IGVudHJlcHJlbmV1cg== 13998 +IHRoZW9yZXQ= 13999 +INGJ0L4= 14000 +IGluc2lnaHRz 14001 +IHp1c2FtbWVu 14002 +b2lu 14003 +cmV0dA== 14004 +cHJvZHU= 14005 +IHZpc2l0b3Jz 14006 +ZW91cw== 14007 +IGdyYW5kbW90aGVy 14008 +IGh1bW9y 14009 +INC90LjRhQ== 14010 +emVuaWE= 14011 +aW5zb24= 14012 +IHJlc2V0 14013 +IGJhc2ViYWxs 14014 +IG1hdGNoaW5n 14015 +64uk6rCA 14016 +IHB1bnRv 14017 +7KE= 14018 +IHJlZGU= 14019 +IGFkZHJlc3Npbmc= 14020 +IGZvcmVjYXN0 14021 +IEJvbA== 14022 +IGNvbG9yZWQ= 14023 +IGRvY3VtZW50YXRpb24= 14024 +IGV4cGVjdGF0aW9u 14025 +IE5vcnRoZXJu 14026 +IGNyZW8= 14027 +IOCumg== 14028 +Zm9u 14029 +IHVuc2VyZQ== 14030 +VU0= 14031 +IGNvcGllcw== 14032 +IGV4cGFuZGVk 14033 +IHZldGVyYW5z 14034 +IEFsbQ== 14035 +INCy0L7QvtCx0YnQtQ== 14036 +IHBzeWNob2xvZ2ljYWw= 14037 +IG5vc3Nv 14038 +IHBheW1lbnRz 14039 +aW1ldGVycw== 14040 +IC0tPg== 14041 +IEplbm5pZmVy 14042 +IHZvbHVudGVlcnM= 14043 +b3NzZQ== 14044 +b3Jpb3Vz 14045 +INCx0YvQu9C4 14046 +6II= 14047 +IEVzcw== 14048 +d3M= 14049 +IEJD 14050 +IElD 14051 +V29tYW4= 14052 +IHZvbnQ= 14053 +IGV0aG5pYw== 14054 +RU5O 14055 +0LjQvNC+ 14056 +IGxvYg== 14057 +IG91aQ== 14058 +Y3M= 14059 +IHJlaGU= 14060 +IOyggQ== 14061 +IGNoaWNr 14062 +w7pzaWNh 14063 +IGtvbnQ= 14064 +IERpc3RyaWN0 14065 +IHBpbGU= 14066 +INCw0LI= 14067 +0LXQudGB0YLQsg== 14068 +IMKj 14069 +IGlzc3VlZA== 14070 +INC60L7QvNC/ 14071 +IHByb3NwZXI= 14072 +IHByb2ZvdW5k 14073 +IERlYXI= 14074 +IGZ1bmRlZA== 14075 +IGJpc2E= 14076 +npjr 14077 +158= 14078 +IOydmA== 14079 +IHR3ZWx2ZQ== 14080 +IENoYW1waW9ucw== 14081 +0YHQuw== 14082 +IDIwMDU= 14083 +cG0= 14084 +IG9uZGU= 14085 +IGRpZmbDqQ== 14086 +IENoYWxs 14087 +IGRpZmZpY3VsdGllcw== 14088 +IGdhcmFnZQ== 14089 +IGTDoQ== 14090 +w7xuaw== 14091 +IOusvA== 14092 +IHRyYW4= 14093 +IHN1Ym1pdHRlZA== 14094 +enc= 14095 +2YjYpw== 14096 +IGFyaw== 14097 +IOyEsQ== 14098 +IGdyb2Nlcnk= 14099 +0L7QvdCw 14100 +aWVyZQ== 14101 +IGFlc3Q= 14102 +IGV4aGliaXRpb24= 14103 +IHLDqXM= 14104 +IGNvbnNpc3RlbmN5 14105 +IGNvb2tpZQ== 14106 +0L3QtdC5 14107 +IHJlcGxhY2VtZW50 14108 +IFNlbQ== 14109 +IOyCrOyaqQ== 14110 +ODAw 14111 +IGdlbmVz 14112 +IHRyYW5zYWN0aW9u 14113 +IEVM 14114 +IGR1cmFudGU= 14115 +aWJsZXM= 14116 +IEVhdA== 14117 +dGFpbA== 14118 +aXNzYW5jZQ== 14119 +IHRvc3M= 14120 +IHN1cnZpdmVk 14121 +IG9mZmljZXM= 14122 +IHN1cHBvcnRpdmU= 14123 +V2hlcmU= 14124 +IHRvdXRlcw== 14125 +IOuniQ== 14126 +IGpva2Vz 14127 +aWVyb24= 14128 +YXBlcnM= 14129 +IG1hdHVyZQ== 14130 +IE1hcnNo 14131 +IHNpZG8= 14132 +a2luZA== 14133 +IHJlYWxtZW50ZQ== 14134 +IENoZWY= 14135 +IHF1ZWxxdWU= 14136 +IGp1ZGdlcw== 14137 +ZWZ0 14138 +RVJT 14139 +IGpldA== 14140 +IHBlcnNvbnM= 14141 +6Ls= 14142 +aXphdGlvbnM= 14143 +cmlr 14144 +IHNob3Bz 14145 +IFd5 14146 +IGVsZWc= 14147 +cXXDqA== 14148 +cXVvaQ== 14149 +IGp1Z2E= 14150 +IO2VnOuyiA== 14151 +IFF1ZXN0aW9u 14152 +IEdsb2JhbA== 14153 +IOyVveqwhA== 14154 +IFN0YXRpb24= 14155 +IE9oaW8= 14156 +IHN0aWNreQ== 14157 +IHN0cmVzc2Vk 14158 +IGfDvG4= 14159 +IO2d 14160 +0YHRgtGD0L8= 14161 +IFBoRA== 14162 +aW1tZXI= 14163 +IG1lbnRvcg== 14164 +IGludmVudGVk 14165 +IHJldW4= 14166 +IGluZXZpdA== 14167 +IHBvbMOtdA== 14168 +IGV4ZWN1dGU= 14169 +IFN0b3J5 14170 +IG91dHN0YW5kaW5n 14171 +IGd1ZXI= 14172 +IFJhaW4= 14173 +IGNob3Nlcw== 14174 +IFRpdA== 14175 +INGB0LXRgA== 14176 +IFNpbmdhcG9yZQ== 14177 +IE5vbmU= 14178 +IGNocm9uaWM= 14179 +sOuNsA== 14180 +IGVnbw== 14181 +RVNU 14182 +IFdhbmc= 14183 +IE5BVA== 14184 +IGF1Zw== 14185 +IGRlc2t0b3A= 14186 +IGV0ZXJuYWw= 14187 +IOyCrOyLpA== 14188 +IENvbnN0aXR1dGlvbg== 14189 +7IKs6w== 14190 +15nXnA== 14191 +cHJlcw== 14192 +INCi0Ys= 14193 +IGludGVyZg== 14194 +IGxpc3Rz 14195 +IGZpZ2h0cw== 14196 +ZnRlbg== 14197 +IElvd2E= 14198 +IG1vdGl2YXRlZA== 14199 +IEhvc3A= 14200 +IGVsc2V3aGVyZQ== 14201 +IHBhdGhz 14202 +IGluc3RhbmNlcw== 14203 +Qmw= 14204 +cmFuZ2U= 14205 +4bux 14206 +IFNpdA== 14207 +bWFuYQ== 14208 +IOyLnOyekQ== 14209 +IG3DrG5o 14210 +YW5zYXM= 14211 +IHNuYQ== 14212 +IHBoaWxvc29waA== 14213 +IHBhc3Nl 14214 +xrDhu51p 14215 +YWto 14216 +ZW50YWw= 14217 +IGlobg== 14218 +cnVjdG9y 14219 +INCy0LDRiA== 14220 +IGdlbmVyb3Vz 14221 +IHBpdm90 14222 +0L/QvtC7 14223 +IGphbWFpcw== 14224 +IGNvbWVudA== 14225 +IExldw== 14226 +b2R6aQ== 14227 +IFhib3g= 14228 +INCy0L7QtA== 14229 +IGNvbnNlbnQ= 14230 +ieyepQ== 14231 +IGRpc3Bhcg== 14232 +bGFzcw== 14233 +IEdvdmVybm9y 14234 +QmVpZmFsbA== 14235 +IOqwnA== 14236 +IGJlbG92ZWQ= 14237 +16DXlQ== 14238 +c2VsbA== 14239 +IGhvbm9yZWQ= 14240 +bGVo 14241 +IHfDpHJl 14242 +dW50aW5n 14243 +IGZyYXVk 14244 +IFJBTQ== 14245 +6rG4 14246 +IGtpbGxz 14247 +IGVjb25vbWljcw== 14248 +MDQ= 14249 +0L/QtdGA 14250 +IGNvaXNhcw== 14251 +INC40LPRgA== 14252 +w61t 14253 +IG3DtmNodGU= 14254 +IOy1nA== 14255 +IHN0aW11bA== 14256 +IGZhc3Rlc3Q= 14257 +bHY= 14258 +IGfDqW4= 14259 +IFNvdW5kcw== 14260 +IDE5NzA= 14261 +IGhvbWV3b3Jr 14262 +c3BlYWtpbmc= 14263 +IGVuY291cmFnaW5n 14264 +IHF1ZXJ5 14265 +IHJldmVycw== 14266 +cHJvZml0 14267 +IGR5 14268 +IOyekQ== 14269 +64qU642w7JqU 14270 +IHNvYXA= 14271 +IEdhbGw= 14272 +IENO 14273 +IEFucw== 14274 +IGZpYw== 14275 +YW5rcw== 14276 +IGRlc3NlcnQ= 14277 +IOyggO2drA== 14278 +IE1ha2luZw== 14279 +IGNvbWXDpw== 14280 +6rOE 14281 +IGFzc29jaWF0aW9u 14282 +RGFk 14283 +aGVl 14284 +IGhvZ3k= 14285 +IGFwcm8= 14286 +IGludmlzaWJsZQ== 14287 +QW1lcmljYW4= 14288 +7Y4= 14289 +IHZpYmU= 14290 +IGVtaXNzaW9ucw== 14291 +IGFkdm9jYXRl 14292 +IGtpY2tlZA== 14293 +IHZlbA== 14294 +IHN1bW1hcg== 14295 +IGZyZWFraW5n 14296 +Y2hyb24= 14297 +IHBpbmNo 14298 +IHdzenlzdGs= 14299 +aXNjYWw= 14300 +IHByb3ZlZA== 14301 +IG1pbmRmdWw= 14302 +IHTDpA== 14303 +IG5vaXNlcw== 14304 +IGlzb2xhdGVk 14305 +IGNyb3NzZWQ= 14306 +IOqwlQ== 14307 +IHZvaWzDoA== 14308 +IGNob3Jl 14309 +IFJB 14310 +Q29t 14311 +IHJlbGF4ZWQ= 14312 +YXRybw== 14313 +IHByZXZlbnRpb24= 14314 +Vm9pY2VvdmVy 14315 +T0Q= 14316 +IENvdmlk 14317 +IHNlcGFyYXRpb24= 14318 +IC1b 14319 +0LjRh9C10LPQvg== 14320 +IFNE 14321 +YmxlZXA= 14322 +IGluZGVwZW5kZW5jZQ== 14323 +IHBhcnRpYWw= 14324 +IGFsZ29yaXRobXM= 14325 +IEFueW9uZQ== 14326 +IGFzc29jaWF0ZQ== 14327 +aHVt 14328 +aWN1bGFy 14329 +IGLhuqFu 14330 +IGJhdHRsZXM= 14331 +R29vZA== 14332 +QXBwbGF1c2U= 14333 +IGJhc3RhbnRl 14334 +IGFkdmFudA== 14335 +IFN3ZWV0 14336 +IHJlZnVzZWQ= 14337 +INGC0LXQsdC1 14338 +cGxldA== 14339 +IGVuY291cmFnZWQ= 14340 +IG1pcmFjbGU= 14341 +IEJ1bg== 14342 +IFZhcg== 14343 +cmltaW5hdGlvbg== 14344 +ZWxlY3Q= 14345 +IE11bHQ= 14346 +IGRlbGl2ZXJpbmc= 14347 +ZWluZw== 14348 +IGNt 14349 +bmVobWVu 14350 +IExpbmU= 14351 +IOunjA== 14352 +ZW5jZWQ= 14353 +IFNvdW5k 14354 +IENvbnRpbg== 14355 +aWpk 14356 +VU5H 14357 +a2xl 14358 +IHRocmVzaG9sZA== 14359 +IGNvbXBhY3Q= 14360 +YWR0 14361 +IHRvZXM= 14362 +IFB1cg== 14363 +b3duZWQ= 14364 +bWVudGVk 14365 +IGRlc2lnbmluZw== 14366 +IHZhY2NpbmF0ZWQ= 14367 +IGV4aGF1c3Q= 14368 +IGJhc2ljcw== 14369 +IGNvbnNpc3Rz 14370 +IEd1eQ== 14371 +YWN6eQ== 14372 +IG3DrQ== 14373 +d29u 14374 +IDg1 14375 +5oI= 14376 +IG11bQ== 14377 +IGlnbm9y 14378 +IHByaW50aW5n 14379 +YWN1bGFy 14380 +cG93 14381 +IGV4cGFuZGluZw== 14382 +IGdpcg== 14383 +IENhYg== 14384 +7Zi4 14385 +0YLRjNGB0Y8= 14386 +IOyXrOufrOu2hA== 14387 +IGFuZ2xlcw== 14388 +IHRlcm1pbmFs 14389 +IFdvbg== 14390 +IEludGVyZXN0aW5n 14391 +IGNyb3NzaW5n 14392 +IGJvbmRz 14393 +IHB1ZWRlbg== 14394 +IG9yYg== 14395 +bGFyxLFu 14396 +IGNyZWVweQ== 14397 +IG51dHJpdGlvbg== 14398 +IGFsbGllcw== 14399 +IHdpcmVsZXNz 14400 +IGRlc2lyZWQ= 14401 +IGNvbXB1dGU= 14402 +IEFyaXpvbmE= 14403 +IEJlYXV0aWZ1bA== 14404 +IHByb2R1Y2Vz 14405 +IG51ZXN0cm8= 14406 +dGVk 14407 +IGVsaWdpYmxl 14408 +INGB0L7Qtw== 14409 +aWNpYWw= 14410 +IEhlcm8= 14411 +IGNvbnN1bWU= 14412 +IHJvYm90cw== 14413 +IHB1cmNoYXNlZA== 14414 +Y2Npw7Nu 14415 +IGl6 14416 +xrDhu6Nj 14417 +zq/Ovc6xzrk= 14418 +INij2YY= 14419 +IHNoYWRvd3M= 14420 +IE1lZGlh 14421 +IHByaW5jZXNz 14422 +IGtsYXI= 14423 +IHdvb2Rlbg== 14424 +IHVzYXI= 14425 +IGfDvHplbA== 14426 +IHNsb3Q= 14427 +cmFkZQ== 14428 +IOuS 14429 +IGhhcm1vbg== 14430 +IGluZ3JlZGllbnQ= 14431 +b3JzaGlw 14432 +ZWtp 14433 +IGdyYW5kZmF0aGVy 14434 +IGV4Y2l0ZW1lbnQ= 14435 +IHBvbGl0aWNpYW5z 14436 +Li4h 14437 +IG91dHM= 14438 +IHNlcGFyYXRlbHk= 14439 +INGP0Lo= 14440 +IFdlbHQ= 14441 +IFBvdw== 14442 +amFu 14443 +IG9yaWVudGF0aW9u 14444 +TEM= 14445 +YWdlbQ== 14446 +24zaug== 14447 +IGJyYW5jaGVz 14448 +YWRlbg== 14449 +cmVudGU= 14450 +IElocg== 14451 +YXNt 14452 +IGVzdMOjbw== 14453 +IE5pYw== 14454 +IHNsYXZl 14455 +IGNvbXByZXNz 14456 +Y3Jvd2Q= 14457 +IGNsaW1iaW5n 14458 +IE1hbmFnZW1lbnQ= 14459 +IEJhaA== 14460 +IHBhbmlj 14461 +IGtvcg== 14462 +IGNvb2xpbmc= 14463 +IGJpbmQ= 14464 +INC30LDQtA== 14465 +IHJhY2s= 14466 +IGVudGl0 14467 +IHNlbmRz 14468 +IHlvdXJzZWx2ZXM= 14469 +ZGVz 14470 +IE11c2xpbXM= 14471 +IO2a 14472 +aXNtYQ== 14473 +Y3ljbGU= 14474 +dW5rdA== 14475 +IENvcmU= 14476 +IGluanVyaWVz 14477 +IGlkZW50aWNhbA== 14478 +0LrQsNGP 14479 +IERldXRzY2hsYW5k 14480 +INC10LU= 14481 +aXNhbg== 14482 +IHRydWM= 14483 +bGV0b24= 14484 +IGJhY2t1cA== 14485 +IHVsdHJh 14486 +IGFidW5k 14487 +aWxsZXVycw== 14488 +IGJ5xYJv 14489 +b3J0ZWQ= 14490 +IGVhcnRocXU= 14491 +INC60Ls= 14492 +IG9ic2VydmF0aW9u 14493 +IG1haW50ZW5hbnQ= 14494 +ZWxlbg== 14495 +IHNldHRsZWQ= 14496 +IHBlbGE= 14497 +IEVjb25vbQ== 14498 +INU= 14499 +IHN0ZWVyaW5n 14500 +IEFMTA== 14501 +IENoZXI= 14502 +IHBhdGllbmNl 14503 +IFNub3c= 14504 +IGJvcg== 14505 +IHdvcnRoeQ== 14506 +IGPDoWk= 14507 +INen 14508 +IM66zrE= 14509 +ZG9n 14510 +IEthcmVu 14511 +aWxsZXM= 14512 +zrI= 14513 +IGFncmljdWx0dXJl 14514 +15XXnw== 14515 +IFNlYW4= 14516 +IHNlbnNvcnM= 14517 +7ZW06w== 14518 +YWdo 14519 +IHB1YmxpY2x5 14520 +IHBldXg= 14521 +IEFsZXhhbmRlcg== 14522 +IHByaW9yaXQ= 14523 +IGxhenk= 14524 +YXJkb24= 14525 +YXR0ZXJpbmc= 14526 +IGNvc3R1bWU= 14527 +2LPYqg== 14528 +IHVudw== 14529 +0Js= 14530 +IHRoaWNrbmVzcw== 14531 +cXVpdG8= 14532 +Z3VudA== 14533 +aXN0YXM= 14534 +bmV5cw== 14535 +IOuQmOqyjA== 14536 +IEJyYXNpbA== 14537 +IHRva2Vu 14538 +IGFmZmlsaQ== 14539 +bG9u 14540 +IGbDpXI= 14541 +IEJlYWNo 14542 +IHdpdGNo 14543 +IFNldmVu 14544 +IHBhbnQ= 14545 +zrvOuw== 14546 +IGNhcHRhaW4= 14547 +5Z0= 14548 +IHZldXQ= 14549 +IHBvdXZvaXI= 14550 +YWN6 14551 +IEJhcmI= 14552 +IHV0aWxpdHk= 14553 +IGNvbnRlbXBvcmFyeQ== 14554 +IG9idGFpbmVk 14555 +IHBhaW50aW5ncw== 14556 +ZWFy 14557 +IHBlYW4= 14558 +IE9n 14559 +IGN1c3Q= 14560 +0LvQtdC8 14561 +gpjr 14562 +IElzc28= 14563 +IGFjb250ZQ== 14564 +IFRlbGU= 14565 +IEFzc2lzdGFudA== 14566 +w4k= 14567 +7ZaI7Iq164uI64uk 14568 +IGNvdW50cw== 14569 +IGJ1Y2s= 14570 +IERlZXA= 14571 +IHRhY2tsZQ== 14572 +IGhhcnNo 14573 +IGRlY2lkZXM= 14574 +LuKAiw== 14575 +IEFuZ2Vs 14576 +IGxheWluZw== 14577 +IGNhbG9yaWVz 14578 +IGNvbnRyb2xsaW5n 14579 +IGFkdmFudGFnZXM= 14580 +INGN0YLQvtC5 14581 +IGFwcHJvYWNoaW5n 14582 +IHRocmVhdHM= 14583 +YWthbg== 14584 +ZW1hdGlj 14585 +bWFubg== 14586 +6rO1 14587 +bXVtYmxlcw== 14588 +YWNpw7M= 14589 +IG1haW50YWluaW5n 14590 +IGZvdW5kZXI= 14591 +bGFo 14592 +ZmlnaHQ= 14593 +IGFkbWl0dGVk 14594 +4oCmLg== 14595 +lYw= 14596 +YWJvbA== 14597 +IHVzYWdl 14598 +IG5vbnNlbnNl 14599 +IFBhbGVzdA== 14600 +IGNvbnRyZQ== 14601 +IERlbW9jcmF0aWM= 14602 +IEVS 14603 +amVrdA== 14604 +IGFyYml0 14605 +INCz0L7Quw== 14606 +IE1pY2hlbGxl 14607 +aWNoZXI= 14608 +ZXNo 14609 +IFBobw== 14610 +0LrQvtC8 14611 +NDk= 14612 +IEVuZXJneQ== 14613 +zr/PjQ== 14614 +IGNlbnRz 14615 +IHJlZmVycw== 14616 +IGdvc3BlbA== 14617 +IFNoYQ== 14618 +IFNoYXJl 14619 +15nXoA== 14620 +IGNsaW5pYw== 14621 +IOuEow== 14622 +IGVxdWFsaXR5 14623 +dWdz 14624 +IHNoZWQ= 14625 +IHBsYW5lcw== 14626 +IHRvdXRl 14627 +cmVjaw== 14628 +IHN0cmFuZA== 14629 +IGJpb2xvZ3k= 14630 +IGxlYWd1ZQ== 14631 +IFBvaw== 14632 +IG7Dum1lcm8= 14633 +IENvYXN0 14634 +IGNvbnNpc3RlbnRseQ== 14635 +IG51Y2xl 14636 +T09PTw== 14637 +IG9iamV0 14638 +IGNob3I= 14639 +IGdpbmdlcg== 14640 +IGRhYmVp 14641 +IGNvb3BlcmF0aW9u 14642 +4K+NLg== 14643 +bnRlbg== 14644 +56Q= 14645 +bMOg 14646 +7JaR 14647 +cmFkbw== 14648 +IHBhc3NpdmU= 14649 +IGdsb3Zlcw== 14650 +IHVuZGVyZ3JvdW5k 14651 +IGxvZ2ljYWw= 14652 +IGtldA== 14653 +IGZ1bmN0aW9uYWxpdHk= 14654 +uOumrA== 14655 +IHBvcnRhbA== 14656 +ZWxsZXI= 14657 +15nXqA== 14658 +IFRlZA== 14659 +IEdyZQ== 14660 +kJw= 14661 +IHBlcnNvbm5lbA== 14662 +IGVtZXJnaW5n 14663 +IEbDvHI= 14664 +IG1lYW50aW1l 14665 +dXNhbGVt 14666 +IENsZWFy 14667 +IHRyYXBwZWQ= 14668 +IOyasA== 14669 +IGRpc3Bs 14670 +IG1ldHRyZQ== 14671 +IG11bmljaXA= 14672 +IHdpdGhkcmF3 14673 +IHNwYXQ= 14674 +dW5lcw== 14675 +IGFjY2Vzc2liaWxpdHk= 14676 +IGFwYXJl 14677 +IHByb3NwZWN0 14678 +INC90LDQtw== 14679 +IGNvcHBlcg== 14680 +IFBSTw== 14681 +z4XPhA== 14682 +IGF0dGFja2luZw== 14683 +IFZpbg== 14684 +IFN0b25l 14685 +IGludmVzdGlnYXRl 14686 +c3R5bGU= 14687 +IM67 14688 +66Gd 14689 +66eI 14690 +IGluc3BlY3Q= 14691 +IGxpdmVy 14692 +0LDQu9C40YHRjA== 14693 +IHNlcmE= 14694 +aGFsdGVu 14695 +ZW1hbg== 14696 +IG1pbmlzdHJ5 14697 +Jyc= 14698 +IGRvdHM= 14699 +44WL44WL44WL44WL 14700 +0YPRgdGC 14701 +IEphaw== 14702 +QUtF 14703 +IGdhcHM= 14704 +dWNrZXI= 14705 +INC40L3RgtC10YDQtdGB 14706 +IEVtaWx5 14707 +IGludGVydmFs 14708 +IHRlbmRlcg== 14709 +IFRlY2hub2xvZ3k= 14710 +Z2FtZQ== 14711 +IHRyaWI= 14712 +2YTYpw== 14713 +IERldmVsb3BtZW50 14714 +2YXYpw== 14715 +IHdyaXN0 14716 +IGZpcmVz 14717 +IHRhcmdldGVk 14718 +7KCQ 14719 +IHNvZA== 14720 +7ZqM 14721 +IG9sZHXEnw== 14722 +IHNlYXNvbnM= 14723 +dmVudGlvbnM= 14724 +INC90LXQs9C+ 14725 +IHNvbWV0aW1l 14726 +0LvQuNCy 14727 +bsOp 14728 +IHTDug== 14729 +IERldXM= 14730 +IGV4ZWN1dGlvbg== 14731 +w6Fw 14732 +IENoYW5nZQ== 14733 +IEluZGVlZA== 14734 +IHJlZ3VsYXRpb24= 14735 +IEh1bmc= 14736 +w6lpcw== 14737 +IHdpc2hlcw== 14738 +IGpheno= 14739 +IHN0cnVjdHVyYWw= 14740 +IGJsb3dpbmc= 14741 +IGJ5xIc= 14742 +IHRoZXJtYWw= 14743 +cGhhbnQ= 14744 +0YDRg9C3 14745 +0LDQvdGC 14746 +IFB1bGw= 14747 +IGNvbmZ1c2lvbg== 14748 +0L3Ri9C80Lg= 14749 +IHNjZW5hcmlvcw== 14750 +7KCB7Jy866Gc 14751 +INC00LXRgg== 14752 +IHRhdHRvbw== 14753 +IGF1dHJl 14754 +IGhlYXRpbmc= 14755 +IHRyZWF0aW5n 14756 +INC/0L7QvdC40Lw= 14757 +IGV4Y2x1cw== 14758 +IExPTA== 14759 +d2Vhcg== 14760 +YWdsZQ== 14761 +IHp1csO8Y2s= 14762 +IHJhdGlvbmFs 14763 +c3U= 14764 +IGRldGVy 14765 +IE5hdGl2ZQ== 14766 +4K6V4K6z 14767 +YWNoZWQ= 14768 +IOOD 14769 +IEVudG9uY2Vz 14770 +IGhvcmE= 14771 +7J207JeQ7JqU 14772 +IGxpdGU= 14773 +w6s= 14774 +IHNpeHRo 14775 +INCx0L7Qu9C10LU= 14776 +YWN0b3I= 14777 +IHBzeWNob2xvZ3k= 14778 +IGRlbWFuZHM= 14779 +IHBlZXI= 14780 +IG5ld2x5 14781 +IFdXRQ== 14782 +RG9uYWxk 14783 +IEJveA== 14784 +IHBpbmU= 14785 +IGxvYWRpbmc= 14786 +IE5pY28= 14787 +IHPFgg== 14788 +b21tZQ== 14789 +QVJU 14790 +IHJlY3J1aXQ= 14791 +IGJ1Z3M= 14792 +YXJlbnRz 14793 +INC/0YDQvtCx 14794 +IEluc2lkZQ== 14795 +aXBwZXI= 14796 +ZHJhbWF0aWM= 14797 +IHBsYW5ldHM= 14798 +b3JkZQ== 14799 +IHlvZ2E= 14800 +Y2hpbGQ= 14801 +IE1hcmll 14802 +IEJM 14803 +IGZpbG1lZA== 14804 +IHJlZnJlc2g= 14805 +IHRvbWF0b2Vz 14806 +IGZldA== 14807 +UXXDqQ== 14808 +ICEh 14809 +IOuCtOs= 14810 +cmluZQ== 14811 +IGludGVyYWN0aXZl 14812 +c2Fs 14813 +YW5uYWg= 14814 +cGV6 14815 +IHVuZGVyc3RhbmRz 14816 +IFRva3lv 14817 +IGxpYnJhcmllcw== 14818 +IHJlYWRlcg== 14819 +kZA= 14820 +b3o= 14821 +IEVuZGU= 14822 +IEZsbw== 14823 +IG1pbGQ= 14824 +IHBvZXRyeQ== 14825 +INC20LjQsg== 14826 +IGJlaGF2ZQ== 14827 +IGRvZW4= 14828 +IFN1c2Fu 14829 +cGFnZQ== 14830 +cmFoYW0= 14831 +IGNvbW11bmljYXRpb25z 14832 +IHR1bmluZw== 14833 +IHBhYw== 14834 +IGFueGlvdXM= 14835 +SU8= 14836 +TWFyaw== 14837 +IGhpw6c= 14838 +Ym9va3M= 14839 +IHBpc3M= 14840 +IGVuYWJsZWQ= 14841 +YWNoZWxvcg== 14842 +IEZPUg== 14843 +IMOpYw== 14844 +IFRS 14845 +aWxzdA== 14846 +aGF0 14847 +IOydjA== 14848 +IHR5Y2g= 14849 +IGphcg== 14850 +IGJ1aWxkcw== 14851 +IEFyZ2VudA== 14852 +IGludGVybWVkaQ== 14853 +IGxvdQ== 14854 +IGFyYQ== 14855 +IGFzc2lnbm1lbnQ= 14856 +IGNhYmluZXQ= 14857 +IHJldGlyZW1lbnQ= 14858 +IGRpc2FibGVk 14859 +cmljYQ== 14860 +IGF3YXJkcw== 14861 +IGJvb3Rz 14862 +IGFja25vd2xlZA== 14863 +IHRoeQ== 14864 +IOq1rA== 14865 +IHN5bmQ= 14866 +0L3QuNC5 14867 +aWx0b24= 14868 +IHByb2Js 14869 +IEZhbA== 14870 +IHZlcmRhZGU= 14871 +IDcwMA== 14872 +IExlYXJuaW5n 14873 +b2N1cw== 14874 +IHBhbGFjZQ== 14875 +Tm90 14876 +dGFpbg== 14877 +Y20= 14878 +IG1hZ25ldA== 14879 +aW5jb2xu 14880 +IGZpZ3VyaW5n 14881 +IEx5bg== 14882 +IEJvc3M= 14883 +IFZP 14884 +IGRpYWdub3Npcw== 14885 +IGVxdWlwcGVk 14886 +d2F0Y2g= 14887 +aW5vcw== 14888 +YWRlcnM= 14889 +IHNoZWxm 14890 +IG9yZ2FuaXM= 14891 +IG5vZA== 14892 +IGvEsXo= 14893 +cHBlcnM= 14894 +IHJlc3RvcmU= 14895 +IGFydGlj 14896 +IFZvaWNl 14897 +xLF5b3J1bQ== 14898 +6rKp 14899 +IHNwcmVhZGluZw== 14900 +IGhpcHM= 14901 +IHdhcmQ= 14902 +dXJlYXU= 14903 +IGludGVyc2VjdGlvbg== 14904 +NjY= 14905 +IDM5 14906 +57M= 14907 +IHdhaXRlZA== 14908 +7LQ= 14909 +aGhoaA== 14910 +IGR5cw== 14911 +IEVO 14912 +IGJhdGNo 14913 +IGNhZg== 14914 +IG1hcmtlcg== 14915 +b3JhYmxl 14916 +w7NyaWE= 14917 +IHN0ZXBwZWQ= 14918 +IGNlbGVicmF0aW5n 14919 +0LDQvdCw 14920 +IHdvcm4= 14921 +IEZvbA== 14922 +IHBsYQ== 14923 +IGF0dGVtcHRz 14924 +IHR3ZWV0 14925 +IHJ1c3Q= 14926 +Z2VuY2U= 14927 +7Ya1 14928 +IHJldmVs 14929 +IHJlY2VwdA== 14930 +ZW5lc3M= 14931 +ICgo 14932 +IeKAiw== 14933 +IOyGkA== 14934 +IGluZmx1ZW5jZWQ= 14935 +0LjQtg== 14936 +INC60L7QvdC10YfQvdC+ 14937 +IGNvbGxlZ2Vz 14938 +aW9uaQ== 14939 +IHNhZw== 14940 +QW5u 14941 +b2xhcg== 14942 +IGV4cHJlc3Npb25z 14943 +IHN1aXRz 14944 +IG93bmVyc2hpcA== 14945 +ZWxhbmQ= 14946 +cGllY2U= 14947 +IGRlc3B1w6lz 14948 +IHRlbA== 14949 +IGluc3VsdA== 14950 +IOq1ieyepQ== 14951 +IFNtYWxs 14952 +IEZS 14953 +b2th 14954 +YmVycmllcw== 14955 +IEFudG9u 14956 +0LXQu9GP 14957 +0Y/RgQ== 14958 +IHZhbHZl 14959 +YWN0cw== 14960 +IHdvb2Rz 14961 +4K6j 14962 +IGN1bHRpdg== 14963 +IGbDoQ== 14964 +IGNoZWVycw== 14965 +IGFzc3VtcHRpb24= 14966 +IGZpdG5lc3M= 14967 +w61jdWw= 14968 +IHBvZHI= 14969 +IHdlaXQ= 14970 +IEhpbmQ= 14971 +IGRpZ24= 14972 +INC30L0= 14973 +IHNxdWFk 14974 +IGRlc3Rybw== 14975 +Y2VyZQ== 14976 +c2hpcnQ= 14977 +aW1tdA== 14978 +ZW5nZXJz 14979 +IHPDpA== 14980 +a8WCYWQ= 14981 +IMiZ 14982 +IG9jY2Fz 14983 +IOykhA== 14984 +IHByb2Nlc3Nvcg== 14985 +IERN 14986 +IERhZGR5 14987 +IHNvb25lcg== 14988 +IHN0cmFpZ2h0Zm9yd2FyZA== 14989 +IGRlcGFydG1lbnRz 14990 +IENocm9tZQ== 14991 +IHdvcmtwbGFjZQ== 14992 +IFB5dGhvbg== 14993 +IG1lbmc= 14994 +IERBTg== 14995 +IEljZQ== 14996 +IOuIiA== 14997 +IEdp 14998 +IGhpcmluZw== 14999 +IGxhbmRlZA== 15000 +IGRlbW9jcmF0aWM= 15001 +aWVkeg== 15002 +IHNldg== 15003 +aWNpYQ== 15004 +IGVzcGVjaWFs 15005 +IE5vdXM= 15006 +IGjDpHQ= 15007 +IGJvdQ== 15008 +cGVydA== 15009 +aWVzeg== 15010 +IHZpbA== 15011 +xZtsaQ== 15012 +IMOubg== 15013 +IGxvc3Nlcw== 15014 +IHRvYXN0 15015 +IHJlYWxt 15016 +IEF1c3Rpbg== 15017 +IEluZm9ybWF0aW9u 15018 +IHJlc3VtZQ== 15019 +IGNoYXNl 15020 +IHNhbGFyeQ== 15021 +IOu2hA== 15022 +0LvQuNGH 15023 +INGB0LvQtdC0 15024 +IEZ1cnRoZXI= 15025 +IGNhcmluZw== 15026 +IHZpZw== 15027 +IHZhbG9y 15028 +INGH0LA= 15029 +IGFuYWx5dGljcw== 15030 +IGdsb2Jl 15031 +IE1BTg== 15032 +IG5lbA== 15033 +7J207JW8 15034 +n7w= 15035 +IG95 15036 +7ZWY7IS47JqU 15037 +amVu 15038 +IHRyb3VibGVz 15039 +YWhhaGE= 15040 +IGNodXJjaGVz 15041 +dWV0 15042 +IG1lYXN1cmVtZW50cw== 15043 +Ymls 15044 +7L0= 15045 +aWZ1bGx5 15046 +0LjQvdGD 15047 +IFdpbHNvbg== 15048 +prQ= 15049 +IO2MjA== 15050 +IOywqA== 15051 +IHDDumJsaWM= 15052 +IEplcnVzYWxlbQ== 15053 +IG5haWxz 15054 +IHNwaW5l 15055 +IGhlbW9z 15056 +IHpu 15057 +cXVpcw== 15058 +IExlYmVu 15059 +IHJlZmVyZW5jZXM= 15060 +SVRI 15061 +aXBlcg== 15062 +INGB0LXQsdGP 15063 +7IE= 15064 +IFdh 15065 +c3RhdGU= 15066 +p50= 15067 +IEdlbmVy 15068 +IGFjdHJlc3M= 15069 +IEVuam95 15070 +4LmD 15071 +INeS 15072 +IGluZmVjdGVk 15073 +IHNoYWtpbmc= 15074 +IG5pY2s= 15075 +4Li4 15076 +IGZvdA== 15077 +IGFjY29tcGxpc2hlZA== 15078 +dWtl 15079 +IHNoZWV0cw== 15080 +IGZlbmNl 15081 +IG51cnNpbmc= 15082 +IGludHJvZHVjaW5n 15083 +IGZlYXQ= 15084 +T25l 15085 +VE8= 15086 +IGNsdWJz 15087 +IEJydWNl 15088 +b25nZQ== 15089 +Y2hhbmdl 15090 +IEJhdG1hbg== 15091 +IE9mZmljZXI= 15092 +IGh5ZHJv 15093 +IHN1cHBsZW1lbnQ= 15094 +IGNlbGE= 15095 +IGxvbmdlc3Q= 15096 +IGNvbXBldGluZw== 15097 +IGNvbmhl 15098 +Z2l2aW5n 15099 +IGJyYWlucw== 15100 +IGxvYW5z 15101 +IHdhZ2U= 15102 +IENsaW50b24= 15103 +IHPEgw== 15104 +YW5lb3Vz 15105 +IGxvcmQ= 15106 +0YDRg9C2 15107 +IHF1aXo= 15108 +IHN0aWZm 15109 +IExHQg== 15110 +c3o= 15111 +TUU= 15112 +bWFyZQ== 15113 +dGhlcmU= 15114 +IG7DpHI= 15115 +IE1hbmQ= 15116 +bGFzdA== 15117 +IGRhZw== 15118 +IGhhbGZ3YXk= 15119 +IEJhbmQ= 15120 +IOuLpOyLnA== 15121 +IEFyZW4= 15122 +IGlsZQ== 15123 +UE4= 15124 +ZW50bw== 15125 +IGFsZ3Vt 15126 +IHNvY2Nlcg== 15127 +IGJsb2NrZWQ= 15128 +IEpvbmF0aGFu 15129 +IHNldw== 15130 +IFRlc3RhbWVudA== 15131 +IHZhbGU= 15132 +IGJlaGF2aQ== 15133 +IGNvbm5h 15134 +SUNI 15135 +IGF1ZGllbmNlcw== 15136 +bWw= 15137 +YW1tYWQ= 15138 +IOyCtOw= 15139 +SUdI 15140 +IHJhY2Vz 15141 +ZW1lZA== 15142 +IG3hu5l0 15143 +w68= 15144 +IG92ZXJz 15145 +IGRlY2xhcmVk 15146 +IHNhbmE= 15147 +IFVuYQ== 15148 +INGA0LU= 15149 +dWNrcw== 15150 +IHBhaXJz 15151 +IGFuZ2U= 15152 +TmU= 15153 +IHVwcw== 15154 +YXZ5 15155 +w7hy 15156 +cmVlaw== 15157 +IGJlaGF2aW9ycw== 15158 +IHJlZmxlY3RlZA== 15159 +IHByaW9yaXRpZXM= 15160 +IGNvbmR1 15161 +IHJldHJlYXQ= 15162 +IGV4cGVuc2Vz 15163 +IOu0kA== 15164 +IHRyaXBsZQ== 15165 +IOq1ieyepe2eiA== 15166 +w6RsdA== 15167 +IGluZGlnZW5vdXM= 15168 +IG1pbmluZw== 15169 +IGFjY2VwdGFibGU= 15170 +IHJ1aW4= 15171 +Q0E= 15172 +dWluZQ== 15173 +IHBpcGVsaW5l 15174 +Y3RpYw== 15175 +w6p0 15176 +INCy0YHQtdCz0L4= 15177 +IGJvdW4= 15178 +IERpZ2l0YWw= 15179 +IEJvb20= 15180 +0YbQtQ== 15181 +INC70YPRhw== 15182 +IGFzYw== 15183 +jIDroZw= 15184 +IEdvb2RieWU= 15185 +IHJlbmRlcg== 15186 +ZW5leg== 15187 +YXJyZQ== 15188 +IFRIQVQ= 15189 +Ym91cg== 15190 +aWNpw7Nu 15191 +RXZlcnk= 15192 +IHdpcmVz 15193 +IFBhcmxpYW1lbnQ= 15194 +bnVuZw== 15195 +YXRldXI= 15196 +IFNhdmU= 15197 +IFBoeXM= 15198 +IGFtb3I= 15199 +IEV2ZQ== 15200 +IGZyaWdodA== 15201 +IGdhbW1h 15202 +IG1pY3Jvcw== 15203 +bWl0dA== 15204 +IENvZGU= 15205 +IEJleQ== 15206 +cGxlZA== 15207 +INC40YHQv9C+0LvRjNC3 15208 +55c= 15209 +7IOJ 15210 +IG1vbmV0 15211 +IEphaHJl 15212 +IGx1eHVyeQ== 15213 +IGRlYWY= 15214 +IGJldHJheQ== 15215 +IOqysA== 15216 +0LjQutC4 15217 +IGRlZmVhdGVk 15218 +IHVuZGVydA== 15219 +IHdlZw== 15220 +IGNvb2xlcg== 15221 +aWFtaQ== 15222 +IEplc3NpY2E= 15223 +IEpveQ== 15224 +IHNvcGhpc3RpYw== 15225 +0LXQvdC40Lg= 15226 +8J2Y 15227 +IGNoaWxp 15228 +IFR5cGU= 15229 +IHByb3RlaW5z 15230 +IHByZXNlbnRpbmc= 15231 +YWxpYQ== 15232 +7Jq4 15233 +IE1ham9y 15234 +IG1vbGVjdWxl 15235 +dW1lcg== 15236 +IGNvbGxhcHNl 15237 +IEFueXdheXM= 15238 +IE1vdW50YWlu 15239 +YW50ZWQ= 15240 +44CQ 15241 +INCy0LjQtNC10L4= 15242 +QXVk 15243 +IGNvbnF1 15244 +IHZvbGw= 15245 +IGtuaXQ= 15246 +IG1lbWJy 15247 +IE1hcmtldA== 15248 +IGRhcmk= 15249 +IGNhbGN1bGF0ZWQ= 15250 +0LPQuA== 15251 +IHNocmltcA== 15252 +IE11 15253 +INC/0YDQvtGC 15254 +IOyYgeyDgQ== 15255 +IHByb2R1Y3Rpdml0eQ== 15256 +IGNvZ25pdGl2ZQ== 15257 +IEhlYg== 15258 +aWN0aW9ucw== 15259 +6rK9 15260 +IGNyw6k= 15261 +ZsO2cg== 15262 +IHByYXlpbmc= 15263 +YXNoaQ== 15264 +IFRpaw== 15265 +w7Ny 15266 +d2Vu 15267 +0YzRjg== 15268 +aXhv 15269 +ICgi 15270 +INGC0LXQuw== 15271 +IOyWtOuWpA== 15272 +INC/0LXRgNC10LQ= 15273 +IERyaXZl 15274 +44CR 15275 +IEVxdQ== 15276 +IGVxdWlsaWJyaXVt 15277 +IGRlc2NyaWJlcw== 15278 +0L3QtdC1 15279 +NDI= 15280 +IEN1cnJlbnQ= 15281 +eXk= 15282 +IGFic29yYg== 15283 +IHNvbGRpZXI= 15284 +ZGVycw== 15285 +IHRlc3RpbW9ueQ== 15286 +IGRlY2xpbmU= 15287 +nOuhnA== 15288 +Z2FnZQ== 15289 +IGluc3BpcmU= 15290 +bGFwcGluZw== 15291 +IHNwaW5uaW5n 15292 +IHNsYXZlcnk= 15293 +IGZhY2lhbA== 15294 +IHRyYWRpdGlvbnM= 15295 +w6FyaW9z 15296 +IEhvc3BpdGFs 15297 +IG5lc3Q= 15298 +IOuIhA== 15299 +IHRvaQ== 15300 +IGZlYXJz 15301 +7IWo 15302 +IE11aA== 15303 +IGdyYWR1YXRpb24= 15304 +IGltcGFjdGVk 15305 +IGF1bnQ= 15306 +IExldHM= 15307 +IGFsdW1pbnVt 15308 +IGRvbWluYW50 15309 +IERhdmlz 15310 +IE5hdnk= 15311 +IGNvbXB0 15312 +b3BsZXM= 15313 +IGVzdGF2YQ== 15314 +6KU= 15315 +IHNjYWw= 15316 +IHByZXNlcnZl 15317 +IE9wcA== 15318 +IHByYWN0aWNhbGx5 15319 +IG1hZ25pdHVkZQ== 15320 +IGZpdHRpbmc= 15321 +IGNvb3JkaW5hdGU= 15322 +IGZ1cm5pdHVyZQ== 15323 +IEZhbWls 15324 +IGV4cGxvc2lvbg== 15325 +IGRvY3VtZW50YXJ5 15326 +IFNjcmlwdA== 15327 +IHBvcnRyYXk= 15328 +bWF0 15329 +IHNjaGVkdWxlZA== 15330 +IGR5bmFtaWNz 15331 +cGh5 15332 +YWt5 15333 +IFVJ 15334 +Q2hl 15335 +IGNvbnRpbnVvdXNseQ== 15336 +IFByb3Y= 15337 +0YPQtw== 15338 +cmFo 15339 +IGdlcm5l 15340 +cHJvb2Y= 15341 +IHNlY3JldGFyeQ== 15342 +IFBhdHJlb24= 15343 +c2NyZWFt 15344 +IEtpZHM= 15345 +4buTaQ== 15346 +IGtn 15347 +IHVuY2VydGFpbnR5 15348 +INC60LDQttC0 15349 +IG1pdGln 15350 +IHJlYWRz 15351 +IFJ1 15352 +IHByaWVzdA== 15353 +INC90LXQtA== 15354 +IGxpbWl0YXRpb25z 15355 +IGZsb2F0 15356 +NjAw 15357 +IFRveQ== 15358 +IEppbW15 15359 +IG9mZmVuc2l2ZQ== 15360 +ZW5p 15361 +IFhp 15362 +IGV5ZWJy 15363 +IFR1cms= 15364 +IGFjY2lkZW50YWxseQ== 15365 +IG9obmU= 15366 +IFNhdWQ= 15367 +OTU= 15368 +IER1dGNo 15369 +0LDQvdGB 15370 +IFNlYXR0bGU= 15371 +IOuTsQ== 15372 +Y2hlY2s= 15373 +a8SZ 15374 +IGNvbnRyaWJ1dGlvbnM= 15375 +IGJlc2lkZQ== 15376 +IHF1aW5kaQ== 15377 +IGZsZXc= 15378 +2LDYpw== 15379 +IExP 15380 +IHdhaXN0 15381 +IEVW 15382 +IGhvbGlkYXlz 15383 +am9u 15384 +IG1pc3VuZGVy 15385 +0Y/QvQ== 15386 +IGJvdXQ= 15387 +IGRpbWlu 15388 +4bq9 15389 +w7Ns 15390 +IEdyYWNl 15391 +IGlucHV0cw== 15392 +IGRlbnk= 15393 +IGZvcm1pbmc= 15394 +IEJpbGQ= 15395 +IGFkZXF1 15396 +IGZvbGs= 15397 +IHJlamVjdGVk 15398 +c2VtYg== 15399 +IGZydXN0cmF0ZWQ= 15400 +b3Blbg== 15401 +IEJldHRlcg== 15402 +aWxvbg== 15403 +IHRvd2Vs 15404 +IGRpZmZlcmVudGlhbA== 15405 +IHNhY3JlZA== 15406 +IHNhaWw= 15407 +ZW50aW1lcw== 15408 +IGdlbnRsZW1hbg== 15409 +IGljb25pYw== 15410 +IGNvbXBhcmluZw== 15411 +IHNhZ3Q= 15412 +IHRleHRz 15413 +IGdyYW5kbWE= 15414 +IHJvbGxz 15415 +IGNvbnRlbnRz 15416 +0L7RgdGB 15417 +IHN1c3BlbnNpb24= 15418 +cm9pdA== 15419 +prw= 15420 +IGFzc2V6 15421 +IGRvcnQ= 15422 +IE1hdGg= 15423 +IFZpY3Rvcg== 15424 +IEphdmFTY3JpcHQ= 15425 +IGVuaGFu 15426 +xZk= 15427 +IEJ1c2g= 15428 +IHByb21vdGlvbg== 15429 +IGtpbg== 15430 +IG1vbnN0ZXJz 15431 +IENvbG9yYWRv 15432 +IM6y 15433 +7ZW07JqU 15434 +aWZmZXJlbnQ= 15435 +IG5ha2Vk 15436 +IHByb2Q= 15437 +ZXRpY3M= 15438 +IFdvbWFu 15439 +IHRyZWF0bWVudHM= 15440 +IGVzdG95 15441 +dsOp 15442 +IGxpZnRpbmc= 15443 +IHlhcHQ= 15444 +IFJvYmVy 15445 +IOy5nA== 15446 +IHN1YnN0aXR1dGU= 15447 +YWt1 15448 +cmlkZ2U= 15449 +IOqxsOs= 15450 +IHJlc3BvbmRlZA== 15451 +IGLDqQ== 15452 +IEVuZ2luZWVy 15453 +IHRyYW5zZmVycmVk 15454 +67I= 15455 +IGhhYmVy 15456 +b29w 15457 +IFdF 15458 +IHZlc3Q= 15459 +IGZvcnR5 15460 +IERT 15461 +IDIwMDQ= 15462 +IGNvYWNoaW5n 15463 +bm9t 15464 +IEJhYg== 15465 +IG5vc3Nh 15466 +IEpha2U= 15467 +IGd5 15468 +IGRlbGVn 15469 +IOyeoA== 15470 +INC60YDQsNGB 15471 +IHN0YW5kcG9pbnQ= 15472 +IGRpc2Fk 15473 +IGFydHdvcms= 15474 +QWQ= 15475 +aWxsbw== 15476 +IMSRxrDhu6Nj 15477 +IFByb20= 15478 +IExpYg== 15479 +IGNyaXRpY2lzbQ== 15480 +IGNvbnRhY3Rz 15481 +0YDQsNC8 15482 +IGFjaGlldmVtZW50 15483 +0JTQsA== 15484 +IGRpc3NvbA== 15485 +IFZlZ2Fz 15486 +IHN0cmVhbXM= 15487 +IEtlbnQ= 15488 +INi52YTZiQ== 15489 +IHJhZGl1cw== 15490 +IHN1Y2tz 15491 +IEFjaA== 15492 +IGZp 15493 +b3VzdA== 15494 +INC70Y7QtNC4 15495 +IHBhbGV0dGU= 15496 +IEhheg== 15497 +IEFudGhvbnk= 15498 +IHRlbWE= 15499 +IENvcw== 15500 +IHNhZmVy 15501 +zrHPgg== 15502 +IGNvbnRyYWQ= 15503 +IG1haW9y 15504 +IGluZmxhdGlvbg== 15505 +IFNpbHZlcg== 15506 +IGF0dGVuZGluZw== 15507 +7ZWc7YWM 15508 +YXJ0bw== 15509 +IGFwcGxhdWRpbmc= 15510 +IGNvbXB1dGluZw== 15511 +IEhhdA== 15512 +5rs= 15513 +a25vdw== 15514 +bWFrZXJz 15515 +IGNvbm9j 15516 +IGVkdWNhdGVk 15517 +IG1vZGlmaWVk 15518 +IGluY2x1c2lvbg== 15519 +bWVudGFs 15520 +npA= 15521 +aXNpYQ== 15522 +IM+Azr/PhQ== 15523 +IGF1bg== 15524 +IElyZWxhbmQ= 15525 +IGvDtg== 15526 +IGNvbXBsaWFuY2U= 15527 +IGluc3BpcmluZw== 15528 +0LjRgtC10LvRjNC90L4= 15529 +IGRpc3Bvcw== 15530 +7LCo 15531 +IHdpcA== 15532 +cmljYWw= 15533 +cmF3ZA== 15534 +IHRyZXM= 15535 +IG1vYmls 15536 +b2x1dGlvbnM= 15537 +Qk8= 15538 +IGJvdW5jZQ== 15539 +IGFzc3VtZWQ= 15540 +IE1lZGljYWw= 15541 +IGZpc2NhbA== 15542 +IG5nxrDhu51p 15543 +aXRpb25hbGx5 15544 +IHN0b2xlbg== 15545 +IEJN 15546 +IG1lY2hhbmlzbXM= 15547 +zrXOrw== 15548 +IHF1YWxpZmllZA== 15549 +IOyekOs= 15550 +dWdodGVycw== 15551 +IEhJVg== 15552 +IExvdHM= 15553 +IHNlcnZlcnM= 15554 +IGNhcnI= 15555 +IFRvZ2V0aGVy 15556 +IGF0dHJhY3RlZA== 15557 +IGty 15558 +dGh1cg== 15559 +aW5pbg== 15560 +IEhhbGY= 15561 +yJs= 15562 +IFBhcA== 15563 +IHJlbWluZGVk 15564 +QUxM 15565 +IGhlbG1ldA== 15566 +IGJvdHRsZXM= 15567 +IHByb2Zlc3NvcnM= 15568 +IHNlaW5l 15569 +xYLEhQ== 15570 +IOqxsOyVvA== 15571 +INei15w= 15572 +ZnVu 15573 +IEJpcmQ= 15574 +IGZpZ2h0ZXI= 15575 +IOuUsOs= 15576 +IFRvb2w= 15577 +IHRpbg== 15578 +aW5vaXM= 15579 +67aE 15580 +15nXnw== 15581 +IENBUg== 15582 +aXJzdHk= 15583 +IG91dGRvb3I= 15584 +IE5T 15585 +44WO 15586 +ZmZlbg== 15587 +IGx1ZA== 15588 +SGVsbG8= 15589 +IHJvbGxlcg== 15590 +aWVsZQ== 15591 +IFBvbGFuZA== 15592 +IGFwYQ== 15593 +ZXhw 15594 +IGNlcnRpZmljYXRl 15595 +IFRvd24= 15596 +0LDRjtGC0YHRjw== 15597 +aWxkZQ== 15598 +IGRldGVybWlu 15599 +UFI= 15600 +IGZyZWV6ZQ== 15601 +IG1haW5zdHJlYW0= 15602 +IG9iamVjdGl2ZXM= 15603 +Ymxv 15604 +IHRha2ll 15605 +IOuwlOuhnA== 15606 +ZWxldA== 15607 +IElW 15608 +IEZhc3Q= 15609 +IGRlcmU= 15610 +ZW1w 15611 +IERyYQ== 15612 +IOyeiOyXiA== 15613 +IGRpc2NyaW1pbmF0aW9u 15614 +IM61zq/Ovc6xzrk= 15615 +bmVjZXNz 15616 +5q4= 15617 +xLHEn8Sx 15618 +IHBvc3Rpbmc= 15619 +d2nFm2NpZQ== 15620 +IGx1Yg== 15621 +IG9saXZl 15622 +IHJpbQ== 15623 +IG1vZGVsaW5n 15624 +IGHDsW8= 15625 +IFBha2lzdGFu 15626 +IG92ZXJs 15627 +IGluZmxhbQ== 15628 +TkU= 15629 +7JeQ6rKM 15630 +IGF0dGVuZGVk 15631 +IGRlYWx0 15632 +IEFsdA== 15633 +IExpbmNvbG4= 15634 +IGF3YWtl 15635 +IGZpbHRlcnM= 15636 +IFdpdGhpbg== 15637 +Y3p5d2nFm2NpZQ== 15638 +IHPDuw== 15639 +IEpvaG5ueQ== 15640 +IGludGVncml0eQ== 15641 +IGlzb2xhdGlvbg== 15642 +IEVhc3k= 15643 +INC/0YDQuNC9 15644 +IEFsaWNl 15645 +IHNtaWxpbmc= 15646 +ZW5peA== 15647 +LC4uLg== 15648 +zrY= 15649 +IGJlZ3Vu 15650 +IGpld2Vs 15651 +IGNvbnZlbnRpb25hbA== 15652 +IHN0YXRpc3Q= 15653 +IGhhbmRlZA== 15654 +IGlycmU= 15655 +IHByb2hpYg== 15656 +IHNhdGVsbGl0ZQ== 15657 +IEluZHVzdA== 15658 +IHRyYWdlZA== 15659 +IHRyYXZh 15660 +IGlobQ== 15661 +IGNydWVs 15662 +IEFnb3Jh 15663 +IERvYw== 15664 +IHpvbmVz 15665 +IG1hbGw= 15666 +IHRyYXk= 15667 +15XXoA== 15668 +IGlycml0 15669 +IGthbnM= 15670 +IEJlYXQ= 15671 +dWRnZQ== 15672 +aWVsbGU= 15673 +IHRydXN0ZWQ= 15674 +IGJpa2Vz 15675 +INGD0L8= 15676 +IE1lbWJlcg== 15677 +d2ljaw== 15678 +IGNyZWF0b3Jz 15679 +IGhlcml0YWdl 15680 +aW5kaXN0aW5jdA== 15681 +IHJlc3Vy 15682 +ZW5uZW4= 15683 +Q29tZQ== 15684 +IGZpcmluZw== 15685 +IEJ1ZW5v 15686 +INCi0L4= 15687 +aWthbg== 15688 +ZXR0ZXM= 15689 +IGtlcw== 15690 +IHRyaXBz 15691 +IGRpdm9yY2U= 15692 +IEts 15693 +IGNvbnNvbA== 15694 +a2VlcA== 15695 +6riw6rCA 15696 +IFJlcG9ydA== 15697 +IGhvc3Rpbmc= 15698 +IGRpYW1vbmQ= 15699 +IGNvbXBsaWM= 15700 +IGhlbGljb3A= 15701 +IGRlcHVpcw== 15702 +ZHM= 15703 +IENoYW4= 15704 +0Y/Quw== 15705 +IHNjaXNzb3Jz 15706 +aWxhdGlvbg== 15707 +IHByb3BvcnRpb24= 15708 +RVJF 15709 +INmI2KfZhA== 15710 +aW50YQ== 15711 +IG11Y2hhcw== 15712 +dWF0aW9u 15713 +aXRpcw== 15714 +0Y/RiQ== 15715 +IG5paW4= 15716 +IGVtcGhhc2l6ZQ== 15717 +dWVsYQ== 15718 +IHByb2R1Y2Vycw== 15719 +IHJ6ZQ== 15720 +w6RuZGVy 15721 +RVRI 15722 +5ro= 15723 +IGNvbnN0aXR1 15724 +IHBlcmZvcm1hbmNlcw== 15725 +aXN0bGU= 15726 +Z292 15727 +IExpdGVy 15728 +IGluY29ycG9yYXRl 15729 +IGVkdWNhdGU= 15730 +IE5pbg== 15731 +7Kq9 15732 +2YfZhQ== 15733 +ZWxlcmF0aW9u 15734 +15XXkQ== 15735 +IHlhxZ8= 15736 +b3JvdXM= 15737 +IENhcw== 15738 +IGdyYW50cw== 15739 +64ql 15740 +YW1lbA== 15741 +IOq3uOugh+qyjA== 15742 +IEVzdGU= 15743 +0YXQvtC00LjRgg== 15744 +INC/0L7RgdC70LU= 15745 +IGdlbnQ= 15746 +IGZvY3VzZXM= 15747 +YWxpdGllcw== 15748 +IFJo 15749 +67O0 15750 +IERhbmNl 15751 +cnI= 15752 +IGFtZXI= 15753 +IHV0aWxpemU= 15754 +IGzDrQ== 15755 +IEFtb25n 15756 +IHByZWduYW5jeQ== 15757 +IGxvb3Bz 15758 +0LDQu9C+0YHRjA== 15759 +IE1vaA== 15760 +IGNhdGNoaW5n 15761 +IGdsb2I= 15762 +IGFqdWQ= 15763 +IFs/ 15764 +IEFuYWw= 15765 +bG9va2luZw== 15766 +IHN1cmZhY2Vz 15767 +IHByb2dyZXNzaXZl 15768 +IHZpcmFs 15769 +MDg= 15770 +zr4= 15771 +S0E= 15772 +IMW8eQ== 15773 +IHBpY2tz 15774 +YW5ub24= 15775 +IGJ1bGs= 15776 +IFJvc3M= 15777 +IGRlc2NyaWJpbmc= 15778 +IEdlbA== 15779 +IGxvY2FsbHk= 15780 +IGVuZGxlc3M= 15781 +IG1hc3NhZ2U= 15782 +IGNsZWFuZWQ= 15783 +IHRyYXZlbGVk 15784 +0LXQvdGL 15785 +IHNlbnRpbWVudA== 15786 +aWdtYQ== 15787 +IE5hcw== 15788 +IGNoZW1pY2Fscw== 15789 +IHJpZ2h0ZW91cw== 15790 +IE1hZ2lj 15791 +IHJlbGF0ZXM= 15792 +IHRydWNrcw== 15793 +IDE5NjA= 15794 +IGFwcGV0 15795 +IHNuYWNrcw== 15796 +IFN1bW1lcg== 15797 +IHnDvHo= 15798 +IHByaXM= 15799 +IE1leGljYW4= 15800 +IHRyYW5zcGFyZW4= 15801 +IG1pbm9yaXR5 15802 +IHZlcnRl 15803 +IGxhc3Nlbg== 15804 +NDY= 15805 +0LvQtdC6 15806 +w6lw 15807 +INGE0LjQu9GM 15808 +IGl5aQ== 15809 +IHNwYW4= 15810 +7ZWY7KeA 15811 +IGluZGljYXRlZA== 15812 +cXVhcg== 15813 +IHNjaG9sYXJzaGlw 15814 +IExHQlQ= 15815 +IGhpc3RvcmljYWxseQ== 15816 +w7PFgg== 15817 +IG1pbmlzdA== 15818 +IHBlbmV0 15819 +IFJhcA== 15820 +IGNvbnNlcnZhdGlvbg== 15821 +IEhvbmV5 15822 +IEJlaQ== 15823 +aWRlbA== 15824 +IHJlc3BvbnNpYmlsaXRpZXM= 15825 +IG1lc3N5 15826 +IEV4Y2VwdA== 15827 +T1JF 15828 +IGluaXRpYXRpdmVz 15829 +IGp1bmlvcg== 15830 +IGRlc2lnbmVycw== 15831 +IGV4cGxvcmF0aW9u 15832 +IHNwb25zb3I= 15833 +IG1vYmlsaXR5 15834 +IGludGVn 15835 +bGFuZG8= 15836 +IGJhcms= 15837 +IGluZGljYXRlcw== 15838 +4LY= 15839 +IGVtcGxveWVy 15840 +IGNvdXNpbg== 15841 +IGJvaWxpbmc= 15842 +IGNocm9t 15843 +IMOnYWw= 15844 +IHBlcnBldA== 15845 +IGNvbnRhaW5lZA== 15846 +IHBhcmtz 15847 +0Ks= 15848 +IEVuZ2luZWVyaW5n 15849 +UGxlYXNl 15850 +IFN0YXJ0aW5n 15851 +aGVybw== 15852 +IGxhd3llcnM= 15853 +IHpk 15854 +IGZyYW5jaGlzZQ== 15855 +cmFnZQ== 15856 +IGludHVpdA== 15857 +IEdM 15858 +cmVhY2g= 15859 +IEVsbGU= 15860 +IG5oxrA= 15861 +IE5vcmQ= 15862 +IGJlYW4= 15863 +MDc= 15864 +IHBsZWFzYW50 15865 +dmlyb24= 15866 +IGdyYWRpZW50 15867 +enVz 15868 +IEVN 15869 +IGVzc2F5 15870 +7JeQ7JqU 15871 +4bq/bg== 15872 +bnU= 15873 +4bur 15874 +IMOJcw== 15875 +IGRlbm9taW4= 15876 +IEdpcmxz 15877 +IHBlcnNvbm5lcw== 15878 +INin2YTYow== 15879 +YmlsZA== 15880 +IFN0YXQ= 15881 +IGNvbXBsaW1lbnQ= 15882 +IEthdGU= 15883 +IG9wdGltYWw= 15884 +IGhpZA== 15885 +2K/Zig== 15886 +IHF1aWNrZXI= 15887 +d2FsbA== 15888 +RW4= 15889 +SU5F 15890 +Pz8/ 15891 +7LK0 15892 +IEFjdGlvbg== 15893 +5Z8= 15894 +IHBlbmFsdHk= 15895 +IEtheg== 15896 +Jz8= 15897 +IGNyaWVk 15898 +IGNhbnZhcw== 15899 +ZnRl 15900 +IGV4Y2x1ZA== 15901 +uOuhnA== 15902 +IGVtcGhhc2lz 15903 +IGVuenk= 15904 +IEhvdQ== 15905 +IG92ZXJzZWFz 15906 +w61hbW9z 15907 +w7ZnbGljaA== 15908 +IGhlYWRwaG9uZXM= 15909 +Y24= 15910 +IEFnZQ== 15911 +IGFrYW4= 15912 +IGNoYXJhY3RlcmlzdGlj 15913 +7ZWY66m0 15914 +Z2V0cw== 15915 +IOu2iA== 15916 +IHJpdmFs 15917 +IGJvcmRlcnM= 15918 +ZW1lbnRl 15919 +ZW3DoXM= 15920 +IHlvbA== 15921 +IGNvbXBl 15922 +ZW5kZXJz 15923 +xLFuZGFu 15924 +IG3DtmdsaWNo 15925 +IGJ1YmJsZXM= 15926 +bmF0dXJhbA== 15927 +IGFybWVk 15928 +IGVsYWJvcg== 15929 +IOydtOuyiA== 15930 +IHdhc2hlZA== 15931 +zr/Phc68zrU= 15932 +IGZsYXZvcnM= 15933 +IGV4aXN0ZQ== 15934 +IHByZXN0 15935 +IFRoZW1h 15936 +0L7Qv9GA0L7RgQ== 15937 +ZXJvbg== 15938 +VUU= 15939 +ZXJp 15940 +IGNvbmNlcg== 15941 +IGFpeMOy 15942 +IHByb3RlY3RpdmU= 15943 +INC30L3QsNGO 15944 +IOuCoA== 15945 +IElJSQ== 15946 +IG1lZXI= 15947 +IFNob3A= 15948 +bGxp 15949 +IE9yZGVy 15950 +IE1Z 15951 +IEdob3N0 15952 +YWRlbA== 15953 +IHN0b2xl 15954 +IHJlbGVhc2luZw== 15955 +IENvbW1lbnQ= 15956 +IHRyYWlucw== 15957 +66qF 15958 +IHdpc3Nlbg== 15959 +ZW5zZWQ= 15960 +IGRlc2NlbmQ= 15961 +IGZpZXI= 15962 +IHJhZGk= 15963 +IHBlcnN1 15964 +56I= 15965 +INC80L0= 15966 +IERlc3Q= 15967 +IHdvcnJpZXM= 15968 +aXRldA== 15969 +YmFz 15970 +IHN0YWI= 15971 +bmFtZQ== 15972 +b3JpYw== 15973 +IENsb3Nl 15974 +IGFsdW1uaQ== 15975 +IFNlbGY= 15976 +ZmZl 15977 +aXRhdGluZw== 15978 +YXRoZXJpbmU= 15979 +IFJpZ2h0cw== 15980 +IGVsbG9z 15981 +IHdhcnJhbnQ= 15982 +IG5lcnZl 15983 +IHZlZ2V0YWJsZQ== 15984 +IFRlaWw= 15985 +IOqwmeydtA== 15986 +Ulk= 15987 +IHN1c3RhaW5hYmlsaXR5 15988 +IHN0ZWh0 15989 +IGJyaWQ= 15990 +YWRhxZ8= 15991 +IHR2 15992 +IGR1cmF0aW9u 15993 +IHBlc3NvYQ== 15994 +IG1ldHJpY3M= 15995 +IGFkYW0= 15996 +Y2Fz 15997 +0LDRgNC4 15998 +IGV2aWRlbnQ= 15999 +IGRpc3BsYXllZA== 16000 +2KfYpg== 16001 +IHJlY2s= 16002 +IEJ1ZGRoYQ== 16003 +IGRlbGU= 16004 +IERpZWdv 16005 +b3NwaA== 16006 +IGJsYQ== 16007 +IE1paw== 16008 +dWxhdG9y 16009 +IDIwMDE= 16010 +IHByb21vdGluZw== 16011 +eWNo 16012 +IEVY 16013 +IGxhc3RseQ== 16014 +IG91dGxpbmU= 16015 +IHNwaXJpdHM= 16016 +IHZldXg= 16017 +IHN1YnRyYWN0 16018 +IMWfaW1kaQ== 16019 +IHBpbnM= 16020 +IGJ1cmdlcg== 16021 +IG1vbHRv 16022 +IGhhYsOtYQ== 16023 +IOuwmA== 16024 +aWd1 16025 +ZXJzdA== 16026 +IG5lbg== 16027 +IGJhY29u 16028 +aXRpb3Vz 16029 +IGNhcnJpZXM= 16030 +IHByb21pc2Vz 16031 +bmRl 16032 +IExlZnQ= 16033 +IExpbQ== 16034 +5qM= 16035 +IDQ0 16036 +IGNhcmVlcnM= 16037 +IOyjvOs= 16038 +IHNwZWVkcw== 16039 +cXXDqQ== 16040 +bWFk 16041 +bWFya2V0 16042 +aXNtZQ== 16043 +IDIwMDM= 16044 +IHJlY2Vzcw== 16045 +IEpVRA== 16046 +IHJhY2lzdA== 16047 +IFNjaGw= 16048 +IHBhcmxlcg== 16049 +IG90cm9z 16050 +aXNoZXM= 16051 +IGNvbnZlcnRlZA== 16052 +YWFhYQ== 16053 +0LDQvdC40Lg= 16054 +IEFyaw== 16055 +IENoYW5jZQ== 16056 +IGVsZW1lbnRhcnk= 16057 +zrXOvQ== 16058 +aW5rcw== 16059 +SW50ZXJ2aWV3ZXI= 16060 +IGZyZWVseQ== 16061 +YWxhaA== 16062 +IOuLpOuluA== 16063 +IHJlcXVlc3RlZA== 16064 +IHRvcnF1ZQ== 16065 +bm/Fm2Np 16066 +b3VyZWQ= 16067 +IFN0YWZm 16068 +IHN0YWlu 16069 +IEFsYW4= 16070 +IHZlcmU= 16071 +IFdpbnRlcg== 16072 +IGRlZmVjdA== 16073 +aWVkeQ== 16074 +IGJlYXRz 16075 +IGjDoQ== 16076 +dW1u 16077 +b29ucw== 16078 +aXR1ZGVz 16079 +IHNlaXQ= 16080 +b2x5 16081 +IHJlc2Vydg== 16082 +IGV4dHI= 16083 +IHBoeXNpY2lhbg== 16084 +dmlzb3I= 16085 +IGhhbmRmdWw= 16086 +IE5hdGlvbnM= 16087 +IOyii+ydgA== 16088 +dWNjZXNz 16089 +IHVwc3RhaXJz 16090 +IFNxdWFyZQ== 16091 +IGhlaW4= 16092 +IFNlYXNvbg== 16093 +b2xpcw== 16094 +IHByaW5jZQ== 16095 +IGRlZmVuc2l2ZQ== 16096 +570= 16097 +INC80LXRgdGC 16098 +0ZbQuQ== 16099 +INin2YY= 16100 +dW1ibGU= 16101 +6rmM7JqU 16102 +IGFzc2Fzcw== 16103 +IGNpcmN1bGFy 16104 +IHF1YWxpdGllcw== 16105 +IGhtbQ== 16106 +IGJsb3du 16107 +IExpeg== 16108 +IEt1cg== 16109 +IFNB 16110 +IGZpbmRpbmdz 16111 +IGNvbG91cnM= 16112 +IGRlbGxl 16113 +IElS 16114 +IEF0aA== 16115 +IER1Yg== 16116 +IE94 16117 +INiu 16118 +IHBvY2tldHM= 16119 +IGdyaWxs 16120 +IHN3aXRjaGluZw== 16121 +IHByZWZlcnJlZA== 16122 +IFdhbGVz 16123 +IGV4ZW1wbG8= 16124 +IGNob3BwZWQ= 16125 +IHZhY2NpbmF0aW9u 16126 +IG5ldXJv 16127 +IHNwZWNpZnk= 16128 +aXZvcw== 16129 +IHNlcsOh 16130 +IHppZQ== 16131 +IOCurg== 16132 +IHJlc3VsdGluZw== 16133 +IFVnaA== 16134 +IG1lc3NlZA== 16135 +Q0Q= 16136 +IHBhYXI= 16137 +IGNvbWVy 16138 +IGNvdWNo 16139 +IEZlc3RpdmFs 16140 +IDQ5 16141 +dm91cw== 16142 +emVucw== 16143 +IEtlbm5lZHk= 16144 +IFRz 16145 +IOuztOyX 16146 +IGRlbW9uc3RyYXRpb24= 16147 +IHVudG8= 16148 +IGZydXN0cmF0aW5n 16149 +IGxhYm9yYXRvcnk= 16150 +IGVneQ== 16151 +IGJlYXV0aWZ1bGx5 16152 +IOyerOs= 16153 +IGFsZ3U= 16154 +IMO2eWxl 16155 +IFBI 16156 +IGZvcnR1bmU= 16157 +IGNsZWFuZXI= 16158 +IFJvYmlu 16159 +IHNhdXM= 16160 +IEdlbGQ= 16161 +IGthdA== 16162 +b2Jz 16163 +IG9sdXI= 16164 +IG1hdHQ= 16165 +IHF1ZXN0YQ== 16166 +IHN1Z2dlc3Rpb24= 16167 +ZW5jZXI= 16168 +0L7RgdGC 16169 +IHJhZGFy 16170 +IOyeoQ== 16171 +aXNoYQ== 16172 +4K6o 16173 +amVz 16174 +IHZlZWw= 16175 +7IKw 16176 +IGF1dGhvcnM= 16177 +44CO 16178 +cGxhbg== 16179 +IGNvbGxhYm9yYXRpdmU= 16180 +IGluc3RpbmN0 16181 +IGZhcm1pbmc= 16182 +YXVnZQ== 16183 +RWR1 16184 +IG1lbWJlcnNoaXA= 16185 +IHNpbXVsdGFuZW91c2x5 16186 +IGJha2U= 16187 +IGvDpA== 16188 +IGxlY3R1cmVz 16189 +0YfQtdGB 16190 +IHByZW5kcmU= 16191 +IGNvbGxhcHM= 16192 +IFNheWE= 16193 +IEZ1dA== 16194 +IHlvZw== 16195 +IFJhdGhlcg== 16196 +2LHZig== 16197 +IGNhbXBz 16198 +0L7Qu9C+0LQ= 16199 +IHNpbXVsYXRpb24= 16200 +IE1haw== 16201 +TGF1Z2hz 16202 +IGdyZXk= 16203 +IHNlbnRlbmNlcw== 16204 +eWVu 16205 +IFVubGVzcw== 16206 +SmU= 16207 +IFNhdGFu 16208 +INGC0LDQutC20LU= 16209 +IE5B 16210 +IGJyb24= 16211 +ID9d 16212 +IHNvdWxz 16213 +IGxpZ2h0bmluZw== 16214 +IGltYWdpbmVk 16215 +IGN6eWxp 16216 +cHNpbG9u 16217 +ZXR0YQ== 16218 +IGJlbGlldmluZw== 16219 +IHN0cm9uZ2VzdA== 16220 +IENPTg== 16221 +IHF1ZWxxdWVz 16222 +IGltbWlncmFudHM= 16223 +IHdhbGxldA== 16224 +IEplcnNleQ== 16225 +IGltcGxpY2F0aW9ucw== 16226 +IGZvcmI= 16227 +44CP 16228 +IHVuYmVsaWV2YWJsZQ== 16229 +2KfYoQ== 16230 +IG9wZXJhdGlvbmFs 16231 +w7xz 16232 +IEdN 16233 +IOq3uOufsOuNsA== 16234 +IGdyYWNpYXM= 16235 +IGVudGVuZA== 16236 +IFJlZ2FyZA== 16237 +cm9i 16238 +INGC0LXRhQ== 16239 +6I8= 16240 +IFJldm9sdXRpb24= 16241 +IHdhYXI= 16242 +IEJpeg== 16243 +dGhlbGVzcw== 16244 +IHNwb25zb3JlZA== 16245 +cXVpZXI= 16246 +IOydvOs= 16247 +IHRlaw== 16248 +IOuQoA== 16249 +aWdrZWl0 16250 +IEx1Y2s= 16251 +IENlcnRhaW5seQ== 16252 +IHRvbGw= 16253 +INC90LjRh9C10LPQvg== 16254 +IE1vbmV5 16255 +INGB0YLQvtGA 16256 +IERvdWJsZQ== 16257 +IFdvbGY= 16258 +IGNodW5r 16259 +zqzOvQ== 16260 +aXTDqXM= 16261 +b25pbmc= 16262 +TWFy 16263 +IGdyYW5kZXM= 16264 +IGNvbGxlY3Rpb25z 16265 +IEV1cm9wYQ== 16266 +INCw0YA= 16267 +IOKAi+KAi+KAiw== 16268 +IOq3uOufrOuptA== 16269 +INC+0LHRig== 16270 +IOyLnOqwhA== 16271 +IEN1c3RvbQ== 16272 +IOyymA== 16273 +0ZbQu9GM 16274 +IGluZGl2aWR1YWxseQ== 16275 +7Zc= 16276 +IGRvemVu 16277 +IG93ZQ== 16278 +IFZpY3Rvcmlh 16279 +IGJlZXQ= 16280 +dXJi 16281 +IGFuYWxvZw== 16282 +acOnw6Nv 16283 +gpw= 16284 +c29ldmVy 16285 +IG1vZG8= 16286 +IHN1YnNjcmliZWQ= 16287 +7J6s 16288 +IGVudGl0aWVz 16289 +IGNsb3NldA== 16290 +IHJlc3BvbmRpbmc= 16291 +IHByaW50ZXI= 16292 +IFN0ZXBoYW4= 16293 +IGJ5xYI= 16294 +IERvbQ== 16295 +IEZlcm4= 16296 +IFBpZXI= 16297 +IHdpxJlj 16298 +IGhlbmNl 16299 +IG1vZHVsZXM= 16300 +IOuUsQ== 16301 +IERhbm55 16302 +INGB0LXQsdC1 16303 +IHZhZA== 16304 +IOyXhA== 16305 +IHNvdXM= 16306 +IHNwaGVyZQ== 16307 +Qlk= 16308 +IFBlZA== 16309 +aWduZWQ= 16310 +IHdoZWF0 16311 +IHVuZGVycw== 16312 +IGV2b2x2ZQ== 16313 +IGRlY2xhcg== 16314 +IGxpZ2h0bHk= 16315 +IGlkZW50aWZ5aW5n 16316 +IGxlZ2VuZGFyeQ== 16317 +IGdlbnVpbmU= 16318 +IGdyaW5k 16319 +IFVuZQ== 16320 +Z2ViZW4= 16321 +IGJpY3k= 16322 +IGp1bXBz 16323 +IHByb3ZpbmNl 16324 +emnEmQ== 16325 +INeQ16DXmQ== 16326 +IGhvYw== 16327 +INCx0Ls= 16328 +IEdyYWQ= 16329 +IHJldmVuZ2U= 16330 +INin2YTYqg== 16331 +b29o 16332 +0LDRhtC40Lg= 16333 +IGVsZWN0cm8= 16334 +IOuQkA== 16335 +IGZhbHM= 16336 +cmllbA== 16337 +b2tlcg== 16338 +IEV4Y2VsbGVudA== 16339 +IE1vcmdhbg== 16340 +IGJyaWNr 16341 +IHN1YnN0YW50aWFs 16342 +IHBvbGx1dGlvbg== 16343 +IFTDvHI= 16344 +IEV2ZXQ= 16345 +IGx1bmc= 16346 +15nXqQ== 16347 +b21tZXM= 16348 +IHJlYWxpemluZw== 16349 +IGh1bWJsZQ== 16350 +IExvY2s= 16351 +IGJvZA== 16352 +IOyWuA== 16353 +IHBlZXJz 16354 +dXp6 16355 +IGVtYmVkZGVk 16356 +IGNsYXJv 16357 +IGFnZ3JlZw== 16358 +IGVtcGxveWVycw== 16359 +IFJhag== 16360 +IFlp 16361 +IGpldQ== 16362 +YXRlcnM= 16363 +IHN0cmlrZXM= 16364 +bm9z 16365 +YXV0cmVz 16366 +ZHI= 16367 +b3BoZXI= 16368 +IEFwcGFyZW50bHk= 16369 +7ZiE 16370 +IGluZmFudA== 16371 +2KfYqA== 16372 +0YLRiw== 16373 +7Zs= 16374 +2q8= 16375 +IHJlZGVz 16376 +YWNhxJ/EsW0= 16377 +IERBVklE 16378 +IENoaWNrZW4= 16379 +IHBlcnNwZWN0aXZlcw== 16380 +IHZpZXdlcg== 16381 +IHNoYXI= 16382 +INC/0YDQvtC40Lc= 16383 +bGlndA== 16384 +ZXJvcw== 16385 +aXRhYmxl 16386 +0LjQu9C+0YHRjA== 16387 +IGRpZsOt 16388 +tOuNsA== 16389 +IHJldGlyZWQ= 16390 +IHRoYXRz 16391 +emVuaWU= 16392 +YmVpdGVu 16393 +IG15Y2tldA== 16394 +IFJhYg== 16395 +IGluZmxhbW0= 16396 +7LCu 16397 +IGR1bQ== 16398 +IGRhZGR5 16399 +IGltbWVycw== 16400 +IHBsYXlsaXN0 16401 +4K+G 16402 +IHRyYXVt 16403 +IHJlZnVzZQ== 16404 +c3RlcA== 16405 +4K6a 16406 +Y3Vw 16407 +IHBvcHM= 16408 +cmltaW4= 16409 +YXnEsW0= 16410 +IGFsZA== 16411 +IHVubmVjZXNz 16412 +IGRhaA== 16413 +IElyaXNo 16414 +IGNvbXBy 16415 +bGHFnw== 16416 +VFA= 16417 +IHRyYW5zbGF0ZWQ= 16418 +U2M= 16419 +Y2XEn2lt 16420 +tJA= 16421 +IGRyZWk= 16422 +INC70Y7QtNC10Lk= 16423 +IHF1aWVybw== 16424 +IGhlbGU= 16425 +emxpY2g= 16426 +IGFwcGxlcw== 16427 +IGRpc3RyaWN0cw== 16428 +IGNyZWRpdHM= 16429 +IGFzcA== 16430 +IOuLqA== 16431 +b3JhbA== 16432 +IHN0ZXBwaW5n 16433 +IFZh 16434 +IGdhaW5z 16435 +NjU= 16436 +IG51ZXN0cmE= 16437 +ZWRheQ== 16438 +YXNzYWRvcg== 16439 +IExpbmQ= 16440 +IGNyb3Bz 16441 +Y2llbmRv 16442 +aWd1ZQ== 16443 +IGJhbmE= 16444 +QW0= 16445 +IHBlbnQ= 16446 +IGFkZGljdGlvbg== 16447 +IHBhY2thZ2luZw== 16448 +w6Rk 16449 +qqg= 16450 +IHBlcnF1w6g= 16451 +IGNhbXBhaWducw== 16452 +IHN0ZWVw 16453 +IG5ldWU= 16454 +IGVtYmFycmFzc2Vk 16455 +IGRpc3RpbmN0aW9u 16456 +aXR6ZXI= 16457 +IHJlZ2lzdHJhdGlvbg== 16458 +IGxsYW0= 16459 +IEFsbWlnaHR5 16460 +bGllc3Q= 16461 +IHV6 16462 +bmFr 16463 +57o= 16464 +IHRlcmF6 16465 +aWFtZW50ZQ== 16466 +IHRyYW5zYWN0aW9ucw== 16467 +IGPDtHQ= 16468 +IHN3aXRjaGVk 16469 +IGNvbWJv 16470 +IHByYXllcnM= 16471 +IGludGVybnNoaXA= 16472 +IGFkZHJlc3Nlcw== 16473 +IGNoYXJpdHk= 16474 +IFdPTw== 16475 +IGJhaXQ= 16476 +IO+/vQ== 16477 +IGZpY2E= 16478 +IFR5bGVy 16479 +YXJ1 16480 +IGF0b21z 16481 +IExldmVs 16482 +INC/0L7RgtC+0Lw= 16483 +IGZhbWU= 16484 +dWxr 16485 +IHRlYWNoZXM= 16486 +IHJlYnVpbGQ= 16487 +0LXQtNGM 16488 +IEluZG9uZXNpYQ== 16489 +dXNoaQ== 16490 +IFNob3J0 16491 +IGVuc3VyaW5n 16492 +ZnM= 16493 +ZWxl 16494 +IG1hcmdpbmFs 16495 +IGNvbmNsdWRl 16496 +YW10 16497 +IHZlcmlmeQ== 16498 +IE1jRG9uYWxk 16499 +IHNrYWw= 16500 +IHJlY29uc3Q= 16501 +IE1hbm4= 16502 +IGJhc2VtZW50 16503 +IHRyYW5zZm9ybWVk 16504 +IG9jY2FzaW9uYWxseQ== 16505 +em9uZQ== 16506 +IERhbnM= 16507 +INC60LDQutC+0Lk= 16508 +IGRpYWdub3NlZA== 16509 +IM+EzrE= 16510 +IGNvbW1hbmRz 16511 +IHByZXNpZGVudGlhbA== 16512 +IGFiYg== 16513 +IGJyYWNrZXQ= 16514 +IExlbQ== 16515 +w6VuZw== 16516 +IGZhdm9yaXRlcw== 16517 +IHJldm9s 16518 +IO2KuQ== 16519 +IGhhcmFzcw== 16520 +6YU= 16521 +IGNsZWFucw== 16522 +c3TDpG5k 16523 +IGtub2NrZWQ= 16524 +IHBlb3BsZXM= 16525 +IG11c2ljaWFucw== 16526 +IG11dHVhbA== 16527 +IENvbGQ= 16528 +ODg= 16529 +emVq 16530 +YXRpZQ== 16531 +IEhvbm9y 16532 +IG9ic2Vzc2Vk 16533 +IE1VU0lD 16534 +IEJyZWFr 16535 +w7puZw== 16536 +IG1vZGlmeQ== 16537 +IHPDtnlsZQ== 16538 +INee15Q= 16539 +IE9ubGluZQ== 16540 +Zm8= 16541 +IE1pbGxlcg== 16542 +IGxpa2luZw== 16543 +IGluaGFi 16544 +IGdyYXRpdHVkZQ== 16545 +IEpvdXJuYWw= 16546 +YXJuZXNz 16547 +Sm9obg== 16548 +IEdpdA== 16549 +IHNpbmNlcmU= 16550 +IFNjaQ== 16551 +IEVsaQ== 16552 +IHN5bWJvbHM= 16553 +IG1hbnVhbGx5 16554 +zrXPgg== 16555 +INCy0ZbQtA== 16556 +IEZhdA== 16557 +IGxhYmVscw== 16558 +IHNvcGhpc3RpY2F0ZWQ= 16559 +dW1wcw== 16560 +IHJlbGVhc2Vz 16561 +IDQ3 16562 +IE9N 16563 +6rCA6w== 16564 +IEJpZW4= 16565 +IFJlZg== 16566 +IFN0YQ== 16567 +IEVnZw== 16568 +IGluZGljYXRvcg== 16569 +cHNvbg== 16570 +IG5hc8SxbA== 16571 +UmlnaHQ= 16572 +IGNvbnZleQ== 16573 +IGtub3Q= 16574 +IGNvbm5lY3Rz 16575 +dWxhcw== 16576 +IHByZWNlZA== 16577 +IGluZXF1YWxpdHk= 16578 +YW1pZW50bw== 16579 +IHJlcGx5 16580 +T1k= 16581 +IGRpc21pc3M= 16582 +IOuQnA== 16583 +INGF0L7RgNC+0YjQvg== 16584 +IG3DqWQ= 16585 +IHJhbmRvbWx5 16586 +IE9udA== 16587 +dWFyZA== 16588 +IHB1bGxz 16589 +INGC0LXQv9C10YDRjA== 16590 +IE5lZWQ= 16591 +IFNvZnQ= 16592 +IHN0cmVuZ3Rocw== 16593 +IGdvZWQ= 16594 +dW1lbg== 16595 +IO2OuA== 16596 +INC00L7QsQ== 16597 +IGNsYXJpdHk= 16598 +IEFp 16599 +IGJhbGxvb24= 16600 +IFBhbmQ= 16601 +IOyVhOuL 16602 +IHNoaW55 16603 +IHNtYWxsZXN0 16604 +b25pYQ== 16605 +aGlsbA== 16606 +b3Rpbmc= 16607 +IGVpbmc= 16608 +IG1lcmVseQ== 16609 +IHNldXM= 16610 +INC90LXQvw== 16611 +IO2GtQ== 16612 +IGd1aWRlcw== 16613 +IHNwZWNpYWxpc3Q= 16614 +IHN0ZWFr 16615 +IG1pZ3JhdGlvbg== 16616 +cXVlbGU= 16617 +IHJ1aW5lZA== 16618 +IHB1cHA= 16619 +IGtlbmQ= 16620 +YW5nYW4= 16621 +IHBhbG0= 16622 +IHVuZmFpcg== 16623 +IHpt 16624 +IERW 16625 +Y2hlc3Rlcg== 16626 +0LjRjg== 16627 +IG9vaA== 16628 +ZXJn 16629 +QVRI 16630 +sKk= 16631 +cmlzb24= 16632 +IGludm9sdmluZw== 16633 +IHBhcnRseQ== 16634 +YW7Dp2Fpcw== 16635 +IHZvdw== 16636 +IHByb21pbmVudA== 16637 +IGNyeXN0 16638 +aWJh 16639 +IGRlc2VydmVz 16640 +IG92ZXJ0 16641 +IHNlbnNpdA== 16642 +IFdoZQ== 16643 +IHRpZ2h0ZW4= 16644 +IGludGltaWQ= 16645 +IGFsaW1lbnQ= 16646 +d2lsbA== 16647 +IHN0cmVuZ3RoZW4= 16648 +IFRhbg== 16649 +b25p 16650 +IE11bg== 16651 +IHByb3Bo 16652 +IHJlaGVhcnM= 16653 +IEtsZQ== 16654 +IHZlY2Vz 16655 +IHdvbmRlcmVk 16656 +b2tp 16657 +IHNlbnNlcw== 16658 +tOyL 16659 +xrDhu5s= 16660 +IMiZaQ== 16661 +IG11Y2hvcw== 16662 +IHdhdGNoZXM= 16663 +b3J0dW5hdGU= 16664 +IEp1YW4= 16665 +7J6W7JWE 16666 +0YDQtQ== 16667 +ZWk= 16668 +aW9uZW4= 16669 +IGV4cGVyaW1lbnRhbA== 16670 +IGRhdWdodGVycw== 16671 +4Lib 16672 +IG1lbnRhbGx5 16673 +YmVjY2E= 16674 +YXdhcmU= 16675 +7ISd 16676 +IHdoYXRzb2V2ZXI= 16677 +IGVuYWJsZXM= 16678 +IExvdw== 16679 +b2lk 16680 +4LiK 16681 +w7Nk 16682 +2Lo= 16683 +IGNvbnN0cnVjdGVk 16684 +IExhZGllcw== 16685 +IGFjY3VzZWQ= 16686 +INCw0L0= 16687 +RGFu 16688 +IHNwYXdu 16689 +IGNvbnRhaW5lcnM= 16690 +IGFydGlzdGlj 16691 +xLFw 16692 +IGRpc2Ns 16693 +IGF1dHJlcw== 16694 +aW5hcw== 16695 +IE5hdGlvbg== 16696 +IG5hZw== 16697 +YmVhbg== 16698 +d2hl 16699 +nOuPhA== 16700 +IFNlb3Vs 16701 +IO2PrA== 16702 +IE5pY2g= 16703 +IGNvbXBsZW1lbnQ= 16704 +IGludGVydmVu 16705 +IE1vZGVs 16706 +IE9yYW5nZQ== 16707 +bmFtb24= 16708 +IGNhbGN1bGF0aW9u 16709 +c2Vl 16710 +IHVzdGVkZXM= 16711 +IGxlYg== 16712 +IGRvY3Q= 16713 +0ZbQvQ== 16714 +IGZvc3Rlcg== 16715 +IGVsYXN0aWM= 16716 +IEFoaA== 16717 +IGFjZQ== 16718 +IFBpbms= 16719 +IEplZw== 16720 +IGRlZXI= 16721 +c2lz 16722 +IGpha28= 16723 +IEVtbWE= 16724 +0YHRgtCy0LXQvdC90L4= 16725 +IHBvcnRyYWl0 16726 +IG1ha2Vy 16727 +IGF1bWVudA== 16728 +0YDQvtCx 16729 +IGFpcnBsYW5l 16730 +IHRyYW5zcGFyZW5jeQ== 16731 +IGFkanVzdG1lbnQ= 16732 +IENEQw== 16733 +w6dvbg== 16734 +IHVwbG9hZGVk 16735 +INC00LXQudGB0YLQsg== 16736 +INCz0L7RgtC+0LI= 16737 +IGl0ZXI= 16738 +IGN1cnNl 16739 +w7Ru 16740 +bWVyY2U= 16741 +YXJhbg== 16742 +IGxlYWs= 16743 +IGFic2VuY2U= 16744 +0YHQutC40Lk= 16745 +IHJlYWRlcnM= 16746 +YWxlcg== 16747 +IGJlbmVhdGg= 16748 +YW5nbw== 16749 +aGV0aWM= 16750 +IGZpbm5z 16751 +IHBvb3A= 16752 +IGR1cGxpYw== 16753 +SGk= 16754 +aWdz 16755 +b2xvZ2ljYWxseQ== 16756 +b3Bw 16757 +IGRpemVy 16758 +IEFsbGVu 16759 +IGdsaQ== 16760 +IGFjY2VsZXJhdGlvbg== 16761 +IHZpdGFtaW4= 16762 +dsOk 16763 +IEFjY2Vzcw== 16764 +4K6Z 16765 +csOhcw== 16766 +IGFwcHJlY2lhdGVk 16767 +IG5haA== 16768 +IHBvc3Rlcg== 16769 +IHRhbGU= 16770 +IGhpZ2hsaWdodGVk 16771 +xbxlbGk= 16772 +IGJsb2NrY2hhaW4= 16773 +IG1pY3Jvdw== 16774 +IGNpbmVtYQ== 16775 +IENoYW5n 16776 +IFNlYXJjaA== 16777 +dXN0ZXJz 16778 +IFplcm8= 16779 +IERpdmlzaW9u 16780 +0YDQsNGB 16781 +IHNjYXJl 16782 +IGplbGx5 16783 +IEFkbWluaXN0cmF0aW9u 16784 +U08= 16785 +IGxpbmVk 16786 +IOqwhA== 16787 +IGdlYmVu 16788 +IHNvZGE= 16789 +IHdpbm5lcnM= 16790 +s7w= 16791 +2ZI= 16792 +IEFtYg== 16793 +5ZQ= 16794 +IHBlZw== 16795 +NDM= 16796 +IHJhdXM= 16797 +IHJld2FyZHM= 16798 +IGluY2x1cw== 16799 +IGhpZ2h3YXk= 16800 +IGhhaA== 16801 +IG11bHRpcGxpZWQ= 16802 +IHPhur0= 16803 +IGRpc2NpcGxlcw== 16804 +IG5pbmc= 16805 +IGRyZXNzaW5n 16806 +IGF0dHJpYnV0ZXM= 16807 +IE1vc2M= 16808 +IEdyZWVjZQ== 16809 +IHNlaw== 16810 +IExlYXJu 16811 +IGp1cw== 16812 +cmVuZHJl 16813 +IHBlcnNvbm5l 16814 +cGxldGU= 16815 +IHBsYWNpbmc= 16816 +IGx1ZWdv 16817 +aWxsYW5jZQ== 16818 +INC+0LHRiQ== 16819 +IHByb3Zpc2lvbg== 16820 +IGxpb24= 16821 +dHJh 16822 +Ym9hcmRz 16823 +IGJlaGF2aW91cg== 16824 +aGV5 16825 +IHN1YnNjcmlwdGlvbg== 16826 +IHByb3RhZ29u 16827 +IHZhcmE= 16828 +IMWfdQ== 16829 +IGhhaGE= 16830 +IHRlYXNwb29u 16831 +5p8= 16832 +YXZvaXI= 16833 +IGNyeXB0bw== 16834 +INGB0YLQsNGA 16835 +IFN0b3Jl 16836 +YWJz 16837 +IFN0dWRlbnRz 16838 +IGxhdW5k 16839 +aW50bw== 16840 +IGFwcHJvYWNoZWQ= 16841 +sJw= 16842 +0YPRjtGJ 16843 +IExhYm9y 16844 +b3Rlcw== 16845 +aWF0cmlj 16846 +IGdyb8Of 16847 +dXRpdmU= 16848 +INC40LQ= 16849 +IEdpYg== 16850 +IHBsYWNlbWVudA== 16851 +IGRpZsOtY2ls 16852 +IGZyb2c= 16853 +INCy0YHQtdGF 16854 +IEpy 16855 +YXplZA== 16856 +0YPRiQ== 16857 +IOq8 16858 +ZnJhbWU= 16859 +0LDQtdGI0Yw= 16860 +IGxvY2tkb3du 16861 +IG1lZGk= 16862 +INeU157X 16863 +0LXQvdC40Lk= 16864 +ZW1hbGU= 16865 +7KKF 16866 +YXRlcmFs 16867 +IGRpc3RhbnQ= 16868 +IGJlYXJz 16869 +IGpvdXJuYWxpc3Q= 16870 +IE1hcnNoYWxs 16871 +IElobmVu 16872 +dWV0b290aA== 16873 +YmFn 16874 +IMSRw6M= 16875 +IEhpZ2huZXNz 16876 +IOywjQ== 16877 +0LjQutCw 16878 +IFd1 16879 +IEZyYW4= 16880 +IHBlbmc= 16881 +IGZvbg== 16882 +IGh5cG90aGVzaXM= 16883 +INGA0YM= 16884 +IGx5 16885 +15o= 16886 +7JuU 16887 +IFJhZGlv 16888 +4Lie 16889 +RGF2 16890 +IGVtYmFycmFzc2luZw== 16891 +IOyeiOyWtA== 16892 +IGNhc3Rpbmc= 16893 +IGNhZ2U= 16894 +IFBzeWNo 16895 +IOydvOuLqA== 16896 +IMW+ 16897 +aW1i 16898 +IGRpcmVjdG9ycw== 16899 +U0g= 16900 +IM+EzrfOvQ== 16901 +4buBdQ== 16902 +IGtvbnXFnw== 16903 +IG9wdGlvbmFs 16904 +cXVhcnRlcnM= 16905 +aWtlcg== 16906 +IFNhbnQ= 16907 +IHZlcnNlcw== 16908 +67aA 16909 +IG9sYXI= 16910 +IM+H 16911 +IM6zzrnOsQ== 16912 +IEltbQ== 16913 +IGNvbnRyb3ZlcnNpYWw= 16914 +IGVyc3Rlbg== 16915 +IHJlY2lw 16916 +IENocmlzdGlhbml0eQ== 16917 +IOq0nA== 16918 +b3Jkb24= 16919 +15XXqQ== 16920 +IHNsYXNo 16921 +IFBm 16922 +0YPQtNGM 16923 +15XXnQ== 16924 +IFBlcnJ5 16925 +IG1hbXk= 16926 +IGJhY2tncm91bmRz 16927 +IOCujuCuqQ== 16928 +IHBlbmRhbnQ= 16929 +IENvbHVtYmlh 16930 +IGludmVyc2U= 16931 +INGH0LXRgNC10Lc= 16932 +IHN2 16933 +IGRpZ2dpbmc= 16934 +NDE= 16935 +Y2hlbQ== 16936 +IG5hdmlnYXRpb24= 16937 +IFNoaW4= 16938 +IEZyb250 16939 +UEQ= 16940 +IGJlYXJpbmc= 16941 +IFdhc3Nlcg== 16942 +IHdheA== 16943 +IENIUklT 16944 +Y2hpbmc= 16945 +IHByZXNzZWQ= 16946 +RWw= 16947 +IERhbA== 16948 +b25zaW4= 16949 +IGJpbmRpbmc= 16950 +0YHQutC+0Lk= 16951 +cG9vbnM= 16952 +IG1vY2s= 16953 +YXJlc3Q= 16954 +0LrRgNCw 16955 +TU0= 16956 +IGNvcnJ1cHQ= 16957 +c3Rvcm0= 16958 +IHJlZnJlcw== 16959 +IENvYWNo 16960 +bGzDpA== 16961 +IFRISVM= 16962 +IHBhcmFn 16963 +IOyTsA== 16964 +cG9vbA== 16965 +IGJpbGxpb25z 16966 +IOq5gA== 16967 +Z3JvdXA= 16968 +IHdlbGNvbWluZw== 16969 +Y2VsbGVuY2U= 16970 +IER1a2U= 16971 +6ri0 16972 +IHByaW1lcmE= 16973 +7KC4 16974 +IHBvbmQ= 16975 +IHN0YXR1ZQ== 16976 +IOq1rOs= 16977 +IGhhdGNo 16978 +IGluc3RydW1lbnRhbA== 16979 +IHJlc2lkZW50aWFs 16980 +7Luk 16981 +IGFjY2VwdGluZw== 16982 +b3NoaQ== 16983 +ZGF0ZQ== 16984 +IOyUqA== 16985 +IHBsYW50ZWQ= 16986 +IGpva2luZw== 16987 +IOyEnA== 16988 +IGhhdGVk 16989 +INGA0LDRgdGB0Lo= 16990 +IHNsZXB0 16991 +IHBhY2thZ2Vz 16992 +IGlzbGFuZHM= 16993 +ZXNlbg== 16994 +xJ/EsQ== 16995 +IGRpYWdvbg== 16996 +IE9zYw== 16997 +IG1lc2g= 16998 +IHNjYWxlcw== 16999 +YXJpdHk= 17000 +IERlZmVuc2U= 17001 +IExld2lz 17002 +INGB0LXQs9C+0LTQvdGP 17003 +IGZsaWVz 17004 +dWluZWx5 17005 +IENvbnNpZGVy 17006 +IHN0YXJr 17007 +aGV3 17008 +IEFzw60= 17009 +s7Tr 17010 +IHByb3Bvc2U= 17011 +IO2VmOuptA== 17012 +b2Rv 17013 +IE5vcm1hbGx5 17014 +IGhlZWZ0 17015 +IEhhcnJpcw== 17016 +Z3Jv 17017 +IEJsb29k 17018 +YmFzZQ== 17019 +IGlPUw== 17020 +IHRvdWNoZXM= 17021 +IGluc3Bpcg== 17022 +INeT 17023 +IGJpbmFyeQ== 17024 +IOy2lA== 17025 +IHNlcmlhbA== 17026 +IGlvbg== 17027 +IHVuZW1wbG95bWVudA== 17028 +IG9kZHM= 17029 +IEZhYg== 17030 +IEZCSQ== 17031 +QlJVTg== 17032 +IHdlaWdodHM= 17033 +zr3Ovw== 17034 +YXRpbGU= 17035 +IG51cnNlcw== 17036 +IGludm9sdmVtZW50 17037 +IO2UvA== 17038 +IGdvdmVybmFuY2U= 17039 +IOKCrA== 17040 +0YDRg9C/ 17041 +aWVycmE= 17042 +7ZiV 17043 +IEplcnJ5 17044 +IGJlYXJk 17045 +IHNhbHZhdGlvbg== 17046 +IEFsb25n 17047 +Z2VudGxl 17048 +IEtp 17049 +Ym9s 17050 +IFBsYXQ= 17051 +IGhhc2h0 17052 +IHdhcmU= 17053 +IHBhcnRpZQ== 17054 +eWN6 17055 +IGludHI= 17056 +Rmlo 17057 +bmVudA== 17058 +IGNoZWF0 17059 +aWxlbg== 17060 +IOuv 17061 +b3JpZQ== 17062 +IGbDoWNpbA== 17063 +ZXRyaWM= 17064 +IGFmZmVjdGluZw== 17065 +dW5jaWF0aW9u 17066 +IGFmZmFpcnM= 17067 +IGJlZQ== 17068 +IHZpZXdpbmc= 17069 +IG9yYW5n 17070 +IExhbg== 17071 +INCh0YI= 17072 +IE1lcw== 17073 +g4E= 17074 +ZXJpZQ== 17075 +IGVzcGE= 17076 +IGludGVycHJl 17077 +IHBvc3Nlc3M= 17078 +IHB1cmVseQ== 17079 +cml0bw== 17080 +Zm91bmQ= 17081 +YXNtYQ== 17082 +7KCB7J24 17083 +IGV4YW1pbmU= 17084 +INGD0Lw= 17085 +IGJlc2No 17086 +IFRvbW9ycm93 17087 +IEJsb2Nr 17088 +IHZhcmlhbnQ= 17089 +IHByZWZlcmVuY2U= 17090 +IGNvYWNoZXM= 17091 +IG1lZGljYXRpb25z 17092 +IO2YhA== 17093 +IGVtcGlyZQ== 17094 +64Sk 17095 +IElsbGlub2lz 17096 +IGNyaXNweQ== 17097 +IHRow6w= 17098 +IGJlZXM= 17099 +Nzc= 17100 +IGdsb3c= 17101 +6Lo= 17102 +IFN0dWRpZXM= 17103 +IENoYWxsZW5nZQ== 17104 +IHVubGlrZWx5 17105 +0Kc= 17106 +xLF5b3JzdW4= 17107 +RElF 17108 +IG1pbmltaXpl 17109 +aXphcmQ= 17110 +IMO6bg== 17111 +IGVuY29udHJhcg== 17112 +IEtpbGw= 17113 +5bs= 17114 +IHZhbmlsbGE= 17115 +IEdyYW50 17116 +IEdU 17117 +c2Vh 17118 +IHNvdWdodA== 17119 +0LLQvtC0 17120 +IG7DpG0= 17121 +IEF1bnQ= 17122 +T1dO 17123 +IHB1bXBraW4= 17124 +c3RlbGxlbg== 17125 +IHJhZw== 17126 +0LXQs9C00LA= 17127 +IHN0b3J5dA== 17128 +IGZvcnVt 17129 +IGVzdGFiYQ== 17130 +dWNoZQ== 17131 +IGNvbmdyZXNz 17132 +IFJleQ== 17133 +IGRyYW1hdGljYWxseQ== 17134 +IFNwb3J0 17135 +IFllbGxvdw== 17136 +IOqzhOyGjQ== 17137 +IGRpc2d1c3Rpbmc= 17138 +IFJlY2VudA== 17139 +IGFjcXVpcmVk 17140 +IGNhYmxlcw== 17141 +ZGlu 17142 +IHZpc3Rv 17143 +IGNvbW11bmljYXRpbmc= 17144 +0YHRgtCw0LLQu9GP 17145 +0LXRgdGC0L4= 17146 +IHLDqWc= 17147 +IHNvY2tz 17148 +IHByb2Nlcw== 17149 +YmVjYXVzZQ== 17150 +IHV0dGVy 17151 +IGNvbG9jYXI= 17152 +IG5ld2VzdA== 17153 +IGdyYW1t 17154 +IHNoaWZ0aW5n 17155 +IGNhcnJpZXI= 17156 +INGB0LrQvtGA 17157 +IFNjaHc= 17158 +IGV4ZWN1dGVk 17159 +IG1haW50YWluZWQ= 17160 +IM+G 17161 +IE1vc2Vz 17162 +IGRpc3Nl 17163 +IGhvcnI= 17164 +44Cc 17165 +IHJhbGx5 17166 +IGFsbGVt 17167 +IEV2ZW50dWFsbHk= 17168 +IGRpeW9y 17169 +bHZhbmlh 17170 +IHNjaG5lbGw= 17171 +IOqzvA== 17172 +IOunpA== 17173 +IHN0cnVnZ2xlcw== 17174 +bGF0ZQ== 17175 +IGNsYXJpZnk= 17176 +w6ltZW50 17177 +IG11bHRpcGxpYw== 17178 +0LjQsdC+ 17179 +IGpvdXJu 17180 +IGZyYWdy 17181 +IHN1cnByaXNpbmdseQ== 17182 +IGRlc3BlcmF0ZQ== 17183 +NTI= 17184 +IHN1bA== 17185 +IFJlYWQ= 17186 +IEZyaWVk 17187 +IG1vbmQ= 17188 +d29v 17189 +IG9yZ2FuaXppbmc= 17190 +IFNvb24= 17191 +INCy0L7Qv9GA0L7RgQ== 17192 +IE51cg== 17193 +INCX0LQ= 17194 +IHNwaWRlcg== 17195 +0LXRgdGP 17196 +IHR1dG9yaWFscw== 17197 +IG51dHJpZW50cw== 17198 +b3Jlcg== 17199 +IGNvZWZmaWNpZW50 17200 +IGFycmFuZ2VtZW50 17201 +IHByaWNpbmc= 17202 +bmFu 17203 +eXU= 17204 +Qkw= 17205 +IHRyaWJl 17206 +IEhvd2FyZA== 17207 +dW5rcw== 17208 +IG5ld2Vy 17209 +IHByb3Zpbg== 17210 +IHByZWRpY3Rpb24= 17211 +aG9z 17212 +IG9sc3Vu 17213 +IEFyb3VuZA== 17214 +IHZpZXI= 17215 +INGB0YLQvtGA0L7QvQ== 17216 +IHZhbGxleQ== 17217 +IEVsYQ== 17218 +aWZp 17219 +IGdhbGF4eQ== 17220 +IHRyYW5xdQ== 17221 +IGFkdmVycw== 17222 +IFRlbXBsZQ== 17223 +aWZmcw== 17224 +aWdlbmNl 17225 +IGvDtm5udGU= 17226 +IMSRw7M= 17227 +RGlk 17228 +IHBob3RvZ3JhcGhz 17229 +IEFXUw== 17230 +0YbQuNGP 17231 +IGd1YXJkcw== 17232 +IGFwcG9pbnRlZA== 17233 +IEdpbA== 17234 +INC80L7QvA== 17235 +IGNvZA== 17236 +IFVubGlrZQ== 17237 +IGV2ZW5seQ== 17238 +aXNjb25zaW4= 17239 +IGVzdG91 17240 +IG1uaWU= 17241 +IEV4ZWM= 17242 +IE1W 17243 +IEVpbmU= 17244 +IFJvZ2Vy 17245 +IEZhYw== 17246 +IExpc3Q= 17247 +IGZ1ZXI= 17248 +0LDQtdGC0LU= 17249 +b21lZA== 17250 +IGF0dHJhY3Rpb24= 17251 +IHRlcnJhaW4= 17252 +IERyb3A= 17253 +IGNvcnBvcmF0aW9ucw== 17254 +IHNjaWVuY2Vz 17255 +IHRocm9uZQ== 17256 +IGFq 17257 +IFJvdA== 17258 +IHN1cHBvcnRlcnM= 17259 +IEJlcmU= 17260 +SGVyZQ== 17261 +IGRpZmVyZW50ZXM= 17262 +IHNpZ25pZmljYW5jZQ== 17263 +z4POtw== 17264 +IGNsYW1w 17265 +IOuMgOs= 17266 +IGZhYnVsb3Vz 17267 +cmV6 17268 +IGFzc3VtcHRpb25z 17269 +dXRoZXI= 17270 +d2lk 17271 +cG90 17272 +IHlhbg== 17273 +dWxpbg== 17274 +0YDRi9Cy 17275 +IFNsb3c= 17276 +IFBlbm5zeQ== 17277 +IO2VtOyEnA== 17278 +IG1laW8= 17279 +IHdlYWx0aHk= 17280 +IEVpZ2h0 17281 +IHB1bHNl 17282 +IGZyaWN0aW9u 17283 +aWRpdHk= 17284 +IEhvbGw= 17285 +aXlvcnVt 17286 +IHNvdW5kZWQ= 17287 +IENhcnI= 17288 +IGZvcms= 17289 +4pg= 17290 +IFBB 17291 +IGNvbnNwaXI= 17292 +IGNvZGluZw== 17293 +cnQ= 17294 +IFR5cA== 17295 +IOyWkQ== 17296 +INC/0L7Qsw== 17297 +IG1pc2Vy 17298 +INGB0LzQvtGC0YA= 17299 +IFN3ZWRlbg== 17300 +IG9sYXJhaw== 17301 +IFpoYW5n 17302 +IENoaQ== 17303 +IFRpdGFu 17304 +IHNjcmVlbmluZw== 17305 +IFNwaWRlcg== 17306 +IMWeaW1kaQ== 17307 +IG9ic3RhY2xlcw== 17308 +bGFyYQ== 17309 +IGNoYWxsZW5nZWQ= 17310 +cHNl 17311 +VE9O 17312 +4bul 17313 +IFBp 17314 +IGxhZ2k= 17315 +aWV1cnM= 17316 +IGh1cnRpbmc= 17317 +IG5lZ2xlY3Q= 17318 +IGdlbmVyYXRpbmc= 17319 +IHlvdW5nZXN0 17320 +IGF1ZGl0 17321 +INGA0LXQtw== 17322 +z4HOrA== 17323 +IGRvbmF0ZQ== 17324 +IFBERg== 17325 +IHZpc2l0cw== 17326 +IGNydWlzZQ== 17327 +UFA= 17328 +YXNlcg== 17329 +IHdzcA== 17330 +YmFja3M= 17331 +aXZhbHM= 17332 +IGRldmU= 17333 +IHByb3BvcnQ= 17334 +IGNhdGg= 17335 +IEVmZmVjdA== 17336 +IHdpbmRz 17337 +IOyZlA== 17338 +IGNoYXJ0cw== 17339 +IHNhbWE= 17340 +IGF1dG9tYXRpb24= 17341 +INC/0L7QutCw 17342 +IG9sYW4= 17343 +IGJvYXRz 17344 +IGNhZmU= 17345 +IGRlbmllZA== 17346 +IE1hbWE= 17347 +IGJsb2NraW5n 17348 +IFRob3I= 17349 +IHBoZW5vbWVuYWw= 17350 +IHN0YWtlaG9sZGVycw== 17351 +IHVub3M= 17352 +0YPQtdGC 17353 +IEFicmFoYW0= 17354 +IGRldGVjdGlvbg== 17355 +IGp1cmlz 17356 +IHBvd2VyZWQ= 17357 +emlhbA== 17358 +IHdlbGZhcmU= 17359 +IHVwZ3JhZA== 17360 +IG1vxbxuYQ== 17361 +IENhc2U= 17362 +Y3VsYXI= 17363 +lOydtA== 17364 +IEd1ZXNz 17365 +IGN5Y2xlcw== 17366 +cm9jaw== 17367 +dW1p 17368 +IGVsaXRl 17369 +IHF1w6g= 17370 +0YLQvtC8 17371 +IHNob3Jl 17372 +Z3VudGE= 17373 +IGt1 17374 +IGZhaXRoZnVs 17375 +IEplcmVteQ== 17376 +YWlk 17377 +4Lc= 17378 +dWdhbA== 17379 +IFZlbA== 17380 +IHZyYWk= 17381 +c3RlbGw= 17382 +qLg= 17383 +IGtvbA== 17384 +6L0= 17385 +IHF1YW50bw== 17386 +INC30LDRgA== 17387 +IDIwMDI= 17388 +ZXN5 17389 +IHJlc2VydmU= 17390 +INC80L7QvNC10L3Rgg== 17391 +IGRlcGxveWVk 17392 +IGRlZmluaW5n 17393 +IHNhdQ== 17394 +IGdhYXQ= 17395 +Iik= 17396 +IHRyYW5zbWl0 17397 +IHB1Ymxpc2hpbmc= 17398 +IHJhbmtpbmc= 17399 +IG9mZmVuc2U= 17400 +IDQ2 17401 +cGlu 17402 +IFRha2luZw== 17403 +IGVudGl0bGVk 17404 +IGdlbnVpbmVseQ== 17405 +IHZhcmlhdGlvbnM= 17406 +IGZpbmRl 17407 +IHRhdQ== 17408 +IHVuZm9ydHVuYXRl 17409 +IFJhaA== 17410 +cG9ydHM= 17411 +IGPF 17412 +IG1vbmtleQ== 17413 +IGJyYWM= 17414 +d2Vp 17415 +bHVuZw== 17416 +IGFydGlm 17417 +IHN5cnVw 17418 +INCU0LDQsg== 17419 +IGxpZnRlZA== 17420 +IGNoZXo= 17421 +IEFkdmVudA== 17422 +IFN0b2Nr 17423 +IGRvbA== 17424 +0LzQtdC9 17425 +0LjRiNGM 17426 +IHlu 17427 +Z2lv 17428 +ZGV0 17429 +IGRlc3Nl 17430 +IGdyaQ== 17431 +IENoYWlybWFu 17432 +54U= 17433 +IGN1ZW50YQ== 17434 +YW5pbQ== 17435 +IGNyYWI= 17436 +IGVzY2Fs 17437 +IHByZW1pw6hyZQ== 17438 +IEdlZg== 17439 +IGRpbmluZw== 17440 +IHNldmVudGg= 17441 +IGNoYXNpbmc= 17442 +IFRvd2Vy 17443 +IGJydXRhbA== 17444 +IGZ1bmRhbWVudGFsbHk= 17445 +0LvQtdC90LjRjw== 17446 +c3RhZ2U= 17447 +IGFjcXVpcw== 17448 +IGN5bGluZGVy 17449 +IGNvbW1hbmRlcg== 17450 +bWVt 17451 +IFVW 17452 +aGFwcHk= 17453 +IGVwc2lsb24= 17454 +IGludml0YXRpb24= 17455 +IGZhcm1lcg== 17456 +Y2hhaXI= 17457 +IGRlc3Rpbnk= 17458 +IHNvdmVyZQ== 17459 +IEhlYnJldw== 17460 +IHNlcnZhbnQ= 17461 +IGJldw== 17462 +IGdhc3Q= 17463 +dXRpZXM= 17464 +IGFkbWluaXN0cmF0aXZl 17465 +IENvbW1hbmQ= 17466 +w6l0YQ== 17467 +IG5pdHJvZ2Vu 17468 +6re8 17469 +IGFiaQ== 17470 +IHZpbGxhaW4= 17471 +IGJsYW5rZXQ= 17472 +IFNlbmQ= 17473 +IGJlYXRlbg== 17474 +soQ= 17475 +IHZvbHVudA== 17476 +IHNjaG9sYXI= 17477 +IEVtcGVyb3I= 17478 +IDQz 17479 +dmFibGU= 17480 +IER1cw== 17481 +IEdV 17482 +IHRhcmdldGluZw== 17483 +d3d3 17484 +IGFtZW5kbWVudA== 17485 +7IaM6w== 17486 +IHRpbmc= 17487 +IG5hc3R5 17488 +IGdhdWdl 17489 +INGA0L7QtA== 17490 +IEhhbnM= 17491 +WW91cg== 17492 +zrHOvQ== 17493 +IHByb2pldA== 17494 +IEhhd2FpaQ== 17495 +IHN1c3BpY2lvdXM= 17496 +IHNjaHc= 17497 +IHJlbW92YWw= 17498 +IGludHJpZw== 17499 +IE1V 17500 +IHBvbnRv 17501 +4KS+ 17502 +INC+0LHRgNCw0Lc= 17503 +IGd1ZXNzaW5n 17504 +cGFjZQ== 17505 +IG1vdGhlcnM= 17506 +IG1pbGxpbWV0ZXI= 17507 +0LvQtdC90LjQtQ== 17508 +IGF2YWlsYWJpbGl0eQ== 17509 +aWN6 17510 +IGZyYWN0 17511 +IGJhc2Vz 17512 +a20= 17513 +IEJUUw== 17514 +IEZpZWxk 17515 +IGR6aWU= 17516 +IHNlZ3VuZG8= 17517 +IOuCmOuKlA== 17518 +IGxlZ2l0aW1hdGU= 17519 +aW1hcw== 17520 +INCy0L0= 17521 +IGNvcnJ1cHRpb24= 17522 +IHNtYXNo 17523 +IFZhbGVudA== 17524 +IGFsaWduZWQ= 17525 +IFBlbm5zeWx2YW5pYQ== 17526 +IGdhYg== 17527 +IEV1bg== 17528 +ZW50aA== 17529 +IE1vcm5pbmc= 17530 +IGNhbmRsZQ== 17531 +IGJhY2twYWNr 17532 +IElzbGFtaWM= 17533 +YcOnw7Vlcw== 17534 +IGVuY3J5 17535 +IG11c2hyb29tcw== 17536 +7YyM 17537 +ZGl0 17538 +IHRyYW5zaXQ= 17539 +IFdpc2NvbnNpbg== 17540 +IHBhcnRpY2lwYXRlZA== 17541 +IElscw== 17542 +IHVuZm9sZA== 17543 +toDr 17544 +IHByb2ZpdHM= 17545 +IHdhcm1pbmc= 17546 +IEdhbmc= 17547 +IG5ldHdvcmtpbmc= 17548 +IG1lZ2E= 17549 +IHRob3JvdWdobHk= 17550 +bGVtZW50cw== 17551 +IEht 17552 +IGRlY2lkaW5n 17553 +IGVtb3Rpb25hbGx5 17554 +IGV4aGF1c3RlZA== 17555 +INCf0L7Rgg== 17556 +Y2lkbw== 17557 +IEhUTUw= 17558 +IGNvcHlyaWdodA== 17559 +IG1lbG9keQ== 17560 +eWlt 17561 +IGFuZGVycw== 17562 +b3Nob3A= 17563 +IOuzvA== 17564 +IGF0aGxldGU= 17565 +IEdF 17566 +IGZyZXF1ZW50 17567 +IGRlc2lyZXM= 17568 +IG5lZWRpbmc= 17569 +IFl1bg== 17570 +IHJpZmxl 17571 +IGxvdmVy 17572 +J1Q= 17573 +IGRlbnNl 17574 +IHTDo28= 17575 +IG5vdGlmaWVk 17576 +IGlkaQ== 17577 +7Jet 17578 +7YY= 17579 +IGludGVyYWN0aW5n 17580 +IHJhcHBvcnQ= 17581 +0LXRgNC4 17582 +c2tp 17583 +IGJlc3Nlcg== 17584 +IG1hbnVmYWN0dXJlcg== 17585 +IEt5bGU= 17586 +IGFjY291bnRhYmxl 17587 +IFNhaw== 17588 +IFBpbA== 17589 +IERvbWlu 17590 +IHByZXN1bQ== 17591 +INCS0YHQtQ== 17592 +IHZpbmVnYXI= 17593 +IGd1YXJhbnRlZWQ= 17594 +IGhhbmRsZWQ= 17595 +Y2F0 17596 +IGNpdmlsaXphdGlvbg== 17597 +IGFjY29tcA== 17598 +IFZN 17599 +w6ltb24= 17600 +IGRlemU= 17601 +IGdyYWRlcw== 17602 +IHNvbGx0ZQ== 17603 +IHN0YXJpbmc= 17604 +15DXqg== 17605 +YXJudA== 17606 +IGhvcml6b24= 17607 +IHRyYXZhaWw= 17608 +aG91cg== 17609 +IEVE 17610 +IERhaw== 17611 +IG55 17612 +IGNvbnZl 17613 +IENoYW0= 17614 +IGZpcm1z 17615 +IExpdQ== 17616 +INGB0YLRgNCw0L0= 17617 +IGxpYmVydA== 17618 +IGxlbnNlcw== 17619 +IGludGFrZQ== 17620 +INCy0YvQsQ== 17621 +IG1lbnNlbg== 17622 +aGVs 17623 +IHByYWN0aXRpb24= 17624 +IDM1MA== 17625 +Rk8= 17626 +IGJlZHM= 17627 +IGFuY2VzdG9ycw== 17628 +IOyXhOyyrQ== 17629 +IGRpc3R1cmI= 17630 +IExhc3RseQ== 17631 +IFN1cHBvcnQ= 17632 +4Li14LmJ 17633 +IENvcm9uYQ== 17634 +IGVudGh1c2k= 17635 +INCy0L7Qt9C8 17636 +IOyCrOuejOs= 17637 +IDUy 17638 +YmlyZA== 17639 +IHJlZHVjZXM= 17640 +IOyeiOydhA== 17641 +IEdlbmU= 17642 +6rWQ 17643 +xJlw 17644 +IMOcYmVy 17645 +IGNvbmNlcm5pbmc= 17646 +dXNlcg== 17647 +IGNvbmNlbnRyYXRl 17648 +IFdIQVQ= 17649 +aXNob3A= 17650 +b255bW91cw== 17651 +bm9sZA== 17652 +IHN1Z2dlc3Rpbmc= 17653 +qbA= 17654 +IEZpc2g= 17655 +Li4uLi4uLi4= 17656 +IHZlc3NlbA== 17657 +IHRyYWJham8= 17658 +IE9jZWFu 17659 +eWc= 17660 +IHRvd25z 17661 +ZGVs 17662 +IHRlcnJpZnlpbmc= 17663 +IMOnYWzEscWf 17664 +IHNpbm8= 17665 +IGVhdHM= 17666 +IGdleg== 17667 +IGdlbWU= 17668 +IOyZhA== 17669 +IGNvbXBhcnQ= 17670 +IGltcGxlbWVudGluZw== 17671 +IFBvdHRlcg== 17672 +IEdlcm1hbnM= 17673 +IGfFgg== 17674 +IHRlbm5pcw== 17675 +IGNhcnBldA== 17676 +YXVlcg== 17677 +IFNhdWRp 17678 +eWVvbmc= 17679 +IGN1cnJ5 17680 +IEZvcmVzdA== 17681 +0YvQuw== 17682 +IGZpZnRlZW4= 17683 +IGJvbHRz 17684 +IHtc 17685 +rLQ= 17686 +IHNldHRsZW1lbnQ= 17687 +IGxhbmdl 17688 +IGJhbQ== 17689 +R2V0 17690 +7ZWZ 17691 +IHN3YXA= 17692 +IEtoYW4= 17693 +IGNvbW1lbmNl 17694 +IHF1YXJhbnRpbmU= 17695 +IHNjb3JlZA== 17696 +55Y= 17697 +IDE5NTA= 17698 +IHRoaWNrZXI= 17699 +IHPDu3I= 17700 +IExhcnJ5 17701 +IGFsbGV6 17702 +7Iuc64qU 17703 +IGfDvA== 17704 +IHNwZWN0YWN1bGFy 17705 +Ly8= 17706 +Ym90aA== 17707 +IHN0YXRz 17708 +IE5hbmN5 17709 +IGJ1bnU= 17710 +IGNydXN0 17711 +IGFjdGl2YXRlZA== 17712 +IOq3uOue 17713 +b3V0aGU= 17714 +IHBvcnRz 17715 +IG5ldXJhbA== 17716 +IGphdw== 17717 +IG9ic2VydmF0aW9ucw== 17718 +IHZvaXQ= 17719 +YWJhbg== 17720 +4bqjaQ== 17721 +pqzrpbw= 17722 +b21lcw== 17723 +4K+L 17724 +cXVp 17725 +IGtpbmRuZXNz 17726 +0JE= 17727 +IDQx 17728 +IG1vZGVyYXRl 17729 +IGFuZ2Vscw== 17730 +IFRhbWI= 17731 +w6h0 17732 +IGNobG9y 17733 +IEJpbGx5 17734 +7LKY6w== 17735 +YWNvbg== 17736 +IHNlbGVjdGluZw== 17737 +IERlbHRh 17738 +IG51bGw= 17739 +ZGVubHk= 17740 +IGNpdWQ= 17741 +IHRlbmRlbmN5 17742 +IGJyZWFrZG93bg== 17743 +IG1pbnQ= 17744 +0YTQvtGA0Lw= 17745 +b3JwaA== 17746 +IGRhd24= 17747 +c3By 17748 +IFdJTEw= 17749 +w6RjaGxpY2g= 17750 +IHB1cHB5 17751 +NzAw 17752 +IOCupA== 17753 +IGZhaWxz 17754 +IENvbmM= 17755 +IHJlbGF0aXZlcw== 17756 +IGludml0aW5n 17757 +IGF1dG9ub20= 17758 +IGNvbXBvc2Vk 17759 +IHVuaXR5 17760 +IGRlY2lz 17761 +IGFjY2Vzc29yaWVz 17762 +IENhc3M= 17763 +IGJpc3Q= 17764 +IFRpcA== 17765 +7Ke4 17766 +IHB1bnQ= 17767 +IHLDoXA= 17768 +QU5L 17769 +ZXhpc3Q= 17770 +IGNvbXBhdGlibGU= 17771 +IG5lcg== 17772 +INC10LzRgw== 17773 +IGFwbGlj 17774 +IGJhcHQ= 17775 +IGZhaWxpbmc= 17776 +IFRhbWFt 17777 +IG9zY2lsbA== 17778 +IGxldHp0ZW4= 17779 +IHJlcGVhdGVkbHk= 17780 +IGp1bmdsZQ== 17781 +IFB1c2g= 17782 +aGFp 17783 +IM63 17784 +IGRlYWRseQ== 17785 +0Y/Qtg== 17786 +d2nEhQ== 17787 +IENvbW1vbg== 17788 +IM6V 17789 +IHNrYXRl 17790 +VEM= 17791 +IE1pbmk= 17792 +IGhvYmJ5 17793 +4bqnbg== 17794 +IHJvdXRlcw== 17795 +IGFtaWdvcw== 17796 +IGNvbmp1bg== 17797 +IHBhcnRuZXJzaGlwcw== 17798 +IG5vdm8= 17799 +IGF2ZXI= 17800 +IHBvdXZleg== 17801 +YnJpZGdl 17802 +IHByZW9j 17803 +aGlt 17804 +IHR1cmI= 17805 +IHNvYg== 17806 +IFNuYXA= 17807 +IOywuA== 17808 +bWludXRl 17809 +IHRyYWplY3Q= 17810 +dWrEmQ== 17811 +IGVhZ2Vy 17812 +IHJlZ3VsYXRvcnk= 17813 +IGJhbmtpbmc= 17814 +Ymxpbmc= 17815 +0YjRjA== 17816 +YcW8 17817 +IGJpemFycmU= 17818 +aXRhdGVk 17819 +ZGlyZQ== 17820 +IHRocmVhdGVuZWQ= 17821 +IHNoaW5pbmc= 17822 +IG5lc3Nl 17823 +IGNvcnBz 17824 +INGB0YM= 17825 +IHRlbGVz 17826 +IHRlbXA= 17827 +dGVt 17828 +INC60LDQvQ== 17829 +IGZldmVy 17830 +TmV3 17831 +IGhlYXZpZXI= 17832 +IFNhaA== 17833 +YnVk 17834 +IG91dHJvcw== 17835 +IOywvg== 17836 +IOuqhQ== 17837 +YXJyaW5n 17838 +IOq0nOywrg== 17839 +IE5hcA== 17840 +IHNlbWlu 17841 +IFRoYW4= 17842 +aWZz 17843 +IGRlc2Vu 17844 +INGC0LDQutC+0LU= 17845 +IGxvc2Vz 17846 +IEJhbHQ= 17847 +a29u 17848 +INC90LDQv9GA 17849 +IHZvaXM= 17850 +IE1vc2Nvdw== 17851 +IGNoYWlycw== 17852 +aGlz 17853 +IHJlZnVnZWVz 17854 +a2c= 17855 +IGtvbGU= 17856 +jag= 17857 +0LDRgdC40LHQvg== 17858 +pr0= 17859 +IFVuaXZlcnNl 17860 +IERpcmVjdA== 17861 +IGNoZWF0aW5n 17862 +IENpbg== 17863 +IHBhdHJp 17864 +IGFkdmlzZQ== 17865 +IE5ldGhlcg== 17866 +IHByaW1laXJv 17867 +IG1lbnRpb25pbmc= 17868 +bnV0 17869 +NTY= 17870 +YXLEsQ== 17871 +IHBldGl0ZQ== 17872 +YmxlZA== 17873 +IHBlbnNhcg== 17874 +aWNpbw== 17875 +SU5E 17876 +IHZldGVyYW4= 17877 +IGxhZGRlcg== 17878 +IGNvbnNlcXVlbmNl 17879 +0L7QttCw0Ls= 17880 +IEJ1cm4= 17881 +IHJ1Zw== 17882 +IE1hZGU= 17883 +IGdpdA== 17884 +Ii4uLg== 17885 +IGNvbXBldGl0b3Jz 17886 +IHByemVk 17887 +IGFwcGFyZW50 17888 +IEFyZ2VudGluYQ== 17889 +IFdvcmtpbmc= 17890 +IGNvbGxhYm9yYXRl 17891 +d29tYW4= 17892 +IHJldGFpbg== 17893 +IGxldXJz 17894 +IGRhc2hib2FyZA== 17895 +15nXkw== 17896 +IEVhcmx5 17897 +Qk0= 17898 +INC10ZE= 17899 +0L7Qu9C+0LM= 17900 +IHNhdGlzZnlpbmc= 17901 +IG9mdGVudGltZXM= 17902 +IG1hcHBpbmc= 17903 +w7xua8O8 17904 +YXJ0aA== 17905 +Zm9sZA== 17906 +IGxhdW5jaGluZw== 17907 +IGF1cmE= 17908 +IHByZWNpc2lvbg== 17909 +d29ya3M= 17910 +R29k 17911 +IHN0cmFw 17912 +IEltcGVy 17913 +IHJpdmVycw== 17914 +IHw= 17915 +IGN1ZXI= 17916 +cmVnb24= 17917 +IGFycml2YWw= 17918 +0LrQsNGF 17919 +IE1pYW1p 17920 +0LDQvdGL 17921 +IHN1cnZpdm9ycw== 17922 +IFNlbmlvcg== 17923 +RGF2aWQ= 17924 +IGVzdGFkbw== 17925 +IHNlY3RvcnM= 17926 +IHBvcHBpbmc= 17927 +IGNoaW0= 17928 +YXnEsQ== 17929 +IGt1bm5lbg== 17930 +IGdhbGxlcnk= 17931 +IHN1bmxpZ2h0 17932 +ZXNlaGVu 17933 +IHllbGxpbmc= 17934 +IE1laW4= 17935 +IFBob2VuaXg= 17936 +IG1hbm8= 17937 +IGhpc3Rvcmlh 17938 +IG9jY3VycmluZw== 17939 +7Lg= 17940 +0LDQtNC4 17941 +IGluc3RpdHV0aW9uYWw= 17942 +IFR1dA== 17943 +57I= 17944 +IHNsYXZlcw== 17945 +IGZvcmdpdmVuZXNz 17946 +IHR3aW4= 17947 +IEh5dW4= 17948 +0L3RjA== 17949 +IEtvbW0= 17950 +YW5kcmE= 17951 +c2hvdA== 17952 +c3PDpA== 17953 +INGG0LU= 17954 +YXR0YQ== 17955 +IGV4cGVuc2U= 17956 +IEdQVQ== 17957 +IFBhc3Q= 17958 +cmlibHk= 17959 +IOutkOyVvA== 17960 +INCz0L7QtNCw 17961 +IHJlc3Bpcg== 17962 +IFF1ZWVucw== 17963 +aG9wcw== 17964 +IHPDqXJpZQ== 17965 +IHByZWY= 17966 +IGNvbWVk 17967 +IHBsdXQ= 17968 +IE92ZXJhbGw= 17969 +IGN1c2g= 17970 +IHJpbmdpbmc= 17971 +IGluY29ycmVjdA== 17972 +INGB0YLRgA== 17973 +IGdlb21ldHJ5 17974 +IGFkdmVydGlz 17975 +INCo 17976 +IHJldmlld2Vk 17977 +IGRvemVucw== 17978 +IGRldGVybWluYXRpb24= 17979 +IFBoaWxs 17980 +IGNvbnRyaWJ1dGVk 17981 +IENpdA== 17982 +IHBhc3NlbmdlcnM= 17983 +IGPDtHTDqQ== 17984 +IHJldmVy 17985 +IHRlY2hub2xvZ2ljYWw= 17986 +IGFsbGVu 17987 +IHJhaW5pbmc= 17988 +YXZp 17989 +IHNhbHR5 17990 +IHR5cGluZw== 17991 +INGC0LU= 17992 +IHRpbHQ= 17993 +IOy5mA== 17994 +INC+0YA= 17995 +INC/0YDRj9C8 17996 +IHJvdQ== 17997 +IGFyZW5h 17998 +YXJhdA== 17999 +SEhISA== 18000 +IG1hbnVmYWN0dXJlcnM= 18001 +IEVkd2FyZA== 18002 +IHR1Y2s= 18003 +IGJsb3dz 18004 +aW5nbw== 18005 +IE1hcmM= 18006 +7JWE7ISc 18007 +TWljaA== 18008 +IENsZWFu 18009 +6LQ= 18010 +ZXN0bw== 18011 +IFBhY2s= 18012 +IHNoYWZ0 18013 +QlJVTk8= 18014 +IGF2ZW4= 18015 +dXVy 18016 +0YHQutC+0LvRjNC60L4= 18017 +6rSA 18018 +IGF1dG9tYXRlZA== 18019 +IHZlbnR1cmU= 18020 +IHN1cnZlaWxsYW5jZQ== 18021 +IEdyb3c= 18022 +IEVtZXI= 18023 +INC00L7RgA== 18024 +IGludmVzdG9y 18025 +IFlvaw== 18026 +IGxhdHRlcg== 18027 +IE5J 18028 +IGZ1bmN0aW9uaW5n 18029 +IEhhbWlsdG9u 18030 +IDUx 18031 +IG11cmRlcmVk 18032 +IGFuY2hvcg== 18033 +IGN1Yw== 18034 +IFNDUA== 18035 +IE1hZGFt 18036 +IGNvbnN0cmFpbnRz 18037 +IGJhcm4= 18038 +YW5rZW4= 18039 +IOunjuydgA== 18040 +IE1vdG9y 18041 +IERvaW5n 18042 +IGFtZW4= 18043 +ZXR0cw== 18044 +IGluc3RydWN0b3I= 18045 +ZWd0 18046 +YWtv 18047 +IHBvc3R1cmU= 18048 +aXZpYQ== 18049 +IFBvbGlzaA== 18050 +INC00LLQsA== 18051 +IGNvbG9yZnVs 18052 +IGVsYm93 18053 +IHBhcmxl 18054 +IHBhc3Nlcg== 18055 +IGNvbmRlbQ== 18056 +b3J0YWw= 18057 +IGZlcnRpbA== 18058 +2KfYrw== 18059 +IENvbG9tYg== 18060 +IGFsaWdubWVudA== 18061 +IGFzdHJvbmF1dA== 18062 +IE11dA== 18063 +IHNhbG1vbg== 18064 +IHN0cnVjdHVyZWQ= 18065 +nteo 18066 +IGNsaWNrcw== 18067 +IG1pZWo= 18068 +IFJvdW5k 18069 +IHJhaW5ib3c= 18070 +IFZB 18071 +7KeI 18072 +b3R6 18073 +LDwv 18074 +IE5pY29sZQ== 18075 +bGlzaGluZw== 18076 +IHdoaWxzdA== 18077 +IHJlcHVibGlj 18078 +IHRhbWFt 18079 +dmVydGVk 18080 +IHJlY29nbml6aW5n 18081 +INCz0LvQsNCy 18082 +IGR1Yg== 18083 +IEpvcw== 18084 +ZmFsbHM= 18085 +aWNoaQ== 18086 +IGN6xJk= 18087 +INCm 18088 +IE1pdGNo 18089 +Q1I= 18090 +Y2xpY2s= 18091 +IHN0dW5uaW5n 18092 +IEp1bGlh 18093 +bWVycw== 18094 +IFBvbHk= 18095 +IGRlc3Nh 18096 +IGludMOp 18097 +IOqzoOs= 18098 +IGRvxJ8= 18099 +IGRpdmVy 18100 +IHN0cmlraW5n 18101 +YXBob3I= 18102 +IGFwZW5hcw== 18103 +b3VzZXM= 18104 +IHRyYWdlZHk= 18105 +IEZhbg== 18106 +IFR1cmtpc2g= 18107 +IHByb3BoZXQ= 18108 +IGRpc3RhbmNpbmc= 18109 +IEhlbQ== 18110 +IGNhcnRvb24= 18111 +S2U= 18112 +YW50aW5n 18113 +IENsYXJr 18114 +578= 18115 +IGRhdm9u 18116 +IO2F 18117 +IHl1bW15 18118 +IGNvbXByb21pc2U= 18119 +IHN0YXJ0dXA= 18120 +cml0dA== 18121 +IGNlcnRpZmllZA== 18122 +IHBpbGxvdw== 18123 +YmVyZQ== 18124 +7KSA 18125 +IHNlZ3Vpcg== 18126 +IHN0YWRpdW0= 18127 +YXRpdm8= 18128 +IHNpbXBsZXI= 18129 +s7g= 18130 +IHZpc2E= 18131 +IHBhdGh3YXk= 18132 +IG51ZXZv 18133 +IHJheQ== 18134 +6Zw= 18135 +w7bDnw== 18136 +INC30LDQvQ== 18137 +IGNlbGVicml0eQ== 18138 +0LfQsA== 18139 +IGVpbmVz 18140 +IEdpdmVu 18141 +IEFyYQ== 18142 +IEpvYg== 18143 +IHlhaw== 18144 +IEFyYmVpdA== 18145 +cmVzc2luZw== 18146 +w6FuZA== 18147 +IGdyYWJiZWQ= 18148 +cGVuZA== 18149 +IHNpbmU= 18150 +aXJr 18151 +INCe0YI= 18152 +IEZsZQ== 18153 +aWNoZW4= 18154 +56Y= 18155 +IE5laWw= 18156 +IHJlcGVhdGluZw== 18157 +IGRyYXdpbmdz 18158 +cmlzZQ== 18159 +IGdsaXR0ZXI= 18160 +Zml2ZQ== 18161 +IHN1cnQ= 18162 +IHNpY2hlcg== 18163 +IGFkanVzdG1lbnRz 18164 +aXBwaQ== 18165 +Y2tl 18166 +IHJlcHJlc2VudGF0aXZlcw== 18167 +IG1pZHN0 18168 +IHNwb2ls 18169 +bWV5ZQ== 18170 +IHRhZ3M= 18171 +IHllcA== 18172 +IFN0ZXBoYW5pZQ== 18173 +IGdlcmU= 18174 +IFJ1ZA== 18175 +54s= 18176 +IGdyb3M= 18177 +IHF1ZXVl 18178 +IGFjY29yZA== 18179 +IG9yZ2FuaXNhdGlvbg== 18180 +ZW5keQ== 18181 +IFRleHQ= 18182 +w7x5b3I= 18183 +IMOt 18184 +IGNvbmNsdXM= 18185 +IOykgOs= 18186 +IGFtcA== 18187 +IExlc3M= 18188 +IOuQmOuKlA== 18189 +Y2Fubw== 18190 +IFBpeA== 18191 +YXBlZA== 18192 +IGRhcmF1Zg== 18193 +dW8= 18194 +eW50aA== 18195 +YWJlbA== 18196 +IERvbmU= 18197 +IGRpY2s= 18198 +YXRob24= 18199 +IGhpbGFy 18200 +YWNjbw== 18201 +IOyGjQ== 18202 +IE9yZWdvbg== 18203 +IFdlaWw= 18204 +IG1hdGhlbWF0aWNz 18205 +IGFsbQ== 18206 +IHBpeGVscw== 18207 +IGZyw6Vu 18208 +0LHQvg== 18209 +RkM= 18210 +0L3Rjg== 18211 +aGVpbQ== 18212 +Z29z 18213 +IEZvcmdldA== 18214 +ZmVuZA== 18215 +IFZvaWzDoA== 18216 +IEdyZWV0 18217 +IM6xz4XPhA== 18218 +IHJlY3Vy 18219 +NTE= 18220 +IOyeiOqzoA== 18221 +QXQ= 18222 +IHlhcmRz 18223 +0LjRgtC4 18224 +IG9mZnNldA== 18225 +cm9sbGluZw== 18226 +INCf0L7RgQ== 18227 +IGVubGlnaHQ= 18228 +IFBhZA== 18229 +bGltaXRlZA== 18230 +0LjQu9GM0L3Qvg== 18231 +IFNhcmE= 18232 +INGB0LTQtdC70LDRgtGM 18233 +bWFydA== 18234 +IEp1bXA= 18235 +IGFkb3JhYmxl 18236 +b3JzZQ== 18237 +Y2hlZXJpbmc= 18238 +IGVtcGF0aHk= 18239 +IFRvbmlnaHQ= 18240 +b3Jw 18241 +IEh1bnRlcg== 18242 +UG9pbnQ= 18243 +0LPQsA== 18244 +IHBhc3Nlbmdlcg== 18245 +IEtuaWdodA== 18246 +IHNlZW1pbmdseQ== 18247 +aHVo 18248 +IHRoZWF0cmU= 18249 +IHRvbWI= 18250 +IGRlcHJlc3NlZA== 18251 +IHN1bW1vbg== 18252 +IHNhdGlzZmFjdGlvbg== 18253 +ZG9vcnM= 18254 +IEhvdXN0b24= 18255 +0LDRjtGJ 18256 +IFJpbw== 18257 +0LPQu9GP 18258 +IGFycmFuZ2Vk 18259 +IGhhbmRsZXM= 18260 +IHRyaWxsaW9u 18261 +IG5pZ2h0bWFyZQ== 18262 +IFF1YW5kbw== 18263 +IG9sZQ== 18264 +IEd1aWRl 18265 +b29v 18266 +IGJpbGU= 18267 +IGVtcGV6 18268 +IDcy 18269 +Y3JpYmVk 18270 +IHByb2dyZXNzaW9u 18271 +IExpbnV4 18272 +66as 18273 +IOyymOydjA== 18274 +IGZvc3NpbA== 18275 +IHF1ZXJv 18276 +7Iah 18277 +YXRpdmE= 18278 +IHB1eno= 18279 +IFp1cw== 18280 +IHRocmlsbGVk 18281 +IENC 18282 +IG1pbmVy 18283 +0YDQsNGJ 18284 +IFNBUg== 18285 +IE5vcw== 18286 +INCz0L7RgNC+0LQ= 18287 +IGNhbWI= 18288 +INGC0LA= 18289 +IHJlc3VsdGVk 18290 +IERpY2s= 18291 +b3VuZw== 18292 +IGNvbWljcw== 18293 +IGFic29sdXQ= 18294 +c3Rhbg== 18295 +ZGltZW5zaW9uYWw= 18296 +IHRlbnNl 18297 +bXVz 18298 +IEludGVsbA== 18299 +INGN0YLRgw== 18300 +IHBoYXNlcw== 18301 +IHZvbHRh 18302 +IHbDo28= 18303 +Ym91bmQ= 18304 +IEFuZGVyc29u 18305 +IGN1cmlvc2l0eQ== 18306 +IHBvbnQ= 18307 +IGRlbW9uc3RyYXRlZA== 18308 +b2xpbmU= 18309 +IFNwZWVk 18310 +IG1hbWE= 18311 +IHNob2NraW5n 18312 +IGtpZWR5 18313 +IGVhcnRocXVha2U= 18314 +IGltcGxpZXM= 18315 +IGVudGVycw== 18316 +noA= 18317 +IGVsZXZhdG9y 18318 +IGRlbGlnaHRlZA== 18319 +IE1pdHQ= 18320 +IEJhc2Vk 18321 +IERvbA== 18322 +IGtlbg== 18323 +IHdvcnJ5aW5n 18324 +IGZpbGVk 18325 +YWlsYW5k 18326 +INC80LXRgg== 18327 +IG1hc2M= 18328 +IM6R 18329 +IEp1bGll 18330 +IGRpbWVuc2lvbmFs 18331 +aHVtYW4= 18332 +VG9r 18333 +w78= 18334 +IHVuc3Q= 18335 +IHNldWxl 18336 +IGVtYmFy 18337 +IO2VqeuLiOuLpA== 18338 +YWNpb24= 18339 +IOyJ 18340 +IOu2gOu2hA== 18341 +IGhlYXRlZA== 18342 +4oCm4oCm 18343 +IiE= 18344 +IHJlYWxpc2U= 18345 +0LXRgtGL 18346 +aWVuaWE= 18347 +aWV6 18348 +IGbDvGg= 18349 +IEVzc2U= 18350 +IHBz 18351 +IGTDsw== 18352 +YXN0ZXJz 18353 +IG9ucw== 18354 +UE0= 18355 +IHJldHJv 18356 +bWFrZXI= 18357 +d2hlbg== 18358 +IGVsbGE= 18359 +IExpdmluZw== 18360 +IExhbQ== 18361 +IHRyb25n 18362 +IGFwcHJvdmU= 18363 +IM64zrE= 18364 +IHN1bmc= 18365 +0LXQvdC40Y4= 18366 +IFJlbW92ZQ== 18367 +w6huZQ== 18368 +aXJlbg== 18369 +IHN0cmFuZ2Vy 18370 +0LjQvdGL 18371 +IHbDpg== 18372 +YWZ0ZXI= 18373 +b3R0bw== 18374 +lOuhnA== 18375 +IEFob3Jh 18376 +bWlsbA== 18377 +SVNI 18378 +IGdyYWR1YXRpbmc= 18379 +a3Rl 18380 +IHJlbm92 18381 +IHByb2Nlc3NlZA== 18382 +a2V5cw== 18383 +0LXQutC+ 18384 +IGVucmljaA== 18385 +IMWfZWs= 18386 +IGluc2Vj 18387 +IE5hbg== 18388 +Y2FrZXM= 18389 +IGlsbHVzaW9u 18390 +mOulvA== 18391 +IGFpcmw= 18392 +aW1z 18393 +IGFudGVu 18394 +4buvbmc= 18395 +c24= 18396 +IHByZWNpc2E= 18397 +6riw7J6Q 18398 +INin2YTYuQ== 18399 +IGZvcmVtb3N0 18400 +IHBhcmFncmFwaA== 18401 +YXZhaXM= 18402 +INCy0L7RgQ== 18403 +IG1hbnM= 18404 +w61maWM= 18405 +Ym90 18406 +INi52YY= 18407 +IGJyb3Ro 18408 +IGFsdGVybmF0ZQ== 18409 +IENoYXB0ZXI= 18410 +IHZlY3RvcnM= 18411 +ZXNhcg== 18412 +IGluZGljYXRpb24= 18413 +IE5laW4= 18414 +toE= 18415 +IGplYW5z 18416 +WUU= 18417 +Y29uZA== 18418 +IHVuaXRlZA== 18419 +YWJp 18420 +IFNlcmdl 18421 +IHBhcnRpYWxseQ== 18422 +IG1hY3Jv 18423 +IGV0aGljYWw= 18424 +cnVpdA== 18425 +IHNoaWZ0ZWQ= 18426 +IGNhYmU= 18427 +IG1hdGhlbWF0aWNhbA== 18428 +IHJ1ZGU= 18429 +15nXldeq 18430 +IE1lcmM= 18431 +IGdhbnpl 18432 +aWNpb24= 18433 +IHVuY29uc2Npb3Vz 18434 +IGJ1cm50 18435 +INGA0LXQsQ== 18436 +7Yq46w== 18437 +IGNoYXJt 18438 +YW5kYWw= 18439 +7LKc 18440 +b3RoeQ== 18441 +IEhhZGk= 18442 +IGFwcHJlY2lhdGlvbg== 18443 +RU5E 18444 +IHLDqWFs 18445 +toTrk6Q= 18446 +IE5hZw== 18447 +oKTqs6A= 18448 +IExhdXJlbg== 18449 +IHbhu5tp 18450 +IEJyaWRnZQ== 18451 +IFVtbQ== 18452 +IFdlZw== 18453 +IGNoYXF1ZQ== 18454 +IFNvcGg= 18455 +IGdkemll 18456 +7ZGc 18457 +IHN0ZXI= 18458 +IEJsYQ== 18459 +IHJlZmxlY3Rz 18460 +IGJlbmNobWFyaw== 18461 +0LLQsNGC 18462 +YW1pbmU= 18463 +IGFuaA== 18464 +IGNvbnRpbmVudA== 18465 +IEZEQQ== 18466 +7KGw 18467 +IMOqdGVz 18468 +15nXkA== 18469 +IGJsb29keQ== 18470 +IE5pbmU= 18471 +aWVsdA== 18472 +ZW1hbmQ= 18473 +IOuztOqzoA== 18474 +IHRpZGFr 18475 +IFNjaWVudA== 18476 +cGxleA== 18477 +b3N0ZW4= 18478 +IGFuaW1hdGVk 18479 +YXNzYQ== 18480 +IGRlcml2ZWQ= 18481 +INC40YHRgtC+0YA= 18482 +IE1pZw== 18483 +7IWY 18484 +IHJvcw== 18485 +cGx1cw== 18486 +b3NhdXI= 18487 +IF4= 18488 +IGludGVuc2l2ZQ== 18489 +IGdsb2JhbGx5 18490 +IGRpZmVyZW4= 18491 +7J206rOg 18492 +xIVk 18493 +IGTDqXM= 18494 +IHByZXNlbnRhdGlvbnM= 18495 +IENybw== 18496 +IGVzc2Vz 18497 +IEJldHdlZW4= 18498 +UGE= 18499 +IG5hdw== 18500 +4Lit4LiH 18501 +IGJyZWVk 18502 +aWNodGU= 18503 +INCe0L3QuA== 18504 +IEJ1aWxkaW5n 18505 +IGNvbmZvcm0= 18506 +TU8= 18507 +INCW 18508 +IEtpZA== 18509 +bmFz 18510 +IER1ZQ== 18511 +csOpcw== 18512 +IGRpb3g= 18513 +IEJpbg== 18514 +IHRheGk= 18515 +IHNhcA== 18516 +IEh1Yg== 18517 +IGNlbnRlcmVk 18518 +IHN1cmdl 18519 +IGF2b25z 18520 +IGxlYXJudA== 18521 +IFlhbQ== 18522 +IERpZXNl 18523 +0L3QuNC60Lg= 18524 +IEJlaWo= 18525 +V2lsbA== 18526 +IGF0dGVtcHRlZA== 18527 +IGdyaWVm 18528 +w7Nq 18529 +IGtpZG5leQ== 18530 +IG9wcG9uZW50cw== 18531 +IG5vbWU= 18532 +NTc= 18533 +0Y/RgtC90L4= 18534 +IG1pZG5pZ2h0 18535 +QW5ub3VuY2Vy 18536 +YWNpdHk= 18537 +b25lZA== 18538 +IHB1ZWRlcw== 18539 +IHByb2JsZW1hdGlj 18540 +IGNvcHM= 18541 +IFBldGU= 18542 +cmludA== 18543 +dW50ZWQ= 18544 +IGJpcA== 18545 +5qI= 18546 +IMOA 18547 +IGNlbnM= 18548 +YXRpdmVseQ== 18549 +IHVyZ2VudA== 18550 +IHN0cnVnZ2xlZA== 18551 +YWNodXM= 18552 +IG1pY3Jvd2F2ZQ== 18553 +IFNpZGU= 18554 +IERlbm4= 18555 +INGP0LI= 18556 +IHVyZ2U= 18557 +IGZvcmNpbmc= 18558 +d2FuZw== 18559 +INC60L7RgtC+0YDQsNGP 18560 +IG1hbW0= 18561 +IPCfjg== 18562 +IHRyaWJlcw== 18563 +IFNoYWRvdw== 18564 +IFNhbmc= 18565 +IEhpdGxlcg== 18566 +IGx1bg== 18567 +IHNjZW50 18568 +7KeR 18569 +IG92ZXJ3aGVsbWVk 18570 +IGJvbWJz 18571 +IGNyaW1pbg== 18572 +IGNvbnNvbGlk 18573 +IG1vbGVjdWxhcg== 18574 +15XXpw== 18575 +bm9y 18576 +IHBlcmNlaXZlZA== 18577 +IHbDqQ== 18578 +IGFsdG9nZXRoZXI= 18579 +IG9ydGg= 18580 +IHZlbQ== 18581 +IHp3YXI= 18582 +aXpv 18583 +xas= 18584 +IG1lbHRlZA== 18585 +b3JkZW4= 18586 +IENoYXJsb3R0ZQ== 18587 +IEV4Y2Vs 18588 +YXJ0YQ== 18589 +7Jyg 18590 +IEdldw== 18591 +IHJvbWFuY2U= 18592 +ZXJlbW9z 18593 +IGNvbG9uaWFs 18594 +IHRyYWRpdGlvbmFsbHk= 18595 +IHF1YW4= 18596 +aG9v 18597 +IGNoYW1waW9uc2hpcA== 18598 +IGFyYml0cg== 18599 +7IWU 18600 +INC80LjQvQ== 18601 +IHNlbGZpc2g= 18602 +IGJsZXc= 18603 +cnlpbmc= 18604 +IG9wZXJhdG9ycw== 18605 +IGp1cmlzZA== 18606 +j4U= 18607 +dWl0aW9u 18608 +IEVD 18609 +IEFueWJvZHk= 18610 +dmF0ZQ== 18611 +aWV0aWVz 18612 +IGFuYWx5c3Q= 18613 +tOyXkA== 18614 +INCy0YHQtdCz0LTQsA== 18615 +w6dlaw== 18616 +IEt1bg== 18617 +IGFnaW5n 18618 +1aE= 18619 +0YDQsNGE 18620 +IE1vbWVudA== 18621 +IEh1YQ== 18622 +6IM= 18623 +dGhlbg== 18624 +0LXQu9Cw 18625 +ZXN0b25l 18626 +IGVuZGU= 18627 +IGF3YXJkZWQ= 18628 +IG7DpGNoc3Rlbg== 18629 +IFNwb3Q= 18630 +IE5lZw== 18631 +IGZhaXJ5 18632 +IENvdmVy 18633 +IGRlcG9zaXQ= 18634 +IHN0cmVzc2Z1bA== 18635 +IGp1bms= 18636 +IG1ldGFib2w= 18637 +SmE= 18638 +IOq3gA== 18639 +IHVuZGVyZ3JhZHVhdGU= 18640 +IGNhbmNlbGw= 18641 +IGNvbnNlbnN1cw== 18642 +IG9zbw== 18643 +4bq3 18644 +xJ9lcg== 18645 +cmFkYQ== 18646 +IFBhbGFjZQ== 18647 +IHBlZGFs 18648 +IGV4YWdnZXI= 18649 +IGJlaGF2aW9yYWw= 18650 +cGxheWVy 18651 +bGxlcw== 18652 +IGNvbm5lY3Rvcg== 18653 +IHNrZXB0 18654 +jZTrnbzqs6A= 18655 +IG1pdHQ= 18656 +IEhhaGE= 18657 +IHBlcXVl 18658 +IEdvdHQ= 18659 +ZmFuZw== 18660 +4LA= 18661 +am9z 18662 +IGtpY2tpbmc= 18663 +IG1vdW50ZWQ= 18664 +IHJlcGxhY2luZw== 18665 +dm9z 18666 +IHF1aWV0bHk= 18667 +IG1pbGl0 18668 +IG93bnM= 18669 +IG5pdmVhdQ== 18670 +IGF1cg== 18671 +IEJ1eQ== 18672 +IHByZWRpY3RlZA== 18673 +IGNvd3M= 18674 +IHBvbmVy 18675 +IERyaQ== 18676 +IHJlbWFya3M= 18677 +IHJlcG9ydGVy 18678 +IGFya2FkYcWf 18679 +0LXRgdGC0Lg= 18680 +IHNhdmVz 18681 +IMOnb2M= 18682 +IG1ldGFwaG9y 18683 +IEtlbA== 18684 +c3RhdGlvbg== 18685 +c2VtYmx5 18686 +IGFkdmlzb3I= 18687 +IHdvcmtzaG9wcw== 18688 +IGFjY291bnRpbmc= 18689 +IHRvaw== 18690 +bmllcg== 18691 +aW5uZXI= 18692 +IGJ1cmFkYQ== 18693 +IEJC 18694 +IE9seW1waWM= 18695 +IFByYWN0 18696 +Q2hyaXN0 18697 +INGB0Y4= 18698 +IGthcw== 18699 +IHZpZXdlZA== 18700 +IG1hcmtlcnM= 18701 +IGZvdG8= 18702 +Z2V0aWM= 18703 +IEx1Y2Fz 18704 +IHBhZHM= 18705 +IEpvaA== 18706 +IENEVQ== 18707 +YWZmZW4= 18708 +YXJlbQ== 18709 +IEJlY2s= 18710 +IEdvc2g= 18711 +c2hpdA== 18712 +IE1hdGVy 18713 +YWJ1bGFyeQ== 18714 +IFJvb20= 18715 +bGxlbg== 18716 +IEZvbGxvd2luZw== 18717 +IGRvaXQ= 18718 +YmFsbHM= 18719 +aXhh 18720 +IGdyb3VuZHM= 18721 +IOyeiOuKlOuNsA== 18722 +TFM= 18723 +IHdpbGRsaWZl 18724 +IFNRTA== 18725 +IHNoaWZ0cw== 18726 +Qm9vaw== 18727 +IGhvc3RlZA== 18728 +bGxvcg== 18729 +IHNuYXBz 18730 +IGJlc29pbg== 18731 +INep15Q= 18732 +IHBlYW51dA== 18733 +w6RmdA== 18734 +uaA= 18735 +xZts 18736 +QXVkaWVuY2U= 18737 +IEJhcmJhcmE= 18738 +IGFkb3B0aW9u 18739 +IHdvbGY= 18740 +INC+0YHQvdC+0LI= 18741 +YXJkYQ== 18742 +IGV4cG9zZQ== 18743 +IOym 18744 +amFz 18745 +xJM= 18746 +IGNvdW50bGVzcw== 18747 +IOyngQ== 18748 +aGVhbHRo 18749 +dWVudA== 18750 +aXNv 18751 +b3Rpb24= 18752 +IGh1bmdlcg== 18753 +IG1vaXM= 18754 +b2Zmcw== 18755 +IGNsYWltaW5n 18756 +IM6a 18757 +IEJlbGc= 18758 +INC90LDQuQ== 18759 +6riw64+E 18760 +IHVucHJl 18761 +IGdlZA== 18762 +IElv 18763 +INC/0L7RgdC80L7RgtGA 18764 +IGNvxZs= 18765 +IE5hcnJhdG9y 18766 +IMOHb2s= 18767 +7Zmp 18768 +4Lit4Lii 18769 +Y2lwbA== 18770 +IHRpbWVy 18771 +IGRlZmlj 18772 +YXZpbg== 18773 +IGNhdGVnb3I= 18774 +IHRocm93cw== 18775 +IOuCnA== 18776 +INC/0L7RgdC70LXQtA== 18777 +IFRoYWk= 18778 +IG1hc2N1bA== 18779 +IGJla29tbWVu 18780 +IGludGVybmF0aW9u 18781 +dWxzZQ== 18782 +IGF5ZQ== 18783 +IHBvaQ== 18784 +IHBpeGVs 18785 +Q2hyaXM= 18786 +IHN0b3Zl 18787 +zr/OuQ== 18788 +IGdlbmVyYXRvcg== 18789 +IOy7rOs= 18790 +IGFjYWRlbQ== 18791 +IHByYWN0aWNlZA== 18792 +IGFxdWVzdA== 18793 +IGNvbnRyaWJ1dGluZw== 18794 +IEln 18795 +IOG7nw== 18796 +IGNvbnRhaW5pbmc= 18797 +IHdyZXN0bGluZw== 18798 +INGH0LXQs9C+ 18799 +aGF1cHQ= 18800 +IGVzc2Fz 18801 +dmVsb3Bl 18802 +IGV4Y2VwdGlvbmFs 18803 +WVU= 18804 +IEFwcGxhdXNl 18805 +cmljYW5l 18806 +IGNvbnZlbmllbmNl 18807 +INC00LXQu9Cw0YLRjA== 18808 +0LjQu9C40YHRjA== 18809 +IEVudmlyb24= 18810 +ODU= 18811 +IGPDog== 18812 +IOyViOuFle2VmOyEuOyalA== 18813 +IE1P 18814 +IFBvcGU= 18815 +IHNhaA== 18816 +b2Jp 18817 +IG1hc3RlcnM= 18818 +YWluZXM= 18819 +IGJsZXNzaW5ncw== 18820 +IG9iZXk= 18821 +IGZsdXg= 18822 +IGJyb3c= 18823 +IOyLpA== 18824 +IHBvcHVsYXJpdHk= 18825 +IExhbWI= 18826 +emV1Zw== 18827 +7JmU 18828 +j4TroZ0= 18829 +aXR1YXRpb24= 18830 +IGFjY29tcGFu 18831 +IGRpYWxvZw== 18832 +IEphbWll 18833 +IHNld2luZw== 18834 +IGJsZWVkaW5n 18835 +IGJhaWw= 18836 +IHRocmVhZHM= 18837 +b2RnZQ== 18838 +IFNoYW5n 18839 +IGRlcGxveW1lbnQ= 18840 +Y2hlZA== 18841 +IHNhdGlzZnk= 18842 +IGxheg== 18843 +IG1pc3NpbGU= 18844 +IExpbmtlZA== 18845 +IG1ha2Vycw== 18846 +Y2l1bQ== 18847 +ZnJl 18848 +IOuovA== 18849 +IOustOs= 18850 +IEVkZ2U= 18851 +IHNvY2lldGllcw== 18852 +IGFndWE= 18853 +IHN5bmNocm9u 18854 +oaA= 18855 +dW5mdA== 18856 +IHVubQ== 18857 +IHRyaWFuZw== 18858 +IGluanVzdA== 18859 +dG9w 18860 +IG9yYWw= 18861 +a29y 18862 +IO2VqA== 18863 +bGRpZ3Q= 18864 +Y2XEnw== 18865 +cXVldA== 18866 +IExlbw== 18867 +IHNhdm9pcg== 18868 +IGVhc3Rlcm4= 18869 +aWV1 18870 +IGV4cGVk 18871 +INCh0L8= 18872 +IHVubmVjZXNzYXJ5 18873 +IFBlcmZvcm0= 18874 +IE1pbmc= 18875 +INGA0LDQsg== 18876 +IGludGVudGlvbnM= 18877 +IGNvbXByZXNzaW9u 18878 +IFNhYw== 18879 +zr/Ouw== 18880 +YXJzb24= 18881 +IHRyb3V2ZQ== 18882 +IE11aGFtbWFk 18883 +INCy0YvRgQ== 18884 +IGZpbml0ZQ== 18885 +INC90LDRhdC+0LQ= 18886 +dWdh 18887 +0YDQsNC30YM= 18888 +IGNlbGVicmF0ZWQ= 18889 +IGNvbmZlc3M= 18890 +IHNxdWFyZXM= 18891 +IEdvcmRvbg== 18892 +IOuCmOyY 18893 +IHN5bmRyb21l 18894 +IGNvbXBsZXRpb24= 18895 +IGJhY2tpbmc= 18896 +IGRhcmY= 18897 +IFF1cmFu 18898 +IGludGVybWVkaWF0ZQ== 18899 +IGtlcg== 18900 +IGTDvA== 18901 +aGVzaXZl 18902 +IGFjY291bnRhYmlsaXR5 18903 +IFJlYmVjY2E= 18904 +IFNsZWVw 18905 +IGRpZmbDqXJlbnQ= 18906 +b2xz 18907 +IFJpY2U= 18908 +IOuzuA== 18909 +IGFudGliaW90 18910 +z4TOrA== 18911 +cno= 18912 +YW1ibGluZw== 18913 +IHNlbnNpdGl2aXR5 18914 +IGNocm9u 18915 +YWxsYXM= 18916 +NjQ= 18917 +IGZsZWV0 18918 +IG9wdGltaXN0aWM= 18919 +0YHQutC+0LPQvg== 18920 +IGphZGk= 18921 +YWlsbGV1cnM= 18922 +IEVub3VnaA== 18923 +IHNlbmlu 18924 +IHBhY2tz 18925 +Ym4= 18926 +IEFyZWE= 18927 +IFRybw== 18928 +qOumrA== 18929 +0LDRlA== 18930 +IFRob20= 18931 +IGhhcm1vbnk= 18932 +0L3QuNC60LA= 18933 +IHNvbWVkYXk= 18934 +SVNF 18935 +IEJyb2Fkd2F5 18936 +bGFyZXM= 18937 +ZXJuZXNz 18938 +4LmE4Lih 18939 +IFRlbm4= 18940 +IE5BVE8= 18941 +IG1pbnV0b3M= 18942 +IEthbnNhcw== 18943 +IE1vbmc= 18944 +IGNvbXB0ZQ== 18945 +iqQ= 18946 +IOyXrQ== 18947 +IHN1cGVyaGVybw== 18948 +IEdhcmRlbg== 18949 +IE1vcw== 18950 +IGF0dGFjaG1lbnQ= 18951 +IGJ1c3Q= 18952 +4K+K 18953 +IFRoYWlsYW5k 18954 +c3RhdA== 18955 +IHNwaWNl 18956 +IExlYg== 18957 +IGxlYXA= 18958 +emVjaA== 18959 +R0w= 18960 +IHZlcmw= 18961 +IGZpeGluZw== 18962 +IOuztOuptA== 18963 +IHBvcm4= 18964 +IGLDvHk= 18965 +INmF2Kc= 18966 +IFZpcnQ= 18967 +IFRvbW15 18968 +IGNhcmdv 18969 +IE9saGE= 18970 +IHJva3U= 18971 +2YPZhg== 18972 +IGJha2Vk 18973 +IHRhY3RpY3M= 18974 +IG1hcmtldHBsYWNl 18975 +IGt0w7NyYQ== 18976 +YXJsbw== 18977 +IHN3aXRjaGVz 18978 +IGNhY2hl 18979 +IEhS 18980 +IEdhbg== 18981 +IEdQUw== 18982 +IGR1YXM= 18983 +aGVyZXM= 18984 +0LXRgNGI 18985 +dHJhY2s= 18986 +IGx1bmdz 18987 +U3RhdGlvbg== 18988 +aWdnbGVz 18989 +IGNhbXBpbmc= 18990 +IGNvbXBsZXRpbmc= 18991 +YW1hcw== 18992 +IGN5Y2w= 18993 +IHByb3RvdHlwZQ== 18994 +IEp1ZGdl 18995 +b3R5cGVz 18996 +IGluZmVjdGlvbnM= 18997 +oKTr 18998 +0LXRgNCz 18999 +b2Jh 19000 +IEJvZA== 19001 +IFNlY29uZGx5 19002 +IGFwb3N0 19003 +IHNvZ2Fy 19004 +IHJlYXNz 19005 +aWVr 19006 +IGFzaGFtZWQ= 19007 +IGN1cnZlcw== 19008 +INCy0LDQtg== 19009 +IGVuc2VtYmxl 19010 +YXR1cg== 19011 +IHBob3RvZ3JhcGhlcg== 19012 +IGVpZ2h0aA== 19013 +IHdhc3RlZA== 19014 +IGRhbXA= 19015 +INC80LDQuw== 19016 +YXJlbmE= 19017 +IGludGVybmFsbHk= 19018 +IGhlZWxz 19019 +IFNhbHQ= 19020 +IGJsaXI= 19021 +iOuCmA== 19022 +IGNvbnRyYXJ5 19023 +IHByaW1h 19024 +IG9zcw== 19025 +IHJhYmJpdA== 19026 +IGF1dG9y 19027 +IGJyb2FkbHk= 19028 +w61zdA== 19029 +IGJhY2tz 19030 +7ZSE 19031 +ZXRv 19032 +IGp1cnk= 19033 +6LE= 19034 +IHByb3N0dQ== 19035 +IGJhcmE= 19036 +IHBhcmxpYW1lbnQ= 19037 +b3JpZW50 19038 +0LjQu9Cw0YHRjA== 19039 +IGluZGlyZWN0 19040 +w6Ft 19041 +IMOlcg== 19042 +IHRyYWl0cw== 19043 +IGTDrWFz 19044 +2YTZhQ== 19045 +IENU 19046 +YWx5c3Q= 19047 +IGxpdmVzdA== 19048 +IGtvcw== 19049 +TWF5 19050 +IEppbmc= 19051 +IGpvdXJuYWxpc3Rz 19052 +0YfQuNC6 19053 +YXJtcw== 19054 +IOqwkOyCrA== 19055 +INC40LzQtQ== 19056 +IMOpZ2Fs 19057 +IE5ld3Rvbg== 19058 +IHJlY292ZXJlZA== 19059 +IGJyYXVjaGVu 19060 +IEJyb24= 19061 +0LDQvdC+ 19062 +IHBhbGU= 19063 +cHJpc2Vz 19064 +IGhvcmFz 19065 +Y2h0cw== 19066 +w7/Dvw== 19067 +YWtlcnM= 19068 +IEFsYXNrYQ== 19069 +emllag== 19070 +IHNjb29w 19071 +7J206rCA 19072 +Y29y 19073 +w6lsw6k= 19074 +IHN1cmc= 19075 +IHZpZW5l 19076 +IEtyaXN0 19077 +NTQ= 19078 +IGJhbm5lZA== 19079 +IHNtb290aGx5 19080 +IHRyZWF0cw== 19081 +IHByb25vdW5jZQ== 19082 +IGZsdXNo 19083 +IGNhbWJp 19084 +IG11c2ljaWFu 19085 +IEFzaGxleQ== 19086 +IFNQRA== 19087 +IEJvYmJ5 19088 +IGdsb3Nz 19089 +cmVzcGVjdA== 19090 +IHJldmlld2luZw== 19091 +IGdlbmVyaWM= 19092 +xrDhu5tj 19093 +YXRzw6RjaGxpY2g= 19094 +IGhlYWx0aGllcg== 19095 +dWJlcnM= 19096 +INC00LDQvQ== 19097 +IE1lZGljYXJl 19098 +NTM= 19099 +IGNvbXBsYWludHM= 19100 +amFj 19101 +IGFncmljdWx0dXJhbA== 19102 +U3Bl 19103 +IEpvbmc= 19104 +IGRpb3hpZGU= 19105 +6rKo 19106 +ZWxpams= 19107 +IFNoaXQ= 19108 +YWludHM= 19109 +IElhbg== 19110 +IFNpbXBseQ== 19111 +IFN0cmU= 19112 +IEdEUA== 19113 +NTk= 19114 +YXN6 19115 +IEthdGll 19116 +INCx0YA= 19117 +IHBlZWs= 19118 +b3d5Y2g= 19119 +IHJlc29ydA== 19120 +IHJlc2lkZW5jZQ== 19121 +IHNwaWNlcw== 19122 +Y2nDsw== 19123 +IGplZGVy 19124 +IGVtbw== 19125 +YXJpdW0= 19126 +IHB1ZmY= 19127 +66eJ 19128 +0YPQu9GM0YI= 19129 +IG1ldGE= 19130 +IOyghOs= 19131 +IG9wdGltaXphdGlvbg== 19132 +Z2FuZw== 19133 +IO2VhA== 19134 +IGVmZmljaWVudGx5 19135 +IHZpc3VhbGx5 19136 +IGZyb3N0 19137 +IEFydGh1cg== 19138 +IMW8 19139 +IGFjaGlldmluZw== 19140 +IHJvdGF0aW5n 19141 +IGxpbmluZw== 19142 +IG9jY3VwaWVk 19143 +bWVudGF0aW9u 19144 +IHN0cmV0Y2hpbmc= 19145 +IHN0YWxs 19146 +b3N0aWM= 19147 +IFNldmVy 19148 +IGdsdWM= 19149 +IHLDs8W8 19150 +IG91dHJlYWNo 19151 +c3RyYQ== 19152 +aWtlbg== 19153 +IOyWmOq4sA== 19154 +IEpvaW4= 19155 +IGltcGU= 19156 +IGNvbXBlbnNhdGlvbg== 19157 +IFRhdA== 19158 +IENhcmxvcw== 19159 +w7xocnQ= 19160 +IEZyYW5jaXM= 19161 +Y2pp 19162 +eWVhaA== 19163 +IG1lbWJyYW5l 19164 +IGV4aGFsZQ== 19165 +IHJlbGk= 19166 +IE9S 19167 +IHJlZnJpZ2VyYXRvcg== 19168 +IFZlbmV6 19169 +TGlrZQ== 19170 +IHJhaXNlcw== 19171 +b3R0bGU= 19172 +YXR1cmE= 19173 +IHJ1bGVy 19174 +IHdlZXI= 19175 +IGd1aWRlZA== 19176 +IE1hZ24= 19177 +IENvcnBvcg== 19178 +jZQ= 19179 +IGF0dHJpYnV0ZQ== 19180 +IFdvYWg= 19181 +IGFycm93cw== 19182 +IGF3YWl0 19183 +IFByaW0= 19184 +IGRpZ25pdHk= 19185 +IE9udGFyaW8= 19186 +aXNjaGVy 19187 +IOyLnQ== 19188 +aW1lbg== 19189 +b3V2ZXI= 19190 +QVNT 19191 +4buHbg== 19192 +b3B5 19193 +YWNodXNldHRz 19194 +IGVsZGVybHk= 19195 +RkE= 19196 +IERhaWx5 19197 +c2hpbmU= 19198 +IDU2 19199 +6KI= 19200 +aWVybm8= 19201 +IHNraWxsZWQ= 19202 +IGdyb8OfZQ== 19203 +IE9haw== 19204 +aWdnbGU= 19205 +0LXQu9C10Lk= 19206 +IGJpcmF6 19207 +IGFyZ3Vpbmc= 19208 +INC/0L7RjdGC0L7QvNGD 19209 +IGRyaWZ0 19210 +IGhhcm5lc3M= 19211 +IGRlaXhhcg== 19212 +YXV0cmU= 19213 +IFNlZWluZw== 19214 +IGNhcGl0YWxpc20= 19215 +IEVsZA== 19216 +emlvbmU= 19217 +IEJleW9uZA== 19218 +IHBlcmZlY3Rpb24= 19219 +IGhvZQ== 19220 +IGRlY2xhcmU= 19221 +0LDQu9Cw0YHRjA== 19222 +IHBva2U= 19223 +INeh 19224 +IGZpZ2h0ZXJz 19225 +6rKg64uk 19226 +0L7RgNC+0LI= 19227 +IGFjY29yZGluZ2x5 19228 +IElzYQ== 19229 +IG9wdGltaXpl 19230 +IE1pbmlzdHJ5 19231 +IHNhZ2U= 19232 +7Iuc66m0 19233 +IGJlbmk= 19234 +IGRvbmF0aW9u 19235 +IGNsZWFyZWQ= 19236 +IEx1Y2tpbHk= 19237 +IGhhcm1mdWw= 19238 +tey7pA== 19239 +IGNlbWVudA== 19240 +0L/QuNGB 19241 +IGRlZGk= 19242 +IENyYWln 19243 +IGRlbW9ucw== 19244 +IGN1c3RvbWl6ZQ== 19245 +IGlnbm9yZWQ= 19246 +IFRpYW4= 19247 +IGhvcGVk 19248 +IEJ1cmVhdQ== 19249 +IHJp 19250 +IFlhaA== 19251 +IHNvY2tldA== 19252 +IGZlYXR1cmluZw== 19253 +IHBhcmY= 19254 +IFRF 19255 +IFRlYWNoZXI= 19256 +IGNhdGFsb2c= 19257 +6rCA7KeA6rOg 19258 +IFNlaXRl 19259 +IGNvbmU= 19260 +IFBhbGVzdGlu 19261 +IGdld29vbg== 19262 +IGdhaW5pbmc= 19263 +INii 19264 +IGNhdGFzdA== 19265 +IG5laWdoYm91cg== 19266 +SVNU 19267 +IHN0ZWFsaW5n 19268 +IHRyb2lz 19269 +IGludGVuZA== 19270 +IFNob290 19271 +IHBpb25l 19272 +IEludGVs 19273 +IExJTg== 19274 +IGJyaWdodGVy 19275 +IFllc3RlcmRheQ== 19276 +IHNvdw== 19277 +c2lu 19278 +b2Rz 19279 +IGV0aGljcw== 19280 +IGludGVydmlld2Vk 19281 +cmVsbA== 19282 +IHJlZnJlc2hpbmc= 19283 +c8Ol 19284 +IGFic3VyZA== 19285 +IHBob3NwaA== 19286 +Zmls 19287 +IHN0ZWhlbg== 19288 +dmFscw== 19289 +IGNhcmVk 19290 +IGRlbGw= 19291 +Ym9uZQ== 19292 +IGhvY2g= 19293 +IHB1cA== 19294 +IGlv 19295 +IGFjb250ZWNl 19296 +ZWxsZXM= 19297 +IFNwbA== 19298 +aWdp 19299 +IHTDpG4= 19300 +IGVsZXBoYW50 19301 +IGdhdGVz 19302 +IHNsaWNlcw== 19303 +IHByYW5r 19304 +b2tyYXQ= 19305 +IGhpbGFyaW91cw== 19306 +IFNpZA== 19307 +IOuSpA== 19308 +IGVzc2VyZQ== 19309 +IHRlbGVwaG9uZQ== 19310 +aW5hbGx5 19311 +cmF0b3I= 19312 +IGhlbGljb3B0ZXI= 19313 +IGnFn3Rl 19314 +IGdpZA== 19315 +IHRvdXJpc3Q= 19316 +IGNvbmZsaWN0cw== 19317 +0LDRgtCw 19318 +IHTDqQ== 19319 +IGFzc2VydA== 19320 +IGxhdW5kcnk= 19321 +IEJvbQ== 19322 +IHNwZWNpYWxpemVk 19323 +IE1vZGVybg== 19324 +b2dyYWY= 19325 +IGFubw== 19326 +IHJldHJpZQ== 19327 +IFB1dGlu 19328 +IEhBUg== 19329 +INC80LDRiA== 19330 +IM6xz4DPjA== 19331 +IHR1dHRp 19332 +INCy0YLQvtGA 19333 +7Ja1 19334 +IEJ1bA== 19335 +64uk66m0 19336 +xYJl 19337 +YXJpbg== 19338 +IHRoZXJhcGlzdA== 19339 +IGfDpXI= 19340 +IEN6eQ== 19341 +cHBl 19342 +bWly 19343 +IFRlcm0= 19344 +IEJlYXI= 19345 +bGFjZQ== 19346 +IE1vcmVvdmVy 19347 +IERpc2M= 19348 +IO2DgA== 19349 +IHRpdGxlZA== 19350 +IHN0cmlwcw== 19351 +IEZhaHI= 19352 +IFJpbmc= 19353 +cmFuZG8= 19354 +YWZh 19355 +IHNob3J0cw== 19356 +IHRydW5r 19357 +IHNlbnRpZG8= 19358 +z4nOvQ== 19359 +IGFjcmVz 19360 +IG92ZXJk 19361 +IE9seW1waWNz 19362 +IE1lcmNp 19363 +IOuCmOyYpA== 19364 +IGdlcm0= 19365 +YW1tZWQ= 19366 +IHByZWd1bnQ= 19367 +IE51dA== 19368 +IDwv 19369 +IHRyYXZlbHM= 19370 +IHZvY2FidWxhcnk= 19371 +ZXRlbg== 19372 +b2Rlcg== 19373 +IGNvbnN1bWluZw== 19374 +d3JpdGluZw== 19375 +IGFwcGVhcmluZw== 19376 +IGFkanVzdGVk 19377 +c2Vt 19378 +IGZyZW50ZQ== 19379 +IG1heGltaXpl 19380 +IHp3aXNjaGVu 19381 +IHphbQ== 19382 +Y29uc2Npb3Vz 19383 +emVr 19384 +aGFv 19385 +7LKY65+8 19386 +IEVwaXNvZGU= 19387 +IHZpc2liaWxpdHk= 19388 +IG1pam4= 19389 +IHZpZWxlbg== 19390 +IEJyb3RoZXJz 19391 +15nXkQ== 19392 +IHbDpGxkaWd0 19393 +IGNydXNoZWQ= 19394 +dWZlbg== 19395 +YWN0aWM= 19396 +IEJlZA== 19397 +IEZB 19398 +aXNzaXBwaQ== 19399 +IHJlbW90 19400 +IHBldHM= 19401 +IHRodW5kZXI= 19402 +IE1hbQ== 19403 +7JW17Luk 19404 +cGFyZW50cw== 19405 +IGLEsQ== 19406 +IHN1cnRvdXQ= 19407 +IHNlZ21lbnRz 19408 +IG5laG1lbg== 19409 +IHV0aWxpeg== 19410 +IFJ1Ynk= 19411 +IHLhu5Np 19412 +IGhhcHBpbHk= 19413 +IGJ1c2g= 19414 +dWx0YW4= 19415 +2Lg= 19416 +IEhpbA== 19417 +IGxhd24= 19418 +IGV5ZWJyb3dz 19419 +bWV6 19420 +IFN5ZA== 19421 +cmVw 19422 +aW5m 19423 +IG92ZXJoZWFk 19424 +Y3puaWU= 19425 +IG94aWQ= 19426 +IFdvbA== 19427 +IGRlc3Ryb3lpbmc= 19428 +IEFkZGl0aW9uYWxseQ== 19429 +dW1ibGVk 19430 +ZGVw 19431 +IGRlcG9z 19432 +IGNvbW1vZA== 19433 +IGNha2Vz 19434 +IHRhbGVudHM= 19435 +IHBvdXJxdW9p 19436 +IGNvbnRlbXBs 19437 +bmVscw== 19438 +0L7RiQ== 19439 +IEFyYWJpYw== 19440 +IE1hcnlsYW5k 19441 +b3dv 19442 +IFBsYQ== 19443 +xJ9sdW0= 19444 +IHByb3BoZQ== 19445 +IFJlcHJlc2VudA== 19446 +b3BvbA== 19447 +YWNjb3Jk 19448 +IE1lYW5pbmc= 19449 +IGpvaW50cw== 19450 +IGJyYWtlcw== 19451 +Y2t0 19452 +IDE5OTk= 19453 +IHB1YmxpY2F0aW9u 19454 +IFJldmlldw== 19455 +0L7QudC0 19456 +IG5pY2hl 19457 +IHNpZ25pZmljYQ== 19458 +IGRlYnI= 19459 +IG92ZXJsYXA= 19460 +IGRlbWFuZGluZw== 19461 +IFPDsw== 19462 +IHN1YnNlcXVlbnQ= 19463 +IHF1b3Rlcw== 19464 +IEN1cnJlbnRseQ== 19465 +IHByZXZlbnRpbmc= 19466 +IDEzMA== 19467 +IENlbA== 19468 +b25u 19469 +d25pZcW8 19470 +7JW9 19471 +INC60LDQutC40LU= 19472 +QUNI 19473 +IGd1bQ== 19474 +IElzcmFlbGk= 19475 +7Jy864uI6rmM 19476 +5ag= 19477 +cnVrdA== 19478 +IGNsYXBwaW5n 19479 +IE1hc3NhY2h1c2V0dHM= 19480 +IHJlc2lsaWVuY2U= 19481 +IHN1YnNjcmliaW5n 19482 +IGpld2Vscnk= 19483 +Z2VicmE= 19484 +IGNvcnJlY3Rpb24= 19485 +Ym9v 19486 +2KY= 19487 +bGlv 19488 +c2Ft 19489 +IGVudmVsb3Bl 19490 +a2Fs 19491 +IEZhcm0= 19492 +IGNhdHRsZQ== 19493 +IGJyYXM= 19494 +IHJlcGVudA== 19495 +IHRvbmVz 19496 +b3Npb24= 19497 +cGVjdGlvbg== 19498 +IGRlbmVu 19499 +yJtp 19500 +IE1hcmc= 19501 +IGFjcXVpcmU= 19502 +aWJsaW5ncw== 19503 +IGFzcGly 19504 +IHNpemVk 19505 +IGFsYw== 19506 +IHZpYnJhdGlvbg== 19507 +dGls 19508 +ZW1pbg== 19509 +IGNvcnJlbGF0aW9u 19510 +IHNpbmd1bGFy 19511 +INC/0L7Rj9Cy 19512 +cmVr 19513 +IGNoYXB0ZXJz 19514 +bWJyZQ== 19515 +IGF1ZGl0aW9u 19516 +w6dhcw== 19517 +IHZhbXA= 19518 +IHRlcw== 19519 +INGA0LDQt9Cy 19520 +IHJlc3BlY3RlZA== 19521 +Y2lu 19522 +IGZ1Y2tpbg== 19523 +IMO8YmVyaGF1cHQ= 19524 +INC/0L7QsQ== 19525 +IGFsaWtl 19526 +tog= 19527 +cm9iaQ== 19528 +w650 19529 +IFRvdWNo 19530 +YW56YQ== 19531 +IGZpcm1seQ== 19532 +IEdyZWV0aW5ncw== 19533 +c2NhbGU= 19534 +ZGFk 19535 +0LDQutGC0Lg= 19536 +IGJhY2t5YXJk 19537 +0L7QttC0 19538 +R3I= 19539 +IFNURQ== 19540 +0L7RgNGC 19541 +IGjDpHR0ZQ== 19542 +IEZpcnN0bHk= 19543 +IE9mdGVu 19544 +YXN1cmVz 19545 +IGRyYXdz 19546 +cmVkaXQ= 19547 +QVRF 19548 +UGU= 19549 +Q1A= 19550 +IGNvbXBlbGxpbmc= 19551 +IHN1YnNpZA== 19552 +IG5laWdoYm9yaG9vZHM= 19553 +IGRpcGxvbQ== 19554 +IGVudGVuZGVy 19555 +cGVyaW5n 19556 +YXVn 19557 +Y2hhdA== 19558 +0J3Rgw== 19559 +IERvbGw= 19560 +IOygkA== 19561 +IGhvc2U= 19562 +bmFy 19563 +IHJld2FyZGluZw== 19564 +IFNvbGQ= 19565 +IHRha2k= 19566 +IGJsYWRlcw== 19567 +IEthdGg= 19568 +IGpvZ28= 19569 +IHNlbnNhdGlvbg== 19570 +dWFuYQ== 19571 +cGVs 19572 +IFJlY2VudGx5 19573 +IHBvbHltZXI= 19574 +IFVQ 19575 +LS0t 19576 +IGhvdmVy 19577 +IHJ1bGVk 19578 +INeU15DX 19579 +IGFmZmVjdGlvbg== 19580 +IMSR4buD 19581 +IGJyZWU= 19582 +IExheQ== 19583 +IFlvbmc= 19584 +IHJlY2VpdmVy 19585 +nOulvA== 19586 +IGRpc3Nv 19587 +IFFpbmc= 19588 +IMOpdg== 19589 +IG3DunNpY2E= 19590 +IGFlc3RoZXRpYw== 19591 +IEJyZWF0 19592 +IFRB 19593 +IGFjY3VyYXRlbHk= 19594 +P+KAiw== 19595 +IHdhZ2Vz 19596 +cmF3ZMSZ 19597 +IHN3YWxsb3c= 19598 +IGNvbXBsYWludA== 19599 +IGxpZWQ= 19600 +YmVjdWU= 19601 +IHJlbGF4aW5n 19602 +IFBva8OpbW9u 19603 +IHRlY24= 19604 +YmFuZw== 19605 +s7Ts 19606 +IHF1aWVu 19607 +0L3QvtC80YM= 19608 +IGhhYml0YXQ= 19609 +Li4uLi4u 19610 +YWJsaW5n 19611 +INGC0LDQutC40LU= 19612 +IGJlc29uZA== 19613 +IGVtcGxveWVk 19614 +IGFycml2ZXM= 19615 +IHZlc3NlbHM= 19616 +IEF4 19617 +IGRpc3BsYXlz 19618 +MTUw 19619 +b2xvZ2ll 19620 +IOyXkA== 19621 +IGNsbw== 19622 +INC00L7Qsg== 19623 +INCe0LQ= 19624 +IHZ1ZWw= 19625 +d2VuZA== 19626 +IHNsaXBw 19627 +dXJw 19628 +IExvdA== 19629 +IGJ1bGxldHM= 19630 +IHJhZ2U= 19631 +IHNraXJ0 19632 +aWVudGVz 19633 +IG5o4buvbmc= 19634 +IE5hdHVyYWw= 19635 +IGhpbmQ= 19636 +IHdvcmtsb2Fk 19637 +bXU= 19638 +7YOc 19639 +IHN1bnNldA== 19640 +0LLQvtC7 19641 +cGl0 19642 +IEFTSA== 19643 +IOu2hOuTpA== 19644 +IGRvd25zdGFpcnM= 19645 +6a0= 19646 +IGNvdW50ZWQ= 19647 +IG5heg== 19648 +15XXpA== 19649 +IFBoaWxpcHBpbmVz 19650 +IDExMA== 19651 +IFBhcmtlcg== 19652 +IGdpdHU= 19653 +IGludGVyZXM= 19654 +IHVtYnJl 19655 +IE5hdHVyZQ== 19656 +IGplcg== 19657 +ZW5vcw== 19658 +IHBhbmVsaXN0cw== 19659 +IGNvYXRpbmc= 19660 +IGNoZXJyeQ== 19661 +IFBlbnQ= 19662 +IE1pc3Q= 19663 +cmVnYXRpb24= 19664 +IHZpbmQ= 19665 +IENvcnBz 19666 +IE1pc3Npb24= 19667 +IG5vYmxl 19668 +IGZvbmN0aW9u 19669 +IHdhcnJpb3I= 19670 +IHByb3Rlc3Rz 19671 +b3VyaQ== 19672 +IGNvbnN0aXR1dGlvbmFs 19673 +xYJhbQ== 19674 +IGVtZXJnZWQ= 19675 +IGR5ZQ== 19676 +IFRyeWluZw== 19677 +aWdt 19678 +w6lxdQ== 19679 +TE8= 19680 +IFZlcm0= 19681 +ZXJ2aW5n 19682 +IFRJTQ== 19683 +IENp 19684 +IGZyZWV6ZXI= 19685 +IGdydXBv 19686 +IFNwb3J0cw== 19687 +INC/0YDQvtCz 19688 +INmE2Kc= 19689 +b3RoZXJhcA== 19690 +aWZmYW55 19691 +Ymlhbg== 19692 +IHJhbmtlZA== 19693 +IHByb3Bvc2Fscw== 19694 +IMSRw6J5 19695 +IGZyZWV6aW5n 19696 +IGluc2VjdHM= 19697 +dmls 19698 +IGNvbXBvc3Q= 19699 +IHNlbWFuYQ== 19700 +IGRpc3Rpbmd1aXNo 19701 +IGZhY2lsaXRhdGU= 19702 +IHBsdXNpZXVycw== 19703 +IHZlcmc= 19704 +IGFsZ3Vucw== 19705 +IFRpa1Rvaw== 19706 +IEV4cHJlc3M= 19707 +0LzQtdC90YI= 19708 +U1U= 19709 +IGludGltYXRl 19710 +IEF1dGhvcg== 19711 +IHdpdG5lc3Nlcw== 19712 +IGthbGF1 19713 +IGFyZ3VlZA== 19714 +IGF2b2lkaW5n 19715 +Y3RpdmU= 19716 +IHB1cnN1aW5n 19717 +IHN5bGw= 19718 +w6F2ZWw= 19719 +IEF0bGFudGE= 19720 +IFV0YWg= 19721 +IFRpbGw= 19722 +IGVyZg== 19723 +IDIwMjI= 19724 +w6R0ZXI= 19725 +IGZ1bmVyYWw= 19726 +IEZsYXNo 19727 +IEF0bGFudGlj 19728 +IGdlbGU= 19729 +7KaI 19730 +IG1vcnRnYWdl 19731 +IOuEmA== 19732 +bGljaHQ= 19733 +IGFtYml0aW91cw== 19734 +IEJlaWppbmc= 19735 +IGRpdmluZw== 19736 +IHVuYm94 19737 +aWxsYXM= 19738 +IG90cmFz 19739 +IGV2YWM= 19740 +IG1hcmluZQ== 19741 +INGB0L7Qt9C0 19742 +IENyZWF0ZQ== 19743 +IGdq 19744 +IGZyZXF1ZW5jaWVz 19745 +aW5ndG9u 19746 +IFJvbWFucw== 19747 +IGFpbWluZw== 19748 +IEJ1ZmY= 19749 +IGVtcGVyb3I= 19750 +IE1vaQ== 19751 +IHByb21pc2luZw== 19752 +IGFsZ3VtYQ== 19753 +IHBhc2E= 19754 +IGRpc29yZGVycw== 19755 +U0k= 19756 +IHN1Y2NlZWRlZA== 19757 +IGN1ZXJwbw== 19758 +IHNvZGl1bQ== 19759 +IHN0dWI= 19760 +aGVpcm8= 19761 +IGRlbGF5ZWQ= 19762 +ZXRlcmE= 19763 +dHc= 19764 +IHN5bmM= 19765 +aGQ= 19766 +IHRvdXJpc3Rz 19767 +IHN5c3Q= 19768 +IG3DqXQ= 19769 +IHF1YWxpZnk= 19770 +IE90aGVycw== 19771 +bGxlcnM= 19772 +0LDRgtC10LvRjNC90L4= 19773 +INCe0L3QsA== 19774 +IHBlcmNlaXZl 19775 +IOqygA== 19776 +IOqwgOyepQ== 19777 +INC40YHQug== 19778 +IE1hdHRlcg== 19779 +IEJsdWV0b290aA== 19780 +IHBlYXJs 19781 +IGFyaXNl 19782 +IG1vbnVtZW50 19783 +INC40LzQtdC90L3Qvg== 19784 +YWdp 19785 +2YTZig== 19786 +IHJobw== 19787 +IHNtYXJ0ZXI= 19788 +IGNvbmo= 19789 +0L7QutCw 19790 +IGtlZW4= 19791 +IFRyZWF0 19792 +0LrQu9GO0Yc= 19793 +IHBhY2tldA== 19794 +ZWxzaXVz 19795 +IEFsYWI= 19796 +0LjQvdC4 19797 +IHBzaQ== 19798 +IGVuam95YWJsZQ== 19799 +IEVsbGVu 19800 +INCy0Lw= 19801 +IGVsaW1pbmF0ZWQ= 19802 +IFJvdw== 19803 +IHpvbWJpZQ== 19804 +IEt1 19805 +IHBocmFzZXM= 19806 +IGdyZW4= 19807 +dXRlcg== 19808 +IGRpcmVrdA== 19809 +15Y= 19810 +ZW5lbg== 19811 +dXNh 19812 +INGB0LvQvtCy 19813 +xLA= 19814 +IEdo 19815 +IGNvcnJpZA== 19816 +IHF1ZWVy 19817 +IExpbmRh 19818 +IG9uYQ== 19819 +IG9ibGlnYXRpb24= 19820 +ZGFy 19821 +INi1 19822 +ZW1tZW50 19823 +YWNpZXM= 19824 +IHNjcmV3ZWQ= 19825 +IG5haw== 19826 +IGF5dWQ= 19827 +w6Fy 19828 +bGV6 19829 +IGRyb3du 19830 +IE1lZGljaW5l 19831 +IGxhYnM= 19832 +IGp1c3F1 19833 +IEdvbm5h 19834 +IHRlcnJvcmlzdA== 19835 +cXVlc3Q= 19836 +IGZhcnRoZXI= 19837 +IHJlcGxpZWQ= 19838 +IFNX 19839 +IE1pc3Npc3NpcHBp 19840 +aXNobmE= 19841 +IGhvbGRlcg== 19842 +IHJlaWdu 19843 +IGFjY2VwdGFuY2U= 19844 +IHVs 19845 +tow= 19846 +IEhvdGVs 19847 +IENvb3Blcg== 19848 +dGFu 19849 +IEdyYWI= 19850 +IHZhcG9y 19851 +IGFjdGVk 19852 +IEthbmc= 19853 +ZmFu 19854 +IOydtOyDgQ== 19855 +dXRldA== 19856 +IHdvcmR0 19857 +IGZhcm1z 19858 +ZGF0 19859 +IGNvdXBsZXM= 19860 +IGJlYWRz 19861 +aWVudG9z 19862 +VGhlbg== 19863 +b3NpdHk= 19864 +IFN0YW5mb3Jk 19865 +Li0= 19866 +V2FpdA== 19867 +IGRhdGFz 19868 +b2lyZQ== 19869 +IGhhc2h0YWc= 19870 +aW1tZQ== 19871 +IGVuY291bnRlcmVk 19872 +IHNob3V0aW5n 19873 +IHJlc2lzdGFudA== 19874 +IFNldW5n 19875 +IHRyYWdpYw== 19876 +IERyYXc= 19877 +LCw= 19878 +IHNob3djYXNl 19879 +IEFG 19880 +IFN0cmk= 19881 +IGJhY2tlZA== 19882 +INGD0LM= 19883 +INCx0YPQtNGD0YI= 19884 +IENvbGU= 19885 +ZXVycw== 19886 +KD8p 19887 +IGVzY2FwZWQ= 19888 +QVNU 19889 +IEFzc2VtYmx5 19890 +IHN0aWNrZXI= 19891 +IG1pZXV4 19892 +IGVudGVydGFpbmluZw== 19893 +IERPTg== 19894 +IEFtZW5k 19895 +IEthcmw= 19896 +IGluaGli 19897 +c3N0 19898 +aWVn 19899 +fn5+ 19900 +IGhvb2tlZA== 19901 +IGxpdGVyYWw= 19902 +IHN1bm55 19903 +c3RlcHM= 19904 +IOuwnOs= 19905 +IE1hcmluZQ== 19906 +IHN1ZQ== 19907 +IHByaXNvbmVycw== 19908 +IEVi 19909 +NTg= 19910 +IGRydW1z 19911 +IGd1aWx0 19912 +YWxn 19913 +IGhhcHBpZXI= 19914 +IENN 19915 +IOyVhOuLiOyVvA== 19916 +INCf0LXRgA== 19917 +0YPQu9GP 19918 +IGtleXdvcmQ= 19919 +IFBhcmNl 19920 +IEZvcmVpZ24= 19921 +IEFtYW5kYQ== 19922 +IOuqqQ== 19923 +cGxlc3M= 19924 +iKw= 19925 +w7Ntbw== 19926 +IHF1YWxxdWVy 19927 +7J2065286rOg 19928 +IGNvbnNwaXJhY3k= 19929 +IHN0cmF3YmVycnk= 19930 +IGhhdHRlbg== 19931 +RXM= 19932 +IHNwb3M= 19933 +IHZpbGxhZ2Vz 19934 +IGxldg== 19935 +INGB0YDQtdC0 19936 +IHdha2luZw== 19937 +IGNhbGN1bGF0aW9ucw== 19938 +INmF2Lk= 19939 +IHBvdXJpbmc= 19940 +IGxlYmlo 19941 +IHBvbGlzaA== 19942 +IFRvdXQ= 19943 +IGZ1bmt0aW9u 19944 +0LzQvg== 19945 +IFRp 19946 +IHdhc3Rpbmc= 19947 +aXN0aWNhbGx5 19948 +IG1hbmlwdWxhdGU= 19949 +IHNpbXBsaWZ5 19950 +IHRlYW1tYXRlcw== 19951 +INCx0L4= 19952 +IGNvbnRhbQ== 19953 +IFF1aXRl 19954 +IGt1cno= 19955 +IENhbmQ= 19956 +dHlwZQ== 19957 +b3V0aGVhc3Q= 19958 +IGZpbmFuY2lhbGx5 19959 +0L7Qu9C9 19960 +ZWxzb24= 19961 +IGZvcmVoZWFk 19962 +dWFnZQ== 19963 +bmF1ZGlibGU= 19964 +IEJlaGluZA== 19965 +IG5lZ290aWF0aW9ucw== 19966 +IOuniOydjA== 19967 +IGFsdGVybmF0aXZlcw== 19968 +cmFuaw== 19969 +aG9sZGVy 19970 +IGhlYWxlZA== 19971 +0YLQvtGH 19972 +IFNwZWM= 19973 +IGV4aGliaXQ= 19974 +IHNoYWxsb3c= 19975 +IGdvYg== 19976 +IOuc 19977 +IGZydXN0cmF0aW9u 19978 +w61v 19979 +IG1lbHRpbmc= 19980 +IFN0b3Jt 19981 +IHBhdGVudA== 19982 +IEJhcmNlbA== 19983 +IHBlZGVzdA== 19984 +2YjZhQ== 19985 +IHRhaQ== 19986 +IE1vZGU= 19987 +IHdpbA== 19988 +IOuqqOultA== 19989 +IMOpZ2FsZW1lbnQ= 19990 +INeQ15c= 19991 +YXlhbg== 19992 +IGFtYXplZA== 19993 +7KeA64qU 19994 +IGhhY2llbmRv 19995 +IOydtOyVvA== 19996 +zrvOsQ== 19997 +4LiC 19998 +0LXRgtCw 19999 +IGV4YW1z 20000 +IHRyYXZlbGxpbmc= 20001 +UHJlc3M= 20002 +0LjRgNGD 20003 +IGJhc2VsaW5l 20004 +IGJ1c2Vz 20005 +IHJlaW5mb3I= 20006 +dmVuYW50 20007 +IFRydXRo 20008 +nb0= 20009 +b2Jl 20010 +IHllbGw= 20011 +IHNhdXNhZ2U= 20012 +VEY= 20013 +IEV2aWw= 20014 +IG1laW5lcg== 20015 +15nXpw== 20016 +IGhvcGVmdWw= 20017 +IHLDs3duaWXFvA== 20018 +IFBlcsOy 20019 +dHdv 20020 +bmRlcg== 20021 +INC80LjRgA== 20022 +IGNvbnNjaWVuY2U= 20023 +IFdhcnJlbg== 20024 +aWNreQ== 20025 +IGFpbWVk 20026 +IGfDtnJh 20027 +WFQ= 20028 +IHB5cmFt 20029 +UmVk 20030 +YXR1 20031 +IEVzdGE= 20032 +IGVhcm5pbmdz 20033 +IGhhdHM= 20034 +IFN0YWR0 20035 +aWNrZXQ= 20036 +cG9pbnRz 20037 +aW5hbmRlcg== 20038 +IG1vdG9yY3ljbGU= 20039 +IOuPjA== 20040 +IO2VtOyVvA== 20041 +a29t 20042 +IERpbmc= 20043 +5pI= 20044 +IHJlY3Vycw== 20045 +IGVzdGltYXRlcw== 20046 +IGRlcm5p 20047 +IHZlcnNjaA== 20048 +IE1JQw== 20049 +0LjQstCw0YLRjA== 20050 +INC/0YDQvtGI 20051 +IGRvc3Q= 20052 +INCy0YHRgtGA 20053 +IHdpZWw= 20054 +IHNpYmxpbmdz 20055 +INC00LXQsg== 20056 +IGVhcmxpZXN0 20057 +IGZhdGlndWU= 20058 +IG5oaQ== 20059 +IGd1c3Rh 20060 +IGJvbm5l 20061 +ZnJvbQ== 20062 +IEplbm55 20063 +IHN1cHBvc2VkbHk= 20064 +aW50YWdl 20065 +IGNvdW50aWVz 20066 +IHVucmU= 20067 +IHBsYW50aW5n 20068 +IEdyYWM= 20069 +IEdlbmVzaXM= 20070 +IEFscGhh 20071 +eXN6 20072 +IHRpbGU= 20073 +IOqyveyasA== 20074 +INeZ16k= 20075 +cXVlbA== 20076 +IGRpc3RyaWJ1dGU= 20077 +ZGVm 20078 +w6lyYWw= 20079 +IGNsdXRjaA== 20080 +YWRlbHBo 20081 +IFBsYXlTdGF0aW9u 20082 +hLg= 20083 +IHNq 20084 +YnJlYWtpbmc= 20085 +IOuQmOs= 20086 +IEN1YmE= 20087 +IFJ1c3NpYW5z 20088 +IE1BUks= 20089 +IHBlcnNl 20090 +IHJlc3RyaWN0ZWQ= 20091 +aWdlcw== 20092 +IFRyYXZlbA== 20093 +IGVsZWN0cm9uaWNz 20094 +IHF1YXJ0ZXJz 20095 +IEtlaXRo 20096 +c2l6ZWQ= 20097 +IGRlYWRsaW5l 20098 +YXJlbnRo 20099 +IHbDrWRlb3M= 20100 +IHByb3RvY29scw== 20101 +YW1tZW50 20102 +IFRyYWluaW5n 20103 +IMOi 20104 +IHNlcXVlbA== 20105 +0L3QsNC6 20106 +IGtlaW5lbg== 20107 +IG1hdHRyZXNz 20108 +bHVkaW5n 20109 +IGNsYXNzaWZpZWQ= 20110 +IHJlYWN0b3I= 20111 +IEtvbnQ= 20112 +IHBhc3Nhcg== 20113 +IGhvbm91cg== 20114 +b3JpZw== 20115 +SU5B 20116 +IE5hdGhhbg== 20117 +0LLQsA== 20118 +INGB0LrQsNC30LDRgtGM 20119 +dMSxcg== 20120 +IGV4Y2x1c2l2ZWx5 20121 +IHNoYWRlcw== 20122 +INC/0YDQvtGG 20123 +IG9jY2FzaW9ucw== 20124 +aWph 20125 +Zmln 20126 +IHR1cw== 20127 +IHJlbWVt 20128 +IENocmlzdG9waGVy 20129 +IHNsaW1l 20130 +IGFsZ3VuYQ== 20131 +IEZvcnR1bmF0ZWx5 20132 +IGxvcnM= 20133 +dm9sbA== 20134 +YXZlcg== 20135 +IG91dGxldA== 20136 +IExpbmtlZElu 20137 +IEV4ZWN1dGl2ZQ== 20138 +IG9yZ2Fucw== 20139 +IEJlZ2lu 20140 +IO2ZlA== 20141 +IHRyYW5zcGxhbnQ= 20142 +cmFnZW4= 20143 +Vk8= 20144 +IEbDtnI= 20145 +INio2KfZhA== 20146 +IEFuZHJl 20147 +aXNpbmU= 20148 +IGxhc3Rz 20149 +IGhpc3TDs3JpYQ== 20150 +IGx1eg== 20151 +IGNvbGxhcg== 20152 +IGtpZG5h 20153 +IG9wdGljYWw= 20154 +aW92 20155 +IHRvYg== 20156 +IGV4dGVyaW9y 20157 +IG1ldHJpYw== 20158 +aWV1cg== 20159 +IHRyb2xs 20160 +INGA0L7Qtw== 20161 +IHTDtA== 20162 +IOyYiOyB 20163 +IEdlc2V0eg== 20164 +INC10LQ= 20165 +IGRlbm9taW5hdG9y 20166 +7LM= 20167 +IGxldHQ= 20168 +IGdyw7bDnw== 20169 +IEx1dGhlcg== 20170 +IHJlc3Rl 20171 +IHJlc2VtYg== 20172 +IHBlcm1ldA== 20173 +a3Np 20174 +IGZpc2hlcg== 20175 +IFZvbg== 20176 +7ZS8 20177 +IM+Dz4TOvw== 20178 +IGxvY2tz 20179 +IHNob290cw== 20180 +IGthbXU= 20181 +IEtlcg== 20182 +IE9icw== 20183 +IGJpbGk= 20184 +IOuwsQ== 20185 +IHRvcnR1cmU= 20186 +YXNzeQ== 20187 +INC40LM= 20188 +IGxhc3Rpbmc= 20189 +IHRpZW5lcw== 20190 +IHJlY2VpdmVz 20191 +IE9zY2Fy 20192 +IHJlbWVtYmVyaW5n 20193 +IHByb2JsZW1hcw== 20194 +IGlh 20195 +IG1lbW9yYWJsZQ== 20196 +IGpvdXJz 20197 +IGZhw6dvbg== 20198 +YW1pYw== 20199 +IOu0pA== 20200 +YXRpcXVl 20201 +IOutlOqwgA== 20202 +IHppcA== 20203 +aGFsdA== 20204 +IPCfmA== 20205 +IGZyaWVz 20206 +IGZpbmRlbg== 20207 +Z3Jh 20208 +0YDRg9C0 20209 +aW1wb3J0 20210 +IOuLrOs= 20211 +IGlraQ== 20212 +IGNvbXBsYWluaW5n 20213 +IGZhemVuZG8= 20214 +IGdvb2dsZQ== 20215 +IHRhYnM= 20216 +IOuTpOyWtOw= 20217 +dWdv 20218 +aWVydG8= 20219 +YXVmZW4= 20220 +IOuovOyggA== 20221 +IHNrdWxsZQ== 20222 +IHN1aXY= 20223 +IHNweQ== 20224 +IEthaQ== 20225 +IG1hcnRpYWw= 20226 +IG9uZGVy 20227 +YXRpbGl0eQ== 20228 +IGlyZ2VuZHdpZQ== 20229 +IGNsYXA= 20230 +aW50ZWxs 20231 +IGluc3RhbGxpbmc= 20232 +IHVuaXF1 20233 +IENlbnRyZQ== 20234 +YXN0cw== 20235 +dWFy 20236 +IHJldmlz 20237 +IHRocmVhdGVuaW5n 20238 +cmFpcw== 20239 +IGN1aWQ= 20240 +c2th 20241 +IHJlc29sdmVk 20242 +IHJpZGVz 20243 +IGZhaWx1cmVz 20244 +IHNlbWI= 20245 +IG1hbGVz 20246 +VUZG 20247 +IHRyw6pz 20248 +YXBwZWQ= 20249 +IG5ld3NwYXBlcnM= 20250 +cmlldA== 20251 +IGFwcGxhdWRz 20252 +0JM= 20253 +IE5D 20254 +IGhldGVy 20255 +IGhhemFyZA== 20256 +IHJ5 20257 +IHN0cmljdGx5 20258 +IDU0 20259 +IOuTpOyWtOqwgA== 20260 +IHNwb250 20261 +IHRhdHPDpGNobGljaA== 20262 +IOunkOyU 20263 +bGF1Yg== 20264 +IGFic29yYmVk 20265 +YWNhxJ/EsXo= 20266 +IG9udQ== 20267 +INCQ0L0= 20268 +IGV4cGxpY2l0bHk= 20269 +IOyerA== 20270 +IEZ1dHVyZQ== 20271 +YWNodGVu 20272 +w6Bv 20273 +eW9u 20274 +IHNlcmlh 20275 +IEhlcnJlbg== 20276 +Y2Vq 20277 +IEFsYmVydA== 20278 +7J2064qU 20279 +ZWN0b3I= 20280 +IHBhY2tpbmc= 20281 +IHZpcnR1ZQ== 20282 +IHZlbmly 20283 +REQ= 20284 +IHlheg== 20285 +IGxvZ3M= 20286 +IFBob3Rvc2hvcA== 20287 +IHNpZA== 20288 +bGluZ3M= 20289 +IHJlbW90ZWx5 20290 +IERpZmZlcmVudA== 20291 +IG9wZXJhdGVk 20292 +bGlnaHRz 20293 +IGRpc2NyaW1pbg== 20294 +aXN0YW5jZQ== 20295 +IEdSRQ== 20296 +IHBsYWM= 20297 +IHNoaXJ0cw== 20298 +IGp1c3RpZnk= 20299 +IHRyYWJhbGhv 20300 +dXRpbA== 20301 +dm9j 20302 +IHF1YXJ0 20303 +IM6k 20304 +U0M= 20305 +IFNS 20306 +IC0i 20307 +IGhlc2l0YXRl 20308 +IHBhaw== 20309 +Z3Vh 20310 +Sm8= 20311 +IHNvdXZlbnQ= 20312 +IEFuZ2VsYQ== 20313 +ZXNzZWU= 20314 +YWRlbHBoaWE= 20315 +YXJrcw== 20316 +IHdlZWQ= 20317 +IGthbm5zdA== 20318 +IOq3uOufrOuLiOq5jA== 20319 +IHBsdXTDtHQ= 20320 +IENvbW1hbmRlcg== 20321 +IHN1bW1hcml6ZQ== 20322 +4K+A 20323 +IDk4 20324 +IGRldmVsb3BtZW50cw== 20325 +IENvc3Q= 20326 +IHRoZW9yZXRpY2Fs 20327 +IG9yZQ== 20328 +IG1ldGFsbA== 20329 +zr/Phc69 20330 +ZmFocg== 20331 +0JrQkA== 20332 +IGNodWNr 20333 +IGFkYXB0ZWQ= 20334 +IE9rbGFo 20335 +IE5ldGhlcmxhbmRz 20336 +IHBvZXQ= 20337 +c3Rv 20338 +a2F0 20339 +IHdlYXJz 20340 +568= 20341 +IOyWtOuUlA== 20342 +IEVzdG8= 20343 +IGxhdWdoZWQ= 20344 +IGRvbm5lcg== 20345 +IOuNsA== 20346 +IOybkOs= 20347 +b2N1cg== 20348 +IEtpY2s= 20349 +IERldHJvaXQ= 20350 +IGJpY3ljbGU= 20351 +IGxhY2tpbmc= 20352 +cGhhYmV0 20353 +IEtlbmQ= 20354 +QXNz 20355 +IHJldmVhbHM= 20356 +IM6g 20357 +IE5vYWg= 20358 +pqzripQ= 20359 +IHNlbGxz 20360 +IEFsYWJhbWE= 20361 +IHRlcnJpZmlj 20362 +IEVsZW1lbnQ= 20363 +IO2G 20364 +IHR1cmJv 20365 +IEhvbQ== 20366 +IHRoZW9yZW0= 20367 +IGFkdmVudHVyZXM= 20368 +IHB1cmNoYXNpbmc= 20369 +IFTDoQ== 20370 +INC80LDRgg== 20371 +IHZlbW9z 20372 +IGR1dGllcw== 20373 +IHdlbmln 20374 +IGJvb3Ro 20375 +IGVudHJhcg== 20376 +VkE= 20377 +IGdlYXJz 20378 +IEphZQ== 20379 +w6hu 20380 +IGNhbGNpdW0= 20381 +IFJvYmVydHM= 20382 +INC/0YDQvtCx0LvQtdC8 20383 +IHJpYmJvbg== 20384 +INC90LDQt9GL0LI= 20385 +IGxhdg== 20386 +IGludGVydmVudGlvbnM= 20387 +IFVsdHJh 20388 +IG5hbWVseQ== 20389 +IGFkZXF1YXRl 20390 +IHJlY2Fw 20391 +IGRvY2s= 20392 +ZnRpbmc= 20393 +IHZvaQ== 20394 +IGNvbnN1bHRhdGlvbg== 20395 +INGB0LXQvA== 20396 +IHBvZGVt 20397 +IHBvc3Nlc3Npb24= 20398 +IGNsdWVz 20399 +IFJ1c3NlbGw= 20400 +IHJlbmV3YWJsZQ== 20401 +INGD0Lc= 20402 +aW5mb3JtYXRpb24= 20403 +aWdnZXJz 20404 +V2l0aA== 20405 +d25v 20406 +IGVsYWJvcmF0ZQ== 20407 +Y3RvcmFs 20408 +IERvdw== 20409 +IHJhbWVu 20410 +4buV 20411 +IGVyc3Rl 20412 +IFplbA== 20413 +IHF1YXNp 20414 +INC90LDQug== 20415 +IFN0YXJz 20416 +IHRyaWJhbA== 20417 +IHNlYXRlZA== 20418 +IHdvbA== 20419 +IGNob2w= 20420 +w6Rtw6Q= 20421 +IG91dGJyZWFr 20422 +IGNyZXM= 20423 +IHVuc2VyZXI= 20424 +IO2RnA== 20425 +IHVuZGVyd2F0ZXI= 20426 +IGFzc3VyZQ== 20427 +T09E 20428 +IG5hcHJhd2TEmQ== 20429 +IGVzdGFibGlzaG1lbnQ= 20430 +IGluY29u 20431 +IGRpZmVyZW50ZQ== 20432 +IGV4Y3Vz 20433 +IERpbQ== 20434 +0L7RhQ== 20435 +IExpbmc= 20436 +cm9sb2c= 20437 +IG91dGRvb3Jz 20438 +bmFq 20439 +IGVwaWRlbWlj 20440 +IHVudGVycw== 20441 +IDMwMDA= 20442 +IEdhYnJpZWw= 20443 +IOyXhuuKlA== 20444 +IGVuY2w= 20445 +IE9kZXI= 20446 +IEZvb3Q= 20447 +cGFz 20448 +IFp1aw== 20449 +IHdvcmtmbG93 20450 +IHVucA== 20451 +IGFsbGlhbmNl 20452 +ZW5zY2hhZnQ= 20453 +IHlvZ3VydA== 20454 +0LjQvdC1 20455 +IGVydQ== 20456 +IGZpeg== 20457 +IGHFnw== 20458 +IGFwcmVuZA== 20459 +IGN1YWxxdWllcg== 20460 +IGNhcnJvdHM= 20461 +xLFuxLFu 20462 +YWZvb2Q= 20463 +IGZsb29ycw== 20464 +IGtleXdvcmRz 20465 +IHNwb3R0ZWQ= 20466 +IGRyYW5r 20467 +IHBhcmFz 20468 +IMO6bHRpbW8= 20469 +IGhhYmxhcg== 20470 +IHByb3NlY3V0 20471 +7JeQ64+E 20472 +IMOpcA== 20473 +IHN0aWNrZXJz 20474 +IHB1c2hlcw== 20475 +a2g= 20476 +IHJlc3RhcnQ= 20477 +IFRodW5kZXI= 20478 +4budaQ== 20479 +IG11aXRh 20480 +IGZveA== 20481 +YXJkZcWf 20482 +IFphY2g= 20483 +IE1pbmVjcmFmdA== 20484 +57g= 20485 +ID09PT0= 20486 +IGfDtnJl 20487 +IHN0YW5jZQ== 20488 +aWd1bmc= 20489 +2Y7ZkQ== 20490 +a8Ok 20491 +IHRlYWNoaW5ncw== 20492 +6YY= 20493 +IGRlY2F5 20494 +IHJpYw== 20495 +b21lbmE= 20496 +INCy0YHQtdC8 20497 +Y2h0ZW4= 20498 +IFZlcnQ= 20499 +IO2VnOq1rQ== 20500 +rLTr 20501 +IGNvYw== 20502 +Oik= 20503 +a2VpdGVu 20504 +IEJB 20505 +ZXRoZWxlc3M= 20506 +IGhlYWRxdWFydGVycw== 20507 +IHNwaWtl 20508 +IEJhc2U= 20509 +IDEwMQ== 20510 +IGNvb3JkaW5hdGVz 20511 +IHRhcmQ= 20512 +IGJvaWxlZA== 20513 +IE1vbnN0ZXI= 20514 +IG5vdGVib29r 20515 +IOq0gA== 20516 +IFdha2U= 20517 +IFNldHRpbmc= 20518 +7J207Jc= 20519 +IFN5ZG5leQ== 20520 +IEZpbm4= 20521 +IGxvYmJ5 20522 +IHNlbmlvcnM= 20523 +0L3QuNGF 20524 +YXZhbg== 20525 +IEpF 20526 +IHRyYWZm 20527 +dGhpbms= 20528 +IHNsYXA= 20529 +IENhc3RsZQ== 20530 +qW5n 20531 +IGFsZ3Vub3M= 20532 +IFBlcnNvbmFsbHk= 20533 +IE1hbGU= 20534 +7Yuw 20535 +IEdlbmVyYWxseQ== 20536 +IFBlbA== 20537 +IGRpYXM= 20538 +IGV2b2x2aW5n 20539 +aXRvbA== 20540 +0LLQvtGA 20541 +IHBsZWlu 20542 +IGZsaWdodHM= 20543 +IGVsZXZlbg== 20544 +b3dlag== 20545 +4buRbmc= 20546 +IGFrdQ== 20547 +IGdsYW5jZQ== 20548 +IGNvbm5lY3Rpdml0eQ== 20549 +IGJhbGQ= 20550 +0YvRhw== 20551 +IGludGVzdA== 20552 +w6Fn 20553 +IEdSw5w= 20554 +aWJsaWNhbA== 20555 +IFBhcGE= 20556 +IHBpdHk= 20557 +IGZhaW50 20558 +IHd1cmRlbg== 20559 +IGxlZ2FsbHk= 20560 +IHByZXk= 20561 +IFNjaWVuY2Vz 20562 +INC/0YDQvtGB 20563 +IHRyYWluZXI= 20564 +IHByb2Jsw6htZQ== 20565 +IGtpbG8= 20566 +0LrQvtCz0L4= 20567 +IGJyaWRnZXM= 20568 +ODk= 20569 +IGxhc3RlZA== 20570 +IGVsZWdhbnQ= 20571 +Ym93cw== 20572 +IHBhbGFi 20573 +IGRpcmVjdG9yeQ== 20574 +IGJ1bGI= 20575 +cGVvcGxl 20576 +SVg= 20577 +IGdlYg== 20578 +IDY2 20579 +IFRlbm5lc3NlZQ== 20580 +YWhsZW4= 20581 +aWV2YWw= 20582 +IGNhdXQ= 20583 +IERhbWVu 20584 +cGxv 20585 +aWFuZQ== 20586 +0LDQu9C1 20587 +YXR0YW4= 20588 +INin2YTYsw== 20589 +IHJpc2t5 20590 +IHNsZWV2ZQ== 20591 +IGluY2lkZW50cw== 20592 +IOuwlQ== 20593 +Q28= 20594 +IGFwcGxpY2FibGU= 20595 +IGltcGVyaWFs 20596 +IFBoaWxpcA== 20597 +IFllYQ== 20598 +0LXRgNC+ 20599 +INC/0L7QutCw0Lc= 20600 +w7xuZQ== 20601 +7JiA 20602 +SHVi 20603 +dG9y 20604 +IHNpZ3U= 20605 +Y2VuZA== 20606 +IHBvbGl0aWNhbGx5 20607 +IOyCtA== 20608 +IHBhcnM= 20609 +IG91dg== 20610 +IHByaW1laXJh 20611 +IFNoYWg= 20612 +IHNhdHVy 20613 +IGNvbWJ1c3Q= 20614 +IHByb21vdGVk 20615 +7KO86w== 20616 +IHRlbXBsYXRlcw== 20617 +IOuLrA== 20618 +IGhhdWw= 20619 +INGC0LXRgA== 20620 +IHNsaWRpbmc= 20621 +Y2VkZW50ZWQ= 20622 +Y2hpbGRyZW4= 20623 +TVI= 20624 +IFdlaQ== 20625 +IGLDtnI= 20626 +IHByw7N4aW1v 20627 +YXLDrWE= 20628 +IHNhbXBsaW5n 20629 +0LXQu9C10L0= 20630 +ZXNp 20631 +IERhbmllbGxl 20632 +IE9rbGFob21h 20633 +6IU= 20634 +0LXRgdC/ 20635 +IERWRA== 20636 +INCy0YvQvw== 20637 +cm91cw== 20638 +Y29ucw== 20639 +IGVuaGFuY2Vk 20640 +IHBhc3Rvcg== 20641 +IFN1ZGRlbmx5 20642 +ZmFy 20643 +UEVS 20644 +IE5n 20645 +MTAwMA== 20646 +IGNoZXc= 20647 +IHJ1bW9ycw== 20648 +IEFuYQ== 20649 +IGFubsOpZXM= 20650 +INGD0YHRgg== 20651 +IFBoaWxhZGVscGhpYQ== 20652 +0LXQttC00YM= 20653 +IGVmZmVjdGl2ZW5lc3M= 20654 +w6l0w6k= 20655 +IGRpbmc= 20656 +IHJlbGlnaW9ucw== 20657 +IGFnZWQ= 20658 +emllxIc= 20659 +IFJpYw== 20660 +IEthcA== 20661 +IFBhZ2U= 20662 +IHPDvA== 20663 +IG7DpG1saWNo 20664 +IG1hbmtpbmQ= 20665 +IHJlc3Rpbmc= 20666 +IGluZmx1ZW5jZXM= 20667 +IFNjaHVs 20668 +INC90LXQsg== 20669 +IG1hbmE= 20670 +IGNvbnN1bWVk 20671 +IFBvbQ== 20672 +IGNvbnNlZ3Vpcg== 20673 +IFRoYW5rc2dpdmluZw== 20674 +IEhpbmR1 20675 +bGFpcw== 20676 +IHRocml2ZQ== 20677 +IGNvbnRvdXI= 20678 +0LDRhtC40Y8= 20679 +IGZhbGFuZG8= 20680 +IErDoQ== 20681 +emFu 20682 +0LjRgtGD 20683 +aXBoZXI= 20684 +amFtaW4= 20685 +IEhhbGxv 20686 +IDE2MA== 20687 +INC+0YHQvtCx 20688 +IG1ldGU= 20689 +IOyVjOs= 20690 +IEJhcmNlbG9uYQ== 20691 +bGV0dGVy 20692 +INCd0LXRgg== 20693 +5Zk= 20694 +IGFkZW3DoXM= 20695 +IGNvb3JkaW5hdGlvbg== 20696 +dW50cw== 20697 +IHNsb3A= 20698 +INC/0YDQuNC0 20699 +7KeA66eJ 20700 +IHF1ZXN0aW9uaW5n 20701 +IGRpZXNlbA== 20702 +IGRlag== 20703 +IGFmZmlybQ== 20704 +jZTrnbzqs6DsmpQ= 20705 +aWVubmU= 20706 +IGNyYW5r 20707 +IHByZWRpY3Rpb25z 20708 +IHBoeXNp 20709 +Y2hzZWw= 20710 +IGNvbWJpbmF0aW9ucw== 20711 +IGV4Y2VsbGVuY2U= 20712 +4bud 20713 +d2lkdGg= 20714 +d2VlZA== 20715 +hOulvA== 20716 +hOuniA== 20717 +IGFsdG8= 20718 +IGRhaXJ5 20719 +IE5vcm1hbA== 20720 +cHBlbg== 20721 +IG9iZW4= 20722 +IGRldmFzdGF0aW5n 20723 +IHBveg== 20724 +IEh1cw== 20725 +bWF6 20726 +IHdhcm5lZA== 20727 +IGRlbms= 20728 +IEF1c3M= 20729 +IHRyYWRlcw== 20730 +aGVsbA== 20731 +IHByaW1lcm8= 20732 +IG1pYQ== 20733 +0LLQsNGA 20734 +2KjZig== 20735 +IGtpY2tz 20736 +IGHEnw== 20737 +IE3DvA== 20738 +IGx1Yw== 20739 +0LXQvdC40LXQvA== 20740 +IFN0YW5kYXJk 20741 +cmljZQ== 20742 +IEN1Yg== 20743 +IGdvdQ== 20744 +IEpvw6Nv 20745 +0YPRgdC6 20746 +IGVucXU= 20747 +o4w= 20748 +Z2V3 20749 +IO2BsA== 20750 +b3dhbmlh 20751 +aWFuaQ== 20752 +IGZha3Q= 20753 +0Y/QvdC4 20754 +IGJlZg== 20755 +IHRodW1ibmE= 20756 +IGNldXg= 20757 +YXBwbGU= 20758 +TkVO 20759 +IGdhZA== 20760 +YXBvbg== 20761 +IEZhbnRhc3RpYw== 20762 +IGNvbmNlbnRyYXRlZA== 20763 +Z2lybA== 20764 +bGVuZQ== 20765 +INCU0LvRjw== 20766 +IMOpdGE= 20767 +YWFu 20768 +IG91dHRh 20769 +IG5hcmM= 20770 +IEJvZHk= 20771 +YnJ1c2g= 20772 +IGxlZ2lzbGF0aXZl 20773 +IE1lZ2Fu 20774 +IG1pc3Rha2Vu 20775 +IE1pc3NvdXJp 20776 +IGxhYmVsZWQ= 20777 +0LvRj9C10YLRgdGP 20778 +IHJlYWxpc2Vk 20779 +eW9yc3Vu 20780 +IFNhZmV0eQ== 20781 +IGFjY2VsZXJhdGU= 20782 +IHNhbmN0aW9ucw== 20783 +IHBlZQ== 20784 +IGp1ZWdv 20785 +IHBlcHBlcnM= 20786 +IHdhbA== 20787 +6riJ 20788 +ZWxsb3c= 20789 +INC20LXQvQ== 20790 +IGNpbmNv 20791 +INGB0LjRgdGC 20792 +Y292ZXJ5 20793 +IGdyYW0= 20794 +IMOpcG8= 20795 +IEJNVw== 20796 +aXZvbA== 20797 +IENoZW0= 20798 +dXNlbWVudA== 20799 +IFN1cHBvc2U= 20800 +IOqwgOyngOqzoA== 20801 +IG1pbGxlbm4= 20802 +IFR1bg== 20803 +IG1lZGFs 20804 +IGhhY2lh 20805 +IHN0aW11bHVz 20806 +IGJyaWdodG5lc3M= 20807 +YWllbnQ= 20808 +IEhhbmRz 20809 +aW5ldA== 20810 +IGNvYWxpdGlvbg== 20811 +IHJpc2Vz 20812 +cmluYQ== 20813 +IHNjb290 20814 +IGRlZmVuZGluZw== 20815 +IGludmVycw== 20816 +IGhpbGxz 20817 +IGZ1bGZpbGxlZA== 20818 +bGxpZQ== 20819 +IGFkb2xlcw== 20820 +IENoYXNl 20821 +IEpK 20822 +IG5ldWVu 20823 +IFRydQ== 20824 +IGluaGVyaXQ= 20825 +IHNpeHR5 20826 +IEV4cA== 20827 +IENsYXk= 20828 +0L7RgdC+0LE= 20829 +YXJuYQ== 20830 +IEltcGVyaWFs 20831 +INGN0YLQsA== 20832 +IHNvY2lhbGx5 20833 +YXR5 20834 +b2R5bmFt 20835 +IHJpYnM= 20836 +b21pYw== 20837 +IFRvbA== 20838 +0L7Qu9C2 20839 +IDE5OTg= 20840 +IGZyYW0= 20841 +IHJhbmtz 20842 +INCx0YPQtNGD 20843 +IENvbG9u 20844 +SHo= 20845 +IGFjY29tbW9kYXRl 20846 +IGV4cGxvZGU= 20847 +7YSw6w== 20848 +SEFFTA== 20849 +IEhhcnQ= 20850 +INC20LjQt9C90Lg= 20851 +5qE= 20852 +IGRlbGljYXRl 20853 +oNeX 20854 +IHRvZnU= 20855 +IGFjaGlldmVtZW50cw== 20856 +IFNvcg== 20857 +IGFncmVlbWVudHM= 20858 +IDU3 20859 +IHRhbXA= 20860 +IGZyYW7Dp2Fpcw== 20861 +IGhlcmJz 20862 +Y29ybg== 20863 +IGtvbms= 20864 +QU5B 20865 +IFFp 20866 +IHByw7Nw 20867 +IHRpZ2Vy 20868 +IOuRmA== 20869 +xINt 20870 +IGFwcHJlbnQ= 20871 +YWhhbg== 20872 +IHJ1bGluZw== 20873 +IHRzcA== 20874 +IHR3aXR0ZXI= 20875 +IHRlZW5hZ2Vy 20876 +YnVz 20877 +IO2S 20878 +IEFtZW5kbWVudA== 20879 +IHRhcHBpbmc= 20880 +IEFQSXM= 20881 +IG1hdGNoZWQ= 20882 +66m0 20883 +V0E= 20884 +IEJlYXV0eQ== 20885 +IGluZXZpdGFibGU= 20886 +IGdhc2Vz 20887 +INm+ 20888 +aGlnaA== 20889 +IE9wdA== 20890 +IHByZWRvbWlu 20891 +z4HPjA== 20892 +IHR1YmVz 20893 +IOyVoA== 20894 +IEFh 20895 +b21ldG93bg== 20896 +IElN 20897 +IGRlc2Fy 20898 +w6RyZW4= 20899 +INC80LDRgQ== 20900 +IE3DtmdsaWNo 20901 +IHJlbnRhbA== 20902 +IO2VqOq7mA== 20903 +IERpYW5h 20904 +IGF1dGlzbQ== 20905 +IFB1ZXJ0bw== 20906 +xLFsZA== 20907 +IGZhbGFu 20908 +IGRyZWFtaW5n 20909 +IGd1dGU= 20910 +INC60LDQvA== 20911 +IHdyZWNr 20912 +IHN0b3J5dGVsbGluZw== 20913 +IExlZ2VuZA== 20914 +IFVrcmFpbg== 20915 +INC/0YDQvtC40YE= 20916 +IFNL 20917 +IO2WiQ== 20918 +IMWbd2k= 20919 +IEJlbGlldmU= 20920 +IG1vc3RyYXI= 20921 +IFRvZGQ= 20922 +IE5pZ2Vy 20923 +aWN0aW5n 20924 +aGFyZA== 20925 +Oi8v 20926 +aXJhYmxl 20927 +aWdhdGlvbg== 20928 +IE1lbWJlcnM= 20929 +IOygnO2SiA== 20930 +IGRpc2NvdXI= 20931 +n70= 20932 +cmlrYQ== 20933 +IERO 20934 +IEZpZg== 20935 +IENhcGl0YWw= 20936 +0YDQvtC8 20937 +IFNhbnM= 20938 +eXVu 20939 +IHBpbG90cw== 20940 +IHRyYXQ= 20941 +IG55dA== 20942 +IOuvvA== 20943 +IGV4cG9uZW50aWFs 20944 +IGVtZXJnZQ== 20945 +IHRyYWplY3Rvcnk= 20946 +INC/0L7Rh9C10LzRgw== 20947 +IHNlYWxlZA== 20948 +YXR0aQ== 20949 +IHdpZGVz 20950 +INC+0LPRgA== 20951 +aWFuY2Vz 20952 +IHdpdG5lc3NlZA== 20953 +T3I= 20954 +b3Np 20955 +IEpvZWw= 20956 +b25hbA== 20957 +IEludGU= 20958 +Y2VkZXM= 20959 +IEdvdHRh 20960 +YW5pdW0= 20961 +IGZlbWFsZXM= 20962 +IExlYmVucw== 20963 +IG1vaXN0dXI= 20964 +IFNpbXBsZQ== 20965 +IERvY2g= 20966 +YXLDoQ== 20967 +IGdlc2VoZW4= 20968 +VVNU 20969 +xqFp 20970 +IGNsYXNzaWZpY2F0aW9u 20971 +IGRpYWdvbmFs 20972 +IHBlcm1ldHQ= 20973 +Y29tcA== 20974 +INin2YTYrQ== 20975 +IE1hbGF5cw== 20976 +IGdlaMO2cnQ= 20977 +IHBvcHBlZA== 20978 +IGNvbnRhY3RlZA== 20979 +INeb15w= 20980 +IDE0MA== 20981 +IGFkYXB0YXRpb24= 20982 +IG1hbnVz 20983 +IHR1cmtleQ== 20984 +IHByZWFjaA== 20985 +YnJpZ2h0 20986 +IGRvd25z 20987 +IHVucHJlY2VkZW50ZWQ= 20988 +IG1pZ2h0eQ== 20989 +IGNhdGVy 20990 +aXR0aQ== 20991 +Z3M= 20992 +IERlcHV0eQ== 20993 +d3JpdGU= 20994 +IEJsZXNz 20995 +w6Fj 20996 +IHN1bW1pdA== 20997 +IOuPvOyalA== 20998 +IHRob3VnaHRmdWw= 20999 +IHNocmVk 21000 +c2luZ2luZw== 21001 +INC70YPRh9GI0LU= 21002 +IHllbg== 21003 +IHZpYnJhbnQ= 21004 +IFdhbHRlcg== 21005 +IGhvc3Rz 21006 +IGFtYnVs 21007 +IGludmFzaW9u 21008 +b2dhbg== 21009 +IHJlYXNvbmluZw== 21010 +IHN1Y2M= 21011 +0LvQtdC60YI= 21012 +IGZhbGE= 21013 +IGtpbmdz 21014 +IGdvaW4= 21015 +IGNhbGli 21016 +IEdSw5xORU4= 21017 +b3Rlcg== 21018 +IGVpbno= 21019 +IGluc3VsaW4= 21020 +iqg= 21021 +IHNjYWxpbmc= 21022 +IENvcm4= 21023 +aHlk 21024 +IG1hdHRl 21025 +UEw= 21026 +IGFsaWVucw== 21027 +IFNlZw== 21028 +ZXN0aQ== 21029 +YXN0aWNz 21030 +IHdhcm1lcg== 21031 +IGluZ2Vu 21032 +IE1M 21033 +IHJvZGU= 21034 +IEV5ZQ== 21035 +YmVpdHM= 21036 +IEJhcm4= 21037 +wrss 21038 +IENodWNr 21039 +IHByb2ZpdGFibGU= 21040 +dWd1ZXNl 21041 +IEFyYWJpYQ== 21042 +IGNvY28= 21043 +IHB1ZWRv 21044 +IGluZmxhbW1hdGlvbg== 21045 +Y2xpcA== 21046 +IHRhYmxlc3Bvb25z 21047 +IOygkQ== 21048 +IFN3ZWQ= 21049 +IGFuYXQ= 21050 +7Iig 21051 +IGFycmli 21052 +IGRhbmNlcg== 21053 +IENhcnRlcg== 21054 +IG1hZ25pZmlj 21055 +c3RvcmU= 21056 +IGZhZGU= 21057 +IGFjY29tcGFueQ== 21058 +IHdhaHI= 21059 +IHllYXN0 21060 +IG1pbmVyYWw= 21061 +IGxlZ2lzbGF0dXJl 21062 +aXJvcw== 21063 +IGNyb3dkZWQ= 21064 +0YDQsNGI 21065 +b2NhZG8= 21066 +7Ja07JW8 21067 +IO2bhA== 21068 +IEJhcnJ5 21069 +bWFzdGVy 21070 +IG5pY2tuYW1l 21071 +ICIuLi4= 21072 +IFJz 21073 +IE1vb3Jl 21074 +IHZlbnVl 21075 +INCx0YM= 21076 +bGlob29k 21077 +IEFnZW5jeQ== 21078 +0LvQvtCy 21079 +IGthaA== 21080 +IOyGjOumrA== 21081 +IG1hcnNo 21082 +IGluY29ycG9yYXRlZA== 21083 +YW50d29ydA== 21084 +IGtpbWNoaQ== 21085 +IHdvbw== 21086 +IGRpc3RyYWN0ZWQ= 21087 +ZXJpZXM= 21088 +IGluZm9ybWFjacOzbg== 21089 +IENob29zZQ== 21090 +IEphZGk= 21091 +IGFuYWxvZ3k= 21092 +c2F5 21093 +dWZmbGU= 21094 +Ym9r 21095 +IGFjaWRz 21096 +IGFjcXVpc2l0aW9u 21097 +IHZhcmlhbnRz 21098 +IHBhc3NpZXJ0 21099 +7J2064KY 21100 +cnVjdGl2ZQ== 21101 +YnJpZw== 21102 +IOOAjA== 21103 +ZXBoZXI= 21104 +IHBI 21105 +dXRsaWNo 21106 +IHJlbGll 21107 +dWl0ZQ== 21108 +IHJlY2VwdGlvbg== 21109 +IGNvaA== 21110 +IFByZXA= 21111 +IGFudGljaXBhdGU= 21112 +a2Vl 21113 +IGRlc2lnbmF0ZWQ= 21114 +0Y/RgtC4 21115 +IEtvcg== 21116 +IEFuaW0= 21117 +w7xobA== 21118 +IFdoaXQ= 21119 +IHVuY292ZXI= 21120 +IE1heWE= 21121 +INGC0L7Qs9C00LA= 21122 +sJU= 21123 +dXRlbmFudA== 21124 +IOyWvOs= 21125 +IGZvcmVzdHM= 21126 +IG1lbWU= 21127 +IGRpc3Rpbmd1aXNoZWQ= 21128 +IE1hcng= 21129 +IExpb24= 21130 +IHNlcnZhbnRz 21131 +IERpYW0= 21132 +IFBvbGljeQ== 21133 +jbw= 21134 +IHRyaWdnZXJlZA== 21135 +YWJpbGly 21136 +IOydkQ== 21137 +IG5lZ290aWF0ZQ== 21138 +IGZleg== 21139 +IGVydw== 21140 +IHZhcmllcw== 21141 +IGplbWFuZA== 21142 +IGRpc2NoYXJnZQ== 21143 +0YHRj9GH 21144 +IFBBUg== 21145 +IEFmZmFpcnM= 21146 +IHZvdGVy 21147 +IGF0ZW4= 21148 +IGNyb2lz 21149 +b2JpbA== 21150 +IE9vcHM= 21151 +IEFyYw== 21152 +IEhlYXRoZXI= 21153 +YW5rYQ== 21154 +IHNpbXBsZXM= 21155 +zr/OvQ== 21156 +Ij4= 21157 +IGNob3Jkcw== 21158 +IFNhbmRlcnM= 21159 +IOu2hOs= 21160 +QmVu 21161 +IGRhcsO8YmVy 21162 +aWxpYW5z 21163 +IG9yZGVyaW5n 21164 +IE1hbmg= 21165 +IGtpbG9ncmFt 21166 +IGthcsWf 21167 +IGdyYXNw 21168 +IGdob3N0cw== 21169 +YWxlbg== 21170 +IEplZGk= 21171 +INCx0LvQuA== 21172 +IGRvd25sb2FkZWQ= 21173 +IGNvbmR1Y3Rpbmc= 21174 +IEhhaw== 21175 +IHJlc2VhcmNoZXI= 21176 +aWxhbg== 21177 +Z29vZA== 21178 +IEhhbm5haA== 21179 +IGTDvMWfw7xu 21180 +IE1lc3NpYWg= 21181 +dWl0eQ== 21182 +aW9uYQ== 21183 +IHByb2JhYmxl 21184 +IFlF 21185 +IGluZGVwZW5kZW50bHk= 21186 +IGJ1ZmZlcg== 21187 +YnVybg== 21188 +b3VyZA== 21189 +IE1jSw== 21190 +IGxpbmd1 21191 +dWplbXk= 21192 +0LXRgNGC 21193 +IGludHVpdGl2ZQ== 21194 +IGNyYWNrcw== 21195 +YXBwcm9wcmk= 21196 +bnR5 21197 +IGdlZW4= 21198 +IGxlbmQ= 21199 +IGNlcnRpZmljYXRpb24= 21200 +SURT 21201 +dW50ZXI= 21202 +cGVlcw== 21203 +IHRydW1w 21204 +IGJhbmtydXB0 21205 +IGZlYXM= 21206 +6Jc= 21207 +IGR1xbw= 21208 +IHZpcnVzZXM= 21209 +IDU4 21210 +Z29k 21211 +INC20LXQuw== 21212 +IHN0YWxr 21213 +SW5k 21214 +YWNoaQ== 21215 +IENG 21216 +IENvbmQ= 21217 +IHNhbmN0 21218 +IGNvbnRlbg== 21219 +IGZyZWVk 21220 +IFJU 21221 +IG1lbnRvcnM= 21222 +7KGx 21223 +IHBvcnRhYmxl 21224 +IFBhdWxv 21225 +cmFuZQ== 21226 +SEFIQQ== 21227 +IFNlY3Rpb24= 21228 +54Y= 21229 +aHl1bg== 21230 +IM6tz4c= 21231 +IFB1Yg== 21232 +IEluZGVwZW5k 21233 +IGNvbXBvdW5kcw== 21234 +INGB0Ys= 21235 +IG1lc3NhZ2luZw== 21236 +IGRlZGljYXRpb24= 21237 +IG5vdGljaW5n 21238 +IGRldm90ZWQ= 21239 +0Y7RgtGB0Y8= 21240 +IHNuYWtlcw== 21241 +IGJhdHRsZWZpZWxk 21242 +cGVycw== 21243 +IGRlbGE= 21244 +OTI= 21245 +IGhhaQ== 21246 +aWxsw6Q= 21247 +w6lyZXI= 21248 +ZXZlcnk= 21249 +IHJlc3BvbnNpdmU= 21250 +15nXlQ== 21251 +b3Bm 21252 +6Yk= 21253 +irg= 21254 +QmVjYXVzZQ== 21255 +IHRvdXJpc20= 21256 +IOq3uOqyjA== 21257 +15XXpg== 21258 +IGNhbnM= 21259 +c3TDvHQ= 21260 +IGRvbm5l 21261 +IERpb3M= 21262 +IFViZXI= 21263 +YWN0b3J5 21264 +IG9yaWVudGVk 21265 +IEhlcm0= 21266 +IHBhdHJvbg== 21267 +dXJm 21268 +YmVp 21269 +IHByb2dyYW1h 21270 +IE9oaA== 21271 +Z2VuZXI= 21272 +IGZpc3Q= 21273 +IFdlbmR5 21274 +IGFuZGE= 21275 +IGd1ZXNzZWQ= 21276 +IGZyZWFr 21277 +IEtpbmdz 21278 +Y2hvb2w= 21279 +IG9mZmxpbmU= 21280 +IEluZGlhbmE= 21281 +IEFsbGlhbmNl 21282 +IDUz 21283 +IHBhcnRpY3Vs 21284 +IEZvY3Vz 21285 +IGluaGFiaXQ= 21286 +IOqwmeydgOuNsA== 21287 +IE1jRw== 21288 +b3dza2k= 21289 +IOydtOqxtA== 21290 +IHBhxYRzdA== 21291 +0L7QvdC4 21292 +aXR0YQ== 21293 +IGNvbmZpcm1hdGlvbg== 21294 +IEJyb29rbHlu 21295 +IG5vb2RsZQ== 21296 +ZnVuZA== 21297 +aXR1ZA== 21298 +IGdyYW5kcGFyZW50cw== 21299 +IGJhcmJlY3Vl 21300 +zrXOuc+C 21301 +IOE= 21302 +IGJhbGxvdA== 21303 +IFZldGVy 21304 +IHBpcGVz 21305 +aWdpb3Vz 21306 +IEdyYXBo 21307 +ZXN0ZWQ= 21308 +IOu4jOs= 21309 +IEtF 21310 +IGVpbnM= 21311 +IGhhdHJlZA== 21312 +IGRhbmc= 21313 +ZWVlZQ== 21314 +IGFyY2hhZQ== 21315 +IEplc3Nl 21316 +IGRldGVjdGVk 21317 +IHNlbmk= 21318 +YnVyZ2g= 21319 +IGRpc3BsYWNlbWVudA== 21320 +IGRvcA== 21321 +IGNvbmRpdGlvbmluZw== 21322 +INC90LXRgdC60L7Qu9GM0LrQvg== 21323 +IGRpc3R1cmJpbmc= 21324 +UEg= 21325 +IHRoaW5uZXI= 21326 +IHdvdW5kZWQ= 21327 +IEN1YW5kbw== 21328 +IGN1c2hpb24= 21329 +IHdoaXRlcw== 21330 +IHByZWZlcmVuY2Vz 21331 +IOykgOu5hA== 21332 +IGthxbw= 21333 +IEdhdGU= 21334 +IFBhdGg= 21335 +ZGxlcw== 21336 +4LiE4Lij 21337 +aW1vcmU= 21338 +IOuztOyXrA== 21339 +IGRpc2NpcGxpbmVz 21340 +4buP 21341 +IG1lc21h 21342 +IOyDiOs= 21343 +IOyLrA== 21344 +IGdpbmc= 21345 +IHVtYnJlbGxh 21346 +SUdIVA== 21347 +IHBlbnNpb24= 21348 +IGNvbWJpbmluZw== 21349 +U1M= 21350 +IHJlY3RhbmdsZQ== 21351 +4buHdA== 21352 +IHByb3hpbQ== 21353 +IENvdw== 21354 +uIw= 21355 +IGludGVudGlvbmFs 21356 +IGRlY2lk 21357 +INGB0LrQsNC2 21358 +IFVtYQ== 21359 +aWFzbQ== 21360 +YnV6 21361 +IGRlYnJpcw== 21362 +IGNhc3M= 21363 +IFByb3A= 21364 +aXNrYQ== 21365 +66Cl 21366 +ZXN0ZXJvbA== 21367 +dXNzaWFu 21368 +7J20656R 21369 +IHVubGltaXRlZA== 21370 +IGFkbWlyZQ== 21371 +IHRpZ2h0bHk= 21372 +IGdlbm9tZQ== 21373 +IEp1bmlvcg== 21374 +dmVuaXI= 21375 +Z3Vz 21376 +IGPEgw== 21377 +IFZsYWQ= 21378 +IO2C 21379 +IHJlbGF0aXY= 21380 +aW5jaQ== 21381 +IGF1bnF1ZQ== 21382 +IEJveXM= 21383 +0YbQuNC+0L0= 21384 +IFN3aXNz 21385 +IHBoeXNpY2lhbnM= 21386 +IO2PiQ== 21387 +IFBFVA== 21388 +IHdvdW5kcw== 21389 +YWJvdXQ= 21390 +w6Bp 21391 +b256 21392 +dXJpdGllcw== 21393 +INGD0LLQuNC0 21394 +IG1lbnRhbGl0eQ== 21395 +IHZhcmlhbmNl 21396 +IHNlZ3VuZGE= 21397 +IHZvbGNhbm8= 21398 +YWxpZQ== 21399 +4KWH 21400 +IHRpbGVz 21401 +IFRlcnJ5 21402 +INin2YTZhNmH 21403 +IGNhbm9u 21404 +IHNjYXR0ZXJlZA== 21405 +cHRvbg== 21406 +IGRlZmluaXRpb25z 21407 +IGFsZ2VicmE= 21408 +b3Rlbg== 21409 +YWJsbw== 21410 +aWp1YW5h 21411 +IHdyYXBwaW5n 21412 +IHNlc2FtZQ== 21413 +INC90LDRh9C40L3QsA== 21414 +IEFsZg== 21415 +INCg0L7RgdGB 21416 +b3Jubw== 21417 +IGFua2xl 21418 +IHNwZWNpYWx0eQ== 21419 +IGF0dGVtcHRpbmc= 21420 +aWxpYXRpb24= 21421 +IDE5MjA= 21422 +IHBoZW5vbWVuYQ== 21423 +IFByb2R1Y3Q= 21424 +IEJ1Y2s= 21425 +IEF3dw== 21426 +c2Vlbg== 21427 +IHZvaWQ= 21428 +IEZyYW5rbGlu 21429 +IGFkdm9jYWN5 21430 +IFNlcA== 21431 +IGNvb2xlc3Q= 21432 +INGB0YDQsNC30YM= 21433 +IFF1YW5k 21434 +IDkwMA== 21435 +IFRyYWQ= 21436 +ZGllcw== 21437 +IGhhc2g= 21438 +IHBvdHM= 21439 +IHNhZGx5 21440 +IHZpYWJsZQ== 21441 +IFRpZ2Vy 21442 +IE9ORQ== 21443 +IG5ldXJvbnM= 21444 +b3dhbmll 21445 +xJc= 21446 +IFNoYXI= 21447 +IExhbmRlcw== 21448 +IGNvbmZlcmVuY2Vz 21449 +IGNyZWRlbnRpYWw= 21450 +IGxpbWU= 21451 +aW5lZQ== 21452 +eGl0 21453 +cGF5 21454 +IGluY29ucw== 21455 +ID4+Og== 21456 +IO2emOs= 21457 +IGxlc3Nlcg== 21458 +IHNwaWxs 21459 +IHByZW1pc2U= 21460 +IDM2NQ== 21461 +IEhvc3Q= 21462 +IHRvbWFy 21463 +15DXnA== 21464 +67KI 21465 +IFdoYXRz 21466 +IGxpZ2h0d2VpZ2h0 21467 +IE1hcA== 21468 +Zmlh 21469 +ZWxsc2NoYWZ0 21470 +IHZlbmRvcnM= 21471 +dWVzdG8= 21472 +IE1pc3Rlcg== 21473 +INCf0YDQuA== 21474 +aG1h 21475 +IGludGVudGlvbmFsbHk= 21476 +IFRhbmc= 21477 +IGlkZW50aWZpY2F0aW9u 21478 +IGV0Y2V0ZXJh 21479 +IE5lZQ== 21480 +INGC0YDQuA== 21481 +6re4 21482 +IGNyeXB0b2N1cg== 21483 +IGluaGFsZQ== 21484 +IGFkZGljdA== 21485 +IG1hdQ== 21486 +INGC0LDQutCw0Y8= 21487 +IOuyhA== 21488 +IGNvbXByYXI= 21489 +aWVkemllxIc= 21490 +INC+0YLQvdC+ 21491 +IGJlZ2lubmVy 21492 +INC80YPQtg== 21493 +IG9ic2M= 21494 +IGxpbWl0aW5n 21495 +YXNjdWxhcg== 21496 +IGluc3BlY3Rpb24= 21497 +YWNp 21498 +IHJlam8= 21499 +TXVz 21500 +IHphdGVu 21501 +IHN6Y3o= 21502 +IE1hZHJpZA== 21503 +IHZhcmlldGllcw== 21504 +IGVzdMOg 21505 +IFNoYWtlcw== 21506 +IGtpdHM= 21507 +IGFkbWluaXN0ZXI= 21508 +IGxhdmE= 21509 +IGfDpQ== 21510 +16rXmQ== 21511 +IFdheW5l 21512 +IGluc3RhZ3JhbQ== 21513 +IHJhdGVk 21514 +cGFwZXI= 21515 +IGJpbGQ= 21516 +IHByZXRlbmRpbmc= 21517 +IG9ic2VydmluZw== 21518 +INGB0LDQvNC+0Lw= 21519 +IHRyb3I= 21520 +IG9yZ2FuaXNtcw== 21521 +IGZhbHRh 21522 +IGhvbWV0b3du 21523 +57E= 21524 +IO2L 21525 +IGNoZWc= 21526 +IOyh 21527 +IGNvbW1h 21528 +aXPDqQ== 21529 +IGxpa2VsaWhvb2Q= 21530 +YXZvcmVk 21531 +IGdlbGRp 21532 +0L3QuNC60L7Qsg== 21533 +IG1lZGlv 21534 +IGpha2ll 21535 +IEp1cA== 21536 +IGdyZWVuaG91c2U= 21537 +IHNwaXQ= 21538 +0LrQvtC1 21539 +INC60LDQtg== 21540 +IEdyYW0= 21541 +IENvbmZlcmVuY2U= 21542 +IGRlZmljaXQ= 21543 +c8Sxbg== 21544 +aW5zZQ== 21545 +dcSf 21546 +IHJpY2h0 21547 +IGNvaW5jaWRlbmNl 21548 +IGV1cm9w 21549 +IGJ1dHRlcmZseQ== 21550 +cHJlYWQ= 21551 +IOyWvA== 21552 +IHdhdmVs 21553 +IEluZmlu 21554 +IFBsYW5ldA== 21555 +IHNlbGZpZQ== 21556 +aWVudHJhcw== 21557 +IGFycm9n 21558 +b3Nlcg== 21559 +aWRhbA== 21560 +oNeX16DXlQ== 21561 +w7x0w7xu 21562 +IGZyZXNobWFu 21563 +IE1hY2hpbmU= 21564 +z4PPhA== 21565 +IERpYQ== 21566 +7J2064uk 21567 +bmVh 21568 +IGxpc3Rpbmc= 21569 +IGNvbmZpZ3VyZQ== 21570 +dXRvcg== 21571 +VXA= 21572 +dHNjaGFmdA== 21573 +cmnDqHJl 21574 +IHVwd2FyZHM= 21575 +INGF0L7Rh9GD 21576 +IHN3ZWVw 21577 +QnI= 21578 +IGV4cHJlc3Npbmc= 21579 +IHVuaGFwcHk= 21580 +IG1hbmRhdG9yeQ== 21581 +Z2VuZGVy 21582 +IEHDrQ== 21583 +IGluZGljYXRvcnM= 21584 +IG9pbHM= 21585 +bm90ZQ== 21586 +IHNlZ3Vy 21587 +0L7QttC10YI= 21588 +eW5hc3R5 21589 +IGRpc3RhbmNlcw== 21590 +IG1lcmdl 21591 +QkVSVA== 21592 +IHN1cnJlbmRlcg== 21593 +IGJ1YXQ= 21594 +IEF3YXJkcw== 21595 +IHNlw7Fvcg== 21596 +b2RveA== 21597 +IGZsYXZvdXI= 21598 +IGFiZG9t 21599 +IGNvbmZpZ3Vy 21600 +ODY= 21601 +IERJWQ== 21602 +IHJpZ2lk 21603 +sJg= 21604 +IGNvcnBvcmF0aW9u 21605 +IGdyb29t 21606 +amF3 21607 +IE5lYXI= 21608 +0LjQu9C+ 21609 +IG9wZXJh 21610 +IElubm92 21611 +0LjRgNCw 21612 +k7E= 21613 +IHNwZWNpZmllZA== 21614 +IGNvc20= 21615 +IEZyZWVkb20= 21616 +IGNsb3du 21617 +IE5lbQ== 21618 +INCy0L7Quw== 21619 +0ZHQvQ== 21620 +IGNoYXJnZXI= 21621 +4LmB4Lil 21622 +IGluZmx1ZW50aWFs 21623 +w6RzaWRlbnQ= 21624 +6aQ= 21625 +IOyEoOs= 21626 +IHZvbHVtZXM= 21627 +5pA= 21628 +IG91dHJhcw== 21629 +IFR3aXRjaA== 21630 +IGZvdW5kaW5n 21631 +IGF3aGlsZQ== 21632 +IGNvaWw= 21633 +6rCZ 21634 +IGPhuqM= 21635 +IFRocm93 21636 +IEhlbmNl 21637 +b21tdA== 21638 +IEJlbmphbWlu 21639 +0LPQu9GP0LQ= 21640 +VGltZQ== 21641 +b2JpYw== 21642 +IG1vdXI= 21643 +IGRyZWFk 21644 +IEzDoA== 21645 +IENoaWxl 21646 +IHByZXZhbA== 21647 +IHZhaW4= 21648 +IGFydMSxaw== 21649 +IHByZXNlcnZlZA== 21650 +INC+0YLQtA== 21651 +IHdhcmVob3VzZQ== 21652 +IGJlc3Rl 21653 +IFNldmVyYWw= 21654 +IFNpdHVhdGlvbg== 21655 +IGNhcmRib2FyZA== 21656 +VG9k 21657 +ZXJuYQ== 21658 +IGdhcmFudA== 21659 +IGdlc3R1cmU= 21660 +IGhlbg== 21661 +IHNwZWxsaW5n 21662 +b3NleHVhbA== 21663 +IGFubmU= 21664 +IG1pY2U= 21665 +IE1laW5l 21666 +Y2FyZA== 21667 +IHJlYmVsbA== 21668 +IGNlcnRv 21669 +IOycoOs= 21670 +IHZlcnNjaGllZA== 21671 +IEJvcw== 21672 +IGludmVudGlvbg== 21673 +IHRyemU= 21674 +IG1hbmnDqHJl 21675 +IENoYWQ= 21676 +IHNwcmU= 21677 +IG9yZ2FuaXNhdGlvbnM= 21678 +IHBvb3JseQ== 21679 +IGFudGVyaW9y 21680 +IHN0YWly 21681 +0LrRgA== 21682 +IGF0b21pYw== 21683 +IHN5bXBhdGg= 21684 +IGNvbnRpbnVhbGx5 21685 +IGtsZWluZQ== 21686 +w6h0ZQ== 21687 +0LjRiQ== 21688 +zr/Pgg== 21689 +cGV1dA== 21690 +IHJlcG9zaXQ= 21691 +IGVudHJh 21692 +RW0= 21693 +IGZpbmFuY2luZw== 21694 +INC80L3QvtCz 21695 +IHRoZXNpcw== 21696 +IENvbXB1dGVy 21697 +ZWF1 21698 +IFRyZWU= 21699 +IGJyaWRl 21700 +b25zaWV1cg== 21701 +c2hpcmU= 21702 +d2lj 21703 +REU= 21704 +IOyImOs= 21705 +IGFjb20= 21706 +IFBP 21707 +ZXJzY2g= 21708 +INC/0L7QvNC+0Yk= 21709 +IEFybWVu 21710 +IOyjvQ== 21711 +IHpvcg== 21712 +IHByaW50cw== 21713 +IERhc3M= 21714 +IGR1cmFibGU= 21715 +IFRyYW5zcG9ydA== 21716 +7J6Q6rCA 21717 +INC70LXQsw== 21718 +IGTDqXQ= 21719 +w7RsZQ== 21720 +YW1vdXM= 21721 +WU4= 21722 +IGNsaWZm 21723 +IGdyYW1tYXI= 21724 +INCf0L7RjdGC0L7QvNGD 21725 +IGzDoG0= 21726 +ZXNjaA== 21727 +IG1pc2VyYWJsZQ== 21728 +IHZvbHRz 21729 +IENhZA== 21730 +dWthbg== 21731 +0YLQuNCy 21732 +cnVzdA== 21733 +IOyYrOudvA== 21734 +IHZlcms= 21735 +IGNoaWNrZW5z 21736 +IFlvbw== 21737 +IG91dGZpdHM= 21738 +Y29kZQ== 21739 +IGhpZXJhcmNoeQ== 21740 +bmV0ZXM= 21741 +IGNvdW50ZXJwYXJ0 21742 +IHTDtGk= 21743 +IHRlZA== 21744 +IEJhcnQ= 21745 +IOudvA== 21746 +IEdlbmF1 21747 +IGluY29taW5n 21748 +IEFCQw== 21749 +cmlxdWU= 21750 +INC+0YLQvw== 21751 +cXVhbA== 21752 +IGluY2VudGl2ZQ== 21753 +IGlocmVu 21754 +16DXmQ== 21755 +bG9l 21756 +IDE5MzA= 21757 +IGJhcmc= 21758 +IGRpY3Rpb24= 21759 +IMO2bmNl 21760 +SU5T 21761 +IHJlaA== 21762 +aXNpYWo= 21763 +bW91dGg= 21764 +IHNjb3Jpbmc= 21765 +bMSxaw== 21766 +IOyVhOyjvA== 21767 +T1JJQQ== 21768 +IEVzdGFkb3M= 21769 +IGNvbXBhbmlvbg== 21770 +IGFzc2VtYmxl 21771 +IHB1bmlzaGVk 21772 +IGl0YWw= 21773 +IHByZXZlbnRz 21774 +aXN0ZXM= 21775 +IEtlbnR1Y2t5 21776 +IGxvY2F0ZQ== 21777 +IGZhc3Rpbmc= 21778 +g4A= 21779 +IFNlYg== 21780 +IENyb3du 21781 +b3BpYQ== 21782 +IHdoaXA= 21783 +dXN6 21784 +0LrQsNC80Lg= 21785 +IGRhdGFiYXNlcw== 21786 +IHByb3NlYw== 21787 +IDE5OTc= 21788 +IOyCtOynnQ== 21789 +IFNvbGFy 21790 +IFB1ZXM= 21791 +IFplbg== 21792 +b2xsbw== 21793 +IEd1cnU= 21794 +IHNxdWVleg== 21795 +INCX0LA= 21796 +IMSN 21797 +Y2VwdGlvbnM= 21798 +Y2Nh 21799 +aXphYmxl 21800 +bWFuZA== 21801 +IGJyZWFrdGhyb3VnaA== 21802 +IHRhYmxlc3Bvb24= 21803 +IFNFQw== 21804 +aWto 21805 +IFPDo28= 21806 +INC/0LvQvg== 21807 +YW1lbg== 21808 +IHByYWM= 21809 +IGRhcmxpbmc= 21810 +IHRhbGxlcg== 21811 +IHJlbmRlcmluZw== 21812 +IOyasOumrOqwgA== 21813 +IM+EzrfPgg== 21814 +IG3Dow== 21815 +IGVzb3M= 21816 +dWVyZG8= 21817 +INGB0YfQuNGC 21818 +YWxsZXI= 21819 +7JeI7Ja07JqU 21820 +IG1pbGxvbmVz 21821 +bGVyaW4= 21822 +IHBlZ2Fy 21823 +b25uZQ== 21824 +IGVucm9sbG1lbnQ= 21825 +IGxpZWd0 21826 +IGJvYQ== 21827 +d2nEmQ== 21828 +YnNw 21829 +IGN5Y2xpbmc= 21830 +IEJlcm5pZQ== 21831 +IDE5ODk= 21832 +INC00LDQu9GM 21833 +IERha290YQ== 21834 +INGB0LLRj9C3 21835 +IENQ 21836 +IHN0YXJl 21837 +7YKk 21838 +IHByb3NwZXJpdHk= 21839 +IGFycmFuZ2VtZW50cw== 21840 +IGFycml2aW5n 21841 +bcOk 21842 +IGtheWFr 21843 +aXB0 21844 +IHBhcmRvbg== 21845 +IHJlbGF0 21846 +IHZlcnN0ZQ== 21847 +IEZpZw== 21848 +IGZvaWw= 21849 +IFRhbGtpbmc= 21850 +cGVhcmU= 21851 +IG5vaQ== 21852 +INC/0YDQuNGI 21853 +IGhvY2tleQ== 21854 +IGFkbw== 21855 +IE9VVA== 21856 +Njc= 21857 +IGhvcm1vbmVz 21858 +IEF2ZW51ZQ== 21859 +IFN1cGVybWFu 21860 +IHByZXNjcmlwdGlvbg== 21861 +dWJlcm5ldGVz 21862 +Q0w= 21863 +b3RpdmU= 21864 +TklT 21865 +aWVuZW4= 21866 +IHNhZG5lc3M= 21867 +IFZpdA== 21868 +VHk= 21869 +IHN0YXJ0ZXI= 21870 +IGJlZGU= 21871 +IGZvdW5kYXRpb25z 21872 +IHNvcmU= 21873 +0YnQtdGB0YLQsg== 21874 +7Jqw6w== 21875 +INGH0YPQsg== 21876 +bGluaw== 21877 +IG1hbmV1 21878 +d29ya2luZw== 21879 +w6Bu 21880 +IEF0dGFjaw== 21881 +IENhcnQ= 21882 +dmVpcw== 21883 +IFJlc3A= 21884 +ZW5zaW5n 21885 +IOyii+yVhOyalA== 21886 +IGVzY3VjaA== 21887 +IFJOQQ== 21888 +grQ= 21889 +IGFkb3A= 21890 +IGJlbmRpbmc= 21891 +2LnYrw== 21892 +IG1hbmFnZXM= 21893 +dXNw 21894 +IHRhcnQ= 21895 +IHJvdXRlcg== 21896 +Qm8= 21897 +IGVzdGFibGlzaGluZw== 21898 +IGJhbGFuY2luZw== 21899 +IGF0aGxldGlj 21900 +IFNsbw== 21901 +IGZpbGxz 21902 +INC90LDQsQ== 21903 +INC00LDQuw== 21904 +IHBvc3Nv 21905 +IFZpZWxlbg== 21906 +IGNyaXRpY3M= 21907 +IGxhd3N1aXQ= 21908 +IElzYWFj 21909 +INGE0LjQu9GM0Lw= 21910 +IHRyYXM= 21911 +IHByYXc= 21912 +IENyYXp5 21913 +IG5ldQ== 21914 +IGt1bGw= 21915 +IHR1bW9y 21916 +IEFQUA== 21917 +Z2F0ZQ== 21918 +IEFSRQ== 21919 +OTg= 21920 +IFN0ZWFt 21921 +IGZ1Y2tlZA== 21922 +bGFnZQ== 21923 +IOKZrA== 21924 +IE1E 21925 +Znk= 21926 +IHNoZWxscw== 21927 +IFNlZW1z 21928 +aXplcnM= 21929 +IHJhbmdlcw== 21930 +IEFudG9uaW8= 21931 +QVRJT04= 21932 +IEJhYmE= 21933 +IOyDiQ== 21934 +a3Vu 21935 +IHByYXllZA== 21936 +0YDRjw== 21937 +INC/0YDQvtGC0LjQsg== 21938 +IHNlYXM= 21939 +YnVyeQ== 21940 +INeU16k= 21941 +IHRyYWl0 21942 +IERlcGVuZGluZw== 21943 +IGRyZQ== 21944 +IGvDtm5udA== 21945 +0YbRgw== 21946 +IGxpcHN0aWNr 21947 +ZWV6 21948 +INC/0YDQuNC80LXRgA== 21949 +IGFzc2lnbm1lbnRz 21950 +Qm9i 21951 +IG1ldGFscw== 21952 +IHNwZWNpYWxseQ== 21953 +IOyYiOs= 21954 +IMWh 21955 +IHZpc3Rh 21956 +IM6s 21957 +IHR3aW5z 21958 +IG5vdGFibGU= 21959 +IFNhdQ== 21960 +IGTDqXZlbG9w 21961 +IMOnZWs= 21962 +IHBvbHlub20= 21963 +YXZhbQ== 21964 +IHRhbWLDqQ== 21965 +0L7QvdC+0Lw= 21966 +IHBsYXNtYQ== 21967 +IGVmZWN0 21968 +IGzDpG5n 21969 +IGNhc2k= 21970 +0YHQsA== 21971 +xLFtxLE= 21972 +k6TsnYA= 21973 +IGxhYm91cg== 21974 +b3NzZW4= 21975 +IFB1bg== 21976 +cmlm 21977 +IGRvc2Vz 21978 +IG9wZXJhdGVz 21979 +0LjQu9C70Lg= 21980 +IGphYXI= 21981 +c3Rhdw== 21982 +IOyCrOuekQ== 21983 +IGF0bQ== 21984 +IHByb3RlY3Rz 21985 +IGltcGVk 21986 +SE8= 21987 +IGNpbWE= 21988 +IHRvY2g= 21989 +YWJpcw== 21990 +IHNlbmRv 21991 +bGF1cw== 21992 +IGN1cmw= 21993 +IE51bQ== 21994 +IHNwb25zb3Jz 21995 +IGTDqWJ1dA== 21996 +IEFsZXhh 21997 +IELDvHI= 21998 +IEFtZXI= 21999 +IGNvcGU= 22000 +INC40LfQsg== 22001 +amFs 22002 +IDE5OTU= 22003 +YXBhdA== 22004 +cmVzc2U= 22005 +IFByaXpl 22006 +IENsYWlyZQ== 22007 +IEJyYW5kb24= 22008 +IHdzenlzdGtv 22009 +IHZhbHVlZA== 22010 +4LiZ4Liw 22011 +IHNlY3Q= 22012 +IHNlY3JldGx5 22013 +IGRpYW1vbmRz 22014 +IEV2YW4= 22015 +IFJQRw== 22016 +iOuPhA== 22017 +IFVuaXZlcnNhbA== 22018 +IGRvdWJ0cw== 22019 +IFBpbg== 22020 +d2nEhXo= 22021 +mqk= 22022 +IGFsYm8= 22023 +IGJyYXVjaHQ= 22024 +QVVM 22025 +IE1vYmlsZQ== 22026 +Z3JhZGVz 22027 +IHNjaGVt 22028 +d2h5 22029 +IE5pY2h0 22030 +cGk= 22031 +Z2xl 22032 +IGNob3J1cw== 22033 +IGdseQ== 22034 +IHJlaW5mb3JjZQ== 22035 +IG11ZmY= 22036 +IFNoZW4= 22037 +IEhvbGE= 22038 +0YPQsw== 22039 +dmlkZW1tZW50 22040 +dmlhbA== 22041 +YWNpb3Vz 22042 +bGFpbWVk 22043 +IFJpY28= 22044 +IHZlZ2c= 22045 +IGlsbHVzdHJhdGlvbg== 22046 +IEJ1dHRlcg== 22047 +b3dhZA== 22048 +IGV1eA== 22049 +IGVuZmFudHM= 22050 +IExlYWRlcg== 22051 +IFZpbGxhZ2U= 22052 +ZXRpY2FsbHk= 22053 +2YbZig== 22054 +IHN0ZXc= 22055 +IHN1cnByaXNlcw== 22056 +IGN1ZQ== 22057 +IEdyYW5kbWE= 22058 +IENlbHNpdXM= 22059 +IFJpY2h0 22060 +ZW5j 22061 +IHBldGl0aW9u 22062 +IGhlcmI= 22063 +IHdpY2tlZA== 22064 +IHNjaGxl 22065 +b2NhbHk= 22066 +IHRyYW5zZg== 22067 +IHRva2Vucw== 22068 +IEdyYXk= 22069 +IEJCQw== 22070 +SUs= 22071 +IDE1MDA= 22072 +em4= 22073 +IE5ldg== 22074 +IGtveQ== 22075 +IHphcg== 22076 +IGJ1bGxzaGl0 22077 +IENvbG9tYmlh 22078 +dWxhdGl2ZQ== 22079 +IHdpZGVzcHJlYWQ= 22080 +eWVjdA== 22081 +a2l0 22082 +IGVtcHJlc2E= 22083 +IG5vdXI= 22084 +IGJ1cm5z 22085 +YXRpbg== 22086 +YWlyZWQ= 22087 +IHJldm9sdXRpb25hcnk= 22088 +INCz0L7QtNGD 22089 +IExvZ2Fu 22090 +IDE5OTY= 22091 +IEdyYWhhbQ== 22092 +cmVi 22093 +IE5IUw== 22094 +IGNvc3R1bWVz 22095 +IG5hd2V0 22096 +IGxvdmVycw== 22097 +IEx1Y3k= 22098 +IEluZGlnZW5vdXM= 22099 +7ZWY6riw 22100 +IGltbXVuaXR5 22101 +pbTr 22102 +dWl0bw== 22103 +IGV4Y2Vzc2l2ZQ== 22104 +IGRvbmF0aW9ucw== 22105 +INeU16g= 22106 +IOyyqw== 22107 +IGRyeWluZw== 22108 +bWVsb24= 22109 +IHN1cnZleXM= 22110 +IOustOyKqA== 22111 +YWFh 22112 +IHByb2Jl 22113 +YW5jaWFs 22114 +IGxvdWRlcg== 22115 +IGhvdGVscw== 22116 +w7zEnw== 22117 +YWduZXI= 22118 +IG9yaWdpbnM= 22119 +IOuniOyngOuniQ== 22120 +ICoq 22121 +IHN0cmFuZ2Vycw== 22122 +IEhhdXM= 22123 +Y29tZWQ= 22124 +IGFudGhyb3A= 22125 +IHVzbw== 22126 +IOyVhOyngQ== 22127 +IFl1YW4= 22128 +IO2VhOyalA== 22129 +cGxlcg== 22130 +cmVzc2l2ZQ== 22131 +IHNwcmF3 22132 +IFN0ZXc= 22133 +IDE5OTQ= 22134 +IGVsZGVycw== 22135 +IG1laW5lbg== 22136 +IGp1bnQ= 22137 +IGFjb3VzdA== 22138 +IFdvaG4= 22139 +IGJhbmFuYXM= 22140 +IHByb2plY3Rpb24= 22141 +IFN0aWNr 22142 +bGVndA== 22143 +c3BlZWQ= 22144 +IGPFqW5n 22145 +IFdvcnQ= 22146 +IEJhbHRpbW9yZQ== 22147 +INGG0LXQuw== 22148 +IGR1bm5v 22149 +Pyw= 22150 +IExvY2Fs 22151 +b3N0bw== 22152 +0K0= 22153 +0L7QtNCw 22154 +IFBvcnR1Z3Vlc2U= 22155 +IHRoZWlycw== 22156 +IGTDqW0= 22157 +IGRyYXVm 22158 +IEJ1ZGRoaXN0 22159 +ZXJ0YQ== 22160 +R2U= 22161 +IGNhcnJvdA== 22162 +IFdvbmRlcmZ1bA== 22163 +IHNvYWs= 22164 +IGNoYWlybWFu 22165 +Z2dp 22166 +SUNB 22167 +ZnJpZWQ= 22168 +IGZsaWNr 22169 +IFRocm91Z2hvdXQ= 22170 +IOyasOs= 22171 +IGNvdWdo 22172 +IGZsdWZmeQ== 22173 +c2Nob29s 22174 +IHJpcHBlZA== 22175 +LS0tLS0tLS0= 22176 +IFp1a3VuZnQ= 22177 +INC90LXQsQ== 22178 +IHN0bw== 22179 +IEJP 22180 +cGVudA== 22181 +IExhd3JlbmNl 22182 +z4nPgg== 22183 +c3RpY2tz 22184 +IEVpbnM= 22185 +INGA0Ys= 22186 +IFN0cm9uZw== 22187 +IGNhcmFtZWw= 22188 +IHNwaXRl 22189 +YXphcg== 22190 +IGNyaXRpY2FsbHk= 22191 +IG9icmE= 22192 +b3dpdHo= 22193 +IFpvbmU= 22194 +INGA0LXQug== 22195 +IHN1Zw== 22196 +YXJkZWQ= 22197 +IGfDrA== 22198 +ZmZlbnRsaWNo 22199 +YW5jaGU= 22200 +2J8= 22201 +YXN0aWNhbGx5 22202 +7J286w== 22203 +0LvQsNCy 22204 +IHNpbXBsZXN0 22205 +IEZyaWVuZA== 22206 +IHF1ZWxsbw== 22207 +IGFtYml0aW9u 22208 +IGFiYmlhbW8= 22209 +INGE0L7RgNC8 22210 +IEVzc2E= 22211 +IGVkdWNhdG9ycw== 22212 +IHN0YXRpc3RpY2Fs 22213 +IGNoYW5nZXI= 22214 +IGF0YXU= 22215 +w6l0YWlz 22216 +IFNoYWtlc3BlYXJl 22217 +65CY 22218 +IHRyaWdnZXJz 22219 +IHJlYWxpeg== 22220 +IGNlbHVp 22221 +d2hlZWw= 22222 +IGxveWFsdHk= 22223 +IHNjcmVhbXM= 22224 +a2Vocg== 22225 +IE1lZ2E= 22226 +ZWFzdA== 22227 +IHRvcHM= 22228 +IFRvdGFsbHk= 22229 +b3VudGFpbg== 22230 +bG9yZA== 22231 +IHZpb2xhdGlvbg== 22232 +IEdB 22233 +IG5pY2Vy 22234 +IEZyZXNo 22235 +IE1lbGlzc2E= 22236 +ZnVuY3Rpb24= 22237 +IHJhcGU= 22238 +IGV4Y2VwdGlvbnM= 22239 +IHNpbGljb24= 22240 +IGxpYmVydHk= 22241 +IGhvdXNlaG9sZHM= 22242 +IENB 22243 +INCe0LE= 22244 +IGxpYg== 22245 +now= 22246 +Y2lmaWM= 22247 +IHRyb3BpY2Fs 22248 +IGludmVzdGlnYXRpbmc= 22249 +SEQ= 22250 +IGFkYXB0ZXI= 22251 +IFBpdHQ= 22252 +YW5jaWE= 22253 +IFNoZWxs 22254 +ZnJpZW5kbHk= 22255 +IGNvbmNsdXNpb25z 22256 +IHR1cnRsZQ== 22257 +IGRlY29tcA== 22258 +IGFuaW1hdGlvbnM= 22259 +INGB0LXQug== 22260 +aW5zaQ== 22261 +IHJldGVudGlvbg== 22262 +a2ll 22263 +IGluamVjdGlvbg== 22264 +IE1hZGlzb24= 22265 +7LCw 22266 +IHZpZW50 22267 +IHZhcmllZA== 22268 +IHZpb2xpbg== 22269 +IEJpbA== 22270 +IGx1Y2tpbHk= 22271 +IGh0dA== 22272 +bMOk 22273 +IHJhbmNo 22274 +IHPDs2xv 22275 +7JWF 22276 +IERlcmVr 22277 +IFNjcmlwdHVyZQ== 22278 +0L7RgNCw 22279 +IGNsYXNzcm9vbXM= 22280 +YXZpbA== 22281 +Zm9ybWVk 22282 +IGJlZm9yZWhhbmQ= 22283 +IEdlbQ== 22284 +cHJlY2g= 22285 +IGxpbg== 22286 +IGdyZWVucw== 22287 +0YbQtdCy 22288 +IE1lcmNlZGVz 22289 +IGRyb3VnaHQ= 22290 +Z2FzcHM= 22291 +IGFib3J0aW9u 22292 +IHRlcnJpYmx5 22293 +IHNwb3PDs2I= 22294 +IHNlY3VyZWQ= 22295 +IGF0csOhcw== 22296 +IHdhdmVsZW5ndGg= 22297 +IGdyYWlucw== 22298 +ZWN0aXZl 22299 +IHNwYWNlY3JhZnQ= 22300 +IHRvdXJz 22301 +IHByb2Zlcw== 22302 +IHN1cmdlb24= 22303 +IFBpZQ== 22304 +IGlkZWFsbHk= 22305 +YXJuZXI= 22306 +VVA= 22307 +b3BhcmQ= 22308 +c2Nl 22309 +IGltbWVuc2U= 22310 +IE9ydA== 22311 +cm9sbGVy 22312 +IERhbGxhcw== 22313 +IE5pY2hvbGFz 22314 +IHN1bGY= 22315 +IFRveW90YQ== 22316 +IHF1YW50aXRpZXM= 22317 +Y2VhbnM= 22318 +IGN1aQ== 22319 +YW7Dp2E= 22320 +IENBTg== 22321 +aXR6ZXJsYW5k 22322 +IHpvdQ== 22323 +IEN5YmVy 22324 +bGVnZW4= 22325 +IEluaXQ= 22326 +ZWR1 22327 +IGFwZXJ0 22328 +IGFkamFj 22329 +b3V2 22330 +cnM= 22331 +IGNhYmJhZ2U= 22332 +IHdoZWVsY2hhaXI= 22333 +aW55bA== 22334 +IER5bmFt 22335 +IOyVhOuLiOudvA== 22336 +IGxpbmc= 22337 +aGw= 22338 +INC80L7Qs9GD 22339 +IGNyaXNw 22340 +IG1pag== 22341 +IGR1Zw== 22342 +bmlu 22343 +IGJsb3Nz 22344 +IGJlbG9uZ2luZw== 22345 +IGxvdWRseQ== 22346 +IG1pbmVyYWxz 22347 +IGNvbmNsdWRlZA== 22348 +IHNlYXJjaGVk 22349 +OTY= 22350 +IE1lZXQ= 22351 +IFNFTw== 22352 +INCh0Lo= 22353 +IEhvYg== 22354 +b3R0YQ== 22355 +IHByb3BhZ2FuZGE= 22356 +IGNpbm5hbW9u 22357 +IGh1bnRlcg== 22358 +IGdlbWVpbnM= 22359 +IHNjdWxwdHVyZQ== 22360 +dWxzaW9u 22361 +IHbDpGw= 22362 +IG1hZ2F6aW5lcw== 22363 +IGNvbnRyb3ZlcnN5 22364 +IHNlcXVlbmNlcw== 22365 +IO2ajA== 22366 +IGRlbGV0ZWQ= 22367 +kOuPhA== 22368 +IHZhcnlpbmc= 22369 +IG1vdW50aW5n 22370 +IGFmZmFpcg== 22371 +IHBhdGh3YXlz 22372 +5qY= 22373 +IGRpZ28= 22374 +INC00L7Qug== 22375 +QWxleA== 22376 +IHRvYmFjY28= 22377 +IENW 22378 +IGJvdGhlcmVk 22379 +IGFtYmllbnQ= 22380 +aW5reQ== 22381 +IFNM 22382 +IGhhdGVz 22383 +IGplxbxlbGk= 22384 +IGNvbmdyZWc= 22385 +IGVsYXM= 22386 +IGRldXRz 22387 +IFN0dWRpb3M= 22388 +Y2jEmQ== 22389 +IGRvY3VtZW50ZWQ= 22390 +IENydXo= 22391 +IExlbg== 22392 +IERvdWdsYXM= 22393 +IFBvcnR1Z2Fs 22394 +ZW50aQ== 22395 +IHNwb3VzZQ== 22396 +IGFuYWx5cw== 22397 +YXZpYQ== 22398 +IGVkaXRlZA== 22399 +IGzhuqFp 22400 +YnVpbHQ= 22401 +IHZpbGxl 22402 +YWRvcmE= 22403 +IGJyYWNlbGV0 22404 +IHN1c2hp 22405 +IHBt 22406 +IHRyYWlscw== 22407 +IGx1Zw== 22408 +IMO2dmVy 22409 +IHNvcnJvdw== 22410 +IGNvbG9ueQ== 22411 +YWRveA== 22412 +IHNlcmll 22413 +YW55YWs= 22414 +INi3 22415 +IEd1bGY= 22416 +IFBW 22417 +IFNhbXVlbA== 22418 +IEtpdA== 22419 +IFJhbA== 22420 +b250aW4= 22421 +ZXhwbA== 22422 +IGVudHJpZXM= 22423 +IGFjdGl2aXN0cw== 22424 +UHM= 22425 +IHNhbnQ= 22426 +INGC0L7Rhw== 22427 +IEJydW5v 22428 +a2VsZXk= 22429 +IHR1dHRv 22430 +6ZQ= 22431 +IHZpbnRhZ2U= 22432 +IHRlcnJpZmllZA== 22433 +INC/0L7RhQ== 22434 +dXNpdmU= 22435 +b3dlcnM= 22436 +0LDQudGC 22437 +64+Z 22438 +IHR3aXN0ZWQ= 22439 +IFRob3VnaHQ= 22440 +IHRhaA== 22441 +IHNocmluaw== 22442 +IHNoZWVy 22443 +bGl0 22444 +IGRhbGFt 22445 +IGRpYg== 22446 +IHZhcmQ= 22447 +b3dhbmU= 22448 +IGRvYnI= 22449 +IFJlbmE= 22450 +INGB0LLQvtGO 22451 +IHBhw61zZXM= 22452 +IEVyYQ== 22453 +IEJVVA== 22454 +c2lnaHM= 22455 +IOq3uOqxsA== 22456 +IGdyb8OfZW4= 22457 +IOu5qOumrA== 22458 +IG5lcnZlcw== 22459 +IGNvbnN0aXQ= 22460 +IHByZW9jdXA= 22461 +IEdheQ== 22462 +IFh1 22463 +a2VlcGVy 22464 +aGV1cmU= 22465 +Li4p 22466 +IENhbG0= 22467 +IFVuaWRvcw== 22468 +IOydtOqygw== 22469 +IEFxdWk= 22470 +IOygnOydvA== 22471 +ZMSxcg== 22472 +7KaY 22473 +eW91cg== 22474 +INGN0YLQuNC8 22475 +MjAyMA== 22476 +IHJ1bmQ= 22477 +IEhP 22478 +IENhdGhlcmluZQ== 22479 +aWVsaQ== 22480 +IGZ1c2lvbg== 22481 +IGlkZW9sb2d5 22482 +IGZvcmFt 22483 +c2hhcGVk 22484 +IO2bhOs= 22485 +IHd0 22486 +IHJldHI= 22487 +IHByw6lj 22488 +IOqwkQ== 22489 +IG9wZW5seQ== 22490 +dml0eQ== 22491 +6rWs7JqU 22492 +IG9ic3RhY2xl 22493 +IGJvbw== 22494 +IHNlaW5lcg== 22495 +aWNvcm4= 22496 +IGVpZ2VubGlqaw== 22497 +IGhlYWRlcg== 22498 +YXJlbW9z 22499 +IHNvZnRlcg== 22500 +INCf0L7QtA== 22501 +IHByZWp1ZA== 22502 +IGRlZmluZXM= 22503 +aWVydGU= 22504 +IGJsZW5kaW5n 22505 +IGJlbGlldmVycw== 22506 +IFdvY2hlbg== 22507 +INC90LjQutCw0Lo= 22508 +INCa0L7Qs9C00LA= 22509 +IFR5cGljYWxseQ== 22510 +IO2BrA== 22511 +Y2lvcw== 22512 +IG1pc3NpbGVz 22513 +IHNwb25nZQ== 22514 +IEtpdGNoZW4= 22515 +IHRyZW4= 22516 +bmluZ2Vu 22517 +IHNjcmFw 22518 +IHNlcmFpdA== 22519 +tOyg 22520 +57k= 22521 +IOuwmOs= 22522 +IHJlc3RvcmVk 22523 +IHByenlrxYJhZA== 22524 +IEt1YmVybmV0ZXM= 22525 +IHNhaXQ= 22526 +IHV3 22527 +IGVuYWJsaW5n 22528 +IHRyYXZlcnM= 22529 +YW1wcw== 22530 +IE9NRw== 22531 +ZW5zb3I= 22532 +IHpvc3Rh 22533 +IHByb25vdW5jZWQ= 22534 +QW5n 22535 +bm9ybWFs 22536 +IGVjb25vbWllcw== 22537 +dGlu 22538 +IENoYW1waW9u 22539 +aXplbg== 22540 +IGFyYmVpdGVu 22541 +IEdvc3BlbA== 22542 +IFp1 22543 +bmdh 22544 +IGxpdGVyYWN5 22545 +IE1hbnM= 22546 +IGNpcmN1bGF0aW9u 22547 +IGFkYXA= 22548 +IFRvdGFs 22549 +IG1lcmVrYQ== 22550 +IG9sYWNhaw== 22551 +0YHRgtCw0YLQuA== 22552 +SmFjaw== 22553 +IG11bmQ= 22554 +IHRoaWVm 22555 +Ymllcw== 22556 +IOqygQ== 22557 +YXF1ZQ== 22558 +INqp24w= 22559 +IFNjYXI= 22560 +5bI= 22561 +IGFib2w= 22562 +IGRldm90ZQ== 22563 +IDAx 22564 +IHNpdHRlbg== 22565 +IFZpc3VhbA== 22566 +d2Vlaw== 22567 +c29tZQ== 22568 +aW5ndA== 22569 +IGpvdXJuYWxpc20= 22570 +IEhpcg== 22571 +IEJhY2hlbG9y 22572 +aW5lcnk= 22573 +w5xORA== 22574 +IGNvbG9yaW5n 22575 +IENyaXN0 22576 +IGNlbGVicml0aWVz 22577 +INGH0LjRgQ== 22578 +IENyaXQ= 22579 +IGRpZmZlcmVudGlhdGU= 22580 +INCc0L3QtQ== 22581 +ZWxpbQ== 22582 +IHNlYWZvb2Q= 22583 +IGFsZ3VtYXM= 22584 +b3RoZXJhcHk= 22585 +IGdsYXVi 22586 +IGFyYml0cmFyeQ== 22587 +Z2Vucw== 22588 +INCx0YPQtNC10Lw= 22589 +IHRhdg== 22590 +IGNyZWFteQ== 22591 +IENvdW50cnk= 22592 +YcOx 22593 +0LzQtdGC 22594 +IGhpbnRlcg== 22595 +IG1pc20= 22596 +IGlsbHVzdHJhdGU= 22597 +w5xORE5JUw== 22598 +IGRlY3JlYXNpbmc= 22599 +IHdlbmlnZXI= 22600 +QUtJ 22601 +aXhvbg== 22602 +INC90LXQuQ== 22603 +IGZhdHRv 22604 +IG5lcmQ= 22605 +56A= 22606 +IGJpdHRl 22607 +UGVy 22608 +IHRhbmU= 22609 +IGfDtno= 22610 +IGZvcnRl 22611 +IEV5 22612 +INC90LDQstC10YA= 22613 +IFdvcmRQcmVzcw== 22614 +IE1pcw== 22615 +xa8= 22616 +esOkaA== 22617 +IGludMOpcmVzcw== 22618 +b3NhdXJz 22619 +IEZhbGxz 22620 +IG5lc3Nh 22621 +OTc= 22622 +IG11c2V1bXM= 22623 +IGNvcnJlc3BvbmRz 22624 +IHNpbmdz 22625 +Zm91cg== 22626 +IGVkZXI= 22627 +IENvbW11bmlzdA== 22628 +b2E= 22629 +bmVr 22630 +IFdITw== 22631 +IGNvcnBv 22632 +IG1lc3Npbmc= 22633 +z4TOsc65 22634 +IGJydXNoZXM= 22635 +IGJpc2M= 22636 +IEFyYmVpdHM= 22637 +IFRheA== 22638 +IHNlbGU= 22639 +IGZsYWdz 22640 +b3VwZQ== 22641 +IGFudGljaXBhdGVk 22642 +IE5hZA== 22643 +IHBvdXJlZA== 22644 +IG1s 22645 +IGxsYW1h 22646 +IHZpc3VhbGl6ZQ== 22647 +IGxpc3RlbmVycw== 22648 +2YTZgw== 22649 +YWx0ZW4= 22650 +TWljaGFlbA== 22651 +IGNvc8Os 22652 +1aHV 22653 +b3B1cw== 22654 +IO2VtOyjvA== 22655 +IGhpa2U= 22656 +IEF0dG9ybmV5 22657 +IEhpbGxhcnk= 22658 +dWRlZA== 22659 +IO2VmOyngOunjA== 22660 +IGRvdmU= 22661 +IHN0b3Jtcw== 22662 +0LDQutGB 22663 +IGRvY3RyaW5l 22664 +IGhleA== 22665 +aWtz 22666 +bm/Fm8SH 22667 +IHNjcmlwdHM= 22668 +IM60zrXOvQ== 22669 +INGN0YLQuNGF 22670 +INCG 22671 +YWJlcg== 22672 +IFZhcw== 22673 +IGNlbnRpbWV0ZXJz 22674 +157XlA== 22675 +0L3QuNCx 22676 +IHJpZGVycw== 22677 +IFRyaWI= 22678 +IHRha8W8ZQ== 22679 +IG5vdW4= 22680 +IGljb25z 22681 +IHNvbGVseQ== 22682 +bWluZGVk 22683 +IGRpc3Bvbg== 22684 +IFN3aXR6ZXJsYW5k 22685 +IGNsdXN0ZXJz 22686 +IHF1ZWRh 22687 +YWlsaW5n 22688 +IG1hbmdh 22689 +IDY4 22690 +hIg= 22691 +IHRldA== 22692 +Z2lucw== 22693 +aGF1cw== 22694 +IE9Q 22695 +b3RlZA== 22696 +IG5vdXZlYXU= 22697 +QUxMWQ== 22698 +2YjYrw== 22699 +w7Ju 22700 +IG1vcnRhbGl0eQ== 22701 +IEdpdEh1Yg== 22702 +ZHJvcA== 22703 +IGRpc2d1 22704 +IHJlY29t 22705 +IGxvY2Fscw== 22706 +IGhvbWVtYWRl 22707 +YW1iYQ== 22708 +IHByb251bmNpYXRpb24= 22709 +IGFscGhhYmV0 22710 +0LDQvdGM 22711 +b3dhbnk= 22712 +aXJhcw== 22713 +aWRlbmN5 22714 +T01F 22715 +INGA0LDRgdGB 22716 +YXJhaw== 22717 +dmlhbWVudGU= 22718 +IG5vbnByb2ZpdA== 22719 +IFlvdVR1YmVy 22720 +IHBhcmVudGg= 22721 +IEJvbw== 22722 +dmF0 22723 +IFN0aXI= 22724 +IHByZWNpcA== 22725 +IGFudHM= 22726 +IGFsbHk= 22727 +IE1hb3Jp 22728 +IOuMgO2VnA== 22729 +b2dlbmU= 22730 +IExhYm91cg== 22731 +YXJldHRl 22732 +IHJlY3ljbGluZw== 22733 +ZW5zYQ== 22734 +IHB1cnN1aXQ= 22735 +IHNhaw== 22736 +INCX0LTQtdGB0Yw= 22737 +IHRvbGVyYW5jZQ== 22738 +IHNhYXQ= 22739 +IGNsaWNrZWQ= 22740 +4pml 22741 +IGZhY2Vib29r 22742 +IEludG8= 22743 +IGluY2VudGl2ZXM= 22744 +6riw64qU 22745 +IERlbm5pcw== 22746 +IFdpaw== 22747 +Z2VzY2g= 22748 +4LmA4Lib 22749 +IM+AzrE= 22750 +IFdob28= 22751 +IHJvdW5kZWQ= 22752 +IGRvcGU= 22753 +IGNhcHR1cmluZw== 22754 +IFdhcnJp 22755 +IGNpdmlsaWFu 22756 +IGNoYXJtaW5n 22757 +IGVzYXM= 22758 +IHN1c3RhaW5lZA== 22759 +IGxlYW5pbmc= 22760 +IGFidW5kYW5jZQ== 22761 +w61saWE= 22762 +0LDQu9GM0L3Ri9C5 22763 +IHBo4bqjaQ== 22764 +YWNqYQ== 22765 +IOqwmeyVhA== 22766 +YWN0aXY= 22767 +4Liy4Lii 22768 +IDk3 22769 +INC80L7QuQ== 22770 +Y3Jv 22771 +IEphY2tpZQ== 22772 +aXR0ZWVz 22773 +YnJhY2h0 22774 +dWxlbnQ= 22775 +IOygnOs= 22776 +IHBsdWdpbg== 22777 +dmFudGFnZQ== 22778 +cGFydHk= 22779 +IHN1YXM= 22780 +IGFudGU= 22781 +0YPQuw== 22782 +0J3QkA== 22783 +IM+Dz4U= 22784 +IG1ldGg= 22785 +IGVudGh1c2lhc20= 22786 +0Y/RgtGB0Y8= 22787 +7ZmU6w== 22788 +IHN5bnRoZXRpYw== 22789 +IHNlYXNvbmluZw== 22790 +IExvc3Q= 22791 +b25vbXk= 22792 +IFNwYXJr 22793 +IGJ1cmU= 22794 +IGFzc3VyZWQ= 22795 +IGltYWdpbg== 22796 +IGNhcnJv 22797 +U2hh 22798 +xIV0 22799 +0L3Rg9GC0Yw= 22800 +w6F0aWNh 22801 +VFk= 22802 +IGtlcm4= 22803 +IEJyYXppbGlhbg== 22804 +w7A= 22805 +IHN1c3BlbmRlZA== 22806 +IENhcmli 22807 +IGJpemlt 22808 +IE9saXZlcg== 22809 +VG9t 22810 +INC/0LvQsNC9 22811 +IG5vcGU= 22812 +b21ldGhpbmc= 22813 +IGJlaWRlbg== 22814 +0YbQtdC9 22815 +IGZsdWN0 22816 +IM68zr/PhQ== 22817 +IGZhdGhlcnM= 22818 +IEJsYWtl 22819 +IHVwd2FyZA== 22820 +IERhc2g= 22821 +IExpbA== 22822 +IOyImOuPhA== 22823 +IHJldmVsYXRpb24= 22824 +IGVsZXZhdGVk 22825 +IEppYW5n 22826 +TEVE 22827 +IFRob21wc29u 22828 +INC80L7Qs9GD0YI= 22829 +0YHRgtGA0YM= 22830 +aWZpZXJz 22831 +IGNvbWViYWNr 22832 +IGJ1eWVycw== 22833 +6rKw 22834 +IFNhbGVz 22835 +0LjRh9C1 22836 +Y2lvbmVz 22837 +IHdoaXN0bGU= 22838 +IGR1bGw= 22839 +TEVY 22840 +IO2VmOqyoOyKteuLiOuLpA== 22841 +IGNyaW1pbmFscw== 22842 +IGRlc2NlbnQ= 22843 +aXBwbGU= 22844 +bWFzxLE= 22845 +IGZvb2xpc2g= 22846 +INC00YPQvNCw0Y4= 22847 +dGFy 22848 +IG1hbmdv 22849 +IGNob3Jlb2dyYXBoeQ== 22850 +TWF0dA== 22851 +IHRlcnJpdG9y 22852 +IGFjYWJh 22853 +IEVpbnN0ZWlu 22854 +IElCTQ== 22855 +IE1ldGFs 22856 +IENyeXN0YWw= 22857 +IHJhaA== 22858 +IGZvdWw= 22859 +IElzbGFuZHM= 22860 +IGludGFjdA== 22861 +IFJhaWw= 22862 +Ljo= 22863 +IGFjw6E= 22864 +INC/0YDQvtC/ 22865 +0LXRgNC1 22866 +IFdyaXRl 22867 +aGVoZQ== 22868 +IEZP 22869 +IM+Dz4TOtw== 22870 +IGRvaW4= 22871 +aGVsZA== 22872 +IGFwcHJvcHJpYXRlbHk= 22873 +IGRlbGliZXJhdGVseQ== 22874 +IGFyY2hpdmU= 22875 +IGdpdmVhd2F5 22876 +IGZpbmFsZQ== 22877 +0LvQsNGB 22878 +0LXQvdC+ 22879 +xqFu 22880 +b2dv 22881 +IEF1ZGllbmNl 22882 +44Wg 22883 +IHN1YnVy 22884 +IGhlYWRhY2hl 22885 +0LDQvdC90Y8= 22886 +IFdpdGNo 22887 +IFN3ZWRpc2g= 22888 +IEJJ 22889 +IGVyYXNl 22890 +IGtoaQ== 22891 +IGNvbW1lbnRhcnk= 22892 +IFN1bHRhbg== 22893 +7YOd 22894 +IExlYmFu 22895 +IOuztOyL 22896 +IFBhbQ== 22897 +cGVrdA== 22898 +bW9udGg= 22899 +IGdyb3VuZGVk 22900 +6r4= 22901 +IMWfZWtpbGRl 22902 +MjUw 22903 +IFNDSA== 22904 +aW9zbw== 22905 +IGluYXVn 22906 +aGVpbWVy 22907 +IHJlZmxlY3Rpbmc= 22908 +IFJ1dGg= 22909 +IE9pbA== 22910 +IHRyb3V2ZXI= 22911 +dWVw 22912 +Li5d 22913 +IOyeiOs= 22914 +IG9saGE= 22915 +IHJlYXNvbmFibHk= 22916 +IGdsaXRjaA== 22917 +VUI= 22918 +IEdyYW4= 22919 +IGFkYWxhaA== 22920 +IGxlbnQ= 22921 +2LHYpw== 22922 +IHRyYWN0aW9u 22923 +IGFkanVzdGluZw== 22924 +tKQ= 22925 +0L3QuNCx0YPQtNGM 22926 +INC00L7Qvw== 22927 +IHN0cmV0Y2hlZA== 22928 +IG9ydA== 22929 +IGNvc2luZQ== 22930 +dmlvbA== 22931 +IOyF 22932 +Y2ly 22933 +IGJhc3RhcmQ= 22934 +INGF0L7QtA== 22935 +IHF1aWVy 22936 +IHByZXNzdXJlcw== 22937 +IEFuaA== 22938 +IGVsbGVz 22939 +INC00YDRg9C3 22940 +INC80L7QttC10YLQtQ== 22941 +IGNo4bs= 22942 +IE3DqQ== 22943 +w7Zr 22944 +4bqndQ== 22945 +7KCI 22946 +emlu 22947 +IGNhdXRpb24= 22948 +aWJhbg== 22949 +IGp1ZGdpbmc= 22950 +0YPRjtGC 22951 +IGJhag== 22952 +INCh0LXQudGH0LDRgQ== 22953 +IFBvb3I= 22954 +IE5hemk= 22955 +IHVwYmVhdA== 22956 +eWFuZw== 22957 +IHdlZWtlbmRz 22958 +IEVzc2VudGlhbGx5 22959 +IG9sdXlvcg== 22960 +IHNwYXRpYWw= 22961 +YWNrZXI= 22962 +IHNlbGxlcg== 22963 +INeQ15XXqg== 22964 +kdec 22965 +IHZpdmlk 22966 +IEJvbmQ= 22967 +6raM 22968 +aXNrdA== 22969 +IGdvYXQ= 22970 +ZHJpdmVy 22971 +IG11Zw== 22972 +aWN0aW9uYWw= 22973 +IGFsbHQ= 22974 +IEluaXRp 22975 +IFJhbmQ= 22976 +IGZpbmlzaGVz 22977 +IOqwiA== 22978 +IHZpdGFt 22979 +IHRlZW5hZ2Vycw== 22980 +IE1vcnJpcw== 22981 +7KSE 22982 +IE9yaQ== 22983 +aXlh 22984 +IG15w7Zz 22985 +U3RlcA== 22986 +IEtyZQ== 22987 +IGRpbm9zYXVy 22988 +IOuqhw== 22989 +YWZmZQ== 22990 +IOuQqeuLiOuLpA== 22991 +IHplZw== 22992 +IE1hbmhhdHRhbg== 22993 +IHN1amV0 22994 +dWVsbGU= 22995 +c3RvZmY= 22996 +IGTDvHI= 22997 +IHN1Ym1hcg== 22998 +ZXNlcw== 22999 +IGFxdWVsZQ== 23000 +IG5vdQ== 23001 +IEZhaXRo 23002 +dHo= 23003 +INGC0L7QvNGD 23004 +YWNldXQ= 23005 +bGllcnM= 23006 +IGJhbmR3aWR0aA== 23007 +xrDhu50= 23008 +IHJlc3BlY3RpdmU= 23009 +IEF2ZQ== 23010 +IHNwcmVhZHNoZQ== 23011 +IFNlbnQ= 23012 +aWNhbWVudGU= 23013 +IGluZnJh 23014 +IGxlYXJuZXJz 23015 +IOCuiQ== 23016 +YWlhaA== 23017 +cmVuYWw= 23018 +IG11c3RhcmQ= 23019 +IGhhYnQ= 23020 +54M= 23021 +IFF1w6k= 23022 +IGFuYWx5emluZw== 23023 +IHNvbGlj 23024 +INeU15XXkA== 23025 +IGNhdXNh 23026 +IHdlbGNvbWVk 23027 +IFN1Y2Nlc3M= 23028 +IGZhY2lsZQ== 23029 +INCf0L7RgtC+0LzRgw== 23030 +c2NoZWlu 23031 +IGZldGNo 23032 +IHN0cmF0 23033 +INGB0YLQvtC40YI= 23034 +7JeQ7ISc64qU 23035 +INGB0L/QvtGB0L7QsQ== 23036 +bWFt 23037 +IHNlcsOtYQ== 23038 +bmFtZW50cw== 23039 +d3JpdGVy 23040 +IGNvbnN1bHRpbmc= 23041 +7ZiA 23042 +IEJlcmtlbGV5 23043 +ZXU= 23044 +YXNpdmU= 23045 +VVU= 23046 +IEFuYWx5dA== 23047 +IHN1Ym1pc3Npb24= 23048 +IG1hZ25pZmljZW50 23049 +ZW56YQ== 23050 +IGVjb24= 23051 +IHByb2ZpbGVz 23052 +IGluY2Fy 23053 +QWI= 23054 +IE51bg== 23055 +IGhpYw== 23056 +c2NyZWFtaW5n 23057 +IHJlc2lsaWVudA== 23058 +Z3J1bmQ= 23059 +IGNvbmN1cg== 23060 +IGJlcmVpdHM= 23061 +TEQ= 23062 +IG51cnQ= 23063 +7Ik= 23064 +IGZlYXN0 23065 +IGVuY3VlbnQ= 23066 +IE1pY2hlbA== 23067 +IHN1cHJlbQ== 23068 +Il0= 23069 +IGZlZWRz 23070 +IEtvbGxlZ2Vu 23071 +aXNzZXI= 23072 +IEZlbmc= 23073 +IFdlbg== 23074 +bXVu 23075 +IHRlbsOtYQ== 23076 +IFdyZXN0 23077 +IOyYpOuKmOydgA== 23078 +IHN0ZWFk 23079 +IHJlc3RvcmF0aW9u 23080 +IGRvbmF0ZWQ= 23081 +IGRlbHM= 23082 +IGNlbnN1cw== 23083 +IGRlc3BlcmF0ZWx5 23084 +d29ydGh5 23085 +SEU= 23086 +IFNwYQ== 23087 +IEJyeWFu 23088 +IGhq 23089 +IFJhdw== 23090 +7JWE6w== 23091 +IENhbWVyYQ== 23092 +IHppZW4= 23093 +IHN0eWw= 23094 +IFRX 23095 +IENoZWVzZQ== 23096 +Ym9ybmU= 23097 +IG9ibA== 23098 +IEFscmVhZHk= 23099 +IHVuc3RhYmxl 23100 +IGZsYW1lcw== 23101 +cG9zdA== 23102 +SGE= 23103 +cm9tYWdu 23104 +IOyXhOuniA== 23105 +ZGVzdA== 23106 +IGtvbGVq 23107 +IHRlbXBvcmFyaWx5 23108 +IGRldGVybWluaW5n 23109 +IEdsYXNz 23110 +0YDQvtC9 23111 +b2xhbg== 23112 +IGRvbWluYXRlZA== 23113 +X19fXw== 23114 +INmH2LDYpw== 23115 +IERhbmE= 23116 +IGRpbmhlaXJv 23117 +YXF1 23118 +66+8 23119 +IMOgcw== 23120 +IEpvZXk= 23121 +IEdyaWZm 23122 +IGF0dGFpbg== 23123 +IHRyYW5zaXRpb25z 23124 +IExpdGVyYWxseQ== 23125 +0LXQvdC0 23126 +IEhhdmVu 23127 +IGdyYWJiaW5n 23128 +IGNyeXN0YWxz 23129 +IEZvdXJ0aA== 23130 +IGNhbmRsZXM= 23131 +INGB0LvRg9GH0LA= 23132 +cmljbw== 23133 +IDUwMDA= 23134 +ZXR0bw== 23135 +IHVuZG8= 23136 +IGt0bw== 23137 +IGRpdmVydA== 23138 +IGNoaXI= 23139 +IHBlcnNlYw== 23140 +IGhpa2luZw== 23141 +IGFubm91bmNlbWVudHM= 23142 +0LfRiw== 23143 +IGF1Yw== 23144 +IHN5c3RlbWlj 23145 +IFJN 23146 +z4POsQ== 23147 +INCU0LY= 23148 +IHlhcg== 23149 +IFdhcmQ= 23150 +IHBpc3NlZA== 23151 +IGNhcm4= 23152 +IGF1dG9ub21vdXM= 23153 +44WO44WO 23154 +c292ZXI= 23155 +IHJlZmxleA== 23156 +IGdhcmRlbnM= 23157 +IGRhdGVk 23158 +7LE= 23159 +YW1pxJk= 23160 +IGNvbnRpbnVpdHk= 23161 +IGNpdGl6ZW5zaGlw 23162 +IHNjaHdlcg== 23163 +IHphaw== 23164 +dGFibGU= 23165 +INGB0Yc= 23166 +IM+DzrU= 23167 +IGdlbmVyYXRlcw== 23168 +6rWs64KY 23169 +w7Zo 23170 +w7Nt 23171 +YWxhbQ== 23172 +IEpVRFk= 23173 +IEJ1Zw== 23174 +IGRyb25lcw== 23175 +IMOhZ3Vh 23176 +YWNha3M= 23177 +5po= 23178 +INCa0L7QvQ== 23179 +15bXlA== 23180 +IHN0cml2ZQ== 23181 +IEFsdGVybg== 23182 +IG5lYXJlc3Q= 23183 +IHByb3llY3Q= 23184 +dGVyYQ== 23185 +IEFTSExFWQ== 23186 +IHdvcm0= 23187 +IHJlcGxheQ== 23188 +IHRhcmE= 23189 +IEluZGlhbnM= 23190 +aWNhaWQ= 23191 +IOyInA== 23192 +IGFwcGVhbGluZw== 23193 +IFdlcw== 23194 +IG1lbnRpb25z 23195 +INC00LXQu9C1 23196 +IGt3 23197 +IGZyYWdpbGU= 23198 +aXN6 23199 +a8Ozdw== 23200 +aGFuZw== 23201 +Y29sb3I= 23202 +IHByZXNpZGVudGU= 23203 +ODc= 23204 +0LXRhA== 23205 +INC00L7QsdCw0LI= 23206 +IE5lbHNvbg== 23207 +w6FmaWM= 23208 +IE1JQ0hBRUw= 23209 +IG1lY2hhbmlj 23210 +IG1ldHJlcw== 23211 +IG9jenl3acWbY2ll 23212 +IENpbmQ= 23213 +IG9nc8Ol 23214 +IGxhbmRzY2E= 23215 +QUNF 23216 +IGhlYWRsaW5lcw== 23217 +IGNhdGFseXN0 23218 +IENhdGNo 23219 +aW5rbGVz 23220 +IHBpbGxz 23221 +b3Jkbw== 23222 +IGltbWlncmFudA== 23223 +IGV4YW1pbmF0aW9u 23224 +IGFjY2lkZW50cw== 23225 +esSFZA== 23226 +IHF1aWVyZQ== 23227 +IG5lbGxh 23228 +IDY3 23229 +IHBhc3Nh 23230 +IHN1cGVyZmlj 23231 +aXN0b3I= 23232 +IG5vdg== 23233 +64u1 23234 +IG1hbmRhdGU= 23235 +aXNvbnM= 23236 +IFZpcnR1YWw= 23237 +IHNlbGJlcg== 23238 +IGNvdW5zZWxpbmc= 23239 +IE5CQQ== 23240 +IHNlcHQ= 23241 +IGJlbGlldmVy 23242 +IG1hcnZlbA== 23243 +IEludGVncg== 23244 +INC80ZY= 23245 +IG9ycGg= 23246 +IGJhY2t3YXJk 23247 +IEdlbmVyYXRpb24= 23248 +IFBpY3Q= 23249 +INGC0L7Rgg== 23250 +IHRhcGk= 23251 +cHJvY2hlbg== 23252 +IGhhbGx3YXk= 23253 +aHRl 23254 +INuB25I= 23255 +IFp1bQ== 23256 +YWNobWVudA== 23257 +aXF1ZXI= 23258 +Zm9sZw== 23259 +IEVkZGll 23260 +IEtpbA== 23261 +IHdlbGxuZXNz 23262 +c3RvY2s= 23263 +IGthw6c= 23264 +IHRlcnJvcmlzbQ== 23265 +IHBvaW50ZXI= 23266 +T2Y= 23267 +aGVyaWM= 23268 +IFVsdGltYXRlbHk= 23269 +IG1lc2Vz 23270 +IFRyYWRl 23271 +IHBpbnQ= 23272 +IHR1aXRpb24= 23273 +IGRpc2FncmU= 23274 +IOqyjOyehA== 23275 +IG1hbnVzY3JpcHQ= 23276 +IHJvb21t 23277 +IG91dHB1dHM= 23278 +0LXRhtC4 23279 +IHJpZXM= 23280 +IHNhbHVk 23281 +b3R6ZGVt 23282 +IG1hc3Nlcw== 23283 +IGJ5xYJh 23284 +IGNsZWFyaW5n 23285 +IGRpc2NvdXJzZQ== 23286 +YXRzb24= 23287 +IGZvbGRlZA== 23288 +IEphcg== 23289 +2YTZiQ== 23290 +OTAw 23291 +INGD0YHQvw== 23292 +IHByb3BoZWN5 23293 +IGludGVyZmVyZQ== 23294 +0LjRhdC+0LQ= 23295 +4LmM 23296 +IHRocmk= 23297 +INee16k= 23298 +IGxhesSxbQ== 23299 +IDE5OTI= 23300 +IGZ1dHVybw== 23301 +IGxvY2tpbmc= 23302 +IGVtYmFyZ28= 23303 +IE5laXRoZXI= 23304 +aXZhbWVudGU= 23305 +IG3DpXN0ZQ== 23306 +IG1paw== 23307 +IGNvbGxlY3Rvcg== 23308 +0LXQutC+0YLQvtGA 23309 +IEdhbmQ= 23310 +IHNlbnRpcg== 23311 +IE1pZ2h0 23312 +IGdhbnplbg== 23313 +VUM= 23314 +IHJlbGF0aW5n 23315 +U0Q= 23316 +IG1vc3F1aXRv 23317 +R1I= 23318 +IGhvbGxvdw== 23319 +4piF 23320 +IFdhbGtlcg== 23321 +IGFmZmlsaWF0ZQ== 23322 +IGR1cGxpY2F0ZQ== 23323 +0L3QtdC8 23324 +IGdyYXBl 23325 +IE9yZ2FuaXphdGlvbg== 23326 +IHN5bnQ= 23327 +Sm9l 23328 +IGdlZw== 23329 +IHJldmVhbGluZw== 23330 +IEV0aGFu 23331 +b3V0ZXI= 23332 +IHlheQ== 23333 +0LvQsNGA 23334 +IHJlcG9ydGVkbHk= 23335 +IGlocmVy 23336 +IHJlY29nbmlzZQ== 23337 +IGJ1bXBlcg== 23338 +IFJhbmR5 23339 +IFZlbnVz 23340 +dGxlcw== 23341 +IGFwcGV0aXRl 23342 +IGdsdWNvc2U= 23343 +IGNob2R6aQ== 23344 +IEZ1cnRoZXJtb3Jl 23345 +dGly 23346 +IGNvbnRh 23347 +IGludHVpdGlvbg== 23348 +IGFsdGl0dWRl 23349 +IGNodW5rcw== 23350 +IEpvc2h1YQ== 23351 +xLHEn8SxbQ== 23352 +cnlsaWM= 23353 +bGVhbnM= 23354 +IO2UvOs= 23355 +TEw= 23356 +UXVl 23357 +IGdvcg== 23358 +INC30L3QsNGH0LjRgg== 23359 +IHBvZW1z 23360 +IGV4Y2Vs 23361 +IGV4cGxvcmVk 23362 +IHBvcHVs 23363 +IGluY2x1c28= 23364 +c3TDpA== 23365 +IEdhdmlu 23366 +YWxsaW5n 23367 +IM+Ezr/OvQ== 23368 +6ak= 23369 +YXJiZWl0 23370 +IEdhcw== 23371 +IGdsb3Jpb3Vz 23372 +cmllYmVu 23373 +IHNwYW0= 23374 +IGluZG9vcg== 23375 +IHRocnVzdA== 23376 +IEFsZA== 23377 +IFByaW9y 23378 +IG9uYm9hcmQ= 23379 +b2Nh 23380 +QVNI 23381 +o6A= 23382 +IENocmlzdGluZQ== 23383 +IGRyYXdlcg== 23384 +IG5vb24= 23385 +IOyemOs= 23386 +IHBlcm1hbmVudGx5 23387 +INC90LDQv9GA0LjQvNC10YA= 23388 +IHBvZGNhc3Rz 23389 +ZXJhcGV1dA== 23390 +cHJpdA== 23391 +IHN0YWlubGVzcw== 23392 +INqp25I= 23393 +IGZhbWlsaWE= 23394 +INGA0LDQt9GA 23395 +dW50bw== 23396 +INGB0YLQvtC7 23397 +IGjDpA== 23398 +IEhhaQ== 23399 +IFBC 23400 +aXpvbg== 23401 +IGtvbm50ZQ== 23402 +IGLDvHnDvGs= 23403 +IHV0aWxpemFy 23404 +2oY= 23405 +IGFxdWVzdGE= 23406 +IG1peGVy 23407 +dWRlbnQ= 23408 +0LvQtdC60YE= 23409 +xYJ1 23410 +INGB0LjRgdGC0LXQvA== 23411 +INC90L7RgNC8 23412 +IGZhdGFs 23413 +IGNvbnNpZGVyYXRpb25z 23414 +IHZhbGlkYXRpb24= 23415 +IG9saQ== 23416 +IGthcmRlxZ8= 23417 +IEdMT1JJQQ== 23418 +IHBhbGw= 23419 +0LXRgdGC0LU= 23420 +IHJlY3Rhbmc= 23421 +IG1lZGlldmFs 23422 +YWxsYWhp 23423 +YXN0aQ== 23424 +IFN5cmlhbg== 23425 +IHNoZWFy 23426 +IGRlYnVn 23427 +IE1haQ== 23428 +IGtub2NraW5n 23429 +IExleA== 23430 +YXJkYW4= 23431 +cm92 23432 +IG1lbW9yaWFs 23433 +b29reQ== 23434 +IHN0dWZmZWQ= 23435 +IHBhc3PDqQ== 23436 +IHdpZw== 23437 +gqA= 23438 +IHByw7N4aW1h 23439 +IDE5OTE= 23440 +INC80LXQttC00YM= 23441 +IG51ZXN0cm9z 23442 +IEJlYXN0 23443 +IHNtbw== 23444 +YXRjaGVk 23445 +b2xvZ2lh 23446 +INC80L7QtA== 23447 +IGdlZQ== 23448 +IGNvbmNlcHR1YWw= 23449 +IMO0 23450 +IGRlY3JlYXNlcw== 23451 +IHF1ZXJpZXM= 23452 +0L7Qu9GM0Yg= 23453 +IEFwYXJ0 23454 +IGV4ZW1wbA== 23455 +IGZsZWQ= 23456 +IE9GRg== 23457 +Z2dhaw== 23458 +IGJlYWQ= 23459 +aGly 23460 +bGllcw== 23461 +IENsZWFybHk= 23462 +xLFsYXI= 23463 +IGNoZXNz 23464 +IHdoaWNoZXZlcg== 23465 +IDk2 23466 +4bqx 23467 +IHJlc3BlY3Rz 23468 +INC80L7RgA== 23469 +IG9yZ2FuaXNt 23470 +IGdyYW5kcGE= 23471 +IFZpZQ== 23472 +IGZsb29kaW5n 23473 +IHVwZ3JhZGVk 23474 +0ZHRgA== 23475 +IGNoZWVrcw== 23476 +IGNvbnF1ZXI= 23477 +IHN0dWJib3Ju 23478 +IHB1enpsZXM= 23479 +IGF1Y3Rpb24= 23480 +IHJlbHlpbmc= 23481 +IFBST0Y= 23482 +IEVzcGVy 23483 +INCc0KM= 23484 +IGh5cGU= 23485 +IHBvc3NpYmls 23486 +IGltcHJpc29u 23487 +IEVybg== 23488 +7JeI7Iq164uI64uk 23489 +IGVudmll 23490 +IHJlc3VycmVjdGlvbg== 23491 +IHNwZXI= 23492 +IFZlbmV6dWVsYQ== 23493 +c29t 23494 +IOyeoOq5 23495 +IG5vdXZlbGxl 23496 +IGNsb3Nlcw== 23497 +IDE5NDA= 23498 +IHF1YQ== 23499 +IEphcmVk 23500 +IFBpcg== 23501 +IGluZGU= 23502 +IHNjcnVi 23503 +dWt1 23504 +IHJlcXVpcmluZw== 23505 +INCy0LDQvNC4 23506 +IGNvbnNpZGVyYWJsZQ== 23507 +aWxpYQ== 23508 +IGlubmU= 23509 +IG1laW5lbQ== 23510 +IGhhcmRzaGlw 23511 +IHRyYXBz 23512 +cm9j 23513 +IOyEpOs= 23514 +IHJlc2VhcmNoaW5n 23515 +IE1hcmdhcmV0 23516 +IHBlbm55 23517 +IGLEsXJhaw== 23518 +0ZHQuw== 23519 +IHdvb2w= 23520 +IHJoZXQ= 23521 +IGZsYXR0ZW4= 23522 +54c= 23523 +4LmA4Lij 23524 +IHBpZWQ= 23525 +IENoYXA= 23526 +IHVuZGVybQ== 23527 +IGZyZXQ= 23528 +IGNyYXNoZWQ= 23529 +IEZyYXVlbg== 23530 +2LDZhw== 23531 +aXZhbg== 23532 +IGxpdGVyYXJ5 23533 +bGF0ZWdv 23534 +IHNww6R0ZXI= 23535 +IHNpbWlsYXJpdGllcw== 23536 +4oY= 23537 +IENvcm9u 23538 +IENyZWVr 23539 +IGJvc3Nlcw== 23540 +IGFjY29tcGFuaWVk 23541 +IGRlYmF0ZXM= 23542 +IGFzc2VtYmxlZA== 23543 +IMOB 23544 +IFZhaQ== 23545 +IHRyYWN0 23546 +IHNpbXBsZW1lbnQ= 23547 +IEFyaW4= 23548 +IHZ1bG5lcmFiaWxpdHk= 23549 +IGhvcm1vbmU= 23550 +SUVM 23551 +T09L 23552 +IHJlbGF5 23553 +IEFuZHJlYQ== 23554 +cmls 23555 +IG5lY2Vzc2l0eQ== 23556 +YWNldXRpY2Fs 23557 +0Y7RiQ== 23558 +b3VzaW5n 23559 +bmFobWVu 23560 +IGZvb3RwcmludA== 23561 +bWFw 23562 +IFRpZXI= 23563 +YW5ueWE= 23564 +aW50ZW5k 23565 +5aI= 23566 +IGRlY29yYXRl 23567 +IHpvbWJpZXM= 23568 +IEh5ZA== 23569 +IFN1eg== 23570 +IGNhbXB1c2Vz 23571 +IEVtYg== 23572 +IHRocm90dGxl 23573 +IGFkbWlu 23574 +IG9wb3J0dW4= 23575 +IG1pcnJvcnM= 23576 +IGlkZW50aXRpZXM= 23577 +IENsaW4= 23578 +IOu5hOs= 23579 +4bmj 23580 +IE90dA== 23581 +IGJsdWVz 23582 +IGltcHJlc3Npb25z 23583 +LSw= 23584 +IHZhZ3Vl 23585 +YWZl 23586 +IGluZmVyaW9y 23587 +ZXJhbGQ= 23588 +IG1lZGljaW5lcw== 23589 +IHByZWd1bnRh 23590 +b3NlbHk= 23591 +IHTDqWzDqQ== 23592 +IE1vbnRo 23593 +IExlYWRlcnM= 23594 +IEVneXB0aWFu 23595 +IHJhdGlvbg== 23596 +a2Vycw== 23597 +aGVpdHM= 23598 +IHJlY2h0 23599 +UGxheQ== 23600 +IGVn 23601 +IHBvbGxz 23602 +IFdPT0RS 23603 +IHNsb3Rz 23604 +amFt 23605 +Qm90aA== 23606 +IFJhdA== 23607 +0YDQsNC2 23608 +IEJyaWdodA== 23609 +4buRaQ== 23610 +dXJpb3Vz 23611 +IHNpbmdlcnM= 23612 +IGxvZ2lu 23613 +IHTDqm0= 23614 +bGF0aW9u 23615 +IE11bQ== 23616 +xrDhu51uZw== 23617 +IEVkaXRvcg== 23618 +IGlubm92YXRpb25z 23619 +aGF2ZQ== 23620 +IFNlaw== 23621 +IHdlYWtlcg== 23622 +IEdvYg== 23623 +QWZ0ZXI= 23624 +tOyngA== 23625 +IOusuOygnA== 23626 +IGRpc2FkdmFudGFnZQ== 23627 +IGdhemU= 23628 +IE1hY2s= 23629 +z4HOrw== 23630 +IEtpc3M= 23631 +IEhvbG8= 23632 +IEJpcnRo 23633 +aXpp 23634 +YmFi 23635 +7Iuc6rOg 23636 +0LTQtdGA0LY= 23637 +IHNxdWF0 23638 +0LrRg9GB 23639 +dW5p 23640 +IENvbW1l 23641 +IFdPT0RSVUZG 23642 +IENoYW1waW9uc2hpcA== 23643 +IHdlbGNoZQ== 23644 +IFlvdXRo 23645 +emVt 23646 +IG9kcG93 23647 +IHBlcnNpc3RlbnQ= 23648 +cnV0 23649 +7JSp 23650 +7Zal 23651 +bGFpcg== 23652 +aWt1 23653 +IHZlbmRvcg== 23654 +IGNow7puZw== 23655 +IGZpbmFuY2k= 23656 +IG92ZXJseQ== 23657 +w6J1 23658 +IGdsdXRlbg== 23659 +IDE4MDA= 23660 +IGRpdmlzaW9ucw== 23661 +IGNpdWRhZA== 23662 +IG9iZWQ= 23663 +IHdhcnVt 23664 +IGVoZXI= 23665 +IGVsaW0= 23666 +INCS0L4= 23667 +IHBldXZlbnQ= 23668 +IFdhbm5h 23669 +IGF0dGVuZGFuY2U= 23670 +IGFzc2Vzc21lbnRz 23671 +IEJvZw== 23672 +IGltYWdlcnk= 23673 +IGNvbGxlY3RpdmVseQ== 23674 +IGluZm9ybWFs 23675 +IFNjaHdl 23676 +IGRldXRsaWNo 23677 +IENoZWw= 23678 +IFBF 23679 +b3dlZA== 23680 +IGJhbm5lcg== 23681 +IHNoZWx2ZXM= 23682 +IFJldHVybg== 23683 +TEFVR0hT 23684 +IGNvbmdyYXR1bGF0ZQ== 23685 +IE5vcndheQ== 23686 +IGR3ZWxs 23687 +IENhcmliYmVhbg== 23688 +IG5vcm1z 23689 +IEFuaW1hbA== 23690 +IFZhbGVudGluZQ== 23691 +IGV4dGVuZGluZw== 23692 +IFZvdQ== 23693 +b3Jy 23694 +IENoZW5n 23695 +wqE= 23696 +INC00L7RgNC+0LM= 23697 +IHZlZw== 23698 +IGjDpQ== 23699 +IFhpbg== 23700 +IOy5tOs= 23701 +ZW1ldA== 23702 +IGh5cG90aA== 23703 +IGludGVyZXNzYW50ZQ== 23704 +cmljZXM= 23705 +SVo= 23706 +IFVTRA== 23707 +IHJ1bm5lcg== 23708 +IEJhZw== 23709 +IOq9 23710 +IGNvbWXDp2Fy 23711 +IHBpZ3M= 23712 +IHdlYWtuZXNzZXM= 23713 +UGg= 23714 +IFZpb2w= 23715 +IGRyYWdnaW5n 23716 +IEFxdcOt 23717 +IENTUw== 23718 +IG1pbGxpbWV0ZXJz 23719 +IGVzdMOhcw== 23720 +IGFjdXRl 23721 +IGRlamFy 23722 +acSf 23723 +b2JyYQ== 23724 +TG92ZQ== 23725 +IHNpbGs= 23726 +KioqKg== 23727 +IGpvaW5z 23728 +IHByb2w= 23729 +IOqwkOyCrO2VqeuLiOuLpA== 23730 +2K3Yrw== 23731 +YWdoZXR0aQ== 23732 +w6RubmVy 23733 +IHN0cmFuZw== 23734 +IGRvdWJsZWQ= 23735 +IGRlc2NyaXB0aW9ucw== 23736 +IHN0ZWxsZW4= 23737 +IHBhcnRp 23738 +soTr 23739 +IMO2xJ8= 23740 +aWdoaW5n 23741 +IGFuZ3VsYXI= 23742 +IG5hdHV1cg== 23743 +IFNoZWw= 23744 +xrDGoQ== 23745 +IHJheXM= 23746 +IHNlcGVy 23747 +c3RhcnQ= 23748 +dmlzZWQ= 23749 +IHJ1c2hlZA== 23750 +IGludGVybmF0aW9uYWxseQ== 23751 +IG5pdmVs 23752 +IGJveGluZw== 23753 +ZmFsbGVu 23754 +4buRYw== 23755 +IHNlaW5lbg== 23756 +cGxpY2l0eQ== 23757 +IGNhcmJvaA== 23758 +IFRyYXZpcw== 23759 +dXNv 23760 +IFBoYXNl 23761 +IGFjdGl2YXRpb24= 23762 +IG9waW8= 23763 +t6g= 23764 +IGRlY3JlYXNlZA== 23765 +Q2Fy 23766 +IGJ1bmRsZQ== 23767 +IGV4cGVuZA== 23768 +b3JtYWw= 23769 +IGFkamFjZW50 23770 +IG1lZQ== 23771 +INC+0YDQsw== 23772 +IHRyYW5zY3JpcHQ= 23773 +IExhbmd1YWdl 23774 +R1M= 23775 +IHNldWw= 23776 +w6BuaA== 23777 +IG55YQ== 23778 +bmluZ3M= 23779 +IOyLnOs= 23780 +IOuUsOudvA== 23781 +IEFncg== 23782 +w61k 23783 +IGFieQ== 23784 +IE5lbw== 23785 +xLF5b3J1eg== 23786 +IFRoaW5raW5n 23787 +YWltZQ== 23788 +IHZpdGU= 23789 +IHRyYXbDqXM= 23790 +INeR16I= 23791 +INC80LXQtA== 23792 +T3Vy 23793 +aG9vdA== 23794 +IGxpbmVy 23795 +IFBpenph 23796 +IGh5Zw== 23797 +ZmxpZXM= 23798 +IENvbnRpbnVl 23799 +IGRlbnRhbA== 23800 +IFRpYg== 23801 +IHJlZ3VsYXRl 23802 +bGllw58= 23803 +QUxL 23804 +IFRhZQ== 23805 +6ri4 23806 +IEJyZXhpdA== 23807 +IEd1dA== 23808 +IG9jY3VwYXRpb24= 23809 +IHpyb2Jp 23810 +w6Jt 23811 +IHdoaXNr 23812 +IGthbnNrZQ== 23813 +b21vbg== 23814 +cm9iZQ== 23815 +IHdhcmZhcmU= 23816 +IHRo4buD 23817 +IGpha2k= 23818 +IHN0cm9rZXM= 23819 +IHBlYXM= 23820 +IERhbWl0 23821 +SEFO 23822 +IGludGVyZmVyZW5jZQ== 23823 +INC80LjQvdGD0YI= 23824 +TkVS 23825 +b3V0aW5n 23826 +IHRleHR1cmVz 23827 +n4k= 23828 +b3dp 23829 +IO2VmQ== 23830 +IGRlbnM= 23831 +IHByb3RhZ29uaXN0 23832 +w6Rubg== 23833 +IGdvZGRlc3M= 23834 +IHdvbGx0ZQ== 23835 +aWpv 23836 +IFdvY2hl 23837 +IFZQTg== 23838 +c3Rvcnk= 23839 +IGtpbmRlcmc= 23840 +IGZ1bm5lbA== 23841 +IGRpc3RyZXNz 23842 +0L3QvtGB0YLRjNGO 23843 +IG5vaXN5 23844 +INC/0YDQvtC00L7Qu9C2 23845 +IGRhcmFu 23846 +IGVuenltZQ== 23847 +0LvQvtC2 23848 +IG11dGU= 23849 +IGR3YXI= 23850 +INin2LM= 23851 +IGtvbXBs 23852 +IG1lcml0 23853 +IGZvc3Nl 23854 +IERyaW5r 23855 +IGZvcmE= 23856 +IHdvaGw= 23857 +IGJyZWV6ZQ== 23858 +IHNhbml0 23859 +IGRyaW4= 23860 +IOydtOqxsOuKlA== 23861 +IDYy 23862 +IOywqOs= 23863 +YWJ5dGVz 23864 +IGRlZWRz 23865 +INC5 23866 +acOobWU= 23867 +aWdnbGluZw== 23868 +ICIn 23869 +INGH0LDRgdGC0Yw= 23870 +IEFuc3dlcg== 23871 +IGV2YW5nZWw= 23872 +IDEwODA= 23873 +IFZpc2l0 23874 +aWNpZW50 23875 +IHJlbGlhYmlsaXR5 23876 +0Y7RgdGM 23877 +IEVhcmxpZXI= 23878 +IGZpZA== 23879 +IHNsZWV2ZXM= 23880 +aXlvcnN1bg== 23881 +IGJpYg== 23882 +IEFjY291bnQ= 23883 +0Y/Qu9C4 23884 +Y2lwbGluYXJ5 23885 +emFz 23886 +INCx0LXRgA== 23887 +IG5lY2tsYWNl 23888 +IGJsZW5kZXI= 23889 +IFBoaWxsaXBz 23890 +ZXRp 23891 +IEp1cGl0ZXI= 23892 +IHByb3ZvYw== 23893 +IFllYXJz 23894 +ZW50cmU= 23895 +YWNpbw== 23896 +IGvDvA== 23897 +IGFudGVubmE= 23898 +IG5vdmVscw== 23899 +IGZhcnQ= 23900 +IFN1Z2Fy 23901 +IEp1ZHk= 23902 +IGNvbGxhcHNlZA== 23903 +57A= 23904 +cml0aXM= 23905 +IOyDge2ZqQ== 23906 +0JfQqw== 23907 +IFZlcmY= 23908 +cmFuZWFu 23909 +ZXJldW0= 23910 +IFRhcmdldA== 23911 +IDg4 23912 +INCY0Lc= 23913 +aWRlbw== 23914 +IHJlZ3Jlc3Npb24= 23915 +7Lac 23916 +IG3Ds3dp 23917 +IHN0dWRpb3M= 23918 +aWVucw== 23919 +aXBo 23920 +IGZyeWluZw== 23921 +IGZhc2NpbmF0ZWQ= 23922 +IFdhaA== 23923 +YnVja3M= 23924 +bWF5YQ== 23925 +IFNhdHVybg== 23926 +IE1vbW15 23927 +IHJhdGluZ3M= 23928 +IGF1dHVtbg== 23929 +xrDGoW5n 23930 +IGxvc2Vy 23931 +IGNlbnRybw== 23932 +w6lyaWV1cg== 23933 +IEZvbGQ= 23934 +IHN1cGVydmlzb3I= 23935 +IE5vYmVs 23936 +IHVuZGVyZXN0 23937 +b2JpYQ== 23938 +INCy0YHRjw== 23939 +IHZlcnc= 23940 +IGZ1ZWxz 23941 +IGFydGlmYWN0cw== 23942 +IOu2mQ== 23943 +IEF1dG9t 23944 +25Q= 23945 +15XXoQ== 23946 +IGlobmVu 23947 +IDU5 23948 +b3VuZGluZw== 23949 +0LXRgNGL 23950 +aW5hcnM= 23951 +Y2hhbnQ= 23952 +IGFkZGljdGVk 23953 +IGV4cGxvc2l2ZQ== 23954 +IGRpc3BlcnM= 23955 +4paI 23956 +YXhpcw== 23957 +QVJZ 23958 +IGx1bQ== 23959 +INGD0YHQuw== 23960 +INiM 23961 +IHJ1cGVlcw== 23962 +IFBlYXJs 23963 +Y2FtcA== 23964 +dHY= 23965 +b3lh 23966 +IGNvbmNsdWRlcw== 23967 +IGNvbGxpc2lvbg== 23968 +IGJ1eWVy 23969 +IHBsYXlncm91bmQ= 23970 +IHNwcmluZ3M= 23971 +IGZlbWluaW5l 23972 +IFJhcw== 23973 +IGluY2FyY2Vy 23974 +7ZeY 23975 +IGRpYWxlY3Q= 23976 +IGNsb3N1cmU= 23977 +IGNoYXR0aW5n 23978 +IGJhYmU= 23979 +IHNwb3RsaWdodA== 23980 +IG5vdGF0aW9u 23981 +U3Rhcg== 23982 +acOjbw== 23983 +IHTDqnRl 23984 +IHRpZGU= 23985 +IGp1bnRv 23986 +IHNlbmF0b3I= 23987 +0KU= 23988 +IGV4Y3VzZXM= 23989 +IGJsaW5r 23990 +IGFkbWlzc2lvbg== 23991 +IExpbHk= 23992 +0YvQvNC4 23993 +IGFtaWdv 23994 +IGx1c3Q= 23995 +64us 23996 +IGFtaW5v 23997 +IGNvbnN1bHRhbnQ= 23998 +IEVsZWN0cmlj 23999 +IOuFuOuemA== 24000 +dWphaA== 24001 +IHNob290ZXI= 24002 +aWNodGVu 24003 +IFVrcmFpbmlhbg== 24004 +IGFpbXM= 24005 +IEVudGVydGFpbg== 24006 +IG1pcmFjbGVz 24007 +IHplaWdlbg== 24008 +IGxhbQ== 24009 +IHJlc3M= 24010 +IEppbGw= 24011 +eWxhbg== 24012 +IHJvb2s= 24013 +IGhheWE= 24014 +IHBhc3Nwb3J0 24015 +YWRhdGE= 24016 +IGp1aWN5 24017 +Y29uZg== 24018 +0LvQtdC5 24019 +IFN6 24020 +IGludGVyY2VwdA== 24021 +IFRlYW1z 24022 +IG1ha2Vu 24023 +aXJyZWw= 24024 +IExJS0U= 24025 +4bqteQ== 24026 +6rWw 24027 +IHNob3J0YWdl 24028 +IHBhcmFkaWdt 24029 +IHBhcGVs 24030 +IGFzdGVybw== 24031 +IHNvbGxlbg== 24032 +IE1pY2tleQ== 24033 +IE9ybGVhbnM= 24034 +IGNob2xlc3Rlcm9s 24035 +IGdvb3Nl 24036 +0YbQuNGO 24037 +IEZM 24038 +INCz0L7Qu9C+0LI= 24039 +IHRyaWJ1dGU= 24040 +IEdhbQ== 24041 +IMOpdmlkZW1tZW50 24042 +0Y/RhQ== 24043 +IGluYXBwcm9wcmk= 24044 +dWhhbg== 24045 +IG9yZ2FuaXphdGlvbmFs 24046 +YWlsZWQ= 24047 +IGVuZHVyZQ== 24048 +IDc2 24049 +IHNob3RndW4= 24050 +IGxpdnJl 24051 +IHN1aXRlZA== 24052 +IHdhcm10aA== 24053 +IFNJTQ== 24054 +IGVudmlzaW9u 24055 +IGRlZ3JhZA== 24056 +w65uZQ== 24057 +TGF1Z2hpbmc= 24058 +IFdob2V2ZXI= 24059 +IEJ1ZGRoaXNt 24060 +IHNwcmlua2xl 24061 +Y2XEn2l6 24062 +IHJ1aW5z 24063 +IHN0YXJjaA== 24064 +IEhlcno= 24065 +IGluanVzdGljZQ== 24066 +IGh1bWlkaXR5 24067 +0L7QttCw0LvRg9C5 24068 +IE9iamVjdA== 24069 +IElnbg== 24070 +IEV4YW0= 24071 +aWdlcnM= 24072 +IHRob3U= 24073 +IFNveQ== 24074 +aXZhcw== 24075 +IHBvbGVz 24076 +bWF0aA== 24077 +INCy0L3QuNC8 24078 +SU5HSU5H 24079 +ZWRyYWw= 24080 +IGV4cGxvcg== 24081 +IHJvYXN0ZWQ= 24082 +IGNyYXds 24083 +IGNvZmY= 24084 +IGFub20= 24085 +IHdpag== 24086 +IGltcHJvdmVz 24087 +IHRyZWF0eQ== 24088 +IGRpc2NvdmVyaW5n 24089 +IHN0YXR1dGU= 24090 +IG1lcmNhZG8= 24091 +INGB0LjQuw== 24092 +IGludGVs 24093 +IENoYW5jZWxsb3I= 24094 +IE1lZGljYWlk 24095 +dWdp 24096 +IHZlcmJhbA== 24097 +IGTDtm4= 24098 +IHNjcmlwdHVyZQ== 24099 +IGl0ZXJhdGlvbg== 24100 +ZWtz 24101 +IE94Zm9yZA== 24102 +IHfDpGg= 24103 +IFZhZA== 24104 +IEFL 24105 +IOyVhOydtOs= 24106 +IGlldHM= 24107 +IG5lZWRsZXM= 24108 +2YPZhQ== 24109 +IHBhc2Fkbw== 24110 +IGFsYnVtcw== 24111 +IHllYQ== 24112 +ZXR6ZW4= 24113 +hOuPhA== 24114 +IGRldGVybWluZXM= 24115 +IHRoZWU= 24116 +IFBsYXlpbmc= 24117 +w6RydA== 24118 +INem 24119 +Y2xlZA== 24120 +IGRvd253YXJk 24121 +YWxvbmU= 24122 +IHNvbHU= 24123 +IHBhcnRpdGlvbg== 24124 +IHd6 24125 +ZGQ= 24126 +IHBlc3NvYWw= 24127 +IGZhY3Rvcmllcw== 24128 +IGJsZWlidA== 24129 +4Lih4Liy 24130 +YWxzYQ== 24131 +IE5GTA== 24132 +IGZ1ZXJh 24133 +IHJlc2VydmVk 24134 +IEVhcm4= 24135 +IGhlbHQ= 24136 +IHNob3J0Y3V0 24137 +IGNvbnZpbmNpbmc= 24138 +c3BhY2U= 24139 +IGVuZm9yY2U= 24140 +IGNvcmVz 24141 +IGVmdGVy 24142 +IHJlY2Vzc2lvbg== 24143 +eGljbw== 24144 +IHByb3Bvc2l0aW9u 24145 +YXJpYW5z 24146 +cm9wb2w= 24147 +IOuqsOs= 24148 +IM6c 24149 +IOyalOymmA== 24150 +IGFjdGl2aXN0 24151 +IGNvbnZpY3Rpb24= 24152 +IHphYg== 24153 +IGNhbmNlbGVk 24154 +0YLQvtGH0L3Qvg== 24155 +IM6u 24156 +bml0ZQ== 24157 +IGZ1bmRyYQ== 24158 +YnV6emVy 24159 +0LXQu9C+ 24160 +aWNhdGlvbnM= 24161 +IHpvbmE= 24162 +IHRlZW5z 24163 +IG1ldGhvZG9sb2d5 24164 +IOykkeyalA== 24165 +dGhhbg== 24166 +IFVs 24167 +IEdyZXk= 24168 +IGhvZw== 24169 +SU5L 24170 +IFN1bmc= 24171 +IENsYXVk 24172 +IENOTg== 24173 +IGRlbGl2ZXJz 24174 +YWxpbg== 24175 +IEFkb2Jl 24176 +b3RoZQ== 24177 +IERlc3dlZ2Vu 24178 +4Liz 24179 +IHdlcmRl 24180 +IGdyZWFzZQ== 24181 +IHVwZ3JhZGVz 24182 +IEZpbmxhbmQ= 24183 +YWNjZXB0 24184 +IGludGVycm9n 24185 +YmVl 24186 +IHByZWRl 24187 +IE5lcA== 24188 +IENhbWJyaWRnZQ== 24189 +IGdyYXBocw== 24190 +IGhhdW50ZWQ= 24191 +0YHQtdC8 24192 +5qc= 24193 +U29tZQ== 24194 +IE1hbGw= 24195 +IHJlaGVhcnNhbA== 24196 +IFVyYmFu 24197 +IExhZw== 24198 +IG5pbQ== 24199 +6rCV 24200 +IHBvc2l0aW9uZWQ= 24201 +IGF2b2lkZWQ= 24202 +RU1B 24203 +IGxsZWdhcg== 24204 +IHLDoXBpZG8= 24205 +IGdvdXZlcm4= 24206 +IGhpbmc= 24207 +IGRlYWxlcg== 24208 +IHJlZm9ybXM= 24209 +IGZhdHR5 24210 +0LrQvtC7 24211 +IEFjZQ== 24212 +IG5lcA== 24213 +IOyyrQ== 24214 +IGNvbXB1dGF0aW9u 24215 +IFN0cmVhbQ== 24216 +Ym91cm5l 24217 +dHVy 24218 +UG9y 24219 +IHNsZWVweQ== 24220 +IGJhbmdldA== 24221 +IHdlaWdocw== 24222 +IGJsZWliZW4= 24223 +IEdyZW4= 24224 +IHVuaW9ucw== 24225 +IOq1kA== 24226 +IGFwcmVuZGVy 24227 +dWl0YXI= 24228 +IEplc3Q= 24229 +dW1pbmc= 24230 +IFBsYXllcg== 24231 +IEV4dHJlbQ== 24232 +IGludGVnZXI= 24233 +0LDRh9C1 24234 +IGNvbmNlcnRz 24235 +15XXmw== 24236 +IHRyb2NoxJk= 24237 +IFJlcGU= 24238 +4LmC 24239 +xbxlbg== 24240 +IHNvdW5kaW5n 24241 +IGFub255bW91cw== 24242 +IGV4Y2E= 24243 +IElyYW5pYW4= 24244 +IGVuZXJnZXRpYw== 24245 +IHdpdmVz 24246 +INGG0LLQtdGC 24247 +IGFpcw== 24248 +IHN1ZGFo 24249 +IHVuZGVyd2Vhcg== 24250 +IGNydW5jaHk= 24251 +IFBhaW4= 24252 +IGdlcsOnZWs= 24253 +cmVkaWN0 24254 +IG1pc21h 24255 +0ZbRgg== 24256 +IHN1cnZpdmluZw== 24257 +zq3Pgg== 24258 +IHBhcnRpY2lwYW50 24259 +IEhlc3Nlbg== 24260 +w6FyaWFz 24261 +IHN1YndheQ== 24262 +aXN0w6Q= 24263 +IGNvcmFs 24264 +IG1hcmlqdWFuYQ== 24265 +IE1lbW9yaWFs 24266 +0YjQuNC5 24267 +cml6 24268 +IHNhdGVsbGl0ZXM= 24269 +IGxlYXNl 24270 +IENhbWVyb24= 24271 +dW1waA== 24272 +IGNsYXNzbWF0ZXM= 24273 +w6Row6Ru 24274 +0YHRgtCy0LU= 24275 +IGh1ZQ== 24276 +k6TsnYQ= 24277 +IHByb3BvcnRpb25hbA== 24278 +IG5vc3M= 24279 +IGxhcHM= 24280 +csOl 24281 +IGJpdGNvaW4= 24282 +0JfQq9Ca0JA= 24283 +IOy2qQ== 24284 +INmE2YQ= 24285 +IE1vcnQ= 24286 +IEVzcA== 24287 +YXJub3M= 24288 +INGB0LrQsNC30LDQuw== 24289 +IMOkbmQ= 24290 +15nXmded 24291 +IEdlYg== 24292 +Z2VoZW4= 24293 +SW5hdWRpYmxl 24294 +Ym9yb3VnaA== 24295 +0YTRhA== 24296 +IGZlbGxvd3NoaXA= 24297 +IFBhcGVy 24298 +IGN1cnZlZA== 24299 +IEdFT1I= 24300 +IGNhbGN1bGF0b3I= 24301 +IENhdGFs 24302 +IHbDoG8= 24303 +IGJ5cGFzcw== 24304 +0LvQtdGC 24305 +4LM= 24306 +dHJhbnM= 24307 +cmVuY2llcw== 24308 +7KGM 24309 +aWdlbnQ= 24310 +IHRhc3RlZA== 24311 +IG9jZWFucw== 24312 +dWZ0 24313 +ZXJ2aWNl 24314 +INCc0KPQl9Cr0JrQkA== 24315 +IENsYXNzaWM= 24316 +IHJlc3BlY3RpdmVseQ== 24317 +fik= 24318 +w650cmU= 24319 +IE5hc2g= 24320 +IHppdA== 24321 +IOybgw== 24322 +IOuGkg== 24323 +cXVvdGU= 24324 +IFVucw== 24325 +IHRhYw== 24326 +IHByb3Zlcw== 24327 +IFBvcnRsYW5k 24328 +Ymx5 24329 +IGVyZQ== 24330 +7LaU 24331 +IMOpcG9jYQ== 24332 +INGC0YvRgdGP0Yc= 24333 +NzY= 24334 +IGhhZGU= 24335 +IEZybw== 24336 +IHBvbMOtdGljYQ== 24337 +dGFn 24338 +IO2VrQ== 24339 +IHNjaMO2 24340 +YXJldHQ= 24341 +IHByb3Zpc2lvbnM= 24342 +IG1vdG9ycw== 24343 +IGltYWdpbmc= 24344 +IGRvaw== 24345 +dWxvdXNseQ== 24346 +IG1laWxsZQ== 24347 +65A= 24348 +IElTTw== 24349 +IFNURU0= 24350 +IEJvd2w= 24351 +IHRvd2Vycw== 24352 +IEVl 24353 +IFBlcmZvcm1hbmNl 24354 +IGxvaW4= 24355 +Y3Vzc2lvbg== 24356 +IGNvYXN0YWw= 24357 +aWFsZQ== 24358 +Y29tcGFzcw== 24359 +IHNwZWxscw== 24360 +IGRpc2FwcG9pbnRpbmc= 24361 +IOuyiOynuA== 24362 +RUVS 24363 +IHZlcnNhdGlsZQ== 24364 +YXN1cnk= 24365 +IGVuZmlu 24366 +IGRvd25zaWRl 24367 +IGd1aWRpbmc= 24368 +INin2YTZgg== 24369 +IG5pbmV0eQ== 24370 +Y2hhcmdlZA== 24371 +IEZhbnM= 24372 +IHBoaWxvc29waGljYWw= 24373 +IGdhcm4= 24374 +IG3DpW5nYQ== 24375 +IHdpbGxpbmduZXNz 24376 +IHBvcnRpb25z 24377 +YWJlbg== 24378 +IO8= 24379 +wr8= 24380 +cmF1bA== 24381 +IHNwcmludA== 24382 +aWZlbg== 24383 +xLF5bGE= 24384 +INC60YPQvw== 24385 +IGVuc3VpdGU= 24386 +IENhcGl0b2w= 24387 +IDYz 24388 +INCz0L7QstC+0YDQuNGC 24389 +IGFwcG9pbnRtZW50cw== 24390 +b21pYXN0 24391 +IGNhcmVn 24392 +IHB1Ymxpc2hlcg== 24393 +IGhlcmF1cw== 24394 +IM61zq8= 24395 +IFZT 24396 +IHNhY3JpZmljZXM= 24397 +dGhpcmQ= 24398 +IGh1bWFuaXRhcmlhbg== 24399 +IOuCtOw= 24400 +aW1vbg== 24401 +IGluZXF1 24402 +IHpvYg== 24403 +IGNvbWZvcnRhYmx5 24404 +IERpbmdl 24405 +IGNhbmNlbGxlZA== 24406 +IFBTQUtJ 24407 +IFJvYmluc29u 24408 +IGZpbnM= 24409 +KT8= 24410 +IEhpc3Rvcg== 24411 +INGH0LXQu9C+0LLQtdC60LA= 24412 +IHRic3A= 24413 +dGV4dA== 24414 +a2lt 24415 +IHVwZGF0aW5n 24416 +IGdlbGQ= 24417 +ZmVsZA== 24418 +j7w= 24419 +IG3DpA== 24420 +IGNhZsOp 24421 +1oA= 24422 +IFNyaQ== 24423 +IFJlZ2lvbg== 24424 +IEhhaGFoYQ== 24425 +IGZpbmFuY2Vz 24426 +INin2YTYtA== 24427 +IGJ1bms= 24428 +cnVr 24429 +aGFmdA== 24430 +IGxhdGVyYWw= 24431 +IGV4dGVuc2lvbnM= 24432 +IOyVhOydtA== 24433 +IGRlZmluaXRl 24434 +IFpoYW8= 24435 +IEx1aXM= 24436 +c3R5 24437 +IGNhc29z 24438 +IEtsaW0= 24439 +IDE5OTM= 24440 +IHJlYWxpemF0aW9u 24441 +IGhpc3Rvcmlhbg== 24442 +IGNyYWNrZWQ= 24443 +64K0 24444 +IHN5c3TDqG1l 24445 +IENJQQ== 24446 +INGC0LLQvg== 24447 +b3NwaGVyaWM= 24448 +IGZsZWU= 24449 +IHLhuqV0 24450 +IFJlZ2FyZGxlc3M= 24451 +IHJlbHVjdA== 24452 +IHRpbWVseQ== 24453 +IEp1bGlhbg== 24454 +R00= 24455 +6ZI= 24456 +YWR1cmE= 24457 +IGRyZXNzZXM= 24458 +IOuUlA== 24459 +IG5vbWluYXRlZA== 24460 +IGFkdm9jYXRlcw== 24461 +eW1waA== 24462 +IHJlY29yZGluZ3M= 24463 +IGRldmlhdGlvbg== 24464 +IHByaW9yaXRpemU= 24465 +IHNwaXJhbA== 24466 +IFlPVVI= 24467 +IHRyYW5zcG9zZQ== 24468 +YW1wb28= 24469 +IOybkOuemA== 24470 +IFZpc2lvbg== 24471 +IHBvbGl0ZQ== 24472 +IGhhbWI= 24473 +IFBhdGllbnQ= 24474 +7YGs6w== 24475 +IHNpYQ== 24476 +IOqzsw== 24477 +IMW+ZQ== 24478 +IHN1cGVybWFya2V0 24479 +67k= 24480 +IFNpZXJyYQ== 24481 +IGdyaWxsZWQ= 24482 +IFVwb24= 24483 +IGFic2VudA== 24484 +IG1lYw== 24485 +IEFwb2xsbw== 24486 +IHB1bms= 24487 +IFBhxYRzdA== 24488 +INGB0LLQvtC5 24489 +IOqxsOq4sA== 24490 +R2lybA== 24491 +IHNraW5ueQ== 24492 +IFByZW1pZXI= 24493 +IHRlcnJpdG9yaWVz 24494 +IGxpYWJpbGl0eQ== 24495 +IGplcms= 24496 +cmF0aWM= 24497 +IGRhbmNlcnM= 24498 +INGD0YDQvtCy 24499 +IOq0gOs= 24500 +b25seQ== 24501 +IFN0dQ== 24502 +IHNrZWxldG9u 24503 +IOutkOs= 24504 +INC30LDQutC+0L0= 24505 +xLFrdA== 24506 +IE1JS0U= 24507 +IGzDtg== 24508 +bWll 24509 +IHJlaXRlcg== 24510 +IEtvbGxlZw== 24511 +IEFkYW1z 24512 +bGljaGVy 24513 +IMOnb2N1aw== 24514 +0Y/Qsw== 24515 +IGJsdXNo 24516 +IHN1bnNoaW5l 24517 +IGV6 24518 +IERldmls 24519 +IOq4uA== 24520 +YWRk 24521 +IGxpY2Vuc2Vk 24522 +IHZpbnls 24523 +IEN6ZWNo 24524 +aW1hZw== 24525 +IGNyYWNraW5n 24526 +IOy6 24527 +IHVkYWg= 24528 +IHNvbW1lcw== 24529 +IOyWvOq1 24530 +d2HEhw== 24531 +IGZyZXM= 24532 +IFdhbG1hcnQ= 24533 +INCi0LXQv9C10YDRjA== 24534 +YXRpc2Y= 24535 +Q0k= 24536 +bGFuZw== 24537 +IGRpZmZ1c2lvbg== 24538 +IHNvbW9z 24539 +IE1ha2Vz 24540 +IFJpY2t5 24541 +IG11Y2hh 24542 +7ZWo 24543 +IGhvcnNlcG93ZXI= 24544 +YXNpYQ== 24545 +IGZpYmVycw== 24546 +IGVybQ== 24547 +0YHQutC40LU= 24548 +IGplc3Rl 24549 +IGZpcmVmaWdodA== 24550 +IGN1aXNpbmU= 24551 +IGJlc29uZGVycw== 24552 +ZGln 24553 +IOyihQ== 24554 +INGD0LY= 24555 +IHRyYWNpbmc= 24556 +IGNlcnRhaW5z 24557 +IEFwcGx5 24558 +0YvQstCw0YLRjA== 24559 +54w= 24560 +IGJydQ== 24561 +IFlFUw== 24562 +IEJhaQ== 24563 +IERpdA== 24564 +IEJpcw== 24565 +IHVubGU= 24566 +0YHRgtCw0YLQvtGH0L3Qvg== 24567 +IEF3YWs= 24568 +Li4i 24569 +IDEyNQ== 24570 +IHJvb3RlZA== 24571 +IGNhdXRpb3Vz 24572 +Y29uc3Q= 24573 +IG9yY2hlc3RyYQ== 24574 +INCy0L3Rg9GC 24575 +IHF1ZWxxdQ== 24576 +INC+0YLQstC10YI= 24577 +IE1ldGhvZA== 24578 +7Lmc 24579 +IM68zrHPgg== 24580 +bMO8 24581 +IOyVhOq5jA== 24582 +IG5hbWluZw== 24583 +Q2hhcg== 24584 +IFNpY2hlcg== 24585 +IHByaXZpbGVnZWQ= 24586 +IEZseQ== 24587 +4bqtdA== 24588 +IGFkdmFuY2Vz 24589 +IFplbGRh 24590 +IGFuZHJh 24591 +IGdyaW5kaW5n 24592 +IEVkaXRpb24= 24593 +cGY= 24594 +IHdhcnJpb3Jz 24595 +IGhlZGdl 24596 +IHVuc2VyZW4= 24597 +INGB0Y7QtNCw 24598 +ZWxpbmVzcw== 24599 +IHBlcnNvbmFsaXRpZXM= 24600 +IGbDtg== 24601 +J00= 24602 +INGC0L7Rh9C90L4= 24603 +IHNoaXBwZWQ= 24604 +IG1ldGVvcg== 24605 +IHN1cnJvdW5kaW5ncw== 24606 +IEZpbGw= 24607 +dWVzdGE= 24608 +IFBlcnNvbmFs 24609 +IEFsbGU= 24610 +T1JU 24611 +IFNjaGU= 24612 +Vkk= 24613 +IGNvbXBhcmFibGU= 24614 +ZGFtbg== 24615 +IGRpdGNo 24616 +WUFO 24617 +aXNtdXM= 24618 +IHBpY2t1cA== 24619 +IGRhaw== 24620 +IEVQ 24621 +YmVzdA== 24622 +IFN1ZQ== 24623 +w6RsbHQ= 24624 +IHBvcGNvcm4= 24625 +IGZvbGRpbmc= 24626 +aG9tZQ== 24627 +0LjQstCw0LXRgg== 24628 +IGFubm90 24629 +Y2h1Y2s= 24630 +IGZpZXJjZQ== 24631 +IGRhbWFnaW5n 24632 +IGZsb3A= 24633 +IHBhc2Fy 24634 +IHJlZWY= 24635 +INGB0LLQvtC10Lk= 24636 +IHpvbw== 24637 +b3ZlcnM= 24638 +amV0cw== 24639 +IHByw6hz 24640 +IFNpbGljb24= 24641 +dGVvaw== 24642 +IFNldGg= 24643 +YXRhbWVudGU= 24644 +IHRyYW5zbWl0dGVk 24645 +IHJlcGxpY2F0ZQ== 24646 +IHNsaW0= 24647 +IENyZWFt 24648 +IHNpZGV3YWxr 24649 +7IiY6w== 24650 +INC20LjQt9C90Yw= 24651 +IE1vbmljYQ== 24652 +IGNvcGllZA== 24653 +IFRlcnJh 24654 +aXN0ZW50 24655 +INC+0L3Qvg== 24656 +IHdoYWxl 24657 +IFdJVEg= 24658 +0LvRg9GI 24659 +IEVlbg== 24660 +INGB0LLQvtC4 24661 +IG9yZGlu 24662 +IHBsdXJhbA== 24663 +IHNwb2tlcw== 24664 +IGRpc3B1dGU= 24665 +IHNlbnNpYmxl 24666 +IHByZWFjaGluZw== 24667 +IGt0w7Nyenk= 24668 +cHRlZA== 24669 +YXZpZXI= 24670 +IHBpc3RvbA== 24671 +IFRhcGk= 24672 +IMWC 24673 +ZmZmZg== 24674 +IGFjcnlsaWM= 24675 +IGlnbm9yYW5jZQ== 24676 +IFppZWw= 24677 +cmFucw== 24678 +IHdlbGRpbmc= 24679 +bWlk 24680 +INC30LDQvdC40Lw= 24681 +IGxhbmVz 24682 +IG1pbmVz 24683 +IG1vbXM= 24684 +15XXlw== 24685 +IENoYW1iZXI= 24686 +dGllcg== 24687 +IG1vZGVzdA== 24688 +IOyXrOq4sOyEnA== 24689 +IHVuYXM= 24690 +IHdyZW5jaA== 24691 +aGFuZGVk 24692 +IHNhdHVyYXRlZA== 24693 +IEZhbmc= 24694 +IENvbW1pc3Npb25lcg== 24695 +4KSw 24696 +INeW 24697 +IExvdWlzaWFuYQ== 24698 +IE1hc2s= 24699 +IGN1YmVz 24700 +7JSo 24701 +IHZpZMOpb3M= 24702 +IG7DpWdvbg== 24703 +IHJpZGVy 24704 +IOy2nA== 24705 +IHPDs24= 24706 +IExhdGlubw== 24707 +YmFuaw== 24708 +7ZW07KO8 24709 +IEJyZW5k 24710 +IHNleHVhbGl0eQ== 24711 +Li4uLA== 24712 +IGZvcmdldHRpbmc= 24713 +INuM 24714 +IEF2ZW5nZXJz 24715 +IEJvbmpvdXI= 24716 +Y2Vzc29y 24717 +0LrRgNCw0Zc= 24718 +Y2VuY2U= 24719 +IGdlb2dyYXBo 24720 +Y3Vsbw== 24721 +0L7RgdGC0Yw= 24722 +IHN3ZWF0aW5n 24723 +7YOA 24724 +IHN5bW1ldHJ5 24725 +dHPDpQ== 24726 +IGphbg== 24727 +IEZlcnI= 24728 +IGFtYmFzc2Fkb3I= 24729 +emnEmWs= 24730 +IG11c3Vu 24731 +INGD0YI= 24732 +IExH 24733 +aXNzZW50 24734 +Y29tbXVu 24735 +IGNvdXJz 24736 +IGRldmVsb3Bz 24737 +IGJyb256ZQ== 24738 +IHN1YnN0YW5jZXM= 24739 +ZHJpdmVu 24740 +7KO87IS47JqU 24741 +IGFvcw== 24742 +IFBST0ZFU1M= 24743 +aGFsZg== 24744 +IHNvcnRlZA== 24745 +IEJvbWI= 24746 +0LvQsNCz 24747 +IE1hbGF5c2lh 24748 +IENocmlzdGluYQ== 24749 +IHRlYW1tYXRl 24750 +RlQ= 24751 +IGvEsQ== 24752 +aGVhcnRlZA== 24753 +Kys= 24754 +b2dlbmlj 24755 +IGJlbGxz 24756 +IE91YWlz 24757 +IHNwZWNpYWxpc3Rz 24758 +0LHRiw== 24759 +ZGVwdGg= 24760 +bGFzc2Vz 24761 +Z2llcw== 24762 +IENvZmZlZQ== 24763 +IG1hcmtpbmc= 24764 +IGZvbGw= 24765 +dWxp 24766 +IGFkaGVzaXZl 24767 +IEJvdA== 24768 +IFB1bmt0 24769 +ZXll 24770 +IEJ1Yg== 24771 +ZWxvbmc= 24772 +INC/0YDQuNC6 24773 +IGRvbm9y 24774 +ODQ= 24775 +IGVuZm9y 24776 +IGNhdGNoZXM= 24777 +IGJyaWNrcw== 24778 +IGtuaXR0aW5n 24779 +IEtub3dpbmc= 24780 +b2tz 24781 +SFk= 24782 +cmlkZQ== 24783 +IEZhbnRhc3k= 24784 +aW1hbg== 24785 +IHBzZQ== 24786 +IOyYqA== 24787 +INCy0LQ= 24788 +IHJlc3RyYQ== 24789 +IGV2YWx1YXRlZA== 24790 +0YDQtdCy 24791 +IGZvcnR1bmF0ZWx5 24792 +IGNoZWdhcg== 24793 +2LHYqA== 24794 +IGRvbWFpbnM= 24795 +aWJp 24796 +YXJyeQ== 24797 +IHNodXR0ZXI= 24798 +IGZpY291 24799 +TWlrZQ== 24800 +IGluY2x1 24801 +IGRvbm9ycw== 24802 +IGFwbA== 24803 +IExvd2Vy 24804 +IGltcG9ydGVk 24805 +IGFjYWRlbXk= 24806 +IGZpbmFscw== 24807 +IGRpc2FwcGVhcnM= 24808 +2YrYpw== 24809 +IGFkbWluaXN0cmF0b3I= 24810 +anM= 24811 +IGN1dHRlcg== 24812 +IHJhbmdpbmc= 24813 +w7ZycGVy 24814 +IGNvbnN0cmFpbnQ= 24815 +IFRhYmxl 24816 +IFNoYW4= 24817 +dmlj 24818 +IEZpeA== 24819 +IFN3aWZ0 24820 +b3VuY2Vz 24821 +IFdhcnVt 24822 +IGxldHR1Y2U= 24823 +YXBwZWxsZQ== 24824 +IHNoYXZl 24825 +IGLDoXM= 24826 +IDc3 24827 +IE9vbw== 24828 +YW8= 24829 +IE1jTQ== 24830 +IERyZXc= 24831 +IGx1bXA= 24832 +IGxhc2hlcw== 24833 +c2NoZWlubGljaA== 24834 +UmVw 24835 +aW5pcw== 24836 +IENldHRl 24837 +IGNvbXBvc2l0ZQ== 24838 +ZW1ldGVyeQ== 24839 +IHNvcnRl 24840 +IEZpbmFuY2lhbA== 24841 +0L7QvdC1 24842 +cm9uZXM= 24843 +IFZveQ== 24844 +IHTDqWM= 24845 +oLk= 24846 +IE5pbmph 24847 +IENvcmlu 24848 +0LXQvdC90Y8= 24849 +7J207JeI 24850 +IG5pY2g= 24851 +IGRldGVjdGl2ZQ== 24852 +4oCmIg== 24853 +z4POtQ== 24854 +nbzrj4Q= 24855 +IOuzgA== 24856 +IOu4lOs= 24857 +IHByb3Bl 24858 +IFdyaWdodA== 24859 +INeU16o= 24860 +IFNoaQ== 24861 +IGludmVzdGlnYXRpb25z 24862 +IFBvd2VyUG9pbnQ= 24863 +IENodQ== 24864 +IOyYpO0= 24865 +IOyZhOyghA== 24866 +IEZyYWdlbg== 24867 +dW5uaW5n 24868 +IHBvdXJyYWl0 24869 +IHRleHRib29r 24870 +0LzRiw== 24871 +IGZhaHJlbg== 24872 +INGC0L7RgA== 24873 +IGxha2Vz 24874 +w7xuZGU= 24875 +SW50 24876 +IE1ldHJv 24877 +IG1hbnNpb24= 24878 +INCw0LE= 24879 +IFpob3U= 24880 +IGNvcnJpZG9y 24881 +IGVzY29s 24882 +IGluZGljYXRpbmc= 24883 +aWHFgmE= 24884 +IG1vbW15 24885 +IGFyY2hpdmVz 24886 +IGZvdW5kZXJz 24887 +ZW5naW5l 24888 +IERpZXU= 24889 +IHNpY2tuZXNz 24890 +IOuztOuLiOq5jA== 24891 +IGFyYg== 24892 +IG5lZA== 24893 +IENob3A= 24894 +IGNvdmlk 24895 +IHNsYW0= 24896 +IHB1YmxpY2F0aW9ucw== 24897 +REM= 24898 +IHNwZW5kcw== 24899 +5r4= 24900 +IHJlZnVnZWU= 24901 +IGRpbGU= 24902 +INeQ15Y= 24903 +aWZpY2Fy 24904 +IFNhY2g= 24905 +R3U= 24906 +IHJlbG9hZA== 24907 +Pz8/Pw== 24908 +IGplxZtsaQ== 24909 +INGB0L7RgdGC0L4= 24910 +IHNpbXBsaWNpdHk= 24911 +IGJ1bGx5aW5n 24912 +INC80L7Quw== 24913 +IHJlYWxpZGFk 24914 +IHVuY2xlYXI= 24915 +YXBwYQ== 24916 +bGV2YW50 24917 +IElTSVM= 24918 +IFdhdHNvbg== 24919 +IGRlaW4= 24920 +IE1pY3Jv 24921 +7ZWc6w== 24922 +w7xn 24923 +IGRldmFt 24924 +IHR3ZWV0ZWQ= 24925 +IHVuZGVyc3RhbmRhYmxl 24926 +YXRhbg== 24927 +IHZlcnNh 24928 +IHByZWNh 24929 +IHbhu4E= 24930 +IENvcHk= 24931 +IE9yYWNsZQ== 24932 +IG1pbmRmdWxuZXNz 24933 +IGRpc2NyZXQ= 24934 +ZXJuZW4= 24935 +IFBsZQ== 24936 +SGF2ZQ== 24937 +IGlzb2xhdGU= 24938 +IGRldQ== 24939 +IHNldmVudHk= 24940 +IEhpbGxz 24941 +IGFyY2FkZQ== 24942 +INGB0L/QtdGG0Lg= 24943 +IHNpZ3VpZW50ZQ== 24944 +IELDnE5ETklT 24945 +bGlnYQ== 24946 +INCy0YHRgtGA0LXRhw== 24947 +w7Rt 24948 +IHR3ZWV0cw== 24949 +IHNjaGF1ZW4= 24950 +IGNyaXRpcXVl 24951 +IPCfjrU= 24952 +IHN0YXR0 24953 +INGB0LDQvNC+0LU= 24954 +w6JuY2lh 24955 +IHN1cGVybmF0dXJhbA== 24956 +IHBsdWdnZWQ= 24957 +Rmw= 24958 +eW7EsQ== 24959 +IFRhbWJpw6lu 24960 +IGVuY291cmFnZW1lbnQ= 24961 +IFNlcnZlcg== 24962 +64Kc 24963 +dXBh 24964 +IGFzdG9u 24965 +IGhlYXJz 24966 +0YDQsNGF 24967 +IHNjaGU= 24968 +IHJhdHM= 24969 +IHJlY3VwZXI= 24970 +IHVudGVu 24971 +IEZpZ2h0aW5n 24972 +IGFjYWRlbWljcw== 24973 +IFPDvA== 24974 +0YHQutC40YU= 24975 +IHBhaXJlZA== 24976 +gOydhA== 24977 +IMOhcmVh 24978 +IHN3ZWV0bmVzcw== 24979 +IGRlZmVy 24980 +IG11aXRhcw== 24981 +IEF1ZGlv 24982 +IGxvY2tlcg== 24983 +2YrYrw== 24984 +INGB0YLQsNCy 24985 +IGJ1ZW5h 24986 +QU5T 24987 +IGRldGVjdG9y 24988 +YXZv 24989 +YmVr 24990 +IM6xzr0= 24991 +7Y64 24992 +IGRyYWdnZWQ= 24993 +INC00L7Qu9C20LXQvQ== 24994 +w5Y= 24995 +2LHYqQ== 24996 +7J207KeA 24997 +IGNlbGxl 24998 +Y2tpbmc= 24999 +INin2YTYrA== 25000 +IENhbnZhcw== 25001 +IGVzcGHDsQ== 25002 +IGdsaW1w 25003 +IHNwcmVhZHM= 25004 +b25nbw== 25005 +IE1hc29u 25006 +IEluZw== 25007 +IOqwgOuKpQ== 25008 +z4TOuc66 25009 +IHNlY3VsYXI= 25010 +IGJhdGVy 25011 +IGlucXVpcnk= 25012 +IGVuZXJnaWVz 25013 +IG1hbnVmYWN0dXJlZA== 25014 +IHZlZ2V0YXJpYW4= 25015 +IHBpbmVhcHBsZQ== 25016 +0Y/RgtCw 25017 +IHByYWN0aXRpb25lcnM= 25018 +MjAwMA== 25019 +IO2VtOyalA== 25020 +IOyXrOufrOu2hOuTpA== 25021 +IOu2iOs= 25022 +IEplZmZlcnNvbg== 25023 +IEpvYW4= 25024 +IHRyYW0= 25025 +Y2htYWw= 25026 +IEhhaXQ= 25027 +4bmH 25028 +IHVucmVhbA== 25029 +IHN5bWJvbGlj 25030 +IHN0ZWFsdGg= 25031 +IHNwbGFzaA== 25032 +IEVudGVydGFpbm1lbnQ= 25033 +IG1ldGFsbGlj 25034 +PyIu 25035 +YXJvdW5k 25036 +IGRlc3BhaXI= 25037 +IE5ldmFkYQ== 25038 +IEZpbmFuY2U= 25039 +IGtyaWU= 25040 +IEx1eA== 25041 +IFNtYXNo 25042 +a2VlcGluZw== 25043 +INC30LDQsw== 25044 +IG5hcmNpc3M= 25045 +IGR6aXNpYWo= 25046 +IHRvbGVyYXRl 25047 +b2FyZA== 25048 +IGxpbmtpbmc= 25049 +IEVjb25vbWlj 25050 +IOy8 25051 +IG1vcnBo 25052 +IE5haw== 25053 +IEJha2Vy 25054 +YXRvbg== 25055 +cmluZ3M= 25056 +IFBlbmc= 25057 +IEFpcnBvcnQ= 25058 +7ZWY64uk 25059 +p4E= 25060 +cHJpbnRz 25061 +IGhhZGk= 25062 +IGVtcGly 25063 +IExpdmVz 25064 +YW5uZXJz 25065 +INC90LjQvA== 25066 +IFBST0ZFU1NPUg== 25067 +IHBvc2l0aXZlbHk= 25068 +YW50b20= 25069 +IGJhZGdl 25070 +a2VsdA== 25071 +IGludGVyZmVy 25072 +IGZ1bGZpbGxpbmc= 25073 +IHZpc3VhbGl6YXRpb24= 25074 +IFByaWNl 25075 +77+977+9 25076 +IHNjZW5lcnk= 25077 +IHByb25l 25078 +IHdpemFyZA== 25079 +IGJhbnlhaw== 25080 +dmVyYg== 25081 +c2t5 25082 +IHdpc2hlZA== 25083 +IHJhaWx3YXk= 25084 +IMO8emVy 25085 +IGFsZ3VpZW4= 25086 +IEFX 25087 +INC60L7Qu9C40YfQtQ== 25088 +IHJlYWN0aW5n 25089 +IEJ1Y2g= 25090 +4Li2 25091 +IGFudGg= 25092 +IHNpaA== 25093 +IGh1c3Q= 25094 +IFNjcmVlbg== 25095 +aWxhbnQ= 25096 +YWhv 25097 +IGZyYWdyYW5jZQ== 25098 +IGVsZXZhdGlvbg== 25099 +IE1lZGl0ZXI= 25100 +IOu/ 25101 +IMOpcXU= 25102 +IHdyYXBz 25103 +IGluZXJ0 25104 +IHJlY3JlYXRl 25105 +0LvQsNGC 25106 +IGJvbGVo 25107 +IGhhcmFzc21lbnQ= 25108 +dW5reQ== 25109 +IGdsaW1wc2U= 25110 +cmVnaWVydW5n 25111 +IGZ1dHVy 25112 +IHJlcG9zaXRvcnk= 25113 +IGVuZ3Jh 25114 +IHRyYWZmaWNraW5n 25115 +YXNzaXM= 25116 +IFRyZWs= 25117 +IOuyjA== 25118 +IOuniOs= 25119 +IEthYg== 25120 +YW5pdQ== 25121 +Z2l2ZQ== 25122 +IGRpbm9zYXVycw== 25123 +IGZlYXRoZXI= 25124 +IGF0dGl0dWRlcw== 25125 +IHBsdW0= 25126 +IFJT 25127 +IEFuZmFuZw== 25128 +aWxsZXJ5 25129 +IOyKpA== 25130 +TVk= 25131 +IHRyemViYQ== 25132 +IHNraWVz 25133 +IEFq 25134 +dXJhYmxl 25135 +Q1U= 25136 +IFNoYW5l 25137 +IGRlcGFydHVyZQ== 25138 +IFRPTg== 25139 +aWV0ZW4= 25140 +cmF0cw== 25141 +aXN1 25142 +IGJvcmQ= 25143 +IGludGVyZXN0aW5nbHk= 25144 +b3VnaGluZw== 25145 +IHJ1c2hpbmc= 25146 +IHZvbGF0aWxpdHk= 25147 +IHB5dA== 25148 +IGZvcm1hdHM= 25149 +INC30LDRgg== 25150 +IOq8rQ== 25151 +IHdoYXRub3Q= 25152 +IGNvbXBvcnQ= 25153 +c3c= 25154 +b3JlYW4= 25155 +IFJlbGF4 25156 +IGNsYW4= 25157 +IEFI 25158 +IHBldw== 25159 +IGRpY3Rpb25hcnk= 25160 +VGFrZQ== 25161 +c2hpcnRz 25162 +IEh1Z2g= 25163 +INi52YTZig== 25164 +IFBpYw== 25165 +IGVucm9sbGVk 25166 +IGplZG5haw== 25167 +IG9mZmVyaW5ncw== 25168 +IGNvcmF6 25169 +TGlmZQ== 25170 +ICEhIQ== 25171 +IGNsZXI= 25172 +IFZpZGVvcw== 25173 +IFJvZHJpZw== 25174 +IElkZW50 25175 +IFBvcw== 25176 +IFN0YWdl 25177 +IFJhY2U= 25178 +IGVuYWN0 25179 +IEd5 25180 +IEhpc3Bhbg== 25181 +IGRlZmVuY2U= 25182 +IENhbXBiZWxs 25183 +bWF0aWM= 25184 +IHJlbGV2 25185 +IHBlYWNo 25186 +hLjsmpQ= 25187 +IHBhcmFkaXNl 25188 +IGNlcmVtb24= 25189 +IGFubm95ZWQ= 25190 +bGF4 25191 +IGV4cGxvaXQ= 25192 +IGNsYXVzZQ== 25193 +ZWtlcg== 25194 +IEJsb29t 25195 +bmFudA== 25196 +YXRldXJz 25197 +IGhlaWdodHM= 25198 +RXZlbg== 25199 +0YHQvtC9 25200 +IG91dHJhZ2U= 25201 +IFZpZXRuYW1lc2U= 25202 +VFI= 25203 +IGVlcg== 25204 +IGNhbm5vbg== 25205 +IENvbWI= 25206 +kOunjA== 25207 +IOqyg+uPhA== 25208 +IGFjY29tcGxpc2htZW50cw== 25209 +IEFuYWx5dGljcw== 25210 +IHNoYXBpbmc= 25211 +cmVpYmVu 25212 +IGJhY2hlbG9y 25213 +IGZpbmdlcnQ= 25214 +YWNrZWQ= 25215 +IHB5cmFtaWQ= 25216 +IFN0ZXdhcnQ= 25217 +w6FzdA== 25218 +IHN1cnZpdm9y 25219 +IGR1Y3Q= 25220 +IGRlYWxlcnM= 25221 +2LnZhQ== 25222 +0LvQuNC9 25223 +IGVkZQ== 25224 +15XXog== 25225 +INmD2KfZhg== 25226 +IM+Ezrk= 25227 +IGNob29zZXM= 25228 +IE93bg== 25229 +0LPQvtGC0L7Qsg== 25230 +aGlyZQ== 25231 +0LDQu9GM0L3Ri9C1 25232 +INCb0Y4= 25233 +INC+0YHRgtCw0LI= 25234 +dGVjaA== 25235 +IGRyb2l0 25236 +IHN1YmplY3RpdmU= 25237 +ZW5lcw== 25238 +IGRpdmlz 25239 +YXZleg== 25240 +IG1hbmV1dmVy 25241 +4LmE4LiU 25242 +YWRlY2U= 25243 +IEVucw== 25244 +YWNpYWw= 25245 +IFByb3RlY3Rpb24= 25246 +lrQ= 25247 +IGZvcm1hbGx5 25248 +IHd5ZA== 25249 +aW5ndcOpbQ== 25250 +IHppZW0= 25251 +IHJlY3J1aXRpbmc= 25252 +15nXmg== 25253 +bmVt 25254 +IGZvcmJpZGRlbg== 25255 +IEJhcHQ= 25256 +15DXoNeZ 25257 +IHN1YnNldA== 25258 +IE1hZ2F6 25259 +bmVtZW50 25260 +IGFxdWVsYQ== 25261 +cmFnb24= 25262 +IGNvbW1pdHRlZXM= 25263 +IMOpdGFpZW50 25264 +dWRp 25265 +IERhd24= 25266 +IGJvcmU= 25267 +IGNvbXBvc2Vy 25268 +IHdpxJljZWo= 25269 +YW5nYQ== 25270 +IGRpc2xpa2U= 25271 +IERheXM= 25272 +IHBhcmFs 25273 +IG1pZW50cmFz 25274 +IGhlYXZlbnM= 25275 +aGVpZA== 25276 +IHRyYWRlcnM= 25277 +b25jZQ== 25278 +IG1hc2NhcmE= 25279 +IM+Az4HOvw== 25280 +IHdoaXNwZXI= 25281 +IE11c2s= 25282 +IEZhbWlsaWU= 25283 +QWxsYWg= 25284 +IE9saXZpYQ== 25285 +IFByb3M= 25286 +IG9saWth 25287 +aWxpbQ== 25288 +IHLDqXBvbmQ= 25289 +IFBldGVycw== 25290 +IGJpdGVz 25291 +IHZpYw== 25292 +IE5Z 25293 +ZW1wdGlvbg== 25294 +IDQ1MA== 25295 +IHZpc3VhbHM= 25296 +IGxpZXU= 25297 +w7xja2Vu 25298 +IFN0ZWVs 25299 +IEdQ 25300 +d2FpdA== 25301 +IG5vdGljZWFibGU= 25302 +dWNoYQ== 25303 +IHJlaGFiaWw= 25304 +IHJlamVjdGlvbg== 25305 +INGB0LvQtdC00YPRjtGJ 25306 +IHNsaWRlcg== 25307 +IHJlZ2FyZGVk 25308 +IGdyYXZpdA== 25309 +IFJlc2VydmU= 25310 +Y291bnQ= 25311 +IGJyZWVkaW5n 25312 +IGxvbmdl 25313 +YWxlYg== 25314 +IGtuaWdodA== 25315 +INCy0L7QuQ== 25316 +IHByw6lzZW50 25317 +gpjsmpQ= 25318 +IFNwZWNpZmljYWxseQ== 25319 +IHBvc2Vz 25320 +IHZldXJl 25321 +b2theQ== 25322 +ZW1hcw== 25323 +IG1hasSF 25324 +IHdlYmluYXJz 25325 +IGNhbm5hYmlz 25326 +IGRhbWFscw== 25327 +IE5vcnRod2VzdA== 25328 +IHBhZGE= 25329 +IGNyb3dkcw== 25330 +IGZ1dHVyZXM= 25331 +IMOkbg== 25332 +IGNpdmlsaWFucw== 25333 +IFNhY2hlbg== 25334 +5o0= 25335 +IHRyYWNlcw== 25336 +IOuoueqzoA== 25337 +UVU= 25338 +IElG 25339 +YW7EsW4= 25340 +7IK0 25341 +IGJpYmxpY2Fs 25342 +IFZlZA== 25343 +IHN0b3Jpbmc= 25344 +0YDQsNCy0LvRjw== 25345 +IG5hc3Q= 25346 +IGTDtg== 25347 +0YDQvtC/ 25348 +ZWxpYQ== 25349 +IHNpZGV3YXlz 25350 +IFVuZGVyc3RhbmQ= 25351 +IFF1cg== 25352 +IHBlcnBlbmQ= 25353 +IE1pbGxpb25lbg== 25354 +IHdhdGVybWVsb24= 25355 +IERpdmluZQ== 25356 +dWx0dXI= 25357 +YWJvcmQ= 25358 +IHN1Y2Nlc3Nlcw== 25359 +IGhvbWJyZQ== 25360 +IGNhcnA= 25361 +IHN1c2NlcHQ= 25362 +dW5na2lu 25363 +IGtpag== 25364 +dWx1cw== 25365 +2KfYrA== 25366 +IG5vdGNo 25367 +IHBvbHlub21pYWw= 25368 +5ak= 25369 +IMO6bmljbw== 25370 +IHRlbGVzY29wZQ== 25371 +IHBvbGl0aXF1ZQ== 25372 +a2llbQ== 25373 +IM6tzr3OsQ== 25374 +IGFnZ3JlZ2F0ZQ== 25375 +IEdlb2Zm 25376 +IHRyaWw= 25377 +IEdSQQ== 25378 +IHN1YnNjcmliZXI= 25379 +aW1ldA== 25380 +INC00L7Qu9C70LDRgA== 25381 +b3Bpbmc= 25382 +IHRoZXJhcGV1dA== 25383 +IENhbmNlcg== 25384 +IHBhcmFkZQ== 25385 +IGlycmln 25386 +4pmq4pmq 25387 +IGNsZWFyZXI= 25388 +IGJvZw== 25389 +IE1hdXI= 25390 +4Liy4LiH 25391 +IFNoYW5naGFp 25392 +YWNodGU= 25393 +IEtvbA== 25394 +ZWx1amFo 25395 +IGhhdg== 25396 +IENyaW1l 25397 +c2Vr 25398 +IOuhnA== 25399 +aWVubmE= 25400 +IEdvcg== 25401 +6Js= 25402 +INC/0L7RgtGA 25403 +INC60LDQttC10YLRgdGP 25404 +IExpZnQ= 25405 +IFNvcnQ= 25406 +IFBzYWw= 25407 +IHBpbmc= 25408 +k50= 25409 +cGhpcw== 25410 +IEZVQ0s= 25411 +IFN5bg== 25412 +IGJhbWJvbw== 25413 +rOyYgQ== 25414 +Y3V0cw== 25415 +IG1tbQ== 25416 +IGZ1bmt0aW9uaWVydA== 25417 +IF8= 25418 +w61jaW8= 25419 +U3RvcA== 25420 +IGltYWdpbmFyeQ== 25421 +IG5vdGFtbWVudA== 25422 +IEluaXRpYXRpdmU= 25423 +IEt1cnQ= 25424 +IGxvb3Nlbg== 25425 +IGJ1c2Nhcg== 25426 +IHplbGY= 25427 +IHByb3Bz 25428 +IG1vZXRlbg== 25429 +IG1pbGxp 25430 +IGhhbGxz 25431 +IE1hdGNo 25432 +IGJyYWNrZXRz 25433 +IENvdQ== 25434 +INCc0LDRgA== 25435 +SVNB 25436 +IGNpZ2FyZXR0ZQ== 25437 +IGNvbXBldGl0aW9ucw== 25438 +IE1JTg== 25439 +IGJlaMO2 25440 +dm9vcg== 25441 +IHVzdA== 25442 +IFpp 25443 +IE9jYw== 25444 +dWxhdGVz 25445 +IGJhbGxvb25z 25446 +IHByb250bw== 25447 +IE1peQ== 25448 +IEZpbGU= 25449 +INC60LvQsNGB0YE= 25450 +0L3Rg9C7 25451 +IGNlcmVhbA== 25452 +IGluY3JlbWVudA== 25453 +IHJlZmluZWQ= 25454 +cHJpc2luZw== 25455 +IFJG 25456 +IHJlc3BlY3RmdWw= 25457 +IGxvb3Q= 25458 +YXNrZXQ= 25459 +IGRlaXhh 25460 +aW5nbGU= 25461 +IGZ1bmNpb25h 25462 +IFJldmVs 25463 +IHNvYmVy 25464 +IHBlcmZvcm1z 25465 +IEdlbnRsZQ== 25466 +IHJlY2lwaWVudA== 25467 +IEhhdXNl 25468 +IOuD 25469 +RnJvbQ== 25470 +IG1pbmlzdGVycw== 25471 +IHBhcmFkb3g= 25472 +IHRhc3Rpbmc= 25473 +INeU15c= 25474 +IHJldXNl 25475 +IExhbmU= 25476 +INGB0L7QstC10YDRiA== 25477 +IHJlbWVtYmVycw== 25478 +IGZlbWluaXN0 25479 +IGNvbW1pdG1lbnRz 25480 +IHByb2plY3RlZA== 25481 +IGdheg== 25482 +aXlvcnV6 25483 +IG9ibGlnYXRpb25z 25484 +Um8= 25485 +emFy 25486 +IGNodw== 25487 +IEpBTQ== 25488 +IGLEmWTEhQ== 25489 +YXNwYmVycnk= 25490 +INC80LXRgdGC0L4= 25491 +67KV 25492 +IHJlZ3VsYXRlZA== 25493 +IHdpY2h0 25494 +IFRyZXZvcg== 25495 +IHNlY29uZGx5 25496 +IElocmU= 25497 +ZWxzaA== 25498 +IHJlcG9ydGVycw== 25499 +0YLQvtGA0LA= 25500 +b3lv 25501 +R0k= 25502 +IGludGVyY29ubmVjdA== 25503 +T1NI 25504 +IGJyYXNz 25505 +IGlnbm9yaW5n 25506 +aW5mZWN0 25507 +IHByb2pla3Q= 25508 +b3JldA== 25509 +z4TOsc69 25510 +INGC0LjQvw== 25511 +IG11dHRh 25512 +IHVuYm94aW5n 25513 +hLA= 25514 +IGFkdmlzZWQ= 25515 +IERlbnZlcg== 25516 +IHNldmVyZWx5 25517 +IE1obQ== 25518 +IGZsaXBwZWQ= 25519 +IHBpZW4= 25520 +IGtvbW11bg== 25521 +IEZSRQ== 25522 +IOCuh+CusA== 25523 +YWludGVk 25524 +IGtuaXZlcw== 25525 +IGhhYmw= 25526 +IGdld29yZGVu 25527 +YXJldHRlcw== 25528 +Q1M= 25529 +INC80LDQu9C10L3RjA== 25530 +IGdhbGF4 25531 +IG5pbmV0ZQ== 25532 +6rGw64KY 25533 +IHNpcw== 25534 +IGFkdmlzb3J5 25535 +IGRyaWxsaW5n 25536 +IFdvdWxkbg== 25537 +w7xuZg== 25538 +Z2VzdGVsbHQ= 25539 +IEhlbGVu 25540 +INee15A= 25541 +YXBvbGlz 25542 +IHJ6ZWN6eQ== 25543 +IHRlcnJh 25544 +IGhlcA== 25545 +IGFsZ8O6bg== 25546 +aWtr 25547 +IGFzdHJvbm9t 25548 +IFN0YXJidWNrcw== 25549 +a8SF 25550 +IHBhdHJvbA== 25551 +IOy9lA== 25552 +IGdvbg== 25553 +IOOAkA== 25554 +IHNvbnN0 25555 +IGVuY291bnRlcnM= 25556 +IHJldHJvdQ== 25557 +IHNoYXJrcw== 25558 +IGRvcg== 25559 +IFJldmVy 25560 +IGV2YXBvcg== 25561 +IHJlc2Vydm9pcg== 25562 +IGFsbGVnZWQ= 25563 +dWxlcg== 25564 +IHZlcm0= 25565 +IGNvbW1lcmNl 25566 +IGZpdHRlZA== 25567 +Z2Vt 25568 +IHRhY3RpY2Fs 25569 +IGxpdGg= 25570 +aGFk 25571 +IGNhcmJvaHlk 25572 +IGxlbmd0aHM= 25573 +zrnOvw== 25574 +IGRlbW9ncmFwaGlj 25575 +Um9i 25576 +IFNraW4= 25577 +Y2NvbGk= 25578 +IHNpbXBsaWZpZWQ= 25579 +IHJlYWRpbHk= 25580 +IEN1bQ== 25581 +YWRlc2g= 25582 +IETDpQ== 25583 +dXNzdA== 25584 +aWduZQ== 25585 +ZXRvbg== 25586 +IG1lbm9y 25587 +cWk= 25588 +T09N 25589 +4Lit4LiZ 25590 +IHBzeWNoaWF0 25591 +IGVpZ2h0eQ== 25592 +INC80LjQu9C70Lg= 25593 +IFRvYg== 25594 +ZWRv 25595 +IMSR4bq/bg== 25596 +IGNpcmN1aXRz 25597 +IExBVUdI 25598 +aWNpc20= 25599 +ZW1vcg== 25600 +IHJlZ2VuZXI= 25601 +ZWdyZWU= 25602 +IGJ1cmVhdWM= 25603 +IEFsYmVy 25604 +IFdvcg== 25605 +IHJlc2lu 25606 +IGJ5xYJ5 25607 +IElH 25608 +4K+NLA== 25609 +IDc4 25610 +IHdlZWRz 25611 +IE15dGg= 25612 +OTM= 25613 +5r8= 25614 +IOuCmOyZlA== 25615 +w6l2 25616 +4b0= 25617 +w7ZyZW4= 25618 +w6dhcg== 25619 +IFBBVUw= 25620 +IGRpc2FkdmFudA== 25621 +IHBvc2l0aW9uaW5n 25622 +IGNvY2t0YWls 25623 +IGFncmVlcw== 25624 +bm4= 25625 +IFNhbGx5 25626 +TXM= 25627 +IGluaGVyZW50 25628 +IG1vbmV0YXJ5 25629 +IG5hdHVy 25630 +IE5o 25631 +IEltcG9ydA== 25632 +IGxlYmVu 25633 +IHdp 25634 +dXNzeQ== 25635 +IG9iZXM= 25636 +IHdhbmRlcmluZw== 25637 +IOyLoOs= 25638 +xIVkYQ== 25639 +ZXRjaHVw 25640 +IGRpc3Bvc2Fs 25641 +IEpB 25642 +IENlcg== 25643 +emlsbGE= 25644 +IHZpcmdpbg== 25645 +IFNsaWRl 25646 +YW5kZWw= 25647 +IHJpZ2h0ZW91c25lc3M= 25648 +IM6j 25649 +IGlkZWlh 25650 +0LjRgNC+0LLQsNGC0Yw= 25651 +16jXkA== 25652 +Q29tbWVudA== 25653 +IHByZWxpbQ== 25654 +IFZhbGU= 25655 +IOyngOuCnA== 25656 +IFZhbmM= 25657 +T01BTg== 25658 +INC/0ZbQtA== 25659 +IHl1bQ== 25660 +c3RyZQ== 25661 +Y2Vt 25662 +IHBvY3o= 25663 +IGZyYWdtZW50 25664 +INGB0LvRg9GH0LDQtQ== 25665 +IHVuZGVyZ28= 25666 +IEhhbms= 25667 +Y2Vrcw== 25668 +IEZQUw== 25669 +IG9jdXI= 25670 +IGRldGVyaW9y 25671 +IGVtcHJlc2Fz 25672 +UGF1bA== 25673 +ICkpKQ== 25674 +INCy0YDQtdC80LXQvdC4 25675 +IHNjb2xk 25676 +15nXog== 25677 +IHN1c3BlY3RlZA== 25678 +IGFjY2Vzc2luZw== 25679 +IHN1YnN0aXQ= 25680 +IGhpc3RvcmlhbnM= 25681 +INC00LXQu9C+ 25682 +IHNvY2llZA== 25683 +cm9uZQ== 25684 +IHJlZGVu 25685 +IGV4dGVuZHM= 25686 +ZXBoZXJk 25687 +IGJhbGNvbg== 25688 +IFNvbG8= 25689 +IHBvbGl0aWNpYW4= 25690 +0L7Qu9GM0L3Qvg== 25691 +IGlyZ2VuZHc= 25692 +IHRyYXVtYXRpYw== 25693 +IHJhcHBlcg== 25694 +IFJPQkVSVA== 25695 +UmVhbGx5 25696 +IGxpbmV1cA== 25697 +QVNF 25698 +IGNvbnRyYWN0b3I= 25699 +IENvcnBvcmF0aW9u 25700 +Z29y 25701 +IFRvZG8= 25702 +0YHRgtGA0L7QuQ== 25703 +RkJF 25704 +IG5ld3NsZXR0ZXI= 25705 +IGtvxYQ= 25706 +YWx0aWVz 25707 +INC/0YDQuNGH 25708 +IEhlYXZ5 25709 +IHN3b3Jkcw== 25710 +IG1hbmlwdWxhdGlvbg== 25711 +IGZ1bms= 25712 +IHbDpXI= 25713 +IFRhbGliYW4= 25714 +IOuwpQ== 25715 +IGFjbmU= 25716 +w7xyw7w= 25717 +IGRlc3dlZ2Vu 25718 +IER1c3Q= 25719 +IHNpbGlj 25720 +IGhvb2tz 25721 +IGJsaWo= 25722 +IHBldGl0cw== 25723 +IGZpbG1l 25724 +IEJlcmVpY2g= 25725 +IFNhaWQ= 25726 +IGltcG9zZWQ= 25727 +IGRpYXJ5 25728 +INCz0L7RgA== 25729 +IEdhdGVz 25730 +IGFsdGE= 25731 +IGNoY2lh 25732 +cGxlYXNhbnQ= 25733 +IOuwnQ== 25734 +IG1vxbxlbXk= 25735 +IEF1c3RyaWE= 25736 +IGJyb2tlcg== 25737 +IHN1Y2tlZA== 25738 +IGNvbXBhcnRtZW50 25739 +IGNsb25l 25740 +INeU16I= 25741 +IERhbmtl 25742 +IG5vY2htYWw= 25743 +0LXQt9C0 25744 +IGFkcmVuYWw= 25745 +IGtsZWluZW4= 25746 +IHN1YnNlcXVlbnRseQ== 25747 +IGRlY2VudHJhbA== 25748 +IGdlbmV0aWNz 25749 +IOq0kQ== 25750 +IG1vbml0b3Jz 25751 +IEFwcGxpYw== 25752 +IFJlcG9ydGVy 25753 +d2VydA== 25754 +IHdpZW0= 25755 +IE1vdmVtZW50 25756 +IGludGVydmlld2luZw== 25757 +IGhhaXJz 25758 +IHB1w7I= 25759 +IENoZWxzZWE= 25760 +IGNvaGVy 25761 +IGNvdA== 25762 +IHphcw== 25763 +IHBhdGNoZXM= 25764 +IGxhaA== 25765 +0YPQvdC6 25766 +IFJlYWdhbg== 25767 +IE1hcmNv 25768 +Y2l0eQ== 25769 +IGRlZmVuZGVy 25770 +IGRlY29yYXRpb24= 25771 +aWpp 25772 +IGxpdHRlcg== 25773 +0Kg= 25774 +IGplZ28= 25775 +UkVX 25776 +IFBpaw== 25777 +IEhlZQ== 25778 +IEl2 25779 +INC40LTQtQ== 25780 +IFRoZWF0ZXI= 25781 +INGH0LDRgdGC0L4= 25782 +IHN3ZWF0ZXI= 25783 +IGhpZ2hsaWdodGluZw== 25784 +IGFpbnNp 25785 +IGRpcGxvbWF0aWM= 25786 +IE5ldmVydGhlbGVzcw== 25787 +5bM= 25788 +QVNPTg== 25789 +IHDDumJsaWNv 25790 +IGZlcm0= 25791 +cmVhdGVk 25792 +Y29k 25793 +IOusvOs= 25794 +IG1pc3Rlcg== 25795 +IFZhbmNvdXZlcg== 25796 +IHJlY29nbml6ZXM= 25797 +ZWNk 25798 +IGNvbXBsaWNhdGlvbnM= 25799 +ZW5jaWFs 25800 +IOqwgOyngA== 25801 +IFVsdGltYXRl 25802 +IHZhaWc= 25803 +IE1lcnJ5 25804 +15XXkg== 25805 +IE1hcmN1cw== 25806 +b3dlZ28= 25807 +IG1lbnRl 25808 +U20= 25809 +IGFqYQ== 25810 +IFRhbw== 25811 +IGp1ZGljaWFs 25812 +IGVudHJlcHJlbmV1cnNoaXA= 25813 +INC90LXQvNC90L7Qs9C+ 25814 +IHBpcw== 25815 +IGVyZw== 25816 +IGNocmlzdA== 25817 +IEN1cnQ= 25818 +INGA0LDRgdC/ 25819 +zrvOtQ== 25820 +ZW5zY2g= 25821 +w61yZQ== 25822 +IGZvY2Fs 25823 +IERpYW1vbmQ= 25824 +YXbDrWE= 25825 +IGhhbm5v 25826 +IFNxdWFk 25827 +IGFzc29jaWF0aW9ucw== 25828 +IENyZWF0aXZl 25829 +IG1lc3Nlbmdlcg== 25830 +IGJlZ2dpbmc= 25831 +IGRlY2ltYWw= 25832 +IGTEscWf 25833 +IG1ldGFkYXRh 25834 +c2Vscw== 25835 +IMSwxZ8= 25836 +4buvYQ== 25837 +IGRpZmZpY2lsZQ== 25838 +ZMSx 25839 +IHNsYXVnaHRlcg== 25840 +IFZlcmc= 25841 +INeS150= 25842 +IFRlYQ== 25843 +YXNzZXM= 25844 +T2s= 25845 +IHN5bnRoZXM= 25846 +b3RpYXRpb24= 25847 +IHBhaW50ZXI= 25848 +IGVsYm93cw== 25849 +IGFyY2hpdGVjdHVyYWw= 25850 +INGA0LDQtA== 25851 +IGdsb3I= 25852 +aW1hZ2U= 25853 +YW1wYQ== 25854 +Y3VsaWFy 25855 +oKg= 25856 +IHRldmU= 25857 +IFN0ZWxsZQ== 25858 +IEJhbQ== 25859 +IOy0iA== 25860 +YXNpcw== 25861 +aXBlZGlh 25862 +IEdJ 25863 +IEFjdGl2ZQ== 25864 +YXpp 25865 +IEx1Y2t5 25866 +7ZWp 25867 +INC/0YDQuNGF0L7QtA== 25868 +IHJ1bndheQ== 25869 +IGF1dGhlbnRpY2F0aW9u 25870 +IHBvc2libGU= 25871 +IHN1cHBsZW1lbnRz 25872 +IHN1cmdpY2Fs 25873 +R2Vu 25874 +IGZlYXNpYmxl 25875 +RE8= 25876 +IG91dGxvb2s= 25877 +IGludGVydmFscw== 25878 +IGFuZWNk 25879 +w6BuZw== 25880 +IHN0cmFwcw== 25881 +IFNodQ== 25882 +dWRk 25883 +aXNzZW5zY2hhZnQ= 25884 +IHBvcnRl 25885 +IGNvbW1pdHRpbmc= 25886 +IGFsbGV5 25887 +IGNvdmVuYW50 25888 +IFBlZHJv 25889 +bGVzc25lc3M= 25890 +IFNvbGlk 25891 +IE1vbGx5 25892 +INC90LXQutC+0YLQvtGA 25893 +IGNvb3BlcmF0ZQ== 25894 +b2xsZW4= 25895 +IHR1bmE= 25896 +IGtpbmRlcmdhcnRlbg== 25897 +IFNpeg== 25898 +IGR1xbxv 25899 +IE1CQQ== 25900 +IEdFT1JHRQ== 25901 +IEZpc2hlcg== 25902 +IENhZXNhcg== 25903 +INC60YDQsNGB0LjQsg== 25904 +IERlbGhp 25905 +enlt 25906 +IGV4cGxpY2Fy 25907 +6rCA7KeA 25908 +dW5z 25909 +Z3Jvdw== 25910 +INC/0YDQuNGB 25911 +IDg2 25912 +IHN0YXRpbmc= 25913 +IG1hc3Nh 25914 +Y2h0ZXI= 25915 +IOy7rOufrA== 25916 +IGRlcHV0eQ== 25917 +U00= 25918 +bm9j 25919 +IGdlb2dyYXBoeQ== 25920 +IEVudGVycHJpc2U= 25921 +IENhbnQ= 25922 +w7Z6 25923 +IHVucGFjaw== 25924 +IO2ZlOs= 25925 +IHNlYXJjaGVz 25926 +IHByZXNpZGVuY3k= 25927 +IHRyaXZpYWw= 25928 +IHBpZ2U= 25929 +b3VidA== 25930 +7LyA7J20 25931 +IGJ1ZGdldHM= 25932 +IHVi 25933 +IHBuZQ== 25934 +IFlhbGU= 25935 +IMWfw7Z5bGU= 25936 +cmVndWxhcg== 25937 +IGltcGVyZmVjdA== 25938 +QVJB 25939 +IGZhbcOtbGlh 25940 +dXJt 25941 +IEFkdmVudHVyZQ== 25942 +Y2lz 25943 +ZW1hcms= 25944 +IG5lZ28= 25945 +IGluYXBwcm9wcmlhdGU= 25946 +INC/0YDQuNC3 25947 +INGA0L7Quw== 25948 +IGRyZWFtZWQ= 25949 +QnJ5 25950 +IHNodXR0bGU= 25951 +IHBpbGxhcnM= 25952 +IGJpaw== 25953 +aW51bQ== 25954 +INGD0YE= 25955 +IE5lYnI= 25956 +IHBlcnBlbmRpY3VsYXI= 25957 +IGJvb2tlZA== 25958 +YmVyeQ== 25959 +IHZpa3Q= 25960 +YmVhcg== 25961 +ZXN1cw== 25962 +INCy0L7Qt9C80L7QttC90L4= 25963 +qLk= 25964 +IHByZXN1bWFibHk= 25965 +IE1lbXBoaXM= 25966 +IGFtYnVsYW5jZQ== 25967 +15XXnteo 25968 +IHRodW1ibmFpbA== 25969 +IG1vZGlmaWNhdGlvbg== 25970 +IGludGVycHJldGVk 25971 +IHByb21v 25972 +IM66zqw= 25973 +IM61z4A= 25974 +IGFjb3VzdGlj 25975 +IERC 25976 +IG5vbmV0aGVsZXNz 25977 +b3VsZQ== 25978 +IHBlcXU= 25979 +IGtub2I= 25980 +IOuPjOyVhA== 25981 +IHB1cmNoYXNlcw== 25982 +IMOHw7xua8O8 25983 +IGRpdmlkaW5n 25984 +cGVyZm9ybQ== 25985 +cmFjdGlvbg== 25986 +aGVhbHRoeQ== 25987 +IFRpdGxl 25988 +IHVr 25989 +IGNlcmNh 25990 +IGFyZ3VhYmx5 25991 +IGZhbGU= 25992 +67O1 25993 +IGdhbWVycw== 25994 +IHV0aWxpemluZw== 25995 +IG9mZmVuZGVk 25996 +IHRhdmE= 25997 +YWzEsQ== 25998 +IG1lZGlhbg== 25999 +IGluZmVjdGlvdXM= 26000 +IEFubmll 26001 +IHNtYXJ0cGhvbmVz 26002 +IHBhcm9sZQ== 26003 +IEVwaWM= 26004 +enph 26005 +IHVuaWZpZWQ= 26006 +IOq3uOuVjA== 26007 +IGN1cnRhaW4= 26008 +IMSD 26009 +IHNleHVhbGx5 26010 +IHVuc2VyZW0= 26011 +IENvbnZlbnRpb24= 26012 +IGFsbGVnZWRseQ== 26013 +WWE= 26014 +IEhvbw== 26015 +ZW5tZW50 26016 +7ZuE 26017 +IGdpZ2FudGlj 26018 +IG5vdGluZw== 26019 +IHJlYm8= 26020 +IEphbWE= 26021 +IEFseg== 26022 +IGJvcnJvd2Vk 26023 +7Lmo 26024 +IHBlcmlwaGVy 26025 +0L7RgtCw 26026 +IEdC 26027 +IEdlYXI= 26028 +IGVjb25vbWljYWxseQ== 26029 +IHRlbGVmb24= 26030 +IHF1ZXJlbW9z 26031 +INC00LDQu9GM0YjQtQ== 26032 +IHJhcw== 26033 +IFRlYWNo 26034 +aWNpb3M= 26035 +YXRvcw== 26036 +IHBsZWRnZQ== 26037 +YmF1 26038 +IEhpbXNlbGY= 26039 +TGluaw== 26040 +IGVzcGVybw== 26041 +IGNocm9tb3M= 26042 +IFBFUg== 26043 +IGVybGU= 26044 +IHBvZGl1bQ== 26045 +w6dvcw== 26046 +IG5pZXU= 26047 +IGZlbg== 26048 +IEdPRA== 26049 +IENob2NvbGF0ZQ== 26050 +d2Vyaw== 26051 +IHThu6s= 26052 +IHN1cHByZXNz 26053 +zrvOtw== 26054 +IDI0MA== 26055 +IHNpdMOk 26056 +IGhvbmVzdHk= 26057 +IEJpbw== 26058 +IEJhcmQ= 26059 +INC+0LHRidC10Lw= 26060 +INC80YPQtw== 26061 +IG1hcmJsZQ== 26062 +INGG0LXQvdGC 26063 +IHByb2N1cmU= 26064 +IHJvdG9y 26065 +YmVybg== 26066 +IHR1aA== 26067 +IGhlYWRzZXQ= 26068 +YXRlbQ== 26069 +IHdhcnJhbnR5 26070 +4K60 26071 +IGZpbGluZw== 26072 +zrnOrA== 26073 +IGNvbXByZW5kcmU= 26074 +IGltcHVsc2U= 26075 +IHNhbHY= 26076 +d3JpdHRlbg== 26077 +IGluc3RpdHV0ZQ== 26078 +S2lt 26079 +IExHQlRR 26080 +ZmljaWVudGU= 26081 +SGlz 26082 +IM6xz4XPhM+M 26083 +IHRlZW5hZ2U= 26084 +b3J1cw== 26085 +INGA0LDQt9Cx 26086 +U2Vl 26087 +IENvbnNlcnY= 26088 +4buBbg== 26089 +ZnVsbmVzcw== 26090 +IHN0cmF3YmVycmllcw== 26091 +IEFidQ== 26092 +0LjQvtC9 26093 +IG9sbGE= 26094 +Tk9JU0U= 26095 +IEVtcGxveQ== 26096 +IHdpcGVk 26097 +dXJnZXI= 26098 +IG1vZGlmaWNhdGlvbnM= 26099 +IO2VmOyngA== 26100 +IGZvb3RzdGVwcw== 26101 +IGhvbm9ycw== 26102 +IGFkdWw= 26103 +IGZsaXBwaW5n 26104 +IEhV 26105 +Wlk= 26106 +IGludGVncmF0aW5n 26107 +2KjYsQ== 26108 +dWxsYQ== 26109 +IG5hdHV1cmxpams= 26110 +IO2XiA== 26111 +IEV0aGVyZXVt 26112 +2YrZhA== 26113 +d2Vk 26114 +IHBlYWtz 26115 +IEtlcw== 26116 +IGJsb29t 26117 +IGNyYXNoaW5n 26118 +IDkxMQ== 26119 +INC+0YLQu9C40Yc= 26120 +IGNvbnRyb2xsZXJz 26121 +IERvZA== 26122 +INCy0LzQtdGB0YLQtQ== 26123 +IHNvcnRpcg== 26124 +IFN0cmFpZ2h0 26125 +IEdyYWNpYXM= 26126 +IGdyb292ZQ== 26127 +IHRvZ2c= 26128 +IOyLtuydgA== 26129 +w6lybw== 26130 +IG91dHdhcmQ= 26131 +IFdB 26132 +IFJvY2t5 26133 +IHNjYW0= 26134 +IGhheWF0 26135 +aWdudHk= 26136 +4oQ= 26137 +cGxpbmdz 26138 +IGFudGliaW90aWNz 26139 +IG5ldmVydGhlbGVzcw== 26140 +amFuZw== 26141 +Y29tbWVyY2U= 26142 +IHNwb2lsZXI= 26143 +IGdsb3Zl 26144 +IGNoYXR0ZXI= 26145 +IEJZ 26146 +fj8= 26147 +IO2YuA== 26148 +IGRlbW9s 26149 +d2VjaHNlbA== 26150 +aW1pcg== 26151 +IHJhaWQ= 26152 +0LXRgNGF 26153 +7J6Q6riw 26154 +ZW5m 26155 +IGNvbW1lbnRlZA== 26156 +IG9wdGltaXplZA== 26157 +IGNvbnZpY3RlZA== 26158 +IGJhdHM= 26159 +IFNC 26160 +IEF1cg== 26161 +IFRvbmc= 26162 +IGltcGxpY2l0 26163 +IEphbmV0 26164 +IHJlYWc= 26165 +IEFkdmFuY2Vk 26166 +IGltcG9zZQ== 26167 +16nXlA== 26168 +IHNjaGVtZXM= 26169 +b3VnaGVy 26170 +YWJvbGlj 26171 +IOqxsOyjoA== 26172 +IHNsb3dpbmc= 26173 +IHd0ZWR5 26174 +IGRlc3RydWN0aXZl 26175 +INC+0L/RgNC10LQ= 26176 +IGxhbmRtYXJr 26177 +IOuPiA== 26178 +IFdhbGtpbmc= 26179 +4bq5 26180 +IHRpamQ= 26181 +IEtO 26182 +IFF1YW50 26183 +7Jik6w== 26184 +INC60YDRgw== 26185 +IHBlcmRlcg== 26186 +IG5vdmU= 26187 +w6RuZGU= 26188 +Ymlh 26189 +IGN1c3RvZHk= 26190 +IGJpb2Q= 26191 +IGRpcmVjdGluZw== 26192 +Li4u4oCL 26193 +IHJlbG9j 26194 +IGRlbWFuZGU= 26195 +IG/En2x1bQ== 26196 +INC+0LTQvdCw 26197 +IE1pbGs= 26198 +IEtyYQ== 26199 +IEhvbmRh 26200 +IHB1ZQ== 26201 +IGVsZWt0 26202 +IGJlZ2lubmVycw== 26203 +IHNwZWFy 26204 +w61uaA== 26205 +IEx1ZnQ= 26206 +IG5pZw== 26207 +IFNjaG9vbHM= 26208 +IGZvcnVtcw== 26209 +IFFpbg== 26210 +cHBv 26211 +IHphZw== 26212 +INCu 26213 +IHRvb3RocA== 26214 +IFN0eWxl 26215 +7LSI 26216 +IHB1bmN0 26217 +IHJlcHM= 26218 +IEFseQ== 26219 +IGFtZW5kbWVudHM= 26220 +IMO2eg== 26221 +IGRpZ2l0cw== 26222 +dXJhaQ== 26223 +IGNoYW90aWM= 26224 +IE1hc3RlcnM= 26225 +ZW9u 26226 +IENhc2g= 26227 +IEN1eg== 26228 +IGJlZGV1dGV0 26229 +IHNjYW5uaW5n 26230 +INC20LQ= 26231 +0L3QtdGC 26232 +IGNlcnRhaW50eQ== 26233 +amVr 26234 +IGRpam8= 26235 +IENsaW1hdGU= 26236 +IHJpbnNl 26237 +IGtyaWo= 26238 +dmVsYW5k 26239 +IHNvdW5kdHJhY2s= 26240 +IFNhZmU= 26241 +IE5vdmE= 26242 +OTQ= 26243 +IGF0aGU= 26244 +IFZlcmI= 26245 +b2xlcg== 26246 +7J207KOg 26247 +IHZpbg== 26248 +IHJlc3BpcmF0b3J5 26249 +IFN0dWR5 26250 +IENBTQ== 26251 +IGF2b2NhZG8= 26252 +IFpoZW4= 26253 +IGxhdGVuY3k= 26254 +IGZlYXRoZXJz 26255 +IGNvbnRhcg== 26256 +INCy0LXRiQ== 26257 +IGZhcms= 26258 +IGJsZW5kZWQ= 26259 +IGV4cGxvZGVk 26260 +IFhY 26261 +IEJlbmlt 26262 +IGFsZ3XDqW0= 26263 +aXN0b2lyZQ== 26264 +IGNvbmZpZGVudGlhbA== 26265 +IG1hc3Q= 26266 +IOy/ 26267 +Z2Vo 26268 +IGRpc3Jlc3BlY3Q= 26269 +IFN5c3RlbXM= 26270 +xrBh 26271 +RWQ= 26272 +IHd5cw== 26273 +IGV4b3RpYw== 26274 +IGdsb3dpbmc= 26275 +w7luZw== 26276 +b3VuZ2U= 26277 +6IQ= 26278 +0LDQvdC40Lc= 26279 +IHBhbGF2 26280 +IFN3b3Jk 26281 +IGdpbQ== 26282 +IENyb3c= 26283 +IHBvdGVudA== 26284 +YmlzaA== 26285 +IGFidXNlZA== 26286 +IEplZA== 26287 +IGdhbWJsaW5n 26288 +IFNwZWN0 26289 +IGludmVzdGlnYXRvcnM= 26290 +IHJhdHQ= 26291 +IGRvYg== 26292 +IERFUw== 26293 +aG9n 26294 +INC+0YLQutGA0Ys= 26295 +7YyF 26296 +INC00LXQvdGM0LPQuA== 26297 +IO2YuQ== 26298 +IOuouOumrA== 26299 +IHNhdHVyYXRpb24= 26300 +IGluaGVyaXRlZA== 26301 +IElubm92YXRpb24= 26302 +7JeI642Y 26303 +IHRhbmdpYmxl 26304 +IGRlcHJp 26305 +aGVk 26306 +INC/0L7QvNC+0LM= 26307 +IHNsaWNlZA== 26308 +4KWN 26309 +IHRo4bq/ 26310 +xaU= 26311 +Njg= 26312 +IGNvcm9uYQ== 26313 +IGdpZnRlZA== 26314 +IHNvaXI= 26315 +IGh1bWlsaXR5 26316 +IOydtOqxuA== 26317 +IGZsYXdz 26318 +INC/0YDQsNC60YLQuA== 26319 +IGthbGQ= 26320 +d2HFvA== 26321 +eXc= 26322 +aXJ0ZWVu 26323 +IGNyb2NoZXRz 26324 +pqzqsIA= 26325 +IOyghOyXkA== 26326 +IGRlc2U= 26327 +INC80LDQsw== 26328 +IGR6aWHFgg== 26329 +IGzDqWc= 26330 +Y2hhbmdpbmc= 26331 +IGxsZXY= 26332 +xYRzaw== 26333 +IDE5ODQ= 26334 +b3Jucw== 26335 +IFdlbHNo 26336 +IHBoYXJtYWNldXRpY2Fs 26337 +IHB1bXBpbmc= 26338 +IFNoYXc= 26339 +cHVuaw== 26340 +IHZhdWx0 26341 +IGtpbmV0aWM= 26342 +IGh1cnJpY2FuZQ== 26343 +IEluY2x1ZGluZw== 26344 +4bupYw== 26345 +IEdyYW5kcGE= 26346 +YW5zaGlw 26347 +INCy0YvRhdC+0LQ= 26348 +0L3QvtC2 26349 +nKA= 26350 +dXR0YQ== 26351 +IOqygeuLiOuLpA== 26352 +IGJheg== 26353 +INC/0L7RiA== 26354 +IHBlY3VsaWFy 26355 +ennEhw== 26356 +IEVsbGll 26357 +IGxlYXJucw== 26358 +IEtyaXNobmE= 26359 +IGNvbnNlY3V0 26360 +IGVtcGF0aA== 26361 +IERpbg== 26362 +IHRyYWRlZA== 26363 +IEJvcmlz 26364 +dWdnYWdl 26365 +b2xsYQ== 26366 +INC90LDQt9Cy 26367 +IGV0ZXJuaXR5 26368 +INCy0L8= 26369 +w6htZXM= 26370 +IGdyYXBw 26371 +YsOp 26372 +INC/0YDQtdC00YHRgtCw0LI= 26373 +IEZD 26374 +jeuLiOuLpA== 26375 +ZXZlbg== 26376 +IE5lYnJhc2th 26377 +b3J0dW5l 26378 +IGthcmVuYQ== 26379 +IEFnZW50 26380 +IHN0aW5n 26381 +IFBJ 26382 +IG11bmljaXBhbA== 26383 +cG93ZXJlZA== 26384 +IGNvbnNlZ3Vl 26385 +IE1hbmNoZXN0ZXI= 26386 +IHJhaW55 26387 +IGJsaQ== 26388 +IGtvc3Q= 26389 +IGhhbHRlbg== 26390 +IEFoaGg= 26391 +aW5zdWxh 26392 +ZXJ0aW5n 26393 +INin2YTZgQ== 26394 +IHJlbGFjaW9u 26395 +IGtvbWVu 26396 +IGRvbWU= 26397 +IHByaWVzdHM= 26398 +IEludHJvZHU= 26399 +cm9waGU= 26400 +c2hvcmU= 26401 +dmVsdA== 26402 +Y2xpcHNl 26403 +INGA0YPRgQ== 26404 +15nXoQ== 26405 +IHNhYmVtb3M= 26406 +IEhvbGxhbmQ= 26407 +b2dp 26408 +YW5raQ== 26409 +IE1hdHM= 26410 +IHNtb2tlZA== 26411 +dWxsaWU= 26412 +IGV1cm9wZQ== 26413 +INC00LXQudGB0YLQstC40YLQtdC70YzQvdC+ 26414 +IGJhcmR6aWVq 26415 +IHRyYW5zZm9ybWluZw== 26416 +IEV6 26417 +b3BhdGg= 26418 +IOyWuOuLiA== 26419 +INGB0YLQsNC9 26420 +4bqxbmc= 26421 +4Lix4LmJ 26422 +IE91Y2g= 26423 +IGNsZWFyYW5jZQ== 26424 +dXN0YWlu 26425 +IHNvbGlkYXJpdHk= 26426 +IHByb3Zpbmc= 26427 +INCY0L0= 26428 +INGB0Yo= 26429 +IHByb2xvbmc= 26430 +0LDQtNC90L4= 26431 +IHNvcw== 26432 +IERlYWw= 26433 +IDE3MA== 26434 +bW9ucw== 26435 +INC30LXQvA== 26436 +IGxvZ2dlZA== 26437 +IGxpZmVsb25n 26438 +IHNlbnNvcnk= 26439 +IGJlaG9sZA== 26440 +IEZBUg== 26441 +w6h0ZW1lbnQ= 26442 +IEZlZGVyYXRpb24= 26443 +IGRvZGdl 26444 +IFNoaXI= 26445 +IGRyYWdvbnM= 26446 +IEFyY3RpYw== 26447 +xIXFvA== 26448 +xY0= 26449 +wro= 26450 +IGRlbmtl 26451 +IHBvZHLDrWE= 26452 +Y29sZQ== 26453 +0YPQu9GM0YLQsNGC 26454 +IHN5c3RlbWF0aWM= 26455 +0LDQvNCw 26456 +Y2hvcw== 26457 +IGNsaW5pY3M= 26458 +IEJT 26459 +IHRhbGVz 26460 +dXNpb25z 26461 +IO2IrA== 26462 +IHByZXNlcnZhdGlvbg== 26463 +IGxvcmU= 26464 +IFByb3Rlc3Q= 26465 +4bub 26466 +IGFja25vd2xlZGdlZA== 26467 +IElzYWlhaA== 26468 +IOuVjOuKlA== 26469 +INeY 26470 +IGNvbXBldGl0b3I= 26471 +IGFkdmFuY2luZw== 26472 +emlw 26473 +IHRlbnRo 26474 +IExhdXJl 26475 +IGhpbnRz 26476 +IGV4ZXJjaXNpbmc= 26477 +npzr 26478 +IEludGVsbGlnZW5jZQ== 26479 +dWF0ZWQ= 26480 +T1VU 26481 +b3BlZA== 26482 +IGF1dG9ub215 26483 +IGJyYW5kaW5n 26484 +IE1lZGl0ZXJyYW5lYW4= 26485 +0ZbQug== 26486 +IHNjcmV3ZHJpdmVy 26487 +IHN1cHJl 26488 +IHN0YXA= 26489 +IGp1cmlzZGljdGlvbg== 26490 +IFNldHRpbmdz 26491 +IGZvcmVmcm9udA== 26492 +IEZlbWFsZQ== 26493 +Y29tZm9ydA== 26494 +IG11bHRpcGxpY2F0aW9u 26495 +IE11cnJheQ== 26496 +IGJvYg== 26497 +IFRhcw== 26498 +IHRhaHU= 26499 +IG9udW4= 26500 +ZXR0ZXI= 26501 +IHByb3BoZXRz 26502 +bGFn 26503 +IHJldmVudWVz 26504 +IHByw6E= 26505 +IHVwbG9hZGluZw== 26506 +IG1hY2hpbmVyeQ== 26507 +YXNjYWw= 26508 +IEVzdMOh 26509 +IEdvdGg= 26510 +IEJhbGQ= 26511 +IFNhdw== 26512 +IHN0cmlwZXM= 26513 +7KCR 26514 +IHBvd2lu 26515 +IGhvc3RpbGU= 26516 +IGRhcnVt 26517 +IHByZXZlbnRlZA== 26518 +0L7QttCw0LvRg9C50YHRgtCw 26519 +IGFsZ3VuYXM= 26520 +IGhvcGVsZXNz 26521 +IHpuYWo= 26522 +IHJlYWRpbmdz 26523 +IGNyYXZpbmc= 26524 +dGF0 26525 +IFBpZw== 26526 +IGxpYXI= 26527 +IG11bHRpcGxheWVy 26528 +IGRhbGU= 26529 +IENvdXJzZQ== 26530 +7YG8 26531 +IEtpdGE= 26532 +IGN1c3RvbXM= 26533 +IHJlc3BvbmRz 26534 +ZW5kcmE= 26535 +IG1ldHJv 26536 +0YHQvtC7 26537 +IG1pdGlnYXRl 26538 +IG9wcHJlc3Npb24= 26539 +cXVpbmhv 26540 +IGFtbW8= 26541 +IGVuZmVy 26542 +IHBvbnk= 26543 +IG91bmNlcw== 26544 +sJQ= 26545 +IOyImOqwgA== 26546 +IGRpY2hv 26547 +IERlYg== 26548 +IHdvbmRlcnM= 26549 +IFJvb3Nl 26550 +IHByaXplcw== 26551 +IEFMRVg= 26552 +IHRoYW5rZnVsbHk= 26553 +IHRpc3N1ZXM= 26554 +INGA0LDQstC90L4= 26555 +IEx1bmE= 26556 +aW50ZWxsaWdpYmxl 26557 +IOyZuA== 26558 +6rCR 26559 +IEhlYXQ= 26560 +INGB0LjQtA== 26561 +IFF1aQ== 26562 +IGlvbnM= 26563 +IGFjY29tbW9kYXRpb24= 26564 +IEthcnQ= 26565 +aWVuc3Q= 26566 +IHRhcmRl 26567 +IHNvYWtlZA== 26568 +IENhc2V5 26569 +IOy0nQ== 26570 +INGA0YPQsQ== 26571 +IGRpZmZlcmVudGk= 26572 +IGxlZnRvdmVy 26573 +IGV4Y2hhbmdlcw== 26574 +c2Vjb25k 26575 +IGZpcnN0bHk= 26576 +IGJ1aWxkZXI= 26577 +cmllbg== 26578 +IGR3 26579 +IGJvdW5jaW5n 26580 +Pzwv 26581 +IOuMgO2VtOyEnA== 26582 +INGB0LU= 26583 +IE1pbGVz 26584 +aWVuaWU= 26585 +INC/0L7QtNC/0LjRgQ== 26586 +IOustA== 26587 +IGFyaXNlcw== 26588 +IHN1YmNvbnNjaW91cw== 26589 +IFNhbmR5 26590 +IGxvdHRlcnk= 26591 +4oCR 26592 +YW1pbGlhcg== 26593 +IGNvb3JkaW5hdG9y 26594 +6Iw= 26595 +IGV4dHJhb3JkaW4= 26596 +IFJvbmFsZA== 26597 +IE1PTg== 26598 +Z3JlZW4= 26599 +IG1hbnVmYWN0dXJl 26600 +IFJlY29yZA== 26601 +IE1hcmtldGluZw== 26602 +0LjRhg== 26603 +IGNyZWRlbnRpYWxz 26604 +IHVwcmlnaHQ= 26605 +IEhlcml0YWdl 26606 +IGfDtnJk 26607 +ZXhwZW5zaXZl 26608 +4bqtbg== 26609 +IOyxhA== 26610 +IG91dGxpbmVk 26611 +IE9vb2g= 26612 +b3JpZW50ZWQ= 26613 +IHdpcmVk 26614 +IG91dGxldHM= 26615 +IGh1Z2VseQ== 26616 +IO2WiOuKlOuNsA== 26617 +0LDRgNGC 26618 +IGxvZ2lzdGljcw== 26619 +IHNlYXNvbmFs 26620 +IGRlYmU= 26621 +IHRoZW9y 26622 +IHBpcmF0ZQ== 26623 +YXBweQ== 26624 +IGtub3Rz 26625 +IGZlbW1l 26626 +IFNvZnR3YXJl 26627 +Z2VuZGU= 26628 +0YLQsNC60Lg= 26629 +IHRlbXBsZXM= 26630 +IGxpbWl0YXRpb24= 26631 +IGFtcGxpdHVkZQ== 26632 +IGhhY2Vu 26633 +IGF1ZGk= 26634 +IOuWqA== 26635 +IFdhaGw= 26636 +IG5paA== 26637 +IGFtcGxpZmllcg== 26638 +YXJpdXM= 26639 +aXphZG8= 26640 +YWNoYQ== 26641 +IGt1bGxhbg== 26642 +IFR3aW4= 26643 +IEZvcmNlcw== 26644 +IGFicmly 26645 +IEVQQQ== 26646 +IEFoYQ== 26647 +IOq3uOuemOuPhA== 26648 +IGJpb20= 26649 +INCi0LDQvA== 26650 +IHNhaWxpbmc= 26651 +IEpva2Vy 26652 +Rmlyc3Q= 26653 +fl0= 26654 +b3JzY2g= 26655 +IHbDpnJl 26656 +IGJlZXRqZQ== 26657 +IFNwYcOf 26658 +cG9saXQ= 26659 +IHR1cmJ1bA== 26660 +IOyggO2drOqwgA== 26661 +IGNpYw== 26662 +IERyYWtl 26663 +IEJSSQ== 26664 +aXphw6fDo28= 26665 +IOyeiOuLpA== 26666 +IEx5bm4= 26667 +IHRyYW5zZ2VuZGVy 26668 +IHJlc2lnbg== 26669 +IGNoYXJ0ZXI= 26670 +IEpI 26671 +IEhvbG1lcw== 26672 +IExpcA== 26673 +ZGFz 26674 +IHBlZGlhdHJpYw== 26675 +IG1lbW9yaXpl 26676 +IGV2YWx1YXRpbmc= 26677 +IPCfkA== 26678 +Y2Fr 26679 +IGNvbmp1bmN0aW9u 26680 +IHJlc2VydmVz 26681 +IHNoYW1wb28= 26682 +IGp1ZGdlZA== 26683 +IHdpZHo= 26684 +VklO 26685 +IGFib2FyZA== 26686 +YXJpcw== 26687 +IFJvaA== 26688 +IGNvb2xlZA== 26689 +0YHRgtC1 26690 +Y2Vw 26691 +cm9zdA== 26692 +aG90cw== 26693 +IE1lbGJvdXJuZQ== 26694 +0L7Rh9GM 26695 +IHZlbnRpbA== 26696 +0LjQvdC+0LI= 26697 +IG1vdGlvbnM= 26698 +7JeI64qU642w 26699 +0LzQtdGA0LjQug== 26700 +IENoYXQ= 26701 +IGdvdXZlcm5lbWVudA== 26702 +IEtpdm9s 26703 +IEtpdm9sb3dpdHo= 26704 +IG7Ds2k= 26705 +INC60YPQtNCw 26706 +IGh5ZHJhdWw= 26707 +IEJlcmc= 26708 +eWx1bQ== 26709 +IFByw6RzaWRlbnQ= 26710 +cm9weQ== 26711 +IHNlbWlj 26712 +0Y/QtdGC 26713 +IENhcGU= 26714 +IGNhbmU= 26715 +IGJyaW5nZW4= 26716 +IHdpcmluZw== 26717 +dW55YQ== 26718 +IHJlcGF5 26719 +qqk= 26720 +IHdvbnQ= 26721 +w6FudA== 26722 +IGdvdmVy 26723 +IExpYmVydHk= 26724 +IGVsZWN0cm9tYWdu 26725 +IFNpbmdo 26726 +INCz0YDRg9C/ 26727 +0LPQvtCy 26728 +iOustOs= 26729 +IFJ1bGU= 26730 +IHVuZGVyd2F5 26731 +IEZyZWRlcg== 26732 +IHR1cmJpbmU= 26733 +aXNoaQ== 26734 +IGbDrXM= 26735 +IEN1bHR1cmU= 26736 +YWNyZQ== 26737 +IHdhbmRlcg== 26738 +IGd1ZXJyYQ== 26739 +IHPDtnk= 26740 +IEp1cg== 26741 +YXdheXM= 26742 +IHNjaHdpZXI= 26743 +Z3VhcmQ= 26744 +IEFiZA== 26745 +dWN0aW9u 26746 +IGFya2FkYcWfbGFy 26747 +IEhhbWI= 26748 +Py4= 26749 +c2l6ZQ== 26750 +IE9ydGg= 26751 +IHN3YXk= 26752 +IM6U 26753 +IGFic29ycHRpb24= 26754 +aW5lZXM= 26755 +IHBhdHJvbnM= 26756 +IGJlYWNoZXM= 26757 +R0c= 26758 +IGNvbnRhbWlu 26759 +aW50ZW5kZW50 26760 +INC90YDQsNCy 26761 +INC00LXRgNC2 26762 +IHF1aWx0 26763 +IGV2b2x1dGlvbmFyeQ== 26764 +7J206528 26765 +YXppb25p 26766 +IGVya2w= 26767 +IEJ1dGxlcg== 26768 +IGRvbw== 26769 +IG5lZ290aWF0aW9u 26770 +ZW5kdW0= 26771 +IHRlcm1pbm9sb2d5 26772 +IGt1bA== 26773 +IFVudGVybmVobWVu 26774 +w6lyaWM= 26775 +eGk= 26776 +YmFk 26777 +INC00L7Qu9C20L3Riw== 26778 +IE1pdGNoZWxs 26779 +dGhyZWU= 26780 +IHN1YnN0cmF0ZQ== 26781 +IEluaGFsZQ== 26782 +IEFncmlj 26783 +dW5nZQ== 26784 +INC30YA= 26785 +IGFkdmVyc2U= 26786 +IOyggOuPhA== 26787 +IHBpbGxhcg== 26788 +IE1pbnV0ZW4= 26789 +IE1hdGU= 26790 +IFBsYXR6 26791 +IGhlbHBsZXNz 26792 +IGFsYXI= 26793 +IGZyZW5jaA== 26794 +IGFsbG9jYXRpb24= 26795 +IHN0ZW1z 26796 +IG1hcmF0aG9u 26797 +IEhBUkY= 26798 +aXphY2nDs24= 26799 +SmVzcw== 26800 +INC30L3QsNGH 26801 +IGRlY2xhcmF0aW9u 26802 +RUVSSU5H 26803 +c3RlcmRhbQ== 26804 +YXNzaXVt 26805 +IHNlaXo= 26806 +IHByZXNpZGVudHM= 26807 +dGFrZQ== 26808 +IHdpbGRlcm5lc3M= 26809 +IGNvc21pYw== 26810 +IOuqqOuRkA== 26811 +c3Rybw== 26812 +IHBvd2llZHo= 26813 +IE1hZ2F6aW5l 26814 +IFZJ 26815 +INC00LXRgA== 26816 +IHfDvHJkZW4= 26817 +IHRhYmxldHM= 26818 +IHBpZXJ3cw== 26819 +IG1vcnRhbA== 26820 +IHN1cHBsaWVk 26821 +IE7Ds3M= 26822 +IFByb3Blcg== 26823 +INC60LDQttC00YvQuQ== 26824 +b2zDs2c= 26825 +67Cp 26826 +IG1pc2Nvbg== 26827 +IHByb3hpbWl0eQ== 26828 +IEFsbGVz 26829 +INCz0LvQsNC3 26830 +IGxhbWU= 26831 +IHZpYmVz 26832 +IGRlZW1lZA== 26833 +IHVyaW5l 26834 +IHJlbWluZGluZw== 26835 +IGNpcmN1bXN0YW5jZQ== 26836 +65Ok7J20 26837 +IGxhcHRvcHM= 26838 +wrI= 26839 +7ZW07JW8 26840 +IE9tZWdh 26841 +Tlk= 26842 +IHB1bXBz 26843 +IHJhaWxz 26844 +IHN1cnBhc3M= 26845 +IEJyb3M= 26846 +IG5hdGlvbmFsbHk= 26847 +IGdld2VzZW4= 26848 +s7Tri6Q= 26849 +b3NoaW5n 26850 +6rCI 26851 +IGNyaWFu 26852 +IOyCrOuejOydtA== 26853 +Y2F1c3Q= 26854 +0YbQuNC/ 26855 +IE9iZXI= 26856 +IERBWQ== 26857 +IENhbm9u 26858 +enVuZw== 26859 +IOqwlg== 26860 +INCw0LLRgtC+0Lw= 26861 +IGRpdm9yY2Vk 26862 +15nXpA== 26863 +z4HOtQ== 26864 +Y2VsYW5k 26865 +Y2llcg== 26866 +0YDQtdC3 26867 +VG9kYXk= 26868 +IG9yYml0YWw= 26869 +IHN0cmV0 26870 +IHNhdHU= 26871 +IO2BrOs= 26872 +em9z 26873 +IFNjbw== 26874 +zrzOrQ== 26875 +IEd1YXJkaWFu 26876 +aW50ZXJlc3Q= 26877 +IFZFUg== 26878 +w7xuZGVu 26879 +INGF0L7RgtC10Ls= 26880 +dGl0 26881 +Qnk= 26882 +IGFubGF0 26883 +U2hvdw== 26884 +IG9pbHk= 26885 +IGxlZ2VuZHM= 26886 +IHNwZWN1bGF0aW9u 26887 +IFdpc2g= 26888 +IG1vbms= 26889 +R0FO 26890 +IGjhu40= 26891 +IGRhbmdlcnM= 26892 +IEJlbmU= 26893 +aXF1ZW1lbnQ= 26894 +IOuCmOyZgA== 26895 +INCw0LQ= 26896 +IGRpc2NyZXRl 26897 +w4c= 26898 +IGNvbmRpdGlvbmFs 26899 +IEdpbGw= 26900 +dWF0ZXM= 26901 +INGB0L7QstGB0LXQvA== 26902 +IHNjcmVlbnNob3Q= 26903 +Y2Fkbw== 26904 +IOuqqOuToA== 26905 +IGZpbmdlcnRpcHM= 26906 +IE1BQw== 26907 +IGR1ZGVz 26908 +Y29zdA== 26909 +IGJ1bXBz 26910 +b25kbw== 26911 +IGRhdG9z 26912 +IGJlZXBz 26913 +IFByb24= 26914 +IEtoYWw= 26915 +emVnbw== 26916 +IEFiYnk= 26917 +VWg= 26918 +WW8= 26919 +IFRlbA== 26920 +IM68zq0= 26921 +S0k= 26922 +IHN0cmVzc2Vz 26923 +IHNwcmVhZHNoZWV0 26924 +IE5PVw== 26925 +REI= 26926 +IGxpYmVyYXRpb24= 26927 +IHByZWRpY3RhYmxl 26928 +IFF1ZXN0aW9ucw== 26929 +IHNwYWNpbmc= 26930 +IGluaGFiaXRhbnRz 26931 +IHp3acSFeg== 26932 +IFNBUA== 26933 +IGx1Z2dhZ2U= 26934 +IGhpcHA= 26935 +6JY= 26936 +IHRhbmdlbnQ= 26937 +IHbDpQ== 26938 +0LDQu9GM0L3QvtC5 26939 +c2VoZW4= 26940 +IHByb2Nlc3NvcnM= 26941 +IGZpbmRldA== 26942 +IGNhcnRyaWRnZQ== 26943 +IGFkbWluaXN0cmF0b3Jz 26944 +IOyWtOya 26945 +IHN1cHJlbWU= 26946 +IEFudGk= 26947 +IO2UhOuhnA== 26948 +IGluZm9ybWF0aXZl 26949 +IGtvbXQ= 26950 +15nXmA== 26951 +QXNzaXN0YW50 26952 +IGxpc3Rh 26953 +w7ZsbA== 26954 +IGRpc3RpbmN0aXZl 26955 +IEh1ZA== 26956 +IHNhbG9u 26957 +bcOqbWU= 26958 +IE1vdGlvbg== 26959 +IHNldWxlbWVudA== 26960 +IE1lbnNjaA== 26961 +IHB1bXBlZA== 26962 +w7xoZXI= 26963 +aWJv 26964 +IHdhxbw= 26965 +IHF1YW50aXRhdGl2ZQ== 26966 +2b4= 26967 +IOuqqOyKtQ== 26968 +IHBvdWNo 26969 +IFRoZWF0cmU= 26970 +YWhp 26971 +IHNwaW5hY2g= 26972 +IHJlYWxpdGllcw== 26973 +IGxleQ== 26974 +IE1hcnRoYQ== 26975 +IHJlY2hlcg== 26976 +ZWNoZXM= 26977 +IHBlcmlvZGlj 26978 +b2NpZGU= 26979 +IEluY3JlZA== 26980 +IHRo4bqleQ== 26981 +b3Rvbg== 26982 +IEVzbw== 26983 +IGfDqW7DqXJhbA== 26984 +aWxpZ2h0 26985 +IGltYWdpbmluZw== 26986 +aGVh 26987 +ZXRpY2Fs 26988 +4but 26989 +IERlbW9rcmF0 26990 +IGVuam8= 26991 +IGFkanVzdGFibGU= 26992 +IHJhaW5z 26993 +aWV3YcW8 26994 +IGp1c3RlbWVudA== 26995 +IGp1c3RpZmllZA== 26996 +IFNoYWtl 26997 +dml2 26998 +7IKs66W8 26999 +IG1ldHQ= 27000 +IEVudmlyb25tZW50YWw= 27001 +IHNvbGFtZW50ZQ== 27002 +IGludGVyc2VjdA== 27003 +IDE5ODg= 27004 +IHNpbXVsYXRl 27005 +SkE= 27006 +INC30LDRgQ== 27007 +IGNvbnRpbmc= 27008 +IFRlaw== 27009 +IHRvcmNo 27010 +INC00YDRg9Cz0L7QuQ== 27011 +IGluc2NyZQ== 27012 +IG1vZGVsbw== 27013 +IEdlZw== 27014 +IERlbW9jcmF0 27015 +0LrQsg== 27016 +IEJ1ZGR5 27017 +IHJlZHVuZA== 27018 +IGNyYWZ0cw== 27019 +IEhpag== 27020 +IGp1ZQ== 27021 +IEtpcms= 27022 +IGthYg== 27023 +4buj 27024 +IGFlc3RoZXQ= 27025 +IEpPTg== 27026 +IHN1cGVyY29t 27027 +INGB0LjRgtGD 27028 +IM+Mz4TOuQ== 27029 +2YXZhg== 27030 +IEVWRVI= 27031 +7JWY7Ja0 27032 +b2l0 27033 +IENsZXZlbGFuZA== 27034 +IHNpeHRlZW4= 27035 +IHdhdGVyZmFsbA== 27036 +77g= 27037 +aW5mbA== 27038 +IGNvdW5zZWxvcg== 27039 +IFB1bms= 27040 +IHNwcmVjaGVu 27041 +ZXhj 27042 +IFNraWxscw== 27043 +cm96 27044 +YWRhbWVudGU= 27045 +IHBhbmNha2Vz 27046 +6riw66Gc 27047 +IHBsYW5r 27048 +IHNvdmVyZWlnbnR5 27049 +IGZ1aQ== 27050 +INC90LXQvtCx 27051 +IFdpaQ== 27052 +IFNjaG9s 27053 +4oCO 27054 +IFNwZWFr 27055 +Y2lsaWF0aW9u 27056 +IHRoaWdo 27057 +IOqxsOydmA== 27058 +IGpvdA== 27059 +IOy0rOyYgQ== 27060 +INmF24zaug== 27061 +IENDUA== 27062 +INC/0L7RgdGC 27063 +IG9ic2VydmVy 27064 +w6Fi 27065 +IHN0aWdtYQ== 27066 +IHByb3ByaWV0 27067 +IGNpZGFkZQ== 27068 +IGJhxZ9rYQ== 27069 +2LnYqQ== 27070 +a3Jl 27071 +IHBvd2llZHppZcSH 27072 +IGNlYXNl 27073 +IHNraW5z 27074 +IHZlZ2dpZXM= 27075 +IG9wcG9zaW5n 27076 +b3BvbHk= 27077 +IEp1Zw== 27078 +IFlvb24= 27079 +IFVuaXQ= 27080 +IDE5ODY= 27081 +IGtvbnM= 27082 +IGRpYWdub3N0aWM= 27083 +IGVtcG93ZXJlZA== 27084 +IHRobw== 27085 +IGNlbg== 27086 +w6lyYXRpb24= 27087 +INGX 27088 +IHBoeXNpYw== 27089 +IFByYWN0aWNl 27090 +IFNvdXRoZWFzdA== 27091 +IEVzcGE= 27092 +IEdlb3I= 27093 +cm9wb3J0aW9u 27094 +IHNwZWNz 27095 +IGFkYXB0aXZl 27096 +IFVuaXR5 27097 +IFdvcmtz 27098 +dWdlbg== 27099 +IE1vbnRhbmE= 27100 +VGhhbmtz 27101 +IHdoaXBwZWQ= 27102 +IGR1bmdlb24= 27103 +IHZpdGFtaW5z 27104 +U1A= 27105 +IHNjYW5kYWw= 27106 +IGRpbmVybw== 27107 +b3Zh 27108 +IGVtYnJv 27109 +IEVhZ2xl 27110 +IHRoZW9sb2d5 27111 +IFZhbmVzc2E= 27112 +IEFJRFM= 27113 +65Cc 27114 +IGZyZWVs 27115 +IEFsemhlaW1lcg== 27116 +IMWa 27117 +SGVy 27118 +IHRvcm5hZG8= 27119 +YWdlbnM= 27120 +IOyeiOyWtOyEnA== 27121 +IFRyYW5zZm9ybQ== 27122 +IHByb2Nlc3Nv 27123 +IG1pbGxpc2U= 27124 +IHByb2Zlc3Npb25hbGx5 27125 +IG1lbWI= 27126 +b2NhdGlvbg== 27127 +IHN0eWxpbmc= 27128 +INC+0LHRj9C3 27129 +IE9wZXJhdGlvbg== 27130 +IHd5Z2w= 27131 +IFJhbg== 27132 +IEtpbg== 27133 +4buxYw== 27134 +IEJBUg== 27135 +IHBhcGVyd29yaw== 27136 +IHR1bGU= 27137 +IHF1ZXJpYQ== 27138 +IGNvbXBseQ== 27139 +IEhhaXI= 27140 +15nXmw== 27141 +INC/0YDQvtGB0YI= 27142 +IG11dGF0aW9u 27143 +IHJlcHLDqXM= 27144 +IG9jdG9wdXM= 27145 +IGltcG9ydGFudGVz 27146 +IGRlc2VydmVk 27147 +ZXRy 27148 +IGRpc2FzdGVycw== 27149 +bMSxbmRh 27150 +aXF1w6k= 27151 +IERlc2hhbGI= 27152 +c29v 27153 +b3NzaXA= 27154 +IHJlbGlldmVk 27155 +IENvbGxpbnM= 27156 +IHdhdGVycHJvb2Y= 27157 +IFl1aw== 27158 +IGNvcHlpbmc= 27159 +IGLDvHTDvG4= 27160 +IEhldXRl 27161 +IEVudHJl 27162 +IHJlc2lkdWFs 27163 +IGNvbG9uaWVz 27164 +IMOpbm9ybQ== 27165 +IEVyaW4= 27166 +IHN0YW4= 27167 +IHRyZW1lbmRvdXNseQ== 27168 +IGNhcHR1cmVz 27169 +IFNhaQ== 27170 +w6JjZQ== 27171 +IG1pYcWC 27172 +IDg3 27173 +IGxvZ2dpbmc= 27174 +IGluc2VydGVk 27175 +IGluaGVyZW50bHk= 27176 +7J2R 27177 +bGF2ZQ== 27178 +0L3QuNGH 27179 +IGZlbW1lcw== 27180 +IGTDqXA= 27181 +dWtz 27182 +YWNpYQ== 27183 +IFdhZGU= 27184 +IGppag== 27185 +IFZpbmNlbnQ= 27186 +IEljZWxhbmQ= 27187 +aGVt 27188 +IGFwb2xvZ3k= 27189 +IFBlZw== 27190 +IGdsdWVk 27191 +IGNvbXBhbmlvbnM= 27192 +IExpdmVy 27193 +IGNyaXRpY2l6ZWQ= 27194 +bGVhZGluZw== 27195 +IHPDpGdh 27196 +IHNxdWlk 27197 +IG5hcnJhdGl2ZXM= 27198 +IHRha2E= 27199 +bmV6 27200 +d2VpdA== 27201 +IHRyaXBvZA== 27202 +IGV4cGxpYw== 27203 +IHNwaW5hbA== 27204 +IGFwcHJveGltYXRpb24= 27205 +IHBhZ2Fy 27206 +IENhbHZpbg== 27207 +INCy0LXQtNGM 27208 +IGxhYw== 27209 +IHByb2FjdGl2ZQ== 27210 +IFRyYWlu 27211 +b3Jm 27212 +IHN0ZW4= 27213 +IGdyYXBlcw== 27214 +IG1ldXM= 27215 +IGF1dG9tYXQ= 27216 +IGJpYXNlZA== 27217 +IGNoYcOubmU= 27218 +Y29hbA== 27219 +IHJlbmNvbnQ= 27220 +IEt1bQ== 27221 +IGZlc3RpdmFscw== 27222 +IHN0YXJ0dXBz 27223 +IGFrYQ== 27224 +IGN5bGluZA== 27225 +c25h 27226 +Q1JJ 27227 +IHJlc3VsdGFkbw== 27228 +IG1pbGVzdG9uZQ== 27229 +IM+F 27230 +IHRlbGVwb3J0 27231 +enljaA== 27232 +NjI= 27233 +IEZlYXI= 27234 +IG51Y2xldXM= 27235 +IHNoaW5lcw== 27236 +aG92 27237 +IFBhcnRuZXJz 27238 +IEthcw== 27239 +IG5hZGll 27240 +IGFsZXJ0cw== 27241 +IEJJTEw= 27242 +c3Ryb25n 27243 +IE5hdGU= 27244 +IERlbm1hcms= 27245 +IENhdg== 27246 +T1NU 27247 +aMOkbHQ= 27248 +IOyVhOuLjA== 27249 +YW55b24= 27250 +IGVuY291cmFnZXM= 27251 +INC/0L7RgdGC0LDQsg== 27252 +IEh1YW5n 27253 +U1RB 27254 +IHBhaW50cw== 27255 +IHNjaGVkdWxlcw== 27256 +IGNoZWF0ZWQ= 27257 +IGFwcHJveA== 27258 +IO+3 27259 +IMK7Lg== 27260 +IHNtaWxlcw== 27261 +aXN1cmU= 27262 +IG5lcmVk 27263 +YXJkZW4= 27264 +IGN1cnQ= 27265 +IOuM 27266 +IFJvdGg= 27267 +IHB1aXNxdWU= 27268 +IEdFVA== 27269 +IFZlZ2V0 27270 +IHByb2R1eg== 27271 +IEJlbGdpdW0= 27272 +IENhbXB1cw== 27273 +16jXmded 27274 +aWN1dA== 27275 +INGB0L3QuNC8 27276 +IHLDqXVzcw== 27277 +IHNsaXBwZXJ5 27278 +IEV3 27279 +xbM= 27280 +IExlZ2VuZHM= 27281 +IFRpZmZhbnk= 27282 +0LDQu9C40Lc= 27283 +INC/0LXRgNC10LI= 27284 +INC+0LPRgNC+0Lw= 27285 +IGNyb3M= 27286 +IENF 27287 +QnU= 27288 +IGVuc3VyZXM= 27289 +IGdyYW5kY2hpbGRyZW4= 27290 +IGFjdWVyZG8= 27291 +IHByaXNvbmVy 27292 +IHRoaXJzdHk= 27293 +YmFuZQ== 27294 +IOu5oA== 27295 +IMO6bHRpbWE= 27296 +IExhdW5jaA== 27297 +bml0eQ== 27298 +IGNvbWJ1c3Rpb24= 27299 +IHVuaWNvcm4= 27300 +IGZhbWlsbGU= 27301 +IGxvd2VyaW5n 27302 +IFlpbmc= 27303 +YnVpbGRpbmc= 27304 +IGR1bw== 27305 +IE3DqXhpY28= 27306 +YXN0aWFu 27307 +IOuoueydhA== 27308 +IFJhbHBo 27309 +IHJld3JpdGU= 27310 +IGdsYW0= 27311 +aWZpcXVl 27312 +RXI= 27313 +IFJ1bm5pbmc= 27314 +0L7QvdC+0LI= 27315 +IG1lYW5pbmdz 27316 +IGNoZXd5 27317 +IExlc2xpZQ== 27318 +IGZpbmVzdA== 27319 +IGhhaGFoYQ== 27320 +IFNURVA= 27321 +IGxvbmVsaW5lc3M= 27322 +cmlhbnM= 27323 +IHF1ZXN0aW9uZWQ= 27324 +IGVzcXVl 27325 +IHNpbmtpbmc= 27326 +IHBlc28= 27327 +IFdyb25n 27328 +YXNtaW5l 27329 +IGRlZmluaXRpdmU= 27330 +IGJ1eXM= 27331 +IGNydWM= 27332 +Y29vbA== 27333 +IOugiA== 27334 +IHDDsw== 27335 +IHV0aWxpemVk 27336 +IHdvcnRod2hpbGU= 27337 +IER5bGFu 27338 +RVNF 27339 +IHZlcnRleA== 27340 +dMSx 27341 +IEZpcg== 27342 +IHphdw== 27343 +IEdlZA== 27344 +INCd0LDQvw== 27345 +ZHo= 27346 +IGN1cnNvcg== 27347 +IHN3aXBl 27348 +IGluZXZpdGFibHk= 27349 +IHBvc3RlcnM= 27350 +IGluY2xpbmVk 27351 +IGdyZWV0aW5n 27352 +IGRpc2FwcG9pbnRtZW50 27353 +IHJlbGHDp8Ojbw== 27354 +VFQ= 27355 +IHJhYmI= 27356 +IE1haW5l 27357 +IGFuYWx5emVk 27358 +RkU= 27359 +INCf0L7Quw== 27360 +IFNhbmRyYQ== 27361 +IHBsYWd1ZQ== 27362 +QVJF 27363 +IHbDpHI= 27364 +IFZpdg== 27365 +dW1lZA== 27366 +aGFuZG8= 27367 +aG91ZXR0ZQ== 27368 +IEJhaWxleQ== 27369 +eXNvbg== 27370 +IHNlbXVh 27371 +IGhhcmRjb3Jl 27372 +4oKs 27373 +0ZbQvA== 27374 +w6lyYQ== 27375 +T1RI 27376 +IGZvcmVpZ25lcnM= 27377 +IFBhbGVzdGluaWFu 27378 +IHByb3ByaW8= 27379 +0LDQvdC40Lk= 27380 +IG15dGhz 27381 +V0g= 27382 +IG5pbnRo 27383 +IENyZWF0b3I= 27384 +0LvQvtC8 27385 +IEZsaXA= 27386 +IGVtYW4= 27387 +IGtpxZ8= 27388 +emllaA== 27389 +IEVhcm5lc3Q= 27390 +c3lzdGVt 27391 +luyXkA== 27392 +IGFybWllcw== 27393 +IE91dHNpZGU= 27394 +IGhhcnVz 27395 +0L7QtNCw0YA= 27396 +IHZpc2l0b3I= 27397 +IHN0cmVuZ3RoZW5pbmc= 27398 +IDky 27399 +dmlv 27400 +IOumrA== 27401 +IGdyZWVkeQ== 27402 +IHBvcXVpdG8= 27403 +dWRlcg== 27404 +IEtvcGY= 27405 +IOuLpOydjOyXkA== 27406 +IHNlaXM= 27407 +w6F0aWNv 27408 +IHRydXN0aW5n 27409 +w61w 27410 +IEVtbQ== 27411 +bGVlbg== 27412 +INin2YTZhg== 27413 +IHJlY3J1aXRtZW50 27414 +IEZpbGlw 27415 +INmD2YQ= 27416 +Q2xpbnQ= 27417 +INCy0LXRgQ== 27418 +YXVmdA== 27419 +IGRvbWluYXRl 27420 +IHJlc3Rv 27421 +IGtyYQ== 27422 +w6Fp 27423 +IENhaXQ= 27424 +cm93cw== 27425 +IGNvdW50cnlzaWRl 27426 +IDE5NDU= 27427 +0LDRhtC40Y4= 27428 +INC00Lg= 27429 +IGtlcm5lbA== 27430 +bG92 27431 +IGNhbGN1bGF0aW5n 27432 +2K/Ypw== 27433 +IFdhbHQ= 27434 +IGVtcG93ZXJpbmc= 27435 +IGNoYXNzaXM= 27436 +bGluZWFy 27437 +0LPRgw== 27438 +IG5vdmE= 27439 +IHV5 27440 +IDY5 27441 +IGVuY29tcGFzcw== 27442 +dHJs 27443 +IGNvbXB1dGF0aW9uYWw= 27444 +IHdvcm1z 27445 +IG5oaeG7gXU= 27446 +IGFzdHJvbmF1dHM= 27447 +IHZlcw== 27448 +IHN5dHU= 27449 +IGRlbWFuZGVk 27450 +IGNz 27451 +IE1vbA== 27452 +IGA= 27453 +IGNoYW50 27454 +IHRoZXJlYnk= 27455 +IHBlbmlz 27456 +IGVtb2M= 27457 +d3lu 27458 +0YPQttC1 27459 +IHRyZWFk 27460 +w7NsZQ== 27461 +IGRlZXBlc3Q= 27462 +IG1hY2hl 27463 +IFZlbnQ= 27464 +IEFtc3RlcmRhbQ== 27465 +IHJlYmVs 27466 +IDYx 27467 +INCy0LrRg9GB 27468 +dWZmcw== 27469 +IGRvxJ9ydQ== 27470 +IE5hcG9sZQ== 27471 +zq7Pgw== 27472 +IHdvcmtvdXRz 27473 +IEdsYWQ= 27474 +0L3QtdGB 27475 +IHRlbnNpb25z 27476 +IFNoaWZ0 27477 +IEd1ZXI= 27478 +7YyQ 27479 +IOy5nOq1rA== 27480 +0JY= 27481 +IGltcGxhbnQ= 27482 +w6p1 27483 +6riA 27484 +IGF1dGhvcml6ZWQ= 27485 +Q0VS 27486 +IFJW 27487 +IGhpbA== 27488 +bGV2 27489 +Y2ltZW50bw== 27490 +IFVGTw== 27491 +7IOI 27492 +d29y 27493 +IGRhbmNlcw== 27494 +IFBpeGVs 27495 +IHRyb3R6ZGVt 27496 +IG9idGVu 27497 +IEFsZnJlZA== 27498 +IGNvc3RseQ== 27499 +IFN0YW5sZXk= 27500 +IHRlcnJvcmlzdHM= 27501 +IFdpZA== 27502 +heuLiOuLpA== 27503 +IGxlaWNodA== 27504 +7J207Iqk 27505 +IGRvYnJ6ZQ== 27506 +IGhlc2l0 27507 +IGVyesOkaA== 27508 +IGVpbmlnZQ== 27509 +IGhlYnQ= 27510 +0YHQtQ== 27511 +IHVucHJlZGljdA== 27512 +Q8OzbW8= 27513 +cmVtb3M= 27514 +IFRoYW5rZnVsbHk= 27515 +IHB1cnNl 27516 +Y2hz 27517 +YW5jZXI= 27518 +dWxvcw== 27519 +c3R1ZA== 27520 +IG5ldXJvbG9n 27521 +IEFuY2llbnQ= 27522 +T3V0 27523 +YXdzemU= 27524 +IG9wcG9zZQ== 27525 +IGFudGlib2RpZXM= 27526 +IFNvbWVob3c= 27527 +cm9wb2xpdGFu 27528 +a3Rvcg== 27529 +INGB0YLQvtGA0L7QvdGL 27530 +IHJvY2tldHM= 27531 +IGRpc2FibGU= 27532 +IGNhdGFzdHJvcGg= 27533 +tOye 27534 +IGN5bg== 27535 +INC00YDRg9C30YzRjw== 27536 +IGluc3RydWN0b3Jz 27537 +ZW1hYWw= 27538 +IGV0d2E= 27539 +IHl1YW4= 27540 +IEdyb3VuZA== 27541 +IHByZW1pZXJl 27542 +0YfQuNCy 27543 +IHNhaW50 27544 +eWJh 27545 +IGtvaw== 27546 +IGNvbnRyYWN0b3Jz 27547 +IOqwgQ== 27548 +INeQ15w= 27549 +IGhlYWRsaW5l 27550 +IGNvbXBsZXRhbWVudGU= 27551 +IGluZXhwZW5zaXZl 27552 +IHZpdQ== 27553 +IEdyYW5kZQ== 27554 +IGJsZWVk 27555 +66y8 27556 +IDcz 27557 +IHRvZGF2w61h 27558 +IFJ1c2g= 27559 +IEVsZGVy 27560 +6rCA64qU 27561 +IFJvdQ== 27562 +INC20LXQvdGJ 27563 +IE1pcmE= 27564 +IGRlaW5l 27565 +IGthcm1h 27566 +IHVtbQ== 27567 +IGVudHNjaGU= 27568 +IEhvbG9jYXVzdA== 27569 +IGRpc2NvdmVyaWVz 27570 +YW1lbnRz 27571 +IHJhaXNvbg== 27572 +IGJ1cmdlcnM= 27573 +QmFjaw== 27574 +IGdkeQ== 27575 +IEFH 27576 +IERhdw== 27577 +7JWg 27578 +aGVhZGVk 27579 +IENsYXI= 27580 +SW5zdA== 27581 +IExpZXV0ZW5hbnQ= 27582 +IEFmRA== 27583 +IENlcw== 27584 +IHBlcnNvbmFsaXplZA== 27585 +IGludGVyZmFjZXM= 27586 +4LiI4Liw 27587 +INGA0LXQtg== 27588 +IHN1aWM= 27589 +IHN0YXJ2aW5n 27590 +IG94aWRl 27591 +IGRlY29yYXRlZA== 27592 +IERV 27593 +IOyYiOyBmA== 27594 +IHF1bw== 27595 +IGRpc3RvcnRpb24= 27596 +IOuoueyWtOs= 27597 +IHN0YWtlcw== 27598 +IHN5bnRheA== 27599 +IGJp4bq/dA== 27600 +dGh5 27601 +aWNpZQ== 27602 +IGJyYXNpbGU= 27603 +aXNpcw== 27604 +UkM= 27605 +IHNob29r 27606 +IGRlcHRocw== 27607 +IENvc3Rh 27608 +IHZvY2Fscw== 27609 +IGNvYXN0ZXI= 27610 +IGZhbG91 27611 +ZXR0bGU= 27612 +IGtlbm5lbg== 27613 +IGRlcml2ZQ== 27614 +IGFpZHM= 27615 +INCd0LjQug== 27616 +IGVudHdpYw== 27617 +IHZlcnRpY2FsbHk= 27618 +IM0= 27619 +IFNVVg== 27620 +IGZpcmV3b3Jrcw== 27621 +IHNwZWNpZmljcw== 27622 +IGluc2lzdGVk 27623 +IGRlc2hhbGI= 27624 +IEdvbno= 27625 +bG92ZQ== 27626 +IE1pbGl0YXJ5 27627 +IFBpZXJyZQ== 27628 +IOKI 27629 +IFdob3Nl 27630 +IHBlcmZ1bWU= 27631 +IM+AzrU= 27632 +IGxvd2VyZWQ= 27633 +IGNyb3NzZXM= 27634 +IHRyYW5zbGF0ZXM= 27635 +IGFycmliYQ== 27636 +w61kbw== 27637 +IExldg== 27638 +IENpYW8= 27639 +IHNjaG9sYXJzaGlwcw== 27640 +IGdlc3R1cmVz 27641 +INGA0LXQt9GD0LvRjNGC0LDRgg== 27642 +IHF1ZXN0w6Nv 27643 +IENvbG9uZWw= 27644 +IEJvdHQ= 27645 +2LHZgQ== 27646 +TklORw== 27647 +IFdhdGNoaW5n 27648 +IFB1cnBsZQ== 27649 +0YHRgtGA0LDQvQ== 27650 +IGV4ZWN1dGl2ZXM= 27651 +IEtyaXM= 27652 +b3JuZXlz 27653 +0LXQvdC90YvQuQ== 27654 +IGNvYXRlZA== 27655 +xKk= 27656 +IHBhcmtlZA== 27657 +INGB0LLQtdGC 27658 +ISEhISE= 27659 +IEZsb3lk 27660 +xLFzxLE= 27661 +emnEhw== 27662 +IG1vdGl2YXRl 27663 +IEVsb24= 27664 +bGVhbg== 27665 +hpM= 27666 +IGlw 27667 +IG5pxbw= 27668 +IEV4cGVyaWVuY2U= 27669 +IFRpbmE= 27670 +IEtvbGxlZ2U= 27671 +IEFtYmFzc2Fkb3I= 27672 +aW55YQ== 27673 +IHRoZWZ0 27674 +IGhldXJlcw== 27675 +IE15c3Q= 27676 +IG1haXNvbg== 27677 +bGVi 27678 +IGJvd2xz 27679 +IELDvHJnZXI= 27680 +IFJvb3NldmVsdA== 27681 +UlA= 27682 +6rCA7JqU 27683 +IERlbGljaW91cw== 27684 +ZXJkaW5ncw== 27685 +IEFzc29jaWF0ZQ== 27686 +b3Vzc2U= 27687 +IENvcnQ= 27688 +IFJlcGVhdA== 27689 +IEdsb3J5 27690 +IGNvbnRhZw== 27691 +4LmA4Lil 27692 +IFBhcmFk 27693 +IEtlcnJ5 27694 +IOq/ 27695 +IFdhdmU= 27696 +IGdhdGV3YXk= 27697 +IeOAjQ== 27698 +IHRyYW5zY2VuZA== 27699 +IGRhbWFnZXM= 27700 +IHRhaWxz 27701 +IGdyYXZpdGF0aW9uYWw= 27702 +IFNoaWVsZA== 27703 +IHByaW1pdGl2ZQ== 27704 +IGNhcnJpZXJz 27705 +IEh1YXdlaQ== 27706 +2YLYrw== 27707 +IGZlbGl6 27708 +IE1pYQ== 27709 +INC/0YDRj9C80L4= 27710 +INC/0YDQvtC40YHRhdC+0LTQuNGC 27711 +IE11cnBoeQ== 27712 +IEFjdGl2 27713 +IGRpc2NvbWZvcnQ= 27714 +15HXlA== 27715 +IEtlbGw= 27716 +IENlbnR1cnk= 27717 +IHNwYWdoZXR0aQ== 27718 +IER1cmNo 27719 +IGNpZXJ0bw== 27720 +IEVtcHJlc3M= 27721 +IGd1dHM= 27722 +bmVn 27723 +INC00L7RgdGC0LDRgtC+0YfQvdC+ 27724 +IHZvbHVudGFyeQ== 27725 +IHNxdWlycmVs 27726 +IE1heg== 27727 +tOyLrA== 27728 +INCy0Lg= 27729 +INGC0LDQutC40YU= 27730 +IFNoYXJvbg== 27731 +IGVudGh1c2lhc3RpYw== 27732 +aXJlbWVudA== 27733 +IO2emOuTpA== 27734 +IHBvdHJ6ZQ== 27735 +IGluaXRpYXRlZA== 27736 +IMWbcm9k 27737 +IOydtOumhA== 27738 +IHJlbWFrZQ== 27739 +IGN1bG1pbg== 27740 +IGNvbmZ1c2U= 27741 +bWl5b3I= 27742 +dXJhcg== 27743 +Q1RPUg== 27744 +IGJ1bm55 27745 +ZWxw 27746 +IHZhbXBpcmU= 27747 +IGlsbHVtaW4= 27748 +IEhlbmQ= 27749 +INC60LDRh9C1 27750 +IFNhbHY= 27751 +INC60LDQvdCw0Ls= 27752 +IHBvcnRh 27753 +IGFzc2hvbGU= 27754 +IHN1cHBvcnRlcg== 27755 +IHNrZXB0aWNhbA== 27756 +IGtuZWFk 27757 +IOyYrA== 27758 +ZXph 27759 +IHF1w6o= 27760 +IERI 27761 +IHJvZHo= 27762 +b3duZXJz 27763 +IHBsb3Rz 27764 +IGRlbGF5cw== 27765 +IGJlbG9uZ2Vk 27766 +IGFoaA== 27767 +IGNhcnZlZA== 27768 +IHJpc2Vu 27769 +IG9yZGVu 27770 +cGhvbnk= 27771 +aXNzeQ== 27772 +ISEhISEhISE= 27773 +IG9sZHXEn3VudQ== 27774 +IHJvc2Vz 27775 +IGludHJpbnM= 27776 +IEFuZ3N0 27777 +IGZpbmFsZW1lbnQ= 27778 +7Ked 27779 +U09VTkQ= 27780 +IGluZHVs 27781 +sIw= 27782 +INeV15Q= 27783 +Y2h5 27784 +0LDQutGB0LjQvA== 27785 +IG5nZ2Fr 27786 +IGxpeg== 27787 +IGVsZWN0b3JhbA== 27788 +IFNoYXdu 27789 +cmljaWE= 27790 +IGFyc2Vu 27791 +IFBlcA== 27792 +IDIwMzA= 27793 +IHRyb3BoeQ== 27794 +IHNtb290aGVy 27795 +IGVycmU= 27796 +IGNyYXNoZXM= 27797 +IHNjaG5l 27798 +IGFzaQ== 27799 +IE1hw58= 27800 +0YPQu9C4 27801 +0YfQtdGB0LrQuA== 27802 +aWV2ZXM= 27803 +UkVBTQ== 27804 +IHN0aXJyaW5n 27805 +dXN0YQ== 27806 +IGludmVy 27807 +c2lnaHQ= 27808 +b3JkdQ== 27809 +b29y 27810 +IMSDbg== 27811 +IHBlcm1pdHRlZA== 27812 +0YDRjA== 27813 +IGNoYWxr 27814 +IHRhdHRvb3M= 27815 +IFJlbGF0aW9ucw== 27816 +IEhveQ== 27817 +a3NhbQ== 27818 +IGRlbnRpc3Q= 27819 +IOuvuOq1rQ== 27820 +IHNvZmE= 27821 +INGU 27822 +IGZvcm1l 27823 +2YLYqQ== 27824 +IOuyoA== 27825 +IGVtYnJhY2Vk 27826 +bWls 27827 +IHN1bmdsYXNzZXM= 27828 +IOqwlA== 27829 +IHNlYW1sZXNz 27830 +IGJlZXA= 27831 +w6RjaHN0 27832 +IHN3ZWV0cw== 27833 +IHNlbWFpbmU= 27834 +IGlycmVsZXZhbnQ= 27835 +IGRlc2Vudm9s 27836 +z4HPiQ== 27837 +INC/0YDQvtC40LfQstC+0LQ= 27838 +YW5ncw== 27839 +IGFyb21h 27840 +IHBvb2xz 27841 +IGdp4bud 27842 +IFVn 27843 +IGNsaW1iZWQ= 27844 +IHRyZW5kaW5n 27845 +IHNlcGVydGk= 27846 +IEJhcnI= 27847 +IHDFgg== 27848 +IE9yaWdpbmFsbHk= 27849 +INqv 27850 +dXR0bw== 27851 +irjr 27852 +INC60L7RgtC+0YDRi9GF 27853 +INC30LDRhQ== 27854 +IGVpZ2VuZW4= 27855 +IG11cmRlcmVy 27856 +ZXJuYW1l 27857 +xZ4= 27858 +IGFubm91bmNpbmc= 27859 +IFBsYXRmb3Jt 27860 +IGV4cGxhbmF0aW9ucw== 27861 +IHByZXNlbnRl 27862 +IE5hc8SxbA== 27863 +IG9ycGhhbg== 27864 +IEZvcnRuaXRl 27865 +cm9zcGVjdA== 27866 +ZXJlZGl0aA== 27867 +IOyXhuyWtA== 27868 +IE5JSA== 27869 +d2FnZW4= 27870 +IHJlbWVk 27871 +p4Dr 27872 +bW9udA== 27873 +IEplZmZyZXk= 27874 +cHJvbQ== 27875 +IGbDvG5m 27876 +INC90LDQt9Cw0LQ= 27877 +IGN1Y3VtYmVy 27878 +IFN1bW1pdA== 27879 +p6Q= 27880 +0J3QkNCv 27881 +IEpldA== 27882 +IGNhbWJpbw== 27883 +0YPQudGC0LU= 27884 +IGN1Ymlj 27885 +IGRpc3Byb3BvcnRpb24= 27886 +ZXJleg== 27887 +IG1hZG5lc3M= 27888 +IHRpbnQ= 27889 +IGZ1ZXJvbg== 27890 +IGt5 27891 +IGJpcGFydA== 27892 +U2Ft 27893 +IOu9 27894 +IHJpdg== 27895 +IFRhbms= 27896 +IOuGkw== 27897 +IHJlbmRlcmVk 27898 +xZtsxJk= 27899 +Y29uZHM= 27900 +IGRpc3J1cHRpb24= 27901 +IGluY29udmVu 27902 +IHF1aXNlcg== 27903 +IGRlbmlhbA== 27904 +IGdhbGF4aWVz 27905 +IHNvdmVyZWlnbg== 27906 +IHBvbHNr 27907 +z4HPjg== 27908 +IG1leA== 27909 +IGNhcmFjdGVy 27910 +IExlZ28= 27911 +YW5kZW4= 27912 +Lici 27913 +IO2UjOs= 27914 +IGNvbXByZXNzb3I= 27915 +IE1vdmll 27916 +IGFwcGxpY2FudHM= 27917 +emllaGVu 27918 +IHZlZ2V0YXRpb24= 27919 +IGJlbGxl 27920 +IEdPT0Q= 27921 +IEJhdQ== 27922 +IHJlc2VudA== 27923 +c2V4 27924 +YW1lbnRvcw== 27925 +INeU15bXlA== 27926 +IG92ZXJsb2Fk 27927 +IHNpbGljb25l 27928 +0LXRgdGC0L3Qvg== 27929 +IGRlbmtlbg== 27930 +IGRlZmluaXQ= 27931 +IFdhc24= 27932 +IGFsdGVyZWQ= 27933 +IFNvbw== 27934 +IFdpbmc= 27935 +aW5kcmU= 27936 +IE5QQw== 27937 +z4HOrQ== 27938 +IFR3ZW50eQ== 27939 +IExpZWJl 27940 +IGhvbWVsZXNzbmVzcw== 27941 +b3VsZGVy 27942 +INCY0YLQsNC6 27943 +0YHQutCw0Y8= 27944 +IGN1YXRybw== 27945 +IEhhcnZleQ== 27946 +IHBoaWxhbg== 27947 +IEJlZXQ= 27948 +IHBvbGljaW5n 27949 +IEFsZXhhbmQ= 27950 +INC80L7Qu9C+0LQ= 27951 +IG3DvHM= 27952 +IGhpem8= 27953 +67O064uk 27954 +INC/0L7Qt9Cy0L7Quw== 27955 +INC/0YvRgg== 27956 +0L7Rh9C10LzRgw== 27957 +IO2DnA== 27958 +IGNyeXB0b2N1cnJlbmN5 27959 +IGxvcm8= 27960 +IHN1bW1hdGlvbg== 27961 +IGJha2FsxLFt 27962 +IG5ldXJvcw== 27963 +2KU= 27964 +INC80L7QttC10Lw= 27965 +IMO8c3Q= 27966 +IHByZWxpbWluYXJ5 27967 +IGhvcm5z 27968 +IFRJ 27969 +2YPZhA== 27970 +WU8= 27971 +IGhpbmdl 27972 +IHJlcGFpcnM= 27973 +IGJvbmRpbmc= 27974 +IGJpemU= 27975 +INGI0YI= 27976 +IG1vdGl2ZQ== 27977 +IE5pZ2VyaWE= 27978 +MTIw 27979 +YmxvY2s= 27980 +IGF2aWF0aW9u 27981 +IEtvbW11bg== 27982 +INC+0LrQsNC3 27983 +IHRlbmhh 27984 +IGVkdWNhdGluZw== 27985 +IHN0YWF0 27986 +INGB0LrQvtC70YzQutC+ 27987 +IGZyaWdodGVuZWQ= 27988 +IHNlZWtz 27989 +0YDRg9GI 27990 +cXVlbnQ= 27991 +IE5vdQ== 27992 +IHByYXQ= 27993 +IFNob3Q= 27994 +V29yaw== 27995 +a2FyYW5n 27996 +IExpZ2h0bmluZw== 27997 +bm9sZHM= 27998 +cm9sbGVk 27999 +Z2xhc3M= 28000 +IGNyZWRpYmlsaXR5 28001 +SVRZ 28002 +IGF0bW9zcGhlcmlj 28003 +IGhhdmlh 28004 +w6RuZGVybg== 28005 +Y2hlZXJz 28006 +VGhlc2U= 28007 +IENlbGw= 28008 +IG1hZ25lcw== 28009 +IEJyYXZv 28010 +c2Vhc29u 28011 +IMWfZXlsZXI= 28012 +8J+O 28013 +d2hpdGU= 28014 +IE1C 28015 +IHN0YWNrZWQ= 28016 +IDc0 28017 +INC00LDQstCw0Lk= 28018 +IHBhdmU= 28019 +INC+0YU= 28020 +IGRhdGFzZXQ= 28021 +IHJldG91cg== 28022 +IG1hdHVyaXR5 28023 +IHF1YXNl 28024 +IDkz 28025 +IFN5bQ== 28026 +IGJyaWVmaW5n 28027 +IGN1bHR1cmFsbHk= 28028 +IOy3qA== 28029 +aW5oYXM= 28030 +IG1hZGFt 28031 +IGFqdWRhcg== 28032 +IFRpYmV0 28033 +IGxlYWtz 28034 +Y2lsZQ== 28035 +IHRoZWF0ZXJz 28036 +7Jio 28037 +NzI= 28038 +IFdhc2g= 28039 +IFF1YWxpdHk= 28040 +IEl2YW4= 28041 +IEJlbnQ= 28042 +aWdhdG9y 28043 +IEdlc2NoaWNodGU= 28044 +IHJlYWN0aXZl 28045 +IDE5MDA= 28046 +IGNvbnRyYWRpY3Q= 28047 +IHppZW1saWNo 28048 +IGNvaG9ydA== 28049 +4bun 28050 +IHBlc3RpYw== 28051 +IG9yYXo= 28052 +IHRlbGxlbWVudA== 28053 +6b4= 28054 +IE5vd2FkYXlz 28055 +Y3Jldw== 28056 +U3RldmU= 28057 +IGZpY3Rpb25hbA== 28058 +IGlsaw== 28059 +IGdhc29saW5l 28060 +emFt 28061 +IHBhbmNha2U= 28062 +w6huY2lh 28063 +IG11aXRvcw== 28064 +IGJ1cnk= 28065 +IGtvcA== 28066 +IElR 28067 +IHJlc2VydmF0aW9u 28068 +IFVwZGF0ZQ== 28069 +IGplag== 28070 +IEV5ZXM= 28071 +IHZpdmU= 28072 +IGNoY2U= 28073 +IEluaQ== 28074 +cmVzcG9ucw== 28075 +IHJlZmxlY3RpdmU= 28076 +IFdhbg== 28077 +0ZbQtw== 28078 +IGVuY2E= 28079 +IGVtYm9k 28080 +IEJ1cmdlcg== 28081 +IGFjYWRlbWlh 28082 +IENpcmM= 28083 +INC/0YDQtdC6 28084 +IGFubGFt 28085 +IHBoaWxhbnRocm9w 28086 +IEJhxZ8= 28087 +IEF1ZGk= 28088 +IHZvc3Q= 28089 +IHJlcGVy 28090 +UGV0ZXI= 28091 +IGNvbnNvbGVz 28092 +IHNjcnV0 28093 +IFR1cm5lcg== 28094 +INCx0YvQsg== 28095 +SUlJ 28096 +IEZsaWdodA== 28097 +4LiW 28098 +IFJhdmVu 28099 +IGNvcnJvcw== 28100 +ZmVybg== 28101 +IHByb3Zh 28102 +IFNldg== 28103 +IHJlY2lwcm8= 28104 +IDE5ODU= 28105 +IG51ZXZh 28106 +IGRhYg== 28107 +44CB44CM 28108 +IG1leg== 28109 +IFN0YXJr 28110 +cHBpbmdz 28111 +0L7RgdGC0Lg= 28112 +7Kad 28113 +IGZyYW1pbmc= 28114 +INCg0LDQtw== 28115 +IHBvc3Rw 28116 +IFNoYW5ub24= 28117 +INC60YPRgA== 28118 +IGpha2J5 28119 +aWVubmVudA== 28120 +IE1hcHM= 28121 +IFJldmVsYXRpb24= 28122 +INGB0YLQsNC7 28123 +7Jq0642w 28124 +IGRldmFudA== 28125 +IEdpdmluZw== 28126 +IFdBUw== 28127 +INC60L7Qs9C+ 28128 +IHJlbWE= 28129 +IFJD 28130 +bsOt 28131 +IHNsaXBwZWQ= 28132 +IFJhbXM= 28133 +IHdlZXQ= 28134 +IG1hc2N1bGluZQ== 28135 +IEVj 28136 +IHJlb3A= 28137 +IFBsYW50 28138 +IE1BWQ== 28139 +IHNwaWtlcw== 28140 +IG5venpsZQ== 28141 +IFdpa2lwZWRpYQ== 28142 +IENvaA== 28143 +SVNTQQ== 28144 +Y2hsb3NzZW4= 28145 +7KeA66W8 28146 +IOuvuOs= 28147 +IE5lZGVy 28148 +Sm9zaA== 28149 +INCg0L7RgdGB0LjQuA== 28150 +IDE5ODc= 28151 +IFRoZW9yeQ== 28152 +ZWtr 28153 +IHV0YW4= 28154 +INC00L7QvNCw 28155 +Y2h1 28156 +INGB0LE= 28157 +IGFwcm92ZQ== 28158 +VkVO 28159 +dWVwcmludA== 28160 +IDg0 28161 +Q29y 28162 +IHJpY2hlcg== 28163 +IHNhbmR3aWNoZXM= 28164 +YXRzdQ== 28165 +0YjQuNGF 28166 +IGxhdHQ= 28167 +fn5+fg== 28168 +ZnJpZW5kcw== 28169 +IGRlcm5pw6hyZQ== 28170 +IHN0ZXJlbw== 28171 +INGN0LrRgdC/ 28172 +IHByb3RlY3Rpb25z 28173 +IGhhdXQ= 28174 +RXZlcnlvbmU= 28175 +IGVudGVycHJpc2Vz 28176 +IE1vc3RseQ== 28177 +IFNwb3RpZnk= 28178 +IFNleA== 28179 +IHVuZw== 28180 +jOulvA== 28181 +IGFjdGl2aXNt 28182 +Y3RpY2E= 28183 +b3JpZ2luYWw= 28184 +INC/0YDQvtCz0YDQsNC8 28185 +IGJyb2Njb2xp 28186 +4KY= 28187 +0L7Qs9GA0LDRhA== 28188 +IHNla2FyYW5n 28189 +IGNyYWZ0aW5n 28190 +INCx0LDQvQ== 28191 +IFJheg== 28192 +IG5haXZl 28193 +IHNjcm9sbGluZw== 28194 +IG51bWVyaWNhbA== 28195 +IHNjaGVkdWxpbmc= 28196 +IGFwYXJ0bWVudHM= 28197 +540= 28198 +IHN0cmV0Y2hlcw== 28199 +YWNleQ== 28200 +IEhFUg== 28201 +IHppbmM= 28202 +IGRhcm4= 28203 +IGPDqWw= 28204 +IHdhcmRyb2Jl 28205 +IHJlZGlyZWN0 28206 +IGp1bQ== 28207 +IFN0cmFuZ2U= 28208 +IG7DoG8= 28209 +IGV4cGVyaW1lbnRpbmc= 28210 +w6lyw6k= 28211 +IHZvdWxleg== 28212 +IGdlYmU= 28213 +IEthbm4= 28214 +IMSR4buZ 28215 +IE1heGlt 28216 +IEvDtm4= 28217 +IEdsYXM= 28218 +IHBvbGlzaGVk 28219 +IG51bWE= 28220 +SWNo 28221 +IHJpdHVhbHM= 28222 +IFNJ 28223 +0LjRgtC10LvQuA== 28224 +IGluZmlsdA== 28225 +IHNjYXJm 28226 +b3BoeQ== 28227 +IHlpbmU= 28228 +IGNpdmlj 28229 +IE1lbmc= 28230 +w6RuZ2U= 28231 +1aU= 28232 +aGlzdG9pcmU= 28233 +IE9rZQ== 28234 +IOyYhg== 28235 +IHNvbGx0ZW4= 28236 +IDgy 28237 +IHByZXNjcmliZWQ= 28238 +IER1YmFp 28239 +IEVsdGVybg== 28240 +IG5hdGlvbndpZGU= 28241 +IHNrYXRpbmc= 28242 +aWFyeQ== 28243 +IHJld2FyZGVk 28244 +IG1vcmFsaXR5 28245 +IE1hZ2dpZQ== 28246 +IE9oaGg= 28247 +IEZhaHJlbg== 28248 +b2x2ZWQ= 28249 +IGRldXhpw6htZQ== 28250 +dGVjaG4= 28251 +cm9sZQ== 28252 +IGxlaWRlcg== 28253 +IEpBWQ== 28254 +INC40L3RhNC+0YDQvA== 28255 +IGNhZmZl 28256 +cmVpY2hlbg== 28257 +IGthcnQ= 28258 +IEN1dGU= 28259 +ZmZlY3RpdmU= 28260 +IGJ1bGx5 28261 +YWdhcg== 28262 +IGNvbW1vZGl0eQ== 28263 +IG9icmln 28264 +T1VS 28265 +IHVucGxlYXNhbnQ= 28266 +bm94 28267 +SnVs 28268 +b2xpdGg= 28269 +0YLQvtGP0Yk= 28270 +IEJlbGxh 28271 +IGRvbGxz 28272 +IEhvZmY= 28273 +IGFkdmlzb3Jz 28274 +IHRyYW5zZmVycw== 28275 +IEdva3U= 28276 +IDEyMDA= 28277 +aW5ob3M= 28278 +UGFs 28279 +IOuYkQ== 28280 +IHJlcHQ= 28281 +IGFjY29tcGxpc2htZW50 28282 +IHdlYXZl 28283 +IG92ZXJzaWdodA== 28284 +IHVuaGVhbHRoeQ== 28285 +IGZpbHQ= 28286 +IHB1ZGRpbmc= 28287 +IE1pZ3VlbA== 28288 +IGNodWNrbGVz 28289 +dmVyc2lvbg== 28290 +IGNvbmZlc3Npb24= 28291 +dmFsdWU= 28292 +IHRyaXVtcGg= 28293 +IHNhaXI= 28294 +IOuFuA== 28295 +IGFydGU= 28296 +IE1hdGVyaWFs 28297 +dXRp 28298 +IGxpcXVvcg== 28299 +IEJheWVybg== 28300 +IE1haWw= 28301 +IO2WpQ== 28302 +0YHQutC+0Lw= 28303 +IGNoZWFwZXN0 28304 +INGH0LDRgdGC0Lg= 28305 +IEpvYnM= 28306 +IENhbnlvbg== 28307 +aGFybWE= 28308 +YWxleQ== 28309 +YW5kcm8= 28310 +IGFwcGVhcmFuY2Vz 28311 +cHJvZg== 28312 +INC+0Lc= 28313 +bGFnZW4= 28314 +IC8v 28315 +INC70LjRiNGM 28316 +IHJlY292ZXJpbmc= 28317 +0LTQtg== 28318 +cHN5 28319 +IHN3aWZ0 28320 +IFNwaW4= 28321 +IHNlaW5lbQ== 28322 +IGRvbHBo 28323 +ZsO8aHI= 28324 +w6J0 28325 +IGFsdGlqZA== 28326 +IE1hcnR5 28327 +IEhvY2g= 28328 +IHByZWRhdG9ycw== 28329 +IHZvcmhlcg== 28330 +INCU0LDQstCw0Lk= 28331 +IGZyYWdtZW50cw== 28332 +IHBhc3RyeQ== 28333 +IGNvbW1lbg== 28334 +IFNhbmE= 28335 +IOqxtOuNsA== 28336 +dXNzZW4= 28337 +IHRlbGE= 28338 +IE5pbmE= 28339 +bGVr 28340 +IGNyaWVz 28341 +IHRoaWdocw== 28342 +IEZsZXg= 28343 +IEJ1eno= 28344 +44Q= 28345 +VXM= 28346 +IHBhc28= 28347 +IGRlY2xpbmVk 28348 +IE55 28349 +YmFsYW5jZQ== 28350 +IG1hc2E= 28351 +IGpvcw== 28352 +INCh0L/QsNGB0LjQsdC+ 28353 +YWNodQ== 28354 +bG91ZA== 28355 +IHBlbmE= 28356 +IFdhbGQ= 28357 +IGVsaW1pbmF0aW9u 28358 +INCy0LXRgdGM 28359 +b3JhZ2U= 28360 +IG1pc3VuZGVyc3RhbmRpbmc= 28361 +IGVuZG9yc2U= 28362 +IG9nw7NsZQ== 28363 +IGdyZWVk 28364 +IGtsZWlu 28365 +15zXlA== 28366 +UkVZ 28367 +IEVhdGluZw== 28368 +IHNlbWluYXI= 28369 +IEJpcnRoZGF5 28370 +IHF1ZWxsZQ== 28371 +IE11bHRp 28372 +IHRpcmFy 28373 +IHBlcmNo 28374 +IGxhdm9y 28375 +IEppYQ== 28376 +IG11dGF0aW9ucw== 28377 +IGNpZ2FyZXR0ZXM= 28378 +2YjYrA== 28379 +IGNvdXNpbnM= 28380 +IGNhcHN1bGU= 28381 +IGhvcnJpZmlj 28382 +IHN0dXI= 28383 +IHplaWd0 28384 +bnV0cw== 28385 +IG1lYW53aGlsZQ== 28386 +IENvbGlu 28387 +IGdvYmllcm5v 28388 +IGd3 28389 +IHVoaA== 28390 +IEpFUg== 28391 +c3BlY2lmaWM= 28392 +IGFsbGVnYXRpb25z 28393 +IOupiw== 28394 +IEVsbGE= 28395 +b29rZWQ= 28396 +IEZpdA== 28397 +YWZmbGU= 28398 +IEFwcsOocw== 28399 +IER1Y2s= 28400 +IGNlbGx1bGFy 28401 +Y8Ozdw== 28402 +INGH0YPQstGB0YLQsg== 28403 +Z2Vub21tZW4= 28404 +7Iqk7Yq4 28405 +IGxhaW4= 28406 +aXNvbA== 28407 +IGhvbGRlcnM= 28408 +IGJvb3N0ZXI= 28409 +IFNhc2hh 28410 +0YvQstCw0LXRgg== 28411 +gbw= 28412 +IHNlcGFyYXRpbmc= 28413 +IHJlaW5mb3JjZW1lbnQ= 28414 +INC+0LTQvdC+0Lk= 28415 +7JeG 28416 +SURF 28417 +IE9wdGlvbg== 28418 +cGhvbg== 28419 +IHBsYWlz 28420 +IENhbWI= 28421 +IO2ZmA== 28422 +IHVuY29tbW9u 28423 +Ijo= 28424 +bWl5b3J1bQ== 28425 +bW9p 28426 +YWNqZQ== 28427 +0LDQttGD 28428 +1bY= 28429 +IGdlbXM= 28430 +w7xsZXI= 28431 +b29scw== 28432 +IGVuenltZXM= 28433 +IGtpZG5hcHBlZA== 28434 +IGtldGNodXA= 28435 +dGFsaw== 28436 +IHphY2g= 28437 +IHdhc2hlcg== 28438 +44CC44CC 28439 +IEFyY2hpdGVjdA== 28440 +dmVudWU= 28441 +IFBsYW5uaW5n 28442 +IFNhdmlvcg== 28443 +INCz0YDRg9C/0L8= 28444 +7Yq8 28445 +YXJ5YQ== 28446 +IHByb2Nlc28= 28447 +IGxpbWJz 28448 +IHJlYWxpemVz 28449 +aWFuZGVy 28450 +RlM= 28451 +YWpp 28452 +IHVuaXRl 28453 +IOydmOs= 28454 +IHBvc3PDrXZlbA== 28455 +cmFpdHM= 28456 +IEFncmU= 28457 +24zaqQ== 28458 +7ISc64+E 28459 +INCy0LXQuw== 28460 +INC80LXRgdGP 28461 +YW5vcg== 28462 +UGF0 28463 +IGRlcm5pZXI= 28464 +z4PPhM61 28465 +INC60LDQutCw0Y8= 28466 +IGzDpHNzdA== 28467 +IE1laA== 28468 +IG5naA== 28469 +IGFtYXRldXI= 28470 +RmU= 28471 +IOq2gQ== 28472 +IHNpdHVhY2nDs24= 28473 +IHNlZGFu 28474 +IGNsZWFuc2luZw== 28475 +bGFzdGluZw== 28476 +IGNvbW11bmlzdA== 28477 +QU5F 28478 +IGlycmVndWxhcg== 28479 +IHNvdXQ= 28480 +IENhcm5leQ== 28481 +IGFsbGVtYWFs 28482 +IG11Y2jDrXM= 28483 +IGxpYnJv 28484 +0K3RgtC+ 28485 +INCw0L8= 28486 +IGNvbnRpbnVhdGlvbg== 28487 +IExvcg== 28488 +PyIs 28489 +cXVpbg== 28490 +IGNoYXJhY3Rlcml6ZWQ= 28491 +YWplcw== 28492 +IHNpZ2h0cw== 28493 +INGP0LfRiw== 28494 +IFVoaA== 28495 +YmlydGg= 28496 +ZG9uZw== 28497 +IGhhYmxhbmRv 28498 +IHN5bXB0b20= 28499 +IGNhcGFjaXRvcg== 28500 +IHRyYW5zcG9ydGVk 28501 +IGlnbm9yYW50 28502 +INC90LjQutC+0LPQtNCw 28503 +IGRyaXA= 28504 +IEV2YQ== 28505 +IGFkamVjdA== 28506 +IG1hc3NpdmVseQ== 28507 +IEV0aGk= 28508 +IENpcmNsZQ== 28509 +IHJhaW5mYWxs 28510 +IE1vdXNl 28511 +IHJlZnVuZA== 28512 +IFp3 28513 +YXNzZW1i 28514 +IDIyMA== 28515 +IE9yZA== 28516 +IHZlaW5z 28517 +IEdpYW50 28518 +IG3Do2U= 28519 +IHZhcA== 28520 +IG1pc3Nlcw== 28521 +zr/Phc+C 28522 +TW8= 28523 +IEVudHdpY2s= 28524 +SU5U 28525 +2YbYqg== 28526 +IHRoZW9yZXRpY2FsbHk= 28527 +IHRlYXJpbmc= 28528 +IHRyb3VibGVk 28529 +cHJlbQ== 28530 +IHJlcGV0aXRpdmU= 28531 +IOKW 28532 +IGhlYXZlbmx5 28533 +IEFtYmVy 28534 +INC/0L7Qu9C+0LY= 28535 +IO2VtOyk 28536 +IHZvd2Vs 28537 +YW5raW5n 28538 +IFdpcnRzY2hhZnQ= 28539 +IGlycg== 28540 +IGNvenk= 28541 +IHVuZmFtaWxpYXI= 28542 +IFBvcnM= 28543 +IOunnuyVhA== 28544 +IFRpbW90aHk= 28545 +0YHQvtC70Y7Rgg== 28546 +cGV4 28547 +IFZJUw== 28548 +KSg= 28549 +IHN1cGVyc3Q= 28550 +IGltcHJvdg== 28551 +IEJlbmc= 28552 +IGRpc2Nvbm5lY3RlZA== 28553 +IGFwdA== 28554 +0YDQtdC9 28555 +IEV4dHJh 28556 +INCx0LXQuw== 28557 +c2hvcA== 28558 +ZGluZ3M= 28559 +IENvbm5lY3RpY3V0 28560 +7LCs 28561 +IEdD 28562 +YmVo 28563 +SmVyZW15 28564 +IEJhdHQ= 28565 +YXRoYQ== 28566 +IFp1c2FtbWVu 28567 +c2NyZWFtcw== 28568 +IGdyYXM= 28569 +YWZmdA== 28570 +IEluaXRpYWxseQ== 28571 +IEJyZXR0 28572 +IHNwZWNpZmljYXRpb25z 28573 +IHNlYXdlZWQ= 28574 +IG9hdGg= 28575 +IGZvdW50YWlu 28576 +INC60L7RgtC+0YDQvtC5 28577 +IFN0ZWlu 28578 +IENvcmludGg= 28579 +IGNvbmp1Zw== 28580 +IGNvbXBlbnNhdGU= 28581 +IOuKkOuCjOydtA== 28582 +IG9uemU= 28583 +IHNraW5jYXJl 28584 +QnJpYW4= 28585 +IHNlcnZpcg== 28586 +fX0= 28587 +IFZpaw== 28588 +IHVuaW50 28589 +IHN1cHBsaWVycw== 28590 +IGJhbGNvbnk= 28591 +IGVuZXJnaWE= 28592 +b21ldHJpYw== 28593 +0LfRjw== 28594 +IHNpZ2g= 28595 +IFRPTQ== 28596 +IFB1cmU= 28597 +eXR0 28598 +0YvRgQ== 28599 +IFJhaW5ib3c= 28600 +IFBpdHRz 28601 +15nXng== 28602 +IHN0YXR1ZXM= 28603 +aGVhZHM= 28604 +IGNvdXBsZWQ= 28605 +IGhlcmQ= 28606 +IGV4Y2x1ZGVk 28607 +IGdpbHQ= 28608 +INGO 28609 +IHN3b2pl 28610 +IFN2ZXI= 28611 +NjM= 28612 +aXNzYW50 28613 +IGTDvHJmZW4= 28614 +oIjr 28615 +IGtpc3Npbmc= 28616 +b29m 28617 +IGN1cnNlZA== 28618 +IHNob3dlcnM= 28619 +IHN3aW5naW5n 28620 +IHJlcHJvZHVjZQ== 28621 +IHPDpHR0 28622 +ZWxjb21l 28623 +IGZ1bmRhbWVudGFscw== 28624 +IGFsbW9uZA== 28625 +IHDDqQ== 28626 +IHdlbGxiZWluZw== 28627 +IGh1bnRlcnM= 28628 +U2Vj 28629 +k5zrprQ= 28630 +IGVtaXNzaW9u 28631 +IHBzeWNob2xvZ2lzdA== 28632 +IGJldHJheWVk 28633 +IFJleW5vbGRz 28634 +TEVT 28635 +IHBvbGxpbmc= 28636 +IG5lZ2F0aXZlbHk= 28637 +IGNvbWJpbmVz 28638 +15zXkA== 28639 +0LDRgNCw 28640 +zrvOu86s 28641 +IFR1cm5z 28642 +T1RU 28643 +INeU15k= 28644 +YWlzb24= 28645 +IGFpcmxpbmU= 28646 +IHJlc3RyaWN0aW9u 28647 +d2Fs 28648 +IGF1cmFpdA== 28649 +IExlYmFub24= 28650 +IE1PUg== 28651 +IG1vbmtleXM= 28652 +w6luZXI= 28653 +0ZbRlw== 28654 +IG1vdGhlcmY= 28655 +INmH2LDZhw== 28656 +IGZldQ== 28657 +w7xocmVu 28658 +IGh5Z2llbmU= 28659 +ZW50ZWVu 28660 +RGVz 28661 +IGRpc3NpcA== 28662 +RXN0 28663 +IHNhaW50cw== 28664 +IHBvdGFzc2l1bQ== 28665 +IHJlY2tvbg== 28666 +Q2xpbnR1cw== 28667 +IG1hbmlmZXN0YXRpb24= 28668 +IEFwcHJv 28669 +IEluc3BlY3Q= 28670 +IHZlbnRpbGF0aW9u 28671 +IGhlbG0= 28672 +IGthcmE= 28673 +4Liy4LiZ 28674 +IGZhdm9yYWJsZQ== 28675 +IOyViuyVmA== 28676 +IEhpc3Bhbmlj 28677 +4Lic 28678 +INeU15s= 28679 +IHZhbGlkYXRl 28680 +IFJlc2lkZW50 28681 +IGNvbWVueg== 28682 +YmVpdGVy 28683 +ZXJlcg== 28684 +IGRhZG8= 28685 +YXRjaGluZw== 28686 +bWV0cm9z 28687 +IEhpbg== 28688 +IER1bQ== 28689 +IGhhesSxcg== 28690 +IE5hdGFsaWU= 28691 +IGVuY3J5cHRpb24= 28692 +0L7Rh9C60LA= 28693 +bW1h 28694 +aG91c2Vz 28695 +IGFuYWx5dGljYWw= 28696 +IERhbmc= 28697 +Zmlyc3Q= 28698 +IEVuYw== 28699 +Y2FuZG8= 28700 +IGx1ZHpp 28701 +d2FydA== 28702 +IHN0YXRpc3RpYw== 28703 +IOyCsA== 28704 +IGNvbW1lbnRpbmc= 28705 +IGNvb3JkaW5hdGVk 28706 +IEh5cGVy 28707 +5Zo= 28708 +IEJlcnQ= 28709 +IEhpcA== 28710 +a2Vt 28711 +w7xuw7w= 28712 +IHphbA== 28713 +IO2VmOuKlOuNsA== 28714 +IFJvYm90 28715 +cmF3bg== 28716 +IHJoZXRvcmlj 28717 +dWxsYWg= 28718 +IERpZXQ= 28719 +IHRha2ljaA== 28720 +IHBvc3Nlc3NlZA== 28721 +k5zripQ= 28722 +IHdha2Vz 28723 +IFJhZg== 28724 +TWFydA== 28725 +IGVjYw== 28726 +IEZN 28727 +IGRpZmlj 28728 +IEFsbGV6 28729 +IGN1cmVk 28730 +IFF1YWQ= 28731 +IGJlbGU= 28732 +IGpvdXJuYWxz 28733 +IHRhZA== 28734 +IHNvY2lhbGVz 28735 +IHdoYXRz 28736 +IEJhc3M= 28737 +IGplc3RlbQ== 28738 +IFNhZGx5 28739 +IFNvdXJjZQ== 28740 +IMO8w6c= 28741 +YWx0dW5n 28742 +aWVydGVu 28743 +IGp1bGxpZQ== 28744 +aWZh 28745 +INCa0L7RgA== 28746 +IERvb3I= 28747 +INCd0LDQtA== 28748 +INC30LTQvtGA0L7Qsg== 28749 +IHJ1bW9y 28750 +IHBpZXM= 28751 +INC/0LXRgNC1 28752 +INC+0YLQsg== 28753 +0LXQvdC90YvQtQ== 28754 +SG9zdA== 28755 +IFNvcGhpZQ== 28756 +YW50ZW4= 28757 +QW55 28758 +IEF1Zmc= 28759 +IEhEUg== 28760 +IFJvY2tldA== 28761 +cmVzc28= 28762 +IHZlcmRl 28763 +IHByw6lzaWRlbnQ= 28764 +IGluZG9vcnM= 28765 +IHN0YWdnZXI= 28766 +IHN0YXRv 28767 +IERpYWw= 28768 +IGJ1enppbmc= 28769 +ZW1lcg== 28770 +INCS0YHRkQ== 28771 +INC00LXRgNC10LI= 28772 +IHBvdXY= 28773 +IHN0cmFuZHM= 28774 +IOqyg+ydtA== 28775 +IFBhcmw= 28776 +0L7QutC+0Lk= 28777 +IHNpcA== 28778 +ICgq 28779 +w6RuZ3Q= 28780 +IGRlYmVy 28781 +IEFpbg== 28782 +IGRyYXN0aWNhbGx5 28783 +IFNsb3dseQ== 28784 +IEJyaWc= 28785 +IFRvcmFo 28786 +IGFjaGU= 28787 +ID8/Pw== 28788 +IERvYg== 28789 +a2FubnQ= 28790 +TWFyeQ== 28791 +IHN0YW0= 28792 +IERlbW9u 28793 +cGxh 28794 +IEZyZXVuZA== 28795 +IEJlbm4= 28796 +IGhpZ2hz 28797 +INqp2LE= 28798 +IFByZXBhcmU= 28799 +IHByb3h5 28800 +IGNhbXBv 28801 +IEF1Z2Vu 28802 +o6jr 28803 +IENobG9l 28804 +aWN1bGFybHk= 28805 +eW91bmc= 28806 +qZTr 28807 +IHNjcmF0Y2hpbmc= 28808 +IGdsYWM= 28809 +IGdlbWVpbnNhbQ== 28810 +YW5hbA== 28811 +YWNha3PEsW4= 28812 +IEZvcnVt 28813 +ZW5uaWFs 28814 +IFJlc291cmNlcw== 28815 +IG1laXN0ZW4= 28816 +IEZlbGw= 28817 +IHVuYW5pbQ== 28818 +IFRC 28819 +IFNlbGJzdA== 28820 +5oY= 28821 +IGludGltaWRhdGluZw== 28822 +IEdlZsO8aGw= 28823 +IOy9lOuhnA== 28824 +aWRvcg== 28825 +aWNpb25lcw== 28826 +YXJzYQ== 28827 +XS4u 28828 +YXpv 28829 +IGtlbmRp 28830 +IFRhZ2U= 28831 +dGVybWlu 28832 +IFByb3plbnQ= 28833 +TWF5YmU= 28834 +bMOp 28835 +IHF1ZXN0aQ== 28836 +IG1lbWVz 28837 +IGNvcnJl 28838 +IFZJUA== 28839 +IEdhbGxlcnk= 28840 +IHVyZ2VuY3k= 28841 +IG5vY2hl 28842 +IGtpbmRseQ== 28843 +IE1lcmVkaXRo 28844 +IHbhuq15 28845 +INin2YTYqA== 28846 +IEVzdGFkbw== 28847 +enVn 28848 +b3F1ZQ== 28849 +IG9iZXNpdHk= 28850 +T2Zm 28851 +IEV1cm9wZWFucw== 28852 +w7Zk 28853 +7Lm06w== 28854 +IGhvb3A= 28855 +IGVuam95cw== 28856 +IENoaXA= 28857 +cGF0aWVudA== 28858 +IG1pY3Jvc2NvcGU= 28859 +IGxlZ2l0aW0= 28860 +INGP0LLQu9GP0LXRgtGB0Y8= 28861 +z4POuQ== 28862 +YXJnZW50 28863 +IHNoYW0= 28864 +IGxpY2Vuc2luZw== 28865 +b2xpYQ== 28866 +U29ycnk= 28867 +cmFtYQ== 28868 +IGFjY2VsZXJhdGVk 28869 +IHd5bQ== 28870 +IGZhaXJuZXNz 28871 +IFJlYWRpbmc= 28872 +IHNsYWNr 28873 +IERvaw== 28874 +emnEmWt1asSZ 28875 +IHJ1YmJpbmc= 28876 +0LDRgtGD 28877 +IGFsbG9jYXRlZA== 28878 +anVuZw== 28879 +IHBhaW5z 28880 +IHdpbmRpbmc= 28881 +IGdlbGl5b3I= 28882 +IENV 28883 +bW90 28884 +Y29jaw== 28885 +IFBvc2l0aW9u 28886 +YnJvcw== 28887 +IGxpdmVzdHJlYW0= 28888 +IEJyYWlu 28889 +7LCp 28890 +IHByemVr 28891 +IEVp 28892 +IENvY28= 28893 +0LHQsA== 28894 +IHNob3ZlbA== 28895 +ZWE= 28896 +IGNob2NvbA== 28897 +IHJlYmVsbGlvbg== 28898 +IHNob3dj 28899 +IEhhbG8= 28900 +IGRpdmlkZW5k 28901 +bWlzc2lvbg== 28902 +IHVzYW5kbw== 28903 +IFsi 28904 +IGZhbGVp 28905 +QmxhY2s= 28906 +IFN1cmVseQ== 28907 +IMW7 28908 +IHBoaWxvc29waGVy 28909 +IG92ZXJoZQ== 28910 +IEJvcm4= 28911 +IG9iamV0aXZv 28912 +IDEyOA== 28913 +c2NoZWlk 28914 +IE5hemlz 28915 +IHNvbGNoZQ== 28916 +bGlmdA== 28917 +Y2VkZQ== 28918 +YWRvcnM= 28919 +IG1hcnNobQ== 28920 +IExPUkQ= 28921 +lOydtO2BrA== 28922 +IG93bmluZw== 28923 +Q29udA== 28924 +IGxhbmRzY2FwZXM= 28925 +IGxlbmRpbmc= 28926 +IEF1dGhvcml0eQ== 28927 +0L7QstC+0Lk= 28928 +b3F1 28929 +IFNlcw== 28930 +IEZlcnJhcmk= 28931 +IHJlc3BvbnNhYmls 28932 +IHbDoXJpb3M= 28933 +IGRlbGlj 28934 +IGVtYmFyaw== 28935 +IGVtYnJvaWRlcg== 28936 +IGZyYW1ld29ya3M= 28937 +IHNpbW1lcg== 28938 +IG5hY2lvbmFs 28939 +IHJlbWFpbmRlcg== 28940 +IFZpZWxsZWljaHQ= 28941 +IHF1aWVyZXM= 28942 +7JeU 28943 +IHRlc3Rvc3Rlcg== 28944 +aWhlbg== 28945 +IE96 28946 +w6hsZQ== 28947 +IHBvcnRyYXllZA== 28948 +zrrOtQ== 28949 +IFBvbGl0aWs= 28950 +IGFwZXJ0dXJl 28951 +IGJsYW5k 28952 +aW5kdXN0 28953 +INC+0LHRgNCw0YI= 28954 +IFRob3Vz 28955 +QmF5 28956 +IGRhbmRv 28957 +IHNoZXI= 28958 +IGFkbWlzc2lvbnM= 28959 +IENyZXc= 28960 +INGW0L0= 28961 +U0lOR0lORw== 28962 +IG91bmNl 28963 +IGl5 28964 +IGJhc2ls 28965 +IG92ZXJ0aW1l 28966 +IHRocmVhdGVu 28967 +IHBhcnRuZXJlZA== 28968 +IENhbm4= 28969 +YXZhbmE= 28970 +INC30L3QsNC10YLQtQ== 28971 +INC+0YLRgQ== 28972 +IFR1ZG8= 28973 +7L2U 28974 +IOuGgOs= 28975 +ZmVs 28976 +IHJlYXJy 28977 +IGlud2FyZA== 28978 +IFJvZ2Vycw== 28979 +4LmD4Lir 28980 +IHR3ZWFr 28981 +IGRyeWVy 28982 +Y2Vzc2lvbg== 28983 +IHJpZ29yb3Vz 28984 +IERhYXI= 28985 +b21pY3M= 28986 +IGZhdHM= 28987 +dmFk 28988 +IHppcHBlcg== 28989 +YWNjZXB0YWJsZQ== 28990 +IGRlbW9uc3RyYXRpbmc= 28991 +IFl1bQ== 28992 +IGJlYXU= 28993 +IHJvc3Rlcg== 28994 +IHByZWRvbWluYW50bHk= 28995 +0LXRgNGD 28996 +bmluZ2Fy 28997 +IHRyaWFuZ2xlcw== 28998 +IHRleHRpbmc= 28999 +IGJlcnJpZXM= 29000 +IOyCrOynhA== 29001 +YWRkZXI= 29002 +IGZhaXRlcw== 29003 +IEltYWdl 29004 +bGVyZQ== 29005 +IGJvdW5kcw== 29006 +IExhdXI= 29007 +IOyVhOustOs= 29008 +IG1pbw== 29009 +IHVzYQ== 29010 +INiw 29011 +IHRvZW4= 29012 +IEphbmc= 29013 +xb5l 29014 +Y2hvZA== 29015 +YW5hbg== 29016 +INC+0LHRgNCw0LfQvtC8 29017 +IHBlcnNldmVy 29018 +IFN3ZQ== 29019 +IGF1Z21lbnQ= 29020 +dWdnbGluZw== 29021 +acOocmVtZW50 29022 +aXN0bGVz 29023 +YWNqxJk= 29024 +OTE= 29025 +IG1haA== 29026 +IEtJUg== 29027 +RGll 29028 +IGRvd25oaWxs 29029 +IDE5Njg= 29030 +0L7RgNC+0YjQvg== 29031 +b2dyYXBoaWNz 29032 +IHTDpHNzw6Q= 29033 +6rKg7KOg 29034 +INC70LjRhw== 29035 +QVVESU8= 29036 +INC/0LvQvtGF 29037 +IHByb3Bvc2luZw== 29038 +IHRlbXB0ZWQ= 29039 +IGNvbnZlcnRpbmc= 29040 +IExlaHI= 29041 +IHBlcnNvbmU= 29042 +IEZlZWxpbmc= 29043 +7Ja07KO8 29044 +b21icmVz 29045 +INec15k= 29046 +IGd1cnU= 29047 +IGRlbWVudA== 29048 +0L3QuNC3 29049 +0LjRgtC10LvQtdC5 29050 +IGNvbXBhw7E= 29051 +IHJlZG8= 29052 +IGNvbmR1Y3Rvcg== 29053 +bWlh 29054 +IGlkb2xz 29055 +IE11bA== 29056 +IGluZXg= 29057 +IHTDpG3DpA== 29058 +IGltcGFjdGluZw== 29059 +IGRheWxpZ2h0 29060 +Z2ls 29061 +IGhlbGZlbg== 29062 +IGVudHNwcmVjaA== 29063 +IHdpxJlrcw== 29064 +IHNjcmlwdHVyZXM= 29065 +IGRpc21pc3NlZA== 29066 +IFBvZGNhc3Q= 29067 +2YXYsQ== 29068 +IGFubnVhbGx5 29069 +IHVzYWJsZQ== 29070 +IGxpYnJl 29071 +0L7Qt9C8 29072 +IHJ1YmJpc2g= 29073 +IGNvbnRpbnVhcg== 29074 +IGh1bWlsaQ== 29075 +IHNwZWVjaGVz 29076 +0YDQsNGH 29077 +YmFyZA== 29078 +NzE= 29079 +Pjw= 29080 +b2xvZ8OtYQ== 29081 +d2VhbHRo 29082 +IG1lZGl0YXRl 29083 +k6TsnZg= 29084 +IENyYWZ0 29085 +cml2 29086 +IEFnYWluc3Q= 29087 +IGNlcmFtaWM= 29088 +ZXNww6hyZQ== 29089 +IGNvbXBldGVudA== 29090 +IEhvcGtpbnM= 29091 +IGtpbG9z 29092 +IGdyYXZlbA== 29093 +IHBpc3Rvbg== 29094 +IGZyaWVuZHNoaXBz 29095 +IGVzY3Jl 29096 +IHZveg== 29097 +IEdlc2VsbHNjaGFmdA== 29098 +IHVudGVyc3TDvHQ= 29099 +IG11ag== 29100 +IHdhcm5pbmdz 29101 +cG9z 29102 +IFByb2Zlc3Npb25hbA== 29103 +d3N6eQ== 29104 +b2RsZQ== 29105 +YmFuZHM= 29106 +IHRlYW13b3Jr 29107 +c3RlbGx1bmc= 29108 +IGR4 29109 +IGF0dG9ybmV5cw== 29110 +IHdlaXRlcmU= 29111 +44WL44WL44WL 29112 +IE9yaWdpbmFs 29113 +15nXlw== 29114 +IGJyb2FkY2FzdGluZw== 29115 +INC/0LXRgNCy0YvQuQ== 29116 +dWNoaQ== 29117 +IGhldXJl 29118 +IGdyYWJz 29119 +IFdPUg== 29120 +IFBsYWlk 29121 +TWlu 29122 +IHBheg== 29123 +IFB1aXM= 29124 +dW11 29125 +aXRhdGVz 29126 +IGNvYXRz 29127 +IGJ1ZW4= 29128 +IGhlaXI= 29129 +IHBuZXVt 29130 +16nXqA== 29131 +ZW5zZXI= 29132 +IEpVREdF 29133 +IGJsb25kZQ== 29134 +4bmb 29135 +IGdhaw== 29136 +IHPEsWs= 29137 +IHF1b3RlZA== 29138 +IGVxdWlwbw== 29139 +IHdpc2hpbmc= 29140 +w61jaWE= 29141 +IHZlcmJz 29142 +IENhbmFkaWFucw== 29143 +IGdvdmVybmluZw== 29144 +IEV2YW5z 29145 +RXVybw== 29146 +IGdlbnJlcw== 29147 +IHVudGVyc2NoaWVk 29148 +IEJlY2t5 29149 +s7zqsozsmpQ= 29150 +IGVpbmdl 29151 +IFJhaXNl 29152 +b2xhbmQ= 29153 +IFN0cmF0ZWc= 29154 +IGVyZXM= 29155 +IFZldGVyYW5z 29156 +IGJyZWFrb3V0 29157 +IHNhbnTDqQ== 29158 +IGFkZWw= 29159 +IGludmVzdGlnYXRlZA== 29160 +IHBldXI= 29161 +IGFnaWxl 29162 +IHJhaWxyb2Fk 29163 +YW5za2E= 29164 +INC10Lk= 29165 +IGV4cG9z 29166 +YXRvcmllcw== 29167 +IENvbnRlbnQ= 29168 +IHRydXRocw== 29169 +IFRyYWls 29170 +IGd1YQ== 29171 +IHBvcmVz 29172 +IHdyaXRpbmdz 29173 +IFVocg== 29174 +IFRoYXRz 29175 +IGljaW5n 29176 +T0M= 29177 +IFByb2R1Y3Rpb24= 29178 +IGNhcm5l 29179 +SVNT 29180 +IG5pbmd1w6lt 29181 +bm9u 29182 +IHZpY2lvdXM= 29183 +15XXlA== 29184 +IHJlY29ubmVjdA== 29185 +IGNlbnRyZXM= 29186 +IEtlbQ== 29187 +IGNyZWFzZQ== 29188 +IOydtOuvuA== 29189 +0LDQudGC0LXRgdGM 29190 +INCx0L7RgA== 29191 +IEhhecSxcg== 29192 +INGB0YPQtA== 29193 +IMO6bmljYQ== 29194 +b3dhxYI= 29195 +IGFkaGVy 29196 +aHVh 29197 +Wlo= 29198 +IHByZWNpc28= 29199 +IGN1cnJlbnRz 29200 +IHNlYXNvbmVk 29201 +IElvVA== 29202 +IEJpc2hvcA== 29203 +c3RlZA== 29204 +IEJlcm5hcmQ= 29205 +7KSY 29206 +IEdsZW5u 29207 +IGt0w7NyeW0= 29208 +4Li34LmI 29209 +IGFzdHJvbG9n 29210 +IEtvdA== 29211 +IHBhcmZvaXM= 29212 +IGZvcndhcmRz 29213 +IFdpxJk= 29214 +IM6Y 29215 +IG5hbm8= 29216 +c3Vi 29217 +IEJyaWxs 29218 +IGdyaXQ= 29219 +IGNpdGVk 29220 +Z2Fkbw== 29221 +IG1lbHRz 29222 +IGZvcmPDqQ== 29223 +4paI4paI 29224 +IGJham8= 29225 +IGRpc2NyZXRpb24= 29226 +sLA= 29227 +YXRpdml0eQ== 29228 +IHNpdHVhdGVk 29229 +0YnQtdC1 29230 +INC/0YDQuNC90YbQuNC/ 29231 +YW1heg== 29232 +IGFxdWFyaXVt 29233 +IGRpc3NvbHZl 29234 +IEdvZHM= 29235 +U3VwZXI= 29236 +IGFtaWQ= 29237 +ems= 29238 +YW1wZg== 29239 +IGhlbGE= 29240 +JyE= 29241 +IGRldmVsb3BtZW50YWw= 29242 +IERpc2U= 29243 +INGA0LDQsdC+0YLQsNC10YI= 29244 +IHNuYXBzaG90 29245 +1bg= 29246 +IFl1ZQ== 29247 +IEh1bGs= 29248 +IERvb20= 29249 +IEZlbGl4 29250 +IHLDqWY= 29251 +TWFsZQ== 29252 +cGhhbnRz 29253 +RU5T 29254 +IE1lY2hhbg== 29255 +IEdvbGY= 29256 +IGdlbmVyb3NpdHk= 29257 +w6R0emU= 29258 +IHVubG9ja2Vk 29259 +7YOB 29260 +b2NhbHlwc2U= 29261 +QWxyaWdodA== 29262 +IOqwnOs= 29263 +INeQ15HXnA== 29264 +IEtlZXBpbmc= 29265 +IGNvbGxhYm9yYXRpbmc= 29266 +Y2hpZWY= 29267 +IEZlcm5hbmRv 29268 +IGNoZWZz 29269 +IO2UvOu2gA== 29270 +IHNraXBwZWQ= 29271 +IHBlcnNvbm4= 29272 +IGF4ZQ== 29273 +Y2hleg== 29274 +IGV4dHJhY3Rpb24= 29275 +IEFW 29276 +IEdpYmJz 29277 +IO2c 29278 +IHPEsQ== 29279 +SUFN 29280 +Vmlldw== 29281 +IEdSQU5U 29282 +IOuquA== 29283 +IHZlcmlmaWNhdGlvbg== 29284 +IGRlcGljdGVk 29285 +IE1veg== 29286 +b3V4 29287 +IHR1bA== 29288 +IHNjYW5uZXI= 29289 +IGNvbWVkaWFu 29290 +IFZvbGtz 29291 +IEpFRkY= 29292 +p4Q= 29293 +IGRpc3RyYWN0aW9u 29294 +csOh 29295 +IElOVEVS 29296 +IHNpbmNlcg== 29297 +INee16o= 29298 +INep16A= 29299 +IGNvbnN0cnVjdGl2ZQ== 29300 +YXJm 29301 +IOuIhOs= 29302 +IGVjbw== 29303 +cmFtb3M= 29304 +IHJlbmV3ZWQ= 29305 +aW5lbWVudA== 29306 +IFVi 29307 +IFBlcHBlcg== 29308 +7KeA6rCA 29309 +IERhcndpbg== 29310 +IG1lcmNoYW5k 29311 +IHbDoXJpYXM= 29312 +w6hjZQ== 29313 +Tkc= 29314 +IOychO2VtOyEnA== 29315 +INCw0LrRgtC40LI= 29316 +IFVudGVycw== 29317 +2LnZhA== 29318 +IGludHJpYw== 29319 +b21tYQ== 29320 +aWV2aW5n 29321 +IENhcm9saW5l 29322 +IFBSRVM= 29323 +IHBlcmZvcm1lcg== 29324 +IGF1dG91cg== 29325 +IHV0dGVybHk= 29326 +IHN5bnRoZXNpcw== 29327 +IGxlc2JpYW4= 29328 +IHJldHJpZXZl 29329 +IG1hbmVpcmE= 29330 +IGltcGFpcg== 29331 +IG1lbnRvcmluZw== 29332 +IFNvdWxz 29333 +IEdvUHJv 29334 +0YDQsNGC0Yw= 29335 +IGNvc2U= 29336 +IFNTRA== 29337 +SVJF 29338 +IHVwZnJvbnQ= 29339 +IEF1bg== 29340 +IGdhbWVy 29341 +IGxpdHQ= 29342 +IGFnZ3Jlc3Npb24= 29343 +IExpa2V3aXNl 29344 +IEJldHR5 29345 +IERhcnQ= 29346 +IERMQw== 29347 +aXNobWVudA== 29348 +7J6l7J2E 29349 +Y3JlYW0= 29350 +IEJhYnlsb24= 29351 +IG51Zw== 29352 +YnJhcg== 29353 +IGF5bsSx 29354 +YW1pbHk= 29355 +YmlrZQ== 29356 +YWhhaGFoYQ== 29357 +bG95ZA== 29358 +IG1pcmE= 29359 +IHBlcm1l 29360 +IEdhbWluZw== 29361 +IGZpcm13YXJl 29362 +TWE= 29363 +IGFzc2lzdGVk 29364 +YXRpY3M= 29365 +IOyVnuycvOuhnA== 29366 +IE1lbnRhbA== 29367 +bmllanM= 29368 +IEl6 29369 +b3fEhQ== 29370 +IHRvdWdoZXI= 29371 +IGRlZWQ= 29372 +IHN0eWxpc2g= 29373 +IFRvb2xz 29374 +IEhhbXA= 29375 +IHN1bnNjcmVlbg== 29376 +IGFydGljdWxhdGU= 29377 +aXll 29378 +0LjRhA== 29379 +IFNwcmVhZA== 29380 +IEhBVkU= 29381 +IHN3aXJs 29382 +IHNwb25zb3Jpbmc= 29383 +aW92YXNjdWxhcg== 29384 +bWVzaQ== 29385 +IHJlbGF4YXRpb24= 29386 +INGB0LLQvtC40YU= 29387 +IG1hcmdpbnM= 29388 +IHNhxJ8= 29389 +IFByaWRl 29390 +IM+Ezr/Phc+C 29391 +0LjRhtC4 29392 +ZW5jaQ== 29393 +RG9lcw== 29394 +IGNvcnBzZQ== 29395 +IGVuZHVyYW5jZQ== 29396 +IO2emA== 29397 +7Lm0 29398 +IGhhaXJjdXQ= 29399 +IGludGVycnVwdGVk 29400 +IHdpbmR5 29401 +IENhbGVi 29402 +z4HPhw== 29403 +IFBvdXJxdW9p 29404 +IGhvbGlzdGlj 29405 +dWNsZWFy 29406 +IFdob2xl 29407 +QWN0 29408 +IGdhbGxvbg== 29409 +Y2FkZQ== 29410 +IFJlZ2lvbmFs 29411 +cm9hZHM= 29412 +IFNjaG5l 29413 +w6FuZw== 29414 +INC40LfQvNC10L0= 29415 +IG1lbnVz 29416 +IHNwbGl0dGluZw== 29417 +IHByaWNlZA== 29418 +IM6T 29419 +IHVzZXJuYW1l 29420 +INCe0Yc= 29421 +IGNvbXByZXNzZWQ= 29422 +eWlu 29423 +IGd1YXJkaWFu 29424 +IGdvb2Y= 29425 +IGNoZWNrbGlzdA== 29426 +IGludGVyY2hhbmdl 29427 +IGV4cGVkaXRpb24= 29428 +IGV4dGVybg== 29429 +IGluZnJhcmVk 29430 +ZW5nbw== 29431 +IGRlbnlpbmc= 29432 +IHBhY2tldHM= 29433 +b25lbnQ= 29434 +QkI= 29435 +IEluY3Jl 29436 +IHNpbmk= 29437 +w59lcg== 29438 +w6hn 29439 +bWFhbA== 29440 +Z2VuZXJhdGlvbg== 29441 +IG1pbm9yaXRpZXM= 29442 +IGxsZXZhcg== 29443 +IG5vbWluYXRpb24= 29444 +IGNvbnNpZA== 29445 +INec16I= 29446 +bXXFnw== 29447 +IEVzYw== 29448 +IG51bWVyYXRvcg== 29449 +IGthaWs= 29450 +IGt0w7NyeWNo 29451 +aWVzZW4= 29452 +IHbDqg== 29453 +IFVTUw== 29454 +IFByaXZhdGU= 29455 +INC+0LTQvdC+ 29456 +IGFsw6lt 29457 +w610dWxv 29458 +IGxpbWI= 29459 +IGZvcmdpdmVu 29460 +IGRpc2Nsb3N1cmU= 29461 +z4TOrw== 29462 +IG5pbmfDum4= 29463 +IHRoZXJhcGV1dGlj 29464 +IG5lZ290aWF0aW5n 29465 +IE5pa2U= 29466 +ZW5zZWZ1bA== 29467 +IGluY2Fw 29468 +IGZsYWdzaGlw 29469 +dG93bg== 29470 +4og= 29471 +IM+Azr/Ouw== 29472 +IHdvbHZlcw== 29473 +IHZpb2xhdGlvbnM= 29474 +IEFybm9sZA== 29475 +IGludGVydmVuZQ== 29476 +IGhlYXRlcg== 29477 +IHJlY3Vyc29z 29478 +IG1haWQ= 29479 +6rK8 29480 +INC00LDQstCw0LnRgtC1 29481 +IENlbGVicg== 29482 +IGNhcGU= 29483 +IFN0eQ== 29484 +YWluZW4= 29485 +c2l0ZQ== 29486 +Ymlq 29487 +INC/0L7Qu9GM0Lc= 29488 +IGZyYW1lZA== 29489 +IHB1Ymxpc2hlcnM= 29490 +INGH0YPRgtGM 29491 +IHRlbXB0YXRpb24= 29492 +IGNlcnRlemE= 29493 +IGV4ZW1wdA== 29494 +7Iq5 29495 +c2VsbGluZw== 29496 +IFRhc2s= 29497 +aG9vbg== 29498 +IENvYw== 29499 +IFBhcmtz 29500 +IHJlcGV0aXRpb24= 29501 +INGC0YPQtNCw 29502 +IGVuc2w= 29503 +IGRlxJ9pxZ8= 29504 +IE9ybGFuZG8= 29505 +IE1haW50ZW4= 29506 +b2N1bWVudA== 29507 +IEhD 29508 +IHNjb290ZXI= 29509 +INC90LDQv9C40YE= 29510 +IHRpZ2h0ZXI= 29511 +IHRlYXNl 29512 +IHJlbW92ZXM= 29513 +IGtpamtlbg== 29514 +INGB0YPRidC10YHRgtCy 29515 +IHRow6k= 29516 +INCy0YvQs9C70Y/QtA== 29517 +IHJlbGlldmU= 29518 +IG1pdMOk 29519 +IHN0YXRpb25hcnk= 29520 +w7ZmZg== 29521 +cGFibGU= 29522 +IGFydGVy 29523 +IGTDqWY= 29524 +cmF0aXZl 29525 +IGNvbmVjdA== 29526 +IHNhZGRsZQ== 29527 +IERpYW5l 29528 +IGNvbW1lbW9y 29529 +ZmVuZGlt 29530 +U8Ot 29531 +IO2BtOs= 29532 +IG1hbmdl 29533 +YXR0ZQ== 29534 +IGFycm9nYW50 29535 +IHJvYm90aWM= 29536 +IGdpw6A= 29537 +IG5laWdoYm91cmhvb2Q= 29538 +aXNzb24= 29539 +INC00LLQuNC2 29540 +IFJJ 29541 +IE5vcm1hbg== 29542 +YnJhbmQ= 29543 +YW1hdGlvbg== 29544 +IHJhem9y 29545 +IG11cmRlcnM= 29546 +INGC0YM= 29547 +IHdzenlzdGtpbQ== 29548 +IHV0aWxpdGllcw== 29549 +IG1pY3Jvc2NvcA== 29550 +6r8= 29551 +IGRhcXVp 29552 +b2xsYXI= 29553 +INCU0LDQstCw0LnRgtC1 29554 +IGFubsOpZQ== 29555 +IGtpbG9tZXRyZXM= 29556 +IGhvbW9zZXh1YWw= 29557 +IGFyY2hpdGVjdHM= 29558 +IG5peWU= 29559 +TEVS 29560 +IG1pY3JvcGhvbmVz 29561 +IFN0dW5kZW4= 29562 +IGNvbnNlY3V0aXZl 29563 +aWVuZGE= 29564 +dsOkbmQ= 29565 +REVS 29566 +IGxpZnRz 29567 +IE1lYXQ= 29568 +IHNhdmV6 29569 +7ZaI642Y 29570 +TWVu 29571 +IGRpc21hbnQ= 29572 +6rGw66W8 29573 +IGluc3VsYXRpb24= 29574 +IHNjYWxs 29575 +IHNwb29reQ== 29576 +IHBhcmM= 29577 +IGJhbGxldA== 29578 +IFdoYXRzQXBw 29579 +IGZyYW5j 29580 +IGRlbGliZXJhdGU= 29581 +IO2FjA== 29582 +IG1hcnM= 29583 +IFp1cg== 29584 +UHI= 29585 +ZGlzY2lwbGluYXJ5 29586 +IG9ic2Vzc2lvbg== 29587 +0LzQtQ== 29588 +IG1hcmNoaW5n 29589 +IEVtZXJnZW5jeQ== 29590 +aWd1b3Vz 29591 +IHN6eQ== 29592 +IExhbmRz 29593 +IGJvYXJkaW5n 29594 +INC/0L7Rh9GC0Lg= 29595 +IGVudnk= 29596 +IGNvbXBhc3Npb25hdGU= 29597 +IG1lcmNp 29598 +IGRlc2lyYWJsZQ== 29599 +ZGFsZQ== 29600 +IGNhbsSxbQ== 29601 +IEFudGFy 29602 +dGVtcHM= 29603 +IGNvbmZpZ3VyZWQ= 29604 +IENvbXBhcmVk 29605 +bmVo 29606 +aWNhdGluZw== 29607 +IG5pY2tlbA== 29608 +2YjZgg== 29609 +2YPZiNmG 29610 +b3Blcw== 29611 +IGZvcm11bGFz 29612 +INCV0YHRgtGM 29613 +IHBvYmw= 29614 +IFBK 29615 +IEx1ZA== 29616 +IEJyaWQ= 29617 +IEhvZw== 29618 +IEJyaXM= 29619 +SmVu 29620 +IHNoYWRpbmc= 29621 +IFlhcw== 29622 +IGRpc3R1cmJlZA== 29623 +IHJlY29tbWVuZGluZw== 29624 +IGPDqQ== 29625 +IEhPVw== 29626 +7JeI7Ja0 29627 +IHJldmVyc2Vk 29628 +IEludGVyZXN0aW5nbHk= 29629 +aW94aWQ= 29630 +IOyYpOy8gOydtA== 29631 +4bq/dQ== 29632 +eHg= 29633 +IG91YWlz 29634 +IFlvdVR1YmVycw== 29635 +IFJvc2E= 29636 +IEhhdXB0 29637 +amFkaQ== 29638 +IHZsb2dz 29639 +IGN1bHR1cmE= 29640 +IExlYWRlcnNoaXA= 29641 +IEhlcA== 29642 +IGlsbHVt 29643 +tOuPmQ== 29644 +IGN1c3RvbWl6ZWQ= 29645 +IG1hcmNh 29646 +IHF1YXRybw== 29647 +INC90LDQsw== 29648 +IFNwYWNlWA== 29649 +IEVpZ2Vu 29650 +YXN0aW5n 29651 +IG9sZHXEn3U= 29652 +IGZvcnRz 29653 +cmltZW50 29654 +aWVuY2lh 29655 +IHRlbmly 29656 +cm9mZmVu 29657 +IDE5Nzk= 29658 +IGNpZQ== 29659 +IOuQmOqzoA== 29660 +IGVzY3Jp 29661 +z4zPgg== 29662 +7Y+s 29663 +dXp6eQ== 29664 +Q29uZw== 29665 +7J247J20 29666 +R3JlYXQ= 29667 +c2ls 29668 +w6ljaA== 29669 +IG11bHRpYw== 29670 +IERpc2s= 29671 +spU= 29672 +IGZhemxh 29673 +IGxldmFudA== 29674 +IGFiYWpv 29675 +dXJyeQ== 29676 +c3RydQ== 29677 +IOuoueuKlA== 29678 +IGFjY2Vzc29yeQ== 29679 +INC00LLQuNCz 29680 +IFJpZA== 29681 +MjAxOQ== 29682 +IGRvd25zdHJlYW0= 29683 +IGtheg== 29684 +dXRhbg== 29685 +IGNoYXJjb2Fs 29686 +IGFmZWN0 29687 +d3U= 29688 +IGNvbnRleHRz 29689 +IGZlYXJlZA== 29690 +IOyEpA== 29691 +IGhpc3Rvcmllcw== 29692 +IGZhcw== 29693 +ZW5zaWJsZQ== 29694 +IGNvY29h 29695 +aWxsYXI= 29696 +Z2VvbnM= 29697 +IHNwaXJpdHVhbGl0eQ== 29698 +IFBldw== 29699 +IHBoYXJtYWN5 29700 +IHBhc3Npb25z 29701 +IGJvcw== 29702 +IGFsbMOh 29703 +IHRocml2aW5n 29704 +IFJlYWN0 29705 +IG9jY3VweQ== 29706 +IHdpdGhkcmF3YWw= 29707 +IGFsbG93YW5jZQ== 29708 +IEZyYWt0aW9u 29709 +IGJ1ZGRpZXM= 29710 +IGlkbGU= 29711 +IGRpc3NvbHZlZA== 29712 +IHByZXZhbGVudA== 29713 +IG1pbGl0YXI= 29714 +IHNlbnNpbmc= 29715 +IHBvamF3 29716 +IGFuY29yYQ== 29717 +IGFidW5kYW50 29718 +IGhhaXJzdA== 29719 +IHR3ZWU= 29720 +IG7DpGNoc3Rl 29721 +IE3DtmdsaWNoa2VpdA== 29722 +IGhvbw== 29723 +dWZmaWNpZW50 29724 +IGZhbnRhc3Q= 29725 +IGVkaWJsZQ== 29726 +IOuWqOyWtOw= 29727 +7JuD 29728 +IHZlaW4= 29729 +dWNjaQ== 29730 +IGRldm90aW9u 29731 +IGNvbmNlYWxlcg== 29732 +aW5jb21l 29733 +IHJlY3ljbGVk 29734 +IOyKpO2DgA== 29735 +IHBvbnRvcw== 29736 +IGRlc3N1cw== 29737 +IHbDqXJpdA== 29738 +IHJlZmxlY3Rpb25z 29739 +IEFB 29740 +IHRha2Vhd2F5 29741 +YmFyZQ== 29742 +IENvbnRhY3Q= 29743 +ZWls 29744 +IEhlYXI= 29745 +IG1pcmFj 29746 +IEdlcmlsaW0= 29747 +INGB0LDQvNGL0Lk= 29748 +IHZpdm8= 29749 +IGtpbG9ncmFtcw== 29750 +IENyaW0= 29751 +w7t0 29752 +Nzg= 29753 +IHNpbmNlcmVseQ== 29754 +cmF6 29755 +IOuztQ== 29756 +IGFycml2 29757 +IGNvbmNlcHRpb24= 29758 +IFBlcnNpYW4= 29759 +IHNqw6Rs 29760 +IHN0YXJyaW5n 29761 +IOyVhOustA== 29762 +IEZvcmV2ZXI= 29763 +0LXRgdGC0Yw= 29764 +IHZlaWw= 29765 +IHN1YnRpdA== 29766 +b2RrYQ== 29767 +INC+0YLQvdC+0Yg= 29768 +IGNvb2tz 29769 +0LXQvdGP 29770 +S2F5 29771 +IG5pw7Fvcw== 29772 +IFBob25l 29773 +IHN0aXRjaGluZw== 29774 +IGZpbmdlcnByaW50 29775 +zrvOrA== 29776 +IGRlZGljYXRl 29777 +IExvYg== 29778 +IGJsYWNrcw== 29779 +IEJsZQ== 29780 +Ym91dA== 29781 +IMSRYW5n 29782 +IGVrcw== 29783 +IHNxdWFzaA== 29784 +IEvDvA== 29785 +b2Rp 29786 +IG7GsOG7m2M= 29787 +IHZveWFnZQ== 29788 +IHBsYXlmdWw= 29789 +INil2YTZiQ== 29790 +YW5pYw== 29791 +IGNvbmRlbW4= 29792 +IELDtnlsZQ== 29793 +IFBvbGl6ZQ== 29794 +IGF5dWRh 29795 +IHBhbQ== 29796 +4LmE4Lib 29797 +IEthdGh5 29798 +0LXQtNC40L0= 29799 +0L3QvtCy0LA= 29800 +IGJyaWc= 29801 +ZWdlcg== 29802 +IGVhZ2xl 29803 +IHZpc2lvbnM= 29804 +IO2VreyDgQ== 29805 +IHNoaXR0eQ== 29806 +IGhvdHQ= 29807 +IEJyaXR0 29808 +dXRvcnM= 29809 +RU5URQ== 29810 +IHBob24= 29811 +IEJpbmc= 29812 +INC/0L7QtNC00LXRgNC2 29813 +c3ByaW5n 29814 +ZXR0ZW4= 29815 +IHBpbGdy 29816 +IGVkaXlvcg== 29817 +0LXQvdGC0Ys= 29818 +YWdnaW8= 29819 +IGp1bA== 29820 +IGNvbXByZW5k 29821 +dGVpbA== 29822 +INiy 29823 +IHBlcmZvcm1lcnM= 29824 +IGluZmFtb3Vz 29825 +IE1L 29826 +56o= 29827 +b3RsZQ== 29828 +ZWZm 29829 +IEhhc2g= 29830 +IGNvd2FyZA== 29831 +IEJSQQ== 29832 +IERE 29833 +IGNvbWlkYQ== 29834 +IHBsYXRh 29835 +IGZsYXA= 29836 +IE1laHI= 29837 +cmlidXRpb24= 29838 +IFllbWVu 29839 +IG15c3Rlcmllcw== 29840 +IMSweWk= 29841 +IHN0ZWxs 29842 +IGV5ZWxpbmVy 29843 +IGRlbGVz 29844 +IG5haWxlZA== 29845 +IGlsbG5lc3Nlcw== 29846 +IHN0YWNrcw== 29847 +IHRyYWJhamFy 29848 +Zmxvd2Vy 29849 +Y2l1 29850 +IGNydWRl 29851 +IHN1YnN0YW50aWFsbHk= 29852 +IGhvbWVt 29853 +IG5lcGhldw== 29854 +IHN0YW1wcw== 29855 +IGNhcmJz 29856 +0YzRgtC1 29857 +bW9vdGg= 29858 +IHR1bm5lbHM= 29859 +YWNpZQ== 29860 +IFNlw7E= 29861 +IEhlcmE= 29862 +IOyVhOuLiOyXkOyalA== 29863 +IFd5b21pbmc= 29864 +IEhETUk= 29865 +IExpcw== 29866 +dWNpw7Nu 29867 +IHN0ZWVy 29868 +0L7Rjg== 29869 +0LjRgtCw 29870 +TlQ= 29871 +IOyWvOq1tA== 29872 +IHBhbG1z 29873 +IG5lb24= 29874 +0L7QstCw0L3QuNGP 29875 +IGZpbHRlcmluZw== 29876 +IGpvdWVy 29877 +IEjDtg== 29878 +INC90LXRgQ== 29879 +6rKg7Ja07JqU 29880 +IDgx 29881 +IHN0b3J5bGluZQ== 29882 +IHByemVw 29883 +IHRoYW5raW5n 29884 +IEJvZWluZw== 29885 +IHNvZnRseQ== 29886 +amVt 29887 +0LDQu9GM0L3Ri9GF 29888 +IGZsYXNobGlnaHQ= 29889 +INC/0YM= 29890 +IFdPTUFO 29891 +4bqvYw== 29892 +w61jaA== 29893 +IGx1eHVyaW91cw== 29894 +IHfDvG4= 29895 +IGltcGFjdGZ1bA== 29896 +IGNvbnNvbg== 29897 +cmV1 29898 +aXJyaW5n 29899 +aWZ0ZXI= 29900 +IGNvbnN0aXR1ZW50cw== 29901 +IDk0 29902 +IFRvdQ== 29903 +Z29t 29904 +IOyDneqwgeydhA== 29905 +IHN0ZXJlb3R5cGVz 29906 +IG1vxbxsaQ== 29907 +gqg= 29908 +IHBlbmNpbHM= 29909 +INGB0LvQvtC2 29910 +IGlocmVt 29911 +IEJlc2No 29912 +IEtvaA== 29913 +IEVudHNjaGVpZA== 29914 +IGxlaw== 29915 +IGbDtnJz 29916 +IHRvdGFsbWVudGU= 29917 +IGxpdmVseQ== 29918 +IGVudHJvcHk= 29919 +IGRpc2Nlcm4= 29920 +INCX0L3QsA== 29921 +IGRvdg== 29922 +IG15dGhvbG9neQ== 29923 +YXBhbmVzZQ== 29924 +IGFwcHJveGltYXRl 29925 +0LDRgtC40LI= 29926 +aWZpYWJsZQ== 29927 +IFNlbw== 29928 +tOyLrO2eiA== 29929 +IOyYtw== 29930 +IHRlbXBvcmFs 29931 +IGlU 29932 +IGVzdGF0 29933 +0LrQuNC8 29934 +IHNwcmluaw== 29935 +IGdydW5k 29936 +IGluZmFudHJ5 29937 +IHNjaGFmZmVu 29938 +IGFuaw== 29939 +cmlhZ2Vz 29940 +IFllb24= 29941 +IE1vcm9j 29942 +IGludmFzaXZl 29943 +gZQ= 29944 +IHBhcmVudGluZw== 29945 +IFJpcw== 29946 +aWJpbGU= 29947 +IG1vZHM= 29948 +INC/0YDQvtCy0LXRgA== 29949 +IFRoaW5n 29950 +IFdoZXJldmVy 29951 +IGFja25vd2xlZGdpbmc= 29952 +IHBhd24= 29953 +dW1tZXI= 29954 +b3Ji 29955 +Njk= 29956 +IHJldHJvdXZl 29957 +IHJlbGllcw== 29958 +IEhpZ2h3YXk= 29959 +IGF3ZQ== 29960 +aXRhaXJl 29961 +IGFwcGxpY2FudA== 29962 +IGFpc2xl 29963 +d29ybQ== 29964 +IHBheWxvYWQ= 29965 +IGNhcnJl 29966 +IEJhY2g= 29967 +IOy5nOq1rOs= 29968 +0L3QuNC1 29969 +IGl0w61z 29970 +b25uYWlzZQ== 29971 +c29s 29972 +YWxnaWE= 29973 +IHJvY2tpbmc= 29974 +IGJlc3Rlbg== 29975 +cml0ZXM= 29976 +Xl4= 29977 +0LjQvdC+0Lk= 29978 +IGJhaXhv 29979 +IOq4sOyWtQ== 29980 +0L7RgtGA0Lg= 29981 +c2lt 29982 +IGluY2Fybg== 29983 +64uk7J2M 29984 +IGxpY2s= 29985 +c2lkZWQ= 29986 +IDcx 29987 +Zm9yZGVy 29988 +IHJlc29uYW5jZQ== 29989 +IHRlZ2Vu 29990 +IG1ldGFwaA== 29991 +b3dzZXI= 29992 +INeQ16DXl9eg15U= 29993 +P+OAjQ== 29994 +IHNwaWVsZW4= 29995 +IHZvbGxleQ== 29996 +lOydtO2BrOyXhQ== 29997 +bG9va2Vk 29998 +IHNlbnRlbmNlZA== 29999 +IG11bHRpcGx5aW5n 30000 +IGlkZWFscw== 30001 +IHdhaHJzY2hlaW5saWNo 30002 +IGRlcG9zaXRz 30003 +YmlsaXI= 30004 +IGVmZmV0 30005 +aWxsb24= 30006 +iOunjA== 30007 +IHRlc3RpbW9u 30008 +IHphd3N6ZQ== 30009 +INC/0YDQvtGG0LXRgdGB 30010 +IExhdg== 30011 +IHRyYXZhaWxsZXI= 30012 +IGxhaXNzZQ== 30013 +IE1vdW50YWlucw== 30014 +INGA0L7QsQ== 30015 +IGV4YW1pbmVk 30016 +aXR1cw== 30017 +V2Fz 30018 +0LvRiw== 30019 +IGF0dHJpYnV0ZWQ= 30020 +IOyKuQ== 30021 +IEJhcm9u 30022 +IGdlcA== 30023 +IGF0dGVudA== 30024 +IENvbGxlY3Rpb24= 30025 +IHRoZWF0 30026 +IENhaQ== 30027 +IHdlbGxz 30028 +IGh1bWFubw== 30029 +IEhhc3Q= 30030 +INGF0L7RgtGP 30031 +Y3phcw== 30032 +IHBlcm1pdHM= 30033 +IGxlZ2c= 30034 +IGVwbw== 30035 +IEZlbg== 30036 +IHRoaQ== 30037 +IEZvaQ== 30038 +IMOpbGVjdA== 30039 +IDgz 30040 +IG92ZXJ0aA== 30041 +IHRlbmFudA== 30042 +TmV4dA== 30043 +IHByYWlzZWQ= 30044 +c2VjdXJpdHk= 30045 +IEltcGFjdA== 30046 +IHZvdWNo 30047 +IG5lZ8Oz 30048 +IHVudmU= 30049 +IGNyaXRpY2l6ZQ== 30050 +IEtlbnlh 30051 +IHRhY3RpYw== 30052 +IGxvZ3I= 30053 +IHBvaXM= 30054 +IHBhcGE= 30055 +c3BlYWtz 30056 +8J+R 30057 +aXNwZXJz 30058 +IHN1cnBsdXM= 30059 +IGNvbGRlcg== 30060 +cGxldHM= 30061 +IFZpZW5uYQ== 30062 +IExlYWQ= 30063 +IGFlcmlhbA== 30064 +IFRhaA== 30065 +0LXQvdGC0L7Qsg== 30066 +IEdyZWVrcw== 30067 +Q2Ft 30068 +IG3DoXhpbQ== 30069 +IGt1aW4= 30070 +Y2hpbw== 30071 +IGRlbW9uc3RyYXRlcw== 30072 +YW5vcw== 30073 +IENlcnQ= 30074 +INGN0L0= 30075 +IGJsb2dz 30076 +IOyEnOyauA== 30077 +IGJlYW1z 30078 +0LjQutC+0LI= 30079 +IHByb21wdGVk 30080 +IGZyaWdodGVuaW5n 30081 +IFBvcnNjaGU= 30082 +bGFyxLFuxLE= 30083 +IGNoaWxsaW5n 30084 +aXNwaGVyZQ== 30085 +IGZsYXNoaW5n 30086 +IEthcmQ= 30087 +YnJlYWQ= 30088 +IGV4aA== 30089 +IHR5Y2tlcg== 30090 +IGVjb2xvZ2ljYWw= 30091 +IE1hZQ== 30092 +INee15DXldeT 30093 +IOuCmOuPhA== 30094 +0LvQvtC9 30095 +eXNz 30096 +IHBlcmd1bnQ= 30097 +IHByaXg= 30098 +aXp6YXJk 30099 +IGNhbmNlcnM= 30100 +IDkx 30101 +c3VzcA== 30102 +IEl0ZW0= 30103 +xZ9h 30104 +IHBlc3Q= 30105 +IHRha8SF 30106 +IGx5bXBo 30107 +IFBhdHJp 30108 +ZmlsbA== 30109 +IHJlY29ubmE= 30110 +IG9wdGltaXNt 30111 +IG1pbWlj 30112 +IOyynA== 30113 +IE1hZGFtZQ== 30114 +b2N5 30115 +bGluaW5n 30116 +ZXJtZQ== 30117 +IGZvbGRlcnM= 30118 +IGN6xYI= 30119 +dWNoYXI= 30120 +IGN1cnNv 30121 +IGJyZWFjaA== 30122 +0L3QuNGC0Yw= 30123 +IHBhbWnEmQ== 30124 +IGVsaWc= 30125 +IGF1dG9w 30126 +Rmxvdw== 30127 +IHByb2dyYW1tZWQ= 30128 +IFByb2Nlc3M= 30129 +IGZpZ3Vy 30130 +IFNG 30131 +IEVsZXM= 30132 +IHByb2dyYW1tZXM= 30133 +IGRpenp5 30134 +7Iuc6rCE 30135 +INC70LjQsdC+ 30136 +IHNuaWZm 30137 +IFNlYmFzdGlhbg== 30138 +IEh5ZQ== 30139 +IDQwMDA= 30140 +IHBlcm1pdGU= 30141 +INC30LDRiQ== 30142 +IGd1aXQ= 30143 +IERhaXM= 30144 +IGFjY29yZGFuY2U= 30145 +IG1vZHVsYXI= 30146 +b2dlbmVvdXM= 30147 +IHBvdXF1aW5obw== 30148 +IGFydGlsbGVyeQ== 30149 +IGx1YnJpYw== 30150 +IHZvbGNhbg== 30151 +IE5I 30152 +8J+k 30153 +IGRlYW4= 30154 +Umg= 30155 +IG1pbmlzdHJl 30156 +IEludg== 30157 +IEJ1bGdhcg== 30158 +IERhdGVu 30159 +6I4= 30160 +SW0= 30161 +IG9yaWdpbmF0ZWQ= 30162 +IE5peG9u 30163 +aW50ZWdy 30164 +IGxhY2tz 30165 +IE5hY2h0 30166 +7Ja064KY 30167 +Y2FtZXJh 30168 +IHJhZGlzaA== 30169 +a2l5ZQ== 30170 +IGFuZ2Vz 30171 +IHByw6lm 30172 +anVr 30173 +IEJlZQ== 30174 +IEJV 30175 +INCy0L7RgdC/ 30176 +IEJU 30177 +w6ptZXM= 30178 +IFN0w7xjaw== 30179 +IEluaw== 30180 +IFNlcmdlYW50 30181 +IE11bHRpcA== 30182 +IGhpw6diaXI= 30183 +INCh0LDQvA== 30184 +IETDqQ== 30185 +b2xwaA== 30186 +7Ja4 30187 +IGltcGF0 30188 +IOyViuqzoA== 30189 +INGC0LDQutC+0LPQvg== 30190 +INC90LDQstC10YDQvdC+0LU= 30191 +IHVucHJlZGljdGFibGU= 30192 +IG1lbmQ= 30193 +IOyXhuyWtOyalA== 30194 +IGpha2llxZs= 30195 +IGFubmk= 30196 +IGRvbm7DqQ== 30197 +IEtpcnN0eQ== 30198 +IHJlY3Rhbmd1bGFy 30199 +IGVtcGV6YXI= 30200 +IEV4Y2hhbmdl 30201 +6rCU 30202 +IMOpY29ub20= 30203 +ZWxpbg== 30204 +cmVpYnQ= 30205 +INeU16Q= 30206 +IGNlbWV0ZXJ5 30207 +IGVzcGHDsW9s 30208 +b2xpbg== 30209 +0LvRjtC0 30210 +IGdyw6JjZQ== 30211 +YWxsZW4= 30212 +IFBoaWxvcw== 30213 +IEVyc3Q= 30214 +IOyDiA== 30215 +IFZpZA== 30216 +R2l2ZQ== 30217 +T0g= 30218 +zrzOvw== 30219 +IFBhcmU= 30220 +IG1ldGFib2xpc20= 30221 +IG1hcGxl 30222 +IGF4bGU= 30223 +IER5 30224 +IGtvbW1l 30225 +z47OvQ== 30226 +IGdyZWF0bmVzcw== 30227 +IHZlcmlmaWVk 30228 +IHNww6k= 30229 +IEZhaHJlbmhlaXQ= 30230 +IEJyZW4= 30231 +IENvbmZlZGVy 30232 +IGhpc3RvaXJl 30233 +IGVsaW1pbmF0aW5n 30234 +IEFkZGluZw== 30235 +IEFiaQ== 30236 +IGhvc3BpdGFsaXR5 30237 +dGlt 30238 +IGJvbml0bw== 30239 +IHBhcnRlcw== 30240 +INC00YDRg9Cz0LjRhQ== 30241 +IFNoYXk= 30242 +IFNlZA== 30243 +IHJlZ3JldHM= 30244 +0Y/QvNC4 30245 +IHRlbmFudHM= 30246 +IFBUUw== 30247 +IGRldmk= 30248 +IExhdGU= 30249 +dWV6 30250 +IHPDtnls 30251 +IOyerOuwjA== 30252 +IHRvZ2dsZQ== 30253 +IG1hc2tpbmc= 30254 +0LDQu9GM0L3QvtCz0L4= 30255 +IHBlcnPDtm4= 30256 +IGFtZXJpY2Fu 30257 +Zmlr 30258 +IFJHQg== 30259 +ZW5zb24= 30260 +IEtB 30261 +d3d3dw== 30262 +INGA0LXQsw== 30263 +bWV0aWNz 30264 +IGVkdWNhdG9y 30265 +cGFyaw== 30266 +0LXQu9GM0LfRjw== 30267 +YXJ1cw== 30268 +0YDQtdGC 30269 +IGZlaXRv 30270 +IGNob2ly 30271 +IGxhcmdv 30272 +IGVlbnM= 30273 +IHdhdHRz 30274 +IFNpbmdsZQ== 30275 +IHN1c2NlcHRpYmxl 30276 +aWNlcg== 30277 +INCy0LrQu9GO0Yc= 30278 +IHB1cw== 30279 +7ZmY 30280 +RW5n 30281 +IGZhbnRhcw== 30282 +IHNwZWNpZmljYXRpb24= 30283 +IGNvbmZyb250ZWQ= 30284 +IENvbHVtYnVz 30285 +0LjQstC10YI= 30286 +YXLEsW0= 30287 +IGNhZmZlaW5l 30288 +bXVuaXRpb24= 30289 +IG1pZ3JhbnRz 30290 +bGlkZQ== 30291 +aXRhdGlvbnM= 30292 +IEdlbWU= 30293 +4bqr 30294 +IHBsYW5uZXI= 30295 +IHN0aW11bGF0ZQ== 30296 +IGFwcm94aW0= 30297 +Y2V1 30298 +IE5vbQ== 30299 +IHZvZw== 30300 +INGA0LDRgdGC 30301 +IGVuc2XDsQ== 30302 +IHNlbGxlcnM= 30303 +IGd1dGVu 30304 +emQ= 30305 +Q2Fs 30306 +IGRlc2NyaXB0 30307 +IHJlY29uY2lsaWF0aW9u 30308 +emluaG8= 30309 +4bmHYQ== 30310 +YWN5ag== 30311 +IENPTA== 30312 +c2F3 30313 +IO2ZleyduA== 30314 +IHZhcml0 30315 +IHBhcnRuZXJpbmc= 30316 +IGRldGVudGlvbg== 30317 +IGJvbWJpbmc= 30318 +Y2xhcHBpbmc= 30319 +aWVuY2llcw== 30320 +b25kdQ== 30321 +QU1F 30322 +IOqwmeyKteuLiOuLpA== 30323 +Y8OtYQ== 30324 +INC/0L7RgdGC0L4= 30325 +IEFTTVI= 30326 +IGhvbWVwYWdl 30327 +IHNpw6g= 30328 +YW50aGE= 30329 +IFBvbGw= 30330 +IGlnZW4= 30331 +Y3ljaA== 30332 +IOqwkeyekOq4sA== 30333 +IGNvbnNpZGVyYWJseQ== 30334 +IEFyaXN0 30335 +IHdpdGhzdGFuZA== 30336 +IHF1YWxpdGF0aXZl 30337 +IEtyYWZ0 30338 +INGN0LvQtdC60YI= 30339 +IEJlYWQ= 30340 +0LXQutGC0LjQsg== 30341 +IGNydXNoaW5n 30342 +7LOQ 30343 +IG5hdnk= 30344 +2Yjaug== 30345 +c2hv 30346 +IG9haw== 30347 +aXBwZXJz 30348 +IHNvaWxz 30349 +IHBpZ21lbnQ= 30350 +IGV2aXRhcg== 30351 +IGZ1c2U= 30352 +IERhbGU= 30353 +OiI= 30354 +IGNvbXBsw6h0ZW1lbnQ= 30355 +IGtlbA== 30356 +4LmG 30357 +IHF1YXRyZQ== 30358 +IFVN 30359 +IOunkOs= 30360 +w61y 30361 +IGxlaXN1cmU= 30362 +IEhvdXNpbmc= 30363 +IGZvbGRz 30364 +ZXN0aW9u 30365 +QVJT 30366 +IG1hc2g= 30367 +dXJwb3Nl 30368 +IGFjY3VtdWxhdGVk 30369 +IFN0dWZm 30370 +IHRhcGVz 30371 +INGB0LjQu9GM0L3Qvg== 30372 +IExPVkU= 30373 +IDE5ODI= 30374 +IHNjYXJz 30375 +IGNhcGl0YWxpc3Q= 30376 +IE5lZA== 30377 +IHNvZnRlbg== 30378 +IG5vdGFibHk= 30379 +IGZvcmPDqW1lbnQ= 30380 +IFJhdW0= 30381 +INC90LXQvtCx0YXQvtC0 30382 +IHRyYWRlbWFyaw== 30383 +IGZlcnRpZw== 30384 +ID8h 30385 +IHJlaW5mb3JjZWQ= 30386 +IHJlY2hhcmdl 30387 +IFB1dHRpbmc= 30388 +IHZpbGxhaW5z 30389 +IGhhbmRpYw== 30390 +IGFkdmVydGlzZW1lbnQ= 30391 +2KrZig== 30392 +INGB0YPQvA== 30393 +IFJpbGV5 30394 +15XXkdc= 30395 +T3M= 30396 +2KfYsg== 30397 +Qm95 30398 +IHNxdWlzaA== 30399 +b2NrZXQ= 30400 +IHRlc3RpZnk= 30401 +INec157X 30402 +INC80LDRgdGB 30403 +bWFudWVs 30404 +IEFya2Fuc2Fz 30405 +aWZmZQ== 30406 +IGFuYWx5c3Rz 30407 +IERlYWY= 30408 +IGrDsw== 30409 +IGdyb2Nlcmllcw== 30410 +IFdoZWVs 30411 +INGA0LjRgQ== 30412 +IGPDsm4= 30413 +IENvYg== 30414 +IHByaXNvbnM= 30415 +w6h2ZQ== 30416 +IENhYmluZXQ= 30417 +IHBvc2Vk 30418 +IGd1ZXJyZQ== 30419 +IExsb3lk 30420 +IGNsZXJr 30421 +IGNyaXNlcw== 30422 +IFNobw== 30423 +IE9yZQ== 30424 +IEZvb3RiYWxs 30425 +IEFkdmlz 30426 +IFpoZW5n 30427 +6I0= 30428 +IEFNWQ== 30429 +IHVuZm9y 30430 +IG1vbmFzdGVy 30431 +IGNvbXBpbGU= 30432 +IGltbW9ydGFs 30433 +YXRhYmxl 30434 +IHBhcmFubw== 30435 +IHRpdmVy 30436 +IFN0ZXBo 30437 +IEZ1w58= 30438 +IGRpc2NvbnRpbg== 30439 +IHJpcGU= 30440 +IGhhY2tpbmc= 30441 +IHNpZW5kbw== 30442 +IHNlZ3Vybw== 30443 +YWx0cmVz 30444 +IGFuZGVyZXM= 30445 +IOumrOs= 30446 +IGV4cG9ydHM= 30447 +IHRhYmlp 30448 +IOq4sOuLpOs= 30449 +IGJvdGhlcmluZw== 30450 +IHBpY2tsZQ== 30451 +IEJSSUFO 30452 +IGFsdGFy 30453 +INC/0YDQuNCx 30454 +IHRyYW5zZmVycmluZw== 30455 +IFZvcnM= 30456 +INmH2Yg= 30457 +IFph 30458 +IEZyYW5jZXM= 30459 +IGJyb3dzZQ== 30460 +ZW1pdA== 30461 +IGNoZXdpbmc= 30462 +IEZyZWRkeQ== 30463 +IGVkaXRvcnM= 30464 +w6RsbGU= 30465 +IO2MgA== 30466 +IFNxdWU= 30467 +IEN1bHR1cmFs 30468 +YXdr 30469 +IFNhY2hl 30470 +IENhcmJvbg== 30471 +4bqvdA== 30472 +Rkw= 30473 +IE5HTw== 30474 +cGXFgg== 30475 +IFNvdQ== 30476 +IGh2b3I= 30477 +dW5pbnRlbGxpZ2libGU= 30478 +IOuylQ== 30479 +IMKw 30480 +aWlu 30481 +INei150= 30482 +IGRlcnJpw6hyZQ== 30483 +IGN6eW0= 30484 +IEFwb3N0 30485 +IHJlZ2FyZGVy 30486 +IGFncmFkZQ== 30487 +IENhbmR5 30488 +IG1hcmU= 30489 +IGludHJvZHVjZXM= 30490 +YmlyZHM= 30491 +IHVuaXF1ZWx5 30492 +IG11aw== 30493 +IGNvb2tlcg== 30494 +IGNyZXdz 30495 +IGplaXRv 30496 +RVJU 30497 +toTr 30498 +bmlzc2U= 30499 +IGVm 30500 +IGNhcnRl 30501 +IFlhaw== 30502 +IFBBVA== 30503 +0LjQvdC+ 30504 +Ym9ra2k= 30505 +IG1hdGVz 30506 +IGRpc3RpbnQ= 30507 +IOy9lOuhnOuCmA== 30508 +IHnEsWw= 30509 +IM66zqzOvQ== 30510 +IGNvbmZpZ3VyYXRpb25z 30511 +ZW5nYQ== 30512 +cmVjaHQ= 30513 +SGFwcHk= 30514 +aW52ZXN0 30515 +IHJlY29uc3RydWN0 30516 +INGN0YLQvtC80YM= 30517 +IG1vc3F1ZQ== 30518 +cmF1bQ== 30519 +IHZveWV6 30520 +IE5CQw== 30521 +IOyekOyLoA== 30522 +IHN0dXJkeQ== 30523 +INC60LDQvw== 30524 +IGFuc2No 30525 +YWxpZA== 30526 +IG1hc2lo 30527 +IFJFUA== 30528 +IOy9lOs= 30529 +IGRlZHVjdA== 30530 +IHNhbGly 30531 +d3VyZg== 30532 +aWxvdA== 30533 +IE11dHRlcg== 30534 +b2xkcw== 30535 +IEZFTUE= 30536 +IEJpYg== 30537 +IG5laWdoYm9yaW5n 30538 +IGJsaXNz 30539 +IO2YvA== 30540 +0LvQuNGB0Yw= 30541 +INGC0YDQtdCx 30542 +IGdyZW5hZGU= 30543 +IGVnYWw= 30544 +IGZpbmVseQ== 30545 +IHBldGFscw== 30546 +IGtlZXI= 30547 +IGNoeWJh 30548 +IHNraXBwaW5n 30549 +IHRoaXJ0ZWVu 30550 +IGdyYXZ5 30551 +IFNBVA== 30552 +NjE= 30553 +INC90L7Qsw== 30554 +IG1pbnM= 30555 +SVRF 30556 +IHNvemlhbA== 30557 +7ZWY66m07ISc 30558 +cnVrdHVy 30559 +INCy0L7Qt9C80L7Qtg== 30560 +INC+0L/Rj9GC0Yw= 30561 +IGFydGg= 30562 +IEN1YmFu 30563 +IHRyZWFzdXJlcw== 30564 +IGZlcnRpbGl6ZXI= 30565 +IGF3YWtlbmluZw== 30566 +IOuwseyLoA== 30567 +IHJhbGw= 30568 +IGRlcGljdA== 30569 +IFBhYmxv 30570 +IG5pbmV0ZWVu 30571 +IHdhdHQ= 30572 +IGVudGlyZXR5 30573 +S1M= 30574 +IFdvb2Rz 30575 +U2No 30576 +INqp2Yg= 30577 +IERyeQ== 30578 +dXZl 30579 +IHJlY29uc3RydWN0aW9u 30580 +IGFuYXRvbXk= 30581 +iOulvA== 30582 +IGJhYmE= 30583 +IGxpc3RlbmVy 30584 +IHNoYXJwZW4= 30585 +IFBlcnU= 30586 +INCy0YvQtw== 30587 +IHJlY3JlYXRpb24= 30588 +IGluaXRpYXRl 30589 +IGNhbG9y 30590 +IE5hag== 30591 +Z2Vl 30592 +IEZlZWxz 30593 +IFNuYXBjaGF0 30594 +IFRldA== 30595 +IE5lc3Q= 30596 +IERhZg== 30597 +IEZpbmlzaA== 30598 +INGC0LDQutC40Lw= 30599 +w7pj 30600 +aXplbnM= 30601 +IHNwaW5z 30602 +IGVtYnJ5 30603 +IHBhc3NhZ2Vz 30604 +IGNpZW50 30605 +IGp1c3RpZmljYXRpb24= 30606 +IG9sbWF6 30607 +IGZsb29kZWQ= 30608 +IGVtb2pp 30609 +IGVtYnJhY2luZw== 30610 +IGRpc2NhcmQ= 30611 +IEJhc2lj 30612 +YWdvZw== 30613 +IOychO2VtA== 30614 +IGFzeWx1bQ== 30615 +ZXJpbg== 30616 +IGZpbQ== 30617 +IG5pbmph 30618 +IGF1dG9tYXRl 30619 +IGFsbGVyZ2lj 30620 +w7/Dv8O/w78= 30621 +YW1hbQ== 30622 +INC80LDRgA== 30623 +IE9p 30624 +w6R1cw== 30625 +IGluZHVjdA== 30626 +IEJFTg== 30627 +IHrFgg== 30628 +IGthxbxkeQ== 30629 +IEFNUA== 30630 +bsSb 30631 +U3VyZQ== 30632 +IHF1aWw= 30633 +IGVzcGVj 30634 +cm9r 30635 +QlNDUkk= 30636 +IGxpZWJl 30637 +cHVz 30638 +YWNoc2Vu 30639 +IGNyaWNrZXQ= 30640 +64qQ 30641 +IEZyYW1l 30642 +ZWtrw7xy 30643 +YXJi 30644 +IHDFmQ== 30645 +0LjRgdGB 30646 +IHplZ2dlbg== 30647 +IGRvdWJsZXM= 30648 +IERyZQ== 30649 +dGVzdA== 30650 +aW5zcA== 30651 +Ym95cw== 30652 +IG3Do28= 30653 +IFZlcnNl 30654 +IG11c2N1bGFy 30655 +IE1BTEU= 30656 +IGR1bHU= 30657 +IG9jY2FzaW9uYWw= 30658 +TG8= 30659 +Y29ub21pYw== 30660 +IHZhaw== 30661 +IHJlbWVkeQ== 30662 +IOKZquKZquKZqg== 30663 +dmVt 30664 +IMO2bmVt 30665 +IGthcsWfxLE= 30666 +IFNoYXJw 30667 +aHVy 30668 +IOuwqeuylQ== 30669 +IGdyYW5kc29u 30670 +IGFrdGl2 30671 +IFRocm9uZXM= 30672 +IOyViOyXkA== 30673 +IHRvdHM= 30674 +IHN1YmQ= 30675 +IFBhdWxh 30676 +IGdyYXZlcw== 30677 +IEJyZW50 30678 +INC90LjQutGC0L4= 30679 +IHPDtno= 30680 +IGNyZWM= 30681 +IFZsYWRpbWly 30682 +INC/0L7QuQ== 30683 +ICIt 30684 +IHBzeQ== 30685 +YXRyaQ== 30686 +aWRhbg== 30687 +IGHDum4= 30688 +IHN0YW5kYXJkaXplZA== 30689 +7LmY6w== 30690 +INC60YDQvtCy 30691 +IFpodQ== 30692 +c29tZXRoaW5n 30693 +IDc1MA== 30694 +IG11amVyZXM= 30695 +IGFpdA== 30696 +YWd1 30697 +IGNvcnJlY3RlZA== 30698 +aWtrYQ== 30699 +ZWxlZA== 30700 +IENhcmVlcg== 30701 +b3d5bQ== 30702 +IHJvb21tYXRl 30703 +IGRlc2NlbmRhbnRz 30704 +IE5hcG9sZW9u 30705 +INCU0L4= 30706 +7ZaI7Ja07JqU 30707 +IGJ1bnVu 30708 +IE1pY2hh 30709 +IGRlc2NvYg== 30710 +UEk= 30711 +IHBhbGFicmE= 30712 +IHRyYWNrZWQ= 30713 +IGRlcGVuZGVuY2U= 30714 +IEJhcmFjaw== 30715 +IGZlcnRpbGl0eQ== 30716 +IFNvdXRod2VzdA== 30717 +IGluY29tcGxldGU= 30718 +IGNvbXVuaWM= 30719 +IGNvbXByaXM= 30720 +IFJlc3RhdXI= 30721 +IGFjcm9u 30722 +zrrOsQ== 30723 +IGFwcHJlbnRpY2Vz 30724 +IG11c3N0 30725 +IEFicg== 30726 +IHBlbnRydQ== 30727 +IENvbnNvcnQ= 30728 +IEF2ZWM= 30729 +IGR1bXBsaW5ncw== 30730 +TFI= 30731 +IHdzenlzdGtpZQ== 30732 +IHN3YW1w 30733 +0L3QtdCy 30734 +dWdnbGU= 30735 +IHdhdGVyY29sb3I= 30736 +IHByb3Rvbg== 30737 +IEVzcGHDsWE= 30738 +b2NraW5n 30739 +0L7QstCw0Ls= 30740 +IHRha2lt 30741 +VmVyeQ== 30742 +IGRlbWVudGlh 30743 +IMWfZXlp 30744 +SmFj 30745 +IE1hY0Jvb2s= 30746 +IExpdg== 30747 +ZmZpY2llbnRz 30748 +IEh1bnQ= 30749 +IG92ZXJsYXk= 30750 +IFNreXBl 30751 +cHVua3Q= 30752 +IGNvbmZpbmVk 30753 +IEFkcmlhbg== 30754 +2LHZgw== 30755 +IEplZXA= 30756 +IGVucXVhbnRv 30757 +IGFuZXN0 30758 +0L7RgtCy0LXRgg== 30759 +INC80LXQvdGM 30760 +IGlycmlnYXRpb24= 30761 +4buRbg== 30762 +IGVpZ2h0ZWVu 30763 +IFBvbg== 30764 +IHJlc2N1ZWQ= 30765 +IDE5ODM= 30766 +csO8 30767 +amFl 30768 +IEplb25n 30769 +IGFtYXppbmdseQ== 30770 +IEZEUA== 30771 +IGJhY2tzdGFnZQ== 30772 +Y3Vl 30773 +IM+Dz4TOt869 30774 +INin2YTYtQ== 30775 +IGxpdmVzdG9jaw== 30776 +IFdhcm5lcg== 30777 +IG1ham9ycw== 30778 +IGNvb3BlcmF0aXZl 30779 +IEJyYWR5 30780 +cmFpbmVk 30781 +cmllYg== 30782 +INeR157X 30783 +INC00L7QstC+0LvRjNC90L4= 30784 +IEZF 30785 +IGxlYWtlZA== 30786 +IE1lcmN1cnk= 30787 +IHBlcnN1YWRl 30788 +IHRyYW5zZm9ybWVy 30789 +IE5vcndlZw== 30790 +IOyXrOufrA== 30791 +IHpyb2JpxIc= 30792 +IGNhcmRpb3Zhc2N1bGFy 30793 +IENyYXNo 30794 +IGdvc3NpcA== 30795 +0LDRgdGC0Yw= 30796 +IOyqvQ== 30797 +IHN3ZXB0 30798 +IEhvcm4= 30799 +IEF0w6k= 30800 +IGJ1a2Fu 30801 +IEthdw== 30802 +S1k= 30803 +IFN0b3JpZXM= 30804 +R2FyeQ== 30805 +IGdhcmRlbmluZw== 30806 +IFF1aWNrbHk= 30807 +IEZhbGNvbg== 30808 +IG92YXQ= 30809 +Y8Sx 30810 +IENvbXBsZXQ= 30811 +IERhdGU= 30812 +INC/0YDQuNC8 30813 +IGzDpHVmdA== 30814 +IEF1ZHJleQ== 30815 +IFdlbnQ= 30816 +IHBlbMOtY3Vs 30817 +IGNhcnJpYWdl 30818 +IHVuYWNjZXB0YWJsZQ== 30819 +bnltaQ== 30820 +INGB0LvRi9GI 30821 +IHRlcnJl 30822 +dWVsbGVtZW50 30823 +RUVFRQ== 30824 +IHBoYXJtYWM= 30825 +aMO1ZXM= 30826 +IHppY2g= 30827 +IG1pZ3JhdGU= 30828 +IEZyeQ== 30829 +w7FhbmE= 30830 +IE11aXRv 30831 +RU9WRVI= 30832 +IGZvcnRyZXNz 30833 +IENvbXBhbg== 30834 +IEpTT04= 30835 +b3JkbnVuZw== 30836 +IHdhcnRv 30837 +IHVuZ2Vm 30838 +7IWU7ISc 30839 +INGA0L7Qug== 30840 +IHBhZGRsZQ== 30841 +SmFyZWQ= 30842 +IHN1Ym1pdHRpbmc= 30843 +IGxhdGNo 30844 +IGZ1Zw== 30845 +INC60L7RgQ== 30846 +IEVm 30847 +IGxhdW5jaGVz 30848 +IGZ0 30849 +b3RlY2hu 30850 +IHRyYXZlbGxlZA== 30851 +2KfZgQ== 30852 +IHByb2No 30853 +IGRlZGlt 30854 +ODM= 30855 +IHJlYm91bmQ= 30856 +IExV 30857 +cGF0aA== 30858 +INGB0L/RgNCw0LI= 30859 +IMO2bA== 30860 +IO2CpA== 30861 +IHByaXZhdA== 30862 +IHRyYWN0b3I= 30863 +IEF0dGVudGlvbg== 30864 +U2Vy 30865 +IGNvc2Vz 30866 +w6FyaWE= 30867 +cGFs 30868 +IOydgA== 30869 +IHN1Y2Nlc3Nvcg== 30870 +IGNvbm5lY3RvcnM= 30871 +INGD0YHRgtCw0L3QvtCy 30872 +IGdlbm9jaWRl 30873 +IHN1ZmZpY2llbnRseQ== 30874 +IEFpeMOy 30875 +IHN0YWJpbGl6ZQ== 30876 +IGNvbmdlc3Q= 30877 +IGNhcnZpbmc= 30878 +IHpvc3Q= 30879 +INCx0YvRgdGC0YDQvg== 30880 +IHNob3J0ZXN0 30881 +IGxpdmVs 30882 +IDg5 30883 +IGVyaw== 30884 +IHBvcnRyYWl0cw== 30885 +4KWA 30886 +6Jg= 30887 +Ym9hdA== 30888 +bGxhaA== 30889 +QU5D 30890 +IGVtcGlyaWNhbA== 30891 +IEVjaG8= 30892 +IE5lZGVybGFuZA== 30893 +TmV0 30894 +IGN1aWRhZG8= 30895 +IFJvbWE= 30896 +IGNhbGY= 30897 +IGdpYW50cw== 30898 +IEV4cGxvcmVy 30899 +IENvbGxlY3Q= 30900 +YWxpdGlvbg== 30901 +IERlc3Rpbnk= 30902 +IGF1c2dl 30903 +IEVkdQ== 30904 +IENsbw== 30905 +IGVhcnJpbmdz 30906 +IFRyYWNr 30907 +IFJPUw== 30908 +IEJlbGxl 30909 +IHB1ZWRh 30910 +IGRheXRpbWU= 30911 +IHN1cHBsaWVy 30912 +IFNW 30913 +IEV4aGFsZQ== 30914 +IGdhbGVyYQ== 30915 +Y291cnNl 30916 +IGNlbnRpbWV0ZXI= 30917 +IEJhc3Q= 30918 +bXVk 30919 +IHNhbmdhdA== 30920 +IFBoeXNpY2Fs 30921 +IHByaXZhdGVseQ== 30922 +IHRyYXRh 30923 +bHlubg== 30924 +aWxsaQ== 30925 +IOuplOydtO2BrOyXhQ== 30926 +IGNyeXN0YWxs 30927 +IHBvZHM= 30928 +4bqjbg== 30929 +aW5hdG9y 30930 +IFJlY29yZHM= 30931 +xJ9pbWl6 30932 +aXNzZW1lbnQ= 30933 +aGFyZQ== 30934 +aGFkb3c= 30935 +IERL 30936 +IOyVjOqzoA== 30937 +IHd5bg== 30938 +IHJlcXVlc3Rpbmc= 30939 +IERvbm5h 30940 +IOyXtOyLrO2eiA== 30941 +aW5lYQ== 30942 +IGV4ZXJ0 30943 +IER1bmNhbg== 30944 +INCy0LXRhw== 30945 +IEhhaA== 30946 +4KSC 30947 +IExpZg== 30948 +IEZpbmRpbmc= 30949 +IE5vdg== 30950 +INC30L3QsNC6 30951 +INC+0YQ= 30952 +IFF1w6g= 30953 +IHF1YXJ0ZXJiYWNr 30954 +INGE0LDQug== 30955 +IGJpcGFydGlzYW4= 30956 +xJ9pbg== 30957 +IG7DqWNlc3M= 30958 +IHJlZmVyZW5kdW0= 30959 +IGNvbXBpbGVy 30960 +IHByb2JhYmls 30961 +0LXQtNC4 30962 +IHRyYWRlcg== 30963 +IFJ1bQ== 30964 +Z2VtZQ== 30965 +IGRpbw== 30966 +IGLEmWR6aWVteQ== 30967 +IM+Azqw= 30968 +6r64 30969 +15XXmA== 30970 +IOCklQ== 30971 +INCx0LvQsNCz 30972 +IHNjYWxw 30973 +IFBhdXNl 30974 +IGNhcHRpb24= 30975 +IGVuZGFuZ2Vy 30976 +IGVubGFy 30977 +IHJvdHRlbg== 30978 +IHdhaA== 30979 +IGR6aQ== 30980 +IEluc3RhbGw= 30981 +QXk= 30982 +IGNyZWFy 30983 +0LXQvdGC0LA= 30984 +IHdlaWdoaW5n 30985 +IGJ1dHRlcmZsaWVz 30986 +IEdhc3Q= 30987 +aG9ybg== 30988 +d2Fyeg== 30989 +SUNFT1ZFUg== 30990 +INC90LDQudGC0Lg= 30991 +IGNvZWZmaWNpZW50cw== 30992 +IFNwZW5jZXI= 30993 +IEhpZ2hlcg== 30994 +IGNvd29yaw== 30995 +INC60L7RgtC+0YDQvtC1 30996 +IG1vbml0 30997 +IGR5c2Z1bmN0aW9u 30998 +INGB0YLQsNC90L7Qsg== 30999 +IHRvdXJuYW1lbnRz 31000 +IG95c3Rlcg== 31001 +Qk4= 31002 +IHRydWQ= 31003 +c2xvdw== 31004 +IFBlbm55 31005 +IE9keXM= 31006 +w6Zy 31007 +IGZvdQ== 31008 +IGVuam95bWVudA== 31009 +0LDRgtGL 31010 +IHd5Z2zEhWRh 31011 +0LDQu9GM0L3QsNGP 31012 +IFByb3RlY3Q= 31013 +IG1veQ== 31014 +IGNsYXc= 31015 +IHN1c3BpY2lvbg== 31016 +IHNhY3JpZmljZWQ= 31017 +IGdvc3Rv 31018 +Qmln 31019 +IGFnZ3Jlc3NpdmVseQ== 31020 +IHZvcm5l 31021 +IGJsYW1lZA== 31022 +IFNlaHI= 31023 +16TXqA== 31024 +Y2l0bw== 31025 +IHNlYWxz 31026 +IG11amVy 31027 +IFdlaXJk 31028 +IGZvcmVucw== 31029 +IGNvbnRyaWJ1dGVz 31030 +ZXN0cmE= 31031 +IHBvZw== 31032 +TE9M 31033 +IGhhY2VybG8= 31034 +0L7RgtGM 31035 +ZmljdGlvbg== 31036 +Nzk= 31037 +zrvOvw== 31038 +INGC0L7QsQ== 31039 +IEdT 31040 +IENsYXJh 31041 +aXRleg== 31042 +IGFkdm9jYXRpbmc= 31043 +IO2UhOs= 31044 +c3VuZw== 31045 +IHZlcnRpY2Vz 31046 +IG5hdmlnYXRpbmc= 31047 +IGV1cm9ww6k= 31048 +IHNsb3dlZA== 31049 +IGZvcmVncm91bmQ= 31050 +IEluZHVzdHJpYWw= 31051 +IGFkb3Jl 31052 +7Iut 31053 +IGNyw6llcg== 31054 +Y2huaXR0 31055 +IHVuYXdhcmU= 31056 +IGN1cmx5 31057 +ZW50YXI= 31058 +IGxlcg== 31059 +IHByb2hpYml0ZWQ= 31060 +IEhlcm9lcw== 31061 +IFJlZWQ= 31062 +dWNh 31063 +IHNtb2s= 31064 +IGt1bm5h 31065 +emVpdGln 31066 +aW1tZW4= 31067 +IEx1bg== 31068 +INCw0LHRgdC+0LvRjtGC 31069 +IGRlZ2xp 31070 +IHZpbGxhZ2Vycw== 31071 +IHByZXNldA== 31072 +emVwdA== 31073 +dWRz 31074 +IGVtaXQ= 31075 +IOuJ 31076 +64qU7KeA 31077 +0L3QsNC60L4= 31078 +IG9zw7Ni 31079 +IDE5Njk= 31080 +INCQ0YA= 31081 +IG1hbmNobWFs 31082 +IEJyb2Nr 31083 +IG1hbnRyYQ== 31084 +IFdJTA== 31085 +YmFjaA== 31086 +aW7DpA== 31087 +ZWxhcw== 31088 +a2Vsbg== 31089 +IGRpc2NpcGxl 31090 +IHF1YWxj 31091 +IGRlaHlk 31092 +7J20652864qU 31093 +QWY= 31094 +7ISx7J20 31095 +Unlhbg== 31096 +IHB1cHBldA== 31097 +INC00YDRg9Cz0LjQtQ== 31098 +IHJ1ZA== 31099 +IHBlbmRpbmc= 31100 +UGx1cw== 31101 +IOyViuydhA== 31102 +IGLhu4s= 31103 +IFNlZ2E= 31104 +w6dl 31105 +IHByb2dyYW1tZXI= 31106 +Ymxp 31107 +IHVubA== 31108 +IGVuc2xhdmVk 31109 +IHNvY2nDqXTDqQ== 31110 +xIFo 31111 +IGluaGVyaXRhbmNl 31112 +IEJhbmds 31113 +ZXJtYWlk 31114 +IHByYWN0aXRpb25lcg== 31115 +IFN0YWxpbg== 31116 +IFVzZXI= 31117 +Y2libGU= 31118 +IGNhcmRpYWM= 31119 +IEtvcmVhbnM= 31120 +IGR1bXBlZA== 31121 +INeU15nXlA== 31122 +w6Fpcw== 31123 +IGh5ZHJhdWxpYw== 31124 +b3VidGVkbHk= 31125 +IFBpdA== 31126 +IHBpY25pYw== 31127 +IGJlaMO2dmVy 31128 +INGB0LzQvtCz 31129 +IGJyYWtpbmc= 31130 +dXRhcg== 31131 +IOyEuOs= 31132 +dWJs 31133 +IMO8eg== 31134 +IG1hamVzdHk= 31135 +IGJlcnM= 31136 +dXRhYmxl 31137 +IGhvdHRlcg== 31138 +24zZhg== 31139 +IGJpYXNlcw== 31140 +IHN1YmplY3RlZA== 31141 +IG5hdWdodHk= 31142 +IGNpcmN1cw== 31143 +IEltbWVkaQ== 31144 +IFN0ZWZhbg== 31145 +IFRyaXBsZQ== 31146 +ZW5r 31147 +IHdpdA== 31148 +IHJlY3ljbGU= 31149 +ZW1pZQ== 31150 +ZGF0ZWQ= 31151 +IHVubG9hZA== 31152 +IHBvcHVsYQ== 31153 +Y2hpbg== 31154 +IHlpZWxkcw== 31155 +IGVuZ2xpc2g= 31156 +IEJvbm5pZQ== 31157 +IHNwaWRlcnM= 31158 +w4E= 31159 +IGVyb3Npb24= 31160 +IE5JQ0s= 31161 +0LjRj9GF 31162 +IGltcGFydA== 31163 +INC60L3QuA== 31164 +IHJlc29sdXRpb25z 31165 +IGxpdGhpdW0= 31166 +IGNvbnZlcmdlbmNl 31167 +IFRhcmE= 31168 +INC00LLQtQ== 31169 +dGhz 31170 +IENpbmR5 31171 +IERJRQ== 31172 +IGFzc3VyYW5jZQ== 31173 +INC+0L/QuNGB 31174 +IGJ1Y2tldHM= 31175 +IGN1ZXM= 31176 +IFF1aWV0 31177 +IHNpbWlsYXJpdHk= 31178 +IGZvdW5kYXRpb25hbA== 31179 +IE1pbmlzdA== 31180 +IHBpYW4= 31181 +IGNlbnRy 31182 +IG51bWI= 31183 +IG1vbmtz 31184 +dWpvdXJk 31185 +ZW56aWU= 31186 +IHNrYXRlYm9hcmQ= 31187 +IGRsYXRlZ28= 31188 +INGB0L7Rgg== 31189 +IEFF 31190 +IG1hc3RlcnBpZWNl 31191 +IFNvbG9tb24= 31192 +IFJlZGRpdA== 31193 +IHJpb3Q= 31194 +YWJs 31195 +IEpheno= 31196 +IGVsZWN0cm9tYWduZXRpYw== 31197 +IGluc2VjdXJl 31198 +IENvbXBldA== 31199 +Z2VyaWVz 31200 +0L7QsdC+0LQ= 31201 +oNeV 31202 +8J+S 31203 +IHNlbmF0b3Jz 31204 +IEJyaXNiYW5l 31205 +IEFsYg== 31206 +dXR0ZXJpbmc= 31207 +IEFsbG93 31208 +emVybw== 31209 +IHBhaQ== 31210 +INCQ0LvQtdC60YE= 31211 +IERpc3BsYXk= 31212 +IEJsYWRl 31213 +IEFwcHM= 31214 +IHDDpA== 31215 +INC00LXRgdGP 31216 +IHF1ZWxsYQ== 31217 +IEdhbw== 31218 +0LXQvdC90YvRhQ== 31219 +IHNwb2lsZXJz 31220 +IGdhbGxvbnM= 31221 +INmE2Yo= 31222 +IFppb24= 31223 +b25pZQ== 31224 +cmFndA== 31225 +IENoYW5k 31226 +IOuzkQ== 31227 +IGJsdW50 31228 +IHVzdQ== 31229 +IEthZA== 31230 +cmFrdA== 31231 +IGNpbmVtYXRpYw== 31232 +IGFtbXVuaXRpb24= 31233 +cmVuZQ== 31234 +IGZvdXJ0ZWVu 31235 +IENhcm4= 31236 +Y3JpdA== 31237 +IHRlbnVyZQ== 31238 +dnU= 31239 +IHByaW5jaXBhbG1lbnRl 31240 +IGFsbGVlbg== 31241 +IGtvbXBsZXR0 31242 +IGTDvG55 31243 +SmFtZXM= 31244 +IHJlY2VwdG9y 31245 +IG9uZXNlbGY= 31246 +Z3VydQ== 31247 +IG1lcmNoYW50 31248 +bGluZXNz 31249 +IG92ZXJsb29rZWQ= 31250 +IGhhcm1vbmlj 31251 +aWVzbw== 31252 +15XXng== 31253 +Y29sbQ== 31254 +INC/0YDQvtC10LrRgg== 31255 +IEFkYQ== 31256 +2KfYsw== 31257 +VGlt 31258 +IHJlY3VycmluZw== 31259 +IHByb2NlZWRz 31260 +IFBhcnRpY3VsYXJseQ== 31261 +IERvd25sb2Fk 31262 +ZXRyaWNhbA== 31263 +IG1hdHJpY2Vz 31264 +IHByb3llY3Rv 31265 +YW5jaWVz 31266 +IFVobQ== 31267 +IGNhdmVz 31268 +IOyWtOugpA== 31269 +IExlYWY= 31270 +INC+0LHRi9GH 31271 +IOydtOycoA== 31272 +RXVyb3Bl 31273 +IHTEhQ== 31274 +IHB1bHM= 31275 +IHRha2llZ28= 31276 +0J3QtQ== 31277 +R1U= 31278 +IGZvcnM= 31279 +z4HOsw== 31280 +IGZvdG9z 31281 +ICkp 31282 +IOuppOs= 31283 +IGFxdWlsbw== 31284 +IEt1cmQ= 31285 +77iP 31286 +cHRpYw== 31287 +IERvcnQ= 31288 +IG1pc2VyeQ== 31289 +YXVzbw== 31290 +Y2h1Y2tsaW5n 31291 +IFJpZGdl 31292 +IO2WiOyKteuLiOuLpA== 31293 +ICoqKg== 31294 +IEhtbW0= 31295 +IGdlb2dyYXBoaWM= 31296 +IGFueXM= 31297 +IHRhbHZleg== 31298 +IHNrZWxldA== 31299 +IHNpZ25hdHVyZXM= 31300 +IGxpdGVycw== 31301 +kOuptA== 31302 +INGB0LLQvtC10LPQvg== 31303 +IHNraWluZw== 31304 +INCc0L7RgQ== 31305 +IGFkb3B0aW5n 31306 +IGhhZnQ= 31307 +IHN5bW1ldHJpYw== 31308 +IExpcXU= 31309 +IHRoeXJvaWQ= 31310 +IG1pc2lu 31311 +bHVkZQ== 31312 +IGh1bGw= 31313 +IFhE 31314 +IEd1c3Q= 31315 +emVpY2g= 31316 +IHZpYnJhdGlvbnM= 31317 +IGVzZW1w 31318 +INCy0YHRjg== 31319 +IFF1ZW0= 31320 +IMO8YnJpZw== 31321 +IFNrZQ== 31322 +IEx5bmNo 31323 +cm9vbXM= 31324 +YXJ0ZXQ= 31325 +ZmVzdA== 31326 +IGZyw7xoZXI= 31327 +IGx1cmU= 31328 +IOyVjOyVhA== 31329 +IFdJTg== 31330 +IFJZQU4= 31331 +INC60L7RgtC+0YDRg9GO 31332 +IEthc2g= 31333 +INeU154= 31334 +IHNhZmVn 31335 +IEhhbGxlbHVqYWg= 31336 +INC00LLRg9GF 31337 +IHN0YXBsZQ== 31338 +IHNlZGltZW50 31339 +IEFjdHM= 31340 +IGJsYW1pbmc= 31341 +IG1haW5sYW5k 31342 +IHNwb3J0aW5n 31343 +IGRlY29yYXRpb25z 31344 +IGV4ZWN1dGluZw== 31345 +IHBhcmFu 31346 +IERvbGxhcg== 31347 +IHByb2plY3Rpb25z 31348 +IGNvbW1pc3Npb25lZA== 31349 +IGJvdXI= 31350 +w7Zt 31351 +IHN0ZWFtZWQ= 31352 +IOutmA== 31353 +IHBldHJvbA== 31354 +IGNlbHVsYXI= 31355 +IEh1bmdhcnk= 31356 +IHJlbnRlZA== 31357 +INCy0LDRgNC4 31358 +YmJpZQ== 31359 +IHPDqWN1cg== 31360 +w7xsbA== 31361 +IHN3aW5ncw== 31362 +YmV0d2Vlbg== 31363 +INC40YI= 31364 +ZXN0cm8= 31365 +IG5pZW1hbmQ= 31366 +IOyCvA== 31367 +IFBhcmRvbg== 31368 +ZXNzZXM= 31369 +IE1JRA== 31370 +IGNlbnRyYWxpemVk 31371 +IEFsaWVu 31372 +Y3Vsb3M= 31373 +IGNyaXNl 31374 +IGNsYXNzZQ== 31375 +YmVpdGV0 31376 +acSfaQ== 31377 +IHdoYWxlcw== 31378 +IHBlcmltZXRlcg== 31379 +IHR5aW5n 31380 +IHN0cm9ueQ== 31381 +IGxpa2V3aXNl 31382 +IFB1bmNo 31383 +RGE= 31384 +IEJhcHRpc3Q= 31385 +IHNvcnRpbmc= 31386 +IGl2 31387 +IO2VqQ== 31388 +IHJlaGFi 31389 +IGV0YQ== 31390 +cml2ZXI= 31391 +IHNhaQ== 31392 +b2R1cw== 31393 +IGVzc2F5ZXI= 31394 +IHR1cnRsZXM= 31395 +IEhhenJhdA== 31396 +IGZhYnJpY3M= 31397 +IGNhdml0eQ== 31398 +IHBvbmlld2HFvA== 31399 +IHNjaGxlY2h0 31400 +IHNhbHNh 31401 +xZ9la2vDvHI= 31402 +IHNlYXRpbmc= 31403 +IGVjb25vbWlzdHM= 31404 +IG1hbmc= 31405 +IHNlZ3VpbnRl 31406 +IHJhbmc= 31407 +IHJhdGlvcw== 31408 +IGNvbnN0ZWxs 31409 +IGxvbmd0ZW1wcw== 31410 +dWF0aW5n 31411 +IHNwb2lsZWQ= 31412 +IHJlY2lwaWVudHM= 31413 +IHNuaXBlcg== 31414 +7Iq164uI6rmM 31415 +IHdw 31416 +IExJTktF 31417 +IGZsYXJl 31418 +IEFkcmk= 31419 +w7Fhcw== 31420 +IGJhY2ts 31421 +bcOkw58= 31422 +IEJlbmQ= 31423 +IHdvcmtsb2Fkcw== 31424 +INGB0YPQvw== 31425 +IDE5NzU= 31426 +0LjQvNGB0Y8= 31427 +0LDQvdC1 31428 +INC80L7QvQ== 31429 +IGFzcGlyYXRpb25z 31430 +IEFlcg== 31431 +INCz0L7QstC+0YDQuNGC0Yw= 31432 +IFFpYW4= 31433 +IGNvbXByb21pc2Vk 31434 +IHlvbGs= 31435 +0LvQsNGB0YI= 31436 +IGhlbWVu 31437 +cm92ZQ== 31438 +ZGVucw== 31439 +INC60L7QvNC80LXQvdGC 31440 +IC0tLQ== 31441 +IGZsdW9yZXM= 31442 +0L3QvtGB 31443 +IExpdmVycG9vbA== 31444 +INGB0L7QsdC+0Lk= 31445 +IFp3ZQ== 31446 +IGx1bWlu 31447 +IE9H 31448 +4bg= 31449 +aG9sbQ== 31450 +cHJvZml0cw== 31451 +U04= 31452 +IHByb3BvcnRpb25z 31453 +IG1pY2E= 31454 +IEJvaA== 31455 +IEF0bGFz 31456 +IHVuc3VyZQ== 31457 +IHRvdXJpbmc= 31458 +IG5pZWQ= 31459 +IHTEmQ== 31460 +IGltcGVyYXRpdmU= 31461 +IGRlbWVr 31462 +IFNoZXJpZmY= 31463 +cmFuY2U= 31464 +IGhvbWVsYW5k 31465 +IEhhaWw= 31466 +IEdhbno= 31467 +eW1t 31468 +TW9u 31469 +dmlkYQ== 31470 +IGRlc2Fycm9sbA== 31471 +IGludHJpZ3Vpbmc= 31472 +IEh1Z28= 31473 +6aw= 31474 +0LDRhg== 31475 +IFdpxJlj 31476 +YXR0ZWQ= 31477 +IOyVhOuLiOqzoA== 31478 +IFZhcmk= 31479 +w6Fk 31480 +IHN1cnJlYWw= 31481 +IGRpc3Bhcml0aWVz 31482 +IG3Dsw== 31483 +dWxsZW4= 31484 +IOyeiOuLpOqzoA== 31485 +INC/0L7QttCw0LvRg9C50YHRgtCw 31486 +IG1haW5z 31487 +IGVqZWN0 31488 +IG1ldGhhbmU= 31489 +IG1hcmdpbmFsaXplZA== 31490 +IGNoaWxsaQ== 31491 +csOocw== 31492 +IHllbQ== 31493 +IENodW4= 31494 +IGRlYnRz 31495 +IGRvd25sb2FkaW5n 31496 +IEF0aGVucw== 31497 +aXNpZXJ1bmc= 31498 +cnlu 31499 +IHRla24= 31500 +IFF1aW5kaQ== 31501 +IHRhcmFm 31502 +IGjDqQ== 31503 +IGNvbnNjaW91c2x5 31504 +IGZpeGVz 31505 +dWNrbGU= 31506 +bWF5xLFu 31507 +IGZyZWk= 31508 +IHNwYQ== 31509 +IOynhO2WiQ== 31510 +INin2YTYsA== 31511 +INGD0Lo= 31512 +bGV0dA== 31513 +IG9sbXXFnw== 31514 +IGNoZWVzeQ== 31515 +4Liy4LiB 31516 +bmFpcmU= 31517 +IHdpZGVu 31518 +IGxpZW4= 31519 +IGVzY2FwaW5n 31520 +aWdncw== 31521 +IEJsaWNr 31522 +Y8SF 31523 +IOyEnOs= 31524 +INeU16E= 31525 +INCy0L/QtdGA 31526 +b3Bob25l 31527 +aWVsbA== 31528 +IFNVQlNDUkk= 31529 +IGxpb25z 31530 +IOq3uOqygw== 31531 +IGluc3BpcmVz 31532 +IGd1YXJhbnRlZXM= 31533 +IGNvbWXDp2E= 31534 +IEdyb3dpbmc= 31535 +IG5lZ2xpZw== 31536 +IEZyYW5rZg== 31537 +IGdlZ2ViZW4= 31538 +IMSR4bqndQ== 31539 +IGVuZGxpY2g= 31540 +IOyNqA== 31541 +IFRU 31542 +IExpdGg= 31543 +z4DOsQ== 31544 +YXN0ZXJu 31545 +IEF6ZXI= 31546 +IGx1bmFy 31547 +aGlj 31548 +INC90LDRgNC+0LQ= 31549 +IG5lbmh1bQ== 31550 +IFNhbHZhZG9y 31551 +IFByb2dyZXNz 31552 +IHByaXZpbGVnZXM= 31553 +IOuPmeyViA== 31554 +IGFudGFnb24= 31555 +IEltcGY= 31556 +IGRlc2N1Yg== 31557 +IExlaQ== 31558 +IOyDiOuhnA== 31559 +0YfQtQ== 31560 +IGTDs2xhcmVz 31561 +IE1lZ2hhbg== 31562 +IFdpcmU= 31563 +dG9v 31564 +YXlpbmc= 31565 +dXNj 31566 +IHR1ZA== 31567 +IGFwcGVhbHM= 31568 +ZWR1Yw== 31569 +IHBhbmU= 31570 +IGpp 31571 +IGRlY2tz 31572 +IEFsdGVy 31573 +7ISk 31574 +IHByb2R1Y3Rpb25z 31575 +IFdJTExJQU0= 31576 +IGltcGxpZWQ= 31577 +IGZ1bGZpbGxtZW50 31578 +IEFhaA== 31579 +IHNhamE= 31580 +eHVz 31581 +IM6azrHOuQ== 31582 +w6Bz 31583 +dWNjaA== 31584 +0L7QutC+ 31585 +IERpc2NvcmQ= 31586 +IFNZ 31587 +anNr 31588 +IFdhbGxhY2U= 31589 +dW5jdGlvbg== 31590 +RGFuaWVs 31591 +IGvDtnQ= 31592 +aWphaA== 31593 +IG1hcmNoZQ== 31594 +IGRpc2dy 31595 +IG11bmdraW4= 31596 +IGFsbWE= 31597 +s7U= 31598 +IGV4dGVuc2l2ZWx5 31599 +IEZsb3Jlbg== 31600 +IEFsbGlzb24= 31601 +2YrZhQ== 31602 +IGp1dmVu 31603 +IFJlbmFpc3NhbmNl 31604 +IGZ1bmRyYWlzaW5n 31605 +IENoYW9z 31606 +IHBhcmFseQ== 31607 +IG5hcnJhdG9y 31608 +IGVjb3N5c3RlbXM= 31609 +QXNo 31610 +IG1pdGlnYXRpb24= 31611 +IEF1am91cmQ= 31612 +IElkZWU= 31613 +ISw= 31614 +IMK9 31615 +IGxhbmRsb3Jk 31616 +IGRlZmVjdHM= 31617 +IGFjcmU= 31618 +dWxzaXZl 31619 +IGFsZ2Fl 31620 +cGVr 31621 +IGVtYmE= 31622 +IFJvYw== 31623 +a3NvbQ== 31624 +w6RjaGU= 31625 +IGxldWs= 31626 +IGxldmVyYWdpbmc= 31627 +IOq3uOugh+yngA== 31628 +IFBhbG0= 31629 +IMOkdmVu 31630 +IGxpcw== 31631 +IEluc3A= 31632 +IFJpdGE= 31633 +IEFiYg== 31634 +aXRobQ== 31635 +IHN1cGVydmlzaW9u 31636 +IHJldmlzaXQ= 31637 +IHBpxJk= 31638 +IGV1aA== 31639 +IGZhZGVz 31640 +IG1vdHRv 31641 +0LXQt9C2 31642 +IFNoaW0= 31643 +IHJlbGV2YW5jZQ== 31644 +IG9v 31645 +IG9zdGF0 31646 +bmljYQ== 31647 +IGNob2l4 31648 +IEZhY3VsdHk= 31649 +IOykkeyXkA== 31650 +IEFib3Zl 31651 +INC90LXQsdC+0LvRjNGI 31652 +IHNlcXVlbmNpbmc= 31653 +IG51dHJpZW50 31654 +IGNvbnF1ZXJlZA== 31655 +IGRpZ2VzdGl2ZQ== 31656 +IGJhY2tkcm9w 31657 +IExvcmk= 31658 +YWlsYWJsZQ== 31659 +R2FtZQ== 31660 +IG5lZ2xlY3RlZA== 31661 +b21vcnBo 31662 +aWxsYWg= 31663 +IGtuZQ== 31664 +IHNpaXTDpA== 31665 +IHdvcmtzcGFjZQ== 31666 +IFZlbmljZQ== 31667 +IEtuZQ== 31668 +0YnQvg== 31669 +hYA= 31670 +IEhhc3M= 31671 +IHZpdGE= 31672 +nbzrqbQ= 31673 +IGxheXM= 31674 +w6puY2lhcw== 31675 +w6lyaWNh 31676 +IExs 31677 +IENvY2E= 31678 +IFdIWQ== 31679 +IHJvdXRpbmc= 31680 +IHBlcm1pc3Npb25z 31681 +IGRpbmdz 31682 +cHJlbmQ= 31683 +cHJvZ3JhbQ== 31684 +IGNyb2NvZA== 31685 +YnJhbA== 31686 +QUFBQUFBQUE= 31687 +YWdpdA== 31688 +IE7DpA== 31689 +IGdla29tbWVu 31690 +YXR0ZW4= 31691 +IHJlZmVyZW5jZWQ= 31692 +IHBhaXJpbmc= 31693 +IFBhcnRuZXI= 31694 +IENvcm9uYXZpcnVz 31695 +0ZbRgQ== 31696 +INeU15M= 31697 +IGVzcGVjw61maWM= 31698 +YXJzaQ== 31699 +cXVlbGxl 31700 +IHNwb250YW5lb3Vz 31701 +IOqyg+ydhA== 31702 +INCf0L7RgdC70LU= 31703 +INin2YTYrw== 31704 +IFNob3V0 31705 +INC90LDQuw== 31706 +IGRpc2d1aXNl 31707 +IEpvcmQ= 31708 +IHdlZQ== 31709 +IG1pZWpzYw== 31710 +IHNlcnVt 31711 +IHBsYWlzaXI= 31712 +IGNyZWRpYmxl 31713 +IGLDpQ== 31714 +IEFK 31715 +bWFyZXM= 31716 +IHJvZHM= 31717 +IGVyYW4= 31718 +IHDDpMOk 31719 +IFVB 31720 +IFVua25vd24= 31721 +INmE2YU= 31722 +IFJhYmJp 31723 +IGxhYXQ= 31724 +IGhhaXJzdHlsZQ== 31725 +INi6 31726 +IGNhY2g= 31727 +IFdyaXRpbmc= 31728 +0L7Rh9C60Lg= 31729 +YWJhZA== 31730 +IHN0cmFpZ2h0ZW4= 31731 +LS0i 31732 +d2lmZQ== 31733 +IGhvdHRlc3Q= 31734 +IHB1bnlh 31735 +IEZhc2hpb24= 31736 +Z3JpZmY= 31737 +IFFS 31738 +b3RjaA== 31739 +INCc0L7QttC10YI= 31740 +Q2xvdWQ= 31741 +IFN0cmlrZQ== 31742 +IEhlaW4= 31743 +IGxlaQ== 31744 +IEZsb3c= 31745 +d2Vncw== 31746 +IGhhYnI= 31747 +bmFobWU= 31748 +zIE= 31749 +IHBsZWFzaW5n 31750 +b3BwaW5n 31751 +IOq1rOuPhQ== 31752 +IGRyYW4= 31753 +IGJhbmdz 31754 +IDc5 31755 +IHNrZXQ= 31756 +IGNhdmFs 31757 +IE1hY3Jvbg== 31758 +IHdlaWdodGVk 31759 +IG11dGVk 31760 +IG51ZXN0cmFz 31761 +RUVQ 31762 +IG1hdGhlbWF0aWM= 31763 +IE1SSQ== 31764 +YWd1cw== 31765 +IHRoZXJhcGllcw== 31766 +zrjOtQ== 31767 +IHVucGw= 31768 +IGNvbW1lbmNlcg== 31769 +ZnVsbA== 31770 +IHRvd2Vscw== 31771 +IHBydWU= 31772 +IGxpY2Vuc2Vz 31773 +15vXldec 31774 +INCf0L7Rh9C10LzRgw== 31775 +IHBvaW50bGVzcw== 31776 +Qnll 31777 +IGVsaWdpYmlsaXR5 31778 +IHNjcmFwZQ== 31779 +IGFidXNpdmU= 31780 +IE1hbnQ= 31781 +IGpldW5lcw== 31782 +dGFs 31783 +IFByaW5jaXA= 31784 +IE9ydGhvZG94 31785 +IG1lbG9k 31786 +INC80LDRgtC10YDQuA== 31787 +IHByb3NlY3V0b3I= 31788 +IG9waW9pZA== 31789 +INGD0LLQtdGA 31790 +IEJlZW4= 31791 +IOygkeyihQ== 31792 +IGR5bmFzdHk= 31793 +IGFqdWRh 31794 +IGVudHJlZw== 31795 +IHdlaWdoZWQ= 31796 +IGV1cmU= 31797 +IEJlbQ== 31798 +IGFibm9ybWFs 31799 +ODI= 31800 +IEpS 31801 +IEFrdA== 31802 +IEJyaQ== 31803 +w7p0 31804 +IHN0YWdu 31805 +ISo= 31806 +IHdlZ2Vu 31807 +IGxlYWtpbmc= 31808 +IFdvcmRz 31809 +IE1hdQ== 31810 +IHZ1ZQ== 31811 +IExpYW0= 31812 +0LDQvdC40LXQvA== 31813 +IGNsaW5pY2lhbnM= 31814 +IFB1bXA= 31815 +IGbDtnJzdA== 31816 +Py4uLg== 31817 +IGF1dG9tb3RpdmU= 31818 +IE93ZW4= 31819 +enVzYWdlbg== 31820 +IEh1bmRyZWQ= 31821 +IGRlY2VudHJhbGl6ZWQ= 31822 +IGJ1bGJz 31823 +INec15s= 31824 +IHByb3ZpbmNlcw== 31825 +IE1pbGFu 31826 +ODE= 31827 +a2Fz 31828 +IOuTow== 31829 +IGZvcsOnYQ== 31830 +IHJpZ2h0bHk= 31831 +csSF 31832 +IHZlbnVlcw== 31833 +IHdhaQ== 31834 +IHByZWRpY3Rpbmc= 31835 +IFdpRmk= 31836 +IOq2geq4iA== 31837 +2LHZiA== 31838 +INeU15Y= 31839 +Y2VudHVyeQ== 31840 +IGdyYWR1YWw= 31841 +IFByb2JsZW1l 31842 +IOyXhQ== 31843 +IGNvcGluZw== 31844 +IEJydXM= 31845 +IHBlYW51dHM= 31846 +aXJ0c2NoYWZ0 31847 +INC30LDQuw== 31848 +IFRyb3k= 31849 +IHNwZXJt 31850 +IE1pdGFy 31851 +IFTDvHJraXll 31852 +Z3JhbmQ= 31853 +pq0= 31854 +INee16E= 31855 +IHBhbnM= 31856 +IEtub3dsZWRnZQ== 31857 +YmVybHk= 31858 +INCV0LPQvg== 31859 +IGRhbmNlZA== 31860 +IEZyb3N0 31861 +IEJ1cmc= 31862 +IGJpdGluZw== 31863 +7KCV7J2E 31864 +bWVhbA== 31865 +IGhlcm9pYw== 31866 +IG1vdGhlcmJvYXJk 31867 +IExpY2h0 31868 +bGxhbg== 31869 +0LDQudC9 31870 +INGA0Y/QtA== 31871 +IOC5gOC4 31872 +b25lbg== 31873 +aXJpZQ== 31874 +QXJ0 31875 +cmFuZw== 31876 +zr3Otw== 31877 +IG5ld2Jvcm4= 31878 +IGFtaXM= 31879 +INin2YjYsQ== 31880 +IHNvcGhvbQ== 31881 +IENhcmVmdWw= 31882 +IHByb3NwZWN0cw== 31883 +ZW5zZW4= 31884 +IHRocmlsbA== 31885 +IFZp4buHdA== 31886 +QWRhbQ== 31887 +cml0aW9u 31888 +ZW50cmlj 31889 +dWRlbg== 31890 +IGNlcnRpZmljYXRlcw== 31891 +IGFzaGVz 31892 +cGxheWluZw== 31893 +IHNhZGVjZQ== 31894 +IG9zdA== 31895 +IGFpcnBsYW5lcw== 31896 +0YDQvtC6 31897 +b25lcg== 31898 +IG1hZ25lc2l1bQ== 31899 +IGdvZGRhbW4= 31900 +IDE5NzI= 31901 +IFNjaHVsZQ== 31902 +IHRlbWF0 31903 +IHBhcnRvdXQ= 31904 +4K+C 31905 +IGludmU= 31906 +IFNjaWVudGlzdHM= 31907 +IEh1ZHNvbg== 31908 +d2lubmluZw== 31909 +Y2Vrc2lu 31910 +IGNvbmdyZXNzaW9uYWw= 31911 +b3J1 31912 +IHJvcGVz 31913 +0LLQtdC0 31914 +IG1hZHJl 31915 +IGZlcnJ5 31916 +IENvaGVu 31917 +IFByZWQ= 31918 +IHZhZ3k= 31919 +INCx0LXRgdC/ 31920 +IG11bHRpbQ== 31921 +IGRyYWluYWdl 31922 +IHNpbXVsYXRvcg== 31923 +Z2lnZ2xlcw== 31924 +IFN0YWRpdW0= 31925 +0L7QsdGJ 31926 +IG5vdGljZXM= 31927 +IGNyYXdsaW5n 31928 +IGdyb3VwZQ== 31929 +IGt0b8Wb 31930 +IFlvZ2E= 31931 +IG1lZGlkYQ== 31932 +INGF0LLQsNGC 31933 +IExpdGU= 31934 +IHJhdg== 31935 +b3JhbWE= 31936 +IGRpc2NvcmQ= 31937 +IERJUkU= 31938 +IHRlaA== 31939 +IE51cnM= 31940 +IHBpdGNoZWQ= 31941 +IGJhcmtpbmc= 31942 +IENva2U= 31943 +d2lhZA== 31944 +IHBvcHVsYXRlZA== 31945 +cGVsbGVk 31946 +INCx0L7Qsw== 31947 +IHBld25v 31948 +IEN1YmU= 31949 +IHJlY3J1aXRlZA== 31950 +IENhcmE= 31951 +xLHEn8SxbsSx 31952 +aW1hdGVk 31953 +INGI0LrQvtC7 31954 +aWNpb25hbA== 31955 +INC/0YDQvtGE 31956 +IGNvbnRhbWluYXRpb24= 31957 +IMO6bHRpbW9z 31958 +IGZlYXJmdWw= 31959 +IGVsZXBoYW50cw== 31960 +dXNp 31961 +IGlUdW5lcw== 31962 +IFN3YW1p 31963 +6rw= 31964 +IOyEpOuqhQ== 31965 +IFJpY2hhcmRz 31966 +IG1hZ25ldHM= 31967 +IFJpY2h0dW5n 31968 +IExlZ2lvbg== 31969 +IGtpdHR5 31970 +IGtpc3NlZA== 31971 +IHdhdGVyaW5n 31972 +IGNvbm8= 31973 +IFBhbGVzdGluZQ== 31974 +aWRpcg== 31975 +IG1hemU= 31976 +IGZsdWlkcw== 31977 +IFByb2R1Y2Vy 31978 +IEtyc25h 31979 +bGFm 31980 +INeQ15U= 31981 +IG1pZXN6 31982 +IFhpbmc= 31983 +b2ludGVk 31984 +c2Vpbg== 31985 +IEZ1aw== 31986 +IERlcHJlc3Npb24= 31987 +IER1dHk= 31988 +IFBhbnRoZXI= 31989 +IHN1bmQ= 31990 +IHJlZmVyZQ== 31991 +IGV4Y2x1c2lvbg== 31992 +IG5hdmFs 31993 +IFdpbnN0b24= 31994 +IHNsb2dhbg== 31995 +IGh5cG90aGV0aWNhbA== 31996 +IGVsZXZhdGU= 31997 +66C5 31998 +IGNhYmXDp2E= 31999 +IEdlc3VuZA== 32000 +bWV0ZXI= 32001 +IOyVhOuLiOuptA== 32002 +IGNsb3VkeQ== 32003 +4oCmPw== 32004 +IFNjaHJpdHQ= 32005 +IEpT 32006 +7I0= 32007 +IFNwcmluZ3M= 32008 +IEJhdHRlcg== 32009 +t7A= 32010 +IHRhaWxvcg== 32011 +IFBUU0Q= 32012 +IEdlbnQ= 32013 +IGJhxJ8= 32014 +IHNwYXR1bGE= 32015 +IGNyYXk= 32016 +IExlZ2lzbA== 32017 +IHPDug== 32018 +IGxldmU= 32019 +4Liy4Lih 32020 +IGVyYWQ= 32021 +IGRvbmc= 32022 +IGRlcm0= 32023 +IEJhbmtz 32024 +aWNobw== 32025 +IEZyYW56 32026 +cmF2ZWw= 32027 +0L7Qu9C+ 32028 +IGZsdXRl 32029 +IEVr 32030 +IGpveWZ1bA== 32031 +IGNoYXNlZA== 32032 +IExhcmdl 32033 +T3Zlcg== 32034 +IGVudHJlcHJlbmV1cmlhbA== 32035 +IGNvbnNpZGVycw== 32036 +0YPQtdC8 32037 +b3Bh 32038 +IGRvcm1pcg== 32039 +IEVsZW1lbnRhcnk= 32040 +IHByenlwYWQ= 32041 +0YPRgdC60LA= 32042 +INC+0YfQtdGA 32043 +dWdlbmU= 32044 +IHRlbmlkbw== 32045 +IGx1Z2FyZXM= 32046 +66U= 32047 +INGH0LDRgdGC 32048 +IHNhbw== 32049 +IGJyYWlk 32050 +IFZlcmU= 32051 +IFJlaWNo 32052 +IFBvc3M= 32053 +IGluYW4= 32054 +d2FuZA== 32055 +cmVm 32056 +IG1vbnRyZXI= 32057 +IDE5ODE= 32058 +YXPEsW5kYQ== 32059 +IGNocm9tZQ== 32060 +IFRyaW5pdHk= 32061 +IGV4cGxvaXRhdGlvbg== 32062 +IFNlbnNl 32063 +IENNUw== 32064 +IE5vYmxl 32065 +IOyEoO2DnQ== 32066 +IHN3ZWxsaW5n 32067 +ZWxlY3Ryb25pYw== 32068 +XT8= 32069 +IGJydXNoaW5n 32070 +IGxpcXVpZGl0eQ== 32071 +IEhvb2s= 32072 +IENvbm5vcg== 32073 +IEFsdW0= 32074 +IGd1Y2tlbg== 32075 +c3VpdGU= 32076 +IHdpZWxl 32077 +IGJhcnJlbHM= 32078 +IFJlZ2Vs 32079 +IE1lbnQ= 32080 +IFRyaXA= 32081 +IEJydXNo 32082 +IEVyaWs= 32083 +dXJhdGU= 32084 +yZly 32085 +IEN5cg== 32086 +b3VibGU= 32087 +IEJlY2Nh 32088 +IHBhc3N3b3Jkcw== 32089 +xbE= 32090 +Ym9yZw== 32091 +IHZlbmRv 32092 +IENsYXVz 32093 +IEZheg== 32094 +aW5kZXN0 32095 +IGRlY2Vhc2Vk 32096 +IGNvbXBhcmlzb25z 32097 +IExDRA== 32098 +IFBvcms= 32099 +IGV2ZW50dWFs 32100 +IHBhdHJlb24= 32101 +IGluYWJpbGl0eQ== 32102 +IGV4dGluY3Rpb24= 32103 +IOyii+yVhO2VmOuKlA== 32104 +INGB0L7RgQ== 32105 +YWp1 32106 +INeR15DX 32107 +IHNvZm9ydA== 32108 +IGRlc3RpbmVk 32109 +IFJpbg== 32110 +IG1vdXRocw== 32111 +IE5hdMO8cmxpY2g= 32112 +IHByZXNlcnZpbmc= 32113 +IGxpbXA= 32114 +b2N1c2Vk 32115 +0LjQvdCz 32116 +IGV4cG9zaW5n 32117 +IM6+ 32118 +640= 32119 +bGF1Z2g= 32120 +IGhpc3M= 32121 +IGluZGll 32122 +IGRldGFs 32123 +0YDQsNCy0YHRgtCy 32124 +IHRyw6pu 32125 +IG9nbmk= 32126 +IHNpbXBsZW1lbnRl 32127 +IDE5Nzg= 32128 +IGdvbw== 32129 +IDE5Njc= 32130 +IGdlbnVn 32131 +aMO2 32132 +IGhpc3TDsw== 32133 +IGxvYnN0ZXI= 32134 +Y2VuZG8= 32135 +IHRlaWw= 32136 +IGFsbGV2aQ== 32137 +MDAwMA== 32138 +T0xE 32139 +IHBlc29z 32140 +IGJvbnVzZXM= 32141 +IGFtaQ== 32142 +IHJldml2YWw= 32143 +IEhvcnNl 32144 +IHNhY2s= 32145 +VGFsaw== 32146 +IG11bGhlcg== 32147 +INC/0L7RgdGC0L7Rj9C9 32148 +IEhvb2Q= 32149 +SHVo 32150 +IOu2gQ== 32151 +IGh5dW5n 32152 +IE1lZXRpbmc= 32153 +IGltcG9ydGE= 32154 +IOywvuyVhA== 32155 +IFZlcm4= 32156 +IHN0cmlwcGVk 32157 +IHJlZnVzZXM= 32158 +IHF1YWxpZmljYXRpb25z 32159 +b3Bs 32160 +gOuPhA== 32161 +aXjDrQ== 32162 +IGRpYWI= 32163 +aXRpbWU= 32164 +Zmxvd3M= 32165 +IGluYWM= 32166 +IEdvbmc= 32167 +IG1lYW5pbmdsZXNz 32168 +IGNvdXJhZ2VvdXM= 32169 +IG1pY3JvYmk= 32170 +YXp5 32171 +aGlzdA== 32172 +IHZvbHVudGVlcmluZw== 32173 +VklF 32174 +IHZpb2xhdGVk 32175 +IHN5bXBhdGh5 32176 +IEVkaXQ= 32177 +ZWxlY3RyaWM= 32178 +cHJvZHVjdA== 32179 +IHBhbmRlbWlh 32180 +IGdlb21ldHJpYw== 32181 +IENvbnZlcnM= 32182 +Z3Jl 32183 +IGdsdXQ= 32184 +aXN0ZWQ= 32185 +INin2YTZgw== 32186 +IENoYWlu 32187 +IFByZXNlbnQ= 32188 +IFlpbg== 32189 +INGB0L7Qsw== 32190 +IFZsb2c= 32191 +IOyWtOuouA== 32192 +IGRvbm4= 32193 +IGhpdGNo 32194 +dWNraW5n 32195 +d2FsZA== 32196 +cmlzaw== 32197 +IGhhcmk= 32198 +IEtlbnM= 32199 +IElkb2w= 32200 +INCy0L3QuNC80LDQvdC40LU= 32201 +IHRvZGQ= 32202 +IHNtYXNoZWQ= 32203 +IGludmFyaQ== 32204 +INC60L7QvdGC0YA= 32205 +IGF1dGlzdGlj 32206 +7J6l64uY 32207 +UmVz 32208 +0LTRiw== 32209 +Y2hhdQ== 32210 +IHNlbHY= 32211 +IGjDpHR0ZW4= 32212 +4KS/ 32213 +IGV4cGVjdHM= 32214 +z4HOtw== 32215 +IGHDp8Sxaw== 32216 +IEhUVFA= 32217 +bGXFnw== 32218 +IHN3ZWVwaW5n 32219 +IEJldGE= 32220 +IGNvdW50ZXJwYXJ0cw== 32221 +YWJpbGU= 32222 +IFNpbXM= 32223 +Q3M= 32224 +IHJlcGFy 32225 +c3F1 32226 +IHByb3ZpbmNpYWw= 32227 +IHNoYXJlaG9sZGVycw== 32228 +IHJ1bnRlcg== 32229 +IGdlZGFjaHQ= 32230 +IFRlZW4= 32231 +IGdyYW5kcw== 32232 +YWdsZXM= 32233 +IHJvY2t5 32234 +dmVucw== 32235 +IHJpdmFscw== 32236 +dW5hbA== 32237 +IHJlYWN0cw== 32238 +66k= 32239 +IG1lcmN1cnk= 32240 +IEx1aWdp 32241 +INC+0LM= 32242 +IEpVU1Q= 32243 +IGxvZA== 32244 +IGNvcnRleA== 32245 +d2ln 32246 +IGxha2g= 32247 +7KSR7JeQ 32248 +IFZpYw== 32249 +IE11bmQ= 32250 +IG1hcHBlZA== 32251 +IERlbGw= 32252 +IERydWNr 32253 +IGxpZmVz 32254 +0LDQu9GM0L3QvtC1 32255 +aXZpZHVhbA== 32256 +YWTEsW0= 32257 +IGF0cmF2 32258 +IEZsdWc= 32259 +IEtsZWlu 32260 +6rGw7JW8 32261 +4Lir4LiZ 32262 +IGFwcGxp 32263 +4K6+Pw== 32264 +w7x5b3J1bQ== 32265 +INC40L3RgtC10YDQtdGB0L3Qvg== 32266 +IGRpc2luZmVjdA== 32267 +Pi0= 32268 +IGNoYW1wYWduZQ== 32269 +IGtsYQ== 32270 +b3BlcnM= 32271 +VHJhbnM= 32272 +IERlc2VydA== 32273 +IGN1bHRpdmF0ZQ== 32274 +IEZ1Y2tpbmc= 32275 +aWRlbGl0eQ== 32276 +INGC0LDQvQ== 32277 +IGluY3Vi 32278 +IHRlbXU= 32279 +IGxlYXJuZXI= 32280 +Zm91bmRlcg== 32281 +IFN5bA== 32282 +IGZhdG8= 32283 +emllcg== 32284 +IOyXhuydtA== 32285 +IOyIqA== 32286 +IHBzeWNobw== 32287 +INGC0LXQu9C10YQ= 32288 +IHJlZ2FyZGU= 32289 +IHJlcHJlc2VudGF0aW9ucw== 32290 +IGxpdGlnYXRpb24= 32291 +IHNwYW5u 32292 +dWx0cw== 32293 +Ymlvcg== 32294 +IFN1cnZleQ== 32295 +IExFRHM= 32296 +IHRyw6Q= 32297 +IGzDqm4= 32298 +IGFudGlveGlk 32299 +0LXRgNC+0Lw= 32300 +IGluZHVjdGlvbg== 32301 +IGZvb2xlZA== 32302 +w6R0emxpY2g= 32303 +INCz0L7QstC+0YDRj9GC 32304 +IEZhY3Q= 32305 +dW1iYWk= 32306 +IHdpZ2dsZQ== 32307 +Tk9VTg== 32308 +IGTDqXZlbG9wcA== 32309 +IENsYXJv 32310 +IOy4 32311 +66w= 32312 +IGFjY3VtdWxhdGU= 32313 +IG1haW50YWlucw== 32314 +64Q= 32315 +IEZpZ2h0ZXI= 32316 +7Yag 32317 +IG1hdGlu 32318 +IGNvdXBvbg== 32319 +IHN0dW50 32320 +IGRlYnV0ZWQ= 32321 +IHByYWc= 32322 +0LjQstCw0LXQvA== 32323 +NzM= 32324 +IGV4cHJlcw== 32325 +IOyYpOu5oA== 32326 +INC/0LXRgNGB0L7QvQ== 32327 +IGNhbGN1bHVz 32328 +IGFicnVwdA== 32329 +IEluc3BlY3Rvcg== 32330 +b3VydA== 32331 +xbpuaWVq 32332 +aW50ZW5zZQ== 32333 +QmE= 32334 +IGxvdW5nZQ== 32335 +IGFzdGhtYQ== 32336 +IEhpw6c= 32337 +qrs= 32338 +IGVkaXRvcmlhbA== 32339 +IHNlaXpl 32340 +IGvEsXI= 32341 +IG1vdXZl 32342 +IHRpZXJyYQ== 32343 +IHRlc3Rvc3Rlcm9uZQ== 32344 +IHJo 32345 +IEtpbmdzdG9u 32346 +RUxMRQ== 32347 +IFJlcHJlc2VudGF0aXZl 32348 +IDE5NzQ= 32349 +IGliYQ== 32350 +VHM= 32351 +IHNvcnRh 32352 +ICg/KQ== 32353 +INiq2Yg= 32354 +IOuCtOugpA== 32355 +IGJla29tbXQ= 32356 +IHNwaXJpdHVhbGx5 32357 +IGRpc3RvcnRlZA== 32358 +TWFk 32359 +IHJlaW0= 32360 +w6FuaA== 32361 +IE90dG9tYW4= 32362 +IFJlbGln 32363 +IEVscw== 32364 +IHJldGFpbmVk 32365 +IExhdWdocw== 32366 +IFNBUw== 32367 +INC60L7Qu9C40YfQtdGB0YLQstC+ 32368 +15XXqteo 32369 +IGlubm92YXRl 32370 +IGtvcms= 32371 +INGA0LDRgdGB0LrQsNC30YvQsg== 32372 +b25kZXJl 32373 +aXZp 32374 +YXll 32375 +b3VudHk= 32376 +INC/0L7Qu9GD0YfQsNC10YLRgdGP 32377 +IGJ1bnM= 32378 +IHnDvHpkZW4= 32379 +IHN1cmdlcmllcw== 32380 +2KPZhg== 32381 +IGJhbmtydXB0Y3k= 32382 +d2VsdA== 32383 +IHNpYW1v 32384 +IGRhcmtlc3Q= 32385 +IEhhbm4= 32386 +Z2dh 32387 +IGZvcm1hcw== 32388 +IERq 32389 +bmFtZWQ= 32390 +IHNoaWVsZHM= 32391 +dWVsbGVy 32392 +IEZldw== 32393 +IGxhY2U= 32394 +IGZ1cmlvdXM= 32395 +IFlV 32396 +IHNvY2lldGFs 32397 +IGp1ZGdlbWVudA== 32398 +IERvcw== 32399 +IGphYg== 32400 +bGF3cw== 32401 +IHJlaW52ZW50 32402 +IEthdGhlcmluZQ== 32403 +IENob2k= 32404 +YWRvd3M= 32405 +IHJhbnM= 32406 +b2Rlbg== 32407 +IE1pZHdlc3Q= 32408 +bsSxbg== 32409 +IGRlcG9ydA== 32410 +IERpcA== 32411 +IGF0ZW5jacOzbg== 32412 +IENvdXJ0bmV5 32413 +aXZpZGFk 32414 +INqp24E= 32415 +IGVmZmljYWN5 32416 +IEJyb29rcw== 32417 +IHJlZmVycmFs 32418 +INC60L7QvdGG 32419 +IG1hbGljaW91cw== 32420 +IGtpcg== 32421 +IEdvZGRlc3M= 32422 +IGZ1bmt5 32423 +IGludGVyaW0= 32424 +IEvDtnJwZXI= 32425 +IOyWvOun 32426 +a3Vy 32427 +INC60LvQuA== 32428 +IHRydWNz 32429 +Z2VzZXR6 32430 +IHp1Zw== 32431 +IEdsw7xjaw== 32432 +IE1pbnV0ZQ== 32433 +IHByZXN0aWdpb3Vz 32434 +IG5pZXo= 32435 +IGNvbmNlbnRyYXRpb25z 32436 +0LvQsNGB0YLQuA== 32437 +IFNpcw== 32438 +IFZpdGFtaW4= 32439 +a292 32440 +IFBCUw== 32441 +INC90LXQtQ== 32442 +IHJldGFpbGVycw== 32443 +IGNvbnZlbnRpb25z 32444 +IFNhbWFudGhh 32445 +IHByb3VkbHk= 32446 +Sm9yZGFu 32447 +IEpBU09O 32448 +YXRr 32449 +IHRyaXN0ZQ== 32450 +IHN0w6Ry 32451 +IHJlaXRlcmF0ZQ== 32452 +IHBvc3Rlcmlvcg== 32453 +IDE5NzM= 32454 +IFBpbmU= 32455 +IEp1bGlldA== 32456 +IHBlZGly 32457 +a2ls 32458 +IG92ZXJsYXBwaW5n 32459 +IGV4Y2x1ZGU= 32460 +IGVjb27Ds20= 32461 +IGFjY2VwdHM= 32462 +IFN0ZXI= 32463 +IOyatOuPmQ== 32464 +ZXN0YWI= 32465 +IHR1Zw== 32466 +YXJn 32467 +IGxpdnJv 32468 +2KfYtQ== 32469 +IHNlYW1z 32470 +IGJ1cmF5YQ== 32471 +IGVsbG8= 32472 +IFRN 32473 +IFBhdw== 32474 +IEluZGV4 32475 +RXhj 32476 +IGluc3BpcmF0aW9uYWw= 32477 +IGR1bms= 32478 +YWt0ZXI= 32479 +IGNvbmRpdGlvbmVy 32480 +IFNhbHV0 32481 +xYJlYw== 32482 +IOyJvQ== 32483 +INGD0LfQvdCw 32484 +IFJvbWVv 32485 +ZnJ1aXQ= 32486 +IFlP 32487 +IGNo4buJ 32488 +0LHRgw== 32489 +Ym9ucw== 32490 +IHJlcHJvZHVjdGl2ZQ== 32491 +IG9yYWRh 32492 +IO2aqA== 32493 +IHRlbnRhcg== 32494 +IG1hw7FhbmE= 32495 +IHNvbHZlbnQ= 32496 +SmVzc2ljYQ== 32497 +IExlZ2Fs 32498 +IHR1YQ== 32499 +IHNpYw== 32500 +IEVR 32501 +YXVrZWU= 32502 +7Iuc64uk 32503 +IMWedQ== 32504 +IGFkaGVyZQ== 32505 +IFR1bA== 32506 +IOCuhg== 32507 +IHRleHRib29rcw== 32508 +IEZpZnRo 32509 +IGV4cGVyaQ== 32510 +IGNoaWM= 32511 +IGhlYXA= 32512 +aW5lbHk= 32513 +YXRyYQ== 32514 +VHdv 32515 +IGhlbGVtYWFs 32516 +IGZyZW4= 32517 +IGJpc2hlcg== 32518 +2KfYtA== 32519 +IOyEoOyDnQ== 32520 +IFRhZ2Vz 32521 +IHPhu7E= 32522 +IGJ1bGxpZWQ= 32523 +2KQ= 32524 +IGJlbmVmaXRlZA== 32525 +IFByZXZpb3VzbHk= 32526 +INGN0YTRhA== 32527 +2Y0= 32528 +IHNlbmF0ZQ== 32529 +IE1vcm0= 32530 +aWprZQ== 32531 +IEZsdQ== 32532 +IGluY29ycG9yYXRpbmc= 32533 +amFjaw== 32534 +INC/0LjRgg== 32535 +IGltcGx5 32536 +IGhhY2tz 32537 +IFJJQ0g= 32538 +INC60LLQsNGA 32539 +INC/0YDQtdC60YDQsNGB 32540 +IGRlcGVuZGVuY3k= 32541 +IOyaqQ== 32542 +IOyxhQ== 32543 +IHfDpGhyZW5k 32544 +IHN1bGxh 32545 +IFBpdHRzYnVyZ2g= 32546 +IGVzZW1waW8= 32547 +vOuhnA== 32548 +cHJvdA== 32549 +IFJvc2Vu 32550 +IEluZGVwZW5kZW5jZQ== 32551 +IHBhcnNsZXk= 32552 +aWVnZW4= 32553 +IGhhdw== 32554 +IGFxdWVsbA== 32555 +IENBUA== 32556 +INGA0LDQsdC+0YLQsNGC0Yw= 32557 +IENsaWZm 32558 +aW9uYXI= 32559 +IHNlY3VyaW5n 32560 +zr3OtQ== 32561 +IHV0aWxpcw== 32562 +IGNvdWxl 32563 +IFBpbmc= 32564 +IHRyZWs= 32565 +IGZhaw== 32566 +IGVub3JtZQ== 32567 +IOyLqw== 32568 +IGRvdWJsaW5n 32569 +INC90YDQsNCy0LjRgtGB0Y8= 32570 +IGhlZA== 32571 +aG92ZW4= 32572 +IFN0YW5kaW5n 32573 +IG3DrW4= 32574 +IEppbWlu 32575 +IG1vbmFyY2g= 32576 +IGNva2U= 32577 +IG1y 32578 +IGNsaWM= 32579 +w40= 32580 +IGltcGVhY2htZW50 32581 +IGR1cmFiaWxpdHk= 32582 +IHZhcmlvcw== 32583 +IGNvbW1lcmNpYWxz 32584 +IGdyZWV0aW5ncw== 32585 +IFJp 32586 +IEFwcHJlY2k= 32587 +7J6I64qU 32588 +IHLDqXN1bHQ= 32589 +w6lydA== 32590 +IHNhbHV0ZQ== 32591 +IHBvZGVyaWE= 32592 +IHN1bnJpc2U= 32593 +dmVjaw== 32594 +IHJlbHVjdGFudA== 32595 +IGNvbW1pc3Npb25lcg== 32596 +w6J0ZQ== 32597 +IEtlbm55 32598 +IFNpcmk= 32599 +IOuKmA== 32600 +IEVF 32601 +IHVuY2g= 32602 +0LrQvtC9 32603 +INin2YTYpQ== 32604 +IGJlbHRz 32605 +IGhhc3M= 32606 +INC80L7Rjw== 32607 +IGRpc3BsYWNlZA== 32608 +IGFicmE= 32609 +zq3Ouw== 32610 +IHNjcmF0Y2hlcw== 32611 +IGNvbWV0 32612 +IGF1dGhvcml6YXRpb24= 32613 +IExMQw== 32614 +IHByb2R1aw== 32615 +IHJlaGFiaWxpdGF0aW9u 32616 +5Z4= 32617 +0ZbRhw== 32618 +dWRpbmc= 32619 +b2xpdA== 32620 +IDEwNQ== 32621 +IGV4cGFuZHM= 32622 +IGFsdHJp 32623 +IEtvbW1lbnQ= 32624 +IGFuZg== 32625 +UGw= 32626 +IE1hbmE= 32627 +ZmVk 32628 +IGJyaQ== 32629 +IG9yYQ== 32630 +R3M= 32631 +IEd1cg== 32632 +dWNrbGFuZA== 32633 +IGp1bmN0aW9u 32634 +IGlyb25pYw== 32635 +IEZlZWQ= 32636 +IHByYWt0 32637 +IEhhbW1lcg== 32638 +jOuPhA== 32639 +IFRyYWN5 32640 +IEFzaWRl 32641 +0L3QtdCz0L4= 32642 +INC40YHQv9C+0LvRjNC30L7QstCw0YLRjA== 32643 +IHphag== 32644 +IGVxdWl0YWJsZQ== 32645 +IGN1cmI= 32646 +IGRlcml2YXRpdmVz 32647 +IHB1cHBpZXM= 32648 +IEtlbm5ldGg= 32649 +IENvbXBs 32650 +aWdyYW0= 32651 +IEdhcmNpYQ== 32652 +KSI= 32653 +IEhhcmJvcg== 32654 +ZXN0aWFs 32655 +IGVycw== 32656 +5rk= 32657 +IHVud2FudGVk 32658 +IGJlbGFuZw== 32659 +0LDQs9C+ 32660 +ZW1i 32661 +ZG9z 32662 +IOyZnOs= 32663 +IEJ1ZGdldA== 32664 +IGJhdHRsaW5n 32665 +2K3Yqg== 32666 +a29r 32667 +0L3QsNGH0LDQu9Cw 32668 +IHBsYWc= 32669 +IGNhbnRpZGFk 32670 +IGdydXBvcw== 32671 +IHBsdWdpbnM= 32672 +bGVyaW5p 32673 +INC40LzQtdC10YI= 32674 +IHNvenVzYWdlbg== 32675 +b2xpY3M= 32676 +IHB1ZWJsbw== 32677 +IHJlbWluaXM= 32678 +csOkbg== 32679 +IE1vcnJpc29u 32680 +IGxpbmhh 32681 +IGJyZWF0aHM= 32682 +IFRhc3Rl 32683 +IGVuZnJlbnQ= 32684 +IERvY2tlcg== 32685 +INC00LXQvQ== 32686 +IGV0aG5pY2l0eQ== 32687 +IHdvYg== 32688 +IHN1ZmZlcnM= 32689 +IHRyYW5zaXRpb25pbmc= 32690 +IFJhbmdl 32691 +xJlkenk= 32692 +INC60LDRgg== 32693 +IHN5bmVy 32694 +IGRvbnV0 32695 +IHByb2JhYmlsaXRpZXM= 32696 +IE9tYXI= 32697 +V2hpY2g= 32698 +dWlzaA== 32699 +aXNpbg== 32700 +IGRlbW9z 32701 +IOyggOq4sA== 32702 +IOuYkeqwmQ== 32703 +INC10LTQuNC9 32704 +IGNlcnZl 32705 +IGpva2E= 32706 +SUFO 32707 +IGtpbG9tZXRlcg== 32708 +IGhvcml6b250YWxseQ== 32709 +IEJoYWc= 32710 +IC0+ 32711 +IE1vbml0b3I= 32712 +IGtub3dsZWRnZWFibGU= 32713 +IGZhdg== 32714 +IHBpbm5lZA== 32715 +IGVCYXk= 32716 +aWNrZXI= 32717 +IOyeoOq5kOunjA== 32718 +IFhpYW9taQ== 32719 +IGNhcGl0 32720 +IG5w 32721 +IDE5NjU= 32722 +aG9l 32723 +IG5vaw== 32724 +IFNhZ2U= 32725 +INC90LXQu9GM0LfRjw== 32726 +IFRvdw== 32727 +Z2Ft 32728 +IGRpY2Vu 32729 +IFNVQlNDUklCRQ== 32730 +IHJlYm9vdA== 32731 +IHBhag== 32732 +IOuztOyXrOs= 32733 +IHRoaWNrZW4= 32734 +IFJlYWxpdHk= 32735 +aWTDpG4= 32736 +TmE= 32737 +IOqyg+ydgA== 32738 +ISEp 32739 +IHJvdXRpbmVz 32740 +INC+0LTQvdC+0LPQvg== 32741 +IGV4dGluZw== 32742 +IOymnQ== 32743 +IHN1bGZ1cg== 32744 +IGNhcnZl 32745 +IGFzdGVyb2lk 32746 +IFdhcnJpb3I= 32747 +IHBob3RvZ3JhcGhlcnM= 32748 +IHBlbGw= 32749 +IGNyb3Nzb3Zlcg== 32750 +IGhhY2Vtb3M= 32751 +IE5lag== 32752 +IHNldHRsaW5n 32753 +IGlybQ== 32754 +IEJvb2tz 32755 +aWVudMO0dA== 32756 +IGVzcGFjaW8= 32757 +IFNjaG9sYXJz 32758 +IGRvb21lZA== 32759 +IElSUw== 32760 +d29obA== 32761 +IHNlZ3Vl 32762 +IOuIhOqwgA== 32763 +IHByYXRpYw== 32764 +QlQ= 32765 +IENvbnNpZGVyaW5n 32766 +IEJ1ZmZhbG8= 32767 +IHRyYWluaW5ncw== 32768 +IGdlYnJ1 32769 +IEdsZWljaA== 32770 +IHBpcmF0ZXM= 32771 +IGVudmVsb3A= 32772 +IHJlb3Blbg== 32773 +aW1hdA== 32774 +IHRlZQ== 32775 +IHN1ZWQ= 32776 +ZmVo 32777 +INeU16c= 32778 +IGRpZXRz 32779 +IGp1bnRvcw== 32780 +YXN0bw== 32781 +IG1pc3VuZGVyc3Rvb2Q= 32782 +IHJ1aW0= 32783 +IGNsYXNzaWZ5 32784 +INC/0YDQvtC00YPQug== 32785 +IGluc2U= 32786 +IGlsbHVzdHJhdGVk 32787 +IGNvcnJvc2lvbg== 32788 +IGFjY3JlZA== 32789 +IEF1bnRpZQ== 32790 +INC/0YDQuNCy0LXRgg== 32791 +IExJVkU= 32792 +IHJlaw== 32793 +IHJlY2VpcHQ= 32794 +IEJhcmJpZQ== 32795 +IFNuYWtl 32796 +dHVybg== 32797 +SmVmZg== 32798 +lYQ= 32799 +Vk9JQ0VPVkVS 32800 +Y29sbA== 32801 +IHJ1bm5lcnM= 32802 +7KCc6w== 32803 +b3Nvcw== 32804 +bW9vbg== 32805 +IGtleW5vdGU= 32806 +IEluc3RpdA== 32807 +U1BFQUs= 32808 +IHBsdWdz 32809 +IGN1cnY= 32810 +IFl1cmk= 32811 +IFRoZXJlcw== 32812 +IFBz 32813 +IM68z4DOvw== 32814 +IGNvbnZlcnRlcg== 32815 +IHJlZmluZQ== 32816 +IGJhZGFzcw== 32817 +IM6/zrk= 32818 +IHJlZ2Vu 32819 +YXp6aQ== 32820 +2YrZgQ== 32821 +IHNlaXplZA== 32822 +IGnDp2Vy 32823 +aWxlZQ== 32824 +IHVwc3RyZWFt 32825 +IGJ1ZHM= 32826 +IHBpbQ== 32827 +IO2VmOujqA== 32828 +IGFsbHVkZWQ= 32829 +IHRoZW1lZA== 32830 +IGNvbnNpc3Rpbmc= 32831 +IGJvbnM= 32832 +dW51eg== 32833 +INC/0YDQvtCy0L7QtA== 32834 +IExvdmVseQ== 32835 +4KWL 32836 +IHBhcmFjaA== 32837 +IFN0YWF0cw== 32838 +IHNlbGVjdGl2ZQ== 32839 +IGZhc2U= 32840 +IEdlb3JnZXQ= 32841 +IGNvY2FpbmU= 32842 +IHJlcHJvZHVjdGlvbg== 32843 +IExhcmE= 32844 +IExE 32845 +IGdo 32846 +Sm9u 32847 +IGzDpQ== 32848 +IOuRkOs= 32849 +IHR5cGVk 32850 +IEJhbmE= 32851 +65Oc6w== 32852 +IHNhdm9yeQ== 32853 +IFpvbWI= 32854 +c3RhbmRlbg== 32855 +IHBlZGVzdHJpYW4= 32856 +IGRpZmbDqXJlbnRz 32857 +IOyLuA== 32858 +IGNvbXBsYWluZWQ= 32859 +INCa0YLQvg== 32860 +INec16Q= 32861 +YWxpxZtteQ== 32862 +IG1vcnRhcg== 32863 +IHZlcmRpY3Q= 32864 +IHN1ZmljaWVudGU= 32865 +IE1pbGxpb24= 32866 +bWl0dGVs 32867 +aW5hbHM= 32868 +INin2YTYrg== 32869 +0LDRjtGB0Yw= 32870 +IG1pxJlkenk= 32871 +IE9sZQ== 32872 +IGludmVydA== 32873 +Y3p5xIc= 32874 +0L7Qt9C80L7QttC90L4= 32875 +c3RhcnRlcg== 32876 +IGF1ZGl0b3I= 32877 +IFNjb3V0 32878 +Y2hpZW4= 32879 +IFN2ZXJpZ2U= 32880 +dWZmbGVk 32881 +IHplaG4= 32882 +IEF1Y2tsYW5k 32883 +IGFyZ2VudA== 32884 +IDE5NzY= 32885 +IEhvZQ== 32886 +IGJvdGhlcnM= 32887 +IHNvY2lhbGlzdA== 32888 +IHBsaWVycw== 32889 +IGVtZXJnZW4= 32890 +IFhQ 32891 +0LXRgNC+0LI= 32892 +TW9yZQ== 32893 +IExldmk= 32894 +IEFuZGVycw== 32895 +aWJpbGlkYWQ= 32896 +IFBhcmVudHM= 32897 +IGluZHVjZWQ= 32898 +7Ja07KQ= 32899 +IGJhbGFuY2Vz 32900 +INCy0YvRiA== 32901 +IHN1Ym1hcmluZQ== 32902 +U3RhcnQ= 32903 +IGRyaWVz 32904 +IHZvbHZlcg== 32905 +IHRpY2tpbmc= 32906 +Y290dA== 32907 +IGZhag== 32908 +cHLDqXM= 32909 +IFNhYmI= 32910 +INC30LDRhw== 32911 +INC/0L7QutGD0L8= 32912 +IGJhcHRpemVk 32913 +IEJyaWxsaWFudA== 32914 +INCR0L7Qsw== 32915 +IG1vdHM= 32916 +Yml0cw== 32917 +IGxhdHRpY2U= 32918 +IGNvcmlhbmRlcg== 32919 +IHJlc2lkZW5jeQ== 32920 +eW5j 32921 +IHBpZXJ3c3p5 32922 +IEtub2Nr 32923 +IFphcA== 32924 +INCV0LI= 32925 +6rKs 32926 +IHVuZXZlbg== 32927 +IEphcw== 32928 +b2Rvcg== 32929 +NzQ= 32930 +IFNpdGU= 32931 +IGFjb250ZWNldQ== 32932 +eW1wdA== 32933 +IHRyaWxvZ3k= 32934 +IGxhbnRlcm4= 32935 +IFp1Y2tlcg== 32936 +dmFyaQ== 32937 +d2VsbGluZw== 32938 +IFBvdGF0bw== 32939 +Z29tZXJ5 32940 +IHJlYWN0ZWQ= 32941 +IENocm9u 32942 +IGplZGU= 32943 +YmVlbGQ= 32944 +IHR3ZW50 32945 +IGxhY3Q= 32946 +IHLDqXNl 32947 +IHJlbGVudA== 32948 +IGZ1cm5hY2U= 32949 +IHdpZGdldA== 32950 +IGVhcnRocXVha2Vz 32951 +IEFkanVzdA== 32952 +aWxpdA== 32953 +INij2Yg= 32954 +IGhlYXJpbmdz 32955 +IGRlZmVuZGFudA== 32956 +aXJzaW5peg== 32957 +IGJhc2s= 32958 +Y2ph 32959 +nKg= 32960 +IHJpZmxlcw== 32961 +IGluc3RhbA== 32962 +IEZvcmdpdmU= 32963 +cGljYWw= 32964 +INCe0YfQtdC90Yw= 32965 +IHBldGl0ZXM= 32966 +IGhw 32967 +IHJlbm93bmVk 32968 +IElubg== 32969 +IOyjvOyEuOyalA== 32970 +IGVtcGhhc2l6ZWQ= 32971 +IOyeiOyjoA== 32972 +IOqyg+ycvOuhnA== 32973 +xZM= 32974 +Z2lsaQ== 32975 +RGF2ZQ== 32976 +IGV4aGF1c3Rpbmc= 32977 +xYJ1Zw== 32978 +IHNjaGVtYQ== 32979 +zrzOrA== 32980 +Y3ljbA== 32981 +IGF1dGFudA== 32982 +IHBhcmNlbA== 32983 +IG1hdGVyaWE= 32984 +IEJlcnJ5 32985 +INGB0LDQvNC4 32986 +IGV4dHJhY3RlZA== 32987 +IFNheWluZw== 32988 +aXNtYXRpYw== 32989 +INC/0L7Qv9GA0L7QsQ== 32990 +IG5ldXJvbg== 32991 +Z3JhcGg= 32992 +nOuptA== 32993 +IGVuY2xvc3VyZQ== 32994 +IEpvaGFubg== 32995 +IGFmdGVybWF0aA== 32996 +0YLQvtCx 32997 +IHXFvHk= 32998 +IHNhbXA= 32999 +MzYw 33000 +IE1laQ== 33001 +IHRhY28= 33002 +IHJlY2VwdG9ycw== 33003 +IHB1bmNoZXM= 33004 +IEhvamU= 33005 +INmH2YbYpw== 33006 +PSIj 33007 +IEFuZ3VsYXI= 33008 +IG11c2lxdWU= 33009 +IHJvbA== 33010 +IMOx 33011 +c3RlcnJlaWNo 33012 +IGNsYW0= 33013 +IFRyZWFzdXJ5 33014 +Y2hlbWljYWw= 33015 +IGFwYXI= 33016 +IGFwcGVuZA== 33017 +IGZvcmJpZA== 33018 +IEhhbWJ1cmc= 33019 +0LDQutC+0LI= 33020 +IOq4iA== 33021 +aWxkYQ== 33022 +IHByZXBhcmF0aW9ucw== 33023 +IG1vZ8SF 33024 +IGNhbWlubw== 33025 +RXJpYw== 33026 +IEJsaW5k 33027 +IERpc2NvdmVyeQ== 33028 +7Lig 33029 +IGludGVycHJldGVy 33030 +IGJyZWQ= 33031 +IFBzYWxt 33032 +IGRlZmVuZGVk 33033 +7Ims 33034 +IEVyZmFocg== 33035 +IFBlYWNo 33036 +IG1vb25z 33037 +IE9zdA== 33038 +IHNww6ljaWFs 33039 +IGFycml2ZXI= 33040 +IFdpcw== 33041 +dWNp 33042 +IHJvYm90aWNz 33043 +SVZF 33044 +IHNpZWdl 33045 +YXJsYQ== 33046 +IHNlcGFyYXRlcw== 33047 +IFRD 33048 +7Y+w 33049 +cXVpc2l0ZQ== 33050 +IHBhcmVudGhlc2Vz 33051 +0LjQutC1 33052 +IHRyb3Vz 33053 +INGB0LjQu9GM 33054 +IGJlZXJz 33055 +INC/0LvQsNGC 33056 +IHNvbGE= 33057 +IGTDqHM= 33058 +bWluZ2hhbQ== 33059 +aWt0ZQ== 33060 +IG9vcHM= 33061 +IHR3aXRjaA== 33062 +z4g= 33063 +IFNob3VsZG4= 33064 +dXZyZQ== 33065 +IGxlZXI= 33066 +Y3JpcHRpb25z 33067 +IGV5ZXNoYWRvdw== 33068 +IEd1bw== 33069 +IFBvd2VsbA== 33070 +IHN1cHVlc3Rv 33071 +IGFuYQ== 33072 +cmFscw== 33073 +IE1vbnRyZWFs 33074 +IHN1cmZpbmc= 33075 +INCf0LXRgNCy 33076 +157XlQ== 33077 +IG1pbGxpc2Vjb25kcw== 33078 +IHN1YnVyYnM= 33079 +IHBsYW5ldGE= 33080 +0YPRiNC60LA= 33081 +aHJsaWNo 33082 +IEhZ 33083 +INiz25I= 33084 +IE1N 33085 +IEVmZg== 33086 +IEhT 33087 +YW5zb24= 33088 +IOyngeygkQ== 33089 +IHN1bw== 33090 +IGRlcGxveWluZw== 33091 +IGt1bnQ= 33092 +dGVyaW5n 33093 +IGVyZWN0 33094 +7J6l7J20 33095 +IOydjOyLnQ== 33096 +IHNwZWNpbWVu 33097 +IS4uLg== 33098 +IGxpZ25l 33099 +IGtvbnN0 33100 +YWRlcXU= 33101 +IOyDge2DnA== 33102 +IGFjY2Vzc2Vk 33103 +IFBvbGU= 33104 +a2lsbA== 33105 +IOuyhOs= 33106 +IGF1dGhlbnRpY2l0eQ== 33107 +IGFwcGVsbGU= 33108 +dWxsZQ== 33109 +IHJldmlzaW9u 33110 +IGdvYXRz 33111 +0LPQu9C4 33112 +IHBhdQ== 33113 +IFJhbmdlcg== 33114 +IEltYWc= 33115 +YXV0aG9y 33116 +IGV2ZQ== 33117 +IE1lc3Nlbmdlcg== 33118 +IG5heQ== 33119 +IHdob2xlcw== 33120 +w6R0dGU= 33121 +IG9ud2FyZHM= 33122 +IERlcG9pcw== 33123 +IO2RnO2YhA== 33124 +IFNBUlM= 33125 +IHdzenlzdGtpY2g= 33126 +IGRlc3RydQ== 33127 +dW1iaW5n 33128 +IGNvbXBhdGliaWxpdHk= 33129 +IG1pc2luZm9ybWF0aW9u 33130 +b2RvcmU= 33131 +IEZhdm9y 33132 +ZWtv 33133 +j4w= 33134 +d2F1a2Vl 33135 +IFRlYWNoaW5n 33136 +IEtP 33137 +IGJldHRpbmc= 33138 +IHF1ZXN0cw== 33139 +IHZpdnJl 33140 +INC80YPQt9GL 33141 +IHNhZ2E= 33142 +IHN3ZWxs 33143 +IGdlaGU= 33144 +INC+0YDQs9Cw0L3QuNC3 33145 +IGdpZGU= 33146 +IEdyb3Nz 33147 +IGRhbGVq 33148 +IGNsYXdz 33149 +4buZYw== 33150 +IHByZWp1ZGljZQ== 33151 +IGluc2lnbg== 33152 +aWhvb2Q= 33153 +IHBsZWQ= 33154 +IGTDs25kZQ== 33155 +IFBvbGl0aWNhbA== 33156 +IHByZW1pc2Vz 33157 +dW5kZXJ0 33158 +2LnYqg== 33159 +b25uZW4= 33160 +IGVzcGHDp28= 33161 +IGbDqQ== 33162 +IEhhcnJpc29u 33163 +IENlbnN1cw== 33164 +IGNhcmRpbw== 33165 +IGRpeQ== 33166 +IG1pbGlldQ== 33167 +IGpvdXJuw6ll 33168 +IFJlbGVhc2U= 33169 +TklF 33170 +IE11aw== 33171 +aWTDqWU= 33172 +4buNaQ== 33173 +IGnDp2luZGU= 33174 +npk= 33175 +IHJlc29uYXRl 33176 +IG1vbGVz 33177 +IEZseWluZw== 33178 +IEdsb3JpYQ== 33179 +IFBhc3Rvcg== 33180 +IEFyZW5h 33181 +Tk9O 33182 +0L7Qu9C+0LI= 33183 +IGFsbMOt 33184 +b21hdA== 33185 +7Ja064+E 33186 +IGNhcmFjdGVyw61zdA== 33187 +IGRlY2xpbmluZw== 33188 +0ZbRjw== 33189 +YW5jbw== 33190 +IEluZm9ybQ== 33191 +IGJhcmdhaW4= 33192 +IGJ1c2hlcw== 33193 +IE5hdHVyYWxseQ== 33194 +IHJlY2h0cw== 33195 +IFRlbnNvcg== 33196 +IFBhdHJpY2lh 33197 +IHByaW5jaXBpbw== 33198 +IE11bWJhaQ== 33199 +IHdvbWI= 33200 +IG5vc3RyYQ== 33201 +IGRpbGVtbWE= 33202 +IGlyZ2VuZHdhbm4= 33203 +IDE5NjQ= 33204 +IGVuZXJnw61h 33205 +INC90LDRgA== 33206 +IHNlZ3JlZ2F0aW9u 33207 +IEF0aGxldA== 33208 +IMK7LA== 33209 +IHllbmk= 33210 +IFNlaXQ= 33211 +IHZlbm9t 33212 +IGRha2lrYQ== 33213 +IOuPjOs= 33214 +IMOJbA== 33215 +IGZ1cw== 33216 +IE1vZw== 33217 +pr3ri4jri6Q= 33218 +IHJlbWFy 33219 +IFRlZGR5 33220 +IGJyZWFzdHM= 33221 +aWNhbnM= 33222 +a2Fw 33223 +IGjGoW4= 33224 +IEpQ 33225 +IHJlc3VycmVjdA== 33226 +IOyduOs= 33227 +aGVyaWNhbA== 33228 +IGZvdG9ncmFm 33229 +IEpvc8Op 33230 +IGxpdmVsaWhvb2Q= 33231 +IGJpYmxp 33232 +dGVyaQ== 33233 +IHZvcnN0ZWxsZW4= 33234 +IEFBQQ== 33235 +IGFzc2Vzc2luZw== 33236 +WUE= 33237 +IHNwbGVuZA== 33238 +IGV4Y2F2 33239 +IGJhcHRpc20= 33240 +eWxs 33241 +d293 33242 +TWFj 33243 +IHBsYXN0aWNz 33244 +dGVva2Jva2tp 33245 +IGludMOpcmVzc2FudA== 33246 +IGNvbW1hbmRlZA== 33247 +IGZhbW91c2x5 33248 +INCY0LvQuA== 33249 +IE1hbnVlbA== 33250 +IHNvdXRod2VzdA== 33251 +IGRlZm9ybWF0aW9u 33252 +w61jdWxv 33253 +INC90LDRhdC+0LTQuNGC0YHRjw== 33254 +IFBhdHRlcg== 33255 +ZGVncmVl 33256 +IGN6xJlzdG8= 33257 +Ii0= 33258 +IOyFiw== 33259 +IG1hbmdlcg== 33260 +IFRydXN0ZWU= 33261 +gOumrA== 33262 +IHB1bnRvcw== 33263 +aXZhYmxl 33264 +IHZvbGF0aWxl 33265 +IOuKkA== 33266 +IGluc3RhYmlsaXR5 33267 +IGNpZWw= 33268 +Y2nEhQ== 33269 +IHB1cml0eQ== 33270 +0L3QvtGB0YI= 33271 +U2ls 33272 +ZWRhcg== 33273 +Tk9VTkNFUg== 33274 +IHNwZWxsZWQ= 33275 +R0VS 33276 +IHNhbmN0dWFyeQ== 33277 +IGFjY2VsZXJhdGluZw== 33278 +IHNjb3V0 33279 +INC/0YDQtdCy 33280 +ZmFocmVu 33281 +IOuCmOyYqA== 33282 +IHBvY3rEhXQ= 33283 +IE1ldQ== 33284 +a2Fhcg== 33285 +s7Tqs6A= 33286 +YWtyYQ== 33287 +RG93bg== 33288 +IMOEcg== 33289 +IEVsaXRl 33290 +IGFsbG9ucw== 33291 +IG1heW9ubmFpc2U= 33292 +IFN1c3RhaW4= 33293 +cHJpc2luZ2x5 33294 +IHN1cGVydmlz 33295 +IOq3uOugh+yjoA== 33296 +IHVuZW1wbG95ZWQ= 33297 +IGZyZXNobHk= 33298 +INee16I= 33299 +IERo 33300 +IHRhY2tsaW5n 33301 +IG9ncg== 33302 +IOy0iOs= 33303 +IGxvZnQ= 33304 +YXJhaA== 33305 +IEFpcmw= 33306 +IERpcg== 33307 +INCc0L7QttC90L4= 33308 +IGJvb2tpbmc= 33309 +IENSQQ== 33310 +IGh0dHBz 33311 +IGNob2tl 33312 +IGdvd24= 33313 +IG5vaXRl 33314 +IHphYw== 33315 +aXN0b2w= 33316 +IHNlY3Jl 33317 +IHJlc2VtYmxlcw== 33318 +IGN1YWQ= 33319 +7IKs6rCA 33320 +c2hvdw== 33321 +IGJsYW5j 33322 +IGFndQ== 33323 +IFByaW50 33324 +YXN0ZWQ= 33325 +IFdlYXRoZXI= 33326 +aXBs 33327 +IG9ic2N1cmU= 33328 +IGNvbnRl 33329 +b3VnaHM= 33330 +KTs= 33331 +IERhbWU= 33332 +IGNsYXJpZmljYXRpb24= 33333 +IGludGltYWN5 33334 +IHVwaG9sZA== 33335 +IE1pcnJvcg== 33336 +IHdhZ29u 33337 +eGlkZQ== 33338 +IGNsb2c= 33339 +YXBwZXI= 33340 +IEltbWVkaWF0ZWx5 33341 +w7pkZQ== 33342 +IHRvdWNoZG93bg== 33343 +IHJvb2Z0 33344 +0LDRiNCw 33345 +IMOnxLFrdA== 33346 +IGxhaXNzZXI= 33347 +IFVucmVhbA== 33348 +ZW5zaXRpdmU= 33349 +IDEyMw== 33350 +IHBsYXN0ZXI= 33351 +IGR1Y2tz 33352 +IGV0bWU= 33353 +IGJpc2hvcA== 33354 +YnJldmk= 33355 +IGJpYw== 33356 +IHJ1bnRpbWU= 33357 +IGFtYml0aW9ucw== 33358 +0LzQsNGC 33359 +IFdlaW4= 33360 +IE1hcmk= 33361 +IO2KuOs= 33362 +IHJlc29sdmVy 33363 +IG5nw6B5 33364 +IFJpc2U= 33365 +IENydXM= 33366 +IG1lcmNoYW5kaXNl 33367 +IGVsaQ== 33368 +IHN0YXRld2lkZQ== 33369 +IG93bA== 33370 +IHR3aXN0aW5n 33371 +IGNvbnRhbWluYXRlZA== 33372 +IENvbW1lcmNl 33373 +aHl0aG0= 33374 +IMOI 33375 +IOyLpOs= 33376 +IG11c3N0ZQ== 33377 +dWly 33378 +IHN1bXM= 33379 +IFNvbWV3aGVyZQ== 33380 +IGthbWk= 33381 +IGFpcmVk 33382 +IEFORFJFVw== 33383 +IOq6 33384 +IHZpZW5kbw== 33385 +IGFudGlib2R5 33386 +IGFic29sdW1lbnQ= 33387 +IHByb3Rlc3RlcnM= 33388 +IFF1w6liZWM= 33389 +c3RhZHQ= 33390 +U2hhdW4= 33391 +IGNoYW1iZXJz 33392 +IFdlYXI= 33393 +IEVmZmVjdHM= 33394 +IGhhemFyZHM= 33395 +IG5laQ== 33396 +IGNvcmF6w7Nu 33397 +IOG8 33398 +IFNH 33399 +lKk= 33400 +IOyXreyLnA== 33401 +IGNvbWZ5 33402 +IENvZHk= 33403 +IHBlbnNhbmRv 33404 +IGdhbnNrYQ== 33405 +IEFjcm9zcw== 33406 +w7ZsbGln 33407 +YWJ5dGU= 33408 +IHdlZGdl 33409 +IGthbGlhbg== 33410 +IHNpZ3Vl 33411 +ZW5kZXM= 33412 +IEdyb8Of 33413 +IHV0aWxpc2Vy 33414 +IGZsb3du 33415 +0LDQvdC40Y4= 33416 +IGxldmFy 33417 +cmVzdHJpYWw= 33418 +IGlsbHVzdHJhdGlvbnM= 33419 +IGFzbMSxbmRh 33420 +QkxFRVA= 33421 +INC00L7RgdGC 33422 +IHR1cnJldA== 33423 +IHN1aXRjYXNl 33424 +emnEmWtp 33425 +IHNrZXRjaGVz 33426 +IGFjcmVk 33427 +IFJlaQ== 33428 +IHRzdW4= 33429 +IFNhZw== 33430 +IHRoaXJkcw== 33431 +IEtJUkJZ 33432 +cmFp 33433 +IGh1bWFub3M= 33434 +IHJlY29tbWVuZHM= 33435 +IGV4dHJhb3JkaW5hcmlseQ== 33436 +IGNvbW1lbmNlbWVudA== 33437 +S04= 33438 +b3Bleg== 33439 +INeR16k= 33440 +IGxldGhhbA== 33441 +IEVzdGFtb3M= 33442 +IGluc3BlY3Rvcg== 33443 +IFNlb2s= 33444 +ZXVu 33445 +IG9mZnNob3Jl 33446 +IGdldHRpbg== 33447 +eWVhcnM= 33448 +IFNpbGVuY2U= 33449 +IE5hdHVy 33450 +dXB1bg== 33451 +IHRyenk= 33452 +IG5vZ2V0 33453 +IGhhbWJ1cmdlcg== 33454 +IFByYWlzZQ== 33455 +w6luZA== 33456 +IDE5NzE= 33457 +eWxpZQ== 33458 +a3JpdA== 33459 +IOyDneqwgeydtA== 33460 +IG1vbWVudG9z 33461 +IGVzdMOp 33462 +IGRpc3NlbWlu 33463 +IGdpZ3M= 33464 +IGRlc2Fm 33465 +IGF2aXM= 33466 +IFpvbw== 33467 +IOyViuydgA== 33468 +aMOkbmc= 33469 +aGFrZQ== 33470 +IEJpc20= 33471 +IHJldGhpbms= 33472 +IE1hbGNvbG0= 33473 +IGlkZW50aWZpZXM= 33474 +bG93ZXI= 33475 +aXhlbA== 33476 +IHR2w6U= 33477 +a2Vk 33478 +aWVyeg== 33479 +IMO2ZmZlbnRsaWNo 33480 +IHByb2NsYWlt 33481 +c29vbg== 33482 +bG9s 33483 +IGxvaQ== 33484 +IGJpdHRlbg== 33485 +cm9sbG8= 33486 +IHNlcm1vbg== 33487 +IGVzcXU= 33488 +IGphY2tldHM= 33489 +IGdyw6FmaWM= 33490 +INC/0L7QutCw0LfRi9Cy 33491 +IGNhYmV6YQ== 33492 +Y2hvZHpp 33493 +IHBlbHZpcw== 33494 +IG5vc3RhbGdpYQ== 33495 +IGJyZXc= 33496 +IHNob3J0Y3V0cw== 33497 +IEFkZW3DoXM= 33498 +IHN1cGVyZmljaWFs 33499 +IGJvY2E= 33500 +aW1lbnRvcw== 33501 +IHNwcm91dHM= 33502 +IEpvbmFz 33503 +IEZsb3JlbmNl 33504 +c3RhdGlj 33505 +ZGF1Z2h0ZXI= 33506 +Kik= 33507 +xYJieQ== 33508 +ZmFzaGlvbg== 33509 +IEdpbmdlcg== 33510 +IOunpOs= 33511 +IGh1c3RsZQ== 33512 +dXRvcw== 33513 +INGC0Y/Qtg== 33514 +IEzDtnM= 33515 +16nXmded 33516 +YW55Y2g= 33517 +dHViZXI= 33518 +IHRpZHk= 33519 +IGZyb250YWw= 33520 +IHdoaXNrZXk= 33521 +IGh1bWlk 33522 +IM6f 33523 +IHJpZGdl 33524 +IG1hcmlu 33525 +IGJpZW50w7R0 33526 +IENhcnJpZQ== 33527 +Y2h3 33528 +IHRhaHVu 33529 +IEVyZ2Vi 33530 +RlI= 33531 +IOygleu2gA== 33532 +IFNvbGRpZXI= 33533 +IGVubGlnaHRlbm1lbnQ= 33534 +IGV4YW1pbmluZw== 33535 +IE5vdHJl 33536 +IGVyYW0= 33537 +IFN1bm55 33538 +IGxheWVyZWQ= 33539 +IERhenU= 33540 +cmFkZXM= 33541 +INC90LDRiNC10Lk= 33542 +IHRpbWJlcg== 33543 +IG1hbm5lcnM= 33544 +IEJpcm1pbmdoYW0= 33545 +IG1pbmlhdHVyZQ== 33546 +b21ldGVycw== 33547 +IGZpbGxlcg== 33548 +IFJpcA== 33549 +IEtvbWI= 33550 +b3duZXI= 33551 +7L8= 33552 +aWRpYW4= 33553 +IGRlbcOhcw== 33554 +INmI2Ko= 33555 +IHByZWNhdXRpb25z 33556 +IGdvdmVybm8= 33557 +emVsZg== 33558 +IENvbXBsZXRl 33559 +IFBoYW50b20= 33560 +INC90LXQtw== 33561 +INC60LDRgNGC 33562 +IEFudHdvcnQ= 33563 +IFBmaXplcg== 33564 +IEZyYW5jbw== 33565 +IHfFgg== 33566 +IGZyaWc= 33567 +ZXNwZXI= 33568 +IGthbGU= 33569 +IGZpbG1tYWtlcg== 33570 +IGt1cnQ= 33571 +IGludmFsaWQ= 33572 +YXJlbGxh 33573 +xINuZw== 33574 +cmFtZW50bw== 33575 +IG51dHJpdGlvbmFs 33576 +IGRpY3RhdG9ycw== 33577 +IGFmaW4= 33578 +IGZ1enp5 33579 +IEdpbmE= 33580 +w7N0 33581 +IEV4dHJlbWFkdXJh 33582 +IGRlbW9uc3RyYXRpb25z 33583 +IE1vbnRnb21lcnk= 33584 +7ZW07ISk 33585 +IEdhbmRoaQ== 33586 +IHJldW5pb24= 33587 +IGpha2nFmw== 33588 +IFp1Zw== 33589 +T1VHSA== 33590 +bGlmdGluZw== 33591 +IOCy 33592 +4bmb4bmj 33593 +ZWI= 33594 +IFdPVw== 33595 +IFNoaXZh 33596 +b21ldHJ5 33597 +IHdpbGRseQ== 33598 +IHRlbmRlZA== 33599 +IG1lZ2Fw 33600 +7LKY 33601 +IG5hdXNl 33602 +IGdlcmVr 33603 +IE1hcmNlbA== 33604 +IG5lc3Rl 33605 +2K7YsQ== 33606 +IGZlaA== 33607 +c3VzcGVuc2VmdWw= 33608 +IFdyZXN0bGU= 33609 +IFBhbGVzdGluaWFucw== 33610 +IEdPUkQ= 33611 +aXlldA== 33612 +INGA0LDQtNC4 33613 +IHZlcnN1Y2hlbg== 33614 +IHRyYW5zaXN0b3I= 33615 +INCf0YDQvtGB0YLQvg== 33616 +INC/0L7QvdGA0LDQsg== 33617 +IHJoeW1l 33618 +IFZlcm1vbnQ= 33619 +cGxhdHo= 33620 +IMSwxZ90ZQ== 33621 +IEhhZw== 33622 +INCY0Lw= 33623 +INGA0LDRgdGB0LrQsNC3 33624 +IG1ldHJvcw== 33625 +IEluZmluaXR5 33626 +d29sZg== 33627 +aWJhbA== 33628 +ZnRpZw== 33629 +INqG 33630 +IO2YueyLnA== 33631 +IG9nZ2k= 33632 +IGRpc3Bvc2l0 33633 +INC/0YDQuNC7 33634 +INCy0YvQv9C+0Ls= 33635 +IHRow7Rp 33636 +IEtFTk4= 33637 +IGhhbmRpbmc= 33638 +YWN0dXM= 33639 +IHRhY29z 33640 +IGZvcm1lcmx5 33641 +IENvcmludGhpYW5z 33642 +0YbRltGX 33643 +IHBhZHJl 33644 +IGNvbmdyZWdhdGlvbg== 33645 +5pE= 33646 +ZmVydA== 33647 +IHN1Ymly 33648 +YWlzZXI= 33649 +cXVh 33650 +YXJhb2g= 33651 +IEN1cnJ5 33652 +IOyViuuKlA== 33653 +0LXQu9GO 33654 +IGZ1c3M= 33655 +IGJvb3R5 33656 +IGxvd3M= 33657 +IGhvbW1lcw== 33658 +IE1I 33659 +IERpc25leWxhbmQ= 33660 +d2VudA== 33661 +IHJlc2lkdWU= 33662 +IGJlZXBpbmc= 33663 +w6R0dGE= 33664 +IG1vdWxk 33665 +IFByb2pla3Q= 33666 +c3RhbGs= 33667 +IGFydGlmYWN0 33668 +IEFudHJhZw== 33669 +IEFNRA== 33670 +IENyeXB0 33671 +IOuplA== 33672 +IEZlbGlwZQ== 33673 +IENPQg== 33674 +ZWx1 33675 +IHNlbGZpZXM= 33676 +IFNhbnRp 33677 +Y2h1dHo= 33678 +INCj0LrRgNCw0Zc= 33679 +Z2VzYW10 33680 +IGZsb2Nr 33681 +amF6 33682 +cGxhaW4= 33683 +IHdyaW5rbGVz 33684 +IHJlYWlz 33685 +IHBhbGpvbg== 33686 +IGVtcG93ZXJtZW50 33687 +IGF0dGVuZGVlcw== 33688 +cHBh 33689 +IG5lZGVu 33690 +0L7QvdGL 33691 +IHRpbWVmcmFtZQ== 33692 +IENoZXJyeQ== 33693 +IGlkw6ll 33694 +IGdhZw== 33695 +IGRvbmtleQ== 33696 +IMO0bmc= 33697 +IEhhcmU= 33698 +IEthcmE= 33699 +IGFjb21wYW4= 33700 +cGxhY2Vz 33701 +aW1pZW50b3M= 33702 +IEhhbW0= 33703 +0LHQuA== 33704 +dWJlbg== 33705 +aWxpeW9y 33706 +IHRoaXJzdA== 33707 +IGtyeQ== 33708 +IEdlb3JnZXRvd24= 33709 +16DXlA== 33710 +IG9yY2g= 33711 +IGhlYXJ0YmVhdA== 33712 +IHRyYW5zZm9ybWF0aW9ucw== 33713 +ZXN0b25lcw== 33714 +IEtI 33715 +IGNhcnRvb25z 33716 +IGFuY2k= 33717 +IHdvcnRobGVzcw== 33718 +IHRhaWxvcmVk 33719 +cHU= 33720 +QW1lcmljYW5z 33721 +IHBpbGVz 33722 +IE1vbmtleQ== 33723 +IGJhc2lu 33724 +IFRlbXBlcg== 33725 +IFBhaW50 33726 +IHB1bmNoaW5n 33727 +IGJhaWs= 33728 +IE9ha2xhbmQ= 33729 +dnJl 33730 +xZ9hbGxhaA== 33731 +eWRk 33732 +IGNhc3VhbGx5 33733 +b2R1 33734 +IGNvZGVk 33735 +IE5vcndlZ2lhbg== 33736 +IFZpbmNl 33737 +IHByZW1hdHVyZQ== 33738 +IFByb21pc2U= 33739 +0LXQutGB0YI= 33740 +IGRldmFzdGF0ZWQ= 33741 +IFByZW1pdW0= 33742 +IFBhcmFt 33743 +IMOWeWxl 33744 +dW11eg== 33745 +UE8= 33746 +cmF0b3Jz 33747 +IGxhbXBz 33748 +IHRlcnJpdG9yaWFs 33749 +IGJhY2tib25l 33750 +bGlzdGVk 33751 +RFk= 33752 +INin2YTYsQ== 33753 +IHB1cnN1ZWQ= 33754 +IENvbW1vbnM= 33755 +IOqzoQ== 33756 +bG9ja3M= 33757 +ZWRvcg== 33758 +IGNvbmNlaXZlZA== 33759 +Z2VyZQ== 33760 +IGRpc2FwcGVhcmluZw== 33761 +IFN1bGw= 33762 +IOyXsOs= 33763 +IGhvZmZl 33764 +IGRldG94 33765 +7ZSM 33766 +IHJldGly 33767 +IOuBneuC 33768 +IHBlcmd1bnRh 33769 +IEJPWQ== 33770 +IHBlbm4= 33771 +aMOpcw== 33772 +aG9u 33773 +IGNhdGFzdHJvcGhpYw== 33774 +IGF1c3Q= 33775 +IHRvcnNv 33776 +IOyWtOuKkA== 33777 +IOyCrOuejOuTpOydtA== 33778 +IG1hcnZlbG91cw== 33779 +IEhhcmxleQ== 33780 +YWNoaW5l 33781 +IHRp4bq/ 33782 +aXR0bw== 33783 +IEnDrW0= 33784 +eWxvbg== 33785 +IHNodXRkb3du 33786 +Licn 33787 +IGFwb2xvZ2llcw== 33788 +IENvbW11bmljYXRpb24= 33789 +INCz0L7QstC+0YDRjg== 33790 +4oSi 33791 +w612ZWlz 33792 +YWN1bg== 33793 +IHJldGFpbmluZw== 33794 +IGNvbnRyYWRpY3Rpb24= 33795 +IEFEQU0= 33796 +Q09N 33797 +QnJ5YW4= 33798 +IE1vbnNpZXVy 33799 +IGFkYXB0aW5n 33800 +0KjQkA== 33801 +IFNjcg== 33802 +w6RuZGVydA== 33803 +IHBsYXVz 33804 +IG9uc2V0 33805 +IGFzc2lzdGFudHM= 33806 +IHZhbHZlcw== 33807 +IHNjYXR0ZXI= 33808 +IFJ1c3Q= 33809 +YXdpYQ== 33810 +IHJlYWRpbmVzcw== 33811 +IHBhaXM= 33812 +IGJpYmxl 33813 +IGFtYmllbnRl 33814 +INCw0LzQtdGA0LjQug== 33815 +IHVuY29uZA== 33816 +IGthbGs= 33817 +IG1vYw== 33818 +dW5u 33819 +IGFjdHU= 33820 +IGh1bW1pbmc= 33821 +aXNzaW1v 33822 +IFBhdHJvbA== 33823 +Z293 33824 +IFRIRVk= 33825 +IEJvZGVu 33826 +IEJpZQ== 33827 +IHJlZWw= 33828 +INGD0YHQu9C+0LI= 33829 +IGVuZGVhdm9y 33830 +IFBlcmlvZA== 33831 +dXN0b21lZA== 33832 +bWFscw== 33833 +YWxvbg== 33834 +Qm94 33835 +IM+DzrHPgg== 33836 +IG9tZGF0 33837 +IGFsdHJl 33838 +IEhlaA== 33839 +a2Fk 33840 +IHByb3RlY3Rvcg== 33841 +IGRvbWluYW5jZQ== 33842 +b2R5bmFtaWM= 33843 +IGNvbW11bmljYXRlZA== 33844 +a8O2 33845 +IHByZWRlY2Vzc29y 33846 +IEx1aw== 33847 +IEZsb3dlcg== 33848 +cG9xdWU= 33849 +0YLQuNGA0L7Qsg== 33850 +IHJldHJvc3BlY3Q= 33851 +IGRlY2lzaXZl 33852 +IGV4ZW1wZWw= 33853 +e1w= 33854 +IFLDvGNr 33855 +cml0ZQ== 33856 +IFpldXM= 33857 +IGNhbG9yaWU= 33858 +IGF0dHJhY3Rpb25z 33859 +IEhpbnRlcg== 33860 +IHVobQ== 33861 +IO2MkA== 33862 +IHJ1bGVycw== 33863 +IGRpc2NvdXJhZ2Vk 33864 +IGFjb250ZWNlcg== 33865 +IGFjY2VudHM= 33866 +IE9wdGlt 33867 +IEFsZw== 33868 +a2lkcw== 33869 +MjAyMQ== 33870 +IExpbmRzYXk= 33871 +IGZpbG1tYWtlcnM= 33872 +cHJvd2Fk 33873 +IHRlcnVn 33874 +64u0 33875 +IFNvbW1lcg== 33876 +MjAxOA== 33877 +IGJvcnJvd2luZw== 33878 +IFRyYW5zZmVy 33879 +0L3QvtC/ 33880 +YXJpYXM= 33881 +IGhlYWRwaG9uZQ== 33882 +7Lyc 33883 +IHRyYW5zbGF0aW5n 33884 +IGF1Zmdl 33885 +4K6q4K6f 33886 +d2Vpcw== 33887 +YXZhbnQ= 33888 +cGFpZA== 33889 +YmFieQ== 33890 +IHRvdWdoZXN0 33891 +IHJlcGVhdHM= 33892 +IFRlcmVzYQ== 33893 +TG9yZA== 33894 +IGFjYWJhcg== 33895 +IFJpZGU= 33896 +ZGly 33897 +IGxlbmc= 33898 +IGR3YQ== 33899 +IGhlYWRhY2hlcw== 33900 +IG7hu69h 33901 +INC90LDRgdGC0L7Rj9GJ 33902 +IGJvaWxz 33903 +IGxvbmdpbmc= 33904 +cmlhcw== 33905 +w7NyaW8= 33906 +IFBhcmFkaXNl 33907 +IFNlw7Fvcg== 33908 +ZXJkZW0= 33909 +IHJlaW5zdA== 33910 +IHNhbGFyaWVz 33911 +IGluc2VjdXJpdHk= 33912 +xYJvxZtjaQ== 33913 +INCw0LHRgdC+0LvRjtGC0L3Qvg== 33914 +aW5rZW4= 33915 +IEVkZHk= 33916 +dWRvcw== 33917 +IGR1bW15 33918 +0JrQsNC6 33919 +c2l4 33920 +IGluYm94 33921 +4bqp 33922 +UGVvcGxl 33923 +4buTbmc= 33924 +IG9yZ2FuaXplcnM= 33925 +ZmluZA== 33926 +IMO8bA== 33927 +IENPTQ== 33928 +xbxh 33929 +d2VpbGU= 33930 +Q29tbWVudGFyeQ== 33931 +7Yq466W8 33932 +IE1pdHRlbA== 33933 +a3Vz 33934 +4KSo 33935 +aXJhbA== 33936 +IGdhcm1lbnQ= 33937 +zrnOus6s 33938 +IHN0b29s 33939 +cGF5ZXJz 33940 +IHNoaW1tZXI= 33941 +IE9sbGll 33942 +IEplxbxlbGk= 33943 +IDE5Nzc= 33944 +IGpldXg= 33945 +IGV4dGluY3Q= 33946 +IFRyYW5zcG9ydGF0aW9u 33947 +IE1ha2Vy 33948 +IGpvaG4= 33949 +IHJpY2hlc3Q= 33950 +IHRyYXVtYXQ= 33951 +IGxpZWdlbg== 33952 +tOulvA== 33953 +IHVucmVzdA== 33954 +IFN0cmF3 33955 +IGNvbWE= 33956 +IEtyaXN0ZW4= 33957 +INCa0L7QvdC10YfQvdC+ 33958 +IEJyeWNl 33959 +INGP0LrRlg== 33960 +IHBlYXJscw== 33961 +INC/0L7QvdC40LzQsNGO 33962 +IGFkZGl0aW9ucw== 33963 +IGFzeW1wdA== 33964 +INC80LXQvdGM0YjQtQ== 33965 +IHNjYW5z 33966 +Q2hpbGQ= 33967 +IEhpZGU= 33968 +0LrRg9GO 33969 +ZXRhcw== 33970 +IGRhbms= 33971 +IHBsZWFz 33972 +IGVzc2F5cw== 33973 +IGpldHM= 33974 +INCy0LXQtA== 33975 +IHBvc2l0aXZlcw== 33976 +aG9m 33977 +LSk= 33978 +enpv 33979 +IHN0YXJ0ZXJz 33980 +IHNtaWxlZA== 33981 +IDE5NDQ= 33982 +cXVpZXJh 33983 +IHJvaw== 33984 +IHB1ZXN0bw== 33985 +Tmljbw== 33986 +IHNpbXVsYXRpb25z 33987 +IOC2 33988 +IGludHJpZ3VlZA== 33989 +IE92ZXJ3YXRjaA== 33990 +c2lnaA== 33991 +YmFp 33992 +IOunkOqzoA== 33993 +aWTDqQ== 33994 +IGNyYWJz 33995 +4bqtcA== 33996 +IElyYXFp 33997 +7J2066W8 33998 +0YLRjw== 33999 +IFNvcGhpYQ== 34000 +IEROUw== 34001 +IMO2bmVtbGk= 34002 +IEx1bw== 34003 +naQ= 34004 +IENvdW5zZWw= 34005 +bGlnZW4= 34006 +0LDQvdGM0YjQtQ== 34007 +IHRydW1wZXQ= 34008 +IGRhcGF0 34009 +IEpN 34010 +IEVWRVJZ 34011 +IExheWVy 34012 +IGPDtA== 34013 +0L3QsNC7 34014 +IEpvbw== 34015 +IEhhY2s= 34016 +IHN1bnQ= 34017 +IExlb25hcmQ= 34018 +IEZpcmViYXNl 34019 +w6RuZ2Vy 34020 +IGV4cGxvZGluZw== 34021 +dm95 34022 +IOymkA== 34023 +INGB0LXRgNGM 34024 +IHNldmVyaXR5 34025 +IGJlc3RpbW0= 34026 +IHRpcmluZw== 34027 +IHByb2N1cmVtZW50 34028 +IGRpcGxvbWFjeQ== 34029 +IGRlY29yYXRpdmU= 34030 +INmK2Kc= 34031 +IHBlbmV0cmF0aW9u 34032 +1as= 34033 +IG91dHJpZ2h0 34034 +RU5F 34035 +IFVuaQ== 34036 +b2RsZXM= 34037 +IHplcm9z 34038 +IGRlbGlnaHRmdWw= 34039 +am0= 34040 +IGRvcG8= 34041 +IHBvc2l0aXZpdHk= 34042 +IFZJU1RB 34043 +IFJlc291cmNl 34044 +7YOA6w== 34045 +0YjQuNC1 34046 +Q2FybA== 34047 +IHBpcGluZw== 34048 +IGNob3BwaW5n 34049 +IEdhbnpl 34050 +w7xzcw== 34051 +IEFv 34052 +IHNoYXR0ZXJlZA== 34053 +IERldGVjdGl2ZQ== 34054 +IHVuZG91YnRlZGx5 34055 +IGhhbGx1Yw== 34056 +IGVuY2g= 34057 +0YvRh9C90L4= 34058 +0YPQu9GP0YA= 34059 +aXNlc3Rp 34060 +IHBlZGFscw== 34061 +IGR1cnVt 34062 +pO2U 34063 +bGFpbWVy 34064 +IHByb3ByZQ== 34065 +Q3U= 34066 +IHRyYW5zbGF0b3I= 34067 +IGNhxYI= 34068 +IOq3uOqxuA== 34069 +IGNhxYJ5 34070 +VUE= 34071 +IHJldmlzZWQ= 34072 +INC/0L7QtNC+0LE= 34073 +IEFydGljbGU= 34074 +IEhhaXRp 34075 +IMOT 34076 +IEN0cmw= 34077 +IHJvem0= 34078 +bGFpdA== 34079 +IGxldHp0ZQ== 34080 +aXNwZXJpbmc= 34081 +ZGlzcGxheQ== 34082 +IGFsdW1pbml1bQ== 34083 +IHBhbGFicmFz 34084 +IGNvbm9jZXI= 34085 +IHppdHRlbg== 34086 +IGRpcmln 34087 +IGJyYWluc3Rvcm0= 34088 +IHdpZmk= 34089 +IFBhcnRpY2lw 34090 +IHZpZXdwb2ludA== 34091 +IFF1YW4= 34092 +IGhpZXJhcmNo 34093 +V2VsY29tZQ== 34094 +IG9mZmVu 34095 +IFJlY292ZXJ5 34096 +Z2Fubw== 34097 +V291bGQ= 34098 +IHJlcHJv 34099 +IHBlcmNlcHRpb25z 34100 +IGRlbWFzaQ== 34101 +IEJhbmdsYWRlc2g= 34102 +IEluY3JlZGlibGU= 34103 +IGxldHp0 34104 +IGJlaGF2aW5n 34105 +IGFzdG9uaXNoaW5n 34106 +IOKG 34107 +IOuCqOyekA== 34108 +IEdPUkRPTg== 34109 +Q0FS 34110 +PyEi 34111 +IFByZXN0 34112 +IOunnuyVhOyalA== 34113 +IHRhbmQ= 34114 +IGxhc2g= 34115 +54o= 34116 +aWZpY2FudA== 34117 +IGludG9sZXI= 34118 +INCz0LXRgNC+ 34119 +IHRldQ== 34120 +YXNv 34121 +INGB0L7QstC10YI= 34122 +IHRyYXZlbGVycw== 34123 +IFN5bmQ= 34124 +INCy0LXRgNGB 34125 +Rm9uZGE= 34126 +YWTEsQ== 34127 +IHRyYW5zY3JpcHRpb24= 34128 +IHRpdGFuaXVt 34129 +IHR3aXN0cw== 34130 +IGdlYXJib3g= 34131 +ZW5zYXRpb24= 34132 +ZmF0 34133 +Q29sbA== 34134 +IENvbW1vbndlYWx0aA== 34135 +em9u 34136 +IFBvbGl6ZWk= 34137 +IEFQUExBVVNF 34138 +ZnJ5 34139 +IEp1ZGE= 34140 +ZXN0ZWVt 34141 +IHNvY2s= 34142 +IEp1Z2VuZA== 34143 +INC60YHRgtCw0YLQuA== 34144 +IERybw== 34145 +IHByb2NoYWluZQ== 34146 +IGxpa3NvbQ== 34147 +IEVuZXJnaWU= 34148 +IE1hcmluYQ== 34149 +IDIzMA== 34150 +IOqwgOyEnA== 34151 +dW1waW5n 34152 +IGxvbmU= 34153 +IGZvbnRz 34154 +IGJ1c2luZXNzbWFu 34155 +IHBseQ== 34156 +IGRvZQ== 34157 +Z3JpZA== 34158 +IE1pbHdhdWtlZQ== 34159 +IEVkZW4= 34160 +ISIu 34161 +INuM24E= 34162 +b2dlbnM= 34163 +IHRlYXNlcg== 34164 +IHF1acOpbg== 34165 +IGluY2VudGl2 34166 +Z292ZXJu 34167 +IGNoaWxkY2FyZQ== 34168 +IHNuZWFrZXJz 34169 +IGltcHJpc29uZWQ= 34170 +wq4= 34171 +0LjRgtC10YHRjA== 34172 +YW5idWw= 34173 +IHJlZ2Fpbg== 34174 +IHRyYW5xdWls 34175 +UmVkbmVy 34176 +SUZB 34177 +IGlkZW9sb2dpY2Fs 34178 +IG1heW9yw61h 34179 +IGJ1cmVhdQ== 34180 +ZXRlcm0= 34181 +IERJRA== 34182 +7Iq3 34183 +IHdhdmluZw== 34184 +IGJlYg== 34185 +IMOhcg== 34186 +INC60LI= 34187 +IGVudm95 34188 +YW51dA== 34189 +0LjQutGD 34190 +IEVudmlyb25tZW50 34191 +IEFzc2Fzcw== 34192 +IEJyZWFk 34193 +INCi0YPRgg== 34194 +IHN0YWlyY2FzZQ== 34195 +IERpc2Vhc2U= 34196 +IGF1Y3Vu 34197 +IOuLiA== 34198 +IGNvbmZyb250YXRpb24= 34199 +IDE5NDE= 34200 +IGlyb255 34201 +IHdvcnNo 34202 +IGZpY2s= 34203 +IE5hb21p 34204 +IGJhY2tzaWRl 34205 +aWV1eA== 34206 +S2Fw 34207 +IHZlZGVyZQ== 34208 +IGxlbmd0aHk= 34209 +IGJyZWFrZXI= 34210 +IFJvbGxl 34211 +IHByZWRhdG9y 34212 +IG5vc3Nvcw== 34213 +IGFkdmVydGlzZQ== 34214 +0YDQvtC00LU= 34215 +UmVkbmVyd2VjaHNlbA== 34216 +cmV0ZW4= 34217 +IGNvbGxlY3RvcnM= 34218 +xLHEn8SxbcSxeg== 34219 +IHRyaWc= 34220 +IGF4ZXM= 34221 +aW50ZXJz 34222 +IHBlbmFsdGllcw== 34223 +IE9zbWFu 34224 +IEplbm5h 34225 +IGZsYWtlcw== 34226 +IHRyYWluZXJz 34227 +IHN0dW5uZWQ= 34228 +IFNjcm9sbA== 34229 +IFBpcA== 34230 +INC90LDRgdGC 34231 +IG5ow6A= 34232 +IFNtYWNr 34233 +4bqrbg== 34234 +cmF0b3M= 34235 +INGA0LDQsdC+0YLRiw== 34236 +IHVjeg== 34237 +IExlbW9u 34238 +IFNpbmQ= 34239 +IHBzeWNoaWM= 34240 +IEFiZw== 34241 +IG1hbW1hbHM= 34242 +IGltbWVyc2l2ZQ== 34243 +IGJvdHM= 34244 +IHZlcnNjaGllZGVuZQ== 34245 +IGdlcmFs 34246 +IGZvbGxvd2Vy 34247 +IHNlZ3VyaWRhZA== 34248 +IGltbWVyc2Vk 34249 +ZmVpdG8= 34250 +Y3Jvc3M= 34251 +IMO2bGQ= 34252 +7YOE 34253 +INeU15nXkA== 34254 +IEppYW4= 34255 +IGJpbGl5b3I= 34256 +YXJlYQ== 34257 +IGthZg== 34258 +IGdvZHQ= 34259 +IOuwqeyGoQ== 34260 +IGRldHJpbWVudA== 34261 +0ZbQuw== 34262 +IMSRw6J1 34263 +IGNobG9yaWRl 34264 +w7hyZQ== 34265 +bGVp 34266 +IG1vbnRl 34267 +IGRpZmbDqXJlbnRlcw== 34268 +4K+BLg== 34269 +IGNhcmVnaXZlcnM= 34270 +IGluYWRlcXU= 34271 +IGZhcmV3ZWxs 34272 +INGC0LjQv9Cw 34273 +b250ZWM= 34274 +IEVwaA== 34275 +SEhI 34276 +IFRvZG9z 34277 +INCh0KjQkA== 34278 +IHRyb3Y= 34279 +IGxpZ2U= 34280 +IGPDtG5n 34281 +IENpdg== 34282 +IGNhcGF6 34283 +IFZhbGxhaGk= 34284 +IHF1ZXN0ZQ== 34285 +IHJlcGxpY2E= 34286 +2LPYqA== 34287 +em5h 34288 +INGB0LvRg9C2 34289 +IFBU 34290 +d2F2ZQ== 34291 +aWVuaQ== 34292 +IHJlbGllZA== 34293 +ZGV2ZWxvcA== 34294 +IGRlbWU= 34295 +IEFtYW4= 34296 +IFsuLi5d 34297 +IGNvbXBsaW1lbnRz 34298 +dWFpcw== 34299 +IO2MqA== 34300 +IHNtZWxsaW5n 34301 +IGRhZHVyY2g= 34302 +2YjYqg== 34303 +IG9yYW5nZXM= 34304 +INC70LDQuQ== 34305 +IHN0YWJpbGl6YXRpb24= 34306 +IGFwcGxpYW5jZXM= 34307 +IGht 34308 +g5DrqbQ= 34309 +b2R5bmFtaWNz 34310 +IGNpxJk= 34311 +IENvdHQ= 34312 +TU9O 34313 +IE1hbmc= 34314 +IGFsbGVyZGluZ3M= 34315 +zrnOus6u 34316 +c2hvdHM= 34317 +IHRz 34318 +IEfDtnI= 34319 +IENIQVI= 34320 +IDoo 34321 +IHdyYXRo 34322 +IGZpcXVl 34323 +IGbDvGhyZW4= 34324 +IHRlc3RhbWVudA== 34325 +IF5e 34326 +4bmb4bmj4bmHYQ== 34327 +QUxE 34328 +IHRleHRv 34329 +IERvZ3M= 34330 +IHNpYg== 34331 +IHBhdGhldGlj 34332 +b2Nrcw== 34333 +IHJhZGljYWxseQ== 34334 +IE1PUkU= 34335 +IEpBTUVT 34336 +IGluZ2w= 34337 +IFRlY2huaWNhbA== 34338 +IHBvcmNo 34339 +IFVU 34340 +INC+0LHRj9C30LDRgtC10LvRjNC90L4= 34341 +IHJlbmV3YWw= 34342 +IGFlc3RoZXRpY3M= 34343 +aWt1bQ== 34344 +IGJldmVyYWdl 34345 +ZGVybg== 34346 +IHByZWRpY3RpdmU= 34347 +IGNodXk= 34348 +IFJlZ2FyZGluZw== 34349 +IEZvcndhcmQ= 34350 +INmI2YQ= 34351 +IGNvbnRleHR1YWw= 34352 +IGR3YXJm 34353 +IHByZWhl 34354 +IGdvdmVybmVk 34355 +hYQ= 34356 +IHRyYWJhbGhhcg== 34357 +IG5lZ8OzY2lv 34358 +INCx0L7Qu9GM0YjQvtC5 34359 +0LXRh9Cw0YI= 34360 +INC00YPRhQ== 34361 +IGZsb29kcw== 34362 +IGJvd2xpbmc= 34363 +IE9C 34364 +IEjDpHI= 34365 +IGdyYWRpbmc= 34366 +7KO864qU 34367 +IGdhcnM= 34368 +ZGxpbmc= 34369 +IHJhaw== 34370 +64g= 34371 +Y3JlYXQ= 34372 +INGJ0LU= 34373 +IG5laWdoYm91cnM= 34374 +Zm9vZA== 34375 +UXVlcnk= 34376 +IGhlcm9pbg== 34377 +aWNlcHM= 34378 +IEtpbmRh 34379 +TkVU 34380 +IG1hcmk= 34381 +IGltaXRhdGU= 34382 +IGFjaHRlcg== 34383 +IHNldHRsZW1lbnRz 34384 +cmFyZQ== 34385 +Y2Npb25lcw== 34386 +IOuTnA== 34387 +IGZpaw== 34388 +aXR1bmc= 34389 +INC80LDQutGB0LjQvA== 34390 +IGVsZg== 34391 +IGRhbGxh 34392 +IFBvbHNjZQ== 34393 +IFB1bA== 34394 +0KfRgtC+ 34395 +IE1vcmdlbg== 34396 +2K3ZhQ== 34397 +IHN1cHJlbWFjeQ== 34398 +IGt5cw== 34399 +IEh1cnJpY2FuZQ== 34400 +IEdUQQ== 34401 +IEZlaA== 34402 +IGZpbmFsbWVudGU= 34403 +bXVuZA== 34404 +IEtyaWU= 34405 +w6lwb3F1ZQ== 34406 +IFR1Y2tlcg== 34407 +SVRU 34408 +IGx1cg== 34409 +IGRpcHBpbmc= 34410 +w6R2 34411 +IGVlcnN0ZQ== 34412 +IEZsaW50 34413 +YmlsZHVuZw== 34414 +4Li54LmJ 34415 +IHRvaW0= 34416 +IHByYWN5 34417 +IHRyYW5zZm9ybXM= 34418 +IHNwZWVkaW5n 34419 +IHByZXNlbnRlcg== 34420 +IGZlbGxvd3M= 34421 +ZmlsbGVk 34422 +aWV6YQ== 34423 +IGFkdmlzaW5n 34424 +IEludGVydmlldw== 34425 +0LjQs9GA 34426 +d2Vocg== 34427 +IERhbnRl 34428 +cHR1cmU= 34429 +iOusuA== 34430 +r7jr 34431 +kJA= 34432 +IENvdW50ZXI= 34433 +IGNyaXN0 34434 +IOynnA== 34435 +IGpldW5l 34436 +INGB0YLRgNCw0Yg= 34437 +IG1pZcSH 34438 +IHR1dG9y 34439 +IG1hc2FsYQ== 34440 +IHBvd2RlcmVk 34441 +IG5hdQ== 34442 +IEZyZWRlcmljaw== 34443 +IGJpbGxpbmc= 34444 +IEVpc2Vu 34445 +INC00L7QsdGA 34446 +IG1lc3Q= 34447 +5r0= 34448 +IHNuaXBw 34449 +IG1vbm8= 34450 +IEFsbw== 34451 +IE1lcmN5 34452 +w6lyaWVuY2U= 34453 +IGNhc3VhbHRpZXM= 34454 +IEFOTk9VTkNFUg== 34455 +IHRvY2Fy 34456 +IGJhY3RlcmlhbA== 34457 +SG8= 34458 +IHN0cmVhaw== 34459 +IEpFTk4= 34460 +IHBsYXN0 34461 +0YHQu9C10LQ= 34462 +IHJlYXBw 34463 +IHBheWNoZWNr 34464 +IG1pbmVycw== 34465 +aGFidA== 34466 +IEphcA== 34467 +0L3Rg9GC 34468 +IHJlZGVtcHRpb24= 34469 +IHF1aXI= 34470 +aG5saWNo 34471 +IGFjY3VtdWxhdGlvbg== 34472 +IHNob3Zl 34473 +IGFkcmVuYWxpbmU= 34474 +TWFrZQ== 34475 +IEhlcm4= 34476 +b3NzaW5n 34477 +IFZpbA== 34478 +dWJieQ== 34479 +aGVydHo= 34480 +YnJlYWtz 34481 +IHNwdXI= 34482 +IERhaGE= 34483 +VVNUSU4= 34484 +IGNvbnRpbnVlcg== 34485 +IFNhdWw= 34486 +IO2PrQ== 34487 +IOuQmOuptA== 34488 +IOunkOyUgA== 34489 +INC+0LY= 34490 +IHN1c3BlY3Rz 34491 +IGxhcXVlbGxl 34492 +IE11Y2hhcw== 34493 +IHbDtmxsaWc= 34494 +dWxlbg== 34495 +IGltcHJlcw== 34496 +IGxvYmI= 34497 +ZW5lZQ== 34498 +INC90LDQtg== 34499 +VGE= 34500 +IHLDqWFsaXTDqQ== 34501 +IFJleA== 34502 +IGhhcnZlc3Rpbmc= 34503 +IGVzdHI= 34504 +5rY= 34505 +b3NwYWNl 34506 +T1NT 34507 +IGRpc3R1cmJhbmNl 34508 +YXNzaWM= 34509 +IElzYWI= 34510 +IGTDqWNvdXY= 34511 +IEhhbXBzaGlyZQ== 34512 +IG9ybmFtZW50 34513 +IGx1w7Ru 34514 +IFVX 34515 +IGrEhQ== 34516 +IHJlc3BlY3Rv 34517 +IGNvbXVuaWRhZA== 34518 +IGNvbWlnbw== 34519 +YWduYQ== 34520 +IGludHJpbnNpYw== 34521 +IEFsdW1uaQ== 34522 +IHNlc2xlcmk= 34523 +IGVzdGltYXRpb24= 34524 +4oCU4oCU 34525 +IHByb2R1aXQ= 34526 +44CC44CN 34527 +INCy0YA= 34528 +IHdoaXJs 34529 +IGFjY2Vz 34530 +w6d1 34531 +IHZhcmlhYmlsaXR5 34532 +IHZvZGth 34533 +aXRzdQ== 34534 +IGludGVybnNoaXBz 34535 +IGFsbG9jYXRl 34536 +UlI= 34537 +7ZuI 34538 +IGluc3RydWN0aW9uYWw= 34539 +dGFudA== 34540 +IOCuheCupA== 34541 +IGludml0ZXM= 34542 +IGhhaw== 34543 +IHNjYXJlcw== 34544 +IGVjbGlwc2U= 34545 +0L/QvtCy 34546 +0LrQvtC70Yw= 34547 +YXRpdmFz 34548 +IHN0YWJiZWQ= 34549 +IERPTQ== 34550 +cm9vdHM= 34551 +IFBpY3R1cmU= 34552 +7Zi8 34553 +IENIQQ== 34554 +aWVj 34555 +xLHEsQ== 34556 +aGFub2w= 34557 +IG1pc3VuZGVyc3RhbmQ= 34558 +UmF5 34559 +IHJvYWRtYXA= 34560 +b2N1bWVudGVk 34561 +aXppb25l 34562 +IE9saXZl 34563 +cmlmdA== 34564 +INeU16A= 34565 +bGVzdA== 34566 +Ozs= 34567 +IEVB 34568 +0L7QtNGD 34569 +IGhvYmJpZXM= 34570 +IGJ1cmlhbA== 34571 +0KQ= 34572 +bGVnZQ== 34573 +IEhK 34574 +IG9iamVjdGlvbg== 34575 +Y3Rvcnk= 34576 +IGluY3JlbWVudGFs 34577 +IGd5bW4= 34578 +IGVwaWRlbWk= 34579 +0YHRi9C7 34580 +w5E= 34581 +IGFkdmFuY2VtZW50 34582 +IHBhcmNo 34583 +TmV3cw== 34584 +IGF5cg== 34585 +0LvQsNC8 34586 +INec16k= 34587 +IGRpcGxvbWE= 34588 +IHJvYmJlZA== 34589 +T25seQ== 34590 +IGluY3Vy 34591 +IGNoYW50aW5n 34592 +IO2VtOuPhA== 34593 +IHJpY2hlcw== 34594 +IENhcm1lbg== 34595 +IG5vc3Rybw== 34596 +zrvOrQ== 34597 +IFBvd2Rlcg== 34598 +4LmA4Lir 34599 +IOyeiOycvOuptA== 34600 +IGdlcsOnZWt0ZW4= 34601 +IFBpa2FjaHU= 34602 +0LXQvNC+0L0= 34603 +T0xM 34604 +IHBsYW5ldGFyeQ== 34605 +IHNsb3dz 34606 +IGNsb2Nrd2lzZQ== 34607 +YWxpb24= 34608 +IOyM 34609 +IHZlcm4= 34610 +IGhvbW1l 34611 +IGVuZHBvaW50 34612 +IGlubm9jZW5jZQ== 34613 +IGVsZW1lbnRvcw== 34614 +IHNvcGhvbW9yZQ== 34615 +IG5vdGlvbnM= 34616 +IENvdWxkbg== 34617 +cHVy 34618 +IHphdA== 34619 +IG9ic2Vzcw== 34620 +IG1vdGl2bw== 34621 +IEt1Yg== 34622 +IERydWc= 34623 +QW50 34624 +IFBsYXllcnM= 34625 +IEh1bWFucw== 34626 +IG1lbGVl 34627 +IFdpbGRsaWZl 34628 +IFZQ 34629 +IHZvbGNhbmlj 34630 +IGNvbWlu 34631 +IEd1YW5n 34632 +IM+EzrnPgg== 34633 +INC+0YHQvtCx0LXQvdC90L4= 34634 +IFNpemU= 34635 +TGlzdGVu 34636 +IEFhYQ== 34637 +YXBwcm8= 34638 +IGJhcmJhcg== 34639 +IFBhcmtpbnNvbg== 34640 +0L3Rj9GC0Yw= 34641 +IHVuZGVyZXN0aW1hdGU= 34642 +IHN1YnN0aXR1dGlvbg== 34643 +IGNvc21ldGlj 34644 +IHdpbGxlbg== 34645 +IGJlaWRl 34646 +YW5uaQ== 34647 +IGNvbmRpdGlvbmVk 34648 +IERlYmJpZQ== 34649 +IGlzdG8= 34650 +IEVkd2FyZHM= 34651 +7JuM7JqU 34652 +INGC0L7Qsg== 34653 +IGFiYnJldmk= 34654 +IE3DvG4= 34655 +IFByaW5j 34656 +IExpYW5n 34657 +IHN0aW5r 34658 +IHJhZGlvYWN0aXZl 34659 +IGFjb250ZWM= 34660 +IHVuY29u 34661 +IFR1cmJv 34662 +IGtpc3Nlcw== 34663 +0LXRgtGA0L7Qsg== 34664 +IGZyb250aWVy 34665 +IFNweQ== 34666 +IEJlbGFydXM= 34667 +IENCUw== 34668 +4buX 34669 +YW1vdG8= 34670 +7ZWc642w 34671 +INGB0YLRgNC+ 34672 +IEVuZmlu 34673 +IGJyZWFkdGg= 34674 +IENhZmU= 34675 +IERhZsO8cg== 34676 +IEJvdXI= 34677 +YXJhcw== 34678 +IGJsdWVwcmludA== 34679 +YW7EsQ== 34680 +IGNvbnN0YW50cw== 34681 +IGF0dGFja2Vy 34682 +IEZvcm11bGE= 34683 +emHEhw== 34684 +IHNvd2ll 34685 +IGV5ZWJyb3c= 34686 +b2Jvb2s= 34687 +IHNldHplbg== 34688 +b25zaWRlcg== 34689 +YXduaW5n 34690 +IHPDtnlsZXll 34691 +IGludmFkZWQ= 34692 +IHByb25vdW5z 34693 +IGRvYnJ5 34694 +U2k= 34695 +INCl0L7Rgg== 34696 +IHZvbGxleWJhbGw= 34697 +IGxhbWVudA== 34698 +aXNjaGVz 34699 +YXJtZQ== 34700 +YXBp 34701 +IFdpa2k= 34702 +0LvQuNGI 34703 +IGthc2lo 34704 +IHBlc3M= 34705 +INGE0L7Rgg== 34706 +IFN1bA== 34707 +IHBzZXVkbw== 34708 +IG1lbW8= 34709 +IOyXsOyKtQ== 34710 +INC00L7Qu9C70LDRgNC+0LI= 34711 +INC/0LXRgNC10Lw= 34712 +IFJlYWNo 34713 +bWlyYWw= 34714 +YWx0ZWQ= 34715 +IHN0YXR1dA== 34716 +cmVhZGluZw== 34717 +IHPDtnlsZWQ= 34718 +IExpbmRzZXk= 34719 +IEFobWFk 34720 +67aA6w== 34721 +INCh0LXQs9C+0LTQvdGP 34722 +IHByenlnb3Q= 34723 +IGh5c3Rlcg== 34724 +VVJF 34725 +IE5laWdo 34726 +UmVwb3J0ZXI= 34727 +IEJ1bnU= 34728 +IFRyZWF0eQ== 34729 +IFJhbms= 34730 +IEZhbWU= 34731 +aW5pc2hlZA== 34732 +IGdlYXJlZA== 34733 +IGNvbXBvc2U= 34734 +b2RpYQ== 34735 +IExvbg== 34736 +IGplc3RlxZtteQ== 34737 +IERJUkVDVE9S 34738 +IGVsa2Fhcg== 34739 +IFZpZWw= 34740 +15DXqQ== 34741 +eW50aGlh 34742 +IG3DqHJl 34743 +IFRvbWF0bw== 34744 +IGV4YXRhbWVudGU= 34745 +bmnEmQ== 34746 +IEZyZWk= 34747 +IERpZg== 34748 +IG9wZW5pbmdz 34749 +IGdyYXBoaWNhbA== 34750 +INGD0LTQvtCx 34751 +INCy0YHQvw== 34752 +IFdlZWtseQ== 34753 +0LXQstCw 34754 +IGhhbmdz 34755 +IHVuc2FmZQ== 34756 +IGVtYmxlbQ== 34757 +IEtvbGxlZ2lubmVu 34758 +YWxheQ== 34759 +IGtzaQ== 34760 +IGhpZGVz 34761 +IG9sbWF5 34762 +IGVudHN0ZQ== 34763 +IGFydGhyaXRpcw== 34764 +w59lcmRlbQ== 34765 +IGJpbm5lbg== 34766 +IGxpc3RlbnM= 34767 +IEhlc3M= 34768 +IExvdWlzZQ== 34769 +bGRlbg== 34770 +0LXQvdGB 34771 +IFZlcnNpb24= 34772 +IEFncmljdWx0dXJl 34773 +7Iqk66W8 34774 +0LzQsNC9 34775 +64Sk7JqU 34776 +IHdpbmVz 34777 +IElORg== 34778 +cnVs 34779 +IEpL 34780 +xLF5b3JsYXI= 34781 +c2hpZWxk 34782 +cmVhdGg= 34783 +IHRlcnVz 34784 +IEx1bQ== 34785 +IGFudGljaXBhdGlvbg== 34786 +IGFjY3VzdG9tZWQ= 34787 +IE1pbmE= 34788 +IHdpZWxk 34789 +aW/DqA== 34790 +bWVyYQ== 34791 +IGNvdW50ZG93bg== 34792 +IGNsaW5n 34793 +IGNvbW1lbmQ= 34794 +IGZha3Rpc2t0 34795 +IGRlZmVuc2Vz 34796 +IGNvY2twaXQ= 34797 +INC60L7QvNCw0L3QtA== 34798 +IGRpc2h3YXM= 34799 +IFRoYW5vcw== 34800 +IGtpZG5leXM= 34801 +IHNlaGU= 34802 +IG1pY3JvYmVz 34803 +IGN1ZmY= 34804 +INCy0YvRgdC+0Lo= 34805 +IFNwaWN5 34806 +4K614K6w 34807 +Y3VsdXM= 34808 +b3Jj 34809 +aXhlcw== 34810 +IENyZWRpdA== 34811 +IHJhag== 34812 +IGJyaW5ndA== 34813 +IE5pc3M= 34814 +IGdyaW0= 34815 +IFNPTA== 34816 +IHRlbmlt 34817 +IFN1ZGFu 34818 +IFNwYXJ0 34819 +IHByb21vdGVz 34820 +IE5vc3Nh 34821 +INGB0L7RgdGC0L7Rj9C90Lg= 34822 +IOywqQ== 34823 +IHVuY29udA== 34824 +IExpYmVyYWw= 34825 +INCi0L7Qu9GM0LrQvg== 34826 +IFZpZWxl 34827 +IGt0w7NyZWo= 34828 +ICoqKio= 34829 +TWF4 34830 +INCn0YLQvtCx0Ys= 34831 +MzUw 34832 +IO2YvOyekA== 34833 +IOu2hOuTpOydtA== 34834 +IHdhcnA= 34835 +IHRlbmdh 34836 +IHN5bXBhdGhldGlj 34837 +IGJpemk= 34838 +IFphY2s= 34839 +aWVkbw== 34840 +IOuJtOw= 34841 +cGllbA== 34842 +INGC0L7Quw== 34843 +IHNjYWxlZA== 34844 +IFBFVEVS 34845 +IENPTU0= 34846 +IENhbWU= 34847 +IGNhdGFzdHJvcGhl 34848 +IHN3ZWF0eQ== 34849 +aWdyYXRpb24= 34850 +IHN0dWZmaW5n 34851 +IM+Azr/Ou8+N 34852 +IERyaXZlcg== 34853 +enlzdA== 34854 +VGVjaA== 34855 +IGFzc2Vzc2Vk 34856 +IFN1cmZhY2U= 34857 +xLFyxLFt 34858 +c3Vy 34859 +bGVyd2VpbGU= 34860 +INC00L7Qsw== 34861 +IHNodXR0aW5n 34862 +IGZyYWN0aW9ucw== 34863 +INGB0L7Quw== 34864 +ZXZlcnlvbmU= 34865 +IGVybg== 34866 +INCd0L7Qsg== 34867 +IGRlZmVuZGVycw== 34868 +IHZlcnN1Y2h0 34869 +IHBvbGl0eQ== 34870 +INCf0L7QvQ== 34871 +dmVyc3TDpG5k 34872 +IGJyb3dzZXJz 34873 +IHRyYW5zZm9ybWF0aXZl 34874 +IGRpY3RhdGU= 34875 +IExFR08= 34876 +IG5pbmd1bmE= 34877 +6rSR 34878 +IHBpeno= 34879 +IEhhcm9sZA== 34880 +IExvcGV6 34881 +2r7bjA== 34882 +YW7EsXo= 34883 +YXRjaGV0 34884 +2YrYqg== 34885 +IGxlcm5lbg== 34886 +IOq3gOyXrA== 34887 +IGhvdXNlZA== 34888 +IGNsZWFuc2U= 34889 +IFdBVA== 34890 +bGFyYXRpb24= 34891 +IGJ5dGVz 34892 +IHR1Y2tlZA== 34893 +IGZhdWx0cw== 34894 +0LTQvg== 34895 +Rlg= 34896 +IOyWvOuniOuCmA== 34897 +IGRlZm9ybQ== 34898 +IGNvbnRyYWN0aW5n 34899 +IFRJTUU= 34900 +aXJzZQ== 34901 +IG5lYmVu 34902 +IGNlcmM= 34903 +IEFybXN0cm9uZw== 34904 +IHRlc3Rlcg== 34905 +IHBhcmZhaXQ= 34906 +IGplYWxvdXN5 34907 +IHRveGlucw== 34908 +IGRpc2JlbA== 34909 +0YPRgNGL 34910 +aW1wcmVzc2lvbg== 34911 +IHByb3N0YXRl 34912 +IGZpcmV3YWxs 34913 +IGNsYXNzaWNz 34914 +0LXRh9GM 34915 +IHNvY2lhbGlzbQ== 34916 +IGdyYWNpb3Vz 34917 +INGB0L3QvtCy0LA= 34918 +INC00L3Rjw== 34919 +IGJ1cm5lcg== 34920 +IE1pbm9y 34921 +IOyasOumrOs= 34922 +IGplZGVz 34923 +IGNvbnRpbnV1bQ== 34924 +IGhvdHM= 34925 +IG9jY3VycmVuY2U= 34926 +IGFkbWluaXN0ZXJlZA== 34927 +INC30LDQvNC10YI= 34928 +IGhlc2l0YXRpb24= 34929 +IGRyaWxscw== 34930 +ZXJjYQ== 34931 +INCy0YLQvtGA0L7QuQ== 34932 +IHN0ZWFkaWx5 34933 +IGluc2FubGFy 34934 +IGloYW4= 34935 +7ZE= 34936 +IGhlbHBlcg== 34937 +IFNlbmlu 34938 +0L7QstCw0L3QuNC1 34939 +IEVSSUM= 34940 +Ymxh 34941 +IEFjYWRlbWlj 34942 +IGh1bWFuaXRpZXM= 34943 +YmxhY2s= 34944 +dW1weQ== 34945 +b3J0ZXg= 34946 +IOygiOs= 34947 +INil2YY= 34948 +IGRpc2Nsb3Nl 34949 +IEVsaWphaA== 34950 +IM67zq0= 34951 +IFF1ZXI= 34952 +2KjZhA== 34953 +VGVsbA== 34954 +YXJsZQ== 34955 +0ZbRgA== 34956 +IGF1Z21lbnRlZA== 34957 +IOu5hOyKtw== 34958 +IGFuZHJvaWQ= 34959 +4KSk 34960 +YXJtYQ== 34961 +IHN6ZXI= 34962 +Z2VvcmQ= 34963 +IGdlZWs= 34964 +IHlldXg= 34965 +IHBvbmc= 34966 +IHRvcnR1cmVk 34967 +IEJhdGg= 34968 +emln 34969 +YXNvbmFibGU= 34970 +IG5ldHM= 34971 +IGJhcnU= 34972 +IEZsYXQ= 34973 +IFZhdGVy 34974 +IFRlcnJvcg== 34975 +IEF2bw== 34976 +IGNlcmVtb25pZXM= 34977 +cm9l 34978 +2YHYsw== 34979 +T3Bz 34980 +IGh5dmlu 34981 +IGFwcmVzZW50 34982 +b2xvcg== 34983 +INC40LPRgNGL 34984 +b3J0b24= 34985 +IOq3uOuerA== 34986 +IGxvb2tpbg== 34987 +IFRZ 34988 +IE1pbnQ= 34989 +QWRk 34990 +IG1pdGU= 34991 +IFNtb2tl 34992 +IG5vdGE= 34993 +IG1vc3M= 34994 +IEFiZW5k 34995 +IOy7qA== 34996 +IGV4YWdnZXJhdGVk 34997 +ZmlyZXM= 34998 +IHJlZGlzdA== 34999 +ZmZpdGk= 35000 +IG9wZW5uZXNz 35001 +6rCQ7J20 35002 +ZW5kZXU= 35003 +0LXQvdC90L7QuQ== 35004 +V2F0Y2g= 35005 +IGF2YXRhcg== 35006 +IFBleQ== 35007 +dXJ1bg== 35008 +IHNlbnph 35009 +IOyngOyXrQ== 35010 +IE5hdG9taWFzdA== 35011 +IGVtZXJnZW5jZQ== 35012 +cmF5cw== 35013 +IGNyYWZ0ZWQ= 35014 +Z2FyeQ== 35015 +w7xuZw== 35016 +LSI= 35017 +IGhhY2tlZA== 35018 +IHN0cmF5 35019 +ZW5jaWU= 35020 +ZW1v 35021 +IGNvbWVu 35022 +IEvEsXo= 35023 +IEphc21pbmU= 35024 +IEhpbmRp 35025 +bWFuYXM= 35026 +IGluZmluaXRlbHk= 35027 +ZW1vbg== 35028 +7J24642w7JqU 35029 +amFr 35030 +IHJvYXJpbmc= 35031 +w6lyaXF1ZQ== 35032 +c3dlaXNl 35033 +IFJvbGV4 35034 +IFN0dWFydA== 35035 +Ym5i 35036 +IGRpYWdub3Nl 35037 +IGNvaGVyZW50 35038 +IE1K 35039 +IHBpa2U= 35040 +bGF2 35041 +IG9yY2hlc3RyYWw= 35042 +0LDRgdGC0Lg= 35043 +IHRlcm1pbmFy 35044 +IGdhdGhlcmluZ3M= 35045 +IGNvbXBsaWFudA== 35046 +IHVwZ3JhZGluZw== 35047 +IHJlZ3VsYXRvcg== 35048 +IGxhbsOn 35049 +IG1lcmNoYW50cw== 35050 +dGF3YQ== 35051 +IG1vbml0b3JlZA== 35052 +IHJlbmRyZQ== 35053 +IHVudGVyd2Vncw== 35054 +YW5ndWFyZA== 35055 +Z2FyZA== 35056 +IEJlbG93 35057 +ZHVpbm8= 35058 +INCm0LU= 35059 +IGltcGVkYW5jZQ== 35060 +7Jyh 35061 +IGFrdHVlbGw= 35062 +IFZhdGlj 35063 +IHN0ZXdhcmRz 35064 +IGJyaWdodGVzdA== 35065 +IGtlbm4= 35066 +IGthdQ== 35067 +IE1hdHJpeA== 35068 +IEJhcms= 35069 +IPCfkQ== 35070 +IHRhcGVy 35071 +IGNhc2lubw== 35072 +16jXlA== 35073 +eXNpY2Fs 35074 +IGJ1aWxkZXJz 35075 +IGN6xYJvd2ll 35076 +IE5lcGFs 35077 +ICEi 35078 +IHRlcm1l 35079 +IGlubnljaA== 35080 +IG1hdGhz 35081 +IGRyYWZ0ZWQ= 35082 +IEJhbGs= 35083 +IGhlc2l0YW50 35084 +IHZvbHRhcg== 35085 +IHJldml2ZQ== 35086 +INGE0LjQu9GM0LzQsA== 35087 +IGFzc2Fzc2lu 35088 +IFNvbHV0aW9ucw== 35089 +IGR1ZWw= 35090 +IGJlYXJpbmdz 35091 +4LiE4Liw 35092 +IHJvb2tpZQ== 35093 +aWthdA== 35094 +IGJpc2N1aXRz 35095 +IGNvcmRz 35096 +0YPQstCw0YLQuA== 35097 +QVJJTg== 35098 +IHByb2dyZXNzaW5n 35099 +IEdpcg== 35100 +IHBlbmV0cmF0ZQ== 35101 +IFN0b3JhZ2U= 35102 +ZWlnaHQ= 35103 +INGC0YDRgw== 35104 +IGRvbsOtdA== 35105 +IHNpemlu 35106 +IG91dGRhdGVk 35107 +INC90LDRiNC4 35108 +IGFmZmly 35109 +IHNwb29ucw== 35110 +IG9uaQ== 35111 +IGZsYW5r 35112 +IEdvbA== 35113 +aMOj 35114 +IHDDqXJp 35115 +IGhvbm9yYWJsZQ== 35116 +IEJyZWF0aGU= 35117 +c2NlbmVz 35118 +IG9idmlhbWVudGU= 35119 +0LjQutGB 35120 +INep157X 35121 +IHNtb290aGll 35122 +nojr 35123 +IGRpbWU= 35124 +IO2WiOyWtOyalA== 35125 +IGFwcGVs 35126 +IENhdGhvbGljcw== 35127 +IHNpbmdsZXM= 35128 +IGxhdGVu 35129 +IMOnw7xua8O8 35130 +IFZhZGVy 35131 +IHZhcmTEsQ== 35132 +IElzdGFuYnVs 35133 +Z3LDqQ== 35134 +IEVsc2E= 35135 +w6ts 35136 +IGludmVjZQ== 35137 +IGNyYW5l 35138 +IG9iZQ== 35139 +IFNoYXJr 35140 +IHNtYWNr 35141 +IHJlc3RvcmluZw== 35142 +Llw= 35143 +IOu5oOs= 35144 +IGZhZGVk 35145 +dW1iZXJz 35146 +U2luZ2luZw== 35147 +IGRlcHJlc3Npbmc= 35148 +dGhlc3Q= 35149 +IFdhaHI= 35150 +IG11bHRpdHVkZQ== 35151 +0YDQsNCy0YHRgtCy0YPQudGC0LU= 35152 +cmlqaw== 35153 +ZWth 35154 +IGNvbXBsZXRlcw== 35155 +IFdlbGxz 35156 +IHJveQ== 35157 +IFByYXk= 35158 +IEthbGF1 35159 +aXppbg== 35160 +aWHFgmVt 35161 +IGxvY29t 35162 +IE5hc2h2aWxsZQ== 35163 +IFBlbnRhZ29u 35164 +66+4 35165 +IE5FVw== 35166 +xIXEhw== 35167 +w61zcw== 35168 +IG1hcnJ5aW5n 35169 +IGZldWQ= 35170 +7ZmV 35171 +KSE= 35172 +IE9wZXJhdGlvbnM= 35173 +0YPRlA== 35174 +IG1vamU= 35175 +IGluc3RydWN0ZWQ= 35176 +IOuIhOq1rA== 35177 +INeU15I= 35178 +INC/0L7QvNC+0YnRjNGO 35179 +IHNhYmlh 35180 +7JWY7Ja07JqU 35181 +cGxhbmU= 35182 +cHJp 35183 +INC/0L7Qu9C90L7RgdGC0YzRjg== 35184 +IEtpdHR5 35185 +IHByw7Nwcmlv 35186 +ZWRlcmU= 35187 +IGludGVyZXNhbnRl 35188 +INC00LU= 35189 +IGNvbmRlbnNlZA== 35190 +IGF2ZW50 35191 +VE9S 35192 +IGdyZWFzeQ== 35193 +QVJL 35194 +b3J0YQ== 35195 +QUo= 35196 +IGRpc3JlZw== 35197 +IGNvcnJlY3Rpb25z 35198 +IHN0ZXJv 35199 +IGluZmx1ZW56YQ== 35200 +IGRlc3Nlcw== 35201 +IGJhbGxvdHM= 35202 +IG1lZ2V0 35203 +IG1hZmlh 35204 +IGLDtmw= 35205 +bm9zdA== 35206 +INGB0YLQsNGC0Yw= 35207 +IHJlc3BvbmRlcg== 35208 +IGhpbnRlbg== 35209 +Z3Jhdg== 35210 +4Lit4Liw 35211 +eW5jaHJvbg== 35212 +IHZpZW5z 35213 +IHNhbW8= 35214 +IGR0 35215 +cGFubnQ= 35216 +IMWbd2lhdA== 35217 +INC30LDQv9C40YE= 35218 +IG1lcmdlZA== 35219 +IGtlcA== 35220 +IG1pc2xlYWRpbmc= 35221 +IGRpZ2Ftb3M= 35222 +IGFtbW9u 35223 +Y2hldA== 35224 +IOqwgOyguA== 35225 +IHVuaQ== 35226 +IOuQmOuKlOuNsA== 35227 +INC90LDQv9GA0LDQsg== 35228 +INC60L7RgtC+0YDQvtCz0L4= 35229 +IGFuaW1hdGU= 35230 +15XXkNc= 35231 +0LXRgNCy 35232 +IG1pbmNlZA== 35233 +IGthdW0= 35234 +z4DOtQ== 35235 +0LvQtdCz 35236 +ZXhpc3Rpbmc= 35237 +IHBsYXRhZm9ybQ== 35238 +IEtSSVM= 35239 +7Jug 35240 +IEZhbWlsaWVu 35241 +IExpYnlh 35242 +IGJpb2RpdmVyc2l0eQ== 35243 +IGlkaW90cw== 35244 +aXJkaQ== 35245 +IHN6eWI= 35246 +IFJvbGxpbmc= 35247 +w7xjaHQ= 35248 +INGD0LTQuNCy 35249 +0YHRg9C0 35250 +IHJlYWxpemFy 35251 +IGNhbm5lZA== 35252 +INGA0LDQvQ== 35253 +IG1ldGFib2xpYw== 35254 +IEJlZWY= 35255 +IGtpbGth 35256 +0LvRjtGB 35257 +IHJlZ2lzdHJ5 35258 +0LzQvtGC0YDQuNGC0LU= 35259 +IHZpZWzDpA== 35260 +IG9kYw== 35261 +IGNvbmRlbW5lZA== 35262 +ZmFs 35263 +IERpbA== 35264 +d2/Fm2Np 35265 +QXc= 35266 +IHN0YXRpc3RpY2FsbHk= 35267 +IHNvZ2Vu 35268 +IEJFVEg= 35269 +IHNoYXZpbmc= 35270 +b2NhbA== 35271 +IEZ1bm55 35272 +IHBlYWNlZnVsbHk= 35273 +IGFkZGljdGl2ZQ== 35274 +IEluc2VydA== 35275 +bGF1Zg== 35276 +IGV4cGVyaWVuY2lh 35277 +0LjRgtC10LvRjw== 35278 +w61nZW4= 35279 +w6FnaW5h 35280 +IGFiZG9tZW4= 35281 +7ZWc64uk 35282 +aWN1cw== 35283 +aW1hbmE= 35284 +7I2o 35285 +YXJjaGluZw== 35286 +IGtvbmtyZXQ= 35287 +7JWY6w== 35288 +0LXQutCw 35289 +b3VmbA== 35290 +aXZlbA== 35291 +IG51ZGU= 35292 +w6h0cmVz 35293 +IG1vbnNpZXVy 35294 +IGNsYXNo 35295 +IHRoZXJhcGlzdHM= 35296 +IGN1YmVk 35297 +IHJldHJvdXZlcg== 35298 +IHdhdmVmb3Jt 35299 +IHBvdGVt 35300 +IEZvcm1lcg== 35301 +aXNpw7Nu 35302 +INeQ150= 35303 +dW5kb3M= 35304 +IE1laW51bmc= 35305 +2LXZhA== 35306 +IEp1ZGU= 35307 +IG7DpXI= 35308 +IExlb25hcmRv 35309 +IENyaXN0bw== 35310 +IEdPVA== 35311 +0YHRgtGA0YPQug== 35312 +TEFO 35313 +IGfDpW5n 35314 +IGTDqWI= 35315 +IEZyYW5rZnVydA== 35316 +IGNyYXBweQ== 35317 +IGxpbA== 35318 +YW5uw6ll 35319 +INC80LXRgdGC0LU= 35320 +UkVU 35321 +IE5lcg== 35322 +IENPU1RB 35323 +IGplZGVt 35324 +IGN1cnRhaW5z 35325 +IGl0ZXJhdGlvbnM= 35326 +IHVuYXY= 35327 +IHBsYXF1ZQ== 35328 +b3J1bQ== 35329 +IM62 35330 +IG7Dum1lcm9z 35331 +IGRlc2Fw 35332 +sr0= 35333 +IGNvbXBpbGVk 35334 +IHJlZmxl 35335 +IHJhbmtpbmdz 35336 +IHJlcGFpcmVk 35337 +INCd0LDQv9GA 35338 +IGRvd25sb2Fkcw== 35339 +IGFybW91cg== 35340 +INeZ15XXqteo 35341 +IGxvbmdldml0eQ== 35342 +IFRPTkVS 35343 +INC60L7QvNC80LXQvdGC0LDRgA== 35344 +IGN6ZWdv 35345 +IG5vdGlmeQ== 35346 +IGFpcnBvcnRz 35347 +IGVuZHVyaW5n 35348 +bGV0dGU= 35349 +IGFwcGFyYXQ= 35350 +IGhhYmls 35351 +4buHYw== 35352 +bmFk 35353 +SUNP 35354 +IEJyYWg= 35355 +IHNlZ8O6bg== 35356 +IGdvdmVybm9ycw== 35357 +a2FoYQ== 35358 +IFNjaGx1c3M= 35359 +IG9kcG93aWVk 35360 +aXJ0aW5n 35361 +IHJlbXBs 35362 +IEFib3JpZ2luYWw= 35363 +aWRlbnRhbGx5 35364 +IGVuaGFuY2luZw== 35365 +bGljdGluZw== 35366 +IEhhd2FpaWFu 35367 +IHN0cml2aW5n 35368 +IE5pZXQ= 35369 +IHpuYWN6eQ== 35370 +IG9iZWRpZW5jZQ== 35371 +IG7DpWdvdA== 35372 +IGV4cGlyZWQ= 35373 +IDE5MTg= 35374 +cHJlc2VudGVk 35375 +IHByb3dhZA== 35376 +IFRlcnI= 35377 +IFByaW5jZXRvbg== 35378 +IG1vcmdlbg== 35379 +IGF0dHJhY3Rpbmc= 35380 +IFNpZ21h 35381 +aWduZXI= 35382 +IFJlY2h0cw== 35383 +IFBla2k= 35384 +IG1ldGh5 35385 +IGhhbW0= 35386 +IGRpcmVpdG8= 35387 +IGRlbGVnYXRpb24= 35388 +0LjQstCw0Y7Rgg== 35389 +IGdpbg== 35390 +WW91bmc= 35391 +IGRlcGVuZGVuY2llcw== 35392 +IEJyYWRsZXk= 35393 +YnVkcw== 35394 +IGZpcw== 35395 +IHB5dGFuaWU= 35396 +IGludGVyY29ubmVjdGVk 35397 +IGVtYmFpeG8= 35398 +IFNhcw== 35399 +IHJ1aA== 35400 +IFNpY2h0 35401 +U3Vy 35402 +IHN1cGVyYg== 35403 +IFNhYmJhdGg= 35404 +IERhbmdlcg== 35405 +a29s 35406 +IGhvdQ== 35407 +c3VwcA== 35408 +IE5hY2lvbmFs 35409 +IHN1Y2Nlc3Npb24= 35410 +IHbDoQ== 35411 +IE1hw59uYWhtZW4= 35412 +IEplc3NpZQ== 35413 +IElkYWhv 35414 +Zm9yZXN0 35415 +hZg= 35416 +INee15M= 35417 +INij2Yo= 35418 +IHN3ZWV0aGVhcnQ= 35419 +IG5lYXRseQ== 35420 +IEV2YW5nZWw= 35421 +6rOh 35422 +IFN1aXRl 35423 +w7pibGljYQ== 35424 +INGD0LvQuA== 35425 +IEFubm91bmNlcg== 35426 +bGlnaA== 35427 +IHNlbnNhdGlvbnM= 35428 +IHNoZWx0ZXJz 35429 +IGhhcnQ= 35430 +IHNxdWVlemluZw== 35431 +IFJpdmVycw== 35432 +IENvb2tpbmc= 35433 +7LGF 35434 +cGVyc29uYWw= 35435 +IG1hbm9z 35436 +0ZHRgtGB0Y8= 35437 +d2lq 35438 +IGdvZ2c= 35439 +IE1pbGxp 35440 +IEZQ 35441 +w7xuc3Q= 35442 +IExT 35443 +IHNwcmF5aW5n 35444 +IGZhdXg= 35445 +IGF1dG9ncmFwaA== 35446 +b2xvZ2lj 35447 +IHRvcm1lbnQ= 35448 +IGVuY3J5cHRlZA== 35449 +4buF 35450 +IGVzdHJl 35451 +4LE= 35452 +IHN0dW1ibGVk 35453 +IGFpZGVy 35454 +IHNhYmVu 35455 +eHRlcg== 35456 +IENpdGllcw== 35457 +IFTDvHJr 35458 +64ul 35459 +Y2hpbmU= 35460 +IHRvcHBpbmc= 35461 +IHBvaXNvbmVk 35462 +IFJvbWFuaWE= 35463 +15PXmQ== 35464 +gOuhnA== 35465 +INC/0L7RgNGP0LQ= 35466 +IGNoaXJwaW5n 35467 +IOyZhOs= 35468 +15HXog== 35469 +IGN1YW50bw== 35470 +IGRvbmF0aW5n 35471 +IFJlZ2VudA== 35472 +IEJlcnVm 35473 +IGRpc3RyYWN0aW5n 35474 +IHN0YW1pbmE= 35475 +IERhcnJlbg== 35476 +IOy2lQ== 35477 +bGlzdHM= 35478 +ZGFs 35479 +Y2h1c3M= 35480 +IGVjb25vbWlzdA== 35481 +b3JndA== 35482 +IGlzdGl5b3J1bQ== 35483 +IFN1cnByaXNl 35484 +IEhhbw== 35485 +IOy1nOqzoA== 35486 +IEdX 35487 +IElubmVy 35488 +IHF1aWVyZW4= 35489 +IG1pbmRlZA== 35490 +IHN1cGVyY29tcHV0ZXI= 35491 +IGRpYWdyYW1z 35492 +7Yqc6w== 35493 +6rKg7Ja0 35494 +INC+0LHRitGP0YE= 35495 +IGVzdGFiYW4= 35496 +IGRlc3Ryb3lz 35497 +IEJyZWFraW5n 35498 +IGthcsSxxZ8= 35499 +IHJlYnVpbGRpbmc= 35500 +nOuMgA== 35501 +0LvQuNCy0L4= 35502 +IFNhdWNl 35503 +IEZ1c2lvbg== 35504 +15XXntc= 35505 +IFF1aW5u 35506 +IGdhdWNoZQ== 35507 +INmI2KM= 35508 +IMg= 35509 +IHRlY2hubw== 35510 +IGRpc3BhdGNo 35511 +IGHFn2s= 35512 +IGVpbnplbA== 35513 +IEdtYWls 35514 +554= 35515 +IOqwnOyduA== 35516 +INGB0LXQvNGM 35517 +IGpvdXJuZXlz 35518 +IGlodA== 35519 +IGZpYnJl 35520 +IGRyYW1hcw== 35521 +b3VjaGVk 35522 +IHJlbmFtZQ== 35523 +INC+0L/QtdGA 35524 +IHBvbw== 35525 +IERydQ== 35526 +INC40YLQvtCz 35527 +IHphc3Q= 35528 +IGNveg== 35529 +IHp1Y2No 35530 +IG9idGFpbmluZw== 35531 +IGNvbW11dGU= 35532 +IHN1Ym1lcg== 35533 +IFZpc2g= 35534 +IFJhYmI= 35535 +b2dn 35536 +IGh1dA== 35537 +7ZaI7Ja0 35538 +ZXJlbWk= 35539 +IM68zrE= 35540 +IGRpc2t1dA== 35541 +INCx0YPQug== 35542 +IGltcGFpcmVk 35543 +ZGVwZW5k 35544 +INmI2Kc= 35545 +INGA0YPQug== 35546 +INCx0LDRgA== 35547 +IG94aWRhdGlvbg== 35548 +IHNpdHVhw6fDo28= 35549 +yZlu 35550 +dcOnw6Nv 35551 +IHNhZ3Rl 35552 +IFNFUg== 35553 +IENha2U= 35554 +IHR1cm1lcmlj 35555 +IEthaw== 35556 +YnVuZw== 35557 +IEvhuZvhuaPhuYdh 35558 +IHBvaXNvbmluZw== 35559 +IHNsaXBwaW5n 35560 +IFNheXM= 35561 +w7JuZw== 35562 +wqs= 35563 +IENsYXVkaWE= 35564 +IENoYXJhY3Rlcg== 35565 +0L3QuNGG 35566 +Y29hdA== 35567 +IHByb2dyZXNzZWQ= 35568 +IEZlcmd1cw== 35569 +IOyYpOuK 35570 +IG9hdA== 35571 +b3JkYWJsZQ== 35572 +IExleQ== 35573 +IEhlcmF1cw== 35574 +IHJlc3VsdGFkb3M= 35575 +IEtheWxh 35576 +IHJpZmY= 35577 +IGNoZWdvdQ== 35578 +IHhp 35579 +IHNwYWNpb3Vz 35580 +IHJlY29nbmlzZWQ= 35581 +IGVjaA== 35582 +IFRpZQ== 35583 +IGxhdW5jaGVy 35584 +Smlt 35585 +IHN1cHByZXNzaW9u 35586 +IEltcG9zc2libGU= 35587 +IGd1aXRhcnM= 35588 +IEZvdXJpZXI= 35589 +0LjRh9C10YHQutC40Lk= 35590 +IFRoZXJhcA== 35591 +IEthZg== 35592 +Y2VudGVyZWQ= 35593 +INGB0L7QvtGC0LLQtdGC 35594 +IGtsaW0= 35595 +IGNhcmJvaHlkcmF0ZXM= 35596 +aWduYW50 35597 +IEFzdHJvbg== 35598 +IGVtcGxl 35599 +IGRyYXN0aWM= 35600 +INC80LjRgNC1 35601 +0LLQuNC9 35602 +dXc= 35603 +IHByZXR0aWVy 35604 +IGRvbnV0cw== 35605 +IEF0aGVuYQ== 35606 +IGRpc3NlcnQ= 35607 +IHBsYW50ZQ== 35608 +IHVyYW5pdW0= 35609 +7J2M6w== 35610 +YXLDqQ== 35611 +IHJ6ZWN6 35612 +IGRpc3BsYXlpbmc= 35613 +IHNhcmM= 35614 +csOjbw== 35615 +IHRhbXBvY28= 35616 +IHBoaWxvc29waGVycw== 35617 +IFJlY2h0 35618 +IGNvbWVudGFyaW9z 35619 +eXNl 35620 +IOycpA== 35621 +IG1pc2U= 35622 +IEdpbg== 35623 +INC90L7QvA== 35624 +IEZST00= 35625 +bGluZXI= 35626 +YXRpZg== 35627 +IHNwb8WCZWM= 35628 +eGE= 35629 +INGC0YDRg9C0 35630 +IHdhZw== 35631 +6riw7JeQ 35632 +IE1H 35633 +IG9mZnNwcmluZw== 35634 +IFVuZGVyc3RhbmRpbmc= 35635 +T1JB 35636 +IHdoaXJyaW5n 35637 +IHN1cnJlbmQ= 35638 +IHBva2Vy 35639 +IG1vbnVtZW50cw== 35640 +IOKZqQ== 35641 +IG9yZ2FuaXNlZA== 35642 +IFNvemlhbA== 35643 +IEZhY3Rvcnk= 35644 +0YXQsA== 35645 +IHJlc2VtYmxl 35646 +0LfQtA== 35647 +IGV4cGxvc2lvbnM= 35648 +IHBheXJvbGw= 35649 +IG9tbg== 35650 +IEpvcmdl 35651 +zrnPgw== 35652 +IGZyYWN0dXJl 35653 +IHBlcnNlY3V0aW9u 35654 +IGRlbWFpcw== 35655 +RUNI 35656 +LCk= 35657 +IGNyaWFy 35658 +IEpPU0g= 35659 +IGRlbW9ncmFwaGljcw== 35660 +IDE2MDA= 35661 +IGN1cnJlbmNpZXM= 35662 +IFRpcHM= 35663 +IFJlZmVy 35664 +IERhbmNpbmc= 35665 +IGluY29uc2lzdGVudA== 35666 +IGRlaA== 35667 +IGltbWVucw== 35668 +IG1laXN0 35669 +IGltcGF0aWVudA== 35670 +IGJlaGF2ZXM= 35671 +IOuCtOyaqQ== 35672 +IGJhY2tzdG9yeQ== 35673 +IGFncmVlaW5n 35674 +IMWB 35675 +aWhpbg== 35676 +IHRlbXBlcmF0dXJh 35677 +IEJhY2tncm91bmQ= 35678 +IG51dHplbg== 35679 +IOuFuQ== 35680 +IE3DpG5uZXI= 35681 +IGNvbGxhYm9yYXRpb25z 35682 +IEtvcw== 35683 +IG5pZ2h0bWFyZXM= 35684 +65Ox 35685 +IFF1ZWVuc2xhbmQ= 35686 +IGFzc29jaWF0ZXM= 35687 +IEtvaw== 35688 +IGZhY3RvcmlhbA== 35689 +IEh5dW5n 35690 +IOq3uOuLpOydjA== 35691 +IGZpbGhv 35692 +IGVsw6l0 35693 +IO2WieuztQ== 35694 +sLE= 35695 +IGdlZnVuZGVu 35696 +IHNlbWljb25kdQ== 35697 +IGNvdW5zZWxvcnM= 35698 +IFVwcGVy 35699 +IEF1Yg== 35700 +aWNrZXJz 35701 +VmVy 35702 +IG5vcnRod2VzdA== 35703 +IE1haW50ZW5hbnQ= 35704 +IExha2Vz 35705 +0LDRj9Cy 35706 +aW50w6k= 35707 +7LC9 35708 +INCz0LDQtw== 35709 +IGdpb3Ju 35710 +IGRpZ2l0YWxseQ== 35711 +IENpcmN1aXQ= 35712 +7LyA 35713 +IGNoZWVyZnVs 35714 +IFBldGVyc29u 35715 +IERhbmlzaA== 35716 +YXRpdm9z 35717 +IGxpa2Vu 35718 +IGhhcmJvcg== 35719 +0LDQu9C40YHRgg== 35720 +eGU= 35721 +IGN1cmxz 35722 +IFJob2Q= 35723 +RW5k 35724 +IEVU 35725 +IGFjcXVhaW50 35726 +IEtlbHZpbg== 35727 +IHRyaWY= 35728 +IEF3YXk= 35729 +7J6Q64qU 35730 +dnM= 35731 +IHDDoWdpbmE= 35732 +IGlubGV0 35733 +IFNhbnRvcw== 35734 +IOyasOyZgA== 35735 +IHlhcMSxeW9yc3Vu 35736 +dGhlbWU= 35737 +IHNvdWZm 35738 +IGluamVjdGVk 35739 +IHDDs8W6bmllag== 35740 +aXZlcnNv 35741 +YW1wZWQ= 35742 +IGRhaGVy 35743 +IGRhZ2dlcg== 35744 +INC70Y7QsdC40Lw= 35745 +IHR1bW15 35746 +IGVubGlnaHRlbmVk 35747 +Y2VudHM= 35748 +IERhaA== 35749 +IGN1ZXN0 35750 +SUxZ 35751 +INeR16g= 35752 +IGJhbmdpbmc= 35753 +IEVtaWw= 35754 +IENsZXI= 35755 +IEJvcmRlcg== 35756 +0LjQttGD 35757 +IHByZXNlbnRlcnM= 35758 +IFNUVUQ= 35759 +Y29pbnM= 35760 +IO2ZjQ== 35761 +IHBlcmtz 35762 +IHBhcmFw 35763 +IGNlcnRhaW5lcw== 35764 +IExvcmU= 35765 +w7ZzdA== 35766 +IE1BUlRJTg== 35767 +IGJpb3M= 35768 +IHdoZXJlYnk= 35769 +dmVydHM= 35770 +IE1pcmFuZGE= 35771 +IHN0aXA= 35772 +YW5kZXo= 35773 +15vXnA== 35774 +dWppbg== 35775 +IOq+ 35776 +IGFsbGVyZ2llcw== 35777 +cGxhdGU= 35778 +IHlhcMSxbA== 35779 +IHVuZGVydGFrZQ== 35780 +IOuCmOqwgA== 35781 +UGFydA== 35782 +IGvEsXrEsW0= 35783 +aGd1cnU= 35784 +IEpvaG5z 35785 +IGV5ZWxhc2hlcw== 35786 +IGRyYWluZWQ= 35787 +IHN0w6Vy 35788 +IEphZGU= 35789 +IGNhbGVuZA== 35790 +ZmlsbQ== 35791 +IG1lc2E= 35792 +IGx1ZHppZQ== 35793 +IGF0dHJhY3Rz 35794 +IGp1aWNlcw== 35795 +INC60LjQuw== 35796 +IG5pZXV3ZQ== 35797 +IG1lbmNpb24= 35798 +IGlnbml0aW9u 35799 +IGJsYWRkZXI= 35800 +YW5kYWFn 35801 +IEV4dGVuc2lvbg== 35802 +7YKo 35803 +ZmVlZA== 35804 +INmI2Yc= 35805 +IHNwdW4= 35806 +IHTDpHQ= 35807 +0L7RgNC+0YI= 35808 +dHlhcmQ= 35809 +cm9uaWNz 35810 +IEh1Z2U= 35811 +0YPQttC0 35812 +c3RyaW5n 35813 +IHVuanVzdA== 35814 +IHByYXdu 35815 +IGZyb3N0aW5n 35816 +IGRpc2FwcGVhcmFuY2U= 35817 +aW9zYQ== 35818 +IGNhcmRp 35819 +IFByaWVzdA== 35820 +IGNpZW50w61maWM= 35821 +INCS0LDRgQ== 35822 +IOu2gO2DgQ== 35823 +IHRoaWV2ZXM= 35824 +IHBoeXNpcXVl 35825 +IEV1Z2VuZQ== 35826 +INCx0LvQuNC3 35827 +IG1vbm9wb2x5 35828 +IGJpb2dyYXBoeQ== 35829 +IGhvxZ8= 35830 +IHTDtg== 35831 +bWFj 35832 +IHNob2Nrcw== 35833 +7IS46w== 35834 +aGl0 35835 +IHNudWc= 35836 +IGluY2w= 35837 +IGRlZGlj 35838 +IHVsdHJhcw== 35839 +INC40LfQstC10YHRgg== 35840 +IHV0aWxpemF0aW9u 35841 +INGB0L7QstC10YDRiNC10L3QvdC+ 35842 +IHNlcnZp 35843 +c3RhZw== 35844 +MTgw 35845 +IHNld2Vy 35846 +IENob2ljZQ== 35847 +IGRpc2NoYXJnZWQ= 35848 +IEpE 35849 +0L7Qu9C10YI= 35850 +INC60LLQsNGA0YLQuA== 35851 +IHRlbGVzY29w 35852 +IEplxZtsaQ== 35853 +IE5hbmE= 35854 +Y2FsZQ== 35855 +INGC0L7QvQ== 35856 +bW1t 35857 +IGdlaGFidA== 35858 +64Kg 35859 +4LiZ4LiZ 35860 +IGV0aGVy 35861 +IHplbg== 35862 +IHJlc2VhcmNoZWQ= 35863 +IEN6eWxp 35864 +d29ya2Vycw== 35865 +IOqyveywsA== 35866 +IHNoZXJpZmY= 35867 +YWxsbw== 35868 +IHRpcG9z 35869 +IHByb3NlY3V0aW9u 35870 +IGZyb2dz 35871 +IGZhbHQ= 35872 +amQ= 35873 +IO2MlA== 35874 +IGZpbHRlcmVk 35875 +IE9mdA== 35876 +IOyN 35877 +IGRpc2Zy 35878 +IE11c3Rhbmc= 35879 +IHdvYWg= 35880 +IFJFQUxMWQ== 35881 +INC80L7Qs9C70Lg= 35882 +IGVudHJhZGE= 35883 +INC40LPRgNCw 35884 +IG1peGVz 35885 +INCw0LLRgtC+0LzQvtCx 35886 +0Jk= 35887 +IHNoaW4= 35888 +IHBhcmFub3JtYWw= 35889 +IHNvbWVwbGFjZQ== 35890 +IGRpc2hvbg== 35891 +ZXRhYW4= 35892 +IGZ1ZXJ0ZQ== 35893 +2bk= 35894 +IGRvb20= 35895 +7Iic 35896 +IGV4aXN0ZW50aWFs 35897 +IGJ1bGQ= 35898 +IFNESw== 35899 +INC/0YDQsNCy0LTQsA== 35900 +IHR1cm5vdmVy 35901 +IOyXrOq4sOyXkA== 35902 +IOCkuQ== 35903 +IG1vZGVsZWQ= 35904 +IGJ1Z8O8bg== 35905 +IGV4cGVyaW1lbnRhdGlvbg== 35906 +IG1vcm5pbmdz 35907 +IG1lZG8= 35908 +U3Rldmll 35909 +IHBsYXlhYmxl 35910 +IGFpcmxpbmVz 35911 +Z21lbnRz 35912 +IOq4sOu2hA== 35913 +IFRvbWI= 35914 +IE1WUA== 35915 +QVVESUVOQ0U= 35916 +IGNoZWNrb3V0 35917 +IHBhc3N0 35918 +IGJlaXNwaWVs 35919 +IExpbmtz 35920 +aGVhdnk= 35921 +IHF1ZXN0aW9uYWJsZQ== 35922 +IOyTsOs= 35923 +IHNpbGw= 35924 +IG1hbmlwdWxhdGVk 35925 +IExvcmVu 35926 +IOycvA== 35927 +IHZlcmdl 35928 +w6Fr 35929 +SUVT 35930 +IHNhYm90 35931 +IEN1c3RvbWVy 35932 +YWxlxbx5 35933 +IG5vbWluZWU= 35934 +IEdhZA== 35935 +IG5vdXZlbGxlcw== 35936 +IFNQRQ== 35937 +aXN0bGluZw== 35938 +IG92YWw= 35939 +0L7QsdGA0LDQtg== 35940 +aWZ0eQ== 35941 +IGJlemVs 35942 +eWV0 35943 +IGZyZWlnaHQ= 35944 +IEhhbsSxbQ== 35945 +csOtYQ== 35946 +IHpvbmluZw== 35947 +IGluZGVt 35948 +IELDvA== 35949 +IGZlbWluaXNt 35950 +IHZvaXg= 35951 +IG9maWNpYWw= 35952 +IGRpeW9ydW0= 35953 +u5A= 35954 +IGFyb3Nl 35955 +IHBhcmFy 35956 +7J247KeA 35957 +IE1hcnRpbmU= 35958 +IExlY3Q= 35959 +IHJlc3Rlcg== 35960 +IGRyb3duaW5n 35961 +dXlh 35962 +Y2lkYQ== 35963 +IEFyaWVs 35964 +IDAy 35965 +INeU15Q= 35966 +IFdlcnQ= 35967 +0KLRiw== 35968 +IHdpZG93 35969 +IHBhcmNobWVudA== 35970 +IGNvdHRhZ2U= 35971 +IFhM 35972 +IFNsYWNr 35973 +IE5FUw== 35974 +IHJvYmU= 35975 +IGdpbW0= 35976 +IGNhbWluaG8= 35977 +IEhhcnBlcg== 35978 +IGNpdHJ1cw== 35979 +IGZpcmVmaWdodGVycw== 35980 +IGRvcGFtaW5l 35981 +ZWxldHM= 35982 +IGRlbW9jcmF0 35983 +7KCc66Gc 35984 +IHBsYXliYWNr 35985 +b2o= 35986 +INC/0YDQvtC6 35987 +IFN1bGxpdmFu 35988 +c2VtYmxl 35989 +IFdvcnRo 35990 +IE11c3RhZmE= 35991 +4Liy4Lij 35992 +IG1ldHM= 35993 +0LvQvtGB0Yw= 35994 +IGluZXJ0aWE= 35995 +IHVuaWZvcm1z 35996 +w6lyaW8= 35997 +15XXqNeU 35998 +w6ludA== 35999 +IOCukg== 36000 +INGB0LDQvNGL0YU= 36001 +IHZvdWxhaXM= 36002 +IFppbW1lcg== 36003 +6rKg6w== 36004 +INC90L7RgQ== 36005 +ZW5jaWFz 36006 +IHJlbGFjacOzbg== 36007 +IOqxuOs= 36008 +IGZhY3Rpb24= 36009 +IGdvc3A= 36010 +0L/QvtC70L7Qtg== 36011 +bmFw 36012 +aGFr 36013 +IHByb2NlZWRpbmdz 36014 +IOyGlA== 36015 +7JWE64uI 36016 +IOyekOq4sA== 36017 +IHdlcmQ= 36018 +IHNvZg== 36019 +IHNjaGxpbQ== 36020 +IGZsYXZvcmVk 36021 +IHF1YWRyYXRpYw== 36022 +IEJvb3Q= 36023 +IHB1YmxpY2l0eQ== 36024 +IENhcm8= 36025 +ID8i 36026 +0L3QuNGG0LA= 36027 +bWFuaWE= 36028 +IFNVUg== 36029 +IEJVUg== 36030 +bGFuY2U= 36031 +w6l0aWNh 36032 +IHpvYmFjenk= 36033 +IHRyaW8= 36034 +c2FtYQ== 36035 +IHRhxZ8= 36036 +IGFzeW1t 36037 +cmVzc2Vy 36038 +INiq2Lk= 36039 +INC/0LXRgQ== 36040 +IGJlZ2lubmluZ3M= 36041 +bGFkxLFt 36042 +INCx0YvRgdGC0YA= 36043 +IG1vbw== 36044 +IEdlbmV2YQ== 36045 +ZXJ1cw== 36046 +Ym9yYWg= 36047 +IHJlZnVzaW5n 36048 +YnVsbA== 36049 +IFdhaXRpbmc= 36050 +IEluZGl2aWR1YWw= 36051 +IGFub255bQ== 36052 +aW1lbnM= 36053 +IG1lZGlkYXM= 36054 +IGZyYWdyYW50 36055 +IGRpcmVjdGVtZW50 36056 +IOyVhOuniA== 36057 +dXJpYQ== 36058 +IHNwaGVyaWNhbA== 36059 +IGFiZ2U= 36060 +IFZpY3Rvcmlhbg== 36061 +IHNwZWN0YWNsZQ== 36062 +IFJvZHJpZ3Vleg== 36063 +IG9jdXA= 36064 +IE7DpHI= 36065 +bWFya3M= 36066 +bmd1bG8= 36067 +IEx1Y2k= 36068 +IHNob3V0ZWQ= 36069 +IHJlZ3VsYXRvcnM= 36070 +xJ9pbmk= 36071 +IGRpc2VudA== 36072 +INGA0YvQvQ== 36073 +64Ko 36074 +IOyCtOs= 36075 +IHByb2Jsw6htZXM= 36076 +IEZpbmdlcg== 36077 +YXNzZW1ibGU= 36078 +IHBlYXI= 36079 +IGRyb2l0ZQ== 36080 +IEV2ZXJ5d2hlcmU= 36081 +dGFt 36082 +0L7RgtC40LI= 36083 +0LLQvtC5 36084 +b3JkaW5hdGU= 36085 +IExhaw== 36086 +IG3hu5tp 36087 +IFRlbGV2aXNpb24= 36088 +IGV4cG9uZW50aWFsbHk= 36089 +YXZhcw== 36090 +IGJsZXY= 36091 +IE1U 36092 +Q29ubmVsbA== 36093 +IOq1reuvvA== 36094 +INGB0LLQvtC40Lw= 36095 +IGFjaGE= 36096 +IER5bmFzdHk= 36097 +Smlu 36098 +IHRvcmU= 36099 +IGZsb3I= 36100 +INC80L3QvtCz0LjQtQ== 36101 +b3dhbg== 36102 +YmFo 36103 +IOyjhA== 36104 +IENlbGE= 36105 +IOy1nOq3vA== 36106 +IHBlcm1ldHRyZQ== 36107 +IGFicmFz 36108 +IHZlcnN0ZWhlbg== 36109 +IGVzY29ydA== 36110 +IFRoZW0= 36111 +w6Rya2U= 36112 +cG9ydGVy 36113 +IGthaGthaGE= 36114 +IGhlY3Q= 36115 +IGRhdQ== 36116 +d2Fo 36117 +b2x2ZQ== 36118 +IEFnZXM= 36119 +c2NoYWZ0 36120 +IFN0ZWxs 36121 +bmVsbGU= 36122 +IEVuc3VpdGU= 36123 +INCS0YHQtdC8 36124 +IGNyw6lk 36125 +IFBQ 36126 +bG9yZHM= 36127 +Z3J1bnRpbmc= 36128 +IGNvbnRyYWN0aW9u 36129 +R290 36130 +IGFjcXVpcmluZw== 36131 +IHNvcHI= 36132 +IHBvaXNvbm91cw== 36133 +Uk5B 36134 +IGFuYXI= 36135 +IEhvZg== 36136 +Jyk= 36137 +IHJlbWFya2FibHk= 36138 +IGludGVybmFjaW9uYWw= 36139 +w7xja2U= 36140 +aW5xdQ== 36141 +IGR1eQ== 36142 +IGJlYXN0cw== 36143 +IExBTg== 36144 +IHByZWNlZGVudA== 36145 +IFJQTQ== 36146 +IHNlbG9u 36147 +IG1vcnRl 36148 +IGNvbWXDp291 36149 +0Y/Qu9Cw 36150 +IGludGVycHJldGluZw== 36151 +IEJ1cmtl 36152 +0YLRgNCw 36153 +IOydtOufrA== 36154 +IHBlc3NpbQ== 36155 +IE5vaw== 36156 +7Yyd 36157 +RmVtYWxl 36158 +IOyLpO0= 36159 +mYA= 36160 +IHN0aW11bGF0aW9u 36161 +IHNsaWNr 36162 +IOqwgOuKlA== 36163 +INC60LDQtw== 36164 +IEhCTw== 36165 +IHBhcGllcg== 36166 +IGvDtm5udGVu 36167 +0YPQsdC70Lg= 36168 +IENvbnN0YW50 36169 +U1BFQUtJTkc= 36170 +IGt0w7NyxIU= 36171 +IGNvc21ldGljcw== 36172 +IFRyZW5k 36173 +IHJvYmJlcnk= 36174 +IHRpdHQ= 36175 +IGdqb3J0 36176 +IGRpZXRhcnk= 36177 +oIw= 36178 +IEtpcmJ5 36179 +INC/0YDQuNC80LXRgNC90L4= 36180 +IHF1YWxpZmljYXRpb24= 36181 +IOyViQ== 36182 +IGNhYmluZXRz 36183 +IGh0dHA= 36184 +IEVyaWNh 36185 +IGRpc2FkdmFudGFnZXM= 36186 +IGNoYXR0ZXJpbmc= 36187 +eXo= 36188 +ZmVpdA== 36189 +IGd1aWxk 36190 +IEVURg== 36191 +IERyYWdvbnM= 36192 +IEhFUkU= 36193 +dmVudGg= 36194 +2YTYp9mF 36195 +IG1hcmNow6k= 36196 +RGFt 36197 +IHBob3Rvbg== 36198 +IGVzdGFibGU= 36199 +TWFn 36200 +IG9saGFy 36201 +IGNvdXBsaW5n 36202 +IEhpbGZl 36203 +IFdpemFyZA== 36204 +INC80LDQu9C+ 36205 +aGVscA== 36206 +IGzDrW5lYQ== 36207 +IOyr 36208 +IHN0YW5kYWxvbmU= 36209 +IG1vcmFsZQ== 36210 +IHp3ZWl0ZQ== 36211 +w6RocnQ= 36212 +IGRvdHRlZA== 36213 +IGRyaXBwaW5n 36214 +IEZsYWc= 36215 +cm9ja2V0 36216 +cmF0ZWd5 36217 +aXJpbQ== 36218 +IO2VmOuptOyEnA== 36219 +IHNvZ2VuYW4= 36220 +IFVubw== 36221 +IFNjaHV0eg== 36222 +IGVzdGlsbw== 36223 +IFN1YnM= 36224 +IERhaXN5 36225 +0J3QtdGC 36226 +Jy4uLg== 36227 +IHBsYXRpbnVt 36228 +IGJpcmw= 36229 +IFNvdmk= 36230 +IHZpb2xhdGU= 36231 +0YPQtdGC0YHRjw== 36232 +cmlsbA== 36233 +IHRyYXo= 36234 +IHNuaXA= 36235 +IGN1bXBs 36236 +4Lit4LiB 36237 +IGN1aw== 36238 +IFBhcmxhbWVudA== 36239 +IGh5cGVydA== 36240 +IHB1bHA= 36241 +IHRvbmd1ZXM= 36242 +YXR0bw== 36243 +IGJ1c2Nh 36244 +aWhu 36245 +RVJP 36246 +INmK2Lk= 36247 +IHZhcmlhcw== 36248 +IE1hcmlhbg== 36249 +IGJvdW5kZWQ= 36250 +IHBpdGNoaW5n 36251 +IGRlZmljaWVuY3k= 36252 +IEJsZXNzZWQ= 36253 +IEV4ZXJj 36254 +dWNocw== 36255 +IG5oxrBuZw== 36256 +IHJhcGVk 36257 +aGFsZXM= 36258 +IG1hbGE= 36259 +cGlj 36260 +IDQwMQ== 36261 +xZtuaWVq 36262 +YXJpbmE= 36263 +65Ok7J2E 36264 +b3R0aQ== 36265 +INC00L7Qu9Cz0L4= 36266 +IHRyYWNrZXI= 36267 +IFNoZWxieQ== 36268 +IHZhbmlzaGVk 36269 +IGJha2VyeQ== 36270 +S2FwxLE= 36271 +SmVzdXM= 36272 +IEtS 36273 +Sk8= 36274 +hbg= 36275 +IGRpc2Nz 36276 +7ISv 36277 +7KeA6w== 36278 +15nXpg== 36279 +ZW1hcnk= 36280 +S2VuZHJh 36281 +IHnDvGs= 36282 +w7xja3Q= 36283 +IHZheg== 36284 +IGt1cA== 36285 +YWt0dQ== 36286 +INGB0L/QsNGB0LjQsdC+ 36287 +IGFpaw== 36288 +IG51cnNlcnk= 36289 +IGVuZGFuZ2VyZWQ= 36290 +w6ptZW1lbnQ= 36291 +ZW1hdGljcw== 36292 +IHJlc3BvbmRlcnM= 36293 +IFJlcHJlc2VudGF0aXZlcw== 36294 +IHNjdWxwdHVyZXM= 36295 +aWdrZWl0ZW4= 36296 +IGRlcGw= 36297 +IGludGVycHJldGF0aW9ucw== 36298 +IGRlYWRsaW5lcw== 36299 +IDE5NDI= 36300 +w5c= 36301 +IHN1Z2Fycw== 36302 +ZW11 36303 +bGl2ZWx5 36304 +IHJlY3JlYXRpb25hbA== 36305 +IGRpc3RvcnQ= 36306 +IHVuZGVyc2NvcmU= 36307 +IHVucXVvdGU= 36308 +IHNhZmVzdA== 36309 +IHN3b2xsZW4= 36310 +IGFuYWx5c2Vz 36311 +IGNvbW1lbmPDqQ== 36312 +YW5kaW4= 36313 +INCl0L7RgNC+0YjQvg== 36314 +IGRpYXJy 36315 +emllc3Q= 36316 +IHRvb3RoYnJ1c2g= 36317 +dWF0aW9ucw== 36318 +IGNhZGU= 36319 +IGJhY2tsYXNo 36320 +aGluZA== 36321 +IHJpc3F1ZQ== 36322 +emVzcw== 36323 +IOydtOyVvOq4sA== 36324 +IGVzcGVyYXI= 36325 +IHRyYW5zbGF0aW9ucw== 36326 +aW9uZWQ= 36327 +Z3JvYW5z 36328 +INC/0YPRgg== 36329 +IGdlbmV0aWNhbGx5 36330 +IGhhcHBpZXN0 36331 +IHdlcms= 36332 +YXRvb24= 36333 +IG11c2k= 36334 +IGZ1bsOnw6Nv 36335 +IOyeheuLiOuLpA== 36336 +INGA0LDQuQ== 36337 +IGJldm9y 36338 +QkxBTks= 36339 +IHJlcGVudGFuY2U= 36340 +UHV0 36341 +IHBvdHJ6ZWI= 36342 +IHNhbGE= 36343 +IGNhbXBh 36344 +V0VS 36345 +IGRlY8OtYQ== 36346 +IHPDqWN1cml0w6k= 36347 +IEFwcHJlY2lhdGU= 36348 +0YfQuA== 36349 +IFJhbmRvbQ== 36350 +67OE 36351 +a2Fo 36352 +IG3Dtmo= 36353 +IHPDpGdlcg== 36354 +INeZ15vXldec 36355 +IDE5MA== 36356 +eHR1cmVz 36357 +RXU= 36358 +IGfDpA== 36359 +INeR16o= 36360 +IENyb2F0 36361 +YXBv 36362 +UExF 36363 +IHBlcnNpc3RlbmNl 36364 +IGJsZW5kcw== 36365 +IHRyZWZmZW4= 36366 +IFNhbnRpYWdv 36367 +eWRpYQ== 36368 +YWxkbw== 36369 +IFRlbnNvckZsb3c= 36370 +IER1YWw= 36371 +IGNoaWZm 36372 +7Je0 36373 +IGNvbnRyYWN0ZWQ= 36374 +IHNlZ3JlZw== 36375 +IEZhaXJ5 36376 +IHdpc2VseQ== 36377 +IHZ1bG5lcmFiaWxpdGllcw== 36378 +IGhhbmRoZWxk 36379 +IGdhZGdldHM= 36380 +IGJvxZ8= 36381 +IFBvcHVsYXI= 36382 +IGN1cnZhdHVyZQ== 36383 +66y4 36384 +IE1BUlk= 36385 +7J207Io= 36386 +IGZvcm11bGF0aW9u 36387 +IGNlbGVyeQ== 36388 +IGJsdXJyeQ== 36389 +IFRT 36390 +YWxleg== 36391 +IHdz 36392 +IHByb2dyYW1t 36393 +IFN0YWNr 36394 +IEpJTQ== 36395 +0L7QstCw0LvQuA== 36396 +xLFsbA== 36397 +IHDDqHJl 36398 +IEthbnll 36399 +IERlbGF3YXJl 36400 +IGRhdW50aW5n 36401 +INCx0LXRgQ== 36402 +IFN0dXBpZA== 36403 +Ymln 36404 +ZmZpY2lhbA== 36405 +IHByZWNpcGl0YXRpb24= 36406 +IHBsdW5n 36407 +4bulYw== 36408 +YnVyc2U= 36409 +IGRhcmxl 36410 +IGNyaXBw 36411 +IHBpb25lZXI= 36412 +IGRpc3B1dA== 36413 +IHNlYW4= 36414 +IHJlc2lzdG9y 36415 +IGFsbGVpbg== 36416 +aXBwbGVz 36417 +YXJlbA== 36418 +IGVuZG9ycw== 36419 +enVzdA== 36420 +INGA0LXQsdGP0YLQsA== 36421 +ZWRlZA== 36422 +IOy5tOuplOs= 36423 +IGxsZXZh 36424 +IGtlbm50 36425 +INCx0LDQuw== 36426 +IERvY3VtZW50 36427 +IEtuaWdodHM= 36428 +IGJ1Y2tsZQ== 36429 +IOyJrA== 36430 +IGFsaw== 36431 +IEV2ZXJ5ZGF5 36432 +YXR0ZXJz 36433 +IHRvaWxldHM= 36434 +IGp1Z2Fy 36435 +IOyeiOyngA== 36436 +IGdlbmF1c28= 36437 +IExhbmRlc3JlZ2llcnVuZw== 36438 +aWpl 36439 +IHRyYWlsZXJz 36440 +IFRpZ2Vycw== 36441 +IGdpdHRp 36442 +IGZvcmdpdmluZw== 36443 +IGNvbmN1cnJlbnQ= 36444 +IFZ1 36445 +IO2Kue2eiA== 36446 +IEJST1dO 36447 +b3VuZGVk 36448 +Ijs= 36449 +IHRyZW1i 36450 +IHRpZXQ= 36451 +INGA0LXQttC40Lw= 36452 +IG51dHNoZWxs 36453 +0LXQu9C40Yc= 36454 +IGxvc2Vycw== 36455 +cmljdGluZw== 36456 +IHJlZGVlbQ== 36457 +ZGVmaW5lZA== 36458 +TmljZQ== 36459 +IGJyb2FkYmFuZA== 36460 +S08= 36461 +IHRlYXNpbmc= 36462 +IHBhcnRpc2Fu 36463 +xLFtYQ== 36464 +IOyerOuvuA== 36465 +IEpvdXJuZXk= 36466 +IHNsb3Blcw== 36467 +dW5pbmc= 36468 +Z3J1bnRz 36469 +IHTDpGxs 36470 +IHVuY292ZXJlZA== 36471 +IG15xZtsxJk= 36472 +IEVzdGhlcg== 36473 +IEhlYWx0aHk= 36474 +IOuwkQ== 36475 +csOpZQ== 36476 +IHBvbGFyaXphdGlvbg== 36477 +IGZsYXY= 36478 +IGNhbWJpYXI= 36479 +IHly 36480 +IFJhbmNo 36481 +IHNwbGl0cw== 36482 +IHRyb3V2w6k= 36483 +IHJlY29yZGVy 36484 +IGTDqXBhcnQ= 36485 +2YjYqA== 36486 +IEtyeQ== 36487 +IGludGVyZXNzYW50 36488 +IGVkZXJpbQ== 36489 +xZt3aWFk 36490 +aWxhdGVyYWw= 36491 +d3JpZ2h0 36492 +IHBvdXJyYQ== 36493 +w6p0ZXI= 36494 +IGNhbWVs 36495 +4Z4= 36496 +IHJhcGlkZW1lbnQ= 36497 +IG1lag== 36498 +IHN0aWZmbmVzcw== 36499 +QURBUw== 36500 +IGRpZmZlcnM= 36501 +IGFsb3Q= 36502 +IFNpZw== 36503 +0Y/RgtC10LvRjA== 36504 +IGFic3RyYWN0aW9u 36505 +IGtlaW5lcg== 36506 +Z3J1cHA= 36507 +IFNoZXJsb2Nr 36508 +7ZiU 36509 +IGNpdGU= 36510 +IG92ZXJmbG93 36511 +IHThuqFp 36512 +w7pjYXI= 36513 +YnVsYQ== 36514 +IGNvbmp1bnRv 36515 +IENJ 36516 +IG1vZGVyYXRvcg== 36517 +IGluZGlyZWN0bHk= 36518 +IGFsbGVpbmU= 36519 +4oI= 36520 +0YjQuNCx 36521 +INCx0LDQsQ== 36522 +IGRhbmFjaA== 36523 +IDE5Mzk= 36524 +IHByb21ldA== 36525 +IGRlc3RpbmF0aW9ucw== 36526 +IElsbHVzdA== 36527 +zrnOus+M 36528 +IHNhYmVz 36529 +IGhlaA== 36530 +IEdlc2V0emVudA== 36531 +IE1peg== 36532 +0LXQvdC60L4= 36533 +IE15cw== 36534 +0Kw= 36535 +IEp1ZGFpc20= 36536 +IG11c3RhY2hl 36537 +IHN0aW1tdA== 36538 +IEdhemE= 36539 +IHZvbHRl 36540 +IG51bw== 36541 +IG3Ds24= 36542 +IENvbXB1dA== 36543 +4Li54LmI 36544 +IFJhZGk= 36545 +IGV4Y2VwdGlvbmFsbHk= 36546 +IGFzc3VtZXM= 36547 +aW5mb3Jt 36548 +IHNocmluZQ== 36549 +IGltcGxpY2F0aW9u 36550 +IEZpdHo= 36551 +IS4= 36552 +IGx0 36553 +IGFsbG95 36554 +IGV0aGlj 36555 +IG1vbmFzdGVyeQ== 36556 +7Iuc7KOg 36557 +aWNhw6fDo28= 36558 +IGNvb3JkaW5hdGluZw== 36559 +IE1vdG8= 36560 +IG92ZXJsb29r 36561 +IGNob2lz 36562 +IGFudGliaW90aWM= 36563 +IE1pbm5l 36564 +IEJK 36565 +IEFwYQ== 36566 +b3JpYW4= 36567 +IHNwaWxsZWQ= 36568 +SmFt 36569 +IGh1c2JhbmRz 36570 +IGNyZWF0aW9ucw== 36571 +IGHDsQ== 36572 +w7xzc2Vs 36573 +IOydtOyaqQ== 36574 +IGFuYWx5c2U= 36575 +cm9zZQ== 36576 +IHB1bmNoZWQ= 36577 +IHByZXNxdWU= 36578 +IGFzdHJvbm9teQ== 36579 +IHNjaHdpZXJpZw== 36580 +IEVib2xh 36581 +IGNpcw== 36582 +IGFjZXQ= 36583 +IEZY 36584 +ZW5kcmU= 36585 +IOydjOyVhQ== 36586 +IHdlYnBhZ2U= 36587 +IGZyZWFrZWQ= 36588 +IGxhdHRl 36589 +IOy/oA== 36590 +IOuouOs= 36591 +TmV2ZXI= 36592 +R3Jh 36593 +7ZmU66W8 36594 +ZXllZA== 36595 +IOuwnOudvA== 36596 +IGVzcGVyYQ== 36597 +IGFwYXJlY2U= 36598 +cmHDp8Ojbw== 36599 +IGRpc3J1cHRpdmU= 36600 +IEpvaW50 36601 +dXJvdXM= 36602 +cmVhcw== 36603 +IHF1ZXLDrWE= 36604 +IGRpc3RyaWJ1dGlvbnM= 36605 +IGV4cG9uZW50 36606 +7LmY66W8 36607 +IGRs 36608 +emhvdQ== 36609 +IEhlYXJpbmc= 36610 +IENyYXc= 36611 +IGZsb2F0cw== 36612 +b3VuY2Vk 36613 +TGFi 36614 +V29ybGQ= 36615 +IGJ1cmRlbnM= 36616 +IGF1dGhvcml0YXJpYW4= 36617 +IEJvbHQ= 36618 +INC+0LTQvdGD 36619 +IHBpZ2Vvbg== 36620 +IGRpc3RyYWN0aW9ucw== 36621 +IEhlcmF1c2ZvcmRlcg== 36622 +IHplc3Q= 36623 +ZXNj 36624 +IHNoYWtlcw== 36625 +YXRhcw== 36626 +INmF2LQ= 36627 +aG9sZXM= 36628 +IHRoaW5rZXJz 36629 +YWx0YQ== 36630 +IGFyY2hl 36631 +IFN1aw== 36632 +YW5oYQ== 36633 +IHRlbXB0aW5n 36634 +IHlvdXR1YmVy 36635 +IHbDrA== 36636 +IGR6aWHFgmE= 36637 +IFZhdGljYW4= 36638 +UGFyaw== 36639 +IHN1cGVycw== 36640 +IE5pa2tp 36641 +64qQ6w== 36642 +b3Jhbmc= 36643 +cmFtaWVudA== 36644 +IOqwluqzoA== 36645 +IGRlc3NlcnRz 36646 +IGF2ZXJl 36647 +IEdyZWdvcnk= 36648 +IOuTpOyWtOyY 36649 +IGNvc3Rpbmc= 36650 +IENsaW5pYw== 36651 +IHJlYmVscw== 36652 +IE1vYg== 36653 +IGJ1bmxhcg== 36654 +IFlvdXJz 36655 +ZXJ0aW1l 36656 +IHJldGFsaQ== 36657 +bWFyYQ== 36658 +YXR1cw== 36659 +YWxsZXM= 36660 +INC00YA= 36661 +INC00LjRgQ== 36662 +IGRpc2NvdW50cw== 36663 +IEdVWQ== 36664 +INC60LDQutC+0LU= 36665 +IEV4cGVyaW1lbnQ= 36666 +cmVtZW50 36667 +IFhpYW5n 36668 +IGJhdGU= 36669 +V0U= 36670 +IHNwZWNpYWxpemU= 36671 +IGRlaXR5 36672 +IExva2k= 36673 +bWFn 36674 +IE5pdA== 36675 +V2VzdA== 36676 +IG1hdGVybmFs 36677 +IHF1aXM= 36678 +YnJva2Vu 36679 +IGxhc2Vycw== 36680 +IGhha2s= 36681 +IEFuZ2Vscw== 36682 +IG1hc3Rlcnk= 36683 +YW50aXM= 36684 +VGlmZmFueQ== 36685 +ZWVl 36686 +55E= 36687 +b3JlbQ== 36688 +IGluYWNj 36689 +IGp1cmlzZGljdGlvbnM= 36690 +IEthcmRhc2g= 36691 +SWw= 36692 +IFNpbm4= 36693 +IGF0aGxldGljcw== 36694 +Y8SZ 36695 +IGxvb3NlbHk= 36696 +IGRpZXRh 36697 +QWc= 36698 +ID8/ 36699 +IOuMgO2RnA== 36700 +IHN1cGVydg== 36701 +IG51dHJpdA== 36702 +IGRyaWZ0aW5n 36703 +IOyEoOyDneuLmA== 36704 +INC/0L7QvdGP0Ls= 36705 +IFZpY3Rvcnk= 36706 +2YTYqQ== 36707 +15XXoNeU 36708 +INC/0LjRiA== 36709 +IHNoYXZlZA== 36710 +IG1lc3VyZQ== 36711 +b25kZW4= 36712 +2YPYsQ== 36713 +IGV4aWxl 36714 +IERlc2Rl 36715 +IFBpbnRlcmVzdA== 36716 +IGF0dGFjaG1lbnRz 36717 +IGhvbWJyZXM= 36718 +IGZpbmVz 36719 +IOyEuOyDgQ== 36720 +IHNsZWVwcw== 36721 +IFRhY28= 36722 +IElSQQ== 36723 +cmlvcw== 36724 +IG9sbA== 36725 +ZXRlcw== 36726 +IHVudXQ= 36727 +ZmFzaGlvbmVk 36728 +IHRyZWJhbGw= 36729 +IE5lYXJseQ== 36730 +INGA0LXQsNC70YzQvdC+ 36731 +IGNoaWw= 36732 +xJ9h 36733 +IE1FTA== 36734 +cm9zY29w 36735 +IENH 36736 +IHZlbmdl 36737 +IGRpc2h3YXNoZXI= 36738 +YWxnaWM= 36739 +IG1vZGlmaWVy 36740 +IGVtYmFzc3k= 36741 +dGltZXI= 36742 +ZW1pY3M= 36743 +IGludHJpY2F0ZQ== 36744 +IGV2ZXQ= 36745 +IOuMgOuwlQ== 36746 +IGlzb3Q= 36747 +INC90LDRg9GH 36748 +IFF1aXo= 36749 +cmVzbw== 36750 +zrTPjg== 36751 +IHllbGxlZA== 36752 +IGZlZGVy 36753 +RUxMRVI= 36754 +IGV4Y2VlZGVk 36755 +b25hcw== 36756 +aWNhbm8= 36757 +INC20LjQstC+0YI= 36758 +IE1hbw== 36759 +IEthenV0bw== 36760 +IOOFi+OFi+OFi+OFiw== 36761 +IGZyb250bGluZQ== 36762 +IEh1bmdhcmlhbg== 36763 +IMO8YmVyYWxs 36764 +YXdhdA== 36765 +IGdyaXBz 36766 +acOnw7Vlcw== 36767 +YXJueWE= 36768 +IM2h 36769 +IHNlaWQ= 36770 +IGFuYWs= 36771 +IGFjYWJvdQ== 36772 +7ZWR 36773 +IG5vdG9yaW91cw== 36774 +IEdvZHppbGxh 36775 +IG92ZXJjb21pbmc= 36776 +IFBlbmQ= 36777 +IG9sYWJpbGly 36778 +w7xsbWU= 36779 +IGVyaGFsdGVu 36780 +6re5 36781 +IE1ldGVy 36782 +IHN0YWFu 36783 +T2w= 36784 +IGNoYXRz 36785 +IEJ1ZW5vcw== 36786 +w612ZQ== 36787 +YWx1YWJsZQ== 36788 +IHN0cmF0ZWdpY2FsbHk= 36789 +IGNvbXByaXNlZA== 36790 +INC/0LXRgNGB0L7QvdCw0LY= 36791 +IHdhbm4= 36792 +IENlbg== 36793 +0L3QuNGC0LU= 36794 +n4E= 36795 +INGC0L7QsdC+0Lk= 36796 +aWFk 36797 +IGthcmRlxZ9pbQ== 36798 +IENvbmdyZXNzbWFu 36799 +cmVhbWluZw== 36800 +aG9tbWU= 36801 +IGNvbW11bmF1dA== 36802 +IGFsY29ob2xpYw== 36803 +IHBpY2tsZWQ= 36804 +IGFjb3Jk 36805 +cG9zaXRpb24= 36806 +ZWfDs2w= 36807 +IHRyb3VibGluZw== 36808 +IE1hcmNoZWc= 36809 +IHp1bWluZGVzdA== 36810 +IHNlYW1sZXNzbHk= 36811 +IG9sdW4= 36812 +IFRWcw== 36813 +INC/0YDQsNC60YLQuNGH0LXRgdC60Lg= 36814 +IGJhY2tlbmQ= 36815 +aWRhYmxl 36816 +IGdhZGdldA== 36817 +IGZhw6dv 36818 +IE1hcmNoZWdpYW5p 36819 +IOuwpA== 36820 +IGFjY2lkZW50YWw= 36821 +IExQ 36822 +IGVsZGVzdA== 36823 +IEFkbWlyYWw= 36824 +IG7Eg20= 36825 +bGV2ZXI= 36826 +IHBhc3RlbA== 36827 +IGZvbmRv 36828 +Q29ubmll 36829 +IHRlcmNlcg== 36830 +IHBhY3Q= 36831 +IE1vbnRl 36832 +IG1lYXRz 36833 +IFNNUw== 36834 +IEF1c3RyYWxpYW5z 36835 +57w= 36836 +UmhldHQ= 36837 +IGV4YWN0ZW1lbnQ= 36838 +IOu5vA== 36839 +IE1PRA== 36840 +56E= 36841 +IFJhcHQ= 36842 +IE5vY2g= 36843 +IGFib3J0 36844 +IE5hdmFs 36845 +IEZ1amk= 36846 +SU5URVI= 36847 +INC90L7QstGL0Lk= 36848 +IG1pZWpzY2U= 36849 +IElDVQ== 36850 +IEdyYWR1YXRl 36851 +IEdsZW4= 36852 +YXJkaQ== 36853 +IMiY 36854 +IHNvbGRlcg== 36855 +IHByb2Zlc3Npb25z 36856 +IG9ydGhvZw== 36857 +b21u 36858 +aW50cm9kdQ== 36859 +IERlbmlzZQ== 36860 +7J6Q66W8 36861 +IGNvcnJlc3BvbmRlbmNl 36862 +QU1B 36863 +IGluZmxpY3Q= 36864 +IGZhbmQ= 36865 +IEfDvA== 36866 +INGH0LXRgg== 36867 +IHRyYWNlZA== 36868 +IHBhdGVudHM= 36869 +IGFtYnVzaA== 36870 +IGxvdHRh 36871 +ZmZlcg== 36872 +IFdhZ25lcg== 36873 +IGltcGVyc29u 36874 +IGV4dHLDqm1lbWVudA== 36875 +2YLYqg== 36876 +Y29uZHVjdA== 36877 +QXR0 36878 +IE11ZWxsZXI= 36879 +IEFsaWNpYQ== 36880 +IGN5Yw== 36881 +IGhhY2tlcg== 36882 +IHR5cw== 36883 +IGhhaWw= 36884 +INC30LDRj9Cy 36885 +IHBhc3Nv 36886 +IOy2lOqwgA== 36887 +IM6I 36888 +IHBhY2thZ2Vk 36889 +IEN5bnRoaWE= 36890 +aGVldA== 36891 +IE5pc3Nhbg== 36892 +IFF1ZXN0bw== 36893 +6ag= 36894 +ZGlk 36895 +IM68zrnOsQ== 36896 +IEVsbGlz 36897 +IEFuYWx5c2lz 36898 +Y2Vtb3M= 36899 +IGFzZWc= 36900 +IE15c3Rlcg== 36901 +IENhbw== 36902 +IHR1dg== 36903 +IEluZHVzdHJ5 36904 +7KO86rOg 36905 +b3RhbA== 36906 +IHBlcXVlw7Fv 36907 +YnJhcw== 36908 +IGNvbXByZWhlbmQ= 36909 +IFNpbXBzb24= 36910 +0YHRgtCy0LjQtQ== 36911 +b2NyYWN5 36912 +0LjRh9C10YHQutC4 36913 +IE11c2g= 36914 +IExhdXJpZQ== 36915 +IHRyaWFuZ3VsYXI= 36916 +IFByZXNlbnRz 36917 +IEt1bmRlbg== 36918 +IElzcw== 36919 +IERlY2s= 36920 +4buDbg== 36921 +IERhcmtuZXNz 36922 +IGluZmxhbW1hdG9yeQ== 36923 +ZXJlbWlhaA== 36924 +IHdhcm1lZA== 36925 +dmV5YXJk 36926 +IE1lbW9yeQ== 36927 +ZXR0eQ== 36928 +IHRheHBheWVycw== 36929 +4LiT 36930 +2KE= 36931 +IHByYWN0aXNl 36932 +64us6w== 36933 +IGRyaWxsZWQ= 36934 +bcO8xZ8= 36935 +bG9nbw== 36936 +IEZhY2g= 36937 +pOuhnA== 36938 +IMO8YnJpZ2Vucw== 36939 +IGtvbm50ZW4= 36940 +IG5vcm1hbG1lbnRl 36941 +IGFyZ3Vlcw== 36942 +aWxpbmd1YWw= 36943 +sOulvA== 36944 +ZWdhbA== 36945 +IHRyYXZhaWxs 36946 +b3Z5 36947 +0LDRgtC+ 36948 +IHJ1dGg= 36949 +IExpZ2h0cw== 36950 +IGNvbnNpc3RlZA== 36951 +15HXqNeZ150= 36952 +IHN0ZXJlb3R5cGU= 36953 +IHBheWVy 36954 +IFJlZQ== 36955 +IEFpcmJuYg== 36956 +IGRyb3duZWQ= 36957 +IFpvZQ== 36958 +IGNhbm9weQ== 36959 +IGJhcnI= 36960 +INC90L7Rhw== 36961 +IHBhZ2Fu 36962 +IGphcnM= 36963 +IHLDqg== 36964 +ZXJ2ZXI= 36965 +aWViZW4= 36966 +IGVzcGVjdA== 36967 +IEZp 36968 +IHVud2lsbGluZw== 36969 +IHRlY2huaWNpYW4= 36970 +4bq3dA== 36971 +bWVtYmVy 36972 +IENhbmFs 36973 +2LPZhQ== 36974 +IGxpZWJlcg== 36975 +IGluZmVyZW5jZQ== 36976 +IGhvbm9yaW5n 36977 +IENhbXBhaWdu 36978 +IGxpbmVhZ2U= 36979 +IFN0cmVzcw== 36980 +IHZpY3Rvcmllcw== 36981 +IGRlamE= 36982 +16M= 36983 +w6p0ZXM= 36984 +YmxpY2s= 36985 +INC80LXQvdC10LU= 36986 +b3Rocw== 36987 +IENvdXBsZQ== 36988 +SmFzb24= 36989 +IE5pY29sYXM= 36990 +0LXQutGB 36991 +bGli 36992 +IGhlcnJhbWllbnQ= 36993 +INeQ15XXnteo 36994 +INCy0LjQtNC40Lw= 36995 +bWlsbGltZXRlcg== 36996 +IHNpbGhvdWV0dGU= 36997 +IGRyaXZld2F5 36998 +IGNoZXJpc2g= 36999 +44Wg44Wg 37000 +IHJhbnNvbQ== 37001 +IGludGVyZGlzY2lwbGluYXJ5 37002 +IFBvcnRhbA== 37003 +IHRyYWc= 37004 +dGhvb2Q= 37005 +IHRlZGlvdXM= 37006 +IGdsb3NzeQ== 37007 +IHByw6lwYXI= 37008 +IENheQ== 37009 +IFRvb2s= 37010 +IEJvdHRvbQ== 37011 +IHppZw== 37012 +5as= 37013 +cmVwcmVzZW50ZWQ= 37014 +4LmA4Lil4Lii 37015 +IGRlc2Fycm9sbG8= 37016 +7ISc6w== 37017 +IHZpc2Nvcw== 37018 +IG1pbGxpZ3JhbQ== 37019 +IEd1bmQ= 37020 +IGZlcm1lbnQ= 37021 +ZHJ1bQ== 37022 +IGRyYXdlcnM= 37023 +TGF1Z2g= 37024 +IHBlbG9z 37025 +IHBhdmVtZW50 37026 +IG1lbW9pcg== 37027 +YXZhaXQ= 37028 +IDIwNTA= 37029 +pOulvA== 37030 +IHJhesOzbg== 37031 +IGZsb3VyaXNo 37032 +IHN0ZXJu 37033 +IENodW5n 37034 +IHNlcnBlbnQ= 37035 +IEdlbnRsZW1lbg== 37036 +a29vaw== 37037 +IGx1dA== 37038 +aW1wb3J0ZQ== 37039 +cGFyZW50 37040 +IHdzeg== 37041 +IHNjcmVl 37042 +IE1pdGFyYmVpdGVy 37043 +bXV0 37044 +IOyWmOq4sOulvA== 37045 +IHNlbWJsZQ== 37046 +IE9X 37047 +IGludmVzdGlnYXRvcg== 37048 +IENoZXJ5bA== 37049 +IEdlcmFsZA== 37050 +IHByZXJl 37051 +IGNvbXBhcmVz 37052 +bnl0 37053 +IGRpZmVyZW7Dp2E= 37054 +Py0= 37055 +IHF1w6E= 37056 +16jXmQ== 37057 +U2Vu 37058 +IGhlcHM= 37059 +IGdyYXR1aXQ= 37060 +IGNvbnNvcnQ= 37061 +IFNUT1A= 37062 +IFByb3Rlc3RhbnQ= 37063 +IGVsZWN0cm9kZQ== 37064 +4pc= 37065 +IHNlY3VyZWx5 37066 +0LjRh9C10YHQutC+0Lk= 37067 +IHTDpMOk 37068 +IHJlZ2lzdGVycw== 37069 +IEhlYXZlbmx5 37070 +b2dseQ== 37071 +aXNzw6Q= 37072 +IFBoeXNpY3M= 37073 +IE1lcmtlbA== 37074 +IHLDqXY= 37075 +IGVyYXNlZA== 37076 +IFNhY3JhbWVudG8= 37077 +IGNvZmZpbg== 37078 +IGV4YWNlcg== 37079 +IGxhbno= 37080 +IHBvZXRz 37081 +dWxpZg== 37082 +IOy5mOs= 37083 +IE5lcmQ= 37084 +IE5DVA== 37085 +IEhvdXI= 37086 +bmVobWVy 37087 +npjrj4Q= 37088 +IFByaW5jaQ== 37089 +U3c= 37090 +bWllcw== 37091 +YXJtZWQ= 37092 +IEJlYXRsZXM= 37093 +IHByb3BhZ2F0aW9u 37094 +IGV4Y2hhbmdlZA== 37095 +IGN1bXVsYXRpdmU= 37096 +IOynkeyXkA== 37097 +IGRlZmVhdGluZw== 37098 +YmVscw== 37099 +IHdlcw== 37100 +IE9keXNzZXk= 37101 +YXZpb3I= 37102 +IOychOyXkA== 37103 +IGJyaXQ= 37104 +IGhpam8= 37105 +REFZ 37106 +INin2YTYqtmK 37107 +INCh0LXRgNCz 37108 +0YPQutCw 37109 +ZWRzacSZ 37110 +IGltcG9z 37111 +IGVsbGFz 37112 +IGZpcmVhcm1z 37113 +IE5S 37114 +INeR15A= 37115 +INCf0L7QutCw 37116 +YXdp 37117 +IOyEseqztQ== 37118 +IHB1cGlscw== 37119 +IFRhY2s= 37120 +IGZyYXNl 37121 +IFNoaXA= 37122 +IHN0YWQ= 37123 +IEdyZWF0ZXI= 37124 +dW51bg== 37125 +aW1tdW5n 37126 +Z3Jvd24= 37127 +IE5YVA== 37128 +IEFtZXJpY2Fz 37129 +Zm94 37130 +IG1hbnRlbg== 37131 +INGB0L7Qug== 37132 +IHJpa3Q= 37133 +bGVjdHJpYw== 37134 +ZGVlcA== 37135 +INC30L3QsNC10YjRjA== 37136 +IGJlbnV0 37137 +IEluZnJhc3Q= 37138 +IEVtaXI= 37139 +INC+0YLQv9GA0LDQsg== 37140 +IEtpbWNoaQ== 37141 +IEZpbm5pc2g= 37142 +tOyggQ== 37143 +aW5haXJl 37144 +IG9pa2U= 37145 +IGhvc3RhZ2U= 37146 +IEJ1dHRvbg== 37147 +2YLZig== 37148 +ZWtpbmc= 37149 +IEthemFraA== 37150 +IGNvbWZvcnRpbmc= 37151 +IHNvZw== 37152 +IGdyZWV0ZWQ= 37153 +Z3VpdGFy 37154 +cGF5ZXI= 37155 +IHJlbGF0aW9uYWw= 37156 +IGNvbnN0cnVpcg== 37157 +b3BpYW4= 37158 +IFZvbHVtZQ== 37159 +aWV0aA== 37160 +0YHRgtCy0L7QvA== 37161 +dXJyZWN0aW9u 37162 +bGnFm215 37163 +IGhlbWlzcGhlcmU= 37164 +IEJlYW4= 37165 +SUdO 37166 +IGvDtnTDvA== 37167 +IEZhbGxvdXQ= 37168 +IGJyYWNl 37169 +z4DOrA== 37170 +IEhBUw== 37171 +IGfDqQ== 37172 +IGNoYXJhY3Rlcml6ZQ== 37173 +4bq3Yw== 37174 +IE1pbGt5 37175 +IHR1bW9ycw== 37176 +IG51aXQ= 37177 +IEdheg== 37178 +IOyeiOuLpOuKlA== 37179 +INCz0LDRgA== 37180 +ZXNzbWVudA== 37181 +IEFiZQ== 37182 +IOu9kQ== 37183 +IEVpbnNhdHo= 37184 +SklO 37185 +asOk 37186 +Q3J5 37187 +IFByb21pc2Vk 37188 +INGB0LXRgNC0 37189 +b2t1cw== 37190 +IHNjYWxhYmxl 37191 +INC/0L7RgdC80L7RgtGA0LXRgtGM 37192 +w7xja2xpY2g= 37193 +IHJlYWxpc20= 37194 +IG1heW8= 37195 +IGp1dmVuaWxl 37196 +IGhlYWRsaWdodHM= 37197 +IGfDtnLDvMWf 37198 +IFJlZm9ybQ== 37199 +IGhhbHZlcw== 37200 +Y3puZQ== 37201 +IGJyZWFrdXA= 37202 +xbxlag== 37203 +IHLDpHR0 37204 +RGF5 37205 +IOydvOuzuA== 37206 +IG11ZXJ0ZQ== 37207 +IHR1bmVz 37208 +IFNtaWxl 37209 +cmVjb3Jk 37210 +IHJlY2hlcmNoZQ== 37211 +YXRpc2ZpZWQ= 37212 +IHBvemk= 37213 +IGNlbGVicmF0aW9ucw== 37214 +aXNleHVhbA== 37215 +IFJPQg== 37216 +dGhpcmRz 37217 +IEZvcnR1bmU= 37218 +INGC0L7QuQ== 37219 +IGJyYW5kZWQ= 37220 +bG9v 37221 +IGR1ZA== 37222 +IHJhbmRvbWl6ZWQ= 37223 +IGNvbWJpbg== 37224 +aWVyYW4= 37225 +Y3plbmlh 37226 +IGN1cmF0b3I= 37227 +IGFydGVyeQ== 37228 +INGD0Yg= 37229 +INGH0LjRgg== 37230 +IHN1YnNpZGllcw== 37231 +IGJsb3Nzb20= 37232 +IFR3aWxpZ2h0 37233 +IGh5dsOk 37234 +IFBvbXBl 37235 +IENpc2Nv 37236 +INCf0YDQvg== 37237 +IGJpcmk= 37238 +IGdlcm4= 37239 +IHJlYnVpbHQ= 37240 +IHdjemU= 37241 +IGJlbmVmaWNp 37242 +IGRydW1tZXI= 37243 +IHNvbGlkcw== 37244 +IGRpeW9yc3Vu 37245 +bGF0ZWQ= 37246 +IG11ZGR5 37247 +IGhvbG9n 37248 +IGNsYXBz 37249 +IFJpbmdz 37250 +IE9rZXk= 37251 +IEJyYXZl 37252 +IHZhbHVhdGlvbg== 37253 +IG1pZ3JhbnQ= 37254 +IGludGVybWl0dA== 37255 +IGVpZ2VuZQ== 37256 +aWxpYXJ5 37257 +bWFya3Q= 37258 +a3I= 37259 +IFJpYg== 37260 +4buZaQ== 37261 +IGFjY3VzYXRpb25z 37262 +IGFyYWI= 37263 +d2FzaA== 37264 +IEJhcmR6bw== 37265 +IHVnaA== 37266 +ZXN0ZXJz 37267 +b3BocmVu 37268 +IGFsaW1lbnRvcw== 37269 +IFV6 37270 +1oI= 37271 +IDY1MA== 37272 +INC/0YDQuNC10YU= 37273 +Rkk= 37274 +IHNhbXBhaQ== 37275 +IHBhcmzDqQ== 37276 +aGVzaW9u 37277 +IHPEsXI= 37278 +IGFwcGFyYXR1cw== 37279 +IGNvcnJlbGF0ZWQ= 37280 +IFByaW5jaXBhbA== 37281 +IGNvcnI= 37282 +IE9mZmljaWFs 37283 +0LjRh9C10YHQutC40LU= 37284 +IHRlcm1pbmFscw== 37285 +U2hvdWxk 37286 +IHZhY3Vu 37287 +IHN0ZWxsdA== 37288 +IG1vb2k= 37289 +ZXR6dW5n 37290 +INC60YDQsA== 37291 +IGRhaQ== 37292 +INC/0L7Qtg== 37293 +VGVhbQ== 37294 +IFBQRQ== 37295 +INCe0YE= 37296 +IExlYWg= 37297 +IEl2eQ== 37298 +eXN0 37299 +IHVoaGg= 37300 +IG5pZ2h0dGltZQ== 37301 +IHRyZW5keQ== 37302 +IHNlY3VyaXRpZXM= 37303 +IGNvbnRpbmVudHM= 37304 +IGZpcnN0aGFuZA== 37305 +IFZlcm9u 37306 +IOuCrg== 37307 +IGJyb3dzaW5n 37308 +IENhZGE= 37309 +dHJv 37310 +IHRyYW1w 37311 +cmVpYg== 37312 +IGVyc3RtYWw= 37313 +aXJsZXI= 37314 +IHBzaWM= 37315 +IGdldGly 37316 +IE5Q 37317 +IGR6aWVjaQ== 37318 +0L7QsdGA0LDQtw== 37319 +IG1hZ2ljaWFu 37320 +IHNjcnV0aW55 37321 +IHNsYWI= 37322 +IE9U 37323 +aXN0eQ== 37324 +aXJpZXM= 37325 +b3Jlc3Q= 37326 +IHRhc2tlZA== 37327 +IG1vcmFsbHk= 37328 +7JW87KeA 37329 +dXN0ZXJlZA== 37330 +IGZvb2xz 37331 +IGlycmVzcG9ucw== 37332 +IGVpbmY= 37333 +IHZp4buHYw== 37334 +IHNjb3I= 37335 +IHBpbGxvd3M= 37336 +IEdlZ2Vu 37337 +IHR1dHRl 37338 +IHF1YXJ0ZXJseQ== 37339 +IGRpZG50 37340 +IEd5bQ== 37341 +IEV0aGVy 37342 +INir 37343 +0LvQuNGI0LrQvtC8 37344 +IHNpZ25hbGluZw== 37345 +IE5vZGU= 37346 +IERvbmNz 37347 +IHlhaA== 37348 +IEthbmFs 37349 +IGZhZGluZw== 37350 +ZXRpbg== 37351 +IGluZmx1ZW5jZXJz 37352 +IG1lZGFscw== 37353 +IGVuZ2luZWVyZWQ= 37354 +IGZlcm1lbnRlZA== 37355 +6rKg7KeA66eM 37356 +IEJlZXRob3Zlbg== 37357 +157XqQ== 37358 +aW5lbnRhbA== 37359 +IOyVjOugpA== 37360 +w7x0ZmVu 37361 +YWxueWE= 37362 +IG92ZXJl 37363 +IGRlbmt0 37364 +0LDQutGC0LXRgA== 37365 +IOKY 37366 +IG5lY2VzaXQ= 37367 +IGdlbmVyYXRvcnM= 37368 +Z3Jhc3M= 37369 +INC/0L7QtNGD0Lw= 37370 +bGllw59lbg== 37371 +QmFy 37372 +nOuPmQ== 37373 +INC00LXRgtC10Lk= 37374 +IHN1Y2tpbmc= 37375 +IHN0ZW5jaWw= 37376 +IHByaW1v 37377 +IEJyZWF0aA== 37378 +c3Ryb20= 37379 +IGltbWVuc2VseQ== 37380 +IGFwcHJlaA== 37381 +7KCV7J20 37382 +UG9w 37383 +IGpvbmc= 37384 +IEdpdWw= 37385 +IEFESEQ= 37386 +IGjDtnJlbg== 37387 +IGVsbw== 37388 +aXZlbnQ= 37389 +IHJ1cw== 37390 +IG91dHJhZ2VvdXM= 37391 +IG1hc3RlcmVk 37392 +IOy7pA== 37393 +2YjZgQ== 37394 +aXBlcw== 37395 +IFJ1ZHk= 37396 +SmFjb2I= 37397 +IGJ1bGxpc2g= 37398 +IHRhcHBlZA== 37399 +IGZhdWQ= 37400 +aXpvcGhyZW4= 37401 +INGB0L7RhQ== 37402 +IERhcmxpbmc= 37403 +IDE5NjM= 37404 +IFByZXZlbnRpb24= 37405 +spQ= 37406 +IGFiZG9taW5hbA== 37407 +c3RvbmVz 37408 +IGF2YWllbnQ= 37409 +4buVaQ== 37410 +bWFrZQ== 37411 +IHNhcmU= 37412 +IEluc3RhbnQ= 37413 +0LrQsNC8 37414 +IGtlZXBlcg== 37415 +IGJsYW5rZXRz 37416 +IHN3ZWF0cw== 37417 +IE1pbm5lYXBvbGlz 37418 +IGdlbm9tbWVu 37419 +IGZhc3Rlbg== 37420 +IEJydXNzZWxz 37421 +IGNhZmV0ZXI= 37422 +IGFic29yYmluZw== 37423 +IGhhZ28= 37424 +IEVsbW8= 37425 +IGd1c3Rv 37426 +IFlhcA== 37427 +TcO6c2ljYQ== 37428 +IHRlcnQ= 37429 +IGJhbmRh 37430 +IG1pbHk= 37431 +IHRoZXJlYWZ0ZXI= 37432 +IFN0b2NraG9sbQ== 37433 +IENhcnNvbg== 37434 +IGNhbGlicmF0aW9u 37435 +YXZhxZ8= 37436 +YW5zYQ== 37437 +aWtrZQ== 37438 +IGZvcmVzZWU= 37439 +IHF1YWxjaGU= 37440 +IGRlc3Rl 37441 +5qQ= 37442 +w7xuw7x6 37443 +IGZvcmdl 37444 +RGlz 37445 +ZXN0ZW4= 37446 +IM60zrnOsQ== 37447 +IGVuY2Fwcw== 37448 +IEdlc3By 37449 +IGNoZXJjaGVy 37450 +aWNrZXRz 37451 +0YLQvtGA0Ys= 37452 +Q3I= 37453 +INCi0LDQutC20LU= 37454 +IHJhYmJpdHM= 37455 +IERvdA== 37456 +aGVpdGVu 37457 +IGNhdXNhbA== 37458 +IEZvc3Rlcg== 37459 +YWrEhWM= 37460 +IGJlcmVpdA== 37461 +IGF5dWRhcg== 37462 +c29uZw== 37463 +Y29tYg== 37464 +IGZyaW5nZQ== 37465 +IGN5YmVyc2VjdXJpdHk= 37466 +IOucqA== 37467 +IGtpZXI= 37468 +IGJlc2Now6RmdA== 37469 +INC60L7QvdGG0LU= 37470 +IGZhY2lsaXQ= 37471 +IE5hbWVu 37472 +IGJpbGF0ZXJhbA== 37473 +dHg= 37474 +IFdpc3NlbnNjaGFmdA== 37475 +IG51YW5jZXM= 37476 +IHJpcHBpbmc= 37477 +IGZ5 37478 +IFNpY2hlcmhlaXQ= 37479 +IEdoYW5h 37480 +b2xvbg== 37481 +IHRvcHBlZA== 37482 +IE1vcm9jY28= 37483 +IHJhZGlhbA== 37484 +IExFRQ== 37485 +IEFuZHJlYXM= 37486 +ZWRk 37487 +IOyXtOs= 37488 +IEFpcmxpbmVz 37489 +IHZhbG9yZXM= 37490 +6rec 37491 +SHk= 37492 +INC30LDQtNCw0Yc= 37493 +IEtlbmRhbGw= 37494 +INGF0LDRgA== 37495 +IFZhbXA= 37496 +IHB5dGhvbg== 37497 +IG1hbmFnZWFibGU= 37498 +IEdlbnRl 37499 +b2lzZQ== 37500 +aWNpYXJ5 37501 +IGltcG9zcw== 37502 +IEJ1bm55 37503 +aWVzdGE= 37504 +QW5kcmV3 37505 +IHNlcnQ= 37506 +IENlYw== 37507 +enphcmVsbGE= 37508 +IGF1dG9tb2JpbGU= 37509 +IFRpZXJl 37510 +YWxsb3dz 37511 +IOuwgA== 37512 +IFNjb3Jw 37513 +IEplbGx5 37514 +YWdhcmE= 37515 +IFN0cmV0Y2g= 37516 +IHJlZGVm 37517 +IGV4YWNlcmI= 37518 +IFNIQQ== 37519 +w6lm 37520 +b3JzYQ== 37521 +IGZsYXdlZA== 37522 +IE5vZWw= 37523 +PyE/ 37524 +IHByb2NlbnQ= 37525 +IG1lbnN0cnU= 37526 +INC/0YDQvtGH 37527 +IGluZmFudHM= 37528 +8J+OtQ== 37529 +cGF1c2U= 37530 +IFJhY2luZw== 37531 +IDE5NDg= 37532 +IHN1cGVyaW50ZW5kZW50 37533 +aWRvcmVz 37534 +aWR5 37535 +YnJhaGlt 37536 +IHVubHVja3k= 37537 +IHBlcms= 37538 +YW5jaQ== 37539 +IOunjOuCmA== 37540 +INCc0L7RgdC60LI= 37541 +IGZpbmFucw== 37542 +IGRpZmVyZW5jaWE= 37543 +oIjsnbQ= 37544 +T1JZ 37545 +IFRhYw== 37546 +24zYpw== 37547 +IGRlc2Vt 37548 +INCy0LDQttC90L4= 37549 +IEpV 37550 +IOyeiOyeluyVhOyalA== 37551 +IM6d 37552 +IGluZm9ybWF0aW9ucw== 37553 +IEhFTA== 37554 +aHN0 37555 +INC/0L7Qs9C+0LLQvtGA 37556 +IHZvaXR1cmU= 37557 +IHJldXM= 37558 +w6RuZGln 37559 +INC/0L7RhdC+0LY= 37560 +amluZw== 37561 +IGRydQ== 37562 +YWx0cmE= 37563 +IHByb2R1aXRz 37564 +IGtpdGU= 37565 +IGV5ZWJhbGw= 37566 +IEJlbHQ= 37567 +IFJlc3RhdXJhbnQ= 37568 +IGdhbWI= 37569 +IHBvcnJpZGdl 37570 +aXR0ZXJz 37571 +IGNvbnZlcnRz 37572 +IHlhcmTEsW0= 37573 +IG3DoXhpbW8= 37574 +d2lydHNjaGFmdA== 37575 +IO2VmOuCmOs= 37576 +IOykgA== 37577 +IGljZWJlcmc= 37578 +IHZvcmJlaQ== 37579 +IDI1Ng== 37580 +b2NyYXRpYw== 37581 +IHJlY2tsZXNz 37582 +b25uZXI= 37583 +IG3DunM= 37584 +IGxvZ2ljYWxseQ== 37585 +IFByaXNvbg== 37586 +IE5ldHo= 37587 +IHZhY2FudA== 37588 +IG5pbW10 37589 +IEhBUlI= 37590 +INC30L7Qsg== 37591 +IERlZQ== 37592 +cmluZ2U= 37593 +bmllc3Q= 37594 +IFJ1bGVz 37595 +7Iqk65+9 37596 +Y3Vzc2lvbnM= 37597 +IGZsb3JhbA== 37598 +IGNvbnN0cmFpbmVk 37599 +IGRpZmZlcmVudGlhdGlvbg== 37600 +IFF1ZWJlYw== 37601 +INuB24zaug== 37602 +IHDDumJsaWNh 37603 +aXRlbA== 37604 +IGFjY29tbW9kYXRpb25z 37605 +IEdyw7w= 37606 +7Zw= 37607 +IHBpY2tsZXM= 37608 +0LjRh9C10YHQutC40YU= 37609 +IGNvbW1pc3Npb25z 37610 +IEJhZWs= 37611 +IMOnb2N1xJ8= 37612 +IE1lZGl1bQ== 37613 +IHBlcmlvZGljYWxseQ== 37614 +IHdvbmRlcmZ1bGx5 37615 +IHN0YWZmaW5n 37616 +7JuQ6w== 37617 +cmlyZQ== 37618 +Zmxl 37619 +IE1jTA== 37620 +INGC0LXQvw== 37621 +INC/0LXRgNC10Lo= 37622 +0L3QvtC70L7Qsw== 37623 +IO2BrOqyjA== 37624 +IHByb3NwZXJvdXM= 37625 +IFNwaXJpdHVhbA== 37626 +IENoaWNr 37627 +RElB 37628 +INCf0YDQuNCy0LXRgg== 37629 +IHBlcsOt 37630 +0YzRjtGC 37631 +IGNvbnN1bHRhbnRz 37632 +IEVhcmw= 37633 +IHJ1aW5pbmc= 37634 +0L7RgNC1 37635 +IHBlbnNlcg== 37636 +IHRha2llag== 37637 +IHN0cmVuZ3RoZW5lZA== 37638 +IExpcXVpZA== 37639 +0L7QvdC10YY= 37640 +0LDQstCw0YLRjA== 37641 +IGNhbWVy 37642 +IGRpc2FncmVlbWVudA== 37643 +IGJhdGhpbmc= 37644 +IFlvc2g= 37645 +YWFs 37646 +cHJlY2hlbg== 37647 +UklTQURBUw== 37648 +IHN1cGVyc3Rhcg== 37649 +0LvRj9GC0Yw= 37650 +IG5pYg== 37651 +IFRoZXJt 37652 +IERBTklFTA== 37653 +IHBhdw== 37654 +IGxpcXVpZHM= 37655 +IGNhcGFjaXQ= 37656 +YXJrZW4= 37657 +IHZhZ2luYQ== 37658 +IG1hc2hlZA== 37659 +IGVtZXJnZXM= 37660 +eXNjeQ== 37661 +IHVucmVsYXRlZA== 37662 +IEd1aWxk 37663 +IGludmVydGVk 37664 +aXRpdmVz 37665 +VHJh 37666 +IGJlZ3I= 37667 +IGFsdGU= 37668 +7KeV 37669 +INGA0LDQt9GA0LDQsdC+0YI= 37670 +ZmluZGVy 37671 +INC00LDQu9C10LU= 37672 +INCx0LvQsNCz0L7QtNCw0YA= 37673 +d2Fsa2Vy 37674 +IGNyYXRlcg== 37675 +YXNzYWRvcnM= 37676 +cmVuY2Vz 37677 +aW5za2k= 37678 +IEtJTQ== 37679 +IEVsbGlvdA== 37680 +MjAxNw== 37681 +IFNy 37682 +aW5rYQ== 37683 +YW5vdg== 37684 +IOyemOuquw== 37685 +IHByb3ByaWV0YXJ5 37686 +ZGlzcGxheXN0eWxl 37687 +INGB0LjQvA== 37688 +INC40LfQsQ== 37689 +IFBhbmVs 37690 +IGluc3RpbmN0cw== 37691 +IENvbW11bmljYXRpb25z 37692 +bWlkdA== 37693 +IOunjOuTpOyWtA== 37694 +INGB0LvQvtCy0LA= 37695 +IEdpbGJlcnQ= 37696 +0KLQsNC6 37697 +dm9vcmJlZWxk 37698 +0LXRjtGB0Yw= 37699 +YXJ5bg== 37700 +cXVleg== 37701 +IGRhcnQ= 37702 +0ZbRiA== 37703 +IEh1dA== 37704 +U2Fs 37705 +IHNvdXRoZWFzdA== 37706 +IHBlc3RpY2lkZXM= 37707 +IGhlbGljb3B0ZXJz 37708 +IGVuZHVyZWQ= 37709 +aWFkYQ== 37710 +IGJyZXdpbmc= 37711 +7Jes6w== 37712 +INGB0LLQvtCx0L7QtA== 37713 +IFNhaW50cw== 37714 +IEZyYW7Dp2Fpcw== 37715 +IEVjb25vbWljcw== 37716 +IGRpc2xvYw== 37717 +b3Bob2JpYQ== 37718 +Q2FtZXI= 37719 +IG5lZ290aWF0ZWQ= 37720 +INGB0YLQsNC70Lg= 37721 +7Iqk7YE= 37722 +b2dpZQ== 37723 +IHRzdW5hbWk= 37724 +IHBlZWxlZA== 37725 +IG1vdGl2YXRpb25z 37726 +b3N0YXQ= 37727 +Zmxhbg== 37728 +IERBQw== 37729 +IGthdg== 37730 +J1JF 37731 +IFBlYXJzb24= 37732 +YmJl 37733 +Y3plbmll 37734 +IGF0ZW7Dp8Ojbw== 37735 +7Ya166C5 37736 +INGD0LTQsNGA 37737 +IGludHJvZHVjdG9yeQ== 37738 +IEljaQ== 37739 +64yA6w== 37740 +YWthdA== 37741 +IHRyZW5jaA== 37742 +IHByb2NlZWRlZA== 37743 +IENvaW4= 37744 +IGRlcmVjaG8= 37745 +IFJlZGU= 37746 +0LDQvdC90YvQuQ== 37747 +IGluY2FyY2VyYXRlZA== 37748 +IFJpY2htb25k 37749 +Um9jaw== 37750 +IFBhdg== 37751 +IEthcm1h 37752 +dWdlcw== 37753 +IGNvbnRlw7o= 37754 +67mE 37755 +IOq3uOunjA== 37756 +IEdvbmU= 37757 +IHdzcMOzxYI= 37758 +IFJhaG1lbg== 37759 +dW5rZW4= 37760 +IOykkeyalO2VnA== 37761 +IGli 37762 +IGF0dGFjaGluZw== 37763 +SGF5 37764 +IHN1a2E= 37765 +7I25 37766 +IHBpdm90YWw= 37767 +IFJlc3BlY3Q= 37768 +w61kYQ== 37769 +SUI= 37770 +IFZlcmFudHdvcnQ= 37771 +d2lldA== 37772 +IGZvcmVuc2lj 37773 +0YDQuNGB0YI= 37774 +INC/0YDQuNC90YbQuNC/0LU= 37775 +IG1hcmtpbmdz 37776 +IGtldHRsZQ== 37777 +IE9wZXJh 37778 +IERvY3RvcnM= 37779 +IHNocmVkZGVk 37780 +IHJlY3Vlcg== 37781 +IHZpZ2ls 37782 +IEZhaWw= 37783 +IGVudHJldg== 37784 +INC00YPRiA== 37785 +IG91dGJyZWFrcw== 37786 +IM+Azr8= 37787 +IHJvZ3Vl 37788 +YW5nbGVk 37789 +IHllYXJseQ== 37790 +IENyZWVk 37791 +IHdhbQ== 37792 +IGxvdHVz 37793 +6rO86w== 37794 +44CB44CB 37795 +IFNwaXQ= 37796 +IEl0dQ== 37797 +IHN0cmFpbnM= 37798 +IHN0YW1wZWQ= 37799 +IHBsYWludA== 37800 +IHBvdGlvbg== 37801 +IGNvbnNvbGlkYXRpb24= 37802 +0L7Rh9C60YM= 37803 +IHZsb2dnaW5n 37804 +IHNsYXRl 37805 +IEF1ZnQ= 37806 +IEluY29y 37807 +4burbmc= 37808 +p5A= 37809 +ZW5o 37810 +IGhlacOf 37811 +IGRvbWVzdA== 37812 +IFN0cm9t 37813 +YWtpcw== 37814 +IGZyYWdlbg== 37815 +IGZpbmVy 37816 +IFN1Zw== 37817 +IHVwaGlsbA== 37818 +IMOpw6lu 37819 +4oCmKQ== 37820 +INGB0L7Qvw== 37821 +IENvcmV5 37822 +IHNpZWJpZQ== 37823 +IG11c2U= 37824 +IGNsb3Zlcw== 37825 +IHBvdXM= 37826 +IEZpbmFueg== 37827 +IFJvdXRl 37828 +YW1hdA== 37829 +IG11dHVhbGx5 37830 +INCy0L3Rg9GC0YDQuA== 37831 +IFNlbGVuYQ== 37832 +65Q= 37833 +IEdhdXNzaWFu 37834 +67aA7YSw 37835 +INeR15s= 37836 +IGVqZXJj 37837 +a2Vh 37838 +IEdlcnJ5 37839 +IFNpYw== 37840 +IDE5NjY= 37841 +aWVzZQ== 37842 +IGZvc3NpbHM= 37843 +IGVzdGFk 37844 +IEthbmU= 37845 +Y2nEhw== 37846 +IOycoO2KnOs= 37847 +INC/0LDQvA== 37848 +IENydWlzZQ== 37849 +aW50w6lyaWV1cg== 37850 +IGJla2FubnQ= 37851 +IFBvZGU= 37852 +IGRlbWFuZGVy 37853 +UmVt 37854 +IGludmFkZQ== 37855 +IGRlY29yYXRpbmc= 37856 +cm9waWM= 37857 +IGNvd2JveQ== 37858 +IFBob3Rv 37859 +b3BvbGl0 37860 +IOy7rOufrOs= 37861 +IHJlYXA= 37862 +IGhhbmR3cml0aW5n 37863 +4LmE4Lij 37864 +IOua 37865 +INio2LnYrw== 37866 +IE10 37867 +2YA= 37868 +IHNwYWNlc2hpcA== 37869 +IG5hdGlvbmFsaXNt 37870 +IGNvdW5jaWxz 37871 +IEdyaWZmaW4= 37872 +IEFobWVk 37873 +IGNsaWNo 37874 +IE9M 37875 +d2w= 37876 +IFBpbG90 37877 +IGFjcm9ueW0= 37878 +IGdlbHM= 37879 +IGVsZWN0cm9seQ== 37880 +6JM= 37881 +INC80L3QvtC5 37882 +IGVwaXNvZA== 37883 +IERpZXNlcw== 37884 +IEFUUA== 37885 +IGVkaXlvcnVt 37886 +IGV4cHJlc3Nlcw== 37887 +IGV4aGliaXRz 37888 +Q29tbQ== 37889 +INC60YDRg9C/ 37890 +IG1hdGFy 37891 +IDIwMjU= 37892 +IEFydGVt 37893 +dmFzaXZl 37894 +csOg 37895 +IGJlxZ8= 37896 +IGxpemFyZA== 37897 +IGZpbGxl 37898 +IOyniOusuA== 37899 +INC80L7RiQ== 37900 +IHTDvHI= 37901 +IGN1bHByaXQ= 37902 +IHdvdmVu 37903 +IEFOWQ== 37904 +bmlt 37905 +IHRheQ== 37906 +IHByb21pbg== 37907 +IGFjb21wYQ== 37908 +IGlkw6k= 37909 +IGJvaWxlcg== 37910 +IFRoZW1lbg== 37911 +IGF2ZW51ZQ== 37912 +IE11ZA== 37913 +INC90L7QstGL0LU= 37914 +IHdpdG5lc3Npbmc= 37915 +IGxhbmNl 37916 +IENIQU4= 37917 +IEJldmVy 37918 +2KrZhQ== 37919 +IGNoZW1vdGhlcmFweQ== 37920 +S2luZw== 37921 +IGLEmWTEmQ== 37922 +IGF0dWFs 37923 +IHRpdmU= 37924 +IHRhbGtpbg== 37925 +IHF1ZWRhcg== 37926 +aWXDnw== 37927 +ZWRlbA== 37928 +IOyWtOygnA== 37929 +IGpvZ2Fy 37930 +IMO2cg== 37931 +IHVuZGVydGFraW5n 37932 +IFN0cmVuZ3Ro 37933 +IG1pbGjDtWVz 37934 +IFdpbmU= 37935 +IE1vbHQ= 37936 +IHVuZGVybWluZQ== 37937 +IEFyY2hpdmVz 37938 +dmFuYQ== 37939 +bWVyY2lhbA== 37940 +TUM= 37941 +IGNhc3Rl 37942 +0L/RgA== 37943 +IGxlZ2lzbGF0b3Jz 37944 +dWxhdG9ycw== 37945 +w6puaW8= 37946 +IOuNsOs= 37947 +INGF0L7RgtC40YLQtQ== 37948 +INC90LXQug== 37949 +IHN1cm4= 37950 +IGNvbnNjaQ== 37951 +IFBPVw== 37952 +IGN1bGluYXJ5 37953 +IEtBVA== 37954 +IEZvbGtz 37955 +0YvQstCw0LXQvA== 37956 +INCy0L7Qug== 37957 +c2VydmljZQ== 37958 +cHRz 37959 +INC/0L7QsdC10LQ= 37960 +IHRlbnRz 37961 +IG5vcmQ= 37962 +U1RF 37963 +IHJlcHVibGljYW4= 37964 +IHd5aw== 37965 +IG1pbmlvbnM= 37966 +IG1lbWFuZw== 37967 +amVzdA== 37968 +IGNvbXBhcmF0aXZl 37969 +IHR5bGU= 37970 +Y2FyYm9u 37971 +YmVkaW5ndA== 37972 +a3Nlbg== 37973 +IG5lZ2F0aXZpdHk= 37974 +IHNqw6Rsdg== 37975 +IGTDug== 37976 +IHJlY2FsbGVk 37977 +Y3Jh 37978 +IFRhZGE= 37979 +INGA0YPQutC4 37980 +INC+0L/RgNC10LTQtdC7 37981 +IHByb2NyYXN0 37982 +IGpvZ29z 37983 +IE9v 37984 +IEhlYXJ0cw== 37985 +IMOpY2g= 37986 +IGtzacSFxbw= 37987 +IGNvYXJzZQ== 37988 +IFR1YmU= 37989 +IEdyZWVucw== 37990 +IMOpbg== 37991 +IGR1bWJiZWxs 37992 +INGC0Lg= 37993 +IHF1ZXJlcg== 37994 +2KfYrQ== 37995 +z4POtc65 37996 +INC/0YDQsNCy0LjQu9GM0L3Qvg== 37997 +INC/0LDQvw== 37998 +IGNvbXByYQ== 37999 +IHTDqXI= 38000 +IEFudGVz 38001 +IG9wdGltdW0= 38002 +IGJpc2N1aXQ= 38003 +zrrOuQ== 38004 +YWN6ZWdv 38005 +IOyLnOqwhOydtA== 38006 +IE1hcmluZXM= 38007 +dmVybw== 38008 +IHZhY2NpbmF0aW9ucw== 38009 +IHBldHR5 38010 +cml0ZXJz 38011 +INCw0Ls= 38012 +Y291bnRyeQ== 38013 +IGNvdW50ZXJz 38014 +IGF0dGVuZGFudA== 38015 +IEh1aQ== 38016 +Y2th 38017 +0YHRgtCy0LXQvdC90YvQuQ== 38018 +Z3V5 38019 +IHRyaWNrZWQ= 38020 +IFJFRA== 38021 +IHRocmlsbGluZw== 38022 +z4DOv865 38023 +IHBpZ2d5 38024 +IGFudW5jaQ== 38025 +T1JURVI= 38026 +IFZhbHVl 38027 +IHJvbmQ= 38028 +IEFEQQ== 38029 +IHBvc2Vy 38030 +aG9yZXM= 38031 +IFJvbGFuZA== 38032 +k68= 38033 +IG5vaXI= 38034 +INep15DX 38035 +67Cc 38036 +aWVtYW5k 38037 +INC/0L7RgtC10YA= 38038 +6rOz 38039 +IOqxsQ== 38040 +IGZvcm1hdHRpbmc= 38041 +IExlZA== 38042 +IGtpbGxlcnM= 38043 +IMSR4bqleQ== 38044 +IGhhYXI= 38045 +YWdhaW4= 38046 +ITwv 38047 +IHNvbWV0aGlu 38048 +IGNvdWdoaW5n 38049 +IG5hdmU= 38050 +IHByb3NwZWN0aXZl 38051 +IEhL 38052 +IFJlc2N1ZQ== 38053 +bWF5YmU= 38054 +Z2dlcg== 38055 +INGA0LDQsdC+0YLRgw== 38056 +15XXnNed 38057 +dGFpbHM= 38058 +7ZWY7ZWY 38059 +IGV5ZWxpZA== 38060 +IGN1c3RvbWl6YXRpb24= 38061 +YXZpbGlvbg== 38062 +IHByb2NoYWlu 38063 +IGdsYXpl 38064 +U2lt 38065 +INC+0L/QsNGB 38066 +IG1vc3F1aXRvZXM= 38067 +IGZlbnQ= 38068 +IGNhcGFjaXRpZXM= 38069 +IGFwb3N0bGVz 38070 +IGFsdHVyYQ== 38071 +IOusuw== 38072 +IHNlcm9udA== 38073 +IEFueXRpbWU= 38074 +pbTripQ= 38075 +IGNvc3BsYXk= 38076 +IHNwYWM= 38077 +IHNhbWVu 38078 +dWNj 38079 +acOocmVz 38080 +IHNpYmxpbmc= 38081 +IENvY2s= 38082 +IOuPhQ== 38083 +INC/0YDQtdC00YHRgtCw0LLQu9GP 38084 +IGluc3RhbGxtZW50 38085 +IGRpamU= 38086 +IE1DVQ== 38087 +IEVI 38088 +IE5pbmc= 38089 +IHByZXBhcmVz 38090 +IGh5cG9jcg== 38091 +cHR5 38092 +IGthZMSxbg== 38093 +IEZyb3plbg== 38094 +aGF1bA== 38095 +IEt5bGll 38096 +IHNodWZmbGU= 38097 +IGVsZW1lbnRhbA== 38098 +IGF1w59lcg== 38099 +IEtOT1c= 38100 +IEFMSVNTQQ== 38101 +WkE= 38102 +7LKg 38103 +IHJlY2l0ZQ== 38104 +IHNjcmli 38105 +IDExNQ== 38106 +IHN0YXJyZWQ= 38107 +IGxlcXVlbA== 38108 +IGJyZXdlcg== 38109 +IE9wcG9ydHVu 38110 +IHLDpA== 38111 +IGNob3BzdGlja3M= 38112 +IEthaA== 38113 +IEV0aGlvcGlh 38114 +IGhhbmRtYWRl 38115 +IGVyZm9sZw== 38116 +IER6 38117 +aXR0ZW5z 38118 +0LLQsNC7 38119 +zrfOvQ== 38120 +YnJpbmdlbg== 38121 +IHVucGx1Zw== 38122 +IG9mZnM= 38123 +IGhlcm1hbg== 38124 +bGllZA== 38125 +YXNvbmlj 38126 +IFNlcmJpYQ== 38127 +IEd1YXRlbQ== 38128 +IC4uLiI= 38129 +IGVycmVpY2hlbg== 38130 +IGFtYmlndW91cw== 38131 +IFdoaXRuZXk= 38132 +enVm 38133 +TUFORA== 38134 +oLU= 38135 +IHNxdWVlemVk 38136 +eWFz 38137 +IFNob2Nr 38138 +IHV0aWxpc2U= 38139 +dWtv 38140 +Ym9sdA== 38141 +IG1vdGlm 38142 +IGlubWF0ZXM= 38143 +IGNvcnJ1cHRlZA== 38144 +IGNvbmNyZXQ= 38145 +IENyaXRpY2Fs 38146 +IFNpbmdpbmc= 38147 +INGE0YPQvdC6 38148 +bm92YQ== 38149 +cmViYmU= 38150 +ZHQ= 38151 +VW5pcw== 38152 +IHdlYmNhbQ== 38153 +IGNhbW91Zmw= 38154 +S2Vu 38155 +IGxhd3N1aXRz 38156 +IENvbnN1bWVy 38157 +IHJlY29sbA== 38158 +IGtsZWluZXI= 38159 +IEZJRkE= 38160 +IDE5NjI= 38161 +IG1hbGFk 38162 +IOywvQ== 38163 +IMOldA== 38164 +IGluZmx1ZW5jZXI= 38165 +IEFydGlzdA== 38166 +c3Rp 38167 +4Lin4Lii 38168 +eXPFgg== 38169 +IEJpYW4= 38170 +iOuEpA== 38171 +IGZpcmVwbGFjZQ== 38172 +IEFwcGxpY2F0aW9u 38173 +IG1uaWVq 38174 +IGFjaWRpYw== 38175 +IE1vcm1vbg== 38176 +c3Nh 38177 +IHNuZWFreQ== 38178 +IG9qb3M= 38179 +IHZvdWQ= 38180 +IERhaQ== 38181 +IGdyYXNzcm9vdHM= 38182 +IFVuYmVsaWV2YWJsZQ== 38183 +IEdhYmU= 38184 +IEV4dHJlbWU= 38185 +IGhhc3NsZQ== 38186 +IGNvYg== 38187 +bXVtYmxpbmc= 38188 +UGFzcw== 38189 +jOufrA== 38190 +IHN5c3RlbWF0aWNhbGx5 38191 +IHNldmVudGVlbg== 38192 +z4DOtc65 38193 +4pmh 38194 +INC60L7Rgg== 38195 +IHNlbmRpcmk= 38196 +IGJhdGhyb29tcw== 38197 +IFN0ZXJu 38198 +IEFyZHVpbm8= 38199 +6Lk= 38200 +Y3JpYmluZw== 38201 +IHJlb3BlbmluZw== 38202 +IGNlcnY= 38203 +cGVl 38204 +QVJJ 38205 +IGNhZHJl 38206 +IEFuY2g= 38207 +TGVl 38208 +IE1BWA== 38209 +IG3DpG5u 38210 +IGNob3Jlcw== 38211 +IGFkZXNzbw== 38212 +IE5pZw== 38213 +IGRpc3NlcnRhdGlvbg== 38214 +IFZheQ== 38215 +U1RBTEs= 38216 +0LDQutCw 38217 +YXZhdA== 38218 +IHB1bmt0 38219 +IHBhZGRpbmc= 38220 +IFRlbXBs 38221 +IGVqZQ== 38222 +IO2EsA== 38223 +IGF6dA== 38224 +IOuMgO2GteuguQ== 38225 +IHJlYXJyYW5nZQ== 38226 +w6FjaA== 38227 +IOyCrOuejOuTpA== 38228 +IGZyZWFraW4= 38229 +Y3JpcmU= 38230 +IOy7pOs= 38231 +IEV4cGxhaW4= 38232 +IM+Ez4nOvQ== 38233 +IGJvZGlseQ== 38234 +IExlaXN0 38235 +IHNpZ3Vp 38236 +IGJ1bmtlcg== 38237 +IGF6dWw= 38238 +IEhhdXNo 38239 +U3Vi 38240 +INCQ0L3QtA== 38241 +INC60YDQsNC5 38242 +IGlsbGVnYWxseQ== 38243 +IE11eQ== 38244 +IEZlaQ== 38245 +IEJhbmFuYQ== 38246 +IHNjaG9sYXJseQ== 38247 +IFByenk= 38248 +IE1vc3M= 38249 +IEZpbHRlcg== 38250 +IOyWtOuWoQ== 38251 +IE1heHdlbGw= 38252 +dGVuc2U= 38253 +IGxvbmdpdHVk 38254 +IGxhbmdzYW0= 38255 +INee16c= 38256 +c21pdGg= 38257 +aXphZGE= 38258 +INC90L7RgNC80LDQu9GM0L3Qvg== 38259 +IFZvbGw= 38260 +IEVsZW5h 38261 +INGF0L7RgtGM 38262 +IERhYmVp 38263 +IGNvbnNlcnZhdGl2ZXM= 38264 +IHByw7Nwcmlh 38265 +IERpZXNlcg== 38266 +IEJyZW5kYQ== 38267 +b29raWU= 38268 +IGJhbmM= 38269 +7J207KY= 38270 +7JuD7J2M 38271 +IGtlaA== 38272 +IHdlZGRpbmdz 38273 +IHRodW5kZXJzdG9ybQ== 38274 +IENvb3JkaW4= 38275 +7IiY6rCA 38276 +IHByemVjaQ== 38277 +T1NTVEFMSw== 38278 +bWFhbg== 38279 +IOqxtOs= 38280 +INio2Yc= 38281 +IMW8YWQ= 38282 +IHlhY2h0 38283 +IGfDtnQ= 38284 +IGJsZWFjaA== 38285 +IHNob3J0ZW4= 38286 +INGB0YLQsNC70L4= 38287 +dXNhbg== 38288 +IOyekOyXsA== 38289 +IGRlcnM= 38290 +eGlz 38291 +jZTri4g= 38292 +IHF1YW50aWRhZGU= 38293 +IG9wcHJlc3NlZA== 38294 +INC30LDQutC+0L3Rhw== 38295 +INGH0LXRgtGL 38296 +INCd0LDQv9GA0LjQvNC10YA= 38297 +dWxw 38298 +2YLZiNmE 38299 +0L7Rh9C1 38300 +zqzOuw== 38301 +emVuaXU= 38302 +IGZvcm1hdGlvbnM= 38303 +IHNwYXJrZWQ= 38304 +IEVudHdpY2tsdW5n 38305 +YWxscw== 38306 +IHZpdmly 38307 +IGV4cGlyYXRpb24= 38308 +b3RpbmU= 38309 +INCn0LXRgA== 38310 +IFR1cm5pbmc= 38311 +IHRhcmlmZnM= 38312 +IG5hc3TEmXA= 38313 +IGFiaWRl 38314 +aWtzaQ== 38315 +IGZsYXNoZXM= 38316 +IGRpc3B1dGVz 38317 +IOyytA== 38318 +IG1lcmFr 38319 +IGVub3Jtb3VzbHk= 38320 +emFobA== 38321 +IGbDvGhydA== 38322 +0LLQvtC9 38323 +INC30LDQstC40YE= 38324 +IHBlcnNldmVyYW5jZQ== 38325 +IGRpdmlkZW5kcw== 38326 +IGNvbnRlc3RhbnRz 38327 +IHByb3N6xJk= 38328 +IEZyYW5rZW4= 38329 +IGV4cGxvcmVy 38330 +IGJ1ZmZhbG8= 38331 +4oCV 38332 +IGVjb2xvZ3k= 38333 +IHNjYWxhcg== 38334 +IGNyYW4= 38335 +zrXPhM6xzrk= 38336 +xbx5xIc= 38337 +IOyalOs= 38338 +IGdpYQ== 38339 +IEdvZw== 38340 +IFByaXY= 38341 +IOunkOydhA== 38342 +IFJlYXNvbg== 38343 +cmFrdGlvbg== 38344 +IERlYm9yYWg= 38345 +IGtpdHRlbg== 38346 +IEVkaW4= 38347 +cGllag== 38348 +IOuLtA== 38349 +IG3DoXF1 38350 +IGJpZGRpbmc= 38351 +IGFmZmluaXR5 38352 +IGFpa2E= 38353 +Zm9saw== 38354 +IENvbnNl 38355 +IGRldXRzY2hlbg== 38356 +6IY= 38357 +IGRlYml0 38358 +xLHEn8Sxbg== 38359 +aXNlbA== 38360 +IOykkeq1rQ== 38361 +IOutkOqwgA== 38362 +IHRydXN0d29ydGh5 38363 +IFN0YXJ0ZWQ= 38364 +w7xyZA== 38365 +INC/0L7QvdGP0YLQvdC+ 38366 +IHNjaWVudGlmaWNhbGx5 38367 +UG9kcw== 38368 +Q1JPU1NUQUxL 38369 +IHByZWd1bnRhcw== 38370 +IGNhbG1pbmc= 38371 +IFByZW1pZXJl 38372 +15vXqQ== 38373 +INGF0L7Qu9C+0LQ= 38374 +IGNhcGl0YQ== 38375 +IHRvbWE= 38376 +IG11cm0= 38377 +IGZ1ZXJ6YQ== 38378 +IEhhbmk= 38379 +w7xm 38380 +YXJsb3M= 38381 +IGjDpHVm 38382 +IG9zb2J5 38383 +amVnbw== 38384 +INC/0LjRgQ== 38385 +IGNhbG1seQ== 38386 +aWRldA== 38387 +YnVjaA== 38388 +Z29uZQ== 38389 +IHZpc2Nvc2l0eQ== 38390 +IG1vZGFs 38391 +IGdlc2Ft 38392 +IEh6 38393 +IG11bmljaXBhbGl0aWVz 38394 +IGNpcmN1bGF0aW5n 38395 +b2xpbmE= 38396 +U2hv 38397 +IEJlbmVk 38398 +b2x1 38399 +IHJlc3Rz 38400 +IGzDpW5n 38401 +INCe0LTQvdCw0LrQvg== 38402 +IHByemV3 38403 +IHBlcHA= 38404 +IG1hcnJpYWdlcw== 38405 +IEJJRw== 38406 +YW5kYW4= 38407 +IG1hZ2ljYWxseQ== 38408 +IGJhYnlz 38409 +IOuMkw== 38410 +IGhhY2tlcnM= 38411 +QmFieQ== 38412 +IE1vbnN0 38413 +IGNpZXI= 38414 +IEFyYWJz 38415 +INC80LDQs9Cw0Lc= 38416 +IEluZG9uZXNpYW4= 38417 +IE1hcmt0 38418 +IGRhY2h0ZQ== 38419 +IFNjaMO8bGVy 38420 +IFZORA== 38421 +IHNwaWVsdA== 38422 +IHBlcmx1 38423 +INC/0YDQvtGF0L7QtA== 38424 +IHNhbHRlZA== 38425 +IGltcHJvdmlz 38426 +IEluc3Ry 38427 +dmVsbWVudGU= 38428 +IG5lc3M= 38429 +IGZ1bmd1cw== 38430 +IGNvbGxhYm9yYXRvcnM= 38431 +IFZpcnVz 38432 +ZXN0YXI= 38433 +IHByb2plY3Rvcg== 38434 +INCf0YDQsNCy 38435 +IGFnaWxpdHk= 38436 +15nXoNeV 38437 +ZXJlbA== 38438 +INCy0L7Qt9Cy 38439 +INCx0LDQtw== 38440 +IENhdGh5 38441 +xJ91 38442 +INCz0L7QstC+0YDQuNC7 38443 +YmlsaXR5 38444 +IExhbmM= 38445 +IEtpbWJlcmx5 38446 +IEJyaWVm 38447 +IHV0dmVjaw== 38448 +IGdvZ2dsZXM= 38449 +IHByZXNjaG9vbA== 38450 +QVRIRVI= 38451 +IG1vdGl2ZXM= 38452 +IEJvbmc= 38453 +RVg= 38454 +IGNoaWxseQ== 38455 +IEFkdmlzb3J5 38456 +4oCL4oCL 38457 +INC60L7RgtC+0YDQvtC8 38458 +IHRyYWl0b3I= 38459 +IGRlbWFzaWFkbw== 38460 +INGG0LXQvQ== 38461 +INC80L7QuA== 38462 +IG11bHRpZg== 38463 +7JSs 38464 +IEFsZXhpcw== 38465 +IHppZXQ= 38466 +IFJhbWE= 38467 +YnJhbmNl 38468 +IHNhbmN0aW9u 38469 +aXRvdXM= 38470 +15XXmg== 38471 +IOuztOuC 38472 +0YHRgtCw0L3QvtCy 38473 +INGA0LXRgQ== 38474 +IENodXJjaGlsbA== 38475 +INC/0YDQtdC3 38476 +IElP 38477 +IEdlZQ== 38478 +IEdhdGhlcg== 38479 +YXRvcmk= 38480 +VHlsZXI= 38481 +INC90LXQvNC90L7Qtg== 38482 +IGLDpWRl 38483 +IEtpbGxlcg== 38484 +IHR1YmVy 38485 +IFJhbWFkYW4= 38486 +4b8= 38487 +aWVodA== 38488 +IHN0cmFuZ2VseQ== 38489 +0LvRgw== 38490 +IHJlZGVzaWdu 38491 +IGluY3VtYg== 38492 +IGJlcmFiZXI= 38493 +IFZvbGtzd2FnZW4= 38494 +bWV0YWw= 38495 +ZHp5 38496 +cGNpw7Nu 38497 +IOyViuyVhA== 38498 +IEdvb2RuZXNz 38499 +0LjQstCw0LXRgtGB0Y8= 38500 +YmFobg== 38501 +IEFudGFyY3RpY2E= 38502 +0LXQutGC0L7RgA== 38503 +IGhvbWVvd25lcnM= 38504 +emVpZ3Q= 38505 +IO2YhOyerA== 38506 +7KeA64+E 38507 +IGdlb2dyYXBoaWNhbA== 38508 +dGhpbmtpbmc= 38509 +IGdvc3Rh 38510 +IEltYW0= 38511 +dWxpZmxvd2Vy 38512 +ZGFn 38513 +YW5udA== 38514 +YWtvdg== 38515 +IGRvd253YXJkcw== 38516 +7LK06rCA 38517 +Q1VCRQ== 38518 +INCa0YHRgtCw0YLQuA== 38519 +INC/0L7Qu9C+0LI= 38520 +IHBsYXRlYXU= 38521 +4bil 38522 +IGNobG9yaW5l 38523 +IGFjY2VsZXJhdG9y 38524 +IHNvbHZlcw== 38525 +IEdyYXNz 38526 +cGlhbm8= 38527 +INqp2Kc= 38528 +INio2Ko= 38529 +IFJvY2hlc3Rlcg== 38530 +INmH2Yo= 38531 +IGNvbGxlY3Rz 38532 +jZTrnbw= 38533 +IENoZWVy 38534 +bGluZ2Vu 38535 +INGA0LDQt9Cz 38536 +IGFtw6lyaWM= 38537 +aHRh 38538 +RUNU 38539 +IGFydGlmaWM= 38540 +IFBheVBhbA== 38541 +aGFuYQ== 38542 +U3RlcGhlbg== 38543 +IEdlc3Q= 38544 +cGhhbHQ= 38545 +IHJlcGxpY2F0aW9u 38546 +IFdpbGxpZQ== 38547 +IG5ldXRy 38548 +IGlycmF0aW9uYWw= 38549 +IGRhZG9z 38550 +IEFpZA== 38551 +a2Ft 38552 +YW50ZXI= 38553 +INC00YPQttC1 38554 +IGRldG9u 38555 +IGhhcmU= 38556 +IGJldHM= 38557 +YmFnYWk= 38558 +IHN0YWluZWQ= 38559 +IHBsYXVzaWJsZQ== 38560 +IHBlZWxpbmc= 38561 +IGNyw610 38562 +IGdyb3Rl 38563 +7Law 38564 +pbTqsow= 38565 +YWx0ZXQ= 38566 +UGhvbmU= 38567 +Rmls 38568 +U1FM 38569 +IGdlZmFsbGVu 38570 +IHNhw7pkZQ== 38571 +IFRhbWls 38572 +Y291cw== 38573 +INCz0LvQsNCy0L3QvtC1 38574 +IGF0cmF2w6lz 38575 +dXNzaWE= 38576 +IHp3ZWl0ZW4= 38577 +IEVsdmlz 38578 +IG1vdmVy 38579 +IGxpbWl0ZQ== 38580 +YXJleg== 38581 +pbTqs6A= 38582 +IEtyYW5rZW4= 38583 +w7xyZQ== 38584 +IOyViuyVhOyalA== 38585 +IHRow6BuaA== 38586 +IHByb2ZvdW5kbHk= 38587 +IGJlZHJvb21z 38588 +IHRvb3RocGFzdGU= 38589 +IEFjY2VwdA== 38590 +w6l0aWNv 38591 +IGvDvMOn 38592 +IEFyeQ== 38593 +YWRpbg== 38594 +IGdyYW51bGFy 38595 +ZWN0ZWQ= 38596 +IG1lbmphZGk= 38597 +IGNvbXBldGVuY2U= 38598 +ZG9j 38599 +IHNwYXJrbGluZw== 38600 +IOyii+ydhA== 38601 +IGNvbnN0cnVjdGluZw== 38602 +IGFtdXNlbWVudA== 38603 +IEluc3VyYW5jZQ== 38604 +IEZldWVy 38605 +IHJlbm92YXRpb24= 38606 +c3VjaA== 38607 +cGxhdA== 38608 +IHByb3N0aA== 38609 +IGJleQ== 38610 +IENvbXBsZXRlbHk= 38611 +IHpvZA== 38612 +YWxu 38613 +VmljdA== 38614 +IGNvbmZpcm1z 38615 +w6R0eg== 38616 +4pY= 38617 +aGFtbWVy 38618 +INC30L3QsNC10YI= 38619 +IGFkbWlyZWQ= 38620 +oOulvA== 38621 +IEZydWl0 38622 +ZXJ0ZW4= 38623 +IG5pZWNl 38624 +IFRpbnk= 38625 +IHBsdW1iaW5n 38626 +ZXJtYQ== 38627 +INC70LXQs9C60L4= 38628 +IHdpbmRzaGllbGQ= 38629 +INGB0LzQtdGA 38630 +IGJ6dw== 38631 +IGFib2xpdGlvbg== 38632 +IFNhZGhndXJ1 38633 +IHByZWFjaGVk 38634 +IENyZWF0aW5n 38635 +cGVyZWQ= 38636 +IHZvbG9udA== 38637 +IHF1aW50 38638 +IHByaW50ZXJz 38639 +IG5lZ3Jv 38640 +IGdyb3NzZQ== 38641 +IFRoeQ== 38642 +IEZlbGxvd3M= 38643 +IHN0YW5pZQ== 38644 +IG5ld2NvbQ== 38645 +IEh1ZQ== 38646 +IEZyZXVuZGU= 38647 +IENvbnN0cnVjdGlvbg== 38648 +IGFkdmVyc2l0eQ== 38649 +IG5lZ2F0aXZlcw== 38650 +IGhhemFyZG91cw== 38651 +IGNvbXBlbGxlZA== 38652 +IHdvaw== 38653 +IE95 38654 +0L/QsA== 38655 +qqjr 38656 +IHJlbmRleg== 38657 +IG92ZXJj 38658 +IHdlYXZpbmc= 38659 +INC40LTQtdGC 38660 +IHByb3NlY3V0b3Jz 38661 +IGF1ZGlvYm9vaw== 38662 +IGFuY2VzdG9y 38663 +IHVuZGVyZ29pbmc= 38664 +IHBvdW5kaW5n 38665 +IO2SgA== 38666 +IOy2pA== 38667 +IHR1bGVl 38668 +IOyXtOw= 38669 +IHpvYWxz 38670 +IG5laW4= 38671 +IG9rZQ== 38672 +IEpveWNl 38673 +IG51ZA== 38674 +IGRpbGlnZW5jZQ== 38675 +IExhYnM= 38676 +IHZlbnRz 38677 +IGFuY2VzdHJhbA== 38678 +4Lir4Lih 38679 +INC80YPQttGH 38680 +IG5vbcOpcw== 38681 +d2FsaQ== 38682 +cWluZw== 38683 +IE11bHRpcGxl 38684 +IENvbnN1bHQ= 38685 +IGlzdGVkaQ== 38686 +IERveQ== 38687 +YWthaA== 38688 +IGRpc2NpcGxpbmVk 38689 +IGFsdGVybmF0aW5n 38690 +55I= 38691 +IHZlcm1l 38692 +INC+0Yk= 38693 +IHRvdGE= 38694 +IFByYWc= 38695 +IHN3b3Ju 38696 +IGJlYmVy 38697 +IEF1ZmdhYmU= 38698 +7Jq06w== 38699 +IHl1cA== 38700 +IHJlY2xhaW0= 38701 +b251dA== 38702 +IGF1Y3VuZQ== 38703 +IGFtcGg= 38704 +IMWbd2ll 38705 +IGFh 38706 +aXNjb3Zlcg== 38707 +IEFyZw== 38708 +Y2llxbw= 38709 +IGRlc3Nhcw== 38710 +IFfDpGg= 38711 +4bu5 38712 +INC00LDQstC90L4= 38713 +IHNpbGVudGx5 38714 +YXJj 38715 +IO2bhOuztA== 38716 +IHR3ZWV0aW5n 38717 +IE9uZA== 38718 +pqzrqbQ= 38719 +IGJvd2Vs 38720 +7IWo7Ja07JqU 38721 +T1NF 38722 +IHByb3Bpbw== 38723 +IEt1bnN0 38724 +a3VuZw== 38725 +IGRvbm7DqWVz 38726 +IEhvcml6b24= 38727 +IEZyb2c= 38728 +IGFyaXN0 38729 +w6Js 38730 +INC60L7Qtg== 38731 +IHNlZ3VuZG9z 38732 +IFNob3J0bHk= 38733 +IENyb3dk 38734 +aXJhbg== 38735 +IHfFgmHFm2Np 38736 +IExhYw== 38737 +aWRlbnRl 38738 +IOqwgOyekA== 38739 +IGxlbg== 38740 +IFNVUw== 38741 +IE1vdG9ycw== 38742 +IFRyZW50 38743 +b21pZQ== 38744 +IHRyYW5zbWl0dGVy 38745 +IEFzc2Fk 38746 +IHBzeWNoaWF0cmlj 38747 +INC20LjRgtGM 38748 +IG91dGxpbmVz 38749 +IGVmZmVjdGl2ZW1lbnQ= 38750 +IFJlbGlnaW9u 38751 +cHJlaA== 38752 +INC00L7Qu9C20L3QsA== 38753 +IM2hwrA= 38754 +IENvbnNlcnZhdGlvbg== 38755 +IOG7 38756 +INC30LDQuQ== 38757 +IHJlc2lkZQ== 38758 +IGNvbXBsZXRv 38759 +S0VO 38760 +IOuCmOyYpOuKlA== 38761 +IHN1YnVyYmFu 38762 +IHLDqXBvbmRyZQ== 38763 +INGA0LDQt9C70LjRhw== 38764 +IGdhbGxlcmllcw== 38765 +IHJhcHQ= 38766 +KS4uLg== 38767 +IGNydWVsdHk= 38768 +IFZNd2FyZQ== 38769 +7Yis 38770 +IGhhecSxcg== 38771 +IGdyb3VwaW5n 38772 +IFJpZGVy 38773 +IHN5bGxhYmxl 38774 +IGJlaXNwaWVsc3dlaXNl 38775 +IHNhZmVndWFyZA== 38776 +IHBlbMOtY3VsYQ== 38777 +YXJ0aQ== 38778 +INCh0L4= 38779 +IGNoZWdh 38780 +INC60L7QvNGD 38781 +IHNlaXNt 38782 +IGhhcm1sZXNz 38783 +IFdhcnJpb3Jz 38784 +INC/0YE= 38785 +IHNoYW1lbGVzcw== 38786 +IEJhdW0= 38787 +aW5zdGFsbA== 38788 +IHRvb2xraXQ= 38789 +IHBpcGVsaW5lcw== 38790 +IHB1c3N5 38791 +IGNvbmNlYWw= 38792 +IHByb3Rlc3Rpbmc= 38793 +b2Nob25k 38794 +IGR1YQ== 38795 +IFBvc2U= 38796 +IGhlbGl1bQ== 38797 +IFVY 38798 +aWtsZQ== 38799 +IFN1ZmY= 38800 +IOyEuOqzhA== 38801 +aW5nZXJz 38802 +INGB0LvRg9GH0LDQuQ== 38803 +IGRlc2NlbmRpbmc= 38804 +IG1vbnRhZ2U= 38805 +SGlnaA== 38806 +IOydtOyW 38807 +IElkaQ== 38808 +INeR16E= 38809 +IGV4cHJlc3NpdmU= 38810 +INC/0L7Qu9C10Lc= 38811 +IHBvbmU= 38812 +IGFkb2xlc2NlbnQ= 38813 +0LDQvdC90YvQtQ== 38814 +IGFzc2Fzc2luYXRpb24= 38815 +d2Vpc2Vu 38816 +ZW1hdGljYWxseQ== 38817 +YXV0aA== 38818 +IHVyZw== 38819 +IGdhbmhhcg== 38820 +IGZ1bmRv 38821 +IFJob2Rl 38822 +INC40YHRgtC+0YDQuNC4 38823 +IGNvbXBhcnRpbA== 38824 +IGRpbWluaXNoZWQ= 38825 +IGFwcHJlbnRpY2U= 38826 +INCR0YPQtA== 38827 +IHBob3RvbnM= 38828 +IGPDs2Q= 38829 +b25haw== 38830 +IGFkZWxhbnRl 38831 +IGNodQ== 38832 +b3BpYw== 38833 +IGFpeMOt 38834 +ZWRkYXI= 38835 +IENvbmdyYXRz 38836 +bW9y 38837 +IHJlc2VydmF0aW9ucw== 38838 +IFRvYnk= 38839 +IEtlcm4= 38840 +IHJhemVt 38841 +IGZvcmdlZA== 38842 +IGhvcnJpZnlpbmc= 38843 +2YrYuQ== 38844 +IEpvaW5pbmc= 38845 +IEF1dGg= 38846 +ZGFo 38847 +IGNvbnNpZw== 38848 +IGludGltaWRhdGVk 38849 +IHBlcmlwaGVyYWw= 38850 +IG1lbm8= 38851 +IGRldGVjdGluZw== 38852 +IHRlb3I= 38853 +IHRhZ2dlZA== 38854 +IG5vc3RhbGdpYw== 38855 +IOuvuOyViA== 38856 +IHZlcmRp 38857 +IGxhYmVsaW5n 38858 +0L/QvtC0 38859 +YXN0ZXM= 38860 +IHZpc3Q= 38861 +IGN5dA== 38862 +IGZsaXBz 38863 +0YDQuNC3 38864 +YmFsYW5jZWQ= 38865 +INC+0YjQuNCx 38866 +IGRlc3Rpbg== 38867 +bGFzc2U= 38868 +ZXJlaQ== 38869 +IGthbG8= 38870 +IGFycXU= 38871 +IHBsYW5v 38872 +IG9yZGluYW5jZQ== 38873 +IGNvbXBpbGF0aW9u 38874 +IFZvY8Oqcw== 38875 +IEVjbw== 38876 +IOy2lOyynA== 38877 +IGVuY2ltYQ== 38878 +IEdhcnJldHQ= 38879 +IENvcmQ= 38880 +w7Zsa2Vy 38881 +IEFycm93 38882 +IHByb3RvbnM= 38883 +LOKAiw== 38884 +IOyymOs= 38885 +IHNjYW5k 38886 +IGJlaWdl 38887 +Y29uZw== 38888 +IGJpa2luZw== 38889 +IFRM 38890 +0YPQvdC0 38891 +IOyGlOyngQ== 38892 +IFZpbGxh 38893 +IEpBQ0s= 38894 +IMO2xJ9yZW4= 38895 +IHRlbWFz 38896 +IEt5dW5n 38897 +SmVubg== 38898 +IGN1ZA== 38899 +IGltcG9zaW5n 38900 +IGNvbW1hbmRtZW50cw== 38901 +IE1lYW5z 38902 +IETDpHI= 38903 +IHJlY29tZW5k 38904 +IGRpc3Bvc2l0aW9u 38905 +2KfZhw== 38906 +IHRodQ== 38907 +IHJlZHVjdGlvbnM= 38908 +IGRpdQ== 38909 +INeV15DX 38910 +INC40YHRgdC70LXQtA== 38911 +dGhyZW4= 38912 +IGxhZG9z 38913 +IFJC 38914 +aXhlZA== 38915 +IOyP 38916 +RnI= 38917 +c3RpbGw= 38918 +IG9sbWFz 38919 +Q0hVQ0s= 38920 +IO2GoA== 38921 +IEluZGVwZW5kZW50 38922 +0JLQng== 38923 +IHBpdHM= 38924 +IHVuZGVydGFrZW4= 38925 +IGbDuHI= 38926 +IE5hdw== 38927 +IOyekeyXhQ== 38928 +IHNoZXBoZXJk 38929 +IGxhbmd1ZQ== 38930 +IEphYg== 38931 +IERydW0= 38932 +IEVsZWt0 38933 +4buRdA== 38934 +IOydtOyqvQ== 38935 +IGJlZ2lubmVu 38936 +IEZ1cnk= 38937 +4buDdQ== 38938 +c2VjdGlvbnM= 38939 +IHNwcmF5ZWQ= 38940 +IG3DoXI= 38941 +IFZvbHQ= 38942 +IFNlb25n 38943 +0LjRgtC10Ls= 38944 +ZHVjdGlvbg== 38945 +YXNhbg== 38946 +IGp1ZGdtZW50cw== 38947 +aW1hYW4= 38948 +nteq 38949 +IHNpZW50bw== 38950 +IEFDVA== 38951 +IEJI 38952 +ZGV2 38953 +IOyii+yVhO2VmA== 38954 +IGpvcm4= 38955 +SVNUSU4= 38956 +IHJvYXI= 38957 +IGltbWVyc2lvbg== 38958 +YWZmbGVz 38959 +IHRyYWluZWU= 38960 +IEJpbGxib2FyZA== 38961 +cmVzc2Vz 38962 +IFdhcm0= 38963 +IFJvYmVydG8= 38964 +IHV0aWxpeno= 38965 +IElnb3I= 38966 +IHJhc2g= 38967 +IGFuYWx5dGlj 38968 +aXJhbQ== 38969 +IHN5bW1ldHJpY2Fs 38970 +IGxpZmVzcGFu 38971 +IGVhdGVy 38972 +IEJsb29tYmVyZw== 38973 +YXRlcmlhbA== 38974 +IOuvvw== 38975 +IGlzdGVy 38976 +IGludmFsdWFibGU= 38977 +IGFzc2lzdGluZw== 38978 +IHNoYWNr 38979 +zrzOsc+EzrE= 38980 +amlz 38981 +ZW5peg== 38982 +INC/0YDQtdC00LvQvtC2 38983 +IGRlY2xhcmluZw== 38984 +IFZpa2luZw== 38985 +IEFzc2lt 38986 +IGV4cGVuZGl0dXJl 38987 +IHBvc2luZw== 38988 +IE9udW4= 38989 +IGluaWM= 38990 +0LDRjtGC0Yw= 38991 +cmV2 38992 +IG1pZWRv 38993 +IGZpbHRoeQ== 38994 +IElC 38995 +IERpc2NvdmVy 38996 +aWNodGV0 38997 +bWlsbGlvbg== 38998 +toTrk6TsnbQ= 38999 +IGFtYmlndQ== 39000 +IEZseW5u 39001 +YmFyZHppZWo= 39002 +IGluY29tcA== 39003 +0LDQstC90L4= 39004 +emlh 39005 +IGluZmx1ZW5jaW5n 39006 +IHdvcmxkbHk= 39007 +IFNhbGVzZm9yY2U= 39008 +emV0 39009 +IHBhcnRpY3VsaWVy 39010 +IEtvY2g= 39011 +IDE5NDM= 39012 +IHRvbmVy 39013 +INGN0LrRgdC/0LXRgA== 39014 +IHN1c2NyaQ== 39015 +IHRyaWdnZXJpbmc= 39016 +SUNFUw== 39017 +7Iqk6rCA 39018 +zrTOsQ== 39019 +0YDQsNCx0L7Rgg== 39020 +IGFmdGVyd2FyZA== 39021 +cGluZQ== 39022 +IElM 39023 +YXJldGg= 39024 +INC/0LDQuw== 39025 +IHNha2Vy 39026 +IDE5NDc= 39027 +QUY= 39028 +dXlvcnN1bg== 39029 +IOyKpOs= 39030 +IHF1YW50aWZ5 39031 +IG1lbnRvcnNoaXA= 39032 +IGxsZWdh 39033 +IFRhbWFyYQ== 39034 +IG9wdGltaXppbmc= 39035 +IGZyb250cw== 39036 +b3N0ZXJz 39037 +IGVzcXVlcg== 39038 +IHN1Ym1pc3Npb25z 39039 +IGFubmlo 39040 +IHN1Y3Rpb24= 39041 +bHVlbmNl 39042 +Y2hpZWRlbg== 39043 +SU5HUw== 39044 +INeR15Q= 39045 +INGB0YbQtdC9 39046 +IHdpZWx1 39047 +IG9iamV0bw== 39048 +IGJvb2Jz 39049 +IEdlc2Now6RmdA== 39050 +IGVhcmJ1ZHM= 39051 +INGA0LDQvdGM0YjQtQ== 39052 +IHJvdXRpbmVseQ== 39053 +IGNvbGxhZ2Vu 39054 +0L7QtNGL 39055 +IENpbm5hbW9u 39056 +IGJhaXg= 39057 +2K/ZhQ== 39058 +ZnJhZ2U= 39059 +INC60L3QvtC/ 39060 +IGRlY2VwdGlvbg== 39061 +IHVuZXhwZWN0ZWRseQ== 39062 +IHNtZWxsZWQ= 39063 +IGxvb3M= 39064 +IGhpZ2hsaWdodGVy 39065 +IOq4sOuzuA== 39066 +IEdsYXNnb3c= 39067 +b3dhbmE= 39068 +bW4= 39069 +IEplcmVtaWFo 39070 +IERhdGFi 39071 +aWV0ZQ== 39072 +IGJhdw== 39073 +IHByb3BpYQ== 39074 +IHByb3ByaQ== 39075 +T09PT09PT08= 39076 +aW5rZXI= 39077 +IHBlcnR1cmI= 39078 +IEZha2U= 39079 +7J207JY= 39080 +aW1taW5n 39081 +IHVuZG9jdW1lbnRlZA== 39082 +IHRyYWJhamFuZG8= 39083 +IHJvYW0= 39084 +INC00L7Qu9C20L3Qvg== 39085 +IGFyYmU= 39086 +IGFuaQ== 39087 +YXRhbA== 39088 +IGFyYWRh 39089 +IEFuZGE= 39090 +IOybgA== 39091 +IEJyYW5jaA== 39092 +b2lyZXM= 39093 +IG91dHNpZGVy 39094 +ZG9sbGFy 39095 +aXNzZXM= 39096 +YmVhbnM= 39097 +IEdpZw== 39098 +cmFkb3M= 39099 +IFN1dA== 39100 +IExhbmNl 39101 +ZWRzacSZYmlvcg== 39102 +IGNvbGE= 39103 +b25lbnRz 39104 +IHJlY29uc2lkZXI= 39105 +IG1vbmRv 39106 +IHVuc3VjY2Vzcw== 39107 +IEvDpA== 39108 +IHJlZ2Vs 39109 +IGJpc29n 39110 +ZXR1cw== 39111 +IHVucmF2ZWw= 39112 +IHN3ZWV0aWU= 39113 +IHJlcHLDqXNlbnQ= 39114 +b3VyaW5n 39115 +IGdyb3VuZHdhdGVy 39116 +IEJldw== 39117 +IHNjcmF0Y2hlZA== 39118 +IGNhc3NldHRl 39119 +IGNpZGVy 39120 +cGlz 39121 +INGB0LDQvNCw 39122 +IGdsb2JhbGl6YXRpb24= 39123 +IGRlZ3JhZGF0aW9u 39124 +IGRlZ2VuZXI= 39125 +IFJvc2ll 39126 +aWNrdA== 39127 +IG92ZXJ3ZWlnaHQ= 39128 +IE1FTQ== 39129 +IGd1YXJkaWFucw== 39130 +IGNvbnNlYw== 39131 +SG1t 39132 +INC/0L7RgtGA0LXQsQ== 39133 +IG1ldmE= 39134 +IGdyYWZmaXRp 39135 +IGZsaXJ0 39136 +IEJQ 39137 +IGp1c3Rv 39138 +IFRob3VzYW5kcw== 39139 +n6zsmrQ= 39140 +Lio= 39141 +IFJBVw== 39142 +IGZsdW9y 39143 +aXlp 39144 +YW50YWw= 39145 +amVk 39146 +IFNoZW5n 39147 +IEVsaXNl 39148 +IENoYXJnZQ== 39149 +7J207Yq4 39150 +IGNvbmVz 39151 +bmllcw== 39152 +Z2lh 39153 +INC90LDRh9Cw0LvQsA== 39154 +IERoYXJtYQ== 39155 +IOuLpOyWkQ== 39156 +IGZhdm9ycw== 39157 +IFRydW5n 39158 +aGV0dG8= 39159 +IHBvenc= 39160 +IGxvbmdv 39161 +IGtlbHU= 39162 +IGRpZ2VzdGlvbg== 39163 +IEVpZw== 39164 +IFRIRVJF 39165 +IHRpZXJz 39166 +IHN1bms= 39167 +IG15c3RpY2Fs 39168 +enVi 39169 +IMOJdA== 39170 +IGFudGljaXBhdGluZw== 39171 +IFZpbmU= 39172 +WVk= 39173 +IGNvbmNlbnRyYXRpbmc= 39174 +IEFncmVlbWVudA== 39175 +INC+0LrQvtC70L4= 39176 +IGxpZHQ= 39177 +IFlhbw== 39178 +INGB0LvQuNGI0LrQvtC8 39179 +csOt 39180 +SVNUSU5DVA== 39181 +IE9GRklD 39182 +IHNvYWtpbmc= 39183 +IHNpaWhlbg== 39184 +IHJlZmVyZW5jaW5n 39185 +IFRhbXBh 39186 +YW5leQ== 39187 +IHJlc3B1ZXN0YQ== 39188 +IENvYWxpdGlvbg== 39189 +INGB0L7Qs9C70LDRgQ== 39190 +YW5raW5k 39191 +IOub 39192 +IFl1bW15 39193 +67Cw 39194 +IG9uYw== 39195 +dWnDp8Ojbw== 39196 +IHRoZW8= 39197 +IG11cmFs 39198 +IFRlYWNoZXJz 39199 +IHdhaXRz 39200 +IHJlbnRpbmc= 39201 +IEhhcm1vbg== 39202 +IGXFnw== 39203 +IE11bmljaA== 39204 +7Zmc 39205 +7Ja8 39206 +Y2FyZHM= 39207 +IHJvdWdl 39208 +IG7Dqm4= 39209 +Y2x1Yg== 39210 +IHVuc2Vlbg== 39211 +IGRlcHJlY2k= 39212 +IGNvbXB1dGVk 39213 +IHdpcGluZw== 39214 +IEVsbGk= 39215 +aWRlbnRpZmllZA== 39216 +IGNsdXR0ZXI= 39217 +cm9sZXVt 39218 +IHRlbGVm 39219 +IGxldmVsaW5n 39220 +IFdvb2R5 39221 +IEd1cw== 39222 +IEJlbm5ldHQ= 39223 +IHNpdGlv 39224 +acWC 39225 +IHBvc3Nlc3Npb25z 39226 +IE5hdGFzaGE= 39227 +b2xkb3du 39228 +INGB0L7QvtCx0Yk= 39229 +IExpYw== 39230 +IOunjOuToA== 39231 +IGxvcnNxdWU= 39232 +d2Vo 39233 +INC80LDQvA== 39234 +bGl0ZXI= 39235 +YWRvbW8= 39236 +IGZpbmk= 39237 +z47Pgg== 39238 +INGD0LHQuNC5 39239 +IGluZGlzcA== 39240 +IHRlbGV2aXM= 39241 +IHDDoQ== 39242 +IENyZW8= 39243 +w61sbA== 39244 +IGd1cg== 39245 +IE1BTA== 39246 +INGA0LDQt9C90YvRhQ== 39247 +IHppZWhlbg== 39248 +IGZhc2hpb25lZA== 39249 +IGRlYmF0aW5n 39250 +IFNvdXA= 39251 +IFByb3ZpbmNl 39252 +6re466CH 39253 +IGltcHJvcGVy 39254 +IGltYWdlbg== 39255 +INGB0LTQtdC70LDQuw== 39256 +IGxvZ29z 39257 +IGV2ZW50bw== 39258 +4bqjbw== 39259 +bGFyZGE= 39260 +INC90LDQt9GL0LLQsNC10YLRgdGP 39261 +IHZlcmY= 39262 +IHNjcmVlbnNob3Rz 39263 +15XXk9ei 39264 +IEF1cm9yYQ== 39265 +IEJhbGk= 39266 +dGVyZWQ= 39267 +IGNvbnRhZ2lvdXM= 39268 +IGNvbXBhcnRpcg== 39269 +dmVuaWRvcw== 39270 +cmlrZQ== 39271 +INCy0YvQs9C70Y/QtNC40YI= 39272 +IGZyZWVkb21z 39273 +bmljYXM= 39274 +oKTshJw= 39275 +IHJlZHV6 39276 +IEVjdQ== 39277 +IGFib25u 39278 +IFNFw5E= 39279 +IEJpdGNo 39280 +IHByb2pldG8= 39281 +0LjRh9C90L4= 39282 +ZXR0cmU= 39283 +QU5OQQ== 39284 +dGhhbms= 39285 +IEFP 39286 +YXJuaXNo 39287 +aWXDn2Vu 39288 +IHJpcHBsZQ== 39289 +IHBhbnRyeQ== 39290 +IEdI 39291 +zrPOsQ== 39292 +IOydtOuyiOyXkA== 39293 +IHZhbGlkYXRlZA== 39294 +IGJydXNoZWQ= 39295 +IEVtaW4= 39296 +IERhcnRo 39297 +ZXNpbg== 39298 +LC4= 39299 +IHZhbGxl 39300 +IGplcnNleQ== 39301 +dWxhbg== 39302 +UmVhZA== 39303 +IFJhbmdlcnM= 39304 +IHNvb3RoaW5n 39305 +IGNvbXBsZW1lbnRhcnk= 39306 +IFZlcmtlaHI= 39307 +YWNha3Q= 39308 +IGJhdGh0 39309 +IE5E 39310 +U29u 39311 +IO2ZlOyepQ== 39312 +IEF2aQ== 39313 +IFNBTA== 39314 +YWlzc2U= 39315 +IHNlbWFpbmVz 39316 +IFN1cnY= 39317 +d2llcg== 39318 +INCy0LjQtNC10Ls= 39319 +IHNpZXRl 39320 +lOuPhA== 39321 +IFJhbXNheQ== 39322 +IFF1ZWVuc2Jvcm91Z2g= 39323 +IE1lbmdl 39324 +IEZvb2Rz 39325 +IHRoZW9sb2dpY2Fs 39326 +IFsj 39327 +INCy0L7QvdC4 39328 +IGltbWlu 39329 +aW9zaXR5 39330 +IEFiZ2VvcmQ= 39331 +IEFjaG8= 39332 +IMOU 39333 +IHN0YWlucw== 39334 +IHJlYWxpc3RpY2FsbHk= 39335 +IGZhc2hpb25hYmxl 39336 +IENFT3M= 39337 +IFNraWxs 39338 +INCy0LbQtQ== 39339 +IGRldmVy 39340 +IFBsdWc= 39341 +5qo= 39342 +UG9k 39343 +IGxvYWY= 39344 +IGdlYnJhY2h0 39345 +IGFic29yYnM= 39346 +IEdyYW5ueQ== 39347 +IG1hbHdhcmU= 39348 +YWfEmQ== 39349 +IGNpdmlsaXphdGlvbnM= 39350 +IM+B 39351 +IGjDpGx0 39352 +0KHQog== 39353 +Z3JlYXQ= 39354 +IGxheWVyaW5n 39355 +c2luZ3M= 39356 +INCy0ZbQvQ== 39357 +IHJlY29nbml6YWJsZQ== 39358 +IHdvag== 39359 +IHdldGVu 39360 +zrPOvw== 39361 +U3R1ZGVudA== 39362 +IGTDqWZpbg== 39363 +cGxlYXNl 39364 +ZW5jaA== 39365 +IGF0dGlj 39366 +IE90dGF3YQ== 39367 +IG9wdGVk 39368 +IGNhcHRpdg== 39369 +IG3Fgg== 39370 +IFlB 39371 +IFdhbmQ= 39372 +IGJvdW50eQ== 39373 +IDI3MA== 39374 +IHNwZWN1bGF0ZQ== 39375 +IGVuaGFuY2VtZW50 39376 +IGNvbW1vZGl0aWVz 39377 +IE1pbHRvbg== 39378 +ZWo= 39379 +YWxvbQ== 39380 +RGFz 39381 +IGNvb2xkb3du 39382 +16jXkNec 39383 +INeQ16Q= 39384 +IHdjemXFm25pZWo= 39385 +IGVsb25n 39386 +IGRpb2Rl 39387 +aW5hw6fDo28= 39388 +IElyaXM= 39389 +IEli 39390 +IHN1bW1vbmVk 39391 +IHJlc3Bl 39392 +IFJhY2g= 39393 +IMK7Og== 39394 +IHZ1cg== 39395 +IG1vdmltZW50bw== 39396 +IGZsdWVudA== 39397 +IEV2b2x1dGlvbg== 39398 +IEJ1dHQ= 39399 +aWZpY2FjacOzbg== 39400 +lJTslrQ= 39401 +INGN0L3QtdGA0LM= 39402 +IG1hbmlwdWxhdGluZw== 39403 +IHBvc2l0aXY= 39404 +0LzQvtGB 39405 +IHdpeg== 39406 +IGludG94 39407 +zq3PgQ== 39408 +0LXQvNGB0Y8= 39409 +aXZlc3Nl 39410 +aW1pemk= 39411 +IOyauA== 39412 +IGtub2Nrcw== 39413 +IGNvbmdlc3Rpb24= 39414 +IElkZWFsbHk= 39415 +IEhvbGRpbmc= 39416 +IHBvYnJl 39417 +IEpVTA== 39418 +IOu2hOuTpOydgA== 39419 +IM6xzro= 39420 +IEZlcmd1c29u 39421 +IExhYm9yYXRvcnk= 39422 +cmljaHRlbg== 39423 +cm9waHk= 39424 +cHJvZHVjdGlvbg== 39425 +YXNzdW5n 39426 +SVRB 39427 +IHNpw6hjbGU= 39428 +16jXqg== 39429 +Y2lzaW9u 39430 +INek15Q= 39431 +IElyZW5l 39432 +YW5jYQ== 39433 +IOyCrOqzoA== 39434 +IHBpbnBvaW50 39435 +IGRlc2lnbmF0aW9u 39436 +xZ9hbQ== 39437 +bMSxxZ8= 39438 +YWF0 39439 +IG7DpWdyYQ== 39440 +IG15dGhpY2Fs 39441 +IERlY2xhcmF0aW9u 39442 +IOyeoeyVhA== 39443 +IGJ5dGU= 39444 +LuKZqg== 39445 +RGVs 39446 +IO2NvA== 39447 +IG51dHJpdGlvdXM= 39448 +INGA0YPQsdC70LXQuQ== 39449 +U0FZ 39450 +TWFzdGVy 39451 +INGE0L7RgtC+0LPRgNCw0YQ= 39452 +IOuSpOyXkA== 39453 +IG5laA== 39454 +IGRva3VtZW50 39455 +IGN6YXN1 39456 +IGNvbnRpbnVh 39457 +IFNpbGVudA== 39458 +IHRlbnNvcg== 39459 +IHRhbnRh 39460 +IGlyZ2VuZHdv 39461 +IExFVA== 39462 +IFNoYWt0 39463 +bGFtYQ== 39464 +Y2hsYWc= 39465 +IGRpbmdlbg== 39466 +0YHRgtGA0LA= 39467 +IGVocmxpY2g= 39468 +IE1hY2h0 39469 +cmVscw== 39470 +w6BjaWVz 39471 +dmlkZW8= 39472 +IG5hdHVyYWxl 39473 +IFNURVZF 39474 +dW1t 39475 +QkFDSw== 39476 +IDcyMA== 39477 +IG1vbWVuY2ll 39478 +IFN3YW4= 39479 +IHRlY2huaWNpYW5z 39480 +IGdlZWhy 39481 +IE1lbmQ= 39482 +UmVn 39483 +IHNjYWZm 39484 +IGFpZGU= 39485 +IOuztOuKlA== 39486 +IHByZXNzZXM= 39487 +bGVyZGU= 39488 +XCc= 39489 +IHVsdHJhc291bmQ= 39490 +IGRpc2NsYWltZXI= 39491 +IE1pdHM= 39492 +IEhvbGlkYXk= 39493 +IGV4dGVybmFsbHk= 39494 +IEZhdGU= 39495 +SU5P 39496 +IENhdHM= 39497 +67CV 39498 +dW1v 39499 +Y29udHJvbA== 39500 +IHRoZUNVQkU= 39501 +dGlj 39502 +aWVydW5ncw== 39503 +INC30L3QsNC60L7QvA== 39504 +IGZyZWVzdHlsZQ== 39505 +TUFOREFSSU4= 39506 +IGlzZQ== 39507 +YXVydXM= 39508 +IFN0cmF0ZWd5 39509 +IEJlYW0= 39510 +csOkZ2U= 39511 +IGV4cGxvaXRlZA== 39512 +aWRpcw== 39513 +IGNoaW1l 39514 +IFBlbmluc3VsYQ== 39515 +IG1lcml0cw== 39516 +IGFsdHJv 39517 +IFRPUA== 39518 +IFNlbnM= 39519 +IEthbnQ= 39520 +b3Jhcw== 39521 +IHJveWFsdHk= 39522 +IElERQ== 39523 +cmFjeQ== 39524 +IFRIT00= 39525 +b21vcw== 39526 +IGzDpG5nZXI= 39527 +IG51bWJlcmVk 39528 +VW0= 39529 +IE5peWU= 39530 +zrjOtw== 39531 +enlrYQ== 39532 +bGltZQ== 39533 +IFBlcnNvbmVu 39534 +IHZhbGlkaXR5 39535 +IGNvbnRyYXQ= 39536 +IENvbWlj 39537 +w6dvbnM= 39538 +IEhlaWRp 39539 +IHpn 39540 +IHJlbmFtZWQ= 39541 +IGN1bWlu 39542 +IEpG 39543 +aW5lbA== 39544 +IGVuZm9yY2Vk 39545 +IGNoYW1h 39546 +0LvQuNGH0L3Qvg== 39547 +4bq7 39548 +INC00LXQvdC10LM= 39549 +IHByb2Z1bmQ= 39550 +IHBlbHZpYw== 39551 +IHBhbGF2cmE= 39552 +IGV4dHJhcw== 39553 +IGFua2xlcw== 39554 +7JeQ7ISc64+E 39555 +IFRG 39556 +IGluc2FuZWx5 39557 +INC80Y/RgQ== 39558 +IHLDqXBvbnNl 39559 +IGfDtnN0ZXI= 39560 +IEJCUQ== 39561 +INGD0YfQsNGB0YI= 39562 +IHNoYWtlbg== 39563 +IGFsbW9uZHM= 39564 +ZGlzaA== 39565 +IFBH 39566 +IEJsaXp6YXJk 39567 +0YzQvtCz0L4= 39568 +IOOF 39569 +IGtuYXBw 39570 +VG9v 39571 +IHVuZGU= 39572 +IG1vdW50cw== 39573 +0L7QvNC40L3QsA== 39574 +IG5vcnRoZWFzdA== 39575 +IGNlbnNvcnNoaXA= 39576 +0Y/RgtGM0YHRjw== 39577 +bHI= 39578 +IGxhd21ha2Vycw== 39579 +IHPDpWRhbg== 39580 +IGluc2lkZXI= 39581 +IGNsZWFudXA= 39582 +IE5hZGE= 39583 +w7Nj 39584 +IGhhcnZlc3RlZA== 39585 +IERlc3B1w6lz 39586 +7ZqN 39587 +IHJlZHVuZGFudA== 39588 +RU5B 39589 +IGRlbGVnYXRl 39590 +IGJ1cmc= 39591 +IEFsaXNvbg== 39592 +IGNlbGVzdGlhbA== 39593 +IHNpbm5lcnM= 39594 +IG1hcnR5cg== 39595 +IFBlcm0= 39596 +IHNwZWNpbWVucw== 39597 +IG1pdG9jaG9uZA== 39598 +IG1hcmF2aWw= 39599 +IGNhdmFscnk= 39600 +IGFycmF5cw== 39601 +IGFubmV4 39602 +IGxhYm9yYXRvcmllcw== 39603 +IEJ5eg== 39604 +IGF0YWM= 39605 +INGB0LvQvtC20L3Qvg== 39606 +IHRvcGw= 39607 +IGdlcmk= 39608 +IENvbWJhdA== 39609 +0YHRj9GC 39610 +ZWtlbg== 39611 +INCS0LvQsNC0 39612 +IGFqdXN0 39613 +IG1hcnF1ZQ== 39614 +IGxvb2tvdXQ= 39615 +IExvbA== 39616 +IHJvb2Z0b3A= 39617 +IE9yaW9u 39618 +INCx0L7QuQ== 39619 +IGhlYXJ0YnJlYWtpbmc= 39620 +IGRldHRv 39621 +emg= 39622 +w6R0dGVy 39623 +Y2VyYQ== 39624 +IGhlYXRz 39625 +IGFudGlxdQ== 39626 +IHVuZmluaXNoZWQ= 39627 +IEthenU= 39628 +xLFsxLE= 39629 +IHNsaWdodGVzdA== 39630 +bGVv 39631 +IHbDpXJh 39632 +IHZlcnNjaGllZGVuZW4= 39633 +IGxvdGlvbg== 39634 +0YjQtdCz0L4= 39635 +Y3Rpb25hbA== 39636 +IOydtOyg 39637 +ZHJhZ29u 39638 +IHJlc29uYXRlcw== 39639 +IGlubQ== 39640 +YXZpYw== 39641 +IGZ1bGZpbA== 39642 +IOq4sOuMgA== 39643 +IGp1c3RhbWVudGU= 39644 +INC00L7RgdGC0YPQvw== 39645 +IOq3uOqxtA== 39646 +IHJlY29uY2lsZQ== 39647 +IFNjaMO2bg== 39648 +IEF2b2lk 39649 +6rmA 39650 +J0Q= 39651 +IGNvbmZpbmVtZW50 39652 +IO2R 39653 +IG1vdGl2YXRpbmc= 39654 +IEJyaXR0YW55 39655 +IHNjcmVhbWVk 39656 +b2JqZWN0 39657 +IGRlY3JlZQ== 39658 +IHRyYXZhaWxsZQ== 39659 +aXNzaWJsZQ== 39660 +IGJ1c3RlZA== 39661 +cHJvY2Vzcw== 39662 +IG1hc3NhY3Jl 39663 +IG5naMSp 39664 +aWx5bg== 39665 +INCy0YDQvtC00LU= 39666 +IHBvZXRpYw== 39667 +IG5o4bqldA== 39668 +IGlyb25pY2FsbHk= 39669 +dXN1 39670 +bmlv 39671 +IHN0YWdpbmc= 39672 +b21lZGljYWw= 39673 +bGVhc2Vk 39674 +IOyDiOuhnOyatA== 39675 +IE5a 39676 +YWN0aW5n 39677 +IEJhdHRsZWZpZWxk 39678 +cGxheWZ1bA== 39679 +Vmk= 39680 +IHNlw7FvcmE= 39681 +IHByb21wdHM= 39682 +bGljaGtlaXQ= 39683 +IMOnxLFrYXI= 39684 +amlhbmc= 39685 +IHBpY2t5 39686 +IENhdmU= 39687 +IG1pcmFjdWxvdXM= 39688 +IEh1Z2hlcw== 39689 +MjAxNg== 39690 +IHh1 39691 +IERvcm90aHk= 39692 +IHZpcnR1ZXM= 39693 +IHJldHJhY3Q= 39694 +IHR5cg== 39695 +IGNoYXJpc21hdGlj 39696 +IGJvbGE= 39697 +6bw= 39698 +IOunkOyUgOs= 39699 +IHBhcmVudGFs 39700 +IG1pbGxpb25haXJl 39701 +YXJpYXQ= 39702 +IGludm9rZQ== 39703 +xbxlbmll 39704 +IGV4dHJlbWVz 39705 +IEFrdQ== 39706 +aXZpZGFkZQ== 39707 +IO+3ug== 39708 +IOyLnOyyrQ== 39709 +IEdhcmxpYw== 39710 +UklB 39711 +INC00L7RgQ== 39712 +IFBvbnQ= 39713 +IG1pbGo= 39714 +ZWxsaQ== 39715 +IHJhY2tldA== 39716 +IGNvbXBldGl0 39717 +IFdoaXM= 39718 +IHJlYWx0 39719 +aWdubWVudA== 39720 +ZXN0cmU= 39721 +IHBlcm5haA== 39722 +IE9wZW5pbmc= 39723 +IEZT 39724 +IERlbW9rcmF0ZW4= 39725 +YWNlbWVudHM= 39726 +IHdvcmxkdmlldw== 39727 +IHBsYXlvZmZz 39728 +IENBRA== 39729 +IMOpdGFudA== 39730 +IHllbWVr 39731 +IHNlbnRpbWVudHM= 39732 +b2RlbA== 39733 +YnVzdGVy 39734 +YcWf 39735 +IEtZ 39736 +Y3rEmQ== 39737 +IHNjaMO2bmU= 39738 +YXBl 39739 +IFJhc3BiZXJyeQ== 39740 +IGNyZWRpdGVk 39741 +IEhpZGRlbg== 39742 +IHNhdXNhZ2Vz 39743 +cnVjZQ== 39744 +IEJldg== 39745 +aWxhbnRybw== 39746 +IHBva2Vtb24= 39747 +IOqwgOqyqQ== 39748 +IHByb2NlZWRpbmc= 39749 +IHZlaW8= 39750 +IDE3NQ== 39751 +6Lg= 39752 +bWF4 39753 +IGZyYXRlcg== 39754 +7KCE7JeQ 39755 +IGVnZW50 39756 +IDI1MDA= 39757 +dXNjaA== 39758 +VHViZQ== 39759 +IGFtcGxpZnk= 39760 +IHByYXdk 39761 +IG9kb3I= 39762 +IFNjYW4= 39763 +IHBsb3R0aW5n 39764 +aXRobWV0aWM= 39765 +IHJlc2lnbmVk 39766 +IFNDT1RU 39767 +IHN0ZXJlb3R5 39768 +IGRvYWJsZQ== 39769 +IENvbXBsZXg= 39770 +2YHZig== 39771 +dMSxbQ== 39772 +0YDQuNCz 39773 +bGFyZGFu 39774 +ZXNv 39775 +REVO 39776 +IGhvb2RpZQ== 39777 +IENBVA== 39778 +2KfYtw== 39779 +IGJvbmRlZA== 39780 +IEJ1cm5z 39781 +0L7Qv9Cw0YE= 39782 +IHLEmQ== 39783 +zrXOuc6x 39784 +INC+0YLQtNC10LvRjA== 39785 +IHRpbWVsZXNz 39786 +IFZpag== 39787 +IFBhbmFtYQ== 39788 +IHJlb3JnYW4= 39789 +IFTDpA== 39790 +IFBsdXRv 39791 +T3Jhbmdl 39792 +INC/0L7QudC0 39793 +IEJyaXN0b2w= 39794 +dWNlZA== 39795 +IOuQmOyWtA== 39796 +IHVuYmVkaW5ndA== 39797 +YWRsZQ== 39798 +IHZvbHVudGVlcmVk 39799 +IG1pZWxp 39800 +IEVkaW5idXJnaA== 39801 +aWthbA== 39802 +IGFsdGVu 39803 +IEFyc2Vu 39804 +IG1vdXZlbWVudA== 39805 +IGFudGlxdWU= 39806 +IGJo 39807 +IEhlcnM= 39808 +IHNhdXRl 39809 +IGFzcGlyZQ== 39810 +IHNwaGVyZXM= 39811 +IFdhbQ== 39812 +4bqvbQ== 39813 +IHdpcGVz 39814 +IDI4MA== 39815 +IFZlaA== 39816 +IGNvbG9jYQ== 39817 +0LDRhA== 39818 +INCy0L7Qt9C80L7QttC90L7RgdGC0Yw= 39819 +IHBoeXNpb2xvZ2ljYWw= 39820 +aHdh 39821 +ZXR1 39822 +IHByb2xvbmdlZA== 39823 +IGV4cGVyacOqbmNpYQ== 39824 +INCy0LjQtNC90L4= 39825 +IHF1YXJhbnQ= 39826 +IHB1ZWRhbg== 39827 +6JQ= 39828 +dmluZQ== 39829 +IFVTREE= 39830 +cGhlbQ== 39831 +IGZvcm1pZGFibGU= 39832 +IGZsYXR0ZXI= 39833 +7Ja07KeA 39834 +IGLDqW4= 39835 +4LmB4LiV 39836 +IOusvOuhoA== 39837 +IGZhY3Rpb25z 39838 +IExlYXZpbmc= 39839 +INeQ16rXlA== 39840 +IEV4cGVydA== 39841 +ZGlv 39842 +IFZlcmQ= 39843 +IHNpbnQ= 39844 +2YbYrw== 39845 +bnVtYmVy 39846 +IG93ZWQ= 39847 +IGluZHVjZQ== 39848 +IEZyZWRkaWU= 39849 +YWJv 39850 +IEZpbGlwaW5v 39851 +r7zr 39852 +YmVsaWV2YWJseQ== 39853 +YXRobG9u 39854 +YW1hYW4= 39855 +IGRldmVuaXI= 39856 +IEdvcw== 39857 +IEplbmtpbnM= 39858 +YmFpdA== 39859 +IGJpbnM= 39860 +IE1JQ0g= 39861 +dXlvcnVt 39862 +aWdyYWRl 39863 +aXNzbw== 39864 +IOyXtA== 39865 +IOyVhOu5oA== 39866 +IGRpYXJyaGVh 39867 +IHRvcm5hcg== 39868 +YWRkaW4= 39869 +IHVuZ2Vmw6Rocg== 39870 +IHJlc3Ryb29t 39871 +IHBzeWNoaWF0cmlzdA== 39872 +IEtpY2tzdGFydGVy 39873 +IGdlcmE= 39874 +IGFscmVk 39875 +IFdyYXA= 39876 +z4zPgw== 39877 +IHNpbm5lcg== 39878 +Q0hFRVJJTkc= 39879 +IGtpbG93 39880 +IGRldGVybWluYW50 39881 +IGRlbW9uaWM= 39882 +aWRlbmNlcw== 39883 +Y2hhcw== 39884 +IERlZA== 39885 +IHN0dW1ibGU= 39886 +IFVycw== 39887 +IGRlY2VpdmVk 39888 +IFRFUg== 39889 +IEPDsw== 39890 +ZWxsZWQ= 39891 +IG5vdHdlbmQ= 39892 +IOyngOq4iOq5jOyngA== 39893 +IHBhcnRpZG8= 39894 +IGRlc2NlbmRlZA== 39895 +IHZhcmTEsXI= 39896 +IGVuYWN0ZWQ= 39897 +IGN6xJnFm2Np 39898 +IHRyYWluZWVz 39899 +IGF1ZGlibGU= 39900 +IG1hbGY= 39901 +IHZlbw== 39902 +w6xu 39903 +IEdQQQ== 39904 +IEFwcGU= 39905 +IHJ1dA== 39906 +IENhcmxh 39907 +a2FjaA== 39908 +IHNhdmlvcg== 39909 +aXRjaGVk 39910 +IGNsaW1heA== 39911 +0LDRgtC10LvRjw== 39912 +IE1jQ29ubmVsbA== 39913 +0L7Qu9GP 39914 +ZXJleWU= 39915 +INGB0L7Qt9C9 39916 +IGNhYm8= 39917 +IFNuZQ== 39918 +IEFmZm9yZGFibGU= 39919 +IHNhcsOg 39920 +IGxlZ2l0aW1hY3k= 39921 +IHNjYXJjZQ== 39922 +Li4uPC8= 39923 +IDEwOA== 39924 +IGFjdW0= 39925 +IEZyYW5rbHk= 39926 +IHJhZGlhdG9y 39927 +IGdlbmVyYWxz 39928 +IGRpdmlkZXM= 39929 +IGNoZWVzZWNha2U= 39930 +IHNvcmNlcg== 39931 +IG1pc2NvbmNlcHRpb24= 39932 +IGhhcmRzaGlwcw== 39933 +IE9uZVBsdXM= 39934 +w7x5b3JzdW4= 39935 +IFNvdmlldHM= 39936 +IEl0YWxpYQ== 39937 +aWNraQ== 39938 +IEFmdGVyd2FyZHM= 39939 +IHJpZGljdWxvdXNseQ== 39940 +IGdkemllxZs= 39941 +IE5vdGVz 39942 +2YPYp9mG 39943 +IHJvbWFu 39944 +IG9yZ2FuaXplcg== 39945 +IGNvdXJ0eWFyZA== 39946 +INGH0LXQu9C+0LLQtdGH 39947 +IFdpdG5lc3M= 39948 +INC/0Y/Rgg== 39949 +IENoaWxs 39950 +IFZhbHZl 39951 +IM6szrvOuw== 39952 +IEtQ 39953 +Y2hsdXNz 39954 +IGRlZmxlY3Q= 39955 +IFRvbmk= 39956 +IGNsYWly 39957 +IHN0YWNraW5n 39958 +cmFzemFt 39959 +IFNvbnJh 39960 +IEF0YXJp 39961 +IHBhc8Oz 39962 +IGNoYXJtcw== 39963 +YW5zdA== 39964 +IHRlcmNl 39965 +IExpbGx5 39966 +IHBzeWNob2xvZ2ljYWxseQ== 39967 +IGPFkw== 39968 +dXN0ZQ== 39969 +pbTs 39970 +Q1RW 39971 +IG1pZWw= 39972 +Q2FyZQ== 39973 +IOKAkQ== 39974 +IHNuYXBwZWQ= 39975 +IOqwkOs= 39976 +0L7RgtGL 39977 +IG3DqnM= 39978 +Lj8= 39979 +IHRvbm5lcw== 39980 +15XXk9eU 39981 +4LiE4LiZ 39982 +VHU= 39983 +IGRpc3RyaWJ1dGluZw== 39984 +IGNyYWNrZXJz 39985 +IGNvcmHDp8Ojbw== 39986 +w6Rtw6Ru 39987 +Y2xhbWF0aW9u 39988 +0L7RgNC0 39989 +k5zrprTqsozsmpQ= 39990 +IFVudGVyc2NoaWVk 39991 +RmluZQ== 39992 +Y2tv 39993 +INGA0LXQsdC10L0= 39994 +IHNwaWM= 39995 +IGRvY3RvcmFs 39996 +INGB0LrQvtGA0LXQtQ== 39997 +dW5pdmVycw== 39998 +YWN1bGE= 39999 +IMOWc3RlcnJlaWNo 40000 +IGdyaW5kZXI= 40001 +IGFtYm9z 40002 +IHZhc3RseQ== 40003 +IGNvbmZlc3NlZA== 40004 +IFNoaA== 40005 +YW5kZXJz 40006 +IEd1YW4= 40007 +INC90LXQvtCx0YXQvtC00LjQvNC+ 40008 +IGNoYW1waW9uc2hpcHM= 40009 +IFZ1bA== 40010 +IFBoaQ== 40011 +IE1lYXN1cmU= 40012 +IGluc2dlc2FtdA== 40013 +dmV0dGU= 40014 +IGdlbm9t 40015 +aW5kdW5n 40016 +Z2xp 40017 +RGV0 40018 +IHVubXV0ZQ== 40019 +IHNhdWNlcw== 40020 +IER3 40021 +15HXqg== 40022 +IEJSRQ== 40023 +IG51cnR1cmU= 40024 +IGRldGFpbmVk 40025 +IEJlZXI= 40026 +INC80LjRgNCw 40027 +0LLQtQ== 40028 +IEJpcmRz 40029 +IG1laWxsZXVy 40030 +IHJld2luZA== 40031 +IHBvcmU= 40032 +15nXlg== 40033 +w6lnZXI= 40034 +cXVlbGE= 40035 +IHRyb3VzZXJz 40036 +IHNpaW7DpA== 40037 +IEdhZ2E= 40038 +IEJSQU5E 40039 +bGViZW4= 40040 +IHJhc3BiZXJyeQ== 40041 +aWxpaw== 40042 +IHZlcnPDo28= 40043 +bGFr 40044 +IGxvZ2Fy 40045 +IE1JREk= 40046 +IOychO2VnA== 40047 +INC/0YDQvtC40LfQvtGI 40048 +IHN0ZXJpbA== 40049 +IGhhcm1lZA== 40050 +0LDQstC70LjQsg== 40051 +INGB0YHRi9C7 40052 +IGxhY2tlZA== 40053 +IGNvbnRhY3Rpbmc= 40054 +IOq4sOyekA== 40055 +IGdlZsOkaHI= 40056 +IGNveQ== 40057 +aWtlbA== 40058 +IGJpbmdl 40059 +IG9ydGhvZ29uYWw= 40060 +IGVudGVuZHU= 40061 +IFRoaXJ0eQ== 40062 +IHNtYXJ0ZXN0 40063 +IHJhc2E= 40064 +IFF14buRYw== 40065 +0YvQstCw0Y7Rgg== 40066 +IHNsdXQ= 40067 +0LvRg9GH 40068 +aWd0ZW4= 40069 +INGA0LDQsQ== 40070 +IHRhbWFu 40071 +IHF1YWxpZGFkZQ== 40072 +IGRvbWluYXRpb24= 40073 +IHNpbnVz 40074 +IHByb2dyYW1tZXJz 40075 +IGFsbGVyZ3k= 40076 +IFRvcnJlcw== 40077 +IEF1c3RyaWFu 40078 +bmFudHM= 40079 +TWVs 40080 +INGD0LLQtdC70LjRhw== 40081 +IEFnZw== 40082 +IHNvaw== 40083 +IHBsdWNr 40084 +IGJpbmRz 40085 +IHByb3Bvcg== 40086 +IE1hZg== 40087 +IG9zb2I= 40088 +IFZJQw== 40089 +6aU= 40090 +INC30LDRh9C10Lw= 40091 +IGV4aGliaXRpb25z 40092 +IGV0dGk= 40093 +Y3ph 40094 +INC90LDRiNC40YU= 40095 +IE1pdHRl 40096 +0L7QsdGL0YLQuA== 40097 +IGNsb2Nrcw== 40098 +IHJpY28= 40099 +INC40YHRgtC+0YDQuNGP 40100 +IHNjaGl6b3BocmVu 40101 +IGZsdWZm 40102 +INGB0L7QsdC40YA= 40103 +IGFwb3k= 40104 +IHByaW5jZXM= 40105 +IGJyYWNlcw== 40106 +IEZJUg== 40107 +IFNuYQ== 40108 +IDsp 40109 +dmVuZXM= 40110 +IHZ1ZWx0YQ== 40111 +IG1pZXM= 40112 +IGJyb29t 40113 +IG1lcnJ5 40114 +IGVzcGVjaWFsbWVudGU= 40115 +IEFsYmFu 40116 +INC/0L7RgdGC0L7Rj9C90L3Qvg== 40117 +IExlbmE= 40118 +IEN1bHQ= 40119 +YWxzbw== 40120 +IHF1b3Rpbmc= 40121 +IGdlbmVyZQ== 40122 +IFlhcg== 40123 +IExhZ2U= 40124 +IGRlbW9zdA== 40125 +IGRhZ2U= 40126 +IEVjdWFkb3I= 40127 +IGFudsOkbmQ= 40128 +dcOfZW4= 40129 +IOuwm+yVhA== 40130 +IHBzeWNob2xvZ2lzdHM= 40131 +IExhcnM= 40132 +IHBvc3Nh 40133 +IG91dGdvaW5n 40134 +IG1ldGlj 40135 +IGJhZ2dhZ2U= 40136 +ZXJpYQ== 40137 +IHJpY2h0aWdl 40138 +7Iuc7JeQ 40139 +INGB0L7RhdGA0LDQvQ== 40140 +IHJvb3Rpbmc= 40141 +IGRyb3BsZXRz 40142 +IG5hc2Fs 40143 +IENveA== 40144 +WGk= 40145 +IGRpc3Bvc2FibGU= 40146 +IGJ1dGNoZXI= 40147 +IFphcg== 40148 +IEFybWVuaWFu 40149 +IOu/jOs= 40150 +IEZvb2w= 40151 +IENCRA== 40152 +IHNvc3Q= 40153 +IHBlcmlzaA== 40154 +IFLDqXA= 40155 +IEZyZXVk 40156 +IGZhbmRvbQ== 40157 +IGJsb3F1ZQ== 40158 +IGludmVudG9y 40159 +IGFicmU= 40160 +IMOpbm9ybcOpbWVudA== 40161 +IGltcG9ydHM= 40162 +6Yg= 40163 +IG90dXI= 40164 +IFJ5dQ== 40165 +IOKGkg== 40166 +IHNlY29uZG8= 40167 +IGluY29tcGV0 40168 +IGluY2FyY2VyYXRpb24= 40169 +IGFzY2VuZA== 40170 +YmVuZQ== 40171 +IG9sdXJz 40172 +bm9jaA== 40173 +IGJyZWVkcw== 40174 +0LvQuNC3 40175 +IFZlcmbDvGc= 40176 +IG1haWxpbmc= 40177 +cmVhbGx5 40178 +IGVzZg== 40179 +IHBlbGU= 40180 +IGxlYXNo 40181 +IGRpc2tz 40182 +INC30LDQvNC10Yc= 40183 +7JWE7JWE 40184 +YWJvdXRz 40185 +IE11bGw= 40186 +IERlbnQ= 40187 +ZWRlcmVlbg== 40188 +RHJpdmU= 40189 +IHRpcHBpbmc= 40190 +IG5pZ2dh 40191 +b3JkdW0= 40192 +IHBvcnRlcg== 40193 +IGthcmFva2U= 40194 +IGRvY3VtZW50YXJpZXM= 40195 +IFJJR0hU 40196 +IFB1cmQ= 40197 +INC+0YHRgtCw0L0= 40198 +0LrQu9Cw0LQ= 40199 +w6lyZW5jZQ== 40200 +IOqxuOuhnA== 40201 +INGC0L7Qvw== 40202 +IFdvbmc= 40203 +INC/0YDQuNGA 40204 +IG5vbWluYWw= 40205 +IGF1bGE= 40206 +INGN0LrRgNCw0L0= 40207 +IGNoZXJjaGU= 40208 +IFRocg== 40209 +IGxhdWZlbg== 40210 +IEthdGhsZWVu 40211 +IHJlYWN0b3Jz 40212 +aWhhdA== 40213 +IHNpZGVk 40214 +IFNpbW9uZQ== 40215 +IGd1aWRlbGluZQ== 40216 +aW1wb3J0YW50 40217 +YnVtcHM= 40218 +dG9uZQ== 40219 +IGVudHJlcHJpc2Vz 40220 +IGNvbnN0aXR1dGU= 40221 +b3Njb3Bl 40222 +IE15c3Rlcnk= 40223 +Y3ljbGVz 40224 +IFdhcnNhdw== 40225 +IGJ1cnN0cw== 40226 +IFpob25n 40227 +IFNBUkFI 40228 +IOuKkOq7 40229 +6Y0= 40230 +IGJlYWNvbg== 40231 +QURF 40232 +IOyngOuCmA== 40233 +IGVyc2No 40234 +IGludGVnZXJz 40235 +IENyb3NzaW5n 40236 +c291cmNl 40237 +IHNjaG9vbGluZw== 40238 +IFJPTQ== 40239 +YXRvcml1bQ== 40240 +IOyeiOqyjA== 40241 +IHLDtGxl 40242 +0JXQnQ== 40243 +Q2hhdA== 40244 +IHNocmlua2luZw== 40245 +IHJlaW1idXJzZQ== 40246 +IGx1bWJlcg== 40247 +w7xja3M= 40248 +IHNhbGFo 40249 +TW90aGVy 40250 +IGthbGk= 40251 +IFFhdGFy 40252 +b3Rpb25hbA== 40253 +IG9wYWNpdHk= 40254 +IG5lZQ== 40255 +IENvcnk= 40256 +IOy4oQ== 40257 +IHR1cmJ1bGVudA== 40258 +emVycw== 40259 +INGC0LXRgdGC 40260 +IMOpY3JpdA== 40261 +IOuztO2GtQ== 40262 +IGRpc2dyYWNl 40263 +IOy5tA== 40264 +IGNvdXJ0ZXN5 40265 +aW5nYQ== 40266 +IGh1Z2dpbmc= 40267 +IEFCUw== 40268 +bWl0aA== 40269 +IGluc3VmZmljaWVudA== 40270 +IGNyb29rZWQ= 40271 +IOq3uOuMgOuhnA== 40272 +7Iuk7Q== 40273 +IHNpbXVsYXRlZA== 40274 +IOuEpOqwgA== 40275 +IGLDtg== 40276 +IE90dG8= 40277 +TElORw== 40278 +IGlsbHVzdHJhdGVz 40279 +IERlc3Ryb3k= 40280 +IDE5NjE= 40281 +IFRhZ2Vu 40282 +IG1lbG9u 40283 +IFBhc2NhbA== 40284 +UVVF 40285 +INC/0L7Qu9GD0YfQuNGC0Yw= 40286 +IGluY2lkZW5jZQ== 40287 +IFN0ZXZlbnM= 40288 +IEdpbnM= 40289 +cnVl 40290 +IHVucmVhc29uYWJsZQ== 40291 +IEppZQ== 40292 +eXNpY3M= 40293 +IOuqsOudvA== 40294 +IGZpc2hlcw== 40295 +qbTs 40296 +IHByZWN1cnM= 40297 +IG1vZ8SZ 40298 +dGlnaHQ= 40299 +ZXTDqQ== 40300 +IG11bmRpYWw= 40301 +7JeI64uk 40302 +4oCmIQ== 40303 +QlU= 40304 +IHNvY2lvbG9neQ== 40305 +IGJydXRhbGl0eQ== 40306 +IHBlcnNvbmFqZQ== 40307 +IG7DrXZlbA== 40308 +IGZhemVt 40309 +IGVzc2Vu 40310 +IGR3ZWxsaW5n 40311 +IGNvbW1lcmNpYWxseQ== 40312 +IGVkaXRz 40313 +IGR1ZXM= 40314 +IEdTQQ== 40315 +7J246rCA 40316 +IO2XiO2MnQ== 40317 +IFlhaG9v 40318 +0LXQvdC10YA= 40319 +7Jyo 40320 +0YPRiNC60Lg= 40321 +bGVmdA== 40322 +IGNhcHRpdmU= 40323 +Y2lwaGVy 40324 +INee157X 40325 +INCz0YDQvtC8 40326 +IGlubmF0ZQ== 40327 +IGltcHVs 40328 +IOyXrOyekA== 40329 +IHN3YWxsb3dlZA== 40330 +IFRhYmlp 40331 +7J207Is= 40332 +INGB0L7RgdGC0LDQsg== 40333 +IG95dW4= 40334 +IG9icmlnYWRv 40335 +IEFwaA== 40336 +S2F0aWU= 40337 +IGNlbmE= 40338 +IEFsbMSBaA== 40339 +2YjYsw== 40340 +IHByenlw 40341 +IHBlcHQ= 40342 +IHZvbHVudGFyaWx5 40343 +IE/En2x1bQ== 40344 +IEVsbw== 40345 +b3Vl 40346 +Qmly 40347 +YnVyZ2Vy 40348 +IFNCUw== 40349 +IDYwMDA= 40350 +IHByb21vdGlvbmFs 40351 +IEhlcnJu 40352 +IHN0YW1waW5n 40353 +IHF1YWxpZnlpbmc= 40354 +IGNvc21vcw== 40355 +IGFmYXI= 40356 +YWJ1cw== 40357 +IGRhZHM= 40358 +INGN0LrQvtC90L7QvA== 40359 +aW5jYXJu 40360 +IOyWtOuU 40361 +INC70LXQtg== 40362 +IEJFVA== 40363 +INC90LDQudC0 40364 +b250ZXI= 40365 +IHJldXNhYmxl 40366 +IGtvbW1h 40367 +IEJpag== 40368 +IFRlcmF6 40369 +IE9sw6E= 40370 +IOyVhOy5qA== 40371 +INGA0LDQt9C80LXRgA== 40372 +YXdhbg== 40373 +IGNhcnRh 40374 +aWNlbGVzcw== 40375 +IHNtZQ== 40376 +IFR1dGFq 40377 +IMiYaQ== 40378 +IHByb2JhdGlvbg== 40379 +IGFkZXF1YXRlbHk= 40380 +IFByZXNpZGVudGlhbA== 40381 +aW5kcnVjaw== 40382 +YmxhZGU= 40383 +IHZldWxlbnQ= 40384 +IGNpb8Oo 40385 +IHJldmVyYg== 40386 +IGdlZ2Vuw7xiZXI= 40387 +IEVzcGVybw== 40388 +IGJlZ2U= 40389 +IFNUVURFTlQ= 40390 +c291bmQ= 40391 +IETDvA== 40392 +IG9mZmVuZA== 40393 +ICIuLg== 40394 +a2VubnQ= 40395 +INGB0LvRg9GI 40396 +IHB1cnBvc2VseQ== 40397 +IExpdA== 40398 +IO2bqA== 40399 +dWNoZXI= 40400 +IGhpbmE= 40401 +w71jaA== 40402 +aWdub24= 40403 +VEhF 40404 +IGdsaWRl 40405 +b3VyY2luZw== 40406 +INij2YbYpw== 40407 +IG9sbHV0 40408 +IGFyY2hldHk= 40409 +IHNoYWR5 40410 +IHNvbW0= 40411 +IGVwaWxl 40412 +S2VlcA== 40413 +IG5hamJhcmR6aWVq 40414 +4KSV 40415 +aXR1dGlvbmFs 40416 +INC80LDQuQ== 40417 +IHNpbmZ1bA== 40418 +IEJyb254 40419 +INCz0LvRg9Cx 40420 +IHZhbQ== 40421 +IHByZXNldHM= 40422 +IERhZw== 40423 +IOyZhOyEsQ== 40424 +IGNyZWVr 40425 +aXR1cmVz 40426 +IExvcmRz 40427 +w7Z0dA== 40428 +VU5U 40429 +UmE= 40430 +IGluZXF1YWxpdGllcw== 40431 +IGNvbGxhdGVyYWw= 40432 +IHdyaXN0cw== 40433 +IGdyb3VwZWQ= 40434 +INC+0LHRi9GH0L3Qvg== 40435 +IGFybW9yZWQ= 40436 +IHR1bmc= 40437 +IGNvbnZlcmdl 40438 +IGJvaw== 40439 +IERvZGdl 40440 +0L3Rj9GP 40441 +IGZsZWVpbmc= 40442 +IE1hcnRpbmV6 40443 +IERyZWFtcw== 40444 +a2Vr 40445 +IHNvY2lhbGU= 40446 +IFBsYXph 40447 +2K/YqQ== 40448 +IGtlbGw= 40449 +IFN0ZWxsZW4= 40450 +ZmVsdA== 40451 +INGB0L/QsNGB 40452 +IFB2 40453 +IGNhbmNpw7Nu 40454 +IEhlcnQ= 40455 +IEJhbGFuY2U= 40456 +IHNlbHZlcw== 40457 +IHZhbmRhYWc= 40458 +IHByeQ== 40459 +IG5hamxl 40460 +INCy0LjQtNC40YLQtQ== 40461 +IHZlbHZldA== 40462 +IGdyb290 40463 +IGZvdXQ= 40464 +IFNjaHVsZW4= 40465 +IE1vaGFtbWVk 40466 +IENlbnRlcnM= 40467 +IGhhdmVy 40468 +IGZyZXVlbg== 40469 +pO2KuA== 40470 +0LvQsNC9 40471 +UE9T 40472 +aW5raQ== 40473 +IOuLtQ== 40474 +IHBhcmFseXplZA== 40475 +R0xJU0g= 40476 +IGNhc3Rz 40477 +IFZD 40478 +7J207IWY 40479 +INiq2r4= 40480 +IOykmA== 40481 +INeo15XXpg== 40482 +IHN1Y2Vk 40483 +IHByb2dyZXNzZXM= 40484 +IEXEn2Vy 40485 +sOuPhA== 40486 +IGluc3RhbGxhdGlvbnM= 40487 +cGVkbw== 40488 +0LXRgNCx 40489 +aW50ZXJwcmV0 40490 +IOqzoOuvvA== 40491 +IEF6ZXJiYWk= 40492 +aXZpZGFkZXM= 40493 +IOyjhOyGoQ== 40494 +IGVudGZlcg== 40495 +IGNod2ls 40496 +IEhlcmJlcnQ= 40497 +IEFsZXhhbmRyaWE= 40498 +eXR5 40499 +IHNlY2hz 40500 +IGNhbGliZXI= 40501 +IFdlaXNl 40502 +IEhlY2s= 40503 +IFl1Zw== 40504 +INin2YTYtw== 40505 +IHBlc2Fy 40506 +IGNpZ2Fy 40507 +IG3DqWw= 40508 +IGhhaXJk 40509 +IHByenlwYWRrdQ== 40510 +IGNvbmZpZGVudGx5 40511 +IGFuYXJjaA== 40512 +IEdpYW4= 40513 +IGRvYnJl 40514 +Y2rEmQ== 40515 +YXd5 40516 +IFJlY2U= 40517 +IEdvYmllcm5v 40518 +IGNhcmdh 40519 +dW1zeQ== 40520 +IG5vcnRl 40521 +IGhhbmRsZXI= 40522 +IHJlc3BlY3Rpbmc= 40523 +IGFsbGllZA== 40524 +IFBpZXQ= 40525 +aWNodGxpY2g= 40526 +IG9sZHM= 40527 +IGR1c3R5 40528 +IGdyeQ== 40529 +IC0uLi4= 40530 +R0hU 40531 +IG5lbw== 40532 +0YfQuNC60Lg= 40533 +0LXQttC0 40534 +YWlkZQ== 40535 +INCx0YPQu9C+ 40536 +7Y28 40537 +IHRlbXBvcmFkYQ== 40538 +IGRvdXRl 40539 +4piG 40540 +IOyIoA== 40541 +IEpVU1RJTg== 40542 +YXV0bw== 40543 +IHJhdGlvbmFsZQ== 40544 +cHJvYg== 40545 +IGZpc2h5 40546 +IGRvb3J3YXk= 40547 +IGVtcHRpbmVzcw== 40548 +0LXQvdC90LDRjw== 40549 +IGJyYWc= 40550 +INCT0LTQtQ== 40551 +IHRyYW5zaWVudA== 40552 +IG1pdHRsZXJ3ZWlsZQ== 40553 +IEJyZXQ= 40554 +IGZpag== 40555 +IGRlcG9zaXRlZA== 40556 +TlM= 40557 +IOyVnuyXkA== 40558 +IGtpbXNl 40559 +IGNoYXJpdGllcw== 40560 +IE1pbGxlbm4= 40561 +ZG9ncw== 40562 +IG1veWVu 40563 +IG51ZXZvcw== 40564 +IENvb2tpZQ== 40565 +cGFyYWJsZQ== 40566 +ZG9pbmc= 40567 +IFNhaWw= 40568 +IGljeQ== 40569 +aGFiYQ== 40570 +IHF1ZWVucw== 40571 +IGNob2NvbGF0ZXM= 40572 +IE5heQ== 40573 +INGE0LjQvQ== 40574 +IHZlYw== 40575 +IGhlbG1ldHM= 40576 +VE0= 40577 +IEFybWVk 40578 +IGltcGFpcm1lbnQ= 40579 +IFR1cw== 40580 +IE3Dqm1l 40581 +b21leg== 40582 +IFJlcXU= 40583 +IEludmVzdGln 40584 +7Y6Y 40585 +IGdvbHBl 40586 +IFJhYw== 40587 +aWdyYXBo 40588 +IGt3ZXN0 40589 +IHNhaWxvcnM= 40590 +IHN0YXR1dG9yeQ== 40591 +IG1pbGVzdG9uZXM= 40592 +IE1hc2g= 40593 +IEdlc2V0emVudHd1cmY= 40594 +6Yo= 40595 +IGNvbG91cmVk 40596 +aHVtYQ== 40597 +IHllcmU= 40598 +IHN1YnRpdGxlcw== 40599 +IGVtYm9kaWVk 40600 +IG1pc3NjaGllbg== 40601 +IGlQaA== 40602 +w7x0emVu 40603 +IGRldGFjaGVk 40604 +IGRlc2NyacOnw6Nv 40605 +Y2lhbW8= 40606 +IHJlY29pbA== 40607 +INCt0YLQvtGC 40608 +IGV4cG9ydGVk 40609 +IEFsb25l 40610 +YW50cnk= 40611 +IGVzdGFu 40612 +IFNvZA== 40613 +IGxhdm9ybw== 40614 +16jXkQ== 40615 +IMSR4buL 40616 +IHN3YWc= 40617 +IFBDQg== 40618 +IEthaXNlcg== 40619 +IE1vZGVy 40620 +anVn 40621 +IHRleHRpbGU= 40622 +VHc= 40623 +IG5hYw== 40624 +ZnJlaQ== 40625 +IHJldGFyZA== 40626 +aXNjZXJu 40627 +IHRhbGxlc3Q= 40628 +IEx1Y2E= 40629 +UmFo 40630 +IHByZWFjaGVy 40631 +IGp1dA== 40632 +IFJpY2E= 40633 +aWNpZW5jeQ== 40634 +IMSRaeG7gXU= 40635 +IGthdWZlbg== 40636 +IG5ldHQ= 40637 +IGRpc2N1dA== 40638 +IGRlcHJpdmVk 40639 +oa0= 40640 +IHNwcmljaHQ= 40641 +IGVuY2xvc2Vk 40642 +IFN1YnN0 40643 +IFJhYmJpdA== 40644 +cHJpc2Vk 40645 +IGJpdGNoZXM= 40646 +7J+B 40647 +IHRhcGE= 40648 +IEVzc2Vu 40649 +IEJhbw== 40650 +IGRldmllbnQ= 40651 +IFd1aGFu 40652 +IFRpcHA= 40653 +IGRpc2FzdA== 40654 +0YHRgtCy0YM= 40655 +dWJsaXF1ZQ== 40656 +IHF1YWxpdMOp 40657 +IGluYWRlcXVhdGU= 40658 +IGJhcmdhaW5pbmc= 40659 +IEdvdGNoYQ== 40660 +0LXQstC40Yc= 40661 +aWV2b3Vz 40662 +ZXJ0b24= 40663 +Ymx1ZQ== 40664 +IOybgOyngQ== 40665 +IHNhbmRib3g= 40666 +IFJlaW4= 40667 +IOydtOqyg+uPhA== 40668 +IHNheA== 40669 +em9nZW4= 40670 +dW7DpGNoc3Q= 40671 +IGhlcmtlcw== 40672 +IC0s 40673 +emVuaQ== 40674 +cmlzaW5n 40675 +IHJlc3Bvc3Rh 40676 +IHByb21vdGlvbnM= 40677 +IFVudGVyc3TDvHQ= 40678 +IE1BUw== 40679 +Tm90aGluZw== 40680 +b3RpY3M= 40681 +INCy0YvQuQ== 40682 +IHJvdGF0ZXM= 40683 +a2llbg== 40684 +IGhhYmxh 40685 +IERhbmk= 40686 +dW5pb24= 40687 +IHdhY2s= 40688 +IGFyY2hhZW9sb2dpY2Fs 40689 +IEN1cnRpcw== 40690 +IEhvcml6 40691 +IOqzqOs= 40692 +IHdhaXZlcg== 40693 +Qm9u 40694 +IHJvdGF0ZWQ= 40695 +IHBpdGNoZXI= 40696 +IGluYWQ= 40697 +IGh1Z3M= 40698 +IE5vcnRoZWFzdA== 40699 +15nXqteZ 40700 +IHBsZWE= 40701 +IGN1cGNha2U= 40702 +IExZ 40703 +IGZhbWlsaQ== 40704 +IGdyb28= 40705 +IEJsYWly 40706 +IGxpag== 40707 +IGhhYml0YXRz 40708 +IGNvbW11bmlzbQ== 40709 +b3NpdW0= 40710 +YmFycw== 40711 +IEZyZWVtYW4= 40712 +bmVv 40713 +IGRpZmZ1c2U= 40714 +IGN5bGluZGVycw== 40715 +IERlYmF0 40716 +7ZaI64qU642w 40717 +0LXRiNC1 40718 +IGZpbmdlcnByaW50cw== 40719 +IGFtYXI= 40720 +0LLQuNC0 40721 +IOygleuPhOuhnA== 40722 +IGFmZmlsaWF0ZWQ= 40723 +INGF0L7Rh9C10YI= 40724 +IGV0aXF1 40725 +IGNow61uaA== 40726 +IGNydWlzaW5n 40727 +IFdlaWhu 40728 +IFRpdGFuaWM= 40729 +IE5hc3Q= 40730 +IOuTpOs= 40731 +INCy0LDQuw== 40732 +IGRlbWk= 40733 +IEtyaXN0aW4= 40734 +TUlO 40735 +IHJpZ29y 40736 +IG1vdG8= 40737 +IExBS0U= 40738 +IO2ZnA== 40739 +IOunjOyVvQ== 40740 +IFN0cm8= 40741 +IHByb3RvdHlwZXM= 40742 +IExD 40743 +7J247J2E 40744 +0YDQuNC8 40745 +IHZpb2xhdGluZw== 40746 +IGdpb3Jubw== 40747 +IGNoaWxkaXNo 40748 +INeQ15fXkw== 40749 +IG92ZXJkb3Nl 40750 +YWdvZ3Vl 40751 +0LDQtNGG 40752 +aGV1cw== 40753 +INCz0L7QstC+0YDRjw== 40754 +IGluY3I= 40755 +IGRlYmF0ZWQ= 40756 +2YXZhA== 40757 +IGNoaWNrcw== 40758 +IHF1aW4= 40759 +TEFVR0hJTkc= 40760 +IHRpZ2h0ZW5pbmc= 40761 +IHN1cGVydmlzb3Jz 40762 +IEhhd2s= 40763 +IEJheg== 40764 +INC/0L7QstGC0L7RgA== 40765 +INCx0LvQvtC6 40766 +xIFu 40767 +IGR1bXBpbmc= 40768 +IGZhY3Rv 40769 +YmVyZ2Vy 40770 +IGFyc2VuYWw= 40771 +IEFmcmljYW5z 40772 +oYA= 40773 +IGNhZmV0ZXJpYQ== 40774 +ZmVlZGluZw== 40775 +cXVpbGE= 40776 +IHBhxYRzdHdv 40777 +xLFudA== 40778 +hLE= 40779 +IGVudmlyb25tZW50YWxseQ== 40780 +IGRlc3Byw6lz 40781 +IFdpbGx5 40782 +IFBhxYRzdHdv 40783 +IEdH 40784 +IGNoYWN1bg== 40785 +IGRpcmVjdGlvbmFs 40786 +IGjDtnJ0 40787 +IPCd 40788 +ZW5hcnk= 40789 +IHZvaWNlZA== 40790 +YcSfxLE= 40791 +IHBvcGU= 40792 +IGNvbXJhZGVz 40793 +IEdpYnNvbg== 40794 +IEFDQw== 40795 +dmlr 40796 +IG1vZGVsbGluZw== 40797 +IGFnZ2k= 40798 +IGNvbnZlcnNpb25z 40799 +IGF2ZXJhZ2Vz 40800 +RWxsaWU= 40801 +IGdlc3RlbGx0 40802 +IFVF 40803 +b3NhaWM= 40804 +0JLQvtGC 40805 +U2F5 40806 +INGB0LDQvNC+0LPQvg== 40807 +IG1lc3VyZXM= 40808 +aXNpZXJ0 40809 +Z2FzcA== 40810 +dm9pY2U= 40811 +IGNoZWNrcG9pbnQ= 40812 +IHBlcmNlbnRhZ2Vz 40813 +IGRpc3J1cHRlZA== 40814 +IFR1Yw== 40815 +IEhvbWVy 40816 +IFdBWQ== 40817 +IFR1cmtz 40818 +aGVlbg== 40819 +aW1vdG8= 40820 +IE9D 40821 +w61uYQ== 40822 +emllbA== 40823 +IG11ZGFy 40824 +Z2VzZXR6dA== 40825 +IG1lam9yZXM= 40826 +IENK 40827 +0L3QsNGA0YPQtg== 40828 +IG1vZHVsdXM= 40829 +IG1vZHVsYXRpb24= 40830 +IHJlcGxpZXM= 40831 +IGxhcnZh 40832 +IGdpZGVy 40833 +IE1hbmRhcmlu 40834 +INC/0L7RgdC80L7RgtGA0LjQvA== 40835 +IHNhY3JpZmljaW5n 40836 +IHByZcOnbw== 40837 +IG95c3RlcnM= 40838 +IE15YW4= 40839 +b2xvZ3Vl 40840 +IFdpdA== 40841 +IGTDuw== 40842 +IExldXRlbg== 40843 +IHBhdGVy 40844 +IEtFTk5FVEg= 40845 +0LDQsdCw0YI= 40846 +YXJ0aHk= 40847 +IHNvY2llZGFk 40848 +IG5pw7Fv 40849 +0LXQstC+0Lk= 40850 +IGrEmQ== 40851 +IGFkdmVydGlzZWQ= 40852 +IFBlcHNp 40853 +dXRldXI= 40854 +IG1hc3Nl 40855 +IHNjYXR0ZXJpbmc= 40856 +IHnDtm4= 40857 +IGRlc2FwYXJl 40858 +IEh1YmJsZQ== 40859 +IEjDqQ== 40860 +a3LDpA== 40861 +IERhcmU= 40862 +IG92ZXJyaWRl 40863 +IEVsYWluZQ== 40864 +IER1Ymxpbg== 40865 +ZHVsbGFo 40866 +TWF0 40867 +IEdhcnI= 40868 +Li4uJw== 40869 +IGFkdWx0aG9vZA== 40870 +RVo= 40871 +IGJlbGFuZ3Jpams= 40872 +aWVuemE= 40873 +IHVuaXZlcnNv 40874 +IHN0ZWxsYXI= 40875 +7ZSE6w== 40876 +IOqysOq1rQ== 40877 +IGNvbnN0ZWxsYXRpb24= 40878 +IFNoZWxsZXk= 40879 +IG11bHRpdA== 40880 +IG1hc2NvdA== 40881 +IGhvc3BpdGFsaXplZA== 40882 +IPCdmA== 40883 +0L7RgNGL 40884 +YWRpYQ== 40885 +IE1pa2V5 40886 +IEFtZXJpa2E= 40887 +IGhhaXJ5 40888 +SG9sZA== 40889 +4bqvbg== 40890 +a2llZ28= 40891 +4LmA4LiU 40892 +IHJpdmFscnk= 40893 +IEpvbmFo 40894 +IHN1cmdlb25z 40895 +IHJlbGF0YWJsZQ== 40896 +6JI= 40897 +IHN3aW1z 40898 +IGJpbGxpb25haXJl 40899 +bW9kZXJu 40900 +IGRvY3VtZW50aW5n 40901 +IERhZQ== 40902 +IHN3YXRjaA== 40903 +IHB1aXNzZQ== 40904 +IG1hc3Vr 40905 +IG1hcmM= 40906 +IGtyw7M= 40907 +IFBldGVyc2J1cmc= 40908 +IEFyaXN0b3RsZQ== 40909 +aXhl 40910 +UHJvZHU= 40911 +INC90LjQvNC4 40912 +IGthbmE= 40913 +INCp 40914 +IHZvbWl0 40915 +IFdvcmtlcnM= 40916 +cG9wdWxhcg== 40917 +IEJpZWJlcg== 40918 +0LXRgtC4 40919 +w6l0aXF1ZQ== 40920 +IGVuY2FudA== 40921 +Z3Jhbg== 40922 +Zmly 40923 +IGFudGhlbQ== 40924 +0YHRg9C00LDRgA== 40925 +TGFzdA== 40926 +IGhhZw== 40927 +IHZpY2luaXR5 40928 +cmVuY2hlZA== 40929 +YW5kaW5n 40930 +INCz0L7Qu9C+0YE= 40931 +IENvcm5lcg== 40932 +0JLRiw== 40933 +b3Nhcw== 40934 +aWV2ZXJz 40935 +Y2lvbmFs 40936 +IHZpZ29y 40937 +IHJlam9pY2U= 40938 +IGNpxIU= 40939 +INC60L7Qvw== 40940 +IHF1YWxjb3Nh 40941 +ZGVzc3Vz 40942 +INC10LI= 40943 +IFNjYW5kaW4= 40944 +IFNtb290aA== 40945 +aGFwZQ== 40946 +IOuLrOudvA== 40947 +IFRV 40948 +IGx5cmlj 40949 +IGJlc3M= 40950 +6ZA= 40951 +0YHRgtGA0YPQvNC10L3Rgg== 40952 +IEFjdGluZw== 40953 +IE9yY2hlc3Q= 40954 +w6ljb2xl 40955 +IGRvbG9y 40956 +IO2LsA== 40957 +IHZlcmdlc3Nlbg== 40958 +IGV5ZWxpZHM= 40959 +IFRhbno= 40960 +0LLQtdGA0LY= 40961 +IOyVoOs= 40962 +dcOp 40963 +IHNjw6huZQ== 40964 +IOyasOumrOuKlA== 40965 +IGNyYXRl 40966 +a2ljaw== 40967 +IFRoZW1l 40968 +IDMyMA== 40969 +IGdhcm5pc2g= 40970 +IG1ldHJl 40971 +IGNvbnZleA== 40972 +cGxhbnRz 40973 +ZXNpYW4= 40974 +IOqxsOyngA== 40975 +IG3DqWRp 40976 +IE1lZGFs 40977 +MTMw 40978 +IEFsbWE= 40979 +Q29sYQ== 40980 +INCy0LDRgNC40LDQvdGC 40981 +IGdvcmQ= 40982 +IGF2YW56 40983 +IHdoaXNwZXJpbmc= 40984 +IGludGVzdGluZQ== 40985 +0KDQlQ== 40986 +IExJU0E= 40987 +YW3EsXo= 40988 +U1BE 40989 +IHBlYw== 40990 +IHBhc3RvcnM= 40991 +IG114buRbg== 40992 +b2NyZQ== 40993 +U3Vu 40994 +INGC0LDQutGD0Y4= 40995 +IHJldml0YWw= 40996 +IGluY29tZXM= 40997 +IGRldGFpbGluZw== 40998 +IEJhY29u 40999 +IOuFuOuemOs= 41000 +IHBhcnJvdA== 41001 +IGNvbGxhYm9yYXRlZA== 41002 +aGVzaWE= 41003 +IHNldmE= 41004 +IHBoeXNpY2lzdA== 41005 +IEJBQ0s= 41006 +15zXmQ== 41007 +IGJpcG9sYXI= 41008 +z4HOtc6v 41009 +Y3Jvcw== 41010 +IGtlZA== 41011 +IGVjb25vbWljYWw= 41012 +IGVuZGluZ3M= 41013 +IHRpY2tz 41014 +IOq3vA== 41015 +IE9saXY= 41016 +b25ncw== 41017 +IGNvbnRpbmVudGFs 41018 +IHdlaXRlcmhpbg== 41019 +IGFjdGl2YXRpbmc= 41020 +IHBvbGxlbg== 41021 +IEFuaw== 41022 +YmF5 41023 +INec15c= 41024 +IEVnZ3M= 41025 +IFJBTVNBWQ== 41026 +IEJFUg== 41027 +IO2bqOyUrA== 41028 +IHBhc3NhZG8= 41029 +IGdyb3VuZGJyZWFraW5n 41030 +cHJlc2E= 41031 +IGhpbGZ0 41032 +IFRlY2huaWNhbGx5 41033 +0YbQuNC5 41034 +Tkk= 41035 +IHR1cm5vdXQ= 41036 +IExhcA== 41037 +IEd3ZW4= 41038 +IFZpa3Q= 41039 +IGVzY29sYQ== 41040 +IENpbmVtYQ== 41041 +IGNvbnN1bW8= 41042 +IFB1cmR1ZQ== 41043 +IHNlbWFuYXM= 41044 +IFBSRVNJRA== 41045 +xrBuZw== 41046 +IHNhY2g= 41047 +IHNhdmFnZQ== 41048 +IFJX 41049 +IDU1MA== 41050 +Ym9sZA== 41051 +IFNpbW1vbnM= 41052 +IHNsYW5n 41053 +IE5hcnU= 41054 +IFRoZW8= 41055 +7ZaI64uk 41056 +Lu+/vQ== 41057 +IHNlaXp1cmU= 41058 +IGhpdmU= 41059 +IGNlbGxwaG9uZQ== 41060 +aWlpaQ== 41061 +IE11c2ljYWw= 41062 +IE51Y2xlYXI= 41063 +w6F2ZWlz 41064 +IHByZXN0aWdl 41065 +IGJhbG0= 41066 +IHJlZmlsbA== 41067 +eWFo 41068 +aGFydA== 41069 +IHRhcHM= 41070 +IGRpc3Bvc2U= 41071 +IE1pY2s= 41072 +IHRoZXJtb21ldGVy 41073 +IG9iZWRpZW50 41074 +IGluZm9ybWHDp8O1ZXM= 41075 +IFdpZGU= 41076 +bW9t 41077 +U3Vk 41078 +IHN1c3BlbmQ= 41079 +IE9ic2Vydg== 41080 +INC70LXRgQ== 41081 +IHRyYXRhcg== 41082 +IEthdHJpbmE= 41083 +IHRoZXJlcw== 41084 +IHRleHRlZA== 41085 +IHN0w7Zy 41086 +IHNuYWls 41087 +IEZpb25h 41088 +IHZpY3RvcmlvdXM= 41089 +IGxpYnJhcmlhbg== 41090 +cHJhY3Q= 41091 +IGZpbm8= 41092 +IEFybXM= 41093 +cHB0 41094 +bHVr 41095 +IHR5cmVz 41096 +IHRvYw== 41097 +IEtvbW11bmVu 41098 +IHJldm9sdA== 41099 +IG1vdGl2YXRlcw== 41100 +IGJpc2V4dWFs 41101 +IHd1cw== 41102 +IGhhbmRsYXI= 41103 +IE1VRUxMRVI= 41104 +IGV4cGVjdGFuY3k= 41105 +IGVtYm9keQ== 41106 +IFByaW1hcnk= 41107 +0YDQtdC5 41108 +IHVuc2NyZXc= 41109 +aWFudGx5 41110 +LOKApg== 41111 +IHNuZWw= 41112 +IHByZXZhbGVuY2U= 41113 +IGVydXB0aW9u 41114 +IGRlc2NyaXB0aXZl 41115 +dmFn 41116 +INCx0YPQutCy 41117 +IG3Dqm1lcw== 41118 +IGV0aG4= 41119 +IGhpam9z 41120 +IEFiZHVs 41121 +IFphaGw= 41122 +YmVsdA== 41123 +IGfDtnN0 41124 +IFRoZXJlc2E= 41125 +IFNVTg== 41126 +IEJha2U= 41127 +IG9wdGljcw== 41128 +IGFwb2NhbHlwc2U= 41129 +cHVycG9zZQ== 41130 +IHLDs8W8bnljaA== 41131 +IGNydXM= 41132 +INCX0LXQvA== 41133 +IGhhcmRlbmVk 41134 +IFRE 41135 +IGdyYXZleWFyZA== 41136 +IFNpYmVy 41137 +IFBvcnRlcg== 41138 +IGV4cGxvZGVz 41139 +IFNvZmlh 41140 +INCS0LXQtNGM 41141 +IHdlYWtlbmVk 41142 +VUxM 41143 +IHBpbmt5 41144 +IGNoYXBlbA== 41145 +IEZyZXM= 41146 +INC/0YDQuNCz 41147 +TUVS 41148 +IFNjaG1pZHQ= 41149 +IER1ZA== 41150 +ZXN0ZW5z 41151 +IG51YW5jZQ== 41152 +IG1vZGlmeWluZw== 41153 +IE3DtmdsaWNoa2VpdGVu 41154 +IEFuYXQ= 41155 +IGVjY2VudHJpYw== 41156 +IFNjcmV3 41157 +IExlaA== 41158 +IGhvbW9nZW5lb3Vz 41159 +IFRhbGw= 41160 +IFJpY2FyZG8= 41161 +w5o= 41162 +aWducw== 41163 +INC70LjRiA== 41164 +IGdlZnJhZ3Q= 41165 +UnVu 41166 +Y2FzdGVy 41167 +bm9pc2U= 41168 +IGFzeW5jaHJvbg== 41169 +xJlkemll 41170 +INee15c= 41171 +IHN1cHByZXNzZWQ= 41172 +QXJ0aHVy 41173 +zq7Pgg== 41174 +w6Jy 41175 +ZGlzdA== 41176 +INC60LDQtA== 41177 +IGjDtnI= 41178 +IDEzNQ== 41179 +IE1vemFydA== 41180 +INGB0L7QsdGL0YLQuA== 41181 +IE51cnNpbmc= 41182 +IEhhaGFo 41183 +IERvcA== 41184 +IHBvbGljZW1hbg== 41185 +tOyXkOyEnA== 41186 +IOq0gOugqA== 41187 +aHl1aw== 41188 +IHJ1Z2dlZA== 41189 +IG51Z2dldHM= 41190 +IENvbW1z 41191 +U3R1ZA== 41192 +INGB0LLQvtC1 41193 +IGN6YXNpZQ== 41194 +IHLDqWdpb24= 41195 +IGZpc2hlcm1lbg== 41196 +IExU 41197 +w5M= 41198 +Y2lhxbw= 41199 +aGVp 41200 +IGNydW1icw== 41201 +IEltbWVy 41202 +IEZlbGQ= 41203 +dGhlc2U= 41204 +IGFkdmVydGlzZXJz 41205 +IHJvYW1pbmc= 41206 +IGZ1bm5pZXN0 41207 +IE5ZVQ== 41208 +IGhlaGU= 41209 +IHBva2luZw== 41210 +IOyViOuPvA== 41211 +aXN0aWNhbA== 41212 +IG9wYXF1ZQ== 41213 +dcOn 41214 +d2lyZQ== 41215 +IFdlYmVy 41216 +IEphY3F1ZXM= 41217 +IDIxMA== 41218 +w7xw 41219 +dXl1 41220 +IGVuZmVybWVk 41221 +IGJ1bXBlZA== 41222 +IFNldw== 41223 +IENoYW5lbA== 41224 +IHBlcnPDtm5saWNo 41225 +IGJldHJheWFs 41226 +IGFsbGV2aWF0ZQ== 41227 +IHbDpGjDpG4= 41228 +IGd1ZXNzZXM= 41229 +IENlbGluZQ== 41230 +YXNzaW5n 41231 +c3Ryb2tl 41232 +IOyhsOs= 41233 +INGC0LXRhdC90L7Qu9C+0LM= 41234 +INC+0YHRgtGA 41235 +IHNvaWVudA== 41236 +RGVhcg== 41237 +IGpz 41238 +IGdlc3Byb2NoZW4= 41239 +YXRoaQ== 41240 +xaFl 41241 +U2V0 41242 +b2dlcg== 41243 +IFJpZw== 41244 +INC80LXRhw== 41245 +IHNlcnZpY2lvcw== 41246 +IFJ1dA== 41247 +INCe0Lk= 41248 +IE15YW5tYXI= 41249 +aWZpZQ== 41250 +IHNuYXBwaW5n 41251 +IEthbWVyYQ== 41252 +IGZlc3RpdmU= 41253 +IEZZ 41254 +IENhcm9seW4= 41255 +0ZbQsQ== 41256 +IGxlZ2dpbmdz 41257 +IHlhdA== 41258 +IGVyZ29u 41259 +IGVwaXPDs2Q= 41260 +IGFub21hbHk= 41261 +dWVzdG9z 41262 +SWQ= 41263 +IGV2YWN1YXRpb24= 41264 +IGdpZ2FieXRlcw== 41265 +IGFuZGFyZQ== 41266 +IFJlbnQ= 41267 +bXQ= 41268 +aXN0aW5l 41269 +IGVzdHJhdA== 41270 +ZXR0dQ== 41271 +IHJlY2ViZXI= 41272 +IGRyYW1hdA== 41273 +cmljdWxhcg== 41274 +YWxuxLF6 41275 +IFNlbmk= 41276 +IG95bg== 41277 +IENoZW1pY2Fs 41278 +INGB0YU= 41279 +IHR1cmY= 41280 +IDE5MTc= 41281 +aXNjZXJuaWJsZQ== 41282 +IG1hbnRlbmVy 41283 +IGV4Y2Vy 41284 +IHNwZWN0cmFs 41285 +IG5ldXJvc2NpZW5jZQ== 41286 +IG1pY3JvZg== 41287 +IGZvcmVpZ25lcg== 41288 +IExhbmth 41289 +INGC0LLQvtGA 41290 +IHRvc3NlZA== 41291 +IHBvYmxhY2nDs24= 41292 +IG1hdGVpeA== 41293 +IHNpZWxsw6Q= 41294 +IG90dA== 41295 +IGNvbXB1bHM= 41296 +YWt1a2Fu 41297 +IG1hbmlmZXN0ZWQ= 41298 +IOyTuA== 41299 +IHV0bW9zdA== 41300 +IHJldmVyc2Fs 41301 +IHBsYWNlYm8= 41302 +IGJsYXQ= 41303 +IFN0dW5kZQ== 41304 +bWFuc2hpcA== 41305 +IGF0dGU= 41306 +IOyGjOqwnA== 41307 +IGlzdGVt 41308 +IGFubmF0 41309 +IFBsYXlzdGF0aW9u 41310 +IHphZA== 41311 +IHF1aXR0aW5n 41312 +IGZhbWluZQ== 41313 +IFJvdWdo 41314 +IEZsYW1l 41315 +IGhldXQ= 41316 +IG9wb3J0dW5pZGFk 41317 +IGZhaXNhaXQ= 41318 +IERQ 41319 +IGRpY2llbmRv 41320 +IE1lbGFuaWU= 41321 +IENhcm5l 41322 +bWVn 41323 +cGV0dG8= 41324 +SlVO 41325 +INC70Y7QsdC+0Lk= 41326 +IG9zdGU= 41327 +IEpKb25haw== 41328 +IHRoZWF0cmljYWw= 41329 +IGludmluY2k= 41330 +IGNvbW11bmlvbg== 41331 +dm9jYWw= 41332 +RWg= 41333 +IERldGFpbHM= 41334 +IHN0cm9sbA== 41335 +IFJheW1vbmQ= 41336 +IEFtZWxpYQ== 41337 +kaU= 41338 +IHByb2R1a3Q= 41339 +IG51ZXZhcw== 41340 +IG11c3Ru 41341 +bWF5xLE= 41342 +Y29sb3JlZA== 41343 +ZGVj 41344 +IGhqw6Rs 41345 +IHNlbnRpbWVudGFs 41346 +IHJlYWxtcw== 41347 +IGtyaXQ= 41348 +IHNleHQ= 41349 +IFBzeWNob2xvZ3k= 41350 +aGls 41351 +INC60L7RgNCw0LE= 41352 +IOuCtOydvA== 41353 +IFVuZGVyc3Rvb2Q= 41354 +IEd1dGVu 41355 +IGdhbmdz 41356 +IGV2ZW5pbmdz 41357 +RW50 41358 +IExlZ2FjeQ== 41359 +IENvbmdv 41360 +IGR1cmNoYXVz 41361 +IGJ1b3k= 41362 +ZXJlbGxh 41363 +V0FO 41364 +UHJl 41365 +INGA0LXQtA== 41366 +IENyaXNpcw== 41367 +IOydvOydtA== 41368 +IG1hbnVzY3JpcHRz 41369 +0LXRgtGA 41370 +IG5vbnByb2ZpdHM= 41371 +IGRpY3RhdG9y 41372 +IGJhc2tldHM= 41373 +IElzaA== 41374 +IHBlcnRv 41375 +IGRhdGFzZXRz 41376 +IGFtcGxl 41377 +Z2ViYXV0 41378 +IGNvbnRyaWJ1dG9y 41379 +IGNpYW8= 41380 +IGNvbmZpcm1pbmc= 41381 +IFVDTEE= 41382 +4pms 41383 +INGB0L0= 41384 +IG92ZXJ0dXJu 41385 +IHVucmVhbGlzdGlj 41386 +IFBpZWNl 41387 +b2NhdGU= 41388 +IGbDpGxsdA== 41389 +cG94 41390 +IOuztOyLnOuptA== 41391 +IOuplOs= 41392 +IENyZWF0aW9u 41393 +0Y7QtNCw 41394 +INeU15A= 41395 +IHdoYWNr 41396 +b2xpdGhpYw== 41397 +Y2VseQ== 41398 +INGB0L7QstGA0LXQvA== 41399 +IHNlcXVlbnRpYWw= 41400 +IHByb2Zlc2lvbmFs 41401 +IGNvb2xz 41402 +IHJlcGVudGU= 41403 +IGFpcmU= 41404 +ZW5uZXM= 41405 +cml0b3M= 41406 +INCS0LjQtA== 41407 +IGvDtnI= 41408 +IEJpdHRl 41409 +dWxhcnM= 41410 +IGluY29ycmVjdGx5 41411 +IHNoYXJwbHk= 41412 +IGJvbWJhcmQ= 41413 +64uY7J20 41414 +IGNocm9tb3NvbWU= 41415 +IGFkdmVydGlzZW1lbnRz 41416 +aHVu 41417 +INGJ0L7QsQ== 41418 +INCU0LDQttC1 41419 +IGJhdGh0dWI= 41420 +IFNubw== 41421 +2ZDZkQ== 41422 +IGJ1ZmZldA== 41423 +IEdyaWQ= 41424 +IEJyZXc= 41425 +aXNldA== 41426 +IEltcG9ydGFudA== 41427 +w7xtw7x6 41428 +IHZldG8= 41429 +IFdlcms= 41430 +IFNoYW0= 41431 +a3Jh 41432 +aWxlZW4= 41433 +aGVhcmQ= 41434 +IGRyYWluaW5n 41435 +IGtsYXNz 41436 +IGJha2F5xLFt 41437 +Y3R1cmU= 41438 +YW1vdXI= 41439 +IHNwb25zb3JzaGlw 41440 +IGRpc3RpbGw= 41441 +IHBhdGlv 41442 +IGtvbWI= 41443 +IG92ZXJ3aGVsbWluZ2x5 41444 +IEphbWFpY2E= 41445 +dWl0ZW4= 41446 +TGl0dGxl 41447 +IExPVA== 41448 +dGHEhw== 41449 +IGNvbW1hbmRlcnM= 41450 +IFdhdHRz 41451 +IE9wdGlvbnM= 41452 +7J2066m0 41453 +QUNU 41454 +IGluZGlzcGVucw== 41455 +IEZvcnNjaA== 41456 +b3RvbQ== 41457 +IM6tz4fOtc65 41458 +IHByYWlzaW5n 41459 +IOyYgeyDgeydhA== 41460 +IGFtYW4= 41461 +IGh5cG5vdA== 41462 +dGhtcw== 41463 +IG5hc3plag== 41464 +IG1vdXJuaW5n 41465 +IFNBWQ== 41466 +Y3lq 41467 +INCz0L7RgdGD0LTQsNGA 41468 +IGNhdQ== 41469 +bWVl 41470 +IHRhZGk= 41471 +TWVk 41472 +IGNhbGlkYWQ= 41473 +IHN0cmlwZQ== 41474 +IM61zr0= 41475 +IEthdHk= 41476 +IEVzY2FwZQ== 41477 +IG3DvHNzdGU= 41478 +INin2YTYpw== 41479 +0LrRgg== 41480 +IGpvYmJhcg== 41481 +IEplanU= 41482 +b3Jhcg== 41483 +IFNlcsOh 41484 +IE1lc3Np 41485 +w6F6 41486 +IFRyYW4= 41487 +IHBpZXJjaW5n 41488 +IGFyaXRobWV0aWM= 41489 +IHN0YWdnZXJpbmc= 41490 +IHBsdWdnaW5n 41491 +IEtBUg== 41492 +dmw= 41493 +tOyY 41494 +IFJlZ2llcnVuZw== 41495 +IE9jenl3acWbY2ll 41496 +IEVkZ2Fy 41497 +IGNvbmR1Y3Rpdml0eQ== 41498 +eWVsbGluZw== 41499 +dmFpcw== 41500 +YWRpYW4= 41501 +IGJ1bGt5 41502 +INGB0YDQsNCy 41503 +INC/0YDQvtC8 41504 +IHBhdmVk 41505 +IGJlbmRz 41506 +IFNraWxsc2hhcmU= 41507 +IE1tbW0= 41508 +IEhvcnJvcg== 41509 +IHR1bWI= 41510 +IGdvb2Z5 41511 +IE1lb3c= 41512 +15nXnNeV 41513 +IFdhc3M= 41514 +IFNjYWxl 41515 +IFJhaw== 41516 +IHByb2plY3Rpbmc= 41517 +IGxpbmd1aXN0aWM= 41518 +IFdvcmxkcw== 41519 +ZW5zZW1ibGU= 41520 +IHBlZ2E= 41521 +c3RvcHBhYmxl 41522 +IGltYmFsYW5jZQ== 41523 +IMO4 41524 +IHRocmlsbGVy 41525 +0LrQvtC70YzQutGD 41526 +IGxlZnRvdmVycw== 41527 +IGNhdmVhdA== 41528 +IFNUUg== 41529 +dW5kYWk= 41530 +IHdhdGVyeQ== 41531 +IE1hcmlu 41532 +IGVnZ3BsYW50 41533 +IEpC 41534 +2YXZg9mG 41535 +dmlkaWE= 41536 +IEZJTg== 41537 +aWNhYmxl 41538 +IHBvZG9i 41539 +IGNvaGVzaXZl 41540 +IFZlcmbDvGd1bmc= 41541 +IFBsYXRv 41542 +0LDRgNC40Yk= 41543 +IGtvdA== 41544 +INCf0L7QvA== 41545 +INC00L7QutGD0Lw= 41546 +IGltcGxhbnRz 41547 +aXNzZXo= 41548 +QnJl 41549 +IGdhc3Bz 41550 +IFRFRA== 41551 +cmF0bw== 41552 +Skk= 41553 +IGF2ZW51ZXM= 41554 +IENob25n 41555 +bGFkxLE= 41556 +2LHYtg== 41557 +IGluaWNp 41558 +IFN1YmFydQ== 41559 +4LiL 41560 +IGFjaHQ= 41561 +IEFyY2hpdGVjdHVyZQ== 41562 +INCy0LXRidC4 41563 +IERldk9wcw== 41564 +IHRvcHBpbmdz 41565 +IG9ic29s 41566 +YWluYQ== 41567 +IEJhbmdrb2s= 41568 +ZXN0cnVjdA== 41569 +IGtvYg== 41570 +IOuTrw== 41571 +INGA0LDQt9C90YvQtQ== 41572 +IHJlZQ== 41573 +IGJpanZvb3JiZWVsZA== 41574 +IERlbW9jcmFjeQ== 41575 +4LmA4Lij4Liy 41576 +INC60L7QvdGC 41577 +IHNlw6c= 41578 +IHJhaGF0 41579 +IHBhcmxpYW1lbnRhcnk= 41580 +IEJhc2g= 41581 +emlhxYI= 41582 +SVRDSA== 41583 +IEJ1YmJsZQ== 41584 +a3TDsw== 41585 +V2hvYQ== 41586 +IGZsYXRz 41587 +em5l 41588 +IHNlcnZpY2lv 41589 +IERldw== 41590 +1bjWgg== 41591 +IHVudGVyc3TDvHR6ZW4= 41592 +IFdpbmRz 41593 +IOyWmOuKlA== 41594 +IGV2YWx1YXRpb25z 41595 +IHJlY2E= 41596 +IGVsdmVz 41597 +Y2hlZXI= 41598 +IGphbA== 41599 +IHJlc3RlZA== 41600 +IHF1aWVuZXM= 41601 +IEJyb29rZQ== 41602 +IOuniOydjOyXkA== 41603 +IGludGVu 41604 +IG9hdHM= 41605 +IHJlZmVyZWU= 41606 +IHBuZXVtb25pYQ== 41607 +IGRlbHZl 41608 +cGVhY2U= 41609 +ZW55 41610 +IG1vc3RyYQ== 41611 +IENhbm5vbg== 41612 +z4HOv8+N 41613 +INCQ0Ls= 41614 +IG1vbnVtZW50YWw= 41615 +zr/Pjc68zrU= 41616 +aW1tZXJz 41617 +YXZpYW4= 41618 +INC00LXQu9Cw0LXRgg== 41619 +IHBpdGNoZXM= 41620 +IEdyb3Zl 41621 +IHNlbWluYXJz 41622 +IHLDqWN1cA== 41623 +IFZvb3I= 41624 +IGRldmVu 41625 +IGRC 41626 +IGJvb3N0aW5n 41627 +ZWdhbg== 41628 +IHdlbHQ= 41629 +IEd1YXRlbWFsYQ== 41630 +IG1pbGVhZ2U= 41631 +IGJlaGFuZA== 41632 +IFdhYXI= 41633 +IFN1cmY= 41634 +IGNhdWxpZmxvd2Vy 41635 +IFR5cg== 41636 +IG1pdGVpbmFuZGVy 41637 +IGRhcmluZw== 41638 +IFNpdHRpbmc= 41639 +ZGxlZA== 41640 +IHJlc2VudG1lbnQ= 41641 +bcOkw59pZw== 41642 +IGZpbG1tYWtpbmc= 41643 +d2FydHM= 41644 +dGhvdWdodA== 41645 +b2xvZ2lxdWU= 41646 +IENPUg== 41647 +IGFjY291bnRlZA== 41648 +IGFwZXI= 41649 +IElOVA== 41650 +b2xhcmU= 41651 +IGFjb21wYcOx 41652 +IMahaQ== 41653 +IG1lcm1haWQ= 41654 +IEJlbnRsZXk= 41655 +YXRvcmU= 41656 +IHByZW4= 41657 +IGV0aGFub2w= 41658 +IGFzdHJvbm9tZXJz 41659 +c2VhdA== 41660 +a2VlcGVycw== 41661 +IGV4ZW1wdGlvbg== 41662 +IGFtbw== 41663 +IOuCmOyEnA== 41664 +IGluaGFs 41665 +IGJvd3M= 41666 +0YHQutGD0Y4= 41667 +MzAwMA== 41668 +IGZlcm1lbnRhdGlvbg== 41669 +IHNpbmtz 41670 +IGNvbWVyY2lhbA== 41671 +IHN0dW1w 41672 +IGNlbGU= 41673 +IFNpc3RlcnM= 41674 +IFJlZ2lzdGVy 41675 +IHNvb3J0 41676 +IG5hdG9taWFzdA== 41677 +IOq3uOumvA== 41678 +IMWeZXk= 41679 +IGh5cGVk 41680 +IFJhZmFlbA== 41681 +IEVpcw== 41682 +IEJhc2ls 41683 +IEFzc2Fzc2lu 41684 +IEFkZQ== 41685 +csOlbg== 41686 +IG9ubGFy 41687 +IG1vdmltaWVudG8= 41688 +IGFkZGl0aW9uYWxseQ== 41689 +IHNsaXQ= 41690 +IENocnk= 41691 +IEludGVydmlld2Vy 41692 +15zXpw== 41693 +IGRpc2w= 41694 +IGxpZ2dlcg== 41695 +0YPQutC4 41696 +YmVyaXNo 41697 +INGA0Y/QtNC+0Lw= 41698 +QVJPTg== 41699 +XSws 41700 +IGx1bWnDqHJl 41701 +IG9sdmlk 41702 +IGZyZXVl 41703 +IFRpbmc= 41704 +IEvDtg== 41705 +IGdlbw== 41706 +IGR5ZWQ= 41707 +0YjQtdC5 41708 +IMW8eWNpZQ== 41709 +IGll 41710 +IHRheHBheWVy 41711 +IHBlxYI= 41712 +IGTDqWNpZMOp 41713 +IGPFk3Vy 41714 +IGVudHdpY2tlbHQ= 41715 +IEhR 41716 +S0s= 41717 +b2Rhcg== 41718 +IGhvbmU= 41719 +IGNvbmZpYW5jZQ== 41720 +IGlzc3Vpbmc= 41721 +IGRpYWdub3N0 41722 +IOyehA== 41723 +INC60YDRg9GC 41724 +INC60LDRgQ== 41725 +IMO+ 41726 +IHJlc3RyaWN0aXZl 41727 +IENhc3Rybw== 41728 +IHXEnw== 41729 +IGVtcHJl 41730 +IE1vbw== 41731 +IEZpZ3VyZQ== 41732 +cGhvbmV0aWM= 41733 +UHJvZg== 41734 +INC/0YDQtQ== 41735 +IHRpbHRlZA== 41736 +IE5lZ2F0aXZl 41737 +IExpbWl0ZWQ= 41738 +bWVubw== 41739 +bGFtYXRpb24= 41740 +IHRydXN0ZWVz 41741 +IGludGVuc2VseQ== 41742 +IGHDp8SxbA== 41743 +IFVzZWQ= 41744 +IHp1bA== 41745 +IGFwcHJlY2lhdGl2ZQ== 41746 +IHRpbmM= 41747 +IGNvbnF1ZXN0 41748 +INi52YbYrw== 41749 +IHN1aWNpZGFs 41750 +IG11bGhlcmVz 41751 +IGRldGFjaA== 41752 +IGthbWVyYQ== 41753 +IEFpclBvZHM= 41754 +SU5ESVNUSU5DVA== 41755 +0LPQu9C40Lk= 41756 +IOuDhA== 41757 +IHdyZXN0bGU= 41758 +IGZpcmVhcm0= 41759 +IGxpcmU= 41760 +cHJh 41761 +IGpld2Vscw== 41762 +IENvcm5lbGw= 41763 +IO2VoOqyjOyalA== 41764 +IHN1Y2tlcg== 41765 +IG5vbWJyZXV4 41766 +IEZlcm0= 41767 +7JuQ7J20 41768 +IFBpcw== 41769 +INC40LfRg9GH 41770 +IG1pdGVu 41771 +IGNldg== 41772 +IFVSTHM= 41773 +IENBUw== 41774 +ZmluZGVu 41775 +IGJyYXZlcnk= 41776 +INGB0LvQvtCy0L4= 41777 +IG5lbmh1bWE= 41778 +IGVuY3VlbnRyYQ== 41779 +IFNoaXJsZXk= 41780 +IHBlcmNlcHQ= 41781 +ZnJhbWVz 41782 +IFJvdmVy 41783 +IEFsYmVydGE= 41784 +b2Nj 41785 +IOudvOqzoA== 41786 +IHPDunBlcg== 41787 +IHByZXN1bWU= 41788 +IGdsYW5k 41789 +IHBhY2luZw== 41790 +IG5ldXJvdA== 41791 +IHNubw== 41792 +IHBsb3R0ZWQ= 41793 +IHBhxYRzdHdh 41794 +IE93bmVy 41795 +IERlZmVuY2U= 41796 +cmlkZ2Vz 41797 +IHdhbGxwYXBlcg== 41798 +b25pYW4= 41799 +QnJv 41800 +IEFyaWFuYQ== 41801 +a3J5 41802 +IG5hcnJhdGlvbg== 41803 +IGNyaWFuw6dh 41804 +IEFscmlnaHR5 41805 +IOydvQ== 41806 +IOyTsOqzoA== 41807 +IGxpYmVyYXRlZA== 41808 +IGV4Y2VlZHM= 41809 +IGRvbWluYXRpbmc= 41810 +IGJha8Sxbg== 41811 +bGs= 41812 +IHNsYXBwZWQ= 41813 +0JfQtA== 41814 +dW1lbnRhbA== 41815 +Z2V0dGFibGU= 41816 +IFJveg== 41817 +IEd1bA== 41818 +b3V2ZXJ0 41819 +IHNtYXNoaW5n 41820 +YXp1amU= 41821 +U2ly 41822 +IGdyYXRlZA== 41823 +QVRU 41824 +IGFydGljdWxhdGVk 41825 +IHN0b3Jh 41826 +IGV4dHJhdGVy 41827 +4buJ 41828 +z4PPiQ== 41829 +d2ly 41830 +IE1ldGU= 41831 +SW1w 41832 +IGhvb3I= 41833 +cGhhc2U= 41834 +INGH0YPQtA== 41835 +INCx0YDQsNGC 41836 +IGlkYWc= 41837 +IGNpbnE= 41838 +IGFwYXJlY2Vy 41839 +IElDRQ== 41840 +IHF1aWV0ZXI= 41841 +IGZhbHNjaA== 41842 +YWRpYw== 41843 +INC/0LvRjtGB 41844 +IE1lbnU= 41845 +dXhl 41846 +IFTDtGk= 41847 +IE1JTA== 41848 +IEhhag== 41849 +dmVyYnM= 41850 +IHR1YmluZw== 41851 +IG1hY2hzdA== 41852 +IGRhbGw= 41853 +VGVy 41854 +IGdlbGVu 41855 +IGN1Y3VtYmVycw== 41856 +IHdpZGdldHM= 41857 +IGRldnJhaXQ= 41858 +IG1pa2U= 41859 +IGludHJh 41860 +7ZWt 41861 +IMOF 41862 +IEh1bmQ= 41863 +cXVhcnRlcg== 41864 +IGV3 41865 +IGtlbHVhcg== 41866 +IG1hdHM= 41867 +IFRyaWNr 41868 +IEluZmluaXRl 41869 +nqg= 41870 +IHBlYWM= 41871 +IFByb3Rl 41872 +4KWI 41873 +IDE3MDA= 41874 +IFJhaXM= 41875 +4LmK 41876 +w6RobHQ= 41877 +aWZpY2E= 41878 +YWltZXI= 41879 +YcSH 41880 +IGFrbA== 41881 +IFZvbHZv 41882 +IFR5c29u 41883 +IFJvbmc= 41884 +aXJzaW4= 41885 +IOKZpQ== 41886 +IHBhcm9keQ== 41887 +bmF0aW9uYWw= 41888 +cG9k 41889 +YXlk 41890 +YW1ibGVk 41891 +IGdvdmVybm1lbnRhbA== 41892 +IGNvbmZvcnQ= 41893 +aWNpZGVz 41894 +IG5hc3pl 41895 +IFNoZXBoZXJk 41896 +IEtvbnRha3Q= 41897 +IGRpc3Byb3BvcnRpb25hdGVseQ== 41898 +INC60LvRjtGH 41899 +IHTDrXR1bG8= 41900 +IHNpbmE= 41901 +IGNvbXBvc2l0aW9ucw== 41902 +IFBG 41903 +IHZlcmts 41904 +IHN1aXZyZQ== 41905 +IGFzdGE= 41906 +IHN0YWtlaG9sZGVy 41907 +IHNhbW1h 41908 +IEJMQUNL 41909 +IG5vZGln 41910 +IGxldmE= 41911 +IGp1ZWdvcw== 41912 +IGVybnN0 41913 +IGJvdHRvbXM= 41914 +IFNpZ25hbA== 41915 +IHBvbGx1dA== 41916 +IGR1cmE= 41917 +TXVzaWs= 41918 +INC60L7QvNC90LA= 41919 +INCy0YHQtdC5 41920 +YWx0ZXI= 41921 +IFN0ZWY= 41922 +IEJpZ1F1ZXJ5 41923 +IFZlcmFudHdvcnR1bmc= 41924 +IOuLueyXsA== 41925 +IHF1aXp6 41926 +IExldHRlcg== 41927 +IEludmVzdG1lbnQ= 41928 +0YjRgg== 41929 +kOuNsA== 41930 +IGVuY29kaW5n 41931 +IHTDpG5rZXI= 41932 +IEt3 41933 +YW5uaWU= 41934 +MTEw 41935 +IHp3eQ== 41936 +IOynpw== 41937 +IGRhdw== 41938 +ZXN0w6Q= 41939 +IGRlY2VpdmU= 41940 +IEzDpG5kZXI= 41941 +aXNrbw== 41942 +IHBvZHN0YXc= 41943 +IFBoYXJhb2g= 41944 +7LOk 41945 +w7psdA== 41946 +IHR5w7Y= 41947 +IG11c2lteQ== 41948 +IHBj 41949 +IE5U 41950 +IENvc3Rjbw== 41951 +IM+Dzr/PhQ== 41952 +IHVuaW4= 41953 +cm91bmRz 41954 +IHJlbWluZGVycw== 41955 +IHB1aXNxdQ== 41956 +IGtyaWpnZW4= 41957 +IHdvcmtmbG93cw== 41958 +bmV0ZW4= 41959 +IOuQmOyngA== 41960 +IHNsZWVr 41961 +IGNvd29ya2Vycw== 41962 +YW1pZW50b3M= 41963 +IHdpdGNoZXM= 41964 +YmFhcg== 41965 +ZXRpZXM= 41966 +IHVubmF0dXJhbA== 41967 +IFNpY2s= 41968 +IEVmZW5kaQ== 41969 +amNpZQ== 41970 +IGNoYW1hZG8= 41971 +7JiA7Iq164uI64uk 41972 +IHByemVkc2nEmWJpb3I= 41973 +IGJvb2tzdG9yZQ== 41974 +IOyeoOq5kA== 41975 +IFNlcGFy 41976 +YW5naQ== 41977 +RXZldA== 41978 +IGVtZXJnZW5jaWVz 41979 +IFhNTA== 41980 +0L3QtA== 41981 +pbTrqbQ= 41982 +IOq/iA== 41983 +IOuTpOqzoA== 41984 +IHN1dA== 41985 +IFdpeg== 41986 +IGR5bmFtaWNhbGx5 41987 +b3BlcmF0aW9u 41988 +ZG90 41989 +IGluZWZmaWNpZW50 41990 +Y2xlYXJz 41991 +IG11bmRhbmU= 41992 +IFZlcm9uaWNh 41993 +2LHYqg== 41994 +cG9zZQ== 41995 +cGFp 41996 +IG55bG9u 41997 +IGF1bWVudGFy 41998 +IGFsbHRzw6U= 41999 +dmFr 42000 +IGNhcGFjaWRhZA== 42001 +IFdyZXN0bGluZw== 42002 +IGZlcnRpbGU= 42003 +IG3DqWc= 42004 +IE5hbm8= 42005 +0LDRgtC10LvQuA== 42006 +IOyWtOyp 42007 +IHRvY2E= 42008 +IEVn 42009 +4oE= 42010 +IOyz 42011 +bHVlbnQ= 42012 +IHNvbGVt 42013 +IGNpbmVtYXQ= 42014 +IFF1ZWw= 42015 +IG9yYml0cw== 42016 +IEhhcm0= 42017 +cmljYW5lcw== 42018 +IGJsdXJyZWQ= 42019 +INin2YTYsNmK 42020 +IGppbg== 42021 +IGdyZW5hZGVz 42022 +IGF0cm9j 42023 +IHdoZXJlaW4= 42024 +IHJlcGxlbg== 42025 +IENvbWljcw== 42026 +ZWRhYW4= 42027 +IGRlbmlt 42028 +IGVtYmFycmFzc21lbnQ= 42029 +IEdvbWV6 42030 +IEJ1c2Fu 42031 +aXZpdGllcw== 42032 +IHNhbGl2YQ== 42033 +IG1lcms= 42034 +IGlsZ2lsaQ== 42035 +INC60YDRg9Cz 42036 +IG9jY3VwYXRpb25hbA== 42037 +IFNhaGli 42038 +U3Rh 42039 +IGFkdmlzZXI= 42040 +IFRydWx5 42041 +IFlFQUg= 42042 +IOyeiOuKlOuNsOyalA== 42043 +emV3 42044 +YmFyZW4= 42045 +IHN0b2w= 42046 +IGJlbG9uZ2luZ3M= 42047 +IFJlc2VhcmNoZXJz 42048 +IGVmZW5kaW0= 42049 +z4XPhw== 42050 +xYLEhWN6 42051 +IFVuZw== 42052 +IEp1Yg== 42053 +IGNlcmVicmFs 42054 +4buHdQ== 42055 +INem16g= 42056 +INC/0L7QtNCw0YA= 42057 +IG1hcmNoZWQ= 42058 +IGF3YWtlbg== 42059 +IGFrbw== 42060 +IGFjZXB0 42061 +IGluaXRpYXRpb24= 42062 +bG90 42063 +IHfFgmFz 42064 +IE1vbmdvbA== 42065 +dXRyYWw= 42066 +IHRlbnRhbmc= 42067 +IGludmVyc2lvbg== 42068 +IOydtO2bhA== 42069 +IGxvaw== 42070 +xYJieW0= 42071 +UlM= 42072 +IHN0b3M= 42073 +IGludGVyYWN0cw== 42074 +IENhbGVuZGFy 42075 +IHZhbmlzaA== 42076 +IHBoeXNpb2xvZ3k= 42077 +IGxpbmVhcmx5 42078 +IEpZ 42079 +xJ9hbg== 42080 +ZnVuZGVk 42081 +aXppZXJ0 42082 +IHptaWFu 42083 +IEdyaWxs 42084 +IHVuYmVsaWV2YWJseQ== 42085 +b3RlY2hub2xvZ3k= 42086 +IENhcnM= 42087 +INmG24E= 42088 +IEZvbGdl 42089 +IEJldmVybHk= 42090 +w6Rpc2NoZW4= 42091 +IGF1bWVudG8= 42092 +7JuM7ISc 42093 +IG1haWxib3g= 42094 +IHN0ZWVkcw== 42095 +IFBlYWs= 42096 +IHd5a29y 42097 +IHByYXdkYQ== 42098 +0LjRgtGL 42099 +IGRpc2NvdXJz 42100 +IGFjY3VzZQ== 42101 +Y2Vzc28= 42102 +dWlyZQ== 42103 +INC/0L7Qv9Cw0LQ= 42104 +IHRoYQ== 42105 +IG1lYXN1cmFibGU= 42106 +YmVlcGluZw== 42107 +IElubmVu 42108 +INC/0Y/RgtGM 42109 +IGNvbXBldGVk 42110 +IEl0YWxpYW5z 42111 +IGVuY29udHJh 42112 +IG5pZXc= 42113 +IGZpbHRyYXRpb24= 42114 +INC/0YDQvtGE0LXRgdGB 42115 +IHBhamFtYXM= 42116 +IGNpbGFudHJv 42117 +IFNvYw== 42118 +THVj 42119 +IOq5gOs= 42120 +IE9kZA== 42121 +IGh5ZHJhdGlvbg== 42122 +0LzQvtCy 42123 +IHBseXdvb2Q= 42124 +IENvbXBldGl0aW9u 42125 +0LjQt9C90LXRgQ== 42126 +ZmxpZ2h0 42127 +IEJlaXQ= 42128 +Ym91cmc= 42129 +IGNvaWxz 42130 +IGPDom1lcmE= 42131 +IGFtZW5kZWQ= 42132 +xIFt 42133 +QW5nZWw= 42134 +IFN0YWN5 42135 +Zmxv 42136 +IG5vcm1hbGU= 42137 +IGNvbnNvbmFudA== 42138 +IGFjY29tcGFueWluZw== 42139 +0LrRlg== 42140 +IGlycml0YXRlZA== 42141 +IGbDpXR0 42142 +IGNyb2NvZGlsZQ== 42143 +kJjripQ= 42144 +IGFsYmVpdA== 42145 +IFBoaWxvc29waHk= 42146 +xYY= 42147 +eXRpYw== 42148 +IHLDqGc= 42149 +IGZyYW7Dp2E= 42150 +IGF0dGVudGl2ZQ== 42151 +SGFt 42152 +IGFscmVkZWRvcg== 42153 +c2Vp 42154 +INGB0LLQuNC0 42155 +IGdpbWJhbA== 42156 +IGNoaW5h 42157 +IPCfjrY= 42158 +INCS0LDQvA== 42159 +IHN0aW11bGF0aW5n 42160 +IE9yYQ== 42161 +eXRlcw== 42162 +IGhlZnQ= 42163 +IGhhdGVycw== 42164 +IGNvbXBsZXhlcw== 42165 +IDAz 42166 +csOzZA== 42167 +Y2xlYXI= 42168 +IGJlc3RlaHQ= 42169 +d255 42170 +bW9pbA== 42171 +IHNsb3BweQ== 42172 +IGluc2lnbmlmaWNhbnQ= 42173 +IGR1YmJlZA== 42174 +IOuWoA== 42175 +IGNvbnNpZ28= 42176 +0LvRg9GI0LDQuQ== 42177 +U24= 42178 +INeU16Y= 42179 +IM6M 42180 +IG5hZHppZQ== 42181 +IGZyZXNobWVu 42182 +dGFh 42183 +IHV3YWfEmQ== 42184 +IEZhdm9yaXRl 42185 +IENyaW1pbmFs 42186 +IGV2aWRlbg== 42187 +IHN5bWI= 42188 +TGVz 42189 +IEJlYXU= 42190 +dW5lZA== 42191 +cGxlbWVudA== 42192 +QWM= 42193 +IGRlcm1hdA== 42194 +IE5vbGFu 42195 +0YvQvw== 42196 +IHNpdHQ= 42197 +IGV2ZXJsYXN0aW5n 42198 +IGVzdGF2YW0= 42199 +INC80LjQug== 42200 +IGtow6Fj 42201 +IGludml0 42202 +IHRyZWJsZQ== 42203 +IGppZw== 42204 +bWFuaQ== 42205 +IHR1dm8= 42206 +IFJVUw== 42207 +IEVyZGU= 42208 +IER6acSZa3VqxJk= 42209 +IGJsdWViZXJyaWVz 42210 +a2VsbA== 42211 +YWNpb25z 42212 +0LLQuA== 42213 +TEVU 42214 +IHNwcm91dA== 42215 +IHNwb3I= 42216 +IGLDqm4= 42217 +IE1vbmE= 42218 +IENvbnRhaW4= 42219 +IEtleXM= 42220 +0L7Qt9GP 42221 +IGZ1bmNpw7Nu 42222 +IHJhcHBlbGxl 42223 +IGV2b2x2ZXM= 42224 +IHNjcmFwaW5n 42225 +IGNvbWVudMOhcmlvcw== 42226 +IHByYXRpcXVl 42227 +IGF1eGlsaWFyeQ== 42228 +IFNwb25nZQ== 42229 +0YHQutC40Lw= 42230 +dXZv 42231 +INGB0LDQvNC+ 42232 +IHNhbms= 42233 +IGhpZ2h3YXlz 42234 +IGludmVudGlvbnM= 42235 +INC40L3QvtCz0LTQsA== 42236 +IGNyZWF0aXZlbHk= 42237 +IGJlbmNobWFya3M= 42238 +b25jw6k= 42239 +YWxhbA== 42240 +IHNvdHRv 42241 +IGNhbHZlcw== 42242 +IE1vdg== 42243 +IGxhdmVuZGVy 42244 +IGV5ZWJhbGxz 42245 +IGF3YWl0aW5n 42246 +IFBhdHk= 42247 +2YTZhw== 42248 +IGVtYnJvaWRlcnk= 42249 +IGR1aA== 42250 +IGNhbWFy 42251 +IEJPQg== 42252 +IHNwYWNlZA== 42253 +IGfFgm9z 42254 +0LDQtdC80YHRjw== 42255 +IGVzY2FwZXM= 42256 +IFJvZ3Vl 42257 +emN6 42258 +6J4= 42259 +rOulvA== 42260 +IE1vxbxl 42261 +INC10YHRgtC1 42262 +IEJ1cmFkYQ== 42263 +d2Q= 42264 +dXV1dQ== 42265 +IHNhc2g= 42266 +IEx1Yg== 42267 +IG5vdGVib29rcw== 42268 +IG1hZQ== 42269 +IGNvbmZsaWN0aW5n 42270 +IHN1bW1lcnRpbWU= 42271 +YWNhcw== 42272 +IGJhdWVu 42273 +Ymxvd2luZw== 42274 +4bqhbw== 42275 +IOyWuOygnA== 42276 +IFNlbmhvcg== 42277 +IGlQaG9uZXM= 42278 +IFF1YXJ0ZXI= 42279 +IOygnOuMgOuhnA== 42280 +dcOf 42281 +IOuniOustOs= 42282 +IHNldHRsZXJz 42283 +IGNyZXN0 42284 +IHRyYW5zYw== 42285 +IHJpb3Rz 42286 +IGNsb25lcw== 42287 +IE9wcmFo 42288 +zq/Otg== 42289 +IHBhbHM= 42290 +Li4uLi4uLg== 42291 +INGA0L7RgdGB 42292 +IExhc2Vy 42293 +IHphY3p5 42294 +IHNldmk= 42295 +IHJlZ2VuZXJhdGlvbg== 42296 +7Je8 42297 +d291bGQ= 42298 +IMO8emVyaW5l 42299 +IFN0cmHDn2U= 42300 +IHZlbmdlYW5jZQ== 42301 +IHJlcg== 42302 +IFNhZmFyaQ== 42303 +IEhFWQ== 42304 +IHNhY2Fy 42305 +IGltYWdlbQ== 42306 +IEJ1bmRlc3Q= 42307 +bWVzYW4= 42308 +IFBhc3Rl 42309 +IHNpeno= 42310 +INC/0L7RgdGC0YPQvw== 42311 +15TXlQ== 42312 +dHJhZA== 42313 +IGZyYW7Dp2Fpc2U= 42314 +IEJvdQ== 42315 +IGJhcnJl 42316 +IFpoaQ== 42317 +IEdlZXo= 42318 +aWhhZA== 42319 +IHJlY29ub2M= 42320 +IHBlbGln 42321 +IGluZGljZXM= 42322 +IOuwlOuA 42323 +IGNvbmR1Y3Rpb24= 42324 +IOyVhQ== 42325 +IHpla2Vy 42326 +IGZ1bQ== 42327 +IFfDvHI= 42328 +YnJlYWtlcg== 42329 +IHNwcml0ZQ== 42330 +Q3Jvd2Q= 42331 +IG9wZW5lcg== 42332 +IG9sdg== 42333 +IGJ1ZW5hcw== 42334 +IFNpbGs= 42335 +IEhJTQ== 42336 +a29w 42337 +Y29tcGw= 42338 +IHBvc3Nvbm8= 42339 +s4A= 42340 +IG9zY2lsbGF0b3I= 42341 +IFNpdGg= 42342 +0LDQttC4 42343 +IHJhZnQ= 42344 +aGFsbA== 42345 +IHNjaG5lbGxlcg== 42346 +IGltcG9ydGluZw== 42347 +IGFzc2VtYmxpbmc= 42348 +IHViaXF1 42349 +IGFjdGl2YXRlcw== 42350 +YWNjaQ== 42351 +k5zrpbw= 42352 +IGNvbXBvc2Vycw== 42353 +IEFDTA== 42354 +Q29uZg== 42355 +IOy9mA== 42356 +INC90LXQutC+0YLQvtGA0YvQtQ== 42357 +IGNhbmRpZXM= 42358 +IE11c3M= 42359 +4LmD4LiK 42360 +IGR1ZGE= 42361 +0L3QuNC60L7QvA== 42362 +bWVkZW4= 42363 +IOyWtOuVjA== 42364 +IFllc2h1YQ== 42365 +emFn 42366 +aG9kb3U= 42367 +IGFsb3Vk 42368 +IFBhbG1lcg== 42369 +aW1pemU= 42370 +IG1hcml0aW1l 42371 +IGNvbW11bmFs 42372 +IGJhZGdlcw== 42373 +IHJ1Z2J5 42374 +IG1hcnNobWFsbG93 42375 +IGZpZXJ5 42376 +IGFjY291bnRhbnQ= 42377 +IGFibGE= 42378 +IE1vbnJvZQ== 42379 +IEZvbnQ= 42380 +IEJvb3N0 42381 +IEJhcm5lcw== 42382 +YW5zd2Vy 42383 +IEJ1cm5pbmc= 42384 +IGFuZ2Vm 42385 +IFdlc2xleQ== 42386 +bGxz 42387 +7LU= 42388 +16nXnA== 42389 +aWxpxZtteQ== 42390 +15DXnw== 42391 +YW11cmE= 42392 +IEZ1ag== 42393 +IHBhbmk= 42394 +IFRyb3A= 42395 +YXJiZWl0ZW4= 42396 +IHJ1ZQ== 42397 +IFJhcmU= 42398 +w6RuZ2Vu 42399 +INGB0LzQvtGC0YDQtdGC0Yw= 42400 +INCa0LDRgA== 42401 +IE1UVg== 42402 +Ym9hcmRpbmc= 42403 +XVs= 42404 +IOugiOs= 42405 +c3RhbmJ1bA== 42406 +cGllbHQ= 42407 +IEhhcmR5 42408 +IEVuZ2FnZW1lbnQ= 42409 +IERpZW5zdA== 42410 +IHfDpHJlbg== 42411 +IGZ1ZWdv 42412 +IGVzdHJ1Y3Q= 42413 +IGNhbGFt 42414 +IFJlc3BvbnNl 42415 +IE1vaGFtbWFk 42416 +IHJlc2lzdGluZw== 42417 +IGR1cmFudA== 42418 +IE9MRUQ= 42419 +IHZlcno= 42420 +bcOkbg== 42421 +INmG25I= 42422 +IHBhcmFub2lk 42423 +IEF3YXJl 42424 +IEVuZ2luZWVycw== 42425 +IHByb2NlZHVyYWw= 42426 +IHBlcnNvbm5hZ2U= 42427 +IGZhcmtsxLE= 42428 +Zmxvd2luZw== 42429 +INC80LXRgdGC0LA= 42430 +IEJhcmU= 42431 +aXN0ZW0= 42432 +IHBvY3rEhXRrdQ== 42433 +IHBlcnNvbmFqZXM= 42434 +IOyWtOugtQ== 42435 +rYk= 42436 +INCl0L7RgtGP 42437 +IHVuc2V0dA== 42438 +IEFic29s 42439 +IOG6pXk= 42440 +IE1BWU9S 42441 +0L/QvtC70L3QtQ== 42442 +IGluZm9ybWluZw== 42443 +IGFtcHM= 42444 +0J/RgA== 42445 +IOutlA== 42446 +YWVkYQ== 42447 +INeU15HX 42448 +4bqlbg== 42449 +a2VsaWpr 42450 +IGF0aGVpc3Q= 42451 +IHRyb3V0 42452 +IG5ldWVz 42453 +IE5va2lh 42454 +bWFjaGVu 42455 +IHdob2xlc2FsZQ== 42456 +xLFyZA== 42457 +SW5z 42458 +INGN0L8= 42459 +IHByaWNr 42460 +IEtpbmRlcm4= 42461 +4LiX4Liz 42462 +IGNsYXNzeQ== 42463 +IMOubnQ= 42464 +IFNob3BpZnk= 42465 +INGB0L7RgA== 42466 +INC30LDQutGA0Ys= 42467 +enVr 42468 +IHVuaXZlcnNhbGx5 42469 +IHRlYXNwb29ucw== 42470 +IHJlY291bnQ= 42471 +IG7DpWdvbnRpbmc= 42472 +IFh1ZQ== 42473 +aXNpw6htZQ== 42474 +IHdlYWtlc3Q= 42475 +IHRlxZ9la2vDvHI= 42476 +IG1hdGhlbWF0aWNhbGx5 42477 +IEhvcw== 42478 +IO2VnOuLpA== 42479 +IHBhcnRhZ2Vy 42480 +IERhcnI= 42481 +6ro= 42482 +IM61zro= 42483 +IGdlcm1z 42484 +IGdlbGly 42485 +IGR1bA== 42486 +LC0= 42487 +IOyWuOs= 42488 +INee16Y= 42489 +INGP0YA= 42490 +IHF1b3RpZA== 42491 +IHByenlzeg== 42492 +IGhhcmRuZXNz 42493 +IGFxdWF0aWM= 42494 +IEp1bmdsZQ== 42495 +IFBDUg== 42496 +IEVsaW90 42497 +IG9zdHI= 42498 +IG1hcGE= 42499 +ZXNzw6Q= 42500 +IEdJUg== 42501 +IERyaXZpbmc= 42502 +IFNhbWk= 42503 +IE1lZGllbg== 42504 +IENvbXBhbmllcw== 42505 +IFBoYXJt 42506 +c2VpdHM= 42507 +IFJpbQ== 42508 +IM6/z4DOvw== 42509 +IHdlaXRlcmVu 42510 +IHBpenphcw== 42511 +IEx5ZGlh 42512 +IEhlaWdodHM= 42513 +IHNpbmNlcml0eQ== 42514 +IG5vc3Nhcw== 42515 +IGTFgg== 42516 +IGFsYXJtaW5n 42517 +IENhdWM= 42518 +INGB0LzRi9GB 42519 +ZmFjaW5n 42520 +YmFncw== 42521 +V1c= 42522 +INi02Yo= 42523 +IGNvdXJ0cm9vbQ== 42524 +IFBoaWxsaXA= 42525 +IOqyg+yymOufvA== 42526 +IFNwaWVsZXI= 42527 +IGthbnQ= 42528 +IGFkbWl0dGluZw== 42529 +IGNvbnRhaW5tZW50 42530 +IHJlbW92YWJsZQ== 42531 +IGp1bXBlcg== 42532 +Zm9jdXNlZA== 42533 +INC40YLQvtCz0LU= 42534 +INCi0LXQvA== 42535 +IHZhc2U= 42536 +IFVTQw== 42537 +IE1vbmF0ZQ== 42538 +IEphY29icw== 42539 +IEhPTA== 42540 +aWtlZA== 42541 +ZXJ3ZWlzZQ== 42542 +IGdvb2RpZXM= 42543 +IGhvbWFnZQ== 42544 +15vXqdeZ15U= 42545 +IHF1YWlz 42546 +IGluaWNpYWw= 42547 +IGd1YXJkaW5n 42548 +IGRheno= 42549 +IGNvbWJvcw== 42550 +INGD0L/RgNCw0LI= 42551 +IFRhbGVudA== 42552 +IMOzcg== 42553 +IGludGVybWl0dGVudA== 42554 +IE1jQ2FydGh5 42555 +IHNwYW5z 42556 +IHR5cmU= 42557 +IHF1eQ== 42558 +anV0 42559 +IFplbnQ= 42560 +IGdhdA== 42561 +IHNjYWZmb2xk 42562 +IG5lY2VzYXJpbw== 42563 +IFphaGxlbg== 42564 +IFNBTkQ= 42565 +IFBV 42566 +RXZlcnl0aGluZw== 42567 +LS0tLS0tLS0tLS0tLS0tLQ== 42568 +INCy0LfRj9GC0Yw= 42569 +IHNwYXJrcw== 42570 +IHBlbmR1bHVt 42571 +157Xnw== 42572 +IOyDieq5 42573 +IG11bHRpcGxpZXI= 42574 +INC70LDQtNC90L4= 42575 +dXJhdA== 42576 +IHVwc2V0dGluZw== 42577 +YmFr 42578 +IOy1nOuMgA== 42579 +IGFuw6Fs 42580 +IEpPRQ== 42581 +IGtvc3Rlbg== 42582 +IFBhdHR5 42583 +IEd1aW4= 42584 +Y2tlZA== 42585 +IEVneXB0aWFucw== 42586 +IENpdGl6ZW5z 42587 +16jXmw== 42588 +INCV0YnQtQ== 42589 +INC50L7Qs9C+ 42590 +IHNub3dmbA== 42591 +IGxla2tlcg== 42592 +IGFjb3N0 42593 +IEJhYmU= 42594 +IGdhbWJsZQ== 42595 +IGFkamVjdGl2ZQ== 42596 +0LrQuNC80Lg= 42597 +b3lz 42598 +IG1vbnRyZQ== 42599 +IEh5dW5kYWk= 42600 +IG1vaXN0dXJpemluZw== 42601 +IG1venphcmVsbGE= 42602 +T09P 42603 +IGZhY3VsdA== 42604 +IGRvZXQ= 42605 +IGZlYXJsZXNz 42606 +IGVzcHJlc3Nv 42607 +IGFsbG9yYQ== 42608 +IENpbmM= 42609 +IGNvbnRlw7pkbw== 42610 +IFBlbG9zaQ== 42611 +IG1pbmRlcg== 42612 +cm9vdA== 42613 +IO2VoOs= 42614 +INC/0LDQtA== 42615 +IENhbGxpbmc= 42616 +IENvbmZpZw== 42617 +IENvbnNvbGU= 42618 +aW5za3k= 42619 +w6luZXJnaWU= 42620 +IHNvbGl0YXJ5 42621 +0L7QtNC1 42622 +IGd1YXJkZWQ= 42623 +MTYw 42624 +INC/0YHQuNGF 42625 +IFNoYXA= 42626 +IHRpdHJl 42627 +b2xvZ25l 42628 +INC/0LDRgNGD 42629 +IFBSRQ== 42630 +IGxu 42631 +IE1pdGds 42632 +IENhcnJ5 42633 +IHNwaW5k 42634 +IENhbnRvbg== 42635 +IGtpbmdkb21z 42636 +cmVtbw== 42637 +IHJhZ2luZw== 42638 +IGluY2FwYWJsZQ== 42639 +IFdS 42640 +INGB0L7QsdGB0YLQstC10L0= 42641 +INC60LDQutC40YU= 42642 +IFNIRQ== 42643 +64u57Z6I 42644 +IHNjYXJjaXR5 42645 +IHBlcmRl 42646 +IGV4aXRz 42647 +IFNpbmdlcg== 42648 +IHN1cHBlcg== 42649 +IG11bmljaXBhbGl0eQ== 42650 +IERpdmVyc2l0eQ== 42651 +IHRpcm8= 42652 +aWVscw== 42653 +IGzDrWRlcg== 42654 +IGJsdWZm 42655 +IGF0cmE= 42656 +bHlz 42657 +IG1haGQ= 42658 +IGPDs2RpZ28= 42659 +IEhhcmxlbQ== 42660 +cnVsZQ== 42661 +aWNpdHk= 42662 +IHNpbXBsaXN0aWM= 42663 +IEtvbnN0 42664 +RUxMSQ== 42665 +IGbDtnJzdGE= 42666 +IGNvbnN0aXR1dGVz 42667 +INGB0YLQvtGA0L7QvdGD 42668 +IHVyZ2Vk 42669 +IFBhbmRh 42670 +7LCo6w== 42671 +cmVjZQ== 42672 +IHBhdHJpb3Q= 42673 +IENydXNo 42674 +IHdpbms= 42675 +0L7QudGC0Lg= 42676 +dXJhbsOnYQ== 42677 +IHNlaXp1cmVz 42678 +IGVsZWN0cm9k 42679 +IERvbmtleQ== 42680 +IElV 42681 +IE1PUw== 42682 +IGFsa2Fs 42683 +7LSJ 42684 +YmVzb25kZXJl 42685 +IHBhcmFsbGVscw== 42686 +IGJpdHRlcm5lc3M= 42687 +w6R0dHJl 42688 +ZXNzaW9uYWw= 42689 +IHNveWJlYW4= 42690 +IGNvbGxhYg== 42691 +IFJlcG9ydGluZw== 42692 +INC60L7QvNC/0LDQvdC40Lg= 42693 +IHdzenlzY3k= 42694 +IENydW5jaA== 42695 +aXNlZW4= 42696 +IGFtYmFzc2Fkb3Jz 42697 +IENoZXY= 42698 +0L7QstGL0LU= 42699 +c2Nh 42700 +INGA0LXRiNC40Ls= 42701 +0L7RgtC+ 42702 +IGdsZWljaHplaXRpZw== 42703 +bWVybg== 42704 +w7xzdA== 42705 +IEhhZQ== 42706 +s7TqsqDsirXri4jri6Q= 42707 +IHNob3Jlcw== 42708 +IGRlcHJlc3M= 42709 +IGFob3I= 42710 +IFN0ZXVlcg== 42711 +YWho 42712 +IHJldmlzZQ== 42713 +INGB0LDQvNGL0LU= 42714 +amF0 42715 +IGhlcmJhbA== 42716 +IGN1w6FudA== 42717 +IGJ1bmE= 42718 +bmllanN6ZQ== 42719 +RmluYWxseQ== 42720 +15XXlg== 42721 +Y2pl 42722 +IOyeiOqxsOuToOyalA== 42723 +IOuCmOuI 42724 +IHByemVzdA== 42725 +bGljYQ== 42726 +IER1Y2g= 42727 +0ZbQudGB0Yw= 42728 +cGFzc2Vu 42729 +IHNhdGlzZmllcw== 42730 +IEFkZGl0aW9uYWw= 42731 +IGPDoW1hcmE= 42732 +0LXRh9C10L3QuNC1 42733 +IHBvbXA= 42734 +IOunkOydtA== 42735 +IE1pbGxz 42736 +0LXQstC40LQ= 42737 +IHJlc3BlY3RhYmxl 42738 +IGZpbGFtZW50 42739 +IHZlbmRlcg== 42740 +IG1hdHRlcmVk 42741 +b3VyZQ== 42742 +7Li1 42743 +S29yZWFu 42744 +IGVzdHVkaW8= 42745 +IGNhY3R1cw== 42746 +IFZpdmU= 42747 +IFJhZw== 42748 +IGNvbXBsaXF1w6k= 42749 +INmI24E= 42750 +IHRhbw== 42751 +pr8= 42752 +U2luY2U= 42753 +IGplb3BhcmQ= 42754 +IFNlbGw= 42755 +IOyYmw== 42756 +IGtldG8= 42757 +IGludGVsaWc= 42758 +IEFuZ2Vi 42759 +IHRpZGVu 42760 +IHNvY2lv 42761 +IHJlbWluaXNjZW50 42762 +IGNhcmVnaXZlcg== 42763 +U3BhY2U= 42764 +IEV4ZXJjaXNl 42765 +IEJlY29tZQ== 42766 +w6p0cw== 42767 +YWtr 42768 +IS4u 42769 +INGB0L/RgNC+0YE= 42770 +IM6xz4DOvw== 42771 +IHNob290aW5ncw== 42772 +IGFwZQ== 42773 +IFNhbW15 42774 +IEt1bmc= 42775 +IGN1w6Fs 42776 +IEx1cA== 42777 +INGB0YLRg9C0 42778 +IHN3ZWV0ZXI= 42779 +IGNvbXVt 42780 +IEFkcw== 42781 +aHl1bmc= 42782 +INCx0YPQtNGD0Yk= 42783 +IHdhZmZsZQ== 42784 +IE9yYg== 42785 +IGxhdXQ= 42786 +IGZvcmVjYXN0aW5n 42787 +5ao= 42788 +IHJhcHBpbmc= 42789 +IHByZWZlcnM= 42790 +IGJlbno= 42791 +IG5paw== 42792 +IEJhaG4= 42793 +IHNhbmRpbmc= 42794 +IGltbWluZW50 42795 +INC/0YDQvtCx0LvQtdC80Ys= 42796 +IGRvaXZlbnQ= 42797 +0L7Qu9Cw 42798 +IMW8eWNpYQ== 42799 +aWh1 42800 +IGV4aXN0ZW0= 42801 +IEludGVyaW9y 42802 +IFRha2Vz 42803 +IHRvZGRsZXI= 42804 +IGRpY3RhdG9yc2hpcA== 42805 +IFNtaXRoc29u 42806 +IEFsbGFodQ== 42807 +z47Pgc6x 42808 +7JWY7Iq164uI64uk 42809 +IFZvdGU= 42810 +IFNtZWxscw== 42811 +0L7QtNC90L4= 42812 +IGhpbmRzaWdodA== 42813 +VlI= 42814 +IFBhdGNo 42815 +IEphaHJlcw== 42816 +IHNvdXZlbmly 42817 +IG5ldXRyb24= 42818 +IGxvbmd0aW1l 42819 +IHNheWlu 42820 +YXNha2k= 42821 +INC+0YHRgtCw0L3QvtCy 42822 +IGV4cGVsbGVk 42823 +IGNyeXB0b2N1cnJlbmNpZXM= 42824 +IE11cmRlcg== 42825 +IENpdGl6ZW4= 42826 +V0FZ 42827 +IHBsdQ== 42828 +IGxlbW9uYWRl 42829 +IGNvbnZlbmllbnRseQ== 42830 +IEhJ 42831 +IDIwMjM= 42832 +16nXldeq 42833 +0LDRhtC40L7QvQ== 42834 +IOubsA== 42835 +INmE2YPZhg== 42836 +INC90LXQvNC90L7QttC60L4= 42837 +IHVudXNlZA== 42838 +IG1haW9yaWE= 42839 +IGFzdHJvbG9neQ== 42840 +IERvd250 42841 +Tmljaw== 42842 +IHByZW9jY3Vw 42843 +IGRlbWFpbg== 42844 +157Xog== 42845 +INCy0L7QtNGL 42846 +IFNhbnNrcml0 42847 +IHByw6p0 42848 +IHN0cmFuZGVk 42849 +IHJlZmlu 42850 +INC/0YDQuNC90LjQvA== 42851 +INC/0L7QstC10YDRhQ== 42852 +4K+NPw== 42853 +IHpyb2I= 42854 +IGludGVydHc= 42855 +IERhdmlkc29u 42856 +0LvQtdC90LA= 42857 +INC/0L7QvdGP0YLRjA== 42858 +IFJlbm8= 42859 +INC/0L7Qu9GD0YfQuNC70L7RgdGM 42860 +IGNvcnJlc3BvbmRlbnQ= 42861 +IFVyYW4= 42862 +ZWxzZQ== 42863 +wrfCtw== 42864 +IHR1dG9yaW5n 42865 +IGdyYW5kZGF1Z2h0ZXI= 42866 +bHVkZWQ= 42867 +IHN0ZXNzbw== 42868 +IGjhur90 42869 +IGdlZ2FuZ2Vu 42870 +INCd0JA= 42871 +IGFudGln 42872 +YmFja2dyb3VuZA== 42873 +IGdlZGFhbg== 42874 +IGZhdm9yZWQ= 42875 +IEVtbWFudWVs 42876 +IGlvZA== 42877 +IGNsYW1wcw== 42878 +IGNvbXBsZQ== 42879 +IEFkdmFuY2U= 42880 +IOyeiOqzoOyalA== 42881 +IFJveA== 42882 +IOyXkOs= 42883 +IGludGVzdGluZXM= 42884 +IHBlcmN1c3Npb24= 42885 +IGxlZ2l0aW1hdGVseQ== 42886 +IEV0ZXJuYWw= 42887 +ZmFtaWx5 42888 +YWxvZw== 42889 +QnJhZA== 42890 +0LXQvdC40YLRjA== 42891 +INGB0L3QsNGH0LDQu9Cw 42892 +IGNlcnRh 42893 +IGFra29y 42894 +IM61zrTPjg== 42895 +IG9jdGF2ZQ== 42896 +IFZhYw== 42897 +0LzQvtGC0YDQuA== 42898 +IMOJdGF0cw== 42899 +IGxvbmd1ZQ== 42900 +IGRpc3NvY2k= 42901 +0YDRj9C0 42902 +aGVpbg== 42903 +IHBhbnRhbGxh 42904 +IGluZGljYXRpb25z 42905 +IEx0 42906 +IEdyYWRl 42907 +b2luZQ== 42908 +YnVn 42909 +IFZlcml6b24= 42910 +IEFsw6lt 42911 +IHZpZW5uZW50 42912 +INGH0LjRgdGC 42913 +IEJlbmk= 42914 +IFRzY2g= 42915 +IFRQ 42916 +IGluc3VsdGluZw== 42917 +IFdlaWdodA== 42918 +IGFkYXB0YXRpb25z 42919 +IGhhYsOtYW4= 42920 +IGNsaXF1ZQ== 42921 +b8WbY2k= 42922 +anVuYQ== 42923 +IHN1Y2hlbg== 42924 +IEdvZXM= 42925 +IEV4b2R1cw== 42926 +Q2hv 42927 +IGFudGlz 42928 +IO2MjOs= 42929 +c2V2ZW4= 42930 +INGH0LDRgdC+0LI= 42931 +IGJhbGxpc3RpYw== 42932 +em9ueQ== 42933 +SUNJQQ== 42934 +INC/0YDQtdGB0YI= 42935 +IHNpbXBsZXNtZW50ZQ== 42936 +IENvbGxhYm9y 42937 +RnJlZA== 42938 +INGC0LXQu9C10YTQvtC9 42939 +IFJhdmk= 42940 +7ZW07KQ= 42941 +0L/QtdGA0LI= 42942 +IOyeiOycvOuLiOq5jA== 42943 +IMOzdA== 42944 +IGFsZWc= 42945 +w7pw 42946 +IGRpc3JlZ2FyZA== 42947 +IGluZGVudA== 42948 +Y2xvdWQ= 42949 +Y2hsYWdlbg== 42950 +IGl0ZXJhdGU= 42951 +IGdlbmVyYWxpemVk 42952 +4KS5 42953 +ZWxlcmk= 42954 +IGRpc2FzdHJvdXM= 42955 +INGB0YLQsNC70LA= 42956 +s5E= 42957 +S05PV04= 42958 +IHJpY2huZXNz 42959 +IGNvbnNjaWVudA== 42960 +aWNodHM= 42961 +INGN0LvQtdC8 42962 +2KjYrw== 42963 +aXJlbnM= 42964 +IGhhdW50aW5n 42965 +cnVjdHVyZXM= 42966 +YXR0YWNr 42967 +IGN1cGNha2Vz 42968 +c3F1ZQ== 42969 +IG5hc3plZ28= 42970 +IGFudGhyb3BvbG9neQ== 42971 +Y2hhZQ== 42972 +IGRpc2NvdmVycw== 42973 +IFBlcnNvbmFsaXR5 42974 +IM6kzr8= 42975 +IGRpxJ9lcg== 42976 +INC90LXRkQ== 42977 +IEFuaXRh 42978 +IFvimao= 42979 +IENhcm0= 42980 +IEJlbm55 42981 +7Iqs 42982 +IHB1cGls 42983 +IG9jYXM= 42984 +w6RsbGV0 42985 +asWbxIc= 42986 +YW1lbnRhbA== 42987 +INC+0YLQvdC+0YE= 42988 +IHBpZA== 42989 +IGFybXA= 42990 +UkVF 42991 +INC+0YLQutGA0YvQsg== 42992 +IHVkYQ== 42993 +IFN5bmRyb21l 42994 +IFN0YW5kYXJkcw== 42995 +IHBvaW50ZXJz 42996 +IGVuYW0= 42997 +IFRpZw== 42998 +w616 42999 +INC90LDQvNC4 43000 +IHVuY2hhbmdlZA== 43001 +IHR1cm1vaWw= 43002 +4bupbmc= 43003 +ISEi 43004 +NTAwMA== 43005 +IOusvOyWtOs= 43006 +IG1lcmdpbmc= 43007 +IGVudHNjaGVpZGVu 43008 +Zm9ybWU= 43009 +IHRyaW1tZWQ= 43010 +IGRhcmVk 43011 +IGFzcGlyYXRpb24= 43012 +IE15dGhpY2Fs 43013 +IEhlag== 43014 +IEFsZWo= 43015 +0YbQvg== 43016 +0L7RgtGD 43017 +WmU= 43018 +INC40L3RgdGC0YDRg9C80LXQvdGC 43019 +IFJUWA== 43020 +IGxvY2FsaXplZA== 43021 +IHN1cnJvdW5kcw== 43022 +IGVtcGllemE= 43023 +IGNsYXNl 43024 +IOC4gQ== 43025 +IFJhcGlk 43026 +b21pbm91cw== 43027 +aWdhaWw= 43028 +INGI0LjRgA== 43029 +IGzDpg== 43030 +IHphc2Fk 43031 +IHVuZm9sZGluZw== 43032 +PyE/IQ== 43033 +IOyInOqwhA== 43034 +IFBvbHNraQ== 43035 +IEthdWY= 43036 +IENlbHQ= 43037 +aXRpYw== 43038 +IHRvb2xib3g= 43039 +IFBvY2tldA== 43040 +IOyEnOuhnA== 43041 +IGJlbGtp 43042 +IGFkbWlyYXRpb24= 43043 +cGhy 43044 +IFByb2R1a3Q= 43045 +IFRydWNr 43046 +IGRyYXXDn2Vu 43047 +d2HFgg== 43048 +IEhlYnJld3M= 43049 +IO2VmOqyjA== 43050 +IEFDRQ== 43051 +dXJnZW5jZQ== 43052 +YXVyYWlz 43053 +IGNoYXJpdGFibGU= 43054 +xLF0 43055 +IGFybWFz 43056 +IEdlZGFua2Vu 43057 +cmVhdGluZw== 43058 +cG9ydGU= 43059 +IGltcHJpbnQ= 43060 +ZsOkaA== 43061 +INC/0L7QtNGF0L7QtA== 43062 +IG91dHNldA== 43063 +4Lin4LiB 43064 +0LXQvdC90L7Qs9C+ 43065 +Q2xhc3M= 43066 +IHZhbml0eQ== 43067 +IFZPSUNFUw== 43068 +IDI2MA== 43069 +cmVzaWRlbnQ= 43070 +VVNF 43071 +IOqwgOyatOuNsA== 43072 +6b0= 43073 +IHRocm91Z2hwdXQ= 43074 +IGN1bWE= 43075 +7Jqx 43076 +INC/0LvQvtGJ 43077 +IHBhcnRpcw== 43078 +IEFuaW1hdGlvbg== 43079 +p4jr 43080 +Q3Jl 43081 +w7Z0emxpY2g= 43082 +IG1hZ2c= 43083 +IGNsdW1zeQ== 43084 +IGJvdHRsZW5l 43085 +IGJpcmxpa3Rl 43086 +IEdhbWI= 43087 +INeb158= 43088 +IG1ldHJvcG9saXRhbg== 43089 +T29o 43090 +IG9iamVjdGlvbnM= 43091 +INmF2Ko= 43092 +INC80LXQuw== 43093 +IHJlbW5hbnRz 43094 +IFhhdmllcg== 43095 +UmljaA== 43096 +IG9sc2E= 43097 +IFBpbGw= 43098 +IGdyb2Fucw== 43099 +IE5hcnVob2RvdQ== 43100 +IENvbnRyYWN0 43101 +0LDQtNCw 43102 +bmFp 43103 +INGE0LjQtw== 43104 +IG9wcw== 43105 +4bqhdA== 43106 +IHBhcmFjaHV0ZQ== 43107 +IG5lbGw= 43108 +IEVudHNjaGVpZHVuZw== 43109 +15zXmded 43110 +IHRydXRoZnVs 43111 +IHNoYXJwZXI= 43112 +IGJ1cmVhdWNyYWN5 43113 +Y2FydA== 43114 +INC40L3Rgg== 43115 +d2llaw== 43116 +IHdpbGxpbmdseQ== 43117 +IEhlcm1hbg== 43118 +IG1laHJlcmU= 43119 +IGVsaXRlcw== 43120 +IEFybW9y 43121 +IGVtYm9yYQ== 43122 +IFJlY29nbg== 43123 +INC70Y7QsdC70Y4= 43124 +IEV4Y2VsbGVuY2U= 43125 +aWJlbA== 43126 +IGV4cG9ydGluZw== 43127 +7LK07KCB 43128 +S2VsbHk= 43129 +Q2FtZXJhbWFu 43130 +IHNsaXBz 43131 +IGZpZ3VyYQ== 43132 +IGtvbGw= 43133 +IFBhbmRlbWll 43134 +IHRpbWVk 43135 +bGllw59saWNo 43136 +INee15s= 43137 +IHBlcsOtb2Rv 43138 +aXZhdA== 43139 +IHF1ZXN0aW9ubmFpcmU= 43140 +IHDDqXJpb2Rl 43141 +IHNpZ2hz 43142 +IGFsbGVnaWFuY2U= 43143 +IFhW 43144 +IEtlbnN1a2U= 43145 +IEdlc3VuZGhlaXRz 43146 +IHBvc2l0aXZv 43147 +IEphbmVpcm8= 43148 +IFNFRQ== 43149 +INin2LPYqg== 43150 +IEtlbHNleQ== 43151 +dG9iZXI= 43152 +IM6xzrvOu86s 43153 +IFBhcmVudA== 43154 +IERheXRvbg== 43155 +IEJpbGRlcg== 43156 +b3VyYWdl 43157 +IHNlcmVz 43158 +IG11Y2jDrXNpbW8= 43159 +IFJlYWxt 43160 +IE9GRklDRVI= 43161 +ZXJzb25pYw== 43162 +b255YQ== 43163 +IOq4iQ== 43164 +IGFuY2VzdHJ5 43165 +IEp1cmFzc2lj 43166 +IGNlbnRpZ3JhZGU= 43167 +4bqldQ== 43168 +dWrEhWM= 43169 +bWFucw== 43170 +IHRpbw== 43171 +IE1vxbw= 43172 +IHRyYWdlbg== 43173 +IHN0YXJlZA== 43174 +IHNjaGVtYXRpYw== 43175 +IHBhc3NvdQ== 43176 +IG1lYXRiYWxscw== 43177 +xYJvxZvEhw== 43178 +IHN5bmNocm9ub3Vz 43179 +IHBlcm1pcw== 43180 +YXJpYWw= 43181 +IHplcg== 43182 +IHBhcml0eQ== 43183 +IEF2YXRhcg== 43184 +aW5kZWVy 43185 +ZXN0b24= 43186 +IG1laWTDpG4= 43187 +IENseQ== 43188 +tIk= 43189 +IGVzdHJvZ2Vu 43190 +IGNlbnRpbWV0 43191 +IGNvbnZpY3Rpb25z 43192 +IHBvc3NpYW1v 43193 +IHBlcmR1 43194 +IHBhdGhvZ2Vucw== 43195 +IFF1aW4= 43196 +IFByb2dyYW1z 43197 +IFBvaW50cw== 43198 +cmFtZW50 43199 +cmFpbA== 43200 +IHZ5 43201 +IGdyYWZ0 43202 +IGJhcnQ= 43203 +IExvdHVz 43204 +4Kg= 43205 +IOuztOyLnA== 43206 +cmFtZXI= 43207 +RmF0aGVy 43208 +IOucuw== 43209 +INeU150= 43210 +IHRyYXplcg== 43211 +IHRhcms= 43212 +w6hjZXM= 43213 +Zm9ydGg= 43214 +INGB0LTQtdC70LDQu9C4 43215 +IHp1Y2NoaW5p 43216 +IHdha3R1 43217 +IGVudGVydGFpbmVk 43218 +IE1pbGxpYXJkZW4= 43219 +IHNoYWt5 43220 +IHByemVkZQ== 43221 +uIzr 43222 +IHJldmVyc2libGU= 43223 +IE5BVQ== 43224 +dWlucw== 43225 +w6lyw6p0 43226 +YW5uZW4= 43227 +IEh1bnRpbmc= 43228 +IEZlbGxvdw== 43229 +w6lsaW9y 43230 +IHJvdGF0aW9ucw== 43231 +IGdyYW5ueQ== 43232 +eHRvbg== 43233 +INGB0YLQsNC90L7QstC40YLRgdGP 43234 +INC90LDRh9Cw0Ls= 43235 +IGFydGVyaWVz 43236 +cmnDsw== 43237 +INC/0L7Qu9GM0LfQvtCy 43238 +INCR0Ys= 43239 +IG5vdmVsdHk= 43240 +cG91bmQ= 43241 +IHdlaXJkZXN0 43242 +IGJvaXM= 43243 +w6ltaWU= 43244 +dXBs 43245 +QVRB 43246 +IHRlaGQ= 43247 +IE5pcg== 43248 +c8SxbsSxeg== 43249 +ISIs 43250 +IGltbW9ydA== 43251 +IGVsaw== 43252 +0LDQvdC40Yc= 43253 +IGZhYnJpY2F0aW9u 43254 +IE5vaXNl 43255 +IEF2YW50 43256 +2LHbjA== 43257 +d2F0 43258 +IHdob29zaGluZw== 43259 +INeb15k= 43260 +INCX0L3QsNGH0LjRgg== 43261 +IGNlbnRyaWY= 43262 +YW5zaW5n 43263 +U291bmQ= 43264 +IOudvOs= 43265 +IGNhcHRpb25z 43266 +4LON 43267 +IG9yZ2Fz 43268 +IGRvbHBoaW5z 43269 +IEJsZW5k 43270 +IFRhag== 43271 +IENDVFY= 43272 +IGlub20= 43273 +IGVkaXRpb25z 43274 +IGJ1cm5vdXQ= 43275 +IGLDpHR0cmU= 43276 +IENhc2E= 43277 +b3ZpY2g= 43278 +IG1vbHRlbg== 43279 +IGJsaW5kZm9sZA== 43280 +IEd1ZQ== 43281 +IHNwaW5uZXI= 43282 +IG3DtmdsaWNoc3Q= 43283 +IFbDoA== 43284 +ZW5lY2E= 43285 +IG3DqWRpY28= 43286 +w6FzdGljbw== 43287 +IGFyZA== 43288 +IFN1bmRheXM= 43289 +IFJlbW90ZQ== 43290 +IOyWvOuniA== 43291 +IHRyxrDhu5tj 43292 +7IWo6w== 43293 +IGRvcHA= 43294 +IGJlxJ8= 43295 +aWNhbmE= 43296 +IOuCmOykkeyXkA== 43297 +IGhvbGluZXNz 43298 +ZGlyZWN0 43299 +IOyYge2ZlA== 43300 +IGN1bHBh 43301 +IFN0aXRjaA== 43302 +bGlnaHRseQ== 43303 +0LDQvNC10L0= 43304 +INC80LXRiA== 43305 +INC/0LXRhw== 43306 +IHlodGU= 43307 +b3NwaGVyZQ== 43308 +IOyTsOuKlA== 43309 +w6lr 43310 +IHNlcmlvdXNuZXNz 43311 +IGdhcm1lbnRz 43312 +IGNvbmNpc2U= 43313 +IFNK 43314 +IHZlcmxvcmVu 43315 +IHBhcmVjZXI= 43316 +IFVOQw== 43317 +7Iqk7YOA 43318 +IGVuZmFudA== 43319 +IGJvbWJlcg== 43320 +IEdpZnQ= 43321 +IOyii+uLpA== 43322 +IHJoeXRobXM= 43323 +IEtsYXI= 43324 +b3duaWs= 43325 +IFJldmVyZW5k 43326 +IGVtaXR0ZWQ= 43327 +bGFzc2Vu 43328 +IHJldmVuaXI= 43329 +IGFyaXNpbmc= 43330 +IHByZWNpc2FtZW50ZQ== 43331 +IGludGVycG9s 43332 +IFRlbmVtb3M= 43333 +b2JlZA== 43334 +IHRlY25vbG9naWE= 43335 +IG5lcmVkZQ== 43336 +IFZpc2E= 43337 +IHNhdmE= 43338 +IGVzY3JldmVy 43339 +IGFzc2F1bHRlZA== 43340 +IEZsZWlzY2g= 43341 +IENvdW5jaWxsb3Jz 43342 +IOqwgOq5jA== 43343 +IGJlZ2c= 43344 +IERldmVsb3Blcg== 43345 +IEJyb256ZQ== 43346 +IEJvbnVz 43347 +INeo16c= 43348 +ZmFjdA== 43349 +IGVuZGxlc3NseQ== 43350 +IG1hY2Ft 43351 +IHJ6ZWN6eXdpxZtjaWU= 43352 +IGhvdmVyaW5n 43353 +w6hnZQ== 43354 +IHBvb3Jlc3Q= 43355 +IFNjaGVk 43356 +bWlsZQ== 43357 +aXNzZW1lbnRz 43358 +YWPEgw== 43359 +IOumvQ== 43360 +IHZhY2Npbg== 43361 +IGZ1dHVyaXN0aWM= 43362 +IFdpbmRvdw== 43363 +0L/QsNGA 43364 +INGA0L7RgQ== 43365 +IGxvd2Vycw== 43366 +YWNz 43367 +INCQ0LvQtdC60YHQsNC90LQ= 43368 +IEFsZXJ0 43369 +aWVtZQ== 43370 +IENhdWNhcw== 43371 +IGphd3M= 43372 +IGh1bnRlZA== 43373 +7Je9 43374 +INio2YY= 43375 +INec16DXlQ== 43376 +IHR1cmJpbmVz 43377 +IGx1bXBz 43378 +IEFsbGllcw== 43379 +YWhsdA== 43380 +IHN1YnNjcmlwdGlvbnM= 43381 +IG5vdXZlYXV4 43382 +dWdlcg== 43383 +Ym9uZXM= 43384 +IGJlcnJ5 43385 +IOyEoOusvA== 43386 +IE1hbnVmYWN0 43387 +IEx1bmNo 43388 +6re4656Y 43389 +IGh5ZHJhdGVk 43390 +IGFjaGVp 43391 +IFlheg== 43392 +IFRpYmV0YW4= 43393 +IFF1YW50dW0= 43394 +IEplcm9tZQ== 43395 +INC+0YnRg9GJ 43396 +0L7QstCw0L0= 43397 +bW90aW9u 43398 +IENvbnRyb2xsZXI= 43399 +ZW5lcmdldGlj 43400 +INGB0LrQvtGA0L4= 43401 +IHZvd2Vscw== 43402 +INGD0LbQsNGB 43403 +IGhvb2Y= 43404 +IEJ1bGxldA== 43405 +aW1hZ2lu 43406 +16DXmded 43407 +IGVuZ2FnZW1lbnRz 43408 +IEJsdWVz 43409 +IGHDsWFk 43410 +IGZwcw== 43411 +IGNhdGVycA== 43412 +IHPhu5E= 43413 +IFRyaWJl 43414 +0L/QvtC9 43415 +aWZlcmF0aW9u 43416 +IHJ1bWFo 43417 +IFB1bmo= 43418 +bGFi 43419 +IGNvbXByZWhlbnNpb24= 43420 +YnJpbmdpbmc= 43421 +V28= 43422 +IHRpaw== 43423 +IGFueWhvdw== 43424 +w6F0aWNhcw== 43425 +IHNpdHplbg== 43426 +IGtvbGF5 43427 +IENvbmZlZGVyYXRl 43428 +IENhbGxlZA== 43429 +IG5hc3p5Y2g= 43430 +IGR6acSZa2k= 43431 +IGNsb2Fr 43432 +IEdvb2c= 43433 +IEFzaGU= 43434 +ZW5hbg== 43435 +INC80YvRiA== 43436 +INCy0LXRgg== 43437 +IFNwbw== 43438 +IFNrZXQ= 43439 +IEhlbmRlcnNvbg== 43440 +aWxhaA== 43441 +INCx0LXQt9C+0L/QsNGB 43442 +IHNla2FsaQ== 43443 +7Ja06rCA 43444 +IHNuYXJl 43445 +IHLhurFuZw== 43446 +IGbDtnJzw7Y= 43447 +c3p5Y2g= 43448 +IMO8YmVycw== 43449 +IHN0cmF0w6ln 43450 +IOy6kOs= 43451 +IHJhcHBlcnM= 43452 +IGNlcA== 43453 +IEhhc3Rh 43454 +IGhvcnJpYmx5 43455 +IGZyw7xo 43456 +INio2Lk= 43457 +IG1hbnRsZQ== 43458 +44CF 43459 +ZnVuZGluZw== 43460 +IHp1c3Q= 43461 +IFBlbnM= 43462 +c2Vk 43463 +IO2XpA== 43464 +IGdlcmVraQ== 43465 +IGFsYXJtcw== 43466 +IFdoYQ== 43467 +IE1hcmt1cw== 43468 +YWtzaQ== 43469 +INCQ0LvQtQ== 43470 +a2xvcmU= 43471 +IMOpbmVy 43472 +IHRpbGRl 43473 +Ym94aW5n 43474 +IOyEng== 43475 +IGVuY29udHJhbW9z 43476 +IFBoYXI= 43477 +0L3QsNC60L7QvA== 43478 +w7NzdA== 43479 +IMSwcw== 43480 +IOuLmA== 43481 +IHNxdWF0cw== 43482 +IHByZXRlbmRlZA== 43483 +IGRleg== 43484 +IOq0nOywruyVhA== 43485 +amFjaA== 43486 +65286rOg 43487 +IO2ZleynhA== 43488 +IEFuc2No 43489 +aW1lcms= 43490 +IGNvbmp1Z2F0ZQ== 43491 +IHBlbmluc3VsYQ== 43492 +IGdvcmlsbGE= 43493 +IHBob3RvZ3JhcGhlZA== 43494 +IEF1bnF1ZQ== 43495 +IGVudHJlbg== 43496 +IERldXRzY2hlbg== 43497 +IEFsYWRkaW4= 43498 +IOustOyEnA== 43499 +IFN0ZWxsYQ== 43500 +IEVsZWN0aW9u 43501 +b3V0aW5l 43502 +R3JhbmQ= 43503 +IFdhaw== 43504 +IFNlcmdpbw== 43505 +aG9yc2U= 43506 +YWhvbg== 43507 +IEZhbWlsaWVz 43508 +IGhhdGluZw== 43509 +IEJldHQ= 43510 +4LiZ4Liw4LiE4Liw 43511 +IGN1cmxpbmc= 43512 +IElzcmFlbGlz 43513 +INec15DX 43514 +IE15ZXJz 43515 +IHNjYW5uZWQ= 43516 +IEJFQw== 43517 +aWxlcmk= 43518 +IGNhbGxl 43519 +IE1pbmg= 43520 +IG1pY3Jvbg== 43521 +IGNvbmR1Yw== 43522 +w612 43523 +INCy0L7Qt9GM 43524 +IGFjdGlvbmFibGU= 43525 +IFRydXN0ZWVz 43526 +IHRpZWY= 43527 +IGhlYWRlcnM= 43528 +IGFuaW1hbGVz 43529 +7JuA 43530 +0LvQvtGF 43531 +dW5pdHk= 43532 +bHlh 43533 +IGphbmdhbg== 43534 +IGhhbmk= 43535 +IGNhc2luZw== 43536 +IGrDs3ZlbmVz 43537 +IFNwbGl0 43538 +IENhcmxv 43539 +IEJlaW0= 43540 +IG51YW5jZWQ= 43541 +IHRlZGR5 43542 +IENsYW4= 43543 +w6RjaGVu 43544 +cGllcg== 43545 +INC00L7Qv9C+0LvQvQ== 43546 +IGRpYXBlcg== 43547 +ZWZmZWN0aXZl 43548 +IE5pYWdhcmE= 43549 +IHdhcnQ= 43550 +IGNvcnJv 43551 +IEthbXBm 43552 +enRl 43553 +IGTDqXZlbG9wcGVtZW50 43554 +IGF0dGFja2Vycw== 43555 +IFNoZXJtYW4= 43556 +IDE5MTQ= 43557 +IG1lb3c= 43558 +IFDDpQ== 43559 +7Lo= 43560 +Y2l0 43561 +IGNvdXBl 43562 +IOq3uOuLpOydjOyXkA== 43563 +IGh1bW91cg== 43564 +IGNvbGU= 43565 +IFdhcm5pbmc= 43566 +IFRpbA== 43567 +Y2FsbQ== 43568 +YnVhdA== 43569 +IGNpbmU= 43570 +a2llag== 43571 +S2V2aW4= 43572 +IG1pbGxpZ3JhbXM= 43573 +15PXqA== 43574 +YXJpYW1lbnRl 43575 +IG9ybw== 43576 +IEhvZA== 43577 +ZXJ0b3M= 43578 +IGxpaGF0 43579 +IGZ1bGxlc3Q= 43580 +IGdyYW5kaQ== 43581 +INCx0L7Qug== 43582 +IHdob2xseQ== 43583 +IG1haGRvbGw= 43584 +IGNvbnRyb2xs 43585 +IEJ1bnVu 43586 +IGRpcHBlZA== 43587 +IHJlZ2nDs24= 43588 +INmE2Yg= 43589 +INCx0LDQsw== 43590 +IHByZW1pZXJz 43591 +IGNo4buL 43592 +aWRleg== 43593 +IHF1b3Rh 43594 +IGdoZWU= 43595 +YXJrYW4= 43596 +IGdlbGF0aW4= 43597 +IENsZXJr 43598 +YmJsZXM= 43599 +IFBhaWdl 43600 +IHN0YWdlZA== 43601 +IHNvY2lhaXM= 43602 +IEJpemlt 43603 +IHZlbG9jaWRhZGU= 43604 +IG1hbGFyaWE= 43605 +IHNob3J0ZW5lZA== 43606 +IHNhbHV0 43607 +IEhlaGU= 43608 +IHbhu4s= 43609 +IFRhaXdhbmVzZQ== 43610 +IEFycmk= 43611 +Z3Jlcw== 43612 +KCk= 43613 +cmlhZA== 43614 +kZDr 43615 +IG1hc2N1bGluaXR5 43616 +TFA= 43617 +IOuWoQ== 43618 +IHTDqXJtaW4= 43619 +IFbDpA== 43620 +IFNlaXRlbg== 43621 +IHJlc3BlY3RmdWxseQ== 43622 +w6Fv 43623 +IHRvdGFsZW1lbnQ= 43624 +IHNjcmFwcw== 43625 +IGluZnJpbmc= 43626 +IEJvc2U= 43627 +YW1hcg== 43628 +IEx1aXph 43629 +IEFSTQ== 43630 +INC/0LvQvtGF0L4= 43631 +IG1laWxsw6Q= 43632 +IERpb24= 43633 +IHNvdWhh 43634 +IGdlc2NoYWZmdA== 43635 +IGNvbnZvbHV0aW9u 43636 +IOKAkeKAkQ== 43637 +IDE0NA== 43638 +bGluZ3Q= 43639 +IG3DpG5uaXNr 43640 +IGd1c3RhZG8= 43641 +IGNvaW5lZA== 43642 +IEx1bHU= 43643 +b3BvdA== 43644 +IFByYXllcg== 43645 +IHJvYXN0aW5n 43646 +IGNocm9tb3NvbWVz 43647 +0LXQu9C1 43648 +Qmx1ZQ== 43649 +IEVyZm9sZw== 43650 +INC/0YDQuNC00YPQvA== 43651 +IHJpc2tpbmc= 43652 +IEd1YXJkaWFucw== 43653 +IDIwMjQ= 43654 +w6hzZQ== 43655 +INCx0YPQtNGC0L4= 43656 +IGNvbnNlcnZl 43657 +IEJyaW5naW5n 43658 +IEFzdHJh 43659 +4LmA4LiC 43660 +INC60LDQutGD0Y4= 43661 +cmVzcGFjZQ== 43662 +INCe0L8= 43663 +INCy0L7QutGA0YPQsw== 43664 +IG1hc2tlZA== 43665 +IFNoeQ== 43666 +IE5pbQ== 43667 +ZW5kYXM= 43668 +IO2PrOyduA== 43669 +IOuqqOyWkQ== 43670 +IHZhbGV1cg== 43671 +IE5lZ3Jv 43672 +IENEcw== 43673 +aW5rbGluZw== 43674 +IG1vbnTDs24= 43675 +IEhvbmQ= 43676 +UmVhbA== 43677 +IGZ1bGxuZXNz 43678 +IFdob29wcw== 43679 +IFNoYW5r 43680 +IEJyYW4= 43681 +IHRyYW5zbHVj 43682 +IGVycg== 43683 +IEdhcmRlbnM= 43684 +b3l1 43685 +IGFmZmlybWF0aXZl 43686 +IHBvdHRlcnk= 43687 +bGl2ZQ== 43688 +aWF1 43689 +bW91bnQ= 43690 +IGZsdWN0dWF0aW9ucw== 43691 +w61lbQ== 43692 +IHB1bHNlcw== 43693 +IGNyaWFuw6dhcw== 43694 +zq/Osc+C 43695 +IGJhc3Rh 43696 +RU5OSVM= 43697 +INC60L7RgNC/ 43698 +IEZ1bms= 43699 +w6VydA== 43700 +INC30LDRgtC10Lw= 43701 +IHBhcmFzaXRlcw== 43702 +IGFpcmZsb3c= 43703 +IFh1YW4= 43704 +R8O8bG1l 43705 +IGJsb29taW5n 43706 +IG11bW15 43707 +IGJhbw== 43708 +IENsYXA= 43709 +YW50aWNz 43710 +c2tpbg== 43711 +Y2VudHJpYw== 43712 +YmVmb3Jl 43713 +IFJJQ0hBUkQ= 43714 +IEhhaG4= 43715 +VEFLRQ== 43716 +INGC0YDQtdGC0Yw= 43717 +IHByZXNzdXJlZA== 43718 +IEt1cno= 43719 +aXN0aQ== 43720 +INC90LDRiNC10LPQvg== 43721 +IHNlbWljb25kdWN0b3I= 43722 +IENsaW50 43723 +IHBsdXA= 43724 +IE9yaWdpbg== 43725 +IEV2ZW50cw== 43726 +IOqxseyglQ== 43727 +bXBmZW4= 43728 +TkVZ 43729 +IERX 43730 +IOu2ge2VnA== 43731 +IGluZm9ybXM= 43732 +IGZvcnNr 43733 +IGFtaWdh 43734 +IENpbmNpbm4= 43735 +U3Ry 43736 +IHBhcmlzaA== 43737 +IOy7pO2U 43738 +IHNpemk= 43739 +IHBsYW50YXRpb24= 43740 +IGJsaXZlcg== 43741 +INC/0L7Qu9C40YI= 43742 +IHN1YmRpdg== 43743 +IHJhbnQ= 43744 +IHByaW5jaXBhbHM= 43745 +IGt1bm5l 43746 +w7xnZW4= 43747 +YXJlc3BhY2U= 43748 +IHZhbGxhaGk= 43749 +IGNvbGxhcHNpbmc= 43750 +2KfZhNmF 43751 +IGxpZGVy 43752 +IHRhbWE= 43753 +IGdhZ25lcg== 43754 +cm9sbGU= 43755 +IOunkOyUgOuTnOs= 43756 +IGNhdGhlZHJhbA== 43757 +IFdlYnM= 43758 +IFBvbGl0aWNz 43759 +IERlbmlz 43760 +IHR1bw== 43761 +IHJlZnJhY3Q= 43762 +IGRpc2ludGVncg== 43763 +c3Rlcw== 43764 +INC70Y7QsdC+0LI= 43765 +IHdpbHQ= 43766 +IHRydXN0cw== 43767 +IGtvbXVu 43768 +IEJhc2tldA== 43769 +fiEh 43770 +bmFl 43771 +INCa0L7Quw== 43772 +IHN5bGxhYmxlcw== 43773 +IEhlbnJp 43774 +IE5hYg== 43775 +2YjYuQ== 43776 +IHdu 43777 +IGthbXA= 43778 +IFByYWd1ZQ== 43779 +IEJyZWFrZmFzdA== 43780 +IOq3uOuftA== 43781 +IGNodXQ= 43782 +IDMzMA== 43783 +IEluZHVzdHJpZXM= 43784 +IGnFn2k= 43785 +IEdvbGRtYW4= 43786 +IMSwbnM= 43787 +dXNzYQ== 43788 +aXRoZQ== 43789 +hJA= 43790 +IFNPVU5E 43791 +0LDQu9GM0L3Ri9C8 43792 +Lig= 43793 +INCz0L7RgNCw0Lc= 43794 +IGRhZ2VnZW4= 43795 +IOuu 43796 +IHdhaXRlcg== 43797 +bGVuZ3Ro 43798 +IM+Dz4TOsQ== 43799 +IGNodW5reQ== 43800 +U2E= 43801 +IHJ1c3R5 43802 +IEp1ZGl0aA== 43803 +NzUw 43804 +IGVwb3h5 43805 +7Lmg 43806 +bWV0cm8= 43807 +IHJlamVjdGluZw== 43808 +IHNxdWlzaHk= 43809 +IHBsdXBhcnQ= 43810 +IG3DqXRo 43811 +IGFzcGlyaW5n 43812 +IERyYW1h 43813 +IHVwbGlmdA== 43814 +p4jri6Q= 43815 +Li4uLi4uLi4uLi4uLi4uLg== 43816 +oKTsmpQ= 43817 +IHTDqWNuaWNh 43818 +IHBhc2FuZG8= 43819 +VGhvc2U= 43820 +INGA0LDQt9C00LXQuw== 43821 +IG1lZGlvY3Jl 43822 +IE5pY2tlbA== 43823 +IHN1cGVyaGVyb2Vz 43824 +IG1pc3Npb25hcnk= 43825 +IFBhcmVjZQ== 43826 +IHJvdGF0aW9uYWw= 43827 +IHByZXR0 43828 +IGxhbWE= 43829 +IGNhbnlvbg== 43830 +IGJldGVy 43831 +IFByb3Zvc3Q= 43832 +IGh2aXM= 43833 +IGRlYWN0aXY= 43834 +IEhlbHM= 43835 +cGZsaWNodA== 43836 +U29tZXRoaW5n 43837 +IFBpZXJjZQ== 43838 +IOqygOywsA== 43839 +bHVuZ2Vu 43840 +IHNpemluZw== 43841 +IGxhdGl0dWRl 43842 +IE5vbmV0aGVsZXNz 43843 +b21uaWE= 43844 +IFNhYnJpbmE= 43845 +IER5bmFtaWM= 43846 +b250YQ== 43847 +7IaQ 43848 +IGRpcmVjdGl2ZQ== 43849 +IERlcG90 43850 +IGZ1ZWxlZA== 43851 +IGV4cGlyZQ== 43852 +IGNvbcO6bg== 43853 +IFNleHVhbA== 43854 +IEdvcmU= 43855 +IHJlc3RsZXNz 43856 +IEpBS0U= 43857 +0YLQtdGA0LXRgQ== 43858 +INGC0YDQsNC9 43859 +IEhvbHo= 43860 +IEFjdG9y 43861 +Y2FsbA== 43862 +IGVtYWlsZWQ= 43863 +IFBlYXI= 43864 +0YPQtNC4 43865 +0YDQsNC7 43866 +IG3DoHk= 43867 +IENIRUVSSU5H 43868 +IHJldGFpbGVy 43869 +IHByb3Ry 43870 +IGRpc2NhcmRlZA== 43871 +IEhJUw== 43872 +IGV2YW5nZWxpY2Fs 43873 +IEVsc2U= 43874 +IGV4cGxvcmVz 43875 +IGNyaXRpY2l6aW5n 43876 +aWZpaw== 43877 +IHdoaXBwaW5n 43878 +IG9waXM= 43879 +b3VzZWQ= 43880 +RnJlZQ== 43881 +IO2MrA== 43882 +IG1pY3M= 43883 +cnVubmluZw== 43884 +T2I= 43885 +aXRpw6k= 43886 +IG5lY2VzaXRh 43887 +IERvbWluaWNhbg== 43888 +IEJhZ2g= 43889 +IHRlbmRlbmNpZXM= 43890 +IE1ldHJvcG9saXRhbg== 43891 +xZFs 43892 +INC30L3QsNC10Lw= 43893 +IFphbQ== 43894 +IERlYWRwb29s 43895 +YWxlxbw= 43896 +IGludmVzdGlnYXRpdmU= 43897 +IFByb251bmNpYXRpb24= 43898 +IGVtdWxhdGU= 43899 +IGJhbmNv 43900 +IC3imao= 43901 +IG92ZXJhcmNoaW5n 43902 +bGljaGVz 43903 +INCy0L7Qt9Cy0YDQsNGJ 43904 +IFNjYXJ5 43905 +IEtpYQ== 43906 +cm9udGluZw== 43907 +aW5uZWQ= 43908 +INuB2Yg= 43909 +7IiY66W8 43910 +d2Vs 43911 +IOuzhOuhnA== 43912 +IHVuaW50ZW50aW9u 43913 +YWFT 43914 +IG5pY2VzdA== 43915 +IFRlc3Rpbmc= 43916 +IElTSUw= 43917 +b2dlbm91cw== 43918 +INif 43919 +IGxpZXV0ZW5hbnQ= 43920 +IGJyYXVjaA== 43921 +IFRpcg== 43922 +ZHJpdmU= 43923 +IHRvbGVyYW50 43924 +IHNob290ZXJz 43925 +IOyYiOu7kA== 43926 +b250b24= 43927 +IHRlcmlh 43928 +aWV0ZXQ= 43929 +Um9u 43930 +bGVpZ2g= 43931 +Z2Fl 43932 +IG9sbWFr 43933 +IENsb25l 43934 +c29sZA== 43935 +IHNrZWxldG9ucw== 43936 +IGluY3VtYmVudA== 43937 +0L7QvNC1 43938 +Q09O 43939 +IGxldmVu 43940 +IG1pbGxlbm5pYWxz 43941 +IGVxdWF0b3I= 43942 +IEZlZGVy 43943 +IEFsZXhhbmRyYQ== 43944 +IHZyaWo= 43945 +IEhlYWx0aGNhcmU= 43946 +IO2VkQ== 43947 +IGVtcGhhc2l6aW5n 43948 +IGRpYWxvZ3Vlcw== 43949 +IGNoaWxsZWQ= 43950 +IHByb3c= 43951 +IFBhc3Npb24= 43952 +IExhZGVu 43953 +YXJpZXN0 43954 +YXBocmFn 43955 +IGFkZGl0aXZl 43956 +IFN0YWF0 43957 +IE5lcHQ= 43958 +IEhBTQ== 43959 +4LmA4Lit 43960 +ZGF5cw== 43961 +IO2WiOuNmA== 43962 +IHZvaWxh 43963 +INGF0Ls= 43964 +IERldXRzY2hl 43965 +cXVpcg== 43966 +T3Blbg== 43967 +IHJhbmdlZA== 43968 +IGxldmVycw== 43969 +IE1hbnNpb24= 43970 +cGFyZWQ= 43971 +IFRpdGFucw== 43972 +YXRvaXJl 43973 +IGVuZ2FnZXM= 43974 +eWV6 43975 +bmFkZW4= 43976 +IG9ic3RydWN0 43977 +IEVtbXk= 43978 +sKU= 43979 +IHRyb3Bo 43980 +IHRha2Vhd2F5cw== 43981 +Ky4= 43982 +dHljem5pZQ== 43983 +aMOpc2l0ZXo= 43984 +IHBvZMOtYQ== 43985 +IOyjvOuKlA== 43986 +IGNpdGF0aW9u 43987 +IEFxdWE= 43988 +IGRlYnVnZ2luZw== 43989 +0LLQsNC9 43990 +IOuLueyLoA== 43991 +INin2YTZig== 43992 +IGluc3RhbnRhbmVvdXM= 43993 +IEF1dHVtbg== 43994 +IGtlcGFkYQ== 43995 +IGdldGFu 43996 +aGluaQ== 43997 +eW50aGVzaXM= 43998 +INC/0LXRgNC4 43999 +IE1hY2Vk 44000 +UGFj 44001 +dW50dQ== 44002 +QnJh 44003 +INCz0L7RgNCw0LfQtNC+ 44004 +IDE5NTk= 44005 +INGC0LXQvNC/0LXRgA== 44006 +IHNhbmU= 44007 +IE9VUg== 44008 +YXN1 44009 +IOustOyX 44010 +IHZhbGxleXM= 44011 +IGxpc3Rpbmdz 44012 +IHByemVkc3Rhdw== 44013 +IGd1bW15 44014 +IGNvcnRpc29s 44015 +IE9icmln 44016 +IEFsbGllZA== 44017 +0L7QttGD 44018 +IGfDqW7DqXI= 44019 +IGRvY3M= 44020 +IENoaWxp 44021 +IEFiZHVsbGFo 44022 +S2l0 44023 +IGNvbnRyaWJ1dG9ycw== 44024 +0LPQvtGA 44025 +0LvQtdGA 44026 +IGJpbmRlcg== 44027 +IG1vZMOobGU= 44028 +7YWQ 44029 +IGludGVpcm8= 44030 +bWlz 44031 +ZmVyYQ== 44032 +2KfYsA== 44033 +TWFuaWE= 44034 +IO2ZnOuPmQ== 44035 +IOu0kOyalA== 44036 +IEpheg== 44037 +0ZbQu9GM0LrQuA== 44038 +cmlzaG5h 44039 +IOq1sA== 44040 +IHRhbWFuaG8= 44041 +IGFwcGxpYW5jZQ== 44042 +IFJlc2lzdGFuY2U= 44043 +IExPT0s= 44044 +IEh5cA== 44045 +IEhlaWw= 44046 +RmlyZQ== 44047 +dWp1 44048 +IGhlYWxz 44049 +IG1hbHQ= 44050 +IFZFUlk= 44051 +INGF0L7Rh9C10YjRjA== 44052 +IGxpbmdlcg== 44053 +IE5hcnI= 44054 +IFJlZ3VsYXI= 44055 +IExvb3A= 44056 +IExlbm8= 44057 +IHNvcnRpZQ== 44058 +IFNlcnZl 44059 +IOydtQ== 44060 +IEx1ZWdv 44061 +aXR0w6Q= 44062 +IHVuZGVz 44063 +IHNsaXBwZXJz 44064 +IG9uZGE= 44065 +IMSQw6J5 44066 +IHRhcGVk 44067 +IHRyYXZlcnNl 44068 +IHJlbGF0aXZpdHk= 44069 +IFlvc2hp 44070 +Y2pvbg== 44071 +aWxhdGVk 44072 +YWN0aXZlbHk= 44073 +INCh0L7Qsg== 44074 +IFBPTA== 44075 +0KDQmA== 44076 +aW5mbGFtbQ== 44077 +Y2hlZXJmdWw= 44078 +INee15DX 44079 +ID4+Ww== 44080 +bWluc3Rlcg== 44081 +INCy0LvQuA== 44082 +IGlkZW50aWZpZXI= 44083 +IExhbWJkYQ== 44084 +IHRyb3M= 44085 +IGZsYXdsZXNz 44086 +IGRldHJpbWVudGFs 44087 +IGJ1bmxhcsSx 44088 +V2Fy 44089 +IHJlZ2nDo28= 44090 +IEJpa2U= 44091 +Y2Vzc29ycw== 44092 +IGPDuW5n 44093 +IFJO 44094 +IOq9gw== 44095 +IGvDvMOnw7xr 44096 +IEJlZ2lubmluZw== 44097 +7Zi46w== 44098 +IGdld2U= 44099 +IGRlbm90ZQ== 44100 +IEFsYmVydG8= 44101 +IHByb2Jpb3Q= 44102 +IG9kZQ== 44103 +IG1vbGFy 44104 +IGJ1cnN0aW5n 44105 +YXNzdW1lZA== 44106 +IGZvb3RwcmludHM= 44107 +dmVkYQ== 44108 +IHN0ZXJvaWRz 44109 +IGZsYW1pbmc= 44110 +IEVsbGVy 44111 +IGVya2VubmVu 44112 +w6R0emVu 44113 +IGxpZmVjeWNsZQ== 44114 +IERPVQ== 44115 +IEthcmVuYQ== 44116 +IEd1ZXJyYQ== 44117 +IHNpbmlzdGVy 44118 +IHBvZMOpaXM= 44119 +IHBhcmFi 44120 +IG9rbw== 44121 +IG1hdMOpcmk= 44122 +IGNhcmlj 44123 +c29uYXJv 44124 +IHByYXRpY2FtZW50ZQ== 44125 +0YPRgdCw 44126 +IGNvbXVucXVl 44127 +IHZpZ2lsYW50 44128 +IHJlZ2ltZXM= 44129 +IFNob290aW5n 44130 +IHJhaWRz 44131 +IE5vcmE= 44132 +IFdpZWRlcg== 44133 +bWVucw== 44134 +INGB0L7QtA== 44135 +IOqyveyasOyXkOuKlA== 44136 +INCy0YXQvtC0 44137 +IGF1dG9iaQ== 44138 +IFNjaG4= 44139 +IFJvYmJpZQ== 44140 +IEZpdG5lc3M= 44141 +INC60L7QvdGE 44142 +IHBlbmd1aW4= 44143 +0LzQvtGC0YDRjw== 44144 +INC80LjQvdC40Lw= 44145 +cGxheXM= 44146 +IGRlbGVnYXRlcw== 44147 +TWVy 44148 +IHNpc3RlbQ== 44149 +IE1pY2hhZWxz 44150 +bWFsZQ== 44151 +2KfYuQ== 44152 +IGPDoWNo 44153 +IEjDpA== 44154 +INeZ15XXk9ei 44155 +IHN1cGVycG93ZXI= 44156 +IHN0cm9u 44157 +IHJvdmVy 44158 +IGTDqXBlbmQ= 44159 +IHJldGlyaW5n 44160 +IHZhbXBpcmVz 44161 +IG1lcmRl 44162 +IENoYW5naW5n 44163 +IHRhbWU= 44164 +IHNwb2tlc3BlcnNvbg== 44165 +IGNheQ== 44166 +IGZsaXJ0aW5n 44167 +IEdyw7Y= 44168 +IHfDpHI= 44169 +IHd5Yg== 44170 +IGNvZXVy 44171 +4bqhbmg= 44172 +IOyZgOyEnA== 44173 +IGNvbm5haXM= 44174 +IEh1bmRyZWRz 44175 +IEJlYQ== 44176 +IM6xz4A= 44177 +cHJ1Y2g= 44178 +IHNvY2llZGFkZQ== 44179 +IFdoaWxzdA== 44180 +IEthaXQ= 44181 +ZXNwYWNl 44182 +IGNoaWE= 44183 +IEVybQ== 44184 +IOuwlOq/ 44185 +IGZlbmNlcw== 44186 +IE1vcnRhbA== 44187 +6rKB 44188 +INCz0YDQsNGE 44189 +IEhvbWVsYW5k 44190 +IEpVTg== 44191 +aXNzdA== 44192 +IHBhcmxhcg== 44193 +IHNwb3J0eQ== 44194 +w6lv 44195 +IGRlZXBlbg== 44196 +IEJlaGF2aW9y 44197 +IGVycmFuZA== 44198 +IHJvdGFyeQ== 44199 +IFdlbGxpbmd0b24= 44200 +V2luZA== 44201 +IG1lc2VsYQ== 44202 +4bqjbmc= 44203 +aWVuZGU= 44204 +IGV4Y2VsbA== 44205 +IEdlbml1cw== 44206 +IEVkdWFyZG8= 44207 +IMWfdW51 44208 +IMSwc3RhbmJ1bA== 44209 +IHByb2R1dG8= 44210 +IOOFjuOFjg== 44211 +T0ZG 44212 +IHdvbGx0 44213 +IOuJtOyKpA== 44214 +IGxhc3M= 44215 +IGhlcnR6 44216 +IGFyb21hdGlj 44217 +INC30LLQvtC9 44218 +IGF1dG9j 44219 +IEx1c3Q= 44220 +IDExMg== 44221 +IM6X 44222 +IHJldmlld2Vycw== 44223 +IHJlY2VwdGl2ZQ== 44224 +w6JuZA== 44225 +b2dsbw== 44226 +IOyVhOuLmQ== 44227 +IG5nbw== 44228 +0ZbRgtC4 44229 +w6V0 44230 +Y29ubw== 44231 +IHRla3Jhcg== 44232 +IOyjvOqzoA== 44233 +IGdlbG1pxZ8= 44234 +IGJlZHRpbWU= 44235 +IEFyZ2g= 44236 +QURB 44237 +INCz0L7RgNC+0LTQsA== 44238 +IMSH 44239 +IGFsbGlhbmNlcw== 44240 +Z2lnZ2xpbmc= 44241 +IHllcmRl 44242 +IHNwaWVz 44243 +IGd1dGVz 44244 +w6dp 44245 +IGFsbHRpZA== 44246 +IExhaA== 44247 +npDr 44248 +IGRva8WCYWQ= 44249 +2YjZig== 44250 +IHRveGljaXR5 44251 +IGNhbmNlbGxhdGlvbg== 44252 +IDE5NTg= 44253 +ZHJv 44254 +IOyekeydgA== 44255 +IE1vdG9yb2xh 44256 +IG11bHRpbg== 44257 +IGVudGh1c2lhc3Rz 44258 +IE1pZ2h0eQ== 44259 +IENvY29udXQ= 44260 +OuOAjA== 44261 +IFBpY3R1cmVz 44262 +IHNhbmdyZQ== 44263 +IGJsaW5raW5n 44264 +b2xlc29tZQ== 44265 +IOyKpO2DgOydvA== 44266 +RlA= 44267 +IGJvb21pbmc= 44268 +INC00LXRgdGP0YI= 44269 +IHJhdGNoZXQ= 44270 +IHRpbWVsaW5lcw== 44271 +bGVuZXNz 44272 +IGNhZ2Vz 44273 +IEdvb2RuaWdodA== 44274 +b21ldGltZXM= 44275 +IGN1bm5pbmc= 44276 +IFJpc2s= 44277 +dWxlZA== 44278 +ZGFkZQ== 44279 +IHByYXRh 44280 +IGd1c3RhcsOtYQ== 44281 +YW11cw== 44282 +IEppbnBpbmc= 44283 +IGVzdHJ1dA== 44284 +IGRlc2NvYnJpcg== 44285 +IE3EgQ== 44286 +IEFsbGFu 44287 +INec16c= 44288 +IHByZXNlcnY= 44289 +IFN0cmF3YmVycnk= 44290 +xI8= 44291 +THU= 44292 +IGtybw== 44293 +IFJlcG9ydHM= 44294 +7IWU7JW8 44295 +IHZhbHQ= 44296 +IHBvdXZhaXQ= 44297 +IGFwcGFy 44298 +IEJvbmU= 44299 +IHByZWZlcmFibHk= 44300 +IFJlcMO6YmxpY2E= 44301 +IGhlcnpsaWNo 44302 +IGNoaW1uZXk= 44303 +IMOnZXY= 44304 +IHZpc2Fz 44305 +IHZlcnI= 44306 +IGN1bHRpdmF0aW9u 44307 +IEFybWVuaWE= 44308 +INCy0LTRgNGD0LM= 44309 +IGNvY2tybw== 44310 +cmV0Y2hlZA== 44311 +YXJ0eg== 44312 +INC70Y7QtNGP0Lw= 44313 +IHBvbMOtdGljYXM= 44314 +IFBhbno= 44315 +IEFLQQ== 44316 +IOuIjOufrA== 44317 +IGVycm8= 44318 +IGNhbXBlcg== 44319 +IDEwMg== 44320 +4KS4 44321 +ZG9uZQ== 44322 +IGhvYXJk 44323 +INCf0L7RgtC+0Lw= 44324 +amVvbmc= 44325 +IGRlc3Rh 44326 +cGFr 44327 +IGluaW0= 44328 +IGdyb3dlcnM= 44329 +IE1lc3NhZ2U= 44330 +IGVsZWN0b3I= 44331 +ZW5nYWdl 44332 +IEZvcmJlcw== 44333 +IENpbmNpbm5hdGk= 44334 +IGRpZmbDqXJlbmNl 44335 +ZGY= 44336 +IHNwYXI= 44337 +IGF3YWl0cw== 44338 +IFVTU1I= 44339 +IFJpc2luZw== 44340 +IEhvxZ8= 44341 +IGZvb3Rpbmc= 44342 +IGNvbmRpY2lvbmVz 44343 +0YLQvtGA0L7Qsg== 44344 +IGNsaW5pY2lhbg== 44345 +IERpc2t1c3M= 44346 +16jXkg== 44347 +16U= 44348 +aXRlaXQ= 44349 +Z3Jlbg== 44350 +IGNoYXJpc21h 44351 +IGxldWtl 44352 +IGlycml0YXRpbmc= 44353 +IGNpcmNh 44354 +IFJob2Rlcw== 44355 +IHBpb3I= 44356 +IGhhbmRpY2Fw 44357 +cm95YWJsZQ== 44358 +IHZ1bGw= 44359 +T0c= 44360 +IGluw61jaW8= 44361 +aWVyaQ== 44362 +IHNwbGFzaGluZw== 44363 +IGRlbWlzZQ== 44364 +IGFzc2lzdGly 44365 +0YfRgtC+ 44366 +IGNvdmVydA== 44367 +IEd1ZA== 44368 +4LiJ 44369 +a2zDpHI= 44370 +IOyekOq+uA== 44371 +IHZlcsOkbmRlcnQ= 44372 +IFJFTQ== 44373 +IENvbnZlbg== 44374 +YXRnZQ== 44375 +IHBpZXJ3c3pl 44376 +IGNsZXJneQ== 44377 +bGluZ3Rvbg== 44378 +bGl2 44379 +VlBO 44380 +INGB0L7QttCw0Ls= 44381 +IEhhdGU= 44382 +z4bOvw== 44383 +IFJlc3BvbnM= 44384 +0L7Qt9C0 44385 +IGV0bWVr 44386 +IGNoZW1pbg== 44387 +2YXYqQ== 44388 +IOqwgOyhsQ== 44389 +VHJl 44390 +IHVtYXM= 44391 +IEJ1cnRvbg== 44392 +IHBhdHJpYXJjaA== 44393 +IFNtaXRoc29uaWFu 44394 +pZg= 44395 +TW9vbg== 44396 +QWly 44397 +IG1lZGlvcw== 44398 +IGVyYXNlcg== 44399 +IHdvbGx0ZW4= 44400 +IHBhcmVpbA== 44401 +IEJpbGxpZQ== 44402 +0LXRgNGC0LI= 44403 +IHBhcmxhbWVudA== 44404 +IGFnb255 44405 +IFFVRQ== 44406 +c2VxdWVudGx5 44407 +QW5vdGhlcg== 44408 +IFdoZXc= 44409 +IEFubnVhbA== 44410 +IHNlYmVu 44411 +7IOB7J2E 44412 +dmFsdWVz 44413 +npzrp4w= 44414 +IHNpbm9u 44415 +ZXJlYWw= 44416 +IEVubGlnaHQ= 44417 +IENoZW1pc3RyeQ== 44418 +IENhdGFsdW55YQ== 44419 +IGRvY3Ry 44420 +YW50b24= 44421 +IHN0dWs= 44422 +IFBsYXRl 44423 +IEthcmRhc2hpYW4= 44424 +IGZpbG9z 44425 +IFdldA== 44426 +INC/0L7Qv9GL0YI= 44427 +IHVua25vd25z 44428 +IFNjaG9u 44429 +IEJhbGR3aW4= 44430 +IHRlbGVzY29wZXM= 44431 +IEd1Y2Np 44432 +b3hpZGU= 44433 +IENvbnNlcnZhdGl2ZQ== 44434 +7ISx7J2E 44435 +IGhpbmF1cw== 44436 +UG93ZXI= 44437 +IOqxtOqwlQ== 44438 +IHByZXZhaWw= 44439 +b3JtYW4= 44440 +bWFjaGluZQ== 44441 +IDE5NDY= 44442 +IHVuYmVs 44443 +IHNjaGF1dA== 44444 +IHBpZWw= 44445 +ZWVudGg= 44446 +IG9iamVjdGl2ZWx5 44447 +IGNoYWtyYQ== 44448 +YXVkaW8= 44449 +IGNoaWNvcw== 44450 +IFZhdWx0 44451 +IG1lZGljaW5hbA== 44452 +IFRhaWw= 44453 +V2hpbGU= 44454 +IGFzcGhhbHQ= 44455 +IGZyb3pl 44456 +IEVL 44457 +dW5jaGluZw== 44458 +bm9zaXM= 44459 +MjAxNQ== 44460 +IEdyaQ== 44461 +IG9kZGx5 44462 +IE3DpHI= 44463 +IEFlZw== 44464 +Y29sbw== 44465 +UGFy 44466 +IOuTpOyWtOs= 44467 +IHZpbmRlbg== 44468 +IE9WRVI= 44469 +IGljZWQ= 44470 +IHNjb3Jw 44471 +IGhhYw== 44472 +cXVhbGlmaWVk 44473 +INGD0LLQuNC00LXRgtGM 44474 +ZXJtbw== 44475 +SEVO 44476 +IHNvaQ== 44477 +IG11bHRpcGxlcw== 44478 +IGxheW91dHM= 44479 +IGJsaW5kbmVzcw== 44480 +IEJvd3Nlcg== 44481 +INC/0L7QtNGC 44482 +IMOO 44483 +dmVudGlvbmFs 44484 +IG1hdGE= 44485 +bWFkxLE= 44486 +IGdlZXo= 44487 +IGNhZGVuY2U= 44488 +IHdhxbxuZQ== 44489 +IENocmlzdGll 44490 +dmVuZ2U= 44491 +Q2FsbA== 44492 +IHR1cm5hcm91bmQ= 44493 +IGJsb2I= 44494 +INCv0Lo= 44495 +IFZvaWNlb3Zlcg== 44496 +IHBlcmls 44497 +IEphaW1l 44498 +IEhPWQ== 44499 +bGFuZQ== 44500 +IHNlYmVs 44501 +IER1bw== 44502 +IEhpc3RvcmljYWw= 44503 +IGRuaQ== 44504 +IGdlbWE= 44505 +eWs= 44506 +IHNhYmVt 44507 +4bqvbmc= 44508 +IHZhcnM= 44509 +IFJvbm5pZQ== 44510 +IFJvbmFsZG8= 44511 +IFBlcnF1w6g= 44512 +bnNpbm4= 44513 +aGFpcg== 44514 +IHJlbGVudGxlc3M= 44515 +IGx5bg== 44516 +IHRyYXZlbGVy 44517 +bmluZQ== 44518 +IGFudGlt 44519 +IOy8gA== 44520 +IHNub3diYWxs 44521 +INGF0LDRgNCw0LrRgtC10YA= 44522 +IGludGVybnM= 44523 +IGNvbnN0aXR1ZW5jeQ== 44524 +INCd0LDQvA== 44525 +15zXnA== 44526 +VkVM 44527 +IHZpa3RpZ3Q= 44528 +IGFwb3lv 44529 +2YTYqA== 44530 +IGphcmQ= 44531 +IGhlaWdodGVuZWQ= 44532 +0YDQvtGB0YI= 44533 +IFNNSVRI 44534 +INC00LXQu9Cw 44535 +IHJlcGFpcmluZw== 44536 +IHJpZ3Q= 44537 +IFNoZWlraA== 44538 +IEJyaXRuZXk= 44539 +IGV2ZXJ5dGltZQ== 44540 +IGFkdmVudHVyb3Vz 44541 +b2NrZXk= 44542 +ZXJudA== 44543 +IGF0YXF1ZQ== 44544 +IEFsdGVybmF0aXZlbHk= 44545 +ZWZmZWN0 44546 +IHBhbGF2cmFz 44547 +IEVsbGlvdHQ= 44548 +IHLDqXVzc2k= 44549 +IGh5cGVydGVuc2lvbg== 44550 +IE1hbnVhbA== 44551 +IHByb3BoZXRpYw== 44552 +IGhhbmRj 44553 +0YzQtQ== 44554 +IHJlZnJhaW4= 44555 +IFNxdWlk 44556 +7J6h 44557 +INC60L7QvNCw0L0= 44558 +w6RsbGVu 44559 +IGxsZWfDsw== 44560 +IGJhc2g= 44561 +aW9ueQ== 44562 +INGB0LrQu9Cw0LQ= 44563 +INC60LDQsQ== 44564 +IGNhcmVsZXNz 44565 +IFBvb2w= 44566 +IHRyw6Fz 44567 +IGZpbHM= 44568 +IFNjaHI= 44569 +IHNwcmF3ZA== 44570 +IE1vbmF0ZW4= 44571 +IHVuZm9yZ2V0dGFibGU= 44572 +IENvdHRvbg== 44573 +IGluY29udmVuaWVudA== 44574 +IFJY 44575 +b3Jpcw== 44576 +IGh1bWJsZWQ= 44577 +16rXlw== 44578 +INii2b4= 44579 +IGluY3Jlw60= 44580 +IEtvbW1lbnRhcmU= 44581 +cmFjacOzbg== 44582 +IHZhbnRhZ2U= 44583 +IFNlYWw= 44584 +IOydtOqxsOulvA== 44585 +IGpvdWU= 44586 +IOyYpOuemA== 44587 +INC40YHQv9GL0YI= 44588 +b2Jlbg== 44589 +IGdyYXRl 44590 +IGNvbnRyb2xl 44591 +IFBlcmN5 44592 +xYJhZGE= 44593 +IHNpbXVsdGFuZW91cw== 44594 +IHByb3RvdHk= 44595 +IGdyb8OfZXI= 44596 +IGJld3Vzc3Q= 44597 +aW5pemk= 44598 +IHBhc3NpZXJlbg== 44599 +IEhhcHBpbmVzcw== 44600 +c2hp 44601 +Z2VodA== 44602 +IHN0YXRpb25lZA== 44603 +IEVyZ2Vibmlz 44604 +IGRpcmVjdGFtZW50ZQ== 44605 +IHN1cnZpdmVz 44606 +IHBlcnNvbmVz 44607 +QkVSRw== 44608 +IHZvbWl0aW5n 44609 +IGNvbmhlY2Vy 44610 +IGFkam91cg== 44611 +IENpdmlj 44612 +cGVp 44613 +YnVyc3Q= 44614 +IOuLpOuLiA== 44615 +6Y8= 44616 +IHNsZWQ= 44617 +IHBsYXRhZm9ybWE= 44618 +IFNlY3Q= 44619 +IERlZmlu 44620 +w6lub20= 44621 +Y2huZXQ= 44622 +IHByb2ZpdGFiaWxpdHk= 44623 +IGVycmVpY2h0 44624 +4buPaQ== 44625 +Y2F0aW9u 44626 +IOyngOq4 44627 +IHBlcmRyZQ== 44628 +IGZlbG9ueQ== 44629 +IDE5NTc= 44630 +IHVuc3VjY2Vzc2Z1bA== 44631 +IG5hZ3lvbg== 44632 +IGVsYXN0aWNpdHk= 44633 +IGZhY2FkZQ== 44634 +IGVhcnRobHk= 44635 +INCw0LzQtdGA0LjQutCw0L0= 44636 +IGNvbm4= 44637 +Y2xh 44638 +RHU= 44639 +IHBvbGl0aXF1ZXM= 44640 +IGhhbG8= 44641 +aWFudGVz 44642 +INC80L7QtdC5 44643 +dG9uZXM= 44644 +ZWxpZXI= 44645 +aHRha2luZw== 44646 +IHdpY2h0aWdl 44647 +IGFubm8= 44648 +IExvaw== 44649 +aWxsaW9ucw== 44650 +IHZpdmVy 44651 +IHNvbGNoZW4= 44652 +IHN1Zg== 44653 +IFNhbHo= 44654 +IE52aWRpYQ== 44655 +enVnZQ== 44656 +IFNwaWtl 44657 +VmlkZW8= 44658 +IHR3b3I= 44659 +IEFsYQ== 44660 +IGhhbnlh 44661 +IEFkbQ== 44662 +7J21 44663 +IFBhdGllbnRlbg== 44664 +IE9uaW9u 44665 +IEtvYmU= 44666 +IFNjZW5l 44667 +IFJhc2g= 44668 +0YDQsNGB0YI= 44669 +aXN0YW5p 44670 +R2VuZXJhbA== 44671 +bGV5ZQ== 44672 +aW1iYXA= 44673 +IGNvbmNlYWxlZA== 44674 +IEZyaWRheXM= 44675 +IFdvb2w= 44676 +INC90L7QstGL0YU= 44677 +2LTYsQ== 44678 +IOqysOqzvA== 44679 +IGplZG9jaA== 44680 +tOyLnA== 44681 +k6Trj4Q= 44682 +IOyepeuCnA== 44683 +dWt0 44684 +TG91 44685 +IOuoueyWtA== 44686 +IEV4cGVjdA== 44687 +INC00L7QvNC+0Lk= 44688 +IGlycmVzcG9uc2libGU= 44689 +IGFjZXJjYQ== 44690 +IFp1c3Q= 44691 +16jXmA== 44692 +VUk= 44693 +IHlvdXR1YmVycw== 44694 +IFBvc2l0aXZl 44695 +IHNvY2lvZQ== 44696 +IHNuYXRjaA== 44697 +IHJlZnJlc2hlZA== 44698 +IG5vbWluYXRpb25z 44699 +IFBhdHQ= 44700 +IG9ic29sZXRl 44701 +IGRlbWnFnw== 44702 +b3JtdcWf 44703 +IOyGlOynge2eiA== 44704 +IGZsYQ== 44705 +IGNyYXppZXN0 44706 +IFppZQ== 44707 +IFTDug== 44708 +emVw 44709 +aWNlbQ== 44710 +IOupi+yeiA== 44711 +IGN5bmljYWw= 44712 +IHRyZXNw 44713 +IGNyYXo= 44714 +1aXV 44715 +IG5lbGxl 44716 +IG1waA== 44717 +IE5lcmVk 44718 +IEtvYg== 44719 +IEVjaw== 44720 +qLjri4g= 44721 +SmFu 44722 +INCi0L7Qs9C00LA= 44723 +IGRlY2k= 44724 +IFZvZw== 44725 +IGJ1YmJsaW5n 44726 +w7ph 44727 +IHByb2R1Y3Rvcw== 44728 +aWJlcmFs 44729 +IHJlcGxpY2F0ZWQ= 44730 +IEltcHJvdmU= 44731 +aWxsYXJ5 44732 +Q2hh 44733 +IHLDqWR1 44734 +g5DtlZjrqbQ= 44735 +IGNvbm5vdA== 44736 +IEtyaXQ= 44737 +INC00YPRhdC+0LI= 44738 +IHRyZWFkbWlsbA== 44739 +IFBX 44740 +INC30L7QstGD0YI= 44741 +IGNsYW1z 44742 +IGRyYWZ0aW5n 44743 +IDE5NTY= 44744 +dW50YQ== 44745 +IGV4cGVuZGl0dXJlcw== 44746 +IEhvb3Zlcg== 44747 +V09P 44748 +0YjQtdC1 44749 +IGRlZHVjdGlvbg== 44750 +bW9uYXJ5 44751 +IHJlY2li 44752 +IHBvdm8= 44753 +IOuNlOs= 44754 +IFBBTA== 44755 +IEJsb3c= 44756 +IHd5cA== 44757 +IGRlc3RhYw== 44758 +ZGVhbA== 44759 +R3JhZW1l 44760 +IG7DqWNlc3NhaXJl 44761 +IGRhbW5lZA== 44762 +IDE5Mzg= 44763 +IOyLpOygnOuhnA== 44764 +IHRyb29w 44765 +IGluc2lnaHRmdWw= 44766 +IFRK 44767 +INC+0YHQsg== 44768 +IGZpZGVsaXR5 44769 +IFNraXA= 44770 +IE1heW8= 44771 +66ed 44772 +YXBwZQ== 44773 +IGJsYXM= 44774 +IFdZ 44775 +IEdO 44776 +Y3Rhcg== 44777 +U3U= 44778 +IGN1ZW50 44779 +aGV3cw== 44780 +IGNvcnBzZXM= 44781 +QWJz 44782 +IHdhc3Rld2F0ZXI= 44783 +IGNpZWs= 44784 +IE9udQ== 44785 +IGV4cGxvc2l2ZXM= 44786 +IGFybWE= 44787 +IFNURVBIQU4= 44788 +cG9saXRpaw== 44789 +IE9zYWth 44790 +dGHFgg== 44791 +IHlhcMSxeW9y 44792 +IGl6cXVpZXI= 44793 +IGJlbGV6YQ== 44794 +IFd5YXR0 44795 +IHN1aw== 44796 +IHNwZWNqYWw= 44797 +IGRhbmtl 44798 +d2hpc3RsZQ== 44799 +IGbDrXNpY2E= 44800 +IEhhcnJpZXQ= 44801 +IOyVhO2MjA== 44802 +IHdpbGxrb21tZW4= 44803 +aXBpbmc= 44804 +INGB0LzQvtGC0YDQuNGC0LU= 44805 +INC80L7QttC10YjRjA== 44806 +IGluYWNjdXJhdGU= 44807 +IGFycm9nYW5jZQ== 44808 +IFJlbW8= 44809 +zrPOrA== 44810 +YXNzZWQ= 44811 +IGRlbGl2ZXJpZXM= 44812 +IHN0aW5reQ== 44813 +INC/0LXRgNC10LY= 44814 +amF5 44815 +IHRyYW5zaXRpb25hbA== 44816 +IHJlcmU= 44817 +IE5HT3M= 44818 +IEFUTQ== 44819 +2K7Yqg== 44820 +aW9sb2d5 44821 +INCy0LvQsNC0 44822 +IHNjaG1l 44823 +IFNoaW5l 44824 +7JWh 44825 +cGFudHM= 44826 +IHNlcmdl 44827 +IHNlbmhvcg== 44828 +IGFiZHVjdA== 44829 +IEJyeWFudA== 44830 +VkVT 44831 +IGF3YWtlbmVk 44832 +IExheg== 44833 +cm9wb2xpcw== 44834 +IExhbw== 44835 +IHZpbGxh 44836 +IHN1bW1lcnM= 44837 +IGVudGhhbA== 44838 +IDE5NDk= 44839 +Vmlh 44840 +IOyWtOyo 44841 +IHRlbmRvbg== 44842 +IHZpb2xldA== 44843 +IGludGVsbGVjdHVhbGx5 44844 +IGJvdW5jZWQ= 44845 +YXJhdXM= 44846 +IDE5MTk= 44847 +IHZyYWFn 44848 +IHNwZWw= 44849 +IFNjaHdhcg== 44850 +U2NvdHQ= 44851 +IEluZG8= 44852 +IOunnQ== 44853 +IGNhbm9uaWNhbA== 44854 +IElLRQ== 44855 +IHRoYXTDrXM= 44856 +IG1lbGxhbg== 44857 +aWdtYXQ= 44858 +Q291bGQ= 44859 +Li4uPyk= 44860 +IGZvYXJ0ZQ== 44861 +IEt1bWFy 44862 +cmVuZG8= 44863 +IMOpbMOp 44864 +4LQ= 44865 +dmFsdWF0aW9u 44866 +Y2FzZXM= 44867 +IGludHVpdGl2ZWx5 44868 +aG9uZw== 44869 +ZXR0ZWQ= 44870 +IHNvdXZlbg== 44871 +IG1vcmI= 44872 +IGNvcnM= 44873 +IE5W 44874 +IEhhc2Fu 44875 +aWV2ZWQ= 44876 +IOyngOq4iOydgA== 44877 +IGR1bXBsaW5n 44878 +IGNvbnRyw7RsZQ== 44879 +IGFtYmlndWl0eQ== 44880 +IGNvZw== 44881 +IFNjcmlwdHVyZXM= 44882 +IGNhaQ== 44883 +IGJldmVy 44884 +IGh1aXM= 44885 +IGFpbWU= 44886 +IGVya2zDpHJlbg== 44887 +IExN 44888 +IEZleQ== 44889 +4K6x4K6k 44890 +IHN1cGVydmlzZWQ= 44891 +IGpld2U= 44892 +c3Bs 44893 +INGG0LXQvdGC0YA= 44894 +IGNvbGxpc2lvbnM= 44895 +2YTZgQ== 44896 +IEhvZ3dhcnRz 44897 +IER1cmhhbQ== 44898 +15XXow== 44899 +IHBob3NwaGF0ZQ== 44900 +IG92ZXJzZWU= 44901 +IGluc3BlY3Rpb25z 44902 +IGJyaW5j 44903 +IFphaw== 44904 +IHBheW9mZg== 44905 +IGNoYXVk 44906 +IEh1bmdlcg== 44907 +w6Nvcw== 44908 +dmly 44909 +IGZpYW5jZQ== 44910 +IGJvdWc= 44911 +bGl2ZWQ= 44912 +Y3J5 44913 +IGpvaW50bHk= 44914 +IGdpcmxmcmllbmRz 44915 +IE5leHVz 44916 +pqzqsqDsirXri4jri6Q= 44917 +IEt3YW5n 44918 +xYLEmQ== 44919 +IE5lZGVu 44920 +aWVjZQ== 44921 +IGluc2VydGluZw== 44922 +IE11bW15 44923 +IEdsb2Jl 44924 +IGxlZQ== 44925 +IGdlcm1hbg== 44926 +IGNyZWFtcw== 44927 +YWNobw== 44928 +IGNoxrBh 44929 +IEdhbGlsZQ== 44930 +IGbDvHJz 44931 +IGVzdGl2ZXI= 44932 +Y2lkb3M= 44933 +Q2hyaXN0aWFu 44934 +IGxvcnNxdQ== 44935 +IGN1dGVzdA== 44936 +dmFsZQ== 44937 +INC60YDQtdC/ 44938 +IHdhcnk= 44939 +IHNsaWNpbmc= 44940 +IGVzcGVyYW5kbw== 44941 +IFZhbmRlcg== 44942 +IERlaXhh 44943 +IDE5NTQ= 44944 +IG3Ds3dpxIU= 44945 +0ZbRlA== 44946 +IHRvb2xpbmc= 44947 +IHJlc3Rvcg== 44948 +IHBvc2ljacOzbg== 44949 +IGludGVudGFy 44950 +IEFwYWNoZQ== 44951 +T1VM 44952 +INmI2Kg= 44953 +IG1hdGnDqHJl 44954 +IGxpbmVu 44955 +IGVzdHJhdMOpZw== 44956 +IE11dHRh 44957 +IHBhcnRpbmc= 44958 +IG1pbmltaXppbmc= 44959 +IGFwcHJlbmRyZQ== 44960 +INCw0L3Qs9C70LjQuQ== 44961 +IERvbw== 44962 +IEZpcmVmb3g= 44963 +Y8OzbW8= 44964 +IGdlb3BvbGl0 44965 +IG1ha2Fu 44966 +IG1vZ2VsaWpr 44967 +IM+AzrXPgc65 44968 +IGPhu6k= 44969 +IGluc3RhbGxlcg== 44970 +IGRpYnVq 44971 +IEhlYXRo 44972 +bG9vcA== 44973 +IEJyb2tlbg== 44974 +SFlVTg== 44975 +c2hlbGY= 44976 +IGZpemVy 44977 +IGVuaGFuY2Vz 44978 +INC00L7RgdGC0Lg= 44979 +IFBVQg== 44980 +IEtvbGxlZ2lu 44981 +IGF0dGFpbmVk 44982 +xL4= 44983 +IG1pc3RyZXNz 44984 +IE9mdGVudGltZXM= 44985 +157Xmded 44986 +IGJld2U= 44987 +IFNvcmE= 44988 +cmF1ZW4= 44989 +YmF1bQ== 44990 +IHJvbGxlcnM= 44991 +IG1lcmluZw== 44992 +IFBBQw== 44993 +INC90ZY= 44994 +IFLDqXB1YmxpcXVl 44995 +INGC0YDQsNCy 44996 +IFZhbmd1YXJk 44997 +dWNpb25lcw== 44998 +IOustOuMgA== 44999 +IGdvdXI= 45000 +r6Q= 45001 +IM+J 45002 +IHNhdW5h 45003 +IHBlaW5l 45004 +IFZhbGVyaWU= 45005 +IFNpa2g= 45006 +ZmVuZGltaXo= 45007 +YmVybw== 45008 +INGH0Lg= 45009 +IGRvxZt3aWFk 45010 +IEV1cm9z 45011 +IGNvbW1lbnRhaXJlcw== 45012 +IHR3ZWFrcw== 45013 +IEZhc3Rlcg== 45014 +INGA0LDRgdC6 45015 +IHByb2dyZXNzaXZlbHk= 45016 +IEV1Y2g= 45017 +Ym9ybw== 45018 +IEluZ3JlZA== 45019 +Q2Fw 45020 +IHVuY2hlY2s= 45021 +IOyYpOuluA== 45022 +IHdyZQ== 45023 +IEZU 45024 +w7ZydW5n 45025 +IG1lbW9yaXplZA== 45026 +IERpbm5lcg== 45027 +IFBoZXc= 45028 +b3VibA== 45029 +IHB1dGE= 45030 +IGFkbWl0cw== 45031 +0LXQt9C00LU= 45032 +b3BvZA== 45033 +IHBhbmRh 45034 +IGhpbmdlcw== 45035 +Y2lwZQ== 45036 +IHRyYW5zYWN0 45037 +IHBvZGlh 45038 +IHBpY3M= 45039 +IGNyaXRlcmlvbg== 45040 +IE9yY2hlc3RyYQ== 45041 +IEJsb2c= 45042 +IHNvbGVtbg== 45043 +IFBpeGFy 45044 +VGhyZWU= 45045 +INCy0L3QuNC3 45046 +IFZvbHVudGU= 45047 +IFNhdmFnZQ== 45048 +IFBWQw== 45049 +IENhZg== 45050 +IHd5a29u 45051 +IGdyYWRlcnM= 45052 +IGNyb3VjaA== 45053 +IGNsaWNoZQ== 45054 +IHNveWJlYW5z 45055 +IE1VUg== 45056 +IEdvbnphbGV6 45057 +IE1pbWk= 45058 +IEJvbHNvbmFybw== 45059 +IGRpYXBocmFn 45060 +IGJpbGFuZw== 45061 +65CY64qU 45062 +IHJlZ3VsYXRpbmc= 45063 +TWM= 45064 +SnVkZ2U= 45065 +INC90L7Qtg== 45066 +IGpha8SF 45067 +aXRlc3Nl 45068 +IFdpag== 45069 +IGxhdGE= 45070 +Z3JvYW5pbmc= 45071 +UE9TSU5H 45072 +INeQ15XXqteV 45073 +IGhhZ2E= 45074 +IGdyb3VuZGluZw== 45075 +IHZpb2xlbnRseQ== 45076 +IHRpbGxz 45077 +IGVuZ2Fn 45078 +IEhvbGxvdw== 45079 +INC/0L7Qv9GD0LvRj9GA 45080 +IHdwcm93YWQ= 45081 +IHJlcGxhY2Vz 45082 +IGZsdW9yZXNjZW50 45083 +dXJnaWNhbA== 45084 +aWdnbHk= 45085 +IFRyYWRpdGlvbmFs 45086 +dHRl 45087 +INmE2Yc= 45088 +IHBob3NwaG9ydXM= 45089 +IGFwcm9u 45090 +IFdhdGVycw== 45091 +IEt1bHR1cg== 45092 +0LDQstCw0Lk= 45093 +IG9saXZlcw== 45094 +INeU15DXnA== 45095 +IHRlaWx3ZWlzZQ== 45096 +IHNlbmNpbGw= 45097 +IHByZW5kcw== 45098 +IG5hcnJvd2Vy 45099 +IGrDpHR0ZQ== 45100 +IEluZm9ybWF0aW9uZW4= 45101 +7IOB7J20 45102 +IHN0YXJ2ZQ== 45103 +IGZyaWNr 45104 +IEJld2Vn 45105 +4KSy 45106 +IGRvbHBoaW4= 45107 +IExBVUdIVEVS 45108 +IElOVEVSVklF 45109 +IHlhbmzEscWf 45110 +IHRvcnBlZG8= 45111 +IHNob3J0YWdlcw== 45112 +7J2065Oc 45113 +xLFsZMSx 45114 +IHBhd3M= 45115 +IG96b25l 45116 +IGN1bHRpdmF0ZWQ= 45117 +IEZvdA== 45118 +IG5vdG9y 45119 +0L3QvtC3 45120 +INC60L7RiA== 45121 +IHRvdWNoc2NyZWVu 45122 +IEFsbHk= 45123 +IOunm+yeiOyWtOyalA== 45124 +INCh0LXRgA== 45125 +INCy0L/QvtC70L3QtQ== 45126 +IHBhcHJpa2E= 45127 +IER1c3Rpbg== 45128 +IGVmZWN0bw== 45129 +IG9waW5p 45130 +IG11dXQ= 45131 +IGjhu41j 45132 +IGludGVyamVjdA== 45133 +xJl0 45134 +IGJ1dHRz 45135 +dXJleg== 45136 +IFBpa2U= 45137 +IEhvaw== 45138 +IEd1aW5lYQ== 45139 +IENhdGhlZHJhbA== 45140 +IDE0MDA= 45141 +Q3Jh 45142 +Kyw= 45143 +66eb 45144 +s7Trj4TroZ0= 45145 +YWJ5cmlu 45146 +IHZpZGVvZw== 45147 +INC+0YDRg9C2 45148 +IHXFvg== 45149 +IGJ1c2NhbmRv 45150 +IEFzc2lzdGFuY2U= 45151 +IG1lbGhvcmVz 45152 +7KG0 45153 +IOuBvA== 45154 +IFJK 45155 +INiq2YU= 45156 +IG9taW4= 45157 +IG1vdG9yY3ljbGVz 45158 +IFNhcHA= 45159 +IHN1cHBseWluZw== 45160 +IEFsZ3Vu 45161 +IGFlcm9zcGFjZQ== 45162 +16LXnA== 45163 +b2NjdXA= 45164 +bGVpc3Q= 45165 +IOqxsOuKlA== 45166 +IGNvbXBsZXRh 45167 +YnJlcw== 45168 +ISg= 45169 +INCf0YDQtdC0 45170 +IGRpc2FkdmFudGFnZWQ= 45171 +IEF0dGVuZA== 45172 +IEp1ZGFo 45173 +4buLY2g= 45174 +eWxlbmU= 45175 +YWN0bHk= 45176 +IHNldHVwcw== 45177 +IGFtbW9uaWE= 45178 +IFNjaHdlaXo= 45179 +IFNoYW1l 45180 +IGJhbmRl 45181 +IEZ1ZWw= 45182 +IHRyb3VibGVzb21l 45183 +IG51bWVybw== 45184 +IE1PTQ== 45185 +INC/0YDQtdC00LvQsNCz 45186 +bWVudGlvbmVk 45187 +INCx0L7Qu9GM0YjQvtC1 45188 +IFZpa3Rvcg== 45189 +IFN0eWxlcw== 45190 +IGNydWNpZmllZA== 45191 +cnVjdHVyZWQ= 45192 +ZW52aXJvbg== 45193 +IG1vcmFscw== 45194 +IG1lZGl0YXRpbmc= 45195 +IGF4aWFs 45196 +aXNhbmNl 45197 +IEFic3Q= 45198 +R3JlZW4= 45199 +IOqxtOw= 45200 +IHF1YWRyYW50 45201 +IHBlcmdp 45202 +IGNhbWVyYW1hbg== 45203 +IFNlcXU= 45204 +IHBhdXNlZA== 45205 +IExhdWdoaW5n 45206 +6reA 45207 +Py4u 45208 +IMW7ZQ== 45209 +IHBlcm1pdGly 45210 +IGRldGVjdG9ycw== 45211 +IEhVRA== 45212 +YXZhbA== 45213 +IOyXrOq4sOq5jOyngA== 45214 +IGh1YnM= 45215 +IGJlc3RpbW10 45216 +INCx0YPQtNC10YLQtQ== 45217 +SU5URVJQT1NJTkc= 45218 +IHRlbmdhbg== 45219 +IGNyYXZl 45220 +IEJ1bmRlc3JlZ2llcnVuZw== 45221 +IEJsb29keQ== 45222 +IHVzYWJpbGl0eQ== 45223 +IEVhcw== 45224 +IMSR4buZbmc= 45225 +IDE5NTU= 45226 +IGtyaWVnZW4= 45227 +IGhhYml0dWFs 45228 +IGVzc2VudGlhbHM= 45229 +cmltaW5hbA== 45230 +IHJvb21tYXRlcw== 45231 +INC/0LXRgNC10YXQvtC0 45232 +IG5naGk= 45233 +IG1lbmluZw== 45234 +IFN5bXBob255 45235 +IEh1Zw== 45236 +YWdnaQ== 45237 +IHdpZWQ= 45238 +IG1pdGFk 45239 +dGVlbnRo 45240 +aWRhxIc= 45241 +U2F2ZQ== 45242 +IHJvYmnEhw== 45243 +IGJvdW5jZXM= 45244 +sJbsl5A= 45245 +c3RhcnM= 45246 +IHByYWdtYXRpYw== 45247 +IGNvZ25pdGlvbg== 45248 +IHdyYXBwZXI= 45249 +IHdhcnRlbg== 45250 +YWRo 45251 +IHBlbnNh 45252 +IEhlcnR6 45253 +IG7Emw== 45254 +IFJlaWQ= 45255 +IFBDcw== 45256 +IE1vbGU= 45257 +IC4uLi4u 45258 +IHByZWNpbw== 45259 +IENoYW1waW9uc2hpcHM= 45260 +6rCA6529 45261 +IHbDqXI= 45262 +IGNvcnJpZG9ycw== 45263 +IEVsZWN0cm9uaWM= 45264 +U2w= 45265 +INCw0LvQtQ== 45266 +IG92ZXJ0aHJvdw== 45267 +IGthYnVs 45268 +IFJFUw== 45269 +IEN5YmVycHVuaw== 45270 +0L7Qs9C+0LQ= 45271 +INCd0LDQsg== 45272 +IHdhbg== 45273 +IG1hbmlmZXN0YXRpb25z 45274 +IGN1YWxlcw== 45275 +IFdpc2U= 45276 +IEzDtnN1bmc= 45277 +IGV4Zm9s 45278 +IGVhcm5z 45279 +0YPRgdGC0LjRgtGM 45280 +IHNhcHA= 45281 +IEJyYXVu 45282 +IEJSQU5ET04= 45283 +7LmZ 45284 +IHNhbm8= 45285 +IEZFTA== 45286 +0YvQstCw0LnRgtC10YHRjA== 45287 +0L7QttC00LXQvdC40Y8= 45288 +IHNld24= 45289 +RnVu 45290 +IHJlY2lwcm9jYWw= 45291 +IGV4cGFuc2l2ZQ== 45292 +IFRyYWZmaWM= 45293 +IGt0w7NyZWdv 45294 +INmI2LM= 45295 +IOu5qA== 45296 +cHJvdmU= 45297 +aWdhcmU= 45298 +IGxvaA== 45299 +2KfYtg== 45300 +SG9wZQ== 45301 +IGRldm90ZWVz 45302 +IEdvbQ== 45303 +IHN0ZWFscw== 45304 +IFVtcw== 45305 +IFR3aWNl 45306 +aXlpbQ== 45307 +IHJoeXRobWlj 45308 +IFZvcnRl 45309 +IHByZWZpeA== 45310 +b21pbmF0aW9u 45311 +IGRhdG8= 45312 +IGN1c3RhcmQ= 45313 +IFZPSUNF 45314 +IG1lbnk= 45315 +aXN0b3Jz 45316 +IO2YkQ== 45317 +IOyCtOyVhA== 45318 +IO2DhA== 45319 +IGtvcnQ= 45320 +IGFiYQ== 45321 +IFZlcmE= 45322 +ZXB5 45323 +IOy5tOuplOudvA== 45324 +IHN1Ym1lcmdlZA== 45325 +IENsb2Nr 45326 +IHRodW1ibmFpbHM= 45327 +IGJvYXN0 45328 +IEZhcmU= 45329 +ISFd 45330 +IMWbbQ== 45331 +IGthaWtraQ== 45332 +IFRlY2hub2xvZ2llcw== 45333 +7Jm4 45334 +0LjRgtCw0Lk= 45335 +INCw0YI= 45336 +IGtub2Jz 45337 +IHJlaWNodA== 45338 +xrDhu6NuZw== 45339 +Z2xpbw== 45340 +IOunm+ydtA== 45341 +6rCQ7J2E 45342 +IGpvdGth 45343 +IEhhbmR5 45344 +IEhhYmVu 45345 +bm91cw== 45346 +IGlubGFuZA== 45347 +IGFtYXpvbg== 45348 +aG9vdGluZw== 45349 +U0w= 45350 +IGxlaXN0ZW4= 45351 +fiI= 45352 +IHByb3Zva2U= 45353 +IFR3aXN0 45354 +INeR15c= 45355 +IGRlcGFydGVk 45356 +6rCc66W8 45357 +IGtvbnNl 45358 +IENhcnd5bg== 45359 +7ZWY7Iug 45360 +aWRlbnRhbA== 45361 +RVNDTw== 45362 +IHR0ZW9rYm9ra2k= 45363 +IGRpemVuZG8= 45364 +xLFuZGFraQ== 45365 +aW1hc3U= 45366 +YWZhcg== 45367 +IGxhbmRmaWxs 45368 +IGNvcnJlY3Rpbmc= 45369 +IGNsZWFycw== 45370 +IE51bW1lcg== 45371 +SEFN 45372 +IGNhcnRyaWRnZXM= 45373 +IERpZXNlbA== 45374 +cGFjZWQ= 45375 +IG9ibGl2 45376 +IG1veWVucw== 45377 +IFNpbm5l 45378 +IFByZWlz 45379 +aWxpeg== 45380 +INGB0LzQvtC2 45381 +IGJyb2FkZW4= 45382 +eGVz 45383 +IGNhcmJvaHlkcmF0ZQ== 45384 +7Zi5 45385 +c2Vvaw== 45386 +IGVjaG9lcw== 45387 +IGNlc3M= 45388 +67CU 45389 +INCx0LjQt9C90LXRgQ== 45390 +IGxsYW1hZG8= 45391 +IGVzc2VudA== 45392 +IOydvOuwmA== 45393 +IEFpcmVz 45394 +cGhlbg== 45395 +IHplYnJh 45396 +IHN5bWJvbGlzbQ== 45397 +T25jZQ== 45398 +IHJhY2tz 45399 +IEthZmth 45400 +INGB0LXRgNGM0LXQtw== 45401 +IHNpbm4= 45402 +cGljaW91cw== 45403 +a2Fh 45404 +IG1vdGhlcmZ1Y2tlcg== 45405 +IGFwcHJlbnRpY2VzaGlw 45406 +IHJwbQ== 45407 +IHRheGF0aW9u 45408 +IGZ1cnJ5 45409 +IFNhY3JlZA== 45410 +INGA0LDQt9C8 45411 +cG9yYQ== 45412 +ZW5nZXM= 45413 +IO2XiOs= 45414 +INGB0LjQvQ== 45415 +IHNhbml0aXplcg== 45416 +IGNyaW5nZQ== 45417 +IFNjYQ== 45418 +0L7Rh9C90L4= 45419 +IG9mZXJl 45420 +IG1lbG9kaWVz 45421 +IFZlbHZldA== 45422 +IElocmVy 45423 +IEh5YnJpZA== 45424 +IEdpb3Y= 45425 +IGlyZ2VuZHdhcw== 45426 +IGRlcGVuZGU= 45427 +IFVzZXJz 45428 +IGh1bXA= 45429 +ZHJpdmluZw== 45430 +IHNm 45431 +IHJ1dGhsZXNz 45432 +4LmA4LiE 45433 +IGxlbW9ucw== 45434 +IGbDtnJldA== 45435 +IE9q 45436 +INC80LDQvNCw 45437 +IGludGVycGVyc29uYWw= 45438 +IGdldg== 45439 +IGFibm9ybQ== 45440 +0LjRgdC7 45441 +INC40L3QtA== 45442 +IGtvbnRyb2xs 45443 +IHJlZ3Jlcw== 45444 +IGxlZGdl 45445 +IGVyesOkaGx0 45446 +IFRhY3Q= 45447 +IGFycml2w6k= 45448 +IHN1YnN0YW50aXZl 45449 +IHNwb29uZnVs 45450 +endpc2NoZW4= 45451 +b29vb28= 45452 +IGNvbnRlbmlkbw== 45453 +IGJlc2w= 45454 +4buDbQ== 45455 +a3Rlbg== 45456 +SmFtaWU= 45457 +IHNhbmR5 45458 +4os= 45459 +IHBhc2U= 45460 +IGRldHRl 45461 +IEJlbGdpYW4= 45462 +6rCc6w== 45463 +dWxhcmVz 45464 +cnVk 45465 +aWdvcg== 45466 +IO2MrOs= 45467 +IHJlbWVkaWVz 45468 +IGJsYXN0aW5n 45469 +IFNpY2g= 45470 +INC+0LbQuNC0 45471 +IG1vbnN0cg== 45472 +IG1hbmlmb2xk 45473 +IGdsYXViZW4= 45474 +IEVTVA== 45475 +IHN0cmVhbWxpbmU= 45476 +IGxvYmJ5aW5n 45477 +IEdvdGhpYw== 45478 +dG9pcmU= 45479 +Li4n 45480 +IGTDqW1vY3I= 45481 +INC90LDQsdC70Y7QtA== 45482 +IHdzcMOzbA== 45483 +IGN6xJnFm8SH 45484 +aXPDqXM= 45485 +Z2FuZ2Vu 45486 +IGJlenBpZQ== 45487 +cmVtbGlu 45488 +6rCd 45489 +U3RpbGw= 45490 +IHJlc2lkZXM= 45491 +IGdlbGVjZWs= 45492 +IHTDqWzDqXBob25l 45493 +IHBld24= 45494 +IGxlb3BhcmQ= 45495 +IGNvbXBsaW1lbnRhcnk= 45496 +IGNyaWI= 45497 +IEFuaW1hbHM= 45498 +IGdlaWw= 45499 +ZXNzZWw= 45500 +IGdhcmRlcg== 45501 +IGNhdGNoeQ== 45502 +IEV0cw== 45503 +IENvbW1lcmNpYWw= 45504 +IERFTk5JUw== 45505 +IENvb3JkaW5hdG9y 45506 +IEFiaWdhaWw= 45507 +ZmZmZmZm 45508 +4bqlcA== 45509 +IHBlcXVlw7Fh 45510 +IGluamVjdGlvbnM= 45511 +Y2VrdA== 45512 +IHBoaWxhbnRocm9weQ== 45513 +IHB1Y2s= 45514 +IGNlbGVicmF0ZXM= 45515 +IER1bms= 45516 +IERsYXRlZ28= 45517 +zrTOrg== 45518 +Z3JhZHVhdGU= 45519 +IE1vYmls 45520 +dGlsbA== 45521 +YWNhbQ== 45522 +IHlvbGtz 45523 +IHRhbmdsZWQ= 45524 +IG1hbmlhYw== 45525 +IG9ibGlnZWQ= 45526 +IExhaW5r 45527 +IHZlcmRlcg== 45528 +IERhbW9u 45529 +IG11dGFudA== 45530 +IGhvcHBpbmc= 45531 +IHJlaW5z 45532 +IGludmVydGVy 45533 +IGNvbnRlbXB0 45534 +16DXoQ== 45535 +bGVhcm5pbmc= 45536 +TWlzcw== 45537 +INCT0L7RgQ== 45538 +IE1leWVy 45539 +6ruY7ISc 45540 +15XXoNeZ150= 45541 +YXNraW5n 45542 +IHRyaW1taW5n 45543 +IHRyZWFzdXJ5 45544 +IHNlbnRl 45545 +QXVzdA== 45546 +IFVudGVyc3TDvHR6dW5n 45547 +IENvbWVkeQ== 45548 +IEFuYWtpbg== 45549 +6bk= 45550 +0YDRg9GC 45551 +IEhhcmk= 45552 +b2dyYXBoZXJz 45553 +IG9hdG1lYWw= 45554 +IEJvdHM= 45555 +INC/0LDQu9GM 45556 +IGFja25vd2xlZGdlbWVudA== 45557 +eGlj 45558 +IOq0gOyLrA== 45559 +Z2FzcGluZw== 45560 +IHRlcnJhY2U= 45561 +IG9ybmFtZW50cw== 45562 +IE1FUg== 45563 +Y29tbWl0dGVl 45564 +IOyXhuyKteuLiOuLpA== 45565 +IHJpag== 45566 +6bM= 45567 +16bXnQ== 45568 +bGVtZQ== 45569 +IGxpYmVydGllcw== 45570 +IGZlbGxhcw== 45571 +IENvcHBlcg== 45572 +YmVuY2g= 45573 +IElkZWE= 45574 +4buNbg== 45575 +0YjQsA== 45576 +IHZlcnNpw7Nu 45577 +z4TOv8+N 45578 +INCc0Lg= 45579 +INC/0YDQuNC70L7Qtg== 45580 +IGJveGVy 45581 +IFRhbm5lcg== 45582 +IE1veQ== 45583 +7LmY64qU 45584 +VGhy 45585 +IHRpbmhhbQ== 45586 +IHBvbGlzaGluZw== 45587 +IGNvbnNlcXVlbnRseQ== 45588 +IGFtZW5pdGllcw== 45589 +IEtJ 45590 +IEdSRUVO 45591 +IEZyYW5raWU= 45592 +0L3QuNGC 45593 +aXR0ZWw= 45594 +0YHQutC+0LU= 45595 +dXJzZWQ= 45596 +IHVwYnJpbmdpbmc= 45597 +IHRo4bup 45598 +IOyLneycvOuhnA== 45599 +IHdoaW0= 45600 +IGNoaW5lc2U= 45601 +Y29uZmlkZW5jZQ== 45602 +IEplZGVy 45603 +YWpjaWU= 45604 +IFRvdXM= 45605 +IFBvd2Vycw== 45606 +4burYQ== 45607 +b3RoZXJtYWw= 45608 +INCy0YvRiNC1 45609 +cmFsZQ== 45610 +2KfYrg== 45611 +IOyngOybkA== 45612 +IMOpcGlzb2Rl 45613 +IHN1bHBo 45614 +IGVuY2FyYQ== 45615 +a3JhZnQ= 45616 +YWxhcsSx 45617 +IENvbWVz 45618 +IGRpdnVs 45619 +IFJ1ZG9scGg= 45620 +IE11c2U= 45621 +IHV0ZW5z 45622 +IOyekOyjvA== 45623 +IHBhbmE= 45624 +IFZlZ2V0YQ== 45625 +IFBIUA== 45626 +IE5TQQ== 45627 +ZW50aW4= 45628 +IENhcm5lZ2ll 45629 +2KfZig== 45630 +acSZY3k= 45631 +SGFycnk= 45632 +IGbEsXI= 45633 +0KHQvw== 45634 +IGdsYWRseQ== 45635 +IGF2ZXJhZ2luZw== 45636 +7ZWY6rKg7Iq164uI64uk 45637 +0LvRj9GO0YLRgdGP 45638 +INCc0LXQvdGP 45639 +IHF1b3RhdGlvbg== 45640 +cmlyZXM= 45641 +aXRjaGVucw== 45642 +YXllZA== 45643 +IHVuYXR0 45644 +IFBlcmV6 45645 +INC+0YLQvNC10YI= 45646 +IHRhY3RpbGU= 45647 +IEV1aA== 45648 +aXNpbmk= 45649 +YnVo 45650 +IGhhdMSxcg== 45651 +IOyeiOycvA== 45652 +IHBvbGljeW1ha2Vycw== 45653 +s7TshLjsmpQ= 45654 +YWPEsQ== 45655 +IM66zrk= 45656 +IHJlZ2lzdGVyaW5n 45657 +cmV0bw== 45658 +IFNwcmlua2xl 45659 +IEdyYW1teQ== 45660 +YXh0ZXI= 45661 +INCx0Lg= 45662 +IHNpdHRlcg== 45663 +IHByZWRpYw== 45664 +IHRoaW5seQ== 45665 +IHN0cnVt 45666 +IGFnZ3Jhdg== 45667 +IGFoYQ== 45668 +2LHYrA== 45669 +bWVsbG93 45670 +IGNvbnN0YW50ZQ== 45671 +IExhdXQ= 45672 +aXN0b24= 45673 +IHRyYW5zaXRpb25lZA== 45674 +IENhbWJvZGlh 45675 +YXJ0ZWQ= 45676 +IG1pc2Y= 45677 +IFB1bmt0ZQ== 45678 +jOuToA== 45679 +IHRyZW1ibGluZw== 45680 +IGdlc3Bhbm50 45681 +INi52YTZitmH 45682 +INC90LjQutCw0LrQuNGF 45683 +IOu2gOuTnOs= 45684 +INGA0LDQt9Cy0LjRgg== 45685 +IGl0Y2h5 45686 +IGNpZW50bw== 45687 +IHBsYWlucw== 45688 +IGtpdHRlbnM= 45689 +IGJhY2tsb2c= 45690 +IFByZXNpZGluZw== 45691 +cHRh 45692 +IGhhdm9j 45693 +IERhcnJpbg== 45694 +INCb0Y7QsQ== 45695 +IHNlZ3JlZ2F0ZWQ= 45696 +IGdoZXR0bw== 45697 +IGVybGVidA== 45698 +IGRydWdpZWo= 45699 +IFNpeHQ= 45700 +4Lij4Liw 45701 +dWVuY2lh 45702 +IO2VmOq4sA== 45703 +IOuGjQ== 45704 +IHJvYmk= 45705 +IHBpb25lZXJz 45706 +IG1pbGxpYXJkcw== 45707 +IFdpdGNoZXI= 45708 +IOustOyXhw== 45709 +b3Jybw== 45710 +bWFzcw== 45711 +IGRpdmVyZ2VuY2U= 45712 +IFJpdmVyYQ== 45713 +IE5vb2RsZXM= 45714 +IGVuZHJvaXQ= 45715 +IEtvc3Rlbg== 45716 +INC00YDRg9Cz0LA= 45717 +IG3DrW5pbW8= 45718 +IEthemFraHN0YW4= 45719 +2KrZhw== 45720 +INCy0L7Qt9C00YM= 45721 +IGdlc2NocmllYmVu 45722 +IE5pbA== 45723 +0YHQutC4 45724 +IEZyw7xo 45725 +IGJldmVyYWdlcw== 45726 +IEdvbg== 45727 +QXJpbg== 45728 +IEludHJv 45729 +b2NhbHlwdGlj 45730 +IGV4aGF1c3Rpb24= 45731 +IFN0YXR1cw== 45732 +IEJhdHRlcnk= 45733 +w6lzeg== 45734 +o7zr 45735 +YWlyeQ== 45736 +IOuztOyXrOuTnOs= 45737 +IGRpc3Bhcml0eQ== 45738 +2Yw= 45739 +IFR1Y3Nvbg== 45740 +IGJyaWdodGx5 45741 +cHJvYmxlbQ== 45742 +IGJpb21hc3M= 45743 +p4k= 45744 +IGh1cmRsZQ== 45745 +IHdhdmVsZW5ndGhz 45746 +IDw8 45747 +IHRlYW1lZA== 45748 +RkZGRg== 45749 +IFNsaW0= 45750 +b21pYWw= 45751 +IHVudmVpbGVk 45752 +IFZlcmVpbg== 45753 +2YLYtw== 45754 +ZXN0cnk= 45755 +IGNsw6Fz 45756 +IGNoZWRkYXI= 45757 +IGFjY3VzaW5n 45758 +IFNjaWVudGlmaWM= 45759 +INCx0YPQtNC1 45760 +IEN5cnVz 45761 +zrXPhM61 45762 +hpPqs6A= 45763 +IOuzhA== 45764 +IGN1cmQ= 45765 +IHJlZmVycmFscw== 45766 +c2hpZnQ= 45767 +bmlrw7N3 45768 +IG1pZXI= 45769 +IGNvbmZyb250aW5n 45770 +6rKD64+E 45771 +YXds 45772 +IHRyeWlu 45773 +IOq3uOuemOyalA== 45774 +IGNoaWFy 45775 +IOyYpOuKmOuPhA== 45776 +ZXNxdWU= 45777 +IG1pc21vcw== 45778 +IFNoYWs= 45779 +IHNvY2lhdXg= 45780 +IHBpxZ8= 45781 +IGtpxZ9p 45782 +IGN5YW4= 45783 +aGF5 45784 +YmV3 45785 +Ym9k 45786 +IM65 45787 +IE1haW5seQ== 45788 +0Y7RgtGM 45789 +aGFiaXR1ZGU= 45790 +INGB0L/QvtC60L7QuQ== 45791 +IHByZWNvbg== 45792 +IE1hbmR5 45793 +8J+kow== 45794 +aWxsb3M= 45795 +IGdydXBw 45796 +IGNydW1ibGU= 45797 +IGNvbnN0cnVjdG9y 45798 +ZXJ2aWNlcw== 45799 +IGxpZ2h0aG91c2U= 45800 +IENvbmNlcHQ= 45801 +0LDQvdGC0Lg= 45802 +YWx0cm8= 45803 +aG9wZQ== 45804 +IEFsbGVn 45805 +7Ja066W8 45806 +cGllY2Vz 45807 +b3VudGVy 45808 +IO2VmOuLiOq5jA== 45809 +IOyduO2EsOs= 45810 +IHbDqXJpdGFibGU= 45811 +IHRocmVhZGVk 45812 +YmxpbmQ= 45813 +gpjrnbw= 45814 +IHRyYXlz 45815 +IEVkaXNvbg== 45816 +IMOWeg== 45817 +IFN0ZXZpZQ== 45818 +IGxlbmRlcg== 45819 +IGJyaWdhZGU= 45820 +IGRldXRzY2hl 45821 +bXVmZmxlZA== 45822 +YmFydA== 45823 +IGluc2FuaXR5 45824 +IHNhdnZ5 45825 +IHNlbnNhdGlvbmFs 45826 +IGRlcmVjaG9z 45827 +IE1Y 45828 +INC/0YDQtdC/ 45829 +IHRocmVhdGVucw== 45830 +IHJlYWx0w6A= 45831 +IGluZGljYXRpdmU= 45832 +IGNob3Bz 45833 +IGJlbmVmaXRpbmc= 45834 +IFZlcm5vbg== 45835 +IFN0cmFuZA== 45836 +bnVu 45837 +cXVlbnRseQ== 45838 +MTAx 45839 +IGVlbA== 45840 +7IiZ 45841 +cmludHM= 45842 +INmF2LM= 45843 +INio2K8= 45844 +INC/0L7RgdGC0YDQvg== 45845 +IHlhcG3EscWf 45846 +IG9sbWFzxLE= 45847 +IGllZGVyZWVu 45848 +b2zDqQ== 45849 +a2Vm 45850 +IOuwnOyDnQ== 45851 +IHJhaW5lZA== 45852 +IGFsbWlnaHR5 45853 +INCy0YvQtA== 45854 +IENQUg== 45855 +RnJl 45856 +IGluaGFiaXRlZA== 45857 +IGFyYmV0cw== 45858 +IGFraW4= 45859 +0LDRgdGC0LI= 45860 +dmFuaWE= 45861 +IGjDpHVmaWc= 45862 +IE1hdHRl 45863 +c29ycnk= 45864 +SmVubnk= 45865 +INCz0YDQsNC0 45866 +IHdoaXQ= 45867 +IGJyb2tlcnM= 45868 +IGhpbmU= 45869 +YXN0ZW4= 45870 +INCz0YDRgw== 45871 +TUI= 45872 +IFBSSQ== 45873 +U2Fi 45874 +IHdyZXN0bGVy 45875 +IGZhY2lsaXRhdGluZw== 45876 +IGVoa8Ok 45877 +IENyZWQ= 45878 +IDEyNw== 45879 +IG5vdGhpbg== 45880 +IG1hbmRhdGVk 45881 +0YPRgtGB0YLQsg== 45882 +RnJhbms= 45883 +IHdvcnM= 45884 +IGR6aWXFhA== 45885 +IFVuZGVyZ3JvdW5k 45886 +IHpuYWpkdQ== 45887 +IELDpA== 45888 +IFByaW56aXA= 45889 +0LDRgtC10LvQtdC5 45890 +IHZldGVyaW5hcg== 45891 +IHNwbGVuZGlk 45892 +IHJvenA= 45893 +IHBzeWNob3BhdGg= 45894 +aWdvbg== 45895 +IGhvcHM= 45896 +IGPhuqdu 45897 +IFhpYW4= 45898 +IHRyb2lzacOobWU= 45899 +IHByb2R1Y3Rv 45900 +IGRlxJ9lcg== 45901 +IENvbnRpbnVpbmc= 45902 +0LjQstCw0Ls= 45903 +Y8Sxaw== 45904 +IG1vaXN0dXJpemVy 45905 +V2hpdGU= 45906 +IHNpaXM= 45907 +IEV2ZXJlc3Q= 45908 +aWVuY2Vk 45909 +IGPhuqNt 45910 +IEphcG9u 45911 +tOyghA== 45912 +IHRlbsOtYW4= 45913 +IGVuY2FudGE= 45914 +TW0= 45915 +IGRyb3Bkb3du 45916 +IEl5YQ== 45917 +s7TrqbQ= 45918 +IHdvcmRpbmc= 45919 +IFNxdWVlemU= 45920 +IE1hcGxl 45921 +IGNsYXJpZmllZA== 45922 +IE11bmljaXA= 45923 +IFJvdWdl 45924 +IE5pY2tp 45925 +IEdvbw== 45926 +dm9sdA== 45927 +dGVr 45928 +ZmVjdHVyZQ== 45929 +ZnJlZA== 45930 +YXJyaXZl 45931 +dGV6 45932 +RXA= 45933 +IG9icmFz 45934 +IFZJRA== 45935 +IFJpdg== 45936 +IE1vZGk= 45937 +aWJl 45938 +IGFjb250ZWNlbmRv 45939 +IGltaXRhdGlvbg== 45940 +IGNhbW91ZmxhZ2U= 45941 +IHNwYW5uaW5n 45942 +IFNFQ1JFVA== 45943 +IE9yZW8= 45944 +7IaM66as 45945 +IGh1bmNo 45946 +IGNhxYJl 45947 +IHNwb250YW5lb3VzbHk= 45948 +IFBlcmQ= 45949 +IGV0YXA= 45950 +IEhvbGU= 45951 +IERpc2FiaWxpdHk= 45952 +IGFmdGVybGlmZQ== 45953 +IHRlc3RpZmllZA== 45954 +IHByZXN1cA== 45955 +IHBldHJvbGV1bQ== 45956 +IGNvbnRyYXJpbw== 45957 +IEFzc2Vzc21lbnQ= 45958 +xJ9sdQ== 45959 +IHBlc3Rz 45960 +IGRpbGln 45961 +INCy0YHRgtGA0LXRgg== 45962 +IGNvbnPDqXF1 45963 +IGNhbm5vbnM= 45964 +IGNhbm9l 45965 +IE1pbGU= 45966 +IGNpdG95 45967 +IGJlZ2dlZA== 45968 +IE1pbm5pZQ== 45969 +xYJ5Y2g= 45970 +IHByaW5jaXBl 45971 +z4DPjM69 45972 +bW5pZWo= 45973 +IHdlcnQ= 45974 +IOuLpOuTpA== 45975 +YW5zZQ== 45976 +IHVuY2xlcw== 45977 +IHByb3ZvY2F0aXZl 45978 +IGludGVyc2VjdGlvbnM= 45979 +IGRlbW9jcmF0cw== 45980 +IEp1bGl1cw== 45981 +0LjQvdC60Lg= 45982 +eWd1c2Fs 45983 +INec15U= 45984 +IGdqb3JkZQ== 45985 +IGdhc2tldA== 45986 +IEJvY2s= 45987 +IMSwbg== 45988 +YnJlYXQ= 45989 +IEVxdWl0eQ== 45990 +YXJkxLE= 45991 +INC60LDQvdCw0LvQtQ== 45992 +INC00L3QtdC5 45993 +IHThu5tp 45994 +IGZpeHR1cmU= 45995 +IGFidXNlcw== 45996 +IHZheWE= 45997 +IG91dmVydA== 45998 +IG11bHRpY3VsdHVyYWw= 45999 +IGNvbnRleHRv 46000 +IFNlc2FtZQ== 46001 +IGTDqXBs 46002 +IGNvbnNvbW0= 46003 +IFBhcnRl 46004 +IHBlbQ== 46005 +IENvbmFu 46006 +INCx0ZbQu9GM 46007 +IHBlcnN1YWRlZA== 46008 +IGRyYWlucw== 46009 +TW9v 46010 +Rk9SRQ== 46011 +INCx0LDRgg== 46012 +IGZvZA== 46013 +IFByb2R1Y3Rz 46014 +7KeE7Kec 46015 +ICJb 46016 +IFdpY2s= 46017 +IE5hcnV0bw== 46018 +0L3QsNC70Lg= 46019 +cnl3 46020 +IGxvZGdl 46021 +IGluaA== 46022 +IHZvbnRhZGU= 46023 +IGRpag== 46024 +IEplc8O6cw== 46025 +TG9va2luZw== 46026 +IGZvcmVhcm0= 46027 +IEludGVncmF0aW9u 46028 +IEhBUlJJUw== 46029 +IHRvb2xiYXI= 46030 +bGVhZGVy 46031 +IHNlbGRvbQ== 46032 +INCx0YDQvtGB 46033 +IEtvb2s= 46034 +0L7QvdC0 46035 +IG1vbm9wb2w= 46036 +IG1pbGxldA== 46037 +IGxpcmE= 46038 +IEFzaWFucw== 46039 +IDE4OTA= 46040 +Y2nEn2lt 46041 +IGVkZW4= 46042 +IElLRUE= 46043 +IE5laWdoYm9y 46044 +IEthenV5YQ== 46045 +w7xk 46046 +IHBzeWNoZWRlbA== 46047 +IGVudmlzaW9uZWQ= 46048 +IO+3uw== 46049 +IHd1bmRlcg== 46050 +IEJ1bGdhcmlh 46051 +QnJpZA== 46052 +IG1hcnJvdw== 46053 +IGRlcGljdGlvbg== 46054 +IFRpbg== 46055 +IFBoYXJpc2U= 46056 +IGVpbnppZ2U= 46057 +IGJsaW5kbHk= 46058 +IGRlZmVucw== 46059 +RGlyZQ== 46060 +IHZpYnJhdGluZw== 46061 +IHRyb2xscw== 46062 +IGRpc3Jlc3BlY3RmdWw= 46063 +IHdvZA== 46064 +IHN0aW11bGk= 46065 +IGNyZWVwaW5n 46066 +IGNsYWlyZW1lbnQ= 46067 +IHNjYXJpZXN0 46068 +IGTDqWNvdXZyaXI= 46069 +IDEwNA== 46070 +INCy0LXRgNGF 46071 +IMWCYXQ= 46072 +IHLDs8W8bmU= 46073 +IGJhcmxleQ== 46074 +IFJlcGw= 46075 +IFR3ZQ== 46076 +a2tl 46077 +IFJlZG1p 46078 +IE1ldHJvaWQ= 46079 +IM6uz4TOsc69 46080 +Q2hlY2s= 46081 +IFNFTg== 46082 +IGlkbw== 46083 +0YLQvtGA0LjQuA== 46084 +w7Nw 46085 +VU5LTk9XTg== 46086 +IMOkbmRlcm4= 46087 +IEp1aWNl 46088 +IEdlc2ljaHQ= 46089 +INC90LDRgdGC0L7Qu9GM0LrQvg== 46090 +7YOV 46091 +wq0= 46092 +ZXhoYWxlcw== 46093 +IOy0iQ== 46094 +IGpzZW0= 46095 +z4DPic+C 46096 +IGl0dA== 46097 +66qF7J20 46098 +IHJlbWl4 46099 +IGJsb3Nzb21z 46100 +IFJlbmVl 46101 +aXNhdGlvbnM= 46102 +7Iqk7YSw 46103 +IOuztOydtOuKlA== 46104 +dWVzdGFz 46105 +b3BlZGlh 46106 +IEFpbQ== 46107 +7J207KaI 46108 +c2NlbmU= 46109 +IGxlYWthZ2U= 46110 +dWNrdA== 46111 +U2Fk 46112 +QXNr 46113 +IHN1c3BlbnNl 46114 +IGltcG9zdA== 46115 +IFN0cmF0ZWdpYw== 46116 +IEl0w61z 46117 +4oCM 46118 +IGtleWJvYXJkcw== 46119 +IGFtdXNpbmc= 46120 +b2dy 46121 +aWRlcm1hbg== 46122 +npY= 46123 +INCy0LjQttGD 46124 +IGRpcHM= 46125 +IGFwb2xvZ2l6ZWQ= 46126 +IFNUQVI= 46127 +IGVzY3VlbGE= 46128 +IENoaW5n 46129 +0L3QtdC90LjRjw== 46130 +IOu2gOu2hOydtA== 46131 +IEZsZWV0 46132 +IHNhbWI= 46133 +IGVudHNwcmVjaGVuZA== 46134 +IGVsZWN0cm9kZXM= 46135 +IEZyZWloZWl0 46136 +IFNocmlt 46137 +acOfZQ== 46138 +IHNlbGVjdGlvbnM= 46139 +IGZvcmRp 46140 +IGRvc3M= 46141 +0Y/Rhw== 46142 +IGRpc2NyaW1pbmF0ZQ== 46143 +IEF1w59lcmRlbQ== 46144 +IGRlc2Vudm9sdg== 46145 +IEludGVybmFs 46146 +IEJlbmVkaWN0 46147 +IFNoaXY= 46148 +TWlzc3k= 46149 +INC+0LHQvdCw0YDRg9C2 46150 +INC90LDRgdGC0YDQvg== 46151 +IGNvbnRyb2xhcg== 46152 +IExpYQ== 46153 +IG9waW9pZHM= 46154 +YW50dQ== 46155 +IGN1cGJvYXJk 46156 +0LPQtQ== 46157 +YWNodHM= 46158 +IGN1cmF0ZWQ= 46159 +IHhlbQ== 46160 +IHdlYXJ5 46161 +IGJyZXRocmVu 46162 +IGJ1ZGdldGluZw== 46163 +IHBvdXJ0YW50 46164 +YWlzaWE= 46165 +INC+0YLQstC10Yc= 46166 +IEdJUw== 46167 +zrzOsc65 46168 +INep15TXldeQ 46169 +IHNhdWQ= 46170 +IGzhu5s= 46171 +0JXQog== 46172 +dWJpbmU= 46173 +INC90YPQttC10L0= 46174 +IGtpZG5hcHBpbmc= 46175 +IGJyYXQ= 46176 +IFRlcnJl 46177 +IE1vbmV0 46178 +IOuniOyKpO2B 46179 +IGZsYXNoeQ== 46180 +IElTQk4= 46181 +IGZyZWVsYW5jZQ== 46182 +aWFnZQ== 46183 +IGp1bmdl 46184 +7Lap 46185 +Y2VyYWw= 46186 +INGC0L7Rh9C60Lg= 46187 +IGZvcm11bGF0ZQ== 46188 +IEZFUg== 46189 +IERhcnRtb3V0aA== 46190 +7Jy866m07ISc 46191 +b3dpxIU= 46192 +IOuUlOyekA== 46193 +IHJlZ2ltZW50 46194 +IG1ldGFib2xpc21v 46195 +IFBhcnI= 46196 +IOy2qeu2hA== 46197 +IHNhbml0eQ== 46198 +IExhbA== 46199 +IEfDtg== 46200 +IEdsYQ== 46201 +IHByb3Rv 46202 +IG1pY3Jvc2NvcGlj 46203 +IGthbmc= 46204 +IFNjYWxpYQ== 46205 +IHB1Zw== 46206 +IFNjb3Jl 46207 +IFNhdmFubmFo 46208 +IGdhcmRl 46209 +IE5PUg== 46210 +IHNjaGVpbnQ= 46211 +IHDDs8WC 46212 +IGNvcnJp 46213 +IGJydXRl 46214 +IMWCYWQ= 46215 +IHN1Y2NlZWRpbmc= 46216 +IGJpY3ljbGVz 46217 +Tm9u 46218 +IHNlZWtlcnM= 46219 +IHVuY29uZGl0aW9uYWw= 46220 +IHJoeW1lcw== 46221 +IEdhcmFnZQ== 46222 +IGludm9pY2U= 46223 +IGNhbnZp 46224 +bmVjaw== 46225 +IGN1c3RvbWl6YWJsZQ== 46226 +aXJpdHVhbA== 46227 +UXVlZW4= 46228 +7ZWY7Iuc64qU 46229 +IHBvd2VybGVzcw== 46230 +IGNzYWs= 46231 +aXNvZnQ= 46232 +IOygle2ZlQ== 46233 +IG5ow6Ju 46234 +IE1BTkQ= 46235 +IEhhZg== 46236 +IHJldm9sdmVz 46237 +b3Zhbg== 46238 +YXJvbw== 46239 +IEdyaW5k 46240 +IGluZGlzcGVuc2FibGU= 46241 +IGNvbnN1bHRlZA== 46242 +IENsaW5pY2Fs 46243 +QWNj 46244 +IG9saG9z 46245 +IG1vbnRlcg== 46246 +IEhhbmE= 46247 +ZXRhaA== 46248 +IHZhYW4= 46249 +IHRpZ2Vycw== 46250 +IGNhdWN1cw== 46251 +8J+Ygg== 46252 +s7TsnpA= 46253 +cG93ZXJz 46254 +aXVtcw== 46255 +IO2GoOs= 46256 +IHRyYWRpY2lvbmFs 46257 +IHJlc29uYXRlZA== 46258 +IOyLoOq4sA== 46259 +dGhlbQ== 46260 +Um9iZXJ0 46261 +IGVsZW1lbnRv 46262 +IGFudGlk 46263 +INC+0LHRgQ== 46264 +IG5hdGl2ZXM= 46265 +IGxvY2E= 46266 +b3dtZW50 46267 +IFRpZ2h0 46268 +IG1lbGFu 46269 +IE51ZQ== 46270 +YW1pcw== 46271 +IHNvcmdlbg== 46272 +YXPEsW5h 46273 +SG9tZQ== 46274 +IFBVQkc= 46275 +IGF3ZnVsbHk= 46276 +IFNob3Jl 46277 +IFBlcmNow6k= 46278 +IExhdQ== 46279 +IENpbmRlcmVsbGE= 46280 +IENoZXN0 46281 +IHNlbWFudGlj 46282 +IGRlc2VydGVk 46283 +IE1vbW8= 46284 +IEhlcm5hbmRleg== 46285 +Z2VuZXM= 46286 +IEFkdWx0 46287 +0LjRh9C10YHQutC+0LPQvg== 46288 +b3NoaW1h 46289 +IGNhcmFjdGVyw61zdGljYXM= 46290 +IEtM 46291 +tOyepQ== 46292 +b2Nhcg== 46293 +IGZlaGx0 46294 +IGRydWs= 46295 +IFBvcHB5 46296 +RU5HTElTSA== 46297 +IFZlcmdsZWljaA== 46298 +QnJpZW4= 46299 +IHJlY29tcA== 46300 +INGB0LQ= 46301 +IG1lcmdlcg== 46302 +IG1hcmtldGVycw== 46303 +IGhvbmV5bW9vbg== 46304 +IHBlbnNv 46305 +IGJlbGxp 46306 +0LXRgtGD 46307 +IGJhbmtlcg== 46308 +Q2FtZXJh 46309 +IFN0YWxs 46310 +IFN0YW1w 46311 +IEJpdGU= 46312 +0LXQttC00LU= 46313 +IHPDvHI= 46314 +IGfDvMOn 46315 +IFBhc3NvdmVy 46316 +IEJ1Z8O8bg== 46317 +INGB0L7QttCw0LvQtdC90LjRjg== 46318 +INC90LjQtw== 46319 +IG1hbnVyZQ== 46320 +IGdsYWNpZXI= 46321 +UkFZ 46322 +dGVycm9y 46323 +IHNhbGFkcw== 46324 +IGh1cnJpY2FuZXM= 46325 +IERlc2lnbmVy 46326 +YXRvcmlv 46327 +IGZhY3R1YWw= 46328 +IFRhbW15 46329 +INC30LLRg9GH 46330 +IGludHJvZHVjdGlvbnM= 46331 +IGhvdXNla2VlcGluZw== 46332 +IGhhbmdlcg== 46333 +64uY6w== 46334 +YWt0ZQ== 46335 +IENvbGE= 46336 +J10= 46337 +IEdlbmRlcg== 46338 +0L7RgNC+0L0= 46339 +aXBzZQ== 46340 +aWNpYXM= 46341 +IHN1Y2Nlc3NpdmU= 46342 +IHBvbGl0aWM= 46343 +IGjDtmhlcg== 46344 +IFFpYW8= 46345 +IEdpbW1l 46346 +INC70L7Qtg== 46347 +IHNlYg== 46348 +IFdlaXRlcg== 46349 +IFNha3VyYQ== 46350 +IEJvdWxkZXI= 46351 +IEFtw6lyaWNh 46352 +cGXFgm5pZQ== 46353 +IHRlY25vbG9nw61h 46354 +aXNob3Bz 46355 +ZnVy 46356 +IG1vb25saWdodA== 46357 +IGRpc3BlcnNlZA== 46358 +IHJleg== 46359 +0LXQvdC90L7QtQ== 46360 +0LDQu9GM0L3Rg9GO 46361 +IFR3ZWx2ZQ== 46362 +IEhPUg== 46363 +7Iuk7Z6I 46364 +aWxhZ2U= 46365 +IHNoYWRlZA== 46366 +IHJlc3VtZXM= 46367 +IFBlYW51dA== 46368 +IE1JTEw= 46369 +YXBvbnM= 46370 +IFVGQw== 46371 +IFNvbGU= 46372 +IGpveXN0aWNr 46373 +IE9saXZpZXI= 46374 +d2FybWluZw== 46375 +IHN5bGxhYnVz 46376 +INC+0LHRidC1 46377 +IGhp4buHbg== 46378 +IGZlc3Rh 46379 +IGNyYWRsZQ== 46380 +IFphYw== 46381 +IHJlbWVtYnJhbmNl 46382 +IOqwmeyVhOyEnA== 46383 +IHBpxJlr 46384 +IGNvZXhpc3Q= 46385 +IFZJSQ== 46386 +IMOhcmVhcw== 46387 +IHV3YcW8 46388 +IG9ic2VydmVycw== 46389 +IG3DpG5uaXNrb3I= 46390 +Y29vbg== 46391 +IERBTQ== 46392 +IG5hc3p5bQ== 46393 +IGFsbGlnYXRvcg== 46394 +IEZyZWV6ZQ== 46395 +IEVzdGF0ZQ== 46396 +INGC0YDQsNC00Lg= 46397 +IHVuZGVyY292ZXI= 46398 +IG5pZXM= 46399 +IEZlaGxlcg== 46400 +cGxpbg== 46401 +IEthYnVs 46402 +aWxhdGU= 46403 +IOqzoOyWkQ== 46404 +IG1vcA== 46405 +7IS8 46406 +IGFuZGVyZXI= 46407 +IEtFTEw= 46408 +0L7QutC4 46409 +INC20LXRgdGC 46410 +IGdyYXppbmc= 46411 +IGRhw60= 46412 +IGNhcGl0YWxpemU= 46413 +IGFwZXg= 46414 +IG51cnR1cmluZw== 46415 +IGNvcnRhcg== 46416 +IGNvbnRyYWM= 46417 +xLFtxLF6xLE= 46418 +IHRhbmRlbQ== 46419 +Z2VtZW50 46420 +INGB0LjRgdGC0LXQvNCw 46421 +IG1hbnF1ZQ== 46422 +aWFqxIU= 46423 +V09S 46424 +INin2Kg= 46425 +IGNhcnRz 46426 +QU5P 46427 +IOuwm+qzoA== 46428 +IENlbmE= 46429 +IEJpb2xvZ3k= 46430 +aWRhcg== 46431 +IGHFvA== 46432 +ZXJuZQ== 46433 +YW51 46434 +IHRoYW5rZWQ= 46435 +IHN1Ym1hcmluZXM= 46436 +IG1hbmlj 46437 +INC80L7Qtw== 46438 +aW5zdGFudA== 46439 +ZXNzZW50aWFs 46440 +IHNhbXVyYWk= 46441 +IHBhc3Rp 46442 +IGFsYW4= 46443 +IGJyb2No 46444 +IGJha2Vy 46445 +IEd1aWxs 46446 +qLw= 46447 +IHdpdGhkcmF3bg== 46448 +64ud 46449 +UGVyZmVjdA== 46450 +cXVlbmN5 46451 +IHN0cmVhbWxpbmVk 46452 +IDEzMDA= 46453 +tOuPhA== 46454 +IOuWoOs= 46455 +IGh2YWQ= 46456 +IHZlcmJhbGx5 46457 +IEtvbnM= 46458 +IOyhsOyLrA== 46459 +IGRpZXo= 46460 +IGNodWNrbGluZw== 46461 +IE1paA== 46462 +IHJhbGxpZXM= 46463 +IG1hbnRlcg== 46464 +IGVhcm5lc3Q= 46465 +c3VwZXI= 46466 +IGdlY2U= 46467 +IFJlbmQ= 46468 +IEdlcmFkZQ== 46469 +amVuaWdlbg== 46470 +IFZhbGw= 46471 +IOyeiOuCmA== 46472 +INGB0LrQsNC30LDQu9Cw 46473 +IHRyYWJhbGg= 46474 +INC90LDRiNC10Lw= 46475 +INC80LXRhQ== 46476 +aWtpdA== 46477 +IG5vdW5z 46478 +IG5ldXJvbG9naWNhbA== 46479 +IG1vdGl2YXRpb25hbA== 46480 +IE1jTWFob24= 46481 +IEZpbmlzaGVk 46482 +IOuztOydtA== 46483 +IEZpZWxkcw== 46484 +IGFkb2xlc2NlbnRz 46485 +IFRpc2No 46486 +IE5lYmVu 46487 +IEZsb3dlcnM= 46488 +IEVuZXJn 46489 +IGRpcmV0 46490 +IFRoaQ== 46491 +IFBpY2Fz 46492 +IGF2ZXRl 46493 +IEZvcnM= 46494 +IENoYXBlbA== 46495 +TsOjbw== 46496 +RXQ= 46497 +INGB0L7QtNC10YDQtg== 46498 +cmVubw== 46499 +IHN2ZW4= 46500 +IGRvc3TEmXA= 46501 +bmVl 46502 +IFNuYXBkcmFnb24= 46503 +IElEcw== 46504 +7JWY64qU642w 46505 +16jXmg== 46506 +IHN1bmZsb3dlcg== 46507 +IHBlcnBldHVhbA== 46508 +IGtuaWdodHM= 46509 +IGdpcmQ= 46510 +IFRvbGQ= 46511 +IHZvbGNhbm9lcw== 46512 +IGFkdmVyc2FyeQ== 46513 +IEVjb25vbXk= 46514 +IGV4dHJhcG9s 46515 +IGJsdWV0b290aA== 46516 +IHpvb21pbmc= 46517 +IHNreXM= 46518 +IGdlbmlhbA== 46519 +w61jdWxvcw== 46520 +YW1icmU= 46521 +INC80LXRgA== 46522 +IHRlZW55 46523 +IHN0cmVzc2luZw== 46524 +7JWM 46525 +T05Z 46526 +IHRyYW5zbHVjZW50 46527 +IHJvdW5kaW5n 46528 +IGdydWVz 46529 +15nXoNeU 46530 +YXByw6hz 46531 +IHBydWViYQ== 46532 +IHBvbHlnb24= 46533 +IGJsdWViZXJyeQ== 46534 +IFByb2dyYW1t 46535 +IHRyZW5jaGVz 46536 +IHNlYmFnYWk= 46537 +IHBhbGF0ZQ== 46538 +IGxhdWRl 46539 +IGJlaGF2ZWQ= 46540 +IGxvbmdpdHVkaW5hbA== 46541 +IE1vZHVsZQ== 46542 +IGFkbWly 46543 +zrvOuQ== 46544 +R3JlZw== 46545 +IHd5c3Q= 46546 +IHByb3BhZ2F0ZQ== 46547 +IG1vbGRz 46548 +IFR1Yg== 46549 +IExvdWQ= 46550 +dXN0bw== 46551 +IHVuc3RvcHBhYmxl 46552 +IHJlaW5mb3JjaW5n 46553 +INC/0YDQvtCx0LvQtdC80LA= 46554 +IHBvdGVuY2lhbA== 46555 +IGhlbXA= 46556 +7J6U 46557 +4KSv 46558 +IG9wdGlj 46559 +IGVyZm9sZ3JlaWNo 46560 +0YHRiw== 46561 +0L7Qu9GM0YjQtQ== 46562 +dXJzdA== 46563 +IFBvaXM= 46564 +IHJlc3BvbmRlbnRz 46565 +IG5laG1l 46566 +IEV4dGVybmFs 46567 +b2xhdGU= 46568 +SHl1bg== 46569 +IHF1YXJ0eg== 46570 +IG1hdGhlbWF0aWNpYW4= 46571 +IGLDoXNpY2FtZW50ZQ== 46572 +IGFpbA== 46573 +7KCc66W8 46574 +YXR0dXR0bw== 46575 +IG5vb2l0 46576 +IGFmZmxpY3Q= 46577 +IE9sZ2E= 46578 +INC90LDRgg== 46579 +IGRpdGVz 46580 +IHJlYWxpZGFkZQ== 46581 +IGvDpG4= 46582 +IHVuaXF1ZW5lc3M= 46583 +IHBhZHJlcw== 46584 +IHN1YnNpZGk= 46585 +IHBpZ2VvbnM= 46586 +zrLOsQ== 46587 +c3RhZA== 46588 +IGRlcmVu 46589 +INCh0LvQtdC0 46590 +ZG9v 46591 +INC+0L/QuNGB0LDQvdC40Lg= 46592 +IGFtYmVy 46593 +IGdvb3NlYnVtcHM= 46594 +IGZyw6Vnb3I= 46595 +IFZpdGFs 46596 +IElzcmFlbGl0ZXM= 46597 +d2Fzc2Vy 46598 +SXNu 46599 +IGNvbW1pdHM= 46600 +IFNURVZFTg== 46601 +IEJldsO2bGtlcg== 46602 +dWl0aXZl 46603 +IGxlZ2Vu 46604 +IGJydWs= 46605 +0LjRgNC+0LLQsNC9 46606 +eW5lbg== 46607 +aGVsbQ== 46608 +IGdlbmVyYXRpb25hbA== 46609 +IEzDpG5kZXJu 46610 +zr/Ouc+Az4zOvQ== 46611 +dXp1 46612 +IGNhbGxlcg== 46613 +0L7QvdGM 46614 +w7xtw7w= 46615 +IGJlc2Fy 46616 +IHBsYXRz 46617 +IG1pZ3JhdGVk 46618 +IGphcA== 46619 +IFdBUg== 46620 +IGRpc3NlY3Q= 46621 +IFp1c2No 46622 +IFplaXRlbg== 46623 +IExpb25z 46624 +IERG 46625 +4pQ= 46626 +0LrQuNCy 46627 +IHBlZGVzdHJpYW5z 46628 +IE1hcmlseW4= 46629 +ZG9jaw== 46630 +IHlodA== 46631 +IHJlaW5jYXJu 46632 +IFNvbm8= 46633 +IEdyb3d0aA== 46634 +0YPRgdC+0LI= 46635 +IGR1bmdlb25z 46636 +IGJhZ3Vz 46637 +a2ljaA== 46638 +INGD0LrRgNCw0Zc= 46639 +IEtlbGxlcg== 46640 +Y2hlbWlzdHJ5 46641 +SmFwYW5lc2U= 46642 +IHdpbGxzdA== 46643 +IGRlY29tcG9zaXRpb24= 46644 +INGB0YLQtdC9 46645 +IHJldml2ZWQ= 46646 +7ZWZ6rWQ 46647 +IMWT 46648 +7Iu4 46649 +aXBweQ== 46650 +IGhvdXJseQ== 46651 +asOkbg== 46652 +IFdvcmtzaG9w 46653 +nbzshJw= 46654 +IGN1YXJ0bw== 46655 +IHBhdHJpbQ== 46656 +IEJ1cmNo 46657 +IOyeiOq4sA== 46658 +IGhlcGF0 46659 +IGjDoG5n 46660 +IOuMgO2VtA== 46661 +INCy0LDRiNC4 46662 +IHJld29yaw== 46663 +IHBhcnNl 46664 +IMOnxLFrdMSx 46665 +IFNheA== 46666 +IE1vbmdv 46667 +IEFhYWg= 46668 +cmFtYmxl 46669 +REo= 46670 +IHN0YWJpbGl6ZWQ= 46671 +IFNwZWVjaA== 46672 +Qm9va3M= 46673 +IGh1cmRsZXM= 46674 +IFdP 46675 +IExhbWJvcmc= 46676 +IDE5MzM= 46677 +IHZvcmJlcmU= 46678 +IGNsaW5pY2FsbHk= 46679 +IGJyZWF0aHRha2luZw== 46680 +IEdhdGV3YXk= 46681 +0L/QtdGA0LLRi9GF 46682 +dXRlcnM= 46683 +IOu5tQ== 46684 +IHlldGVy 46685 +IHB1bGxleQ== 46686 +IG11ZmZpbg== 46687 +IFByZWZlcg== 46688 +IFBlbmNl 46689 +IGluZm9ybWHDp8Ojbw== 46690 +7Iqk7Yq46w== 46691 +IFR1cnRsZQ== 46692 +IFJlZ2luYQ== 46693 +IExvYWQ= 46694 +ZG9lcw== 46695 +cGFuemU= 46696 +uJQ= 46697 +IG1pbmE= 46698 +IExhdGlub3M= 46699 +YW1tZXJz 46700 +IFRvcnQ= 46701 +IEJleW9uY2U= 46702 +0LjQvNC+0YHRgtC4 46703 +INCy0L7Qv9GA0L7RgdGL 46704 +IGJ1bHVu 46705 +aW5law== 46706 +YmVyZWljaA== 46707 +IHBhc3R1cmU= 46708 +IE9B 46709 +IE1lbHQ= 46710 +IEV0dA== 46711 +IERZ 46712 +IG9id29obA== 46713 +IGxlYWd1ZXM= 46714 +0YLQtdGB0Yw= 46715 +INC60YPRgQ== 46716 +IHZvcnM= 46717 +IHRvcHA= 46718 +b2dyYXBoaWNhbA== 46719 +YXNzdA== 46720 +IGxpbmRv 46721 +IOuwne2YlA== 46722 +IHLDqWZs 46723 +IGNsaW1icw== 46724 +IHZhcnNh 46725 +IG1ldGh5bA== 46726 +IEthcmVyZQ== 46727 +xrDhu58= 46728 +UmFk 46729 +IHByZXBhcmVkbmVzcw== 46730 +0L7QvdGH 46731 +IE9E 46732 +IENHSQ== 46733 +IOCkrg== 46734 +IHNwZWVjaGxlc3M= 46735 +IGxhc2Np 46736 +IGJvbGFn 46737 +INGF0L7Rh9C10YLRgdGP 46738 +IGdyaWV2aW5n 46739 +IEpvaGFubmVz 46740 +IENhcnJvbGw= 46741 +YWRha2k= 46742 +iKzr 46743 +IHPFgnU= 46744 +IGlubmVyaGFsYg== 46745 +IGd5bW5hc3RpY3M= 46746 +0L/RgNC4 46747 +aWZpcXVlcw== 46748 +IGthcmF0ZQ== 46749 +IGRvbXU= 46750 +T1RIRVI= 46751 +IGRlbWFuZMOp 46752 +IGJvb2tsZXQ= 46753 +IEt5b3Rv 46754 +IHdvaA== 46755 +IE1hcsOtYQ== 46756 +dmlvbGVudA== 46757 +SkU= 46758 +IGzDs2c= 46759 +IGJydXRhbGx5 46760 +Y290 46761 +INmF24w= 46762 +IFdhcnN6 46763 +d29s 46764 +IG1pa8Ok 46765 +IFByb25vdW5jZQ== 46766 +IEJyZW5kYW4= 46767 +IHJvdXA= 46768 +IGl0YWxpYW5v 46769 +INC60L7QvNC/0YzRjtGC 46770 +IHVyZ2luZw== 46771 +ZWRlcw== 46772 +IGNhcmJvbm8= 46773 +IFJpY2hhcmRzb24= 46774 +INCd0LDRhw== 46775 +IFRyYWluZXI= 46776 +IENyaW1lYQ== 46777 +IGRpYXBlcnM= 46778 +IGNvdmV0 46779 +IE1haGFy 46780 +IEh1dGNo 46781 +IEF1c3c= 46782 +YmVydHk= 46783 +IGluZGlmZmVyZW50 46784 +0LrRgNC10YI= 46785 +dWxkYWRl 46786 +IGhhcm1z 46787 +otmG 46788 +bGVzaWE= 46789 +IGdpbw== 46790 +IE1pc3RyZXNz 46791 +IEtub3g= 46792 +IEZSRUU= 46793 +IOujqOs= 46794 +INC90LDRiNCw 46795 +IGludmluY2libGU= 46796 +IG1haWRlbg== 46797 +IEplZXo= 46798 +IGJyZXZl 46799 +cG9sZQ== 46800 +IGNyaXRpY2lzbXM= 46801 +IFJ1c2lh 46802 +4KSu 46803 +cGhpbg== 46804 +IENvbXBhcmU= 46805 +IEJPTg== 46806 +IHNuZWFraW5n 46807 +IFJhaWxz 46808 +IEdlcmFs 46809 +IDE5NTM= 46810 +SG9sYQ== 46811 +INC+0L/Ri9GC 46812 +IHJhaW5mb3Jlc3Q= 46813 +IGJlbHVt 46814 +IE9iaQ== 46815 +IElTUw== 46816 +INCh0LI= 46817 +IGJsb25k 46818 +IHd6Z2w= 46819 +IHBvd2llZHppYcWC 46820 +IGNob2tpbmc= 46821 +IFNvbmdz 46822 +IEJpcmF6 46823 +IHllbGxz 46824 +IHN0eWxpc3Q= 46825 +z4zPhM61 46826 +IHNjaHJlaWJlbg== 46827 +IEphdw== 46828 +IEVsZXZlbg== 46829 +IFJpZg== 46830 +Ly4= 46831 +IOyYpOuenOunjA== 46832 +IHRyZWF0aWVz 46833 +dWZmZWQ= 46834 +IOKIkg== 46835 +IHJvb2Zz 46836 +4LmA4Liq 46837 +IOu7 46838 +IHNwYXJrbGU= 46839 +IEtpZXY= 46840 +IEFyZ3U= 46841 +ZXJlY2h0 46842 +INCd0LDQtNC+ 46843 +IEZJTA== 46844 +IG1vbHRh 46845 +IERldmk= 46846 +IGNhbXBl 46847 +IGJlbmV2b2w= 46848 +IFRvdWdo 46849 +IG1vaW0= 46850 +IGV2YWN1YXRl 46851 +IGVycmFkbw== 46852 +0YDRg9Cz0L4= 46853 +IO2OmA== 46854 +IM6TzrnOsQ== 46855 +IHdlYWtlbg== 46856 +IGlsbHVtaW5hdGVk 46857 +IHNpZ2xv 46858 +IFZhY2M= 46859 +0LjQtdC5 46860 +YWxpcw== 46861 +INGD0YHRgtGA0L7QuQ== 46862 +IGRvbmE= 46863 +xYJvcw== 46864 +w7xtYW4= 46865 +IHByb2R1Y2Npw7Nu 46866 +IGNsb3Q= 46867 +IE1hbmdv 46868 +IHVuZWFzeQ== 46869 +IHNodXRz 46870 +IEV4YW1wbGVz 46871 +dmVsbA== 46872 +ZWJl 46873 +IHByb21wdGx5 46874 +IFRlbGVz 46875 +INC/0YDQvtGI0Ls= 46876 +IHB1ZXJ0YQ== 46877 +IMO8YmVyemV1Zw== 46878 +IGNvY2g= 46879 +c29jaWFs 46880 +IEJlbnNvbg== 46881 +IE1ldGg= 46882 +IEV4cGVk 46883 +IHN1cHBsZW1lbnRhbA== 46884 +IGNvbmNlaXZl 46885 +INeY15XXkQ== 46886 +IGNhcHRpdml0eQ== 46887 +j5nslYg= 46888 +INGF0YPQtA== 46889 +Zm9ybWluZw== 46890 +IHVwbG9hZHM= 46891 +IHR1cmJ1bGVuY2U= 46892 +am9pbnQ= 46893 +IHNhdGlzZmFjdG9yeQ== 46894 +IEFuaW1l 46895 +IHdhc2hlcw== 46896 +IGxpYmVyYWxz 46897 +IFN1bnNoaW5l 46898 +IFJFQUw= 46899 +dWJsaWs= 46900 +YmluYXJ5 46901 +VG9ueQ== 46902 +IHBvbGFyaXplZA== 46903 +IGVucmljaGVk 46904 +dGFraW5n 46905 +IOuBneuCmA== 46906 +IHBsZWFzdXJlcw== 46907 +IGV4dGVybWlu 46908 +aW5lc2U= 46909 +YXRs 46910 +dsOkcg== 46911 +0LDRgNGL 46912 +IG15xZs= 46913 +bmFycmF0b3I= 46914 +INC+0LTQvdC+0Lw= 46915 +IG5handpxJk= 46916 +IG1vYmlsaXpl 46917 +IG1pbGxvcg== 46918 +IGF0YQ== 46919 +IHBvbMOtdGljbw== 46920 +IHBsZWFk 46921 +IHBhaW50ZXJz 46922 +IFNvdw== 46923 +0L7RhA== 46924 +IOyYm+uCoA== 46925 +INGH0YLQvtCx 46926 +IHNhYm9y 46927 +IFVuZGVydA== 46928 +IEpFUlJZ 46929 +xaHDrQ== 46930 +IOuwluyXkA== 46931 +IHByw6ljw6lk 46932 +IGFubm90YXRpb24= 46933 +IEluYXVkaWJsZQ== 46934 +IHRleHR1cmVk 46935 +IGZpc2hlcm1hbg== 46936 +dm9yZGFu 46937 +aWNoZXJ1bmc= 46938 +IOyggeydtA== 46939 +IGdlemVpZ3Q= 46940 +IG1hbmRhdGVz 46941 +IGJlYWs= 46942 +IFRXTw== 46943 +IEFrYmFy 46944 +aWxpYW4= 46945 +IHRp4bq/cA== 46946 +IHN1cGVyaW9yaXR5 46947 +aW5rdQ== 46948 +IGx5cw== 46949 +IEZDQw== 46950 +IENQQQ== 46951 +dXN0ZXJpbmc= 46952 +bmljb3M= 46953 +YW5qYQ== 46954 +IGNoaWxscw== 46955 +IENhZ2U= 46956 +IHNlYWxpbmc= 46957 +IHNhw6c= 46958 +IGRlZGFucw== 46959 +IEFsZ2Vy 46960 +IHNwZXppZQ== 46961 +IGNvbG9zcw== 46962 +xLF5xLE= 46963 +Y2xvY2t3aXNl 46964 +IGV4YWN0YW1lbnRl 46965 +IGllbWFuZA== 46966 +YW3EsQ== 46967 +IG1hbmRhcg== 46968 +cmFq 46969 +ZmFjZWQ= 46970 +YWd1YQ== 46971 +IOq5lOs= 46972 +IGluc2Jlc29uZGVyZQ== 46973 +IGRyaXp6bGU= 46974 +IGRpbWluaXNo 46975 +IFlvZGE= 46976 +QUk= 46977 +IGJpbG1peW9ydW0= 46978 +IE1NQQ== 46979 +YXRlZ29yeQ== 46980 +INC/0LXRgNC10L8= 46981 +IHBhcnRpY2lwYXI= 46982 +IG5vcm1hbGl6ZWQ= 46983 +IGNvbXBsZXhpdGllcw== 46984 +0LDRgNC+0LI= 46985 +bWlzdA== 46986 +aWNoYQ== 46987 +R3JvdXA= 46988 +IHJlc2lsaWVuY3k= 46989 +IG5vZ2xl 46990 +IENOQw== 46991 +cHLDvA== 46992 +IHBoeXNpY2lzdHM= 46993 +0L3QvtC6 46994 +TEk= 46995 +IHN0dWZmcw== 46996 +IHNpc3RlbWFz 46997 +IGludGVyZmVyaW5n 46998 +IE1hcnZpbg== 46999 +w6lyY2l0bw== 47000 +IOyXhuqzoA== 47001 +IHNvbmlj 47002 +IGVxdWl2 47003 +IGFib3Jk 47004 +IFJhbWVu 47005 +IDA5 47006 +bWVkaW0= 47007 +YXRpcXVlcw== 47008 +INC00LXQu9Cw0Y7Rgg== 47009 +IHVuYW5pbW91c2x5 47010 +IHNraXJ0cw== 47011 +IO2KueuzhA== 47012 +IFByaXg= 47013 +a2FtaQ== 47014 +IGZydWl0aW9u 47015 +IGJpcnRoZGF5cw== 47016 +0LjQutC+0Lw= 47017 +IGluYXVndXJhbA== 47018 +IGNvcnJlbGF0ZQ== 47019 +IFRvcnk= 47020 +IOuCmOyB 47021 +IGRldw== 47022 +IFByZWNpcw== 47023 +aWhp 47024 +IOusuOygnOqwgA== 47025 +IGNpdGluZw== 47026 +IExhbmE= 47027 +IEthZw== 47028 +IHBsYXl0aHJvdWdo 47029 +IFByb3RvY29s 47030 +ZnJpc3Q= 47031 +aG92YWg= 47032 +IG1lcmNpZnVs 47033 +IGJpbGluZ3VhbA== 47034 +IEd1aXRhcg== 47035 +cmg= 47036 +IGdsYW1vcm91cw== 47037 +IFZpa2luZ3M= 47038 +IE9vb29o 47039 +7ZWY64qU642w 47040 +IFVnYW5kYQ== 47041 +IGNvbGxhcHNlcw== 47042 +ZW50cnk= 47043 +IGFudGlveGlkYW50cw== 47044 +64KY6w== 47045 +0YjQsNGP 47046 +IHRyaXZpYQ== 47047 +IGfDpGxsZXI= 47048 +IGZ1bmdp 47049 +IG1pbGtz 47050 +IGRpY2h0 47051 +zrzOtw== 47052 +cG9rZQ== 47053 +INCy0YvQv9GD0YHQug== 47054 +IGZlZWRlcg== 47055 +IEFsY29ob2w= 47056 +aG93ZXI= 47057 +IGRlc2VydmluZw== 47058 +IFJlYmVs 47059 +aW9zaXM= 47060 +IDEwMw== 47061 +IGhhbmRvdXQ= 47062 +IGVubQ== 47063 +IGxhbmRsb3Jkcw== 47064 +IGdlb2xvZ3k= 47065 +cmlscw== 47066 +IGNvYnJh 47067 +IFZvbGQ= 47068 +IFBhbmNo 47069 +IEdSRUc= 47070 +IHByb3Nz 47071 +IGJyYWNlbGV0cw== 47072 +IFZlZ2E= 47073 +IHJvenVt 47074 +0LDQt9C0 47075 +IEx5bmQ= 47076 +IEhvbm9ycw== 47077 +IHN1cnJlbmRlcmVk 47078 +IGxpYnJhcmlhbnM= 47079 +MTI1 47080 +INGB0LjQsw== 47081 +IHVuaWZvcm1seQ== 47082 +IEVhZ2xlcw== 47083 +7JWZ 47084 +0LjRgtCw0L0= 47085 +YW5kaWQ= 47086 +IOygiOuMgA== 47087 +INi2 47088 +IGFycmVzdHM= 47089 +IENTVg== 47090 +IEF6ZXJiYWlqYW4= 47091 +b3J0aWM= 47092 +IERY 47093 +IEFkdmVudHVyZXM= 47094 +IGFidXM= 47095 +IEZhdQ== 47096 +IHNjaGxpbW0= 47097 +IHJhdHRsaW5n 47098 +IGNvbnN1bWVz 47099 +IFRvbGtpZW4= 47100 +IHJlc3VycmVjdGVk 47101 +IFhZ 47102 +7Yq46rCA 47103 +INCy0YvRgdGC0YPQvw== 47104 +IEFuZ2ll 47105 +xbxlbmlh 47106 +TWlj 47107 +IFNoZWlsYQ== 47108 +YWNodGV0 47109 +IG92ZXJzdA== 47110 +IGzDog== 47111 +IGluZWZmZWN0aXZl 47112 +IHdpY2h0aWdlcg== 47113 +IHZpbm8= 47114 +IHB1bQ== 47115 +IGFuZ2xlZA== 47116 +IFBpb25l 47117 +IE3hu7k= 47118 +d2/Fm8SH 47119 +ZHJhdw== 47120 +4Lix4LmI 47121 +bWFya2V0cw== 47122 +IGNhZmVz 47123 +IENlbQ== 47124 +4p2k 47125 +IFN1aXQ= 47126 +TUs= 47127 +IGVtcGhhc2l6ZXM= 47128 +IHRvcnRpbGxh 47129 +IG1lam9yYXI= 47130 +IFN1cnZpdg== 47131 +Y2FzdGluZw== 47132 +IGVkdWNhY2nDs24= 47133 +IEd1bQ== 47134 +dWVseQ== 47135 +IOyXrOq4sOuKlA== 47136 +IHN0cmV0Y2h5 47137 +ZW7Dp2E= 47138 +IHdpdGhob2xk 47139 +IGV4aXRpbmc= 47140 +IGVudGhhbHB5 47141 +IFRyYW5zaXQ= 47142 +xLFsbcSxxZ8= 47143 +YWxpZXM= 47144 +IHNhbHZhcg== 47145 +IGxlYW5lZA== 47146 +IGdyb8OfZXM= 47147 +IGZpdHQ= 47148 +0LDQutC4 47149 +U2FyYWg= 47150 +IGhvc3RlbA== 47151 +IGZpbmdlcm5h 47152 +IG5hZHppZWrEmQ== 47153 +d2l2ZXM= 47154 +UmVj 47155 +IHNwb29s 47156 +0LDRgtC+0LI= 47157 +IEVuZW15 47158 +IGZ1cnk= 47159 +IGRldHRh 47160 +IEZheQ== 47161 +0Y/RjtGC 47162 +IGFwcm94aW1hZGFtZW50ZQ== 47163 +IHNpbG9z 47164 +IG1hZ2lzdA== 47165 +IGNyZWU= 47166 +IEtyYW5r 47167 +IERPV04= 47168 +IHN0YXJ0bGVk 47169 +IHJlYm9ybg== 47170 +IFVtd2VsdA== 47171 +IFN1emFubmU= 47172 +0L3QuNGG0Ys= 47173 +b3V0ZXo= 47174 +IEpBQw== 47175 +eWFyZHM= 47176 +cmFkYXM= 47177 +cmF1 47178 +aXB0cw== 47179 +aGFpbA== 47180 +IHBhcmFncmFwaHM= 47181 +IG1lZ2xpbw== 47182 +IGlzb2xhdGluZw== 47183 +IGFjZWl0ZQ== 47184 +IEhhcnNo 47185 +IGN5c3Q= 47186 +IEJsb2NrY2hhaW4= 47187 +INGF0L7RgNC+0YjQuNC5 47188 +IHZpcnR1b3Vz 47189 +IGludmVzdGlnYWNpw7Nu 47190 +IGRldm9pcg== 47191 +IG1hc3R1cmI= 47192 +IFNhbGU= 47193 +2YrYsdip 47194 +IM6n 47195 +IFN0cmHDn2Vu 47196 +IGRpa2s= 47197 +IGFmb3Jl 47198 +IEp1bmdrb29r 47199 +IGNob2NpYcW8 47200 +IERlYmF0dGU= 47201 +IHdlaXJkbHk= 47202 +IHZpYWpl 47203 +cmVnaXN0 47204 +SGVscA== 47205 +IGtpbmRlcmVu 47206 +IGZvcm11bGF0ZWQ= 47207 +IGVuZmlt 47208 +IFRvd2FyZHM= 47209 +0LrQvtGX 47210 +aXZlcmluZw== 47211 +INC00LXRgtC4 47212 +Y2hhcmdlcg== 47213 +IHB1cmw= 47214 +IGFjYWRlbWljYWxseQ== 47215 +IE51cnNl 47216 +IGRlbGV0aW5n 47217 +YXlv 47218 +IHJlZnVzYWw= 47219 +IGRlcGljdHM= 47220 +IERyYWN1bGE= 47221 +IHRvYXN0ZWQ= 47222 +IFpvbWJpZQ== 47223 +IFN1cGVyaW9y 47224 +IEJvbGQ= 47225 +IHF1aXp6ZXM= 47226 +IGdsZQ== 47227 +NDUw 47228 +IGNvbWXDp28= 47229 +eW5u 47230 +IHZlcnN0 47231 +IE9sYWY= 47232 +IHBvbW9j 47233 +IFNhc2s= 47234 +65g= 47235 +IFRDUA== 47236 +IFByb3BlcnR5 47237 +7ZWY7KOg 47238 +4Lic4Lih 47239 +Ym9vbQ== 47240 +YXJvcw== 47241 +INGA0L7RgdGB0LjQuQ== 47242 +INCx0YvQstCw0LXRgg== 47243 +IOydtOyVvOq4sOulvA== 47244 +IGNvbWJpZW4= 47245 +dmFjYw== 47246 +IGViZW5mYWxscw== 47247 +cGFyYQ== 47248 +INC30Lw= 47249 +IGRlc3BlcmF0aW9u 47250 +b3JkcmU= 47251 +INep15zXmQ== 47252 +IGdlbmVyb3VzbHk= 47253 +INCe0Lo= 47254 +IG9yYml0aW5n 47255 +Pjwv 47256 +IGVzcMOt 47257 +IENPUA== 47258 +dmlzaWJsZQ== 47259 +INC/0YDQtdGB0YLRg9C/ 47260 +IHN0aXRjaGVk 47261 +4K+ILg== 47262 +IGxhdGVudA== 47263 +IFByYWI= 47264 +IE1jTg== 47265 +IEhlYWxpbmc= 47266 +IEN1cmlvc2l0eQ== 47267 +Y2VydA== 47268 +IOuvvOyjvA== 47269 +IHBhdGllbnRseQ== 47270 +IFlU 47271 +Zm9yZWlnbg== 47272 +IHbhuqtu 47273 +IGluZHVzdHJp 47274 +IGNvY2t0YWlscw== 47275 +IGJyaWdodGVu 47276 +IGNvbnNvbGlkYXRlZA== 47277 +0LDRgNC0 47278 +bHRyeQ== 47279 +IGdyaWxsZQ== 47280 +IGJvbmE= 47281 +IGRpbGlnZW50bHk= 47282 +IFdyZXN0bGVNYW5pYQ== 47283 +ZXJrdA== 47284 +ZW5lcmd5 47285 +OTk5 47286 +4K6V4K61 47287 +IHRvdGU= 47288 +aW9ubw== 47289 +RElP 47290 +IHNjaGl6b3BocmVuaWE= 47291 +IHBvc3Rwb25lZA== 47292 +IFFpdQ== 47293 +IM+Dz4XOvQ== 47294 +IHpkasSZ 47295 +IHNwYW5uZW5k 47296 +IERJUw== 47297 +UmVs 47298 +IHJoaW4= 47299 +aW1tdW5l 47300 +T2xk 47301 +IHBsw7Z0emxpY2g= 47302 +IG1vdW5k 47303 +IGFzdHJvbm9taWNhbA== 47304 +IEd1aWQ= 47305 +IEN1bA== 47306 +SEk= 47307 +IMWg 47308 +IHJlcG8= 47309 +IE1hdXJpY2U= 47310 +IGJhbmRpdHM= 47311 +IERlc2t0b3A= 47312 +w6Rzcw== 47313 +ZnRh 47314 +IGxpY2VuY2U= 47315 +IGltYWdpbmFy 47316 +IEVudHJlcHJlbmU= 47317 +eG8= 47318 +IOunm+yeiOuKlA== 47319 +INeU15E= 47320 +IHB1bXBraW5z 47321 +IGthbnNzYQ== 47322 +IGrEmXp5 47323 +IGNvbW11bmF1dMOp 47324 +YsO8cg== 47325 +IGVyaMO2 47326 +IFdvbHZlcg== 47327 +IFNoYXJpbmc= 47328 +IHBha2Fp 47329 +IGluc3VsdGVk 47330 +0JzRiw== 47331 +0L7Rlw== 47332 +IGNvbnNpc3Rl 47333 +IHlvdW5nc3RlcnM= 47334 +IGdsZWljaGVu 47335 +d2VkZXI= 47336 +IG1vdGU= 47337 +IGNsYXVzZXM= 47338 +w6l0YXQ= 47339 +cHJ1cw== 47340 +IHdhc3Q= 47341 +IENyaXNw 47342 +IG9mZmVuZGVycw== 47343 +IGNvbnZlY3Rpb24= 47344 +IGNvbmZpYW4= 47345 +b2xsb3c= 47346 +YW1ldA== 47347 +INGX0YU= 47348 +ZmZpY2llbmN5 47349 +IHVuZ2xhdWI= 47350 +aWdhbnM= 47351 +IG1hcmtldGVk 47352 +IFZBTg== 47353 +IHByb2NsYWltZWQ= 47354 +IGPDqWx1bGFz 47355 +IGNvbGxpZGU= 47356 +IE9jdWx1cw== 47357 +YWRvcmU= 47358 +Smk= 47359 +IHN1c3RhaW5pbmc= 47360 +IEZhc2M= 47361 +IHNldHp0 47362 +IG5vc2FsdHJlcw== 47363 +TW9zdA== 47364 +INCy0Yc= 47365 +IG5hdWM= 47366 +IEJoYXI= 47367 +IHnDqnU= 47368 +IHRpbWVzdA== 47369 +IHBlcnRhbWE= 47370 +aXJtaQ== 47371 +IHp3cg== 47372 +IHZlcmJlc3M= 47373 +IHZvcnRleA== 47374 +IFNUQUNL 47375 +2KvYsQ== 47376 +uYTr 47377 +lJTsmKQ= 47378 +IGxpbmthZ2U= 47379 +IEZyYXNlcg== 47380 +ZW5hcmlv 47381 +IOudvOuKlA== 47382 +IOyEoOuwsA== 47383 +aHRoYWw= 47384 +IOq5jA== 47385 +IEtow7RuZw== 47386 +w4M= 47387 +IHNjcmFtYmxlZA== 47388 +IEVpbms= 47389 +IG1pY3Jvb3JnYW4= 47390 +IG5hcmNpc3Npc3Q= 47391 +IEtvbWJhdA== 47392 +IOunoQ== 47393 +IEFHQQ== 47394 +IHBlcmZla3Q= 47395 +IFNlcmll 47396 +ZGV0ZXJt 47397 +LSc= 47398 +IHBvbnl0YWls 47399 +IGtvc2th 47400 +7JM= 47401 +IG9iZWM= 47402 +IGNoZXN0cw== 47403 +dmVlcg== 47404 +IHVwcmlzaW5n 47405 +IHN0b2tlZA== 47406 +YXNzb2Np 47407 +IHByb2R1w6fDo28= 47408 +IFNoYXBl 47409 +7KCc6rCA 47410 +IOuUsA== 47411 +IGpvbg== 47412 +IGluYWR2ZXJ0 47413 +YW50YXM= 47414 +INC90LDQutC+0L3QtdGG 47415 +IEFyc2VuYWw= 47416 +IHByb3RlZw== 47417 +IGxpYmVydMOp 47418 +IGdsYXJl 47419 +IHZlcmVpbg== 47420 +IGluc2VydHM= 47421 +IEphbmE= 47422 +IHd5ZGFqZQ== 47423 +xYJ1bQ== 47424 +ICUu 47425 +b3JpZ2luZQ== 47426 +IHN5bmFnb2d1ZQ== 47427 +IGZhbGxhaXQ= 47428 +IGRpc29iZWQ= 47429 +IGFudGlj 47430 +IEN5Y2w= 47431 +IGFzeW5jaHJvbm91cw== 47432 +IOuyjOyNqA== 47433 +IGdlc3VuZA== 47434 +IGdhZ24= 47435 +IHBlYQ== 47436 +IGdyaW4= 47437 +w6lzdA== 47438 +IHNhdWM= 47439 +IE3DpGQ= 47440 +7ZW064+E 47441 +cHBz 47442 +IM61z4DOuQ== 47443 +IHBldXBsZQ== 47444 +IGRlYmVu 47445 +IEJyZWU= 47446 +INGA0L7Qu9GM 47447 +INC60LDQutC40Lw= 47448 +IMO6dGls 47449 +IGRpc3RyaWJ1dG9y 47450 +0LDQu9GL 47451 +IHN3b2rEhQ== 47452 +IGZvbGtsb3Jl 47453 +IHJlY2VpdmVycw== 47454 +IE1PTw== 47455 +Ymlucw== 47456 +YXN0cmU= 47457 +7JWI6w== 47458 +IOuEo+qzoA== 47459 +IG11bHRpbWVkaWE= 47460 +IGdlYmF1dA== 47461 +0L7QstGL0YU= 47462 +w6N5 47463 +IGRhbmU= 47464 +b2tvbA== 47465 +ZW1pdGlzbQ== 47466 +T05FWQ== 47467 +IHlhxJ8= 47468 +IGNoYXVmZg== 47469 +IGVzZnVlcg== 47470 +xINu 47471 +ZXJ0YXM= 47472 +IGZvbmN0aW9ubmU= 47473 +b21pbmE= 47474 +IGl2b3J5 47475 +IFlvdXR1YmVy 47476 +IFNreXdhbGtlcg== 47477 +0LjRh9C10YHQutCw0Y8= 47478 +dG9p 47479 +IHZleWE= 47480 +IGdlbGVybnQ= 47481 +IGNoYW5jZWxsb3I= 47482 +IFN0YXRpc3RpY3M= 47483 +IHdlbGRlZA== 47484 +IG9uZGFu 47485 +IFNlaQ== 47486 +IG1lZGljYWxseQ== 47487 +IGVuZXJnaXplZA== 47488 +IFZpYQ== 47489 +INCy0LjQug== 47490 +IHVuaW50ZXI= 47491 +IGhpZ2huZXNz 47492 +IO2MlOs= 47493 +IGFtcGxpZmllZA== 47494 +IFNlcmdleQ== 47495 +IE1pbnM= 47496 +d2FybQ== 47497 +cGVsbA== 47498 +b3BoaWxl 47499 +IGjDqA== 47500 +IEJlbG8= 47501 +IFNrZXRjaA== 47502 +IGNoYXJhY3Rlcml6YXRpb24= 47503 +YW5zZW4= 47504 +INGC0YPRgA== 47505 +IOOFi+OFi+OFiw== 47506 +Tm90ZQ== 47507 +IGtvxZ8= 47508 +IGNpZXJ0 47509 +Zmx1 47510 +IGJhaHQ= 47511 +IERvd250b3du 47512 +IENSSVM= 47513 +b2RpZQ== 47514 +MTQw 47515 +IGxpdHJlcw== 47516 +IGdyaWV2 47517 +IOyUqOqwgA== 47518 +IHN1Y2NlZWRz 47519 +IF9f 47520 +ZW50aW5n 47521 +IHZpbW9z 47522 +IHPDrA== 47523 +ZGVmZW5zZQ== 47524 +IE1jRA== 47525 +IE1hcmlvbg== 47526 +IERvbnQ= 47527 +IEREUg== 47528 +IExhemFy 47529 +IERBUg== 47530 +IGt1dg== 47531 +S24= 47532 +IHNlbWJsYQ== 47533 +IGFpcmJvcm5l 47534 +IFZpb2xlbmNl 47535 +65CQ 47536 +IHJlc3RyYWludA== 47537 +IHdoaXN0bGVz 47538 +IHNjb2xkZWQ= 47539 +IGFjY2Vzbw== 47540 +IGFic29sdXRhbWVudGU= 47541 +IFR5bA== 47542 +IFNhcA== 47543 +toDrtoQ= 47544 +aXTDpHRlbg== 47545 +YWRlbQ== 47546 +IMO9 47547 +IHByZXNjcmliZQ== 47548 +IE1hZ2U= 47549 +IEhlbGVuYQ== 47550 +dnQ= 47551 +IHZpZW5lbg== 47552 +IHNuZWV6 47553 +IG1vbMOp 47554 +xrDhu59uZw== 47555 +IHRyYW5zcG9ydGluZw== 47556 +IExlYW4= 47557 +IGt1bmc= 47558 +0YPRgNCw 47559 +z4TOrQ== 47560 +dXRjaGVz 47561 +b25kZXJz 47562 +bGl5b3I= 47563 +TmF0 47564 +IHppag== 47565 +IG1hbW1hbA== 47566 +IGvDpHl0 47567 +IEpvYW5uYQ== 47568 +c2VudA== 47569 +IOCkuA== 47570 +IHZlc3RlZA== 47571 +IEVyZmFocnVuZw== 47572 +b2tlZQ== 47573 +IGNsaXBwaW5n 47574 +IExpc3RlbmluZw== 47575 +ICgj 47576 +ZsO2 47577 +IHZpZGFyZQ== 47578 +IGJyaXR0bGU= 47579 +IFNUQVJU 47580 +IERhbWFz 47581 +IFlvZw== 47582 +Z2FydA== 47583 +IHZlcmxpZXI= 47584 +IGhlYXJ0ZmVsdA== 47585 +IGRvxZvEhw== 47586 +7LmY6rCA 47587 +LsK7 47588 +IG1heGltYWw= 47589 +IGRpc3RpbnRvcw== 47590 +IOyZnOuDkO2VmOuptA== 47591 +IHNhaWxlZA== 47592 +IGNvbnZleWVk 47593 +IFRpbmRlcg== 47594 +IFNVUEVS 47595 +0L3QuNGG0YM= 47596 +Y29udHJvbGxlZA== 47597 +IGZ1bno= 47598 +IGJhc3RhcmRz 47599 +IEdpbnNidXJn 47600 +IG51b3Zv 47601 +IFBlcmU= 47602 +IEpFUw== 47603 +IERpbmdlbg== 47604 +IEJldHM= 47605 +dW1iYQ== 47606 +YWNjacOzbg== 47607 +IOyeiOyngOunjA== 47608 +IHJldHJh 47609 +IExhdXJlbnQ= 47610 +IHBvenk= 47611 +IGdyb292ZXM= 47612 +IG3DoXF1aW5h 47613 +IG1pbmlvbg== 47614 +IGRlaW5lbg== 47615 +IFNoYXVu 47616 +15nXmQ== 47617 +IGhvbm9yYXJ5 47618 +b3NhdXJ1cw== 47619 +IHplaXQ= 47620 +IGVzcGVjaWU= 47621 +IEJDRQ== 47622 +0LDRgtC1 47623 +SnVzdGlu 47624 +IFdoZWVscw== 47625 +IOydtO2VtA== 47626 +INio2YrZhg== 47627 +IHByb3B1bHNpb24= 47628 +IHBlcmNlYmVy 47629 +IE5ld21hbg== 47630 +5bQ= 47631 +Y3Vsb3Npcw== 47632 +TWk= 47633 +INCw0LrQutGD 47634 +IG1hc3RlcmluZw== 47635 +IGzDpGg= 47636 +IGZpc3Rz 47637 +IG1hcmluYWRl 47638 +TGlsbHk= 47639 +IOuFuOugpQ== 47640 +IFlI 47641 +IHVyZ2VudGx5 47642 +IGluZm9ybWF0aW9uYWw= 47643 +IGFjb3Jkbw== 47644 +aXp6eQ== 47645 +7J207Ja0 47646 +aW1hcg== 47647 +IOuCmOyYpOs= 47648 +IHR3ZW50aWVz 47649 +IHJhc3A= 47650 +IGJ1bXB5 47651 +2KjYqQ== 47652 +d29ya2Vy 47653 +IHF1aWNrZXN0 47654 +IGF0dGFjaGVz 47655 +0LLQuNCz 47656 +IOuCmO2DgOs= 47657 +IHB1cmVl 47658 +IG92ZXJzaXplZA== 47659 +IHN0aXJyZWQ= 47660 +IGpha2lt 47661 +IGhvbWljaWRl 47662 +aXNjaWxsYQ== 47663 +IOyxmQ== 47664 +IHNwZWN1bGF0aXZl 47665 +IGFzc2lzdHM= 47666 +bWFpbg== 47667 +asOkaHI= 47668 +aW5kZXQ= 47669 +IMWfdXI= 47670 +IGZvcmVjYXN0cw== 47671 +IGRpdmVyc2lvbg== 47672 +IHRhcmU= 47673 +IG9nbA== 47674 +IE9yZ2FuaXNhdGlvbg== 47675 +IENoZXZ5 47676 +IGJhamE= 47677 +YW5kxLFy 47678 +INmI2YTYpw== 47679 +IHJhZGlhbnQ= 47680 +IGxpYWlzb24= 47681 +IGRlbW9rcmF0 47682 +IE1BUkM= 47683 +z4DOv8+F 47684 +IHJ1bnQ= 47685 +IHByw6ljaXM= 47686 +IGdldmVu 47687 +IHbDqWhpYw== 47688 +IEpFU1M= 47689 +U1RS 47690 +IOyWmOs= 47691 +IHZpc2lvbmFyeQ== 47692 +IGJ1cmFkYW4= 47693 +IHJlYmlydGg= 47694 +IGV4aGliaXRlZA== 47695 +IE1ldGFsbA== 47696 +b2xpZQ== 47697 +ZWx5bg== 47698 +IGZsYXZvdXJz 47699 +IGVzY3JpdG8= 47700 +IERlbGV0ZQ== 47701 +IOyVjOyVmOyWtA== 47702 +INGD0LrRgNCw0ZfQvQ== 47703 +IGludGVycnVwdGluZw== 47704 +IGlkZW50aWZpYw== 47705 +IFN1enVraQ== 47706 +IExhbmRpbmc= 47707 +YW5kaQ== 47708 +IGVzdHJhbg== 47709 +IGNvdWxldXI= 47710 +IGFncmFk 47711 +IFNueQ== 47712 +IOCuh+Cusg== 47713 +IGFuZGVy 47714 +IHJ1YQ== 47715 +IHByaXNl 47716 +IGxhdXJl 47717 +IO2KgA== 47718 +IG1vZGVyYXRpb24= 47719 +IGVyZmFocmVu 47720 +IGRlY29uc3Q= 47721 +IFJlZXNl 47722 +IFBL 47723 +ZXRvcw== 47724 +IEdyYXZpdHk= 47725 +IEVyZW4= 47726 +IG92ZXJib2FyZA== 47727 +IG3DvHNzdA== 47728 +IEVtYWls 47729 +0LXRgNC8 47730 +eWRp 47731 +acSZZHp5 47732 +IExPVQ== 47733 +IEZ1w59iYWxs 47734 +IFJE 47735 +YWx0cw== 47736 +IOyKpO2KuOs= 47737 +INCa0YDQsNGB 47738 +IHRlbGV2 47739 +INGA0L4= 47740 +IHJlc2lnbmF0aW9u 47741 +IGppbmdsZQ== 47742 +IFN0dWRpZW4= 47743 +IElY 47744 +IFNlbnRpbmVs 47745 +IFBhbmc= 47746 +6YQ= 47747 +SmFrZQ== 47748 +IHBlcnNvbmFnZW0= 47749 +IG3DqWRpYQ== 47750 +IENoZXJu 47751 +YW50aWNhbGx5 47752 +IHRo4budaQ== 47753 +IHBhcmFseXNpcw== 47754 +IGphcGFuZXNl 47755 +IGNvbmV4 47756 +IGVmaWM= 47757 +IHVuZGVyc2lkZQ== 47758 +IG5lb2w= 47759 +IGZpYW4= 47760 +0LjQvNC+0YHRgtGM 47761 +IHF1aXJreQ== 47762 +IHBpc3Rh 47763 +IENsZW1lbnQ= 47764 +bm90aGluZw== 47765 +INC/0L7QtdGF 47766 +IGhvcnJlbmQ= 47767 +IGNvbnNvbGlkYXRl 47768 +cGxveXM= 47769 +ZW1ha2Vy 47770 +SmVubmlmZXI= 47771 +IG51bcOpcm8= 47772 +IGZhbW9zbw== 47773 +IE5lcHR1bmU= 47774 +IO2WiOyWtA== 47775 +INC/0YDQtdC30LjQtA== 47776 +IHNpdGNvbQ== 47777 +IHNlcmlv 47778 +IG11ZQ== 47779 +IGdsYW5kcw== 47780 +IGLDtnJqYXI= 47781 +IFlK 47782 +IFJpb3Q= 47783 +cGFyYWd1cw== 47784 +IHNlZ3VyYW7Dp2E= 47785 +IGltbWF0dXJl 47786 +IE1hZG9ubmE= 47787 +4LiN 47788 +IGxpbmdlcmluZw== 47789 +IGFjZXNzbw== 47790 +IE9yaWVudA== 47791 +IFJlY29tbQ== 47792 +IGNvbXBsYWM= 47793 +Zm91bmRlZA== 47794 +YXR0ZW5k 47795 +IGNpZWxv 47796 +IFpoYW4= 47797 +bmFpcmVz 47798 +Y2Nv 47799 +INeQ16A= 47800 +IHN0YXRh 47801 +IGNvbnRyYWRpY3Rvcnk= 47802 +IFPDqQ== 47803 +IFNBTg== 47804 +IENvbm5pZQ== 47805 +IOuLueyLnA== 47806 +INGB0LDQvNC+0Lk= 47807 +IG1hamVzdGlj 47808 +IFBlbmd1aW4= 47809 +IENPTUU= 47810 +w61jaW9z 47811 +cGVybw== 47812 +IG1n 47813 +IGZhdWM= 47814 +IGNvcnJlcg== 47815 +IEdvdHRlcw== 47816 +IEFuZ2xv 47817 +SGFy 47818 +4buXaQ== 47819 +IHZpdGVzc2U= 47820 +IGFubm91bmNlcg== 47821 +IE9tYWhh 47822 +a3Vt 47823 +IHNwYXJlZA== 47824 +INGA0LDQt9Cw 47825 +INC/0L7Qu9GD0YfQuNGC0YHRjw== 47826 +IHTDpGjDpG4= 47827 +INC/0L7QvdCw0LQ= 47828 +IHBlcnRhaW5pbmc= 47829 +IFJhdGU= 47830 +aWVybg== 47831 +R29sZA== 47832 +IHRlc3Rl 47833 +IGRlxJ9pbGQ= 47834 +IGRhbXBpbmc= 47835 +IFBhcnRuZXJzaGlw 47836 +enlzdGE= 47837 +Z2VsZA== 47838 +IHNtb2tlcw== 47839 +IE1hcnJpYWdl 47840 +7Kq97JeQ 47841 +aXNjZQ== 47842 +IHRyeW5h 47843 +IERpcmVjdG9yeQ== 47844 +IOuCmOyYrA== 47845 +IHNoYW1lZnVs 47846 +IG1lbnRyZQ== 47847 +IGFzc2lnbmluZw== 47848 +IHJlcGVydG9pcmU= 47849 +IG9iamV0b3M= 47850 +IHVuZGVyd29ybGQ= 47851 +IGVuZGVhdm9ycw== 47852 +IGlnbml0ZQ== 47853 +INmI2Kw= 47854 +IGV4cGVyaWVudA== 47855 +INCX0LDQvw== 47856 +INC30LDQutC70Y7Rhw== 47857 +IHZvbHRhZ2Vz 47858 +IG5pZWdv 47859 +IGRlZmljaXRz 47860 +IGJ1ZW5vcw== 47861 +IFNsZWVwaW5n 47862 +IFNhbGVt 47863 +IHVubG9ja2luZw== 47864 +IGludGVyYWN0ZWQ= 47865 +IGVudGVuZGV1 47866 +IFN1cGVyaW50ZW5kZW50 47867 +IHN6Y3plZ8OzbA== 47868 +IHF1YXM= 47869 +IHBhbGluZw== 47870 +IGtobw== 47871 +2KjYrQ== 47872 +IGNvbGFib3I= 47873 +INC/0YDQuNCz0L7RgtC+0LI= 47874 +IG1hdXY= 47875 +IEp1ZGFz 47876 +IEFzc2lzdA== 47877 +INGC0LXRgNGA0Lg= 47878 +INC90LDRgdC60L7Qu9GM0LrQvg== 47879 +IHN1YnNpZHk= 47880 +IEVtYmFzc3k= 47881 +IGRhZ2Vu 47882 +IFNhbnRv 47883 +16nXldeR 47884 +IGFicnVwdGx5 47885 +IEFkYXB0 47886 +IHZhYWs= 47887 +IHBvc3RhbA== 47888 +IGludmVzdGly 47889 +IGZpcXVlaQ== 47890 +IGRvd250aW1l 47891 +IFdlYmI= 47892 +IE5DQUE= 47893 +IEVzdG95 47894 +0L7Qu9C+0YI= 47895 +IOyCrOqxtA== 47896 +IG5hdGlvbmFsaXN0 47897 +IEthdGhyeW4= 47898 +IEtvcA== 47899 +6ao= 47900 +U2Vhbg== 47901 +T05B 47902 +IEJq 47903 +16LXnQ== 47904 +w61i 47905 +aWRhbWVudGU= 47906 +INCz0LvQsNC30LA= 47907 +IHVubmll 47908 +IGdlbWFha3Q= 47909 +IElOVEVSVklFV0VS 47910 +IEhhdXQ= 47911 +zq/Ovw== 47912 +Z2VvaXM= 47913 +d3lkZA== 47914 +INC60L7Qu9C4 47915 +IHRpZ2h0ZW5lZA== 47916 +IHBsYW5uZXJz 47917 +IGhlcnVt 47918 +IGfDtnLDvG4= 47919 +IGVsZWN0cm9uaWNhbGx5 47920 +IGNlcmFt 47921 +IOuLpOyWke2VnA== 47922 +IGVwaWxlcHN5 47923 +IGXEnw== 47924 +bGlucw== 47925 +IFNoaW55 47926 +INGB0L7Qu9C9 47927 +IG1hY2Fyb24= 47928 +IGltcGFjdG8= 47929 +IFZlZ2Fu 47930 +emXFhA== 47931 +IFJhcGhh 47932 +IFBhcnM= 47933 +IExFTw== 47934 +Y8O8 47935 +INec15TXmdeV16o= 47936 +IMOkaG5saWNo 47937 +IGZsb3Nz 47938 +IEFa 47939 +IG3DtmNodGVu 47940 +IGdyb29taW5n 47941 +IGdyYXNzZXM= 47942 +cmFuY2g= 47943 +IHJlY2liaXI= 47944 +IGJvdW5jeQ== 47945 +IEhvYmJ5 47946 +IHZpa3RpZw== 47947 +IGJlZ2l0dQ== 47948 +IFBpY2Fzc28= 47949 +IEt1c2g= 47950 +66qo 47951 +IG9ic3RydWN0aW9u 47952 +IOu2hOychA== 47953 +IG1pY3JvYg== 47954 +IFdlc3RtaW5zdGVy 47955 +cm9wcw== 47956 +ZHVs 47957 +IGRldm8= 47958 +IExlaHJlcg== 47959 +IEFkdmlzb3I= 47960 +dWNrZW4= 47961 +INCx0YPQvA== 47962 +IGZsYXR0ZXJpbmc= 47963 +IFRydW1hbg== 47964 +IFNlbXByZQ== 47965 +IE1jQ2Fpbg== 47966 +IEhpbmR1cw== 47967 +SnVsaWE= 47968 +IHdhdGVyc2hlZA== 47969 +IGx1c2g= 47970 +7KCE6w== 47971 +QmVmb3Jl 47972 +INCS0YLQvtGA 47973 +IFNhYVM= 47974 +IHNpdHp0 47975 +IGJlZXRsZQ== 47976 +IEVzc2VudGlhbA== 47977 +ZW5rbw== 47978 +IOuVjOuPhA== 47979 +IHJldnZpbmc= 47980 +IHBvb3Jlcg== 47981 +IGNvZXJj 47982 +IGlkZWU= 47983 +IGNvw7s= 47984 +YWxldA== 47985 +IHpkcm93 47986 +IGZlbmRlcg== 47987 +Z3Jvd3Ro 47988 +RElORw== 47989 +IHpkZQ== 47990 +RU5UUw== 47991 +IGZhY2V0cw== 47992 +dXNoaW1h 47993 +IMWfZWg= 47994 +IHBhcmFzaXRl 47995 +IGxhcHNl 47996 +IE1lZXI= 47997 +IEt1bmQ= 47998 +IHNsb2c= 47999 +IGJydW5jaA== 48000 +IENoYXJ0 48001 +YXJ6 48002 +IE1VUw== 48003 +IG9mZmVuc2Vz 48004 +IGluZ2zDqXM= 48005 +IGZvbGlhZ2U= 48006 +b3BsYW4= 48007 +QXV0 48008 +IEphY3F1 48009 +dGFr 48010 +aWVtYnJl 48011 +IHhlbg== 48012 +IG5vbWluZWVz 48013 +IGJpb21lZGljYWw= 48014 +w6lzdXM= 48015 +IGVzdHV2 48016 +z4TPjA== 48017 +QVRIQU4= 48018 +IO2VnOuNsA== 48019 +IGhlZWQ= 48020 +Y3Jvc3N0YWxr 48021 +QmlsbA== 48022 +IHNwb3VzZXM= 48023 +INGB0Y7Qtg== 48024 +IHZlcnNv 48025 +IFN2ZW4= 48026 +IENhdQ== 48027 +Y3V6 48028 +IOuztOyEuOyalA== 48029 +INGF0L7Qt9GP 48030 +IG1vY2tpbmc= 48031 +IE9uYQ== 48032 +IETDoQ== 48033 +IGZydWl0ZnVs 48034 +IGJhbnF1ZXQ= 48035 +dWRkaW5n 48036 +aW5jdGlvbnM= 48037 +ZGVydA== 48038 +c3Vk 48039 +IGRlc2Nvbg== 48040 +IEpD 48041 +IMKn 48042 +IHB1Ymxp 48043 +64iI 48044 +IGVudHNjaGllZGVu 48045 +IFJPSQ== 48046 +IOyDneqyvA== 48047 +IGvDpHl0dA== 48048 +eWFuaQ== 48049 +c2hhdw== 48050 +IHVubGVhc2g= 48051 +IG1hbm5l 48052 +IGhpc3RvZ3JhbQ== 48053 +4Lit4Liw4LmE4Lij 48054 +IGdu 48055 +IGZlbGxh 48056 +IGVpbmdlcw== 48057 +IEJ1aWx0 48058 +IHJlcHJlc2VudGE= 48059 +IHB1bmlzaGluZw== 48060 +IG91dHNpZGVycw== 48061 +0L3Rg9GC0YzRgdGP 48062 +Y3VycmVudA== 48063 +IGZhbWlsaWFyaXR5 48064 +INC00LjQsg== 48065 +IHByb2pldHM= 48066 +IGFxdWVsZXM= 48067 +IEdsdWU= 48068 +dGhvc2U= 48069 +IGluY2VwdGlvbg== 48070 +IGFxdWVsbG9z 48071 +IGlsbHVzaW9ucw== 48072 +IGF0dGVuZHM= 48073 +cmVzZQ== 48074 +IHN3YXJt 48075 +IHN3YWI= 48076 +IHJlZ2FyZGV6 48077 +IHBvc2nDp8Ojbw== 48078 +IGFraGly 48079 +IGV4dHJhY3Rpbmc= 48080 +IGFuZWNkb3Rl 48081 +IFRhbGU= 48082 +INCy0LjQvQ== 48083 +IGFiZ2Vz 48084 +IG9sdcWf 48085 +IGNvbXBsaWNhZG8= 48086 +IGNvdmFyaQ== 48087 +0ZbRgtGM 48088 +RGVy 48089 +INeZ15Q= 48090 +Rm9ybQ== 48091 +IOyWtOyojOuToA== 48092 +IHJlYWRhYmxl 48093 +IGluaGliaXQ= 48094 +IGRlY2lwaGVy 48095 +IEFuZ3J5 48096 +cGc= 48097 +4K614K6k 48098 +INGB0L7QsdGB0YLQstC10L3QvdC+ 48099 +IHNhbWg= 48100 +IGVzY3I= 48101 +IGVuY29tcGFzc2Vz 48102 +IGF1c3Rlcg== 48103 +IGNvbmZpc2M= 48104 +IE1hbmRhbA== 48105 +IH0= 48106 +YXRjaGVy 48107 +PSM= 48108 +INC60LjQvdC+ 48109 +IHN0YWw= 48110 +bHVuZ3M= 48111 +IHZvbGU= 48112 +IHJlcXVpcw== 48113 +IHDDqW4= 48114 +IGxlY3R1cmVy 48115 +IGluc2NyaXB0aW9u 48116 +IGNlcnZpY2Fs 48117 +IFRyZWFzdXJl 48118 +IEpX 48119 +Y29taW5ncw== 48120 +IGV5ZXNpZ2h0 48121 +IFRhaWxz 48122 +w61zaW1v 48123 +IHdvcmtzaGVldA== 48124 +IHN3aWZ0bHk= 48125 +IGNvbm9z 48126 +IGVsaW1pbmF0ZXM= 48127 +IEJsYXpl 48128 +0LDQu9C+0LM= 48129 +IHBpY3R1cmVk 48130 +IGdpcmFmZmU= 48131 +IExvZ2lj 48132 +IGVucmljaG1lbnQ= 48133 +Rml0 48134 +IHVuaW50ZW5kZWQ= 48135 +IHBlcnNlY3V0ZWQ= 48136 +YWthcA== 48137 +67CY 48138 +IGJhcmJlcg== 48139 +IGFyYmVpdGV0 48140 +IFN1cnByaXNpbmdseQ== 48141 +IEF1dG9i 48142 +dW5rdQ== 48143 +cHJvdg== 48144 +IExvY2g= 48145 +b2J5bA== 48146 +INC/0L7QtNCz0L7RgtC+0LI= 48147 +IMOpY29ub21pcXVl 48148 +IHBhdHQ= 48149 +IGNlYXNlZA== 48150 +INGB0L/QuNGB 48151 +IG51Y2xlaQ== 48152 +IGlzdGU= 48153 +IFdhZw== 48154 +IHp1cGXFgm5pZQ== 48155 +IHByb3ZlcmI= 48156 +IEFow60= 48157 +bGlhbW8= 48158 +IHJlbGlhYmx5 48159 +IHBpaw== 48160 +IFRyYWRpbmc= 48161 +IENvbGVtYW4= 48162 +IM6xzr3OsQ== 48163 +IG1hZ2FyaQ== 48164 +IFBISUw= 48165 +IHNoZWRkaW5n 48166 +b2huZXI= 48167 +IHBvcm5vZ3JhcGh5 48168 +IGJlbmVmaWNpYXJpZXM= 48169 +4oCi 48170 +ZW5pbg== 48171 +IHJlc29sdmluZw== 48172 +INGB0L/QvtGA0YI= 48173 +INCx0LXQsw== 48174 +IG5lY3Rhcg== 48175 +dWx0dXJh 48176 +aW1zaWNhbA== 48177 +jIDrpbw= 48178 +IHZpc8Ojbw== 48179 +w7/Dv8O/w7/Dv8O/w7/Dvw== 48180 +YXR0Zm9ybQ== 48181 +IOunnuuKlA== 48182 +IHBpbGdyaW1hZ2U= 48183 +IG1hdGluZw== 48184 +IFJlYXBlcg== 48185 +IEJyZWY= 48186 +INeR15M= 48187 +IG5vdmFtZW50ZQ== 48188 +IGdyaWxsaW5n 48189 +IFdpcmVsZXNz 48190 +IFJvbWFuaWFu 48191 +0ps= 48192 +7Jyg6w== 48193 +aGFpdA== 48194 +IEJvcmE= 48195 +QVJSWQ== 48196 +IGh5cG90aGVzZXM= 48197 +aWt1dA== 48198 +IOyVhOuyhA== 48199 +INGW0Lc= 48200 +IG5hdGlvbmFsZQ== 48201 +2KrZiQ== 48202 +w7xsbHQ= 48203 +IMOpbMOpbWVudHM= 48204 +IFdhcmU= 48205 +ICgt 48206 +0LDQu9GM0L3QvtC8 48207 +IGluZGljdA== 48208 +IFN0b25lcw== 48209 +ZXhwbG9zaW9u 48210 +IOuDhOyDiA== 48211 +IGZlbGlj 48212 +IGp1ZGljaWFyeQ== 48213 +IGluY2FybmF0aW9u 48214 +IGlubmluZw== 48215 +IGZvcm11bA== 48216 +IHNoaXBtZW50 48217 +IHJlaW5kZWVy 48218 +INC+0LfQvdCw0Yc= 48219 +IGVudm9s 48220 +dW5keQ== 48221 +INC30L3QsNGC0Yw= 48222 +INCy0LjQtNC10LvQuA== 48223 +IGV4Y2x1ZGluZw== 48224 +ZGVhdGg= 48225 +IGJlcm0= 48226 +IHNvcHJhdHR1dHRv 48227 +IGRlYmlkbw== 48228 +IFppZw== 48229 +IE92 48230 +IEtFVklO 48231 +IFBhbGU= 48232 +IE1pcmU= 48233 +IGFuZGFy 48234 +aW5jbHVkaW5n 48235 +IHN3YXBwZWQ= 48236 +IG1pc2NvbmNlcHRpb25z 48237 +IHNwb25n 48238 +csOpYWw= 48239 +IG9yYml0YWxz 48240 +IGhhc2h0YWdz 48241 +b3JpdA== 48242 +IG1hdXZhaXM= 48243 +0LjRgdCw 48244 +IGxpdnJlcw== 48245 +IElQUw== 48246 +IDA0 48247 +w7Zn 48248 +aW5zdHI= 48249 +INCy0L3QtdGI 48250 +IGhpY2U= 48251 +aXPDqWU= 48252 +IG93ZXM= 48253 +IGVzaW1lcms= 48254 +IFVI 48255 +IGlycml0YXRpb24= 48256 +IGdpZ2dsZXM= 48257 +IGNvbG9uaWFsaXNt 48258 +IEJsaXNz 48259 +c3RyaW5ncw== 48260 +IHJldW5pdGVk 48261 +IFBzYWtp 48262 +d2FjaA== 48263 +IGNsaWZmcw== 48264 +IEZhbHNl 48265 +w6Rn 48266 +cGlwZQ== 48267 +IHdob3BwaW5n 48268 +IG1lcmluZ3Vl 48269 +IGJ1bmc= 48270 +aW5kdXN0cmll 48271 +IGxlY2hl 48272 +IExveQ== 48273 +IGRyaWU= 48274 +IHBhc3NhdA== 48275 +IG9sZWg= 48276 +IGPDqXU= 48277 +IEdhYnJpZQ== 48278 +IHJlZWZz 48279 +IGJvbWJlcnM= 48280 +IGVwaXPDs2Rpbw== 48281 +IFJ1Zw== 48282 +IFByb3Nl 48283 +b25vcw== 48284 +IG9iZXNl 48285 +IGdvb2c= 48286 +IHBpYWNl 48287 +Zmxhbnplbg== 48288 +IGZsYXBz 48289 +IEFsdG8= 48290 +Rmlu 48291 +IHJlc2l6ZQ== 48292 +6re4656o 48293 +TmF0aGFu 48294 +nojroKQ= 48295 +INGC0LDQuQ== 48296 +IE5GVA== 48297 +IHNuZWV6ZQ== 48298 +IHNocm91ZA== 48299 +acOp 48300 +IHZlcmFtZW50ZQ== 48301 +IGNhc2NhZGU= 48302 +IE9vaw== 48303 +7JeG7J20 48304 +IGluZnVzZWQ= 48305 +ZnBz 48306 +Y2VudGVy 48307 +IGdyYXBwbGluZw== 48308 +IFdvaG51bmc= 48309 +IFR1bWI= 48310 +IEltbWE= 48311 +IER1eWd1c2Fs 48312 +0LXQvdGC0Lg= 48313 +IHN0ZXdhcmRzaGlw 48314 +IGhhcnA= 48315 +IGVuZG9yc2Vk 48316 +xLFsYW4= 48317 +INC+0LTQvdC40Lw= 48318 +IGNvbXBldGVuY3k= 48319 +IGJlcnQ= 48320 +IFRhbGVz 48321 +IHJoZQ== 48322 +IG9oaA== 48323 +IOqwhOuLqA== 48324 +IG1STkE= 48325 +IGdhbmdzdGVy 48326 +IFJ1bm5lcg== 48327 +0LXQvdC90YvQvA== 48328 +cGhvcmlh 48329 +IHfFgmHFm2Npd2ll 48330 +IHF1YXJ0bw== 48331 +IG9yZ2FuaXNl 48332 +IFZldA== 48333 +UGFk 48334 +INmF2Ks= 48335 +IHN0aW5rcw== 48336 +IER1bA== 48337 +dWVt 48338 +aXNpZWo= 48339 +VG9w 48340 +IHR1c3Nlbg== 48341 +IEVmZW5kaW1peg== 48342 +IEJvdWxl 48343 +IFNsb3Zlbg== 48344 +IEzDtg== 48345 +0ZHQtw== 48346 +0YDQuNC/ 48347 +Y2F2ZQ== 48348 +IGJvw64= 48349 +IGFwb2xvZ2lzZQ== 48350 +IE1hcmx5 48351 +IEV4cG9ydA== 48352 +IENhaXRsaW4= 48353 +IHRhdmFsbGE= 48354 +IGVudGFpbHM= 48355 +IGJyb20= 48356 +IENvcGVuaA== 48357 +IHdhbG51dA== 48358 +IGluc2lzdHM= 48359 +IGN14buZYw== 48360 +IFF1aXQ= 48361 +IERldmljZQ== 48362 +15LXnQ== 48363 +IERPVA== 48364 +IHZlbG9jaWRhZA== 48365 +TElF 48366 +Q29vbA== 48367 +IHNhbml0YXRpb24= 48368 +IG9saG8= 48369 +IEVC 48370 +IO2ZleyLpO2eiA== 48371 +INCc0LjRhQ== 48372 +IHp1aw== 48373 +IHN1cm5hbWU= 48374 +IFNjaHVsZA== 48375 +cnVmZg== 48376 +Y3VsdHVyYWw= 48377 +INGB0YLQvtC70YzQutC+ 48378 +jOuNsA== 48379 +IHRvcnRv 48380 +IGJhY2t1cHM= 48381 +0YDQuNC5 48382 +cmVsYXg= 48383 +IHN5bmVyZ3k= 48384 +IGJ1ZmZz 48385 +IGFwbw== 48386 +IFdlbGxuZXNz 48387 +cm91bmRlZA== 48388 +IHVuaXZlcnNlcw== 48389 +IGZlcmE= 48390 +IHN0YW5kYnk= 48391 +IFNpbHZh 48392 +IEpJ 48393 +ZW5zb3JlZA== 48394 +IOyXhuuLpA== 48395 +INCQ0LI= 48396 +INC+0YLQtNC10Ls= 48397 +IGbDuA== 48398 +IFJvY2tlZg== 48399 +IENvbXBhc3M= 48400 +IEJlYXJz 48401 +VHVybg== 48402 +IHRo4buxYw== 48403 +IHBvc3NpYmlsZQ== 48404 +IGVzdGVt 48405 +IENyb2F0aWE= 48406 +IHTDpHTDpA== 48407 +IENBTA== 48408 +4LmA4Lie 48409 +INGB0YLRgNCw0YU= 48410 +IHNhbHRz 48411 +IG1pbmltYWxpc3Q= 48412 +IGluY29ycG9yYXRlcw== 48413 +INmG24HbjNq6 48414 +YWNhbw== 48415 +IHNsYW1tZWQ= 48416 +IGNhbWE= 48417 +VGV4dA== 48418 +ISEhISEh 48419 +IGFsY2Fueg== 48420 +w6ltYQ== 48421 +IGluY2Vuc2U= 48422 +IGhhcmRlbg== 48423 +IGdyYW50aW5n 48424 +IE5haQ== 48425 +IEZpcm1h 48426 +IGh5cG9j 48427 +am9i 48428 +IFJI 48429 +enVy 48430 +0LjQu9GP 48431 +IMW6 48432 +IGRhcmVz 48433 +YW5o 48434 +IOunjO2BvA== 48435 +IGN1ZXN0acOzbg== 48436 +IExpbWE= 48437 +IGFzc3VudG8= 48438 +IElQTw== 48439 +IEJlbmdhbA== 48440 +IEJpZXI= 48441 +IHBzeWNoZQ== 48442 +IGFjcXVhaW50ZWQ= 48443 +IEfDvG4= 48444 +0L7Qt9C4 48445 +xZtjacSF 48446 +QUc= 48447 +IG1hbGZ1bmN0aW9u 48448 +IGFzdGVyb2lkcw== 48449 +aXJleg== 48450 +YW1vcnBo 48451 +INGB0L7RgtGA0YPQtA== 48452 +IGZyZXNod2F0ZXI= 48453 +IGFycmFu 48454 +INC/0YDRiw== 48455 +0L3QvtCz 48456 +IGRpYWJldGlj 48457 +INmC2KfZhA== 48458 +IG9wcHJlc3M= 48459 +IGNhcGFjaXRhbmNl 48460 +cGVyZm9ybWFuY2U= 48461 +Y3JhdGVz 48462 +IGFwb3N0bGU= 48463 +IEpFTg== 48464 +T1VMRA== 48465 +SW50cm8= 48466 +IHN0YWxscw== 48467 +IEFCT1VU 48468 +Y3RpY2FtZW50ZQ== 48469 +IGRpbGlnZW50 48470 +IG1hbmlmZXN0cw== 48471 +IFBha2lzdGFuaQ== 48472 +ICgn 48473 += 48474 +6ZM= 48475 +6bI= 48476 +55g= 48477 +6Jw= 48478 +6bg= 48479 +6a4= 48480 +6Jo= 48481 +6J0= 48482 +6a8= 48483 +6JU= 48484 +6KQ= 48485 +6bA= 48486 +6J8= 48487 +56M= 48488 +6KA= 48489 +6ZE= 48490 +6bU= 48491 +6bE= 48492 +6bQ= 48493 +5bU= 48494 +54A= 48495 +6Z4= 48496 +6bY= 48497 +6Y4= 48498 +6ac= 48499 +6bc= 48500 +5aw= 48501 +6Ys= 48502 +5bY= 48503 +5qs= 48504 +55M= 48505 +77w= 48506 +46k= 48507 +770= 48508 +45Y= 48509 +45c= 48510 +5IE= 48511 +8KA= 48512 +4oCY 48513 +4oCZ 48514 +4oCc 48515 +4oCd 48516 +4oCn 48517 +4oSD 48518 +4peL 48519 +44CD 48520 +44CG 48521 +44CH 48522 +44CI 48523 +44CJ 48524 +44CS 48525 +44Cd 48526 +44Ce 48527 +44GB 48528 +44GC 48529 +44GD 48530 +44GE 48531 +44GF 48532 +44GG 48533 +44GH 48534 +44GI 48535 +44GJ 48536 +44GK 48537 +44GL 48538 +44GM 48539 +44GN 48540 +44GO 48541 +44GP 48542 +44GQ 48543 +44GR 48544 +44GS 48545 +44GT 48546 +44GU 48547 +44GV 48548 +44GW 48549 +44GX 48550 +44GY 48551 +44GZ 48552 +44Ga 48553 +44Gb 48554 +44Gc 48555 +44Gd 48556 +44Ge 48557 +44Gf 48558 +44Gg 48559 +44Gh 48560 +44Gi 48561 +44Gj 48562 +44Gk 48563 +44Gl 48564 +44Gm 48565 +44Gn 48566 +44Go 48567 +44Gp 48568 +44Gq 48569 +44Gr 48570 +44Gs 48571 +44Gt 48572 +44Gu 48573 +44Gv 48574 +44Gw 48575 +44Gx 48576 +44Gy 48577 +44Gz 48578 +44G0 48579 +44G1 48580 +44G2 48581 +44G3 48582 +44G4 48583 +44G5 48584 +44G6 48585 +44G7 48586 +44G8 48587 +44G9 48588 +44G+ 48589 +44G/ 48590 +44KA 48591 +44KB 48592 +44KC 48593 +44KD 48594 +44KE 48595 +44KF 48596 +44KG 48597 +44KH 48598 +44KI 48599 +44KJ 48600 +44KK 48601 +44KL 48602 +44KM 48603 +44KN 48604 +44KP 48605 +44KQ 48606 +44KR 48607 +44KS 48608 +44KT 48609 +44Kd 48610 +44Ke 48611 +44Kh 48612 +44Ki 48613 +44Kj 48614 +44Kk 48615 +44Kl 48616 +44Km 48617 +44Kn 48618 +44Ko 48619 +44Kp 48620 +44Kq 48621 +44Kr 48622 +44Ks 48623 +44Kt 48624 +44Ku 48625 +44Kv 48626 +44Kw 48627 +44Kx 48628 +44Ky 48629 +44Kz 48630 +44K0 48631 +44K1 48632 +44K2 48633 +44K3 48634 +44K4 48635 +44K5 48636 +44K6 48637 +44K7 48638 +44K8 48639 +44K9 48640 +44K+ 48641 +44K/ 48642 +44OA 48643 +44OB 48644 +44OC 48645 +44OD 48646 +44OE 48647 +44OF 48648 +44OG 48649 +44OH 48650 +44OI 48651 +44OJ 48652 +44OK 48653 +44OL 48654 +44OM 48655 +44ON 48656 +44OO 48657 +44OP 48658 +44OQ 48659 +44OR 48660 +44OS 48661 +44OT 48662 +44OU 48663 +44OV 48664 +44OW 48665 +44OX 48666 +44OY 48667 +44OZ 48668 +44Oa 48669 +44Ob 48670 +44Oc 48671 +44Od 48672 +44Oe 48673 +44Of 48674 +44Og 48675 +44Oh 48676 +44Oi 48677 +44Oj 48678 +44Ok 48679 +44Ol 48680 +44Om 48681 +44On 48682 +44Oo 48683 +44Op 48684 +44Oq 48685 +44Or 48686 +44Os 48687 +44Ot 48688 +44Ou 48689 +44Ov 48690 +44Ow 48691 +44Ox 48692 +44Oy 48693 +44Oz 48694 +44O0 48695 +44O1 48696 +44O2 48697 +44O7 48698 +44O8 48699 +44O+ 48700 +45at 48701 +45eO 48702 +46mS 48703 +46mn 48704 +5IGv 48705 +5LiA 48706 +5LiB 48707 +5LiD 48708 +5LiH 48709 +5LiI 48710 +5LiJ 48711 +5LiK 48712 +5LiL 48713 +5LiN 48714 +5LiO 48715 +5LiQ 48716 +5LiR 48717 +5LiT 48718 +5LiU 48719 +5LiV 48720 +5LiW 48721 +5LiX 48722 +5LiY 48723 +5LiZ 48724 +5Lia 48725 +5Lib 48726 +5Lic 48727 +5Lid 48728 +5Lie 48729 +5Lif 48730 +5Lih 48731 +5Lii 48732 +5Lik 48733 +5Lil 48734 +5Lim 48735 +5Lin 48736 +5Lio 48737 +5Liq 48738 +5Lir 48739 +5Lit 48740 +5Liw 48741 +5Liy 48742 +5Li0 48743 +5Li2 48744 +5Li4 48745 +5Li5 48746 +5Li6 48747 +5Li7 48748 +5Li8 48749 +5Li9 48750 +5Li+ 48751 +5LmC 48752 +5LmD 48753 +5LmF 48754 +5LmH 48755 +5LmI 48756 +5LmJ 48757 +5LmL 48758 +5LmM 48759 +5LmN 48760 +5LmO 48761 +5LmP 48762 +5LmQ 48763 +5LmS 48764 +5LmT 48765 +5LmU 48766 +5LmW 48767 +5LmX 48768 +5LmY 48769 +5LmZ 48770 +5Lmc 48771 +5Lmd 48772 +5Lme 48773 +5Lmf 48774 +5Lmg 48775 +5Lmh 48776 +5Lmi 48777 +5Lmm 48778 +5Lmp 48779 +5Lmq 48780 +5Lmw 48781 +5Lmx 48782 +5Lmz 48783 +5Lm4 48784 +5Lm+ 48785 +5LqA 48786 +5LqB 48787 +5LqC 48788 +5LqG 48789 +5LqI 48790 +5LqJ 48791 +5LqL 48792 +5LqM 48793 +5LqN 48794 +5LqO 48795 +5LqP 48796 +5LqR 48797 +5LqS 48798 +5LqT 48799 +5LqU 48800 +5LqV 48801 +5LqY 48802 +5LqZ 48803 +5Lqa 48804 +5Lqb 48805 +5Lqc 48806 +5Lqe 48807 +5Lqf 48808 +5Lqh 48809 +5Lqi 48810 +5Lqk 48811 +5Lql 48812 +5Lqm 48813 +5Lqn 48814 +5Lqo 48815 +5Lqp 48816 +5Lqr 48817 +5Lqs 48818 +5Lqt 48819 +5Lqu 48820 +5Lqw 48821 +5Lqy 48822 +5Lqz 48823 +5Lq1 48824 +5Lq2 48825 +5Lq5 48826 +5Lq6 48827 +5Lq/ 48828 +5LuA 48829 +5LuB 48830 +5LuC 48831 +5LuD 48832 +5LuE 48833 +5LuF 48834 +5LuG 48835 +5LuH 48836 +5LuJ 48837 +5LuK 48838 +5LuL 48839 +5LuN 48840 +5LuO 48841 +5LuP 48842 +5LuR 48843 +5LuT 48844 +5LuU 48845 +5LuV 48846 +5LuW 48847 +5LuX 48848 +5LuY 48849 +5LuZ 48850 +5Lud 48851 +5Lue 48852 +5Luf 48853 +5Luh 48854 +5Luj 48855 +5Luk 48856 +5Lul 48857 +5Luo 48858 +5Luq 48859 +5Lur 48860 +5Lus 48861 +5Lut 48862 +5Luu 48863 +5Luw 48864 +5Luy 48865 +5Luz 48866 +5Lu1 48867 +5Lu2 48868 +5Lu3 48869 +5Lu7 48870 +5Lu9 48871 +5Lu/ 48872 +5LyB 48873 +5LyD 48874 +5LyE 48875 +5LyJ 48876 +5LyK 48877 +5LyL 48878 +5LyN 48879 +5LyO 48880 +5LyP 48881 +5LyQ 48882 +5LyR 48883 +5LyX 48884 +5LyY 48885 +5LyZ 48886 +5Lya 48887 +5Lyb 48888 +5Lyc 48889 +5Lyd 48890 +5Lye 48891 +5Lyf 48892 +5Lyg 48893 +5Lyi 48894 +5Lyk 48895 +5Lyl 48896 +5Lym 48897 +5Lyn 48898 +5Lyq 48899 +5Lyr 48900 +5Lyv 48901 +5Lyw 48902 +5Lyx 48903 +5Lyy 48904 +5Ly0 48905 +5Ly2 48906 +5Ly3 48907 +5Ly4 48908 +5Ly6 48909 +5Ly8 48910 +5Ly9 48911 +5L2D 48912 +5L2G 48913 +5L2H 48914 +5L2I 48915 +5L2J 48916 +5L2N 48917 +5L2O 48918 +5L2P 48919 +5L2Q 48920 +5L2R 48921 +5L2T 48922 +5L2U 48923 +5L2V 48924 +5L2X 48925 +5L2Y 48926 +5L2Z 48927 +5L2a 48928 +5L2b 48929 +5L2c 48930 +5L2d 48931 +5L2e 48932 +5L2f 48933 +5L2g 48934 +5L2i 48935 +5L2j 48936 +5L2k 48937 +5L2l 48938 +5L2p 48939 +5L2s 48940 +5L2v 48941 +5L2w 48942 +5L2z 48943 +5L21 48944 +5L22 48945 +5L23 48946 +5L26 48947 +5L27 48948 +5L28 48949 +5L2+ 48950 +5L2/ 48951 +5L6C 48952 +5L6D 48953 +5L6E 48954 +5L6G 48955 +5L6I 48956 +5L6J 48957 +5L6L 48958 +5L6N 48959 +5L6P 48960 +5L6R 48961 +5L6T 48962 +5L6U 48963 +5L6X 48964 +5L6Y 48965 +5L6b 48966 +5L6d 48967 +5L6g 48968 +5L6h 48969 +5L6j 48970 +5L6l 48971 +5L6m 48972 +5L6n 48973 +5L6o 48974 +5L6p 48975 +5L6q 48976 +5L6s 48977 +5L6t 48978 +5L6u 48979 +5L6v 48980 +5L61 48981 +5L62 48982 +5L63 48983 +5L6/ 48984 +5L+C 48985 +5L+D 48986 +5L+E 48987 +5L+F 48988 +5L+K 48989 +5L+O 48990 +5L+P 48991 +5L+Q 48992 +5L+R 48993 +5L+U 48994 +5L+X 48995 +5L+Y 48996 +5L+a 48997 +5L+b 48998 +5L+c 48999 +5L+d 49000 +5L+e 49001 +5L+f 49002 +5L+g 49003 +5L+h 49004 +5L+i 49005 +5L+j 49006 +5L+k 49007 +5L+m 49008 +5L+o 49009 +5L+p 49010 +5L+q 49011 +5L+s 49012 +5L+t 49013 +5L+u 49014 +5L+v 49015 +5L+x 49016 +5L+z 49017 +5L+1 49018 +5L+2 49019 +5L+4 49020 +5L+6 49021 +5L++ 49022 +5YCF 49023 +5YCG 49024 +5YCJ 49025 +5YCL 49026 +5YCM 49027 +5YCN 49028 +5YCP 49029 +5YCR 49030 +5YCS 49031 +5YCT 49032 +5YCU 49033 +5YCW 49034 +5YCY 49035 +5YCZ 49036 +5YCa 49037 +5YCc 49038 +5YCf 49039 +5YCh 49040 +5YCi 49041 +5YCj 49042 +5YCk 49043 +5YCl 49044 +5YCm 49045 +5YCn 49046 +5YCo 49047 +5YCp 49048 +5YCq 49049 +5YCr 49050 +5YCs 49051 +5YCt 49052 +5YCu 49053 +5YC2 49054 +5YC5 49055 +5YC6 49056 +5YC8 49057 +5YC+ 49058 +5YGB 49059 +5YGD 49060 +5YGH 49061 +5YGI 49062 +5YGJ 49063 +5YGM 49064 +5YGO 49065 +5YGP 49066 +5YGT 49067 +5YGV 49068 +5YGW 49069 +5YGa 49070 +5YGc 49071 +5YGl 49072 +5YGs 49073 +5YGt 49074 +5YGx 49075 +5YGy 49076 +5YG0 49077 +5YG1 49078 +5YG2 49079 +5YG3 49080 +5YG4 49081 +5YG7 49082 +5YG9 49083 +5YG+ 49084 +5YG/ 49085 +5YKA 49086 +5YKF 49087 +5YKI 49088 +5YKN 49089 +5YKR 49090 +5YKV 49091 +5YKY 49092 +5YKZ 49093 +5YKc 49094 +5YKi 49095 +5YKj 49096 +5YKl 49097 +5YKn 49098 +5YKo 49099 +5YKp 49100 +5YKr 49101 +5YKs 49102 +5YKt 49103 +5YKy 49104 +5YKz 49105 +5YK0 49106 +5YK1 49107 +5YK3 49108 +5YK6 49109 +5YK7 49110 +5YK+ 49111 +5YOC 49112 +5YOF 49113 +5YOG 49114 +5YOJ 49115 +5YOK 49116 +5YON 49117 +5YOP 49118 +5YOR 49119 +5YOU 49120 +5YOV 49121 +5YOW 49122 +5YOa 49123 +5YOe 49124 +5YOj 49125 +5YOl 49126 +5YOm 49127 +5YOn 49128 +5YOs 49129 +5YOt 49130 +5YOu 49131 +5YOx 49132 +5YOz 49133 +5YO1 49134 +5YO5 49135 +5YO7 49136 +5YSA 49137 +5YSB 49138 +5YSC 49139 +5YSE 49140 +5YSG 49141 +5YSI 49142 +5YSJ 49143 +5YSL 49144 +5YSS 49145 +5YSU 49146 +5YSV 49147 +5YSY 49148 +5YSa 49149 +5YSf 49150 +5YSh 49151 +5YSq 49152 +5YSy 49153 +5YS3 49154 +5YS6 49155 +5YS8 49156 +5YS/ 49157 +5YWA 49158 +5YWB 49159 +5YWD 49160 +5YWE 49161 +5YWF 49162 +5YWG 49163 +5YWH 49164 +5YWI 49165 +5YWJ 49166 +5YWK 49167 +5YWL 49168 +5YWM 49169 +5YWN 49170 +5YWO 49171 +5YWQ 49172 +5YWR 49173 +5YWS 49174 +5YWU 49175 +5YWV 49176 +5YWW 49177 +5YWa 49178 +5YWc 49179 +5YWi 49180 +5YWl 49181 +5YWn 49182 +5YWo 49183 +5YWp 49184 +5YWq 49185 +5YWr 49186 +5YWs 49187 +5YWt 49188 +5YWu 49189 +5YWw 49190 +5YWx 49191 +5YWz 49192 +5YW0 49193 +5YW1 49194 +5YW2 49195 +5YW3 49196 +5YW4 49197 +5YW5 49198 +5YW7 49199 +5YW8 49200 +5YW9 49201 +5YaA 49202 +5YaC 49203 +5YaF 49204 +5YaG 49205 +5YaH 49206 +5YaI 49207 +5YaJ 49208 +5YaK 49209 +5YaM 49210 +5YaN 49211 +5YaP 49212 +5YaR 49213 +5YaS 49214 +5YaV 49215 +5YaW 49216 +5YaX 49217 +5YaZ 49218 +5Yaa 49219 +5Yab 49220 +5Yac 49221 +5Yag 49222 +5Yai 49223 +5Yak 49224 +5Yal 49225 +5Yam 49226 +5Yan 49227 +5Yao 49228 +5Yap 49229 +5Yaq 49230 +5Yar 49231 +5Yas 49232 +5Yau 49233 +5Yav 49234 +5Yaw 49235 +5Yax 49236 +5Yay 49237 +5Yaz 49238 +5Ya0 49239 +5Ya1 49240 +5Ya2 49241 +5Ya3 49242 +5Ya7 49243 +5Ya8 49244 +5Ya9 49245 +5Ya/ 49246 +5YeA 49247 +5YeE 49248 +5YeG 49249 +5YeH 49250 +5YeI 49251 +5YeJ 49252 +5YeK 49253 +5YeL 49254 +5YeM 49255 +5YeN 49256 +5YeP 49257 +5YeR 49258 +5YeW 49259 +5Yeb 49260 +5Yec 49261 +5Yed 49262 +5Yeg 49263 +5Yeh 49264 +5Yei 49265 +5Yek 49266 +5Yem 49267 +5Yen 49268 +5Yep 49269 +5Yeq 49270 +5Yer 49271 +5Yet 49272 +5Yev 49273 +5Yew 49274 +5Yex 49275 +5Yez 49276 +5Ye1 49277 +5Ye2 49278 +5Ye4 49279 +5Ye5 49280 +5Ye6 49281 +5Ye7 49282 +5Ye8 49283 +5Ye9 49284 +5Ye/ 49285 +5YiA 49286 +5YiB 49287 +5YiD 49288 +5YiG 49289 +5YiH 49290 +5YiI 49291 +5YiK 49292 +5YiN 49293 +5YiO 49294 +5YiR 49295 +5YiS 49296 +5YiU 49297 +5YiX 49298 +5YiY 49299 +5YiZ 49300 +5Yia 49301 +5Yib 49302 +5Yid 49303 +5Yig 49304 +5Yik 49305 +5Yil 49306 +5Yio 49307 +5Yip 49308 +5Yiq 49309 +5Yir 49310 +5Yis 49311 +5Yit 49312 +5Yiu 49313 +5Yiw 49314 +5Yiz 49315 +5Yi2 49316 +5Yi3 49317 +5Yi4 49318 +5Yi5 49319 +5Yi6 49320 +5Yi7 49321 +5Yi8 49322 +5Yi9 49323 +5Yi/ 49324 +5YmA 49325 +5YmB 49326 +5YmC 49327 +5YmD 49328 +5YmF 49329 +5YmH 49330 +5YmK 49331 +5YmL 49332 +5YmM 49333 +5YmN 49334 +5YmO 49335 +5YmQ 49336 +5YmR 49337 +5YmU 49338 +5YmV 49339 +5YmW 49340 +5Ymb 49341 +5Ymc 49342 +5Ymd 49343 +5Yme 49344 +5Ymf 49345 +5Ymh 49346 +5Ymj 49347 +5Ymk 49348 +5Yml 49349 +5Ymn 49350 +5Ymp 49351 +5Ymq 49352 +5Ymv 49353 +5Ymw 49354 +5Ymx 49355 +5Ymy 49356 +5Ym0 49357 +5Ym1 49358 +5Ym9 49359 +5Ym/ 49360 +5YqC 49361 +5YqD 49362 +5YqH 49363 +5YqI 49364 +5YqJ 49365 +5YqN 49366 +5YqP 49367 +5YqR 49368 +5YqS 49369 +5YqT 49370 +5YqU 49371 +5Yqb 49372 +5Yqd 49373 +5Yqe 49374 +5Yqf 49375 +5Yqg 49376 +5Yqh 49377 +5Yqi 49378 +5Yqj 49379 +5Yqo 49380 +5Yqp 49381 +5Yqq 49382 +5Yqr 49383 +5Yqs 49384 +5Yqt 49385 +5Yqx 49386 +5Yqy 49387 +5Yqz 49388 +5Yq0 49389 +5Yq1 49390 +5Yq5 49391 +5Yq8 49392 +5Yq+ 49393 +5Yq/ 49394 +5YuB 49395 +5YuD 49396 +5YuF 49397 +5YuH 49398 +5YuJ 49399 +5YuL 49400 +5YuN 49401 +5YuQ 49402 +5YuS 49403 +5YuV 49404 +5YuW 49405 +5YuX 49406 +5YuY 49407 +5YuZ 49408 +5Yub 49409 +5Yud 49410 +5Yue 49411 +5Yuf 49412 +5Yug 49413 +5Yui 49414 +5Yuj 49415 +5Yuk 49416 +5Yum 49417 +5Yun 49418 +5Yuu 49419 +5Yuw 49420 +5Yuy 49421 +5Yuz 49422 +5Yu1 49423 +5Yu4 49424 +5Yu5 49425 +5Yu6 49426 +5Yu7 49427 +5Yu+ 49428 +5Yu/ 49429 +5YyA 49430 +5YyB 49431 +5YyC 49432 +5YyF 49433 +5YyG 49434 +5YyI 49435 +5YyN 49436 +5YyP 49437 +5YyQ 49438 +5YyV 49439 +5YyW 49440 +5YyX 49441 +5YyZ 49442 +5Yya 49443 +5Yyc 49444 +5Yyd 49445 +5Yyg 49446 +5Yyh 49447 +5Yyj 49448 +5Yyq 49449 +5Yyu 49450 +5Yyv 49451 +5Yyx 49452 +5Yy4 49453 +5Yy5 49454 +5Yy6 49455 +5Yy7 49456 +5Yy8 49457 +5Yy9 49458 +5Yy+ 49459 +5Yy/ 49460 +5Y2A 49461 +5Y2B 49462 +5Y2D 49463 +5Y2F 49464 +5Y2G 49465 +5Y2H 49466 +5Y2I 49467 +5Y2J 49468 +5Y2K 49469 +5Y2N 49470 +5Y2O 49471 +5Y2P 49472 +5Y2R 49473 +5Y2S 49474 +5Y2T 49475 +5Y2U 49476 +5Y2V 49477 +5Y2W 49478 +5Y2X 49479 +5Y2Y 49480 +5Y2a 49481 +5Y2c 49482 +5Y2e 49483 +5Y2f 49484 +5Y2g 49485 +5Y2h 49486 +5Y2i 49487 +5Y2j 49488 +5Y2k 49489 +5Y2m 49490 +5Y2n 49491 +5Y2r 49492 +5Y2s 49493 +5Y2u 49494 +5Y2v 49495 +5Y2w 49496 +5Y2x 49497 +5Y2y 49498 +5Y2z 49499 +5Y20 49500 +5Y21 49501 +5Y23 49502 +5Y24 49503 +5Y26 49504 +5Y27 49505 +5Y2/ 49506 +5Y6C 49507 +5Y6E 49508 +5Y6F 49509 +5Y6G 49510 +5Y6J 49511 +5Y6L 49512 +5Y6M 49513 +5Y6N 49514 +5Y6Q 49515 +5Y6T 49516 +5Y6U 49517 +5Y6V 49518 +5Y6W 49519 +5Y6Y 49520 +5Y6a 49521 +5Y6d 49522 +5Y6f 49523 +5Y6g 49524 +5Y6i 49525 +5Y6j 49526 +5Y6l 49527 +5Y6m 49528 +5Y6o 49529 +5Y6p 49530 +5Y6t 49531 +5Y6u 49532 +5Y6w 49533 +5Y6y 49534 +5Y6z 49535 +5Y62 49536 +5Y67 49537 +5Y6/ 49538 +5Y+B 49539 +5Y+C 49540 +5Y+D 49541 +5Y+G 49542 +5Y+I 49543 +5Y+J 49544 +5Y+K 49545 +5Y+L 49546 +5Y+M 49547 +5Y+N 49548 +5Y+O 49549 +5Y+R 49550 +5Y+U 49551 +5Y+W 49552 +5Y+X 49553 +5Y+Y 49554 +5Y+Z 49555 +5Y+b 49556 +5Y+f 49557 +5Y+g 49558 +5Y+h 49559 +5Y+i 49560 +5Y+j 49561 +5Y+k 49562 +5Y+l 49563 +5Y+m 49564 +5Y+o 49565 +5Y+p 49566 +5Y+q 49567 +5Y+r 49568 +5Y+s 49569 +5Y+t 49570 +5Y+u 49571 +5Y+v 49572 +5Y+w 49573 +5Y+x 49574 +5Y+y 49575 +5Y+z 49576 +5Y+1 49577 +5Y+2 49578 +5Y+3 49579 +5Y+4 49580 +5Y+5 49581 +5Y+6 49582 +5Y+7 49583 +5Y+8 49584 +5Y+9 49585 +5ZCB 49586 +5ZCD 49587 +5ZCE 49588 +5ZCF 49589 +5ZCG 49590 +5ZCH 49591 +5ZCI 49592 +5ZCJ 49593 +5ZCK 49594 +5ZCL 49595 +5ZCM 49596 +5ZCN 49597 +5ZCO 49598 +5ZCP 49599 +5ZCQ 49600 +5ZCR 49601 +5ZCS 49602 +5ZCT 49603 +5ZCU 49604 +5ZCV 49605 +5ZCW 49606 +5ZCX 49607 +5ZCZ 49608 +5ZCb 49609 +5ZCd 49610 +5ZCe 49611 +5ZCf 49612 +5ZCg 49613 +5ZCh 49614 +5ZCj 49615 +5ZCl 49616 +5ZCm 49617 +5ZCn 49618 +5ZCo 49619 +5ZCp 49620 +5ZCr 49621 +5ZCs 49622 +5ZCt 49623 +5ZCu 49624 +5ZCv 49625 +5ZCx 49626 +5ZCy 49627 +5ZCz 49628 +5ZC0 49629 +5ZC1 49630 +5ZC2 49631 +5ZC4 49632 +5ZC5 49633 +5ZC7 49634 +5ZC8 49635 +5ZC9 49636 +5ZC+ 49637 +5ZC/ 49638 +5ZGA 49639 +5ZGC 49640 +5ZGD 49641 +5ZGG 49642 +5ZGI 49643 +5ZGJ 49644 +5ZGK 49645 +5ZGL 49646 +5ZGO 49647 +5ZGQ 49648 +5ZGR 49649 +5ZGS 49650 +5ZGT 49651 +5ZGU 49652 +5ZGV 49653 +5ZGW 49654 +5ZGX 49655 +5ZGY 49656 +5ZGZ 49657 +5ZGb 49658 +5ZGc 49659 +5ZGf 49660 +5ZGi 49661 +5ZGj 49662 +5ZGk 49663 +5ZGm 49664 +5ZGo 49665 +5ZGq 49666 +5ZGr 49667 +5ZGv 49668 +5ZGw 49669 +5ZGx 49670 +5ZGy 49671 +5ZGz 49672 +5ZG1 49673 +5ZG2 49674 +5ZG3 49675 +5ZG4 49676 +5ZG7 49677 +5ZG8 49678 +5ZG9 49679 +5ZKA 49680 +5ZKB 49681 +5ZKC 49682 +5ZKE 49683 +5ZKG 49684 +5ZKJ 49685 +5ZKL 49686 +5ZKM 49687 +5ZKO 49688 +5ZKP 49689 +5ZKQ 49690 +5ZKS 49691 +5ZKU 49692 +5ZKV 49693 +5ZKW 49694 +5ZKX 49695 +5ZKY 49696 +5ZKZ 49697 +5ZKa 49698 +5ZKb 49699 +5ZKd 49700 +5ZKj 49701 +5ZKk 49702 +5ZKm 49703 +5ZKn 49704 +5ZKo 49705 +5ZKp 49706 +5ZKq 49707 +5ZKr 49708 +5ZKs 49709 +5ZKt 49710 +5ZKv 49711 +5ZKx 49712 +5ZKy 49713 +5ZKz 49714 +5ZK0 49715 +5ZK1 49716 +5ZK2 49717 +5ZK3 49718 +5ZK4 49719 +5ZK5 49720 +5ZK7 49721 +5ZK9 49722 +5ZK+ 49723 +5ZK/ 49724 +5ZOA 49725 +5ZOB 49726 +5ZOC 49727 +5ZOD 49728 +5ZOE 49729 +5ZOG 49730 +5ZOH 49731 +5ZOI 49732 +5ZOJ 49733 +5ZOL 49734 +5ZOM 49735 +5ZON 49736 +5ZOO 49737 +5ZOP 49738 +5ZOQ 49739 +5ZOR 49740 +5ZOS 49741 +5ZOT 49742 +5ZOU 49743 +5ZOV 49744 +5ZOW 49745 +5ZOX 49746 +5ZOY 49747 +5ZOZ 49748 +5ZOa 49749 +5ZOc 49750 +5ZOd 49751 +5ZOe 49752 +5ZOf 49753 +5ZOg 49754 +5ZOh 49755 +5ZOl 49756 +5ZOm 49757 +5ZOn 49758 +5ZOo 49759 +5ZOp 49760 +5ZOq 49761 +5ZOt 49762 +5ZOu 49763 +5ZOy 49764 +5ZO6 49765 +5ZO8 49766 +5ZO9 49767 +5ZSB 49768 +5ZSE 49769 +5ZSG 49770 +5ZSH 49771 +5ZSJ 49772 +5ZSP 49773 +5ZSQ 49774 +5ZSR 49775 +5ZSU 49776 +5ZSW 49777 +5ZSb 49778 +5ZSe 49779 +5ZSg 49780 +5ZSi 49781 +5ZSj 49782 +5ZSk 49783 +5ZSn 49784 +5ZSq 49785 +5ZSs 49786 +5ZSu 49787 +5ZSv 49788 +5ZSw 49789 +5ZSx 49790 +5ZSz 49791 +5ZS1 49792 +5ZS3 49793 +5ZS4 49794 +5ZS7 49795 +5ZS8 49796 +5ZS+ 49797 +5ZS/ 49798 +5ZWA 49799 +5ZWB 49800 +5ZWC 49801 +5ZWD 49802 +5ZWE 49803 +5ZWG 49804 +5ZWJ 49805 +5ZWK 49806 +5ZWL 49807 +5ZWP 49808 +5ZWQ 49809 +5ZWT 49810 +5ZWV 49811 +5ZWW 49812 +5ZWc 49813 +5ZWe 49814 +5ZWf 49815 +5ZWh 49816 +5ZWk 49817 +5ZWl 49818 +5ZWm 49819 +5ZWn 49820 +5ZWp 49821 +5ZWq 49822 +5ZWr 49823 +5ZWs 49824 +5ZWt 49825 +5ZWu 49826 +5ZWv 49827 +5ZWw 49828 +5ZWx 49829 +5ZWy 49830 +5ZW1 49831 +5ZW2 49832 +5ZW3 49833 +5ZW4 49834 +5ZW7 49835 +5ZW8 49836 +5ZW+ 49837 +5ZaA 49838 +5ZaB 49839 +5ZaC 49840 +5ZaD 49841 +5ZaE 49842 +5ZaG 49843 +5ZaH 49844 +5ZaI 49845 +5ZaJ 49846 +5ZaK 49847 +5ZaL 49848 +5ZaO 49849 +5ZaP 49850 +5ZaQ 49851 +5ZaR 49852 +5ZaS 49853 +5ZaT 49854 +5ZaU 49855 +5ZaY 49856 +5ZaZ 49857 +5Zaa 49858 +5Zab 49859 +5Zac 49860 +5Zad 49861 +5Zaf 49862 +5Zak 49863 +5Zan 49864 +5Zao 49865 +5Zap 49866 +5Zaq 49867 +5Zar 49868 +5Zas 49869 +5Zau 49870 +5Zaw 49871 +5Zax 49872 +5Zay 49873 +5Zaz 49874 +5Za1 49875 +5Za2 49876 +5Za3 49877 +5Za5 49878 +5Za6 49879 +5Za7 49880 +5Za9 49881 +5Za+ 49882 +5ZeE 49883 +5ZeF 49884 +5ZeG 49885 +5ZeH 49886 +5ZeJ 49887 +5ZeM 49888 +5ZeN 49889 +5ZeO 49890 +5ZeQ 49891 +5ZeR 49892 +5ZeS 49893 +5ZeT 49894 +5ZeU 49895 +5ZeW 49896 +5ZeZ 49897 +5Zea 49898 +5Zeb 49899 +5Zec 49900 +5Zed 49901 +5Zee 49902 +5Zef 49903 +5Zeh 49904 +5Zej 49905 +5Zek 49906 +5Zel 49907 +5Zem 49908 +5Zeo 49909 +5Zeq 49910 +5Zer 49911 +5Zes 49912 +5Zeu 49913 +5Zev 49914 +5Zew 49915 +5Zex 49916 +5Zey 49917 +5Zez 49918 +5Ze1 49919 +5Ze2 49920 +5Ze3 49921 +5Ze7 49922 +5Ze9 49923 +5Ze+ 49924 +5ZiA 49925 +5ZiB 49926 +5ZiF 49927 +5ZiG 49928 +5ZiI 49929 +5ZiJ 49930 +5ZiM 49931 +5ZiO 49932 +5ZiP 49933 +5ZiU 49934 +5ZiW 49935 +5ZiX 49936 +5ZiY 49937 +5Zia 49938 +5Zib 49939 +5Zie 49940 +5Zif 49941 +5Zih 49942 +5Zii 49943 +5Zij 49944 +5Zik 49945 +5Zil 49946 +5Zin 49947 +5Zip 49948 +5Zis 49949 +5Zit 49950 +5Ziv 49951 +5Ziw 49952 +5Zix 49953 +5Ziy 49954 +5Zi0 49955 +5Zi2 49956 +5Zi4 49957 +5Zi5 49958 +5Zi7 49959 +5Zi/ 49960 +5ZmC 49961 +5ZmD 49962 +5ZmM 49963 +5ZmN 49964 +5ZmO 49965 +5ZmT 49966 +5ZmU 49967 +5ZmX 49968 +5ZmY 49969 +5ZmZ 49970 +5Zmb 49971 +5Zmc 49972 +5Zmg 49973 +5Zmi 49974 +5Zmk 49975 +5Zmo 49976 +5Zmp 49977 +5Zmq 49978 +5Zmr 49979 +5Zms 49980 +5Zmx 49981 +5Zm0 49982 +5Zm2 49983 +5Zm4 49984 +5Zm5 49985 +5Zm6 49986 +5Zm7 49987 +5Zm8 49988 +5ZqA 49989 +5ZqF 49990 +5ZqG 49991 +5ZqH 49992 +5ZqK 49993 +5ZqO 49994 +5ZqP 49995 +5ZqQ 49996 +5ZqS 49997 +5ZqT 49998 +5ZqU 49999 +5ZqV 50000 +5ZqX 50001 +5Zqc 50002 +5Zqf 50003 +5Zqg 50004 +5Zqi 50005 +5Zqj 50006 +5Zql 50007 +5Zqo 50008 +5Zqp 50009 +5Zqt 50010 +5Zqu 50011 +5Zqv 50012 +5Zq0 50013 +5Zq2 50014 +5Zq3 50015 +5Zq8 50016 +5ZuA 50017 +5ZuB 50018 +5ZuC 50019 +5ZuD 50020 +5ZuI 50021 +5ZuJ 50022 +5ZuK 50023 +5ZuN 50024 +5ZuO 50025 +5ZuR 50026 +5ZuU 50027 +5ZuW 50028 +5ZuX 50029 +5Zua 50030 +5Zub 50031 +5Zud 50032 +5Zue 50033 +5Zuf 50034 +5Zug 50035 +5Zuh 50036 +5Zui 50037 +5Zuj 50038 +5Zuk 50039 +5Zun 50040 +5Zuo 50041 +5Zur 50042 +5Zut 50043 +5Zuu 50044 +5Zuv 50045 +5Zuw 50046 +5Zux 50047 +5Zuy 50048 +5Zuz 50049 +5Zu0 50050 +5Zu1 50051 +5Zu3 50052 +5Zu5 50053 +5Zu6 50054 +5Zu9 50055 +5Zu+ 50056 +5Zu/ 50057 +5ZyA 50058 +5ZyD 50059 +5ZyE 50060 +5ZyG 50061 +5ZyI 50062 +5ZyJ 50063 +5ZyK 50064 +5ZyL 50065 +5ZyN 50066 +5ZyP 50067 +5ZyS 50068 +5ZyT 50069 +5ZyW 50070 +5ZyY 50071 +5Zyc 50072 +5Zyf 50073 +5Zyj 50074 +5Zym 50075 +5Zyn 50076 +5Zyo 50077 +5Zyp 50078 +5Zyq 50079 +5Zys 50080 +5Zyt 50081 +5Zyu 50082 +5Zyv 50083 +5Zyw 50084 +5Zyz 50085 +5Zy3 50086 +5Zy5 50087 +5Zy6 50088 +5Zy7 50089 +5Zy+ 50090 +5Z2A 50091 +5Z2C 50092 +5Z2H 50093 +5Z2K 50094 +5Z2N 50095 +5Z2O 50096 +5Z2P 50097 +5Z2Q 50098 +5Z2R 50099 +5Z2S 50100 +5Z2X 50101 +5Z2a 50102 +5Z2b 50103 +5Z2c 50104 +5Z2d 50105 +5Z2e 50106 +5Z2f 50107 +5Z2g 50108 +5Z2h 50109 +5Z2k 50110 +5Z2m 50111 +5Z2o 50112 +5Z2p 50113 +5Z2q 50114 +5Z2t 50115 +5Z2u 50116 +5Z2v 50117 +5Z2z 50118 +5Z23 50119 +5Z27 50120 +5Z28 50121 +5Z6C 50122 +5Z6D 50123 +5Z6E 50124 +5Z6F 50125 +5Z6G 50126 +5Z6H 50127 +5Z6I 50128 +5Z6L 50129 +5Z6M 50130 +5Z6N 50131 +5Z6S 50132 +5Z6T 50133 +5Z6V 50134 +5Z6X 50135 +5Z6a 50136 +5Z6b 50137 +5Z6d 50138 +5Z6g 50139 +5Z6h 50140 +5Z6i 50141 +5Z6j 50142 +5Z6k 50143 +5Z6m 50144 +5Z6n 50145 +5Z6p 50146 +5Z6q 50147 +5Z6r 50148 +5Z6t 50149 +5Z6u 50150 +5Z6v 50151 +5Z6w 50152 +5Z6x 50153 +5Z6z 50154 +5Z60 50155 +5Z61 50156 +5Z64 50157 +5Z+A 50158 +5Z+C 50159 +5Z+D 50160 +5Z+G 50161 +5Z+H 50162 +5Z+L 50163 +5Z+M 50164 +5Z+O 50165 +5Z+P 50166 +5Z+S 50167 +5Z+T 50168 +5Z+U 50169 +5Z+V 50170 +5Z+W 50171 +5Z+X 50172 +5Z+Z 50173 +5Z+a 50174 +5Z+c 50175 +5Z+d 50176 +5Z+f 50177 +5Z+g 50178 +5Z+j 50179 +5Z+k 50180 +5Z+q 50181 +5Z+t 50182 +5Z+y 50183 +5Z+0 50184 +5Z+1 50185 +5Z+3 50186 +5Z+4 50187 +5Z+5 50188 +5Z+6 50189 +5Z+8 50190 +5Z+9 50191 +5aCA 50192 +5aCC 50193 +5aCD 50194 +5aCF 50195 +5aCG 50196 +5aCH 50197 +5aCK 50198 +5aCL 50199 +5aCM 50200 +5aCN 50201 +5aCO 50202 +5aCQ 50203 +5aCR 50204 +5aCV 50205 +5aCZ 50206 +5aCd 50207 +5aCe 50208 +5aCg 50209 +5aCh 50210 +5aCi 50211 +5aCk 50212 +5aCo 50213 +5aCq 50214 +5aCv 50215 +5aCw 50216 +5aCx 50217 +5aC0 50218 +5aC1 50219 +5aC6 50220 +5aC8 50221 +5aGA 50222 +5aGB 50223 +5aGE 50224 +5aGK 50225 +5aGL 50226 +5aGM 50227 +5aGN 50228 +5aGR 50229 +5aGS 50230 +5aGU 50231 +5aGX 50232 +5aGY 50233 +5aGZ 50234 +5aGa 50235 +5aGe 50236 +5aGi 50237 +5aGp 50238 +5aGr 50239 +5aGs 50240 +5aGy 50241 +5aG1 50242 +5aG5 50243 +5aG9 50244 +5aG+ 50245 +5aKA 50246 +5aKB 50247 +5aKD 50248 +5aKF 50249 +5aKJ 50250 +5aKK 50251 +5aKO 50252 +5aKS 50253 +5aKT 50254 +5aKV 50255 +5aKX 50256 +5aKZ 50257 +5aKa 50258 +5aKc 50259 +5aKe 50260 +5aKf 50261 +5aKh 50262 +5aKo 50263 +5aKp 50264 +5aKr 50265 +5aKu 50266 +5aKz 50267 +5aK5 50268 +5aK6 50269 +5aK7 50270 +5aK8 50271 +5aK+ 50272 +5aOB 50273 +5aOF 50274 +5aOH 50275 +5aOK 50276 +5aOM 50277 +5aOR 50278 +5aOT 50279 +5aOV 50280 +5aOX 50281 +5aOY 50282 +5aOc 50283 +5aOe 50284 +5aOf 50285 +5aOk 50286 +5aOp 50287 +5aOr 50288 +5aOs 50289 +5aOu 50290 +5aOv 50291 +5aOw 50292 +5aOx 50293 +5aOy 50294 +5aOz 50295 +5aO2 50296 +5aO3 50297 +5aO4 50298 +5aO5 50299 +5aO6 50300 +5aO7 50301 +5aO9 50302 +5aSE 50303 +5aSH 50304 +5aSJ 50305 +5aSK 50306 +5aSM 50307 +5aSN 50308 +5aSP 50309 +5aSQ 50310 +5aSU 50311 +5aSV 50312 +5aSW 50313 +5aSZ 50314 +5aSa 50315 +5aSb 50316 +5aSc 50317 +5aSf 50318 +5aSg 50319 +5aSi 50320 +5aSk 50321 +5aSl 50322 +5aSn 50323 +5aSp 50324 +5aSq 50325 +5aSr 50326 +5aSs 50327 +5aSt 50328 +5aSu 50329 +5aSv 50330 +5aSx 50331 +5aS0 50332 +5aS3 50333 +5aS4 50334 +5aS5 50335 +5aS6 50336 +5aS8 50337 +5aS+ 50338 +5aWB 50339 +5aWC 50340 +5aWE 50341 +5aWH 50342 +5aWI 50343 +5aWJ 50344 +5aWL 50345 +5aWM 50346 +5aWO 50347 +5aWP 50348 +5aWQ 50349 +5aWR 50350 +5aWU 50351 +5aWV 50352 +5aWW 50353 +5aWX 50354 +5aWY 50355 +5aWa 50356 +5aWg 50357 +5aWi 50358 +5aWl 50359 +5aWn 50360 +5aWo 50361 +5aWq 50362 +5aWs 50363 +5aWt 50364 +5aWu 50365 +5aWz 50366 +5aW0 50367 +5aW2 50368 +5aW4 50369 +5aW5 50370 +5aW9 50371 +5aaB 50372 +5aaC 50373 +5aaD 50374 +5aaE 50375 +5aaG 50376 +5aaH 50377 +5aaI 50378 +5aaK 50379 +5aaN 50380 +5aaS 50381 +5aaT 50382 +5aaW 50383 +5aaX 50384 +5aaZ 50385 +5aad 50386 +5aae 50387 +5aaj 50388 +5aak 50389 +5aal 50390 +5aan 50391 +5aao 50392 +5aap 50393 +5aaq 50394 +5aar 50395 +5aas 50396 +5aau 50397 +5aav 50398 +5aax 50399 +5aay 50400 +5aa5 50401 +5aa6 50402 +5aa7 50403 +5aa9 50404 +5aa+ 50405 +5aeG 50406 +5aeJ 50407 +5aeK 50408 +5aeL 50409 +5aeN 50410 +5aeQ 50411 +5aeR 50412 +5aeS 50413 +5aeT 50414 +5aeU 50415 +5aeX 50416 +5aeY 50417 +5aea 50418 +5aec 50419 +5aed 50420 +5aej 50421 +5aek 50422 +5ael 50423 +5aem 50424 +5aeo 50425 +5aep 50426 +5aeq 50427 +5aer 50428 +5aes 50429 +5aeu 50430 +5ae2 50431 +5ae4 50432 +5ae5 50433 +5ae6 50434 +5ae7 50435 +5ae/ 50436 +5aiB 50437 +5aiD 50438 +5aiE 50439 +5aiF 50440 +5aiG 50441 +5aiH 50442 +5aiI 50443 +5aiJ 50444 +5aiM 50445 +5aiR 50446 +5aiT 50447 +5aiY 50448 +5aia 50449 +5aib 50450 +5aic 50451 +5aif 50452 +5aig 50453 +5aih 50454 +5aij 50455 +5ail 50456 +5aip 50457 +5aiv 50458 +5aix 50459 +5aiy 50460 +5ai0 50461 +5ai2 50462 +5ai8 50463 +5ai/ 50464 +5amA 50465 +5amB 50466 +5amE 50467 +5amG 50468 +5amJ 50469 +5amK 50470 +5amM 50471 +5amV 50472 +5ama 50473 +5ami 50474 +5amm 50475 +5amn 50476 +5amq 50477 +5ams 50478 +5am0 50479 +5am1 50480 +5am2 50481 +5am3 50482 +5am6 50483 +5am/ 50484 +5aqS 50485 +5aqW 50486 +5aqa 50487 +5aqb 50488 +5aqc 50489 +5aqe 50490 +5aqq 50491 +5aqx 50492 +5aqy 50493 +5aqz 50494 +5aq1 50495 +5aq8 50496 +5aq9 50497 +5aq+ 50498 +5auB 50499 +5auC 50500 +5auE 50501 +5auJ 50502 +5auL 50503 +5auM 50504 +5auS 50505 +5auU 50506 +5auW 50507 +5auX 50508 +5auY 50509 +5aua 50510 +5auh 50511 +5auj 50512 +5auk 50513 +5aum 50514 +5aup 50515 +5auq 50516 +5aur 50517 +5auw 50518 +5aux 50519 +5auy 50520 +5au1 50521 +5au7 50522 +5ayF 50523 +5ayJ 50524 +5ayL 50525 +5ayM 50526 +5ayW 50527 +5ayX 50528 +5ayb 50529 +5ayi 50530 +5ayl 50531 +5ayq 50532 +5ays 50533 +5ayw 50534 +5ayy 50535 +5ay0 50536 +5ay2 50537 +5ay3 50538 +5ay4 50539 +5a2A 50540 +5a2D 50541 +5a2Q 50542 +5a2R 50543 +5a2T 50544 +5a2U 50545 +5a2V 50546 +5a2W 50547 +5a2X 50548 +5a2Y 50549 +5a2Z 50550 +5a2a 50551 +5a2b 50552 +5a2c 50553 +5a2d 50554 +5a2f 50555 +5a2i 50556 +5a2j 50557 +5a2k 50558 +5a2l 50559 +5a2m 50560 +5a2p 50561 +5a2q 50562 +5a2r 50563 +5a2s 50564 +5a2t 50565 +5a2w 50566 +5a2x 50567 +5a2z 50568 +5a21 50569 +5a24 50570 +5a26 50571 +5a29 50572 +5a6B 50573 +5a6D 50574 +5a6E 50575 +5a6F 50576 +5a6H 50577 +5a6I 50578 +5a6J 50579 +5a6L 50580 +5a6M 50581 +5a6N 50582 +5a6P 50583 +5a6T 50584 +5a6V 50585 +5a6X 50586 +5a6Y 50587 +5a6Z 50588 +5a6a 50589 +5a6b 50590 +5a6c 50591 +5a6d 50592 +5a6e 50593 +5a6f 50594 +5a6g 50595 +5a6h 50596 +5a6i 50597 +5a6j 50598 +5a6k 50599 +5a6l 50600 +5a6m 50601 +5a6q 50602 +5a6r 50603 +5a6u 50604 +5a6w 50605 +5a6z 50606 +5a60 50607 +5a61 50608 +5a62 50609 +5a64 50610 +5a65 50611 +5a69 50612 +5a6+ 50613 +5a6/ 50614 +5a+C 50615 +5a+E 50616 +5a+F 50617 +5a+G 50618 +5a+H 50619 +5a+M 50620 +5a+Q 50621 +5a+S 50622 +5a+T 50623 +5a+U 50624 +5a+V 50625 +5a+W 50626 +5a+b 50627 +5a+d 50628 +5a+e 50629 +5a+f 50630 +5a+g 50631 +5a+h 50632 +5a+i 50633 +5a+k 50634 +5a+l 50635 +5a+m 50636 +5a+n 50637 +5a+o 50638 +5a+p 50639 +5a+r 50640 +5a+s 50641 +5a+u 50642 +5a+w 50643 +5a+z 50644 +5a+1 50645 +5a+2 50646 +5a+4 50647 +5a+5 50648 +5a+6 50649 +5a+7 50650 +5a+8 50651 +5a++ 50652 +5a+/ 50653 +5bCB 50654 +5bCC 50655 +5bCE 50656 +5bCF 50657 +5bCG 50658 +5bCH 50659 +5bCI 50660 +5bCJ 50661 +5bCK 50662 +5bCL 50663 +5bCN 50664 +5bCO 50665 +5bCP 50666 +5bCR 50667 +5bCT 50668 +5bCU 50669 +5bCV 50670 +5bCW 50671 +5bCY 50672 +5bCZ 50673 +5bCa 50674 +5bCd 50675 +5bCe 50676 +5bCg 50677 +5bCh 50678 +5bCi 50679 +5bCk 50680 +5bCl 50681 +5bCn 50682 +5bCo 50683 +5bCq 50684 +5bCs 50685 +5bCt 50686 +5bCw 50687 +5bCx 50688 +5bC0 50689 +5bC3 50690 +5bC4 50691 +5bC5 50692 +5bC6 50693 +5bC7 50694 +5bC8 50695 +5bC9 50696 +5bC+ 50697 +5bC/ 50698 +5bGA 50699 +5bGB 50700 +5bGC 50701 +5bGE 50702 +5bGF 50703 +5bGG 50704 +5bGI 50705 +5bGJ 50706 +5bGK 50707 +5bGL 50708 +5bGM 50709 +5bGN 50710 +5bGO 50711 +5bGP 50712 +5bGQ 50713 +5bGR 50714 +5bGT 50715 +5bGV 50716 +5bGY 50717 +5bGZ 50718 +5bGc 50719 +5bGe 50720 +5bGg 50721 +5bGh 50722 +5bGi 50723 +5bGj 50724 +5bGk 50725 +5bGl 50726 +5bGm 50727 +5bGs 50728 +5bGv 50729 +5bGx 50730 +5bG5 50731 +5bG6 50732 +5bG/ 50733 +5bKA 50734 +5bKB 50735 +5bKC 50736 +5bKI 50737 +5bKM 50738 +5bKN 50739 +5bKQ 50740 +5bKR 50741 +5bKU 50742 +5bKV 50743 +5bKW 50744 +5bKX 50745 +5bKY 50746 +5bKZ 50747 +5bKa 50748 +5bKb 50749 +5bKc 50750 +5bKe 50751 +5bKh 50752 +5bKi 50753 +5bKo 50754 +5bKp 50755 +5bKr 50756 +5bKs 50757 +5bKt 50758 +5bKx 50759 +5bKz 50760 +5bK1 50761 +5bK3 50762 +5bK4 50763 +5bK7 50764 +5bK8 50765 +5bK9 50766 +5bK/ 50767 +5bOB 50768 +5bOE 50769 +5bOF 50770 +5bOH 50771 +5bOL 50772 +5bOS 50773 +5bOZ 50774 +5bOg 50775 +5bOh 50776 +5bOj 50777 +5bOk 50778 +5bOl 50779 +5bOm 50780 +5bOo 50781 +5bOq 50782 +5bOt 50783 +5bOv 50784 +5bOw 50785 +5bO2 50786 +5bO7 50787 +5bO9 50788 +5bSC 50789 +5bSD 50790 +5bSG 50791 +5bSH 50792 +5bSL 50793 +5bSO 50794 +5bSQ 50795 +5bSR 50796 +5bSS 50797 +5bSU 50798 +5bSV 50799 +5bSW 50800 +5bSX 50801 +5bSZ 50802 +5bSa 50803 +5bSb 50804 +5bSe 50805 +5bSf 50806 +5bSi 50807 +5bSk 50808 +5bSm 50809 +5bSn 50810 +5bSp 50811 +5bSt 50812 +5bSu 50813 +5bS0 50814 +5bS9 50815 +5bS+ 50816 +5bWC 50817 +5bWH 50818 +5bWK 50819 +5bWL 50820 +5bWM 50821 +5bWO 50822 +5bWQ 50823 +5bWS 50824 +5bWW 50825 +5bWY 50826 +5bWb 50827 +5bWc 50828 +5bWo 50829 +5bWp 50830 +5bWq 50831 +5bWr 50832 +5bWs 50833 +5bWv 50834 +5bW0 50835 +5baC 50836 +5baD 50837 +5baE 50838 +5baH 50839 +5baL 50840 +5baM 50841 +5baT 50842 +5baW 50843 +5baZ 50844 +5bad 50845 +5bas 50846 +5bau 50847 +5ba3 50848 +5ba6 50849 +5ba8 50850 +5ba9 50851 +5beC 50852 +5beF 50853 +5beH 50854 +5beJ 50855 +5beM 50856 +5beN 50857 +5beS 50858 +5beT 50859 +5beW 50860 +5bed 50861 +5bee 50862 +5beh 50863 +5bei 50864 +5bej 50865 +5bel 50866 +5bem 50867 +5ben 50868 +5beo 50869 +5bep 50870 +5ber 50871 +5beu 50872 +5bev 50873 +5bex 50874 +5bey 50875 +5bez 50876 +5be0 50877 +5be1 50878 +5be3 50879 +5be6 50880 +5be7 50881 +5be9 50882 +5be+ 50883 +5be/ 50884 +5biA 50885 +5biB 50886 +5biC 50887 +5biD 50888 +5biF 50889 +5biG 50890 +5biI 50891 +5biM 50892 +5biP 50893 +5biQ 50894 +5biR 50895 +5biU 50896 +5biV 50897 +5biW 50898 +5biY 50899 +5biZ 50900 +5bia 50901 +5bib 50902 +5bic 50903 +5bid 50904 +5bil 50905 +5bim 50906 +5bin 50907 +5bir 50908 +5bit 50909 +5biu 50910 +5biv 50911 +5biw 50912 +5biz 50913 +5bi2 50914 +5bi3 50915 +5bi4 50916 +5bi7 50917 +5bi8 50918 +5bi9 50919 +5bmA 50920 +5bmC 50921 +5bmE 50922 +5bmF 50923 +5bmH 50924 +5bmM 50925 +5bmU 50926 +5bmV 50927 +5bmX 50928 +5bmb 50929 +5bmf 50930 +5bmh 50931 +5bmi 50932 +5bmj 50933 +5bmr 50934 +5bmy 50935 +5bmz 50936 +5bm0 50937 +5bm2 50938 +5bm3 50939 +5bm4 50940 +5bm5 50941 +5bm6 50942 +5bm7 50943 +5bm8 50944 +5bm9 50945 +5bm+ 50946 +5bm/ 50947 +5bqB 50948 +5bqD 50949 +5bqE 50950 +5bqF 50951 +5bqG 50952 +5bqH 50953 +5bqK 50954 +5bqP 50955 +5bqQ 50956 +5bqR 50957 +5bqT 50958 +5bqU 50959 +5bqV 50960 +5bqW 50961 +5bqX 50962 +5bqZ 50963 +5bqa 50964 +5bqc 50965 +5bqe 50966 +5bqf 50967 +5bqg 50968 +5bqm 50969 +5bqn 50970 +5bqr 50971 +5bqt 50972 +5bq1 50973 +5bq2 50974 +5bq3 50975 +5bq4 50976 +5bq5 50977 +5bq+ 50978 +5buB 50979 +5buC 50980 +5buD 50981 +5buG 50982 +5buI 50983 +5buJ 50984 +5buK 50985 +5buL 50986 +5buR 50987 +5buT 50988 +5buW 50989 +5bua 50990 +5bub 50991 +5bud 50992 +5buf 50993 +5bug 50994 +5bui 50995 +5buj 50996 +5buo 50997 +5buq 50998 +5bus 50999 +5buz 51000 +5bu0 51001 +5bu2 51002 +5bu3 51003 +5bu6 51004 +5bu7 51005 +5bu8 51006 +5bu/ 51007 +5byA 51008 +5byB 51009 +5byC 51010 +5byD 51011 +5byE 51012 +5byH 51013 +5byI 51014 +5byJ 51015 +5byK 51016 +5byL 51017 +5byP 51018 +5byQ 51019 +5byR 51020 +5byT 51021 +5byU 51022 +5byV 51023 +5byW 51024 +5byX 51025 +5byY 51026 +5byb 51027 +5byf 51028 +5byg 51029 +5byi 51030 +5byl 51031 +5bym 51032 +5byn 51033 +5byo 51034 +5byp 51035 +5byt 51036 +5byv 51037 +5byx 51038 +5by1 51039 +5by3 51040 +5by5 51041 +5by6 51042 +5by8 51043 +5by+ 51044 +5b2A 51045 +5b2F 51046 +5b2G 51047 +5b2I 51048 +5b2K 51049 +5b2M 51050 +5b2O 51051 +5b2R 51052 +5b2S 51053 +5b2T 51054 +5b2V 51055 +5b2W 51056 +5b2X 51057 +5b2Y 51058 +5b2Z 51059 +5b2d 51060 +5b2f 51061 +5b2h 51062 +5b2i 51063 +5b2k 51064 +5b2l 51065 +5b2m 51066 +5b2n 51067 +5b2p 51068 +5b2q 51069 +5b2r 51070 +5b2s 51071 +5b2t 51072 +5b2w 51073 +5b2x 51074 +5b2z 51075 +5b23 51076 +5b25 51077 +5b26 51078 +5b27 51079 +5b28 51080 +5b2/ 51081 +5b6A 51082 +5b6B 51083 +5b6C 51084 +5b6D 51085 +5b6E 51086 +5b6F 51087 +5b6H 51088 +5b6I 51089 +5b6J 51090 +5b6K 51091 +5b6L 51092 +5b6M 51093 +5b6N 51094 +5b6Q 51095 +5b6R 51096 +5b6S 51097 +5b6T 51098 +5b6V 51099 +5b6X 51100 +5b6Y 51101 +5b6Z 51102 +5b6c 51103 +5b6e 51104 +5b6g 51105 +5b6h 51106 +5b6o 51107 +5b6p 51108 +5b6q 51109 +5b6s 51110 +5b6t 51111 +5b6u 51112 +5b6z 51113 +5b60 51114 +5b61 51115 +5b63 51116 +5b65 51117 +5b68 51118 +5b69 51119 +5b+D 51120 +5b+E 51121 +5b+F 51122 +5b+G 51123 +5b+L 51124 +5b+M 51125 +5b+N 51126 +5b+P 51127 +5b+Q 51128 +5b+R 51129 +5b+S 51130 +5b+W 51131 +5b+X 51132 +5b+Y 51133 +5b+Z 51134 +5b+c 51135 +5b+d 51136 +5b+g 51137 +5b+h 51138 +5b+k 51139 +5b+n 51140 +5b+q 51141 +5b+r 51142 +5b+w 51143 +5b+x 51144 +5b+1 51145 +5b+4 51146 +5b+7 51147 +5b+9 51148 +5b++ 51149 +5b+/ 51150 +5oCA 51151 +5oCB 51152 +5oCC 51153 +5oCD 51154 +5oCE 51155 +5oCF 51156 +5oCG 51157 +5oCN 51158 +5oCO 51159 +5oCP 51160 +5oCS 51161 +5oCU 51162 +5oCV 51163 +5oCW 51164 +5oCX 51165 +5oCZ 51166 +5oCb 51167 +5oCc 51168 +5oCd 51169 +5oCg 51170 +5oCh 51171 +5oCl 51172 +5oCm 51173 +5oCn 51174 +5oCo 51175 +5oCp 51176 +5oCq 51177 +5oCr 51178 +5oCv 51179 +5oCx 51180 +5oC1 51181 +5oC5 51182 +5oC7 51183 +5oC8 51184 +5oC/ 51185 +5oGB 51186 +5oGC 51187 +5oGD 51188 +5oGG 51189 +5oGL 51190 +5oGN 51191 +5oGQ 51192 +5oGS 51193 +5oGT 51194 +5oGV 51195 +5oGZ 51196 +5oGa 51197 +5oGf 51198 +5oGi 51199 +5oGj 51200 +5oGk 51201 +5oGl 51202 +5oGo 51203 +5oGp 51204 +5oGq 51205 +5oGr 51206 +5oGs 51207 +5oGt 51208 +5oGv 51209 +5oGw 51210 +5oGz 51211 +5oG1 51212 +5oG2 51213 +5oG4 51214 +5oG5 51215 +5oG6 51216 +5oG7 51217 +5oG8 51218 +5oG9 51219 +5oG/ 51220 +5oKD 51221 +5oKE 51222 +5oKF 51223 +5oKG 51224 +5oKJ 51225 +5oKL 51226 +5oKM 51227 +5oKN 51228 +5oKS 51229 +5oKU 51230 +5oKV 51231 +5oKW 51232 +5oKa 51233 +5oKb 51234 +5oKd 51235 +5oKf 51236 +5oKg 51237 +5oKj 51238 +5oKm 51239 +5oKn 51240 +5oKo 51241 +5oKp 51242 +5oKq 51243 +5oKr 51244 +5oKs 51245 +5oKt 51246 +5oKv 51247 +5oKx 51248 +5oKy 51249 +5oKz 51250 +5oK0 51251 +5oK1 51252 +5oK2 51253 +5oK4 51254 +5oK7 51255 +5oK8 51256 +5oK9 51257 +5oOF 51258 +5oOG 51259 +5oOH 51260 +5oOK 51261 +5oOL 51262 +5oOO 51263 +5oOR 51264 +5oOV 51265 +5oOY 51266 +5oOZ 51267 +5oOa 51268 +5oOc 51269 +5oOf 51270 +5oOg 51271 +5oOh 51272 +5oOj 51273 +5oOm 51274 +5oOn 51275 +5oOo 51276 +5oOp 51277 +5oOr 51278 +5oOs 51279 +5oOt 51280 +5oOu 51281 +5oOv 51282 +5oOw 51283 +5oOx 51284 +5oOz 51285 +5oO0 51286 +5oO2 51287 +5oO5 51288 +5oO6 51289 +5oO7 51290 +5oSA 51291 +5oSB 51292 +5oSG 51293 +5oSH 51294 +5oSI 51295 +5oSJ 51296 +5oSK 51297 +5oSN 51298 +5oSO 51299 +5oSP 51300 +5oSU 51301 +5oSV 51302 +5oSa 51303 +5oSb 51304 +5oSf 51305 +5oSg 51306 +5oSj 51307 +5oSk 51308 +5oSm 51309 +5oSn 51310 +5oSr 51311 +5oSs 51312 +5oS0 51313 +5oS3 51314 +5oS8 51315 +5oS+ 51316 +5oS/ 51317 +5oWC 51318 +5oWE 51319 +5oWG 51320 +5oWH 51321 +5oWI 51322 +5oWK 51323 +5oWL 51324 +5oWM 51325 +5oWO 51326 +5oWR 51327 +5oWT 51328 +5oWV 51329 +5oWY 51330 +5oWZ 51331 +5oWa 51332 +5oWc 51333 +5oWd 51334 +5oWf 51335 +5oWi 51336 +5oWj 51337 +5oWl 51338 +5oWn 51339 +5oWo 51340 +5oWr 51341 +5oWu 51342 +5oWw 51343 +5oWz 51344 +5oW0 51345 +5oW1 51346 +5oW2 51347 +5oW3 51348 +5oW+ 51349 +5oaC 51350 +5oaK 51351 +5oaL 51352 +5oaN 51353 +5oaO 51354 +5oaQ 51355 +5oaR 51356 +5oaU 51357 +5oaW 51358 +5oaZ 51359 +5oaa 51360 +5oak 51361 +5oan 51362 +5oao 51363 +5oap 51364 +5oar 51365 +5oas 51366 +5oau 51367 +5oay 51368 +5oa2 51369 +5oa3 51370 +5oa6 51371 +5oa+ 51372 +5oeC 51373 +5oeD 51374 +5oeG 51375 +5oeH 51376 +5oeI 51377 +5oeJ 51378 +5oeK 51379 +5oeL 51380 +5oeQ 51381 +5oeR 51382 +5oeS 51383 +5oej 51384 +5oem 51385 +5oey 51386 +5oe1 51387 +5oe2 51388 +5oe3 51389 +5oe4 51390 +5oe6 51391 +5oe8 51392 +5oe+ 51393 +5oe/ 51394 +5oiA 51395 +5oiG 51396 +5oiH 51397 +5oiI 51398 +5oiK 51399 +5oiM 51400 +5oiN 51401 +5oiO 51402 +5oiP 51403 +5oiQ 51404 +5oiR 51405 +5oiS 51406 +5oiU 51407 +5oiV 51408 +5oiW 51409 +5oiX 51410 +5oiY 51411 +5oia 51412 +5oib 51413 +5oie 51414 +5oif 51415 +5oih 51416 +5oii 51417 +5oil 51418 +5oim 51419 +5oiq 51420 +5ois 51421 +5oiu 51422 +5oiv 51423 +5oiw 51424 +5oiy 51425 +5oiz 51426 +5oi0 51427 +5oi2 51428 +5oi3 51429 +5oi4 51430 +5oi7 51431 +5oi9 51432 +5oi+ 51433 +5oi/ 51434 +5omA 51435 +5omB 51436 +5omD 51437 +5omG 51438 +5omH 51439 +5omI 51440 +5omJ 51441 +5omL 51442 +5omN 51443 +5omO 51444 +5omQ 51445 +5omR 51446 +5omS 51447 +5omT 51448 +5omU 51449 +5omV 51450 +5omY 51451 +5omb 51452 +5ome 51453 +5omg 51454 +5omj 51455 +5omk 51456 +5oml 51457 +5omm 51458 +5omn 51459 +5omo 51460 +5omp 51461 +5omq 51462 +5omr 51463 +5oms 51464 +5omt 51465 +5omu 51466 +5omv 51467 +5omw 51468 +5omx 51469 +5omz 51470 +5om2 51471 +5om5 51472 +5om8 51473 +5om+ 51474 +5om/ 51475 +5oqA 51476 +5oqD 51477 +5oqE 51478 +5oqF 51479 +5oqJ 51480 +5oqK 51481 +5oqM 51482 +5oqR 51483 +5oqS 51484 +5oqT 51485 +5oqU 51486 +5oqV 51487 +5oqW 51488 +5oqX 51489 +5oqY 51490 +5oqa 51491 +5oqb 51492 +5oqc 51493 +5oqe 51494 +5oqf 51495 +5oqg 51496 +5oqh 51497 +5oqi 51498 +5oqk 51499 +5oql 51500 +5oqo 51501 +5oqr 51502 +5oqs 51503 +5oqx 51504 +5oq1 51505 +5oq5 51506 +5oq7 51507 +5oq8 51508 +5oq9 51509 +5oq+ 51510 +5oq/ 51511 +5ouC 51512 +5ouD 51513 +5ouE 51514 +5ouF 51515 +5ouG 51516 +5ouH 51517 +5ouI 51518 +5ouJ 51519 +5ouK 51520 +5ouL 51521 +5ouM 51522 +5ouN 51523 +5ouO 51524 +5ouQ 51525 +5ouS 51526 +5ouT 51527 +5ouU 51528 +5ouW 51529 +5ouX 51530 +5ouY 51531 +5ouZ 51532 +5oua 51533 +5oub 51534 +5ouc 51535 +5oud 51536 +5ouf 51537 +5oug 51538 +5ouh 51539 +5oui 51540 +5ouj 51541 +5ouk 51542 +5oul 51543 +5oum 51544 +5oun 51545 +5ouo 51546 +5oup 51547 +5ous 51548 +5out 51549 +5ouu 51550 +5ouv 51551 +5oux 51552 +5ouz 51553 +5ou0 51554 +5ou1 51555 +5ou2 51556 +5ou3 51557 +5ou8 51558 +5ou9 51559 +5ou+ 51560 +5ou/ 51561 +5oyB 51562 +5oyC 51563 +5oyH 51564 +5oyI 51565 +5oyJ 51566 +5oyM 51567 +5oyO 51568 +5oyR 51569 +5oyS 51570 +5oyW 51571 +5oyZ 51572 +5oya 51573 +5oyb 51574 +5oyd 51575 +5oye 51576 +5oyf 51577 +5oyg 51578 +5oyh 51579 +5oyi 51580 +5oyj 51581 +5oyk 51582 +5oyl 51583 +5oyo 51584 +5oyq 51585 +5oyr 51586 +5oyv 51587 +5oyy 51588 +5oy5 51589 +5oy6 51590 +5oy8 51591 +5oy9 51592 +5oy+ 51593 +5oy/ 51594 +5o2C 51595 +5o2F 51596 +5o2G 51597 +5o2J 51598 +5o2K 51599 +5o2L 51600 +5o2M 51601 +5o2N 51602 +5o2O 51603 +5o2P 51604 +5o2Q 51605 +5o2V 51606 +5o2X 51607 +5o2c 51608 +5o2e 51609 +5o2f 51610 +5o2h 51611 +5o2i 51612 +5o2j 51613 +5o2n 51614 +5o2o 51615 +5o2p 51616 +5o2r 51617 +5o2t 51618 +5o2u 51619 +5o2v 51620 +5o2x 51621 +5o2y 51622 +5o22 51623 +5o23 51624 +5o26 51625 +5o27 51626 +5o6A 51627 +5o6C 51628 +5o6D 51629 +5o6H 51630 +5o6I 51631 +5o6J 51632 +5o6K 51633 +5o6M 51634 +5o6O 51635 +5o6P 51636 +5o6Q 51637 +5o6S 51638 +5o6V 51639 +5o6W 51640 +5o6Y 51641 +5o6Z 51642 +5o6b 51643 +5o6e 51644 +5o6f 51645 +5o6g 51646 +5o6h 51647 +5o6i 51648 +5o6j 51649 +5o6l 51650 +5o6n 51651 +5o6o 51652 +5o6p 51653 +5o6q 51654 +5o6s 51655 +5o6u 51656 +5o6w 51657 +5o6y 51658 +5o6z 51659 +5o60 51660 +5o63 51661 +5o64 51662 +5o65 51663 +5o66 51664 +5o67 51665 +5o68 51666 +5o6+ 51667 +5o+A 51668 +5o+D 51669 +5o+E 51670 +5o+G 51671 +5o+I 51672 +5o+J 51673 +5o+N 51674 +5o+O 51675 +5o+P 51676 +5o+Q 51677 +5o+S 51678 +5o+W 51679 +5o+a 51680 +5o+b 51681 +5o+e 51682 +5o+g 51683 +5o+h 51684 +5o+j 51685 +5o+p 51686 +5o+q 51687 +5o+t 51688 +5o+u 51689 +5o+y 51690 +5o+0 51691 +5o+1 51692 +5o+2 51693 +5o+4 51694 +5o+6 51695 +5o+8 51696 +5o+9 51697 +5o+/ 51698 +5pCA 51699 +5pCB 51700 +5pCC 51701 +5pCF 51702 +5pCG 51703 +5pCL 51704 +5pCM 51705 +5pCN 51706 +5pCP 51707 +5pCQ 51708 +5pCT 51709 +5pCU 51710 +5pCW 51711 +5pCX 51712 +5pCb 51713 +5pCc 51714 +5pCe 51715 +5pCg 51716 +5pCh 51717 +5pCi 51718 +5pCj 51719 +5pCm 51720 +5pCn 51721 +5pCo 51722 +5pCq 51723 +5pCs 51724 +5pCt 51725 +5pC0 51726 +5pC1 51727 +5pC2 51728 +5pC5 51729 +5pC6 51730 +5pC9 51731 +5pC+ 51732 +5pGB 51733 +5pGC 51734 +5pGE 51735 +5pGF 51736 +5pGG 51737 +5pGH 51738 +5pGI 51739 +5pGK 51740 +5pGQ 51741 +5pGS 51742 +5pGU 51743 +5pGY 51744 +5pGb 51745 +5pGe 51746 +5pGf 51747 +5pGn 51748 +5pGp 51749 +5pGt 51750 +5pGv 51751 +5pG1 51752 +5pG4 51753 +5pG5 51754 +5pG6 51755 +5pG9 51756 +5pKC 51757 +5pKD 51758 +5pKE 51759 +5pKF 51760 +5pKH 51761 +5pKI 51762 +5pKQ 51763 +5pKR 51764 +5pKS 51765 +5pKT 51766 +5pKV 51767 +5pKW 51768 +5pKZ 51769 +5pKa 51770 +5pKe 51771 +5pKk 51772 +5pKl 51773 +5pKp 51774 +5pKr 51775 +5pKs 51776 +5pKt 51777 +5pKu 51778 +5pKw 51779 +5pKy 51780 +5pKz 51781 +5pK0 51782 +5pK1 51783 +5pK3 51784 +5pK4 51785 +5pK5 51786 +5pK6 51787 +5pK7 51788 +5pK8 51789 +5pK/ 51790 +5pOA 51791 +5pOB 51792 +5pOC 51793 +5pOF 51794 +5pOH 51795 +5pOK 51796 +5pOL 51797 +5pON 51798 +5pOO 51799 +5pOQ 51800 +5pOS 51801 +5pOU 51802 +5pOX 51803 +5pOY 51804 +5pOa 51805 +5pOe 51806 +5pOg 51807 +5pOh 51808 +5pOi 51809 +5pOj 51810 +5pOk 51811 +5pOm 51812 +5pOn 51813 +5pOs 51814 +5pOv 51815 +5pOw 51816 +5pOx 51817 +5pOy 51818 +5pOz 51819 +5pO0 51820 +5pO2 51821 +5pO6 51822 +5pO7 51823 +5pO9 51824 +5pO+ 51825 +5pSA 51826 +5pSG 51827 +5pSJ 51828 +5pSP 51829 +5pSS 51830 +5pSU 51831 +5pSY 51832 +5pSZ 51833 +5pSc 51834 +5pSd 51835 +5pSe 51836 +5pSj 51837 +5pSk 51838 +5pSl 51839 +5pSq 51840 +5pSr 51841 +5pSs 51842 +5pSu 51843 +5pSv 51844 +5pSw 51845 +5pS0 51846 +5pS1 51847 +5pS2 51848 +5pS3 51849 +5pS4 51850 +5pS5 51851 +5pS7 51852 +5pS+ 51853 +5pS/ 51854 +5pWF 51855 +5pWI 51856 +5pWJ 51857 +5pWM 51858 +5pWN 51859 +5pWP 51860 +5pWR 51861 +5pWV 51862 +5pWW 51863 +5pWX 51864 +5pWY 51865 +5pWZ 51866 +5pWb 51867 +5pWd 51868 +5pWe 51869 +5pWi 51870 +5pWj 51871 +5pWm 51872 +5pWr 51873 +5pWs 51874 +5pWw 51875 +5pWy 51876 +5pW0 51877 +5pW1 51878 +5pW3 51879 +5pW4 51880 +5paB 51881 +5paC 51882 +5paD 51883 +5paH 51884 +5paJ 51885 +5paL 51886 +5paM 51887 +5paO 51888 +5paQ 51889 +5paR 51890 +5paT 51891 +5paV 51892 +5paX 51893 +5paZ 51894 +5pab 51895 +5pac 51896 +5pad 51897 +5paf 51898 +5pah 51899 +5pak 51900 +5pal 51901 +5pan 51902 +5pap 51903 +5par 51904 +5pas 51905 +5pat 51906 +5pav 51907 +5paw 51908 +5pa3 51909 +5pa5 51910 +5pa8 51911 +5pa9 51912 +5pa/ 51913 +5peB 51914 +5peD 51915 +5peE 51916 +5peF 51917 +5peG 51918 +5peJ 51919 +5peL 51920 +5peM 51921 +5peO 51922 +5peP 51923 +5peS 51924 +5peW 51925 +5peX 51926 +5peb 51927 +5peg 51928 +5pei 51929 +5pel 51930 +5pem 51931 +5pen 51932 +5peo 51933 +5pep 51934 +5pes 51935 +5pet 51936 +5peu 51937 +5pev 51938 +5pew 51939 +5pex 51940 +5pez 51941 +5pe2 51942 +5pe3 51943 +5pe4 51944 +5pe6 51945 +5pe7 51946 +5pe8 51947 +5piA 51948 +5piC 51949 +5piD 51950 +5piG 51951 +5piH 51952 +5piJ 51953 +5piK 51954 +5piM 51955 +5piO 51956 +5piP 51957 +5piT 51958 +5piU 51959 +5piV 51960 +5piZ 51961 +5pia 51962 +5pid 51963 +5pie 51964 +5pif 51965 +5pig 51966 +5pil 51967 +5pin 51968 +5pio 51969 +5pit 51970 +5piv 51971 +5pix 51972 +5pi0 51973 +5pi1 51974 +5pi2 51975 +5pi6 51976 +5pi8 51977 +5pi+ 51978 +5pmB 51979 +5pmC 51980 +5pmD 51981 +5pmE 51982 +5pmJ 51983 +5pmL 51984 +5pmM 51985 +5pmP 51986 +5pmS 51987 +5pmT 51988 +5pmU 51989 +5pmV 51990 +5pmW 51991 +5pmX 51992 +5pma 51993 +5pmd 51994 +5pme 51995 +5pmf 51996 +5pmh 51997 +5pmi 51998 +5pmk 51999 +5pml 52000 +5pmm 52001 +5pmn 52002 +5pmo 52003 +5pmp 52004 +5pms 52005 +5pmu 52006 +5pmv 52007 +5pmw 52008 +5pmz 52009 +5pm0 52010 +5pm2 52011 +5pm3 52012 +5pm6 52013 +5pm7 52014 +5pm+ 52015 +5pqB 52016 +5pqC 52017 +5pqE 52018 +5pqH 52019 +5pqI 52020 +5pqJ 52021 +5pqM 52022 +5pqN 52023 +5pqO 52024 +5pqR 52025 +5pqW 52026 +5pqX 52027 +5pqY 52028 +5pqd 52029 +5pqi 52030 +5pqm 52031 +5pqn 52032 +5pqo 52033 +5pqr 52034 +5pqu 52035 +5pqy 52036 +5pq0 52037 +5pq5 52038 +5pq7 52039 +5pq8 52040 +5pq+ 52041 +5puE 52042 +5puG 52043 +5puH 52044 +5puI 52045 +5puJ 52046 +5puM 52047 +5puW 52048 +5puZ 52049 +5pua 52050 +5pub 52051 +5puc 52052 +5pud 52053 +5pug 52054 +5puh 52055 +5pum 52056 +5pup 52057 +5pus 52058 +5puw 52059 +5pux 52060 +5puy 52061 +5puz 52062 +5pu0 52063 +5pu1 52064 +5pu3 52065 +5pu4 52066 +5pu5 52067 +5pu6 52068 +5pu8 52069 +5pu9 52070 +5pu+ 52071 +5pu/ 52072 +5pyA 52073 +5pyD 52074 +5pyI 52075 +5pyJ 52076 +5pyK 52077 +5pyL 52078 +5pyN 52079 +5pyP 52080 +5pyQ 52081 +5pyT 52082 +5pyU 52083 +5pyV 52084 +5pyX 52085 +5pyb 52086 +5pyd 52087 +5pyf 52088 +5pym 52089 +5pyn 52090 +5pyo 52091 +5pyq 52092 +5pyr 52093 +5pys 52094 +5pyt 52095 +5pyu 52096 +5pyv 52097 +5pyx 52098 +5py0 52099 +5py1 52100 +5py2 52101 +5py4 52102 +5py6 52103 +5py9 52104 +5py+ 52105 +5p2A 52106 +5p2B 52107 +5p2C 52108 +5p2D 52109 +5p2G 52110 +5p2I 52111 +5p2J 52112 +5p2M 52113 +5p2O 52114 +5p2P 52115 +5p2Q 52116 +5p2R 52117 +5p2T 52118 +5p2W 52119 +5p2Z 52120 +5p2c 52121 +5p2e 52122 +5p2f 52123 +5p2g 52124 +5p2h 52125 +5p2i 52126 +5p2j 52127 +5p2k 52128 +5p2l 52129 +5p2o 52130 +5p2p 52131 +5p2q 52132 +5p2s 52133 +5p2t 52134 +5p2u 52135 +5p2v 52136 +5p2w 52137 +5p2x 52138 +5p2y 52139 +5p2z 52140 +5p21 52141 +5p23 52142 +5p27 52143 +5p28 52144 +5p2+ 52145 +5p2/ 52146 +5p6B 52147 +5p6E 52148 +5p6F 52149 +5p6H 52150 +5p6J 52151 +5p6L 52152 +5p6M 52153 +5p6O 52154 +5p6Q 52155 +5p6T 52156 +5p6V 52157 +5p6X 52158 +5p6Y 52159 +5p6a 52160 +5p6c 52161 +5p6d 52162 +5p6e 52163 +5p6g 52164 +5p6h 52165 +5p6i 52166 +5p6j 52167 +5p6l 52168 +5p6m 52169 +5p6n 52170 +5p6o 52171 +5p6q 52172 +5p6r 52173 +5p6t 52174 +5p6v 52175 +5p6w 52176 +5p6x 52177 +5p6y 52178 +5p6z 52179 +5p60 52180 +5p62 52181 +5p63 52182 +5p64 52183 +5p65 52184 +5p+A 52185 +5p+B 52186 +5p+D 52187 +5p+E 52188 +5p+H 52189 +5p+K 52190 +5p+P 52191 +5p+Q 52192 +5p+R 52193 +5p+S 52194 +5p+T 52195 +5p+U 52196 +5p+Y 52197 +5p+a 52198 +5p+c 52199 +5p+d 52200 +5p+e 52201 +5p+g 52202 +5p+i 52203 +5p+k 52204 +5p+l 52205 +5p+n 52206 +5p+p 52207 +5p+s 52208 +5p+v 52209 +5p+w 52210 +5p+x 52211 +5p+z 52212 +5p+0 52213 +5p+1 52214 +5p+3 52215 +5p+4 52216 +5p+5 52217 +5p+7 52218 +5p+9 52219 +5p++ 52220 +5p+/ 52221 +5qCA 52222 +5qCC 52223 +5qCD 52224 +5qCE 52225 +5qCF 52226 +5qCH 52227 +5qCI 52228 +5qCJ 52229 +5qCK 52230 +5qCL 52231 +5qCM 52232 +5qCO 52233 +5qCP 52234 +5qCR 52235 +5qCT 52236 +5qCW 52237 +5qCX 52238 +5qCY 52239 +5qCd 52240 +5qCe 52241 +5qCf 52242 +5qCh 52243 +5qCi 52244 +5qCn 52245 +5qCp 52246 +5qCq 52247 +5qCr 52248 +5qCs 52249 +5qCx 52250 +5qCy 52251 +5qCz 52252 +5qC0 52253 +5qC3 52254 +5qC4 52255 +5qC5 52256 +5qC7 52257 +5qC8 52258 +5qC9 52259 +5qC+ 52260 +5qGA 52261 +5qGB 52262 +5qGC 52263 +5qGD 52264 +5qGE 52265 +5qGF 52266 +5qGG 52267 +5qGI 52268 +5qGJ 52269 +5qGM 52270 +5qGO 52271 +5qGQ 52272 +5qGR 52273 +5qGT 52274 +5qGU 52275 +5qGV 52276 +5qGW 52277 +5qGZ 52278 +5qGc 52279 +5qGd 52280 +5qGf 52281 +5qGg 52282 +5qGh 52283 +5qGi 52284 +5qGj 52285 +5qGk 52286 +5qGl 52287 +5qGm 52288 +5qGn 52289 +5qGo 52290 +5qGp 52291 +5qGr 52292 +5qGv 52293 +5qG0 52294 +5qG2 52295 +5qG3 52296 +5qG8 52297 +5qG+ 52298 +5qG/ 52299 +5qKB 52300 +5qKD 52301 +5qKF 52302 +5qKG 52303 +5qKI 52304 +5qKP 52305 +5qKT 52306 +5qKU 52307 +5qKX 52308 +5qKb 52309 +5qKd 52310 +5qKf 52311 +5qKg 52312 +5qKh 52313 +5qKi 52314 +5qKj 52315 +5qKm 52316 +5qKn 52317 +5qKo 52318 +5qKq 52319 +5qKr 52320 +5qKt 52321 +5qKv 52322 +5qKw 52323 +5qKx 52324 +5qKz 52325 +5qK1 52326 +5qK2 52327 +5qK5 52328 +5qK6 52329 +5qK7 52330 +5qK8 52331 +5qK/ 52332 +5qOA 52333 +5qOC 52334 +5qOE 52335 +5qOF 52336 +5qOI 52337 +5qOJ 52338 +5qOK 52339 +5qOL 52340 +5qON 52341 +5qOS 52342 +5qOU 52343 +5qOV 52344 +5qOX 52345 +5qOY 52346 +5qOa 52347 +5qOf 52348 +5qOg 52349 +5qOh 52350 +5qOj 52351 +5qOn 52352 +5qOo 52353 +5qOs 52354 +5qOu 52355 +5qOv 52356 +5qOw 52357 +5qOx 52358 +5qOy 52359 +5qO1 52360 +5qO2 52361 +5qO3 52362 +5qO5 52363 +5qO6 52364 +5qO7 52365 +5qO8 52366 +5qSA 52367 +5qSB 52368 +5qSF 52369 +5qSI 52370 +5qSK 52371 +5qSL 52372 +5qSM 52373 +5qSN 52374 +5qSO 52375 +5qSP 52376 +5qSQ 52377 +5qSS 52378 +5qSZ 52379 +5qSa 52380 +5qSb 52381 +5qSc 52382 +5qSf 52383 +5qSh 52384 +5qSj 52385 +5qSk 52386 +5qSl 52387 +5qSo 52388 +5qSq 52389 +5qSt 52390 +5qSw 52391 +5qS0 52392 +5qS5 52393 +5qS9 52394 +5qS/ 52395 +5qWA 52396 +5qWC 52397 +5qWJ 52398 +5qWK 52399 +5qWT 52400 +5qWU 52401 +5qWV 52402 +5qWX 52403 +5qWZ 52404 +5qWa 52405 +5qWc 52406 +5qWd 52407 +5qWe 52408 +5qWg 52409 +5qWh 52410 +5qWi 52411 +5qWj 52412 +5qWm 52413 +5qWq 52414 +5qWr 52415 +5qWt 52416 +5qWu 52417 +5qWv 52418 +5qWx 52419 +5qWz 52420 +5qW1 52421 +5qW3 52422 +5qW4 52423 +5qW5 52424 +5qW8 52425 +5qW9 52426 +5qW+ 52427 +5qaB 52428 +5qaC 52429 +5qaE 52430 +5qaG 52431 +5qaH 52432 +5qaI 52433 +5qaJ 52434 +5qaK 52435 +5qaO 52436 +5qaR 52437 +5qaU 52438 +5qaV 52439 +5qaW 52440 +5qaY 52441 +5qab 52442 +5qac 52443 +5qan 52444 +5qao 52445 +5qar 52446 +5qat 52447 +5qau 52448 +5qay 52449 +5qa0 52450 +5qa3 52451 +5qa7 52452 +5qa8 52453 +5qa+ 52454 +5qa/ 52455 +5qeB 52456 +5qeD 52457 +5qeF 52458 +5qeH 52459 +5qeK 52460 +5qeL 52461 +5qeM 52462 +5qeN 52463 +5qeO 52464 +5qeQ 52465 +5qeT 52466 +5qeW 52467 +5qeY 52468 +5qeZ 52469 +5qeb 52470 +5qef 52471 +5qen 52472 +5qeo 52473 +5qep 52474 +5qer 52475 +5qet 52476 +5qey 52477 +5qez 52478 +5qe7 52479 +5qe9 52480 +5qe/ 52481 +5qiA 52482 +5qiB 52483 +5qiC 52484 +5qiF 52485 +5qiJ 52486 +5qiK 52487 +5qiL 52488 +5qiR 52489 +5qiS 52490 +5qiT 52491 +5qiW 52492 +5qiX 52493 +5qiY 52494 +5qiZ 52495 +5qib 52496 +5qie 52497 +5qif 52498 +5qih 52499 +5qij 52500 +5qio 52501 +5qip 52502 +5qiq 52503 +5qir 52504 +5qiu 52505 +5qiv 52506 +5qix 52507 +5qi1 52508 +5qi4 52509 +5qi5 52510 +5qi6 52511 +5qi9 52512 +5qi+ 52513 +5qmE 52514 +5qmF 52515 +5qmH 52516 +5qmI 52517 +5qmL 52518 +5qmQ 52519 +5qmY 52520 +5qmZ 52521 +5qmb 52522 +5qme 52523 +5qmf 52524 +5qmh 52525 +5qmi 52526 +5qml 52527 +5qmm 52528 +5qmr 52529 +5qmx 52530 +5qmy 52531 +5qm5 52532 +5qm8 52533 +5qm/ 52534 +5qqA 52535 +5qqE 52536 +5qqJ 52537 +5qqN 52538 +5qqO 52539 +5qqQ 52540 +5qqU 52541 +5qqX 52542 +5qqc 52543 +5qqe 52544 +5qqg 52545 +5qqi 52546 +5qqj 52547 +5qqp 52548 +5qqq 52549 +5qqr 52550 +5qqs 52551 +5qqu 52552 +5qqv 52553 +5qqz 52554 +5qq4 52555 +5qq7 52556 +5qq/ 52557 +5quB 52558 +5quC 52559 +5quD 52560 +5quI 52561 +5quT 52562 +5qua 52563 +5qub 52564 +5que 52565 +5quf 52566 +5qun 52567 +5quo 52568 +5quq 52569 +5qu6 52570 +5qu7 52571 +5qyE 52572 +5qyF 52573 +5qyK 52574 +5qyS 52575 +5qyW 52576 +5qyd 52577 +5qye 52578 +5qyg 52579 +5qyh 52580 +5qyi 52581 +5qyj 52582 +5qyk 52583 +5qyn 52584 +5qyy 52585 +5qy3 52586 +5qy4 52587 +5qy5 52588 +5qy6 52589 +5qy7 52590 +5qy9 52591 +5qy+ 52592 +5q2A 52593 +5q2D 52594 +5q2G 52595 +5q2H 52596 +5q2J 52597 +5q2M 52598 +5q2O 52599 +5q2Q 52600 +5q2T 52601 +5q2U 52602 +5q2Y 52603 +5q2Z 52604 +5q2h 52605 +5q2i 52606 +5q2j 52607 +5q2k 52608 +5q2l 52609 +5q2m 52610 +5q2n 52611 +5q2p 52612 +5q2q 52613 +5q2t 52614 +5q2v 52615 +5q2y 52616 +5q2z 52617 +5q20 52618 +5q23 52619 +5q24 52620 +5q25 52621 +5q27 52622 +5q28 52623 +5q2/ 52624 +5q6B 52625 +5q6C 52626 +5q6D 52627 +5q6E 52628 +5q6G 52629 +5q6H 52630 +5q6J 52631 +5q6K 52632 +5q6L 52633 +5q6N 52634 +5q6S 52635 +5q6T 52636 +5q6W 52637 +5q6Y 52638 +5q6a 52639 +5q6b 52640 +5q6h 52641 +5q6q 52642 +5q6t 52643 +5q6u 52644 +5q6v 52645 +5q6y 52646 +5q6z 52647 +5q60 52648 +5q61 52649 +5q63 52650 +5q66 52651 +5q67 52652 +5q68 52653 +5q69 52654 +5q6/ 52655 +5q+A 52656 +5q+B 52657 +5q+C 52658 +5q+F 52659 +5q+G 52660 +5q+L 52661 +5q+N 52662 +5q+O 52663 +5q+P 52664 +5q+Q 52665 +5q+S 52666 +5q+T 52667 +5q+U 52668 +5q+V 52669 +5q+W 52670 +5q+X 52671 +5q+Y 52672 +5q+Z 52673 +5q+b 52674 +5q+f 52675 +5q+h 52676 +5q+r 52677 +5q+s 52678 +5q+v 52679 +5q+z 52680 +5q+5 52681 +5q+9 52682 +5rCF 52683 +5rCG 52684 +5rCH 52685 +5rCI 52686 +5rCN 52687 +5rCP 52688 +5rCQ 52689 +5rCR 52690 +5rCT 52691 +5rCU 52692 +5rCV 52693 +5rCW 52694 +5rCX 52695 +5rCY 52696 +5rCZ 52697 +5rCa 52698 +5rCb 52699 +5rCf 52700 +5rCh 52701 +5rCi 52702 +5rCj 52703 +5rCk 52704 +5rCm 52705 +5rCn 52706 +5rCo 52707 +5rCp 52708 +5rCq 52709 +5rCu 52710 +5rCv 52711 +5rCw 52712 +5rCy 52713 +5rC0 52714 +5rC3 52715 +5rC4 52716 +5rC5 52717 +5rC9 52718 +5rC+ 52719 +5rGA 52720 +5rGB 52721 +5rGC 52722 +5rGG 52723 +5rGH 52724 +5rGI 52725 +5rGJ 52726 +5rGK 52727 +5rGO 52728 +5rGQ 52729 +5rGU 52730 +5rGV 52731 +5rGX 52732 +5rGa 52733 +5rGb 52734 +5rGc 52735 +5rGd 52736 +5rGe 52737 +5rGf 52738 +5rGg 52739 +5rGh 52740 +5rGk 52741 +5rGo 52742 +5rGp 52743 +5rGq 52744 +5rGt 52745 +5rGw 52746 +5rGy 52747 +5rG0 52748 +5rG1 52749 +5rG2 52750 +5rG5 52751 +5rG6 52752 +5rG9 52753 +5rG+ 52754 +5rKB 52755 +5rKC 52756 +5rKD 52757 +5rKE 52758 +5rKF 52759 +5rKG 52760 +5rKI 52761 +5rKJ 52762 +5rKM 52763 +5rKP 52764 +5rKQ 52765 +5rKS 52766 +5rKT 52767 +5rKU 52768 +5rKW 52769 +5rKZ 52770 +5rKa 52771 +5rKb 52772 +5rKf 52773 +5rKh 52774 +5rKi 52775 +5rKj 52776 +5rKk 52777 +5rKl 52778 +5rKm 52779 +5rKn 52780 +5rKo 52781 +5rKp 52782 +5rKq 52783 +5rKr 52784 +5rKt 52785 +5rKu 52786 +5rKx 52787 +5rKz 52788 +5rK4 52789 +5rK5 52790 +5rK7 52791 +5rK8 52792 +5rK9 52793 +5rK+ 52794 +5rK/ 52795 +5rOB 52796 +5rOD 52797 +5rOE 52798 +5rOF 52799 +5rOG 52800 +5rOJ 52801 +5rOK 52802 +5rOM 52803 +5rOQ 52804 +5rOS 52805 +5rOT 52806 +5rOU 52807 +5rOV 52808 +5rOW 52809 +5rOX 52810 +5rOZ 52811 +5rOa 52812 +5rOb 52813 +5rOe 52814 +5rOg 52815 +5rOh 52816 +5rOi 52817 +5rOj 52818 +5rOl 52819 +5rOo 52820 +5rOq 52821 +5rOr 52822 +5rOs 52823 +5rOu 52824 +5rOv 52825 +5rOw 52826 +5rOx 52827 +5rOz 52828 +5rO1 52829 +5rO3 52830 +5rO4 52831 +5rO6 52832 +5rO7 52833 +5rO8 52834 +5rO9 52835 +5rO+ 52836 +5rSB 52837 +5rSE 52838 +5rSH 52839 +5rSL 52840 +5rSM 52841 +5rSO 52842 +5rSP 52843 +5rSR 52844 +5rSS 52845 +5rSX 52846 +5rSZ 52847 +5rSb 52848 +5rSe 52849 +5rSf 52850 +5rSj 52851 +5rSl 52852 +5rSn 52853 +5rSp 52854 +5rSq 52855 +5rSu 52856 +5rSx 52857 +5rSy 52858 +5rSz 52859 +5rS1 52860 +5rS2 52861 +5rS4 52862 +5rS5 52863 +5rS6 52864 +5rS7 52865 +5rS8 52866 +5rS9 52867 +5rS+ 52868 +5rS/ 52869 +5rWB 52870 +5rWD 52871 +5rWE 52872 +5rWF 52873 +5rWG 52874 +5rWH 52875 +5rWI 52876 +5rWJ 52877 +5rWK 52878 +5rWL 52879 +5rWN 52880 +5rWO 52881 +5rWP 52882 +5rWQ 52883 +5rWR 52884 +5rWS 52885 +5rWT 52886 +5rWU 52887 +5rWZ 52888 +5rWa 52889 +5rWb 52890 +5rWc 52891 +5rWe 52892 +5rWg 52893 +5rWj 52894 +5rWl 52895 +5rWm 52896 +5rWp 52897 +5rWq 52898 +5rWs 52899 +5rWu 52900 +5rWv 52901 +5rW0 52902 +5rW3 52903 +5rW4 52904 +5rW5 52905 +5raC 52906 +5raF 52907 +5raI 52908 +5raJ 52909 +5raM 52910 +5raO 52911 +5raR 52912 +5raT 52913 +5raU 52914 +5raV 52915 +5raW 52916 +5raY 52917 +5raZ 52918 +5rab 52919 +5rac 52920 +5rad 52921 +5rae 52922 +5raf 52923 +5rag 52924 +5rah 52925 +5raj 52926 +5rak 52927 +5ram 52928 +5ran 52929 +5rao 52930 +5rap 52931 +5raq 52932 +5rau 52933 +5rav 52934 +5ray 52935 +5ra1 52936 +5ra4 52937 +5ra8 52938 +5ra/ 52939 +5reA 52940 +5reE 52941 +5reF 52942 +5reG 52943 +5reH 52944 +5reL 52945 +5reM 52946 +5reP 52947 +5reR 52948 +5reS 52949 +5reW 52950 +5reY 52951 +5reZ 52952 +5rea 52953 +5rec 52954 +5red 52955 +5ree 52956 +5reg 52957 +5reh 52958 +5rek 52959 +5rem 52960 +5reo 52961 +5req 52962 +5rer 52963 +5res 52964 +5reu 52965 +5rev 52966 +5rex 52967 +5rez 52968 +5re1 52969 +5re3 52970 +5re4 52971 +5re5 52972 +5re6 52973 +5re7 52974 +5re8 52975 +5riA 52976 +5riF 52977 +5riH 52978 +5riI 52979 +5riJ 52980 +5riK 52981 +5riL 52982 +5riM 52983 +5riN 52984 +5riO 52985 +5riQ 52986 +5riR 52987 +5riT 52988 +5riU 52989 +5riV 52990 +5riX 52991 +5riZ 52992 +5ria 52993 +5rib 52994 +5rid 52995 +5rif 52996 +5rig 52997 +5rih 52998 +5rij 52999 +5rik 53000 +5ril 53001 +5rim 53002 +5rip 53003 +5rir 53004 +5ris 53005 +5rit 53006 +5riv 53007 +5riy 53008 +5ri0 53009 +5ri4 53010 +5ri6 53011 +5ri+ 53012 +5rmD 53013 +5rmE 53014 +5rmJ 53015 +5rmK 53016 +5rmN 53017 +5rmO 53018 +5rmT 53019 +5rmU 53020 +5rmW 53021 +5rmY 53022 +5rmb 53023 +5rmc 53024 +5rmd 53025 +5rmf 53026 +5rmj 53027 +5rmn 53028 +5rmr 53029 +5rmu 53030 +5rmv 53031 +5rmy 53032 +5rm0 53033 +5rm2 53034 +5rm+ 53035 +5rm/ 53036 +5rqA 53037 +5rqC 53038 +5rqD 53039 +5rqF 53040 +5rqG 53041 +5rqH 53042 +5rqJ 53043 +5rqM 53044 +5rqN 53045 +5rqP 53046 +5rqQ 53047 +5rqW 53048 +5rqY 53049 +5rqc 53050 +5rqd 53051 +5rqf 53052 +5rqi 53053 +5rql 53054 +5rqn 53055 +5rqq 53056 +5rqr 53057 +5rqv 53058 +5rqx 53059 +5rqy 53060 +5rq0 53061 +5rq2 53062 +5rq3 53063 +5rq6 53064 +5rq9 53065 +5ruB 53066 +5ruC 53067 +5ruE 53068 +5ruF 53069 +5ruH 53070 +5ruI 53071 +5ruJ 53072 +5ruL 53073 +5ruM 53074 +5ruP 53075 +5ruR 53076 +5ruT 53077 +5ruU 53078 +5ruV 53079 +5ruX 53080 +5ruY 53081 +5rua 53082 +5rud 53083 +5rue 53084 +5ruf 53085 +5rug 53086 +5ruh 53087 +5rui 53088 +5ruk 53089 +5rul 53090 +5rum 53091 +5ruo 53092 +5rup 53093 +5rus 53094 +5ruv 53095 +5ruy 53096 +5ru0 53097 +5ru4 53098 +5ru5 53099 +5ru+ 53100 +5ru/ 53101 +5ryB 53102 +5ryC 53103 +5ryG 53104 +5ryI 53105 +5ryJ 53106 +5ryP 53107 +5ryR 53108 +5ryT 53109 +5ryU 53110 +5ryV 53111 +5ryg 53112 +5ryi 53113 +5ryj 53114 +5ryp 53115 +5ryq 53116 +5ryr 53117 +5rys 53118 +5ryt 53119 +5ryv 53120 +5ryx 53121 +5ryy 53122 +5ryz 53123 +5ry0 53124 +5ry2 53125 +5ry3 53126 +5ry4 53127 +5ry8 53128 +5ry+ 53129 +5ry/ 53130 +5r2F 53131 +5r2G 53132 +5r2H 53133 +5r2L 53134 +5r2N 53135 +5r2O 53136 +5r2P 53137 +5r2R 53138 +5r2U 53139 +5r2Y 53140 +5r2b 53141 +5r2c 53142 +5r2e 53143 +5r2f 53144 +5r2h 53145 +5r2i 53146 +5r2k 53147 +5r2l 53148 +5r2m 53149 +5r2p 53150 +5r2s 53151 +5r2t 53152 +5r2u 53153 +5r2w 53154 +5r2y 53155 +5r20 53156 +5r21 53157 +5r24 53158 +5r26 53159 +5r28 53160 +5r6A 53161 +5r6B 53162 +5r6E 53163 +5r6G 53164 +5r6I 53165 +5r6M 53166 +5r6N 53167 +5r6O 53168 +5r6X 53169 +5r6c 53170 +5r6h 53171 +5r6j 53172 +5r6k 53173 +5r6n 53174 +5r6q 53175 +5r6x 53176 +5r6z 53177 +5r60 53178 +5r62 53179 +5r65 53180 +5r+A 53181 +5r+B 53182 +5r+C 53183 +5r+D 53184 +5r+G 53185 +5r+J 53186 +5r+R 53187 +5r+S 53188 +5r+V 53189 +5r+Y 53190 +5r+b 53191 +5r+e 53192 +5r+f 53193 +5r+g 53194 +5r+h 53195 +5r+k 53196 +5r+p 53197 +5r+r 53198 +5r+s 53199 +5r+u 53200 +5r+v 53201 +5r+x 53202 +5r+2 53203 +5r+6 53204 +5r++ 53205 +54CJ 53206 +54CL 53207 +54CN 53208 +54CP 53209 +54CR 53210 +54CV 53211 +54Ca 53212 +54Cb 53213 +54Cd 53214 +54Ce 53215 +54Cf 53216 +54Cj 53217 +54Cm 53218 +54Cn 53219 +54Cs 53220 +54Cw 53221 +54Cy 53222 +54C5 53223 +54C+ 53224 +54GM 53225 +54GP 53226 +54GR 53227 +54GY 53228 +54Ge 53229 +54Gj 53230 +54Gr 53231 +54Gt 53232 +54Gv 53233 +54Gw 53234 +54G1 53235 +54G2 53236 +54G4 53237 +54G8 53238 +54G9 53239 +54G+ 53240 +54G/ 53241 +54KA 53242 +54KB 53243 +54KF 53244 +54KG 53245 +54KJ 53246 +54KK 53247 +54KO 53248 +54KS 53249 +54KU 53250 +54KV 53251 +54KW 53252 +54KZ 53253 +54Kc 53254 +54Kd 53255 +54Kf 53256 +54Kk 53257 +54Kq 53258 +54Kr 53259 +54Ks 53260 +54Kt 53261 +54Ku 53262 +54Kv 53263 +54Kz 53264 +54K0 53265 +54K3 53266 +54K4 53267 +54K5 53268 +54K6 53269 +54K8 53270 +54K9 53271 +54OA 53272 +54OB 53273 +54OC 53274 +54OD 53275 +54OI 53276 +54OK 53277 +54OP 53278 +54OW 53279 +54OY 53280 +54OZ 53281 +54Ob 53282 +54Oc 53283 +54Of 53284 +54Ok 53285 +54Om 53286 +54On 53287 +54Oo 53288 +54Op 53289 +54Or 53290 +54Os 53291 +54Ot 53292 +54Ov 53293 +54Ox 53294 +54O3 53295 +54O5 53296 +54O9 53297 +54SJ 53298 +54SK 53299 +54SQ 53300 +54ST 53301 +54SU 53302 +54SV 53303 +54SW 53304 +54SX 53305 +54SY 53306 +54SZ 53307 +54Sa 53308 +54Sc 53309 +54Sh 53310 +54Sm 53311 +54Sv 53312 +54Sw 53313 +54Sx 53314 +54S2 53315 +54S8 53316 +54WF 53317 +54WJ 53318 +54WK 53319 +54WL 53320 +54WM 53321 +54WO 53322 +54WV 53323 +54WW 53324 +54WZ 53325 +54Wc 53326 +54We 53327 +54Wf 53328 +54Wi 53329 +54Wk 53330 +54Wl 53331 +54Wm 53332 +54Wn 53333 +54Wo 53334 +54Wp 53335 +54Ws 53336 +54Wu 53337 +54Wy 53338 +54Wz 53339 +54W4 53340 +54W6 53341 +54W9 53342 +54W/ 53343 +54aE 53344 +54aK 53345 +54aP 53346 +54aU 53347 +54aY 53348 +54aZ 53349 +54ac 53350 +54af 53351 +54ag 53352 +54ao 53353 +54as 53354 +54ax 53355 +54az 53356 +54a1 53357 +54a5 53358 +54a+ 53359 +54eD 53360 +54eE 53361 +54eI 53362 +54eJ 53363 +54eK 53364 +54eL 53365 +54eO 53366 +54eQ 53367 +54eS 53368 +54eU 53369 +54eV 53370 +54eX 53371 +54eZ 53372 +54ea 53373 +54ef 53374 +54eg 53375 +54el 53376 +54em 53377 +54en 53378 +54et 53379 +54eu 53380 +54e1 53381 +54e5 53382 +54e7 53383 +54e8 53384 +54e/ 53385 +54iG 53386 +54iN 53387 +54iQ 53388 +54ib 53389 +54io 53390 +54iq 53391 +54is 53392 +54it 53393 +54iw 53394 +54ix 53395 +54iy 53396 +54i1 53397 +54i2 53398 +54i3 53399 +54i4 53400 +54i5 53401 +54i6 53402 +54i7 53403 +54i8 53404 +54i9 53405 +54i+ 53406 +54i/ 53407 +54mA 53408 +54mB 53409 +54mC 53410 +54mG 53411 +54mH 53412 +54mI 53413 +54mM 53414 +54mN 53415 +54mS 53416 +54mV 53417 +54mW 53418 +54mY 53419 +54mZ 53420 +54mb 53421 +54md 53422 +54mf 53423 +54mg 53424 +54mh 53425 +54mi 53426 +54mk 53427 +54mm 53428 +54mn 53429 +54mp 53430 +54mu 53431 +54mv 53432 +54my 53433 +54m0 53434 +54m1 53435 +54m4 53436 +54m5 53437 +54m6 53438 +54m9 53439 +54m+ 53440 +54qA 53441 +54qB 53442 +54qC 53443 +54qE 53444 +54qH 53445 +54qK 53446 +54qL 53447 +54qN 53448 +54qS 53449 +54qW 53450 +54qf 53451 +54qg 53452 +54qi 53453 +54qn 53454 +54qs 53455 +54qv 53456 +54qw 53457 +54qz 53458 +54q0 53459 +54q2 53460 +54q3 53461 +54q4 53462 +54q5 53463 +54q8 53464 +54uA 53465 +54uC 53466 +54uE 53467 +54uG 53468 +54uI 53469 +54uM 53470 +54uN 53471 +54uO 53472 +54uQ 53473 +54uS 53474 +54uX 53475 +54uZ 53476 +54ub 53477 +54ud 53478 +54ue 53479 +54ug 53480 +54uh 53481 +54ui 53482 +54uo 53483 +54up 53484 +54us 53485 +54ut 53486 +54uu 53487 +54uw 53488 +54ux 53489 +54uy 53490 +54u0 53491 +54u3 53492 +54u4 53493 +54u5 53494 +54u7 53495 +54u8 53496 +54u9 53497 +54yB 53498 +54yH 53499 +54yK 53500 +54yO 53501 +54yV 53502 +54yW 53503 +54yX 53504 +54yZ 53505 +54yb 53506 +54yc 53507 +54yd 53508 +54ye 53509 +54yf 53510 +54yh 53511 +54yi 53512 +54yl 53513 +54yo 53514 +54yp 53515 +54yq 53516 +54yr 53517 +54ys 53518 +54yu 53519 +54yv 53520 +54yx 53521 +54yy 53522 +54y0 53523 +54y2 53524 +54y3 53525 +54y5 53526 +54y+ 53527 +54y/ 53528 +542E 53529 +542F 53530 +542O 53531 +542P 53532 +542Q 53533 +542S 53534 +542X 53535 +542g 53536 +542j 53537 +542o 53538 +542q 53539 +542s 53540 +542t 53541 +542w 53542 +542y 53543 +5421 53544 +5424 53545 +5426 53546 +5427 53547 +542+ 53548 +546E 53549 +546H 53550 +546J 53551 +546L 53552 +546O 53553 +546R 53554 +546V 53555 +546W 53556 +546Y 53557 +546Z 53558 +546a 53559 +546b 53560 +546f 53561 +546g 53562 +546i 53563 +546l 53564 +546m 53565 +546p 53566 +546r 53567 +546u 53568 +546v 53569 +546w 53570 +546y 53571 +546z 53572 +5463 53573 +5465 53574 +5466 53575 +5467 53576 +54+A 53577 +54+C 53578 +54+F 53579 +54+I 53580 +54+J 53581 +54+K 53582 +54+N 53583 +54+O 53584 +54+P 53585 +54+Q 53586 +54+R 53587 +54+Z 53588 +54+c 53589 +54+e 53590 +54+g 53591 +54+j 53592 +54+l 53593 +54+m 53594 +54+n 53595 +54+p 53596 +54+q 53597 +54+r 53598 +54+t 53599 +54+u 53600 +54+w 53601 +54+y 53602 +54+4 53603 +54+6 53604 +54+9 53605 +54++ 53606 +55CD 53607 +55CF 53608 +55CG 53609 +55CH 53610 +55CJ 53611 +55CK 53612 +55CN 53613 +55CO 53614 +55CP 53615 +55CQ 53616 +55Ca 53617 +55Cb 53618 +55Ci 53619 +55Ck 53620 +55Cl 53621 +55Cm 53622 +55Co 53623 +55Cq 53624 +55Cs 53625 +55Cu 53626 +55Cv 53627 +55Cw 53628 +55Cy 53629 +55Cz 53630 +55C0 53631 +55C1 53632 +55C2 53633 +55C6 53634 +55C8 53635 +55GA 53636 +55GB 53637 +55GE 53638 +55GV 53639 +55GX 53640 +55GZ 53641 +55Ga 53642 +55Gb 53643 +55Gc 53644 +55Ge 53645 +55Gf 53646 +55Gg 53647 +55Gj 53648 +55Gk 53649 +55Gp 53650 +55Gq 53651 +55Gt 53652 +55Gu 53653 +55Gv 53654 +55Gw 53655 +55Gx 53656 +55Gz 53657 +55G0 53658 +55G2 53659 +55G3 53660 +55G+ 53661 +55KA 53662 +55KB 53663 +55KD 53664 +55KH 53665 +55KI 53666 +55KL 53667 +55KO 53668 +55KQ 53669 +55KY 53670 +55Kc 53671 +55Kd 53672 +55Ke 53673 +55Kf 53674 +55Kg 53675 +55Kj 53676 +55Kn 53677 +55Ko 53678 +55Kp 53679 +55Kw 53680 +55K6 53681 +55K9 53682 +55OK 53683 +55OP 53684 +55OS 53685 +55OU 53686 +55OY 53687 +55Oc 53688 +55Og 53689 +55Oi 53690 +55Oj 53691 +55Ok 53692 +55Om 53693 +55Or 53694 +55Ou 53695 +55Ov 53696 +55O0 53697 +55O2 53698 +55O3 53699 +55O/ 53700 +55SD 53701 +55SE 53702 +55SM 53703 +55SN 53704 +55SO 53705 +55SP 53706 +55SR 53707 +55ST 53708 +55SV 53709 +55SY 53710 +55SZ 53711 +55Sa 53712 +55Sc 53713 +55Sf 53714 +55Si 53715 +55Sj 53716 +55Sl 53717 +55Sm 53718 +55So 53719 +55Sp 53720 +55Sq 53721 +55Sr 53722 +55Ss 53723 +55St 53724 +55Sv 53725 +55Sw 53726 +55Sx 53727 +55Sy 53728 +55Sz 53729 +55S0 53730 +55S1 53731 +55S3 53732 +55S4 53733 +55S6 53734 +55S7 53735 +55S+ 53736 +55WA 53737 +55WF 53738 +55WI 53739 +55WJ 53740 +55WK 53741 +55WL 53742 +55WM 53743 +55WO 53744 +55WP 53745 +55WR 53746 +55WU 53747 +55WZ 53748 +55Wa 53749 +55Wb 53750 +55Wc 53751 +55Wd 53752 +55Wg 53753 +55Wi 53754 +55Wk 53755 +55Wl 53756 +55Wm 53757 +55Wq 53758 +55Wr 53759 +55Ws 53760 +55Wt 53761 +55Wv 53762 +55Ww 53763 +55Wy 53764 +55Wz 53765 +55W0 53766 +55W1 53767 +55W2 53768 +55W3 53769 +55W4 53770 +55W5 53771 +55W/ 53772 +55aD 53773 +55aG 53774 +55aH 53775 +55aK 53776 +55aL 53777 +55aN 53778 +55aO 53779 +55aP 53780 +55aR 53781 +55aU 53782 +55aW 53783 +55aX 53784 +55aZ 53785 +55aa 53786 +55ad 53787 +55af 53788 +55ag 53789 +55ah 53790 +55aj 53791 +55ak 53792 +55al 53793 +55ar 53794 +55as 53795 +55at 53796 +55au 53797 +55av 53798 +55aw 53799 +55ax 53800 +55ay 53801 +55az 53802 +55a0 53803 +55a1 53804 +55a4 53805 +55a5 53806 +55a8 53807 +55a9 53808 +55a+ 53809 +55eC 53810 +55eD 53811 +55eE 53812 +55eF 53813 +55eH 53814 +55eI 53815 +55eJ 53816 +55eK 53817 +55eN 53818 +55eS 53819 +55eU 53820 +55eV 53821 +55eY 53822 +55eZ 53823 +55eb 53824 +55ee 53825 +55ei 53826 +55ej 53827 +55ek 53828 +55em 53829 +55en 53830 +55eo 53831 +55ep 53832 +55eq 53833 +55er 53834 +55ew 53835 +55ex 53836 +55ey 53837 +55ez 53838 +55e0 53839 +55e5 53840 +55e6 53841 +55e8 53842 +55e+ 53843 +55e/ 53844 +55iA 53845 +55iB 53846 +55iF 53847 +55iG 53848 +55iK 53849 +55iL 53850 +55iM 53851 +55iN 53852 +55iT 53853 +55iV 53854 +55iX 53855 +55iY 53856 +55iZ 53857 +55id 53858 +55if 53859 +55ig 53860 +55ih 53861 +55ii 53862 +55ik 53863 +55im 53864 +55in 53865 +55ip 53866 +55iq 53867 +55ir 53868 +55iw 53869 +55iz 53870 +55i0 53871 +55i1 53872 +55i4 53873 +55i7 53874 +55i8 53875 +55i+ 53876 +55i/ 53877 +55mA 53878 +55mC 53879 +55mD 53880 +55mG 53881 +55mH 53882 +55mI 53883 +55mM 53884 +55mN 53885 +55mO 53886 +55mS 53887 +55mU 53888 +55mW 53889 +55mY 53890 +55mc 53891 +55me 53892 +55mh 53893 +55mi 53894 +55mj 53895 +55ml 53896 +55mn 53897 +55mp 53898 +55mq 53899 +55mr 53900 +55ms 53901 +55mu 53902 +55mv 53903 +55mw 53904 +55mx 53905 +55my 53906 +55m4 53907 +55m6 53908 +55m7 53909 +55m8 53910 +55m9 53911 +55m+ 53912 +55qA 53913 +55qC 53914 +55qE 53915 +55qG 53916 +55qH 53917 +55qI 53918 +55qL 53919 +55qM 53920 +55qO 53921 +55qQ 53922 +55qR 53923 +55qT 53924 +55qV 53925 +55qW 53926 +55qZ 53927 +55qa 53928 +55qd 53929 +55qe 53930 +55qk 53931 +55qm 53932 +55qu 53933 +55qv 53934 +55qw 53935 +55qx 53936 +55qy 53937 +55q0 53938 +55q3 53939 +55q4 53940 +55q5 53941 +55q6 53942 +55q/ 53943 +55uC 53944 +55uD 53945 +55uF 53946 +55uG 53947 +55uI 53948 +55uJ 53949 +55uK 53950 +55uN 53951 +55uO 53952 +55uP 53953 +55uQ 53954 +55uR 53955 +55uS 53956 +55uU 53957 +55uW 53958 +55uX 53959 +55uY 53960 +55ub 53961 +55uc 53962 +55ue 53963 +55uf 53964 +55uh 53965 +55uj 53966 +55uk 53967 +55ul 53968 +55un 53969 +55up 53970 +55uq 53971 +55uu 53972 +55uv 53973 +55ux 53974 +55uy 53975 +55u0 53976 +55u4 53977 +55u5 53978 +55u7 53979 +55u8 53980 +55u+ 53981 +55yA 53982 +55yB 53983 +55yE 53984 +55yH 53985 +55yI 53986 +55yJ 53987 +55yL 53988 +55yM 53989 +55yN 53990 +55yZ 53991 +55ya 53992 +55yb 53993 +55yc 53994 +55ye 53995 +55yf 53996 +55yg 53997 +55yl 53998 +55ym 53999 +55yo 54000 +55yp 54001 +55ys 54002 +55yt 54003 +55yv 54004 +55y1 54005 +55y2 54006 +55y3 54007 +55y4 54008 +55y6 54009 +55y8 54010 +55y+ 54011 +552A 54012 +552B 54013 +552D 54014 +552G 54015 +552H 54016 +552Q 54017 +552R 54018 +552a 54019 +552b 54020 +552c 54021 +552e 54022 +552f 54023 +552h 54024 +552i 54025 +552j 54026 +552l 54027 +552m 54028 +552o 54029 +552r 54030 +552s 54031 +552x 54032 +5525 54033 +5526 54034 +5529 54035 +552+ 54036 +552/ 54037 +556A 54038 +556E 54039 +556F 54040 +556G 54041 +556H 54042 +556L 54043 +556M 54044 +556O 54045 +556R 54046 +556S 54047 +556T 54048 +556e 54049 +556f 54050 +556g 54051 +556i 54052 +556l 54053 +556n 54054 +556p 54055 +556q 54056 +556s 54057 +556t 54058 +556w 54059 +556z 54060 +5561 54061 +5567 54062 +5568 54063 +5569 54064 +556+ 54065 +556/ 54066 +55+H 54067 +55+N 54068 +55+T 54069 +55+X 54070 +55+a 54071 +55+b 54072 +55+c 54073 +55+i 54074 +55+j 54075 +55+l 54076 +55+n 54077 +55+p 54078 +55+r 54079 +55+s 54080 +55+t 54081 +55+u 54082 +55+v 54083 +55+x 54084 +55+z 54085 +55+2 54086 +55+4 54087 +55+8 54088 +55+9 54089 +55++ 54090 +55+/ 54091 +56CA 54092 +56CB 54093 +56CC 54094 +56CK 54095 +56CM 54096 +56CN 54097 +56CS 54098 +56CU 54099 +56CV 54100 +56CW 54101 +56CX 54102 +56CY 54103 +56Ca 54104 +56Cc 54105 +56Cd 54106 +56Cf 54107 +56Cg 54108 +56Cj 54109 +56Cl 54110 +56Cm 54111 +56Cn 54112 +56Cp 54113 +56Cr 54114 +56Cs 54115 +56Ct 54116 +56Cw 54117 +56Cy 54118 +56C0 54119 +56C1 54120 +56C3 54121 +56C4 54122 +56C6 54123 +56C7 54124 +56C8 54125 +56C+ 54126 +56C/ 54127 +56GA 54128 +56GB 54129 +56GF 54130 +56GM 54131 +56GQ 54132 +56GS 54133 +56GV 54134 +56GW 54135 +56GX 54136 +56Ga 54137 +56Gd 54138 +56Ge 54139 +56Gq 54140 +56Gr 54141 +56Gs 54142 +56Gt 54143 +56Gu 54144 +56Gv 54145 +56Gy 54146 +56G0 54147 +56G3 54148 +56G8 54149 +56G/ 54150 +56KB 54151 +56KG 54152 +56KH 54153 +56KJ 54154 +56KM 54155 +56KN 54156 +56KO 54157 +56KR 54158 +56KT 54159 +56KV 54160 +56KX 54161 +56KY 54162 +56Ka 54163 +56Kb 54164 +56Kc 54165 +56Kf 54166 +56Kh 54167 +56Kj 54168 +56Kn 54169 +56Kp 54170 +56Kq 54171 +56Kw 54172 +56Kx 54173 +56Ky 54174 +56Kz 54175 +56K0 54176 +56K6 54177 +56K8 54178 +56K+ 54179 +56OB 54180 +56OF 54181 +56OG 54182 +56OJ 54183 +56OK 54184 +56OL 54185 +56OQ 54186 +56OR 54187 +56OS 54188 +56OU 54189 +56OV 54190 +56OZ 54191 +56Oa 54192 +56Oh 54193 +56On 54194 +56Oo 54195 +56Os 54196 +56Ov 54197 +56Oy 54198 +56O0 54199 +56O3 54200 +56O6 54201 +56O7 54202 +56O+ 54203 +56SB 54204 +56SF 54205 +56SM 54206 +56SO 54207 +56SS 54208 +56ST 54209 +56SZ 54210 +56Se 54211 +56Sm 54212 +56Sq 54213 +56Sr 54214 +56Ss 54215 +56S0 54216 +56S6 54217 +56S7 54218 +56S8 54219 +56S9 54220 +56S+ 54221 +56WA 54222 +56WB 54223 +56WG 54224 +56WH 54225 +56WI 54226 +56WJ 54227 +56WO 54228 +56WP 54229 +56WQ 54230 +56WT 54231 +56WW 54232 +56WX 54233 +56Wa 54234 +56Wb 54235 +56Wc 54236 +56Wd 54237 +56We 54238 +56Wf 54239 +56Wg 54240 +56Wi 54241 +56Wl 54242 +56Wn 54243 +56Wo 54244 +56Wt 54245 +56Wv 54246 +56W3 54247 +56W4 54248 +56W6 54249 +56W8 54250 +56W/ 54251 +56aA 54252 +56aB 54253 +56aE 54254 +56aF 54255 +56aK 54256 +56aN 54257 +56aO 54258 +56aP 54259 +56ab 54260 +56al 54261 +56am 54262 +56an 54263 +56ao 54264 +56ap 54265 +56aq 54266 +56au 54267 +56aw 54268 +56ax 54269 +56az 54270 +56a5 54271 +56a6 54272 +56a7 54273 +56a9 54274 +56a+ 54275 +56a/ 54276 +56eA 54277 +56eB 54278 +56eC 54279 +56eD 54280 +56eG 54281 +56eJ 54282 +56eL 54283 +56eN 54284 +56eP 54285 +56eR 54286 +56eS 54287 +56eV 54288 +56eY 54289 +56ef 54290 +56eh 54291 +56ej 54292 +56ek 54293 +56em 54294 +56en 54295 +56ep 54296 +56er 54297 +56es 54298 +56et 54299 +56ev 54300 +56ew 54301 +56e4 54302 +56e7 54303 +56e9 54304 +56e+ 54305 +56iA 54306 +56iC 54307 +56iF 54308 +56iI 54309 +56iK 54310 +56iL 54311 +56iN 54312 +56iO 54313 +56iU 54314 +56iX 54315 +56iZ 54316 +56ia 54317 +56ic 54318 +56ie 54319 +56if 54320 +56ig 54321 +56ij 54322 +56iu 54323 +56ix 54324 +56iy 54325 +56iz 54326 +56i3 54327 +56i5 54328 +56i7 54329 +56i8 54330 +56i9 54331 +56i/ 54332 +56mA 54333 +56mC 54334 +56mG 54335 +56mH 54336 +56mM 54337 +56mN 54338 +56mO 54339 +56mP 54340 +56mQ 54341 +56mR 54342 +56mX 54343 +56mh 54344 +56mi 54345 +56mj 54346 +56mp 54347 +56mr 54348 +56mw 54349 +56m0 54350 +56m2 54351 +56m3 54352 +56m4 54353 +56m5 54354 +56m6 54355 +56m9 54356 +56m/ 54357 +56qA 54358 +56qB 54359 +56qD 54360 +56qE 54361 +56qI 54362 +56qN 54363 +56qO 54364 +56qR 54365 +56qS 54366 +56qT 54367 +56qV 54368 +56qW 54369 +56qX 54370 +56qY 54371 +56qc 54372 +56qd 54373 +56qf 54374 +56qg 54375 +56qh 54376 +56qj 54377 +56ql 54378 +56qm 54379 +56qo 54380 +56qp 54381 +56qq 54382 +56qt 54383 +56qu 54384 +56qv 54385 +56qz 54386 +56q2 54387 +56q4 54388 +56q6 54389 +56q+ 54390 +56q/ 54391 +56uD 54392 +56uE 54393 +56uF 54394 +56uH 54395 +56uI 54396 +56uK 54397 +56uL 54398 +56uR 54399 +56uW 54400 +56uZ 54401 +56uc 54402 +56ud 54403 +56ue 54404 +56uf 54405 +56ug 54406 +56ui 54407 +56uj 54408 +56ul 54409 +56um 54410 +56uq 54411 +56ut 54412 +56uv 54413 +56uy 54414 +56u2 54415 +56u5 54416 +56u6 54417 +56u9 54418 +56u/ 54419 +56yC 54420 +56yD 54421 +56yE 54422 +56yG 54423 +56yI 54424 +56yK 54425 +56yL 54426 +56yP 54427 +56yR 54428 +56yU 54429 +56yV 54430 +56yW 54431 +56yY 54432 +56yZ 54433 +56yb 54434 +56ye 54435 +56yg 54436 +56yk 54437 +56yl 54438 +56ym 54439 +56yo 54440 +56yp 54441 +56yq 54442 +56yr 54443 +56ys 54444 +56yz 54445 +56y1 54446 +56y4 54447 +56y5 54448 +56y6 54449 +56y8 54450 +56y+ 54451 +562F 54452 +562G 54453 +562H 54454 +562I 54455 +562J 54456 +562K 54457 +562L 54458 +562M 54459 +562N 54460 +562P 54461 +562Q 54462 +562R 54463 +562S 54464 +562U 54465 +562W 54466 +562Y 54467 +562a 54468 +562b 54469 +562c 54470 +562d 54471 +562g 54472 +562i 54473 +562l 54474 +562n 54475 +562s 54476 +562u 54477 +562w 54478 +562x 54479 +562y 54480 +5621 54481 +5623 54482 +5625 54483 +5626 54484 +5627 54485 +5628 54486 +562+ 54487 +566A 54488 +566F 54489 +566G 54490 +566H 54491 +566L 54492 +566N 54493 +566P 54494 +566Q 54495 +566S 54496 +566T 54497 +566U 54498 +566V 54499 +566X 54500 +566Z 54501 +566a 54502 +566c 54503 +566d 54504 +566f 54505 +566h 54506 +566i 54507 +566l 54508 +566m 54509 +566n 54510 +566o 54511 +566p 54512 +566q 54513 +566r 54514 +566s 54515 +566t 54516 +566x 54517 +5660 54518 +5664 54519 +5667 54520 +5668 54521 +566+ 54522 +56+A 54523 +56+B 54524 +56+E 54525 +56+G 54526 +56+H 54527 +56+J 54528 +56+L 54529 +56+M 54530 +56+R 54531 +56+T 54532 +56+Z 54533 +56+a 54534 +56+d 54535 +56+g 54536 +56+h 54537 +56+k 54538 +56+l 54539 +56+m 54540 +56+p 54541 +56+q 54542 +56+t 54543 +56+u 54544 +56+x 54545 +56+z 54546 +56+2 54547 +56+3 54548 +56+8 54549 +56++ 54550 +57CA 54551 +57CD 54552 +57CH 54553 +57CL 54554 +57CM 54555 +57CN 54556 +57CP 54557 +57CR 54558 +57CS 54559 +57CT 54560 +57CU 54561 +57CW 54562 +57CX 54563 +57Cf 54564 +57Ch 54565 +57Cj 54566 +57Cm 54567 +57Cn 54568 +57Cq 54569 +57Cr 54570 +57Cw 54571 +57C3 54572 +57C4 54573 +57C6 54574 +57C9 54575 +57C+ 54576 +57C/ 54577 +57GA 54578 +57GB 54579 +57GD 54580 +57GH 54581 +57GM 54582 +57GN 54583 +57GP 54584 +57GQ 54585 +57GT 54586 +57GU 54587 +57GW 54588 +57Gf 54589 +57Gg 54590 +57Gj 54591 +57Gk 54592 +57Gs 54593 +57Gu 54594 +57Gy 54595 +57Gz 54596 +57G7 54597 +57G8 54598 +57G9 54599 +57G+ 54600 +57KB 54601 +57KC 54602 +57KD 54603 +57KJ 54604 +57KL 54605 +57KN 54606 +57KR 54607 +57KS 54608 +57KV 54609 +57KX 54610 +57KY 54611 +57Kb 54612 +57Kd 54613 +57Kf 54614 +57Ki 54615 +57Kk 54616 +57Kl 54617 +57Km 54618 +57Kn 54619 +57Kq 54620 +57Kt 54621 +57Ku 54622 +57Kx 54623 +57Ky 54624 +57Kz 54625 +57K1 54626 +57K5 54627 +57K8 54628 +57K9 54629 +57K+ 54630 +57OA 54631 +57OB 54632 +57OF 54633 +57OK 54634 +57OM 54635 +57ON 54636 +57OO 54637 +57OS 54638 +57OV 54639 +57OW 54640 +57OX 54641 +57OY 54642 +57OZ 54643 +57Oc 54644 +57Oe 54645 +57Of 54646 +57Og 54647 +57Oi 54648 +57On 54649 +57Oo 54650 +57Ov 54651 +57Oy 54652 +57O2 54653 +57O4 54654 +57O6 54655 +57O7 54656 +57O+ 54657 +57SA 54658 +57SC 54659 +57SE 54660 +57SF 54661 +57SG 54662 +57SJ 54663 +57SK 54664 +57SL 54665 +57SN 54666 +57SQ 54667 +57SU 54668 +57SX 54669 +57SY 54670 +57SZ 54671 +57Sa 54672 +57Sb 54673 +57Sc 54674 +57Sg 54675 +57Sh 54676 +57Si 54677 +57Sn 54678 +57Sr 54679 +57Ss 54680 +57Su 54681 +57Sv 54682 +57Sw 54683 +57Sy 54684 +57Sz 54685 +57S1 54686 +57S5 54687 +57S6 54688 +57WA 54689 +57WC 54690 +57WD 54691 +57WE 54692 +57WF 54693 +57WG 54694 +57WL 54695 +57WM 54696 +57WO 54697 +57WP 54698 +57WQ 54699 +57WV 54700 +57WW 54701 +57Wb 54702 +57Wc 54703 +57We 54704 +57Wh 54705 +57Wi 54706 +57Wj 54707 +57Wm 54708 +57Wo 54709 +57Wu 54710 +57Wv 54711 +57Wx 54712 +57Wy 54713 +57Wz 54714 +57W1 54715 +57W2 54716 +57W5 54717 +57W6 54718 +57W9 54719 +57aB 54720 +57aJ 54721 +57aP 54722 +57aT 54723 +57aZ 54724 +57aa 54725 +57ab 54726 +57ac 54727 +57af 54728 +57ag 54729 +57ai 54730 +57aj 54731 +57am 54732 +57as 54733 +57at 54734 +57au 54735 +57av 54736 +57aw 54737 +57ax 54738 +57ay 54739 +57a0 54740 +57a1 54741 +57a2 54742 +57a4 54743 +57a6 54744 +57a7 54745 +57a9 54746 +57a+ 54747 +57a/ 54748 +57eH 54749 +57eK 54750 +57eL 54751 +57eP 54752 +57eR 54753 +57eS 54754 +57eY 54755 +57ea 54756 +57eb 54757 +57ed 54758 +57ee 54759 +57eg 54760 +57eh 54761 +57ej 54762 +57ek 54763 +57eo 54764 +57ep 54765 +57es 54766 +57ev 54767 +57ey 54768 +57e0 54769 +57e7 54770 +57iB 54771 +57iE 54772 +57iF 54773 +57iI 54774 +57iJ 54775 +57iK 54776 +57iL 54777 +57iS 54778 +57ib 54779 +57ie 54780 +57if 54781 +57ig 54782 +57ii 54783 +57ij 54784 +57im 54785 +57ir 54786 +57iu 54787 +57ix 54788 +57iy 54789 +57i0 54790 +57i1 54791 +57i3 54792 +57i5 54793 +57i6 54794 +57i7 54795 +57i9 54796 +57i+ 54797 +57mB 54798 +57mD 54799 +57mG 54800 +57mH 54801 +57mK 54802 +57mL 54803 +57mN 54804 +57mR 54805 +57mU 54806 +57mV 54807 +57mW 54808 +57mZ 54809 +57ma 54810 +57md 54811 +57me 54812 +57mh 54813 +57mn 54814 +57mp 54815 +57mq 54816 +57mr 54817 +57mt 54818 +57mw 54819 +57mz 54820 +57m5 54821 +57m7 54822 +57m8 54823 +57m9 54824 +57qC 54825 +57qH 54826 +57qI 54827 +57qM 54828 +57qN 54829 +57qP 54830 +57qQ 54831 +57qS 54832 +57qT 54833 +57qU 54834 +57qW 54835 +57qb 54836 +57qc 54837 +57qg 54838 +57qh 54839 +57qi 54840 +57qj 54841 +57qk 54842 +57ql 54843 +57qm 54844 +57qn 54845 +57qo 54846 +57qp 54847 +57qq 54848 +57qr 54849 +57qs 54850 +57qt 54851 +57qu 54852 +57qv 54853 +57qw 54854 +57qx 54855 +57qy 54856 +57qz 54857 +57q1 54858 +57q2 54859 +57q3 54860 +57q4 54861 +57q5 54862 +57q6 54863 +57q7 54864 +57q9 54865 +57q+ 54866 +57q/ 54867 +57uA 54868 +57uB 54869 +57uC 54870 +57uD 54871 +57uE 54872 +57uF 54873 +57uG 54874 +57uH 54875 +57uI 54876 +57uJ 54877 +57uK 54878 +57uL 54879 +57uM 54880 +57uN 54881 +57uO 54882 +57uP 54883 +57uQ 54884 +57uR 54885 +57uS 54886 +57uT 54887 +57uU 54888 +57uV 54889 +57uX 54890 +57uY 54891 +57uZ 54892 +57ua 54893 +57ub 54894 +57uc 54895 +57ud 54896 +57ue 54897 +57uf 54898 +57uh 54899 +57ui 54900 +57uj 54901 +57uk 54902 +57ul 54903 +57um 54904 +57un 54905 +57uo 54906 +57up 54907 +57uq 54908 +57ur 54909 +57ut 54910 +57uu 54911 +57uv 54912 +57uw 54913 +57ux 54914 +57uy 54915 +57uz 54916 +57u0 54917 +57u1 54918 +57u2 54919 +57u3 54920 +57u4 54921 +57u6 54922 +57u7 54923 +57u8 54924 +57u9 54925 +57u+ 54926 +57u/ 54927 +57yA 54928 +57yB 54929 +57yC 54930 +57yD 54931 +57yE 54932 +57yF 54933 +57yG 54934 +57yH 54935 +57yI 54936 +57yJ 54937 +57yK 54938 +57yL 54939 +57yM 54940 +57yO 54941 +57yR 54942 +57yS 54943 +57yT 54944 +57yU 54945 +57yV 54946 +57yW 54947 +57yX 54948 +57yY 54949 +57yZ 54950 +57ya 54951 +57yb 54952 +57yc 54953 +57yd 54954 +57yf 54955 +57yg 54956 +57yi 54957 +57yj 54958 +57yk 54959 +57yl 54960 +57ym 54961 +57yn 54962 +57yo 54963 +57yp 54964 +57yq 54965 +57yr 54966 +57ys 54967 +57yt 54968 +57yu 54969 +57yv 54970 +57yw 54971 +57yx 54972 +57yz 54973 +57y0 54974 +57y1 54975 +57y2 54976 +57y4 54977 +57y6 54978 +572C 54979 +572E 54980 +572F 54981 +572H 54982 +572M 54983 +572N 54984 +572Q 54985 +572R 54986 +572U 54987 +572V 54988 +572X 54989 +572Y 54990 +572a 54991 +572f 54992 +572g 54993 +572h 54994 +572i 54995 +572n 54996 +572o 54997 +572p 54998 +572q 54999 +572r 55000 +572u 55001 +572w 55002 +572y 55003 +5720 55004 +5721 55005 +5723 55006 +5725 55007 +572+ 55008 +576B 55009 +576C 55010 +576D 55011 +576F 55012 +576G 55013 +576H 55014 +576I 55015 +576K 55016 +576M 55017 +576O 55018 +576R 55019 +576U 55020 +576W 55021 +576X 55022 +576a 55023 +576d 55024 +576e 55025 +576f 55026 +576h 55027 +576j 55028 +576k 55029 +576n 55030 +576o 55031 +576p 55032 +576v 55033 +576w 55034 +576y 55035 +5762 55036 +5764 55037 +5765 55038 +5769 55039 +576/ 55040 +57+A 55041 +57+B 55042 +57+D 55043 +57+F 55044 +57+G 55045 +57+K 55046 +57+M 55047 +57+O 55048 +57+S 55049 +57+U 55050 +57+V 55051 +57+Y 55052 +57+a 55053 +57+b 55054 +57+f 55055 +57+g 55056 +57+h 55057 +57+l 55058 +57+m 55059 +57+p 55060 +57+r 55061 +57+u 55062 +57+w 55063 +57+x 55064 +57+z 55065 +57+5 55066 +57+7 55067 +57+8 55068 +6ICA 55069 +6ICB 55070 +6ICD 55071 +6ICE 55072 +6ICF 55073 +6ICG 55074 +6ICL 55075 +6ICM 55076 +6ICN 55077 +6ICQ 55078 +6ICS 55079 +6ICV 55080 +6ICX 55081 +6ICY 55082 +6ICZ 55083 +6ICc 55084 +6ICm 55085 +6ICn 55086 +6ICo 55087 +6ICq 55088 +6ICx 55089 +6ICz 55090 +6IC1 55091 +6IC2 55092 +6IC3 55093 +6IC4 55094 +6IC7 55095 +6IC9 55096 +6IC/ 55097 +6IGC 55098 +6IGD 55099 +6IGG 55100 +6IGK 55101 +6IGL 55102 +6IGM 55103 +6IGN 55104 +6IGS 55105 +6IGU 55106 +6IGW 55107 +6IGY 55108 +6IGa 55109 +6IGe 55110 +6IGf 55111 +6IGh 55112 +6IGi 55113 +6IGo 55114 +6IGp 55115 +6IGq 55116 +6IGv 55117 +6IGw 55118 +6IGy 55119 +6IGz 55120 +6IG0 55121 +6IG1 55122 +6IG2 55123 +6IG3 55124 +6IG9 55125 +6IG+ 55126 +6IG/ 55127 +6IKD 55128 +6IKE 55129 +6IKF 55130 +6IKG 55131 +6IKH 55132 +6IKJ 55133 +6IKL 55134 +6IKM 55135 +6IKP 55136 +6IKT 55137 +6IKW 55138 +6IKY 55139 +6IKa 55140 +6IKb 55141 +6IKd 55142 +6IKf 55143 +6IKg 55144 +6IKh 55145 +6IKi 55146 +6IKk 55147 +6IKl 55148 +6IKp 55149 +6IKq 55150 +6IKr 55151 +6IKs 55152 +6IKt 55153 +6IKu 55154 +6IKv 55155 +6IKx 55156 +6IKy 55157 +6IK0 55158 +6IK3 55159 +6IK4 55160 +6IK6 55161 +6IK8 55162 +6IK9 55163 +6IK+ 55164 +6IK/ 55165 +6IOA 55166 +6IOB 55167 +6IOD 55168 +6IOE 55169 +6IOG 55170 +6IOM 55171 +6ION 55172 +6IOO 55173 +6IOW 55174 +6IOX 55175 +6IOZ 55176 +6IOa 55177 +6IOb 55178 +6IOc 55179 +6IOd 55180 +6IOe 55181 +6IOh 55182 +6IOk 55183 +6IOl 55184 +6IOn 55185 +6IOq 55186 +6IOr 55187 +6IOs 55188 +6IOt 55189 +6IOv 55190 +6IOw 55191 +6IOx 55192 +6IOz 55193 +6IO0 55194 +6IO2 55195 +6IO4 55196 +6IO6 55197 +6IO8 55198 +6IO9 55199 +6ISB 55200 +6ISC 55201 +6ISF 55202 +6ISG 55203 +6ISH 55204 +6ISI 55205 +6ISJ 55206 +6ISK 55207 +6ISN 55208 +6ISP 55209 +6ISQ 55210 +6ISR 55211 +6ISS 55212 +6IST 55213 +6ISU 55214 +6ISW 55215 +6ISY 55216 +6ISa 55217 +6ISb 55218 +6ISj 55219 +6ISp 55220 +6ISr 55221 +6ISs 55222 +6ISv 55223 +6ISw 55224 +6ISx 55225 +6ISy 55226 +6ISz 55227 +6IS3 55228 +6IS4 55229 +6IS5 55230 +6IS+ 55231 +6IWG 55232 +6IWI 55233 +6IWK 55234 +6IWL 55235 +6IWM 55236 +6IWO 55237 +6IWQ 55238 +6IWR 55239 +6IWT 55240 +6IWU 55241 +6IWV 55242 +6IWY 55243 +6IWZ 55244 +6IWa 55245 +6IWf 55246 +6IWg 55247 +6IWl 55248 +6IWm 55249 +6IWn 55250 +6IWp 55251 +6IWr 55252 +6IWt 55253 +6IWu 55254 +6IWw 55255 +6IWx 55256 +6IWz 55257 +6IW0 55258 +6IW4 55259 +6IW5 55260 +6IW6 55261 +6IW7 55262 +6IW8 55263 +6IW+ 55264 +6IW/ 55265 +6IaA 55266 +6IaC 55267 +6IaD 55268 +6IaI 55269 +6IaK 55270 +6IaP 55271 +6IaR 55272 +6IaV 55273 +6IaY 55274 +6Iaa 55275 +6Iab 55276 +6Iac 55277 +6Iad 55278 +6Iag 55279 +6Iaj 55280 +6Iam 55281 +6Iao 55282 +6Iap 55283 +6Iaz 55284 +6Ia0 55285 +6Ia1 55286 +6Ia6 55287 +6Ia7 55288 +6Ia9 55289 +6Ia+ 55290 +6Ia/ 55291 +6IeA 55292 +6IeC 55293 +6IeD 55294 +6IeG 55295 +6IeH 55296 +6IeI 55297 +6IeJ 55298 +6IeK 55299 +6IeM 55300 +6IeN 55301 +6IeR 55302 +6IeT 55303 +6IeY 55304 +6IeZ 55305 +6Iea 55306 +6Iec 55307 +6Ief 55308 +6Iej 55309 +6Iel 55310 +6Ien 55311 +6Ieo 55312 +6Ieq 55313 +6Ies 55314 +6Iet 55315 +6Iez 55316 +6Ie0 55317 +6Ie6 55318 +6Ie7 55319 +6Ie8 55320 +6Ie+ 55321 +6IiA 55322 +6IiB 55323 +6IiC 55324 +6IiF 55325 +6IiG 55326 +6IiH 55327 +6IiI 55328 +6IiJ 55329 +6IiK 55330 +6IiM 55331 +6IiN 55332 +6IiO 55333 +6IiQ 55334 +6IiS 55335 +6IiU 55336 +6IiW 55337 +6IiX 55338 +6IiY 55339 +6Iib 55340 +6Iic 55341 +6Iie 55342 +6Iif 55343 +6Iii 55344 +6Iij 55345 +6Iip 55346 +6Iiq 55347 +6Iir 55348 +6Iis 55349 +6Iiu 55350 +6Iiv 55351 +6Iiw 55352 +6Iix 55353 +6Iiy 55354 +6Iiz 55355 +6Ii1 55356 +6Ii2 55357 +6Ii3 55358 +6Ii4 55359 +6Ii5 55360 +6Ii+ 55361 +6ImA 55362 +6ImE 55363 +6ImH 55364 +6ImJ 55365 +6ImL 55366 +6ImP 55367 +6ImY 55368 +6ImZ 55369 +6Imf 55370 +6Imk 55371 +6Imm 55372 +6Imo 55373 +6Imq 55374 +6Imr 55375 +6Imu 55376 +6Imv 55377 +6Imw 55378 +6Imx 55379 +6Imy 55380 +6Imz 55381 +6Im2 55382 +6Im3 55383 +6Im4 55384 +6Im5 55385 +6Im6 55386 +6Im9 55387 +6Im+ 55388 +6Im/ 55389 +6IqC 55390 +6IqD 55391 +6IqI 55392 +6IqK 55393 +6IqL 55394 +6IqN 55395 +6IqO 55396 +6IqR 55397 +6IqS 55398 +6IqX 55399 +6IqY 55400 +6IqZ 55401 +6Iqc 55402 +6Iqd 55403 +6Iqf 55404 +6Iqh 55405 +6Iqj 55406 +6Iqk 55407 +6Iql 55408 +6Iqm 55409 +6Iqo 55410 +6Iqp 55411 +6Iqq 55412 +6Iqr 55413 +6Iqs 55414 +6Iqt 55415 +6Iqu 55416 +6Iqv 55417 +6Iqw 55418 +6Iqx 55419 +6Iqz 55420 +6Iq3 55421 +6Iq4 55422 +6Iq5 55423 +6Iq7 55424 +6Iq9 55425 +6Iq+ 55426 +6IuB 55427 +6IuE 55428 +6IuF 55429 +6IuH 55430 +6IuI 55431 +6IuK 55432 +6IuL 55433 +6IuM 55434 +6IuN 55435 +6IuO 55436 +6IuP 55437 +6IuR 55438 +6IuS 55439 +6IuT 55440 +6IuU 55441 +6IuV 55442 +6IuX 55443 +6IuY 55444 +6IuZ 55445 +6Iub 55446 +6Iuc 55447 +6Iue 55448 +6Iuf 55449 +6Iuh 55450 +6Iui 55451 +6Iuj 55452 +6Iuk 55453 +6Iul 55454 +6Ium 55455 +6Iun 55456 +6Iur 55457 +6Iuv 55458 +6Iux 55459 +6Iuz 55460 +6Iu0 55461 +6Iu3 55462 +6Iu5 55463 +6Iu6 55464 +6Iu7 55465 +6Iu8 55466 +6Iu+ 55467 +6IyB 55468 +6IyC 55469 +6IyD 55470 +6IyE 55471 +6IyF 55472 +6IyG 55473 +6IyI 55474 +6IyJ 55475 +6IyM 55476 +6IyO 55477 +6IyP 55478 +6IyR 55479 +6IyU 55480 +6IyV 55481 +6IyX 55482 +6IyY 55483 +6Iya 55484 +6Iyb 55485 +6Iyc 55486 +6Iyj 55487 +6Iyn 55488 +6Iyo 55489 +6Iyr 55490 +6Iys 55491 +6Iyt 55492 +6Iyv 55493 +6Iyx 55494 +6Iyy 55495 +6Iyz 55496 +6Iy0 55497 +6Iy1 55498 +6Iy2 55499 +6Iy4 55500 +6Iy5 55501 +6Iy6 55502 +6Iy8 55503 +6I2A 55504 +6I2D 55505 +6I2F 55506 +6I2G 55507 +6I2H 55508 +6I2J 55509 +6I2K 55510 +6I2P 55511 +6I2Q 55512 +6I2R 55513 +6I2S 55514 +6I2U 55515 +6I2Y 55516 +6I2Z 55517 +6I2a 55518 +6I2b 55519 +6I2c 55520 +6I2e 55521 +6I2f 55522 +6I2g 55523 +6I2h 55524 +6I2j 55525 +6I2k 55526 +6I2l 55527 +6I2m 55528 +6I2n 55529 +6I2o 55530 +6I2p 55531 +6I2q 55532 +6I2r 55533 +6I2s 55534 +6I2v 55535 +6I2z 55536 +6I23 55537 +6I24 55538 +6I27 55539 +6I28 55540 +6I29 55541 +6I6F 55542 +6I6G 55543 +6I6H 55544 +6I6J 55545 +6I6K 55546 +6I6O 55547 +6I6S 55548 +6I6T 55549 +6I6V 55550 +6I6W 55551 +6I6Y 55552 +6I6Z 55553 +6I6a 55554 +6I6c 55555 +6I6e 55556 +6I6f 55557 +6I6g 55558 +6I6i 55559 +6I6n 55560 +6I6o 55561 +6I6p 55562 +6I6q 55563 +6I6r 55564 +6I6x 55565 +6I6y 55566 +6I6z 55567 +6I60 55568 +6I61 55569 +6I62 55570 +6I63 55571 +6I64 55572 +6I65 55573 +6I66 55574 +6I68 55575 +6I69 55576 +6I+A 55577 +6I+B 55578 +6I+F 55579 +6I+H 55580 +6I+J 55581 +6I+K 55582 +6I+M 55583 +6I+O 55584 +6I+P 55585 +6I+T 55586 +6I+U 55587 +6I+W 55588 +6I+Y 55589 +6I+c 55590 +6I+f 55591 +6I+g 55592 +6I+h 55593 +6I+l 55594 +6I+o 55595 +6I+p 55596 +6I+q 55597 +6I+r 55598 +6I+v 55599 +6I+w 55600 +6I+x 55601 +6I+y 55602 +6I+0 55603 +6I+4 55604 +6I+5 55605 +6I+9 55606 +6JCB 55607 +6JCD 55608 +6JCE 55609 +6JCG 55610 +6JCK 55611 +6JCL 55612 +6JCM 55613 +6JCN 55614 +6JCO 55615 +6JCP 55616 +6JCT 55617 +6JCY 55618 +6JCc 55619 +6JCd 55620 +6JCg 55621 +6JCi 55622 +6JCk 55623 +6JCl 55624 +6JCm 55625 +6JCn 55626 +6JCo 55627 +6JCp 55628 +6JCs 55629 +6JCx 55630 +6JC1 55631 +6JC4 55632 +6JC5 55633 +6JC8 55634 +6JC9 55635 +6JGG 55636 +6JGI 55637 +6JGJ 55638 +6JGO 55639 +6JGR 55640 +6JGX 55641 +6JGZ 55642 +6JGa 55643 +6JGb 55644 +6JGh 55645 +6JGj 55646 +6JGm 55647 +6JGp 55648 +6JGr 55649 +6JGs 55650 +6JGt 55651 +6JGv 55652 +6JGx 55653 +6JGz 55654 +6JG1 55655 +6JG2 55656 +6JG3 55657 +6JG4 55658 +6JG5 55659 +6JG6 55660 +6JKC 55661 +6JKE 55662 +6JKL 55663 +6JKM 55664 +6JKO 55665 +6JKQ 55666 +6JKU 55667 +6JKX 55668 +6JKZ 55669 +6JKc 55670 +6JKf 55671 +6JKh 55672 +6JKv 55673 +6JKy 55674 +6JK0 55675 +6JK4 55676 +6JK5 55677 +6JK6 55678 +6JK7 55679 +6JK8 55680 +6JK9 55681 +6JK/ 55682 +6JOA 55683 +6JOB 55684 +6JOC 55685 +6JOE 55686 +6JOG 55687 +6JOJ 55688 +6JOK 55689 +6JOL 55690 +6JON 55691 +6JOQ 55692 +6JOR 55693 +6JOT 55694 +6JOW 55695 +6JOZ 55696 +6JOa 55697 +6JOd 55698 +6JOf 55699 +6JOg 55700 +6JOj 55701 +6JOl 55702 +6JOm 55703 +6JOs 55704 +6JOu 55705 +6JO0 55706 +6JO8 55707 +6JO/ 55708 +6JSA 55709 +6JSM 55710 +6JSR 55711 +6JST 55712 +6JSU 55713 +6JSV 55714 +6JSX 55715 +6JSa 55716 +6JSf 55717 +6JSh 55718 +6JSj 55719 +6JSk 55720 +6JSl 55721 +6JSm 55722 +6JSr 55723 +6JSs 55724 +6JSt 55725 +6JS1 55726 +6JS3 55727 +6JS4 55728 +6JS5 55729 +6JS6 55730 +6JS7 55731 +6JS8 55732 +6JS9 55733 +6JWB 55734 +6JWD 55735 +6JWI 55736 +6JWJ 55737 +6JWK 55738 +6JWL 55739 +6JWO 55740 +6JWW 55741 +6JWX 55742 +6JWZ 55743 +6JWa 55744 +6JWe 55745 +6JWj 55746 +6JWk 55747 +6JWo 55748 +6JWp 55749 +6JWq 55750 +6JWr 55751 +6JWt 55752 +6JWy 55753 +6JW0 55754 +6JW3 55755 +6JW6 55756 +6JW7 55757 +6JW+ 55758 +6JaA 55759 +6JaB 55760 +6JaE 55761 +6JaF 55762 +6JaH 55763 +6JaI 55764 +6JaK 55765 +6JaP 55766 +6JaQ 55767 +6JaR 55768 +6JaU 55769 +6JaX 55770 +6JaZ 55771 +6Jab 55772 +6Jac 55773 +6Jai 55774 +6Jak 55775 +6Jam 55776 +6Jao 55777 +6Jap 55778 +6Jaq 55779 +6Jar 55780 +6Jas 55781 +6Jat 55782 +6Jau 55783 +6Jav 55784 +6Jaw 55785 +6Jaz 55786 +6Ja3 55787 +6Ja5 55788 +6Ja6 55789 +6JeB 55790 +6JeJ 55791 +6JeN 55792 +6JeP 55793 +6JeQ 55794 +6JeT 55795 +6JeV 55796 +6Jec 55797 +6Jed 55798 +6Jeg 55799 +6Jek 55800 +6Jel 55801 +6Jem 55802 +6Jep 55803 +6Jeq 55804 +6Je3 55805 +6Je5 55806 +6Je6 55807 +6Je7 55808 +6Je/ 55809 +6JiC 55810 +6JiF 55811 +6JiG 55812 +6JiH 55813 +6JiK 55814 +6JiL 55815 +6JiR 55816 +6JiT 55817 +6JiW 55818 +6JiX 55819 +6JiY 55820 +6Jia 55821 +6Jin 55822 +6Jit 55823 +6Jiw 55824 +6Ji4 55825 +6Ji8 55826 +6Ji/ 55827 +6JmO 55828 +6JmP 55829 +6JmQ 55830 +6JmR 55831 +6JmT 55832 +6JmU 55833 +6JmV 55834 +6Jma 55835 +6Jmb 55836 +6Jmc 55837 +6Jme 55838 +6Jmf 55839 +6Jmi 55840 +6Jmn 55841 +6Jmr 55842 +6Jms 55843 +6Jmu 55844 +6Jmx 55845 +6Jm1 55846 +6Jm5 55847 +6Jm6 55848 +6Jm7 55849 +6Jm9 55850 +6Jm+ 55851 +6Jm/ 55852 +6JqA 55853 +6JqB 55854 +6JqC 55855 +6JqK 55856 +6JqL 55857 +6JqM 55858 +6JqN 55859 +6JqT 55860 +6JqV 55861 +6Jqc 55862 +6Jqd 55863 +6Jqh 55864 +6Jqj 55865 +6Jqk 55866 +6Jqn 55867 +6Jqo 55868 +6Jqp 55869 +6Jqq 55870 +6Jqr 55871 +6Jqs 55872 +6Jqv 55873 +6Jqw 55874 +6Jqx 55875 +6Jqz 55876 +6Jq0 55877 +6Jq1 55878 +6Jq2 55879 +6JuA 55880 +6JuE 55881 +6JuG 55882 +6JuH 55883 +6JuJ 55884 +6JuK 55885 +6JuL 55886 +6JuN 55887 +6JuO 55888 +6JuP 55889 +6JuQ 55890 +6JuR 55891 +6JuU 55892 +6JuY 55893 +6JuZ 55894 +6Jub 55895 +6Jue 55896 +6Juf 55897 +6Juk 55898 +6Jup 55899 +6Jus 55900 +6Jut 55901 +6Juu 55902 +6Juv 55903 +6Juw 55904 +6Jux 55905 +6Juy 55906 +6Juz 55907 +6Ju0 55908 +6Ju4 55909 +6Ju5 55910 +6Ju7 55911 +6Ju8 55912 +6Ju9 55913 +6Ju+ 55914 +6JyA 55915 +6JyC 55916 +6JyD 55917 +6JyG 55918 +6JyH 55919 +6JyI 55920 +6JyJ 55921 +6JyK 55922 +6JyN 55923 +6JyO 55924 +6JyR 55925 +6JyS 55926 +6JyT 55927 +6JyV 55928 +6JyX 55929 +6JyY 55930 +6Jya 55931 +6Jyb 55932 +6Jyc 55933 +6Jye 55934 +6Jyh 55935 +6Jyi 55936 +6Jyj 55937 +6Jyl 55938 +6Jyp 55939 +6Jyu 55940 +6Jyx 55941 +6Jy0 55942 +6Jy3 55943 +6Jy7 55944 +6Jy+ 55945 +6Jy/ 55946 +6J2H 55947 +6J2I 55948 +6J2J 55949 +6J2L 55950 +6J2M 55951 +6J2O 55952 +6J2T 55953 +6J2V 55954 +6J2X 55955 +6J2Y 55956 +6J2Z 55957 +6J2f 55958 +6J2g 55959 +6J2j 55960 +6J2l 55961 +6J2m 55962 +6J2o 55963 +6J2u 55964 +6J2w 55965 +6J2y 55966 +6J20 55967 +6J22 55968 +6J24 55969 +6J27 55970 +6J28 55971 +6J29 55972 +6J2+ 55973 +6J2/ 55974 +6J6C 55975 +6J6D 55976 +6J6F 55977 +6J6I 55978 +6J6L 55979 +6J6N 55980 +6J6e 55981 +6J6f 55982 +6J6g 55983 +6J6i 55984 +6J6o 55985 +6J6r 55986 +6J6s 55987 +6J6t 55988 +6J6v 55989 +6J6z 55990 +6J61 55991 +6J66 55992 +6J67 55993 +6J69 55994 +6J+A 55995 +6J+E 55996 +6J+G 55997 +6J+H 55998 +6J+K 55999 +6J+L 56000 +6J+Q 56001 +6J+R 56002 +6J+S 56003 +6J+b 56004 +6J+c 56005 +6J+f 56006 +6J+g 56007 +6J+l 56008 +6J+q 56009 +6J+s 56010 +6J+t 56011 +6J+u 56012 +6J+v 56013 +6J+y 56014 +6J+2 56015 +6J+3 56016 +6J+5 56017 +6J+7 56018 +6J++ 56019 +6KCD 56020 +6KCF 56021 +6KCK 56022 +6KCL 56023 +6KCN 56024 +6KCO 56025 +6KCP 56026 +6KCR 56027 +6KCT 56028 +6KCV 56029 +6KCW 56030 +6KCb 56031 +6KCc 56032 +6KCf 56033 +6KCh 56034 +6KCi 56035 +6KCj 56036 +6KCn 56037 +6KCx 56038 +6KCy 56039 +6KC2 56040 +6KC5 56041 +6KC7 56042 +6KC8 56043 +6KGA 56044 +6KGE 56045 +6KGF 56046 +6KGG 56047 +6KGM 56048 +6KGN 56049 +6KGO 56050 +6KGS 56051 +6KGT 56052 +6KGU 56053 +6KGX 56054 +6KGZ 56055 +6KGb 56056 +6KGd 56057 +6KGe 56058 +6KGh 56059 +6KGi 56060 +6KGj 56061 +6KGl 56062 +6KGo 56063 +6KGp 56064 +6KGr 56065 +6KGs 56066 +6KGu 56067 +6KGv 56068 +6KGw 56069 +6KGy 56070 +6KG1 56071 +6KG3 56072 +6KG9 56073 +6KG+ 56074 +6KG/ 56075 +6KKB 56076 +6KKC 56077 +6KKE 56078 +6KKF 56079 +6KKG 56080 +6KKI 56081 +6KKL 56082 +6KKN 56083 +6KKS 56084 +6KKT 56085 +6KKW 56086 +6KKX 56087 +6KKZ 56088 +6KKc 56089 +6KKd 56090 +6KKe 56091 +6KKi 56092 +6KKk 56093 +6KKq 56094 +6KKr 56095 +6KKt 56096 +6KKw 56097 +6KKx 56098 +6KK0 56099 +6KK1 56100 +6KK3 56101 +6KK8 56102 +6KK/ 56103 +6KOB 56104 +6KOC 56105 +6KOD 56106 +6KOE 56107 +6KOF 56108 +6KOG 56109 +6KOH 56110 +6KOJ 56111 +6KOK 56112 +6KOO 56113 +6KOP 56114 +6KOS 56115 +6KOU 56116 +6KOV 56117 +6KOY 56118 +6KOZ 56119 +6KOb 56120 +6KOc 56121 +6KOd 56122 +6KOf 56123 +6KOh 56124 +6KOi 56125 +6KOk 56126 +6KOl 56127 +6KOo 56128 +6KOw 56129 +6KOx 56130 +6KOy 56131 +6KOz 56132 +6KO0 56133 +6KO4 56134 +6KO5 56135 +6KO9 56136 +6KO+ 56137 +6KSA 56138 +6KSC 56139 +6KSE 56140 +6KSH 56141 +6KSK 56142 +6KSM 56143 +6KSQ 56144 +6KSS 56145 +6KST 56146 +6KSU 56147 +6KSZ 56148 +6KSa 56149 +6KSb 56150 +6KSe 56151 +6KSh 56152 +6KSl 56153 +6KSq 56154 +6KSr 56155 +6KSt 56156 +6KSw 56157 +6KSy 56158 +6KS0 56159 +6KS2 56160 +6KS4 56161 +6KS7 56162 +6KWA 56163 +6KWB 56164 +6KWE 56165 +6KWW 56166 +6KWc 56167 +6KWe 56168 +6KWf 56169 +6KWg 56170 +6KWk 56171 +6KWm 56172 +6KWq 56173 +6KWv 56174 +6KWy 56175 +6KW0 56176 +6KW3 56177 +6KW7 56178 +6KW/ 56179 +6KaB 56180 +6KaD 56181 +6KaG 56182 +6KaH 56183 +6KaL 56184 +6KaP 56185 +6KaT 56186 +6KaW 56187 +6KaX 56188 +6KaY 56189 +6Kaa 56190 +6Kah 56191 +6Kan 56192 +6Kap 56193 +6Kaq 56194 +6Kav 56195 +6Kay 56196 +6Kaz 56197 +6Ka3 56198 +6Ka6 56199 +6Ka9 56200 +6Ka/ 56201 +6KeA 56202 +6KeB 56203 +6KeC 56204 +6KeE 56205 +6KeF 56206 +6KeG 56207 +6KeH 56208 +6KeI 56209 +6KeJ 56210 +6KeK 56211 +6KeM 56212 +6KeO 56213 +6KeP 56214 +6KeQ 56215 +6KeR 56216 +6KeS 56217 +6Kea 56218 +6Kec 56219 +6Ked 56220 +6Kee 56221 +6Kej 56222 +6Kel 56223 +6Kem 56224 +6Ker 56225 +6Kev 56226 +6Kex 56227 +6Kez 56228 +6Ke0 56229 +6Ke4 56230 +6KiA 56231 +6KiC 56232 +6KiD 56233 +6KiH 56234 +6KiI 56235 +6KiK 56236 +6KiM 56237 +6KiO 56238 +6KiT 56239 +6KiV 56240 +6KiX 56241 +6KiY 56242 +6Kia 56243 +6Kib 56244 +6Kid 56245 +6Kif 56246 +6Kii 56247 +6Kij 56248 +6Kil 56249 +6Kiq 56250 +6Kit 56251 +6Kix 56252 +6Kiz 56253 +6Ki0 56254 +6Ki2 56255 +6Ki6 56256 +6Ki7 56257 +6Ki8 56258 +6Ki+ 56259 +6KmB 56260 +6KmI 56261 +6KmQ 56262 +6KmS 56263 +6KmU 56264 +6KmV 56265 +6Kmb 56266 +6Kmd 56267 +6Kme 56268 +6Kmg 56269 +6Kmi 56270 +6Kmj 56271 +6Kmm 56272 +6Kmp 56273 +6Kmr 56274 +6Kms 56275 +6Kmt 56276 +6Kmu 56277 +6Kmw 56278 +6Kmx 56279 +6Kmy 56280 +6Kmz 56281 +6Km5 56282 +6KqC 56283 +6KqE 56284 +6KqF 56285 +6KqH 56286 +6KqJ 56287 +6KqK 56288 +6KqM 56289 +6KqN 56290 +6KqR 56291 +6KqS 56292 +6KqT 56293 +6KqV 56294 +6KqY 56295 +6Kqe 56296 +6Kqg 56297 +6Kqh 56298 +6Kqj 56299 +6Kqk 56300 +6Kql 56301 +6Kqm 56302 +6Kqo 56303 +6Kqq 56304 +6Kqs 56305 +6Kqt 56306 +6Kqw 56307 +6Kqy 56308 +6Kq5 56309 +6Kq8 56310 +6Kq/ 56311 +6KuC 56312 +6KuE 56313 +6KuH 56314 +6KuL 56315 +6KuM 56316 +6KuN 56317 +6KuP 56318 +6KuS 56319 +6KuW 56320 +6KuX 56321 +6Kua 56322 +6Kub 56323 +6Kuc 56324 +6Kuh 56325 +6Kui 56326 +6Kuk 56327 +6Kum 56328 +6Kun 56329 +6Kur 56330 +6Kut 56331 +6Kuu 56332 +6Kux 56333 +6Kuz 56334 +6Ku3 56335 +6Ku4 56336 +6Ku6 56337 +6Ku8 56338 +6Ku+ 56339 +6KyA 56340 +6KyB 56341 +6KyC 56342 +6KyE 56343 +6KyH 56344 +6KyK 56345 +6KyO 56346 +6KyQ 56347 +6KyU 56348 +6KyW 56349 +6KyX 56350 +6KyZ 56351 +6Kya 56352 +6Kyb 56353 +6Kyd 56354 +6Kyg 56355 +6Kyh 56356 +6Kym 56357 +6Kyo 56358 +6Kyp 56359 +6Kyr 56360 +6Kys 56361 +6Kyz 56362 +6Ky3 56363 +6Ky5 56364 +6K2B 56365 +6K2J 56366 +6K2O 56367 +6K2P 56368 +6K2W 56369 +6K2Y 56370 +6K2a 56371 +6K2c 56372 +6K2e 56373 +6K2f 56374 +6K2m 56375 +6K2r 56376 +6K2s 56377 +6K2v 56378 +6K2w 56379 +6K2y 56380 +6K20 56381 +6K23 56382 +6K29 56383 +6K6A 56384 +6K6D 56385 +6K6K 56386 +6K6M 56387 +6K6O 56388 +6K6Q 56389 +6K6S 56390 +6K6T 56391 +6K6W 56392 +6K6a 56393 +6K6g 56394 +6K6h 56395 +6K6i 56396 +6K6j 56397 +6K6k 56398 +6K6l 56399 +6K6m 56400 +6K6n 56401 +6K6o 56402 +6K6p 56403 +6K6q 56404 +6K6r 56405 +6K6t 56406 +6K6u 56407 +6K6v 56408 +6K6w 56409 +6K6y 56410 +6K6z 56411 +6K60 56412 +6K61 56413 +6K62 56414 +6K63 56415 +6K64 56416 +6K65 56417 +6K66 56418 +6K68 56419 +6K69 56420 +6K6+ 56421 +6K6/ 56422 +6K+A 56423 +6K+B 56424 +6K+C 56425 +6K+D 56426 +6K+E 56427 +6K+F 56428 +6K+G 56429 +6K+I 56430 +6K+J 56431 +6K+K 56432 +6K+L 56433 +6K+M 56434 +6K+N 56435 +6K+O 56436 +6K+P 56437 +6K+Q 56438 +6K+R 56439 +6K+S 56440 +6K+T 56441 +6K+U 56442 +6K+V 56443 +6K+W 56444 +6K+X 56445 +6K+Y 56446 +6K+Z 56447 +6K+a 56448 +6K+b 56449 +6K+c 56450 +6K+d 56451 +6K+e 56452 +6K+f 56453 +6K+g 56454 +6K+h 56455 +6K+i 56456 +6K+j 56457 +6K+k 56458 +6K+l 56459 +6K+m 56460 +6K+n 56461 +6K+o 56462 +6K+p 56463 +6K+r 56464 +6K+s 56465 +6K+t 56466 +6K+u 56467 +6K+v 56468 +6K+w 56469 +6K+x 56470 +6K+y 56471 +6K+z 56472 +6K+0 56473 +6K+1 56474 +6K+2 56475 +6K+3 56476 +6K+4 56477 +6K+5 56478 +6K+6 56479 +6K+7 56480 +6K+8 56481 +6K+9 56482 +6K++ 56483 +6K+/ 56484 +6LCA 56485 +6LCB 56486 +6LCC 56487 +6LCD 56488 +6LCE 56489 +6LCF 56490 +6LCG 56491 +6LCI 56492 +6LCK 56493 +6LCL 56494 +6LCM 56495 +6LCN 56496 +6LCO 56497 +6LCP 56498 +6LCQ 56499 +6LCR 56500 +6LCS 56501 +6LCT 56502 +6LCU 56503 +6LCV 56504 +6LCW 56505 +6LCX 56506 +6LCY 56507 +6LCZ 56508 +6LCa 56509 +6LCb 56510 +6LCc 56511 +6LCd 56512 +6LCe 56513 +6LCf 56514 +6LCg 56515 +6LCh 56516 +6LCi 56517 +6LCj 56518 +6LCk 56519 +6LCl 56520 +6LCm 56521 +6LCn 56522 +6LCo 56523 +6LCp 56524 +6LCq 56525 +6LCs 56526 +6LCt 56527 +6LCu 56528 +6LCv 56529 +6LCw 56530 +6LCx 56531 +6LCy 56532 +6LCz 56533 +6LC0 56534 +6LC1 56535 +6LC2 56536 +6LC3 56537 +6LC6 56538 +6LC/ 56539 +6LGB 56540 +6LGF 56541 +6LGG 56542 +6LGH 56543 +6LGI 56544 +6LGJ 56545 +6LGK 56546 +6LGM 56547 +6LGO 56548 +6LGQ 56549 +6LGU 56550 +6LGV 56551 +6LGa 56552 +6LGb 56553 +6LGd 56554 +6LGh 56555 +6LGi 56556 +6LGo 56557 +6LGq 56558 +6LGr 56559 +6LGs 56560 +6LGz 56561 +6LG4 56562 +6LG5 56563 +6LG6 56564 +6LKC 56565 +6LKF 56566 +6LKJ 56567 +6LKK 56568 +6LKM 56569 +6LKT 56570 +6LKU 56571 +6LKY 56572 +6LKd 56573 +6LKe 56574 +6LKg 56575 +6LKh 56576 +6LKi 56577 +6LKn 56578 +6LKo 56579 +6LKp 56580 +6LKq 56581 +6LKr 56582 +6LKs 56583 +6LKv 56584 +6LKw 56585 +6LKy 56586 +6LKz 56587 +6LK0 56588 +6LK2 56589 +6LK3 56590 +6LK4 56591 +6LK7 56592 +6LK8 56593 +6LK9 56594 +6LK/ 56595 +6LOA 56596 +6LOB 56597 +6LOC 56598 +6LOD 56599 +6LOE 56600 +6LOH 56601 +6LOI 56602 +6LOK 56603 +6LOO 56604 +6LOR 56605 +6LOS 56606 +6LOT 56607 +6LOa 56608 +6LOb 56609 +6LOc 56610 +6LOe 56611 +6LOg 56612 +6LOi 56613 +6LOj 56614 +6LOk 56615 +6LOm 56616 +6LOq 56617 +6LOs 56618 +6LOt 56619 +6LO0 56620 +6LO6 56621 +6LO8 56622 +6LO9 56623 +6LSE 56624 +6LSF 56625 +6LSH 56626 +6LSI 56627 +6LSK 56628 +6LSL 56629 +6LSP 56630 +6LSQ 56631 +6LST 56632 +6LSU 56633 +6LSW 56634 +6LSd 56635 +6LSe 56636 +6LSf 56637 +6LSh 56638 +6LSi 56639 +6LSj 56640 +6LSk 56641 +6LSl 56642 +6LSm 56643 +6LSn 56644 +6LSo 56645 +6LSp 56646 +6LSq 56647 +6LSr 56648 +6LSs 56649 +6LSt 56650 +6LSu 56651 +6LSv 56652 +6LSw 56653 +6LSx 56654 +6LSy 56655 +6LS0 56656 +6LS1 56657 +6LS2 56658 +6LS3 56659 +6LS4 56660 +6LS5 56661 +6LS6 56662 +6LS7 56663 +6LS8 56664 +6LS9 56665 +6LS+ 56666 +6LS/ 56667 +6LWB 56668 +6LWC 56669 +6LWD 56670 +6LWE 56671 +6LWF 56672 +6LWI 56673 +6LWJ 56674 +6LWK 56675 +6LWL 56676 +6LWM 56677 +6LWN 56678 +6LWO 56679 +6LWP 56680 +6LWQ 56681 +6LWT 56682 +6LWU 56683 +6LWV 56684 +6LWW 56685 +6LWY 56686 +6LWZ 56687 +6LWa 56688 +6LWb 56689 +6LWc 56690 +6LWd 56691 +6LWe 56692 +6LWf 56693 +6LWg 56694 +6LWh 56695 +6LWi 56696 +6LWj 56697 +6LWk 56698 +6LWm 56699 +6LWn 56700 +6LWq 56701 +6LWr 56702 +6LWs 56703 +6LWt 56704 +6LWw 56705 +6LWz 56706 +6LW0 56707 +6LW1 56708 +6LW2 56709 +6LW3 56710 +6LaB 56711 +6LaE 56712 +6LaF 56713 +6LaK 56714 +6LaL 56715 +6LaU 56716 +6LaV 56717 +6LaZ 56718 +6Laf 56719 +6Laj 56720 +6Lao 56721 +6Laz 56722 +6La0 56723 +6La1 56724 +6La4 56725 +6La6 56726 +6La+ 56727 +6La/ 56728 +6LeC 56729 +6LeD 56730 +6LeE 56731 +6LeG 56732 +6LeL 56733 +6LeM 56734 +6LeO 56735 +6LeP 56736 +6LeR 56737 +6LeW 56738 +6LeX 56739 +6Lea 56740 +6Leb 56741 +6Led 56742 +6Lee 56743 +6Lef 56744 +6Leh 56745 +6Lej 56746 +6Lek 56747 +6Leo 56748 +6Lep 56749 +6Leq 56750 +6Ler 56751 +6Les 56752 +6Lev 56753 +6Lex 56754 +6Lez 56755 +6Le1 56756 +6Le2 56757 +6Le3 56758 +6Le4 56759 +6Le5 56760 +6Le6 56761 +6Le7 56762 +6Le8 56763 +6Le9 56764 +6Le/ 56765 +6LiF 56766 +6LiJ 56767 +6LiK 56768 +6LiM 56769 +6LiO 56770 +6LiP 56771 +6LiQ 56772 +6LiU 56773 +6LiW 56774 +6Lid 56775 +6Lie 56776 +6Lif 56777 +6Lih 56778 +6Lii 56779 +6Lij 56780 +6Lim 56781 +6Lin 56782 +6Lip 56783 +6Liq 56784 +6Lis 56785 +6Lit 56786 +6Liu 56787 +6Liv 56788 +6Liw 56789 +6Lix 56790 +6Li0 56791 +6Li1 56792 +6Li5 56793 +6Li6 56794 +6Li9 56795 +6LmA 56796 +6LmB 56797 +6LmC 56798 +6LmE 56799 +6LmH 56800 +6LmI 56801 +6LmJ 56802 +6LmK 56803 +6LmL 56804 +6LmM 56805 +6LmQ 56806 +6LmR 56807 +6LmS 56808 +6LmV 56809 +6LmZ 56810 +6Lma 56811 +6Lmf 56812 +6Lmg 56813 +6Lmh 56814 +6Lmj 56815 +6Lmk 56816 +6Lmm 56817 +6Lmp 56818 +6Lms 56819 +6Lmt 56820 +6Lmv 56821 +6Lmw 56822 +6Lmy 56823 +6Lm0 56824 +6Lm2 56825 +6Lm8 56826 +6Lm9 56827 +6Lm/ 56828 +6LqB 56829 +6LqE 56830 +6LqF 56831 +6LqH 56832 +6LqK 56833 +6LqN 56834 +6LqP 56835 +6LqQ 56836 +6LqR 56837 +6LqT 56838 +6LqU 56839 +6LqZ 56840 +6Lqc 56841 +6Lqh 56842 +6Lqq 56843 +6Lqr 56844 +6Lqs 56845 +6Lqv 56846 +6Lqw 56847 +6Lqx 56848 +6Lqy 56849 +6Lq6 56850 +6Lq+ 56851 +6LuA 56852 +6LuI 56853 +6LuK 56854 +6LuL 56855 +6LuM 56856 +6LuN 56857 +6LuO 56858 +6LuS 56859 +6Lub 56860 +6Luf 56861 +6Lui 56862 +6Luj 56863 +6Lur 56864 +6Lu4 56865 +6Lu7 56866 +6Lu8 56867 +6Lu9 56868 +6LyD 56869 +6LyJ 56870 +6LyK 56871 +6LyM 56872 +6LyS 56873 +6LyT 56874 +6LyU 56875 +6LyV 56876 +6Lyb 56877 +6Lyc 56878 +6Lyd 56879 +6Lym 56880 +6Lyp 56881 +6Lyq 56882 +6Lyv 56883 +6Lyz 56884 +6Ly2 56885 +6Ly4 56886 +6Ly7 56887 +6Ly+ 56888 +6Ly/ 56889 +6L2C 56890 +6L2E 56891 +6L2F 56892 +6L2G 56893 +6L2J 56894 +6L2M 56895 +6L2N 56896 +6L2O 56897 +6L2X 56898 +6L2f 56899 +6L2h 56900 +6L2i 56901 +6L2j 56902 +6L2k 56903 +6L2m 56904 +6L2n 56905 +6L2o 56906 +6L2p 56907 +6L2r 56908 +6L2s 56909 +6L2t 56910 +6L2u 56911 +6L2v 56912 +6L2w 56913 +6L2x 56914 +6L2y 56915 +6L2z 56916 +6L20 56917 +6L21 56918 +6L22 56919 +6L24 56920 +6L25 56921 +6L26 56922 +6L27 56923 +6L28 56924 +6L29 56925 +6L2+ 56926 +6L2/ 56927 +6L6C 56928 +6L6D 56929 +6L6E 56930 +6L6F 56931 +6L6G 56932 +6L6H 56933 +6L6I 56934 +6L6J 56935 +6L6K 56936 +6L6L 56937 +6L6N 56938 +6L6O 56939 +6L6P 56940 +6L6Q 56941 +6L6R 56942 +6L6T 56943 +6L6U 56944 +6L6V 56945 +6L6W 56946 +6L6X 56947 +6L6Y 56948 +6L6Z 56949 +6L6a 56950 +6L6b 56951 +6L6c 56952 +6L6e 56953 +6L6f 56954 +6L6j 56955 +6L6m 56956 +6L6o 56957 +6L6p 56958 +6L6r 56959 +6L6t 56960 +6L6u 56961 +6L6v 56962 +6L6w 56963 +6L6x 56964 +6L6y 56965 +6L63 56966 +6L65 56967 +6L66 56968 +6L67 56969 +6L68 56970 +6L69 56971 +6L6+ 56972 +6L6/ 56973 +6L+B 56974 +6L+C 56975 +6L+E 56976 +6L+F 56977 +6L+H 56978 +6L+I 56979 +6L+O 56980 +6L+Q 56981 +6L+R 56982 +6L+T 56983 +6L+U 56984 +6L+V 56985 +6L+Y 56986 +6L+Z 56987 +6L+a 56988 +6L+b 56989 +6L+c 56990 +6L+d 56991 +6L+e 56992 +6L+f 56993 +6L+g 56994 +6L+i 56995 +6L+k 56996 +6L+l 56997 +6L+m 56998 +6L+o 56999 +6L+p 57000 +6L+q 57001 +6L+r 57002 +6L+t 57003 +6L+u 57004 +6L+w 57005 +6L+z 57006 +6L+0 57007 +6L+3 57008 +6L+4 57009 +6L+5 57010 +6L+9 57011 +6YCA 57012 +6YCB 57013 +6YCC 57014 +6YCD 57015 +6YCE 57016 +6YCF 57017 +6YCG 57018 +6YCJ 57019 +6YCK 57020 +6YCL 57021 +6YCN 57022 +6YCP 57023 +6YCQ 57024 +6YCR 57025 +6YCS 57026 +6YCT 57027 +6YCU 57028 +6YCV 57029 +6YCW 57030 +6YCX 57031 +6YCZ 57032 +6YCa 57033 +6YCb 57034 +6YCd 57035 +6YCe 57036 +6YCf 57037 +6YCg 57038 +6YCh 57039 +6YCi 57040 +6YCj 57041 +6YCm 57042 +6YCu 57043 +6YCv 57044 +6YCx 57045 +6YCy 57046 +6YC1 57047 +6YC2 57048 +6YC4 57049 +6YC7 57050 +6YC8 57051 +6YC+ 57052 +6YGB 57053 +6YGC 57054 +6YGE 57055 +6YGF 57056 +6YGH 57057 +6YGJ 57058 +6YGK 57059 +6YGL 57060 +6YGN 57061 +6YGO 57062 +6YGP 57063 +6YGQ 57064 +6YGR 57065 +6YGS 57066 +6YGT 57067 +6YGU 57068 +6YGV 57069 +6YGW 57070 +6YGX 57071 +6YGY 57072 +6YGZ 57073 +6YGb 57074 +6YGc 57075 +6YGe 57076 +6YGg 57077 +6YGh 57078 +6YGi 57079 +6YGj 57080 +6YGl 57081 +6YGo 57082 +6YGp 57083 +6YGt 57084 +6YGu 57085 +6YGv 57086 +6YGy 57087 +6YG0 57088 +6YG1 57089 +6YG3 57090 +6YG4 57091 +6YG5 57092 +6YG6 57093 +6YG8 57094 +6YG9 57095 +6YG/ 57096 +6YKA 57097 +6YKB 57098 +6YKC 57099 +6YKD 57100 +6YKE 57101 +6YKF 57102 +6YKH 57103 +6YKI 57104 +6YKJ 57105 +6YKK 57106 +6YKL 57107 +6YKP 57108 +6YKR 57109 +6YKT 57110 +6YKV 57111 +6YKX 57112 +6YKY 57113 +6YKZ 57114 +6YKb 57115 +6YKd 57116 +6YKg 57117 +6YKh 57118 +6YKi 57119 +6YKj 57120 +6YKm 57121 +6YKo 57122 +6YKq 57123 +6YKs 57124 +6YKu 57125 +6YKv 57126 +6YKw 57127 +6YKx 57128 +6YKz 57129 +6YK0 57130 +6YK1 57131 +6YK2 57132 +6YK4 57133 +6YK5 57134 +6YK6 57135 +6YK7 57136 +6YK9 57137 +6YK+ 57138 +6YOB 57139 +6YOD 57140 +6YOE 57141 +6YOF 57142 +6YOH 57143 +6YOK 57144 +6YOO 57145 +6YOP 57146 +6YOQ 57147 +6YOR 57148 +6YOT 57149 +6YOV 57150 +6YOb 57151 +6YOc 57152 +6YOd 57153 +6YOe 57154 +6YOh 57155 +6YOi 57156 +6YOk 57157 +6YOm 57158 +6YOn 57159 +6YOo 57160 +6YOr 57161 +6YOt 57162 +6YOv 57163 +6YO0 57164 +6YO1 57165 +6YO3 57166 +6YO4 57167 +6YO9 57168 +6YO+ 57169 +6YO/ 57170 +6YSC 57171 +6YSE 57172 +6YSF 57173 +6YSJ 57174 +6YSP 57175 +6YSS 57176 +6YSY 57177 +6YSZ 57178 +6YSa 57179 +6YSc 57180 +6YSe 57181 +6YSg 57182 +6YSi 57183 +6YSj 57184 +6YSn 57185 +6YSp 57186 +6YSr 57187 +6YSt 57188 +6YSu 57189 +6YSv 57190 +6YSw 57191 +6YSx 57192 +6YSy 57193 +6YS6 57194 +6YWG 57195 +6YWJ 57196 +6YWK 57197 +6YWL 57198 +6YWM 57199 +6YWN 57200 +6YWO 57201 +6YWQ 57202 +6YWS 57203 +6YWU 57204 +6YWX 57205 +6YWY 57206 +6YWa 57207 +6YWd 57208 +6YWe 57209 +6YWh 57210 +6YWi 57211 +6YWj 57212 +6YWk 57213 +6YWl 57214 +6YWp 57215 +6YWq 57216 +6YWr 57217 +6YWs 57218 +6YWu 57219 +6YWv 57220 +6YWw 57221 +6YWx 57222 +6YW1 57223 +6YW2 57224 +6YW3 57225 +6YW4 57226 +6YW5 57227 +6YW6 57228 +6YW9 57229 +6YW/ 57230 +6YaC 57231 +6YaF 57232 +6YaH 57233 +6YaJ 57234 +6YaL 57235 +6YaM 57236 +6YaN 57237 +6YaQ 57238 +6YaS 57239 +6YaX 57240 +6Yaa 57241 +6Yab 57242 +6Yac 57243 +6Yae 57244 +6Yai 57245 +6Yaj 57246 +6Yak 57247 +6Yaq 57248 +6Yar 57249 +6Yas 57250 +6Yat 57251 +6Yau 57252 +6Yav 57253 +6Yay 57254 +6Ya0 57255 +6Ya1 57256 +6Ya4 57257 +6Ya6 57258 +6YeA 57259 +6YeB 57260 +6YeG 57261 +6YeH 57262 +6YeI 57263 +6YeJ 57264 +6YeK 57265 +6YeL 57266 +6YeM 57267 +6YeN 57268 +6YeO 57269 +6YeP 57270 +6YeQ 57271 +6YeR 57272 +6YeY 57273 +6Yeb 57274 +6Yec 57275 +6Yed 57276 +6Yeh 57277 +6Yej 57278 +6Yem 57279 +6Yen 57280 +6Yet 57281 +6Ye1 57282 +6Ye2 57283 +6Ye8 57284 +6Ye/ 57285 +6YiH 57286 +6YiN 57287 +6YiO 57288 +6YiR 57289 +6YiU 57290 +6YiV 57291 +6Yie 57292 +6Yip 57293 +6Yiq 57294 +6Yiz 57295 +6Yi0 57296 +6Yi3 57297 +6Yi/ 57298 +6YmE 57299 +6YmI 57300 +6YmJ 57301 +6YmL 57302 +6YmP 57303 +6YmX 57304 +6Ymb 57305 +6Yme 57306 +6Ymi 57307 +6Ymk 57308 +6Ymm 57309 +6Ymx 57310 +6Ym0 57311 +6Ym+ 57312 +6YqA 57313 +6YqD 57314 +6YqF 57315 +6YqR 57316 +6YqT 57317 +6YqV 57318 +6YqW 57319 +6YqY 57320 +6Yqa 57321 +6Yqb 57322 +6Yqc 57323 +6Yqt 57324 +6Yqu 57325 +6Yqz 57326 +6Yq2 57327 +6Yq3 57328 +6Yq5 57329 +6YuG 57330 +6YuI 57331 +6YuP 57332 +6YuQ 57333 +6YuS 57334 +6Yuk 57335 +6Yup 57336 +6Yuq 57337 +6Yut 57338 +6Yuy 57339 +6Yuz 57340 +6Yu4 57341 +6Yu5 57342 +6Yu6 57343 +6Yu8 57344 +6YyE 57345 +6YyG 57346 +6YyP 57347 +6YyQ 57348 +6YyY 57349 +6YyZ 57350 +6Yya 57351 +6Yye 57352 +6Yyg 57353 +6Yyi 57354 +6Yyj 57355 +6Yym 57356 +6Yyo 57357 +6Yyr 57358 +6Yys 57359 +6Yyu 57360 +6Yyv 57361 +6Yyy 57362 +6Yy1 57363 +6Yy2 57364 +6Yy6 57365 +6Yy+ 57366 +6Y2J 57367 +6Y2K 57368 +6Y2L 57369 +6Y2N 57370 +6Y2S 57371 +6Y2U 57372 +6Y2b 57373 +6Y2c 57374 +6Y2l 57375 +6Y2q 57376 +6Y2s 57377 +6Y2u 57378 +6Y21 57379 +6Y28 57380 +6Y2+ 57381 +6Y6J 57382 +6Y6K 57383 +6Y6M 57384 +6Y6P 57385 +6Y6U 57386 +6Y6W 57387 +6Y6X 57388 +6Y6a 57389 +6Y6b 57390 +6Y6n 57391 +6Y6s 57392 +6Y6t 57393 +6Y6u 57394 +6Y6w 57395 +6Y64 57396 +6Y65 57397 +6Y+D 57398 +6Y+I 57399 +6Y+K 57400 +6Y+Q 57401 +6Y+R 57402 +6Y+W 57403 +6Y+X 57404 +6Y+Y 57405 +6Y+d 57406 +6Y+f 57407 +6Y+h 57408 +6Y+k 57409 +6Y+l 57410 +6Y+o 57411 +6ZCD 57412 +6ZCH 57413 +6ZCO 57414 +6ZCQ 57415 +6ZCU 57416 +6ZCY 57417 +6ZCZ 57418 +6ZCa 57419 +6ZCh 57420 +6ZCn 57421 +6ZCu 57422 +6ZCy 57423 +6ZC1 57424 +6ZC2 57425 +6ZC4 57426 +6ZC6 57427 +6ZGB 57428 +6ZGE 57429 +6ZGK 57430 +6ZGR 57431 +6ZGS 57432 +6ZGT 57433 +6ZGb 57434 +6ZGe 57435 +6ZGg 57436 +6ZGi 57437 +6ZGq 57438 +6ZGr 57439 +6ZGw 57440 +6ZGx 57441 +6ZGy 57442 +6ZG1 57443 +6ZG3 57444 +6ZG5 57445 +6ZG8 57446 +6ZG9 57447 +6ZG/ 57448 +6ZKH 57449 +6ZKI 57450 +6ZKJ 57451 +6ZKK 57452 +6ZKL 57453 +6ZKM 57454 +6ZKN 57455 +6ZKO 57456 +6ZKP 57457 +6ZKQ 57458 +6ZKS 57459 +6ZKT 57460 +6ZKU 57461 +6ZKV 57462 +6ZKX 57463 +6ZKY 57464 +6ZKZ 57465 +6ZKa 57466 +6ZKb 57467 +6ZKc 57468 +6ZKd 57469 +6ZKe 57470 +6ZKf 57471 +6ZKg 57472 +6ZKh 57473 +6ZKi 57474 +6ZKj 57475 +6ZKk 57476 +6ZKl 57477 +6ZKm 57478 +6ZKn 57479 +6ZKo 57480 +6ZKp 57481 +6ZKq 57482 +6ZKr 57483 +6ZKs 57484 +6ZKu 57485 +6ZKv 57486 +6ZKw 57487 +6ZKx 57488 +6ZKy 57489 +6ZKz 57490 +6ZK0 57491 +6ZK1 57492 +6ZK5 57493 +6ZK6 57494 +6ZK7 57495 +6ZK8 57496 +6ZK9 57497 +6ZK+ 57498 +6ZK/ 57499 +6ZOA 57500 +6ZOB 57501 +6ZOC 57502 +6ZOD 57503 +6ZOE 57504 +6ZOF 57505 +6ZOG 57506 +6ZOI 57507 +6ZOJ 57508 +6ZOK 57509 +6ZOL 57510 +6ZOM 57511 +6ZON 57512 +6ZOO 57513 +6ZOQ 57514 +6ZOR 57515 +6ZOS 57516 +6ZOT 57517 +6ZOW 57518 +6ZOX 57519 +6ZOZ 57520 +6ZOa 57521 +6ZOb 57522 +6ZOc 57523 +6ZOd 57524 +6ZOe 57525 +6ZOf 57526 +6ZOg 57527 +6ZOh 57528 +6ZOi 57529 +6ZOj 57530 +6ZOk 57531 +6ZOl 57532 +6ZOm 57533 +6ZOn 57534 +6ZOo 57535 +6ZOp 57536 +6ZOq 57537 +6ZOr 57538 +6ZOs 57539 +6ZOt 57540 +6ZOu 57541 +6ZOv 57542 +6ZOw 57543 +6ZOx 57544 +6ZOy 57545 +6ZOz 57546 +6ZO1 57547 +6ZO2 57548 +6ZO3 57549 +6ZO4 57550 +6ZO6 57551 +6ZO8 57552 +6ZO+ 57553 +6ZO/ 57554 +6ZSA 57555 +6ZSB 57556 +6ZSC 57557 +6ZSD 57558 +6ZSE 57559 +6ZSF 57560 +6ZSG 57561 +6ZSH 57562 +6ZSI 57563 +6ZSJ 57564 +6ZSK 57565 +6ZSL 57566 +6ZSM 57567 +6ZSN 57568 +6ZSP 57569 +6ZSQ 57570 +6ZSR 57571 +6ZSS 57572 +6ZSU 57573 +6ZSV 57574 +6ZSW 57575 +6ZSX 57576 +6ZSY 57577 +6ZSZ 57578 +6ZSa 57579 +6ZSb 57580 +6ZSc 57581 +6ZSd 57582 +6ZSe 57583 +6ZSf 57584 +6ZSh 57585 +6ZSi 57586 +6ZSj 57587 +6ZSk 57588 +6ZSl 57589 +6ZSm 57590 +6ZSo 57591 +6ZSp 57592 +6ZSr 57593 +6ZSs 57594 +6ZSt 57595 +6ZSu 57596 +6ZSv 57597 +6ZSw 57598 +6ZSx 57599 +6ZSy 57600 +6ZS0 57601 +6ZS1 57602 +6ZS2 57603 +6ZS3 57604 +6ZS4 57605 +6ZS5 57606 +6ZS6 57607 +6ZS7 57608 +6ZWA 57609 +6ZWB 57610 +6ZWC 57611 +6ZWF 57612 +6ZWG 57613 +6ZWH 57614 +6ZWJ 57615 +6ZWK 57616 +6ZWL 57617 +6ZWM 57618 +6ZWN 57619 +6ZWP 57620 +6ZWQ 57621 +6ZWR 57622 +6ZWS 57623 +6ZWU 57624 +6ZWV 57625 +6ZWW 57626 +6ZWX 57627 +6ZWY 57628 +6ZWb 57629 +6ZWc 57630 +6ZWd 57631 +6ZWe 57632 +6ZWf 57633 +6ZWg 57634 +6ZWh 57635 +6ZWi 57636 +6ZWj 57637 +6ZWl 57638 +6ZWn 57639 +6ZWp 57640 +6ZWq 57641 +6ZWr 57642 +6ZWs 57643 +6ZWt 57644 +6ZWv 57645 +6ZWw 57646 +6ZWx 57647 +6ZWy 57648 +6ZWz 57649 +6ZW1 57650 +6ZW2 57651 +6ZW3 57652 +6ZW/ 57653 +6ZaA 57654 +6ZaC 57655 +6ZaD 57656 +6ZaH 57657 +6ZaJ 57658 +6ZaK 57659 +6ZaL 57660 +6ZaO 57661 +6ZaP 57662 +6ZaR 57663 +6ZaS 57664 +6ZaT 57665 +6ZaU 57666 +6ZaW 57667 +6ZaY 57668 +6Zaf 57669 +6Zai 57670 +6Zaj 57671 +6Zak 57672 +6Zal 57673 +6Zam 57674 +6Zao 57675 +6Zat 57676 +6Zax 57677 +6Zay 57678 +6Za5 57679 +6Za7 57680 +6Za8 57681 +6Za+ 57682 +6ZeD 57683 +6ZeG 57684 +6ZeH 57685 +6ZeK 57686 +6ZeM 57687 +6ZeN 57688 +6ZeV 57689 +6ZeW 57690 +6ZeY 57691 +6Zec 57692 +6Zeh 57693 +6Zei 57694 +6Zel 57695 +6Zeo 57696 +6Zep 57697 +6Zeq 57698 +6Zer 57699 +6Zet 57700 +6Zeu 57701 +6Zev 57702 +6Zew 57703 +6Zex 57704 +6Zey 57705 +6Zez 57706 +6Ze0 57707 +6Ze1 57708 +6Ze3 57709 +6Ze4 57710 +6Ze5 57711 +6Ze6 57712 +6Ze7 57713 +6Ze8 57714 +6Ze9 57715 +6Ze+ 57716 +6Ze/ 57717 +6ZiA 57718 +6ZiB 57719 +6ZiC 57720 +6ZiD 57721 +6ZiE 57722 +6ZiF 57723 +6ZiG 57724 +6ZiH 57725 +6ZiI 57726 +6ZiJ 57727 +6ZiK 57728 +6ZiL 57729 +6ZiM 57730 +6ZiN 57731 +6ZiO 57732 +6ZiP 57733 +6ZiQ 57734 +6ZiR 57735 +6ZiS 57736 +6ZiU 57737 +6ZiV 57738 +6ZiW 57739 +6ZiX 57740 +6ZiZ 57741 +6Zia 57742 +6Zic 57743 +6Zid 57744 +6Zif 57745 +6Zih 57746 +6Zio 57747 +6Ziq 57748 +6Zis 57749 +6Ziu 57750 +6Zix 57751 +6Ziy 57752 +6Ziz 57753 +6Zi0 57754 +6Zi1 57755 +6Zi2 57756 +6Zi7 57757 +6Zi8 57758 +6Zi9 57759 +6Zi/ 57760 +6ZmA 57761 +6ZmC 57762 +6ZmE 57763 +6ZmF 57764 +6ZmG 57765 +6ZmH 57766 +6ZmI 57767 +6ZmJ 57768 +6ZmL 57769 +6ZmM 57770 +6ZmN 57771 +6ZmQ 57772 +6ZmU 57773 +6ZmV 57774 +6Zmb 57775 +6Zmc 57776 +6Zmd 57777 +6Zme 57778 +6Zmf 57779 +6Zmh 57780 +6Zmi 57781 +6Zmj 57782 +6Zmk 57783 +6Zml 57784 +6Zmm 57785 +6Zmn 57786 +6Zmo 57787 +6Zmp 57788 +6Zmq 57789 +6Zms 57790 +6Zmw 57791 +6Zmy 57792 +6Zmz 57793 +6Zm1 57794 +6Zm2 57795 +6Zm3 57796 +6Zm4 57797 +6Zm6 57798 +6Zm9 57799 +6ZqF 57800 +6ZqG 57801 +6ZqI 57802 +6ZqK 57803 +6ZqL 57804 +6ZqN 57805 +6ZqO 57806 +6ZqP 57807 +6ZqQ 57808 +6ZqU 57809 +6ZqV 57810 +6ZqX 57811 +6ZqY 57812 +6ZqZ 57813 +6Zqb 57814 +6Zqc 57815 +6Zqg 57816 +6Zqj 57817 +6Zqn 57818 +6Zqo 57819 +6Zqq 57820 +6Zqw 57821 +6Zqx 57822 +6Zqy 57823 +6Zqz 57824 +6Zq2 57825 +6Zq3 57826 +6Zq4 57827 +6Zq5 57828 +6Zq7 57829 +6Zq8 57830 +6Zq9 57831 +6Zq+ 57832 +6ZuA 57833 +6ZuB 57834 +6ZuE 57835 +6ZuF 57836 +6ZuG 57837 +6ZuH 57838 +6ZuJ 57839 +6ZuL 57840 +6ZuM 57841 +6ZuN 57842 +6ZuO 57843 +6ZuP 57844 +6ZuR 57845 +6ZuS 57846 +6ZuV 57847 +6ZuW 57848 +6ZuZ 57849 +6Zub 57850 +6Zuc 57851 +6Zue 57852 +6Zug 57853 +6Zui 57854 +6Zuj 57855 +6Zuo 57856 +6Zup 57857 +6Zuq 57858 +6Zur 57859 +6Zuv 57860 +6Zuw 57861 +6Zux 57862 +6Zuy 57863 +6Zuz 57864 +6Zu2 57865 +6Zu3 57866 +6Zu5 57867 +6Zu7 57868 +6Zu+ 57869 +6ZyA 57870 +6ZyB 57871 +6ZyE 57872 +6ZyG 57873 +6ZyH 57874 +6ZyI 57875 +6ZyJ 57876 +6ZyK 57877 +6ZyN 57878 +6ZyO 57879 +6ZyP 57880 +6ZyR 57881 +6ZyT 57882 +6ZyW 57883 +6ZyZ 57884 +6Zyc 57885 +6Zye 57886 +6Zyn 57887 +6Zyq 57888 +6Zyr 57889 +6Zyt 57890 +6Zyw 57891 +6Zyy 57892 +6Zy4 57893 +6Zy5 57894 +6Zy9 57895 +6Zy+ 57896 +6Z2C 57897 +6Z2E 57898 +6Z2G 57899 +6Z2I 57900 +6Z2J 57901 +6Z2R 57902 +6Z2S 57903 +6Z2T 57904 +6Z2W 57905 +6Z2Z 57906 +6Z2a 57907 +6Z2b 57908 +6Z2c 57909 +6Z2e 57910 +6Z2g 57911 +6Z2h 57912 +6Z2i 57913 +6Z2l 57914 +6Z2m 57915 +6Z2o 57916 +6Z2p 57917 +6Z2r 57918 +6Z2t 57919 +6Z2x 57920 +6Z2z 57921 +6Z20 57922 +6Z22 57923 +6Z24 57924 +6Z25 57925 +6Z26 57926 +6Z28 57927 +6Z6B 57928 +6Z6E 57929 +6Z6F 57930 +6Z6G 57931 +6Z6L 57932 +6Z6N 57933 +6Z6P 57934 +6Z6Q 57935 +6Z6R 57936 +6Z6Y 57937 +6Z6c 57938 +6Z6g 57939 +6Z6j 57940 +6Z6l 57941 +6Z6m 57942 +6Z6n 57943 +6Z6o 57944 +6Z6r 57945 +6Z6s 57946 +6Z6t 57947 +6Z60 57948 +6Z62 57949 +6Z+C 57950 +6Z+D 57951 +6Z+L 57952 +6Z+M 57953 +6Z+T 57954 +6Z+Y 57955 +6Z+c 57956 +6Z+h 57957 +6Z+m 57958 +6Z+n 57959 +6Z+p 57960 +6Z+q 57961 +6Z+r 57962 +6Z+s 57963 +6Z+t 57964 +6Z+u 57965 +6Z+y 57966 +6Z+z 57967 +6Z+1 57968 +6Z+2 57969 +6Z+7 57970 +6Z+/ 57971 +6aCB 57972 +6aCC 57973 +6aCD 57974 +6aCF 57975 +6aCG 57976 +6aCI 57977 +6aCM 57978 +6aCP 57979 +6aCQ 57980 +6aCR 57981 +6aCS 57982 +6aCT 57983 +6aCX 57984 +6aCY 57985 +6aCa 57986 +6aCg 57987 +6aCh 57988 +6aCk 57989 +6aCr 57990 +6aCs 57991 +6aCt 57992 +6aCw 57993 +6aC0 57994 +6aC3 57995 +6aC4 57996 +6aC5 57997 +6aC7 57998 +6aC8 57999 +6aC9 58000 +6aGG 58001 +6aGL 58002 +6aGM 58003 +6aGN 58004 +6aGO 58005 +6aGP 58006 +6aGS 58007 +6aGU 58008 +6aGV 58009 +6aGX 58010 +6aGY 58011 +6aGb 58012 +6aGe 58013 +6aGn 58014 +6aGr 58015 +6aGs 58016 +6aGv 58017 +6aGw 58018 +6aGx 58019 +6aGz 58020 +6aG0 58021 +6aG1 58022 +6aG2 58023 +6aG3 58024 +6aG4 58025 +6aG5 58026 +6aG6 58027 +6aG7 58028 +6aG8 58029 +6aG9 58030 +6aG+ 58031 +6aG/ 58032 +6aKA 58033 +6aKB 58034 +6aKC 58035 +6aKE 58036 +6aKF 58037 +6aKG 58038 +6aKH 58039 +6aKI 58040 +6aKJ 58041 +6aKK 58042 +6aKL 58043 +6aKM 58044 +6aKN 58045 +6aKO 58046 +6aKP 58047 +6aKQ 58048 +6aKR 58049 +6aKT 58050 +6aKU 58051 +6aKW 58052 +6aKX 58053 +6aKY 58054 +6aKZ 58055 +6aKa 58056 +6aKb 58057 +6aKc 58058 +6aKd 58059 +6aKe 58060 +6aKf 58061 +6aKg 58062 +6aKh 58063 +6aKi 58064 +6aKk 58065 +6aKm 58066 +6aKn 58067 +6aKo 58068 +6aKq 58069 +6aKv 58070 +6aKx 58071 +6aK2 58072 +6aOE 58073 +6aOG 58074 +6aOK 58075 +6aOO 58076 +6aOQ 58077 +6aOS 58078 +6aOT 58079 +6aOV 58080 +6aOW 58081 +6aOX 58082 +6aOY 58083 +6aOZ 58084 +6aOa 58085 +6aOb 58086 +6aOe 58087 +6aOf 58088 +6aOi 58089 +6aOn 58090 +6aOo 58091 +6aOp 58092 +6aOq 58093 +6aOr 58094 +6aOt 58095 +6aOv 58096 +6aOy 58097 +6aO0 58098 +6aO8 58099 +6aO9 58100 +6aO+ 58101 +6aSD 58102 +6aSF 58103 +6aSJ 58104 +6aSK 58105 +6aSM 58106 +6aSN 58107 +6aSQ 58108 +6aSR 58109 +6aSS 58110 +6aST 58111 +6aSY 58112 +6aSa 58113 +6aSd 58114 +6aSe 58115 +6aSg 58116 +6aSh 58117 +6aSo 58118 +6aSs 58119 +6aSu 58120 +6aS1 58121 +6aS4 58122 +6aWC 58123 +6aWF 58124 +6aWJ 58125 +6aWL 58126 +6aWM 58127 +6aWQ 58128 +6aWR 58129 +6aWS 58130 +6aWU 58131 +6aWV 58132 +6aWX 58133 +6aWk 58134 +6aWl 58135 +6aWn 58136 +6aWo 58137 +6aWq 58138 +6aWs 58139 +6aWt 58140 +6aWu 58141 +6aWv 58142 +6aWw 58143 +6aWx 58144 +6aWy 58145 +6aW0 58146 +6aW1 58147 +6aW2 58148 +6aW3 58149 +6aW4 58150 +6aW5 58151 +6aW6 58152 +6aW8 58153 +6aW9 58154 +6aW/ 58155 +6aaA 58156 +6aaB 58157 +6aaD 58158 +6aaE 58159 +6aaF 58160 +6aaG 58161 +6aaH 58162 +6aaI 58163 +6aaK 58164 +6aaL 58165 +6aaN 58166 +6aaP 58167 +6aaQ 58168 +6aaR 58169 +6aaS 58170 +6aaT 58171 +6aaU 58172 +6aaV 58173 +6aaW 58174 +6aaX 58175 +6aaY 58176 +6aaZ 58177 +6aal 58178 +6aao 58179 +6aas 58180 +6aat 58181 +6aau 58182 +6aaz 58183 +6aa0 58184 +6aa/ 58185 +6aeB 58186 +6aeD 58187 +6aeE 58188 +6aeF 58189 +6aeG 58190 +6aeI 58191 +6aeQ 58192 +6aeR 58193 +6aeS 58194 +6aeV 58195 +6aeY 58196 +6aeb 58197 +6aed 58198 +6aef 58199 +6aei 58200 +6aet 58201 +6aeu 58202 +6aex 58203 +6ae4 58204 +6ae7 58205 +6ae/ 58206 +6aiB 58207 +6aiO 58208 +6aiP 58209 +6aiR 58210 +6aiS 58211 +6aiT 58212 +6aiV 58213 +6aiW 58214 +6aiZ 58215 +6aig 58216 +6aio 58217 +6aiu 58218 +6aiw 58219 +6ai3 58220 +6ai+ 58221 +6amA 58222 +6amD 58223 +6amF 58224 +6amN 58225 +6amV 58226 +6amX 58227 +6ama 58228 +6amb 58229 +6amf 58230 +6ami 58231 +6aml 58232 +6amp 58233 +6amq 58234 +6amr 58235 +6ams 58236 +6amt 58237 +6amu 58238 +6amv 58239 +6amw 58240 +6amx 58241 +6amz 58242 +6am0 58243 +6am2 58244 +6am3 58245 +6am4 58246 +6am5 58247 +6am6 58248 +6am7 58249 +6am8 58250 +6am9 58251 +6am+ 58252 +6am/ 58253 +6aqA 58254 +6aqB 58255 +6aqC 58256 +6aqE 58257 +6aqF 58258 +6aqG 58259 +6aqH 58260 +6aqI 58261 +6aqK 58262 +6aqL 58263 +6aqM 58264 +6aqN 58265 +6aqO 58266 +6aqP 58267 +6aqQ 58268 +6aqR 58269 +6aqS 58270 +6aqT 58271 +6aqV 58272 +6aqW 58273 +6aqX 58274 +6aqY 58275 +6aqa 58276 +6aqb 58277 +6aqc 58278 +6aqd 58279 +6aqe 58280 +6aqf 58281 +6aqg 58282 +6aqh 58283 +6aqi 58284 +6aqk 58285 +6aql 58286 +6aqn 58287 +6aqo 58288 +6aqv 58289 +6aqw 58290 +6aq2 58291 +6aq3 58292 +6aq4 58293 +6aq6 58294 +6aq8 58295 +6auA 58296 +6auB 58297 +6auC 58298 +6auD 58299 +6auE 58300 +6auF 58301 +6auI 58302 +6auL 58303 +6auM 58304 +6auO 58305 +6auP 58306 +6auR 58307 +6auS 58308 +6auT 58309 +6auU 58310 +6auY 58311 +6auZ 58312 +6auf 58313 +6auh 58314 +6aui 58315 +6auj 58316 +6aum 58317 +6auq 58318 +6aur 58319 +6aut 58320 +6auu 58321 +6auv 58322 +6aux 58323 +6au0 58324 +6au3 58325 +6au5 58326 +6au7 58327 +6au9 58328 +6ayD 58329 +6ayE 58330 +6ayG 58331 +6ayN 58332 +6ayP 58333 +6ayQ 58334 +6ayT 58335 +6ayY 58336 +6aya 58337 +6ayf 58338 +6ayi 58339 +6ayj 58340 +6ayl 58341 +6ayn 58342 +6ayo 58343 +6ayp 58344 +6ayu 58345 +6ayv 58346 +6ayx 58347 +6ayy 58348 +6ay2 58349 +6ay7 58350 +6ay8 58351 +6a2B 58352 +6a2C 58353 +6a2D 58354 +6a2E 58355 +6a2F 58356 +6a2H 58357 +6a2I 58358 +6a2J 58359 +6a2N 58360 +6a2O 58361 +6a2P 58362 +6a2R 58363 +6a2U 58364 +6a2Y 58365 +6a2a 58366 +6a2f 58367 +6a2j 58368 +6a2m 58369 +6a2s 58370 +6a2v 58371 +6a2z 58372 +6a20 58373 +6a21 58374 +6a6A 58375 +6a6D 58376 +6a6E 58377 +6a6J 58378 +6a6K 58379 +6a6L 58380 +6a6O 58381 +6a6P 58382 +6a6Q 58383 +6a6R 58384 +6a6S 58385 +6a6T 58386 +6a6U 58387 +6a6W 58388 +6a6X 58389 +6a6f 58390 +6a6g 58391 +6a6n 58392 +6a6o 58393 +6a6q 58394 +6a6r 58395 +6a6t 58396 +6a6u 58397 +6a6x 58398 +6a6y 58399 +6a60 58400 +6a64 58401 +6a65 58402 +6a+A 58403 +6a+G 58404 +6a+H 58405 +6a+J 58406 +6a+K 58407 +6a+O 58408 +6a+P 58409 +6a+R 58410 +6a+S 58411 +6a+U 58412 +6a+W 58413 +6a+b 58414 +6a+h 58415 +6a+i 58416 +6a+j 58417 +6a+l 58418 +6a+n 58419 +6a+o 58420 +6a+q 58421 +6a+w 58422 +6a+x 58423 +6a+y 58424 +6a+z 58425 +6a+1 58426 +6a+3 58427 +6a+9 58428 +6bCE 58429 +6bCG 58430 +6bCI 58431 +6bCJ 58432 +6bCK 58433 +6bCM 58434 +6bCN 58435 +6bCQ 58436 +6bCR 58437 +6bCS 58438 +6bCT 58439 +6bCU 58440 +6bCV 58441 +6bCW 58442 +6bCY 58443 +6bCZ 58444 +6bCa 58445 +6bCh 58446 +6bCk 58447 +6bCl 58448 +6bCn 58449 +6bCt 58450 +6bCu 58451 +6bCv 58452 +6bCw 58453 +6bCy 58454 +6bC2 58455 +6bC5 58456 +6bC6 58457 +6bC7 58458 +6bC+ 58459 +6bGA 58460 +6bGF 58461 +6bGG 58462 +6bGH 58463 +6bGI 58464 +6bGP 58465 +6bGS 58466 +6bGT 58467 +6bGX 58468 +6bGY 58469 +6bGa 58470 +6bGd 58471 +6bGg 58472 +6bGn 58473 +6bGu 58474 +6bGw 58475 +6bG1 58476 +6bG2 58477 +6bG4 58478 +6bG8 58479 +6bG/ 58480 +6bKA 58481 +6bKB 58482 +6bKC 58483 +6bKF 58484 +6bKH 58485 +6bKI 58486 +6bKK 58487 +6bKL 58488 +6bKM 58489 +6bKN 58490 +6bKQ 58491 +6bKR 58492 +6bKS 58493 +6bKU 58494 +6bKW 58495 +6bKa 58496 +6bKb 58497 +6bKc 58498 +6bKe 58499 +6bKf 58500 +6bKg 58501 +6bKh 58502 +6bKi 58503 +6bKj 58504 +6bKk 58505 +6bKl 58506 +6bKm 58507 +6bKn 58508 +6bKo 58509 +6bKp 58510 +6bKr 58511 +6bKt 58512 +6bKu 58513 +6bKx 58514 +6bKy 58515 +6bKz 58516 +6bK0 58517 +6bK1 58518 +6bK2 58519 +6bK3 58520 +6bK4 58521 +6bK7 58522 +6bK8 58523 +6bK9 58524 +6bOA 58525 +6bOD 58526 +6bOE 58527 +6bOF 58528 +6bOH 58529 +6bOJ 58530 +6bOK 58531 +6bOM 58532 +6bON 58533 +6bOO 58534 +6bOP 58535 +6bOQ 58536 +6bOU 58537 +6bOV 58538 +6bOW 58539 +6bOX 58540 +6bOZ 58541 +6bOc 58542 +6bOd 58543 +6bOe 58544 +6bOf 58545 +6bOj 58546 +6bOl 58547 +6bOn 58548 +6bOp 58549 +6bOr 58550 +6bOw 58551 +6bOz 58552 +6bO0 58553 +6bO2 58554 +6bSC 58555 +6bSD 58556 +6bSG 58557 +6bSH 58558 +6bSI 58559 +6bSJ 58560 +6bSL 58561 +6bSO 58562 +6bSQ 58563 +6bSS 58564 +6bSb 58565 +6bSe 58566 +6bSf 58567 +6bSj 58568 +6bSm 58569 +6bSo 58570 +6bSr 58571 +6bSs 58572 +6bSy 58573 +6bS7 58574 +6bS+ 58575 +6bS/ 58576 +6bWA 58577 +6bWE 58578 +6bWG 58579 +6bWH 58580 +6bWQ 58581 +6bWR 58582 +6bWZ 58583 +6bWc 58584 +6bWd 58585 +6bWe 58586 +6bWf 58587 +6bWg 58588 +6bWh 58589 +6bWk 58590 +6bWr 58591 +6bWs 58592 +6bWv 58593 +6bWw 58594 +6bWy 58595 +6bW6 58596 +6bW8 58597 +6baH 58598 +6baJ 58599 +6baP 58600 +6baS 58601 +6baW 58602 +6baX 58603 +6baa 58604 +6bah 58605 +6bak 58606 +6bap 58607 +6bar 58608 +6bav 58609 +6bay 58610 +6ba0 58611 +6ba4 58612 +6ba6 58613 +6ba7 58614 +6beB 58615 +6beC 58616 +6beD 58617 +6beG 58618 +6beT 58619 +6beZ 58620 +6bea 58621 +6beg 58622 +6bem 58623 +6bet 58624 +6bev 58625 +6bey 58626 +6be4 58627 +6be5 58628 +6be6 58629 +6be9 58630 +6biC 58631 +6biZ 58632 +6bia 58633 +6bib 58634 +6bie 58635 +6bif 58636 +6big 58637 +6bih 58638 +6bii 58639 +6bij 58640 +6bil 58641 +6bim 58642 +6bio 58643 +6bip 58644 +6biq 58645 +6bir 58646 +6bis 58647 +6bit 58648 +6biu 58649 +6biv 58650 +6biw 58651 +6bix 58652 +6biz 58653 +6bi1 58654 +6bi2 58655 +6bi3 58656 +6bi4 58657 +6bi5 58658 +6bi9 58659 +6bi+ 58660 +6bi/ 58661 +6bmA 58662 +6bmB 58663 +6bmC 58664 +6bmD 58665 +6bmE 58666 +6bmF 58667 +6bmG 58668 +6bmH 58669 +6bmI 58670 +6bmJ 58671 +6bmK 58672 +6bmL 58673 +6bmM 58674 +6bmO 58675 +6bmP 58676 +6bmR 58677 +6bmV 58678 +6bmW 58679 +6bmX 58680 +6bmY 58681 +6bma 58682 +6bmc 58683 +6bme 58684 +6bmj 58685 +6bmk 58686 +6bmm 58687 +6bmn 58688 +6bmo 58689 +6bmp 58690 +6bmq 58691 +6bmr 58692 +6bms 58693 +6bmt 58694 +6bmu 58695 +6bmv 58696 +6bmw 58697 +6bmx 58698 +6bmz 58699 +6bm1 58700 +6bm4 58701 +6bm5 58702 +6bm9 58703 +6bm+ 58704 +6bm/ 58705 +6bqB 58706 +6bqC 58707 +6bqH 58708 +6bqI 58709 +6bqL 58710 +6bqS 58711 +6bqT 58712 +6bqV 58713 +6bqX 58714 +6bqd 58715 +6bqe 58716 +6bqf 58717 +6bql 58718 +6bqm 58719 +6bqp 58720 +6bqq 58721 +6bqt 58722 +6bq0 58723 +6bq1 58724 +6bq4 58725 +6bq5 58726 +6bq6 58727 +6bq7 58728 +6bq8 58729 +6bq9 58730 +6bq+ 58731 +6bq/ 58732 +6buD 58733 +6buE 58734 +6buJ 58735 +6buM 58736 +6buN 58737 +6buO 58738 +6buP 58739 +6buQ 58740 +6buR 58741 +6buS 58742 +6buU 58743 +6buY 58744 +6buZ 58745 +6bub 58746 +6buc 58747 +6bud 58748 +6bue 58749 +6buf 58750 +6bug 58751 +6buh 58752 +6bui 58753 +6bul 58754 +6bun 58755 +6buo 58756 +6bup 58757 +6buv 58758 +6bu0 58759 +6bu5 58760 +6bu7 58761 +6bu8 58762 +6bu9 58763 +6byH 58764 +6byI 58765 +6byL 58766 +6byN 58767 +6byO 58768 +6byQ 58769 +6byT 58770 +6byV 58771 +6byZ 58772 +6byg 58773 +6byh 58774 +6byi 58775 +6byp 58776 +6byq 58777 +6bys 58778 +6byv 58779 +6byx 58780 +6by5 58781 +6by7 58782 +6by+ 58783 +6b2B 58784 +6b2J 58785 +6b2K 58786 +6b2L 58787 +6b2O 58788 +6b2Q 58789 +6b2R 58790 +6b2S 58791 +6b2U 58792 +6b2f 58793 +6b2h 58794 +6b2i 58795 +6b2j 58796 +6b2m 58797 +6b2n 58798 +6b2q 58799 +6b2s 58800 +6b2y 58801 +6b23 58802 +6b2/ 58803 +6b6D 58804 +6b6E 58805 +6b6F 58806 +6b6H 58807 +6b6I 58808 +6b6J 58809 +6b6K 58810 +6b6L 58811 +6b6M 58812 +6b6N 58813 +6b6Q 58814 +6b6V 58815 +6b6Z 58816 +6b6a 58817 +6b6b 58818 +6b6c 58819 +6b6d 58820 +6b6f 58821 +6b6g 58822 +6b6i 58823 +77yB 58824 +77yI 58825 +77yJ 58826 +77yM 58827 +77yN 58828 +77ya 58829 +77yb 58830 +77yf 58831 +772Y 58832 +772Z 58833 +8KCx 58834 +8KCxgQ== 58835 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/tiktoken.toml b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/tiktoken.toml new file mode 100644 index 0000000000000000000000000000000000000000..35bf687331ec6e1443e6655b3e65cf83a49f5731 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/tiktoken.toml @@ -0,0 +1,11 @@ +[encodings.multilingual_zh_ja_yue_char_del] +pattern = ''''s|'t|'re|'ve|'m|'ll|'d| ?\p{L}+| ?\p{N}+| ?[^\s\p{L}\p{N}]+|\s+''' +special_tokens = {'<|endoftext|>'= 58836, '<|startoftranscript|>'= 58837, '<|en|>'= 58838, '<|zh|>'= 58839, '<|de|>'= 58840, '<|es|>'= 58841, '<|ru|>'= 58842, '<|ko|>'= 58843, '<|fr|>'= 58844, '<|ja|>'= 58845, '<|pt|>'= 58846, '<|tr|>'= 58847, '<|pl|>'= 58848, '<|ca|>'= 58849, '<|nl|>'= 58850, '<|ar|>'= 58851, '<|sv|>'= 58852, '<|it|>'= 58853, '<|id|>'= 58854, '<|hi|>'= 58855, '<|fi|>'= 58856, '<|vi|>'= 58857, '<|he|>'= 58858, '<|uk|>'= 58859, '<|el|>'= 58860, '<|ms|>'= 58861, '<|cs|>'= 58862, '<|ro|>'= 58863, '<|da|>'= 58864, '<|hu|>'= 58865, '<|ta|>'= 58866, '<|no|>'= 58867, '<|th|>'= 58868, '<|ur|>'= 58869, '<|hr|>'= 58870, '<|bg|>'= 58871, '<|lt|>'= 58872, '<|la|>'= 58873, '<|mi|>'= 58874, '<|ml|>'= 58875, '<|cy|>'= 58876, '<|sk|>'= 58877, '<|te|>'= 58878, '<|fa|>'= 58879, '<|lv|>'= 58880, '<|bn|>'= 58881, '<|sr|>'= 58882, '<|az|>'= 58883, '<|sl|>'= 58884, '<|kn|>'= 58885, '<|et|>'= 58886, '<|mk|>'= 58887, '<|br|>'= 58888, '<|eu|>'= 58889, '<|is|>'= 58890, '<|hy|>'= 58891, '<|ne|>'= 58892, '<|mn|>'= 58893, '<|bs|>'= 58894, '<|kk|>'= 58895, '<|sq|>'= 58896, '<|sw|>'= 58897, '<|gl|>'= 58898, '<|mr|>'= 58899, '<|pa|>'= 58900, '<|si|>'= 58901, '<|km|>'= 58902, '<|sn|>'= 58903, '<|yo|>'= 58904, '<|so|>'= 58905, '<|af|>'= 58906, '<|oc|>'= 58907, '<|ka|>'= 58908, '<|be|>'= 58909, '<|tg|>'= 58910, '<|sd|>'= 58911, '<|gu|>'= 58912, '<|am|>'= 58913, '<|yi|>'= 58914, '<|lo|>'= 58915, '<|uz|>'= 58916, '<|fo|>'= 58917, '<|ht|>'= 58918, '<|ps|>'= 58919, '<|tk|>'= 58920, '<|nn|>'= 58921, '<|mt|>'= 58922, '<|sa|>'= 58923, '<|lb|>'= 58924, '<|my|>'= 58925, '<|bo|>'= 58926, '<|tl|>'= 58927, '<|mg|>'= 58928, '<|as|>'= 58929, '<|tt|>'= 58930, '<|haw|>'= 58931, '<|ln|>'= 58932, '<|ha|>'= 58933, '<|ba|>'= 58934, '<|jw|>'= 58935, '<|su|>'= 58936, '<|yue|>'= 58937, '<|minnan|>'= 58938, '<|wuyu|>'= 58939, '<|dialect|>'= 58940, '<|zh/en|>'= 58941, '<|en/zh|>'= 58942, '<|ASR|>'= 58943, '<|AED|>'= 58944, '<|SER|>'= 58945, '<|Speech|>'= 58946, '<|/Speech|>'= 58947, '<|BGM|>'= 58948, '<|/BGM|>'= 58949, '<|Laughter|>'= 58950, '<|/Laughter|>'= 58951, '<|Applause|>'= 58952, '<|/Applause|>'= 58953, '<|HAPPY|>'= 58954, '<|SAD|>'= 58955, '<|ANGRY|>'= 58956, '<|NEUTRAL|>'= 58957, '<|translate|>'= 58958, '<|transcribe|>'= 58959, '<|startoflm|>'= 58960, '<|startofprev|>'= 58961, '<|nospeech|>'= 58962, '<|notimestamps|>'= 58963, '<|SPECIAL_TOKEN_1|>'= 58964, '<|SPECIAL_TOKEN_2|>'= 58965, '<|SPECIAL_TOKEN_3|>'= 58966, '<|SPECIAL_TOKEN_4|>'= 58967, '<|SPECIAL_TOKEN_5|>'= 58968, '<|SPECIAL_TOKEN_6|>'= 58969, '<|SPECIAL_TOKEN_7|>'= 58970, '<|SPECIAL_TOKEN_8|>'= 58971, '<|SPECIAL_TOKEN_9|>'= 58972, '<|SPECIAL_TOKEN_10|>'= 58973, '<|SPECIAL_TOKEN_11|>'= 58974, '<|SPECIAL_TOKEN_12|>'= 58975, '<|SPECIAL_TOKEN_13|>'= 58976, '<|SPECIAL_TOKEN_14|>'= 58977, '<|SPECIAL_TOKEN_15|>'= 58978, '<|SPECIAL_TOKEN_16|>'= 58979, '<|SPECIAL_TOKEN_17|>'= 58980, '<|SPECIAL_TOKEN_18|>'= 58981, '<|SPECIAL_TOKEN_19|>'= 58982, '<|SPECIAL_TOKEN_20|>'= 58983, '<|SPECIAL_TOKEN_21|>'= 58984, '<|SPECIAL_TOKEN_22|>'= 58985, '<|SPECIAL_TOKEN_23|>'= 58986, '<|SPECIAL_TOKEN_24|>'= 58987, '<|SPECIAL_TOKEN_25|>'= 58988, '<|SPECIAL_TOKEN_26|>'= 58989, '<|SPECIAL_TOKEN_27|>'= 58990, '<|SPECIAL_TOKEN_28|>'= 58991, '<|SPECIAL_TOKEN_29|>'= 58992, '<|SPECIAL_TOKEN_30|>'= 58993, '<|SPECIAL_TOKEN_31|>'= 58994, '<|SPECIAL_TOKEN_32|>'= 58995, '<|SPECIAL_TOKEN_33|>'= 58996, '<|SPECIAL_TOKEN_34|>'= 58997, '<|SPECIAL_TOKEN_35|>'= 58998, '<|SPECIAL_TOKEN_36|>'= 58999, '<|SPECIAL_TOKEN_37|>'= 59000, '<|SPECIAL_TOKEN_38|>'= 59001, '<|SPECIAL_TOKEN_39|>'= 59002, '<|SPECIAL_TOKEN_40|>'= 59003, '<|SPECIAL_TOKEN_41|>'= 59004, '<|SPECIAL_TOKEN_42|>'= 59005, '<|SPECIAL_TOKEN_43|>'= 59006, '<|SPECIAL_TOKEN_44|>'= 59007, '<|SPECIAL_TOKEN_45|>'= 59008, '<|SPECIAL_TOKEN_46|>'= 59009, '<|SPECIAL_TOKEN_47|>'= 59010, '<|SPECIAL_TOKEN_48|>'= 59011, '<|SPECIAL_TOKEN_49|>'= 59012, '<|SPECIAL_TOKEN_50|>'= 59013, '<|0.00|>'= 59014, '<|0.02|>'= 59015, '<|0.04|>'= 59016, '<|0.06|>'= 59017, '<|0.08|>'= 59018, '<|0.10|>'= 59019, '<|0.12|>'= 59020, '<|0.14|>'= 59021, '<|0.16|>'= 59022, '<|0.18|>'= 59023, '<|0.20|>'= 59024, '<|0.22|>'= 59025, '<|0.24|>'= 59026, '<|0.26|>'= 59027, '<|0.28|>'= 59028, '<|0.30|>'= 59029, '<|0.32|>'= 59030, '<|0.34|>'= 59031, '<|0.36|>'= 59032, '<|0.38|>'= 59033, '<|0.40|>'= 59034, '<|0.42|>'= 59035, '<|0.44|>'= 59036, '<|0.46|>'= 59037, '<|0.48|>'= 59038, '<|0.50|>'= 59039, '<|0.52|>'= 59040, '<|0.54|>'= 59041, '<|0.56|>'= 59042, '<|0.58|>'= 59043, '<|0.60|>'= 59044, '<|0.62|>'= 59045, '<|0.64|>'= 59046, '<|0.66|>'= 59047, '<|0.68|>'= 59048, '<|0.70|>'= 59049, '<|0.72|>'= 59050, '<|0.74|>'= 59051, '<|0.76|>'= 59052, '<|0.78|>'= 59053, '<|0.80|>'= 59054, '<|0.82|>'= 59055, '<|0.84|>'= 59056, '<|0.86|>'= 59057, '<|0.88|>'= 59058, '<|0.90|>'= 59059, '<|0.92|>'= 59060, '<|0.94|>'= 59061, '<|0.96|>'= 59062, '<|0.98|>'= 59063, '<|1.00|>'= 59064, '<|1.02|>'= 59065, '<|1.04|>'= 59066, '<|1.06|>'= 59067, '<|1.08|>'= 59068, '<|1.10|>'= 59069, '<|1.12|>'= 59070, '<|1.14|>'= 59071, '<|1.16|>'= 59072, '<|1.18|>'= 59073, '<|1.20|>'= 59074, '<|1.22|>'= 59075, '<|1.24|>'= 59076, '<|1.26|>'= 59077, '<|1.28|>'= 59078, '<|1.30|>'= 59079, '<|1.32|>'= 59080, '<|1.34|>'= 59081, '<|1.36|>'= 59082, '<|1.38|>'= 59083, '<|1.40|>'= 59084, '<|1.42|>'= 59085, '<|1.44|>'= 59086, '<|1.46|>'= 59087, '<|1.48|>'= 59088, '<|1.50|>'= 59089, '<|1.52|>'= 59090, '<|1.54|>'= 59091, '<|1.56|>'= 59092, '<|1.58|>'= 59093, '<|1.60|>'= 59094, '<|1.62|>'= 59095, '<|1.64|>'= 59096, '<|1.66|>'= 59097, '<|1.68|>'= 59098, '<|1.70|>'= 59099, '<|1.72|>'= 59100, '<|1.74|>'= 59101, '<|1.76|>'= 59102, '<|1.78|>'= 59103, '<|1.80|>'= 59104, '<|1.82|>'= 59105, '<|1.84|>'= 59106, '<|1.86|>'= 59107, '<|1.88|>'= 59108, '<|1.90|>'= 59109, '<|1.92|>'= 59110, '<|1.94|>'= 59111, '<|1.96|>'= 59112, '<|1.98|>'= 59113, '<|2.00|>'= 59114, '<|2.02|>'= 59115, '<|2.04|>'= 59116, '<|2.06|>'= 59117, '<|2.08|>'= 59118, '<|2.10|>'= 59119, '<|2.12|>'= 59120, '<|2.14|>'= 59121, '<|2.16|>'= 59122, '<|2.18|>'= 59123, '<|2.20|>'= 59124, '<|2.22|>'= 59125, '<|2.24|>'= 59126, '<|2.26|>'= 59127, '<|2.28|>'= 59128, '<|2.30|>'= 59129, '<|2.32|>'= 59130, '<|2.34|>'= 59131, '<|2.36|>'= 59132, '<|2.38|>'= 59133, '<|2.40|>'= 59134, '<|2.42|>'= 59135, '<|2.44|>'= 59136, '<|2.46|>'= 59137, '<|2.48|>'= 59138, '<|2.50|>'= 59139, '<|2.52|>'= 59140, '<|2.54|>'= 59141, '<|2.56|>'= 59142, '<|2.58|>'= 59143, '<|2.60|>'= 59144, '<|2.62|>'= 59145, '<|2.64|>'= 59146, '<|2.66|>'= 59147, '<|2.68|>'= 59148, '<|2.70|>'= 59149, '<|2.72|>'= 59150, '<|2.74|>'= 59151, '<|2.76|>'= 59152, '<|2.78|>'= 59153, '<|2.80|>'= 59154, '<|2.82|>'= 59155, '<|2.84|>'= 59156, '<|2.86|>'= 59157, '<|2.88|>'= 59158, '<|2.90|>'= 59159, '<|2.92|>'= 59160, '<|2.94|>'= 59161, '<|2.96|>'= 59162, '<|2.98|>'= 59163, '<|3.00|>'= 59164, '<|3.02|>'= 59165, '<|3.04|>'= 59166, '<|3.06|>'= 59167, '<|3.08|>'= 59168, '<|3.10|>'= 59169, '<|3.12|>'= 59170, '<|3.14|>'= 59171, '<|3.16|>'= 59172, '<|3.18|>'= 59173, '<|3.20|>'= 59174, '<|3.22|>'= 59175, '<|3.24|>'= 59176, '<|3.26|>'= 59177, '<|3.28|>'= 59178, '<|3.30|>'= 59179, '<|3.32|>'= 59180, '<|3.34|>'= 59181, '<|3.36|>'= 59182, '<|3.38|>'= 59183, '<|3.40|>'= 59184, '<|3.42|>'= 59185, '<|3.44|>'= 59186, '<|3.46|>'= 59187, '<|3.48|>'= 59188, '<|3.50|>'= 59189, '<|3.52|>'= 59190, '<|3.54|>'= 59191, '<|3.56|>'= 59192, '<|3.58|>'= 59193, '<|3.60|>'= 59194, '<|3.62|>'= 59195, '<|3.64|>'= 59196, '<|3.66|>'= 59197, '<|3.68|>'= 59198, '<|3.70|>'= 59199, '<|3.72|>'= 59200, '<|3.74|>'= 59201, '<|3.76|>'= 59202, '<|3.78|>'= 59203, '<|3.80|>'= 59204, '<|3.82|>'= 59205, '<|3.84|>'= 59206, '<|3.86|>'= 59207, '<|3.88|>'= 59208, '<|3.90|>'= 59209, '<|3.92|>'= 59210, '<|3.94|>'= 59211, '<|3.96|>'= 59212, '<|3.98|>'= 59213, '<|4.00|>'= 59214, '<|4.02|>'= 59215, '<|4.04|>'= 59216, '<|4.06|>'= 59217, '<|4.08|>'= 59218, '<|4.10|>'= 59219, '<|4.12|>'= 59220, '<|4.14|>'= 59221, '<|4.16|>'= 59222, '<|4.18|>'= 59223, '<|4.20|>'= 59224, '<|4.22|>'= 59225, '<|4.24|>'= 59226, '<|4.26|>'= 59227, '<|4.28|>'= 59228, '<|4.30|>'= 59229, '<|4.32|>'= 59230, '<|4.34|>'= 59231, '<|4.36|>'= 59232, '<|4.38|>'= 59233, '<|4.40|>'= 59234, '<|4.42|>'= 59235, '<|4.44|>'= 59236, '<|4.46|>'= 59237, '<|4.48|>'= 59238, '<|4.50|>'= 59239, '<|4.52|>'= 59240, '<|4.54|>'= 59241, '<|4.56|>'= 59242, '<|4.58|>'= 59243, '<|4.60|>'= 59244, '<|4.62|>'= 59245, '<|4.64|>'= 59246, '<|4.66|>'= 59247, '<|4.68|>'= 59248, '<|4.70|>'= 59249, '<|4.72|>'= 59250, '<|4.74|>'= 59251, '<|4.76|>'= 59252, '<|4.78|>'= 59253, '<|4.80|>'= 59254, '<|4.82|>'= 59255, '<|4.84|>'= 59256, '<|4.86|>'= 59257, '<|4.88|>'= 59258, '<|4.90|>'= 59259, '<|4.92|>'= 59260, '<|4.94|>'= 59261, '<|4.96|>'= 59262, '<|4.98|>'= 59263, '<|5.00|>'= 59264, '<|5.02|>'= 59265, '<|5.04|>'= 59266, '<|5.06|>'= 59267, '<|5.08|>'= 59268, '<|5.10|>'= 59269, '<|5.12|>'= 59270, '<|5.14|>'= 59271, '<|5.16|>'= 59272, '<|5.18|>'= 59273, '<|5.20|>'= 59274, '<|5.22|>'= 59275, '<|5.24|>'= 59276, '<|5.26|>'= 59277, '<|5.28|>'= 59278, '<|5.30|>'= 59279, '<|5.32|>'= 59280, '<|5.34|>'= 59281, '<|5.36|>'= 59282, '<|5.38|>'= 59283, '<|5.40|>'= 59284, '<|5.42|>'= 59285, '<|5.44|>'= 59286, '<|5.46|>'= 59287, '<|5.48|>'= 59288, '<|5.50|>'= 59289, '<|5.52|>'= 59290, '<|5.54|>'= 59291, '<|5.56|>'= 59292, '<|5.58|>'= 59293, '<|5.60|>'= 59294, '<|5.62|>'= 59295, '<|5.64|>'= 59296, '<|5.66|>'= 59297, '<|5.68|>'= 59298, '<|5.70|>'= 59299, '<|5.72|>'= 59300, '<|5.74|>'= 59301, '<|5.76|>'= 59302, '<|5.78|>'= 59303, '<|5.80|>'= 59304, '<|5.82|>'= 59305, '<|5.84|>'= 59306, '<|5.86|>'= 59307, '<|5.88|>'= 59308, '<|5.90|>'= 59309, '<|5.92|>'= 59310, '<|5.94|>'= 59311, '<|5.96|>'= 59312, '<|5.98|>'= 59313, '<|6.00|>'= 59314, '<|6.02|>'= 59315, '<|6.04|>'= 59316, '<|6.06|>'= 59317, '<|6.08|>'= 59318, '<|6.10|>'= 59319, '<|6.12|>'= 59320, '<|6.14|>'= 59321, '<|6.16|>'= 59322, '<|6.18|>'= 59323, '<|6.20|>'= 59324, '<|6.22|>'= 59325, '<|6.24|>'= 59326, '<|6.26|>'= 59327, '<|6.28|>'= 59328, '<|6.30|>'= 59329, '<|6.32|>'= 59330, '<|6.34|>'= 59331, '<|6.36|>'= 59332, '<|6.38|>'= 59333, '<|6.40|>'= 59334, '<|6.42|>'= 59335, '<|6.44|>'= 59336, '<|6.46|>'= 59337, '<|6.48|>'= 59338, '<|6.50|>'= 59339, '<|6.52|>'= 59340, '<|6.54|>'= 59341, '<|6.56|>'= 59342, '<|6.58|>'= 59343, '<|6.60|>'= 59344, '<|6.62|>'= 59345, '<|6.64|>'= 59346, '<|6.66|>'= 59347, '<|6.68|>'= 59348, '<|6.70|>'= 59349, '<|6.72|>'= 59350, '<|6.74|>'= 59351, '<|6.76|>'= 59352, '<|6.78|>'= 59353, '<|6.80|>'= 59354, '<|6.82|>'= 59355, '<|6.84|>'= 59356, '<|6.86|>'= 59357, '<|6.88|>'= 59358, '<|6.90|>'= 59359, '<|6.92|>'= 59360, '<|6.94|>'= 59361, '<|6.96|>'= 59362, '<|6.98|>'= 59363, '<|7.00|>'= 59364, '<|7.02|>'= 59365, '<|7.04|>'= 59366, '<|7.06|>'= 59367, '<|7.08|>'= 59368, '<|7.10|>'= 59369, '<|7.12|>'= 59370, '<|7.14|>'= 59371, '<|7.16|>'= 59372, '<|7.18|>'= 59373, '<|7.20|>'= 59374, '<|7.22|>'= 59375, '<|7.24|>'= 59376, '<|7.26|>'= 59377, '<|7.28|>'= 59378, '<|7.30|>'= 59379, '<|7.32|>'= 59380, '<|7.34|>'= 59381, '<|7.36|>'= 59382, '<|7.38|>'= 59383, '<|7.40|>'= 59384, '<|7.42|>'= 59385, '<|7.44|>'= 59386, '<|7.46|>'= 59387, '<|7.48|>'= 59388, '<|7.50|>'= 59389, '<|7.52|>'= 59390, '<|7.54|>'= 59391, '<|7.56|>'= 59392, '<|7.58|>'= 59393, '<|7.60|>'= 59394, '<|7.62|>'= 59395, '<|7.64|>'= 59396, '<|7.66|>'= 59397, '<|7.68|>'= 59398, '<|7.70|>'= 59399, '<|7.72|>'= 59400, '<|7.74|>'= 59401, '<|7.76|>'= 59402, '<|7.78|>'= 59403, '<|7.80|>'= 59404, '<|7.82|>'= 59405, '<|7.84|>'= 59406, '<|7.86|>'= 59407, '<|7.88|>'= 59408, '<|7.90|>'= 59409, '<|7.92|>'= 59410, '<|7.94|>'= 59411, '<|7.96|>'= 59412, '<|7.98|>'= 59413, '<|8.00|>'= 59414, '<|8.02|>'= 59415, '<|8.04|>'= 59416, '<|8.06|>'= 59417, '<|8.08|>'= 59418, '<|8.10|>'= 59419, '<|8.12|>'= 59420, '<|8.14|>'= 59421, '<|8.16|>'= 59422, '<|8.18|>'= 59423, '<|8.20|>'= 59424, '<|8.22|>'= 59425, '<|8.24|>'= 59426, '<|8.26|>'= 59427, '<|8.28|>'= 59428, '<|8.30|>'= 59429, '<|8.32|>'= 59430, '<|8.34|>'= 59431, '<|8.36|>'= 59432, '<|8.38|>'= 59433, '<|8.40|>'= 59434, '<|8.42|>'= 59435, '<|8.44|>'= 59436, '<|8.46|>'= 59437, '<|8.48|>'= 59438, '<|8.50|>'= 59439, '<|8.52|>'= 59440, '<|8.54|>'= 59441, '<|8.56|>'= 59442, '<|8.58|>'= 59443, '<|8.60|>'= 59444, '<|8.62|>'= 59445, '<|8.64|>'= 59446, '<|8.66|>'= 59447, '<|8.68|>'= 59448, '<|8.70|>'= 59449, '<|8.72|>'= 59450, '<|8.74|>'= 59451, '<|8.76|>'= 59452, '<|8.78|>'= 59453, '<|8.80|>'= 59454, '<|8.82|>'= 59455, '<|8.84|>'= 59456, '<|8.86|>'= 59457, '<|8.88|>'= 59458, '<|8.90|>'= 59459, '<|8.92|>'= 59460, '<|8.94|>'= 59461, '<|8.96|>'= 59462, '<|8.98|>'= 59463, '<|9.00|>'= 59464, '<|9.02|>'= 59465, '<|9.04|>'= 59466, '<|9.06|>'= 59467, '<|9.08|>'= 59468, '<|9.10|>'= 59469, '<|9.12|>'= 59470, '<|9.14|>'= 59471, '<|9.16|>'= 59472, '<|9.18|>'= 59473, '<|9.20|>'= 59474, '<|9.22|>'= 59475, '<|9.24|>'= 59476, '<|9.26|>'= 59477, '<|9.28|>'= 59478, '<|9.30|>'= 59479, '<|9.32|>'= 59480, '<|9.34|>'= 59481, '<|9.36|>'= 59482, '<|9.38|>'= 59483, '<|9.40|>'= 59484, '<|9.42|>'= 59485, '<|9.44|>'= 59486, '<|9.46|>'= 59487, '<|9.48|>'= 59488, '<|9.50|>'= 59489, '<|9.52|>'= 59490, '<|9.54|>'= 59491, '<|9.56|>'= 59492, '<|9.58|>'= 59493, '<|9.60|>'= 59494, '<|9.62|>'= 59495, '<|9.64|>'= 59496, '<|9.66|>'= 59497, '<|9.68|>'= 59498, '<|9.70|>'= 59499, '<|9.72|>'= 59500, '<|9.74|>'= 59501, '<|9.76|>'= 59502, '<|9.78|>'= 59503, '<|9.80|>'= 59504, '<|9.82|>'= 59505, '<|9.84|>'= 59506, '<|9.86|>'= 59507, '<|9.88|>'= 59508, '<|9.90|>'= 59509, '<|9.92|>'= 59510, '<|9.94|>'= 59511, '<|9.96|>'= 59512, '<|9.98|>'= 59513, '<|10.00|>'= 59514, '<|10.02|>'= 59515, '<|10.04|>'= 59516, '<|10.06|>'= 59517, '<|10.08|>'= 59518, '<|10.10|>'= 59519, '<|10.12|>'= 59520, '<|10.14|>'= 59521, '<|10.16|>'= 59522, '<|10.18|>'= 59523, '<|10.20|>'= 59524, '<|10.22|>'= 59525, '<|10.24|>'= 59526, '<|10.26|>'= 59527, '<|10.28|>'= 59528, '<|10.30|>'= 59529, '<|10.32|>'= 59530, '<|10.34|>'= 59531, '<|10.36|>'= 59532, '<|10.38|>'= 59533, '<|10.40|>'= 59534, '<|10.42|>'= 59535, '<|10.44|>'= 59536, '<|10.46|>'= 59537, '<|10.48|>'= 59538, '<|10.50|>'= 59539, '<|10.52|>'= 59540, '<|10.54|>'= 59541, '<|10.56|>'= 59542, '<|10.58|>'= 59543, '<|10.60|>'= 59544, '<|10.62|>'= 59545, '<|10.64|>'= 59546, '<|10.66|>'= 59547, '<|10.68|>'= 59548, '<|10.70|>'= 59549, '<|10.72|>'= 59550, '<|10.74|>'= 59551, '<|10.76|>'= 59552, '<|10.78|>'= 59553, '<|10.80|>'= 59554, '<|10.82|>'= 59555, '<|10.84|>'= 59556, '<|10.86|>'= 59557, '<|10.88|>'= 59558, '<|10.90|>'= 59559, '<|10.92|>'= 59560, '<|10.94|>'= 59561, '<|10.96|>'= 59562, '<|10.98|>'= 59563, '<|11.00|>'= 59564, '<|11.02|>'= 59565, '<|11.04|>'= 59566, '<|11.06|>'= 59567, '<|11.08|>'= 59568, '<|11.10|>'= 59569, '<|11.12|>'= 59570, '<|11.14|>'= 59571, '<|11.16|>'= 59572, '<|11.18|>'= 59573, '<|11.20|>'= 59574, '<|11.22|>'= 59575, '<|11.24|>'= 59576, '<|11.26|>'= 59577, '<|11.28|>'= 59578, '<|11.30|>'= 59579, '<|11.32|>'= 59580, '<|11.34|>'= 59581, '<|11.36|>'= 59582, '<|11.38|>'= 59583, '<|11.40|>'= 59584, '<|11.42|>'= 59585, '<|11.44|>'= 59586, '<|11.46|>'= 59587, '<|11.48|>'= 59588, '<|11.50|>'= 59589, '<|11.52|>'= 59590, '<|11.54|>'= 59591, '<|11.56|>'= 59592, '<|11.58|>'= 59593, '<|11.60|>'= 59594, '<|11.62|>'= 59595, '<|11.64|>'= 59596, '<|11.66|>'= 59597, '<|11.68|>'= 59598, '<|11.70|>'= 59599, '<|11.72|>'= 59600, '<|11.74|>'= 59601, '<|11.76|>'= 59602, '<|11.78|>'= 59603, '<|11.80|>'= 59604, '<|11.82|>'= 59605, '<|11.84|>'= 59606, '<|11.86|>'= 59607, '<|11.88|>'= 59608, '<|11.90|>'= 59609, '<|11.92|>'= 59610, '<|11.94|>'= 59611, '<|11.96|>'= 59612, '<|11.98|>'= 59613, '<|12.00|>'= 59614, '<|12.02|>'= 59615, '<|12.04|>'= 59616, '<|12.06|>'= 59617, '<|12.08|>'= 59618, '<|12.10|>'= 59619, '<|12.12|>'= 59620, '<|12.14|>'= 59621, '<|12.16|>'= 59622, '<|12.18|>'= 59623, '<|12.20|>'= 59624, '<|12.22|>'= 59625, '<|12.24|>'= 59626, '<|12.26|>'= 59627, '<|12.28|>'= 59628, '<|12.30|>'= 59629, '<|12.32|>'= 59630, '<|12.34|>'= 59631, '<|12.36|>'= 59632, '<|12.38|>'= 59633, '<|12.40|>'= 59634, '<|12.42|>'= 59635, '<|12.44|>'= 59636, '<|12.46|>'= 59637, '<|12.48|>'= 59638, '<|12.50|>'= 59639, '<|12.52|>'= 59640, '<|12.54|>'= 59641, '<|12.56|>'= 59642, '<|12.58|>'= 59643, '<|12.60|>'= 59644, '<|12.62|>'= 59645, '<|12.64|>'= 59646, '<|12.66|>'= 59647, '<|12.68|>'= 59648, '<|12.70|>'= 59649, '<|12.72|>'= 59650, '<|12.74|>'= 59651, '<|12.76|>'= 59652, '<|12.78|>'= 59653, '<|12.80|>'= 59654, '<|12.82|>'= 59655, '<|12.84|>'= 59656, '<|12.86|>'= 59657, '<|12.88|>'= 59658, '<|12.90|>'= 59659, '<|12.92|>'= 59660, '<|12.94|>'= 59661, '<|12.96|>'= 59662, '<|12.98|>'= 59663, '<|13.00|>'= 59664, '<|13.02|>'= 59665, '<|13.04|>'= 59666, '<|13.06|>'= 59667, '<|13.08|>'= 59668, '<|13.10|>'= 59669, '<|13.12|>'= 59670, '<|13.14|>'= 59671, '<|13.16|>'= 59672, '<|13.18|>'= 59673, '<|13.20|>'= 59674, '<|13.22|>'= 59675, '<|13.24|>'= 59676, '<|13.26|>'= 59677, '<|13.28|>'= 59678, '<|13.30|>'= 59679, '<|13.32|>'= 59680, '<|13.34|>'= 59681, '<|13.36|>'= 59682, '<|13.38|>'= 59683, '<|13.40|>'= 59684, '<|13.42|>'= 59685, '<|13.44|>'= 59686, '<|13.46|>'= 59687, '<|13.48|>'= 59688, '<|13.50|>'= 59689, '<|13.52|>'= 59690, '<|13.54|>'= 59691, '<|13.56|>'= 59692, '<|13.58|>'= 59693, '<|13.60|>'= 59694, '<|13.62|>'= 59695, '<|13.64|>'= 59696, '<|13.66|>'= 59697, '<|13.68|>'= 59698, '<|13.70|>'= 59699, '<|13.72|>'= 59700, '<|13.74|>'= 59701, '<|13.76|>'= 59702, '<|13.78|>'= 59703, '<|13.80|>'= 59704, '<|13.82|>'= 59705, '<|13.84|>'= 59706, '<|13.86|>'= 59707, '<|13.88|>'= 59708, '<|13.90|>'= 59709, '<|13.92|>'= 59710, '<|13.94|>'= 59711, '<|13.96|>'= 59712, '<|13.98|>'= 59713, '<|14.00|>'= 59714, '<|14.02|>'= 59715, '<|14.04|>'= 59716, '<|14.06|>'= 59717, '<|14.08|>'= 59718, '<|14.10|>'= 59719, '<|14.12|>'= 59720, '<|14.14|>'= 59721, '<|14.16|>'= 59722, '<|14.18|>'= 59723, '<|14.20|>'= 59724, '<|14.22|>'= 59725, '<|14.24|>'= 59726, '<|14.26|>'= 59727, '<|14.28|>'= 59728, '<|14.30|>'= 59729, '<|14.32|>'= 59730, '<|14.34|>'= 59731, '<|14.36|>'= 59732, '<|14.38|>'= 59733, '<|14.40|>'= 59734, '<|14.42|>'= 59735, '<|14.44|>'= 59736, '<|14.46|>'= 59737, '<|14.48|>'= 59738, '<|14.50|>'= 59739, '<|14.52|>'= 59740, '<|14.54|>'= 59741, '<|14.56|>'= 59742, '<|14.58|>'= 59743, '<|14.60|>'= 59744, '<|14.62|>'= 59745, '<|14.64|>'= 59746, '<|14.66|>'= 59747, '<|14.68|>'= 59748, '<|14.70|>'= 59749, '<|14.72|>'= 59750, '<|14.74|>'= 59751, '<|14.76|>'= 59752, '<|14.78|>'= 59753, '<|14.80|>'= 59754, '<|14.82|>'= 59755, '<|14.84|>'= 59756, '<|14.86|>'= 59757, '<|14.88|>'= 59758, '<|14.90|>'= 59759, '<|14.92|>'= 59760, '<|14.94|>'= 59761, '<|14.96|>'= 59762, '<|14.98|>'= 59763, '<|15.00|>'= 59764, '<|15.02|>'= 59765, '<|15.04|>'= 59766, '<|15.06|>'= 59767, '<|15.08|>'= 59768, '<|15.10|>'= 59769, '<|15.12|>'= 59770, '<|15.14|>'= 59771, '<|15.16|>'= 59772, '<|15.18|>'= 59773, '<|15.20|>'= 59774, '<|15.22|>'= 59775, '<|15.24|>'= 59776, '<|15.26|>'= 59777, '<|15.28|>'= 59778, '<|15.30|>'= 59779, '<|15.32|>'= 59780, '<|15.34|>'= 59781, '<|15.36|>'= 59782, '<|15.38|>'= 59783, '<|15.40|>'= 59784, '<|15.42|>'= 59785, '<|15.44|>'= 59786, '<|15.46|>'= 59787, '<|15.48|>'= 59788, '<|15.50|>'= 59789, '<|15.52|>'= 59790, '<|15.54|>'= 59791, '<|15.56|>'= 59792, '<|15.58|>'= 59793, '<|15.60|>'= 59794, '<|15.62|>'= 59795, '<|15.64|>'= 59796, '<|15.66|>'= 59797, '<|15.68|>'= 59798, '<|15.70|>'= 59799, '<|15.72|>'= 59800, '<|15.74|>'= 59801, '<|15.76|>'= 59802, '<|15.78|>'= 59803, '<|15.80|>'= 59804, '<|15.82|>'= 59805, '<|15.84|>'= 59806, '<|15.86|>'= 59807, '<|15.88|>'= 59808, '<|15.90|>'= 59809, '<|15.92|>'= 59810, '<|15.94|>'= 59811, '<|15.96|>'= 59812, '<|15.98|>'= 59813, '<|16.00|>'= 59814, '<|16.02|>'= 59815, '<|16.04|>'= 59816, '<|16.06|>'= 59817, '<|16.08|>'= 59818, '<|16.10|>'= 59819, '<|16.12|>'= 59820, '<|16.14|>'= 59821, '<|16.16|>'= 59822, '<|16.18|>'= 59823, '<|16.20|>'= 59824, '<|16.22|>'= 59825, '<|16.24|>'= 59826, '<|16.26|>'= 59827, '<|16.28|>'= 59828, '<|16.30|>'= 59829, '<|16.32|>'= 59830, '<|16.34|>'= 59831, '<|16.36|>'= 59832, '<|16.38|>'= 59833, '<|16.40|>'= 59834, '<|16.42|>'= 59835, '<|16.44|>'= 59836, '<|16.46|>'= 59837, '<|16.48|>'= 59838, '<|16.50|>'= 59839, '<|16.52|>'= 59840, '<|16.54|>'= 59841, '<|16.56|>'= 59842, '<|16.58|>'= 59843, '<|16.60|>'= 59844, '<|16.62|>'= 59845, '<|16.64|>'= 59846, '<|16.66|>'= 59847, '<|16.68|>'= 59848, '<|16.70|>'= 59849, '<|16.72|>'= 59850, '<|16.74|>'= 59851, '<|16.76|>'= 59852, '<|16.78|>'= 59853, '<|16.80|>'= 59854, '<|16.82|>'= 59855, '<|16.84|>'= 59856, '<|16.86|>'= 59857, '<|16.88|>'= 59858, '<|16.90|>'= 59859, '<|16.92|>'= 59860, '<|16.94|>'= 59861, '<|16.96|>'= 59862, '<|16.98|>'= 59863, '<|17.00|>'= 59864, '<|17.02|>'= 59865, '<|17.04|>'= 59866, '<|17.06|>'= 59867, '<|17.08|>'= 59868, '<|17.10|>'= 59869, '<|17.12|>'= 59870, '<|17.14|>'= 59871, '<|17.16|>'= 59872, '<|17.18|>'= 59873, '<|17.20|>'= 59874, '<|17.22|>'= 59875, '<|17.24|>'= 59876, '<|17.26|>'= 59877, '<|17.28|>'= 59878, '<|17.30|>'= 59879, '<|17.32|>'= 59880, '<|17.34|>'= 59881, '<|17.36|>'= 59882, '<|17.38|>'= 59883, '<|17.40|>'= 59884, '<|17.42|>'= 59885, '<|17.44|>'= 59886, '<|17.46|>'= 59887, '<|17.48|>'= 59888, '<|17.50|>'= 59889, '<|17.52|>'= 59890, '<|17.54|>'= 59891, '<|17.56|>'= 59892, '<|17.58|>'= 59893, '<|17.60|>'= 59894, '<|17.62|>'= 59895, '<|17.64|>'= 59896, '<|17.66|>'= 59897, '<|17.68|>'= 59898, '<|17.70|>'= 59899, '<|17.72|>'= 59900, '<|17.74|>'= 59901, '<|17.76|>'= 59902, '<|17.78|>'= 59903, '<|17.80|>'= 59904, '<|17.82|>'= 59905, '<|17.84|>'= 59906, '<|17.86|>'= 59907, '<|17.88|>'= 59908, '<|17.90|>'= 59909, '<|17.92|>'= 59910, '<|17.94|>'= 59911, '<|17.96|>'= 59912, '<|17.98|>'= 59913, '<|18.00|>'= 59914, '<|18.02|>'= 59915, '<|18.04|>'= 59916, '<|18.06|>'= 59917, '<|18.08|>'= 59918, '<|18.10|>'= 59919, '<|18.12|>'= 59920, '<|18.14|>'= 59921, '<|18.16|>'= 59922, '<|18.18|>'= 59923, '<|18.20|>'= 59924, '<|18.22|>'= 59925, '<|18.24|>'= 59926, '<|18.26|>'= 59927, '<|18.28|>'= 59928, '<|18.30|>'= 59929, '<|18.32|>'= 59930, '<|18.34|>'= 59931, '<|18.36|>'= 59932, '<|18.38|>'= 59933, '<|18.40|>'= 59934, '<|18.42|>'= 59935, '<|18.44|>'= 59936, '<|18.46|>'= 59937, '<|18.48|>'= 59938, '<|18.50|>'= 59939, '<|18.52|>'= 59940, '<|18.54|>'= 59941, '<|18.56|>'= 59942, '<|18.58|>'= 59943, '<|18.60|>'= 59944, '<|18.62|>'= 59945, '<|18.64|>'= 59946, '<|18.66|>'= 59947, '<|18.68|>'= 59948, '<|18.70|>'= 59949, '<|18.72|>'= 59950, '<|18.74|>'= 59951, '<|18.76|>'= 59952, '<|18.78|>'= 59953, '<|18.80|>'= 59954, '<|18.82|>'= 59955, '<|18.84|>'= 59956, '<|18.86|>'= 59957, '<|18.88|>'= 59958, '<|18.90|>'= 59959, '<|18.92|>'= 59960, '<|18.94|>'= 59961, '<|18.96|>'= 59962, '<|18.98|>'= 59963, '<|19.00|>'= 59964, '<|19.02|>'= 59965, '<|19.04|>'= 59966, '<|19.06|>'= 59967, '<|19.08|>'= 59968, '<|19.10|>'= 59969, '<|19.12|>'= 59970, '<|19.14|>'= 59971, '<|19.16|>'= 59972, '<|19.18|>'= 59973, '<|19.20|>'= 59974, '<|19.22|>'= 59975, '<|19.24|>'= 59976, '<|19.26|>'= 59977, '<|19.28|>'= 59978, '<|19.30|>'= 59979, '<|19.32|>'= 59980, '<|19.34|>'= 59981, '<|19.36|>'= 59982, '<|19.38|>'= 59983, '<|19.40|>'= 59984, '<|19.42|>'= 59985, '<|19.44|>'= 59986, '<|19.46|>'= 59987, '<|19.48|>'= 59988, '<|19.50|>'= 59989, '<|19.52|>'= 59990, '<|19.54|>'= 59991, '<|19.56|>'= 59992, '<|19.58|>'= 59993, '<|19.60|>'= 59994, '<|19.62|>'= 59995, '<|19.64|>'= 59996, '<|19.66|>'= 59997, '<|19.68|>'= 59998, '<|19.70|>'= 59999, '<|19.72|>'= 60000, '<|19.74|>'= 60001, '<|19.76|>'= 60002, '<|19.78|>'= 60003, '<|19.80|>'= 60004, '<|19.82|>'= 60005, '<|19.84|>'= 60006, '<|19.86|>'= 60007, '<|19.88|>'= 60008, '<|19.90|>'= 60009, '<|19.92|>'= 60010, '<|19.94|>'= 60011, '<|19.96|>'= 60012, '<|19.98|>'= 60013, '<|20.00|>'= 60014, '<|20.02|>'= 60015, '<|20.04|>'= 60016, '<|20.06|>'= 60017, '<|20.08|>'= 60018, '<|20.10|>'= 60019, '<|20.12|>'= 60020, '<|20.14|>'= 60021, '<|20.16|>'= 60022, '<|20.18|>'= 60023, '<|20.20|>'= 60024, '<|20.22|>'= 60025, '<|20.24|>'= 60026, '<|20.26|>'= 60027, '<|20.28|>'= 60028, '<|20.30|>'= 60029, '<|20.32|>'= 60030, '<|20.34|>'= 60031, '<|20.36|>'= 60032, '<|20.38|>'= 60033, '<|20.40|>'= 60034, '<|20.42|>'= 60035, '<|20.44|>'= 60036, '<|20.46|>'= 60037, '<|20.48|>'= 60038, '<|20.50|>'= 60039, '<|20.52|>'= 60040, '<|20.54|>'= 60041, '<|20.56|>'= 60042, '<|20.58|>'= 60043, '<|20.60|>'= 60044, '<|20.62|>'= 60045, '<|20.64|>'= 60046, '<|20.66|>'= 60047, '<|20.68|>'= 60048, '<|20.70|>'= 60049, '<|20.72|>'= 60050, '<|20.74|>'= 60051, '<|20.76|>'= 60052, '<|20.78|>'= 60053, '<|20.80|>'= 60054, '<|20.82|>'= 60055, '<|20.84|>'= 60056, '<|20.86|>'= 60057, '<|20.88|>'= 60058, '<|20.90|>'= 60059, '<|20.92|>'= 60060, '<|20.94|>'= 60061, '<|20.96|>'= 60062, '<|20.98|>'= 60063, '<|21.00|>'= 60064, '<|21.02|>'= 60065, '<|21.04|>'= 60066, '<|21.06|>'= 60067, '<|21.08|>'= 60068, '<|21.10|>'= 60069, '<|21.12|>'= 60070, '<|21.14|>'= 60071, '<|21.16|>'= 60072, '<|21.18|>'= 60073, '<|21.20|>'= 60074, '<|21.22|>'= 60075, '<|21.24|>'= 60076, '<|21.26|>'= 60077, '<|21.28|>'= 60078, '<|21.30|>'= 60079, '<|21.32|>'= 60080, '<|21.34|>'= 60081, '<|21.36|>'= 60082, '<|21.38|>'= 60083, '<|21.40|>'= 60084, '<|21.42|>'= 60085, '<|21.44|>'= 60086, '<|21.46|>'= 60087, '<|21.48|>'= 60088, '<|21.50|>'= 60089, '<|21.52|>'= 60090, '<|21.54|>'= 60091, '<|21.56|>'= 60092, '<|21.58|>'= 60093, '<|21.60|>'= 60094, '<|21.62|>'= 60095, '<|21.64|>'= 60096, '<|21.66|>'= 60097, '<|21.68|>'= 60098, '<|21.70|>'= 60099, '<|21.72|>'= 60100, '<|21.74|>'= 60101, '<|21.76|>'= 60102, '<|21.78|>'= 60103, '<|21.80|>'= 60104, '<|21.82|>'= 60105, '<|21.84|>'= 60106, '<|21.86|>'= 60107, '<|21.88|>'= 60108, '<|21.90|>'= 60109, '<|21.92|>'= 60110, '<|21.94|>'= 60111, '<|21.96|>'= 60112, '<|21.98|>'= 60113, '<|22.00|>'= 60114, '<|22.02|>'= 60115, '<|22.04|>'= 60116, '<|22.06|>'= 60117, '<|22.08|>'= 60118, '<|22.10|>'= 60119, '<|22.12|>'= 60120, '<|22.14|>'= 60121, '<|22.16|>'= 60122, '<|22.18|>'= 60123, '<|22.20|>'= 60124, '<|22.22|>'= 60125, '<|22.24|>'= 60126, '<|22.26|>'= 60127, '<|22.28|>'= 60128, '<|22.30|>'= 60129, '<|22.32|>'= 60130, '<|22.34|>'= 60131, '<|22.36|>'= 60132, '<|22.38|>'= 60133, '<|22.40|>'= 60134, '<|22.42|>'= 60135, '<|22.44|>'= 60136, '<|22.46|>'= 60137, '<|22.48|>'= 60138, '<|22.50|>'= 60139, '<|22.52|>'= 60140, '<|22.54|>'= 60141, '<|22.56|>'= 60142, '<|22.58|>'= 60143, '<|22.60|>'= 60144, '<|22.62|>'= 60145, '<|22.64|>'= 60146, '<|22.66|>'= 60147, '<|22.68|>'= 60148, '<|22.70|>'= 60149, '<|22.72|>'= 60150, '<|22.74|>'= 60151, '<|22.76|>'= 60152, '<|22.78|>'= 60153, '<|22.80|>'= 60154, '<|22.82|>'= 60155, '<|22.84|>'= 60156, '<|22.86|>'= 60157, '<|22.88|>'= 60158, '<|22.90|>'= 60159, '<|22.92|>'= 60160, '<|22.94|>'= 60161, '<|22.96|>'= 60162, '<|22.98|>'= 60163, '<|23.00|>'= 60164, '<|23.02|>'= 60165, '<|23.04|>'= 60166, '<|23.06|>'= 60167, '<|23.08|>'= 60168, '<|23.10|>'= 60169, '<|23.12|>'= 60170, '<|23.14|>'= 60171, '<|23.16|>'= 60172, '<|23.18|>'= 60173, '<|23.20|>'= 60174, '<|23.22|>'= 60175, '<|23.24|>'= 60176, '<|23.26|>'= 60177, '<|23.28|>'= 60178, '<|23.30|>'= 60179, '<|23.32|>'= 60180, '<|23.34|>'= 60181, '<|23.36|>'= 60182, '<|23.38|>'= 60183, '<|23.40|>'= 60184, '<|23.42|>'= 60185, '<|23.44|>'= 60186, '<|23.46|>'= 60187, '<|23.48|>'= 60188, '<|23.50|>'= 60189, '<|23.52|>'= 60190, '<|23.54|>'= 60191, '<|23.56|>'= 60192, '<|23.58|>'= 60193, '<|23.60|>'= 60194, '<|23.62|>'= 60195, '<|23.64|>'= 60196, '<|23.66|>'= 60197, '<|23.68|>'= 60198, '<|23.70|>'= 60199, '<|23.72|>'= 60200, '<|23.74|>'= 60201, '<|23.76|>'= 60202, '<|23.78|>'= 60203, '<|23.80|>'= 60204, '<|23.82|>'= 60205, '<|23.84|>'= 60206, '<|23.86|>'= 60207, '<|23.88|>'= 60208, '<|23.90|>'= 60209, '<|23.92|>'= 60210, '<|23.94|>'= 60211, '<|23.96|>'= 60212, '<|23.98|>'= 60213, '<|24.00|>'= 60214, '<|24.02|>'= 60215, '<|24.04|>'= 60216, '<|24.06|>'= 60217, '<|24.08|>'= 60218, '<|24.10|>'= 60219, '<|24.12|>'= 60220, '<|24.14|>'= 60221, '<|24.16|>'= 60222, '<|24.18|>'= 60223, '<|24.20|>'= 60224, '<|24.22|>'= 60225, '<|24.24|>'= 60226, '<|24.26|>'= 60227, '<|24.28|>'= 60228, '<|24.30|>'= 60229, '<|24.32|>'= 60230, '<|24.34|>'= 60231, '<|24.36|>'= 60232, '<|24.38|>'= 60233, '<|24.40|>'= 60234, '<|24.42|>'= 60235, '<|24.44|>'= 60236, '<|24.46|>'= 60237, '<|24.48|>'= 60238, '<|24.50|>'= 60239, '<|24.52|>'= 60240, '<|24.54|>'= 60241, '<|24.56|>'= 60242, '<|24.58|>'= 60243, '<|24.60|>'= 60244, '<|24.62|>'= 60245, '<|24.64|>'= 60246, '<|24.66|>'= 60247, '<|24.68|>'= 60248, '<|24.70|>'= 60249, '<|24.72|>'= 60250, '<|24.74|>'= 60251, '<|24.76|>'= 60252, '<|24.78|>'= 60253, '<|24.80|>'= 60254, '<|24.82|>'= 60255, '<|24.84|>'= 60256, '<|24.86|>'= 60257, '<|24.88|>'= 60258, '<|24.90|>'= 60259, '<|24.92|>'= 60260, '<|24.94|>'= 60261, '<|24.96|>'= 60262, '<|24.98|>'= 60263, '<|25.00|>'= 60264, '<|25.02|>'= 60265, '<|25.04|>'= 60266, '<|25.06|>'= 60267, '<|25.08|>'= 60268, '<|25.10|>'= 60269, '<|25.12|>'= 60270, '<|25.14|>'= 60271, '<|25.16|>'= 60272, '<|25.18|>'= 60273, '<|25.20|>'= 60274, '<|25.22|>'= 60275, '<|25.24|>'= 60276, '<|25.26|>'= 60277, '<|25.28|>'= 60278, '<|25.30|>'= 60279, '<|25.32|>'= 60280, '<|25.34|>'= 60281, '<|25.36|>'= 60282, '<|25.38|>'= 60283, '<|25.40|>'= 60284, '<|25.42|>'= 60285, '<|25.44|>'= 60286, '<|25.46|>'= 60287, '<|25.48|>'= 60288, '<|25.50|>'= 60289, '<|25.52|>'= 60290, '<|25.54|>'= 60291, '<|25.56|>'= 60292, '<|25.58|>'= 60293, '<|25.60|>'= 60294, '<|25.62|>'= 60295, '<|25.64|>'= 60296, '<|25.66|>'= 60297, '<|25.68|>'= 60298, '<|25.70|>'= 60299, '<|25.72|>'= 60300, '<|25.74|>'= 60301, '<|25.76|>'= 60302, '<|25.78|>'= 60303, '<|25.80|>'= 60304, '<|25.82|>'= 60305, '<|25.84|>'= 60306, '<|25.86|>'= 60307, '<|25.88|>'= 60308, '<|25.90|>'= 60309, '<|25.92|>'= 60310, '<|25.94|>'= 60311, '<|25.96|>'= 60312, '<|25.98|>'= 60313, '<|26.00|>'= 60314, '<|26.02|>'= 60315, '<|26.04|>'= 60316, '<|26.06|>'= 60317, '<|26.08|>'= 60318, '<|26.10|>'= 60319, '<|26.12|>'= 60320, '<|26.14|>'= 60321, '<|26.16|>'= 60322, '<|26.18|>'= 60323, '<|26.20|>'= 60324, '<|26.22|>'= 60325, '<|26.24|>'= 60326, '<|26.26|>'= 60327, '<|26.28|>'= 60328, '<|26.30|>'= 60329, '<|26.32|>'= 60330, '<|26.34|>'= 60331, '<|26.36|>'= 60332, '<|26.38|>'= 60333, '<|26.40|>'= 60334, '<|26.42|>'= 60335, '<|26.44|>'= 60336, '<|26.46|>'= 60337, '<|26.48|>'= 60338, '<|26.50|>'= 60339, '<|26.52|>'= 60340, '<|26.54|>'= 60341, '<|26.56|>'= 60342, '<|26.58|>'= 60343, '<|26.60|>'= 60344, '<|26.62|>'= 60345, '<|26.64|>'= 60346, '<|26.66|>'= 60347, '<|26.68|>'= 60348, '<|26.70|>'= 60349, '<|26.72|>'= 60350, '<|26.74|>'= 60351, '<|26.76|>'= 60352, '<|26.78|>'= 60353, '<|26.80|>'= 60354, '<|26.82|>'= 60355, '<|26.84|>'= 60356, '<|26.86|>'= 60357, '<|26.88|>'= 60358, '<|26.90|>'= 60359, '<|26.92|>'= 60360, '<|26.94|>'= 60361, '<|26.96|>'= 60362, '<|26.98|>'= 60363, '<|27.00|>'= 60364, '<|27.02|>'= 60365, '<|27.04|>'= 60366, '<|27.06|>'= 60367, '<|27.08|>'= 60368, '<|27.10|>'= 60369, '<|27.12|>'= 60370, '<|27.14|>'= 60371, '<|27.16|>'= 60372, '<|27.18|>'= 60373, '<|27.20|>'= 60374, '<|27.22|>'= 60375, '<|27.24|>'= 60376, '<|27.26|>'= 60377, '<|27.28|>'= 60378, '<|27.30|>'= 60379, '<|27.32|>'= 60380, '<|27.34|>'= 60381, '<|27.36|>'= 60382, '<|27.38|>'= 60383, '<|27.40|>'= 60384, '<|27.42|>'= 60385, '<|27.44|>'= 60386, '<|27.46|>'= 60387, '<|27.48|>'= 60388, '<|27.50|>'= 60389, '<|27.52|>'= 60390, '<|27.54|>'= 60391, '<|27.56|>'= 60392, '<|27.58|>'= 60393, '<|27.60|>'= 60394, '<|27.62|>'= 60395, '<|27.64|>'= 60396, '<|27.66|>'= 60397, '<|27.68|>'= 60398, '<|27.70|>'= 60399, '<|27.72|>'= 60400, '<|27.74|>'= 60401, '<|27.76|>'= 60402, '<|27.78|>'= 60403, '<|27.80|>'= 60404, '<|27.82|>'= 60405, '<|27.84|>'= 60406, '<|27.86|>'= 60407, '<|27.88|>'= 60408, '<|27.90|>'= 60409, '<|27.92|>'= 60410, '<|27.94|>'= 60411, '<|27.96|>'= 60412, '<|27.98|>'= 60413, '<|28.00|>'= 60414, '<|28.02|>'= 60415, '<|28.04|>'= 60416, '<|28.06|>'= 60417, '<|28.08|>'= 60418, '<|28.10|>'= 60419, '<|28.12|>'= 60420, '<|28.14|>'= 60421, '<|28.16|>'= 60422, '<|28.18|>'= 60423, '<|28.20|>'= 60424, '<|28.22|>'= 60425, '<|28.24|>'= 60426, '<|28.26|>'= 60427, '<|28.28|>'= 60428, '<|28.30|>'= 60429, '<|28.32|>'= 60430, '<|28.34|>'= 60431, '<|28.36|>'= 60432, '<|28.38|>'= 60433, '<|28.40|>'= 60434, '<|28.42|>'= 60435, '<|28.44|>'= 60436, '<|28.46|>'= 60437, '<|28.48|>'= 60438, '<|28.50|>'= 60439, '<|28.52|>'= 60440, '<|28.54|>'= 60441, '<|28.56|>'= 60442, '<|28.58|>'= 60443, '<|28.60|>'= 60444, '<|28.62|>'= 60445, '<|28.64|>'= 60446, '<|28.66|>'= 60447, '<|28.68|>'= 60448, '<|28.70|>'= 60449, '<|28.72|>'= 60450, '<|28.74|>'= 60451, '<|28.76|>'= 60452, '<|28.78|>'= 60453, '<|28.80|>'= 60454, '<|28.82|>'= 60455, '<|28.84|>'= 60456, '<|28.86|>'= 60457, '<|28.88|>'= 60458, '<|28.90|>'= 60459, '<|28.92|>'= 60460, '<|28.94|>'= 60461, '<|28.96|>'= 60462, '<|28.98|>'= 60463, '<|29.00|>'= 60464, '<|29.02|>'= 60465, '<|29.04|>'= 60466, '<|29.06|>'= 60467, '<|29.08|>'= 60468, '<|29.10|>'= 60469, '<|29.12|>'= 60470, '<|29.14|>'= 60471, '<|29.16|>'= 60472, '<|29.18|>'= 60473, '<|29.20|>'= 60474, '<|29.22|>'= 60475, '<|29.24|>'= 60476, '<|29.26|>'= 60477, '<|29.28|>'= 60478, '<|29.30|>'= 60479, '<|29.32|>'= 60480, '<|29.34|>'= 60481, '<|29.36|>'= 60482, '<|29.38|>'= 60483, '<|29.40|>'= 60484, '<|29.42|>'= 60485, '<|29.44|>'= 60486, '<|29.46|>'= 60487, '<|29.48|>'= 60488, '<|29.50|>'= 60489, '<|29.52|>'= 60490, '<|29.54|>'= 60491, '<|29.56|>'= 60492, '<|29.58|>'= 60493, '<|29.60|>'= 60494, '<|29.62|>'= 60495, '<|29.64|>'= 60496, '<|29.66|>'= 60497, '<|29.68|>'= 60498, '<|29.70|>'= 60499, '<|29.72|>'= 60500, '<|29.74|>'= 60501, '<|29.76|>'= 60502, '<|29.78|>'= 60503, '<|29.80|>'= 60504, '<|29.82|>'= 60505, '<|29.84|>'= 60506, '<|29.86|>'= 60507, '<|29.88|>'= 60508, '<|29.90|>'= 60509, '<|29.92|>'= 60510, '<|29.94|>'= 60511, '<|29.96|>'= 60512, '<|29.98|>'= 60513, '<|30.00|>'= 60514} + +[encodings.multilingual_zh_ja_yue_char_del_v2] +pattern = ''''s|'t|'re|'ve|'m|'ll|'d| ?\p{L}+| ?\p{N}+| ?[^\s\p{L}\p{N}]+|\s+''' +special_tokens = {'<|endoftext|>'= 58836, '<|startoftranscript|>'= 58837, '<|en|>'= 58838, '<|zh|>'= 58839, '<|de|>'= 58840, '<|es|>'= 58841, '<|ru|>'= 58842, '<|ko|>'= 58843, '<|fr|>'= 58844, '<|ja|>'= 58845, '<|pt|>'= 58846, '<|tr|>'= 58847, '<|pl|>'= 58848, '<|ca|>'= 58849, '<|nl|>'= 58850, '<|ar|>'= 58851, '<|sv|>'= 58852, '<|it|>'= 58853, '<|id|>'= 58854, '<|hi|>'= 58855, '<|fi|>'= 58856, '<|vi|>'= 58857, '<|he|>'= 58858, '<|uk|>'= 58859, '<|el|>'= 58860, '<|ms|>'= 58861, '<|cs|>'= 58862, '<|ro|>'= 58863, '<|da|>'= 58864, '<|hu|>'= 58865, '<|ta|>'= 58866, '<|no|>'= 58867, '<|th|>'= 58868, '<|ur|>'= 58869, '<|hr|>'= 58870, '<|bg|>'= 58871, '<|lt|>'= 58872, '<|la|>'= 58873, '<|mi|>'= 58874, '<|ml|>'= 58875, '<|cy|>'= 58876, '<|sk|>'= 58877, '<|te|>'= 58878, '<|fa|>'= 58879, '<|lv|>'= 58880, '<|bn|>'= 58881, '<|sr|>'= 58882, '<|az|>'= 58883, '<|sl|>'= 58884, '<|kn|>'= 58885, '<|et|>'= 58886, '<|mk|>'= 58887, '<|br|>'= 58888, '<|eu|>'= 58889, '<|is|>'= 58890, '<|hy|>'= 58891, '<|ne|>'= 58892, '<|mn|>'= 58893, '<|bs|>'= 58894, '<|kk|>'= 58895, '<|sq|>'= 58896, '<|sw|>'= 58897, '<|gl|>'= 58898, '<|mr|>'= 58899, '<|pa|>'= 58900, '<|si|>'= 58901, '<|km|>'= 58902, '<|sn|>'= 58903, '<|yo|>'= 58904, '<|so|>'= 58905, '<|af|>'= 58906, '<|oc|>'= 58907, '<|ka|>'= 58908, '<|be|>'= 58909, '<|tg|>'= 58910, '<|sd|>'= 58911, '<|gu|>'= 58912, '<|am|>'= 58913, '<|yi|>'= 58914, '<|lo|>'= 58915, '<|uz|>'= 58916, '<|fo|>'= 58917, '<|ht|>'= 58918, '<|ps|>'= 58919, '<|tk|>'= 58920, '<|nn|>'= 58921, '<|mt|>'= 58922, '<|sa|>'= 58923, '<|lb|>'= 58924, '<|my|>'= 58925, '<|bo|>'= 58926, '<|tl|>'= 58927, '<|mg|>'= 58928, '<|as|>'= 58929, '<|tt|>'= 58930, '<|haw|>'= 58931, '<|ln|>'= 58932, '<|ha|>'= 58933, '<|ba|>'= 58934, '<|jw|>'= 58935, '<|su|>'= 58936, '<|yue|>'= 58937, '<|minnan|>'= 58938, '<|wuyu|>'= 58939, '<|dialect|>'= 58940, '<|zh/en|>'= 58941, '<|en/zh|>'= 58942, '<|ASR|>'= 58943, '<|AED|>'= 58944, '<|SER|>'= 58945, '<|Speech|>'= 58946, '<|/Speech|>'= 58947, '<|BGM|>'= 58948, '<|/BGM|>'= 58949, '<|Laughter|>'= 58950, '<|/Laughter|>'= 58951, '<|Applause|>'= 58952, '<|/Applause|>'= 58953, '<|HAPPY|>'= 58954, '<|SAD|>'= 58955, '<|ANGRY|>'= 58956, '<|NEUTRAL|>'= 58957, '<|translate|>'= 58958, '<|transcribe|>'= 58959, '<|startoflm|>'= 58960, '<|startofprev|>'= 58961, '<|nospeech|>'= 58962, '<|notimestamps|>'= 58963, '[noise]'= 58964, '[lipsmack]'= 58965, '[sigh]'= 58966, '[breath]'= 58967, '[mn]'= 58968, '[pause]'= 58969, '[laughter]'= 58970, '[cough]'= 58971, '[laugh]'= 58972, '[humph]'= 58973, '[quick_breath]'= 58974, '[accent]'= 58975, '[clucking]'= 58976, '[hissing]'= 58977, '[snuffle]'= 58978, '[oink]'= 58979, ''= 58980, ''= 58981, ''= 58982, ''= 58983, '<|SPECIAL_TOKEN_1|>'= 58984, '<|SPECIAL_TOKEN_2|>'= 58985, '<|SPECIAL_TOKEN_3|>'= 58986, '<|SPECIAL_TOKEN_4|>'= 58987, '<|SPECIAL_TOKEN_5|>'= 58988, '<|SPECIAL_TOKEN_6|>'= 58989, '<|SPECIAL_TOKEN_7|>'= 58990, '<|SPECIAL_TOKEN_8|>'= 58991, '<|SPECIAL_TOKEN_9|>'= 58992, '<|SPECIAL_TOKEN_10|>'= 58993, '<|TTS/B|>'= 58994, '<|TTS/O|>'= 58995, '<|TTS/Q|>'= 58996, '<|TTS/A|>'= 58997, '<|TTS/CO|>'= 58998, '<|TTS/CL|>'= 58999, '<|TTS/H|>'= 59000, '<|TTS/SP01|>'= 59001, '<|TTS/SP02|>'= 59002, '<|TTS/SP03|>'= 59003, '<|TTS/SP04|>'= 59004, '<|TTS/SP05|>'= 59005, '<|TTS/SP06|>'= 59006, '<|TTS/SP07|>'= 59007, '<|TTS/SP08|>'= 59008, '<|TTS/SP09|>'= 59009, '<|TTS/SP10|>'= 59010, '<|TTS/SP11|>'= 59011, '<|TTS/SP12|>'= 59012, '<|TTS/SP13|>'= 59013, '<|0.00|>'= 59014, '<|0.02|>'= 59015, '<|0.04|>'= 59016, '<|0.06|>'= 59017, '<|0.08|>'= 59018, '<|0.10|>'= 59019, '<|0.12|>'= 59020, '<|0.14|>'= 59021, '<|0.16|>'= 59022, '<|0.18|>'= 59023, '<|0.20|>'= 59024, '<|0.22|>'= 59025, '<|0.24|>'= 59026, '<|0.26|>'= 59027, '<|0.28|>'= 59028, '<|0.30|>'= 59029, '<|0.32|>'= 59030, '<|0.34|>'= 59031, '<|0.36|>'= 59032, '<|0.38|>'= 59033, '<|0.40|>'= 59034, '<|0.42|>'= 59035, '<|0.44|>'= 59036, '<|0.46|>'= 59037, '<|0.48|>'= 59038, '<|0.50|>'= 59039, '<|0.52|>'= 59040, '<|0.54|>'= 59041, '<|0.56|>'= 59042, '<|0.58|>'= 59043, '<|0.60|>'= 59044, '<|0.62|>'= 59045, '<|0.64|>'= 59046, '<|0.66|>'= 59047, '<|0.68|>'= 59048, '<|0.70|>'= 59049, '<|0.72|>'= 59050, '<|0.74|>'= 59051, '<|0.76|>'= 59052, '<|0.78|>'= 59053, '<|0.80|>'= 59054, '<|0.82|>'= 59055, '<|0.84|>'= 59056, '<|0.86|>'= 59057, '<|0.88|>'= 59058, '<|0.90|>'= 59059, '<|0.92|>'= 59060, '<|0.94|>'= 59061, '<|0.96|>'= 59062, '<|0.98|>'= 59063, '<|1.00|>'= 59064, '<|1.02|>'= 59065, '<|1.04|>'= 59066, '<|1.06|>'= 59067, '<|1.08|>'= 59068, '<|1.10|>'= 59069, '<|1.12|>'= 59070, '<|1.14|>'= 59071, '<|1.16|>'= 59072, '<|1.18|>'= 59073, '<|1.20|>'= 59074, '<|1.22|>'= 59075, '<|1.24|>'= 59076, '<|1.26|>'= 59077, '<|1.28|>'= 59078, '<|1.30|>'= 59079, '<|1.32|>'= 59080, '<|1.34|>'= 59081, '<|1.36|>'= 59082, '<|1.38|>'= 59083, '<|1.40|>'= 59084, '<|1.42|>'= 59085, '<|1.44|>'= 59086, '<|1.46|>'= 59087, '<|1.48|>'= 59088, '<|1.50|>'= 59089, '<|1.52|>'= 59090, '<|1.54|>'= 59091, '<|1.56|>'= 59092, '<|1.58|>'= 59093, '<|1.60|>'= 59094, '<|1.62|>'= 59095, '<|1.64|>'= 59096, '<|1.66|>'= 59097, '<|1.68|>'= 59098, '<|1.70|>'= 59099, '<|1.72|>'= 59100, '<|1.74|>'= 59101, '<|1.76|>'= 59102, '<|1.78|>'= 59103, '<|1.80|>'= 59104, '<|1.82|>'= 59105, '<|1.84|>'= 59106, '<|1.86|>'= 59107, '<|1.88|>'= 59108, '<|1.90|>'= 59109, '<|1.92|>'= 59110, '<|1.94|>'= 59111, '<|1.96|>'= 59112, '<|1.98|>'= 59113, '<|2.00|>'= 59114, '<|2.02|>'= 59115, '<|2.04|>'= 59116, '<|2.06|>'= 59117, '<|2.08|>'= 59118, '<|2.10|>'= 59119, '<|2.12|>'= 59120, '<|2.14|>'= 59121, '<|2.16|>'= 59122, '<|2.18|>'= 59123, '<|2.20|>'= 59124, '<|2.22|>'= 59125, '<|2.24|>'= 59126, '<|2.26|>'= 59127, '<|2.28|>'= 59128, '<|2.30|>'= 59129, '<|2.32|>'= 59130, '<|2.34|>'= 59131, '<|2.36|>'= 59132, '<|2.38|>'= 59133, '<|2.40|>'= 59134, '<|2.42|>'= 59135, '<|2.44|>'= 59136, '<|2.46|>'= 59137, '<|2.48|>'= 59138, '<|2.50|>'= 59139, '<|2.52|>'= 59140, '<|2.54|>'= 59141, '<|2.56|>'= 59142, '<|2.58|>'= 59143, '<|2.60|>'= 59144, '<|2.62|>'= 59145, '<|2.64|>'= 59146, '<|2.66|>'= 59147, '<|2.68|>'= 59148, '<|2.70|>'= 59149, '<|2.72|>'= 59150, '<|2.74|>'= 59151, '<|2.76|>'= 59152, '<|2.78|>'= 59153, '<|2.80|>'= 59154, '<|2.82|>'= 59155, '<|2.84|>'= 59156, '<|2.86|>'= 59157, '<|2.88|>'= 59158, '<|2.90|>'= 59159, '<|2.92|>'= 59160, '<|2.94|>'= 59161, '<|2.96|>'= 59162, '<|2.98|>'= 59163, '<|3.00|>'= 59164, '<|3.02|>'= 59165, '<|3.04|>'= 59166, '<|3.06|>'= 59167, '<|3.08|>'= 59168, '<|3.10|>'= 59169, '<|3.12|>'= 59170, '<|3.14|>'= 59171, '<|3.16|>'= 59172, '<|3.18|>'= 59173, '<|3.20|>'= 59174, '<|3.22|>'= 59175, '<|3.24|>'= 59176, '<|3.26|>'= 59177, '<|3.28|>'= 59178, '<|3.30|>'= 59179, '<|3.32|>'= 59180, '<|3.34|>'= 59181, '<|3.36|>'= 59182, '<|3.38|>'= 59183, '<|3.40|>'= 59184, '<|3.42|>'= 59185, '<|3.44|>'= 59186, '<|3.46|>'= 59187, '<|3.48|>'= 59188, '<|3.50|>'= 59189, '<|3.52|>'= 59190, '<|3.54|>'= 59191, '<|3.56|>'= 59192, '<|3.58|>'= 59193, '<|3.60|>'= 59194, '<|3.62|>'= 59195, '<|3.64|>'= 59196, '<|3.66|>'= 59197, '<|3.68|>'= 59198, '<|3.70|>'= 59199, '<|3.72|>'= 59200, '<|3.74|>'= 59201, '<|3.76|>'= 59202, '<|3.78|>'= 59203, '<|3.80|>'= 59204, '<|3.82|>'= 59205, '<|3.84|>'= 59206, '<|3.86|>'= 59207, '<|3.88|>'= 59208, '<|3.90|>'= 59209, '<|3.92|>'= 59210, '<|3.94|>'= 59211, '<|3.96|>'= 59212, '<|3.98|>'= 59213, '<|4.00|>'= 59214, '<|4.02|>'= 59215, '<|4.04|>'= 59216, '<|4.06|>'= 59217, '<|4.08|>'= 59218, '<|4.10|>'= 59219, '<|4.12|>'= 59220, '<|4.14|>'= 59221, '<|4.16|>'= 59222, '<|4.18|>'= 59223, '<|4.20|>'= 59224, '<|4.22|>'= 59225, '<|4.24|>'= 59226, '<|4.26|>'= 59227, '<|4.28|>'= 59228, '<|4.30|>'= 59229, '<|4.32|>'= 59230, '<|4.34|>'= 59231, '<|4.36|>'= 59232, '<|4.38|>'= 59233, '<|4.40|>'= 59234, '<|4.42|>'= 59235, '<|4.44|>'= 59236, '<|4.46|>'= 59237, '<|4.48|>'= 59238, '<|4.50|>'= 59239, '<|4.52|>'= 59240, '<|4.54|>'= 59241, '<|4.56|>'= 59242, '<|4.58|>'= 59243, '<|4.60|>'= 59244, '<|4.62|>'= 59245, '<|4.64|>'= 59246, '<|4.66|>'= 59247, '<|4.68|>'= 59248, '<|4.70|>'= 59249, '<|4.72|>'= 59250, '<|4.74|>'= 59251, '<|4.76|>'= 59252, '<|4.78|>'= 59253, '<|4.80|>'= 59254, '<|4.82|>'= 59255, '<|4.84|>'= 59256, '<|4.86|>'= 59257, '<|4.88|>'= 59258, '<|4.90|>'= 59259, '<|4.92|>'= 59260, '<|4.94|>'= 59261, '<|4.96|>'= 59262, '<|4.98|>'= 59263, '<|5.00|>'= 59264, '<|5.02|>'= 59265, '<|5.04|>'= 59266, '<|5.06|>'= 59267, '<|5.08|>'= 59268, '<|5.10|>'= 59269, '<|5.12|>'= 59270, '<|5.14|>'= 59271, '<|5.16|>'= 59272, '<|5.18|>'= 59273, '<|5.20|>'= 59274, '<|5.22|>'= 59275, '<|5.24|>'= 59276, '<|5.26|>'= 59277, '<|5.28|>'= 59278, '<|5.30|>'= 59279, '<|5.32|>'= 59280, '<|5.34|>'= 59281, '<|5.36|>'= 59282, '<|5.38|>'= 59283, '<|5.40|>'= 59284, '<|5.42|>'= 59285, '<|5.44|>'= 59286, '<|5.46|>'= 59287, '<|5.48|>'= 59288, '<|5.50|>'= 59289, '<|5.52|>'= 59290, '<|5.54|>'= 59291, '<|5.56|>'= 59292, '<|5.58|>'= 59293, '<|5.60|>'= 59294, '<|5.62|>'= 59295, '<|5.64|>'= 59296, '<|5.66|>'= 59297, '<|5.68|>'= 59298, '<|5.70|>'= 59299, '<|5.72|>'= 59300, '<|5.74|>'= 59301, '<|5.76|>'= 59302, '<|5.78|>'= 59303, '<|5.80|>'= 59304, '<|5.82|>'= 59305, '<|5.84|>'= 59306, '<|5.86|>'= 59307, '<|5.88|>'= 59308, '<|5.90|>'= 59309, '<|5.92|>'= 59310, '<|5.94|>'= 59311, '<|5.96|>'= 59312, '<|5.98|>'= 59313, '<|6.00|>'= 59314, '<|6.02|>'= 59315, '<|6.04|>'= 59316, '<|6.06|>'= 59317, '<|6.08|>'= 59318, '<|6.10|>'= 59319, '<|6.12|>'= 59320, '<|6.14|>'= 59321, '<|6.16|>'= 59322, '<|6.18|>'= 59323, '<|6.20|>'= 59324, '<|6.22|>'= 59325, '<|6.24|>'= 59326, '<|6.26|>'= 59327, '<|6.28|>'= 59328, '<|6.30|>'= 59329, '<|6.32|>'= 59330, '<|6.34|>'= 59331, '<|6.36|>'= 59332, '<|6.38|>'= 59333, '<|6.40|>'= 59334, '<|6.42|>'= 59335, '<|6.44|>'= 59336, '<|6.46|>'= 59337, '<|6.48|>'= 59338, '<|6.50|>'= 59339, '<|6.52|>'= 59340, '<|6.54|>'= 59341, '<|6.56|>'= 59342, '<|6.58|>'= 59343, '<|6.60|>'= 59344, '<|6.62|>'= 59345, '<|6.64|>'= 59346, '<|6.66|>'= 59347, '<|6.68|>'= 59348, '<|6.70|>'= 59349, '<|6.72|>'= 59350, '<|6.74|>'= 59351, '<|6.76|>'= 59352, '<|6.78|>'= 59353, '<|6.80|>'= 59354, '<|6.82|>'= 59355, '<|6.84|>'= 59356, '<|6.86|>'= 59357, '<|6.88|>'= 59358, '<|6.90|>'= 59359, '<|6.92|>'= 59360, '<|6.94|>'= 59361, '<|6.96|>'= 59362, '<|6.98|>'= 59363, '<|7.00|>'= 59364, '<|7.02|>'= 59365, '<|7.04|>'= 59366, '<|7.06|>'= 59367, '<|7.08|>'= 59368, '<|7.10|>'= 59369, '<|7.12|>'= 59370, '<|7.14|>'= 59371, '<|7.16|>'= 59372, '<|7.18|>'= 59373, '<|7.20|>'= 59374, '<|7.22|>'= 59375, '<|7.24|>'= 59376, '<|7.26|>'= 59377, '<|7.28|>'= 59378, '<|7.30|>'= 59379, '<|7.32|>'= 59380, '<|7.34|>'= 59381, '<|7.36|>'= 59382, '<|7.38|>'= 59383, '<|7.40|>'= 59384, '<|7.42|>'= 59385, '<|7.44|>'= 59386, '<|7.46|>'= 59387, '<|7.48|>'= 59388, '<|7.50|>'= 59389, '<|7.52|>'= 59390, '<|7.54|>'= 59391, '<|7.56|>'= 59392, '<|7.58|>'= 59393, '<|7.60|>'= 59394, '<|7.62|>'= 59395, '<|7.64|>'= 59396, '<|7.66|>'= 59397, '<|7.68|>'= 59398, '<|7.70|>'= 59399, '<|7.72|>'= 59400, '<|7.74|>'= 59401, '<|7.76|>'= 59402, '<|7.78|>'= 59403, '<|7.80|>'= 59404, '<|7.82|>'= 59405, '<|7.84|>'= 59406, '<|7.86|>'= 59407, '<|7.88|>'= 59408, '<|7.90|>'= 59409, '<|7.92|>'= 59410, '<|7.94|>'= 59411, '<|7.96|>'= 59412, '<|7.98|>'= 59413, '<|8.00|>'= 59414, '<|8.02|>'= 59415, '<|8.04|>'= 59416, '<|8.06|>'= 59417, '<|8.08|>'= 59418, '<|8.10|>'= 59419, '<|8.12|>'= 59420, '<|8.14|>'= 59421, '<|8.16|>'= 59422, '<|8.18|>'= 59423, '<|8.20|>'= 59424, '<|8.22|>'= 59425, '<|8.24|>'= 59426, '<|8.26|>'= 59427, '<|8.28|>'= 59428, '<|8.30|>'= 59429, '<|8.32|>'= 59430, '<|8.34|>'= 59431, '<|8.36|>'= 59432, '<|8.38|>'= 59433, '<|8.40|>'= 59434, '<|8.42|>'= 59435, '<|8.44|>'= 59436, '<|8.46|>'= 59437, '<|8.48|>'= 59438, '<|8.50|>'= 59439, '<|8.52|>'= 59440, '<|8.54|>'= 59441, '<|8.56|>'= 59442, '<|8.58|>'= 59443, '<|8.60|>'= 59444, '<|8.62|>'= 59445, '<|8.64|>'= 59446, '<|8.66|>'= 59447, '<|8.68|>'= 59448, '<|8.70|>'= 59449, '<|8.72|>'= 59450, '<|8.74|>'= 59451, '<|8.76|>'= 59452, '<|8.78|>'= 59453, '<|8.80|>'= 59454, '<|8.82|>'= 59455, '<|8.84|>'= 59456, '<|8.86|>'= 59457, '<|8.88|>'= 59458, '<|8.90|>'= 59459, '<|8.92|>'= 59460, '<|8.94|>'= 59461, '<|8.96|>'= 59462, '<|8.98|>'= 59463, '<|9.00|>'= 59464, '<|9.02|>'= 59465, '<|9.04|>'= 59466, '<|9.06|>'= 59467, '<|9.08|>'= 59468, '<|9.10|>'= 59469, '<|9.12|>'= 59470, '<|9.14|>'= 59471, '<|9.16|>'= 59472, '<|9.18|>'= 59473, '<|9.20|>'= 59474, '<|9.22|>'= 59475, '<|9.24|>'= 59476, '<|9.26|>'= 59477, '<|9.28|>'= 59478, '<|9.30|>'= 59479, '<|9.32|>'= 59480, '<|9.34|>'= 59481, '<|9.36|>'= 59482, '<|9.38|>'= 59483, '<|9.40|>'= 59484, '<|9.42|>'= 59485, '<|9.44|>'= 59486, '<|9.46|>'= 59487, '<|9.48|>'= 59488, '<|9.50|>'= 59489, '<|9.52|>'= 59490, '<|9.54|>'= 59491, '<|9.56|>'= 59492, '<|9.58|>'= 59493, '<|9.60|>'= 59494, '<|9.62|>'= 59495, '<|9.64|>'= 59496, '<|9.66|>'= 59497, '<|9.68|>'= 59498, '<|9.70|>'= 59499, '<|9.72|>'= 59500, '<|9.74|>'= 59501, '<|9.76|>'= 59502, '<|9.78|>'= 59503, '<|9.80|>'= 59504, '<|9.82|>'= 59505, '<|9.84|>'= 59506, '<|9.86|>'= 59507, '<|9.88|>'= 59508, '<|9.90|>'= 59509, '<|9.92|>'= 59510, '<|9.94|>'= 59511, '<|9.96|>'= 59512, '<|9.98|>'= 59513, '<|10.00|>'= 59514, '<|10.02|>'= 59515, '<|10.04|>'= 59516, '<|10.06|>'= 59517, '<|10.08|>'= 59518, '<|10.10|>'= 59519, '<|10.12|>'= 59520, '<|10.14|>'= 59521, '<|10.16|>'= 59522, '<|10.18|>'= 59523, '<|10.20|>'= 59524, '<|10.22|>'= 59525, '<|10.24|>'= 59526, '<|10.26|>'= 59527, '<|10.28|>'= 59528, '<|10.30|>'= 59529, '<|10.32|>'= 59530, '<|10.34|>'= 59531, '<|10.36|>'= 59532, '<|10.38|>'= 59533, '<|10.40|>'= 59534, '<|10.42|>'= 59535, '<|10.44|>'= 59536, '<|10.46|>'= 59537, '<|10.48|>'= 59538, '<|10.50|>'= 59539, '<|10.52|>'= 59540, '<|10.54|>'= 59541, '<|10.56|>'= 59542, '<|10.58|>'= 59543, '<|10.60|>'= 59544, '<|10.62|>'= 59545, '<|10.64|>'= 59546, '<|10.66|>'= 59547, '<|10.68|>'= 59548, '<|10.70|>'= 59549, '<|10.72|>'= 59550, '<|10.74|>'= 59551, '<|10.76|>'= 59552, '<|10.78|>'= 59553, '<|10.80|>'= 59554, '<|10.82|>'= 59555, '<|10.84|>'= 59556, '<|10.86|>'= 59557, '<|10.88|>'= 59558, '<|10.90|>'= 59559, '<|10.92|>'= 59560, '<|10.94|>'= 59561, '<|10.96|>'= 59562, '<|10.98|>'= 59563, '<|11.00|>'= 59564, '<|11.02|>'= 59565, '<|11.04|>'= 59566, '<|11.06|>'= 59567, '<|11.08|>'= 59568, '<|11.10|>'= 59569, '<|11.12|>'= 59570, '<|11.14|>'= 59571, '<|11.16|>'= 59572, '<|11.18|>'= 59573, '<|11.20|>'= 59574, '<|11.22|>'= 59575, '<|11.24|>'= 59576, '<|11.26|>'= 59577, '<|11.28|>'= 59578, '<|11.30|>'= 59579, '<|11.32|>'= 59580, '<|11.34|>'= 59581, '<|11.36|>'= 59582, '<|11.38|>'= 59583, '<|11.40|>'= 59584, '<|11.42|>'= 59585, '<|11.44|>'= 59586, '<|11.46|>'= 59587, '<|11.48|>'= 59588, '<|11.50|>'= 59589, '<|11.52|>'= 59590, '<|11.54|>'= 59591, '<|11.56|>'= 59592, '<|11.58|>'= 59593, '<|11.60|>'= 59594, '<|11.62|>'= 59595, '<|11.64|>'= 59596, '<|11.66|>'= 59597, '<|11.68|>'= 59598, '<|11.70|>'= 59599, '<|11.72|>'= 59600, '<|11.74|>'= 59601, '<|11.76|>'= 59602, '<|11.78|>'= 59603, '<|11.80|>'= 59604, '<|11.82|>'= 59605, '<|11.84|>'= 59606, '<|11.86|>'= 59607, '<|11.88|>'= 59608, '<|11.90|>'= 59609, '<|11.92|>'= 59610, '<|11.94|>'= 59611, '<|11.96|>'= 59612, '<|11.98|>'= 59613, '<|12.00|>'= 59614, '<|12.02|>'= 59615, '<|12.04|>'= 59616, '<|12.06|>'= 59617, '<|12.08|>'= 59618, '<|12.10|>'= 59619, '<|12.12|>'= 59620, '<|12.14|>'= 59621, '<|12.16|>'= 59622, '<|12.18|>'= 59623, '<|12.20|>'= 59624, '<|12.22|>'= 59625, '<|12.24|>'= 59626, '<|12.26|>'= 59627, '<|12.28|>'= 59628, '<|12.30|>'= 59629, '<|12.32|>'= 59630, '<|12.34|>'= 59631, '<|12.36|>'= 59632, '<|12.38|>'= 59633, '<|12.40|>'= 59634, '<|12.42|>'= 59635, '<|12.44|>'= 59636, '<|12.46|>'= 59637, '<|12.48|>'= 59638, '<|12.50|>'= 59639, '<|12.52|>'= 59640, '<|12.54|>'= 59641, '<|12.56|>'= 59642, '<|12.58|>'= 59643, '<|12.60|>'= 59644, '<|12.62|>'= 59645, '<|12.64|>'= 59646, '<|12.66|>'= 59647, '<|12.68|>'= 59648, '<|12.70|>'= 59649, '<|12.72|>'= 59650, '<|12.74|>'= 59651, '<|12.76|>'= 59652, '<|12.78|>'= 59653, '<|12.80|>'= 59654, '<|12.82|>'= 59655, '<|12.84|>'= 59656, '<|12.86|>'= 59657, '<|12.88|>'= 59658, '<|12.90|>'= 59659, '<|12.92|>'= 59660, '<|12.94|>'= 59661, '<|12.96|>'= 59662, '<|12.98|>'= 59663, '<|13.00|>'= 59664, '<|13.02|>'= 59665, '<|13.04|>'= 59666, '<|13.06|>'= 59667, '<|13.08|>'= 59668, '<|13.10|>'= 59669, '<|13.12|>'= 59670, '<|13.14|>'= 59671, '<|13.16|>'= 59672, '<|13.18|>'= 59673, '<|13.20|>'= 59674, '<|13.22|>'= 59675, '<|13.24|>'= 59676, '<|13.26|>'= 59677, '<|13.28|>'= 59678, '<|13.30|>'= 59679, '<|13.32|>'= 59680, '<|13.34|>'= 59681, '<|13.36|>'= 59682, '<|13.38|>'= 59683, '<|13.40|>'= 59684, '<|13.42|>'= 59685, '<|13.44|>'= 59686, '<|13.46|>'= 59687, '<|13.48|>'= 59688, '<|13.50|>'= 59689, '<|13.52|>'= 59690, '<|13.54|>'= 59691, '<|13.56|>'= 59692, '<|13.58|>'= 59693, '<|13.60|>'= 59694, '<|13.62|>'= 59695, '<|13.64|>'= 59696, '<|13.66|>'= 59697, '<|13.68|>'= 59698, '<|13.70|>'= 59699, '<|13.72|>'= 59700, '<|13.74|>'= 59701, '<|13.76|>'= 59702, '<|13.78|>'= 59703, '<|13.80|>'= 59704, '<|13.82|>'= 59705, '<|13.84|>'= 59706, '<|13.86|>'= 59707, '<|13.88|>'= 59708, '<|13.90|>'= 59709, '<|13.92|>'= 59710, '<|13.94|>'= 59711, '<|13.96|>'= 59712, '<|13.98|>'= 59713, '<|14.00|>'= 59714, '<|14.02|>'= 59715, '<|14.04|>'= 59716, '<|14.06|>'= 59717, '<|14.08|>'= 59718, '<|14.10|>'= 59719, '<|14.12|>'= 59720, '<|14.14|>'= 59721, '<|14.16|>'= 59722, '<|14.18|>'= 59723, '<|14.20|>'= 59724, '<|14.22|>'= 59725, '<|14.24|>'= 59726, '<|14.26|>'= 59727, '<|14.28|>'= 59728, '<|14.30|>'= 59729, '<|14.32|>'= 59730, '<|14.34|>'= 59731, '<|14.36|>'= 59732, '<|14.38|>'= 59733, '<|14.40|>'= 59734, '<|14.42|>'= 59735, '<|14.44|>'= 59736, '<|14.46|>'= 59737, '<|14.48|>'= 59738, '<|14.50|>'= 59739, '<|14.52|>'= 59740, '<|14.54|>'= 59741, '<|14.56|>'= 59742, '<|14.58|>'= 59743, '<|14.60|>'= 59744, '<|14.62|>'= 59745, '<|14.64|>'= 59746, '<|14.66|>'= 59747, '<|14.68|>'= 59748, '<|14.70|>'= 59749, '<|14.72|>'= 59750, '<|14.74|>'= 59751, '<|14.76|>'= 59752, '<|14.78|>'= 59753, '<|14.80|>'= 59754, '<|14.82|>'= 59755, '<|14.84|>'= 59756, '<|14.86|>'= 59757, '<|14.88|>'= 59758, '<|14.90|>'= 59759, '<|14.92|>'= 59760, '<|14.94|>'= 59761, '<|14.96|>'= 59762, '<|14.98|>'= 59763, '<|15.00|>'= 59764, '<|15.02|>'= 59765, '<|15.04|>'= 59766, '<|15.06|>'= 59767, '<|15.08|>'= 59768, '<|15.10|>'= 59769, '<|15.12|>'= 59770, '<|15.14|>'= 59771, '<|15.16|>'= 59772, '<|15.18|>'= 59773, '<|15.20|>'= 59774, '<|15.22|>'= 59775, '<|15.24|>'= 59776, '<|15.26|>'= 59777, '<|15.28|>'= 59778, '<|15.30|>'= 59779, '<|15.32|>'= 59780, '<|15.34|>'= 59781, '<|15.36|>'= 59782, '<|15.38|>'= 59783, '<|15.40|>'= 59784, '<|15.42|>'= 59785, '<|15.44|>'= 59786, '<|15.46|>'= 59787, '<|15.48|>'= 59788, '<|15.50|>'= 59789, '<|15.52|>'= 59790, '<|15.54|>'= 59791, '<|15.56|>'= 59792, '<|15.58|>'= 59793, '<|15.60|>'= 59794, '<|15.62|>'= 59795, '<|15.64|>'= 59796, '<|15.66|>'= 59797, '<|15.68|>'= 59798, '<|15.70|>'= 59799, '<|15.72|>'= 59800, '<|15.74|>'= 59801, '<|15.76|>'= 59802, '<|15.78|>'= 59803, '<|15.80|>'= 59804, '<|15.82|>'= 59805, '<|15.84|>'= 59806, '<|15.86|>'= 59807, '<|15.88|>'= 59808, '<|15.90|>'= 59809, '<|15.92|>'= 59810, '<|15.94|>'= 59811, '<|15.96|>'= 59812, '<|15.98|>'= 59813, '<|16.00|>'= 59814, '<|16.02|>'= 59815, '<|16.04|>'= 59816, '<|16.06|>'= 59817, '<|16.08|>'= 59818, '<|16.10|>'= 59819, '<|16.12|>'= 59820, '<|16.14|>'= 59821, '<|16.16|>'= 59822, '<|16.18|>'= 59823, '<|16.20|>'= 59824, '<|16.22|>'= 59825, '<|16.24|>'= 59826, '<|16.26|>'= 59827, '<|16.28|>'= 59828, '<|16.30|>'= 59829, '<|16.32|>'= 59830, '<|16.34|>'= 59831, '<|16.36|>'= 59832, '<|16.38|>'= 59833, '<|16.40|>'= 59834, '<|16.42|>'= 59835, '<|16.44|>'= 59836, '<|16.46|>'= 59837, '<|16.48|>'= 59838, '<|16.50|>'= 59839, '<|16.52|>'= 59840, '<|16.54|>'= 59841, '<|16.56|>'= 59842, '<|16.58|>'= 59843, '<|16.60|>'= 59844, '<|16.62|>'= 59845, '<|16.64|>'= 59846, '<|16.66|>'= 59847, '<|16.68|>'= 59848, '<|16.70|>'= 59849, '<|16.72|>'= 59850, '<|16.74|>'= 59851, '<|16.76|>'= 59852, '<|16.78|>'= 59853, '<|16.80|>'= 59854, '<|16.82|>'= 59855, '<|16.84|>'= 59856, '<|16.86|>'= 59857, '<|16.88|>'= 59858, '<|16.90|>'= 59859, '<|16.92|>'= 59860, '<|16.94|>'= 59861, '<|16.96|>'= 59862, '<|16.98|>'= 59863, '<|17.00|>'= 59864, '<|17.02|>'= 59865, '<|17.04|>'= 59866, '<|17.06|>'= 59867, '<|17.08|>'= 59868, '<|17.10|>'= 59869, '<|17.12|>'= 59870, '<|17.14|>'= 59871, '<|17.16|>'= 59872, '<|17.18|>'= 59873, '<|17.20|>'= 59874, '<|17.22|>'= 59875, '<|17.24|>'= 59876, '<|17.26|>'= 59877, '<|17.28|>'= 59878, '<|17.30|>'= 59879, '<|17.32|>'= 59880, '<|17.34|>'= 59881, '<|17.36|>'= 59882, '<|17.38|>'= 59883, '<|17.40|>'= 59884, '<|17.42|>'= 59885, '<|17.44|>'= 59886, '<|17.46|>'= 59887, '<|17.48|>'= 59888, '<|17.50|>'= 59889, '<|17.52|>'= 59890, '<|17.54|>'= 59891, '<|17.56|>'= 59892, '<|17.58|>'= 59893, '<|17.60|>'= 59894, '<|17.62|>'= 59895, '<|17.64|>'= 59896, '<|17.66|>'= 59897, '<|17.68|>'= 59898, '<|17.70|>'= 59899, '<|17.72|>'= 59900, '<|17.74|>'= 59901, '<|17.76|>'= 59902, '<|17.78|>'= 59903, '<|17.80|>'= 59904, '<|17.82|>'= 59905, '<|17.84|>'= 59906, '<|17.86|>'= 59907, '<|17.88|>'= 59908, '<|17.90|>'= 59909, '<|17.92|>'= 59910, '<|17.94|>'= 59911, '<|17.96|>'= 59912, '<|17.98|>'= 59913, '<|18.00|>'= 59914, '<|18.02|>'= 59915, '<|18.04|>'= 59916, '<|18.06|>'= 59917, '<|18.08|>'= 59918, '<|18.10|>'= 59919, '<|18.12|>'= 59920, '<|18.14|>'= 59921, '<|18.16|>'= 59922, '<|18.18|>'= 59923, '<|18.20|>'= 59924, '<|18.22|>'= 59925, '<|18.24|>'= 59926, '<|18.26|>'= 59927, '<|18.28|>'= 59928, '<|18.30|>'= 59929, '<|18.32|>'= 59930, '<|18.34|>'= 59931, '<|18.36|>'= 59932, '<|18.38|>'= 59933, '<|18.40|>'= 59934, '<|18.42|>'= 59935, '<|18.44|>'= 59936, '<|18.46|>'= 59937, '<|18.48|>'= 59938, '<|18.50|>'= 59939, '<|18.52|>'= 59940, '<|18.54|>'= 59941, '<|18.56|>'= 59942, '<|18.58|>'= 59943, '<|18.60|>'= 59944, '<|18.62|>'= 59945, '<|18.64|>'= 59946, '<|18.66|>'= 59947, '<|18.68|>'= 59948, '<|18.70|>'= 59949, '<|18.72|>'= 59950, '<|18.74|>'= 59951, '<|18.76|>'= 59952, '<|18.78|>'= 59953, '<|18.80|>'= 59954, '<|18.82|>'= 59955, '<|18.84|>'= 59956, '<|18.86|>'= 59957, '<|18.88|>'= 59958, '<|18.90|>'= 59959, '<|18.92|>'= 59960, '<|18.94|>'= 59961, '<|18.96|>'= 59962, '<|18.98|>'= 59963, '<|19.00|>'= 59964, '<|19.02|>'= 59965, '<|19.04|>'= 59966, '<|19.06|>'= 59967, '<|19.08|>'= 59968, '<|19.10|>'= 59969, '<|19.12|>'= 59970, '<|19.14|>'= 59971, '<|19.16|>'= 59972, '<|19.18|>'= 59973, '<|19.20|>'= 59974, '<|19.22|>'= 59975, '<|19.24|>'= 59976, '<|19.26|>'= 59977, '<|19.28|>'= 59978, '<|19.30|>'= 59979, '<|19.32|>'= 59980, '<|19.34|>'= 59981, '<|19.36|>'= 59982, '<|19.38|>'= 59983, '<|19.40|>'= 59984, '<|19.42|>'= 59985, '<|19.44|>'= 59986, '<|19.46|>'= 59987, '<|19.48|>'= 59988, '<|19.50|>'= 59989, '<|19.52|>'= 59990, '<|19.54|>'= 59991, '<|19.56|>'= 59992, '<|19.58|>'= 59993, '<|19.60|>'= 59994, '<|19.62|>'= 59995, '<|19.64|>'= 59996, '<|19.66|>'= 59997, '<|19.68|>'= 59998, '<|19.70|>'= 59999, '<|19.72|>'= 60000, '<|19.74|>'= 60001, '<|19.76|>'= 60002, '<|19.78|>'= 60003, '<|19.80|>'= 60004, '<|19.82|>'= 60005, '<|19.84|>'= 60006, '<|19.86|>'= 60007, '<|19.88|>'= 60008, '<|19.90|>'= 60009, '<|19.92|>'= 60010, '<|19.94|>'= 60011, '<|19.96|>'= 60012, '<|19.98|>'= 60013, '<|20.00|>'= 60014, '<|20.02|>'= 60015, '<|20.04|>'= 60016, '<|20.06|>'= 60017, '<|20.08|>'= 60018, '<|20.10|>'= 60019, '<|20.12|>'= 60020, '<|20.14|>'= 60021, '<|20.16|>'= 60022, '<|20.18|>'= 60023, '<|20.20|>'= 60024, '<|20.22|>'= 60025, '<|20.24|>'= 60026, '<|20.26|>'= 60027, '<|20.28|>'= 60028, '<|20.30|>'= 60029, '<|20.32|>'= 60030, '<|20.34|>'= 60031, '<|20.36|>'= 60032, '<|20.38|>'= 60033, '<|20.40|>'= 60034, '<|20.42|>'= 60035, '<|20.44|>'= 60036, '<|20.46|>'= 60037, '<|20.48|>'= 60038, '<|20.50|>'= 60039, '<|20.52|>'= 60040, '<|20.54|>'= 60041, '<|20.56|>'= 60042, '<|20.58|>'= 60043, '<|20.60|>'= 60044, '<|20.62|>'= 60045, '<|20.64|>'= 60046, '<|20.66|>'= 60047, '<|20.68|>'= 60048, '<|20.70|>'= 60049, '<|20.72|>'= 60050, '<|20.74|>'= 60051, '<|20.76|>'= 60052, '<|20.78|>'= 60053, '<|20.80|>'= 60054, '<|20.82|>'= 60055, '<|20.84|>'= 60056, '<|20.86|>'= 60057, '<|20.88|>'= 60058, '<|20.90|>'= 60059, '<|20.92|>'= 60060, '<|20.94|>'= 60061, '<|20.96|>'= 60062, '<|20.98|>'= 60063, '<|21.00|>'= 60064, '<|21.02|>'= 60065, '<|21.04|>'= 60066, '<|21.06|>'= 60067, '<|21.08|>'= 60068, '<|21.10|>'= 60069, '<|21.12|>'= 60070, '<|21.14|>'= 60071, '<|21.16|>'= 60072, '<|21.18|>'= 60073, '<|21.20|>'= 60074, '<|21.22|>'= 60075, '<|21.24|>'= 60076, '<|21.26|>'= 60077, '<|21.28|>'= 60078, '<|21.30|>'= 60079, '<|21.32|>'= 60080, '<|21.34|>'= 60081, '<|21.36|>'= 60082, '<|21.38|>'= 60083, '<|21.40|>'= 60084, '<|21.42|>'= 60085, '<|21.44|>'= 60086, '<|21.46|>'= 60087, '<|21.48|>'= 60088, '<|21.50|>'= 60089, '<|21.52|>'= 60090, '<|21.54|>'= 60091, '<|21.56|>'= 60092, '<|21.58|>'= 60093, '<|21.60|>'= 60094, '<|21.62|>'= 60095, '<|21.64|>'= 60096, '<|21.66|>'= 60097, '<|21.68|>'= 60098, '<|21.70|>'= 60099, '<|21.72|>'= 60100, '<|21.74|>'= 60101, '<|21.76|>'= 60102, '<|21.78|>'= 60103, '<|21.80|>'= 60104, '<|21.82|>'= 60105, '<|21.84|>'= 60106, '<|21.86|>'= 60107, '<|21.88|>'= 60108, '<|21.90|>'= 60109, '<|21.92|>'= 60110, '<|21.94|>'= 60111, '<|21.96|>'= 60112, '<|21.98|>'= 60113, '<|22.00|>'= 60114, '<|22.02|>'= 60115, '<|22.04|>'= 60116, '<|22.06|>'= 60117, '<|22.08|>'= 60118, '<|22.10|>'= 60119, '<|22.12|>'= 60120, '<|22.14|>'= 60121, '<|22.16|>'= 60122, '<|22.18|>'= 60123, '<|22.20|>'= 60124, '<|22.22|>'= 60125, '<|22.24|>'= 60126, '<|22.26|>'= 60127, '<|22.28|>'= 60128, '<|22.30|>'= 60129, '<|22.32|>'= 60130, '<|22.34|>'= 60131, '<|22.36|>'= 60132, '<|22.38|>'= 60133, '<|22.40|>'= 60134, '<|22.42|>'= 60135, '<|22.44|>'= 60136, '<|22.46|>'= 60137, '<|22.48|>'= 60138, '<|22.50|>'= 60139, '<|22.52|>'= 60140, '<|22.54|>'= 60141, '<|22.56|>'= 60142, '<|22.58|>'= 60143, '<|22.60|>'= 60144, '<|22.62|>'= 60145, '<|22.64|>'= 60146, '<|22.66|>'= 60147, '<|22.68|>'= 60148, '<|22.70|>'= 60149, '<|22.72|>'= 60150, '<|22.74|>'= 60151, '<|22.76|>'= 60152, '<|22.78|>'= 60153, '<|22.80|>'= 60154, '<|22.82|>'= 60155, '<|22.84|>'= 60156, '<|22.86|>'= 60157, '<|22.88|>'= 60158, '<|22.90|>'= 60159, '<|22.92|>'= 60160, '<|22.94|>'= 60161, '<|22.96|>'= 60162, '<|22.98|>'= 60163, '<|23.00|>'= 60164, '<|23.02|>'= 60165, '<|23.04|>'= 60166, '<|23.06|>'= 60167, '<|23.08|>'= 60168, '<|23.10|>'= 60169, '<|23.12|>'= 60170, '<|23.14|>'= 60171, '<|23.16|>'= 60172, '<|23.18|>'= 60173, '<|23.20|>'= 60174, '<|23.22|>'= 60175, '<|23.24|>'= 60176, '<|23.26|>'= 60177, '<|23.28|>'= 60178, '<|23.30|>'= 60179, '<|23.32|>'= 60180, '<|23.34|>'= 60181, '<|23.36|>'= 60182, '<|23.38|>'= 60183, '<|23.40|>'= 60184, '<|23.42|>'= 60185, '<|23.44|>'= 60186, '<|23.46|>'= 60187, '<|23.48|>'= 60188, '<|23.50|>'= 60189, '<|23.52|>'= 60190, '<|23.54|>'= 60191, '<|23.56|>'= 60192, '<|23.58|>'= 60193, '<|23.60|>'= 60194, '<|23.62|>'= 60195, '<|23.64|>'= 60196, '<|23.66|>'= 60197, '<|23.68|>'= 60198, '<|23.70|>'= 60199, '<|23.72|>'= 60200, '<|23.74|>'= 60201, '<|23.76|>'= 60202, '<|23.78|>'= 60203, '<|23.80|>'= 60204, '<|23.82|>'= 60205, '<|23.84|>'= 60206, '<|23.86|>'= 60207, '<|23.88|>'= 60208, '<|23.90|>'= 60209, '<|23.92|>'= 60210, '<|23.94|>'= 60211, '<|23.96|>'= 60212, '<|23.98|>'= 60213, '<|24.00|>'= 60214, '<|24.02|>'= 60215, '<|24.04|>'= 60216, '<|24.06|>'= 60217, '<|24.08|>'= 60218, '<|24.10|>'= 60219, '<|24.12|>'= 60220, '<|24.14|>'= 60221, '<|24.16|>'= 60222, '<|24.18|>'= 60223, '<|24.20|>'= 60224, '<|24.22|>'= 60225, '<|24.24|>'= 60226, '<|24.26|>'= 60227, '<|24.28|>'= 60228, '<|24.30|>'= 60229, '<|24.32|>'= 60230, '<|24.34|>'= 60231, '<|24.36|>'= 60232, '<|24.38|>'= 60233, '<|24.40|>'= 60234, '<|24.42|>'= 60235, '<|24.44|>'= 60236, '<|24.46|>'= 60237, '<|24.48|>'= 60238, '<|24.50|>'= 60239, '<|24.52|>'= 60240, '<|24.54|>'= 60241, '<|24.56|>'= 60242, '<|24.58|>'= 60243, '<|24.60|>'= 60244, '<|24.62|>'= 60245, '<|24.64|>'= 60246, '<|24.66|>'= 60247, '<|24.68|>'= 60248, '<|24.70|>'= 60249, '<|24.72|>'= 60250, '<|24.74|>'= 60251, '<|24.76|>'= 60252, '<|24.78|>'= 60253, '<|24.80|>'= 60254, '<|24.82|>'= 60255, '<|24.84|>'= 60256, '<|24.86|>'= 60257, '<|24.88|>'= 60258, '<|24.90|>'= 60259, '<|24.92|>'= 60260, '<|24.94|>'= 60261, '<|24.96|>'= 60262, '<|24.98|>'= 60263, '<|25.00|>'= 60264, '<|25.02|>'= 60265, '<|25.04|>'= 60266, '<|25.06|>'= 60267, '<|25.08|>'= 60268, '<|25.10|>'= 60269, '<|25.12|>'= 60270, '<|25.14|>'= 60271, '<|25.16|>'= 60272, '<|25.18|>'= 60273, '<|25.20|>'= 60274, '<|25.22|>'= 60275, '<|25.24|>'= 60276, '<|25.26|>'= 60277, '<|25.28|>'= 60278, '<|25.30|>'= 60279, '<|25.32|>'= 60280, '<|25.34|>'= 60281, '<|25.36|>'= 60282, '<|25.38|>'= 60283, '<|25.40|>'= 60284, '<|25.42|>'= 60285, '<|25.44|>'= 60286, '<|25.46|>'= 60287, '<|25.48|>'= 60288, '<|25.50|>'= 60289, '<|25.52|>'= 60290, '<|25.54|>'= 60291, '<|25.56|>'= 60292, '<|25.58|>'= 60293, '<|25.60|>'= 60294, '<|25.62|>'= 60295, '<|25.64|>'= 60296, '<|25.66|>'= 60297, '<|25.68|>'= 60298, '<|25.70|>'= 60299, '<|25.72|>'= 60300, '<|25.74|>'= 60301, '<|25.76|>'= 60302, '<|25.78|>'= 60303, '<|25.80|>'= 60304, '<|25.82|>'= 60305, '<|25.84|>'= 60306, '<|25.86|>'= 60307, '<|25.88|>'= 60308, '<|25.90|>'= 60309, '<|25.92|>'= 60310, '<|25.94|>'= 60311, '<|25.96|>'= 60312, '<|25.98|>'= 60313, '<|26.00|>'= 60314, '<|26.02|>'= 60315, '<|26.04|>'= 60316, '<|26.06|>'= 60317, '<|26.08|>'= 60318, '<|26.10|>'= 60319, '<|26.12|>'= 60320, '<|26.14|>'= 60321, '<|26.16|>'= 60322, '<|26.18|>'= 60323, '<|26.20|>'= 60324, '<|26.22|>'= 60325, '<|26.24|>'= 60326, '<|26.26|>'= 60327, '<|26.28|>'= 60328, '<|26.30|>'= 60329, '<|26.32|>'= 60330, '<|26.34|>'= 60331, '<|26.36|>'= 60332, '<|26.38|>'= 60333, '<|26.40|>'= 60334, '<|26.42|>'= 60335, '<|26.44|>'= 60336, '<|26.46|>'= 60337, '<|26.48|>'= 60338, '<|26.50|>'= 60339, '<|26.52|>'= 60340, '<|26.54|>'= 60341, '<|26.56|>'= 60342, '<|26.58|>'= 60343, '<|26.60|>'= 60344, '<|26.62|>'= 60345, '<|26.64|>'= 60346, '<|26.66|>'= 60347, '<|26.68|>'= 60348, '<|26.70|>'= 60349, '<|26.72|>'= 60350, '<|26.74|>'= 60351, '<|26.76|>'= 60352, '<|26.78|>'= 60353, '<|26.80|>'= 60354, '<|26.82|>'= 60355, '<|26.84|>'= 60356, '<|26.86|>'= 60357, '<|26.88|>'= 60358, '<|26.90|>'= 60359, '<|26.92|>'= 60360, '<|26.94|>'= 60361, '<|26.96|>'= 60362, '<|26.98|>'= 60363, '<|27.00|>'= 60364, '<|27.02|>'= 60365, '<|27.04|>'= 60366, '<|27.06|>'= 60367, '<|27.08|>'= 60368, '<|27.10|>'= 60369, '<|27.12|>'= 60370, '<|27.14|>'= 60371, '<|27.16|>'= 60372, '<|27.18|>'= 60373, '<|27.20|>'= 60374, '<|27.22|>'= 60375, '<|27.24|>'= 60376, '<|27.26|>'= 60377, '<|27.28|>'= 60378, '<|27.30|>'= 60379, '<|27.32|>'= 60380, '<|27.34|>'= 60381, '<|27.36|>'= 60382, '<|27.38|>'= 60383, '<|27.40|>'= 60384, '<|27.42|>'= 60385, '<|27.44|>'= 60386, '<|27.46|>'= 60387, '<|27.48|>'= 60388, '<|27.50|>'= 60389, '<|27.52|>'= 60390, '<|27.54|>'= 60391, '<|27.56|>'= 60392, '<|27.58|>'= 60393, '<|27.60|>'= 60394, '<|27.62|>'= 60395, '<|27.64|>'= 60396, '<|27.66|>'= 60397, '<|27.68|>'= 60398, '<|27.70|>'= 60399, '<|27.72|>'= 60400, '<|27.74|>'= 60401, '<|27.76|>'= 60402, '<|27.78|>'= 60403, '<|27.80|>'= 60404, '<|27.82|>'= 60405, '<|27.84|>'= 60406, '<|27.86|>'= 60407, '<|27.88|>'= 60408, '<|27.90|>'= 60409, '<|27.92|>'= 60410, '<|27.94|>'= 60411, '<|27.96|>'= 60412, '<|27.98|>'= 60413, '<|28.00|>'= 60414, '<|28.02|>'= 60415, '<|28.04|>'= 60416, '<|28.06|>'= 60417, '<|28.08|>'= 60418, '<|28.10|>'= 60419, '<|28.12|>'= 60420, '<|28.14|>'= 60421, '<|28.16|>'= 60422, '<|28.18|>'= 60423, '<|28.20|>'= 60424, '<|28.22|>'= 60425, '<|28.24|>'= 60426, '<|28.26|>'= 60427, '<|28.28|>'= 60428, '<|28.30|>'= 60429, '<|28.32|>'= 60430, '<|28.34|>'= 60431, '<|28.36|>'= 60432, '<|28.38|>'= 60433, '<|28.40|>'= 60434, '<|28.42|>'= 60435, '<|28.44|>'= 60436, '<|28.46|>'= 60437, '<|28.48|>'= 60438, '<|28.50|>'= 60439, '<|28.52|>'= 60440, '<|28.54|>'= 60441, '<|28.56|>'= 60442, '<|28.58|>'= 60443, '<|28.60|>'= 60444, '<|28.62|>'= 60445, '<|28.64|>'= 60446, '<|28.66|>'= 60447, '<|28.68|>'= 60448, '<|28.70|>'= 60449, '<|28.72|>'= 60450, '<|28.74|>'= 60451, '<|28.76|>'= 60452, '<|28.78|>'= 60453, '<|28.80|>'= 60454, '<|28.82|>'= 60455, '<|28.84|>'= 60456, '<|28.86|>'= 60457, '<|28.88|>'= 60458, '<|28.90|>'= 60459, '<|28.92|>'= 60460, '<|28.94|>'= 60461, '<|28.96|>'= 60462, '<|28.98|>'= 60463, '<|29.00|>'= 60464, '<|29.02|>'= 60465, '<|29.04|>'= 60466, '<|29.06|>'= 60467, '<|29.08|>'= 60468, '<|29.10|>'= 60469, '<|29.12|>'= 60470, '<|29.14|>'= 60471, '<|29.16|>'= 60472, '<|29.18|>'= 60473, '<|29.20|>'= 60474, '<|29.22|>'= 60475, '<|29.24|>'= 60476, '<|29.26|>'= 60477, '<|29.28|>'= 60478, '<|29.30|>'= 60479, '<|29.32|>'= 60480, '<|29.34|>'= 60481, '<|29.36|>'= 60482, '<|29.38|>'= 60483, '<|29.40|>'= 60484, '<|29.42|>'= 60485, '<|29.44|>'= 60486, '<|29.46|>'= 60487, '<|29.48|>'= 60488, '<|29.50|>'= 60489, '<|29.52|>'= 60490, '<|29.54|>'= 60491, '<|29.56|>'= 60492, '<|29.58|>'= 60493, '<|29.60|>'= 60494, '<|29.62|>'= 60495, '<|29.64|>'= 60496, '<|29.66|>'= 60497, '<|29.68|>'= 60498, '<|29.70|>'= 60499, '<|29.72|>'= 60500, '<|29.74|>'= 60501, '<|29.76|>'= 60502, '<|29.78|>'= 60503, '<|29.80|>'= 60504, '<|29.82|>'= 60505, '<|29.84|>'= 60506, '<|29.86|>'= 60507, '<|29.88|>'= 60508, '<|29.90|>'= 60509, '<|29.92|>'= 60510, '<|29.94|>'= 60511, '<|29.96|>'= 60512, '<|29.98|>'= 60513, '<|30.00|>'= 60514} + +[encodings.multilingual] +pattern = ''''s|'t|'re|'ve|'m|'ll|'d| ?\p{L}+| ?\p{N}+| ?[^\s\p{L}\p{N}]+|\s+''' +special_tokens = {'<|endoftext|>'= 50257, '<|startoftranscript|>'= 50258, '<|en|>'= 50259, '<|zh|>'= 50260, '<|de|>'= 50261, '<|es|>'= 50262, '<|ru|>'= 50263, '<|ko|>'= 50264, '<|fr|>'= 50265, '<|ja|>'= 50266, '<|pt|>'= 50267, '<|tr|>'= 50268, '<|pl|>'= 50269, '<|ca|>'= 50270, '<|nl|>'= 50271, '<|ar|>'= 50272, '<|sv|>'= 50273, '<|it|>'= 50274, '<|id|>'= 50275, '<|hi|>'= 50276, '<|fi|>'= 50277, '<|vi|>'= 50278, '<|he|>'= 50279, '<|uk|>'= 50280, '<|el|>'= 50281, '<|ms|>'= 50282, '<|cs|>'= 50283, '<|ro|>'= 50284, '<|da|>'= 50285, '<|hu|>'= 50286, '<|ta|>'= 50287, '<|no|>'= 50288, '<|th|>'= 50289, '<|ur|>'= 50290, '<|hr|>'= 50291, '<|bg|>'= 50292, '<|lt|>'= 50293, '<|la|>'= 50294, '<|mi|>'= 50295, '<|ml|>'= 50296, '<|cy|>'= 50297, '<|sk|>'= 50298, '<|te|>'= 50299, '<|fa|>'= 50300, '<|lv|>'= 50301, '<|bn|>'= 50302, '<|sr|>'= 50303, '<|az|>'= 50304, '<|sl|>'= 50305, '<|kn|>'= 50306, '<|et|>'= 50307, '<|mk|>'= 50308, '<|br|>'= 50309, '<|eu|>'= 50310, '<|is|>'= 50311, '<|hy|>'= 50312, '<|ne|>'= 50313, '<|mn|>'= 50314, '<|bs|>'= 50315, '<|kk|>'= 50316, '<|sq|>'= 50317, '<|sw|>'= 50318, '<|gl|>'= 50319, '<|mr|>'= 50320, '<|pa|>'= 50321, '<|si|>'= 50322, '<|km|>'= 50323, '<|sn|>'= 50324, '<|yo|>'= 50325, '<|so|>'= 50326, '<|af|>'= 50327, '<|oc|>'= 50328, '<|ka|>'= 50329, '<|be|>'= 50330, '<|tg|>'= 50331, '<|sd|>'= 50332, '<|gu|>'= 50333, '<|am|>'= 50334, '<|yi|>'= 50335, '<|lo|>'= 50336, '<|uz|>'= 50337, '<|fo|>'= 50338, '<|ht|>'= 50339, '<|ps|>'= 50340, '<|tk|>'= 50341, '<|nn|>'= 50342, '<|mt|>'= 50343, '<|sa|>'= 50344, '<|lb|>'= 50345, '<|my|>'= 50346, '<|bo|>'= 50347, '<|tl|>'= 50348, '<|mg|>'= 50349, '<|as|>'= 50350, '<|tt|>'= 50351, '<|haw|>'= 50352, '<|ln|>'= 50353, '<|ha|>'= 50354, '<|ba|>'= 50355, '<|jw|>'= 50356, '<|su|>'= 50357, '<|yue|>'= 50358, '<|translate|>'= 50359, '<|transcribe|>'= 50360, '<|startoflm|>'= 50361, '<|startofprev|>'= 50362, '<|nospeech|>'= 50363, '<|notimestamps|>'= 50364, '<|0.00|>'= 50365, '<|0.02|>'= 50366, '<|0.04|>'= 50367, '<|0.06|>'= 50368, '<|0.08|>'= 50369, '<|0.10|>'= 50370, '<|0.12|>'= 50371, '<|0.14|>'= 50372, '<|0.16|>'= 50373, '<|0.18|>'= 50374, '<|0.20|>'= 50375, '<|0.22|>'= 50376, '<|0.24|>'= 50377, '<|0.26|>'= 50378, '<|0.28|>'= 50379, '<|0.30|>'= 50380, '<|0.32|>'= 50381, '<|0.34|>'= 50382, '<|0.36|>'= 50383, '<|0.38|>'= 50384, '<|0.40|>'= 50385, '<|0.42|>'= 50386, '<|0.44|>'= 50387, '<|0.46|>'= 50388, '<|0.48|>'= 50389, '<|0.50|>'= 50390, '<|0.52|>'= 50391, '<|0.54|>'= 50392, '<|0.56|>'= 50393, '<|0.58|>'= 50394, '<|0.60|>'= 50395, '<|0.62|>'= 50396, '<|0.64|>'= 50397, '<|0.66|>'= 50398, '<|0.68|>'= 50399, '<|0.70|>'= 50400, '<|0.72|>'= 50401, '<|0.74|>'= 50402, '<|0.76|>'= 50403, '<|0.78|>'= 50404, '<|0.80|>'= 50405, '<|0.82|>'= 50406, '<|0.84|>'= 50407, '<|0.86|>'= 50408, '<|0.88|>'= 50409, '<|0.90|>'= 50410, '<|0.92|>'= 50411, '<|0.94|>'= 50412, '<|0.96|>'= 50413, '<|0.98|>'= 50414, '<|1.00|>'= 50415, '<|1.02|>'= 50416, '<|1.04|>'= 50417, '<|1.06|>'= 50418, '<|1.08|>'= 50419, '<|1.10|>'= 50420, '<|1.12|>'= 50421, '<|1.14|>'= 50422, '<|1.16|>'= 50423, '<|1.18|>'= 50424, '<|1.20|>'= 50425, '<|1.22|>'= 50426, '<|1.24|>'= 50427, '<|1.26|>'= 50428, '<|1.28|>'= 50429, '<|1.30|>'= 50430, '<|1.32|>'= 50431, '<|1.34|>'= 50432, '<|1.36|>'= 50433, '<|1.38|>'= 50434, '<|1.40|>'= 50435, '<|1.42|>'= 50436, '<|1.44|>'= 50437, '<|1.46|>'= 50438, '<|1.48|>'= 50439, '<|1.50|>'= 50440, '<|1.52|>'= 50441, '<|1.54|>'= 50442, '<|1.56|>'= 50443, '<|1.58|>'= 50444, '<|1.60|>'= 50445, '<|1.62|>'= 50446, '<|1.64|>'= 50447, '<|1.66|>'= 50448, '<|1.68|>'= 50449, '<|1.70|>'= 50450, '<|1.72|>'= 50451, '<|1.74|>'= 50452, '<|1.76|>'= 50453, '<|1.78|>'= 50454, '<|1.80|>'= 50455, '<|1.82|>'= 50456, '<|1.84|>'= 50457, '<|1.86|>'= 50458, '<|1.88|>'= 50459, '<|1.90|>'= 50460, '<|1.92|>'= 50461, '<|1.94|>'= 50462, '<|1.96|>'= 50463, '<|1.98|>'= 50464, '<|2.00|>'= 50465, '<|2.02|>'= 50466, '<|2.04|>'= 50467, '<|2.06|>'= 50468, '<|2.08|>'= 50469, '<|2.10|>'= 50470, '<|2.12|>'= 50471, '<|2.14|>'= 50472, '<|2.16|>'= 50473, '<|2.18|>'= 50474, '<|2.20|>'= 50475, '<|2.22|>'= 50476, '<|2.24|>'= 50477, '<|2.26|>'= 50478, '<|2.28|>'= 50479, '<|2.30|>'= 50480, '<|2.32|>'= 50481, '<|2.34|>'= 50482, '<|2.36|>'= 50483, '<|2.38|>'= 50484, '<|2.40|>'= 50485, '<|2.42|>'= 50486, '<|2.44|>'= 50487, '<|2.46|>'= 50488, '<|2.48|>'= 50489, '<|2.50|>'= 50490, '<|2.52|>'= 50491, '<|2.54|>'= 50492, '<|2.56|>'= 50493, '<|2.58|>'= 50494, '<|2.60|>'= 50495, '<|2.62|>'= 50496, '<|2.64|>'= 50497, '<|2.66|>'= 50498, '<|2.68|>'= 50499, '<|2.70|>'= 50500, '<|2.72|>'= 50501, '<|2.74|>'= 50502, '<|2.76|>'= 50503, '<|2.78|>'= 50504, '<|2.80|>'= 50505, '<|2.82|>'= 50506, '<|2.84|>'= 50507, '<|2.86|>'= 50508, '<|2.88|>'= 50509, '<|2.90|>'= 50510, '<|2.92|>'= 50511, '<|2.94|>'= 50512, '<|2.96|>'= 50513, '<|2.98|>'= 50514, '<|3.00|>'= 50515, '<|3.02|>'= 50516, '<|3.04|>'= 50517, '<|3.06|>'= 50518, '<|3.08|>'= 50519, '<|3.10|>'= 50520, '<|3.12|>'= 50521, '<|3.14|>'= 50522, '<|3.16|>'= 50523, '<|3.18|>'= 50524, '<|3.20|>'= 50525, '<|3.22|>'= 50526, '<|3.24|>'= 50527, '<|3.26|>'= 50528, '<|3.28|>'= 50529, '<|3.30|>'= 50530, '<|3.32|>'= 50531, '<|3.34|>'= 50532, '<|3.36|>'= 50533, '<|3.38|>'= 50534, '<|3.40|>'= 50535, '<|3.42|>'= 50536, '<|3.44|>'= 50537, '<|3.46|>'= 50538, '<|3.48|>'= 50539, '<|3.50|>'= 50540, '<|3.52|>'= 50541, '<|3.54|>'= 50542, '<|3.56|>'= 50543, '<|3.58|>'= 50544, '<|3.60|>'= 50545, '<|3.62|>'= 50546, '<|3.64|>'= 50547, '<|3.66|>'= 50548, '<|3.68|>'= 50549, '<|3.70|>'= 50550, '<|3.72|>'= 50551, '<|3.74|>'= 50552, '<|3.76|>'= 50553, '<|3.78|>'= 50554, '<|3.80|>'= 50555, '<|3.82|>'= 50556, '<|3.84|>'= 50557, '<|3.86|>'= 50558, '<|3.88|>'= 50559, '<|3.90|>'= 50560, '<|3.92|>'= 50561, '<|3.94|>'= 50562, '<|3.96|>'= 50563, '<|3.98|>'= 50564, '<|4.00|>'= 50565, '<|4.02|>'= 50566, '<|4.04|>'= 50567, '<|4.06|>'= 50568, '<|4.08|>'= 50569, '<|4.10|>'= 50570, '<|4.12|>'= 50571, '<|4.14|>'= 50572, '<|4.16|>'= 50573, '<|4.18|>'= 50574, '<|4.20|>'= 50575, '<|4.22|>'= 50576, '<|4.24|>'= 50577, '<|4.26|>'= 50578, '<|4.28|>'= 50579, '<|4.30|>'= 50580, '<|4.32|>'= 50581, '<|4.34|>'= 50582, '<|4.36|>'= 50583, '<|4.38|>'= 50584, '<|4.40|>'= 50585, '<|4.42|>'= 50586, '<|4.44|>'= 50587, '<|4.46|>'= 50588, '<|4.48|>'= 50589, '<|4.50|>'= 50590, '<|4.52|>'= 50591, '<|4.54|>'= 50592, '<|4.56|>'= 50593, '<|4.58|>'= 50594, '<|4.60|>'= 50595, '<|4.62|>'= 50596, '<|4.64|>'= 50597, '<|4.66|>'= 50598, '<|4.68|>'= 50599, '<|4.70|>'= 50600, '<|4.72|>'= 50601, '<|4.74|>'= 50602, '<|4.76|>'= 50603, '<|4.78|>'= 50604, '<|4.80|>'= 50605, '<|4.82|>'= 50606, '<|4.84|>'= 50607, '<|4.86|>'= 50608, '<|4.88|>'= 50609, '<|4.90|>'= 50610, '<|4.92|>'= 50611, '<|4.94|>'= 50612, '<|4.96|>'= 50613, '<|4.98|>'= 50614, '<|5.00|>'= 50615, '<|5.02|>'= 50616, '<|5.04|>'= 50617, '<|5.06|>'= 50618, '<|5.08|>'= 50619, '<|5.10|>'= 50620, '<|5.12|>'= 50621, '<|5.14|>'= 50622, '<|5.16|>'= 50623, '<|5.18|>'= 50624, '<|5.20|>'= 50625, '<|5.22|>'= 50626, '<|5.24|>'= 50627, '<|5.26|>'= 50628, '<|5.28|>'= 50629, '<|5.30|>'= 50630, '<|5.32|>'= 50631, '<|5.34|>'= 50632, '<|5.36|>'= 50633, '<|5.38|>'= 50634, '<|5.40|>'= 50635, '<|5.42|>'= 50636, '<|5.44|>'= 50637, '<|5.46|>'= 50638, '<|5.48|>'= 50639, '<|5.50|>'= 50640, '<|5.52|>'= 50641, '<|5.54|>'= 50642, '<|5.56|>'= 50643, '<|5.58|>'= 50644, '<|5.60|>'= 50645, '<|5.62|>'= 50646, '<|5.64|>'= 50647, '<|5.66|>'= 50648, '<|5.68|>'= 50649, '<|5.70|>'= 50650, '<|5.72|>'= 50651, '<|5.74|>'= 50652, '<|5.76|>'= 50653, '<|5.78|>'= 50654, '<|5.80|>'= 50655, '<|5.82|>'= 50656, '<|5.84|>'= 50657, '<|5.86|>'= 50658, '<|5.88|>'= 50659, '<|5.90|>'= 50660, '<|5.92|>'= 50661, '<|5.94|>'= 50662, '<|5.96|>'= 50663, '<|5.98|>'= 50664, '<|6.00|>'= 50665, '<|6.02|>'= 50666, '<|6.04|>'= 50667, '<|6.06|>'= 50668, '<|6.08|>'= 50669, '<|6.10|>'= 50670, '<|6.12|>'= 50671, '<|6.14|>'= 50672, '<|6.16|>'= 50673, '<|6.18|>'= 50674, '<|6.20|>'= 50675, '<|6.22|>'= 50676, '<|6.24|>'= 50677, '<|6.26|>'= 50678, '<|6.28|>'= 50679, '<|6.30|>'= 50680, '<|6.32|>'= 50681, '<|6.34|>'= 50682, '<|6.36|>'= 50683, '<|6.38|>'= 50684, '<|6.40|>'= 50685, '<|6.42|>'= 50686, '<|6.44|>'= 50687, '<|6.46|>'= 50688, '<|6.48|>'= 50689, '<|6.50|>'= 50690, '<|6.52|>'= 50691, '<|6.54|>'= 50692, '<|6.56|>'= 50693, '<|6.58|>'= 50694, '<|6.60|>'= 50695, '<|6.62|>'= 50696, '<|6.64|>'= 50697, '<|6.66|>'= 50698, '<|6.68|>'= 50699, '<|6.70|>'= 50700, '<|6.72|>'= 50701, '<|6.74|>'= 50702, '<|6.76|>'= 50703, '<|6.78|>'= 50704, '<|6.80|>'= 50705, '<|6.82|>'= 50706, '<|6.84|>'= 50707, '<|6.86|>'= 50708, '<|6.88|>'= 50709, '<|6.90|>'= 50710, '<|6.92|>'= 50711, '<|6.94|>'= 50712, '<|6.96|>'= 50713, '<|6.98|>'= 50714, '<|7.00|>'= 50715, '<|7.02|>'= 50716, '<|7.04|>'= 50717, '<|7.06|>'= 50718, '<|7.08|>'= 50719, '<|7.10|>'= 50720, '<|7.12|>'= 50721, '<|7.14|>'= 50722, '<|7.16|>'= 50723, '<|7.18|>'= 50724, '<|7.20|>'= 50725, '<|7.22|>'= 50726, '<|7.24|>'= 50727, '<|7.26|>'= 50728, '<|7.28|>'= 50729, '<|7.30|>'= 50730, '<|7.32|>'= 50731, '<|7.34|>'= 50732, '<|7.36|>'= 50733, '<|7.38|>'= 50734, '<|7.40|>'= 50735, '<|7.42|>'= 50736, '<|7.44|>'= 50737, '<|7.46|>'= 50738, '<|7.48|>'= 50739, '<|7.50|>'= 50740, '<|7.52|>'= 50741, '<|7.54|>'= 50742, '<|7.56|>'= 50743, '<|7.58|>'= 50744, '<|7.60|>'= 50745, '<|7.62|>'= 50746, '<|7.64|>'= 50747, '<|7.66|>'= 50748, '<|7.68|>'= 50749, '<|7.70|>'= 50750, '<|7.72|>'= 50751, '<|7.74|>'= 50752, '<|7.76|>'= 50753, '<|7.78|>'= 50754, '<|7.80|>'= 50755, '<|7.82|>'= 50756, '<|7.84|>'= 50757, '<|7.86|>'= 50758, '<|7.88|>'= 50759, '<|7.90|>'= 50760, '<|7.92|>'= 50761, '<|7.94|>'= 50762, '<|7.96|>'= 50763, '<|7.98|>'= 50764, '<|8.00|>'= 50765, '<|8.02|>'= 50766, '<|8.04|>'= 50767, '<|8.06|>'= 50768, '<|8.08|>'= 50769, '<|8.10|>'= 50770, '<|8.12|>'= 50771, '<|8.14|>'= 50772, '<|8.16|>'= 50773, '<|8.18|>'= 50774, '<|8.20|>'= 50775, '<|8.22|>'= 50776, '<|8.24|>'= 50777, '<|8.26|>'= 50778, '<|8.28|>'= 50779, '<|8.30|>'= 50780, '<|8.32|>'= 50781, '<|8.34|>'= 50782, '<|8.36|>'= 50783, '<|8.38|>'= 50784, '<|8.40|>'= 50785, '<|8.42|>'= 50786, '<|8.44|>'= 50787, '<|8.46|>'= 50788, '<|8.48|>'= 50789, '<|8.50|>'= 50790, '<|8.52|>'= 50791, '<|8.54|>'= 50792, '<|8.56|>'= 50793, '<|8.58|>'= 50794, '<|8.60|>'= 50795, '<|8.62|>'= 50796, '<|8.64|>'= 50797, '<|8.66|>'= 50798, '<|8.68|>'= 50799, '<|8.70|>'= 50800, '<|8.72|>'= 50801, '<|8.74|>'= 50802, '<|8.76|>'= 50803, '<|8.78|>'= 50804, '<|8.80|>'= 50805, '<|8.82|>'= 50806, '<|8.84|>'= 50807, '<|8.86|>'= 50808, '<|8.88|>'= 50809, '<|8.90|>'= 50810, '<|8.92|>'= 50811, '<|8.94|>'= 50812, '<|8.96|>'= 50813, '<|8.98|>'= 50814, '<|9.00|>'= 50815, '<|9.02|>'= 50816, '<|9.04|>'= 50817, '<|9.06|>'= 50818, '<|9.08|>'= 50819, '<|9.10|>'= 50820, '<|9.12|>'= 50821, '<|9.14|>'= 50822, '<|9.16|>'= 50823, '<|9.18|>'= 50824, '<|9.20|>'= 50825, '<|9.22|>'= 50826, '<|9.24|>'= 50827, '<|9.26|>'= 50828, '<|9.28|>'= 50829, '<|9.30|>'= 50830, '<|9.32|>'= 50831, '<|9.34|>'= 50832, '<|9.36|>'= 50833, '<|9.38|>'= 50834, '<|9.40|>'= 50835, '<|9.42|>'= 50836, '<|9.44|>'= 50837, '<|9.46|>'= 50838, '<|9.48|>'= 50839, '<|9.50|>'= 50840, '<|9.52|>'= 50841, '<|9.54|>'= 50842, '<|9.56|>'= 50843, '<|9.58|>'= 50844, '<|9.60|>'= 50845, '<|9.62|>'= 50846, '<|9.64|>'= 50847, '<|9.66|>'= 50848, '<|9.68|>'= 50849, '<|9.70|>'= 50850, '<|9.72|>'= 50851, '<|9.74|>'= 50852, '<|9.76|>'= 50853, '<|9.78|>'= 50854, '<|9.80|>'= 50855, '<|9.82|>'= 50856, '<|9.84|>'= 50857, '<|9.86|>'= 50858, '<|9.88|>'= 50859, '<|9.90|>'= 50860, '<|9.92|>'= 50861, '<|9.94|>'= 50862, '<|9.96|>'= 50863, '<|9.98|>'= 50864, '<|10.00|>'= 50865, '<|10.02|>'= 50866, '<|10.04|>'= 50867, '<|10.06|>'= 50868, '<|10.08|>'= 50869, '<|10.10|>'= 50870, '<|10.12|>'= 50871, '<|10.14|>'= 50872, '<|10.16|>'= 50873, '<|10.18|>'= 50874, '<|10.20|>'= 50875, '<|10.22|>'= 50876, '<|10.24|>'= 50877, '<|10.26|>'= 50878, '<|10.28|>'= 50879, '<|10.30|>'= 50880, '<|10.32|>'= 50881, '<|10.34|>'= 50882, '<|10.36|>'= 50883, '<|10.38|>'= 50884, '<|10.40|>'= 50885, '<|10.42|>'= 50886, '<|10.44|>'= 50887, '<|10.46|>'= 50888, '<|10.48|>'= 50889, '<|10.50|>'= 50890, '<|10.52|>'= 50891, '<|10.54|>'= 50892, '<|10.56|>'= 50893, '<|10.58|>'= 50894, '<|10.60|>'= 50895, '<|10.62|>'= 50896, '<|10.64|>'= 50897, '<|10.66|>'= 50898, '<|10.68|>'= 50899, '<|10.70|>'= 50900, '<|10.72|>'= 50901, '<|10.74|>'= 50902, '<|10.76|>'= 50903, '<|10.78|>'= 50904, '<|10.80|>'= 50905, '<|10.82|>'= 50906, '<|10.84|>'= 50907, '<|10.86|>'= 50908, '<|10.88|>'= 50909, '<|10.90|>'= 50910, '<|10.92|>'= 50911, '<|10.94|>'= 50912, '<|10.96|>'= 50913, '<|10.98|>'= 50914, '<|11.00|>'= 50915, '<|11.02|>'= 50916, '<|11.04|>'= 50917, '<|11.06|>'= 50918, '<|11.08|>'= 50919, '<|11.10|>'= 50920, '<|11.12|>'= 50921, '<|11.14|>'= 50922, '<|11.16|>'= 50923, '<|11.18|>'= 50924, '<|11.20|>'= 50925, '<|11.22|>'= 50926, '<|11.24|>'= 50927, '<|11.26|>'= 50928, '<|11.28|>'= 50929, '<|11.30|>'= 50930, '<|11.32|>'= 50931, '<|11.34|>'= 50932, '<|11.36|>'= 50933, '<|11.38|>'= 50934, '<|11.40|>'= 50935, '<|11.42|>'= 50936, '<|11.44|>'= 50937, '<|11.46|>'= 50938, '<|11.48|>'= 50939, '<|11.50|>'= 50940, '<|11.52|>'= 50941, '<|11.54|>'= 50942, '<|11.56|>'= 50943, '<|11.58|>'= 50944, '<|11.60|>'= 50945, '<|11.62|>'= 50946, '<|11.64|>'= 50947, '<|11.66|>'= 50948, '<|11.68|>'= 50949, '<|11.70|>'= 50950, '<|11.72|>'= 50951, '<|11.74|>'= 50952, '<|11.76|>'= 50953, '<|11.78|>'= 50954, '<|11.80|>'= 50955, '<|11.82|>'= 50956, '<|11.84|>'= 50957, '<|11.86|>'= 50958, '<|11.88|>'= 50959, '<|11.90|>'= 50960, '<|11.92|>'= 50961, '<|11.94|>'= 50962, '<|11.96|>'= 50963, '<|11.98|>'= 50964, '<|12.00|>'= 50965, '<|12.02|>'= 50966, '<|12.04|>'= 50967, '<|12.06|>'= 50968, '<|12.08|>'= 50969, '<|12.10|>'= 50970, '<|12.12|>'= 50971, '<|12.14|>'= 50972, '<|12.16|>'= 50973, '<|12.18|>'= 50974, '<|12.20|>'= 50975, '<|12.22|>'= 50976, '<|12.24|>'= 50977, '<|12.26|>'= 50978, '<|12.28|>'= 50979, '<|12.30|>'= 50980, '<|12.32|>'= 50981, '<|12.34|>'= 50982, '<|12.36|>'= 50983, '<|12.38|>'= 50984, '<|12.40|>'= 50985, '<|12.42|>'= 50986, '<|12.44|>'= 50987, '<|12.46|>'= 50988, '<|12.48|>'= 50989, '<|12.50|>'= 50990, '<|12.52|>'= 50991, '<|12.54|>'= 50992, '<|12.56|>'= 50993, '<|12.58|>'= 50994, '<|12.60|>'= 50995, '<|12.62|>'= 50996, '<|12.64|>'= 50997, '<|12.66|>'= 50998, '<|12.68|>'= 50999, '<|12.70|>'= 51000, '<|12.72|>'= 51001, '<|12.74|>'= 51002, '<|12.76|>'= 51003, '<|12.78|>'= 51004, '<|12.80|>'= 51005, '<|12.82|>'= 51006, '<|12.84|>'= 51007, '<|12.86|>'= 51008, '<|12.88|>'= 51009, '<|12.90|>'= 51010, '<|12.92|>'= 51011, '<|12.94|>'= 51012, '<|12.96|>'= 51013, '<|12.98|>'= 51014, '<|13.00|>'= 51015, '<|13.02|>'= 51016, '<|13.04|>'= 51017, '<|13.06|>'= 51018, '<|13.08|>'= 51019, '<|13.10|>'= 51020, '<|13.12|>'= 51021, '<|13.14|>'= 51022, '<|13.16|>'= 51023, '<|13.18|>'= 51024, '<|13.20|>'= 51025, '<|13.22|>'= 51026, '<|13.24|>'= 51027, '<|13.26|>'= 51028, '<|13.28|>'= 51029, '<|13.30|>'= 51030, '<|13.32|>'= 51031, '<|13.34|>'= 51032, '<|13.36|>'= 51033, '<|13.38|>'= 51034, '<|13.40|>'= 51035, '<|13.42|>'= 51036, '<|13.44|>'= 51037, '<|13.46|>'= 51038, '<|13.48|>'= 51039, '<|13.50|>'= 51040, '<|13.52|>'= 51041, '<|13.54|>'= 51042, '<|13.56|>'= 51043, '<|13.58|>'= 51044, '<|13.60|>'= 51045, '<|13.62|>'= 51046, '<|13.64|>'= 51047, '<|13.66|>'= 51048, '<|13.68|>'= 51049, '<|13.70|>'= 51050, '<|13.72|>'= 51051, '<|13.74|>'= 51052, '<|13.76|>'= 51053, '<|13.78|>'= 51054, '<|13.80|>'= 51055, '<|13.82|>'= 51056, '<|13.84|>'= 51057, '<|13.86|>'= 51058, '<|13.88|>'= 51059, '<|13.90|>'= 51060, '<|13.92|>'= 51061, '<|13.94|>'= 51062, '<|13.96|>'= 51063, '<|13.98|>'= 51064, '<|14.00|>'= 51065, '<|14.02|>'= 51066, '<|14.04|>'= 51067, '<|14.06|>'= 51068, '<|14.08|>'= 51069, '<|14.10|>'= 51070, '<|14.12|>'= 51071, '<|14.14|>'= 51072, '<|14.16|>'= 51073, '<|14.18|>'= 51074, '<|14.20|>'= 51075, '<|14.22|>'= 51076, '<|14.24|>'= 51077, '<|14.26|>'= 51078, '<|14.28|>'= 51079, '<|14.30|>'= 51080, '<|14.32|>'= 51081, '<|14.34|>'= 51082, '<|14.36|>'= 51083, '<|14.38|>'= 51084, '<|14.40|>'= 51085, '<|14.42|>'= 51086, '<|14.44|>'= 51087, '<|14.46|>'= 51088, '<|14.48|>'= 51089, '<|14.50|>'= 51090, '<|14.52|>'= 51091, '<|14.54|>'= 51092, '<|14.56|>'= 51093, '<|14.58|>'= 51094, '<|14.60|>'= 51095, '<|14.62|>'= 51096, '<|14.64|>'= 51097, '<|14.66|>'= 51098, '<|14.68|>'= 51099, '<|14.70|>'= 51100, '<|14.72|>'= 51101, '<|14.74|>'= 51102, '<|14.76|>'= 51103, '<|14.78|>'= 51104, '<|14.80|>'= 51105, '<|14.82|>'= 51106, '<|14.84|>'= 51107, '<|14.86|>'= 51108, '<|14.88|>'= 51109, '<|14.90|>'= 51110, '<|14.92|>'= 51111, '<|14.94|>'= 51112, '<|14.96|>'= 51113, '<|14.98|>'= 51114, '<|15.00|>'= 51115, '<|15.02|>'= 51116, '<|15.04|>'= 51117, '<|15.06|>'= 51118, '<|15.08|>'= 51119, '<|15.10|>'= 51120, '<|15.12|>'= 51121, '<|15.14|>'= 51122, '<|15.16|>'= 51123, '<|15.18|>'= 51124, '<|15.20|>'= 51125, '<|15.22|>'= 51126, '<|15.24|>'= 51127, '<|15.26|>'= 51128, '<|15.28|>'= 51129, '<|15.30|>'= 51130, '<|15.32|>'= 51131, '<|15.34|>'= 51132, '<|15.36|>'= 51133, '<|15.38|>'= 51134, '<|15.40|>'= 51135, '<|15.42|>'= 51136, '<|15.44|>'= 51137, '<|15.46|>'= 51138, '<|15.48|>'= 51139, '<|15.50|>'= 51140, '<|15.52|>'= 51141, '<|15.54|>'= 51142, '<|15.56|>'= 51143, '<|15.58|>'= 51144, '<|15.60|>'= 51145, '<|15.62|>'= 51146, '<|15.64|>'= 51147, '<|15.66|>'= 51148, '<|15.68|>'= 51149, '<|15.70|>'= 51150, '<|15.72|>'= 51151, '<|15.74|>'= 51152, '<|15.76|>'= 51153, '<|15.78|>'= 51154, '<|15.80|>'= 51155, '<|15.82|>'= 51156, '<|15.84|>'= 51157, '<|15.86|>'= 51158, '<|15.88|>'= 51159, '<|15.90|>'= 51160, '<|15.92|>'= 51161, '<|15.94|>'= 51162, '<|15.96|>'= 51163, '<|15.98|>'= 51164, '<|16.00|>'= 51165, '<|16.02|>'= 51166, '<|16.04|>'= 51167, '<|16.06|>'= 51168, '<|16.08|>'= 51169, '<|16.10|>'= 51170, '<|16.12|>'= 51171, '<|16.14|>'= 51172, '<|16.16|>'= 51173, '<|16.18|>'= 51174, '<|16.20|>'= 51175, '<|16.22|>'= 51176, '<|16.24|>'= 51177, '<|16.26|>'= 51178, '<|16.28|>'= 51179, '<|16.30|>'= 51180, '<|16.32|>'= 51181, '<|16.34|>'= 51182, '<|16.36|>'= 51183, '<|16.38|>'= 51184, '<|16.40|>'= 51185, '<|16.42|>'= 51186, '<|16.44|>'= 51187, '<|16.46|>'= 51188, '<|16.48|>'= 51189, '<|16.50|>'= 51190, '<|16.52|>'= 51191, '<|16.54|>'= 51192, '<|16.56|>'= 51193, '<|16.58|>'= 51194, '<|16.60|>'= 51195, '<|16.62|>'= 51196, '<|16.64|>'= 51197, '<|16.66|>'= 51198, '<|16.68|>'= 51199, '<|16.70|>'= 51200, '<|16.72|>'= 51201, '<|16.74|>'= 51202, '<|16.76|>'= 51203, '<|16.78|>'= 51204, '<|16.80|>'= 51205, '<|16.82|>'= 51206, '<|16.84|>'= 51207, '<|16.86|>'= 51208, '<|16.88|>'= 51209, '<|16.90|>'= 51210, '<|16.92|>'= 51211, '<|16.94|>'= 51212, '<|16.96|>'= 51213, '<|16.98|>'= 51214, '<|17.00|>'= 51215, '<|17.02|>'= 51216, '<|17.04|>'= 51217, '<|17.06|>'= 51218, '<|17.08|>'= 51219, '<|17.10|>'= 51220, '<|17.12|>'= 51221, '<|17.14|>'= 51222, '<|17.16|>'= 51223, '<|17.18|>'= 51224, '<|17.20|>'= 51225, '<|17.22|>'= 51226, '<|17.24|>'= 51227, '<|17.26|>'= 51228, '<|17.28|>'= 51229, '<|17.30|>'= 51230, '<|17.32|>'= 51231, '<|17.34|>'= 51232, '<|17.36|>'= 51233, '<|17.38|>'= 51234, '<|17.40|>'= 51235, '<|17.42|>'= 51236, '<|17.44|>'= 51237, '<|17.46|>'= 51238, '<|17.48|>'= 51239, '<|17.50|>'= 51240, '<|17.52|>'= 51241, '<|17.54|>'= 51242, '<|17.56|>'= 51243, '<|17.58|>'= 51244, '<|17.60|>'= 51245, '<|17.62|>'= 51246, '<|17.64|>'= 51247, '<|17.66|>'= 51248, '<|17.68|>'= 51249, '<|17.70|>'= 51250, '<|17.72|>'= 51251, '<|17.74|>'= 51252, '<|17.76|>'= 51253, '<|17.78|>'= 51254, '<|17.80|>'= 51255, '<|17.82|>'= 51256, '<|17.84|>'= 51257, '<|17.86|>'= 51258, '<|17.88|>'= 51259, '<|17.90|>'= 51260, '<|17.92|>'= 51261, '<|17.94|>'= 51262, '<|17.96|>'= 51263, '<|17.98|>'= 51264, '<|18.00|>'= 51265, '<|18.02|>'= 51266, '<|18.04|>'= 51267, '<|18.06|>'= 51268, '<|18.08|>'= 51269, '<|18.10|>'= 51270, '<|18.12|>'= 51271, '<|18.14|>'= 51272, '<|18.16|>'= 51273, '<|18.18|>'= 51274, '<|18.20|>'= 51275, '<|18.22|>'= 51276, '<|18.24|>'= 51277, '<|18.26|>'= 51278, '<|18.28|>'= 51279, '<|18.30|>'= 51280, '<|18.32|>'= 51281, '<|18.34|>'= 51282, '<|18.36|>'= 51283, '<|18.38|>'= 51284, '<|18.40|>'= 51285, '<|18.42|>'= 51286, '<|18.44|>'= 51287, '<|18.46|>'= 51288, '<|18.48|>'= 51289, '<|18.50|>'= 51290, '<|18.52|>'= 51291, '<|18.54|>'= 51292, '<|18.56|>'= 51293, '<|18.58|>'= 51294, '<|18.60|>'= 51295, '<|18.62|>'= 51296, '<|18.64|>'= 51297, '<|18.66|>'= 51298, '<|18.68|>'= 51299, '<|18.70|>'= 51300, '<|18.72|>'= 51301, '<|18.74|>'= 51302, '<|18.76|>'= 51303, '<|18.78|>'= 51304, '<|18.80|>'= 51305, '<|18.82|>'= 51306, '<|18.84|>'= 51307, '<|18.86|>'= 51308, '<|18.88|>'= 51309, '<|18.90|>'= 51310, '<|18.92|>'= 51311, '<|18.94|>'= 51312, '<|18.96|>'= 51313, '<|18.98|>'= 51314, '<|19.00|>'= 51315, '<|19.02|>'= 51316, '<|19.04|>'= 51317, '<|19.06|>'= 51318, '<|19.08|>'= 51319, '<|19.10|>'= 51320, '<|19.12|>'= 51321, '<|19.14|>'= 51322, '<|19.16|>'= 51323, '<|19.18|>'= 51324, '<|19.20|>'= 51325, '<|19.22|>'= 51326, '<|19.24|>'= 51327, '<|19.26|>'= 51328, '<|19.28|>'= 51329, '<|19.30|>'= 51330, '<|19.32|>'= 51331, '<|19.34|>'= 51332, '<|19.36|>'= 51333, '<|19.38|>'= 51334, '<|19.40|>'= 51335, '<|19.42|>'= 51336, '<|19.44|>'= 51337, '<|19.46|>'= 51338, '<|19.48|>'= 51339, '<|19.50|>'= 51340, '<|19.52|>'= 51341, '<|19.54|>'= 51342, '<|19.56|>'= 51343, '<|19.58|>'= 51344, '<|19.60|>'= 51345, '<|19.62|>'= 51346, '<|19.64|>'= 51347, '<|19.66|>'= 51348, '<|19.68|>'= 51349, '<|19.70|>'= 51350, '<|19.72|>'= 51351, '<|19.74|>'= 51352, '<|19.76|>'= 51353, '<|19.78|>'= 51354, '<|19.80|>'= 51355, '<|19.82|>'= 51356, '<|19.84|>'= 51357, '<|19.86|>'= 51358, '<|19.88|>'= 51359, '<|19.90|>'= 51360, '<|19.92|>'= 51361, '<|19.94|>'= 51362, '<|19.96|>'= 51363, '<|19.98|>'= 51364, '<|20.00|>'= 51365, '<|20.02|>'= 51366, '<|20.04|>'= 51367, '<|20.06|>'= 51368, '<|20.08|>'= 51369, '<|20.10|>'= 51370, '<|20.12|>'= 51371, '<|20.14|>'= 51372, '<|20.16|>'= 51373, '<|20.18|>'= 51374, '<|20.20|>'= 51375, '<|20.22|>'= 51376, '<|20.24|>'= 51377, '<|20.26|>'= 51378, '<|20.28|>'= 51379, '<|20.30|>'= 51380, '<|20.32|>'= 51381, '<|20.34|>'= 51382, '<|20.36|>'= 51383, '<|20.38|>'= 51384, '<|20.40|>'= 51385, '<|20.42|>'= 51386, '<|20.44|>'= 51387, '<|20.46|>'= 51388, '<|20.48|>'= 51389, '<|20.50|>'= 51390, '<|20.52|>'= 51391, '<|20.54|>'= 51392, '<|20.56|>'= 51393, '<|20.58|>'= 51394, '<|20.60|>'= 51395, '<|20.62|>'= 51396, '<|20.64|>'= 51397, '<|20.66|>'= 51398, '<|20.68|>'= 51399, '<|20.70|>'= 51400, '<|20.72|>'= 51401, '<|20.74|>'= 51402, '<|20.76|>'= 51403, '<|20.78|>'= 51404, '<|20.80|>'= 51405, '<|20.82|>'= 51406, '<|20.84|>'= 51407, '<|20.86|>'= 51408, '<|20.88|>'= 51409, '<|20.90|>'= 51410, '<|20.92|>'= 51411, '<|20.94|>'= 51412, '<|20.96|>'= 51413, '<|20.98|>'= 51414, '<|21.00|>'= 51415, '<|21.02|>'= 51416, '<|21.04|>'= 51417, '<|21.06|>'= 51418, '<|21.08|>'= 51419, '<|21.10|>'= 51420, '<|21.12|>'= 51421, '<|21.14|>'= 51422, '<|21.16|>'= 51423, '<|21.18|>'= 51424, '<|21.20|>'= 51425, '<|21.22|>'= 51426, '<|21.24|>'= 51427, '<|21.26|>'= 51428, '<|21.28|>'= 51429, '<|21.30|>'= 51430, '<|21.32|>'= 51431, '<|21.34|>'= 51432, '<|21.36|>'= 51433, '<|21.38|>'= 51434, '<|21.40|>'= 51435, '<|21.42|>'= 51436, '<|21.44|>'= 51437, '<|21.46|>'= 51438, '<|21.48|>'= 51439, '<|21.50|>'= 51440, '<|21.52|>'= 51441, '<|21.54|>'= 51442, '<|21.56|>'= 51443, '<|21.58|>'= 51444, '<|21.60|>'= 51445, '<|21.62|>'= 51446, '<|21.64|>'= 51447, '<|21.66|>'= 51448, '<|21.68|>'= 51449, '<|21.70|>'= 51450, '<|21.72|>'= 51451, '<|21.74|>'= 51452, '<|21.76|>'= 51453, '<|21.78|>'= 51454, '<|21.80|>'= 51455, '<|21.82|>'= 51456, '<|21.84|>'= 51457, '<|21.86|>'= 51458, '<|21.88|>'= 51459, '<|21.90|>'= 51460, '<|21.92|>'= 51461, '<|21.94|>'= 51462, '<|21.96|>'= 51463, '<|21.98|>'= 51464, '<|22.00|>'= 51465, '<|22.02|>'= 51466, '<|22.04|>'= 51467, '<|22.06|>'= 51468, '<|22.08|>'= 51469, '<|22.10|>'= 51470, '<|22.12|>'= 51471, '<|22.14|>'= 51472, '<|22.16|>'= 51473, '<|22.18|>'= 51474, '<|22.20|>'= 51475, '<|22.22|>'= 51476, '<|22.24|>'= 51477, '<|22.26|>'= 51478, '<|22.28|>'= 51479, '<|22.30|>'= 51480, '<|22.32|>'= 51481, '<|22.34|>'= 51482, '<|22.36|>'= 51483, '<|22.38|>'= 51484, '<|22.40|>'= 51485, '<|22.42|>'= 51486, '<|22.44|>'= 51487, '<|22.46|>'= 51488, '<|22.48|>'= 51489, '<|22.50|>'= 51490, '<|22.52|>'= 51491, '<|22.54|>'= 51492, '<|22.56|>'= 51493, '<|22.58|>'= 51494, '<|22.60|>'= 51495, '<|22.62|>'= 51496, '<|22.64|>'= 51497, '<|22.66|>'= 51498, '<|22.68|>'= 51499, '<|22.70|>'= 51500, '<|22.72|>'= 51501, '<|22.74|>'= 51502, '<|22.76|>'= 51503, '<|22.78|>'= 51504, '<|22.80|>'= 51505, '<|22.82|>'= 51506, '<|22.84|>'= 51507, '<|22.86|>'= 51508, '<|22.88|>'= 51509, '<|22.90|>'= 51510, '<|22.92|>'= 51511, '<|22.94|>'= 51512, '<|22.96|>'= 51513, '<|22.98|>'= 51514, '<|23.00|>'= 51515, '<|23.02|>'= 51516, '<|23.04|>'= 51517, '<|23.06|>'= 51518, '<|23.08|>'= 51519, '<|23.10|>'= 51520, '<|23.12|>'= 51521, '<|23.14|>'= 51522, '<|23.16|>'= 51523, '<|23.18|>'= 51524, '<|23.20|>'= 51525, '<|23.22|>'= 51526, '<|23.24|>'= 51527, '<|23.26|>'= 51528, '<|23.28|>'= 51529, '<|23.30|>'= 51530, '<|23.32|>'= 51531, '<|23.34|>'= 51532, '<|23.36|>'= 51533, '<|23.38|>'= 51534, '<|23.40|>'= 51535, '<|23.42|>'= 51536, '<|23.44|>'= 51537, '<|23.46|>'= 51538, '<|23.48|>'= 51539, '<|23.50|>'= 51540, '<|23.52|>'= 51541, '<|23.54|>'= 51542, '<|23.56|>'= 51543, '<|23.58|>'= 51544, '<|23.60|>'= 51545, '<|23.62|>'= 51546, '<|23.64|>'= 51547, '<|23.66|>'= 51548, '<|23.68|>'= 51549, '<|23.70|>'= 51550, '<|23.72|>'= 51551, '<|23.74|>'= 51552, '<|23.76|>'= 51553, '<|23.78|>'= 51554, '<|23.80|>'= 51555, '<|23.82|>'= 51556, '<|23.84|>'= 51557, '<|23.86|>'= 51558, '<|23.88|>'= 51559, '<|23.90|>'= 51560, '<|23.92|>'= 51561, '<|23.94|>'= 51562, '<|23.96|>'= 51563, '<|23.98|>'= 51564, '<|24.00|>'= 51565, '<|24.02|>'= 51566, '<|24.04|>'= 51567, '<|24.06|>'= 51568, '<|24.08|>'= 51569, '<|24.10|>'= 51570, '<|24.12|>'= 51571, '<|24.14|>'= 51572, '<|24.16|>'= 51573, '<|24.18|>'= 51574, '<|24.20|>'= 51575, '<|24.22|>'= 51576, '<|24.24|>'= 51577, '<|24.26|>'= 51578, '<|24.28|>'= 51579, '<|24.30|>'= 51580, '<|24.32|>'= 51581, '<|24.34|>'= 51582, '<|24.36|>'= 51583, '<|24.38|>'= 51584, '<|24.40|>'= 51585, '<|24.42|>'= 51586, '<|24.44|>'= 51587, '<|24.46|>'= 51588, '<|24.48|>'= 51589, '<|24.50|>'= 51590, '<|24.52|>'= 51591, '<|24.54|>'= 51592, '<|24.56|>'= 51593, '<|24.58|>'= 51594, '<|24.60|>'= 51595, '<|24.62|>'= 51596, '<|24.64|>'= 51597, '<|24.66|>'= 51598, '<|24.68|>'= 51599, '<|24.70|>'= 51600, '<|24.72|>'= 51601, '<|24.74|>'= 51602, '<|24.76|>'= 51603, '<|24.78|>'= 51604, '<|24.80|>'= 51605, '<|24.82|>'= 51606, '<|24.84|>'= 51607, '<|24.86|>'= 51608, '<|24.88|>'= 51609, '<|24.90|>'= 51610, '<|24.92|>'= 51611, '<|24.94|>'= 51612, '<|24.96|>'= 51613, '<|24.98|>'= 51614, '<|25.00|>'= 51615, '<|25.02|>'= 51616, '<|25.04|>'= 51617, '<|25.06|>'= 51618, '<|25.08|>'= 51619, '<|25.10|>'= 51620, '<|25.12|>'= 51621, '<|25.14|>'= 51622, '<|25.16|>'= 51623, '<|25.18|>'= 51624, '<|25.20|>'= 51625, '<|25.22|>'= 51626, '<|25.24|>'= 51627, '<|25.26|>'= 51628, '<|25.28|>'= 51629, '<|25.30|>'= 51630, '<|25.32|>'= 51631, '<|25.34|>'= 51632, '<|25.36|>'= 51633, '<|25.38|>'= 51634, '<|25.40|>'= 51635, '<|25.42|>'= 51636, '<|25.44|>'= 51637, '<|25.46|>'= 51638, '<|25.48|>'= 51639, '<|25.50|>'= 51640, '<|25.52|>'= 51641, '<|25.54|>'= 51642, '<|25.56|>'= 51643, '<|25.58|>'= 51644, '<|25.60|>'= 51645, '<|25.62|>'= 51646, '<|25.64|>'= 51647, '<|25.66|>'= 51648, '<|25.68|>'= 51649, '<|25.70|>'= 51650, '<|25.72|>'= 51651, '<|25.74|>'= 51652, '<|25.76|>'= 51653, '<|25.78|>'= 51654, '<|25.80|>'= 51655, '<|25.82|>'= 51656, '<|25.84|>'= 51657, '<|25.86|>'= 51658, '<|25.88|>'= 51659, '<|25.90|>'= 51660, '<|25.92|>'= 51661, '<|25.94|>'= 51662, '<|25.96|>'= 51663, '<|25.98|>'= 51664, '<|26.00|>'= 51665, '<|26.02|>'= 51666, '<|26.04|>'= 51667, '<|26.06|>'= 51668, '<|26.08|>'= 51669, '<|26.10|>'= 51670, '<|26.12|>'= 51671, '<|26.14|>'= 51672, '<|26.16|>'= 51673, '<|26.18|>'= 51674, '<|26.20|>'= 51675, '<|26.22|>'= 51676, '<|26.24|>'= 51677, '<|26.26|>'= 51678, '<|26.28|>'= 51679, '<|26.30|>'= 51680, '<|26.32|>'= 51681, '<|26.34|>'= 51682, '<|26.36|>'= 51683, '<|26.38|>'= 51684, '<|26.40|>'= 51685, '<|26.42|>'= 51686, '<|26.44|>'= 51687, '<|26.46|>'= 51688, '<|26.48|>'= 51689, '<|26.50|>'= 51690, '<|26.52|>'= 51691, '<|26.54|>'= 51692, '<|26.56|>'= 51693, '<|26.58|>'= 51694, '<|26.60|>'= 51695, '<|26.62|>'= 51696, '<|26.64|>'= 51697, '<|26.66|>'= 51698, '<|26.68|>'= 51699, '<|26.70|>'= 51700, '<|26.72|>'= 51701, '<|26.74|>'= 51702, '<|26.76|>'= 51703, '<|26.78|>'= 51704, '<|26.80|>'= 51705, '<|26.82|>'= 51706, '<|26.84|>'= 51707, '<|26.86|>'= 51708, '<|26.88|>'= 51709, '<|26.90|>'= 51710, '<|26.92|>'= 51711, '<|26.94|>'= 51712, '<|26.96|>'= 51713, '<|26.98|>'= 51714, '<|27.00|>'= 51715, '<|27.02|>'= 51716, '<|27.04|>'= 51717, '<|27.06|>'= 51718, '<|27.08|>'= 51719, '<|27.10|>'= 51720, '<|27.12|>'= 51721, '<|27.14|>'= 51722, '<|27.16|>'= 51723, '<|27.18|>'= 51724, '<|27.20|>'= 51725, '<|27.22|>'= 51726, '<|27.24|>'= 51727, '<|27.26|>'= 51728, '<|27.28|>'= 51729, '<|27.30|>'= 51730, '<|27.32|>'= 51731, '<|27.34|>'= 51732, '<|27.36|>'= 51733, '<|27.38|>'= 51734, '<|27.40|>'= 51735, '<|27.42|>'= 51736, '<|27.44|>'= 51737, '<|27.46|>'= 51738, '<|27.48|>'= 51739, '<|27.50|>'= 51740, '<|27.52|>'= 51741, '<|27.54|>'= 51742, '<|27.56|>'= 51743, '<|27.58|>'= 51744, '<|27.60|>'= 51745, '<|27.62|>'= 51746, '<|27.64|>'= 51747, '<|27.66|>'= 51748, '<|27.68|>'= 51749, '<|27.70|>'= 51750, '<|27.72|>'= 51751, '<|27.74|>'= 51752, '<|27.76|>'= 51753, '<|27.78|>'= 51754, '<|27.80|>'= 51755, '<|27.82|>'= 51756, '<|27.84|>'= 51757, '<|27.86|>'= 51758, '<|27.88|>'= 51759, '<|27.90|>'= 51760, '<|27.92|>'= 51761, '<|27.94|>'= 51762, '<|27.96|>'= 51763, '<|27.98|>'= 51764, '<|28.00|>'= 51765, '<|28.02|>'= 51766, '<|28.04|>'= 51767, '<|28.06|>'= 51768, '<|28.08|>'= 51769, '<|28.10|>'= 51770, '<|28.12|>'= 51771, '<|28.14|>'= 51772, '<|28.16|>'= 51773, '<|28.18|>'= 51774, '<|28.20|>'= 51775, '<|28.22|>'= 51776, '<|28.24|>'= 51777, '<|28.26|>'= 51778, '<|28.28|>'= 51779, '<|28.30|>'= 51780, '<|28.32|>'= 51781, '<|28.34|>'= 51782, '<|28.36|>'= 51783, '<|28.38|>'= 51784, '<|28.40|>'= 51785, '<|28.42|>'= 51786, '<|28.44|>'= 51787, '<|28.46|>'= 51788, '<|28.48|>'= 51789, '<|28.50|>'= 51790, '<|28.52|>'= 51791, '<|28.54|>'= 51792, '<|28.56|>'= 51793, '<|28.58|>'= 51794, '<|28.60|>'= 51795, '<|28.62|>'= 51796, '<|28.64|>'= 51797, '<|28.66|>'= 51798, '<|28.68|>'= 51799, '<|28.70|>'= 51800, '<|28.72|>'= 51801, '<|28.74|>'= 51802, '<|28.76|>'= 51803, '<|28.78|>'= 51804, '<|28.80|>'= 51805, '<|28.82|>'= 51806, '<|28.84|>'= 51807, '<|28.86|>'= 51808, '<|28.88|>'= 51809, '<|28.90|>'= 51810, '<|28.92|>'= 51811, '<|28.94|>'= 51812, '<|28.96|>'= 51813, '<|28.98|>'= 51814, '<|29.00|>'= 51815, '<|29.02|>'= 51816, '<|29.04|>'= 51817, '<|29.06|>'= 51818, '<|29.08|>'= 51819, '<|29.10|>'= 51820, '<|29.12|>'= 51821, '<|29.14|>'= 51822, '<|29.16|>'= 51823, '<|29.18|>'= 51824, '<|29.20|>'= 51825, '<|29.22|>'= 51826, '<|29.24|>'= 51827, '<|29.26|>'= 51828, '<|29.28|>'= 51829, '<|29.30|>'= 51830, '<|29.32|>'= 51831, '<|29.34|>'= 51832, '<|29.36|>'= 51833, '<|29.38|>'= 51834, '<|29.40|>'= 51835, '<|29.42|>'= 51836, '<|29.44|>'= 51837, '<|29.46|>'= 51838, '<|29.48|>'= 51839, '<|29.50|>'= 51840, '<|29.52|>'= 51841, '<|29.54|>'= 51842, '<|29.56|>'= 51843, '<|29.58|>'= 51844, '<|29.60|>'= 51845, '<|29.62|>'= 51846, '<|29.64|>'= 51847, '<|29.66|>'= 51848, '<|29.68|>'= 51849, '<|29.70|>'= 51850, '<|29.72|>'= 51851, '<|29.74|>'= 51852, '<|29.76|>'= 51853, '<|29.78|>'= 51854, '<|29.80|>'= 51855, '<|29.82|>'= 51856, '<|29.84|>'= 51857, '<|29.86|>'= 51858, '<|29.88|>'= 51859, '<|29.90|>'= 51860, '<|29.92|>'= 51861, '<|29.94|>'= 51862, '<|29.96|>'= 51863, '<|29.98|>'= 51864, '<|30.00|>'= 51865} diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/tiktoken.toml.bkup b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/tiktoken.toml.bkup new file mode 100644 index 0000000000000000000000000000000000000000..9930c6767f61b96601e2a953e9ba712ffea83da4 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/tokenizer/tiktoken.toml.bkup @@ -0,0 +1,7 @@ +[encodings.multilingual_zh_ja_yue_char_del] +pattern = ''''s|'t|'re|'ve|'m|'ll|'d| ?\p{L}+| ?\p{N}+| ?[^\s\p{L}\p{N}]+|\s+''' +special_tokens = {'<|endoftext|>'= 58836, '<|startoftranscript|>'= 58837, '<|en|>'= 58838, '<|zh|>'= 58839, '<|de|>'= 58840, '<|es|>'= 58841, '<|ru|>'= 58842, '<|ko|>'= 58843, '<|fr|>'= 58844, '<|ja|>'= 58845, '<|pt|>'= 58846, '<|tr|>'= 58847, '<|pl|>'= 58848, '<|ca|>'= 58849, '<|nl|>'= 58850, '<|ar|>'= 58851, '<|sv|>'= 58852, '<|it|>'= 58853, '<|id|>'= 58854, '<|hi|>'= 58855, '<|fi|>'= 58856, '<|vi|>'= 58857, '<|he|>'= 58858, '<|uk|>'= 58859, '<|el|>'= 58860, '<|ms|>'= 58861, '<|cs|>'= 58862, '<|ro|>'= 58863, '<|da|>'= 58864, '<|hu|>'= 58865, '<|ta|>'= 58866, '<|no|>'= 58867, '<|th|>'= 58868, '<|ur|>'= 58869, '<|hr|>'= 58870, '<|bg|>'= 58871, '<|lt|>'= 58872, '<|la|>'= 58873, '<|mi|>'= 58874, '<|ml|>'= 58875, '<|cy|>'= 58876, '<|sk|>'= 58877, '<|te|>'= 58878, '<|fa|>'= 58879, '<|lv|>'= 58880, '<|bn|>'= 58881, '<|sr|>'= 58882, '<|az|>'= 58883, '<|sl|>'= 58884, '<|kn|>'= 58885, '<|et|>'= 58886, '<|mk|>'= 58887, '<|br|>'= 58888, '<|eu|>'= 58889, '<|is|>'= 58890, '<|hy|>'= 58891, '<|ne|>'= 58892, '<|mn|>'= 58893, '<|bs|>'= 58894, '<|kk|>'= 58895, '<|sq|>'= 58896, '<|sw|>'= 58897, '<|gl|>'= 58898, '<|mr|>'= 58899, '<|pa|>'= 58900, '<|si|>'= 58901, '<|km|>'= 58902, '<|sn|>'= 58903, '<|yo|>'= 58904, '<|so|>'= 58905, '<|af|>'= 58906, '<|oc|>'= 58907, '<|ka|>'= 58908, '<|be|>'= 58909, '<|tg|>'= 58910, '<|sd|>'= 58911, '<|gu|>'= 58912, '<|am|>'= 58913, '<|yi|>'= 58914, '<|lo|>'= 58915, '<|uz|>'= 58916, '<|fo|>'= 58917, '<|ht|>'= 58918, '<|ps|>'= 58919, '<|tk|>'= 58920, '<|nn|>'= 58921, '<|mt|>'= 58922, '<|sa|>'= 58923, '<|lb|>'= 58924, '<|my|>'= 58925, '<|bo|>'= 58926, '<|tl|>'= 58927, '<|mg|>'= 58928, '<|as|>'= 58929, '<|tt|>'= 58930, '<|haw|>'= 58931, '<|ln|>'= 58932, '<|ha|>'= 58933, '<|ba|>'= 58934, '<|jw|>'= 58935, '<|su|>'= 58936, '<|yue|>'= 58937, '<|minnan|>'= 58938, '<|wuyu|>'= 58939, '<|dialect|>'= 58940, '<|zh/en|>'= 58941, '<|en/zh|>'= 58942, '<|ASR|>'= 58943, '<|AED|>'= 58944, '<|SER|>'= 58945, '<|Speech|>'= 58946, '<|/Speech|>'= 58947, '<|BGM|>'= 58948, '<|/BGM|>'= 58949, '<|Laughter|>'= 58950, '<|/Laughter|>'= 58951, '<|Applause|>'= 58952, '<|/Applause|>'= 58953, '<|HAPPY|>'= 58954, '<|SAD|>'= 58955, '<|ANGRY|>'= 58956, '<|NEUTRAL|>'= 58957, '<|translate|>'= 58958, '<|transcribe|>'= 58959, '<|startoflm|>'= 58960, '<|startofprev|>'= 58961, '<|nospeech|>'= 58962, '<|notimestamps|>'= 58963, '<|SPECIAL_TOKEN_1|>'= 58964, '<|SPECIAL_TOKEN_2|>'= 58965, '<|SPECIAL_TOKEN_3|>'= 58966, '<|SPECIAL_TOKEN_4|>'= 58967, '<|SPECIAL_TOKEN_5|>'= 58968, '<|SPECIAL_TOKEN_6|>'= 58969, '<|SPECIAL_TOKEN_7|>'= 58970, '<|SPECIAL_TOKEN_8|>'= 58971, '<|SPECIAL_TOKEN_9|>'= 58972, '<|SPECIAL_TOKEN_10|>'= 58973, '<|SPECIAL_TOKEN_11|>'= 58974, '<|SPECIAL_TOKEN_12|>'= 58975, '<|SPECIAL_TOKEN_13|>'= 58976, '<|SPECIAL_TOKEN_14|>'= 58977, '<|SPECIAL_TOKEN_15|>'= 58978, '<|SPECIAL_TOKEN_16|>'= 58979, '<|SPECIAL_TOKEN_17|>'= 58980, '<|SPECIAL_TOKEN_18|>'= 58981, '<|SPECIAL_TOKEN_19|>'= 58982, '<|SPECIAL_TOKEN_20|>'= 58983, '<|SPECIAL_TOKEN_21|>'= 58984, '<|SPECIAL_TOKEN_22|>'= 58985, '<|SPECIAL_TOKEN_23|>'= 58986, '<|SPECIAL_TOKEN_24|>'= 58987, '<|SPECIAL_TOKEN_25|>'= 58988, '<|SPECIAL_TOKEN_26|>'= 58989, '<|SPECIAL_TOKEN_27|>'= 58990, '<|SPECIAL_TOKEN_28|>'= 58991, '<|SPECIAL_TOKEN_29|>'= 58992, '<|SPECIAL_TOKEN_30|>'= 58993, '<|SPECIAL_TOKEN_31|>'= 58994, '<|SPECIAL_TOKEN_32|>'= 58995, '<|SPECIAL_TOKEN_33|>'= 58996, '<|SPECIAL_TOKEN_34|>'= 58997, '<|SPECIAL_TOKEN_35|>'= 58998, '<|SPECIAL_TOKEN_36|>'= 58999, '<|SPECIAL_TOKEN_37|>'= 59000, '<|SPECIAL_TOKEN_38|>'= 59001, '<|SPECIAL_TOKEN_39|>'= 59002, '<|SPECIAL_TOKEN_40|>'= 59003, '<|SPECIAL_TOKEN_41|>'= 59004, '<|SPECIAL_TOKEN_42|>'= 59005, '<|SPECIAL_TOKEN_43|>'= 59006, '<|SPECIAL_TOKEN_44|>'= 59007, '<|SPECIAL_TOKEN_45|>'= 59008, '<|SPECIAL_TOKEN_46|>'= 59009, '<|SPECIAL_TOKEN_47|>'= 59010, '<|SPECIAL_TOKEN_48|>'= 59011, '<|SPECIAL_TOKEN_49|>'= 59012, '<|SPECIAL_TOKEN_50|>'= 59013, '<|0.00|>'= 59014, '<|0.02|>'= 59015, '<|0.04|>'= 59016, '<|0.06|>'= 59017, '<|0.08|>'= 59018, '<|0.10|>'= 59019, '<|0.12|>'= 59020, '<|0.14|>'= 59021, '<|0.16|>'= 59022, '<|0.18|>'= 59023, '<|0.20|>'= 59024, '<|0.22|>'= 59025, '<|0.24|>'= 59026, '<|0.26|>'= 59027, '<|0.28|>'= 59028, '<|0.30|>'= 59029, '<|0.32|>'= 59030, '<|0.34|>'= 59031, '<|0.36|>'= 59032, '<|0.38|>'= 59033, '<|0.40|>'= 59034, '<|0.42|>'= 59035, '<|0.44|>'= 59036, '<|0.46|>'= 59037, '<|0.48|>'= 59038, '<|0.50|>'= 59039, '<|0.52|>'= 59040, '<|0.54|>'= 59041, '<|0.56|>'= 59042, '<|0.58|>'= 59043, '<|0.60|>'= 59044, '<|0.62|>'= 59045, '<|0.64|>'= 59046, '<|0.66|>'= 59047, '<|0.68|>'= 59048, '<|0.70|>'= 59049, '<|0.72|>'= 59050, '<|0.74|>'= 59051, '<|0.76|>'= 59052, '<|0.78|>'= 59053, '<|0.80|>'= 59054, '<|0.82|>'= 59055, '<|0.84|>'= 59056, '<|0.86|>'= 59057, '<|0.88|>'= 59058, '<|0.90|>'= 59059, '<|0.92|>'= 59060, '<|0.94|>'= 59061, '<|0.96|>'= 59062, '<|0.98|>'= 59063, '<|1.00|>'= 59064, '<|1.02|>'= 59065, '<|1.04|>'= 59066, '<|1.06|>'= 59067, '<|1.08|>'= 59068, '<|1.10|>'= 59069, '<|1.12|>'= 59070, '<|1.14|>'= 59071, '<|1.16|>'= 59072, '<|1.18|>'= 59073, '<|1.20|>'= 59074, '<|1.22|>'= 59075, '<|1.24|>'= 59076, '<|1.26|>'= 59077, '<|1.28|>'= 59078, '<|1.30|>'= 59079, '<|1.32|>'= 59080, '<|1.34|>'= 59081, '<|1.36|>'= 59082, '<|1.38|>'= 59083, '<|1.40|>'= 59084, '<|1.42|>'= 59085, '<|1.44|>'= 59086, '<|1.46|>'= 59087, '<|1.48|>'= 59088, '<|1.50|>'= 59089, '<|1.52|>'= 59090, '<|1.54|>'= 59091, '<|1.56|>'= 59092, '<|1.58|>'= 59093, '<|1.60|>'= 59094, '<|1.62|>'= 59095, '<|1.64|>'= 59096, '<|1.66|>'= 59097, '<|1.68|>'= 59098, '<|1.70|>'= 59099, '<|1.72|>'= 59100, '<|1.74|>'= 59101, '<|1.76|>'= 59102, '<|1.78|>'= 59103, '<|1.80|>'= 59104, '<|1.82|>'= 59105, '<|1.84|>'= 59106, '<|1.86|>'= 59107, '<|1.88|>'= 59108, '<|1.90|>'= 59109, '<|1.92|>'= 59110, '<|1.94|>'= 59111, '<|1.96|>'= 59112, '<|1.98|>'= 59113, '<|2.00|>'= 59114, '<|2.02|>'= 59115, '<|2.04|>'= 59116, '<|2.06|>'= 59117, '<|2.08|>'= 59118, '<|2.10|>'= 59119, '<|2.12|>'= 59120, '<|2.14|>'= 59121, '<|2.16|>'= 59122, '<|2.18|>'= 59123, '<|2.20|>'= 59124, '<|2.22|>'= 59125, '<|2.24|>'= 59126, '<|2.26|>'= 59127, '<|2.28|>'= 59128, '<|2.30|>'= 59129, '<|2.32|>'= 59130, '<|2.34|>'= 59131, '<|2.36|>'= 59132, '<|2.38|>'= 59133, '<|2.40|>'= 59134, '<|2.42|>'= 59135, '<|2.44|>'= 59136, '<|2.46|>'= 59137, '<|2.48|>'= 59138, '<|2.50|>'= 59139, '<|2.52|>'= 59140, '<|2.54|>'= 59141, '<|2.56|>'= 59142, '<|2.58|>'= 59143, '<|2.60|>'= 59144, '<|2.62|>'= 59145, '<|2.64|>'= 59146, '<|2.66|>'= 59147, '<|2.68|>'= 59148, '<|2.70|>'= 59149, '<|2.72|>'= 59150, '<|2.74|>'= 59151, '<|2.76|>'= 59152, '<|2.78|>'= 59153, '<|2.80|>'= 59154, '<|2.82|>'= 59155, '<|2.84|>'= 59156, '<|2.86|>'= 59157, '<|2.88|>'= 59158, '<|2.90|>'= 59159, '<|2.92|>'= 59160, '<|2.94|>'= 59161, '<|2.96|>'= 59162, '<|2.98|>'= 59163, '<|3.00|>'= 59164, '<|3.02|>'= 59165, '<|3.04|>'= 59166, '<|3.06|>'= 59167, '<|3.08|>'= 59168, '<|3.10|>'= 59169, '<|3.12|>'= 59170, '<|3.14|>'= 59171, '<|3.16|>'= 59172, '<|3.18|>'= 59173, '<|3.20|>'= 59174, '<|3.22|>'= 59175, '<|3.24|>'= 59176, '<|3.26|>'= 59177, '<|3.28|>'= 59178, '<|3.30|>'= 59179, '<|3.32|>'= 59180, '<|3.34|>'= 59181, '<|3.36|>'= 59182, '<|3.38|>'= 59183, '<|3.40|>'= 59184, '<|3.42|>'= 59185, '<|3.44|>'= 59186, '<|3.46|>'= 59187, '<|3.48|>'= 59188, '<|3.50|>'= 59189, '<|3.52|>'= 59190, '<|3.54|>'= 59191, '<|3.56|>'= 59192, '<|3.58|>'= 59193, '<|3.60|>'= 59194, '<|3.62|>'= 59195, '<|3.64|>'= 59196, '<|3.66|>'= 59197, '<|3.68|>'= 59198, '<|3.70|>'= 59199, '<|3.72|>'= 59200, '<|3.74|>'= 59201, '<|3.76|>'= 59202, '<|3.78|>'= 59203, '<|3.80|>'= 59204, '<|3.82|>'= 59205, '<|3.84|>'= 59206, '<|3.86|>'= 59207, '<|3.88|>'= 59208, '<|3.90|>'= 59209, '<|3.92|>'= 59210, '<|3.94|>'= 59211, '<|3.96|>'= 59212, '<|3.98|>'= 59213, '<|4.00|>'= 59214, '<|4.02|>'= 59215, '<|4.04|>'= 59216, '<|4.06|>'= 59217, '<|4.08|>'= 59218, '<|4.10|>'= 59219, '<|4.12|>'= 59220, '<|4.14|>'= 59221, '<|4.16|>'= 59222, '<|4.18|>'= 59223, '<|4.20|>'= 59224, '<|4.22|>'= 59225, '<|4.24|>'= 59226, '<|4.26|>'= 59227, '<|4.28|>'= 59228, '<|4.30|>'= 59229, '<|4.32|>'= 59230, '<|4.34|>'= 59231, '<|4.36|>'= 59232, '<|4.38|>'= 59233, '<|4.40|>'= 59234, '<|4.42|>'= 59235, '<|4.44|>'= 59236, '<|4.46|>'= 59237, '<|4.48|>'= 59238, '<|4.50|>'= 59239, '<|4.52|>'= 59240, '<|4.54|>'= 59241, '<|4.56|>'= 59242, '<|4.58|>'= 59243, '<|4.60|>'= 59244, '<|4.62|>'= 59245, '<|4.64|>'= 59246, '<|4.66|>'= 59247, '<|4.68|>'= 59248, '<|4.70|>'= 59249, '<|4.72|>'= 59250, '<|4.74|>'= 59251, '<|4.76|>'= 59252, '<|4.78|>'= 59253, '<|4.80|>'= 59254, '<|4.82|>'= 59255, '<|4.84|>'= 59256, '<|4.86|>'= 59257, '<|4.88|>'= 59258, '<|4.90|>'= 59259, '<|4.92|>'= 59260, '<|4.94|>'= 59261, '<|4.96|>'= 59262, '<|4.98|>'= 59263, '<|5.00|>'= 59264, '<|5.02|>'= 59265, '<|5.04|>'= 59266, '<|5.06|>'= 59267, '<|5.08|>'= 59268, '<|5.10|>'= 59269, '<|5.12|>'= 59270, '<|5.14|>'= 59271, '<|5.16|>'= 59272, '<|5.18|>'= 59273, '<|5.20|>'= 59274, '<|5.22|>'= 59275, '<|5.24|>'= 59276, '<|5.26|>'= 59277, '<|5.28|>'= 59278, '<|5.30|>'= 59279, '<|5.32|>'= 59280, '<|5.34|>'= 59281, '<|5.36|>'= 59282, '<|5.38|>'= 59283, '<|5.40|>'= 59284, '<|5.42|>'= 59285, '<|5.44|>'= 59286, '<|5.46|>'= 59287, '<|5.48|>'= 59288, '<|5.50|>'= 59289, '<|5.52|>'= 59290, '<|5.54|>'= 59291, '<|5.56|>'= 59292, '<|5.58|>'= 59293, '<|5.60|>'= 59294, '<|5.62|>'= 59295, '<|5.64|>'= 59296, '<|5.66|>'= 59297, '<|5.68|>'= 59298, '<|5.70|>'= 59299, '<|5.72|>'= 59300, '<|5.74|>'= 59301, '<|5.76|>'= 59302, '<|5.78|>'= 59303, '<|5.80|>'= 59304, '<|5.82|>'= 59305, '<|5.84|>'= 59306, '<|5.86|>'= 59307, '<|5.88|>'= 59308, '<|5.90|>'= 59309, '<|5.92|>'= 59310, '<|5.94|>'= 59311, '<|5.96|>'= 59312, '<|5.98|>'= 59313, '<|6.00|>'= 59314, '<|6.02|>'= 59315, '<|6.04|>'= 59316, '<|6.06|>'= 59317, '<|6.08|>'= 59318, '<|6.10|>'= 59319, '<|6.12|>'= 59320, '<|6.14|>'= 59321, '<|6.16|>'= 59322, '<|6.18|>'= 59323, '<|6.20|>'= 59324, '<|6.22|>'= 59325, '<|6.24|>'= 59326, '<|6.26|>'= 59327, '<|6.28|>'= 59328, '<|6.30|>'= 59329, '<|6.32|>'= 59330, '<|6.34|>'= 59331, '<|6.36|>'= 59332, '<|6.38|>'= 59333, '<|6.40|>'= 59334, '<|6.42|>'= 59335, '<|6.44|>'= 59336, '<|6.46|>'= 59337, '<|6.48|>'= 59338, '<|6.50|>'= 59339, '<|6.52|>'= 59340, '<|6.54|>'= 59341, '<|6.56|>'= 59342, '<|6.58|>'= 59343, '<|6.60|>'= 59344, '<|6.62|>'= 59345, '<|6.64|>'= 59346, '<|6.66|>'= 59347, '<|6.68|>'= 59348, '<|6.70|>'= 59349, '<|6.72|>'= 59350, '<|6.74|>'= 59351, '<|6.76|>'= 59352, '<|6.78|>'= 59353, '<|6.80|>'= 59354, '<|6.82|>'= 59355, '<|6.84|>'= 59356, '<|6.86|>'= 59357, '<|6.88|>'= 59358, '<|6.90|>'= 59359, '<|6.92|>'= 59360, '<|6.94|>'= 59361, '<|6.96|>'= 59362, '<|6.98|>'= 59363, '<|7.00|>'= 59364, '<|7.02|>'= 59365, '<|7.04|>'= 59366, '<|7.06|>'= 59367, '<|7.08|>'= 59368, '<|7.10|>'= 59369, '<|7.12|>'= 59370, '<|7.14|>'= 59371, '<|7.16|>'= 59372, '<|7.18|>'= 59373, '<|7.20|>'= 59374, '<|7.22|>'= 59375, '<|7.24|>'= 59376, '<|7.26|>'= 59377, '<|7.28|>'= 59378, '<|7.30|>'= 59379, '<|7.32|>'= 59380, '<|7.34|>'= 59381, '<|7.36|>'= 59382, '<|7.38|>'= 59383, '<|7.40|>'= 59384, '<|7.42|>'= 59385, '<|7.44|>'= 59386, '<|7.46|>'= 59387, '<|7.48|>'= 59388, '<|7.50|>'= 59389, '<|7.52|>'= 59390, '<|7.54|>'= 59391, '<|7.56|>'= 59392, '<|7.58|>'= 59393, '<|7.60|>'= 59394, '<|7.62|>'= 59395, '<|7.64|>'= 59396, '<|7.66|>'= 59397, '<|7.68|>'= 59398, '<|7.70|>'= 59399, '<|7.72|>'= 59400, '<|7.74|>'= 59401, '<|7.76|>'= 59402, '<|7.78|>'= 59403, '<|7.80|>'= 59404, '<|7.82|>'= 59405, '<|7.84|>'= 59406, '<|7.86|>'= 59407, '<|7.88|>'= 59408, '<|7.90|>'= 59409, '<|7.92|>'= 59410, '<|7.94|>'= 59411, '<|7.96|>'= 59412, '<|7.98|>'= 59413, '<|8.00|>'= 59414, '<|8.02|>'= 59415, '<|8.04|>'= 59416, '<|8.06|>'= 59417, '<|8.08|>'= 59418, '<|8.10|>'= 59419, '<|8.12|>'= 59420, '<|8.14|>'= 59421, '<|8.16|>'= 59422, '<|8.18|>'= 59423, '<|8.20|>'= 59424, '<|8.22|>'= 59425, '<|8.24|>'= 59426, '<|8.26|>'= 59427, '<|8.28|>'= 59428, '<|8.30|>'= 59429, '<|8.32|>'= 59430, '<|8.34|>'= 59431, '<|8.36|>'= 59432, '<|8.38|>'= 59433, '<|8.40|>'= 59434, '<|8.42|>'= 59435, '<|8.44|>'= 59436, '<|8.46|>'= 59437, '<|8.48|>'= 59438, '<|8.50|>'= 59439, '<|8.52|>'= 59440, '<|8.54|>'= 59441, '<|8.56|>'= 59442, '<|8.58|>'= 59443, '<|8.60|>'= 59444, '<|8.62|>'= 59445, '<|8.64|>'= 59446, '<|8.66|>'= 59447, '<|8.68|>'= 59448, '<|8.70|>'= 59449, '<|8.72|>'= 59450, '<|8.74|>'= 59451, '<|8.76|>'= 59452, '<|8.78|>'= 59453, '<|8.80|>'= 59454, '<|8.82|>'= 59455, '<|8.84|>'= 59456, '<|8.86|>'= 59457, '<|8.88|>'= 59458, '<|8.90|>'= 59459, '<|8.92|>'= 59460, '<|8.94|>'= 59461, '<|8.96|>'= 59462, '<|8.98|>'= 59463, '<|9.00|>'= 59464, '<|9.02|>'= 59465, '<|9.04|>'= 59466, '<|9.06|>'= 59467, '<|9.08|>'= 59468, '<|9.10|>'= 59469, '<|9.12|>'= 59470, '<|9.14|>'= 59471, '<|9.16|>'= 59472, '<|9.18|>'= 59473, '<|9.20|>'= 59474, '<|9.22|>'= 59475, '<|9.24|>'= 59476, '<|9.26|>'= 59477, '<|9.28|>'= 59478, '<|9.30|>'= 59479, '<|9.32|>'= 59480, '<|9.34|>'= 59481, '<|9.36|>'= 59482, '<|9.38|>'= 59483, '<|9.40|>'= 59484, '<|9.42|>'= 59485, '<|9.44|>'= 59486, '<|9.46|>'= 59487, '<|9.48|>'= 59488, '<|9.50|>'= 59489, '<|9.52|>'= 59490, '<|9.54|>'= 59491, '<|9.56|>'= 59492, '<|9.58|>'= 59493, '<|9.60|>'= 59494, '<|9.62|>'= 59495, '<|9.64|>'= 59496, '<|9.66|>'= 59497, '<|9.68|>'= 59498, '<|9.70|>'= 59499, '<|9.72|>'= 59500, '<|9.74|>'= 59501, '<|9.76|>'= 59502, '<|9.78|>'= 59503, '<|9.80|>'= 59504, '<|9.82|>'= 59505, '<|9.84|>'= 59506, '<|9.86|>'= 59507, '<|9.88|>'= 59508, '<|9.90|>'= 59509, '<|9.92|>'= 59510, '<|9.94|>'= 59511, '<|9.96|>'= 59512, '<|9.98|>'= 59513, '<|10.00|>'= 59514, '<|10.02|>'= 59515, '<|10.04|>'= 59516, '<|10.06|>'= 59517, '<|10.08|>'= 59518, '<|10.10|>'= 59519, '<|10.12|>'= 59520, '<|10.14|>'= 59521, '<|10.16|>'= 59522, '<|10.18|>'= 59523, '<|10.20|>'= 59524, '<|10.22|>'= 59525, '<|10.24|>'= 59526, '<|10.26|>'= 59527, '<|10.28|>'= 59528, '<|10.30|>'= 59529, '<|10.32|>'= 59530, '<|10.34|>'= 59531, '<|10.36|>'= 59532, '<|10.38|>'= 59533, '<|10.40|>'= 59534, '<|10.42|>'= 59535, '<|10.44|>'= 59536, '<|10.46|>'= 59537, '<|10.48|>'= 59538, '<|10.50|>'= 59539, '<|10.52|>'= 59540, '<|10.54|>'= 59541, '<|10.56|>'= 59542, '<|10.58|>'= 59543, '<|10.60|>'= 59544, '<|10.62|>'= 59545, '<|10.64|>'= 59546, '<|10.66|>'= 59547, '<|10.68|>'= 59548, '<|10.70|>'= 59549, '<|10.72|>'= 59550, '<|10.74|>'= 59551, '<|10.76|>'= 59552, '<|10.78|>'= 59553, '<|10.80|>'= 59554, '<|10.82|>'= 59555, '<|10.84|>'= 59556, '<|10.86|>'= 59557, '<|10.88|>'= 59558, '<|10.90|>'= 59559, '<|10.92|>'= 59560, '<|10.94|>'= 59561, '<|10.96|>'= 59562, '<|10.98|>'= 59563, '<|11.00|>'= 59564, '<|11.02|>'= 59565, '<|11.04|>'= 59566, '<|11.06|>'= 59567, '<|11.08|>'= 59568, '<|11.10|>'= 59569, '<|11.12|>'= 59570, '<|11.14|>'= 59571, '<|11.16|>'= 59572, '<|11.18|>'= 59573, '<|11.20|>'= 59574, '<|11.22|>'= 59575, '<|11.24|>'= 59576, '<|11.26|>'= 59577, '<|11.28|>'= 59578, '<|11.30|>'= 59579, '<|11.32|>'= 59580, '<|11.34|>'= 59581, '<|11.36|>'= 59582, '<|11.38|>'= 59583, '<|11.40|>'= 59584, '<|11.42|>'= 59585, '<|11.44|>'= 59586, '<|11.46|>'= 59587, '<|11.48|>'= 59588, '<|11.50|>'= 59589, '<|11.52|>'= 59590, '<|11.54|>'= 59591, '<|11.56|>'= 59592, '<|11.58|>'= 59593, '<|11.60|>'= 59594, '<|11.62|>'= 59595, '<|11.64|>'= 59596, '<|11.66|>'= 59597, '<|11.68|>'= 59598, '<|11.70|>'= 59599, '<|11.72|>'= 59600, '<|11.74|>'= 59601, '<|11.76|>'= 59602, '<|11.78|>'= 59603, '<|11.80|>'= 59604, '<|11.82|>'= 59605, '<|11.84|>'= 59606, '<|11.86|>'= 59607, '<|11.88|>'= 59608, '<|11.90|>'= 59609, '<|11.92|>'= 59610, '<|11.94|>'= 59611, '<|11.96|>'= 59612, '<|11.98|>'= 59613, '<|12.00|>'= 59614, '<|12.02|>'= 59615, '<|12.04|>'= 59616, '<|12.06|>'= 59617, '<|12.08|>'= 59618, '<|12.10|>'= 59619, '<|12.12|>'= 59620, '<|12.14|>'= 59621, '<|12.16|>'= 59622, '<|12.18|>'= 59623, '<|12.20|>'= 59624, '<|12.22|>'= 59625, '<|12.24|>'= 59626, '<|12.26|>'= 59627, '<|12.28|>'= 59628, '<|12.30|>'= 59629, '<|12.32|>'= 59630, '<|12.34|>'= 59631, '<|12.36|>'= 59632, '<|12.38|>'= 59633, '<|12.40|>'= 59634, '<|12.42|>'= 59635, '<|12.44|>'= 59636, '<|12.46|>'= 59637, '<|12.48|>'= 59638, '<|12.50|>'= 59639, '<|12.52|>'= 59640, '<|12.54|>'= 59641, '<|12.56|>'= 59642, '<|12.58|>'= 59643, '<|12.60|>'= 59644, '<|12.62|>'= 59645, '<|12.64|>'= 59646, '<|12.66|>'= 59647, '<|12.68|>'= 59648, '<|12.70|>'= 59649, '<|12.72|>'= 59650, '<|12.74|>'= 59651, '<|12.76|>'= 59652, '<|12.78|>'= 59653, '<|12.80|>'= 59654, '<|12.82|>'= 59655, '<|12.84|>'= 59656, '<|12.86|>'= 59657, '<|12.88|>'= 59658, '<|12.90|>'= 59659, '<|12.92|>'= 59660, '<|12.94|>'= 59661, '<|12.96|>'= 59662, '<|12.98|>'= 59663, '<|13.00|>'= 59664, '<|13.02|>'= 59665, '<|13.04|>'= 59666, '<|13.06|>'= 59667, '<|13.08|>'= 59668, '<|13.10|>'= 59669, '<|13.12|>'= 59670, '<|13.14|>'= 59671, '<|13.16|>'= 59672, '<|13.18|>'= 59673, '<|13.20|>'= 59674, '<|13.22|>'= 59675, '<|13.24|>'= 59676, '<|13.26|>'= 59677, '<|13.28|>'= 59678, '<|13.30|>'= 59679, '<|13.32|>'= 59680, '<|13.34|>'= 59681, '<|13.36|>'= 59682, '<|13.38|>'= 59683, '<|13.40|>'= 59684, '<|13.42|>'= 59685, '<|13.44|>'= 59686, '<|13.46|>'= 59687, '<|13.48|>'= 59688, '<|13.50|>'= 59689, '<|13.52|>'= 59690, '<|13.54|>'= 59691, '<|13.56|>'= 59692, '<|13.58|>'= 59693, '<|13.60|>'= 59694, '<|13.62|>'= 59695, '<|13.64|>'= 59696, '<|13.66|>'= 59697, '<|13.68|>'= 59698, '<|13.70|>'= 59699, '<|13.72|>'= 59700, '<|13.74|>'= 59701, '<|13.76|>'= 59702, '<|13.78|>'= 59703, '<|13.80|>'= 59704, '<|13.82|>'= 59705, '<|13.84|>'= 59706, '<|13.86|>'= 59707, '<|13.88|>'= 59708, '<|13.90|>'= 59709, '<|13.92|>'= 59710, '<|13.94|>'= 59711, '<|13.96|>'= 59712, '<|13.98|>'= 59713, '<|14.00|>'= 59714, '<|14.02|>'= 59715, '<|14.04|>'= 59716, '<|14.06|>'= 59717, '<|14.08|>'= 59718, '<|14.10|>'= 59719, '<|14.12|>'= 59720, '<|14.14|>'= 59721, '<|14.16|>'= 59722, '<|14.18|>'= 59723, '<|14.20|>'= 59724, '<|14.22|>'= 59725, '<|14.24|>'= 59726, '<|14.26|>'= 59727, '<|14.28|>'= 59728, '<|14.30|>'= 59729, '<|14.32|>'= 59730, '<|14.34|>'= 59731, '<|14.36|>'= 59732, '<|14.38|>'= 59733, '<|14.40|>'= 59734, '<|14.42|>'= 59735, '<|14.44|>'= 59736, '<|14.46|>'= 59737, '<|14.48|>'= 59738, '<|14.50|>'= 59739, '<|14.52|>'= 59740, '<|14.54|>'= 59741, '<|14.56|>'= 59742, '<|14.58|>'= 59743, '<|14.60|>'= 59744, '<|14.62|>'= 59745, '<|14.64|>'= 59746, '<|14.66|>'= 59747, '<|14.68|>'= 59748, '<|14.70|>'= 59749, '<|14.72|>'= 59750, '<|14.74|>'= 59751, '<|14.76|>'= 59752, '<|14.78|>'= 59753, '<|14.80|>'= 59754, '<|14.82|>'= 59755, '<|14.84|>'= 59756, '<|14.86|>'= 59757, '<|14.88|>'= 59758, '<|14.90|>'= 59759, '<|14.92|>'= 59760, '<|14.94|>'= 59761, '<|14.96|>'= 59762, '<|14.98|>'= 59763, '<|15.00|>'= 59764, '<|15.02|>'= 59765, '<|15.04|>'= 59766, '<|15.06|>'= 59767, '<|15.08|>'= 59768, '<|15.10|>'= 59769, '<|15.12|>'= 59770, '<|15.14|>'= 59771, '<|15.16|>'= 59772, '<|15.18|>'= 59773, '<|15.20|>'= 59774, '<|15.22|>'= 59775, '<|15.24|>'= 59776, '<|15.26|>'= 59777, '<|15.28|>'= 59778, '<|15.30|>'= 59779, '<|15.32|>'= 59780, '<|15.34|>'= 59781, '<|15.36|>'= 59782, '<|15.38|>'= 59783, '<|15.40|>'= 59784, '<|15.42|>'= 59785, '<|15.44|>'= 59786, '<|15.46|>'= 59787, '<|15.48|>'= 59788, '<|15.50|>'= 59789, '<|15.52|>'= 59790, '<|15.54|>'= 59791, '<|15.56|>'= 59792, '<|15.58|>'= 59793, '<|15.60|>'= 59794, '<|15.62|>'= 59795, '<|15.64|>'= 59796, '<|15.66|>'= 59797, '<|15.68|>'= 59798, '<|15.70|>'= 59799, '<|15.72|>'= 59800, '<|15.74|>'= 59801, '<|15.76|>'= 59802, '<|15.78|>'= 59803, '<|15.80|>'= 59804, '<|15.82|>'= 59805, '<|15.84|>'= 59806, '<|15.86|>'= 59807, '<|15.88|>'= 59808, '<|15.90|>'= 59809, '<|15.92|>'= 59810, '<|15.94|>'= 59811, '<|15.96|>'= 59812, '<|15.98|>'= 59813, '<|16.00|>'= 59814, '<|16.02|>'= 59815, '<|16.04|>'= 59816, '<|16.06|>'= 59817, '<|16.08|>'= 59818, '<|16.10|>'= 59819, '<|16.12|>'= 59820, '<|16.14|>'= 59821, '<|16.16|>'= 59822, '<|16.18|>'= 59823, '<|16.20|>'= 59824, '<|16.22|>'= 59825, '<|16.24|>'= 59826, '<|16.26|>'= 59827, '<|16.28|>'= 59828, '<|16.30|>'= 59829, '<|16.32|>'= 59830, '<|16.34|>'= 59831, '<|16.36|>'= 59832, '<|16.38|>'= 59833, '<|16.40|>'= 59834, '<|16.42|>'= 59835, '<|16.44|>'= 59836, '<|16.46|>'= 59837, '<|16.48|>'= 59838, '<|16.50|>'= 59839, '<|16.52|>'= 59840, '<|16.54|>'= 59841, '<|16.56|>'= 59842, '<|16.58|>'= 59843, '<|16.60|>'= 59844, '<|16.62|>'= 59845, '<|16.64|>'= 59846, '<|16.66|>'= 59847, '<|16.68|>'= 59848, '<|16.70|>'= 59849, '<|16.72|>'= 59850, '<|16.74|>'= 59851, '<|16.76|>'= 59852, '<|16.78|>'= 59853, '<|16.80|>'= 59854, '<|16.82|>'= 59855, '<|16.84|>'= 59856, '<|16.86|>'= 59857, '<|16.88|>'= 59858, '<|16.90|>'= 59859, '<|16.92|>'= 59860, '<|16.94|>'= 59861, '<|16.96|>'= 59862, '<|16.98|>'= 59863, '<|17.00|>'= 59864, '<|17.02|>'= 59865, '<|17.04|>'= 59866, '<|17.06|>'= 59867, '<|17.08|>'= 59868, '<|17.10|>'= 59869, '<|17.12|>'= 59870, '<|17.14|>'= 59871, '<|17.16|>'= 59872, '<|17.18|>'= 59873, '<|17.20|>'= 59874, '<|17.22|>'= 59875, '<|17.24|>'= 59876, '<|17.26|>'= 59877, '<|17.28|>'= 59878, '<|17.30|>'= 59879, '<|17.32|>'= 59880, '<|17.34|>'= 59881, '<|17.36|>'= 59882, '<|17.38|>'= 59883, '<|17.40|>'= 59884, '<|17.42|>'= 59885, '<|17.44|>'= 59886, '<|17.46|>'= 59887, '<|17.48|>'= 59888, '<|17.50|>'= 59889, '<|17.52|>'= 59890, '<|17.54|>'= 59891, '<|17.56|>'= 59892, '<|17.58|>'= 59893, '<|17.60|>'= 59894, '<|17.62|>'= 59895, '<|17.64|>'= 59896, '<|17.66|>'= 59897, '<|17.68|>'= 59898, '<|17.70|>'= 59899, '<|17.72|>'= 59900, '<|17.74|>'= 59901, '<|17.76|>'= 59902, '<|17.78|>'= 59903, '<|17.80|>'= 59904, '<|17.82|>'= 59905, '<|17.84|>'= 59906, '<|17.86|>'= 59907, '<|17.88|>'= 59908, '<|17.90|>'= 59909, '<|17.92|>'= 59910, '<|17.94|>'= 59911, '<|17.96|>'= 59912, '<|17.98|>'= 59913, '<|18.00|>'= 59914, '<|18.02|>'= 59915, '<|18.04|>'= 59916, '<|18.06|>'= 59917, '<|18.08|>'= 59918, '<|18.10|>'= 59919, '<|18.12|>'= 59920, '<|18.14|>'= 59921, '<|18.16|>'= 59922, '<|18.18|>'= 59923, '<|18.20|>'= 59924, '<|18.22|>'= 59925, '<|18.24|>'= 59926, '<|18.26|>'= 59927, '<|18.28|>'= 59928, '<|18.30|>'= 59929, '<|18.32|>'= 59930, '<|18.34|>'= 59931, '<|18.36|>'= 59932, '<|18.38|>'= 59933, '<|18.40|>'= 59934, '<|18.42|>'= 59935, '<|18.44|>'= 59936, '<|18.46|>'= 59937, '<|18.48|>'= 59938, '<|18.50|>'= 59939, '<|18.52|>'= 59940, '<|18.54|>'= 59941, '<|18.56|>'= 59942, '<|18.58|>'= 59943, '<|18.60|>'= 59944, '<|18.62|>'= 59945, '<|18.64|>'= 59946, '<|18.66|>'= 59947, '<|18.68|>'= 59948, '<|18.70|>'= 59949, '<|18.72|>'= 59950, '<|18.74|>'= 59951, '<|18.76|>'= 59952, '<|18.78|>'= 59953, '<|18.80|>'= 59954, '<|18.82|>'= 59955, '<|18.84|>'= 59956, '<|18.86|>'= 59957, '<|18.88|>'= 59958, '<|18.90|>'= 59959, '<|18.92|>'= 59960, '<|18.94|>'= 59961, '<|18.96|>'= 59962, '<|18.98|>'= 59963, '<|19.00|>'= 59964, '<|19.02|>'= 59965, '<|19.04|>'= 59966, '<|19.06|>'= 59967, '<|19.08|>'= 59968, '<|19.10|>'= 59969, '<|19.12|>'= 59970, '<|19.14|>'= 59971, '<|19.16|>'= 59972, '<|19.18|>'= 59973, '<|19.20|>'= 59974, '<|19.22|>'= 59975, '<|19.24|>'= 59976, '<|19.26|>'= 59977, '<|19.28|>'= 59978, '<|19.30|>'= 59979, '<|19.32|>'= 59980, '<|19.34|>'= 59981, '<|19.36|>'= 59982, '<|19.38|>'= 59983, '<|19.40|>'= 59984, '<|19.42|>'= 59985, '<|19.44|>'= 59986, '<|19.46|>'= 59987, '<|19.48|>'= 59988, '<|19.50|>'= 59989, '<|19.52|>'= 59990, '<|19.54|>'= 59991, '<|19.56|>'= 59992, '<|19.58|>'= 59993, '<|19.60|>'= 59994, '<|19.62|>'= 59995, '<|19.64|>'= 59996, '<|19.66|>'= 59997, '<|19.68|>'= 59998, '<|19.70|>'= 59999, '<|19.72|>'= 60000, '<|19.74|>'= 60001, '<|19.76|>'= 60002, '<|19.78|>'= 60003, '<|19.80|>'= 60004, '<|19.82|>'= 60005, '<|19.84|>'= 60006, '<|19.86|>'= 60007, '<|19.88|>'= 60008, '<|19.90|>'= 60009, '<|19.92|>'= 60010, '<|19.94|>'= 60011, '<|19.96|>'= 60012, '<|19.98|>'= 60013, '<|20.00|>'= 60014, '<|20.02|>'= 60015, '<|20.04|>'= 60016, '<|20.06|>'= 60017, '<|20.08|>'= 60018, '<|20.10|>'= 60019, '<|20.12|>'= 60020, '<|20.14|>'= 60021, '<|20.16|>'= 60022, '<|20.18|>'= 60023, '<|20.20|>'= 60024, '<|20.22|>'= 60025, '<|20.24|>'= 60026, '<|20.26|>'= 60027, '<|20.28|>'= 60028, '<|20.30|>'= 60029, '<|20.32|>'= 60030, '<|20.34|>'= 60031, '<|20.36|>'= 60032, '<|20.38|>'= 60033, '<|20.40|>'= 60034, '<|20.42|>'= 60035, '<|20.44|>'= 60036, '<|20.46|>'= 60037, '<|20.48|>'= 60038, '<|20.50|>'= 60039, '<|20.52|>'= 60040, '<|20.54|>'= 60041, '<|20.56|>'= 60042, '<|20.58|>'= 60043, '<|20.60|>'= 60044, '<|20.62|>'= 60045, '<|20.64|>'= 60046, '<|20.66|>'= 60047, '<|20.68|>'= 60048, '<|20.70|>'= 60049, '<|20.72|>'= 60050, '<|20.74|>'= 60051, '<|20.76|>'= 60052, '<|20.78|>'= 60053, '<|20.80|>'= 60054, '<|20.82|>'= 60055, '<|20.84|>'= 60056, '<|20.86|>'= 60057, '<|20.88|>'= 60058, '<|20.90|>'= 60059, '<|20.92|>'= 60060, '<|20.94|>'= 60061, '<|20.96|>'= 60062, '<|20.98|>'= 60063, '<|21.00|>'= 60064, '<|21.02|>'= 60065, '<|21.04|>'= 60066, '<|21.06|>'= 60067, '<|21.08|>'= 60068, '<|21.10|>'= 60069, '<|21.12|>'= 60070, '<|21.14|>'= 60071, '<|21.16|>'= 60072, '<|21.18|>'= 60073, '<|21.20|>'= 60074, '<|21.22|>'= 60075, '<|21.24|>'= 60076, '<|21.26|>'= 60077, '<|21.28|>'= 60078, '<|21.30|>'= 60079, '<|21.32|>'= 60080, '<|21.34|>'= 60081, '<|21.36|>'= 60082, '<|21.38|>'= 60083, '<|21.40|>'= 60084, '<|21.42|>'= 60085, '<|21.44|>'= 60086, '<|21.46|>'= 60087, '<|21.48|>'= 60088, '<|21.50|>'= 60089, '<|21.52|>'= 60090, '<|21.54|>'= 60091, '<|21.56|>'= 60092, '<|21.58|>'= 60093, '<|21.60|>'= 60094, '<|21.62|>'= 60095, '<|21.64|>'= 60096, '<|21.66|>'= 60097, '<|21.68|>'= 60098, '<|21.70|>'= 60099, '<|21.72|>'= 60100, '<|21.74|>'= 60101, '<|21.76|>'= 60102, '<|21.78|>'= 60103, '<|21.80|>'= 60104, '<|21.82|>'= 60105, '<|21.84|>'= 60106, '<|21.86|>'= 60107, '<|21.88|>'= 60108, '<|21.90|>'= 60109, '<|21.92|>'= 60110, '<|21.94|>'= 60111, '<|21.96|>'= 60112, '<|21.98|>'= 60113, '<|22.00|>'= 60114, '<|22.02|>'= 60115, '<|22.04|>'= 60116, '<|22.06|>'= 60117, '<|22.08|>'= 60118, '<|22.10|>'= 60119, '<|22.12|>'= 60120, '<|22.14|>'= 60121, '<|22.16|>'= 60122, '<|22.18|>'= 60123, '<|22.20|>'= 60124, '<|22.22|>'= 60125, '<|22.24|>'= 60126, '<|22.26|>'= 60127, '<|22.28|>'= 60128, '<|22.30|>'= 60129, '<|22.32|>'= 60130, '<|22.34|>'= 60131, '<|22.36|>'= 60132, '<|22.38|>'= 60133, '<|22.40|>'= 60134, '<|22.42|>'= 60135, '<|22.44|>'= 60136, '<|22.46|>'= 60137, '<|22.48|>'= 60138, '<|22.50|>'= 60139, '<|22.52|>'= 60140, '<|22.54|>'= 60141, '<|22.56|>'= 60142, '<|22.58|>'= 60143, '<|22.60|>'= 60144, '<|22.62|>'= 60145, '<|22.64|>'= 60146, '<|22.66|>'= 60147, '<|22.68|>'= 60148, '<|22.70|>'= 60149, '<|22.72|>'= 60150, '<|22.74|>'= 60151, '<|22.76|>'= 60152, '<|22.78|>'= 60153, '<|22.80|>'= 60154, '<|22.82|>'= 60155, '<|22.84|>'= 60156, '<|22.86|>'= 60157, '<|22.88|>'= 60158, '<|22.90|>'= 60159, '<|22.92|>'= 60160, '<|22.94|>'= 60161, '<|22.96|>'= 60162, '<|22.98|>'= 60163, '<|23.00|>'= 60164, '<|23.02|>'= 60165, '<|23.04|>'= 60166, '<|23.06|>'= 60167, '<|23.08|>'= 60168, '<|23.10|>'= 60169, '<|23.12|>'= 60170, '<|23.14|>'= 60171, '<|23.16|>'= 60172, '<|23.18|>'= 60173, '<|23.20|>'= 60174, '<|23.22|>'= 60175, '<|23.24|>'= 60176, '<|23.26|>'= 60177, '<|23.28|>'= 60178, '<|23.30|>'= 60179, '<|23.32|>'= 60180, '<|23.34|>'= 60181, '<|23.36|>'= 60182, '<|23.38|>'= 60183, '<|23.40|>'= 60184, '<|23.42|>'= 60185, '<|23.44|>'= 60186, '<|23.46|>'= 60187, '<|23.48|>'= 60188, '<|23.50|>'= 60189, '<|23.52|>'= 60190, '<|23.54|>'= 60191, '<|23.56|>'= 60192, '<|23.58|>'= 60193, '<|23.60|>'= 60194, '<|23.62|>'= 60195, '<|23.64|>'= 60196, '<|23.66|>'= 60197, '<|23.68|>'= 60198, '<|23.70|>'= 60199, '<|23.72|>'= 60200, '<|23.74|>'= 60201, '<|23.76|>'= 60202, '<|23.78|>'= 60203, '<|23.80|>'= 60204, '<|23.82|>'= 60205, '<|23.84|>'= 60206, '<|23.86|>'= 60207, '<|23.88|>'= 60208, '<|23.90|>'= 60209, '<|23.92|>'= 60210, '<|23.94|>'= 60211, '<|23.96|>'= 60212, '<|23.98|>'= 60213, '<|24.00|>'= 60214, '<|24.02|>'= 60215, '<|24.04|>'= 60216, '<|24.06|>'= 60217, '<|24.08|>'= 60218, '<|24.10|>'= 60219, '<|24.12|>'= 60220, '<|24.14|>'= 60221, '<|24.16|>'= 60222, '<|24.18|>'= 60223, '<|24.20|>'= 60224, '<|24.22|>'= 60225, '<|24.24|>'= 60226, '<|24.26|>'= 60227, '<|24.28|>'= 60228, '<|24.30|>'= 60229, '<|24.32|>'= 60230, '<|24.34|>'= 60231, '<|24.36|>'= 60232, '<|24.38|>'= 60233, '<|24.40|>'= 60234, '<|24.42|>'= 60235, '<|24.44|>'= 60236, '<|24.46|>'= 60237, '<|24.48|>'= 60238, '<|24.50|>'= 60239, '<|24.52|>'= 60240, '<|24.54|>'= 60241, '<|24.56|>'= 60242, '<|24.58|>'= 60243, '<|24.60|>'= 60244, '<|24.62|>'= 60245, '<|24.64|>'= 60246, '<|24.66|>'= 60247, '<|24.68|>'= 60248, '<|24.70|>'= 60249, '<|24.72|>'= 60250, '<|24.74|>'= 60251, '<|24.76|>'= 60252, '<|24.78|>'= 60253, '<|24.80|>'= 60254, '<|24.82|>'= 60255, '<|24.84|>'= 60256, '<|24.86|>'= 60257, '<|24.88|>'= 60258, '<|24.90|>'= 60259, '<|24.92|>'= 60260, '<|24.94|>'= 60261, '<|24.96|>'= 60262, '<|24.98|>'= 60263, '<|25.00|>'= 60264, '<|25.02|>'= 60265, '<|25.04|>'= 60266, '<|25.06|>'= 60267, '<|25.08|>'= 60268, '<|25.10|>'= 60269, '<|25.12|>'= 60270, '<|25.14|>'= 60271, '<|25.16|>'= 60272, '<|25.18|>'= 60273, '<|25.20|>'= 60274, '<|25.22|>'= 60275, '<|25.24|>'= 60276, '<|25.26|>'= 60277, '<|25.28|>'= 60278, '<|25.30|>'= 60279, '<|25.32|>'= 60280, '<|25.34|>'= 60281, '<|25.36|>'= 60282, '<|25.38|>'= 60283, '<|25.40|>'= 60284, '<|25.42|>'= 60285, '<|25.44|>'= 60286, '<|25.46|>'= 60287, '<|25.48|>'= 60288, '<|25.50|>'= 60289, '<|25.52|>'= 60290, '<|25.54|>'= 60291, '<|25.56|>'= 60292, '<|25.58|>'= 60293, '<|25.60|>'= 60294, '<|25.62|>'= 60295, '<|25.64|>'= 60296, '<|25.66|>'= 60297, '<|25.68|>'= 60298, '<|25.70|>'= 60299, '<|25.72|>'= 60300, '<|25.74|>'= 60301, '<|25.76|>'= 60302, '<|25.78|>'= 60303, '<|25.80|>'= 60304, '<|25.82|>'= 60305, '<|25.84|>'= 60306, '<|25.86|>'= 60307, '<|25.88|>'= 60308, '<|25.90|>'= 60309, '<|25.92|>'= 60310, '<|25.94|>'= 60311, '<|25.96|>'= 60312, '<|25.98|>'= 60313, '<|26.00|>'= 60314, '<|26.02|>'= 60315, '<|26.04|>'= 60316, '<|26.06|>'= 60317, '<|26.08|>'= 60318, '<|26.10|>'= 60319, '<|26.12|>'= 60320, '<|26.14|>'= 60321, '<|26.16|>'= 60322, '<|26.18|>'= 60323, '<|26.20|>'= 60324, '<|26.22|>'= 60325, '<|26.24|>'= 60326, '<|26.26|>'= 60327, '<|26.28|>'= 60328, '<|26.30|>'= 60329, '<|26.32|>'= 60330, '<|26.34|>'= 60331, '<|26.36|>'= 60332, '<|26.38|>'= 60333, '<|26.40|>'= 60334, '<|26.42|>'= 60335, '<|26.44|>'= 60336, '<|26.46|>'= 60337, '<|26.48|>'= 60338, '<|26.50|>'= 60339, '<|26.52|>'= 60340, '<|26.54|>'= 60341, '<|26.56|>'= 60342, '<|26.58|>'= 60343, '<|26.60|>'= 60344, '<|26.62|>'= 60345, '<|26.64|>'= 60346, '<|26.66|>'= 60347, '<|26.68|>'= 60348, '<|26.70|>'= 60349, '<|26.72|>'= 60350, '<|26.74|>'= 60351, '<|26.76|>'= 60352, '<|26.78|>'= 60353, '<|26.80|>'= 60354, '<|26.82|>'= 60355, '<|26.84|>'= 60356, '<|26.86|>'= 60357, '<|26.88|>'= 60358, '<|26.90|>'= 60359, '<|26.92|>'= 60360, '<|26.94|>'= 60361, '<|26.96|>'= 60362, '<|26.98|>'= 60363, '<|27.00|>'= 60364, '<|27.02|>'= 60365, '<|27.04|>'= 60366, '<|27.06|>'= 60367, '<|27.08|>'= 60368, '<|27.10|>'= 60369, '<|27.12|>'= 60370, '<|27.14|>'= 60371, '<|27.16|>'= 60372, '<|27.18|>'= 60373, '<|27.20|>'= 60374, '<|27.22|>'= 60375, '<|27.24|>'= 60376, '<|27.26|>'= 60377, '<|27.28|>'= 60378, '<|27.30|>'= 60379, '<|27.32|>'= 60380, '<|27.34|>'= 60381, '<|27.36|>'= 60382, '<|27.38|>'= 60383, '<|27.40|>'= 60384, '<|27.42|>'= 60385, '<|27.44|>'= 60386, '<|27.46|>'= 60387, '<|27.48|>'= 60388, '<|27.50|>'= 60389, '<|27.52|>'= 60390, '<|27.54|>'= 60391, '<|27.56|>'= 60392, '<|27.58|>'= 60393, '<|27.60|>'= 60394, '<|27.62|>'= 60395, '<|27.64|>'= 60396, '<|27.66|>'= 60397, '<|27.68|>'= 60398, '<|27.70|>'= 60399, '<|27.72|>'= 60400, '<|27.74|>'= 60401, '<|27.76|>'= 60402, '<|27.78|>'= 60403, '<|27.80|>'= 60404, '<|27.82|>'= 60405, '<|27.84|>'= 60406, '<|27.86|>'= 60407, '<|27.88|>'= 60408, '<|27.90|>'= 60409, '<|27.92|>'= 60410, '<|27.94|>'= 60411, '<|27.96|>'= 60412, '<|27.98|>'= 60413, '<|28.00|>'= 60414, '<|28.02|>'= 60415, '<|28.04|>'= 60416, '<|28.06|>'= 60417, '<|28.08|>'= 60418, '<|28.10|>'= 60419, '<|28.12|>'= 60420, '<|28.14|>'= 60421, '<|28.16|>'= 60422, '<|28.18|>'= 60423, '<|28.20|>'= 60424, '<|28.22|>'= 60425, '<|28.24|>'= 60426, '<|28.26|>'= 60427, '<|28.28|>'= 60428, '<|28.30|>'= 60429, '<|28.32|>'= 60430, '<|28.34|>'= 60431, '<|28.36|>'= 60432, '<|28.38|>'= 60433, '<|28.40|>'= 60434, '<|28.42|>'= 60435, '<|28.44|>'= 60436, '<|28.46|>'= 60437, '<|28.48|>'= 60438, '<|28.50|>'= 60439, '<|28.52|>'= 60440, '<|28.54|>'= 60441, '<|28.56|>'= 60442, '<|28.58|>'= 60443, '<|28.60|>'= 60444, '<|28.62|>'= 60445, '<|28.64|>'= 60446, '<|28.66|>'= 60447, '<|28.68|>'= 60448, '<|28.70|>'= 60449, '<|28.72|>'= 60450, '<|28.74|>'= 60451, '<|28.76|>'= 60452, '<|28.78|>'= 60453, '<|28.80|>'= 60454, '<|28.82|>'= 60455, '<|28.84|>'= 60456, '<|28.86|>'= 60457, '<|28.88|>'= 60458, '<|28.90|>'= 60459, '<|28.92|>'= 60460, '<|28.94|>'= 60461, '<|28.96|>'= 60462, '<|28.98|>'= 60463, '<|29.00|>'= 60464, '<|29.02|>'= 60465, '<|29.04|>'= 60466, '<|29.06|>'= 60467, '<|29.08|>'= 60468, '<|29.10|>'= 60469, '<|29.12|>'= 60470, '<|29.14|>'= 60471, '<|29.16|>'= 60472, '<|29.18|>'= 60473, '<|29.20|>'= 60474, '<|29.22|>'= 60475, '<|29.24|>'= 60476, '<|29.26|>'= 60477, '<|29.28|>'= 60478, '<|29.30|>'= 60479, '<|29.32|>'= 60480, '<|29.34|>'= 60481, '<|29.36|>'= 60482, '<|29.38|>'= 60483, '<|29.40|>'= 60484, '<|29.42|>'= 60485, '<|29.44|>'= 60486, '<|29.46|>'= 60487, '<|29.48|>'= 60488, '<|29.50|>'= 60489, '<|29.52|>'= 60490, '<|29.54|>'= 60491, '<|29.56|>'= 60492, '<|29.58|>'= 60493, '<|29.60|>'= 60494, '<|29.62|>'= 60495, '<|29.64|>'= 60496, '<|29.66|>'= 60497, '<|29.68|>'= 60498, '<|29.70|>'= 60499, '<|29.72|>'= 60500, '<|29.74|>'= 60501, '<|29.76|>'= 60502, '<|29.78|>'= 60503, '<|29.80|>'= 60504, '<|29.82|>'= 60505, '<|29.84|>'= 60506, '<|29.86|>'= 60507, '<|29.88|>'= 60508, '<|29.90|>'= 60509, '<|29.92|>'= 60510, '<|29.94|>'= 60511, '<|29.96|>'= 60512, '<|29.98|>'= 60513, '<|30.00|>'= 60514} + +[encodings.multilingual] +pattern = ''''s|'t|'re|'ve|'m|'ll|'d| ?\p{L}+| ?\p{N}+| ?[^\s\p{L}\p{N}]+|\s+''' +special_tokens = {'<|endoftext|>'= 50257, '<|startoftranscript|>'= 50258, '<|en|>'= 50259, '<|zh|>'= 50260, '<|de|>'= 50261, '<|es|>'= 50262, '<|ru|>'= 50263, '<|ko|>'= 50264, '<|fr|>'= 50265, '<|ja|>'= 50266, '<|pt|>'= 50267, '<|tr|>'= 50268, '<|pl|>'= 50269, '<|ca|>'= 50270, '<|nl|>'= 50271, '<|ar|>'= 50272, '<|sv|>'= 50273, '<|it|>'= 50274, '<|id|>'= 50275, '<|hi|>'= 50276, '<|fi|>'= 50277, '<|vi|>'= 50278, '<|he|>'= 50279, '<|uk|>'= 50280, '<|el|>'= 50281, '<|ms|>'= 50282, '<|cs|>'= 50283, '<|ro|>'= 50284, '<|da|>'= 50285, '<|hu|>'= 50286, '<|ta|>'= 50287, '<|no|>'= 50288, '<|th|>'= 50289, '<|ur|>'= 50290, '<|hr|>'= 50291, '<|bg|>'= 50292, '<|lt|>'= 50293, '<|la|>'= 50294, '<|mi|>'= 50295, '<|ml|>'= 50296, '<|cy|>'= 50297, '<|sk|>'= 50298, '<|te|>'= 50299, '<|fa|>'= 50300, '<|lv|>'= 50301, '<|bn|>'= 50302, '<|sr|>'= 50303, '<|az|>'= 50304, '<|sl|>'= 50305, '<|kn|>'= 50306, '<|et|>'= 50307, '<|mk|>'= 50308, '<|br|>'= 50309, '<|eu|>'= 50310, '<|is|>'= 50311, '<|hy|>'= 50312, '<|ne|>'= 50313, '<|mn|>'= 50314, '<|bs|>'= 50315, '<|kk|>'= 50316, '<|sq|>'= 50317, '<|sw|>'= 50318, '<|gl|>'= 50319, '<|mr|>'= 50320, '<|pa|>'= 50321, '<|si|>'= 50322, '<|km|>'= 50323, '<|sn|>'= 50324, '<|yo|>'= 50325, '<|so|>'= 50326, '<|af|>'= 50327, '<|oc|>'= 50328, '<|ka|>'= 50329, '<|be|>'= 50330, '<|tg|>'= 50331, '<|sd|>'= 50332, '<|gu|>'= 50333, '<|am|>'= 50334, '<|yi|>'= 50335, '<|lo|>'= 50336, '<|uz|>'= 50337, '<|fo|>'= 50338, '<|ht|>'= 50339, '<|ps|>'= 50340, '<|tk|>'= 50341, '<|nn|>'= 50342, '<|mt|>'= 50343, '<|sa|>'= 50344, '<|lb|>'= 50345, '<|my|>'= 50346, '<|bo|>'= 50347, '<|tl|>'= 50348, '<|mg|>'= 50349, '<|as|>'= 50350, '<|tt|>'= 50351, '<|haw|>'= 50352, '<|ln|>'= 50353, '<|ha|>'= 50354, '<|ba|>'= 50355, '<|jw|>'= 50356, '<|su|>'= 50357, '<|yue|>'= 50358, '<|translate|>'= 50359, '<|transcribe|>'= 50360, '<|startoflm|>'= 50361, '<|startofprev|>'= 50362, '<|nospeech|>'= 50363, '<|notimestamps|>'= 50364, '<|0.00|>'= 50365, '<|0.02|>'= 50366, '<|0.04|>'= 50367, '<|0.06|>'= 50368, '<|0.08|>'= 50369, '<|0.10|>'= 50370, '<|0.12|>'= 50371, '<|0.14|>'= 50372, '<|0.16|>'= 50373, '<|0.18|>'= 50374, '<|0.20|>'= 50375, '<|0.22|>'= 50376, '<|0.24|>'= 50377, '<|0.26|>'= 50378, '<|0.28|>'= 50379, '<|0.30|>'= 50380, '<|0.32|>'= 50381, '<|0.34|>'= 50382, '<|0.36|>'= 50383, '<|0.38|>'= 50384, '<|0.40|>'= 50385, '<|0.42|>'= 50386, '<|0.44|>'= 50387, '<|0.46|>'= 50388, '<|0.48|>'= 50389, '<|0.50|>'= 50390, '<|0.52|>'= 50391, '<|0.54|>'= 50392, '<|0.56|>'= 50393, '<|0.58|>'= 50394, '<|0.60|>'= 50395, '<|0.62|>'= 50396, '<|0.64|>'= 50397, '<|0.66|>'= 50398, '<|0.68|>'= 50399, '<|0.70|>'= 50400, '<|0.72|>'= 50401, '<|0.74|>'= 50402, '<|0.76|>'= 50403, '<|0.78|>'= 50404, '<|0.80|>'= 50405, '<|0.82|>'= 50406, '<|0.84|>'= 50407, '<|0.86|>'= 50408, '<|0.88|>'= 50409, '<|0.90|>'= 50410, '<|0.92|>'= 50411, '<|0.94|>'= 50412, '<|0.96|>'= 50413, '<|0.98|>'= 50414, '<|1.00|>'= 50415, '<|1.02|>'= 50416, '<|1.04|>'= 50417, '<|1.06|>'= 50418, '<|1.08|>'= 50419, '<|1.10|>'= 50420, '<|1.12|>'= 50421, '<|1.14|>'= 50422, '<|1.16|>'= 50423, '<|1.18|>'= 50424, '<|1.20|>'= 50425, '<|1.22|>'= 50426, '<|1.24|>'= 50427, '<|1.26|>'= 50428, '<|1.28|>'= 50429, '<|1.30|>'= 50430, '<|1.32|>'= 50431, '<|1.34|>'= 50432, '<|1.36|>'= 50433, '<|1.38|>'= 50434, '<|1.40|>'= 50435, '<|1.42|>'= 50436, '<|1.44|>'= 50437, '<|1.46|>'= 50438, '<|1.48|>'= 50439, '<|1.50|>'= 50440, '<|1.52|>'= 50441, '<|1.54|>'= 50442, '<|1.56|>'= 50443, '<|1.58|>'= 50444, '<|1.60|>'= 50445, '<|1.62|>'= 50446, '<|1.64|>'= 50447, '<|1.66|>'= 50448, '<|1.68|>'= 50449, '<|1.70|>'= 50450, '<|1.72|>'= 50451, '<|1.74|>'= 50452, '<|1.76|>'= 50453, '<|1.78|>'= 50454, '<|1.80|>'= 50455, '<|1.82|>'= 50456, '<|1.84|>'= 50457, '<|1.86|>'= 50458, '<|1.88|>'= 50459, '<|1.90|>'= 50460, '<|1.92|>'= 50461, '<|1.94|>'= 50462, '<|1.96|>'= 50463, '<|1.98|>'= 50464, '<|2.00|>'= 50465, '<|2.02|>'= 50466, '<|2.04|>'= 50467, '<|2.06|>'= 50468, '<|2.08|>'= 50469, '<|2.10|>'= 50470, '<|2.12|>'= 50471, '<|2.14|>'= 50472, '<|2.16|>'= 50473, '<|2.18|>'= 50474, '<|2.20|>'= 50475, '<|2.22|>'= 50476, '<|2.24|>'= 50477, '<|2.26|>'= 50478, '<|2.28|>'= 50479, '<|2.30|>'= 50480, '<|2.32|>'= 50481, '<|2.34|>'= 50482, '<|2.36|>'= 50483, '<|2.38|>'= 50484, '<|2.40|>'= 50485, '<|2.42|>'= 50486, '<|2.44|>'= 50487, '<|2.46|>'= 50488, '<|2.48|>'= 50489, '<|2.50|>'= 50490, '<|2.52|>'= 50491, '<|2.54|>'= 50492, '<|2.56|>'= 50493, '<|2.58|>'= 50494, '<|2.60|>'= 50495, '<|2.62|>'= 50496, '<|2.64|>'= 50497, '<|2.66|>'= 50498, '<|2.68|>'= 50499, '<|2.70|>'= 50500, '<|2.72|>'= 50501, '<|2.74|>'= 50502, '<|2.76|>'= 50503, '<|2.78|>'= 50504, '<|2.80|>'= 50505, '<|2.82|>'= 50506, '<|2.84|>'= 50507, '<|2.86|>'= 50508, '<|2.88|>'= 50509, '<|2.90|>'= 50510, '<|2.92|>'= 50511, '<|2.94|>'= 50512, '<|2.96|>'= 50513, '<|2.98|>'= 50514, '<|3.00|>'= 50515, '<|3.02|>'= 50516, '<|3.04|>'= 50517, '<|3.06|>'= 50518, '<|3.08|>'= 50519, '<|3.10|>'= 50520, '<|3.12|>'= 50521, '<|3.14|>'= 50522, '<|3.16|>'= 50523, '<|3.18|>'= 50524, '<|3.20|>'= 50525, '<|3.22|>'= 50526, '<|3.24|>'= 50527, '<|3.26|>'= 50528, '<|3.28|>'= 50529, '<|3.30|>'= 50530, '<|3.32|>'= 50531, '<|3.34|>'= 50532, '<|3.36|>'= 50533, '<|3.38|>'= 50534, '<|3.40|>'= 50535, '<|3.42|>'= 50536, '<|3.44|>'= 50537, '<|3.46|>'= 50538, '<|3.48|>'= 50539, '<|3.50|>'= 50540, '<|3.52|>'= 50541, '<|3.54|>'= 50542, '<|3.56|>'= 50543, '<|3.58|>'= 50544, '<|3.60|>'= 50545, '<|3.62|>'= 50546, '<|3.64|>'= 50547, '<|3.66|>'= 50548, '<|3.68|>'= 50549, '<|3.70|>'= 50550, '<|3.72|>'= 50551, '<|3.74|>'= 50552, '<|3.76|>'= 50553, '<|3.78|>'= 50554, '<|3.80|>'= 50555, '<|3.82|>'= 50556, '<|3.84|>'= 50557, '<|3.86|>'= 50558, '<|3.88|>'= 50559, '<|3.90|>'= 50560, '<|3.92|>'= 50561, '<|3.94|>'= 50562, '<|3.96|>'= 50563, '<|3.98|>'= 50564, '<|4.00|>'= 50565, '<|4.02|>'= 50566, '<|4.04|>'= 50567, '<|4.06|>'= 50568, '<|4.08|>'= 50569, '<|4.10|>'= 50570, '<|4.12|>'= 50571, '<|4.14|>'= 50572, '<|4.16|>'= 50573, '<|4.18|>'= 50574, '<|4.20|>'= 50575, '<|4.22|>'= 50576, '<|4.24|>'= 50577, '<|4.26|>'= 50578, '<|4.28|>'= 50579, '<|4.30|>'= 50580, '<|4.32|>'= 50581, '<|4.34|>'= 50582, '<|4.36|>'= 50583, '<|4.38|>'= 50584, '<|4.40|>'= 50585, '<|4.42|>'= 50586, '<|4.44|>'= 50587, '<|4.46|>'= 50588, '<|4.48|>'= 50589, '<|4.50|>'= 50590, '<|4.52|>'= 50591, '<|4.54|>'= 50592, '<|4.56|>'= 50593, '<|4.58|>'= 50594, '<|4.60|>'= 50595, '<|4.62|>'= 50596, '<|4.64|>'= 50597, '<|4.66|>'= 50598, '<|4.68|>'= 50599, '<|4.70|>'= 50600, '<|4.72|>'= 50601, '<|4.74|>'= 50602, '<|4.76|>'= 50603, '<|4.78|>'= 50604, '<|4.80|>'= 50605, '<|4.82|>'= 50606, '<|4.84|>'= 50607, '<|4.86|>'= 50608, '<|4.88|>'= 50609, '<|4.90|>'= 50610, '<|4.92|>'= 50611, '<|4.94|>'= 50612, '<|4.96|>'= 50613, '<|4.98|>'= 50614, '<|5.00|>'= 50615, '<|5.02|>'= 50616, '<|5.04|>'= 50617, '<|5.06|>'= 50618, '<|5.08|>'= 50619, '<|5.10|>'= 50620, '<|5.12|>'= 50621, '<|5.14|>'= 50622, '<|5.16|>'= 50623, '<|5.18|>'= 50624, '<|5.20|>'= 50625, '<|5.22|>'= 50626, '<|5.24|>'= 50627, '<|5.26|>'= 50628, '<|5.28|>'= 50629, '<|5.30|>'= 50630, '<|5.32|>'= 50631, '<|5.34|>'= 50632, '<|5.36|>'= 50633, '<|5.38|>'= 50634, '<|5.40|>'= 50635, '<|5.42|>'= 50636, '<|5.44|>'= 50637, '<|5.46|>'= 50638, '<|5.48|>'= 50639, '<|5.50|>'= 50640, '<|5.52|>'= 50641, '<|5.54|>'= 50642, '<|5.56|>'= 50643, '<|5.58|>'= 50644, '<|5.60|>'= 50645, '<|5.62|>'= 50646, '<|5.64|>'= 50647, '<|5.66|>'= 50648, '<|5.68|>'= 50649, '<|5.70|>'= 50650, '<|5.72|>'= 50651, '<|5.74|>'= 50652, '<|5.76|>'= 50653, '<|5.78|>'= 50654, '<|5.80|>'= 50655, '<|5.82|>'= 50656, '<|5.84|>'= 50657, '<|5.86|>'= 50658, '<|5.88|>'= 50659, '<|5.90|>'= 50660, '<|5.92|>'= 50661, '<|5.94|>'= 50662, '<|5.96|>'= 50663, '<|5.98|>'= 50664, '<|6.00|>'= 50665, '<|6.02|>'= 50666, '<|6.04|>'= 50667, '<|6.06|>'= 50668, '<|6.08|>'= 50669, '<|6.10|>'= 50670, '<|6.12|>'= 50671, '<|6.14|>'= 50672, '<|6.16|>'= 50673, '<|6.18|>'= 50674, '<|6.20|>'= 50675, '<|6.22|>'= 50676, '<|6.24|>'= 50677, '<|6.26|>'= 50678, '<|6.28|>'= 50679, '<|6.30|>'= 50680, '<|6.32|>'= 50681, '<|6.34|>'= 50682, '<|6.36|>'= 50683, '<|6.38|>'= 50684, '<|6.40|>'= 50685, '<|6.42|>'= 50686, '<|6.44|>'= 50687, '<|6.46|>'= 50688, '<|6.48|>'= 50689, '<|6.50|>'= 50690, '<|6.52|>'= 50691, '<|6.54|>'= 50692, '<|6.56|>'= 50693, '<|6.58|>'= 50694, '<|6.60|>'= 50695, '<|6.62|>'= 50696, '<|6.64|>'= 50697, '<|6.66|>'= 50698, '<|6.68|>'= 50699, '<|6.70|>'= 50700, '<|6.72|>'= 50701, '<|6.74|>'= 50702, '<|6.76|>'= 50703, '<|6.78|>'= 50704, '<|6.80|>'= 50705, '<|6.82|>'= 50706, '<|6.84|>'= 50707, '<|6.86|>'= 50708, '<|6.88|>'= 50709, '<|6.90|>'= 50710, '<|6.92|>'= 50711, '<|6.94|>'= 50712, '<|6.96|>'= 50713, '<|6.98|>'= 50714, '<|7.00|>'= 50715, '<|7.02|>'= 50716, '<|7.04|>'= 50717, '<|7.06|>'= 50718, '<|7.08|>'= 50719, '<|7.10|>'= 50720, '<|7.12|>'= 50721, '<|7.14|>'= 50722, '<|7.16|>'= 50723, '<|7.18|>'= 50724, '<|7.20|>'= 50725, '<|7.22|>'= 50726, '<|7.24|>'= 50727, '<|7.26|>'= 50728, '<|7.28|>'= 50729, '<|7.30|>'= 50730, '<|7.32|>'= 50731, '<|7.34|>'= 50732, '<|7.36|>'= 50733, '<|7.38|>'= 50734, '<|7.40|>'= 50735, '<|7.42|>'= 50736, '<|7.44|>'= 50737, '<|7.46|>'= 50738, '<|7.48|>'= 50739, '<|7.50|>'= 50740, '<|7.52|>'= 50741, '<|7.54|>'= 50742, '<|7.56|>'= 50743, '<|7.58|>'= 50744, '<|7.60|>'= 50745, '<|7.62|>'= 50746, '<|7.64|>'= 50747, '<|7.66|>'= 50748, '<|7.68|>'= 50749, '<|7.70|>'= 50750, '<|7.72|>'= 50751, '<|7.74|>'= 50752, '<|7.76|>'= 50753, '<|7.78|>'= 50754, '<|7.80|>'= 50755, '<|7.82|>'= 50756, '<|7.84|>'= 50757, '<|7.86|>'= 50758, '<|7.88|>'= 50759, '<|7.90|>'= 50760, '<|7.92|>'= 50761, '<|7.94|>'= 50762, '<|7.96|>'= 50763, '<|7.98|>'= 50764, '<|8.00|>'= 50765, '<|8.02|>'= 50766, '<|8.04|>'= 50767, '<|8.06|>'= 50768, '<|8.08|>'= 50769, '<|8.10|>'= 50770, '<|8.12|>'= 50771, '<|8.14|>'= 50772, '<|8.16|>'= 50773, '<|8.18|>'= 50774, '<|8.20|>'= 50775, '<|8.22|>'= 50776, '<|8.24|>'= 50777, '<|8.26|>'= 50778, '<|8.28|>'= 50779, '<|8.30|>'= 50780, '<|8.32|>'= 50781, '<|8.34|>'= 50782, '<|8.36|>'= 50783, '<|8.38|>'= 50784, '<|8.40|>'= 50785, '<|8.42|>'= 50786, '<|8.44|>'= 50787, '<|8.46|>'= 50788, '<|8.48|>'= 50789, '<|8.50|>'= 50790, '<|8.52|>'= 50791, '<|8.54|>'= 50792, '<|8.56|>'= 50793, '<|8.58|>'= 50794, '<|8.60|>'= 50795, '<|8.62|>'= 50796, '<|8.64|>'= 50797, '<|8.66|>'= 50798, '<|8.68|>'= 50799, '<|8.70|>'= 50800, '<|8.72|>'= 50801, '<|8.74|>'= 50802, '<|8.76|>'= 50803, '<|8.78|>'= 50804, '<|8.80|>'= 50805, '<|8.82|>'= 50806, '<|8.84|>'= 50807, '<|8.86|>'= 50808, '<|8.88|>'= 50809, '<|8.90|>'= 50810, '<|8.92|>'= 50811, '<|8.94|>'= 50812, '<|8.96|>'= 50813, '<|8.98|>'= 50814, '<|9.00|>'= 50815, '<|9.02|>'= 50816, '<|9.04|>'= 50817, '<|9.06|>'= 50818, '<|9.08|>'= 50819, '<|9.10|>'= 50820, '<|9.12|>'= 50821, '<|9.14|>'= 50822, '<|9.16|>'= 50823, '<|9.18|>'= 50824, '<|9.20|>'= 50825, '<|9.22|>'= 50826, '<|9.24|>'= 50827, '<|9.26|>'= 50828, '<|9.28|>'= 50829, '<|9.30|>'= 50830, '<|9.32|>'= 50831, '<|9.34|>'= 50832, '<|9.36|>'= 50833, '<|9.38|>'= 50834, '<|9.40|>'= 50835, '<|9.42|>'= 50836, '<|9.44|>'= 50837, '<|9.46|>'= 50838, '<|9.48|>'= 50839, '<|9.50|>'= 50840, '<|9.52|>'= 50841, '<|9.54|>'= 50842, '<|9.56|>'= 50843, '<|9.58|>'= 50844, '<|9.60|>'= 50845, '<|9.62|>'= 50846, '<|9.64|>'= 50847, '<|9.66|>'= 50848, '<|9.68|>'= 50849, '<|9.70|>'= 50850, '<|9.72|>'= 50851, '<|9.74|>'= 50852, '<|9.76|>'= 50853, '<|9.78|>'= 50854, '<|9.80|>'= 50855, '<|9.82|>'= 50856, '<|9.84|>'= 50857, '<|9.86|>'= 50858, '<|9.88|>'= 50859, '<|9.90|>'= 50860, '<|9.92|>'= 50861, '<|9.94|>'= 50862, '<|9.96|>'= 50863, '<|9.98|>'= 50864, '<|10.00|>'= 50865, '<|10.02|>'= 50866, '<|10.04|>'= 50867, '<|10.06|>'= 50868, '<|10.08|>'= 50869, '<|10.10|>'= 50870, '<|10.12|>'= 50871, '<|10.14|>'= 50872, '<|10.16|>'= 50873, '<|10.18|>'= 50874, '<|10.20|>'= 50875, '<|10.22|>'= 50876, '<|10.24|>'= 50877, '<|10.26|>'= 50878, '<|10.28|>'= 50879, '<|10.30|>'= 50880, '<|10.32|>'= 50881, '<|10.34|>'= 50882, '<|10.36|>'= 50883, '<|10.38|>'= 50884, '<|10.40|>'= 50885, '<|10.42|>'= 50886, '<|10.44|>'= 50887, '<|10.46|>'= 50888, '<|10.48|>'= 50889, '<|10.50|>'= 50890, '<|10.52|>'= 50891, '<|10.54|>'= 50892, '<|10.56|>'= 50893, '<|10.58|>'= 50894, '<|10.60|>'= 50895, '<|10.62|>'= 50896, '<|10.64|>'= 50897, '<|10.66|>'= 50898, '<|10.68|>'= 50899, '<|10.70|>'= 50900, '<|10.72|>'= 50901, '<|10.74|>'= 50902, '<|10.76|>'= 50903, '<|10.78|>'= 50904, '<|10.80|>'= 50905, '<|10.82|>'= 50906, '<|10.84|>'= 50907, '<|10.86|>'= 50908, '<|10.88|>'= 50909, '<|10.90|>'= 50910, '<|10.92|>'= 50911, '<|10.94|>'= 50912, '<|10.96|>'= 50913, '<|10.98|>'= 50914, '<|11.00|>'= 50915, '<|11.02|>'= 50916, '<|11.04|>'= 50917, '<|11.06|>'= 50918, '<|11.08|>'= 50919, '<|11.10|>'= 50920, '<|11.12|>'= 50921, '<|11.14|>'= 50922, '<|11.16|>'= 50923, '<|11.18|>'= 50924, '<|11.20|>'= 50925, '<|11.22|>'= 50926, '<|11.24|>'= 50927, '<|11.26|>'= 50928, '<|11.28|>'= 50929, '<|11.30|>'= 50930, '<|11.32|>'= 50931, '<|11.34|>'= 50932, '<|11.36|>'= 50933, '<|11.38|>'= 50934, '<|11.40|>'= 50935, '<|11.42|>'= 50936, '<|11.44|>'= 50937, '<|11.46|>'= 50938, '<|11.48|>'= 50939, '<|11.50|>'= 50940, '<|11.52|>'= 50941, '<|11.54|>'= 50942, '<|11.56|>'= 50943, '<|11.58|>'= 50944, '<|11.60|>'= 50945, '<|11.62|>'= 50946, '<|11.64|>'= 50947, '<|11.66|>'= 50948, '<|11.68|>'= 50949, '<|11.70|>'= 50950, '<|11.72|>'= 50951, '<|11.74|>'= 50952, '<|11.76|>'= 50953, '<|11.78|>'= 50954, '<|11.80|>'= 50955, '<|11.82|>'= 50956, '<|11.84|>'= 50957, '<|11.86|>'= 50958, '<|11.88|>'= 50959, '<|11.90|>'= 50960, '<|11.92|>'= 50961, '<|11.94|>'= 50962, '<|11.96|>'= 50963, '<|11.98|>'= 50964, '<|12.00|>'= 50965, '<|12.02|>'= 50966, '<|12.04|>'= 50967, '<|12.06|>'= 50968, '<|12.08|>'= 50969, '<|12.10|>'= 50970, '<|12.12|>'= 50971, '<|12.14|>'= 50972, '<|12.16|>'= 50973, '<|12.18|>'= 50974, '<|12.20|>'= 50975, '<|12.22|>'= 50976, '<|12.24|>'= 50977, '<|12.26|>'= 50978, '<|12.28|>'= 50979, '<|12.30|>'= 50980, '<|12.32|>'= 50981, '<|12.34|>'= 50982, '<|12.36|>'= 50983, '<|12.38|>'= 50984, '<|12.40|>'= 50985, '<|12.42|>'= 50986, '<|12.44|>'= 50987, '<|12.46|>'= 50988, '<|12.48|>'= 50989, '<|12.50|>'= 50990, '<|12.52|>'= 50991, '<|12.54|>'= 50992, '<|12.56|>'= 50993, '<|12.58|>'= 50994, '<|12.60|>'= 50995, '<|12.62|>'= 50996, '<|12.64|>'= 50997, '<|12.66|>'= 50998, '<|12.68|>'= 50999, '<|12.70|>'= 51000, '<|12.72|>'= 51001, '<|12.74|>'= 51002, '<|12.76|>'= 51003, '<|12.78|>'= 51004, '<|12.80|>'= 51005, '<|12.82|>'= 51006, '<|12.84|>'= 51007, '<|12.86|>'= 51008, '<|12.88|>'= 51009, '<|12.90|>'= 51010, '<|12.92|>'= 51011, '<|12.94|>'= 51012, '<|12.96|>'= 51013, '<|12.98|>'= 51014, '<|13.00|>'= 51015, '<|13.02|>'= 51016, '<|13.04|>'= 51017, '<|13.06|>'= 51018, '<|13.08|>'= 51019, '<|13.10|>'= 51020, '<|13.12|>'= 51021, '<|13.14|>'= 51022, '<|13.16|>'= 51023, '<|13.18|>'= 51024, '<|13.20|>'= 51025, '<|13.22|>'= 51026, '<|13.24|>'= 51027, '<|13.26|>'= 51028, '<|13.28|>'= 51029, '<|13.30|>'= 51030, '<|13.32|>'= 51031, '<|13.34|>'= 51032, '<|13.36|>'= 51033, '<|13.38|>'= 51034, '<|13.40|>'= 51035, '<|13.42|>'= 51036, '<|13.44|>'= 51037, '<|13.46|>'= 51038, '<|13.48|>'= 51039, '<|13.50|>'= 51040, '<|13.52|>'= 51041, '<|13.54|>'= 51042, '<|13.56|>'= 51043, '<|13.58|>'= 51044, '<|13.60|>'= 51045, '<|13.62|>'= 51046, '<|13.64|>'= 51047, '<|13.66|>'= 51048, '<|13.68|>'= 51049, '<|13.70|>'= 51050, '<|13.72|>'= 51051, '<|13.74|>'= 51052, '<|13.76|>'= 51053, '<|13.78|>'= 51054, '<|13.80|>'= 51055, '<|13.82|>'= 51056, '<|13.84|>'= 51057, '<|13.86|>'= 51058, '<|13.88|>'= 51059, '<|13.90|>'= 51060, '<|13.92|>'= 51061, '<|13.94|>'= 51062, '<|13.96|>'= 51063, '<|13.98|>'= 51064, '<|14.00|>'= 51065, '<|14.02|>'= 51066, '<|14.04|>'= 51067, '<|14.06|>'= 51068, '<|14.08|>'= 51069, '<|14.10|>'= 51070, '<|14.12|>'= 51071, '<|14.14|>'= 51072, '<|14.16|>'= 51073, '<|14.18|>'= 51074, '<|14.20|>'= 51075, '<|14.22|>'= 51076, '<|14.24|>'= 51077, '<|14.26|>'= 51078, '<|14.28|>'= 51079, '<|14.30|>'= 51080, '<|14.32|>'= 51081, '<|14.34|>'= 51082, '<|14.36|>'= 51083, '<|14.38|>'= 51084, '<|14.40|>'= 51085, '<|14.42|>'= 51086, '<|14.44|>'= 51087, '<|14.46|>'= 51088, '<|14.48|>'= 51089, '<|14.50|>'= 51090, '<|14.52|>'= 51091, '<|14.54|>'= 51092, '<|14.56|>'= 51093, '<|14.58|>'= 51094, '<|14.60|>'= 51095, '<|14.62|>'= 51096, '<|14.64|>'= 51097, '<|14.66|>'= 51098, '<|14.68|>'= 51099, '<|14.70|>'= 51100, '<|14.72|>'= 51101, '<|14.74|>'= 51102, '<|14.76|>'= 51103, '<|14.78|>'= 51104, '<|14.80|>'= 51105, '<|14.82|>'= 51106, '<|14.84|>'= 51107, '<|14.86|>'= 51108, '<|14.88|>'= 51109, '<|14.90|>'= 51110, '<|14.92|>'= 51111, '<|14.94|>'= 51112, '<|14.96|>'= 51113, '<|14.98|>'= 51114, '<|15.00|>'= 51115, '<|15.02|>'= 51116, '<|15.04|>'= 51117, '<|15.06|>'= 51118, '<|15.08|>'= 51119, '<|15.10|>'= 51120, '<|15.12|>'= 51121, '<|15.14|>'= 51122, '<|15.16|>'= 51123, '<|15.18|>'= 51124, '<|15.20|>'= 51125, '<|15.22|>'= 51126, '<|15.24|>'= 51127, '<|15.26|>'= 51128, '<|15.28|>'= 51129, '<|15.30|>'= 51130, '<|15.32|>'= 51131, '<|15.34|>'= 51132, '<|15.36|>'= 51133, '<|15.38|>'= 51134, '<|15.40|>'= 51135, '<|15.42|>'= 51136, '<|15.44|>'= 51137, '<|15.46|>'= 51138, '<|15.48|>'= 51139, '<|15.50|>'= 51140, '<|15.52|>'= 51141, '<|15.54|>'= 51142, '<|15.56|>'= 51143, '<|15.58|>'= 51144, '<|15.60|>'= 51145, '<|15.62|>'= 51146, '<|15.64|>'= 51147, '<|15.66|>'= 51148, '<|15.68|>'= 51149, '<|15.70|>'= 51150, '<|15.72|>'= 51151, '<|15.74|>'= 51152, '<|15.76|>'= 51153, '<|15.78|>'= 51154, '<|15.80|>'= 51155, '<|15.82|>'= 51156, '<|15.84|>'= 51157, '<|15.86|>'= 51158, '<|15.88|>'= 51159, '<|15.90|>'= 51160, '<|15.92|>'= 51161, '<|15.94|>'= 51162, '<|15.96|>'= 51163, '<|15.98|>'= 51164, '<|16.00|>'= 51165, '<|16.02|>'= 51166, '<|16.04|>'= 51167, '<|16.06|>'= 51168, '<|16.08|>'= 51169, '<|16.10|>'= 51170, '<|16.12|>'= 51171, '<|16.14|>'= 51172, '<|16.16|>'= 51173, '<|16.18|>'= 51174, '<|16.20|>'= 51175, '<|16.22|>'= 51176, '<|16.24|>'= 51177, '<|16.26|>'= 51178, '<|16.28|>'= 51179, '<|16.30|>'= 51180, '<|16.32|>'= 51181, '<|16.34|>'= 51182, '<|16.36|>'= 51183, '<|16.38|>'= 51184, '<|16.40|>'= 51185, '<|16.42|>'= 51186, '<|16.44|>'= 51187, '<|16.46|>'= 51188, '<|16.48|>'= 51189, '<|16.50|>'= 51190, '<|16.52|>'= 51191, '<|16.54|>'= 51192, '<|16.56|>'= 51193, '<|16.58|>'= 51194, '<|16.60|>'= 51195, '<|16.62|>'= 51196, '<|16.64|>'= 51197, '<|16.66|>'= 51198, '<|16.68|>'= 51199, '<|16.70|>'= 51200, '<|16.72|>'= 51201, '<|16.74|>'= 51202, '<|16.76|>'= 51203, '<|16.78|>'= 51204, '<|16.80|>'= 51205, '<|16.82|>'= 51206, '<|16.84|>'= 51207, '<|16.86|>'= 51208, '<|16.88|>'= 51209, '<|16.90|>'= 51210, '<|16.92|>'= 51211, '<|16.94|>'= 51212, '<|16.96|>'= 51213, '<|16.98|>'= 51214, '<|17.00|>'= 51215, '<|17.02|>'= 51216, '<|17.04|>'= 51217, '<|17.06|>'= 51218, '<|17.08|>'= 51219, '<|17.10|>'= 51220, '<|17.12|>'= 51221, '<|17.14|>'= 51222, '<|17.16|>'= 51223, '<|17.18|>'= 51224, '<|17.20|>'= 51225, '<|17.22|>'= 51226, '<|17.24|>'= 51227, '<|17.26|>'= 51228, '<|17.28|>'= 51229, '<|17.30|>'= 51230, '<|17.32|>'= 51231, '<|17.34|>'= 51232, '<|17.36|>'= 51233, '<|17.38|>'= 51234, '<|17.40|>'= 51235, '<|17.42|>'= 51236, '<|17.44|>'= 51237, '<|17.46|>'= 51238, '<|17.48|>'= 51239, '<|17.50|>'= 51240, '<|17.52|>'= 51241, '<|17.54|>'= 51242, '<|17.56|>'= 51243, '<|17.58|>'= 51244, '<|17.60|>'= 51245, '<|17.62|>'= 51246, '<|17.64|>'= 51247, '<|17.66|>'= 51248, '<|17.68|>'= 51249, '<|17.70|>'= 51250, '<|17.72|>'= 51251, '<|17.74|>'= 51252, '<|17.76|>'= 51253, '<|17.78|>'= 51254, '<|17.80|>'= 51255, '<|17.82|>'= 51256, '<|17.84|>'= 51257, '<|17.86|>'= 51258, '<|17.88|>'= 51259, '<|17.90|>'= 51260, '<|17.92|>'= 51261, '<|17.94|>'= 51262, '<|17.96|>'= 51263, '<|17.98|>'= 51264, '<|18.00|>'= 51265, '<|18.02|>'= 51266, '<|18.04|>'= 51267, '<|18.06|>'= 51268, '<|18.08|>'= 51269, '<|18.10|>'= 51270, '<|18.12|>'= 51271, '<|18.14|>'= 51272, '<|18.16|>'= 51273, '<|18.18|>'= 51274, '<|18.20|>'= 51275, '<|18.22|>'= 51276, '<|18.24|>'= 51277, '<|18.26|>'= 51278, '<|18.28|>'= 51279, '<|18.30|>'= 51280, '<|18.32|>'= 51281, '<|18.34|>'= 51282, '<|18.36|>'= 51283, '<|18.38|>'= 51284, '<|18.40|>'= 51285, '<|18.42|>'= 51286, '<|18.44|>'= 51287, '<|18.46|>'= 51288, '<|18.48|>'= 51289, '<|18.50|>'= 51290, '<|18.52|>'= 51291, '<|18.54|>'= 51292, '<|18.56|>'= 51293, '<|18.58|>'= 51294, '<|18.60|>'= 51295, '<|18.62|>'= 51296, '<|18.64|>'= 51297, '<|18.66|>'= 51298, '<|18.68|>'= 51299, '<|18.70|>'= 51300, '<|18.72|>'= 51301, '<|18.74|>'= 51302, '<|18.76|>'= 51303, '<|18.78|>'= 51304, '<|18.80|>'= 51305, '<|18.82|>'= 51306, '<|18.84|>'= 51307, '<|18.86|>'= 51308, '<|18.88|>'= 51309, '<|18.90|>'= 51310, '<|18.92|>'= 51311, '<|18.94|>'= 51312, '<|18.96|>'= 51313, '<|18.98|>'= 51314, '<|19.00|>'= 51315, '<|19.02|>'= 51316, '<|19.04|>'= 51317, '<|19.06|>'= 51318, '<|19.08|>'= 51319, '<|19.10|>'= 51320, '<|19.12|>'= 51321, '<|19.14|>'= 51322, '<|19.16|>'= 51323, '<|19.18|>'= 51324, '<|19.20|>'= 51325, '<|19.22|>'= 51326, '<|19.24|>'= 51327, '<|19.26|>'= 51328, '<|19.28|>'= 51329, '<|19.30|>'= 51330, '<|19.32|>'= 51331, '<|19.34|>'= 51332, '<|19.36|>'= 51333, '<|19.38|>'= 51334, '<|19.40|>'= 51335, '<|19.42|>'= 51336, '<|19.44|>'= 51337, '<|19.46|>'= 51338, '<|19.48|>'= 51339, '<|19.50|>'= 51340, '<|19.52|>'= 51341, '<|19.54|>'= 51342, '<|19.56|>'= 51343, '<|19.58|>'= 51344, '<|19.60|>'= 51345, '<|19.62|>'= 51346, '<|19.64|>'= 51347, '<|19.66|>'= 51348, '<|19.68|>'= 51349, '<|19.70|>'= 51350, '<|19.72|>'= 51351, '<|19.74|>'= 51352, '<|19.76|>'= 51353, '<|19.78|>'= 51354, '<|19.80|>'= 51355, '<|19.82|>'= 51356, '<|19.84|>'= 51357, '<|19.86|>'= 51358, '<|19.88|>'= 51359, '<|19.90|>'= 51360, '<|19.92|>'= 51361, '<|19.94|>'= 51362, '<|19.96|>'= 51363, '<|19.98|>'= 51364, '<|20.00|>'= 51365, '<|20.02|>'= 51366, '<|20.04|>'= 51367, '<|20.06|>'= 51368, '<|20.08|>'= 51369, '<|20.10|>'= 51370, '<|20.12|>'= 51371, '<|20.14|>'= 51372, '<|20.16|>'= 51373, '<|20.18|>'= 51374, '<|20.20|>'= 51375, '<|20.22|>'= 51376, '<|20.24|>'= 51377, '<|20.26|>'= 51378, '<|20.28|>'= 51379, '<|20.30|>'= 51380, '<|20.32|>'= 51381, '<|20.34|>'= 51382, '<|20.36|>'= 51383, '<|20.38|>'= 51384, '<|20.40|>'= 51385, '<|20.42|>'= 51386, '<|20.44|>'= 51387, '<|20.46|>'= 51388, '<|20.48|>'= 51389, '<|20.50|>'= 51390, '<|20.52|>'= 51391, '<|20.54|>'= 51392, '<|20.56|>'= 51393, '<|20.58|>'= 51394, '<|20.60|>'= 51395, '<|20.62|>'= 51396, '<|20.64|>'= 51397, '<|20.66|>'= 51398, '<|20.68|>'= 51399, '<|20.70|>'= 51400, '<|20.72|>'= 51401, '<|20.74|>'= 51402, '<|20.76|>'= 51403, '<|20.78|>'= 51404, '<|20.80|>'= 51405, '<|20.82|>'= 51406, '<|20.84|>'= 51407, '<|20.86|>'= 51408, '<|20.88|>'= 51409, '<|20.90|>'= 51410, '<|20.92|>'= 51411, '<|20.94|>'= 51412, '<|20.96|>'= 51413, '<|20.98|>'= 51414, '<|21.00|>'= 51415, '<|21.02|>'= 51416, '<|21.04|>'= 51417, '<|21.06|>'= 51418, '<|21.08|>'= 51419, '<|21.10|>'= 51420, '<|21.12|>'= 51421, '<|21.14|>'= 51422, '<|21.16|>'= 51423, '<|21.18|>'= 51424, '<|21.20|>'= 51425, '<|21.22|>'= 51426, '<|21.24|>'= 51427, '<|21.26|>'= 51428, '<|21.28|>'= 51429, '<|21.30|>'= 51430, '<|21.32|>'= 51431, '<|21.34|>'= 51432, '<|21.36|>'= 51433, '<|21.38|>'= 51434, '<|21.40|>'= 51435, '<|21.42|>'= 51436, '<|21.44|>'= 51437, '<|21.46|>'= 51438, '<|21.48|>'= 51439, '<|21.50|>'= 51440, '<|21.52|>'= 51441, '<|21.54|>'= 51442, '<|21.56|>'= 51443, '<|21.58|>'= 51444, '<|21.60|>'= 51445, '<|21.62|>'= 51446, '<|21.64|>'= 51447, '<|21.66|>'= 51448, '<|21.68|>'= 51449, '<|21.70|>'= 51450, '<|21.72|>'= 51451, '<|21.74|>'= 51452, '<|21.76|>'= 51453, '<|21.78|>'= 51454, '<|21.80|>'= 51455, '<|21.82|>'= 51456, '<|21.84|>'= 51457, '<|21.86|>'= 51458, '<|21.88|>'= 51459, '<|21.90|>'= 51460, '<|21.92|>'= 51461, '<|21.94|>'= 51462, '<|21.96|>'= 51463, '<|21.98|>'= 51464, '<|22.00|>'= 51465, '<|22.02|>'= 51466, '<|22.04|>'= 51467, '<|22.06|>'= 51468, '<|22.08|>'= 51469, '<|22.10|>'= 51470, '<|22.12|>'= 51471, '<|22.14|>'= 51472, '<|22.16|>'= 51473, '<|22.18|>'= 51474, '<|22.20|>'= 51475, '<|22.22|>'= 51476, '<|22.24|>'= 51477, '<|22.26|>'= 51478, '<|22.28|>'= 51479, '<|22.30|>'= 51480, '<|22.32|>'= 51481, '<|22.34|>'= 51482, '<|22.36|>'= 51483, '<|22.38|>'= 51484, '<|22.40|>'= 51485, '<|22.42|>'= 51486, '<|22.44|>'= 51487, '<|22.46|>'= 51488, '<|22.48|>'= 51489, '<|22.50|>'= 51490, '<|22.52|>'= 51491, '<|22.54|>'= 51492, '<|22.56|>'= 51493, '<|22.58|>'= 51494, '<|22.60|>'= 51495, '<|22.62|>'= 51496, '<|22.64|>'= 51497, '<|22.66|>'= 51498, '<|22.68|>'= 51499, '<|22.70|>'= 51500, '<|22.72|>'= 51501, '<|22.74|>'= 51502, '<|22.76|>'= 51503, '<|22.78|>'= 51504, '<|22.80|>'= 51505, '<|22.82|>'= 51506, '<|22.84|>'= 51507, '<|22.86|>'= 51508, '<|22.88|>'= 51509, '<|22.90|>'= 51510, '<|22.92|>'= 51511, '<|22.94|>'= 51512, '<|22.96|>'= 51513, '<|22.98|>'= 51514, '<|23.00|>'= 51515, '<|23.02|>'= 51516, '<|23.04|>'= 51517, '<|23.06|>'= 51518, '<|23.08|>'= 51519, '<|23.10|>'= 51520, '<|23.12|>'= 51521, '<|23.14|>'= 51522, '<|23.16|>'= 51523, '<|23.18|>'= 51524, '<|23.20|>'= 51525, '<|23.22|>'= 51526, '<|23.24|>'= 51527, '<|23.26|>'= 51528, '<|23.28|>'= 51529, '<|23.30|>'= 51530, '<|23.32|>'= 51531, '<|23.34|>'= 51532, '<|23.36|>'= 51533, '<|23.38|>'= 51534, '<|23.40|>'= 51535, '<|23.42|>'= 51536, '<|23.44|>'= 51537, '<|23.46|>'= 51538, '<|23.48|>'= 51539, '<|23.50|>'= 51540, '<|23.52|>'= 51541, '<|23.54|>'= 51542, '<|23.56|>'= 51543, '<|23.58|>'= 51544, '<|23.60|>'= 51545, '<|23.62|>'= 51546, '<|23.64|>'= 51547, '<|23.66|>'= 51548, '<|23.68|>'= 51549, '<|23.70|>'= 51550, '<|23.72|>'= 51551, '<|23.74|>'= 51552, '<|23.76|>'= 51553, '<|23.78|>'= 51554, '<|23.80|>'= 51555, '<|23.82|>'= 51556, '<|23.84|>'= 51557, '<|23.86|>'= 51558, '<|23.88|>'= 51559, '<|23.90|>'= 51560, '<|23.92|>'= 51561, '<|23.94|>'= 51562, '<|23.96|>'= 51563, '<|23.98|>'= 51564, '<|24.00|>'= 51565, '<|24.02|>'= 51566, '<|24.04|>'= 51567, '<|24.06|>'= 51568, '<|24.08|>'= 51569, '<|24.10|>'= 51570, '<|24.12|>'= 51571, '<|24.14|>'= 51572, '<|24.16|>'= 51573, '<|24.18|>'= 51574, '<|24.20|>'= 51575, '<|24.22|>'= 51576, '<|24.24|>'= 51577, '<|24.26|>'= 51578, '<|24.28|>'= 51579, '<|24.30|>'= 51580, '<|24.32|>'= 51581, '<|24.34|>'= 51582, '<|24.36|>'= 51583, '<|24.38|>'= 51584, '<|24.40|>'= 51585, '<|24.42|>'= 51586, '<|24.44|>'= 51587, '<|24.46|>'= 51588, '<|24.48|>'= 51589, '<|24.50|>'= 51590, '<|24.52|>'= 51591, '<|24.54|>'= 51592, '<|24.56|>'= 51593, '<|24.58|>'= 51594, '<|24.60|>'= 51595, '<|24.62|>'= 51596, '<|24.64|>'= 51597, '<|24.66|>'= 51598, '<|24.68|>'= 51599, '<|24.70|>'= 51600, '<|24.72|>'= 51601, '<|24.74|>'= 51602, '<|24.76|>'= 51603, '<|24.78|>'= 51604, '<|24.80|>'= 51605, '<|24.82|>'= 51606, '<|24.84|>'= 51607, '<|24.86|>'= 51608, '<|24.88|>'= 51609, '<|24.90|>'= 51610, '<|24.92|>'= 51611, '<|24.94|>'= 51612, '<|24.96|>'= 51613, '<|24.98|>'= 51614, '<|25.00|>'= 51615, '<|25.02|>'= 51616, '<|25.04|>'= 51617, '<|25.06|>'= 51618, '<|25.08|>'= 51619, '<|25.10|>'= 51620, '<|25.12|>'= 51621, '<|25.14|>'= 51622, '<|25.16|>'= 51623, '<|25.18|>'= 51624, '<|25.20|>'= 51625, '<|25.22|>'= 51626, '<|25.24|>'= 51627, '<|25.26|>'= 51628, '<|25.28|>'= 51629, '<|25.30|>'= 51630, '<|25.32|>'= 51631, '<|25.34|>'= 51632, '<|25.36|>'= 51633, '<|25.38|>'= 51634, '<|25.40|>'= 51635, '<|25.42|>'= 51636, '<|25.44|>'= 51637, '<|25.46|>'= 51638, '<|25.48|>'= 51639, '<|25.50|>'= 51640, '<|25.52|>'= 51641, '<|25.54|>'= 51642, '<|25.56|>'= 51643, '<|25.58|>'= 51644, '<|25.60|>'= 51645, '<|25.62|>'= 51646, '<|25.64|>'= 51647, '<|25.66|>'= 51648, '<|25.68|>'= 51649, '<|25.70|>'= 51650, '<|25.72|>'= 51651, '<|25.74|>'= 51652, '<|25.76|>'= 51653, '<|25.78|>'= 51654, '<|25.80|>'= 51655, '<|25.82|>'= 51656, '<|25.84|>'= 51657, '<|25.86|>'= 51658, '<|25.88|>'= 51659, '<|25.90|>'= 51660, '<|25.92|>'= 51661, '<|25.94|>'= 51662, '<|25.96|>'= 51663, '<|25.98|>'= 51664, '<|26.00|>'= 51665, '<|26.02|>'= 51666, '<|26.04|>'= 51667, '<|26.06|>'= 51668, '<|26.08|>'= 51669, '<|26.10|>'= 51670, '<|26.12|>'= 51671, '<|26.14|>'= 51672, '<|26.16|>'= 51673, '<|26.18|>'= 51674, '<|26.20|>'= 51675, '<|26.22|>'= 51676, '<|26.24|>'= 51677, '<|26.26|>'= 51678, '<|26.28|>'= 51679, '<|26.30|>'= 51680, '<|26.32|>'= 51681, '<|26.34|>'= 51682, '<|26.36|>'= 51683, '<|26.38|>'= 51684, '<|26.40|>'= 51685, '<|26.42|>'= 51686, '<|26.44|>'= 51687, '<|26.46|>'= 51688, '<|26.48|>'= 51689, '<|26.50|>'= 51690, '<|26.52|>'= 51691, '<|26.54|>'= 51692, '<|26.56|>'= 51693, '<|26.58|>'= 51694, '<|26.60|>'= 51695, '<|26.62|>'= 51696, '<|26.64|>'= 51697, '<|26.66|>'= 51698, '<|26.68|>'= 51699, '<|26.70|>'= 51700, '<|26.72|>'= 51701, '<|26.74|>'= 51702, '<|26.76|>'= 51703, '<|26.78|>'= 51704, '<|26.80|>'= 51705, '<|26.82|>'= 51706, '<|26.84|>'= 51707, '<|26.86|>'= 51708, '<|26.88|>'= 51709, '<|26.90|>'= 51710, '<|26.92|>'= 51711, '<|26.94|>'= 51712, '<|26.96|>'= 51713, '<|26.98|>'= 51714, '<|27.00|>'= 51715, '<|27.02|>'= 51716, '<|27.04|>'= 51717, '<|27.06|>'= 51718, '<|27.08|>'= 51719, '<|27.10|>'= 51720, '<|27.12|>'= 51721, '<|27.14|>'= 51722, '<|27.16|>'= 51723, '<|27.18|>'= 51724, '<|27.20|>'= 51725, '<|27.22|>'= 51726, '<|27.24|>'= 51727, '<|27.26|>'= 51728, '<|27.28|>'= 51729, '<|27.30|>'= 51730, '<|27.32|>'= 51731, '<|27.34|>'= 51732, '<|27.36|>'= 51733, '<|27.38|>'= 51734, '<|27.40|>'= 51735, '<|27.42|>'= 51736, '<|27.44|>'= 51737, '<|27.46|>'= 51738, '<|27.48|>'= 51739, '<|27.50|>'= 51740, '<|27.52|>'= 51741, '<|27.54|>'= 51742, '<|27.56|>'= 51743, '<|27.58|>'= 51744, '<|27.60|>'= 51745, '<|27.62|>'= 51746, '<|27.64|>'= 51747, '<|27.66|>'= 51748, '<|27.68|>'= 51749, '<|27.70|>'= 51750, '<|27.72|>'= 51751, '<|27.74|>'= 51752, '<|27.76|>'= 51753, '<|27.78|>'= 51754, '<|27.80|>'= 51755, '<|27.82|>'= 51756, '<|27.84|>'= 51757, '<|27.86|>'= 51758, '<|27.88|>'= 51759, '<|27.90|>'= 51760, '<|27.92|>'= 51761, '<|27.94|>'= 51762, '<|27.96|>'= 51763, '<|27.98|>'= 51764, '<|28.00|>'= 51765, '<|28.02|>'= 51766, '<|28.04|>'= 51767, '<|28.06|>'= 51768, '<|28.08|>'= 51769, '<|28.10|>'= 51770, '<|28.12|>'= 51771, '<|28.14|>'= 51772, '<|28.16|>'= 51773, '<|28.18|>'= 51774, '<|28.20|>'= 51775, '<|28.22|>'= 51776, '<|28.24|>'= 51777, '<|28.26|>'= 51778, '<|28.28|>'= 51779, '<|28.30|>'= 51780, '<|28.32|>'= 51781, '<|28.34|>'= 51782, '<|28.36|>'= 51783, '<|28.38|>'= 51784, '<|28.40|>'= 51785, '<|28.42|>'= 51786, '<|28.44|>'= 51787, '<|28.46|>'= 51788, '<|28.48|>'= 51789, '<|28.50|>'= 51790, '<|28.52|>'= 51791, '<|28.54|>'= 51792, '<|28.56|>'= 51793, '<|28.58|>'= 51794, '<|28.60|>'= 51795, '<|28.62|>'= 51796, '<|28.64|>'= 51797, '<|28.66|>'= 51798, '<|28.68|>'= 51799, '<|28.70|>'= 51800, '<|28.72|>'= 51801, '<|28.74|>'= 51802, '<|28.76|>'= 51803, '<|28.78|>'= 51804, '<|28.80|>'= 51805, '<|28.82|>'= 51806, '<|28.84|>'= 51807, '<|28.86|>'= 51808, '<|28.88|>'= 51809, '<|28.90|>'= 51810, '<|28.92|>'= 51811, '<|28.94|>'= 51812, '<|28.96|>'= 51813, '<|28.98|>'= 51814, '<|29.00|>'= 51815, '<|29.02|>'= 51816, '<|29.04|>'= 51817, '<|29.06|>'= 51818, '<|29.08|>'= 51819, '<|29.10|>'= 51820, '<|29.12|>'= 51821, '<|29.14|>'= 51822, '<|29.16|>'= 51823, '<|29.18|>'= 51824, '<|29.20|>'= 51825, '<|29.22|>'= 51826, '<|29.24|>'= 51827, '<|29.26|>'= 51828, '<|29.28|>'= 51829, '<|29.30|>'= 51830, '<|29.32|>'= 51831, '<|29.34|>'= 51832, '<|29.36|>'= 51833, '<|29.38|>'= 51834, '<|29.40|>'= 51835, '<|29.42|>'= 51836, '<|29.44|>'= 51837, '<|29.46|>'= 51838, '<|29.48|>'= 51839, '<|29.50|>'= 51840, '<|29.52|>'= 51841, '<|29.54|>'= 51842, '<|29.56|>'= 51843, '<|29.58|>'= 51844, '<|29.60|>'= 51845, '<|29.62|>'= 51846, '<|29.64|>'= 51847, '<|29.66|>'= 51848, '<|29.68|>'= 51849, '<|29.70|>'= 51850, '<|29.72|>'= 51851, '<|29.74|>'= 51852, '<|29.76|>'= 51853, '<|29.78|>'= 51854, '<|29.80|>'= 51855, '<|29.82|>'= 51856, '<|29.84|>'= 51857, '<|29.86|>'= 51858, '<|29.88|>'= 51859, '<|29.90|>'= 51860, '<|29.92|>'= 51861, '<|29.94|>'= 51862, '<|29.96|>'= 51863, '<|29.98|>'= 51864, '<|30.00|>'= 51865} diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws/AliTokenizer_example.conf b/pretrained_models/CosyVoice-ttsfrd/resource/ws/AliTokenizer_example.conf new file mode 100644 index 0000000000000000000000000000000000000000..1b18ace5c583fda3165c653f6c3c5dcc724a4e3e --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws/AliTokenizer_example.conf @@ -0,0 +1,11 @@ +#DATA_DIR如果没有配置或者值为空,则各配置项的变量$data_dir默认取本配置文件所在目录路径,否则取DATA_DIR +CORE_DICT = $data_dir/xiaoyan.dict +CRF_MODEL_DICT = $data_dir/crf_model +POS_HMM_FILE = $data_dir/pos_hmm.dict +PUNC_TIME_ALNUM_DICT = $data_dir/puncNumberTimeLetter.dict +DFA_RULE_FILE = $data_dir/ws-dfa-rule.dict +USER_DICT = $data_dir/user.dict +ENABLE_CRF = true +ENABLE_DFA_RECOGNIZER = true +ENABLE_NAME_RECOGNIZER = false +NUMBER_SPLIT_LEN = 0 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws/ivr.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws/ivr.dict new file mode 100644 index 0000000000000000000000000000000000000000..9dfc80402985c2e7d649b75e6ca39354c3398df6 Binary files /dev/null and b/pretrained_models/CosyVoice-ttsfrd/resource/ws/ivr.dict differ diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws/pos_hmm.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws/pos_hmm.dict new file mode 100644 index 0000000000000000000000000000000000000000..c460f7246d2908f523b6daa9e9f7f72009d729c8 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws/pos_hmm.dict @@ -0,0 +1,1237 @@ +42 +qe 32 +qz 0 +qt 39 +rr 5 +qv 31 +ry 12 +nz 21 +qb 33 +ryw 20 +nr 29 +ns 17 +nt 37 +qd 24 +qc 28 +qr 35 +qj 38 +a 3 +c 19 +b 22 +e 41 +d 4 +g 8 +f 9 +i 11 +h 26 +k 30 +j 6 +m 15 +l 16 +o 40 +n 13 +q 34 +p 18 +s 27 +r 2 +u 7 +t 10 +w 1 +v 14 +y 25 +z 23 +ql 36 +1076 +0 1 -2.0684 +0 2 -6.2879 +0 3 -2.1607 +0 4 -3.6488 +0 5 -6.2879 +0 6 -4.9016 +0 7 -4.9016 +0 8 -6.2879 +0 9 -4.7838 +0 10 -6.2879 +0 11 -4.3419 +0 12 -5.8824 +0 13 -0.8740 +0 14 -1.7606 +0 15 -4.1478 +0 16 -5.0351 +0 17 -6.2879 +0 18 -4.0906 +0 19 -5.1892 +0 20 -6.2879 +0 21 -6.2879 +0 22 -3.2674 +0 23 -6.9810 +24 1 -0.5644 +24 2 -7.6511 +24 3 -3.9876 +24 4 -4.8785 +24 6 -6.7348 +24 25 -8.3443 +24 7 -2.3629 +24 26 -8.3443 +24 8 -4.8478 +24 9 -3.3955 +24 13 -2.0110 +24 14 -2.6848 +24 15 -3.5651 +24 27 -7.6511 +24 17 -6.3984 +24 16 -6.9580 +24 18 -4.8478 +24 19 -4.7889 +24 21 -8.3443 +24 22 -5.1662 +24 23 -7.6511 +28 1 -2.1899 +28 2 -6.3008 +28 3 -2.3305 +28 4 -3.5282 +28 6 -5.6076 +28 7 -3.3051 +28 9 -5.2022 +28 29 -6.3008 +28 10 -4.9145 +28 11 -4.6913 +28 13 -0.6624 +28 14 -2.3305 +28 15 -4.2213 +28 27 -6.3008 +28 17 -5.6076 +28 16 -4.5090 +28 19 -4.5090 +28 18 -4.9145 +28 21 -5.2022 +28 22 -5.6076 +28 23 -3.7358 +3 0 -8.2566 +3 28 -7.8258 +3 3 -3.6875 +3 4 -4.5263 +3 5 -7.3876 +3 6 -6.7440 +3 25 -5.0947 +3 7 -1.5658 +3 30 -7.9884 +3 31 -8.3367 +3 8 -6.7272 +3 32 -6.3789 +3 29 -7.2952 +3 33 -7.8258 +3 10 -4.6416 +3 14 -1.5019 +3 27 -8.2566 +3 19 -4.1521 +3 34 -10.8216 +3 22 -6.4778 +3 35 -9.4353 +3 36 -10.8216 +3 23 -7.6861 +3 1 -1.7546 +3 2 -6.5175 +3 37 -10.8216 +3 26 -10.8216 +3 9 -5.6976 +3 11 -7.6027 +3 12 -9.7230 +3 38 -6.5731 +3 13 -1.3076 +3 39 -6.2677 +3 15 -3.9907 +3 17 -5.3577 +3 16 -6.1966 +3 18 -4.6604 +3 21 -7.9884 +4 24 -10.9158 +4 3 -1.9568 +4 4 -2.4727 +4 5 -6.5591 +4 6 -7.8713 +4 25 -8.7186 +4 7 -5.0187 +4 30 -10.9158 +4 8 -6.6817 +4 33 -10.9158 +4 29 -8.2768 +4 10 -6.7111 +4 14 -0.4655 +4 27 -8.7186 +4 19 -6.1709 +4 20 -8.0255 +4 34 -8.4309 +4 22 -6.7727 +4 23 -6.8383 +4 1 -4.3591 +4 2 -5.4865 +4 37 -8.4309 +4 26 -10.2227 +4 9 -7.0240 +4 11 -4.7462 +4 12 -8.5179 +4 39 -10.9158 +4 13 -5.0159 +4 15 -4.2760 +4 16 -5.3100 +4 17 -7.2270 +4 18 -2.5685 +4 21 -9.5295 +4 40 -9.8172 +5 1 -3.2797 +5 3 -3.5185 +5 2 -4.2661 +5 4 -1.7929 +5 5 -4.9208 +5 6 -7.8440 +5 25 -6.8885 +5 7 -1.8611 +5 8 -6.7454 +5 32 -8.7603 +5 9 -5.4645 +5 29 -7.6617 +5 11 -4.6913 +5 10 -4.4906 +5 12 -7.6617 +5 13 -3.0141 +5 14 -0.9754 +5 15 -4.3118 +5 27 -5.2049 +5 17 -6.1576 +5 16 -5.4104 +5 19 -4.2117 +5 18 -2.4486 +5 21 -7.1509 +5 20 -5.8981 +5 34 -8.3548 +5 22 -6.2754 +5 23 -6.3624 +6 1 -2.0477 +6 2 -5.3188 +6 3 -4.0706 +6 37 -7.5000 +6 4 -3.5710 +6 5 -8.7527 +6 6 -2.1590 +6 25 -9.4459 +6 7 -3.1674 +6 30 -8.0596 +6 8 -4.8920 +6 9 -4.1132 +6 29 -5.9494 +6 11 -7.0480 +6 10 -5.0392 +6 39 -7.8364 +6 13 -1.1286 +6 14 -1.6757 +6 15 -3.3682 +6 27 -5.8350 +6 16 -6.3104 +6 17 -4.5332 +6 19 -4.0988 +6 18 -3.7623 +6 21 -5.7323 +6 22 -3.8512 +6 23 -9.4459 +25 1 -0.0251 +25 13 -6.7873 +25 3 -7.4804 +25 15 -7.4804 +25 14 -7.4804 +25 4 -6.3818 +25 25 -4.7724 +25 8 -5.8710 +7 24 -11.3448 +7 3 -2.4663 +7 4 -3.9147 +7 5 -5.1689 +7 6 -4.8256 +7 25 -7.7894 +7 7 -5.8725 +7 31 -10.6516 +7 8 -7.1253 +7 32 -7.7894 +7 33 -8.6367 +7 29 -4.8330 +7 10 -4.6997 +7 14 -1.5974 +7 27 -5.4698 +7 19 -7.5161 +7 20 -9.0422 +7 34 -7.5836 +7 22 -4.0572 +7 35 -11.3448 +7 23 -6.0873 +7 1 -2.8113 +7 2 -4.2051 +7 37 -6.4772 +7 26 -8.1259 +7 9 -5.6114 +7 11 -5.2512 +7 38 -10.2462 +7 12 -8.2093 +7 13 -0.8358 +7 39 -8.5722 +7 15 -2.6453 +7 17 -3.7702 +7 16 -5.0814 +7 18 -4.7075 +7 21 -5.7613 +7 40 -10.6516 +31 1 -1.4940 +31 2 -6.1990 +31 3 -3.0106 +31 37 -7.5853 +31 4 -3.4421 +31 5 -5.6394 +31 6 -4.2180 +31 25 -5.9758 +31 7 -3.5779 +31 30 -7.5853 +31 8 -5.5058 +31 9 -5.2827 +31 29 -5.9758 +31 11 -4.8772 +31 10 -6.1990 +31 13 -1.4783 +31 14 -1.1867 +31 15 -4.2531 +31 27 -6.4867 +31 17 -5.2827 +31 16 -4.7521 +31 19 -6.4867 +31 18 -3.4744 +31 21 -6.4867 +31 22 -4.2894 +31 23 -7.5853 +30 1 -1.8551 +30 2 -5.3395 +30 3 -3.2112 +30 4 -1.8430 +30 5 -5.8503 +30 7 -2.3742 +30 8 -5.8503 +30 9 -5.3395 +30 10 -5.0030 +30 11 -3.9044 +30 12 -6.9489 +30 13 -3.5816 +30 14 -1.1498 +30 15 -4.3098 +30 27 -5.1571 +30 16 -4.5510 +30 18 -2.2761 +30 19 -4.1763 +30 20 -5.5626 +30 34 -6.9489 +30 22 -6.2558 +30 23 -5.1571 +8 1 -1.5212 +8 2 -5.2558 +8 3 -4.3331 +8 37 -5.1345 +8 4 -3.3668 +8 5 -6.8980 +8 6 -5.3225 +8 25 -7.3035 +8 7 -2.5761 +8 31 -8.6898 +8 8 -4.5001 +8 9 -3.9276 +8 33 -8.6898 +8 29 -5.1933 +8 10 -3.8695 +8 11 -6.4926 +8 12 -8.6898 +8 13 -2.1840 +8 14 -2.0539 +8 15 -3.3192 +8 27 -6.4926 +8 16 -6.6104 +8 17 -3.3285 +8 18 -3.3238 +8 19 -3.6399 +8 21 -6.7439 +8 22 -5.7994 +8 23 -7.9967 +32 1 -1.9286 +32 24 -9.2557 +32 3 -2.7741 +32 2 -5.7003 +32 37 -7.0585 +32 4 -3.8441 +32 5 -6.8578 +32 6 -3.7223 +32 25 -7.8694 +32 7 -4.6017 +32 31 -8.5625 +32 26 -8.1571 +32 8 -5.8217 +32 32 -9.2557 +32 9 -5.4271 +32 29 -6.3653 +32 11 -5.2126 +32 10 -5.3239 +32 12 -8.1571 +32 13 -0.7031 +32 15 -3.7463 +32 14 -2.2248 +32 27 -6.0368 +32 17 -3.9327 +32 16 -5.0510 +32 18 -4.2123 +32 19 -6.0368 +32 20 -9.2557 +32 21 -5.5180 +32 22 -3.5653 +32 23 -5.4945 +33 12 -2.1554 +33 1 -2.0088 +33 39 -5.0999 +33 13 -0.9727 +33 3 -2.0553 +33 4 -4.4067 +33 14 -1.9218 +33 5 -5.0999 +33 17 -5.0999 +33 18 -4.4067 +33 22 -5.0999 +33 11 -3.1540 +29 1 -1.8483 +29 2 -5.1453 +29 3 -4.6766 +29 37 -7.6405 +29 4 -2.9596 +29 5 -6.6755 +29 6 -7.5228 +29 25 -8.1105 +29 7 -2.8345 +29 30 -9.0268 +29 8 -2.6891 +29 32 -8.6214 +29 9 -5.9133 +29 11 -5.7127 +29 29 -3.5975 +29 10 -3.4396 +29 12 -9.7200 +29 13 -1.9933 +29 14 -1.3202 +29 15 -4.6324 +29 27 -6.1936 +29 17 -6.7755 +29 16 -6.1091 +29 18 -2.5915 +29 19 -3.6679 +29 21 -9.7200 +29 20 -8.1105 +29 22 -6.0064 +29 23 -7.4174 +10 0 -9.3917 +10 1 -1.8013 +10 2 -4.5795 +10 3 -4.4253 +10 37 -6.9068 +10 4 -3.0593 +10 5 -5.2020 +10 6 -5.1870 +10 25 -7.6869 +10 7 -2.8349 +10 30 -9.3917 +10 8 -5.7154 +10 9 -3.1514 +10 29 -5.8081 +10 11 -7.0403 +10 10 -1.4968 +10 12 -8.6985 +10 39 -9.3917 +10 13 -1.9460 +10 14 -1.8856 +10 15 -3.6648 +10 27 -6.1930 +10 16 -5.9104 +10 17 -4.0859 +10 18 -2.7369 +10 19 -5.1012 +10 20 -8.0054 +10 21 -6.6508 +10 34 -10.0848 +10 22 -6.0958 +10 23 -8.1389 +41 41 -3.0910 +41 1 -0.1466 +41 4 -3.0910 +41 10 -3.0910 +14 0 -12.5040 +14 24 -11.1177 +14 28 -10.5581 +14 3 -3.2212 +14 4 -3.5639 +14 5 -4.4959 +14 6 -4.7555 +14 25 -5.7850 +14 7 -2.1783 +14 31 -10.8945 +14 30 -7.9931 +14 8 -6.2106 +14 32 -6.8238 +14 33 -7.7504 +14 29 -5.3731 +14 10 -4.7978 +14 41 -11.8108 +14 14 -1.6766 +14 27 -5.5551 +14 19 -3.9010 +14 20 -7.7678 +14 34 -8.9776 +14 22 -4.8663 +14 35 -12.5040 +14 23 -7.2517 +14 1 -1.7347 +14 2 -4.0702 +14 37 -6.4379 +14 26 -8.7198 +14 9 -4.1724 +14 11 -5.5992 +14 38 -10.1061 +14 12 -6.4952 +14 39 -9.3259 +14 13 -1.4599 +14 15 -3.0763 +14 16 -5.5073 +14 17 -3.9012 +14 18 -3.4675 +14 21 -6.3512 +14 40 -11.4054 +27 1 -1.9060 +27 3 -3.4612 +27 2 -4.4829 +27 4 -3.1305 +27 5 -7.5964 +27 6 -5.1985 +27 25 -6.6801 +27 7 -2.2881 +27 8 -7.1909 +27 9 -5.0707 +27 10 -6.2101 +27 11 -5.3451 +27 12 -8.2895 +27 13 -1.2129 +27 14 -1.4040 +27 15 -3.1958 +27 27 -5.2450 +27 17 -5.2450 +27 16 -4.9937 +27 19 -4.6260 +27 18 -4.2822 +27 21 -6.3436 +27 22 -4.8238 +27 23 -6.0923 +27 40 -8.2895 +19 1 -2.7137 +19 2 -3.7138 +19 3 -2.9921 +19 37 -5.7001 +19 4 -2.8329 +19 5 -3.9292 +19 6 -4.6154 +19 7 -6.6913 +19 26 -7.0167 +19 8 -7.9723 +19 32 -10.2748 +19 9 -5.6020 +19 29 -4.5545 +19 10 -4.4169 +19 11 -5.3770 +19 12 -7.7899 +19 39 -8.8885 +19 13 -1.3306 +19 14 -1.1091 +19 15 -3.7440 +19 27 -5.3332 +19 16 -4.9136 +19 17 -3.4311 +19 19 -5.6499 +19 18 -2.9663 +19 20 -7.3845 +19 21 -5.7422 +19 34 -8.0776 +19 22 -4.5223 +19 23 -6.9075 +20 1 -2.5337 +20 2 -4.4998 +20 3 -3.1135 +20 4 -2.1972 +20 5 -4.8363 +20 6 -6.4457 +20 25 -4.4998 +20 7 -4.1431 +20 32 -6.4457 +20 9 -6.4457 +20 10 -5.3471 +20 11 -5.3471 +20 29 -5.3471 +20 12 -6.4457 +20 13 -4.8363 +20 14 -0.5215 +20 15 -6.4457 +20 16 -6.4457 +20 17 -5.7526 +20 19 -5.0594 +20 18 -2.6171 +20 20 -6.4457 +20 21 -5.7526 +20 22 -5.3471 +34 1 -1.5283 +34 3 -2.1643 +34 4 -3.2629 +34 7 -3.3055 +34 8 -4.6492 +34 9 -4.4950 +34 29 -4.8315 +34 10 -5.3423 +34 11 -3.9560 +34 13 -1.4711 +34 14 -1.4437 +34 15 -4.0431 +34 27 -6.4409 +34 16 -4.6492 +34 17 -5.7478 +34 18 -3.9560 +34 34 -6.4409 +34 22 -4.4950 +34 23 -4.6492 +22 1 -3.5892 +22 2 -6.1347 +22 3 -4.0806 +22 37 -7.7441 +22 4 -6.3578 +22 6 -5.0196 +22 25 -8.4373 +22 7 -2.3448 +22 30 -8.4373 +22 8 -6.6455 +22 32 -7.7441 +22 9 -4.8963 +22 11 -7.5210 +22 10 -6.6455 +22 29 -7.7441 +22 13 -0.4251 +22 14 -2.0589 +22 15 -4.5253 +22 27 -7.0510 +22 17 -4.8819 +22 16 -4.8819 +22 19 -5.1051 +22 18 -6.2401 +22 21 -6.1347 +22 22 -4.0678 +22 23 -7.5210 +22 40 -9.1304 +35 1 -1.3350 +35 13 -0.8342 +35 2 -4.3307 +35 3 -2.7213 +35 15 -3.2321 +35 14 -2.5390 +35 7 -3.2321 +35 21 -4.3307 +35 8 -3.6376 +35 9 -4.3307 +36 1 -0.4274 +36 13 -4.9273 +36 14 -4.2341 +36 4 -4.9273 +36 15 -2.5294 +36 25 -4.9273 +36 18 -4.9273 +36 19 -4.2341 +36 7 -2.8478 +36 9 -1.9828 +23 1 -1.6425 +23 2 -7.1148 +23 3 -3.2229 +23 4 -3.8567 +23 6 -7.1148 +23 25 -6.0162 +23 7 -1.2149 +23 9 -5.1689 +23 10 -6.0162 +23 11 -5.1689 +23 13 -1.5814 +23 14 -1.9330 +23 15 -3.2861 +23 27 -6.4216 +23 16 -6.4216 +23 17 -5.7285 +23 19 -4.3422 +23 18 -4.5498 +23 21 -7.1148 +23 22 -6.4216 +23 23 -5.0353 +1 24 -11.0199 +1 3 -3.3916 +1 4 -2.6532 +1 5 -3.4309 +1 6 -4.1638 +1 25 -8.0755 +1 7 -4.6650 +1 31 -11.0199 +1 30 -8.9830 +1 8 -7.0623 +1 32 -9.3460 +1 29 -3.6240 +1 10 -3.5514 +1 41 -9.6336 +1 14 -1.5712 +1 27 -5.7283 +1 19 -2.9134 +1 20 -6.7204 +1 34 -8.5076 +1 22 -4.9852 +1 35 -11.0199 +1 23 -6.8559 +1 1 -3.0700 +1 2 -3.2343 +1 37 -5.0771 +1 26 -8.4550 +1 9 -5.2464 +1 11 -4.8700 +1 38 -10.5091 +1 12 -7.1079 +1 13 -1.8637 +1 39 -7.9138 +1 15 -3.3641 +1 16 -4.7591 +1 17 -3.1018 +1 18 -2.6349 +1 21 -4.6861 +1 40 -8.7512 +2 0 -6.2385 +2 24 -6.6675 +2 28 -5.7512 +2 3 -3.1796 +2 4 -2.9021 +2 5 -6.2620 +2 6 -4.9308 +2 25 -7.8024 +2 7 -3.3251 +2 31 -5.4671 +2 8 -7.6971 +2 32 -3.6771 +2 33 -7.8024 +2 29 -7.1093 +2 10 -4.7686 +2 14 -1.5898 +2 27 -6.0876 +2 19 -5.0797 +2 20 -8.9010 +2 34 -7.2271 +2 22 -4.7318 +2 35 -8.2079 +2 23 -6.7808 +2 1 -2.9332 +2 2 -4.7793 +2 37 -8.0538 +2 26 -8.6134 +2 9 -5.1713 +2 11 -5.0724 +2 12 -7.9202 +2 38 -5.1169 +2 13 -1.0638 +2 39 -6.0294 +2 15 -2.4113 +2 17 -3.3138 +2 16 -5.1713 +2 18 -3.6332 +2 21 -6.6324 +2 40 -9.9997 +37 1 -2.1907 +37 2 -5.4166 +37 3 -4.9540 +37 37 -4.7533 +37 4 -3.4792 +37 6 -3.7500 +37 7 -3.1378 +37 8 -7.5567 +37 9 -4.9917 +37 11 -6.3039 +37 29 -5.2053 +37 10 -4.1723 +37 13 -1.2933 +37 14 -1.9638 +37 15 -3.9594 +37 16 -6.6404 +37 17 -1.6432 +37 18 -2.9317 +37 19 -4.0013 +37 20 -8.2498 +37 21 -7.1512 +37 22 -3.3011 +37 23 -8.2498 +26 1 -3.9120 +26 13 -0.3711 +26 3 -3.2189 +26 14 -1.7148 +26 6 -3.5066 +26 16 -4.6052 +26 17 -5.2983 +26 21 -5.2983 +26 22 -5.2983 +26 9 -5.2983 +26 10 -4.6052 +9 3 -3.9796 +9 4 -2.6366 +9 5 -5.3271 +9 6 -6.1112 +9 25 -7.7694 +9 7 -2.1687 +9 30 -9.1557 +9 31 -7.6516 +9 8 -5.8058 +9 32 -6.7134 +9 10 -6.7134 +9 29 -7.2098 +9 14 -1.3638 +9 27 -7.2839 +9 19 -5.0449 +9 20 -7.6516 +9 34 -9.8489 +9 22 -6.1600 +9 23 -6.9585 +9 1 -1.0911 +9 2 -4.8382 +9 37 -7.7694 +9 26 -8.7503 +9 9 -5.2338 +9 11 -5.2742 +9 38 -9.8489 +9 12 -8.4626 +9 13 -2.5363 +9 39 -9.1557 +9 15 -3.2315 +9 16 -5.5181 +9 17 -4.7863 +9 18 -3.6323 +9 21 -7.4510 +11 0 -8.6129 +11 1 -0.5896 +11 3 -5.4774 +11 4 -4.2691 +11 5 -7.5143 +11 25 -4.9240 +11 7 -1.2598 +11 30 -6.1280 +11 8 -6.4156 +11 32 -7.2266 +11 9 -4.8517 +11 29 -7.9197 +11 10 -7.5143 +11 11 -5.9048 +11 41 -8.6129 +11 12 -7.9197 +11 13 -4.0485 +11 14 -2.8445 +11 15 -5.7225 +11 27 -8.6129 +11 17 -7.5143 +11 16 -7.0034 +11 19 -4.6055 +11 18 -4.3088 +11 22 -7.9197 +11 23 -7.5143 +38 1 -2.2364 +38 2 -5.9898 +38 3 -2.2442 +38 4 -3.5620 +38 5 -7.0884 +38 6 -4.8912 +38 7 -3.9974 +38 26 -7.0884 +38 8 -5.0090 +38 9 -6.3953 +38 11 -4.4494 +38 10 -5.2966 +38 13 -0.8269 +38 14 -1.8361 +38 15 -3.5620 +38 27 -5.4790 +38 17 -4.1980 +38 16 -4.6035 +38 19 -5.9898 +38 18 -3.8303 +38 21 -5.1425 +38 22 -4.1980 +38 23 -6.3953 +12 1 -1.5816 +12 2 -5.9636 +12 3 -3.2894 +12 4 -2.1569 +12 5 -6.6567 +12 25 -4.1718 +12 7 -4.2588 +12 8 -5.5581 +12 32 -6.6567 +12 9 -6.6567 +12 10 -6.6567 +12 11 -6.6567 +12 12 -5.9636 +12 13 -1.4256 +12 14 -1.1803 +12 15 -4.3541 +12 27 -6.6567 +12 16 -6.6567 +12 18 -4.4595 +12 19 -6.6567 +12 22 -6.6567 +12 23 -6.6567 +13 0 -12.5277 +13 24 -11.4291 +13 28 -11.8346 +13 3 -3.7242 +13 4 -2.9403 +13 5 -7.2445 +13 6 -5.1626 +13 25 -6.7847 +13 7 -2.4305 +13 31 -11.8346 +13 30 -5.7570 +13 8 -4.5395 +13 32 -12.5277 +13 10 -5.2402 +13 29 -3.8889 +13 41 -11.8346 +13 14 -1.5605 +13 27 -6.5313 +13 19 -3.3546 +13 20 -7.7742 +13 22 -5.4179 +13 34 -9.1265 +13 23 -6.9787 +13 1 -1.3887 +13 2 -5.3074 +13 37 -7.2755 +13 26 -10.0428 +13 9 -3.4676 +13 11 -5.6755 +13 12 -9.1604 +13 13 -1.6781 +13 39 -9.4832 +13 15 -4.0948 +13 16 -5.7332 +13 17 -5.7410 +13 18 -3.6082 +13 21 -7.2294 +13 40 -9.9628 +39 1 -1.6314 +39 24 -7.6353 +39 2 -5.7635 +39 3 -4.4783 +39 37 -8.3285 +39 4 -3.3868 +39 5 -5.6894 +39 6 -5.8435 +39 25 -4.8319 +39 7 -1.9654 +39 30 -7.6353 +39 8 -5.5559 +39 9 -1.2775 +39 29 -7.2298 +39 11 -6.2490 +39 10 -4.7731 +39 12 -8.3285 +39 39 -7.6353 +39 13 -2.3597 +39 14 -2.2394 +39 15 -2.7794 +39 27 -8.3285 +39 16 -5.3327 +39 17 -5.2374 +39 18 -4.5218 +39 19 -4.7731 +39 21 -7.2298 +39 34 -8.3285 +39 22 -5.8435 +39 23 -7.6353 +15 0 -3.7600 +15 24 -2.3493 +15 28 -4.5823 +15 3 -3.3661 +15 4 -4.6376 +15 5 -7.8494 +15 6 -6.5082 +15 25 -8.1177 +15 7 -4.2433 +15 30 -9.9895 +15 31 -3.1662 +15 8 -5.3027 +15 32 -1.5310 +15 33 -9.9895 +15 29 -8.4854 +15 10 -6.2283 +15 14 -2.6451 +15 27 -7.2169 +15 19 -5.9119 +15 20 -9.9895 +15 22 -5.3645 +15 34 -4.6376 +15 35 -6.5883 +15 36 -5.7626 +15 23 -7.7382 +15 1 -2.6151 +15 2 -7.6381 +15 37 -10.6826 +15 26 -9.0732 +15 9 -5.0443 +15 11 -6.3006 +15 38 -3.7991 +15 12 -9.2963 +15 39 -2.4299 +15 13 -1.6700 +15 15 -2.9230 +15 16 -6.3519 +15 17 -5.2145 +15 18 -4.9525 +15 21 -8.1177 +16 1 -0.7761 +16 2 -5.1803 +16 3 -4.5323 +16 4 -3.4544 +16 5 -6.5094 +16 6 -6.0676 +16 25 -5.6621 +16 7 -1.7616 +16 30 -6.5094 +16 8 -5.2727 +16 32 -8.7067 +16 9 -4.7946 +16 29 -6.4041 +16 11 -6.2217 +16 10 -5.9986 +16 12 -8.0135 +16 39 -8.7067 +16 13 -2.3505 +16 14 -2.1358 +16 15 -4.2640 +16 27 -7.6080 +16 17 -5.6621 +16 16 -6.7607 +16 18 -3.8315 +16 19 -3.7508 +16 21 -8.0135 +16 34 -8.7067 +16 22 -5.9341 +16 23 -8.7067 +17 1 -2.4228 +17 24 -10.2956 +17 2 -4.6053 +17 3 -3.9361 +17 37 -4.8067 +17 4 -3.5863 +17 5 -8.2162 +17 6 -3.6479 +17 25 -7.8107 +17 7 -2.7190 +17 8 -5.3469 +17 9 -4.1644 +17 29 -5.8297 +17 11 -6.5821 +17 10 -2.8823 +17 12 -10.2956 +17 39 -9.1970 +17 13 -0.9913 +17 15 -3.8064 +17 14 -2.0315 +17 27 -5.0645 +17 17 -2.7716 +17 16 -5.0807 +17 18 -3.7721 +17 19 -4.1666 +17 20 -8.3497 +17 21 -3.9482 +17 22 -4.5655 +17 23 -7.7307 +18 1 -3.7405 +18 24 -10.0496 +18 3 -3.1011 +18 2 -2.7231 +18 37 -3.9963 +18 4 -4.0543 +18 5 -3.3562 +18 6 -3.7488 +18 7 -6.3119 +18 26 -7.3415 +18 8 -7.7470 +18 32 -8.9509 +18 9 -4.5985 +18 29 -3.9708 +18 10 -2.6209 +18 11 -5.6187 +18 12 -6.6997 +18 39 -9.6441 +18 13 -1.2319 +18 15 -3.0483 +18 14 -1.7966 +18 27 -4.0719 +18 16 -5.1369 +18 17 -2.3196 +18 19 -8.4401 +18 18 -4.4698 +18 20 -7.4105 +18 21 -5.0423 +18 34 -8.1778 +18 22 -4.1817 +18 35 -10.7427 +18 23 -6.7724 +18 40 -10.0496 +21 1 -1.4684 +21 2 -6.3779 +21 3 -4.3536 +21 37 -5.0280 +21 4 -4.1495 +21 5 -8.3239 +21 6 -4.6863 +21 7 -3.1881 +21 31 -7.6307 +21 8 -3.9800 +21 9 -5.2793 +21 29 -8.3239 +21 11 -5.8389 +21 10 -5.2793 +21 13 -0.7081 +21 14 -2.5938 +21 15 -4.1192 +21 27 -6.1266 +21 17 -5.1458 +21 16 -6.2444 +21 19 -4.3920 +21 18 -4.1495 +21 21 -4.1495 +21 22 -4.7975 +21 23 -7.6307 +40 1 -0.8194 +40 13 -4.0775 +40 7 -1.7750 +40 3 -2.9789 +40 8 -4.0775 +40 15 -3.3844 +40 4 -2.6912 +40 14 -1.8803 +40 40 -2.9789 +31 +3 -3.9926 +4 -3.4004 +5 -2.9855 +6 -4.0691 +7 -8.4880 +8 -7.7948 +10 -2.5821 +29 -2.7479 +41 -8.9988 +14 -2.1786 +27 -5.7280 +19 -2.8278 +20 -6.4731 +34 -8.9988 +22 -5.2852 +23 -7.4584 +1 -2.6617 +2 -2.3774 +37 -4.0607 +26 -8.7111 +9 -5.6846 +11 -5.6846 +12 -7.2352 +13 -2.1031 +39 -9.6919 +15 -3.0679 +17 -2.6094 +16 -4.7385 +18 -2.1946 +21 -4.9241 +40 -10.0974 +7 +nz -1.000000 +ns -1.000000 +nt -1.000000 +nr -1.000000 +n -1.000000 +t -1.000000 +m -1.000000 +74 +‰ +\ +, +〕 +/ +“ +! +# +" +% +$ +' +& +) +( ++ +* +- +, +…… +. +¥ +℃ +· +. +; +: += +< +? +∶ +@ +—— +〔 +。 +: +; +< +> +? +! +" +% +… +( +) +[ +○ +] +\ +_ +^ +- +` +― +— +/ +’ +】 +[ +” +] +』 +【 +《 +》 +『 +‘ +、 +{ +> +} +| +~ +1 +w -1.000000 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_chhk/AliTokenizer_example.conf b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chhk/AliTokenizer_example.conf new file mode 100644 index 0000000000000000000000000000000000000000..70fe072eda6f66b432cbaca0d582c664b9203760 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chhk/AliTokenizer_example.conf @@ -0,0 +1,11 @@ +#DATA_DIR如果没有配置或者值为空,则各配置项的变量$data_dir默认取本配置文件所在目录路径,否则取DATA_DIR +CORE_DICT = $data_dir/xiaoyan.dict +CRF_MODEL_DICT = $data_dir/crf_model +POS_HMM_FILE = $data_dir/pos_hmm.dict +PUNC_TIME_ALNUM_DICT = $data_dir/puncNumberTimeLetter.dict +DFA_RULE_FILE = $data_dir/ws-dfa-rule.dict +USER_DICT = $data_dir/user.dict +ENABLE_CRF = false +ENABLE_DFA_RECOGNIZER = true +ENABLE_NAME_RECOGNIZER = false +NUMBER_SPLIT_LEN = 0 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_chhk/ivr.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chhk/ivr.dict new file mode 100644 index 0000000000000000000000000000000000000000..9dfc80402985c2e7d649b75e6ca39354c3398df6 Binary files /dev/null and b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chhk/ivr.dict differ diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_chhk/pos_hmm.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chhk/pos_hmm.dict new file mode 100644 index 0000000000000000000000000000000000000000..c460f7246d2908f523b6daa9e9f7f72009d729c8 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chhk/pos_hmm.dict @@ -0,0 +1,1237 @@ +42 +qe 32 +qz 0 +qt 39 +rr 5 +qv 31 +ry 12 +nz 21 +qb 33 +ryw 20 +nr 29 +ns 17 +nt 37 +qd 24 +qc 28 +qr 35 +qj 38 +a 3 +c 19 +b 22 +e 41 +d 4 +g 8 +f 9 +i 11 +h 26 +k 30 +j 6 +m 15 +l 16 +o 40 +n 13 +q 34 +p 18 +s 27 +r 2 +u 7 +t 10 +w 1 +v 14 +y 25 +z 23 +ql 36 +1076 +0 1 -2.0684 +0 2 -6.2879 +0 3 -2.1607 +0 4 -3.6488 +0 5 -6.2879 +0 6 -4.9016 +0 7 -4.9016 +0 8 -6.2879 +0 9 -4.7838 +0 10 -6.2879 +0 11 -4.3419 +0 12 -5.8824 +0 13 -0.8740 +0 14 -1.7606 +0 15 -4.1478 +0 16 -5.0351 +0 17 -6.2879 +0 18 -4.0906 +0 19 -5.1892 +0 20 -6.2879 +0 21 -6.2879 +0 22 -3.2674 +0 23 -6.9810 +24 1 -0.5644 +24 2 -7.6511 +24 3 -3.9876 +24 4 -4.8785 +24 6 -6.7348 +24 25 -8.3443 +24 7 -2.3629 +24 26 -8.3443 +24 8 -4.8478 +24 9 -3.3955 +24 13 -2.0110 +24 14 -2.6848 +24 15 -3.5651 +24 27 -7.6511 +24 17 -6.3984 +24 16 -6.9580 +24 18 -4.8478 +24 19 -4.7889 +24 21 -8.3443 +24 22 -5.1662 +24 23 -7.6511 +28 1 -2.1899 +28 2 -6.3008 +28 3 -2.3305 +28 4 -3.5282 +28 6 -5.6076 +28 7 -3.3051 +28 9 -5.2022 +28 29 -6.3008 +28 10 -4.9145 +28 11 -4.6913 +28 13 -0.6624 +28 14 -2.3305 +28 15 -4.2213 +28 27 -6.3008 +28 17 -5.6076 +28 16 -4.5090 +28 19 -4.5090 +28 18 -4.9145 +28 21 -5.2022 +28 22 -5.6076 +28 23 -3.7358 +3 0 -8.2566 +3 28 -7.8258 +3 3 -3.6875 +3 4 -4.5263 +3 5 -7.3876 +3 6 -6.7440 +3 25 -5.0947 +3 7 -1.5658 +3 30 -7.9884 +3 31 -8.3367 +3 8 -6.7272 +3 32 -6.3789 +3 29 -7.2952 +3 33 -7.8258 +3 10 -4.6416 +3 14 -1.5019 +3 27 -8.2566 +3 19 -4.1521 +3 34 -10.8216 +3 22 -6.4778 +3 35 -9.4353 +3 36 -10.8216 +3 23 -7.6861 +3 1 -1.7546 +3 2 -6.5175 +3 37 -10.8216 +3 26 -10.8216 +3 9 -5.6976 +3 11 -7.6027 +3 12 -9.7230 +3 38 -6.5731 +3 13 -1.3076 +3 39 -6.2677 +3 15 -3.9907 +3 17 -5.3577 +3 16 -6.1966 +3 18 -4.6604 +3 21 -7.9884 +4 24 -10.9158 +4 3 -1.9568 +4 4 -2.4727 +4 5 -6.5591 +4 6 -7.8713 +4 25 -8.7186 +4 7 -5.0187 +4 30 -10.9158 +4 8 -6.6817 +4 33 -10.9158 +4 29 -8.2768 +4 10 -6.7111 +4 14 -0.4655 +4 27 -8.7186 +4 19 -6.1709 +4 20 -8.0255 +4 34 -8.4309 +4 22 -6.7727 +4 23 -6.8383 +4 1 -4.3591 +4 2 -5.4865 +4 37 -8.4309 +4 26 -10.2227 +4 9 -7.0240 +4 11 -4.7462 +4 12 -8.5179 +4 39 -10.9158 +4 13 -5.0159 +4 15 -4.2760 +4 16 -5.3100 +4 17 -7.2270 +4 18 -2.5685 +4 21 -9.5295 +4 40 -9.8172 +5 1 -3.2797 +5 3 -3.5185 +5 2 -4.2661 +5 4 -1.7929 +5 5 -4.9208 +5 6 -7.8440 +5 25 -6.8885 +5 7 -1.8611 +5 8 -6.7454 +5 32 -8.7603 +5 9 -5.4645 +5 29 -7.6617 +5 11 -4.6913 +5 10 -4.4906 +5 12 -7.6617 +5 13 -3.0141 +5 14 -0.9754 +5 15 -4.3118 +5 27 -5.2049 +5 17 -6.1576 +5 16 -5.4104 +5 19 -4.2117 +5 18 -2.4486 +5 21 -7.1509 +5 20 -5.8981 +5 34 -8.3548 +5 22 -6.2754 +5 23 -6.3624 +6 1 -2.0477 +6 2 -5.3188 +6 3 -4.0706 +6 37 -7.5000 +6 4 -3.5710 +6 5 -8.7527 +6 6 -2.1590 +6 25 -9.4459 +6 7 -3.1674 +6 30 -8.0596 +6 8 -4.8920 +6 9 -4.1132 +6 29 -5.9494 +6 11 -7.0480 +6 10 -5.0392 +6 39 -7.8364 +6 13 -1.1286 +6 14 -1.6757 +6 15 -3.3682 +6 27 -5.8350 +6 16 -6.3104 +6 17 -4.5332 +6 19 -4.0988 +6 18 -3.7623 +6 21 -5.7323 +6 22 -3.8512 +6 23 -9.4459 +25 1 -0.0251 +25 13 -6.7873 +25 3 -7.4804 +25 15 -7.4804 +25 14 -7.4804 +25 4 -6.3818 +25 25 -4.7724 +25 8 -5.8710 +7 24 -11.3448 +7 3 -2.4663 +7 4 -3.9147 +7 5 -5.1689 +7 6 -4.8256 +7 25 -7.7894 +7 7 -5.8725 +7 31 -10.6516 +7 8 -7.1253 +7 32 -7.7894 +7 33 -8.6367 +7 29 -4.8330 +7 10 -4.6997 +7 14 -1.5974 +7 27 -5.4698 +7 19 -7.5161 +7 20 -9.0422 +7 34 -7.5836 +7 22 -4.0572 +7 35 -11.3448 +7 23 -6.0873 +7 1 -2.8113 +7 2 -4.2051 +7 37 -6.4772 +7 26 -8.1259 +7 9 -5.6114 +7 11 -5.2512 +7 38 -10.2462 +7 12 -8.2093 +7 13 -0.8358 +7 39 -8.5722 +7 15 -2.6453 +7 17 -3.7702 +7 16 -5.0814 +7 18 -4.7075 +7 21 -5.7613 +7 40 -10.6516 +31 1 -1.4940 +31 2 -6.1990 +31 3 -3.0106 +31 37 -7.5853 +31 4 -3.4421 +31 5 -5.6394 +31 6 -4.2180 +31 25 -5.9758 +31 7 -3.5779 +31 30 -7.5853 +31 8 -5.5058 +31 9 -5.2827 +31 29 -5.9758 +31 11 -4.8772 +31 10 -6.1990 +31 13 -1.4783 +31 14 -1.1867 +31 15 -4.2531 +31 27 -6.4867 +31 17 -5.2827 +31 16 -4.7521 +31 19 -6.4867 +31 18 -3.4744 +31 21 -6.4867 +31 22 -4.2894 +31 23 -7.5853 +30 1 -1.8551 +30 2 -5.3395 +30 3 -3.2112 +30 4 -1.8430 +30 5 -5.8503 +30 7 -2.3742 +30 8 -5.8503 +30 9 -5.3395 +30 10 -5.0030 +30 11 -3.9044 +30 12 -6.9489 +30 13 -3.5816 +30 14 -1.1498 +30 15 -4.3098 +30 27 -5.1571 +30 16 -4.5510 +30 18 -2.2761 +30 19 -4.1763 +30 20 -5.5626 +30 34 -6.9489 +30 22 -6.2558 +30 23 -5.1571 +8 1 -1.5212 +8 2 -5.2558 +8 3 -4.3331 +8 37 -5.1345 +8 4 -3.3668 +8 5 -6.8980 +8 6 -5.3225 +8 25 -7.3035 +8 7 -2.5761 +8 31 -8.6898 +8 8 -4.5001 +8 9 -3.9276 +8 33 -8.6898 +8 29 -5.1933 +8 10 -3.8695 +8 11 -6.4926 +8 12 -8.6898 +8 13 -2.1840 +8 14 -2.0539 +8 15 -3.3192 +8 27 -6.4926 +8 16 -6.6104 +8 17 -3.3285 +8 18 -3.3238 +8 19 -3.6399 +8 21 -6.7439 +8 22 -5.7994 +8 23 -7.9967 +32 1 -1.9286 +32 24 -9.2557 +32 3 -2.7741 +32 2 -5.7003 +32 37 -7.0585 +32 4 -3.8441 +32 5 -6.8578 +32 6 -3.7223 +32 25 -7.8694 +32 7 -4.6017 +32 31 -8.5625 +32 26 -8.1571 +32 8 -5.8217 +32 32 -9.2557 +32 9 -5.4271 +32 29 -6.3653 +32 11 -5.2126 +32 10 -5.3239 +32 12 -8.1571 +32 13 -0.7031 +32 15 -3.7463 +32 14 -2.2248 +32 27 -6.0368 +32 17 -3.9327 +32 16 -5.0510 +32 18 -4.2123 +32 19 -6.0368 +32 20 -9.2557 +32 21 -5.5180 +32 22 -3.5653 +32 23 -5.4945 +33 12 -2.1554 +33 1 -2.0088 +33 39 -5.0999 +33 13 -0.9727 +33 3 -2.0553 +33 4 -4.4067 +33 14 -1.9218 +33 5 -5.0999 +33 17 -5.0999 +33 18 -4.4067 +33 22 -5.0999 +33 11 -3.1540 +29 1 -1.8483 +29 2 -5.1453 +29 3 -4.6766 +29 37 -7.6405 +29 4 -2.9596 +29 5 -6.6755 +29 6 -7.5228 +29 25 -8.1105 +29 7 -2.8345 +29 30 -9.0268 +29 8 -2.6891 +29 32 -8.6214 +29 9 -5.9133 +29 11 -5.7127 +29 29 -3.5975 +29 10 -3.4396 +29 12 -9.7200 +29 13 -1.9933 +29 14 -1.3202 +29 15 -4.6324 +29 27 -6.1936 +29 17 -6.7755 +29 16 -6.1091 +29 18 -2.5915 +29 19 -3.6679 +29 21 -9.7200 +29 20 -8.1105 +29 22 -6.0064 +29 23 -7.4174 +10 0 -9.3917 +10 1 -1.8013 +10 2 -4.5795 +10 3 -4.4253 +10 37 -6.9068 +10 4 -3.0593 +10 5 -5.2020 +10 6 -5.1870 +10 25 -7.6869 +10 7 -2.8349 +10 30 -9.3917 +10 8 -5.7154 +10 9 -3.1514 +10 29 -5.8081 +10 11 -7.0403 +10 10 -1.4968 +10 12 -8.6985 +10 39 -9.3917 +10 13 -1.9460 +10 14 -1.8856 +10 15 -3.6648 +10 27 -6.1930 +10 16 -5.9104 +10 17 -4.0859 +10 18 -2.7369 +10 19 -5.1012 +10 20 -8.0054 +10 21 -6.6508 +10 34 -10.0848 +10 22 -6.0958 +10 23 -8.1389 +41 41 -3.0910 +41 1 -0.1466 +41 4 -3.0910 +41 10 -3.0910 +14 0 -12.5040 +14 24 -11.1177 +14 28 -10.5581 +14 3 -3.2212 +14 4 -3.5639 +14 5 -4.4959 +14 6 -4.7555 +14 25 -5.7850 +14 7 -2.1783 +14 31 -10.8945 +14 30 -7.9931 +14 8 -6.2106 +14 32 -6.8238 +14 33 -7.7504 +14 29 -5.3731 +14 10 -4.7978 +14 41 -11.8108 +14 14 -1.6766 +14 27 -5.5551 +14 19 -3.9010 +14 20 -7.7678 +14 34 -8.9776 +14 22 -4.8663 +14 35 -12.5040 +14 23 -7.2517 +14 1 -1.7347 +14 2 -4.0702 +14 37 -6.4379 +14 26 -8.7198 +14 9 -4.1724 +14 11 -5.5992 +14 38 -10.1061 +14 12 -6.4952 +14 39 -9.3259 +14 13 -1.4599 +14 15 -3.0763 +14 16 -5.5073 +14 17 -3.9012 +14 18 -3.4675 +14 21 -6.3512 +14 40 -11.4054 +27 1 -1.9060 +27 3 -3.4612 +27 2 -4.4829 +27 4 -3.1305 +27 5 -7.5964 +27 6 -5.1985 +27 25 -6.6801 +27 7 -2.2881 +27 8 -7.1909 +27 9 -5.0707 +27 10 -6.2101 +27 11 -5.3451 +27 12 -8.2895 +27 13 -1.2129 +27 14 -1.4040 +27 15 -3.1958 +27 27 -5.2450 +27 17 -5.2450 +27 16 -4.9937 +27 19 -4.6260 +27 18 -4.2822 +27 21 -6.3436 +27 22 -4.8238 +27 23 -6.0923 +27 40 -8.2895 +19 1 -2.7137 +19 2 -3.7138 +19 3 -2.9921 +19 37 -5.7001 +19 4 -2.8329 +19 5 -3.9292 +19 6 -4.6154 +19 7 -6.6913 +19 26 -7.0167 +19 8 -7.9723 +19 32 -10.2748 +19 9 -5.6020 +19 29 -4.5545 +19 10 -4.4169 +19 11 -5.3770 +19 12 -7.7899 +19 39 -8.8885 +19 13 -1.3306 +19 14 -1.1091 +19 15 -3.7440 +19 27 -5.3332 +19 16 -4.9136 +19 17 -3.4311 +19 19 -5.6499 +19 18 -2.9663 +19 20 -7.3845 +19 21 -5.7422 +19 34 -8.0776 +19 22 -4.5223 +19 23 -6.9075 +20 1 -2.5337 +20 2 -4.4998 +20 3 -3.1135 +20 4 -2.1972 +20 5 -4.8363 +20 6 -6.4457 +20 25 -4.4998 +20 7 -4.1431 +20 32 -6.4457 +20 9 -6.4457 +20 10 -5.3471 +20 11 -5.3471 +20 29 -5.3471 +20 12 -6.4457 +20 13 -4.8363 +20 14 -0.5215 +20 15 -6.4457 +20 16 -6.4457 +20 17 -5.7526 +20 19 -5.0594 +20 18 -2.6171 +20 20 -6.4457 +20 21 -5.7526 +20 22 -5.3471 +34 1 -1.5283 +34 3 -2.1643 +34 4 -3.2629 +34 7 -3.3055 +34 8 -4.6492 +34 9 -4.4950 +34 29 -4.8315 +34 10 -5.3423 +34 11 -3.9560 +34 13 -1.4711 +34 14 -1.4437 +34 15 -4.0431 +34 27 -6.4409 +34 16 -4.6492 +34 17 -5.7478 +34 18 -3.9560 +34 34 -6.4409 +34 22 -4.4950 +34 23 -4.6492 +22 1 -3.5892 +22 2 -6.1347 +22 3 -4.0806 +22 37 -7.7441 +22 4 -6.3578 +22 6 -5.0196 +22 25 -8.4373 +22 7 -2.3448 +22 30 -8.4373 +22 8 -6.6455 +22 32 -7.7441 +22 9 -4.8963 +22 11 -7.5210 +22 10 -6.6455 +22 29 -7.7441 +22 13 -0.4251 +22 14 -2.0589 +22 15 -4.5253 +22 27 -7.0510 +22 17 -4.8819 +22 16 -4.8819 +22 19 -5.1051 +22 18 -6.2401 +22 21 -6.1347 +22 22 -4.0678 +22 23 -7.5210 +22 40 -9.1304 +35 1 -1.3350 +35 13 -0.8342 +35 2 -4.3307 +35 3 -2.7213 +35 15 -3.2321 +35 14 -2.5390 +35 7 -3.2321 +35 21 -4.3307 +35 8 -3.6376 +35 9 -4.3307 +36 1 -0.4274 +36 13 -4.9273 +36 14 -4.2341 +36 4 -4.9273 +36 15 -2.5294 +36 25 -4.9273 +36 18 -4.9273 +36 19 -4.2341 +36 7 -2.8478 +36 9 -1.9828 +23 1 -1.6425 +23 2 -7.1148 +23 3 -3.2229 +23 4 -3.8567 +23 6 -7.1148 +23 25 -6.0162 +23 7 -1.2149 +23 9 -5.1689 +23 10 -6.0162 +23 11 -5.1689 +23 13 -1.5814 +23 14 -1.9330 +23 15 -3.2861 +23 27 -6.4216 +23 16 -6.4216 +23 17 -5.7285 +23 19 -4.3422 +23 18 -4.5498 +23 21 -7.1148 +23 22 -6.4216 +23 23 -5.0353 +1 24 -11.0199 +1 3 -3.3916 +1 4 -2.6532 +1 5 -3.4309 +1 6 -4.1638 +1 25 -8.0755 +1 7 -4.6650 +1 31 -11.0199 +1 30 -8.9830 +1 8 -7.0623 +1 32 -9.3460 +1 29 -3.6240 +1 10 -3.5514 +1 41 -9.6336 +1 14 -1.5712 +1 27 -5.7283 +1 19 -2.9134 +1 20 -6.7204 +1 34 -8.5076 +1 22 -4.9852 +1 35 -11.0199 +1 23 -6.8559 +1 1 -3.0700 +1 2 -3.2343 +1 37 -5.0771 +1 26 -8.4550 +1 9 -5.2464 +1 11 -4.8700 +1 38 -10.5091 +1 12 -7.1079 +1 13 -1.8637 +1 39 -7.9138 +1 15 -3.3641 +1 16 -4.7591 +1 17 -3.1018 +1 18 -2.6349 +1 21 -4.6861 +1 40 -8.7512 +2 0 -6.2385 +2 24 -6.6675 +2 28 -5.7512 +2 3 -3.1796 +2 4 -2.9021 +2 5 -6.2620 +2 6 -4.9308 +2 25 -7.8024 +2 7 -3.3251 +2 31 -5.4671 +2 8 -7.6971 +2 32 -3.6771 +2 33 -7.8024 +2 29 -7.1093 +2 10 -4.7686 +2 14 -1.5898 +2 27 -6.0876 +2 19 -5.0797 +2 20 -8.9010 +2 34 -7.2271 +2 22 -4.7318 +2 35 -8.2079 +2 23 -6.7808 +2 1 -2.9332 +2 2 -4.7793 +2 37 -8.0538 +2 26 -8.6134 +2 9 -5.1713 +2 11 -5.0724 +2 12 -7.9202 +2 38 -5.1169 +2 13 -1.0638 +2 39 -6.0294 +2 15 -2.4113 +2 17 -3.3138 +2 16 -5.1713 +2 18 -3.6332 +2 21 -6.6324 +2 40 -9.9997 +37 1 -2.1907 +37 2 -5.4166 +37 3 -4.9540 +37 37 -4.7533 +37 4 -3.4792 +37 6 -3.7500 +37 7 -3.1378 +37 8 -7.5567 +37 9 -4.9917 +37 11 -6.3039 +37 29 -5.2053 +37 10 -4.1723 +37 13 -1.2933 +37 14 -1.9638 +37 15 -3.9594 +37 16 -6.6404 +37 17 -1.6432 +37 18 -2.9317 +37 19 -4.0013 +37 20 -8.2498 +37 21 -7.1512 +37 22 -3.3011 +37 23 -8.2498 +26 1 -3.9120 +26 13 -0.3711 +26 3 -3.2189 +26 14 -1.7148 +26 6 -3.5066 +26 16 -4.6052 +26 17 -5.2983 +26 21 -5.2983 +26 22 -5.2983 +26 9 -5.2983 +26 10 -4.6052 +9 3 -3.9796 +9 4 -2.6366 +9 5 -5.3271 +9 6 -6.1112 +9 25 -7.7694 +9 7 -2.1687 +9 30 -9.1557 +9 31 -7.6516 +9 8 -5.8058 +9 32 -6.7134 +9 10 -6.7134 +9 29 -7.2098 +9 14 -1.3638 +9 27 -7.2839 +9 19 -5.0449 +9 20 -7.6516 +9 34 -9.8489 +9 22 -6.1600 +9 23 -6.9585 +9 1 -1.0911 +9 2 -4.8382 +9 37 -7.7694 +9 26 -8.7503 +9 9 -5.2338 +9 11 -5.2742 +9 38 -9.8489 +9 12 -8.4626 +9 13 -2.5363 +9 39 -9.1557 +9 15 -3.2315 +9 16 -5.5181 +9 17 -4.7863 +9 18 -3.6323 +9 21 -7.4510 +11 0 -8.6129 +11 1 -0.5896 +11 3 -5.4774 +11 4 -4.2691 +11 5 -7.5143 +11 25 -4.9240 +11 7 -1.2598 +11 30 -6.1280 +11 8 -6.4156 +11 32 -7.2266 +11 9 -4.8517 +11 29 -7.9197 +11 10 -7.5143 +11 11 -5.9048 +11 41 -8.6129 +11 12 -7.9197 +11 13 -4.0485 +11 14 -2.8445 +11 15 -5.7225 +11 27 -8.6129 +11 17 -7.5143 +11 16 -7.0034 +11 19 -4.6055 +11 18 -4.3088 +11 22 -7.9197 +11 23 -7.5143 +38 1 -2.2364 +38 2 -5.9898 +38 3 -2.2442 +38 4 -3.5620 +38 5 -7.0884 +38 6 -4.8912 +38 7 -3.9974 +38 26 -7.0884 +38 8 -5.0090 +38 9 -6.3953 +38 11 -4.4494 +38 10 -5.2966 +38 13 -0.8269 +38 14 -1.8361 +38 15 -3.5620 +38 27 -5.4790 +38 17 -4.1980 +38 16 -4.6035 +38 19 -5.9898 +38 18 -3.8303 +38 21 -5.1425 +38 22 -4.1980 +38 23 -6.3953 +12 1 -1.5816 +12 2 -5.9636 +12 3 -3.2894 +12 4 -2.1569 +12 5 -6.6567 +12 25 -4.1718 +12 7 -4.2588 +12 8 -5.5581 +12 32 -6.6567 +12 9 -6.6567 +12 10 -6.6567 +12 11 -6.6567 +12 12 -5.9636 +12 13 -1.4256 +12 14 -1.1803 +12 15 -4.3541 +12 27 -6.6567 +12 16 -6.6567 +12 18 -4.4595 +12 19 -6.6567 +12 22 -6.6567 +12 23 -6.6567 +13 0 -12.5277 +13 24 -11.4291 +13 28 -11.8346 +13 3 -3.7242 +13 4 -2.9403 +13 5 -7.2445 +13 6 -5.1626 +13 25 -6.7847 +13 7 -2.4305 +13 31 -11.8346 +13 30 -5.7570 +13 8 -4.5395 +13 32 -12.5277 +13 10 -5.2402 +13 29 -3.8889 +13 41 -11.8346 +13 14 -1.5605 +13 27 -6.5313 +13 19 -3.3546 +13 20 -7.7742 +13 22 -5.4179 +13 34 -9.1265 +13 23 -6.9787 +13 1 -1.3887 +13 2 -5.3074 +13 37 -7.2755 +13 26 -10.0428 +13 9 -3.4676 +13 11 -5.6755 +13 12 -9.1604 +13 13 -1.6781 +13 39 -9.4832 +13 15 -4.0948 +13 16 -5.7332 +13 17 -5.7410 +13 18 -3.6082 +13 21 -7.2294 +13 40 -9.9628 +39 1 -1.6314 +39 24 -7.6353 +39 2 -5.7635 +39 3 -4.4783 +39 37 -8.3285 +39 4 -3.3868 +39 5 -5.6894 +39 6 -5.8435 +39 25 -4.8319 +39 7 -1.9654 +39 30 -7.6353 +39 8 -5.5559 +39 9 -1.2775 +39 29 -7.2298 +39 11 -6.2490 +39 10 -4.7731 +39 12 -8.3285 +39 39 -7.6353 +39 13 -2.3597 +39 14 -2.2394 +39 15 -2.7794 +39 27 -8.3285 +39 16 -5.3327 +39 17 -5.2374 +39 18 -4.5218 +39 19 -4.7731 +39 21 -7.2298 +39 34 -8.3285 +39 22 -5.8435 +39 23 -7.6353 +15 0 -3.7600 +15 24 -2.3493 +15 28 -4.5823 +15 3 -3.3661 +15 4 -4.6376 +15 5 -7.8494 +15 6 -6.5082 +15 25 -8.1177 +15 7 -4.2433 +15 30 -9.9895 +15 31 -3.1662 +15 8 -5.3027 +15 32 -1.5310 +15 33 -9.9895 +15 29 -8.4854 +15 10 -6.2283 +15 14 -2.6451 +15 27 -7.2169 +15 19 -5.9119 +15 20 -9.9895 +15 22 -5.3645 +15 34 -4.6376 +15 35 -6.5883 +15 36 -5.7626 +15 23 -7.7382 +15 1 -2.6151 +15 2 -7.6381 +15 37 -10.6826 +15 26 -9.0732 +15 9 -5.0443 +15 11 -6.3006 +15 38 -3.7991 +15 12 -9.2963 +15 39 -2.4299 +15 13 -1.6700 +15 15 -2.9230 +15 16 -6.3519 +15 17 -5.2145 +15 18 -4.9525 +15 21 -8.1177 +16 1 -0.7761 +16 2 -5.1803 +16 3 -4.5323 +16 4 -3.4544 +16 5 -6.5094 +16 6 -6.0676 +16 25 -5.6621 +16 7 -1.7616 +16 30 -6.5094 +16 8 -5.2727 +16 32 -8.7067 +16 9 -4.7946 +16 29 -6.4041 +16 11 -6.2217 +16 10 -5.9986 +16 12 -8.0135 +16 39 -8.7067 +16 13 -2.3505 +16 14 -2.1358 +16 15 -4.2640 +16 27 -7.6080 +16 17 -5.6621 +16 16 -6.7607 +16 18 -3.8315 +16 19 -3.7508 +16 21 -8.0135 +16 34 -8.7067 +16 22 -5.9341 +16 23 -8.7067 +17 1 -2.4228 +17 24 -10.2956 +17 2 -4.6053 +17 3 -3.9361 +17 37 -4.8067 +17 4 -3.5863 +17 5 -8.2162 +17 6 -3.6479 +17 25 -7.8107 +17 7 -2.7190 +17 8 -5.3469 +17 9 -4.1644 +17 29 -5.8297 +17 11 -6.5821 +17 10 -2.8823 +17 12 -10.2956 +17 39 -9.1970 +17 13 -0.9913 +17 15 -3.8064 +17 14 -2.0315 +17 27 -5.0645 +17 17 -2.7716 +17 16 -5.0807 +17 18 -3.7721 +17 19 -4.1666 +17 20 -8.3497 +17 21 -3.9482 +17 22 -4.5655 +17 23 -7.7307 +18 1 -3.7405 +18 24 -10.0496 +18 3 -3.1011 +18 2 -2.7231 +18 37 -3.9963 +18 4 -4.0543 +18 5 -3.3562 +18 6 -3.7488 +18 7 -6.3119 +18 26 -7.3415 +18 8 -7.7470 +18 32 -8.9509 +18 9 -4.5985 +18 29 -3.9708 +18 10 -2.6209 +18 11 -5.6187 +18 12 -6.6997 +18 39 -9.6441 +18 13 -1.2319 +18 15 -3.0483 +18 14 -1.7966 +18 27 -4.0719 +18 16 -5.1369 +18 17 -2.3196 +18 19 -8.4401 +18 18 -4.4698 +18 20 -7.4105 +18 21 -5.0423 +18 34 -8.1778 +18 22 -4.1817 +18 35 -10.7427 +18 23 -6.7724 +18 40 -10.0496 +21 1 -1.4684 +21 2 -6.3779 +21 3 -4.3536 +21 37 -5.0280 +21 4 -4.1495 +21 5 -8.3239 +21 6 -4.6863 +21 7 -3.1881 +21 31 -7.6307 +21 8 -3.9800 +21 9 -5.2793 +21 29 -8.3239 +21 11 -5.8389 +21 10 -5.2793 +21 13 -0.7081 +21 14 -2.5938 +21 15 -4.1192 +21 27 -6.1266 +21 17 -5.1458 +21 16 -6.2444 +21 19 -4.3920 +21 18 -4.1495 +21 21 -4.1495 +21 22 -4.7975 +21 23 -7.6307 +40 1 -0.8194 +40 13 -4.0775 +40 7 -1.7750 +40 3 -2.9789 +40 8 -4.0775 +40 15 -3.3844 +40 4 -2.6912 +40 14 -1.8803 +40 40 -2.9789 +31 +3 -3.9926 +4 -3.4004 +5 -2.9855 +6 -4.0691 +7 -8.4880 +8 -7.7948 +10 -2.5821 +29 -2.7479 +41 -8.9988 +14 -2.1786 +27 -5.7280 +19 -2.8278 +20 -6.4731 +34 -8.9988 +22 -5.2852 +23 -7.4584 +1 -2.6617 +2 -2.3774 +37 -4.0607 +26 -8.7111 +9 -5.6846 +11 -5.6846 +12 -7.2352 +13 -2.1031 +39 -9.6919 +15 -3.0679 +17 -2.6094 +16 -4.7385 +18 -2.1946 +21 -4.9241 +40 -10.0974 +7 +nz -1.000000 +ns -1.000000 +nt -1.000000 +nr -1.000000 +n -1.000000 +t -1.000000 +m -1.000000 +74 +‰ +\ +, +〕 +/ +“ +! +# +" +% +$ +' +& +) +( ++ +* +- +, +…… +. +¥ +℃ +· +. +; +: += +< +? +∶ +@ +—— +〔 +。 +: +; +< +> +? +! +" +% +… +( +) +[ +○ +] +\ +_ +^ +- +` +― +— +/ +’ +】 +[ +” +] +』 +【 +《 +》 +『 +‘ +、 +{ +> +} +| +~ +1 +w -1.000000 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_chsh/AliTokenizer_example.conf b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chsh/AliTokenizer_example.conf new file mode 100644 index 0000000000000000000000000000000000000000..70fe072eda6f66b432cbaca0d582c664b9203760 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chsh/AliTokenizer_example.conf @@ -0,0 +1,11 @@ +#DATA_DIR如果没有配置或者值为空,则各配置项的变量$data_dir默认取本配置文件所在目录路径,否则取DATA_DIR +CORE_DICT = $data_dir/xiaoyan.dict +CRF_MODEL_DICT = $data_dir/crf_model +POS_HMM_FILE = $data_dir/pos_hmm.dict +PUNC_TIME_ALNUM_DICT = $data_dir/puncNumberTimeLetter.dict +DFA_RULE_FILE = $data_dir/ws-dfa-rule.dict +USER_DICT = $data_dir/user.dict +ENABLE_CRF = false +ENABLE_DFA_RECOGNIZER = true +ENABLE_NAME_RECOGNIZER = false +NUMBER_SPLIT_LEN = 0 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_chsh/ivr.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chsh/ivr.dict new file mode 100644 index 0000000000000000000000000000000000000000..9dfc80402985c2e7d649b75e6ca39354c3398df6 Binary files /dev/null and b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chsh/ivr.dict differ diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_chsh/pos_hmm.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chsh/pos_hmm.dict new file mode 100644 index 0000000000000000000000000000000000000000..c460f7246d2908f523b6daa9e9f7f72009d729c8 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws_chsh/pos_hmm.dict @@ -0,0 +1,1237 @@ +42 +qe 32 +qz 0 +qt 39 +rr 5 +qv 31 +ry 12 +nz 21 +qb 33 +ryw 20 +nr 29 +ns 17 +nt 37 +qd 24 +qc 28 +qr 35 +qj 38 +a 3 +c 19 +b 22 +e 41 +d 4 +g 8 +f 9 +i 11 +h 26 +k 30 +j 6 +m 15 +l 16 +o 40 +n 13 +q 34 +p 18 +s 27 +r 2 +u 7 +t 10 +w 1 +v 14 +y 25 +z 23 +ql 36 +1076 +0 1 -2.0684 +0 2 -6.2879 +0 3 -2.1607 +0 4 -3.6488 +0 5 -6.2879 +0 6 -4.9016 +0 7 -4.9016 +0 8 -6.2879 +0 9 -4.7838 +0 10 -6.2879 +0 11 -4.3419 +0 12 -5.8824 +0 13 -0.8740 +0 14 -1.7606 +0 15 -4.1478 +0 16 -5.0351 +0 17 -6.2879 +0 18 -4.0906 +0 19 -5.1892 +0 20 -6.2879 +0 21 -6.2879 +0 22 -3.2674 +0 23 -6.9810 +24 1 -0.5644 +24 2 -7.6511 +24 3 -3.9876 +24 4 -4.8785 +24 6 -6.7348 +24 25 -8.3443 +24 7 -2.3629 +24 26 -8.3443 +24 8 -4.8478 +24 9 -3.3955 +24 13 -2.0110 +24 14 -2.6848 +24 15 -3.5651 +24 27 -7.6511 +24 17 -6.3984 +24 16 -6.9580 +24 18 -4.8478 +24 19 -4.7889 +24 21 -8.3443 +24 22 -5.1662 +24 23 -7.6511 +28 1 -2.1899 +28 2 -6.3008 +28 3 -2.3305 +28 4 -3.5282 +28 6 -5.6076 +28 7 -3.3051 +28 9 -5.2022 +28 29 -6.3008 +28 10 -4.9145 +28 11 -4.6913 +28 13 -0.6624 +28 14 -2.3305 +28 15 -4.2213 +28 27 -6.3008 +28 17 -5.6076 +28 16 -4.5090 +28 19 -4.5090 +28 18 -4.9145 +28 21 -5.2022 +28 22 -5.6076 +28 23 -3.7358 +3 0 -8.2566 +3 28 -7.8258 +3 3 -3.6875 +3 4 -4.5263 +3 5 -7.3876 +3 6 -6.7440 +3 25 -5.0947 +3 7 -1.5658 +3 30 -7.9884 +3 31 -8.3367 +3 8 -6.7272 +3 32 -6.3789 +3 29 -7.2952 +3 33 -7.8258 +3 10 -4.6416 +3 14 -1.5019 +3 27 -8.2566 +3 19 -4.1521 +3 34 -10.8216 +3 22 -6.4778 +3 35 -9.4353 +3 36 -10.8216 +3 23 -7.6861 +3 1 -1.7546 +3 2 -6.5175 +3 37 -10.8216 +3 26 -10.8216 +3 9 -5.6976 +3 11 -7.6027 +3 12 -9.7230 +3 38 -6.5731 +3 13 -1.3076 +3 39 -6.2677 +3 15 -3.9907 +3 17 -5.3577 +3 16 -6.1966 +3 18 -4.6604 +3 21 -7.9884 +4 24 -10.9158 +4 3 -1.9568 +4 4 -2.4727 +4 5 -6.5591 +4 6 -7.8713 +4 25 -8.7186 +4 7 -5.0187 +4 30 -10.9158 +4 8 -6.6817 +4 33 -10.9158 +4 29 -8.2768 +4 10 -6.7111 +4 14 -0.4655 +4 27 -8.7186 +4 19 -6.1709 +4 20 -8.0255 +4 34 -8.4309 +4 22 -6.7727 +4 23 -6.8383 +4 1 -4.3591 +4 2 -5.4865 +4 37 -8.4309 +4 26 -10.2227 +4 9 -7.0240 +4 11 -4.7462 +4 12 -8.5179 +4 39 -10.9158 +4 13 -5.0159 +4 15 -4.2760 +4 16 -5.3100 +4 17 -7.2270 +4 18 -2.5685 +4 21 -9.5295 +4 40 -9.8172 +5 1 -3.2797 +5 3 -3.5185 +5 2 -4.2661 +5 4 -1.7929 +5 5 -4.9208 +5 6 -7.8440 +5 25 -6.8885 +5 7 -1.8611 +5 8 -6.7454 +5 32 -8.7603 +5 9 -5.4645 +5 29 -7.6617 +5 11 -4.6913 +5 10 -4.4906 +5 12 -7.6617 +5 13 -3.0141 +5 14 -0.9754 +5 15 -4.3118 +5 27 -5.2049 +5 17 -6.1576 +5 16 -5.4104 +5 19 -4.2117 +5 18 -2.4486 +5 21 -7.1509 +5 20 -5.8981 +5 34 -8.3548 +5 22 -6.2754 +5 23 -6.3624 +6 1 -2.0477 +6 2 -5.3188 +6 3 -4.0706 +6 37 -7.5000 +6 4 -3.5710 +6 5 -8.7527 +6 6 -2.1590 +6 25 -9.4459 +6 7 -3.1674 +6 30 -8.0596 +6 8 -4.8920 +6 9 -4.1132 +6 29 -5.9494 +6 11 -7.0480 +6 10 -5.0392 +6 39 -7.8364 +6 13 -1.1286 +6 14 -1.6757 +6 15 -3.3682 +6 27 -5.8350 +6 16 -6.3104 +6 17 -4.5332 +6 19 -4.0988 +6 18 -3.7623 +6 21 -5.7323 +6 22 -3.8512 +6 23 -9.4459 +25 1 -0.0251 +25 13 -6.7873 +25 3 -7.4804 +25 15 -7.4804 +25 14 -7.4804 +25 4 -6.3818 +25 25 -4.7724 +25 8 -5.8710 +7 24 -11.3448 +7 3 -2.4663 +7 4 -3.9147 +7 5 -5.1689 +7 6 -4.8256 +7 25 -7.7894 +7 7 -5.8725 +7 31 -10.6516 +7 8 -7.1253 +7 32 -7.7894 +7 33 -8.6367 +7 29 -4.8330 +7 10 -4.6997 +7 14 -1.5974 +7 27 -5.4698 +7 19 -7.5161 +7 20 -9.0422 +7 34 -7.5836 +7 22 -4.0572 +7 35 -11.3448 +7 23 -6.0873 +7 1 -2.8113 +7 2 -4.2051 +7 37 -6.4772 +7 26 -8.1259 +7 9 -5.6114 +7 11 -5.2512 +7 38 -10.2462 +7 12 -8.2093 +7 13 -0.8358 +7 39 -8.5722 +7 15 -2.6453 +7 17 -3.7702 +7 16 -5.0814 +7 18 -4.7075 +7 21 -5.7613 +7 40 -10.6516 +31 1 -1.4940 +31 2 -6.1990 +31 3 -3.0106 +31 37 -7.5853 +31 4 -3.4421 +31 5 -5.6394 +31 6 -4.2180 +31 25 -5.9758 +31 7 -3.5779 +31 30 -7.5853 +31 8 -5.5058 +31 9 -5.2827 +31 29 -5.9758 +31 11 -4.8772 +31 10 -6.1990 +31 13 -1.4783 +31 14 -1.1867 +31 15 -4.2531 +31 27 -6.4867 +31 17 -5.2827 +31 16 -4.7521 +31 19 -6.4867 +31 18 -3.4744 +31 21 -6.4867 +31 22 -4.2894 +31 23 -7.5853 +30 1 -1.8551 +30 2 -5.3395 +30 3 -3.2112 +30 4 -1.8430 +30 5 -5.8503 +30 7 -2.3742 +30 8 -5.8503 +30 9 -5.3395 +30 10 -5.0030 +30 11 -3.9044 +30 12 -6.9489 +30 13 -3.5816 +30 14 -1.1498 +30 15 -4.3098 +30 27 -5.1571 +30 16 -4.5510 +30 18 -2.2761 +30 19 -4.1763 +30 20 -5.5626 +30 34 -6.9489 +30 22 -6.2558 +30 23 -5.1571 +8 1 -1.5212 +8 2 -5.2558 +8 3 -4.3331 +8 37 -5.1345 +8 4 -3.3668 +8 5 -6.8980 +8 6 -5.3225 +8 25 -7.3035 +8 7 -2.5761 +8 31 -8.6898 +8 8 -4.5001 +8 9 -3.9276 +8 33 -8.6898 +8 29 -5.1933 +8 10 -3.8695 +8 11 -6.4926 +8 12 -8.6898 +8 13 -2.1840 +8 14 -2.0539 +8 15 -3.3192 +8 27 -6.4926 +8 16 -6.6104 +8 17 -3.3285 +8 18 -3.3238 +8 19 -3.6399 +8 21 -6.7439 +8 22 -5.7994 +8 23 -7.9967 +32 1 -1.9286 +32 24 -9.2557 +32 3 -2.7741 +32 2 -5.7003 +32 37 -7.0585 +32 4 -3.8441 +32 5 -6.8578 +32 6 -3.7223 +32 25 -7.8694 +32 7 -4.6017 +32 31 -8.5625 +32 26 -8.1571 +32 8 -5.8217 +32 32 -9.2557 +32 9 -5.4271 +32 29 -6.3653 +32 11 -5.2126 +32 10 -5.3239 +32 12 -8.1571 +32 13 -0.7031 +32 15 -3.7463 +32 14 -2.2248 +32 27 -6.0368 +32 17 -3.9327 +32 16 -5.0510 +32 18 -4.2123 +32 19 -6.0368 +32 20 -9.2557 +32 21 -5.5180 +32 22 -3.5653 +32 23 -5.4945 +33 12 -2.1554 +33 1 -2.0088 +33 39 -5.0999 +33 13 -0.9727 +33 3 -2.0553 +33 4 -4.4067 +33 14 -1.9218 +33 5 -5.0999 +33 17 -5.0999 +33 18 -4.4067 +33 22 -5.0999 +33 11 -3.1540 +29 1 -1.8483 +29 2 -5.1453 +29 3 -4.6766 +29 37 -7.6405 +29 4 -2.9596 +29 5 -6.6755 +29 6 -7.5228 +29 25 -8.1105 +29 7 -2.8345 +29 30 -9.0268 +29 8 -2.6891 +29 32 -8.6214 +29 9 -5.9133 +29 11 -5.7127 +29 29 -3.5975 +29 10 -3.4396 +29 12 -9.7200 +29 13 -1.9933 +29 14 -1.3202 +29 15 -4.6324 +29 27 -6.1936 +29 17 -6.7755 +29 16 -6.1091 +29 18 -2.5915 +29 19 -3.6679 +29 21 -9.7200 +29 20 -8.1105 +29 22 -6.0064 +29 23 -7.4174 +10 0 -9.3917 +10 1 -1.8013 +10 2 -4.5795 +10 3 -4.4253 +10 37 -6.9068 +10 4 -3.0593 +10 5 -5.2020 +10 6 -5.1870 +10 25 -7.6869 +10 7 -2.8349 +10 30 -9.3917 +10 8 -5.7154 +10 9 -3.1514 +10 29 -5.8081 +10 11 -7.0403 +10 10 -1.4968 +10 12 -8.6985 +10 39 -9.3917 +10 13 -1.9460 +10 14 -1.8856 +10 15 -3.6648 +10 27 -6.1930 +10 16 -5.9104 +10 17 -4.0859 +10 18 -2.7369 +10 19 -5.1012 +10 20 -8.0054 +10 21 -6.6508 +10 34 -10.0848 +10 22 -6.0958 +10 23 -8.1389 +41 41 -3.0910 +41 1 -0.1466 +41 4 -3.0910 +41 10 -3.0910 +14 0 -12.5040 +14 24 -11.1177 +14 28 -10.5581 +14 3 -3.2212 +14 4 -3.5639 +14 5 -4.4959 +14 6 -4.7555 +14 25 -5.7850 +14 7 -2.1783 +14 31 -10.8945 +14 30 -7.9931 +14 8 -6.2106 +14 32 -6.8238 +14 33 -7.7504 +14 29 -5.3731 +14 10 -4.7978 +14 41 -11.8108 +14 14 -1.6766 +14 27 -5.5551 +14 19 -3.9010 +14 20 -7.7678 +14 34 -8.9776 +14 22 -4.8663 +14 35 -12.5040 +14 23 -7.2517 +14 1 -1.7347 +14 2 -4.0702 +14 37 -6.4379 +14 26 -8.7198 +14 9 -4.1724 +14 11 -5.5992 +14 38 -10.1061 +14 12 -6.4952 +14 39 -9.3259 +14 13 -1.4599 +14 15 -3.0763 +14 16 -5.5073 +14 17 -3.9012 +14 18 -3.4675 +14 21 -6.3512 +14 40 -11.4054 +27 1 -1.9060 +27 3 -3.4612 +27 2 -4.4829 +27 4 -3.1305 +27 5 -7.5964 +27 6 -5.1985 +27 25 -6.6801 +27 7 -2.2881 +27 8 -7.1909 +27 9 -5.0707 +27 10 -6.2101 +27 11 -5.3451 +27 12 -8.2895 +27 13 -1.2129 +27 14 -1.4040 +27 15 -3.1958 +27 27 -5.2450 +27 17 -5.2450 +27 16 -4.9937 +27 19 -4.6260 +27 18 -4.2822 +27 21 -6.3436 +27 22 -4.8238 +27 23 -6.0923 +27 40 -8.2895 +19 1 -2.7137 +19 2 -3.7138 +19 3 -2.9921 +19 37 -5.7001 +19 4 -2.8329 +19 5 -3.9292 +19 6 -4.6154 +19 7 -6.6913 +19 26 -7.0167 +19 8 -7.9723 +19 32 -10.2748 +19 9 -5.6020 +19 29 -4.5545 +19 10 -4.4169 +19 11 -5.3770 +19 12 -7.7899 +19 39 -8.8885 +19 13 -1.3306 +19 14 -1.1091 +19 15 -3.7440 +19 27 -5.3332 +19 16 -4.9136 +19 17 -3.4311 +19 19 -5.6499 +19 18 -2.9663 +19 20 -7.3845 +19 21 -5.7422 +19 34 -8.0776 +19 22 -4.5223 +19 23 -6.9075 +20 1 -2.5337 +20 2 -4.4998 +20 3 -3.1135 +20 4 -2.1972 +20 5 -4.8363 +20 6 -6.4457 +20 25 -4.4998 +20 7 -4.1431 +20 32 -6.4457 +20 9 -6.4457 +20 10 -5.3471 +20 11 -5.3471 +20 29 -5.3471 +20 12 -6.4457 +20 13 -4.8363 +20 14 -0.5215 +20 15 -6.4457 +20 16 -6.4457 +20 17 -5.7526 +20 19 -5.0594 +20 18 -2.6171 +20 20 -6.4457 +20 21 -5.7526 +20 22 -5.3471 +34 1 -1.5283 +34 3 -2.1643 +34 4 -3.2629 +34 7 -3.3055 +34 8 -4.6492 +34 9 -4.4950 +34 29 -4.8315 +34 10 -5.3423 +34 11 -3.9560 +34 13 -1.4711 +34 14 -1.4437 +34 15 -4.0431 +34 27 -6.4409 +34 16 -4.6492 +34 17 -5.7478 +34 18 -3.9560 +34 34 -6.4409 +34 22 -4.4950 +34 23 -4.6492 +22 1 -3.5892 +22 2 -6.1347 +22 3 -4.0806 +22 37 -7.7441 +22 4 -6.3578 +22 6 -5.0196 +22 25 -8.4373 +22 7 -2.3448 +22 30 -8.4373 +22 8 -6.6455 +22 32 -7.7441 +22 9 -4.8963 +22 11 -7.5210 +22 10 -6.6455 +22 29 -7.7441 +22 13 -0.4251 +22 14 -2.0589 +22 15 -4.5253 +22 27 -7.0510 +22 17 -4.8819 +22 16 -4.8819 +22 19 -5.1051 +22 18 -6.2401 +22 21 -6.1347 +22 22 -4.0678 +22 23 -7.5210 +22 40 -9.1304 +35 1 -1.3350 +35 13 -0.8342 +35 2 -4.3307 +35 3 -2.7213 +35 15 -3.2321 +35 14 -2.5390 +35 7 -3.2321 +35 21 -4.3307 +35 8 -3.6376 +35 9 -4.3307 +36 1 -0.4274 +36 13 -4.9273 +36 14 -4.2341 +36 4 -4.9273 +36 15 -2.5294 +36 25 -4.9273 +36 18 -4.9273 +36 19 -4.2341 +36 7 -2.8478 +36 9 -1.9828 +23 1 -1.6425 +23 2 -7.1148 +23 3 -3.2229 +23 4 -3.8567 +23 6 -7.1148 +23 25 -6.0162 +23 7 -1.2149 +23 9 -5.1689 +23 10 -6.0162 +23 11 -5.1689 +23 13 -1.5814 +23 14 -1.9330 +23 15 -3.2861 +23 27 -6.4216 +23 16 -6.4216 +23 17 -5.7285 +23 19 -4.3422 +23 18 -4.5498 +23 21 -7.1148 +23 22 -6.4216 +23 23 -5.0353 +1 24 -11.0199 +1 3 -3.3916 +1 4 -2.6532 +1 5 -3.4309 +1 6 -4.1638 +1 25 -8.0755 +1 7 -4.6650 +1 31 -11.0199 +1 30 -8.9830 +1 8 -7.0623 +1 32 -9.3460 +1 29 -3.6240 +1 10 -3.5514 +1 41 -9.6336 +1 14 -1.5712 +1 27 -5.7283 +1 19 -2.9134 +1 20 -6.7204 +1 34 -8.5076 +1 22 -4.9852 +1 35 -11.0199 +1 23 -6.8559 +1 1 -3.0700 +1 2 -3.2343 +1 37 -5.0771 +1 26 -8.4550 +1 9 -5.2464 +1 11 -4.8700 +1 38 -10.5091 +1 12 -7.1079 +1 13 -1.8637 +1 39 -7.9138 +1 15 -3.3641 +1 16 -4.7591 +1 17 -3.1018 +1 18 -2.6349 +1 21 -4.6861 +1 40 -8.7512 +2 0 -6.2385 +2 24 -6.6675 +2 28 -5.7512 +2 3 -3.1796 +2 4 -2.9021 +2 5 -6.2620 +2 6 -4.9308 +2 25 -7.8024 +2 7 -3.3251 +2 31 -5.4671 +2 8 -7.6971 +2 32 -3.6771 +2 33 -7.8024 +2 29 -7.1093 +2 10 -4.7686 +2 14 -1.5898 +2 27 -6.0876 +2 19 -5.0797 +2 20 -8.9010 +2 34 -7.2271 +2 22 -4.7318 +2 35 -8.2079 +2 23 -6.7808 +2 1 -2.9332 +2 2 -4.7793 +2 37 -8.0538 +2 26 -8.6134 +2 9 -5.1713 +2 11 -5.0724 +2 12 -7.9202 +2 38 -5.1169 +2 13 -1.0638 +2 39 -6.0294 +2 15 -2.4113 +2 17 -3.3138 +2 16 -5.1713 +2 18 -3.6332 +2 21 -6.6324 +2 40 -9.9997 +37 1 -2.1907 +37 2 -5.4166 +37 3 -4.9540 +37 37 -4.7533 +37 4 -3.4792 +37 6 -3.7500 +37 7 -3.1378 +37 8 -7.5567 +37 9 -4.9917 +37 11 -6.3039 +37 29 -5.2053 +37 10 -4.1723 +37 13 -1.2933 +37 14 -1.9638 +37 15 -3.9594 +37 16 -6.6404 +37 17 -1.6432 +37 18 -2.9317 +37 19 -4.0013 +37 20 -8.2498 +37 21 -7.1512 +37 22 -3.3011 +37 23 -8.2498 +26 1 -3.9120 +26 13 -0.3711 +26 3 -3.2189 +26 14 -1.7148 +26 6 -3.5066 +26 16 -4.6052 +26 17 -5.2983 +26 21 -5.2983 +26 22 -5.2983 +26 9 -5.2983 +26 10 -4.6052 +9 3 -3.9796 +9 4 -2.6366 +9 5 -5.3271 +9 6 -6.1112 +9 25 -7.7694 +9 7 -2.1687 +9 30 -9.1557 +9 31 -7.6516 +9 8 -5.8058 +9 32 -6.7134 +9 10 -6.7134 +9 29 -7.2098 +9 14 -1.3638 +9 27 -7.2839 +9 19 -5.0449 +9 20 -7.6516 +9 34 -9.8489 +9 22 -6.1600 +9 23 -6.9585 +9 1 -1.0911 +9 2 -4.8382 +9 37 -7.7694 +9 26 -8.7503 +9 9 -5.2338 +9 11 -5.2742 +9 38 -9.8489 +9 12 -8.4626 +9 13 -2.5363 +9 39 -9.1557 +9 15 -3.2315 +9 16 -5.5181 +9 17 -4.7863 +9 18 -3.6323 +9 21 -7.4510 +11 0 -8.6129 +11 1 -0.5896 +11 3 -5.4774 +11 4 -4.2691 +11 5 -7.5143 +11 25 -4.9240 +11 7 -1.2598 +11 30 -6.1280 +11 8 -6.4156 +11 32 -7.2266 +11 9 -4.8517 +11 29 -7.9197 +11 10 -7.5143 +11 11 -5.9048 +11 41 -8.6129 +11 12 -7.9197 +11 13 -4.0485 +11 14 -2.8445 +11 15 -5.7225 +11 27 -8.6129 +11 17 -7.5143 +11 16 -7.0034 +11 19 -4.6055 +11 18 -4.3088 +11 22 -7.9197 +11 23 -7.5143 +38 1 -2.2364 +38 2 -5.9898 +38 3 -2.2442 +38 4 -3.5620 +38 5 -7.0884 +38 6 -4.8912 +38 7 -3.9974 +38 26 -7.0884 +38 8 -5.0090 +38 9 -6.3953 +38 11 -4.4494 +38 10 -5.2966 +38 13 -0.8269 +38 14 -1.8361 +38 15 -3.5620 +38 27 -5.4790 +38 17 -4.1980 +38 16 -4.6035 +38 19 -5.9898 +38 18 -3.8303 +38 21 -5.1425 +38 22 -4.1980 +38 23 -6.3953 +12 1 -1.5816 +12 2 -5.9636 +12 3 -3.2894 +12 4 -2.1569 +12 5 -6.6567 +12 25 -4.1718 +12 7 -4.2588 +12 8 -5.5581 +12 32 -6.6567 +12 9 -6.6567 +12 10 -6.6567 +12 11 -6.6567 +12 12 -5.9636 +12 13 -1.4256 +12 14 -1.1803 +12 15 -4.3541 +12 27 -6.6567 +12 16 -6.6567 +12 18 -4.4595 +12 19 -6.6567 +12 22 -6.6567 +12 23 -6.6567 +13 0 -12.5277 +13 24 -11.4291 +13 28 -11.8346 +13 3 -3.7242 +13 4 -2.9403 +13 5 -7.2445 +13 6 -5.1626 +13 25 -6.7847 +13 7 -2.4305 +13 31 -11.8346 +13 30 -5.7570 +13 8 -4.5395 +13 32 -12.5277 +13 10 -5.2402 +13 29 -3.8889 +13 41 -11.8346 +13 14 -1.5605 +13 27 -6.5313 +13 19 -3.3546 +13 20 -7.7742 +13 22 -5.4179 +13 34 -9.1265 +13 23 -6.9787 +13 1 -1.3887 +13 2 -5.3074 +13 37 -7.2755 +13 26 -10.0428 +13 9 -3.4676 +13 11 -5.6755 +13 12 -9.1604 +13 13 -1.6781 +13 39 -9.4832 +13 15 -4.0948 +13 16 -5.7332 +13 17 -5.7410 +13 18 -3.6082 +13 21 -7.2294 +13 40 -9.9628 +39 1 -1.6314 +39 24 -7.6353 +39 2 -5.7635 +39 3 -4.4783 +39 37 -8.3285 +39 4 -3.3868 +39 5 -5.6894 +39 6 -5.8435 +39 25 -4.8319 +39 7 -1.9654 +39 30 -7.6353 +39 8 -5.5559 +39 9 -1.2775 +39 29 -7.2298 +39 11 -6.2490 +39 10 -4.7731 +39 12 -8.3285 +39 39 -7.6353 +39 13 -2.3597 +39 14 -2.2394 +39 15 -2.7794 +39 27 -8.3285 +39 16 -5.3327 +39 17 -5.2374 +39 18 -4.5218 +39 19 -4.7731 +39 21 -7.2298 +39 34 -8.3285 +39 22 -5.8435 +39 23 -7.6353 +15 0 -3.7600 +15 24 -2.3493 +15 28 -4.5823 +15 3 -3.3661 +15 4 -4.6376 +15 5 -7.8494 +15 6 -6.5082 +15 25 -8.1177 +15 7 -4.2433 +15 30 -9.9895 +15 31 -3.1662 +15 8 -5.3027 +15 32 -1.5310 +15 33 -9.9895 +15 29 -8.4854 +15 10 -6.2283 +15 14 -2.6451 +15 27 -7.2169 +15 19 -5.9119 +15 20 -9.9895 +15 22 -5.3645 +15 34 -4.6376 +15 35 -6.5883 +15 36 -5.7626 +15 23 -7.7382 +15 1 -2.6151 +15 2 -7.6381 +15 37 -10.6826 +15 26 -9.0732 +15 9 -5.0443 +15 11 -6.3006 +15 38 -3.7991 +15 12 -9.2963 +15 39 -2.4299 +15 13 -1.6700 +15 15 -2.9230 +15 16 -6.3519 +15 17 -5.2145 +15 18 -4.9525 +15 21 -8.1177 +16 1 -0.7761 +16 2 -5.1803 +16 3 -4.5323 +16 4 -3.4544 +16 5 -6.5094 +16 6 -6.0676 +16 25 -5.6621 +16 7 -1.7616 +16 30 -6.5094 +16 8 -5.2727 +16 32 -8.7067 +16 9 -4.7946 +16 29 -6.4041 +16 11 -6.2217 +16 10 -5.9986 +16 12 -8.0135 +16 39 -8.7067 +16 13 -2.3505 +16 14 -2.1358 +16 15 -4.2640 +16 27 -7.6080 +16 17 -5.6621 +16 16 -6.7607 +16 18 -3.8315 +16 19 -3.7508 +16 21 -8.0135 +16 34 -8.7067 +16 22 -5.9341 +16 23 -8.7067 +17 1 -2.4228 +17 24 -10.2956 +17 2 -4.6053 +17 3 -3.9361 +17 37 -4.8067 +17 4 -3.5863 +17 5 -8.2162 +17 6 -3.6479 +17 25 -7.8107 +17 7 -2.7190 +17 8 -5.3469 +17 9 -4.1644 +17 29 -5.8297 +17 11 -6.5821 +17 10 -2.8823 +17 12 -10.2956 +17 39 -9.1970 +17 13 -0.9913 +17 15 -3.8064 +17 14 -2.0315 +17 27 -5.0645 +17 17 -2.7716 +17 16 -5.0807 +17 18 -3.7721 +17 19 -4.1666 +17 20 -8.3497 +17 21 -3.9482 +17 22 -4.5655 +17 23 -7.7307 +18 1 -3.7405 +18 24 -10.0496 +18 3 -3.1011 +18 2 -2.7231 +18 37 -3.9963 +18 4 -4.0543 +18 5 -3.3562 +18 6 -3.7488 +18 7 -6.3119 +18 26 -7.3415 +18 8 -7.7470 +18 32 -8.9509 +18 9 -4.5985 +18 29 -3.9708 +18 10 -2.6209 +18 11 -5.6187 +18 12 -6.6997 +18 39 -9.6441 +18 13 -1.2319 +18 15 -3.0483 +18 14 -1.7966 +18 27 -4.0719 +18 16 -5.1369 +18 17 -2.3196 +18 19 -8.4401 +18 18 -4.4698 +18 20 -7.4105 +18 21 -5.0423 +18 34 -8.1778 +18 22 -4.1817 +18 35 -10.7427 +18 23 -6.7724 +18 40 -10.0496 +21 1 -1.4684 +21 2 -6.3779 +21 3 -4.3536 +21 37 -5.0280 +21 4 -4.1495 +21 5 -8.3239 +21 6 -4.6863 +21 7 -3.1881 +21 31 -7.6307 +21 8 -3.9800 +21 9 -5.2793 +21 29 -8.3239 +21 11 -5.8389 +21 10 -5.2793 +21 13 -0.7081 +21 14 -2.5938 +21 15 -4.1192 +21 27 -6.1266 +21 17 -5.1458 +21 16 -6.2444 +21 19 -4.3920 +21 18 -4.1495 +21 21 -4.1495 +21 22 -4.7975 +21 23 -7.6307 +40 1 -0.8194 +40 13 -4.0775 +40 7 -1.7750 +40 3 -2.9789 +40 8 -4.0775 +40 15 -3.3844 +40 4 -2.6912 +40 14 -1.8803 +40 40 -2.9789 +31 +3 -3.9926 +4 -3.4004 +5 -2.9855 +6 -4.0691 +7 -8.4880 +8 -7.7948 +10 -2.5821 +29 -2.7479 +41 -8.9988 +14 -2.1786 +27 -5.7280 +19 -2.8278 +20 -6.4731 +34 -8.9988 +22 -5.2852 +23 -7.4584 +1 -2.6617 +2 -2.3774 +37 -4.0607 +26 -8.7111 +9 -5.6846 +11 -5.6846 +12 -7.2352 +13 -2.1031 +39 -9.6919 +15 -3.0679 +17 -2.6094 +16 -4.7385 +18 -2.1946 +21 -4.9241 +40 -10.0974 +7 +nz -1.000000 +ns -1.000000 +nt -1.000000 +nr -1.000000 +n -1.000000 +t -1.000000 +m -1.000000 +74 +‰ +\ +, +〕 +/ +“ +! +# +" +% +$ +' +& +) +( ++ +* +- +, +…… +. +¥ +℃ +· +. +; +: += +< +? +∶ +@ +—— +〔 +。 +: +; +< +> +? +! +" +% +… +( +) +[ +○ +] +\ +_ +^ +- +` +― +— +/ +’ +】 +[ +” +] +』 +【 +《 +》 +『 +‘ +、 +{ +> +} +| +~ +1 +w -1.000000 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_hk/AliTokenizer_example.conf b/pretrained_models/CosyVoice-ttsfrd/resource/ws_hk/AliTokenizer_example.conf new file mode 100644 index 0000000000000000000000000000000000000000..70fe072eda6f66b432cbaca0d582c664b9203760 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws_hk/AliTokenizer_example.conf @@ -0,0 +1,11 @@ +#DATA_DIR如果没有配置或者值为空,则各配置项的变量$data_dir默认取本配置文件所在目录路径,否则取DATA_DIR +CORE_DICT = $data_dir/xiaoyan.dict +CRF_MODEL_DICT = $data_dir/crf_model +POS_HMM_FILE = $data_dir/pos_hmm.dict +PUNC_TIME_ALNUM_DICT = $data_dir/puncNumberTimeLetter.dict +DFA_RULE_FILE = $data_dir/ws-dfa-rule.dict +USER_DICT = $data_dir/user.dict +ENABLE_CRF = false +ENABLE_DFA_RECOGNIZER = true +ENABLE_NAME_RECOGNIZER = false +NUMBER_SPLIT_LEN = 0 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_hk/ivr.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws_hk/ivr.dict new file mode 100644 index 0000000000000000000000000000000000000000..9dfc80402985c2e7d649b75e6ca39354c3398df6 Binary files /dev/null and b/pretrained_models/CosyVoice-ttsfrd/resource/ws_hk/ivr.dict differ diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_hk/pos_hmm.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws_hk/pos_hmm.dict new file mode 100644 index 0000000000000000000000000000000000000000..c460f7246d2908f523b6daa9e9f7f72009d729c8 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws_hk/pos_hmm.dict @@ -0,0 +1,1237 @@ +42 +qe 32 +qz 0 +qt 39 +rr 5 +qv 31 +ry 12 +nz 21 +qb 33 +ryw 20 +nr 29 +ns 17 +nt 37 +qd 24 +qc 28 +qr 35 +qj 38 +a 3 +c 19 +b 22 +e 41 +d 4 +g 8 +f 9 +i 11 +h 26 +k 30 +j 6 +m 15 +l 16 +o 40 +n 13 +q 34 +p 18 +s 27 +r 2 +u 7 +t 10 +w 1 +v 14 +y 25 +z 23 +ql 36 +1076 +0 1 -2.0684 +0 2 -6.2879 +0 3 -2.1607 +0 4 -3.6488 +0 5 -6.2879 +0 6 -4.9016 +0 7 -4.9016 +0 8 -6.2879 +0 9 -4.7838 +0 10 -6.2879 +0 11 -4.3419 +0 12 -5.8824 +0 13 -0.8740 +0 14 -1.7606 +0 15 -4.1478 +0 16 -5.0351 +0 17 -6.2879 +0 18 -4.0906 +0 19 -5.1892 +0 20 -6.2879 +0 21 -6.2879 +0 22 -3.2674 +0 23 -6.9810 +24 1 -0.5644 +24 2 -7.6511 +24 3 -3.9876 +24 4 -4.8785 +24 6 -6.7348 +24 25 -8.3443 +24 7 -2.3629 +24 26 -8.3443 +24 8 -4.8478 +24 9 -3.3955 +24 13 -2.0110 +24 14 -2.6848 +24 15 -3.5651 +24 27 -7.6511 +24 17 -6.3984 +24 16 -6.9580 +24 18 -4.8478 +24 19 -4.7889 +24 21 -8.3443 +24 22 -5.1662 +24 23 -7.6511 +28 1 -2.1899 +28 2 -6.3008 +28 3 -2.3305 +28 4 -3.5282 +28 6 -5.6076 +28 7 -3.3051 +28 9 -5.2022 +28 29 -6.3008 +28 10 -4.9145 +28 11 -4.6913 +28 13 -0.6624 +28 14 -2.3305 +28 15 -4.2213 +28 27 -6.3008 +28 17 -5.6076 +28 16 -4.5090 +28 19 -4.5090 +28 18 -4.9145 +28 21 -5.2022 +28 22 -5.6076 +28 23 -3.7358 +3 0 -8.2566 +3 28 -7.8258 +3 3 -3.6875 +3 4 -4.5263 +3 5 -7.3876 +3 6 -6.7440 +3 25 -5.0947 +3 7 -1.5658 +3 30 -7.9884 +3 31 -8.3367 +3 8 -6.7272 +3 32 -6.3789 +3 29 -7.2952 +3 33 -7.8258 +3 10 -4.6416 +3 14 -1.5019 +3 27 -8.2566 +3 19 -4.1521 +3 34 -10.8216 +3 22 -6.4778 +3 35 -9.4353 +3 36 -10.8216 +3 23 -7.6861 +3 1 -1.7546 +3 2 -6.5175 +3 37 -10.8216 +3 26 -10.8216 +3 9 -5.6976 +3 11 -7.6027 +3 12 -9.7230 +3 38 -6.5731 +3 13 -1.3076 +3 39 -6.2677 +3 15 -3.9907 +3 17 -5.3577 +3 16 -6.1966 +3 18 -4.6604 +3 21 -7.9884 +4 24 -10.9158 +4 3 -1.9568 +4 4 -2.4727 +4 5 -6.5591 +4 6 -7.8713 +4 25 -8.7186 +4 7 -5.0187 +4 30 -10.9158 +4 8 -6.6817 +4 33 -10.9158 +4 29 -8.2768 +4 10 -6.7111 +4 14 -0.4655 +4 27 -8.7186 +4 19 -6.1709 +4 20 -8.0255 +4 34 -8.4309 +4 22 -6.7727 +4 23 -6.8383 +4 1 -4.3591 +4 2 -5.4865 +4 37 -8.4309 +4 26 -10.2227 +4 9 -7.0240 +4 11 -4.7462 +4 12 -8.5179 +4 39 -10.9158 +4 13 -5.0159 +4 15 -4.2760 +4 16 -5.3100 +4 17 -7.2270 +4 18 -2.5685 +4 21 -9.5295 +4 40 -9.8172 +5 1 -3.2797 +5 3 -3.5185 +5 2 -4.2661 +5 4 -1.7929 +5 5 -4.9208 +5 6 -7.8440 +5 25 -6.8885 +5 7 -1.8611 +5 8 -6.7454 +5 32 -8.7603 +5 9 -5.4645 +5 29 -7.6617 +5 11 -4.6913 +5 10 -4.4906 +5 12 -7.6617 +5 13 -3.0141 +5 14 -0.9754 +5 15 -4.3118 +5 27 -5.2049 +5 17 -6.1576 +5 16 -5.4104 +5 19 -4.2117 +5 18 -2.4486 +5 21 -7.1509 +5 20 -5.8981 +5 34 -8.3548 +5 22 -6.2754 +5 23 -6.3624 +6 1 -2.0477 +6 2 -5.3188 +6 3 -4.0706 +6 37 -7.5000 +6 4 -3.5710 +6 5 -8.7527 +6 6 -2.1590 +6 25 -9.4459 +6 7 -3.1674 +6 30 -8.0596 +6 8 -4.8920 +6 9 -4.1132 +6 29 -5.9494 +6 11 -7.0480 +6 10 -5.0392 +6 39 -7.8364 +6 13 -1.1286 +6 14 -1.6757 +6 15 -3.3682 +6 27 -5.8350 +6 16 -6.3104 +6 17 -4.5332 +6 19 -4.0988 +6 18 -3.7623 +6 21 -5.7323 +6 22 -3.8512 +6 23 -9.4459 +25 1 -0.0251 +25 13 -6.7873 +25 3 -7.4804 +25 15 -7.4804 +25 14 -7.4804 +25 4 -6.3818 +25 25 -4.7724 +25 8 -5.8710 +7 24 -11.3448 +7 3 -2.4663 +7 4 -3.9147 +7 5 -5.1689 +7 6 -4.8256 +7 25 -7.7894 +7 7 -5.8725 +7 31 -10.6516 +7 8 -7.1253 +7 32 -7.7894 +7 33 -8.6367 +7 29 -4.8330 +7 10 -4.6997 +7 14 -1.5974 +7 27 -5.4698 +7 19 -7.5161 +7 20 -9.0422 +7 34 -7.5836 +7 22 -4.0572 +7 35 -11.3448 +7 23 -6.0873 +7 1 -2.8113 +7 2 -4.2051 +7 37 -6.4772 +7 26 -8.1259 +7 9 -5.6114 +7 11 -5.2512 +7 38 -10.2462 +7 12 -8.2093 +7 13 -0.8358 +7 39 -8.5722 +7 15 -2.6453 +7 17 -3.7702 +7 16 -5.0814 +7 18 -4.7075 +7 21 -5.7613 +7 40 -10.6516 +31 1 -1.4940 +31 2 -6.1990 +31 3 -3.0106 +31 37 -7.5853 +31 4 -3.4421 +31 5 -5.6394 +31 6 -4.2180 +31 25 -5.9758 +31 7 -3.5779 +31 30 -7.5853 +31 8 -5.5058 +31 9 -5.2827 +31 29 -5.9758 +31 11 -4.8772 +31 10 -6.1990 +31 13 -1.4783 +31 14 -1.1867 +31 15 -4.2531 +31 27 -6.4867 +31 17 -5.2827 +31 16 -4.7521 +31 19 -6.4867 +31 18 -3.4744 +31 21 -6.4867 +31 22 -4.2894 +31 23 -7.5853 +30 1 -1.8551 +30 2 -5.3395 +30 3 -3.2112 +30 4 -1.8430 +30 5 -5.8503 +30 7 -2.3742 +30 8 -5.8503 +30 9 -5.3395 +30 10 -5.0030 +30 11 -3.9044 +30 12 -6.9489 +30 13 -3.5816 +30 14 -1.1498 +30 15 -4.3098 +30 27 -5.1571 +30 16 -4.5510 +30 18 -2.2761 +30 19 -4.1763 +30 20 -5.5626 +30 34 -6.9489 +30 22 -6.2558 +30 23 -5.1571 +8 1 -1.5212 +8 2 -5.2558 +8 3 -4.3331 +8 37 -5.1345 +8 4 -3.3668 +8 5 -6.8980 +8 6 -5.3225 +8 25 -7.3035 +8 7 -2.5761 +8 31 -8.6898 +8 8 -4.5001 +8 9 -3.9276 +8 33 -8.6898 +8 29 -5.1933 +8 10 -3.8695 +8 11 -6.4926 +8 12 -8.6898 +8 13 -2.1840 +8 14 -2.0539 +8 15 -3.3192 +8 27 -6.4926 +8 16 -6.6104 +8 17 -3.3285 +8 18 -3.3238 +8 19 -3.6399 +8 21 -6.7439 +8 22 -5.7994 +8 23 -7.9967 +32 1 -1.9286 +32 24 -9.2557 +32 3 -2.7741 +32 2 -5.7003 +32 37 -7.0585 +32 4 -3.8441 +32 5 -6.8578 +32 6 -3.7223 +32 25 -7.8694 +32 7 -4.6017 +32 31 -8.5625 +32 26 -8.1571 +32 8 -5.8217 +32 32 -9.2557 +32 9 -5.4271 +32 29 -6.3653 +32 11 -5.2126 +32 10 -5.3239 +32 12 -8.1571 +32 13 -0.7031 +32 15 -3.7463 +32 14 -2.2248 +32 27 -6.0368 +32 17 -3.9327 +32 16 -5.0510 +32 18 -4.2123 +32 19 -6.0368 +32 20 -9.2557 +32 21 -5.5180 +32 22 -3.5653 +32 23 -5.4945 +33 12 -2.1554 +33 1 -2.0088 +33 39 -5.0999 +33 13 -0.9727 +33 3 -2.0553 +33 4 -4.4067 +33 14 -1.9218 +33 5 -5.0999 +33 17 -5.0999 +33 18 -4.4067 +33 22 -5.0999 +33 11 -3.1540 +29 1 -1.8483 +29 2 -5.1453 +29 3 -4.6766 +29 37 -7.6405 +29 4 -2.9596 +29 5 -6.6755 +29 6 -7.5228 +29 25 -8.1105 +29 7 -2.8345 +29 30 -9.0268 +29 8 -2.6891 +29 32 -8.6214 +29 9 -5.9133 +29 11 -5.7127 +29 29 -3.5975 +29 10 -3.4396 +29 12 -9.7200 +29 13 -1.9933 +29 14 -1.3202 +29 15 -4.6324 +29 27 -6.1936 +29 17 -6.7755 +29 16 -6.1091 +29 18 -2.5915 +29 19 -3.6679 +29 21 -9.7200 +29 20 -8.1105 +29 22 -6.0064 +29 23 -7.4174 +10 0 -9.3917 +10 1 -1.8013 +10 2 -4.5795 +10 3 -4.4253 +10 37 -6.9068 +10 4 -3.0593 +10 5 -5.2020 +10 6 -5.1870 +10 25 -7.6869 +10 7 -2.8349 +10 30 -9.3917 +10 8 -5.7154 +10 9 -3.1514 +10 29 -5.8081 +10 11 -7.0403 +10 10 -1.4968 +10 12 -8.6985 +10 39 -9.3917 +10 13 -1.9460 +10 14 -1.8856 +10 15 -3.6648 +10 27 -6.1930 +10 16 -5.9104 +10 17 -4.0859 +10 18 -2.7369 +10 19 -5.1012 +10 20 -8.0054 +10 21 -6.6508 +10 34 -10.0848 +10 22 -6.0958 +10 23 -8.1389 +41 41 -3.0910 +41 1 -0.1466 +41 4 -3.0910 +41 10 -3.0910 +14 0 -12.5040 +14 24 -11.1177 +14 28 -10.5581 +14 3 -3.2212 +14 4 -3.5639 +14 5 -4.4959 +14 6 -4.7555 +14 25 -5.7850 +14 7 -2.1783 +14 31 -10.8945 +14 30 -7.9931 +14 8 -6.2106 +14 32 -6.8238 +14 33 -7.7504 +14 29 -5.3731 +14 10 -4.7978 +14 41 -11.8108 +14 14 -1.6766 +14 27 -5.5551 +14 19 -3.9010 +14 20 -7.7678 +14 34 -8.9776 +14 22 -4.8663 +14 35 -12.5040 +14 23 -7.2517 +14 1 -1.7347 +14 2 -4.0702 +14 37 -6.4379 +14 26 -8.7198 +14 9 -4.1724 +14 11 -5.5992 +14 38 -10.1061 +14 12 -6.4952 +14 39 -9.3259 +14 13 -1.4599 +14 15 -3.0763 +14 16 -5.5073 +14 17 -3.9012 +14 18 -3.4675 +14 21 -6.3512 +14 40 -11.4054 +27 1 -1.9060 +27 3 -3.4612 +27 2 -4.4829 +27 4 -3.1305 +27 5 -7.5964 +27 6 -5.1985 +27 25 -6.6801 +27 7 -2.2881 +27 8 -7.1909 +27 9 -5.0707 +27 10 -6.2101 +27 11 -5.3451 +27 12 -8.2895 +27 13 -1.2129 +27 14 -1.4040 +27 15 -3.1958 +27 27 -5.2450 +27 17 -5.2450 +27 16 -4.9937 +27 19 -4.6260 +27 18 -4.2822 +27 21 -6.3436 +27 22 -4.8238 +27 23 -6.0923 +27 40 -8.2895 +19 1 -2.7137 +19 2 -3.7138 +19 3 -2.9921 +19 37 -5.7001 +19 4 -2.8329 +19 5 -3.9292 +19 6 -4.6154 +19 7 -6.6913 +19 26 -7.0167 +19 8 -7.9723 +19 32 -10.2748 +19 9 -5.6020 +19 29 -4.5545 +19 10 -4.4169 +19 11 -5.3770 +19 12 -7.7899 +19 39 -8.8885 +19 13 -1.3306 +19 14 -1.1091 +19 15 -3.7440 +19 27 -5.3332 +19 16 -4.9136 +19 17 -3.4311 +19 19 -5.6499 +19 18 -2.9663 +19 20 -7.3845 +19 21 -5.7422 +19 34 -8.0776 +19 22 -4.5223 +19 23 -6.9075 +20 1 -2.5337 +20 2 -4.4998 +20 3 -3.1135 +20 4 -2.1972 +20 5 -4.8363 +20 6 -6.4457 +20 25 -4.4998 +20 7 -4.1431 +20 32 -6.4457 +20 9 -6.4457 +20 10 -5.3471 +20 11 -5.3471 +20 29 -5.3471 +20 12 -6.4457 +20 13 -4.8363 +20 14 -0.5215 +20 15 -6.4457 +20 16 -6.4457 +20 17 -5.7526 +20 19 -5.0594 +20 18 -2.6171 +20 20 -6.4457 +20 21 -5.7526 +20 22 -5.3471 +34 1 -1.5283 +34 3 -2.1643 +34 4 -3.2629 +34 7 -3.3055 +34 8 -4.6492 +34 9 -4.4950 +34 29 -4.8315 +34 10 -5.3423 +34 11 -3.9560 +34 13 -1.4711 +34 14 -1.4437 +34 15 -4.0431 +34 27 -6.4409 +34 16 -4.6492 +34 17 -5.7478 +34 18 -3.9560 +34 34 -6.4409 +34 22 -4.4950 +34 23 -4.6492 +22 1 -3.5892 +22 2 -6.1347 +22 3 -4.0806 +22 37 -7.7441 +22 4 -6.3578 +22 6 -5.0196 +22 25 -8.4373 +22 7 -2.3448 +22 30 -8.4373 +22 8 -6.6455 +22 32 -7.7441 +22 9 -4.8963 +22 11 -7.5210 +22 10 -6.6455 +22 29 -7.7441 +22 13 -0.4251 +22 14 -2.0589 +22 15 -4.5253 +22 27 -7.0510 +22 17 -4.8819 +22 16 -4.8819 +22 19 -5.1051 +22 18 -6.2401 +22 21 -6.1347 +22 22 -4.0678 +22 23 -7.5210 +22 40 -9.1304 +35 1 -1.3350 +35 13 -0.8342 +35 2 -4.3307 +35 3 -2.7213 +35 15 -3.2321 +35 14 -2.5390 +35 7 -3.2321 +35 21 -4.3307 +35 8 -3.6376 +35 9 -4.3307 +36 1 -0.4274 +36 13 -4.9273 +36 14 -4.2341 +36 4 -4.9273 +36 15 -2.5294 +36 25 -4.9273 +36 18 -4.9273 +36 19 -4.2341 +36 7 -2.8478 +36 9 -1.9828 +23 1 -1.6425 +23 2 -7.1148 +23 3 -3.2229 +23 4 -3.8567 +23 6 -7.1148 +23 25 -6.0162 +23 7 -1.2149 +23 9 -5.1689 +23 10 -6.0162 +23 11 -5.1689 +23 13 -1.5814 +23 14 -1.9330 +23 15 -3.2861 +23 27 -6.4216 +23 16 -6.4216 +23 17 -5.7285 +23 19 -4.3422 +23 18 -4.5498 +23 21 -7.1148 +23 22 -6.4216 +23 23 -5.0353 +1 24 -11.0199 +1 3 -3.3916 +1 4 -2.6532 +1 5 -3.4309 +1 6 -4.1638 +1 25 -8.0755 +1 7 -4.6650 +1 31 -11.0199 +1 30 -8.9830 +1 8 -7.0623 +1 32 -9.3460 +1 29 -3.6240 +1 10 -3.5514 +1 41 -9.6336 +1 14 -1.5712 +1 27 -5.7283 +1 19 -2.9134 +1 20 -6.7204 +1 34 -8.5076 +1 22 -4.9852 +1 35 -11.0199 +1 23 -6.8559 +1 1 -3.0700 +1 2 -3.2343 +1 37 -5.0771 +1 26 -8.4550 +1 9 -5.2464 +1 11 -4.8700 +1 38 -10.5091 +1 12 -7.1079 +1 13 -1.8637 +1 39 -7.9138 +1 15 -3.3641 +1 16 -4.7591 +1 17 -3.1018 +1 18 -2.6349 +1 21 -4.6861 +1 40 -8.7512 +2 0 -6.2385 +2 24 -6.6675 +2 28 -5.7512 +2 3 -3.1796 +2 4 -2.9021 +2 5 -6.2620 +2 6 -4.9308 +2 25 -7.8024 +2 7 -3.3251 +2 31 -5.4671 +2 8 -7.6971 +2 32 -3.6771 +2 33 -7.8024 +2 29 -7.1093 +2 10 -4.7686 +2 14 -1.5898 +2 27 -6.0876 +2 19 -5.0797 +2 20 -8.9010 +2 34 -7.2271 +2 22 -4.7318 +2 35 -8.2079 +2 23 -6.7808 +2 1 -2.9332 +2 2 -4.7793 +2 37 -8.0538 +2 26 -8.6134 +2 9 -5.1713 +2 11 -5.0724 +2 12 -7.9202 +2 38 -5.1169 +2 13 -1.0638 +2 39 -6.0294 +2 15 -2.4113 +2 17 -3.3138 +2 16 -5.1713 +2 18 -3.6332 +2 21 -6.6324 +2 40 -9.9997 +37 1 -2.1907 +37 2 -5.4166 +37 3 -4.9540 +37 37 -4.7533 +37 4 -3.4792 +37 6 -3.7500 +37 7 -3.1378 +37 8 -7.5567 +37 9 -4.9917 +37 11 -6.3039 +37 29 -5.2053 +37 10 -4.1723 +37 13 -1.2933 +37 14 -1.9638 +37 15 -3.9594 +37 16 -6.6404 +37 17 -1.6432 +37 18 -2.9317 +37 19 -4.0013 +37 20 -8.2498 +37 21 -7.1512 +37 22 -3.3011 +37 23 -8.2498 +26 1 -3.9120 +26 13 -0.3711 +26 3 -3.2189 +26 14 -1.7148 +26 6 -3.5066 +26 16 -4.6052 +26 17 -5.2983 +26 21 -5.2983 +26 22 -5.2983 +26 9 -5.2983 +26 10 -4.6052 +9 3 -3.9796 +9 4 -2.6366 +9 5 -5.3271 +9 6 -6.1112 +9 25 -7.7694 +9 7 -2.1687 +9 30 -9.1557 +9 31 -7.6516 +9 8 -5.8058 +9 32 -6.7134 +9 10 -6.7134 +9 29 -7.2098 +9 14 -1.3638 +9 27 -7.2839 +9 19 -5.0449 +9 20 -7.6516 +9 34 -9.8489 +9 22 -6.1600 +9 23 -6.9585 +9 1 -1.0911 +9 2 -4.8382 +9 37 -7.7694 +9 26 -8.7503 +9 9 -5.2338 +9 11 -5.2742 +9 38 -9.8489 +9 12 -8.4626 +9 13 -2.5363 +9 39 -9.1557 +9 15 -3.2315 +9 16 -5.5181 +9 17 -4.7863 +9 18 -3.6323 +9 21 -7.4510 +11 0 -8.6129 +11 1 -0.5896 +11 3 -5.4774 +11 4 -4.2691 +11 5 -7.5143 +11 25 -4.9240 +11 7 -1.2598 +11 30 -6.1280 +11 8 -6.4156 +11 32 -7.2266 +11 9 -4.8517 +11 29 -7.9197 +11 10 -7.5143 +11 11 -5.9048 +11 41 -8.6129 +11 12 -7.9197 +11 13 -4.0485 +11 14 -2.8445 +11 15 -5.7225 +11 27 -8.6129 +11 17 -7.5143 +11 16 -7.0034 +11 19 -4.6055 +11 18 -4.3088 +11 22 -7.9197 +11 23 -7.5143 +38 1 -2.2364 +38 2 -5.9898 +38 3 -2.2442 +38 4 -3.5620 +38 5 -7.0884 +38 6 -4.8912 +38 7 -3.9974 +38 26 -7.0884 +38 8 -5.0090 +38 9 -6.3953 +38 11 -4.4494 +38 10 -5.2966 +38 13 -0.8269 +38 14 -1.8361 +38 15 -3.5620 +38 27 -5.4790 +38 17 -4.1980 +38 16 -4.6035 +38 19 -5.9898 +38 18 -3.8303 +38 21 -5.1425 +38 22 -4.1980 +38 23 -6.3953 +12 1 -1.5816 +12 2 -5.9636 +12 3 -3.2894 +12 4 -2.1569 +12 5 -6.6567 +12 25 -4.1718 +12 7 -4.2588 +12 8 -5.5581 +12 32 -6.6567 +12 9 -6.6567 +12 10 -6.6567 +12 11 -6.6567 +12 12 -5.9636 +12 13 -1.4256 +12 14 -1.1803 +12 15 -4.3541 +12 27 -6.6567 +12 16 -6.6567 +12 18 -4.4595 +12 19 -6.6567 +12 22 -6.6567 +12 23 -6.6567 +13 0 -12.5277 +13 24 -11.4291 +13 28 -11.8346 +13 3 -3.7242 +13 4 -2.9403 +13 5 -7.2445 +13 6 -5.1626 +13 25 -6.7847 +13 7 -2.4305 +13 31 -11.8346 +13 30 -5.7570 +13 8 -4.5395 +13 32 -12.5277 +13 10 -5.2402 +13 29 -3.8889 +13 41 -11.8346 +13 14 -1.5605 +13 27 -6.5313 +13 19 -3.3546 +13 20 -7.7742 +13 22 -5.4179 +13 34 -9.1265 +13 23 -6.9787 +13 1 -1.3887 +13 2 -5.3074 +13 37 -7.2755 +13 26 -10.0428 +13 9 -3.4676 +13 11 -5.6755 +13 12 -9.1604 +13 13 -1.6781 +13 39 -9.4832 +13 15 -4.0948 +13 16 -5.7332 +13 17 -5.7410 +13 18 -3.6082 +13 21 -7.2294 +13 40 -9.9628 +39 1 -1.6314 +39 24 -7.6353 +39 2 -5.7635 +39 3 -4.4783 +39 37 -8.3285 +39 4 -3.3868 +39 5 -5.6894 +39 6 -5.8435 +39 25 -4.8319 +39 7 -1.9654 +39 30 -7.6353 +39 8 -5.5559 +39 9 -1.2775 +39 29 -7.2298 +39 11 -6.2490 +39 10 -4.7731 +39 12 -8.3285 +39 39 -7.6353 +39 13 -2.3597 +39 14 -2.2394 +39 15 -2.7794 +39 27 -8.3285 +39 16 -5.3327 +39 17 -5.2374 +39 18 -4.5218 +39 19 -4.7731 +39 21 -7.2298 +39 34 -8.3285 +39 22 -5.8435 +39 23 -7.6353 +15 0 -3.7600 +15 24 -2.3493 +15 28 -4.5823 +15 3 -3.3661 +15 4 -4.6376 +15 5 -7.8494 +15 6 -6.5082 +15 25 -8.1177 +15 7 -4.2433 +15 30 -9.9895 +15 31 -3.1662 +15 8 -5.3027 +15 32 -1.5310 +15 33 -9.9895 +15 29 -8.4854 +15 10 -6.2283 +15 14 -2.6451 +15 27 -7.2169 +15 19 -5.9119 +15 20 -9.9895 +15 22 -5.3645 +15 34 -4.6376 +15 35 -6.5883 +15 36 -5.7626 +15 23 -7.7382 +15 1 -2.6151 +15 2 -7.6381 +15 37 -10.6826 +15 26 -9.0732 +15 9 -5.0443 +15 11 -6.3006 +15 38 -3.7991 +15 12 -9.2963 +15 39 -2.4299 +15 13 -1.6700 +15 15 -2.9230 +15 16 -6.3519 +15 17 -5.2145 +15 18 -4.9525 +15 21 -8.1177 +16 1 -0.7761 +16 2 -5.1803 +16 3 -4.5323 +16 4 -3.4544 +16 5 -6.5094 +16 6 -6.0676 +16 25 -5.6621 +16 7 -1.7616 +16 30 -6.5094 +16 8 -5.2727 +16 32 -8.7067 +16 9 -4.7946 +16 29 -6.4041 +16 11 -6.2217 +16 10 -5.9986 +16 12 -8.0135 +16 39 -8.7067 +16 13 -2.3505 +16 14 -2.1358 +16 15 -4.2640 +16 27 -7.6080 +16 17 -5.6621 +16 16 -6.7607 +16 18 -3.8315 +16 19 -3.7508 +16 21 -8.0135 +16 34 -8.7067 +16 22 -5.9341 +16 23 -8.7067 +17 1 -2.4228 +17 24 -10.2956 +17 2 -4.6053 +17 3 -3.9361 +17 37 -4.8067 +17 4 -3.5863 +17 5 -8.2162 +17 6 -3.6479 +17 25 -7.8107 +17 7 -2.7190 +17 8 -5.3469 +17 9 -4.1644 +17 29 -5.8297 +17 11 -6.5821 +17 10 -2.8823 +17 12 -10.2956 +17 39 -9.1970 +17 13 -0.9913 +17 15 -3.8064 +17 14 -2.0315 +17 27 -5.0645 +17 17 -2.7716 +17 16 -5.0807 +17 18 -3.7721 +17 19 -4.1666 +17 20 -8.3497 +17 21 -3.9482 +17 22 -4.5655 +17 23 -7.7307 +18 1 -3.7405 +18 24 -10.0496 +18 3 -3.1011 +18 2 -2.7231 +18 37 -3.9963 +18 4 -4.0543 +18 5 -3.3562 +18 6 -3.7488 +18 7 -6.3119 +18 26 -7.3415 +18 8 -7.7470 +18 32 -8.9509 +18 9 -4.5985 +18 29 -3.9708 +18 10 -2.6209 +18 11 -5.6187 +18 12 -6.6997 +18 39 -9.6441 +18 13 -1.2319 +18 15 -3.0483 +18 14 -1.7966 +18 27 -4.0719 +18 16 -5.1369 +18 17 -2.3196 +18 19 -8.4401 +18 18 -4.4698 +18 20 -7.4105 +18 21 -5.0423 +18 34 -8.1778 +18 22 -4.1817 +18 35 -10.7427 +18 23 -6.7724 +18 40 -10.0496 +21 1 -1.4684 +21 2 -6.3779 +21 3 -4.3536 +21 37 -5.0280 +21 4 -4.1495 +21 5 -8.3239 +21 6 -4.6863 +21 7 -3.1881 +21 31 -7.6307 +21 8 -3.9800 +21 9 -5.2793 +21 29 -8.3239 +21 11 -5.8389 +21 10 -5.2793 +21 13 -0.7081 +21 14 -2.5938 +21 15 -4.1192 +21 27 -6.1266 +21 17 -5.1458 +21 16 -6.2444 +21 19 -4.3920 +21 18 -4.1495 +21 21 -4.1495 +21 22 -4.7975 +21 23 -7.6307 +40 1 -0.8194 +40 13 -4.0775 +40 7 -1.7750 +40 3 -2.9789 +40 8 -4.0775 +40 15 -3.3844 +40 4 -2.6912 +40 14 -1.8803 +40 40 -2.9789 +31 +3 -3.9926 +4 -3.4004 +5 -2.9855 +6 -4.0691 +7 -8.4880 +8 -7.7948 +10 -2.5821 +29 -2.7479 +41 -8.9988 +14 -2.1786 +27 -5.7280 +19 -2.8278 +20 -6.4731 +34 -8.9988 +22 -5.2852 +23 -7.4584 +1 -2.6617 +2 -2.3774 +37 -4.0607 +26 -8.7111 +9 -5.6846 +11 -5.6846 +12 -7.2352 +13 -2.1031 +39 -9.6919 +15 -3.0679 +17 -2.6094 +16 -4.7385 +18 -2.1946 +21 -4.9241 +40 -10.0974 +7 +nz -1.000000 +ns -1.000000 +nt -1.000000 +nr -1.000000 +n -1.000000 +t -1.000000 +m -1.000000 +74 +‰ +\ +, +〕 +/ +“ +! +# +" +% +$ +' +& +) +( ++ +* +- +, +…… +. +¥ +℃ +· +. +; +: += +< +? +∶ +@ +—— +〔 +。 +: +; +< +> +? +! +" +% +… +( +) +[ +○ +] +\ +_ +^ +- +` +― +— +/ +’ +】 +[ +” +] +』 +【 +《 +》 +『 +‘ +、 +{ +> +} +| +~ +1 +w -1.000000 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_zhsc/AliTokenizer_example.conf b/pretrained_models/CosyVoice-ttsfrd/resource/ws_zhsc/AliTokenizer_example.conf new file mode 100644 index 0000000000000000000000000000000000000000..1b18ace5c583fda3165c653f6c3c5dcc724a4e3e --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws_zhsc/AliTokenizer_example.conf @@ -0,0 +1,11 @@ +#DATA_DIR如果没有配置或者值为空,则各配置项的变量$data_dir默认取本配置文件所在目录路径,否则取DATA_DIR +CORE_DICT = $data_dir/xiaoyan.dict +CRF_MODEL_DICT = $data_dir/crf_model +POS_HMM_FILE = $data_dir/pos_hmm.dict +PUNC_TIME_ALNUM_DICT = $data_dir/puncNumberTimeLetter.dict +DFA_RULE_FILE = $data_dir/ws-dfa-rule.dict +USER_DICT = $data_dir/user.dict +ENABLE_CRF = true +ENABLE_DFA_RECOGNIZER = true +ENABLE_NAME_RECOGNIZER = false +NUMBER_SPLIT_LEN = 0 diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_zhsc/ivr.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws_zhsc/ivr.dict new file mode 100644 index 0000000000000000000000000000000000000000..9dfc80402985c2e7d649b75e6ca39354c3398df6 Binary files /dev/null and b/pretrained_models/CosyVoice-ttsfrd/resource/ws_zhsc/ivr.dict differ diff --git a/pretrained_models/CosyVoice-ttsfrd/resource/ws_zhsc/pos_hmm.dict b/pretrained_models/CosyVoice-ttsfrd/resource/ws_zhsc/pos_hmm.dict new file mode 100644 index 0000000000000000000000000000000000000000..c460f7246d2908f523b6daa9e9f7f72009d729c8 --- /dev/null +++ b/pretrained_models/CosyVoice-ttsfrd/resource/ws_zhsc/pos_hmm.dict @@ -0,0 +1,1237 @@ +42 +qe 32 +qz 0 +qt 39 +rr 5 +qv 31 +ry 12 +nz 21 +qb 33 +ryw 20 +nr 29 +ns 17 +nt 37 +qd 24 +qc 28 +qr 35 +qj 38 +a 3 +c 19 +b 22 +e 41 +d 4 +g 8 +f 9 +i 11 +h 26 +k 30 +j 6 +m 15 +l 16 +o 40 +n 13 +q 34 +p 18 +s 27 +r 2 +u 7 +t 10 +w 1 +v 14 +y 25 +z 23 +ql 36 +1076 +0 1 -2.0684 +0 2 -6.2879 +0 3 -2.1607 +0 4 -3.6488 +0 5 -6.2879 +0 6 -4.9016 +0 7 -4.9016 +0 8 -6.2879 +0 9 -4.7838 +0 10 -6.2879 +0 11 -4.3419 +0 12 -5.8824 +0 13 -0.8740 +0 14 -1.7606 +0 15 -4.1478 +0 16 -5.0351 +0 17 -6.2879 +0 18 -4.0906 +0 19 -5.1892 +0 20 -6.2879 +0 21 -6.2879 +0 22 -3.2674 +0 23 -6.9810 +24 1 -0.5644 +24 2 -7.6511 +24 3 -3.9876 +24 4 -4.8785 +24 6 -6.7348 +24 25 -8.3443 +24 7 -2.3629 +24 26 -8.3443 +24 8 -4.8478 +24 9 -3.3955 +24 13 -2.0110 +24 14 -2.6848 +24 15 -3.5651 +24 27 -7.6511 +24 17 -6.3984 +24 16 -6.9580 +24 18 -4.8478 +24 19 -4.7889 +24 21 -8.3443 +24 22 -5.1662 +24 23 -7.6511 +28 1 -2.1899 +28 2 -6.3008 +28 3 -2.3305 +28 4 -3.5282 +28 6 -5.6076 +28 7 -3.3051 +28 9 -5.2022 +28 29 -6.3008 +28 10 -4.9145 +28 11 -4.6913 +28 13 -0.6624 +28 14 -2.3305 +28 15 -4.2213 +28 27 -6.3008 +28 17 -5.6076 +28 16 -4.5090 +28 19 -4.5090 +28 18 -4.9145 +28 21 -5.2022 +28 22 -5.6076 +28 23 -3.7358 +3 0 -8.2566 +3 28 -7.8258 +3 3 -3.6875 +3 4 -4.5263 +3 5 -7.3876 +3 6 -6.7440 +3 25 -5.0947 +3 7 -1.5658 +3 30 -7.9884 +3 31 -8.3367 +3 8 -6.7272 +3 32 -6.3789 +3 29 -7.2952 +3 33 -7.8258 +3 10 -4.6416 +3 14 -1.5019 +3 27 -8.2566 +3 19 -4.1521 +3 34 -10.8216 +3 22 -6.4778 +3 35 -9.4353 +3 36 -10.8216 +3 23 -7.6861 +3 1 -1.7546 +3 2 -6.5175 +3 37 -10.8216 +3 26 -10.8216 +3 9 -5.6976 +3 11 -7.6027 +3 12 -9.7230 +3 38 -6.5731 +3 13 -1.3076 +3 39 -6.2677 +3 15 -3.9907 +3 17 -5.3577 +3 16 -6.1966 +3 18 -4.6604 +3 21 -7.9884 +4 24 -10.9158 +4 3 -1.9568 +4 4 -2.4727 +4 5 -6.5591 +4 6 -7.8713 +4 25 -8.7186 +4 7 -5.0187 +4 30 -10.9158 +4 8 -6.6817 +4 33 -10.9158 +4 29 -8.2768 +4 10 -6.7111 +4 14 -0.4655 +4 27 -8.7186 +4 19 -6.1709 +4 20 -8.0255 +4 34 -8.4309 +4 22 -6.7727 +4 23 -6.8383 +4 1 -4.3591 +4 2 -5.4865 +4 37 -8.4309 +4 26 -10.2227 +4 9 -7.0240 +4 11 -4.7462 +4 12 -8.5179 +4 39 -10.9158 +4 13 -5.0159 +4 15 -4.2760 +4 16 -5.3100 +4 17 -7.2270 +4 18 -2.5685 +4 21 -9.5295 +4 40 -9.8172 +5 1 -3.2797 +5 3 -3.5185 +5 2 -4.2661 +5 4 -1.7929 +5 5 -4.9208 +5 6 -7.8440 +5 25 -6.8885 +5 7 -1.8611 +5 8 -6.7454 +5 32 -8.7603 +5 9 -5.4645 +5 29 -7.6617 +5 11 -4.6913 +5 10 -4.4906 +5 12 -7.6617 +5 13 -3.0141 +5 14 -0.9754 +5 15 -4.3118 +5 27 -5.2049 +5 17 -6.1576 +5 16 -5.4104 +5 19 -4.2117 +5 18 -2.4486 +5 21 -7.1509 +5 20 -5.8981 +5 34 -8.3548 +5 22 -6.2754 +5 23 -6.3624 +6 1 -2.0477 +6 2 -5.3188 +6 3 -4.0706 +6 37 -7.5000 +6 4 -3.5710 +6 5 -8.7527 +6 6 -2.1590 +6 25 -9.4459 +6 7 -3.1674 +6 30 -8.0596 +6 8 -4.8920 +6 9 -4.1132 +6 29 -5.9494 +6 11 -7.0480 +6 10 -5.0392 +6 39 -7.8364 +6 13 -1.1286 +6 14 -1.6757 +6 15 -3.3682 +6 27 -5.8350 +6 16 -6.3104 +6 17 -4.5332 +6 19 -4.0988 +6 18 -3.7623 +6 21 -5.7323 +6 22 -3.8512 +6 23 -9.4459 +25 1 -0.0251 +25 13 -6.7873 +25 3 -7.4804 +25 15 -7.4804 +25 14 -7.4804 +25 4 -6.3818 +25 25 -4.7724 +25 8 -5.8710 +7 24 -11.3448 +7 3 -2.4663 +7 4 -3.9147 +7 5 -5.1689 +7 6 -4.8256 +7 25 -7.7894 +7 7 -5.8725 +7 31 -10.6516 +7 8 -7.1253 +7 32 -7.7894 +7 33 -8.6367 +7 29 -4.8330 +7 10 -4.6997 +7 14 -1.5974 +7 27 -5.4698 +7 19 -7.5161 +7 20 -9.0422 +7 34 -7.5836 +7 22 -4.0572 +7 35 -11.3448 +7 23 -6.0873 +7 1 -2.8113 +7 2 -4.2051 +7 37 -6.4772 +7 26 -8.1259 +7 9 -5.6114 +7 11 -5.2512 +7 38 -10.2462 +7 12 -8.2093 +7 13 -0.8358 +7 39 -8.5722 +7 15 -2.6453 +7 17 -3.7702 +7 16 -5.0814 +7 18 -4.7075 +7 21 -5.7613 +7 40 -10.6516 +31 1 -1.4940 +31 2 -6.1990 +31 3 -3.0106 +31 37 -7.5853 +31 4 -3.4421 +31 5 -5.6394 +31 6 -4.2180 +31 25 -5.9758 +31 7 -3.5779 +31 30 -7.5853 +31 8 -5.5058 +31 9 -5.2827 +31 29 -5.9758 +31 11 -4.8772 +31 10 -6.1990 +31 13 -1.4783 +31 14 -1.1867 +31 15 -4.2531 +31 27 -6.4867 +31 17 -5.2827 +31 16 -4.7521 +31 19 -6.4867 +31 18 -3.4744 +31 21 -6.4867 +31 22 -4.2894 +31 23 -7.5853 +30 1 -1.8551 +30 2 -5.3395 +30 3 -3.2112 +30 4 -1.8430 +30 5 -5.8503 +30 7 -2.3742 +30 8 -5.8503 +30 9 -5.3395 +30 10 -5.0030 +30 11 -3.9044 +30 12 -6.9489 +30 13 -3.5816 +30 14 -1.1498 +30 15 -4.3098 +30 27 -5.1571 +30 16 -4.5510 +30 18 -2.2761 +30 19 -4.1763 +30 20 -5.5626 +30 34 -6.9489 +30 22 -6.2558 +30 23 -5.1571 +8 1 -1.5212 +8 2 -5.2558 +8 3 -4.3331 +8 37 -5.1345 +8 4 -3.3668 +8 5 -6.8980 +8 6 -5.3225 +8 25 -7.3035 +8 7 -2.5761 +8 31 -8.6898 +8 8 -4.5001 +8 9 -3.9276 +8 33 -8.6898 +8 29 -5.1933 +8 10 -3.8695 +8 11 -6.4926 +8 12 -8.6898 +8 13 -2.1840 +8 14 -2.0539 +8 15 -3.3192 +8 27 -6.4926 +8 16 -6.6104 +8 17 -3.3285 +8 18 -3.3238 +8 19 -3.6399 +8 21 -6.7439 +8 22 -5.7994 +8 23 -7.9967 +32 1 -1.9286 +32 24 -9.2557 +32 3 -2.7741 +32 2 -5.7003 +32 37 -7.0585 +32 4 -3.8441 +32 5 -6.8578 +32 6 -3.7223 +32 25 -7.8694 +32 7 -4.6017 +32 31 -8.5625 +32 26 -8.1571 +32 8 -5.8217 +32 32 -9.2557 +32 9 -5.4271 +32 29 -6.3653 +32 11 -5.2126 +32 10 -5.3239 +32 12 -8.1571 +32 13 -0.7031 +32 15 -3.7463 +32 14 -2.2248 +32 27 -6.0368 +32 17 -3.9327 +32 16 -5.0510 +32 18 -4.2123 +32 19 -6.0368 +32 20 -9.2557 +32 21 -5.5180 +32 22 -3.5653 +32 23 -5.4945 +33 12 -2.1554 +33 1 -2.0088 +33 39 -5.0999 +33 13 -0.9727 +33 3 -2.0553 +33 4 -4.4067 +33 14 -1.9218 +33 5 -5.0999 +33 17 -5.0999 +33 18 -4.4067 +33 22 -5.0999 +33 11 -3.1540 +29 1 -1.8483 +29 2 -5.1453 +29 3 -4.6766 +29 37 -7.6405 +29 4 -2.9596 +29 5 -6.6755 +29 6 -7.5228 +29 25 -8.1105 +29 7 -2.8345 +29 30 -9.0268 +29 8 -2.6891 +29 32 -8.6214 +29 9 -5.9133 +29 11 -5.7127 +29 29 -3.5975 +29 10 -3.4396 +29 12 -9.7200 +29 13 -1.9933 +29 14 -1.3202 +29 15 -4.6324 +29 27 -6.1936 +29 17 -6.7755 +29 16 -6.1091 +29 18 -2.5915 +29 19 -3.6679 +29 21 -9.7200 +29 20 -8.1105 +29 22 -6.0064 +29 23 -7.4174 +10 0 -9.3917 +10 1 -1.8013 +10 2 -4.5795 +10 3 -4.4253 +10 37 -6.9068 +10 4 -3.0593 +10 5 -5.2020 +10 6 -5.1870 +10 25 -7.6869 +10 7 -2.8349 +10 30 -9.3917 +10 8 -5.7154 +10 9 -3.1514 +10 29 -5.8081 +10 11 -7.0403 +10 10 -1.4968 +10 12 -8.6985 +10 39 -9.3917 +10 13 -1.9460 +10 14 -1.8856 +10 15 -3.6648 +10 27 -6.1930 +10 16 -5.9104 +10 17 -4.0859 +10 18 -2.7369 +10 19 -5.1012 +10 20 -8.0054 +10 21 -6.6508 +10 34 -10.0848 +10 22 -6.0958 +10 23 -8.1389 +41 41 -3.0910 +41 1 -0.1466 +41 4 -3.0910 +41 10 -3.0910 +14 0 -12.5040 +14 24 -11.1177 +14 28 -10.5581 +14 3 -3.2212 +14 4 -3.5639 +14 5 -4.4959 +14 6 -4.7555 +14 25 -5.7850 +14 7 -2.1783 +14 31 -10.8945 +14 30 -7.9931 +14 8 -6.2106 +14 32 -6.8238 +14 33 -7.7504 +14 29 -5.3731 +14 10 -4.7978 +14 41 -11.8108 +14 14 -1.6766 +14 27 -5.5551 +14 19 -3.9010 +14 20 -7.7678 +14 34 -8.9776 +14 22 -4.8663 +14 35 -12.5040 +14 23 -7.2517 +14 1 -1.7347 +14 2 -4.0702 +14 37 -6.4379 +14 26 -8.7198 +14 9 -4.1724 +14 11 -5.5992 +14 38 -10.1061 +14 12 -6.4952 +14 39 -9.3259 +14 13 -1.4599 +14 15 -3.0763 +14 16 -5.5073 +14 17 -3.9012 +14 18 -3.4675 +14 21 -6.3512 +14 40 -11.4054 +27 1 -1.9060 +27 3 -3.4612 +27 2 -4.4829 +27 4 -3.1305 +27 5 -7.5964 +27 6 -5.1985 +27 25 -6.6801 +27 7 -2.2881 +27 8 -7.1909 +27 9 -5.0707 +27 10 -6.2101 +27 11 -5.3451 +27 12 -8.2895 +27 13 -1.2129 +27 14 -1.4040 +27 15 -3.1958 +27 27 -5.2450 +27 17 -5.2450 +27 16 -4.9937 +27 19 -4.6260 +27 18 -4.2822 +27 21 -6.3436 +27 22 -4.8238 +27 23 -6.0923 +27 40 -8.2895 +19 1 -2.7137 +19 2 -3.7138 +19 3 -2.9921 +19 37 -5.7001 +19 4 -2.8329 +19 5 -3.9292 +19 6 -4.6154 +19 7 -6.6913 +19 26 -7.0167 +19 8 -7.9723 +19 32 -10.2748 +19 9 -5.6020 +19 29 -4.5545 +19 10 -4.4169 +19 11 -5.3770 +19 12 -7.7899 +19 39 -8.8885 +19 13 -1.3306 +19 14 -1.1091 +19 15 -3.7440 +19 27 -5.3332 +19 16 -4.9136 +19 17 -3.4311 +19 19 -5.6499 +19 18 -2.9663 +19 20 -7.3845 +19 21 -5.7422 +19 34 -8.0776 +19 22 -4.5223 +19 23 -6.9075 +20 1 -2.5337 +20 2 -4.4998 +20 3 -3.1135 +20 4 -2.1972 +20 5 -4.8363 +20 6 -6.4457 +20 25 -4.4998 +20 7 -4.1431 +20 32 -6.4457 +20 9 -6.4457 +20 10 -5.3471 +20 11 -5.3471 +20 29 -5.3471 +20 12 -6.4457 +20 13 -4.8363 +20 14 -0.5215 +20 15 -6.4457 +20 16 -6.4457 +20 17 -5.7526 +20 19 -5.0594 +20 18 -2.6171 +20 20 -6.4457 +20 21 -5.7526 +20 22 -5.3471 +34 1 -1.5283 +34 3 -2.1643 +34 4 -3.2629 +34 7 -3.3055 +34 8 -4.6492 +34 9 -4.4950 +34 29 -4.8315 +34 10 -5.3423 +34 11 -3.9560 +34 13 -1.4711 +34 14 -1.4437 +34 15 -4.0431 +34 27 -6.4409 +34 16 -4.6492 +34 17 -5.7478 +34 18 -3.9560 +34 34 -6.4409 +34 22 -4.4950 +34 23 -4.6492 +22 1 -3.5892 +22 2 -6.1347 +22 3 -4.0806 +22 37 -7.7441 +22 4 -6.3578 +22 6 -5.0196 +22 25 -8.4373 +22 7 -2.3448 +22 30 -8.4373 +22 8 -6.6455 +22 32 -7.7441 +22 9 -4.8963 +22 11 -7.5210 +22 10 -6.6455 +22 29 -7.7441 +22 13 -0.4251 +22 14 -2.0589 +22 15 -4.5253 +22 27 -7.0510 +22 17 -4.8819 +22 16 -4.8819 +22 19 -5.1051 +22 18 -6.2401 +22 21 -6.1347 +22 22 -4.0678 +22 23 -7.5210 +22 40 -9.1304 +35 1 -1.3350 +35 13 -0.8342 +35 2 -4.3307 +35 3 -2.7213 +35 15 -3.2321 +35 14 -2.5390 +35 7 -3.2321 +35 21 -4.3307 +35 8 -3.6376 +35 9 -4.3307 +36 1 -0.4274 +36 13 -4.9273 +36 14 -4.2341 +36 4 -4.9273 +36 15 -2.5294 +36 25 -4.9273 +36 18 -4.9273 +36 19 -4.2341 +36 7 -2.8478 +36 9 -1.9828 +23 1 -1.6425 +23 2 -7.1148 +23 3 -3.2229 +23 4 -3.8567 +23 6 -7.1148 +23 25 -6.0162 +23 7 -1.2149 +23 9 -5.1689 +23 10 -6.0162 +23 11 -5.1689 +23 13 -1.5814 +23 14 -1.9330 +23 15 -3.2861 +23 27 -6.4216 +23 16 -6.4216 +23 17 -5.7285 +23 19 -4.3422 +23 18 -4.5498 +23 21 -7.1148 +23 22 -6.4216 +23 23 -5.0353 +1 24 -11.0199 +1 3 -3.3916 +1 4 -2.6532 +1 5 -3.4309 +1 6 -4.1638 +1 25 -8.0755 +1 7 -4.6650 +1 31 -11.0199 +1 30 -8.9830 +1 8 -7.0623 +1 32 -9.3460 +1 29 -3.6240 +1 10 -3.5514 +1 41 -9.6336 +1 14 -1.5712 +1 27 -5.7283 +1 19 -2.9134 +1 20 -6.7204 +1 34 -8.5076 +1 22 -4.9852 +1 35 -11.0199 +1 23 -6.8559 +1 1 -3.0700 +1 2 -3.2343 +1 37 -5.0771 +1 26 -8.4550 +1 9 -5.2464 +1 11 -4.8700 +1 38 -10.5091 +1 12 -7.1079 +1 13 -1.8637 +1 39 -7.9138 +1 15 -3.3641 +1 16 -4.7591 +1 17 -3.1018 +1 18 -2.6349 +1 21 -4.6861 +1 40 -8.7512 +2 0 -6.2385 +2 24 -6.6675 +2 28 -5.7512 +2 3 -3.1796 +2 4 -2.9021 +2 5 -6.2620 +2 6 -4.9308 +2 25 -7.8024 +2 7 -3.3251 +2 31 -5.4671 +2 8 -7.6971 +2 32 -3.6771 +2 33 -7.8024 +2 29 -7.1093 +2 10 -4.7686 +2 14 -1.5898 +2 27 -6.0876 +2 19 -5.0797 +2 20 -8.9010 +2 34 -7.2271 +2 22 -4.7318 +2 35 -8.2079 +2 23 -6.7808 +2 1 -2.9332 +2 2 -4.7793 +2 37 -8.0538 +2 26 -8.6134 +2 9 -5.1713 +2 11 -5.0724 +2 12 -7.9202 +2 38 -5.1169 +2 13 -1.0638 +2 39 -6.0294 +2 15 -2.4113 +2 17 -3.3138 +2 16 -5.1713 +2 18 -3.6332 +2 21 -6.6324 +2 40 -9.9997 +37 1 -2.1907 +37 2 -5.4166 +37 3 -4.9540 +37 37 -4.7533 +37 4 -3.4792 +37 6 -3.7500 +37 7 -3.1378 +37 8 -7.5567 +37 9 -4.9917 +37 11 -6.3039 +37 29 -5.2053 +37 10 -4.1723 +37 13 -1.2933 +37 14 -1.9638 +37 15 -3.9594 +37 16 -6.6404 +37 17 -1.6432 +37 18 -2.9317 +37 19 -4.0013 +37 20 -8.2498 +37 21 -7.1512 +37 22 -3.3011 +37 23 -8.2498 +26 1 -3.9120 +26 13 -0.3711 +26 3 -3.2189 +26 14 -1.7148 +26 6 -3.5066 +26 16 -4.6052 +26 17 -5.2983 +26 21 -5.2983 +26 22 -5.2983 +26 9 -5.2983 +26 10 -4.6052 +9 3 -3.9796 +9 4 -2.6366 +9 5 -5.3271 +9 6 -6.1112 +9 25 -7.7694 +9 7 -2.1687 +9 30 -9.1557 +9 31 -7.6516 +9 8 -5.8058 +9 32 -6.7134 +9 10 -6.7134 +9 29 -7.2098 +9 14 -1.3638 +9 27 -7.2839 +9 19 -5.0449 +9 20 -7.6516 +9 34 -9.8489 +9 22 -6.1600 +9 23 -6.9585 +9 1 -1.0911 +9 2 -4.8382 +9 37 -7.7694 +9 26 -8.7503 +9 9 -5.2338 +9 11 -5.2742 +9 38 -9.8489 +9 12 -8.4626 +9 13 -2.5363 +9 39 -9.1557 +9 15 -3.2315 +9 16 -5.5181 +9 17 -4.7863 +9 18 -3.6323 +9 21 -7.4510 +11 0 -8.6129 +11 1 -0.5896 +11 3 -5.4774 +11 4 -4.2691 +11 5 -7.5143 +11 25 -4.9240 +11 7 -1.2598 +11 30 -6.1280 +11 8 -6.4156 +11 32 -7.2266 +11 9 -4.8517 +11 29 -7.9197 +11 10 -7.5143 +11 11 -5.9048 +11 41 -8.6129 +11 12 -7.9197 +11 13 -4.0485 +11 14 -2.8445 +11 15 -5.7225 +11 27 -8.6129 +11 17 -7.5143 +11 16 -7.0034 +11 19 -4.6055 +11 18 -4.3088 +11 22 -7.9197 +11 23 -7.5143 +38 1 -2.2364 +38 2 -5.9898 +38 3 -2.2442 +38 4 -3.5620 +38 5 -7.0884 +38 6 -4.8912 +38 7 -3.9974 +38 26 -7.0884 +38 8 -5.0090 +38 9 -6.3953 +38 11 -4.4494 +38 10 -5.2966 +38 13 -0.8269 +38 14 -1.8361 +38 15 -3.5620 +38 27 -5.4790 +38 17 -4.1980 +38 16 -4.6035 +38 19 -5.9898 +38 18 -3.8303 +38 21 -5.1425 +38 22 -4.1980 +38 23 -6.3953 +12 1 -1.5816 +12 2 -5.9636 +12 3 -3.2894 +12 4 -2.1569 +12 5 -6.6567 +12 25 -4.1718 +12 7 -4.2588 +12 8 -5.5581 +12 32 -6.6567 +12 9 -6.6567 +12 10 -6.6567 +12 11 -6.6567 +12 12 -5.9636 +12 13 -1.4256 +12 14 -1.1803 +12 15 -4.3541 +12 27 -6.6567 +12 16 -6.6567 +12 18 -4.4595 +12 19 -6.6567 +12 22 -6.6567 +12 23 -6.6567 +13 0 -12.5277 +13 24 -11.4291 +13 28 -11.8346 +13 3 -3.7242 +13 4 -2.9403 +13 5 -7.2445 +13 6 -5.1626 +13 25 -6.7847 +13 7 -2.4305 +13 31 -11.8346 +13 30 -5.7570 +13 8 -4.5395 +13 32 -12.5277 +13 10 -5.2402 +13 29 -3.8889 +13 41 -11.8346 +13 14 -1.5605 +13 27 -6.5313 +13 19 -3.3546 +13 20 -7.7742 +13 22 -5.4179 +13 34 -9.1265 +13 23 -6.9787 +13 1 -1.3887 +13 2 -5.3074 +13 37 -7.2755 +13 26 -10.0428 +13 9 -3.4676 +13 11 -5.6755 +13 12 -9.1604 +13 13 -1.6781 +13 39 -9.4832 +13 15 -4.0948 +13 16 -5.7332 +13 17 -5.7410 +13 18 -3.6082 +13 21 -7.2294 +13 40 -9.9628 +39 1 -1.6314 +39 24 -7.6353 +39 2 -5.7635 +39 3 -4.4783 +39 37 -8.3285 +39 4 -3.3868 +39 5 -5.6894 +39 6 -5.8435 +39 25 -4.8319 +39 7 -1.9654 +39 30 -7.6353 +39 8 -5.5559 +39 9 -1.2775 +39 29 -7.2298 +39 11 -6.2490 +39 10 -4.7731 +39 12 -8.3285 +39 39 -7.6353 +39 13 -2.3597 +39 14 -2.2394 +39 15 -2.7794 +39 27 -8.3285 +39 16 -5.3327 +39 17 -5.2374 +39 18 -4.5218 +39 19 -4.7731 +39 21 -7.2298 +39 34 -8.3285 +39 22 -5.8435 +39 23 -7.6353 +15 0 -3.7600 +15 24 -2.3493 +15 28 -4.5823 +15 3 -3.3661 +15 4 -4.6376 +15 5 -7.8494 +15 6 -6.5082 +15 25 -8.1177 +15 7 -4.2433 +15 30 -9.9895 +15 31 -3.1662 +15 8 -5.3027 +15 32 -1.5310 +15 33 -9.9895 +15 29 -8.4854 +15 10 -6.2283 +15 14 -2.6451 +15 27 -7.2169 +15 19 -5.9119 +15 20 -9.9895 +15 22 -5.3645 +15 34 -4.6376 +15 35 -6.5883 +15 36 -5.7626 +15 23 -7.7382 +15 1 -2.6151 +15 2 -7.6381 +15 37 -10.6826 +15 26 -9.0732 +15 9 -5.0443 +15 11 -6.3006 +15 38 -3.7991 +15 12 -9.2963 +15 39 -2.4299 +15 13 -1.6700 +15 15 -2.9230 +15 16 -6.3519 +15 17 -5.2145 +15 18 -4.9525 +15 21 -8.1177 +16 1 -0.7761 +16 2 -5.1803 +16 3 -4.5323 +16 4 -3.4544 +16 5 -6.5094 +16 6 -6.0676 +16 25 -5.6621 +16 7 -1.7616 +16 30 -6.5094 +16 8 -5.2727 +16 32 -8.7067 +16 9 -4.7946 +16 29 -6.4041 +16 11 -6.2217 +16 10 -5.9986 +16 12 -8.0135 +16 39 -8.7067 +16 13 -2.3505 +16 14 -2.1358 +16 15 -4.2640 +16 27 -7.6080 +16 17 -5.6621 +16 16 -6.7607 +16 18 -3.8315 +16 19 -3.7508 +16 21 -8.0135 +16 34 -8.7067 +16 22 -5.9341 +16 23 -8.7067 +17 1 -2.4228 +17 24 -10.2956 +17 2 -4.6053 +17 3 -3.9361 +17 37 -4.8067 +17 4 -3.5863 +17 5 -8.2162 +17 6 -3.6479 +17 25 -7.8107 +17 7 -2.7190 +17 8 -5.3469 +17 9 -4.1644 +17 29 -5.8297 +17 11 -6.5821 +17 10 -2.8823 +17 12 -10.2956 +17 39 -9.1970 +17 13 -0.9913 +17 15 -3.8064 +17 14 -2.0315 +17 27 -5.0645 +17 17 -2.7716 +17 16 -5.0807 +17 18 -3.7721 +17 19 -4.1666 +17 20 -8.3497 +17 21 -3.9482 +17 22 -4.5655 +17 23 -7.7307 +18 1 -3.7405 +18 24 -10.0496 +18 3 -3.1011 +18 2 -2.7231 +18 37 -3.9963 +18 4 -4.0543 +18 5 -3.3562 +18 6 -3.7488 +18 7 -6.3119 +18 26 -7.3415 +18 8 -7.7470 +18 32 -8.9509 +18 9 -4.5985 +18 29 -3.9708 +18 10 -2.6209 +18 11 -5.6187 +18 12 -6.6997 +18 39 -9.6441 +18 13 -1.2319 +18 15 -3.0483 +18 14 -1.7966 +18 27 -4.0719 +18 16 -5.1369 +18 17 -2.3196 +18 19 -8.4401 +18 18 -4.4698 +18 20 -7.4105 +18 21 -5.0423 +18 34 -8.1778 +18 22 -4.1817 +18 35 -10.7427 +18 23 -6.7724 +18 40 -10.0496 +21 1 -1.4684 +21 2 -6.3779 +21 3 -4.3536 +21 37 -5.0280 +21 4 -4.1495 +21 5 -8.3239 +21 6 -4.6863 +21 7 -3.1881 +21 31 -7.6307 +21 8 -3.9800 +21 9 -5.2793 +21 29 -8.3239 +21 11 -5.8389 +21 10 -5.2793 +21 13 -0.7081 +21 14 -2.5938 +21 15 -4.1192 +21 27 -6.1266 +21 17 -5.1458 +21 16 -6.2444 +21 19 -4.3920 +21 18 -4.1495 +21 21 -4.1495 +21 22 -4.7975 +21 23 -7.6307 +40 1 -0.8194 +40 13 -4.0775 +40 7 -1.7750 +40 3 -2.9789 +40 8 -4.0775 +40 15 -3.3844 +40 4 -2.6912 +40 14 -1.8803 +40 40 -2.9789 +31 +3 -3.9926 +4 -3.4004 +5 -2.9855 +6 -4.0691 +7 -8.4880 +8 -7.7948 +10 -2.5821 +29 -2.7479 +41 -8.9988 +14 -2.1786 +27 -5.7280 +19 -2.8278 +20 -6.4731 +34 -8.9988 +22 -5.2852 +23 -7.4584 +1 -2.6617 +2 -2.3774 +37 -4.0607 +26 -8.7111 +9 -5.6846 +11 -5.6846 +12 -7.2352 +13 -2.1031 +39 -9.6919 +15 -3.0679 +17 -2.6094 +16 -4.7385 +18 -2.1946 +21 -4.9241 +40 -10.0974 +7 +nz -1.000000 +ns -1.000000 +nt -1.000000 +nr -1.000000 +n -1.000000 +t -1.000000 +m -1.000000 +74 +‰ +\ +, +〕 +/ +“ +! +# +" +% +$ +' +& +) +( ++ +* +- +, +…… +. +¥ +℃ +· +. +; +: += +< +? +∶ +@ +—— +〔 +。 +: +; +< +> +? +! +" +% +… +( +) +[ +○ +] +\ +_ +^ +- +` +― +— +/ +’ +】 +[ +” +] +』 +【 +《 +》 +『 +‘ +、 +{ +> +} +| +~ +1 +w -1.000000